From 66c67bb6352d28a6b748e837a8a0f89fee9f4879 Mon Sep 17 00:00:00 2001
From: Pieter Germishuys
Date: Fri, 21 Sep 2018 17:03:15 +0200
Subject: [PATCH 01/15] Provide spaces between words and links (#191)
---
.../Reference/User-Interface-Help/option-base-statement.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Language/Reference/User-Interface-Help/option-base-statement.md b/Language/Reference/User-Interface-Help/option-base-statement.md
index 75d605d2eaf..022a1824087 100644
--- a/Language/Reference/User-Interface-Help/option-base-statement.md
+++ b/Language/Reference/User-Interface-Help/option-base-statement.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Option Base Statement
-Used at [module level](../../Glossary/vbe-glossary.md#module-level) to declare the default lower bound for[array](../../Glossary/vbe-glossary.md#array) subscripts.
+Used at [module level](../../Glossary/vbe-glossary.md#module-level) to declare the default lower bound for [array](../../Glossary/vbe-glossary.md#array) subscripts.
## Syntax
@@ -19,7 +19,7 @@ Used at [module level](../../Glossary/vbe-glossary.md#module-level) to declare t
## Remarks
-Because the default base is **0**, the **Option Base** statement is never required. If used, the[statement](../../Glossary/vbe-glossary.md#statement) must appear in a[module](../../Glossary/vbe-glossary.md#module) before any[procedures](../../Glossary/vbe-glossary.md#procedure). **Option** **Base** can appear only once in a module and must precede array[declarations](../../Glossary/vbe-glossary.md#declaration) that include dimensions.
+Because the default base is **0**, the **Option Base** statement is never required. If used, the [statement](../../Glossary/vbe-glossary.md#statement) must appear in a [module](../../Glossary/vbe-glossary.md#module) before any [procedures](../../Glossary/vbe-glossary.md#procedure). **Option** **Base** can appear only once in a module and must precede array [declarations](../../Glossary/vbe-glossary.md#declaration) that include dimensions.
**Note** The **To** clause in the **Dim**, **Private**, **Public**, **ReDim**, and **Static** statements provides a more flexible way to control the range of an array's subscripts. However, if you don't explicitly set the lower bound with a **To** clause, you can use **Option Base** to change the default lower bound to 1. The base of an array created with the the **ParamArray** keyword is zero; **Option Base** does not affect **ParamArray** (or the **Array** function, when qualified with the name of its type library, for example **VBA.Array**).
From 55675c376c6b8059bd83d148b3269c6f6e487aa9 Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Fri, 21 Sep 2018 20:31:26 -0700
Subject: [PATCH 02/15] Merge lcc-updates-921 to master (#193)
* Edit pass on Concepts > ADO, Controls
* Edit pass on Concepts > Criteria-Expressions
* Edits to Concepts > DAO
* Edit pass on Concepts > Date-Time
* Edit pass on Concepts > Error Codes
* Fixed formatting; removed redirected topics
* Cleaned up contributor info
* Removed extra redirection file
* Fixed broken image link
* Removed contributor images
---
.openpublishing.redirection.json | 69 ++-
.../bind-a-form-to-an-ado-recordset.md | 18 +-
.../create-an-ado-connection-string.md | 30 +-
...of-activex-data-objects-in-visual-basic.md | 31 +-
.../addallto-a-combo-box-or-list-box.md | 15 +-
...rs-to-add-items-to-an-unbound-combo-box.md | 22 +-
.../assign-a-control-a-value-from-a-table.md | 12 +-
...ll-procedures-in-a-subform-or-subreport.md | 14 +-
...rm-if-the-main-form-contains-no-records.md | 8 +-
...-when-moving-between-controls-on-a-form.md | 10 +-
.../refer-to-tab-control-objects-in-vba.md | 77 +--
.../avg-function-microsoft-access-sql.md | 26 +-
...te-fields-in-domain-aggregate-functions.md | 9 +-
.../count-function-microsoft-access-sql.md | 26 +-
.../date-and-time-criteria-expressions.md | 15 +-
...-time-criteria-from-a-control-on-a-form.md | 27 +-
.../functions-alphabetical-list.md | 340 ++++++-----
.../functions-category-list.md | 542 +++++++-----------
...e-quotation-marks-in-string-expressions.md | 45 +-
.../min-max-functions-microsoft-access-sql.md | 43 +-
...multiple-fields-in-criteria-expressions.md | 20 +-
.../numeric-criteria-expressions.md | 10 +-
...meric-criteria-from-a-control-on-a-form.md | 18 +-
.../quotation-marks-in-strings.md | 107 ----
.../restrict-data-to-a-subset-of-records.md | 34 +-
...rt-records-in-case-sensitiveascii-order.md | 29 +-
...v-stdevp-functions-microsoft-access-sql.md | 32 +-
.../sum-function-microsoft-access-sql.md | 30 +-
.../textual-criteria-expressions.md | 16 +-
...xtual-criteria-from-a-control-on-a-form.md | 24 +-
...multiple-fields-in-criteria-expressions.md | 41 --
.../use-numeric-criteria-in-expressions.md | 21 -
.../use-textual-criteria-expressions.md | 30 -
...var-varp-functions-microsoft-access-sql.md | 24 +-
.../add-a-record-to-a-dao-recordset.md | 28 +-
...to-many-relationship-in-a-dao-recordset.md | 18 +-
...he-number-of-records-in-a-dao-recordset.md | 25 +-
.../create-a-dao-recordset-from-a-form.md | 14 +-
.../create-a-dao-recordset-from-a-query.md | 13 +-
...et-from-a-table-in-the-current-database.md | 8 +-
.../create-a-user-defined-property.md | 8 +-
.../delete-a-record-from-a-dao-recordset.md | 15 +-
.../detect-the-limits-of-a-dao-recordset.md | 29 +-
...t-data-from-a-record-in-a-dao-recordset.md | 32 +-
...set-type-or-snapshot-type-dao-recordset.md | 25 +-
...-a-record-in-a-table-type-dao-recordset.md | 26 +-
...the-current-position-in-a-dao-recordset.md | 20 +-
.../make-bulk-changes-to-a-dao-recordset.md | 15 +-
.../manipulate-multivalued-fields-with-dao.md | 16 +-
.../mark-a-position-in-a-dao-recordset.md | 26 +-
.../modify-a-query-from-a-dao-recordset.md | 14 +-
...y-an-existing-record-in-a-dao-recordset.md | 23 +-
.../move-through-a-dao-recordset.md | 29 +-
...and-write-to-a-field-in-a-dao-recordset.md | 24 +-
...rn-a-random-record-from-a-dao-recordset.md | 6 +-
...-of-data-access-objects-in-visual-basic.md | 32 +-
.../sort-data-in-a-dao-recordset.md | 16 +-
...t-s-record-with-a-form-s-current-record.md | 10 +-
...n-changes-to-a-table-type-dao-recordset.md | 10 +-
.../use-transactions-in-a-dao-recordset.md | 18 +-
.../work-with-attachments-in-dao.md | 24 +-
access/Concepts/Date-Time/calculate-age.md | 12 +-
...culate-and-display-specific-date-values.md | 57 +-
.../Date-Time/calculate-elapsed-time.md | 71 +--
...umber-of-working-days-between-two-dates.md | 10 +-
...s-dates-regardless-of-regional-settings.md | 8 +-
...y-date-and-time-in-criteria-expressions.md | 13 +-
.../Error-Codes/comparison-of-data-types.md | 25 +-
.../custom-methods-and-properties.md | 10 +-
.../elements-of-run-time-error-handling.md | 117 ++--
access/Concepts/Error-Codes/error-trapping.md | 30 +-
...improvements-in-compilation-performance.md | 14 +-
...actions-and-methods-of-the-docmd-object.md | 24 +-
.../Error-Codes/program-with-class-modules.md | 46 +-
...scoping-and-object-naming-compatibility.md | 50 +-
...ants-in-microsoft-access-2002-and-later.md | 16 +-
.../order-by-clause-microsoft-access-sql.md | 12 +-
api/Access.ComboBox.md | 41 +-
api/Access.DoCmd.SendObject.md | 10 +-
api/Access.Form.md | 31 +-
api/Access.ListBox.md | 21 +-
api/Access.SubForm.md | 28 +-
api/TOC.md | 70 ++-
83 files changed, 1243 insertions(+), 1812 deletions(-)
delete mode 100644 access/Concepts/Criteria-Expressions/quotation-marks-in-strings.md
delete mode 100644 access/Concepts/Criteria-Expressions/use-multiple-fields-in-criteria-expressions.md
delete mode 100644 access/Concepts/Criteria-Expressions/use-numeric-criteria-in-expressions.md
delete mode 100644 access/Concepts/Criteria-Expressions/use-textual-criteria-expressions.md
diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json
index 1dc6ff4e92c..c23431a00e6 100644
--- a/.openpublishing.redirection.json
+++ b/.openpublishing.redirection.json
@@ -6,7 +6,7 @@
},
{
"source_path": "access/Concepts/Miscellaneous/alter-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/alter-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/alter-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/asc-desc-microsoft-access-sql-reserved-words.md",
@@ -14,35 +14,35 @@
},
{
"source_path": "access/Concepts/Miscellaneous/by-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/by-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/by-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/container-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/container-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/container-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/create-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/create-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/create-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/delete-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/delete-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/delete-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/drop-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/drop-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/drop-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/first-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/first-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/first-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/from-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/from-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/from-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/index-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/index-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/index-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/in-microsoft-access-sql-reserved-word.md",
@@ -50,67 +50,86 @@
},
{
"source_path": "access/Concepts/Miscellaneous/insert-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/insert-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/insert-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/into-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/into-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/into-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/last-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/last-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/last-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/on-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/on-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/on-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/schema-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/schema-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/schema-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/select-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/select-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/select-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/selectschema-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/selectschema-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/selectschema-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/selectsecurity-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/selectsecurity-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/selectsecurity-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/to-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/to-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/to-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/updateidentity-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/updateidentity-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/updateidentity-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/update-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/update-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/update-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/updateowner-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/updateowner-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/updateowner-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/updatesecurity-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/updatesecurity-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/updatesecurity-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/user-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/user-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/user-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/view-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/view-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/view-microsoft-access-sql-reserved-word"
},
{
"source_path": "access/Concepts/Miscellaneous/with-microsoft-access-sql-reserved-word.md",
- "redirect_url": "/office/vba/access/concepts/Structured-Query-Language/with-microsoft-access-sql-reserved-word"
+ "redirect_url": "/office/vba/access/concepts/structured-query-language/with-microsoft-access-sql-reserved-word"
+ },
+ {
+ "source_path": "access/Concepts/Criteria-Expressions/quotation-marks-in-strings.md",
+ "redirect_url": "/office/vba/access/concepts/criteria-expressions/include-quotation-marks-in-string-expressions"
+ },
+ {
+ "source_path": "access/Concepts/Criteria-Expressions/use-multiple-fields-in-criteria-expressions.md",
+ "redirect_url": "/office/vba/access/concepts/criteria-expressions/multiple-fields-in-criteria-expressions"
+ },
+
+ {
+ "source_path": "access/Concepts/Criteria-Expressions/use-numeric-criteria-in-expressions.md",
+ "redirect_url": "/office/vba/access/concepts/criteria-expressions/numeric-criteria-expressions"
+ },
+
+ {
+ "source_path": "access/Concepts/Criteria-Expressions/use-textual-criteria-expressions.md",
+ "redirect_url": "/office/vba/access/concepts/criteria-expressions/textual-criteria-expressions"
}
+
]
}
diff --git a/access/Concepts/ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md b/access/Concepts/ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md
index 5c33c5a8304..d95f05eb26e 100644
--- a/access/Concepts/ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md
+++ b/access/Concepts/ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md
@@ -1,25 +1,17 @@
---
-title: Bind a Form to an ADO Recordset
+title: Bind a form to an ADO Recordset
ms.prod: access
ms.assetid: de85b07c-aa2d-7cf6-e0da-70b682f1bdd0
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Bind a Form to an ADO Recordset
+# Bind a form to an ADO Recordset
-To bind an Access form to a recordset, you must set the form's **Recordset** property to an open ADO **Recordset** object. A form must meet two general requirements for the form to be updatable when it is bound to an ADO recordset. The general requirements are:
+To bind an Access form to a recordset, you must set the form's **Recordset** property to an open ADO **Recordset** object. A form must meet two general requirements for the form to be updatable when it is bound to an ADO recordset. The general requirements are:
-
-- The underlying ADO recordset must be updatable via ADO.
-
+- The underlying ADO recordset must be updatable via ADO.
- The recordset must contain one or more fields that are uniquely indexed, such as a table's primary key.
-
-
-
-
-
-
```vb
Private Sub Form_Open(Cancel As Integer)
diff --git a/access/Concepts/ActiveX-Data-Objects/create-an-ado-connection-string.md b/access/Concepts/ActiveX-Data-Objects/create-an-ado-connection-string.md
index bd8b82407b6..d07db8712a2 100644
--- a/access/Concepts/ActiveX-Data-Objects/create-an-ado-connection-string.md
+++ b/access/Concepts/ActiveX-Data-Objects/create-an-ado-connection-string.md
@@ -1,47 +1,39 @@
---
-title: Create an ADO Connection String
+title: Create an ADO connection string
ms.prod: access
ms.assetid: ac29e820-ffbf-a15b-e13d-c9190dfad6ab
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Create an ADO Connection String
-
-To connect to a data source, you must specify a connection string, the parameters of which might differ for each provider and data source. ADO directly supports five arguments in a connection string. Other arguments are passed to the provider that is named in the _Provider_ argument without any processing by ADO.
-
+# Create an ADO connection string
+To connect to a data source, you must specify a connection string, the parameters of which might differ for each provider and data source. ADO directly supports five arguments in a connection string. Other arguments are passed to the provider that is named in the _Provider_ argument without any processing by ADO.
|**Argument**|**Description**|
|:-----|:-----|
| _Provider_|Specifies the name of a provider to use for the connection.|
| _File Name_|Specifies the name of a provider-specific file (for example, a persisted data source object) containing preset connection information.|
| _URL_|Specifies the connection string as an absolute URL identifying a resource, such as a file or directory.|
-| _Remote Provider_|Specifies the name of a provider to use when opening a client-side connection. (Remote Data Service only.)|
-| _Remote Server_|Specifies the path name of the server to use when opening a client-side connection. (Remote Data Service only.)|
-
-The following example
-
-
+| _Remote Provider_|Specifies the name of a provider to use when opening a client-side connection (Remote Data Service only).|
+| _Remote Server_|Specifies the path name of the server to use when opening a client-side connection (Remote Data Service only).|
+## Example
```vb
m_sConnStr = "Provider='SQLOLEDB';Data Source='MySqlServer';" & _
"Initial Catalog='Northwind';Integrated Security='SSPI';"
```
-The only ADO parameter supplied in this connection string was "Provider=SQLOLEDB", which indicated the Microsoft OLE DB Provider for SQL Server. Other valid parameters that can be passed in the connection string can be determined by referring to individual providers' documentation.
-To open the connection, simply pass the connection string as the first argument in the **Connection** object's **Open** method:
-
+The only ADO parameter supplied in this connection string was `Provider=SQLOLEDB`, which indicated the Microsoft OLE DB Provider for SQL Server. Other valid parameters that can be passed in the connection string can be determined by referring to individual providers' documentation.
+To open the connection, simply pass the connection string as the first argument in the **Connection** object's **Open** method:
```vb
-objConn.Open m_sConnStr
+ objConn.Open m_sConnStr
```
-It is also possible to supply much of this information by setting properties of the **Connection** object before opening the connection. For example, you could achieve the same effect as the connection string above by using the following code:
-
-
+It is also possible to supply much of this information by setting properties of the **Connection** object before opening the connection. For example, you could achieve the same effect as the previous connection string by using the following code:
```vb
With objConn
diff --git a/access/Concepts/ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md b/access/Concepts/ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md
index 056c3c6c776..62ec45ed7f5 100644
--- a/access/Concepts/ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md
+++ b/access/Concepts/ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md
@@ -1,21 +1,20 @@
---
-title: Set Properties of ActiveX Data Objects in Visual Basic
+title: Set properties of ActiveX Data Objects in Visual Basic
ms.prod: access
ms.assetid: 54955634-d354-54ff-495b-1f696e392dfe
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Set Properties of ActiveX Data Objects in Visual Basic
+# Set properties of ActiveX Data Objects in Visual Basic
-ActiveX Data Objects (ADO) enable you to manipulate the structure of your database and the data it contains from Visual Basic. Many ADO objects correspond to objects that you see in your database—for example, a **Table** object corresponds to an Access table. A **Field** object corresponds to a field in a table.
+ActiveX Data Objects (ADO) enable you to manipulate the structure of your database and the data it contains from Visual Basic. Many ADO objects correspond to objects that you see in your database—for example, a **Table** object corresponds to an Access table. A **Field** object corresponds to a field in a table.
Most of the properties you can set for ADO objects are ADO properties. These properties are defined by the Access database engine and are set the same way in any application that includes the Access database engine. Some properties that you can set for ADO objects are defined by Access, and are not automatically recognized by the Access database engine. How you set properties for ADO objects depends on whether a property is defined by the Access database engine or by Access.
-## Setting ADO Properties for ADO Objects
-
-To set a property that is defined by the Access database engine, refer to the object in the ADO hierarchy. The easiest and fastest way to do this is to create object variables that represent the different objects you need to work with, and refer to the object variables in subsequent steps in your code. For example, the following code creates a new **TableDef** object and sets its **Name** property:
+## Set ADO properties for ADO objects
+To set a property that is defined by the Access database engine, refer to the object in the ADO hierarchy. The easiest and fastest way to do this is to create object variables that represent the different objects you need to work with, and refer to the object variables in subsequent steps in your code. For example, the following code creates a new **TableDef** object and sets its **Name** property:
```vb
Dim tbl As New ADOX.Table
@@ -25,19 +24,17 @@ tbl.Name = "Contacts"
```
-## Setting Access Properties for ADO Objects
-
-When you set a property that is defined by Access, but applies to an ADO object, the Access database engine does not automatically recognize the property as a valid property. The first time you set the property, you must create the property and append it to the **Properties** collection of the object to which it applies. Once the property is in the **Properties** collection, it can be set in the same manner as any ADO property.
-
-If the property is set for the first time in the user interface, it is automatically added to the **Properties** collection, and you can set it normally.
+## Set Access properties for ADO objects
-When writing procedures to set properties defined by Access, you should include error-handling code to verify that the property you are setting already exists in the **Properties** collection.
+When you set a property that is defined by Access, but applies to an ADO object, the Access database engine does not automatically recognize the property as a valid property. The first time you set the property, you must create the property and append it to the **Properties** collection of the object to which it applies. After the property is in the **Properties** collection, it can be set in the same manner as any ADO property.
-Keep in mind that when you create the property, you must correctly specify its **Type** property before you append it to the **Properties** collection. You can determine the **Type** property based on the information in the Settings section of the Help topic for the individual property. The following table provides some guidelines for determining the setting of the **Type** property.
+If the property is set for the first time in the user interface, it is automatically added to the **Properties** collection, and you can set it normally.
+When writing procedures to set properties defined by Access, you should include error-handling code to verify that the property you are setting already exists in the **Properties** collection.
+Keep in mind that when you create the property, you must correctly specify its **Type** property before you append it to the **Properties** collection. You can determine the **Type** property based on the information in the Settings section of the Help topic for the individual property. The following table provides some guidelines for determining the setting of the **Type** property.
-|**If the property setting is**|**Then the Type property setting should be**|
+|If the property setting is|The Type property setting should be|
|:-----|:-----|
|A string|**adLongVarWChar** or **adVarWChar**|
|**True** / **False**|**adBoolean**|
@@ -45,9 +42,7 @@ Keep in mind that when you create the property, you must correctly specify its
The following table lists some Access-defined properties that apply to ADO objects.
-
-
-|**ADO object**|**Microsoft Access-defined properties**|
+|ADO object|Microsoft Access-defined properties|
|:-----|:-----|
|**Connection**|**AppTitle**, **AppIcon**, **StartupShowDBWindow**, **StartupShowStatusBar**, **AllowShortcutMenus**, **AllowFullMenus**, **AllowBuiltInToolbars**, **AllowToolbarChanges**, **AllowBreakIntoCode**, **AllowSpecialKeys**, **Replicable**, **ReplicationConflictFunction**|
|**Table**|**DatasheetBackColor**, **DatasheetCellsEffect**, **DatasheetFontHeight**, **DatasheetFontItalic**, **DatasheetFontName**, **DatasheetFontUnderline**, **DatasheetFontWeight**, **DatasheetForeColor**, **DatasheetGridlinesBehavior**, **DatasheetGridlinesColor**, **Description**, **FrozenColumns**, **RowHeight**, **ShowGrid**|
diff --git a/access/Concepts/Controls/addallto-a-combo-box-or-list-box.md b/access/Concepts/Controls/addallto-a-combo-box-or-list-box.md
index 60c306ec4ea..3e2dab25c00 100644
--- a/access/Concepts/Controls/addallto-a-combo-box-or-list-box.md
+++ b/access/Concepts/Controls/addallto-a-combo-box-or-list-box.md
@@ -1,21 +1,18 @@
---
-title: Add "(All)" to a Combo Box or List Box
+title: Add "(All)" to a combo box or list box
ms.prod: access
ms.assetid: f246db25-84b1-736f-8a79-16b9eea9cbda
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Add "(All)" to a Combo Box or List Box
-
-When you use a list box or combo box to enter selection criteria, you might want to be able to specify all records. The AddAllToList procedure illustrates how to add an **(All)** entry at the top of a combo box.
-
-To utilize the AddAllToList procedure, you must set the **RowSourceType** property of the combo box or list box to **AddAllToList**.
-
-You can specify a different item than **(All)** to add to the list by setting the **Tag** property of the combo box or list box. For example, you can add **** to the top of the list by setting the value of the **Tag** property to `1;`.
+# Add "(All)" to a combo box or list box
+When you use a list box or combo box to enter selection criteria, you might want to be able to specify all records. The AddAllToList procedure illustrates how to add an **(All)** entry at the top of a combo box.
+To utilize the AddAllToList procedure, you must set the **RowSourceType** property of the combo box or list box to **AddAllToList**.
+You can specify a different item than **(All)** to add to the list by setting the **Tag** property of the combo box or list box. For example, you can add `` to the top of the list by setting the value of the **Tag** property to `1;`.
```vb
Function AddAllToList(ctl As Control, lngID As Long, lngRow As Long, _
diff --git a/access/Concepts/Controls/allow-users-to-add-items-to-an-unbound-combo-box.md b/access/Concepts/Controls/allow-users-to-add-items-to-an-unbound-combo-box.md
index 0cdeea8d324..685fb502e2e 100644
--- a/access/Concepts/Controls/allow-users-to-add-items-to-an-unbound-combo-box.md
+++ b/access/Concepts/Controls/allow-users-to-add-items-to-an-unbound-combo-box.md
@@ -1,21 +1,26 @@
---
-title: Allow Users to Add Items to an Unbound Combo Box
+title: Allow users to add items to an unbound combo box
ms.prod: access
ms.assetid: 654cefc7-cbd4-5e8e-adc7-919c6977ac6a
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Allow Users to Add Items to an Unbound Combo Box
+# Allow users to add items to an unbound combo box
-The following example uses the **NotInList** event to add an item to a combo box.
+The following example uses the **NotInList** event to add an item to a combo box.
-To try this example, create a combo box called **Colors** on a form. Set the combo box's **[LimitToList](../../../api/Access.ComboBox.LimitToList.md)** property to **Yes**. To populate the combo box, set the combo box's **[RowSourceType](../../../api/Access.ComboBox.RowSourceType.md)** property to **Value List**, and supply a list of values separated by semicolons as the setting for the **[RowSource](../../../api/Access.ComboBox.RowSource.md)** property. For example, you might supply the following values as the setting for this property: Red; Green; Blue.
+To try this example:
-Next, add the following event procedure to the form. Switch to Form view and enter a new value in the text portion of the combo box.
+1. Create a combo box called **Colors** on a form.
+2. Set the combo box's **[LimitToList](../../../api/Access.ComboBox.LimitToList.md)** property to **Yes**.
+3. To populate the combo box, set the combo box's **[RowSourceType](../../../api/Access.ComboBox.RowSourceType.md)** property to **Value List**.
+4. Supply a list of values separated by semicolons as the setting for the **[RowSource](../../../api/Access.ComboBox.RowSource.md)** property. For example, you might supply the following values as the setting for this property: Red; Green; Blue.
+
+5. Add the following event procedure to the form. Switch to Form view and enter a new value in the text portion of the combo box.
```vb
Private Sub Colors_NotInList(NewData As String, _
@@ -42,6 +47,9 @@ End Sub
```
- **Note** This example adds an item to an unbound combo box. When you add an item to a bound combo box, you add a value to a field in the underlying data source. In most cases you cannot simply add one field in a new record. Depending on the structure of data in the table, you probably will need to add one or more fields to fulfill data requirements. For instance, a new record must include values for any fields comprising the primary key. If you need to add items to a bound combo box dynamically, you must prompt the user to enter data for all required fields, save the new record, and then requery the combo box to display the new value.
+> [!NOTE]
+> This example adds an item to an unbound combo box. When you add an item to a bound combo box, you add a value to a field in the underlying data source. In most cases you cannot simply add one field in a new record. Depending on the structure of data in the table, you probably will need to add one or more fields to fulfill data requirements.
+>
+> For example, a new record must include values for any fields comprising the primary key. If you need to add items to a bound combo box dynamically, you must prompt the user to enter data for all required fields, save the new record, and then requery the combo box to display the new value.
diff --git a/access/Concepts/Controls/assign-a-control-a-value-from-a-table.md b/access/Concepts/Controls/assign-a-control-a-value-from-a-table.md
index 382b367ad97..82e2fac1278 100644
--- a/access/Concepts/Controls/assign-a-control-a-value-from-a-table.md
+++ b/access/Concepts/Controls/assign-a-control-a-value-from-a-table.md
@@ -1,19 +1,17 @@
---
-title: Assign a Control a Value From a Table
+title: Assign a control a value from a table
ms.prod: access
ms.assetid: d9bba7e3-bca0-00df-3753-dc99ae767759
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Assign a Control a Value From a Table
+# Assign a control a value from a table
-You can use the **DLookup** function to display the value of a field that is not in the record source for your form or report. For example, suppose you have a form based on an Order Details table. The form displays the OrderID, ProductID, UnitPrice, Quantity, and Discount fields. However, the UnitPrice field is in another table: Products. You could use the **DLookup** function in a calculated control to display the UnitPrice on the same form when the user selects a product.
+You can use the **DLookup** function to display the value of a field that is not in the record source for your form or report. For example, suppose you have a form based on an Order Details table. The form displays the OrderID, ProductID, UnitPrice, Quantity, and Discount fields. However, the UnitPrice field is in another table: Products. You could use the **DLookup** function in a calculated control to display the UnitPrice on the same form when the user selects a product.
The following example populates the UnitPrice text box with the price of the product currently selected in the ProductID combo box.
-
-
```vb
Private Sub ProductID_AfterUpdate()
@@ -26,5 +24,5 @@ Private Sub ProductID_AfterUpdate()
End Sub
```
-The **DLookup** function has three arguments. The first specifies the field you are looking up (UnitPrice); the second specifies the table (Products); and the third specifies which value to find (the value for the record where the ProductID is the same as the ProductID on the current record in the Orders subform).
+The **DLookup** function has three arguments. The first specifies the field you are looking up (UnitPrice); the second specifies the table (Products); and the third specifies which value to find (the value for the record where the ProductID is the same as the ProductID on the current record in the Orders subform).
diff --git a/access/Concepts/Controls/call-procedures-in-a-subform-or-subreport.md b/access/Concepts/Controls/call-procedures-in-a-subform-or-subreport.md
index 82973b1927f..4c10411fea8 100644
--- a/access/Concepts/Controls/call-procedures-in-a-subform-or-subreport.md
+++ b/access/Concepts/Controls/call-procedures-in-a-subform-or-subreport.md
@@ -1,18 +1,18 @@
---
-title: Call Procedures in a Subform or Subreport
+title: Call procedures in a subform or subreport
ms.prod: access
ms.assetid: d0128a6c-f85b-fbf0-22cb-bfd4a8eca3c8
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Call Procedures in a Subform or Subreport
+# Call procedures in a subform or subreport
-You can call a procedure in a module associated with a subform or subreport in one of two ways. If the form containing the subform is open in Form view, you can refer to the procedure as a method on the subform. The following example shows how to call the procedure GetProductID in the Orders subform, which is bound to a subform control on the Orders form:
-
-In the Orders Subform class module, enter this code:
+You can call a procedure in a module associated with a subform or subreport in one of two ways. If the form containing the subform is open in Form view, you can refer to the procedure as a method on the subform.
+The following example shows how to call the procedure GetProductID in the Orders subform, which is bound to a subform control on the Orders form:
+In the Orders Subform class module, enter this code:
```vb
Public Function GetProductID() As Variant
@@ -23,8 +23,6 @@ End Function
The following code illustrates how to call the GetProductID procedure.
-
-
```vb
Forms!Orders![Orders Subform].Form.GetProductID
```
diff --git a/access/Concepts/Controls/hide-a-subform-if-the-main-form-contains-no-records.md b/access/Concepts/Controls/hide-a-subform-if-the-main-form-contains-no-records.md
index 922bd6e5b7a..ca45c7d070f 100644
--- a/access/Concepts/Controls/hide-a-subform-if-the-main-form-contains-no-records.md
+++ b/access/Concepts/Controls/hide-a-subform-if-the-main-form-contains-no-records.md
@@ -1,14 +1,14 @@
---
-title: Hide a Subform if the Main Form Contains No Records
+title: Hide a subform if the main form contains no records
ms.prod: access
ms.assetid: 20482340-0c86-71c9-3ba1-b9f515397fbc
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Hide a Subform if the Main Form Contains No Records
+# Hide a subform if the main form contains no records
-The following example illustrates how to hide a subform named _Orders_Subform_ if its main form does not contain any records. The code resides in the main form's **[Current](../../../api/Access.Form.Current.md)** event procedure.
+The following example illustrates how to hide a subform named _Orders_Subform_ if its main form does not contain any records. The code resides in the main form's **[Current](../../../api/Access.Form.Current.md)** event procedure.
```vb
diff --git a/access/Concepts/Controls/prevent-the-accidental-erasure-of-data-when-moving-between-controls-on-a-form.md b/access/Concepts/Controls/prevent-the-accidental-erasure-of-data-when-moving-between-controls-on-a-form.md
index 85aabb88115..6da983324d8 100644
--- a/access/Concepts/Controls/prevent-the-accidental-erasure-of-data-when-moving-between-controls-on-a-form.md
+++ b/access/Concepts/Controls/prevent-the-accidental-erasure-of-data-when-moving-between-controls-on-a-form.md
@@ -1,18 +1,18 @@
---
-title: Prevent the Accidental Erasure of Data When Moving Between Controls on a Form
+title: Prevent the accidental erasure of data when moving between controls on a form
ms.prod: access
ms.assetid: 1733caa5-5067-e6d9-b614-51053180f22e
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Prevent the Accidental Erasure of Data When Moving Between Controls on a Form
+# Prevent the accidental erasure of data when moving between controls on a form
When you tab from one text box or memo field to another in a form, the text in the control is highlighted. This makes it easy for users to accidentally delete the text by pressing a key. By using a few lines of code, you can move the insertion point to the first position in the text box, minimizing the risk of accidentally deleting the text.
-To do this, create a procedure for the text box's **[GotFocus](../../../api/Access.TextBox.GotFocus.md)** event. In the **GotFocus** event procedure, set the **[SelLength](../../../api/Access.TextBox.SelLength.md)** property of the text box to its **[SelStart](../../../api/Access.ComboBox.SelStart.md)** property. The following example illustrates how to do this for a text box named **txtFirstName**.
-
+To do this, create a procedure for the text box's **[GotFocus](../../../api/Access.TextBox.GotFocus.md)** event. In the **GotFocus** event procedure, set the **[SelLength](../../../api/Access.TextBox.SelLength.md)** property of the text box to its **[SelStart](../../../api/Access.ComboBox.SelStart.md)** property.
+The following example illustrates how to do this for a text box named **txtFirstName**.
```vb
Private Sub txtFirstName_GotFocus()
diff --git a/access/Concepts/Controls/refer-to-tab-control-objects-in-vba.md b/access/Concepts/Controls/refer-to-tab-control-objects-in-vba.md
index e9376b25b2d..34f7df2b1df 100644
--- a/access/Concepts/Controls/refer-to-tab-control-objects-in-vba.md
+++ b/access/Concepts/Controls/refer-to-tab-control-objects-in-vba.md
@@ -1,27 +1,23 @@
---
-title: Refer to Tab Control Objects in VBA
+title: Refer to tab control objects in VBA
ms.prod: access
ms.assetid: cf090068-7f0b-7ea6-1565-8a05860f9378
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Refer to Tab Control Objects in VBA
+# Refer to tab control objects in VBA
You can use a tab control to present several pages of information about a single form. A tab control is useful when your form contains information that can be sorted into two or more categories.
-In most ways, a tab control works like other controls on a form and can be referred to as a member of a form's **[Controls](../../../api/Access.Controls.md)** collection. For example, to refer to a tab control named TabControl1 on a form named Form1, you can use the following expression:
-
-
+In most ways, a tab control works like other controls on a form and can be referred to as a member of a form's **[Controls](../../../api/Access.Controls.md)** collection. For example, to refer to a tab control named TabControl1 on a form named Form1, you can use the following expression:
```vb
Form1.Controls!TabControl1
```
-However, because the **Controls** collection is the default collection of the **[Form](../../../api/Access.Form.md)** object, you do not have to explicitly refer to the **Controls** collection. That is, you can omit the reference to the **Controls** collection from the expression, like this:
-
-
+However, because the **Controls** collection is the default collection of the **[Form](../../../api/Access.Form.md)** object, you do not have to explicitly refer to the **Controls** collection. That is, you can omit the reference to the **Controls** collection from the expression, like this:
```vb
Form1!TabControl1
@@ -29,37 +25,30 @@ Form1!TabControl1
```
-## Referring to the Pages Collection
-
-A tab control contains one or more pages. Each page in a tab control is referenced as a member of the tab control's **[Pages](../../../api/Access.TabControl.Pages.md)** collection. Each page in the **Pages** collection can be referred to by either its **[PageIndex](../../../api/Access.Page.PageIndex.md)** property setting (which reflects the page's position in the collection starting with 0), or by the page's **[Name](../../../api/Access.Page.Name.md)** property setting. There is no default collection for the **[TabControl](../../../api/Access.TabControl.md)** object, so when referring to items in the **Pages** collection by their index value, or to properties of the **Pages** collection, you must explicitly refer to the **Pages** collection.
-
-For example, to change the value of the **[Caption](../../../api/Access.Page.Caption.md)** property for the first page of a tab control named TabControl1 by referring to its index value in the **Pages** collection, you can use the following statement:
+## Refer to the Pages collection
+A tab control contains one or more pages. Each page in a tab control is referenced as a member of the tab control's **[Pages](../../../api/Access.TabControl.Pages.md)** collection. Each page in the **Pages** collection can be referred to by either its **[PageIndex](../../../api/Access.Page.PageIndex.md)** property setting (which reflects the page's position in the collection starting with 0), or by the page's **[Name](../../../api/Access.Page.Name.md)** property setting.
+There is no default collection for the **[TabControl](../../../api/Access.TabControl.md)** object, so when referring to items in the **Pages** collection by their index value, or to properties of the **Pages** collection, you must explicitly refer to the **Pages** collection.
+For example, to change the value of the **[Caption](../../../api/Access.Page.Caption.md)** property for the first page of a tab control named TabControl1 by referring to its index value in the **Pages** collection, you can use the following statement:
```vb
TabControl1.Pages(0).Caption = "First Page"
```
-Because each page is a member of the form's **Controls** collection, you can refer to a page solely by its **Name** property without referring to the tab control's name or its **Pages** collection. For example, to change the value of the **Caption** property of a page with its **Name** property set to Page1, use the following statement:
-
-
-
+Because each page is a member of the form's **Controls** collection, you can refer to a page solely by its **Name** property without referring to the tab control's name or its **Pages** collection. For example, to change the value of the **Caption** property of a page with its **Name** property set to Page1, use the following statement:
```vb
Page1.Caption = "First Page"
```
+> [!NOTE]
+> If a user or code changes a page's **PageIndex** property, the reference to the page's index and the page's position in the page order change. In this case, if you want to maintain an absolute reference to a page, refer to the page's **Name** property.
- **Note** If a user or code changes a page's **PageIndex** property, the reference to the page's index and the page's position in the page order change. In this case, if you want to maintain an absolute reference to a page, refer to the page's **Name** property.
-
-The **Pages** collection has one property, **[Count](../../../api/Access.Pages.Count.md)**, that returns the number of pages in a tab control. Note that this property is not a property of the tab control itself, but of its **Pages** collection, so you must explicitly refer to the collection. For example, to determine the number of pages in TabControl1, use the following statement:
-
-
-
+The **Pages** collection has one property, **[Count](../../../api/Access.Pages.Count.md)**, that returns the number of pages in a tab control. Note that this property is not a property of the tab control itself, but of its **Pages** collection, so you must explicitly refer to the collection. For example, to determine the number of pages in TabControl1, use the following statement:
```vb
TabControl1.Pages.Count
@@ -67,68 +56,54 @@ TabControl1.Pages.Count
```
-## Referring to and Changing the Current Page
-
-A tab control's default property is **[Value](../../../api/Access.TabControl.Value.md)**, which returns an integer that identifies the current page: 0 for the first page, 1 for the second page, and so on. The **Value** property is available only in VBA code or in expressions. By reading the **Value** property at run time, you can determine which page is currently on top. For example, the following statement returns the value for the current page of TabControl1:
+## Refer to and change the current page
+A tab control's default property is **[Value](../../../api/Access.TabControl.Value.md)**, which returns an integer that identifies the current page: 0 for the first page, 1 for the second page, and so on. The **Value** property is available only in VBA code or in expressions. By reading the **Value** property at run time, you can determine which page is currently on top. For example, the following statement returns the value for the current page of TabControl1:
```vb
TabControl1.Value
```
+> [!NOTE]
+> Because the **Value** property is the default property for a tab control, you do not have to refer to it explicitly. For this reason, you could omit `.Value` from the preceding example.
- **Note** Because the **Value** property is the default property for a tab control, you do not have to refer to it explicitly. For this reason, you could omit `.Value` from the preceding example.
-
-Setting a tab control's **Value** property at run time changes the focus to the specified page, making it the current page. For example, the following statement moves the focus to the third page of TabControl1:
-
-
-
+Setting a tab control's **Value** property at run time changes the focus to the specified page, making it the current page. For example, the following statement moves the focus to the third page of TabControl1:
```vb
TabControl1 = 2
```
-This is useful if you set a tab control's **[Style](../../../api/Access.TabControl.Style.md)** property to None (which displays no tabs) and want to use command buttons on the form to determine which page has the focus. To use a command button to display a page, add an event procedure to the button's **[OnClick](../../../api/Access.CommandButton.OnClick.md)** event that sets the tab control's **Value** property to the integer that identifies the appropriate page.
-
-By using the **Value** property with the **Pages** collection, you can set properties at run time for the page that is on top. For example, you can hide the current page and all of its controls by setting the page's **[Visible](../../../api/Access.Page.Visible.md)** property to **False**. The following statement hides the current page of TabControl1:
-
-
+This is useful if you set a tab control's **[Style](../../../api/Access.TabControl.Style.md)** property to **None** (which displays no tabs) and want to use command buttons on the form to determine which page has the focus. To use a command button to display a page, add an event procedure to the button's **[OnClick](../../../api/Access.CommandButton.OnClick.md)** event that sets the tab control's **Value** property to the integer that identifies the appropriate page.
+By using the **Value** property with the **Pages** collection, you can set properties at run time for the page that is on top. For example, you can hide the current page and all of its controls by setting the page's **[Visible](../../../api/Access.Page.Visible.md)** property to **False**. The following statement hides the current page of TabControl1:
```vb
TabControl1.Pages(TabControl1).Visible = False
```
-Each page in a tab control also has a **PageIndex** property that specifies the position of a page within the **Pages** collection using the same numbering sequence as the tab control's **Value** property: 0 for the first page, 1 for the second page, and so on. Setting the value of a page's **PageIndex** property changes the order in which pages appear in the tab control. For example, if you wanted to make a page named Page1 the second page, you'd use the following statement:
-
-
-
+Each page in a tab control also has a **PageIndex** property that specifies the position of a page within the **Pages** collection by using the same numbering sequence as the tab control's **Value** property: 0 for the first page, 1 for the second page, and so on. Setting the value of a page's **PageIndex** property changes the order in which pages appear in the tab control. For example, if you wanted to make a page named Page1 the second page, you'd use the following statement:
```vb
Page1.PageIndex = 1
```
-The **PageIndex** property is more typically set at design time in a page's property sheet. You can also set the page order by right-clicking the border of a tab control and then clicking **Page Order** on the shortcut menu.
+The **PageIndex** property is more typically set at design time in a page's property sheet. You can also set the page order by right-clicking the border of a tab control, and then clicking **Page Order** on the shortcut menu.
-## Referring to Controls on a Tab Control Page
+## Refer to controls on a tab control page
The controls you place on a tab control page are part of the same collection as all controls on the form. For this reason, each control on a tab control page must have a name that is unique with respect to all other controls on the same form. You can refer to controls on a tab control page by using the same syntax for controls on a form without a tab control.
-
```vb
Forms!Employees!HomePhone
```
-Because each control on a form has its own **Controls** collection, you can also refer to the controls on a tab control as members of its **Controls** collection. For example, the following code enumerates (lists) all the controls on the tab control of the Employees form.
-
-
-
+Because each control on a form has its own **Controls** collection, you can also refer to the controls on a tab control as members of its **Controls** collection. For example, the following code enumerates (lists) all the controls on the tab control of the Employees form.
```vb
Sub ListTabControlControls()
@@ -156,9 +131,9 @@ ErrorHandler:
End Sub
```
-Additionally, each page on a tab control has its own **Controls** collection. By using a page's **Controls** collection, you can refer to controls on each page. The following code enumerates the controls for each page of the tab control on the Employees form.
-
+
+Additionally, each page on a tab control has its own **Controls** collection. By using a page's **Controls** collection, you can refer to controls on each page. The following code enumerates the controls for each page of the tab control on the Employees form.
```vb
diff --git a/access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md
index 880ec493e85..d5b5ffe8c60 100644
--- a/access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md
@@ -1,22 +1,21 @@
---
-title: Avg Function (Microsoft Access SQL)
+title: Avg function (Microsoft Access SQL)
keywords: jetsql40.chm5278823
f1_keywords:
- jetsql40.chm5278823
ms.prod: access
ms.assetid: be955493-a236-2dbe-a08d-2a7f6d113b39
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Avg Function (Microsoft Access SQL)
+# Avg function (Microsoft Access SQL)
**Applies to:** Access 2013 | Access 2016
Calculates the arithmetic mean of a set of values contained in a specified field on a query.
## Syntax
-
**Avg(** _expr_ **)**
@@ -24,17 +23,15 @@ The _expr_ placeholder represents a string expression identifying the field tha
## Remarks
-
-The average calculated by **Avg** is the arithmetic mean (the sum of the values divided by the number of values). You could use **Avg**, for example, to calculate average freight cost.
+The average calculated by **Avg** is the arithmetic mean (the sum of the values divided by the number of values). You could use **Avg**, for example, to calculate average freight cost.
-The **Avg** function does not include any **Null** fields in the calculation.
+The **Avg** function does not include any **Null** fields in the calculation.
-You can use **Avg** in a query expression and in the **SQL** property of a **QueryDef** object or when creating a Recordset object based on an SQL query.
+You can use **Avg** in a query expression and in the **SQL** property of a **QueryDef** object or when creating a Recordset object based on an SQL query.
## Example
-
This example uses the Orders table to calculate the average freight charges for orders with freight charges over $100.
@@ -70,12 +67,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
-- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
-- [Search for specific Access error codes on Bing](https://www.bing.com/)
-- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md b/access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md
index 35bdea1dd0a..f7ffd324113 100644
--- a/access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md
+++ b/access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md
@@ -1,15 +1,15 @@
---
-title: Calculate Fields in Domain Aggregate Functions
+title: Calculate fields in domain aggregate functions
keywords: vbaac10.chm5187048
f1_keywords:
- vbaac10.chm5187048
ms.prod: access
ms.assetid: 73c27d1c-0a3c-03e4-c17c-337133d7b316
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Calculate Fields in Domain Aggregate Functions
+# Calculate fields in domain aggregate functions
You can use the string expression argument (the _expr_ argument) in a domain aggregate function to perform a calculation on values in a field. For example, you can calculate a percentage (such as a surcharge or sales tax) by dividing a field value by a number.
@@ -26,9 +26,8 @@ The following table provides examples of calculations on fields from an Orders t
|Subtract one field from another|"[ReorderLevel] - [UnitsInStock]"|
You would most likely use a domain aggregate function in a macro or module, in a calculated control on a form or report, or in a criteria expression in a query.
-For example, you can calculate the average discount amount for all orders in an Order Details table. Multiply the Unit Price and Discount fields to determine the discount for each order, then calculate the average. Enter the following example in a procedure in a module.
-
+For example, you can calculate the average discount amount for all orders in an Order Details table. Multiply the Unit Price and Discount fields to determine the discount for each order, and then calculate the average. Enter the following example in a procedure in a module.
```vb
Dim dblX As Double
diff --git a/access/Concepts/Criteria-Expressions/count-function-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/count-function-microsoft-access-sql.md
index 52aa1710932..cec59145f4b 100644
--- a/access/Concepts/Criteria-Expressions/count-function-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/count-function-microsoft-access-sql.md
@@ -1,36 +1,35 @@
---
-title: Count Function (Microsoft Access SQL)
+title: Count function (Microsoft Access SQL)
keywords: jetsql40.chm5278824
f1_keywords:
- jetsql40.chm5278824
ms.prod: access
ms.assetid: 01743d33-d7de-12b5-eb0f-eb775b0bcffd
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Count Function (Microsoft Access SQL)
+# Count function (Microsoft Access SQL)
**Applies to:** Access 2013 | Access 2016
Calculates the number of records returned by a query.
## Syntax
-
**Count(** _expr_ **)**
The _expr_ placeholder represents a string expression identifying the field that contains the data you want to count or an expression that performs a calculation using the data in the field. Operands in _expr_ can include the name of a table field or function (which can be either intrinsic or user-defined but not other SQL aggregate functions). You can count any kind of data, including text.
-
## Remarks
-
-You can use **Count** to count the number of records in an underlying query. For example, you could use **Count** to count the number of orders shipped to a particular country or region.
+You can use **Count** to count the number of records in an underlying query. For example, you could use **Count** to count the number of orders shipped to a particular country or region.
Although _expr_ can perform a calculation on a field, **Count** simply tallies the number of records. It does not matter what values are stored in the records.
-The **Count** function does not count records that have **Null** fields unless _expr_ is the asterisk (*) wildcard character. If you use an asterisk, **Count** calculates the total number of records, including those that contain **Null** fields. **Count(** * **)** is considerably faster than **Count(** [ _Column Name_ ] **)**. Do not enclose the asterisk in quotation marks (' '). The following example calculates the number of records in the Orders table:
+The **Count** function does not count records that have **Null** fields unless _expr_ is the asterisk (*) wildcard character. If you use an asterisk, **Count** calculates the total number of records, including those that contain **Null** fields. **Count(** * **)** is considerably faster than **Count(** [ _Column Name_ ] **)**. Do not enclose the asterisk in quotation marks (' ').
+
+The following example calculates the number of records in the Orders table:
```sql
SELECT Count(*)
@@ -45,11 +44,10 @@ Count('ShippedDate & Freight')
AS [Not Null] FROM Orders;
```
-You can use **Count** in a query expression. You can also use this expression in the **SQL** property of a **QueryDef** object or when creating a **Recordset** object based on an SQL query.
+You can use **Count** in a query expression. You can also use this expression in the **SQL** property of a **QueryDef** object or when creating a **Recordset** object based on an SQL query.
## Example
-
This example uses the Orders table to calculate the number of orders shipped to the United Kingdom.
@@ -87,12 +85,8 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
-- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
-- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
-
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Criteria-Expressions/date-and-time-criteria-expressions.md b/access/Concepts/Criteria-Expressions/date-and-time-criteria-expressions.md
index 817f47a6319..3329f73c5d6 100644
--- a/access/Concepts/Criteria-Expressions/date-and-time-criteria-expressions.md
+++ b/access/Concepts/Criteria-Expressions/date-and-time-criteria-expressions.md
@@ -1,25 +1,22 @@
---
-title: Date and Time Criteria Expressions
+title: Date and time criteria expressions
keywords: vbaac10.chm10885
f1_keywords:
- vbaac10.chm10885
ms.prod: access
ms.assetid: fff89f87-444e-b275-c7b1-4c82240e57f0
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Date and Time Criteria Expressions
+# Date and time criteria expressions
To specify date or time criteria for an operation, you supply a date or time value as part of the string expression that forms the _criteria_ argument. This value must be enclosed in number signs (#).
+> [!NOTE]
+> The number signs indicate to Access that the _criteria_ argument contains a date or time within a string.
- **Note** The number signs indicate to Access that the _criteria_ argument contains a date or time within a string.
-
-
-Suppose that you are creating a filter for an Employees form to display records for all employees born on or after January 1, 1960. You could construct the _criteria_ argument for the form's **Filter** or **ServerFilter** property as in the following example. Note the placement of the number signs.
-
-
+Suppose that you are creating a filter for an Employees form to display records for all employees born on or after January 1, 1960. You could construct the _criteria_ argument for the form's **[Filter](../../../api/Access.Form.Filter(property).md)** or **[ServerFilter](../../../api/Access.Form.ServerFilter.md)** property as in the following example. Note the placement of the number signs.
```vb
diff --git a/access/Concepts/Criteria-Expressions/date-and-time-criteria-from-a-control-on-a-form.md b/access/Concepts/Criteria-Expressions/date-and-time-criteria-from-a-control-on-a-form.md
index 04a5ceefb8d..914f6975473 100644
--- a/access/Concepts/Criteria-Expressions/date-and-time-criteria-from-a-control-on-a-form.md
+++ b/access/Concepts/Criteria-Expressions/date-and-time-criteria-from-a-control-on-a-form.md
@@ -1,15 +1,15 @@
---
-title: Date and Time Criteria from a Control on a Form
+title: Date and time criteria from a control on a form
keywords: vbaac10.chm5187147
f1_keywords:
- vbaac10.chm5187147
ms.prod: access
ms.assetid: 132cf297-eb3b-68a1-7a47-b832931a5091
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Date and Time Criteria from a Control on a Form
+# Date and time criteria from a control on a form
If you want to change the _criteria_ argument for an operation based on a user's decision, you can specify that the criteria comes from a control on a form. For example, you could specify that the _criteria_ argument comes from a list box containing order dates from an Orders table.
@@ -17,12 +17,10 @@ To specify date and time criteria that comes from a control on a form, you inclu
In addition to enclosing the entire string expression in double quotation marks ("), you must also ensure that the date or time criteria within the string expression is enclosed in number signs (#). The number signs must be included in the strings flanking the expression that references the control on the form.
+> [!NOTE]
+> The number signs indicate to Access that the _criteria_ argument contains a date or time within a string.
- **Note** The number signs indicate to Access that the _criteria_ argument contains a date or time within a string.
-
-The following examples set a form's **Filter** or **ServerFilter** property based on criteria that comes from a control named HireDate that's on the form. Note the placement of the number signs.
-
-
+The following examples set a form's **[Filter](../../../api/Access.Form.Filter(property).md)** or **[ServerFilter](../../../api/Access.Form.ServerFilter.md)** property based on criteria that comes from a control named HireDate that's on the form. Note the placement of the number signs.
```vb
Forms!Employees.Filter = "[HireDate] >= #" _
@@ -30,9 +28,6 @@ Forms!Employees.Filter = "[HireDate] >= #" _
Forms!Employees.FilterOn = True
```
-- or -
-
-
```vb
Forms!Employees.ServerFilter = "[HireDate] >= #" _
@@ -40,21 +35,19 @@ Forms!Employees.ServerFilter = "[HireDate] >= #" _
Forms!Employees.FilterOn = True
```
-If the current value of the HireDate control is , the **Filter** or **ServerFilter** property will have the following _criteria_ argument:
-
+If the current value of the HireDate control is May 1, 1992, the **Filter** or **ServerFilter** property will have the following _criteria_ argument:
```text
"[HireDate] >= #5-1-92#"
```
-
- **Tip** To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
+> [!TIP]
+> To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
You can also include a variable representing a date or time in the _criteria_ argument. The variable should be separate from the string expression, so that Access will evaluate the variable first and then concatenate it with the rest of the string expression. The date or time criteria must be enclosed in number signs.
-The following example shows how to construct a _criteria_ argument that includes a variable representing a date or time:
-
+The following example shows how to construct a _criteria_ argument that includes a variable representing a date or time:
```vb
Dim datHireDate As Date
diff --git a/access/Concepts/Criteria-Expressions/functions-alphabetical-list.md b/access/Concepts/Criteria-Expressions/functions-alphabetical-list.md
index 8ebbf8437ef..15714cbc019 100644
--- a/access/Concepts/Criteria-Expressions/functions-alphabetical-list.md
+++ b/access/Concepts/Criteria-Expressions/functions-alphabetical-list.md
@@ -1,348 +1,346 @@
---
-title: Functions (Alphabetical List)
+title: Functions (alphabetical list)
ms.prod: access
ms.assetid: c32092f7-cac1-5c29-956d-20e09506cb16
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Functions (Alphabetical List)
+# Functions (alphabetical list)
The following topics describe common functions used in Access expressions.
-
## Common Access expression functions
-[Abs Function ](../../../language/reference/User-Interface-Help/abs-function.md)
-
-[Array Function ](../../../language/reference/User-Interface-Help/array-function.md)
+- [Abs function](../../../language/reference/User-Interface-Help/abs-function.md)
+- [Array function](../../../language/reference/User-Interface-Help/array-function.md)
+- [Asc function](../../../language/reference/User-Interface-Help/asc-function.md)
+- [Atn function](../../../language/reference/User-Interface-Help/atn-function.md)
+- [Avg function](avg-function-microsoft-access-sql.md)
+- [CallByName function](../../../language/reference/User-Interface-Help/callbyname-function.md)
+- [CBool function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CByte function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CCur function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CDate function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CDbl function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CDec function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [Choose function](../../../language/reference/User-Interface-Help/choose-function.md)
+- [Chr function](../../../language/reference/User-Interface-Help/chr-function.md)
+- [CInt function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CLng function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [Command function](../../../language/reference/User-Interface-Help/command-function.md)
+- [Cos function](../../../language/reference/User-Interface-Help/cos-function.md)
+- [Count function](count-function-microsoft-access-sql.md)
+- [CreateObject function](../../../language/reference/User-Interface-Help/createobject-function.md)
+- [CSng function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CStr function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CurDir function](../../../language/reference/User-Interface-Help/curdir-function.md)
+- [CurrentUser method](../../../api/Access.Application.CurrentUser.md)
+- [CVar function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CVErr function](../../../language/reference/User-Interface-Help/cverr-function.md)
+- [Date function](../../../language/reference/User-Interface-Help/date-function.md)
+- [DateAdd function](../../../language/reference/User-Interface-Help/dateadd-function.md)
+- [DateDiff function](../../../language/reference/User-Interface-Help/datediff-function.md)
+- [DatePart function](../../../language/reference/User-Interface-Help/datepart-function.md)
+- [DateSerial function](../../../language/reference/User-Interface-Help/dateserial-function.md)
+- [DateValue function](../../../language/reference/User-Interface-Help/datevalue-function.md)
+- [DAvg function](../../../api/Access.application.davg.md)
+- [Day function](../../../language/reference/User-Interface-Help/day-function.md)
+- [DCount method](../../../api/Access.Application.DCount.md)
+- [DDB function](../../../language/reference/User-Interface-Help/ddb-function.md)
+- [DDEInitiate method](../../../api/Access.Application.DDEInitiate.md)
+- [DDERequest method](../../../api/Access.Application.DDERequest.md)
+- [DFirst method](../../../api/Access.Application.DFirst.md)
+- [Dir function](../../../language/reference/User-Interface-Help/dir-function.md)
+- [DLast method](../../../api/Access.Application.DLast.md)
+- [DLookup method](../../../api/Access.Application.DLookup.md)
+- [DMax method](../../../api/Access.Application.DMax.md)
+- [DMin method](../../../api/Access.Application.DMin.md)
+- [DoEvents function](../../../language/reference/User-Interface-Help/doevents-function.md)
+- [DStDev method](../../../api/Access.Application.DStDev.md)
+- [DStDevP method](../../../api/Access.Application.DStDevP.md)
+- [DSum method](../../../api/Access.Application.DSum.md)
+- [DVar method](../../../api/Access.Application.DVar.md)
+- [DVarP method](../../../api/Access.Application.DVarP.md)
+- [Environ function](../../../language/reference/User-Interface-Help/environ-function.md)
+- [EOF function](../../../language/reference/User-Interface-Help/eof-function.md)
+- [Error function](../../../language/reference/User-Interface-Help/error-function.md)
+- [EuroConvert method](../../../api/Access.Application.EuroConvert.md)
+- [Eval method](../../../api/Access.Application.Eval.md)
+- [Exp function](../../../language/reference/User-Interface-Help/exp-function.md)
+- [FileAttr function](../../../language/reference/User-Interface-Help/fileattr-function.md)
+- [FileDateTime function](../../../language/reference/User-Interface-Help/filedatetime-function.md)
+- [FileLen function](../../../language/reference/User-Interface-Help/filelen-function.md)
+- [Filter function](../../../language/reference/User-Interface-Help/filter-function.md)
+- [Fix function](../../../language/reference/User-Interface-Help/int-fix-functions.md)
+- [Format function](../../../language/reference/User-Interface-Help/format-function-visual-basic-for-applications.md)
+- [FormatCurrency function](../../../language/reference/User-Interface-Help/formatcurrency-function.md)
+- [FormatDateTime function](../../../language/reference/User-Interface-Help/formatdatetime-function.md)
+- [FormatNumber function](../../../language/reference/User-Interface-Help/formatnumber-function.md)
+- [FormatPercent function](../../../language/reference/User-Interface-Help/formatpercent-function.md)
+- [FreeFile function](../../../language/reference/User-Interface-Help/freefile-function.md)
+- [FV function](../../../language/reference/User-Interface-Help/fv-function.md)
+- [GetAllSettings function](../../../language/reference/User-Interface-Help/getallsettings-function.md)
+- [GetAttr function](../../../language/reference/User-Interface-Help/getattr-function.md)
+- [GetObject function](../../../language/reference/User-Interface-Help/getobject-function.md)
+- [GetSetting function](../../../language/reference/User-Interface-Help/getsetting-function.md)
+- [GUIDFromString method](../../../api/Access.Application.GUIDFromString.md)
+- [Hex function](../../../language/reference/User-Interface-Help/hex-function.md)
+- [Hour function](../../../language/reference/User-Interface-Help/hour-function.md)
+- [HtmlEncode method](../../../api/Access.Application.HtmlEncode.md)
+- [HyperlinkPart method](../../../api/Access.Application.HyperlinkPart.md)
+- [IIf function](../../../language/reference/User-Interface-Help/iif-function.md)
+- [IMEStatus function](../../../language/reference/User-Interface-Help/imestatus-function.md)
+- [Input function](../../../language/reference/User-Interface-Help/input-function.md)
+- [InputBox function](../../../language/reference/User-Interface-Help/inputbox-function.md)
+- [InStr function](../../../language/reference/User-Interface-Help/instr-function.md)
+- [InStrRev function](../../../language/reference/User-Interface-Help/instrrev-function.md)
+- [Int function](../../../language/reference/User-Interface-Help/int-fix-functions.md)
+- [IPmt function](../../../language/reference/User-Interface-Help/ipmt-function.md)
+- [IRR function](../../../language/reference/User-Interface-Help/irr-function.md)
+- [IsArray function](../../../language/reference/User-Interface-Help/isarray-function.md)
+- [IsDate function](../../../language/reference/User-Interface-Help/isdate-function.md)
+- [IsEmpty function](../../../language/reference/User-Interface-Help/isempty-function.md)
+- [IsError function](../../../language/reference/User-Interface-Help/iserror-function.md)
+- [IsMissing function](../../../language/reference/User-Interface-Help/ismissing-function.md)
+- [IsNull function](../../../language/reference/User-Interface-Help/isnull-function.md)
+- [IsNumeric function](../../../language/reference/User-Interface-Help/isnumeric-function.md)
+- [IsObject function](../../../language/reference/User-Interface-Help/isobject-function.md)
+- [Join function](../../../language/reference/User-Interface-Help/join-function.md)
+- [LBound function](../../../language/reference/User-Interface-Help/lbound-function.md)
+- [LCase function](../../../language/reference/User-Interface-Help/lcase-function.md)
+- [Left function](../../../language/reference/User-Interface-Help/left-function.md)
+- [Len function](../../../language/reference/User-Interface-Help/len-function.md)
+- [Loc function](../../../language/reference/User-Interface-Help/loc-function.md)
+- [LOF function](../../../language/reference/User-Interface-Help/lof-function.md)
+- [Log function](../../../language/reference/User-Interface-Help/log-function.md)
+- [LTrim function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
+- [Max function](min-max-functions-microsoft-access-sql.md)
+- [Mid function](../../../language/reference/User-Interface-Help/mid-function.md)
+- [Min function](min-max-functions-microsoft-access-sql.md)
+- [Minute function](../../../language/reference/User-Interface-Help/minute-function.md)
+- [MIRR function](../../../language/reference/User-Interface-Help/mirr-function.md)
+- [Month function](../../../language/reference/User-Interface-Help/month-function.md)
+- [MonthName function](../../../language/reference/User-Interface-Help/monthname-function.md)
+- [MsgBox function](../../../language/reference/User-Interface-Help/msgbox-function.md)
+- [Now function](../../../language/reference/User-Interface-Help/now-function.md)
+- [NPer function](../../../language/reference/User-Interface-Help/nper-function.md)
+- [NPV function](../../../language/reference/User-Interface-Help/npv-function.md)
+- [Nz method](../../../api/Access.Application.Nz.md)
+- [Oct function](../../../language/reference/User-Interface-Help/oct-function.md)
+- [Partition function](../../../language/reference/User-Interface-Help/partition-function.md)
+- [PlainText method](../../../api/Access.Application.PlainText.md)
+- [Pmt function](../../../language/reference/User-Interface-Help/pmt-function.md)
+- [PPmt function](../../../language/reference/User-Interface-Help/ppmt-function.md)
+- [PV function](../../../language/reference/User-Interface-Help/pv-function.md)
+- [QBColor function](../../../language/reference/User-Interface-Help/qbcolor-function.md)
+- [Rate function](../../../language/reference/User-Interface-Help/rate-function.md)
+- [Replace function](../../../language/reference/User-Interface-Help/replace-function.md)
+- [RGB function](../../../language/reference/User-Interface-Help/rgb-function.md)
+- [Right function](../../../language/reference/User-Interface-Help/right-function.md)
+- [Rnd function](../../../language/reference/User-Interface-Help/rnd-function.md)
+- [Round function](../../../language/reference/User-Interface-Help/round-function.md)
+- [RTrim function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
+- [Second function](../../../language/reference/User-Interface-Help/second-function.md)
+- [Seek function](../../../language/reference/User-Interface-Help/seek-function.md)
+- [Sgn function](../../../language/reference/User-Interface-Help/sgn-function.md)
+- [Shell function](../../../language/reference/User-Interface-Help/shell-function.md)
+- [Sin function](../../../language/reference/User-Interface-Help/sin-function.md)
+- [SLN function](../../../language/reference/User-Interface-Help/sln-function.md)
+- [Space function](../../../language/reference/User-Interface-Help/space-function.md)
+- [Spc function](../../../language/reference/User-Interface-Help/spc-function.md)
+- [Split function](../../../language/reference/User-Interface-Help/split-function.md)
+- [Sqr function](../../../language/reference/User-Interface-Help/sqr-function.md)
+- [StDev function](stdev-stdevp-functions-microsoft-access-sql.md)
+- [StDevP function](stdev-stdevp-functions-microsoft-access-sql.md)
+- [Str function](../../../language/reference/User-Interface-Help/str-function.md)
+- [StrComp function](../../../language/reference/User-Interface-Help/strcomp-function.md)
+- [StrConv function](../../../language/reference/User-Interface-Help/strconv-function.md)
+- [String function](../../../language/reference/User-Interface-Help/string-function.md)
+- [StringFromGUID method](../../../api/Access.Application.StringFromGUID.md)
+- [StrReverse function](../../../language/reference/User-Interface-Help/strreverse-function.md)
+- [Sum function](sum-function-microsoft-access-sql.md)
+- [Switch function](../../../language/reference/User-Interface-Help/switch-function.md)
+- [SYD function](../../../language/reference/User-Interface-Help/syd-function.md)
+- [Tab function](../../../language/reference/User-Interface-Help/tab-function.md)
+- [Tan function](../../../language/reference/User-Interface-Help/tan-function.md)
+- [Time function](../../../language/reference/User-Interface-Help/time-function.md)
+- [Timer function](../../../language/reference/User-Interface-Help/timer-function.md)
+- [TimeSerial function](../../../language/reference/User-Interface-Help/timeserial-function.md)
+- [TimeValue function](../../../language/reference/User-Interface-Help/timevalue-function.md)
+- [Trim function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
+- [TypeName function](../../../language/reference/User-Interface-Help/typename-function.md)
+- [UBound function](../../../language/reference/User-Interface-Help/ubound-function.md)
+- [UCase function](../../../language/reference/User-Interface-Help/ucase-function.md)
+- [Val function](../../../language/reference/User-Interface-Help/val-function.md)
+- [Var, VarP functions](var-varp-functions-microsoft-access-sql.md)
+- [VarType function](../../../language/reference/User-Interface-Help/vartype-function.md)
+- [Weekday function](../../../language/reference/User-Interface-Help/weekday-function.md)
+- [WeekdayName function](../../../language/reference/User-Interface-Help/weekdayname-function.md)
+- [Year function](../../../language/reference/User-Interface-Help/year-function.md)
-[Asc Function](../../../language/reference/User-Interface-Help/asc-function.md)
-[Atn Function](../../../language/reference/User-Interface-Help/atn-function.md)
-[Avg Function](avg-function-microsoft-access-sql.md)
-[CallByName Function](../../../language/reference/User-Interface-Help/callbyname-function.md)
-[CBool Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[CByte Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[CCur Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[CDate Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[CDbl Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[CDec Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[Choose Function](../../../language/reference/User-Interface-Help/choose-function.md)
-[Chr Function](../../../language/reference/User-Interface-Help/chr-function.md)
-[CInt Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[CLng Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[Command Function](../../../language/reference/User-Interface-Help/command-function.md)
-[Cos Function](../../../language/reference/User-Interface-Help/cos-function.md)
-[Count Function](count-function-microsoft-access-sql.md)
-[CreateObject Function](../../../language/reference/User-Interface-Help/createobject-function.md)
-[CSng Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[CStr Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[CurDir Function](../../../language/reference/User-Interface-Help/curdir-function.md)
-[CurrentUser Method](../../../api/Access.Application.CurrentUser.md)
-[CVar Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-[CVErr Function](../../../language/reference/User-Interface-Help/cverr-function.md)
-[Date Function](../../../language/reference/User-Interface-Help/date-function.md)
-[DateAdd Function](../../../language/reference/User-Interface-Help/dateadd-function.md)
-[DateDiff Function](../../../language/reference/User-Interface-Help/datediff-function.md)
-[DatePart Function](../../../language/reference/User-Interface-Help/datepart-function.md)
-[DateSerial Function](../../../language/reference/User-Interface-Help/dateserial-function.md)
-[DateValue Function](../../../language/reference/User-Interface-Help/datevalue-function.md)
-[DAvg Function](../../../api/Access.application.davg.md)
-[Day Function](../../../language/reference/User-Interface-Help/day-function.md)
-[DCount Method](../../../api/Access.Application.DCount.md)
-[DDB Function](../../../language/reference/User-Interface-Help/ddb-function.md)
-[DDEInitiate Method](../../../api/Access.Application.DDEInitiate.md)
-[DDERequest Method](../../../api/Access.Application.DDERequest.md)
-[DFirst Method](../../../api/Access.Application.DFirst.md)
-[Dir Function](../../../language/reference/User-Interface-Help/dir-function.md)
-[DLast Method](../../../api/Access.Application.DLast.md)
-[DLookup Method](../../../api/Access.Application.DLookup.md)
-[DMax Method](../../../api/Access.Application.DMax.md)
-[DMin Method](../../../api/Access.Application.DMin.md)
-[DoEvents Function](../../../language/reference/User-Interface-Help/doevents-function.md)
-[DStDev Method](../../../api/Access.Application.DStDev.md)
-[DStDevP Method](../../../api/Access.Application.DStDevP.md)
-[DSum Method](../../../api/Access.Application.DSum.md)
-[DVar Method](../../../api/Access.Application.DVar.md)
-[DVarP Method](../../../api/Access.Application.DVarP.md)
-[Environ Function](../../../language/reference/User-Interface-Help/environ-function.md)
-[EOF Function](../../../language/reference/User-Interface-Help/eof-function.md)
-[Error Function](../../../language/reference/User-Interface-Help/error-function.md)
-[EuroConvert Method](../../../api/Access.Application.EuroConvert.md)
-[Eval Method](../../../api/Access.Application.Eval.md)
-[Exp Function](../../../language/reference/User-Interface-Help/exp-function.md)
-[FileAttr Function](../../../language/reference/User-Interface-Help/fileattr-function.md)
-[FileDateTime Function](../../../language/reference/User-Interface-Help/filedatetime-function.md)
-[FileLen Function](../../../language/reference/User-Interface-Help/filelen-function.md)
-[Filter Function](../../../language/reference/User-Interface-Help/filter-function.md)
-[Fix Function](../../../language/reference/User-Interface-Help/int-fix-functions.md)
-[Format Function](../../../language/reference/User-Interface-Help/format-function-visual-basic-for-applications.md)
-[FormatCurrency Function](../../../language/reference/User-Interface-Help/formatcurrency-function.md)
-[FormatDateTime Function](../../../language/reference/User-Interface-Help/formatdatetime-function.md)
-[FormatNumber Function](../../../language/reference/User-Interface-Help/formatnumber-function.md)
-[FormatPercent Function](../../../language/reference/User-Interface-Help/formatpercent-function.md)
-[FreeFile Function](../../../language/reference/User-Interface-Help/freefile-function.md)
-[FV Function](../../../language/reference/User-Interface-Help/fv-function.md)
-[GetAllSettings Function](../../../language/reference/User-Interface-Help/getallsettings-function.md)
-[GetAttr Function](../../../language/reference/User-Interface-Help/getattr-function.md)
-[GetObject Function](../../../language/reference/User-Interface-Help/getobject-function.md)
-[GetSetting Function](../../../language/reference/User-Interface-Help/getsetting-function.md)
-[GUIDFromString Method](../../../api/Access.Application.GUIDFromString.md)
-[Hex Function](../../../language/reference/User-Interface-Help/hex-function.md)
-[Hour Function](../../../language/reference/User-Interface-Help/hour-function.md)
-[HtmlEncode Method](../../../api/Access.Application.HtmlEncode.md)
-[HyperlinkPart Method](../../../api/Access.Application.HyperlinkPart.md)
-[IIf Function](../../../language/reference/User-Interface-Help/iif-function.md)
-[IMEStatus Function](../../../language/reference/User-Interface-Help/imestatus-function.md)
-[Input Function](../../../language/reference/User-Interface-Help/input-function.md)
-[InputBox Function](../../../language/reference/User-Interface-Help/inputbox-function.md)
-[InStr Function](../../../language/reference/User-Interface-Help/instr-function.md)
-[InStrRev Function](../../../language/reference/User-Interface-Help/instrrev-function.md)
-[Int Function](../../../language/reference/User-Interface-Help/int-fix-functions.md)
-[IPmt Function](../../../language/reference/User-Interface-Help/ipmt-function.md)
-[IRR Function](../../../language/reference/User-Interface-Help/irr-function.md)
-[IsArray Function](../../../language/reference/User-Interface-Help/isarray-function.md)
-[IsDate Function](../../../language/reference/User-Interface-Help/isdate-function.md)
-[IsEmpty Function](../../../language/reference/User-Interface-Help/isempty-function.md)
-[IsError Function](../../../language/reference/User-Interface-Help/iserror-function.md)
-[IsMissing Function](../../../language/reference/User-Interface-Help/ismissing-function.md)
-[IsNull Function](../../../language/reference/User-Interface-Help/isnull-function.md)
-[IsNumeric Function](../../../language/reference/User-Interface-Help/isnumeric-function.md)
-[IsObject Function](../../../language/reference/User-Interface-Help/isobject-function.md)
-[Join Function](../../../language/reference/User-Interface-Help/join-function.md)
-[LBound Function](../../../language/reference/User-Interface-Help/lbound-function.md)
-[LCase Function](../../../language/reference/User-Interface-Help/lcase-function.md)
-[Left Function](../../../language/reference/User-Interface-Help/left-function.md)
-[Len Function](../../../language/reference/User-Interface-Help/len-function.md)
-[Loc Function](../../../language/reference/User-Interface-Help/loc-function.md)
-[LOF Function](../../../language/reference/User-Interface-Help/lof-function.md)
-[Log Function](../../../language/reference/User-Interface-Help/log-function.md)
-[LTrim Function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
-[Max Function](min-max-functions-microsoft-access-sql.md)
-[Mid Function](../../../language/reference/User-Interface-Help/mid-function.md)
-[Min Function](min-max-functions-microsoft-access-sql.md)
-[Minute Function](../../../language/reference/User-Interface-Help/minute-function.md)
-[MIRR Function](../../../language/reference/User-Interface-Help/mirr-function.md)
-[Month Function](../../../language/reference/User-Interface-Help/month-function.md)
-[MonthName Function](../../../language/reference/User-Interface-Help/monthname-function.md)
-[MsgBox Function](../../../language/reference/User-Interface-Help/msgbox-function.md)
-[Now Function](../../../language/reference/User-Interface-Help/now-function.md)
-[NPer Function](../../../language/reference/User-Interface-Help/nper-function.md)
-[NPV Function](../../../language/reference/User-Interface-Help/npv-function.md)
-[Nz Method](../../../api/Access.Application.Nz.md)
-[Oct Function](../../../language/reference/User-Interface-Help/oct-function.md)
-[Partition Function](../../../language/reference/User-Interface-Help/partition-function.md)
-[PlainText Method](../../../api/Access.Application.PlainText.md)
-[Pmt Function](../../../language/reference/User-Interface-Help/pmt-function.md)
-[PPmt Function](../../../language/reference/User-Interface-Help/ppmt-function.md)
-[PV Function](../../../language/reference/User-Interface-Help/pv-function.md)
-[QBColor Function](../../../language/reference/User-Interface-Help/qbcolor-function.md)
-[Rate Function](../../../language/reference/User-Interface-Help/rate-function.md)
-[Replace Function](../../../language/reference/User-Interface-Help/replace-function.md)
-[RGB Function](../../../language/reference/User-Interface-Help/rgb-function.md)
-[Right Function](../../../language/reference/User-Interface-Help/right-function.md)
-[Rnd Function](../../../language/reference/User-Interface-Help/rnd-function.md)
-[Round Function](../../../language/reference/User-Interface-Help/round-function.md)
-[RTrim Function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
-[Second Function](../../../language/reference/User-Interface-Help/second-function.md)
-[Seek Function](../../../language/reference/User-Interface-Help/seek-function.md)
-[Sgn Function](../../../language/reference/User-Interface-Help/sgn-function.md)
-[Shell Function](../../../language/reference/User-Interface-Help/shell-function.md)
-[Sin Function](../../../language/reference/User-Interface-Help/sin-function.md)
-[SLN Function](../../../language/reference/User-Interface-Help/sln-function.md)
-[Space Function](../../../language/reference/User-Interface-Help/space-function.md)
-[Spc Function](../../../language/reference/User-Interface-Help/spc-function.md)
-[Split Function](../../../language/reference/User-Interface-Help/split-function.md)
-[Sqr Function](../../../language/reference/User-Interface-Help/sqr-function.md)
-[Str Function](../../../language/reference/User-Interface-Help/str-function.md)
-[StrComp Function](../../../language/reference/User-Interface-Help/strcomp-function.md)
-[StrConv Function](../../../language/reference/User-Interface-Help/strconv-function.md)
-[StDev Function](stdev-stdevp-functions-microsoft-access-sql.md)
-[StDevP Function](stdev-stdevp-functions-microsoft-access-sql.md)
-[String Function](../../../language/reference/User-Interface-Help/string-function.md)
-[StringFromGUID Method](../../../api/Access.Application.StringFromGUID.md)
-[StrReverse Function](../../../language/reference/User-Interface-Help/strreverse-function.md)
-[Sum Function](sum-function-microsoft-access-sql.md)
-[Switch Function](../../../language/reference/User-Interface-Help/switch-function.md)
-[SYD Function](../../../language/reference/User-Interface-Help/syd-function.md)
-[Tab Function](../../../language/reference/User-Interface-Help/tab-function.md)
-[Tan Function](../../../language/reference/User-Interface-Help/tan-function.md)
-[Time Function](../../../language/reference/User-Interface-Help/time-function.md)
-[Timer Function](../../../language/reference/User-Interface-Help/timer-function.md)
-[TimeSerial Function](../../../language/reference/User-Interface-Help/timeserial-function.md)
-[TimeValue Function](../../../language/reference/User-Interface-Help/timevalue-function.md)
-[Trim Function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
-[TypeName Function](../../../language/reference/User-Interface-Help/typename-function.md)
-[UBound Function](../../../language/reference/User-Interface-Help/ubound-function.md)
-[UCase Function](../../../language/reference/User-Interface-Help/ucase-function.md)
-[Val Function](../../../language/reference/User-Interface-Help/val-function.md)
-[Var, VarP Functions](var-varp-functions-microsoft-access-sql.md)
-[VarType Function](../../../language/reference/User-Interface-Help/vartype-function.md)
-[Weekday Function](../../../language/reference/User-Interface-Help/weekday-function.md)
-[WeekdayName Function](../../../language/reference/User-Interface-Help/weekdayname-function.md)
-[Year Function](../../../language/reference/User-Interface-Help/year-function.md)
diff --git a/access/Concepts/Criteria-Expressions/functions-category-list.md b/access/Concepts/Criteria-Expressions/functions-category-list.md
index 46eea292b8e..951c0a95a2c 100644
--- a/access/Concepts/Criteria-Expressions/functions-category-list.md
+++ b/access/Concepts/Criteria-Expressions/functions-category-list.md
@@ -1,411 +1,255 @@
---
-title: Functions (Category List)
+title: Functions (category list)
ms.prod: access
ms.assetid: f6095ed0-465d-6447-321f-4bc1c7c543c5
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Functions (Category List)
+# Functions (category list)
The following list contains topics that describe common functions used in Access expressions.
## ActiveX
-[CreateObject Function](../../../language/reference/User-Interface-Help/createobject-function.md)
-
-[GetObject Function](../../../language/reference/User-Interface-Help/getobject-function.md)
+- [CreateObject function](../../../language/reference/User-Interface-Help/createobject-function.md)
+- [GetObject function](../../../language/reference/User-Interface-Help/getobject-function.md)
## Application
-[Command Function](../../../language/reference/User-Interface-Help/command-function.md)
-
-[Shell Function](../../../language/reference/User-Interface-Help/shell-function.md)
+- [Command function](../../../language/reference/User-Interface-Help/command-function.md)
+- [Shell function](../../../language/reference/User-Interface-Help/shell-function.md)
## Arrays
-[Array Function](../../../language/reference/User-Interface-Help/array-function.md)
-
-[Filter Function](../../../language/reference/User-Interface-Help/filter-function.md)
-
-[Join Function](../../../language/reference/User-Interface-Help/join-function.md)
-
-[LBound Function](../../../language/reference/User-Interface-Help/lbound-function.md)
-
-[Split Function](../../../language/reference/User-Interface-Help/split-function.md)
-
-[UBound Function](../../../language/reference/User-Interface-Help/ubound-function.md)
+- [Array function](../../../language/reference/User-Interface-Help/array-function.md)
+- [Filter function](../../../language/reference/User-Interface-Help/filter-function.md)
+- [Join function](../../../language/reference/User-Interface-Help/join-function.md)
+- [LBound function](../../../language/reference/User-Interface-Help/lbound-function.md)
+- [Split function](../../../language/reference/User-Interface-Help/split-function.md)
+- [UBound function](../../../language/reference/User-Interface-Help/ubound-function.md)
## Conversion
-[Asc Function](../../../language/reference/User-Interface-Help/asc-function.md)
-
-[CBool Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[CByte Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[CCur Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[CDate Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[CDbl Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[CDec Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[Chr Function](../../../language/reference/User-Interface-Help/chr-function.md)
-
-[CInt Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[CLng Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[CSng Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[CStr Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[CVar Function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[Day Function](../../../language/reference/User-Interface-Help/day-function.md)
-
-[EuroConvert Method](../../../api/Access.Application.EuroConvert.md)
-
-[FormatCurrency Function](../../../language/reference/User-Interface-Help/formatcurrency-function.md)
-
-[FormatDateTime Function](../../../language/reference/User-Interface-Help/formatdatetime-function.md)
-
-[FormatNumber Function](../../../language/reference/User-Interface-Help/formatnumber-function.md)
-
-[FormatPercent Function](../../../language/reference/User-Interface-Help/formatpercent-function.md)
-
-[GUIDFromString Method](../../../api/Access.Application.GUIDFromString.md)
-
-[Hex Function](../../../language/reference/User-Interface-Help/hex-function.md)
-
-[Nz Method](../../../api/Access.Application.Nz.md)
-
-[Oct Function](../../../language/reference/User-Interface-Help/oct-function.md)
-
-[Str Function](../../../language/reference/User-Interface-Help/str-function.md)
-
-[StringFromGUID Method](../../../api/Access.Application.StringFromGUID.md)
-
-[Type Conversion Functions](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
-
-[Val Function](../../../language/reference/User-Interface-Help/val-function.md)
-
+- [Asc function](../../../language/reference/User-Interface-Help/asc-function.md)
+- [CBool function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CByte function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CCur function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CDate function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CDbl function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CDec function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [Chr function](../../../language/reference/User-Interface-Help/chr-function.md)
+- [CInt function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CLng function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CSng function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CStr function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [CVar function](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [Day function](../../../language/reference/User-Interface-Help/day-function.md)
+- [EuroConvert method](../../../api/Access.Application.EuroConvert.md)
+- [FormatCurrency function](../../../language/reference/User-Interface-Help/formatcurrency-function.md)
+- [FormatDateTime function](../../../language/reference/User-Interface-Help/formatdatetime-function.md)
+- [FormatNumber function](../../../language/reference/User-Interface-Help/formatnumber-function.md)
+- [FormatPercent function](../../../language/reference/User-Interface-Help/formatpercent-function.md)
+- [GUIDFromString method](../../../api/Access.Application.GUIDFromString.md)
+- [Hex function](../../../language/reference/User-Interface-Help/hex-function.md)
+- [Nz method](../../../api/Access.Application.Nz.md)
+- [Oct function](../../../language/reference/User-Interface-Help/oct-function.md)
+- [Str function](../../../language/reference/User-Interface-Help/str-function.md)
+- [StringFromGUID method](../../../api/Access.Application.StringFromGUID.md)
+- [Type Conversion functions](../../../Language/Concepts/Getting-Started/type-conversion-functions.md)
+- [Val function](../../../language/reference/User-Interface-Help/val-function.md)
## Database
-[CurrentUser Method](../../../api/Access.Application.CurrentUser.md)
-
-[DDEInitiate Method](../../../api/Access.Application.DDEInitiate.md)
-
-[DDERequest Method](../../../api/Access.Application.DDERequest.md)
-
-[Eval Method](../../../api/Access.Application.Eval.md)
-
-[HyperlinkPart Method](../../../api/Access.Application.HyperlinkPart.md)
-
-[Partition Function](../../../language/reference/User-Interface-Help/partition-function.md)
+- [CurrentUser method](../../../api/Access.Application.CurrentUser.md)
+- [DDEInitiate method](../../../api/Access.Application.DDEInitiate.md)
+- [DDERequest method](../../../api/Access.Application.DDERequest.md)
+- [Eval method](../../../api/Access.Application.Eval.md)
+- [HyperlinkPart method](../../../api/Access.Application.HyperlinkPart.md)
+- [Partition function](../../../language/reference/User-Interface-Help/partition-function.md)
## Date/Time
-[Date Function](../../../language/reference/User-Interface-Help/date-function.md)
-
-[DateAdd Function](../../../language/reference/User-Interface-Help/dateadd-function.md)
-
-[DateDiff Function](../../../language/reference/User-Interface-Help/datediff-function.md)
-
-[DatePart Function](../../../language/reference/User-Interface-Help/datepart-function.md)
-
-[DateSerial Function](../../../language/reference/User-Interface-Help/dateserial-function.md)
-
-[DateValue Function](../../../language/reference/User-Interface-Help/datevalue-function.md)
-
-[Day Function](../../../language/reference/User-Interface-Help/day-function.md)
-
-[Hour Function](../../../language/reference/User-Interface-Help/hour-function.md)
-
-[Minute Function](../../../language/reference/User-Interface-Help/minute-function.md)
-
-[Month Function](../../../language/reference/User-Interface-Help/month-function.md)
-
-[MonthName Function](../../../language/reference/User-Interface-Help/monthname-function.md)
-
-[Now Function](../../../language/reference/User-Interface-Help/now-function.md)
-
-[Second Function](../../../language/reference/User-Interface-Help/second-function.md)
-
-[Time Function](../../../language/reference/User-Interface-Help/time-function.md)
-
-[Timer Function](../../../language/reference/User-Interface-Help/timer-function.md)
-
-[TimeSerial Function](../../../language/reference/User-Interface-Help/timeserial-function.md)
-
-[TimeValue Function](../../../language/reference/User-Interface-Help/timevalue-function.md)
-
-[Weekday Function](../../../language/reference/User-Interface-Help/weekday-function.md)
-
-[WeekdayName Function](../../../language/reference/User-Interface-Help/weekdayname-function.md)
-
-[Year Function](../../../language/reference/User-Interface-Help/year-function.md)
-
-
-## Domain Aggregate
-
-[DAvg Function](../../../api/Access.application.davg.md)
-
-[DCount Method](../../../api/Access.Application.DCount.md)
-
-[DFirst Method](../../../api/Access.Application.DFirst.md)
-
-[DLast Method](../../../api/Access.Application.DLast.md)
-
-[DLookup Method](../../../api/Access.Application.DLookup.md)
-
-[DMax Method](../../../api/Access.Application.DMax.md)
-
-[DMin Method](../../../api/Access.Application.DMin.md)
-
-[DStDev Method](../../../api/Access.Application.DStDev.md)
-
-[DStDevP Method](../../../api/Access.Application.DStDevP.md)
-
-[DSum Method](../../../api/Access.Application.DSum.md)
-
-[DVar Method](../../../api/Access.Application.DVar.md)
-
-[DVarP Method](../../../api/Access.Application.DVarP.md)
-
-
-## Error Handling
-
-[CVErr Function](../../../language/reference/User-Interface-Help/cverr-function.md)
-
-[Error Function](../../../language/reference/User-Interface-Help/error-function.md)
-
-[IsError Function](../../../language/reference/User-Interface-Help/iserror-function.md)
-
-
-## File Input/Output
-
-[EOF Function](../../../language/reference/User-Interface-Help/eof-function.md)
-
-[FreeFile Function](../../../language/reference/User-Interface-Help/freefile-function.md)
-
-[Input Function](../../../language/reference/User-Interface-Help/input-function.md)
-
-[Loc Function](../../../language/reference/User-Interface-Help/loc-function.md)
-
-[LOF Function](../../../language/reference/User-Interface-Help/lof-function.md)
-
-[Seek Function](../../../language/reference/User-Interface-Help/seek-function.md)
-
-
-## File Management
-
-[CurDir Function](../../../language/reference/User-Interface-Help/curdir-function.md)
-
-[Dir Function](../../../language/reference/User-Interface-Help/dir-function.md)
-
-[FileAttr Function](../../../language/reference/User-Interface-Help/fileattr-function.md)
-
-[FileDateTime Function](../../../language/reference/User-Interface-Help/filedatetime-function.md)
-
-[FileLen Function](../../../language/reference/User-Interface-Help/filelen-function.md)
-
-[GetAttr Function](../../../language/reference/User-Interface-Help/getattr-function.md)
+- [Date function](../../../language/reference/User-Interface-Help/date-function.md)
+- [DateAdd function](../../../language/reference/User-Interface-Help/dateadd-function.md)
+- [DateDiff function](../../../language/reference/User-Interface-Help/datediff-function.md)
+- [DatePart function](../../../language/reference/User-Interface-Help/datepart-function.md)
+- [DateSerial function](../../../language/reference/User-Interface-Help/dateserial-function.md)
+- [DateValue function](../../../language/reference/User-Interface-Help/datevalue-function.md)
+- [Day function](../../../language/reference/User-Interface-Help/day-function.md)
+- [Hour function](../../../language/reference/User-Interface-Help/hour-function.md)
+- [Minute function](../../../language/reference/User-Interface-Help/minute-function.md)
+- [Month function](../../../language/reference/User-Interface-Help/month-function.md)
+- [MonthName function](../../../language/reference/User-Interface-Help/monthname-function.md)
+- [Now function](../../../language/reference/User-Interface-Help/now-function.md)
+- [Second function](../../../language/reference/User-Interface-Help/second-function.md)
+- [Time function](../../../language/reference/User-Interface-Help/time-function.md)
+- [Timer function](../../../language/reference/User-Interface-Help/timer-function.md)
+- [TimeSerial function](../../../language/reference/User-Interface-Help/timeserial-function.md)
+- [TimeValue function](../../../language/reference/User-Interface-Help/timevalue-function.md)
+- [Weekday function](../../../language/reference/User-Interface-Help/weekday-function.md)
+- [WeekdayName function](../../../language/reference/User-Interface-Help/weekdayname-function.md)
+- [Year function](../../../language/reference/User-Interface-Help/year-function.md)
+
+
+## Domain aggregate
+
+- [DAvg function](../../../api/Access.application.davg.md)
+- [DCount method](../../../api/Access.Application.DCount.md)
+- [DFirst method](../../../api/Access.Application.DFirst.md)
+- [DLast method](../../../api/Access.Application.DLast.md)
+- [DLookup method](../../../api/Access.Application.DLookup.md)
+- [DMax method](../../../api/Access.Application.DMax.md)
+- [DMin method](../../../api/Access.Application.DMin.md)
+- [DStDev method](../../../api/Access.Application.DStDev.md)
+- [DStDevP method](../../../api/Access.Application.DStDevP.md)
+- [DSum method](../../../api/Access.Application.DSum.md)
+- [DVar method](../../../api/Access.Application.DVar.md)
+- [DVarP method](../../../api/Access.Application.DVarP.md)
+
+
+## Error handling
+
+- [CVErr function](../../../language/reference/User-Interface-Help/cverr-function.md)
+- [Error function](../../../language/reference/User-Interface-Help/error-function.md)
+- [IsError function](../../../language/reference/User-Interface-Help/iserror-function.md)
+
+
+## File input/output
+
+- [EOF function](../../../language/reference/User-Interface-Help/eof-function.md)
+- [FreeFile function](../../../language/reference/User-Interface-Help/freefile-function.md)
+- [Input function](../../../language/reference/User-Interface-Help/input-function.md)
+- [Loc function](../../../language/reference/User-Interface-Help/loc-function.md)
+- [LOF function](../../../language/reference/User-Interface-Help/lof-function.md)
+- [Seek function](../../../language/reference/User-Interface-Help/seek-function.md)
+
+
+## File management
+
+- [CurDir function](../../../language/reference/User-Interface-Help/curdir-function.md)
+- [Dir function](../../../language/reference/User-Interface-Help/dir-function.md)
+- [FileAttr function](../../../language/reference/User-Interface-Help/fileattr-function.md)
+- [FileDateTime function](../../../language/reference/User-Interface-Help/filedatetime-function.md)
+- [FileLen function](../../../language/reference/User-Interface-Help/filelen-function.md)
+- [GetAttr function](../../../language/reference/User-Interface-Help/getattr-function.md)
## Financial
-[DDB Function](../../../language/reference/User-Interface-Help/ddb-function.md)
-
-[FV Function](../../../language/reference/User-Interface-Help/fv-function.md)
-
-[IPmt Function](../../../language/reference/User-Interface-Help/ipmt-function.md)
+- [DDB function](../../../language/reference/User-Interface-Help/ddb-function.md)
+- [FV function](../../../language/reference/User-Interface-Help/fv-function.md)
+- [IPmt function](../../../language/reference/User-Interface-Help/ipmt-function.md)
+- [IRR function](../../../language/reference/User-Interface-Help/irr-function.md)
+- [MIRR function](../../../language/reference/User-Interface-Help/mirr-function.md)
+- [NPer function](../../../language/reference/User-Interface-Help/nper-function.md)
+- [NPV function](../../../language/reference/User-Interface-Help/npv-function.md)
+- [Pmt function](../../../language/reference/User-Interface-Help/pmt-function.md)
+- [PPmt function](../../../language/reference/User-Interface-Help/ppmt-function.md)
+- [PV function](../../../language/reference/User-Interface-Help/pv-function.md)
+- [Rate function](../../../language/reference/User-Interface-Help/rate-function.md)
+- [SLN function](../../../language/reference/User-Interface-Help/sln-function.md)
+- [SYD function](../../../language/reference/User-Interface-Help/syd-function.md)
-[IRR Function](../../../language/reference/User-Interface-Help/irr-function.md)
-
-[MIRR Function](../../../language/reference/User-Interface-Help/mirr-function.md)
-
-[NPer Function](../../../language/reference/User-Interface-Help/nper-function.md)
-
-[NPV Function](../../../language/reference/User-Interface-Help/npv-function.md)
-
-[Pmt Function](../../../language/reference/User-Interface-Help/pmt-function.md)
-
-[PPmt Function](../../../language/reference/User-Interface-Help/ppmt-function.md)
-
-[PV Function](../../../language/reference/User-Interface-Help/pv-function.md)
-
-[Rate Function](../../../language/reference/User-Interface-Help/rate-function.md)
-
-[SLN Function](../../../language/reference/User-Interface-Help/sln-function.md)
-
-[SYD Function](../../../language/reference/User-Interface-Help/syd-function.md)
## Inspection
-[Environ Function](../../../language/reference/User-Interface-Help/environ-function.md)
-
-[GetAllSettings Function ](../../../language/reference/User-Interface-Help/getallsettings-function.md)
-
-[GetSetting Function ](../../../language/reference/User-Interface-Help/getsetting-function.md)
-
-[IsArray Function](../../../language/reference/User-Interface-Help/isarray-function.md)
-
-[IsDate Function](../../../language/reference/User-Interface-Help/isdate-function.md)
-
-[IsEmpty Function](../../../language/reference/User-Interface-Help/isempty-function.md)
-
-[IsError Function](../../../language/reference/User-Interface-Help/iserror-function.md)
-
-[IsMissing Function](../../../language/reference/User-Interface-Help/ismissing-function.md)
-
-[IsNull Function](../../../language/reference/User-Interface-Help/isnull-function.md)
-
-[IsNumeric Function](../../../language/reference/User-Interface-Help/isnumeric-function.md)
-
-[IsObject Function](../../../language/reference/User-Interface-Help/isobject-function.md)
-
-[TypeName Function](../../../language/reference/User-Interface-Help/typename-function.md)
-
-[VarType Function](../../../language/reference/User-Interface-Help/vartype-function.md)
+- [Environ function](../../../language/reference/User-Interface-Help/environ-function.md)
+- [GetAllSettings function](../../../language/reference/User-Interface-Help/getallsettings-function.md)
+- [GetSetting function](../../../language/reference/User-Interface-Help/getsetting-function.md)
+- [IsArray function](../../../language/reference/User-Interface-Help/isarray-function.md)
+- [IsDate function](../../../language/reference/User-Interface-Help/isdate-function.md)
+- [IsEmpty function](../../../language/reference/User-Interface-Help/isempty-function.md)
+- [IsError function](../../../language/reference/User-Interface-Help/iserror-function.md)
+- [IsMissing function](../../../language/reference/User-Interface-Help/ismissing-function.md)
+- [IsNull function](../../../language/reference/User-Interface-Help/isnull-function.md)
+- [IsNumeric function](../../../language/reference/User-Interface-Help/isnumeric-function.md)
+- [IsObject function](../../../language/reference/User-Interface-Help/isobject-function.md)
+- [TypeName function](../../../language/reference/User-Interface-Help/typename-function.md)
+- [VarType function](../../../language/reference/User-Interface-Help/vartype-function.md)
## Math
-[Abs Function](../../../language/reference/User-Interface-Help/abs-function.md)
-
-[Atn Function](../../../language/reference/User-Interface-Help/atn-function.md)
-
-[Cos Function](../../../language/reference/User-Interface-Help/cos-function.md)
-
-[Exp Function](../../../language/reference/User-Interface-Help/exp-function.md)
-
-[Fix Function](../../../language/reference/User-Interface-Help/int-fix-functions.md)
-
-[Int Function](../../../language/reference/User-Interface-Help/int-fix-functions.md)
-
-[Log Function](../../../language/reference/User-Interface-Help/log-function.md)
-
-[Rnd Function](../../../language/reference/User-Interface-Help/rnd-function.md)
-
-[Round Function](../../../language/reference/User-Interface-Help/round-function.md)
-
-[Sgn Function](../../../language/reference/User-Interface-Help/sgn-function.md)
-
-[Sin Function](../../../language/reference/User-Interface-Help/sin-function.md)
-
-[Sqr Function](../../../language/reference/User-Interface-Help/sqr-function.md)
-
-[StDev Function](stdev-stdevp-functions-microsoft-access-sql.md)
-
-[StDevP Function](stdev-stdevp-functions-microsoft-access-sql.md)
-
-[Tan Function](../../../language/reference/User-Interface-Help/tan-function.md)
+- [Abs function](../../../language/reference/User-Interface-Help/abs-function.md)
+- [Atn function](../../../language/reference/User-Interface-Help/atn-function.md)
+- [Cos function](../../../language/reference/User-Interface-Help/cos-function.md)
+- [Exp function](../../../language/reference/User-Interface-Help/exp-function.md)
+- [Fix function](../../../language/reference/User-Interface-Help/int-fix-functions.md)
+- [Int function](../../../language/reference/User-Interface-Help/int-fix-functions.md)
+- [Log function](../../../language/reference/User-Interface-Help/log-function.md)
+- [Rnd function](../../../language/reference/User-Interface-Help/rnd-function.md)
+- [Round function](../../../language/reference/User-Interface-Help/round-function.md)
+- [Sgn function](../../../language/reference/User-Interface-Help/sgn-function.md)
+- [Sin function](../../../language/reference/User-Interface-Help/sin-function.md)
+- [Sqr function](../../../language/reference/User-Interface-Help/sqr-function.md)
+- [StDev function](stdev-stdevp-functions-microsoft-access-sql.md)
+- [StDevP function](stdev-stdevp-functions-microsoft-access-sql.md)
+- [Tan function](../../../language/reference/User-Interface-Help/tan-function.md)
## Messages
-[InputBox Function](../../../language/reference/User-Interface-Help/inputbox-function.md)
-
-[MsgBox Function](../../../language/reference/User-Interface-Help/msgbox-function.md)
+- [InputBox function](../../../language/reference/User-Interface-Help/inputbox-function.md)
+- [MsgBox function](../../../language/reference/User-Interface-Help/msgbox-function.md)
## Miscellaneous
-[CallByName Function](../../../language/reference/User-Interface-Help/callbyname-function.md)
-
-[IMEStatus Function](../../../language/reference/User-Interface-Help/imestatus-function.md)
-
-[QBColor Function](../../../language/reference/User-Interface-Help/qbcolor-function.md)
-
-[RGB Function](../../../language/reference/User-Interface-Help/rgb-function.md)
-
-[Spc Function](../../../language/reference/User-Interface-Help/spc-function.md)
-
-[Tab Function](../../../language/reference/User-Interface-Help/tab-function.md)
-
-
-## Program Flow
-
-[Choose Function](../../../language/reference/User-Interface-Help/choose-function.md)
-
-[DoEvents Function](../../../language/reference/User-Interface-Help/doevents-function.md)
-
-[IIf Function](../../../language/reference/User-Interface-Help/iif-function.md)
-
-[Switch Function](../../../language/reference/User-Interface-Help/switch-function.md)
-
-
-## SQL Aggregate
-
-[Avg Function](avg-function-microsoft-access-sql.md)
-
-[Count Function](count-function-microsoft-access-sql.md)
-
-[Max Function](min-max-functions-microsoft-access-sql.md)
+- [CallByName function](../../../language/reference/User-Interface-Help/callbyname-function.md)
+- [IMEStatus function](../../../language/reference/User-Interface-Help/imestatus-function.md)
+- [QBColor function](../../../language/reference/User-Interface-Help/qbcolor-function.md)
+- [RGB function](../../../language/reference/User-Interface-Help/rgb-function.md)
+- [Spc function](../../../language/reference/User-Interface-Help/spc-function.md)
+- [Tab function](../../../language/reference/User-Interface-Help/tab-function.md)
-[Min Function](min-max-functions-microsoft-access-sql.md)
-[StDev Function](stdev-stdevp-functions-microsoft-access-sql.md)
+## Program flow
-[StDevP Function](stdev-stdevp-functions-microsoft-access-sql.md)
+- [Choose function](../../../language/reference/User-Interface-Help/choose-function.md)
+- [DoEvents function](../../../language/reference/User-Interface-Help/doevents-function.md)
+- [IIf function](../../../language/reference/User-Interface-Help/iif-function.md)
+- [Switch function](../../../language/reference/User-Interface-Help/switch-function.md)
-[Sum Function](sum-function-microsoft-access-sql.md)
-[Var Function](var-varp-functions-microsoft-access-sql.md)
+## SQL aggregate
-[VarP Function](var-varp-functions-microsoft-access-sql.md)
+- [Avg function](avg-function-microsoft-access-sql.md)
+- [Count function](count-function-microsoft-access-sql.md)
+- [Max function](min-max-functions-microsoft-access-sql.md)
+- [Min function](min-max-functions-microsoft-access-sql.md)
+- [StDev function](stdev-stdevp-functions-microsoft-access-sql.md)
+- [StDevP function](stdev-stdevp-functions-microsoft-access-sql.md)
+- [Sum function](sum-function-microsoft-access-sql.md)
+- [Var function](var-varp-functions-microsoft-access-sql.md)
+- [VarP function](var-varp-functions-microsoft-access-sql.md)
## Text
-[Format Function](../../../language/reference/User-Interface-Help/format-function-visual-basic-for-applications.md)
-
-[HtmlEncode Method](../../../api/Access.Application.HtmlEncode.md)
-
-[InStr Function](../../../language/reference/User-Interface-Help/instr-function.md)
-
-[InStrRev Function](../../../language/reference/User-Interface-Help/instrrev-function.md)
-
-[LCase Function](../../../language/reference/User-Interface-Help/lcase-function.md)
-
-[Left Function](../../../language/reference/User-Interface-Help/left-function.md)
-
-[Len Function](../../../language/reference/User-Interface-Help/len-function.md)
-
-[LTrim Function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
-
-[Mid Function](../../../language/reference/User-Interface-Help/mid-function.md)
-
-[PlainText Method](../../../api/Access.Application.PlainText.md)
-
-[Replace Function](../../../language/reference/User-Interface-Help/replace-function.md)
-
-[Right Function](../../../language/reference/User-Interface-Help/right-function.md)
-
-[RTrim Function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
-
-[Space Function](../../../language/reference/User-Interface-Help/space-function.md)
-
-[StrComp Function](../../../language/reference/User-Interface-Help/strcomp-function.md)
-
-[StrConv Function](../../../language/reference/User-Interface-Help/strconv-function.md)
-
-[String Function](../../../language/reference/User-Interface-Help/string-function.md)
-
-[StrReverse Function](../../../language/reference/User-Interface-Help/strreverse-function.md)
-
-[Trim Function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
-
-[UCase Function](../../../language/reference/User-Interface-Help/ucase-function.md)
-
-
+- [Format function](../../../language/reference/User-Interface-Help/format-function-visual-basic-for-applications.md)
+- [HtmlEncode method](../../../api/Access.Application.HtmlEncode.md)
+- [InStr function](../../../language/reference/User-Interface-Help/instr-function.md)
+- [InStrRev function](../../../language/reference/User-Interface-Help/instrrev-function.md)
+- [LCase function](../../../language/reference/User-Interface-Help/lcase-function.md)
+- [Left function](../../../language/reference/User-Interface-Help/left-function.md)
+- [Len function](../../../language/reference/User-Interface-Help/len-function.md)
+- [LTrim function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
+- [Mid function](../../../language/reference/User-Interface-Help/mid-function.md)
+- [PlainText method](../../../api/Access.Application.PlainText.md)
+- [Replace function](../../../language/reference/User-Interface-Help/replace-function.md)
+- [Right function](../../../language/reference/User-Interface-Help/right-function.md)
+- [RTrim function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
+- [Space function](../../../language/reference/User-Interface-Help/space-function.md)
+- [StrComp function](../../../language/reference/User-Interface-Help/strcomp-function.md)
+- [StrConv function](../../../language/reference/User-Interface-Help/strconv-function.md)
+- [String function](../../../language/reference/User-Interface-Help/string-function.md)
+- [StrReverse function](../../../language/reference/User-Interface-Help/strreverse-function.md)
+- [Trim function](../../../language/reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md)
+- [UCase function](../../../language/reference/User-Interface-Help/ucase-function.md)
diff --git a/access/Concepts/Criteria-Expressions/include-quotation-marks-in-string-expressions.md b/access/Concepts/Criteria-Expressions/include-quotation-marks-in-string-expressions.md
index 12818d6c89d..c5987e5e54e 100644
--- a/access/Concepts/Criteria-Expressions/include-quotation-marks-in-string-expressions.md
+++ b/access/Concepts/Criteria-Expressions/include-quotation-marks-in-string-expressions.md
@@ -1,21 +1,20 @@
---
-title: Include Quotation Marks in String Expressions
+title: Quotation marks in string expressions
ms.prod: access
ms.assetid: bb4d42ee-37cb-8fbf-0489-62fdf0706b91
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Include Quotation Marks in String Expressions
+# Quotation marks in string expressions
In situations where you must construct strings to be concatenated, you may need to embed a string within another string, or a string variable within a string. Situations in which you might need to nest one string within another include:
-
- When specifying criteria for domain aggregate functions.
-- When specifying criteria for the **Find** methods.
+- When specifying criteria for the **Find** methods.
-- When specifying criteria for the **[Filter](../../../api/Access.Form.Filter(property).md)** or **[ServerFilter](../../../api/Access.Form.ServerFilter.md)** property of a form.
+- When specifying criteria for the **[Filter](../../../api/Access.Form.Filter(property).md)** or **[ServerFilter](../../../api/Access.Form.ServerFilter.md)** property of a form.
- When building SQL strings.
@@ -23,58 +22,47 @@ In situations where you must construct strings to be concatenated, you may need
In all of these instances, Access must pass a string to the Access database engine. When you specify a _criteria_ argument for a domain aggregate function, for example, Access must evaluate any variables, concatenate them into a string, and then pass the entire string to the Access database engine.
If you embed a numeric variable, Access evaluates the variable and simply concatenates the value into the string. If the variable is a text string, however, the resulting criteria string will contain a string within a string. A string within a string must be identified by string delimiters. Otherwise, the Access database engine will not be able to determine which part of the string is the value you want to use.
-The string delimiters are not actually part of the variable itself, but they must be included in the string in the _criteria_ argument. There are three different ways to construct the string in the _criteria_ argument. Each method results in a _criteria_ argument that looks like one of the following examples.
-
+The string delimiters are not actually part of the variable itself, but they must be included in the string in the _criteria_ argument. There are three different ways to construct the string in the _criteria_ argument. Each method results in a _criteria_ argument that looks like one of the following examples.
```vb
"[LastName] = 'Smith'"
```
-- or -
-
-
```vb
"[LastName] = ""Smith"""
```
-## Include Single Quotation Marks
+## Include single quotation marks
-You should include single quotation marks in the _criteria_ argument in such a way that when the value of the variable is concatenated into the string, it will be enclosed within the single quotation marks. For instance, suppose your _criteria_ argument must contain a string variable called . You could construct the _criteria_ argument as in the following example:
+You should include single quotation marks in the _criteria_ argument in such a way that when the value of the variable is concatenated into the string, it will be enclosed within the single quotation marks. For example, suppose your _criteria_ argument must contain a string variable called `strName`. You could construct the _criteria_ argument as in the following example:
```vb
"[LastName] = '" & strName & "'"
```
-When the variable `strName` is evaluated and concatenated into the _criteria_ string, the _criteria_ string becomes:
-
-
-
+When the variable `strName` is evaluated and concatenated into the _criteria_ string, the _criteria_ string becomes:
```vb
"[LastName] = 'Smith'"
```
+> [!NOTE]
+> This syntax does not permit the use of apostrophes (') within the value of the variable itself. If the value of the string variable includes an apostrophe, Access generates a run-time error. If your variable may represent values containing apostrophes, consider using one of the other syntax forms discussed in the following sections.
- **Note** This syntax does not permit the use of apostrophes (') within the value of the variable itself. If the value of the string variable includes an apostrophe, Access generates a run-time error. If your variable may represent values containing apostrophes, consider using one of the other syntax forms discussed in the following sections.
-
-## Include Double Quotation Marks
+## Include double quotation marks
You should include double quotation marks within the _criteria_ argument in such a way so that when the value of the variable is evaluated, it will be enclosed within the quotation marks. Within a string, you must use two sets of double quotation marks to represent a single set of double quotation marks. You could construct the _criteria_ argument as in the following example:
-
```vb
"[LastName] = """ & strName & """"
```
-When the variable `strName` is evaluated and concatenated into the _criteria_ argument, each set of two double quotation marks is replaced by one single quotation mark. The _criteria_ argument becomes:
-
-
-
+When the variable `strName` is evaluated and concatenated into the _criteria_ argument, each set of two double quotation marks is replaced by one single quotation mark. The _criteria_ argument becomes:
```vb
"[LastName] = 'Smith'"
@@ -83,9 +71,9 @@ When the variable `strName` is evaluated and concatenated into the _criteria_ a
This syntax may appear more complicated than the single quotation mark syntax, but it enables you to embed a string that contains an apostrophe within the _criteria_ argument. It also enables you to nest one or more strings within the embedded string.
-## Include a Variable Representing Quotation Marks
+## Include a variable representing quotation marks
-You can create a string variable that represents double quotation marks, and concatenate this variable into the _criteria_ argument along with the value of the variable. The ANSI representation for double quotation marks is `Chr$(34)`; you could assign this value to a string variable called `strQuote`. You could then construct the _criteria_ argument as in the following example:
+You can create a string variable that represents double quotation marks, and concatenate this variable into the _criteria_ argument along with the value of the variable. The ANSI representation for double quotation marks is `Chr$(34)`; you could assign this value to a string variable called `strQuote`. You could then construct the _criteria_ argument as in the following example:
```vb
@@ -94,9 +82,6 @@ You can create a string variable that represents double quotation marks, and con
When the variables are evaluated and concatenated into the _criteria_ argument, the _criteria_ argument becomes:
-
-
-
```vb
[LastName] = "Smith"
```
diff --git a/access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md
index 32fafff9e22..85b177f9c5b 100644
--- a/access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md
@@ -1,22 +1,21 @@
---
-title: Min, Max Functions (Microsoft Access SQL)
+title: Min, Max functions (Microsoft Access SQL)
keywords: jetsql40.chm5278826
f1_keywords:
- jetsql40.chm5278826
ms.prod: access
ms.assetid: 5ac77377-1f6a-7b4f-ecbb-5480bc5a3187
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Min, Max Functions (Microsoft Access SQL)
+# Min, Max functions (Microsoft Access SQL)
**Applies to:** Access 2013 | Access 2016
Return the minimum or maximum of a set of values contained in a specified field on a query.
## Syntax
-
**Min(_expr_)**
@@ -26,21 +25,13 @@ The _expr_ placeholder represents a string expression identifying the field tha
## Remarks
-
-You can use **Min** and **Max** to determine the smallest and largest values in a field based on the specified aggregation, or grouping. For example, you could use these functions to return the lowest and highest freight cost. If there is no aggregation specified, then the entire table is used.
+You can use **Min** and **Max** to determine the smallest and largest values in a field based on the specified aggregation, or grouping. For example, you could use these functions to return the lowest and highest freight cost. If there is no aggregation specified, the entire table is used.
-You can use **Min** and **Max** in a query expression and in the **SQL** property of a **QueryDef** object or when creating a **Recordset** object based on an SQL query.
-
-**Link provided by:**
- The[UtterAccess](https://www.utteraccess.com) community |[About the Contributors](#AboutContributors)
-
-
-- [Record Order](https://www.utteraccess.com/wiki/index.php/Record_Order)
+You can use **Min** and **Max** in a query expression and in the **SQL** property of a **QueryDef** object or when creating a **Recordset** object based on an SQL query.
## Example
-
This example uses the Orders table to return the lowest and highest freight charges for orders shipped to the United Kingdom.
@@ -77,19 +68,19 @@ End Sub
```
-## About the Contributors
-
-UtterAccess is the premier Microsoft Access wiki and help forum. Click here to join.
+### About the contributors
-## See also
+**Link provided by**  the [UtterAccess](https://www.utteraccess.com) community.
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
-- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
-- [Search for specific Access error codes on Bing](https://www.bing.com/)
-- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
-- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
+- [Record Order](https://www.utteraccess.com/wiki/index.php/Record_Order)
+
+UtterAccess is the premier Microsoft Access wiki and help forum.
+
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Criteria-Expressions/multiple-fields-in-criteria-expressions.md b/access/Concepts/Criteria-Expressions/multiple-fields-in-criteria-expressions.md
index 11dbd61f592..ea42c6d69fb 100644
--- a/access/Concepts/Criteria-Expressions/multiple-fields-in-criteria-expressions.md
+++ b/access/Concepts/Criteria-Expressions/multiple-fields-in-criteria-expressions.md
@@ -1,24 +1,21 @@
---
-title: Multiple Fields in Criteria Expressions
+title: Multiple fields in criteria expressions
keywords: vbaac10.chm5187501
f1_keywords:
- vbaac10.chm5187501
ms.prod: access
ms.assetid: 6ed0992f-912f-10ca-27de-4e3c9d6a2f71
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Multiple Fields in Criteria Expressions
+# Multiple fields in criteria expressions
You can specify multiple fields in a _criteria_ argument.
To specify multiple fields in the _criteria_ argument, you must ensure that multiple string expressions are concatenated correctly to form a valid SQL WHERE clause. In an SQL WHERE clause with multiple fields, fields may be joined with one of three keywords: **AND**, **OR**, or **NOT**. Your expression must evaluate to a string that includes one of these keywords.
-For example, suppose that you wish to set the **Filter** property of an Employees form to display records restricted by two sets of criteria. The following example filters the form so that it displays only those employees whose title is "Sales Representative" and who were hired since January 1, 1993:
-
-
-
+For example, suppose that you want to set the **[Filter](../../../api/Access.Form.Filter(property).md)** property of an Employees form to display records restricted by two sets of criteria. The following example filters the form so that it displays only those employees whose title is "Sales Representative" and who were hired since January 1, 1993:
```vb
Dim datHireDate As Date
@@ -28,19 +25,16 @@ datHireDate = #1/1/93#
strTitle = "Sales Representative"
Forms!Employees.Filter = "[HireDate] >= #" & _
- datHireDate & "# AND [Title] = '" & strTitle & "'"
+ datHireDate & "# AND [Title] = '" & strTitle & "'"
Forms!Employees.FilterOn = True
```
The _criteria_ argument evaluates to the following string:
-
-
```sql
"[HireDate] >= #1-1-93# AND [Title] = 'Sales Representative'"
```
-
- **Tip** To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
-
+> [!TIP]
+> To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
diff --git a/access/Concepts/Criteria-Expressions/numeric-criteria-expressions.md b/access/Concepts/Criteria-Expressions/numeric-criteria-expressions.md
index fbdb283a87f..56a2c9c4d84 100644
--- a/access/Concepts/Criteria-Expressions/numeric-criteria-expressions.md
+++ b/access/Concepts/Criteria-Expressions/numeric-criteria-expressions.md
@@ -1,21 +1,19 @@
---
-title: Numeric Criteria Expressions
+title: Numeric criteria expressions
keywords: vbaac10.chm5187729
f1_keywords:
- vbaac10.chm5187729
ms.prod: access
ms.assetid: ff497f13-7251-9131-459f-9bd2b189816b
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Numeric Criteria Expressions
+# Numeric criteria expressions
To specify numeric criteria for an operation, you supply a numeric value as part of the string expression that forms the _criteria_ argument.
-Suppose that you are performing the [Application.DLookup Method (Access)](../../../api/Access.Application.DLookup.md) function on an Employees table to find the last name of a particular employee, and you want to use a value from the EmployeeID field in the function's _criteria_ argument. You could construct a _criteria_ argument like the following example, which returns the last name of the employee whose EmployeeID is 7:
-
-
+Suppose that you are performing the **[DLookup](../../../api/Access.Application.DLookup.md)** function on an Employees table to find the last name of a particular employee, and you want to use a value from the EmployeeID field in the function's _criteria_ argument. You could construct a _criteria_ argument like the following example, which returns the last name of the employee whose EmployeeID is 7:
```vb
=DLookup("[LastName]", "Employees", "[EmployeeID] = 7")
diff --git a/access/Concepts/Criteria-Expressions/numeric-criteria-from-a-control-on-a-form.md b/access/Concepts/Criteria-Expressions/numeric-criteria-from-a-control-on-a-form.md
index 85da3019d72..cd2fa4bebc2 100644
--- a/access/Concepts/Criteria-Expressions/numeric-criteria-from-a-control-on-a-form.md
+++ b/access/Concepts/Criteria-Expressions/numeric-criteria-from-a-control-on-a-form.md
@@ -1,15 +1,15 @@
---
-title: Numeric Criteria from a Control on a Form
+title: Numeric criteria from a control on a form
keywords: vbaac10.chm5187731
f1_keywords:
- vbaac10.chm5187731
ms.prod: access
ms.assetid: faa0806c-f349-09a2-1535-582264434233
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Numeric Criteria from a Control on a Form
+# Numeric criteria from a control on a form
If you want to change the _criteria_ argument for an operation based on a user's decision, you can specify that the criteria comes from a control on a form. For example, you could specify that the _criteria_ argument comes from a text box containing the EmployeeID number.
@@ -17,9 +17,6 @@ To specify numeric criteria coming from a control on a form, you can include in
Suppose that you are performing the [DLookup](../../../api/Access.Application.DLookup.md) function on an Employees table to find the last name of an employee based on the EmployeeID number. In the following example, the criteria is determined by the current value of the EmployeeID control on the Orders form. The expression referencing the control is evaluated each time the function is called, so that if the value of the control changes, the criteria argument will reflect that change.
-
-
-
```vb
=DLookup("[LastName]", "Employees", "[EmployeeID] = " _
& Forms!Orders!EmployeeID)
@@ -27,19 +24,16 @@ Suppose that you are performing the [DLookup](../../../api/Access.Application.DL
If the current value of the EmployeeID field is 7, the _criteria_ argument that is passed to the **DLookup** function is:
-
-
```vb
"[EmployeeID] = 7"
```
-
- **Tip** To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
+> [!TIP]
+> To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
You can also include a variable representing a numeric value in the _criteria_ argument. The variable should be separate from the string expression, so that Access will evaluate the variable first and then concatenate it with the rest of the string expression.
-The following example shows how to construct a _criteria_ argument that includes a variable:
-
+The following example shows how to construct a _criteria_ argument that includes a variable:
```vb
Dim intNum As Integer
diff --git a/access/Concepts/Criteria-Expressions/quotation-marks-in-strings.md b/access/Concepts/Criteria-Expressions/quotation-marks-in-strings.md
deleted file mode 100644
index 1373e82371f..00000000000
--- a/access/Concepts/Criteria-Expressions/quotation-marks-in-strings.md
+++ /dev/null
@@ -1,107 +0,0 @@
----
-title: Quotation Marks in Strings
-keywords: vbaac10.chm5187927
-f1_keywords:
-- vbaac10.chm5187927
-ms.prod: access
-ms.assetid: a25474eb-4451-1cb7-aa05-223bd83cf18c
-ms.date: 06/08/2017
----
-
-
-# Quotation Marks in Strings
-
-In situations where you must construct strings to be concatenated, you may need to embed a string within another string, or a string variable within a string. Situations in which you might need to nest one string within another include:
-
-
-- When specifying criteria for domain aggregate functions .
-
-- When specifying criteria for the **Find** methods.
-
-- When specifying criteria for the **Filter** or **ServerFilter** property of a form.
-
-- When building SQL strings.
-
-
-In all of these instances, Access must pass a string to the Microsoft Jet database engine. When you specify a _criteria_ argument for a domain aggregate function, for example, Access must evaluate any variables, concatenate them into a string, and then pass the entire string to the Jet database engine.
-
-If you embed a numeric variable, Access evaluates the variable and simply concatenates the value into the string. If the variable is a text string, however, the resulting criteria string will contain a string within a string. A string within a string must be identified by string delimiters. Otherwise, the Jet database engine won't be able to determine which part of the string is the value you want to use.
-The string delimiters aren't actually part of the variable itself, but they must be included in the string in the _criteria_ argument. There are three different ways to construct the string in the _criteria_ argument. Each method results in a _criteria_ argument that looks like one of the following examples.
-
-
-
-```vb
-"[LastName] = 'Smith'"
-```
-
-- or -
-
-
-
-```vb
-"[LastName] = ""Smith"""
-```
-
-
-## Include Single Quotation Marks
-
-You should include single quotation marks in the _criteria_ argument in such a way that when the value of the variable is concatenated into the string, it will be enclosed within the single quotation marks. For instance, suppose your _criteria_ argument must contain a string variable called . You could construct the _criteria_ argument as in the following example:
-
-
-```vb
-"[LastName] = '" & strName & "'"
-```
-
-When the variable is evaluated and concatenated into the _criteria_ string, the _criteria_ string becomes:
-
-
-
-
-```vb
-"[LastName] = 'Smith'"
-```
-
-
- **Note** This syntax does not permit the use of apostrophes (') within the value of the variable itself. If the value of the string variable includes an apostrophe, Access generates a run-time error. If your variable may represent values containing apostrophes, consider using one of the other syntax forms discussed in the following sections.
-
-
-## Include Double Quotation Marks
-
-You should include double quotation marks within the _criteria_ argument in such a way so that when the value of the variable is evaluated, it will be enclosed within the quotation marks. Within a string, you must use two sets of double quotation marks to represent a single set of double quotation marks. You could construct the _criteria_ argument as in the following example:
-
-
-```vb
-"[LastName] = """ & strName & """"
-```
-
-When the variable is evaluated and concatenated into the _criteria_ argument, each set of two double quotation marks is replaced by one single quotation mark. The _criteria_ argument becomes:
-
-
-
-
-```vb
-"[LastName] = 'Smith'"
-```
-
-This syntax may appear more complicated than the single quotation mark syntax, but it enables you to embed a string that contains an apostrophe within the _criteria_ argument. It also enables you to nest one or more strings within the embedded string.
-
-
-## Include a Variable Representing Quotation Marks
-
-You can create a string variable that represents double quotation marks, and concatenate this variable into the _criteria_ argument along with the value of the variable. The ANSI representation for double quotation marks is Chr$(34); you could assign this value to a string variable called . You could then construct the _criteria_ argument as in the following example:
-
-
-```vb
-"[LastName] = " & strQuote & strName & strQuote
-```
-
-When the variables are evaluated and concatenated into the _criteria_ argument, the _criteria_ argument becomes:
-
-
-
-
-```vb
-[LastName] = "Smith"
-```
-
-
diff --git a/access/Concepts/Criteria-Expressions/restrict-data-to-a-subset-of-records.md b/access/Concepts/Criteria-Expressions/restrict-data-to-a-subset-of-records.md
index 0af7006b311..412f49dacc5 100644
--- a/access/Concepts/Criteria-Expressions/restrict-data-to-a-subset-of-records.md
+++ b/access/Concepts/Criteria-Expressions/restrict-data-to-a-subset-of-records.md
@@ -1,21 +1,21 @@
---
-title: Restrict Data to a Subset of Records
+title: Restrict data to a subset of records
keywords: vbaac10.chm5187973
f1_keywords:
- vbaac10.chm5187973
ms.prod: access
ms.assetid: f3310e1f-9987-785a-9ae2-a2eb375a35c2
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Restrict Data to a Subset of Records
+# Restrict data to a subset of records
-When working with records you will often need to restrict your data to a specific set of records. Some procedures take a _criteria_ argument that enables you to specify what data should be returned. For example, you specify the _criteria_ argument to restrict which records are returned when you use domain aggregate functions . You may also specify criteria when you use the Find method of a **Recordset** object, set the **Filter** or **ServerFilter** property of a form, or construct a[SQL Statement](../Structured-Query-Language/build-sql-statements-that-include-variables-and-controls.md). Although each of these operations involves a different syntax, you construct the criteria expression in a similar manner for each.
-
-For example, you can use the **DSum** function, a domain aggregate function, to find the sum total of all freight costs in the Orders table. You could create a calculated control by entering the following expression in the **ControlSource** property:
+When working with records, you will often need to restrict your data to a specific set of records. Some procedures take a _criteria_ argument that enables you to specify what data should be returned. For example, you specify the _criteria_ argument to restrict which records are returned when you use domain aggregate functions.
+You may also specify criteria when you use the Find method of a **Recordset** object, set the **[Filter](../../../api/Access.Form.Filter(property).md)** or **[ServerFilter](../../../api/Access.Form.ServerFilter.md)** property of a form, or construct a [SQL statement](../Structured-Query-Language/build-sql-statements-that-include-variables-and-controls.md). Although each of these operations involves a different syntax, you construct the criteria expression in a similar manner for each.
+For example, you can use the **DSum** function, a domain aggregate function, to find the sum total of all freight costs in the Orders table. You could create a calculated control by entering the following expression in the **ControlSource** property:
```vb
=DSum("[Freight]", "Orders")
@@ -23,21 +23,23 @@ For example, you can use the **DSum** function, a domain aggregate function, to
If you specify the optional _criteria_ argument, the **DSum** function will be performed on a subset of _domain_. For example, you could find the sum total of all freight costs in the Orders table for only those orders being shipped to California:
-
-
```vb
=DSum("[Freight]", "Orders", "[ShipRegion] = 'CA'")
```
-When you supply a _criteria_ argument, Access first evaluates any expressions included in the argument to form a string expression. Then the string expression is passed to the domain function. The string expression is equivalent to an SQL WHERE clause, without the word WHERE.
+When you supply a _criteria_ argument, Access first evaluates any expressions included in the argument to form a string expression. The string expression is then passed to the domain function. The string expression is equivalent to an SQL WHERE clause, without the word WHERE.
+
You can specify numeric, textual, or date/time criteria. No matter what type of criteria you specify, the _criteria_ argument is always converted to a string before being passed to the domain aggregate function. Therefore, you must make certain that after any expressions have been evaluated, all parts of the argument are concatenated into a single string, the whole of which is enclosed in double quotation marks (").
+
Use caution when constructing criteria to ensure that the string will be properly concatenated.
+
The following list of topics outlines the different ways in which you can specify criteria:
-[Numeric Criteria Expressions](numeric-criteria-expressions.md)
-[Textual Criteria Expressions](textual-criteria-expressions.md)
-[Date and Time Criteria Expressions](date-and-time-criteria-expressions.md)
-[Change Numeric Criteria from a Control on a Form](numeric-criteria-from-a-control-on-a-form.md)
-[Change Textual Criteria from a Control on a Form](textual-criteria-from-a-control-on-a-form.md)
-[Change Date and Time Criteria from a Control on a Form](date-and-time-criteria-from-a-control-on-a-form.md)
-[Multiple Fields in Criteria Expressions](multiple-fields-in-criteria-expressions.md)
+
+- [Numeric criteria expressions](numeric-criteria-expressions.md)
+- [Textual criteria expressions](textual-criteria-expressions.md)
+- [Date and time criteria expressions](date-and-time-criteria-expressions.md)
+- [Change numeric criteria from a control on a form](numeric-criteria-from-a-control-on-a-form.md)
+- [Change textual criteria from a control on a form](textual-criteria-from-a-control-on-a-form.md)
+- [Change date and time criteria from a control on a form](date-and-time-criteria-from-a-control-on-a-form.md)
+- [Multiple fields in criteria expressions](multiple-fields-in-criteria-expressions.md)
diff --git a/access/Concepts/Criteria-Expressions/sort-records-in-case-sensitiveascii-order.md b/access/Concepts/Criteria-Expressions/sort-records-in-case-sensitiveascii-order.md
index a8ee8ce3c36..dc5c2e53f49 100644
--- a/access/Concepts/Criteria-Expressions/sort-records-in-case-sensitiveascii-order.md
+++ b/access/Concepts/Criteria-Expressions/sort-records-in-case-sensitiveascii-order.md
@@ -1,19 +1,18 @@
---
-title: Sort Records in Case-Sensitive ( ASCII) Order
+title: Sort records in case-sensitive (ASCII) order
ms.prod: access
ms.assetid: 92c74803-2ff3-82b3-ca20-8bef5bfd6004
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Sort Records in Case-Sensitive ( ASCII) Order
+# Sort records in case-sensitive (ASCII) order
Access sorts records in ascending or descending order without regard to case. However, you can use a user-defined function in a query to sort text data by its ASCII character values. This results in a case-sensitive order.
The following table demonstrates how the ascending order in Access differs from a case-sensitive order.
-
-|**Pre-Sort Order**|**Ascending Order**|**Case-Sensitive Order**|
+|**Pre-sort order**|**Ascending order**|**Case-sensitive order**|
|:-----|:-----|:-----|
|c|A|A|
|D|a|B|
@@ -24,10 +23,13 @@ The following table demonstrates how the ascending order in Access differs from
|A|D|c|
|b|d|d|
-Although the results in the Ascending Order column might at first appear somewhat unpredictable, they are not. In the Ascending Order column, "a" appears before "A," and " B" appears before "b." This occurs because, when evaluated as text values, "A" = "a" and "B" = "b," whether lowercase or uppercase. Access takes into account the original order of the values. In the Pre-Sort Order column, "a" precedes "A" and "B" precedes "b."
+Although the results in the **Ascending order** column might at first appear somewhat unpredictable, they are not. In the **Ascending order** column, "a" appears before "A," and " B" appears before "b." This occurs because, when evaluated as text values, "A" = "a" and "B" = "b," whether lowercase or uppercase. Access takes into account the original order of the values.
+
+In the **Pre-sort order** column, "a" precedes "A" and "B" precedes "b."
+
When the case-sensitive sort operation is performed, the text values are replaced with their ASCII values. For example, A = 65, a = 97, B = 66, b = 98, and so on.
-The following user-defined function can be used to sort data in case-sensitive order.
+The following user-defined function can be used to sort data in case-sensitive order.
```vb
@@ -48,21 +50,20 @@ End Function
```
-## Using the StrToHex Function
+## StrToHex function
The preceding user-defined function, StrToHex, can be called from a query. When you pass the name of the sort field to this function, it will sort the field values in case-sensitive order. The following steps illustrate how to use the function.
-
1. Create a query from which you will call this function.
-2. In the **Show Table** dialog box, click the table that you want to sort, and then click **Add**.
+2. In the **Show Table** dialog box, select the table that you want to sort, and then select **Add**.
-3. Drag the fields you want to the grid.
+3. Drag the fields that you want to the grid.
-4. In the first blank column, in the **Field** row, type **Expr1: StrToHex([ _SortField_ ])**.StrToHex is the user-defined function you created earlier. SortField is the name of the field that contains the case-sensitive values.
+4. In the first blank column, in the **Field** row, type **Expr1: StrToHex([ _SortField_ ])**. StrToHex is the user-defined function you created earlier. SortField is the name of the field that contains the case-sensitive values.
-5. In the **Sort** cell, click **Ascending** or **Descending**.If you choose ascending order, values beginning with uppercase letters will appear before those that begin with lowercase letters. Applying a descending-order sort does the opposite.
+5. In the **Sort** cell, select **Ascending** or **Descending**. If you choose ascending order, values beginning with uppercase letters will appear before those that begin with lowercase letters. Applying a descending-order sort does the opposite.
-6. Switch to Datasheet view.Access displays the records, sorted in case-sensitive order.
+6. Switch to Datasheet view. Access displays the records, sorted in case-sensitive order.
diff --git a/access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md
index 9867a26b9c1..89eafd57b40 100644
--- a/access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md
@@ -1,42 +1,39 @@
---
-title: StDev, StDevP Functions (Microsoft Access SQL)
+title: StDev, StDevP functions (Microsoft Access SQL)
keywords: jetsql40.chm5278827
f1_keywords:
- jetsql40.chm5278827
ms.prod: access
ms.assetid: 880875e9-75bc-da59-5554-810e15ce4d54
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# StDev, StDevP Functions (Microsoft Access SQL)
+# StDev, StDevP functions (Microsoft Access SQL)
**Applies to:** Access 2013 | Access 2016
Return estimates of the standard deviation for a population or a population sample represented as a set of values contained in a specified field on a query.
## Syntax
-
**StDev(_expr_)**
**StDevP(_expr_)**
-The _expr_ placeholder represents a string expression identifying the field that contains the numeric data you want to evaluate or an expression that performs a calculation using the data in that field. Operands in _expr_ can include the name of a table field, a constant, or a function (which can be either intrinsic or user-defined but not one of the other SQL aggregate functions).
+The _expr_ placeholder represents a string expression identifying the field that contains the numeric data that you want to evaluate or an expression that performs a calculation using the data in that field. Operands in _expr_ can include the name of a table field, a constant, or a function (which can be either intrinsic or user-defined but not one of the other SQL aggregate functions).
## Remarks
-
-The **StDevP** function evaluates a population, and the **StDev** function evaluates a population sample.
+The **StDevP** function evaluates a population, and the **StDev** function evaluates a population sample.
-If the underlying query contains fewer than two records (or no records, for the **StDevP** function), these functions return a **Null** value (which indicates that a standard deviation cannot be calculated).
+If the underlying query contains fewer than two records (or no records, for the **StDevP** function), these functions return a **Null** value (which indicates that a standard deviation cannot be calculated).
-You can use the **StDev** and **StDevP** functions in a query expression. You can also use this expression in the **SQL** property of a **QueryDef** object or when creating a **Recordset** object based on an SQL query.
+You can use the **StDev** and **StDevP** functions in a query expression. You can also use this expression in the **SQL** property of a **QueryDef** object or when creating a **Recordset** object based on an SQL query.
## Example
-
This example uses the Orders table to estimate the standard deviation of the freight charges for orders shipped to the United Kingdom.
@@ -87,14 +84,11 @@ End Sub
```
-## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
-- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
-- [Search for specific Access error codes on Bing](https://www.bing.com/)
-- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
-- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md
index 077ace7b16a..5cad9a84baf 100644
--- a/access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md
@@ -1,22 +1,21 @@
---
-title: Sum Function (Microsoft Access SQL)
+title: Sum function (Microsoft Access SQL)
keywords: jetsql40.chm5278828
f1_keywords:
- jetsql40.chm5278828
ms.prod: access
ms.assetid: 02498420-f177-521c-ef81-e2f7ea02b231
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Sum Function (Microsoft Access SQL)
+# Sum function (Microsoft Access SQL)
**Applies to:** Access 2013 | Access 2016
Returns the sum of a set of values contained in a specified field on a query.
## Syntax
-
**Sum(_expr_)**
@@ -24,11 +23,10 @@ The _expr_ placeholder represents a string expression identifying the field tha
## Remarks
-
-The **Sum** function totals the values in a field. For example, you could use the **Sum** function to determine the total cost of freight charges.
+The **Sum** function totals the values in a field. For example, you could use the **Sum** function to determine the total cost of freight charges.
-The **Sum** function ignores records that contain **Null** fields. The following example shows how you can calculate the sum of the products of UnitPrice and Quantity fields:
+The **Sum** function ignores records that contain **Null** fields. The following example shows how you can calculate the sum of the products of UnitPrice and Quantity fields:
```sql
SELECT
@@ -36,11 +34,10 @@ Sum(UnitPrice * Quantity)
AS [Total Revenue] FROM [Order Details];
```
-You can use the **Sum** function in a query expression. You can also use this expression in the **SQL** property of a **QueryDef** object or when creating a **Recordset** based on an SQL query.
+You can use the **Sum** function in a query expression. You can also use this expression in the **SQL** property of a **QueryDef** object or when creating a **Recordset** based on an SQL query.
## Example
-
This example uses the Orders table to calculate the total sales for orders shipped to the United Kingdom.
@@ -77,14 +74,11 @@ Sub SumX()
End Sub
```
-## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
-- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
-- [Search for specific Access error codes on Bing](https://www.bing.com/)
-- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
-- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Criteria-Expressions/textual-criteria-expressions.md b/access/Concepts/Criteria-Expressions/textual-criteria-expressions.md
index 5942bea1ac8..321d5f88a09 100644
--- a/access/Concepts/Criteria-Expressions/textual-criteria-expressions.md
+++ b/access/Concepts/Criteria-Expressions/textual-criteria-expressions.md
@@ -1,32 +1,30 @@
---
-title: Textual Criteria Expressions
+title: Textual criteria expressions
keywords: vbaac10.chm10884
f1_keywords:
- vbaac10.chm10884
ms.prod: access
ms.assetid: c90dbb94-daab-5ccb-4cb1-c7771d8c4fc1
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Textual Criteria Expressions
+# Textual criteria expressions
To specify textual criteria for an operation, you supply a text string as part of the string expression that forms the _criteria_ argument. This text string must be enclosed in single quotation marks (').
-
- **Note** The single quotation marks indicate to Access that the _criteria_ argument contains a string within a string.
-
-
-Suppose that you are using the ADO **Find** method to find the first occurrence of a last name in an Employees table. You could construct the _criteria_ argument as in the following example, which moves the current record pointer to the first record in which an employee's last name is Buchanan. Note that the string literal is enclosed in single quotation marks and the entire string comprising the criteria argument must also be enclosed in double quotation marks (").
+> [!NOTE]
+> The single quotation marks indicate to Access that the _criteria_ argument contains a string within a string.
+Suppose that you are using the ADO **[Find](../../../api/overview/Access.md)** method to find the first occurrence of a last name in an Employees table. You could construct the _criteria_ argument as in the following example, which moves the current record pointer to the first record in which an employee's last name is Buchanan. Note that the string literal `Buchanan` is enclosed in single quotation marks and the entire string comprising the criteria argument must also be enclosed in double quotation marks (").
```vb
Dim rst As New ADODB.Connection
rst.open "Employees", CurrentProject.Connection,_
- dbOpenDynaset, adlockoptimistic)
+ dbOpenDynaset, adlockoptimistic)
rst.Find "[LastName] = 'Buchanan'"
```
diff --git a/access/Concepts/Criteria-Expressions/textual-criteria-from-a-control-on-a-form.md b/access/Concepts/Criteria-Expressions/textual-criteria-from-a-control-on-a-form.md
index 741b3e1a47a..c4c0e73b68b 100644
--- a/access/Concepts/Criteria-Expressions/textual-criteria-from-a-control-on-a-form.md
+++ b/access/Concepts/Criteria-Expressions/textual-criteria-from-a-control-on-a-form.md
@@ -1,15 +1,15 @@
---
-title: Textual Criteria from a Control on a Form
+title: Textual criteria from a control on a form
keywords: vbaac10.chm5188171
f1_keywords:
- vbaac10.chm5188171
ms.prod: access
ms.assetid: bb139d5e-0807-9492-442d-b7e569d8cecb
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Textual Criteria from a Control on a Form
+# Textual criteria from a control on a form
If you want to change the _criteria_ argument for an operation based on a user's decision, you can specify that the criteria comes from a control on a form. For example, you could specify that the _criteria_ argument comes from a list box containing the last names of all employees in an Employees table.
@@ -17,34 +17,30 @@ To specify textual criteria coming from a control on a form, you include in the
In addition to enclosing the entire string expression in double quotation marks ("), you must also ensure that the textual criteria within the string expression is enclosed in single quotation marks ('). The quotation marks must be included in the strings flanking the expression that references the control on the form.
-
- **Note** The single quotation marks indicate to Access that the _criteria_ argument contains a string within a string.
+> [!NOTE]
+> The single quotation marks indicate to Access that the _criteria_ argument contains a string within a string.
The following example performs a lookup on an Employees table and returns the region in which an employee lives, based on the employee's last name. The current value of a list box control called LastName on the Employees form determines the criteria. Note the placement of the single quotation marks.
-
-
```vb
=DLookup("[Region]", "Employees", "[LastName] = '" _
& Forms!Employees!LastName & "'")
```
-If the current value of the control is , the following _criteria_ argument is passed to the **DLookup** function after Access evaluates the expression and concatenates the strings:
-
-
+If the current value of the control is King, the following _criteria_ argument is passed to the **DLookup** function after Access evaluates the expression and concatenates the strings:
```vb
"[LastName] = 'King'"
```
-Keep in mind that the entire string comprising the criteria argument must also be enclosed in double quotation marks once the strings have been concatenated.
+Keep in mind that the entire string comprising the criteria argument must also be enclosed in double quotation marks after the strings have been concatenated.
- **Tip** To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
+> [!TIP]
+> To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
You can also include a variable representing a textual string in the _criteria_ argument. The variable should be separate from the string expression, so that Access will evaluate the variable first and then concatenate it with the rest of the string expression. The textual string must be enclosed in single or double quotation marks.
-The following example shows how to construct a _criteria_ argument that includes a variable representing a textual string:
-
+The following example shows how to construct a _criteria_ argument that includes a variable representing a textual string:
```vb
Dim strLastName As String
diff --git a/access/Concepts/Criteria-Expressions/use-multiple-fields-in-criteria-expressions.md b/access/Concepts/Criteria-Expressions/use-multiple-fields-in-criteria-expressions.md
deleted file mode 100644
index 1de824630f2..00000000000
--- a/access/Concepts/Criteria-Expressions/use-multiple-fields-in-criteria-expressions.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: Use Multiple Fields in Criteria Expressions
-ms.prod: access
-ms.assetid: b0bd588b-b25a-f433-3642-7b06936377e2
-ms.date: 06/08/2017
----
-
-
-# Use Multiple Fields in Criteria Expressions
-
-You can specify multiple fields in a _criteria_ argument.
-
-To specify multiple fields in the _criteria_ argument, you must ensure that multiple string expressions are concatenated correctly to form a valid SQL WHERE clause. In an SQL WHERE clause with multiple fields, fields may be joined with one of three keywords: **AND**, **OR**, or **NOT**. Your expression must evaluate to a string that includes one of these keywords.
-
-For example, suppose that you want to set the **[Filter](../../../api/Access.Form.Filter(property).md)** property of an Employees form to display records restricted by two sets of criteria. The following example filters the form so that it displays only those employees whose title is "Sales Representative" and who were hired since January 1, 1993:
-
-
-
-
-```vb
-Dim datHireDate As Date
-Dim strTitle As String
-
-datHireDate = #1/1/93#
-strTitle = "Sales Representative"
-
-Forms!Employees.Filter = "[HireDate] >= #" & _
- datHireDate & "# AND [Title] = '" & strTitle & "'"
-Forms!Employees.FilterOn = True
-```
-
-The _criteria_ argument evaluates to the following string:
-
-
-
-```sql
-"[HireDate] >= #1-1-93# AND [Title] = 'Sales Representative'"
-```
-
-To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
-
diff --git a/access/Concepts/Criteria-Expressions/use-numeric-criteria-in-expressions.md b/access/Concepts/Criteria-Expressions/use-numeric-criteria-in-expressions.md
deleted file mode 100644
index e4c02aa627d..00000000000
--- a/access/Concepts/Criteria-Expressions/use-numeric-criteria-in-expressions.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: Use Numeric Criteria in Expressions
-ms.prod: access
-ms.assetid: c2055190-8d65-7342-19ef-582c05846b5b
-ms.date: 06/08/2017
----
-
-
-# Use Numeric Criteria in Expressions
-
-To specify numeric criteria for an operation, you supply a numeric value as part of the string expression that forms the _criteria_ argument.
-
-Suppose that you are performing the **[DLookup](../../../api/Access.Application.DLookup.md)** function on an Employees table to find the last name of a particular employee, and you want to use a value from the EmployeeID field in the function's _criteria_ argument. You could construct a _criteria_ argument like the following example, which returns the last name of the employee whose EmployeeID is 7:
-
-
-
-```vb
-=DLookup("[LastName]", "Employees", "[EmployeeID] = 7")
-```
-
-
diff --git a/access/Concepts/Criteria-Expressions/use-textual-criteria-expressions.md b/access/Concepts/Criteria-Expressions/use-textual-criteria-expressions.md
deleted file mode 100644
index fa89b277c39..00000000000
--- a/access/Concepts/Criteria-Expressions/use-textual-criteria-expressions.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: Use Textual Criteria Expressions
-ms.prod: access
-ms.assetid: 72ee596d-b08c-6af4-041a-6771ac8ce524
-ms.date: 06/08/2017
----
-
-
-# Use Textual Criteria Expressions
-
-To specify textual criteria for an operation, you supply a text string as part of the string expression that forms the _criteria_ argument. This text string must be enclosed in single quotation marks (').
-
-
- **Note** The single quotation marks indicate to Access that the _criteria_ argument contains a string within a string.
-
-
-Suppose that you are using the ADO **[Find](../../../api/overview/Access.md)** method to find the first occurrence of a last name in an Employees table. You could construct the _criteria_ argument as in the following example, which moves the current record pointer to the first record in which an employee's last name is Buchanan. Note that the string literal `Buchanan` is enclosed in single quotation marks and the entire string comprising the criteria argument must also be enclosed in double quotation marks (").
-
-
-
-
-```vb
-Dim rst As New ADODB.Connection
-
-rst.open "Employees", CurrentProject.Connection,_
- dbOpenDynaset, adlockoptimistic)
-rst.Find "[LastName] = 'Buchanan'"
-```
-
-
diff --git a/access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md
index 4201be2cf25..2ad8134496b 100644
--- a/access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md
@@ -1,22 +1,21 @@
---
-title: Var, VarP Functions (Microsoft Access SQL)
+title: Var, VarP functions (Microsoft Access SQL)
keywords: jetsql40.chm5278829
f1_keywords:
- jetsql40.chm5278829
ms.prod: access
ms.assetid: 2cac402d-8384-0b33-c203-f493281a95f1
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Var, VarP Functions (Microsoft Access SQL)
+# Var, VarP functions (Microsoft Access SQL)
**Applies to:** Access 2013 | Access 2016
Return estimates of the variance for a population or a population sample represented as a set of values contained in a specified field on a query.
## Syntax
-
**Var(_expr_)**
@@ -26,17 +25,15 @@ The _expr_ placeholder represents a string expression identifying the field tha
## Remarks
-
-The **VarP** function evaluates a population, and the **Var** function evaluates a population sample.
+The **VarP** function evaluates a population, and the **Var** function evaluates a population sample.
-If the underlying query contains fewer than two records, the **Var** and **VarP** functions return a **Null** value, which indicates that a variance cannot be calculated.
+If the underlying query contains fewer than two records, the **Var** and **VarP** functions return a **Null** value, which indicates that a variance cannot be calculated.
-You can use the **Var** and **VarP** functions in a query expression or in an SQL statement.
+You can use the **Var** and **VarP** functions in a query expression or in an SQL statement.
## Example
-
This example uses the Orders table to estimate the variance of freight costs for orders shipped to the United Kingdom.
@@ -87,14 +84,11 @@ End Sub
```
+
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
-- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
-- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
-
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Data-Access-Objects/add-a-record-to-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/add-a-record-to-a-dao-recordset.md
index 8454afc3b5e..f90b64eac1b 100644
--- a/access/Concepts/Data-Access-Objects/add-a-record-to-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/add-a-record-to-a-dao-recordset.md
@@ -1,28 +1,25 @@
---
-title: Add a Record to a DAO Recordset
+title: Add a record to a DAO Recordset
ms.prod: access
ms.assetid: b6366906-4b37-0d35-cfd5-d38e7717131c
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Add a Record to a DAO Recordset
+# Add a record to a DAO Recordset
-You can add a new record to a table-type or dynaset-type **[Recordset](../../../api/overview/Access.md)** object by using the **[AddNew](../../../api/overview/Access.md)** method.
+You can add a new record to a table-type or dynaset-type **[Recordset](../../../api/overview/Access.md)** object by using the **[AddNew](../../../api/overview/Access.md)** method.
### To add a record to a table-type or dynaset-type Recordset object:
-
-1. Use the **AddNew** method to create a record you can edit.
+1. Use the **AddNew** method to create a record you can edit.
2. Assign values to each of the record's fields.
-3. Use the **[Update](../../../api/overview/Access.md)** method to save the new record.
+3. Use the **[Update](../../../api/overview/Access.md)** method to save the new record.
-The following code example adds a record to a table-type **Recordset** called Shippers.
-
-
+The following code example adds a record to a table-type **Recordset** called Shippers.
```vb
Dim dbsNorthwind As DAO.Database
@@ -41,10 +38,13 @@ Dim rstShippers As DAO.Recordset
```
-When you use the **AddNew** method, the Access database engine prepares a new, blank record and makes it the current record. When you use the **Update** method to save the new record, the record that was current before you used the **AddNew** method becomes the current record again.
-The new record's position in the **Recordset** depends on whether you added the record to a dynaset-type or a table-type **Recordset** object. If you add a record to a dynaset-type **Recordset**, the new record appears at the end of the **Recordset**, no matter how the **Recordset** is sorted. To force the new record to appear in its properly sorted position, you can either use the **[Requery](../../../api/overview/Access.md)** method or recreate the **Recordset** object.
-If you add a record to a table-type Recordset, the record appears positioned according to the current index, or at the end of the table if there is no current index. Because the Access databse engine allows multiple users to create records in a table simultaneously, your record may not appear at the end of the **Recordset**. Be sure to use the **[LastModified](../../../api/overview/Access.md)** property rather than the **[MoveLast](../../../api/overview/Access.md)** method to move to the record you just added.
+When you use the **AddNew** method, the Access database engine prepares a new, blank record and makes it the current record. When you use the **Update** method to save the new record, the record that was current before you used the **AddNew** method becomes the current record again.
+
+The new record's position in the **Recordset** depends on whether you added the record to a dynaset-type or a table-type **Recordset** object. If you add a record to a dynaset-type **Recordset**, the new record appears at the end of the **Recordset**, no matter how the **Recordset** is sorted. To force the new record to appear in its properly sorted position, you can either use the **[Requery](../../../api/overview/Access.md)** method or recreate the **Recordset** object.
+
+If you add a record to a table-type Recordset, the record appears positioned according to the current index, or at the end of the table if there is no current index. Because the Access database engine allows multiple users to create records in a table simultaneously, your record may not appear at the end of the **Recordset**. Be sure to use the **[LastModified](../../../api/overview/Access.md)** property rather than the **[MoveLast](../../../api/overview/Access.md)** method to move to the record you just added.
- **Note** If you use the **AddNew** method to add a record, and then move to another record or close the **Recordset** object without first using the **Update** method, your changes are lost without warning. For example, omitting the **Update** method from the preceding example results in no changes being made to the Shippers table.
+> [!NOTE]
+> If you use the **AddNew** method to add a record, and then move to another record or close the **Recordset** object without first using the **Update** method, your changes are lost without warning. For example, omitting the **Update** method from the preceding example results in no changes being made to the Shippers table.
diff --git a/access/Concepts/Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md
index 4f2fa37a966..0aebd5d8899 100644
--- a/access/Concepts/Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md
@@ -1,24 +1,24 @@
---
-title: Change Tables Involved in a One-to-Many Relationship in a DAO Recordset
+title: Change tables involved in a one-to-many relationship in a DAO Recordset
ms.prod: access
ms.assetid: d859066f-dfb5-e3b5-0cc8-fed38c3adb26
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Change Tables Involved in a One-to-Many Relationship in a DAO Recordset
-
-Dynaset-type **[Recordset](../../../api/overview/Access.md)** objects can be based on a multiple-table query containing tables with a one-to-many relationship. For example, suppose you want to create a multiple-table query that combines fields from the Orders and Order Details tables. Generally speaking, you cannot change values in the Orders table because it is on the "one" side of the relationship. Depending on your application, however, you may want to be able to make changes to the Orders table.
-
-To make it possible to freely change the values on the "one" side of a one-to-many relationship, use the **dbInconsistent** constant of the **[OpenRecordset](../../../api/overview/Access.md)** method to create an inconsistent dynaset. For example.
+# Change tables involved in a one-to-many relationship in a DAO Recordset
+Dynaset-type **[Recordset](../../../api/overview/Access.md)** objects can be based on a multiple-table query containing tables with a one-to-many relationship. For example, suppose you want to create a multiple-table query that combines fields from the Orders and Order Details tables. Generally speaking, you cannot change values in the Orders table because it is on the "one" side of the relationship. Depending on your application, however, you may want to be able to make changes to the Orders table.
+To make it possible to freely change the values on the "one" side of a one-to-many relationship, use the **dbInconsistent** constant of the **[OpenRecordset](../../../api/overview/Access.md)** method to create an inconsistent dynaset. For example:
```vb
Set rstTotalSales = dbs.OpenRecordset("Sales Totals" ,,dbInconsistent)
```
When you update an inconsistent dynaset, you can easily destroy the referential integrity of the data in the dynaset. You must take care to understand how the data is related across the one-to-many relationship and to update the values on both sides in a way that preserves data integrity.
-The **dbInconsistent** constant is available only for dynaset-type **Recordset** objects. It is ignored for table, snapshot, and forward-only-type **Recordset** objects, but no compile or run-time error is returned if the **dbInconsistent** constant is used with those types of **Recordset** objects.
-Even with an inconsistent **Recordset**, some fields may not be updatable. For example, you cannot change the value of an AutoNumber field, and a **Recordset** based on certain linked tables may not be updatable.
+
+The **dbInconsistent** constant is available only for dynaset-type **Recordset** objects. It is ignored for table, snapshot, and forward-only-type **Recordset** objects, but no compile or run-time error is returned if the **dbInconsistent** constant is used with those types of **Recordset** objects.
+
+Even with an inconsistent **Recordset**, some fields may not be updatable. For example, you cannot change the value of an AutoNumber field, and a **Recordset** based on certain linked tables may not be updatable.
diff --git a/access/Concepts/Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md
index 6fdc02c7e69..f3d48da0e11 100644
--- a/access/Concepts/Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md
@@ -1,23 +1,25 @@
---
-title: Count the Number of Records in a DAO Recordset
+title: Count the number of records in a DAO Recordset
ms.prod: access
ms.assetid: ea524046-4d04-b595-1a45-13b399745f44
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Count the Number of Records in a DAO Recordset
+# Count the number of records in a DAO Recordset
-You may want to know the number of records in a **[Recordset](../../../api/overview/Access.md)** object. For example, you may want to create a form that shows how many records are in each of the tables in a database. Or you may want to change the appearance of a form or report based on the number of records it includes.
+You may want to know the number of records in a **[Recordset](../../../api/overview/Access.md)** object. For example, you may want to create a form that shows how many records are in each of the tables in a database. Or you may want to change the appearance of a form or report based on the number of records it includes.
-The **[RecordCount](../../../api/overview/Access.md)** property contains the number of records in a table-type **Recordset** or the total number of records accessed in a dynaset- or snapshot-type **Recordset**. A **Recordset** object with no records has a **RecordCount** property value of 0.
+The **[RecordCount](../../../api/overview/Access.md)** property contains the number of records in a table-type **Recordset** or the total number of records accessed in a dynaset- or snapshot-type **Recordset**. A **Recordset** object with no records has a **RecordCount** property value of 0.
- **Note** The value of the **RecordCount** property equals the number of records that have actually been accessed. For example, when you first create a dynaset or snapshot, you have accessed (or visited) only one record. If you check the **RecordCount** property immediately after creating the dynaset or snapshot (assuming it has at least one record), the value is 1. To visit all the records, use the **[MoveLast](../../../api/overview/Access.md)** method immediately after opening the **Recordset**, then use **[MoveFirst](../../../api/overview/Access.md)** to return to the first record. This is not done automatically because it may be slow, especially for large result sets.
+> [!NOTE]
+> The value of the **RecordCount** property equals the number of records that have actually been accessed. For example, when you first create a dynaset or snapshot, you have accessed (or visited) only one record. If you check the **RecordCount** property immediately after creating the dynaset or snapshot (assuming it has at least one record), the value is 1. To visit all the records, use the **[MoveLast](../../../api/overview/Access.md)** method immediately after opening the **Recordset**, and then use **[MoveFirst](../../../api/overview/Access.md)** to return to the first record. This is not done automatically because it may be slow, especially for large result sets.
-When you open a table-type **Recordset** object, you effectively visit all of the records in the underlying table, and the value of the **RecordCount** property equals the number of records in the table as soon as the **Recordset** is opened. Canceled transactions may make the value of the **RecordCount** property out-of-date in some multiuser situations. Compacting the database restores the table's record count to the correct value.
-The following code example creates a snapshot-type **Recordset** object, and then determines the number of records in the **Recordset**.
+When you open a table-type **Recordset** object, you effectively visit all of the records in the underlying table, and the value of the **RecordCount** property equals the number of records in the table as soon as the **Recordset** is opened.
+Canceled transactions may make the value of the **RecordCount** property out-of-date in some multiuser situations. Compacting the database restores the table's record count to the correct value.
+The following code example creates a snapshot-type **Recordset** object, and then determines the number of records in the **Recordset**.
```vb
Function FindRecordCount(strSQL As String) As Long
@@ -51,6 +53,9 @@ ErrorHandler:
End Function
```
-As your application deletes records in a dynaset-type **Recordset**, the value of the **RecordCount** property decreases. However, in a multiuser environment, records deleted by other users are not reflected in the value of the **RecordCount** property until the current record is positioned on a deleted record. At that time, the setting of the **RecordCount** property decreases by one. Using the **[Requery](../../../api/overview/Access.md)** method on a **Recordset**, followed by the **MoveLast** method, sets the **RecordCount** property to the current total number of records in the **Recordset**.
-A snapshot-type **Recordset** object is static and the value of its **RecordCount** property does not change when you add or delete records in the snapshot's underlying table.
+As your application deletes records in a dynaset-type **Recordset**, the value of the **RecordCount** property decreases. However, in a multiuser environment, records deleted by other users are not reflected in the value of the **RecordCount** property until the current record is positioned on a deleted record. At that time, the setting of the **RecordCount** property decreases by one.
+
+Using the **[Requery](../../../api/overview/Access.md)** method on a **Recordset**, followed by the **MoveLast** method, sets the **RecordCount** property to the current total number of records in the **Recordset**.
+
+A snapshot-type **Recordset** object is static and the value of its **RecordCount** property does not change when you add or delete records in the snapshot's underlying table.
diff --git a/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-form.md b/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-form.md
index 28aa140593a..0c472db497e 100644
--- a/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-form.md
+++ b/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-form.md
@@ -1,18 +1,18 @@
---
-title: Create a DAO Recordset From a Form
+title: Create a DAO Recordset from a form
ms.prod: access
ms.assetid: d4bbe327-217d-ba7e-3d9f-3c89af1dcbc9
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Create a DAO Recordset From a Form
+# Create a DAO Recordset from a form
-You can create a **[Recordset](../../../api/overview/Access.md)** object based on an Access form. To do so, use the **[RecordsetClone](../../../api/Access.Form.RecordsetClone.md)** property of the form. This creates a dynaset-type **Recordset** that refers to the same underlying query or data as the form. If a form is based on a query, referring to the **RecordsetClone** property is the equivalent of creating a dynaset with the same query. You can use the **RecordsetClone** property when you want to apply a method that cannot be used with forms, such as the **[FindFirst](../../../api/overview/Access.md)** method. The **RecordsetClone** property provides access to all the methods and properties that you can use with a dynaset.
-
-The following example shows how to assign a **Recordset** object to the records in the Orders form.
+You can create a **[Recordset](../../../api/overview/Access.md)** object based on an Access form. To do so, use the **[RecordsetClone](../../../api/Access.Form.RecordsetClone.md)** property of the form. This creates a dynaset-type **Recordset** that refers to the same underlying query or data as the form.
+If a form is based on a query, referring to the **RecordsetClone** property is the equivalent of creating a dynaset with the same query. You can use the **RecordsetClone** property when you want to apply a method that cannot be used with forms, such as the **[FindFirst](../../../api/overview/Access.md)** method. The **RecordsetClone** property provides access to all the methods and properties that you can use with a dynaset.
+The following example shows how to assign a **Recordset** object to the records in the Orders form.
```vb
Dim rstOrders As DAO.Recordset
@@ -21,5 +21,5 @@ Set rstOrders = Forms!Orders.RecordsetClone
```
-This code always creates the type of **Recordset** being cloned (the type of **Recordset** on which the form is based); no other types are available. Note that the **Recordset** object is declared with the object library qualification. Because Access can use both DAO and ADO, it is better to fully qualify the data access variables by including the object library reference name.
+This code always creates the type of **Recordset** being cloned (the type of **Recordset** on which the form is based); no other types are available. Note that the **Recordset** object is declared with the object library qualification. Because Access can use both DAO and ADO, it is better to fully qualify the data access variables by including the object library reference name.
diff --git a/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-query.md b/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-query.md
index ff60041fc80..06ceec8d503 100644
--- a/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-query.md
+++ b/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-query.md
@@ -1,14 +1,14 @@
---
-title: Create a DAO Recordset From a Query
+title: Create a DAO Recordset from a query
ms.prod: access
ms.assetid: d84870d4-58e4-9d48-9951-72d928929002
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Create a DAO Recordset From a Query
+# Create a DAO Recordset from a query
-You can create a **[Recordset](../../../api/overview/Access.md)** object based on a stored select query. In the following code example, Current Product List is an existing select query stored in the current database.
+You can create a **[Recordset](../../../api/overview/Access.md)** object based on a stored select query. In the following code example, `Current Product List` is an existing select query stored in the current database.
```vb
@@ -21,10 +21,7 @@ Set rstProducts = dbsNorthwind.OpenRecordset("Current Product List")
```
-If a stored select query does not already exist, the **[OpenRecordset](../../../api/overview/Access.md)** method also accepts an SQL string instead of the name of a query. The previous example can be rewritten as follows.
-
-
-
+If a stored select query does not already exist, the **[OpenRecordset](../../../api/overview/Access.md)** method also accepts an SQL string instead of the name of a query. The previous example can be rewritten as follows.
```vb
Dim dbsNorthwind As DAO.Database
diff --git a/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md b/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md
index 3f6ec3ea77a..ecf87bf7f1e 100644
--- a/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md
+++ b/access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md
@@ -1,14 +1,14 @@
---
-title: Create a DAO Recordset From a Table In the Current Database
+title: Create a DAO Recordset from a table in the current database
ms.prod: access
ms.assetid: b0507965-e6af-cda4-9d50-fbeb98b4ab89
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Create a DAO Recordset From a Table In the Current Database
+# Create a DAO Recordset from a table in the current database
-The following code example uses the **[OpenRecordset](../../../api/overview/Access.md)** method to create a table-type **[Recordset](../../../api/overview/Access.md)** object for a table in the current database.
+The following code example uses the **[OpenRecordset](../../../api/overview/Access.md)** method to create a table-type **[Recordset](../../../api/overview/Access.md)** object for a table in the current database.
```vb
diff --git a/access/Concepts/Data-Access-Objects/create-a-user-defined-property.md b/access/Concepts/Data-Access-Objects/create-a-user-defined-property.md
index ea78181e531..d17d376f497 100644
--- a/access/Concepts/Data-Access-Objects/create-a-user-defined-property.md
+++ b/access/Concepts/Data-Access-Objects/create-a-user-defined-property.md
@@ -1,14 +1,14 @@
---
-title: Create a User-Defined Property
+title: Create a user-defined property
ms.prod: access
ms.assetid: 49d2fede-2fb5-0b1b-42cd-6147756ea1ca
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Create a User-Defined Property
+# Create a user-defined property
-The following example attempts to set the value of a user-defined property. If the property does not exist, it uses the **[CreateProperty](../../../api/overview/Access.md)** method to create and set the value of the new property.
+The following example attempts to set the value of a user-defined property. If the property does not exist, it uses the **[CreateProperty](../../../api/overview/Access.md)** method to create and set the value of the new property.
```vb
diff --git a/access/Concepts/Data-Access-Objects/delete-a-record-from-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/delete-a-record-from-a-dao-recordset.md
index ae0a48c959e..5ebb1f7be86 100644
--- a/access/Concepts/Data-Access-Objects/delete-a-record-from-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/delete-a-record-from-a-dao-recordset.md
@@ -1,14 +1,14 @@
---
-title: Delete a Record From a DAO Recordset
+title: Delete a record from a DAO Recordset
ms.prod: access
ms.assetid: 7407b757-4c00-2ea7-c93f-303c09afff26
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Delete a Record From a DAO Recordset
+# Delete a record from a DAO Recordset
-You can delete an existing record in a table or dynaset-type **[Recordset](../../../api/overview/Access.md)** object by using the **[Delete](../../../api/overview/Access.md)** method. You cannot delete records from a snapshot-type **Recordset** object. The following code example deletes all the duplicate records in the Shippers table.
+You can delete an existing record in a table or dynaset-type **[Recordset](../../../api/overview/Access.md)** object by using the **[Delete](../../../api/overview/Access.md)** method. You cannot delete records from a snapshot-type **Recordset** object. The following code example deletes all the duplicate records in the Shippers table.
```vb
@@ -48,8 +48,9 @@ End Function
```
-When you use the **Delete** method, the Access database engine immediately deletes the current record without any warning or prompting. Deleting a record does not automatically cause the next record to become the current record; to move to the next record you must use the **[MoveNext](../../../api/overview/Access.md)** method. Be aware that after you have moved off the deleted record, you cannot move back to it.
+When you use the **Delete** method, the Access database engine immediately deletes the current record without any warning or prompting. Deleting a record does not automatically cause the next record to become the current record; to move to the next record you must use the **[MoveNext](../../../api/overview/Access.md)** method. Be aware that after you have moved off the deleted record, you cannot move back to it.
-If you try to access a record after deleting it on a table-type **Recordset**, you will see error 3167, "Record is deleted." On a dynaset, you will see error 3021, "No current record."
-If you have a **Recordset** clone positioned at the deleted record and you try to read its value, you will see error 3167 regardless of the type of **Recordset** object. Trying to use a bookmark to move to a deleted record will also result in error 3167.
+If you try to access a record after deleting it on a table-type **Recordset**, you will see error 3167, "Record is deleted." On a dynaset, you will see error 3021, "No current record."
+
+If you have a **Recordset** clone positioned at the deleted record, and you try to read its value, you will see error 3167 regardless of the type of **Recordset** object. Trying to use a bookmark to move to a deleted record will also result in error 3167.
diff --git a/access/Concepts/Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md
index cc3b557c342..7fd15bb9913 100644
--- a/access/Concepts/Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md
@@ -1,21 +1,20 @@
---
-title: Detect the Limits of a DAO Recordset
+title: Detect the limits of a DAO Recordset
ms.prod: access
ms.assetid: f4be9ea8-25af-1c5c-4cd7-43d57e5d4d8b
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Detect the Limits of a DAO Recordset
+# Detect the limits of a DAO Recordset
-In a **[Recordset](../../../api/overview/Access.md)** object, if you try to move beyond the beginning or ending record, a run-time error occurs. For example, if you try to use the **[MoveNext](../../../api/overview/Access.md)** method when you are already at the last record of the **Recordset**, a trappable error occurs. For this reason, it is helpful to know the limits of the **Recordset** object.
-
-The **[BOF](../../../api/overview/Access.md)** property indicates whether the current position is at the beginning of the **Recordset**. If **BOF** is **True**, the current position is before the first record in the **Recordset**. The **BOF** property is also **True** if there are no records in the **Recordset** when it is opened. Similarly, the **[EOF](../../../api/overview/Access.md)** property is **True** if the current position is after the last record in the **Recordset**, or if there are no records.
-
-The following code example shows how to use the **BOF** and **EOF** properties to detect the beginning and end of a **Recordset** object. This code fragment creates a table-type **Recordset** based on the Orders table from the current database. It moves through the records, first from the beginning of the **Recordset** to the end, and then from the end of the **Recordset** to the beginning.
+In a **[Recordset](../../../api/overview/Access.md)** object, if you try to move beyond the beginning or ending record, a run-time error occurs. For example, if you try to use the **[MoveNext](../../../api/overview/Access.md)** method when you are already at the last record of the **Recordset**, a trappable error occurs. For this reason, it is helpful to know the limits of the **Recordset** object.
+The **[BOF](../../../api/overview/Access.md)** property indicates whether the current position is at the beginning of the **Recordset**. If **BOF** is **True**, the current position is before the first record in the **Recordset**. The **BOF** property is also **True** if there are no records in the **Recordset** when it is opened.
+Similarly, the **[EOF](../../../api/overview/Access.md)** property is **True** if the current position is after the last record in the **Recordset**, or if there are no records.
+The following code example shows how to use the **BOF** and **EOF** properties to detect the beginning and end of a **Recordset** object. This code fragment creates a table-type **Recordset** based on the Orders table from the current database. It moves through the records, first from the beginning of the **Recordset** to the end, and then from the end of the **Recordset** to the beginning.
```vb
Dim dbsNorthwind As DAO.Database
@@ -44,18 +43,18 @@ Dim rstOrders As DAO.Recordset
```
-Be aware that there is no current record immediately following the first loop. The **BOF** and **EOF** properties both have the following characteristics.
+Be aware that there is no current record immediately following the first loop. The **BOF** and **EOF** properties both have the following characteristics.
-- If the **Recordset** contains no records when you open it, both **BOF** and **EOF** are **True**.
+- If the **Recordset** contains no records when you open it, both **BOF** and **EOF** are **True**.
-- When **BOF** or **EOF** is **True**, the property remains **True** until you move to an existing record, at which time the value of **BOF** or **EOF** becomes **False**.
+- When **BOF** or **EOF** is **True**, the property remains **True** until you move to an existing record, at which time the value of **BOF** or **EOF** becomes **False**.
-- When **BOF** or **EOF** is **False**, and the only record in a **Recordset** is deleted, the property remains **False** until you try to move to another record, at which time both **BOF** and **EOF** become **True**.
+- When **BOF** or **EOF** is **False**, and the only record in a **Recordset** is deleted, the property remains **False** until you try to move to another record, at which time both **BOF** and **EOF** become **True**.
-- At the moment you create or open a **Recordset** that contains at least one record, the first record is the current record, and both **BOF** and **EOF** are **False**.
+- At the moment you create or open a **Recordset** that contains at least one record, the first record is the current record, and both **BOF** and **EOF** are **False**.
-- If the first record is the current record when you use the **MovePrevious** method, **BOF** is set to **True**. If you use **MovePrevious** while **BOF** is **True**, a run-time error occurs. When this happens, **BOF** remains **True** and there is no current record.
+- If the first record is the current record when you use the **MovePrevious** method, **BOF** is set to **True**. If you use **MovePrevious** while **BOF** is **True**, a run-time error occurs. When this happens, **BOF** remains **True** and there is no current record.
-- Similarly, moving past the last record in the **Recordset** changes the value of the **EOF** property to **True**. If you use the **MoveNext** method while **EOF** is **True**, a run-time error occurs. When this happens, **EOF** remains **True** and there is no current record.
+- Similarly, moving past the last record in the **Recordset** changes the value of the **EOF** property to **True**. If you use the **MoveNext** method while **EOF** is **True**, a run-time error occurs. When this happens, **EOF** remains **True** and there is no current record.
diff --git a/access/Concepts/Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md
index 1950f3bc2df..7e07fe87455 100644
--- a/access/Concepts/Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md
@@ -1,19 +1,19 @@
---
-title: Extract Data from a Record in a DAO Recordset
+title: Extract data from a record in a DAO Recordset
ms.prod: access
ms.assetid: cd0d8c73-c9a7-3565-514d-6b379ac2d690
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Extract Data from a Record in a DAO Recordset
+# Extract data from a record in a DAO Recordset
After you have located a particular record or records, you may want to extract data to use in your application instead of modifying the underlying source table.
-## Copying a Single Field
+## Copy a single field
-You can copy a single field of a record to a variable of the appropriate data type. The following example extracts three fields from the first record in a **[Recordset](../../../api/overview/Access.md)** object.
+You can copy a single field of a record to a variable of the appropriate data type. The following example extracts three fields from the first record in a **[Recordset](../../../api/overview/Access.md)** object.
```vb
@@ -34,27 +34,21 @@ Dim strTitle As String
```
-## Copying Entire Records to an Array
+## Copy entire records to an array
To copy one or more records, you can create a two-dimensional array and copy records one at a time. You increment the first subscript for each field and the second subscript for each record.
-A fast way to do this is to use the **[GetRows](../../../api/overview/Access.md)** method, which returns a two-dimensional array. The first subscript identifies the field and the second identifies the row number, as follows.
-
-
-
+A fast way to do this is to use the **[GetRows](../../../api/overview/Access.md)** method, which returns a two-dimensional array. The first subscript identifies the field and the second identifies the row number, as follows.
```vb
varRecords(intField, intRecord)
```
-The following code example uses an SQL statement to retrieve three fields from a table called Employees into a **Recordset** object. It then uses the **GetRows** method to retrieve the first three records of the **Recordset**, and it stores the selected records in a two-dimensional array. It then prints each record, one field at a time, by using the two array indexes to select specific fields and records.
+The following code example uses an SQL statement to retrieve three fields from a table called Employees into a **Recordset** object. It then uses the **GetRows** method to retrieve the first three records of the **Recordset**, and it stores the selected records in a two-dimensional array. It then prints each record, one field at a time, by using the two array indexes to select specific fields and records.
To show how the array indexes are used, the following example uses a separate statement to identify and print each field of each record. In practice, it would be more reliable to use two loops, one nested in the other, and to provide integer variables for the indexes that step through both dimensions of the array.
-
-
-
```vb
Sub GetRowsTest()
@@ -96,12 +90,14 @@ ErrorHandler:
End Sub
```
-You can use subsequent calls to the **GetRows** method if more records are available. Because the array is filled as soon as you call the **GetRows** method, you can see why this approach is much faster than copying one field at a time.
+You can use subsequent calls to the **GetRows** method if more records are available. Because the array is filled as soon as you call the **GetRows** method, you can see why this approach is much faster than copying one field at a time.
+
+Notice also that you do not have to declare the Variant as an array, because this is done automatically when the **GetRows** method returns records. This enables you to use fixed-length array dimensions without knowing how many records or fields will be returned, instead of using variable-length dimensions that take up more memory.
-Notice also that you do not have to declare the Variant as an array, because this is done automatically when the **GetRows** method returns records. This enables you to use fixed-length array dimensions without knowing how many records or fields will be returned, instead of using variable-length dimensions that take up more memory.
+If you are trying to retrieve all the rows by using multiple **GetRows** calls, use the **[EOF](../../../api/overview/Access.md)** property to be sure that you are at the end of the **Recordset**. The **GetRows** method may return fewer rows than you request. If you request more than the remaining number of rows in a **Recordset**, for example, the **GetRows** method returns only the rows that remain. Similarly, if it cannot retrieve a row in the range requested, it does not return that row.
-If you are trying to retrieve all the rows by using multiple **GetRows** calls, use the **[EOF](../../../api/overview/Access.md)** property to be sure that you are at the end of the **Recordset**. The **GetRows** method may return fewer rows than you request. If you request more than the remaining number of rows in a **Recordset**, for example, the **GetRows** method returns only the rows that remain. Similarly, if it cannot retrieve a row in the range requested, it does not return that row. For example, if the fifth record cannot be retrieved in a group of 10 records that you are trying to retrieve, the **GetRows** method returns four records and leaves the current record position on the record that caused a problem, and does not generate a run-time error. This situation may occur if a record in a dynaset was deleted by another user. If it returns fewer records than the number requested and you are not at the end of the file, you need to read each field in the current record to determine what error the **GetRows** method encountered.
+For example, if the fifth record cannot be retrieved in a group of 10 records that you are trying to retrieve, the **GetRows** method returns four records and leaves the current record position on the record that caused a problem, and does not generate a run-time error. This situation may occur if a record in a dynaset was deleted by another user. If it returns fewer records than the number requested and you are not at the end of the file, you need to read each field in the current record to determine what error the **GetRows** method encountered.
-Because the **GetRows** method always returns all the fields in the **Recordset** object, you may want to create a query that returns just the fields that you need. This is especially important for OLE Object and Memo fields.
+Because the **GetRows** method always returns all the fields in the **Recordset** object, you may want to create a query that returns just the fields that you need. This is especially important for OLE Object and Memo fields.
diff --git a/access/Concepts/Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md b/access/Concepts/Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md
index c1d367f3124..e80146bdbbb 100644
--- a/access/Concepts/Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md
@@ -1,33 +1,34 @@
---
-title: Find a Record in a Dynaset-Type or Snapshot-Type DAO Recordset
+title: Find a record in a dynaset-type or snapshot-type DAO Recordset
ms.prod: access
ms.assetid: f79f47e1-63a9-774d-4d07-32759ac30c8b
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Find a Record in a Dynaset-Type or Snapshot-Type DAO Recordset
+# Find a record in a dynaset-type or snapshot-type DAO Recordset
-You can use the Find methods to locate a record in a dynaset-type or snapshot-type **[Recordset](../../../api/overview/Access.md)** object. DAO provides the following Find methods:
+You can use the Find methods to locate a record in a dynaset-type or snapshot-type **[Recordset](../../../api/overview/Access.md)** object. DAO provides the following Find methods:
-- The **[FindFirst](../../../api/overview/Access.md)** method finds the first record that satisfies the specified criteria.
+- The **[FindFirst](../../../api/overview/Access.md)** method finds the first record that satisfies the specified criteria.
-- The **[FindLast](../../../api/overview/Access.md)** method finds the last record that satisfies the specified criteria.
+- The **[FindLast](../../../api/overview/Access.md)** method finds the last record that satisfies the specified criteria.
-- The **[FindNext](../../../api/overview/Access.md)** method finds the next record that satisfies the specified criteria.
+- The **[FindNext](../../../api/overview/Access.md)** method finds the next record that satisfies the specified criteria.
-- The **[FindPrevious](../../../api/overview/Access.md)** method finds the previous record that satisfies the specified criteria.
+- The **[FindPrevious](../../../api/overview/Access.md)** method finds the previous record that satisfies the specified criteria.
When you use the Find methods, you specify the search criteria, which is typically an expression that equates a field name with a specific value.
-You can locate the matching records in reverse order by finding the last occurrence with the **FindLast** method and then using the **FindPrevious** method instead of the **FindNext** method.
-DAO sets the **[NoMatch](../../../api/overview/Access.md)** property to **True** when a Find method fails and the current record position is undefined. There may be a current record, but there is no way to tell which one. To return to the previous current record following a failed Find method, use a bookmark.
-The **NoMatch** property is **False** when the operation succeeds. In this case, the current record position is the record found by one of the Find methods.
-The following example illustrates how you can use the **FindNext** method to find all orders in the Orders table that have no corresponding records in the Order Details table. The function searches for missing orders and, if it finds one, it adds the value in the OrderID field to the array aryOrders().
+You can locate the matching records in reverse order by finding the last occurrence with the **FindLast** method and then using the **FindPrevious** method instead of the **FindNext** method.
+DAO sets the **[NoMatch](../../../api/overview/Access.md)** property to **True** when a Find method fails and the current record position is undefined. There may be a current record, but there is no way to tell which one. To return to the previous current record following a failed Find method, use a bookmark.
+The **NoMatch** property is **False** when the operation succeeds. In this case, the current record position is the record found by one of the Find methods.
+
+The following example illustrates how you can use the **FindNext** method to find all orders in the Orders table that have no corresponding records in the Order Details table. The function searches for missing orders and, if it finds one, it adds the value in the OrderID field to the array aryOrders().
```vb
Function FindOrders() As Variant
diff --git a/access/Concepts/Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md b/access/Concepts/Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md
index 0bb38e18cbf..5a205ba141f 100644
--- a/access/Concepts/Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md
@@ -1,20 +1,21 @@
---
-title: Find a Record in a Table-Type DAO Recordset
+title: Find a record in a table-type DAO Recordset
ms.prod: access
ms.assetid: b17f14db-9b3e-7f12-9fc8-f56c6dcbad09
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Find a Record in a Table-Type DAO Recordset
+# Find a record in a table-type DAO Recordset
-You use the **[Seek](../../../api/overview/Access.md)** method to locate a record in a table-type **[Recordset](../../../api/overview/Access.md)** object.
+You use the **[Seek](../../../api/overview/Access.md)** method to locate a record in a table-type **[Recordset](../../../api/overview/Access.md)** object.
-When you use the **Seek** method to locate a record, the Access database engine uses the table's current index, as defined by the **[Index](../../../api/overview/Access.md)** property.
+When you use the **Seek** method to locate a record, the Access database engine uses the table's current index, as defined by the **[Index](../../../api/overview/Access.md)** property.
- **Note** If you use the **Seek** method on a table-type **Recordset** object without first setting the current index, a run-time error occurs.
+> [!NOTE]
+> If you use the **Seek** method on a table-type **Recordset** object without first setting the current index, a run-time error occurs.
-The following example opens a table-type **Recordset** object called Employees, and uses the Seek method to locate the record containing a value of **lngEmpID** in the EmployeeID field. It returns the hire date for the specified employee.
+The following example opens a table-type **Recordset** object called Employees, and uses the Seek method to locate the record containing a value of **lngEmpID** in the EmployeeID field. It returns the hire date for the specified employee.
@@ -52,11 +53,11 @@ ErrorHandler:
End Function
```
-The **Seek** method always starts searching for records at the beginning of the **Recordset** object. If you use the **Seek** method with the same arguments more than once on the same **Recordset**, it finds the same record.
-You can use the **[NoMatch](../../../api/overview/Access.md)** property on the **Recordset** object to test whether a record matching the search criteria was found. If the record matching the criteria was found, the **NoMatch** property will be **False**; otherwise it will be **True**.
-The following code example shows how you can create a function that uses the **Seek** method to locate a record by using a multiple-field index.
+The **Seek** method always starts searching for records at the beginning of the **Recordset** object. If you use the **Seek** method with the same arguments more than once on the same **Recordset**, it finds the same record.
+You can use the **[NoMatch](../../../api/overview/Access.md)** property on the **Recordset** object to test whether a record matching the search criteria was found. If the record matching the criteria was found, the **NoMatch** property will be **False**; otherwise it will be **True**.
+The following code example shows how you can create a function that uses the **Seek** method to locate a record by using a multiple-field index.
```vb
Function GetFirstPrice(lngOrderID As Long, lngProductID As Long) As Variant
@@ -91,6 +92,7 @@ ErrorHandler:
End Function
```
-In this example, the table's primary key consists of two fields: OrderID and ProductID. When you call the GetFirstPrice function with a valid (existing) combination of OrderID and ProductID field values, the function returns the unit price from the found record. If it cannot find the combination of field values you want in the table, the function returns the **Null** value.
-If the current index is a multiple-field index, trailing key values can be omitted and are treated as **Null** values. That is, you can leave off any number of key values from the end of a **Seek** method's _key_ argument, but not from the beginning or the middle. However, if you do not specify all values in the index, you can use only the ">" or "<" comparison string with the **Seek** method.
+In this example, the table's primary key consists of two fields: OrderID and ProductID. When you call the GetFirstPrice function with a valid (existing) combination of OrderID and ProductID field values, the function returns the unit price from the found record. If it cannot find the combination of field values you want in the table, the function returns the **Null** value.
+
+If the current index is a multiple-field index, trailing key values can be omitted and are treated as **Null** values. That is, you can leave off any number of key values from the end of a **Seek** method's _key_ argument, but not from the beginning or the middle. However, if you do not specify all values in the index, you can use only the ">" or "<" comparison string with the **Seek** method.
diff --git a/access/Concepts/Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md
index d843a685035..faf082caa3a 100644
--- a/access/Concepts/Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md
@@ -1,25 +1,25 @@
---
-title: Find the Current Position in a DAO Recordset
+title: Find the current position in a DAO Recordset
ms.prod: access
ms.assetid: 1f08caa7-b671-b844-59a0-f924a5220cf4
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Find the Current Position in a DAO Recordset
+# Find the current position in a DAO Recordset
-In some situations, you need to determine how far through a **[Recordset](../../../api/overview/Access.md)** object you have moved the current record position, and perhaps indicate the current record position to a user. For example, you may want to indicate the current position on a dial, meter, or similar type of control. Two properties are available to indicate the current position: the **[AbsolutePosition](../../../api/overview/Access.md)** property and the **[PercentPosition](../../../api/overview/Access.md)** property.
+In some situations, you need to determine how far through a **[Recordset](../../../api/overview/Access.md)** object you have moved the current record position, and perhaps indicate the current record position to a user. For example, you may want to indicate the current position on a dial, meter, or similar type of control. Two properties are available to indicate the current position: the **[AbsolutePosition](../../../api/overview/Access.md)** property and the **[PercentPosition](../../../api/overview/Access.md)** property.
-The **AbsolutePosition** property value is the position of the current record relative to 0. However, do not think of this property as a record number; if the current record is undefined, the **AbsolutePosition** property returns 1. In addition, there is no assurance that a record will have the same absolute position if the **Recordset** object is recreated because the order of individual records within a **Recordset** object is not guaranteed unless it is created with an SQL statement that includes an ORDER BY clause.
+The **AbsolutePosition** property value is the position of the current record relative to 0. However, do not think of this property as a record number; if the current record is undefined, the **AbsolutePosition** property returns 1. In addition, there is no assurance that a record will have the same absolute position if the **Recordset** object is recreated because the order of individual records within a **Recordset** object is not guaranteed unless it is created with an SQL statement that includes an ORDER BY clause.
-The **PercentPosition** property shows the current position expressed as a percentage of the total number of records indicated by the **[RecordCount](../../../api/overview/Access.md)** property. Because the **RecordCount** property does not reflect the total number of records in the **Recordset** object until the **Recordset** has been fully populated, the **PercentPosition** property reflects only the current record position as a percentage of the number of records that have been accessed since the **Recordset** was opened. To make sure that the **PercentPosition** property reflects the current record position relative to the entire **Recordset**, use the **[MoveLast](../../../api/overview/Access.md)** and **[MoveFirst](../../../api/overview/Access.md)** methods immediately after opening the **Recordset**. This fully populates the **Recordset** object before you use the **PercentPosition** property. If you have a large result set, using the **MoveLast** method may take a long time for **Recordsets** that are not of type table.
+The **PercentPosition** property shows the current position expressed as a percentage of the total number of records indicated by the **[RecordCount](../../../api/overview/Access.md)** property. Because the **RecordCount** property does not reflect the total number of records in the **Recordset** object until the **Recordset** has been fully populated, the **PercentPosition** property reflects only the current record position as a percentage of the number of records that have been accessed since the **Recordset** was opened.
+To make sure that the **PercentPosition** property reflects the current record position relative to the entire **Recordset**, use the **[MoveLast](../../../api/overview/Access.md)** and **[MoveFirst](../../../api/overview/Access.md)** methods immediately after opening the **Recordset**. This fully populates the **Recordset** object before you use the **PercentPosition** property. If you have a large result set, using the **MoveLast** method may take a long time for **Recordsets** that are not of type table.
- **Note** The **PercentPosition** property is only an approximation and should not be used as a critical parameter. This property is best suited for driving an indicator that marks a user's progress while moving though a set of records. For example, you may want a control that indicates the percentage of records completed.
-
-The following example opens a **Recordset** object on a table called Employees. The procedure then moves through the Employees table and uses the **[SysCmd](../../../api/Access.Application.SysCmd.md)** method to display a progress bar showing the percentage of the table that has been processed. If the hire date of the employee is before Jan. 1, 1993, the text "Senior Staff" is appended to the Notes field.
-
+> [!NOTE]
+> The **PercentPosition** property is only an approximation and should not be used as a critical parameter. This property is best suited for driving an indicator that marks a user's progress while moving though a set of records. For example, you may want a control that indicates the percentage of records completed.
+The following example opens a **Recordset** object on a table called Employees. The procedure then moves through the Employees table and uses the **[SysCmd](../../../api/Access.Application.SysCmd.md)** method to display a progress bar showing the percentage of the table that has been processed. If the hire date of the employee is before Jan. 1, 1993, the text "Senior Staff" is appended to the Notes field.
```vb
Sub AddEmployeeNotes()
diff --git a/access/Concepts/Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md
index efbb47c9398..0cb59d305f3 100644
--- a/access/Concepts/Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md
@@ -1,18 +1,16 @@
---
-title: Make Bulk Changes to a DAO Recordset
+title: Make bulk changes to a DAO Recordset
ms.prod: access
ms.assetid: b66c857a-42ed-15c9-e01d-99c451651f3b
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Make Bulk Changes to a DAO Recordset
-
-After you have created a table-type or dynaset-type **[Recordset](../../../api/overview/Access.md)** object, you can change, delete, or add new records. You cannot change, delete, or add records to a snapshot-type or forward-only-type **Recordset** object.
-
-Many of the changes you may otherwise perform in a loop can be done more efficiently with an update or delete query using SQL. The following example creates a **[QueryDef](../../../api/overview/Access.md)** object to update the Employees table and then runs the query.
+# Make bulk changes to a DAO Recordset
+After you have created a table-type or dynaset-type **[Recordset](../../../api/overview/Access.md)** object, you can change, delete, or add new records. You cannot change, delete, or add records to a snapshot-type or forward-only-type **Recordset** object.
+Many of the changes you may otherwise perform in a loop can be done more efficiently with an update or delete query using SQL. The following example creates a **[QueryDef](../../../api/overview/Access.md)** object to update the Employees table and then runs the query.
```vb
Dim dbsNorthwind As DAO.Database
@@ -66,6 +64,7 @@ Dim strNew As String
```
- **Note** A delete query is much more efficient than code that loops through a **Recordset**, modifying or deleting one record at a time.
+> [!NOTE]
+> A delete query is much more efficient than code that loops through a **Recordset**, modifying or deleting one record at a time.
diff --git a/access/Concepts/Data-Access-Objects/manipulate-multivalued-fields-with-dao.md b/access/Concepts/Data-Access-Objects/manipulate-multivalued-fields-with-dao.md
index 699580d2df3..7ab827b4658 100644
--- a/access/Concepts/Data-Access-Objects/manipulate-multivalued-fields-with-dao.md
+++ b/access/Concepts/Data-Access-Objects/manipulate-multivalued-fields-with-dao.md
@@ -1,14 +1,14 @@
---
-title: Manipulate Multivalued Fields With DAO
+title: Manipulate multivalued fields with DAO
ms.prod: access
ms.assetid: a3c02fcd-ad48-c3fb-afa1-aabb43fc5bbf
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Manipulate Multivalued Fields With DAO
+# Manipulate multivalued fields with DAO
-Multivalued fields are represented as **[Recordset](../../../api/overview/Access.md)** objects in DAO. The recordset for a field is a child of the recordset for the table that contains the multivalued field. To instantiate the child recordset, use the **Value** property of the multivalued field as follows.
+Multivalued fields are represented as **[Recordset](../../../api/overview/Access.md)** objects in DAO. The recordset for a field is a child of the recordset for the table that contains the multivalued field. To instantiate the child recordset, use the **Value** property of the multivalued field as follows.
```vb
@@ -18,19 +18,15 @@ Set childRs = rs..Value
The following code example shows how to instantiate the child recordset of the AssignedTo field of the Tasks table.
-
-
-
```vb
Set rs = db.OpenRecordSet("Tasks")
Set childRs = rs.AssignedTo.Value
```
-The child recordset has the same functionality as any DAO **Recordset** object.
-The following code example shows how to iterate through a parent recordset and its child recordset. The example prints the tasks in the Tasks table along with the people assigned to the tasks to the Immediate window.
-
+The child recordset has the same functionality as any DAO **Recordset** object.
+The following code example shows how to iterate through a parent recordset and its child recordset. The example prints the tasks in the Tasks table along with the people assigned to the tasks to the Immediate window.
```vb
Sub BrowseMultiValueField()
diff --git a/access/Concepts/Data-Access-Objects/mark-a-position-in-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/mark-a-position-in-a-dao-recordset.md
index 21e4802bdc6..8cba9697592 100644
--- a/access/Concepts/Data-Access-Objects/mark-a-position-in-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/mark-a-position-in-a-dao-recordset.md
@@ -1,16 +1,16 @@
---
-title: Mark a Position in a DAO Recordset
+title: Mark a position in a DAO Recordset
ms.prod: access
ms.assetid: 52e378ab-0e03-cc5f-b215-834efe0f2667
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Mark a Position in a DAO Recordset
+# Mark a position in a DAO Recordset
-A bookmark is a system-generated Byte array that uniquely identifies each record. The DAO **[Bookmark](../../../api/overview/Access.md)** property of a **[Recordset](../../../api/overview/Access.md)** object changes each time you move to a new record. To identify a record, move to that record and then assign the value of the DAO **Bookmark** property to a variable of type Variant. To return to the record, set the DAO **Bookmark** property to the value of the variable.
+A bookmark is a system-generated Byte array that uniquely identifies each record. The DAO **[Bookmark](../../../api/overview/Access.md)** property of a **[Recordset](../../../api/overview/Access.md)** object changes each time you move to a new record. To identify a record, move to that record and then assign the value of the DAO **Bookmark** property to a variable of type Variant. To return to the record, set the DAO **Bookmark** property to the value of the variable.
-The following code example shows how to find the product that makes the most and least revenue per category by using a bookmark to save the current record position. By using a bookmark, you can perform other operations on the **Recordset** object, and then return to the saved record position.
+The following code example shows how to find the product that makes the most and least revenue per category by using a bookmark to save the current record position. By using a bookmark, you can perform other operations on the **Recordset** object, and then return to the saved record position.
@@ -113,20 +113,17 @@ ErrorHandler:
End Sub
```
-A bookmark is useful if a method fails because the current record position is undefined.
-The **[LastModified](../../../api/overview/Access.md)** property of the **Recordset** object provides a good illustration of how to use a bookmark. The **LastModified** property returns the bookmark of the last record in the **Recordset** to be added or modified. To use it, set the DAO **Bookmark** property equal to the **LastModified** property, as follows.
-
-
+A bookmark is useful if a method fails because the current record position is undefined. The **[LastModified](../../../api/overview/Access.md)** property of the **Recordset** object provides a good illustration of how to use a bookmark. The **LastModified** property returns the bookmark of the last record in the **Recordset** to be added or modified. To use it, set the DAO **Bookmark** property equal to the **LastModified** property, as follows.
```vb
rstCustomers.Bookmark = rstCustomers.LastModified
```
-This moves the current record position to the last record that was added or modified. This is particularly useful when adding new records, because after you add a new record, the current record is the one you were on before you added the record. With the **LastModified** property, you can move to the newly added record if that is what your application expects.
-When you close a **Recordset** object, any bookmarks you saved become invalid. You cannot use a bookmark from one **Recordset** in another **Recordset**, even if both **Recordset** objects are based on the same underlying table or query. However, you can use a bookmark on the clone of a **Recordset**, as shown in the following example.
-
+This moves the current record position to the last record that was added or modified. This is particularly useful when adding new records, because after you add a new record, the current record is the one you were on before you added the record. With the **LastModified** property, you can move to the newly added record if that is what your application expects.
+When you close a **Recordset** object, any bookmarks you saved become invalid.
+You cannot use a bookmark from one **Recordset** in another **Recordset**, even if both **Recordset** objects are based on the same underlying table or query. However, you can use a bookmark on the clone of a **Recordset**, as shown in the following example.
```vb
Dim dbsNorthwind As DAO.Database
@@ -152,8 +149,9 @@ Dim varBookMark As Variant
```
-You can also use the DAO **Bookmark** property on the **Recordset** object underlying a form. With this property, your code can mark which record is currently displayed on the form, and then change the record that is being displayed. For example, on a form containing employee information, you may want to include a button that a user can click to show the record for an employee's supervisor.
+You can also use the DAO **Bookmark** property on the **Recordset** object underlying a form. With this property, your code can mark which record is currently displayed on the form, and then change the record that is being displayed. For example, on a form containing employee information, you may want to include a button that a user can click to show the record for an employee's supervisor.
- **Note** Dynasets based on certain linked tables, such as Paradox tables that have no primary key, do not support bookmarks, nor do forward-only-type **Recordset** objects. You can determine whether a given **Recordset** object supports bookmarks by checking the value of the **[Bookmarkable](../../../api/overview/Access.md)** property.
+> [!NOTE]
+> Dynasets based on certain linked tables, such as Paradox tables that have no primary key, do not support bookmarks, nor do forward-only-type **Recordset** objects. You can determine whether a given **Recordset** object supports bookmarks by checking the value of the **[Bookmarkable](../../../api/overview/Access.md)** property.
diff --git a/access/Concepts/Data-Access-Objects/modify-a-query-from-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/modify-a-query-from-a-dao-recordset.md
index 5749c6b956b..2a9db90b14d 100644
--- a/access/Concepts/Data-Access-Objects/modify-a-query-from-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/modify-a-query-from-a-dao-recordset.md
@@ -1,16 +1,16 @@
---
-title: Modify a Query from a DAO Recordset
+title: Modify a query from a DAO Recordset
ms.prod: access
ms.assetid: b5679ca8-9bcd-2d28-15af-2640db727dd4
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Modify a Query from a DAO Recordset
+# Modify a query from a DAO Recordset
-You can use the **[Requery](../../../api/overview/Access.md)** method on a dynaset-type or snapshot-type **[Recordset](../../../api/overview/Access.md)** object when you want to run the underlying query again after changing a parameter. This is more convenient than opening a new **Recordset**, and it runs faster.
+You can use the **[Requery](../../../api/overview/Access.md)** method on a dynaset-type or snapshot-type **[Recordset](../../../api/overview/Access.md)** object when you want to run the underlying query again after changing a parameter. This is more convenient than opening a new **Recordset**, and it runs faster.
-The following code example creates a **Recordset** object and passes it to a function that uses the **[CopyQueryDef](../../../api/overview/Access.md)** method to extract the equivalent SQL string. It then prompts the user to add an additional constraint clause to the query. The code uses the **Requery** method to run the modified query.
+The following code example creates a **Recordset** object and passes it to a function that uses the **[CopyQueryDef](../../../api/overview/Access.md)** method to extract the equivalent SQL string. It then prompts the user to add an additional constraint clause to the query. The code uses the **Requery** method to run the modified query.
@@ -91,7 +91,7 @@ ErrorHandler:
End Sub
```
-
- **Note** To use the **Requery** method, the **[Restartable](../../../api/overview/Access.md)** property of the **Recordset** object must be set to **True**. The **Restartable** property is always set to **True** when the **Recordset** is created from a query other than a crosstab query against tables in an Access database. You cannot restart SQL pass-through queries. You may or may not be able to restart queries against linked tables in another database format. To determine whether a **Recordset** object can rerun its query, check the **Restartable** property.
+> [!NOTE]
+> To use the **Requery** method, the **[Restartable](../../../api/overview/Access.md)** property of the **Recordset** object must be set to **True**. The **Restartable** property is always set to **True** when the **Recordset** is created from a query other than a crosstab query against tables in an Access database. You cannot restart SQL pass-through queries. You may or may not be able to restart queries against linked tables in another database format. To determine whether a **Recordset** object can rerun its query, check the **Restartable** property.
diff --git a/access/Concepts/Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md
index 0783f298b5d..391244fce2b 100644
--- a/access/Concepts/Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md
@@ -1,29 +1,27 @@
---
-title: Modify an Existing Record in a DAO Recordset
+title: Modify an existing record in a DAO Recordset
ms.prod: access
ms.assetid: e1fe83cc-db41-8c51-1809-e5ae059c0260
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Modify an Existing Record in a DAO Recordset
+# Modify an existing record in a DAO Recordset
-You can modify existing records in a table-type or dynaset-type **[Recordset](../../../api/overview/Access.md)** object by using the **[Edit](../../../api/overview/Access.md)** and **[Update](../../../api/overview/Access.md)** methods.
+You can modify existing records in a table-type or dynaset-type **[Recordset](../../../api/overview/Access.md)** object by using the **[Edit](../../../api/overview/Access.md)** and **[Update](../../../api/overview/Access.md)** methods.
-To modify an existing record in a table-type or dynaset-type **Recordset** object:
+To modify an existing record in a table-type or dynaset-type **Recordset** object:
1. Go to the record that you want to change.
-2. Use the **Edit** method to prepare the current record for editing.
+2. Use the **Edit** method to prepare the current record for editing.
3. Make the necessary changes to the record.
-4. Use the **Update** method to save the changes to the current record.
+4. Use the **Update** method to save the changes to the current record.
The following code example shows how to change the job titles for all sales representatives in a table called Employees.
-
-
```vb
Dim dbsNorthwind As DAO.Database
Dim rstEmployees As DAO.Recordset
@@ -44,7 +42,8 @@ Dim rstEmployees As DAO.Recordset
```
- **Note** If you do not use the **Edit** method before you try to change a value in the current record, a run-time error occurs. If you edit the current record and then move to another record or close the **Recordset** object without first using the **Update** method, your changes are lost without warning. For example, omitting the **Update** method from the preceding example results in no changes being made to the Employees table.
-
-You can also terminate the **Edit** method and any pending transactions without saving changes by using the **[CancelUpdate](../../../api/overview/Access.md)** method. While you can terminate the **Edit** method just by moving off the current record, this is not practical when the current record is the first or last record in the **Recordset**, or when it is a new record. It is generally simpler to use the **CancelUpdate** method.
+> [!NOTE]
+> If you do not use the **Edit** method before you try to change a value in the current record, a run-time error occurs. If you edit the current record and then move to another record or close the **Recordset** object without first using the **Update** method, your changes are lost without warning. For example, omitting the **Update** method from the preceding example results in no changes being made to the Employees table.
+>
+> You can also terminate the **Edit** method and any pending transactions without saving changes by using the **[CancelUpdate](../../../api/overview/Access.md)** method. While you can terminate the **Edit** method just by moving off the current record, this is not practical when the current record is the first or last record in the **Recordset**, or when it is a new record. It is generally simpler to use the **CancelUpdate** method.
diff --git a/access/Concepts/Data-Access-Objects/move-through-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/move-through-a-dao-recordset.md
index b2ddb92658c..af4b921c762 100644
--- a/access/Concepts/Data-Access-Objects/move-through-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/move-through-a-dao-recordset.md
@@ -1,31 +1,30 @@
---
-title: Move Through a DAO Recordset
+title: Move through a DAO Recordset
ms.prod: access
ms.assetid: 7d788b60-c6e8-dea7-68fe-01b893fc3374
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Move Through a DAO Recordset
+# Move through a DAO Recordset
-A **[Recordset](../../../api/overview/Access.md)** object usually has a current position, most often at a record. When you refer to the fields in a **Recordset**, you obtain values from the record at the current position, which is known as the current record. However, the current position can also be immediately before the first record in a **Recordset** or immediately after the last record. In certain circumstances, the current position is undefined.
+A **[Recordset](../../../api/overview/Access.md)** object usually has a current position, most often at a record. When you refer to the fields in a **Recordset**, you obtain values from the record at the current position, which is known as the current record. However, the current position can also be immediately before the first record in a **Recordset** or immediately after the last record. In certain circumstances, the current position is undefined.
-You can use the following **Move** methods to loop through the records in a **Recordset**:
+You can use the following **Move** methods to loop through the records in a **Recordset**:
-- The **[MoveFirst](../../../api/overview/Access.md)** method moves to the first record.
+- The **[MoveFirst](../../../api/overview/Access.md)** method moves to the first record.
-- The **[MoveLast](../../../api/overview/Access.md)** method moves to the last record.
+- The **[MoveLast](../../../api/overview/Access.md)** method moves to the last record.
-- The **[MoveNext](../../../api/overview/Access.md)** method moves to the next record.
+- The **[MoveNext](../../../api/overview/Access.md)** method moves to the next record.
-- The **[MovePrevious](../../../api/overview/Access.md)** method moves to the previous record.
+- The **[MovePrevious](../../../api/overview/Access.md)** method moves to the previous record.
-- The **[Move](../../../api/overview/Access.md)** method moves forward or backward the number of records you specify in its syntax.
+- The **[Move](../../../api/overview/Access.md)** method moves forward or backward the number of records you specify in its syntax.
-You can use each of these methods on table-type, dynaset-type, and snapshot-type **Recordset** objects. On a forward-only-type **Recordset** object, you can use only the **MoveNext** and **Move** methods. If you use the **Move** method on a forward-only-type **Recordset**, the argument specifying the number of rows to move must be a positive integer.
-The following code example opens a **Recordset** object on the Employees table containing all of the records that have a **Null** value in the ReportsTo field. The function then updates the records to indicate that these employees are temporary employees. For each record in the **Recordset**, the example changes the Title and Notes fields, and saves the changes with the **[Update](../../../api/overview/Access.md)** method. It uses the **MoveNext** method to move to the next record.
-
+You can use each of these methods on table-type, dynaset-type, and snapshot-type **Recordset** objects. On a forward-only-type **Recordset** object, you can use only the **MoveNext** and **Move** methods. If you use the **Move** method on a forward-only-type **Recordset**, the argument specifying the number of rows to move must be a positive integer.
+The following code example opens a **Recordset** object on the Employees table containing all of the records that have a **Null** value in the ReportsTo field. The function then updates the records to indicate that these employees are temporary employees. For each record in the **Recordset**, the example changes the Title and Notes fields, and saves the changes with the **[Update](../../../api/overview/Access.md)** method. It uses the **MoveNext** method to move to the next record.
```vb
Sub UpdateEmployees()
@@ -73,7 +72,7 @@ ErrorHandler:
End Sub
```
-
- **Note** The previous example is provided only for the purposes of illustrating the **Update** and **MoveNext** methods. For optimal performance, it is recommended that you perform this bulk operation with a SQL UPDATE query.
+> [!NOTE]
+> The previous example is provided only for the purposes of illustrating the **Update** and **MoveNext** methods. For optimal performance, it is recommended that you perform this bulk operation with a SQL UPDATE query.
diff --git a/access/Concepts/Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md
index 6b97959bb68..77af9155bf3 100644
--- a/access/Concepts/Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md
@@ -1,14 +1,14 @@
---
-title: Read From and Write To a Field in a DAO Recordset
+title: Read from and write to a field in a DAO Recordset
ms.prod: access
ms.assetid: 4fe0c334-9c44-773c-7aed-182b042213a7
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Read From and Write To a Field in a DAO Recordset
+# Read from and write to a field in a DAO Recordset
-When you read or write data to a field, you are actually reading or setting the DAO **[Value](../../../api/overview/Access.md)** property of a **[Field](../../../api/overview/Access.md)** object. The DAO **Value** property is the default property of a **Field** object. Therefore, you can set the DAO **Value** property of the LastName field in the rstEmployees **[Recordset](../../../api/overview/Access.md)** in any of the following ways.
+When you read or write data to a field, you are actually reading or setting the DAO **[Value](../../../api/overview/Access.md)** property of a **[Field](../../../api/overview/Access.md)** object. The DAO **Value** property is the default property of a **Field** object. Therefore, you can set the DAO **Value** property of the LastName field in the rstEmployees **[Recordset](../../../api/overview/Access.md)** in any of the following ways.
```vb
@@ -19,9 +19,9 @@ rstEmployees![LastName] = strName
```
-The tables underlying a **Recordset** object may not permit you to modify data, even though the **Recordset** is of type dynaset or table, which are usually updatable. Check the **[Updatable](../../../api/overview/Access.md)** property of the **Recordset** to determine whether its data can be changed. If the property is **True**, the **Recordset** object can be updated.
+The tables underlying a **Recordset** object may not permit you to modify data, even though the **Recordset** is of type dynaset or table, which are usually updatable. Check the **[Updatable](../../../api/overview/Access.md)** property of the **Recordset** to determine whether its data can be changed. If the property is **True**, the **Recordset** object can be updated.
-Individual fields within an updatable **Recordset** object may not be updatable, and trying to write to these fields generates a run-time error. To determine whether a given field is updatable, check the **[DataUpdatable](../../../api/overview/Access.md)** property of the corresponding **Field** object in the **[Fields](../../../api/overview/Access.md)** collection of the **Recordset**. The following example returns **True** if all fields in the dynaset created by strQuery are updatable and returns **False** otherwise.
+Individual fields within an updatable **Recordset** object may not be updatable, and trying to write to these fields generates a run-time error. To determine whether a given field is updatable, check the **[DataUpdatable](../../../api/overview/Access.md)** property of the corresponding **Field** object in the **[Fields](../../../api/overview/Access.md)** collection of the **Recordset**. The following example returns **True** if all fields in the dynaset created by strQuery are updatable and returns **False** otherwise.
@@ -68,10 +68,14 @@ ErrorHandler:
End Function
```
-Any single field can impose a number of criteria on data in that field when records are added or updated. These criteria are defined by a handful of properties. The DAO **[AllowZeroLength](../../../api/overview/Access.md)** property on a Text or Memo field indicates whether or not the field will accept a zero-length string (""). The DAO **[Required](../../../api/overview/Access.md)** property indicates whether or not some value must be entered in the field, or if it instead can accept a **Null** value. For a **Field** object on a **Recordset**, these properties are read-only; their state is determined by the underlying table.
-Validation is the process of determining whether data entered into a field's DAO **Value** property is within an acceptable range. A **Field** object on a **Recordset** may have the DAO **[ValidationRule](../../../api/overview/Access.md)** and **[ValidationText](../../../api/overview/Access.md)** properties set. The DAO **ValidationRule** property is simply a criteria expression, similar to the criteria of an SQL WHERE clause, without the WHERE keyword. The DAO **ValidationText** property is a string that Access displays in an error message if you try to enter data in the field that is outside the limits of the DAO **ValidationRule** property. If you are using DAO in your code, then you can use the DAO **ValidationText** for a message that you want to display to the user.
+Any single field can impose a number of criteria on data in that field when records are added or updated. These criteria are defined by a handful of properties. The DAO **[AllowZeroLength](../../../api/overview/Access.md)** property on a Text or Memo field indicates whether or not the field will accept a zero-length string (""). The DAO **[Required](../../../api/overview/Access.md)** property indicates whether or not some value must be entered in the field, or if it instead can accept a **Null** value. For a **Field** object on a **Recordset**, these properties are read-only; their state is determined by the underlying table.
- **Note** The DAO **ValidationRule** and **ValidationText** properties also exist at the **Recordset** level. These are read-only properties, reflecting the table-level validation scheme established on the table from which the current record is retrieved.
+Validation is the process of determining whether data entered into a field's DAO **Value** property is within an acceptable range. A **Field** object on a **Recordset** may have the DAO **[ValidationRule](../../../api/overview/Access.md)** and **[ValidationText](../../../api/overview/Access.md)** properties set. The DAO **ValidationRule** property is simply a criteria expression, similar to the criteria of an SQL WHERE clause, without the WHERE keyword. The DAO **ValidationText** property is a string that Access displays in an error message if you try to enter data in the field that is outside the limits of the DAO **ValidationRule** property. If you are using DAO in your code, then you can use the DAO **ValidationText** for a message that you want to display to the user.
-A **Field** object on a **Recordset** also features the **[ValidateOnSet](../../../api/overview/Access.md)** property. When the **ValidateOnSet** property is set to **True**, Access checks validation as soon as the field's DAO **Value** property is set. When it is set to **False** (the default), Access checks validation only when the completed record is updated. For example, if you are adding data to a record that contains a large Memo or OLE Object field and that has the DAO **ValidationRule** property set, you should determine whether the new data violates the validation rule before trying to write the data. To do so, set the **ValidateOnSet** property to **True**. If you wait to check validation until the entire record is written to disk, you may waste time trying to write an invalid record to disk.
+> [!NOTE]
+> The DAO **ValidationRule** and **ValidationText** properties also exist at the **Recordset** level. These are read-only properties, reflecting the table-level validation scheme established on the table from which the current record is retrieved.
+
+A **Field** object on a **Recordset** also features the **[ValidateOnSet](../../../api/overview/Access.md)** property. When the **ValidateOnSet** property is set to **True**, Access checks validation as soon as the field's DAO **Value** property is set. When it is set to **False** (the default), Access checks validation only when the completed record is updated.
+
+For example, if you are adding data to a record that contains a large Memo or OLE Object field and that has the DAO **ValidationRule** property set, you should determine whether the new data violates the validation rule before trying to write the data. To do so, set the **ValidateOnSet** property to **True**. If you wait to check validation until the entire record is written to disk, you may waste time trying to write an invalid record to disk.
diff --git a/access/Concepts/Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md
index d73603f0e70..d365104f3dc 100644
--- a/access/Concepts/Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md
@@ -1,12 +1,12 @@
---
-title: Return a Random Record from a DAO Recordset
+title: Return a random record from a DAO Recordset
ms.prod: access
ms.assetid: 16d8998f-0aca-a5e6-dec4-2be93c41a595
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Return a Random Record from a DAO Recordset
+# Return a random record from a DAO Recordset
Access does not have a built-in mechanism for returning a random record from a set of records. This topic describes a sample user-defined function that you can use to return a random record.
diff --git a/access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md b/access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md
index 744169c356a..fcfc6c2bf50 100644
--- a/access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md
+++ b/access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md
@@ -1,23 +1,23 @@
---
-title: Set Properties of Data Access Objects in Visual Basic
+title: Set properties of Data Access Objects in Visual Basic
keywords: vbaac10.chm5188066
f1_keywords:
- vbaac10.chm5188066
ms.prod: access
ms.assetid: 8942307f-950d-f39d-cab2-ba4fa387b438
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Set Properties of Data Access Objects in Visual Basic
+# Set properties of Data Access Objects in Visual Basic
**Applies to:** Access 2013 | Access 2016
-Data Access Objects (DAO) enable you to manipulate the structure of your database and the data it contains from Visual Basic. Many DAO objects correspond to objects that you see in your database — for example, a **TableDef** object corresponds to a Microsoft Access table. A **Field** object corresponds to a field in a table.
+Data Access Objects (DAO) enable you to manipulate the structure of your database and the data it contains from Visual Basic. Many DAO objects correspond to objects that you see in your database—for example, a **TableDef** object corresponds to a Microsoft Access table. A **Field** object corresponds to a field in a table.
Most of the properties you can set for DAO objects are DAO properties. These properties are defined by the Microsoft Access database engine and are set the same way in any application that includes the Access database engine. Some properties that you can set for DAO objects are defined by Microsoft Access, and aren't automatically recognized by the Access database engine. How you set properties for DAO objects depends on whether a property is defined by the Access database engine or by Microsoft Access.
-## Setting DAO Properties for DAO Objects
+## Set DAO properties for DAO objects
To set a property that's defined by the Access database engine, refer to the object in the DAO hierarchy. The easiest and fastest way to do this is to create object variables that represent the different objects you need to work with, and refer to the object variables in subsequent steps in your code. For example, the following code creates a new **TableDef** object and sets its **Name** property:
@@ -31,7 +31,7 @@ tdf.Name = "Contacts"
```
-## Setting Microsoft Access Properties for DAO Objects
+## Set Microsoft Access properties for DAO objects
When you set a property that's defined by Microsoft Access, but applies to a DAO object, the Access database engine doesn't automatically recognize the property as a valid property. The first time you set the property, you must create the property and append it to the **Properties** collection of the object to which it applies. Once the property is in the **Properties** collection, it can be set in the same manner as any DAO property.
@@ -41,34 +41,30 @@ When writing procedures to set properties defined by Microsoft Access, you shoul
Keep in mind that when you create the property, you must correctly specify its **Type** property before you append it to the **Properties** collection. You can determine the **Type** property based on the information in the Settings section of the Help topic for the individual property. The following table provides some guidelines for determining the setting of the **Type** property.
-
-
-|**If the property setting is**|**Then the Type property setting should be**|
+|**If the property setting is**|**The Type property setting should be**|
|:-----|:-----|
|A string|**dbText**|
|**True** / **False**|**dbBoolean**|
|An integer|**dbInteger**|
-The following table lists some Microsoft Access-defined properties that apply to DAO objects.
-
+
+The following table lists some Microsoft Access-defined properties that apply to DAO objects.
|**DAO object**|**Microsoft Access-defined properties**|
|:-----|:-----|
|**Database**|**AppTitle**, **AppIcon**, **StartupShowDBWindow**, **StartupShowStatusBar**, **AllowShortcutMenus**, **AllowFullMenus**, **AllowBuiltInToolbars**, **AllowToolbarChanges**, **AllowBreakIntoCode**, **AllowSpecialKeys**, **Replicable**, **ReplicationConflictFunction**|
-|SummaryInfo **Container**|**Title**, **Subject**, **Author**, **Manager**, **Company**, **Category**, **Keywords**, **Comments**, **Hyperlink Base** (See the **Summary** tab of the ** _DatabaseName_ Properties** dialog box, available by clicking **Database Properties** on the **File** menu.)|
-|UserDefined **Container**|(See the **Summary** tab of the ** _DatabaseName_ Properties** dialog box, available by clicking **Database Properties** on the **File** menu.)|
+|SummaryInfo **Container**|**Title**, **Subject**, **Author**, **Manager**, **Company**, **Category**, **Keywords**, **Comments**, **Hyperlink Base** (See the **Summary** tab of the **_DatabaseName_ Properties** dialog box, available by selecting **Database Properties** on the **File** menu.)|
+|UserDefined **Container**|(See the **Summary** tab of the **_DatabaseName_ Properties** dialog box, available by selecting **Database Properties** on the **File** menu.)|
|**TableDef**|**DatasheetBackColor**, **DatasheetCellsEffect**, **DatasheetFontHeight**, **DatasheetFontItalic**, **DatasheetFontName**, **DatasheetFontUnderline**, **DatasheetFontWeight**, **DatasheetForeColor**, **DatasheetGridlinesBehavior**, **DatasheetGridlinesColor**, **Description**, **FrozenColumns**, **RowHeight**, **ShowGrid**|
|**QueryDef**|**DatasheetBackColor**, **DatasheetCellsEffect**, **DatasheetFontHeight**, **DatasheetFontItalic**, **DatasheetFontName**, **DatasheetFontUnderline**, **DatasheetFontWeight**, **DatasheetForeColor**, **DatasheetGridlinesBehavior**, **DatasheetGridlinesColor**, **Description**, **FailOnError**, **FrozenColumns**, **LogMessages**, **MaxRecords**, **RecordLocks**, **RowHeight**, **ShowGrid, UseTransaction**|
|**Field**|**Caption**, **ColumnHidden**, **ColumnOrder**, **ColumnWidth**, **DecimalPlaces**, **Description**, **Format**, **InputMask**|
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
-- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
-- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
+
diff --git a/access/Concepts/Data-Access-Objects/sort-data-in-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/sort-data-in-a-dao-recordset.md
index 65fd2e75b13..17b3e05fb78 100644
--- a/access/Concepts/Data-Access-Objects/sort-data-in-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/sort-data-in-a-dao-recordset.md
@@ -1,20 +1,20 @@
---
-title: Sort Data in a DAO Recordset
+title: Sort data in a DAO Recordset
ms.prod: access
ms.assetid: 900b0b00-34f5-dba6-5386-34360cee95a0
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Sort Data in a DAO Recordset
+# Sort data in a DAO Recordset
-Unless you open a table-type **[Recordset](../../../api/overview/Access.md)** object and set its **Index** property, you cannot be sure that records will appear in any specific order. However, you usually want to retrieve records in a specific order. For example, you may want to view invoices arranged by increasing invoice number, or retrieve employee records in alphabetical order by their last names. To see records in a specific order, sort them.
+Unless you open a table-type **[Recordset](../../../api/overview/Access.md)** object and set its **Index** property, you cannot be sure that records will appear in any specific order. However, you usually want to retrieve records in a specific order. For example, you may want to view invoices arranged by increasing invoice number, or retrieve employee records in alphabetical order by their last names. To see records in a specific order, sort them.
-To sort data in a **Recordset** object that is not a table, use an SQL ORDER BY clause in the query that constructs the **Recordset**. You can specify an SQL string when you create a **[QueryDef](../../../api/overview/Access.md)** object, when you create a stored query in a database, or when you use the **[OpenRecordset](../../../api/overview/Access.md)** method.
+To sort data in a **Recordset** object that is not a table, use an SQL ORDER BY clause in the query that constructs the **Recordset**. You can specify an SQL string when you create a **[QueryDef](../../../api/overview/Access.md)** object, when you create a stored query in a database, or when you use the **[OpenRecordset](../../../api/overview/Access.md)** method.
-You can also filter data, which means you restrict the result set returned by a query to records that meet some criteria. With any type of **OpenRecordset** object, use an SQL WHERE clause in the original query to filter data.
+You can also filter data, which means you restrict the result set returned by a query to records that meet some criteria. With any type of **OpenRecordset** object, use an SQL WHERE clause in the original query to filter data.
-The following code example opens a dynaset-type **Recordset** object, and uses an SQL statement to retrieve, filter, and sort records.
+The following code example opens a dynaset-type **Recordset** object, and uses an SQL statement to retrieve, filter, and sort records.
@@ -29,7 +29,7 @@ Set rstManagers = dbsNorthwind.OpenRecordset("SELECT FirstName, " & _
```
-One limitation of running an SQL query in an **OpenRecordset** method is that it has to be recompiled every time you run it. If this query is used frequently, you can improve performance by first creating a stored query using the same SQL statement, and then opening a **Recordset** object against the query, as shown in the following code example.
+One limitation of running an SQL query in an **OpenRecordset** method is that it has to be recompiled every time you run it. If this query is used frequently, you can improve performance by first creating a stored query using the same SQL statement, and then opening a **Recordset** object against the query, as shown in the following code example.
diff --git a/access/Concepts/Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md b/access/Concepts/Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md
index 2b7e311e3f5..623f8c4c54b 100644
--- a/access/Concepts/Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md
+++ b/access/Concepts/Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md
@@ -1,14 +1,16 @@
---
-title: Synchronize a DAO Recordset's Record with a Form's Current Record
+title: Synchronize a DAO Recordset's record with a form's current record
ms.prod: access
ms.assetid: 2960dd7d-4c60-4148-ef58-dd44f1042851
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Synchronize a DAO Recordset's Record with a Form's Current Record
+# Synchronize a DAO Recordset's record with a form's current record
-The following code example uses the **[RecordsetClone](../../../api/Access.Form.RecordsetClone.md)** property and the **[Recordset](../../../api/overview/Access.md)** object to synchronize a recordset's record with the form's current record. When a company name is selected from a combo box, the **[FindFirst](../../../api/overview/Access.md)** method is used to locate the record for that company and the **Recordset** object's **[Bookmark](../../../api/overview/Access.md)** property is assigned to the form's **[Bookmark](../../../api/Access.Form.Bookmark.md)** property, causing the form to display the found record.
+The following code example uses the **[RecordsetClone](../../../api/Access.Form.RecordsetClone.md)** property and the **[Recordset](../../../api/overview/Access.md)** object to synchronize a recordset's record with the form's current record.
+
+When a company name is selected from a combo box, the **[FindFirst](../../../api/overview/Access.md)** method is used to locate the record for that company, and the **Recordset** object's **[Bookmark](../../../api/overview/Access.md)** property is assigned to the form's **[Bookmark](../../../api/Access.Form.Bookmark.md)** property, causing the form to display the found record.
```vb
diff --git a/access/Concepts/Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md b/access/Concepts/Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md
index b50b03e47fc..86d94f8cf22 100644
--- a/access/Concepts/Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md
@@ -1,16 +1,16 @@
---
-title: Track Design Changes to a Table-Type DAO Recordset
+title: Track design changes to a table-type DAO Recordset
ms.prod: access
ms.assetid: 540bfd6d-14f1-e0a2-8a2e-e09cb1a31d52
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Track Design Changes to a Table-Type DAO Recordset
+# Track design changes to a table-type DAO Recordset
-You may need to determine when the underlying **[TableDef](../../../api/overview/Access.md)** object of a table-type **[Recordset](../../../api/overview/Access.md)** was created, or the last time it was modified. The **[DateCreated](../../../api/overview/Access.md)** and **[LastUpdated](../../../api/overview/Access.md)** properties, respectively, give you this information. Both properties return the date stamp applied to the table by the machine on which the table resided at the time it was stamped. These properties are updated only when the table's design changes; they are not affected by changes to records in the table.
+You may need to determine when the underlying **[TableDef](../../../api/overview/Access.md)** object of a table-type **[Recordset](../../../api/overview/Access.md)** was created, or the last time it was modified. The **[DateCreated](../../../api/overview/Access.md)** and **[LastUpdated](../../../api/overview/Access.md)** properties, respectively, give you this information. Both properties return the date stamp applied to the table by the machine on which the table resided at the time it was stamped. These properties are updated only when the table's design changes; they are not affected by changes to records in the table.
-The following code example shows the **DateCreated** and **LastUpdated** properties by adding a new **[Field](../../../api/overview/Access.md)** to an existing **TableDef** and by creating a new **TableDef**. The **DateOutput** function is required for this procedure to run.
+The following code example shows the **DateCreated** and **LastUpdated** properties by adding a new **[Field](../../../api/overview/Access.md)** to an existing **TableDef** and by creating a new **TableDef**. The **DateOutput** function is required for this procedure to run.
diff --git a/access/Concepts/Data-Access-Objects/use-transactions-in-a-dao-recordset.md b/access/Concepts/Data-Access-Objects/use-transactions-in-a-dao-recordset.md
index 12541085593..af49a47eb2e 100644
--- a/access/Concepts/Data-Access-Objects/use-transactions-in-a-dao-recordset.md
+++ b/access/Concepts/Data-Access-Objects/use-transactions-in-a-dao-recordset.md
@@ -1,12 +1,12 @@
---
-title: Use Transactions in a DAO Recordset
+title: Use transactions in a DAO Recordset
ms.prod: access
ms.assetid: 7d565770-37b6-5650-c998-9ff3b30d54cb
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Use Transactions in a DAO Recordset
+# Use transactions in a DAO Recordset
A transaction is a set of operations bundled together and handled as a single unit of work. The work in a transaction must be completed as a whole; if any part of the transaction fails, the entire transaction fails. Transactions offer the developer the ability to enforce data integrity. With multiple database operations bundled into a single unit that must succeed or fail as a whole, the database cannot reach an inconsistent state. Transactions are common to most database management systems.
@@ -14,11 +14,12 @@ The most common example of transaction processing involves a bank's automated te
You should consider using transactions if you want to make sure that each operation in a group of operations is successful before all operations are committed. Keep in mind that all transactions are invisible to other transactions. That is, no transaction can see another transaction's updates to the database until the transaction is committed.
+> [!NOTE]
+> The behavior of transactions with Access databases differs from the behavior of ODBC data sources, such as SQL Server. For example, if a database is connected to a file server, and the file server stops before a transaction has had time to commit its changes, then your database could be left in an inconsistent state. If you require true transaction support with respect to durability, you should investigate using a client/server architecture.
- **Note** The behavior of transactions with Access databases differs from the behavior of ODBC data sources, such as SQL Server. For example, if a database is connected to a file server, and the file server stops before a transaction has had time to commit its changes, then your database could be left in an inconsistent state. If you require true transaction support with respect to durability, you should investigate using a client/server architecture.
+The Access databse engine supports transactions through the DAO **[BeginTrans](../../../api/overview/Access.md)**, **[CommitTrans](../../../api/overview/Access.md)**, and **[Rollback](../../../api/overview/Access.md)** methods of the **[Workspace](../../../api/overview/Access.md)** object.
-The Access databse engine supports transactions through the DAO **[BeginTrans](../../../api/overview/Access.md)**, **[CommitTrans](../../../api/overview/Access.md)**, and **[Rollback](../../../api/overview/Access.md)** methods of the **[Workspace](../../../api/overview/Access.md)** object.
-The following code example changes the job title of all sales representatives in the Employees table. After the **BeginTrans** method starts a transaction that isolates all of the changes made to the Employees table, the **CommitTrans** method saves the changes. Be aware that you can use the **Rollback** method to undo changes that you saved with the **[Update](../../../api/overview/Access.md)** method.
+The following code example changes the job title of all sales representatives in the Employees table. After the **BeginTrans** method starts a transaction that isolates all of the changes made to the Employees table, the **CommitTrans** method saves the changes. Be aware that you can use the **Rollback** method to undo changes that you saved with the **[Update](../../../api/overview/Access.md)** method.
@@ -66,6 +67,7 @@ ErrorHandler:
End Sub
```
-When you use transactions, all databases and **[Recordset](../../../api/overview/Access.md)** objects in the specified **Workspace** object are affected; transactions are global to the workspace, not to a specific database or **Recordset**. If you perform operations on more than one database or within a workspace transaction, the **Commit** and **Rollback** methods affect all the objects changed within that workspace during the transaction.
-You can also use the **[BeginTrans](../../../api/overview/Access.md)**, **[CommitTrans](../../../api/overview/Access.md)**, and **[Rollback](../../../api/overview/Access.md)** methods with the **[DBEngine](../../../api/overview/Access.md)** object. In this case, the transaction is applied to the default workspace, which is `DBEngine.Workspaces(0)`.
+When you use transactions, all databases and **[Recordset](../../../api/overview/Access.md)** objects in the specified **Workspace** object are affected; transactions are global to the workspace, not to a specific database or **Recordset**. If you perform operations on more than one database or within a workspace transaction, the **Commit** and **Rollback** methods affect all the objects changed within that workspace during the transaction.
+
+You can also use the **[BeginTrans](../../../api/overview/Access.md)**, **[CommitTrans](../../../api/overview/Access.md)**, and **[Rollback](../../../api/overview/Access.md)** methods with the **[DBEngine](../../../api/overview/Access.md)** object. In this case, the transaction is applied to the default workspace, which is `DBEngine.Workspaces(0)`.
diff --git a/access/Concepts/Data-Access-Objects/work-with-attachments-in-dao.md b/access/Concepts/Data-Access-Objects/work-with-attachments-in-dao.md
index d495d69d439..c73fa206f0d 100644
--- a/access/Concepts/Data-Access-Objects/work-with-attachments-in-dao.md
+++ b/access/Concepts/Data-Access-Objects/work-with-attachments-in-dao.md
@@ -1,31 +1,29 @@
---
-title: Work With Attachments In DAO
+title: Work with attachments in DAO
ms.prod: access
ms.assetid: e175a47a-4d97-b93b-c152-809314ac5ba0
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Work With Attachments In DAO
+# Work with attachments in DAO
-In DAO, Attachment fields function just like other multi-valued fields. The field that contains the attachment contains a recordset that is a child to the table's recordset. There are two new DAO methods, **[LoadFromFile](../../../api/overview/Access.md)** and **[SaveToFile](../../../api/overview/Access.md)**, that deal exclusively with attachments.
+In DAO, Attachment fields function just like other multi-valued fields. The field that contains the attachment contains a recordset that is a child to the table's recordset. There are two new DAO methods, **[LoadFromFile](../../../api/overview/Access.md)** and **[SaveToFile](../../../api/overview/Access.md)**, that deal exclusively with attachments.
-## Add an Attachment to a Record
+## Add an attachment to a record
-The **LoadFromFile** method loads a file from disk and adds the file as an attachment to the specified record. The following code example shows the syntax of the **LoadFromFile** method.
+The **LoadFromFile** method loads a file from disk and adds the file as an attachment to the specified record. The following code example shows the syntax of the **LoadFromFile** method.
```vb
Recordset.Fields("FileData").LoadFromFile()
```
+> [!NOTE]
+> The **FileData** field is reserved internally by the Access database engine to store the binary attachment data.
- **Note** The **FileData** field is reserved internally by the Access database engine to store the binary attachment data.
-
-The following code example uses the **LoadFromFile** method to load an employee's picture from disk.
-
-
+The following code example uses the **LoadFromFile** method to load an employee's picture from disk.
```vb
@@ -51,9 +49,9 @@ The following code example uses the **LoadFromFile** method to load an employee
```
-## Save an Attachment to Disk
+## Save an attachment to disk
-The following code example shows how to use the **SaveToFile** method to save all of the attachments for a specific employee to disk.
+The following code example shows how to use the **SaveToFile** method to save all of the attachments for a specific employee to disk.
```vb
diff --git a/access/Concepts/Date-Time/calculate-age.md b/access/Concepts/Date-Time/calculate-age.md
index ccf713d5603..1daae0c7a22 100644
--- a/access/Concepts/Date-Time/calculate-age.md
+++ b/access/Concepts/Date-Time/calculate-age.md
@@ -1,19 +1,17 @@
---
-title: Calculate Age
+title: Calculate age
ms.prod: access
ms.assetid: 4afca7f2-9864-6300-79c4-c4e251b0b66d
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Calculate Age
+# Calculate age
-Access does not include a function that will calculate the age of a person or thing based on a given date. This topic contains Visual Basic for Applications (VBA) code for two custom functions, **Age** and **AgeMonths**, that will calculate age based on a given date.
+Access does not include a function that will calculate the age of a person or thing based on a given date. This topic contains Visual Basic for Applications (VBA) code for two custom functions, **Age** and **AgeMonths**, that will calculate age based on a given date.
The following function calculates age in years from a given date to today's date.
-
-
```vb
Function Age (varBirthDate As Variant) As Integer
Dim varAge As Variant
@@ -31,8 +29,6 @@ The following function calculates age in years from a given date to today's date
The following function calculates the number of months that have transpired since the last month supplied by the given date. If the given date is a birthday, the function returns the number of months since the last birthday.
-
-
```vb
Function AgeMonths(ByVal StartDate As String) As Integer
Dim tAge As Double
diff --git a/access/Concepts/Date-Time/calculate-and-display-specific-date-values.md b/access/Concepts/Date-Time/calculate-and-display-specific-date-values.md
index 8a1eab93671..87c938a8dcf 100644
--- a/access/Concepts/Date-Time/calculate-and-display-specific-date-values.md
+++ b/access/Concepts/Date-Time/calculate-and-display-specific-date-values.md
@@ -1,101 +1,72 @@
---
-title: Calculate and Display Specific Date Values
+title: Calculate and display specific date values
+description: Create expressions and custom functions for displaying specific dates and calculating time intervals.
ms.prod: access
ms.assetid: ba8c8404-fbe9-d7ef-57bb-17631ec8fb4c
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Calculate and Display Specific Date Values
+# Calculate and display specific date values
Because a Date value is stored as a double-precision number, you may receive incorrect formatting results when you try to manipulate Date values in an expression. This topic illustrates how to create expressions and custom functions for displaying specific dates and calculating time intervals.
-## Displaying Specific Dates
-
-The current month:
-
+#### Current month
```vb
DateSerial(Year(Date()), Month(Date()), 1)
```
-The next month:
-
-
-
+#### Next month
```vb
DateSerial(Year(Date()), Month(Date()) + 1, 1)
```
-The last day of the current month:
-
-
-
+#### Last day of the current month
```vb
DateSerial(Year(Date()), Month(Date()) + 1, 0)
```
-The last day of the next month:
-
-
-
+#### Last day of the next month
```vb
DateSerial(Year(Date()), Month(Date()) + 2, 0)
```
-The first day of the previous month:
-
-
-
+#### First day of the previous month
```vb
DateSerial(Year(Date()), Month(Date())-1,1)
```
-The last day of the previous month:
-
-
-
+#### Last day of the previous month
```vb
DateSerial(Year(Date()), Month(Date()),0)
```
-The first day of the current quarter:
-
-
-
+#### First day of the current quarter
```vb
DateSerial(Year(Date()), Int((Month(Date()) - 1) / 3) * 3 + 1, 1)
```
-The last day of the current quarter:
-
-
-
+#### Last day of the current quarter
```vb
DateSerial(Year(Date()), Int((Month(Date()) - 1) / 3) * 3 + 4, 0)
```
-The first day of the current week (assuming Sunday = day 1):
-
-
-
+#### First day of the current week (assuming Sunday = day 1)
```vb
Date() - WeekDay(Date()) + 1
```
-The last day of the current week:
-
-
-
+#### Last day of the current week
```vb
Date() - WeekDay(Date()) + 7
diff --git a/access/Concepts/Date-Time/calculate-elapsed-time.md b/access/Concepts/Date-Time/calculate-elapsed-time.md
index 84d80105bab..0207224a393 100644
--- a/access/Concepts/Date-Time/calculate-elapsed-time.md
+++ b/access/Concepts/Date-Time/calculate-elapsed-time.md
@@ -1,41 +1,37 @@
---
-title: Calculate Elapsed Time
+title: Calculate elapsed time
ms.prod: access
ms.assetid: 90e46152-6d97-0860-a414-a17cc8ba40cf
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Calculate Elapsed Time
+# Calculate elapsed time
This topic explains how Access stores the Date/Time data type and why you may receive unexpected results when you calculate or compare dates and times.
-## Storing Date/Time Data
+## Store Date/Time data
Access stores the Date/Time data type as a double-precision, floating-point number (up to 15 decimal places). The integer portion of the double-precision number represents the date; the decimal portion represents the time.
-Valid date values range from -647,434 (January 1, 100 A.D.) to 2,958,465 (December 31, 9999 A.D.). A date value of 0 represents December 30, 1899. Access stores dates prior to December 30, 1899 as negative numbers.
+Valid date values range from -647,434 (January 1, 100, A.D.) to 2,958,465 (December 31, 9999, A.D.). A date value of 0 represents December 30, 1899. Access stores dates prior to December 30, 1899, as negative numbers.
Valid time values range from .0 (00:00:00) to .99999 (23:59:59). The numeric value represents a fraction of one day. You can convert the numeric value into hours, minutes, and seconds by multiplying the numeric value by 24.
-||||||
+|**Double number**|**Date portion**|**Actual date**|**Time portion**|**Actual time**|
|:-----|:-----|:-----|:-----|:-----|
-|**Double Number**|**Date Portion**|**Actual Date**|**Time Portion**|**Actual Time**|
|1.0|1|December 31,1899 |.0|12:00:00 A.M.|
|2.5|2|January 1, 1900 |.5 |12:00:00 P.M.|
|27468.96875|27468|March 15, 1975 |.96875 |11:15:00 P.M.|
|33914.125 |33914|November 6, 1992|||
-## Calculating Time Data
+## Calculate time data
Because a time value is stored as a fraction of a 24-hour day, you may receive incorrect formatting results when you calculate time intervals greater than 24 hours. To work around this behavior, you can create a user-defined function to ensure that time intervals are formatted correctly.
-The following procedure illustrates how to use the **Format** function to format time intervals. The procedure accepts two time values and prints their the interval between them to the Immediate window in several different formats.
-
-
-
+The following procedure illustrates how to use the **Format** function to format time intervals. The procedure accepts two time values and prints their the interval between them to the Immediate window in several different formats.
```vb
Function ElapsedTime(endTime As Date, startTime As Date)
@@ -69,31 +65,26 @@ End Function
```
-## Comparing Date Data
+## Compare date data
-Because dates and times are stored together as double-precision numbers, you may receive unexpected results when you compare Date/Time data. For example, if you type the following expression in the Immediate window , you receive a **False** (0) result even if today's date is 7/11/2006:
+Because dates and times are stored together as double-precision numbers, you may receive unexpected results when you compare Date/Time data. For example, if you type the following expression in the Immediate window , you receive a **False** (0) result even if today's date is 7/11/2006:
```vb
? Now()=DateValue("7/11/2006")
```
-The **[Now](../../../language/reference/User-Interface-Help/now-function.md)** function returns a double-precision number representing the current date and time. However, the **[DateValue](../../../language/reference/User-Interface-Help/datevalue-function.md)** function returns an integer number representing the date but not a fractional time value. As a result, **Now** equals **DateValue** only when **Now** returns a time of 00:00:00 (12:00:00 A.M.).
+The **[Now](../../../language/reference/User-Interface-Help/now-function.md)** function returns a double-precision number representing the current date and time. However, the **[DateValue](../../../language/reference/User-Interface-Help/datevalue-function.md)** function returns an integer number representing the date but not a fractional time value. As a result, **Now** equals **DateValue** only when **Now** returns a time of 00:00:00 (12:00:00 A.M.).
To receive accurate results when you compare date values, use one of the following functions. To test each function, type it in the Immediate window, substitute the current date for 7/11/2006, and then press ENTER:
-To return an integer value, use the **[Date](../../../language/reference/User-Interface-Help/date-function.md)** function:
-
-
-
+To return an integer value, use the **[Date](../../../language/reference/User-Interface-Help/date-function.md)** function:
```vb
?Date()=DateValue("7/11/2006")
```
-To remove the fractional portion of the **Now** function, use the **[Int](../../../language/reference/User-Interface-Help/int-fix-functions.md)** function:
-
-
+To remove the fractional portion of the **Now** function, use the **[Int](../../../language/reference/User-Interface-Help/int-fix-functions.md)** function:
```vb
@@ -101,9 +92,9 @@ To remove the fractional portion of the **Now** function, use the **[Int](../..
```
-## Comparing Time Data
+## Compare time data
-When you compare time values, you may receive inconsistent results because a time value is stored as the fractional portion of a double-precision, floating-point number. For example, if you type the following expression in the Immediate window, you receive a **False** (0) result even though the two time values look the same:
+When you compare time values, you may receive inconsistent results because a time value is stored as the fractional portion of a double-precision, floating-point number. For example, if you type the following expression in the Immediate window, you receive a **False** (0) result even though the two time values look the same:
```vb
@@ -112,25 +103,19 @@ var2 = DateAdd("n", 10, var1)
? var2 = #2:11:00 PM#
```
-When Access converts a time value to a fraction, the calculated result may not be the exact equivalent of the time value. The small difference caused by the calculation is enough to produce a **False** (0) result when you compare a stored value to a constant value.
+When Access converts a time value to a fraction, the calculated result may not be the exact equivalent of the time value. The small difference caused by the calculation is enough to produce a **False** (0) result when you compare a stored value to a constant value.
To receive accurate results when you compare time values, use one of the following methods. To test each method, type it in the Immediate window, and then press ENTER:
Add an associated date to the time comparison:
-
-
-
```vb
var1 = #7/11/2006 2:00:00 PM#
var2 = DateAdd("n", 10, var1)
? var2 = #7/11/2006 2:10:00 PM#
```
-Convert the time values to **String** data types before you compare them:
-
-
-
+Convert the time values to **String** data types before you compare them:
```vb
var1 = #2:00:00 PM#
@@ -138,10 +123,7 @@ var2 = DateAdd("n", 10, var1)
? CStr(var2) = CStr(#2:10:00 PM#)
```
-Use the **[DateDiff](../../../language/reference/User-Interface-Help/datediff-function.md)** function to compare precise units such as seconds:
-
-
-
+Use the **[DateDiff](../../../language/reference/User-Interface-Help/datediff-function.md)** function to compare precise units such as seconds:
```vb
var1 = #2:00:00 PM#
@@ -149,16 +131,21 @@ var2 = DateAdd("n", 10, var1)
? DateDiff("s", var2, #2:10:00 PM#) = 0
```
- **Link provided by:**
- The[UtterAccess](https://www.utteraccess.com) community
+### About the contributors
+
+**Link provided by**  the [UtterAccess](https://www.utteraccess.com) community.
- [Summing elapsed time that could go over 24 hours](https://www.utteraccess.com/wiki/index.php/Summing_elapsed_time_that_could_go_over_24_hours)
-
-## About the Contributors
-
+UtterAccess is the premier Microsoft Access wiki and help forum.
+
+## See also
-UtterAccess is the premier Microsoft Access wiki and help forum. Click here to join.
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Date-Time/find-the-number-of-working-days-between-two-dates.md b/access/Concepts/Date-Time/find-the-number-of-working-days-between-two-dates.md
index 9c56b731f48..e5dbfbdf061 100644
--- a/access/Concepts/Date-Time/find-the-number-of-working-days-between-two-dates.md
+++ b/access/Concepts/Date-Time/find-the-number-of-working-days-between-two-dates.md
@@ -1,17 +1,17 @@
---
-title: Find the Number of Working Days Between Two Dates
+title: Find the number of working days between two dates
ms.prod: access
ms.assetid: 2831d409-1b10-06ef-54ec-9c3386e70021
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Find the Number of Working Days Between Two Dates
+# Find the number of working days between two dates
Access does not have a built-in function to determine the number of working days between two dates. The following user-defined function illustrates how to calculate the number of working days between two dates.
-
- **Note** This function does not account for holidays.
+> [!NOTE]
+> This function does not account for holidays.
```vb
diff --git a/access/Concepts/Date-Time/format-dates-as-u-s-dates-regardless-of-regional-settings.md b/access/Concepts/Date-Time/format-dates-as-u-s-dates-regardless-of-regional-settings.md
index 400a151fb41..b3917e3fa4c 100644
--- a/access/Concepts/Date-Time/format-dates-as-u-s-dates-regardless-of-regional-settings.md
+++ b/access/Concepts/Date-Time/format-dates-as-u-s-dates-regardless-of-regional-settings.md
@@ -1,14 +1,14 @@
---
-title: Format Dates as U.S. Dates Regardless of Regional Settings
+title: Format dates as U.S. dates regardless of regional settings
ms.prod: access
ms.assetid: d2e9121d-d950-0f63-9a28-53613a205465
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Format Dates as U.S. Dates Regardless of Regional Settings
+# Format dates as U.S. dates regardless of regional settings
-When you use Visual Basic for Applications (VBA) to concatenate dates into an SQL string, you must use a standard U.S. date format, regardless of the region that you have set in the **Regional Settings** tool in **Control Panel**. This topic contains a custom function that will convert any date into a U.S. date format.
+When you use Visual Basic for Applications (VBA) to concatenate dates into an SQL string, you must use a standard U.S. date format, regardless of the region that you have set in the **Regional Settings** tool in **Control Panel**. This topic contains a custom function that will convert any date into a U.S. date format.
```vb
diff --git a/access/Concepts/Date-Time/specify-date-and-time-in-criteria-expressions.md b/access/Concepts/Date-Time/specify-date-and-time-in-criteria-expressions.md
index 694dfd37d56..49d93fbd7e2 100644
--- a/access/Concepts/Date-Time/specify-date-and-time-in-criteria-expressions.md
+++ b/access/Concepts/Date-Time/specify-date-and-time-in-criteria-expressions.md
@@ -1,20 +1,19 @@
---
-title: Specify Date and Time in Criteria Expressions
+title: Specify date and time in criteria expressions
ms.prod: access
ms.assetid: 749379e7-5fbe-3371-a780-ca7915d8de43
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Specify Date and Time in Criteria Expressions
+# Specify date and time in criteria expressions
To specify date or time criteria for an operation, you supply a date or time value as part of the string expression that forms the _criteria_ argument. This value must be enclosed in number signs (#).
+> [!NOTE]
+> The number signs indicate to Access that the _criteria_ argument contains a date or time within a string.
- **Note** The number signs indicate to Access that the _criteria_ argument contains a date or time within a string.
-
-
-Suppose that you are creating a filter for an Employees form to display records for all employees born on or after October 1, 1960. You could construct the _criteria_ argument for the form's **[Filter](../../../api/Access.Form.Filter(property).md)** or **[ServerFilter](../../../api/Access.Form.ServerFilter.md)** property, as shown in the following example. Note the format of the string expression - including the number signs - for the date to filter on.
+Suppose that you are creating a filter for an Employees form to display records for all employees born on or after October 1, 1960. You could construct the _criteria_ argument for the form's **[Filter](../../../api/Access.Form.Filter(property).md)** or **[ServerFilter](../../../api/Access.Form.ServerFilter.md)** property, as shown in the following example. Note the format of the string expression—including the number signs—for the date to filter on.
```vb
Forms!Employees.Filter = "[BirthDate] >= #10/1/1960#"
diff --git a/access/Concepts/Error-Codes/comparison-of-data-types.md b/access/Concepts/Error-Codes/comparison-of-data-types.md
index 822e765fc5b..635ffe7f355 100644
--- a/access/Concepts/Error-Codes/comparison-of-data-types.md
+++ b/access/Concepts/Error-Codes/comparison-of-data-types.md
@@ -1,19 +1,25 @@
---
-title: Comparison of Data Types
+title: Comparison of data types
keywords: vbaac10.chm5186571
f1_keywords:
- vbaac10.chm5186571
ms.prod: access
ms.assetid: b1e954f8-e407-ae13-e3d9-a24d3502290a
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Comparison of Data Types
+# Comparison of data types
-The Access database engine recognizes several overlapping sets of data types. In Access, there are four different contexts in which you may need to specify a data type — in table Design view, in the **Query Parameters** dialog box, in Visual Basic, and in SQL view in a query.
+The Access database engine recognizes several overlapping sets of data types. In Access, there are four different contexts in which you may need to specify a data type—in table Design view, in the **Query Parameters** dialog box, in Visual Basic, and in SQL view in a query.
-The following table compares the five sets of data types that correspond to each context. The first column lists the **Type** property settings available in table Design view and the five **FieldSize** property settings for the Number data type. The second column lists the corresponding query parameter data types available for designing parameter queries in the **Query Parameters** dialog box. The third column lists the corresponding Visual Basic data types. The fourth column lists ADO **Field** object data types. The fifth column lists the corresponding Jet database engine SQL data types defined by the Access database engine along with their valid synonyms.
+The following table compares the five sets of data types that correspond to each context.
+
+- The first column lists the **Type** property settings available in table Design view and the five **FieldSize** property settings for the Number data type.
+- The second column lists the corresponding query parameter data types available for designing parameter queries in the **Query Parameters** dialog box.
+- The third column lists the corresponding Visual Basic data types.
+- The fourth column lists ADO **Field** object data types.
+- The fifth column lists the corresponding Jet database engine SQL data types defined by the Access database engine along with their valid synonyms.
|**Table fields**|**Query parameters**|**Visual Basic**|**ADO Data Type property constants**|**Access database engine SQL and synonyms**|
@@ -35,7 +41,10 @@ The following table compares the five sets of data types that correspond to each
|Hyperlink|Memo|**String**|**adLongVarWChar**|LONGTEXT
(Synonyms: LONGCHAR, MEMO, NOTE)
|
| _Not supported_|Value|**Variant**|**adVariant**|VALUE (See Notes)|
-|**Note**|
-|:-----|
-|- Access itself doesn't use the BINARY data type. It's recognized only for use in queries on linked tables from other database products that support the BINARY data type.
- The INTEGER data type in the Access database engine SQL doesn't correspond to the **Integer** data type for table fields, query parameters, or Visual Basic. Instead, in SQL, the INTEGER data type corresponds to a **Long Integer** data type for table fields and query parameters and to a **Long** data type in Visual Basic.
- The VALUE reserved word doesn't represent a data type defined by the Access database engine. However, in Access or SQL queries, the VALUE reserved word can be considered a valid synonym for the Visual Basic **Variant** data type.
- If you are setting the data type for a DAO object in Visual Basic code, you must set the object's **Type** property.
|
+
+> [!NOTE]
+> - Access itself doesn't use the BINARY data type. It's recognized only for use in queries on linked tables from other database products that support the BINARY data type.
+> - The INTEGER data type in the Access database engine SQL doesn't correspond to the **Integer** data type for table fields, query parameters, or Visual Basic. Instead, in SQL, the INTEGER data type corresponds to a **Long Integer** data type for table fields and query parameters and to a **Long** data type in Visual Basic.
+> - The VALUE reserved word doesn't represent a data type defined by the Access database engine. However, in Access or SQL queries, the VALUE reserved word can be considered a valid synonym for the Visual Basic **Variant** data type.
+> - If you are setting the data type for a DAO object in Visual Basic code, you must set the object's **Type** property.
diff --git a/access/Concepts/Error-Codes/custom-methods-and-properties.md b/access/Concepts/Error-Codes/custom-methods-and-properties.md
index 18fe7ae494d..b7031a6527a 100644
--- a/access/Concepts/Error-Codes/custom-methods-and-properties.md
+++ b/access/Concepts/Error-Codes/custom-methods-and-properties.md
@@ -1,21 +1,21 @@
---
-title: Custom Methods and Properties
+title: Custom methods and properties
keywords: vbaac10.chm5187125
f1_keywords:
- vbaac10.chm5187125
ms.prod: access
ms.assetid: 2915eacb-240f-6876-0afb-1db038c4ecba
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Custom Methods and Properties
+# Custom methods and properties
You can use a class module to create a definition for a new custom object. When you create a new instance of a class, you create a new object and return a reference to it.
-Any public procedures defined within the class module become methods of the new object. The **Sub** statement defines a method that doesn't return a value; the **Function** statement defines a method that may return a value of a specified type.
+Any public procedures defined within the class module become methods of the new object. The **Sub** statement defines a method that doesn't return a value; the **Function** statement defines a method that may return a value of a specified type.
-Any **Property Let**, **Property Get** or **Property Set** procedures you define become properties of the new object. **Property Get** procedures retrieve the value of a property. **Property Let** procedures set the value of a nonobject property. **Property Set** procedures set the value of an object property.
+Any **Property Let**, **Property Get** or **Property Set** procedures you define become properties of the new object. **Property Get** procedures retrieve the value of a property. **Property Let** procedures set the value of a nonobject property. **Property Set** procedures set the value of an object property.
For example, you can use a class module to create an interface layer between your application and a set of Windows application programming interface (API) functions that it calls. To do this, you create a set of simple procedures that call more complicated procedures in a DLL. When you create an instance of this class, the procedures you've created become methods of the new object. You can apply these methods as you would the methods of any object, and in doing so you also call the API functions.
diff --git a/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md b/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md
index 00af136cb6e..4c730f4fbfc 100644
--- a/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md
+++ b/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md
@@ -1,40 +1,38 @@
---
-title: Elements of Run-Time Error Handling
+title: Elements of run-time error handling
keywords: vbaac10.chm5186924
f1_keywords:
- vbaac10.chm5186924
ms.prod: access
ms.assetid: a0e06a1e-2709-aa51-92d0-340788a31a8a
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Elements of Run-Time Error Handling
+# Elements of run-time error handling
-## Errors and Error Handling
+## Errors and error handling
When you're programming an application, you need to consider what happens when an error occurs. An error can occur in your application for one of two of reasons. First, some condition at the time the application is running makes otherwise valid code fail. For example, if your code attempts to open a table that the user has deleted, an error occurs. Second, your code may contain improper logic that prevents it from doing what you intended. For example, an error occurs if your code attempts to divide a value by zero.
If you've implemented no error handling, then Visual Basic halts execution and displays an error message when an error occurs in your code. The user of your application is likely to be confused and frustrated when this happens. You can forestall many problems by including thorough error-handling routines in your code to handle any error that may occur.
-When adding error handling to a procedure, you should consider how the procedure will route execution when an error occurs. The first step in routing execution to an error handler is to enable an error handler by including some form of the **On Error** statement within the procedure. The **On Error** statement directs execution in event of an error. If there's no **On Error** statement, Visual Basic simply halts execution and displays an error message when an error occurs.
+When adding error handling to a procedure, you should consider how the procedure will route execution when an error occurs. The first step in routing execution to an error handler is to enable an error handler by including some form of the **On Error** statement within the procedure. The **On Error** statement directs execution in event of an error. If there's no **On Error** statement, Visual Basic simply halts execution and displays an error message when an error occurs.
-When an error occurs in a procedure with an enabled error handler, Visual Basic doesn't display the normal error message. Instead it routes execution to an error handler, if one exists. When execution passes to an enabled error handler, that error handler becomes active. Within the active error handler, you can determine the type of error that occurred and address it in the manner that you choose. Access provides three objects that contain information about errors that have occurred, the ADO **Error** object, the Visual Basic[Err Object](../../../language/reference/User-Interface-Help/err-object.md) **Err** object, and the DAO **Error** object.
+When an error occurs in a procedure with an enabled error handler, Visual Basic doesn't display the normal error message. Instead it routes execution to an error handler, if one exists. When execution passes to an enabled error handler, that error handler becomes active. Within the active error handler, you can determine the type of error that occurred and address it in the manner that you choose. Access provides three objects that contain information about errors that have occurred, the ADO **Error** object, the Visual Basic **[Err](../../../language/reference/User-Interface-Help/err-object.md)** object, and the DAO **Error** object.
-## Routing Execution When an Error Occurs
+## Routing execution when an error occurs
-An error handler specifies what happens within a procedure when an error occurs. For example, you may want the procedure to end if a certain error occurs, or you may want to correct the condition that caused the error and resume execution. The **On Error** and **Resume** statements determine how execution proceeds in the event of an error.
+An error handler specifies what happens within a procedure when an error occurs. For example, you may want the procedure to end if a certain error occurs, or you may want to correct the condition that caused the error and resume execution. The **On Error** and **Resume** statements determine how execution proceeds in the event of an error.
- _The On Error Statement_
+### On Error statement
-The **On Error** statement enables or disables an error-handling routine. If an error-handling routine is enabled, execution passes to the error-handling routine when an error occurs.
-
-There are three forms of the **On Error** statement: **On Error GoTo** _label_, **On Error GoTo 0**, and **On Error Resume Next**. The **On Error GoTo** _label_ statement enables an error-handling routine, beginning with the line on which the statement is found. You should enable the error-handling routine before the first line at which an error could occur. When the error handler is active and an error occurs, execution passes to the line specified by the _label_ argument.
-
-The line specified by the _label_ argument should be the beginning of the error-handling routine. For example, the following procedure specifies that if an error occurs, execution passes to the line labeled :
+The **On Error** statement enables or disables an error-handling routine. If an error-handling routine is enabled, execution passes to the error-handling routine when an error occurs.
+There are three forms of the **On Error** statement: **On Error GoTo** _label_, **On Error GoTo 0**, and **On Error Resume Next**. The **On Error GoTo** _label_ statement enables an error-handling routine, beginning with the line on which the statement is found. You should enable the error-handling routine before the first line at which an error could occur. When the error handler is active and an error occurs, execution passes to the line specified by the _label_ argument.
+The line specified by the _label_ argument should be the beginning of the error-handling routine. For example, the following procedure specifies that if an error occurs, execution passes to the line labeled:
```vb
@@ -52,28 +50,25 @@ Error_MayCauseAnError:
End Function
```
-The **On Error GoTo 0** statement disables error handling within a procedure. It doesn't specify line 0 as the start of the error-handling code, even if the procedure contains a line numbered 0. If there's no **On Error GoTo 0** statement in your code, the error handler is automatically disabled when the procedure has run completely. The **On Error GoTo 0** statement resets the properties of the **Err** object, having the same effect as the **Clear** method of the **Err** object.
+The **On Error GoTo 0** statement disables error handling within a procedure. It doesn't specify line 0 as the start of the error-handling code, even if the procedure contains a line numbered 0. If there's no **On Error GoTo 0** statement in your code, the error handler is automatically disabled when the procedure has run completely. The **On Error GoTo 0** statement resets the properties of the **Err** object, having the same effect as the **Clear** method of the **Err** object.
-The **On Error Resume Next** statement ignores the line that causes an error and routes execution to the line following the line that caused the error. Execution isn't interrupted. You can use the **On Error Resume Next** statement if you want to check the properties of the **Err** object immediately after a line at which you anticipate an error will occur, and handle the error within the procedure rather than in an error handler.
+The **On Error Resume Next** statement ignores the line that causes an error and routes execution to the line following the line that caused the error. Execution isn't interrupted. You can use the **On Error Resume Next** statement if you want to check the properties of the **Err** object immediately after a line at which you anticipate an error will occur, and handle the error within the procedure rather than in an error handler.
- _The Resume Statement_
+### Resume statement
-The **Resume** statement directs execution back to the body of the procedure from within an error-handling routine. You can include a **Resume** statement within an error-handling routine if you want execution to continue at a particular point in a procedure. However, a **Resume** statement isn't necessary; you can also end the procedure after the error-handling routine.
+The **Resume** statement directs execution back to the body of the procedure from within an error-handling routine. You can include a **Resume** statement within an error-handling routine if you want execution to continue at a particular point in a procedure. However, a **Resume** statement isn't necessary; you can also end the procedure after the error-handling routine.
-There are three forms of the **Resume** statement. The **Resume** or **Resume 0** statement returns execution to the line at which the error occurred. The **Resume Next** statement returns execution to the line immediately following the line at which the error occurred. The **Resume** _label_ statement returns execution to the line specified by the _label_ argument. The _label_ argument must indicate either a line label or a line number.
+There are three forms of the **Resume** statement. The **Resume** or **Resume 0** statement returns execution to the line at which the error occurred. The **Resume Next** statement returns execution to the line immediately following the line at which the error occurred. The **Resume** _label_ statement returns execution to the line specified by the _label_ argument. The _label_ argument must indicate either a line label or a line number.
-You typically use the **Resume** or **Resume 0** statement when the user must make a correction. For example, if you prompt the user for the name of a table to open, and the user enters the name of a table that doesn't exist, you can prompt the user again and resume execution with the statement that caused the error.
+You typically use the **Resume** or **Resume 0** statement when the user must make a correction. For example, if you prompt the user for the name of a table to open, and the user enters the name of a table that doesn't exist, you can prompt the user again and resume execution with the statement that caused the error.
-You use the **Resume Next** statement when your code corrects for the error within an error handler, and you want to continue execution without rerunning the line that caused the error. You use the **Resume** _label_ statement when you want to continue execution at another point in the procedure, specified by the _label_ argument. For example, you might want to resume execution at an exit routine, as described in the following section.
+You use the **Resume Next** statement when your code corrects for the error within an error handler, and you want to continue execution without rerunning the line that caused the error. You use the **Resume** _label_ statement when you want to continue execution at another point in the procedure, specified by the _label_ argument. For example, you might want to resume execution at an exit routine, as described in the following section.
- _Exiting a Procedure_
+### Exiting a procedure
When you include an error-handling routine in a procedure, you should also include an exit routine, so that the error-handling routine will run only if an error occurs. You can specify an exit routine with a line label in the same way that you specify an error-handling routine.
-For example, you can add an exit routine to the example in the previous section. If an error doesn't occur, the exit routine runs after the body of the procedure. If an error occurs, then execution passes to the exit routine after the code in the error-handling routine has run. The exit routine contains an **Exit** statement.
-
-
-
+For example, you can add an exit routine to the example in the previous section. If an error doesn't occur, the exit routine runs after the body of the procedure. If an error occurs, then execution passes to the exit routine after the code in the error-handling routine has run. The exit routine contains an **Exit** statement.
```vb
Function MayCauseAnError()
@@ -95,11 +90,11 @@ Error_MayCauseAnError:
End Function
```
- _Handling Errors in Nested Procedures_
+### Handling errors in nested procedures
When an error occurs in a nested procedure that doesn't have an enabled error handler, Visual Basic searches backward through the calls list for an enabled error handler in another procedure, rather than simply halting execution. This provides your code with an opportunity to correct the error within another procedure. For example, suppose Procedure A calls Procedure B, and Procedure B calls Procedure C. If an error occurs in Procedure C and there's no enabled error handler, Visual Basic checks Procedure B, then Procedure A, for an enabled error handler. If one exists, execution passes to that error handler. If not, execution halts and an error message is displayed.
-Visual Basic also searches backward through the calls list for an enabled error handler when an error occurs within an active error handler. You can force Visual Basic to search backward through the calls list by raising an error within an active error handler with the **Raise** method of the **Err** object. This is useful for handling errors that you don't anticipate within an error handler. If an unanticipated error occurs, and you regenerate that error within the error handler, then execution passes back up the calls list to find another error handler, which may be set up to handle the error.
+Visual Basic also searches backward through the calls list for an enabled error handler when an error occurs within an active error handler. You can force Visual Basic to search backward through the calls list by raising an error within an active error handler with the **Raise** method of the **Err** object. This is useful for handling errors that you don't anticipate within an error handler. If an unanticipated error occurs, and you regenerate that error within the error handler, then execution passes back up the calls list to find another error handler, which may be set up to handle the error.
For example, suppose Procedure C has an enabled error handler, but the error handler doesn't correct for the error that has occurred. Once the error handler has checked for all the errors that you've anticipated, it can regenerate the original error. Execution then passes back up the calls list to the error handler in Procedure B, if one exists, providing an opportunity for this error handler to correct the error. If no error handler exists in Procedure B, or if it fails to correct for the error and regenerates it again, then execution passes to the error handler in Procedure A, assuming one exists.
@@ -107,39 +102,34 @@ To illustrate this concept in another way, suppose that you have a nested proced
In summary, Visual Basic searches back up the calls list for an enabled error handler if:
-
- An error occurs in a procedure that doesn't include an enabled error handler.
-- An error occurs within an active error handler. If you use the **Raise** method of the **Err** object to raise an error, you can force Visual Basic to search backward through the calls list for an enabled error handler.
+- An error occurs within an active error handler. If you use the **Raise** method of the **Err** object to raise an error, you can force Visual Basic to search backward through the calls list for an enabled error handler.
-## Getting Information About an Error
+## Getting information about an error
-Once execution has passed to the error-handling routine, your code must determine which error has occurred and address it. Visual Basic and Access provide several language elements that you can use to get information about a specific error. Each is suited to different types of errors. Since errors can occur in different parts of your application, you need to determine which to use in your code based on what errors you expect.
+After execution has passed to the error-handling routine, your code must determine which error has occurred and address it. Visual Basic and Access provide several language elements that you can use to get information about a specific error. Each is suited to different types of errors. Since errors can occur in different parts of your application, you need to determine which to use in your code based on what errors you expect.
The language elements available for error handling include:
-
-- The **Err** object.
+- **Err** object
-- The ADO **Error** object and **Errors** collection
+- ADO **Error** object and **Errors** collection
-- The DAO **Error** object and **Errors** collection.
+- DAO **Error** object and **Errors** collection
-- The **AccessError** method.
+- **AccessError** method
-- The **Error** event.
+- **Error** event
- _The Err Object_
-
-The **Err** object is provided by Visual Basic. When a Visual Basic error occurs, information about that error is stored in the **Err** object. The **Err** object maintains information about only one error at a time. When a new error occurs, the **Err** object is updated to include information about that error instead.
-
-To get information about a particular error, you can use the properties and methods of the **Err** object. The **Number** property is the default property of the **Err** object; it returns the identifying number of the error that occurred. The **Err** object's **Description** property returns the descriptive string associated with a Visual Basic error. The **Clear** method clears the current error information from the **Err** object. The **Raise** method generates a specific error and populates the properties of the **Err** object with information about that error.
-
-The following example shows how to use the **Err** object in a procedure that may cause a type mismatch error:
+### Err object
+The **Err** object is provided by Visual Basic. When a Visual Basic error occurs, information about that error is stored in the **Err** object. The **Err** object maintains information about only one error at a time. When a new error occurs, the **Err** object is updated to include information about that error instead.
+To get information about a particular error, you can use the properties and methods of the **Err** object. The **Number** property is the default property of the **Err** object; it returns the identifying number of the error that occurred. The **Err** object's **Description** property returns the descriptive string associated with a Visual Basic error. The **Clear** method clears the current error information from the **Err** object. The **Raise** method generates a specific error and populates the properties of the **Err** object with information about that error.
+The following example shows how to use the **Err** object in a procedure that may cause a type mismatch error:
```vb
Function MayCauseAnError()
@@ -172,38 +162,41 @@ Error_MayCauseAnError:
End Function
```
-Note that in the preceding example, the **Raise** method is used to regenerate the original error. If an error other than a type mismatch error occurs, execution will be passed back up the calls list to another enabled error handler, if one exists.
+Note that in the preceding example, the **Raise** method is used to regenerate the original error. If an error other than a type mismatch error occurs, execution will be passed back up the calls list to another enabled error handler, if one exists.
-The **Err** object provides you with all the information you need about Visual Basic errors. However, it doesn't give you complete information about Access errors or Access database engine errors. Access and Data Access Objects (DAO)) provide additional language elements to assist you with those errors.
+The **Err** object provides you with all the information you need about Visual Basic errors. However, it doesn't give you complete information about Access errors or Access database engine errors. Access and Data Access Objects (DAO)) provide additional language elements to assist you with those errors.
- _The Error Object and Errors Collection_
+### Error object and Errors collection
-The **Error** object and **Errors** collection are provided by ADO and DAO. The **Error** object represents an ADO or DAO error. A single ADO or DAO operation may cause several errors, especially if you are performing DAO ODBC operations. Each error that occurs during a particular data access operation has an associated **Error** object. All the **Error** objects associated with a particular ADO or DAO operation are stored in the **Errors** collection, the lowest-level error being the first object in the collection and the highest-level error being the last object in the collection.
+The **Error** object and **Errors** collection are provided by ADO and DAO. The **Error** object represents an ADO or DAO error. A single ADO or DAO operation may cause several errors, especially if you are performing DAO ODBC operations. Each error that occurs during a particular data access operation has an associated **Error** object. All the **Error** objects associated with a particular ADO or DAO operation are stored in the **Errors** collection, the lowest-level error being the first object in the collection and the highest-level error being the last object in the collection.
-When a ADO or DAO error occurs, the Visual Basic **Err** object contains the error number for the first object in the **Errors** collection. To determine whether additional ADO or DAO errors have occurred, check the **Errors** collection. The values of the ADO **Number** or DAO **Number** properties and the ADO **Description** or DAO **Description** properties of the first **Error** object in the **Errors** collection should match the values of the **Number** and **Description** properties of the Visual Basic **Err** object.
+When a ADO or DAO error occurs, the Visual Basic **Err** object contains the error number for the first object in the **Errors** collection. To determine whether additional ADO or DAO errors have occurred, check the **Errors** collection. The values of the ADO **Number** or DAO **Number** properties and the ADO **Description** or DAO **Description** properties of the first **Error** object in the **Errors** collection should match the values of the **Number** and **Description** properties of the Visual Basic **Err** object.
- _The AccessError Method_
+### AccessError method
-You can use the **Raise** method of the **Err** object to generate a Visual Basic error that hasn't actually occurred and determine the descriptive string associated with that error. However, you can't use the **Raise** method to generate a Access error, an ADO error, or a DAO error. To determine the descriptive string associated with an Access error, an ADO error, or a DAO error that hasn't actually occurred, use the **AccessError** method.
+You can use the **Raise** method of the **Err** object to generate a Visual Basic error that hasn't actually occurred and determine the descriptive string associated with that error. However, you can't use the **Raise** method to generate a Access error, an ADO error, or a DAO error. To determine the descriptive string associated with an Access error, an ADO error, or a DAO error that hasn't actually occurred, use the **AccessError** method.
- _The Error Event_
+### Error event
You can use the Error event to trap errors that occur on an Access form or report. For example, if a user tries to enter text in a field whose data type is Date/Time, the Error event occurs. If you add an Error event procedure to an Employees form, then try to enter a text value in the HireDate field, the Error event procedure runs.
-The Error event procedure takes an integer argument, DataErr. When an Error event procedure runs, the DataErr argument contains the number of the Access error that occurred. Checking the value of the DataErr argument within the event procedure is the only way to determine the number of the error that occurred. The **Err** object isn't populated with error information after the Error event occurs. You can use the value of the DataErr argument together with the **AccessError** method to determine the number of the error and its descriptive string.
+The Error event procedure takes an integer argument, DataErr. When an Error event procedure runs, the DataErr argument contains the number of the Access error that occurred. Checking the value of the DataErr argument within the event procedure is the only way to determine the number of the error that occurred. The **Err** object isn't populated with error information after the Error event occurs. You can use the value of the DataErr argument together with the **AccessError** method to determine the number of the error and its descriptive string.
+> [!NOTE]
+> The **Error** statement and **Error** function are provided for backward compatibility only. When writing new code, use the **Err** and **Error** objects, the **AccessError** function, and the Error event for getting information about an error.
- **Note** The **Error** statement and **Error** function are provided for backward compatibility only. When writing new code, use the **Err** and **Error** objects, the **AccessError** function, and the Error event for getting information about an error.
-
- **Link provided by:** The[UtterAccess](https://www.utteraccess.com) community
+### About the contributors
+**Link provided by**  the [UtterAccess](https://www.utteraccess.com) community.
- [Handling Access Errors with VBA](https://www.utteraccess.com/wiki/index.php/Error_Handling)
-
-
-## About the Contributors
-
-UtterAccess is the premier Microsoft Access wiki and help forum. Click here to join.
+UtterAccess is the premier Microsoft Access wiki and help forum.
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Error-Codes/error-trapping.md b/access/Concepts/Error-Codes/error-trapping.md
index eb9a3914e38..25d6b17b7d6 100644
--- a/access/Concepts/Error-Codes/error-trapping.md
+++ b/access/Concepts/Error-Codes/error-trapping.md
@@ -1,28 +1,23 @@
---
-title: Error Trapping
+title: Error trapping
keywords: vbaac10.chm5186626
f1_keywords:
- vbaac10.chm5186626
ms.prod: access
ms.assetid: 41d8de92-55ed-8537-eb31-6d72ba69c165
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Error Trapping
-
-You can use the **On Error GoTo** statement to trap errors and direct procedure flow to the location of error-handling statements within a procedure. For example, the following statement directs the flow to the label line:
+# Error trapping
+You can use the **On Error GoTo** statement to trap errors and direct procedure flow to the location of error-handling statements within a procedure. For example, the following statement directs the flow to the label line:
```vb
On Error GoTo ErrorHandler
```
-
-Be sure to give each error handler label in a procedure a unique name that will not conflict with any other element in the procedure, and make sure you append a colon to the name. Within the procedure, place the **Exit Sub** or **Exit Function** statement in front of the error handler label so that the procedure doesn't run the error-checking code if no error occurs.
-
-
-
+Be sure to give each error handler label in a procedure a unique name that will not conflict with any other element in the procedure, and make sure you append a colon to the name. Within the procedure, place the **Exit Sub** or **Exit Function** statement in front of the error handler label so that the procedure doesn't run the error-checking code if no error occurs.
```vb
Sub CausesAnError()
@@ -40,13 +35,12 @@ ErrorHandler:
End Sub
```
-The **Raise** method of the **Err** object generates the specified error. The **Number** property of the **Err** object returns the number corresponding to the most recent run-time error; the **Description** property returns the corresponding message text for a given error.
-
- **Note**
-
-* In versions 1.x and 2.0 of Access, you might have used the Error statement to generate the error, the Err function to return the error number, and the Error function to return a description of the error. Existing error-handling code that relies on the Error statement and the Error function will continue to work. However, it's better to use the Err object and its properties and methods when writing new code.
-
-* Versions 1.x and 2.0 of Access returned only one error for all Automation, (formerly called OLE Automation) errors. The COM component application that generated the error now returns the same error information that you would receive if you were working in that application. You may need to rewrite existing error-handling code to handle new Automation errors properly.
+The **Raise** method of the **Err** object generates the specified error. The **Number** property of the **Err** object returns the number corresponding to the most recent run-time error; the **Description** property returns the corresponding message text for a given error.
-* If you wish to return the descriptive string associated with a Access error or a Data Access Objects (DAO) error, but the error has not actually occurred in your code, you can use the AccessError method to return the string.
+> [!NOTE]
+> - In versions 1.x and 2.0 of Access, you might have used the Error statement to generate the error, the Err function to return the error number, and the Error function to return a description of the error. Existing error-handling code that relies on the Error statement and the Error function will continue to work. However, it's better to use the Err object and its properties and methods when writing new code.
+>
+> - Versions 1.x and 2.0 of Access returned only one error for all Automation, (formerly called OLE Automation) errors. The COM component application that generated the error now returns the same error information that you would receive if you were working in that application. You may need to rewrite existing error-handling code to handle new Automation errors properly.
+>
+> - If you wish to return the descriptive string associated with a Access error or a Data Access Objects (DAO) error, but the error has not actually occurred in your code, you can use the AccessError method to return the string.
diff --git a/access/Concepts/Error-Codes/improvements-in-compilation-performance.md b/access/Concepts/Error-Codes/improvements-in-compilation-performance.md
index d6f1459ee24..813e87506f3 100644
--- a/access/Concepts/Error-Codes/improvements-in-compilation-performance.md
+++ b/access/Concepts/Error-Codes/improvements-in-compilation-performance.md
@@ -1,29 +1,29 @@
---
-title: Improvements in Compilation Performance
+title: Improvements in compilation performance
keywords: vbaac10.chm5187335
f1_keywords:
- vbaac10.chm5187335
ms.prod: access
ms.assetid: 122a8429-ad31-4e4b-2f68-d9d07c1deeeb
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Improvements in Compilation Performance
+# Improvements in compilation performance
Access includes improvements to module loading and compilation performance to make your code compile and run faster.
-## Form and Report Modules Created on Demand
+## Form and report modules created on demand
-When you create a form or report in Access 2002 or later, the form or report doesn't automatically have an associated module. When you click **Code** on the toolbar to view the form's or report's module, the module is created. You can also create the module from Visual Basic by referring to the form's **[Module](../../../api/Access.Form.Module.md)** property while the form or report is in Design view, or by setting the **[HasModule](../../../api/Access.Form.HasModule.md)** property to **True**.
+When you create a form or report in Access 2002 or later, the form or report doesn't automatically have an associated module. When you click **Code** on the toolbar to view the form's or report's module, the module is created. You can also create the module from Visual Basic by referring to the form's **[Module](../../../api/Access.Form.Module.md)** property while the form or report is in Design view, or by setting the **[HasModule](../../../api/Access.Form.HasModule.md)** property to **True**.
-The setting of the **HasModule** property indicates whether a form or report currently has an associated module.
+The setting of the **HasModule** property indicates whether a form or report currently has an associated module.
Since a form or report module isn't created until you need to add code to it, your project may have fewer modules to compile, resulting in improved compilation performance. Also, forms and reports without modules load more quickly than those with modules.
-## Compiling on Demand
+## Compiling on demand
It's a good idea to explicitly compile the modules in your project by using the commands described above, but it's not necessary. Access compiles a module before running a procedure in it if the module hasn't already been compiled.
diff --git a/access/Concepts/Error-Codes/macro-actions-and-methods-of-the-docmd-object.md b/access/Concepts/Error-Codes/macro-actions-and-methods-of-the-docmd-object.md
index 75cfeee43ea..232806a1cf2 100644
--- a/access/Concepts/Error-Codes/macro-actions-and-methods-of-the-docmd-object.md
+++ b/access/Concepts/Error-Codes/macro-actions-and-methods-of-the-docmd-object.md
@@ -1,26 +1,26 @@
---
-title: Macro Actions and Methods of the DoCmd Object
+title: Macro actions and methods of the DoCmd object
keywords: vbaac10.chm5187441
f1_keywords:
- vbaac10.chm5187441
ms.prod: access
ms.assetid: aab25fbe-8ec3-5c45-dd70-a0e8c885406a
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Macro Actions and Methods of the DoCmd Object
+# Macro actions and methods of the DoCmd object
-To carry out macro actions from code in Access, use the [DoCmd](../../../api/Access.DoCmd.md)object and its methods. This object replaces the **DoCmd** statement that you used in versions 1. _x_ and 2.0 of Access to carry out a macro action.
+To carry out macro actions from code in Access, use the [DoCmd](../../../api/Access.DoCmd.md)object and its methods. This object replaces the **DoCmd** statement that you used in versions 1. _x_ and 2.0 of Access to carry out a macro action.
-When you convert a database, Access automatically converts any **DoCmd** statements and the actions that they carried out in your Access Basic code to methods of the **DoCmd** object by replacing the space with the . (dot) operator.
+When you convert a database, Access automatically converts any **DoCmd** statements and the actions that they carried out in your Access Basic code to methods of the **DoCmd** object by replacing the space with the . (dot) operator.
Some macro actions work differently in Access 9.0 and later than in version 1. _x_, 2.0, or 7.0; these differences are detailed below.
-## Databases Created with Access 95
+## Databases created with Access 95
- _The DoMenuItem Action_
+### DoMenuItem action
The DoMenuItem action is no longer used in Access. The RunCommand action can be used to accomplish the tasks for which you used to use the DoMenuItem action.
@@ -29,20 +29,20 @@ When you enable a database created with a prior version of Access, the DoMenuIte
When you convert a database created with a prior version of Access, all DoMenuItem actions in macros are replaced with RunCommand actions the first time that the macros are saved after conversion. DoMenuItem methods used in Visual Basic procedures aren't changed.
-## Databases Created with Access Version 1.
+## Databases created with Access version 1
- _The TransferSpreadsheet Action_
+### TransferSpreadsheet action
Access can't import Excel version 2.0 spreadsheets or Lotus 1-2-3 version 1.0 spreadsheets. If your converted database contains a macro that provided this functionality by using the TransferSpreadsheet action in Access version 1. _x_ or 2.0, converting the database will change the Spreadsheet Type argument to Excel version 3.0 (if you originally specified Excel version 2.0), or causes an error if you originally specified Lotus 1-2-3 version 1.0 format.
To work around this problem, convert the spreadsheets to a later version of Excel or Lotus 1-2-3 before importing them into Access.
- _The TransferText and TransferSpreadsheet Actions_
+### TransferText and TransferSpreadsheet actions
In Access, you can't use a SQL statement to specify data to export when you're using the TransferText action or the TransferSpreadsheet action. Instead of using a SQL statement, you must first create a query and then specify the name of the query in the Table Name argument.
- _Comparisons Involving Null Values_
+### Comparisons involving Null values
-In Access versions 1.x and 2.0, if you compare two expressions within a macro condition by using a comparison operator and one of the expressions is **Null**, Access Basic will return **True** or **False** for the comparison, depending on which comparison operator you use. In Access 2000 and later, Visual Basic returns **Null** for a comparison in which one expression is **Null**. To determine whether the comparison evaluates to **Null**, use the **IsNull** function to check the result of the comparison.
+In Access versions 1.x and 2.0, if you compare two expressions within a macro condition by using a comparison operator and one of the expressions is **Null**, Access Basic will return **True** or **False** for the comparison, depending on which comparison operator you use. In Access 2000 and later, Visual Basic returns **Null** for a comparison in which one expression is **Null**. To determine whether the comparison evaluates to **Null**, use the **IsNull** function to check the result of the comparison.
diff --git a/access/Concepts/Error-Codes/program-with-class-modules.md b/access/Concepts/Error-Codes/program-with-class-modules.md
index 18cd34fa32e..491426d5376 100644
--- a/access/Concepts/Error-Codes/program-with-class-modules.md
+++ b/access/Concepts/Error-Codes/program-with-class-modules.md
@@ -1,27 +1,23 @@
---
-title: Program with Class Modules
+title: Program with class modules
keywords: vbaac10.chm5187902
f1_keywords:
- vbaac10.chm5187902
ms.prod: access
ms.assetid: 6b10be38-bfe6-dea2-4aa5-4859722c1869
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Program with Class Modules
+# Program with class modules
-In Access, there were two types of modules: standard modules and class modules. In Access 95, class modules existed only in association with a form or report. In Access 97, they also existed on the **Modules** tab of the Database window.
-
-
-## Creating Custom Objects with Class Modules
-
-You can use a class module to create a definition for a custom object. The name with which you save the class module becomes the name of your custom object. Public **Sub** and **Function** procedures that you define within a class module become custom methods of the object. Public **Property Let**, **Property Get**, and **Property Set** procedures become properties of the object.
-
-Once you've defined procedures within the class module, you can create the new object by creating a new instance of the class. To create a new instance of a class, you declare a variable of the type defined by that class. For example, if the name of your class is ABasicClass, you would create a new instance of it in the following manner:
+In Access, there were two types of modules: standard modules and class modules. In Access 95, class modules existed only in association with a form or report. In Access 97, they also existed on the **Modules** tab of the Database window.
+## Create custom objects with class modules
+You can use a class module to create a definition for a custom object. The name with which you save the class module becomes the name of your custom object. Public **Sub** and **Function** procedures that you define within a class module become custom methods of the object. Public **Property Let**, **Property Get**, and **Property Set** procedures become properties of the object.
+After you've defined procedures within the class module, you can create the new object by creating a new instance of the class. To create a new instance of a class, you declare a variable of the type defined by that class. For example, if the name of your class is ABasicClass, you would create a new instance of it in the following manner:
```vb
Dim abc As New ABasicClass
@@ -29,24 +25,18 @@ Dim abc As New ABasicClass
When you run the code containing this declaration, Visual Basic creates the new instance. You can then apply its methods and properties by using the variable . For example, if you've defined a custom method called ListNames, you could apply it as follows:
-
-
-
```vb
abc.ListNames
```
-## New in Access 95: Creating the Default Instance of a Form Class
+## Create the default instance of a form class (Access 95)
When you open a form in Form view, whether from the user interface or from Visual Basic, you create an instance of that form's class module. In other words, you designate space in memory where the object now exists, and you can then call its methods and set or return its properties from code, as you would for any built-in object. The same is true when you open a report in Print Preview.
When you refer to a form in Visual Basic code, you're usually working with the default instance of the form's class. A form's class has only one default instance. You can also create multiple instances of the same form's class from Visual Basic. When you create multiple instances of a form's class, you create nondefault instances.
-There are four ways to create the default instance of a form. You can open an existing form by using the user interface, by executing the **[OpenForm](../../../api/Access.DoCmd.OpenForm.md)** method of the **[DoCmd](../../../api/Access.DoCmd.md)** object, by calling the **[CreateForm](../../../api/Access.Application.CreateForm.md)** method and switching the new form into Form view, or by using Visual Basic to create a variable of type **Form** to refer to the default instance. The following example opens an Employees form and points a **Form** object variable to it:
-
-
-
+There are four ways to create the default instance of a form. You can open an existing form by using the user interface, by executing the **[OpenForm](../../../api/Access.DoCmd.OpenForm.md)** method of the **[DoCmd](../../../api/Access.DoCmd.md)** object, by calling the **[CreateForm](../../../api/Access.Application.CreateForm.md)** method and switching the new form into Form view, or by using Visual Basic to create a variable of type **Form** to refer to the default instance. The following example opens an Employees form and points a **Form** object variable to it:
```vb
Dim frm As Form
@@ -56,40 +46,34 @@ Set frm = Forms!Employees
Access also provides a shortcut that enables you to open a form and refer to a method or property of that form or one of its controls in one step. You refer to the form's class module as shown in the following example:
-
-
-
```vb
Form_Employees.Visible = True
Form_Employees.Caption = "New Employees"
```
-When you run this code, Access opens the Employees form in Form view if it's not already open and sets the form's caption to "New Employees." The form isn't visible until you explicitly set its **[Visible](../../../api/Access.Form.Visible.md)** property to **True**. When the procedure that calls this code has finished executing, this instance of the form is destroyed; that is, the form is closed.
+When you run this code, Access opens the Employees form in Form view if it's not already open and sets the form's caption to "New Employees." The form isn't visible until you explicitly set its **[Visible](../../../api/Access.Form.Visible.md)** property to **True**. When the procedure that calls this code has finished executing, this instance of the form is destroyed; that is, the form is closed.
If you try to run this code when the Employees form is open in Design view, Access generates a run-time error. The form must either be open in Form view or not open at all.
If you use this syntax to change a property of the form or one of its controls, that change is lost when the instance of the form is destroyed. This holds true any time you change a property setting for a form in Form view. You must change the property in Design view and save the change with the form.
-## Creating Multiple Nondefault Instances of Forms
+## Create multiple nondefault instances of forms
You can create multiple nondefault instances of a form's class if you want to display more than one instance of a form at a time. For example, you might want to display the records for an employee and the employee's manager at the same time. You can create one instance of the Employees form's class to display the employee's record, and one to display the manager's record.
-To create new, nondefault instances of a form's class from Visual Basic, declare a variable for which the type is the name of the form class module. You must include the **New** keyword in the variable declaration. For example, the following code creates a new instance of the Employees form and assigns it to a variable of type **Form**:
-
-
-
+To create new, nondefault instances of a form's class from Visual Basic, declare a variable for which the type is the name of the form class module. You must include the **New** keyword in the variable declaration. For example, the following code creates a new instance of the Employees form and assigns it to a variable of type **Form**:
```vb
Dim frm As New Form_Employees
```
-This nondefault instance of the form isn't visible until you explicitly set its **Visible** property.
+This nondefault instance of the form isn't visible until you explicitly set its **Visible** property.
-When the procedure that creates this instance has finished executing, the instance is removed from memory unless you've declared the variable representing it as a module-level variable. Since module-level variables retain their values until they are reset with the **Reset** command on the **Run** menu or the **Reset** button on the toolbar, the form will stay open if the variable has been declared as a module-level variable.
+When the procedure that creates this instance has finished executing, the instance is removed from memory unless you've declared the variable representing it as a module-level variable. Since module-level variables retain their values until they are reset with the **Reset** command on the **Run** menu or the **Reset** button on the toolbar, the form will stay open if the variable has been declared as a module-level variable.
Any properties that you set will affect this instance of the form's class, but won't be saved with the form. Also, a new instance of the form's class can't be created if the form is open in Design view.
-A nondefault instance of a form's class can't be referred to by name in the **[Forms](../../../api/Access.Forms.md)** collection. You can refer to it by index number only. Since you can create multiple nondefault instances of a form, and each instance has the same name, you can have more than one form with the same name in the **Forms** collection, without any means of distinguishing them other than by index number.
+A nondefault instance of a form's class can't be referred to by name in the **[Forms](../../../api/Access.Forms.md)** collection. You can refer to it by index number only. Since you can create multiple nondefault instances of a form, and each instance has the same name, you can have more than one form with the same name in the **Forms** collection, without any means of distinguishing them other than by index number.
diff --git a/access/Concepts/Error-Codes/scoping-and-object-naming-compatibility.md b/access/Concepts/Error-Codes/scoping-and-object-naming-compatibility.md
index 5b6b1a684a5..244c463e59f 100644
--- a/access/Concepts/Error-Codes/scoping-and-object-naming-compatibility.md
+++ b/access/Concepts/Error-Codes/scoping-and-object-naming-compatibility.md
@@ -1,27 +1,27 @@
---
-title: Scoping and Object-Naming Compatibility
+title: Scoping and object-naming compatibility
keywords: vbaac10.chm5188026
f1_keywords:
- vbaac10.chm5188026
ms.prod: access
ms.assetid: 50e86279-78d0-c509-1598-250517153fe7
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Scoping and Object-Naming Compatibility
+# Scoping and object-naming compatibility
-Visual Basic scoping rules affect the names you choose for your objects, modules, and procedures.
+Visual Basic scoping rules affect the names that you choose for your objects, modules, and procedures.
-## Modules and Other Objects with the Same Name
+## Modules and other objects with the same name
When you name a module, avoid prefacing module names with "Form_" or "Report_". Naming a module in this way could conflict with existing code you've written behind forms and reports.
If you have a module in an application created with version 1. _x_ or 2.0 of Access that doesn't follow these naming rules, Access generates an error when you try to convert your application. For example, a module named Form_Orders in an Access version 1. _x_ or 2.0 database would generate an error and you would be asked to rename the module before attempting to convert it.
-## Modules and Procedures with the Same Name
+## Modules and procedures with the same name
Although it is not suggested, you can have a procedure with the same name as a module. To call that procedure from an expression anywhere in your application, you must use a fully qualified name for the procedure, including both the module name and the procedure name, as in the following example:
@@ -31,31 +31,28 @@ IsLoaded.IsLoaded("Orders")
```
- **Note** This will not work with the **Runcode** action in macros. Accessing procedures with the same name as a module is not possible with macros.
+> [!NOTE]
+> This will not work with the **Runcode** action in macros. Accessing procedures with the same name as a module is not possible with macros.
-## Procedures and Controls with the Same Name
+## Procedures and controls with the same name
If you call a procedure from a form, and that procedure has the same name as a control on the form, you must fully qualify the procedure call with the name of the module in which it resides. For example, if you want to call a procedure named PrintInvoice that resides in a standard module named Utilities, and there's also a button on the same form named PrintInvoice, use the fully qualified name when you call the procedure from your form or form module.
-## Controls with Similar Names
+## Controls with similar names
You can't have a control with a name that differs from an existing control's name by only a space or a symbol. For example, if you have a control named [Last_Name], you can't have a control named [Last Name] or [Last+Name].
-## Modules with the Same Names as Type Libraries
+## Modules with the same names as type libraries
You can't save a module with the same name as a type library. If you try to save a module with the name "ADO", "Access", "DAO" or "VBA", you'll get an error stating that the name conflicts with an existing module, project, or object library. Similarly, if you've set a reference to another type library, such as the Excel type library, you can't save a module with the name "Excel".
-## Fields with the Same Names as Methods
-
-If a field in the table has the same name as an ActiveX Data Objects (ADO) method on an ADO **Recordset** object, or a Data Access Object (DAO) method on a DAO **Recordset** object, you can't refer to the corresponding field in the recordset with the . (dot) syntax. You must use the ! (exclamation point) syntax, or Access will generate an error. The following example shows how to refer to a field called AddNew in a recordset opened on a table called Contacts:
-
-
-
+## Fields with the same names as methods
+If a field in the table has the same name as an ActiveX Data Objects (ADO) method on an ADO **Recordset** object, or a Data Access Object (DAO) method on a DAO **Recordset** object, you can't refer to the corresponding field in the recordset with the . (dot) syntax. You must use the ! (exclamation point) syntax, or Access will generate an error. The following example shows how to refer to a field called AddNew in a recordset opened on a table called Contacts:
```vb
Dim rst As New ADODB.Recordset
@@ -66,9 +63,6 @@ Debug.Print rst!AddNew
```
-
-
-
```vb
Dim dbs As Database, rst As DAO.Recordset
Set dbs = CurrentDb
@@ -77,30 +71,30 @@ Debug.Print rst!AddNew
```
-## Modules with the Same Names as Visual Basic Functions
+## Modules with the same names as Visual Basic functions
-If you save a module with the same name as an intrinsic Visual Basic function, Access will generate an error when you try to run that function. For example, if you save a module named MsgBox, and then try to run a procedure that calls the **MsgBox** function, Access generates the error "Expected variable or procedure, not module."
+If you save a module with the same name as an intrinsic Visual Basic function, Access will generate an error when you try to run that function. For example, if you save a module named MsgBox, and then try to run a procedure that calls the **MsgBox** function, Access generates the error "Expected variable or procedure, not module."
-## Modules with the Same Names as Objects
+## Modules with the same names as objects
If a database created with a previous version of Access includes a module that has the same name as an Access object, an ADO object, or a DAO object, you may encounter compilation errors when you convert your database. For example, a module named "Form" or "Database" may generate a compilation error. To avoid these errors, rename the module.
-## Naming Fields Used in Expressions or Bound to Controls on Forms and Reports
+## Naming fields used in expressions or bound to controls on forms and reports
-When you create a field in a table that will be bound to a control on a report or used in an expression in the **ControlSource** property of a control or a report, avoid assigning the field a name that's the same name as a method of the **[Application](../../../api/Access.Application.md)** object. To see a list of methods of the **Application** object, click **Object Browser** on the **View** menu while in module Design view. Click **Access** in the **Project/Library** box, click **Application** in the **Classes** box, and view the methods of the **Application** object in the **Members Of** box.
+When you create a field in a table that will be bound to a control on a report or used in an expression in the **ControlSource** property of a control or a report, avoid assigning the field a name that's the same name as a method of the **[Application](../../../api/Access.Application.md)** object. To see a list of methods of the **Application** object, click **Object Browser** on the **View** menu while in module Design view. Click **Access** in the **Project/Library** box, click **Application** in the **Classes** box, and view the methods of the **Application** object in the **Members Of** box.
When you create a field in a table that will be bound to a control on a form or report, avoid assigning the field any of the following names: AddRef, GetIDsOfNames, GetTypeInfo, GetTypeInfoCount, Invoke, QueryInterface, or Release.
-## Identifiers with Same Names as Visual Basic Keywords
+## Identifiers with the same names as Visual Basic keywords
-The version of Visual Basic that's used by Access 97 (and later) contains some new Visual Basic keywords, so you can no longer use these keywords as identifiers. These keywords are: **AddressOf**, **Assert**, **Decimal**, **DefDec**, **Enum**, **Event**, **Friend**, **Implements**, **RaiseEvent**, and **WithEvents**. When you convert a database developed with a prior version of Access, existing identifiers that are the same as a new Visual Basic keyword will cause a compile error. To correct this problem, rename the identifiers.
+The version of Visual Basic that's used by Access 97 (and later) contains some new Visual Basic keywords, so you can no longer use these keywords as identifiers. These keywords are: **AddressOf**, **Assert**, **Decimal**, **DefDec**, **Enum**, **Event**, **Friend**, **Implements**, **RaiseEvent**, and **WithEvents**. When you convert a database developed with a prior version of Access, existing identifiers that are the same as a new Visual Basic keyword will cause a compile error. To correct this problem, rename the identifiers.
-## Project Names the Same as Access Objects
+## Project names that are the same as Access objects
-A project name is the string that is the name of your Access application. In prior versions of Access, the project name was the name of the database. Beginning in Access 2000, the project name is specified by the **ProjectName** property setting and its default setting is the name of the database. If you convert a database with a name that is the same as a class of objects, for example, "application," "form," or "report," Access will append an underscore character to the database name to create a project name that does not conflict with existing objects.
+A project name is the string that is the name of your Access application. In prior versions of Access, the project name was the name of the database. Beginning in Access 2000, the project name is specified by the **ProjectName** property setting, and its default setting is the name of the database. If you convert a database with a name that is the same as a class of objects, for example, "application," "form," or "report," Access will append an underscore character to the database name to create a project name that does not conflict with existing objects.
diff --git a/access/Concepts/Error-Codes/using-enumerated-constants-in-microsoft-access-2002-and-later.md b/access/Concepts/Error-Codes/using-enumerated-constants-in-microsoft-access-2002-and-later.md
index 38c91502d5d..5b90def0307 100644
--- a/access/Concepts/Error-Codes/using-enumerated-constants-in-microsoft-access-2002-and-later.md
+++ b/access/Concepts/Error-Codes/using-enumerated-constants-in-microsoft-access-2002-and-later.md
@@ -1,25 +1,29 @@
---
-title: Using Enumerated Constants in Microsoft Access 2002 and Later
+title: Using enumerated constants in Microsoft Access 2002 and later
keywords: vbaac10.chm113266
f1_keywords:
- vbaac10.chm113266
ms.prod: access
ms.assetid: 7eb8fb08-76e5-a59f-5d6d-64c7081470e6
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-# Using Enumerated Constants in Microsoft Access 2002 and Later
+# Using enumerated constants in Microsoft Access 2002 and later
-In Access 2002, a number of intrinsic constants were added or changed. This was done to create lists of "enumerated" constants that are displayed in the **Auto List Members** list in the Module window for the arguments of various Access methods, functions, and properties, or as the setting of various Access properties. You can select the appropriate constant from the list in the Module window, instead of having to remember the constant or look it up in the Help topic.
+In Access 2002, a number of intrinsic constants were added or changed. This was done to create lists of "enumerated" constants that are displayed in the **Auto List Members** list in the Module window for the arguments of various Access methods, functions, and properties, or as the setting of various Access properties. You can select the appropriate constant from the list in the Module window, instead of having to remember the constant or look it up in the Help topic.
The following information applies to enumerated constants:
-- The set of enumerated constants for each method, function, or property argument has a name, which is displayed in the syntax line for the method, function, or property in the Module window when the **Auto Quick Info** option is selected in the **Editor** tab of the **Options** dialog box, available by clicking **Options** on the **Tools** menu. (For property settings, the name isn't displayed, just the list of constants.) For example, the syntax line for the **[OpenForm](../../../api/Access.DoCmd.OpenForm.md)** method of the **[DoCmd](../../../api/Access.DoCmd.md)** object shows **[View As AcFormView = acNormal]** for the _view_ argument of this method. **AcFormView** is the name of this set of enumerated constants, and **acNormal** is the default setting for the argument. The Object Browser also lists the names of the sets of enumerated constants in the **Classes** box and lists the intrinsic constants contained in each of these sets in the **Members Of** box.
+- The set of enumerated constants for each method, function, or property argument has a name, which is displayed in the syntax line for the method, function, or property in the Module window when the **Auto Quick Info** option is selected in the **Editor** tab of the **Options** dialog box, available by selecting **Options** on the **Tools** menu. (For property settings, the name isn't displayed, just the list of constants.)
+
+ For example, the syntax line for the **[OpenForm](../../../api/Access.DoCmd.OpenForm.md)** method of the **[DoCmd](../../../api/Access.DoCmd.md)** object shows **[View As AcFormView = acNormal]** for the _view_ argument of this method. **AcFormView** is the name of this set of enumerated constants, and **acNormal** is the default setting for the argument. The Object Browser also lists the names of the sets of enumerated constants in the **Classes** box, and lists the intrinsic constants contained in each of these sets in the **Members Of** box.
- For constant names that have changed, the old constants will still work. For example, one of the intrinsic constants for the _save_ argument of the **Close** method of the **DoCmd** object was **acPrompt**. It's now **acSavePrompt**, but **acPrompt** will still work.
-- In a number of cases in previous versions of Access, you could leave an argument setting blank, and Access would perform the default action for that argument. For example, you could leave the _objecttype_ (and _objectname_ ) arguments of the **Close** method blank, and Access would close the active window. For the new sets of enumerated constants, the blank setting has been replaced with a new default constant. For example, the _objecttype_ argument of the **Close** method now has a new default constant, **acDefault**. Setting this argument to the new constant has the same effect as leaving the argument blank. In addition, you can still leave such arguments blank, and Access will assume the new default constant.
+- In a number of cases in previous versions of Access, you could leave an argument setting blank, and Access would perform the default action for that argument. For example, you could leave the _objecttype_ (and _objectname_ ) arguments of the **Close** method blank, and Access would close the active window.
+
+ For the new sets of enumerated constants, the blank setting has been replaced with a new default constant. For example, the _objecttype_ argument of the **Close** method now has a new default constant, **acDefault**. Setting this argument to the new constant has the same effect as leaving the argument blank. In addition, you can still leave such arguments blank, and Access will assume the new default constant.
- There's one exception to this. If you run Visual Basic code from previous versions of Visual Basic in Access by using Automation, blank arguments will cause an error for those arguments that have the new default constants. This problem doesn't occur for old Visual Basic for Applications or Visual Basic code run directly in Access.
diff --git a/access/Concepts/Structured-Query-Language/order-by-clause-microsoft-access-sql.md b/access/Concepts/Structured-Query-Language/order-by-clause-microsoft-access-sql.md
index 110a92093ab..6aff64d9f1a 100644
--- a/access/Concepts/Structured-Query-Language/order-by-clause-microsoft-access-sql.md
+++ b/access/Concepts/Structured-Query-Language/order-by-clause-microsoft-access-sql.md
@@ -58,12 +58,6 @@ If you specify a field containing Memo or OLE Object data in the ORDER BY clause
ORDER BY is usually the last item in an SQL statement.
You can include additional fields in the ORDER BY clause. Records are sorted first by the first field listed after ORDER BY. Records that have equal values in that field are then sorted by the value in the second field listed, and so on.
-
-**Link provided by:**
- The [UtterAccess](https://www.utteraccess.com) community |[About the contributors](#AboutContributors)
-
-
-- [Record Order](https://www.utteraccess.com/wiki/index.php/Record_Order)
## Example
@@ -97,10 +91,12 @@ Sub OrderByX()
End Sub
```
-
-
### About the contributors
+**Link provided by**  the [UtterAccess](https://www.utteraccess.com) community.
+
+- [Record Order](https://www.utteraccess.com/wiki/index.php/Record_Order)
+
UtterAccess is the premier Microsoft Access wiki and help forum.
## See also
diff --git a/api/Access.ComboBox.md b/api/Access.ComboBox.md
index 2d1039000a6..1d86907ed9a 100644
--- a/api/Access.ComboBox.md
+++ b/api/Access.ComboBox.md
@@ -32,23 +32,16 @@ The setting of the **LimitToList** property determines whether you can enter va
The list can be single- or multiple-column, and the columns can appear with or without headings.
- **Link provided by:** Luke Chung, [FMS, Inc.](https://www.fmsinc.com/)
-
+**Link provided by** Luke Chung, [FMS, Inc.](https://www.fmsinc.com/).
- [Tips and Techniques for Using and Validating Combo Boxes](https://www.fmsinc.com/free/NewTips/Access/ComboBox/AccessComboBox.asp)
- **Links provided by:**
- The [UtterAccess](https://www.utteraccess.com) community
-
+**Links provided by** the [UtterAccess](https://www.utteraccess.com) community.
-- [Combo Box](https://www.utteraccess.com/wiki/index.php/Combo_Box)
-
-- [Cascading Combo Boxes](https://www.utteraccess.com/wiki/index.php/Cascading_Combo_Boxes)
-
-- [Cascading Combo Boxes: Demo](https://www.utteraccess.com/wiki/index.php/Cascading_Combo_Boxes:_Demo)
-
-- [Cascading Combo Boxes - Leaving Null Values](https://www.utteraccess.com/wiki/index.php/Cascade_Combo_Leaving_Null_Values)
-
+- [Combo Box](https://www.utteraccess.com/wiki/index.php/Combo_Box)
+- [Cascading Combo Boxes](https://www.utteraccess.com/wiki/index.php/Cascading_Combo_Boxes)
+- [Cascading Combo Boxes: Demo](https://www.utteraccess.com/wiki/index.php/Cascading_Combo_Boxes:_Demo)
+- [Cascading Combo Boxes - Leaving Null Values](https://www.utteraccess.com/wiki/index.php/Cascade_Combo_Leaving_Null_Values)
- [Forms: Populate Controls/Text Boxes Based on Combobox Selection](https://www.utteraccess.com/wiki/index.php/Forms:_Populate_Controls/Text_Boxes_Based_on_Combobox_Selection)
@@ -56,8 +49,7 @@ The list can be single- or multiple-column, and the columns can appear with or w
The following example shows how to use multiple **ComboBox** controls to supply criteria for a query.
- **Sample code provided by:**
- The [UtterAccess](https://www.utteraccess.com) community
+**Sample code provided by** the [UtterAccess](https://www.utteraccess.com) community.
UtterAccess members can download a database that contains this example from [here](https://www.utteraccess.com/forum/Dynamic-Query-Examples-t1405533.html).
@@ -103,8 +95,7 @@ End Sub
The following example shows how to set the **RowSource** property of a combo box when a form is loaded. When the form is displayed, the items stored in the **Departments** field of the **tblDepartment** combo box are displayed in the **cboDept** combo box.
- **Sample code provided by:**
- Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+**Sample code provided by**  Bill Jelen, [MrExcel.com](https://www.mrexcel.com/).
@@ -127,8 +118,7 @@ The following example show how to create a combo box that is bound to one column
The **ColumnWidths** property specifies the width of the two columns. By setting the width of the first column to **0in.**, the first column is not displayed in the combo box.
- **Sample code provided by:**
- Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+**Sample code provided by**  Bill Jelen, [MrExcel.com](https://www.mrexcel.com/).
@@ -146,7 +136,7 @@ End Sub
The following example shows how to add an item to a bound combo box.
- **Sample code provided by:** The [Microsoft Access 2010 Programmer's Reference](https://www.wrox.com/WileyCDA/WroxTitle/Access-2010-Programmer-s-Reference.productCd-0470591668.html)
+**Sample code provided by** The [Microsoft Access 2010 Programmer's Reference](https://www.wrox.com/WileyCDA/WroxTitle/Access-2010-Programmer-s-Reference.productCd-0470591668.html).
```vb
@@ -379,11 +369,12 @@ End Sub
|[Visible](Access.ComboBox.Visible.md)|
|[Width](Access.ComboBox.Width.md)|
+
### About the contributors
Luke Chung is the founder and president of FMS, Inc., a leading provider of custom database solutions and developer tools.
-UtterAccess is the premier Microsoft Access wiki and help forum. Click here to join.
+UtterAccess is the premier Microsoft Access wiki and help forum.
Holy Macro! Books publishes entertaining books for people who use Microsoft Office. See the complete catalog at MrExcel.com.
@@ -392,10 +383,6 @@ Wrox Press is driven by the Programmer to Programmer philosophy. Wrox books are
## See also
-
-
-
-
-[Access Object Model Reference](overview/Access/object-model.md)
-[ComboBox Object Members](overview/Access.md)
+- [Access Object Model Reference](overview/Access/object-model.md)
+- [ComboBox Object Members](overview/Access.md)
diff --git a/api/Access.DoCmd.SendObject.md b/api/Access.DoCmd.SendObject.md
index be7612a7983..ce0041590d7 100644
--- a/api/Access.DoCmd.SendObject.md
+++ b/api/Access.DoCmd.SendObject.md
@@ -64,12 +64,12 @@ Modules can be sent only in MS-DOS Text format, so if you specify **acSendModule
> [!NOTE]
> You can save as a PDF or XPS file from a 2007 Microsoft Office system program only after you install an add-in. For more information, search for "Enable support for other file formats, such as PDF and XPS" on the Office Web site.
-**Link provided by:**  Luke Chung, [FMS, Inc.](https://www.fmsinc.com/)
+**Link provided by** Luke Chung, [FMS, Inc.](https://www.fmsinc.com/).
- [Features and Limits of Using the SendObject Method to Send Emails](https://www.fmsinc.com/microsoftaccess/email/sendobject.html)
-**Link provided by:**  The [UtterAccess](https://www.utteraccess.com) community
+**Link provided by** the [UtterAccess](https://www.utteraccess.com) community.
- [Email from Access](https://www.utteraccess.com/forum/Email-Access-t130485.html)
@@ -87,7 +87,7 @@ DoCmd.SendObject acSendTable, "Employees", acFormatXLS, _
The following example shows how to create an email message with Microsoft Outlook and display it to the user.
-**Sample code provided by:** The [Microsoft Access 2010 Programmer's Reference](https://www.wrox.com/WileyCDA/WroxTitle/Access-2010-Programmer-s-Reference.productCd-0470591668.html)
+**Sample code provided by** the [Microsoft Access 2010 Programmer's Reference](https://www.wrox.com/WileyCDA/WroxTitle/Access-2010-Programmer-s-Reference.productCd-0470591668.html).
```vb
@@ -155,11 +155,11 @@ Luke Chung is the founder and president of FMS, Inc., a leading provider of cust
Wrox Press is driven by the Programmer to Programmer philosophy. Wrox books are written by programmers for programmers, and the Wrox brand means authoritative solutions to real-world programming problems.
-UtterAccess is the premier Microsoft Access wiki and help forum. Click here to join.
+UtterAccess is the premier Microsoft Access wiki and help forum.
## See also
-[DoCmd Object](Access.DoCmd.md)
+- [DoCmd Object](Access.DoCmd.md)
diff --git a/api/Access.Form.md b/api/Access.Form.md
index feab6ee29f6..b8a98f20789 100644
--- a/api/Access.Form.md
+++ b/api/Access.Form.md
@@ -63,26 +63,17 @@ Forms!OrderForm.ctlSubForm.Form!Controls.NewData
Forms!OrderForm.ctlSubForm!NewData
```
- **Links provided by:**
- Luke Chung, [FMS, Inc.](https://www.fmsinc.com/)
+**Links provided by** Luke Chung, [FMS, Inc.](https://www.fmsinc.com/).
-
-- [Microsoft Access Form Tips and Avoiding Common Mistakes](https://www.fmsinc.com/tpapers/genaccess/formtips.html)
-
+- [Microsoft Access Form Tips and Avoiding Common Mistakes](https://www.fmsinc.com/tpapers/genaccess/formtips.html)
- [Microsoft Office Access 2007 Form Design Tips](https://www.fmsinc.com/tpapers/access/Forms/Access2007FormTips.html)
- **Links provided by:**
- The [UtterAccess](https://www.utteraccess.com) community
+**Links provided by** the [UtterAccess](https://www.utteraccess.com) community.
-
-- [Display Pictures on a Form](https://www.utteraccess.com/wiki/index.php/Display_Pictures_on_a_Form)
-
-- [Display Related Data](https://www.utteraccess.com/wiki/index.php/Display_Related_Data)
-
-- [Opening a Detail Form to Related Information](https://www.utteraccess.com/wiki/index.php/Forms:_Open_a_Detail_Form_to_Related_Information)
-
-- [Forms: Populate Controls/Text Boxes Based on Combobox Selection](https://www.utteraccess.com/wiki/index.php/Forms:_Populate_Controls/Text_Boxes_Based_on_Combobox_Selection)
-
+- [Display Pictures on a Form](https://www.utteraccess.com/wiki/index.php/Display_Pictures_on_a_Form)
+- [Display Related Data](https://www.utteraccess.com/wiki/index.php/Display_Related_Data)
+- [Opening a Detail Form to Related Information](https://www.utteraccess.com/wiki/index.php/Forms:_Open_a_Detail_Form_to_Related_Information)
+- [Forms: Populate Controls/Text Boxes Based on Combobox Selection](https://www.utteraccess.com/wiki/index.php/Forms:_Populate_Controls/Text_Boxes_Based_on_Combobox_Selection)
- [Referring To Properties And Controls On Subforms](https://www.utteraccess.com/wiki/index.php/Referring_To_Properties_And_Controls_On_Subforms)
@@ -92,8 +83,7 @@ The following example shows how to use **TextBox** controls to supply date crit
UtterAccess members can download a database that contains this example from [here](https://www.utteraccess.com/forum/Dynamic-Query-Examples-t1405533.html).
- **Sample code provided by:**
- The [UtterAccess](https://www.utteraccess.com) community
+**Sample code provided by** the [UtterAccess](https://www.utteraccess.com) community.
@@ -146,7 +136,7 @@ End Sub
The following example shows how to use the **BeforeUpdate** event of a form to require that a value be entered into one control when another control also has data.
- **Sample code provided by:** The [Microsoft Access 2010 Programmer's Reference](https://www.wrox.com/WileyCDA/WroxTitle/Access-2010-Programmer-s-Reference.productCd-0470591668.html)
+**Sample code provided by** the [Microsoft Access 2010 Programmer's Reference](https://www.wrox.com/WileyCDA/WroxTitle/Access-2010-Programmer-s-Reference.productCd-0470591668.html).
@@ -483,7 +473,8 @@ Wrox Press is driven by the Programmer to Programmer philosophy. Wrox books are
## See also
-[Access Object Model Reference](overview/Access/object-model.md)
+
+- [Access Object Model Reference](overview/Access/object-model.md)
diff --git a/api/Access.ListBox.md b/api/Access.ListBox.md
index 1ca0c1b35fe..0e2fad7f05e 100644
--- a/api/Access.ListBox.md
+++ b/api/Access.ListBox.md
@@ -37,10 +37,7 @@ You can use an unbound list box to store a value that you can use with another c
If you don't have room on your form to display a list box, or if you want to be able to type new values as well as select values from a list, use a combo box instead of a list box.
- **Links provided by:**
- The[UtterAccess](https://www.utteraccess.com) community
-
-
+ **Links provided by** the [UtterAccess](https://www.utteraccess.com) community.
- [Create a Query that uses a Multi-select Listbox as Criteria](https://www.utteraccess.com/forum/Creating-Query-Multi-t414388.html)
@@ -59,8 +56,7 @@ In this example, a list box named ColorID displays a list of colors stored in th
To do this, use the Change event of the text box to build a SQL statement that will serve as the new RowSource of the list box.
- **Sample code provided by:**
- The [UtterAccess](https://www.utteraccess.com) community
+**Sample code provided by** the [UtterAccess](https://www.utteraccess.com) community.
@@ -249,14 +245,19 @@ End Sub
|[Visible](Access.ListBox.Visible.md)|
|[Width](Access.ListBox.Width.md)|
-### About the contributors
+### About the contributors
-UtterAccess is the premier Microsoft Access wiki and help forum. Click here to join.
-
+UtterAccess is the premier Microsoft Access wiki and help forum.
## See also
-[Access Object Model Reference](overview/Access/object-model.md)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
+- [Access object model reference](overview/Access/object-model.md)
+- [SubForm object members](overview/Access.md)
diff --git a/api/Access.SubForm.md b/api/Access.SubForm.md
index 6c4bf1a45a1..230069f68d6 100644
--- a/api/Access.SubForm.md
+++ b/api/Access.SubForm.md
@@ -28,14 +28,6 @@ This object corresponds to a subform control. The subform control embeds a form
> For example, you can use a form with a subform to present one-to-many relationships, such as one product category with the items that fall into that category. In this case, the main form can display the category ID, name, and description; the subform can display the available products in that category.
Instead of creating the main form, and then adding the subform control to it, you can simultaneously create the main form and subform with a wizard . You can also create a subform by dragging an existing form or report from the Database window to the main form.
-
- **Links provided by:**
- The [UtterAccess](https://www.utteraccess.com) community
-
-
-- [Create a Subform with Alternating Color Rows](https://www.utteraccess.com/wiki/index.php/Create_a_Subform_with_Alternating_Color_Rows)
-
-- [Referring To Properties And Controls On Subforms](https://www.utteraccess.com/wiki/index.php/Referring_To_Properties_And_Controls_On_Subforms)
## Events
@@ -130,18 +122,26 @@ Instead of creating the main form, and then adding the subform control to it, yo
|[Visible](Access.SubForm.Visible.md)|
|[Width](Access.SubForm.Width.md)|
-### About the contributors
-
-UtterAccess is the premier Microsoft Access wiki and help forum. Click here to join.
+### About the contributors
-## See also
+**Links provided by** the [UtterAccess](https://www.utteraccess.com) community.
+- [Create a Subform with Alternating Color Rows](https://www.utteraccess.com/wiki/index.php/Create_a_Subform_with_Alternating_Color_Rows)
+
+- [Referring To Properties And Controls On Subforms](https://www.utteraccess.com/wiki/index.php/Referring_To_Properties_And_Controls_On_Subforms)
+UtterAccess is the premier Microsoft Access wiki and help forum.
+## See also
-[Access Object Model Reference](overview/Access/object-model.md)
-[SubForm Object Members](overview/Access.md)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
+- [Access object model reference](overview/Access/object-model.md)
+- [SubForm object members](overview/Access.md)
diff --git a/api/TOC.md b/api/TOC.md
index 3c32a816b68..99ce639143f 100644
--- a/api/TOC.md
+++ b/api/TOC.md
@@ -1,5 +1,5 @@
# [Office VBA Reference](./overview/Index.md)
-## [Access](./overview/Access.md)
+## [Access](./overview/Access.md)
### Concepts
#### Settings
##### [ActiveX Data Objects (ADO)](../access/Concepts/Settings/activex-data-objects-ado.md)
@@ -19,31 +19,27 @@
##### [Functions (alphabetical list)](../access/Concepts/Criteria-Expressions/functions-alphabetical-list.md)
##### [Functions (category list)](../access/Concepts/Criteria-Expressions/functions-category-list.md)
##### [Min, Max functions (Access SQL)](../access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md)
-##### [Include quotation marks in string expressions](../access/Concepts/Criteria-Expressions/include-quotation-marks-in-string-expressions.md)
##### [Multiple fields in criteria expressions](../access/Concepts/Criteria-Expressions/multiple-fields-in-criteria-expressions.md)
##### [Numeric criteria expressions](../access/Concepts/Criteria-Expressions/numeric-criteria-expressions.md)
##### [Numeric criteria from a control on a form](../access/Concepts/Criteria-Expressions/numeric-criteria-from-a-control-on-a-form.md)
-##### [Quotation marks in strings](../access/Concepts/Criteria-Expressions/quotation-marks-in-strings.md)
+##### [Quotation marks in string expressions](../access/Concepts/Criteria-Expressions/include-quotation-marks-in-string-expressions.md)
##### [Restrict data to a subset of records](../access/Concepts/Criteria-Expressions/restrict-data-to-a-subset-of-records.md)
##### [Sort records in case-sensitive (ASCII) order](../access/Concepts/Criteria-Expressions/sort-records-in-case-sensitiveascii-order.md)
##### [StDev, StDevP functions (Access SQL)](../access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md)
##### [Sum function (Access SQL)](../access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md)
##### [Textual criteria expressions](../access/Concepts/Criteria-Expressions/textual-criteria-expressions.md)
##### [Textual criteria from a control on a form](../access/Concepts/Criteria-Expressions/textual-criteria-from-a-control-on-a-form.md)
-##### [Use multiple fields in criteria expressions](../access/Concepts/Criteria-Expressions/use-multiple-fields-in-criteria-expressions.md)
-##### [Use numeric criteria in expressions](../access/Concepts/Criteria-Expressions/use-numeric-criteria-in-expressions.md)
-##### [Use textual criteria expressions](../access/Concepts/Criteria-Expressions/use-textual-criteria-expressions.md)
##### [Var, VarP functions (Access SQL)](../access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md)
#### Error codes
-##### [Error trapping](../access/Concepts/Error-Codes/error-trapping.md)
-##### [Elements of run-time error handling](../access/Concepts/Error-Codes/elements-of-run-time-error-handling.md)
-##### [Scoping and object-naming compatibility](../access/Concepts/Error-Codes/scoping-and-object-naming-compatibility.md)
+##### [Comparison of data types](../access/Concepts/Error-Codes/comparison-of-data-types.md)
##### [Custom methods and properties](../access/Concepts/Error-Codes/custom-methods-and-properties.md)
+##### [Elements of run-time error handling](../access/Concepts/Error-Codes/elements-of-run-time-error-handling.md)
+##### [Error trapping](../access/Concepts/Error-Codes/error-trapping.md)
##### [Improvements in compilation performance](../access/Concepts/Error-Codes/improvements-in-compilation-performance.md)
##### [Macro actions and methods of the DoCmd object](../access/Concepts/Error-Codes/macro-actions-and-methods-of-the-docmd-object.md)
-##### [Use enumerated constants in Access 2002 and later](../access/Concepts/Error-Codes/using-enumerated-constants-in-microsoft-access-2002-and-later.md)
-##### [Comparison of data types](../access/Concepts/Error-Codes/comparison-of-data-types.md)
-##### [Program with class modules](../access/Concepts/Error-Codes/program-with-class-modules.md)
+##### [Programming with class modules](../access/Concepts/Error-Codes/program-with-class-modules.md)
+##### [Scoping and object-naming compatibility](../access/Concepts/Error-Codes/scoping-and-object-naming-compatibility.md)
+##### [Using enumerated constants in Access 2002 and later](../access/Concepts/Error-Codes/using-enumerated-constants-in-microsoft-access-2002-and-later.md)
#### Structured Query Language (Access SQL)
##### Clauses
###### [FROM](../access/Concepts/Structured-Query-Language/from-clause-microsoft-access-sql.md)
@@ -95,37 +91,37 @@
##### [Retrieve records](../access/Concepts/Structured-Query-Language/retrieve-records-using-access-sql.md)
##### [Use international date formats in SQL statements](../access/Concepts/Structured-Query-Language/use-international-date-formats-in-sql-statements.md)
#### Data Access Objects (DAO)
-##### [Add a record to a DAO recordset](../access/Concepts/Data-Access-Objects/add-a-record-to-a-dao-recordset.md)
-##### [Change tables involved in a one-to-many relationship in a DAO recordset](../access/Concepts/Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md)
-##### [Count the number of records in a DAO recordset](../access/Concepts/Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md)
-##### [Create a DAO recordset from a form](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-form.md)
-##### [Create a DAO recordset from a query](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-query.md)
-##### [Create a DAO recordset from a table in the current database](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md)
+##### [Add a record to a DAO Recordset](../access/Concepts/Data-Access-Objects/add-a-record-to-a-dao-recordset.md)
+##### [Change tables involved in a one-to-many relationship in a DAO Recordset](../access/Concepts/Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md)
+##### [Count the number of records in a DAO Recordset](../access/Concepts/Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md)
+##### [Create a DAO Recordset from a form](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-form.md)
+##### [Create a DAO Recordset from a query](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-query.md)
+##### [Create a DAO Recordset from a table in the current database](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md)
##### [Create a user-defined property](../access/Concepts/Data-Access-Objects/create-a-user-defined-property.md)
-##### [Delete a record from a DAO recordset](../access/Concepts/Data-Access-Objects/delete-a-record-from-a-dao-recordset.md)
-##### [Detect the limits of a DAO recordset](../access/Concepts/Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md)
-##### [Extract data from a record in a DAO recordset](../access/Concepts/Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md)
-##### [Find a record in a dynaset-type or snapshot-type DAO recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md)
-##### [Find a record in a table-type DAO recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md)
-##### [Find the current position in a DAO recordset](../access/Concepts/Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md)
-##### [Make bulk changes to a DAO recordset](../access/Concepts/Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md)
+##### [Delete a record from a DAO Recordset](../access/Concepts/Data-Access-Objects/delete-a-record-from-a-dao-recordset.md)
+##### [Detect the limits of a DAO Recordset](../access/Concepts/Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md)
+##### [Extract data from a record in a DAO Recordset](../access/Concepts/Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md)
+##### [Find a record in a dynaset-type or snapshot-type DAO Recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md)
+##### [Find a record in a table-type DAO Recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md)
+##### [Find the current position in a DAO Recordset](../access/Concepts/Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md)
+##### [Make bulk changes to a DAO Recordset](../access/Concepts/Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md)
##### [Manipulate multivalued fields with DAO](../access/Concepts/Data-Access-Objects/manipulate-multivalued-fields-with-dao.md)
-##### [Mark a position in a DAO recordset](../access/Concepts/Data-Access-Objects/mark-a-position-in-a-dao-recordset.md)
-##### [Modify a query from a DAO recordset](../access/Concepts/Data-Access-Objects/modify-a-query-from-a-dao-recordset.md)
-##### [Modify an existing record in a DAO recordset](../access/Concepts/Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md)
-##### [Move through a DAO recordset](../access/Concepts/Data-Access-Objects/move-through-a-dao-recordset.md)
-##### [Read from and write to a field in a DAO recordset](../access/Concepts/Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md)
-##### [Return a random record from a DAO recordset](../access/Concepts/Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md)
+##### [Mark a position in a DAO Recordset](../access/Concepts/Data-Access-Objects/mark-a-position-in-a-dao-recordset.md)
+##### [Modify a query from a DAO Recordset](../access/Concepts/Data-Access-Objects/modify-a-query-from-a-dao-recordset.md)
+##### [Modify an existing record in a DAO Recordset](../access/Concepts/Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md)
+##### [Move through a DAO Recordset](../access/Concepts/Data-Access-Objects/move-through-a-dao-recordset.md)
+##### [Read from and write to a field in a DAO Recordset](../access/Concepts/Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md)
+##### [Return a random record from a DAO Recordset](../access/Concepts/Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md)
##### [Set properties of Data Access Objects in Visual Basic](../access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md)
-##### [Sort data in a DAO recordset](../access/Concepts/Data-Access-Objects/sort-data-in-a-dao-recordset.md)
-##### [Synchronize a DAO recordset's record with a form's current record](../access/Concepts/Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md)
-##### [Track design changes to a table-type DAO recordset](../access/Concepts/Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md)
+##### [Sort data in a DAO Recordset](../access/Concepts/Data-Access-Objects/sort-data-in-a-dao-recordset.md)
+##### [Synchronize a DAO Recordset's record with a form's current record](../access/Concepts/Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md)
+##### [Track design changes to a table-type DAO Recordset](../access/Concepts/Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md)
+##### [Use transactions in a DAO Recordset](../access/Concepts/Data-Access-Objects/use-transactions-in-a-dao-recordset.md)
##### [Work with attachments in DAO](../access/Concepts/Data-Access-Objects/work-with-attachments-in-dao.md)
-##### [Use transactions in a DAO recordset](../access/Concepts/Data-Access-Objects/use-transactions-in-a-dao-recordset.md)
#### ActiveX Data Objects (ADO)
-##### [Bind a form to an ADO recordset](../access/Concepts/ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md)
-##### [Set properties of ActiveX Data Objects in Visual Basic](../access/Concepts/ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md)
+##### [Bind a form to an ADO Recordset](../access/Concepts/ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md)
##### [Create an ADO connection string](../access/Concepts/ActiveX-Data-Objects/create-an-ado-connection-string.md)
+##### [Set properties of ActiveX Data Objects in Visual Basic](../access/Concepts/ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md)
#### XML
##### [Export a report to XML](../access/Concepts/XML/export-a-report-to-xml.md)
##### [Export data, schema, and related tables to XML](../access/Concepts/XML/export-data-schema-and-related-tables-to-xml.md)
From 415b50543da7a803b4a0e2590decef935f740e9f Mon Sep 17 00:00:00 2001
From: Dmitry Yudakov <37324682+tdkkdt@users.noreply.github.com>
Date: Mon, 24 Sep 2018 18:24:58 +0300
Subject: [PATCH 03/15] Fix incorrect reference. (#198)
* Fix incorrect reference.
There is incorrect reference to MsoWarpFormat.
* Edit pass
The path does not need a "./"
---
api/Excel.TextFrame2.WarpFormat.md | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/api/Excel.TextFrame2.WarpFormat.md b/api/Excel.TextFrame2.WarpFormat.md
index 2bfa6e507d5..959e0d7bc48 100644
--- a/api/Excel.TextFrame2.WarpFormat.md
+++ b/api/Excel.TextFrame2.WarpFormat.md
@@ -1,27 +1,23 @@
---
-title: TextFrame2.WarpFormat Property (Excel)
+title: TextFrame2.WarpFormat property (Excel)
ms.prod: excel
api_name:
- Excel.TextFrame2.WarpFormat
ms.assetid: 20710bdc-981f-b61d-4be5-f8c760bb9f4c
-ms.date: 06/08/2017
+ms.date: 09/24/2018
---
-# TextFrame2.WarpFormat Property (Excel)
+# TextFrame2.WarpFormat property (Excel)
-Returns or sets the warp type for the specified text frame. Read/write **[MsoWarpFormat](Excel.TextFrame2.WarpFormat.md)** .
+Returns or sets the warp type for the specified text frame. Read/write **[MsoWarpFormat](Office.MsoWarpFormat.md)**.
## Syntax
- _expression_. `WarpFormat`
+_expression_. `WarpFormat`
- _expression_ A variable that represents a [TextFrame2](./Excel.TextFrame2.md) object.
+_expression_ A variable that represents a [TextFrame2](Excel.TextFrame2.md) object.
-## See also
-
-
-[TextFrame2 Object](Excel.TextFrame2.md)
From 779b9f12483fb1dc9b5f9343309f4a2fa3a034e2 Mon Sep 17 00:00:00 2001
From: David Chesnut
Date: Mon, 24 Sep 2018 09:29:02 -0700
Subject: [PATCH 04/15] Perf update notes from Prash (#200)
---
.../excel-performance-and-limit-improvements.md | 14 ++++++++++++++
...tips-for-optimizing-performance-obstructions.md | 4 +++-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md b/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md
index 7d60e0ee6ca..9ca4ab597b8 100644
--- a/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md
+++ b/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md
@@ -11,6 +11,20 @@ author: FastExcel
Excel 2016 introduces new features that you can use to improve performance when you're working with large or complex Excel workbooks
+## VLOOKUP, HLOOKUP, MATCH improvements
+In Excel 16.0.9126.2xxx onwards VLOOKUP, HLOOKUP and MATCH for exact match on unsorted data is much faster than ever before when looking up multiple columns (or rows with HLOOKUP) from the same table range.
+
+These lookup functions now create an internal cached index for the column range being searched. This cached index is reused in any subsequent lookups that are pulling from the same row (VLOOKUP and MATCH) or column (HLOOKUP). The effect is dramatic: lookups on 5 different columns in the same table range can be up to 4 times faster than the same lookups using Excel 2010 or Excel 2016, and the improvement is larger as more columns are looked up.
+
+*For example calculating 100 rows of these 5 VLOOKUP formulas took 37 seconds to calculate using Excel 2010 and only 12 seconds using Excel 2016.*
+```
+ =VLOOKUP($A900000,$A$2:$E$1000000,1,FALSE)
+ =VLOOKUP($A900000,$A$2:$E$1000000,2,FALSE)
+ =VLOOKUP($A900000,$A$2:$E$1000000,3,FALSE)
+ =VLOOKUP($A900000,$A$2:$E$1000000,4,FALSE)
+ =VLOOKUP($A900000,$A$2:$E$1000000,5,FALSE)
+```
+
## LAA memory improvement for 32-bit Excel
Although the 64-bit version of Excel has large virtual memory limits, the 32-bit version has only 2 GBs of virtual memory. Some customers use the 32-bit version because some third-party add-ins and controls are not available in the 64-bit version.
diff --git a/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md b/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md
index 06c606ccb6f..8e9f9f4b355 100644
--- a/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md
+++ b/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md
@@ -116,7 +116,9 @@ Dynamic ranges have the following advantages and disadvantages:
## Improve lookup calculation time
-Lookups are frequently significant calculation obstructions. Fortunately, there are many ways of improving lookup calculation time. If you use the exact match option, the calculation time for the function is proportional to the number of cells scanned before a match is found. For lookups over large ranges, this time can be significant.
+In Excel 16.0.9126.2xxx onwards VLOOKUP, HLOOKUP and MATCH for exact match on unsorted data is much faster than ever before when looking up multiple columns (or rows with HLOOKUP) from the same table range.
+
+That said, for earlier Excel versions, Lookups continue to be frequently significant calculation obstructions. Fortunately, there are many ways of improving lookup calculation time. If you use the exact match option, the calculation time for the function is proportional to the number of cells scanned before a match is found. For lookups over large ranges, this time can be significant.
Lookup time using the approximate match options of **VLOOKUP**, **HLOOKUP**, and **MATCH** on sorted data is fast and is not significantly increased by the length of the range you are looking up. Characteristics are the same as binary search.
From 20af327058066366bc11403cf47761a8d3c4d49e Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Mon, 24 Sep 2018 10:07:46 -0700
Subject: [PATCH 05/15] Updates per Prash
---
.../excel-performance-and-limit-improvements.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md b/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md
index 9ca4ab597b8..001d2ea2637 100644
--- a/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md
+++ b/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md
@@ -1,7 +1,7 @@
---
title: Excel performance - Performance and limit improvements
description: Find out about performance improvements in Excel 2016 and Excel 2010.
-ms.date: 10/06/2017
+ms.date: 09/24/2018
author: FastExcel
---
@@ -12,11 +12,13 @@ author: FastExcel
Excel 2016 introduces new features that you can use to improve performance when you're working with large or complex Excel workbooks
## VLOOKUP, HLOOKUP, MATCH improvements
-In Excel 16.0.9126.2xxx onwards VLOOKUP, HLOOKUP and MATCH for exact match on unsorted data is much faster than ever before when looking up multiple columns (or rows with HLOOKUP) from the same table range.
+
+In Office 365 version 1809 and later, Excel's VLOOKUP, HLOOKUP, and MATCH for exact match on unsorted data is much faster than ever before when looking up multiple columns (or rows with HLOOKUP) from the same table range.
These lookup functions now create an internal cached index for the column range being searched. This cached index is reused in any subsequent lookups that are pulling from the same row (VLOOKUP and MATCH) or column (HLOOKUP). The effect is dramatic: lookups on 5 different columns in the same table range can be up to 4 times faster than the same lookups using Excel 2010 or Excel 2016, and the improvement is larger as more columns are looked up.
*For example calculating 100 rows of these 5 VLOOKUP formulas took 37 seconds to calculate using Excel 2010 and only 12 seconds using Excel 2016.*
+
```
=VLOOKUP($A900000,$A$2:$E$1000000,1,FALSE)
=VLOOKUP($A900000,$A$2:$E$1000000,2,FALSE)
From 0d21966178598e14c4007a29b2829dbda8dd730b Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Mon, 24 Sep 2018 10:10:43 -0700
Subject: [PATCH 06/15] Updates per Prash
---
.../excel-tips-for-optimizing-performance-obstructions.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md b/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md
index 8e9f9f4b355..f7c46622e35 100644
--- a/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md
+++ b/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md
@@ -116,7 +116,7 @@ Dynamic ranges have the following advantages and disadvantages:
## Improve lookup calculation time
-In Excel 16.0.9126.2xxx onwards VLOOKUP, HLOOKUP and MATCH for exact match on unsorted data is much faster than ever before when looking up multiple columns (or rows with HLOOKUP) from the same table range.
+In Office 365 version 1809 and later, Excel's VLOOKUP, HLOOKUP, and MATCH for exact match on unsorted data is much faster than ever before when looking up multiple columns (or rows with HLOOKUP) from the same table range.
That said, for earlier Excel versions, Lookups continue to be frequently significant calculation obstructions. Fortunately, there are many ways of improving lookup calculation time. If you use the exact match option, the calculation time for the function is proportional to the number of cells scanned before a match is found. For lookups over large ranges, this time can be significant.
From b32572dc882c43fbc105052dbf84a389a3656adf Mon Sep 17 00:00:00 2001
From: ashleedawg
Date: Tue, 25 Sep 2018 07:36:58 -0700
Subject: [PATCH 07/15] fixed minor typo (#205)
"languagess" -> "languages"
---
api/Office.LanguageSettings.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/Office.LanguageSettings.md b/api/Office.LanguageSettings.md
index 41863c1a5fe..7962f179b5c 100644
--- a/api/Office.LanguageSettings.md
+++ b/api/Office.LanguageSettings.md
@@ -44,7 +44,7 @@ Use **Application.LanguageSettings.LanguagePreferredForEditing** to determine w
```vb
If Application.LanguageSettings. _
LanguagePreferredForEditing(msoLanguageIDEnglishUS) Then
- MsgBox "U.S. English is one of the chosen editing languagess."
+ MsgBox "U.S. English is one of the chosen editing languages."
End If
```
From e7a050c1a0413192c8ef95bb90c10032e94e5da3 Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Tue, 25 Sep 2018 11:10:01 -0700
Subject: [PATCH 08/15] Merge Linda toc 925 to master (#209)
* removed en-us from links
* Added space before [
Strings: a, an, and, the, or, either, not, comma, is, has, at, closing parens, .md)or, in, its,
with, see
---
.../Concepts/Forms/add-a-watch-expression.md | 4 +-
.../assign-a-control-tip-to-a-page-or-tab.md | 2 +-
.../should-i-use-a-multipage-or-a-tabstrip.md | 2 +-
.../Forms/transparency-in-microsoft-forms.md | 2 +-
...s-to-change-the-appearance-of-a-control.md | 4 +-
.../Forms/ways-to-create-an-option-group.md | 2 +-
.../ways-to-protect-sensitive-information.md | 8 +--
.../Concepts/Forms/what-is-a-multipage.md | 2 +-
.../Concepts/Forms/what-is-a-shortcut-menu.md | 4 +-
Language/Concepts/Forms/what-is-a-tabstrip.md | 2 +-
...-visual-basic-for-applications-overview.md | 2 +-
.../Getting-Started/compiler-constants.md | 2 +-
.../Getting-Started/deftype-statements.md | 2 +-
.../passing-arguments-efficiently.md | 2 +-
.../understanding-parameter-arrays.md | 2 +-
.../using-data-types-efficiently.md | 2 +-
.../using-for-eachnext-statements.md | 2 +-
.../using-parentheses-in-code.md | 2 +-
.../using-select-case-statements.md | 2 +-
.../Getting-Started/using-with-statements.md | 2 +-
.../visual-basic-naming-rules.md | 2 +-
.../working-across-applications.md | 2 +-
.../writing-a-property-procedure.md | 6 +-
.../writing-assignment-statements.md | 2 +-
.../writing-executable-statements.md | 2 +-
...heck-or-add-an-object-library-reference.md | 4 +-
.../How-to/execute-a-specific-statement.md | 4 +-
Language/How-to/find-a-procedure.md | 2 +-
Language/How-to/find-a-variable-definition.md | 2 +-
Language/How-to/set-and-clear-a-breakpoint.md | 2 +-
.../How-to/set-reference-to-a-type-library.md | 2 +-
.../set-visual-basic-environment-options.md | 4 +-
Language/How-to/split-the-code-window.md | 2 +-
Language/How-to/start-code-execution.md | 2 +-
Language/How-to/use-quick-watch.md | 2 +-
...er-defined-type-may-not-be-passed-byval.md | 9 +--
.../How-to/user-defined-type-not-defined.md | 8 +--
...t-be-a-visual-basic-executable-or-a-dll.md | 4 +-
.../a-module-is-not-a-valid-type.md | 4 +-
.../activate-deactivate-events.md | 2 +-
...depane-property-vba-add-in-object-model.md | 2 +-
...roject-property-vba-add-in-object-model.md | 2 +-
...window-property-vba-add-in-object-model.md | 2 +-
...return-reference-to-this-object-error-4.md | 2 +-
.../add-method-microsoft-forms.md | 4 +-
.../add-method-vba-add-in-object-model.md | 4 +-
...dd-method-visual-basic-for-applications.md | 4 +-
.../add-watch-command-debug-menu.md | 2 +-
...fromfile-method-vba-add-in-object-model.md | 4 +-
...fromguid-method-vba-add-in-object-model.md | 2 +-
...omstring-method-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/addins-property.md | 2 +-
.../User-Interface-Help/addressof-operator.md | 10 +--
.../User-Interface-Help/afterupdate-event.md | 2 +-
...quired-for-property-let-or-property-set.md | 2 +-
.../User-Interface-Help/array-function.md | 4 +-
.../User-Interface-Help/asc-function.md | 6 +-
.../User-Interface-Help/assert-method.md | 2 +-
.../User-Interface-Help/atn-function.md | 2 +-
.../automation-error-error-440.md | 2 +-
...-doesn-t-have-a-default-value-error-443.md | 2 +-
.../User-Interface-Help/autotab-property.md | 2 +-
.../backstyle-property-microsoft-forms.md | 2 +-
.../bad-dll-calling-convention-error-49.md | 2 +-
.../bad-record-length-error-59.md | 2 +-
.../User-Interface-Help/beforeupdate-event.md | 2 +-
...rikethrough-underline-weight-properties.md | 2 +-
.../boundcolumn-property.md | 2 +-
.../buildfilename-property.md | 2 +-
.../User-Interface-Help/call-statement.md | 2 +-
.../callbyname-function.md | 2 +-
...t-add-a-reference-to-the-specified-file.md | 2 +-
...-that-isn-t-an-instance-of-the-defining.md | 2 +-
...n-t-change-data-types-of-array-elements.md | 2 +-
.../can-t-enter-break-mode-at-this-time.md | 2 +-
.../can-t-execute-code-in-break-mode.md | 2 +-
.../can-t-find-project-or-library.md | 2 +-
...efined-type-containing-object-reference.md | 2 +-
...-t-perform-requested-operation-error-17.md | 2 +-
.../can-t-remove-default-reference.md | 2 +-
.../cancel-property-microsoft-forms.md | 2 +-
...ned-type-within-a-private-object-module.md | 4 +-
.../User-Interface-Help/carrot-operator.md | 2 +-
.../User-Interface-Help/chdrive-statement.md | 2 +-
.../User-Interface-Help/checkbox-control.md | 4 +-
.../class-is-not-set-error-31018.md | 2 +-
...lear-all-breakpoints-command-debug-menu.md | 2 +-
.../clear-method-microsoft-forms.md | 2 +-
.../clearand-delete-commands-edit-menu.md | 2 +-
.../click-event-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/click-event.md | 2 +-
.../close-method-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/code-window.md | 4 +-
...demodule-object-vba-add-in-object-model.md | 4 +-
...module-property-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/codepane-property.md | 2 +-
...anes-collection-vba-add-in-object-model.md | 4 +-
.../User-Interface-Help/column-property.md | 2 +-
.../columncount-property.md | 2 +-
.../User-Interface-Help/combobox-control.md | 2 +-
.../User-Interface-Help/command-function.md | 2 +-
...arevents-object-vba-add-in-object-model.md | 2 +-
...events-property-vba-add-in-object-model.md | 2 +-
...bars-collection-vba-add-in-object-model.md | 2 +-
.../comparison-operators.md | 2 +-
...er-defined-types-and-declare-statements.md | 2 +-
.../User-Interface-Help/cos-function.md | 2 +-
.../count-property-vba-add-in-object-model.md | 2 +-
...-property-visual-basic-for-applications.md | 2 +-
...nlines-property-vba-add-in-object-model.md | 2 +-
...flines-property-vba-add-in-object-model.md | 2 +-
...elines-property-vba-add-in-object-model.md | 2 +-
...ventproc-method-vba-add-in-object-model.md | 4 +-
.../createobject-function.md | 10 +--
.../User-Interface-Help/curdir-function.md | 2 +-
.../User-Interface-Help/curline-property.md | 2 +-
...nt-module-does-not-support-print-method.md | 4 +-
.../User-Interface-Help/curx-property.md | 2 +-
.../cut-method-microsoft-forms.md | 4 +-
.../User-Interface-Help/cverr-function.md | 4 +-
.../User-Interface-Help/cycle-property.md | 2 +-
.../User-Interface-Help/dateadd-function.md | 2 +-
.../User-Interface-Help/datediff-function.md | 2 +-
.../User-Interface-Help/datepart-function.md | 2 +-
.../dateserial-function.md | 2 +-
.../User-Interface-Help/datevalue-function.md | 2 +-
.../User-Interface-Help/decimal-data-type.md | 2 +-
.../User-Interface-Help/declare-statement.md | 10 +--
.../default-propertyd-microsoft-forms.md | 2 +-
...-for-the-same-property-are-inconsistent.md | 4 +-
...pe-statements-must-precede-declarations.md | 4 +-
.../deletesetting-statement.md | 2 +-
...signer-property-vba-add-in-object-model.md | 2 +-
.../designerwindow-method.md | 2 +-
.../User-Interface-Help/dim-statement.md | 6 +-
.../division-by-zero-error-11.md | 2 +-
.../User-Interface-Help/doevents-function.md | 2 +-
.../duplicate-declaration-in-current-scope.md | 2 +-
.../edit-watch-command-debug-menu.md | 2 +-
.../User-Interface-Help/empty-keyword.md | 2 +-
.../empty-watch-expression.md | 2 +-
.../enabled-property-microsoft-forms.md | 2 +-
.../enterkeybehavior-property.md | 2 +-
.../User-Interface-Help/enum-statement.md | 10 +--
.../User-Interface-Help/eof-function.md | 2 +-
.../User-Interface-Help/equals-operator.md | 2 +-
.../error-accessing-the-system-registry.md | 2 +-
.../User-Interface-Help/error-statement.md | 2 +-
.../User-Interface-Help/event-statement.md | 8 +--
.../User-Interface-Help/events-property.md | 2 +-
...function-not-allowed-in-sub-or-property.md | 2 +-
...property-not-allowed-in-function-or-sub.md | 2 +-
.../User-Interface-Help/exit-statement.md | 2 +-
...sub-not-allowed-in-function-or-property.md | 2 +-
.../User-Interface-Help/exp-function.md | 2 +-
.../User-Interface-Help/expected-array.md | 2 +-
.../expected-end-function.md | 2 +-
.../expected-end-property.md | 2 +-
.../User-Interface-Help/expected-end-sub.md | 2 +-
.../expected-sub-function-or-property.md | 4 +-
.../expected-user-defined-type-not-project.md | 2 +-
...ted-variable-or-procedure-not-enum-type.md | 4 +-
...pected-variable-or-procedure-not-module.md | 2 +-
...ected-variable-or-procedure-not-project.md | 2 +-
.../external-name-not-defined.md | 2 +-
.../filedatetime-function.md | 2 +-
.../User-Interface-Help/filelen-function.md | 2 +-
...d-during-automation-operation-error-432.md | 2 +-
.../User-Interface-Help/filename-property.md | 2 +-
...or-static-data-can-t-be-larger-than-64k.md | 2 +-
...te-over-a-collection-object-or-an-array.md | 4 +-
...er-defined-type-or-fixed-length-strings.md | 4 +-
.../for-eachnext-statement.md | 4 +-
.../User-Interface-Help/fornext-statement.md | 2 +-
.../User-Interface-Help/freefile-function.md | 2 +-
.../User-Interface-Help/friend-keyword.md | 6 +-
...es-a-type-not-supported-in-visual-basic.md | 2 +-
.../User-Interface-Help/function-statement.md | 4 +-
...neral-tab-project-properties-dialog-box.md | 2 +-
.../getallsettings-function.md | 4 +-
.../User-Interface-Help/getattr-function.md | 4 +-
.../User-Interface-Help/getformat-method.md | 2 +-
.../User-Interface-Help/getobject-function.md | 6 +-
.../gosubreturn-statement.md | 4 +-
...height-property-vba-add-in-object-model.md | 4 +-
.../helpcontextid-property.md | 2 +-
...lpfile-property-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/hex-function.md | 2 +-
.../User-Interface-Help/hide-method.md | 2 +-
...-parameter-can-t-write-arrays-error-328.md | 2 +-
.../User-Interface-Help/imemode-property.md | 2 +-
.../import-method-vba-add-in-object-model.md | 2 +-
.../incorrect-ole-version.md | 2 +-
...dvalue-property-vba-add-in-object-model.md | 4 +-
.../User-Interface-Help/initialize-event.md | 2 +-
.../User-Interface-Help/inputbox-function.md | 2 +-
.../User-Interface-Help/inputstatement.md | 4 +-
.../insideheight-insidewidth-properties.md | 2 +-
.../interface-not-valid-for-implements.md | 2 +-
...d-attribute-in-sub-function-or-property.md | 2 +-
.../invalid-data-format.md | 4 +-
.../invalid-in-immediate-window.md | 2 +-
.../invalid-ordinal-error-452.md | 2 +-
.../invalid-outside-enum.md | 2 +-
.../invalid-outside-procedure.md | 2 +-
.../invalid-paramarray-use.md | 4 +-
.../invalid-procedure-name.md | 2 +-
.../invalid-property-array-index-error-381.md | 2 +-
...ditional-compiler-constant-declarations.md | 2 +-
.../invalid-use-of-addressof-operator.md | 4 +-
.../invalid-watch-expression.md | 2 +-
.../User-Interface-Help/isarray-function.md | 4 +-
...broken-property-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/isdate-function.md | 2 +-
.../User-Interface-Help/isempty-function.md | 2 +-
.../User-Interface-Help/iserror-function.md | 4 +-
.../User-Interface-Help/ismissing-function.md | 4 +-
.../User-Interface-Help/isnull-function.md | 4 +-
.../item-method-vba-add-in-object-model.md | 2 +-
...rty-can-t-be-read-at-run-time-error-393.md | 2 +-
...erty-can-t-be-set-at-run-time-error-382.md | 2 +-
.../item-property-is-read-only-error-383.md | 2 +-
.../User-Interface-Help/key-property.md | 2 +-
.../User-Interface-Help/kill-statement.md | 2 +-
.../User-Interface-Help/label-not-defined.md | 2 +-
.../User-Interface-Help/lbound-function.md | 2 +-
.../left-property-vba-add-in-object-model.md | 2 +-
.../left-top-properties.md | 2 +-
.../User-Interface-Help/len-function.md | 4 +-
...t-found-you-don-t-have-an-appropriate-l.md | 2 +-
.../User-Interface-Help/like-operator.md | 16 ++---
.../line-inputstatement.md | 2 +-
.../line-isn-t-an-executable-statement.md | 2 +-
.../User-Interface-Help/lines-property.md | 2 +-
...wframe-property-vba-add-in-object-model.md | 2 +-
...dows-collection-vba-add-in-object-model.md | 4 +-
.../User-Interface-Help/listindex-property.md | 4 +-
.../User-Interface-Help/load-statement.md | 2 +-
.../User-Interface-Help/loc-function.md | 2 +-
.../locals-window-command-view-menu.md | 2 +-
.../User-Interface-Help/lof-function.md | 2 +-
.../User-Interface-Help/log-function.md | 2 +-
.../User-Interface-Help/longptr-data-type.md | 4 +-
...-only-on-strings-and-user-defined-types.md | 2 +-
.../User-Interface-Help/lset-not-allowed.md | 2 +-
.../makecompiledfile-method.md | 2 +-
.../User-Interface-Help/me-keyword.md | 2 +-
...ethod-not-valid-without-suitable-object.md | 2 +-
.../User-Interface-Help/mid-function.md | 2 +-
.../User-Interface-Help/mid-statement.md | 2 +-
.../User-Interface-Help/mkdir-statement.md | 2 +-
.../User-Interface-Help/mod-operator.md | 2 +-
.../User-Interface-Help/module-not-found.md | 2 +-
.../User-Interface-Help/module-too-large.md | 2 +-
.../User-Interface-Help/msgbox-function.md | 2 +-
.../User-Interface-Help/multipage-control.md | 2 +-
...isting-module-project-or-object-library.md | 2 +-
.../name-property-vba-add-in-object-model.md | 2 +-
.../name-propertye-microsoft-forms.md | 4 +-
.../named-argument-already-specified.md | 2 +-
.../named-argument-not-found-error-448.md | 2 +-
.../named-arguments-not-allowed.md | 2 +-
.../need-property-array-index-error-385.md | 2 +-
.../no-watch-expression-selected.md | 2 +-
.../not-a-legal-object-nameitem.md | 2 +-
.../User-Interface-Help/null-keyword.md | 2 +-
.../User-Interface-Help/object-browser.md | 2 +-
...-does-not-have-a-property-let-procedure.md | 2 +-
...t-doesn-t-support-this-action-error-445.md | 2 +-
...pport-this-property-or-method-error-438.md | 4 +-
...visual-basic-for-applications-not-found.md | 2 +-
.../object-library-not-registered.md | 2 +-
.../User-Interface-Help/oct-function.md | 2 +-
.../oldleft-oldtop-properties.md | 2 +-
.../Reference/User-Interface-Help/operator.md | 2 +-
.../option-compare-statement.md | 6 +-
...e-module-not-permitted-in-object-module.md | 4 +-
.../option-private-statement.md | 6 +-
.../optional-argument-must-be-variant.md | 2 +-
.../optionbutton-control.md | 4 +-
.../out-of-stack-space-error-28.md | 2 +-
.../User-Interface-Help/page-object.md | 2 +-
...parent-property-vba-add-in-object-model.md | 2 +-
.../picturealignment-property.md | 2 +-
.../picturesizemode-property.md | 2 +-
.../User-Interface-Help/print-method.md | 8 +--
.../User-Interface-Help/printform-method.md | 4 +-
.../User-Interface-Help/printstatement.md | 6 +-
...t-be-used-as-parameters-or-return-types.md | 6 +-
.../User-Interface-Help/private-statement.md | 4 +-
.../procbodyline-property.md | 2 +-
.../proccountlines-property.md | 4 +-
.../procofline-property.md | 2 +-
.../procstartline-property.md | 2 +-
.../User-Interface-Help/progid-property.md | 2 +-
...ties-collection-vba-add-in-object-model.md | 2 +-
.../property-get-statement.md | 8 +--
.../property-let-statement.md | 10 +--
...property-object-vba-add-in-object-model.md | 4 +-
.../property-or-method-not-found-error-423.md | 2 +-
...can-t-be-executed-at-run-time-error-382.md | 2 +-
...sed-with-a-read-only-property-error-383.md | 2 +-
.../property-set-statement.md | 8 +--
.../User-Interface-Help/ptrsafe-keyword.md | 4 +-
.../User-Interface-Help/put-statement.md | 2 +-
.../qualifier-must-be-collection.md | 2 +-
.../User-Interface-Help/queryclose-event.md | 2 +-
.../quick-watch-command-tools-menu.md | 2 +-
.../User-Interface-Help/raise-method.md | 2 +-
.../randomize-statement.md | 2 +-
.../User-Interface-Help/redim-statement.md | 6 +-
...eference-object-vba-add-in-object-model.md | 2 +-
.../references-command-tools-menu.md | 2 +-
...esevents-object-vba-add-in-object-model.md | 2 +-
...events-property-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/rem-statement.md | 2 +-
.../remove-item-command-file-menu.md | 2 +-
.../remove-method-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/removeitem-method.md | 2 +-
.../User-Interface-Help/resize-event.md | 2 +-
.../return-without-gosub-error-3.md | 2 +-
.../User-Interface-Help/returns-for-cstr.md | 2 +-
.../User-Interface-Help/rmdir-statement.md | 2 +-
.../rset-allowed-only-on-strings.md | 2 +-
...ontinue-and-run-macro-commands-run-menu.md | 2 +-
...k-failed-can-t-read-write-from-the-disk.md | 2 +-
.../User-Interface-Help/seek-function.md | 2 +-
.../select-case-statement.md | 4 +-
.../User-Interface-Help/selected-property.md | 2 +-
.../selected-watch-expression-invalid.md | 4 +-
...ponent-property-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/seltext-property.md | 2 +-
.../User-Interface-Help/sendkeys-statement.md | 2 +-
.../User-Interface-Help/setattr-statement.md | 2 +-
...setfocus-method-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/settext-method.md | 2 +-
.../User-Interface-Help/shell-function.md | 2 +-
.../show-method-vba-add-in-object-model.md | 4 +-
.../User-Interface-Help/showmodal-property.md | 2 +-
.../User-Interface-Help/sin-function.md | 2 +-
...-property-visual-basic-for-applications.md | 4 +-
.../specialeffect-property.md | 2 +-
...d-library-or-project-already-referenced.md | 4 +-
.../User-Interface-Help/sqr-function.md | 2 +-
.../User-Interface-Help/standard-toolbar.md | 2 +-
.../statement-invalid-inside-type-block.md | 2 +-
.../statement-invalid-outside-type-block.md | 2 +-
.../User-Interface-Help/stop-statement.md | 2 +-
.../User-Interface-Help/str-function.md | 2 +-
.../User-Interface-Help/strcomp-function.md | 4 +-
.../User-Interface-Help/strconv-function.md | 2 +-
.../User-Interface-Help/string-function.md | 2 +-
.../User-Interface-Help/sub-statement.md | 2 +-
.../User-Interface-Help/switch-function.md | 4 +-
.../User-Interface-Help/syntax-error.md | 2 +-
.../User-Interface-Help/tab-function.md | 2 +-
.../User-Interface-Help/tab-object.md | 2 +-
.../tabkeybehavior-property.md | 2 +-
.../User-Interface-Help/tabstrip-control.md | 2 +-
.../User-Interface-Help/tan-function.md | 2 +-
...ate-event-visual-basic-for-applications.md | 4 +-
.../User-Interface-Help/textbox-control.md | 2 +-
...st-be-updated-for-use-on-64-bit-systems.md | 2 +-
...patible-with-the-previously-specified-c.md | 2 +-
...this-component-doesn-t-raise-any-events.md | 2 +-
...ocument-was-opened-with-macros-disabled.md | 4 +-
...an-element-of-this-collection-error-457.md | 2 +-
.../timeserial-function.md | 2 +-
.../User-Interface-Help/timevalue-function.md | 2 +-
.../togglebutton-control.md | 2 +-
.../User-Interface-Help/too-many-arguments.md | 2 +-
.../too-many-dimensions.md | 2 +-
.../too-many-local-nonstatic-variables.md | 2 +-
.../too-many-module-level-variables.md | 2 +-
.../top-property-vba-add-in-object-model.md | 2 +-
...opline-property-vba-add-in-object-model.md | 2 +-
...acter-does-not-match-declared-data-type.md | 2 +-
...tch-array-or-user-defined-type-expected.md | 2 +-
.../User-Interface-Help/type-statement.md | 8 +--
.../User-Interface-Help/unload-statement.md | 2 +-
.../update-method-vba-add-in-object-model.md | 2 +-
.../use-the-immediate-window.md | 2 +-
.../use-the-object-browser.md | 4 +-
.../use-the-project-explorer.md | 2 +-
.../use-the-properties-window.md | 2 +-
.../User-Interface-Help/userform-object.md | 4 +-
...orm-windowc-visual-basic-user-interface.md | 2 +-
.../value-property-vba-add-in-object-model.md | 2 +-
...ariable-not-yet-created-in-this-context.md | 2 +-
...equired-can-t-assign-to-this-expression.md | 8 +--
...not-supported-in-visual-basic-error-458.md | 2 +-
.../User-Interface-Help/variant-data-type.md | 2 +-
.../User-Interface-Help/vartype-function.md | 2 +-
...omponent-object-vba-add-in-object-model.md | 4 +-
...ents-collection-vba-add-in-object-model.md | 2 +-
.../vbe-object-vba-add-in-object-model.md | 4 +-
...ects-collection-vba-add-in-object-model.md | 2 +-
.../vbprojects-property.md | 2 +-
...isible-property-vba-add-in-object-model.md | 2 +-
.../whatsthisbutton-property.md | 2 +-
.../whatsthishelp-property.md | 2 +-
.../whatsthismode-method.md | 2 +-
.../whilewend-statement.md | 2 +-
.../width-property-vba-add-in-object-model.md | 4 +-
.../window-object-vba-add-in-object-model.md | 4 +-
...dows-collection-vba-add-in-object-model.md | 2 +-
.../User-Interface-Help/windows-property.md | 2 +-
...-be-user-defined-type-object-or-variant.md | 2 +-
.../User-Interface-Help/writestatement.md | 6 +-
.../wrong-number-of-arguments-error-450.md | 4 +-
.../what-s-new-for-vba-in-office-2016.md | 12 ++--
ThirdPartyNotices | 4 +-
.../avg-function-microsoft-access-sql.md | 2 +-
.../count-function-microsoft-access-sql.md | 2 +-
.../min-max-functions-microsoft-access-sql.md | 2 +-
...v-stdevp-functions-microsoft-access-sql.md | 2 +-
.../sum-function-microsoft-access-sql.md | 2 +-
...var-varp-functions-microsoft-access-sql.md | 2 +-
...-of-data-access-objects-in-visual-basic.md | 2 +-
.../Date-Time/calculate-elapsed-time.md | 2 +-
.../elements-of-run-time-error-handling.md | 2 +-
...urrent-record-is-a-new-record-in-a-form.md | 2 +-
.../Miscellaneous/0-database-engine-driver.md | 4 +-
.../5-database-engine-driver-1-of-2.md | 4 +-
.../5-database-engine-driver-2-of-2.md | 4 +-
...successful-try-reinstalling-the-applica.md | 4 +-
...as-performed-on-the-operationerror-3642.md | 4 +-
...ing-returned-to-the-recordseterror-3647.md | 4 +-
...operation-from-being-executederror-3667.md | 4 +-
...r-writing-to-the-temp-directoryerror-35.md | 4 +-
...ct-the-problem-by-repairing-and-compact.md | 4 +-
...ap-file-has-reached-its-limiterror-3539.md | 4 +-
...-data-in-a-text-memo-or-hyperlink-field.md | 4 +-
...at-destination-dropbox-foldererror-3562.md | 4 +-
...accessing-dropbox-folder-nameerror-3468.md | 4 +-
.../account-name-already-existserror-3390.md | 4 +-
...e-is-not-a-valid-account-nameerror-3030.md | 4 +-
access/Concepts/Miscellaneous/action-query.md | 4 +-
.../adding-records-using-addnew.md | 4 +-
.../addnew-or-edit-already-usederror-3023.md | 4 +-
.../ado-event-instantiation-by-language.md | 4 +-
...visual-c-plus-plus-syntax-index-for-com.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
...mples-in-visual-basic-scripting-edition.md | 4 +-
.../ado-md-code-examples-in-visual-basic.md | 4 +-
.../Miscellaneous/ado-md-code-examples.md | 4 +-
.../ado-programmer-s-reference.md | 4 +-
.../Miscellaneous/ado-syntax-indexes.md | 4 +-
.../Miscellaneous/ado-wfc-syntax-index.md | 4 +-
...-cannot-remove-the-replication-features.md | 4 +-
...-expressions-cannot-use-guidserror-3600.md | 4 +-
...r-replicas-are-already-in-useerror-3555.md | 4 +-
.../allow-multiple-values-property.md | 4 +-
.../Miscellaneous/allowbypasskey-property.md | 4 +-
.../allowspecialkeys-property.md | 4 +-
.../Miscellaneous/allowzerolength-property.md | 4 +-
...annot-be-used-as-a-row-sourceerror-3417.md | 4 +-
...tion-call-is-not-yet-completeerror-3664.md | 4 +-
...empty-text-file-to-import-or-link-a-tex.md | 4 +-
...ternet-function-has-timed-outerror-3742.md | 4 +-
access/Concepts/Miscellaneous/and-operator.md | 4 +-
...-be-returned-by-this-subqueryerror-3354.md | 4 +-
.../Miscellaneous/axis-example-vbscript.md | 4 +-
.../between-operator-without-anderror-2430.md | 4 +-
...t-be-used-in-a-boolean-filtererror-3658.md | 4 +-
.../Concepts/Miscellaneous/bound-control.md | 4 +-
.../calculating-fields-in-sql-functions.md | 4 +-
...fferences-in-string-function-operations.md | 4 +-
...nt-only-in-version-1-0-formaterror-3334.md | 4 +-
...there-is-no-active-connectionerror-3668.md | 4 +-
.../cancel-method-example-vbscript.md | 4 +-
.../cancelupdate-method-example-vbscript.md | 4 +-
...o-3-0-bound-dbf-file-filenameerror-3623.md | 4 +-
...-namedelete-obsolete-columns-and-compac.md | 4 +-
...-table-name-not-in-result-seterror-3348.md | 4 +-
...-table-name-not-in-result-seterror-3347.md | 4 +-
...a-part-of-a-fields-collectionerror-3266.md | 4 +-
...lation-with-no-fields-definederror-3366.md | 4 +-
...part-of-an-indexes-collectionerror-3269.md | 4 +-
...ready-exists-in-the-collectionerror-336.md | 4 +-
...les-for-this-table-are-in-useerror-3302.md | 4 +-
.../cannot-change-field-nameerror-3720.md | 4 +-
...ord-on-a-shared-open-databaseerror-3621.md | 4 +-
...name-object-in-name-container-could-not.md | 4 +-
...ip-between-a-field-and-itselferror-3206.md | 4 +-
...ionship-on-linked-odbc-tableserror-3613.md | 4 +-
.../cannot-create-a-relationshiperror-3300.md | 4 +-
...-a-workgroup-information-fileerror-3639.md | 4 +-
...plica-using-a-partial-replicaerror-3634.md | 4 +-
...this-mapi-folder-address-bookerror-3788.md | 4 +-
...because-the-locale-is-invaliderror-3424.md | 4 +-
...eate-index-on-the-given-fielderror-3287.md | 4 +-
...-a-workgroup-information-fileerror-3635.md | 4 +-
...le-name-does-not-have-a-primary-keyerro.md | 4 +-
...ferential-integrity-existing-data-in-ta.md | 4 +-
...eate-replica-of-a-sql-replicaerror-3753.md | 4 +-
...from-the-given-source-replicaerror-3737.md | 4 +-
...t-define-field-more-than-onceerror-3191.md | 4 +-
...ot-delete-a-built-in-propertyerror-3384.md | 4 +-
...index-or-is-needed-by-the-systemerror-3.md | 4 +-
...-of-one-or-more-relationshipserror-3383.md | 4 +-
...rom-a-prevent-deletes-replicaerror-3754.md | 4 +-
...elete-one-or-more-objectsnameerror-3773.md | 4 +-
...nnot-delete-spreadsheet-cellserror-3435.md | 4 +-
...-of-one-or-more-relationshipserror-3303.md | 4 +-
...ither-the-current-index-or-is-used-in-a.md | 4 +-
...-design-master-for-the-replica-seterror.md | 4 +-
...eld-on-one-side-of-outer-joinerror-3332.md | 4 +-
...cannot-execute-a-select-queryerror-3065.md | 4 +-
...ements-on-linked-data-sourceserror-3611.md | 4 +-
.../cannot-expand-named-rangeerror-3434.md | 4 +-
...nnot-find-table-or-constrainterror-3371.md | 4 +-
.../cannot-find-the-dll-nameerror-3463.md | 4 +-
...the-synchronizer-mstran40-exeerror-3627.md | 4 +-
...elds-selected-with-table-nameerror-3120.md | 4 +-
...group-on-fields-selected-witherror-3121.md | 4 +-
...-on-memo-or-ole-object-clauseerror-3119.md | 4 +-
...tion-in-expression-expressionerror-3095.md | 4 +-
...ion-in-group-by-clause-clauseerror-3098.md | 4 +-
...n-in-join-operation-operationerror-3099.md | 4 +-
...ion-in-order-by-clause-clauseerror-3097.md | 4 +-
...nction-in-where-clause-clauseerror-3096.md | 4 +-
...-aggregate-argument-statementerror-3115.md | 4 +-
...criteria-criteria-for-aggregate-functio.md | 4 +-
...re-than-10-fields-in-an-indexerror-3277.md | 4 +-
...assword-protected-spreadsheeterror-3244.md | 4 +-
...u-select-unique-values-statementerror-3.md | 4 +-
...ere-are-too-many-applications-runninger.md | 4 +-
...om-internal-report-query-nameerror-3124.md | 4 +-
...insert-data-with-action-queryerror-3084.md | 4 +-
...table-with-the-same-name-nameerror-3081.md | 4 +-
...in-on-memo-or-ole-object-nameerror-3118.md | 4 +-
.../cannot-load-dll-nameerror-3633.md | 4 +-
...the-requested-xbase-memo-fileerror-3166.md | 4 +-
...e-object-in-name-container-could-not-be.md | 4 +-
...-make-the-database-replicableerror-3455.md | 4 +-
...-in-name-container-replicableerror-3456.md | 4 +-
...-in-name-container-replicableerror-3583.md | 4 +-
...cable-due-to-too-many-columnserror-3705.md | 4 +-
...cable-due-to-too-many-indexeserror-3706.md | 4 +-
...other-user-has-the-table-openerror-3422.md | 4 +-
...it-is-in-a-read-only-databaseerror-3370.md | 4 +-
...evious-version-of-your-applicationerror.md | 4 +-
...y-contains-a-user-defined-function-that.md | 4 +-
...cannot-open-action-query-nameerror-3064.md | 4 +-
...annot-open-any-more-databaseserror-3048.md | 4 +-
.../cannot-open-any-more-fileserror-3025.md | 4 +-
...en-any-more-tables-or-querieserror-3037.md | 4 +-
.../cannot-open-any-more-tableserror-3014.md | 4 +-
...database-that-your-application-recogniz.md | 4 +-
...ot-open-library-database-nameerror-3007.md | 4 +-
...-because-the-table-is-already-in-useerr.md | 4 +-
...-table-open-using-a-different-network-c.md | 4 +-
...the-log-file-name-for-writingerror-3474.md | 4 +-
...ne-workgroup-information-fileerror-3358.md | 4 +-
...e-because-paradoxnetstyle-is-set-to-3-x.md | 4 +-
...ld-cause-field-name-to-become-a-zero-le.md | 4 +-
...ld-cause-field-name-to-become-null-whic.md | 4 +-
...ld-result-in-a-duplicate-key-in-table-n.md | 4 +-
...ld-result-in-a-null-key-in-table-nameer.md | 4 +-
...uld-result-in-two-updates-to-field-name.md | 4 +-
...le-name-because-it-is-currently-in-usee.md | 4 +-
...ading-operation-on-table-nameerror-3413.md | 4 +-
...related-records-exist-in-table-namerefe.md | 4 +-
...lue-entered-is-prohibited-by-the-valida.md | 2 +-
...must-be-a-related-record-in-table-namee.md | 4 +-
...ding-operationvalidation-texterror-3403.md | 4 +-
...ble-because-it-is-currently-in-use-by-a.md | 4 +-
...d-restriction-a-value-being-searched-or.md | 4 +-
...-this-version-are-not-available-in-data.md | 4 +-
...cannot-perform-this-operationerror-3032.md | 4 +-
...tion-expression-on-this-fielderror-3313.md | 4 +-
...-replica-s-filter-because-the-replica-h.md | 4 +-
...able-name-name-in-from-clauseerror-3074.md | 4 +-
...columns-exceeds-the-maximum-allowederro.md | 4 +-
...-for-a-member-of-the-replica-seterror-3.md | 4 +-
...property-is-a-schema-propertyerror-3394.md | 4 +-
...ield-name-in-join-key-to-nullerror-3100.md | 4 +-
...iple-null-not-null-attributeserror-3806.md | 4 +-
...arameter-for-the-synchronizererror-3493.md | 4 +-
...s-property-for-remote-objectserror-3365.md | 4 +-
...bject-is-part-of-a-collectionerror-3268.md | 4 +-
.../cannot-set-valueerror-2448.md | 4 +-
...-on-memo-or-ole-object-clauseerror-3117.md | 4 +-
...-in-a-crosstab-query-more-than-onceerro.md | 4 +-
...up-information-file-is-missing-or-opene.md | 4 +-
...-with-another-partial-replicaerror-3648.md | 4 +-
...tabase-or-object-is-read-onlyerror-3027.md | 4 +-
...field-namefield-not-updatableerror-3113.md | 4 +-
...ate-replication-system-columnerror-3577.md | 4 +-
...clause-in-transform-statementerror-3092.md | 4 +-
.../cannot-use-in-crosstab-queryerror-3123.md | 4 +-
...not-use-internal-report-queryerror-3083.md | 4 +-
...in-the-select-clause-of-a-union-queryer.md | 4 +-
...on-fixed-column-as-a-subqueryerror-3637.md | 4 +-
.../Miscellaneous/catalog-example-vb.md | 4 +-
.../Miscellaneous/cellset-example-vb.md | 4 +-
...nd-after-end-of-sql-statementerror-3142.md | 4 +-
...onstraint-name-already-existserror-3756.md | 4 +-
...onstraint-name-does-not-existerror-3755.md | 4 +-
...lowed-in-replicable-databaseserror-3798.md | 4 +-
...be-transferred-to-this-table-check-cons.md | 4 +-
...n-query-definition-s-select-listerror-3.md | 4 +-
...nce-caused-by-query-referenceerror-3102.md | 4 +-
...onizer-to-terminate-operationerror-3535.md | 4 +-
...tions-ado-for-visual-c-plus-plus-syntax.md | 18 ++---
.../collections-ado-wfc-syntax.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
.../Concepts/Miscellaneous/color-builder.md | 4 +-
...mmand-ado-for-visual-c-plus-plus-syntax.md | 8 +--
.../Miscellaneous/command-ado-wfc-syntax.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
...te-replica-operation-to-fail-try-againe.md | 4 +-
...lict-tables-cannot-be-renamederror-3769.md | 4 +-
.../connect-property-example-vbscript.md | 4 +-
...ction-ado-for-visual-c-plus-plus-syntax.md | 10 +--
.../connection-ado-wfc-syntax.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
.../constants-enumeration-access.md | 4 +-
.../convert-library-databases-and-add-ins.md | 4 +-
...converttostring-method-example-vbscript.md | 4 +-
...-make-the-database-replicableerror-3580.md | 4 +-
.../could-not-build-keyerror-3250.md | 4 +-
...-many-indexes-already-definederror-3039.md | 4 +-
...ssion-for-table-or-query-nameerror-3111.md | 4 +-
...s-needed-to-make-the-database-replicabl.md | 4 +-
.../could-not-decrypt-fileerror-3161.md | 4 +-
...-delete-from-specified-tableserror-3086.md | 4 +-
...y-could-not-find-linked-tableerror-3184.md | 4 +-
...ansport-for-this-synchronizererror-3509.md | 4 +-
.../could-not-find-field-nameerror-3799.md | 4 +-
.../could-not-find-fielderror-3018.md | 4 +-
.../could-not-find-file-nameerror-3024.md | 4 +-
...uld-not-find-installable-isamerror-3170.md | 4 +-
...ind-network-path-or-user-nameerror-3171.md | 4 +-
...ld-not-find-output-table-nameerror-3192.md | 4 +-
.../could-not-find-referenceerror-3199.md | 4 +-
...n-the-msystranspaddress-tableerror-3518.md | 4 +-
...s-found-or-all-records-contain-errorser.md | 4 +-
.../could-not-lock-fileerror-3050.md | 4 +-
...-by-user-name-on-machine-nameerror-3212.md | 4 +-
...-by-user-name-on-machine-nameerror-3262.md | 4 +-
.../could-not-open-file-nameerror-3176.md | 4 +-
.../could-not-open-inf-fileerror-3165.md | 4 +-
.../could-not-open-paradox-neterror-3172.md | 4 +-
...he-workgroup-information-fileerror-3173.md | 4 +-
...he-workgroup-information-fileerror-3174.md | 4 +-
...first-row-of-the-import-tableerror-3245.md | 4 +-
...-by-user-name-on-machine-nameerror-3187.md | 4 +-
...tions-permission-for-table-or-query-nam.md | 4 +-
...rently-locked-by-another-usererror-3624.md | 4 +-
...-rename-installable-isam-fileerror-3013.md | 4 +-
...ould-not-repair-this-databaseerror-3056.md | 4 +-
...rently-locked-by-another-usererror-3046.md | 4 +-
...rently-locked-by-another-usererror-3202.md | 4 +-
...-by-user-name-on-machine-nameerror-3186.md | 4 +-
...rently-locked-by-another-usererror-3158.md | 4 +-
...-many-sessions-already-activeerror-3198.md | 4 +-
.../could-not-start-sessionerror-3002.md | 4 +-
...y-transactions-already-nestederror-3003.md | 4 +-
...other-session-on-this-machineerror-3188.md | 4 +-
...-by-user-name-on-machine-nameerror-3260.md | 4 +-
...d-not-update-currently-lockederror-3218.md | 4 +-
...t-use-namefile-already-in-useerror-3045.md | 4 +-
.../could-not-write-to-file-nameerror-3180.md | 4 +-
...definition-not-in-valid-rangeerror-3770.md | 4 +-
...createrecordset-method-example-vbscript.md | 4 +-
...-s-registry-tree-to-manage-the-settings.md | 4 +-
...invalid-fixed-column-headingserror-3322.md | 4 +-
.../Concepts/Miscellaneous/crosstab-query.md | 4 +-
.../Miscellaneous/cubedef-example-vbscript.md | 4 +-
.../data-type-conversion-errorerror-3421.md | 4 +-
...smatch-in-criteria-expressionerror-3464.md | 4 +-
.../database-already-existserror-3204.md | 4 +-
...base-has-reached-maximum-sizeerror-3036.md | 4 +-
...atabase-is-already-replicableerror-3784.md | 4 +-
...se-name-is-exclusively-lockederror-3006.md | 4 +-
...-is-not-a-valid-database-nameerror-3005.md | 4 +-
.../datacontrol-object-example-vbscript.md | 4 +-
...nd-createobject-method-example-vbscript.md | 4 +-
.../Miscellaneous/dataspace-ado-wfc-syntax.md | 6 +-
...nd-createobject-method-example-vbscript.md | 4 +-
.../Miscellaneous/datatype-property.md | 4 +-
...ge-or-is-in-an-invalid-formaterror-3175.md | 4 +-
...ause-it-is-referenced-by-constraint-nam.md | 4 +-
.../delete-ri-conflicterror-3717.md | 4 +-
...is-not-supported-by-this-isamerror-3617.md | 4 +-
.../description-property-access.md | 4 +-
...stinationdb-destinationtable-properties.md | 4 +-
...d-to-support-indirect-synchronization-a.md | 4 +-
...accessing-dropbox-folder-nameerror-3470.md | 4 +-
...while-accessing-log-file-nameerror-3473.md | 4 +-
.../disk-full-for-path-nameerror-3472.md | 4 +-
...at-destination-dropbox-foldererror-3558.md | 4 +-
.../disk-i-o-error-during-readerror-3040.md | 4 +-
.../disk-or-network-errorerror-3043.md | 4 +-
.../Miscellaneous/displaycontrol-property.md | 4 +-
...-have-feedback-about-mdac-documentation.md | 4 +-
...name-is-syntactically-invaliderror-3477.md | 4 +-
.../duplicate-output-alias-nameerror-3062.md | 4 +-
...icate-output-destination-nameerror-3063.md | 4 +-
...ntered-unexpected-end-of-fileerror-3179.md | 4 +-
access/Concepts/Miscellaneous/error-3072.md | 4 +-
...error-ado-for-visual-c-plus-plus-syntax.md | 6 +-
.../Miscellaneous/error-ado-wfc-syntax.md | 4 +-
...error-text-in-validation-ruleerror-3405.md | 4 +-
...straintadditional-informationerror-3802.md | 2 +-
...aluating-a-partial-expressionerror-3656.md | 4 +-
...ter-expression-for-table-nameerror-3657.md | 4 +-
...e-level-validation-expressionerror-3320.md | 4 +-
...ng-a-microsoft-excel-5-0-fileerror-3432.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
...the-partial-filter-expressionerror-3588.md | 4 +-
.../Miscellaneous/event-properties.md | 4 +-
...t-be-created-on-import-exporterror-3618.md | 4 +-
.../execute-method-ado-command.md | 4 +-
.../execute-method-ado-connection.md | 4 +-
...etchoptions-properties-example-vbscript.md | 4 +-
...ted-query-name-after-execute-error-3732.md | 4 +-
.../expression-too-complexerror-2445.md | 4 +-
...is-not-in-the-expected-formaterror-3274.md | 4 +-
.../Miscellaneous/extra-error-2435.md | 4 +-
.../failed-to-load-rdocurs-dllerror-3672.md | 4 +-
...ed-to-read-the-dropbox-foldererror-3512.md | 4 +-
.../failed-to-send-a-messageerror-3519.md | 4 +-
...o-write-to-the-dropbox-foldererror-3513.md | 4 +-
.../failure-creating-fileerror-3436.md | 4 +-
...ile-from-the-server-using-ftperror-3680.md | 4 +-
...-file-to-the-server-using-ftperror-3681.md | 4 +-
...to-connect-to-the-ftp-serviceerror-3678.md | 4 +-
...-file-on-the-server-using-ftperror-3682.md | 4 +-
...o-open-file-using-ftp-serviceerror-3679.md | 4 +-
...e-to-execute-the-http-requesterror-3677.md | 4 +-
.../failure-to-load-a-dllerror-3462.md | 4 +-
...andle-try-the-operation-againerror-3675.md | 4 +-
...rmine-whether-the-database-is-open-in-e.md | 4 +-
...ause-destination-disk-is-fullerror-3559.md | 4 +-
...andle-try-the-operation-againerror-3676.md | 4 +-
...-to-the-synchronizer-log-fileerror-3471.md | 4 +-
...iting-to-the-synchronizer-logerror-3507.md | 4 +-
...rch-on-non-column-references-error-3768.md | 4 +-
...essing-a-local-dropbox-foldererror-3563.md | 4 +-
...field-ado-for-visual-c-plus-plus-syntax.md | 4 +-
.../Miscellaneous/field-ado-wfc-syntax.md | 4 +-
...-already-exists-in-table-nameerror-3380.md | 4 +-
...annot-be-a-zero-length-stringerror-3315.md | 4 +-
...pression-and-cannot-be-editederror-3327.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
.../field-will-not-fit-in-recorderror-3016.md | 4 +-
.../Miscellaneous/fieldsize-property.md | 4 +-
...e-sharing-lock-count-exceedederror-3052.md | 4 +-
...sortcolumn-and-sortdirection-properties.md | 4 +-
...rst-last-functions-microsoft-access-sql.md | 4 +-
.../foreign-key-violationerror-3719.md | 4 +-
access/Concepts/Miscellaneous/form-section.md | 4 +-
...fied-external-database-formaterror-3286.md | 4 +-
...-not-available-in-expressionserror-2426.md | 4 +-
...ng-help-from-microsoft-help-and-support.md | 4 +-
...nd-method-criteria-expressionerror-3614.md | 4 +-
...-for-naming-fields-controls-and-objects.md | 4 +-
...ested-guid-could-not-be-founderror-3548.md | 4 +-
.../handler-property-example-vb.md | 4 +-
.../handler-property-example-vc-plus-plus.md | 4 +-
.../handler-property-example-vj-plus-plus.md | 4 +-
.../handline-errors-in-visual-j-plus-plus.md | 4 +-
...thout-grouping-or-aggregationerror-3091.md | 4 +-
.../Miscellaneous/ignore-nulls-property.md | 4 +-
.../iif-function-without-error-2440.md | 4 +-
...legal-column-level-constrainterror-3789.md | 4 +-
...ormed-on-a-sql-server-replicaerror-3777.md | 4 +-
.../illegal-reference-in-queryerror-3451.md | 4 +-
.../in-clause-microsoft-access-sql.md | 4 +-
.../in-operator-microsoft-access-sql.md | 4 +-
.../in-operator-without-error-2429.md | 4 +-
...mn-column-does-not-specify-a-widtherror.md | 4 +-
...amethe-name-option-is-invaliderror-3442.md | 4 +-
...ersion-of-an-installable-isamerror-3429.md | 4 +-
.../incorrect-collating-sequenceerror-3220.md | 4 +-
...f-the-dll-file-name-was-founderror-3445.md | 4 +-
.../index-already-existserror-3284.md | 4 +-
.../Miscellaneous/index-definition.md | 4 +-
.../index-file-not-founderror-3256.md | 4 +-
.../index-not-founderror-3015.md | 4 +-
...y-cannot-contain-a-null-valueerror-3058.md | 4 +-
.../Miscellaneous/indexed-property.md | 4 +-
...fferences-in-string-function-operations.md | 4 +-
...-memory-to-complete-operationerror-3584.md | 4 +-
...-could-not-be-found-or-loadederror-3674.md | 4 +-
.../internet-is-too-slowerror-3650.md | 4 +-
.../internet-login-failureerror-3652.md | 4 +-
.../internet-not-set-uperror-3653.md | 4 +-
...chronizer-exited-unexpectedlyerror-3683.md | 4 +-
.../internettimeout-property-example-vb.md | 4 +-
...ettimeout-property-example-vc-plus-plus.md | 4 +-
...ettimeout-property-example-vj-plus-plus.md | 4 +-
.../intrinsic-constants-as-bit-masks.md | 4 +-
...or-destination-dropbox-foldererror-3557.md | 4 +-
.../invalid-argumenterror-3001.md | 4 +-
...nts-used-with-domain-functionerror-2428.md | 4 +-
...valid-bracketing-of-name-nameerror-3126.md | 4 +-
...e-key-of-the-windows-registryerror-3227.md | 4 +-
...-string-in-pass-through-queryerror-3305.md | 4 +-
...lid-database-object-referenceerror-3276.md | 4 +-
.../invalid-database-objecterror-3263.md | 4 +-
...ion-in-initialization-settingerror-3337.md | 4 +-
...e-key-of-the-windows-registryerror-3213.md | 4 +-
...e-key-of-the-windows-registryerror-3208.md | 4 +-
.../invalid-dropbox-path-nameerror-3476.md | 4 +-
...eration-in-table-name-because-the-value.md | 4 +-
...in-the-replicafilter-propertyerror-3587.md | 4 +-
.../invalid-field-data-typeerror-3259.md | 4 +-
...tion-of-index-or-relationshiperror-3409.md | 4 +-
.../invalid-file-formaterror-3182.md | 4 +-
.../invalid-http-addresserror-3685.md | 4 +-
.../invalid-index-definitionerror-3285.md | 4 +-
.../invalid-inf-fileerror-3168.md | 4 +-
.../invalid-internet-addresserror-3651.md | 4 +-
...e-key-of-the-windows-registryerror-3214.md | 4 +-
...r-ole-object-in-subquery-nameerror-3342.md | 4 +-
...tting-in-the-windows-registryerror-3248.md | 4 +-
.../invalid-operationerror-3219.md | 4 +-
...tting-in-the-windows-registryerror-3249.md | 4 +-
.../invalid-partner-synchronizererror-3741.md | 4 +-
...partner-synchronizererror-3741ado-error.md | 4 +-
...or-destination-dropbox-foldererror-3556.md | 4 +-
...ecision-for-decimal-data-typeerror-3700.md | 4 +-
.../invalid-property-valueerror-3271.md | 4 +-
.../Miscellaneous/invalid-rangeerror-3181.md | 4 +-
...reference-in-select-statementerror-3242.md | 4 +-
.../invalid-replica-path-or-nameerror-3686.md | 4 +-
...d-scale-for-decimal-data-typeerror-3701.md | 4 +-
...es-section-of-the-windows-registryerror.md | 4 +-
...nsertprocedureselector-updateerror-3129.md | 4 +-
...-syntax-expected-token-actionerror-3762.md | 4 +-
...sql-syntax-expected-token-as-error-3728.md | 4 +-
...n-compression-to-follow-with-error-3723.md | 4 +-
...yntax-expected-token-default-error-3722.md | 4 +-
...syntax-expected-token-select-error-3729.md | 4 +-
...ected-token-update-or-delete-error-3724.md | 4 +-
...nd-or-one-delete-rule-allowed-error-372.md | 4 +-
...vilege-such-as-createdb-or-connect-erro.md | 4 +-
...ntaxexpected-a-procedure-nameerror-3781.md | 4 +-
...ql-syntaxexpected-a-view-nameerror-3780.md | 4 +-
...yntaxexpected-constraint-nameerror-3721.md | 4 +-
...cascade-set-null-or-no-actionerror-3725.md | 4 +-
...yntaxexpected-token-database-error-3785.md | 4 +-
...sql-syntaxexpected-token-nullerror-3726.md | 4 +-
...taxexpected-token-privileges-error-3689.md | 4 +-
.../invalid-table-name-in-filtererror-3631.md | 4 +-
...-top-argument-in-select-queryerror-3308.md | 4 +-
.../invalid-use-of!orerror-2423.md | 4 +-
.../invalid-use-of!orerror-2447.md | 4 +-
.../invalid-use-of-is-operatorerror-2443.md | 4 +-
.../invalid-use-of-parentheseserror-2442.md | 4 +-
.../invalid-use-of-vertical-barserror-2437.md | 4 +-
...-not-found-in-this-collectionerror-3265.md | 4 +-
...join-expression-not-supportederror-3296.md | 4 +-
...d-that-is-not-in-one-of-the-joined-tabl.md | 4 +-
...ame-not-listed-in-from-clauseerror-3080.md | 4 +-
...anguage-specific-properties-and-methods.md | 4 +-
...not-be-made-the-design-mastererror-3771.md | 4 +-
...ly-to-their-designated-hub-replicaerror.md | 4 +-
.../Miscellaneous/locked-tableerror-3714.md | 4 +-
...file-path-pathname-is-invaliderror-3591.md | 4 +-
.../Miscellaneous/logmessages-property.md | 4 +-
...der-or-address-book-not-founderror-3710.md | 4 +-
.../Miscellaneous/maxrecords-property.md | 4 +-
.../Miscellaneous/members-example-vbscript.md | 4 +-
...ngs-to-the-wrong-synchronizererror-3567.md | 4 +-
.../message-in-expressionerror-3077.md | 4 +-
...n-query-expression-expressionerror-3075.md | 2 +-
...ot-applicable-for-this-objecterror-3273.md | 4 +-
.../microsoft-access-constantsoverview.md | 4 +-
...lect-into-statement-statementerror-3105.md | 4 +-
...in-update-statement-statementerror-3106.md | 4 +-
...colon-at-end-of-sql-statementerror-3137.md | 4 +-
.../Miscellaneous/missingor-itemerror-2436.md | 4 +-
...-is-not-allowed-in-a-subqueryerror-3612.md | 4 +-
.../name-in-criteria-expressionerror-3076.md | 4 +-
...is-not-an-index-in-this-tableerror-3800.md | 4 +-
...em-database-to-perform-this-operationer.md | 4 +-
.../network-i-o-errorerror-3566.md | 4 +-
.../new-in-access-for-developers.md | 4 +-
...ound-in-the-connection-stringerror-3449.md | 4 +-
.../no-current-recorderror-3021.md | 4 +-
...onnection-string-or-in-clauseerror-3321.md | 4 +-
...sert-into-statement-statementerror-3352.md | 4 +-
...nnot-append-tabledef-or-indexerror-3264.md | 4 +-
...such-index-name-on-table-nameerror-3372.md | 4 +-
...lationship-name-on-table-nameerror-3377.md | 4 +-
...ed-field-of-the-primary-tableerror-3609.md | 4 +-
...-fields-in-the-appended-tableerror-3243.md | 4 +-
...alid-account-name-or-passworderror-3029.md | 4 +-
.../not-a-valid-alias-nameerror-3068.md | 4 +-
.../not-a-valid-bookmarkerror-3159.md | 4 +-
.../not-a-valid-file-nameerror-3055.md | 4 +-
.../not-a-valid-passworderror-3031.md | 4 +-
.../not-a-valid-table-nameerror-3177.md | 4 +-
.../not-enough-space-on-diskerror-3026.md | 4 +-
...nough-space-on-temporary-diskerror-3183.md | 4 +-
...ation-fields-are-not-the-sameerror-3346.md | 4 +-
.../numeric-field-overflowerror-3349.md | 4 +-
.../object-has-no-valueerror-2427.md | 4 +-
...ject-is-invalid-for-operationerror-3350.md | 4 +-
...t-is-invalid-or-no-longer-seterror-3420.md | 4 +-
.../object-is-not-a-collectionerror-3272.md | 4 +-
.../object-name-already-existserror-3012.md | 4 +-
...ame-is-not-a-stored-procedureerror-3750.md | 4 +-
.../Miscellaneous/object-properties.md | 4 +-
.../objectproxy-ado-wfc-syntax.md | 4 +-
...agereport-this-error-to-the-developer-o.md | 4 +-
.../odbccall-failederror-3146.md | 4 +-
.../odbccannot-lock-all-recordserror-3254.md | 4 +-
...odbcconnection-to-name-failederror-3151.md | 4 +-
.../Miscellaneous/odbcconnectstr-property.md | 4 +-
.../odbccould-not-create-tableerror-3232.md | 4 +-
.../odbccould-not-find-dll-nameerror-3154.md | 4 +-
.../odbcdata-out-of-rangeerror-3238.md | 4 +-
...-type-not-supported-on-servererror-3235.md | 4 +-
...n-a-linked-table-table-failederror-3156.md | 4 +-
...ld-be-too-long-data-truncatederror-3231.md | 4 +-
...n-a-linked-table-table-failederror-3155.md | 4 +-
...-table-definition-has-changederror-3247.md | 4 +-
...cremote-query-timeout-expirederror-3234.md | 4 +-
.../Miscellaneous/odbctimeout-property.md | 4 +-
...n-a-linked-table-table-failederror-3157.md | 4 +-
.../Miscellaneous/oldconstants-enumeration.md | 4 +-
...nding-parameters-is-incorrecterror-3645.md | 4 +-
...as-deleted-by-another-processerror-3643.md | 4 +-
...-validation-rule-rule-set-for-nameenter.md | 4 +-
...-queries-are-allowed-in-viewserror-3766.md | 4 +-
.../operation-canceled-by-usererror-3059.md | 4 +-
...valid-without-a-current-indexerror-3019.md | 4 +-
...orted-for-this-type-of-objecterror-3251.md | 4 +-
...n-must-use-an-updatable-queryerror-3073.md | 4 +-
...not-supported-in-transactionserror-3246.md | 4 +-
...dox-table-with-no-primary-keyerror-3207.md | 4 +-
...on-a-table-that-contains-dataerror-3282.md | 4 +-
...ot-supported-on-linked-tableserror-3057.md | 4 +-
...tabases-that-have-not-been-converted-to.md | 4 +-
...lause-conflicts-with-distincterror-3093.md | 4 +-
...onflicts-with-group-by-clauseerror-3094.md | 4 +-
...out-of-date-paradox-lock-fileerror-3230.md | 4 +-
...-of-memory-during-calculationerror-2446.md | 4 +-
...t-of-memorycould-not-complete-operation.md | 4 +-
.../out-of-ms-dos-file-handleserror-3042.md | 4 +-
.../Miscellaneous/outputallfields-property.md | 4 +-
.../paradox-index-is-not-primaryerror-3288.md | 4 +-
...meter-ado-for-visual-c-plus-plus-syntax.md | 6 +-
.../Miscellaneous/parameter-ado-wfc-syntax.md | 4 +-
...arameter-has-no-default-valueerror-3747.md | 4 +-
...ter-name-has-no-default-valueerror-3748.md | 4 +-
...oo-long-or-contains-invalid-characterse.md | 4 +-
...e-a-database-name-is-requirederror-3217.md | 4 +-
...here-a-table-name-is-requirederror-3216.md | 4 +-
.../Concepts/Miscellaneous/parameter-query.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
...not-managed-by-a-synchronizererror-3628.md | 4 +-
...ontain-at-least-one-charactererror-3359.md | 4 +-
...operty-set-to-true-did-not-return-any-r.md | 4 +-
...he-path-name-is-spelled-correctly-and-t.md | 4 +-
.../primary-key-already-existserror-3283.md | 4 +-
.../Miscellaneous/primary-property.md | 4 +-
...terminate-synchronizer-clienterror-3542.md | 4 +-
...s-part-of-a-recordset-object-s-fields-c.md | 4 +-
...-set-before-using-this-methoderror-3386.md | 4 +-
.../property-not-founderror-3270.md | 4 +-
...ting-cannot-be-larger-than-2kerror-3309.md | 4 +-
...erty-specified-already-existserror-3311.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
...-contain-a-database-parametererror-3222.md | 4 +-
access/Concepts/Miscellaneous/query-field.md | 4 +-
...n-at-least-one-table-or-queryerror-3067.md | 4 +-
.../query-is-too-complexerror-3360.md | 4 +-
...t-least-one-destination-fielderror-3066.md | 4 +-
...ame-that-is-conflicting-with-the-correl.md | 4 +-
.../query-name-is-corrupterror-3340.md | 4 +-
.../query-support-unavailableerror-3389.md | 4 +-
...icrosoft-visual-basic-scripting-edition.md | 4 +-
...code-examples-in-microsoft-visual-basic.md | 4 +-
...xamples-in-microsoft-visual-c-plus-plus.md | 4 +-
...xamples-in-microsoft-visual-j-plus-plus.md | 4 +-
.../Miscellaneous/rds-code-examples.md | 4 +-
.../readystate-property-example-vbscript.md | 4 +-
...ecord-ado-for-visual-c-plus-plus-syntax.md | 8 +--
...e-was-deleted-by-another-usererror-3329.md | 4 +-
.../record-is-deletederror-3167.md | 4 +-
...ame-is-locked-by-another-usererror-3330.md | 4 +-
.../record-is-too-largeerror-3047.md | 4 +-
...-for-an-indexed-paradox-tableerror-3608.md | 4 +-
...onding-record-on-the-one-sideerror-3363.md | 4 +-
...-no-insert-permission-on-nameerror-3107.md | 4 +-
...-no-delete-permission-on-nameerror-3109.md | 4 +-
...-no-update-permission-on-nameerror-3108.md | 4 +-
...ad-no-read-permission-on-nameerror-3112.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
...-be-added-to-exceptions-tableerror-3619.md | 4 +-
...ave-no-record-on-the-one-sideerror-3333.md | 4 +-
...rdset-ado-for-visual-c-plus-plus-syntax.md | 4 +-
.../Miscellaneous/recordset-ado-wfc-syntax.md | 4 +-
...cerecordset-properties-example-vbscript.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
.../recovered-replicable-dataerror-3711.md | 4 +-
.../refresh-method-example-vbscript.md | 4 +-
.../registering-a-custom-business-object.md | 4 +-
...of-fields-with-the-same-data-typeserror.md | 4 +-
...lationship-name-is-unenforcederror-3659.md | 4 +-
...ed-for-remote-synchronizationerror-3632.md | 4 +-
...ry-and-refresh-action-method-comparison.md | 4 +-
...the-replica-set-retention-perioderror-3.md | 4 +-
...ngeid-in-the-msysexchangelog-tableerror.md | 4 +-
.../Concepts/Miscellaneous/report-section.md | 4 +-
...ge-failed-because-descriptionerror-3660.md | 4 +-
...-exchange-failed-because-nameerror-3661.md | 4 +-
...ng-but-db-is-in-row-lock-modeerror-3752.md | 4 +-
...g-but-db-is-in-page-lock-modeerror-3751.md | 4 +-
.../Miscellaneous/required-client-settings.md | 4 +-
.../Miscellaneous/required-property-access.md | 4 +-
.../reserved-error-alerterror-3416.md | 4 +-
...-is-no-message-for-this-errorerror-3000.md | 4 +-
...ore-than-one-autonumber-fielderror-3090.md | 4 +-
...ource-and-destination-in-a-make-table-q.md | 4 +-
...lue-resulted-in-data-overflowerror-3760.md | 4 +-
...e-resulted-in-data-truncationerror-3758.md | 4 +-
...e-resulted-in-data-truncationerror-3759.md | 4 +-
...ed-to-produce-too-many-fieldserror-3185.md | 4 +-
access/Concepts/Miscellaneous/select-query.md | 4 +-
...orted-by-the-operating-systemerror-3228.md | 4 +-
.../server-property-example-vbscript.md | 4 +-
...et-startup-properties-from-visual-basic.md | 4 +-
.../setobjectowner-method-adox.md | 4 +-
...e-synchronizer-is-not-allowederror-3500.md | 4 +-
...n-log-file-name-in-deny-write-modeerror.md | 4 +-
...an-one-row-of-a-linked-table-unique-ind.md | 4 +-
...ize-of-field-name-is-too-longerror-3382.md | 4 +-
.../Miscellaneous/size-property-ado-stream.md | 4 +-
...rceconnectstr-sourcedatabase-properties.md | 4 +-
...he-records-you-want-to-deleteerror-3128.md | 4 +-
.../spreadsheet-is-fullerror-3437.md | 4 +-
.../Miscellaneous/sql-property-ado.md | 4 +-
.../sql-property-example-vbscript.md | 4 +-
.../Miscellaneous/sql-specific-query.md | 4 +-
...tream-ado-for-visual-c-plus-plus-syntax.md | 8 +--
...al-c-plus-plus-syntax-index-with-import.md | 4 +-
.../style-for-intrinsic-constants.md | 4 +-
.../subdatasheetname-property.md | 4 +-
.../submitchanges-method-example-vbscript.md | 4 +-
...-in-the-expression-expressionerror-3203.md | 4 +-
...on-number-in-the-msysschchange-tableerr.md | 4 +-
...specific-synchronization-in-the-msysexc.md | 4 +-
...-the-source-file-for-messageserror-3564.md | 4 +-
...t-access-the-message-databaseerror-3525.md | 4 +-
...izer-could-not-be-initializederror-3532.md | 4 +-
...-properly-and-is-still-activeerror-3541.md | 4 +-
...nizer-could-not-delete-a-fileerror-3568.md | 4 +-
...m-the-correct-set-to-complete-the-synch.md | 4 +-
...-find-any-messages-to-processerror-3517.md | 4 +-
...-or-on-demand-synchronizations-to-proce.md | 4 +-
...chronizer-has-not-been-set-uperror-3543.md | 4 +-
...nchronizer-is-already-runningerror-3544.md | 4 +-
...t-did-not-find-one-to-report-to-the-cli.md | 4 +-
...same-file-system-dropbox-nameerror-3629.md | 4 +-
...same-file-system-dropbox-nameerror-3630.md | 4 +-
...for-a-member-of-the-replica-set-that-it.md | 4 +-
...ase-is-not-allowed-the-name-database-is.md | 4 +-
.../syntax-error-commaerror-2432.md | 4 +-
...rror-in-alter-table-statementerror-3293.md | 4 +-
...or-in-check-constraint-clauseerror-3765.md | 4 +-
...ax-error-in-constraint-clauseerror-3289.md | 4 +-
...ror-in-create-index-statementerror-3291.md | 4 +-
...ror-in-create-table-statementerror-3290.md | 4 +-
.../syntax-error-in-dateerror-2421.md | 4 +-
...syntax-error-in-default-valueerror-3355.md | 4 +-
...tax-error-in-delete-statementerror-3130.md | 4 +-
...error-in-drop-index-statementerror-3294.md | 4 +-
...r-in-drop-table-or-drop-indexerror-3295.md | 4 +-
...tax-error-in-field-definitionerror-3292.md | 4 +-
.../syntax-error-in-from-clauseerror-3131.md | 4 +-
...ntax-error-in-group-by-clauseerror-3132.md | 4 +-
...syntax-error-in-having-clauseerror-3133.md | 4 +-
...rror-in-insert-into-statementerror-3134.md | 4 +-
...yntax-error-in-join-operationerror-3135.md | 4 +-
.../syntax-error-in-numbererror-2420.md | 4 +-
...ntax-error-in-order-by-clauseerror-3138.md | 4 +-
...tax-error-in-parameter-clauseerror-3139.md | 4 +-
...lter-expression-on-table-nameerror-3586.md | 4 +-
...tax-error-in-procedure-clauseerror-3140.md | 4 +-
...uery-incomplete-query-clause-error-3450.md | 4 +-
...rror-in-query-parameter-valueerror-3746.md | 4 +-
.../syntax-error-in-stringerror-2422.md | 4 +-
...rror-in-transaction-statementerror-3708.md | 4 +-
...-error-in-transform-statementerror-3143.md | 4 +-
.../syntax-error-in-union-queryerror-3319.md | 4 +-
...tax-error-in-update-statementerror-3144.md | 4 +-
.../syntax-error-in-where-clauseerror-3145.md | 4 +-
...wneraccess-option-declarationerror-3257.md | 4 +-
...syntax-error-missing-operatorerror-2431.md | 4 +-
...syntax-error-missing-operatorerror-2434.md | 4 +-
.../Miscellaneous/syntax-errorerror-2433.md | 4 +-
.../Miscellaneous/syntax-errorerror-2438.md | 4 +-
.../table-is-not-openerror-3160.md | 4 +-
.../table-level-validation-texterror-3316.md | 4 +-
.../table-name-already-existserror-3010.md | 4 +-
...ready-has-an-index-named-nameerror-3375.md | 4 +-
...ecause-it-could-not-be-opened-exclusive.md | 4 +-
.../table-name-does-not-existerror-3376.md | 4 +-
...-by-user-name-on-machine-nameerror-3189.md | 4 +-
...-by-user-name-on-machine-nameerror-3261.md | 4 +-
.../table-name-is-read-onlyerror-3328.md | 4 +-
...atches-decimal-separator-or-text-delimi.md | 4 +-
...-for-this-sql-jet-replica-seterror-3778.md | 4 +-
...annot-be-used-as-a-row-sourceerror-3069.md | 4 +-
...replica-violated-a-rule-governing-parti.md | 4 +-
...ce-conflict-with-existing-reference-nam.md | 4 +-
...re-not-successful-because-they-would-cr.md | 4 +-
...me-http-share-name-and-ftp-alias-name-s.md | 4 +-
...crosoft-excel-worksheet-was-losterror-3.md | 4 +-
...connection-string-is-too-longerror-3210.md | 4 +-
...-name-in-the-table-that-serves-as-the-o.md | 4 +-
...e-format-described-in-the-schema-ini-fi.md | 4 +-
...use-by-another-person-or-process-when-t.md | 4 +-
...name-because-it-is-already-in-use-by-an.md | 4 +-
...ther-the-field-name-in-a-validation-exp.md | 4 +-
...y-an-unknown-user-that-prevents-it-from.md | 4 +-
...y-user-name-on-machine-name-that-preven.md | 4 +-
...mode-before-it-can-be-replicatederror-3.md | 4 +-
...s-already-in-use-by-another-application.md | 4 +-
...replicate-cannot-be-convertederror-3487.md | 4 +-
...l-to-accept-the-numeric-you-attempted-t.md | 4 +-
...ing-managed-by-a-synchronizererror-3502.md | 4 +-
...eplicas-is-not-a-managed-directoryerror.md | 4 +-
...pting-to-access-is-unreadableerror-3465.md | 4 +-
...ttempting-to-write-to-is-fullerror-3575.md | 4 +-
...r-dropbox-folder-name-is-fullerror-3469.md | 4 +-
...the-defaultvalue-property-is-invalid-be.md | 4 +-
...-amount-of-data-you-requestederror-3640.md | 4 +-
...er-user-or-process-has-locked-the-corre.md | 4 +-
...nt-of-data-you-attempted-to-add-try-ins.md | 4 +-
...e-because-the-required-property-for-thi.md | 4 +-
...name-you-provided-is-too-longerror-3549.md | 4 +-
...he-partial-replica-is-invaliderror-3482.md | 4 +-
...e-out-of-synch-with-each-othererror-357.md | 4 +-
...ame-contains-no-column-widthserror-3443.md | 4 +-
...the-guid-could-not-be-createderror-3553.md | 4 +-
...ica-does-not-match-the-history-in-the-d.md | 4 +-
...llowing-unknown-field-namefield-namemak.md | 4 +-
...-database-it-can-be-set-only-on-the-obj.md | 4 +-
...pecified-or-could-not-be-founderror-364.md | 4 +-
...-or-argument-that-is-misspelled-or-miss.md | 4 +-
...empting-to-synchronize-is-currently-bei.md | 4 +-
...ot-find-a-record-in-the-table-name-with.md | 4 +-
...ot-find-the-input-table-or-query-namema.md | 4 +-
...ot-open-the-file-nameit-is-already-open.md | 4 +-
...d-not-execute-the-sql-statement-because.md | 4 +-
...d-not-find-the-object-namemake-sure-the.md | 4 +-
...d-not-read-the-system-clock-on-your-com.md | 4 +-
...-not-recognize-name-as-a-valid-field-na.md | 4 +-
...-has-already-been-initializederror-3279.md | 4 +-
...ing-dlls-could-not-be-loaded-properlyer.md | 4 +-
...ped-the-process-because-you-and-another.md | 4 +-
...gine-has-not-been-initializederror-3278.md | 4 +-
...-in-a-check-constraint-clauseerror-3801.md | 4 +-
...stem-object-is-already-in-useerror-3526.md | 4 +-
...the-same-as-number-of-output-columns-er.md | 4 +-
...d-tables-or-queries-of-a-union-query-do.md | 4 +-
...he-database-is-not-replicatederror-3485.md | 4 +-
...ect-is-not-a-stored-procedureerror-3749.md | 4 +-
...-because-it-is-missing-a-necessary-reso.md | 4 +-
...indexes-on-table-namedelete-some-of-the.md | 4 +-
...th-an-existing-operation-involving-this.md | 4 +-
...des-fields-that-are-not-selected-by-the.md | 4 +-
...-contains-an-unknown-functionerror-3589.md | 4 +-
...ropbox-folder-name-is-invaliderror-3483.md | 4 +-
...write-to-a-destination-dropbox-folder-i.md | 4 +-
...annot-be-used-as-a-row-sourceerror-3323.md | 4 +-
...annot-be-used-as-a-row-sourceerror-3324.md | 4 +-
...ecause-table-name-includes-related-reco.md | 4 +-
.../the-recordset-object-open-method.md | 4 +-
...-filter-expression-is-invaliderror-3480.md | 4 +-
...lica-is-not-a-partial-replicaerror-3478.md | 4 +-
...currently-managed-member-of-the-replica.md | 4 +-
...ica-set-was-reassigned-during-a-move-or.md | 4 +-
...ng-to-delete-is-read-only-and-cannot-be.md | 4 +-
...ng-to-set-or-delete-is-read-only-and-ca.md | 4 +-
...y-was-not-found-in-any-recorderror-3709.md | 4 +-
...word-or-an-argument-name-that-is-misspe.md | 4 +-
...-in-an-incorrect-format-contact-your-sy.md | 4 +-
...e-size-of-a-field-is-too-longerror-3017.md | 4 +-
...r-exceeds-the-maximum-allowederror-3552.md | 4 +-
...-more-than-one-table-listed-in-the-from.md | 4 +-
...niquely-indexed-in-table-nameerror-3374.md | 4 +-
...the-sum-of-the-column-lengthserror-3646.md | 4 +-
...ecause-it-contains-ambiguous-outer-join.md | 4 +-
...gn-change-could-not-be-applied-to-one-o.md | 4 +-
...sting-id-in-the-msystranspaddress-table.md | 4 +-
...r-is-already-serving-a-clienterror-3530.md | 4 +-
...-to-open-the-synchronizer-logerror-3506.md | 4 +-
...ould-not-find-the-system-objecterror-35.md | 4 +-
...ound-unread-data-in-the-shared-memory-t.md | 4 +-
...resent-and-cannot-be-notifiederror-3537.md | 4 +-
...e-set-for-the-key-you-queriederror-3503.md | 4 +-
...-exists-after-the-process-has-stoppeder.md | 4 +-
...-longer-reliable-and-the-replica-should.md | 4 +-
...ely-by-another-user-or-it-is-already-op.md | 4 +-
...-filter-expression-is-invaliderror-3481.md | 4 +-
...-exist-you-cannot-import-export-or-link.md | 4 +-
...e-attempting-to-synchronize-are-both-de.md | 4 +-
...e-attempting-to-synchronize-have-the-sa.md | 4 +-
...nchronize-are-from-different-replica-se.md | 4 +-
...u-are-attempting-is-not-validerror-3546.md | 4 +-
...r-any-member-in-the-replica-seterror-34.md | 4 +-
...lled-try-reinstalling-the-application-t.md | 4 +-
...the-application-that-returned-the-error.md | 4 +-
...od-for-an-event-has-timed-outerror-3531.md | 4 +-
...st-be-an-even-number-of-byteserror-3702.md | 4 +-
...-recordset-than-you-requestederror-3641.md | 4 +-
...is-machine-install-a-mapi-client-such-a.md | 4 +-
...between-the-two-synchronizerserror-3495.md | 4 +-
...lease-specify-owner-in-the-format-owner.md | 4 +-
...e-dropbox-folder-because-the-message-da.md | 4 +-
...-name-in-the-current-databaseerror-3378.md | 4 +-
...ransport-for-the-synchronizererror-3508.md | 4 +-
...ield-named-name-in-table-nameerror-3381.md | 4 +-
...s-no-index-on-the-guid-columnerror-3550.md | 4 +-
...-the-synchronizer-or-replication-manage.md | 4 +-
...able-replica-to-exchange-witherror-3684.md | 4 +-
...t-is-too-complex-to-be-evaluated-for-ex.md | 4 +-
...ot-a-microsoft-excel-5-0-fileerror-3431.md | 4 +-
...a-valid-parameter-or-alias-name-that-it.md | 4 +-
...ogically-removed-from-the-set-and-is-no.md | 4 +-
...-is-not-allowed-in-subquerieserror-3787.md | 4 +-
...es-a-different-cursor-libraryerror-3663.md | 4 +-
...al-data-sources-or-for-databases-create.md | 4 +-
...-formed-data-definition-queryerror-3357.md | 4 +-
...is-recordset-is-not-updatableerror-3326.md | 4 +-
...e-of-the-range-of-cells-defined-in-this.md | 4 +-
.../Miscellaneous/tlv-violationerror-3716.md | 4 +-
...s-field-first-save-the-recorderror-3331.md | 4 +-
...ew-parameters-expected-numbererror-3061.md | 4 +-
.../too-many-active-userserror-3239.md | 4 +-
.../too-many-client-taskserror-3053.md | 4 +-
...crosstab-column-headers-valueerror-3205.md | 4 +-
...xpressions-in-distinct-outputerror-3089.md | 4 +-
...xpressions-in-group-by-clauseerror-3087.md | 4 +-
...xpressions-in-order-by-clauseerror-3088.md | 4 +-
...astfind-sessions-were-invokederror-3408.md | 4 +-
.../too-many-fields-definederror-3190.md | 4 +-
...any-memo-or-ole-object-fieldserror-3054.md | 4 +-
.../Miscellaneous/topvalues-property.md | 4 +-
.../Concepts/Miscellaneous/troubleshooting.md | 4 +-
...synchronized-because-there-is-no-common.md | 4 +-
...e-mismatch-in-join-expressionerror-3615.md | 4 +-
.../Miscellaneous/type-property-columnadox.md | 4 +-
...type-property-example-fieldvj-plus-plus.md | 4 +-
...e-property-example-propertyvj-plus-plus.md | 4 +-
.../Miscellaneous/type-property-keyadox.md | 4 +-
.../Miscellaneous/type-property-tableadox.md | 4 +-
...operty-on-objects-that-are-already-repl.md | 4 +-
...arameter-for-the-synchronizererror-3551.md | 4 +-
...server-reconcilermsrpjt40-dllerror-3775.md | 4 +-
...-parameter-for-the-synchronizererror-34.md | 4 +-
...schedule-for-the-synchronizererror-3497.md | 4 +-
...d-function-name-in-expressionerror-3085.md | 4 +-
...-database-driver-error-numbererror-3275.md | 4 +-
...ons-not-allowed-in-a-subqueryerror-3361.md | 4 +-
.../unique-key-violationerror-3715.md | 4 +-
.../Concepts/Miscellaneous/unique-property.md | 4 +-
.../Miscellaneous/uniquerecords-property.md | 4 +-
.../Miscellaneous/uniquevalues-property.md | 4 +-
...ssion-or-default-value-on-nameerror-338.md | 4 +-
.../unknown-function-nameerror-2425.md | 4 +-
.../Miscellaneous/unknown-nameerror-2424.md | 4 +-
...-invalid-field-reference-nameerror-3345.md | 4 +-
...ized-database-format-filenameerror-3343.md | 4 +-
...-was-deleted-at-another-replicaerror-37.md | 4 +-
.../update-ri-conflicterror-3718.md | 4 +-
.../update-update-conflicterror-3713.md | 4 +-
...is-not-supported-by-this-isamerror-3616.md | 4 +-
.../url-property-example-vbscript.md | 4 +-
.../use-default-paper-size-property.md | 4 +-
...s-do-not-support-a-null-valueerror-3385.md | 4 +-
...t-exe-to-overwrite-the-default-settings.md | 4 +-
...control-in-your-development-environment.md | 4 +-
...he-microsoft-ole-db-provider-for-access.md | 4 +-
.../using-the-setoption-method-from-dao.md | 4 +-
...t-be-placed-on-system-or-linked-tablese.md | 4 +-
...allowed-in-delete-queries-or-reportserr.md | 4 +-
...-can-not-contain-a-parameter-error-3730.md | 4 +-
...he-rules-for-partial-replicaserror-3590.md | 4 +-
.../Miscellaneous/wait-for-post-processing.md | 4 +-
...able-isam-ole-was-unable-to-initializee.md | 4 +-
...priority-must-be-in-the-range-0numberer.md | 4 +-
.../writing-your-own-customized-handler.md | 4 +-
...-type-for-parameter-parametererror-3060.md | 4 +-
...-arguments-used-with-functionerror-2439.md | 4 +-
...on-about-a-partial-filter-that-does-not.md | 4 +-
...ft-word-mail-merge-file-although-you-ca.md | 4 +-
...-already-opened-by-user-name-on-machine.md | 4 +-
...already-opened-exclusively-by-user-name.md | 4 +-
...d-autonumber-field-to-a-tableerror-3486.md | 4 +-
...e-a-related-record-is-required-in-table.md | 4 +-
...te-for-the-replica-set-it-allows-data-c.md | 4 +-
...attribute-for-the-replica-seterror-3593.md | 4 +-
...ced-relationship-between-a-replicated-t.md | 4 +-
...t-is-being-used-by-a-program-that-contr.md | 4 +-
...-the-database-at-this-replicaerror-3452.md | 4 +-
...eplication-system-object-nameerror-3665.md | 4 +-
...eplication-system-object-nameerror-3666.md | 4 +-
...-database-or-set-password-protection-on.md | 4 +-
...-an-object-that-is-already-replicateder.md | 4 +-
...-to-or-link-an-external-microsoft-jet-o.md | 4 +-
...rn-more-than-one-field-without-using-th.md | 4 +-
...consisting-of-at-least-4-and-no-more-th.md | 4 +-
...-openrecordset-when-accessing-a-sql-ser.md | 4 +-
...ariable-that-is-not-a-variant-data-type.md | 4 +-
...or-attempted-to-update-a-field-in-a-rec.md | 4 +-
...ction-without-first-using-begintranserr.md | 4 +-
...t-include-the-specified-expression-name.md | 4 +-
...ng-it-but-the-table-cannot-be-locked-be.md | 4 +-
...hed-its-limit-or-is-corruptederror-3540.md | 4 +-
...-only-in-a-text-or-memo-fielderror-3415.md | 4 +-
...-and-control-properties-in-visual-basic.md | 4 +-
...row-top-predicates-microsoft-access-sql.md | 2 +-
.../all-microsoft-access-sql-reserved-word.md | 2 +-
...lter-microsoft-access-sql-reserved-word.md | 2 +-
.../as-microsoft-access-sql-reserved-word.md | 2 +-
...esc-microsoft-access-sql-reserved-words.md | 2 +-
.../by-microsoft-access-sql-reserved-word.md | 2 +-
...iner-microsoft-access-sql-reserved-word.md | 2 +-
...eate-microsoft-access-sql-reserved-word.md | 2 +-
...lete-microsoft-access-sql-reserved-word.md | 2 +-
...drop-microsoft-access-sql-reserved-word.md | 2 +-
...irst-microsoft-access-sql-reserved-word.md | 2 +-
.../from-clause-microsoft-access-sql.md | 2 +-
...from-microsoft-access-sql-reserved-word.md | 2 +-
.../group-by-clause-microsoft-access-sql.md | 2 +-
.../having-clause-microsoft-access-sql.md | 2 +-
.../in-microsoft-access-sql-reserved-word.md | 2 +-
...ndex-microsoft-access-sql-reserved-word.md | 2 +-
...sert-microsoft-access-sql-reserved-word.md | 2 +-
...into-microsoft-access-sql-reserved-word.md | 2 +-
...join-microsoft-access-sql-reserved-word.md | 2 +-
...last-microsoft-access-sql-reserved-word.md | 2 +-
.../like-operator-microsoft-access-sql.md | 2 +-
.../on-microsoft-access-sql-reserved-word.md | 2 +-
.../order-by-clause-microsoft-access-sql.md | 2 +-
...hema-microsoft-access-sql-reserved-word.md | 2 +-
...lect-microsoft-access-sql-reserved-word.md | 2 +-
...hema-microsoft-access-sql-reserved-word.md | 2 +-
...rity-microsoft-access-sql-reserved-word.md | 2 +-
...able-microsoft-access-sql-reserved-word.md | 2 +-
.../to-microsoft-access-sql-reserved-word.md | 2 +-
...date-microsoft-access-sql-reserved-word.md | 2 +-
...tity-microsoft-access-sql-reserved-word.md | 2 +-
...wner-microsoft-access-sql-reserved-word.md | 2 +-
...rity-microsoft-access-sql-reserved-word.md | 2 +-
...user-microsoft-access-sql-reserved-word.md | 2 +-
...view-microsoft-access-sql-reserved-word.md | 2 +-
.../where-clause-microsoft-access-sql.md | 2 +-
...with-microsoft-access-sql-reserved-word.md | 2 +-
api/Access.AppIcon.md | 4 +-
api/Access.AppTitle.md | 4 +-
api/Access.Application.DBEngine.md | 2 +-
api/Access.Application.DDEExecute.md | 2 +-
api/Access.Application.LoadFromAXL.md | 2 +-
api/Access.Application.SaveAsAXL.md | 2 +-
api/Access.BoundObjectFrame.ControlType.md | 4 +-
api/Access.BoundObjectFrame.md | 2 +-
api/Access.CheckBox.ControlType.md | 4 +-
api/Access.ComboBox.BeforeUpdate(even).md | 2 +-
api/Access.ComboBox.BeforeUpdate(property).md | 2 +-
api/Access.ComboBox.BoundColumn.md | 2 +-
api/Access.ComboBox.ColumnCount.md | 2 +-
api/Access.ComboBox.ColumnWidths.md | 2 +-
api/Access.ComboBox.ControlType.md | 4 +-
api/Access.ComboBox.LimitToList.md | 2 +-
api/Access.ComboBox.ListIndex.md | 2 +-
api/Access.ComboBox.RowSource.md | 2 +-
api/Access.CommandButton.ControlType.md | 4 +-
api/Access.CustomControl.ControlType.md | 4 +-
api/Access.DoCmd.ApplyFilter.md | 2 +-
api/Access.DoCmd.OpenView.md | 2 +-
api/Access.DoCmd.TransferText.md | 2 +-
api/Access.EmptyCell.ControlType.md | 4 +-
api/Access.Entities.md | 2 +-
api/Access.Entity.md | 2 +-
api/Access.Form.AfterLayout(property).md | 2 +-
api/Access.Form.BeforeDelConfirm(property).md | 2 +-
api/Access.Form.DatasheetBackColor.md | 2 +-
api/Access.Form.PrtDevMode.md | 6 +-
api/Access.Image.ControlType.md | 4 +-
api/Access.ImportExportSpecifications.Add.md | 2 +-
api/Access.ImportExportSpecifications.md | 2 +-
api/Access.Label.ControlType.md | 4 +-
api/Access.Line.ControlType.md | 4 +-
api/Access.Line.LineSlant.md | 2 +-
api/Access.ListBox.ControlType.md | 4 +-
api/Access.ListBox.IMESentenceMode.md | 2 +-
api/Access.ListBox.md | 2 +-
api/Access.NavigationButton.ControlType.md | 4 +-
api/Access.NavigationControl.ControlType.md | 4 +-
api/Access.ObjectFrame.ControlType.md | 2 +-
api/Access.OptionButton.ControlType.md | 4 +-
api/Access.OptionGroup.ControlType.md | 4 +-
api/Access.Page.ControlType.md | 4 +-
api/Access.PageBreak.ControlType.md | 4 +-
api/Access.Properties.md | 2 +-
api/Access.Rectangle.ControlType.md | 4 +-
api/Access.Report.FillColor.md | 2 +-
api/Access.Report.PrtDevMode.md | 6 +-
api/Access.Report.ScaleHeight.md | 2 +-
api/Access.Report.ScaleLeft.md | 2 +-
api/Access.Report.ScaleMode.md | 2 +-
api/Access.Report.ScaleTop.md | 2 +-
api/Access.Report.ScaleWidth.md | 2 +-
api/Access.RowSourceType.md | 4 +-
api/Access.SubForm.ControlType.md | 4 +-
api/Access.SubForm.md | 2 +-
api/Access.TabControl.ControlType.md | 4 +-
api/Access.TempVar.md | 2 +-
api/Access.TempVars.md | 6 +-
api/Access.TextBox.ControlType.md | 4 +-
api/Access.ToggleButton.ControlType.md | 4 +-
api/Access.WSParameters.md | 2 +-
api/Access.WebBrowserControl.ControlType.md | 4 +-
api/Access.WebBrowserControl.Enabled.md | 2 +-
api/Access.WebService.md | 2 +-
api/Access.WebServices.md | 2 +-
api/Access.format.propertydate.time.md | 4 +-
...cess.format.propertynumber.and.currency.md | 6 +-
api/Access.format.propertytext.and.memo.md | 4 +-
api/Access.format.propertyyes.no.md | 4 +-
api/Excel.AddIns.md | 2 +-
api/Excel.Application.ActiveSheet.md | 2 +-
api/Excel.Application.Cells.md | 2 +-
api/Excel.Application.Dialogs.md | 2 +-
...Application.ProtectedViewWindowActivate.md | 2 +-
...lication.ProtectedViewWindowBeforeClose.md | 2 +-
...plication.ProtectedViewWindowBeforeEdit.md | 2 +-
...plication.ProtectedViewWindowDeactivate.md | 2 +-
...cel.Application.ProtectedViewWindowOpen.md | 2 +-
...l.Application.ProtectedViewWindowResize.md | 2 +-
api/Excel.Application.Selection.md | 2 +-
api/Excel.Application.WindowActivate.md | 2 +-
api/Excel.Application.WindowResize.md | 2 +-
api/Excel.Application.WorkbookBeforeClose.md | 2 +-
api/Excel.AutoFilter.md | 2 +-
api/Excel.CalculatedMember.md | 2 +-
api/Excel.Dialogs.md | 2 +-
api/Excel.FormatCondition.NumberFormat.md | 2 +-
api/Excel.Interior(object).md | 2 +-
api/Excel.ListColumns.md | 2 +-
api/Excel.ListDataFormat.md | 2 +-
api/Excel.ListObjects.md | 2 +-
api/Excel.Names.md | 2 +-
api/Excel.PivotTables.md | 2 +-
api/Excel.ProtectedViewWindow.md | 2 +-
api/Excel.Range.Cells.md | 2 +-
api/Excel.Range.Column.md | 2 +-
api/Excel.Range.ConvertToLinkedDataType.md | 4 +-
api/Excel.Range.Copy.md | 2 +-
api/Excel.Range.DataTypeToText.md | 2 +-
api/Excel.Range.EntireRow.md | 2 +-
api/Excel.Range.Find.md | 4 +-
api/Excel.Range.Formula.md | 2 +-
api/Excel.Range.HasRichDataType.md | 2 +-
api/Excel.Range.LinkedDataTypeState.md | 2 +-
api/Excel.Range.Row.md | 4 +-
api/Excel.Range.SetCellDataTypeFromCell.md | 2 +-
api/Excel.Range.ShowCard.md | 2 +-
api/Excel.Series.InvertColorIndex.md | 2 +-
api/Excel.Top10.NumberFormat.md | 2 +-
api/Excel.UniqueValues.NumberFormat.md | 2 +-
api/Excel.UserAccess.md | 2 +-
api/Excel.Workbook.BeforeSave.md | 2 +-
api/Excel.Workbook.Save.md | 2 +-
api/Excel.Workbooks.Open.md | 2 +-
api/Excel.Workbooks.md | 2 +-
api/Excel.Worksheet.Cells.md | 2 +-
api/Excel.Worksheet.Change.md | 4 +-
api/Excel.Worksheet.Copy.md | 2 +-
api/Excel.Worksheet.HPageBreaks.md | 2 +-
api/Excel.Worksheet.Name.md | 2 +-
api/Excel.WorksheetFunction.ChiDist.md | 2 +-
api/Excel.WorksheetFunction.ChiInv.md | 2 +-
api/Excel.WorksheetFunction.Confidence.md | 2 +-
api/Excel.WorksheetFunction.Covar.md | 2 +-
api/Excel.WorksheetFunction.FDist.md | 2 +-
api/Excel.WorksheetFunction.FInv.md | 2 +-
api/Excel.WorksheetFunction.Match.md | 2 +-
api/Excel.WorksheetFunction.Mode.md | 2 +-
api/Excel.WorksheetFunction.PercentRank.md | 2 +-
api/Excel.WorksheetFunction.Percentile.md | 2 +-
api/Excel.WorksheetFunction.Quartile.md | 2 +-
api/Excel.WorksheetFunction.Rank.md | 2 +-
api/Excel.WorksheetFunction.TInv.md | 2 +-
api/Excel.WorksheetFunction.Trim.md | 2 +-
api/Excel.WorksheetFunction.md | 4 +-
api/Excel.XlLinkedDataTypeState.md | 2 +-
api/Excel.calculatedmember.measuregroup.md | 2 +-
api/Excel.calculatedmember.parenthierarchy.md | 2 +-
api/Excel.calculatedmember.parentmember.md | 2 +-
api/Excel.categorycollection.application.md | 2 +-
api/Excel.categorycollection.count.md | 2 +-
api/Excel.categorycollection.creator.md | 2 +-
api/Excel.categorycollection.item.md | 2 +-
api/Excel.categorycollection.parent.md | 2 +-
...afeedconnection.alwaysuseconnectionfile.md | 2 +-
api/Excel.datafeedconnection.application.md | 2 +-
api/Excel.datafeedconnection.cancelrefresh.md | 2 +-
api/Excel.datafeedconnection.commandtext.md | 2 +-
api/Excel.datafeedconnection.commandtype.md | 2 +-
api/Excel.datafeedconnection.connection.md | 2 +-
api/Excel.datafeedconnection.creator.md | 2 +-
api/Excel.datafeedconnection.enablerefresh.md | 2 +-
api/Excel.datafeedconnection.parent.md | 2 +-
api/Excel.datafeedconnection.refresh.md | 2 +-
api/Excel.datafeedconnection.refreshdate.md | 2 +-
api/Excel.datafeedconnection.refreshing.md | 2 +-
...el.datafeedconnection.refreshonfileopen.md | 2 +-
api/Excel.datafeedconnection.refreshperiod.md | 2 +-
api/Excel.datafeedconnection.saveasodc.md | 2 +-
api/Excel.datafeedconnection.savepassword.md | 2 +-
...afeedconnection.servercredentialsmethod.md | 2 +-
...datafeedconnection.sourceconnectionfile.md | 2 +-
...Excel.datafeedconnection.sourcedatafile.md | 2 +-
api/Excel.fullseriescollection.application.md | 2 +-
api/Excel.fullseriescollection.count.md | 4 +-
api/Excel.fullseriescollection.creator.md | 2 +-
api/Excel.fullseriescollection.item.md | 2 +-
api/Excel.fullseriescollection.parent.md | 2 +-
api/Excel.modelchanges.columnsadded.md | 2 +-
api/Excel.modelchanges.columnschanged.md | 2 +-
api/Excel.modelchanges.parent.md | 2 +-
api/Excel.modelcolumnchange.application.md | 2 +-
api/Excel.modelcolumnchange.columnname.md | 2 +-
api/Excel.modelcolumnchange.creator.md | 2 +-
api/Excel.modelcolumnchange.parent.md | 2 +-
api/Excel.modelcolumnchange.tablename.md | 2 +-
api/Excel.modelcolumnchanges.application.md | 2 +-
api/Excel.modelcolumnchanges.count.md | 4 +-
api/Excel.modelcolumnchanges.creator.md | 2 +-
api/Excel.modelcolumnchanges.item.md | 2 +-
api/Excel.modelcolumnchanges.parent.md | 2 +-
api/Excel.modelcolumnname.application.md | 2 +-
api/Excel.modelcolumnname.columnname.md | 4 +-
api/Excel.modelcolumnname.creator.md | 2 +-
api/Excel.modelcolumnname.parent.md | 2 +-
api/Excel.modelcolumnname.tablename.md | 2 +-
api/Excel.modelcolumnnames.application.md | 2 +-
api/Excel.modelcolumnnames.count.md | 4 +-
api/Excel.modelcolumnnames.creator.md | 2 +-
api/Excel.modelcolumnnames.item.md | 2 +-
api/Excel.modelcolumnnames.parent.md | 2 +-
api/Excel.modelconnection.adoconnection.md | 2 +-
api/Excel.modelconnection.application.md | 2 +-
api/Excel.modelconnection.commandtext.md | 2 +-
api/Excel.modelconnection.commandtype.md | 2 +-
api/Excel.modelconnection.creator.md | 2 +-
api/Excel.modelconnection.parent.md | 2 +-
api/Excel.modelmeasure.md | 2 +-
api/Excel.modelmeasurename.application.md | 2 +-
api/Excel.modelmeasurename.creator.md | 2 +-
api/Excel.modelmeasurename.measurename.md | 4 +-
api/Excel.modelmeasurename.parent.md | 2 +-
api/Excel.modelmeasurename.tablename.md | 2 +-
api/Excel.modelmeasurenames.application.md | 2 +-
api/Excel.modelmeasurenames.count.md | 4 +-
api/Excel.modelmeasurenames.creator.md | 2 +-
api/Excel.modelmeasurenames.item.md | 2 +-
api/Excel.modelmeasurenames.parent.md | 2 +-
api/Excel.modelmeasures.md | 2 +-
api/Excel.modelrelationship.active.md | 2 +-
api/Excel.modelrelationship.application.md | 2 +-
api/Excel.modelrelationship.creator.md | 2 +-
api/Excel.modelrelationship.delete.md | 2 +-
...xcel.modelrelationship.foreignkeycolumn.md | 2 +-
...Excel.modelrelationship.foreignkeytable.md | 2 +-
api/Excel.modelrelationship.parent.md | 2 +-
...xcel.modelrelationship.primarykeycolumn.md | 2 +-
...Excel.modelrelationship.primarykeytable.md | 2 +-
api/Excel.modelrelationships.add.md | 2 +-
api/Excel.modelrelationships.application.md | 2 +-
api/Excel.modelrelationships.count.md | 4 +-
api/Excel.modelrelationships.creator.md | 2 +-
api/Excel.modelrelationships.item.md | 2 +-
api/Excel.modelrelationships.parent.md | 2 +-
api/Excel.modeltable.application.md | 2 +-
api/Excel.modeltable.creator.md | 2 +-
api/Excel.modeltable.modeltablecolumns.md | 2 +-
api/Excel.modeltable.name.md | 2 +-
api/Excel.modeltable.parent.md | 2 +-
api/Excel.modeltable.recordcount.md | 2 +-
api/Excel.modeltable.refresh.md | 2 +-
api/Excel.modeltable.sourcename.md | 2 +-
...cel.modeltable.sourceworkbookconnection.md | 2 +-
api/Excel.modeltablecolumn.application.md | 2 +-
api/Excel.modeltablecolumn.creator.md | 2 +-
api/Excel.modeltablecolumn.datatype.md | 2 +-
api/Excel.modeltablecolumn.name.md | 2 +-
api/Excel.modeltablecolumn.parent.md | 2 +-
api/Excel.modeltablecolumns.application.md | 2 +-
api/Excel.modeltablecolumns.count.md | 4 +-
api/Excel.modeltablecolumns.creator.md | 2 +-
api/Excel.modeltablecolumns.item.md | 2 +-
api/Excel.modeltablecolumns.md | 2 +-
api/Excel.modeltablecolumns.parent.md | 2 +-
api/Excel.modeltablenamechange.application.md | 2 +-
api/Excel.modeltablenamechange.creator.md | 2 +-
api/Excel.modeltablenamechange.parent.md | 2 +-
...Excel.modeltablenamechange.tablenamenew.md | 2 +-
...Excel.modeltablenamechange.tablenameold.md | 2 +-
...Excel.modeltablenamechanges.application.md | 2 +-
api/Excel.modeltablenamechanges.count.md | 4 +-
api/Excel.modeltablenamechanges.creator.md | 2 +-
api/Excel.modeltablenamechanges.item.md | 2 +-
api/Excel.modeltablenamechanges.parent.md | 2 +-
api/Excel.modeltablenames.application.md | 2 +-
api/Excel.modeltablenames.count.md | 4 +-
api/Excel.modeltablenames.creator.md | 2 +-
api/Excel.modeltablenames.item.md | 2 +-
api/Excel.modeltablenames.parent.md | 2 +-
api/Excel.modeltables.application.md | 2 +-
api/Excel.modeltables.count.md | 4 +-
api/Excel.modeltables.creator.md | 2 +-
api/Excel.modeltables.item.md | 2 +-
api/Excel.modeltables.parent.md | 2 +-
api/Excel.pivotcache.createpivotchart.md | 2 +-
api/Excel.pivotfilter.wholedayfilter.md | 2 +-
api/Excel.pivottable.drilldown.md | 2 +-
api/Excel.pivottable.drillto.md | 2 +-
api/Excel.pivottable.pivotchart.md | 2 +-
api/Excel.pivottable.pivotvaluecell.md | 2 +-
api/Excel.pivotvaluecell.application.md | 2 +-
api/Excel.pivotvaluecell.creator.md | 2 +-
api/Excel.pivotvaluecell.parent.md | 2 +-
api/Excel.pivotvaluecell.pivotcell.md | 2 +-
api/Excel.pivotvaluecell.serveractions.md | 2 +-
api/Excel.pivotvaluecell.showdetail.md | 2 +-
api/Excel.pivotvaluecell.value.md | 2 +-
api/Excel.queries.fastcombine.md | 2 +-
api/Excel.quickanalysis.application.md | 2 +-
api/Excel.quickanalysis.creator.md | 2 +-
api/Excel.quickanalysis.hide.md | 2 +-
api/Excel.quickanalysis.parent.md | 2 +-
api/Excel.quickanalysis.show.md | 2 +-
api/Excel.slicercache.clearallfilters.md | 2 +-
api/Excel.slicercache.cleardatefilter.md | 2 +-
api/Excel.slicercache.filtercleared.md | 2 +-
api/Excel.slicercache.listobject.md | 4 +-
api/Excel.slicercache.slicercachetype.md | 2 +-
api/Excel.slicercache.timelinestate.md | 2 +-
api/Excel.tableobject.adjustcolumnwidth.md | 2 +-
api/Excel.tableobject.application.md | 2 +-
api/Excel.tableobject.creator.md | 2 +-
api/Excel.tableobject.delete.md | 2 +-
api/Excel.tableobject.destination.md | 2 +-
api/Excel.tableobject.enableediting.md | 2 +-
api/Excel.tableobject.enablerefresh.md | 2 +-
api/Excel.tableobject.fetchedrowoverflow.md | 2 +-
api/Excel.tableobject.listobject.md | 4 +-
api/Excel.tableobject.parent.md | 2 +-
api/Excel.tableobject.preservecolumninfo.md | 2 +-
api/Excel.tableobject.preserveformatting.md | 2 +-
api/Excel.tableobject.refresh.md | 2 +-
api/Excel.tableobject.refreshstyle.md | 2 +-
api/Excel.tableobject.resultrange.md | 2 +-
api/Excel.tableobject.rownumbers.md | 2 +-
api/Excel.tableobject.workbookconnection.md | 2 +-
...tablestyle.showasavailabletimelinestyle.md | 2 +-
api/Excel.textconnection.application.md | 2 +-
api/Excel.textconnection.connection.md | 2 +-
api/Excel.textconnection.creator.md | 2 +-
api/Excel.textconnection.parent.md | 2 +-
....textconnection.textfilecolumndatatypes.md | 2 +-
...l.textconnection.textfilecommadelimiter.md | 2 +-
...connection.textfileconsecutivedelimiter.md | 2 +-
...textconnection.textfiledecimalseparator.md | 2 +-
...extconnection.textfilefixedcolumnwidths.md | 2 +-
api/Excel.textconnection.textfileheaderrow.md | 2 +-
...l.textconnection.textfileotherdelimiter.md | 2 +-
api/Excel.textconnection.textfileparsetype.md | 2 +-
api/Excel.textconnection.textfileplatform.md | 2 +-
....textconnection.textfilepromptonrefresh.md | 2 +-
...xtconnection.textfilesemicolondelimiter.md | 4 +-
...l.textconnection.textfilespacedelimiter.md | 2 +-
api/Excel.textconnection.textfilestartrow.md | 2 +-
...cel.textconnection.textfiletabdelimiter.md | 2 +-
...el.textconnection.textfiletextqualifier.md | 2 +-
...xtconnection.textfilethousandsseparator.md | 2 +-
...connection.textfiletrailingminusnumbers.md | 2 +-
...cel.textconnection.textfilevisuallayout.md | 2 +-
api/Excel.timelinestate.application.md | 2 +-
api/Excel.timelinestate.creator.md | 2 +-
api/Excel.timelinestate.enddate.md | 2 +-
api/Excel.timelinestate.filtertype.md | 2 +-
api/Excel.timelinestate.filtervalue1.md | 2 +-
api/Excel.timelinestate.filtervalue2.md | 2 +-
api/Excel.timelinestate.md | 2 +-
api/Excel.timelinestate.parent.md | 2 +-
api/Excel.timelinestate.setfilterdaterange.md | 2 +-
...el.timelinestate.singlerangefilterstate.md | 2 +-
api/Excel.timelinestate.startdate.md | 2 +-
api/Excel.timelineviewstate.application.md | 2 +-
api/Excel.timelineviewstate.creator.md | 2 +-
api/Excel.timelineviewstate.level.md | 2 +-
api/Excel.timelineviewstate.parent.md | 2 +-
api/Excel.timelineviewstate.showheader.md | 2 +-
...melineviewstate.showhorizontalscrollbar.md | 2 +-
...el.timelineviewstate.showselectionlabel.md | 2 +-
api/Excel.timelineviewstate.showtimelevel.md | 2 +-
api/Excel.workbook.defaulttimelinestyle.md | 2 +-
api/Excel.workbook.pivottables.md | 2 +-
...l.workbookconnection.datafeedconnection.md | 2 +-
api/Excel.workbookconnection.inmodel.md | 2 +-
api/Excel.workbookconnection.modeltables.md | 2 +-
...Excel.workbookconnection.textconnection.md | 2 +-
...kbookconnection.worksheetdataconnection.md | 2 +-
...cel.worksheetdataconnection.application.md | 2 +-
...cel.worksheetdataconnection.commandtext.md | 2 +-
...cel.worksheetdataconnection.commandtype.md | 2 +-
...xcel.worksheetdataconnection.connection.md | 2 +-
api/Excel.worksheetdataconnection.creator.md | 2 +-
api/Excel.worksheetdataconnection.parent.md | 2 +-
api/Excel.worksheetfunction.acot.md | 2 +-
api/Excel.worksheetfunction.arabic.md | 2 +-
...xcel.worksheetfunction.binom_dist_range.md | 2 +-
api/Excel.worksheetfunction.bitand.md | 2 +-
api/Excel.worksheetfunction.bitlshift.md | 2 +-
api/Excel.worksheetfunction.bitor.md | 2 +-
api/Excel.worksheetfunction.bitrshift.md | 2 +-
api/Excel.worksheetfunction.bitxor.md | 2 +-
api/Excel.worksheetfunction.ceiling_math.md | 2 +-
api/Excel.worksheetfunction.combina.md | 2 +-
api/Excel.worksheetfunction.cot.md | 2 +-
api/Excel.worksheetfunction.coth.md | 2 +-
api/Excel.worksheetfunction.csc.md | 2 +-
api/Excel.worksheetfunction.csch.md | 2 +-
api/Excel.worksheetfunction.days.md | 2 +-
api/Excel.worksheetfunction.decimal.md | 2 +-
api/Excel.worksheetfunction.floor_math.md | 2 +-
api/Excel.worksheetfunction.gamma.md | 2 +-
api/Excel.worksheetfunction.gauss.md | 2 +-
api/Excel.worksheetfunction.ifna.md | 2 +-
api/Excel.worksheetfunction.imcosh.md | 2 +-
api/Excel.worksheetfunction.imcot.md | 2 +-
api/Excel.worksheetfunction.imcsc.md | 2 +-
api/Excel.worksheetfunction.imcsch.md | 2 +-
api/Excel.worksheetfunction.imsec.md | 2 +-
api/Excel.worksheetfunction.imsech.md | 2 +-
api/Excel.worksheetfunction.imsinh.md | 2 +-
api/Excel.worksheetfunction.imtan.md | 2 +-
api/Excel.worksheetfunction.isformula.md | 2 +-
api/Excel.worksheetfunction.isoweeknum.md | 2 +-
api/Excel.worksheetfunction.munit.md | 2 +-
api/Excel.worksheetfunction.numbervalue.md | 2 +-
api/Excel.worksheetfunction.pduration.md | 2 +-
api/Excel.worksheetfunction.permutationa.md | 2 +-
api/Excel.worksheetfunction.phi.md | 2 +-
api/Excel.worksheetfunction.rri.md | 2 +-
api/Excel.worksheetfunction.sec.md | 2 +-
api/Excel.worksheetfunction.sech.md | 2 +-
api/Excel.worksheetfunction.skew_p.md | 2 +-
api/Excel.worksheetfunction.unichar.md | 2 +-
api/Excel.worksheetfunction.unicode.md | 2 +-
api/Excel.worksheetfunction.webservice.md | 2 +-
api/Excel.worksheetfunction.xor.md | 2 +-
api/Office.DocumentProperty.LinkToContent.md | 2 +-
api/Office.IRibbonUI.md | 4 +-
api/Outlook.Account.md | 4 +-
...look.AddressRuleCondition.ConditionType.md | 2 +-
api/Outlook.Application.AdvancedSearch.md | 2 +-
api/Outlook.Application.OptionsPagesAdd.md | 2 +-
api/Outlook.AppointmentItem.AfterWrite.md | 4 +-
api/Outlook.AppointmentItem.BeforeRead.md | 4 +-
...pointmentItem.ForceUpdateToAllAttendees.md | 2 +-
...k.AssignToCategoryRuleAction.ActionType.md | 2 +-
api/Outlook.Column.Name.md | 2 +-
api/Outlook.Columns.Add.md | 6 +-
api/Outlook.ContactItem.AfterWrite.md | 4 +-
api/Outlook.ContactItem.BeforeRead.md | 4 +-
api/Outlook.DistListItem.AfterWrite.md | 4 +-
api/Outlook.DistListItem.BeforeRead.md | 4 +-
api/Outlook.DocumentItem.AfterWrite.md | 4 +-
api/Outlook.DocumentItem.BeforeRead.md | 4 +-
api/Outlook.ExchangeUser.GetPicture.md | 4 +-
api/Outlook.Folder.GetCustomIcon.md | 4 +-
api/Outlook.Folder.GetTable.md | 4 +-
api/Outlook.Folder.SetCustomIcon.md | 4 +-
api/Outlook.FormRegion.DisplayName.md | 2 +-
api/Outlook.FormRegion.InternalName.md | 2 +-
...FormRegionStartup.GetFormRegionManifest.md | 6 +-
api/Outlook.Items.Find.md | 2 +-
api/Outlook.JournalItem.AfterWrite.md | 4 +-
api/Outlook.JournalItem.BeforeRead.md | 4 +-
api/Outlook.MailItem.AfterWrite.md | 4 +-
api/Outlook.MailItem.BeforeRead.md | 4 +-
api/Outlook.MailItem.Sender.md | 7 +-
...Outlook.MarkAsTaskRuleAction.ActionType.md | 2 +-
api/Outlook.MeetingItem.AfterWrite.md | 4 +-
api/Outlook.MeetingItem.BeforeRead.md | 4 +-
...Outlook.MoveOrCopyRuleAction.ActionType.md | 2 +-
api/Outlook.NameSpace.CreateContactCard.md | 2 +-
...tlook.NewItemAlertRuleAction.ActionType.md | 2 +-
api/Outlook.OlActionCopyLike.md | 2 +-
api/Outlook.OlActionReplyStyle.md | 2 +-
api/Outlook.OlActionResponseStyle.md | 2 +-
api/Outlook.OlAlwaysDeleteConversation.md | 2 +-
api/Outlook.OlAttachmentBlockLevel.md | 2 +-
api/Outlook.OlCalendarDetail.md | 2 +-
api/Outlook.OlCalendarMailFormat.md | 2 +-
api/Outlook.OlCategoryColor.md | 4 +-
api/Outlook.OlColor.md | 2 +-
api/Outlook.OlDefaultFolders.md | 2 +-
api/Outlook.OlDisplayType.md | 2 +-
api/Outlook.OlExchangeStoreType.md | 2 +-
api/Outlook.OlFormatDuration.md | 2 +-
api/Outlook.OlIconViewType.md | 2 +-
api/Outlook.OlInspectorClose.md | 2 +-
api/Outlook.OlOutlookBarViewType.md | 2 +-
api/Outlook.OlPermission.md | 2 +-
api/Outlook.OlPermissionService.md | 2 +-
api/Outlook.OlRecurrenceType.md | 2 +-
api/Outlook.OlResponseStatus.md | 2 +-
api/Outlook.OlSelectionContents.md | 2 +-
api/Outlook.OlSelectionLocation.md | 2 +-
api/Outlook.OlStorageIdentifierType.md | 2 +-
api/Outlook.OlTaskResponse.md | 2 +-
api/Outlook.OlTimeStyle.md | 2 +-
api/Outlook.OlUserPropertyType.md | 2 +-
api/Outlook.OlViewType.md | 2 +-
api/Outlook.PlaySoundRuleAction.ActionType.md | 2 +-
api/Outlook.PostItem.AfterWrite.md | 4 +-
api/Outlook.PostItem.BeforeRead.md | 4 +-
...Outlook.PropertyAccessor.BinaryToString.md | 2 +-
...tlook.PropertyAccessor.DeleteProperties.md | 2 +-
...Outlook.PropertyAccessor.DeleteProperty.md | 2 +-
api/Outlook.PropertyAccessor.GetProperties.md | 4 +-
api/Outlook.PropertyAccessor.GetProperty.md | 4 +-
...Outlook.PropertyAccessor.LocalTimeToUTC.md | 2 +-
api/Outlook.PropertyAccessor.SetProperties.md | 4 +-
api/Outlook.PropertyAccessor.SetProperty.md | 4 +-
...Outlook.PropertyAccessor.StringToBinary.md | 2 +-
...Outlook.PropertyAccessor.UTCToLocalTime.md | 2 +-
api/Outlook.PropertyAccessor.md | 2 +-
api/Outlook.Recipient.FreeBusy.md | 4 +-
api/Outlook.RemoteItem.AfterWrite.md | 4 +-
api/Outlook.RemoteItem.BeforeRead.md | 4 +-
api/Outlook.ReportItem.AfterWrite.md | 4 +-
api/Outlook.ReportItem.BeforeRead.md | 4 +-
api/Outlook.Row.BinaryToString.md | 2 +-
api/Outlook.Row.GetValues.md | 2 +-
api/Outlook.Row.LocalTimeToUTC.md | 2 +-
api/Outlook.Row.UTCToLocalTime.md | 2 +-
api/Outlook.Row.md | 4 +-
api/Outlook.Rule.md | 2 +-
api/Outlook.RuleAction.md | 2 +-
api/Outlook.RuleActions.md | 2 +-
api/Outlook.RuleCondition.Enabled.md | 2 +-
api/Outlook.RuleCondition.md | 2 +-
api/Outlook.RuleConditions.md | 2 +-
api/Outlook.Rules.Save.md | 2 +-
api/Outlook.Rules.md | 2 +-
api/Outlook.Search.GetTable.md | 4 +-
api/Outlook.SelectNamesDialog.md | 2 +-
api/Outlook.SendRuleAction.ActionType.md | 2 +-
api/Outlook.SharingItem.AfterWrite.md | 4 +-
api/Outlook.SharingItem.BeforeRead.md | 4 +-
api/Outlook.SolutionsModule.md | 2 +-
api/Outlook.StorageItem.Delete.md | 2 +-
api/Outlook.StorageItem.Save.md | 2 +-
api/Outlook.StorageItem.md | 2 +-
api/Outlook.Stores.md | 2 +-
api/Outlook.Table.Columns.md | 4 +-
api/Outlook.Table.GetArray.md | 2 +-
api/Outlook.Table.Restrict.md | 4 +-
api/Outlook.Table.Sort.md | 2 +-
api/Outlook.Table.md | 4 +-
api/Outlook.TableView.GetTable.md | 2 +-
api/Outlook.TaskItem.AfterWrite.md | 4 +-
api/Outlook.TaskItem.BeforeRead.md | 4 +-
...utlook.TaskRequestAcceptItem.AfterWrite.md | 4 +-
...utlook.TaskRequestAcceptItem.BeforeRead.md | 4 +-
...tlook.TaskRequestDeclineItem.AfterWrite.md | 4 +-
...tlook.TaskRequestDeclineItem.BeforeRead.md | 4 +-
api/Outlook.TaskRequestItem.AfterWrite.md | 4 +-
api/Outlook.TaskRequestItem.BeforeRead.md | 4 +-
...utlook.TaskRequestUpdateItem.AfterWrite.md | 4 +-
...utlook.TaskRequestUpdateItem.BeforeRead.md | 4 +-
...Outlook.TextRuleCondition.ConditionType.md | 2 +-
api/Outlook.TextRuleCondition.Enabled.md | 2 +-
...ook.ToOrFromRuleCondition.ConditionType.md | 2 +-
api/Outlook.ToOrFromRuleCondition.Enabled.md | 2 +-
api/Outlook.UserDefinedProperties.Add.md | 2 +-
api/Outlook.UserProperties.Add.md | 2 +-
api/Outlook.ViewFields.Add.md | 4 +-
api/Outlook.appointmentitem.readcomplete.md | 2 +-
api/Outlook.contactitem.readcomplete.md | 2 +-
api/Outlook.distlistitem.readcomplete.md | 2 +-
api/Outlook.documentitem.readcomplete.md | 2 +-
...xchangedistributionlist.getunifiedgroup.md | 2 +-
...stributionlist.getunifiedgroupfromstore.md | 4 +-
...exchangedistributionlist.isunifiedgroup.md | 2 +-
api/Outlook.exchangeuser.getunifiedgroup.md | 2 +-
...k.exchangeuser.getunifiedgroupfromstore.md | 2 +-
api/Outlook.exchangeuser.isunifiedgroup.md | 2 +-
api/Outlook.journalitem.readcomplete.md | 2 +-
api/Outlook.mailitem.readcomplete.md | 2 +-
api/Outlook.meetingitem.readcomplete.md | 2 +-
api/Outlook.oldisplaymode.md | 2 +-
api/Outlook.olkcontrol.md | 2 +-
api/Outlook.peopleview.sortfields.md | 2 +-
api/Outlook.peopleview.standard.md | 2 +-
api/Outlook.postitem.readcomplete.md | 2 +-
api/Outlook.previewpane.application.md | 2 +-
api/Outlook.previewpane.class.md | 2 +-
api/Outlook.previewpane.session.md | 2 +-
api/Outlook.previewpane.wordeditor.md | 2 +-
api/Outlook.remoteitem.readcomplete.md | 2 +-
api/Outlook.reportitem.readcomplete.md | 2 +-
api/Outlook.sharingitem.readcomplete.md | 2 +-
api/Outlook.taskitem.readcomplete.md | 2 +-
...look.taskrequestacceptitem.readcomplete.md | 2 +-
...ook.taskrequestdeclineitem.readcomplete.md | 2 +-
api/Outlook.taskrequestitem.readcomplete.md | 2 +-
...look.taskrequestupdateitem.readcomplete.md | 2 +-
api/PowerPoint.ActionSetting.md | 2 +-
api/PowerPoint.AddIns.md | 2 +-
api/PowerPoint.AnimationPoint.md | 2 +-
...werPoint.Application.ColorSchemeChanged.md | 2 +-
...oint.Application.PresentationBeforeSave.md | 2 +-
...PowerPoint.Application.PresentationOpen.md | 2 +-
...owerPoint.Application.PresentationPrint.md | 2 +-
...PowerPoint.Application.PresentationSave.md | 2 +-
...lication.ProtectedViewWindowBeforeClose.md | 2 +-
...Point.Application.SlideSelectionChanged.md | 2 +-
api/PowerPoint.Application.SlideShowBegin.md | 2 +-
api/PowerPoint.Application.SlideShowEnd.md | 2 +-
...werPoint.Application.SlideShowNextBuild.md | 2 +-
...werPoint.Application.SlideShowNextClick.md | 2 +-
...werPoint.Application.SlideShowNextSlide.md | 2 +-
api/PowerPoint.Application.SlideShowOnNext.md | 2 +-
...erPoint.Application.SlideShowOnPrevious.md | 2 +-
api/PowerPoint.Application.WindowActivate.md | 2 +-
...int.Application.WindowBeforeDoubleClick.md | 2 +-
api/PowerPoint.CalloutFormat.DropType.md | 2 +-
api/PowerPoint.ColorEffect.md | 2 +-
api/PowerPoint.ColorFormat.md | 2 +-
api/PowerPoint.ColorScheme.md | 2 +-
api/PowerPoint.Columns.md | 2 +-
api/PowerPoint.Designs.md | 2 +-
api/PowerPoint.FreeformBuilder.md | 2 +-
api/PowerPoint.GroupShapes.md | 2 +-
api/PowerPoint.Master.md | 4 +-
...oint.Presentation.ContentTypeProperties.md | 2 +-
...erPoint.Presentation.DocumentInspectors.md | 2 +-
api/PowerPoint.Presentation.SaveAs.md | 2 +-
api/PowerPoint.Presentations.md | 2 +-
api/PowerPoint.PrintOptions.md | 2 +-
api/PowerPoint.PropertyEffect.md | 2 +-
api/PowerPoint.PublishObject.md | 2 +-
api/PowerPoint.PublishObjects.md | 2 +-
api/PowerPoint.RGBColor.md | 2 +-
api/PowerPoint.Research.md | 2 +-
api/PowerPoint.Ruler.md | 2 +-
api/PowerPoint.Selection.md | 2 +-
api/PowerPoint.Sequences.md | 2 +-
api/PowerPoint.Shape.md | 6 +-
api/PowerPoint.ShapeNodes.md | 2 +-
api/PowerPoint.Shapes.md | 4 +-
api/PowerPoint.Slide.md | 2 +-
api/PowerPoint.Slides.md | 2 +-
api/PowerPoint.Table.md | 2 +-
api/PowerPoint.TextRange.md | 2 +-
api/PowerPoint.Timing.md | 2 +-
...werPoint.categorycollection.application.md | 2 +-
api/PowerPoint.categorycollection.creator.md | 2 +-
...Point.chartdata.activatechartdatawindow.md | 2 +-
api/PowerPoint.datalabels.position.md | 2 +-
...rPoint.fullseriescollection.application.md | 2 +-
...PowerPoint.fullseriescollection.creator.md | 2 +-
api/PowerPoint.guide.application.md | 2 +-
api/PowerPoint.guides.application.md | 2 +-
api/PowerPoint.shape.hasinkxml.md | 2 +-
api/PowerPoint.shaperange.hasinkxml.md | 2 +-
api/PowerPoint.slidenavigation.application.md | 2 +-
api/PowerPoint.theme.application.md | 2 +-
api/PowerPoint.themevariant.application.md | 2 +-
api/PowerPoint.themevariants.application.md | 2 +-
api/Project.Application.AddNewColumn.md | 2 +-
api/Project.Application.BaselineClear.md | 2 +-
api/Project.Application.BaselineSave.md | 2 +-
api/Project.Application.BoxFormatEx.md | 2 +-
api/Project.Application.BoxLinksEx.md | 2 +-
api/Project.Application.BoxStylesEditEx.md | 2 +-
api/Project.Application.FindPrevious.md | 2 +-
api/Project.Application.NewProject.md | 2 +-
...plication.ProjectBeforeAssignmentChange.md | 2 +-
...ect.Application.ProjectBeforeTaskChange.md | 2 +-
api/Project.PjField.md | 5 +-
api/Project.PjPaperSize.md | 2 +-
api/Project.PjResourceTimescaledData.md | 4 +-
api/Project.PjTaskTimescaledData.md | 4 +-
api/Project.PjTimescaledData.md | 4 +-
api/Project.Project.SetCustomUI.md | 2 +-
api/Project.Task.LinkPredecessors.md | 2 +-
api/Project.Task.LinkSuccessors.md | 2 +-
api/Project.Years.Count.md | 2 +-
api/Project.chart.getchartelement.md | 6 +-
api/Project.chart.md | 2 +-
api/Project.chart.perspective.md | 2 +-
api/Project.pjcachejobstate.md | 4 +-
api/Project.pjviewtype.md | 2 +-
api/Project.reporttable.getcelltext.md | 2 +-
api/Project.reporttable.md | 2 +-
api/Project.seriescollection.count.md | 2 +-
api/Project.shape.adjustments.md | 4 +-
api/Project.shape.autoshapetype.md | 2 +-
api/Project.shape.backgroundstyle.md | 2 +-
api/Project.shape.blackwhitemode.md | 2 +-
api/Project.shape.callout.md | 2 +-
api/Project.shape.child.md | 4 +-
api/Project.shape.connector.md | 4 +-
api/Project.shape.connectorformat.md | 4 +-
api/Project.shape.fill.md | 4 +-
api/Project.shape.flip.md | 4 +-
api/Project.shape.glow.md | 4 +-
api/Project.shape.groupitems.md | 4 +-
api/Project.shape.haschart.md | 4 +-
api/Project.shape.hastable.md | 4 +-
api/Project.shape.horizontalflip.md | 4 +-
api/Project.shape.line.md | 4 +-
api/Project.shape.lockaspectratio.md | 4 +-
api/Project.shape.nodes.md | 4 +-
api/Project.shape.reflection.md | 4 +-
api/Project.shape.scaleheight.md | 4 +-
api/Project.shape.scalewidth.md | 8 +--
api/Project.shape.shadow.md | 4 +-
api/Project.shape.shapestyle.md | 4 +-
api/Project.shape.softedge.md | 4 +-
api/Project.shape.texteffect.md | 4 +-
api/Project.shape.textframe.md | 4 +-
api/Project.shape.textframe2.md | 4 +-
api/Project.shape.threed.md | 4 +-
api/Project.shape.type.md | 4 +-
api/Project.shape.verticalflip.md | 4 +-
api/Project.shape.vertices.md | 2 +-
api/Project.shape.visible.md | 4 +-
api/Project.shape.zorder.md | 4 +-
api/Project.shaperange.adjustments.md | 4 +-
api/Project.shaperange.autoshapetype.md | 2 +-
api/Project.shaperange.backgroundstyle.md | 2 +-
api/Project.shaperange.blackwhitemode.md | 2 +-
api/Project.shaperange.callout.md | 2 +-
api/Project.shaperange.child.md | 4 +-
api/Project.shaperange.connector.md | 4 +-
api/Project.shaperange.connectorformat.md | 4 +-
api/Project.shaperange.fill.md | 4 +-
api/Project.shaperange.flip.md | 4 +-
api/Project.shaperange.glow.md | 4 +-
api/Project.shaperange.groupitems.md | 4 +-
api/Project.shaperange.haschart.md | 4 +-
api/Project.shaperange.hastable.md | 4 +-
api/Project.shaperange.horizontalflip.md | 4 +-
api/Project.shaperange.line.md | 4 +-
api/Project.shaperange.lockaspectratio.md | 4 +-
api/Project.shaperange.mergeshapes.md | 4 +-
api/Project.shaperange.nodes.md | 4 +-
api/Project.shaperange.reflection.md | 4 +-
api/Project.shaperange.scaleheight.md | 8 +--
api/Project.shaperange.scalewidth.md | 8 +--
api/Project.shaperange.shadow.md | 4 +-
api/Project.shaperange.shapestyle.md | 4 +-
api/Project.shaperange.softedge.md | 4 +-
api/Project.shaperange.texteffect.md | 4 +-
api/Project.shaperange.textframe.md | 4 +-
api/Project.shaperange.textframe2.md | 4 +-
api/Project.shaperange.threed.md | 4 +-
api/Project.shaperange.type.md | 4 +-
api/Project.shaperange.verticalflip.md | 4 +-
api/Project.shaperange.vertices.md | 2 +-
api/Project.shaperange.visible.md | 4 +-
api/Project.shaperange.zorder.md | 4 +-
api/Project.shapes.addconnector.md | 4 +-
api/Project.shapes.addshape.md | 2 +-
api/Project.shapes.addtextbox.md | 2 +-
api/Project.shapes.addtexteffect.md | 2 +-
api/Publisher.FillFormat.TextureType.md | 2 +-
api/Publisher.Shape.Vertices.md | 2 +-
api/Publisher.ShapeRange.Vertices.md | 2 +-
api/Visio.Application.AfterModal.md | 2 +-
...pplication.AfterRemoveHiddenInformation.md | 2 +-
api/Visio.Application.AfterResume.md | 2 +-
api/Visio.Application.AfterResumeEvents.md | 2 +-
api/Visio.Application.AppActivated.md | 2 +-
api/Visio.Application.AppDeactivated.md | 2 +-
api/Visio.Application.AppObjActivated.md | 2 +-
api/Visio.Application.AppObjDeactivated.md | 2 +-
...o.Application.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.Application.BeforeDocumentClose.md | 2 +-
api/Visio.Application.BeforeDocumentSave.md | 2 +-
api/Visio.Application.BeforeDocumentSaveAs.md | 2 +-
api/Visio.Application.BeforeMasterDelete.md | 2 +-
api/Visio.Application.BeforeModal.md | 2 +-
api/Visio.Application.BeforePageDelete.md | 2 +-
api/Visio.Application.BeforeQuit.md | 2 +-
...Visio.Application.BeforeSelectionDelete.md | 2 +-
api/Visio.Application.BeforeShapeDelete.md | 2 +-
api/Visio.Application.BeforeShapeTextEdit.md | 2 +-
api/Visio.Application.BeforeStyleDelete.md | 2 +-
api/Visio.Application.BeforeSuspend.md | 2 +-
api/Visio.Application.BeforeSuspendEvents.md | 2 +-
api/Visio.Application.BeforeWindowClosed.md | 2 +-
api/Visio.Application.BeforeWindowPageTurn.md | 2 +-
...Visio.Application.BeforeWindowSelDelete.md | 2 +-
api/Visio.Application.COMAddIns.md | 2 +-
...io.Application.CalloutRelationshipAdded.md | 2 +-
....Application.CalloutRelationshipDeleted.md | 2 +-
api/Visio.Application.CellChanged.md | 2 +-
api/Visio.Application.CommandLine.md | 2 +-
api/Visio.Application.ConnectionsAdded.md | 2 +-
api/Visio.Application.ConnectionsDeleted.md | 2 +-
....Application.ContainerRelationshipAdded.md | 2 +-
...pplication.ContainerRelationshipDeleted.md | 2 +-
api/Visio.Application.ConvertResult.md | 2 +-
...isio.Application.ConvertToGroupCanceled.md | 2 +-
api/Visio.Application.DataRecordsetAdded.md | 2 +-
api/Visio.Application.DataRecordsetChanged.md | 2 +-
api/Visio.Application.DesignModeEntered.md | 2 +-
api/Visio.Application.DialogFont.md | 2 +-
api/Visio.Application.DocumentChanged.md | 2 +-
...Visio.Application.DocumentCloseCanceled.md | 2 +-
api/Visio.Application.DocumentCreated.md | 2 +-
api/Visio.Application.DocumentOpened.md | 2 +-
api/Visio.Application.DocumentSaved.md | 2 +-
api/Visio.Application.DocumentSavedAs.md | 2 +-
api/Visio.Application.EnterScope.md | 2 +-
api/Visio.Application.ExitScope.md | 2 +-
api/Visio.Application.FormulaChanged.md | 2 +-
api/Visio.Application.GroupCanceled.md | 2 +-
api/Visio.Application.KeyDown.md | 2 +-
api/Visio.Application.KeyPress.md | 2 +-
api/Visio.Application.KeyUp.md | 2 +-
api/Visio.Application.MarkerEvent.md | 2 +-
api/Visio.Application.MasterAdded.md | 2 +-
api/Visio.Application.MasterChanged.md | 2 +-
api/Visio.Application.MasterDeleteCanceled.md | 2 +-
api/Visio.Application.MouseDown.md | 2 +-
api/Visio.Application.MouseMove.md | 2 +-
api/Visio.Application.MouseUp.md | 2 +-
...sio.Application.MustFlushScopeBeginning.md | 2 +-
api/Visio.Application.MustFlushScopeEnded.md | 2 +-
api/Visio.Application.NoEventsPending.md | 2 +-
....Application.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.Application.PageAdded.md | 2 +-
api/Visio.Application.PageChanged.md | 2 +-
api/Visio.Application.PageDeleteCanceled.md | 2 +-
...o.Application.QueryCancelConvertToGroup.md | 2 +-
...io.Application.QueryCancelDocumentClose.md | 2 +-
api/Visio.Application.QueryCancelGroup.md | 2 +-
...sio.Application.QueryCancelMasterDelete.md | 2 +-
...Visio.Application.QueryCancelPageDelete.md | 2 +-
api/Visio.Application.QueryCancelQuit.md | 2 +-
....Application.QueryCancelSelectionDelete.md | 2 +-
...isio.Application.QueryCancelStyleDelete.md | 2 +-
api/Visio.Application.QueryCancelSuspend.md | 2 +-
...io.Application.QueryCancelSuspendEvents.md | 2 +-
api/Visio.Application.QueryCancelUngroup.md | 2 +-
...isio.Application.QueryCancelWindowClose.md | 2 +-
api/Visio.Application.QuitCanceled.md | 2 +-
api/Visio.Application.RuleSetValidated.md | 2 +-
api/Visio.Application.RunModeEntered.md | 2 +-
api/Visio.Application.SaveAsWebObject.md | 2 +-
api/Visio.Application.SelectionAdded.md | 2 +-
api/Visio.Application.SelectionChanged.md | 2 +-
...sio.Application.SelectionDeleteCanceled.md | 2 +-
api/Visio.Application.ShapeAdded.md | 2 +-
api/Visio.Application.ShapeChanged.md | 2 +-
...sio.Application.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Application.ShapeExitedTextEdit.md | 2 +-
api/Visio.Application.ShapeLinkAdded.md | 2 +-
api/Visio.Application.ShapeLinkDeleted.md | 2 +-
api/Visio.Application.ShapeParentChanged.md | 2 +-
api/Visio.Application.StyleAdded.md | 2 +-
api/Visio.Application.StyleChanged.md | 2 +-
api/Visio.Application.StyleDeleteCanceled.md | 2 +-
api/Visio.Application.SuspendCanceled.md | 2 +-
...Visio.Application.SuspendEventsCanceled.md | 2 +-
api/Visio.Application.TextChanged.md | 2 +-
api/Visio.Application.UngroupCanceled.md | 2 +-
api/Visio.Application.Vbe.md | 2 +-
api/Visio.Application.ViewChanged.md | 2 +-
api/Visio.Application.VisioIsIdle.md | 2 +-
api/Visio.Application.WindowActivated.md | 2 +-
api/Visio.Application.WindowChanged.md | 2 +-
api/Visio.Application.WindowCloseCanceled.md | 2 +-
api/Visio.Application.WindowOpened.md | 2 +-
api/Visio.Application.WindowTurnedToPage.md | 2 +-
api/Visio.Cell.CellChanged.md | 2 +-
api/Visio.Cell.Formula.md | 2 +-
api/Visio.Cell.FormulaChanged.md | 2 +-
api/Visio.Cell.FormulaU.md | 2 +-
api/Visio.Characters.TextChanged.md | 2 +-
...DataRecordset.BeforeDataRecordsetDelete.md | 2 +-
...isio.DataRecordset.DataRecordsetChanged.md | 2 +-
api/Visio.DataRecordset.GetDataRowIDs.md | 2 +-
...ataRecordsets.BeforeDataRecordsetDelete.md | 2 +-
...Visio.DataRecordsets.DataRecordsetAdded.md | 2 +-
...sio.DataRecordsets.DataRecordsetChanged.md | 2 +-
...o.Document.AfterRemoveHiddenInformation.md | 2 +-
...isio.Document.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.Document.BeforeDocumentClose.md | 2 +-
api/Visio.Document.BeforeDocumentSave.md | 2 +-
api/Visio.Document.BeforeDocumentSaveAs.md | 2 +-
api/Visio.Document.BeforeMasterDelete.md | 2 +-
api/Visio.Document.BeforePageDelete.md | 2 +-
api/Visio.Document.BeforeSelectionDelete.md | 2 +-
api/Visio.Document.BeforeShapeTextEdit.md | 2 +-
api/Visio.Document.BeforeStyleDelete.md | 2 +-
api/Visio.Document.ConvertToGroupCanceled.md | 2 +-
api/Visio.Document.DataRecordsetAdded.md | 2 +-
api/Visio.Document.DesignModeEntered.md | 2 +-
api/Visio.Document.DocumentChanged.md | 2 +-
api/Visio.Document.DocumentCloseCanceled.md | 2 +-
api/Visio.Document.DocumentCreated.md | 2 +-
api/Visio.Document.DocumentOpened.md | 2 +-
api/Visio.Document.DocumentSaved.md | 2 +-
api/Visio.Document.DocumentSavedAs.md | 2 +-
api/Visio.Document.GroupCanceled.md | 2 +-
api/Visio.Document.HeaderFooterFont.md | 2 +-
api/Visio.Document.MasterAdded.md | 2 +-
api/Visio.Document.MasterChanged.md | 2 +-
api/Visio.Document.MasterDeleteCanceled.md | 2 +-
api/Visio.Document.Mode.md | 2 +-
api/Visio.Document.PageAdded.md | 2 +-
api/Visio.Document.PageChanged.md | 2 +-
api/Visio.Document.PageDeleteCanceled.md | 2 +-
api/Visio.Document.PreviewPicture.md | 2 +-
...isio.Document.QueryCancelConvertToGroup.md | 2 +-
...Visio.Document.QueryCancelDocumentClose.md | 2 +-
api/Visio.Document.QueryCancelGroup.md | 2 +-
api/Visio.Document.QueryCancelMasterDelete.md | 2 +-
api/Visio.Document.QueryCancelPageDelete.md | 2 +-
...sio.Document.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Document.QueryCancelStyleDelete.md | 2 +-
api/Visio.Document.QueryCancelUngroup.md | 2 +-
api/Visio.Document.RuleSetValidated.md | 2 +-
api/Visio.Document.RunModeEntered.md | 2 +-
api/Visio.Document.SelectionDeleteCanceled.md | 2 +-
api/Visio.Document.ShapeAdded.md | 2 +-
api/Visio.Document.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Document.ShapeExitedTextEdit.md | 2 +-
api/Visio.Document.ShapeParentChanged.md | 2 +-
api/Visio.Document.StyleAdded.md | 2 +-
api/Visio.Document.StyleChanged.md | 2 +-
api/Visio.Document.StyleDeleteCanceled.md | 2 +-
api/Visio.Document.UngroupCanceled.md | 2 +-
api/Visio.Document.VBProject.md | 2 +-
....Documents.AfterRemoveHiddenInformation.md | 2 +-
...sio.Documents.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.Documents.BeforeDocumentClose.md | 2 +-
api/Visio.Documents.BeforeDocumentSave.md | 2 +-
api/Visio.Documents.BeforeDocumentSaveAs.md | 2 +-
api/Visio.Documents.BeforeMasterDelete.md | 2 +-
api/Visio.Documents.BeforePageDelete.md | 2 +-
api/Visio.Documents.BeforeSelectionDelete.md | 2 +-
api/Visio.Documents.BeforeShapeDelete.md | 2 +-
api/Visio.Documents.BeforeShapeTextEdit.md | 2 +-
api/Visio.Documents.BeforeStyleDelete.md | 2 +-
...isio.Documents.CalloutRelationshipAdded.md | 2 +-
...io.Documents.CalloutRelationshipDeleted.md | 2 +-
api/Visio.Documents.CellChanged.md | 2 +-
api/Visio.Documents.ConnectionsAdded.md | 2 +-
api/Visio.Documents.ConnectionsDeleted.md | 2 +-
...io.Documents.ContainerRelationshipAdded.md | 2 +-
....Documents.ContainerRelationshipDeleted.md | 2 +-
api/Visio.Documents.ConvertToGroupCanceled.md | 2 +-
api/Visio.Documents.DataRecordsetAdded.md | 2 +-
api/Visio.Documents.DataRecordsetChanged.md | 2 +-
api/Visio.Documents.DesignModeEntered.md | 2 +-
api/Visio.Documents.DocumentChanged.md | 2 +-
api/Visio.Documents.DocumentCloseCanceled.md | 2 +-
api/Visio.Documents.DocumentCreated.md | 2 +-
api/Visio.Documents.DocumentOpened.md | 2 +-
api/Visio.Documents.DocumentSaved.md | 2 +-
api/Visio.Documents.DocumentSavedAs.md | 2 +-
api/Visio.Documents.FormulaChanged.md | 2 +-
api/Visio.Documents.GroupCanceled.md | 2 +-
api/Visio.Documents.MasterAdded.md | 2 +-
api/Visio.Documents.MasterChanged.md | 2 +-
api/Visio.Documents.MasterDeleteCanceled.md | 2 +-
api/Visio.Documents.PageAdded.md | 2 +-
api/Visio.Documents.PageChanged.md | 2 +-
api/Visio.Documents.PageDeleteCanceled.md | 2 +-
...sio.Documents.QueryCancelConvertToGroup.md | 2 +-
...isio.Documents.QueryCancelDocumentClose.md | 2 +-
api/Visio.Documents.QueryCancelGroup.md | 2 +-
...Visio.Documents.QueryCancelMasterDelete.md | 2 +-
api/Visio.Documents.QueryCancelPageDelete.md | 2 +-
...io.Documents.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Documents.QueryCancelStyleDelete.md | 2 +-
api/Visio.Documents.QueryCancelUngroup.md | 2 +-
api/Visio.Documents.RuleSetValidated.md | 2 +-
api/Visio.Documents.RunModeEntered.md | 2 +-
api/Visio.Documents.SelectionAdded.md | 2 +-
...Visio.Documents.SelectionDeleteCanceled.md | 2 +-
api/Visio.Documents.ShapeAdded.md | 2 +-
api/Visio.Documents.ShapeChanged.md | 2 +-
...Visio.Documents.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Documents.ShapeExitedTextEdit.md | 2 +-
api/Visio.Documents.ShapeLinkAdded.md | 2 +-
api/Visio.Documents.ShapeLinkDeleted.md | 2 +-
api/Visio.Documents.ShapeParentChanged.md | 2 +-
api/Visio.Documents.StyleAdded.md | 2 +-
api/Visio.Documents.StyleChanged.md | 2 +-
api/Visio.Documents.StyleDeleteCanceled.md | 2 +-
api/Visio.Documents.TextChanged.md | 2 +-
api/Visio.Documents.UngroupCanceled.md | 2 +-
...ingControl.AfterRemoveHiddenInformation.md | 2 +-
...rawingControl.BeforeDataRecordsetDelete.md | 2 +-
...isio.DrawingControl.BeforeDocumentClose.md | 2 +-
...Visio.DrawingControl.BeforeDocumentSave.md | 2 +-
...sio.DrawingControl.BeforeDocumentSaveAs.md | 2 +-
...Visio.DrawingControl.BeforeMasterDelete.md | 2 +-
api/Visio.DrawingControl.BeforePageDelete.md | 2 +-
...io.DrawingControl.BeforeSelectionDelete.md | 2 +-
...isio.DrawingControl.BeforeShapeTextEdit.md | 2 +-
api/Visio.DrawingControl.BeforeStyleDelete.md | 2 +-
...Visio.DrawingControl.BeforeWindowClosed.md | 2 +-
...sio.DrawingControl.BeforeWindowPageTurn.md | 2 +-
...io.DrawingControl.BeforeWindowSelDelete.md | 2 +-
...o.DrawingControl.ConvertToGroupCanceled.md | 2 +-
...Visio.DrawingControl.DataRecordsetAdded.md | 2 +-
api/Visio.DrawingControl.DesignModeEntered.md | 2 +-
api/Visio.DrawingControl.DocumentChanged.md | 2 +-
...io.DrawingControl.DocumentCloseCanceled.md | 2 +-
api/Visio.DrawingControl.DocumentCreated.md | 2 +-
api/Visio.DrawingControl.DocumentOpened.md | 2 +-
api/Visio.DrawingControl.DocumentSaved.md | 2 +-
api/Visio.DrawingControl.DocumentSavedAs.md | 2 +-
api/Visio.DrawingControl.GroupCanceled.md | 2 +-
api/Visio.DrawingControl.KeyDown.md | 2 +-
api/Visio.DrawingControl.KeyPress.md | 2 +-
api/Visio.DrawingControl.KeyUp.md | 2 +-
api/Visio.DrawingControl.MasterAdded.md | 2 +-
api/Visio.DrawingControl.MasterChanged.md | 2 +-
...sio.DrawingControl.MasterDeleteCanceled.md | 2 +-
api/Visio.DrawingControl.MouseDown.md | 2 +-
api/Visio.DrawingControl.MouseMove.md | 2 +-
api/Visio.DrawingControl.MouseUp.md | 2 +-
...awingControl.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.DrawingControl.PageAdded.md | 2 +-
api/Visio.DrawingControl.PageChanged.md | 2 +-
...Visio.DrawingControl.PageDeleteCanceled.md | 2 +-
...rawingControl.QueryCancelConvertToGroup.md | 2 +-
...DrawingControl.QueryCancelDocumentClose.md | 2 +-
api/Visio.DrawingControl.QueryCancelGroup.md | 2 +-
....DrawingControl.QueryCancelMasterDelete.md | 2 +-
...io.DrawingControl.QueryCancelPageDelete.md | 2 +-
...awingControl.QueryCancelSelectionDelete.md | 2 +-
...o.DrawingControl.QueryCancelStyleDelete.md | 2 +-
...Visio.DrawingControl.QueryCancelUngroup.md | 2 +-
...o.DrawingControl.QueryCancelWindowClose.md | 2 +-
api/Visio.DrawingControl.RunModeEntered.md | 2 +-
api/Visio.DrawingControl.SelectionChanged.md | 2 +-
....DrawingControl.SelectionDeleteCanceled.md | 2 +-
api/Visio.DrawingControl.ShapeAdded.md | 2 +-
....DrawingControl.ShapeDataGraphicChanged.md | 2 +-
...isio.DrawingControl.ShapeExitedTextEdit.md | 2 +-
...Visio.DrawingControl.ShapeParentChanged.md | 2 +-
api/Visio.DrawingControl.StyleAdded.md | 2 +-
api/Visio.DrawingControl.StyleChanged.md | 2 +-
...isio.DrawingControl.StyleDeleteCanceled.md | 2 +-
api/Visio.DrawingControl.UngroupCanceled.md | 2 +-
api/Visio.DrawingControl.ViewChanged.md | 2 +-
api/Visio.DrawingControl.WindowActivated.md | 2 +-
api/Visio.DrawingControl.WindowChanged.md | 2 +-
...isio.DrawingControl.WindowCloseCanceled.md | 2 +-
...Visio.DrawingControl.WindowTurnedToPage.md | 2 +-
api/Visio.Event.Event.md | 2 +-
api/Visio.EventList.Add.md | 2 +-
api/Visio.EventList.AddAdvise.md | 4 +-
api/Visio.Global.Vbe.md | 2 +-
api/Visio.InvisibleApp.AfterModal.md | 2 +-
...visibleApp.AfterRemoveHiddenInformation.md | 2 +-
api/Visio.InvisibleApp.AfterResume.md | 2 +-
api/Visio.InvisibleApp.AfterResumeEvents.md | 2 +-
api/Visio.InvisibleApp.AppActivated.md | 2 +-
api/Visio.InvisibleApp.AppDeactivated.md | 2 +-
api/Visio.InvisibleApp.AppObjActivated.md | 2 +-
api/Visio.InvisibleApp.AppObjDeactivated.md | 2 +-
....InvisibleApp.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeDocumentClose.md | 2 +-
api/Visio.InvisibleApp.BeforeDocumentSave.md | 2 +-
...Visio.InvisibleApp.BeforeDocumentSaveAs.md | 2 +-
api/Visio.InvisibleApp.BeforeMasterDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeModal.md | 2 +-
api/Visio.InvisibleApp.BeforePageDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeQuit.md | 2 +-
...isio.InvisibleApp.BeforeSelectionDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeShapeDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeShapeTextEdit.md | 2 +-
api/Visio.InvisibleApp.BeforeStyleDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeSuspend.md | 2 +-
api/Visio.InvisibleApp.BeforeSuspendEvents.md | 2 +-
api/Visio.InvisibleApp.BeforeWindowClosed.md | 2 +-
...Visio.InvisibleApp.BeforeWindowPageTurn.md | 2 +-
...isio.InvisibleApp.BeforeWindowSelDelete.md | 2 +-
api/Visio.InvisibleApp.COMAddIns.md | 2 +-
...o.InvisibleApp.CalloutRelationshipAdded.md | 2 +-
...InvisibleApp.CalloutRelationshipDeleted.md | 2 +-
api/Visio.InvisibleApp.CellChanged.md | 2 +-
api/Visio.InvisibleApp.CommandLine.md | 2 +-
api/Visio.InvisibleApp.ConnectionsAdded.md | 2 +-
api/Visio.InvisibleApp.ConnectionsDeleted.md | 2 +-
...InvisibleApp.ContainerRelationshipAdded.md | 2 +-
...visibleApp.ContainerRelationshipDeleted.md | 2 +-
api/Visio.InvisibleApp.ConvertResult.md | 2 +-
...sio.InvisibleApp.ConvertToGroupCanceled.md | 2 +-
api/Visio.InvisibleApp.DataRecordsetAdded.md | 2 +-
...Visio.InvisibleApp.DataRecordsetChanged.md | 2 +-
api/Visio.InvisibleApp.DesignModeEntered.md | 2 +-
api/Visio.InvisibleApp.DialogFont.md | 2 +-
api/Visio.InvisibleApp.DocumentChanged.md | 2 +-
...isio.InvisibleApp.DocumentCloseCanceled.md | 2 +-
api/Visio.InvisibleApp.DocumentCreated.md | 2 +-
api/Visio.InvisibleApp.DocumentOpened.md | 2 +-
api/Visio.InvisibleApp.DocumentSaved.md | 2 +-
api/Visio.InvisibleApp.DocumentSavedAs.md | 2 +-
api/Visio.InvisibleApp.EnterScope.md | 2 +-
api/Visio.InvisibleApp.ExitScope.md | 2 +-
api/Visio.InvisibleApp.FormulaChanged.md | 2 +-
api/Visio.InvisibleApp.GroupCanceled.md | 2 +-
api/Visio.InvisibleApp.KeyDown.md | 2 +-
api/Visio.InvisibleApp.KeyPress.md | 2 +-
api/Visio.InvisibleApp.KeyUp.md | 2 +-
api/Visio.InvisibleApp.MarkerEvent.md | 2 +-
api/Visio.InvisibleApp.MasterAdded.md | 2 +-
api/Visio.InvisibleApp.MasterChanged.md | 2 +-
...Visio.InvisibleApp.MasterDeleteCanceled.md | 2 +-
api/Visio.InvisibleApp.MouseDown.md | 2 +-
api/Visio.InvisibleApp.MouseMove.md | 2 +-
api/Visio.InvisibleApp.MouseUp.md | 2 +-
...io.InvisibleApp.MustFlushScopeBeginning.md | 2 +-
api/Visio.InvisibleApp.MustFlushScopeEnded.md | 2 +-
api/Visio.InvisibleApp.NoEventsPending.md | 2 +-
...InvisibleApp.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.InvisibleApp.PageAdded.md | 2 +-
api/Visio.InvisibleApp.PageChanged.md | 2 +-
api/Visio.InvisibleApp.PageDeleteCanceled.md | 2 +-
....InvisibleApp.QueryCancelConvertToGroup.md | 2 +-
...o.InvisibleApp.QueryCancelDocumentClose.md | 2 +-
api/Visio.InvisibleApp.QueryCancelGroup.md | 2 +-
...io.InvisibleApp.QueryCancelMasterDelete.md | 2 +-
...isio.InvisibleApp.QueryCancelPageDelete.md | 2 +-
api/Visio.InvisibleApp.QueryCancelQuit.md | 2 +-
...InvisibleApp.QueryCancelSelectionDelete.md | 2 +-
...sio.InvisibleApp.QueryCancelStyleDelete.md | 2 +-
api/Visio.InvisibleApp.QueryCancelSuspend.md | 2 +-
...o.InvisibleApp.QueryCancelSuspendEvents.md | 2 +-
api/Visio.InvisibleApp.QueryCancelUngroup.md | 2 +-
...sio.InvisibleApp.QueryCancelWindowClose.md | 2 +-
api/Visio.InvisibleApp.QuitCanceled.md | 2 +-
api/Visio.InvisibleApp.RuleSetValidated.md | 2 +-
api/Visio.InvisibleApp.RunModeEntered.md | 2 +-
api/Visio.InvisibleApp.SaveAsWebObject.md | 2 +-
api/Visio.InvisibleApp.SelectionAdded.md | 2 +-
api/Visio.InvisibleApp.SelectionChanged.md | 2 +-
...io.InvisibleApp.SelectionDeleteCanceled.md | 2 +-
api/Visio.InvisibleApp.ShapeAdded.md | 2 +-
api/Visio.InvisibleApp.ShapeChanged.md | 2 +-
...io.InvisibleApp.ShapeDataGraphicChanged.md | 2 +-
api/Visio.InvisibleApp.ShapeExitedTextEdit.md | 2 +-
api/Visio.InvisibleApp.ShapeLinkAdded.md | 2 +-
api/Visio.InvisibleApp.ShapeLinkDeleted.md | 2 +-
api/Visio.InvisibleApp.ShapeParentChanged.md | 2 +-
api/Visio.InvisibleApp.StyleAdded.md | 2 +-
api/Visio.InvisibleApp.StyleChanged.md | 2 +-
api/Visio.InvisibleApp.StyleDeleteCanceled.md | 2 +-
api/Visio.InvisibleApp.SuspendCanceled.md | 2 +-
...isio.InvisibleApp.SuspendEventsCanceled.md | 2 +-
api/Visio.InvisibleApp.TextChanged.md | 2 +-
api/Visio.InvisibleApp.UngroupCanceled.md | 2 +-
api/Visio.InvisibleApp.Vbe.md | 2 +-
api/Visio.InvisibleApp.ViewChanged.md | 2 +-
api/Visio.InvisibleApp.VisioIsIdle.md | 2 +-
api/Visio.InvisibleApp.WindowActivated.md | 2 +-
api/Visio.InvisibleApp.WindowChanged.md | 2 +-
api/Visio.InvisibleApp.WindowCloseCanceled.md | 2 +-
api/Visio.InvisibleApp.WindowOpened.md | 2 +-
api/Visio.InvisibleApp.WindowTurnedToPage.md | 2 +-
api/Visio.Master.BeforeMasterDelete.md | 2 +-
api/Visio.Master.BeforeSelectionDelete.md | 2 +-
api/Visio.Master.BeforeShapeDelete.md | 2 +-
api/Visio.Master.BeforeShapeTextEdit.md | 2 +-
api/Visio.Master.CellChanged.md | 2 +-
api/Visio.Master.ConnectionsAdded.md | 2 +-
api/Visio.Master.ConnectionsDeleted.md | 2 +-
api/Visio.Master.ConvertToGroupCanceled.md | 2 +-
api/Visio.Master.FormulaChanged.md | 2 +-
api/Visio.Master.GroupCanceled.md | 2 +-
api/Visio.Master.Icon.md | 2 +-
api/Visio.Master.MasterChanged.md | 2 +-
api/Visio.Master.MasterDeleteCanceled.md | 2 +-
api/Visio.Master.OneD.md | 2 +-
api/Visio.Master.Picture.md | 2 +-
api/Visio.Master.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Master.QueryCancelGroup.md | 2 +-
api/Visio.Master.QueryCancelMasterDelete.md | 2 +-
...Visio.Master.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Master.QueryCancelUngroup.md | 2 +-
api/Visio.Master.SelectionAdded.md | 2 +-
api/Visio.Master.SelectionDeleteCanceled.md | 2 +-
api/Visio.Master.SetResults.md | 2 +-
api/Visio.Master.ShapeAdded.md | 2 +-
api/Visio.Master.ShapeChanged.md | 2 +-
api/Visio.Master.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Master.ShapeExitedTextEdit.md | 2 +-
api/Visio.Master.ShapeParentChanged.md | 2 +-
api/Visio.Master.TextChanged.md | 2 +-
api/Visio.Master.UngroupCanceled.md | 2 +-
api/Visio.MasterShortcut.DropActions.md | 2 +-
api/Visio.MasterShortcut.Icon.md | 2 +-
api/Visio.Masters.BeforeMasterDelete.md | 2 +-
api/Visio.Masters.BeforeSelectionDelete.md | 2 +-
api/Visio.Masters.BeforeShapeDelete.md | 2 +-
api/Visio.Masters.BeforeShapeTextEdit.md | 2 +-
api/Visio.Masters.CellChanged.md | 2 +-
api/Visio.Masters.ConnectionsAdded.md | 2 +-
api/Visio.Masters.ConnectionsDeleted.md | 2 +-
api/Visio.Masters.ConvertToGroupCanceled.md | 2 +-
api/Visio.Masters.FormulaChanged.md | 2 +-
api/Visio.Masters.GroupCanceled.md | 2 +-
api/Visio.Masters.MasterAdded.md | 2 +-
api/Visio.Masters.MasterChanged.md | 2 +-
api/Visio.Masters.MasterDeleteCanceled.md | 2 +-
...Visio.Masters.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Masters.QueryCancelGroup.md | 2 +-
api/Visio.Masters.QueryCancelMasterDelete.md | 2 +-
...isio.Masters.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Masters.QueryCancelUngroup.md | 2 +-
api/Visio.Masters.SelectionAdded.md | 2 +-
api/Visio.Masters.SelectionDeleteCanceled.md | 2 +-
api/Visio.Masters.ShapeAdded.md | 2 +-
api/Visio.Masters.ShapeChanged.md | 2 +-
api/Visio.Masters.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Masters.ShapeExitedTextEdit.md | 2 +-
api/Visio.Masters.ShapeParentChanged.md | 2 +-
api/Visio.Masters.TextChanged.md | 2 +-
api/Visio.Masters.UngroupCanceled.md | 2 +-
api/Visio.Page.BeforePageDelete.md | 2 +-
api/Visio.Page.BeforeSelectionDelete.md | 2 +-
api/Visio.Page.BeforeShapeDelete.md | 2 +-
api/Visio.Page.BeforeShapeTextEdit.md | 2 +-
api/Visio.Page.CalloutRelationshipAdded.md | 2 +-
api/Visio.Page.CalloutRelationshipDeleted.md | 2 +-
api/Visio.Page.CellChanged.md | 2 +-
api/Visio.Page.ConnectionsAdded.md | 2 +-
api/Visio.Page.ConnectionsDeleted.md | 2 +-
api/Visio.Page.ContainerRelationshipAdded.md | 2 +-
...Visio.Page.ContainerRelationshipDeleted.md | 2 +-
api/Visio.Page.ConvertToGroupCanceled.md | 2 +-
api/Visio.Page.FormulaChanged.md | 2 +-
api/Visio.Page.GroupCanceled.md | 2 +-
api/Visio.Page.PageChanged.md | 2 +-
api/Visio.Page.PageDeleteCanceled.md | 2 +-
api/Visio.Page.Picture.md | 2 +-
api/Visio.Page.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Page.QueryCancelGroup.md | 2 +-
api/Visio.Page.QueryCancelPageDelete.md | 2 +-
api/Visio.Page.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Page.QueryCancelUngroup.md | 2 +-
api/Visio.Page.SelectionAdded.md | 2 +-
api/Visio.Page.SelectionDeleteCanceled.md | 2 +-
api/Visio.Page.SetResults.md | 2 +-
api/Visio.Page.ShapeAdded.md | 2 +-
api/Visio.Page.ShapeChanged.md | 2 +-
api/Visio.Page.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Page.ShapeExitedTextEdit.md | 2 +-
api/Visio.Page.ShapeLinkAdded.md | 2 +-
api/Visio.Page.ShapeLinkDeleted.md | 2 +-
api/Visio.Page.ShapeParentChanged.md | 2 +-
api/Visio.Page.TextChanged.md | 2 +-
api/Visio.Page.UngroupCanceled.md | 2 +-
api/Visio.Pages.BeforePageDelete.md | 2 +-
api/Visio.Pages.BeforeSelectionDelete.md | 2 +-
api/Visio.Pages.BeforeShapeDelete.md | 2 +-
api/Visio.Pages.BeforeShapeTextEdit.md | 2 +-
api/Visio.Pages.CalloutRelationshipAdded.md | 2 +-
api/Visio.Pages.CalloutRelationshipDeleted.md | 2 +-
api/Visio.Pages.CellChanged.md | 2 +-
api/Visio.Pages.ConnectionsAdded.md | 2 +-
api/Visio.Pages.ConnectionsDeleted.md | 2 +-
api/Visio.Pages.ContainerRelationshipAdded.md | 2 +-
...isio.Pages.ContainerRelationshipDeleted.md | 2 +-
api/Visio.Pages.ConvertToGroupCanceled.md | 2 +-
api/Visio.Pages.FormulaChanged.md | 2 +-
api/Visio.Pages.GroupCanceled.md | 2 +-
api/Visio.Pages.PageAdded.md | 2 +-
api/Visio.Pages.PageChanged.md | 2 +-
api/Visio.Pages.PageDeleteCanceled.md | 2 +-
api/Visio.Pages.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Pages.QueryCancelGroup.md | 2 +-
api/Visio.Pages.QueryCancelPageDelete.md | 2 +-
api/Visio.Pages.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Pages.QueryCancelUngroup.md | 2 +-
api/Visio.Pages.SelectionAdded.md | 2 +-
api/Visio.Pages.SelectionDeleteCanceled.md | 2 +-
api/Visio.Pages.ShapeAdded.md | 2 +-
api/Visio.Pages.ShapeChanged.md | 2 +-
api/Visio.Pages.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Pages.ShapeExitedTextEdit.md | 2 +-
api/Visio.Pages.ShapeLinkAdded.md | 2 +-
api/Visio.Pages.ShapeLinkDeleted.md | 2 +-
api/Visio.Pages.ShapeParentChanged.md | 2 +-
api/Visio.Pages.TextChanged.md | 2 +-
api/Visio.Pages.UngroupCanceled.md | 2 +-
api/Visio.Row.CellChanged.md | 2 +-
api/Visio.Row.FormulaChanged.md | 2 +-
api/Visio.Section.CellChanged.md | 2 +-
api/Visio.Section.FormulaChanged.md | 2 +-
api/Visio.Selection.Combine.md | 2 +-
api/Visio.Selection.Fragment.md | 2 +-
api/Visio.Selection.Intersect.md | 2 +-
api/Visio.Selection.Join.md | 2 +-
api/Visio.Selection.Offset.md | 2 +-
api/Visio.Selection.Picture.md | 2 +-
api/Visio.Selection.Subtract.md | 2 +-
api/Visio.Selection.Trim.md | 2 +-
api/Visio.Selection.Union.md | 2 +-
api/Visio.Shape.BeforeSelectionDelete.md | 2 +-
api/Visio.Shape.BeforeShapeDelete.md | 2 +-
api/Visio.Shape.BeforeShapeTextEdit.md | 2 +-
api/Visio.Shape.CellChanged.md | 2 +-
api/Visio.Shape.ConnectedShapes.md | 4 +-
api/Visio.Shape.ConvertToGroupCanceled.md | 2 +-
api/Visio.Shape.Data2.md | 2 +-
api/Visio.Shape.Data3.md | 2 +-
api/Visio.Shape.FormulaChanged.md | 2 +-
api/Visio.Shape.GroupCanceled.md | 2 +-
api/Visio.Shape.Help.md | 2 +-
api/Visio.Shape.Offset.md | 2 +-
api/Visio.Shape.OneD.md | 2 +-
api/Visio.Shape.Picture.md | 2 +-
api/Visio.Shape.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Shape.QueryCancelGroup.md | 2 +-
api/Visio.Shape.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Shape.QueryCancelUngroup.md | 2 +-
api/Visio.Shape.SelectionAdded.md | 2 +-
api/Visio.Shape.SelectionDeleteCanceled.md | 2 +-
api/Visio.Shape.SetResults.md | 2 +-
api/Visio.Shape.ShapeAdded.md | 2 +-
api/Visio.Shape.ShapeChanged.md | 2 +-
api/Visio.Shape.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Shape.ShapeExitedTextEdit.md | 2 +-
api/Visio.Shape.ShapeLinkAdded.md | 2 +-
api/Visio.Shape.ShapeLinkDeleted.md | 2 +-
api/Visio.Shape.ShapeParentChanged.md | 2 +-
api/Visio.Shape.TextChanged.md | 2 +-
api/Visio.Shape.UngroupCanceled.md | 2 +-
api/Visio.Shapes.ItemFromID.md | 2 +-
api/Visio.Style.BeforeStyleDelete.md | 2 +-
api/Visio.Style.QueryCancelStyleDelete.md | 2 +-
api/Visio.Style.SetResults.md | 2 +-
api/Visio.Style.StyleChanged.md | 2 +-
api/Visio.Style.StyleDeleteCanceled.md | 2 +-
api/Visio.Styles.BeforeStyleDelete.md | 2 +-
api/Visio.Styles.QueryCancelStyleDelete.md | 2 +-
api/Visio.Styles.StyleAdded.md | 2 +-
api/Visio.Styles.StyleChanged.md | 2 +-
api/Visio.Styles.StyleDeleteCanceled.md | 2 +-
api/Visio.Window.BeforeWindowClosed.md | 2 +-
api/Visio.Window.BeforeWindowPageTurn.md | 2 +-
api/Visio.Window.BeforeWindowSelDelete.md | 2 +-
api/Visio.Window.Group.md | 2 +-
api/Visio.Window.KeyDown.md | 2 +-
api/Visio.Window.KeyPress.md | 2 +-
api/Visio.Window.KeyUp.md | 2 +-
api/Visio.Window.MouseDown.md | 2 +-
api/Visio.Window.MouseMove.md | 2 +-
api/Visio.Window.MouseUp.md | 2 +-
...Visio.Window.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.Window.Paste.md | 2 +-
api/Visio.Window.QueryCancelWindowClose.md | 2 +-
api/Visio.Window.SelectionChanged.md | 2 +-
api/Visio.Window.ViewChanged.md | 2 +-
api/Visio.Window.WindowActivated.md | 2 +-
api/Visio.Window.WindowChanged.md | 2 +-
api/Visio.Window.WindowCloseCanceled.md | 2 +-
api/Visio.Window.WindowTurnedToPage.md | 2 +-
api/Visio.Windows.BeforeWindowClosed.md | 2 +-
api/Visio.Windows.BeforeWindowPageTurn.md | 2 +-
api/Visio.Windows.BeforeWindowSelDelete.md | 2 +-
api/Visio.Windows.KeyDown.md | 2 +-
api/Visio.Windows.KeyPress.md | 2 +-
api/Visio.Windows.KeyUp.md | 2 +-
api/Visio.Windows.MouseDown.md | 2 +-
api/Visio.Windows.MouseMove.md | 2 +-
api/Visio.Windows.MouseUp.md | 2 +-
...isio.Windows.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.Windows.QueryCancelWindowClose.md | 2 +-
api/Visio.Windows.SelectionChanged.md | 2 +-
api/Visio.Windows.ViewChanged.md | 2 +-
api/Visio.Windows.WindowActivated.md | 2 +-
api/Visio.Windows.WindowChanged.md | 2 +-
api/Visio.Windows.WindowCloseCanceled.md | 2 +-
api/Visio.Windows.WindowOpened.md | 2 +-
api/Visio.Windows.WindowTurnedToPage.md | 2 +-
api/Visio.coauthmergeevent.md | 2 +-
api/Visio.coauthmergeevent.workingdocument.md | 2 +-
api/Visio.replaceshapesevent.md | 2 +-
...io.replaceshapesevent.replacementmaster.md | 2 +-
api/Visio.selection.replaceshape.md | 2 +-
api/Visio.shape.replaceshape.md | 2 +-
api/Visio.visquickstylecolors.md | 2 +-
api/Visio.visquickstylematrixindices.md | 2 +-
api/Visio.visreplaceflags.md | 2 +-
api/Word.Application.ActivePrinter.md | 2 +-
api/Word.Application.AddIns.md | 2 +-
api/Word.Application.CustomDictionaries.md | 2 +-
api/Word.Application.DocumentBeforePrint.md | 2 +-
api/Word.Application.DocumentBeforeSave.md | 2 +-
api/Word.Application.DocumentChange.md | 2 +-
api/Word.Application.DocumentOpen.md | 2 +-
api/Word.Application.DocumentSync.md | 2 +-
api/Word.Application.Documents.md | 2 +-
api/Word.Application.EPostageInsert.md | 2 +-
api/Word.Application.EPostageInsertEx.md | 2 +-
...Word.Application.EPostagePropertyDialog.md | 2 +-
api/Word.Application.ListGalleries.md | 2 +-
api/Word.Application.MailMergeAfterMerge.md | 2 +-
...d.Application.MailMergeAfterRecordMerge.md | 2 +-
api/Word.Application.MailMergeBeforeMerge.md | 2 +-
....Application.MailMergeBeforeRecordMerge.md | 2 +-
...ord.Application.MailMergeDataSourceLoad.md | 2 +-
...Application.MailMergeDataSourceValidate.md | 2 +-
...Application.MailMergeWizardSendToCustom.md | 2 +-
....Application.MailMergeWizardStateChange.md | 2 +-
...lication.ProtectedViewWindowBeforeClose.md | 2 +-
api/Word.Application.Quit(even).md | 2 +-
api/Word.Application.WindowActivate.md | 2 +-
...ord.Application.WindowBeforeDoubleClick.md | 2 +-
...Word.Application.WindowBeforeRightClick.md | 2 +-
api/Word.Application.WindowSize.md | 2 +-
api/Word.Application.XMLSelectionChange.md | 2 +-
api/Word.Application.XMLValidationError.md | 2 +-
api/Word.AutoCorrect.Entries.md | 2 +-
api/Word.AutoCorrect.FirstLetterExceptions.md | 2 +-
...rd.AutoCorrect.TwoInitialCapsExceptions.md | 2 +-
api/Word.AutoCorrectEntries.Application.md | 2 +-
api/Word.Bibliography.md | 2 +-
api/Word.Bookmark.Select.md | 2 +-
api/Word.Cell.Select.md | 2 +-
api/Word.Column.Select.md | 2 +-
api/Word.Columns.Select.md | 2 +-
api/Word.Conflict.Accept.md | 2 +-
api/Word.Conflict.Range.md | 2 +-
api/Word.Conflict.Reject.md | 2 +-
api/Word.Conflict.md | 2 +-
api/Word.Conflicts.md | 2 +-
api/Word.ContentControl.Range.md | 2 +-
api/Word.ContentControls.md | 2 +-
api/Word.DataLabel.Formula.md | 2 +-
api/Word.DisplayUnitLabel.Formula.md | 2 +-
api/Word.Document.ApplyQuickStyleSet2.md | 2 +-
api/Word.Document.BuildingBlockInsert.md | 2 +-
...Word.Document.BuiltInDocumentProperties.md | 2 +-
api/Word.Document.Close(even).md | 2 +-
api/Word.Document.CoAuthoring.md | 2 +-
api/Word.Document.ContentControlAfterAdd.md | 2 +-
...ument.ContentControlBeforeContentUpdate.md | 2 +-
...ord.Document.ContentControlBeforeDelete.md | 2 +-
...ocument.ContentControlBeforeStoreUpdate.md | 2 +-
api/Word.Document.ContentControlOnEnter.md | 2 +-
api/Word.Document.ContentControlOnExit.md | 2 +-
api/Word.Document.New.md | 2 +-
api/Word.Document.Password.md | 2 +-
...Word.Document.RemoveDocumentInformation.md | 2 +-
api/Word.Document.Select.md | 2 +-
api/Word.Document.Sync(even).md | 2 +-
api/Word.Document.Unprotect.md | 2 +-
api/Word.Document.WritePassword.md | 2 +-
api/Word.Document.XMLAfterInsert.md | 2 +-
api/Word.Document.XMLBeforeDelete.md | 2 +-
api/Word.Document.md | 4 +-
api/Word.Documents.Open.md | 2 +-
api/Word.Documents.OpenNoRepairDialog.md | 2 +-
api/Word.Field.Select.md | 2 +-
api/Word.FillFormat.PictureEffects.md | 2 +-
api/Word.FillFormat.RotateWithObject.md | 2 +-
api/Word.Font.Ligatures.md | 2 +-
api/Word.FormField.Select.md | 2 +-
api/Word.Frame.Select.md | 2 +-
api/Word.Frameset.ChildFramesetCount.md | 2 +-
api/Word.Frameset.FramesetBorderColor.md | 2 +-
api/Word.Global.ActivePrinter.md | 2 +-
api/Word.Global.AddIns.md | 2 +-
api/Word.Global.CustomDictionaries.md | 2 +-
api/Word.Global.ListGalleries.md | 2 +-
api/Word.InlineShape.Select.md | 2 +-
api/Word.MailMerge.CreateDataSource.md | 2 +-
api/Word.MailMerge.CreateHeaderSource.md | 2 +-
api/Word.MailMerge.OpenDataSource.md | 2 +-
api/Word.MailMerge.OpenHeaderSource.md | 2 +-
api/Word.MailMergeField.Select.md | 2 +-
api/Word.PageNumber.Select.md | 2 +-
api/Word.ProtectedViewWindow.SourcePath.md | 2 +-
api/Word.ProtectedViewWindow.WindowState.md | 2 +-
api/Word.Range.Conflicts.md | 2 +-
api/Word.Range.InsertDatabase.md | 2 +-
api/Word.Range.Updates.md | 2 +-
api/Word.Row.Select.md | 2 +-
api/Word.Rows.Select.md | 2 +-
api/Word.Selection.Select.md | 2 +-
api/Word.Selection.Words.md | 2 +-
api/Word.Series.InvertColor.md | 2 +-
api/Word.Source.Field.md | 2 +-
api/Word.Subdocuments.Select.md | 2 +-
api/Word.Table.Select.md | 2 +-
...Word.Template.BuiltInDocumentProperties.md | 2 +-
api/Word.broadcast.end.md | 2 +-
api/Word.chartdata.activatechartdatawindow.md | 2 +-
api/Word.document.isinautosave.md | 2 +-
api/Word.repeatingsectionitem.md | 2 +-
api/overview/Access.md | 2 +-
api/overview/Access/object-model.md | 2 +-
api/overview/Excel.md | 2 +-
.../Excel/graph-visual-basic-reference.md | 2 +-
api/overview/Excel/object-model.md | 2 +-
api/overview/Language-Reference.md | 2 +-
api/overview/Library-Reference.md | 2 +-
api/overview/Office-Mac.md | 6 +-
api/overview/Outlook.md | 2 +-
api/overview/Outlook/object-model.md | 2 +-
api/overview/PowerPoint.md | 2 +-
api/overview/PowerPoint/object-model.md | 2 +-
api/overview/Project.md | 2 +-
api/overview/Publisher.md | 2 +-
api/overview/Publisher/object-model.md | 2 +-
api/overview/Visio.md | 2 +-
api/overview/Visio/object-model.md | 2 +-
api/overview/Word.md | 2 +-
api/overview/Word/object-model.md | 2 +-
api/overview/activex-control.md | 4 +-
api/overview/bound-object-frame-control.md | 6 +-
api/overview/chart-control.md | 6 +-
api/overview/check-box-control.md | 4 +-
api/overview/combo-box-control.md | 4 +-
api/overview/command-button-control.md | 4 +-
api/overview/image-control-misc.md | 4 +-
api/overview/label-control-access.md | 4 +-
...ut-language-specific-information-access.md | 4 +-
api/overview/line-control.md | 4 +-
api/overview/list-box-control.md | 4 +-
api/overview/option-button-control.md | 4 +-
api/overview/option-group-control.md | 4 +-
api/overview/page-break-control.md | 4 +-
api/overview/page.md | 4 +-
api/overview/rectangle-control.md | 4 +-
api/overview/subform-subreport-control.md | 4 +-
api/overview/tab-control.md | 4 +-
api/overview/table-field.md | 4 +-
api/overview/text-box-control.md | 4 +-
api/overview/toggle-button-control.md | 4 +-
api/overview/unbound-object-frame-control.md | 4 +-
.../values-for-the-defaultsource-member.md | 4 +-
.../values-for-the-papersize-member.md | 4 +-
.../values-for-the-ttoption-member.md | 4 +-
.../hide-and-unhide-columns.md | 2 +-
.../working-with-the-active-cell.md | 4 +-
...eet-functions-available-to-visual-basic.md | 2 +-
...eet-functions-that-support-long-strings.md | 2 +-
.../excel-improving-calcuation-performance.md | 2 +-
...xcel-performance-and-limit-improvements.md | 6 +-
...for-optimizing-performance-obstructions.md | 2 +-
.../exporting-a-chart-to-a-word-document.md | 2 +-
...g-a-range-to-a-table-in-a-word-document.md | 2 +-
.../exporting-a-table-to-a-word-document.md | 2 +-
excel/Concepts/about-coauthoring-in-excel.md | 4 +-
...ut-the-powerpivot-model-object-in-excel.md | 6 +-
...le-db-for-olap-properties-used-by-excel.md | 66 +++++++++----------
...nto-outlook-appointment-objects-outlook.md | 3 +-
...-the-smtp-address-of-an-account-outlook.md | 3 +-
.../customizing-shortcut-menus.md | 2 +-
...ser-interface-extensibility-for-outlook.md | 2 +-
.../updating-earlier-code-for-commandbars.md | 2 +-
...in-and-log-on-to-an-instance-of-outlook.md | 2 +-
.../How-to/use-activex-controls-on-slides.md | 2 +-
.../about-connecting-to-data-in-visio.md | 2 +-
...rity-settings-and-running-code-in-visio.md | 4 +-
...information-rights-management-for-visio.md | 12 ++--
...frequently-asked-visual-basic-questions.md | 2 +-
.../create-custom-bibliography-styles.md | 2 +-
.../working-with-content-controls.md | 2 +-
2896 files changed, 4229 insertions(+), 4238 deletions(-)
diff --git a/Language/Concepts/Forms/add-a-watch-expression.md b/Language/Concepts/Forms/add-a-watch-expression.md
index cfa60d2ec79..41d3778d554 100644
--- a/Language/Concepts/Forms/add-a-watch-expression.md
+++ b/Language/Concepts/Forms/add-a-watch-expression.md
@@ -20,9 +20,9 @@ A watch expression is an expression you define to be monitored in the **Watch**
1. On the **Debug** menu, click **Add Watch**. The **Add Watch** dialog box is displayed.
-2. If an [expression](../../Glossary/vbe-glossary.md#expression) is already selected in the **Code** window, it is automatically displayed in the **Expression** box. If no expression is displayed, enter the expression you want to evaluate. The expression can be a[variable](../../Glossary/vbe-glossary.md#variable), a [property](../../Glossary/vbe-glossary.md#property), a function call, or any other valid expression.
+2. If an [expression](../../Glossary/vbe-glossary.md#expression) is already selected in the **Code** window, it is automatically displayed in the **Expression** box. If no expression is displayed, enter the expression you want to evaluate. The expression can be a [variable](../../Glossary/vbe-glossary.md#variable), a [property](../../Glossary/vbe-glossary.md#property), a function call, or any other valid expression.
-3. Select a [module](../../Glossary/vbe-glossary.md#module) or[procedure](../../Glossary/vbe-glossary.md#procedure) context in the **Context** group to select the range for which the expression will be evaluated.
+3. Select a [module](../../Glossary/vbe-glossary.md#module) or [procedure](../../Glossary/vbe-glossary.md#procedure) context in the **Context** group to select the range for which the expression will be evaluated.
**Note** Select the narrowest [scope](../../Glossary/vbe-glossary.md#scope) that fits your needs. Selecting all procedures or all modules can slow down module execution considerably, since the expression is evaluated after execution of each statement. If you select a specific procedure for a context, execution is affected only while the procedure is in the list of active procedure calls. Choose **Call Stack** from the **View** menu to display the list of active procedures.
4. Select an option in the **Watch Type** group to define how the system responds to the watch expression.
diff --git a/Language/Concepts/Forms/assign-a-control-tip-to-a-page-or-tab.md b/Language/Concepts/Forms/assign-a-control-tip-to-a-page-or-tab.md
index 6ba189a683e..2d95ba13d61 100644
--- a/Language/Concepts/Forms/assign-a-control-tip-to-a-page-or-tab.md
+++ b/Language/Concepts/Forms/assign-a-control-tip-to-a-page-or-tab.md
@@ -20,7 +20,7 @@ ms.date: 06/08/2017
3. From the shortcut menu, choose **Rename**.
-4. In the **ControlTipText** field, type the string you want to use as the[control tip](../../Glossary/glossary-vba.md#control-tip).
+4. In the **ControlTipText** field, type the string you want to use as the [control tip](../../Glossary/glossary-vba.md#control-tip).
5. Click OK.
diff --git a/Language/Concepts/Forms/should-i-use-a-multipage-or-a-tabstrip.md b/Language/Concepts/Forms/should-i-use-a-multipage-or-a-tabstrip.md
index 5919199bb26..8ca1985b00b 100644
--- a/Language/Concepts/Forms/should-i-use-a-multipage-or-a-tabstrip.md
+++ b/Language/Concepts/Forms/should-i-use-a-multipage-or-a-tabstrip.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
If you use a single layout for data, use a **TabStrip** and map each set of data to its own **Tab**. If you need several layouts for data, use a **MultiPage** and assign each layout to its own **Page**.
-Unlike a **Page** of a **MultiPage**, the[client region](../../Glossary/glossary-vba.md#client-region) of a **TabStrip** is not a separate form, but a portion of the form that contains the **TabStrip**. The border of a **TabStrip** defines a region of the form that you can associate with the tabs. When you place a control in the client region of a **TabStrip**, you are adding a control to the form that contains the **TabStrip**.
+Unlike a **Page** of a **MultiPage**, the [client region](../../Glossary/glossary-vba.md#client-region) of a **TabStrip** is not a separate form, but a portion of the form that contains the **TabStrip**. The border of a **TabStrip** defines a region of the form that you can associate with the tabs. When you place a control in the client region of a **TabStrip**, you are adding a control to the form that contains the **TabStrip**.
diff --git a/Language/Concepts/Forms/transparency-in-microsoft-forms.md b/Language/Concepts/Forms/transparency-in-microsoft-forms.md
index 4e44f80f3e2..f386d307e68 100644
--- a/Language/Concepts/Forms/transparency-in-microsoft-forms.md
+++ b/Language/Concepts/Forms/transparency-in-microsoft-forms.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
Microsoft Forms supports transparency in two areas: the background of certain controls, and in bitmaps used on certain controls.
-The **BackStyle** property determines whether a control is[transparent](../../Glossary/glossary-vba.md#transparent). A transparent control lets you see what is behind it on the form. This is useful if you have a decorative background on the form and you want to minimize the amount of that background that is hidden behind the controls. For more information on making a control transparent, see [Create a transparent control](create-a-transparent-control.md).
+The **BackStyle** property determines whether a control is [transparent](../../Glossary/glossary-vba.md#transparent). A transparent control lets you see what is behind it on the form. This is useful if you have a decorative background on the form and you want to minimize the amount of that background that is hidden behind the controls. For more information on making a control transparent, see [Create a transparent control](create-a-transparent-control.md).
You can display a bitmap on many controls in Microsoft Forms. Certain controls support transparent bitmaps, that is, bitmaps in which one or more [background color](../../Glossary/glossary-vba.md#background-color) is transparent. Bitmap transparency is not controlled by any control property; it is controlled by the color of the lower-left pixel in the image. Microsoft Forms does not provide a way to edit a bitmap and make it transparent; you must use a picture editor for this purpose.
diff --git a/Language/Concepts/Forms/ways-to-change-the-appearance-of-a-control.md b/Language/Concepts/Forms/ways-to-change-the-appearance-of-a-control.md
index 4b3cedd77d5..93fa61c7163 100644
--- a/Language/Concepts/Forms/ways-to-change-the-appearance-of-a-control.md
+++ b/Language/Concepts/Forms/ways-to-change-the-appearance-of-a-control.md
@@ -24,7 +24,7 @@ Microsoft Forms includes several properties that let you define the appearance o
- **SpecialEffect**
- **ForeColor** determines the[foreground color](../../Glossary/glossary-vba.md#foreground-color). The foreground color applies to any text associated with the control, such as the caption or the control's contents.
- **BackColor** and **BackStyle** apply to the control's background. The background is the area within the control's boundaries, such as the area surrounding the text in a control, but not the control's border. **BackColor** determines the[background color](../../Glossary/glossary-vba.md#background-color). **BackStyle** determines whether the background is[transparent](../../Glossary/glossary-vba.md#transparent). A transparent control background is useful if your application design includes a picture as the main background and you want to see that picture through the control.
+ **ForeColor** determines the [foreground color](../../Glossary/glossary-vba.md#foreground-color). The foreground color applies to any text associated with the control, such as the caption or the control's contents.
+ **BackColor** and **BackStyle** apply to the control's background. The background is the area within the control's boundaries, such as the area surrounding the text in a control, but not the control's border. **BackColor** determines the [background color](../../Glossary/glossary-vba.md#background-color). **BackStyle** determines whether the background is [transparent](../../Glossary/glossary-vba.md#transparent). A transparent control background is useful if your application design includes a picture as the main background and you want to see that picture through the control.
**BorderColor**, **BorderStyle**, and **SpecialEffect** apply to the control's border. You can use **BorderStyle** or **SpecialEffect** to choose a type of border. Only one of these two properties can be used at a time. When you assign a value to one of these properties, the system sets the other property to **None**. **SpecialEffect** lets you choose one of several border styles, but only lets you use[system colors](../../Glossary/glossary-vba.md#system-colors) for the border. **BorderStyle** supports only one border style, but lets you choose any color that is a valid setting for **BorderColor**. **BorderColor** specifies the color of the control's border, and is only valid when you use **BorderStyle** to create the border.
diff --git a/Language/Concepts/Forms/ways-to-create-an-option-group.md b/Language/Concepts/Forms/ways-to-create-an-option-group.md
index 71ae8e95c86..ebdab6d97d1 100644
--- a/Language/Concepts/Forms/ways-to-create-an-option-group.md
+++ b/Language/Concepts/Forms/ways-to-create-an-option-group.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Ways to create an option group
-By default, all **OptionButton** controls on a[container](../../Glossary/vbe-glossary.md#container) (such as a form, a **MultiPage**, or a **Frame**) are part of a single option group. This means that selecting one of the buttons automatically sets all other option buttons on the form to **False**.
+By default, all **OptionButton** controls on a [container](../../Glossary/vbe-glossary.md#container) (such as a form, a **MultiPage**, or a **Frame**) are part of a single option group. This means that selecting one of the buttons automatically sets all other option buttons on the form to **False**.
If you want more than one option group on the form, there are two ways to create additional groups:
diff --git a/Language/Concepts/Forms/ways-to-protect-sensitive-information.md b/Language/Concepts/Forms/ways-to-protect-sensitive-information.md
index e3bfe99db00..7904042c453 100644
--- a/Language/Concepts/Forms/ways-to-protect-sensitive-information.md
+++ b/Language/Concepts/Forms/ways-to-protect-sensitive-information.md
@@ -15,13 +15,13 @@ Many applications use data that should be available only to certain users. Here
-- Write code that makes a control (and its data) invisible to unauthorized users. The **Visible** property makes a control visible or invisible. For more information about **Visible**, see[Visible Property](../../reference/User-Interface-Help/visible-property-microsoft-forms.md).
+- Write code that makes a control (and its data) invisible to unauthorized users. The **Visible** property makes a control visible or invisible. For more information about **Visible**, see [Visible Property](../../reference/User-Interface-Help/visible-property-microsoft-forms.md).
-- Write code that sets the control's foreground and background to the same color when unauthorized users run the application. This hides the information from unauthorized users. The **ForeColor** and **BackColor** properties determine the[foreground color](../../Glossary/glossary-vba.md#foreground-color) and the[background color](../../Glossary/glossary-vba.md#background-color). For information about **ForeColor**, see[ForeColor Property](../../reference/User-Interface-Help/forecolor-property-microsoft-forms.md). For information about **BackColor**, see[BackColor Property](../../reference/User-Interface-Help/backcolor-property-microsoft-forms.md).
+- Write code that sets the control's foreground and background to the same color when unauthorized users run the application. This hides the information from unauthorized users. The **ForeColor** and **BackColor** properties determine the [foreground color](../../Glossary/glossary-vba.md#foreground-color) and the [background color](../../Glossary/glossary-vba.md#background-color). For information about **ForeColor**, see [ForeColor Property](../../reference/User-Interface-Help/forecolor-property-microsoft-forms.md). For information about **BackColor**, see [BackColor Property](../../reference/User-Interface-Help/backcolor-property-microsoft-forms.md).
-- Disable the control when unauthorized users run the application. The **Enabled** property determines when a control is disabled. For information about **Enabled**, see[Enabled Property](../../reference/User-Interface-Help/enabled-property-microsoft-forms.md).
+- Disable the control when unauthorized users run the application. The **Enabled** property determines when a control is disabled. For information about **Enabled**, see [Enabled Property](../../reference/User-Interface-Help/enabled-property-microsoft-forms.md).
-- Require a password for access to the application or a specific control. You can use [placeholders](../../Glossary/glossary-vba.md#placeholder) as the user types each character. The **PasswordChar** property defines placeholder characters. For information about **PasswordChar**, see[PasswordChar Property](passwordchar-property.md).
+- Require a password for access to the application or a specific control. You can use [placeholders](../../Glossary/glossary-vba.md#placeholder) as the user types each character. The **PasswordChar** property defines placeholder characters. For information about **PasswordChar**, see [PasswordChar Property](passwordchar-property.md).
diff --git a/Language/Concepts/Forms/what-is-a-multipage.md b/Language/Concepts/Forms/what-is-a-multipage.md
index ae61456afa3..da3915a561b 100644
--- a/Language/Concepts/Forms/what-is-a-multipage.md
+++ b/Language/Concepts/Forms/what-is-a-multipage.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# What is a MultiPage?
-A **MultiPage** is a control that contains a[collection](../../Glossary/vbe-glossary.md#collection) of one or more pages.
+A **MultiPage** is a control that contains a [collection](../../Glossary/vbe-glossary.md#collection) of one or more pages.
Each **Page** of a **MultiPage** is a form that contains its own controls, and as such, can have a unique layout. Typically, the pages in a **MultiPage** have tabs so the user can select the individual pages.
diff --git a/Language/Concepts/Forms/what-is-a-shortcut-menu.md b/Language/Concepts/Forms/what-is-a-shortcut-menu.md
index 2edefea0d26..3218abaf363 100644
--- a/Language/Concepts/Forms/what-is-a-shortcut-menu.md
+++ b/Language/Concepts/Forms/what-is-a-shortcut-menu.md
@@ -32,6 +32,6 @@ A shortcut menu is a menu that appears when you right-click an object. In Micros
The commands on a shortcut menu vary depending on the object you select. For example, if you select multiple controls that aren't in a group, the shortcut menu will include the **Group** command; the shortcut menu for the Toolbox will not.
To display the shortcut menu for a control or container, right-click the object.
-For more information on displaying the shortcut menu for a **MultiPage** or a **Page**, see[Display the shortcut menu for a MultiPage or Page](display-the-shortcut-menu-for-a-multipage-or-page.md).
-For more information on displaying the shortcut menu for a **TabStrip** or a **Tab**, see[Display the shortcut menu for a TabStrip or Tab](display-the-shortcut-menu-for-a-tabstrip-or-tab.md).
+For more information on displaying the shortcut menu for a **MultiPage** or a **Page**, see [Display the shortcut menu for a MultiPage or Page](display-the-shortcut-menu-for-a-multipage-or-page.md).
+For more information on displaying the shortcut menu for a **TabStrip** or a **Tab**, see [Display the shortcut menu for a TabStrip or Tab](display-the-shortcut-menu-for-a-tabstrip-or-tab.md).
diff --git a/Language/Concepts/Forms/what-is-a-tabstrip.md b/Language/Concepts/Forms/what-is-a-tabstrip.md
index aea463243f5..2356bb1b221 100644
--- a/Language/Concepts/Forms/what-is-a-tabstrip.md
+++ b/Language/Concepts/Forms/what-is-a-tabstrip.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# What is a TabStrip?
-A **TabStrip** is a control that contains a[collection](../../Glossary/vbe-glossary.md#collection) of one or more tabs.
+A **TabStrip** is a control that contains a [collection](../../Glossary/vbe-glossary.md#collection) of one or more tabs.
Each **Tab** of a **TabStrip** is a separate object that users can select. Visually, a **TabStrip** also includes a client area that all the tabs in the **TabStrip** share.
diff --git a/Language/Concepts/Getting-Started/64-bit-visual-basic-for-applications-overview.md b/Language/Concepts/Getting-Started/64-bit-visual-basic-for-applications-overview.md
index 21a983a6a18..67c45f92e84 100644
--- a/Language/Concepts/Getting-Started/64-bit-visual-basic-for-applications-overview.md
+++ b/Language/Concepts/Getting-Started/64-bit-visual-basic-for-applications-overview.md
@@ -32,7 +32,7 @@ To address this problem and enable VBA code to work correctly in both 32-bit and
All [Declare Statements](../../reference/User-Interface-Help/../../reference/User-Interface-Help/declare-statement.md) must now include the **PtrSafe** keyword when running in 64-bit versions of Office. It is important to understand that simply adding the **PtrSafe** keyword to a **Declare** statement only signifies the **Declare** statement explicitly targets 64-bits, all data types within the statement that need to store 64-bits (including return values and parameters) must still be modified to hold 64-bit quantities.
- **Note** **Declare** statements with the[PtrSafe](../../reference/User-Interface-Help/../../reference/User-Interface-Help/ptrsafe-keyword.md) keyword is the recommended syntax. **Declare** statements that include **PtrSafe** work correctly in the VBA7 development environment on both 32-bit and 64-bit platforms. To ensure backwards compatibility in VBA7 and earlier use the following construct:
+ **Note** **Declare** statements with the [PtrSafe](../../reference/User-Interface-Help/../../reference/User-Interface-Help/ptrsafe-keyword.md) keyword is the recommended syntax. **Declare** statements that include **PtrSafe** work correctly in the VBA7 development environment on both 32-bit and 64-bit platforms. To ensure backwards compatibility in VBA7 and earlier use the following construct:
diff --git a/Language/Concepts/Getting-Started/compiler-constants.md b/Language/Concepts/Getting-Started/compiler-constants.md
index 5f02b10749c..3d35715503b 100644
--- a/Language/Concepts/Getting-Started/compiler-constants.md
+++ b/Language/Concepts/Getting-Started/compiler-constants.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Compiler Constants
-Visual Basic for Applications defines [constants](../../Glossary/vbe-glossary.md#constant) for exclusive use with the **#If...Then...#Else** directive. These constants are functionally equivalent to constants defined with the **#If...Then...#Else** directive except that they are global in[scope](../../Glossary/vbe-glossary.md#scope); that is, they apply everywhere in a [project](../../Glossary/vbe-glossary.md#project).
+Visual Basic for Applications defines [constants](../../Glossary/vbe-glossary.md#constant) for exclusive use with the **#If...Then...#Else** directive. These constants are functionally equivalent to constants defined with the **#If...Then...#Else** directive except that they are global in [scope](../../Glossary/vbe-glossary.md#scope); that is, they apply everywhere in a [project](../../Glossary/vbe-glossary.md#project).
**Note** Because **Win32** returns true in both 32-bit and 64-bit development platforms it is important that the order within the **#If...Then...#Else** directive returns the desired results in your code. For example, because **Win32** returns True in 64-bit (**Win32** is compatible in **Win64** environments) checking for **Win32** before **Win64** results in the **Win64** condition never running because **Win32** returns True. The following order returns predictable results:
diff --git a/Language/Concepts/Getting-Started/deftype-statements.md b/Language/Concepts/Getting-Started/deftype-statements.md
index 0fb80c0c799..d6d7ca28883 100644
--- a/Language/Concepts/Getting-Started/deftype-statements.md
+++ b/Language/Concepts/Getting-Started/deftype-statements.md
@@ -58,7 +58,7 @@ The statement name determines the data type:
|**DefVar**|[Variant](../../Glossary/vbe-glossary.md#variant-data-type)|
For example, in the following program fragment, is a string variable:
-A **Def**_type_ statement affects only the[module](../../Glossary/vbe-glossary.md#module) where it is used. For example, a **DefInt** statement in one module affects only the default data type of variables, arguments passed to procedures, and the return type for **Function** and **Property** **Get** procedures declared in that module; the default data type of variables, arguments, and return types in other modules is unaffected. If not explicitly declared with a **Def**_type_ statement, the default data type for all variables, all arguments, all **Function** procedures, and all **Property** **Get** procedures is **Variant**.
+A **Def**_type_ statement affects only the [module](../../Glossary/vbe-glossary.md#module) where it is used. For example, a **DefInt** statement in one module affects only the default data type of variables, arguments passed to procedures, and the return type for **Function** and **Property** **Get** procedures declared in that module; the default data type of variables, arguments, and return types in other modules is unaffected. If not explicitly declared with a **Def**_type_ statement, the default data type for all variables, all arguments, all **Function** procedures, and all **Property** **Get** procedures is **Variant**.
When you specify a letter range, it usually defines the data type for variables that begin with letters in the first 128 characters of the character set. However, when you specify the letter range A-Z, you set the default to the specified data type for all variables, including variables that begin with international characters from the extended part of the character set (128-255).
Once the range A-Z has been specified, you can't further redefine any subranges of variables using **Def**_type_ statements. Once a range has been specified, if you include a previously defined letter in another **Def**_type_ statement, an error occurs. However, you can explicitly specify the data type of any variable, defined or not, using a **Dim** statement with an **As**_type_ clause. For example, you can use the following code at module level to define a variable as a **Double** even though the default data type is **Integer**:
**Def**_type_ statements don't affect elements of[user-defined types](../../Glossary/vbe-glossary.md#user-defined-type) because the elements must be explicitly declared.
diff --git a/Language/Concepts/Getting-Started/passing-arguments-efficiently.md b/Language/Concepts/Getting-Started/passing-arguments-efficiently.md
index 77fa1d43945..e681da42e8f 100644
--- a/Language/Concepts/Getting-Started/passing-arguments-efficiently.md
+++ b/Language/Concepts/Getting-Started/passing-arguments-efficiently.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Passing Arguments Efficiently
-All [arguments](../../Glossary/vbe-glossary.md#argument) are passed to [procedures](../../Glossary/vbe-glossary.md#procedure)[by reference](../../Glossary/vbe-glossary.md#by-reference), unless you specify otherwise. This is efficient because all arguments passed by reference take the same amount of time to pass and the same amount of space (4 bytes) within a procedure regardless of the argument's [data type](../../Glossary/vbe-glossary.md#data-type).
+All [arguments](../../Glossary/vbe-glossary.md#argument) are passed to [procedures](../../Glossary/vbe-glossary.md#procedure) [by reference](../../Glossary/vbe-glossary.md#by-reference), unless you specify otherwise. This is efficient because all arguments passed by reference take the same amount of time to pass and the same amount of space (4 bytes) within a procedure regardless of the argument's [data type](../../Glossary/vbe-glossary.md#data-type).
You can pass an argument [by value](../../Glossary/vbe-glossary.md#by-value) if you include the **ByVal** keyword in the procedure's declaration. Arguments passed by value consume from 2 - 16 bytes within the procedure, depending on the argument's data type. Larger data types take slightly longer to pass by value than smaller ones. Because of this, **String** and **Variant** data types generally should not be passed by value.
diff --git a/Language/Concepts/Getting-Started/understanding-parameter-arrays.md b/Language/Concepts/Getting-Started/understanding-parameter-arrays.md
index a16dc62e021..b55ba4fa715 100644
--- a/Language/Concepts/Getting-Started/understanding-parameter-arrays.md
+++ b/Language/Concepts/Getting-Started/understanding-parameter-arrays.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Understanding Parameter Arrays
-A [parameter](../../Glossary/vbe-glossary.md#parameter)[array](../../Glossary/vbe-glossary.md#array) can be used to pass an array of [arguments](../../Glossary/vbe-glossary.md#argument) to a [procedure](../../Glossary/vbe-glossary.md#procedure). You don't have to know the number of elements in the array when you define the procedure.
+A [parameter](../../Glossary/vbe-glossary.md#parameter) [array](../../Glossary/vbe-glossary.md#array) can be used to pass an array of [arguments](../../Glossary/vbe-glossary.md#argument) to a [procedure](../../Glossary/vbe-glossary.md#procedure). You don't have to know the number of elements in the array when you define the procedure.
You use the **ParamArray** keyword to denote a parameter array. The array must be declared as an array of type **Variant**, and it must be the last argument in the procedure definition.
diff --git a/Language/Concepts/Getting-Started/using-data-types-efficiently.md b/Language/Concepts/Getting-Started/using-data-types-efficiently.md
index 29f9fac04ae..1f9cca6138d 100644
--- a/Language/Concepts/Getting-Started/using-data-types-efficiently.md
+++ b/Language/Concepts/Getting-Started/using-data-types-efficiently.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Using Data Types Efficiently
-Unless otherwise specified, undeclared [variables](../../Glossary/vbe-glossary.md#variable) are assigned the[Variant data type](../../Glossary/vbe-glossary.md#variant-data-type). This data type makes it easy to write programs, but it is not always the most efficient data type to use.
+Unless otherwise specified, undeclared [variables](../../Glossary/vbe-glossary.md#variable) are assigned the [Variant data type](../../Glossary/vbe-glossary.md#variant-data-type). This data type makes it easy to write programs, but it is not always the most efficient data type to use.
You should consider using other data types if:
diff --git a/Language/Concepts/Getting-Started/using-for-eachnext-statements.md b/Language/Concepts/Getting-Started/using-for-eachnext-statements.md
index 1860799b24d..08848d17051 100644
--- a/Language/Concepts/Getting-Started/using-for-eachnext-statements.md
+++ b/Language/Concepts/Getting-Started/using-for-eachnext-statements.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Using For Each...Next Statements
- **For Each...Next** statements repeat a block of[statements](../../Glossary/vbe-glossary.md#statement) for each[object](../../Glossary/vbe-glossary.md#object) in a[collection](../../Glossary/vbe-glossary.md#collection) or each element in an[array](../../Glossary/vbe-glossary.md#array). Visual Basic automatically sets a [variable](../../Glossary/vbe-glossary.md#variable) each time the loop runs. For example, the following[procedure](../../Glossary/vbe-glossary.md#procedure) closes all forms except the form containing the procedure that's running.
+ **For Each...Next** statements repeat a block of[statements](../../Glossary/vbe-glossary.md#statement) for each[object](../../Glossary/vbe-glossary.md#object) in a [collection](../../Glossary/vbe-glossary.md#collection) or each element in an [array](../../Glossary/vbe-glossary.md#array). Visual Basic automatically sets a [variable](../../Glossary/vbe-glossary.md#variable) each time the loop runs. For example, the following[procedure](../../Glossary/vbe-glossary.md#procedure) closes all forms except the form containing the procedure that's running.
```vb
diff --git a/Language/Concepts/Getting-Started/using-parentheses-in-code.md b/Language/Concepts/Getting-Started/using-parentheses-in-code.md
index c641a1f8f67..ba28a8332d0 100644
--- a/Language/Concepts/Getting-Started/using-parentheses-in-code.md
+++ b/Language/Concepts/Getting-Started/using-parentheses-in-code.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Using Parentheses in Code
- **Sub** procedures, built-in[statements](../../Glossary/vbe-glossary.md#statement), and some [methods](../../Glossary/vbe-glossary.md#method) don't return a value, so the[arguments](../../Glossary/vbe-glossary.md#argument) aren't enclosed in parentheses. For example:
+ **Sub** procedures, built-in [statements](../../Glossary/vbe-glossary.md#statement), and some [methods](../../Glossary/vbe-glossary.md#method) don't return a value, so the [arguments](../../Glossary/vbe-glossary.md#argument) aren't enclosed in parentheses. For example:
```vb
diff --git a/Language/Concepts/Getting-Started/using-select-case-statements.md b/Language/Concepts/Getting-Started/using-select-case-statements.md
index 4cac7815666..b8826da194f 100644
--- a/Language/Concepts/Getting-Started/using-select-case-statements.md
+++ b/Language/Concepts/Getting-Started/using-select-case-statements.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
Use the **Select Case** statement as an alternative to using **ElseIf** in **If...Then...Else** statements when comparing one[expression](../../Glossary/vbe-glossary.md#expression) to several different values. While **If...Then...Else** statements can evaluate a different expression for each **ElseIf** statement, the **Select Case** statement evaluates an expression only once, at the top of the control structure.
-In the following example, the **Select Case** statement evaluates the argument that is passed to the procedure. Note that each **Case** statement can contain more than one value, a range of values, or a combination of values and[comparison operators](../../Glossary/vbe-glossary.md#comparison-operator). The optional **Case Else** statement runs if the **Select Case** statement doesn't match a value in any of the **Case** statements.
+In the following example, the **Select Case** statement evaluates the argument that is passed to the procedure. Note that each **Case** statement can contain more than one value, a range of values, or a combination of values and [comparison operators](../../Glossary/vbe-glossary.md#comparison-operator). The optional **Case Else** statement runs if the **Select Case** statement doesn't match a value in any of the **Case** statements.
diff --git a/Language/Concepts/Getting-Started/using-with-statements.md b/Language/Concepts/Getting-Started/using-with-statements.md
index 40ebf8911e5..c5964b91e28 100644
--- a/Language/Concepts/Getting-Started/using-with-statements.md
+++ b/Language/Concepts/Getting-Started/using-with-statements.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Using With Statements
-The **With** statement lets you specify an[object](../../Glossary/vbe-glossary.md#object) or [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) once for an entire series of [statements](../../Glossary/vbe-glossary.md#statement). **With** statements make your procedures run faster and help you avoid repetitive typing.
+The **With** statement lets you specify an [object](../../Glossary/vbe-glossary.md#object) or [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) once for an entire series of [statements](../../Glossary/vbe-glossary.md#statement). **With** statements make your procedures run faster and help you avoid repetitive typing.
The following example fills a range of cells with the number 30, applies bold formatting, and sets the interior color of the cells to yellow.
diff --git a/Language/Concepts/Getting-Started/visual-basic-naming-rules.md b/Language/Concepts/Getting-Started/visual-basic-naming-rules.md
index b38a310988e..d755c00eabc 100644
--- a/Language/Concepts/Getting-Started/visual-basic-naming-rules.md
+++ b/Language/Concepts/Getting-Started/visual-basic-naming-rules.md
@@ -23,7 +23,7 @@ Use the following rules when you name [procedures](../../Glossary/vbe-glossary.m
- Generally, you shouldn't use any names that are the same as the function, statement, method, and [intrinsic constant](../../Glossary/vbe-glossary.md#intrinsic-constants) names used in Visual Basic or by the [host application](../../Glossary/vbe-glossary.md#host-application). Otherwise you end up shadowing the same [keywords](../../Glossary/vbe-glossary.md#keyword) in the language. To use an intrinsic language function, statement, or method that conflicts with an assigned name, you must explicitly identify it. Precede the intrinsic function, statement, or method name with the name of the associated [type library](../../Glossary/vbe-glossary.md#type-library). For example, if you have a variable called `Left`, you can only invoke the **Left** function using `VBA.Left`.
-- You can't repeat names within the same level of [scope](../../Glossary/vbe-glossary.md#scope). For example, you can't declare two variables named `age` within the same procedure. However, you can declare a private variable named `age` and a[procedure-level](../../Glossary/vbe-glossary.md#procedure-level) variable named `age` within the same module.
+- You can't repeat names within the same level of [scope](../../Glossary/vbe-glossary.md#scope). For example, you can't declare two variables named `age` within the same procedure. However, you can declare a private variable named `age` and a [procedure-level](../../Glossary/vbe-glossary.md#procedure-level) variable named `age` within the same module.
**Note** Visual Basic isn't case-sensitive, but it preserves the capitalization in the statement where the name is declared.
diff --git a/Language/Concepts/Getting-Started/working-across-applications.md b/Language/Concepts/Getting-Started/working-across-applications.md
index d57a67f55db..78b3b5a1964 100644
--- a/Language/Concepts/Getting-Started/working-across-applications.md
+++ b/Language/Concepts/Getting-Started/working-across-applications.md
@@ -30,7 +30,7 @@ Set WordBasic = CreateObject("Word.Basic")
```
Most applications provide an **Exit** or **Quit** method that closes the application whether or not it is visible. For more information on the objects, methods, and properties an application provides, see the application's documentation.
-Some applications allow you to use the **New**[keyword](../../Glossary/vbe-glossary.md#keyword) to create an object of any class that exists in its[type library](../../Glossary/vbe-glossary.md#type-library). For example:
+Some applications allow you to use the **New**[keyword](../../Glossary/vbe-glossary.md#keyword) to create an object of any class that exists in its [type library](../../Glossary/vbe-glossary.md#type-library). For example:
diff --git a/Language/Concepts/Getting-Started/writing-a-property-procedure.md b/Language/Concepts/Getting-Started/writing-a-property-procedure.md
index 810cf9c141b..cebebe50c0d 100644
--- a/Language/Concepts/Getting-Started/writing-a-property-procedure.md
+++ b/Language/Concepts/Getting-Started/writing-a-property-procedure.md
@@ -19,10 +19,10 @@ A **Property** procedure is a series of Visual Basic[statements](../../Glossary
- **Property** procedures should be used instead of **Public** variables in code that must be executed when the property value is set.
-- Unlike **Public** variables, **Property** procedures can have Help strings assigned to them in the[Object Browser](../../Glossary/vbe-glossary.md#object-browser).
+- Unlike **Public** variables, **Property** procedures can have Help strings assigned to them in the [Object Browser](../../Glossary/vbe-glossary.md#object-browser).
-When you create a **Property** procedure, it becomes a property of the[module](../../Glossary/vbe-glossary.md#module) containing the procedure. Visual Basic provides the following three types of **Property** procedures:
+When you create a **Property** procedure, it becomes a property of the [module](../../Glossary/vbe-glossary.md#module) containing the procedure. Visual Basic provides the following three types of **Property** procedures:
|**Procedure**|**Description**|
@@ -61,5 +61,5 @@ End Property
```
-The data type of the final argument in a **Property Set** declaration must be either an[object type](../../Glossary/vbe-glossary.md#object-type) or a **Variant**.
+The data type of the final argument in a **Property Set** declaration must be either an [object type](../../Glossary/vbe-glossary.md#object-type) or a **Variant**.
diff --git a/Language/Concepts/Getting-Started/writing-assignment-statements.md b/Language/Concepts/Getting-Started/writing-assignment-statements.md
index 9a9575d275e..f39f7dd229f 100644
--- a/Language/Concepts/Getting-Started/writing-assignment-statements.md
+++ b/Language/Concepts/Getting-Started/writing-assignment-statements.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Writing Assignment Statements
-Assignment statements assign a value or [expression](../../Glossary/vbe-glossary.md#expression) to a[variable](../../Glossary/vbe-glossary.md#variable) or[constant](../../Glossary/vbe-glossary.md#constant). Assignment statements always include an equal sign (**=**). The following example assigns the return value of the **InputBox** function to the variable .
+Assignment statements assign a value or [expression](../../Glossary/vbe-glossary.md#expression) to a [variable](../../Glossary/vbe-glossary.md#variable) or [constant](../../Glossary/vbe-glossary.md#constant). Assignment statements always include an equal sign (**=**). The following example assigns the return value of the **InputBox** function to the variable .
```vb
diff --git a/Language/Concepts/Getting-Started/writing-executable-statements.md b/Language/Concepts/Getting-Started/writing-executable-statements.md
index c8d037d9e90..642a0eb1526 100644
--- a/Language/Concepts/Getting-Started/writing-executable-statements.md
+++ b/Language/Concepts/Getting-Started/writing-executable-statements.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Writing Executable Statements
-An executable [statement](../../Glossary/vbe-glossary.md#statement) initiates action. It can execute a[method](../../Glossary/vbe-glossary.md#method) or function, and it can loop or branch through blocks of code. Executable statements often contain mathematical or conditional operators.
+An executable [statement](../../Glossary/vbe-glossary.md#statement) initiates action. It can execute a [method](../../Glossary/vbe-glossary.md#method) or function, and it can loop or branch through blocks of code. Executable statements often contain mathematical or conditional operators.
The following example uses a **For Each...Next** statement to iterate through each cell in a range named `MyRange` on `Sheet1` of an active Microsoft Excel workbook. The variable `c` is a cell in the collection of cells contained in on `Sheet1` of an active Microsoft Excel workbook. The variable `c` is a cell in the collection of cells contained in `MyRange`.
diff --git a/Language/How-to/check-or-add-an-object-library-reference.md b/Language/How-to/check-or-add-an-object-library-reference.md
index ed8263d5fd0..4f7d441aa68 100644
--- a/Language/How-to/check-or-add-an-object-library-reference.md
+++ b/Language/How-to/check-or-add-an-object-library-reference.md
@@ -20,13 +20,13 @@ If you use the objects in other applications as part of your Visual Basic applic
1. From the **Tools** menu, choose **References** to display the **References** dialog box.
-2. The **References** dialog box shows all object libraries registered with the operating system. Scroll through the list for the application whose object library you want to reference. If the application isn't listed, you can use the **Browse** button to search for object libraries (*.olb and *.tlb) or[executable files](../Glossary/vbe-glossary.md#executable-file) (*.exe and *.dll on Windows). References whose check boxes are checked are used by your[project](../Glossary/vbe-glossary.md#project); those that aren't checked are not used, but can be added.
+2. The **References** dialog box shows all object libraries registered with the operating system. Scroll through the list for the application whose object library you want to reference. If the application isn't listed, you can use the **Browse** button to search for object libraries (*.olb and *.tlb) or [executable files](../Glossary/vbe-glossary.md#executable-file) (*.exe and *.dll on Windows). References whose check boxes are checked are used by your[project](../Glossary/vbe-glossary.md#project); those that aren't checked are not used, but can be added.
**To add a object library reference to your project**
-- Select the object library reference in the **Available References** box in the **References** dialog box and click **OK**. Your Visual Basic project now has a reference to the application's object library. If you open the[Object Browser](../Glossary/vbe-glossary.md#object-browser) (press F2) and select the application's library, it displays the objects provided by the selected object library, as well as each object's[methods](../Glossary/vbe-glossary.md#method) and[properties](../Glossary/vbe-glossary.md#property). In the **Object Browser**, you can select a[class](../Glossary/vbe-glossary.md#class) in the **Classes** box and select a method or property in the **Members** box. Use copy and paste to add the syntax to your code.
+- Select the object library reference in the **Available References** box in the **References** dialog box and click **OK**. Your Visual Basic project now has a reference to the application's object library. If you open the [Object Browser](../Glossary/vbe-glossary.md#object-browser) (press F2) and select the application's library, it displays the objects provided by the selected object library, as well as each object's[methods](../Glossary/vbe-glossary.md#method) and [properties](../Glossary/vbe-glossary.md#property). In the **Object Browser**, you can select a [class](../Glossary/vbe-glossary.md#class) in the **Classes** box and select a method or property in the **Members** box. Use copy and paste to add the syntax to your code.
diff --git a/Language/How-to/execute-a-specific-statement.md b/Language/How-to/execute-a-specific-statement.md
index 2f9a67851ee..9f65786fc35 100644
--- a/Language/How-to/execute-a-specific-statement.md
+++ b/Language/How-to/execute-a-specific-statement.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Execute a Specific Statement
-While execution of your code is halted, you can control the execution sequence of [statements](../Glossary/vbe-glossary.md#statement) within a[procedure](../Glossary/vbe-glossary.md#procedure). You can resume execution at a statement you choose without executing any intervening code.
+While execution of your code is halted, you can control the execution sequence of [statements](../Glossary/vbe-glossary.md#statement) within a [procedure](../Glossary/vbe-glossary.md#procedure). You can resume execution at a statement you choose without executing any intervening code.
**To set the next statement to be executed**
@@ -20,7 +20,7 @@ While execution of your code is halted, you can control the execution sequence o
1. In the **Code** window, position the insertion point anywhere within the statement.
-2. On the **Debug** menu, click **Set Next Statement** (CTRL+F9). - or on Windows - Position the mouse pointer in the[margin indicator](../Glossary/vbe-glossary.md#margin-indicator) next to the current execution point.
+2. On the **Debug** menu, click **Set Next Statement** (CTRL+F9). - or on Windows - Position the mouse pointer in the [margin indicator](../Glossary/vbe-glossary.md#margin-indicator) next to the current execution point.
3. Drag the yellow arrow in the margin indicator to the statement you want to execute next.
diff --git a/Language/How-to/find-a-procedure.md b/Language/How-to/find-a-procedure.md
index 71474a92a26..daa1f0ba27f 100644
--- a/Language/How-to/find-a-procedure.md
+++ b/Language/How-to/find-a-procedure.md
@@ -15,7 +15,7 @@ ms.date: 06/08/2017
-- To view an existing general procedure, select **(General)** in the[Object box](../Glossary/vbe-glossary.md#object-box) in the **Code** window, and then select the procedure in the[Procedure box](../Glossary/vbe-glossary.md#procedure-box).
+- To view an existing general procedure, select **(General)** in the [Object box](../Glossary/vbe-glossary.md#object-box) in the **Code** window, and then select the procedure in the [Procedure box](../Glossary/vbe-glossary.md#procedure-box).
- To view an event procedure, select the appropriate object in the **Object** box in the **Code** window, and then select the event in the **Procedure** box.
diff --git a/Language/How-to/find-a-variable-definition.md b/Language/How-to/find-a-variable-definition.md
index add0226331b..bf50d741d6f 100644
--- a/Language/How-to/find-a-variable-definition.md
+++ b/Language/How-to/find-a-variable-definition.md
@@ -15,7 +15,7 @@ ms.date: 06/08/2017
-1. In the **Code** window, select the[variable](../Glossary/vbe-glossary.md#variable) whose definition you want to see.
+1. In the **Code** window, select the [variable](../Glossary/vbe-glossary.md#variable) whose definition you want to see.
2. From the **View** menu, choose **Definition** (SHIFT+F2).
diff --git a/Language/How-to/set-and-clear-a-breakpoint.md b/Language/How-to/set-and-clear-a-breakpoint.md
index 000c842610b..706d5f115a1 100644
--- a/Language/How-to/set-and-clear-a-breakpoint.md
+++ b/Language/How-to/set-and-clear-a-breakpoint.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Set and Clear a Breakpoint
-You set a [breakpoint](../Glossary/vbe-glossary.md#breakpoint) to suspend execution at a specific statement in a[procedure](../Glossary/vbe-glossary.md#procedure); for example, where you suspect problems may exist. You clear breakpoints when you no longer need them to stop execution.
+You set a [breakpoint](../Glossary/vbe-glossary.md#breakpoint) to suspend execution at a specific statement in a [procedure](../Glossary/vbe-glossary.md#procedure); for example, where you suspect problems may exist. You clear breakpoints when you no longer need them to stop execution.
**To set a breakpoint**
diff --git a/Language/How-to/set-reference-to-a-type-library.md b/Language/How-to/set-reference-to-a-type-library.md
index fe6ba263855..4d44776b3e2 100644
--- a/Language/How-to/set-reference-to-a-type-library.md
+++ b/Language/How-to/set-reference-to-a-type-library.md
@@ -42,6 +42,6 @@ Dim appXL As Object
```
-If you set a reference to an application's type library, all of its objects and their [methods](../Glossary/vbe-glossary.md#method) and[properties](../Glossary/vbe-glossary.md#property) are listed in the **Object Browser**. This makes it easy to determine what properties and methods are available to each object.
+If you set a reference to an application's type library, all of its objects and their [methods](../Glossary/vbe-glossary.md#method) and [properties](../Glossary/vbe-glossary.md#property) are listed in the **Object Browser**. This makes it easy to determine what properties and methods are available to each object.
For Microsoft applications that can also serve as Automation servers, you can set references to their type libraries from another application, and control their objects from that application.
diff --git a/Language/How-to/set-visual-basic-environment-options.md b/Language/How-to/set-visual-basic-environment-options.md
index ec3b0daa424..c6e2fadaaa2 100644
--- a/Language/How-to/set-visual-basic-environment-options.md
+++ b/Language/How-to/set-visual-basic-environment-options.md
@@ -43,7 +43,7 @@ You can set the behavior and look of the Visual Basic development environment th
|**Procedure Separator**|Display separator bars at the end of each procedure in the **Code** window.|
|**Auto List Members**|At the insertion point, Visual Basic displays information that logically completes a statement.|
|**Auto Quick Info**|Information about functions and their [arguments](../Glossary/vbe-glossary.md#argument) is displayed as you type.|
-|**Auto Data Tips**|Automatically display the value of any [variable](../Glossary/vbe-glossary.md#variable) on which you place the mouse pointer. Available only in[break mode](../Glossary/vbe-glossary.md#break-mode).|
+|**Auto Data Tips**|Automatically display the value of any [variable](../Glossary/vbe-glossary.md#variable) on which you place the mouse pointer. Available only in [break mode](../Glossary/vbe-glossary.md#break-mode).|
|**Drag-Drop in Text Editing**|Code elements can be dragged from the **Code** window into the **Immediate** or **Watch** windows.|
**Editor Format**
@@ -67,7 +67,7 @@ You can set the behavior and look of the Visual Basic development environment th
|**Height**|The height of the grid cells on a form.|
|**Align Controls to Grid**|Automatically position the outer edge of controls on the closest grid lines.|
|**Show ToolTips**|Display ToolTips for toolbar buttons.|
-|**Collapse Proj. Hides Windows**|Automatically close the project, **UserForm**, object, or module windows when a[project](../Glossary/vbe-glossary.md#project) is collapsed in the **Project Explorer**.|
+|**Collapse Proj. Hides Windows**|Automatically close the project, **UserForm**, object, or module windows when a [project](../Glossary/vbe-glossary.md#project) is collapsed in the **Project Explorer**.|
|**Notify Before State Loss**|Display a message that a requested action will cause all module-level variables to be reset for a running project.|
|**Break on All Errors**|Any error causes the project to enter break mode, whether or not an error handler is active, and whether or not the code is in a [class module](../Glossary/vbe-glossary.md#class-module).|
|**Break in Class Module**|Any unhandled error produced in a class module causes the project to enter break mode at the line of code which produced the error.|
diff --git a/Language/How-to/split-the-code-window.md b/Language/How-to/split-the-code-window.md
index 9cec4ffc767..1e399e06a63 100644
--- a/Language/How-to/split-the-code-window.md
+++ b/Language/How-to/split-the-code-window.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Split the Code Window
-You can split the **Code** window horizontally into two panes to view different code segments of a[module](../Glossary/vbe-glossary.md#module) at the same time. Each pane scrolls separately, both horizontally and vertically. The[Procedure](../Glossary/vbe-glossary.md#procedure) and[Object box](../Glossary/vbe-glossary.md#object-box) options refer to the pane that has the focus. Code changes are immediately reflected in both panes.
+You can split the **Code** window horizontally into two panes to view different code segments of a [module](../Glossary/vbe-glossary.md#module) at the same time. Each pane scrolls separately, both horizontally and vertically. The[Procedure](../Glossary/vbe-glossary.md#procedure) and [Object box](../Glossary/vbe-glossary.md#object-box) options refer to the pane that has the focus. Code changes are immediately reflected in both panes.
**To split the Code window into panes**
diff --git a/Language/How-to/start-code-execution.md b/Language/How-to/start-code-execution.md
index e15b9d78e0d..593b9326add 100644
--- a/Language/How-to/start-code-execution.md
+++ b/Language/How-to/start-code-execution.md
@@ -26,7 +26,7 @@ If your application doesn't run, it may be because:
- A [syntax error](../Glossary/vbe-glossary.md#syntax-error) or some other error exists in your code.
-- A [logic error](../Glossary/vbe-glossary.md#logic-error) exists in your code, which may result in a[run-time error](../Glossary/vbe-glossary.md#run-time-error).
+- A [logic error](../Glossary/vbe-glossary.md#logic-error) exists in your code, which may result in a [run-time error](../Glossary/vbe-glossary.md#run-time-error).
To get Help, click the **Help** button or press F1 while the error message is displayed. Consider the suggestions provided to correct the error before you run your code again.
diff --git a/Language/How-to/use-quick-watch.md b/Language/How-to/use-quick-watch.md
index 1a150293a28..6e0b8150d22 100644
--- a/Language/How-to/use-quick-watch.md
+++ b/Language/How-to/use-quick-watch.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Use Quick Watch
-In [break mode](../Glossary/vbe-glossary.md#break-mode), you may want to check the current value of a [variable](../Glossary/vbe-glossary.md#variable) or[expression](../Glossary/vbe-glossary.md#expression) for which you haven't defined a[watch expression](../Glossary/vbe-glossary.md#watch-expression). Do this using the **Quick Watch** command.
+In [break mode](../Glossary/vbe-glossary.md#break-mode), you may want to check the current value of a [variable](../Glossary/vbe-glossary.md#variable) or [expression](../Glossary/vbe-glossary.md#expression) for which you haven't defined a [watch expression](../Glossary/vbe-glossary.md#watch-expression). Do this using the **Quick Watch** command.
**To display a Quick Watch**
diff --git a/Language/How-to/user-defined-type-may-not-be-passed-byval.md b/Language/How-to/user-defined-type-may-not-be-passed-byval.md
index 01e96062d2f..93043d26703 100644
--- a/Language/How-to/user-defined-type-may-not-be-passed-byval.md
+++ b/Language/How-to/user-defined-type-may-not-be-passed-byval.md
@@ -11,14 +11,11 @@ ms.date: 06/08/2017
# User-defined type may not be passed ByVal
-[User-defined types](../Glossary/vbe-glossary.md#user-defined-type) can only be passed[by reference](../Glossary/vbe-glossary.md#by-reference) (the default), not[by value](../Glossary/vbe-glossary.md#by-value). The error may not be reported until the call is made. This error has the following cause and solution:
+[User-defined types](../Glossary/vbe-glossary.md#user-defined-type) can only be passed [by reference](../Glossary/vbe-glossary.md#by-reference) (the default), not [by value](../Glossary/vbe-glossary.md#by-value). The error may not be reported until the call is made. This error has the following cause and solution:
-
-
-- You placed a **ByVal** keyword in the definition of a[parameter](../Glossary/vbe-glossary.md#parameter) that represented a user-defined type.
+You placed a **ByVal** keyword in the definition of a [parameter](../Glossary/vbe-glossary.md#parameter) that represented a user-defined type.
- Remove the **ByVal** keyword. To keep changes from being propagated back to the caller, **Dim** a temporary[variable](../Glossary/vbe-glossary.md#variable) of the type and pass the temporary variable into the[procedure](../Glossary/vbe-glossary.md#procedure).
+Remove the **ByVal** keyword. To keep changes from being propagated back to the caller, **Dim** a temporary [variable](../Glossary/vbe-glossary.md#variable) of the type and pass the temporary variable into the [procedure](../Glossary/vbe-glossary.md#procedure).
-
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/How-to/user-defined-type-not-defined.md b/Language/How-to/user-defined-type-not-defined.md
index 29e05b7aa88..061b4c28413 100644
--- a/Language/How-to/user-defined-type-not-defined.md
+++ b/Language/How-to/user-defined-type-not-defined.md
@@ -11,15 +11,15 @@ ms.date: 06/08/2017
# User-defined type not defined
-You can create your own [data types](../Glossary/vbe-glossary.md#data-type) in Visual Basic, but they must be defined first in a **Type...End Type** statement or in a properly registered[object library](../Glossary/vbe-glossary.md#object-library) or[type library](../Glossary/vbe-glossary.md#type-library). This error has the following causes and solutions:
+You can create your own [data types](../Glossary/vbe-glossary.md#data-type) in Visual Basic, but they must be defined first in a **Type...End Type** statement or in a properly registered[object library](../Glossary/vbe-glossary.md#object-library) or [type library](../Glossary/vbe-glossary.md#type-library). This error has the following causes and solutions:
-- You tried to declare a [variable](../Glossary/vbe-glossary.md#variable) or[argument](../Glossary/vbe-glossary.md#argument) with an undefined data type or you specified an unknown[class](../Glossary/vbe-glossary.md#class) or object.
+- You tried to declare a [variable](../Glossary/vbe-glossary.md#variable) or [argument](../Glossary/vbe-glossary.md#argument) with an undefined data type or you specified an unknown[class](../Glossary/vbe-glossary.md#class) or object.
- Use the **Type** statement in a[module](../Glossary/vbe-glossary.md#module) to define a new data type. If you are trying to create a reference to a class, the class must be visible to the[project](../Glossary/vbe-glossary.md#project). If you are referring to a class in your program, you must have a [class module](../Glossary/vbe-glossary.md#class-module) of the specified name in your project. Check the spelling of the type name or name of the object.
+ Use the **Type** statement in a [module](../Glossary/vbe-glossary.md#module) to define a new data type. If you are trying to create a reference to a class, the class must be visible to the [project](../Glossary/vbe-glossary.md#project). If you are referring to a class in your program, you must have a [class module](../Glossary/vbe-glossary.md#class-module) of the specified name in your project. Check the spelling of the type name or name of the object.
-- The type you want to declare is in another module but has been declared **Private**. Move the definition of the type to a[standard module](../Glossary/vbe-glossary.md#standard-module) where it can be **Public**.
+- The type you want to declare is in another module but has been declared **Private**. Move the definition of the type to a [standard module](../Glossary/vbe-glossary.md#standard-module) where it can be **Public**.
- The type is a valid type, but the object library or type library in which it is defined isn't registered in Visual Basic. Display the **References** dialog box, and then select the appropriate object library or type library. For example, if you don't check the **Data Access Object** in the **References** dialog box, types like Database, Recordset, and TableDef aren't recognized and references to them in code cause this error.
diff --git a/Language/Reference/User-Interface-Help/a-compatible-activex-component-must-be-a-visual-basic-executable-or-a-dll.md b/Language/Reference/User-Interface-Help/a-compatible-activex-component-must-be-a-visual-basic-executable-or-a-dll.md
index c86e91ac191..ad38e453290 100644
--- a/Language/Reference/User-Interface-Help/a-compatible-activex-component-must-be-a-visual-basic-executable-or-a-dll.md
+++ b/Language/Reference/User-Interface-Help/a-compatible-activex-component-must-be-a-visual-basic-executable-or-a-dll.md
@@ -15,9 +15,9 @@ A compatible ActiveX component is one that you specify as a compatible ActiveX c
-- Visual Basic tried to access an object you specified as a compatible ActiveX component, but the file specified wasn't an [executable file](../../Glossary/vbe-glossary.md#executable-file) or[dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll) created by Visual Basic.
+- Visual Basic tried to access an object you specified as a compatible ActiveX component, but the file specified wasn't an [executable file](../../Glossary/vbe-glossary.md#executable-file) or [dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll) created by Visual Basic.
- Only .exe files and DLLs created by Visual Basic are valid entries in the Compatible ActiveX Component field of the **Project Properties** dialog box accessed through the **Project** menu. If possible, load the[project](../../Glossary/vbe-glossary.md#project) into Visual Basic and choose the **Make Project.exe File** command from the **File** menu to create a Visual Basic executable file. If the file is already an executable file that wasn't created by Visual Basic, or if the file can't be loaded into Visual Basic, consult the documentation of the file to find out if it can be converted to a Visual Basic executable file or if the vendor can supply an executable file created by Visual Basic.
+ Only .exe files and DLLs created by Visual Basic are valid entries in the Compatible ActiveX Component field of the **Project Properties** dialog box accessed through the **Project** menu. If possible, load the [project](../../Glossary/vbe-glossary.md#project) into Visual Basic and choose the **Make Project.exe File** command from the **File** menu to create a Visual Basic executable file. If the file is already an executable file that wasn't created by Visual Basic, or if the file can't be loaded into Visual Basic, consult the documentation of the file to find out if it can be converted to a Visual Basic executable file or if the vendor can supply an executable file created by Visual Basic.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/a-module-is-not-a-valid-type.md b/Language/Reference/User-Interface-Help/a-module-is-not-a-valid-type.md
index b419e545205..d3347f035b7 100644
--- a/Language/Reference/User-Interface-Help/a-module-is-not-a-valid-type.md
+++ b/Language/Reference/User-Interface-Help/a-module-is-not-a-valid-type.md
@@ -11,11 +11,11 @@ ms.date: 06/08/2017
# A module is not a valid type
-A [standard module](../../Glossary/vbe-glossary.md#standard-module) doesn't represent a[class](../../Glossary/vbe-glossary.md#class) and can't be instantiated in the form of a[variable](../../Glossary/vbe-glossary.md#variable). This error has the following cause and solution:
+A [standard module](../../Glossary/vbe-glossary.md#standard-module) doesn't represent a [class](../../Glossary/vbe-glossary.md#class) and can't be instantiated in the form of a [variable](../../Glossary/vbe-glossary.md#variable). This error has the following cause and solution:
-- You used the name of a standard module in a **Dim** or **Set** declaration. Check the spelling of the module name and make sure it corresponds to a[form](../../Glossary/vbe-glossary.md#form), [MDI form](../../Glossary/vbe-glossary.md#mdi-form), or [class module](../../Glossary/vbe-glossary.md#class-module).
+- You used the name of a standard module in a **Dim** or **Set** declaration. Check the spelling of the module name and make sure it corresponds to a [form](../../Glossary/vbe-glossary.md#form), [MDI form](../../Glossary/vbe-glossary.md#mdi-form), or [class module](../../Glossary/vbe-glossary.md#class-module).
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/activate-deactivate-events.md b/Language/Reference/User-Interface-Help/activate-deactivate-events.md
index 9e4c63693c1..1f542f45af5 100644
--- a/Language/Reference/User-Interface-Help/activate-deactivate-events.md
+++ b/Language/Reference/User-Interface-Help/activate-deactivate-events.md
@@ -19,7 +19,7 @@ The Activate event occurs when an object becomes the active window. The Deactiva
**Private Sub**_object_**_Activate()**
**Private Sub**_object_**_Deactivate()**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/activecodepane-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/activecodepane-property-vba-add-in-object-model.md
index f9aca29ccdb..53e56b6baf0 100644
--- a/Language/Reference/User-Interface-Help/activecodepane-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/activecodepane-property-vba-add-in-object-model.md
@@ -26,5 +26,5 @@ Set MyApp.VBE. ActiveCodePane = MyApp.VBE.CodePanes(1)
```
-The preceding example sets the first [code pane](../../Glossary/vbe-glossary.md#code-pane) in a[collection](../../Glossary/vbe-glossary.md#collection) of code panes to be the active code pane. You can also activate a code pane using the **Set** method.
+The preceding example sets the first [code pane](../../Glossary/vbe-glossary.md#code-pane) in a [collection](../../Glossary/vbe-glossary.md#collection) of code panes to be the active code pane. You can also activate a code pane using the **Set** method.
diff --git a/Language/Reference/User-Interface-Help/activevbproject-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/activevbproject-property-vba-add-in-object-model.md
index 3aea1d7de59..99401a20f67 100644
--- a/Language/Reference/User-Interface-Help/activevbproject-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/activevbproject-property-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns the active [project](../../Glossary/vbe-glossary.md#project) in the[Project window](../../Glossary/vbe-glossary.md#project-window). Read-only.
+Returns the active [project](../../Glossary/vbe-glossary.md#project) in the [Project window](../../Glossary/vbe-glossary.md#project-window). Read-only.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/activewindow-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/activewindow-property-vba-add-in-object-model.md
index 3744ae7c92c..e4efcac105b 100644
--- a/Language/Reference/User-Interface-Help/activewindow-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/activewindow-property-vba-add-in-object-model.md
@@ -17,5 +17,5 @@ Returns the active window in the [development environment](../../Glossary/vbe-gl
## Remarks
-When more than one window is open in the development environment, the **ActiveWindow** property setting is the window with the[focus](../../Glossary/vbe-glossary.md#focus). If the main window has the focus, **ActiveWindow** returns **Nothing**.
+When more than one window is open in the development environment, the **ActiveWindow** property setting is the window with the [focus](../../Glossary/vbe-glossary.md#focus). If the main window has the focus, **ActiveWindow** returns **Nothing**.
diff --git a/Language/Reference/User-Interface-Help/activex-component-can-t-create-object-or-return-reference-to-this-object-error-4.md b/Language/Reference/User-Interface-Help/activex-component-can-t-create-object-or-return-reference-to-this-object-error-4.md
index f522976d0ae..ad964e237db 100644
--- a/Language/Reference/User-Interface-Help/activex-component-can-t-create-object-or-return-reference-to-this-object-error-4.md
+++ b/Language/Reference/User-Interface-Help/activex-component-can-t-create-object-or-return-reference-to-this-object-error-4.md
@@ -21,7 +21,7 @@ Creating objects requires that the object's [class](../../Glossary/vbe-glossary.
- The object is available on the machine, but it is a licensed [Automation object](../../Glossary/vbe-glossary.md#automation-object), and can't verify the availability of the license necessary to instantiate it.
- Some objects can be instantiated only after the component finds a license key, which verifies that the object is registered for instantiation on the current machine. When a reference is made to an object through a properly installed [type library](../../Glossary/vbe-glossary.md#type-library) or[object library](../../Glossary/vbe-glossary.md#object-library), the correct key is supplied automatically.
+ Some objects can be instantiated only after the component finds a license key, which verifies that the object is registered for instantiation on the current machine. When a reference is made to an object through a properly installed [type library](../../Glossary/vbe-glossary.md#type-library) or [object library](../../Glossary/vbe-glossary.md#object-library), the correct key is supplied automatically.
If the attempt to instantiate is the result of a **CreateObject** or **GetObject** call, the object must find the key. In this case, it may search the system registry or look for a special file that it creates when it is installed, for example, one with the extension .lic. If the key can't be found, the object can't be instantiated. If an end user has improperly set up the object's application, inadvertently deleted a necessary file, or changed the system registry, the object may not be able to find its key. If the key can't be found, the object can't be instantiated. In this case, the instantiation may work on the developer's system, but not on the user's system. It may be necessary for the user to reinstall the licensed object.
diff --git a/Language/Reference/User-Interface-Help/add-method-microsoft-forms.md b/Language/Reference/User-Interface-Help/add-method-microsoft-forms.md
index d2fa41172d9..a3c3776d601 100644
--- a/Language/Reference/User-Interface-Help/add-method-microsoft-forms.md
+++ b/Language/Reference/User-Interface-Help/add-method-microsoft-forms.md
@@ -53,7 +53,7 @@ The **Add** method syntax has these parts:
## Remarks
-For a **MultiPage** control, the **Add** method returns a **Page** object. For a **TabStrip**, it returns a **Tab** object. The index value for the first **Page** or **Tab** of a[collection](../../Glossary/vbe-glossary.md#collection) is 0, the value for the second **Page** or **Tab** is 1, and so on.
+For a **MultiPage** control, the **Add** method returns a **Page** object. For a **TabStrip**, it returns a **Tab** object. The index value for the first **Page** or **Tab** of a [collection](../../Glossary/vbe-glossary.md#collection) is 0, the value for the second **Page** or **Tab** is 1, and so on.
For the **Controls** collection of an object, the **Add** method returns a control corresponding to the specified _ProgID_. The AddControl event occurs after the control is added.
You can add a control to a user form's **Controls** collection at design time, but you must use the **Designer** property of the Microsoft Visual Basic for Applications Extensibility Library to do so. The **Designer** property returns the **UserForm** object.
The following syntax will return the **Text** property of the specified control:
@@ -76,6 +76,6 @@ userform1!thebox.text
```
- **Note** You can change a control's **Name** property at[run time](../../Glossary/vbe-glossary.md#run-time) only if you added that control at run time with the **Add** method.
+ **Note** You can change a control's **Name** property at [run time](../../Glossary/vbe-glossary.md#run-time) only if you added that control at run time with the **Add** method.
diff --git a/Language/Reference/User-Interface-Help/add-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/add-method-vba-add-in-object-model.md
index 65c29fe8317..3aa764f6008 100644
--- a/Language/Reference/User-Interface-Help/add-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/add-method-vba-add-in-object-model.md
@@ -24,7 +24,7 @@ The **Add** syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
| _object_|Required. An [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.|
-| _component_|Required. For the **LinkedWindows** collection, an object. For the **VBComponents** collection, an enumerated[constant](../../Glossary/vbe-glossary.md#constant) representing a[class module](../../Glossary/vbe-glossary.md#class-module), a form, or a [standard module](../../Glossary/vbe-glossary.md#standard-module). For the **VBProjects** collection, an enumerated constant representing a project type.|
+| _component_|Required. For the **LinkedWindows** collection, an object. For the **VBComponents** collection, an enumerated[constant](../../Glossary/vbe-glossary.md#constant) representing a [class module](../../Glossary/vbe-glossary.md#class-module), a form, or a [standard module](../../Glossary/vbe-glossary.md#standard-module). For the **VBProjects** collection, an enumerated constant representing a project type.|
You can use one of the following constants for the _component_ argument:
@@ -47,7 +47,7 @@ For the **LinkedWindows** collection, the **Add** method adds a window to the c
**Important** Objects, properties, and methods for controlling linked windows, linked window frames, and docked windows are included on the Macintosh for compatibility with code written in Windows. However, these language elements generate run-time errors when run on the Macintosh.
-For the **VBComponents** collection, the **Add** method creates a new standard component and adds it to the[project](../../Glossary/vbe-glossary.md#project).
+For the **VBComponents** collection, the **Add** method creates a new standard component and adds it to the [project](../../Glossary/vbe-glossary.md#project).
For the **VBComponents** collection, the **Add** method returns a **VBComponent** object. For the **LinkedWindows** collection, the **Add** method returns **Nothing**.
For the **VBProjects** collection, the **Add** method returns a **VBProject** object and adds a project to the **VBProjects** collection.
diff --git a/Language/Reference/User-Interface-Help/add-method-visual-basic-for-applications.md b/Language/Reference/User-Interface-Help/add-method-visual-basic-for-applications.md
index 7ce7902315a..431964fe813 100644
--- a/Language/Reference/User-Interface-Help/add-method-visual-basic-for-applications.md
+++ b/Language/Reference/User-Interface-Help/add-method-visual-basic-for-applications.md
@@ -18,13 +18,13 @@ Adds a [member](../../Glossary/vbe-glossary.md#member) to a **Collection** objec
## Syntax
_object_**.Add _item_,** **_key_,** **_before_,** **_after_**
-The **Add** method syntax has the following object qualifier and[named arguments](../../Glossary/vbe-glossary.md#named-argument):
+The **Add** method syntax has the following object qualifier and [named arguments](../../Glossary/vbe-glossary.md#named-argument):
|**Part**|**Description**|
|:-----|:-----|
| _object_|Required. An [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.|
-|**_item_**|Required. An [expression](../../Glossary/vbe-glossary.md#expression) of any type that specifies the member to add to the[collection](../../Glossary/vbe-glossary.md#collection).|
+|**_item_**|Required. An [expression](../../Glossary/vbe-glossary.md#expression) of any type that specifies the member to add to the [collection](../../Glossary/vbe-glossary.md#collection).|
|**_key_**|Optional. A unique [string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies a key string that can be used, instead of a positional index, to access a member of the collection.|
|**_before_**|Optional. An expression that specifies a relative position in the collection. The member to be added is placed in the collection before the member identified by the **_before_**[argument](../../Glossary/vbe-glossary.md#argument). If a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression), **_before_** must be a number from 1 to the value of the collection's **Count** property. If a string expression, **_before_** must correspond to the **_key_** specified when the member being referred to was added to the collection. You can specify a **_before_** position or an **_after_** position, but not both.|
|**_after_**|Optional. An expression that specifies a relative position in the collection. The member to be added is placed in the collection after the member identified by the **_after_** argument. If numeric, **_after_** must be a number from 1 to the value of the collection's **Count** property. If a string, **_after_** must correspond to the **_key_** specified when the member referred to was added to the collection. You can specify a **_before_** position or an **_after_** position, but not both.|
diff --git a/Language/Reference/User-Interface-Help/add-watch-command-debug-menu.md b/Language/Reference/User-Interface-Help/add-watch-command-debug-menu.md
index 0a3d72c060a..4154f2ba22f 100644
--- a/Language/Reference/User-Interface-Help/add-watch-command-debug-menu.md
+++ b/Language/Reference/User-Interface-Help/add-watch-command-debug-menu.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Add Watch Command (Debug Menu)
-Displays the **Add** **Watch** dialog box in which you enter a[watch expression](../../Glossary/vbe-glossary.md#watch-expression). The expression can be any valid Basic expression. Watch expressions are updated in the **Watch** window each time you enter[break mode](../../Glossary/vbe-glossary.md#break-mode).
+Displays the **Add** **Watch** dialog box in which you enter a [watch expression](../../Glossary/vbe-glossary.md#watch-expression). The expression can be any valid Basic expression. Watch expressions are updated in the **Watch** window each time you enter[break mode](../../Glossary/vbe-glossary.md#break-mode).
Toolbar shortcut:
.
diff --git a/Language/Reference/User-Interface-Help/addfromfile-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/addfromfile-method-vba-add-in-object-model.md
index a01c5fb8cea..54be5258cc5 100644
--- a/Language/Reference/User-Interface-Help/addfromfile-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/addfromfile-method-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-For the **References** collection, adds a reference to a[project](../../Glossary/vbe-glossary.md#project) from a file. For the **CodeModule** object, adds the contents of a file to a[module](../../Glossary/vbe-glossary.md#module).
+For the **References** collection, adds a reference to a [project](../../Glossary/vbe-glossary.md#project) from a file. For the **CodeModule** object, adds the contents of a file to a [module](../../Glossary/vbe-glossary.md#module).
## Syntax
@@ -28,5 +28,5 @@ The **AddFromFile** syntax has these parts:
## Remarks
-For the **CodeModule** object, the **AddFromFile** method inserts the contents of the file starting on the line preceding the first[procedure](../../Glossary/vbe-glossary.md#procedure) in the[code module](../../Glossary/vbe-glossary.md#code-module). If the module doesn't contain procedures, **AddFromFile** places the contents of the file at the end of the module.
+For the **CodeModule** object, the **AddFromFile** method inserts the contents of the file starting on the line preceding the first[procedure](../../Glossary/vbe-glossary.md#procedure) in the [code module](../../Glossary/vbe-glossary.md#code-module). If the module doesn't contain procedures, **AddFromFile** places the contents of the file at the end of the module.
diff --git a/Language/Reference/User-Interface-Help/addfromguid-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/addfromguid-method-vba-add-in-object-model.md
index 0a80dab2d4a..24551484f6d 100644
--- a/Language/Reference/User-Interface-Help/addfromguid-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/addfromguid-method-vba-add-in-object-model.md
@@ -30,5 +30,5 @@ The **AddFromGuid** syntax has these parts:
## Remarks
-The **AddFromGuid** method searches the[registry](../../Glossary/vbe-glossary.md#registry) to find the reference you want to add. The GUID can be a[type library](../../Glossary/vbe-glossary.md#type-library), [control](../../Glossary/vbe-glossary.md#control), class identifier, and so on.
+The **AddFromGuid** method searches the [registry](../../Glossary/vbe-glossary.md#registry) to find the reference you want to add. The GUID can be a [type library](../../Glossary/vbe-glossary.md#type-library), [control](../../Glossary/vbe-glossary.md#control), class identifier, and so on.
diff --git a/Language/Reference/User-Interface-Help/addfromstring-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/addfromstring-method-vba-add-in-object-model.md
index f99a0905413..7fefeff9e5b 100644
--- a/Language/Reference/User-Interface-Help/addfromstring-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/addfromstring-method-vba-add-in-object-model.md
@@ -18,7 +18,7 @@ Adds text to a [module](../../Glossary/vbe-glossary.md#module).
## Syntax
_object_**.AddFromString**
-The _object_ placeholder is an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder is an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/addins-property.md b/Language/Reference/User-Interface-Help/addins-property.md
index c26f6e2f1e7..c36c2455c3e 100644
--- a/Language/Reference/User-Interface-Help/addins-property.md
+++ b/Language/Reference/User-Interface-Help/addins-property.md
@@ -20,5 +20,5 @@ Returns a collection which add-ins can use to register their automation componen
## Syntax
_object_. **AddIns**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
diff --git a/Language/Reference/User-Interface-Help/addressof-operator.md b/Language/Reference/User-Interface-Help/addressof-operator.md
index 79583dcd4b9..f0269dedb3c 100644
--- a/Language/Reference/User-Interface-Help/addressof-operator.md
+++ b/Language/Reference/User-Interface-Help/addressof-operator.md
@@ -13,18 +13,18 @@ ms.date: 06/08/2017
-A unary operator that causes the address of the [procedure](../../Glossary/vbe-glossary.md#procedure) it precedes to be passed to an API procedure that expects a function pointer at that position in the[argument](../../Glossary/vbe-glossary.md#argument) list.
+A unary operator that causes the address of the [procedure](../../Glossary/vbe-glossary.md#procedure) it precedes to be passed to an API procedure that expects a function pointer at that position in the [argument](../../Glossary/vbe-glossary.md#argument) list.
## Syntax
**AddressOf**_procedurename_
-The required _procedurename_ specifies the procedure whose address is to be passed. It must represent a procedure in a[standard module](../../Glossary/vbe-glossary.md#standard-module) module in the[project](../../Glossary/vbe-glossary.md#project) in which the call is made.
+The required _procedurename_ specifies the procedure whose address is to be passed. It must represent a procedure in a [standard module](../../Glossary/vbe-glossary.md#standard-module) module in the [project](../../Glossary/vbe-glossary.md#project) in which the call is made.
## Remarks
-When a procedure name appears in an argument list, usually the procedure is evaluated, and the address of the procedure's return value is passed. **AddressOf** permits the address of the procedure to be passed to a Windows API function in a[dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll), rather passing the procedure's return value. The API function can then use the address to call the Basic procedure, a process known as a callback. The **AddressOf** operator appears only in the call to the API procedure.
-Although you can use **AddressOf** to pass procedure pointers among Basic procedures, you can't call a function through such a pointer from within Basic. This means, for example, that a[class](../../Glossary/vbe-glossary.md#class) written in Basic can't make a callback to its controller using such a pointer. When using **AddressOf** to pass a procedure pointer among procedures within Basic, the[parameter](../../Glossary/vbe-glossary.md#parameter) of the called procedure must be typed **As Long**.
-Using **AddressOf** may cause unpredictable results if you don't completely understand the concept of function callbacks. You must understand how the Basic portion of the callback works, and also the code of the DLL into which you are passing your function address. Debugging such interactions is difficult since the program runs in the same process as the[development environment](../../Glossary/vbe-glossary.md#development-environment). In some cases, systematic debugging may not be possible.
+When a procedure name appears in an argument list, usually the procedure is evaluated, and the address of the procedure's return value is passed. **AddressOf** permits the address of the procedure to be passed to a Windows API function in a [dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll), rather passing the procedure's return value. The API function can then use the address to call the Basic procedure, a process known as a callback. The **AddressOf** operator appears only in the call to the API procedure.
+Although you can use **AddressOf** to pass procedure pointers among Basic procedures, you can't call a function through such a pointer from within Basic. This means, for example, that a [class](../../Glossary/vbe-glossary.md#class) written in Basic can't make a callback to its controller using such a pointer. When using **AddressOf** to pass a procedure pointer among procedures within Basic, the [parameter](../../Glossary/vbe-glossary.md#parameter) of the called procedure must be typed **As Long**.
+Using **AddressOf** may cause unpredictable results if you don't completely understand the concept of function callbacks. You must understand how the Basic portion of the callback works, and also the code of the DLL into which you are passing your function address. Debugging such interactions is difficult since the program runs in the same process as the [development environment](../../Glossary/vbe-glossary.md#development-environment). In some cases, systematic debugging may not be possible.
**Note** You can create your own call-back function prototypes in DLLs compiled with Microsoft Visual C++ (or similar tools). To work with **AddressOf**, your prototype must use the __stdcall calling convention. The default calling convention (__cdecl) will not work with **AddressOf**.
diff --git a/Language/Reference/User-Interface-Help/afterupdate-event.md b/Language/Reference/User-Interface-Help/afterupdate-event.md
index bbc5c79a66f..c6cb38c7d18 100644
--- a/Language/Reference/User-Interface-Help/afterupdate-event.md
+++ b/Language/Reference/User-Interface-Help/afterupdate-event.md
@@ -29,6 +29,6 @@ The **AfterUpdate** event syntax has these parts:
## Remarks
-The AfterUpdate event occurs regardless of whether the control is [bound](../../Glossary/glossary-vba.md#bound) (that is, when the **RowSource** property specifies a[data source](../../Glossary/glossary-vba.md#data-source) for the control). This event cannot be canceled. If you want to cancel the update (to restore the previous value of the control), use the BeforeUpdate event and set the _Cancel_ argument to **True**.
+The AfterUpdate event occurs regardless of whether the control is [bound](../../Glossary/glossary-vba.md#bound) (that is, when the **RowSource** property specifies a [data source](../../Glossary/glossary-vba.md#data-source) for the control). This event cannot be canceled. If you want to cancel the update (to restore the previous value of the control), use the BeforeUpdate event and set the _Cancel_ argument to **True**.
The AfterUpdate event occurs after the BeforeUpdate event and before the Exit event for the current control and before the Enter event for the next control in the [tab order](../../Glossary/vbe-glossary.md#tab-order).
diff --git a/Language/Reference/User-Interface-Help/argument-required-for-property-let-or-property-set.md b/Language/Reference/User-Interface-Help/argument-required-for-property-let-or-property-set.md
index 5d2fd79e20a..40a86eab6d3 100644
--- a/Language/Reference/User-Interface-Help/argument-required-for-property-let-or-property-set.md
+++ b/Language/Reference/User-Interface-Help/argument-required-for-property-let-or-property-set.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Argument required for Property Let or Property Set
-The purpose of **Property Let** and **Property Set** procedures is to give a new value to a[property](../../Glossary/vbe-glossary.md#property). This error has the following causes and solutions:
+The purpose of **Property Let** and **Property Set** procedures is to give a new value to a [property](../../Glossary/vbe-glossary.md#property). This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/array-function.md b/Language/Reference/User-Interface-Help/array-function.md
index 3dcf544c1b6..724530db035 100644
--- a/Language/Reference/User-Interface-Help/array-function.md
+++ b/Language/Reference/User-Interface-Help/array-function.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing an[array](../../Glossary/vbe-glossary.md#array).
+Returns a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing an [array](../../Glossary/vbe-glossary.md#array).
## Syntax
@@ -40,7 +40,7 @@ Next i
The lower bound of an array created using the **Array** function is determined by the lower bound specified with the **Option Base** statement, unless **Array** is qualified with the name of the type library (for example **VBA.Array**). If qualified with the type-library name, **Array** is unaffected by **Option Base**.
- **Note** A **Variant** that is not declared as an array can still contain an array. A **Variant** variable can contain an array of any type, except fixed-length strings and[user-defined types](../../Glossary/vbe-glossary.md#user-defined-type). Although a **Variant** containing an array is conceptually different from an array whose elements are of type **Variant**, the array elements are accessed in the same way.
+ **Note** A **Variant** that is not declared as an array can still contain an array. A **Variant** variable can contain an array of any type, except fixed-length strings and [user-defined types](../../Glossary/vbe-glossary.md#user-defined-type). Although a **Variant** containing an array is conceptually different from an array whose elements are of type **Variant**, the array elements are accessed in the same way.
## Example
diff --git a/Language/Reference/User-Interface-Help/asc-function.md b/Language/Reference/User-Interface-Help/asc-function.md
index cdf7f78e759..f81211d092f 100644
--- a/Language/Reference/User-Interface-Help/asc-function.md
+++ b/Language/Reference/User-Interface-Help/asc-function.md
@@ -13,18 +13,18 @@ ms.date: 06/08/2017
-Returns an [Integer](../../Glossary/vbe-glossary.md#integer-data-type) representing the[character code](../../Glossary/vbe-glossary.md#character-code) corresponding to the first letter in a string.
+Returns an [Integer](../../Glossary/vbe-glossary.md#integer-data-type) representing the [character code](../../Glossary/vbe-glossary.md#character-code) corresponding to the first letter in a string.
## Syntax
**Asc(**_string_**)**
-The required _string_[argument](../../Glossary/vbe-glossary.md#argument) is any valid[string expression](../../Glossary/vbe-glossary.md#string-expression). If the _string_ contains no characters, a[run-time error](../../Glossary/vbe-glossary.md#run-time-error) occurs.
+The required _string_[argument](../../Glossary/vbe-glossary.md#argument) is any valid[string expression](../../Glossary/vbe-glossary.md#string-expression). If the _string_ contains no characters, a [run-time error](../../Glossary/vbe-glossary.md#run-time-error) occurs.
## Remarks
The range for returns is 0 - 255 on non-DBCS systems, but -32768 - 32767 on [DBCS](../../Glossary/vbe-glossary.md#dbcs) systems.
- **Note** The **AscB** function is used with byte data contained in a string. Instead of returning the character code for the first character, **AscB** returns the first byte. The **AscW** function returns the[Unicode](../../Glossary/vbe-glossary.md#unicode) character code except on platforms where Unicode is not supported, in which case, the behavior is identical to the **Asc** function.
+ **Note** The **AscB** function is used with byte data contained in a string. Instead of returning the character code for the first character, **AscB** returns the first byte. The **AscW** function returns the [Unicode](../../Glossary/vbe-glossary.md#unicode) character code except on platforms where Unicode is not supported, in which case, the behavior is identical to the **Asc** function.
**Note** Visual Basic for the Macintosh does not support Unicode strings. Therefore, **AscW** ( _n_ ) cannot return all Unicode characters for n values in the range of 128 - 65,535, as it does in the Windows environment. Instead, **AscW** ( _n_ ) attempts a "best guess" for Unicode values n greater than 127. Therefore, you should not use **AscW** in the Macintosh environment.
diff --git a/Language/Reference/User-Interface-Help/assert-method.md b/Language/Reference/User-Interface-Help/assert-method.md
index a5310e03182..25d5a097b89 100644
--- a/Language/Reference/User-Interface-Help/assert-method.md
+++ b/Language/Reference/User-Interface-Help/assert-method.md
@@ -30,7 +30,7 @@ The **Assert** method syntax has the following object qualifier and argument:
## Remarks
-**Assert** invocations work only within the[development environment](../../Glossary/vbe-glossary.md#development-environment). When the [module](../../Glossary/vbe-glossary.md#module) is compiled into an executable, the method calls on the **Debug** object are omitted.
+**Assert** invocations work only within the [development environment](../../Glossary/vbe-glossary.md#development-environment). When the [module](../../Glossary/vbe-glossary.md#module) is compiled into an executable, the method calls on the **Debug** object are omitted.
All of _booleanexpression_ is always evaluated. For example, even if the first part of an **And** expression evaluates **False**, the entire expression is evaluated.
## Example
diff --git a/Language/Reference/User-Interface-Help/atn-function.md b/Language/Reference/User-Interface-Help/atn-function.md
index 0a2683f6a9d..34c6dba338d 100644
--- a/Language/Reference/User-Interface-Help/atn-function.md
+++ b/Language/Reference/User-Interface-Help/atn-function.md
@@ -18,7 +18,7 @@ Returns a **Double** specifying the arctangent of a number.
## Syntax
**Atn(**_number_**)**
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a[Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a [Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/automation-error-error-440.md b/Language/Reference/User-Interface-Help/automation-error-error-440.md
index e1548c857df..f65be74d806 100644
--- a/Language/Reference/User-Interface-Help/automation-error-error-440.md
+++ b/Language/Reference/User-Interface-Help/automation-error-error-440.md
@@ -15,7 +15,7 @@ When you access [Automation objects](../../Glossary/vbe-glossary.md#automation-o
-- An error occurred while executing a [method](../../Glossary/vbe-glossary.md#method) or getting or setting a[property](../../Glossary/vbe-glossary.md#property) of an[object variable](../../Glossary/vbe-glossary.md#object-variable). The error was reported by the application that created the object.
+- An error occurred while executing a [method](../../Glossary/vbe-glossary.md#method) or getting or setting a [property](../../Glossary/vbe-glossary.md#property) of an [object variable](../../Glossary/vbe-glossary.md#object-variable). The error was reported by the application that created the object.
Check the properties of the **Err** object to determine the source and nature of the error. Also try using the **On Error Resume Next** statement immediately before the accessing statement, and then check for errors immediately following the accessing statement.
diff --git a/Language/Reference/User-Interface-Help/automation-object-doesn-t-have-a-default-value-error-443.md b/Language/Reference/User-Interface-Help/automation-object-doesn-t-have-a-default-value-error-443.md
index d5c80e49d01..4d1aa1e2cff 100644
--- a/Language/Reference/User-Interface-Help/automation-object-doesn-t-have-a-default-value-error-443.md
+++ b/Language/Reference/User-Interface-Help/automation-object-doesn-t-have-a-default-value-error-443.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Automation object doesn't have a default value (Error 443)
-When you specify an object name without a [property](../../Glossary/vbe-glossary.md#property) or[method](../../Glossary/vbe-glossary.md#method), Visual Basic assumes you are referencing the object's default [member](../../Glossary/vbe-glossary.md#member) (property or method). However, not all objects expose a default member. This error has the following cause and solution:
+When you specify an object name without a [property](../../Glossary/vbe-glossary.md#property) or [method](../../Glossary/vbe-glossary.md#method), Visual Basic assumes you are referencing the object's default [member](../../Glossary/vbe-glossary.md#member) (property or method). However, not all objects expose a default member. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/autotab-property.md b/Language/Reference/User-Interface-Help/autotab-property.md
index 22e4ab0f2fe..df21f55a151 100644
--- a/Language/Reference/User-Interface-Help/autotab-property.md
+++ b/Language/Reference/User-Interface-Help/autotab-property.md
@@ -40,6 +40,6 @@ The settings for _Boolean_ are:
## Remarks
The **MaxLength** property specifies the maximum number of characters allowed in a **TextBox** or the text box portion of a **ComboBox**.
-You can specify the **AutoTab** property for a **TextBox** or **ComboBox** on a form for which you usually enter a set number of characters. Once a user enters the maximum number of characters, the[focus](../../Glossary/vbe-glossary.md#focus) automatically moves to the next control in the[tab order](../../Glossary/vbe-glossary.md#tab-order). For example, if a **TextBox** displays inventory stock numbers that are always five characters long, you can use **MaxLength** to specify the maximum number of characters to enter into the **TextBox** and **AutoTab** to automatically tab to the next control after the user enters five characters.
+You can specify the **AutoTab** property for a **TextBox** or **ComboBox** on a form for which you usually enter a set number of characters. Once a user enters the maximum number of characters, the [focus](../../Glossary/vbe-glossary.md#focus) automatically moves to the next control in the [tab order](../../Glossary/vbe-glossary.md#tab-order). For example, if a **TextBox** displays inventory stock numbers that are always five characters long, you can use **MaxLength** to specify the maximum number of characters to enter into the **TextBox** and **AutoTab** to automatically tab to the next control after the user enters five characters.
Support for **AutoTab** varies from one application to another. Not all[containers](../../Glossary/vbe-glossary.md#container) support this property.
diff --git a/Language/Reference/User-Interface-Help/backstyle-property-microsoft-forms.md b/Language/Reference/User-Interface-Help/backstyle-property-microsoft-forms.md
index dd9f1eea9e9..ffdd2780a77 100644
--- a/Language/Reference/User-Interface-Help/backstyle-property-microsoft-forms.md
+++ b/Language/Reference/User-Interface-Help/backstyle-property-microsoft-forms.md
@@ -37,7 +37,7 @@ The settings for _fmBackStyle_ are:
## Remarks
-The **BackStyle** property determines whether a control is[transparent](../../Glossary/glossary-vba.md#transparent). If **BackStyle** is **fmBackStyleOpaque**, the control is not transparent and you cannot see anything behind the control on a form. If **BackStyle** is **fmBackStyleTransparent**, you can see through the control and look at anything on the form located behind the control.
+The **BackStyle** property determines whether a control is [transparent](../../Glossary/glossary-vba.md#transparent). If **BackStyle** is **fmBackStyleOpaque**, the control is not transparent and you cannot see anything behind the control on a form. If **BackStyle** is **fmBackStyleTransparent**, you can see through the control and look at anything on the form located behind the control.
**Note** **BackStyle** does not affect the transparency of bitmaps. You must use a picture editor such as Paintbrush to make a bitmap transparent. Not all controls support transparent bitmaps.
diff --git a/Language/Reference/User-Interface-Help/bad-dll-calling-convention-error-49.md b/Language/Reference/User-Interface-Help/bad-dll-calling-convention-error-49.md
index 6efaff46a36..e093a6d17fd 100644
--- a/Language/Reference/User-Interface-Help/bad-dll-calling-convention-error-49.md
+++ b/Language/Reference/User-Interface-Help/bad-dll-calling-convention-error-49.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Bad DLL calling convention (Error 49)
-[Arguments](../../Glossary/vbe-glossary.md#argument) passed to a[dynamic-link library](../../Glossary/vbe-glossary.md#dynamic-link-library-dll) (DLL) or Macintosh code resource routine must exactly match those expected by the routine. Calling conventions deal with number, type, and order of arguments. This error has the following causes and solutions:
+[Arguments](../../Glossary/vbe-glossary.md#argument) passed to a [dynamic-link library](../../Glossary/vbe-glossary.md#dynamic-link-library-dll) (DLL) or Macintosh code resource routine must exactly match those expected by the routine. Calling conventions deal with number, type, and order of arguments. This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/bad-record-length-error-59.md b/Language/Reference/User-Interface-Help/bad-record-length-error-59.md
index 97d76f303e6..98b9ac87f19 100644
--- a/Language/Reference/User-Interface-Help/bad-record-length-error-59.md
+++ b/Language/Reference/User-Interface-Help/bad-record-length-error-59.md
@@ -15,7 +15,7 @@ The length of a record [variable](../../Glossary/vbe-glossary.md#variable) in a
-- The record variable's length differs from the length specified in the corresponding **Open** statement. Make sure the sum of the sizes of fixed-length[variables](../../Glossary/vbe-glossary.md#variable) in the[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) defining the record variable's type is the same as the value stated in the **Open** statement's **Len** clause. In the following example, assume `RecVar` is a variable of the appropriate type. You can use the **Len** function to specify the length, as follows:
+- The record variable's length differs from the length specified in the corresponding **Open** statement. Make sure the sum of the sizes of fixed-length[variables](../../Glossary/vbe-glossary.md#variable) in the [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) defining the record variable's type is the same as the value stated in the **Open** statement's **Len** clause. In the following example, assume `RecVar` is a variable of the appropriate type. You can use the **Len** function to specify the length, as follows:
```vb
Open MyFile As #1 Len = Len(RecVar)
diff --git a/Language/Reference/User-Interface-Help/beforeupdate-event.md b/Language/Reference/User-Interface-Help/beforeupdate-event.md
index be2685ad50c..a0a4a703bab 100644
--- a/Language/Reference/User-Interface-Help/beforeupdate-event.md
+++ b/Language/Reference/User-Interface-Help/beforeupdate-event.md
@@ -30,6 +30,6 @@ The **BeforeUpdate** event syntax has these parts:
## Remarks
-The BeforeUpdate event occurs regardless of whether the control is [bound](../../Glossary/glossary-vba.md#bound) (that is, when the **RowSource** property specifies a[data source](../../Glossary/glossary-vba.md#data-source) for the control). This event occurs before the AfterUpdate and Exit events for the control (and before the Enter event for the next control that receives[focus](../../Glossary/vbe-glossary.md#focus)).
+The BeforeUpdate event occurs regardless of whether the control is [bound](../../Glossary/glossary-vba.md#bound) (that is, when the **RowSource** property specifies a [data source](../../Glossary/glossary-vba.md#data-source) for the control). This event occurs before the AfterUpdate and Exit events for the control (and before the Enter event for the next control that receives[focus](../../Glossary/vbe-glossary.md#focus)).
If you set the _Cancel_ argument to **True**, the focus remains on the control and neither the AfterUpdate event nor the Exit event occurs.
diff --git a/Language/Reference/User-Interface-Help/bold-italic-size-strikethrough-underline-weight-properties.md b/Language/Reference/User-Interface-Help/bold-italic-size-strikethrough-underline-weight-properties.md
index 433faf3c14a..98d0cfa2fa0 100644
--- a/Language/Reference/User-Interface-Help/bold-italic-size-strikethrough-underline-weight-properties.md
+++ b/Language/Reference/User-Interface-Help/bold-italic-size-strikethrough-underline-weight-properties.md
@@ -45,7 +45,7 @@ The **Weight** property accepts values from 0 to 1000. A value of zero allows t
## Remarks
-These properties define the visual characteristics of text. The **Bold** property determines whether text is normal or bold. The **Italic** property determines whether text is normal or italic. The **Size** property determines the height, in[points](../../Glossary/vbe-glossary.md#point), of displayed text. The **Underline** property determines whether text is underlined. The **StrikeThrough** property determines whether the text appears with strikethrough marks. The **Weight** property determines the darkness of the type.
+These properties define the visual characteristics of text. The **Bold** property determines whether text is normal or bold. The **Italic** property determines whether text is normal or italic. The **Size** property determines the height, in [points](../../Glossary/vbe-glossary.md#point), of displayed text. The **Underline** property determines whether text is underlined. The **StrikeThrough** property determines whether the text appears with strikethrough marks. The **Weight** property determines the darkness of the type.
The font's appearance on screen and in print may differ, depending on your computer and printer. If you select a font that your system can't display with the specified attribute or that isn't installed, the operating system substitutes a similar font. The substitute font will be as similar as possible to the font originally requested.
Changing the value of **Bold** also changes the value of **Weight**. Setting **Bold** to **True** sets **Weight** to 700; setting **Bold** to **False** sets **Weight** to 400. Conversely, setting **Weight** to anything over 550 sets **Bold** to **True**; setting **Weight** to 550 or less sets **Bold** to **False**.
The default point size is determined by the operating system.
diff --git a/Language/Reference/User-Interface-Help/boundcolumn-property.md b/Language/Reference/User-Interface-Help/boundcolumn-property.md
index db4e45486c0..d330748b223 100644
--- a/Language/Reference/User-Interface-Help/boundcolumn-property.md
+++ b/Language/Reference/User-Interface-Help/boundcolumn-property.md
@@ -41,7 +41,7 @@ The settings for _Variant_ are:
When the user chooses a row in a multicolumn **ListBox** or **ComboBox**, the **BoundColumn** property identifies which item from that row to store as the value of the control. For example, if each row contains 8 items and **BoundColumn** is 3, the system stores the information in the third column of the currently-selected row as the value of the object.
You can display one set of data to users but store different, associated values for the object by using the **BoundColumn** and the **TextColumn** properties. **TextColumn** identifies the column of data displayed in text box portion of a **ComboBox** and the value stored in the **Text** property; **BoundColumn** identifies the column of associated data values stored for the control. For example, you could set up a multicolumn **ListBox** that contains the names of holidays in one column and dates for the holidays in a second column. To present the holiday names to users, specify the first column as the **TextColumn**. To store the dates of the holidays, specify the second column as the **BoundColumn**. To hide the dates of the holidays, set the **ColumnWidths** property of the sceond column to zero.
-If the control is [bound](../../Glossary/glossary-vba.md#bound) to a[data source](../../Glossary/glossary-vba.md#data-source), the value in the column specified by **BoundColumn** is stored in the data source named in the **ControlSource** property.
+If the control is [bound](../../Glossary/glossary-vba.md#bound) to a [data source](../../Glossary/glossary-vba.md#data-source), the value in the column specified by **BoundColumn** is stored in the data source named in the **ControlSource** property.
The **ListIndex** value retrieves the number of the selected row. For example, if you want to know the row of the selected item, set **BoundColumn** to 0 to assign the number of the selected row as the value of the control. Be sure to retrieve a current value, rather than relying on a previously saved value, if you are referencing a list whose contents might change.
The **Column**, **List**, and **ListIndex** properties all use zero-based numbering. That is, the value of the first item (column or row) is zero; the value of the second item is one, and so on. This means that if **BoundColumn** is set to 3, you could access the value stored in that column using the expression Column(2).
diff --git a/Language/Reference/User-Interface-Help/buildfilename-property.md b/Language/Reference/User-Interface-Help/buildfilename-property.md
index 3bf9c20b808..89a53f8716a 100644
--- a/Language/Reference/User-Interface-Help/buildfilename-property.md
+++ b/Language/Reference/User-Interface-Help/buildfilename-property.md
@@ -20,5 +20,5 @@ Sets or returns the DLL name that will be used when the project is built.
## Syntax
_object_**.BuildFileName**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
diff --git a/Language/Reference/User-Interface-Help/call-statement.md b/Language/Reference/User-Interface-Help/call-statement.md
index 35c8c30eb84..ca7c01af276 100644
--- a/Language/Reference/User-Interface-Help/call-statement.md
+++ b/Language/Reference/User-Interface-Help/call-statement.md
@@ -24,7 +24,7 @@ The **Call** statement syntax has these parts:
|:-----|:-----|
|**Call**|Optional; [keyword](../../Glossary/vbe-glossary.md#keyword). If specified, you must enclose _argumentlist_ in parentheses. For example:```Call MyProc(0)```
|
| _name_|Required. Name of the procedure to call.|
-| _argumentlist_|Optional. Comma-delimited list of [variables](../../Glossary/vbe-glossary.md#variable), [arrays](../../Glossary/vbe-glossary.md#array), or [expressions](../../Glossary/vbe-glossary.md#expression) to pass to the procedure. Components of _argumentlist_ may include the keywords **ByVal** or **ByRef** to describe how the[arguments](../../Glossary/vbe-glossary.md#argument) are treated by the called procedure. However, **ByVal** and **ByRef** can be used with **Call** only when calling a DLL procedure. On the Macintosh, **ByVal** and **ByRef** can be used with **Call** when making a call to a Macintosh code resource.|
+| _argumentlist_|Optional. Comma-delimited list of [variables](../../Glossary/vbe-glossary.md#variable), [arrays](../../Glossary/vbe-glossary.md#array), or [expressions](../../Glossary/vbe-glossary.md#expression) to pass to the procedure. Components of _argumentlist_ may include the keywords **ByVal** or **ByRef** to describe how the [arguments](../../Glossary/vbe-glossary.md#argument) are treated by the called procedure. However, **ByVal** and **ByRef** can be used with **Call** only when calling a DLL procedure. On the Macintosh, **ByVal** and **ByRef** can be used with **Call** when making a call to a Macintosh code resource.|
## Remarks
diff --git a/Language/Reference/User-Interface-Help/callbyname-function.md b/Language/Reference/User-Interface-Help/callbyname-function.md
index 3911b09a835..5a53c980e27 100644
--- a/Language/Reference/User-Interface-Help/callbyname-function.md
+++ b/Language/Reference/User-Interface-Help/callbyname-function.md
@@ -17,7 +17,7 @@ Executes a method of an object, or sets or returns a property of an [object](../
## Syntax
-**CallByName( _object_**_, procname, calltype,[args()]_**)**
+**CallByName( _object_**_, procname, calltype, [args()]_**)**
The **CallByName** function syntax has these[named arguments](../../Glossary/vbe-glossary.md#named-argument):
diff --git a/Language/Reference/User-Interface-Help/can-t-add-a-reference-to-the-specified-file.md b/Language/Reference/User-Interface-Help/can-t-add-a-reference-to-the-specified-file.md
index 4f9fdefa214..90329aa0c6c 100644
--- a/Language/Reference/User-Interface-Help/can-t-add-a-reference-to-the-specified-file.md
+++ b/Language/Reference/User-Interface-Help/can-t-add-a-reference-to-the-specified-file.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Can't add a reference to the specified file
-Not all [object libraries](../../Glossary/vbe-glossary.md#object-library) or[type libraries](../../Glossary/vbe-glossary.md#type-library) can be accessed by Visual Basic. This error has the following cause and solution:
+Not all [object libraries](../../Glossary/vbe-glossary.md#object-library) or [type libraries](../../Glossary/vbe-glossary.md#type-library) can be accessed by Visual Basic. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/can-t-call-friend-procedure-on-an-object-that-isn-t-an-instance-of-the-defining.md b/Language/Reference/User-Interface-Help/can-t-call-friend-procedure-on-an-object-that-isn-t-an-instance-of-the-defining.md
index 569643cc425..b4986314e56 100644
--- a/Language/Reference/User-Interface-Help/can-t-call-friend-procedure-on-an-object-that-isn-t-an-instance-of-the-defining.md
+++ b/Language/Reference/User-Interface-Help/can-t-call-friend-procedure-on-an-object-that-isn-t-an-instance-of-the-defining.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Can't call Friend procedure on an object that isn't an instance of the defining class (Error 97)
-A **Friend** procedure is callable from a[module](../../Glossary/vbe-glossary.md#module) that is outside the[class](../../Glossary/vbe-glossary.md#class), but part of the [project](../../Glossary/vbe-glossary.md#project) within which the class is defined. This error has the following causes and solutions:
+A **Friend** procedure is callable from a [module](../../Glossary/vbe-glossary.md#module) that is outside the [class](../../Glossary/vbe-glossary.md#class), but part of the [project](../../Glossary/vbe-glossary.md#project) within which the class is defined. This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/can-t-change-data-types-of-array-elements.md b/Language/Reference/User-Interface-Help/can-t-change-data-types-of-array-elements.md
index d308eabc4b4..b5718d0bf82 100644
--- a/Language/Reference/User-Interface-Help/can-t-change-data-types-of-array-elements.md
+++ b/Language/Reference/User-Interface-Help/can-t-change-data-types-of-array-elements.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Can't change data types of array elements
-**ReDim** can only be used to change the number of elements in an[array](../../Glossary/vbe-glossary.md#array). This error has the following cause and solution:
+**ReDim** can only be used to change the number of elements in an [array](../../Glossary/vbe-glossary.md#array). This error has the following cause and solution:
- You tried to redeclare the [data type](../../Glossary/vbe-glossary.md#data-type) of an array using **ReDim**.
diff --git a/Language/Reference/User-Interface-Help/can-t-enter-break-mode-at-this-time.md b/Language/Reference/User-Interface-Help/can-t-enter-break-mode-at-this-time.md
index 470a3a289f7..2213b82e638 100644
--- a/Language/Reference/User-Interface-Help/can-t-enter-break-mode-at-this-time.md
+++ b/Language/Reference/User-Interface-Help/can-t-enter-break-mode-at-this-time.md
@@ -15,7 +15,7 @@ ms.date: 06/08/2017
-- You tried to enter break mode, for example, by pressing CTRL+BREAK, pressing the **Break** button on the **Standard** toolbar or the **Debug** toolbar, or by executing a[breakpoint](../../Glossary/vbe-glossary.md#breakpoint) in the running code.
+- You tried to enter break mode, for example, by pressing CTRL+BREAK, pressing the **Break** button on the **Standard** toolbar or the **Debug** toolbar, or by executing a [breakpoint](../../Glossary/vbe-glossary.md#breakpoint) in the running code.
A change was made programmatically to the [project](../../Glossary/vbe-glossary.md#project) using the extensibility (add-in) object model. This prevents the program from having execution suspended. You can continue running, or end execution, but can't suspend execution.
diff --git a/Language/Reference/User-Interface-Help/can-t-execute-code-in-break-mode.md b/Language/Reference/User-Interface-Help/can-t-execute-code-in-break-mode.md
index 4d953e2d9c3..9e7bcad4ba3 100644
--- a/Language/Reference/User-Interface-Help/can-t-execute-code-in-break-mode.md
+++ b/Language/Reference/User-Interface-Help/can-t-execute-code-in-break-mode.md
@@ -15,7 +15,7 @@ You enter [break mode](../../Glossary/vbe-glossary.md#break-mode) when you suspe
-- You tried to run code from the **Macro** dialog box. However, Visual Basic was already running code, although the code was suspended in break mode. You may have entered break mode without knowing it, for example, if a[syntax error](../../Glossary/vbe-glossary.md#syntax-error) or[run-time error](../../Glossary/vbe-glossary.md#run-time-error) occurred. Continue running the suspended code, or terminate its execution before you run code from the **Macro** dialog box. You can fix the error and choose **Continue**, or you can return to the **Macro** dialog box and restart the macro.
+- You tried to run code from the **Macro** dialog box. However, Visual Basic was already running code, although the code was suspended in break mode. You may have entered break mode without knowing it, for example, if a [syntax error](../../Glossary/vbe-glossary.md#syntax-error) or [run-time error](../../Glossary/vbe-glossary.md#run-time-error) occurred. Continue running the suspended code, or terminate its execution before you run code from the **Macro** dialog box. You can fix the error and choose **Continue**, or you can return to the **Macro** dialog box and restart the macro.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/can-t-find-project-or-library.md b/Language/Reference/User-Interface-Help/can-t-find-project-or-library.md
index df6470b1e63..70a58558594 100644
--- a/Language/Reference/User-Interface-Help/can-t-find-project-or-library.md
+++ b/Language/Reference/User-Interface-Help/can-t-find-project-or-library.md
@@ -15,7 +15,7 @@ You can't run your code until all missing references are resolved. This error ha
-- A [referenced project](../../Glossary/vbe-glossary.md#referenced-project) could not be found, or a referenced[object library](../../Glossary/vbe-glossary.md#object-library) corresponding to the language of the[project](../../Glossary/vbe-glossary.md#project) could not be found.
+- A [referenced project](../../Glossary/vbe-glossary.md#referenced-project) could not be found, or a referenced[object library](../../Glossary/vbe-glossary.md#object-library) corresponding to the language of the [project](../../Glossary/vbe-glossary.md#project) could not be found.
Unresolved references are prefixed with MISSING in the **References** dialog box. Select the missing reference to display the path and language of the missing project or library. Follow these steps to resolve the reference or references:
diff --git a/Language/Reference/User-Interface-Help/can-t-get-or-put-user-defined-type-containing-object-reference.md b/Language/Reference/User-Interface-Help/can-t-get-or-put-user-defined-type-containing-object-reference.md
index 36e0a9d777b..55036d26de2 100644
--- a/Language/Reference/User-Interface-Help/can-t-get-or-put-user-defined-type-containing-object-reference.md
+++ b/Language/Reference/User-Interface-Help/can-t-get-or-put-user-defined-type-containing-object-reference.md
@@ -21,7 +21,7 @@ An object reference is temporary and can easily become invalid between closing a
- The [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) variable in your **Get** or **Put** statement contains an element that is an object reference.
- If the variable's **Type** statement contains an element representing an object (for example, it is defined in a[class module](../../Glossary/vbe-glossary.md#class-module), has [Object data type](../../Glossary/vbe-glossary.md#object-data-type), is a form or a control, and so on), remove it from the definition, or define a new type for use with the **Get** and **Put** statements that has no **Object** type element in its definition.
+ If the variable's **Type** statement contains an element representing an object (for example, it is defined in a [class module](../../Glossary/vbe-glossary.md#class-module), has [Object data type](../../Glossary/vbe-glossary.md#object-data-type), is a form or a control, and so on), remove it from the definition, or define a new type for use with the **Get** and **Put** statements that has no **Object** type element in its definition.
If you have elements in the user-defined type with **Variant** type, make sure no object reference is assigned to that element. A **Variant** can accept such an assignment, but will cause this error if its user-defined type is used in a **Get** or **Put**.
diff --git a/Language/Reference/User-Interface-Help/can-t-perform-requested-operation-error-17.md b/Language/Reference/User-Interface-Help/can-t-perform-requested-operation-error-17.md
index d066fb5e8f3..7c812bb55ab 100644
--- a/Language/Reference/User-Interface-Help/can-t-perform-requested-operation-error-17.md
+++ b/Language/Reference/User-Interface-Help/can-t-perform-requested-operation-error-17.md
@@ -15,7 +15,7 @@ An operation can't be carried out if it would invalidate the current state of th
-- The requested operation would invalidate the current state of the project. For example, the error occurs if you use the **References** dialog box to add a reference to a new project or[object library](../../Glossary/vbe-glossary.md#object-library) while a program is in[break mode](../../Glossary/vbe-glossary.md#break-mode).
+- The requested operation would invalidate the current state of the project. For example, the error occurs if you use the **References** dialog box to add a reference to a new project or [object library](../../Glossary/vbe-glossary.md#object-library) while a program is in [break mode](../../Glossary/vbe-glossary.md#break-mode).
Stop execution of the current code, and then retry the operation.
diff --git a/Language/Reference/User-Interface-Help/can-t-remove-default-reference.md b/Language/Reference/User-Interface-Help/can-t-remove-default-reference.md
index 7bf6e670aac..6dd409471e5 100644
--- a/Language/Reference/User-Interface-Help/can-t-remove-default-reference.md
+++ b/Language/Reference/User-Interface-Help/can-t-remove-default-reference.md
@@ -15,7 +15,7 @@ A default reference always exists. This error has the following cause and soluti
-- You tried to remove a reference that must always be available, for example, a [type-library](../../Glossary/vbe-glossary.md#type-library) or[object-library](../../Glossary/vbe-glossary.md#object-library) reference.
+- You tried to remove a reference that must always be available, for example, a [type-library](../../Glossary/vbe-glossary.md#type-library) or [object-library](../../Glossary/vbe-glossary.md#object-library) reference.
Don't attempt to remove the reference.
diff --git a/Language/Reference/User-Interface-Help/cancel-property-microsoft-forms.md b/Language/Reference/User-Interface-Help/cancel-property-microsoft-forms.md
index 2476f5be408..eb64af0bf7f 100644
--- a/Language/Reference/User-Interface-Help/cancel-property-microsoft-forms.md
+++ b/Language/Reference/User-Interface-Help/cancel-property-microsoft-forms.md
@@ -33,7 +33,7 @@ The settings for _Boolean_ are:
## Remarks
A **CommandButton** or an object that acts like a command button can be designated as the default command button. For[OLE container controls](../../Glossary/glossary-vba.md#ole-container-control) (Windows only), the **Cancel** property is provided only for those objects that specifically behave as command buttons.
-Only one **CommandButton** on a form can be the Cancel button. Setting **Cancel** to **True** for one command button automatically sets it to **False** for all other objects on the form. When a **CommandButton's Cancel** property is set to **True** and the form is the active form, the user can choose the command button by clicking it, pressing ESC, or pressing ENTER when the button has the[focus](../../Glossary/vbe-glossary.md#focus).
+Only one **CommandButton** on a form can be the Cancel button. Setting **Cancel** to **True** for one command button automatically sets it to **False** for all other objects on the form. When a **CommandButton's Cancel** property is set to **True** and the form is the active form, the user can choose the command button by clicking it, pressing ESC, or pressing ENTER when the button has the [focus](../../Glossary/vbe-glossary.md#focus).
A typical use of **Cancel** is to give the user the option of canceling uncommitted changes and returning the form to its previous state.
You should consider making the Cancel button the default button for forms that support operations that can't be undone (such as delete). To do this, set both **Cancel** and the **Default** property to **True**.
diff --git a/Language/Reference/User-Interface-Help/cannot-define-a-kwid_tkpublic-user-defined-type-within-a-private-object-module.md b/Language/Reference/User-Interface-Help/cannot-define-a-kwid_tkpublic-user-defined-type-within-a-private-object-module.md
index 41ba9ae0ff7..e2d48709fce 100644
--- a/Language/Reference/User-Interface-Help/cannot-define-a-kwid_tkpublic-user-defined-type-within-a-private-object-module.md
+++ b/Language/Reference/User-Interface-Help/cannot-define-a-kwid_tkpublic-user-defined-type-within-a-private-object-module.md
@@ -11,11 +11,11 @@ ms.date: 06/08/2017
# Cannot define a KWID_tkPUBLIC user-defined type within a private object module
-A [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) that appears within an[object module](../../Glossary/vbe-glossary.md#object-module) can't be **Public**. This error has the following cause and solution:
+A [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) that appears within an [object module](../../Glossary/vbe-glossary.md#object-module) can't be **Public**. This error has the following cause and solution:
-- You tried to define a **Public** user-defined type in an object module. Move the user-defined type definition to a[standard module](../../Glossary/vbe-glossary.md#standard-module), and then declare [variables](../../Glossary/vbe-glossary.md#variable) of the type in the object module or other[modules](../../Glossary/vbe-glossary.md#module), as appropriate. If you only want the type to be available in the module in which it appears, you can place its **Type...End Type** definition in the object module and precede its definition with the **Private**[keyword](../../Glossary/vbe-glossary.md#keyword).
+- You tried to define a **Public** user-defined type in an object module. Move the user-defined type definition to a [standard module](../../Glossary/vbe-glossary.md#standard-module), and then declare [variables](../../Glossary/vbe-glossary.md#variable) of the type in the object module or other[modules](../../Glossary/vbe-glossary.md#module), as appropriate. If you only want the type to be available in the module in which it appears, you can place its **Type...End Type** definition in the object module and precede its definition with the **Private**[keyword](../../Glossary/vbe-glossary.md#keyword).
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/carrot-operator.md b/Language/Reference/User-Interface-Help/carrot-operator.md
index 48d88c99d74..1c726094e28 100644
--- a/Language/Reference/User-Interface-Help/carrot-operator.md
+++ b/Language/Reference/User-Interface-Help/carrot-operator.md
@@ -30,7 +30,7 @@ The **^** operator syntax has these parts:
## Remarks
A _number_ can be negative only if _exponent_ is an integer value. When more than one exponentiation is performed in a single[expression](../../Glossary/vbe-glossary.md#expression), the **^** operator is evaluated as it is encountered from left to right.
-Usually, the [data type](../../Glossary/vbe-glossary.md#data-type) of _result_ is a[Double](../../Glossary/vbe-glossary.md#double-data-type) or a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a **Double**. However, if either _number_ or _exponent_ is a[Null](../../Glossary/vbe-glossary.md#null) expression, _result_ is **Null**.
+Usually, the [data type](../../Glossary/vbe-glossary.md#data-type) of _result_ is a [Double](../../Glossary/vbe-glossary.md#double-data-type) or a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a **Double**. However, if either _number_ or _exponent_ is a [Null](../../Glossary/vbe-glossary.md#null) expression, _result_ is **Null**.
## Example
diff --git a/Language/Reference/User-Interface-Help/chdrive-statement.md b/Language/Reference/User-Interface-Help/chdrive-statement.md
index 6941416c5d3..9c3f1ca9694 100644
--- a/Language/Reference/User-Interface-Help/chdrive-statement.md
+++ b/Language/Reference/User-Interface-Help/chdrive-statement.md
@@ -17,7 +17,7 @@ Changes the current drive.
**ChDrive**_drive_
-The required _drive_[argument](../../Glossary/vbe-glossary.md#argument) is a[string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies an existing drive. If you supply a zero-length string (""), the current drive doesn't change. If the _drive_ argument is a multiple-character string, **ChDrive** uses only the first letter.
+The required _drive_[argument](../../Glossary/vbe-glossary.md#argument) is a [string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies an existing drive. If you supply a zero-length string (""), the current drive doesn't change. If the _drive_ argument is a multiple-character string, **ChDrive** uses only the first letter.
On the Macintosh, **ChDrive** changes the current folder to the root folder of the specified drive.
## Example
diff --git a/Language/Reference/User-Interface-Help/checkbox-control.md b/Language/Reference/User-Interface-Help/checkbox-control.md
index a8d0df8be32..a338c95342d 100644
--- a/Language/Reference/User-Interface-Help/checkbox-control.md
+++ b/Language/Reference/User-Interface-Help/checkbox-control.md
@@ -17,8 +17,8 @@ Displays the selection state of an item.
## Remarks
-Use a **CheckBox** to give the user a choice between two values such as _Yes_ / _No_, _True_ / _False_, or _On_ / _Off_. When the user selects a **CheckBox**, it displays a special mark (such as an X) and its current setting is _Yes_, _True_, or _On_; if the user does not select the **CheckBox**, it is empty and its setting is _No_, _False_, or _Off_. Depending on the value of the **TripleState** property, a **CheckBox** can also have a[null](../../Glossary/vbe-glossary.md#null) value.
-If a **CheckBox** is[bound](../../Glossary/glossary-vba.md#bound) to a[data source](../../Glossary/glossary-vba.md#data-source), changing the setting changes the value of that source. A disabled **CheckBox** shows the current value, but is dimmed and does not allow changes to the value from the user interface.
+Use a **CheckBox** to give the user a choice between two values such as _Yes_ / _No_, _True_ / _False_, or _On_ / _Off_. When the user selects a **CheckBox**, it displays a special mark (such as an X) and its current setting is _Yes_, _True_, or _On_; if the user does not select the **CheckBox**, it is empty and its setting is _No_, _False_, or _Off_. Depending on the value of the **TripleState** property, a **CheckBox** can also have a [null](../../Glossary/vbe-glossary.md#null) value.
+If a **CheckBox** is [bound](../../Glossary/glossary-vba.md#bound) to a [data source](../../Glossary/glossary-vba.md#data-source), changing the setting changes the value of that source. A disabled **CheckBox** shows the current value, but is dimmed and does not allow changes to the value from the user interface.
You can also use check boxes inside a group box to select one or more of a group of related items. For example, you can create an order form that contains a list of available items, with a **CheckBox** preceding each item. The user can select a particular item or items by checking the corresponding **CheckBox**.
The default property of a **CheckBox** is the **Value** property.
The default event of a **CheckBox** is the Click event.
diff --git a/Language/Reference/User-Interface-Help/class-is-not-set-error-31018.md b/Language/Reference/User-Interface-Help/class-is-not-set-error-31018.md
index 74583eb1fda..6f6fb5b9cc6 100644
--- a/Language/Reference/User-Interface-Help/class-is-not-set-error-31018.md
+++ b/Language/Reference/User-Interface-Help/class-is-not-set-error-31018.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Class is not set (Error 31018)
-If you don't specify a source document (**SourceDoc** property) when setting **Action** = 0 (**CreateEmbed** method), the **Class** property must be set to the name of a[class](../../Glossary/vbe-glossary.md#class) available on your system.
+If you don't specify a source document (**SourceDoc** property) when setting **Action** = 0 (**CreateEmbed** method), the **Class** property must be set to the name of a [class](../../Glossary/vbe-glossary.md#class) available on your system.
To display a list of the available class names at [design time](../../Glossary/vbe-glossary.md#design-time), right-click the **OLE** container control and choose the **Insert Object** command.
diff --git a/Language/Reference/User-Interface-Help/clear-all-breakpoints-command-debug-menu.md b/Language/Reference/User-Interface-Help/clear-all-breakpoints-command-debug-menu.md
index fd1678e0919..481cde291a5 100644
--- a/Language/Reference/User-Interface-Help/clear-all-breakpoints-command-debug-menu.md
+++ b/Language/Reference/User-Interface-Help/clear-all-breakpoints-command-debug-menu.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Clear All Breakpoints Command (Debug Menu)
-Removes all [breakpoints](../../Glossary/vbe-glossary.md#breakpoint) in your project. Your application may still interrupt execution, however, if you have set a[watch expression](../../Glossary/vbe-glossary.md#watch-expression) or selected the **Break** **on** **All** **Errors** option in the **General** tab of the **Options** dialog box. You cannot undo the **Clear** **All** **Breakpoints** command.
+Removes all [breakpoints](../../Glossary/vbe-glossary.md#breakpoint) in your project. Your application may still interrupt execution, however, if you have set a [watch expression](../../Glossary/vbe-glossary.md#watch-expression) or selected the **Break** **on** **All** **Errors** option in the **General** tab of the **Options** dialog box. You cannot undo the **Clear** **All** **Breakpoints** command.
Toolbar shortcut:
. Keyboard shortcut: CTRL+SHIFT+F9.
diff --git a/Language/Reference/User-Interface-Help/clear-method-microsoft-forms.md b/Language/Reference/User-Interface-Help/clear-method-microsoft-forms.md
index 06d16bf1df8..e28527085dc 100644
--- a/Language/Reference/User-Interface-Help/clear-method-microsoft-forms.md
+++ b/Language/Reference/User-Interface-Help/clear-method-microsoft-forms.md
@@ -29,6 +29,6 @@ The **Clear** method syntax has these parts:
For a **MultiPage** or **TabStrip**, the **Clear** method deletes individual pages or tabs.
For a **ListBox** or **ComboBox**, **Clear** removes all entries in the list.
-For a **Controls** collection, **Clear** deletes controls that were created at[run time](../../Glossary/vbe-glossary.md#run-time) with the **Add** method. Using **Clear** on controls created at[design time](../../Glossary/vbe-glossary.md#design-time) causes an error.
+For a **Controls** collection, **Clear** deletes controls that were created at [run time](../../Glossary/vbe-glossary.md#run-time) with the **Add** method. Using **Clear** on controls created at [design time](../../Glossary/vbe-glossary.md#design-time) causes an error.
If the control is bound to data, the **Clear** method fails.
diff --git a/Language/Reference/User-Interface-Help/clearand-delete-commands-edit-menu.md b/Language/Reference/User-Interface-Help/clearand-delete-commands-edit-menu.md
index 006d2b3270d..35f9c4a8132 100644
--- a/Language/Reference/User-Interface-Help/clearand-delete-commands-edit-menu.md
+++ b/Language/Reference/User-Interface-Help/clearand-delete-commands-edit-menu.md
@@ -17,7 +17,7 @@ Deletes text only when a module is active.
**Delete**
-At other times, changes to the **Delete** command that deletes the currently selected control, text, or[watch expression](../../Glossary/vbe-glossary.md#watch-expression). You can undo the **Delete** command in the **Code** window or in the form if you deleted the control from the form.
+At other times, changes to the **Delete** command that deletes the currently selected control, text, or [watch expression](../../Glossary/vbe-glossary.md#watch-expression). You can undo the **Delete** command in the **Code** window or in the form if you deleted the control from the form.
Toolbar shortcut:
. Keyboard shortcut: DELETE.
Not available at [run time](../../Glossary/vbe-glossary.md#run-time).
diff --git a/Language/Reference/User-Interface-Help/click-event-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/click-event-vba-add-in-object-model.md
index def6db792f5..8d828cfd8b3 100644
--- a/Language/Reference/User-Interface-Help/click-event-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/click-event-vba-add-in-object-model.md
@@ -29,5 +29,5 @@ The Click event syntax has these [named arguments](../../Glossary/vbe-glossary.m
## Remarks
-The Click event is specific to the **CommandBarEvents** object. Use a[variable](../../Glossary/vbe-glossary.md#variable) declared using the **WithEvents** keyword to receive the Click event for a **CommandBar** control. This variable should be set to the return value of the **CommandBarEvents** property of the **Events** object. The **CommandBarEvents** property takes the **CommandBar** control as an[argument](../../Glossary/vbe-glossary.md#argument). When the **CommandBar** control is clicked (for the variable you declared using the **WithEvents** keyword), the code is executed.
+The Click event is specific to the **CommandBarEvents** object. Use a [variable](../../Glossary/vbe-glossary.md#variable) declared using the **WithEvents** keyword to receive the Click event for a **CommandBar** control. This variable should be set to the return value of the **CommandBarEvents** property of the **Events** object. The **CommandBarEvents** property takes the **CommandBar** control as an [argument](../../Glossary/vbe-glossary.md#argument). When the **CommandBar** control is clicked (for the variable you declared using the **WithEvents** keyword), the code is executed.
diff --git a/Language/Reference/User-Interface-Help/click-event.md b/Language/Reference/User-Interface-Help/click-event.md
index b116d442135..39398e208ad 100644
--- a/Language/Reference/User-Interface-Help/click-event.md
+++ b/Language/Reference/User-Interface-Help/click-event.md
@@ -42,7 +42,7 @@ The following are examples of actions that initiate the Click event:
- Clicking a blank area of a form or a disabled control (other than a list box) on the form.
-- Clicking a **CommandButton**. If the command button doesn't already have the[focus](../../Glossary/vbe-glossary.md#focus), the Enter event occurs before the Click event.
+- Clicking a **CommandButton**. If the command button doesn't already have the [focus](../../Glossary/vbe-glossary.md#focus), the Enter event occurs before the Click event.
- Pressing the SPACEBAR when a **CommandButton** has the focus.
diff --git a/Language/Reference/User-Interface-Help/close-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/close-method-vba-add-in-object-model.md
index a145c31018c..a18058bd185 100644
--- a/Language/Reference/User-Interface-Help/close-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/close-method-vba-add-in-object-model.md
@@ -18,7 +18,7 @@ Closes and destroys a window.
## Syntax
_object_**.Close**
-The _object_ placeholder is an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder is an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/code-window.md b/Language/Reference/User-Interface-Help/code-window.md
index 3fcc4d0f48e..9df6e0b7ef1 100644
--- a/Language/Reference/User-Interface-Help/code-window.md
+++ b/Language/Reference/User-Interface-Help/code-window.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Use the **Code** window to write, display, and edit Visual Basic code. You can open as many **Code** windows as you have modules, so you can easily view the code in different forms or[modules](../../Glossary/vbe-glossary.md#module), and copy and paste between them.
+Use the **Code** window to write, display, and edit Visual Basic code. You can open as many **Code** windows as you have modules, so you can easily view the code in different forms or [modules](../../Glossary/vbe-glossary.md#module), and copy and paste between them.
You can open a **Code** window from:
@@ -21,7 +21,7 @@ You can open a **Code** window from:
- The **Project** window, by selecting a form or module, and choosing the **View** **Code** button.
-- A **UserForm** window, by double-clicking a[control](../../Glossary/vbe-glossary.md#control) or form, choosing **Code** from the **View** menu, or pressing F7.
+- A **UserForm** window, by double-clicking a [control](../../Glossary/vbe-glossary.md#control) or form, choosing **Code** from the **View** menu, or pressing F7.
You can drag selected text to:
diff --git a/Language/Reference/User-Interface-Help/codemodule-object-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/codemodule-object-vba-add-in-object-model.md
index ee79eec6812..83e4ebcb1c5 100644
--- a/Language/Reference/User-Interface-Help/codemodule-object-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/codemodule-object-vba-add-in-object-model.md
@@ -19,6 +19,6 @@ Represents the code behind a component, such as a [form](../../Glossary/vbe-glos
You use the **CodeModule** object to modify (add, delete, or edit) the code associated with a component.
Each component is associated with one **CodeModule** object. However, a **CodeModule** object can be associated with multiple[code panes](../../Glossary/vbe-glossary.md#code-pane).
-The methods associated with the **CodeModule** object enable you to manipulate and return information about the code text on a line-by-line basis. For example, you can use the **AddFromString** method to add text to the[module](../../Glossary/vbe-glossary.md#module). **AddFromString** places the text just above the first[procedure](../../Glossary/vbe-glossary.md#procedure) in the module or places the text at the end of the module if there are no procedures.
-Use the **Parent** property to return the **VBComponent** object associated with a[code module](../../Glossary/vbe-glossary.md#code-module).
+The methods associated with the **CodeModule** object enable you to manipulate and return information about the code text on a line-by-line basis. For example, you can use the **AddFromString** method to add text to the [module](../../Glossary/vbe-glossary.md#module). **AddFromString** places the text just above the first[procedure](../../Glossary/vbe-glossary.md#procedure) in the module or places the text at the end of the module if there are no procedures.
+Use the **Parent** property to return the **VBComponent** object associated with a [code module](../../Glossary/vbe-glossary.md#code-module).
diff --git a/Language/Reference/User-Interface-Help/codemodule-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/codemodule-property-vba-add-in-object-model.md
index 0ce39d98775..424a5c514d1 100644
--- a/Language/Reference/User-Interface-Help/codemodule-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/codemodule-property-vba-add-in-object-model.md
@@ -17,7 +17,7 @@ Returns an object representing the code behind the component. Read-only.
## Remarks
-The **CodeModule** property returns **Nothing** if the component doesn't have a[code module](../../Glossary/vbe-glossary.md#code-module) associated with it.
+The **CodeModule** property returns **Nothing** if the component doesn't have a [code module](../../Glossary/vbe-glossary.md#code-module) associated with it.
**Note** The **CodePane** object represents a visible code window. A given component can have several **CodePane** objects. The **CodeModule** object represents the code within a component. A component can only have one **CodeModule** object.
diff --git a/Language/Reference/User-Interface-Help/codepane-property.md b/Language/Reference/User-Interface-Help/codepane-property.md
index ee0ac823a76..d5c8a5335b4 100644
--- a/Language/Reference/User-Interface-Help/codepane-property.md
+++ b/Language/Reference/User-Interface-Help/codepane-property.md
@@ -19,5 +19,5 @@ Returns a **CodePane** object. Read-only.
## Remarks
-If a [code pane](../../Glossary/vbe-glossary.md#code-pane) exists, it becomes the active code pane, and the window that contains it becomes the active window. If a code pane doesn't exist for the[module](../../Glossary/vbe-glossary.md#module), the **CodePane** property creates one.
+If a [code pane](../../Glossary/vbe-glossary.md#code-pane) exists, it becomes the active code pane, and the window that contains it becomes the active window. If a code pane doesn't exist for the [module](../../Glossary/vbe-glossary.md#module), the **CodePane** property creates one.
diff --git a/Language/Reference/User-Interface-Help/codepanes-collection-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/codepanes-collection-vba-add-in-object-model.md
index f47093aeaab..dbf0aaef555 100644
--- a/Language/Reference/User-Interface-Help/codepanes-collection-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/codepanes-collection-vba-add-in-object-model.md
@@ -17,6 +17,6 @@ Contains the active [code panes](../../Glossary/vbe-glossary.md#code-pane) in th
## Remarks
-Use the **CodePanes** collection to access the open code panes in a[project](../../Glossary/vbe-glossary.md#project).
-You can use the **Count** property to return the number of active code panes in a[collection](../../Glossary/vbe-glossary.md#collection).
+Use the **CodePanes** collection to access the open code panes in a [project](../../Glossary/vbe-glossary.md#project).
+You can use the **Count** property to return the number of active code panes in a [collection](../../Glossary/vbe-glossary.md#collection).
diff --git a/Language/Reference/User-Interface-Help/column-property.md b/Language/Reference/User-Interface-Help/column-property.md
index 1dbe632854c..c2222276031 100644
--- a/Language/Reference/User-Interface-Help/column-property.md
+++ b/Language/Reference/User-Interface-Help/column-property.md
@@ -33,7 +33,7 @@ The **Column** property syntax has these parts:
**Settings**
If you specify both the column and row values, **Column** reads or writes a specific item.
If you specify only the column value, the **Column** property reads or writes the specified column in the current row of the object. For example, MyListBox.Column (3) reads or writes the third column in MyListBox.
- **Column** returns a _Variant_ from the cursor. When a built-in[cursor](../../Glossary/glossary-vba.md#cursor) provides the value for _Variant_ (such as when using the **AddItem** method), the value is a string. When an external cursor provides the value for _Variant_, formatting associated with the data is not included in the _Variant_.
+ **Column** returns a _Variant_ from the cursor. When a built-in [cursor](../../Glossary/glossary-vba.md#cursor) provides the value for _Variant_ (such as when using the **AddItem** method), the value is a string. When an external cursor provides the value for _Variant_, formatting associated with the data is not included in the _Variant_.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/columncount-property.md b/Language/Reference/User-Interface-Help/columncount-property.md
index 9d917f59062..4965b72574c 100644
--- a/Language/Reference/User-Interface-Help/columncount-property.md
+++ b/Language/Reference/User-Interface-Help/columncount-property.md
@@ -31,6 +31,6 @@ The **ColumnCount** property syntax has these parts:
## Remarks
If you set the **ColumnCount** property for a list box to 3 on an employee form, one column can list last names, another can list first names, and the third can list employee ID numbers.
-Setting **ColumnCount** to 0 displays zero columns, and setting it to -1 displays all the available columns. For an[unbound](../../Glossary/glossary-vba.md#unbound)[data source](../../Glossary/glossary-vba.md#data-source), there is a 10-column limit (0 to 9).
+Setting **ColumnCount** to 0 displays zero columns, and setting it to -1 displays all the available columns. For an [unbound](../../Glossary/glossary-vba.md#unbound) [data source](../../Glossary/glossary-vba.md#data-source), there is a 10-column limit (0 to 9).
You can use the **ColumnWidths** property to set the width of the columns displayed in the control.
diff --git a/Language/Reference/User-Interface-Help/combobox-control.md b/Language/Reference/User-Interface-Help/combobox-control.md
index 302fdfcc4a7..78321bd1262 100644
--- a/Language/Reference/User-Interface-Help/combobox-control.md
+++ b/Language/Reference/User-Interface-Help/combobox-control.md
@@ -17,7 +17,7 @@ Combines the features of a **ListBox** and a **TextBox**. The user can enter a
## Remarks
-If a **ComboBox** is[bound](../../Glossary/glossary-vba.md#bound) to a[data source](../../Glossary/glossary-vba.md#data-source), then the **ComboBox** inserts the value the user enters or selects into that data source. If a multicolumn combo box is bound, then the **BoundColumn** property determines which value is stored in the bound data source.
+If a **ComboBox** is [bound](../../Glossary/glossary-vba.md#bound) to a [data source](../../Glossary/glossary-vba.md#data-source), then the **ComboBox** inserts the value the user enters or selects into that data source. If a multicolumn combo box is bound, then the **BoundColumn** property determines which value is stored in the bound data source.
The list in a **ComboBox** consists of rows of data. Each row can have one or more columns, which can appear with or without headings. Some applications do not support column headings, others provide only limited support.
The default property of a **ComboBox** is the **Value** property.
The default event of a **ComboBox** is the Change event.
diff --git a/Language/Reference/User-Interface-Help/command-function.md b/Language/Reference/User-Interface-Help/command-function.md
index f567620e3c3..13907fc7f94 100644
--- a/Language/Reference/User-Interface-Help/command-function.md
+++ b/Language/Reference/User-Interface-Help/command-function.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns the [argument](../../Glossary/vbe-glossary.md#argument) portion of the[command line](../../Glossary/vbe-glossary.md#command-line) used to launch Microsoft Visual Basic or an executable program developed with Visual Basic. The Visual Basic **Command** function is not available in Microsoft Office applications.
+Returns the [argument](../../Glossary/vbe-glossary.md#argument) portion of the [command line](../../Glossary/vbe-glossary.md#command-line) used to launch Microsoft Visual Basic or an executable program developed with Visual Basic. The Visual Basic **Command** function is not available in Microsoft Office applications.
## Syntax
diff --git a/Language/Reference/User-Interface-Help/commandbarevents-object-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/commandbarevents-object-vba-add-in-object-model.md
index c62fe61a35b..02b6e32f2fd 100644
--- a/Language/Reference/User-Interface-Help/commandbarevents-object-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/commandbarevents-object-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returned by the **CommandBarEvents** property. The **CommandBarEvents** object triggers an event when a[control](../../Glossary/vbe-glossary.md#control) on the command bar is clicked.
+Returned by the **CommandBarEvents** property. The **CommandBarEvents** object triggers an event when a [control](../../Glossary/vbe-glossary.md#control) on the command bar is clicked.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/commandbarevents-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/commandbarevents-property-vba-add-in-object-model.md
index 09c279dfa40..257b3d46218 100644
--- a/Language/Reference/User-Interface-Help/commandbarevents-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/commandbarevents-property-vba-add-in-object-model.md
@@ -24,5 +24,5 @@ The setting for the [argument](../../Glossary/vbe-glossary.md#argument) you pass
## Remarks
-Use the **CommandBarEvents** property to return an[event source object](../../Glossary/vbe-glossary.md#event-source-object) that triggers an event when a command bar button is clicked. The argument passed to the **CommandBarEvents** property is the command bar control for which the Click event will be triggered.
+Use the **CommandBarEvents** property to return an [event source object](../../Glossary/vbe-glossary.md#event-source-object) that triggers an event when a command bar button is clicked. The argument passed to the **CommandBarEvents** property is the command bar control for which the Click event will be triggered.
diff --git a/Language/Reference/User-Interface-Help/commandbars-collection-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/commandbars-collection-vba-add-in-object-model.md
index 672c6011fab..9eca7aaa943 100644
--- a/Language/Reference/User-Interface-Help/commandbars-collection-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/commandbars-collection-vba-add-in-object-model.md
@@ -17,5 +17,5 @@ Contains all of the command bars in a [project](../../Glossary/vbe-glossary.md#p
## Remarks
-Use the **CommandBars** collection to enable[add-ins](../../Glossary/vbe-glossary.md#add-in) to add command bars and[controls](../../Glossary/vbe-glossary.md#control), or to add controls to existing, built-in, command bars.
+Use the **CommandBars** collection to enable[add-ins](../../Glossary/vbe-glossary.md#add-in) to add command bars and [controls](../../Glossary/vbe-glossary.md#control), or to add controls to existing, built-in, command bars.
diff --git a/Language/Reference/User-Interface-Help/comparison-operators.md b/Language/Reference/User-Interface-Help/comparison-operators.md
index 2a585a5c3bc..874aac261ec 100644
--- a/Language/Reference/User-Interface-Help/comparison-operators.md
+++ b/Language/Reference/User-Interface-Help/comparison-operators.md
@@ -34,7 +34,7 @@ _result_**=**_expression1_ _comparisonoperator_ _expression2_
## Remarks
-The following table contains a list of the comparison operators and the conditions that determine whether _result_ is **True**, **False**, or[Null](../../Glossary/vbe-glossary.md#null):
+The following table contains a list of the comparison operators and the conditions that determine whether _result_ is **True**, **False**, or [Null](../../Glossary/vbe-glossary.md#null):
|**Operator**|**True if**|**False if**|**Null if**|
diff --git a/Language/Reference/User-Interface-Help/constants-fixed-length-strings-arrays-user-defined-types-and-declare-statements.md b/Language/Reference/User-Interface-Help/constants-fixed-length-strings-arrays-user-defined-types-and-declare-statements.md
index 75cdfcb8f07..0b21235261d 100644
--- a/Language/Reference/User-Interface-Help/constants-fixed-length-strings-arrays-user-defined-types-and-declare-statements.md
+++ b/Language/Reference/User-Interface-Help/constants-fixed-length-strings-arrays-user-defined-types-and-declare-statements.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Constants, fixed-length strings, arrays, user-defined types, and Declare statements not allowed as Public members of an object module
-Not all [variables](../../Glossary/vbe-glossary.md#variable) in an[object module](../../Glossary/vbe-glossary.md#object-module) can be declared as **Public**. However, procedures are **Public** by default, and **Property** procedures can be used to simulate variables syntactically. This error has the following causes and solutions:
+Not all [variables](../../Glossary/vbe-glossary.md#variable) in an [object module](../../Glossary/vbe-glossary.md#object-module) can be declared as **Public**. However, procedures are **Public** by default, and **Property** procedures can be used to simulate variables syntactically. This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/cos-function.md b/Language/Reference/User-Interface-Help/cos-function.md
index 4c8bd11e191..146152c88a2 100644
--- a/Language/Reference/User-Interface-Help/cos-function.md
+++ b/Language/Reference/User-Interface-Help/cos-function.md
@@ -18,7 +18,7 @@ Returns a **Double** specifying the cosine of an angle.
## Syntax
**Cos(**_number_**)**
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a[Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) that expresses an angle in radians.
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a [Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) that expresses an angle in radians.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/count-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/count-property-vba-add-in-object-model.md
index 07941d40d78..011cb1b721c 100644
--- a/Language/Reference/User-Interface-Help/count-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/count-property-vba-add-in-object-model.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
-Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of items in a[collection](../../Glossary/vbe-glossary.md#collection). Read-only.
+Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of items in a [collection](../../Glossary/vbe-glossary.md#collection). Read-only.
diff --git a/Language/Reference/User-Interface-Help/count-property-visual-basic-for-applications.md b/Language/Reference/User-Interface-Help/count-property-visual-basic-for-applications.md
index 7261df03060..fb7b719d562 100644
--- a/Language/Reference/User-Interface-Help/count-property-visual-basic-for-applications.md
+++ b/Language/Reference/User-Interface-Help/count-property-visual-basic-for-applications.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) (long integer) containing the number of objects in a[collection](../../Glossary/vbe-glossary.md#collection). Read-only.
+Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) (long integer) containing the number of objects in a [collection](../../Glossary/vbe-glossary.md#collection). Read-only.
## Example
diff --git a/Language/Reference/User-Interface-Help/countofdeclarationlines-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/countofdeclarationlines-property-vba-add-in-object-model.md
index 1fcf4572f83..e995f598a95 100644
--- a/Language/Reference/User-Interface-Help/countofdeclarationlines-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/countofdeclarationlines-property-vba-add-in-object-model.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
-Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of lines of code in the Declarations section of a[code module](../../Glossary/vbe-glossary.md#code-module). Read-only.
+Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of lines of code in the Declarations section of a [code module](../../Glossary/vbe-glossary.md#code-module). Read-only.
diff --git a/Language/Reference/User-Interface-Help/countoflines-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/countoflines-property-vba-add-in-object-model.md
index 0453e08bc65..01d8b4e779a 100644
--- a/Language/Reference/User-Interface-Help/countoflines-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/countoflines-property-vba-add-in-object-model.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
-Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of lines of code in a[code module](../../Glossary/vbe-glossary.md#code-module). Read-only.
+Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of lines of code in a [code module](../../Glossary/vbe-glossary.md#code-module). Read-only.
diff --git a/Language/Reference/User-Interface-Help/countofvisiblelines-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/countofvisiblelines-property-vba-add-in-object-model.md
index 17580468a2e..0154383b565 100644
--- a/Language/Reference/User-Interface-Help/countofvisiblelines-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/countofvisiblelines-property-vba-add-in-object-model.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
-Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of lines visible in a[code pane](../../Glossary/vbe-glossary.md#code-pane). Read-only.
+Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of lines visible in a [code pane](../../Glossary/vbe-glossary.md#code-pane). Read-only.
diff --git a/Language/Reference/User-Interface-Help/createeventproc-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/createeventproc-method-vba-add-in-object-model.md
index 9cff070dbc3..d9661f9c323 100644
--- a/Language/Reference/User-Interface-Help/createeventproc-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/createeventproc-method-vba-add-in-object-model.md
@@ -24,7 +24,7 @@ The **CreateEventProc** syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
| _object_|Required. An [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.|
-| _eventname_|Required. A [string expression](../../Glossary/vbe-glossary.md#string-expression) specifying the name of the event you want to add to the[module](../../Glossary/vbe-glossary.md#module).|
+| _eventname_|Required. A [string expression](../../Glossary/vbe-glossary.md#string-expression) specifying the name of the event you want to add to the [module](../../Glossary/vbe-glossary.md#module).|
| _objectname_|Required. A string expression specifying the name of the object that is the source of the event.|
## Remarks
@@ -37,5 +37,5 @@ Use the **CreateEventProc** method to create an event procedure. For example, t
TextLocation = CM.CreateEventProc("Click", "Command1")
```
-The **CreateEventProc** method returns the line at which the body of the event procedure starts. **CreateEventProc** fails if the[arguments](../../Glossary/vbe-glossary.md#argument) refer to a nonexistent event.
+The **CreateEventProc** method returns the line at which the body of the event procedure starts. **CreateEventProc** fails if the [arguments](../../Glossary/vbe-glossary.md#argument) refer to a nonexistent event.
diff --git a/Language/Reference/User-Interface-Help/createobject-function.md b/Language/Reference/User-Interface-Help/createobject-function.md
index 7170526ebd7..49cfb035627 100644
--- a/Language/Reference/User-Interface-Help/createobject-function.md
+++ b/Language/Reference/User-Interface-Help/createobject-function.md
@@ -17,7 +17,7 @@ Creates and returns a reference to an [ActiveX object](../../Glossary/vbe-glossa
## Syntax
-**CreateObject(**_class,[servername]_**)**
+**CreateObject(**_class, [servername]_**)**
The **CreateObject** function syntax has these parts:
@@ -32,12 +32,12 @@ The _class_[argument](../../Glossary/vbe-glossary.md#argument) uses the syntax
|**Part**|**Description**|
|:-----|:-----|
| _appname_|Required; **Variant** (**String**). The name of the application providing the object.|
-| _objecttype_|Required; **Variant** (**String**). The type or[class](../../Glossary/vbe-glossary.md#class) of object to create.|
+| _objecttype_|Required; **Variant** (**String**). The type or [class](../../Glossary/vbe-glossary.md#class) of object to create.|
## Remarks
Every application that supports Automation provides at least one type of object. For example, a word processing application may provide an **Application** object, a **Document** object, and a **Toolbar** object.
-To create an ActiveX object, assign the object returned by **CreateObject** to an[object variable](../../Glossary/vbe-glossary.md#object-variable):
+To create an ActiveX object, assign the object returned by **CreateObject** to an [object variable](../../Glossary/vbe-glossary.md#object-variable):
@@ -48,7 +48,7 @@ Dim ExcelSheet As Object
Set ExcelSheet = CreateObject("Excel.Sheet")
```
-This code starts the application creating the object, in this case, a Microsoft Excel spreadsheet. Once an object is created, you reference it in code using the object variable you defined. In the following example, you access [properties](../../Glossary/vbe-glossary.md#property) and[methods](../../Glossary/vbe-glossary.md#method) of the new object using the object variable, `ExcelSheet`, and other Microsoft Excel objects, including the `Application` object and the `Cells` collection.
+This code starts the application creating the object, in this case, a Microsoft Excel spreadsheet. Once an object is created, you reference it in code using the object variable you defined. In the following example, you access [properties](../../Glossary/vbe-glossary.md#property) and [methods](../../Glossary/vbe-glossary.md#method) of the new object using the object variable, `ExcelSheet`, and other Microsoft Excel objects, including the `Application` object and the `Cells` collection.
@@ -80,7 +80,7 @@ Set xlSheet = xlBook.Worksheets(1)
```
-The reference through an early-bound variable can give better performance, but can only contain a reference to the [class](../../Glossary/vbe-glossary.md#class) specified in the[declaration](../../Glossary/vbe-glossary.md#declaration).
+The reference through an early-bound variable can give better performance, but can only contain a reference to the [class](../../Glossary/vbe-glossary.md#class) specified in the [declaration](../../Glossary/vbe-glossary.md#declaration).
You can pass an object returned by the **CreateObject** function to a function expecting an object as an argument. For example, the following code creates and passes a reference to a Excel.Application object:
diff --git a/Language/Reference/User-Interface-Help/curdir-function.md b/Language/Reference/User-Interface-Help/curdir-function.md
index 9cec3bd155c..f55471041d2 100644
--- a/Language/Reference/User-Interface-Help/curdir-function.md
+++ b/Language/Reference/User-Interface-Help/curdir-function.md
@@ -18,7 +18,7 @@ Returns a **Variant** (**String**) representing the current path.
## Syntax
**CurDir** [ **(**_drive_**)** ]
-The optional _drive_[argument](../../Glossary/vbe-glossary.md#argument) is a[string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies an existing drive. If no drive is specified or if _drive_ is a zero-length string (""), **CurDir** returns the path for the current drive. On the Macintosh, **CurDir** ignores any _drive_ specified and simply returns the path for the current drive.
+The optional _drive_[argument](../../Glossary/vbe-glossary.md#argument) is a [string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies an existing drive. If no drive is specified or if _drive_ is a zero-length string (""), **CurDir** returns the path for the current drive. On the Macintosh, **CurDir** ignores any _drive_ specified and simply returns the path for the current drive.
## Example
diff --git a/Language/Reference/User-Interface-Help/curline-property.md b/Language/Reference/User-Interface-Help/curline-property.md
index b1db9558b95..75a77e3adcd 100644
--- a/Language/Reference/User-Interface-Help/curline-property.md
+++ b/Language/Reference/User-Interface-Help/curline-property.md
@@ -31,5 +31,5 @@ The **CurLine** property syntax has these parts:
## Remarks
The current line of a control is the line that contains the insertion point. The number of the first line is zero.
-The **CurLine** property is valid when the control has the[focus](../../Glossary/vbe-glossary.md#focus).
+The **CurLine** property is valid when the control has the [focus](../../Glossary/vbe-glossary.md#focus).
diff --git a/Language/Reference/User-Interface-Help/current-module-does-not-support-print-method.md b/Language/Reference/User-Interface-Help/current-module-does-not-support-print-method.md
index fa8c22a0209..58cd3396d4e 100644
--- a/Language/Reference/User-Interface-Help/current-module-does-not-support-print-method.md
+++ b/Language/Reference/User-Interface-Help/current-module-does-not-support-print-method.md
@@ -11,11 +11,11 @@ ms.date: 06/08/2017
# Current module does not support Print method
-Not all [methods](../../Glossary/vbe-glossary.md#method) and[properties](../../Glossary/vbe-glossary.md#property) are appropriate in all[modules](../../Glossary/vbe-glossary.md#module). This error has the following causes and solutions:
+Not all [methods](../../Glossary/vbe-glossary.md#method) and [properties](../../Glossary/vbe-glossary.md#property) are appropriate in all[modules](../../Glossary/vbe-glossary.md#module). This error has the following causes and solutions:
-- You tried to use the **Print** method on an object that can't display anything. For example, you can't use the **Print** method without qualification in a[standard module](../../Glossary/vbe-glossary.md#standard-module).
+- You tried to use the **Print** method on an object that can't display anything. For example, you can't use the **Print** method without qualification in a [standard module](../../Glossary/vbe-glossary.md#standard-module).
Remove the reference to the **Print** method, or qualify it with an appropriate object. For example, qualify it with the **Debug** object to display its arguments in the **Immediate** window during debugging.
diff --git a/Language/Reference/User-Interface-Help/curx-property.md b/Language/Reference/User-Interface-Help/curx-property.md
index 00b15044a8e..300986e121f 100644
--- a/Language/Reference/User-Interface-Help/curx-property.md
+++ b/Language/Reference/User-Interface-Help/curx-property.md
@@ -30,6 +30,6 @@ The **CurX** property syntax has these parts:
## Remarks
-The **CurX** property applies to a multiline **TextBox** or **ComboBox**. The return value is valid when the object has the[focus](../../Glossary/vbe-glossary.md#focus).
+The **CurX** property applies to a multiline **TextBox** or **ComboBox**. The return value is valid when the object has the [focus](../../Glossary/vbe-glossary.md#focus).
You can use **CurTargetX** and **CurX** to position the insertion point as the user scrolls through the contents of a multiline **TextBox** or **ComboBox**. When the user moves the insertion point to another line of text by scrolling the content of the object, **CurTargetX** specifies the preferred position for the insertion point. **CurX** is set to this value if the line of text is longer than the value of **CurTargetX**. Otherwise, **CurX** is set to the end of the line of text.
diff --git a/Language/Reference/User-Interface-Help/cut-method-microsoft-forms.md b/Language/Reference/User-Interface-Help/cut-method-microsoft-forms.md
index c046f5fb110..47ccf9fcff8 100644
--- a/Language/Reference/User-Interface-Help/cut-method-microsoft-forms.md
+++ b/Language/Reference/User-Interface-Help/cut-method-microsoft-forms.md
@@ -27,6 +27,6 @@ The **Cut** method syntax has these parts:
## Remarks
-For a **ComboBox** or **TextBox**, the **Cut** method removes currently selected text in the control to the Clipboard. This method does not require that the control have the[focus](../../Glossary/vbe-glossary.md#focus).
-On a **Page**, **Frame**, or form, **Cut** removes currently selected controls to the Clipboard. This method only removes controls created at[run time](../../Glossary/vbe-glossary.md#run-time).
+For a **ComboBox** or **TextBox**, the **Cut** method removes currently selected text in the control to the Clipboard. This method does not require that the control have the [focus](../../Glossary/vbe-glossary.md#focus).
+On a **Page**, **Frame**, or form, **Cut** removes currently selected controls to the Clipboard. This method only removes controls created at [run time](../../Glossary/vbe-glossary.md#run-time).
diff --git a/Language/Reference/User-Interface-Help/cverr-function.md b/Language/Reference/User-Interface-Help/cverr-function.md
index 07ad0dcccae..902a1e16f08 100644
--- a/Language/Reference/User-Interface-Help/cverr-function.md
+++ b/Language/Reference/User-Interface-Help/cverr-function.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) of subtype **Error** containing an[error number](../../Glossary/vbe-glossary.md#error-number) specified by the user.
+Returns a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) of subtype **Error** containing an [error number](../../Glossary/vbe-glossary.md#error-number) specified by the user.
## Syntax
@@ -23,7 +23,7 @@ The required _errornumber_[argument](../../Glossary/vbe-glossary.md#argument) i
## Remarks
Use the **CVErr** function to create user-defined errors in user-created[procedures](../../Glossary/vbe-glossary.md#procedure). For example, if you create a function that accepts several arguments and normally returns a string, you can have your function evaluate the input arguments to ensure they are within acceptable range. If they are not, it is likely your function will not return what you expect. In this event, **CVErr** allows you to return an error number that tells you what action to take.
-Note that implicit conversion of an **Error** is not allowed. For example, you can't directly assign the return value of **CVErr** to a[variable](../../Glossary/vbe-glossary.md#variable) that is not a **Variant**. However, you can perform an explicit conversion (using **CInt**, **CDbl**, and so on) of the value returned by **CVErr** and assign that to a variable of the appropriate[data type](../../Glossary/vbe-glossary.md#data-type).
+Note that implicit conversion of an **Error** is not allowed. For example, you can't directly assign the return value of **CVErr** to a [variable](../../Glossary/vbe-glossary.md#variable) that is not a **Variant**. However, you can perform an explicit conversion (using **CInt**, **CDbl**, and so on) of the value returned by **CVErr** and assign that to a variable of the appropriate[data type](../../Glossary/vbe-glossary.md#data-type).
## Example
diff --git a/Language/Reference/User-Interface-Help/cycle-property.md b/Language/Reference/User-Interface-Help/cycle-property.md
index 4d8eca4eafa..9ccd948b69d 100644
--- a/Language/Reference/User-Interface-Help/cycle-property.md
+++ b/Language/Reference/User-Interface-Help/cycle-property.md
@@ -41,7 +41,7 @@ If you specify a non-integer value for **Cycle**, the value is rounded up to th
## Remarks
-The [tab order](../../Glossary/vbe-glossary.md#tab-order) identifies the order in which controls receive the[focus](../../Glossary/vbe-glossary.md#focus) as the user tabs through a form or subform. The **Cycle** property determines the action to take when a user tabs from the last control in the tab order.
+The [tab order](../../Glossary/vbe-glossary.md#tab-order) identifies the order in which controls receive the [focus](../../Glossary/vbe-glossary.md#focus) as the user tabs through a form or subform. The **Cycle** property determines the action to take when a user tabs from the last control in the tab order.
The **fmCycleAllForms** setting transfers the focus to the the first control of the next **Frame** or **MultiPage** on the form when the user tabs from the last control in the tab order.
The **fmCycleCurrentForm** setting transfers the focus to the the first control of the same form, **Frame**, or **MultiPage** when the user tabs from the last control in the tab order.
diff --git a/Language/Reference/User-Interface-Help/dateadd-function.md b/Language/Reference/User-Interface-Help/dateadd-function.md
index bcd2e4ef046..1b9ddea6c82 100644
--- a/Language/Reference/User-Interface-Help/dateadd-function.md
+++ b/Language/Reference/User-Interface-Help/dateadd-function.md
@@ -62,7 +62,7 @@ DateAdd("m", 1, "31-Jan-95")
In this case, **DateAdd** returns 28-Feb-95, not 31-Feb-95. If **_date_** is 31-Jan-96, it returns 29-Feb-96 because 1996 is a leap year.
If the calculated date would precede the year 100 (that is, you subtract more years than are in **_date_**), an error occurs.
-If **_number_** isn't a[Long](../../Glossary/vbe-glossary.md#long-data-type) value, it is rounded to the nearest whole number before being evaluated.
+If **_number_** isn't a [Long](../../Glossary/vbe-glossary.md#long-data-type) value, it is rounded to the nearest whole number before being evaluated.
**Note** The format of the return value for **DateAdd** is determined by **Control Panel** settings, not by the format that is passed in **_date_** argument.
diff --git a/Language/Reference/User-Interface-Help/datediff-function.md b/Language/Reference/User-Interface-Help/datediff-function.md
index bee8f4cbc49..1a9e6b3826a 100644
--- a/Language/Reference/User-Interface-Help/datediff-function.md
+++ b/Language/Reference/User-Interface-Help/datediff-function.md
@@ -73,7 +73,7 @@ You can use the **DateDiff** function to determine how many specified time inte
To calculate the number of days between **_date1_** and **_date2_**, you can use either Day of year ("y") or Day ("d"). When **_interval_** is Weekday ("w"), **DateDiff** returns the number of weeks between the two dates. If **_date1_** falls on a Monday, **DateDiff** counts the number of Mondays until **_date2_**. It counts **_date2_** but not **_date1_**. If **_interval_** is Week ("ww"), however, the **DateDiff** function returns the number of calendar weeks between the two dates. It counts the number of Sundays between **_date1_** and **_date2_**. **DateDiff** counts **_date2_** if it falls on a Sunday; but it doesn't count **_date1_**, even if it does fall on a Sunday.
If **_date1_** refers to a later point in time than **_date2_**, the **DateDiff** function returns a negative number.
The **_firstdayofweek_** argument affects calculations that use the "w" and "ww" interval symbols.
-If **_date1_** or **_date2_** is a[date literal](../../Glossary/vbe-glossary.md#date-literal), the specified year becomes a permanent part of that date. However, if **_date1_** or _date2_ is enclosed in double quotation marks (" "), and you omit the year, the current year is inserted in your code each time the **_date1_** or _date2_ expression is evaluated. This makes it possible to write code that can be used in different years.
+If **_date1_** or **_date2_** is a [date literal](../../Glossary/vbe-glossary.md#date-literal), the specified year becomes a permanent part of that date. However, if **_date1_** or _date2_ is enclosed in double quotation marks (" "), and you omit the year, the current year is inserted in your code each time the **_date1_** or _date2_ expression is evaluated. This makes it possible to write code that can be used in different years.
When comparing December 31 to January 1 of the immediately succeeding year, **DateDiff** for Year ("yyyy") returns 1 even though only a day has elapsed.
**Note** For **_date1_** and **_date2_**, if the **Calendar** property setting is Gregorian, the supplied date must be Gregorian. If the calendar is Hijri, the supplied date must be Hijri.
diff --git a/Language/Reference/User-Interface-Help/datepart-function.md b/Language/Reference/User-Interface-Help/datepart-function.md
index e3a722891d1..6962ef45cb1 100644
--- a/Language/Reference/User-Interface-Help/datepart-function.md
+++ b/Language/Reference/User-Interface-Help/datepart-function.md
@@ -73,7 +73,7 @@ The **_firstweekofyear_** argument has these settings:
You can use the **DatePart** function to evaluate a date and return a specific interval of time. For example, you might use **DatePart** to calculate the day of the week or the current hour.
The **_firstdayofweek_** argument affects calculations that use the "w" and "ww" interval symbols.
-If _date_ is a[date literal](../../Glossary/vbe-glossary.md#date-literal), the specified year becomes a permanent part of that date. However, if _date_ is enclosed in double quotation marks (" "), and you omit the year, the current year is inserted in your code each time the _date_ expression is evaluated. This makes it possible to write code that can be used in different years.
+If _date_ is a [date literal](../../Glossary/vbe-glossary.md#date-literal), the specified year becomes a permanent part of that date. However, if _date_ is enclosed in double quotation marks (" "), and you omit the year, the current year is inserted in your code each time the _date_ expression is evaluated. This makes it possible to write code that can be used in different years.
**Note** For _date_, if the **Calendar** property setting is Gregorian, the supplied date must be Gregorian. If the calendar is Hijri, the supplied date must be Hijri.
diff --git a/Language/Reference/User-Interface-Help/dateserial-function.md b/Language/Reference/User-Interface-Help/dateserial-function.md
index 648bdf03501..fd58c57db35 100644
--- a/Language/Reference/User-Interface-Help/dateserial-function.md
+++ b/Language/Reference/User-Interface-Help/dateserial-function.md
@@ -23,7 +23,7 @@ The **DateSerial** function syntax has these[named arguments](../../Glossary/vb
|**Part**|**Description**|
|:-----|:-----|
-|**_year_**|Required; **Integer**. Number between 100 and 9999, inclusive, or a[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).|
+|**_year_**|Required; **Integer**. Number between 100 and 9999, inclusive, or a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).|
|**_month_**|Required; **Integer**. Any numeric expression.|
|**_day_**|Required; **Integer**. Any numeric expression.|
diff --git a/Language/Reference/User-Interface-Help/datevalue-function.md b/Language/Reference/User-Interface-Help/datevalue-function.md
index 002054e613d..1f65569003d 100644
--- a/Language/Reference/User-Interface-Help/datevalue-function.md
+++ b/Language/Reference/User-Interface-Help/datevalue-function.md
@@ -18,7 +18,7 @@ Returns a **Variant** (**Date**).
## Syntax
**DateValue(**_date_**)**
-The required _date_[argument](../../Glossary/vbe-glossary.md#argument) is normally a[string expression](../../Glossary/vbe-glossary.md#string-expression) representing a date from January 1, 100 through December 31, 9999. However, _date_ can also be any[expression](../../Glossary/vbe-glossary.md#expression) that can represent a date, a time, or both a date and time, in that range.
+The required _date_[argument](../../Glossary/vbe-glossary.md#argument) is normally a [string expression](../../Glossary/vbe-glossary.md#string-expression) representing a date from January 1, 100 through December 31, 9999. However, _date_ can also be any[expression](../../Glossary/vbe-glossary.md#expression) that can represent a date, a time, or both a date and time, in that range.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/decimal-data-type.md b/Language/Reference/User-Interface-Help/decimal-data-type.md
index fa989b646ec..c3e7cfc9c7e 100644
--- a/Language/Reference/User-Interface-Help/decimal-data-type.md
+++ b/Language/Reference/User-Interface-Help/decimal-data-type.md
@@ -14,6 +14,6 @@ ms.date: 06/08/2017
[Decimal variables](../../Glossary/vbe-glossary.md#decimal-data-type) are stored as 96-bit (12-byte) signed integers scaled by a variable power of 10. The power of 10 scaling factor specifies the number of digits to the right of the decimal point, and ranges from 0 to 28. With a scale of 0 (no decimal places), the largest possible value is +/-79,228,162,514,264,337,593,543,950,335. With a 28 decimal places, the largest value is +/-7.9228162514264337593543950335 and the smallest, non-zero value is +/-0.0000000000000000000000000001.
- **Note** At this time the **Decimal** data type can only be used within a[Variant](../../Glossary/vbe-glossary.md#variant-data-type), that is, you cannot declare a variable to be of type **Decimal**. You can, however, create a **Variant** whose subtype is **Decimal** using the **CDec** function.
+ **Note** At this time the **Decimal** data type can only be used within a [Variant](../../Glossary/vbe-glossary.md#variant-data-type), that is, you cannot declare a variable to be of type **Decimal**. You can, however, create a **Variant** whose subtype is **Decimal** using the **CDec** function.
diff --git a/Language/Reference/User-Interface-Help/declare-statement.md b/Language/Reference/User-Interface-Help/declare-statement.md
index 0f02cde5493..4046d028d67 100644
--- a/Language/Reference/User-Interface-Help/declare-statement.md
+++ b/Language/Reference/User-Interface-Help/declare-statement.md
@@ -11,10 +11,10 @@ ms.date: 06/08/2017
# Declare Statement
-Used at [module level](../../Glossary/vbe-glossary.md#module-level) to declare references to external[procedures](../../Glossary/vbe-glossary.md#procedure) in a[dynamic-link library](../../Glossary/vbe-glossary.md#dynamic-link-library-dll) (DLL).
+Used at [module level](../../Glossary/vbe-glossary.md#module-level) to declare references to external[procedures](../../Glossary/vbe-glossary.md#procedure) in a [dynamic-link library](../../Glossary/vbe-glossary.md#dynamic-link-library-dll) (DLL).
- **Note** Declare statements with the [PtrSafe](ptrsafe-keyword.md) keyword is the recommended syntax. Declare statements that include **PtrSafe** work correctly in the VBA7 development environment on both 32-bit and 64-bit platforms only after all data types in the **Declare** statement (parameters and return values) that need to store 64-bit quantities are updated to use[LongLong](longlong-data-type.md) for 64-bit integrals or[LongPtr](longptr-data-type.md) for pointers and handles. To ensure backwards compatibility with VBA version 6 and earlier use the following construct:
+ **Note** Declare statements with the [PtrSafe](ptrsafe-keyword.md) keyword is the recommended syntax. Declare statements that include **PtrSafe** work correctly in the VBA7 development environment on both 32-bit and 64-bit platforms only after all data types in the **Declare** statement (parameters and return values) that need to store 64-bit quantities are updated to use[LongLong](longlong-data-type.md) for 64-bit integrals or [LongPtr](longptr-data-type.md) for pointers and handles. To ensure backwards compatibility with VBA version 6 and earlier use the following construct:
```vb
@@ -31,7 +31,7 @@ Declare Sub...
[ **Public** |**Private** ] **Declare** **Function**_name_**Lib** **"**_libname_**"** [ **Alias** **"**_aliasname_**"** ] [ **(** [ _arglist_ ] **)** ] [ **As**_type_ ]
VBA7 Declare Statement Syntax
- **Note** For code to run in 64-bit versions of Microsoft Office all Declare statements must include the **PtrSafe** keyword, and all data types in the **Declare** statement (parameters and return values) that need to store 64-bit quantities must be updated to use[LongLong](longlong-data-type.md) for 64-bit integrals or[LongPtr](longptr-data-type.md) for pointers and handles.
+ **Note** For code to run in 64-bit versions of Microsoft Office all Declare statements must include the **PtrSafe** keyword, and all data types in the **Declare** statement (parameters and return values) that need to store 64-bit quantities must be updated to use[LongLong](longlong-data-type.md) for 64-bit integrals or [LongPtr](longptr-data-type.md) for pointers and handles.
**Syntax 1 (Sub)**
[ **Public** |**Private** ] **Declare** **PtrSafe** ** Sub**_name_**Lib** **"**_libname_**"** [ **Alias** **"**_aliasname_**"** ] [ **(** [ _arglist_ ] **)** ]
@@ -45,14 +45,14 @@ VBA7 Declare Statement Syntax
|**Private**|Optional. Used to declare procedures that are available only within the module where the [declaration](../../Glossary/vbe-glossary.md#declaration) is made.|
|**PtrSafe**|Required on 64-bit. The **[PtrSafe](ptrsafe-keyword.md)** keyword asserts that a **Declare** statement is safe to run in 64-bit versions of Microsoft Office|
|**Sub**|Optional (either **Sub** or **Function** must appear). Indicates that the procedure doesn't return a value.|
-|**Function**|Optional (either **Sub** or **Function** must appear). Indicates that the procedure returns a value that can be used in an[expression](../../Glossary/vbe-glossary.md#expression).|
+|**Function**|Optional (either **Sub** or **Function** must appear). Indicates that the procedure returns a value that can be used in an [expression](../../Glossary/vbe-glossary.md#expression).|
| _name_|Required. Any valid procedure name. Note that DLL entry points are case sensitive.|
|**Lib**|Required. Indicates that a DLL or code resource contains the procedure being declared. The **Lib** clause is required for all declarations.|
| _libname_|Required. Name of the DLL or code resource that contains the declared procedure.|
|**Alias**|Optional. Indicates that the procedure being called has another name in the DLL. This is useful when the external procedure name is the same as a keyword. You can also use **Alias** when a DLL procedure has the same name as a public[variable](../../Glossary/vbe-glossary.md#variable), [constant](../../Glossary/vbe-glossary.md#constant), or any other procedure in the same [scope](../../Glossary/vbe-glossary.md#scope). **Alias** is also useful if any characters in the DLL procedure name aren't allowed by the DLL naming convention.|
| _aliasname_|Optional. Name of the procedure in the DLL or code resource. If the first character is not a number sign (**#**), _aliasname_ is the name of the procedure's entry point in the DLL. If (**#**) is the first character, all characters that follow must indicate the ordinal number of the procedure's entry point.|
| _arglist_|Optional. List of variables representing [arguments](../../Glossary/vbe-glossary.md#argument) that are passed to the procedure when it is called.|
-| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the value returned by a **Function** procedure; may be[Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [LongLong](longlong-data-type.md), [LongPtr](longptr-data-type.md), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable length only), or[Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an [object type](../../Glossary/vbe-glossary.md#object-type). (**LongLong** is a valid declared type only on 64-bit platforms.)|
+| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the value returned by a **Function** procedure; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [LongLong](longlong-data-type.md), [LongPtr](longptr-data-type.md), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable length only), or [Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an [object type](../../Glossary/vbe-glossary.md#object-type). (**LongLong** is a valid declared type only on 64-bit platforms.)|
The _arglist_ argument has the following syntax and parts:
[ **Optional** ] [ **ByVal** |**ByRef** ] [ **ParamArray** ] _varname_ [ **( )** ] [ **As**_type_ ]
diff --git a/Language/Reference/User-Interface-Help/default-propertyd-microsoft-forms.md b/Language/Reference/User-Interface-Help/default-propertyd-microsoft-forms.md
index 12677b2bf54..58d5eb450ab 100644
--- a/Language/Reference/User-Interface-Help/default-propertyd-microsoft-forms.md
+++ b/Language/Reference/User-Interface-Help/default-propertyd-microsoft-forms.md
@@ -38,7 +38,7 @@ The settings for _Boolean_ are:
## Remarks
A **CommandButton** or an object that acts like a command button can be designated as the default command button. Only one object on a form can be the default command button. Setting the **Default** property to **True** for one object automatically sets it to **False** for all other objects on the form.
-To choose the default command button on an active form, the user can click the button, or press ENTER when no other **CommandButton** has the[focus](../../Glossary/vbe-glossary.md#focus). Pressing ENTER when no other **CommandButton** has the focus also initiates the KeyUp event for the default command button.
+To choose the default command button on an active form, the user can click the button, or press ENTER when no other **CommandButton** has the [focus](../../Glossary/vbe-glossary.md#focus). Pressing ENTER when no other **CommandButton** has the focus also initiates the KeyUp event for the default command button.
**Default** is provided for[OLE container controls](../../Glossary/glossary-vba.md#ole-container-control) (Windows only) that specifically act like **CommandButton** controls.
**Tip** You should consider making the Cancel button the default button for forms that support operations that can't be undone (such as delete). To do this, set both **Default** and the **Cancel** property to **True**.
diff --git a/Language/Reference/User-Interface-Help/definitions-of-property-procedures-for-the-same-property-are-inconsistent.md b/Language/Reference/User-Interface-Help/definitions-of-property-procedures-for-the-same-property-are-inconsistent.md
index d7b7c4c06cc..eb4e644715e 100644
--- a/Language/Reference/User-Interface-Help/definitions-of-property-procedures-for-the-same-property-are-inconsistent.md
+++ b/Language/Reference/User-Interface-Help/definitions-of-property-procedures-for-the-same-property-are-inconsistent.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Definitions of property procedures for the same property are inconsistent
-The [parameters](../../Glossary/vbe-glossary.md#parameter) for **Property Get**, **Property Let**, and **Property Set**[procedures](../../Glossary/vbe-glossary.md#procedure) for the same[property](../../Glossary/vbe-glossary.md#property) must match exactly, except that the **Property Let** has one extra parameter, whose type must match the return type of the corresponding **Property Get**, and the **Property Set** has one more parameter than the corresponding **Property Get**, whose type is either **Variant**, **Object**, a[class](../../Glossary/vbe-glossary.md#class) name, or an object library type specified in an[object library](../../Glossary/vbe-glossary.md#object-library). This error has the following causes and solutions:
+The [parameters](../../Glossary/vbe-glossary.md#parameter) for **Property Get**, **Property Let**, and **Property Set**[procedures](../../Glossary/vbe-glossary.md#procedure) for the same[property](../../Glossary/vbe-glossary.md#property) must match exactly, except that the **Property Let** has one extra parameter, whose type must match the return type of the corresponding **Property Get**, and the **Property Set** has one more parameter than the corresponding **Property Get**, whose type is either **Variant**, **Object**, a [class](../../Glossary/vbe-glossary.md#class) name, or an object library type specified in an [object library](../../Glossary/vbe-glossary.md#object-library). This error has the following causes and solutions:
@@ -21,7 +21,7 @@ The [parameters](../../Glossary/vbe-glossary.md#parameter) for **Property Get**,
- The parameter type of the extra parameter of the **Property Let** must match the return type of the corresponding **Property Get** procedure. Modify either the extra parameter declaration in the **Property Let** or the return type of the corresponding **Property Get** so they are appropriately matched.
-- The parameter type of the extra parameter of the **Property Set** can differ from the return type of the corresponding **Property Get**, but it must be either a **Variant**, **Object**,[class](../../Glossary/vbe-glossary.md#class) name, or a valid[object library](../../Glossary/vbe-glossary.md#object-library) type.
+- The parameter type of the extra parameter of the **Property Set** can differ from the return type of the corresponding **Property Get**, but it must be either a **Variant**, **Object**, [class](../../Glossary/vbe-glossary.md#class) name, or a valid[object library](../../Glossary/vbe-glossary.md#object-library) type.
Make sure the extra parameter of the **Property Set** procedure is either a **Variant**, **Object**, class name, or object library type.
diff --git a/Language/Reference/User-Interface-Help/deftype-statements-must-precede-declarations.md b/Language/Reference/User-Interface-Help/deftype-statements-must-precede-declarations.md
index 8c49b51c320..8bd2825817c 100644
--- a/Language/Reference/User-Interface-Help/deftype-statements-must-precede-declarations.md
+++ b/Language/Reference/User-Interface-Help/deftype-statements-must-precede-declarations.md
@@ -15,11 +15,11 @@ ms.date: 06/08/2017
-- A [variable](../../Glossary/vbe-glossary.md#variable)[declaration](../../Glossary/vbe-glossary.md#declaration) precedes a **Def**_type_ statement at[module level](../../Glossary/vbe-glossary.md#module-level).
+- A [variable](../../Glossary/vbe-glossary.md#variable) [declaration](../../Glossary/vbe-glossary.md#declaration) precedes a **Def**_type_ statement at [module level](../../Glossary/vbe-glossary.md#module-level).
Move the **Def**_type_ statement to precede all variable declarations.
-- A **Def**_type_ statement appears in a[procedure](../../Glossary/vbe-glossary.md#procedure).
+- A **Def**_type_ statement appears in a [procedure](../../Glossary/vbe-glossary.md#procedure).
Move the **Def**_type_ statement to module level, preceding all variable declarations.
diff --git a/Language/Reference/User-Interface-Help/deletesetting-statement.md b/Language/Reference/User-Interface-Help/deletesetting-statement.md
index d1217254474..76f9c046f74 100644
--- a/Language/Reference/User-Interface-Help/deletesetting-statement.md
+++ b/Language/Reference/User-Interface-Help/deletesetting-statement.md
@@ -22,7 +22,7 @@ The **DeleteSetting** statement syntax has these[named arguments](../../Glossar
|**Part**|**Description**|
|:-----|:-----|
-|**_appname_**|Required. [String expression](../../Glossary/vbe-glossary.md#string-expression) containing the name of the application or[project](../../Glossary/vbe-glossary.md#project) to which the section or key setting applies. On the Macintosh, this is the filename of the initialization file in the Preferences folder in the System folder.|
+|**_appname_**|Required. [String expression](../../Glossary/vbe-glossary.md#string-expression) containing the name of the application or [project](../../Glossary/vbe-glossary.md#project) to which the section or key setting applies. On the Macintosh, this is the filename of the initialization file in the Preferences folder in the System folder.|
|**_section_**|Required. String expression containing the name of the section where the key setting is being deleted. If only **_appname_** and **_section_** are provided, the specified section is deleted along with all related key settings.|
|**_key_**|Optional. String expression containing the name of the key setting being deleted.|
diff --git a/Language/Reference/User-Interface-Help/designer-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/designer-property-vba-add-in-object-model.md
index 5c0b9b3a877..bd8589ba890 100644
--- a/Language/Reference/User-Interface-Help/designer-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/designer-property-vba-add-in-object-model.md
@@ -17,6 +17,6 @@ Returns the object that enables you to access the design characteristics of a co
## Remarks
-If the object has an open [designer](../../Glossary/vbe-glossary.md#designer), the **Designer** property returns the open designer; otherwise a new designer is created. The designer is a characteristic of certain **VBComponent** objects. For example, when you create certain types of **VBComponent** object, a designer is created along with the object. A component can have only one designer, and it's always the same designer. The **Designer** property enables you to access a component-specific object. In some cases, such as in[standard modules](../../Glossary/vbe-glossary.md#standard-module) and[class modules](../../Glossary/vbe-glossary.md#class-module), a designer isn't created because that type of **VBComponent** object doesn't support a designer.
+If the object has an open [designer](../../Glossary/vbe-glossary.md#designer), the **Designer** property returns the open designer; otherwise a new designer is created. The designer is a characteristic of certain **VBComponent** objects. For example, when you create certain types of **VBComponent** object, a designer is created along with the object. A component can have only one designer, and it's always the same designer. The **Designer** property enables you to access a component-specific object. In some cases, such as in [standard modules](../../Glossary/vbe-glossary.md#standard-module) and [class modules](../../Glossary/vbe-glossary.md#class-module), a designer isn't created because that type of **VBComponent** object doesn't support a designer.
The **Designer** property returns **Nothing** if the **VBComponent** object doesn't have a designer.
diff --git a/Language/Reference/User-Interface-Help/designerwindow-method.md b/Language/Reference/User-Interface-Help/designerwindow-method.md
index a806e7903eb..510f1865a13 100644
--- a/Language/Reference/User-Interface-Help/designerwindow-method.md
+++ b/Language/Reference/User-Interface-Help/designerwindow-method.md
@@ -20,7 +20,7 @@ Returns the **Window** object that represents the component's[designer](../../G
## Syntax
_object_**.DesignerWindow**
-The _object_ placeholder is an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder is an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/dim-statement.md b/Language/Reference/User-Interface-Help/dim-statement.md
index c82085676e1..b28f2ca6164 100644
--- a/Language/Reference/User-Interface-Help/dim-statement.md
+++ b/Language/Reference/User-Interface-Help/dim-statement.md
@@ -22,15 +22,15 @@ The **Dim** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
-|**WithEvents**|Optional. [Keyword](../../Glossary/vbe-glossary.md#keyword) that specifies that _varname_ is an[object variable](../../Glossary/vbe-glossary.md#object-variable) used to respond to events triggered by an[ActiveX object](../../Glossary/vbe-glossary.md#activex-object). **WithEvents** is valid only in[class modules](../../Glossary/vbe-glossary.md#class-module). You can declare as many individual variables as you like using **WithEvents**, but you can't create[arrays](../../Glossary/vbe-glossary.md#array) with **WithEvents**. You can't use **New** with **WithEvents**.|
+|**WithEvents**|Optional. [Keyword](../../Glossary/vbe-glossary.md#keyword) that specifies that _varname_ is an [object variable](../../Glossary/vbe-glossary.md#object-variable) used to respond to events triggered by an [ActiveX object](../../Glossary/vbe-glossary.md#activex-object). **WithEvents** is valid only in [class modules](../../Glossary/vbe-glossary.md#class-module). You can declare as many individual variables as you like using **WithEvents**, but you can't create[arrays](../../Glossary/vbe-glossary.md#array) with **WithEvents**. You can't use **New** with **WithEvents**.|
| _varname_|Required. Name of the variable; follows standard variable naming conventions.|
| _subscripts_|Optional. Dimensions of an array variable; up to 60 multiple dimensions may be declared. The _subscripts_ argument uses the following syntax: [ _lower_**To** ] _upper_ [ **,** [ _lower_**To** ] _upper_ ] **. . .** When not explicitly stated in _lower_, the lower bound of an array is controlled by the **Option** **Base** statement. The lower bound is zero if no **Option** **Base** statement is present.|
|**New**|Optional. Keyword that enables implicit creation of an object. If you use **New** when declaring the object variable, a new instance of the object is created on first reference to it, so you don't have to use the **Set** statement to assign the object reference. The **New** keyword can't be used to declare variables of any intrinsic[data type](../../Glossary/vbe-glossary.md#data-type), can't be used to declare instances of dependent objects, and can't be used with **WithEvents**.|
-| _type_|Optional. Data type of the variable; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (for variable-length strings), **String** * _length_ (for fixed-length strings),[Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an [object type](../../Glossary/vbe-glossary.md#object-type). Use a separate **As**_type_ clause for each variable you declare.|
+| _type_|Optional. Data type of the variable; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (for variable-length strings), **String** * _length_ (for fixed-length strings), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an [object type](../../Glossary/vbe-glossary.md#object-type). Use a separate **As**_type_ clause for each variable you declare.|
## Remarks
-Variables declared with **Dim** at the[module level](../../Glossary/vbe-glossary.md#module-level) are available to all procedures within the[module](../../Glossary/vbe-glossary.md#module). At the [procedure level](../../Glossary/vbe-glossary.md#procedure-level), variables are available only within the procedure.
+Variables declared with **Dim** at the [module level](../../Glossary/vbe-glossary.md#module-level) are available to all procedures within the [module](../../Glossary/vbe-glossary.md#module). At the [procedure level](../../Glossary/vbe-glossary.md#procedure-level), variables are available only within the procedure.
Use the **Dim** statement at module or procedure level to declare the data type of a variable. For example, the following statement declares a variable as an **Integer**.
diff --git a/Language/Reference/User-Interface-Help/division-by-zero-error-11.md b/Language/Reference/User-Interface-Help/division-by-zero-error-11.md
index 8306f80b70f..f0eba4015d0 100644
--- a/Language/Reference/User-Interface-Help/division-by-zero-error-11.md
+++ b/Language/Reference/User-Interface-Help/division-by-zero-error-11.md
@@ -17,7 +17,7 @@ Division by zero isn't possible. This error has the following cause and solution
- The value of an [expression](../../Glossary/vbe-glossary.md#expression) being used as a divisor is zero.
- Check the spelling of [variables](../../Glossary/vbe-glossary.md#variable) in the expression. A misspelled variable name can implicitly create a numeric variable that is initialized to zero. Check previous operations on variables in the expression, especially those passed into the[procedure](../../Glossary/vbe-glossary.md#procedure) as[arguments](../../Glossary/vbe-glossary.md#argument) from other procedures.
+ Check the spelling of [variables](../../Glossary/vbe-glossary.md#variable) in the expression. A misspelled variable name can implicitly create a numeric variable that is initialized to zero. Check previous operations on variables in the expression, especially those passed into the [procedure](../../Glossary/vbe-glossary.md#procedure) as[arguments](../../Glossary/vbe-glossary.md#argument) from other procedures.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/doevents-function.md b/Language/Reference/User-Interface-Help/doevents-function.md
index b35b21d9c80..283cdea37e7 100644
--- a/Language/Reference/User-Interface-Help/doevents-function.md
+++ b/Language/Reference/User-Interface-Help/doevents-function.md
@@ -21,7 +21,7 @@ Yields execution so that the operating system can process other events.
## Remarks
-The **DoEvents** function returns an[Integer](../../Glossary/vbe-glossary.md#integer-data-type) representing the number of open forms in stand-alone versions of Visual Basic, such as Visual Basic, Professional Edition. **DoEvents** returns zero in all other applications.
+The **DoEvents** function returns an [Integer](../../Glossary/vbe-glossary.md#integer-data-type) representing the number of open forms in stand-alone versions of Visual Basic, such as Visual Basic, Professional Edition. **DoEvents** returns zero in all other applications.
**DoEvents** passes control to the operating system. Control is returned after the operating system has finished processing the events in its queue and all keys in the **SendKeys** queue have been sent.
**DoEvents** is most useful for simple things like allowing a user to cancel a process after it has started, for example a search for a file. For long-running processes, yielding the processor is better accomplished by using a Timer or delegating the task to an ActiveX EXE component. In the latter case, the task can continue completely independent of your application, and the operating system takes care of multitasking and time slicing.
Any time you temporarily yield the processor within an event procedure, make sure the [procedure](../../Glossary/vbe-glossary.md#procedure) is not executed again from a different part of your code before the first call returns; this could cause unpredictable results. In addition, do not use **DoEvents** if other applications could possibly interact with your procedure in unforeseen ways during the time you have yielded control.
diff --git a/Language/Reference/User-Interface-Help/duplicate-declaration-in-current-scope.md b/Language/Reference/User-Interface-Help/duplicate-declaration-in-current-scope.md
index 88d8d442301..77fadcf6aeb 100644
--- a/Language/Reference/User-Interface-Help/duplicate-declaration-in-current-scope.md
+++ b/Language/Reference/User-Interface-Help/duplicate-declaration-in-current-scope.md
@@ -25,7 +25,7 @@ The specified name is already used at this level of [scope](../../Glossary/vbe-g
Check the current procedure, [module](../../Glossary/vbe-glossary.md#module), or [project](../../Glossary/vbe-glossary.md#project) and remove any duplicate declarations.
-- A **Const** statement uses the same name as an existing variable or procedure. Remove or rename the[constant](../../Glossary/vbe-glossary.md#constant) in question.
+- A **Const** statement uses the same name as an existing variable or procedure. Remove or rename the [constant](../../Glossary/vbe-glossary.md#constant) in question.
- You declared a fixed [array](../../Glossary/vbe-glossary.md#array) more than once.
diff --git a/Language/Reference/User-Interface-Help/edit-watch-command-debug-menu.md b/Language/Reference/User-Interface-Help/edit-watch-command-debug-menu.md
index 2ac89c414f0..d58ba552af4 100644
--- a/Language/Reference/User-Interface-Help/edit-watch-command-debug-menu.md
+++ b/Language/Reference/User-Interface-Help/edit-watch-command-debug-menu.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Edit Watch Command (Debug Menu)
-Displays the **Edit Watch** dialog box in which you can edit or delete a[watch expression](../../Glossary/vbe-glossary.md#watch-expression). Available when the watch is set even if the **Watch** window is hidden.
+Displays the **Edit Watch** dialog box in which you can edit or delete a [watch expression](../../Glossary/vbe-glossary.md#watch-expression). Available when the watch is set even if the **Watch** window is hidden.
Toolbar shortcut:
. Keyboard shortcut: CTRL+W.
diff --git a/Language/Reference/User-Interface-Help/empty-keyword.md b/Language/Reference/User-Interface-Help/empty-keyword.md
index d260d8e9e46..56df42a51c2 100644
--- a/Language/Reference/User-Interface-Help/empty-keyword.md
+++ b/Language/Reference/User-Interface-Help/empty-keyword.md
@@ -11,6 +11,6 @@ ms.date: 06/08/2017
# Empty
-The **Empty**[keyword](../../Glossary/vbe-glossary.md#keyword) is used as a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) subtype. It indicates an uninitialized[variable](../../Glossary/vbe-glossary.md#variable) value.
+The **Empty**[keyword](../../Glossary/vbe-glossary.md#keyword) is used as a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) subtype. It indicates an uninitialized[variable](../../Glossary/vbe-glossary.md#variable) value.
diff --git a/Language/Reference/User-Interface-Help/empty-watch-expression.md b/Language/Reference/User-Interface-Help/empty-watch-expression.md
index 053ba74902c..7f0e6443f89 100644
--- a/Language/Reference/User-Interface-Help/empty-watch-expression.md
+++ b/Language/Reference/User-Interface-Help/empty-watch-expression.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Empty watch expression
-The **Add Watch** dialog box requires entry of an[expression](../../Glossary/vbe-glossary.md#expression). This error has the following cause and solution:
+The **Add Watch** dialog box requires entry of an [expression](../../Glossary/vbe-glossary.md#expression). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/enabled-property-microsoft-forms.md b/Language/Reference/User-Interface-Help/enabled-property-microsoft-forms.md
index 62cb5c99cf1..72ee6ab9756 100644
--- a/Language/Reference/User-Interface-Help/enabled-property-microsoft-forms.md
+++ b/Language/Reference/User-Interface-Help/enabled-property-microsoft-forms.md
@@ -50,7 +50,7 @@ The **Enabled** and **Locked** properties work together to achieve the followin
- If **Enabled** and **Locked** are both **False**, the control cannot receive focus and is dimmed in the form. The user can neither copy nor edit data in the control.
-You can combine the settings of the **Enabled** and the **TabStop** properties to prevent the user from selecting a command button with TAB, while still allowing the user to click the button. Setting **TabStop** to **False** means that the command button won't appear in the[tab order](../../Glossary/vbe-glossary.md#tab-order). However, if **Enabled** is **True**, then the user can still click the command button, as long as **TakeFocusOnClick** is set to **True**.
+You can combine the settings of the **Enabled** and the **TabStop** properties to prevent the user from selecting a command button with TAB, while still allowing the user to click the button. Setting **TabStop** to **False** means that the command button won't appear in the [tab order](../../Glossary/vbe-glossary.md#tab-order). However, if **Enabled** is **True**, then the user can still click the command button, as long as **TakeFocusOnClick** is set to **True**.
When the user tabs into an enabled **MultiPage** or **TabStrip**, the first page or tab in the control receives the focus. If the first page or tab of a **MultiPage** or **TabStrip** is disabled, the first enabled page or tab of that control receives the focus. If all pages or tabs of a **MultiPage** or **TabStrip** are disabled, the control is disabled and cannot receive the focus.
If a **Frame** is disabled, all controls it contains are disabled.
Clicking a disabled **ListBox** does not initiate the Click event.
diff --git a/Language/Reference/User-Interface-Help/enterkeybehavior-property.md b/Language/Reference/User-Interface-Help/enterkeybehavior-property.md
index df1277d1dcf..6a7f0406982 100644
--- a/Language/Reference/User-Interface-Help/enterkeybehavior-property.md
+++ b/Language/Reference/User-Interface-Help/enterkeybehavior-property.md
@@ -39,6 +39,6 @@ The settings for _Boolean_ are:
## Remarks
-The **EnterKeyBehavior** and **MultiLine** properties are closely related. The values described above only apply if **MultiLine** is **True**. If **MultiLine** is **False**, pressing ENTER always moves the[focus](../../Glossary/vbe-glossary.md#focus) to the next control in the[tab order](../../Glossary/vbe-glossary.md#tab-order) regardless of the value of **EnterKeyBehavior**.
+The **EnterKeyBehavior** and **MultiLine** properties are closely related. The values described above only apply if **MultiLine** is **True**. If **MultiLine** is **False**, pressing ENTER always moves the [focus](../../Glossary/vbe-glossary.md#focus) to the next control in the [tab order](../../Glossary/vbe-glossary.md#tab-order) regardless of the value of **EnterKeyBehavior**.
The effect of pressing CTRL+ENTER also depends on the value of **MultiLine**. If **MultiLine** is **True**, pressing CTRL+ENTER creates a new line regardless of the value of **EnterKeyBehavior**. If **MultiLine** is **False**, pressing CTRL+ENTER has no effect.
diff --git a/Language/Reference/User-Interface-Help/enum-statement.md b/Language/Reference/User-Interface-Help/enum-statement.md
index abcf15268aa..8ff40c90a22 100644
--- a/Language/Reference/User-Interface-Help/enum-statement.md
+++ b/Language/Reference/User-Interface-Help/enum-statement.md
@@ -26,15 +26,15 @@ The **Enum** statement has these parts:
|**Part**|**Description**|
|:-----|:-----|
-|**Public**|Optional. Specifies that the **Enum** type is visible throughout the[project](../../Glossary/vbe-glossary.md#project). **Enum** types are **Public** by default.|
-|**Private**|Optional. Specifies that the **Enum** type is visible only within the[module](../../Glossary/vbe-glossary.md#module) in which it appears.|
-| _name_|Required. The name of the **Enum** type. The _name_ must be a valid Visual Basic identifier and is specified as the type when declaring[variables](../../Glossary/vbe-glossary.md#variable) or[parameters](../../Glossary/vbe-glossary.md#parameter) of the **Enum** type.|
+|**Public**|Optional. Specifies that the **Enum** type is visible throughout the [project](../../Glossary/vbe-glossary.md#project). **Enum** types are **Public** by default.|
+|**Private**|Optional. Specifies that the **Enum** type is visible only within the [module](../../Glossary/vbe-glossary.md#module) in which it appears.|
+| _name_|Required. The name of the **Enum** type. The _name_ must be a valid Visual Basic identifier and is specified as the type when declaring[variables](../../Glossary/vbe-glossary.md#variable) or [parameters](../../Glossary/vbe-glossary.md#parameter) of the **Enum** type.|
| _membername_|Required. A valid Visual Basic identifier specifying the name by which a constituent element of the **Enum** type will be known.|
| _constantexpression_|Optional. Value of the element (evaluates to a **Long**). If no _constantexpression_ is specified, the value assigned is either zero (if it is the first _membername_ ), or 1 greater than the value of the immediately preceding _membername_.|
## Remarks
-Enumeration variables are variables declared with an **Enum** type. Both variables and parameters can be declared with an **Enum** type. The elements of the **Enum** type are initialized to constant values within the **Enum** statement. The assigned values can't be modified at[run time](../../Glossary/vbe-glossary.md#run-time) and can include both positive and negative numbers. For example:
+Enumeration variables are variables declared with an **Enum** type. Both variables and parameters can be declared with an **Enum** type. The elements of the **Enum** type are initialized to constant values within the **Enum** statement. The assigned values can't be modified at [run time](../../Glossary/vbe-glossary.md#run-time) and can include both positive and negative numbers. For example:
@@ -47,7 +47,7 @@ End Enum
```
-An **Enum** statement can appear only at[module level](../../Glossary/vbe-glossary.md#module-level). Once the **Enum** type is defined, it can be used to declare variables, parameters, or[procedures](../../Glossary/vbe-glossary.md#procedure) returning its type. You can't qualify an **Enum** type name with a module name. **Public** **Enum** types in a[class module](../../Glossary/vbe-glossary.md#class-module) are not members of the class; however, they are written to the[type library](../../Glossary/vbe-glossary.md#type-library). **Enum** types defined in[standard modules](../../Glossary/vbe-glossary.md#standard-module) aren't written to type libraries. **Public Enum** types of the same name can't be defined in both standard modules and class modules, since they share the same name space. When two **Enum** types in different type libraries have the same name, but different elements, a reference to a variable of the type depends on which type library has higher priority in the **References**.
+An **Enum** statement can appear only at [module level](../../Glossary/vbe-glossary.md#module-level). Once the **Enum** type is defined, it can be used to declare variables, parameters, or [procedures](../../Glossary/vbe-glossary.md#procedure) returning its type. You can't qualify an **Enum** type name with a module name. **Public** **Enum** types in a [class module](../../Glossary/vbe-glossary.md#class-module) are not members of the class; however, they are written to the [type library](../../Glossary/vbe-glossary.md#type-library). **Enum** types defined in [standard modules](../../Glossary/vbe-glossary.md#standard-module) aren't written to type libraries. **Public Enum** types of the same name can't be defined in both standard modules and class modules, since they share the same name space. When two **Enum** types in different type libraries have the same name, but different elements, a reference to a variable of the type depends on which type library has higher priority in the **References**.
You can't use an **Enum** type as the target in a **With** block.
## Example
diff --git a/Language/Reference/User-Interface-Help/eof-function.md b/Language/Reference/User-Interface-Help/eof-function.md
index 98539cc1e34..97030a385a3 100644
--- a/Language/Reference/User-Interface-Help/eof-function.md
+++ b/Language/Reference/User-Interface-Help/eof-function.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns an [Integer](../../Glossary/vbe-glossary.md#integer-data-type) containing the[Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value **True** when the end of a file opened for **Random** or sequential **Input** has been reached.
+Returns an [Integer](../../Glossary/vbe-glossary.md#integer-data-type) containing the [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value **True** when the end of a file opened for **Random** or sequential **Input** has been reached.
## Syntax
diff --git a/Language/Reference/User-Interface-Help/equals-operator.md b/Language/Reference/User-Interface-Help/equals-operator.md
index 158f13d4ede..ea0fce77afb 100644
--- a/Language/Reference/User-Interface-Help/equals-operator.md
+++ b/Language/Reference/User-Interface-Help/equals-operator.md
@@ -14,7 +14,7 @@ ms.date: 06/08/2017
**Description**
-Used to assign a value to a [variable](../../Glossary/vbe-glossary.md#variable) or[property](../../Glossary/vbe-glossary.md#property).
+Used to assign a value to a [variable](../../Glossary/vbe-glossary.md#variable) or [property](../../Glossary/vbe-glossary.md#property).
## Syntax
diff --git a/Language/Reference/User-Interface-Help/error-accessing-the-system-registry.md b/Language/Reference/User-Interface-Help/error-accessing-the-system-registry.md
index 1ae229e722d..5f4a5f98bb9 100644
--- a/Language/Reference/User-Interface-Help/error-accessing-the-system-registry.md
+++ b/Language/Reference/User-Interface-Help/error-accessing-the-system-registry.md
@@ -15,7 +15,7 @@ Some operations must access your system's registration database. This error has
-- The registration database for your system has been corrupted. Run the **Setup** program for the[host application](../../Glossary/vbe-glossary.md#host-application) again.
+- The registration database for your system has been corrupted. Run the **Setup** program for the [host application](../../Glossary/vbe-glossary.md#host-application) again.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/error-statement.md b/Language/Reference/User-Interface-Help/error-statement.md
index e961de7fa4a..4b34ee24e22 100644
--- a/Language/Reference/User-Interface-Help/error-statement.md
+++ b/Language/Reference/User-Interface-Help/error-statement.md
@@ -22,7 +22,7 @@ The required _errornumber_ can be any valid[error number](../../Glossary/vbe-gl
## Remarks
The **Error** statement is supported for backward compatibility. In new code, especially when creating objects, use the **Err** object's **Raise** method to generate[run-time errors](../../Glossary/vbe-glossary.md#run-time-error).
-If _errornumber_ is defined, the **Error** statement calls the error handler after the[properties](../../Glossary/vbe-glossary.md#property) of **Err** object are assigned the following default values:
+If _errornumber_ is defined, the **Error** statement calls the error handler after the [properties](../../Glossary/vbe-glossary.md#property) of **Err** object are assigned the following default values:
|**Property**|**Value**|
diff --git a/Language/Reference/User-Interface-Help/event-statement.md b/Language/Reference/User-Interface-Help/event-statement.md
index 252f47a4cec..f7673f68118 100644
--- a/Language/Reference/User-Interface-Help/event-statement.md
+++ b/Language/Reference/User-Interface-Help/event-statement.md
@@ -22,7 +22,7 @@ The **Event** statement has these parts:
|**Part**|**Description**|
|:-----|:-----|
-|**Public**|Optional. Specifies that the **Event** visible throughout the[project](../../Glossary/vbe-glossary.md#project). **Events** types are **Public** by default. Note that events can only be raised in the[module](../../Glossary/vbe-glossary.md#module) in which they are declared.|
+|**Public**|Optional. Specifies that the **Event** visible throughout the [project](../../Glossary/vbe-glossary.md#project). **Events** types are **Public** by default. Note that events can only be raised in the [module](../../Glossary/vbe-glossary.md#module) in which they are declared.|
| _procedurename_|Required. Name of the event; follows standard variable naming conventions.|
The _arglist_ argument has the following syntax and parts:
@@ -31,14 +31,14 @@ The _arglist_ argument has the following syntax and parts:
|**Part**|**Description**|
|:-----|:-----|
-|**ByVal**|Optional. Indicates that the [argument](../../Glossary/vbe-glossary.md#argument) is passed[by value](../../Glossary/vbe-glossary.md#by-value).|
+|**ByVal**|Optional. Indicates that the [argument](../../Glossary/vbe-glossary.md#argument) is passed [by value](../../Glossary/vbe-glossary.md#by-value).|
|**ByRef**|Optional. Indicates that the argument is passed [by reference](../../Glossary/vbe-glossary.md#by-reference). **ByRef** is the default in Visual Basic.|
| _varname_|Required. Name of the variable representing the argument being passed to the [procedure](../../Glossary/vbe-glossary.md#procedure); follows standard variable naming conventions.|
-| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the argument passed to the procedure; may be[Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable length only),[Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an object type.|
+| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the argument passed to the procedure; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable length only), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an object type.|
## Remarks
-Once the event has been declared, use the **RaiseEvent** statement to fire the event. A syntax error occurs if an **Event** declaration appears in a[standard module](../../Glossary/vbe-glossary.md#standard-module). An event can't be declared to return a value. A typical event might be declared and raised as shown in the following fragments:
+Once the event has been declared, use the **RaiseEvent** statement to fire the event. A syntax error occurs if an **Event** declaration appears in a [standard module](../../Glossary/vbe-glossary.md#standard-module). An event can't be declared to return a value. A typical event might be declared and raised as shown in the following fragments:
diff --git a/Language/Reference/User-Interface-Help/events-property.md b/Language/Reference/User-Interface-Help/events-property.md
index 33fd65c1ace..811f1f2c85d 100644
--- a/Language/Reference/User-Interface-Help/events-property.md
+++ b/Language/Reference/User-Interface-Help/events-property.md
@@ -20,5 +20,5 @@ Supplies properties that enable add-ins to connect to all events in Visual Basic
## Syntax
_object_. **Events**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
diff --git a/Language/Reference/User-Interface-Help/exit-function-not-allowed-in-sub-or-property.md b/Language/Reference/User-Interface-Help/exit-function-not-allowed-in-sub-or-property.md
index 069d198a45b..f3ad36a7317 100644
--- a/Language/Reference/User-Interface-Help/exit-function-not-allowed-in-sub-or-property.md
+++ b/Language/Reference/User-Interface-Help/exit-function-not-allowed-in-sub-or-property.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Exit Function not allowed in Sub or Property
-An **Exit** statement must match the[procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
+An **Exit** statement must match the [procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/exit-property-not-allowed-in-function-or-sub.md b/Language/Reference/User-Interface-Help/exit-property-not-allowed-in-function-or-sub.md
index 209e15531ad..af0c9f1dc3b 100644
--- a/Language/Reference/User-Interface-Help/exit-property-not-allowed-in-function-or-sub.md
+++ b/Language/Reference/User-Interface-Help/exit-property-not-allowed-in-function-or-sub.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Exit Property not allowed in Function or Sub
-An **Exit** statement must match the[procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
+An **Exit** statement must match the [procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/exit-statement.md b/Language/Reference/User-Interface-Help/exit-statement.md
index 8384ea5ac15..5e2dda04e51 100644
--- a/Language/Reference/User-Interface-Help/exit-statement.md
+++ b/Language/Reference/User-Interface-Help/exit-statement.md
@@ -26,7 +26,7 @@ The **Exit** statement syntax has these forms:
|**Statement**|**Description**|
|:-----|:-----|
-|**Exit Do**|Provides a way to exit a **Do...Loop** statement. It can be used only inside a **Do...Loop** statement. **Exit Do** transfers control to the[statement](../../Glossary/vbe-glossary.md#statement) following the **Loop** statement. When used within nested **Do...Loop** statements, **Exit Do** transfers control to the loop that is one nested level above the loop where **Exit** **Do** occurs.|
+|**Exit Do**|Provides a way to exit a **Do...Loop** statement. It can be used only inside a **Do...Loop** statement. **Exit Do** transfers control to the [statement](../../Glossary/vbe-glossary.md#statement) following the **Loop** statement. When used within nested **Do...Loop** statements, **Exit Do** transfers control to the loop that is one nested level above the loop where **Exit** **Do** occurs.|
|**Exit For**|Provides a way to exit a **For** loop. It can be used only in a **For...Next** or **For** **Each...Next** loop. **Exit For** transfers control to the statement following the **Next** statement. When used within nested **For** loops, **Exit For** transfers control to the loop that is one nested level above the loop where **Exit For** occurs.|
|**Exit Function**|Immediately exits the **Function**[procedure](../../Glossary/vbe-glossary.md#procedure) in which it appears. Execution continues with the statement following the statement that called the **Function**.|
|**Exit Property**|Immediately exits the **Property** procedure in which it appears. Execution continues with the statement following the statement that called the **Property** procedure.|
diff --git a/Language/Reference/User-Interface-Help/exit-sub-not-allowed-in-function-or-property.md b/Language/Reference/User-Interface-Help/exit-sub-not-allowed-in-function-or-property.md
index 7dd7c9eb89b..d89ce9b9b7d 100644
--- a/Language/Reference/User-Interface-Help/exit-sub-not-allowed-in-function-or-property.md
+++ b/Language/Reference/User-Interface-Help/exit-sub-not-allowed-in-function-or-property.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Exit Sub not allowed in Function or Property
-An **Exit** statement must match the[procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
+An **Exit** statement must match the [procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/exp-function.md b/Language/Reference/User-Interface-Help/exp-function.md
index 9369b5e45d6..f700ac2a064 100644
--- a/Language/Reference/User-Interface-Help/exp-function.md
+++ b/Language/Reference/User-Interface-Help/exp-function.md
@@ -18,7 +18,7 @@ Returns a **Double** specifying _e_ (the base of natural logarithms) raised to
## Syntax
**Exp(**_number_**)**
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a[Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a [Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/expected-array.md b/Language/Reference/User-Interface-Help/expected-array.md
index 29bbfb0b1ea..69601868663 100644
--- a/Language/Reference/User-Interface-Help/expected-array.md
+++ b/Language/Reference/User-Interface-Help/expected-array.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Expected array
-A [variable](../../Glossary/vbe-glossary.md#variable) name with a subscript indicates the variable is an[array](../../Glossary/vbe-glossary.md#array). This error has the following cause and solution:
+A [variable](../../Glossary/vbe-glossary.md#variable) name with a subscript indicates the variable is an [array](../../Glossary/vbe-glossary.md#array). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/expected-end-function.md b/Language/Reference/User-Interface-Help/expected-end-function.md
index a52e7d42f6e..531f39c209c 100644
--- a/Language/Reference/User-Interface-Help/expected-end-function.md
+++ b/Language/Reference/User-Interface-Help/expected-end-function.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Expected End Function
-An **End**_procedure_ statement must match the[procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
+An **End**_procedure_ statement must match the [procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/expected-end-property.md b/Language/Reference/User-Interface-Help/expected-end-property.md
index eacd06b62e0..f8dfd91154e 100644
--- a/Language/Reference/User-Interface-Help/expected-end-property.md
+++ b/Language/Reference/User-Interface-Help/expected-end-property.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Expected End Property
-An **End**_procedure_ statement must match the[procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
+An **End**_procedure_ statement must match the [procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/expected-end-sub.md b/Language/Reference/User-Interface-Help/expected-end-sub.md
index 146034556a8..6ee8f7e4b81 100644
--- a/Language/Reference/User-Interface-Help/expected-end-sub.md
+++ b/Language/Reference/User-Interface-Help/expected-end-sub.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Expected End Sub
-An **End**_procedure_ statement must match the[procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
+An **End**_procedure_ statement must match the [procedure](../../Glossary/vbe-glossary.md#procedure) in which it occurs. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/expected-sub-function-or-property.md b/Language/Reference/User-Interface-Help/expected-sub-function-or-property.md
index e7dcf8d7b23..7d73cdf58a4 100644
--- a/Language/Reference/User-Interface-Help/expected-sub-function-or-property.md
+++ b/Language/Reference/User-Interface-Help/expected-sub-function-or-property.md
@@ -15,9 +15,9 @@ The syntax of your statement indicates a **Sub**, **Function**, or **Property**
-- The specified name isn't that of a **Sub**, **Function**, or **Property** procedure in[scope](../../Glossary/vbe-glossary.md#scope) in this part of your program.
+- The specified name isn't that of a **Sub**, **Function**, or **Property** procedure in [scope](../../Glossary/vbe-glossary.md#scope) in this part of your program.
- Check the spelling of the name. Note that if the [procedure](../../Glossary/vbe-glossary.md#procedure) is defined as **Private**, it can only be called from within its[module](../../Glossary/vbe-glossary.md#module).
+ Check the spelling of the name. Note that if the [procedure](../../Glossary/vbe-glossary.md#procedure) is defined as **Private**, it can only be called from within its [module](../../Glossary/vbe-glossary.md#module).
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/expected-user-defined-type-not-project.md b/Language/Reference/User-Interface-Help/expected-user-defined-type-not-project.md
index 77494bdbc2f..579db2d657d 100644
--- a/Language/Reference/User-Interface-Help/expected-user-defined-type-not-project.md
+++ b/Language/Reference/User-Interface-Help/expected-user-defined-type-not-project.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Expected user-defined type, not project
-There is no [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) by this name in the current[scope](../../Glossary/vbe-glossary.md#scope), but there is a [project](../../Glossary/vbe-glossary.md#project) by this name. You can define a[variable](../../Glossary/vbe-glossary.md#variable) as having user-defined type, but not project type. This error has the following cause and solution:
+There is no [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) by this name in the current[scope](../../Glossary/vbe-glossary.md#scope), but there is a [project](../../Glossary/vbe-glossary.md#project) by this name. You can define a [variable](../../Glossary/vbe-glossary.md#variable) as having user-defined type, but not project type. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-enum-type.md b/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-enum-type.md
index 3a99bb17263..46ad97fe800 100644
--- a/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-enum-type.md
+++ b/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-enum-type.md
@@ -15,9 +15,9 @@ The name of an **Enum** type only appears in a statement declaring an enumerati
-- An **Enum** type name is used instead of the name of an enumeration variable of the type. Declare a[variable](../../Glossary/vbe-glossary.md#variable) of the **Enum** type or find a previous declaration in the current[scope](../../Glossary/vbe-glossary.md#scope) and use that variable.
+- An **Enum** type name is used instead of the name of an enumeration variable of the type. Declare a [variable](../../Glossary/vbe-glossary.md#variable) of the **Enum** type or find a previous declaration in the current[scope](../../Glossary/vbe-glossary.md#scope) and use that variable.
-- An **Enum** type name is used instead of a variable or[procedure](../../Glossary/vbe-glossary.md#procedure) name.
+- An **Enum** type name is used instead of a variable or [procedure](../../Glossary/vbe-glossary.md#procedure) name.
Check the spelling of the [identifier](../../Glossary/vbe-glossary.md#identifier) that caused the error. Use the name of a variable or procedure where you specified an **Enum** type.
diff --git a/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-module.md b/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-module.md
index cd4c221f018..d2752ba9157 100644
--- a/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-module.md
+++ b/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-module.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Expected variable or procedure, not module
-There is no [variable](../../Glossary/vbe-glossary.md#variable) or[procedure](../../Glossary/vbe-glossary.md#procedure) by this name in the current[scope](../../Glossary/vbe-glossary.md#scope), but there is a [module](../../Glossary/vbe-glossary.md#module) by this name. This error has the following cause and solution:
+There is no [variable](../../Glossary/vbe-glossary.md#variable) or [procedure](../../Glossary/vbe-glossary.md#procedure) by this name in the current[scope](../../Glossary/vbe-glossary.md#scope), but there is a [module](../../Glossary/vbe-glossary.md#module) by this name. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-project.md b/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-project.md
index d9e3594c864..b6d4ee3f6af 100644
--- a/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-project.md
+++ b/Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-project.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Expected variable or procedure, not project
-There is no [variable](../../Glossary/vbe-glossary.md#variable) or[procedure](../../Glossary/vbe-glossary.md#procedure) by this name in the current[scope](../../Glossary/vbe-glossary.md#scope), but there is a [project](../../Glossary/vbe-glossary.md#project) by this name. This error has the following cause and solution:
+There is no [variable](../../Glossary/vbe-glossary.md#variable) or [procedure](../../Glossary/vbe-glossary.md#procedure) by this name in the current[scope](../../Glossary/vbe-glossary.md#scope), but there is a [project](../../Glossary/vbe-glossary.md#project) by this name. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/external-name-not-defined.md b/Language/Reference/User-Interface-Help/external-name-not-defined.md
index 02f898b5c6b..d7a553001f4 100644
--- a/Language/Reference/User-Interface-Help/external-name-not-defined.md
+++ b/Language/Reference/User-Interface-Help/external-name-not-defined.md
@@ -15,7 +15,7 @@ You can indicate external names by enclosing them in brackets (**[ ]**). This er
-- The [identifier](../../Glossary/vbe-glossary.md#identifier) specified within brackets has no meaning to the[host application](../../Glossary/vbe-glossary.md#host-application).
+- The [identifier](../../Glossary/vbe-glossary.md#identifier) specified within brackets has no meaning to the [host application](../../Glossary/vbe-glossary.md#host-application).
Check the spelling of the name to be sure it's consistent with that expected by the host.
diff --git a/Language/Reference/User-Interface-Help/filedatetime-function.md b/Language/Reference/User-Interface-Help/filedatetime-function.md
index 9fd6e427081..04e3f52aa0a 100644
--- a/Language/Reference/User-Interface-Help/filedatetime-function.md
+++ b/Language/Reference/User-Interface-Help/filedatetime-function.md
@@ -18,7 +18,7 @@ Returns a **Variant** (**Date**) that indicates the date and time when a file w
## Syntax
**FileDateTime(**_pathname_**)**
-The required _pathname_[argument](../../Glossary/vbe-glossary.md#argument) is a[string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies a file name. The _pathname_ may include the directory or folder, and the drive.
+The required _pathname_[argument](../../Glossary/vbe-glossary.md#argument) is a [string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies a file name. The _pathname_ may include the directory or folder, and the drive.
## Example
diff --git a/Language/Reference/User-Interface-Help/filelen-function.md b/Language/Reference/User-Interface-Help/filelen-function.md
index 3e816fe4b26..0710aea6f76 100644
--- a/Language/Reference/User-Interface-Help/filelen-function.md
+++ b/Language/Reference/User-Interface-Help/filelen-function.md
@@ -18,7 +18,7 @@ Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) specifying the l
## Syntax
**FileLen(**_pathname_**)**
-The required _pathname_[argument](../../Glossary/vbe-glossary.md#argument) is a[string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies a file. The _pathname_ may include the directory or folder, and the drive.
+The required _pathname_[argument](../../Glossary/vbe-glossary.md#argument) is a [string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies a file. The _pathname_ may include the directory or folder, and the drive.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/filename-or-class-name-not-found-during-automation-operation-error-432.md b/Language/Reference/User-Interface-Help/filename-or-class-name-not-found-during-automation-operation-error-432.md
index 8e777fd00b1..27a5e03f6dd 100644
--- a/Language/Reference/User-Interface-Help/filename-or-class-name-not-found-during-automation-operation-error-432.md
+++ b/Language/Reference/User-Interface-Help/filename-or-class-name-not-found-during-automation-operation-error-432.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Filename or class name not found during Automation operation (Error 432)
-The **GetObject** function requires either a valid file name with a path specification, or the name of a[class](../../Glossary/vbe-glossary.md#class) that is registered with the system. This error has the following cause and solution:
+The **GetObject** function requires either a valid file name with a path specification, or the name of a [class](../../Glossary/vbe-glossary.md#class) that is registered with the system. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/filename-property.md b/Language/Reference/User-Interface-Help/filename-property.md
index ecec743cffb..417aec84404 100644
--- a/Language/Reference/User-Interface-Help/filename-property.md
+++ b/Language/Reference/User-Interface-Help/filename-property.md
@@ -20,7 +20,7 @@ Returns the full path name of the project file or host document.
## Syntax
_object_**.Filename**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/fixed-or-static-data-can-t-be-larger-than-64k.md b/Language/Reference/User-Interface-Help/fixed-or-static-data-can-t-be-larger-than-64k.md
index cf2c4e38cb5..5cf05490fbe 100644
--- a/Language/Reference/User-Interface-Help/fixed-or-static-data-can-t-be-larger-than-64k.md
+++ b/Language/Reference/User-Interface-Help/fixed-or-static-data-can-t-be-larger-than-64k.md
@@ -19,7 +19,7 @@ Fixed and static data include nonautomatic [variables](../../Glossary/vbe-glossa
Reduce the amount of declared data. Note that although the size limit for module-level data is 64K, module-level variable-length strings and arrays can exceed this limit.
-- You attempted to allocate more than 64K of static [procedure-level](../../Glossary/vbe-glossary.md#procedure-level) data in the[module](../../Glossary/vbe-glossary.md#module).
+- You attempted to allocate more than 64K of static [procedure-level](../../Glossary/vbe-glossary.md#procedure-level) data in the [module](../../Glossary/vbe-glossary.md#module).
Reduce the amount of this type of data declared. Static data from all [procedures](../../Glossary/vbe-glossary.md#procedure) in a module is limited to a total of 64K (not 64K per procedure). Note that static variable-length strings and arrays can exceed this limit.
diff --git a/Language/Reference/User-Interface-Help/for-each-can-only-iterate-over-a-collection-object-or-an-array.md b/Language/Reference/User-Interface-Help/for-each-can-only-iterate-over-a-collection-object-or-an-array.md
index b029b19fe24..7d28ddcfd62 100644
--- a/Language/Reference/User-Interface-Help/for-each-can-only-iterate-over-a-collection-object-or-an-array.md
+++ b/Language/Reference/User-Interface-Help/for-each-can-only-iterate-over-a-collection-object-or-an-array.md
@@ -11,11 +11,11 @@ ms.date: 06/08/2017
# For Each can only iterate over a collection object or an array
-The **For Each** construct can only be used with[collections](../../Glossary/vbe-glossary.md#collection) and[arrays](../../Glossary/vbe-glossary.md#array). This error has the following cause and solution:
+The **For Each** construct can only be used with [collections](../../Glossary/vbe-glossary.md#collection) and [arrays](../../Glossary/vbe-glossary.md#array). This error has the following cause and solution:
-- You specified an object that isn't a collection or array as the _group_ part of the **For Each** syntax. Check the spelling of the item over which you want to iterate to make sure it corresponds to a collection or array in[scope](../../Glossary/vbe-glossary.md#scope) in this part of your code.
+- You specified an object that isn't a collection or array as the _group_ part of the **For Each** syntax. Check the spelling of the item over which you want to iterate to make sure it corresponds to a collection or array in [scope](../../Glossary/vbe-glossary.md#scope) in this part of your code.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/for-each-may-not-be-used-on-array-of-user-defined-type-or-fixed-length-strings.md b/Language/Reference/User-Interface-Help/for-each-may-not-be-used-on-array-of-user-defined-type-or-fixed-length-strings.md
index bcfff0bbfb9..ea59c92c4d9 100644
--- a/Language/Reference/User-Interface-Help/for-each-may-not-be-used-on-array-of-user-defined-type-or-fixed-length-strings.md
+++ b/Language/Reference/User-Interface-Help/for-each-may-not-be-used-on-array-of-user-defined-type-or-fixed-length-strings.md
@@ -11,11 +11,11 @@ ms.date: 06/08/2017
# For Each may not be used on array of user-defined type or fixed-length strings
- **For Each** constructs are only valid for[collections](../../Glossary/vbe-glossary.md#collection) and[arrays](../../Glossary/vbe-glossary.md#array) of intrinsic types, including arrays of objects. Also, arrays of fixed-length strings can't be iterated using **For** **Each**. This error has the following causes and solutions:
+ **For Each** constructs are only valid for[collections](../../Glossary/vbe-glossary.md#collection) and [arrays](../../Glossary/vbe-glossary.md#array) of intrinsic types, including arrays of objects. Also, arrays of fixed-length strings can't be iterated using **For** **Each**. This error has the following causes and solutions:
-- The elements of the array in your **For Each** construct have a[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type).
+- The elements of the array in your **For Each** construct have a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type).
Use an ordinary **For...Next** loop to iterate the elements of the array.
diff --git a/Language/Reference/User-Interface-Help/for-eachnext-statement.md b/Language/Reference/User-Interface-Help/for-eachnext-statement.md
index e71f44869ac..83a9bc0455a 100644
--- a/Language/Reference/User-Interface-Help/for-eachnext-statement.md
+++ b/Language/Reference/User-Interface-Help/for-eachnext-statement.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# For Each...Next Statement
-Repeats a group of [statements](../../Glossary/vbe-glossary.md#statement) for each element in an[array](../../Glossary/vbe-glossary.md#array) or[collection](../../Glossary/vbe-glossary.md#collection).
+Repeats a group of [statements](../../Glossary/vbe-glossary.md#statement) for each element in an [array](../../Glossary/vbe-glossary.md#array) or [collection](../../Glossary/vbe-glossary.md#collection).
## Syntax
@@ -26,7 +26,7 @@ The **For...Each...Next** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
-| _element_|Required. [Variable](../../Glossary/vbe-glossary.md#variable) used to iterate through the elements of the collection or array. For collections, _element_ can only be a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) variable, a generic object variable, or any specific object variable. For arrays, _element_ can only be a **Variant** variable.|
+| _element_|Required. [Variable](../../Glossary/vbe-glossary.md#variable) used to iterate through the elements of the collection or array. For collections, _element_ can only be a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) variable, a generic object variable, or any specific object variable. For arrays, _element_ can only be a **Variant** variable.|
| _group_|Required. Name of an object collection or array (except an array of [user-defined types](../../Glossary/vbe-glossary.md#user-defined-type)).|
| _statements_|Optional. One or more statements that are executed on each item in _group_.|
diff --git a/Language/Reference/User-Interface-Help/fornext-statement.md b/Language/Reference/User-Interface-Help/fornext-statement.md
index a147e4f1eaa..daeed37d058 100644
--- a/Language/Reference/User-Interface-Help/fornext-statement.md
+++ b/Language/Reference/User-Interface-Help/fornext-statement.md
@@ -26,7 +26,7 @@ The **For…Next** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
-| _counter_|Required. Numeric [variable](../../Glossary/vbe-glossary.md#variable) used as a loop counter. The variable can't be a[Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) or an[array](../../Glossary/vbe-glossary.md#array) element.|
+| _counter_|Required. Numeric [variable](../../Glossary/vbe-glossary.md#variable) used as a loop counter. The variable can't be a [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) or an [array](../../Glossary/vbe-glossary.md#array) element.|
| _start_|Required. Initial value of _counter_.|
| _end_|Required. Final value of _counter_.|
| _step_|Optional. Amount _counter_ is changed each time through the loop. If not specified, _step_ defaults to one.|
diff --git a/Language/Reference/User-Interface-Help/freefile-function.md b/Language/Reference/User-Interface-Help/freefile-function.md
index 73661f940fb..eebea53082e 100644
--- a/Language/Reference/User-Interface-Help/freefile-function.md
+++ b/Language/Reference/User-Interface-Help/freefile-function.md
@@ -18,7 +18,7 @@ Returns an [Integer](../../Glossary/vbe-glossary.md#integer-data-type) represent
## Syntax
**FreeFile** [ **(**_rangenumber_**)** ]
-The optional _rangenumber_ argument is a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) that specifies the range from which the next free file number is to be returned. Specify a 0 (default) to return a file number in the range 1 - 255, inclusive. Specify a 1 to return a file number in the range 256 - 511.
+The optional _rangenumber_ argument is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) that specifies the range from which the next free file number is to be returned. Specify a 0 (default) to return a file number in the range 1 - 255, inclusive. Specify a 1 to return a file number in the range 256 - 511.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/friend-keyword.md b/Language/Reference/User-Interface-Help/friend-keyword.md
index 363249b49a3..29039b2d55f 100644
--- a/Language/Reference/User-Interface-Help/friend-keyword.md
+++ b/Language/Reference/User-Interface-Help/friend-keyword.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Friend
-Modifies the definition of a [procedure](../../Glossary/vbe-glossary.md#procedure) in a form module or[class module](../../Glossary/vbe-glossary.md#class-module) to make the procedure callable from modules that are outside the[class](../../Glossary/vbe-glossary.md#class), but part of the [project](../../Glossary/vbe-glossary.md#project) within which the class is defined. **Friend** procedures cannot be used in standard modules.
+Modifies the definition of a [procedure](../../Glossary/vbe-glossary.md#procedure) in a form module or [class module](../../Glossary/vbe-glossary.md#class-module) to make the procedure callable from modules that are outside the [class](../../Glossary/vbe-glossary.md#class), but part of the [project](../../Glossary/vbe-glossary.md#project) within which the class is defined. **Friend** procedures cannot be used in standard modules.
## Syntax
@@ -21,9 +21,9 @@ The required _procedurename_ is the name of the procedure to be made visible th
## Remarks
-**Public** procedures in a class can be called from anywhere, even by controllers of instances of the class. Declaring a procedure **Private** prevents controllers of the object from calling the procedure, but also prevents the procedure from being called from within the project in which the class itself is defined. **Friend** makes the procedure visible throughout the project, but not to a controller of an instance of the object. **Friend** can appear only in form modules and class modules, and can only modify procedure names, not[variables](../../Glossary/vbe-glossary.md#variable) or types. Procedures in a class can access the **Friend** procedures of all other classes in a project. **Friend** procedures don't appear in the[type library](../../Glossary/vbe-glossary.md#type-library) of their class. A **Friend** procedure can't be late bound.
+**Public** procedures in a class can be called from anywhere, even by controllers of instances of the class. Declaring a procedure **Private** prevents controllers of the object from calling the procedure, but also prevents the procedure from being called from within the project in which the class itself is defined. **Friend** makes the procedure visible throughout the project, but not to a controller of an instance of the object. **Friend** can appear only in form modules and class modules, and can only modify procedure names, not [variables](../../Glossary/vbe-glossary.md#variable) or types. Procedures in a class can access the **Friend** procedures of all other classes in a project. **Friend** procedures don't appear in the [type library](../../Glossary/vbe-glossary.md#type-library) of their class. A **Friend** procedure can't be late bound.
-## Friend Example
+## Friend example
When placed in a class module, the following code makes the member variable dblBalance accessible to all users of the class within the project. Any user of the class can get the value; only code within the project can assign a value to that variable.
diff --git a/Language/Reference/User-Interface-Help/function-marked-as-restricted-or-uses-a-type-not-supported-in-visual-basic.md b/Language/Reference/User-Interface-Help/function-marked-as-restricted-or-uses-a-type-not-supported-in-visual-basic.md
index e5264e23c7a..11fcd292208 100644
--- a/Language/Reference/User-Interface-Help/function-marked-as-restricted-or-uses-a-type-not-supported-in-visual-basic.md
+++ b/Language/Reference/User-Interface-Help/function-marked-as-restricted-or-uses-a-type-not-supported-in-visual-basic.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Function marked as restricted or uses a type not supported in Visual Basic
-Not every [procedure](../../Glossary/vbe-glossary.md#procedure) that appears in a[type library](../../Glossary/vbe-glossary.md#type-library) or[object library](../../Glossary/vbe-glossary.md#object-library) can be accessed by every programming language. The creator of a type or object library can designate some functions as restricted to prevent their use by macro languages. This error has the following causes and solutions:
+Not every [procedure](../../Glossary/vbe-glossary.md#procedure) that appears in a [type library](../../Glossary/vbe-glossary.md#type-library) or [object library](../../Glossary/vbe-glossary.md#object-library) can be accessed by every programming language. The creator of a type or object library can designate some functions as restricted to prevent their use by macro languages. This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/function-statement.md b/Language/Reference/User-Interface-Help/function-statement.md
index c74da31898a..ec858e5a059 100644
--- a/Language/Reference/User-Interface-Help/function-statement.md
+++ b/Language/Reference/User-Interface-Help/function-statement.md
@@ -39,7 +39,7 @@ The **Function** statement syntax has these parts:
|**Static**|Optional. Indicates that the **Function** procedure's local [variables](../../Glossary/vbe-glossary.md#variable) are preserved between calls. The **Static** attribute doesn't affect variables that are declared outside the **Function**, even if they are used in the procedure.|
| _name_|Required. Name of the **Function**; follows standard variable naming conventions.|
| _arglist_|Optional. List of variables representing arguments that are passed to the **Function** procedure when it is called. Multiple variables are separated by commas.|
-| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the value returned by the **Function** procedure; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type), or (except fixed length), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), or any [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type).|
+| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the value returned by the **Function** procedure; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type), or (except fixed length), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), or any [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type).|
| _statements_|Optional. Any group of statements to be executed within the **Function** procedure.|
| _expression_|Optional. Return value of the **Function**.|
@@ -59,7 +59,7 @@ The _arglist_ argument has the following syntax and parts:
## Remarks
-If not explicitly specified using **Public**, **Private**, or **Friend**, **Function** procedures are public by default. If **Static** isn't used, the value of local variables is not preserved between calls. The **Friend** keyword can only be used in class modules. However, **Friend** procedures can be accessed by procedures in any module of a project. A **Friend** procedure does't appear in the[type library](../../Glossary/vbe-glossary.md#type-library) of its parent class, nor can a **Friend** procedure be late bound.
+If not explicitly specified using **Public**, **Private**, or **Friend**, **Function** procedures are public by default. If **Static** isn't used, the value of local variables is not preserved between calls. The **Friend** keyword can only be used in class modules. However, **Friend** procedures can be accessed by procedures in any module of a project. A **Friend** procedure does't appear in the [type library](../../Glossary/vbe-glossary.md#type-library) of its parent class, nor can a **Friend** procedure be late bound.
**Function** procedures can be recursive; that is, they can call themselves to perform a given task. However, recursion can lead to stack overflow. The **Static** keyword usually isn't used with recursive **Function** procedures.
All executable code must be in procedures. You can't define a **Function** procedure inside another **Function**, **Sub**, or **Property** procedure.
The **Exit Function** statement causes an immediate exit from a **Function** procedure. Program execution continues with the statement following the statement that called the **Function** procedure. Any number of **Exit Function** statements can appear anywhere in a **Function** procedure.
diff --git a/Language/Reference/User-Interface-Help/general-tab-project-properties-dialog-box.md b/Language/Reference/User-Interface-Help/general-tab-project-properties-dialog-box.md
index c81551a65d1..854a6e639e8 100644
--- a/Language/Reference/User-Interface-Help/general-tab-project-properties-dialog-box.md
+++ b/Language/Reference/User-Interface-Help/general-tab-project-properties-dialog-box.md
@@ -39,7 +39,7 @@ Sets the descriptive text that is displayed in the **Description** pane at the
**Project Help Context ID**
Lists the context ID for the specific Help topic to be called when the user selects the
- button while the application's[object library](../../Glossary/vbe-glossary.md#object-library) is selected in the[Object Browser](../../Glossary/vbe-glossary.md#object-browser).
+ button while the application's[object library](../../Glossary/vbe-glossary.md#object-library) is selected in the [Object Browser](../../Glossary/vbe-glossary.md#object-browser).
**Conditional Compilation Arguments**
diff --git a/Language/Reference/User-Interface-Help/getallsettings-function.md b/Language/Reference/User-Interface-Help/getallsettings-function.md
index 2fc0d171b53..2a91c75aeb5 100644
--- a/Language/Reference/User-Interface-Help/getallsettings-function.md
+++ b/Language/Reference/User-Interface-Help/getallsettings-function.md
@@ -23,8 +23,8 @@ The **GetAllSettings** function syntax has these[named arguments](../../Glossar
|**Part**|**Description**|
|:-----|:-----|
-|**_appname_**|Required. [String expression](../../Glossary/vbe-glossary.md#string-expression) containing the name of the application or[project](../../Glossary/vbe-glossary.md#project) whose key settings are requested. On the Macintosh, this is the filename of the initialization file in the Preferences folder in the System folder.|
-|**_section_**|Required. String e **xpression** containing the name of the section whose key settings are requested. **GetAllSettings** returns a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) whose contents is a two-dimensional[array](../../Glossary/vbe-glossary.md#array) of strings containing all the key settings in the specified section and their corresponding values.|
+|**_appname_**|Required. [String expression](../../Glossary/vbe-glossary.md#string-expression) containing the name of the application or [project](../../Glossary/vbe-glossary.md#project) whose key settings are requested. On the Macintosh, this is the filename of the initialization file in the Preferences folder in the System folder.|
+|**_section_**|Required. String e **xpression** containing the name of the section whose key settings are requested. **GetAllSettings** returns a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) whose contents is a two-dimensional[array](../../Glossary/vbe-glossary.md#array) of strings containing all the key settings in the specified section and their corresponding values.|
## Remarks
diff --git a/Language/Reference/User-Interface-Help/getattr-function.md b/Language/Reference/User-Interface-Help/getattr-function.md
index 91f71f5379c..766def2407a 100644
--- a/Language/Reference/User-Interface-Help/getattr-function.md
+++ b/Language/Reference/User-Interface-Help/getattr-function.md
@@ -18,7 +18,7 @@ Returns an **Integer** representing the attributes of a file, directory, or fol
## Syntax
**GetAttr(**_pathname_**)**
-The required _pathname_[argument](../../Glossary/vbe-glossary.md#argument) is a[string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies a file name. The _pathname_ may include the directory or folder, and the drive.
+The required _pathname_[argument](../../Glossary/vbe-glossary.md#argument) is a [string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies a file name. The _pathname_ may include the directory or folder, and the drive.
**Return Values**
The value returned by **GetAttr** is the sum of the following attribute values:
@@ -37,7 +37,7 @@ The value returned by **GetAttr** is the sum of the following attribute values:
## Remarks
-To determine which attributes are set, use the **And** operator to perform a[bitwise comparison](../../Glossary/vbe-glossary.md#bitwise-comparison) of the value returned by the **GetAttr** function and the value of the individual file attribute you want. If the result is not zero, that attribute is set for the named file. For example, the return value of the following **And** expression is zero if the Archive attribute is not set:
+To determine which attributes are set, use the **And** operator to perform a [bitwise comparison](../../Glossary/vbe-glossary.md#bitwise-comparison) of the value returned by the **GetAttr** function and the value of the individual file attribute you want. If the result is not zero, that attribute is set for the named file. For example, the return value of the following **And** expression is zero if the Archive attribute is not set:
diff --git a/Language/Reference/User-Interface-Help/getformat-method.md b/Language/Reference/User-Interface-Help/getformat-method.md
index a09aaf191f4..af579273f4b 100644
--- a/Language/Reference/User-Interface-Help/getformat-method.md
+++ b/Language/Reference/User-Interface-Help/getformat-method.md
@@ -46,4 +46,4 @@ The **DataObject** currently supports only text formats.
- [Standard Clipboard Formats](https://msdn.microsoft.com/f0af4e61-7ef1-4263-b2c5-e4114515124f)
-- [Registered Clipboard Formats](https://msdn.microsoft.com/en-us/library/ms649013.aspx)
+- [Registered Clipboard Formats](https://msdn.microsoft.com/library/ms649013.aspx)
diff --git a/Language/Reference/User-Interface-Help/getobject-function.md b/Language/Reference/User-Interface-Help/getobject-function.md
index cbb273b47bb..78aeca0655f 100644
--- a/Language/Reference/User-Interface-Help/getobject-function.md
+++ b/Language/Reference/User-Interface-Help/getobject-function.md
@@ -24,7 +24,7 @@ The **GetObject** function syntax has these[named arguments](../../Glossary/vbe
|**Part**|**Description**|
|:-----|:-----|
|**_pathname_**|Optional; **Variant** (**String**). The full path and name of the file containing the object to retrieve. If **_pathname_** is omitted, **_class_** is required.|
-|**_class_**|Optional; **Variant** (**String**). A string representing the[class](../../Glossary/vbe-glossary.md#class) of the object.|
+|**_class_**|Optional; **Variant** (**String**). A string representing the [class](../../Glossary/vbe-glossary.md#class) of the object.|
The **_class_**[argument](../../Glossary/vbe-glossary.md#argument) uses the syntax _appname_**.**_objecttype_ and has these parts:
@@ -36,7 +36,7 @@ The **_class_**[argument](../../Glossary/vbe-glossary.md#argument) uses the syn
## Remarks
-Use the **GetObject** function to access an ActiveX object from a file and assign the object to an[object variable](../../Glossary/vbe-glossary.md#object-variable). Use the **Set** statement to assign the object returned by **GetObject** to the object variable. For example:
+Use the **GetObject** function to access an ActiveX object from a file and assign the object to an [object variable](../../Glossary/vbe-glossary.md#object-variable). Use the **Set** statement to assign the object returned by **GetObject** to the object variable. For example:
@@ -66,7 +66,7 @@ Set MyObject = GetObject("C:\DRAWINGS\SAMPLE.DRW", "FIGMENT.DRAWING")
```
In the example, `FIGMENT` is the name of a drawing application and `DRAWING` is one of the object types it supports.
-Once an object is activated, you reference it in code using the object variable you defined. In the preceding example, you access [properties](../../Glossary/vbe-glossary.md#property) and[methods](../../Glossary/vbe-glossary.md#method) of the new object using the object variable `MyObject`. For example:
+Once an object is activated, you reference it in code using the object variable you defined. In the preceding example, you access [properties](../../Glossary/vbe-glossary.md#property) and [methods](../../Glossary/vbe-glossary.md#method) of the new object using the object variable `MyObject`. For example:
diff --git a/Language/Reference/User-Interface-Help/gosubreturn-statement.md b/Language/Reference/User-Interface-Help/gosubreturn-statement.md
index 898aaa68d78..c00b85eb39a 100644
--- a/Language/Reference/User-Interface-Help/gosubreturn-statement.md
+++ b/Language/Reference/User-Interface-Help/gosubreturn-statement.md
@@ -23,11 +23,11 @@ Branches to and returns from a subroutine within a [procedure](../../Glossary/vb
`...`
**Return**
-The _line_[argument](../../Glossary/vbe-glossary.md#argument) can be any[line label](../../Glossary/vbe-glossary.md#line-label) or[line number](../../Glossary/vbe-glossary.md#line-number).
+The _line_[argument](../../Glossary/vbe-glossary.md#argument) can be any[line label](../../Glossary/vbe-glossary.md#line-label) or [line number](../../Glossary/vbe-glossary.md#line-number).
## Remarks
-You can use **GoSub** and **Return** anywhere in a procedure, but **GoSub** and the corresponding **Return** statement must be in the same procedure. A subroutine can contain more than one **Return** statement, but the first **Return** statement encountered causes the flow of execution to branch back to the[statement](../../Glossary/vbe-glossary.md#statement) immediately following the most recently executed **GoSub** statement.
+You can use **GoSub** and **Return** anywhere in a procedure, but **GoSub** and the corresponding **Return** statement must be in the same procedure. A subroutine can contain more than one **Return** statement, but the first **Return** statement encountered causes the flow of execution to branch back to the [statement](../../Glossary/vbe-glossary.md#statement) immediately following the most recently executed **GoSub** statement.
**Note** You can't enter or exit **Sub** procedures with **GoSub...Return**.
diff --git a/Language/Reference/User-Interface-Help/height-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/height-property-vba-add-in-object-model.md
index 8c749210d3a..59cdba0cbe3 100644
--- a/Language/Reference/User-Interface-Help/height-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/height-property-vba-add-in-object-model.md
@@ -13,11 +13,11 @@ ms.date: 06/08/2017
-Returns or sets a [Single](../../Glossary/vbe-glossary.md#single-data-type) containing the height of the window in[twips](../../Glossary/vbe-glossary.md#twip). Read/write.
+Returns or sets a [Single](../../Glossary/vbe-glossary.md#single-data-type) containing the height of the window in [twips](../../Glossary/vbe-glossary.md#twip). Read/write.
## Remarks
-Changing the **Height** property setting of a[linked window](../../Glossary/vbe-glossary.md#linked-window) or[docked window](../../Glossary/vbe-glossary.md#docked-window) has no effect as long as the window remains linked or docked.
+Changing the **Height** property setting of a [linked window](../../Glossary/vbe-glossary.md#linked-window) or [docked window](../../Glossary/vbe-glossary.md#docked-window) has no effect as long as the window remains linked or docked.
**Important** Objects, properties, and methods for controlling linked windows, linked window frames, and docked windows are included on the Macintosh for compatibility with code written in Windows. However, these language elements will generate run-time errors when run on the Macintosh.
diff --git a/Language/Reference/User-Interface-Help/helpcontextid-property.md b/Language/Reference/User-Interface-Help/helpcontextid-property.md
index 3e7507684ba..e643c721d69 100644
--- a/Language/Reference/User-Interface-Help/helpcontextid-property.md
+++ b/Language/Reference/User-Interface-Help/helpcontextid-property.md
@@ -31,5 +31,5 @@ The **HelpContextID** property syntax has these parts:
## Remarks
The topic identified by the **HelpContextID** property is available to users when a form is running. To display the topic, the user must either select the control or set[focus](../../Glossary/vbe-glossary.md#focus) to the control, and then press F1.
-The **HelpContextID** property refers to a topic in a custom Help file you have created to describe your form or application. In Visual Basic, the custom Help file is a property of the[project](../../Glossary/vbe-glossary.md#project).
+The **HelpContextID** property refers to a topic in a custom Help file you have created to describe your form or application. In Visual Basic, the custom Help file is a property of the [project](../../Glossary/vbe-glossary.md#project).
diff --git a/Language/Reference/User-Interface-Help/helpfile-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/helpfile-property-vba-add-in-object-model.md
index 4a4c5c5037d..aaad2642feb 100644
--- a/Language/Reference/User-Interface-Help/helpfile-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/helpfile-property-vba-add-in-object-model.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
-Returns or sets a [String](../../Glossary/vbe-glossary.md#string-data-type) specifying the Microsoft Windows Help file for a[project](../../Glossary/vbe-glossary.md#project). Read/write.
+Returns or sets a [String](../../Glossary/vbe-glossary.md#string-data-type) specifying the Microsoft Windows Help file for a [project](../../Glossary/vbe-glossary.md#project). Read/write.
diff --git a/Language/Reference/User-Interface-Help/hex-function.md b/Language/Reference/User-Interface-Help/hex-function.md
index 93402dbf2f8..d3beee4b733 100644
--- a/Language/Reference/User-Interface-Help/hex-function.md
+++ b/Language/Reference/User-Interface-Help/hex-function.md
@@ -18,7 +18,7 @@ Returns a [String](../../Glossary/vbe-glossary.md#string-data-type) representing
## Syntax
**Hex** ( _number_ )
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or[string expression](../../Glossary/vbe-glossary.md#string-expression) _._
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or [string expression](../../Glossary/vbe-glossary.md#string-expression) _._
## Remarks
diff --git a/Language/Reference/User-Interface-Help/hide-method.md b/Language/Reference/User-Interface-Help/hide-method.md
index f465a79defd..82e479de7e4 100644
--- a/Language/Reference/User-Interface-Help/hide-method.md
+++ b/Language/Reference/User-Interface-Help/hide-method.md
@@ -20,7 +20,7 @@ Hides an object but doesn't unload it.
## Syntax
_object_. **Hide**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list. If _object_ is omitted, the **UserForm** with the[focus](../../Glossary/vbe-glossary.md#focus) is assumed to be _object_.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list. If _object_ is omitted, the **UserForm** with the [focus](../../Glossary/vbe-glossary.md#focus) is assumed to be _object_.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/illegal-parameter-can-t-write-arrays-error-328.md b/Language/Reference/User-Interface-Help/illegal-parameter-can-t-write-arrays-error-328.md
index 9538e3a9601..ad2e691d2e1 100644
--- a/Language/Reference/User-Interface-Help/illegal-parameter-can-t-write-arrays-error-328.md
+++ b/Language/Reference/User-Interface-Help/illegal-parameter-can-t-write-arrays-error-328.md
@@ -15,7 +15,7 @@ An illegal [parameter](../../Glossary/vbe-glossary.md#parameter) was passed to t
-- In the **WriteProperties** event of your User Control, you tried to do a **PropBag.WriteProperty** X, where X is an[array](../../Glossary/vbe-glossary.md#array). This isn't supported.
+- In the **WriteProperties** event of your User Control, you tried to do a **PropBag.WriteProperty** X, where X is an [array](../../Glossary/vbe-glossary.md#array). This isn't supported.
You must write out each element of the array individually.
diff --git a/Language/Reference/User-Interface-Help/imemode-property.md b/Language/Reference/User-Interface-Help/imemode-property.md
index 33b8aa6dc50..8886eb60ea7 100644
--- a/Language/Reference/User-Interface-Help/imemode-property.md
+++ b/Language/Reference/User-Interface-Help/imemode-property.md
@@ -15,7 +15,7 @@ ms.date: 06/08/2017
-Specifies the default [run time](../../Glossary/vbe-glossary.md#run-time) mode of the[Input Method Editor (IME](../../Glossary/glossary-vba.md#input-method-editor-ime)) for a control. This property applies only to applications written for East Asia and is ignored in other applications.
+Specifies the default [run time](../../Glossary/vbe-glossary.md#run-time) mode of the [Input Method Editor (IME](../../Glossary/glossary-vba.md#input-method-editor-ime)) for a control. This property applies only to applications written for East Asia and is ignored in other applications.
## Syntax
diff --git a/Language/Reference/User-Interface-Help/import-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/import-method-vba-add-in-object-model.md
index 6a06012b98d..d6cd61f589d 100644
--- a/Language/Reference/User-Interface-Help/import-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/import-method-vba-add-in-object-model.md
@@ -28,5 +28,5 @@ The **Import** syntax has these parts:
## Remarks
-You can use the **Import** method to add a component,[form](../../Glossary/vbe-glossary.md#form), [module](../../Glossary/vbe-glossary.md#module), [class](../../Glossary/vbe-glossary.md#class), and so on, to your project.
+You can use the **Import** method to add a component, [form](../../Glossary/vbe-glossary.md#form), [module](../../Glossary/vbe-glossary.md#module), [class](../../Glossary/vbe-glossary.md#class), and so on, to your project.
diff --git a/Language/Reference/User-Interface-Help/incorrect-ole-version.md b/Language/Reference/User-Interface-Help/incorrect-ole-version.md
index e7e21fc9aa9..2c60dbc752f 100644
--- a/Language/Reference/User-Interface-Help/incorrect-ole-version.md
+++ b/Language/Reference/User-Interface-Help/incorrect-ole-version.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Incorrect OLE version
-Your versions of the OLE [dynamic-link libraries (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll) (Windows) or code resource (Macintosh) don't match those expected by the[host application](../../Glossary/vbe-glossary.md#host-application). In Microsoft Windows, the application searches for the DLLs first in the current directory, then along your path settings, and then in the WINDOWS\SYSTEM directory. This error has the following cause and solution:
+Your versions of the OLE [dynamic-link libraries (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll) (Windows) or code resource (Macintosh) don't match those expected by the [host application](../../Glossary/vbe-glossary.md#host-application). In Microsoft Windows, the application searches for the DLLs first in the current directory, then along your path settings, and then in the WINDOWS\SYSTEM directory. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/indexedvalue-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/indexedvalue-property-vba-add-in-object-model.md
index cc44f2467ce..0723859b704 100644
--- a/Language/Reference/User-Interface-Help/indexedvalue-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/indexedvalue-property-vba-add-in-object-model.md
@@ -13,11 +13,11 @@ ms.date: 06/08/2017
-Returns or sets a value for a member of a [property](../../Glossary/vbe-glossary.md#property) that is an indexed list or an[array](../../Glossary/vbe-glossary.md#array).
+Returns or sets a value for a member of a [property](../../Glossary/vbe-glossary.md#property) that is an indexed list or an [array](../../Glossary/vbe-glossary.md#array).
## Remarks
-The value returned or set by the **IndexedValue** property is an[expression](../../Glossary/vbe-glossary.md#expression) that evaluates to a type that is accepted by the object. For a property that is an indexed list or array, you must use the **IndexedValue** property instead of the **Value** property. An indexed list is a[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) specifying index position.
+The value returned or set by the **IndexedValue** property is an [expression](../../Glossary/vbe-glossary.md#expression) that evaluates to a type that is accepted by the object. For a property that is an indexed list or array, you must use the **IndexedValue** property instead of the **Value** property. An indexed list is a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) specifying index position.
**IndexedValue** accepts up to 4 indices. The number of indices accepted by **IndexedValue** is the value returned by the **NumIndices** property.
The **IndexedValue** property is used only if the value of the **NumIndices** property is greater than zero. Values in indexed lists are set or returned with a single index.
diff --git a/Language/Reference/User-Interface-Help/initialize-event.md b/Language/Reference/User-Interface-Help/initialize-event.md
index 88dd33ae5f7..0806739c80e 100644
--- a/Language/Reference/User-Interface-Help/initialize-event.md
+++ b/Language/Reference/User-Interface-Help/initialize-event.md
@@ -20,7 +20,7 @@ Occurs after an object is loaded, but before it's shown.
## Syntax
**Private Sub**_object_**_Initialize()**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/inputbox-function.md b/Language/Reference/User-Interface-Help/inputbox-function.md
index 3225c44108b..0a0a68fb9d6 100644
--- a/Language/Reference/User-Interface-Help/inputbox-function.md
+++ b/Language/Reference/User-Interface-Help/inputbox-function.md
@@ -35,7 +35,7 @@ The **InputBox** function syntax has these[named arguments](../../Glossary/vbe-
When both **_helpfile_** and **_context_** are provided, the user can press F1 (Windows) or HELP (Macintosh) to view the Help topic corresponding to the **_context_**. Some[host applications](../../Glossary/vbe-glossary.md#host-application), for example, Microsoft Excel, also automatically add a **Help** button to the dialog box. If the user clicks **OK** or presses ENTER , the **InputBox** function returns whatever is in the text box. If the user clicks **Cancel**, the function returns a zero-length string ("").
- **Note** To specify more than the first named argument, you must use **InputBox** in an[expression](../../Glossary/vbe-glossary.md#expression). To omit some positional [arguments](../../Glossary/vbe-glossary.md#argument), you must include the corresponding comma delimiter.
+ **Note** To specify more than the first named argument, you must use **InputBox** in an [expression](../../Glossary/vbe-glossary.md#expression). To omit some positional [arguments](../../Glossary/vbe-glossary.md#argument), you must include the corresponding comma delimiter.
## InputBox Function Example
diff --git a/Language/Reference/User-Interface-Help/inputstatement.md b/Language/Reference/User-Interface-Help/inputstatement.md
index 340ff4d73ed..bd13d6bb0c5 100644
--- a/Language/Reference/User-Interface-Help/inputstatement.md
+++ b/Language/Reference/User-Interface-Help/inputstatement.md
@@ -23,7 +23,7 @@ The **Input #** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
| _filenumber_|Required. Any valid [file number](../../Glossary/vbe-glossary.md#file-number).|
-| _varlist_|Required. Comma-delimited list of variables that are assigned values read from the file — can't be an [array](../../Glossary/vbe-glossary.md#array) or[object variable](../../Glossary/vbe-glossary.md#object-variable). However, variables that describe an element of an array or [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) may be used.|
+| _varlist_|Required. Comma-delimited list of variables that are assigned values read from the file — can't be an [array](../../Glossary/vbe-glossary.md#array) or [object variable](../../Glossary/vbe-glossary.md#object-variable). However, variables that describe an element of an array or [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) may be used.|
## Remarks
@@ -37,7 +37,7 @@ When read, standard string or numeric data is assigned to variables without modi
|#NULL#|[Null](../../Glossary/vbe-glossary.md#null)|
|#TRUE# or #FALSE#|**True** or **False**|
|# _yyyy-mm-dd hh:mm:ss_ #|The date and/or time represented by the [expression](../../Glossary/vbe-glossary.md#expression)|
-|#ERROR _errornumber_ #| _errornumber_ (variable is a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) tagged as an error)|
+|#ERROR _errornumber_ #| _errornumber_ (variable is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) tagged as an error)|
Double quotation marks () within input data are ignored.
diff --git a/Language/Reference/User-Interface-Help/insideheight-insidewidth-properties.md b/Language/Reference/User-Interface-Help/insideheight-insidewidth-properties.md
index f80ea46fa2a..10f93bd94fa 100644
--- a/Language/Reference/User-Interface-Help/insideheight-insidewidth-properties.md
+++ b/Language/Reference/User-Interface-Help/insideheight-insidewidth-properties.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
- **InsideHeight** returns the height, in[points](../../Glossary/vbe-glossary.md#point), of the [client region](../../Glossary/glossary-vba.md#client-region) inside a form. **InsideWidth** returns the width, in points, of the client region inside a form.
+ **InsideHeight** returns the height, in [points](../../Glossary/vbe-glossary.md#point), of the [client region](../../Glossary/glossary-vba.md#client-region) inside a form. **InsideWidth** returns the width, in points, of the client region inside a form.
## Syntax
diff --git a/Language/Reference/User-Interface-Help/interface-not-valid-for-implements.md b/Language/Reference/User-Interface-Help/interface-not-valid-for-implements.md
index 7650161fa01..f90eca9c75a 100644
--- a/Language/Reference/User-Interface-Help/interface-not-valid-for-implements.md
+++ b/Language/Reference/User-Interface-Help/interface-not-valid-for-implements.md
@@ -15,7 +15,7 @@ Not all interfaces can be implemented in Visual Basic. This error has the follow
-- The interface contains some element that can't be supported by Visual Basic. For example, Visual Basic has no equivalent to the unsigned long integer type, Visual Basic can't designate a [procedure](../../Glossary/vbe-glossary.md#procedure)[parameter](../../Glossary/vbe-glossary.md#parameter) as "out-only." Although Visual Basic supports the use of the underscore character (_) in Visual Basic[identifiers](../../Glossary/vbe-glossary.md#identifier), it can't implement an interface that uses underscore characters in the names of its members.
+- The interface contains some element that can't be supported by Visual Basic. For example, Visual Basic has no equivalent to the unsigned long integer type, Visual Basic can't designate a [procedure](../../Glossary/vbe-glossary.md#procedure) [parameter](../../Glossary/vbe-glossary.md#parameter) as "out-only." Although Visual Basic supports the use of the underscore character (_) in Visual Basic[identifiers](../../Glossary/vbe-glossary.md#identifier), it can't implement an interface that uses underscore characters in the names of its members.
You can't implement the interface in Visual Basic.
diff --git a/Language/Reference/User-Interface-Help/invalid-attribute-in-sub-function-or-property.md b/Language/Reference/User-Interface-Help/invalid-attribute-in-sub-function-or-property.md
index d2c381a6e0f..0301f542638 100644
--- a/Language/Reference/User-Interface-Help/invalid-attribute-in-sub-function-or-property.md
+++ b/Language/Reference/User-Interface-Help/invalid-attribute-in-sub-function-or-property.md
@@ -15,7 +15,7 @@ Some attributes are invalid within [procedures](../../Glossary/vbe-glossary.md#p
-- A **Public** or **Private** attribute appears within the body of a procedure definition. Remove the attribute from the procedure. To give the[variable](../../Glossary/vbe-glossary.md#variable) wider[scope](../../Glossary/vbe-glossary.md#scope), move the declaration to [module level](../../Glossary/vbe-glossary.md#module-level). Variables declared within procedures are always **Private**.
+- A **Public** or **Private** attribute appears within the body of a procedure definition. Remove the attribute from the procedure. To give the [variable](../../Glossary/vbe-glossary.md#variable) wider[scope](../../Glossary/vbe-glossary.md#scope), move the declaration to [module level](../../Glossary/vbe-glossary.md#module-level). Variables declared within procedures are always **Private**.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/invalid-data-format.md b/Language/Reference/User-Interface-Help/invalid-data-format.md
index e90ab491927..9445b565240 100644
--- a/Language/Reference/User-Interface-Help/invalid-data-format.md
+++ b/Language/Reference/User-Interface-Help/invalid-data-format.md
@@ -15,7 +15,7 @@ The data read from a file wasn't in the expected format. This error has the foll
-- A [project](../../Glossary/vbe-glossary.md#project) file or[object library](../../Glossary/vbe-glossary.md#object-library) file is either corrupted or in a format that can't be understood.
+- A [project](../../Glossary/vbe-glossary.md#project) file or [object library](../../Glossary/vbe-glossary.md#object-library) file is either corrupted or in a format that can't be understood.
Get a new version of the project file or object library file.
@@ -23,7 +23,7 @@ The data read from a file wasn't in the expected format. This error has the foll
Load the source code instead.
-- You may have used the **References** dialog box and[Object Browser](../../Glossary/vbe-glossary.md#object-browser) to add a reference to a file that isn't a valid object library or contains a Basic project in a format not supported by the[host application](../../Glossary/vbe-glossary.md#host-application). For example, on the Windows platform, Microsoft Excel can't understand .bas or .frm files, or Microsoft Project files containing Basic code.
+- You may have used the **References** dialog box and [Object Browser](../../Glossary/vbe-glossary.md#object-browser) to add a reference to a file that isn't a valid object library or contains a Basic project in a format not supported by the [host application](../../Glossary/vbe-glossary.md#host-application). For example, on the Windows platform, Microsoft Excel can't understand .bas or .frm files, or Microsoft Project files containing Basic code.
Load the questionable file into the application in which it was created, and then save it in a compatible format. For example, object library source code can be processed through MkTypLib; and QuickBasic, and Visual Basic code can be saved in text format, and so on.
diff --git a/Language/Reference/User-Interface-Help/invalid-in-immediate-window.md b/Language/Reference/User-Interface-Help/invalid-in-immediate-window.md
index 45c5f7152b6..4894cec60ce 100644
--- a/Language/Reference/User-Interface-Help/invalid-in-immediate-window.md
+++ b/Language/Reference/User-Interface-Help/invalid-in-immediate-window.md
@@ -19,7 +19,7 @@ Not all statements are permitted in the **Immediate** window. This error has th
- A control flow statement was used, for example, **Sub**, **Function**, **Property**, **GoSub**, **GoTo**, **Return**, and **Resume**. Remove these statements from the **Immediate** window.
-- There is no logical connection made between separated physical lines in the **Immediate** window, so statements formatted as multiple physical lines, such as a block **If** statement, can't be properly executed. Such blocks can be typed on a single physical line, with each statement separated from the next by a colon (**:**). Conversely, you can extend a single statement across physical lines in the **Immediate** window by using the[line-continuation character](../../Glossary/vbe-glossary.md#line-continuation-character), which is a space followed by an underscore ( **_**).
+- There is no logical connection made between separated physical lines in the **Immediate** window, so statements formatted as multiple physical lines, such as a block **If** statement, can't be properly executed. Such blocks can be typed on a single physical line, with each statement separated from the next by a colon (**:**). Conversely, you can extend a single statement across physical lines in the **Immediate** window by using the [line-continuation character](../../Glossary/vbe-glossary.md#line-continuation-character), which is a space followed by an underscore ( **_**).
- You tried to execute some code in the **Immediate** window that invalidates the current state of your program and requires you to reinitialize the program. Remove the code in question from the **Immediate** window.
diff --git a/Language/Reference/User-Interface-Help/invalid-ordinal-error-452.md b/Language/Reference/User-Interface-Help/invalid-ordinal-error-452.md
index 8dd3600d59e..23ce4df7743 100644
--- a/Language/Reference/User-Interface-Help/invalid-ordinal-error-452.md
+++ b/Language/Reference/User-Interface-Help/invalid-ordinal-error-452.md
@@ -15,7 +15,7 @@ Your call to a [dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynam
-- An attempt to convert the _num_ expression to an ordinal failed. Make sure the[expression](../../Glossary/vbe-glossary.md#expression) represents a valid number or call the[procedure](../../Glossary/vbe-glossary.md#procedure) by name.
+- An attempt to convert the _num_ expression to an ordinal failed. Make sure the [expression](../../Glossary/vbe-glossary.md#expression) represents a valid number or call the [procedure](../../Glossary/vbe-glossary.md#procedure) by name.
- The _num_ specified doesn't specify any function in the DLL. Make sure _num_ identifies a valid function in the DLL.
diff --git a/Language/Reference/User-Interface-Help/invalid-outside-enum.md b/Language/Reference/User-Interface-Help/invalid-outside-enum.md
index 224892ed199..a75c0b4eb85 100644
--- a/Language/Reference/User-Interface-Help/invalid-outside-enum.md
+++ b/Language/Reference/User-Interface-Help/invalid-outside-enum.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Invalid outside Enum
-An **Enum** is a[data type](../../Glossary/vbe-glossary.md#data-type) that can be used to create groups of related constants (called enumerations). This error has the following causes and solutions:
+An **Enum** is a [data type](../../Glossary/vbe-glossary.md#data-type) that can be used to create groups of related constants (called enumerations). This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/invalid-outside-procedure.md b/Language/Reference/User-Interface-Help/invalid-outside-procedure.md
index ca2c7f07e8e..a79ae681b09 100644
--- a/Language/Reference/User-Interface-Help/invalid-outside-procedure.md
+++ b/Language/Reference/User-Interface-Help/invalid-outside-procedure.md
@@ -15,7 +15,7 @@ The statement must occur within a **Sub** or **Function**, or a property proced
-- An executable statement, **Static** or **ReDim**, appears at[module level](../../Glossary/vbe-glossary.md#module-level).
+- An executable statement, **Static** or **ReDim**, appears at [module level](../../Glossary/vbe-glossary.md#module-level).
**Static** is unnecessary at module level, since all module-level[variables](../../Glossary/vbe-glossary.md#variable) are static. Use **Dim** instead of **ReDim** at module level. To create a dynamic[array](../../Glossary/vbe-glossary.md#array) at module level, declare it with **Dim** using empty parentheses.
diff --git a/Language/Reference/User-Interface-Help/invalid-paramarray-use.md b/Language/Reference/User-Interface-Help/invalid-paramarray-use.md
index 70461322afb..18b7bfa02db 100644
--- a/Language/Reference/User-Interface-Help/invalid-paramarray-use.md
+++ b/Language/Reference/User-Interface-Help/invalid-paramarray-use.md
@@ -11,11 +11,11 @@ ms.date: 06/08/2017
# Invalid ParamArray use
-The [parameter](../../Glossary/vbe-glossary.md#parameter) defined as **ParamArray** is used incorrectly in the[procedure](../../Glossary/vbe-glossary.md#procedure). This error has the following causes and solutions:
+The [parameter](../../Glossary/vbe-glossary.md#parameter) defined as **ParamArray** is used incorrectly in the [procedure](../../Glossary/vbe-glossary.md#procedure). This error has the following causes and solutions:
-- You attempted to pass **ParamArray** as an[argument](../../Glossary/vbe-glossary.md#argument) to another procedure that expects an[array](../../Glossary/vbe-glossary.md#array) or a **ByRef Variant**.
+- You attempted to pass **ParamArray** as an [argument](../../Glossary/vbe-glossary.md#argument) to another procedure that expects an [array](../../Glossary/vbe-glossary.md#array) or a **ByRef Variant**.
Assign the **ParamArray** parameter to a **Variant**, and then pass the variant.
diff --git a/Language/Reference/User-Interface-Help/invalid-procedure-name.md b/Language/Reference/User-Interface-Help/invalid-procedure-name.md
index 7f17bea9ab1..77e4e03148f 100644
--- a/Language/Reference/User-Interface-Help/invalid-procedure-name.md
+++ b/Language/Reference/User-Interface-Help/invalid-procedure-name.md
@@ -10,7 +10,7 @@ ms.date: 06/08/2017
There are restrictions in procedure-naming beyond the rules for naming [identifiers](../../Glossary/vbe-glossary.md#identifier). This error has the following cause and solution:
-- [procedure](../../Glossary/vbe-glossary.md#procedure)[host application](../../Glossary/vbe-glossary.md#host-application)
+- [procedure](../../Glossary/vbe-glossary.md#procedure) [host application](../../Glossary/vbe-glossary.md#host-application)
Choose another name for the procedure.
diff --git a/Language/Reference/User-Interface-Help/invalid-property-array-index-error-381.md b/Language/Reference/User-Interface-Help/invalid-property-array-index-error-381.md
index a7ae996e697..4e027d67f99 100644
--- a/Language/Reference/User-Interface-Help/invalid-property-array-index-error-381.md
+++ b/Language/Reference/User-Interface-Help/invalid-property-array-index-error-381.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Invalid property-array index (Error 381)
-A [property](../../Glossary/vbe-glossary.md#property) value may consist of an[array](../../Glossary/vbe-glossary.md#array) of values. This error has the following cause and solution:
+A [property](../../Glossary/vbe-glossary.md#property) value may consist of an [array](../../Glossary/vbe-glossary.md#array) of values. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/invalid-syntax-for-conditional-compiler-constant-declarations.md b/Language/Reference/User-Interface-Help/invalid-syntax-for-conditional-compiler-constant-declarations.md
index 59eef5c77d5..1866c9280c9 100644
--- a/Language/Reference/User-Interface-Help/invalid-syntax-for-conditional-compiler-constant-declarations.md
+++ b/Language/Reference/User-Interface-Help/invalid-syntax-for-conditional-compiler-constant-declarations.md
@@ -15,7 +15,7 @@ Entering [conditional compiler constants](../../Glossary/vbe-glossary.md#conditi
-- You used improper syntax when entering a constant declaration in the in an **Options** dialog box. The only valid syntax is a simple assignment of an integer value to the[identifier](../../Glossary/vbe-glossary.md#identifier). Make sure the syntax for the entry is as follows, with each constant separated by a colon (**:**):
+- You used improper syntax when entering a constant declaration in the in an **Options** dialog box. The only valid syntax is a simple assignment of an integer value to the [identifier](../../Glossary/vbe-glossary.md#identifier). Make sure the syntax for the entry is as follows, with each constant separated by a colon (**:**):
```vb
constantname= [{+ | - }]integervalue: [{+ | - }]constantname=integervalue [...]
diff --git a/Language/Reference/User-Interface-Help/invalid-use-of-addressof-operator.md b/Language/Reference/User-Interface-Help/invalid-use-of-addressof-operator.md
index 9099e6f6920..446df3a256c 100644
--- a/Language/Reference/User-Interface-Help/invalid-use-of-addressof-operator.md
+++ b/Language/Reference/User-Interface-Help/invalid-use-of-addressof-operator.md
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
# Invalid use of AddressOf operator
-The **AddressOf** operator modifies an[argument](../../Glossary/vbe-glossary.md#argument) to pass the address of a function rather than passing the result of the function call. This error has the following cause and solution:
+The **AddressOf** operator modifies an [argument](../../Glossary/vbe-glossary.md#argument) to pass the address of a function rather than passing the result of the function call. This error has the following cause and solution:
- You tried to use **AddressOf** with the name of a class method. Only the names of Visual Basic procedures in a .bas module can be modified with **AddressOf**. You can't specify a class method.
-- The procedure name modified by **AddressOf** is defined in a[module](../../Glossary/vbe-glossary.md#module) in a different[project](../../Glossary/vbe-glossary.md#project).
+- The procedure name modified by **AddressOf** is defined in a [module](../../Glossary/vbe-glossary.md#module) in a different[project](../../Glossary/vbe-glossary.md#project).
- You tried to modify the name a DLL function or a function defined in a [type library](../../Glossary/vbe-glossary.md#type-library) with **AddressOf**.
diff --git a/Language/Reference/User-Interface-Help/invalid-watch-expression.md b/Language/Reference/User-Interface-Help/invalid-watch-expression.md
index 7e81ba4afad..377bd4ed85e 100644
--- a/Language/Reference/User-Interface-Help/invalid-watch-expression.md
+++ b/Language/Reference/User-Interface-Help/invalid-watch-expression.md
@@ -15,7 +15,7 @@ The specified [watch expression](../../Glossary/vbe-glossary.md#watch-expression
-- The watch expression is syntactically incorrect. Check the syntax of all components in the expression. Note that the syntax for a watch expression corresponds to the [locale](../../Glossary/vbe-glossary.md#locale) of the[project](../../Glossary/vbe-glossary.md#project) in which the expression being watched is defined.
+- The watch expression is syntactically incorrect. Check the syntax of all components in the expression. Note that the syntax for a watch expression corresponds to the [locale](../../Glossary/vbe-glossary.md#locale) of the [project](../../Glossary/vbe-glossary.md#project) in which the expression being watched is defined.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/isarray-function.md b/Language/Reference/User-Interface-Help/isarray-function.md
index 090f6fcd9a6..59e9f48466c 100644
--- a/Language/Reference/User-Interface-Help/isarray-function.md
+++ b/Language/Reference/User-Interface-Help/isarray-function.md
@@ -13,12 +13,12 @@ ms.date: 06/08/2017
-Returns a **Boolean** value indicating whether a[variable](../../Glossary/vbe-glossary.md#variable) is an[array](../../Glossary/vbe-glossary.md#array).
+Returns a **Boolean** value indicating whether a [variable](../../Glossary/vbe-glossary.md#variable) is an [array](../../Glossary/vbe-glossary.md#array).
## Syntax
**IsArray(**_varname_**)**
-The required _varname_[argument](../../Glossary/vbe-glossary.md#argument) is an[identifier](../../Glossary/vbe-glossary.md#identifier) specifying a variable.
+The required _varname_[argument](../../Glossary/vbe-glossary.md#argument) is an [identifier](../../Glossary/vbe-glossary.md#identifier) specifying a variable.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/isbroken-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/isbroken-property-vba-add-in-object-model.md
index 94ab6bcca40..d6b829e900d 100644
--- a/Language/Reference/User-Interface-Help/isbroken-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/isbroken-property-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value indicating whether or not the **Reference** object points to a valid reference in the[registry](../../Glossary/vbe-glossary.md#registry). Read-only.
+Returns a [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value indicating whether or not the **Reference** object points to a valid reference in the [registry](../../Glossary/vbe-glossary.md#registry). Read-only.
**Return Values**
The **IsBroken** property returns these values:
diff --git a/Language/Reference/User-Interface-Help/isdate-function.md b/Language/Reference/User-Interface-Help/isdate-function.md
index 35da8b75ad5..515632eba96 100644
--- a/Language/Reference/User-Interface-Help/isdate-function.md
+++ b/Language/Reference/User-Interface-Help/isdate-function.md
@@ -18,7 +18,7 @@ Returns **True** if the expression is a date or is recognizable as a valid date
## Syntax
**IsDate(**_expression_**)**
-The required _expression_[argument](../../Glossary/vbe-glossary.md#argument) is a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a[date expression](../../Glossary/vbe-glossary.md#date-expression) or[string expression](../../Glossary/vbe-glossary.md#string-expression) recognizable as a date or time.
+The required _expression_[argument](../../Glossary/vbe-glossary.md#argument) is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a [date expression](../../Glossary/vbe-glossary.md#date-expression) or [string expression](../../Glossary/vbe-glossary.md#string-expression) recognizable as a date or time.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/isempty-function.md b/Language/Reference/User-Interface-Help/isempty-function.md
index e7fe6b6c11e..3b0c7faaa8a 100644
--- a/Language/Reference/User-Interface-Help/isempty-function.md
+++ b/Language/Reference/User-Interface-Help/isempty-function.md
@@ -18,7 +18,7 @@ Returns a **Boolean** value indicating whether a [variable](../../Glossary/vbe-
## Syntax
**IsEmpty(**_expression_**)**
-The required _expression_[argument](../../Glossary/vbe-glossary.md#argument) is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a [numeric](../../Glossary/vbe-glossary.md#numeric-data-type) or[string expression](../../Glossary/vbe-glossary.md#string-expression). However, because **IsEmpty** is used to determine if individual variables are initialized, the _expression_ argument is most often a single variable name.
+The required _expression_[argument](../../Glossary/vbe-glossary.md#argument) is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a [numeric](../../Glossary/vbe-glossary.md#numeric-data-type) or [string expression](../../Glossary/vbe-glossary.md#string-expression). However, because **IsEmpty** is used to determine if individual variables are initialized, the _expression_ argument is most often a single variable name.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/iserror-function.md b/Language/Reference/User-Interface-Help/iserror-function.md
index 9defdc56a7f..1aa339f7208 100644
--- a/Language/Reference/User-Interface-Help/iserror-function.md
+++ b/Language/Reference/User-Interface-Help/iserror-function.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a **Boolean** value indicating whether an[expression](../../Glossary/vbe-glossary.md#expression) is an error value.
+Returns a **Boolean** value indicating whether an [expression](../../Glossary/vbe-glossary.md#expression) is an error value.
## Syntax
@@ -22,7 +22,7 @@ The required _expression_[argument](../../Glossary/vbe-glossary.md#argument) ca
## Remarks
-Error values are created by converting real numbers to error values using the **CVErr** function. The **IsError** function is used to determine if a[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) represents an error. **IsError** returns **True** if the _expression_ argument indicates an error; otherwise, it returns **False**.
+Error values are created by converting real numbers to error values using the **CVErr** function. The **IsError** function is used to determine if a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) represents an error. **IsError** returns **True** if the _expression_ argument indicates an error; otherwise, it returns **False**.
## Example
diff --git a/Language/Reference/User-Interface-Help/ismissing-function.md b/Language/Reference/User-Interface-Help/ismissing-function.md
index 2f3a777b31c..74306527910 100644
--- a/Language/Reference/User-Interface-Help/ismissing-function.md
+++ b/Language/Reference/User-Interface-Help/ismissing-function.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a **Boolean** value indicating whether an optional **Variant**[argument](../../Glossary/vbe-glossary.md#argument) has been passed to a[procedure](../../Glossary/vbe-glossary.md#procedure).
+Returns a **Boolean** value indicating whether an optional **Variant**[argument](../../Glossary/vbe-glossary.md#argument) has been passed to a [procedure](../../Glossary/vbe-glossary.md#procedure).
## Syntax
@@ -22,7 +22,7 @@ The required _argname_ argument contains the name of an optional **Variant** pr
## Remarks
-Use the **IsMissing** function to detect whether or not optional **Variant** arguments have been provided in calling a procedure. **IsMissing** returns **True** if no value has been passed for the specified argument; otherwise, it returns **False**. If **IsMissing** returns **True** for an argument, use of the missing argument in other code may cause a user-defined error. If **IsMissing** is used on a **ParamArray** argument, it always returns **False**. To detect an empty **ParamArray**, test to see if the[array's](../../Glossary/vbe-glossary.md#array) upper bound is less than its lower bound.
+Use the **IsMissing** function to detect whether or not optional **Variant** arguments have been provided in calling a procedure. **IsMissing** returns **True** if no value has been passed for the specified argument; otherwise, it returns **False**. If **IsMissing** returns **True** for an argument, use of the missing argument in other code may cause a user-defined error. If **IsMissing** is used on a **ParamArray** argument, it always returns **False**. To detect an empty **ParamArray**, test to see if the [array's](../../Glossary/vbe-glossary.md#array) upper bound is less than its lower bound.
**Note** **IsMissing** does not work on simple data types (such as **Integer** or **Double**) because, unlike **Variants**, they don't have a provision for a "missing" flag bit. Because of this, the syntax for typed optional arguments allows you to specify a default value. If the argument is omitted when the procedure is called, then the argument will have this default value, as in the example below:
diff --git a/Language/Reference/User-Interface-Help/isnull-function.md b/Language/Reference/User-Interface-Help/isnull-function.md
index f0d8afb58a8..97670958164 100644
--- a/Language/Reference/User-Interface-Help/isnull-function.md
+++ b/Language/Reference/User-Interface-Help/isnull-function.md
@@ -13,12 +13,12 @@ ms.date: 06/08/2017
-Returns a **Boolean** value that indicates whether an[expression](../../Glossary/vbe-glossary.md#expression) contains no valid data ([Null](../../Glossary/vbe-glossary.md#null)).
+Returns a **Boolean** value that indicates whether an [expression](../../Glossary/vbe-glossary.md#expression) contains no valid data ([Null](../../Glossary/vbe-glossary.md#null)).
## Syntax
**IsNull(**_expression_**)**
-The required _expression_[argument](../../Glossary/vbe-glossary.md#argument) is a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or[string expression](../../Glossary/vbe-glossary.md#string-expression).
+The required _expression_[argument](../../Glossary/vbe-glossary.md#argument) is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or [string expression](../../Glossary/vbe-glossary.md#string-expression).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/item-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/item-method-vba-add-in-object-model.md
index f749df77f41..21ea6285810 100644
--- a/Language/Reference/User-Interface-Help/item-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/item-method-vba-add-in-object-model.md
@@ -24,7 +24,7 @@ The **Item** method syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
| _object_|Required. An [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.|
-| _index_|Required. An expression that specifies the position of a member of the collection. If a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression), _index_ must be a number from 1 to the value of the collection's **Count** property. If a[string expression](../../Glossary/vbe-glossary.md#string-expression), _index_ must correspond to the _key_[argument](../../Glossary/vbe-glossary.md#argument) specified when the member was added to the collection.|
+| _index_|Required. An expression that specifies the position of a member of the collection. If a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression), _index_ must be a number from 1 to the value of the collection's **Count** property. If a [string expression](../../Glossary/vbe-glossary.md#string-expression), _index_ must correspond to the _key_[argument](../../Glossary/vbe-glossary.md#argument) specified when the member was added to the collection.|
The following table lists the collections and their corresponding _key_ arguments for use with the **Item** method. The string you pass to the **Item** method must match the collection's _key_ argument.
diff --git a/Language/Reference/User-Interface-Help/item-property-can-t-be-read-at-run-time-error-393.md b/Language/Reference/User-Interface-Help/item-property-can-t-be-read-at-run-time-error-393.md
index a4159c0bae5..bceb1d0633c 100644
--- a/Language/Reference/User-Interface-Help/item-property-can-t-be-read-at-run-time-error-393.md
+++ b/Language/Reference/User-Interface-Help/item-property-can-t-be-read-at-run-time-error-393.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# 'Item' property can't be read at run time (Error 393)
-The [property](../../Glossary/vbe-glossary.md#property) is only available at[design time](../../Glossary/vbe-glossary.md#design-time). This error has the following cause and solution:
+The [property](../../Glossary/vbe-glossary.md#property) is only available at [design time](../../Glossary/vbe-glossary.md#design-time). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/item-property-can-t-be-set-at-run-time-error-382.md b/Language/Reference/User-Interface-Help/item-property-can-t-be-set-at-run-time-error-382.md
index 1afaa517af9..fb304ccebf4 100644
--- a/Language/Reference/User-Interface-Help/item-property-can-t-be-set-at-run-time-error-382.md
+++ b/Language/Reference/User-Interface-Help/item-property-can-t-be-set-at-run-time-error-382.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# 'Item' property can't be set at run time (Error 382)
-The [property](../../Glossary/vbe-glossary.md#property) is read-only at[run time](../../Glossary/vbe-glossary.md#run-time). This error has the following cause and solution:
+The [property](../../Glossary/vbe-glossary.md#property) is read-only at [run time](../../Glossary/vbe-glossary.md#run-time). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/item-property-is-read-only-error-383.md b/Language/Reference/User-Interface-Help/item-property-is-read-only-error-383.md
index 5cbdca2eb11..bb741fdb044 100644
--- a/Language/Reference/User-Interface-Help/item-property-is-read-only-error-383.md
+++ b/Language/Reference/User-Interface-Help/item-property-is-read-only-error-383.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# 'Item' property is read-only (Error 383)
-The [property](../../Glossary/vbe-glossary.md#property) is read-only at both[design time](../../Glossary/vbe-glossary.md#design-time) and[run time](../../Glossary/vbe-glossary.md#run-time). This error has the following cause and solution:
+The [property](../../Glossary/vbe-glossary.md#property) is read-only at both[design time](../../Glossary/vbe-glossary.md#design-time) and [run time](../../Glossary/vbe-glossary.md#run-time). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/key-property.md b/Language/Reference/User-Interface-Help/key-property.md
index 71dd5d25c4a..ef403a4c16a 100644
--- a/Language/Reference/User-Interface-Help/key-property.md
+++ b/Language/Reference/User-Interface-Help/key-property.md
@@ -32,5 +32,5 @@ The **Key** property has the following parts:
## Remarks
-If _key_ is not found when changing a _key_, a[run-time error](../../Glossary/vbe-glossary.md#run-time-error) will occur.
+If _key_ is not found when changing a _key_, a [run-time error](../../Glossary/vbe-glossary.md#run-time-error) will occur.
diff --git a/Language/Reference/User-Interface-Help/kill-statement.md b/Language/Reference/User-Interface-Help/kill-statement.md
index 1abe2daa7b5..cf505359931 100644
--- a/Language/Reference/User-Interface-Help/kill-statement.md
+++ b/Language/Reference/User-Interface-Help/kill-statement.md
@@ -17,7 +17,7 @@ Deletes files from a disk.
**Kill**_pathname_
-The required _pathname_[argument](../../Glossary/vbe-glossary.md#argument) is a[string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies one or more file names to be deleted. The _pathname_ may include the directory or folder, and the drive.
+The required _pathname_[argument](../../Glossary/vbe-glossary.md#argument) is a [string expression](../../Glossary/vbe-glossary.md#string-expression) that specifies one or more file names to be deleted. The _pathname_ may include the directory or folder, and the drive.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/label-not-defined.md b/Language/Reference/User-Interface-Help/label-not-defined.md
index ef1eb0f54a9..e8d59ae6ee0 100644
--- a/Language/Reference/User-Interface-Help/label-not-defined.md
+++ b/Language/Reference/User-Interface-Help/label-not-defined.md
@@ -15,7 +15,7 @@ This error has the following cause and solution:
-- A [line label](../../Glossary/vbe-glossary.md#line-label) or[line number](../../Glossary/vbe-glossary.md#line-number) is referred to (for example in a **GoTo** statement), but doesn't occur within the[scope](../../Glossary/vbe-glossary.md#scope) of the reference.
+- A [line label](../../Glossary/vbe-glossary.md#line-label) or [line number](../../Glossary/vbe-glossary.md#line-number) is referred to (for example in a **GoTo** statement), but doesn't occur within the [scope](../../Glossary/vbe-glossary.md#scope) of the reference.
The label must be within the [procedure](../../Glossary/vbe-glossary.md#procedure) that contains the reference. Line labels are visible only in their own procedures.
diff --git a/Language/Reference/User-Interface-Help/lbound-function.md b/Language/Reference/User-Interface-Help/lbound-function.md
index a54c6fb808f..e32471ba9ab 100644
--- a/Language/Reference/User-Interface-Help/lbound-function.md
+++ b/Language/Reference/User-Interface-Help/lbound-function.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the smallest available subscript for the indicated dimension of an[array](../../Glossary/vbe-glossary.md#array).
+Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the smallest available subscript for the indicated dimension of an [array](../../Glossary/vbe-glossary.md#array).
## Syntax
diff --git a/Language/Reference/User-Interface-Help/left-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/left-property-vba-add-in-object-model.md
index 8896bb005df..b582d35ab24 100644
--- a/Language/Reference/User-Interface-Help/left-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/left-property-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns or sets a [Single](../../Glossary/vbe-glossary.md#single-data-type) containing the location of the left edge of the window on the screen in[twips](../../Glossary/vbe-glossary.md#twip). Read/write.
+Returns or sets a [Single](../../Glossary/vbe-glossary.md#single-data-type) containing the location of the left edge of the window on the screen in [twips](../../Glossary/vbe-glossary.md#twip). Read/write.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/left-top-properties.md b/Language/Reference/User-Interface-Help/left-top-properties.md
index e310acd566e..2ab0f0ebe36 100644
--- a/Language/Reference/User-Interface-Help/left-top-properties.md
+++ b/Language/Reference/User-Interface-Help/left-top-properties.md
@@ -28,7 +28,7 @@ The **Left** and **Top** property syntaxes have these parts:
| _Single_|Optional. A numeric expression specifying the coordinates of an object.|
**Settings**
-Setting the **Left** or **Top** property to 0 places the control's edge at the left or top edge of its[container](../../Glossary/vbe-glossary.md#container).
+Setting the **Left** or **Top** property to 0 places the control's edge at the left or top edge of its [container](../../Glossary/vbe-glossary.md#container).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/len-function.md b/Language/Reference/User-Interface-Help/len-function.md
index b4605f528e9..58be8c198c6 100644
--- a/Language/Reference/User-Interface-Help/len-function.md
+++ b/Language/Reference/User-Interface-Help/len-function.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of characters in a string or the number of bytes required to store a[variable](../../Glossary/vbe-glossary.md#variable).
+Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing the number of characters in a string or the number of bytes required to store a [variable](../../Glossary/vbe-glossary.md#variable).
## Syntax
@@ -24,7 +24,7 @@ The **Len** function syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
| _string_|Any valid [string expression](../../Glossary/vbe-glossary.md#string-expression). If _string_ contains[Null](../../Glossary/vbe-glossary.md#null), Null is returned.|
-| _Varname_|Any valid [variable](../../Glossary/vbe-glossary.md#variable) name. If _varname_ contains **Null**, **Null** is returned. If _varname_ is a[Variant](../../Glossary/vbe-glossary.md#variant-data-type), **Len** treats it the same as a **String** and always returns the number of characters it contains.|
+| _Varname_|Any valid [variable](../../Glossary/vbe-glossary.md#variable) name. If _varname_ contains **Null**, **Null** is returned. If _varname_ is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type), **Len** treats it the same as a **String** and always returns the number of characters it contains.|
## Remarks
diff --git a/Language/Reference/User-Interface-Help/license-information-for-this-component-not-found-you-don-t-have-an-appropriate-l.md b/Language/Reference/User-Interface-Help/license-information-for-this-component-not-found-you-don-t-have-an-appropriate-l.md
index b03da4b48d4..c3a76cfce0d 100644
--- a/Language/Reference/User-Interface-Help/license-information-for-this-component-not-found-you-don-t-have-an-appropriate-l.md
+++ b/Language/Reference/User-Interface-Help/license-information-for-this-component-not-found-you-don-t-have-an-appropriate-l.md
@@ -15,7 +15,7 @@ You are not a licensed user of the [ActiveX control](../../Glossary/vbe-glossary
-- You tried to place an ActiveX control on a form at [design time](../../Glossary/vbe-glossary.md#design-time) or tried to add a form with an ActiveX control on it to a[project](../../Glossary/vbe-glossary.md#project), but the associated information in the [registry](../../Glossary/vbe-glossary.md#registry) could not be found.
+- You tried to place an ActiveX control on a form at [design time](../../Glossary/vbe-glossary.md#design-time) or tried to add a form with an ActiveX control on it to a [project](../../Glossary/vbe-glossary.md#project), but the associated information in the [registry](../../Glossary/vbe-glossary.md#registry) could not be found.
The information in the registry may have been deleted or become corrupted. Reinstall the ActiveX control or contact the control vendor.
diff --git a/Language/Reference/User-Interface-Help/like-operator.md b/Language/Reference/User-Interface-Help/like-operator.md
index 33cd37e5528..e9f9eefe432 100644
--- a/Language/Reference/User-Interface-Help/like-operator.md
+++ b/Language/Reference/User-Interface-Help/like-operator.md
@@ -30,10 +30,10 @@ The **Like** operator syntax has these parts:
## Remarks
-If _string_ matches _pattern_, _result_ is **True**; if there is no match, _result_ is **False**. If either _string_ or _pattern_ is[Null](../../Glossary/vbe-glossary.md#null), _result_ is **Null**.
+If _string_ matches _pattern_, _result_ is **True**; if there is no match, _result_ is **False**. If either _string_ or _pattern_ is [Null](../../Glossary/vbe-glossary.md#null), _result_ is **Null**.
The behavior of the **Like** operator depends on the **Option Compare** statement. The default[string-comparison](../../Glossary/vbe-glossary.md#string-comparison) method for each[module](../../Glossary/vbe-glossary.md#module) is **Option Compare** **Binary**.
-**Option Compare Binary** results in string comparisons based on a[sort order](../../Glossary/vbe-glossary.md#sort-order) derived from the internal binary representations of the characters. Sort order is determined by the code page. In the following example, a typical binary sort order is shown:
+**Option Compare Binary** results in string comparisons based on a [sort order](../../Glossary/vbe-glossary.md#sort-order) derived from the internal binary representations of the characters. Sort order is determined by the code page. In the following example, a typical binary sort order is shown:
A < B < E < Z < a < b < e < z < À < Ê < Ø < à < ê < ø
**Option Compare Text** results in string comparisons based on a case-insensitive, textual sort order determined by your system's[locale](../../Glossary/vbe-glossary.md#locale). When you sort the same characters using **Option Compare Text**, the following text sort order is produced:
@@ -55,7 +55,7 @@ A group of one or more characters ( _charlist_ ) enclosed in brackets (**[ ]**)
**Note** To match the special characters left bracket (**[**), question mark (**?**), number sign (**#**), and asterisk (**\***), enclose them in brackets. The right bracket (**]**) can't be used within a group to match itself, but it can be used outside a group as an individual character.
By using a hyphen (**-**) to separate the upper and lower bounds of the range, _charlist_ can specify a range of characters. For example, `[A-Z]` results in a match if the corresponding character position in _string_ contains any uppercase letters in the range A-Z. Multiple ranges are included within the brackets without delimiters.
-The meaning of a specified range depends on the character ordering valid at [run time](../../Glossary/vbe-glossary.md#run-time) (as determined by **Option Compare** and the[locale](../../Glossary/vbe-glossary.md#locale) setting of the system the code is running on). Using the **Option Compare Binary** example, the range `[A-E]` matches A, B and E. With **Option Compare Text**, `[A-E]` matches A, a, À, à, B, b, E, e. The range does not match Ê or ê because accented characters fall after unaccented characters in the sort order.
+The meaning of a specified range depends on the character ordering valid at [run time](../../Glossary/vbe-glossary.md#run-time) (as determined by **Option Compare** and the [locale](../../Glossary/vbe-glossary.md#locale) setting of the system the code is running on). Using the **Option Compare Binary** example, the range `[A-E]` matches A, B and E. With **Option Compare Text**, `[A-E]` matches A, a, À, à, B, b, E, e. The range does not match Ê or ê because accented characters fall after unaccented characters in the sort order.
Other important rules for pattern matching include the following:
- An exclamation point (**!**) at the beginning of _charlist_ means that a match is made if any character except the characters in _charlist_ is found in _string_. When used outside brackets, the exclamation point matches itself.
@@ -81,14 +81,14 @@ MyCheck = "aBBBa" Like "a*a" ' Returns True.
MyCheck = "F" Like "[A-Z]" ' Returns True.
MyCheck = "F" Like "[!A-Z]" ' Returns False.
MyCheck = "a2a" Like "a#a" ' Returns True.
-MyCheck = "aM5b" Like "a[L-P]#[!c-e]" ' Returns True.
+MyCheck = "aM5b" Like "a [L-P]#[!c-e]" ' Returns True.
MyCheck = "BAT123khg" Like "B?T*" ' Returns True.
MyCheck = "CAT123khg" Like "B?T*" ' Returns False.
MyCheck = "ab" Like "a*b" ' Returns True.
-MyCheck = "a*b" Like "a[*]b" ' Returns True.
-MyCheck = "axxxxxb" Like "a[*]b" ' Returns False.
-MyCheck = "a[xyz" Like "a[[]*" ' Returns True.
-MyCheck = "a[xyz" Like "a[*" ' Throws Error 93 (invalid pattern string).
+MyCheck = "a*b" Like "a [*]b" ' Returns True.
+MyCheck = "axxxxxb" Like "a [*]b" ' Returns False.
+MyCheck = "a [xyz" Like "a [[]*" ' Returns True.
+MyCheck = "a [xyz" Like "a [*" ' Throws Error 93 (invalid pattern string).
```
diff --git a/Language/Reference/User-Interface-Help/line-inputstatement.md b/Language/Reference/User-Interface-Help/line-inputstatement.md
index 4585808f240..5786fe514bb 100644
--- a/Language/Reference/User-Interface-Help/line-inputstatement.md
+++ b/Language/Reference/User-Interface-Help/line-inputstatement.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Line Input # Statement
-Reads a single line from an open sequential file and assigns it to a [String](../../Glossary/vbe-glossary.md#string-data-type)[variable](../../Glossary/vbe-glossary.md#variable).
+Reads a single line from an open sequential file and assigns it to a [String](../../Glossary/vbe-glossary.md#string-data-type) [variable](../../Glossary/vbe-glossary.md#variable).
## Syntax
diff --git a/Language/Reference/User-Interface-Help/line-isn-t-an-executable-statement.md b/Language/Reference/User-Interface-Help/line-isn-t-an-executable-statement.md
index 27d0e154c33..a4aa1913fce 100644
--- a/Language/Reference/User-Interface-Help/line-isn-t-an-executable-statement.md
+++ b/Language/Reference/User-Interface-Help/line-isn-t-an-executable-statement.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Line isn't an executable statement
-[Declarations](../../Glossary/vbe-glossary.md#declaration) and[comments](../../Glossary/vbe-glossary.md#comment) are not executable statements. This error has the following cause and solution:
+[Declarations](../../Glossary/vbe-glossary.md#declaration) and [comments](../../Glossary/vbe-glossary.md#comment) are not executable statements. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/lines-property.md b/Language/Reference/User-Interface-Help/lines-property.md
index 9fcb3e664ea..30538c4c582 100644
--- a/Language/Reference/User-Interface-Help/lines-property.md
+++ b/Language/Reference/User-Interface-Help/lines-property.md
@@ -31,5 +31,5 @@ The **Lines** syntax has these parts:
## Remarks
-The [line numbers](../../Glossary/vbe-glossary.md#line-number) in a[code module](../../Glossary/vbe-glossary.md#code-module) begin at 1.
+The [line numbers](../../Glossary/vbe-glossary.md#line-number) in a [code module](../../Glossary/vbe-glossary.md#code-module) begin at 1.
diff --git a/Language/Reference/User-Interface-Help/linkedwindowframe-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/linkedwindowframe-property-vba-add-in-object-model.md
index eb279b9db8b..28a5878a943 100644
--- a/Language/Reference/User-Interface-Help/linkedwindowframe-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/linkedwindowframe-property-vba-add-in-object-model.md
@@ -17,7 +17,7 @@ Returns the **Window** object representing the frame that contains the window.
## Remarks
-The **LinkedWindowFrame** property enables you to access the object representing the[linked window frame](../../Glossary/vbe-glossary.md#linked-window-frame), which has properties distinct from the window or windows it contains. If the window isn't linked, the **LinkedWindowFrame** property returns **Nothing**.
+The **LinkedWindowFrame** property enables you to access the object representing the [linked window frame](../../Glossary/vbe-glossary.md#linked-window-frame), which has properties distinct from the window or windows it contains. If the window isn't linked, the **LinkedWindowFrame** property returns **Nothing**.
**Important** Objects, properties, and methods for controlling linked windows, linked window frames, and docked windows are included on the Macintosh for compatibility with code written in Windows. However, these language elements will generate run-time errors when run on the Macintosh.
diff --git a/Language/Reference/User-Interface-Help/linkedwindows-collection-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/linkedwindows-collection-vba-add-in-object-model.md
index 652407f6485..3c156fd179b 100644
--- a/Language/Reference/User-Interface-Help/linkedwindows-collection-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/linkedwindows-collection-vba-add-in-object-model.md
@@ -17,7 +17,7 @@ Contains all linked windows in a [linked window frame](../../Glossary/vbe-glossa
## Remarks
-Use the **LinkedWindows** collection to modify the [docked](../../Glossary/vbe-glossary.md#docked-window) and [linked](../../Glossary/vbe-glossary.md#linked-window) state of windows in the[development environment](../../Glossary/vbe-glossary.md#development-environment).
+Use the **LinkedWindows** collection to modify the [docked](../../Glossary/vbe-glossary.md#docked-window) and [linked](../../Glossary/vbe-glossary.md#linked-window) state of windows in the [development environment](../../Glossary/vbe-glossary.md#development-environment).
**Important** Objects, properties, and methods for controlling linked windows, linked window frames, and docked windows are included on the Macintosh for compatibility with code written in Windows. However, these language elements will generate run-time errors when run on the Macintosh.
@@ -27,6 +27,6 @@ The **LinkedWindowFrame** property of the **Window** object returns a **Window*
Linked window frames contain all windows that can be linked or docked. This includes all windows except code windows, [designers](../../Glossary/vbe-glossary.md#designer), the [Object Browser](../../Glossary/vbe-glossary.md#object-browser) window, and the **Search and Replace** window.
If all the panes from one linked window frame are moved to another window, the linked window frame with no panes is destroyed. However, if all the panes are removed from the main window, it isn't destroyed.
Use the **Visible** property to check or set the visibility of a window.
-You can use the **Add** method to add a window to the[collection](../../Glossary/vbe-glossary.md#collection) of currently linked windows. A window that is a pane in one linked window frame can be added to another linked window frame. Use the **Remove** method to remove a window from the collection of currently linked windows; this results in the window being unlinked or undocked.
+You can use the **Add** method to add a window to the [collection](../../Glossary/vbe-glossary.md#collection) of currently linked windows. A window that is a pane in one linked window frame can be added to another linked window frame. Use the **Remove** method to remove a window from the collection of currently linked windows; this results in the window being unlinked or undocked.
The **LinkedWindows** collection is used to dock and undock windows from the main window frame.
diff --git a/Language/Reference/User-Interface-Help/listindex-property.md b/Language/Reference/User-Interface-Help/listindex-property.md
index acf792c5b9b..8577120c7ae 100644
--- a/Language/Reference/User-Interface-Help/listindex-property.md
+++ b/Language/Reference/User-Interface-Help/listindex-property.md
@@ -32,7 +32,7 @@ The **ListIndex** property syntax has these parts:
The **ListIndex** property contains an index of the selected row in a list. Values of **ListIndex** range from -1 to one less than the total number of rows in a list (that is, **ListCount** - 1). When no rows are selected, **ListIndex** returns -1. When the user selects a row in a **ListBox** or **ComboBox**, the system sets the **ListIndex** value. The **ListIndex** value of the first row in a list is 0, the value of the second row is 1, and so on.
- **Note** If you use the **MultiSelect** property to create a **ListBox** that allows multiple selections, the **Selected** property of the **ListBox** (rather than the **ListIndex** property) identifies the selected rows. The **Selected** property is an[array](../../Glossary/vbe-glossary.md#array) with the same number of values as the number of rows in the **ListBox**. For each row in the list box, **Selected** is **True** if the row is selected and **False** if it is not. In a **ListBox** that allows multiple selections, **ListIndex** returns the index of the row that has[focus](../../Glossary/vbe-glossary.md#focus), regardless of whether that row is currently selected.
+ **Note** If you use the **MultiSelect** property to create a **ListBox** that allows multiple selections, the **Selected** property of the **ListBox** (rather than the **ListIndex** property) identifies the selected rows. The **Selected** property is an [array](../../Glossary/vbe-glossary.md#array) with the same number of values as the number of rows in the **ListBox**. For each row in the list box, **Selected** is **True** if the row is selected and **False** if it is not. In a **ListBox** that allows multiple selections, **ListIndex** returns the index of the row that has [focus](../../Glossary/vbe-glossary.md#focus), regardless of whether that row is currently selected.
-The **ListIndex** value is also available by setting the **BoundColumn** property to 0 for a combo box or list box. If **BoundColumn** is 0, the underlying[data source](../../Glossary/glossary-vba.md#data-source) to which the combo box or list box is[bound](../../Glossary/glossary-vba.md#bound) contains the same list index value as **ListIndex**.
+The **ListIndex** value is also available by setting the **BoundColumn** property to 0 for a combo box or list box. If **BoundColumn** is 0, the underlying [data source](../../Glossary/glossary-vba.md#data-source) to which the combo box or list box is [bound](../../Glossary/glossary-vba.md#bound) contains the same list index value as **ListIndex**.
diff --git a/Language/Reference/User-Interface-Help/load-statement.md b/Language/Reference/User-Interface-Help/load-statement.md
index c4c2d06180e..3ef3cba691a 100644
--- a/Language/Reference/User-Interface-Help/load-statement.md
+++ b/Language/Reference/User-Interface-Help/load-statement.md
@@ -17,7 +17,7 @@ Loads an object but doesn't show it.
**Load**_object_
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/loc-function.md b/Language/Reference/User-Interface-Help/loc-function.md
index f352a93db06..d771d2e23b0 100644
--- a/Language/Reference/User-Interface-Help/loc-function.md
+++ b/Language/Reference/User-Interface-Help/loc-function.md
@@ -18,7 +18,7 @@ Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) specifying the c
## Syntax
**Loc(**_filenumber_**)**
-The required _filenumber_[argument](../../Glossary/vbe-glossary.md#argument) is any valid[Integer](../../Glossary/vbe-glossary.md#integer-data-type)[file number](../../Glossary/vbe-glossary.md#file-number).
+The required _filenumber_[argument](../../Glossary/vbe-glossary.md#argument) is any valid [Integer](../../Glossary/vbe-glossary.md#integer-data-type) [file number](../../Glossary/vbe-glossary.md#file-number).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/locals-window-command-view-menu.md b/Language/Reference/User-Interface-Help/locals-window-command-view-menu.md
index 88b3401742b..233e78df4c0 100644
--- a/Language/Reference/User-Interface-Help/locals-window-command-view-menu.md
+++ b/Language/Reference/User-Interface-Help/locals-window-command-view-menu.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Locals Window Command (View Menu)
-Displays the **Locals** window and automatically displays all of the[variables](../../Glossary/vbe-glossary.md#variable) in the current stack and their values.
+Displays the **Locals** window and automatically displays all of the [variables](../../Glossary/vbe-glossary.md#variable) in the current stack and their values.
The **Locals** window is automatically updated every time you change from[run time](../../Glossary/vbe-glossary.md#run-time) to[break mode](../../Glossary/vbe-glossary.md#break-mode) and every time the stack context changes.
diff --git a/Language/Reference/User-Interface-Help/lof-function.md b/Language/Reference/User-Interface-Help/lof-function.md
index b76fb144357..fa591f61772 100644
--- a/Language/Reference/User-Interface-Help/lof-function.md
+++ b/Language/Reference/User-Interface-Help/lof-function.md
@@ -18,7 +18,7 @@ Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) representing the
## Syntax
**LOF(**_filenumber_**)**
-The required _filenumber_[argument](../../Glossary/vbe-glossary.md#argument) is an[Integer](../../Glossary/vbe-glossary.md#integer-data-type) containing a valid[file number](../../Glossary/vbe-glossary.md#file-number).
+The required _filenumber_[argument](../../Glossary/vbe-glossary.md#argument) is an [Integer](../../Glossary/vbe-glossary.md#integer-data-type) containing a valid[file number](../../Glossary/vbe-glossary.md#file-number).
**Note** Use the **FileLen** function to obtain the length of a file that is not open.
diff --git a/Language/Reference/User-Interface-Help/log-function.md b/Language/Reference/User-Interface-Help/log-function.md
index 508839bdef6..2b2eed6b431 100644
--- a/Language/Reference/User-Interface-Help/log-function.md
+++ b/Language/Reference/User-Interface-Help/log-function.md
@@ -18,7 +18,7 @@ Returns a **Double** specifying the natural logarithm of a number.
## Syntax
**Log(**_number_**)**
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a[Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) greater than zero.
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a [Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) greater than zero.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/longptr-data-type.md b/Language/Reference/User-Interface-Help/longptr-data-type.md
index 1c522a82a47..f093983c0b7 100644
--- a/Language/Reference/User-Interface-Help/longptr-data-type.md
+++ b/Language/Reference/User-Interface-Help/longptr-data-type.md
@@ -11,9 +11,9 @@ ms.date: 06/08/2017
# LongPtr Data Type
- **LongPtr** ([Long](long-data-type.md) integer on 32-bit systems,[LongLong](longlong-data-type.md) integer on 64-bit systems) variables are stored as signed 32-bit (4-byte) numbers ranging in value from -2,147,483,648 to 2,147,483,647 on 32-bit systems; and signed 64-bit (8-byte) numbers ranging in value from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 on 64-bit systems.
+ **LongPtr** ([Long](long-data-type.md) integer on 32-bit systems, [LongLong](longlong-data-type.md) integer on 64-bit systems) variables are stored as signed 32-bit (4-byte) numbers ranging in value from -2,147,483,648 to 2,147,483,647 on 32-bit systems; and signed 64-bit (8-byte) numbers ranging in value from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 on 64-bit systems.
- **Note** [LongPtr](longptr-data-type.md) is not a true data type because it transforms to a[Long](long-data-type.md) in 32-bit environments, or a[LongLong](longlong-data-type.md) in 64-bit environments. Using **LongPtr** enables writing portable code that can run in both 32-bit and 64-bit environments. Use **LongPtr** for pointers and handles.
+ **Note** [LongPtr](longptr-data-type.md) is not a true data type because it transforms to a [Long](long-data-type.md) in 32-bit environments, or a [LongLong](longlong-data-type.md) in 64-bit environments. Using **LongPtr** enables writing portable code that can run in both 32-bit and 64-bit environments. Use **LongPtr** for pointers and handles.
diff --git a/Language/Reference/User-Interface-Help/lset-allowed-only-on-strings-and-user-defined-types.md b/Language/Reference/User-Interface-Help/lset-allowed-only-on-strings-and-user-defined-types.md
index 1a9ccaa59e6..181cbed0d9e 100644
--- a/Language/Reference/User-Interface-Help/lset-allowed-only-on-strings-and-user-defined-types.md
+++ b/Language/Reference/User-Interface-Help/lset-allowed-only-on-strings-and-user-defined-types.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# LSet allowed only on strings and user-defined types
- **LSet** is used to left align data within strings and[variables](../../Glossary/vbe-glossary.md#variable) of[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type). This error has the following causes and solutions:
+ **LSet** is used to left align data within strings and [variables](../../Glossary/vbe-glossary.md#variable) of[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type). This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/lset-not-allowed.md b/Language/Reference/User-Interface-Help/lset-not-allowed.md
index 803a8f58280..6dadd68a1cb 100644
--- a/Language/Reference/User-Interface-Help/lset-not-allowed.md
+++ b/Language/Reference/User-Interface-Help/lset-not-allowed.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# LSet not allowed
- **LSet** is used to left-align data within strings and[variables](../../Glossary/vbe-glossary.md#variable) of[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type). This error has the following cause and solution:
+ **LSet** is used to left-align data within strings and [variables](../../Glossary/vbe-glossary.md#variable) of[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/makecompiledfile-method.md b/Language/Reference/User-Interface-Help/makecompiledfile-method.md
index d38969be53c..3bbec51fd13 100644
--- a/Language/Reference/User-Interface-Help/makecompiledfile-method.md
+++ b/Language/Reference/User-Interface-Help/makecompiledfile-method.md
@@ -20,5 +20,5 @@ Causes the current project to be written as a DLL. The DLL name is specified by
## Syntax
_object_. **MakeCompiledFile**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
diff --git a/Language/Reference/User-Interface-Help/me-keyword.md b/Language/Reference/User-Interface-Help/me-keyword.md
index 0f0f41ee502..bfe95466e07 100644
--- a/Language/Reference/User-Interface-Help/me-keyword.md
+++ b/Language/Reference/User-Interface-Help/me-keyword.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Me
-The **Me**[keyword](../../Glossary/vbe-glossary.md#keyword) behaves like an implicitly declared[variable](../../Glossary/vbe-glossary.md#variable). It is automatically available to every [procedure](../../Glossary/vbe-glossary.md#procedure) in a[class module](../../Glossary/vbe-glossary.md#class-module). When a [class](../../Glossary/vbe-glossary.md#class) can have more than one instance, **Me** provides a way to refer to the specific instance of the class where the code is executing. Using **Me** is particularly useful for passing information about the currently executing instance of a class to a procedure in another[module](../../Glossary/vbe-glossary.md#module). For example, suppose you have the following procedure in a module:
+The **Me**[keyword](../../Glossary/vbe-glossary.md#keyword) behaves like an implicitly declared[variable](../../Glossary/vbe-glossary.md#variable). It is automatically available to every [procedure](../../Glossary/vbe-glossary.md#procedure) in a [class module](../../Glossary/vbe-glossary.md#class-module). When a [class](../../Glossary/vbe-glossary.md#class) can have more than one instance, **Me** provides a way to refer to the specific instance of the class where the code is executing. Using **Me** is particularly useful for passing information about the currently executing instance of a class to a procedure in another[module](../../Glossary/vbe-glossary.md#module). For example, suppose you have the following procedure in a module:
```vb
diff --git a/Language/Reference/User-Interface-Help/method-not-valid-without-suitable-object.md b/Language/Reference/User-Interface-Help/method-not-valid-without-suitable-object.md
index 4ed4031e935..daada5769f8 100644
--- a/Language/Reference/User-Interface-Help/method-not-valid-without-suitable-object.md
+++ b/Language/Reference/User-Interface-Help/method-not-valid-without-suitable-object.md
@@ -15,7 +15,7 @@ Not all [methods](../../Glossary/vbe-glossary.md#method) can be performed by all
-- You called a method without specifying an object, and the method isn't valid for the implicit object. For example, you can't use the **Line** method in a[standard module](../../Glossary/vbe-glossary.md#standard-module) without a valid object qualifier because a standard module can't display the output of the **Line** method.
+- You called a method without specifying an object, and the method isn't valid for the implicit object. For example, you can't use the **Line** method in a [standard module](../../Glossary/vbe-glossary.md#standard-module) without a valid object qualifier because a standard module can't display the output of the **Line** method.
Explicitly qualify the method call with an object that can accept the method. For example, you can specify a form or picture box with the **Line** method.
diff --git a/Language/Reference/User-Interface-Help/mid-function.md b/Language/Reference/User-Interface-Help/mid-function.md
index 8b036f800be..54a535bf4b6 100644
--- a/Language/Reference/User-Interface-Help/mid-function.md
+++ b/Language/Reference/User-Interface-Help/mid-function.md
@@ -31,7 +31,7 @@ The **Mid** function syntax has these[named arguments](../../Glossary/vbe-gloss
To determine the number of characters in **_string_**, use the **Len** function.
- **Note** Use the **MidB** function with byte data contained in a string, as in double-byte character set languages. Instead of specifying the number of characters, the[arguments](../../Glossary/vbe-glossary.md#argument) specify numbers of bytes. For sample code that uses **MidB**, see the second example in the example topic.
+ **Note** Use the **MidB** function with byte data contained in a string, as in double-byte character set languages. Instead of specifying the number of characters, the [arguments](../../Glossary/vbe-glossary.md#argument) specify numbers of bytes. For sample code that uses **MidB**, see the second example in the example topic.
## Example
diff --git a/Language/Reference/User-Interface-Help/mid-statement.md b/Language/Reference/User-Interface-Help/mid-statement.md
index add711c5219..7a89f0170d1 100644
--- a/Language/Reference/User-Interface-Help/mid-statement.md
+++ b/Language/Reference/User-Interface-Help/mid-statement.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Mid statement
-Replaces a specified number of characters in a **Variant** (**String**)[variable](../../Glossary/vbe-glossary.md#variable) with characters from another string.
+Replaces a specified number of characters in a **Variant** (**String**) [variable](../../Glossary/vbe-glossary.md#variable) with characters from another string.
## Syntax
diff --git a/Language/Reference/User-Interface-Help/mkdir-statement.md b/Language/Reference/User-Interface-Help/mkdir-statement.md
index 0d0543623cc..02c4c1b4fdc 100644
--- a/Language/Reference/User-Interface-Help/mkdir-statement.md
+++ b/Language/Reference/User-Interface-Help/mkdir-statement.md
@@ -17,7 +17,7 @@ Creates a new directory or folder.
**MkDir**_path_
-The required _path_[argument](../../Glossary/vbe-glossary.md#argument) is a[string expression](../../Glossary/vbe-glossary.md#string-expression) that identifies the directory or folder to be created. The _path_ may include the drive. If no drive is specified, **MkDir** creates the new directory or folder on the current drive.
+The required _path_[argument](../../Glossary/vbe-glossary.md#argument) is a [string expression](../../Glossary/vbe-glossary.md#string-expression) that identifies the directory or folder to be created. The _path_ may include the drive. If no drive is specified, **MkDir** creates the new directory or folder on the current drive.
## Example
diff --git a/Language/Reference/User-Interface-Help/mod-operator.md b/Language/Reference/User-Interface-Help/mod-operator.md
index dfb495eeb7f..d23b1370d78 100644
--- a/Language/Reference/User-Interface-Help/mod-operator.md
+++ b/Language/Reference/User-Interface-Help/mod-operator.md
@@ -30,7 +30,7 @@ The **Mod** operator syntax has these parts:
## Remarks
The modulus, or remainder, operator divides _number1_ by _number2_ (rounding floating-point numbers to integers) and returns only the remainder as _result_. For example, in the following[expression](../../Glossary/vbe-glossary.md#expression), A ( _result_ ) equals 5.
-Usually, the [data type](../../Glossary/vbe-glossary.md#data-type) of _result_ is a[Byte](../../Glossary/vbe-glossary.md#byte-data-type), **Byte** variant,[Integer](../../Glossary/vbe-glossary.md#integer-data-type), **Integer** variant,[Long](../../Glossary/vbe-glossary.md#long-data-type), or [Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a **Long**, regardless of whether or not _result_ is a whole number. Any fractional portion is truncated. However, if any expression is[Null](../../Glossary/vbe-glossary.md#null), _result_ is **Null**. Any expression that is[Empty](../../Glossary/vbe-glossary.md#empty) is treated as 0.
+Usually, the [data type](../../Glossary/vbe-glossary.md#data-type) of _result_ is a [Byte](../../Glossary/vbe-glossary.md#byte-data-type), **Byte** variant, [Integer](../../Glossary/vbe-glossary.md#integer-data-type), **Integer** variant, [Long](../../Glossary/vbe-glossary.md#long-data-type), or [Variant](../../Glossary/vbe-glossary.md#variant-data-type) containing a **Long**, regardless of whether or not _result_ is a whole number. Any fractional portion is truncated. However, if any expression is [Null](../../Glossary/vbe-glossary.md#null), _result_ is **Null**. Any expression that is [Empty](../../Glossary/vbe-glossary.md#empty) is treated as 0.
## Example
diff --git a/Language/Reference/User-Interface-Help/module-not-found.md b/Language/Reference/User-Interface-Help/module-not-found.md
index d115eed854b..39f22c91adc 100644
--- a/Language/Reference/User-Interface-Help/module-not-found.md
+++ b/Language/Reference/User-Interface-Help/module-not-found.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Module not found
-[Modules](../../Glossary/vbe-glossary.md#module) aren't loaded from a code reference — they must be part of the[project](../../Glossary/vbe-glossary.md#project). This error has the following cause and solution:
+[Modules](../../Glossary/vbe-glossary.md#module) aren't loaded from a code reference — they must be part of the [project](../../Glossary/vbe-glossary.md#project). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/module-too-large.md b/Language/Reference/User-Interface-Help/module-too-large.md
index 2c8e2e773fc..3a042054617 100644
--- a/Language/Reference/User-Interface-Help/module-too-large.md
+++ b/Language/Reference/User-Interface-Help/module-too-large.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Module too large
-A [module](../../Glossary/vbe-glossary.md#module) contains code within the[project](../../Glossary/vbe-glossary.md#project). This error has the following cause and solution:
+A [module](../../Glossary/vbe-glossary.md#module) contains code within the [project](../../Glossary/vbe-glossary.md#project). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/msgbox-function.md b/Language/Reference/User-Interface-Help/msgbox-function.md
index 8877f155742..7ee90085281 100644
--- a/Language/Reference/User-Interface-Help/msgbox-function.md
+++ b/Language/Reference/User-Interface-Help/msgbox-function.md
@@ -78,7 +78,7 @@ The first group of values (0-5) describes the number and type of buttons display
When both **_helpfile_** and **_context_** are provided, the user can press F1 (Windows) or HELP (Macintosh) to view the Help topic corresponding to the **context**. Some[host applications](../../Glossary/vbe-glossary.md#host-application), for example, Microsoft Excel, also automatically add a **Help** button to the dialog box.
If the dialog box displays a **Cancel** button, pressing the ESC key has the same effect as clicking **Cancel**. If the dialog box contains a **Help** button, context-sensitive Help is provided for the dialog box. However, no value is returned until one of the other buttons is clicked.
- **Note** To specify more than the first named argument, you must use **MsgBox** in an[expression](../../Glossary/vbe-glossary.md#expression). To omit some positional [arguments](../../Glossary/vbe-glossary.md#argument), you must include the corresponding comma delimiter.
+ **Note** To specify more than the first named argument, you must use **MsgBox** in an [expression](../../Glossary/vbe-glossary.md#expression). To omit some positional [arguments](../../Glossary/vbe-glossary.md#argument), you must include the corresponding comma delimiter.
## Example
diff --git a/Language/Reference/User-Interface-Help/multipage-control.md b/Language/Reference/User-Interface-Help/multipage-control.md
index feb6e9fccff..6991d5a88e3 100644
--- a/Language/Reference/User-Interface-Help/multipage-control.md
+++ b/Language/Reference/User-Interface-Help/multipage-control.md
@@ -20,7 +20,7 @@ Presents multiple screens of information as a single set.
A **MultiPage** is useful when you work with a large amount of information that can be sorted into several categories. For example, use a **MultiPage** to display information from an employment application. One page might contain personal information such as name and address; another page might list previous employers; a third page might list references. The **MultiPage** lets you visually combine related information, while keeping the entire record readily accessible.
New pages are added to the right of the currently selected page rather than adjacent to it.
- **Note** The **MultiPage** is a[container](../../Glossary/vbe-glossary.md#container) of a **Pages** collection, each of which contains one or more **Page** objects.
+ **Note** The **MultiPage** is a [container](../../Glossary/vbe-glossary.md#container) of a **Pages** collection, each of which contains one or more **Page** objects.
The default property for a **MultiPage** is the **Value** property, which returns the index of the currently active **Page** in the **Pages** collection of the **MultiPage**.
The default event for a **MultiPage** is the Change event.
diff --git a/Language/Reference/User-Interface-Help/name-conflicts-with-existing-module-project-or-object-library.md b/Language/Reference/User-Interface-Help/name-conflicts-with-existing-module-project-or-object-library.md
index 5338543ec43..d26484b2a1d 100644
--- a/Language/Reference/User-Interface-Help/name-conflicts-with-existing-module-project-or-object-library.md
+++ b/Language/Reference/User-Interface-Help/name-conflicts-with-existing-module-project-or-object-library.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Name conflicts with existing module, project, or object library
-[Modules](../../Glossary/vbe-glossary.md#module), [object libraries](../../Glossary/vbe-glossary.md#object-library), and [referenced projects](../../Glossary/vbe-glossary.md#referenced-project) must be uniquely named within a[project](../../Glossary/vbe-glossary.md#project). This error has the following causes and solutions:
+[Modules](../../Glossary/vbe-glossary.md#module), [object libraries](../../Glossary/vbe-glossary.md#object-library), and [referenced projects](../../Glossary/vbe-glossary.md#referenced-project) must be uniquely named within a [project](../../Glossary/vbe-glossary.md#project). This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/name-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/name-property-vba-add-in-object-model.md
index 27ae171f8c3..692a138c765 100644
--- a/Language/Reference/User-Interface-Help/name-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/name-property-vba-add-in-object-model.md
@@ -28,5 +28,5 @@ The following table describes how the **Name** property setting applies to diff
|**Reference**|Returns the name of the reference in code. The name can't be set.|
The default name for new objects is the type of object plus a unique integer. For example, the first new Form object is Form1, a new Form object is Form1, and the third TextBox control you create on a form is TextBox3.
-An object's **Name** property must start with a letter and can be a maximum of 40 characters. It can include numbers and underline (_) characters but can't include punctuation or spaces.[Forms](../../Glossary/vbe-glossary.md#form) and[modules](../../Glossary/vbe-glossary.md#module) can't have the same name as another public object such as **Clipboard**, **Screen**, or **App**. Although the **Name** property setting can be a[keyword](../../Glossary/vbe-glossary.md#keyword), property name, or the name of another object, this can create conflicts in your code.
+An object's **Name** property must start with a letter and can be a maximum of 40 characters. It can include numbers and underline (_) characters but can't include punctuation or spaces.[Forms](../../Glossary/vbe-glossary.md#form) and [modules](../../Glossary/vbe-glossary.md#module) can't have the same name as another public object such as **Clipboard**, **Screen**, or **App**. Although the **Name** property setting can be a [keyword](../../Glossary/vbe-glossary.md#keyword), property name, or the name of another object, this can create conflicts in your code.
diff --git a/Language/Reference/User-Interface-Help/name-propertye-microsoft-forms.md b/Language/Reference/User-Interface-Help/name-propertye-microsoft-forms.md
index 51876e0fbbe..3971286a49e 100644
--- a/Language/Reference/User-Interface-Help/name-propertye-microsoft-forms.md
+++ b/Language/Reference/User-Interface-Help/name-propertye-microsoft-forms.md
@@ -32,8 +32,8 @@ Guidelines for assigning a string to **Name**, such as the maximum length of th
## Remarks
-For objects, the default value of **Name** consists of the object's[class](../../Glossary/vbe-glossary.md#class) name followed by an integer. For example, the default name for the first **TextBox** you place on a form is TextBox1. The default name for the second **TextBox** is TextBox2.
-You can set the **Name** property for a control from the control's property sheet or, for controls added at[run time](../../Glossary/vbe-glossary.md#run-time), by using program statements. If you add a control at [design time](../../Glossary/vbe-glossary.md#design-time), you cannot modify its **Name** property at run time.
+For objects, the default value of **Name** consists of the object's [class](../../Glossary/vbe-glossary.md#class) name followed by an integer. For example, the default name for the first **TextBox** you place on a form is TextBox1. The default name for the second **TextBox** is TextBox2.
+You can set the **Name** property for a control from the control's property sheet or, for controls added at [run time](../../Glossary/vbe-glossary.md#run-time), by using program statements. If you add a control at [design time](../../Glossary/vbe-glossary.md#design-time), you cannot modify its **Name** property at run time.
Each control added to a form at design time must have a unique name.
For **Font** objects, **Name** identifies a particular typeface to use in the text portion of a control, object, or form. The font's appearance on screen and in print may differ, depending on your computer and printer. If you select a font that your system can't display or that isn't installed, the operating system substitutes a similar font.
diff --git a/Language/Reference/User-Interface-Help/named-argument-already-specified.md b/Language/Reference/User-Interface-Help/named-argument-already-specified.md
index 137e1644f3e..bd64b3f9f18 100644
--- a/Language/Reference/User-Interface-Help/named-argument-already-specified.md
+++ b/Language/Reference/User-Interface-Help/named-argument-already-specified.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Named argument already specified
-You can use a [named argument](../../Glossary/vbe-glossary.md#named-argument) only once in the[argument](../../Glossary/vbe-glossary.md#argument) list of each[procedure](../../Glossary/vbe-glossary.md#procedure) invocation. This error has the following causes and solutions:
+You can use a [named argument](../../Glossary/vbe-glossary.md#named-argument) only once in the [argument](../../Glossary/vbe-glossary.md#argument) list of each[procedure](../../Glossary/vbe-glossary.md#procedure) invocation. This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/named-argument-not-found-error-448.md b/Language/Reference/User-Interface-Help/named-argument-not-found-error-448.md
index 34861c1fed7..65813af41bf 100644
--- a/Language/Reference/User-Interface-Help/named-argument-not-found-error-448.md
+++ b/Language/Reference/User-Interface-Help/named-argument-not-found-error-448.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Named argument not found (Error 448)
-A [named argument](../../Glossary/vbe-glossary.md#named-argument) may not be used in a procedure invocation unless it appears in the[procedure](../../Glossary/vbe-glossary.md#procedure) definition. This error has the following cause and solution:
+A [named argument](../../Glossary/vbe-glossary.md#named-argument) may not be used in a procedure invocation unless it appears in the [procedure](../../Glossary/vbe-glossary.md#procedure) definition. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/named-arguments-not-allowed.md b/Language/Reference/User-Interface-Help/named-arguments-not-allowed.md
index 3fece085eed..ed5d85d8512 100644
--- a/Language/Reference/User-Interface-Help/named-arguments-not-allowed.md
+++ b/Language/Reference/User-Interface-Help/named-arguments-not-allowed.md
@@ -33,7 +33,7 @@ ms.date: 06/08/2017
```
- Use a variable or constant expression if the object requires an[argument](../../Glossary/vbe-glossary.md#argument). For example, if the default for an object is a [method](../../Glossary/vbe-glossary.md#method), the object's name represents the default method. If it needs arguments, specify them positionally.
+ Use a variable or constant expression if the object requires an [argument](../../Glossary/vbe-glossary.md#argument). For example, if the default for an object is a [method](../../Glossary/vbe-glossary.md#method), the object's name represents the default method. If it needs arguments, specify them positionally.
- You tried to specify a named argument with an external name:
diff --git a/Language/Reference/User-Interface-Help/need-property-array-index-error-385.md b/Language/Reference/User-Interface-Help/need-property-array-index-error-385.md
index 6f29143919c..985dfb74b66 100644
--- a/Language/Reference/User-Interface-Help/need-property-array-index-error-385.md
+++ b/Language/Reference/User-Interface-Help/need-property-array-index-error-385.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Need property-array index (Error 385)
-This [property](../../Glossary/vbe-glossary.md#property) value consists of an[array](../../Glossary/vbe-glossary.md#array) rather than a single value. This error has the following cause and solution:
+This [property](../../Glossary/vbe-glossary.md#property) value consists of an [array](../../Glossary/vbe-glossary.md#array) rather than a single value. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/no-watch-expression-selected.md b/Language/Reference/User-Interface-Help/no-watch-expression-selected.md
index 4c04207ed82..f47cb7a33b9 100644
--- a/Language/Reference/User-Interface-Help/no-watch-expression-selected.md
+++ b/Language/Reference/User-Interface-Help/no-watch-expression-selected.md
@@ -15,7 +15,7 @@ You must have an [expression](../../Glossary/vbe-glossary.md#expression) selecte
-- You didn't select an expression to watch before choosing **Instant Watch**. Highlight the[watch expression](../../Glossary/vbe-glossary.md#watch-expression) in the **Code** window before choosing **Instant Watch**.
+- You didn't select an expression to watch before choosing **Instant Watch**. Highlight the [watch expression](../../Glossary/vbe-glossary.md#watch-expression) in the **Code** window before choosing **Instant Watch**.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/not-a-legal-object-nameitem.md b/Language/Reference/User-Interface-Help/not-a-legal-object-nameitem.md
index 53eed02b31b..073d3c309ae 100644
--- a/Language/Reference/User-Interface-Help/not-a-legal-object-nameitem.md
+++ b/Language/Reference/User-Interface-Help/not-a-legal-object-nameitem.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Form and [control](../../Glossary/vbe-glossary.md#control) names must start with a letter and can be a maximum of 40 characters — including letters, numbers, and underscores (_).
-Note that the **Name** property of a form or control is different from the **Label** properties — **Caption**, **Text**, and **Value** — that label or display the contents of a control at[run time](../../Glossary/vbe-glossary.md#run-time). These [properties](../../Glossary/vbe-glossary.md#property) can be restricted[keywords](../../Glossary/vbe-glossary.md#keyword), can begin with a number, and can contain nonalphanumeric characters.
+Note that the **Name** property of a form or control is different from the **Label** properties — **Caption**, **Text**, and **Value** — that label or display the contents of a control at [run time](../../Glossary/vbe-glossary.md#run-time). These [properties](../../Glossary/vbe-glossary.md#property) can be restricted[keywords](../../Glossary/vbe-glossary.md#keyword), can begin with a number, and can contain nonalphanumeric characters.
diff --git a/Language/Reference/User-Interface-Help/null-keyword.md b/Language/Reference/User-Interface-Help/null-keyword.md
index 770190b6975..a6abbead318 100644
--- a/Language/Reference/User-Interface-Help/null-keyword.md
+++ b/Language/Reference/User-Interface-Help/null-keyword.md
@@ -11,6 +11,6 @@ ms.date: 06/08/2017
# Null
-The [Null](../../Glossary/vbe-glossary.md#null)[keyword](../../Glossary/vbe-glossary.md#keyword) is used as a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) subtype. It indicates that a[variable](../../Glossary/vbe-glossary.md#variable) contains no valid data.
+The [Null](../../Glossary/vbe-glossary.md#null) [keyword](../../Glossary/vbe-glossary.md#keyword) is used as a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) subtype. It indicates that a [variable](../../Glossary/vbe-glossary.md#variable) contains no valid data.
diff --git a/Language/Reference/User-Interface-Help/object-browser.md b/Language/Reference/User-Interface-Help/object-browser.md
index c6ef7ed103e..1c52ee6e20a 100644
--- a/Language/Reference/User-Interface-Help/object-browser.md
+++ b/Language/Reference/User-Interface-Help/object-browser.md
@@ -16,7 +16,7 @@ ms.date: 06/08/2017
-Displays the [classes](../../Glossary/vbe-glossary.md#class), properties, methods, events, and constants available from [object libraries](../../Glossary/vbe-glossary.md#object-library) and the[procedures](../../Glossary/vbe-glossary.md#procedure) in your project. You can use it to find and use objects you create, as well as objects from other applications.
+Displays the [classes](../../Glossary/vbe-glossary.md#class), properties, methods, events, and constants available from [object libraries](../../Glossary/vbe-glossary.md#object-library) and the [procedures](../../Glossary/vbe-glossary.md#procedure) in your project. You can use it to find and use objects you create, as well as objects from other applications.
You can get Help for the **Object** **Browser** by searching for Object Browser in Help.
diff --git a/Language/Reference/User-Interface-Help/object-does-not-have-a-property-let-procedure.md b/Language/Reference/User-Interface-Help/object-does-not-have-a-property-let-procedure.md
index 9bccd7a6370..fff884d9fdc 100644
--- a/Language/Reference/User-Interface-Help/object-does-not-have-a-property-let-procedure.md
+++ b/Language/Reference/User-Interface-Help/object-does-not-have-a-property-let-procedure.md
@@ -15,7 +15,7 @@ You can't assign a value to a [property](../../Glossary/vbe-glossary.md#property
-- You tried to assign a value to a property that hasn't exposed a **Property Let** method. You can't directly assign a value to this property. If you created the[class](../../Glossary/vbe-glossary.md#class), you can modify the interface by exposing a **Property Let** method. Otherwise, check the component's documentation to determine if there is an indirect method for assigning the value.
+- You tried to assign a value to a property that hasn't exposed a **Property Let** method. You can't directly assign a value to this property. If you created the [class](../../Glossary/vbe-glossary.md#class), you can modify the interface by exposing a **Property Let** method. Otherwise, check the component's documentation to determine if there is an indirect method for assigning the value.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/object-doesn-t-support-this-action-error-445.md b/Language/Reference/User-Interface-Help/object-doesn-t-support-this-action-error-445.md
index 0c94771d859..2b28f402b07 100644
--- a/Language/Reference/User-Interface-Help/object-doesn-t-support-this-action-error-445.md
+++ b/Language/Reference/User-Interface-Help/object-doesn-t-support-this-action-error-445.md
@@ -15,7 +15,7 @@ Not all objects support all actions. This error has the following cause and solu
-- You referenced a [method](../../Glossary/vbe-glossary.md#method) or[property](../../Glossary/vbe-glossary.md#property) that isn't supported by this object.
+- You referenced a [method](../../Glossary/vbe-glossary.md#method) or [property](../../Glossary/vbe-glossary.md#property) that isn't supported by this object.
See the object's documentation for more information on the object and check the spellings of properties and methods.
diff --git a/Language/Reference/User-Interface-Help/object-doesn-t-support-this-property-or-method-error-438.md b/Language/Reference/User-Interface-Help/object-doesn-t-support-this-property-or-method-error-438.md
index eaa7d17a177..4d8d159b96d 100644
--- a/Language/Reference/User-Interface-Help/object-doesn-t-support-this-property-or-method-error-438.md
+++ b/Language/Reference/User-Interface-Help/object-doesn-t-support-this-property-or-method-error-438.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Object doesn't support this property or method (Error 438)
-Not all objects support all [properties](../../Glossary/vbe-glossary.md#property) and[methods](../../Glossary/vbe-glossary.md#method). This error has the following cause and solution:
+Not all objects support all [properties](../../Glossary/vbe-glossary.md#property) and [methods](../../Glossary/vbe-glossary.md#method). This error has the following cause and solution:
@@ -19,7 +19,7 @@ Not all objects support all [properties](../../Glossary/vbe-glossary.md#property
See the object's documentation for more information on the object and check the spellings of properties and methods.
-- You specified a **Friend** procedure to be called late bound. The name of a **Friend** procedure must be known at[compile time](../../Glossary/vbe-glossary.md#compile-time). It can't appear in a late-bound call.
+- You specified a **Friend** procedure to be called late bound. The name of a **Friend** procedure must be known at [compile time](../../Glossary/vbe-glossary.md#compile-time). It can't appear in a late-bound call.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/object-library-for-visual-basic-for-applications-not-found.md b/Language/Reference/User-Interface-Help/object-library-for-visual-basic-for-applications-not-found.md
index 57e8fecd342..e494ba490ea 100644
--- a/Language/Reference/User-Interface-Help/object-library-for-visual-basic-for-applications-not-found.md
+++ b/Language/Reference/User-Interface-Help/object-library-for-visual-basic-for-applications-not-found.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Object library for Visual Basic for Applications not found
-The Visual Basic for Applications [object library](../../Glossary/vbe-glossary.md#object-library) is no longer a standalone file; it is integrated into the[dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll).
+The Visual Basic for Applications [object library](../../Glossary/vbe-glossary.md#object-library) is no longer a standalone file; it is integrated into the [dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll).
Under unusual circumstances a previous version of the object library (vaxxx.olb or vaxxxx.olb) corresponding to the language of the [project](../../Glossary/vbe-glossary.md#project) might be needed, but not found. This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/object-library-not-registered.md b/Language/Reference/User-Interface-Help/object-library-not-registered.md
index 75376d77d4c..877500726a5 100644
--- a/Language/Reference/User-Interface-Help/object-library-not-registered.md
+++ b/Language/Reference/User-Interface-Help/object-library-not-registered.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Object library not registered
-The Visual Basic for Applications [object library](../../Glossary/vbe-glossary.md#object-library) is no longer a standalone file; it is integrated into the[dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll).
+The Visual Basic for Applications [object library](../../Glossary/vbe-glossary.md#object-library) is no longer a standalone file; it is integrated into the [dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll).
In earlier versions, when you started an application that uses Visual Basic for Applications, certain object libraries were loaded. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/oct-function.md b/Language/Reference/User-Interface-Help/oct-function.md
index e907b70a1c3..b4a667d9d1a 100644
--- a/Language/Reference/User-Interface-Help/oct-function.md
+++ b/Language/Reference/User-Interface-Help/oct-function.md
@@ -18,7 +18,7 @@ Returns a **Variant** (**String**) representing the octal value of a number.
## Syntax
**Oct** ( _number_ )
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or[string expression](../../Glossary/vbe-glossary.md#string-expression).
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or [string expression](../../Glossary/vbe-glossary.md#string-expression).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/oldleft-oldtop-properties.md b/Language/Reference/User-Interface-Help/oldleft-oldtop-properties.md
index 1e509b7c01e..6dfbb0aa220 100644
--- a/Language/Reference/User-Interface-Help/oldleft-oldtop-properties.md
+++ b/Language/Reference/User-Interface-Help/oldleft-oldtop-properties.md
@@ -29,6 +29,6 @@ The **OldLeft** and **OldTop** property syntaxes have these parts:
## Remarks
**OldLeft** and **OldTop** are read-only.
-The **OldLeft** and **OldTop** properties are automatically updated when you move or size a control. If you move a control, the **Left** and **Top** properties store the new distance from the control to the left edge of its[container](../../Glossary/vbe-glossary.md#container) and **OldLeft** and **OldTop** store the previous value of **Left**.
+The **OldLeft** and **OldTop** properties are automatically updated when you move or size a control. If you move a control, the **Left** and **Top** properties store the new distance from the control to the left edge of its [container](../../Glossary/vbe-glossary.md#container) and **OldLeft** and **OldTop** store the previous value of **Left**.
**OldLeft** and **OldTop** are valid only in the Layout event.
diff --git a/Language/Reference/User-Interface-Help/operator.md b/Language/Reference/User-Interface-Help/operator.md
index 426efef935b..c53de73b0ed 100644
--- a/Language/Reference/User-Interface-Help/operator.md
+++ b/Language/Reference/User-Interface-Help/operator.md
@@ -39,7 +39,7 @@ The [data type](../../Glossary/vbe-glossary.md#data-type) of _result_ is usually
|The data type of _result_ is a **Byte** variant that overflows its legal range,|converted to an **Integer** variant.|
|the data type of _result_ is an **Integer** variant that overflows its legal range,|converted to a **Long** variant.|
-If one or both expressions are [Null](../../Glossary/vbe-glossary.md#null) expressions, _result_ is **Null**. If an expression is[Empty](../../Glossary/vbe-glossary.md#empty), it is treated as 0.
+If one or both expressions are [Null](../../Glossary/vbe-glossary.md#null) expressions, _result_ is **Null**. If an expression is [Empty](../../Glossary/vbe-glossary.md#empty), it is treated as 0.
**Note** The order of precision used by multiplication is not the same as the order of precision used by addition and subtraction.
diff --git a/Language/Reference/User-Interface-Help/option-compare-statement.md b/Language/Reference/User-Interface-Help/option-compare-statement.md
index c4535a749ed..c620fb1ba76 100644
--- a/Language/Reference/User-Interface-Help/option-compare-statement.md
+++ b/Language/Reference/User-Interface-Help/option-compare-statement.md
@@ -19,9 +19,9 @@ Used at [module level](../../Glossary/vbe-glossary.md#module-level) to declare t
## Remarks
-If used, the **Option** **Compare** statement must appear in a[module](../../Glossary/vbe-glossary.md#module) before any[procedures](../../Glossary/vbe-glossary.md#procedure).
-The **Option Compare** statement specifies the[string comparison](../../Glossary/vbe-glossary.md#string-comparison) method (**Binary**, **Text**, or **Database**) for a module. If a module doesn't include an **Option** **Compare** statement, the default text comparison method is **Binary**.
- **Option Compare Binary** results in string comparisons based on a[sort order](../../Glossary/vbe-glossary.md#sort-order) derived from the internal binary representations of the characters. In Microsoft Windows, sort order is determined by the code page. A typical binary sort order is shown in the following example:
+If used, the **Option** **Compare** statement must appear in a [module](../../Glossary/vbe-glossary.md#module) before any[procedures](../../Glossary/vbe-glossary.md#procedure).
+The **Option Compare** statement specifies the [string comparison](../../Glossary/vbe-glossary.md#string-comparison) method (**Binary**, **Text**, or **Database**) for a module. If a module doesn't include an **Option** **Compare** statement, the default text comparison method is **Binary**.
+ **Option Compare Binary** results in string comparisons based on a [sort order](../../Glossary/vbe-glossary.md#sort-order) derived from the internal binary representations of the characters. In Microsoft Windows, sort order is determined by the code page. A typical binary sort order is shown in the following example:
diff --git a/Language/Reference/User-Interface-Help/option-private-module-not-permitted-in-object-module.md b/Language/Reference/User-Interface-Help/option-private-module-not-permitted-in-object-module.md
index c03fa0811ce..0ccba7dd8d6 100644
--- a/Language/Reference/User-Interface-Help/option-private-module-not-permitted-in-object-module.md
+++ b/Language/Reference/User-Interface-Help/option-private-module-not-permitted-in-object-module.md
@@ -11,11 +11,11 @@ ms.date: 06/08/2017
# Option Private Module not permitted in object module
- **Option Private Module** makes the contents of a[module](../../Glossary/vbe-glossary.md#module) unavailable to other[projects](../../Glossary/vbe-glossary.md#project), while preserving their availability to your project. This error has the following cause and solution:
+ **Option Private Module** makes the contents of a [module](../../Glossary/vbe-glossary.md#module) unavailable to other[projects](../../Glossary/vbe-glossary.md#project), while preserving their availability to your project. This error has the following cause and solution:
-- The statement **Option Private Module** appears in an[object module](../../Glossary/vbe-glossary.md#object-module).
+- The statement **Option Private Module** appears in an [object module](../../Glossary/vbe-glossary.md#object-module).
Remove the **Option Private Module** statement from the module. Object modules have the characteristic of **Option Private Module** by default. Changing the default can't be done from code. See your[host application's](../../Glossary/vbe-glossary.md#host-application) documentation for information on giving object module members wider visibility.
diff --git a/Language/Reference/User-Interface-Help/option-private-statement.md b/Language/Reference/User-Interface-Help/option-private-statement.md
index 7b52f3c1fdd..5f82278e2f1 100644
--- a/Language/Reference/User-Interface-Help/option-private-statement.md
+++ b/Language/Reference/User-Interface-Help/option-private-statement.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Option Private Statement
-When used in host applications that allow references across multiple [projects](../../Glossary/vbe-glossary.md#project), **Option Private Module** prevents a[module's](../../Glossary/vbe-glossary.md#module) contents from being referenced outside its project. In host applications that don't permit such references, for example, standalone versions of Visual Basic, **Option Private** has no effect.
+When used in host applications that allow references across multiple [projects](../../Glossary/vbe-glossary.md#project), **Option Private Module** prevents a [module's](../../Glossary/vbe-glossary.md#module) contents from being referenced outside its project. In host applications that don't permit such references, for example, standalone versions of Visual Basic, **Option Private** has no effect.
## Syntax
@@ -19,8 +19,8 @@ When used in host applications that allow references across multiple [projects](
## Remarks
-If used, the **Option** **Private** statement must appear at[module level](../../Glossary/vbe-glossary.md#module-level), before any [procedures](../../Glossary/vbe-glossary.md#procedure).
-When a module contains **Option Private Module**, the public parts, for example,[variables](../../Glossary/vbe-glossary.md#variable), [objects](../../Glossary/vbe-glossary.md#object), and [user-defined types](../../Glossary/vbe-glossary.md#user-defined-type) declared at module level, are still available within the[project](../../Glossary/vbe-glossary.md#project) containing the module, but they are not available to other applications or projects.
+If used, the **Option** **Private** statement must appear at [module level](../../Glossary/vbe-glossary.md#module-level), before any [procedures](../../Glossary/vbe-glossary.md#procedure).
+When a module contains **Option Private Module**, the public parts, for example, [variables](../../Glossary/vbe-glossary.md#variable), [objects](../../Glossary/vbe-glossary.md#object), and [user-defined types](../../Glossary/vbe-glossary.md#user-defined-type) declared at module level, are still available within the [project](../../Glossary/vbe-glossary.md#project) containing the module, but they are not available to other applications or projects.
**Note** **Option Private** is only useful for[host applications](../../Glossary/vbe-glossary.md#host-application) that support simultaneous loading of multiple projects and permit references between the loaded projects. For example, Microsoft Excel permits loading of multiple projects and **Option Private Module** can be used to restrict cross-project visibility. Although Visual Basic permits loading of multiple projects, references between projects are never permitted in Visual Basic.
diff --git a/Language/Reference/User-Interface-Help/optional-argument-must-be-variant.md b/Language/Reference/User-Interface-Help/optional-argument-must-be-variant.md
index 80a3ed64469..579c61c4dcb 100644
--- a/Language/Reference/User-Interface-Help/optional-argument-must-be-variant.md
+++ b/Language/Reference/User-Interface-Help/optional-argument-must-be-variant.md
@@ -15,7 +15,7 @@ Optional [arguments](../../Glossary/vbe-glossary.md#argument) can have any intri
-- You tried to specify **Optional** with a[parameter](../../Glossary/vbe-glossary.md#parameter) that has no default value, for example, an[array](../../Glossary/vbe-glossary.md#array).
+- You tried to specify **Optional** with a [parameter](../../Glossary/vbe-glossary.md#parameter) that has no default value, for example, an [array](../../Glossary/vbe-glossary.md#array).
Make sure any argument specified as **Optional** has a default value.
diff --git a/Language/Reference/User-Interface-Help/optionbutton-control.md b/Language/Reference/User-Interface-Help/optionbutton-control.md
index 23b34336bb3..900384823ff 100644
--- a/Language/Reference/User-Interface-Help/optionbutton-control.md
+++ b/Language/Reference/User-Interface-Help/optionbutton-control.md
@@ -18,8 +18,8 @@ Shows the selection status of one item in a [group](../../Glossary/glossary-vba.
## Remarks
Use an **OptionButton** to show whether a single item in a group is selected. Note that each **OptionButton** in a **Frame** is mutually exclusive.
-If an **OptionButton** is[bound](../../Glossary/glossary-vba.md#bound) to a[data source](../../Glossary/glossary-vba.md#data-source), the **OptionButton** can show the value of that data source as either _Yes_ / _No_, _True_ / _False_, or _On_ / _Off_. If the user selects the **OptionButton**, the current setting is _Yes_, _True_, or _On_; if the user does not select the **OptionButton**, the setting is _No_, _False_, or _Off_. For example, an **OptionButton** in an inventory-tracking application might show whether an item is discontinued. If the **OptionButton** is bound to a data source, then changing the settings changes the value of that data source. A disabled **OptionButton** is dimmed and does not show a value.
-Depending on the value of the **TripleState** property, an **OptionButton** can also have a[null](../../Glossary/vbe-glossary.md#null) value.
+If an **OptionButton** is [bound](../../Glossary/glossary-vba.md#bound) to a [data source](../../Glossary/glossary-vba.md#data-source), the **OptionButton** can show the value of that data source as either _Yes_ / _No_, _True_ / _False_, or _On_ / _Off_. If the user selects the **OptionButton**, the current setting is _Yes_, _True_, or _On_; if the user does not select the **OptionButton**, the setting is _No_, _False_, or _Off_. For example, an **OptionButton** in an inventory-tracking application might show whether an item is discontinued. If the **OptionButton** is bound to a data source, then changing the settings changes the value of that data source. A disabled **OptionButton** is dimmed and does not show a value.
+Depending on the value of the **TripleState** property, an **OptionButton** can also have a [null](../../Glossary/vbe-glossary.md#null) value.
You can also use an **OptionButton** inside a group box to select one or more of a group of related items. For example, you can create an order form with a list of available items, with an **OptionButton** preceding each item. The user can select a particular item by checking the corresponding **OptionButton**.
The default property for an **OptionButton** is the **Value** property.
The default event for an **OptionButton** is the Click event.
diff --git a/Language/Reference/User-Interface-Help/out-of-stack-space-error-28.md b/Language/Reference/User-Interface-Help/out-of-stack-space-error-28.md
index 6e1abc9cbda..e376031fa2b 100644
--- a/Language/Reference/User-Interface-Help/out-of-stack-space-error-28.md
+++ b/Language/Reference/User-Interface-Help/out-of-stack-space-error-28.md
@@ -28,5 +28,5 @@ The stack is a working area of memory that grows and shrinks dynamically with th
- Your code triggered an event cascade. An event cascade is caused by triggering an event that calls an event procedure that's already on the stack. An event cascade is similar to an unterminated recursive procedure call, but it's less obvious, since the call is made by Visual Basic rather than by an explicit call in your code. Use the **Calls** dialog box to view which procedures are active (on the stack).
-To display the **Calls** dialog box, select the **Calls** button to the right of the[Procedure box](../../Glossary/vbe-glossary.md#procedure-box) in the **Debug** window or choose the **Calls** command. For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
+To display the **Calls** dialog box, select the **Calls** button to the right of the [Procedure box](../../Glossary/vbe-glossary.md#procedure-box) in the **Debug** window or choose the **Calls** command. For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/page-object.md b/Language/Reference/User-Interface-Help/page-object.md
index 7a055f58746..ae88fbbba96 100644
--- a/Language/Reference/User-Interface-Help/page-object.md
+++ b/Language/Reference/User-Interface-Help/page-object.md
@@ -19,7 +19,7 @@ One page of a **MultiPage** and a single member of a **Pages** collection.
## Remarks
-Each **Page** object contains its own set of controls and does not necessarily rely on other pages in the[collection](../../Glossary/vbe-glossary.md#collection) for information. A **Page** inherits some properties from its[container](../../Glossary/vbe-glossary.md#container); the value of each [inherited property](../../Glossary/glossary-vba.md#inherited-property) is set by the container.
+Each **Page** object contains its own set of controls and does not necessarily rely on other pages in the [collection](../../Glossary/vbe-glossary.md#collection) for information. A **Page** inherits some properties from its [container](../../Glossary/vbe-glossary.md#container); the value of each [inherited property](../../Glossary/glossary-vba.md#inherited-property) is set by the container.
A **Page** has a unique name and index value within a **Pages** collection. You can reference a **Page** by either its name or its index value. The index of the first **Page** in a collection is 0; the index of the second **Page** is 1; and so on. When two **Page** objects have the same name, you must reference each **Page** by its index value. References to the name in code will access only the first **Page** that uses the name.
The default name for the first **Page** is Page1; the default name for the second **Page** is Page2.
diff --git a/Language/Reference/User-Interface-Help/parent-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/parent-property-vba-add-in-object-model.md
index eb6d768bda3..17b3bed707f 100644
--- a/Language/Reference/User-Interface-Help/parent-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/parent-property-vba-add-in-object-model.md
@@ -18,5 +18,5 @@ Returns the object or [collection](../../Glossary/vbe-glossary.md#collection) th
## Remarks
Most objects have either a **Parent** property or a **Collection** property that points to the object's parent object in this object model. The **Collection** property is used if the parent object is a collection.
-Use the **Parent** property to access the[properties](../../Glossary/vbe-glossary.md#property), [methods](../../Glossary/vbe-glossary.md#method), and [controls](../../Glossary/vbe-glossary.md#control) of an object's parent object.
+Use the **Parent** property to access the [properties](../../Glossary/vbe-glossary.md#property), [methods](../../Glossary/vbe-glossary.md#method), and [controls](../../Glossary/vbe-glossary.md#control) of an object's parent object.
diff --git a/Language/Reference/User-Interface-Help/picturealignment-property.md b/Language/Reference/User-Interface-Help/picturealignment-property.md
index ba7c1d7cd08..77a826ab9bf 100644
--- a/Language/Reference/User-Interface-Help/picturealignment-property.md
+++ b/Language/Reference/User-Interface-Help/picturealignment-property.md
@@ -42,7 +42,7 @@ The settings for _fmPictureAlignment_ are:
## Remarks
-The **PictureAlignment** property identifies which corner of the picture is the same as the corresponding corner of the control or[container](../../Glossary/vbe-glossary.md#container) where the picture is used.
+The **PictureAlignment** property identifies which corner of the picture is the same as the corresponding corner of the control or [container](../../Glossary/vbe-glossary.md#container) where the picture is used.
For example, setting **PictureAlignment** to **fmPictureAlignmentTopLeft** means that the top left corner of the picture coincides with the top left corner of the control or container. Setting **PictureAlignment** to **fmPictureAlignmentCenter** positions the picture in the middle, relative to the height as well as the width of the control or container.
If you tile an image on a control or container, the setting of **PIctureAlignment** affects the tiling pattern. For example, if **PictureAlignment** is set to **fmPictureAlignmentUpperLeft**, the first copy of the image is laid in the upper left corner of the control or container and additional copies are tiled from left to right across each row. If **PictureAlignment** is **fmPictureAlignmentCenter**, the first copy of the image is laid at the center of the control or container, additional copies are laid to the left and right to complete the row, and additional rows are added to fill the control or container.
diff --git a/Language/Reference/User-Interface-Help/picturesizemode-property.md b/Language/Reference/User-Interface-Help/picturesizemode-property.md
index 620379e8931..35fa817aeb8 100644
--- a/Language/Reference/User-Interface-Help/picturesizemode-property.md
+++ b/Language/Reference/User-Interface-Help/picturesizemode-property.md
@@ -41,5 +41,5 @@ The settings for _fmPictureSizeMode_ are:
## Remarks
The **fmPictureSizeModeClip** setting indicates you want to show the picture in its original size and scale. If the form or page is smaller than the picture, this setting only shows the part of the picture that fits within the form or page.
-The **fmPictureSizeModeStretch** and **fmPictureSizeModeZoom** settings both enlarge the image, but **fmPictureSizeModeStretch** causes distortion. The **fmPictureSizeModeStretch** setting enlarges the image horizontally and vertically until the image reaches the corresponding edges of the[container](../../Glossary/vbe-glossary.md#container) or control. The **fmPictureSizeModeZoom** setting enlarges the image until it reaches either the horizontal or vertical edges of the container or control. If the image reaches the horizontal edges first, any remaining distance to the vertical edges remains blank. If it reaches the vertical edges first, any remaining distance to the horizontal edges remains blank.
+The **fmPictureSizeModeStretch** and **fmPictureSizeModeZoom** settings both enlarge the image, but **fmPictureSizeModeStretch** causes distortion. The **fmPictureSizeModeStretch** setting enlarges the image horizontally and vertically until the image reaches the corresponding edges of the [container](../../Glossary/vbe-glossary.md#container) or control. The **fmPictureSizeModeZoom** setting enlarges the image until it reaches either the horizontal or vertical edges of the container or control. If the image reaches the horizontal edges first, any remaining distance to the vertical edges remains blank. If it reaches the vertical edges first, any remaining distance to the horizontal edges remains blank.
diff --git a/Language/Reference/User-Interface-Help/print-method.md b/Language/Reference/User-Interface-Help/print-method.md
index ad25122a412..7b0dc17f7dc 100644
--- a/Language/Reference/User-Interface-Help/print-method.md
+++ b/Language/Reference/User-Interface-Help/print-method.md
@@ -36,18 +36,18 @@ The _outputlist_[argument](../../Glossary/vbe-glossary.md#argument) has the fol
|:-----|:-----|
|**Spc(**_n_**)**|Optional. Used to insert space characters in the output, where _n_ is the number of space characters to insert.|
|**Tab(**_n_**)**|Optional. Used to position the insertion point at an absolute column number where _n_ is the column number. Use **Tab** with no argument to position the insertion point at the beginning of the next[print zone](../../Glossary/vbe-glossary.md#print-zone).|
-| _expression_|Optional. [Numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or[string expression](../../Glossary/vbe-glossary.md#string-expression) to print.|
+| _expression_|Optional. [Numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or [string expression](../../Glossary/vbe-glossary.md#string-expression) to print.|
| _charpos_|Optional. Specifies the insertion point for the next character. Use a semicolon (**;**) to position the insertion point immediately following the last character displayed. Use **Tab(**_n_**)** to position the insertion point at an absolute column number. Use **Tab** with no argument to position the insertion point at the beginning of the next print zone. If _charpos_ is omitted, the next character is printed on the next line.|
## Remarks
Multiple expressions can be separated with either a space or a semicolon.
-All data printed to the **Immediate** window is properly formatted using the decimal separator for the[locale](../../Glossary/vbe-glossary.md#locale) settings specified for your system. The[keywords](../../Glossary/vbe-glossary.md#keyword) are output in the appropriate language for the[host application](../../Glossary/vbe-glossary.md#host-application).
+All data printed to the **Immediate** window is properly formatted using the decimal separator for the [locale](../../Glossary/vbe-glossary.md#locale) settings specified for your system. The[keywords](../../Glossary/vbe-glossary.md#keyword) are output in the appropriate language for the [host application](../../Glossary/vbe-glossary.md#host-application).
For [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) data, either `True` or `False` is printed. The **True** and **False** keywords are translated according to the locale setting for the host application.
[Date](../../Glossary/vbe-glossary.md#date-data-type) data is written using the standard short date format recognized by your system. When either the date or the time component is missing or zero, only the data provided is written.
-Nothing is written if _outputlist_ data is[Empty](../../Glossary/vbe-glossary.md#empty). However, if _outputlist_ data is[Null](../../Glossary/vbe-glossary.md#null), `Null` is output. The **Null** keyword is appropriately translated when it is output.
+Nothing is written if _outputlist_ data is [Empty](../../Glossary/vbe-glossary.md#empty). However, if _outputlist_ data is [Null](../../Glossary/vbe-glossary.md#null), `Null` is output. The **Null** keyword is appropriately translated when it is output.
For error data, the output is written as `Error errorcode`. The **Error** keyword is appropriately translated when it is output.
-The _object_ is required if the method is used outside a[module](../../Glossary/vbe-glossary.md#module) having a default display space. For example an error occurs if the method is called in a[standard module](../../Glossary/vbe-glossary.md#standard-module) without specifying an _object_, but if called in a form module, _outputlist_ is displayed on the form.
+The _object_ is required if the method is used outside a [module](../../Glossary/vbe-glossary.md#module) having a default display space. For example an error occurs if the method is called in a [standard module](../../Glossary/vbe-glossary.md#standard-module) without specifying an _object_, but if called in a form module, _outputlist_ is displayed on the form.
**Note** Because the **Print** method typically prints with proportionally-spaced characters, there is no correlation between the number of characters printed and the number of fixed-width columns those characters occupy. For example, a wide letter, such as a "W", occupies more than one fixed-width column, and a narrow letter, such as an "i", occupies less. To allow for cases where wider than average characters are used, your tabular columns must be positioned far enough apart. Alternatively, you can print using a fixed-pitch font (such as Courier) to ensure that each character uses only one column.
diff --git a/Language/Reference/User-Interface-Help/printform-method.md b/Language/Reference/User-Interface-Help/printform-method.md
index 5a31fefbb75..3f510a21624 100644
--- a/Language/Reference/User-Interface-Help/printform-method.md
+++ b/Language/Reference/User-Interface-Help/printform-method.md
@@ -20,11 +20,11 @@ Sends a bit-by-bit image of a **UserForm** object to the printer.
## Syntax
_object_**.PrintForm**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list. If _object_ is omitted, the **UserForm** with the[focus](../../Glossary/vbe-glossary.md#focus) is assumed to be _object_.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list. If _object_ is omitted, the **UserForm** with the [focus](../../Glossary/vbe-glossary.md#focus) is assumed to be _object_.
## Remarks
-**PrintForm** prints all visible objects and[bitmaps](../../Glossary/vbe-glossary.md#bitmap) of the **UserForm** object. **PrintForm** also prints graphics added to a **UserForm** object.
+**PrintForm** prints all visible objects and [bitmaps](../../Glossary/vbe-glossary.md#bitmap) of the **UserForm** object. **PrintForm** also prints graphics added to a **UserForm** object.
The printer used by **PrintForm** is determined by the operating system's **Control Panel** settings.
## Example
diff --git a/Language/Reference/User-Interface-Help/printstatement.md b/Language/Reference/User-Interface-Help/printstatement.md
index 4cb395bee94..ecd9511cba0 100644
--- a/Language/Reference/User-Interface-Help/printstatement.md
+++ b/Language/Reference/User-Interface-Help/printstatement.md
@@ -34,16 +34,16 @@ The _outputlist_[argument](../../Glossary/vbe-glossary.md#argument) settings ar
|:-----|:-----|
|**Spc(**_n_**)**|Used to insert space characters in the output, where _n_ is the number of space characters to insert.|
|**Tab(**_n_**)**|Used to position the insertion point to an absolute column number, where _n_ is the column number. Use **Tab** with no argument to position the insertion point at the beginning of the next[print zone](../../Glossary/vbe-glossary.md#print-zone).|
-| _expression_|[Numeric expressions](../../Glossary/vbe-glossary.md#numeric-expression) or[string expressions](../../Glossary/vbe-glossary.md#string-expression) to print.|
+| _expression_|[Numeric expressions](../../Glossary/vbe-glossary.md#numeric-expression) or [string expressions](../../Glossary/vbe-glossary.md#string-expression) to print.|
| _charpos_|Specifies the insertion point for the next character. Use a semicolon to position the insertion point immediately after the last character displayed. Use **Tab(**_n_**)** to position the insertion point to an absolute column number. Use **Tab** with no argument to position the insertion point at the beginning of the next print zone. If _charpos_ is omitted, the next character is printed on the next line.|
## Remarks
Data written with **Print #** is usually read from a file with **Line Input #** or **Input**.
If you omit _outputlist_ and include only a list separator after _filenumber_, a blank line is printed to the file. Multiple expressions can be separated with either a space or a semicolon. A space has the same effect as a semicolon.
-For [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) data, either `True` or or `False` is printed. The **True** and **False** keywords are not translated, regardless of the[locale](../../Glossary/vbe-glossary.md#locale).
+For [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) data, either `True` or or `False` is printed. The **True** and **False** keywords are not translated, regardless of the [locale](../../Glossary/vbe-glossary.md#locale).
[Date](../../Glossary/vbe-glossary.md#date-data-type) data is written to the file using the standard short date format recognized by your system. When either the date or the time component is missing or zero, only the part provided gets written to the file.
-Nothing is written to the file if _outputlist_ data is[Empty](../../Glossary/vbe-glossary.md#empty). However, if _outputlist_ data is[Null](../../Glossary/vbe-glossary.md#null), **Null** is written to the file.
+Nothing is written to the file if _outputlist_ data is [Empty](../../Glossary/vbe-glossary.md#empty). However, if _outputlist_ data is [Null](../../Glossary/vbe-glossary.md#null), **Null** is written to the file.
For **Error** data, the output appears as `Error` _errorcode_. The **Error** keyword is not translated regardless of the locale.
All data written to the file using **Print #** is internationally aware; that is, the data is properly formatted using the appropriate decimal separator.
Because **Print #** writes an image of the data to the file, you must delimit the data so it prints correctly. If you use **Tab** with no arguments to move the print position to the next print zone, **Print #** also writes the spaces between print fields to the file.
diff --git a/Language/Reference/User-Interface-Help/private-enum-and-user-defined-types-cannot-be-used-as-parameters-or-return-types.md b/Language/Reference/User-Interface-Help/private-enum-and-user-defined-types-cannot-be-used-as-parameters-or-return-types.md
index 9439a2b5c48..fed9ff19c68 100644
--- a/Language/Reference/User-Interface-Help/private-enum-and-user-defined-types-cannot-be-used-as-parameters-or-return-types.md
+++ b/Language/Reference/User-Interface-Help/private-enum-and-user-defined-types-cannot-be-used-as-parameters-or-return-types.md
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
# Private Enum and user-defined types cannot be used as parameters or return types for public procedures, public data members, or fields of public user-defined types
-A **Public** procedure is visible to all[modules](../../Glossary/vbe-glossary.md#module) in a[project](../../Glossary/vbe-glossary.md#project), while a **Private** **Enum** type is not visible outside its own module. This error has the following cause and solution:
+A **Public** procedure is visible to all[modules](../../Glossary/vbe-glossary.md#module) in a [project](../../Glossary/vbe-glossary.md#project), while a **Private** **Enum** type is not visible outside its own module. This error has the following cause and solution:
-- Your **Public** procedure is in a **Public** class, but it returns a value or has a[parameter](../../Glossary/vbe-glossary.md#parameter) that is defined in a[standard module](../../Glossary/vbe-glossary.md#standard-module) or in a **Private** class.
+- Your **Public** procedure is in a **Public** class, but it returns a value or has a [parameter](../../Glossary/vbe-glossary.md#parameter) that is defined in a [standard module](../../Glossary/vbe-glossary.md#standard-module) or in a **Private** class.
- Declare the **Enum** **Public**. It must be in a[class module](../../Glossary/vbe-glossary.md#class-module).
+ Declare the **Enum** **Public**. It must be in a [class module](../../Glossary/vbe-glossary.md#class-module).
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/private-statement.md b/Language/Reference/User-Interface-Help/private-statement.md
index 3d52ab124cb..d14ca5f29ce 100644
--- a/Language/Reference/User-Interface-Help/private-statement.md
+++ b/Language/Reference/User-Interface-Help/private-statement.md
@@ -22,7 +22,7 @@ The **Private** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
-|**WithEvents**|Optional. [Keyword](../../Glossary/vbe-glossary.md#keyword) that specifies that _varname_ is an[object variable](../../Glossary/vbe-glossary.md#object-variable) used to respond to events triggered by an[ActiveX object](../../Glossary/vbe-glossary.md#activex-object). **WithEvents** is valid only in [class modules](../../Glossary/vbe-glossary.md#class-module). You can declare as many individual variables as you like using **WithEvents**, but you can't create [arrays](../../Glossary/vbe-glossary.md#array) with **WithEvents**. You can't use **New** with **WithEvents**.|
+|**WithEvents**|Optional. [Keyword](../../Glossary/vbe-glossary.md#keyword) that specifies that _varname_ is an [object variable](../../Glossary/vbe-glossary.md#object-variable) used to respond to events triggered by an [ActiveX object](../../Glossary/vbe-glossary.md#activex-object). **WithEvents** is valid only in [class modules](../../Glossary/vbe-glossary.md#class-module). You can declare as many individual variables as you like using **WithEvents**, but you can't create [arrays](../../Glossary/vbe-glossary.md#array) with **WithEvents**. You can't use **New** with **WithEvents**.|
| _varname_|Required. Name of the variable; follows standard variable naming conventions.|
| _subscripts_|Optional. Dimensions of an array variable; up to 60 multiple dimensions may be declared. The _subscripts_[argument](../../Glossary/vbe-glossary.md#argument) uses the following syntax:|
|
@@ -30,7 +30,7 @@ The **Private** statement syntax has these parts:
|
|When not explicitly stated in _lower_, the lower bound of an array is controlled by the **Option** **Base** statement. The lower bound is zero if no **Option** **Base** statement is present.|
|**New**|Optional. Keyword that enables implicit creation of an object. If you use **New** when declaring the object variable, a new instance of the object is created on first reference to it, so you don't have to use the **Set** statement to assign the object reference. The **New** keyword can't be used to declare variables of any intrinsic [data type](../../Glossary/vbe-glossary.md#data-type), can't be used to declare instances of dependent objects, and can't be used with **WithEvents**.|
-| _type_|Optional. Data type of the variable; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (for variable-length strings), **String** * _length_ (for fixed-length strings),[Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an [object type](../../Glossary/vbe-glossary.md#object-type). Use a separate **As**_type_ clause for each variable being defined.|
+| _type_|Optional. Data type of the variable; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (for variable-length strings), **String** * _length_ (for fixed-length strings), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an [object type](../../Glossary/vbe-glossary.md#object-type). Use a separate **As**_type_ clause for each variable being defined.|
## Remarks
diff --git a/Language/Reference/User-Interface-Help/procbodyline-property.md b/Language/Reference/User-Interface-Help/procbodyline-property.md
index 62881c9cbee..d56758ecad0 100644
--- a/Language/Reference/User-Interface-Help/procbodyline-property.md
+++ b/Language/Reference/User-Interface-Help/procbodyline-property.md
@@ -27,7 +27,7 @@ The **ProcBodyLine** syntax has these parts:
|:-----|:-----|
| _object_|Required. An [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.|
| _procname_|Required. A [String](../../Glossary/vbe-glossary.md#string-data-type) containing the name of the procedure.|
-| _prockind_|Required. Specifies the kind of procedure to locate. Because [property procedures](../../Glossary/vbe-glossary.md#property-procedure) can have multiple representations in the[module](../../Glossary/vbe-glossary.md#module), you must specify the kind of procedure you want to locate. All procedures other than property procedures (that is, **Sub** and **Function** procedures) use **vbext_pk_Proc**.|
+| _prockind_|Required. Specifies the kind of procedure to locate. Because [property procedures](../../Glossary/vbe-glossary.md#property-procedure) can have multiple representations in the [module](../../Glossary/vbe-glossary.md#module), you must specify the kind of procedure you want to locate. All procedures other than property procedures (that is, **Sub** and **Function** procedures) use **vbext_pk_Proc**.|
You can use one of the following [constants](../../Glossary/vbe-glossary.md#constant) for the _prockind_[argument](../../Glossary/vbe-glossary.md#argument):
diff --git a/Language/Reference/User-Interface-Help/proccountlines-property.md b/Language/Reference/User-Interface-Help/proccountlines-property.md
index 0f1dde601d1..53a9aa4177e 100644
--- a/Language/Reference/User-Interface-Help/proccountlines-property.md
+++ b/Language/Reference/User-Interface-Help/proccountlines-property.md
@@ -27,7 +27,7 @@ The **ProcCountLines** syntax has these parts:
|:-----|:-----|
| _object_|Required. An [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.|
| _procname_|Required. A [String](../../Glossary/vbe-glossary.md#string-data-type) containing the name of the procedure.|
-| _prockind_|Required. Specifies the kind of procedure to locate. Because [property procedures](../../Glossary/vbe-glossary.md#property-procedure) can have multiple representations in the[module](../../Glossary/vbe-glossary.md#module), you must specify the kind of procedure you want to locate. All procedures other than property procedures (that is, **Sub** and **Function** procedures) use **vbext_pk_Proc**.|
+| _prockind_|Required. Specifies the kind of procedure to locate. Because [property procedures](../../Glossary/vbe-glossary.md#property-procedure) can have multiple representations in the [module](../../Glossary/vbe-glossary.md#module), you must specify the kind of procedure you want to locate. All procedures other than property procedures (that is, **Sub** and **Function** procedures) use **vbext_pk_Proc**.|
You can use one of the following [constants](../../Glossary/vbe-glossary.md#constant) for the _prockind_[argument](../../Glossary/vbe-glossary.md#argument):
@@ -41,5 +41,5 @@ You can use one of the following [constants](../../Glossary/vbe-glossary.md#cons
## Remarks
-The **ProcCountLines** property returns the count of all blank or comment lines preceding the procedure declaration and, if the procedure is the last procedure in a[code module](../../Glossary/vbe-glossary.md#code-module), any blank lines following the procedure.
+The **ProcCountLines** property returns the count of all blank or comment lines preceding the procedure declaration and, if the procedure is the last procedure in a [code module](../../Glossary/vbe-glossary.md#code-module), any blank lines following the procedure.
diff --git a/Language/Reference/User-Interface-Help/procofline-property.md b/Language/Reference/User-Interface-Help/procofline-property.md
index 67e87731d08..8f7175ffc9b 100644
--- a/Language/Reference/User-Interface-Help/procofline-property.md
+++ b/Language/Reference/User-Interface-Help/procofline-property.md
@@ -27,7 +27,7 @@ The **ProcOfLine** syntax has these parts:
|:-----|:-----|
| _object_|Required. An [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.|
| _line_|Required. A [Long](../../Glossary/vbe-glossary.md#long-data-type) specifying the line to check.|
-| _prockind_|Required. Specifies the kind of procedure to locate. Because [property procedures](../../Glossary/vbe-glossary.md#property-procedure) can have multiple representations in the[module](../../Glossary/vbe-glossary.md#module), you must specify the kind of procedure you want to locate. All procedures other than property procedures (that is, **Sub** and **Function** procedures) use **vbext_pk_Proc**.|
+| _prockind_|Required. Specifies the kind of procedure to locate. Because [property procedures](../../Glossary/vbe-glossary.md#property-procedure) can have multiple representations in the [module](../../Glossary/vbe-glossary.md#module), you must specify the kind of procedure you want to locate. All procedures other than property procedures (that is, **Sub** and **Function** procedures) use **vbext_pk_Proc**.|
You can use one of the following [constants](../../Glossary/vbe-glossary.md#constant) for the _prockind_[argument](../../Glossary/vbe-glossary.md#argument):
diff --git a/Language/Reference/User-Interface-Help/procstartline-property.md b/Language/Reference/User-Interface-Help/procstartline-property.md
index f280c018194..98cfc0cba11 100644
--- a/Language/Reference/User-Interface-Help/procstartline-property.md
+++ b/Language/Reference/User-Interface-Help/procstartline-property.md
@@ -27,7 +27,7 @@ The **ProcStartLine** syntax has these parts:
|:-----|:-----|
| _object_|Required. An [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.|
| _procname_|Required. A [String](../../Glossary/vbe-glossary.md#string-data-type) containing the name of the procedure.|
-| _prockind_|Required. Specifies the kind of procedure to locate. Because [property procedures](../../Glossary/vbe-glossary.md#property-procedure) can have multiple representations in the[module](../../Glossary/vbe-glossary.md#module), you must specify the kind of procedure you want to locate. All procedures other than property procedures (that is, **Sub** and **Function** procedures) use **vbext_pk_Proc**.|
+| _prockind_|Required. Specifies the kind of procedure to locate. Because [property procedures](../../Glossary/vbe-glossary.md#property-procedure) can have multiple representations in the [module](../../Glossary/vbe-glossary.md#module), you must specify the kind of procedure you want to locate. All procedures other than property procedures (that is, **Sub** and **Function** procedures) use **vbext_pk_Proc**.|
You can use one of the following [constants](../../Glossary/vbe-glossary.md#constant) for the _prockind_[argument](../../Glossary/vbe-glossary.md#argument):
diff --git a/Language/Reference/User-Interface-Help/progid-property.md b/Language/Reference/User-Interface-Help/progid-property.md
index 0099a08f70e..9d0f0036e38 100644
--- a/Language/Reference/User-Interface-Help/progid-property.md
+++ b/Language/Reference/User-Interface-Help/progid-property.md
@@ -20,5 +20,5 @@ Returns the ProgID (programmatic ID) for the control represented by the **VBCon
## Syntax
_object_**.ProgID**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
diff --git a/Language/Reference/User-Interface-Help/properties-collection-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/properties-collection-vba-add-in-object-model.md
index 74f573ae262..cec5543dc48 100644
--- a/Language/Reference/User-Interface-Help/properties-collection-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/properties-collection-vba-add-in-object-model.md
@@ -17,5 +17,5 @@ Represents the [properties](../../Glossary/vbe-glossary.md#property) of an objec
## Remarks
-Use the **Properties** collection to access the properties displayed in the[Properties window](../../Glossary/vbe-glossary.md#properties-window). For every property listed in the **Properties** window, there is an object in the **Properties** collection.
+Use the **Properties** collection to access the properties displayed in the [Properties window](../../Glossary/vbe-glossary.md#properties-window). For every property listed in the **Properties** window, there is an object in the **Properties** collection.
diff --git a/Language/Reference/User-Interface-Help/property-get-statement.md b/Language/Reference/User-Interface-Help/property-get-statement.md
index 606b1b6e329..d3ba9e72fa1 100644
--- a/Language/Reference/User-Interface-Help/property-get-statement.md
+++ b/Language/Reference/User-Interface-Help/property-get-statement.md
@@ -28,13 +28,13 @@ The **Property Get** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
-|**Public**|Optional. Indicates that the **Property** **Get** procedure is accessible to all other procedures in all[modules](../../Glossary/vbe-glossary.md#module). If used in a module that contains an **Option Private** statement, the procedure is not available outside the[project](../../Glossary/vbe-glossary.md#project).|
+|**Public**|Optional. Indicates that the **Property** **Get** procedure is accessible to all other procedures in all[modules](../../Glossary/vbe-glossary.md#module). If used in a module that contains an **Option Private** statement, the procedure is not available outside the [project](../../Glossary/vbe-glossary.md#project).|
|**Private**|Optional. Indicates that the **Property** **Get** procedure is accessible only to other procedures in the module where it is declared.|
|**Friend**|Optional. Used only in a [class module](../../Glossary/vbe-glossary.md#class-module). Indicates that the **Property Get** procedure is visible throughout the project, but not visible to a controller of an instance of an object.|
|**Static**|Optional. Indicates that the **Property** **Get** procedure's local[variables](../../Glossary/vbe-glossary.md#variable) are preserved between calls. The **Static** attribute doesn't affect variables that are declared outside the **Property Get** procedure, even if they are used in the procedure.|
| _name_|Required. Name of the **Property** **Get** procedure; follows standard variable naming conventions, except that the name can be the same as a **Property** **Let** or **Property Set** procedure in the same module.|
-| _arglist_|Optional. List of variables representing arguments that are passed to the **Property** **Get** procedure when it is called. Multiple arguments are separated by commas. The name and[data type](../../Glossary/vbe-glossary.md#data-type) of each argument in a **Property** **Get** procedure must be the same as the corresponding argument in a **Property** **Let** procedure (if one exists).|
-| _type_|Optional. Data type of the value returned by the **Property** **Get** procedure; may be[Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (except fixed length),[Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), and [Arrays](../../Glossary/vbe-glossary.md#array). The return _type_ of a **Property** **Get** procedure must be the same data type as the last (or sometimes the only) argument in a corresponding **Property** **Let** procedure (if one exists) that defines the value assigned to the property on the right side of an[expression](../../Glossary/vbe-glossary.md#expression).|
+| _arglist_|Optional. List of variables representing arguments that are passed to the **Property** **Get** procedure when it is called. Multiple arguments are separated by commas. The name and [data type](../../Glossary/vbe-glossary.md#data-type) of each argument in a **Property** **Get** procedure must be the same as the corresponding argument in a **Property** **Let** procedure (if one exists).|
+| _type_|Optional. Data type of the value returned by the **Property** **Get** procedure; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (except fixed length), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), and [Arrays](../../Glossary/vbe-glossary.md#array). The return _type_ of a **Property** **Get** procedure must be the same data type as the last (or sometimes the only) argument in a corresponding **Property** **Let** procedure (if one exists) that defines the value assigned to the property on the right side of an [expression](../../Glossary/vbe-glossary.md#expression).|
| _statements_|Optional. Any group of statements to be executed within the body of the **Property** **Get** procedure.|
| _expression_|Optional. Value of the property returned by the procedure defined by the **Property Get** statement.|
@@ -54,7 +54,7 @@ The _arglist_ argument has the following syntax and parts:
## Remarks
-If not explicitly specified using **Public**, **Private**, or **Friend**, **Property** procedures are public by default. If **Static** is not used, the value of local variables is not preserved between calls. The **Friend** keyword can only be used in class modules. However, **Friend** procedures can be accessed by procedures in any module of a project. A **Friend** procedure doesn't appear in the[type library](../../Glossary/vbe-glossary.md#type-library) of its parent class, nor can a **Friend** procedure be late bound.
+If not explicitly specified using **Public**, **Private**, or **Friend**, **Property** procedures are public by default. If **Static** is not used, the value of local variables is not preserved between calls. The **Friend** keyword can only be used in class modules. However, **Friend** procedures can be accessed by procedures in any module of a project. A **Friend** procedure doesn't appear in the [type library](../../Glossary/vbe-glossary.md#type-library) of its parent class, nor can a **Friend** procedure be late bound.
All executable code must be in procedures. You can't define a **Property** **Get** procedure inside another **Property**, **Sub**, or **Function** procedure.
The **Exit Property** statement causes an immediate exit from a **Property Get** procedure. Program execution continues with the statement following the statement that called the **Property** **Get** procedure. Any number of **Exit Property** statements can appear anywhere in a **Property** **Get** procedure.
Like a **Sub** and **Property Let** procedure, a **Property Get** procedure is a separate procedure that can take arguments, perform a series of statements, and change the values of its arguments. However, unlike a **Sub** or **Property Let** procedure, you can use a **Property Get** procedure on the right side of an expression in the same way you use a **Function** or a property name when you want to return the value of a property.
diff --git a/Language/Reference/User-Interface-Help/property-let-statement.md b/Language/Reference/User-Interface-Help/property-let-statement.md
index 3fd24c78bd8..5e0ab5dde20 100644
--- a/Language/Reference/User-Interface-Help/property-let-statement.md
+++ b/Language/Reference/User-Interface-Help/property-let-statement.md
@@ -26,12 +26,12 @@ The **Property Let** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
-|**Public**|Optional. Indicates that the **Property** **Let** procedure is accessible to all other procedures in all[modules](../../Glossary/vbe-glossary.md#module). If used in a module that contains an **Option Private** statement, the procedure is not available outside the[project](../../Glossary/vbe-glossary.md#project).|
+|**Public**|Optional. Indicates that the **Property** **Let** procedure is accessible to all other procedures in all[modules](../../Glossary/vbe-glossary.md#module). If used in a module that contains an **Option Private** statement, the procedure is not available outside the [project](../../Glossary/vbe-glossary.md#project).|
|**Private**|Optional. Indicates that the **Property** **Let** procedure is accessible only to other procedures in the module where it is declared.|
-|**Friend**|Optional. Used only in a [class module](../../Glossary/vbe-glossary.md#class-module). Indicates that the **Property Let** procedure is visible throughout the[project](../../Glossary/vbe-glossary.md#project), but not visible to a controller of an instance of an object.|
+|**Friend**|Optional. Used only in a [class module](../../Glossary/vbe-glossary.md#class-module). Indicates that the **Property Let** procedure is visible throughout the [project](../../Glossary/vbe-glossary.md#project), but not visible to a controller of an instance of an object.|
|**Static**|Optional. Indicates that the **Property Let** procedure's local[variables](../../Glossary/vbe-glossary.md#variable) are preserved between calls. The **Static** attribute doesn't affect variables that are declared outside the **Property Let** procedure, even if they are used in the procedure.|
| _name_|Required. Name of the **Property Let** procedure; follows standard variable naming conventions, except that the name can be the same as a **Property Get** or **Property Set** procedure in the same module.|
-| _arglist_|Required. List of variables representing arguments that are passed to the **Property Let** procedure when it is called. Multiple arguments are separated by commas. The name and[data type](../../Glossary/vbe-glossary.md#data-type) of each argument in a **Property Let** procedure must be the same as the corresponding argument in a **Property Get** procedure.|
+| _arglist_|Required. List of variables representing arguments that are passed to the **Property Let** procedure when it is called. Multiple arguments are separated by commas. The name and [data type](../../Glossary/vbe-glossary.md#data-type) of each argument in a **Property Let** procedure must be the same as the corresponding argument in a **Property Get** procedure.|
| _value_|Required. Variable to contain the value to be assigned to the property. When the procedure is called, this argument appears on the right side of the calling [expression](../../Glossary/vbe-glossary.md#expression). The data type of _value_ must be the same as the return type of the corresponding **Property Get** procedure.|
| _statements_|Optional. Any group of [statements](../../Glossary/vbe-glossary.md#statement) to be executed within the **Property Let** procedure.|
@@ -46,14 +46,14 @@ The _arglist_ argument has the following syntax and parts:
|**ByRef**|Optional. Indicates that the argument is passed [by reference](../../Glossary/vbe-glossary.md#by-reference). **ByRef** is the default in Visual Basic.|
|**ParamArray**|Optional. Used only as the last argument in _arglist_ to indicate that the final argument is an **Optional** array of **Variant** elements. The **ParamArray** keyword allows you to provide an arbitrary number of arguments. It may not be used with **ByVal**, **ByRef**, or **Optional**.|
| _varname_|Required. Name of the variable representing the argument; follows standard variable naming conventions.|
-| _type_|Optional. Data type of the argument passed to the procedure; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable length only),[Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), or a specific [object type](../../Glossary/vbe-glossary.md#object-type). If the parameter is not **Optional**, a[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) may also be specified.|
+| _type_|Optional. Data type of the argument passed to the procedure; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable length only), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), or a specific [object type](../../Glossary/vbe-glossary.md#object-type). If the parameter is not **Optional**, a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) may also be specified.|
| _defaultvalue_|Optional. Any [constant](../../Glossary/vbe-glossary.md#constant) or constant expression. Valid for **Optional** parameters only. If the type is an **Object**, an explicit default value can only be **Nothing**.|
**Note** Every **Property Let** statement must define at least one argument for the procedure it defines. That argument (or the last argument if there is more than one) contains the actual value to be assigned to the property when the procedure defined by the **Property Let** statement is invoked. That argument is referred to as _value_ in the preceding syntax.
## Remarks
-If not explicitly specified using **Public**, **Private**, or **Friend**, **Property** procedures are public by default. If **Static** isn't used, the value of local variables is not preserved between calls. The **Friend** keyword can only be used in class modules. However, **Friend** procedures can be accessed by procedures in any module of a project. A **Friend** procedure doesn't appear in the[type library](../../Glossary/vbe-glossary.md#type-library) of its parent class, nor can a **Friend** procedure be late bound.
+If not explicitly specified using **Public**, **Private**, or **Friend**, **Property** procedures are public by default. If **Static** isn't used, the value of local variables is not preserved between calls. The **Friend** keyword can only be used in class modules. However, **Friend** procedures can be accessed by procedures in any module of a project. A **Friend** procedure doesn't appear in the [type library](../../Glossary/vbe-glossary.md#type-library) of its parent class, nor can a **Friend** procedure be late bound.
All executable code must be in procedures. You can't define a **Property Let** procedure inside another **Property**, **Sub**, or **Function** procedure.
The **Exit Property** statement causes an immediate exit from a **Property Let** procedure. Program execution continues with the statement following the statement that called the **Property Let** procedure. Any number of **Exit Property** statements can appear anywhere in a **Property Let** procedure.
Like a **Function** and **Property Get** procedure, a **Property Let** procedure is a separate procedure that can take arguments, perform a series of statements, and change the value of its arguments. However, unlike a **Function** and **Property Get** procedure, both of which return a value, you can only use a **Property Let** procedure on the left side of a property assignment expression or **Let** statement.
diff --git a/Language/Reference/User-Interface-Help/property-object-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/property-object-vba-add-in-object-model.md
index 6742423f445..e0245042897 100644
--- a/Language/Reference/User-Interface-Help/property-object-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/property-object-vba-add-in-object-model.md
@@ -13,11 +13,11 @@ ms.date: 06/08/2017
-Represents the [properties](../../Glossary/vbe-glossary.md#property) of an object that are visible in the[Properties window](../../Glossary/vbe-glossary.md#properties-window) for any given component.
+Represents the [properties](../../Glossary/vbe-glossary.md#property) of an object that are visible in the [Properties window](../../Glossary/vbe-glossary.md#properties-window) for any given component.
## Remarks
Use **Value** property of the **Property** object to return or set the value of a property of a component.
-At a minimum, all components have a **Name** property. Use the **Value** property of the **Property** object to return or set the value of a property. The **Value** property returns a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) of the appropriate type. If the value returned is an object, the **Value** property returns the **Properties** collection that contains **Property** objects representing the individual properties of the object. You can access each of the **Property** objects by using the **Item** method on the returned **Properties** collection.
+At a minimum, all components have a **Name** property. Use the **Value** property of the **Property** object to return or set the value of a property. The **Value** property returns a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) of the appropriate type. If the value returned is an object, the **Value** property returns the **Properties** collection that contains **Property** objects representing the individual properties of the object. You can access each of the **Property** objects by using the **Item** method on the returned **Properties** collection.
If the value returned by the **Property** object is an object, you can use the **Object** property to set the **Property** object to a new object.
diff --git a/Language/Reference/User-Interface-Help/property-or-method-not-found-error-423.md b/Language/Reference/User-Interface-Help/property-or-method-not-found-error-423.md
index a2fd82b116d..2fff7e1f96b 100644
--- a/Language/Reference/User-Interface-Help/property-or-method-not-found-error-423.md
+++ b/Language/Reference/User-Interface-Help/property-or-method-not-found-error-423.md
@@ -15,7 +15,7 @@ The spelling of an object name must exactly match the definition in its [object
-- You referred to an _object_. _method_ or _object_. _property_, but _method_ or _property_ isn't defined. You may have misspelled the name of the _object_. To see what[properties](../../Glossary/vbe-glossary.md#property) and[methods](../../Glossary/vbe-glossary.md#method) are defined for an _object_, display the[Object Browser](../../Glossary/vbe-glossary.md#object-browser). Select the appropriate object library to view a list of available properties and methods.
+- You referred to an _object_. _method_ or _object_. _property_, but _method_ or _property_ isn't defined. You may have misspelled the name of the _object_. To see what[properties](../../Glossary/vbe-glossary.md#property) and [methods](../../Glossary/vbe-glossary.md#method) are defined for an _object_, display the [Object Browser](../../Glossary/vbe-glossary.md#object-browser). Select the appropriate object library to view a list of available properties and methods.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/property-set-can-t-be-executed-at-run-time-error-382.md b/Language/Reference/User-Interface-Help/property-set-can-t-be-executed-at-run-time-error-382.md
index 324e8226682..c3f2c05e2d8 100644
--- a/Language/Reference/User-Interface-Help/property-set-can-t-be-executed-at-run-time-error-382.md
+++ b/Language/Reference/User-Interface-Help/property-set-can-t-be-executed-at-run-time-error-382.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Property Set can't be executed at run time (Error 382)
-It may not be possible to obtain a reference to a [property](../../Glossary/vbe-glossary.md#property) at[run time](../../Glossary/vbe-glossary.md#run-time).This error has the following cause and solution:
+It may not be possible to obtain a reference to a [property](../../Glossary/vbe-glossary.md#property) at [run time](../../Glossary/vbe-glossary.md#run-time).This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/property-set-can-t-be-used-with-a-read-only-property-error-383.md b/Language/Reference/User-Interface-Help/property-set-can-t-be-used-with-a-read-only-property-error-383.md
index e02e6c7d294..86b1a49ab46 100644
--- a/Language/Reference/User-Interface-Help/property-set-can-t-be-used-with-a-read-only-property-error-383.md
+++ b/Language/Reference/User-Interface-Help/property-set-can-t-be-used-with-a-read-only-property-error-383.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Property Set can't be used with a read-only property (Error 383)
-It may not be possible to obtain a reference to a [property](../../Glossary/vbe-glossary.md#property) at[run time](../../Glossary/vbe-glossary.md#run-time).This error has the following cause and solution:
+It may not be possible to obtain a reference to a [property](../../Glossary/vbe-glossary.md#property) at [run time](../../Glossary/vbe-glossary.md#run-time).This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/property-set-statement.md b/Language/Reference/User-Interface-Help/property-set-statement.md
index 5324d90cd9d..53dc53ff201 100644
--- a/Language/Reference/User-Interface-Help/property-set-statement.md
+++ b/Language/Reference/User-Interface-Help/property-set-statement.md
@@ -27,9 +27,9 @@ The **Property Set** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
|**Optional**|Optional. Indicates that the argument may or may not be supplied by the caller.|
-|**Public**|Optional. Indicates that the **Property** **Set** procedure is accessible to all other procedures in all[modules](../../Glossary/vbe-glossary.md#module). If used in a module that contains an **Option Private** statement, the procedure is not available outside the[project](../../Glossary/vbe-glossary.md#project).|
+|**Public**|Optional. Indicates that the **Property** **Set** procedure is accessible to all other procedures in all[modules](../../Glossary/vbe-glossary.md#module). If used in a module that contains an **Option Private** statement, the procedure is not available outside the [project](../../Glossary/vbe-glossary.md#project).|
|**Private**|Optional. Indicates that the **Property** **Set** procedure is accessible only to other procedures in the module where it is declared.|
-|**Friend**|Optional. Used only in a [class module](../../Glossary/vbe-glossary.md#class-module). Indicates that the **Property Set** procedure is visible throughout the[project](../../Glossary/vbe-glossary.md#project), but not visible to a controller of an instance of an object.|
+|**Friend**|Optional. Used only in a [class module](../../Glossary/vbe-glossary.md#class-module). Indicates that the **Property Set** procedure is visible throughout the [project](../../Glossary/vbe-glossary.md#project), but not visible to a controller of an instance of an object.|
|**Static**|Optional. Indicates that the **Property** **Set** procedure's local[variables](../../Glossary/vbe-glossary.md#variable) are preserved between calls. The **Static** attribute doesn't affect variables that are declared outside the **Property Set** procedure, even if they are used in the procedure.|
| _name_|Required. Name of the **Property** **Set** procedure; follows standard variable naming conventions, except that the name can be the same as a **Property** **Get** or **Property Let** procedure in the same module.|
| _arglist_|Required. List of variables representing arguments that are passed to the **Property** **Set** procedure when it is called. Multiple arguments are separated by commas.|
@@ -47,14 +47,14 @@ The _arglist_ argument has the following syntax and parts:
|**ByRef**|Optional. Indicates that the argument is passed [by reference](../../Glossary/vbe-glossary.md#by-reference). **ByRef** is the default in Visual Basic.|
|**ParamArray**|Optional. Used only as the last argument in _arglist_ to indicate that the final argument is an **Optional** array of **Variant** elements. The **ParamArray** keyword allows you to provide an arbitrary number of arguments. It may not be used with **ByVal**, **ByRef**, or **Optional**.|
| _varname_|Required. Name of the variable representing the argument; follows standard variable naming conventions.|
-| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the argument passed to the procedure; may be[Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable length only),[Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), or a specific [object type](../../Glossary/vbe-glossary.md#object-type). If the parameter is not **Optional**, a[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) may also be specified.|
+| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the argument passed to the procedure; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable length only), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), or a specific [object type](../../Glossary/vbe-glossary.md#object-type). If the parameter is not **Optional**, a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) may also be specified.|
| _defaultvalue_|Optional. Any [constant](../../Glossary/vbe-glossary.md#constant) or constant expression. Valid for **Optional** parameters only. If the type is an **Object**, an explicit default value can only be **Nothing**.|
**Note** Every **Property Set** statement must define at least one argument for the procedure it defines. That argument (or the last argument if there is more than one) contains the actual object reference for the property when the procedure defined by the **Property Set** statement is invoked. It is referred to as _reference_ in the preceding syntax. It can't be **Optional**.
## Remarks
-If not explicitly specified using **Public**, **Private**, or **Friend**, **Property** procedures are public by default. If **Static** isn't used, the value of local variables is not preserved between calls. The **Friend** keyword can only be used in class modules. However, **Friend** procedures can be accessed by procedures in any module of a project. A **Friend** procedure doesn't appear in the[type library](../../Glossary/vbe-glossary.md#type-library) of its parent class, nor can a **Friend** procedure be late bound.
+If not explicitly specified using **Public**, **Private**, or **Friend**, **Property** procedures are public by default. If **Static** isn't used, the value of local variables is not preserved between calls. The **Friend** keyword can only be used in class modules. However, **Friend** procedures can be accessed by procedures in any module of a project. A **Friend** procedure doesn't appear in the [type library](../../Glossary/vbe-glossary.md#type-library) of its parent class, nor can a **Friend** procedure be late bound.
All executable code must be in procedures. You can't define a **Property** **Set** procedure inside another **Property**, **Sub**, or **Function** procedure.
The **Exit Property** statement causes an immediate exit from a **Property** **Set** procedure. Program execution continues with the statement following the statement that called the **Property** **Set** procedure. Any number of **Exit Property** statements can appear anywhere in a **Property** **Set** procedure.
Like a **Function** and **Property Get** procedure, a **Property Set** procedure is a separate procedure that can take arguments, perform a series of statements, and change the value of its arguments. However, unlike a **Function** and **Property Get** procedure, both of which return a value, you can only use a **Property Set** procedure on the left side of an object reference assignment (**Set** statement).
diff --git a/Language/Reference/User-Interface-Help/ptrsafe-keyword.md b/Language/Reference/User-Interface-Help/ptrsafe-keyword.md
index a7436fcfb24..fec89da091a 100644
--- a/Language/Reference/User-Interface-Help/ptrsafe-keyword.md
+++ b/Language/Reference/User-Interface-Help/ptrsafe-keyword.md
@@ -12,7 +12,7 @@ The **PtrSafe** keyword is used in this context:
[Declare Statement](declare-statement.md)
- **Note** Declare statements with the **PtrSafe** keyword is the recommended syntax. Declare statements that include **PtrSafe** work correctly in the VBA7 development environment on both 32-bit and 64-bit platforms only after all data types in the **Declare** statement (parameters and return values) that need to store 64-bit quantities are updated to use[LongLong](longlong-data-type.md) for 64-bit integrals or[LongPtr](longptr-data-type.md) for pointers and handles. To ensure backwards compatibility with VBA version 6 and earlier use the following construct:
+ **Note** Declare statements with the **PtrSafe** keyword is the recommended syntax. Declare statements that include **PtrSafe** work correctly in the VBA7 development environment on both 32-bit and 64-bit platforms only after all data types in the **Declare** statement (parameters and return values) that need to store 64-bit quantities are updated to use[LongLong](longlong-data-type.md) for 64-bit integrals or [LongPtr](longptr-data-type.md) for pointers and handles. To ensure backwards compatibility with VBA version 6 and earlier use the following construct:
@@ -27,5 +27,5 @@ Declare Sub...
When running in 64-bit versions of Office **Declare** statements must include the **PtrSafe** keyword.
The **PtrSafe** keyword asserts that a **Declare** statement is safe to run in 64-bit development environments.
-Adding the **PtrSafe** keyword to a **Declare** statement only signifies the **Declare** statement explicitly targets 64-bits, all data types within the statement that need to store 64-bits (including return values and parameters) must still be modified to hold 64-bit quantities using either[LongLong](longlong-data-type.md) for 64-bit integrals or[LongPtr](longptr-data-type.md) for pointers and handles.
+Adding the **PtrSafe** keyword to a **Declare** statement only signifies the **Declare** statement explicitly targets 64-bits, all data types within the statement that need to store 64-bits (including return values and parameters) must still be modified to hold 64-bit quantities using either [LongLong](longlong-data-type.md) for 64-bit integrals or [LongPtr](longptr-data-type.md) for pointers and handles.
diff --git a/Language/Reference/User-Interface-Help/put-statement.md b/Language/Reference/User-Interface-Help/put-statement.md
index 3d4a077a95a..98c3d50ddbf 100644
--- a/Language/Reference/User-Interface-Help/put-statement.md
+++ b/Language/Reference/User-Interface-Help/put-statement.md
@@ -45,7 +45,7 @@ For files opened in **Random** mode, the following rules apply:
- If the variable being written is a variable-length string, **Put** writes a 2-byte descriptor containing the string length and then the variable. The record length specified by the **Len** clause in the **Open** statement must be at least 2 bytes greater than the actual length of the string.
-- If the variable being written is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) of a[numeric type](../../Glossary/vbe-glossary.md#numeric-type), **Put** writes 2 bytes identifying the **VarType** of the **Variant** and then writes the variable. For example, when writing a **Variant** of **VarType** 3, **Put** writes 6 bytes: 2 bytes identifying the **Variant** as **VarType** 3 (**Long**) and 4 bytes containing the **Long** data. The record length specified by the **Len** clause in the **Open** statement must be at least 2 bytes greater than the actual number of bytes required to store the variable.
+- If the variable being written is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) of a [numeric type](../../Glossary/vbe-glossary.md#numeric-type), **Put** writes 2 bytes identifying the **VarType** of the **Variant** and then writes the variable. For example, when writing a **Variant** of **VarType** 3, **Put** writes 6 bytes: 2 bytes identifying the **Variant** as **VarType** 3 (**Long**) and 4 bytes containing the **Long** data. The record length specified by the **Len** clause in the **Open** statement must be at least 2 bytes greater than the actual number of bytes required to store the variable.
**Note** You can use the **Put** statement to write a **Variant**[array](../../Glossary/vbe-glossary.md#array) to disk, but you can't use **Put** to write a scalar **Variant** containing an array to disk. You also can't use **Put** to write objects to disk.
- If the variable being written is a **Variant** of **VarType** 8 (**String**), **Put** writes 2 bytes identifying the **VarType**, 2 bytes indicating the length of the string, and then writes the string data. The record length specified by the **Len** clause in the **Open** statement must be at least 4 bytes greater than the actual length of the string.
diff --git a/Language/Reference/User-Interface-Help/qualifier-must-be-collection.md b/Language/Reference/User-Interface-Help/qualifier-must-be-collection.md
index e123d1a438e..50e0f08b0da 100644
--- a/Language/Reference/User-Interface-Help/qualifier-must-be-collection.md
+++ b/Language/Reference/User-Interface-Help/qualifier-must-be-collection.md
@@ -15,7 +15,7 @@ The use of an exclamation point between two [identifiers](../../Glossary/vbe-glo
-- You used a name on the left side of the exclamation point (**!**) that isn't the name of a collection. If the name is supposed to represent a collection, check to make sure the name is spelled correctly. Note that the exclamation point is also the[type-declaration character](../../Glossary/vbe-glossary.md#type-declaration-character) for the **Single** data type. If the name in question isn't supposed to be a collection, perhaps the **!** type-declaration character appended to a[variable](../../Glossary/vbe-glossary.md#variable) name has been concatenated with another name.
+- You used a name on the left side of the exclamation point (**!**) that isn't the name of a collection. If the name is supposed to represent a collection, check to make sure the name is spelled correctly. Note that the exclamation point is also the [type-declaration character](../../Glossary/vbe-glossary.md#type-declaration-character) for the **Single** data type. If the name in question isn't supposed to be a collection, perhaps the **!** type-declaration character appended to a [variable](../../Glossary/vbe-glossary.md#variable) name has been concatenated with another name.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/queryclose-event.md b/Language/Reference/User-Interface-Help/queryclose-event.md
index f1d607578bd..1db1b4c8724 100644
--- a/Language/Reference/User-Interface-Help/queryclose-event.md
+++ b/Language/Reference/User-Interface-Help/queryclose-event.md
@@ -39,7 +39,7 @@ The _closemode_ argument returns the following values:
|**vbAppWindows**|2|The current Windows operating environment session is ending.|
|**vbAppTaskManager**|3|The Windows **Task Manager** is closing the application.|
-These constants are listed in the Visual Basic for Applications [object library](../../Glossary/vbe-glossary.md#object-library) in the[Object Browser](../../Glossary/vbe-glossary.md#object-browser). Note that **vbFormMDIForm** is also specified in the **Object Browser**, but is not yet supported.
+These constants are listed in the Visual Basic for Applications [object library](../../Glossary/vbe-glossary.md#object-library) in the [Object Browser](../../Glossary/vbe-glossary.md#object-browser). Note that **vbFormMDIForm** is also specified in the **Object Browser**, but is not yet supported.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/quick-watch-command-tools-menu.md b/Language/Reference/User-Interface-Help/quick-watch-command-tools-menu.md
index ae84e6d5b63..97c3866c907 100644
--- a/Language/Reference/User-Interface-Help/quick-watch-command-tools-menu.md
+++ b/Language/Reference/User-Interface-Help/quick-watch-command-tools-menu.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Quick Watch Command (Tools Menu)
-Displays the **Quick** **Watch** dialog box with the current value of the selected expression. Use this command to check the current value of a[variable](../../Glossary/vbe-glossary.md#variable), [property,](../../Glossary/vbe-glossary.md#property) or other expression for which you have not defined a[watch expression](../../Glossary/vbe-glossary.md#watch-expression). Select the expression from either the **Code** window or the Immediate window, and then choose the **Quick** **Watch** command. To add a watch expression based on the expression in the **Quick** **Watch** dialog box, choose the **Add** button.
+Displays the **Quick** **Watch** dialog box with the current value of the selected expression. Use this command to check the current value of a [variable](../../Glossary/vbe-glossary.md#variable), [property,](../../Glossary/vbe-glossary.md#property) or other expression for which you have not defined a [watch expression](../../Glossary/vbe-glossary.md#watch-expression). Select the expression from either the **Code** window or the Immediate window, and then choose the **Quick** **Watch** command. To add a watch expression based on the expression in the **Quick** **Watch** dialog box, choose the **Add** button.
Toolbar shortcut:
. Keyboard shortcut: SHIFT+F9.
diff --git a/Language/Reference/User-Interface-Help/raise-method.md b/Language/Reference/User-Interface-Help/raise-method.md
index 8d4de4fbe29..b1c5abc75c9 100644
--- a/Language/Reference/User-Interface-Help/raise-method.md
+++ b/Language/Reference/User-Interface-Help/raise-method.md
@@ -20,7 +20,7 @@ Generates a [run-time error](../../Glossary/vbe-glossary.md#run-time-error).
## Syntax
_object_**.Raise _number_,** **_source_, _description_, _helpfile_, _helpcontext_**
-The **Raise** method has the following object qualifier and[named arguments](../../Glossary/vbe-glossary.md#named-argument):
+The **Raise** method has the following object qualifier and [named arguments](../../Glossary/vbe-glossary.md#named-argument):
|**Argument**|**Description**|
diff --git a/Language/Reference/User-Interface-Help/randomize-statement.md b/Language/Reference/User-Interface-Help/randomize-statement.md
index 2191b81ff43..8dd0eecf43c 100644
--- a/Language/Reference/User-Interface-Help/randomize-statement.md
+++ b/Language/Reference/User-Interface-Help/randomize-statement.md
@@ -17,7 +17,7 @@ Initializes the random-number generator.
**Randomize** [ _number_ ]
-The optional _number_[argument](../../Glossary/vbe-glossary.md#argument) is a[Variant](../../Glossary/vbe-glossary.md#variant-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).
+The optional _number_[argument](../../Glossary/vbe-glossary.md#argument) is a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/redim-statement.md b/Language/Reference/User-Interface-Help/redim-statement.md
index d89f5c99718..41910f7323f 100644
--- a/Language/Reference/User-Interface-Help/redim-statement.md
+++ b/Language/Reference/User-Interface-Help/redim-statement.md
@@ -25,7 +25,7 @@ The **ReDim** statement syntax has these parts:
|**Preserve**|Optional. [Keyword](../../Glossary/vbe-glossary.md#keyword) used to preserve the data in an existing [array](../../Glossary/vbe-glossary.md#array) when you change the size of the last dimension.|
| _varname_|Required. Name of the variable; follows standard variable naming conventions.|
| _subscripts_|Required. Dimensions of an array variable; up to 60 multiple dimensions may be declared. The _subscripts_ [argument](../../Glossary/vbe-glossary.md#argument) uses the following syntax: [ _lower_**To** ] _upper_ [ **,** [ _lower_**To** ] _upper_ ] **. . .** When not explicitly stated in _lower_, the lower bound of an array is controlled by the **Option** **Base** statement. The lower bound is zero if no **Option** **Base** statement is present.|
-| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the variable; may be[Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (for variable-length strings), **String** * _length_ (for fixed-length strings),[Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an [object type](../../Glossary/vbe-glossary.md#object-type). Use a separate **As**_type_ clause for each variable being defined. For a **Variant** containing an array, _type_ describes the type of each element of the array, but doesn't change the **Variant** to some other type.|
+| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the variable; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (for variable-length strings), **String** * _length_ (for fixed-length strings), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or an [object type](../../Glossary/vbe-glossary.md#object-type). Use a separate **As**_type_ clause for each variable being defined. For a **Variant** containing an array, _type_ describes the type of each element of the array, but doesn't change the **Variant** to some other type.|
## Remarks
@@ -44,8 +44,8 @@ ReDim Preserve X(10, 10, 15)
Similarly, when you use **Preserve**, you can change the size of the array only by changing the upper bound; changing the lower bound causes an error.
If you make an array smaller than it was, data in the eliminated elements will be lost. If you pass an array to a procedure by reference, you can't redimension the array within the procedure.
-When variables are initialized, a numeric variable is initialized to 0, a variable-length string is initialized to a zero-length string (""), and a fixed-length string is filled with zeros. **Variant** variables are initialized to[Empty](../../Glossary/vbe-glossary.md#empty). Each element of a user-defined type variable is initialized as if it were a separate variable. A variable that refers to an object must be assigned an existing object using the **Set** statement before it can be used. Until it is assigned an object, the declared[object variable](../../Glossary/vbe-glossary.md#object-variable) has the special value **Nothing**, which indicates that it doesn't refer to any particular instance of an object.
-The **ReDim** statement acts as a declarative statement if the variable it declares doesn't exist at[module level](../../Glossary/vbe-glossary.md#module-level) or[procedure level](../../Glossary/vbe-glossary.md#procedure-level). If another variable with the same name is created later, even in a wider [scope](../../Glossary/vbe-glossary.md#scope), **ReDim** will refer to the later variable and won't necessarily cause a compilation error, even if **Option Explicit** is in effect. To avoid such conflicts, **ReDim** should not be used as a declarative statement, but simply for redimensioning arrays.
+When variables are initialized, a numeric variable is initialized to 0, a variable-length string is initialized to a zero-length string (""), and a fixed-length string is filled with zeros. **Variant** variables are initialized to[Empty](../../Glossary/vbe-glossary.md#empty). Each element of a user-defined type variable is initialized as if it were a separate variable. A variable that refers to an object must be assigned an existing object using the **Set** statement before it can be used. Until it is assigned an object, the declared [object variable](../../Glossary/vbe-glossary.md#object-variable) has the special value **Nothing**, which indicates that it doesn't refer to any particular instance of an object.
+The **ReDim** statement acts as a declarative statement if the variable it declares doesn't exist at [module level](../../Glossary/vbe-glossary.md#module-level) or [procedure level](../../Glossary/vbe-glossary.md#procedure-level). If another variable with the same name is created later, even in a wider [scope](../../Glossary/vbe-glossary.md#scope), **ReDim** will refer to the later variable and won't necessarily cause a compilation error, even if **Option Explicit** is in effect. To avoid such conflicts, **ReDim** should not be used as a declarative statement, but simply for redimensioning arrays.
> [!NOTE]
> To resize an array contained in a **Variant**, you must explicitly declare the **Variant** variable before attempting to resize its array.
diff --git a/Language/Reference/User-Interface-Help/reference-object-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/reference-object-vba-add-in-object-model.md
index e5cad415243..b759dbe0745 100644
--- a/Language/Reference/User-Interface-Help/reference-object-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/reference-object-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Represents a reference to a [type library](../../Glossary/vbe-glossary.md#type-library) or a[project](../../Glossary/vbe-glossary.md#project).
+Represents a reference to a [type library](../../Glossary/vbe-glossary.md#type-library) or a [project](../../Glossary/vbe-glossary.md#project).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/references-command-tools-menu.md b/Language/Reference/User-Interface-Help/references-command-tools-menu.md
index 7de0f29088e..14d3103ecb9 100644
--- a/Language/Reference/User-Interface-Help/references-command-tools-menu.md
+++ b/Language/Reference/User-Interface-Help/references-command-tools-menu.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# References Command (Tools Menu)
-Displays the **References** dialog box. This dialog box allows you to add an[object library](../../Glossary/vbe-glossary.md#object-library) or[type library](../../Glossary/vbe-glossary.md#type-library) reference to your project. This makes another application's objects available in your code. Once a reference is set, the referenced objects are displayed in the[Object Browser](../../Glossary/vbe-glossary.md#object-browser).
+Displays the **References** dialog box. This dialog box allows you to add an [object library](../../Glossary/vbe-glossary.md#object-library) or [type library](../../Glossary/vbe-glossary.md#type-library) reference to your project. This makes another application's objects available in your code. Once a reference is set, the referenced objects are displayed in the [Object Browser](../../Glossary/vbe-glossary.md#object-browser).
You can also add references to other loaded and saved projects. If a project has not been saved, it appears as "UNSAVED: " and you will be unable to make a reference to it.
diff --git a/Language/Reference/User-Interface-Help/referencesevents-object-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/referencesevents-object-vba-add-in-object-model.md
index 4840cf8f4af..d90c4ffee15 100644
--- a/Language/Reference/User-Interface-Help/referencesevents-object-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/referencesevents-object-vba-add-in-object-model.md
@@ -17,5 +17,5 @@ Returned by the **ReferencesEvents** property.
## Remarks
-The **ReferencesEvents** object is the source of events that occur when a reference is added to or removed from a[project](../../Glossary/vbe-glossary.md#project). The ItemAdded event is triggered after a reference is added to a project. The ItemRemoved event is triggered after a reference is removed from a project.
+The **ReferencesEvents** object is the source of events that occur when a reference is added to or removed from a [project](../../Glossary/vbe-glossary.md#project). The ItemAdded event is triggered after a reference is added to a project. The ItemRemoved event is triggered after a reference is removed from a project.
diff --git a/Language/Reference/User-Interface-Help/referencesevents-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/referencesevents-property-vba-add-in-object-model.md
index f293da5656f..f7e436d6d31 100644
--- a/Language/Reference/User-Interface-Help/referencesevents-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/referencesevents-property-vba-add-in-object-model.md
@@ -24,5 +24,5 @@ The setting for the [argument](../../Glossary/vbe-glossary.md#argument) you pass
## Remarks
-The **ReferencesEvents** property takes an argument and returns an[event source object](../../Glossary/vbe-glossary.md#event-source-object). The **ReferencesEvents** object is the source for events that are triggered when references are added or removed.
+The **ReferencesEvents** property takes an argument and returns an [event source object](../../Glossary/vbe-glossary.md#event-source-object). The **ReferencesEvents** object is the source for events that are triggered when references are added or removed.
diff --git a/Language/Reference/User-Interface-Help/rem-statement.md b/Language/Reference/User-Interface-Help/rem-statement.md
index 5e497142312..d105991b17d 100644
--- a/Language/Reference/User-Interface-Help/rem-statement.md
+++ b/Language/Reference/User-Interface-Help/rem-statement.md
@@ -23,7 +23,7 @@ The optional _comment_[argument](../../Glossary/vbe-glossary.md#argument) is th
## Remarks
-If you use [line numbers](../../Glossary/vbe-glossary.md#line-number) or[line labels](../../Glossary/vbe-glossary.md#line-label), you can branch from a **GoTo** or **GoSub**[statement](../../Glossary/vbe-glossary.md#statement) to a line containing a **Rem** statement. Execution continues with the first executable statement following the **Rem** statement. If the **Rem** keyword follows other statements on a line, it must be separated from the statements by a colon (**:**).
+If you use [line numbers](../../Glossary/vbe-glossary.md#line-number) or [line labels](../../Glossary/vbe-glossary.md#line-label), you can branch from a **GoTo** or **GoSub**[statement](../../Glossary/vbe-glossary.md#statement) to a line containing a **Rem** statement. Execution continues with the first executable statement following the **Rem** statement. If the **Rem** keyword follows other statements on a line, it must be separated from the statements by a colon (**:**).
You can use an apostrophe (**'**) instead of the **Rem** keyword. When you use an apostrophe, the colon is not required after other statements.
## Example
diff --git a/Language/Reference/User-Interface-Help/remove-item-command-file-menu.md b/Language/Reference/User-Interface-Help/remove-item-command-file-menu.md
index 5f3e8469713..ec08683a518 100644
--- a/Language/Reference/User-Interface-Help/remove-item-command-file-menu.md
+++ b/Language/Reference/User-Interface-Help/remove-item-command-file-menu.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Remove - Command (File Menu)
-Permanently deletes the active [form](../../Glossary/vbe-glossary.md#form) or[module](../../Glossary/vbe-glossary.md#module) from the project. Not available when an item is not selected in the **Project** **Explorer**.
+Permanently deletes the active [form](../../Glossary/vbe-glossary.md#form) or [module](../../Glossary/vbe-glossary.md#module) from the project. Not available when an item is not selected in the **Project** **Explorer**.
When removing a module from a project, make sure the remaining code doesn't refer to the removed item.
diff --git a/Language/Reference/User-Interface-Help/remove-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/remove-method-vba-add-in-object-model.md
index 81d60ad756e..debf8790be5 100644
--- a/Language/Reference/User-Interface-Help/remove-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/remove-method-vba-add-in-object-model.md
@@ -24,7 +24,7 @@ The **Remove** syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
| _object_|Required. An [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.|
-| _component_|Required. For the **LinkedWindows** collection, an object. For the **References** collection, a reference to a[type library](../../Glossary/vbe-glossary.md#type-library) or a[project](../../Glossary/vbe-glossary.md#project). For the **VBComponents** collection, an enumerated[constant](../../Glossary/vbe-glossary.md#constant) representing a[class module](../../Glossary/vbe-glossary.md#class-module), a form, or a [standard module](../../Glossary/vbe-glossary.md#standard-module). For the **VBProjects** collection, a standalone project.|
+| _component_|Required. For the **LinkedWindows** collection, an object. For the **References** collection, a reference to a [type library](../../Glossary/vbe-glossary.md#type-library) or a [project](../../Glossary/vbe-glossary.md#project). For the **VBComponents** collection, an enumerated[constant](../../Glossary/vbe-glossary.md#constant) representing a [class module](../../Glossary/vbe-glossary.md#class-module), a form, or a [standard module](../../Glossary/vbe-glossary.md#standard-module). For the **VBProjects** collection, a standalone project.|
## Remarks
diff --git a/Language/Reference/User-Interface-Help/removeitem-method.md b/Language/Reference/User-Interface-Help/removeitem-method.md
index 548c80a9b30..f1f8610195a 100644
--- a/Language/Reference/User-Interface-Help/removeitem-method.md
+++ b/Language/Reference/User-Interface-Help/removeitem-method.md
@@ -28,5 +28,5 @@ The **RemoveItem** method syntax has these parts:
| _object_|Required. A valid object.|
| _index_|Required. Specifies the row to delete. The number of the first row is 0; the number of the second row is 1, and so on.|
-This method will not remove a row from the list if the **ListBox** is data[bound](../../Glossary/glossary-vba.md#bound) (that is, when the **RowSource** property specifies a[data source](../../Glossary/glossary-vba.md#data-source) for the **ListBox**).
+This method will not remove a row from the list if the **ListBox** is data[bound](../../Glossary/glossary-vba.md#bound) (that is, when the **RowSource** property specifies a [data source](../../Glossary/glossary-vba.md#data-source) for the **ListBox**).
diff --git a/Language/Reference/User-Interface-Help/resize-event.md b/Language/Reference/User-Interface-Help/resize-event.md
index ad152705c3f..d01c83c7969 100644
--- a/Language/Reference/User-Interface-Help/resize-event.md
+++ b/Language/Reference/User-Interface-Help/resize-event.md
@@ -23,7 +23,7 @@ Occurs when a user form is resized.
## Remarks
-Use a Resize event [procedure](../../Glossary/vbe-glossary.md#procedure) to move or resize[controls](../../Glossary/vbe-glossary.md#control) when the parent **UserForm** is resized. You can also use this event procedure to recalculate[variables](../../Glossary/vbe-glossary.md#variable) or[properties](../../Glossary/vbe-glossary.md#property).
+Use a Resize event [procedure](../../Glossary/vbe-glossary.md#procedure) to move or resize[controls](../../Glossary/vbe-glossary.md#control) when the parent **UserForm** is resized. You can also use this event procedure to recalculate[variables](../../Glossary/vbe-glossary.md#variable) or [properties](../../Glossary/vbe-glossary.md#property).
## Example
diff --git a/Language/Reference/User-Interface-Help/return-without-gosub-error-3.md b/Language/Reference/User-Interface-Help/return-without-gosub-error-3.md
index 1d7b6825138..9eb128f3da2 100644
--- a/Language/Reference/User-Interface-Help/return-without-gosub-error-3.md
+++ b/Language/Reference/User-Interface-Help/return-without-gosub-error-3.md
@@ -18,6 +18,6 @@ A **Return** statement must have a corresponding **GoSub** statement. This erro
- You have a **Return** statement that can't be matched with a **GoSub** statement. Make sure your **GoSub** statement wasn't inadvertently deleted.
-Unlike **For...Next**, **While...Wend**, and **Sub...End Sub**, which are matched at[compile time](../../Glossary/vbe-glossary.md#compile-time), **GoSub** and **Return** are matched at[run time](../../Glossary/vbe-glossary.md#run-time).
+Unlike **For...Next**, **While...Wend**, and **Sub...End Sub**, which are matched at [compile time](../../Glossary/vbe-glossary.md#compile-time), **GoSub** and **Return** are matched at [run time](../../Glossary/vbe-glossary.md#run-time).
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/returns-for-cstr.md b/Language/Reference/User-Interface-Help/returns-for-cstr.md
index 97412153c7e..9b098bc9c90 100644
--- a/Language/Reference/User-Interface-Help/returns-for-cstr.md
+++ b/Language/Reference/User-Interface-Help/returns-for-cstr.md
@@ -18,6 +18,6 @@ ms.date: 06/08/2017
|**Date**|A string containing a date in the short date format of your system|
|[Null](../../Glossary/vbe-glossary.md#null)|A [run-time error](../../Glossary/vbe-glossary.md#run-time-error)|
|[Empty](../../Glossary/vbe-glossary.md#empty)|A zero-length string ("")|
-|**Error**|A string containing the word **Error** followed by the[error number](../../Glossary/vbe-glossary.md#error-number)|
+|**Error**|A string containing the word **Error** followed by the [error number](../../Glossary/vbe-glossary.md#error-number)|
|Other numeric|A string containing the number|
diff --git a/Language/Reference/User-Interface-Help/rmdir-statement.md b/Language/Reference/User-Interface-Help/rmdir-statement.md
index d8bd246ab22..eb4f9b5c28e 100644
--- a/Language/Reference/User-Interface-Help/rmdir-statement.md
+++ b/Language/Reference/User-Interface-Help/rmdir-statement.md
@@ -17,7 +17,7 @@ Removes an existing directory or folder.
**RmDir**_path_
-The required _path_[argument](../../Glossary/vbe-glossary.md#argument) is a[string expression](../../Glossary/vbe-glossary.md#string-expression) that identifies the directory or folder to be removed. The _path_ may include the drive. If no drive is specified, **RmDir** removes the directory or folder on the current drive.
+The required _path_[argument](../../Glossary/vbe-glossary.md#argument) is a [string expression](../../Glossary/vbe-glossary.md#string-expression) that identifies the directory or folder to be removed. The _path_ may include the drive. If no drive is specified, **RmDir** removes the directory or folder on the current drive.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/rset-allowed-only-on-strings.md b/Language/Reference/User-Interface-Help/rset-allowed-only-on-strings.md
index 0d83f9f88c5..92b82313c7d 100644
--- a/Language/Reference/User-Interface-Help/rset-allowed-only-on-strings.md
+++ b/Language/Reference/User-Interface-Help/rset-allowed-only-on-strings.md
@@ -15,7 +15,7 @@ ms.date: 06/08/2017
-- You tried to use the **RSet** statement on a[variable](../../Glossary/vbe-glossary.md#variable) that isn't a string.
+- You tried to use the **RSet** statement on a [variable](../../Glossary/vbe-glossary.md#variable) that isn't a string.
If appropriate, try converting the variable to a string. Otherwise, don't use **RSet**.
diff --git a/Language/Reference/User-Interface-Help/run-sub-userform-continue-and-run-macro-commands-run-menu.md b/Language/Reference/User-Interface-Help/run-sub-userform-continue-and-run-macro-commands-run-menu.md
index 1f4954be152..1560e53d93c 100644
--- a/Language/Reference/User-Interface-Help/run-sub-userform-continue-and-run-macro-commands-run-menu.md
+++ b/Language/Reference/User-Interface-Help/run-sub-userform-continue-and-run-macro-commands-run-menu.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
**Run Sub/UserForm**
-Runs the current procedure if the cursor is in a procedure or runs the form if a form is currently active. This command becomes the **Continue** command when you are in[break mode](../../Glossary/vbe-glossary.md#break-mode).
+Runs the current procedure if the cursor is in a procedure or runs the form if a form is currently active. This command becomes the **Continue** command when you are in [break mode](../../Glossary/vbe-glossary.md#break-mode).
If neither **Code** window nor **UserForm** is active, this command becomes the **Run Macro** command.
diff --git a/Language/Reference/User-Interface-Help/seek-failed-can-t-read-write-from-the-disk.md b/Language/Reference/User-Interface-Help/seek-failed-can-t-read-write-from-the-disk.md
index 3adf322df45..b4d6f08757c 100644
--- a/Language/Reference/User-Interface-Help/seek-failed-can-t-read-write-from-the-disk.md
+++ b/Language/Reference/User-Interface-Help/seek-failed-can-t-read-write-from-the-disk.md
@@ -19,7 +19,7 @@ ms.date: 06/08/2017
- The file has become unavailable, for example, if a removable disk has been physically changed. If the file has been moved to another disk, access it from there. Otherwise, you can't access the file.
-- You attempted to read from a [project](../../Glossary/vbe-glossary.md#project) file, an[object library](../../Glossary/vbe-glossary.md#object-library), or a [type library](../../Glossary/vbe-glossary.md#type-library), but the file has been corrupted.
+- You attempted to read from a [project](../../Glossary/vbe-glossary.md#project) file, an [object library](../../Glossary/vbe-glossary.md#object-library), or a [type library](../../Glossary/vbe-glossary.md#type-library), but the file has been corrupted.
Obtain a new copy of the library or project file.
diff --git a/Language/Reference/User-Interface-Help/seek-function.md b/Language/Reference/User-Interface-Help/seek-function.md
index f3957784ff3..ac81ce2c123 100644
--- a/Language/Reference/User-Interface-Help/seek-function.md
+++ b/Language/Reference/User-Interface-Help/seek-function.md
@@ -15,7 +15,7 @@ Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) specifying the c
## Syntax
**Seek(**_filenumber_**)**
-The required _filenumber_[argument](../../Glossary/vbe-glossary.md#argument) is an[Integer](../../Glossary/vbe-glossary.md#integer-data-type) containing a valid[file number](../../Glossary/vbe-glossary.md#file-number).
+The required _filenumber_[argument](../../Glossary/vbe-glossary.md#argument) is an [Integer](../../Glossary/vbe-glossary.md#integer-data-type) containing a valid[file number](../../Glossary/vbe-glossary.md#file-number).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/select-case-statement.md b/Language/Reference/User-Interface-Help/select-case-statement.md
index 50b1c753660..9ca11d1b528 100644
--- a/Language/Reference/User-Interface-Help/select-case-statement.md
+++ b/Language/Reference/User-Interface-Help/select-case-statement.md
@@ -27,8 +27,8 @@ The **Select Case** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
-| _testexpression_|Required. Any [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or[string expression](../../Glossary/vbe-glossary.md#string-expression).|
-| _expressionlist-n_|Required if a **Case** appears. Delimited list of one or more of the following forms: _expression_, _expression_**To**_expression_, **Is**_comparisonoperator_ _expression_. The **To**[keyword](../../Glossary/vbe-glossary.md#keyword) specifies a range of values. If you use the **To** keyword, the smaller value must appear before **To**. Use the **Is** keyword with[comparison operators](../../Glossary/vbe-glossary.md#comparison-operator) (except **Is** and **Like**) to specify a range of values. If not supplied, the **Is** keyword is automatically inserted.|
+| _testexpression_|Required. Any [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or [string expression](../../Glossary/vbe-glossary.md#string-expression).|
+| _expressionlist-n_|Required if a **Case** appears. Delimited list of one or more of the following forms: _expression_, _expression_**To**_expression_, **Is**_comparisonoperator_ _expression_. The **To**[keyword](../../Glossary/vbe-glossary.md#keyword) specifies a range of values. If you use the **To** keyword, the smaller value must appear before **To**. Use the **Is** keyword with [comparison operators](../../Glossary/vbe-glossary.md#comparison-operator) (except **Is** and **Like**) to specify a range of values. If not supplied, the **Is** keyword is automatically inserted.|
| _statements-n_|Optional. One or more statements executed if _testexpression_ matches any part of _expressionlist-n._|
| _elsestatements_|Optional. One or more statements executed if _testexpression_ doesn't match any of the **Case** clause.|
diff --git a/Language/Reference/User-Interface-Help/selected-property.md b/Language/Reference/User-Interface-Help/selected-property.md
index e26fa9205e5..caab644c4fb 100644
--- a/Language/Reference/User-Interface-Help/selected-property.md
+++ b/Language/Reference/User-Interface-Help/selected-property.md
@@ -42,7 +42,7 @@ The settings for _Boolean_ are:
The **Selected** property is useful when users can make multiple selections. You can use this property to determine the selected rows in a multi-select list box. You can also use this property to select or deselect rows in a list from code.
The default value of this property is based on the current selection state of the **ListBox**.
-For single-selection list boxes, the **Value** or **ListIndex** properties are recommended for getting and setting the selection. In this case, **ListIndex** returns the index of the selected item. However, in a multiple selection, **ListIndex** returns the index of the row contained within the[focus](../../Glossary/vbe-glossary.md#focus) rectangle, regardless of whether the row is actually selected.
+For single-selection list boxes, the **Value** or **ListIndex** properties are recommended for getting and setting the selection. In this case, **ListIndex** returns the index of the selected item. However, in a multiple selection, **ListIndex** returns the index of the row contained within the [focus](../../Glossary/vbe-glossary.md#focus) rectangle, regardless of whether the row is actually selected.
When a list box control's **MultiSelect** property is set to _None_, only one row can have its **Selected** property set to **True**.
Entering a value that is out of range for the index does not generate an error message, but does not set a property for any item in the list.
diff --git a/Language/Reference/User-Interface-Help/selected-watch-expression-invalid.md b/Language/Reference/User-Interface-Help/selected-watch-expression-invalid.md
index 2573edaffd3..91b4bae332c 100644
--- a/Language/Reference/User-Interface-Help/selected-watch-expression-invalid.md
+++ b/Language/Reference/User-Interface-Help/selected-watch-expression-invalid.md
@@ -15,11 +15,11 @@ It isn't always possible to select a valid [watch expression](../../Glossary/vbe
-- You chose the **Instant Watch** command, but the selected[expression](../../Glossary/vbe-glossary.md#expression) isn't a valid expression. For example, you can't watch a[comment](../../Glossary/vbe-glossary.md#comment) or a **Sub** procedure call.
+- You chose the **Instant Watch** command, but the selected[expression](../../Glossary/vbe-glossary.md#expression) isn't a valid expression. For example, you can't watch a [comment](../../Glossary/vbe-glossary.md#comment) or a **Sub** procedure call.
Select the expression in such a way that it is valid, or choose **Add Watch** and type in a valid expression.
-- The watch expression must have code syntax corresponding to the [locale](../../Glossary/vbe-glossary.md#locale) of the[project](../../Glossary/vbe-glossary.md#project) that defines the expression being watched.
+- The watch expression must have code syntax corresponding to the [locale](../../Glossary/vbe-glossary.md#locale) of the [project](../../Glossary/vbe-glossary.md#project) that defines the expression being watched.
Rewrite the expression in a way that is valid for the locale.
diff --git a/Language/Reference/User-Interface-Help/selectedvbcomponent-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/selectedvbcomponent-property-vba-add-in-object-model.md
index eacc4dceb1f..43976eb8b45 100644
--- a/Language/Reference/User-Interface-Help/selectedvbcomponent-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/selectedvbcomponent-property-vba-add-in-object-model.md
@@ -17,5 +17,5 @@ Returns the selected component. Read-only.
## Remarks
-The **SelectedVBComponent** property returns the selected component in the[Project window](../../Glossary/vbe-glossary.md#project-window). If the selected item in the **Project** window isn't a component, **SelectedVBComponent** returns **Nothing**.
+The **SelectedVBComponent** property returns the selected component in the [Project window](../../Glossary/vbe-glossary.md#project-window). If the selected item in the **Project** window isn't a component, **SelectedVBComponent** returns **Nothing**.
diff --git a/Language/Reference/User-Interface-Help/seltext-property.md b/Language/Reference/User-Interface-Help/seltext-property.md
index 92368c70ba6..80f664defd3 100644
--- a/Language/Reference/User-Interface-Help/seltext-property.md
+++ b/Language/Reference/User-Interface-Help/seltext-property.md
@@ -30,5 +30,5 @@ The **SelText** property syntax has these parts:
## Remarks
-If no characters are selected in the edit region of the control, the **SelText** property returns a zero length string. This property is valid regardless of whether the control has the[focus](../../Glossary/vbe-glossary.md#focus).
+If no characters are selected in the edit region of the control, the **SelText** property returns a zero length string. This property is valid regardless of whether the control has the [focus](../../Glossary/vbe-glossary.md#focus).
diff --git a/Language/Reference/User-Interface-Help/sendkeys-statement.md b/Language/Reference/User-Interface-Help/sendkeys-statement.md
index 4992fcb3c70..3a54d322510 100644
--- a/Language/Reference/User-Interface-Help/sendkeys-statement.md
+++ b/Language/Reference/User-Interface-Help/sendkeys-statement.md
@@ -23,7 +23,7 @@ The **SendKeys** statement syntax has these[named arguments](../../Glossary/vbe
|**Part**|**Description**|
|:-----|:-----|
|**_string_**|Required. [String expression](../../Glossary/vbe-glossary.md#string-expression) specifying the keystrokes to send.|
-|**_Wait_**|Optional. [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value specifying the wait mode. If **False** (default), control is returned to the[procedure](../../Glossary/vbe-glossary.md#procedure) immediately after the keys are sent. If **True**, keystrokes must be processed before control is returned to the procedure.|
+|**_Wait_**|Optional. [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value specifying the wait mode. If **False** (default), control is returned to the [procedure](../../Glossary/vbe-glossary.md#procedure) immediately after the keys are sent. If **True**, keystrokes must be processed before control is returned to the procedure.|
## Remarks
diff --git a/Language/Reference/User-Interface-Help/setattr-statement.md b/Language/Reference/User-Interface-Help/setattr-statement.md
index 5a3bf0b9dbc..0a28fc48f64 100644
--- a/Language/Reference/User-Interface-Help/setattr-statement.md
+++ b/Language/Reference/User-Interface-Help/setattr-statement.md
@@ -23,7 +23,7 @@ The **SetAttr** statement syntax has these[named arguments](../../Glossary/vbe-
|**Part**|**Description**|
|:-----|:-----|
|**_pathname_**|Required. [String expression](../../Glossary/vbe-glossary.md#string-expression) that specifies a file name — may include directory or folder, and drive.|
-|**_attributes_**|Required. [Constant](../../Glossary/vbe-glossary.md#constant) or[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression), whose sum specifies file attributes.|
+|**_attributes_**|Required. [Constant](../../Glossary/vbe-glossary.md#constant) or [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression), whose sum specifies file attributes.|
**Settings**
The **_attributes_**[argument](../../Glossary/vbe-glossary.md#argument) settings are:
diff --git a/Language/Reference/User-Interface-Help/setfocus-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/setfocus-method-vba-add-in-object-model.md
index 6de907262ac..b9cce437a34 100644
--- a/Language/Reference/User-Interface-Help/setfocus-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/setfocus-method-vba-add-in-object-model.md
@@ -18,7 +18,7 @@ Moves the [focus](../../Glossary/vbe-glossary.md#focus) to the specified window.
## Syntax
_object_**.SetFocus**
-The _object_ placeholder is an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder is an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/settext-method.md b/Language/Reference/User-Interface-Help/settext-method.md
index 48f88ceef2f..a95d80f11e0 100644
--- a/Language/Reference/User-Interface-Help/settext-method.md
+++ b/Language/Reference/User-Interface-Help/settext-method.md
@@ -48,4 +48,4 @@ If no format is specified, the **SetText** method assigns the Text format to th
- [Standard Clipboard Formats](https://msdn.microsoft.com/f0af4e61-7ef1-4263-b2c5-e4114515124f)
-- [Registered Clipboard Formats](https://msdn.microsoft.com/en-us/library/ms649013.aspx)
+- [Registered Clipboard Formats](https://msdn.microsoft.com/library/ms649013.aspx)
diff --git a/Language/Reference/User-Interface-Help/shell-function.md b/Language/Reference/User-Interface-Help/shell-function.md
index 5b0b741a4d1..fcf202df07e 100644
--- a/Language/Reference/User-Interface-Help/shell-function.md
+++ b/Language/Reference/User-Interface-Help/shell-function.md
@@ -23,7 +23,7 @@ The **Shell** function syntax has these[named arguments](../../Glossary/vbe-glo
|**Part**|**Description**|
|:-----|:-----|
-|**_pathname_**|Required; **Variant** (**String**). Name of the program to execute and any required[arguments](../../Glossary/vbe-glossary.md#argument) or[command-line](../../Glossary/vbe-glossary.md#command-line) switches; may include directory or folder and drive. On the Macintosh, you can use the **MacID** function to specify an application's signature instead of its name. The following example uses the signature for Microsoft Word: `Shell MacID("MSWD")`|
+|**_pathname_**|Required; **Variant** (**String**). Name of the program to execute and any required[arguments](../../Glossary/vbe-glossary.md#argument) or [command-line](../../Glossary/vbe-glossary.md#command-line) switches; may include directory or folder and drive. On the Macintosh, you can use the **MacID** function to specify an application's signature instead of its name. The following example uses the signature for Microsoft Word: `Shell MacID("MSWD")`|
|**_windowstyle_**|Optional. **Variant** (**Integer**) corresponding to the style of the window in which the program is to be run. If **_windowstyle_** is omitted, the program is started minimized with focus. On the Macintosh (System 7.0 or later), **_windowstyle_** only determines whether or not the application gets the focus when it is run.|
The **_windowstyle_** named argument has these values:
diff --git a/Language/Reference/User-Interface-Help/show-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/show-method-vba-add-in-object-model.md
index 5b56fa44413..32aafc06ed9 100644
--- a/Language/Reference/User-Interface-Help/show-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/show-method-vba-add-in-object-model.md
@@ -18,9 +18,9 @@ Makes the specified [code pane](../../Glossary/vbe-glossary.md#code-pane) the vi
## Syntax
_object_**.Show**
-The _object_ placeholder is an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder is an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
-The **Show** method makes the specified code pane the pane with the[focus](../../Glossary/vbe-glossary.md#focus) in its window.
+The **Show** method makes the specified code pane the pane with the [focus](../../Glossary/vbe-glossary.md#focus) in its window.
diff --git a/Language/Reference/User-Interface-Help/showmodal-property.md b/Language/Reference/User-Interface-Help/showmodal-property.md
index d8b63392cd3..1a6e7a2403c 100644
--- a/Language/Reference/User-Interface-Help/showmodal-property.md
+++ b/Language/Reference/User-Interface-Help/showmodal-property.md
@@ -15,7 +15,7 @@ ms.date: 06/08/2017
-Sets a **UserForm** to be modal or modeless in its display. Read-only at[run time](../../Glossary/vbe-glossary.md#run-time).
+Sets a **UserForm** to be modal or modeless in its display. Read-only at [run time](../../Glossary/vbe-glossary.md#run-time).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/sin-function.md b/Language/Reference/User-Interface-Help/sin-function.md
index 0d6d2b943b8..81862df6298 100644
--- a/Language/Reference/User-Interface-Help/sin-function.md
+++ b/Language/Reference/User-Interface-Help/sin-function.md
@@ -18,7 +18,7 @@ Returns a **Double** specifying the sine of an angle.
## Syntax
**Sin(**_number_**)**
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a[Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) that expresses an angle in radians.
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a [Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) that expresses an angle in radians.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/source-property-visual-basic-for-applications.md b/Language/Reference/User-Interface-Help/source-property-visual-basic-for-applications.md
index f006ffbc8f6..7c287dff41a 100644
--- a/Language/Reference/User-Interface-Help/source-property-visual-basic-for-applications.md
+++ b/Language/Reference/User-Interface-Help/source-property-visual-basic-for-applications.md
@@ -17,8 +17,8 @@ Returns or sets a [string expression](../../Glossary/vbe-glossary.md#string-expr
## Remarks
-The **Source**[property](../../Glossary/vbe-glossary.md#property) specifies a string expression representing the object that generated the error; the[expression](../../Glossary/vbe-glossary.md#expression) is usually the object's[class](../../Glossary/vbe-glossary.md#class) name or programmatic ID. Use **Source** to provide information when your code is unable to handle an error generated in an accessed object. For example, if you access Microsoft Excel and it generates a `Division by zero` error, Microsoft Excel sets **Err.Number** to its error code for that error and sets **Source** to `Excel.Application`.
-When generating an error from code, **Source** is your application's programmatic ID. For[class modules](../../Glossary/vbe-glossary.md#class-module), **Source** should contain a name having the form _project.class_. When an unexpected error occurs in your code, the **Source** property is automatically filled in. For errors in a[standard module](../../Glossary/vbe-glossary.md#standard-module), **Source** contains the[project](../../Glossary/vbe-glossary.md#project) name. For errors in a class module, **Source** contains a name with the _project.class_ form.
+The **Source**[property](../../Glossary/vbe-glossary.md#property) specifies a string expression representing the object that generated the error; the [expression](../../Glossary/vbe-glossary.md#expression) is usually the object's[class](../../Glossary/vbe-glossary.md#class) name or programmatic ID. Use **Source** to provide information when your code is unable to handle an error generated in an accessed object. For example, if you access Microsoft Excel and it generates a `Division by zero` error, Microsoft Excel sets **Err.Number** to its error code for that error and sets **Source** to `Excel.Application`.
+When generating an error from code, **Source** is your application's programmatic ID. For[class modules](../../Glossary/vbe-glossary.md#class-module), **Source** should contain a name having the form _project.class_. When an unexpected error occurs in your code, the **Source** property is automatically filled in. For errors in a [standard module](../../Glossary/vbe-glossary.md#standard-module), **Source** contains the [project](../../Glossary/vbe-glossary.md#project) name. For errors in a class module, **Source** contains a name with the _project.class_ form.
## Example
diff --git a/Language/Reference/User-Interface-Help/specialeffect-property.md b/Language/Reference/User-Interface-Help/specialeffect-property.md
index 07b139d5e81..137688850a6 100644
--- a/Language/Reference/User-Interface-Help/specialeffect-property.md
+++ b/Language/Reference/User-Interface-Help/specialeffect-property.md
@@ -49,7 +49,7 @@ Note that only _Flat_ and _Sunken_ (0 and 2) are acceptable values for **CheckB
You can use either the **SpecialEffect** or the **BorderStyle** property to specify the edging for a control, but not both. If you specify a nonzero value for one of these properties, the system sets the value of the other property to zero. For example, if you set **SpecialEffect** to **fmSpecialEffectRaised**, the system sets **BorderStyle** to zero (**fmBorderStyleNone**).
For a **Frame**, **BorderStyle** is ignored if **SpecialEffect** is **fmSpecialEffectFlat**.
- **SpecialEffect** uses the[system colors](../../Glossary/glossary-vba.md#system-colors) to define its borders.
+ **SpecialEffect** uses the [system colors](../../Glossary/glossary-vba.md#system-colors) to define its borders.
**Note** Although the **SpecialEffect** property exists on the **ToggleButton**, the property is disabled. You cannot set or return a value for this property on the **ToggleButton**.
diff --git a/Language/Reference/User-Interface-Help/specified-library-or-project-already-referenced.md b/Language/Reference/User-Interface-Help/specified-library-or-project-already-referenced.md
index 8ef0c21c235..12466487f49 100644
--- a/Language/Reference/User-Interface-Help/specified-library-or-project-already-referenced.md
+++ b/Language/Reference/User-Interface-Help/specified-library-or-project-already-referenced.md
@@ -11,11 +11,11 @@ ms.date: 06/08/2017
# Specified library or project already referenced
-The **Add References** dialog box displays referenced libraries and[projects](../../Glossary/vbe-glossary.md#project). This error has the following cause and solution:
+The **Add References** dialog box displays referenced libraries and [projects](../../Glossary/vbe-glossary.md#project). This error has the following cause and solution:
-- You chose the **Browse** button in the **Add References** dialog box, then selected a[type library](../../Glossary/vbe-glossary.md#type-library) or project that was already listed in the **Available References** section of the **Add References** dialog box.
+- You chose the **Browse** button in the **Add References** dialog box, then selected a [type library](../../Glossary/vbe-glossary.md#type-library) or project that was already listed in the **Available References** section of the **Add References** dialog box.
To make a project or type library part of your project, display the **References** dialog box and make sure the type library or project name is checked.
diff --git a/Language/Reference/User-Interface-Help/sqr-function.md b/Language/Reference/User-Interface-Help/sqr-function.md
index b7f57072ff0..ef9e8098b43 100644
--- a/Language/Reference/User-Interface-Help/sqr-function.md
+++ b/Language/Reference/User-Interface-Help/sqr-function.md
@@ -18,7 +18,7 @@ Returns a **Double** specifying the square root of a number.
## Syntax
**Sqr(**_number_**)**
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a[Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) greater than or equal to zero.
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a [Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) greater than or equal to zero.
## Example
diff --git a/Language/Reference/User-Interface-Help/standard-toolbar.md b/Language/Reference/User-Interface-Help/standard-toolbar.md
index cf43d592d25..5b34feef896 100644
--- a/Language/Reference/User-Interface-Help/standard-toolbar.md
+++ b/Language/Reference/User-Interface-Help/standard-toolbar.md
@@ -117,7 +117,7 @@ Displays the [Object Browser](../../Glossary/vbe-glossary.md#object-browser), wh
 **Toolbox**
-Displays or hides the **Toolbox** which contains all of the[controls](../../Glossary/vbe-glossary.md#control) and[insertable objects](../../Glossary/vbe-glossary.md#insertable-object) (such as a Microsoft Excel Chart) available to your application. This is only available when a **UserForm** is active.
+Displays or hides the **Toolbox** which contains all of the [controls](../../Glossary/vbe-glossary.md#control) and [insertable objects](../../Glossary/vbe-glossary.md#insertable-object) (such as a Microsoft Excel Chart) available to your application. This is only available when a **UserForm** is active.
 **Microsoft Visual Basic for Applications Help**
diff --git a/Language/Reference/User-Interface-Help/statement-invalid-inside-type-block.md b/Language/Reference/User-Interface-Help/statement-invalid-inside-type-block.md
index 201aa19b53a..aab41bc4746 100644
--- a/Language/Reference/User-Interface-Help/statement-invalid-inside-type-block.md
+++ b/Language/Reference/User-Interface-Help/statement-invalid-inside-type-block.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Statement invalid inside Type block
-Only element names, their **As**_type_ clauses, and[comments](../../Glossary/vbe-glossary.md#comment) are allowed within a **Type...End Type** statement block. This error has the following cause and solution:
+Only element names, their **As**_type_ clauses, and [comments](../../Glossary/vbe-glossary.md#comment) are allowed within a **Type...End Type** statement block. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/statement-invalid-outside-type-block.md b/Language/Reference/User-Interface-Help/statement-invalid-outside-type-block.md
index f23d11d1e43..e1e66c20f63 100644
--- a/Language/Reference/User-Interface-Help/statement-invalid-outside-type-block.md
+++ b/Language/Reference/User-Interface-Help/statement-invalid-outside-type-block.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Statement invalid outside Type block
-The syntax for declaring [variables](../../Glossary/vbe-glossary.md#variable) outside a **Type...End Type** statement block is different from the syntax for declaring the elements of the[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type). This error has the following causes and solutions:
+The syntax for declaring [variables](../../Glossary/vbe-glossary.md#variable) outside a **Type...End Type** statement block is different from the syntax for declaring the elements of the [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type). This error has the following causes and solutions:
diff --git a/Language/Reference/User-Interface-Help/stop-statement.md b/Language/Reference/User-Interface-Help/stop-statement.md
index df6444d14fb..e620b028d11 100644
--- a/Language/Reference/User-Interface-Help/stop-statement.md
+++ b/Language/Reference/User-Interface-Help/stop-statement.md
@@ -19,7 +19,7 @@ Suspends execution.
## Remarks
-You can place **Stop** statements anywhere in[procedures](../../Glossary/vbe-glossary.md#procedure) to suspend execution. Using the **Stop** statement is similar to setting a[breakpoint](../../Glossary/vbe-glossary.md#breakpoint) in the code.
+You can place **Stop** statements anywhere in [procedures](../../Glossary/vbe-glossary.md#procedure) to suspend execution. Using the **Stop** statement is similar to setting a [breakpoint](../../Glossary/vbe-glossary.md#breakpoint) in the code.
The **Stop** statement suspends execution, but unlike **End**, it doesn't close any files or clear[variables](../../Glossary/vbe-glossary.md#variable), unless it is in a compiled executable (.exe) file.
## Example
diff --git a/Language/Reference/User-Interface-Help/str-function.md b/Language/Reference/User-Interface-Help/str-function.md
index 50498b8e555..ff1bf55ac7a 100644
--- a/Language/Reference/User-Interface-Help/str-function.md
+++ b/Language/Reference/User-Interface-Help/str-function.md
@@ -18,7 +18,7 @@ Returns a **Variant** (**String**) representation of a number.
## Syntax
**Str** ( _number_ )
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a[Long](../../Glossary/vbe-glossary.md#long-data-type) containing any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a [Long](../../Glossary/vbe-glossary.md#long-data-type) containing any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/strcomp-function.md b/Language/Reference/User-Interface-Help/strcomp-function.md
index 15030cf4cbc..cb5cb0adb1f 100644
--- a/Language/Reference/User-Interface-Help/strcomp-function.md
+++ b/Language/Reference/User-Interface-Help/strcomp-function.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a **Variant** (**Integer**) indicating the result of a[string comparison](../../Glossary/vbe-glossary.md#string-comparison).
+Returns a **Variant** (**Integer**) indicating the result of a [string comparison](../../Glossary/vbe-glossary.md#string-comparison).
## Syntax
@@ -25,7 +25,7 @@ The **StrComp** function syntax has these[named arguments](../../Glossary/vbe-g
|:-----|:-----|
|**_string1_**|Required. Any valid [string expression](../../Glossary/vbe-glossary.md#string-expression).|
|**_string2_**|Required. Any valid string expression.|
-|**_compare_**|Optional. Specifies the type of string comparison. If the **_compare_**[argument](../../Glossary/vbe-glossary.md#argument) is[Null](../../Glossary/vbe-glossary.md#null), an error occurs. If **_compare_** is omitted, the **Option Compare** setting determines the type of comparison.|
+|**_compare_**|Optional. Specifies the type of string comparison. If the **_compare_**[argument](../../Glossary/vbe-glossary.md#argument) is [Null](../../Glossary/vbe-glossary.md#null), an error occurs. If **_compare_** is omitted, the **Option Compare** setting determines the type of comparison.|
**Settings**
The **compare** argument settings are:
diff --git a/Language/Reference/User-Interface-Help/strconv-function.md b/Language/Reference/User-Interface-Help/strconv-function.md
index ec9b16d3dcf..3048c807e74 100644
--- a/Language/Reference/User-Interface-Help/strconv-function.md
+++ b/Language/Reference/User-Interface-Help/strconv-function.md
@@ -46,7 +46,7 @@ The **_conversion_**[argument](../../Glossary/vbe-glossary.md#argument) setting
*Applies to East Asia locales.
**Applies to Japan only.
- **Note** These [constants](../../Glossary/vbe-glossary.md#constant) are specified by Visual Basic for Applications. As a result, they may be used anywhere in your code in place of the actual values. Most can be combined, for example, **vbUpperCase + vbWide**, except when they are mutually exclusive, for example, **vbUnicode + vbFromUnicode**. The constants **vbWide**, **vbNarrow**, **vbKatakana**, and **vbHiragana** cause[run-time errors](../../Glossary/vbe-glossary.md#run-time-error) when used in[locales](../../Glossary/vbe-glossary.md#locale) where they do not apply.
+ **Note** These [constants](../../Glossary/vbe-glossary.md#constant) are specified by Visual Basic for Applications. As a result, they may be used anywhere in your code in place of the actual values. Most can be combined, for example, **vbUpperCase + vbWide**, except when they are mutually exclusive, for example, **vbUnicode + vbFromUnicode**. The constants **vbWide**, **vbNarrow**, **vbKatakana**, and **vbHiragana** cause[run-time errors](../../Glossary/vbe-glossary.md#run-time-error) when used in [locales](../../Glossary/vbe-glossary.md#locale) where they do not apply.
The following are valid word separators for proper casing: [Null](../../Glossary/vbe-glossary.md#null) (**Chr$(** 0 **)**), horizontal tab (**Chr$(** 9 **)**), linefeed (**Chr$(** 10 **)**), vertical tab (**Chr$(** 11 **)**), form feed (**Chr$(** 12 **)**), carriage return (**Chr$(** 13 **)**), space (SBCS) (**Chr$(** 32 **)**). The actual value for a space varies by country/region for[DBCS](../../Glossary/vbe-glossary.md#dbcs).
diff --git a/Language/Reference/User-Interface-Help/string-function.md b/Language/Reference/User-Interface-Help/string-function.md
index 713da266057..cfe77d5eefe 100644
--- a/Language/Reference/User-Interface-Help/string-function.md
+++ b/Language/Reference/User-Interface-Help/string-function.md
@@ -24,7 +24,7 @@ The **String** function syntax has these[named arguments](../../Glossary/vbe-gl
|**Part**|**Description**|
|:-----|:-----|
|**_number_**|Required; [Long](../../Glossary/vbe-glossary.md#long-data-type). Length of the returned string. If **_number_** contains[Null](../../Glossary/vbe-glossary.md#null), **Null** is returned.|
-|**_character_**|Required; [Variant](../../Glossary/vbe-glossary.md#variant-data-type). [Character code](../../Glossary/vbe-glossary.md#character-code) specifying the character or[string expression](../../Glossary/vbe-glossary.md#string-expression) whose first character is used to build the return string. If **_character_** contains **Null**, **Null** is returned.|
+|**_character_**|Required; [Variant](../../Glossary/vbe-glossary.md#variant-data-type). [Character code](../../Glossary/vbe-glossary.md#character-code) specifying the character or [string expression](../../Glossary/vbe-glossary.md#string-expression) whose first character is used to build the return string. If **_character_** contains **Null**, **Null** is returned.|
## Remarks
diff --git a/Language/Reference/User-Interface-Help/sub-statement.md b/Language/Reference/User-Interface-Help/sub-statement.md
index 4971d9a7f9f..6f496b73d3f 100644
--- a/Language/Reference/User-Interface-Help/sub-statement.md
+++ b/Language/Reference/User-Interface-Help/sub-statement.md
@@ -45,7 +45,7 @@ The _arglist_ argument has the following syntax and parts:
|**ByRef**|Optional. Indicates that the argument is passed [by reference](../../Glossary/vbe-glossary.md#by-reference). **ByRef** is the default in Visual Basic.|
|**ParamArray**|Optional. Used only as the last argument in _arglist_ to indicate that the final argument is an **Optional** [array](../../Glossary/vbe-glossary.md#array) of **Variant** elements. The **ParamArray** keyword allows you to provide an arbitrary number of arguments. **ParamArray** can't be used with **ByVal**, **ByRef**, or **Optional**.|
| _varname_|Required. Name of the variable representing the argument; follows standard variable naming conventions.|
-| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the argument passed to the procedure; may be[Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable-length only), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), or a specific [object type](../../Glossary/vbe-glossary.md#object-type). If the parameter is not **Optional**, a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) may also be specified.|
+| _type_|Optional. [Data type](../../Glossary/vbe-glossary.md#data-type) of the argument passed to the procedure; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (variable-length only), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), or a specific [object type](../../Glossary/vbe-glossary.md#object-type). If the parameter is not **Optional**, a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) may also be specified.|
| _defaultvalue_|Optional. Any [constant](../../Glossary/vbe-glossary.md#constant) or constant [expression](../../Glossary/vbe-glossary.md#expression). Valid for **Optional** parameters only. If the type is an **Object**, an explicit default value can only be **Nothing**.|
## Remarks
diff --git a/Language/Reference/User-Interface-Help/switch-function.md b/Language/Reference/User-Interface-Help/switch-function.md
index 1bfedc25a69..e26efc25943 100644
--- a/Language/Reference/User-Interface-Help/switch-function.md
+++ b/Language/Reference/User-Interface-Help/switch-function.md
@@ -28,8 +28,8 @@ The **Switch** function syntax has these parts:
## Remarks
-The **Switch** function[argument](../../Glossary/vbe-glossary.md#argument) list consists of pairs of expressions and values. The expressions are evaluated from left to right, and the value associated with the first expression to evaluate to **True** is returned. If the parts aren't properly paired, a[run-time error](../../Glossary/vbe-glossary.md#run-time-error) occurs. For example, if _expr-1_ is **True**, **Switch** returns _value-1_. If _expr-1_ is **False**, but _expr-2_ is **True**, **Switch** returns _value-2_, and so on.
- **Switch** returns a[Null](../../Glossary/vbe-glossary.md#null) value if:
+The **Switch** function[argument](../../Glossary/vbe-glossary.md#argument) list consists of pairs of expressions and values. The expressions are evaluated from left to right, and the value associated with the first expression to evaluate to **True** is returned. If the parts aren't properly paired, a [run-time error](../../Glossary/vbe-glossary.md#run-time-error) occurs. For example, if _expr-1_ is **True**, **Switch** returns _value-1_. If _expr-1_ is **False**, but _expr-2_ is **True**, **Switch** returns _value-2_, and so on.
+ **Switch** returns a [Null](../../Glossary/vbe-glossary.md#null) value if:
- None of the expressions is **True**.
diff --git a/Language/Reference/User-Interface-Help/syntax-error.md b/Language/Reference/User-Interface-Help/syntax-error.md
index fa9b61a9f1a..01608bf8b4f 100644
--- a/Language/Reference/User-Interface-Help/syntax-error.md
+++ b/Language/Reference/User-Interface-Help/syntax-error.md
@@ -15,7 +15,7 @@ Visual Basic can't determine what action to take. This error has the following c
-- A [keyword](../../Glossary/vbe-glossary.md#keyword) or[argument](../../Glossary/vbe-glossary.md#argument) is misspelled.
+- A [keyword](../../Glossary/vbe-glossary.md#keyword) or [argument](../../Glossary/vbe-glossary.md#argument) is misspelled.
Keywords and the names of [named arguments](../../Glossary/vbe-glossary.md#named-argument) must exactly match those specified in their syntax specifications. Check online Help, and then correct the spelling.
diff --git a/Language/Reference/User-Interface-Help/tab-function.md b/Language/Reference/User-Interface-Help/tab-function.md
index 315073a8a46..1ee83c359d5 100644
--- a/Language/Reference/User-Interface-Help/tab-function.md
+++ b/Language/Reference/User-Interface-Help/tab-function.md
@@ -18,7 +18,7 @@ Used with the **Print #** statement or the **Print** method to position output.
## Syntax
**Tab** [ **(**_n_**)** ]
-The optional _n_[argument](../../Glossary/vbe-glossary.md#argument) is the column number moved to before displaying or printing the next[expression](../../Glossary/vbe-glossary.md#expression) in a list. If omitted, **Tab** moves the insertion point to the beginning of the next[print zone](../../Glossary/vbe-glossary.md#print-zone). This allows **Tab** to be used instead of a comma in[locales](../../Glossary/vbe-glossary.md#locale) where the comma is used as a decimal separator.
+The optional _n_[argument](../../Glossary/vbe-glossary.md#argument) is the column number moved to before displaying or printing the next[expression](../../Glossary/vbe-glossary.md#expression) in a list. If omitted, **Tab** moves the insertion point to the beginning of the next[print zone](../../Glossary/vbe-glossary.md#print-zone). This allows **Tab** to be used instead of a comma in [locales](../../Glossary/vbe-glossary.md#locale) where the comma is used as a decimal separator.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/tab-object.md b/Language/Reference/User-Interface-Help/tab-object.md
index 1fd8d7065aa..27de6101145 100644
--- a/Language/Reference/User-Interface-Help/tab-object.md
+++ b/Language/Reference/User-Interface-Help/tab-object.md
@@ -22,7 +22,7 @@ A **Tab** is an individual member of a **Tabs** collection.
Visually, a **Tab** object appears as a rectangle protruding from a larger rectangular area or as a button adjacent to a rectangular area.
In contrast to a **Page**, a **Tab** does not contain any controls. Controls that appear within the region bounded by a **TabStrip** are contained on the form, as is the **TabStrip**.
Each **Tab** has its own set of properties, but has no methods or events. You must use events from the appropriate **TabStrip** to initiate processing of an individual **Tab**.
-Each **Tab** has a unique name and index value within the[collection](../../Glossary/vbe-glossary.md#collection). You can reference a **Tab** by either its name or its index value. The index of the first **Tab** is 0; the index of the second **Tab** is 1; and so on. When two **Tab** objects have the same name, you must reference each **Tab** by its index value. References to the name in code will access only the first **Tab** that uses the name.
+Each **Tab** has a unique name and index value within the [collection](../../Glossary/vbe-glossary.md#collection). You can reference a **Tab** by either its name or its index value. The index of the first **Tab** is 0; the index of the second **Tab** is 1; and so on. When two **Tab** objects have the same name, you must reference each **Tab** by its index value. References to the name in code will access only the first **Tab** that uses the name.
## Related Topics
diff --git a/Language/Reference/User-Interface-Help/tabkeybehavior-property.md b/Language/Reference/User-Interface-Help/tabkeybehavior-property.md
index eaeb6306069..1491504ccd6 100644
--- a/Language/Reference/User-Interface-Help/tabkeybehavior-property.md
+++ b/Language/Reference/User-Interface-Help/tabkeybehavior-property.md
@@ -39,6 +39,6 @@ The settings for _Boolean_ are:
## Remarks
-The **TabKeyBehavior** and **MultiLine** properties are closely related. The values described above only apply if **MultiLine** is **True**. If **MultiLine** is **False**, pressing TAB always moves the[focus](../../Glossary/vbe-glossary.md#focus) to the next control in the[tab order](../../Glossary/vbe-glossary.md#tab-order) regardless of the value of **TabKeyBehavior**.
+The **TabKeyBehavior** and **MultiLine** properties are closely related. The values described above only apply if **MultiLine** is **True**. If **MultiLine** is **False**, pressing TAB always moves the [focus](../../Glossary/vbe-glossary.md#focus) to the next control in the [tab order](../../Glossary/vbe-glossary.md#tab-order) regardless of the value of **TabKeyBehavior**.
The effect of pressing CTRL+TAB also depends on the value of **MultiLine**. If **MultiLine** is **True**, pressing CTRL+TAB creates a new line regardless of the value of **TabKeyBehavior**. If **MultiLine** is **False**, pressing CTRL+TAB has no effect.
diff --git a/Language/Reference/User-Interface-Help/tabstrip-control.md b/Language/Reference/User-Interface-Help/tabstrip-control.md
index cd820347b2f..b1250b0a872 100644
--- a/Language/Reference/User-Interface-Help/tabstrip-control.md
+++ b/Language/Reference/User-Interface-Help/tabstrip-control.md
@@ -20,7 +20,7 @@ Presents a set of related controls as a visual group.
You can use a **TabStrip** to view different sets of information for related controls.
For example, the controls might represent information about a daily schedule for a group of individuals, with each set of information corresponding to a different individual in the group. Set the title of each tab to show one individual's name. Then, you can write code that, when you click a tab, updates the controls to show information about the person identified on the tab.
- **Note** The **TabStrip** is implemented as a[container](../../Glossary/vbe-glossary.md#container) of a **Tabs** collection, which in turn contains a group of **Tab** objects.
+ **Note** The **TabStrip** is implemented as a [container](../../Glossary/vbe-glossary.md#container) of a **Tabs** collection, which in turn contains a group of **Tab** objects.
The default property for a **TabStrip** is the **SelectedItem** property.
The default event for a **TabStrip** is the Change event.
diff --git a/Language/Reference/User-Interface-Help/tan-function.md b/Language/Reference/User-Interface-Help/tan-function.md
index bd54ee3da58..32547f62abd 100644
--- a/Language/Reference/User-Interface-Help/tan-function.md
+++ b/Language/Reference/User-Interface-Help/tan-function.md
@@ -18,7 +18,7 @@ Returns a **Double** specifying the tangent of an angle.
## Syntax
**Tan(**_number_**)**
-The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a[Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) that expresses an angle in radians.
+The required _number_[argument](../../Glossary/vbe-glossary.md#argument) is a [Double](../../Glossary/vbe-glossary.md#double-data-type) or any valid[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) that expresses an angle in radians.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/terminate-event-visual-basic-for-applications.md b/Language/Reference/User-Interface-Help/terminate-event-visual-basic-for-applications.md
index 288b1ab1a87..01eccd6710a 100644
--- a/Language/Reference/User-Interface-Help/terminate-event-visual-basic-for-applications.md
+++ b/Language/Reference/User-Interface-Help/terminate-event-visual-basic-for-applications.md
@@ -18,11 +18,11 @@ Occurs when all references to an instance of an object are removed from memory b
## Syntax
**Private Sub**_object_**_Terminate( )**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
-The Terminate event occurs after the object is unloaded. The Terminate event isn't triggered if the instances of the **UserForm** or[class](../../Glossary/vbe-glossary.md#class) are removed from memory because the application terminated abnormally. For example, if your application invokes the **End** statement before removing all existing instances of the class or **UserForm** from memory, the Terminate event isn't triggered for that class or **UserForm**.
+The Terminate event occurs after the object is unloaded. The Terminate event isn't triggered if the instances of the **UserForm** or [class](../../Glossary/vbe-glossary.md#class) are removed from memory because the application terminated abnormally. For example, if your application invokes the **End** statement before removing all existing instances of the class or **UserForm** from memory, the Terminate event isn't triggered for that class or **UserForm**.
diff --git a/Language/Reference/User-Interface-Help/textbox-control.md b/Language/Reference/User-Interface-Help/textbox-control.md
index 8f762aeb024..819db198f61 100644
--- a/Language/Reference/User-Interface-Help/textbox-control.md
+++ b/Language/Reference/User-Interface-Help/textbox-control.md
@@ -17,7 +17,7 @@ Displays information from a user or from an organized set of data.
## Remarks
-A **TextBox** is the control most commonly used to display information entered by a user. Also, it can display a set of data, such as a table, query, worksheet, or a calculation result. If a **TextBox** is[bound](../../Glossary/glossary-vba.md#bound) to a[data source](../../Glossary/glossary-vba.md#data-source), then changing the contents of the **TextBox** also changes the value of the bound data source.
+A **TextBox** is the control most commonly used to display information entered by a user. Also, it can display a set of data, such as a table, query, worksheet, or a calculation result. If a **TextBox** is [bound](../../Glossary/glossary-vba.md#bound) to a [data source](../../Glossary/glossary-vba.md#data-source), then changing the contents of the **TextBox** also changes the value of the bound data source.
Formatting applied to any piece of text in a **TextBox** will affect all text in the control. For example, if you change the font or point size of any character in the control, the change will affect all characters in the control.
The default property for a **TextBox** is the **Value** property.
The default event for a **TextBox** is the Change event.
diff --git a/Language/Reference/User-Interface-Help/the-code-in-this-project-must-be-updated-for-use-on-64-bit-systems.md b/Language/Reference/User-Interface-Help/the-code-in-this-project-must-be-updated-for-use-on-64-bit-systems.md
index 21a8322f2cf..dceca5bb06a 100644
--- a/Language/Reference/User-Interface-Help/the-code-in-this-project-must-be-updated-for-use-on-64-bit-systems.md
+++ b/Language/Reference/User-Interface-Help/the-code-in-this-project-must-be-updated-for-use-on-64-bit-systems.md
@@ -14,5 +14,5 @@ The code in this project must be updated for use on 64-bit systems. Please revie
All **[Declare Statements](declare-statement.md)** must now include the **[PtrSafe](ptrsafe-keyword.md)** keyword when running in 64-bit versions of Microsoft Office. The **PtrSafe** keyword indicates a **Declare** statement is safe to run in 64-bit versions of Microsoft Office.
-Adding the **PtrSafe** keyword to a **Declare** statement only signifies the **Declare** statement explicitly targets 64-bits, all data types within the statement that need to store 64-bits (including return values and parameters) must still be modified to hold 64-bit quantities using either[LongLong](longlong-data-type.md) for 64-bit integrals or[LongPtr](longptr-data-type.md) for pointers and handles.
+Adding the **PtrSafe** keyword to a **Declare** statement only signifies the **Declare** statement explicitly targets 64-bits, all data types within the statement that need to store 64-bits (including return values and parameters) must still be modified to hold 64-bit quantities using either [LongLong](longlong-data-type.md) for 64-bit integrals or [LongPtr](longptr-data-type.md) for pointers and handles.
diff --git a/Language/Reference/User-Interface-Help/the-edit-may-make-the-object-module-incompatible-with-the-previously-specified-c.md b/Language/Reference/User-Interface-Help/the-edit-may-make-the-object-module-incompatible-with-the-previously-specified-c.md
index 9543d9a876b..3b31943b9e7 100644
--- a/Language/Reference/User-Interface-Help/the-edit-may-make-the-object-module-incompatible-with-the-previously-specified-c.md
+++ b/Language/Reference/User-Interface-Help/the-edit-may-make-the-object-module-incompatible-with-the-previously-specified-c.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# The edit may make the object module incompatible with the previously specified compatible ActiveX component
-If a Compatible ActiveX component already exists as a previously distributed [executable file](../../Glossary/vbe-glossary.md#executable-file) or[dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll), you must be careful not to change its interface. This warning has the following cause and solution:
+If a Compatible ActiveX component already exists as a previously distributed [executable file](../../Glossary/vbe-glossary.md#executable-file) or [dynamic-link library (DLL)](../../Glossary/vbe-glossary.md#dynamic-link-library-dll), you must be careful not to change its interface. This warning has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/this-component-doesn-t-raise-any-events.md b/Language/Reference/User-Interface-Help/this-component-doesn-t-raise-any-events.md
index 4bb9010d5bc..018b0ec80d2 100644
--- a/Language/Reference/User-Interface-Help/this-component-doesn-t-raise-any-events.md
+++ b/Language/Reference/User-Interface-Help/this-component-doesn-t-raise-any-events.md
@@ -17,7 +17,7 @@ An event [procedure](../../Glossary/vbe-glossary.md#procedure) must correspond t
- You wrote an event procedure for an object that doesn't raise events. You can't write an event procedure that doesn't correspond to an event.
-- You tried to use **WithEvents** on a[class](../../Glossary/vbe-glossary.md#class) that doesn't raise events.
+- You tried to use **WithEvents** on a [class](../../Glossary/vbe-glossary.md#class) that doesn't raise events.
You can't use **WithEvents** on a class that doesn't raise events.
diff --git a/Language/Reference/User-Interface-Help/this-document-was-opened-with-macros-disabled.md b/Language/Reference/User-Interface-Help/this-document-was-opened-with-macros-disabled.md
index cfb3583cf3c..f5f59ae8c68 100644
--- a/Language/Reference/User-Interface-Help/this-document-was-opened-with-macros-disabled.md
+++ b/Language/Reference/User-Interface-Help/this-document-was-opened-with-macros-disabled.md
@@ -15,8 +15,8 @@ A host application may disable or enable macros. This error has the following ca
- You opened a document with disabled macros. You can enable macros using the instructions in the following articles:
- - [Enable or disable macros in Office documents (2007 and 2010)](https://support.office.com/en-us/article/Enable-or-disable-macros-in-Office-documents-7B4FDD2E-174F-47E2-9611-9EFE4F860B12 %28Office.15%29.aspx)
+ - [Enable or disable macros in Office documents (2007 and 2010)](https://support.office.com/article/Enable-or-disable-macros-in-Office-documents-7B4FDD2E-174F-47E2-9611-9EFE4F860B12 %28Office.15%29.aspx)
- - [Enable or disable macros in Office files (2013)](https://support.office.com/en-us/article/Enable-or-disable-macros-in-Office-files-12B036FD-D140-4E74-B45E-16FED1A7E5C6%28Office.15%29.aspx)
+ - [Enable or disable macros in Office files (2013)](https://support.office.com/article/Enable-or-disable-macros-in-Office-files-12B036FD-D140-4E74-B45E-16FED1A7E5C6%28Office.15%29.aspx)
diff --git a/Language/Reference/User-Interface-Help/this-key-is-already-associated-with-an-element-of-this-collection-error-457.md b/Language/Reference/User-Interface-Help/this-key-is-already-associated-with-an-element-of-this-collection-error-457.md
index 78bb8e93ee4..f4a8ddb0e25 100644
--- a/Language/Reference/User-Interface-Help/this-key-is-already-associated-with-an-element-of-this-collection-error-457.md
+++ b/Language/Reference/User-Interface-Help/this-key-is-already-associated-with-an-element-of-this-collection-error-457.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# This key is already associated with an element of this collection (Error 457)
-A key is a string specified in the **Add** method that uniquely identifies a specific[member](../../Glossary/vbe-glossary.md#member) of a[collection](../../Glossary/vbe-glossary.md#collection). This error has the following cause and solution:
+A key is a string specified in the **Add** method that uniquely identifies a specific[member](../../Glossary/vbe-glossary.md#member) of a [collection](../../Glossary/vbe-glossary.md#collection). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/timeserial-function.md b/Language/Reference/User-Interface-Help/timeserial-function.md
index 4269708db16..0b97fbb5d23 100644
--- a/Language/Reference/User-Interface-Help/timeserial-function.md
+++ b/Language/Reference/User-Interface-Help/timeserial-function.md
@@ -23,7 +23,7 @@ The **TimeSerial** function syntax has these[named arguments](../../Glossary/vb
|**Part**|**Description**|
|:-----|:-----|
-|**_hour_**|Required; **Variant** (**Integer**). Number between 0 (12:00 A.M.) and 23 (11:00 P.M.), inclusive, or a[numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).|
+|**_hour_**|Required; **Variant** (**Integer**). Number between 0 (12:00 A.M.) and 23 (11:00 P.M.), inclusive, or a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression).|
|**_minute_**|Required; **Variant** (**Integer**). Any numeric expression.|
|**_second_**|Required; **Variant** (**Integer**). Any numeric expression.|
diff --git a/Language/Reference/User-Interface-Help/timevalue-function.md b/Language/Reference/User-Interface-Help/timevalue-function.md
index 7fd41fd1ef4..14c7eca6b92 100644
--- a/Language/Reference/User-Interface-Help/timevalue-function.md
+++ b/Language/Reference/User-Interface-Help/timevalue-function.md
@@ -18,7 +18,7 @@ Returns a **Variant** (**Date**) containing the time.
## Syntax
**TimeValue(**_time_**)**
-The required _time_[argument](../../Glossary/vbe-glossary.md#argument) is normally a[string expression](../../Glossary/vbe-glossary.md#string-expression) representing a time from 0:00:00 (12:00:00 A.M.) to 23:59:59 (11:59:59 P.M.), inclusive. However, _time_ can also be any[expression](../../Glossary/vbe-glossary.md#expression) that represents a time in that range. If _time_ contains[Null](../../Glossary/vbe-glossary.md#null), **Null** is returned.
+The required _time_[argument](../../Glossary/vbe-glossary.md#argument) is normally a [string expression](../../Glossary/vbe-glossary.md#string-expression) representing a time from 0:00:00 (12:00:00 A.M.) to 23:59:59 (11:59:59 P.M.), inclusive. However, _time_ can also be any[expression](../../Glossary/vbe-glossary.md#expression) that represents a time in that range. If _time_ contains[Null](../../Glossary/vbe-glossary.md#null), **Null** is returned.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/togglebutton-control.md b/Language/Reference/User-Interface-Help/togglebutton-control.md
index aa4cce00b8f..e6a9a9d047d 100644
--- a/Language/Reference/User-Interface-Help/togglebutton-control.md
+++ b/Language/Reference/User-Interface-Help/togglebutton-control.md
@@ -17,7 +17,7 @@ Shows the selection state of an item.
## Remarks
-Use a **ToggleButton** to show whether an item is selected. If a **ToggleButton** is[bound](../../Glossary/glossary-vba.md#bound) to a[data source](../../Glossary/glossary-vba.md#data-source), the **ToggleButton** shows the current value of that data source as either _Yes_ / _No_, _True_ / _False_, _On_ / _Off_, or some other choice of two settings. If the user selects the **ToggleButton**, the current setting is _Yes_, _True_, or _On_; if the user does not select the **ToggleButton**, the setting is _No_, _False_, or _Off_. If the **ToggleButton** is bound to a data source, changing the setting changes the value of that data source. A disabled **ToggleButton** shows a value, but is dimmed and does not allow changes from the user interface.
+Use a **ToggleButton** to show whether an item is selected. If a **ToggleButton** is [bound](../../Glossary/glossary-vba.md#bound) to a [data source](../../Glossary/glossary-vba.md#data-source), the **ToggleButton** shows the current value of that data source as either _Yes_ / _No_, _True_ / _False_, _On_ / _Off_, or some other choice of two settings. If the user selects the **ToggleButton**, the current setting is _Yes_, _True_, or _On_; if the user does not select the **ToggleButton**, the setting is _No_, _False_, or _Off_. If the **ToggleButton** is bound to a data source, changing the setting changes the value of that data source. A disabled **ToggleButton** shows a value, but is dimmed and does not allow changes from the user interface.
You can also use a **ToggleButton** inside a **Frame** to select one or more of a group of related items. For example, you can create an order form with a list of available items, with a **ToggleButton** preceding each item. The user can select a particular item by selecting the appropriate **ToggleButton**.
The default property of a **ToggleButton** is the **Value** property.
The default event of a **ToggleButton** is the Click event.
diff --git a/Language/Reference/User-Interface-Help/too-many-arguments.md b/Language/Reference/User-Interface-Help/too-many-arguments.md
index 0e5dad0dc57..cd689ccf01a 100644
--- a/Language/Reference/User-Interface-Help/too-many-arguments.md
+++ b/Language/Reference/User-Interface-Help/too-many-arguments.md
@@ -15,7 +15,7 @@ A [procedure](../../Glossary/vbe-glossary.md#procedure) can have only 60[argumen
-- You specified more than 60 arguments. If you must specify more arguments, define a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) to collect multiple arguments of different types, or use a **ParamArray** as the final argument and pass multiple values to it. You can also pass multiple arguments by placing them in an[array](../../Glossary/vbe-glossary.md#array).
+- You specified more than 60 arguments. If you must specify more arguments, define a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type) to collect multiple arguments of different types, or use a **ParamArray** as the final argument and pass multiple values to it. You can also pass multiple arguments by placing them in an [array](../../Glossary/vbe-glossary.md#array).
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/too-many-dimensions.md b/Language/Reference/User-Interface-Help/too-many-dimensions.md
index 5a3cb96fe90..50c37875edb 100644
--- a/Language/Reference/User-Interface-Help/too-many-dimensions.md
+++ b/Language/Reference/User-Interface-Help/too-many-dimensions.md
@@ -17,7 +17,7 @@ ms.date: 06/08/2017
- You tried to declare an array with more than 60 dimensions. Reduce the number of dimensions.
-- Your array declaration is within the specified limits, but there isn't enough memory to actually create the array. Either make more memory available or reduce the number of dimensions. If your array is an array of **Variant** type or an array contained within a **Variant**, you may be able to create the array with the same number of dimensions by redeclaring it with the[data type](../../Glossary/vbe-glossary.md#data-type) of its elements. For example, if it contains only integers, declaring it as an array of **Integer** type uses less memory than if each element is a **Variant**.
+- Your array declaration is within the specified limits, but there isn't enough memory to actually create the array. Either make more memory available or reduce the number of dimensions. If your array is an array of **Variant** type or an array contained within a **Variant**, you may be able to create the array with the same number of dimensions by redeclaring it with the [data type](../../Glossary/vbe-glossary.md#data-type) of its elements. For example, if it contains only integers, declaring it as an array of **Integer** type uses less memory than if each element is a **Variant**.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
diff --git a/Language/Reference/User-Interface-Help/too-many-local-nonstatic-variables.md b/Language/Reference/User-Interface-Help/too-many-local-nonstatic-variables.md
index eda841c51be..3e7e099e16d 100644
--- a/Language/Reference/User-Interface-Help/too-many-local-nonstatic-variables.md
+++ b/Language/Reference/User-Interface-Help/too-many-local-nonstatic-variables.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Too many local, nonstatic variables
-Local, nonstatic [variables](../../Glossary/vbe-glossary.md#variable) are variables that are defined within a[procedure](../../Glossary/vbe-glossary.md#procedure) and reinitialized each time the procedure is called. This error has the following cause and solution:
+Local, nonstatic [variables](../../Glossary/vbe-glossary.md#variable) are variables that are defined within a [procedure](../../Glossary/vbe-glossary.md#procedure) and reinitialized each time the procedure is called. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/too-many-module-level-variables.md b/Language/Reference/User-Interface-Help/too-many-module-level-variables.md
index 35e51ca01c1..a8d029c9608 100644
--- a/Language/Reference/User-Interface-Help/too-many-module-level-variables.md
+++ b/Language/Reference/User-Interface-Help/too-many-module-level-variables.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Too many module-level variables
-[Module-level](../../Glossary/vbe-glossary.md#module-level)[variables](../../Glossary/vbe-glossary.md#variable) are those declared in the Declarations section of a[module](../../Glossary/vbe-glossary.md#module), before the module's [procedures](../../Glossary/vbe-glossary.md#procedure). This error has the following cause and solution:
+[Module-level](../../Glossary/vbe-glossary.md#module-level) [variables](../../Glossary/vbe-glossary.md#variable) are those declared in the Declarations section of a [module](../../Glossary/vbe-glossary.md#module), before the module's [procedures](../../Glossary/vbe-glossary.md#procedure). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/top-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/top-property-vba-add-in-object-model.md
index e1c88f12a04..3aaacb25042 100644
--- a/Language/Reference/User-Interface-Help/top-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/top-property-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns or sets a [Single](../../Glossary/vbe-glossary.md#single-data-type) specifying the location of the top of the window on the screen in[twips](../../Glossary/vbe-glossary.md#twip). Read/write.
+Returns or sets a [Single](../../Glossary/vbe-glossary.md#single-data-type) specifying the location of the top of the window on the screen in [twips](../../Glossary/vbe-glossary.md#twip). Read/write.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/topline-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/topline-property-vba-add-in-object-model.md
index 3a8ea9bfc2d..4fc0f0d0be8 100644
--- a/Language/Reference/User-Interface-Help/topline-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/topline-property-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) specifying the line number of the line at the top of the[code pane](../../Glossary/vbe-glossary.md#code-pane) or sets the line showing at the top of the code pane. Read/write.
+Returns a [Long](../../Glossary/vbe-glossary.md#long-data-type) specifying the line number of the line at the top of the [code pane](../../Glossary/vbe-glossary.md#code-pane) or sets the line showing at the top of the code pane. Read/write.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/type-declaration-character-does-not-match-declared-data-type.md b/Language/Reference/User-Interface-Help/type-declaration-character-does-not-match-declared-data-type.md
index 2f6bb6244fe..e5e592e944a 100644
--- a/Language/Reference/User-Interface-Help/type-declaration-character-does-not-match-declared-data-type.md
+++ b/Language/Reference/User-Interface-Help/type-declaration-character-does-not-match-declared-data-type.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Type-declaration character does not match declared data type
-The [data type](../../Glossary/vbe-glossary.md#data-type) of a[variable](../../Glossary/vbe-glossary.md#variable) can't be changed by appending the[type-declaration character](../../Glossary/vbe-glossary.md#type-declaration-character) for another type. This error has the following cause and solution:
+The [data type](../../Glossary/vbe-glossary.md#data-type) of a [variable](../../Glossary/vbe-glossary.md#variable) can't be changed by appending the [type-declaration character](../../Glossary/vbe-glossary.md#type-declaration-character) for another type. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/type-mismatch-array-or-user-defined-type-expected.md b/Language/Reference/User-Interface-Help/type-mismatch-array-or-user-defined-type-expected.md
index 99e2153a9b7..aa76d16cbe3 100644
--- a/Language/Reference/User-Interface-Help/type-mismatch-array-or-user-defined-type-expected.md
+++ b/Language/Reference/User-Interface-Help/type-mismatch-array-or-user-defined-type-expected.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Type mismatch: array or user-defined type expected
-The type of an [argument](../../Glossary/vbe-glossary.md#argument) or[parameter](../../Glossary/vbe-glossary.md#parameter) includes whether or not it is an[array](../../Glossary/vbe-glossary.md#array) or a[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type). This error has the following cause and solution:
+The type of an [argument](../../Glossary/vbe-glossary.md#argument) or [parameter](../../Glossary/vbe-glossary.md#parameter) includes whether or not it is an [array](../../Glossary/vbe-glossary.md#array) or a [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type). This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/type-statement.md b/Language/Reference/User-Interface-Help/type-statement.md
index 0ab3275f202..7a5e5f4fa03 100644
--- a/Language/Reference/User-Interface-Help/type-statement.md
+++ b/Language/Reference/User-Interface-Help/type-statement.md
@@ -31,13 +31,13 @@ The **Type** statement syntax has these parts:
| _varname_|Required. Name of the user-defined type; follows standard [variable](../../Glossary/vbe-glossary.md#variable) naming conventions.|
| _elementname_|Required. Name of an element of the user-defined type. Element names also follow standard variable naming conventions, except that [keyword](../../Glossary/vbe-glossary.md#keyword)s can be used.|
| _subscripts_|When not explicitly stated in _lower_, the lower bound of an array is controlled by the **Option** **Base** statement. The lower bound is zero if no **Option** **Base** statement is present.|
-| _type_|Required. Data type of the element; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported),[Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (for variable-length strings), **String** * _length_ (for fixed-length strings),[Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), another user-defined type, or an [object type](../../Glossary/vbe-glossary.md#object-type).|
+| _type_|Required. Data type of the element; may be [Byte](../../Glossary/vbe-glossary.md#byte-data-type), [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type), [Integer](../../Glossary/vbe-glossary.md#integer-data-type), [Long](../../Glossary/vbe-glossary.md#long-data-type), [Currency](../../Glossary/vbe-glossary.md#currency-data-type), [Single](../../Glossary/vbe-glossary.md#single-data-type), [Double](../../Glossary/vbe-glossary.md#double-data-type), [Decimal](../../Glossary/vbe-glossary.md#decimal-data-type) (not currently supported), [Date](../../Glossary/vbe-glossary.md#date-data-type), [String](../../Glossary/vbe-glossary.md#string-data-type) (for variable-length strings), **String** * _length_ (for fixed-length strings), [Object](../../Glossary/vbe-glossary.md#object), [Variant](../../Glossary/vbe-glossary.md#variant-data-type), another user-defined type, or an [object type](../../Glossary/vbe-glossary.md#object-type).|
## Remarks
-The **Type** statement can be used only at module level. Once you have declared a user-defined type using the **Type** statement, you can declare a variable of that type anywhere within the[scope](../../Glossary/vbe-glossary.md#scope) of the declaration. Use **Dim**, **Private**, **Public**, **ReDim**, or **Static** to declare a variable of a user-defined type.
-In [standard modules](../../Glossary/vbe-glossary.md#standard-module) and[class modules](../../Glossary/vbe-glossary.md#class-module), user-defined types are public by default. This visibility can be changed using the **Private** keyword.
-[Line numbers](../../Glossary/vbe-glossary.md#line-number) and[line labels](../../Glossary/vbe-glossary.md#line-label) aren't allowed in **Type...End Type** blocks.
+The **Type** statement can be used only at module level. Once you have declared a user-defined type using the **Type** statement, you can declare a variable of that type anywhere within the [scope](../../Glossary/vbe-glossary.md#scope) of the declaration. Use **Dim**, **Private**, **Public**, **ReDim**, or **Static** to declare a variable of a user-defined type.
+In [standard modules](../../Glossary/vbe-glossary.md#standard-module) and [class modules](../../Glossary/vbe-glossary.md#class-module), user-defined types are public by default. This visibility can be changed using the **Private** keyword.
+[Line numbers](../../Glossary/vbe-glossary.md#line-number) and [line labels](../../Glossary/vbe-glossary.md#line-label) aren't allowed in **Type...End Type** blocks.
User-defined types are often used with data records, which frequently consist of a number of related elements of different data types.
The following example shows the use of fixed-size arrays in a user-defined type:
diff --git a/Language/Reference/User-Interface-Help/unload-statement.md b/Language/Reference/User-Interface-Help/unload-statement.md
index 491d790e63c..7e836c6a878 100644
--- a/Language/Reference/User-Interface-Help/unload-statement.md
+++ b/Language/Reference/User-Interface-Help/unload-statement.md
@@ -17,7 +17,7 @@ Removes an object from memory.
**Unload**_object_
-The required _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The required _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/update-method-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/update-method-vba-add-in-object-model.md
index 25872f895e7..cf8ff400c8e 100644
--- a/Language/Reference/User-Interface-Help/update-method-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/update-method-vba-add-in-object-model.md
@@ -18,7 +18,7 @@ Refreshes the contents of the **AddIns** collection from the add-ins listed in
## Syntax
_object_. **Update**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/use-the-immediate-window.md b/Language/Reference/User-Interface-Help/use-the-immediate-window.md
index 6d33b7b5974..bbed3e516df 100644
--- a/Language/Reference/User-Interface-Help/use-the-immediate-window.md
+++ b/Language/Reference/User-Interface-Help/use-the-immediate-window.md
@@ -44,5 +44,5 @@ Use the **Immediate** window to:
**Note** **Immediate** window statements are executed in a context — that is, as if they are entered in a specific[module](../../Glossary/vbe-glossary.md#module).
-If you need help on syntax for functions, statements, [properties](../../Glossary/vbe-glossary.md#property), or [methods](../../Glossary/vbe-glossary.md#method) while working in the **Immediate** window, select the[keyword](../../Glossary/vbe-glossary.md#keyword), the property name, or the method name, and press F1.
+If you need help on syntax for functions, statements, [properties](../../Glossary/vbe-glossary.md#property), or [methods](../../Glossary/vbe-glossary.md#method) while working in the **Immediate** window, select the [keyword](../../Glossary/vbe-glossary.md#keyword), the property name, or the method name, and press F1.
diff --git a/Language/Reference/User-Interface-Help/use-the-object-browser.md b/Language/Reference/User-Interface-Help/use-the-object-browser.md
index dd26e5366b7..94046f0599a 100644
--- a/Language/Reference/User-Interface-Help/use-the-object-browser.md
+++ b/Language/Reference/User-Interface-Help/use-the-object-browser.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Use the Object Browser
-The **Object Browser** allows you to browse through all available objects in your[project](../../Glossary/vbe-glossary.md#project) and see their[properties](../../Glossary/vbe-glossary.md#property), [methods](../../Glossary/vbe-glossary.md#method) and events. In addition, you can see the[procedures](../../Glossary/vbe-glossary.md#procedure) and[constants](../../Glossary/vbe-glossary.md#constant) that are available from[object libraries](../../Glossary/vbe-glossary.md#object-library) in your project. You can easily display online Help as you browse. You can use the **Object Browser** to find and use objects you create, as well as objects from other applications.
+The **Object Browser** allows you to browse through all available objects in your[project](../../Glossary/vbe-glossary.md#project) and see their[properties](../../Glossary/vbe-glossary.md#property), [methods](../../Glossary/vbe-glossary.md#method) and events. In addition, you can see the [procedures](../../Glossary/vbe-glossary.md#procedure) and [constants](../../Glossary/vbe-glossary.md#constant) that are available from[object libraries](../../Glossary/vbe-glossary.md#object-library) in your project. You can easily display online Help as you browse. You can use the **Object Browser** to find and use objects you create, as well as objects from other applications.
You can get help for the **Object Browser** by searching for **Object Browser** in Help.
@@ -26,7 +26,7 @@ You can get help for the **Object Browser** by searching for **Object Browser**
3. Select the name of the project or library you want to view in the **Project/Library** list.
-4. Use the **Class** list to select the[class](../../Glossary/vbe-glossary.md#class); use the **Member** list to select specific members of your class or project.
+4. Use the **Class** list to select the [class](../../Glossary/vbe-glossary.md#class); use the **Member** list to select specific members of your class or project.
5. View information about the class or member you selected in the **Details** section at the bottom of the window.
diff --git a/Language/Reference/User-Interface-Help/use-the-project-explorer.md b/Language/Reference/User-Interface-Help/use-the-project-explorer.md
index 7074a31e461..dae576807e1 100644
--- a/Language/Reference/User-Interface-Help/use-the-project-explorer.md
+++ b/Language/Reference/User-Interface-Help/use-the-project-explorer.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Use the Project Explorer
-The **Project Explorer** displays a hierarchical list of the[projects](../../Glossary/vbe-glossary.md#project) and all of the items contained and referenced by each project.
+The **Project Explorer** displays a hierarchical list of the [projects](../../Glossary/vbe-glossary.md#project) and all of the items contained and referenced by each project.
**To navigate the Project Explorer**
diff --git a/Language/Reference/User-Interface-Help/use-the-properties-window.md b/Language/Reference/User-Interface-Help/use-the-properties-window.md
index 90317d02058..fcf509daef6 100644
--- a/Language/Reference/User-Interface-Help/use-the-properties-window.md
+++ b/Language/Reference/User-Interface-Help/use-the-properties-window.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Use the Properties Window
-The **Properties** window lists the[design-time](../../Glossary/vbe-glossary.md#design-time)[properties](../../Glossary/vbe-glossary.md#property) for selected objects and their current settings. You can change these properties at design time. When you select multiple controls, the **Properties** window contains a list of the properties common to all the selected controls.
+The **Properties** window lists the [design-time](../../Glossary/vbe-glossary.md#design-time) [properties](../../Glossary/vbe-glossary.md#property) for selected objects and their current settings. You can change these properties at design time. When you select multiple controls, the **Properties** window contains a list of the properties common to all the selected controls.
**To navigate the Properties window**
diff --git a/Language/Reference/User-Interface-Help/userform-object.md b/Language/Reference/User-Interface-Help/userform-object.md
index 08cbccdab7e..79b63f65f98 100644
--- a/Language/Reference/User-Interface-Help/userform-object.md
+++ b/Language/Reference/User-Interface-Help/userform-object.md
@@ -30,8 +30,8 @@ You can use the **UserForms** collection to iterate through all loaded user for
User forms have [properties](../../Glossary/vbe-glossary.md#property) that determine appearance such as position, size, and color; and aspects of their behavior.
User forms can also respond to events initiated by a user or triggered by the system. For example, you can write code in the **Initialize** event procedure of the **UserForm** to initialize[module-level](../../Glossary/vbe-glossary.md#module-level) variables before the **UserForm** is displayed.
In addition to properties and events, you can use methods to manipulate user forms using code. For example, you can use the **Move** method to change the location and size of a **UserForm**.
-When designing user forms, set the **BorderStyle** property to define borders, and set the **Caption** property to put text in the title bar. In code, you can use the **Hide** and **Show** methods to make a **UserForm** invisible or visible at[run time](../../Glossary/vbe-glossary.md#run-time).
- **UserForm** is an[Object data type](../../Glossary/vbe-glossary.md#object-data-type). You can declare variables as type **UserForm** before setting them to an instance of a type of **UserForm** declared at[design time](../../Glossary/vbe-glossary.md#design-time). Similarly, you can pass an [argument](../../Glossary/vbe-glossary.md#argument) to a[procedure](../../Glossary/vbe-glossary.md#procedure) as type **UserForm**. You can create multiple instances of user forms in code by using the **New** keyword in **Dim**, **Set**, and **Static** statements.
+When designing user forms, set the **BorderStyle** property to define borders, and set the **Caption** property to put text in the title bar. In code, you can use the **Hide** and **Show** methods to make a **UserForm** invisible or visible at [run time](../../Glossary/vbe-glossary.md#run-time).
+ **UserForm** is an [Object data type](../../Glossary/vbe-glossary.md#object-data-type). You can declare variables as type **UserForm** before setting them to an instance of a type of **UserForm** declared at [design time](../../Glossary/vbe-glossary.md#design-time). Similarly, you can pass an [argument](../../Glossary/vbe-glossary.md#argument) to a [procedure](../../Glossary/vbe-glossary.md#procedure) as type **UserForm**. You can create multiple instances of user forms in code by using the **New** keyword in **Dim**, **Set**, and **Static** statements.
You can access the collection of [controls](../../Glossary/vbe-glossary.md#control) on a **UserForm** using the **Controls** collection. For example, to hide all the controls on a **UserForm**, use code similar to the following:
diff --git a/Language/Reference/User-Interface-Help/userform-windowc-visual-basic-user-interface.md b/Language/Reference/User-Interface-Help/userform-windowc-visual-basic-user-interface.md
index 4a995e82ed5..c3a1bdd5865 100644
--- a/Language/Reference/User-Interface-Help/userform-windowc-visual-basic-user-interface.md
+++ b/Language/Reference/User-Interface-Help/userform-windowc-visual-basic-user-interface.md
@@ -16,7 +16,7 @@ ms.date: 06/08/2017
-Allows you to create the windows or dialog boxes in your project. You draw and view [controls](../../Glossary/vbe-glossary.md#control) on a[form](../../Glossary/vbe-glossary.md#form).
+Allows you to create the windows or dialog boxes in your project. You draw and view [controls](../../Glossary/vbe-glossary.md#control) on a [form](../../Glossary/vbe-glossary.md#form).
While you are designing a form:
diff --git a/Language/Reference/User-Interface-Help/value-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/value-property-vba-add-in-object-model.md
index 0bbccc973cc..6816a466b27 100644
--- a/Language/Reference/User-Interface-Help/value-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/value-property-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Returns or sets a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) specifying the value of the[property](../../Glossary/vbe-glossary.md#property). Read/write.
+Returns or sets a [Variant](../../Glossary/vbe-glossary.md#variant-data-type) specifying the value of the [property](../../Glossary/vbe-glossary.md#property). Read/write.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/variable-not-yet-created-in-this-context.md b/Language/Reference/User-Interface-Help/variable-not-yet-created-in-this-context.md
index f612669b133..6fa5b69d12f 100644
--- a/Language/Reference/User-Interface-Help/variable-not-yet-created-in-this-context.md
+++ b/Language/Reference/User-Interface-Help/variable-not-yet-created-in-this-context.md
@@ -15,7 +15,7 @@ A [variable](../../Glossary/vbe-glossary.md#variable) has to be created before i
-- You tried to display the value of a local variable that you just entered in your code before executing at least a **Single Step** command in[break mode](../../Glossary/vbe-glossary.md#break-mode).
+- You tried to display the value of a local variable that you just entered in your code before executing at least a **Single Step** command in [break mode](../../Glossary/vbe-glossary.md#break-mode).
Step into the code to force compilation of the new statement.
diff --git a/Language/Reference/User-Interface-Help/variable-required-can-t-assign-to-this-expression.md b/Language/Reference/User-Interface-Help/variable-required-can-t-assign-to-this-expression.md
index 6a8e331e740..d38394fafd4 100644
--- a/Language/Reference/User-Interface-Help/variable-required-can-t-assign-to-this-expression.md
+++ b/Language/Reference/User-Interface-Help/variable-required-can-t-assign-to-this-expression.md
@@ -15,15 +15,15 @@ This error typically occurs when you attempt to assign a value to something that
-- You attempted to use a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) as an[argument](../../Glossary/vbe-glossary.md#argument) to the **Len** function.
+- You attempted to use a [numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) as an [argument](../../Glossary/vbe-glossary.md#argument) to the **Len** function.
- The **Len** function doesn't accept a numeric expression, a numeric literal, or a binary numeric expression, but it does accept either a string or numeric variable, a[string expression](../../Glossary/vbe-glossary.md#string-expression), or a [variable](../../Glossary/vbe-glossary.md#variable) of[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type).
+ The **Len** function doesn't accept a numeric expression, a numeric literal, or a binary numeric expression, but it does accept either a string or numeric variable, a [string expression](../../Glossary/vbe-glossary.md#string-expression), or a [variable](../../Glossary/vbe-glossary.md#variable) of[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type).
-- You used a function call or an [expression](../../Glossary/vbe-glossary.md#expression) as an argument to **Input #**, **Let**, **Get**, or **Put**. For example, you may have used an argument that appears to be a valid reference to an[array](../../Glossary/vbe-glossary.md#array) variable, but instead is a call to a function of the same name.
+- You used a function call or an [expression](../../Glossary/vbe-glossary.md#expression) as an argument to **Input #**, **Let**, **Get**, or **Put**. For example, you may have used an argument that appears to be a valid reference to an [array](../../Glossary/vbe-glossary.md#array) variable, but instead is a call to a function of the same name.
**Input #**, **Let**, **Get**, and **Put** don't accept function calls as arguments.
-- You attempted to assign a value to an [identifier](../../Glossary/vbe-glossary.md#identifier) previously declared as a[constant](../../Glossary/vbe-glossary.md#constant).
+- You attempted to assign a value to an [identifier](../../Glossary/vbe-glossary.md#identifier) previously declared as a [constant](../../Glossary/vbe-glossary.md#constant).
Choose another name for the identifier.
diff --git a/Language/Reference/User-Interface-Help/variable-uses-a-type-not-supported-in-visual-basic-error-458.md b/Language/Reference/User-Interface-Help/variable-uses-a-type-not-supported-in-visual-basic-error-458.md
index 30c8f6a7a5a..35444bab3bc 100644
--- a/Language/Reference/User-Interface-Help/variable-uses-a-type-not-supported-in-visual-basic-error-458.md
+++ b/Language/Reference/User-Interface-Help/variable-uses-a-type-not-supported-in-visual-basic-error-458.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Variable uses a type not supported in Visual Basic (Error 458)
-Not every [variable](../../Glossary/vbe-glossary.md#variable) that appears in a[type library](../../Glossary/vbe-glossary.md#type-library) or[object library](../../Glossary/vbe-glossary.md#object-library) can be used by every programming language. This error has the following cause and solution:
+Not every [variable](../../Glossary/vbe-glossary.md#variable) that appears in a [type library](../../Glossary/vbe-glossary.md#type-library) or [object library](../../Glossary/vbe-glossary.md#object-library) can be used by every programming language. This error has the following cause and solution:
diff --git a/Language/Reference/User-Interface-Help/variant-data-type.md b/Language/Reference/User-Interface-Help/variant-data-type.md
index 6ea382705d9..dbceb68fdd2 100644
--- a/Language/Reference/User-Interface-Help/variant-data-type.md
+++ b/Language/Reference/User-Interface-Help/variant-data-type.md
@@ -30,7 +30,7 @@ MyVar = 98052
In the preceding example, `MyVar` contains a numeric representation — the actual value `98052`. Arithmetic operators work as expected on **Variant** variables that contain numeric values or string data that can be interpreted as numbers. If you use the **+** operator to add contains a numeric representation — the actual value `98052`. Arithmetic operators work as expected on **Variant** variables that contain numeric values or string data that can be interpreted as numbers. If you use the **+** operator to add `MyVar` to another **Variant** containing a number or to a variable of a [numeric type](../../Glossary/vbe-glossary.md#numeric-type), the result is an arithmetic sum.
The value [Empty](../../Glossary/vbe-glossary.md#empty) denotes a **Variant** variable that hasn't been initialized (assigned an initial value). A **Variant** containing **Empty** is 0 if it is used in a numeric context and a zero-length string ("") if it is used in a string context.
Don't confuse **Empty** with [Null](../../Glossary/vbe-glossary.md#null). **Null** indicates that the **Variant** variable intentionally contains no valid data.
-In a **Variant**, **Error** is a special value used to indicate that an error condition has occurred in a[procedure](../../Glossary/vbe-glossary.md#procedure). However, unlike for other kinds of errors, normal application-level error handling does not occur. This allows you, or the application itself, to take some alternative action based on the error value. **Error** values are created by converting real numbers to error values using the **CVErr** function.
+In a **Variant**, **Error** is a special value used to indicate that an error condition has occurred in a [procedure](../../Glossary/vbe-glossary.md#procedure). However, unlike for other kinds of errors, normal application-level error handling does not occur. This allows you, or the application itself, to take some alternative action based on the error value. **Error** values are created by converting real numbers to error values using the **CVErr** function.
diff --git a/Language/Reference/User-Interface-Help/vartype-function.md b/Language/Reference/User-Interface-Help/vartype-function.md
index f82ea6fe4a5..66316e78075 100644
--- a/Language/Reference/User-Interface-Help/vartype-function.md
+++ b/Language/Reference/User-Interface-Help/vartype-function.md
@@ -37,7 +37,7 @@ The required _varname_[argument](../../Glossary/vbe-glossary.md#argument) is a
|**vbObject**|9|Object|
|**vbError**|10|Error value|
|**vbBoolean**|11|Boolean value|
-|**vbVariant**|12|**Variant** (used only with[arrays](../../Glossary/vbe-glossary.md#array) of variants)|
+|**vbVariant**|12|**Variant** (used only with [arrays](../../Glossary/vbe-glossary.md#array) of variants)|
|**vbDataObject**|13|A data access object|
|**vbDecimal**|14|Decimal value|
|**vbByte**|17|Byte value|
diff --git a/Language/Reference/User-Interface-Help/vbcomponent-object-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/vbcomponent-object-vba-add-in-object-model.md
index e2381df280e..a6da30f66ed 100644
--- a/Language/Reference/User-Interface-Help/vbcomponent-object-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/vbcomponent-object-vba-add-in-object-model.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
-Represents a component, such as a [class module](../../Glossary/vbe-glossary.md#class-module) or[standard module](../../Glossary/vbe-glossary.md#standard-module), contained in a [project](../../Glossary/vbe-glossary.md#project).
+Represents a component, such as a [class module](../../Glossary/vbe-glossary.md#class-module) or [standard module](../../Glossary/vbe-glossary.md#standard-module), contained in a [project](../../Glossary/vbe-glossary.md#project).
## Remarks
-Use the **VBComponent** object to access the[code module](../../Glossary/vbe-glossary.md#code-module) associated with a component or to change a component's property settings.
+Use the **VBComponent** object to access the [code module](../../Glossary/vbe-glossary.md#code-module) associated with a component or to change a component's property settings.
You can use the **Type** property to find out what type of component the **VBComponent** object refers to. Use the **Collection** property to find out what[collection](../../Glossary/vbe-glossary.md#collection) the component is in.
diff --git a/Language/Reference/User-Interface-Help/vbcomponents-collection-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/vbcomponents-collection-vba-add-in-object-model.md
index 83e0d4f0687..0671d7b1332 100644
--- a/Language/Reference/User-Interface-Help/vbcomponents-collection-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/vbcomponents-collection-vba-add-in-object-model.md
@@ -17,7 +17,7 @@ Represents the components contained in a [project](../../Glossary/vbe-glossary.m
## Remarks
-Use the **VBComponents** collection to access, add, or remove components in a project. A component can be a[form](../../Glossary/vbe-glossary.md#form), [module](../../Glossary/vbe-glossary.md#module), or [class](../../Glossary/vbe-glossary.md#class). The **VBComponents** collection is a standard[collection](../../Glossary/vbe-glossary.md#collection) that can be used in a **For** **Each** block.
+Use the **VBComponents** collection to access, add, or remove components in a project. A component can be a [form](../../Glossary/vbe-glossary.md#form), [module](../../Glossary/vbe-glossary.md#module), or [class](../../Glossary/vbe-glossary.md#class). The **VBComponents** collection is a standard[collection](../../Glossary/vbe-glossary.md#collection) that can be used in a **For** **Each** block.
You can use the **Parent** property to return the project the **VBComponents** collection is in.
In Visual Basic for Applications, you can use **Import** method to add a component to a project from a file.
diff --git a/Language/Reference/User-Interface-Help/vbe-object-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/vbe-object-vba-add-in-object-model.md
index 5630911c918..3c4170d6d5c 100644
--- a/Language/Reference/User-Interface-Help/vbe-object-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/vbe-object-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-The root object that contains all other [objects](../../Glossary/vbe-glossary.md#object) and[collections](../../Glossary/vbe-glossary.md#collection) represented in Visual Basic for Applications.
+The root object that contains all other [objects](../../Glossary/vbe-glossary.md#object) and [collections](../../Glossary/vbe-glossary.md#collection) represented in Visual Basic for Applications.
## Remarks
@@ -32,7 +32,7 @@ You can use the following collections to access the objects contained in the **
Use the **Events** object to access properties that enable[add-ins](../../Glossary/vbe-glossary.md#add-in) to connect to all events in Visual Basic for Applications. The properties of the **Events** object return objects of the same type as the property name. For example, the **CommandBarEvents** property returns the **CommandBarEvents** object.
-You can use the **SelectedVBComponent** property to return the active component. The active component is the component that is being tracked in the[Project window](../../Glossary/vbe-glossary.md#project-window). If the selected item in the **Project** window isn't a component, **SelectedVBComponent** returns **Nothing**.
+You can use the **SelectedVBComponent** property to return the active component. The active component is the component that is being tracked in the [Project window](../../Glossary/vbe-glossary.md#project-window). If the selected item in the **Project** window isn't a component, **SelectedVBComponent** returns **Nothing**.
**Note** All objects in this object model have a **VBE** property that points to the **VBE** object.
diff --git a/Language/Reference/User-Interface-Help/vbprojects-collection-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/vbprojects-collection-vba-add-in-object-model.md
index ba465203b6c..663264f7217 100644
--- a/Language/Reference/User-Interface-Help/vbprojects-collection-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/vbprojects-collection-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-Represents all the [projects](../../Glossary/vbe-glossary.md#project) that are open in the[development environment](../../Glossary/vbe-glossary.md#development-environment).
+Represents all the [projects](../../Glossary/vbe-glossary.md#project) that are open in the [development environment](../../Glossary/vbe-glossary.md#development-environment).
## Remarks
diff --git a/Language/Reference/User-Interface-Help/vbprojects-property.md b/Language/Reference/User-Interface-Help/vbprojects-property.md
index 94638ed408f..cf07fffb189 100644
--- a/Language/Reference/User-Interface-Help/vbprojects-property.md
+++ b/Language/Reference/User-Interface-Help/vbprojects-property.md
@@ -20,5 +20,5 @@ Returns the VBProjects collection, which represents all of the projects currentl
## Syntax
_object_. **VBProjects**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
diff --git a/Language/Reference/User-Interface-Help/visible-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/visible-property-vba-add-in-object-model.md
index d008cbf6267..623575ffa57 100644
--- a/Language/Reference/User-Interface-Help/visible-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/visible-property-vba-add-in-object-model.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
-For the **Window** object, returns or sets a[Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value that specifies the visibility of a window. Read/write. For the **CodePane** object, returns a **Boolean** value that indicates whether or not the[code pane](../../Glossary/vbe-glossary.md#code-pane) is visible in the window. Read-only.
+For the **Window** object, returns or sets a [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value that specifies the visibility of a window. Read/write. For the **CodePane** object, returns a **Boolean** value that indicates whether or not the [code pane](../../Glossary/vbe-glossary.md#code-pane) is visible in the window. Read-only.
**Return Values**
The **Visible** property returns the following values:
diff --git a/Language/Reference/User-Interface-Help/whatsthisbutton-property.md b/Language/Reference/User-Interface-Help/whatsthisbutton-property.md
index 20758117e02..a724ad0e6d3 100644
--- a/Language/Reference/User-Interface-Help/whatsthisbutton-property.md
+++ b/Language/Reference/User-Interface-Help/whatsthisbutton-property.md
@@ -15,7 +15,7 @@ ms.date: 06/08/2017
-Returns a [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value that determines whether the **What's This** button appears on the title bar of a **UserForm** object. Read-only at[run time](../../Glossary/vbe-glossary.md#run-time). This property does not apply to the Macintosh.
+Returns a [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value that determines whether the **What's This** button appears on the title bar of a **UserForm** object. Read-only at [run time](../../Glossary/vbe-glossary.md#run-time). This property does not apply to the Macintosh.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/whatsthishelp-property.md b/Language/Reference/User-Interface-Help/whatsthishelp-property.md
index df0fae2adae..9dc8e14103c 100644
--- a/Language/Reference/User-Interface-Help/whatsthishelp-property.md
+++ b/Language/Reference/User-Interface-Help/whatsthishelp-property.md
@@ -15,7 +15,7 @@ ms.date: 06/08/2017
-Returns a [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value that determines whether context-sensitive Help uses the pop-up window provided by Windows 95 Help or the main Help window. Read-only at[run time](../../Glossary/vbe-glossary.md#run-time). This property does not apply to the Macintosh.
+Returns a [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) value that determines whether context-sensitive Help uses the pop-up window provided by Windows 95 Help or the main Help window. Read-only at [run time](../../Glossary/vbe-glossary.md#run-time). This property does not apply to the Macintosh.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/whatsthismode-method.md b/Language/Reference/User-Interface-Help/whatsthismode-method.md
index d9780d1ba1e..7e330e13afc 100644
--- a/Language/Reference/User-Interface-Help/whatsthismode-method.md
+++ b/Language/Reference/User-Interface-Help/whatsthismode-method.md
@@ -20,7 +20,7 @@ Causes the mouse pointer to change to the **What's This** pointer and prepares
## Syntax
_object_. **WhatsThisMode**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list. If _object_ is omitted, the **UserForm** with the[focus](../../Glossary/vbe-glossary.md#focus) is assumed to be _object_.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list. If _object_ is omitted, the **UserForm** with the [focus](../../Glossary/vbe-glossary.md#focus) is assumed to be _object_.
## Remarks
diff --git a/Language/Reference/User-Interface-Help/whilewend-statement.md b/Language/Reference/User-Interface-Help/whilewend-statement.md
index 9be453a3360..c11c53b9022 100644
--- a/Language/Reference/User-Interface-Help/whilewend-statement.md
+++ b/Language/Reference/User-Interface-Help/whilewend-statement.md
@@ -24,7 +24,7 @@ The **While...Wend** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
-| _condition_|Required. [Numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or[string expression](../../Glossary/vbe-glossary.md#string-expression) that evaluates to **True** or **False**. If _condition_ is[Null](../../Glossary/vbe-glossary.md#null), _condition_ is treated as **False**.|
+| _condition_|Required. [Numeric expression](../../Glossary/vbe-glossary.md#numeric-expression) or [string expression](../../Glossary/vbe-glossary.md#string-expression) that evaluates to **True** or **False**. If _condition_ is [Null](../../Glossary/vbe-glossary.md#null), _condition_ is treated as **False**.|
| _statements_|Optional. One or more statements executed while condition is **True**.|
## Remarks
diff --git a/Language/Reference/User-Interface-Help/width-property-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/width-property-vba-add-in-object-model.md
index 0c34c71e5d4..5b4be783e6c 100644
--- a/Language/Reference/User-Interface-Help/width-property-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/width-property-vba-add-in-object-model.md
@@ -13,11 +13,11 @@ ms.date: 06/08/2017
-Returns or sets a [Single](../../Glossary/vbe-glossary.md#single-data-type) containing the width of the window in[twips](../../Glossary/vbe-glossary.md#twip). Read/write.
+Returns or sets a [Single](../../Glossary/vbe-glossary.md#single-data-type) containing the width of the window in [twips](../../Glossary/vbe-glossary.md#twip). Read/write.
## Remarks
-Changing the **Width** property setting of a[linked window](../../Glossary/vbe-glossary.md#linked-window) or[docked window](../../Glossary/vbe-glossary.md#docked-window) has no effect as long as the window remains linked or docked.
+Changing the **Width** property setting of a [linked window](../../Glossary/vbe-glossary.md#linked-window) or [docked window](../../Glossary/vbe-glossary.md#docked-window) has no effect as long as the window remains linked or docked.
**Important** Objects, properties, and methods for controlling linked windows, linked window frames, and docked windows are included on the Macintosh for compatibility with code written in Windows. However, these language elements will generate run-time errors when run on the Macintosh.
diff --git a/Language/Reference/User-Interface-Help/window-object-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/window-object-vba-add-in-object-model.md
index 2105b660dbe..68b11927121 100644
--- a/Language/Reference/User-Interface-Help/window-object-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/window-object-vba-add-in-object-model.md
@@ -32,9 +32,9 @@ You can use the **Close** method to close a window in the **Windows** collectio
|[Designer](../../Glossary/vbe-glossary.md#designer)|Removes the window from the **Windows** collection.|
|**Window** objects of type[linked window frame](../../Glossary/vbe-glossary.md#linked-window-frame)|Windows become unlinked separate windows.|
- **Note** Using the **Close** method with code windows and designers actually closes the window. Setting the **Visible** property to **False** hides the window but doesn't close the window. Using the **Close** method with development environment windows, such as the[Project window](../../Glossary/vbe-glossary.md#project-window) or[Properties window](../../Glossary/vbe-glossary.md#properties-window), is the same as setting the **Visible** property to **False**.
+ **Note** Using the **Close** method with code windows and designers actually closes the window. Setting the **Visible** property to **False** hides the window but doesn't close the window. Using the **Close** method with development environment windows, such as the [Project window](../../Glossary/vbe-glossary.md#project-window) or [Properties window](../../Glossary/vbe-glossary.md#properties-window), is the same as setting the **Visible** property to **False**.
-You can use the **SetFocus** method to move the[focus](../../Glossary/vbe-glossary.md#focus) to a window.
+You can use the **SetFocus** method to move the [focus](../../Glossary/vbe-glossary.md#focus) to a window.
You can use the **Visible** property to return or set the visibility of a window.
To find out what type of window you are working with, you can use the **Type** property. If you have more than one window of a type, for example, multiple designers, you can use the **Caption** property to determine the window you're working with. You can also find the window you want to work with using the **DesignerWindow** property of the **VBComponent** object or the **Window** property of the **CodePane** object.
diff --git a/Language/Reference/User-Interface-Help/windows-collection-vba-add-in-object-model.md b/Language/Reference/User-Interface-Help/windows-collection-vba-add-in-object-model.md
index 8e297f685a6..0f13e821efa 100644
--- a/Language/Reference/User-Interface-Help/windows-collection-vba-add-in-object-model.md
+++ b/Language/Reference/User-Interface-Help/windows-collection-vba-add-in-object-model.md
@@ -18,5 +18,5 @@ Contains all open or permanent windows.
## Remarks
Use the **Windows** collection to access **Window** objects.
-The **Windows** collection has a fixed set of windows that are always available in the[collection](../../Glossary/vbe-glossary.md#collection), such as the [Project window](../../Glossary/vbe-glossary.md#project-window), the [Properties window](../../Glossary/vbe-glossary.md#properties-window), and a set of windows that represent all open code windows and [designer](../../Glossary/vbe-glossary.md#designer) windows. Opening a code or designer window adds a new member to the **Windows** collection. Closing a code or designer window removes a member from the **Windows** collection. Closing a permanent[development environment](../../Glossary/vbe-glossary.md#development-environment) window doesn't remove the corresponding object from this collection, but results in the window not being visible.
+The **Windows** collection has a fixed set of windows that are always available in the [collection](../../Glossary/vbe-glossary.md#collection), such as the [Project window](../../Glossary/vbe-glossary.md#project-window), the [Properties window](../../Glossary/vbe-glossary.md#properties-window), and a set of windows that represent all open code windows and [designer](../../Glossary/vbe-glossary.md#designer) windows. Opening a code or designer window adds a new member to the **Windows** collection. Closing a code or designer window removes a member from the **Windows** collection. Closing a permanent[development environment](../../Glossary/vbe-glossary.md#development-environment) window doesn't remove the corresponding object from this collection, but results in the window not being visible.
diff --git a/Language/Reference/User-Interface-Help/windows-property.md b/Language/Reference/User-Interface-Help/windows-property.md
index 264318ed6d7..5983bc1d168 100644
--- a/Language/Reference/User-Interface-Help/windows-property.md
+++ b/Language/Reference/User-Interface-Help/windows-property.md
@@ -17,5 +17,5 @@ Returns the **Window** object, which represents a window in the Visual Basic ID
## Syntax
_object_. **Window**
-The _object_ placeholder represents an[object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
+The _object_ placeholder represents an [object expression](../../Glossary/vbe-glossary.md#object-expression) that evaluates to an object in the Applies To list.
diff --git a/Language/Reference/User-Interface-Help/with-object-must-be-user-defined-type-object-or-variant.md b/Language/Reference/User-Interface-Help/with-object-must-be-user-defined-type-object-or-variant.md
index 4ed2698ffbc..b187b6778ac 100644
--- a/Language/Reference/User-Interface-Help/with-object-must-be-user-defined-type-object-or-variant.md
+++ b/Language/Reference/User-Interface-Help/with-object-must-be-user-defined-type-object-or-variant.md
@@ -15,7 +15,7 @@ The **With...End With** block can't be used with all[variable](../../Glossary/v
-- You tried to use a variable that was not of **Object** type,[user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or [Variant](../../Glossary/vbe-glossary.md#variant-data-type) type containing an object within a **With** block.
+- You tried to use a variable that was not of **Object** type, [user-defined type](../../Glossary/vbe-glossary.md#user-defined-type), or [Variant](../../Glossary/vbe-glossary.md#variant-data-type) type containing an object within a **With** block.
Check to see if you misspelled the name of the object, user-defined type, or **Variant** variable.
diff --git a/Language/Reference/User-Interface-Help/writestatement.md b/Language/Reference/User-Interface-Help/writestatement.md
index 09953c7d713..e7b7808fba4 100644
--- a/Language/Reference/User-Interface-Help/writestatement.md
+++ b/Language/Reference/User-Interface-Help/writestatement.md
@@ -23,7 +23,7 @@ The **Write #** statement syntax has these parts:
|**Part**|**Description**|
|:-----|:-----|
| _filenumber_|Required. Any valid [file number](../../Glossary/vbe-glossary.md#file-number).|
-| _outputlist_|Optional. One or more comma-delimited [numeric expressions](../../Glossary/vbe-glossary.md#numeric-expression) or[string expressions](../../Glossary/vbe-glossary.md#string-expression) to write to a file.|
+| _outputlist_|Optional. One or more comma-delimited [numeric expressions](../../Glossary/vbe-glossary.md#numeric-expression) or [string expressions](../../Glossary/vbe-glossary.md#string-expression) to write to a file.|
## Remarks
@@ -36,9 +36,9 @@ When **Write #** is used to write data to a file, several universal assumptions
- For [Boolean](../../Glossary/vbe-glossary.md#boolean-data-type) data, either `#TRUE#` or `#FALSE#` is printed. The **True** and **False**[keywords](../../Glossary/vbe-glossary.md#keyword) are not translated, regardless of locale.
-- [Date](../../Glossary/vbe-glossary.md#date-data-type) data is written to the file using the[universal date format](../../Glossary/vbe-glossary.md#universal-date-format). When either the date or the time component is missing or zero, only the part provided gets written to the file.
+- [Date](../../Glossary/vbe-glossary.md#date-data-type) data is written to the file using the [universal date format](../../Glossary/vbe-glossary.md#universal-date-format). When either the date or the time component is missing or zero, only the part provided gets written to the file.
-- Nothing is written to the file if _outputlist_ data is[Empty](../../Glossary/vbe-glossary.md#empty). However, for [Null](../../Glossary/vbe-glossary.md#null) data, `#NULL#` is written.
+- Nothing is written to the file if _outputlist_ data is [Empty](../../Glossary/vbe-glossary.md#empty). However, for [Null](../../Glossary/vbe-glossary.md#null) data, `#NULL#` is written.
- If _outputlist_ data is **Null** data, `#NULL#` is written to the file.
diff --git a/Language/Reference/User-Interface-Help/wrong-number-of-arguments-error-450.md b/Language/Reference/User-Interface-Help/wrong-number-of-arguments-error-450.md
index fc2a27c1a30..0a657a3eb65 100644
--- a/Language/Reference/User-Interface-Help/wrong-number-of-arguments-error-450.md
+++ b/Language/Reference/User-Interface-Help/wrong-number-of-arguments-error-450.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Wrong number of arguments (Error 450)
-The number of [arguments](../../Glossary/vbe-glossary.md#argument) to a procedure must match the number of[parameters](../../Glossary/vbe-glossary.md#parameter) in the[procedure's](../../Glossary/vbe-glossary.md#procedure) definition. This error has the following causes and solutions:
+The number of [arguments](../../Glossary/vbe-glossary.md#argument) to a procedure must match the number of[parameters](../../Glossary/vbe-glossary.md#parameter) in the [procedure's](../../Glossary/vbe-glossary.md#procedure) definition. This error has the following causes and solutions:
@@ -19,7 +19,7 @@ The number of [arguments](../../Glossary/vbe-glossary.md#argument) to a procedur
- You specified an index for a control that isn't part of a [control array](../../Glossary/vbe-glossary.md#control-array).
- The index specification is interpreted as an argument but neither an index nor an argument is expected, so the error occurs. Remove the index specification, or follow the procedure for creating a control array. Set the **Index** property to a nonzero value in the control's property sheet or property window at[design time](../../Glossary/vbe-glossary.md#design-time).
+ The index specification is interpreted as an argument but neither an index nor an argument is expected, so the error occurs. Remove the index specification, or follow the procedure for creating a control array. Set the **Index** property to a nonzero value in the control's property sheet or property window at [design time](../../Glossary/vbe-glossary.md#design-time).
- You tried to assign a value to a read-only [property](../../Glossary/vbe-glossary.md#property), or you tried to assign a value to a property for which no **Property Let** procedure exists.
diff --git a/Library-Reference/Concepts/what-s-new-for-vba-in-office-2016.md b/Library-Reference/Concepts/what-s-new-for-vba-in-office-2016.md
index d2dddd5981b..4317007360f 100644
--- a/Library-Reference/Concepts/what-s-new-for-vba-in-office-2016.md
+++ b/Library-Reference/Concepts/what-s-new-for-vba-in-office-2016.md
@@ -91,7 +91,7 @@ The following tables summarize the new VBA language updates for Office 2016.
|**[ModelFormatWholeNumber.Creator Property (Excel)](../../api/Excel.modelformatwholenumber.creator.md)**|Returns a 32-bit integer that indicates the application in which this object was created. Read-only **Long**.|
|**[ModelFormatWholeNumber.Parent Property (Excel)](../../api/Excel.modelformatwholenumber.parent.md)**|Returns the parent object for the specified object. Read-only.|
|**[ModelFormatWholeNumber.UseThousandSeparator Property (Excel)](../../api/Excel.modelformatwholenumber.usethousandseparator.md)**|Specifies whether to display commas between thousands. Read/write **Boolean**.|
-|**[ModelMeasure Object (Excel)](../../api/Excel.modelmeasure.md)**|Represents a single **ModelMeasure** object in the[ModelMeasures](../../api/Excel.modelmeasures.md) collection.|
+|**[ModelMeasure Object (Excel)](../../api/Excel.modelmeasure.md)**|Represents a single **ModelMeasure** object in the [ModelMeasures](../../api/Excel.modelmeasures.md) collection.|
|**[ModelMeasure.Application Property (Excel)](../../api/Excel.modelmeasure.application.md)**|When used without an object qualifier, this property returns an [Application](../../api/Excel.Application(object).md) object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.|
|**[ModelMeasure.AssociatedTable Property (Excel)](../../api/Excel.modelmeasure.associatedtable.md)**|Specifies the table that contains the model measure, as displayed in the **Field List** task pane. Read/write[ModelTable](../../api/Excel.modeltable.md).|
|**[ModelMeasure.Creator Property (Excel)](../../api/Excel.modelmeasure.creator.md)**|Returns a 32-bit integer that indicates the application in which this object was created. Read-only **Long**.|
@@ -158,7 +158,7 @@ The following tables summarize the new VBA language updates for Office 2016.
|**Name**|**Description**|
|:-----|:-----|
|**[ExchangeDistributionList.GetUnifiedGroup Method (Outlook)](../../api/Outlook.exchangedistributionlist.getunifiedgroup.md)**|Determines if the object is a unified group, by way of a call to [IsUnifiedGroup](../../api/Outlook.exchangedistributionlist.isunifiedgroup.md)|
-|**[ExchangeDistributionList.GetUnifiedGroupFromStore Method (Outlook)](../../api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md)**|Determines if the object is a unified group (by way of a call to [IsUnifiedGroup](../../api/Outlook.exchangedistributionlist.isunifiedgroup.md)) and returns the **Outlook.Folder** object associated with the group using the[GetUnifiedGroup](../../api/Outlook.exchangedistributionlist.getunifiedgroup.md) and **GetUnifiedGroupFromStore** methods.|
+|**[ExchangeDistributionList.GetUnifiedGroupFromStore Method (Outlook)](../../api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md)**|Determines if the object is a unified group (by way of a call to [IsUnifiedGroup](../../api/Outlook.exchangedistributionlist.isunifiedgroup.md)) and returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](../../api/Outlook.exchangedistributionlist.getunifiedgroup.md) and **GetUnifiedGroupFromStore** methods.|
|**[ExchangeDistributionList.IsUnifiedGroup Method (Outlook)](../../api/Outlook.exchangedistributionlist.isunifiedgroup.md)**|Determines if the object is a unified group.|
|**[ExchangeUser.GetUnifiedGroup Method (Outlook)](../../api/Outlook.exchangeuser.getunifiedgroup.md)**|Determines if the object is a unified group, by way of a call to [IsUnifiedGroup](../../api/Outlook.exchangeuser.isunifiedgroup.md).|
|**[ExchangeUser.GetUnifiedGroupFromStore Method (Outlook)](../../api/Outlook.exchangeuser.getunifiedgroupfromstore.md)**|Determines if the object is a unified group, by way of a call to [IsUnifiedGroup](../../api/Outlook.exchangeuser.isunifiedgroup.md).|
@@ -172,8 +172,8 @@ The following tables summarize the new VBA language updates for Office 2016.
|**[OlUnifiedGroupType Enumeration (Outlook)](../../api/Outlook.olunifiedgrouptype.md)**|Specifies the group type as public or private for the [CreateUnifiedGroup](../../api/Outlook.store.createunifiedgroup.md) method.|
|**[PreviewPane Members (Outlook)](../../api/overview/Library-Reference.md)**|Displays content in a "single pane mode" by showing only the Preview Pane view.|
|**[PreviewPane Object (Outlook)](../../api/Outlook.previewpane.md)**|Displays content in a "single pane mode" by showing only the Preview Pane view.|
-|**[PreviewPane.Application Property (Outlook)](../../api/Outlook.previewpane.application.md)**|Returns the [Application](../../api/Outlook.Application.md) object that represents the parent application (Outlook) for the[PreviewPane](../../api/Outlook.previewpane.md) Object. Read-only.|
-|**[PreviewPane.Class Property (Outlook)](../../api/Outlook.previewpane.class.md)**|Returns a constant in the [OlObjectClass](../../api/Outlook.OlObjectClass.md) enumeration indicating the class of the[PreviewPane](../../api/Outlook.previewpane.md) Object. Read-only.|
+|**[PreviewPane.Application Property (Outlook)](../../api/Outlook.previewpane.application.md)**|Returns the [Application](../../api/Outlook.Application.md) object that represents the parent application (Outlook) for the [PreviewPane](../../api/Outlook.previewpane.md) Object. Read-only.|
+|**[PreviewPane.Class Property (Outlook)](../../api/Outlook.previewpane.class.md)**|Returns a constant in the [OlObjectClass](../../api/Outlook.OlObjectClass.md) enumeration indicating the class of the [PreviewPane](../../api/Outlook.previewpane.md) Object. Read-only.|
|**[PreviewPane.Parent Property (Outlook)](../../api/Outlook.previewpane.parent.md)**|Returns the parent property for the [PreviewPane](../../api/Outlook.previewpane.md) Object. Read only.|
|**[PreviewPane.Session Property (Outlook)](../../api/Outlook.previewpane.session.md)**|Returns the [NameSpace](../../api/Outlook.NameSpace.md) for the current session. Read-only.|
|**[PreviewPane.WordEditor Property (Outlook)](../../api/Outlook.previewpane.wordeditor.md)**|Returns the Microsoft Word Document Object Model of the message being displayed. Read-only.|
@@ -325,10 +325,10 @@ The following tables summarize the new VBA language updates for Office 2016.
|**[Point.IsTotal Property (PowerPoint)](../../api/PowerPoint.point.istotal.md)**|**True** if the point represents a total. Read/write **Boolean**.|
|**[Series.ParentDataLabelOption Property (PowerPoint)](../../api/PowerPoint.series.parentdatalabeloption.md)**|Specifies the parent data label option (banner, overlapping, or none) for the specified series within the chart group. Read/write [XlParentDataLabelOptions](../../api/PowerPoint.xlparentdatalabeloptions.md) Enumeration (PowerPoint).|
|**[Series.QuartileCalculationInclusiveMedian Property (PowerPoint)](../../api/PowerPoint.series.quartilecalculationinclusivemedian.md)**|**True** if the series uses an inclusive median quartile calculation method. Read/write **Boolean**.|
-|**[Shape.HasInkXML Property (PowerPoint)](../../api/PowerPoint.shape.hasinkxml.md)**|Returns an [MsoTriState](../../api/Office.MsoTriState.md) enumeration value that indicates whether the specified shape contains ink XML that can be retrieved via the[Shape.InkXML](../../api/PowerPoint.shape.inkxml.md) property. Read-only. An error is returned if the shape does not contain any ink XML.|
+|**[Shape.HasInkXML Property (PowerPoint)](../../api/PowerPoint.shape.hasinkxml.md)**|Returns an [MsoTriState](../../api/Office.MsoTriState.md) enumeration value that indicates whether the specified shape contains ink XML that can be retrieved via the [Shape.InkXML](../../api/PowerPoint.shape.inkxml.md) property. Read-only. An error is returned if the shape does not contain any ink XML.|
|**[Shape.InkXML Property (PowerPoint)](../../api/PowerPoint.shape.inkxml.md)**|Returns a **String** that contains the InkActionML associated with the specified shape. Read-only. If the specified shape does not contain a ink object more than one ink object occurs , an error is returned.|
|**[Shape.IsNarration Property (PowerPoint)](../../api/PowerPoint.shape.isnarration.md)**|Specifies whether the specified shape range contains a narration. Read/write.|
-|**[ShapeRange.HasInkXML Property (PowerPoint)](../../api/PowerPoint.shaperange.hasinkxml.md)**|Returns an [MsoTriState](../../api/Office.MsoTriState.md) enumeration value that indicates whether the specified shape range contains ink XML that can be retrieved via the[ShapeRange.InkXML](../../api/PowerPoint.shaperange.inkxml.md) property. Read-only. An error is returned if the shape range does not contain any ink XML.|
+|**[ShapeRange.HasInkXML Property (PowerPoint)](../../api/PowerPoint.shaperange.hasinkxml.md)**|Returns an [MsoTriState](../../api/Office.MsoTriState.md) enumeration value that indicates whether the specified shape range contains ink XML that can be retrieved via the [ShapeRange.InkXML](../../api/PowerPoint.shaperange.inkxml.md) property. Read-only. An error is returned if the shape range does not contain any ink XML.|
|**[ShapeRange.InkXML Property (PowerPoint)](../../api/PowerPoint.shaperange.inkxml.md)**|Returns a **String** that contains the InkActionML associated with the specified shape range. Read-only. If the specified shape range does not contain a ink object more than one ink object occurs , an error is returned.|
|**[ShapeRange.IsNarration Property (PowerPoint)](../../api/PowerPoint.shaperange.isnarration.md)**|Specifies whether the specified shape range contains a narration. Read/write. |
|**[Shapes.AddInkShapeFromXML Method (PowerPoint)](../../api/PowerPoint.shapes.addinkshapefromxml.md)**|Creates an ink shape. Returns a [Shape](../../api/PowerPoint.Shape.md) object that represents the new ink shape.|
diff --git a/ThirdPartyNotices b/ThirdPartyNotices
index faceb5a528e..ea8e1d649af 100644
--- a/ThirdPartyNotices
+++ b/ThirdPartyNotices
@@ -1,4 +1,4 @@
-##Legal Notices
+## Legal Notices
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
@@ -9,7 +9,7 @@ may be either trademarks or registered trademarks of Microsoft in the United Sta
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
Microsoft's general trademark guidelines can be found at https://go.microsoft.com/fwlink/?LinkID=254653.
-Privacy information can be found at https://privacy.microsoft.com/en-us/
+Privacy information can be found at https://privacy.microsoft.com/
Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
or trademarks, whether by implication, estoppel or otherwise.
\ No newline at end of file
diff --git a/access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md
index d5b5ffe8c60..63ff0cf3a25 100644
--- a/access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md
@@ -67,7 +67,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Criteria-Expressions/count-function-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/count-function-microsoft-access-sql.md
index cec59145f4b..c9e552e74f5 100644
--- a/access/Concepts/Criteria-Expressions/count-function-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/count-function-microsoft-access-sql.md
@@ -85,7 +85,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md
index 85b177f9c5b..d92bc31eb80 100644
--- a/access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md
@@ -79,7 +79,7 @@ UtterAccess is the premier Microsoft Access wiki and help forum.
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md
index 89eafd57b40..14befec850f 100644
--- a/access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md
@@ -87,7 +87,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md
index 5cad9a84baf..5ae407e170e 100644
--- a/access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md
@@ -77,7 +77,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md b/access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md
index 2ad8134496b..bfd66970d12 100644
--- a/access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md
+++ b/access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md
@@ -87,7 +87,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md b/access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md
index fcfc6c2bf50..d405bdb020b 100644
--- a/access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md
+++ b/access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md
@@ -62,7 +62,7 @@ The following table lists some Microsoft Access-defined properties that apply to
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Date-Time/calculate-elapsed-time.md b/access/Concepts/Date-Time/calculate-elapsed-time.md
index 0207224a393..3044a0402f3 100644
--- a/access/Concepts/Date-Time/calculate-elapsed-time.md
+++ b/access/Concepts/Date-Time/calculate-elapsed-time.md
@@ -142,7 +142,7 @@ UtterAccess is the premier Microsoft Access wiki and help forum.
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md b/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md
index 4c730f4fbfc..be770e2c9dc 100644
--- a/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md
+++ b/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md
@@ -195,7 +195,7 @@ UtterAccess is the premier Microsoft Access wiki and help forum.
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md b/access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md
index 4c619bd0a56..937c29325b3 100644
--- a/access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md
+++ b/access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md
@@ -8,7 +8,7 @@ ms.date: 06/08/2017
# Determine Whether The Current Record is a New Record In a Form
-The following example shows how to use the **NewRecord** property to determine if the current record is a new record. The **NewRecordMark** procedure sets the current record to the variable _intnewrec_. If the record is new, a message notifies the user. You could call this procedure when the[Current](../../../api/Access.Form.Current.md) event for a form occurs.
+The following example shows how to use the **NewRecord** property to determine if the current record is a new record. The **NewRecordMark** procedure sets the current record to the variable _intnewrec_. If the record is new, a message notifies the user. You could call this procedure when the [Current](../../../api/Access.Form.Current.md) event for a form occurs.
```vb
diff --git a/access/Concepts/Miscellaneous/0-database-engine-driver.md b/access/Concepts/Miscellaneous/0-database-engine-driver.md
index 866573305f9..f180709e8c0 100644
--- a/access/Concepts/Miscellaneous/0-database-engine-driver.md
+++ b/access/Concepts/Miscellaneous/0-database-engine-driver.md
@@ -100,9 +100,9 @@ The Microsoft Access database engine uses the following entries.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/5-database-engine-driver-1-of-2.md b/access/Concepts/Miscellaneous/5-database-engine-driver-1-of-2.md
index 7ab42e0782f..162f979214a 100644
--- a/access/Concepts/Miscellaneous/5-database-engine-driver-1-of-2.md
+++ b/access/Concepts/Miscellaneous/5-database-engine-driver-1-of-2.md
@@ -88,9 +88,9 @@ The **Jet\4.0\ISAM Formats\Jet 3.x** folder contains the following entries.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/5-database-engine-driver-2-of-2.md b/access/Concepts/Miscellaneous/5-database-engine-driver-2-of-2.md
index dfed26846e3..2cd810868f3 100644
--- a/access/Concepts/Miscellaneous/5-database-engine-driver-2-of-2.md
+++ b/access/Concepts/Miscellaneous/5-database-engine-driver-2-of-2.md
@@ -78,9 +78,9 @@ The **Access Connectivity Engine\ISAM Formats\Jet 2.x** folder contains the foll
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/a-call-to-an-ole-system-function-was-not-successful-try-reinstalling-the-applica.md b/access/Concepts/Miscellaneous/a-call-to-an-ole-system-function-was-not-successful-try-reinstalling-the-applica.md
index 698a66b5068..7176b2b294b 100644
--- a/access/Concepts/Miscellaneous/a-call-to-an-ole-system-function-was-not-successful-try-reinstalling-the-applica.md
+++ b/access/Concepts/Miscellaneous/a-call-to-an-ole-system-function-was-not-successful-try-reinstalling-the-applica.md
@@ -18,9 +18,9 @@ An OLE Automation function called failed. Try reinstalling the application that
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/a-cancel-was-performed-on-the-operationerror-3642.md b/access/Concepts/Miscellaneous/a-cancel-was-performed-on-the-operationerror-3642.md
index 384ca4255b3..5c7ede5e2ed 100644
--- a/access/Concepts/Miscellaneous/a-cancel-was-performed-on-the-operationerror-3642.md
+++ b/access/Concepts/Miscellaneous/a-cancel-was-performed-on-the-operationerror-3642.md
@@ -18,9 +18,9 @@ A query has been interrupted by the data source. Some of the matching rows have
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/a-column-requested-is-not-being-returned-to-the-recordseterror-3647.md b/access/Concepts/Miscellaneous/a-column-requested-is-not-being-returned-to-the-recordseterror-3647.md
index b599b23ea28..de943a0e5f7 100644
--- a/access/Concepts/Miscellaneous/a-column-requested-is-not-being-returned-to-the-recordseterror-3647.md
+++ b/access/Concepts/Miscellaneous/a-column-requested-is-not-being-returned-to-the-recordseterror-3647.md
@@ -18,9 +18,9 @@ One of the requested columns is not available.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/a-different-operation-is-preventing-this-operation-from-being-executederror-3667.md b/access/Concepts/Miscellaneous/a-different-operation-is-preventing-this-operation-from-being-executederror-3667.md
index 4445ff4f460..e0227d2eb65 100644
--- a/access/Concepts/Miscellaneous/a-different-operation-is-preventing-this-operation-from-being-executederror-3667.md
+++ b/access/Concepts/Miscellaneous/a-different-operation-is-preventing-this-operation-from-being-executederror-3667.md
@@ -18,9 +18,9 @@ This error usually means that an asynchronous operation is already busy on the o
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/a-disk-i-o-error-occurred-while-reading-or-writing-to-the-temp-directoryerror-35.md b/access/Concepts/Miscellaneous/a-disk-i-o-error-occurred-while-reading-or-writing-to-the-temp-directoryerror-35.md
index 1c2d8b9455c..048ae030c23 100644
--- a/access/Concepts/Miscellaneous/a-disk-i-o-error-occurred-while-reading-or-writing-to-the-temp-directoryerror-35.md
+++ b/access/Concepts/Miscellaneous/a-disk-i-o-error-occurred-while-reading-or-writing-to-the-temp-directoryerror-35.md
@@ -18,9 +18,9 @@ A problem has occurred accessing the TEMP directory on your computer. Check that
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/a-problem-occurred-in-your-database-correct-the-problem-by-repairing-and-compact.md b/access/Concepts/Miscellaneous/a-problem-occurred-in-your-database-correct-the-problem-by-repairing-and-compact.md
index 50d65594e1e..56ed805298f 100644
--- a/access/Concepts/Miscellaneous/a-problem-occurred-in-your-database-correct-the-problem-by-repairing-and-compact.md
+++ b/access/Concepts/Miscellaneous/a-problem-occurred-in-your-database-correct-the-problem-by-repairing-and-compact.md
@@ -30,9 +30,9 @@ To correct the problem:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/a-system-error-has-occurred-or-your-swap-file-has-reached-its-limiterror-3539.md b/access/Concepts/Miscellaneous/a-system-error-has-occurred-or-your-swap-file-has-reached-its-limiterror-3539.md
index bdeb34662ec..00a6935145b 100644
--- a/access/Concepts/Miscellaneous/a-system-error-has-occurred-or-your-swap-file-has-reached-its-limiterror-3539.md
+++ b/access/Concepts/Miscellaneous/a-system-error-has-occurred-or-your-swap-file-has-reached-its-limiterror-3539.md
@@ -18,9 +18,9 @@ The Synchronizer has made a system call that resulted in an unexpected problem.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/about-compressing-the-data-in-a-text-memo-or-hyperlink-field.md b/access/Concepts/Miscellaneous/about-compressing-the-data-in-a-text-memo-or-hyperlink-field.md
index c153c5dcb04..5e9eb4300a1 100644
--- a/access/Concepts/Miscellaneous/about-compressing-the-data-in-a-text-memo-or-hyperlink-field.md
+++ b/access/Concepts/Miscellaneous/about-compressing-the-data-in-a-text-memo-or-hyperlink-field.md
@@ -25,9 +25,9 @@ Data in a Memo field is not compressed unless it requires 4,096 bytes or less of
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/access-denied-at-destination-dropbox-foldererror-3562.md b/access/Concepts/Miscellaneous/access-denied-at-destination-dropbox-foldererror-3562.md
index b14f17d88e0..6d8d18ac405 100644
--- a/access/Concepts/Miscellaneous/access-denied-at-destination-dropbox-foldererror-3562.md
+++ b/access/Concepts/Miscellaneous/access-denied-at-destination-dropbox-foldererror-3562.md
@@ -18,9 +18,9 @@ Check to see if you have permissions for the drive where the destination dropbox
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/access-was-denied-while-accessing-dropbox-folder-nameerror-3468.md b/access/Concepts/Miscellaneous/access-was-denied-while-accessing-dropbox-folder-nameerror-3468.md
index 2806b04f710..b70bf9720be 100644
--- a/access/Concepts/Miscellaneous/access-was-denied-while-accessing-dropbox-folder-nameerror-3468.md
+++ b/access/Concepts/Miscellaneous/access-was-denied-while-accessing-dropbox-folder-nameerror-3468.md
@@ -18,9 +18,9 @@ Check your permissions for the dropbox folder.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/account-name-already-existserror-3390.md b/access/Concepts/Miscellaneous/account-name-already-existserror-3390.md
index 5edfae5b82f..c3bb366a97f 100644
--- a/access/Concepts/Miscellaneous/account-name-already-existserror-3390.md
+++ b/access/Concepts/Miscellaneous/account-name-already-existserror-3390.md
@@ -18,9 +18,9 @@ This is a security problem. You tried to establish a user account using a name t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/account-name-is-not-a-valid-account-nameerror-3030.md b/access/Concepts/Miscellaneous/account-name-is-not-a-valid-account-nameerror-3030.md
index a075f6941e0..a085eaec739 100644
--- a/access/Concepts/Miscellaneous/account-name-is-not-a-valid-account-nameerror-3030.md
+++ b/access/Concepts/Miscellaneous/account-name-is-not-a-valid-account-nameerror-3030.md
@@ -28,9 +28,9 @@ User names are not case-sensitive.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/action-query.md b/access/Concepts/Miscellaneous/action-query.md
index e40f2dc8beb..e050be85ff5 100644
--- a/access/Concepts/Miscellaneous/action-query.md
+++ b/access/Concepts/Miscellaneous/action-query.md
@@ -27,9 +27,9 @@ An action query changes data or copies data. Action queries include append, dele
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/adding-records-using-addnew.md b/access/Concepts/Miscellaneous/adding-records-using-addnew.md
index 02125f71801..9aa79ca2b8b 100644
--- a/access/Concepts/Miscellaneous/adding-records-using-addnew.md
+++ b/access/Concepts/Miscellaneous/adding-records-using-addnew.md
@@ -50,9 +50,9 @@ Because this code uses a disconnected **Recordset** with a client-side cursor in
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/addnew-or-edit-already-usederror-3023.md b/access/Concepts/Miscellaneous/addnew-or-edit-already-usederror-3023.md
index 9e45511a9a7..fce32416e0a 100644
--- a/access/Concepts/Miscellaneous/addnew-or-edit-already-usederror-3023.md
+++ b/access/Concepts/Miscellaneous/addnew-or-edit-already-usederror-3023.md
@@ -18,9 +18,9 @@ You have not saved or rolled back the current changes and are trying to add or c
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ado-event-instantiation-by-language.md b/access/Concepts/Miscellaneous/ado-event-instantiation-by-language.md
index b3f676bbc26..fb3d958bb07 100644
--- a/access/Concepts/Miscellaneous/ado-event-instantiation-by-language.md
+++ b/access/Concepts/Miscellaneous/ado-event-instantiation-by-language.md
@@ -28,9 +28,9 @@ Each programming language creates instances of ADO events differently. All of th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-for-com.md b/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-for-com.md
index b94dc10024b..3761cfc7855 100644
--- a/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-for-com.md
+++ b/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-for-com.md
@@ -36,9 +36,9 @@ Method and property syntax in Visual C++ is listed for the following elements:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-with-import.md
index a5fa5968b7a..ade6835f9ea 100644
--- a/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-with-import.md
@@ -44,9 +44,9 @@ Method and property syntax in Visual C++ with the **#import** directive is liste
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic-scripting-edition.md b/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic-scripting-edition.md
index d7dde27fcfb..4ede71b118a 100644
--- a/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic-scripting-edition.md
+++ b/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic-scripting-edition.md
@@ -27,9 +27,9 @@ The following examples require Microsoft Active Server Pages (ASP) for Microsoft
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic.md b/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic.md
index 2b6d7e9123c..a544da2ad98 100644
--- a/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic.md
+++ b/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic.md
@@ -25,9 +25,9 @@ The following examples require Microsoft Visual Basic version 5.0 with Service P
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ado-md-code-examples.md b/access/Concepts/Miscellaneous/ado-md-code-examples.md
index ccce7997c0d..e420d8b0472 100644
--- a/access/Concepts/Miscellaneous/ado-md-code-examples.md
+++ b/access/Concepts/Miscellaneous/ado-md-code-examples.md
@@ -22,9 +22,9 @@ These examples use the MSOLAP OLE DB provider, and run against a Microsoft SQL S
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ado-programmer-s-reference.md b/access/Concepts/Miscellaneous/ado-programmer-s-reference.md
index 12f36110d1a..c895b518943 100644
--- a/access/Concepts/Miscellaneous/ado-programmer-s-reference.md
+++ b/access/Concepts/Miscellaneous/ado-programmer-s-reference.md
@@ -25,9 +25,9 @@ This section of the ADO documentation contains reference topics for ADO, RDS, AD
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ado-syntax-indexes.md b/access/Concepts/Miscellaneous/ado-syntax-indexes.md
index fe2ec2705a7..59af1696200 100644
--- a/access/Concepts/Miscellaneous/ado-syntax-indexes.md
+++ b/access/Concepts/Miscellaneous/ado-syntax-indexes.md
@@ -23,9 +23,9 @@ The syntax for calling ADO methods and properties differs depending upon your de
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ado-wfc-syntax-index.md b/access/Concepts/Miscellaneous/ado-wfc-syntax-index.md
index aac67e454f9..a8ef011dbc3 100644
--- a/access/Concepts/Miscellaneous/ado-wfc-syntax-index.md
+++ b/access/Concepts/Miscellaneous/ado-wfc-syntax-index.md
@@ -39,9 +39,9 @@ Method and property syntax are listed for the following elements:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/after-a-database-has-been-replicated-you-cannot-remove-the-replication-features.md b/access/Concepts/Miscellaneous/after-a-database-has-been-replicated-you-cannot-remove-the-replication-features.md
index 27b41cdf613..8d0f2eb4889 100644
--- a/access/Concepts/Miscellaneous/after-a-database-has-been-replicated-you-cannot-remove-the-replication-features.md
+++ b/access/Concepts/Miscellaneous/after-a-database-has-been-replicated-you-cannot-remove-the-replication-features.md
@@ -19,9 +19,9 @@ You cannot remove the replication features from a database that has been replica
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/aggregation-expressions-cannot-use-guidserror-3600.md b/access/Concepts/Miscellaneous/aggregation-expressions-cannot-use-guidserror-3600.md
index a4a2a6a241f..5dadd8a412c 100644
--- a/access/Concepts/Miscellaneous/aggregation-expressions-cannot-use-guidserror-3600.md
+++ b/access/Concepts/Miscellaneous/aggregation-expressions-cannot-use-guidserror-3600.md
@@ -19,9 +19,9 @@ The SQL statement cannot contain a column that has a GUID data type in an aggreg
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/all-valid-nicknames-for-replicas-are-already-in-useerror-3555.md b/access/Concepts/Miscellaneous/all-valid-nicknames-for-replicas-are-already-in-useerror-3555.md
index 1a7574dd591..c62de549eef 100644
--- a/access/Concepts/Miscellaneous/all-valid-nicknames-for-replicas-are-already-in-useerror-3555.md
+++ b/access/Concepts/Miscellaneous/all-valid-nicknames-for-replicas-are-already-in-useerror-3555.md
@@ -19,9 +19,9 @@ You have reached the maximum number of replicas (32,768) allowed in a replica se
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/allow-multiple-values-property.md b/access/Concepts/Miscellaneous/allow-multiple-values-property.md
index a9539a29385..eca5834d4d1 100644
--- a/access/Concepts/Miscellaneous/allow-multiple-values-property.md
+++ b/access/Concepts/Miscellaneous/allow-multiple-values-property.md
@@ -19,9 +19,9 @@ Specify whether the lookup column employs a multivalued field and allows multipl
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/allowbypasskey-property.md b/access/Concepts/Miscellaneous/allowbypasskey-property.md
index dba6bbacd49..56f6b658a79 100644
--- a/access/Concepts/Miscellaneous/allowbypasskey-property.md
+++ b/access/Concepts/Miscellaneous/allowbypasskey-property.md
@@ -82,9 +82,9 @@ End Function
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/allowspecialkeys-property.md b/access/Concepts/Miscellaneous/allowspecialkeys-property.md
index 157d9126fee..c39636ba917 100644
--- a/access/Concepts/Miscellaneous/allowspecialkeys-property.md
+++ b/access/Concepts/Miscellaneous/allowspecialkeys-property.md
@@ -57,9 +57,9 @@ This property's setting doesn't take effect until the next time the application
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/allowzerolength-property.md b/access/Concepts/Miscellaneous/allowzerolength-property.md
index dd164204b7a..5d57f98ec9b 100644
--- a/access/Concepts/Miscellaneous/allowzerolength-property.md
+++ b/access/Concepts/Miscellaneous/allowzerolength-property.md
@@ -56,9 +56,9 @@ The **AllowZeroLength** property works independently of the **Required** propert
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/an-action-query-cannot-be-used-as-a-row-sourceerror-3417.md b/access/Concepts/Miscellaneous/an-action-query-cannot-be-used-as-a-row-sourceerror-3417.md
index d49660e9782..5eb52915ecc 100644
--- a/access/Concepts/Miscellaneous/an-action-query-cannot-be-used-as-a-row-sourceerror-3417.md
+++ b/access/Concepts/Miscellaneous/an-action-query-cannot-be-used-as-a-row-sourceerror-3417.md
@@ -24,9 +24,9 @@ Possible cause:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/an-asynchronous-openconnection-call-is-not-yet-completeerror-3664.md b/access/Concepts/Miscellaneous/an-asynchronous-openconnection-call-is-not-yet-completeerror-3664.md
index e4023f85325..47d496b334b 100644
--- a/access/Concepts/Miscellaneous/an-asynchronous-openconnection-call-is-not-yet-completeerror-3664.md
+++ b/access/Concepts/Miscellaneous/an-asynchronous-openconnection-call-is-not-yet-completeerror-3664.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/an-attempt-was-made-to-import-or-link-an-empty-text-file-to-import-or-link-a-tex.md b/access/Concepts/Miscellaneous/an-attempt-was-made-to-import-or-link-an-empty-text-file-to-import-or-link-a-tex.md
index 6c33e8bf3c9..06a34d09acd 100644
--- a/access/Concepts/Miscellaneous/an-attempt-was-made-to-import-or-link-an-empty-text-file-to-import-or-link-a-tex.md
+++ b/access/Concepts/Miscellaneous/an-attempt-was-made-to-import-or-link-an-empty-text-file-to-import-or-link-a-tex.md
@@ -19,9 +19,9 @@ You attempted to import or link an empty text file. To import or link a text fil
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/an-internet-function-has-timed-outerror-3742.md b/access/Concepts/Miscellaneous/an-internet-function-has-timed-outerror-3742.md
index 4ae8adad7b2..142d758151a 100644
--- a/access/Concepts/Miscellaneous/an-internet-function-has-timed-outerror-3742.md
+++ b/access/Concepts/Miscellaneous/an-internet-function-has-timed-outerror-3742.md
@@ -19,9 +19,9 @@ The internet operation has timed out before completing. Increase the timeout val
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/and-operator.md b/access/Concepts/Miscellaneous/and-operator.md
index 2f2426509de..ca340c5429c 100644
--- a/access/Concepts/Miscellaneous/and-operator.md
+++ b/access/Concepts/Miscellaneous/and-operator.md
@@ -89,9 +89,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/at-most-one-record-can-be-returned-by-this-subqueryerror-3354.md b/access/Concepts/Miscellaneous/at-most-one-record-can-be-returned-by-this-subqueryerror-3354.md
index 169f0550040..a0f7d12fd59 100644
--- a/access/Concepts/Miscellaneous/at-most-one-record-can-be-returned-by-this-subqueryerror-3354.md
+++ b/access/Concepts/Miscellaneous/at-most-one-record-can-be-returned-by-this-subqueryerror-3354.md
@@ -19,9 +19,9 @@ A subquery of this kind cannot return more than one record. Revise the SELECT st
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/axis-example-vbscript.md b/access/Concepts/Miscellaneous/axis-example-vbscript.md
index cac3e7df281..c2145b60e77 100644
--- a/access/Concepts/Miscellaneous/axis-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/axis-example-vbscript.md
@@ -155,9 +155,9 @@ intPC1 = cst.Axes(1).Positions.Count - 1
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/between-operator-without-anderror-2430.md b/access/Concepts/Miscellaneous/between-operator-without-anderror-2430.md
index b46cb510860..81e52ede064 100644
--- a/access/Concepts/Miscellaneous/between-operator-without-anderror-2430.md
+++ b/access/Concepts/Miscellaneous/between-operator-without-anderror-2430.md
@@ -27,9 +27,9 @@ WHERE fldName Between "A" And "C"
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/binary-column-name-cannot-be-used-in-a-boolean-filtererror-3658.md b/access/Concepts/Miscellaneous/binary-column-name-cannot-be-used-in-a-boolean-filtererror-3658.md
index fb9015596d1..5f8af0669ba 100644
--- a/access/Concepts/Miscellaneous/binary-column-name-cannot-be-used-in-a-boolean-filtererror-3658.md
+++ b/access/Concepts/Miscellaneous/binary-column-name-cannot-be-used-in-a-boolean-filtererror-3658.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/bound-control.md b/access/Concepts/Miscellaneous/bound-control.md
index 248c799f2d3..6d1e77e60e2 100644
--- a/access/Concepts/Miscellaneous/bound-control.md
+++ b/access/Concepts/Miscellaneous/bound-control.md
@@ -19,9 +19,9 @@ A bound control is a control on a form or report that gets its contents from a f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/calculating-fields-in-sql-functions.md b/access/Concepts/Miscellaneous/calculating-fields-in-sql-functions.md
index 5c3e8783274..e51d909696f 100644
--- a/access/Concepts/Miscellaneous/calculating-fields-in-sql-functions.md
+++ b/access/Concepts/Miscellaneous/calculating-fields-in-sql-functions.md
@@ -37,9 +37,9 @@ SELECT Avg(UnitPrice * Discount) AS [Average Discount] FROM [Order Details];
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/calling-the-windows-api-differences-in-string-function-operations.md b/access/Concepts/Miscellaneous/calling-the-windows-api-differences-in-string-function-operations.md
index 597a77bc03a..9baeb0c4286 100644
--- a/access/Concepts/Miscellaneous/calling-the-windows-api-differences-in-string-function-operations.md
+++ b/access/Concepts/Miscellaneous/calling-the-windows-api-differences-in-string-function-operations.md
@@ -33,9 +33,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/can-be-present-only-in-version-1-0-formaterror-3334.md b/access/Concepts/Miscellaneous/can-be-present-only-in-version-1-0-formaterror-3334.md
index abb2978ed21..607e26118b3 100644
--- a/access/Concepts/Miscellaneous/can-be-present-only-in-version-1-0-formaterror-3334.md
+++ b/access/Concepts/Miscellaneous/can-be-present-only-in-version-1-0-formaterror-3334.md
@@ -19,9 +19,9 @@ You are attempting to use a feature that is no longer supported in the current v
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/can-not-perform-this-operation-because-there-is-no-active-connectionerror-3668.md b/access/Concepts/Miscellaneous/can-not-perform-this-operation-because-there-is-no-active-connectionerror-3668.md
index 981821a17c1..6add8ea5495 100644
--- a/access/Concepts/Miscellaneous/can-not-perform-this-operation-because-there-is-no-active-connectionerror-3668.md
+++ b/access/Concepts/Miscellaneous/can-not-perform-this-operation-because-there-is-no-active-connectionerror-3668.md
@@ -19,9 +19,9 @@ The following operation could not be performed without an open connection on the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cancel-method-example-vbscript.md b/access/Concepts/Miscellaneous/cancel-method-example-vbscript.md
index 1c0f3b8025f..6c579f1956f 100644
--- a/access/Concepts/Miscellaneous/cancel-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/cancel-method-example-vbscript.md
@@ -38,9 +38,9 @@ End Sub-->
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cancelupdate-method-example-vbscript.md b/access/Concepts/Miscellaneous/cancelupdate-method-example-vbscript.md
index 49823db9088..075ce4c5020 100644
--- a/access/Concepts/Miscellaneous/cancelupdate-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/cancelupdate-method-example-vbscript.md
@@ -61,9 +61,9 @@ End Sub-->
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-access-the-foxpro-3-0-bound-dbf-file-filenameerror-3623.md b/access/Concepts/Miscellaneous/cannot-access-the-foxpro-3-0-bound-dbf-file-filenameerror-3623.md
index 7ce8bd53796..5bf4f024800 100644
--- a/access/Concepts/Miscellaneous/cannot-access-the-foxpro-3-0-bound-dbf-file-filenameerror-3623.md
+++ b/access/Concepts/Miscellaneous/cannot-access-the-foxpro-3-0-bound-dbf-file-filenameerror-3623.md
@@ -19,9 +19,9 @@ You tried to access Microsoft FoxPro Version 3.0 bound .dbf file. Bound files ar
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-add-a-new-column-to-conflict-table-namedelete-obsolete-columns-and-compac.md b/access/Concepts/Miscellaneous/cannot-add-a-new-column-to-conflict-table-namedelete-obsolete-columns-and-compac.md
index 3314f591893..6c7ab8ef14b 100644
--- a/access/Concepts/Miscellaneous/cannot-add-a-new-column-to-conflict-table-namedelete-obsolete-columns-and-compac.md
+++ b/access/Concepts/Miscellaneous/cannot-add-a-new-column-to-conflict-table-namedelete-obsolete-columns-and-compac.md
@@ -19,9 +19,9 @@ You have exceeded the column limit for a conflict table. Design your base table
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-add-record-sjoin-key-of-table-name-not-in-result-seterror-3348.md b/access/Concepts/Miscellaneous/cannot-add-record-sjoin-key-of-table-name-not-in-result-seterror-3348.md
index a0aceeb92fa..d57c3949141 100644
--- a/access/Concepts/Miscellaneous/cannot-add-record-sjoin-key-of-table-name-not-in-result-seterror-3348.md
+++ b/access/Concepts/Miscellaneous/cannot-add-record-sjoin-key-of-table-name-not-in-result-seterror-3348.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-add-record-sprimary-key-for-table-name-not-in-result-seterror-3347.md b/access/Concepts/Miscellaneous/cannot-add-record-sprimary-key-for-table-name-not-in-result-seterror-3347.md
index f2bc167201e..6e0cc79f508 100644
--- a/access/Concepts/Miscellaneous/cannot-add-record-sprimary-key-for-table-name-not-in-result-seterror-3347.md
+++ b/access/Concepts/Miscellaneous/cannot-add-record-sprimary-key-for-table-name-not-in-result-seterror-3347.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-append-a-field-that-is-already-a-part-of-a-fields-collectionerror-3266.md b/access/Concepts/Miscellaneous/cannot-append-a-field-that-is-already-a-part-of-a-fields-collectionerror-3266.md
index 34878bb1622..e7ae8208831 100644
--- a/access/Concepts/Miscellaneous/cannot-append-a-field-that-is-already-a-part-of-a-fields-collectionerror-3266.md
+++ b/access/Concepts/Miscellaneous/cannot-append-a-field-that-is-already-a-part-of-a-fields-collectionerror-3266.md
@@ -19,9 +19,9 @@ A **Field** object was specified as an argument to an **Append** operation when
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-append-a-relation-with-no-fields-definederror-3366.md b/access/Concepts/Miscellaneous/cannot-append-a-relation-with-no-fields-definederror-3366.md
index 4470e4e1d9a..a50f903d8d3 100644
--- a/access/Concepts/Miscellaneous/cannot-append-a-relation-with-no-fields-definederror-3366.md
+++ b/access/Concepts/Miscellaneous/cannot-append-a-relation-with-no-fields-definederror-3366.md
@@ -31,9 +31,9 @@ You are trying to append a **Relation** object to a **Relations** collection, bu
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-append-an-index-that-is-already-a-part-of-an-indexes-collectionerror-3269.md b/access/Concepts/Miscellaneous/cannot-append-an-index-that-is-already-a-part-of-an-indexes-collectionerror-3269.md
index c67be2ae602..5421125d434 100644
--- a/access/Concepts/Miscellaneous/cannot-append-an-index-that-is-already-a-part-of-an-indexes-collectionerror-3269.md
+++ b/access/Concepts/Miscellaneous/cannot-append-an-index-that-is-already-a-part-of-an-indexes-collectionerror-3269.md
@@ -19,9 +19,9 @@ An **Index** object was specified as an argument to an **Append** operation when
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-append-an-object-with-that-name-already-exists-in-the-collectionerror-336.md b/access/Concepts/Miscellaneous/cannot-append-an-object-with-that-name-already-exists-in-the-collectionerror-336.md
index 1fb6f047c6c..891ad0ec300 100644
--- a/access/Concepts/Miscellaneous/cannot-append-an-object-with-that-name-already-exists-in-the-collectionerror-336.md
+++ b/access/Concepts/Miscellaneous/cannot-append-an-object-with-that-name-already-exists-in-the-collectionerror-336.md
@@ -19,9 +19,9 @@ You tried to append an object to a collection that already contains an object of
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-change-a-rule-while-the-rules-for-this-table-are-in-useerror-3302.md b/access/Concepts/Miscellaneous/cannot-change-a-rule-while-the-rules-for-this-table-are-in-useerror-3302.md
index bc4ef365e29..d03c4699fea 100644
--- a/access/Concepts/Miscellaneous/cannot-change-a-rule-while-the-rules-for-this-table-are-in-useerror-3302.md
+++ b/access/Concepts/Miscellaneous/cannot-change-a-rule-while-the-rules-for-this-table-are-in-useerror-3302.md
@@ -22,9 +22,9 @@ If you have locked the record in a separate session, save the record, and then m
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-change-field-nameerror-3720.md b/access/Concepts/Miscellaneous/cannot-change-field-nameerror-3720.md
index 0230ce4f6a7..32ac8111287 100644
--- a/access/Concepts/Miscellaneous/cannot-change-field-nameerror-3720.md
+++ b/access/Concepts/Miscellaneous/cannot-change-field-nameerror-3720.md
@@ -19,9 +19,9 @@ This error occurs when trying to change a name or definition of a primary key th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-change-password-on-a-shared-open-databaseerror-3621.md b/access/Concepts/Miscellaneous/cannot-change-password-on-a-shared-open-databaseerror-3621.md
index 3ad9e7820bd..afe98c0aac3 100644
--- a/access/Concepts/Miscellaneous/cannot-change-password-on-a-shared-open-databaseerror-3621.md
+++ b/access/Concepts/Miscellaneous/cannot-change-password-on-a-shared-open-databaseerror-3621.md
@@ -19,9 +19,9 @@ To change the password, the database must be opened exclusively.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-new-replica-because-the-name-object-in-name-container-could-not.md b/access/Concepts/Miscellaneous/cannot-create-a-new-replica-because-the-name-object-in-name-container-could-not.md
index 56c427f64b2..19db11aa311 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-new-replica-because-the-name-object-in-name-container-could-not.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-new-replica-because-the-name-object-in-name-container-could-not.md
@@ -19,9 +19,9 @@ The Microsoft Access database engine was in the process of creating a replica. T
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-relationship-between-a-field-and-itselferror-3206.md b/access/Concepts/Miscellaneous/cannot-create-a-relationship-between-a-field-and-itselferror-3206.md
index 4666df284af..246a24941d4 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-relationship-between-a-field-and-itselferror-3206.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-relationship-between-a-field-and-itselferror-3206.md
@@ -19,9 +19,9 @@ You tried to create a relationship between a field and itself. Choose a differen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-relationship-on-linked-odbc-tableserror-3613.md b/access/Concepts/Miscellaneous/cannot-create-a-relationship-on-linked-odbc-tableserror-3613.md
index 201a9408dbf..c831053f0fc 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-relationship-on-linked-odbc-tableserror-3613.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-relationship-on-linked-odbc-tableserror-3613.md
@@ -19,9 +19,9 @@ The Microsoft Access database engine cannot create a relationship on linked tabl
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-relationshiperror-3300.md b/access/Concepts/Miscellaneous/cannot-create-a-relationshiperror-3300.md
index 02a1c96156c..ec9fa107a22 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-relationshiperror-3300.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-relationshiperror-3300.md
@@ -19,9 +19,9 @@ You are attempting to create a relationship that is not allowed. For example, th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-replica-of-a-workgroup-information-fileerror-3639.md b/access/Concepts/Miscellaneous/cannot-create-a-replica-of-a-workgroup-information-fileerror-3639.md
index 56600185fca..733261d5b60 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-replica-of-a-workgroup-information-fileerror-3639.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-replica-of-a-workgroup-information-fileerror-3639.md
@@ -19,9 +19,9 @@ You are attempting to replicate a workgroup information file. This is not allowe
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-replica-using-a-partial-replicaerror-3634.md b/access/Concepts/Miscellaneous/cannot-create-a-replica-using-a-partial-replicaerror-3634.md
index 2f231e23bce..291e1058aad 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-replica-using-a-partial-replicaerror-3634.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-replica-using-a-partial-replicaerror-3634.md
@@ -19,9 +19,9 @@ You are attempting to create a replica using a partial replica as the source. Pa
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-an-index-on-this-mapi-folder-address-bookerror-3788.md b/access/Concepts/Miscellaneous/cannot-create-an-index-on-this-mapi-folder-address-bookerror-3788.md
index 099d5874579..93596c6a523 100644
--- a/access/Concepts/Miscellaneous/cannot-create-an-index-on-this-mapi-folder-address-bookerror-3788.md
+++ b/access/Concepts/Miscellaneous/cannot-create-an-index-on-this-mapi-folder-address-bookerror-3788.md
@@ -19,9 +19,9 @@ Many Microsoft Outlook/Exchange folders and address books are system-wide compon
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-database-because-the-locale-is-invaliderror-3424.md b/access/Concepts/Miscellaneous/cannot-create-database-because-the-locale-is-invaliderror-3424.md
index 2a0a0b5d4ef..b3b3d71d25a 100644
--- a/access/Concepts/Miscellaneous/cannot-create-database-because-the-locale-is-invaliderror-3424.md
+++ b/access/Concepts/Miscellaneous/cannot-create-database-because-the-locale-is-invaliderror-3424.md
@@ -19,9 +19,9 @@ An invalid _locale_ parameter was specified. Make sure you are using a valid Da
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-index-on-the-given-fielderror-3287.md b/access/Concepts/Miscellaneous/cannot-create-index-on-the-given-fielderror-3287.md
index 92f7c9f99db..77a01eb322b 100644
--- a/access/Concepts/Miscellaneous/cannot-create-index-on-the-given-fielderror-3287.md
+++ b/access/Concepts/Miscellaneous/cannot-create-index-on-the-given-fielderror-3287.md
@@ -21,9 +21,9 @@ This can also occur if you try to create an index on a Btrieve table on a 1-byte
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-partial-replica-of-a-workgroup-information-fileerror-3635.md b/access/Concepts/Miscellaneous/cannot-create-partial-replica-of-a-workgroup-information-fileerror-3635.md
index b29bb639ab6..f44d69a09b2 100644
--- a/access/Concepts/Miscellaneous/cannot-create-partial-replica-of-a-workgroup-information-fileerror-3635.md
+++ b/access/Concepts/Miscellaneous/cannot-create-partial-replica-of-a-workgroup-information-fileerror-3635.md
@@ -19,9 +19,9 @@ You are attempting to create a partial replica using a workgroup information fil
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-relationship-referenced-table-name-does-not-have-a-primary-keyerro.md b/access/Concepts/Miscellaneous/cannot-create-relationship-referenced-table-name-does-not-have-a-primary-keyerro.md
index 2df5ed17d8d..0bd6b92365a 100644
--- a/access/Concepts/Miscellaneous/cannot-create-relationship-referenced-table-name-does-not-have-a-primary-keyerro.md
+++ b/access/Concepts/Miscellaneous/cannot-create-relationship-referenced-table-name-does-not-have-a-primary-keyerro.md
@@ -19,9 +19,9 @@ The table you have referenced in the CONSTRAINT clause does not have a primary k
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-relationships-to-enforce-referential-integrity-existing-data-in-ta.md b/access/Concepts/Miscellaneous/cannot-create-relationships-to-enforce-referential-integrity-existing-data-in-ta.md
index e26c9f863f7..ede70016159 100644
--- a/access/Concepts/Miscellaneous/cannot-create-relationships-to-enforce-referential-integrity-existing-data-in-ta.md
+++ b/access/Concepts/Miscellaneous/cannot-create-relationships-to-enforce-referential-integrity-existing-data-in-ta.md
@@ -21,9 +21,9 @@ To create the relationship, you must edit the data so that primary records exist
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-replica-of-a-sql-replicaerror-3753.md b/access/Concepts/Miscellaneous/cannot-create-replica-of-a-sql-replicaerror-3753.md
index 284e8553c5a..706d99d3dee 100644
--- a/access/Concepts/Miscellaneous/cannot-create-replica-of-a-sql-replicaerror-3753.md
+++ b/access/Concepts/Miscellaneous/cannot-create-replica-of-a-sql-replicaerror-3753.md
@@ -19,9 +19,9 @@ A Microsoft SQL replica set supports a hub/spoke topology, where the SQL Publica
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-create-this-type-of-replica-from-the-given-source-replicaerror-3737.md b/access/Concepts/Miscellaneous/cannot-create-this-type-of-replica-from-the-given-source-replicaerror-3737.md
index 15b39a67245..14c7536cac0 100644
--- a/access/Concepts/Miscellaneous/cannot-create-this-type-of-replica-from-the-given-source-replicaerror-3737.md
+++ b/access/Concepts/Miscellaneous/cannot-create-this-type-of-replica-from-the-given-source-replicaerror-3737.md
@@ -19,9 +19,9 @@ You cannot create a replica of a different visibility, except from a Global repl
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-define-field-more-than-onceerror-3191.md b/access/Concepts/Miscellaneous/cannot-define-field-more-than-onceerror-3191.md
index ea5fdddeefd..6ed88cbb972 100644
--- a/access/Concepts/Miscellaneous/cannot-define-field-more-than-onceerror-3191.md
+++ b/access/Concepts/Miscellaneous/cannot-define-field-more-than-onceerror-3191.md
@@ -19,9 +19,9 @@ You tried to create a table in which more than one field was defined with the sa
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-a-built-in-propertyerror-3384.md b/access/Concepts/Miscellaneous/cannot-delete-a-built-in-propertyerror-3384.md
index d99792f107c..1a0254ab5f7 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-a-built-in-propertyerror-3384.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-a-built-in-propertyerror-3384.md
@@ -21,9 +21,9 @@ You can delete only user-defined (including application-defined) properties for
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-a-field-that-is-part-of-an-index-or-is-needed-by-the-systemerror-3.md b/access/Concepts/Miscellaneous/cannot-delete-a-field-that-is-part-of-an-index-or-is-needed-by-the-systemerror-3.md
index e9f296f11ec..cab0bf59ecd 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-a-field-that-is-part-of-an-index-or-is-needed-by-the-systemerror-3.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-a-field-that-is-part-of-an-index-or-is-needed-by-the-systemerror-3.md
@@ -19,9 +19,9 @@ To delete a field that is part of an index, you must first delete the index.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-field-nameit-is-part-of-one-or-more-relationshipserror-3383.md b/access/Concepts/Miscellaneous/cannot-delete-field-nameit-is-part-of-one-or-more-relationshipserror-3383.md
index b84b70d545f..f76703bcf31 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-field-nameit-is-part-of-one-or-more-relationshipserror-3383.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-field-nameit-is-part-of-one-or-more-relationshipserror-3383.md
@@ -19,9 +19,9 @@ You are trying to delete a field for which relationships have been defined in th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-from-a-prevent-deletes-replicaerror-3754.md b/access/Concepts/Miscellaneous/cannot-delete-from-a-prevent-deletes-replicaerror-3754.md
index cb3a93acb56..71f9d48e861 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-from-a-prevent-deletes-replicaerror-3754.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-from-a-prevent-deletes-replicaerror-3754.md
@@ -19,9 +19,9 @@ A Prevent Deletes replica is a replica designed to prevent users from deleting r
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-one-or-more-objectsnameerror-3773.md b/access/Concepts/Miscellaneous/cannot-delete-one-or-more-objectsnameerror-3773.md
index 0063ce72c3e..efb38ce2e49 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-one-or-more-objectsnameerror-3773.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-one-or-more-objectsnameerror-3773.md
@@ -19,9 +19,9 @@ This error occurs when using the DROP TABLE syntax and specifying a table that d
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-spreadsheet-cellserror-3435.md b/access/Concepts/Miscellaneous/cannot-delete-spreadsheet-cellserror-3435.md
index 64f65a9ca28..66661cfc1eb 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-spreadsheet-cellserror-3435.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-spreadsheet-cellserror-3435.md
@@ -19,9 +19,9 @@ Data in the specified spreadsheet range of cells cannot be deleted. These cells
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-this-field-it-is-part-of-one-or-more-relationshipserror-3303.md b/access/Concepts/Miscellaneous/cannot-delete-this-field-it-is-part-of-one-or-more-relationshipserror-3303.md
index 731b97d5336..d4310eb82b2 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-this-field-it-is-part-of-one-or-more-relationshipserror-3303.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-this-field-it-is-part-of-one-or-more-relationshipserror-3303.md
@@ -19,9 +19,9 @@ You are trying to delete a field for which relationships have been defined in th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-this-index-or-table-it-is-either-the-current-index-or-is-used-in-a.md b/access/Concepts/Miscellaneous/cannot-delete-this-index-or-table-it-is-either-the-current-index-or-is-used-in-a.md
index 1ce9fdc5cc5..e3b86695666 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-this-index-or-table-it-is-either-the-current-index-or-is-used-in-a.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-this-index-or-table-it-is-either-the-current-index-or-is-used-in-a.md
@@ -19,9 +19,9 @@ If the index or table is used in a relationship, you must delete the relationshi
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-designate-a-partial-replica-as-the-design-master-for-the-replica-seterror.md b/access/Concepts/Miscellaneous/cannot-designate-a-partial-replica-as-the-design-master-for-the-replica-seterror.md
index 58ca364766e..5d01ceebcab 100644
--- a/access/Concepts/Miscellaneous/cannot-designate-a-partial-replica-as-the-design-master-for-the-replica-seterror.md
+++ b/access/Concepts/Miscellaneous/cannot-designate-a-partial-replica-as-the-design-master-for-the-replica-seterror.md
@@ -19,9 +19,9 @@ Select a different replica to become the Design Master.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-enter-value-into-blank-field-on-one-side-of-outer-joinerror-3332.md b/access/Concepts/Miscellaneous/cannot-enter-value-into-blank-field-on-one-side-of-outer-joinerror-3332.md
index e0078d6108c..faa7a96e5d0 100644
--- a/access/Concepts/Miscellaneous/cannot-enter-value-into-blank-field-on-one-side-of-outer-joinerror-3332.md
+++ b/access/Concepts/Miscellaneous/cannot-enter-value-into-blank-field-on-one-side-of-outer-joinerror-3332.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-execute-a-select-queryerror-3065.md b/access/Concepts/Miscellaneous/cannot-execute-a-select-queryerror-3065.md
index 6ea49d6696c..32be2a8242c 100644
--- a/access/Concepts/Miscellaneous/cannot-execute-a-select-queryerror-3065.md
+++ b/access/Concepts/Miscellaneous/cannot-execute-a-select-queryerror-3065.md
@@ -19,9 +19,9 @@ You tried to use the **Execute** method with a select query. The **Execute** me
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-execute-data-definition-statements-on-linked-data-sourceserror-3611.md b/access/Concepts/Miscellaneous/cannot-execute-data-definition-statements-on-linked-data-sourceserror-3611.md
index 68cf4d3aca2..56cea182896 100644
--- a/access/Concepts/Miscellaneous/cannot-execute-data-definition-statements-on-linked-data-sourceserror-3611.md
+++ b/access/Concepts/Miscellaneous/cannot-execute-data-definition-statements-on-linked-data-sourceserror-3611.md
@@ -19,9 +19,9 @@ The Microsoft Access database engine cannot create an index on a linked ISAM tab
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-expand-named-rangeerror-3434.md b/access/Concepts/Miscellaneous/cannot-expand-named-rangeerror-3434.md
index 7d5e029fcaf..f7348ff1467 100644
--- a/access/Concepts/Miscellaneous/cannot-expand-named-rangeerror-3434.md
+++ b/access/Concepts/Miscellaneous/cannot-expand-named-rangeerror-3434.md
@@ -19,9 +19,9 @@ Cells with values were encountered while attempting to add rows to a Microsoft E
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-find-table-or-constrainterror-3371.md b/access/Concepts/Miscellaneous/cannot-find-table-or-constrainterror-3371.md
index 8fe647f29ab..acea4594ac9 100644
--- a/access/Concepts/Miscellaneous/cannot-find-table-or-constrainterror-3371.md
+++ b/access/Concepts/Miscellaneous/cannot-find-table-or-constrainterror-3371.md
@@ -19,9 +19,9 @@ The table or relationship you specified does not exist. Specify a valid table or
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-find-the-dll-nameerror-3463.md b/access/Concepts/Miscellaneous/cannot-find-the-dll-nameerror-3463.md
index 7970a148a0f..d2059026c34 100644
--- a/access/Concepts/Miscellaneous/cannot-find-the-dll-nameerror-3463.md
+++ b/access/Concepts/Miscellaneous/cannot-find-the-dll-nameerror-3463.md
@@ -19,9 +19,9 @@ Make sure that the specified dynamic-link library is in your path or reinstall R
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-find-the-executable-file-for-the-synchronizer-mstran40-exeerror-3627.md b/access/Concepts/Miscellaneous/cannot-find-the-executable-file-for-the-synchronizer-mstran40-exeerror-3627.md
index 498d53f0d03..b4e48b55340 100644
--- a/access/Concepts/Miscellaneous/cannot-find-the-executable-file-for-the-synchronizer-mstran40-exeerror-3627.md
+++ b/access/Concepts/Miscellaneous/cannot-find-the-executable-file-for-the-synchronizer-mstran40-exeerror-3627.md
@@ -19,9 +19,9 @@ You are trying to start the Synchronizer and the file Mstran40.exe cannot be fou
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-with-table-nameerror-3120.md b/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-with-table-nameerror-3120.md
index 2ca83f370eb..73745093733 100644
--- a/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-with-table-nameerror-3120.md
+++ b/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-with-table-nameerror-3120.md
@@ -27,9 +27,9 @@ SELECT Orders.* FROM Orders GROUP BY ShipVia;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-witherror-3121.md b/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-witherror-3121.md
index a431112fa46..b182e0a090a 100644
--- a/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-witherror-3121.md
+++ b/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-witherror-3121.md
@@ -29,9 +29,9 @@ Possible cause:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-group-on-memo-or-ole-object-clauseerror-3119.md b/access/Concepts/Miscellaneous/cannot-group-on-memo-or-ole-object-clauseerror-3119.md
index e1fd5a1b04c..0f11545f598 100644
--- a/access/Concepts/Miscellaneous/cannot-group-on-memo-or-ole-object-clauseerror-3119.md
+++ b/access/Concepts/Miscellaneous/cannot-group-on-memo-or-ole-object-clauseerror-3119.md
@@ -19,9 +19,9 @@ The GROUP BY clause of an SQL statement cannot include Memo or OLE Object fields
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-expression-expressionerror-3095.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-expression-expressionerror-3095.md
index 8efe1fc25e5..6a5b020825f 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-expression-expressionerror-3095.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-expression-expressionerror-3095.md
@@ -19,9 +19,9 @@ You cannot use an aggregate function in this expression.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-group-by-clause-clauseerror-3098.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-group-by-clause-clauseerror-3098.md
index a35d2bbbf57..970f50c0f57 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-group-by-clause-clauseerror-3098.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-group-by-clause-clauseerror-3098.md
@@ -19,9 +19,9 @@ You cannot use an aggregate function in the GROUP BY clause of an SQL statement.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-join-operation-operationerror-3099.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-join-operation-operationerror-3099.md
index e94af39751b..a1b5aaaa4f2 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-join-operation-operationerror-3099.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-join-operation-operationerror-3099.md
@@ -19,9 +19,9 @@ You cannot use an aggregate function in the JOIN operation of an SQL statement.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-order-by-clause-clauseerror-3097.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-order-by-clause-clauseerror-3097.md
index 16b972a8dcc..c5aeffb404f 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-order-by-clause-clauseerror-3097.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-order-by-clause-clauseerror-3097.md
@@ -19,9 +19,9 @@ You cannot use an aggregate function in the ORDER BY clause of an SQL statement.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-where-clause-clauseerror-3096.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-where-clause-clauseerror-3096.md
index 4247a022799..10b8abaae44 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-where-clause-clauseerror-3096.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-where-clause-clauseerror-3096.md
@@ -19,9 +19,9 @@ You cannot use an aggregate function in the WHERE clause of an SQL statement.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-aggregate-argument-statementerror-3115.md b/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-aggregate-argument-statementerror-3115.md
index 611d5c2d7b3..670a5866efb 100644
--- a/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-aggregate-argument-statementerror-3115.md
+++ b/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-aggregate-argument-statementerror-3115.md
@@ -19,9 +19,9 @@ You cannot include Memo or OLE Object fields in an aggregate function.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-criteria-criteria-for-aggregate-functio.md b/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-criteria-criteria-for-aggregate-functio.md
index ad04c393451..788824ceded 100644
--- a/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-criteria-criteria-for-aggregate-functio.md
+++ b/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-criteria-criteria-for-aggregate-functio.md
@@ -19,9 +19,9 @@ The HAVING clause of an SQL statement cannot include Memo or OLE Object fields.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-have-more-than-10-fields-in-an-indexerror-3277.md b/access/Concepts/Miscellaneous/cannot-have-more-than-10-fields-in-an-indexerror-3277.md
index d4e261a602c..9c7180e7585 100644
--- a/access/Concepts/Miscellaneous/cannot-have-more-than-10-fields-in-an-indexerror-3277.md
+++ b/access/Concepts/Miscellaneous/cannot-have-more-than-10-fields-in-an-indexerror-3277.md
@@ -19,9 +19,9 @@ You defined an index with more than ten fields. Reduce the number of fields to t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-import-password-protected-spreadsheeterror-3244.md b/access/Concepts/Miscellaneous/cannot-import-password-protected-spreadsheeterror-3244.md
index e0f3cdca3fd..835097241fa 100644
--- a/access/Concepts/Miscellaneous/cannot-import-password-protected-spreadsheeterror-3244.md
+++ b/access/Concepts/Miscellaneous/cannot-import-password-protected-spreadsheeterror-3244.md
@@ -19,9 +19,9 @@ Return to the application that was used to save the spreadsheet, save the spread
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-include-memo-or-ole-object-when-you-select-unique-values-statementerror-3.md b/access/Concepts/Miscellaneous/cannot-include-memo-or-ole-object-when-you-select-unique-values-statementerror-3.md
index 83f79c56f4d..0f17160299f 100644
--- a/access/Concepts/Miscellaneous/cannot-include-memo-or-ole-object-when-you-select-unique-values-statementerror-3.md
+++ b/access/Concepts/Miscellaneous/cannot-include-memo-or-ole-object-when-you-select-unique-values-statementerror-3.md
@@ -19,9 +19,9 @@ Remove the DISTINCT reserved word or the Memo or OLE Object field from the state
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-initialize-synchronizer-because-there-are-too-many-applications-runninger.md b/access/Concepts/Miscellaneous/cannot-initialize-synchronizer-because-there-are-too-many-applications-runninger.md
index 4bd73c1277f..b752c07a9e5 100644
--- a/access/Concepts/Miscellaneous/cannot-initialize-synchronizer-because-there-are-too-many-applications-runninger.md
+++ b/access/Concepts/Miscellaneous/cannot-initialize-synchronizer-because-there-are-too-many-applications-runninger.md
@@ -19,9 +19,9 @@ There are not enough system resources available to run all the open applications
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-input-from-internal-report-query-nameerror-3124.md b/access/Concepts/Miscellaneous/cannot-input-from-internal-report-query-nameerror-3124.md
index 8f64a67dba9..99d23077436 100644
--- a/access/Concepts/Miscellaneous/cannot-input-from-internal-report-query-nameerror-3124.md
+++ b/access/Concepts/Miscellaneous/cannot-input-from-internal-report-query-nameerror-3124.md
@@ -19,9 +19,9 @@ You tried to use an SQL statement that includes an explicit reference to a disal
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-insert-data-with-action-queryerror-3084.md b/access/Concepts/Miscellaneous/cannot-insert-data-with-action-queryerror-3084.md
index 0d94e89e884..448cbc41590 100644
--- a/access/Concepts/Miscellaneous/cannot-insert-data-with-action-queryerror-3084.md
+++ b/access/Concepts/Miscellaneous/cannot-insert-data-with-action-queryerror-3084.md
@@ -19,9 +19,9 @@ You tried to run an append query using an action query for the input. Replace th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-join-more-than-one-table-with-the-same-name-nameerror-3081.md b/access/Concepts/Miscellaneous/cannot-join-more-than-one-table-with-the-same-name-nameerror-3081.md
index 78b504cd85d..59975221976 100644
--- a/access/Concepts/Miscellaneous/cannot-join-more-than-one-table-with-the-same-name-nameerror-3081.md
+++ b/access/Concepts/Miscellaneous/cannot-join-more-than-one-table-with-the-same-name-nameerror-3081.md
@@ -19,9 +19,9 @@ You tried to join two or more tables that have the same name. Select different t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-join-on-memo-or-ole-object-nameerror-3118.md b/access/Concepts/Miscellaneous/cannot-join-on-memo-or-ole-object-nameerror-3118.md
index e433ab9d992..893896609b6 100644
--- a/access/Concepts/Miscellaneous/cannot-join-on-memo-or-ole-object-nameerror-3118.md
+++ b/access/Concepts/Miscellaneous/cannot-join-on-memo-or-ole-object-nameerror-3118.md
@@ -19,9 +19,9 @@ You cannot join Memo or OLE Object fields. The field you use to logically tie tw
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-load-dll-nameerror-3633.md b/access/Concepts/Miscellaneous/cannot-load-dll-nameerror-3633.md
index b9de1c04015..3b9be5bf1ac 100644
--- a/access/Concepts/Miscellaneous/cannot-load-dll-nameerror-3633.md
+++ b/access/Concepts/Miscellaneous/cannot-load-dll-nameerror-3633.md
@@ -19,9 +19,9 @@ The specified DLL is either not registered, or not in the path.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-locate-the-requested-xbase-memo-fileerror-3166.md b/access/Concepts/Miscellaneous/cannot-locate-the-requested-xbase-memo-fileerror-3166.md
index af9dfb467a0..e7f6cc182bb 100644
--- a/access/Concepts/Miscellaneous/cannot-locate-the-requested-xbase-memo-fileerror-3166.md
+++ b/access/Concepts/Miscellaneous/cannot-locate-the-requested-xbase-memo-fileerror-3166.md
@@ -19,9 +19,9 @@ You tried to access a dBASE (.dbf) file, but the file's associated memo (.dbt) f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-make-a-new-replica-because-the-name-object-in-name-container-could-not-be.md b/access/Concepts/Miscellaneous/cannot-make-a-new-replica-because-the-name-object-in-name-container-could-not-be.md
index 4fc6abd6990..3dad93135cd 100644
--- a/access/Concepts/Miscellaneous/cannot-make-a-new-replica-because-the-name-object-in-name-container-could-not-be.md
+++ b/access/Concepts/Miscellaneous/cannot-make-a-new-replica-because-the-name-object-in-name-container-could-not-be.md
@@ -19,9 +19,9 @@ The database could not be made replicable because the specified object could not
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-database-replicableerror-3455.md b/access/Concepts/Miscellaneous/cannot-make-the-database-replicableerror-3455.md
index 26f820e0fe4..e773117b052 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-database-replicableerror-3455.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-database-replicableerror-3455.md
@@ -19,9 +19,9 @@ The Microsoft Access database engine was in the process of making the database r
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3456.md b/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3456.md
index 0a395988529..b7e61ac9227 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3456.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3456.md
@@ -19,9 +19,9 @@ The Microsoft Access database engine was in the process of making the object rep
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3583.md b/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3583.md
index 767fe0f7355..9c37d2ac16c 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3583.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3583.md
@@ -21,9 +21,9 @@ An example of an object that cannot be made replicable is a table that has 253 o
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-columnserror-3705.md b/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-columnserror-3705.md
index 45d6ebf0f58..e6ba6774225 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-columnserror-3705.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-columnserror-3705.md
@@ -19,9 +19,9 @@ The table cannot be made replicable since replication system columns cannot be a
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-indexeserror-3706.md b/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-indexeserror-3706.md
index b17ff785bfc..c765295e167 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-indexeserror-3706.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-indexeserror-3706.md
@@ -19,9 +19,9 @@ The table cannot be made replicable because replication system indexes cannot be
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-modify-table-structure-another-user-has-the-table-openerror-3422.md b/access/Concepts/Miscellaneous/cannot-modify-table-structure-another-user-has-the-table-openerror-3422.md
index be900376fbe..3144018fc50 100644
--- a/access/Concepts/Miscellaneous/cannot-modify-table-structure-another-user-has-the-table-openerror-3422.md
+++ b/access/Concepts/Miscellaneous/cannot-modify-table-structure-another-user-has-the-table-openerror-3422.md
@@ -19,9 +19,9 @@ The Microsoft Access database engine was unable to modify the structure of a tab
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-modify-the-design-of-table-nameit-is-in-a-read-only-databaseerror-3370.md b/access/Concepts/Miscellaneous/cannot-modify-the-design-of-table-nameit-is-in-a-read-only-databaseerror-3370.md
index 2f1405d6210..a2efb2db5d4 100644
--- a/access/Concepts/Miscellaneous/cannot-modify-the-design-of-table-nameit-is-in-a-read-only-databaseerror-3370.md
+++ b/access/Concepts/Miscellaneous/cannot-modify-the-design-of-table-nameit-is-in-a-read-only-databaseerror-3370.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You cannot modify tables in a read-only database.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md b/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md
index 6030b29cbff..f00442a7e57 100644
--- a/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md
+++ b/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md
@@ -24,9 +24,9 @@ For information about how to compact and repair Access databases, see the follow
- [Compact and Repair a Database](http://msdn.microsoft.com/library/5ad4e6b1-abfd-3f89-5c80-9e41397a96e8%28Office.15%29.aspx)
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-a-form-whose-underlying-query-contains-a-user-defined-function-that.md b/access/Concepts/Miscellaneous/cannot-open-a-form-whose-underlying-query-contains-a-user-defined-function-that.md
index 0b93642f1f7..6286faa2c9c 100644
--- a/access/Concepts/Miscellaneous/cannot-open-a-form-whose-underlying-query-contains-a-user-defined-function-that.md
+++ b/access/Concepts/Miscellaneous/cannot-open-a-form-whose-underlying-query-contains-a-user-defined-function-that.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error can occur in Microsoft Access if you execute a query that includes a user-defined function in its output and then create a form based on that query.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-action-query-nameerror-3064.md b/access/Concepts/Miscellaneous/cannot-open-action-query-nameerror-3064.md
index 09109e89685..94811f34bcc 100644
--- a/access/Concepts/Miscellaneous/cannot-open-action-query-nameerror-3064.md
+++ b/access/Concepts/Miscellaneous/cannot-open-action-query-nameerror-3064.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to open an action query using the **OpenQueryDef** method, which is an obsolete method originally valid only with select queries. The preferred method for executing an action query is to use the **Execute** method of the **QueryDef** object.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-any-more-databaseserror-3048.md b/access/Concepts/Miscellaneous/cannot-open-any-more-databaseserror-3048.md
index 8045d1416d5..67f4e8c1146 100644
--- a/access/Concepts/Miscellaneous/cannot-open-any-more-databaseserror-3048.md
+++ b/access/Concepts/Miscellaneous/cannot-open-any-more-databaseserror-3048.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have reached the limit on the number of databases that can be opened at one time. Close one or more databases and try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-any-more-fileserror-3025.md b/access/Concepts/Miscellaneous/cannot-open-any-more-fileserror-3025.md
index 03ec4d29075..0eeee5f8c4e 100644
--- a/access/Concepts/Miscellaneous/cannot-open-any-more-fileserror-3025.md
+++ b/access/Concepts/Miscellaneous/cannot-open-any-more-fileserror-3025.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have reached the limit on the number of files that can be opened at one time. Close one or more files, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-any-more-tables-or-querieserror-3037.md b/access/Concepts/Miscellaneous/cannot-open-any-more-tables-or-querieserror-3037.md
index 864e5cf2511..501ea2a9467 100644
--- a/access/Concepts/Miscellaneous/cannot-open-any-more-tables-or-querieserror-3037.md
+++ b/access/Concepts/Miscellaneous/cannot-open-any-more-tables-or-querieserror-3037.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have reached the limit on the number of tables and queries that can be opened at one time. Close one or more tables or queries, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-any-more-tableserror-3014.md b/access/Concepts/Miscellaneous/cannot-open-any-more-tableserror-3014.md
index 7a170ab4717..9f5453184f7 100644
--- a/access/Concepts/Miscellaneous/cannot-open-any-more-tableserror-3014.md
+++ b/access/Concepts/Miscellaneous/cannot-open-any-more-tableserror-3014.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have reached the limit on the number of tables that can be opened at one time. Close one or more tables, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-database-nameit-may-not-be-a-database-that-your-application-recogniz.md b/access/Concepts/Miscellaneous/cannot-open-database-nameit-may-not-be-a-database-that-your-application-recogniz.md
index f4a669c53ef..7d13913cd6f 100644
--- a/access/Concepts/Miscellaneous/cannot-open-database-nameit-may-not-be-a-database-that-your-application-recogniz.md
+++ b/access/Concepts/Miscellaneous/cannot-open-database-nameit-may-not-be-a-database-that-your-application-recogniz.md
@@ -27,9 +27,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-library-database-nameerror-3007.md b/access/Concepts/Miscellaneous/cannot-open-library-database-nameerror-3007.md
index 5206d06dec8..8acf33ef681 100644
--- a/access/Concepts/Miscellaneous/cannot-open-library-database-nameerror-3007.md
+++ b/access/Concepts/Miscellaneous/cannot-open-library-database-nameerror-3007.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The specified database is an internal Microsoft Access database engine library database, which you cannot open.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-replication-system-table-name-because-the-table-is-already-in-useerr.md b/access/Concepts/Miscellaneous/cannot-open-replication-system-table-name-because-the-table-is-already-in-useerr.md
index 69091d40b00..ffbb23cd049 100644
--- a/access/Concepts/Miscellaneous/cannot-open-replication-system-table-name-because-the-table-is-already-in-useerr.md
+++ b/access/Concepts/Miscellaneous/cannot-open-replication-system-table-name-because-the-table-is-already-in-useerr.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The system table needed to complete this operation is already in use. Wait a few minutes and try your operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-tablenameanother-user-has-the-table-open-using-a-different-network-c.md b/access/Concepts/Miscellaneous/cannot-open-tablenameanother-user-has-the-table-open-using-a-different-network-c.md
index e6eec960cf9..fa3192b2958 100644
--- a/access/Concepts/Miscellaneous/cannot-open-tablenameanother-user-has-the-table-open-using-a-different-network-c.md
+++ b/access/Concepts/Miscellaneous/cannot-open-tablenameanother-user-has-the-table-open-using-a-different-network-c.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Microsoft Access database engine cannot open an external Paradox table because of inconsistencies between your initialization settings and those of another user who currently has the table open. The **ParadoxNetPath** and the **ParadoxNetStyle** settings in the **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Access Connectivity Engine\Engines\Paradox** key of the Microsoft Windows Registry must be consistent for all users sharing a database. Make sure your initialization settings match those of all other users sharing the database, and then try opening the table again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-the-log-file-name-for-writingerror-3474.md b/access/Concepts/Miscellaneous/cannot-open-the-log-file-name-for-writingerror-3474.md
index 62ea7a3bd3d..6c4177f592f 100644
--- a/access/Concepts/Miscellaneous/cannot-open-the-log-file-name-for-writingerror-3474.md
+++ b/access/Concepts/Miscellaneous/cannot-open-the-log-file-name-for-writingerror-3474.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Make sure you have permission to write to the log file.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-the-microsoft-jet-engine-workgroup-information-fileerror-3358.md b/access/Concepts/Miscellaneous/cannot-open-the-microsoft-jet-engine-workgroup-information-fileerror-3358.md
index bb8c9054216..eeedfe4e373 100644
--- a/access/Concepts/Miscellaneous/cannot-open-the-microsoft-jet-engine-workgroup-information-fileerror-3358.md
+++ b/access/Concepts/Miscellaneous/cannot-open-the-microsoft-jet-engine-workgroup-information-fileerror-3358.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to perform a security-related task, but the workgroup information file (typically System.mdw) required for the task cannot be found.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-open-this-paradox-4-x-or-5-x-table-because-paradoxnetstyle-is-set-to-3-x.md b/access/Concepts/Miscellaneous/cannot-open-this-paradox-4-x-or-5-x-table-because-paradoxnetstyle-is-set-to-3-x.md
index 6269ee94ed0..162e7bc2ab9 100644
--- a/access/Concepts/Miscellaneous/cannot-open-this-paradox-4-x-or-5-x-table-because-paradoxnetstyle-is-set-to-3-x.md
+++ b/access/Concepts/Miscellaneous/cannot-open-this-paradox-4-x-or-5-x-table-because-paradoxnetstyle-is-set-to-3-x.md
@@ -36,9 +36,9 @@ To correct the problem
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-a-zero-le.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-a-zero-le.md
index 74f1a0c5008..d33bf0e45bb 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-a-zero-le.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-a-zero-le.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in a zero-length string in the indicated field, which is set up to not allow zero-length strings. Check the values you are attempting to update and fix them so they do not result in zero-length strings in this field.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-null-whic.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-null-whic.md
index 5494dbfadaa..0a07552a538 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-null-whic.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-null-whic.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in a **Null** value in the indicated field, which has been set up to not allow **Null** values. Check the values you are attempting to update and fix them so they do not result in **Null** values in this field.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-duplicate-key-in-table-n.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-duplicate-key-in-table-n.md
index b8da13558b3..dbda5b955ec 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-duplicate-key-in-table-n.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-duplicate-key-in-table-n.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in a duplicate key in the indicated table, which is set up to not allow duplicate primary keys. Check the values you are attempting to update and fix them so they do not result in duplicate keys.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-null-key-in-table-nameer.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-null-key-in-table-nameer.md
index 8c25b47fbe7..098ed49a9ff 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-null-key-in-table-nameer.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-null-key-in-table-nameer.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in a **Null** value in a primary key field in the indicated table, which has been set up not to allow **Null** values. Check the values you are attempting to update and fix them so they do not result in **Null** values.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-two-updates-to-field-name.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-two-updates-to-field-name.md
index a9abfbabb19..a1ec93cfada 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-two-updates-to-field-name.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-two-updates-to-field-name.md
@@ -25,9 +25,9 @@ The cascade operation you are attempting cannot be completed because it would re
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-name-because-it-is-currently-in-usee.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-name-because-it-is-currently-in-usee.md
index 84e0813312d..641c37274d5 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-name-because-it-is-currently-in-usee.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-name-because-it-is-currently-in-usee.md
@@ -20,9 +20,9 @@ You are trying to save a value to a primary key field that is included in a rela
In Microsoft Access, the **Cascade Update Related Fields** option is selected for the relationship, or in DAO code, the **dbRelationUpdateCascade** option is specified for the **Relation** object's **Attributes** property. Therefore, your application is attempting to update the matching field in the related table.
The matching field cannot be updated because you have it open or locked on your computer. To save the record, you must first close the related table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-nameerror-3413.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-nameerror-3413.md
index 88d9c1b52aa..21797fa6131 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-nameerror-3413.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-nameerror-3413.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when referential integrity is defined with one of the following actions: CASCADE DELETE, UPDATE or NULL. The error occurs when making a change to a table that contains a referenced primary key and one or more of the foreign key tables is opened in a mode that prevents the foreign key tables from being opened in a shared read/write mode.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-since-related-records-exist-in-table-namerefe.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-since-related-records-exist-in-table-namerefe.md
index cf939944337..fd7337fb3b8 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-since-related-records-exist-in-table-namerefe.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-since-related-records-exist-in-table-namerefe.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The cascade operation you are attempting violates referential integrity rules with the indicated table. Check the values you are attempting to update or delete, and fix them so they comply with the referential integrity rules.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-the-value-entered-is-prohibited-by-the-valida.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-the-value-entered-is-prohibited-by-the-valida.md
index 7f7d4f8b0f8..f029c3129c2 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-the-value-entered-is-prohibited-by-the-valida.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-the-value-entered-is-prohibited-by-the-valida.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in an invalid value in the indicated field, as established by the field's validation rule. Check the values you are attempting to update and fix them so they comply with the validation rule.
- **ACCESS SUPPORT RESOURCES**[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)[Access help on support.office.com](https://support.office.com/search/results?query=Access)[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)[Search for specific Access error codes on Bing](http://www.bing.com/)[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+ **ACCESS SUPPORT RESOURCES**[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev) [Access help on support.office.com](https://support.office.com/search/results?query=Access) [Access help on answers.microsoft.com](https://answers.microsoft.com/) [Search for specific Access error codes on Bing](http://www.bing.com/) [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx) [Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx) [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/) [Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-there-must-be-a-related-record-in-table-namee.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-there-must-be-a-related-record-in-table-namee.md
index dc2536a5744..61f0a4d7dd8 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-there-must-be-a-related-record-in-table-namee.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-there-must-be-a-related-record-in-table-namee.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The cascade operation you are attempting violates a referential integrity rule that requires a related record in the indicated table. Check the values you are attempting to update or delete, and fix them so they comply with the referential integrity rule.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operationvalidation-texterror-3403.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operationvalidation-texterror-3403.md
index a90d6f97a59..2233e5bb257 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operationvalidation-texterror-3403.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operationvalidation-texterror-3403.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in invalid data. Check the values you are attempting to update and fix them so they comply with the validation rules.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-update-on-the-table-because-it-is-currently-in-use-by-a.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-update-on-the-table-because-it-is-currently-in-use-by-a.md
index da23382b835..40bf987864e 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-update-on-the-table-because-it-is-currently-in-use-by-a.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-update-on-the-table-because-it-is-currently-in-use-by-a.md
@@ -20,9 +20,9 @@ You are trying to save a value into a primary key field that is included in a re
In Microsoft Access, the **Cascade Update Related Fields** option is selected for the relationship, or in DAO code, the **dbRelationUpdateCascade** option is specified for the **Relation** object's **Attributes** property. Your application is attempting to update the matching field in the related table.
The matching field cannot be updated because of a locking conflict with another user. To save the record, you must wait until the related table is no longer in use.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-join-group-sort-or-indexed-restriction-a-value-being-searched-or.md b/access/Concepts/Miscellaneous/cannot-perform-join-group-sort-or-indexed-restriction-a-value-being-searched-or.md
index 17d7eacfef1..5d86c8fddd3 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-join-group-sort-or-indexed-restriction-a-value-being-searched-or.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-join-group-sort-or-indexed-restriction-a-value-being-searched-or.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The maximum combined length of fields used to join, group, or sort is 255 bytes. Reduce the number of fields in your join, group, or sort, or use shorter data types and field sizes for the fields.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-this-operation-features-in-this-version-are-not-available-in-data.md b/access/Concepts/Miscellaneous/cannot-perform-this-operation-features-in-this-version-are-not-available-in-data.md
index cd3511b8ec9..bdea4b93263 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-this-operation-features-in-this-version-are-not-available-in-data.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-this-operation-features-in-this-version-are-not-available-in-data.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The database was stored in an earlier version of the Microsoft Access database engine that does not support this feature. Either the database needs to be converted to the latest file format or this particular operation needs to be revised to avoid using the unsupported feature.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-this-operationerror-3032.md b/access/Concepts/Miscellaneous/cannot-perform-this-operationerror-3032.md
index be1579b3b47..567ebfb0572 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-this-operationerror-3032.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-this-operationerror-3032.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-place-this-validation-expression-on-this-fielderror-3313.md b/access/Concepts/Miscellaneous/cannot-place-this-validation-expression-on-this-fielderror-3313.md
index 37538f692e7..6d5dc8b3c91 100644
--- a/access/Concepts/Miscellaneous/cannot-place-this-validation-expression-on-this-fielderror-3313.md
+++ b/access/Concepts/Miscellaneous/cannot-place-this-validation-expression-on-this-fielderror-3313.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are trying to set validation properties on a field (such as an AutoNumber or OLE Object field) that does not allow this type of property. Use a different field to validate data or, if you have not added data to the table, redefine the data type for the field.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-populate-the-replica-or-change-the-replica-s-filter-because-the-replica-h.md b/access/Concepts/Miscellaneous/cannot-populate-the-replica-or-change-the-replica-s-filter-because-the-replica-h.md
index 875c0975623..d00ca6b1db3 100644
--- a/access/Concepts/Miscellaneous/cannot-populate-the-replica-or-change-the-replica-s-filter-because-the-replica-h.md
+++ b/access/Concepts/Miscellaneous/cannot-populate-the-replica-or-change-the-replica-s-filter-because-the-replica-h.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are attempting to change a partial replica's filter or populate a partial replica, and that replica has conflicts or data errors. You need to resolve the conflicts or errors before proceeding. This prevents inadvertent loss of conflict information and ensures that errors are corrected properly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-repeat-table-name-name-in-from-clauseerror-3074.md b/access/Concepts/Miscellaneous/cannot-repeat-table-name-name-in-from-clauseerror-3074.md
index 2c8d92305ef..d0c29c81232 100644
--- a/access/Concepts/Miscellaneous/cannot-repeat-table-name-name-in-from-clauseerror-3074.md
+++ b/access/Concepts/Miscellaneous/cannot-repeat-table-name-name-in-from-clauseerror-3074.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You cannot list the table name more than once. Remove the extra occurrences of the table name or use an alias. If you are trying to join a table to itself, use an alias to change the second reference to the table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-replicate-the-table-the-number-of-columns-exceeds-the-maximum-allowederro.md b/access/Concepts/Miscellaneous/cannot-replicate-the-table-the-number-of-columns-exceeds-the-maximum-allowederro.md
index d90c46d973d..90e5501bf76 100644
--- a/access/Concepts/Miscellaneous/cannot-replicate-the-table-the-number-of-columns-exceeds-the-maximum-allowederro.md
+++ b/access/Concepts/Miscellaneous/cannot-replicate-the-table-the-number-of-columns-exceeds-the-maximum-allowederro.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The table has exceeded the maximum number of columns allowed. If the table has less than 251 columns, compacting the database may retrieve any available columns that are still counting toward the limit.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-retrieve-the-full-path-information-for-a-member-of-the-replica-seterror-3.md b/access/Concepts/Miscellaneous/cannot-retrieve-the-full-path-information-for-a-member-of-the-replica-seterror-3.md
index edb68cbb950..110c5dd7f9f 100644
--- a/access/Concepts/Miscellaneous/cannot-retrieve-the-full-path-information-for-a-member-of-the-replica-seterror-3.md
+++ b/access/Concepts/Miscellaneous/cannot-retrieve-the-full-path-information-for-a-member-of-the-replica-seterror-3.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected warning. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-save-property-property-is-a-schema-propertyerror-3394.md b/access/Concepts/Miscellaneous/cannot-save-property-property-is-a-schema-propertyerror-3394.md
index 2dd49f39d82..43f23c64734 100644
--- a/access/Concepts/Miscellaneous/cannot-save-property-property-is-a-schema-propertyerror-3394.md
+++ b/access/Concepts/Miscellaneous/cannot-save-property-property-is-a-schema-propertyerror-3394.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to set or change a schema property. When you create a new schema property, specify **True** as the fourth argument to the **CreateProperty** method in order to set or delete this property.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-set-field-name-in-join-key-to-nullerror-3100.md b/access/Concepts/Miscellaneous/cannot-set-field-name-in-join-key-to-nullerror-3100.md
index b2a7a550449..afb7d34e45f 100644
--- a/access/Concepts/Miscellaneous/cannot-set-field-name-in-join-key-to-nullerror-3100.md
+++ b/access/Concepts/Miscellaneous/cannot-set-field-name-in-join-key-to-nullerror-3100.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have a join, and you tried to set a field on either side of the join to a **Null** value. Either select different fields or enter data in the fields, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-set-multiple-null-not-null-attributeserror-3806.md b/access/Concepts/Miscellaneous/cannot-set-multiple-null-not-null-attributeserror-3806.md
index 9eccb74ff1e..cb56f9fedc4 100644
--- a/access/Concepts/Miscellaneous/cannot-set-multiple-null-not-null-attributeserror-3806.md
+++ b/access/Concepts/Miscellaneous/cannot-set-multiple-null-not-null-attributeserror-3806.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-set-the-specified-registry-parameter-for-the-synchronizererror-3493.md b/access/Concepts/Miscellaneous/cannot-set-the-specified-registry-parameter-for-the-synchronizererror-3493.md
index 74310775f17..17e0a7f1a31 100644
--- a/access/Concepts/Miscellaneous/cannot-set-the-specified-registry-parameter-for-the-synchronizererror-3493.md
+++ b/access/Concepts/Miscellaneous/cannot-set-the-specified-registry-parameter-for-the-synchronizererror-3493.md
@@ -28,9 +28,9 @@ You need to reconfigure the Synchronizer on your computer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-set-this-property-for-remote-objectserror-3365.md b/access/Concepts/Miscellaneous/cannot-set-this-property-for-remote-objectserror-3365.md
index df82b6711ca..6ad05441e12 100644
--- a/access/Concepts/Miscellaneous/cannot-set-this-property-for-remote-objectserror-3365.md
+++ b/access/Concepts/Miscellaneous/cannot-set-this-property-for-remote-objectserror-3365.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This property is not available for objects associated with ODBC databases.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-set-this-property-once-the-object-is-part-of-a-collectionerror-3268.md b/access/Concepts/Miscellaneous/cannot-set-this-property-once-the-object-is-part-of-a-collectionerror-3268.md
index 5eea9403fa7..f886c58fa27 100644
--- a/access/Concepts/Miscellaneous/cannot-set-this-property-once-the-object-is-part-of-a-collectionerror-3268.md
+++ b/access/Concepts/Miscellaneous/cannot-set-this-property-once-the-object-is-part-of-a-collectionerror-3268.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
An attempt was made to change the value of a property of an object ( **TableDef**, **Field**, and so on) that is already appended to a collection.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-set-valueerror-2448.md b/access/Concepts/Miscellaneous/cannot-set-valueerror-2448.md
index c04c5927be0..25e948ab98d 100644
--- a/access/Concepts/Miscellaneous/cannot-set-valueerror-2448.md
+++ b/access/Concepts/Miscellaneous/cannot-set-valueerror-2448.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are trying to assign a value to an object that is read-only or does not have a value.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-sort-on-memo-or-ole-object-clauseerror-3117.md b/access/Concepts/Miscellaneous/cannot-sort-on-memo-or-ole-object-clauseerror-3117.md
index 0c0679fd068..9daa5580208 100644
--- a/access/Concepts/Miscellaneous/cannot-sort-on-memo-or-ole-object-clauseerror-3117.md
+++ b/access/Concepts/Miscellaneous/cannot-sort-on-memo-or-ole-object-clauseerror-3117.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The ORDER BY clause of an SQL statement cannot include Memo or OLE Object fields.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-specify-fixed-column-heading-value-in-a-crosstab-query-more-than-onceerro.md b/access/Concepts/Miscellaneous/cannot-specify-fixed-column-heading-value-in-a-crosstab-query-more-than-onceerro.md
index c0e00f5d46d..76d2a502aca 100644
--- a/access/Concepts/Miscellaneous/cannot-specify-fixed-column-heading-value-in-a-crosstab-query-more-than-onceerro.md
+++ b/access/Concepts/Miscellaneous/cannot-specify-fixed-column-heading-value-in-a-crosstab-query-more-than-onceerro.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
When you create a crosstab query with fixed column headings, the values you specify must be unique. Change one or more of the duplicate column headings, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-start-your-application-the-workgroup-information-file-is-missing-or-opene.md b/access/Concepts/Miscellaneous/cannot-start-your-application-the-workgroup-information-file-is-missing-or-opene.md
index 874c792356d..3a74333feb7 100644
--- a/access/Concepts/Miscellaneous/cannot-start-your-application-the-workgroup-information-file-is-missing-or-opene.md
+++ b/access/Concepts/Miscellaneous/cannot-start-your-application-the-workgroup-information-file-is-missing-or-opene.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
To ensure referential integrity in databases created by the Microsoft Access database engine, your application must read the database's System.mdw file. Make sure the file is in the location specified in the **SystemDB** value in the Windows Registry.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-synchronize-a-partial-replica-with-another-partial-replicaerror-3648.md b/access/Concepts/Miscellaneous/cannot-synchronize-a-partial-replica-with-another-partial-replicaerror-3648.md
index caff9786d21..368bd95a34e 100644
--- a/access/Concepts/Miscellaneous/cannot-synchronize-a-partial-replica-with-another-partial-replicaerror-3648.md
+++ b/access/Concepts/Miscellaneous/cannot-synchronize-a-partial-replica-with-another-partial-replicaerror-3648.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The database you are trying to synchronize with is a partial replica. You cannot synchronize a partial replica with another partial replica, because the other partial replica may not contain all records that satisfy your partial replica's filter.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-update-database-or-object-is-read-onlyerror-3027.md b/access/Concepts/Miscellaneous/cannot-update-database-or-object-is-read-onlyerror-3027.md
index 05720b07a59..35ad3efb899 100644
--- a/access/Concepts/Miscellaneous/cannot-update-database-or-object-is-read-onlyerror-3027.md
+++ b/access/Concepts/Miscellaneous/cannot-update-database-or-object-is-read-onlyerror-3027.md
@@ -35,9 +35,9 @@ The database is read-only for one of these reasons:
Close the database, resolve the read-only condition, and then reopen the file for read/write access.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-update-field-namefield-not-updatableerror-3113.md b/access/Concepts/Miscellaneous/cannot-update-field-namefield-not-updatableerror-3113.md
index 757f8b760ed..ada3cd5b7fe 100644
--- a/access/Concepts/Miscellaneous/cannot-update-field-namefield-not-updatableerror-3113.md
+++ b/access/Concepts/Miscellaneous/cannot-update-field-namefield-not-updatableerror-3113.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-update-replication-system-columnerror-3577.md b/access/Concepts/Miscellaneous/cannot-update-replication-system-columnerror-3577.md
index 4e7ba154510..0000f069cdf 100644
--- a/access/Concepts/Miscellaneous/cannot-update-replication-system-columnerror-3577.md
+++ b/access/Concepts/Miscellaneous/cannot-update-replication-system-columnerror-3577.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The column you are attempting to update is a system column and is read-only.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-use-having-clause-in-transform-statementerror-3092.md b/access/Concepts/Miscellaneous/cannot-use-having-clause-in-transform-statementerror-3092.md
index 1d735c16b8c..0d79031a381 100644
--- a/access/Concepts/Miscellaneous/cannot-use-having-clause-in-transform-statementerror-3092.md
+++ b/access/Concepts/Miscellaneous/cannot-use-having-clause-in-transform-statementerror-3092.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
If you want to specify selection criteria, use a WHERE clause.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-use-in-crosstab-queryerror-3123.md b/access/Concepts/Miscellaneous/cannot-use-in-crosstab-queryerror-3123.md
index 6b44dd46614..14cf4d5bcb4 100644
--- a/access/Concepts/Miscellaneous/cannot-use-in-crosstab-queryerror-3123.md
+++ b/access/Concepts/Miscellaneous/cannot-use-in-crosstab-queryerror-3123.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to execute a query that groups or totals fields selected with an asterisk ( * ). Choose specific fields, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-use-internal-report-queryerror-3083.md b/access/Concepts/Miscellaneous/cannot-use-internal-report-queryerror-3083.md
index 62f312c2438..77eed905db5 100644
--- a/access/Concepts/Miscellaneous/cannot-use-internal-report-queryerror-3083.md
+++ b/access/Concepts/Miscellaneous/cannot-use-internal-report-queryerror-3083.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to use an SQL statement that includes an explicit reference to a disallowed internal report query. Remove the invalid reference and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-use-memo-or-ole-object-field-name-in-the-select-clause-of-a-union-queryer.md b/access/Concepts/Miscellaneous/cannot-use-memo-or-ole-object-field-name-in-the-select-clause-of-a-union-queryer.md
index 3530cbe1964..06b1cd3abf5 100644
--- a/access/Concepts/Miscellaneous/cannot-use-memo-or-ole-object-field-name-in-the-select-clause-of-a-union-queryer.md
+++ b/access/Concepts/Miscellaneous/cannot-use-memo-or-ole-object-field-name-in-the-select-clause-of-a-union-queryer.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
A field you specified in the SELECT part of a union query in the SQL statement for the query has a field data type of Memo or OLE object. You cannot specify a field of either of these types.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-use-the-crosstab-of-a-non-fixed-column-as-a-subqueryerror-3637.md b/access/Concepts/Miscellaneous/cannot-use-the-crosstab-of-a-non-fixed-column-as-a-subqueryerror-3637.md
index 50a60a61b6b..250bb45e08d 100644
--- a/access/Concepts/Miscellaneous/cannot-use-the-crosstab-of-a-non-fixed-column-as-a-subqueryerror-3637.md
+++ b/access/Concepts/Miscellaneous/cannot-use-the-crosstab-of-a-non-fixed-column-as-a-subqueryerror-3637.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have attempted to sort on a variable column crosstab. You should save the results of the query, and then sort the results with the Sort Ascending or Sort Descending button.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/catalog-example-vb.md b/access/Concepts/Miscellaneous/catalog-example-vb.md
index 29f395d0b82..baf11c9f309 100644
--- a/access/Concepts/Miscellaneous/catalog-example-vb.md
+++ b/access/Concepts/Miscellaneous/catalog-example-vb.md
@@ -411,9 +411,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cellset-example-vb.md b/access/Concepts/Miscellaneous/cellset-example-vb.md
index 2d1f17d825c..2124dc55cf5 100644
--- a/access/Concepts/Miscellaneous/cellset-example-vb.md
+++ b/access/Concepts/Miscellaneous/cellset-example-vb.md
@@ -110,9 +110,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/characters-found-after-end-of-sql-statementerror-3142.md b/access/Concepts/Miscellaneous/characters-found-after-end-of-sql-statementerror-3142.md
index cd48883fd83..858f1a97ed8 100644
--- a/access/Concepts/Miscellaneous/characters-found-after-end-of-sql-statementerror-3142.md
+++ b/access/Concepts/Miscellaneous/characters-found-after-end-of-sql-statementerror-3142.md
@@ -19,9 +19,9 @@ You entered data after using a semicolon (;) in the SQL statement. For example,
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/check-constraint-name-already-existserror-3756.md b/access/Concepts/Miscellaneous/check-constraint-name-already-existserror-3756.md
index f09dc809bd9..a044f40fcfc 100644
--- a/access/Concepts/Miscellaneous/check-constraint-name-already-existserror-3756.md
+++ b/access/Concepts/Miscellaneous/check-constraint-name-already-existserror-3756.md
@@ -19,9 +19,9 @@ This error occurs when, using the ALTER TABLE ALTER COLUMN syntax, you try to us
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/check-constraint-name-does-not-existerror-3755.md b/access/Concepts/Miscellaneous/check-constraint-name-does-not-existerror-3755.md
index be4a7788891..ef42cc19399 100644
--- a/access/Concepts/Miscellaneous/check-constraint-name-does-not-existerror-3755.md
+++ b/access/Concepts/Miscellaneous/check-constraint-name-does-not-existerror-3755.md
@@ -19,9 +19,9 @@ This error occurs when, using the ALTER TABLE ALTER COLUMN syntax, you try to DR
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/check-constraints-are-not-allowed-in-replicable-databaseserror-3798.md b/access/Concepts/Miscellaneous/check-constraints-are-not-allowed-in-replicable-databaseserror-3798.md
index 7772bccb829..314c7ab79c9 100644
--- a/access/Concepts/Miscellaneous/check-constraints-are-not-allowed-in-replicable-databaseserror-3798.md
+++ b/access/Concepts/Miscellaneous/check-constraints-are-not-allowed-in-replicable-databaseserror-3798.md
@@ -19,9 +19,9 @@ Remove any CHECK constraint prior to making the database or table replicable.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/check-constraints-on-table-name-will-not-be-transferred-to-this-table-check-cons.md b/access/Concepts/Miscellaneous/check-constraints-on-table-name-will-not-be-transferred-to-this-table-check-cons.md
index 6a660492063..f35f7672264 100644
--- a/access/Concepts/Miscellaneous/check-constraints-on-table-name-will-not-be-transferred-to-this-table-check-cons.md
+++ b/access/Concepts/Miscellaneous/check-constraints-on-table-name-will-not-be-transferred-to-this-table-check-cons.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/circular-reference-caused-by-alias-name-in-query-definition-s-select-listerror-3.md b/access/Concepts/Miscellaneous/circular-reference-caused-by-alias-name-in-query-definition-s-select-listerror-3.md
index b0e37cc6dbb..f53fa13d360 100644
--- a/access/Concepts/Miscellaneous/circular-reference-caused-by-alias-name-in-query-definition-s-select-listerror-3.md
+++ b/access/Concepts/Miscellaneous/circular-reference-caused-by-alias-name-in-query-definition-s-select-listerror-3.md
@@ -36,9 +36,9 @@ SELECT week1 + week2 as hours, hours + overtime as gross, gross + ytdpay as week
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/circular-reference-caused-by-query-referenceerror-3102.md b/access/Concepts/Miscellaneous/circular-reference-caused-by-query-referenceerror-3102.md
index cb5f985327d..cad160955aa 100644
--- a/access/Concepts/Miscellaneous/circular-reference-caused-by-query-referenceerror-3102.md
+++ b/access/Concepts/Miscellaneous/circular-reference-caused-by-query-referenceerror-3102.md
@@ -38,9 +38,9 @@ SELECT * FROM Query1;
Redesign the queries to eliminate the dependency.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/client-has-asked-the-synchronizer-to-terminate-operationerror-3535.md b/access/Concepts/Miscellaneous/client-has-asked-the-synchronizer-to-terminate-operationerror-3535.md
index ac0b91f7434..2036c61b544 100644
--- a/access/Concepts/Miscellaneous/client-has-asked-the-synchronizer-to-terminate-operationerror-3535.md
+++ b/access/Concepts/Miscellaneous/client-has-asked-the-synchronizer-to-terminate-operationerror-3535.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/collections-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/collections-ado-for-visual-c-plus-plus-syntax.md
index 14bee1b0b0e..838ee07c9b7 100644
--- a/access/Concepts/Miscellaneous/collections-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/collections-ado-for-visual-c-plus-plus-syntax.md
@@ -20,20 +20,20 @@ ms.date: 06/08/2017
**Parameters**
**Methods**
-[Append](http://msdn.microsoft.com/library/cca133af-2b95-877d-0488-0d99631623f2%28Office.15%29.aspx)(IDispatch * _Object_ )[Delete](http://msdn.microsoft.com/library/03ffc24d-fea2-30fa-c8e9-43eb524fd51f%28Office.15%29.aspx)(VARIANT _Index_ )[Refresh](http://msdn.microsoft.com/library/f1c8829f-9c7d-12b6-7470-727ff38d663e%28Office.15%29.aspx)(void)
+[Append](http://msdn.microsoft.com/library/cca133af-2b95-877d-0488-0d99631623f2%28Office.15%29.aspx)(IDispatch * _Object_ ) [Delete](http://msdn.microsoft.com/library/03ffc24d-fea2-30fa-c8e9-43eb524fd51f%28Office.15%29.aspx)(VARIANT _Index_ ) [Refresh](http://msdn.microsoft.com/library/f1c8829f-9c7d-12b6-7470-727ff38d663e%28Office.15%29.aspx)(void)
**Properties**
-[get_Count](http://msdn.microsoft.com/library/b59f9581-ffd1-471d-44fa-3c1bb812e140%28Office.15%29.aspx)(long * _c_ )[get_Item](http://msdn.microsoft.com/library/793c305f-0e5b-a529-e21f-b7ab0843ed49%28Office.15%29.aspx)(VARIANT _Index,_ _ADOParameter ** _ppvObject_ )
+[get_Count](http://msdn.microsoft.com/library/b59f9581-ffd1-471d-44fa-3c1bb812e140%28Office.15%29.aspx)(long * _c_ ) [get_Item](http://msdn.microsoft.com/library/793c305f-0e5b-a529-e21f-b7ab0843ed49%28Office.15%29.aspx)(VARIANT _Index,_ _ADOParameter ** _ppvObject_ )
## Fields
**Methods**
-[Append](http://msdn.microsoft.com/library/cca133af-2b95-877d-0488-0d99631623f2%28Office.15%29.aspx)(BSTR _bstrName,_ DataTypeEnum _Type,_ long _DefinedSize,_ FieldAttributeEnum _Attrib_ )[Delete](http://msdn.microsoft.com/library/adc66365-703f-4491-fc5b-dbc9bca2ac53%28Office.15%29.aspx)(VARIANT _Index_ )[Refresh](http://msdn.microsoft.com/library/f1c8829f-9c7d-12b6-7470-727ff38d663e%28Office.15%29.aspx)(void)
+[Append](http://msdn.microsoft.com/library/cca133af-2b95-877d-0488-0d99631623f2%28Office.15%29.aspx)(BSTR _bstrName,_ DataTypeEnum _Type,_ long _DefinedSize,_ FieldAttributeEnum _Attrib_ ) [Delete](http://msdn.microsoft.com/library/adc66365-703f-4491-fc5b-dbc9bca2ac53%28Office.15%29.aspx)(VARIANT _Index_ ) [Refresh](http://msdn.microsoft.com/library/f1c8829f-9c7d-12b6-7470-727ff38d663e%28Office.15%29.aspx)(void)
**Properties**
-[get_Count](http://msdn.microsoft.com/library/b59f9581-ffd1-471d-44fa-3c1bb812e140%28Office.15%29.aspx)(long * _c_ )[get_Item](http://msdn.microsoft.com/library/793c305f-0e5b-a529-e21f-b7ab0843ed49%28Office.15%29.aspx)(VARIANT _Index,_ ADOField ** _ppvObject_ )
+[get_Count](http://msdn.microsoft.com/library/b59f9581-ffd1-471d-44fa-3c1bb812e140%28Office.15%29.aspx)(long * _c_ ) [get_Item](http://msdn.microsoft.com/library/793c305f-0e5b-a529-e21f-b7ab0843ed49%28Office.15%29.aspx)(VARIANT _Index,_ ADOField ** _ppvObject_ )
## Errors
@@ -41,11 +41,11 @@ ms.date: 06/08/2017
**Methods**
-[Clear](http://msdn.microsoft.com/library/5d51f42c-147b-1fcf-d05b-123e5714ecb7%28Office.15%29.aspx)(void)[Refresh](http://msdn.microsoft.com/library/f1c8829f-9c7d-12b6-7470-727ff38d663e%28Office.15%29.aspx)(void)
+[Clear](http://msdn.microsoft.com/library/5d51f42c-147b-1fcf-d05b-123e5714ecb7%28Office.15%29.aspx)(void) [Refresh](http://msdn.microsoft.com/library/f1c8829f-9c7d-12b6-7470-727ff38d663e%28Office.15%29.aspx)(void)
**Properties**
-[get_Count](http://msdn.microsoft.com/library/b59f9581-ffd1-471d-44fa-3c1bb812e140%28Office.15%29.aspx)(long * _c_ )[get_Item](http://msdn.microsoft.com/library/793c305f-0e5b-a529-e21f-b7ab0843ed49%28Office.15%29.aspx)(VARIANT _Index,_ ADOError ** _ppvObject_ )
+[get_Count](http://msdn.microsoft.com/library/b59f9581-ffd1-471d-44fa-3c1bb812e140%28Office.15%29.aspx)(long * _c_ ) [get_Item](http://msdn.microsoft.com/library/793c305f-0e5b-a529-e21f-b7ab0843ed49%28Office.15%29.aspx)(VARIANT _Index,_ ADOError ** _ppvObject_ )
## Properties
@@ -57,13 +57,13 @@ ms.date: 06/08/2017
**Properties**
-[get_Count](http://msdn.microsoft.com/library/b59f9581-ffd1-471d-44fa-3c1bb812e140%28Office.15%29.aspx)(long * _c_ )[get_Item](http://msdn.microsoft.com/library/793c305f-0e5b-a529-e21f-b7ab0843ed49%28Office.15%29.aspx)(VARIANT _Index_, ADOProperty ** _ppvObject_ )
+[get_Count](http://msdn.microsoft.com/library/b59f9581-ffd1-471d-44fa-3c1bb812e140%28Office.15%29.aspx)(long * _c_ ) [get_Item](http://msdn.microsoft.com/library/793c305f-0e5b-a529-e21f-b7ab0843ed49%28Office.15%29.aspx)(VARIANT _Index_, ADOProperty ** _ppvObject_ )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/collections-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/collections-ado-wfc-syntax.md
index b3efd12f902..c85673a3b45 100644
--- a/access/Concepts/Miscellaneous/collections-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/collections-ado-wfc-syntax.md
@@ -73,9 +73,9 @@ public int Invalid DDUE based on source, error:link not allowed in code, link fi
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/collections-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/collections-visual-c-plus-plus-syntax-index-with-import.md
index f32d908779a..ee8e7f6cd1c 100644
--- a/access/Concepts/Miscellaneous/collections-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/collections-visual-c-plus-plus-syntax-index-with-import.md
@@ -107,9 +107,9 @@ __declspec(property(get=GetItem)) PropertyPtr Invalid DDUE based on source, erro
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/color-builder.md b/access/Concepts/Miscellaneous/color-builder.md
index dc3f355cc02..437179e61d0 100644
--- a/access/Concepts/Miscellaneous/color-builder.md
+++ b/access/Concepts/Miscellaneous/color-builder.md
@@ -21,9 +21,9 @@ To run this builder, click the **Build** button next to the appropriate propert
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/command-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/command-ado-for-visual-c-plus-plus-syntax.md
index de234979295..e48265be62c 100644
--- a/access/Concepts/Miscellaneous/command-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/command-ado-for-visual-c-plus-plus-syntax.md
@@ -14,15 +14,15 @@ ms.date: 06/08/2017
**Methods**
-[Cancel](http://msdn.microsoft.com/library/747edc04-a5cc-3631-2d0b-82e7e41a76b7%28Office.15%29.aspx)(void)[CreateParameter](http://msdn.microsoft.com/library/cf080a0b-75d2-dcdf-2715-10af147358e9%28Office.15%29.aspx)(BSTR _Name,_ DataTypeEnum _Type,_ ParameterDirectionEnum _Direction,_ long _Size,_ VARIANT _Value,_ _ADOParameter ** _ppiprm_ )[Execute](execute-method-ado-command.md)(VARIANT * _RecordsAffected,_ VARIANT * _Parameters,_ long _Options,_ _ADORecordset ** _ppirs_ )
+[Cancel](http://msdn.microsoft.com/library/747edc04-a5cc-3631-2d0b-82e7e41a76b7%28Office.15%29.aspx)(void) [CreateParameter](http://msdn.microsoft.com/library/cf080a0b-75d2-dcdf-2715-10af147358e9%28Office.15%29.aspx)(BSTR _Name,_ DataTypeEnum _Type,_ ParameterDirectionEnum _Direction,_ long _Size,_ VARIANT _Value,_ _ADOParameter ** _ppiprm_ ) [Execute](execute-method-ado-command.md)(VARIANT * _RecordsAffected,_ VARIANT * _Parameters,_ long _Options,_ _ADORecordset ** _ppirs_ )
**Properties**
-[get_ActiveConnection](http://msdn.microsoft.com/library/5501b2d7-b62c-5fff-1edd-2b7efb3f8c4a%28Office.15%29.aspx)(_ADOConnection ** _ppvObject_ ) **put_ActiveConnection** (VARIANT _vConn_ ) **putref_ActiveConnection** (_ADOConnection * _pCon_ )[get_CommandText](http://msdn.microsoft.com/library/0debec1c-068f-0aea-fce8-e61aa39c5907%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_CommandText** (BSTR _bstr_ )[get_CommandTimeout](http://msdn.microsoft.com/library/a0b6209c-9feb-08ae-002a-15d1d20734a8%28Office.15%29.aspx)(LONG * _pl_ ) **put_CommandTimeout** (LONG _Timeout_ )[get_CommandType](http://msdn.microsoft.com/library/c8d4fc1c-502b-11f3-af9d-605a03b6f056%28Office.15%29.aspx)(CommandTypeEnum * _plCmdType_ ) **put_CommandType** (CommandTypeEnum _lCmdType_ )[get_Name](http://msdn.microsoft.com/library/4b19bd08-ac3c-86f0-471d-06a37a0d4f89%28Office.15%29.aspx)(BSTR * _pbstrName_ ) **put_Name** (BSTR _bstrName_ )[get_Prepared](http://msdn.microsoft.com/library/33becda2-faab-5000-8904-6ffd8c5805f2%28Office.15%29.aspx)(VARIANT_BOOL * _pfPrepared_ ) **put_Prepared** (VARIANT_BOOL _fPrepared_ )[get_State](http://msdn.microsoft.com/library/ade0a50c-e2d8-23ac-4ea9-b012fedcd5db%28Office.15%29.aspx)(LONG * _plObjState_ )[get_Parameters](http://msdn.microsoft.com/library/554387c3-3572-5391-3b24-c7d3443844cd%28Office.15%29.aspx)(ADOParameters ** _ppvObject_ )
+[get_ActiveConnection](http://msdn.microsoft.com/library/5501b2d7-b62c-5fff-1edd-2b7efb3f8c4a%28Office.15%29.aspx)(_ADOConnection ** _ppvObject_ ) **put_ActiveConnection** (VARIANT _vConn_ ) **putref_ActiveConnection** (_ADOConnection * _pCon_ ) [get_CommandText](http://msdn.microsoft.com/library/0debec1c-068f-0aea-fce8-e61aa39c5907%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_CommandText** (BSTR _bstr_ ) [get_CommandTimeout](http://msdn.microsoft.com/library/a0b6209c-9feb-08ae-002a-15d1d20734a8%28Office.15%29.aspx)(LONG * _pl_ ) **put_CommandTimeout** (LONG _Timeout_ ) [get_CommandType](http://msdn.microsoft.com/library/c8d4fc1c-502b-11f3-af9d-605a03b6f056%28Office.15%29.aspx)(CommandTypeEnum * _plCmdType_ ) **put_CommandType** (CommandTypeEnum _lCmdType_ ) [get_Name](http://msdn.microsoft.com/library/4b19bd08-ac3c-86f0-471d-06a37a0d4f89%28Office.15%29.aspx)(BSTR * _pbstrName_ ) **put_Name** (BSTR _bstrName_ ) [get_Prepared](http://msdn.microsoft.com/library/33becda2-faab-5000-8904-6ffd8c5805f2%28Office.15%29.aspx)(VARIANT_BOOL * _pfPrepared_ ) **put_Prepared** (VARIANT_BOOL _fPrepared_ ) [get_State](http://msdn.microsoft.com/library/ade0a50c-e2d8-23ac-4ea9-b012fedcd5db%28Office.15%29.aspx)(LONG * _plObjState_ ) [get_Parameters](http://msdn.microsoft.com/library/554387c3-3572-5391-3b24-c7d3443844cd%28Office.15%29.aspx)(ADOParameters ** _ppvObject_ )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/command-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/command-ado-wfc-syntax.md
index a856b3dd633..07a35e238a2 100644
--- a/access/Concepts/Miscellaneous/command-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/command-ado-wfc-syntax.md
@@ -60,9 +60,9 @@ public AdoProperties Invalid DDUE based on source, error:link not allowed in cod
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/command-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/command-visual-c-plus-plus-syntax-index-with-import.md
index 65121956b69..0e24d4f9190 100644
--- a/access/Concepts/Miscellaneous/command-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/command-visual-c-plus-plus-syntax-index-with-import.md
@@ -68,9 +68,9 @@ __declspec(property(get=GetState)) long Invalid DDUE based on source, error:link
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/concurrent-schema-changes-caused-the-create-replica-operation-to-fail-try-againe.md b/access/Concepts/Miscellaneous/concurrent-schema-changes-caused-the-create-replica-operation-to-fail-try-againe.md
index 0fce8010c0c..f375e3d1814 100644
--- a/access/Concepts/Miscellaneous/concurrent-schema-changes-caused-the-create-replica-operation-to-fail-try-againe.md
+++ b/access/Concepts/Miscellaneous/concurrent-schema-changes-caused-the-create-replica-operation-to-fail-try-againe.md
@@ -19,9 +19,9 @@ During the create replica operation new objects that did not allow the operation
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/conflict-tables-cannot-be-renamederror-3769.md b/access/Concepts/Miscellaneous/conflict-tables-cannot-be-renamederror-3769.md
index 48af0410072..b224bbf6bde 100644
--- a/access/Concepts/Miscellaneous/conflict-tables-cannot-be-renamederror-3769.md
+++ b/access/Concepts/Miscellaneous/conflict-tables-cannot-be-renamederror-3769.md
@@ -19,9 +19,9 @@ A conflict table is a system table that cannot be renamed. To remove conflicts f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/connect-property-example-vbscript.md b/access/Concepts/Miscellaneous/connect-property-example-vbscript.md
index 858bc75b753..6858694f6c1 100644
--- a/access/Concepts/Miscellaneous/connect-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/connect-property-example-vbscript.md
@@ -68,9 +68,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/connection-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/connection-ado-for-visual-c-plus-plus-syntax.md
index 274ddc9ed1a..b40523ef1ce 100644
--- a/access/Concepts/Miscellaneous/connection-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/connection-ado-for-visual-c-plus-plus-syntax.md
@@ -14,17 +14,17 @@ ms.date: 06/08/2017
**Methods**
-[BeginTrans](http://msdn.microsoft.com/library/9a0415f0-9424-8d1c-4779-92e932292d46%28Office.15%29.aspx)(long * _TransactionLevel_ )[CommitTrans](http://msdn.microsoft.com/library/9a0415f0-9424-8d1c-4779-92e932292d46%28Office.15%29.aspx)(void)[RollbackTrans](http://msdn.microsoft.com/library/9a0415f0-9424-8d1c-4779-92e932292d46%28Office.15%29.aspx)(void)[Cancel](http://msdn.microsoft.com/library/747edc04-a5cc-3631-2d0b-82e7e41a76b7%28Office.15%29.aspx)(void)[Close](http://msdn.microsoft.com/library/26a7cced-ebeb-70be-f5de-96a35711bc37%28Office.15%29.aspx)(void)[Execute](execute-method-ado-connection.md)(BSTR _CommandText,_ VARIANT * _RecordsAffected,_ long _Options,_ _ADORecordset ** _ppiRset_ )[Open](http://msdn.microsoft.com/library/1adaa17d-dfe1-22e0-3415-720516d138f8%28Office.15%29.aspx)(BSTR _ConnectionString,_ BSTR _UserID,_ BSTR _Password,_ long _Options_ )[OpenSchema](http://msdn.microsoft.com/library/57771163-a14e-207a-2942-849acb79a9a1%28Office.15%29.aspx)(SchemaEnum _Schema,_ VARIANT _Restrictions,_ VARIANT _SchemaID,_ _ADORecordset ** _pprset_ )
+[BeginTrans](http://msdn.microsoft.com/library/9a0415f0-9424-8d1c-4779-92e932292d46%28Office.15%29.aspx)(long * _TransactionLevel_ ) [CommitTrans](http://msdn.microsoft.com/library/9a0415f0-9424-8d1c-4779-92e932292d46%28Office.15%29.aspx)(void) [RollbackTrans](http://msdn.microsoft.com/library/9a0415f0-9424-8d1c-4779-92e932292d46%28Office.15%29.aspx)(void) [Cancel](http://msdn.microsoft.com/library/747edc04-a5cc-3631-2d0b-82e7e41a76b7%28Office.15%29.aspx)(void) [Close](http://msdn.microsoft.com/library/26a7cced-ebeb-70be-f5de-96a35711bc37%28Office.15%29.aspx)(void) [Execute](execute-method-ado-connection.md)(BSTR _CommandText,_ VARIANT * _RecordsAffected,_ long _Options,_ _ADORecordset ** _ppiRset_ ) [Open](http://msdn.microsoft.com/library/1adaa17d-dfe1-22e0-3415-720516d138f8%28Office.15%29.aspx)(BSTR _ConnectionString,_ BSTR _UserID,_ BSTR _Password,_ long _Options_ ) [OpenSchema](http://msdn.microsoft.com/library/57771163-a14e-207a-2942-849acb79a9a1%28Office.15%29.aspx)(SchemaEnum _Schema,_ VARIANT _Restrictions,_ VARIANT _SchemaID,_ _ADORecordset ** _pprset_ )
**Properties**
-[get_Attributes](http://msdn.microsoft.com/library/4cc1f036-606e-7d4b-d270-af374e9d99fa%28Office.15%29.aspx)(long * _plAttr_ ) **put_Attributes** (long _lAttr_ )[get_CommandTimeout](http://msdn.microsoft.com/library/a0b6209c-9feb-08ae-002a-15d1d20734a8%28Office.15%29.aspx)(LONG * _plTimeout_ ) **put_CommandTimeout** (LONG _lTimeout_ )[get_ConnectionString](http://msdn.microsoft.com/library/c67a7daf-258f-d99d-6475-a4aa98d1e99d%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_ConnectionString** (BSTR _bstr_ )[get_ConnectionTimeout](http://msdn.microsoft.com/library/efc39fd8-afce-5ac0-2fff-cbb55c1a444d%28Office.15%29.aspx)(LONG * _plTimeout_ ) **put_ConnectionTimeout** (LONG _lTimeout_ )[get_CursorLocation](http://msdn.microsoft.com/library/8a048bd4-ae25-a555-1c07-14364b7e6560%28Office.15%29.aspx)(CursorLocationEnum * _plCursorLoc_ ) **put_CursorLocation** (CursorLocationEnum _lCursorLoc_ )[get_DefaultDatabase](http://msdn.microsoft.com/library/a35c5631-f9d9-e51f-950b-e52169830d94%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_DefaultDatabase** (BSTR _bstr_ )[get_IsolationLevel](http://msdn.microsoft.com/library/19461be5-c94b-4b61-ce08-7abdf702c3dc%28Office.15%29.aspx)(IsolationLevelEnum * _Level_ ) **put_IsolationLevel** (IsolationLevelEnum _Level_ )[get_Mode](http://msdn.microsoft.com/library/62086f4f-8624-16c4-dae1-a17475d1864d%28Office.15%29.aspx)(ConnectModeEnum * _plMode_ ) **put_Mode** (ConnectModeEnum _lMode_ )[get_Provider](http://msdn.microsoft.com/library/1b795f51-93d7-431c-b1fe-0db95f69a56a%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_Provider** (BSTR _Provider_ )[get_State](http://msdn.microsoft.com/library/ade0a50c-e2d8-23ac-4ea9-b012fedcd5db%28Office.15%29.aspx)(LONG * _plObjState_ )[get_Version](http://msdn.microsoft.com/library/61466895-0a6c-533c-bd93-0ab6af654f24%28Office.15%29.aspx)(BSTR * _pbstr_ )[get_Errors](http://msdn.microsoft.com/library/76c234b8-7fec-11c5-275e-864d5d880ee7%28Office.15%29.aspx)(ADOErrors ** _ppvObject_ )
+[get_Attributes](http://msdn.microsoft.com/library/4cc1f036-606e-7d4b-d270-af374e9d99fa%28Office.15%29.aspx)(long * _plAttr_ ) **put_Attributes** (long _lAttr_ ) [get_CommandTimeout](http://msdn.microsoft.com/library/a0b6209c-9feb-08ae-002a-15d1d20734a8%28Office.15%29.aspx)(LONG * _plTimeout_ ) **put_CommandTimeout** (LONG _lTimeout_ ) [get_ConnectionString](http://msdn.microsoft.com/library/c67a7daf-258f-d99d-6475-a4aa98d1e99d%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_ConnectionString** (BSTR _bstr_ ) [get_ConnectionTimeout](http://msdn.microsoft.com/library/efc39fd8-afce-5ac0-2fff-cbb55c1a444d%28Office.15%29.aspx)(LONG * _plTimeout_ ) **put_ConnectionTimeout** (LONG _lTimeout_ ) [get_CursorLocation](http://msdn.microsoft.com/library/8a048bd4-ae25-a555-1c07-14364b7e6560%28Office.15%29.aspx)(CursorLocationEnum * _plCursorLoc_ ) **put_CursorLocation** (CursorLocationEnum _lCursorLoc_ ) [get_DefaultDatabase](http://msdn.microsoft.com/library/a35c5631-f9d9-e51f-950b-e52169830d94%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_DefaultDatabase** (BSTR _bstr_ ) [get_IsolationLevel](http://msdn.microsoft.com/library/19461be5-c94b-4b61-ce08-7abdf702c3dc%28Office.15%29.aspx)(IsolationLevelEnum * _Level_ ) **put_IsolationLevel** (IsolationLevelEnum _Level_ ) [get_Mode](http://msdn.microsoft.com/library/62086f4f-8624-16c4-dae1-a17475d1864d%28Office.15%29.aspx)(ConnectModeEnum * _plMode_ ) **put_Mode** (ConnectModeEnum _lMode_ ) [get_Provider](http://msdn.microsoft.com/library/1b795f51-93d7-431c-b1fe-0db95f69a56a%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_Provider** (BSTR _Provider_ ) [get_State](http://msdn.microsoft.com/library/ade0a50c-e2d8-23ac-4ea9-b012fedcd5db%28Office.15%29.aspx)(LONG * _plObjState_ ) [get_Version](http://msdn.microsoft.com/library/61466895-0a6c-533c-bd93-0ab6af654f24%28Office.15%29.aspx)(BSTR * _pbstr_ ) [get_Errors](http://msdn.microsoft.com/library/76c234b8-7fec-11c5-275e-864d5d880ee7%28Office.15%29.aspx)(ADOErrors ** _ppvObject_ )
**Events**
-[BeginTransComplete](http://msdn.microsoft.com/library/9d0ae38e-530a-7a89-a344-f3ab401c2e35%28Office.15%29.aspx)(LONG _TransactionLevel,_ ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ )[CommitTransComplete](http://msdn.microsoft.com/library/9d0ae38e-530a-7a89-a344-f3ab401c2e35%28Office.15%29.aspx)(ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ )[ConnectComplete](http://msdn.microsoft.com/library/8ecb080b-7fc9-7565-25bd-bd57b983750d%28Office.15%29.aspx)(ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ )[Disconnect](http://msdn.microsoft.com/library/8ecb080b-7fc9-7565-25bd-bd57b983750d%28Office.15%29.aspx)(EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ )[ExecuteComplete](http://msdn.microsoft.com/library/47317d97-e373-32f4-9438-2dff46b8d367%28Office.15%29.aspx)(LONG _RecordsAffected,_ ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOCommand * _pCommand,_ _ADORecordset * _pRecordset,_ _ADOConnection * _pConnection_ )[InfoMessage](http://msdn.microsoft.com/library/5d4f487f-96c8-4cf6-60ab-583510d3096f%28Office.15%29.aspx)(ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ )[RollbackTransComplete](http://msdn.microsoft.com/library/9d0ae38e-530a-7a89-a344-f3ab401c2e35%28Office.15%29.aspx)(ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ )[WillConnect](http://msdn.microsoft.com/library/8b0e9955-4e7a-7af8-ce6c-7a4ba569a5bb%28Office.15%29.aspx)(BSTR * _ConnectionString,_ BSTR * _UserID,_ BSTR * _Password,_ long * _Options,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ )[WillExecute](http://msdn.microsoft.com/library/9f516bfd-246d-9817-4ca3-64598ab466f7%28Office.15%29.aspx)(BSTR * _Source,_ CursorTypeEnum * _CursorType,_ LockTypeEnum * _LockType,_ long * _Options,_ EventStatusEnum * _adStatus,_ _ADOCommand * _pCommand,_ _ADORecordset * _pRecordset,_ _ADOConnection * _pConnection_ )
+[BeginTransComplete](http://msdn.microsoft.com/library/9d0ae38e-530a-7a89-a344-f3ab401c2e35%28Office.15%29.aspx)(LONG _TransactionLevel,_ ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ ) [CommitTransComplete](http://msdn.microsoft.com/library/9d0ae38e-530a-7a89-a344-f3ab401c2e35%28Office.15%29.aspx)(ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ ) [ConnectComplete](http://msdn.microsoft.com/library/8ecb080b-7fc9-7565-25bd-bd57b983750d%28Office.15%29.aspx)(ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ ) [Disconnect](http://msdn.microsoft.com/library/8ecb080b-7fc9-7565-25bd-bd57b983750d%28Office.15%29.aspx)(EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ ) [ExecuteComplete](http://msdn.microsoft.com/library/47317d97-e373-32f4-9438-2dff46b8d367%28Office.15%29.aspx)(LONG _RecordsAffected,_ ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOCommand * _pCommand,_ _ADORecordset * _pRecordset,_ _ADOConnection * _pConnection_ ) [InfoMessage](http://msdn.microsoft.com/library/5d4f487f-96c8-4cf6-60ab-583510d3096f%28Office.15%29.aspx)(ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ ) [RollbackTransComplete](http://msdn.microsoft.com/library/9d0ae38e-530a-7a89-a344-f3ab401c2e35%28Office.15%29.aspx)(ADOError * _pError,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ ) [WillConnect](http://msdn.microsoft.com/library/8b0e9955-4e7a-7af8-ce6c-7a4ba569a5bb%28Office.15%29.aspx)(BSTR * _ConnectionString,_ BSTR * _UserID,_ BSTR * _Password,_ long * _Options,_ EventStatusEnum * _adStatus,_ _ADOConnection * _pConnection_ ) [WillExecute](http://msdn.microsoft.com/library/9f516bfd-246d-9817-4ca3-64598ab466f7%28Office.15%29.aspx)(BSTR * _Source,_ CursorTypeEnum * _CursorType,_ LockTypeEnum * _LockType,_ long * _Options,_ EventStatusEnum * _adStatus,_ _ADOCommand * _pCommand,_ _ADORecordset * _pRecordset,_ _ADOConnection * _pConnection_ )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/connection-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/connection-ado-wfc-syntax.md
index 4f38f3df3c3..38a98c420d3 100644
--- a/access/Concepts/Miscellaneous/connection-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/connection-ado-wfc-syntax.md
@@ -103,9 +103,9 @@ public void removeOnWillExecute(ConnectionEventHandler handler )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/connection-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/connection-visual-c-plus-plus-syntax-index-with-import.md
index a614615f0dc..9280b951165 100644
--- a/access/Concepts/Miscellaneous/connection-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/connection-visual-c-plus-plus-syntax-index-with-import.md
@@ -94,9 +94,9 @@ __declspec(property(get=GetState)) long Invalid DDUE based on source, error:link
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/connectionevents-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/connectionevents-visual-c-plus-plus-syntax-index-with-import.md
index 3379fff31e3..217fd72e6f0 100644
--- a/access/Concepts/Miscellaneous/connectionevents-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/connectionevents-visual-c-plus-plus-syntax-index-with-import.md
@@ -51,9 +51,9 @@ HRESULT Invalid DDUE based on source, error:link not allowed in code, link filen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/constants-enumeration-access.md b/access/Concepts/Miscellaneous/constants-enumeration-access.md
index 03992b080c4..5a31eaa2a2f 100644
--- a/access/Concepts/Miscellaneous/constants-enumeration-access.md
+++ b/access/Concepts/Miscellaneous/constants-enumeration-access.md
@@ -253,9 +253,9 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/convert-library-databases-and-add-ins.md b/access/Concepts/Miscellaneous/convert-library-databases-and-add-ins.md
index 554413e1321..f116fc79e71 100644
--- a/access/Concepts/Miscellaneous/convert-library-databases-and-add-ins.md
+++ b/access/Concepts/Miscellaneous/convert-library-databases-and-add-ins.md
@@ -30,9 +30,9 @@ In versions 1. _x_ and 2.0 of Access, you can make circular library references.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/converttostring-method-example-vbscript.md b/access/Concepts/Miscellaneous/converttostring-method-example-vbscript.md
index e099e5a3690..7ea7ba0aa36 100644
--- a/access/Concepts/Miscellaneous/converttostring-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/converttostring-method-example-vbscript.md
@@ -46,9 +46,9 @@ CLASSID="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33">
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-add-rows-needed-to-make-the-database-replicableerror-3580.md b/access/Concepts/Miscellaneous/could-not-add-rows-needed-to-make-the-database-replicableerror-3580.md
index 41331194526..236618a2761 100644
--- a/access/Concepts/Miscellaneous/could-not-add-rows-needed-to-make-the-database-replicableerror-3580.md
+++ b/access/Concepts/Miscellaneous/could-not-add-rows-needed-to-make-the-database-replicableerror-3580.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-build-keyerror-3250.md b/access/Concepts/Miscellaneous/could-not-build-keyerror-3250.md
index 2b8bc8906b2..0f0f1c5e418 100644
--- a/access/Concepts/Miscellaneous/could-not-build-keyerror-3250.md
+++ b/access/Concepts/Miscellaneous/could-not-build-keyerror-3250.md
@@ -28,9 +28,9 @@ rstEmployees.Seek "=", "Smith", "Joe"
The Microsoft Access database engine will try to construct a primary key from two fields, but because one field is indexed, the attempt will fail and this error results.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-create-index-too-many-indexes-already-definederror-3039.md b/access/Concepts/Miscellaneous/could-not-create-index-too-many-indexes-already-definederror-3039.md
index b1cbffc15a0..0d25e892d93 100644
--- a/access/Concepts/Miscellaneous/could-not-create-index-too-many-indexes-already-definederror-3039.md
+++ b/access/Concepts/Miscellaneous/could-not-create-index-too-many-indexes-already-definederror-3039.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You cannot create another index for this table. Consider deleting an existing index to make room for the new index. The limit is 32 indexes per table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-create-no-modify-design-permission-for-table-or-query-nameerror-3111.md b/access/Concepts/Miscellaneous/could-not-create-no-modify-design-permission-for-table-or-query-nameerror-3111.md
index 4b2a4ba07d0..660f01a184b 100644
--- a/access/Concepts/Miscellaneous/could-not-create-no-modify-design-permission-for-table-or-query-nameerror-3111.md
+++ b/access/Concepts/Miscellaneous/could-not-create-no-modify-design-permission-for-table-or-query-nameerror-3111.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to create the specified table or query, but you do not have the required modify design permission. To change your permission assignments, see your system administrator or the query's creator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-create-replication-system-tables-needed-to-make-the-database-replicabl.md b/access/Concepts/Miscellaneous/could-not-create-replication-system-tables-needed-to-make-the-database-replicabl.md
index d91960e4bde..c00e0e33099 100644
--- a/access/Concepts/Miscellaneous/could-not-create-replication-system-tables-needed-to-make-the-database-replicabl.md
+++ b/access/Concepts/Miscellaneous/could-not-create-replication-system-tables-needed-to-make-the-database-replicabl.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-decrypt-fileerror-3161.md b/access/Concepts/Miscellaneous/could-not-decrypt-fileerror-3161.md
index e9e19e10c66..516d047ef2d 100644
--- a/access/Concepts/Miscellaneous/could-not-decrypt-fileerror-3161.md
+++ b/access/Concepts/Miscellaneous/could-not-decrypt-fileerror-3161.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to access an encrypted Btrieve or Paradox table, but the password you provided is not correct. Try the operation again and enter the correct password.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-delete-from-specified-tableserror-3086.md b/access/Concepts/Miscellaneous/could-not-delete-from-specified-tableserror-3086.md
index c8ac3ae8596..3a92d11cfce 100644
--- a/access/Concepts/Miscellaneous/could-not-delete-from-specified-tableserror-3086.md
+++ b/access/Concepts/Miscellaneous/could-not-delete-from-specified-tableserror-3086.md
@@ -40,9 +40,9 @@ Possible causes:
To delete the data, close the database, resolve the read-only condition, and then reopen the file for read/write access.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-execute-query-could-not-find-linked-tableerror-3184.md b/access/Concepts/Miscellaneous/could-not-execute-query-could-not-find-linked-tableerror-3184.md
index 69dfa527f71..8dc24572654 100644
--- a/access/Concepts/Miscellaneous/could-not-execute-query-could-not-find-linked-tableerror-3184.md
+++ b/access/Concepts/Miscellaneous/could-not-execute-query-could-not-find-linked-tableerror-3184.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-find-a-valid-transport-for-this-synchronizererror-3509.md b/access/Concepts/Miscellaneous/could-not-find-a-valid-transport-for-this-synchronizererror-3509.md
index 13f82c05c76..38a9c523736 100644
--- a/access/Concepts/Miscellaneous/could-not-find-a-valid-transport-for-this-synchronizererror-3509.md
+++ b/access/Concepts/Miscellaneous/could-not-find-a-valid-transport-for-this-synchronizererror-3509.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-find-field-nameerror-3799.md b/access/Concepts/Miscellaneous/could-not-find-field-nameerror-3799.md
index e3a36fbc423..761465ad875 100644
--- a/access/Concepts/Miscellaneous/could-not-find-field-nameerror-3799.md
+++ b/access/Concepts/Miscellaneous/could-not-find-field-nameerror-3799.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
A column name that does not exist is being referenced.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-find-fielderror-3018.md b/access/Concepts/Miscellaneous/could-not-find-fielderror-3018.md
index 485992343e9..fd6fedf837a 100644
--- a/access/Concepts/Miscellaneous/could-not-find-fielderror-3018.md
+++ b/access/Concepts/Miscellaneous/could-not-find-fielderror-3018.md
@@ -29,9 +29,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-find-file-nameerror-3024.md b/access/Concepts/Miscellaneous/could-not-find-file-nameerror-3024.md
index fe7a2b1c33f..dc3452ee059 100644
--- a/access/Concepts/Miscellaneous/could-not-find-file-nameerror-3024.md
+++ b/access/Concepts/Miscellaneous/could-not-find-file-nameerror-3024.md
@@ -27,9 +27,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-find-installable-isamerror-3170.md b/access/Concepts/Miscellaneous/could-not-find-installable-isamerror-3170.md
index 99b16bd65f4..3c7a50e33e1 100644
--- a/access/Concepts/Miscellaneous/could-not-find-installable-isamerror-3170.md
+++ b/access/Concepts/Miscellaneous/could-not-find-installable-isamerror-3170.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-find-network-path-or-user-nameerror-3171.md b/access/Concepts/Miscellaneous/could-not-find-network-path-or-user-nameerror-3171.md
index be5c877e21f..31821802be7 100644
--- a/access/Concepts/Miscellaneous/could-not-find-network-path-or-user-nameerror-3171.md
+++ b/access/Concepts/Miscellaneous/could-not-find-network-path-or-user-nameerror-3171.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
One or more entries in the \ **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Access Connectivity Engine\Engines\Paradox** key of the Microsoft Windows Registry is invalid. Correct the invalid entries, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-find-output-table-nameerror-3192.md b/access/Concepts/Miscellaneous/could-not-find-output-table-nameerror-3192.md
index ea35f38c00c..6966411b9a7 100644
--- a/access/Concepts/Miscellaneous/could-not-find-output-table-nameerror-3192.md
+++ b/access/Concepts/Miscellaneous/could-not-find-output-table-nameerror-3192.md
@@ -19,9 +19,9 @@ You tried to use an INSERT INTO statement with the specified table, which does n
If you are attempting to execute a make-table query that creates the table for you, use the SELECT INTO syntax instead.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-find-referenceerror-3199.md b/access/Concepts/Miscellaneous/could-not-find-referenceerror-3199.md
index 5f97c03b918..e7c0a151cf9 100644
--- a/access/Concepts/Miscellaneous/could-not-find-referenceerror-3199.md
+++ b/access/Concepts/Miscellaneous/could-not-find-referenceerror-3199.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You entered a file, table, or field reference that could not be found. Check the spelling and punctuation to make sure you entered the reference correctly, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-find-synchronizer-in-the-msystranspaddress-tableerror-3518.md b/access/Concepts/Miscellaneous/could-not-find-synchronizer-in-the-msystranspaddress-tableerror-3518.md
index 1a598a81c1e..4771a500c8a 100644
--- a/access/Concepts/Miscellaneous/could-not-find-synchronizer-in-the-msystranspaddress-tableerror-3518.md
+++ b/access/Concepts/Miscellaneous/could-not-find-synchronizer-in-the-msystranspaddress-tableerror-3518.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-import-table-or-query-no-records-found-or-all-records-contain-errorser.md b/access/Concepts/Miscellaneous/could-not-import-table-or-query-no-records-found-or-all-records-contain-errorser.md
index 5edc7a72a4d..d00cab41070 100644
--- a/access/Concepts/Miscellaneous/could-not-import-table-or-query-no-records-found-or-all-records-contain-errorser.md
+++ b/access/Concepts/Miscellaneous/could-not-import-table-or-query-no-records-found-or-all-records-contain-errorser.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Microsoft Access database engine could not find the table or query you tried to import, or no records were found at the specified source, or all records contained errors. Check the path you specified and try it again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-lock-fileerror-3050.md b/access/Concepts/Miscellaneous/could-not-lock-fileerror-3050.md
index 02ce9fe1ea5..56f68009ce9 100644
--- a/access/Concepts/Miscellaneous/could-not-lock-fileerror-3050.md
+++ b/access/Concepts/Miscellaneous/could-not-lock-fileerror-3050.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The operating system will not allow the Microsoft Access database engine to create a lock file (.LDB) in the same directory where the database file resides. You need to have write privileges to the directory that contains the database you are trying to open. This error can also occur if you are trying to use the passive shut down/connection control feature while the database is opened exclusively.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3212.md b/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3212.md
index 888a6f26106..6226c285bbf 100644
--- a/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3212.md
+++ b/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3212.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The table cannot be locked because it is currently in use. Wait for the other user's transaction to complete, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3262.md b/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3262.md
index a70abd86348..7f1b1398cb7 100644
--- a/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3262.md
+++ b/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3262.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to lock a table while opening it, but the table cannot be locked because it is currently in use. Wait a moment, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-open-file-nameerror-3176.md b/access/Concepts/Miscellaneous/could-not-open-file-nameerror-3176.md
index 3193856a971..371118b3ebc 100644
--- a/access/Concepts/Miscellaneous/could-not-open-file-nameerror-3176.md
+++ b/access/Concepts/Miscellaneous/could-not-open-file-nameerror-3176.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The specified text or spreadsheet file could not be opened. The specified file specification may be invalid, another user may be accessing the file, or you may not have read privileges for the file. Wait for the other user to finish using the file and then try the operation again, or contact your system administrator or network administrator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-open-inf-fileerror-3165.md b/access/Concepts/Miscellaneous/could-not-open-inf-fileerror-3165.md
index 00d05d9d75a..cbc6d682919 100644
--- a/access/Concepts/Miscellaneous/could-not-open-inf-fileerror-3165.md
+++ b/access/Concepts/Miscellaneous/could-not-open-inf-fileerror-3165.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-open-paradox-neterror-3172.md b/access/Concepts/Miscellaneous/could-not-open-paradox-neterror-3172.md
index e29dfec6956..9a92398c110 100644
--- a/access/Concepts/Miscellaneous/could-not-open-paradox-neterror-3172.md
+++ b/access/Concepts/Miscellaneous/could-not-open-paradox-neterror-3172.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-open-table-msysaccounts-in-the-workgroup-information-fileerror-3173.md b/access/Concepts/Miscellaneous/could-not-open-table-msysaccounts-in-the-workgroup-information-fileerror-3173.md
index 59ec8bb05b6..ca88fcefd2b 100644
--- a/access/Concepts/Miscellaneous/could-not-open-table-msysaccounts-in-the-workgroup-information-fileerror-3173.md
+++ b/access/Concepts/Miscellaneous/could-not-open-table-msysaccounts-in-the-workgroup-information-fileerror-3173.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This operation requires the System.mdw file, which contains the security and option settings for Microsoft Access database tables.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-open-table-msysgroups-in-the-workgroup-information-fileerror-3174.md b/access/Concepts/Miscellaneous/could-not-open-table-msysgroups-in-the-workgroup-information-fileerror-3174.md
index c23eb4d5fdb..11f5fa160dc 100644
--- a/access/Concepts/Miscellaneous/could-not-open-table-msysgroups-in-the-workgroup-information-fileerror-3174.md
+++ b/access/Concepts/Miscellaneous/could-not-open-table-msysgroups-in-the-workgroup-information-fileerror-3174.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This operation requires the System.mdw file, which contains the security and option settings for Microsoft Access database tables.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-parse-field-names-from-the-first-row-of-the-import-tableerror-3245.md b/access/Concepts/Miscellaneous/could-not-parse-field-names-from-the-first-row-of-the-import-tableerror-3245.md
index 6788d03bf0d..bd17d1d7338 100644
--- a/access/Concepts/Miscellaneous/could-not-parse-field-names-from-the-first-row-of-the-import-tableerror-3245.md
+++ b/access/Concepts/Miscellaneous/could-not-parse-field-names-from-the-first-row-of-the-import-tableerror-3245.md
@@ -28,9 +28,9 @@ The first row of data contains invalid field names, such as quoted and unquoted
The first two fields are valid, but the third and fourth are not because they contain nonspace characters outside the quotation marks.
Check the import table for properly matched quotation marks, and then try the import operation again
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-read-currently-locked-by-user-name-on-machine-nameerror-3187.md b/access/Concepts/Miscellaneous/could-not-read-currently-locked-by-user-name-on-machine-nameerror-3187.md
index d76e98af89e..e6a453c5518 100644
--- a/access/Concepts/Miscellaneous/could-not-read-currently-locked-by-user-name-on-machine-nameerror-3187.md
+++ b/access/Concepts/Miscellaneous/could-not-read-currently-locked-by-user-name-on-machine-nameerror-3187.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to read information on a database page that is currently locked by the specified user. Wait for the other user to finish, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-read-definitions-no-read-definitions-permission-for-table-or-query-nam.md b/access/Concepts/Miscellaneous/could-not-read-definitions-no-read-definitions-permission-for-table-or-query-nam.md
index 09bb4462ed5..9963b83a65e 100644
--- a/access/Concepts/Miscellaneous/could-not-read-definitions-no-read-definitions-permission-for-table-or-query-nam.md
+++ b/access/Concepts/Miscellaneous/could-not-read-definitions-no-read-definitions-permission-for-table-or-query-nam.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You must have read definitions permission for the specified table or query to read its definition. To change your permission assignments, see your system administrator or the table or query's creator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-read-the-record-currently-locked-by-another-usererror-3624.md b/access/Concepts/Miscellaneous/could-not-read-the-record-currently-locked-by-another-usererror-3624.md
index f24539e1541..fb0863ecdc0 100644
--- a/access/Concepts/Miscellaneous/could-not-read-the-record-currently-locked-by-another-usererror-3624.md
+++ b/access/Concepts/Miscellaneous/could-not-read-the-record-currently-locked-by-another-usererror-3624.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to read a record on a 2K database page that is currently locked by another user. Wait for the other user to finish working with the record, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-rename-installable-isam-fileerror-3013.md b/access/Concepts/Miscellaneous/could-not-rename-installable-isam-fileerror-3013.md
index 9ef4741b791..39416598916 100644
--- a/access/Concepts/Miscellaneous/could-not-rename-installable-isam-fileerror-3013.md
+++ b/access/Concepts/Miscellaneous/could-not-rename-installable-isam-fileerror-3013.md
@@ -23,9 +23,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-repair-this-databaseerror-3056.md b/access/Concepts/Miscellaneous/could-not-repair-this-databaseerror-3056.md
index 72164a22118..7718a821e24 100644
--- a/access/Concepts/Miscellaneous/could-not-repair-this-databaseerror-3056.md
+++ b/access/Concepts/Miscellaneous/could-not-repair-this-databaseerror-3056.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This database is corrupted or it is not a Microsoft Access database engine database. Restore the corrupted Microsoft Access database engine database from a backup copy or create a new database.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3046.md b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3046.md
index 6d567357713..152f5cfbfb8 100644
--- a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3046.md
+++ b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3046.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You tried to save information on a database page that is currently locked by another user. To save your changes, wait for the other user to finish, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3202.md b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3202.md
index dde57071db1..7ad678a0282 100644
--- a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3202.md
+++ b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3202.md
@@ -23,9 +23,9 @@ Possible cause:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-user-name-on-machine-nameerror-3186.md b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-user-name-on-machine-nameerror-3186.md
index ae1173fd5ef..7080e20486a 100644
--- a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-user-name-on-machine-nameerror-3186.md
+++ b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-user-name-on-machine-nameerror-3186.md
@@ -23,9 +23,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-save-record-currently-locked-by-another-usererror-3158.md b/access/Concepts/Miscellaneous/could-not-save-record-currently-locked-by-another-usererror-3158.md
index 267bd4665e7..90b3ff514aa 100644
--- a/access/Concepts/Miscellaneous/could-not-save-record-currently-locked-by-another-usererror-3158.md
+++ b/access/Concepts/Miscellaneous/could-not-save-record-currently-locked-by-another-usererror-3158.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You tried to save a record that is on a database page currently locked by another user. To save your changes, wait for the other user to finish working with the record, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-start-session-too-many-sessions-already-activeerror-3198.md b/access/Concepts/Miscellaneous/could-not-start-session-too-many-sessions-already-activeerror-3198.md
index a0d6530482b..cd84df1a98e 100644
--- a/access/Concepts/Miscellaneous/could-not-start-session-too-many-sessions-already-activeerror-3198.md
+++ b/access/Concepts/Miscellaneous/could-not-start-session-too-many-sessions-already-activeerror-3198.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to perform an operation that would have started a new session, but too many sessions are already active. Wait for one or more sessions to finish, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-start-sessionerror-3002.md b/access/Concepts/Miscellaneous/could-not-start-sessionerror-3002.md
index bbf542c5250..66198a67a6e 100644
--- a/access/Concepts/Miscellaneous/could-not-start-sessionerror-3002.md
+++ b/access/Concepts/Miscellaneous/could-not-start-sessionerror-3002.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You tried to initiate an operation that requires a new session, but you have reached the limit of sessions that can be active at one time. Wait for other operations to finish or stop other operations, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-start-transaction-too-many-transactions-already-nestederror-3003.md b/access/Concepts/Miscellaneous/could-not-start-transaction-too-many-transactions-already-nestederror-3003.md
index 616c2f02438..90f4cde55b0 100644
--- a/access/Concepts/Miscellaneous/could-not-start-transaction-too-many-transactions-already-nestederror-3003.md
+++ b/access/Concepts/Miscellaneous/could-not-start-transaction-too-many-transactions-already-nestederror-3003.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to nest a transaction more than five levels deep. Use the **CommitTrans** or **Rollback** method to save or roll back the current before you begin another one.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-another-session-on-this-machineerror-3188.md b/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-another-session-on-this-machineerror-3188.md
index 4d44fd7f2c4..993d33fada2 100644
--- a/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-another-session-on-this-machineerror-3188.md
+++ b/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-another-session-on-this-machineerror-3188.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to update information that is currently locked by another session. Wait for the other session to finish or close the other session, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-user-name-on-machine-nameerror-3260.md b/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-user-name-on-machine-nameerror-3260.md
index 76a7517f166..2b3f992f15b 100644
--- a/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-user-name-on-machine-nameerror-3260.md
+++ b/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-user-name-on-machine-nameerror-3260.md
@@ -23,9 +23,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-update-currently-lockederror-3218.md b/access/Concepts/Miscellaneous/could-not-update-currently-lockederror-3218.md
index 20448615572..db25547194b 100644
--- a/access/Concepts/Miscellaneous/could-not-update-currently-lockederror-3218.md
+++ b/access/Concepts/Miscellaneous/could-not-update-currently-lockederror-3218.md
@@ -23,9 +23,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-use-namefile-already-in-useerror-3045.md b/access/Concepts/Miscellaneous/could-not-use-namefile-already-in-useerror-3045.md
index 67af011aa07..dfab7bb4caf 100644
--- a/access/Concepts/Miscellaneous/could-not-use-namefile-already-in-useerror-3045.md
+++ b/access/Concepts/Miscellaneous/could-not-use-namefile-already-in-useerror-3045.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The specified file is currently being used by another user or session. Wait for the other user or session to finish working with the file, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-write-to-file-nameerror-3180.md b/access/Concepts/Miscellaneous/could-not-write-to-file-nameerror-3180.md
index 0a0c114c520..3bbfc39c163 100644
--- a/access/Concepts/Miscellaneous/could-not-write-to-file-nameerror-3180.md
+++ b/access/Concepts/Miscellaneous/could-not-write-to-file-nameerror-3180.md
@@ -29,9 +29,9 @@ Possible causes:
You may need to contact your system administrator or network administrator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/counter-definition-not-in-valid-rangeerror-3770.md b/access/Concepts/Miscellaneous/counter-definition-not-in-valid-rangeerror-3770.md
index 0defb6ad50e..bdb0f1c5fd7 100644
--- a/access/Concepts/Miscellaneous/counter-definition-not-in-valid-rangeerror-3770.md
+++ b/access/Concepts/Miscellaneous/counter-definition-not-in-valid-rangeerror-3770.md
@@ -19,9 +19,9 @@ This error occurs when trying to create a column that is an IDENTITY or COUNTER
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/createrecordset-method-example-vbscript.md b/access/Concepts/Miscellaneous/createrecordset-method-example-vbscript.md
index 8b53ab34e1a..95009075c60 100644
--- a/access/Concepts/Miscellaneous/createrecordset-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/createrecordset-method-example-vbscript.md
@@ -83,9 +83,9 @@ Set DC1.SourceRecordset = NewRSEnd Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/creating-a-portion-in-your-application-s-registry-tree-to-manage-the-settings.md b/access/Concepts/Miscellaneous/creating-a-portion-in-your-application-s-registry-tree-to-manage-the-settings.md
index 528d290d223..ecb8cda9933 100644
--- a/access/Concepts/Miscellaneous/creating-a-portion-in-your-application-s-registry-tree-to-manage-the-settings.md
+++ b/access/Concepts/Miscellaneous/creating-a-portion-in-your-application-s-registry-tree-to-manage-the-settings.md
@@ -25,9 +25,9 @@ For your application to load the appropriate portion of the Windows Registry key
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/crosstab-query-contains-one-or-more-invalid-fixed-column-headingserror-3322.md b/access/Concepts/Miscellaneous/crosstab-query-contains-one-or-more-invalid-fixed-column-headingserror-3322.md
index a4ce4ee0aa0..85d25a07b9a 100644
--- a/access/Concepts/Miscellaneous/crosstab-query-contains-one-or-more-invalid-fixed-column-headingserror-3322.md
+++ b/access/Concepts/Miscellaneous/crosstab-query-contains-one-or-more-invalid-fixed-column-headingserror-3322.md
@@ -28,9 +28,9 @@ Correct the PIVOT clause and execute the query again.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/crosstab-query.md b/access/Concepts/Miscellaneous/crosstab-query.md
index f81fe76c871..9f7d012ad33 100644
--- a/access/Concepts/Miscellaneous/crosstab-query.md
+++ b/access/Concepts/Miscellaneous/crosstab-query.md
@@ -19,9 +19,9 @@ A crosstab query computes summary totals based on values for each row and column
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cubedef-example-vbscript.md b/access/Concepts/Miscellaneous/cubedef-example-vbscript.md
index d00a15341ac..929155f44a5 100644
--- a/access/Concepts/Miscellaneous/cubedef-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/cubedef-example-vbscript.md
@@ -186,9 +186,9 @@ Response.Write ""
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/data-type-conversion-errorerror-3421.md b/access/Concepts/Miscellaneous/data-type-conversion-errorerror-3421.md
index 938d83ce675..f496f64a3fd 100644
--- a/access/Concepts/Miscellaneous/data-type-conversion-errorerror-3421.md
+++ b/access/Concepts/Miscellaneous/data-type-conversion-errorerror-3421.md
@@ -16,9 +16,9 @@ The Microsoft Access database engine was unable to convert data into the type re
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/data-type-mismatch-in-criteria-expressionerror-3464.md b/access/Concepts/Miscellaneous/data-type-mismatch-in-criteria-expressionerror-3464.md
index dfbbd47a0e6..e166f3d53ed 100644
--- a/access/Concepts/Miscellaneous/data-type-mismatch-in-criteria-expressionerror-3464.md
+++ b/access/Concepts/Miscellaneous/data-type-mismatch-in-criteria-expressionerror-3464.md
@@ -21,9 +21,9 @@ For more information about this error, see [Type mismatch (Error 13)](http://msd
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/database-already-existserror-3204.md b/access/Concepts/Miscellaneous/database-already-existserror-3204.md
index f59502cdab9..4b452281054 100644
--- a/access/Concepts/Miscellaneous/database-already-existserror-3204.md
+++ b/access/Concepts/Miscellaneous/database-already-existserror-3204.md
@@ -16,9 +16,9 @@ You tried to create or rename a database using a name that already exists. Enter
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/database-has-reached-maximum-sizeerror-3036.md b/access/Concepts/Miscellaneous/database-has-reached-maximum-sizeerror-3036.md
index 688525eb866..b93d5782279 100644
--- a/access/Concepts/Miscellaneous/database-has-reached-maximum-sizeerror-3036.md
+++ b/access/Concepts/Miscellaneous/database-has-reached-maximum-sizeerror-3036.md
@@ -16,9 +16,9 @@ To add data to this database, you must first reduce its size by deleting data. T
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/database-is-already-replicableerror-3784.md b/access/Concepts/Miscellaneous/database-is-already-replicableerror-3784.md
index 9f8ca3c6e20..55758a95a2c 100644
--- a/access/Concepts/Miscellaneous/database-is-already-replicableerror-3784.md
+++ b/access/Concepts/Miscellaneous/database-is-already-replicableerror-3784.md
@@ -16,9 +16,9 @@ The database is already replicable and cannot be made replicable again. If, in t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/database-name-is-exclusively-lockederror-3006.md b/access/Concepts/Miscellaneous/database-name-is-exclusively-lockederror-3006.md
index 98c23e99b0a..89c264bc04c 100644
--- a/access/Concepts/Miscellaneous/database-name-is-exclusively-lockederror-3006.md
+++ b/access/Concepts/Miscellaneous/database-name-is-exclusively-lockederror-3006.md
@@ -16,9 +16,9 @@ You tried to use a database that is currently open for exclusive access by anoth
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/database-name-is-not-a-valid-database-nameerror-3005.md b/access/Concepts/Miscellaneous/database-name-is-not-a-valid-database-nameerror-3005.md
index 47b916dc3ea..815909adc91 100644
--- a/access/Concepts/Miscellaneous/database-name-is-not-a-valid-database-nameerror-3005.md
+++ b/access/Concepts/Miscellaneous/database-name-is-not-a-valid-database-nameerror-3005.md
@@ -19,9 +19,9 @@ The specified database name does not follow the standard naming conventions for
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/datacontrol-object-example-vbscript.md b/access/Concepts/Miscellaneous/datacontrol-object-example-vbscript.md
index 56fe52e07a3..25102a7f5a2 100644
--- a/access/Concepts/Miscellaneous/datacontrol-object-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/datacontrol-object-example-vbscript.md
@@ -98,9 +98,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/datafactory-object-query-method-and-createobject-method-example-vbscript.md b/access/Concepts/Miscellaneous/datafactory-object-query-method-and-createobject-method-example-vbscript.md
index a85e93e0cf0..bb5483c4c51 100644
--- a/access/Concepts/Miscellaneous/datafactory-object-query-method-and-createobject-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/datafactory-object-query-method-and-createobject-method-example-vbscript.md
@@ -131,9 +131,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/dataspace-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/dataspace-ado-wfc-syntax.md
index d8214b650ba..aeadc7d71aa 100644
--- a/access/Concepts/Miscellaneous/dataspace-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/dataspace-ado-wfc-syntax.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
**Applies to:** Access 2013 | Access 2016
-The **createObject** method of the **DataSpace** class specifies both a business object to process client application requests ( _progid_ ) and the communications protocol and server ( _connection_ ). **createObject** returns an[ObjectProxy](objectproxy-ado-wfc-syntax.md) object that represents the server.
+The **createObject** method of the **DataSpace** class specifies both a business object to process client application requests ( _progid_ ) and the communications protocol and server ( _connection_ ). **createObject** returns an [ObjectProxy](objectproxy-ado-wfc-syntax.md) object that represents the server.
**package com.ms.wfc.data**
**Constructor**
@@ -49,9 +49,9 @@ public static void setInternetTimeout(int plInetTimeout )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/dataspace-object-and-createobject-method-example-vbscript.md b/access/Concepts/Miscellaneous/dataspace-object-and-createobject-method-example-vbscript.md
index 3bc79c998dd..3dc77f22904 100644
--- a/access/Concepts/Miscellaneous/dataspace-object-and-createobject-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/dataspace-object-and-createobject-method-example-vbscript.md
@@ -79,9 +79,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/datatype-property.md b/access/Concepts/Miscellaneous/datatype-property.md
index 642defc7c1c..484c83cbc04 100644
--- a/access/Concepts/Miscellaneous/datatype-property.md
+++ b/access/Concepts/Miscellaneous/datatype-property.md
@@ -58,9 +58,9 @@ Set the **Format** property to specify a predefined display format for Number, D
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/date-is-out-of-range-or-is-in-an-invalid-formaterror-3175.md b/access/Concepts/Miscellaneous/date-is-out-of-range-or-is-in-an-invalid-formaterror-3175.md
index 5c38eb4fc72..5d696201b5c 100644
--- a/access/Concepts/Miscellaneous/date-is-out-of-range-or-is-in-an-invalid-formaterror-3175.md
+++ b/access/Concepts/Miscellaneous/date-is-out-of-range-or-is-in-an-invalid-formaterror-3175.md
@@ -27,9 +27,9 @@ Possible causes:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ddl-cannot-be-completed-on-this-table-because-it-is-referenced-by-constraint-nam.md b/access/Concepts/Miscellaneous/ddl-cannot-be-completed-on-this-table-because-it-is-referenced-by-constraint-nam.md
index bc04074aced..9849ffc62ac 100644
--- a/access/Concepts/Miscellaneous/ddl-cannot-be-completed-on-this-table-because-it-is-referenced-by-constraint-nam.md
+++ b/access/Concepts/Miscellaneous/ddl-cannot-be-completed-on-this-table-because-it-is-referenced-by-constraint-nam.md
@@ -16,9 +16,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/delete-ri-conflicterror-3717.md b/access/Concepts/Miscellaneous/delete-ri-conflicterror-3717.md
index dfecdc07093..8756d23faee 100644
--- a/access/Concepts/Miscellaneous/delete-ri-conflicterror-3717.md
+++ b/access/Concepts/Miscellaneous/delete-ri-conflicterror-3717.md
@@ -16,9 +16,9 @@ The primary key record has been deleted by another replica, therefore this refer
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/deleting-data-in-a-linked-table-is-not-supported-by-this-isamerror-3617.md b/access/Concepts/Miscellaneous/deleting-data-in-a-linked-table-is-not-supported-by-this-isamerror-3617.md
index 6b9532374d2..18e37ef0fba 100644
--- a/access/Concepts/Miscellaneous/deleting-data-in-a-linked-table-is-not-supported-by-this-isamerror-3617.md
+++ b/access/Concepts/Miscellaneous/deleting-data-in-a-linked-table-is-not-supported-by-this-isamerror-3617.md
@@ -19,9 +19,9 @@ The installable ISAM you are using does not allow you to delete records in exter
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/description-property-access.md b/access/Concepts/Miscellaneous/description-property-access.md
index ccb3d9aa92a..6c02116f69c 100644
--- a/access/Concepts/Miscellaneous/description-property-access.md
+++ b/access/Concepts/Miscellaneous/description-property-access.md
@@ -39,9 +39,9 @@ If you create controls by dragging a field from the field list, Microsoft Access
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/destconnectstr-destinationdb-destinationtable-properties.md b/access/Concepts/Miscellaneous/destconnectstr-destinationdb-destinationtable-properties.md
index 6fc723e735e..17c2b66b20c 100644
--- a/access/Concepts/Miscellaneous/destconnectstr-destinationdb-destinationtable-properties.md
+++ b/access/Concepts/Miscellaneous/destconnectstr-destinationdb-destinationtable-properties.md
@@ -61,9 +61,9 @@ You don't need to set the **DestinationDB** property for ODBC databases.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/destination-synchronizer-is-not-configured-to-support-indirect-synchronization-a.md b/access/Concepts/Miscellaneous/destination-synchronizer-is-not-configured-to-support-indirect-synchronization-a.md
index ba5e82999e2..1ab59c0a450 100644
--- a/access/Concepts/Miscellaneous/destination-synchronizer-is-not-configured-to-support-indirect-synchronization-a.md
+++ b/access/Concepts/Miscellaneous/destination-synchronizer-is-not-configured-to-support-indirect-synchronization-a.md
@@ -16,9 +16,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/disk-failure-accessing-dropbox-folder-nameerror-3470.md b/access/Concepts/Miscellaneous/disk-failure-accessing-dropbox-folder-nameerror-3470.md
index 43bf44e5871..e9149fef686 100644
--- a/access/Concepts/Miscellaneous/disk-failure-accessing-dropbox-folder-nameerror-3470.md
+++ b/access/Concepts/Miscellaneous/disk-failure-accessing-dropbox-folder-nameerror-3470.md
@@ -16,9 +16,9 @@ The disk might have a corrupted sector.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/disk-failure-while-accessing-log-file-nameerror-3473.md b/access/Concepts/Miscellaneous/disk-failure-while-accessing-log-file-nameerror-3473.md
index ae48a95b3c8..054216abf85 100644
--- a/access/Concepts/Miscellaneous/disk-failure-while-accessing-log-file-nameerror-3473.md
+++ b/access/Concepts/Miscellaneous/disk-failure-while-accessing-log-file-nameerror-3473.md
@@ -16,9 +16,9 @@ The disk drive for the log file may have a bad sector.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/disk-full-for-path-nameerror-3472.md b/access/Concepts/Miscellaneous/disk-full-for-path-nameerror-3472.md
index dfdd87d5cb6..fc658725ef6 100644
--- a/access/Concepts/Miscellaneous/disk-full-for-path-nameerror-3472.md
+++ b/access/Concepts/Miscellaneous/disk-full-for-path-nameerror-3472.md
@@ -19,9 +19,9 @@ Remove files from the disk drive to free up space.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/disk-i-o-error-at-destination-dropbox-foldererror-3558.md b/access/Concepts/Miscellaneous/disk-i-o-error-at-destination-dropbox-foldererror-3558.md
index cfdf646f2a5..9b33a7dbbbd 100644
--- a/access/Concepts/Miscellaneous/disk-i-o-error-at-destination-dropbox-foldererror-3558.md
+++ b/access/Concepts/Miscellaneous/disk-i-o-error-at-destination-dropbox-foldererror-3558.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/disk-i-o-error-during-readerror-3040.md b/access/Concepts/Miscellaneous/disk-i-o-error-during-readerror-3040.md
index cd6adb08c30..90263403d0a 100644
--- a/access/Concepts/Miscellaneous/disk-i-o-error-during-readerror-3040.md
+++ b/access/Concepts/Miscellaneous/disk-i-o-error-during-readerror-3040.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/disk-or-network-errorerror-3043.md b/access/Concepts/Miscellaneous/disk-or-network-errorerror-3043.md
index a32573655fe..d9256e2569e 100644
--- a/access/Concepts/Miscellaneous/disk-or-network-errorerror-3043.md
+++ b/access/Concepts/Miscellaneous/disk-or-network-errorerror-3043.md
@@ -23,9 +23,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/displaycontrol-property.md b/access/Concepts/Miscellaneous/displaycontrol-property.md
index 718e9a973a5..9baf715a4b0 100644
--- a/access/Concepts/Miscellaneous/displaycontrol-property.md
+++ b/access/Concepts/Miscellaneous/displaycontrol-property.md
@@ -33,9 +33,9 @@ Setting this property and any related control type properties will affect the fi
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/do-you-have-feedback-about-mdac-documentation.md b/access/Concepts/Miscellaneous/do-you-have-feedback-about-mdac-documentation.md
index a9fa36d10de..59c851b0c1c 100644
--- a/access/Concepts/Miscellaneous/do-you-have-feedback-about-mdac-documentation.md
+++ b/access/Concepts/Miscellaneous/do-you-have-feedback-about-mdac-documentation.md
@@ -37,9 +37,9 @@ The MDAC documentation now includes a **Documentation Feedback** button at the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/dropbox-address-name-is-syntactically-invaliderror-3477.md b/access/Concepts/Miscellaneous/dropbox-address-name-is-syntactically-invaliderror-3477.md
index f8b9648bfb7..7bd964c040b 100644
--- a/access/Concepts/Miscellaneous/dropbox-address-name-is-syntactically-invaliderror-3477.md
+++ b/access/Concepts/Miscellaneous/dropbox-address-name-is-syntactically-invaliderror-3477.md
@@ -19,9 +19,9 @@ Reset your dropbox folder.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/duplicate-output-alias-nameerror-3062.md b/access/Concepts/Miscellaneous/duplicate-output-alias-nameerror-3062.md
index 0c9895db234..33c19870ea6 100644
--- a/access/Concepts/Miscellaneous/duplicate-output-alias-nameerror-3062.md
+++ b/access/Concepts/Miscellaneous/duplicate-output-alias-nameerror-3062.md
@@ -29,9 +29,9 @@ Rename one or more of the aliases, and then try the operation again.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/duplicate-output-destination-nameerror-3063.md b/access/Concepts/Miscellaneous/duplicate-output-destination-nameerror-3063.md
index d8dfaec6d94..05506d58717 100644
--- a/access/Concepts/Miscellaneous/duplicate-output-destination-nameerror-3063.md
+++ b/access/Concepts/Miscellaneous/duplicate-output-destination-nameerror-3063.md
@@ -24,9 +24,9 @@ Remove the duplicate fields or alias the destination field names, and try the op
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/encountered-unexpected-end-of-fileerror-3179.md b/access/Concepts/Miscellaneous/encountered-unexpected-end-of-fileerror-3179.md
index aacbba71d0d..fa78b2e72df 100644
--- a/access/Concepts/Miscellaneous/encountered-unexpected-end-of-fileerror-3179.md
+++ b/access/Concepts/Miscellaneous/encountered-unexpected-end-of-fileerror-3179.md
@@ -24,9 +24,9 @@ Possible causes:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/error-3072.md b/access/Concepts/Miscellaneous/error-3072.md
index 13487742161..56c3b45f161 100644
--- a/access/Concepts/Miscellaneous/error-3072.md
+++ b/access/Concepts/Miscellaneous/error-3072.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
For example, a table level validation rule that references a numeric data type must have a numeric validation clause. If a string validation clause is used, then this error will be returned.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/error-ado-for-visual-c-plus-plus-syntax.md
index 99af40d281e..194b6ace74b 100644
--- a/access/Concepts/Miscellaneous/error-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/error-ado-for-visual-c-plus-plus-syntax.md
@@ -14,14 +14,14 @@ ms.date: 06/08/2017
**Properties**
-[get_Description](http://msdn.microsoft.com/library/31df5e36-641c-d213-31fc-6244e2983327%28Office.15%29.aspx)(BSTR * _pbstr_ )[get_NativeError](http://msdn.microsoft.com/library/9f4d4064-5ee7-20f8-fd54-2cb2eae64d7b%28Office.15%29.aspx)(long * _pl_ )[get_Number](http://msdn.microsoft.com/library/b5103af5-356b-ec74-cd62-86e59467d491%28Office.15%29.aspx)(long * _pl_ )[get_Source](http://msdn.microsoft.com/library/ffc6c77f-1494-d63a-d832-416faa4c6f07%28Office.15%29.aspx)(BSTR * _pbstr_ )[get_SQLState](http://msdn.microsoft.com/library/cf3b078a-849e-1ad2-cba4-a26160080868%28Office.15%29.aspx)(BSTR * _pbstr_ )
+[get_Description](http://msdn.microsoft.com/library/31df5e36-641c-d213-31fc-6244e2983327%28Office.15%29.aspx)(BSTR * _pbstr_ ) [get_NativeError](http://msdn.microsoft.com/library/9f4d4064-5ee7-20f8-fd54-2cb2eae64d7b%28Office.15%29.aspx)(long * _pl_ ) [get_Number](http://msdn.microsoft.com/library/b5103af5-356b-ec74-cd62-86e59467d491%28Office.15%29.aspx)(long * _pl_ ) [get_Source](http://msdn.microsoft.com/library/ffc6c77f-1494-d63a-d832-416faa4c6f07%28Office.15%29.aspx)(BSTR * _pbstr_ ) [get_SQLState](http://msdn.microsoft.com/library/cf3b078a-849e-1ad2-cba4-a26160080868%28Office.15%29.aspx)(BSTR * _pbstr_ )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/error-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/error-ado-wfc-syntax.md
index 21f997e26cb..7ffe3e9f9ad 100644
--- a/access/Concepts/Miscellaneous/error-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/error-ado-wfc-syntax.md
@@ -30,9 +30,9 @@ public String Invalid DDUE based on source, error:link not allowed in code, link
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/error-error-text-in-validation-ruleerror-3405.md b/access/Concepts/Miscellaneous/error-error-text-in-validation-ruleerror-3405.md
index 57d0ae250e3..dc5334fdc2e 100644
--- a/access/Concepts/Miscellaneous/error-error-text-in-validation-ruleerror-3405.md
+++ b/access/Concepts/Miscellaneous/error-error-text-in-validation-ruleerror-3405.md
@@ -19,9 +19,9 @@ The expression cannot be evaluated correctly for the reason given in the alert.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/error-evaluating-name-check-constraintadditional-informationerror-3802.md b/access/Concepts/Miscellaneous/error-evaluating-name-check-constraintadditional-informationerror-3802.md
index 97c8921aff2..24eed72a296 100644
--- a/access/Concepts/Miscellaneous/error-evaluating-name-check-constraintadditional-informationerror-3802.md
+++ b/access/Concepts/Miscellaneous/error-evaluating-name-check-constraintadditional-informationerror-3802.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)[Access help on support.office.com](https://support.office.com/search/results?query=Access)[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)[Search for specific Access error codes on Bing](http://www.bing.com/)[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+ **ACCESS SUPPORT RESOURCES**[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev) [Access help on support.office.com](https://support.office.com/search/results?query=Access) [Access help on answers.microsoft.com](https://answers.microsoft.com/) [Search for specific Access error codes on Bing](http://www.bing.com/) [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx) [Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx) [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/) [Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/error-in-evaluating-a-partial-expressionerror-3656.md b/access/Concepts/Miscellaneous/error-in-evaluating-a-partial-expressionerror-3656.md
index 54f4080a209..68d364caed5 100644
--- a/access/Concepts/Miscellaneous/error-in-evaluating-a-partial-expressionerror-3656.md
+++ b/access/Concepts/Miscellaneous/error-in-evaluating-a-partial-expressionerror-3656.md
@@ -22,9 +22,9 @@ You have entered an invalid expression in a Boolean filter used to determine whi
|True|Replicate all records.|
|False|(Default) Do not replicate any records.|
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-in-evaluating-the-boolean-filter-expression-for-table-nameerror-3657.md b/access/Concepts/Miscellaneous/error-in-evaluating-the-boolean-filter-expression-for-table-nameerror-3657.md
index a855b2a3e14..ff8d6bd113b 100644
--- a/access/Concepts/Miscellaneous/error-in-evaluating-the-boolean-filter-expression-for-table-nameerror-3657.md
+++ b/access/Concepts/Miscellaneous/error-in-evaluating-the-boolean-filter-expression-for-table-nameerror-3657.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-in-table-level-validation-expressionerror-3320.md b/access/Concepts/Miscellaneous/error-in-table-level-validation-expressionerror-3320.md
index 0324560d84c..cfcc2d85ff4 100644
--- a/access/Concepts/Miscellaneous/error-in-table-level-validation-expressionerror-3320.md
+++ b/access/Concepts/Miscellaneous/error-in-table-level-validation-expressionerror-3320.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
An error occurred in a table-level validation rule expression or its default value expression. This could be a syntax error or some other kind of error.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-opening-a-microsoft-excel-5-0-fileerror-3432.md b/access/Concepts/Miscellaneous/error-opening-a-microsoft-excel-5-0-fileerror-3432.md
index 79b7c4db70c..1316d69c079 100644
--- a/access/Concepts/Miscellaneous/error-opening-a-microsoft-excel-5-0-fileerror-3432.md
+++ b/access/Concepts/Miscellaneous/error-opening-a-microsoft-excel-5-0-fileerror-3432.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
An OLE error occurred while opening a Microsoft Excel version 5.0 file.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/error-visual-c-plus-plus-syntax-index-with-import.md
index 4a4de9b9df4..dbec034eaad 100644
--- a/access/Concepts/Miscellaneous/error-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/error-visual-c-plus-plus-syntax-index-with-import.md
@@ -38,9 +38,9 @@ __declspec(property(get=GetSQLState)) _bstr_t Invalid DDUE based on source, erro
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/error-when-evaluating-the-partial-filter-expressionerror-3588.md b/access/Concepts/Miscellaneous/error-when-evaluating-the-partial-filter-expressionerror-3588.md
index 4d20cb85df1..703e4c25cc6 100644
--- a/access/Concepts/Miscellaneous/error-when-evaluating-the-partial-filter-expressionerror-3588.md
+++ b/access/Concepts/Miscellaneous/error-when-evaluating-the-partial-filter-expressionerror-3588.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/event-properties.md b/access/Concepts/Miscellaneous/event-properties.md
index ec40afbe976..214769efbf1 100644
--- a/access/Concepts/Miscellaneous/event-properties.md
+++ b/access/Concepts/Miscellaneous/event-properties.md
@@ -65,9 +65,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/exceptions-table-could-not-be-created-on-import-exporterror-3618.md b/access/Concepts/Miscellaneous/exceptions-table-could-not-be-created-on-import-exporterror-3618.md
index 664db4560b3..512b0e19081 100644
--- a/access/Concepts/Miscellaneous/exceptions-table-could-not-be-created-on-import-exporterror-3618.md
+++ b/access/Concepts/Miscellaneous/exceptions-table-could-not-be-created-on-import-exporterror-3618.md
@@ -19,9 +19,9 @@ A problem was encountered while importing or exporting to an external file. The
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/execute-method-ado-command.md b/access/Concepts/Miscellaneous/execute-method-ado-command.md
index d921911d714..c08c61dd447 100644
--- a/access/Concepts/Miscellaneous/execute-method-ado-command.md
+++ b/access/Concepts/Miscellaneous/execute-method-ado-command.md
@@ -56,9 +56,9 @@ An [ExecuteComplete](http://msdn.microsoft.com/library/47317d97-e373-32f4-9438-2
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/execute-method-ado-connection.md b/access/Concepts/Miscellaneous/execute-method-ado-connection.md
index c776a38e1b8..ec8487e7a4c 100644
--- a/access/Concepts/Miscellaneous/execute-method-ado-connection.md
+++ b/access/Concepts/Miscellaneous/execute-method-ado-connection.md
@@ -62,9 +62,9 @@ An [ExecuteComplete](http://msdn.microsoft.com/library/47317d97-e373-32f4-9438-2
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/executeoptions-and-fetchoptions-properties-example-vbscript.md b/access/Concepts/Miscellaneous/executeoptions-and-fetchoptions-properties-example-vbscript.md
index dea87a45c95..9eaf8f7a344 100644
--- a/access/Concepts/Miscellaneous/executeoptions-and-fetchoptions-properties-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/executeoptions-and-fetchoptions-properties-example-vbscript.md
@@ -90,9 +90,9 @@ RDS.RefreshEnd Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/expected-query-name-after-execute-error-3732.md b/access/Concepts/Miscellaneous/expected-query-name-after-execute-error-3732.md
index aeb3784d4c7..df0299d05df 100644
--- a/access/Concepts/Miscellaneous/expected-query-name-after-execute-error-3732.md
+++ b/access/Concepts/Miscellaneous/expected-query-name-after-execute-error-3732.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when using the EXECUTE statement. A valid stored query (view or procedure) is needed after the EXECUTE statement.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/expression-too-complexerror-2445.md b/access/Concepts/Miscellaneous/expression-too-complexerror-2445.md
index a215c31b96d..1ff4777d7e7 100644
--- a/access/Concepts/Miscellaneous/expression-too-complexerror-2445.md
+++ b/access/Concepts/Miscellaneous/expression-too-complexerror-2445.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This expression is too complex for the Microsoft Access database engine. Try to simplify the expression.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/external-table-is-not-in-the-expected-formaterror-3274.md b/access/Concepts/Miscellaneous/external-table-is-not-in-the-expected-formaterror-3274.md
index 9ada61a7485..c273a423fc2 100644
--- a/access/Concepts/Miscellaneous/external-table-is-not-in-the-expected-formaterror-3274.md
+++ b/access/Concepts/Miscellaneous/external-table-is-not-in-the-expected-formaterror-3274.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The format of the table has changed since it was linked. Link the table again, and then retry the operation.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/extra-error-2435.md b/access/Concepts/Miscellaneous/extra-error-2435.md
index 2b56e96ac44..dabdee861c6 100644
--- a/access/Concepts/Miscellaneous/extra-error-2435.md
+++ b/access/Concepts/Miscellaneous/extra-error-2435.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You entered an expression that has too many closing parentheses. Delete any parenthesis that does not have a matching opening parenthesis.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failed-to-load-rdocurs-dllerror-3672.md b/access/Concepts/Miscellaneous/failed-to-load-rdocurs-dllerror-3672.md
index 536bd1fa371..fad07d5b1ab 100644
--- a/access/Concepts/Miscellaneous/failed-to-load-rdocurs-dllerror-3672.md
+++ b/access/Concepts/Miscellaneous/failed-to-load-rdocurs-dllerror-3672.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failed-to-read-the-dropbox-foldererror-3512.md b/access/Concepts/Miscellaneous/failed-to-read-the-dropbox-foldererror-3512.md
index 9331140587c..409a8e08c0d 100644
--- a/access/Concepts/Miscellaneous/failed-to-read-the-dropbox-foldererror-3512.md
+++ b/access/Concepts/Miscellaneous/failed-to-read-the-dropbox-foldererror-3512.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failed-to-send-a-messageerror-3519.md b/access/Concepts/Miscellaneous/failed-to-send-a-messageerror-3519.md
index bb956d55ff2..b8dedd0918f 100644
--- a/access/Concepts/Miscellaneous/failed-to-send-a-messageerror-3519.md
+++ b/access/Concepts/Miscellaneous/failed-to-send-a-messageerror-3519.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failed-to-write-to-the-dropbox-foldererror-3513.md b/access/Concepts/Miscellaneous/failed-to-write-to-the-dropbox-foldererror-3513.md
index 405b9cf285b..b7cf3dc3e37 100644
--- a/access/Concepts/Miscellaneous/failed-to-write-to-the-dropbox-foldererror-3513.md
+++ b/access/Concepts/Miscellaneous/failed-to-write-to-the-dropbox-foldererror-3513.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-creating-fileerror-3436.md b/access/Concepts/Miscellaneous/failure-creating-fileerror-3436.md
index 9e266659527..854496833c4 100644
--- a/access/Concepts/Miscellaneous/failure-creating-fileerror-3436.md
+++ b/access/Concepts/Miscellaneous/failure-creating-fileerror-3436.md
@@ -23,9 +23,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-in-getting-a-file-from-the-server-using-ftperror-3680.md b/access/Concepts/Miscellaneous/failure-in-getting-a-file-from-the-server-using-ftperror-3680.md
index e8c25318358..5aaeeabeda6 100644
--- a/access/Concepts/Miscellaneous/failure-in-getting-a-file-from-the-server-using-ftperror-3680.md
+++ b/access/Concepts/Miscellaneous/failure-in-getting-a-file-from-the-server-using-ftperror-3680.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Unable to get a file from the internet server. Make sure the server is running and the FTP share folder is configured properly with read/write access. The file you are trying to retrieve might have been deleted.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-in-putting-a-file-to-the-server-using-ftperror-3681.md b/access/Concepts/Miscellaneous/failure-in-putting-a-file-to-the-server-using-ftperror-3681.md
index 732ad604d8b..1d15a0dc404 100644
--- a/access/Concepts/Miscellaneous/failure-in-putting-a-file-to-the-server-using-ftperror-3681.md
+++ b/access/Concepts/Miscellaneous/failure-in-putting-a-file-to-the-server-using-ftperror-3681.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
Unable to put a file on the internet server. Make sure the server is running and the FTP share folder is configured properly with read/write access.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-connect-to-the-ftp-serviceerror-3678.md b/access/Concepts/Miscellaneous/failure-to-connect-to-the-ftp-serviceerror-3678.md
index 177dd44bd26..47ab80d4de0 100644
--- a/access/Concepts/Miscellaneous/failure-to-connect-to-the-ftp-serviceerror-3678.md
+++ b/access/Concepts/Miscellaneous/failure-to-connect-to-the-ftp-serviceerror-3678.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Unable to open FTP connection. Make sure the internet server and FTP service are running and that your FTP service supports an anonymous connection.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-delete-a-file-on-the-server-using-ftperror-3682.md b/access/Concepts/Miscellaneous/failure-to-delete-a-file-on-the-server-using-ftperror-3682.md
index 2407ceb8226..f570af8229d 100644
--- a/access/Concepts/Miscellaneous/failure-to-delete-a-file-on-the-server-using-ftperror-3682.md
+++ b/access/Concepts/Miscellaneous/failure-to-delete-a-file-on-the-server-using-ftperror-3682.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Unabe to delete a file on the internet server. Make sure the server is running and the FTP share folder is configured properly with read/write access.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-do-open-file-using-ftp-serviceerror-3679.md b/access/Concepts/Miscellaneous/failure-to-do-open-file-using-ftp-serviceerror-3679.md
index db47f25cb2b..6ed5ceefab1 100644
--- a/access/Concepts/Miscellaneous/failure-to-do-open-file-using-ftp-serviceerror-3679.md
+++ b/access/Concepts/Miscellaneous/failure-to-do-open-file-using-ftp-serviceerror-3679.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
Unable to open a file in the internet server. Make sure the server is running and the FTP share folder is configured properly with read/write access.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-execute-the-http-requesterror-3677.md b/access/Concepts/Miscellaneous/failure-to-execute-the-http-requesterror-3677.md
index ddd33aba234..db43d9e05b7 100644
--- a/access/Concepts/Miscellaneous/failure-to-execute-the-http-requesterror-3677.md
+++ b/access/Concepts/Miscellaneous/failure-to-execute-the-http-requesterror-3677.md
@@ -24,9 +24,9 @@ Failed attempting to send a request to the internet server. The request could ha
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-load-a-dllerror-3462.md b/access/Concepts/Miscellaneous/failure-to-load-a-dllerror-3462.md
index cda374cc0d9..86bb7c496ff 100644
--- a/access/Concepts/Miscellaneous/failure-to-load-a-dllerror-3462.md
+++ b/access/Concepts/Miscellaneous/failure-to-load-a-dllerror-3462.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-read-from-an-internet-handle-try-the-operation-againerror-3675.md b/access/Concepts/Miscellaneous/failure-to-read-from-an-internet-handle-try-the-operation-againerror-3675.md
index 6e40cd4baae..eea63fc9e35 100644
--- a/access/Concepts/Miscellaneous/failure-to-read-from-an-internet-handle-try-the-operation-againerror-3675.md
+++ b/access/Concepts/Miscellaneous/failure-to-read-from-an-internet-handle-try-the-operation-againerror-3675.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
An internet error occurred when reading a file or reading a response from an internet operation.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-replicate-database-cannot-determine-whether-the-database-is-open-in-e.md b/access/Concepts/Miscellaneous/failure-to-replicate-database-cannot-determine-whether-the-database-is-open-in-e.md
index 4a63104d5fb..1427860b885 100644
--- a/access/Concepts/Miscellaneous/failure-to-replicate-database-cannot-determine-whether-the-database-is-open-in-e.md
+++ b/access/Concepts/Miscellaneous/failure-to-replicate-database-cannot-determine-whether-the-database-is-open-in-e.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-write-because-destination-disk-is-fullerror-3559.md b/access/Concepts/Miscellaneous/failure-to-write-because-destination-disk-is-fullerror-3559.md
index c96180e77ad..bbd88e03f5a 100644
--- a/access/Concepts/Miscellaneous/failure-to-write-because-destination-disk-is-fullerror-3559.md
+++ b/access/Concepts/Miscellaneous/failure-to-write-because-destination-disk-is-fullerror-3559.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-write-to-an-internet-handle-try-the-operation-againerror-3676.md b/access/Concepts/Miscellaneous/failure-to-write-to-an-internet-handle-try-the-operation-againerror-3676.md
index 80078e19974..08313aadef4 100644
--- a/access/Concepts/Miscellaneous/failure-to-write-to-an-internet-handle-try-the-operation-againerror-3676.md
+++ b/access/Concepts/Miscellaneous/failure-to-write-to-an-internet-handle-try-the-operation-againerror-3676.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
An internet error occurred writing to a file.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-to-write-to-the-synchronizer-log-fileerror-3471.md b/access/Concepts/Miscellaneous/failure-to-write-to-the-synchronizer-log-fileerror-3471.md
index 437c73bf41c..57923d469e9 100644
--- a/access/Concepts/Miscellaneous/failure-to-write-to-the-synchronizer-log-fileerror-3471.md
+++ b/access/Concepts/Miscellaneous/failure-to-write-to-the-synchronizer-log-fileerror-3471.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/failure-writing-to-the-synchronizer-logerror-3507.md b/access/Concepts/Miscellaneous/failure-writing-to-the-synchronizer-logerror-3507.md
index 6cb6f63b123..16afa0e6457 100644
--- a/access/Concepts/Miscellaneous/failure-writing-to-the-synchronizer-logerror-3507.md
+++ b/access/Concepts/Miscellaneous/failure-writing-to-the-synchronizer-logerror-3507.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/fastfind-cannot-search-on-non-column-references-error-3768.md b/access/Concepts/Miscellaneous/fastfind-cannot-search-on-non-column-references-error-3768.md
index c45fb205771..2e2abf762cc 100644
--- a/access/Concepts/Miscellaneous/fastfind-cannot-search-on-non-column-references-error-3768.md
+++ b/access/Concepts/Miscellaneous/fastfind-cannot-search-on-non-column-references-error-3768.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
DAO's FIND method cannot reference columns that are based on a parameter or an expression.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/fatal-error-accessing-a-local-dropbox-foldererror-3563.md b/access/Concepts/Miscellaneous/fatal-error-accessing-a-local-dropbox-foldererror-3563.md
index 446cfdc1af0..5e21613c945 100644
--- a/access/Concepts/Miscellaneous/fatal-error-accessing-a-local-dropbox-foldererror-3563.md
+++ b/access/Concepts/Miscellaneous/fatal-error-accessing-a-local-dropbox-foldererror-3563.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/field-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/field-ado-for-visual-c-plus-plus-syntax.md
index aaf8dad294a..ab6ddb0e5bd 100644
--- a/access/Concepts/Miscellaneous/field-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/field-ado-for-visual-c-plus-plus-syntax.md
@@ -50,9 +50,9 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/field-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/field-ado-wfc-syntax.md
index e4d52311555..8cca699da12 100644
--- a/access/Concepts/Miscellaneous/field-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/field-ado-wfc-syntax.md
@@ -94,9 +94,9 @@ public void setObject(Object value )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/field-name-already-exists-in-table-nameerror-3380.md b/access/Concepts/Miscellaneous/field-name-already-exists-in-table-nameerror-3380.md
index 5af99c30cc1..8c1c6404438 100644
--- a/access/Concepts/Miscellaneous/field-name-already-exists-in-table-nameerror-3380.md
+++ b/access/Concepts/Miscellaneous/field-name-already-exists-in-table-nameerror-3380.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You have entered the same field name twice. Rewrite your code, giving each field a unique name. You should also check to see if the field name exists in the **Fields** collection.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/field-name-cannot-be-a-zero-length-stringerror-3315.md b/access/Concepts/Miscellaneous/field-name-cannot-be-a-zero-length-stringerror-3315.md
index 2181f904aee..36d74f7444b 100644
--- a/access/Concepts/Miscellaneous/field-name-cannot-be-a-zero-length-stringerror-3315.md
+++ b/access/Concepts/Miscellaneous/field-name-cannot-be-a-zero-length-stringerror-3315.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The **AllowZeroLength** property for this field is set to **False**, prohibiting the entry of a zero-length string in the field. Enter a different value in the field.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/field-name-is-based-on-an-expression-and-cannot-be-editederror-3327.md b/access/Concepts/Miscellaneous/field-name-is-based-on-an-expression-and-cannot-be-editederror-3327.md
index 5605c32a500..31893219b99 100644
--- a/access/Concepts/Miscellaneous/field-name-is-based-on-an-expression-and-cannot-be-editederror-3327.md
+++ b/access/Concepts/Miscellaneous/field-name-is-based-on-an-expression-and-cannot-be-editederror-3327.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
For example, if a stored query or view with a column made up of an expression was created, you would not be able to update that column. The following would return this error: CREATE VIEW VCustomer AS SELECT (FirstName &; LastName) AS Test FROM Customer followed by UPDATE Test FROM VCustomer
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/field-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/field-visual-c-plus-plus-syntax-index-with-import.md
index cb4a1c1e51f..285f7fa4ffd 100644
--- a/access/Concepts/Miscellaneous/field-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/field-visual-c-plus-plus-syntax-index-with-import.md
@@ -70,9 +70,9 @@ __declspec(property(get=GetValue,put=PutValue)) _variant_t Invalid DDUE based on
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/field-will-not-fit-in-recorderror-3016.md b/access/Concepts/Miscellaneous/field-will-not-fit-in-recorderror-3016.md
index b77b07a59cb..ef41190e9a8 100644
--- a/access/Concepts/Miscellaneous/field-will-not-fit-in-recorderror-3016.md
+++ b/access/Concepts/Miscellaneous/field-will-not-fit-in-recorderror-3016.md
@@ -16,9 +16,9 @@ You tried to import or paste a field that is too large. Consider breaking the fi
Records are limited to just under 2K in size, excluding Memo and OLE Object fields.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/fieldsize-property.md b/access/Concepts/Miscellaneous/fieldsize-property.md
index c61bc091207..3d702def562 100644
--- a/access/Concepts/Miscellaneous/fieldsize-property.md
+++ b/access/Concepts/Miscellaneous/fieldsize-property.md
@@ -59,9 +59,9 @@ You can't undo changes to data that result from a change to the **FieldSize** pr
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/file-sharing-lock-count-exceedederror-3052.md b/access/Concepts/Miscellaneous/file-sharing-lock-count-exceedederror-3052.md
index ea891471b6a..5a0823c14c7 100644
--- a/access/Concepts/Miscellaneous/file-sharing-lock-count-exceedederror-3052.md
+++ b/access/Concepts/Miscellaneous/file-sharing-lock-count-exceedederror-3052.md
@@ -28,9 +28,9 @@ Some other factors that may cause an application to reach this threshold include
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md b/access/Concepts/Miscellaneous/filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md
index 7966171e867..82b79f4f6f5 100644
--- a/access/Concepts/Miscellaneous/filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md
+++ b/access/Concepts/Miscellaneous/filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md
@@ -101,9 +101,9 @@ RDS.Reset(FALSE)End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/first-last-functions-microsoft-access-sql.md b/access/Concepts/Miscellaneous/first-last-functions-microsoft-access-sql.md
index 13e27aa3f18..0abf2578f35 100644
--- a/access/Concepts/Miscellaneous/first-last-functions-microsoft-access-sql.md
+++ b/access/Concepts/Miscellaneous/first-last-functions-microsoft-access-sql.md
@@ -120,9 +120,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/foreign-key-violationerror-3719.md b/access/Concepts/Miscellaneous/foreign-key-violationerror-3719.md
index 74014822d66..7add085390c 100644
--- a/access/Concepts/Miscellaneous/foreign-key-violationerror-3719.md
+++ b/access/Concepts/Miscellaneous/foreign-key-violationerror-3719.md
@@ -19,9 +19,9 @@ This foreign key violation results from an invalid primary key record that was i
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/form-section.md b/access/Concepts/Miscellaneous/form-section.md
index 9ac9fd0d268..c67be6c2d6a 100644
--- a/access/Concepts/Miscellaneous/form-section.md
+++ b/access/Concepts/Miscellaneous/form-section.md
@@ -21,9 +21,9 @@ You can set section properties which are attributes of a form that affect the ap
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/format-of-memo-file-does-not-match-specified-external-database-formaterror-3286.md b/access/Concepts/Miscellaneous/format-of-memo-file-does-not-match-specified-external-database-formaterror-3286.md
index 6b4aefdff76..e58da515d95 100644
--- a/access/Concepts/Miscellaneous/format-of-memo-file-does-not-match-specified-external-database-formaterror-3286.md
+++ b/access/Concepts/Miscellaneous/format-of-memo-file-does-not-match-specified-external-database-formaterror-3286.md
@@ -16,9 +16,9 @@ Your application cannot read the memo file associated with the database you are
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/function-is-not-available-in-expressionserror-2426.md b/access/Concepts/Miscellaneous/function-is-not-available-in-expressionserror-2426.md
index 362c3d3d482..ad7625de17d 100644
--- a/access/Concepts/Miscellaneous/function-is-not-available-in-expressionserror-2426.md
+++ b/access/Concepts/Miscellaneous/function-is-not-available-in-expressionserror-2426.md
@@ -16,9 +16,9 @@ You have entered a function that cannot be used in this expression. The function
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/getting-help-from-microsoft-help-and-support.md b/access/Concepts/Miscellaneous/getting-help-from-microsoft-help-and-support.md
index 9941dbaccae..d8903178269 100644
--- a/access/Concepts/Miscellaneous/getting-help-from-microsoft-help-and-support.md
+++ b/access/Concepts/Miscellaneous/getting-help-from-microsoft-help-and-support.md
@@ -18,9 +18,9 @@ For additional technical resources and information about developing with Microso
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/guid-not-allowed-in-find-method-criteria-expressionerror-3614.md b/access/Concepts/Miscellaneous/guid-not-allowed-in-find-method-criteria-expressionerror-3614.md
index 46068bd531c..c2c797aa935 100644
--- a/access/Concepts/Miscellaneous/guid-not-allowed-in-find-method-criteria-expressionerror-3614.md
+++ b/access/Concepts/Miscellaneous/guid-not-allowed-in-find-method-criteria-expressionerror-3614.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The criteria expression in a Find method cannot reference a GUID.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/guidelines-for-naming-fields-controls-and-objects.md b/access/Concepts/Miscellaneous/guidelines-for-naming-fields-controls-and-objects.md
index 509e7127830..f47f2e6c629 100644
--- a/access/Concepts/Miscellaneous/guidelines-for-naming-fields-controls-and-objects.md
+++ b/access/Concepts/Miscellaneous/guidelines-for-naming-fields-controls-and-objects.md
@@ -34,9 +34,9 @@ Another way to avoid unexpected results is to always use the `!` operator instea
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/guids-do-not-match-or-the-requested-guid-could-not-be-founderror-3548.md b/access/Concepts/Miscellaneous/guids-do-not-match-or-the-requested-guid-could-not-be-founderror-3548.md
index 1d9d17970ca..e2d29ef37e8 100644
--- a/access/Concepts/Miscellaneous/guids-do-not-match-or-the-requested-guid-could-not-be-founderror-3548.md
+++ b/access/Concepts/Miscellaneous/guids-do-not-match-or-the-requested-guid-could-not-be-founderror-3548.md
@@ -16,9 +16,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/handler-property-example-vb.md b/access/Concepts/Miscellaneous/handler-property-example-vb.md
index 936368e2450..53f1fbacdad 100644
--- a/access/Concepts/Miscellaneous/handler-property-example-vb.md
+++ b/access/Concepts/Miscellaneous/handler-property-example-vb.md
@@ -47,9 +47,9 @@ End IfEnd Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/handler-property-example-vc-plus-plus.md b/access/Concepts/Miscellaneous/handler-property-example-vc-plus-plus.md
index d1d98628f1b..2494841d1e8 100644
--- a/access/Concepts/Miscellaneous/handler-property-example-vc-plus-plus.md
+++ b/access/Concepts/Miscellaneous/handler-property-example-vc-plus-plus.md
@@ -83,9 +83,9 @@ printf("\tSource = %s\n", (LPCSTR) bstrSource);printf("\tDescription = %s\n", (L
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/handler-property-example-vj-plus-plus.md b/access/Concepts/Miscellaneous/handler-property-example-vj-plus-plus.md
index 0fa7c7fcf81..17a5a37a514 100644
--- a/access/Concepts/Miscellaneous/handler-property-example-vj-plus-plus.md
+++ b/access/Concepts/Miscellaneous/handler-property-example-vj-plus-plus.md
@@ -86,9 +86,9 @@ System.out.println("\tDescription = " + je.getMessage() + "\n");}
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/handline-errors-in-visual-j-plus-plus.md b/access/Concepts/Miscellaneous/handline-errors-in-visual-j-plus-plus.md
index 5576493eb4f..d5305be1c8d 100644
--- a/access/Concepts/Miscellaneous/handline-errors-in-visual-j-plus-plus.md
+++ b/access/Concepts/Miscellaneous/handline-errors-in-visual-j-plus-plus.md
@@ -112,9 +112,9 @@ public class ErrorExample
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/having-clause-name-without-grouping-or-aggregationerror-3091.md b/access/Concepts/Miscellaneous/having-clause-name-without-grouping-or-aggregationerror-3091.md
index 18864edbbab..c34b1882cad 100644
--- a/access/Concepts/Miscellaneous/having-clause-name-without-grouping-or-aggregationerror-3091.md
+++ b/access/Concepts/Miscellaneous/having-clause-name-without-grouping-or-aggregationerror-3091.md
@@ -16,9 +16,9 @@ This error occurs when the query evaluates the identifiers in the SELECT stateme
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/ignore-nulls-property.md b/access/Concepts/Miscellaneous/ignore-nulls-property.md
index cc692de2663..12fbbeddf7d 100644
--- a/access/Concepts/Miscellaneous/ignore-nulls-property.md
+++ b/access/Concepts/Miscellaneous/ignore-nulls-property.md
@@ -35,9 +35,9 @@ You can define an index for a field to facilitate faster searches for records in
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/iif-function-without-error-2440.md b/access/Concepts/Miscellaneous/iif-function-without-error-2440.md
index a15c7936ff3..1422014d316 100644
--- a/access/Concepts/Miscellaneous/iif-function-without-error-2440.md
+++ b/access/Concepts/Miscellaneous/iif-function-without-error-2440.md
@@ -21,9 +21,9 @@ The **IIf** function requires parentheses around its arguments, as shown in the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/illegal-column-level-constrainterror-3789.md b/access/Concepts/Miscellaneous/illegal-column-level-constrainterror-3789.md
index a74dff8a50f..fffb9acf127 100644
--- a/access/Concepts/Miscellaneous/illegal-column-level-constrainterror-3789.md
+++ b/access/Concepts/Miscellaneous/illegal-column-level-constrainterror-3789.md
@@ -19,9 +19,9 @@ This error occurs when using the CREATE TABLE or ALTER TABLE ALTER COLUMN syntax
CREATE TABLE Orders (OrderId IDENTITY (100,10) CONSTRAINT pkOrders PRIMARY KEY, CustId LONG CONSTRAINT fkCustomersCustId REFERENCES Customers (CustId), Balance DOUBLE, CONSTRAINT CustomerExceededCreditLimit CHECK (CustId IN (SELECT CustId FROM Customers C WHERE C.CustId = Orders.CustId AND C.CreditLimit >= (SELECT SUM(Balance)FROM Orders O WHERE O.CustId = Orders.CustId))));.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/illegal-operation-performed-on-a-sql-server-replicaerror-3777.md b/access/Concepts/Miscellaneous/illegal-operation-performed-on-a-sql-server-replicaerror-3777.md
index 1cced0881b7..16e3e379262 100644
--- a/access/Concepts/Miscellaneous/illegal-operation-performed-on-a-sql-server-replicaerror-3777.md
+++ b/access/Concepts/Miscellaneous/illegal-operation-performed-on-a-sql-server-replicaerror-3777.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
Many operations cannot be executed from Microsoft SQL replicas. For example, you cannot delete or rename a table, add, delete, or rename a column in a table, make a local table replicable, exchange with another Jet Subscriber in the SQL replica set, or execute an exchange with the SQL Publication in any manner other than a Direct synchronization.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/illegal-reference-in-queryerror-3451.md b/access/Concepts/Miscellaneous/illegal-reference-in-queryerror-3451.md
index 8e862a4a06e..60c6cd67302 100644
--- a/access/Concepts/Miscellaneous/illegal-reference-in-queryerror-3451.md
+++ b/access/Concepts/Miscellaneous/illegal-reference-in-queryerror-3451.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This error occurs when parameters are defined with unrecognized data types.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/in-clause-microsoft-access-sql.md b/access/Concepts/Miscellaneous/in-clause-microsoft-access-sql.md
index cf788825288..5016920a230 100644
--- a/access/Concepts/Miscellaneous/in-clause-microsoft-access-sql.md
+++ b/access/Concepts/Miscellaneous/in-clause-microsoft-access-sql.md
@@ -128,9 +128,9 @@ ORDER BY CustomerID;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/in-operator-microsoft-access-sql.md b/access/Concepts/Miscellaneous/in-operator-microsoft-access-sql.md
index 22ae7f58087..93163136ef2 100644
--- a/access/Concepts/Miscellaneous/in-operator-microsoft-access-sql.md
+++ b/access/Concepts/Miscellaneous/in-operator-microsoft-access-sql.md
@@ -74,9 +74,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/in-operator-without-error-2429.md b/access/Concepts/Miscellaneous/in-operator-without-error-2429.md
index a3f99ca1976..98996da34b9 100644
--- a/access/Concepts/Miscellaneous/in-operator-without-error-2429.md
+++ b/access/Concepts/Miscellaneous/in-operator-without-error-2429.md
@@ -29,9 +29,9 @@ This code tests to see if the Region field contains any of the above abbreviatio
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/in-the-fixed-width-specification-namecolumn-column-does-not-specify-a-widtherror.md b/access/Concepts/Miscellaneous/in-the-fixed-width-specification-namecolumn-column-does-not-specify-a-widtherror.md
index b604cf1e62a..2cc6f654291 100644
--- a/access/Concepts/Miscellaneous/in-the-fixed-width-specification-namecolumn-column-does-not-specify-a-widtherror.md
+++ b/access/Concepts/Miscellaneous/in-the-fixed-width-specification-namecolumn-column-does-not-specify-a-widtherror.md
@@ -15,9 +15,9 @@ No column width parameter is specified in the text file specification for the Te
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/in-the-text-file-specification-namethe-name-option-is-invaliderror-3442.md b/access/Concepts/Miscellaneous/in-the-text-file-specification-namethe-name-option-is-invaliderror-3442.md
index e27a5a73a7d..3beec36ad77 100644
--- a/access/Concepts/Miscellaneous/in-the-text-file-specification-namethe-name-option-is-invaliderror-3442.md
+++ b/access/Concepts/Miscellaneous/in-the-text-file-specification-namethe-name-option-is-invaliderror-3442.md
@@ -21,9 +21,9 @@ One of the options in the text file specification for the Text ISAM is invalid.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/incompatible-version-of-an-installable-isamerror-3429.md b/access/Concepts/Miscellaneous/incompatible-version-of-an-installable-isamerror-3429.md
index 19974cbee51..8fdc116c526 100644
--- a/access/Concepts/Miscellaneous/incompatible-version-of-an-installable-isamerror-3429.md
+++ b/access/Concepts/Miscellaneous/incompatible-version-of-an-installable-isamerror-3429.md
@@ -19,9 +19,9 @@ You attempted to use an older version of an installable ISAM with the current ve
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/incorrect-collating-sequenceerror-3220.md b/access/Concepts/Miscellaneous/incorrect-collating-sequenceerror-3220.md
index 85be26e33b3..b37f2030b29 100644
--- a/access/Concepts/Miscellaneous/incorrect-collating-sequenceerror-3220.md
+++ b/access/Concepts/Miscellaneous/incorrect-collating-sequenceerror-3220.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You tried to link a Paradox table that was created with an international sort order that is not the same as the one you are using.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/incorrect-version-of-the-dll-file-name-was-founderror-3445.md b/access/Concepts/Miscellaneous/incorrect-version-of-the-dll-file-name-was-founderror-3445.md
index e012809bdf9..b830896d187 100644
--- a/access/Concepts/Miscellaneous/incorrect-version-of-the-dll-file-name-was-founderror-3445.md
+++ b/access/Concepts/Miscellaneous/incorrect-version-of-the-dll-file-name-was-founderror-3445.md
@@ -17,9 +17,9 @@ For Microsoft Access Database Engine databases, the installed Microsoft Access D
For ODBCDirect databases, the installed Remote Data Objects (RDO) DLL (msrdo32.dll) must be version 1.0 or later.
Try reinstalling the application that returned the error.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/index-already-existserror-3284.md b/access/Concepts/Miscellaneous/index-already-existserror-3284.md
index 47ce98f5492..b0125c28679 100644
--- a/access/Concepts/Miscellaneous/index-already-existserror-3284.md
+++ b/access/Concepts/Miscellaneous/index-already-existserror-3284.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You cannot have two indexes with the same name in a table. Rename one of the indexes.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/index-definition.md b/access/Concepts/Miscellaneous/index-definition.md
index 791e0aaca8c..a953d5c3056 100644
--- a/access/Concepts/Miscellaneous/index-definition.md
+++ b/access/Concepts/Miscellaneous/index-definition.md
@@ -23,9 +23,9 @@ An index is a Microsoft Access feature that speeds up searching and sorting in a
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/index-file-not-founderror-3256.md b/access/Concepts/Miscellaneous/index-file-not-founderror-3256.md
index 0f09caacca1..184b4b3299b 100644
--- a/access/Concepts/Miscellaneous/index-file-not-founderror-3256.md
+++ b/access/Concepts/Miscellaneous/index-file-not-founderror-3256.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to access a dBASE table, but one of the indexes listed in the table's associated .inf file could not be found. The index may have been renamed, moved, or deleted. Either relink the table, or use Microsoft Windows Notepad or another text editor to update the .inf file.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/index-not-founderror-3015.md b/access/Concepts/Miscellaneous/index-not-founderror-3015.md
index 76b3ea89bca..c1c2933300c 100644
--- a/access/Concepts/Miscellaneous/index-not-founderror-3015.md
+++ b/access/Concepts/Miscellaneous/index-not-founderror-3015.md
@@ -19,9 +19,9 @@ You tried to use a value that is not an index. You can determine the valid index
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/index-or-primary-key-cannot-contain-a-null-valueerror-3058.md b/access/Concepts/Miscellaneous/index-or-primary-key-cannot-contain-a-null-valueerror-3058.md
index c11c94887e9..ca2083449aa 100644
--- a/access/Concepts/Miscellaneous/index-or-primary-key-cannot-contain-a-null-valueerror-3058.md
+++ b/access/Concepts/Miscellaneous/index-or-primary-key-cannot-contain-a-null-valueerror-3058.md
@@ -41,9 +41,9 @@ To solve this problem, you must enter a value in the primary key field before mo
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/indexed-property.md b/access/Concepts/Miscellaneous/indexed-property.md
index db0ebebac13..90fc2763615 100644
--- a/access/Concepts/Miscellaneous/indexed-property.md
+++ b/access/Concepts/Miscellaneous/indexed-property.md
@@ -53,9 +53,9 @@ If you want to create multiple-field indexes, use the Indexes window.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/input-and-inputb-functions-differences-in-string-function-operations.md b/access/Concepts/Miscellaneous/input-and-inputb-functions-differences-in-string-function-operations.md
index df8a0a70dba..fae3669fd5c 100644
--- a/access/Concepts/Miscellaneous/input-and-inputb-functions-differences-in-string-function-operations.md
+++ b/access/Concepts/Miscellaneous/input-and-inputb-functions-differences-in-string-function-operations.md
@@ -30,9 +30,9 @@ Name Address Telephone
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/insufficient-memory-to-complete-operationerror-3584.md b/access/Concepts/Miscellaneous/insufficient-memory-to-complete-operationerror-3584.md
index f4b0d29f367..fbee0ef69af 100644
--- a/access/Concepts/Miscellaneous/insufficient-memory-to-complete-operationerror-3584.md
+++ b/access/Concepts/Miscellaneous/insufficient-memory-to-complete-operationerror-3584.md
@@ -19,9 +19,9 @@ Your computer ran out of memory while trying to replicate the database. Close ot
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/internet-dll-wininet-dll-could-not-be-found-or-loadederror-3674.md b/access/Concepts/Miscellaneous/internet-dll-wininet-dll-could-not-be-found-or-loadederror-3674.md
index 4b7db785edd..3bc2b2e6ff2 100644
--- a/access/Concepts/Miscellaneous/internet-dll-wininet-dll-could-not-be-found-or-loadederror-3674.md
+++ b/access/Concepts/Miscellaneous/internet-dll-wininet-dll-could-not-be-found-or-loadederror-3674.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The wininet.dll could not be found in your path. Please re-run setup.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/internet-is-too-slowerror-3650.md b/access/Concepts/Miscellaneous/internet-is-too-slowerror-3650.md
index ad52cce0b84..025ddcc1a15 100644
--- a/access/Concepts/Miscellaneous/internet-is-too-slowerror-3650.md
+++ b/access/Concepts/Miscellaneous/internet-is-too-slowerror-3650.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
There has been a failure due to Internet transmission speed.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/internet-login-failureerror-3652.md b/access/Concepts/Miscellaneous/internet-login-failureerror-3652.md
index 813f6117e48..ff6c838d175 100644
--- a/access/Concepts/Miscellaneous/internet-login-failureerror-3652.md
+++ b/access/Concepts/Miscellaneous/internet-login-failureerror-3652.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The server did not recognize the login information you entered.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/internet-not-set-uperror-3653.md b/access/Concepts/Miscellaneous/internet-not-set-uperror-3653.md
index b22aed4f5bf..439b09b5388 100644
--- a/access/Concepts/Miscellaneous/internet-not-set-uperror-3653.md
+++ b/access/Concepts/Miscellaneous/internet-not-set-uperror-3653.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
There is a problem with the Internet setup.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/internet-synchronizer-exited-unexpectedlyerror-3683.md b/access/Concepts/Miscellaneous/internet-synchronizer-exited-unexpectedlyerror-3683.md
index 37f1f9d4942..1f920f95fcf 100644
--- a/access/Concepts/Miscellaneous/internet-synchronizer-exited-unexpectedlyerror-3683.md
+++ b/access/Concepts/Miscellaneous/internet-synchronizer-exited-unexpectedlyerror-3683.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The internet server replied with an invalid response. Retry the operation.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/internettimeout-property-example-vb.md b/access/Concepts/Miscellaneous/internettimeout-property-example-vb.md
index 056d7951145..4f5e0188195 100644
--- a/access/Concepts/Miscellaneous/internettimeout-property-example-vb.md
+++ b/access/Concepts/Miscellaneous/internettimeout-property-example-vb.md
@@ -40,9 +40,9 @@ End Sub'EndInternetTimeoutVB
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/internettimeout-property-example-vc-plus-plus.md b/access/Concepts/Miscellaneous/internettimeout-property-example-vc-plus-plus.md
index 70817120245..5559bdba646 100644
--- a/access/Concepts/Miscellaneous/internettimeout-property-example-vc-plus-plus.md
+++ b/access/Concepts/Miscellaneous/internettimeout-property-example-vc-plus-plus.md
@@ -76,9 +76,9 @@ printf("\tSource = %s\n", (LPCSTR) bstrSource);printf("\tDescription = %s\n", (L
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/internettimeout-property-example-vj-plus-plus.md b/access/Concepts/Miscellaneous/internettimeout-property-example-vj-plus-plus.md
index a0cb2781067..be9f8bf8a70 100644
--- a/access/Concepts/Miscellaneous/internettimeout-property-example-vj-plus-plus.md
+++ b/access/Concepts/Miscellaneous/internettimeout-property-example-vj-plus-plus.md
@@ -82,9 +82,9 @@ System.out.println("\tDescription = " + je.getMessage() + "\n");}
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/intrinsic-constants-as-bit-masks.md b/access/Concepts/Miscellaneous/intrinsic-constants-as-bit-masks.md
index d81206bbcd0..d9e0e7843f4 100644
--- a/access/Concepts/Miscellaneous/intrinsic-constants-as-bit-masks.md
+++ b/access/Concepts/Miscellaneous/intrinsic-constants-as-bit-masks.md
@@ -40,9 +40,9 @@ You can use the constants to test for any combination of buttons and keys withou
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-address-for-destination-dropbox-foldererror-3557.md b/access/Concepts/Miscellaneous/invalid-address-for-destination-dropbox-foldererror-3557.md
index 87508a82ad8..5409dd3aff2 100644
--- a/access/Concepts/Miscellaneous/invalid-address-for-destination-dropbox-foldererror-3557.md
+++ b/access/Concepts/Miscellaneous/invalid-address-for-destination-dropbox-foldererror-3557.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-argumenterror-3001.md b/access/Concepts/Miscellaneous/invalid-argumenterror-3001.md
index 868da6da284..e2b6a54918b 100644
--- a/access/Concepts/Miscellaneous/invalid-argumenterror-3001.md
+++ b/access/Concepts/Miscellaneous/invalid-argumenterror-3001.md
@@ -16,9 +16,9 @@ You tried to perform an operation that involves a routine in a DLL, and one of t
This error also occurs when you attempt to use mutually exclusive constants in an argument to a method, such as specifying both **dbConsistent** and **dbInconsistent** in the _options_ argument to the **OpenRecordset** method.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-arguments-used-with-domain-functionerror-2428.md b/access/Concepts/Miscellaneous/invalid-arguments-used-with-domain-functionerror-2428.md
index 801171605a1..a625ae24c66 100644
--- a/access/Concepts/Miscellaneous/invalid-arguments-used-with-domain-functionerror-2428.md
+++ b/access/Concepts/Miscellaneous/invalid-arguments-used-with-domain-functionerror-2428.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You have entered an invalid argument in an aggregate function. For information on the function's arguments, see SQL Aggregate Functions, and then choose the name of the function.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-bracketing-of-name-nameerror-3126.md b/access/Concepts/Miscellaneous/invalid-bracketing-of-name-nameerror-3126.md
index 4769c693a41..1ecf52217d2 100644
--- a/access/Concepts/Miscellaneous/invalid-bracketing-of-name-nameerror-3126.md
+++ b/access/Concepts/Miscellaneous/invalid-bracketing-of-name-nameerror-3126.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The specified name either cannot have brackets around it or the brackets are mismatched. Check your entry to make sure the brackets are properly matched, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-century-setting-in-the-xbase-key-of-the-windows-registryerror-3227.md b/access/Concepts/Miscellaneous/invalid-century-setting-in-the-xbase-key-of-the-windows-registryerror-3227.md
index 48439224078..a738e302e72 100644
--- a/access/Concepts/Miscellaneous/invalid-century-setting-in-the-xbase-key-of-the-windows-registryerror-3227.md
+++ b/access/Concepts/Miscellaneous/invalid-century-setting-in-the-xbase-key-of-the-windows-registryerror-3227.md
@@ -29,9 +29,9 @@ To fix the Century setting
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-connection-string-in-pass-through-queryerror-3305.md b/access/Concepts/Miscellaneous/invalid-connection-string-in-pass-through-queryerror-3305.md
index 3bd74d58f68..b4911acb4cf 100644
--- a/access/Concepts/Miscellaneous/invalid-connection-string-in-pass-through-queryerror-3305.md
+++ b/access/Concepts/Miscellaneous/invalid-connection-string-in-pass-through-queryerror-3305.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The connection string for a pass-through query should begin with .
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-database-object-referenceerror-3276.md b/access/Concepts/Miscellaneous/invalid-database-object-referenceerror-3276.md
index 0f8a297ca79..8651761bf52 100644
--- a/access/Concepts/Miscellaneous/invalid-database-object-referenceerror-3276.md
+++ b/access/Concepts/Miscellaneous/invalid-database-object-referenceerror-3276.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The **Database** object specified is not the result of the **OpenDatabase** method, or it has been modified and is no longer valid.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-database-objecterror-3263.md b/access/Concepts/Miscellaneous/invalid-database-objecterror-3263.md
index a2f5efbee8c..199e044e6e1 100644
--- a/access/Concepts/Miscellaneous/invalid-database-objecterror-3263.md
+++ b/access/Concepts/Miscellaneous/invalid-database-objecterror-3263.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The **Database** object specified is not the result of the **OpenDatabase** method, or it has been modified and is no longer valid.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-datacodepage-option-in-initialization-settingerror-3337.md b/access/Concepts/Miscellaneous/invalid-datacodepage-option-in-initialization-settingerror-3337.md
index d957cc3dedb..b337d9ee4d3 100644
--- a/access/Concepts/Miscellaneous/invalid-datacodepage-option-in-initialization-settingerror-3337.md
+++ b/access/Concepts/Miscellaneous/invalid-datacodepage-option-in-initialization-settingerror-3337.md
@@ -23,9 +23,9 @@ Valid settings are:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-date-setting-in-the-xbase-key-of-the-windows-registryerror-3213.md b/access/Concepts/Miscellaneous/invalid-date-setting-in-the-xbase-key-of-the-windows-registryerror-3213.md
index 8e75eefe832..d629343c219 100644
--- a/access/Concepts/Miscellaneous/invalid-date-setting-in-the-xbase-key-of-the-windows-registryerror-3213.md
+++ b/access/Concepts/Miscellaneous/invalid-date-setting-in-the-xbase-key-of-the-windows-registryerror-3213.md
@@ -32,9 +32,9 @@ There is an invalid **Date** setting in the **Xbase** key of the Microsoft Wind
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-deleted-setting-in-the-xbase-key-of-the-windows-registryerror-3208.md b/access/Concepts/Miscellaneous/invalid-deleted-setting-in-the-xbase-key-of-the-windows-registryerror-3208.md
index 1233a5286a0..33063f836dc 100644
--- a/access/Concepts/Miscellaneous/invalid-deleted-setting-in-the-xbase-key-of-the-windows-registryerror-3208.md
+++ b/access/Concepts/Miscellaneous/invalid-deleted-setting-in-the-xbase-key-of-the-windows-registryerror-3208.md
@@ -29,9 +29,9 @@ There is an invalid **Deleted** setting in the **Xbase** key of the Microsoft W
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-dropbox-path-nameerror-3476.md b/access/Concepts/Miscellaneous/invalid-dropbox-path-nameerror-3476.md
index ed5b1e8d92b..ed60468c02b 100644
--- a/access/Concepts/Miscellaneous/invalid-dropbox-path-nameerror-3476.md
+++ b/access/Concepts/Miscellaneous/invalid-dropbox-path-nameerror-3476.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
Make sure the dropbox path is correct.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-entry-cannot-perform-cascading-operation-in-table-name-because-the-value.md b/access/Concepts/Miscellaneous/invalid-entry-cannot-perform-cascading-operation-in-table-name-because-the-value.md
index 9fcadc25b68..74327a4622e 100644
--- a/access/Concepts/Miscellaneous/invalid-entry-cannot-perform-cascading-operation-in-table-name-because-the-value.md
+++ b/access/Concepts/Miscellaneous/invalid-entry-cannot-perform-cascading-operation-in-table-name-because-the-value.md
@@ -17,9 +17,9 @@ You are trying to save a value to a primary key field that is included in a rela
In Microsoft Access, the **Cascade Update Related Fields** option is selected for the relationship; or, in DAO code, the **dbRelationUpdateCascade** option is specified for the **Relation** object's **Attributes** property. Setting either one of these options will cause your application to attempt to update the matching field in the related table.
To save your changes to this field, the text you enter must be no longer than the field size of the related field that your application is trying to update for you. In this case, the related field has a shorter field size than the field you are updating. To avoid this problem in the future, set the **Size** property for both of the matching fields to the same value.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-expression-in-the-replicafilter-propertyerror-3587.md b/access/Concepts/Miscellaneous/invalid-expression-in-the-replicafilter-propertyerror-3587.md
index 3b6f3a9ade0..90fdae85890 100644
--- a/access/Concepts/Miscellaneous/invalid-expression-in-the-replicafilter-propertyerror-3587.md
+++ b/access/Concepts/Miscellaneous/invalid-expression-in-the-replicafilter-propertyerror-3587.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The **ReplicaFilter** string contains an invalid word. Check the syntax for any misspelled or missing words.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-field-data-typeerror-3259.md b/access/Concepts/Miscellaneous/invalid-field-data-typeerror-3259.md
index 897441f3b77..6641495c32a 100644
--- a/access/Concepts/Miscellaneous/invalid-field-data-typeerror-3259.md
+++ b/access/Concepts/Miscellaneous/invalid-field-data-typeerror-3259.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The data type specified in the **Field** object's **Type** property is not valid. Choose one of the valid types as shown in the **Type** property Help topic.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-field-name-name-in-definition-of-index-or-relationshiperror-3409.md b/access/Concepts/Miscellaneous/invalid-field-name-name-in-definition-of-index-or-relationshiperror-3409.md
index 7f46d8470f4..34be84e375e 100644
--- a/access/Concepts/Miscellaneous/invalid-field-name-name-in-definition-of-index-or-relationshiperror-3409.md
+++ b/access/Concepts/Miscellaneous/invalid-field-name-name-in-definition-of-index-or-relationshiperror-3409.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-file-formaterror-3182.md b/access/Concepts/Miscellaneous/invalid-file-formaterror-3182.md
index b9d5c9b3957..0cd235f9939 100644
--- a/access/Concepts/Miscellaneous/invalid-file-formaterror-3182.md
+++ b/access/Concepts/Miscellaneous/invalid-file-formaterror-3182.md
@@ -22,9 +22,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-http-addresserror-3685.md b/access/Concepts/Miscellaneous/invalid-http-addresserror-3685.md
index 2ba2478a9fe..10261212705 100644
--- a/access/Concepts/Miscellaneous/invalid-http-addresserror-3685.md
+++ b/access/Concepts/Miscellaneous/invalid-http-addresserror-3685.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The HTTP address specified is not valid for this replica set. The HTTP address supplied did not match any values in the field InternetAddress in the system table MSysTranspAddress.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-index-definitionerror-3285.md b/access/Concepts/Miscellaneous/invalid-index-definitionerror-3285.md
index 4155bf9a939..ba6ea56d0c3 100644
--- a/access/Concepts/Miscellaneous/invalid-index-definitionerror-3285.md
+++ b/access/Concepts/Miscellaneous/invalid-index-definitionerror-3285.md
@@ -20,9 +20,9 @@ Possible causes:
You are using the same field twice in an index or relationship, which the Microsoft Access database engine does not permit.
You are creating a relationship using fields with data types that do not match. In Microsoft Access database engine databases, you can only relate fields with identical data types or a AutoNumber field with a Number field set to a Long Integer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-inf-fileerror-3168.md b/access/Concepts/Miscellaneous/invalid-inf-fileerror-3168.md
index f0f4fc55018..22ebf65ae49 100644
--- a/access/Concepts/Miscellaneous/invalid-inf-fileerror-3168.md
+++ b/access/Concepts/Miscellaneous/invalid-inf-fileerror-3168.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You tried to access a dBASE table, but its associated .inf file is invalid or has become corrupted. Relink the table, making sure you specify the correct indexes.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-internet-addresserror-3651.md b/access/Concepts/Miscellaneous/invalid-internet-addresserror-3651.md
index 324104dc0ce..7ff2cb878b4 100644
--- a/access/Concepts/Miscellaneous/invalid-internet-addresserror-3651.md
+++ b/access/Concepts/Miscellaneous/invalid-internet-addresserror-3651.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have requested an Internet address which is not valid or not available. Check the address, and if it is valid, try again later.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-mark-setting-in-the-xbase-key-of-the-windows-registryerror-3214.md b/access/Concepts/Miscellaneous/invalid-mark-setting-in-the-xbase-key-of-the-windows-registryerror-3214.md
index 87f0eda36c9..a91e2d71e03 100644
--- a/access/Concepts/Miscellaneous/invalid-mark-setting-in-the-xbase-key-of-the-windows-registryerror-3214.md
+++ b/access/Concepts/Miscellaneous/invalid-mark-setting-in-the-xbase-key-of-the-windows-registryerror-3214.md
@@ -29,9 +29,9 @@ There is an invalid **Mark** setting in the **Xbase** key of the Microsoft Wind
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-memo-or-ole-object-in-subquery-nameerror-3342.md b/access/Concepts/Miscellaneous/invalid-memo-or-ole-object-in-subquery-nameerror-3342.md
index d4fbc35c444..62de30fb2d6 100644
--- a/access/Concepts/Miscellaneous/invalid-memo-or-ole-object-in-subquery-nameerror-3342.md
+++ b/access/Concepts/Miscellaneous/invalid-memo-or-ole-object-in-subquery-nameerror-3342.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
A subquery cannot return a Memo or OLE Object, and it cannot be compared to a Memo or OLE Object in an expression.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-networkaccess-setting-in-the-windows-registryerror-3248.md b/access/Concepts/Miscellaneous/invalid-networkaccess-setting-in-the-windows-registryerror-3248.md
index aeaa6778dd6..02c1893c495 100644
--- a/access/Concepts/Miscellaneous/invalid-networkaccess-setting-in-the-windows-registryerror-3248.md
+++ b/access/Concepts/Miscellaneous/invalid-networkaccess-setting-in-the-windows-registryerror-3248.md
@@ -29,9 +29,9 @@ There is an invalid **NetworkAccess** setting in the Microsoft Windows Registry
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-operationerror-3219.md b/access/Concepts/Miscellaneous/invalid-operationerror-3219.md
index 6c4cd2c50a3..ed4955d33b3 100644
--- a/access/Concepts/Miscellaneous/invalid-operationerror-3219.md
+++ b/access/Concepts/Miscellaneous/invalid-operationerror-3219.md
@@ -29,9 +29,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-pagetimeout-setting-in-the-windows-registryerror-3249.md b/access/Concepts/Miscellaneous/invalid-pagetimeout-setting-in-the-windows-registryerror-3249.md
index 8ad38044fd4..13be6e91650 100644
--- a/access/Concepts/Miscellaneous/invalid-pagetimeout-setting-in-the-windows-registryerror-3249.md
+++ b/access/Concepts/Miscellaneous/invalid-pagetimeout-setting-in-the-windows-registryerror-3249.md
@@ -32,9 +32,9 @@ There is an invalid **PageTimeout** setting in the Microsoft Windows Registry.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741.md b/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741.md
index 2ed057533b4..c5548fa7e9f 100644
--- a/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741.md
+++ b/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The synchronizer specified is not valid for this replica set or is not the hub synchronizer for a Local or Anonymous replica. You can only synchronize a Local or Anonymous replica with the Global hub replica that created it.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741ado-error.md b/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741ado-error.md
index 7d10e90f502..ec140e7fdf0 100644
--- a/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741ado-error.md
+++ b/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741ado-error.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The synchronizer specified is not valid for this replica set or is not the hub synchronizer for a Local or Anonymous replica. You can only synchronize a Local or Anonymous replica with the Global hub replica that created it.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-path-for-destination-dropbox-foldererror-3556.md b/access/Concepts/Miscellaneous/invalid-path-for-destination-dropbox-foldererror-3556.md
index 1df85a6937d..f5b57ee742c 100644
--- a/access/Concepts/Miscellaneous/invalid-path-for-destination-dropbox-foldererror-3556.md
+++ b/access/Concepts/Miscellaneous/invalid-path-for-destination-dropbox-foldererror-3556.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-precision-for-decimal-data-typeerror-3700.md b/access/Concepts/Miscellaneous/invalid-precision-for-decimal-data-typeerror-3700.md
index 91408d39209..dff012d9073 100644
--- a/access/Concepts/Miscellaneous/invalid-precision-for-decimal-data-typeerror-3700.md
+++ b/access/Concepts/Miscellaneous/invalid-precision-for-decimal-data-typeerror-3700.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The precision and scale for a DECIMAL data type must be between 0 and 28. For example, the following SQL statement would return this error: CREATE TABLE foo (foo DECIMAL(38,0));
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-property-valueerror-3271.md b/access/Concepts/Miscellaneous/invalid-property-valueerror-3271.md
index 6c9a48f2924..f1a4249bea7 100644
--- a/access/Concepts/Miscellaneous/invalid-property-valueerror-3271.md
+++ b/access/Concepts/Miscellaneous/invalid-property-valueerror-3271.md
@@ -24,9 +24,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-rangeerror-3181.md b/access/Concepts/Miscellaneous/invalid-rangeerror-3181.md
index 9c5df264dc1..2b0b46fd60a 100644
--- a/access/Concepts/Miscellaneous/invalid-rangeerror-3181.md
+++ b/access/Concepts/Miscellaneous/invalid-rangeerror-3181.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to import an invalid range of spreadsheet cells.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-reference-in-select-statementerror-3242.md b/access/Concepts/Miscellaneous/invalid-reference-in-select-statementerror-3242.md
index 67ee73ea8e5..dfffe594e25 100644
--- a/access/Concepts/Miscellaneous/invalid-reference-in-select-statementerror-3242.md
+++ b/access/Concepts/Miscellaneous/invalid-reference-in-select-statementerror-3242.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You entered an invalid field or table reference in the SELECT statement. For example, the reference may be misspelled or does not exist.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-replica-path-or-nameerror-3686.md b/access/Concepts/Miscellaneous/invalid-replica-path-or-nameerror-3686.md
index 86191017417..f1a84e22b84 100644
--- a/access/Concepts/Miscellaneous/invalid-replica-path-or-nameerror-3686.md
+++ b/access/Concepts/Miscellaneous/invalid-replica-path-or-nameerror-3686.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The synchronizer identified by the HTTP address does not manage the database name specified in the URL.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-scale-for-decimal-data-typeerror-3701.md b/access/Concepts/Miscellaneous/invalid-scale-for-decimal-data-typeerror-3701.md
index accf7e3d9a0..d1be5407de8 100644
--- a/access/Concepts/Miscellaneous/invalid-scale-for-decimal-data-typeerror-3701.md
+++ b/access/Concepts/Miscellaneous/invalid-scale-for-decimal-data-typeerror-3701.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The scale of a DECIMAL data type must always be less or equal to the precision. For example, the following SQL statement would return this error: CREATE TABLE foo (foo DECIMAL(10,12));
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-setting-in-excel-key-of-the-engines-section-of-the-windows-registryerror.md b/access/Concepts/Miscellaneous/invalid-setting-in-excel-key-of-the-engines-section-of-the-windows-registryerror.md
index 301f7687962..4eb1c2438b3 100644
--- a/access/Concepts/Miscellaneous/invalid-setting-in-excel-key-of-the-engines-section-of-the-windows-registryerror.md
+++ b/access/Concepts/Miscellaneous/invalid-setting-in-excel-key-of-the-engines-section-of-the-windows-registryerror.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
One of the settings in the **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Access Connectivity Engine\Engines\Excel** key of the Microsoft Windows Registry is not valid. Edit the Windows Registry to be sure all the parameters are valid.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-statement-expected-deleteinsertprocedureselector-updateerror-3129.md b/access/Concepts/Miscellaneous/invalid-sql-statement-expected-deleteinsertprocedureselector-updateerror-3129.md
index 749d5489320..d22844ea7cb 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-statement-expected-deleteinsertprocedureselector-updateerror-3129.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-statement-expected-deleteinsertprocedureselector-updateerror-3129.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
Your SQL statement could not be recognized because it does not begin with one of the specified reserved words.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-actionerror-3762.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-actionerror-3762.md
index f100dd2c537..2a15631f914 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-actionerror-3762.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-actionerror-3762.md
@@ -16,9 +16,9 @@ This error occurs when defining referential integrity constraints through the CR
CREATE TABLE OrderDetail (OrderId LONG CONSTRAINT fkOrdersOrderId REFERENCES Orders (OrderId) ON UPDATE CASCADE ON DELETE **NO** ACTION, LineItem LONG, ProductID LONG CONSTRAINT fkProductsProductId REFERENCES Products (ProductId), Quantity LONG);
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-as-error-3728.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-as-error-3728.md
index e5267067421..5320dd59911 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-as-error-3728.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-as-error-3728.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when defining or creating a view or procedure through SQL DDL. The error would be generated with the following syntax: CREATE VIEW viewname SELECT…. To avoid the error, change the syntax to the following: CREATE VIEW viewname AS SELECT….
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-compression-to-follow-with-error-3723.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-compression-to-follow-with-error-3723.md
index 8cd343fdabb..8c7fbcb9724 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-compression-to-follow-with-error-3723.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-compression-to-follow-with-error-3723.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This error occurs when using CREATE TABLE or ALTER TABLE ALTER COLUMN syntax. It occurs when referencing one of the NATIONAL CHARACTER synonyms for a column type and not using the COMPRESSION keyword following the WITH keyword. The following is a valid SQL statement: CREATE TABLE foo (foo NCHAR WITH COMP);. The following SQL statement would return the error: CREATE TABLE foo (foo NCHAR WITH);.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-default-error-3722.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-default-error-3722.md
index ede363ea677..fa78f67c5ab 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-default-error-3722.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-default-error-3722.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when using the ALTER TABLE ALTER COLUMN syntax. It occurs if one of the following keywords, USER, NULL, or literal, are used without being followed by the keyword DEFAULT.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-select-error-3729.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-select-error-3729.md
index 25233ea5e66..365d82ed6c5 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-select-error-3729.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-select-error-3729.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This error occurs when trying to create a view from SQL DDL. The following would generate this error: CREATE VIEW viewname AS. To avoid the error, use a valid SELECT statement after the AS keyword.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-update-or-delete-error-3724.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-update-or-delete-error-3724.md
index cebc8ac9421..bad9f860fe4 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-update-or-delete-error-3724.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-update-or-delete-error-3724.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when defining referential integrity through the CREATE TABLE statement or the ALTER TABLE ALTER COLUMN statement. This error occurs when the keyword CASCADE is used and the keyword UPDATE or DELETE is not before it.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-only-one-update-rule-and-or-one-delete-rule-allowed-error-372.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-only-one-update-rule-and-or-one-delete-rule-allowed-error-372.md
index 4009d0bd1bb..3c69b9cdc98 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-only-one-update-rule-and-or-one-delete-rule-allowed-error-372.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-only-one-update-rule-and-or-one-delete-rule-allowed-error-372.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This error occurs when defining referential integrity through SQL DDL. This occurs when NULL or DEFAULT is not used after the SET keyword.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-database-privilege-such-as-createdb-or-connect-erro.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-database-privilege-such-as-createdb-or-connect-erro.md
index 81ed485e313..8652f5372c7 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-database-privilege-such-as-createdb-or-connect-erro.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-database-privilege-such-as-createdb-or-connect-erro.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-procedure-nameerror-3781.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-procedure-nameerror-3781.md
index 7ea262c76f5..1bf62e34a8b 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-procedure-nameerror-3781.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-procedure-nameerror-3781.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This error occurs when trying to create or drop a procedure using SQL DDL's CREATE PROCEDURE or DROP PROCEDURE syntax. It occurs if a valid name is not specified. For example, the following statement would generate the error: DROP PROCEDURE.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-view-nameerror-3780.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-view-nameerror-3780.md
index 8a02a74f9b8..277e96aec3e 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-view-nameerror-3780.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-view-nameerror-3780.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when trying to create or drop a view using SQL DDL's CREATE VIEW or DROP VIEW syntax. It occurs if a valid name is not specified. For example, the following statement would generate the error: CREATE VIEW AS SELECT * FROM table1.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-constraint-nameerror-3721.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-constraint-nameerror-3721.md
index 69e6f98214f..d930cf483e8 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-constraint-nameerror-3721.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-constraint-nameerror-3721.md
@@ -19,9 +19,9 @@ CREATE TABLE Customers (CLstNm TEXT(50), CFrstNm TEXT(25), CONSTRAINT pkCustomer
or do not use the CONSTRAINT keyword:
CREATE TABLE Customers (CLstNm TEXT(50), CFrstNm TEXT(25), PRIMARY KEY (CFrstNm, CLstNm));.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-cascade-set-null-or-no-actionerror-3725.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-cascade-set-null-or-no-actionerror-3725.md
index 0d9d895a51c..0f305354012 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-cascade-set-null-or-no-actionerror-3725.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-cascade-set-null-or-no-actionerror-3725.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This error occurs when defining referential integrity through the CREATE TABLE statement or the ALTER TABLE ALTER COLUMN statement. This error occurs when the keyword UPDATE or DELETE is used and is not followed by one of the following keywords: CASCADE, SET NULL, NO ACTION.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-database-error-3785.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-database-error-3785.md
index 999187c41be..9e7de25440f 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-database-error-3785.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-database-error-3785.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-nullerror-3726.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-nullerror-3726.md
index 75fda9bd5d6..406d25bb3f2 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-nullerror-3726.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-nullerror-3726.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when issuing a DDL statement that is associated with an index. It can occur when the NULL keyword is not used after the following keywords: CREATE INDEX, WITH PRIMARY, or IGNORE.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-privileges-error-3689.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-privileges-error-3689.md
index 656d74265ac..b148a09626d 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-privileges-error-3689.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-privileges-error-3689.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when using the GRANT or REVOKE keywords. A privilege was not specified. Some valid privileges are SELECT, UPDATE, DELETE, and INSERT.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-table-name-in-filtererror-3631.md b/access/Concepts/Miscellaneous/invalid-table-name-in-filtererror-3631.md
index 939f3d61c2b..62c1ac254e3 100644
--- a/access/Concepts/Miscellaneous/invalid-table-name-in-filtererror-3631.md
+++ b/access/Concepts/Miscellaneous/invalid-table-name-in-filtererror-3631.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You have referred to a table in a Boolean filter that is not valid. Boolean filters can only refer to the table that is being filtered.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-top-argument-in-select-queryerror-3308.md b/access/Concepts/Miscellaneous/invalid-top-argument-in-select-queryerror-3308.md
index 5a3f14f9c7e..7269223b0da 100644
--- a/access/Concepts/Miscellaneous/invalid-top-argument-in-select-queryerror-3308.md
+++ b/access/Concepts/Miscellaneous/invalid-top-argument-in-select-queryerror-3308.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
An invalid parameter appeared in the TOP clause of a SELECT statement. The value placed after the TOP reserved word must be a positive integer. If the PERCENT reserved word is also used, the integer cannot be greater than 100.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-use-of!orerror-2423.md b/access/Concepts/Miscellaneous/invalid-use-of!orerror-2423.md
index fd21ccd82af..dd9811f755b 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of!orerror-2423.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of!orerror-2423.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The expression does not use delimiters correctly. To reference the properties of a DAO object, it is recommended that you use the . _propertyname_ syntax.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-use-of!orerror-2447.md b/access/Concepts/Miscellaneous/invalid-use-of!orerror-2447.md
index 52537151717..1028dd4e7d9 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of!orerror-2447.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of!orerror-2447.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The expression does not use delimiters correctly. To reference the properties of DAO objects, it is recommended that you use the . _propertyname_ syntax.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-use-of-is-operatorerror-2443.md b/access/Concepts/Miscellaneous/invalid-use-of-is-operatorerror-2443.md
index edee6572435..ca69b5716c1 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of-is-operatorerror-2443.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of-is-operatorerror-2443.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The **Is** operator is used to determine if an expression is **Null**. You can use the **Is** operator in an expression only with NULL or NOT NULL.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-use-of-parentheseserror-2442.md b/access/Concepts/Miscellaneous/invalid-use-of-parentheseserror-2442.md
index b293ab50122..69865d7b5e3 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of-parentheseserror-2442.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of-parentheseserror-2442.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You entered an expression that has invalid parentheses. For example, you may be trying to use the parentheses syntax for an identifier in a query. In a query, you can use only the standard identifier syntax.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-use-of-vertical-barserror-2437.md b/access/Concepts/Miscellaneous/invalid-use-of-vertical-barserror-2437.md
index e581257e73a..5ad2b348f33 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of-vertical-barserror-2437.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of-vertical-barserror-2437.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You entered an expression that has invalid vertical bars (|). Check the expression to make sure you entered it correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/item-not-found-in-this-collectionerror-3265.md b/access/Concepts/Miscellaneous/item-not-found-in-this-collectionerror-3265.md
index e6f38e99e65..99d9edbe9fc 100644
--- a/access/Concepts/Miscellaneous/item-not-found-in-this-collectionerror-3265.md
+++ b/access/Concepts/Miscellaneous/item-not-found-in-this-collectionerror-3265.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/join-expression-not-supportederror-3296.md b/access/Concepts/Miscellaneous/join-expression-not-supportederror-3296.md
index e6f82f3b169..0ccb0404dfe 100644
--- a/access/Concepts/Miscellaneous/join-expression-not-supportederror-3296.md
+++ b/access/Concepts/Miscellaneous/join-expression-not-supportederror-3296.md
@@ -22,9 +22,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/join-operation-operation-refers-to-a-field-that-is-not-in-one-of-the-joined-tabl.md b/access/Concepts/Miscellaneous/join-operation-operation-refers-to-a-field-that-is-not-in-one-of-the-joined-tabl.md
index 24284346cb0..233215c6898 100644
--- a/access/Concepts/Miscellaneous/join-operation-operation-refers-to-a-field-that-is-not-in-one-of-the-joined-tabl.md
+++ b/access/Concepts/Miscellaneous/join-operation-operation-refers-to-a-field-that-is-not-in-one-of-the-joined-tabl.md
@@ -28,9 +28,9 @@ Authors INNER JOIN Titles ON Authors.ID = AuthorTitles.ISBN;
The error occurs because the join involves the Authors and Titles tables, but the joined fields are in the Authors and AuthorTitles tables.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/joined-table-name-not-listed-in-from-clauseerror-3080.md b/access/Concepts/Miscellaneous/joined-table-name-not-listed-in-from-clauseerror-3080.md
index 0ffe83c1a99..fa96d2724ba 100644
--- a/access/Concepts/Miscellaneous/joined-table-name-not-listed-in-from-clauseerror-3080.md
+++ b/access/Concepts/Miscellaneous/joined-table-name-not-listed-in-from-clauseerror-3080.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
Add the specified table name to the FROM clause of the query, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/language-specific-properties-and-methods.md b/access/Concepts/Miscellaneous/language-specific-properties-and-methods.md
index dab5895b316..f78419adb80 100644
--- a/access/Concepts/Miscellaneous/language-specific-properties-and-methods.md
+++ b/access/Concepts/Miscellaneous/language-specific-properties-and-methods.md
@@ -37,9 +37,9 @@ Properties and methods that are available only in Asian or right-to-left languag
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/local-or-anonymous-replicas-cannot-be-made-the-design-mastererror-3771.md b/access/Concepts/Miscellaneous/local-or-anonymous-replicas-cannot-be-made-the-design-mastererror-3771.md
index 5576c4e3663..932c9542622 100644
--- a/access/Concepts/Miscellaneous/local-or-anonymous-replicas-cannot-be-made-the-design-mastererror-3771.md
+++ b/access/Concepts/Miscellaneous/local-or-anonymous-replicas-cannot-be-made-the-design-mastererror-3771.md
@@ -19,9 +19,9 @@ Local or Anonymous replicas of the Design Master cannot be made because they do
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/local-or-anonymous-replicas-must-synch-only-to-their-designated-hub-replicaerror.md b/access/Concepts/Miscellaneous/local-or-anonymous-replicas-must-synch-only-to-their-designated-hub-replicaerror.md
index 882aa7cfdac..b5c1dd0858e 100644
--- a/access/Concepts/Miscellaneous/local-or-anonymous-replicas-must-synch-only-to-their-designated-hub-replicaerror.md
+++ b/access/Concepts/Miscellaneous/local-or-anonymous-replicas-must-synch-only-to-their-designated-hub-replicaerror.md
@@ -16,9 +16,9 @@ The source replica is a Local or Anonymous replica; you are trying to exchange t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/locked-tableerror-3714.md b/access/Concepts/Miscellaneous/locked-tableerror-3714.md
index 78be445d2e2..bbb3573b728 100644
--- a/access/Concepts/Miscellaneous/locked-tableerror-3714.md
+++ b/access/Concepts/Miscellaneous/locked-tableerror-3714.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
Re-synchronize the replicas when the lock is released on the table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/log-file-path-pathname-is-invaliderror-3591.md b/access/Concepts/Miscellaneous/log-file-path-pathname-is-invaliderror-3591.md
index f7b0ba4eb6d..951ff544fb3 100644
--- a/access/Concepts/Miscellaneous/log-file-path-pathname-is-invaliderror-3591.md
+++ b/access/Concepts/Miscellaneous/log-file-path-pathname-is-invaliderror-3591.md
@@ -25,9 +25,9 @@ To configure the Synchronizer
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/logmessages-property.md b/access/Concepts/Miscellaneous/logmessages-property.md
index 77e9fd87bb8..6706dcc0bac 100644
--- a/access/Concepts/Miscellaneous/logmessages-property.md
+++ b/access/Concepts/Miscellaneous/logmessages-property.md
@@ -43,9 +43,9 @@ The name of the messages table where the returned messages are stored is _usern
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/mapi-folder-or-address-book-not-founderror-3710.md b/access/Concepts/Miscellaneous/mapi-folder-or-address-book-not-founderror-3710.md
index 535f7a280e5..78ee3ba231b 100644
--- a/access/Concepts/Miscellaneous/mapi-folder-or-address-book-not-founderror-3710.md
+++ b/access/Concepts/Miscellaneous/mapi-folder-or-address-book-not-founderror-3710.md
@@ -25,9 +25,9 @@ The Microsoft Outlook/Exchange driver could not find the folder or address book
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/maxrecords-property.md b/access/Concepts/Miscellaneous/maxrecords-property.md
index 176a467a55f..42043070fd4 100644
--- a/access/Concepts/Miscellaneous/maxrecords-property.md
+++ b/access/Concepts/Miscellaneous/maxrecords-property.md
@@ -40,9 +40,9 @@ You can use the **MaxRecords** property in situations where limited system resou
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/members-example-vbscript.md b/access/Concepts/Miscellaneous/members-example-vbscript.md
index 86107cd9147..e86c98c0ee3 100644
--- a/access/Concepts/Miscellaneous/members-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/members-example-vbscript.md
@@ -329,9 +329,9 @@ For h=0 to intDC0
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/message-in-dropbox-folder-belongs-to-the-wrong-synchronizererror-3567.md b/access/Concepts/Miscellaneous/message-in-dropbox-folder-belongs-to-the-wrong-synchronizererror-3567.md
index d449896ba55..7a2210ac677 100644
--- a/access/Concepts/Miscellaneous/message-in-dropbox-folder-belongs-to-the-wrong-synchronizererror-3567.md
+++ b/access/Concepts/Miscellaneous/message-in-dropbox-folder-belongs-to-the-wrong-synchronizererror-3567.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/message-in-expressionerror-3077.md b/access/Concepts/Miscellaneous/message-in-expressionerror-3077.md
index 60beff49148..187170de0d1 100644
--- a/access/Concepts/Miscellaneous/message-in-expressionerror-3077.md
+++ b/access/Concepts/Miscellaneous/message-in-expressionerror-3077.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The expression you entered is not valid for the reason indicated in the message. Make sure you entered field names and punctuation correctly, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/message-in-query-expression-expressionerror-3075.md b/access/Concepts/Miscellaneous/message-in-query-expression-expressionerror-3075.md
index 7c288184200..8d925acdd0d 100644
--- a/access/Concepts/Miscellaneous/message-in-query-expression-expressionerror-3075.md
+++ b/access/Concepts/Miscellaneous/message-in-query-expression-expressionerror-3075.md
@@ -14,5 +14,5 @@ ms.date: 06/08/2017
The expression you typed is not valid for the reason indicated in the message. Make sure you have typed field names and punctuation correctly, and then try the operation again.
For more information, see [Syntax error](http://msdn.microsoft.com/library/ca84aa92-e41a-1167-ab66-032ab9626005%28Office.15%29.aspx).
- **ACCESS SUPPORT RESOURCES**[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)[Access help on support.office.com](https://support.office.com/search/results?query=Access)[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)[Search for specific Access error codes on Bing](http://www.bing.com/)[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+ **ACCESS SUPPORT RESOURCES**[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev) [Access help on support.office.com](https://support.office.com/search/results?query=Access) [Access help on answers.microsoft.com](https://answers.microsoft.com/) [Search for specific Access error codes on Bing](http://www.bing.com/) [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx) [Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx) [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/) [Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/method-not-applicable-for-this-objecterror-3273.md b/access/Concepts/Miscellaneous/method-not-applicable-for-this-objecterror-3273.md
index cb6d7872b88..8938dcfd21b 100644
--- a/access/Concepts/Miscellaneous/method-not-applicable-for-this-objecterror-3273.md
+++ b/access/Concepts/Miscellaneous/method-not-applicable-for-this-objecterror-3273.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You tried to use a method on an object that does not support that method. Refer to the Summary topic for the object to see a list of valid methods for that object.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/microsoft-access-constantsoverview.md b/access/Concepts/Miscellaneous/microsoft-access-constantsoverview.md
index c7ea5694d24..77e3281bc82 100644
--- a/access/Concepts/Miscellaneous/microsoft-access-constantsoverview.md
+++ b/access/Concepts/Miscellaneous/microsoft-access-constantsoverview.md
@@ -94,9 +94,9 @@ You can use the constant **Null** anywhere in Microsoft Access. For example, you
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/missing-destination-field-name-in-select-into-statement-statementerror-3105.md b/access/Concepts/Miscellaneous/missing-destination-field-name-in-select-into-statement-statementerror-3105.md
index 35b46d0089a..10495ff8833 100644
--- a/access/Concepts/Miscellaneous/missing-destination-field-name-in-select-into-statement-statementerror-3105.md
+++ b/access/Concepts/Miscellaneous/missing-destination-field-name-in-select-into-statement-statementerror-3105.md
@@ -19,9 +19,9 @@ Enter a destination field name in the specified statement, and then try the oper
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/missing-destination-field-name-in-update-statement-statementerror-3106.md b/access/Concepts/Miscellaneous/missing-destination-field-name-in-update-statement-statementerror-3106.md
index 9c569ab2ed1..7b8cdf31597 100644
--- a/access/Concepts/Miscellaneous/missing-destination-field-name-in-update-statement-statementerror-3106.md
+++ b/access/Concepts/Miscellaneous/missing-destination-field-name-in-update-statement-statementerror-3106.md
@@ -16,9 +16,9 @@ Enter a destination field name in the specified statement, and then try the oper
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/missing-semicolon-at-end-of-sql-statementerror-3137.md b/access/Concepts/Miscellaneous/missing-semicolon-at-end-of-sql-statementerror-3137.md
index 75468a97ca0..4c528b3b077 100644
--- a/access/Concepts/Miscellaneous/missing-semicolon-at-end-of-sql-statementerror-3137.md
+++ b/access/Concepts/Miscellaneous/missing-semicolon-at-end-of-sql-statementerror-3137.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The SQL statement has additional invalid tokens following an SQL statement. For example, "SELECT col1 FROM table1 garbage" would return this error. "SELECT col1 FROM table1; garbage" would be valid.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/missingor-itemerror-2436.md b/access/Concepts/Miscellaneous/missingor-itemerror-2436.md
index e3083926bce..b745a6222f2 100644
--- a/access/Concepts/Miscellaneous/missingor-itemerror-2436.md
+++ b/access/Concepts/Miscellaneous/missingor-itemerror-2436.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You entered an expression that is missing a closing parenthesis, bracket, or vertical bar. Check the expression to make sure you entered it correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/multi-level-group-by-clause-is-not-allowed-in-a-subqueryerror-3612.md b/access/Concepts/Miscellaneous/multi-level-group-by-clause-is-not-allowed-in-a-subqueryerror-3612.md
index 5f3c2ff7d3a..0ae54a1cc64 100644
--- a/access/Concepts/Miscellaneous/multi-level-group-by-clause-is-not-allowed-in-a-subqueryerror-3612.md
+++ b/access/Concepts/Miscellaneous/multi-level-group-by-clause-is-not-allowed-in-a-subqueryerror-3612.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
An SQL subquery cannot list more than one field in a GROUP BY clause.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/name-in-criteria-expressionerror-3076.md b/access/Concepts/Miscellaneous/name-in-criteria-expressionerror-3076.md
index bf8e99a1a14..3b3a58ade91 100644
--- a/access/Concepts/Miscellaneous/name-in-criteria-expressionerror-3076.md
+++ b/access/Concepts/Miscellaneous/name-in-criteria-expressionerror-3076.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The expression you entered is not valid for the reason indicated in the message. Make sure you entered field names and punctuation correctly, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/name-is-not-an-index-in-this-tableerror-3800.md b/access/Concepts/Miscellaneous/name-is-not-an-index-in-this-tableerror-3800.md
index 7ba45f47805..21f6a138d76 100644
--- a/access/Concepts/Miscellaneous/name-is-not-an-index-in-this-tableerror-3800.md
+++ b/access/Concepts/Miscellaneous/name-is-not-an-index-in-this-tableerror-3800.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
An invalid index name was used when trying to reference an index.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/need-a-version-4-x-or-greater-format-system-database-to-perform-this-operationer.md b/access/Concepts/Miscellaneous/need-a-version-4-x-or-greater-format-system-database-to-perform-this-operationer.md
index e44b21965a1..ba7a5ec3267 100644
--- a/access/Concepts/Miscellaneous/need-a-version-4-x-or-greater-format-system-database-to-perform-this-operationer.md
+++ b/access/Concepts/Miscellaneous/need-a-version-4-x-or-greater-format-system-database-to-perform-this-operationer.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
When using the Microsoft OLE DB Provider for Jet with security, it is necssary that the security database be in a Jet version 4.x file format. This can be done by compacting the existing security database or by creating a new one through the Microsoft OLE DB Provider for Jet.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/network-i-o-errorerror-3566.md b/access/Concepts/Miscellaneous/network-i-o-errorerror-3566.md
index 8e1b3e2cfc4..aad327451a2 100644
--- a/access/Concepts/Miscellaneous/network-i-o-errorerror-3566.md
+++ b/access/Concepts/Miscellaneous/network-i-o-errorerror-3566.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The communication between your computer and the network is experiencing a problem. Check to be sure your network is operating properly and that your network cable is tightly connected to your computer. Shut down, turn off, and reboot your computer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/new-in-access-for-developers.md b/access/Concepts/Miscellaneous/new-in-access-for-developers.md
index db5c72fe5ef..5f648ad8311 100644
--- a/access/Concepts/Miscellaneous/new-in-access-for-developers.md
+++ b/access/Concepts/Miscellaneous/new-in-access-for-developers.md
@@ -187,9 +187,9 @@ Access 2013 introduces a new application model that enables subject matter exper
[What's new for Office 2013 developers](http://msdn.microsoft.com/library/d76ae308-555e-4147-8900-956d3eb8ba23%28Office.15%29.aspx)
**More Access support resources**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/no-country-code-found-in-the-connection-stringerror-3449.md b/access/Concepts/Miscellaneous/no-country-code-found-in-the-connection-stringerror-3449.md
index 821593d9110..364afe55d6e 100644
--- a/access/Concepts/Miscellaneous/no-country-code-found-in-the-connection-stringerror-3449.md
+++ b/access/Concepts/Miscellaneous/no-country-code-found-in-the-connection-stringerror-3449.md
@@ -19,9 +19,9 @@ No country code was found in the connection string.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/no-current-recorderror-3021.md b/access/Concepts/Miscellaneous/no-current-recorderror-3021.md
index 3a159291711..da9c909c4f7 100644
--- a/access/Concepts/Miscellaneous/no-current-recorderror-3021.md
+++ b/access/Concepts/Miscellaneous/no-current-recorderror-3021.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This error occurs after the unsuccessful application of one of the Find methods or the **Seek** method, when the underlying **Recordset** contains no records or the record has been deleted. Move to or select another record, and try the operation again. If the **Recordset** is empty, you cannot position to a current record. Check the **BOF** and **EOF** properties.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/no-database-specified-in-connection-string-or-in-clauseerror-3321.md b/access/Concepts/Miscellaneous/no-database-specified-in-connection-string-or-in-clauseerror-3321.md
index fed6cc1fd2c..cdb09dcca6d 100644
--- a/access/Concepts/Miscellaneous/no-database-specified-in-connection-string-or-in-clauseerror-3321.md
+++ b/access/Concepts/Miscellaneous/no-database-specified-in-connection-string-or-in-clauseerror-3321.md
@@ -23,9 +23,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/no-destination-field-name-in-insert-into-statement-statementerror-3352.md b/access/Concepts/Miscellaneous/no-destination-field-name-in-insert-into-statement-statementerror-3352.md
index 15698c4478f..5b3f6781e61 100644
--- a/access/Concepts/Miscellaneous/no-destination-field-name-in-insert-into-statement-statementerror-3352.md
+++ b/access/Concepts/Miscellaneous/no-destination-field-name-in-insert-into-statement-statementerror-3352.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The destination field name or names cannot be determined from the expression in the SELECT clause of the INSERT INTO statement.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/no-field-definedcannot-append-tabledef-or-indexerror-3264.md b/access/Concepts/Miscellaneous/no-field-definedcannot-append-tabledef-or-indexerror-3264.md
index f8874413f20..0fb20764ce6 100644
--- a/access/Concepts/Miscellaneous/no-field-definedcannot-append-tabledef-or-indexerror-3264.md
+++ b/access/Concepts/Miscellaneous/no-field-definedcannot-append-tabledef-or-indexerror-3264.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You cannot append a **TableDef** until you define one or more fields. Use the **CreateField** method to create fields, append them to the **Fields** collection of your **TableDef** object, and then append the **TableDef** object to the **TableDefs** collection.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/no-such-index-name-on-table-nameerror-3372.md b/access/Concepts/Miscellaneous/no-such-index-name-on-table-nameerror-3372.md
index 027bc035c45..4a866978c76 100644
--- a/access/Concepts/Miscellaneous/no-such-index-name-on-table-nameerror-3372.md
+++ b/access/Concepts/Miscellaneous/no-such-index-name-on-table-nameerror-3372.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The specified index does not exist in the specified table. Check your code for a misspelling or other error, or verify the **Indexes** collection contains the specified index.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/no-such-relationship-name-on-table-nameerror-3377.md b/access/Concepts/Miscellaneous/no-such-relationship-name-on-table-nameerror-3377.md
index 37fe1688db7..59abc476645 100644
--- a/access/Concepts/Miscellaneous/no-such-relationship-name-on-table-nameerror-3377.md
+++ b/access/Concepts/Miscellaneous/no-such-relationship-name-on-table-nameerror-3377.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The relationship you specified does not exist in this database. Check to see if the name you specified exists in the **Relations** collection.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/no-unique-index-found-for-the-referenced-field-of-the-primary-tableerror-3609.md b/access/Concepts/Miscellaneous/no-unique-index-found-for-the-referenced-field-of-the-primary-tableerror-3609.md
index 6895707a73b..d880f3ef15f 100644
--- a/access/Concepts/Miscellaneous/no-unique-index-found-for-the-referenced-field-of-the-primary-tableerror-3609.md
+++ b/access/Concepts/Miscellaneous/no-unique-index-found-for-the-referenced-field-of-the-primary-tableerror-3609.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
When you create a relationship between tables, the referenced field in the primary table must have a unique index. See the Index object and Primary property topics for more details on how to do this.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/none-of-the-import-field-names-match-fields-in-the-appended-tableerror-3243.md b/access/Concepts/Miscellaneous/none-of-the-import-field-names-match-fields-in-the-appended-tableerror-3243.md
index 75f2b41b6b8..ed7683ce4da 100644
--- a/access/Concepts/Miscellaneous/none-of-the-import-field-names-match-fields-in-the-appended-tableerror-3243.md
+++ b/access/Concepts/Miscellaneous/none-of-the-import-field-names-match-fields-in-the-appended-tableerror-3243.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
At least one field name in the import table and the appended table must match.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/not-a-valid-account-name-or-passworderror-3029.md b/access/Concepts/Miscellaneous/not-a-valid-account-name-or-passworderror-3029.md
index e4bb6ee8677..baf9e5f6387 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-account-name-or-passworderror-3029.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-account-name-or-passworderror-3029.md
@@ -41,9 +41,9 @@ User names are not case-sensitive.
Passwords can be any combination of 14 or fewer characters; passwords cannot contain control characters. Passwords are case-sensitive.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/not-a-valid-alias-nameerror-3068.md b/access/Concepts/Miscellaneous/not-a-valid-alias-nameerror-3068.md
index 9e024088dca..29d1f753f62 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-alias-nameerror-3068.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-alias-nameerror-3068.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The alias you entered does not follow standard naming conventions. Enter a new name, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/not-a-valid-bookmarkerror-3159.md b/access/Concepts/Miscellaneous/not-a-valid-bookmarkerror-3159.md
index b9424aae311..45e4f620482 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-bookmarkerror-3159.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-bookmarkerror-3159.md
@@ -40,9 +40,9 @@ End Sub
```
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/not-a-valid-file-nameerror-3055.md b/access/Concepts/Miscellaneous/not-a-valid-file-nameerror-3055.md
index b905b577a63..cbefe0229b9 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-file-nameerror-3055.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-file-nameerror-3055.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You tried to use a file name that does not follow the naming conventions for your operating system. Specify the file name again, and then retry the operation.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/not-a-valid-passworderror-3031.md b/access/Concepts/Miscellaneous/not-a-valid-passworderror-3031.md
index c3279a584cb..c4d642b829f 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-passworderror-3031.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-passworderror-3031.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
You have typed an invalid password. Passwords can be any combination of 20 or fewer characters, except control characters. Passwords are case-sensitive.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/not-a-valid-table-nameerror-3177.md b/access/Concepts/Miscellaneous/not-a-valid-table-nameerror-3177.md
index ad77fcd3561..e52ce7caa5d 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-table-nameerror-3177.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-table-nameerror-3177.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The name you entered does not follow standard naming conventions. Enter a new name, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/not-enough-space-on-diskerror-3026.md b/access/Concepts/Miscellaneous/not-enough-space-on-diskerror-3026.md
index 48a6d5ddc49..d14bc942a66 100644
--- a/access/Concepts/Miscellaneous/not-enough-space-on-diskerror-3026.md
+++ b/access/Concepts/Miscellaneous/not-enough-space-on-diskerror-3026.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to perform an operation that requires more disk space than is available. Remove unused files from your disk, compress your database, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/not-enough-space-on-temporary-diskerror-3183.md b/access/Concepts/Miscellaneous/not-enough-space-on-temporary-diskerror-3183.md
index fd6474abc01..486d177bc15 100644
--- a/access/Concepts/Miscellaneous/not-enough-space-on-temporary-diskerror-3183.md
+++ b/access/Concepts/Miscellaneous/not-enough-space-on-temporary-diskerror-3183.md
@@ -35,9 +35,9 @@ You can increase the amount of available temporary disk space in several ways:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/number-of-query-values-and-destination-fields-are-not-the-sameerror-3346.md b/access/Concepts/Miscellaneous/number-of-query-values-and-destination-fields-are-not-the-sameerror-3346.md
index 15756203ab7..938a8d8139e 100644
--- a/access/Concepts/Miscellaneous/number-of-query-values-and-destination-fields-are-not-the-sameerror-3346.md
+++ b/access/Concepts/Miscellaneous/number-of-query-values-and-destination-fields-are-not-the-sameerror-3346.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The INSERT INTO (append) query either does not have enough destination fields or it has more fields in the VALUES or SELECT list than there are fields in the destination table. Select a matching number of fields.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/numeric-field-overflowerror-3349.md b/access/Concepts/Miscellaneous/numeric-field-overflowerror-3349.md
index 5b1504f6288..84284aa0a86 100644
--- a/access/Concepts/Miscellaneous/numeric-field-overflowerror-3349.md
+++ b/access/Concepts/Miscellaneous/numeric-field-overflowerror-3349.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
The data in a Btrieve field is too large to represent in your application.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/object-has-no-valueerror-2427.md b/access/Concepts/Miscellaneous/object-has-no-valueerror-2427.md
index f14744c096c..64599dc178e 100644
--- a/access/Concepts/Miscellaneous/object-has-no-valueerror-2427.md
+++ b/access/Concepts/Miscellaneous/object-has-no-valueerror-2427.md
@@ -19,9 +19,9 @@ You entered an expression containing an identifier for an object that has no val
Check the expression to make sure you entered it correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/object-is-invalid-for-operationerror-3350.md b/access/Concepts/Miscellaneous/object-is-invalid-for-operationerror-3350.md
index e22ba8bcf8c..0d6739d4422 100644
--- a/access/Concepts/Miscellaneous/object-is-invalid-for-operationerror-3350.md
+++ b/access/Concepts/Miscellaneous/object-is-invalid-for-operationerror-3350.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You used the **RefreshLink** method on an object other than a linked table. An object ceases to exist when it is destroyed and when its associated DAO object is closed or is no longer defined in the current scope.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/object-is-invalid-or-no-longer-seterror-3420.md b/access/Concepts/Miscellaneous/object-is-invalid-or-no-longer-seterror-3420.md
index 84ad0b63c0f..5c83e8e993f 100644
--- a/access/Concepts/Miscellaneous/object-is-invalid-or-no-longer-seterror-3420.md
+++ b/access/Concepts/Miscellaneous/object-is-invalid-or-no-longer-seterror-3420.md
@@ -38,9 +38,9 @@ dbname = dbsPublish.Name
```
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/object-is-not-a-collectionerror-3272.md b/access/Concepts/Miscellaneous/object-is-not-a-collectionerror-3272.md
index b99dccc7ad5..06cbf3b0eda 100644
--- a/access/Concepts/Miscellaneous/object-is-not-a-collectionerror-3272.md
+++ b/access/Concepts/Miscellaneous/object-is-not-a-collectionerror-3272.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have referred to an object as though it were a collection. For example, a statement such as `qrySales.Refresh` or or `qrySales(2)` causes this error.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/object-name-already-existserror-3012.md b/access/Concepts/Miscellaneous/object-name-already-existserror-3012.md
index 81ddf812b30..6694479d853 100644
--- a/access/Concepts/Miscellaneous/object-name-already-existserror-3012.md
+++ b/access/Concepts/Miscellaneous/object-name-already-existserror-3012.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to create an object with a name that already exists in this database. Choose a different name, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/object-name-is-not-a-stored-procedureerror-3750.md b/access/Concepts/Miscellaneous/object-name-is-not-a-stored-procedureerror-3750.md
index d05ceb843aa..6b64b031aa8 100644
--- a/access/Concepts/Miscellaneous/object-name-is-not-a-stored-procedureerror-3750.md
+++ b/access/Concepts/Miscellaneous/object-name-is-not-a-stored-procedureerror-3750.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
This error occurs when using the EXECUTE keyword and either passing a name of a procedure or view that does not exist in the database or passing the name of a base table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/object-properties.md b/access/Concepts/Miscellaneous/object-properties.md
index 09bbe660563..c769f0491e4 100644
--- a/access/Concepts/Miscellaneous/object-properties.md
+++ b/access/Concepts/Miscellaneous/object-properties.md
@@ -97,9 +97,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/objectproxy-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/objectproxy-ado-wfc-syntax.md
index 55c40d77468..926970032f9 100644
--- a/access/Concepts/Miscellaneous/objectproxy-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/objectproxy-ado-wfc-syntax.md
@@ -53,9 +53,9 @@ public Object ObjectProxy .call( String method , Object[] args )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/odbc-specification-conformance-error-messagereport-this-error-to-the-developer-o.md b/access/Concepts/Miscellaneous/odbc-specification-conformance-error-messagereport-this-error-to-the-developer-o.md
index c4eb4271587..93e6292f721 100644
--- a/access/Concepts/Miscellaneous/odbc-specification-conformance-error-messagereport-this-error-to-the-developer-o.md
+++ b/access/Concepts/Miscellaneous/odbc-specification-conformance-error-messagereport-this-error-to-the-developer-o.md
@@ -19,9 +19,9 @@ This error can be caused by any of a number of problems with your ODBC driver. W
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/odbccall-failederror-3146.md b/access/Concepts/Miscellaneous/odbccall-failederror-3146.md
index 4c9c885551a..e2ce07928c5 100644
--- a/access/Concepts/Miscellaneous/odbccall-failederror-3146.md
+++ b/access/Concepts/Miscellaneous/odbccall-failederror-3146.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Using an ODBC connection, you tried to perform an operation on data in an ODBC data source. This error may occur when the ODBC data source is on a network drive and you are not connected to the network. Make sure the network is available, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbccannot-lock-all-recordserror-3254.md b/access/Concepts/Miscellaneous/odbccannot-lock-all-recordserror-3254.md
index 00c455da2a9..a3ff8a179cf 100644
--- a/access/Concepts/Miscellaneous/odbccannot-lock-all-recordserror-3254.md
+++ b/access/Concepts/Miscellaneous/odbccannot-lock-all-recordserror-3254.md
@@ -15,9 +15,9 @@ ms.date: 06/08/2017
Using an ODBC connection, you tried to lock all of the records in an ODBC database.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbcconnection-to-name-failederror-3151.md b/access/Concepts/Miscellaneous/odbcconnection-to-name-failederror-3151.md
index 0762115117f..7c135b2bc95 100644
--- a/access/Concepts/Miscellaneous/odbcconnection-to-name-failederror-3151.md
+++ b/access/Concepts/Miscellaneous/odbcconnection-to-name-failederror-3151.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The ODBC connection to the specified ODBC database or table could not be made. If the ODBC database is accessed via a network connection, make sure the network is available, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbcconnectstr-property.md b/access/Concepts/Miscellaneous/odbcconnectstr-property.md
index 1d1ee69baa7..07fdf9112f7 100644
--- a/access/Concepts/Miscellaneous/odbcconnectstr-property.md
+++ b/access/Concepts/Miscellaneous/odbcconnectstr-property.md
@@ -44,9 +44,9 @@ ODBC;DSN=Human Resources;SERVER=HRSRVR;UID=Smith;PWD=Sesame;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/odbccould-not-create-tableerror-3232.md b/access/Concepts/Miscellaneous/odbccould-not-create-tableerror-3232.md
index e2d9f3da3d1..23b9758ea43 100644
--- a/access/Concepts/Miscellaneous/odbccould-not-create-tableerror-3232.md
+++ b/access/Concepts/Miscellaneous/odbccould-not-create-tableerror-3232.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to export a table to an ODBC database and the table could not be created. This error can occur if the ODBC database is read-only, or you do not have permission to create a table in that database. Resolve the read-only condition, or see your system administrator or the person who created the database to obtain the necessary permissions.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbccould-not-find-dll-nameerror-3154.md b/access/Concepts/Miscellaneous/odbccould-not-find-dll-nameerror-3154.md
index 4dbd2ceda02..7bd307a49e4 100644
--- a/access/Concepts/Miscellaneous/odbccould-not-find-dll-nameerror-3154.md
+++ b/access/Concepts/Miscellaneous/odbccould-not-find-dll-nameerror-3154.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbcdata-out-of-rangeerror-3238.md b/access/Concepts/Miscellaneous/odbcdata-out-of-rangeerror-3238.md
index ec879380baf..a5d53c7d023 100644
--- a/access/Concepts/Miscellaneous/odbcdata-out-of-rangeerror-3238.md
+++ b/access/Concepts/Miscellaneous/odbcdata-out-of-rangeerror-3238.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Using an ODBC connection, you tried to read from or write to an ODBC database, and the data is not within the prescribed limits.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbcdata-type-not-supported-on-servererror-3235.md b/access/Concepts/Miscellaneous/odbcdata-type-not-supported-on-servererror-3235.md
index 04201893c66..4352c543b82 100644
--- a/access/Concepts/Miscellaneous/odbcdata-type-not-supported-on-servererror-3235.md
+++ b/access/Concepts/Miscellaneous/odbcdata-type-not-supported-on-servererror-3235.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The ODBC server does not support the same SQL data types as the database engine or your application. The data has not been placed on the server.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbcdelete-on-a-linked-table-table-failederror-3156.md b/access/Concepts/Miscellaneous/odbcdelete-on-a-linked-table-table-failederror-3156.md
index b0e327535ef..5cc9a59c8ca 100644
--- a/access/Concepts/Miscellaneous/odbcdelete-on-a-linked-table-table-failederror-3156.md
+++ b/access/Concepts/Miscellaneous/odbcdelete-on-a-linked-table-table-failederror-3156.md
@@ -28,9 +28,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbcfield-would-be-too-long-data-truncatederror-3231.md b/access/Concepts/Miscellaneous/odbcfield-would-be-too-long-data-truncatederror-3231.md
index ce83d6e92a1..6f03845dd33 100644
--- a/access/Concepts/Miscellaneous/odbcfield-would-be-too-long-data-truncatederror-3231.md
+++ b/access/Concepts/Miscellaneous/odbcfield-would-be-too-long-data-truncatederror-3231.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to perform a task on an ODBC data source that would have resulted in a field that is too long. The data has been truncated to the maximum allowable length.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbcinsert-on-a-linked-table-table-failederror-3155.md b/access/Concepts/Miscellaneous/odbcinsert-on-a-linked-table-table-failederror-3155.md
index c063c1950e9..32ffc74b704 100644
--- a/access/Concepts/Miscellaneous/odbcinsert-on-a-linked-table-table-failederror-3155.md
+++ b/access/Concepts/Miscellaneous/odbcinsert-on-a-linked-table-table-failederror-3155.md
@@ -28,9 +28,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbclinked-table-definition-has-changederror-3247.md b/access/Concepts/Miscellaneous/odbclinked-table-definition-has-changederror-3247.md
index 5343aecf0ac..ec02ee4e8a1 100644
--- a/access/Concepts/Miscellaneous/odbclinked-table-definition-has-changederror-3247.md
+++ b/access/Concepts/Miscellaneous/odbclinked-table-definition-has-changederror-3247.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The definition or structure of a linked table changed since you created the link. Delete the link, and then relink the table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbcremote-query-timeout-expirederror-3234.md b/access/Concepts/Miscellaneous/odbcremote-query-timeout-expirederror-3234.md
index 218ee8c2e7a..b39b3d0b42e 100644
--- a/access/Concepts/Miscellaneous/odbcremote-query-timeout-expirederror-3234.md
+++ b/access/Concepts/Miscellaneous/odbcremote-query-timeout-expirederror-3234.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The ODBC server may not be properly installed, or a required network connection is not active. Try increasing the value of the **QueryTimeout** property.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbctimeout-property.md b/access/Concepts/Miscellaneous/odbctimeout-property.md
index a9354bf466b..e4b16cebda2 100644
--- a/access/Concepts/Miscellaneous/odbctimeout-property.md
+++ b/access/Concepts/Miscellaneous/odbctimeout-property.md
@@ -32,9 +32,9 @@ When you're using an ODBC database, such as Microsoft SQL Server, there may be d
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/odbcupdate-on-a-linked-table-table-failederror-3157.md b/access/Concepts/Miscellaneous/odbcupdate-on-a-linked-table-table-failederror-3157.md
index 1f7b87db188..f2391422a5c 100644
--- a/access/Concepts/Miscellaneous/odbcupdate-on-a-linked-table-table-failederror-3157.md
+++ b/access/Concepts/Miscellaneous/odbcupdate-on-a-linked-table-table-failederror-3157.md
@@ -28,9 +28,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/oldconstants-enumeration.md b/access/Concepts/Miscellaneous/oldconstants-enumeration.md
index 966da4564ca..5877aedd313 100644
--- a/access/Concepts/Miscellaneous/oldconstants-enumeration.md
+++ b/access/Concepts/Miscellaneous/oldconstants-enumeration.md
@@ -275,9 +275,9 @@ These constants are provided for backward compatibility with Microsoft Access ve
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/one-of-the-binding-parameters-is-incorrecterror-3645.md b/access/Concepts/Miscellaneous/one-of-the-binding-parameters-is-incorrecterror-3645.md
index 638a082ae2f..5e1fc083f63 100644
--- a/access/Concepts/Miscellaneous/one-of-the-binding-parameters-is-incorrecterror-3645.md
+++ b/access/Concepts/Miscellaneous/one-of-the-binding-parameters-is-incorrecterror-3645.md
@@ -21,9 +21,9 @@ Check your binding structure.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/one-of-the-records-in-the-recordset-was-deleted-by-another-processerror-3643.md b/access/Concepts/Miscellaneous/one-of-the-records-in-the-recordset-was-deleted-by-another-processerror-3643.md
index a69dcabd0c4..21d2975195f 100644
--- a/access/Concepts/Miscellaneous/one-of-the-records-in-the-recordset-was-deleted-by-another-processerror-3643.md
+++ b/access/Concepts/Miscellaneous/one-of-the-records-in-the-recordset-was-deleted-by-another-processerror-3643.md
@@ -19,9 +19,9 @@ One or more of the records in the **Recordset** was deleted after the query was
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/one-or-more-values-are-prohibited-by-the-validation-rule-rule-set-for-nameenter.md b/access/Concepts/Miscellaneous/one-or-more-values-are-prohibited-by-the-validation-rule-rule-set-for-nameenter.md
index 414cec7dc9f..7cebb6e190e 100644
--- a/access/Concepts/Miscellaneous/one-or-more-values-are-prohibited-by-the-validation-rule-rule-set-for-nameenter.md
+++ b/access/Concepts/Miscellaneous/one-or-more-values-are-prohibited-by-the-validation-rule-rule-set-for-nameenter.md
@@ -14,9 +14,9 @@ The **ValidationRule** property for this field contains an expression that limi
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/only-simple-select-queries-are-allowed-in-viewserror-3766.md b/access/Concepts/Miscellaneous/only-simple-select-queries-are-allowed-in-viewserror-3766.md
index 77afd7afd84..54154d4fe78 100644
--- a/access/Concepts/Miscellaneous/only-simple-select-queries-are-allowed-in-viewserror-3766.md
+++ b/access/Concepts/Miscellaneous/only-simple-select-queries-are-allowed-in-viewserror-3766.md
@@ -19,9 +19,9 @@ This error occurs when trying to create a view from SQL DDL. This error occurs w
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/operation-canceled-by-usererror-3059.md b/access/Concepts/Miscellaneous/operation-canceled-by-usererror-3059.md
index 3534e74027f..91ad070edd2 100644
--- a/access/Concepts/Miscellaneous/operation-canceled-by-usererror-3059.md
+++ b/access/Concepts/Miscellaneous/operation-canceled-by-usererror-3059.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You stopped the operation before its normal completion. Some data changes may not have been saved.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/operation-invalid-without-a-current-indexerror-3019.md b/access/Concepts/Miscellaneous/operation-invalid-without-a-current-indexerror-3019.md
index 975c42fc5b4..a95e65e72cf 100644
--- a/access/Concepts/Miscellaneous/operation-invalid-without-a-current-indexerror-3019.md
+++ b/access/Concepts/Miscellaneous/operation-invalid-without-a-current-indexerror-3019.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Set the **Index**, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/operation-is-not-supported-for-this-type-of-objecterror-3251.md b/access/Concepts/Miscellaneous/operation-is-not-supported-for-this-type-of-objecterror-3251.md
index e5d11475276..08c1280caf2 100644
--- a/access/Concepts/Miscellaneous/operation-is-not-supported-for-this-type-of-objecterror-3251.md
+++ b/access/Concepts/Miscellaneous/operation-is-not-supported-for-this-type-of-objecterror-3251.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You were attempting to execute a method or assign a value to a property that is usually valid for the object, but is not supported in this specific instance. For example, the **Edit** method is generally valid for **Recordset** objects, but not for a snapshot-type **Recordset**. This error could also occur in cases where the operation is not permitted due to the type or status of the object — as when trying to use the **MovePrevious** method on a forward-only-type **Recordset**. Some operations are also not supported, depending on if you are accessing a Microsoft Access database engine or an ODBC data source.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/operation-must-use-an-updatable-queryerror-3073.md b/access/Concepts/Miscellaneous/operation-must-use-an-updatable-queryerror-3073.md
index 604cab6177b..e6d6d02028d 100644
--- a/access/Concepts/Miscellaneous/operation-must-use-an-updatable-queryerror-3073.md
+++ b/access/Concepts/Miscellaneous/operation-must-use-an-updatable-queryerror-3073.md
@@ -42,9 +42,9 @@ Close the database, resolve the read-only condition, and then reopen it for read
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-in-transactionserror-3246.md b/access/Concepts/Miscellaneous/operation-not-supported-in-transactionserror-3246.md
index f3a75ec317f..4fff63ffe31 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-in-transactionserror-3246.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-in-transactionserror-3246.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to perform an operation that is not valid within a transaction. A transaction can be one you create using a **BeginTrans** statements, or an internal transaction created by the Microsoft Access database engine, such as when you delete multiple records in a single operation.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-on-a-paradox-table-with-no-primary-keyerror-3207.md b/access/Concepts/Miscellaneous/operation-not-supported-on-a-paradox-table-with-no-primary-keyerror-3207.md
index 02a0b45f694..063cb67de4f 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-on-a-paradox-table-with-no-primary-keyerror-3207.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-on-a-paradox-table-with-no-primary-keyerror-3207.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Run the application that created the table, and add a primary key. Then, try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-on-a-table-that-contains-dataerror-3282.md b/access/Concepts/Miscellaneous/operation-not-supported-on-a-table-that-contains-dataerror-3282.md
index 4c74181603f..c31e67008fd 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-on-a-table-that-contains-dataerror-3282.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-on-a-table-that-contains-dataerror-3282.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You cannot add a field or create an index on a linked table that contains data. Once a table is populated with data, you cannot change the table design or indexes. Create a new table with the altered design and transfer the data to it using an action query.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-on-linked-tableserror-3057.md b/access/Concepts/Miscellaneous/operation-not-supported-on-linked-tableserror-3057.md
index 789d9148248..d0151e14fd1 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-on-linked-tableserror-3057.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-on-linked-tableserror-3057.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Import data from the table, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-on-replicable-databases-that-have-not-been-converted-to.md b/access/Concepts/Miscellaneous/operation-not-supported-on-replicable-databases-that-have-not-been-converted-to.md
index a00f6c70c92..593aa8c05c2 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-on-replicable-databases-that-have-not-been-converted-to.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-on-replicable-databases-that-have-not-been-converted-to.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This replica was created with a previous version of Microsoft Jet. To execute any replication operations you must first compact/convert your replica set.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-distincterror-3093.md b/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-distincterror-3093.md
index 4d47b95cb66..ccd38f45def 100644
--- a/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-distincterror-3093.md
+++ b/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-distincterror-3093.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You created an SQL statement with an ALL, DISTINCT, or DISTINCTROW predicate and an ORDER BY clause that contains a field not listed in the SELECT statement. Remove the DISTINCT reserved word, or remove the specified field from the ORDER BY clause.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-group-by-clauseerror-3094.md b/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-group-by-clauseerror-3094.md
index 24d402f64dd..5908a3586bd 100644
--- a/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-group-by-clauseerror-3094.md
+++ b/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-group-by-clauseerror-3094.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error can occur when you create a select query and specify grouped fields after sorted fields that are not grouped. For example, you created an SQL statement with the specified field out of sequence in the ORDER BY clause. Move the specified field to the left of the ungrouped fields, or remove the specified field from the ORDER BY clause.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/out-of-date-paradox-lock-fileerror-3230.md b/access/Concepts/Miscellaneous/out-of-date-paradox-lock-fileerror-3230.md
index a765cba72d5..d2f0b905c7a 100644
--- a/access/Concepts/Miscellaneous/out-of-date-paradox-lock-fileerror-3230.md
+++ b/access/Concepts/Miscellaneous/out-of-date-paradox-lock-fileerror-3230.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to use a Paradox table, but the table's associated lock (.lck) file is outdated. Delete the .lck file and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/out-of-memory-during-calculationerror-2446.md b/access/Concepts/Miscellaneous/out-of-memory-during-calculationerror-2446.md
index 821360f1d8c..5a9281358c6 100644
--- a/access/Concepts/Miscellaneous/out-of-memory-during-calculationerror-2446.md
+++ b/access/Concepts/Miscellaneous/out-of-memory-during-calculationerror-2446.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The application does not have enough memory to complete the calculation. Make sure you have enough RAM and an established swap file. You may need to terminate other programs, remove desktop wallpaper bitmaps, or remove unneeded device drivers to recover enough memory.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/out-of-memorycould-not-complete-operation.md b/access/Concepts/Miscellaneous/out-of-memorycould-not-complete-operation.md
index 580cff358f9..a754dcb2687 100644
--- a/access/Concepts/Miscellaneous/out-of-memorycould-not-complete-operation.md
+++ b/access/Concepts/Miscellaneous/out-of-memorycould-not-complete-operation.md
@@ -22,9 +22,9 @@ Close unused applications. If the problem persists, restart your computer.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/out-of-ms-dos-file-handleserror-3042.md b/access/Concepts/Miscellaneous/out-of-ms-dos-file-handleserror-3042.md
index 55b27419085..2c4fcf5b376 100644
--- a/access/Concepts/Miscellaneous/out-of-ms-dos-file-handleserror-3042.md
+++ b/access/Concepts/Miscellaneous/out-of-ms-dos-file-handleserror-3042.md
@@ -30,9 +30,9 @@ To increase the number of file handles
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/outputallfields-property.md b/access/Concepts/Miscellaneous/outputallfields-property.md
index c6fb53918bc..1b3c9f44b8e 100644
--- a/access/Concepts/Miscellaneous/outputallfields-property.md
+++ b/access/Concepts/Miscellaneous/outputallfields-property.md
@@ -45,9 +45,9 @@ When you save a filter as a query, Microsoft Access sets the **OutputAllFields**
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/paradox-index-is-not-primaryerror-3288.md b/access/Concepts/Miscellaneous/paradox-index-is-not-primaryerror-3288.md
index aa14d3aefde..4765793399f 100644
--- a/access/Concepts/Miscellaneous/paradox-index-is-not-primaryerror-3288.md
+++ b/access/Concepts/Miscellaneous/paradox-index-is-not-primaryerror-3288.md
@@ -26,9 +26,9 @@ Possible solutions:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/parameter-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/parameter-ado-for-visual-c-plus-plus-syntax.md
index 62c37320123..1ebb837974a 100644
--- a/access/Concepts/Miscellaneous/parameter-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/parameter-ado-for-visual-c-plus-plus-syntax.md
@@ -16,13 +16,13 @@ ms.date: 06/08/2017
[AppendChunk](http://msdn.microsoft.com/library/3fa931a3-2cd7-a3b0-a750-40e18bc9937e%28Office.15%29.aspx)(VARIANT _Val_ )
**Properties**
-[get_Attributes](http://msdn.microsoft.com/library/4cc1f036-606e-7d4b-d270-af374e9d99fa%28Office.15%29.aspx)(LONG * _plParmAttribs_ ) **put_Attributes** (LONG _lParmAttribs_ )[get_Direction](http://msdn.microsoft.com/library/51a94abb-7ce9-9adb-2b76-5391eb9f6863%28Office.15%29.aspx)(ParameterDirectionEnum * _plParmDirection_ ) **put_Direction** (ParameterDirectionEnum _lParmDirection_ )[get_Name](http://msdn.microsoft.com/library/4b19bd08-ac3c-86f0-471d-06a37a0d4f89%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_Name** (BSTR _bstr_ )[get_NumericScale](http://msdn.microsoft.com/library/51b232d2-5bfd-521c-f4e9-65655ecc7c70%28Office.15%29.aspx)(BYTE * _pbScale_ ) **put_NumericScale** (BYTE _bScale_ )[get_Precision](http://msdn.microsoft.com/library/c9d54d78-d5a5-caf8-d635-259d1fcc0595%28Office.15%29.aspx)(BYTE * _pbPrecision_ ) **put_Precision** (BYTE _bPrecision_ )[get_Size](http://msdn.microsoft.com/library/24596b5c-b1cc-e97e-68b6-8ff53baf150b%28Office.15%29.aspx)(long * _pl_ ) **put_Size** (long _l_ )[get_Type](http://msdn.microsoft.com/library/14d99172-2145-05ae-620b-459ba097f05c%28Office.15%29.aspx)(DataTypeEnum * _psDataType_ ) **put_Type** (DataTypeEnum _sDataType_ )[get_Value](http://msdn.microsoft.com/library/ff21d122-98e3-2b48-d92f-e696b8079fc5%28Office.15%29.aspx)(VARIANT * _pvar_ ) **put_Value** (VARIANT _val_ )
+[get_Attributes](http://msdn.microsoft.com/library/4cc1f036-606e-7d4b-d270-af374e9d99fa%28Office.15%29.aspx)(LONG * _plParmAttribs_ ) **put_Attributes** (LONG _lParmAttribs_ ) [get_Direction](http://msdn.microsoft.com/library/51a94abb-7ce9-9adb-2b76-5391eb9f6863%28Office.15%29.aspx)(ParameterDirectionEnum * _plParmDirection_ ) **put_Direction** (ParameterDirectionEnum _lParmDirection_ ) [get_Name](http://msdn.microsoft.com/library/4b19bd08-ac3c-86f0-471d-06a37a0d4f89%28Office.15%29.aspx)(BSTR * _pbstr_ ) **put_Name** (BSTR _bstr_ ) [get_NumericScale](http://msdn.microsoft.com/library/51b232d2-5bfd-521c-f4e9-65655ecc7c70%28Office.15%29.aspx)(BYTE * _pbScale_ ) **put_NumericScale** (BYTE _bScale_ ) [get_Precision](http://msdn.microsoft.com/library/c9d54d78-d5a5-caf8-d635-259d1fcc0595%28Office.15%29.aspx)(BYTE * _pbPrecision_ ) **put_Precision** (BYTE _bPrecision_ ) [get_Size](http://msdn.microsoft.com/library/24596b5c-b1cc-e97e-68b6-8ff53baf150b%28Office.15%29.aspx)(long * _pl_ ) **put_Size** (long _l_ ) [get_Type](http://msdn.microsoft.com/library/14d99172-2145-05ae-620b-459ba097f05c%28Office.15%29.aspx)(DataTypeEnum * _psDataType_ ) **put_Type** (DataTypeEnum _sDataType_ ) [get_Value](http://msdn.microsoft.com/library/ff21d122-98e3-2b48-d92f-e696b8079fc5%28Office.15%29.aspx)(VARIANT * _pvar_ ) **put_Value** (VARIANT _val_ )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/parameter-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/parameter-ado-wfc-syntax.md
index 8eb8090a68c..f15820457a1 100644
--- a/access/Concepts/Miscellaneous/parameter-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/parameter-ado-wfc-syntax.md
@@ -91,9 +91,9 @@ public void setNull()
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/parameter-has-no-default-valueerror-3747.md b/access/Concepts/Miscellaneous/parameter-has-no-default-valueerror-3747.md
index bb10fa39a0f..6bd401d9ac0 100644
--- a/access/Concepts/Miscellaneous/parameter-has-no-default-valueerror-3747.md
+++ b/access/Concepts/Miscellaneous/parameter-has-no-default-valueerror-3747.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when using procedures. It occurs when a default value is trying to be utilized and the parameter does not have a defined default value. To prevent this error message, define a default value on the procedure, or pass in a value to the parameter.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/parameter-name-has-no-default-valueerror-3748.md b/access/Concepts/Miscellaneous/parameter-name-has-no-default-valueerror-3748.md
index 8dd173d6952..2d9b4a9af7c 100644
--- a/access/Concepts/Miscellaneous/parameter-name-has-no-default-valueerror-3748.md
+++ b/access/Concepts/Miscellaneous/parameter-name-has-no-default-valueerror-3748.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This occurs when using procedures. It occurs when a default value is trying to be utilized and the parameter does not have a defined default value. To prevent this error message, define a default value on the procedure, or pass in a value to the parameter.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/parameter-name-is-invalid-because-it-is-too-long-or-contains-invalid-characterse.md b/access/Concepts/Miscellaneous/parameter-name-is-invalid-because-it-is-too-long-or-contains-invalid-characterse.md
index b1bcfecab71..8451976ac80 100644
--- a/access/Concepts/Miscellaneous/parameter-name-is-invalid-because-it-is-too-long-or-contains-invalid-characterse.md
+++ b/access/Concepts/Miscellaneous/parameter-name-is-invalid-because-it-is-too-long-or-contains-invalid-characterse.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The parameter name is too long or contains invalid characters. Correct the name, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/parameter-name-specified-where-a-database-name-is-requirederror-3217.md b/access/Concepts/Miscellaneous/parameter-name-specified-where-a-database-name-is-requirederror-3217.md
index 352c4931c30..a87c1255d02 100644
--- a/access/Concepts/Miscellaneous/parameter-name-specified-where-a-database-name-is-requirederror-3217.md
+++ b/access/Concepts/Miscellaneous/parameter-name-specified-where-a-database-name-is-requirederror-3217.md
@@ -30,9 +30,9 @@ FROM Customers IN Param1;
`Param1` is a text parameter, but the FROM clause requires a database parameter.
Change the parameter type from Text to Database, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/parameter-name-specified-where-a-table-name-is-requirederror-3216.md b/access/Concepts/Miscellaneous/parameter-name-specified-where-a-table-name-is-requirederror-3216.md
index 38bea747e7c..eadf6e27781 100644
--- a/access/Concepts/Miscellaneous/parameter-name-specified-where-a-table-name-is-requirederror-3216.md
+++ b/access/Concepts/Miscellaneous/parameter-name-specified-where-a-table-name-is-requirederror-3216.md
@@ -32,9 +32,9 @@ FROM Customers;
`Param1` is a text parameter, but the INSERT INTO statement expects a table name.
Change the parameter type from Text to TableID, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/parameter-query.md b/access/Concepts/Miscellaneous/parameter-query.md
index bef378a0291..6bfc86a1635 100644
--- a/access/Concepts/Miscellaneous/parameter-query.md
+++ b/access/Concepts/Miscellaneous/parameter-query.md
@@ -19,9 +19,9 @@ A parameter query, which is a type of select query, extends the flexibility of a
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/parameter-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/parameter-visual-c-plus-plus-syntax-index-with-import.md
index a068afb5972..3bf5df18310 100644
--- a/access/Concepts/Miscellaneous/parameter-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/parameter-visual-c-plus-plus-syntax-index-with-import.md
@@ -60,9 +60,9 @@ __declspec(property(get=GetValue,put=PutValue)) _variant_t Invalid DDUE based on
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/partner-replica-is-not-managed-by-a-synchronizererror-3628.md b/access/Concepts/Miscellaneous/partner-replica-is-not-managed-by-a-synchronizererror-3628.md
index c9d326f6a30..3200480f1b3 100644
--- a/access/Concepts/Miscellaneous/partner-replica-is-not-managed-by-a-synchronizererror-3628.md
+++ b/access/Concepts/Miscellaneous/partner-replica-is-not-managed-by-a-synchronizererror-3628.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are trying to synchronize with a partner replica that is not being managed by a Synchronizer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/pass-through-query-must-contain-at-least-one-charactererror-3359.md b/access/Concepts/Miscellaneous/pass-through-query-must-contain-at-least-one-charactererror-3359.md
index ebfa39ac6f1..f0aefccf9f3 100644
--- a/access/Concepts/Miscellaneous/pass-through-query-must-contain-at-least-one-charactererror-3359.md
+++ b/access/Concepts/Miscellaneous/pass-through-query-must-contain-at-least-one-charactererror-3359.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The SQL string of a pass-through query must contain at least one character.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/pass-through-query-with-returnsrecords-property-set-to-true-did-not-return-any-r.md b/access/Concepts/Miscellaneous/pass-through-query-with-returnsrecords-property-set-to-true-did-not-return-any-r.md
index 93b838d0263..335d7419bc7 100644
--- a/access/Concepts/Miscellaneous/pass-through-query-with-returnsrecords-property-set-to-true-did-not-return-any-r.md
+++ b/access/Concepts/Miscellaneous/pass-through-query-with-returnsrecords-property-set-to-true-did-not-return-any-r.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
A pass-through query did not return any records even though the **ReturnsRecords** property is set to **True**. If a pass-through query does not return records, set the **ReturnsRecords** property to **False**.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/path-is-not-a-valid-path-make-sure-that-the-path-name-is-spelled-correctly-and-t.md b/access/Concepts/Miscellaneous/path-is-not-a-valid-path-make-sure-that-the-path-name-is-spelled-correctly-and-t.md
index 0dbe32d2084..423cb023a6b 100644
--- a/access/Concepts/Miscellaneous/path-is-not-a-valid-path-make-sure-that-the-path-name-is-spelled-correctly-and-t.md
+++ b/access/Concepts/Miscellaneous/path-is-not-a-valid-path-make-sure-that-the-path-name-is-spelled-correctly-and-t.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/primary-key-already-existserror-3283.md b/access/Concepts/Miscellaneous/primary-key-already-existserror-3283.md
index ba233653093..966cfc21ce4 100644
--- a/access/Concepts/Miscellaneous/primary-key-already-existserror-3283.md
+++ b/access/Concepts/Miscellaneous/primary-key-already-existserror-3283.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are attempting to define a second primary key for this table. Each table can have only one primary key. Remove the reference to the second primary key.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/primary-property.md b/access/Concepts/Miscellaneous/primary-property.md
index d965065b870..67f055394a0 100644
--- a/access/Concepts/Miscellaneous/primary-property.md
+++ b/access/Concepts/Miscellaneous/primary-property.md
@@ -45,9 +45,9 @@ A table with no primary key can't be used in a relationship and can be slower to
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/process-stopped-when-attempting-to-terminate-synchronizer-clienterror-3542.md b/access/Concepts/Miscellaneous/process-stopped-when-attempting-to-terminate-synchronizer-clienterror-3542.md
index f8e7af0b4ff..cadab5bdf21 100644
--- a/access/Concepts/Miscellaneous/process-stopped-when-attempting-to-terminate-synchronizer-clienterror-3542.md
+++ b/access/Concepts/Miscellaneous/process-stopped-when-attempting-to-terminate-synchronizer-clienterror-3542.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/property-can-be-set-only-when-the-field-is-part-of-a-recordset-object-s-fields-c.md b/access/Concepts/Miscellaneous/property-can-be-set-only-when-the-field-is-part-of-a-recordset-object-s-fields-c.md
index a874e6291a1..d4c8beb10e5 100644
--- a/access/Concepts/Miscellaneous/property-can-be-set-only-when-the-field-is-part-of-a-recordset-object-s-fields-c.md
+++ b/access/Concepts/Miscellaneous/property-can-be-set-only-when-the-field-is-part-of-a-recordset-object-s-fields-c.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This property is valid only for **Field** objects that are part of a **Recordset** object's **Fields** collection. See the **Field** Object, **Fields** Collection Summary for a list of properties available for different **Fields** collections.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/property-name-must-be-set-before-using-this-methoderror-3386.md b/access/Concepts/Miscellaneous/property-name-must-be-set-before-using-this-methoderror-3386.md
index bdc3c4e65b6..ce496febe60 100644
--- a/access/Concepts/Miscellaneous/property-name-must-be-set-before-using-this-methoderror-3386.md
+++ b/access/Concepts/Miscellaneous/property-name-must-be-set-before-using-this-methoderror-3386.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to append a new **Property** object to a collection without first setting all of the new object's properties: **Value**, **Type**, and **Name**.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/property-not-founderror-3270.md b/access/Concepts/Miscellaneous/property-not-founderror-3270.md
index fa0e00d7198..c51f6a69bc1 100644
--- a/access/Concepts/Miscellaneous/property-not-founderror-3270.md
+++ b/access/Concepts/Miscellaneous/property-not-founderror-3270.md
@@ -28,9 +28,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/property-setting-cannot-be-larger-than-2kerror-3309.md b/access/Concepts/Miscellaneous/property-setting-cannot-be-larger-than-2kerror-3309.md
index 905f8161746..5ae3f5938e7 100644
--- a/access/Concepts/Miscellaneous/property-setting-cannot-be-larger-than-2kerror-3309.md
+++ b/access/Concepts/Miscellaneous/property-setting-cannot-be-larger-than-2kerror-3309.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are trying to set a property value of an object to a size greater than the largest permissible size of 2K. Shorten the length of the property value.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/property-specified-already-existserror-3311.md b/access/Concepts/Miscellaneous/property-specified-already-existserror-3311.md
index 9c908e4fc73..ed0b95d916f 100644
--- a/access/Concepts/Miscellaneous/property-specified-already-existserror-3311.md
+++ b/access/Concepts/Miscellaneous/property-specified-already-existserror-3311.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to append a new **Property** object to a collection that contains a property of the same name. Check to see whether you have misspelled the new **Property** object's **Name** property, or refer to the Help topic for the existing property of the same name to see whether you need to create a new **Property** object.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/property-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/property-visual-c-plus-plus-syntax-index-with-import.md
index c434dda8da5..decbf8e3653 100644
--- a/access/Concepts/Miscellaneous/property-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/property-visual-c-plus-plus-syntax-index-with-import.md
@@ -32,9 +32,9 @@ __declspec(property(get=GetValue,put=PutValue)) _variant_t Invalid DDUE based on
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/query-cannot-contain-a-database-parametererror-3222.md b/access/Concepts/Miscellaneous/query-cannot-contain-a-database-parametererror-3222.md
index c0b88dc1150..a4b96056ee1 100644
--- a/access/Concepts/Miscellaneous/query-cannot-contain-a-database-parametererror-3222.md
+++ b/access/Concepts/Miscellaneous/query-cannot-contain-a-database-parametererror-3222.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Change the parameter field data type for this parameter query to a valid field data type, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/query-field.md b/access/Concepts/Miscellaneous/query-field.md
index 6979d2f096a..c2c32c2c358 100644
--- a/access/Concepts/Miscellaneous/query-field.md
+++ b/access/Concepts/Miscellaneous/query-field.md
@@ -19,9 +19,9 @@ You can set the properties for query fields within the Field Properties window o
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/query-input-must-contain-at-least-one-table-or-queryerror-3067.md b/access/Concepts/Miscellaneous/query-input-must-contain-at-least-one-table-or-queryerror-3067.md
index da80a28b2e0..eff55d19213 100644
--- a/access/Concepts/Miscellaneous/query-input-must-contain-at-least-one-table-or-queryerror-3067.md
+++ b/access/Concepts/Miscellaneous/query-input-must-contain-at-least-one-table-or-queryerror-3067.md
@@ -19,9 +19,9 @@ In Microsoft Access database engine databases, this error occurs if you do not s
In ODBCDirect databases, this error occurs if you attempt to execute a query that does not contain an SQL statement. Include at least one query or stored procedure call in the **QueryDef** object's **SQL** property.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/query-is-too-complexerror-3360.md b/access/Concepts/Miscellaneous/query-is-too-complexerror-3360.md
index 9b5481cff2a..fc0a783c9c4 100644
--- a/access/Concepts/Miscellaneous/query-is-too-complexerror-3360.md
+++ b/access/Concepts/Miscellaneous/query-is-too-complexerror-3360.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The query is too complex. Reduce the number of fields in the SELECT clause or the number of subqueries or tables in the join.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/query-must-have-at-least-one-destination-fielderror-3066.md b/access/Concepts/Miscellaneous/query-must-have-at-least-one-destination-fielderror-3066.md
index d0e72e1f91b..60e08b55882 100644
--- a/access/Concepts/Miscellaneous/query-must-have-at-least-one-destination-fielderror-3066.md
+++ b/access/Concepts/Miscellaneous/query-must-have-at-least-one-destination-fielderror-3066.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs if you do not specify any destination field names when you create a query. Select at least one destination field.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/query-name-contains-an-ambiguous-column-name-that-is-conflicting-with-the-correl.md b/access/Concepts/Miscellaneous/query-name-contains-an-ambiguous-column-name-that-is-conflicting-with-the-correl.md
index 6d1fccaa98e..28902677548 100644
--- a/access/Concepts/Miscellaneous/query-name-contains-an-ambiguous-column-name-that-is-conflicting-with-the-correl.md
+++ b/access/Concepts/Miscellaneous/query-name-contains-an-ambiguous-column-name-that-is-conflicting-with-the-correl.md
@@ -20,9 +20,9 @@ Either fully qualify the column name or change the correlation (alias) name. A S
This SQL SELECT statement will work when using the Microsoft OLE DB Provider for Jet by itself or through Active Data Objects (ADO). If this SQL SELECT statement is being used through any part of Microsoft Access outside of ADO using Microsoft OLE DB Provider for Jet, you will need to change the correlation (alias) name to something other than the column name in the base table.
An example of this would be the following: CREATE TABLE Orders (OrderDate DATE, Freight DOUBLE);. The following SQL SELECT statement would now return an error: SELECT OrderDate AS A1, Freight + Freight AS OrderDate. The workaround would be to change the correlation (alias) name OrderDate to some other name or to run this query through ADO using the Microsoft OLE DB Provider for Jet.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/query-name-is-corrupterror-3340.md b/access/Concepts/Miscellaneous/query-name-is-corrupterror-3340.md
index fda44d23772..6e439faf06a 100644
--- a/access/Concepts/Miscellaneous/query-name-is-corrupterror-3340.md
+++ b/access/Concepts/Miscellaneous/query-name-is-corrupterror-3340.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have referenced an undefined query name. Check the queries listed in the **QueryDefs** collection to make sure you referenced a valid query name.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/query-support-unavailableerror-3389.md b/access/Concepts/Miscellaneous/query-support-unavailableerror-3389.md
index ec24b85a67d..5c3186080df 100644
--- a/access/Concepts/Miscellaneous/query-support-unavailableerror-3389.md
+++ b/access/Concepts/Miscellaneous/query-support-unavailableerror-3389.md
@@ -19,9 +19,9 @@ You attempted to establish referential integrity on a **Relation** object of a
Change the **Attributes** property setting of the **Relation** object to **dbRelationDontEnforce**.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic-scripting-edition.md b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic-scripting-edition.md
index cc249476dea..03294e4bf50 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic-scripting-edition.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic-scripting-edition.md
@@ -80,9 +80,9 @@ Use the following code examples to learn how to use the RDS objects, methods, an
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic.md b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic.md
index 8a65422b159..2112bbd34f3 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic.md
@@ -27,9 +27,9 @@ Use the following code examples to learn how to use RDS properties when writing
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-c-plus-plus.md b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-c-plus-plus.md
index e6dc1855d7a..c7505310711 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-c-plus-plus.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-c-plus-plus.md
@@ -24,9 +24,9 @@ Use the following code examples to learn how to use RDS properties when writing
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-j-plus-plus.md b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-j-plus-plus.md
index d3dcfe3fe17..60cead238db 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-j-plus-plus.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-j-plus-plus.md
@@ -24,9 +24,9 @@ Use the following code examples to learn how to use RDS properties when writing
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/rds-code-examples.md b/access/Concepts/Miscellaneous/rds-code-examples.md
index e5e23370b79..2b1332f420b 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples.md
@@ -28,9 +28,9 @@ Use the following code examples to learn how to use the RDS objects, methods, pr
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/readystate-property-example-vbscript.md b/access/Concepts/Miscellaneous/readystate-property-example-vbscript.md
index 7f7a3259fc6..0b80940a4f1 100644
--- a/access/Concepts/Miscellaneous/readystate-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/readystate-property-example-vbscript.md
@@ -59,9 +59,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/record-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/record-ado-for-visual-c-plus-plus-syntax.md
index 268377841ff..73b64cc5469 100644
--- a/access/Concepts/Miscellaneous/record-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/record-ado-for-visual-c-plus-plus-syntax.md
@@ -14,15 +14,15 @@ ms.date: 06/08/2017
**Methods**
-[Cancel](http://msdn.microsoft.com/library/747edc04-a5cc-3631-2d0b-82e7e41a76b7%28Office.15%29.aspx)(void)[Close](http://msdn.microsoft.com/library/26a7cced-ebeb-70be-f5de-96a35711bc37%28Office.15%29.aspx)(void)[CopyRecord](http://msdn.microsoft.com/library/724e4358-f216-8e47-5bab-c72770ece5a4%28Office.15%29.aspx)(BSTR _ Source,_ BSTR _ Destination,_ BSTR _ UserName,_ BSTR _ Password,_ CopyRecordOptionsEnum _ Options,_ VARIANT_BOOL _ Async,_ BSTR _*pbstrNewURL_ )[DeleteRecord](http://msdn.microsoft.com/library/ba71187f-e580-bba8-f41b-bedfa0bc2b04%28Office.15%29.aspx)(BSTR _ Source,_ VARIANT_BOOL _ Async_ )[GetChildren](http://msdn.microsoft.com/library/998cf640-ffc7-51e1-4d1e-4797f7cdea4a%28Office.15%29.aspx)(_ADORecordset * _*ppRSet_ )[MoveRecord](http://msdn.microsoft.com/library/efc341a2-0e08-a838-5925-8d4c46377e48%28Office.15%29.aspx)(BSTR _ Source,_ BSTR _ Destination,_ BSTR _ UserName,_ BSTR _ Password,_ MoveRecordOptionsEnum _ Options,_ VARIANT_BOOL _ Async,_ BSTR _*pbstrNewURL_ )[Open](http://msdn.microsoft.com/library/ba71c5c7-326e-d3b6-0e74-e8343ee6896f%28Office.15%29.aspx)(VARIANT _ Source,_ VARIANT _ ActiveConnection,_ ConnectModeEnum _ Mode,_ RecordCreateOptionsEnum _ CreateOptions,_ RecordOpenOptionsEnum _Options,_ BSTR _ UserName,_ BSTR _ Password_ )
+[Cancel](http://msdn.microsoft.com/library/747edc04-a5cc-3631-2d0b-82e7e41a76b7%28Office.15%29.aspx)(void) [Close](http://msdn.microsoft.com/library/26a7cced-ebeb-70be-f5de-96a35711bc37%28Office.15%29.aspx)(void) [CopyRecord](http://msdn.microsoft.com/library/724e4358-f216-8e47-5bab-c72770ece5a4%28Office.15%29.aspx)(BSTR _ Source,_ BSTR _ Destination,_ BSTR _ UserName,_ BSTR _ Password,_ CopyRecordOptionsEnum _ Options,_ VARIANT_BOOL _ Async,_ BSTR _*pbstrNewURL_ ) [DeleteRecord](http://msdn.microsoft.com/library/ba71187f-e580-bba8-f41b-bedfa0bc2b04%28Office.15%29.aspx)(BSTR _ Source,_ VARIANT_BOOL _ Async_ ) [GetChildren](http://msdn.microsoft.com/library/998cf640-ffc7-51e1-4d1e-4797f7cdea4a%28Office.15%29.aspx)(_ADORecordset * _*ppRSet_ ) [MoveRecord](http://msdn.microsoft.com/library/efc341a2-0e08-a838-5925-8d4c46377e48%28Office.15%29.aspx)(BSTR _ Source,_ BSTR _ Destination,_ BSTR _ UserName,_ BSTR _ Password,_ MoveRecordOptionsEnum _ Options,_ VARIANT_BOOL _ Async,_ BSTR _*pbstrNewURL_ ) [Open](http://msdn.microsoft.com/library/ba71c5c7-326e-d3b6-0e74-e8343ee6896f%28Office.15%29.aspx)(VARIANT _ Source,_ VARIANT _ ActiveConnection,_ ConnectModeEnum _ Mode,_ RecordCreateOptionsEnum _ CreateOptions,_ RecordOpenOptionsEnum _Options,_ BSTR _ UserName,_ BSTR _ Password_ )
**Properties**
-[get_ActiveConnection](http://msdn.microsoft.com/library/5501b2d7-b62c-5fff-1edd-2b7efb3f8c4a%28Office.15%29.aspx)(VARIANT _*pvar_ ) **put_ActiveConnection** (BSTR _ bstrConn_ ) **putref_ActiveConnection** (_ADOConnection _*Con_ )[get_Fields](http://msdn.microsoft.com/library/029aa738-8726-54a6-1813-b152813948bc%28Office.15%29.aspx)(ADOFields * _*ppFlds_ )[get_Mode](http://msdn.microsoft.com/library/62086f4f-8624-16c4-dae1-a17475d1864d%28Office.15%29.aspx)(ConnectModeEnum _*pMode_ ) **put_Mode** (ConnectModeEnum _ Mode_ )[get_ParentURL](http://msdn.microsoft.com/library/ec7ec476-6f9e-8486-fe02-74995975df5c%28Office.15%29.aspx)(BSTR _*pbstrParentURL_ )[get_RecordType](http://msdn.microsoft.com/library/a42001a6-7312-162d-dd71-c82f8c9d527f%28Office.15%29.aspx)(RecordTypeEnum _*pType_ )[get_Source](http://msdn.microsoft.com/library/f36f0f5f-4493-d8c5-db4b-c72f5031bcb3%28Office.15%29.aspx)(VARIANT _*pvar_ ) **put_Source** (BSTR _ Source_ ) **putref_Source** (IDispatch _*Source_ )[get_State](http://msdn.microsoft.com/library/ade0a50c-e2d8-23ac-4ea9-b012fedcd5db%28Office.15%29.aspx)(ObjectStateEnum _*pState_ )
+[get_ActiveConnection](http://msdn.microsoft.com/library/5501b2d7-b62c-5fff-1edd-2b7efb3f8c4a%28Office.15%29.aspx)(VARIANT _*pvar_ ) **put_ActiveConnection** (BSTR _ bstrConn_ ) **putref_ActiveConnection** (_ADOConnection _*Con_ ) [get_Fields](http://msdn.microsoft.com/library/029aa738-8726-54a6-1813-b152813948bc%28Office.15%29.aspx)(ADOFields * _*ppFlds_ ) [get_Mode](http://msdn.microsoft.com/library/62086f4f-8624-16c4-dae1-a17475d1864d%28Office.15%29.aspx)(ConnectModeEnum _*pMode_ ) **put_Mode** (ConnectModeEnum _ Mode_ ) [get_ParentURL](http://msdn.microsoft.com/library/ec7ec476-6f9e-8486-fe02-74995975df5c%28Office.15%29.aspx)(BSTR _*pbstrParentURL_ ) [get_RecordType](http://msdn.microsoft.com/library/a42001a6-7312-162d-dd71-c82f8c9d527f%28Office.15%29.aspx)(RecordTypeEnum _*pType_ ) [get_Source](http://msdn.microsoft.com/library/f36f0f5f-4493-d8c5-db4b-c72f5031bcb3%28Office.15%29.aspx)(VARIANT _*pvar_ ) **put_Source** (BSTR _ Source_ ) **putref_Source** (IDispatch _*Source_ ) [get_State](http://msdn.microsoft.com/library/ade0a50c-e2d8-23ac-4ea9-b012fedcd5db%28Office.15%29.aspx)(ObjectStateEnum _*pState_ )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/record-in-table-name-was-deleted-by-another-usererror-3329.md b/access/Concepts/Miscellaneous/record-in-table-name-was-deleted-by-another-usererror-3329.md
index 38359da8d58..2124a37a299 100644
--- a/access/Concepts/Miscellaneous/record-in-table-name-was-deleted-by-another-usererror-3329.md
+++ b/access/Concepts/Miscellaneous/record-in-table-name-was-deleted-by-another-usererror-3329.md
@@ -19,9 +19,9 @@ The row that you are trying to edit has been deleted by another user. This behav
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/record-is-deletederror-3167.md b/access/Concepts/Miscellaneous/record-is-deletederror-3167.md
index 90ecb247126..2da2c7324d5 100644
--- a/access/Concepts/Miscellaneous/record-is-deletederror-3167.md
+++ b/access/Concepts/Miscellaneous/record-is-deletederror-3167.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You referred to a record that you deleted or that another user in a multiuser environment deleted. Move to another record, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-is-table-name-is-locked-by-another-usererror-3330.md b/access/Concepts/Miscellaneous/record-is-table-name-is-locked-by-another-usererror-3330.md
index 3f25a8f4e8b..eeb3ade81cb 100644
--- a/access/Concepts/Miscellaneous/record-is-table-name-is-locked-by-another-usererror-3330.md
+++ b/access/Concepts/Miscellaneous/record-is-table-name-is-locked-by-another-usererror-3330.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The row or page that you are trying to update is currently locked by another user. The Microsoft Access database engine allows users to have the database opened in a mode that allows for row-level locking. That mode can substantially reduce the number of times this error is generated.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-is-too-largeerror-3047.md b/access/Concepts/Miscellaneous/record-is-too-largeerror-3047.md
index c003cfa4cdc..34e06861a95 100644
--- a/access/Concepts/Miscellaneous/record-is-too-largeerror-3047.md
+++ b/access/Concepts/Miscellaneous/record-is-too-largeerror-3047.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You defined or imported a table with records larger than 4K. This error occurs when you enter data into the record — not when you define the table structure. Redefine the table by making some fields shorter, removing unneeded fields, or moving some fields to other tables.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-length-is-too-long-for-an-indexed-paradox-tableerror-3608.md b/access/Concepts/Miscellaneous/record-length-is-too-long-for-an-indexed-paradox-tableerror-3608.md
index 7d4ce3deb71..ea0dbc29d2f 100644
--- a/access/Concepts/Miscellaneous/record-length-is-too-long-for-an-indexed-paradox-tableerror-3608.md
+++ b/access/Concepts/Miscellaneous/record-length-is-too-long-for-an-indexed-paradox-tableerror-3608.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
An indexed Paradox table has a maximum record length of 1350 bytes. Try reducing the size of some Text or Memo fields.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-corresponding-record-on-the-one-sideerror-3363.md b/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-corresponding-record-on-the-one-sideerror-3363.md
index 80205ac93e7..37f95d824a7 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-corresponding-record-on-the-one-sideerror-3363.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-corresponding-record-on-the-one-sideerror-3363.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when you edit a stored query or view that contains more than one table. This error could occur if you tried to save a row from a view that was a join between a customer (single) and orders (many) table. If you entered information regarding the order only and did not enter information, such as the primary key value, for the customer table this error would be returned.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-insert-permission-on-nameerror-3107.md b/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-insert-permission-on-nameerror-3107.md
index 9f123a6a5cb..585e5e3be4c 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-insert-permission-on-nameerror-3107.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-insert-permission-on-nameerror-3107.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You must have insert data permission for the specified table or query to insert data into it. To change your permission assignments, see your system administrator or the table or query's creator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-deleted-no-delete-permission-on-nameerror-3109.md b/access/Concepts/Miscellaneous/record-s-cannot-be-deleted-no-delete-permission-on-nameerror-3109.md
index a956baf6c6f..dc9d060d893 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-deleted-no-delete-permission-on-nameerror-3109.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-deleted-no-delete-permission-on-nameerror-3109.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You must have delete permission for the specified table or query in order to delete data. To change your permission assignments, see your system administrator or the table or query's creator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-edited-no-update-permission-on-nameerror-3108.md b/access/Concepts/Miscellaneous/record-s-cannot-be-edited-no-update-permission-on-nameerror-3108.md
index 98263bcc8a4..ed39ca2dabb 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-edited-no-update-permission-on-nameerror-3108.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-edited-no-update-permission-on-nameerror-3108.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You must have update data permission for the specified table or query to replace data in it. To change your permission assignments, see your workgroup administrator or the table or query's creator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-read-no-read-permission-on-nameerror-3112.md b/access/Concepts/Miscellaneous/record-s-cannot-be-read-no-read-permission-on-nameerror-3112.md
index 20d2fb58d08..e0f51714b2d 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-read-no-read-permission-on-nameerror-3112.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-read-no-read-permission-on-nameerror-3112.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You must have read permission for the specified table or query to view its data. To change your permission assignments, see your system administrator or the table or query's creator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/record-visual-c-plus-plus-syntax-index-with-import.md
index bb63efa19c8..d57c92acba9 100644
--- a/access/Concepts/Miscellaneous/record-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/record-visual-c-plus-plus-syntax-index-with-import.md
@@ -68,9 +68,9 @@ __declspec(property(get=GetState)) enum ObjectStateEnum Invalid DDUE based on so
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/records-could-not-be-added-to-exceptions-tableerror-3619.md b/access/Concepts/Miscellaneous/records-could-not-be-added-to-exceptions-tableerror-3619.md
index 9cd9b32897d..b263a1eb3fe 100644
--- a/access/Concepts/Miscellaneous/records-could-not-be-added-to-exceptions-tableerror-3619.md
+++ b/access/Concepts/Miscellaneous/records-could-not-be-added-to-exceptions-tableerror-3619.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
A problem was encountered while importing or exporting to an external file. The import/export driver could not add a row to the error table in the Microsoft Access database to report the problem.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/records-in-table-name-would-have-no-record-on-the-one-sideerror-3333.md b/access/Concepts/Miscellaneous/records-in-table-name-would-have-no-record-on-the-one-sideerror-3333.md
index b4373aa8d0d..89bc32e038a 100644
--- a/access/Concepts/Miscellaneous/records-in-table-name-would-have-no-record-on-the-one-sideerror-3333.md
+++ b/access/Concepts/Miscellaneous/records-in-table-name-would-have-no-record-on-the-one-sideerror-3333.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/recordset-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/recordset-ado-for-visual-c-plus-plus-syntax.md
index 7c0448c2b58..951bc5abccb 100644
--- a/access/Concepts/Miscellaneous/recordset-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/recordset-ado-for-visual-c-plus-plus-syntax.md
@@ -83,9 +83,9 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/recordset-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/recordset-ado-wfc-syntax.md
index 177f3e2b152..163d581c621 100644
--- a/access/Concepts/Miscellaneous/recordset-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/recordset-ado-wfc-syntax.md
@@ -157,9 +157,9 @@ public void removeOnWillMove(RecordsetEventHandler handler )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md b/access/Concepts/Miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md
index c409bb03194..8dbc4c43b36 100644
--- a/access/Concepts/Miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md
@@ -65,9 +65,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md
index 5afdff7a751..fdac3f2812a 100644
--- a/access/Concepts/Miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md
@@ -192,9 +192,9 @@ __declspec(property(get=GetStayInSync,put=PutStayInSync)) VARIANT_BOOL
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md
index b6382e227dd..fde45000d8a 100644
--- a/access/Concepts/Miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md
@@ -56,9 +56,9 @@ HRESULT Invalid DDUE based on source, error:link not allowed in code, link filen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/recovered-replicable-dataerror-3711.md b/access/Concepts/Miscellaneous/recovered-replicable-dataerror-3711.md
index 6c4ec8e836f..cac6dae85ca 100644
--- a/access/Concepts/Miscellaneous/recovered-replicable-dataerror-3711.md
+++ b/access/Concepts/Miscellaneous/recovered-replicable-dataerror-3711.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
When a replica is recovered, any new records that existed in the corrupted replica are added to the conflict table of the recovered replica. This ensures that the data can be reviewed before it is reinserted.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/refresh-method-example-vbscript.md b/access/Concepts/Miscellaneous/refresh-method-example-vbscript.md
index e7b684a9abd..a0ad3536b13 100644
--- a/access/Concepts/Miscellaneous/refresh-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/refresh-method-example-vbscript.md
@@ -92,9 +92,9 @@ RDC.RefreshEnd Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/registering-a-custom-business-object.md b/access/Concepts/Miscellaneous/registering-a-custom-business-object.md
index a805e42c678..951157720c5 100644
--- a/access/Concepts/Miscellaneous/registering-a-custom-business-object.md
+++ b/access/Concepts/Miscellaneous/registering-a-custom-business-object.md
@@ -30,9 +30,9 @@ To successfully launch a custom business object (.dll or .exe) through the Web s
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/relationship-must-be-on-the-same-number-of-fields-with-the-same-data-typeserror.md b/access/Concepts/Miscellaneous/relationship-must-be-on-the-same-number-of-fields-with-the-same-data-typeserror.md
index c1bc1d1b285..55224792cc6 100644
--- a/access/Concepts/Miscellaneous/relationship-must-be-on-the-same-number-of-fields-with-the-same-data-typeserror.md
+++ b/access/Concepts/Miscellaneous/relationship-must-be-on-the-same-number-of-fields-with-the-same-data-typeserror.md
@@ -19,9 +19,9 @@ The CONSTRAINT clause you are using to create a relationship includes a differen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/relationship-name-is-unenforcederror-3659.md b/access/Concepts/Miscellaneous/relationship-name-is-unenforcederror-3659.md
index 4110c6f7246..17fb37bfa5e 100644
--- a/access/Concepts/Miscellaneous/relationship-name-is-unenforcederror-3659.md
+++ b/access/Concepts/Miscellaneous/relationship-name-is-unenforcederror-3659.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to apply a filter in a partial replica on a table where a relationship that is not enforced exists. Enforce the relationship at the Design Master, and then re-attempt to apply the filter and re-populate the partial replica.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/remote-synchronizer-is-not-configured-for-remote-synchronizationerror-3632.md b/access/Concepts/Miscellaneous/remote-synchronizer-is-not-configured-for-remote-synchronizationerror-3632.md
index de554a9af33..e398fcf7d00 100644
--- a/access/Concepts/Miscellaneous/remote-synchronizer-is-not-configured-for-remote-synchronizationerror-3632.md
+++ b/access/Concepts/Miscellaneous/remote-synchronizer-is-not-configured-for-remote-synchronizationerror-3632.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This remote Synchronizer is not configured to perform remote synchronization.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/repaintobject-showallrecords-requery-and-refresh-action-method-comparison.md b/access/Concepts/Miscellaneous/repaintobject-showallrecords-requery-and-refresh-action-method-comparison.md
index c3e2021fb83..69f6d8d549f 100644
--- a/access/Concepts/Miscellaneous/repaintobject-showallrecords-requery-and-refresh-action-method-comparison.md
+++ b/access/Concepts/Miscellaneous/repaintobject-showallrecords-requery-and-refresh-action-method-comparison.md
@@ -33,9 +33,9 @@ The following table provides a brief comparison of the RepaintObject action, **
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/replica-has-not-been-synchronized-within-the-replica-set-retention-perioderror-3.md b/access/Concepts/Miscellaneous/replica-has-not-been-synchronized-within-the-replica-set-retention-perioderror-3.md
index ca70877151b..5adcaedf916 100644
--- a/access/Concepts/Miscellaneous/replica-has-not-been-synchronized-within-the-replica-set-retention-perioderror-3.md
+++ b/access/Concepts/Miscellaneous/replica-has-not-been-synchronized-within-the-replica-set-retention-perioderror-3.md
@@ -19,9 +19,9 @@ If the retention period expires for a replica, you cannot synchronize changes be
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/replication-manager-cannot-find-the-exchangeid-in-the-msysexchangelog-tableerror.md b/access/Concepts/Miscellaneous/replication-manager-cannot-find-the-exchangeid-in-the-msysexchangelog-tableerror.md
index 08183b15236..89ad3da7756 100644
--- a/access/Concepts/Miscellaneous/replication-manager-cannot-find-the-exchangeid-in-the-msysexchangelog-tableerror.md
+++ b/access/Concepts/Miscellaneous/replication-manager-cannot-find-the-exchangeid-in-the-msysexchangelog-tableerror.md
@@ -19,9 +19,9 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)v
diff --git a/access/Concepts/Miscellaneous/report-section.md b/access/Concepts/Miscellaneous/report-section.md
index 820e29c347f..1bd757bae17 100644
--- a/access/Concepts/Miscellaneous/report-section.md
+++ b/access/Concepts/Miscellaneous/report-section.md
@@ -21,9 +21,9 @@ You can set report section properties that are attributes of a report which affe
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/requested-exchange-failed-because-descriptionerror-3660.md b/access/Concepts/Miscellaneous/requested-exchange-failed-because-descriptionerror-3660.md
index 6fc7450039d..53dd6b6cb0f 100644
--- a/access/Concepts/Miscellaneous/requested-exchange-failed-because-descriptionerror-3660.md
+++ b/access/Concepts/Miscellaneous/requested-exchange-failed-because-descriptionerror-3660.md
@@ -19,9 +19,9 @@ For details about why the exchange failed, look in the exchange history. If you
If you are conducting replication with Microsoft Access, you can open the exchange history table in Datasheet view to see the exchange history. The exchange history table is a hidden object. Display it in the Database window by selecting the **System Objects** check box on the **View** tab of the **Options** dialog box, which is available by clicking **Options** on the **Tools** menu.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/requested-exchange-failed-because-nameerror-3661.md b/access/Concepts/Miscellaneous/requested-exchange-failed-because-nameerror-3661.md
index 70fcd89d343..ae42e78586d 100644
--- a/access/Concepts/Miscellaneous/requested-exchange-failed-because-nameerror-3661.md
+++ b/access/Concepts/Miscellaneous/requested-exchange-failed-because-nameerror-3661.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The exchange has been cancelled.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/requested-page-locking-but-db-is-in-row-lock-modeerror-3752.md b/access/Concepts/Miscellaneous/requested-page-locking-but-db-is-in-row-lock-modeerror-3752.md
index 2ff8fc06a47..516cf3245e5 100644
--- a/access/Concepts/Miscellaneous/requested-page-locking-but-db-is-in-row-lock-modeerror-3752.md
+++ b/access/Concepts/Miscellaneous/requested-page-locking-but-db-is-in-row-lock-modeerror-3752.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when a user specifies that the database open in page locking only mode, but another user already has the database opened in row/page locking mode.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/requested-row-locking-but-db-is-in-page-lock-modeerror-3751.md b/access/Concepts/Miscellaneous/requested-row-locking-but-db-is-in-page-lock-modeerror-3751.md
index 4fe15f204de..9e892709c90 100644
--- a/access/Concepts/Miscellaneous/requested-row-locking-but-db-is-in-page-lock-modeerror-3751.md
+++ b/access/Concepts/Miscellaneous/requested-row-locking-but-db-is-in-page-lock-modeerror-3751.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when a user specifies that the dataqbase open in row/page locking mode, but another user already has the database opened in page locking only mode.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/required-client-settings.md b/access/Concepts/Miscellaneous/required-client-settings.md
index 899e80b9c3e..496c4cd3f44 100644
--- a/access/Concepts/Miscellaneous/required-client-settings.md
+++ b/access/Concepts/Miscellaneous/required-client-settings.md
@@ -68,9 +68,9 @@ rs.Open "CustomerById(4)", "Handler=MSDFMAP.Handler;" &; _
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/required-property-access.md b/access/Concepts/Miscellaneous/required-property-access.md
index 7db844bbea4..325951b02cb 100644
--- a/access/Concepts/Miscellaneous/required-property-access.md
+++ b/access/Concepts/Miscellaneous/required-property-access.md
@@ -68,9 +68,9 @@ If you set the **Required** property to Yes for a field in a table that already
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/reserved-error-alerterror-3416.md b/access/Concepts/Miscellaneous/reserved-error-alerterror-3416.md
index f79dafc9303..e6a38c0f88d 100644
--- a/access/Concepts/Miscellaneous/reserved-error-alerterror-3416.md
+++ b/access/Concepts/Miscellaneous/reserved-error-alerterror-3416.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error was generated by an application released after this version of the Microsoft Access database engine. Contact Microsoft Product Support Services.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/reserved-error-itemthere-is-no-message-for-this-errorerror-3000.md b/access/Concepts/Miscellaneous/reserved-error-itemthere-is-no-message-for-this-errorerror-3000.md
index 44dec04929f..7c09665e6f8 100644
--- a/access/Concepts/Miscellaneous/reserved-error-itemthere-is-no-message-for-this-errorerror-3000.md
+++ b/access/Concepts/Miscellaneous/reserved-error-itemthere-is-no-message-for-this-errorerror-3000.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
An unexpected error occurred. The specified code identifies the conditions under which this error can occur. Please contact Microsoft Product Support Services for more information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/resultant-table-not-allowed-to-have-more-than-one-autonumber-fielderror-3090.md b/access/Concepts/Miscellaneous/resultant-table-not-allowed-to-have-more-than-one-autonumber-fielderror-3090.md
index 91d067a28cc..dc1bd2c4926 100644
--- a/access/Concepts/Miscellaneous/resultant-table-not-allowed-to-have-more-than-one-autonumber-fielderror-3090.md
+++ b/access/Concepts/Miscellaneous/resultant-table-not-allowed-to-have-more-than-one-autonumber-fielderror-3090.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to execute a query that would result in a table with more than one field that has an AutoNumber data type. Change the query to include only one AutoNumber field.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/same-table-table-referenced-as-both-the-source-and-destination-in-a-make-table-q.md b/access/Concepts/Miscellaneous/same-table-table-referenced-as-both-the-source-and-destination-in-a-make-table-q.md
index 21112242231..328e46b8c5a 100644
--- a/access/Concepts/Miscellaneous/same-table-table-referenced-as-both-the-source-and-destination-in-a-make-table-q.md
+++ b/access/Concepts/Miscellaneous/same-table-table-referenced-as-both-the-source-and-destination-in-a-make-table-q.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
One of the source tables in a SELECT INTO statement is also named as the destination table. Either remove the table from the source tables or rename the destination table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-overflowerror-3760.md b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-overflowerror-3760.md
index 703edd87006..e5271c01f3f 100644
--- a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-overflowerror-3760.md
+++ b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-overflowerror-3760.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when the data being updated or inserted into a DECIMAL data type is greater than the scale defined on the column.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3758.md b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3758.md
index cead70e48e4..b66ac955b01 100644
--- a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3758.md
+++ b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3758.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when the data being updated or inserted into a DECIMAL data type does not match the defined scale and precision of the column.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3759.md b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3759.md
index 70dbc3c8076..5aaa5ed0a85 100644
--- a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3759.md
+++ b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3759.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when the data being updated or inserted into a DECIMAL data type does not match the defined scale and precision of the column.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/select-into-on-a-remote-database-tried-to-produce-too-many-fieldserror-3185.md b/access/Concepts/Miscellaneous/select-into-on-a-remote-database-tried-to-produce-too-many-fieldserror-3185.md
index a121737bb5e..46a81819ed0 100644
--- a/access/Concepts/Miscellaneous/select-into-on-a-remote-database-tried-to-produce-too-many-fieldserror-3185.md
+++ b/access/Concepts/Miscellaneous/select-into-on-a-remote-database-tried-to-produce-too-many-fieldserror-3185.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Microsoft Access database engine supports up to 255 fields per table, but the other database supports fewer fields. A SELECT...INTO statement created a table with more fields than the remote database can support. Reduce the number of columns produced by the SELECT INTO statement, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/select-query.md b/access/Concepts/Miscellaneous/select-query.md
index fc17c98f99f..12623074848 100644
--- a/access/Concepts/Miscellaneous/select-query.md
+++ b/access/Concepts/Miscellaneous/select-query.md
@@ -19,9 +19,9 @@ A select query asks questions about the data stored in your database and returns
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/selected-collating-sequence-not-supported-by-the-operating-systemerror-3228.md b/access/Concepts/Miscellaneous/selected-collating-sequence-not-supported-by-the-operating-systemerror-3228.md
index 17f33981f43..9737f65f3b5 100644
--- a/access/Concepts/Miscellaneous/selected-collating-sequence-not-supported-by-the-operating-systemerror-3228.md
+++ b/access/Concepts/Miscellaneous/selected-collating-sequence-not-supported-by-the-operating-systemerror-3228.md
@@ -32,9 +32,9 @@ There is an invalid **CollatingSequence** setting in the **Paradox** key of the
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/server-property-example-vbscript.md b/access/Concepts/Miscellaneous/server-property-example-vbscript.md
index c2f96cbec62..3e9ca62661c 100644
--- a/access/Concepts/Miscellaneous/server-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/server-property-example-vbscript.md
@@ -99,9 +99,9 @@ End Sub-->
## See also
- [DataControl Object (RDS)](http://msdn.microsoft.com/library/ac430669-7628-696c-c036-b5d35405d788%28Office.15%29.aspx) - [Server Property (RDS)](http://msdn.microsoft.com/library/17519dbe-a43a-1d0d-22c1-dc0def2f63ab%28Office.15%29.aspx)
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/set-startup-properties-from-visual-basic.md b/access/Concepts/Miscellaneous/set-startup-properties-from-visual-basic.md
index 67b193e2f54..9f94e3e1c2a 100644
--- a/access/Concepts/Miscellaneous/set-startup-properties-from-visual-basic.md
+++ b/access/Concepts/Miscellaneous/set-startup-properties-from-visual-basic.md
@@ -41,9 +41,9 @@ The names of the startup properties differ from the text that appears in the **S
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/setobjectowner-method-adox.md b/access/Concepts/Miscellaneous/setobjectowner-method-adox.md
index 66301bb399a..c13269e941f 100644
--- a/access/Concepts/Miscellaneous/setobjectowner-method-adox.md
+++ b/access/Concepts/Miscellaneous/setobjectowner-method-adox.md
@@ -38,9 +38,9 @@ An error will occur if the provider does not support specifying object owners.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/setting-an-exchange-with-the-same-synchronizer-is-not-allowederror-3500.md b/access/Concepts/Miscellaneous/setting-an-exchange-with-the-same-synchronizer-is-not-allowederror-3500.md
index c51f07415e2..135bc697dc3 100644
--- a/access/Concepts/Miscellaneous/setting-an-exchange-with-the-same-synchronizer-is-not-allowederror-3500.md
+++ b/access/Concepts/Miscellaneous/setting-an-exchange-with-the-same-synchronizer-is-not-allowederror-3500.md
@@ -19,9 +19,9 @@ Use a valid remote Synchronizer ID in your synchronization request.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/sharing-violation-while-attempting-to-open-log-file-name-in-deny-write-modeerror.md b/access/Concepts/Miscellaneous/sharing-violation-while-attempting-to-open-log-file-name-in-deny-write-modeerror.md
index c814218a85f..2152b2693ab 100644
--- a/access/Concepts/Miscellaneous/sharing-violation-while-attempting-to-open-log-file-name-in-deny-write-modeerror.md
+++ b/access/Concepts/Miscellaneous/sharing-violation-while-attempting-to-open-log-file-name-in-deny-write-modeerror.md
@@ -19,9 +19,9 @@ Close the log file in all other applications.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/single-row-update-delete-affected-more-than-one-row-of-a-linked-table-unique-ind.md b/access/Concepts/Miscellaneous/single-row-update-delete-affected-more-than-one-row-of-a-linked-table-unique-ind.md
index d03939aee7b..f5808300cea 100644
--- a/access/Concepts/Miscellaneous/single-row-update-delete-affected-more-than-one-row-of-a-linked-table-unique-ind.md
+++ b/access/Concepts/Miscellaneous/single-row-update-delete-affected-more-than-one-row-of-a-linked-table-unique-ind.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Your update or delete query affected more than one record in the linked SQL table. An update and delete query can affect only one record at a time.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/size-of-field-name-is-too-longerror-3382.md b/access/Concepts/Miscellaneous/size-of-field-name-is-too-longerror-3382.md
index 961a8ad39cd..ace09858cd6 100644
--- a/access/Concepts/Miscellaneous/size-of-field-name-is-too-longerror-3382.md
+++ b/access/Concepts/Miscellaneous/size-of-field-name-is-too-longerror-3382.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Text fields in Microsoft FoxPro tables can be no more than 254 characters, and in Microsoft access database engine tables, no more than 255 characters. Redefine the size of the field.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/size-property-ado-stream.md b/access/Concepts/Miscellaneous/size-property-ado-stream.md
index 05e0cb1cbc7..3b5e57c66c6 100644
--- a/access/Concepts/Miscellaneous/size-property-ado-stream.md
+++ b/access/Concepts/Miscellaneous/size-property-ado-stream.md
@@ -27,9 +27,9 @@ Returns a **Long** value that specifies the size of the stream in number of byte
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/sourceconnectstr-sourcedatabase-properties.md b/access/Concepts/Miscellaneous/sourceconnectstr-sourcedatabase-properties.md
index 2907269bac0..af30c25561e 100644
--- a/access/Concepts/Miscellaneous/sourceconnectstr-sourcedatabase-properties.md
+++ b/access/Concepts/Miscellaneous/sourceconnectstr-sourcedatabase-properties.md
@@ -65,9 +65,9 @@ The **SourceDatabase** property doesn't have a value for an ODBC database.
## See also
- [DataControl Object (RDS)](http://msdn.microsoft.com/library/ac430669-7628-696c-c036-b5d35405d788%28Office.15%29.aspx) - [Server Property (RDS)](http://msdn.microsoft.com/library/17519dbe-a43a-1d0d-22c1-dc0def2f63ab%28Office.15%29.aspx)
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/specify-the-table-containing-the-records-you-want-to-deleteerror-3128.md b/access/Concepts/Miscellaneous/specify-the-table-containing-the-records-you-want-to-deleteerror-3128.md
index 24be1bba3d9..33447bd869b 100644
--- a/access/Concepts/Miscellaneous/specify-the-table-containing-the-records-you-want-to-deleteerror-3128.md
+++ b/access/Concepts/Miscellaneous/specify-the-table-containing-the-records-you-want-to-deleteerror-3128.md
@@ -25,9 +25,9 @@ Possible cause:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/spreadsheet-is-fullerror-3437.md b/access/Concepts/Miscellaneous/spreadsheet-is-fullerror-3437.md
index 0c232ddcfe9..e2f762c50fe 100644
--- a/access/Concepts/Miscellaneous/spreadsheet-is-fullerror-3437.md
+++ b/access/Concepts/Miscellaneous/spreadsheet-is-fullerror-3437.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to add new records to a Lotus 1-2-3 or Microsoft Excel version 3.0 or version 4.0 file, but the file is full. Files of these types can hold a maximum of 16,384 records.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/sql-property-ado.md b/access/Concepts/Miscellaneous/sql-property-ado.md
index 9f4e2925bcc..c1d991214cd 100644
--- a/access/Concepts/Miscellaneous/sql-property-ado.md
+++ b/access/Concepts/Miscellaneous/sql-property-ado.md
@@ -34,9 +34,9 @@ The **SQL** property is optional if a custom server-side business object retriev
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/sql-property-example-vbscript.md b/access/Concepts/Miscellaneous/sql-property-example-vbscript.md
index 6807cb07bf2..5d0896db3db 100644
--- a/access/Concepts/Miscellaneous/sql-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/sql-property-example-vbscript.md
@@ -92,9 +92,9 @@ End Sub-->
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/sql-specific-query.md b/access/Concepts/Miscellaneous/sql-specific-query.md
index 472f660b18d..79a6f7defbe 100644
--- a/access/Concepts/Miscellaneous/sql-specific-query.md
+++ b/access/Concepts/Miscellaneous/sql-specific-query.md
@@ -24,9 +24,9 @@ An SQL specific query is one that can be created only by writing an SQL statemen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/stream-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/stream-ado-for-visual-c-plus-plus-syntax.md
index 3524a2b69de..55a44dc1e02 100644
--- a/access/Concepts/Miscellaneous/stream-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/stream-ado-for-visual-c-plus-plus-syntax.md
@@ -12,15 +12,15 @@ ms.date: 06/08/2017
**Methods**
-[Cancel](http://msdn.microsoft.com/library/747edc04-a5cc-3631-2d0b-82e7e41a76b7%28Office.15%29.aspx)(void)[Close](http://msdn.microsoft.com/library/26a7cced-ebeb-70be-f5de-96a35711bc37%28Office.15%29.aspx)(void)[CopyTo](http://msdn.microsoft.com/library/1c1ab950-51f7-7ecc-ccd8-e689db02f06a%28Office.15%29.aspx)(_ADOStream _*DestStream,_ LONG _CharNumber_ = -1)[Flush](http://msdn.microsoft.com/library/c167e3b1-c133-ce45-6cee-5a1280a1568f%28Office.15%29.aspx)(void)[LoadFromFile](http://msdn.microsoft.com/library/33fd543f-bd24-9199-7540-2889b69221c8%28Office.15%29.aspx)(BSTR _ FileName_ )[Open](http://msdn.microsoft.com/library/fa2e6aaa-e9f5-009c-f3a0-050a00abf9b0%28Office.15%29.aspx)(VARIANT _ Source,_ ConnectModeEnum _ Mode,_ StreamOpenOptionsEnum _ Options,_ BSTR _ UserName,_ BSTR _ Password_ )[Read](http://msdn.microsoft.com/library/91c3ad34-f891-5be0-1fc1-c5c8a2ff07a4%28Office.15%29.aspx)(long _ NumBytes,_ VARIANT _*pVal_ )[ReadText](http://msdn.microsoft.com/library/08f5bac4-dccd-696c-09a7-e1ba0cb38d79%28Office.15%29.aspx)(long _ NumChars,_ BSTR _*pbstr_ )[SaveToFile](http://msdn.microsoft.com/library/db0fd95e-8ef3-af87-5346-8f8713153ca7%28Office.15%29.aspx)(BSTR _ FileName,_ SaveOptionsEnum _Options_ =adSaveCreateNotExist)[SetEOS](http://msdn.microsoft.com/library/d438eecf-7ab3-a07d-b6d5-8816db4aae7c%28Office.15%29.aspx)(void)[SkipLine](http://msdn.microsoft.com/library/419c24c3-6b84-eed0-5884-f2dcd485dc3d%28Office.15%29.aspx)(void)[Write](http://msdn.microsoft.com/library/cabe4581-409f-7f05-bd59-d495bfb2c6fd%28Office.15%29.aspx)(VARIANT _ Buffer_ )[WriteText](http://msdn.microsoft.com/library/1ca2d9d5-11f4-d088-6fc3-53240208bb09%28Office.15%29.aspx)(BSTR _ Data,_ StreamWriteEnum _Options_ =adWriteChar)
+[Cancel](http://msdn.microsoft.com/library/747edc04-a5cc-3631-2d0b-82e7e41a76b7%28Office.15%29.aspx)(void) [Close](http://msdn.microsoft.com/library/26a7cced-ebeb-70be-f5de-96a35711bc37%28Office.15%29.aspx)(void) [CopyTo](http://msdn.microsoft.com/library/1c1ab950-51f7-7ecc-ccd8-e689db02f06a%28Office.15%29.aspx)(_ADOStream _*DestStream,_ LONG _CharNumber_ = -1) [Flush](http://msdn.microsoft.com/library/c167e3b1-c133-ce45-6cee-5a1280a1568f%28Office.15%29.aspx)(void) [LoadFromFile](http://msdn.microsoft.com/library/33fd543f-bd24-9199-7540-2889b69221c8%28Office.15%29.aspx)(BSTR _ FileName_ ) [Open](http://msdn.microsoft.com/library/fa2e6aaa-e9f5-009c-f3a0-050a00abf9b0%28Office.15%29.aspx)(VARIANT _ Source,_ ConnectModeEnum _ Mode,_ StreamOpenOptionsEnum _ Options,_ BSTR _ UserName,_ BSTR _ Password_ ) [Read](http://msdn.microsoft.com/library/91c3ad34-f891-5be0-1fc1-c5c8a2ff07a4%28Office.15%29.aspx)(long _ NumBytes,_ VARIANT _*pVal_ ) [ReadText](http://msdn.microsoft.com/library/08f5bac4-dccd-696c-09a7-e1ba0cb38d79%28Office.15%29.aspx)(long _ NumChars,_ BSTR _*pbstr_ ) [SaveToFile](http://msdn.microsoft.com/library/db0fd95e-8ef3-af87-5346-8f8713153ca7%28Office.15%29.aspx)(BSTR _ FileName,_ SaveOptionsEnum _Options_ =adSaveCreateNotExist) [SetEOS](http://msdn.microsoft.com/library/d438eecf-7ab3-a07d-b6d5-8816db4aae7c%28Office.15%29.aspx)(void) [SkipLine](http://msdn.microsoft.com/library/419c24c3-6b84-eed0-5884-f2dcd485dc3d%28Office.15%29.aspx)(void) [Write](http://msdn.microsoft.com/library/cabe4581-409f-7f05-bd59-d495bfb2c6fd%28Office.15%29.aspx)(VARIANT _ Buffer_ ) [WriteText](http://msdn.microsoft.com/library/1ca2d9d5-11f4-d088-6fc3-53240208bb09%28Office.15%29.aspx)(BSTR _ Data,_ StreamWriteEnum _Options_ =adWriteChar)
**Properties**
-[get_Charset](http://msdn.microsoft.com/library/454f664e-6d62-eec9-487d-882c2f9503b0%28Office.15%29.aspx)(BSTR _*pbstrCharset_ ) **put_Charset** (BSTR _ Charset_ )[get_EOS](http://msdn.microsoft.com/library/97cd23ef-cca8-4dcc-2641-082a0e1b853c%28Office.15%29.aspx)(VARIANT_BOOL _*pEOS_ )[get_LineSeparator](http://msdn.microsoft.com/library/9f1323cd-d4ed-2bfa-554b-faebab529548%28Office.15%29.aspx)(LineSeparatorEnum _*pLS_ ) **put_LineSeparator** (LineSeparatorEnum _ LineSeparator_ )[get_Mode](http://msdn.microsoft.com/library/62086f4f-8624-16c4-dae1-a17475d1864d%28Office.15%29.aspx)(ConnectModeEnum _*pMode_ ) **put_Mode** (ConnectModeEnum _ Mode_ )[get_Position](http://msdn.microsoft.com/library/a07c9197-673b-ddf2-fca9-b0b54fbd67b4%28Office.15%29.aspx)(LONG _*pPos_ ) **put_Position** (LONG _ Position_ )[get_Size](size-property-ado-stream.md)(LONG _*pSize_ )[get_State](http://msdn.microsoft.com/library/ade0a50c-e2d8-23ac-4ea9-b012fedcd5db%28Office.15%29.aspx)(ObjectStateEnum _*pState_ )[get_Type](http://msdn.microsoft.com/library/43872c74-51bf-47ae-6bdc-55d25b0dc84a%28Office.15%29.aspx)(StreamTypeEnum _*pType_ ) **put_Type** (StreamTypeEnum _ Type_ )
+[get_Charset](http://msdn.microsoft.com/library/454f664e-6d62-eec9-487d-882c2f9503b0%28Office.15%29.aspx)(BSTR _*pbstrCharset_ ) **put_Charset** (BSTR _ Charset_ ) [get_EOS](http://msdn.microsoft.com/library/97cd23ef-cca8-4dcc-2641-082a0e1b853c%28Office.15%29.aspx)(VARIANT_BOOL _*pEOS_ ) [get_LineSeparator](http://msdn.microsoft.com/library/9f1323cd-d4ed-2bfa-554b-faebab529548%28Office.15%29.aspx)(LineSeparatorEnum _*pLS_ ) **put_LineSeparator** (LineSeparatorEnum _ LineSeparator_ ) [get_Mode](http://msdn.microsoft.com/library/62086f4f-8624-16c4-dae1-a17475d1864d%28Office.15%29.aspx)(ConnectModeEnum _*pMode_ ) **put_Mode** (ConnectModeEnum _ Mode_ ) [get_Position](http://msdn.microsoft.com/library/a07c9197-673b-ddf2-fca9-b0b54fbd67b4%28Office.15%29.aspx)(LONG _*pPos_ ) **put_Position** (LONG _ Position_ ) [get_Size](size-property-ado-stream.md)(LONG _*pSize_ ) [get_State](http://msdn.microsoft.com/library/ade0a50c-e2d8-23ac-4ea9-b012fedcd5db%28Office.15%29.aspx)(ObjectStateEnum _*pState_ ) [get_Type](http://msdn.microsoft.com/library/43872c74-51bf-47ae-6bdc-55d25b0dc84a%28Office.15%29.aspx)(StreamTypeEnum _*pType_ ) **put_Type** (StreamTypeEnum _ Type_ )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/stream-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/stream-visual-c-plus-plus-syntax-index-with-import.md
index 360e8c1ec30..607102b44d8 100644
--- a/access/Concepts/Miscellaneous/stream-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/stream-visual-c-plus-plus-syntax-index-with-import.md
@@ -80,9 +80,9 @@ __declspec(property(get=GetType,put=PutType)) enum StreamTypeEnum Invalid DDUE b
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/style-for-intrinsic-constants.md b/access/Concepts/Miscellaneous/style-for-intrinsic-constants.md
index 5e4d6209a69..0c217243e7c 100644
--- a/access/Concepts/Miscellaneous/style-for-intrinsic-constants.md
+++ b/access/Concepts/Miscellaneous/style-for-intrinsic-constants.md
@@ -22,9 +22,9 @@ Intrinsic constants in databases created with previous versions of Microsoft Acc
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/subdatasheetname-property.md b/access/Concepts/Miscellaneous/subdatasheetname-property.md
index 233bb870693..4fbaf9aa48a 100644
--- a/access/Concepts/Miscellaneous/subdatasheetname-property.md
+++ b/access/Concepts/Miscellaneous/subdatasheetname-property.md
@@ -36,9 +36,9 @@ To set the **SubdatasheetName** property by using Visual Basic, you must first e
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/submitchanges-method-example-vbscript.md b/access/Concepts/Miscellaneous/submitchanges-method-example-vbscript.md
index 54859f7d331..6b77a5a2afd 100644
--- a/access/Concepts/Miscellaneous/submitchanges-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/submitchanges-method-example-vbscript.md
@@ -63,9 +63,9 @@ End Sub-->
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/subqueries-cannot-be-used-in-the-expression-expressionerror-3203.md b/access/Concepts/Miscellaneous/subqueries-cannot-be-used-in-the-expression-expressionerror-3203.md
index 2be76b45074..3d0788e3ca4 100644
--- a/access/Concepts/Miscellaneous/subqueries-cannot-be-used-in-the-expression-expressionerror-3203.md
+++ b/access/Concepts/Miscellaneous/subqueries-cannot-be-used-in-the-expression-expressionerror-3203.md
@@ -34,9 +34,9 @@ PIVOT ShipName;
The < _expression_ > parameter of the alert would contain the expression `Sum([Sum2])` from the SELECT clause, because this references an alias used in the same SELECT statement and acts as a subquery against `Sum([Sum1])`.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-cannot-find-a-specific-version-number-in-the-msysschchange-tableerr.md b/access/Concepts/Miscellaneous/synchronizer-cannot-find-a-specific-version-number-in-the-msysschchange-tableerr.md
index 9360376f570..ea150ae4472 100644
--- a/access/Concepts/Miscellaneous/synchronizer-cannot-find-a-specific-version-number-in-the-msysschchange-tableerr.md
+++ b/access/Concepts/Miscellaneous/synchronizer-cannot-find-a-specific-version-number-in-the-msysschchange-tableerr.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-record-of-a-specific-synchronization-in-the-msysexc.md b/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-record-of-a-specific-synchronization-in-the-msysexc.md
index 4eb5cdddcb9..6266776d311 100644
--- a/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-record-of-a-specific-synchronization-in-the-msysexc.md
+++ b/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-record-of-a-specific-synchronization-in-the-msysexc.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-source-file-for-messageserror-3564.md b/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-source-file-for-messageserror-3564.md
index 752a6176979..05d3c4b529e 100644
--- a/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-source-file-for-messageserror-3564.md
+++ b/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-source-file-for-messageserror-3564.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-access-the-message-databaseerror-3525.md b/access/Concepts/Miscellaneous/synchronizer-could-not-access-the-message-databaseerror-3525.md
index e365c4bd937..c3dd04a99e6 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-access-the-message-databaseerror-3525.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-access-the-message-databaseerror-3525.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The message database is not available for use by the Synchronizer. The database file may be in use by another program or user (users should not open Synchronizer message databases). Close any application that might be using the database.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-be-initializederror-3532.md b/access/Concepts/Miscellaneous/synchronizer-could-not-be-initializederror-3532.md
index 19abf1d0087..3b3daff535a 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-be-initializederror-3532.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-be-initializederror-3532.md
@@ -28,9 +28,9 @@ To configure the Synchronizer
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-be-shut-down-properly-and-is-still-activeerror-3541.md b/access/Concepts/Miscellaneous/synchronizer-could-not-be-shut-down-properly-and-is-still-activeerror-3541.md
index a45a46d8f63..4a389044c5a 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-be-shut-down-properly-and-is-still-activeerror-3541.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-be-shut-down-properly-and-is-still-activeerror-3541.md
@@ -28,9 +28,9 @@ A programmatic request to terminate the Synchronizer was not completed successfu
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-delete-a-fileerror-3568.md b/access/Concepts/Miscellaneous/synchronizer-could-not-delete-a-fileerror-3568.md
index 34d3e64246e..03501ca7e6b 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-delete-a-fileerror-3568.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-delete-a-fileerror-3568.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-find-a-replica-from-the-correct-set-to-complete-the-synch.md b/access/Concepts/Miscellaneous/synchronizer-could-not-find-a-replica-from-the-correct-set-to-complete-the-synch.md
index fb435214fe4..42ac1c7a13b 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-find-a-replica-from-the-correct-set-to-complete-the-synch.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-find-a-replica-from-the-correct-set-to-complete-the-synch.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-messages-to-processerror-3517.md b/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-messages-to-processerror-3517.md
index c10c7b24bf8..2b28ac63c88 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-messages-to-processerror-3517.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-messages-to-processerror-3517.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-scheduled-or-on-demand-synchronizations-to-proce.md b/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-scheduled-or-on-demand-synchronizations-to-proce.md
index f40907d8909..d4181d269e9 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-scheduled-or-on-demand-synchronizations-to-proce.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-scheduled-or-on-demand-synchronizations-to-proce.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-has-not-been-set-uperror-3543.md b/access/Concepts/Miscellaneous/synchronizer-has-not-been-set-uperror-3543.md
index 9bd7e9c8024..36108c73e64 100644
--- a/access/Concepts/Miscellaneous/synchronizer-has-not-been-set-uperror-3543.md
+++ b/access/Concepts/Miscellaneous/synchronizer-has-not-been-set-uperror-3543.md
@@ -29,9 +29,9 @@ The Synchronizer for your computer has not been set up.
If you are using a third-party application, obtain the Synchronizer Setup disk from the developer supporting your application.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-is-already-runningerror-3544.md b/access/Concepts/Miscellaneous/synchronizer-is-already-runningerror-3544.md
index fd5b011afce..b5763e65122 100644
--- a/access/Concepts/Miscellaneous/synchronizer-is-already-runningerror-3544.md
+++ b/access/Concepts/Miscellaneous/synchronizer-is-already-runningerror-3544.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Only one instance of the Synchronizer can operate at a time. Use the currently operating Synchronizer instead of starting a second Synchronizer on this computer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-looked-for-a-system-event-but-did-not-find-one-to-report-to-the-cli.md b/access/Concepts/Miscellaneous/synchronizer-looked-for-a-system-event-but-did-not-find-one-to-report-to-the-cli.md
index 04c9a6f25ca..33be681352a 100644
--- a/access/Concepts/Miscellaneous/synchronizer-looked-for-a-system-event-but-did-not-find-one-to-report-to-the-cli.md
+++ b/access/Concepts/Miscellaneous/synchronizer-looked-for-a-system-event-but-did-not-find-one-to-report-to-the-cli.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3629.md b/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3629.md
index 075b0d0873f..9b9eb478eec 100644
--- a/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3629.md
+++ b/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3629.md
@@ -19,9 +19,9 @@ Each Synchronizer should have a unique file system dropbox. Using the same dropb
Unable to create the signal file, it is already opened by another transporter.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3630.md b/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3630.md
index e51e381d25f..194a3a6c797 100644
--- a/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3630.md
+++ b/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3630.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Each Synchronizer should have a unique file system dropbox. Using the same dropbox location for multiple Synchronizers can result in lost messages and incomplete exchanges. The applicatin is unable to create the signal file because it is already opened by another transporter.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizer-received-an-invalid-message-for-a-member-of-the-replica-set-that-it.md b/access/Concepts/Miscellaneous/synchronizer-received-an-invalid-message-for-a-member-of-the-replica-set-that-it.md
index 5b257654d20..c4e70ec3f6a 100644
--- a/access/Concepts/Miscellaneous/synchronizer-received-an-invalid-message-for-a-member-of-the-replica-set-that-it.md
+++ b/access/Concepts/Miscellaneous/synchronizer-received-an-invalid-message-for-a-member-of-the-replica-set-that-it.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/synchronizing-with-a-non-replicated-database-is-not-allowed-the-name-database-is.md b/access/Concepts/Miscellaneous/synchronizing-with-a-non-replicated-database-is-not-allowed-the-name-database-is.md
index 59829cd2f8d..2f2db082250 100644
--- a/access/Concepts/Miscellaneous/synchronizing-with-a-non-replicated-database-is-not-allowed-the-name-database-is.md
+++ b/access/Concepts/Miscellaneous/synchronizing-with-a-non-replicated-database-is-not-allowed-the-name-database-is.md
@@ -20,9 +20,9 @@ You are attempting to synchronize a replicated database with a non-replicated da
If one of the databases has already been replicated, use it to create your second database replica.
If neither database has been replicated, select one of the databases to be used as the Design Master for the replica set. Open that database using Microsoft Access, go to the **Tools** menu, point to **Replication**, and click **Create Replica**. If Microsoft Access is not available but Microsoft Windows 95 Briefcase is available, drag the database into the Briefcase to create a replica. Do not attempt to replicate the second of the two original databases and then synchronize the two databases. The second database must be a replica of the first for synchronization to succeed.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-commaerror-2432.md b/access/Concepts/Miscellaneous/syntax-error-commaerror-2432.md
index f99f64c644c..ff812a4e453 100644
--- a/access/Concepts/Miscellaneous/syntax-error-commaerror-2432.md
+++ b/access/Concepts/Miscellaneous/syntax-error-commaerror-2432.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The expression or statement uses a comma where it does not belong or is missing a comma to separate arguments.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-alter-table-statementerror-3293.md b/access/Concepts/Miscellaneous/syntax-error-in-alter-table-statementerror-3293.md
index 7d849790478..960df9c379b 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-alter-table-statementerror-3293.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-alter-table-statementerror-3293.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-check-constraint-clauseerror-3765.md b/access/Concepts/Miscellaneous/syntax-error-in-check-constraint-clauseerror-3765.md
index 8050c2755e2..0eea2d7511a 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-check-constraint-clauseerror-3765.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-check-constraint-clauseerror-3765.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when using SQL DLL to define a CHECK constraint. It occurs when the search condition (SELECT statement) in the CHECK clause references an invalid table or column name.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-constraint-clauseerror-3289.md b/access/Concepts/Miscellaneous/syntax-error-in-constraint-clauseerror-3289.md
index f1ac5ed14de..1c8e85be591 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-constraint-clauseerror-3289.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-constraint-clauseerror-3289.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-create-index-statementerror-3291.md b/access/Concepts/Miscellaneous/syntax-error-in-create-index-statementerror-3291.md
index 9c678b0b688..ce4f3ed3284 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-create-index-statementerror-3291.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-create-index-statementerror-3291.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-create-table-statementerror-3290.md b/access/Concepts/Miscellaneous/syntax-error-in-create-table-statementerror-3290.md
index 04f31253cae..60144700e89 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-create-table-statementerror-3290.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-create-table-statementerror-3290.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-dateerror-2421.md b/access/Concepts/Miscellaneous/syntax-error-in-dateerror-2421.md
index f221a1e7d36..c4f2bde6b3b 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-dateerror-2421.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-dateerror-2421.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
**Date** syntax is incorrect. This error occurs if you specify an invalid date. For example, 9/31/94 is invalid (September has only 30 days).
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-default-valueerror-3355.md b/access/Concepts/Miscellaneous/syntax-error-in-default-valueerror-3355.md
index 0a8942f537e..f93b0ee9207 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-default-valueerror-3355.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-default-valueerror-3355.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-delete-statementerror-3130.md b/access/Concepts/Miscellaneous/syntax-error-in-delete-statementerror-3130.md
index 460b202b7ff..33afd659585 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-delete-statementerror-3130.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-delete-statementerror-3130.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-drop-index-statementerror-3294.md b/access/Concepts/Miscellaneous/syntax-error-in-drop-index-statementerror-3294.md
index fd35bf90ebc..f6a365143df 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-drop-index-statementerror-3294.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-drop-index-statementerror-3294.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-drop-table-or-drop-indexerror-3295.md b/access/Concepts/Miscellaneous/syntax-error-in-drop-table-or-drop-indexerror-3295.md
index b33ff4d1414..9caf31fe5d5 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-drop-table-or-drop-indexerror-3295.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-drop-table-or-drop-indexerror-3295.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-field-definitionerror-3292.md b/access/Concepts/Miscellaneous/syntax-error-in-field-definitionerror-3292.md
index a9dbdbe71a3..ddf9262ecdd 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-field-definitionerror-3292.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-field-definitionerror-3292.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-from-clauseerror-3131.md b/access/Concepts/Miscellaneous/syntax-error-in-from-clauseerror-3131.md
index 20db636d699..2c9ea23c5c9 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-from-clauseerror-3131.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-from-clauseerror-3131.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-group-by-clauseerror-3132.md b/access/Concepts/Miscellaneous/syntax-error-in-group-by-clauseerror-3132.md
index c353e6bb76a..0c4de0c608b 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-group-by-clauseerror-3132.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-group-by-clauseerror-3132.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-having-clauseerror-3133.md b/access/Concepts/Miscellaneous/syntax-error-in-having-clauseerror-3133.md
index b4696868163..1da25673d7e 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-having-clauseerror-3133.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-having-clauseerror-3133.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-insert-into-statementerror-3134.md b/access/Concepts/Miscellaneous/syntax-error-in-insert-into-statementerror-3134.md
index be680642ccc..81d372624a2 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-insert-into-statementerror-3134.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-insert-into-statementerror-3134.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-join-operationerror-3135.md b/access/Concepts/Miscellaneous/syntax-error-in-join-operationerror-3135.md
index 628e62ed5de..41ff1569355 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-join-operationerror-3135.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-join-operationerror-3135.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-numbererror-2420.md b/access/Concepts/Miscellaneous/syntax-error-in-numbererror-2420.md
index db2fa64f909..e0418e55b17 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-numbererror-2420.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-numbererror-2420.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You entered a value that is invalid. This can occur if a nonnumeric value is provided as part of the expression.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-order-by-clauseerror-3138.md b/access/Concepts/Miscellaneous/syntax-error-in-order-by-clauseerror-3138.md
index be50c4cf05c..1be5c2cf182 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-order-by-clauseerror-3138.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-order-by-clauseerror-3138.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-parameter-clauseerror-3139.md b/access/Concepts/Miscellaneous/syntax-error-in-parameter-clauseerror-3139.md
index 14900dd7d58..e5996db7a82 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-parameter-clauseerror-3139.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-parameter-clauseerror-3139.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-partial-filter-expression-on-table-nameerror-3586.md b/access/Concepts/Miscellaneous/syntax-error-in-partial-filter-expression-on-table-nameerror-3586.md
index 00747a0934f..863b8bc89b8 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-partial-filter-expression-on-table-nameerror-3586.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-partial-filter-expression-on-table-nameerror-3586.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Make sure you are using the correct syntax in the expression.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-procedure-clauseerror-3140.md b/access/Concepts/Miscellaneous/syntax-error-in-procedure-clauseerror-3140.md
index ec6ab4a6738..04ed5effe54 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-procedure-clauseerror-3140.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-procedure-clauseerror-3140.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-query-incomplete-query-clause-error-3450.md b/access/Concepts/Miscellaneous/syntax-error-in-query-incomplete-query-clause-error-3450.md
index 07f74bc6961..9580223c18a 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-query-incomplete-query-clause-error-3450.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-query-incomplete-query-clause-error-3450.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when trying to save a stored query (view or procedure).
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-query-parameter-valueerror-3746.md b/access/Concepts/Miscellaneous/syntax-error-in-query-parameter-valueerror-3746.md
index 1d8daf98bbc..712e7b5485d 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-query-parameter-valueerror-3746.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-query-parameter-valueerror-3746.md
@@ -31,9 +31,9 @@ This error can occur when:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-stringerror-2422.md b/access/Concepts/Miscellaneous/syntax-error-in-stringerror-2422.md
index 4ecced8363a..7589537aac2 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-stringerror-2422.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-stringerror-2422.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You entered an expression that includes an invalid string. Check the expression to make sure you entered it correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-transaction-statementerror-3708.md b/access/Concepts/Miscellaneous/syntax-error-in-transaction-statementerror-3708.md
index 5da7a2b142c..70cece74323 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-transaction-statementerror-3708.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-transaction-statementerror-3708.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
When using transactions exclusively through the Microsoft Access database engine (not through an object model like DAO or ADO) the following syntax must be used: BEGIN/ROLLBACK TRANSACTION, WORK or nothing. If any other characters follow BEGIN or ROLLBACK, then this error will occur.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-transform-statementerror-3143.md b/access/Concepts/Miscellaneous/syntax-error-in-transform-statementerror-3143.md
index ea133e8c2f6..4e0a264694a 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-transform-statementerror-3143.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-transform-statementerror-3143.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-union-queryerror-3319.md b/access/Concepts/Miscellaneous/syntax-error-in-union-queryerror-3319.md
index 4688cc1887f..bfc3fe487e9 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-union-queryerror-3319.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-union-queryerror-3319.md
@@ -28,9 +28,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-update-statementerror-3144.md b/access/Concepts/Miscellaneous/syntax-error-in-update-statementerror-3144.md
index 0923414ad3a..60d63378b13 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-update-statementerror-3144.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-update-statementerror-3144.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-where-clauseerror-3145.md b/access/Concepts/Miscellaneous/syntax-error-in-where-clauseerror-3145.md
index 654f2dfc2f1..803d0154ff2 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-where-clauseerror-3145.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-where-clauseerror-3145.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-with-owneraccess-option-declarationerror-3257.md b/access/Concepts/Miscellaneous/syntax-error-in-with-owneraccess-option-declarationerror-3257.md
index f7f3620d871..3e9a89896fa 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-with-owneraccess-option-declarationerror-3257.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-with-owneraccess-option-declarationerror-3257.md
@@ -38,9 +38,9 @@ Possible causes:
```
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2431.md b/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2431.md
index 464f3a002ce..036b9cb8cb4 100644
--- a/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2431.md
+++ b/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2431.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The expression or statement is missing an operator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2434.md b/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2434.md
index 498716f0f51..86741c51ab9 100644
--- a/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2434.md
+++ b/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2434.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The expression or statement is missing an operator.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-errorerror-2433.md b/access/Concepts/Miscellaneous/syntax-errorerror-2433.md
index 3850646c491..392469629ed 100644
--- a/access/Concepts/Miscellaneous/syntax-errorerror-2433.md
+++ b/access/Concepts/Miscellaneous/syntax-errorerror-2433.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The wording or punctuation of the command is not correct. It may be missing an operator or you may have specified an operator that does not exist.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/syntax-errorerror-2438.md b/access/Concepts/Miscellaneous/syntax-errorerror-2438.md
index 1bd77ac6a4a..d60330359fa 100644
--- a/access/Concepts/Miscellaneous/syntax-errorerror-2438.md
+++ b/access/Concepts/Miscellaneous/syntax-errorerror-2438.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You entered an expression that has invalid syntax. For example, an operand or operator may be missing, you may have entered an invalid character or comma, or you may have entered text without surrounding it by quotation marks ("). Check the expression to make sure you entered it correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/table-is-not-openerror-3160.md b/access/Concepts/Miscellaneous/table-is-not-openerror-3160.md
index 69e22c36c8a..1646846efa5 100644
--- a/access/Concepts/Miscellaneous/table-is-not-openerror-3160.md
+++ b/access/Concepts/Miscellaneous/table-is-not-openerror-3160.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to perform an operation on a table that has not been opened. Open the table, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/table-level-validation-texterror-3316.md b/access/Concepts/Miscellaneous/table-level-validation-texterror-3316.md
index dbfc4f3ffa4..074f586aec6 100644
--- a/access/Concepts/Miscellaneous/table-level-validation-texterror-3316.md
+++ b/access/Concepts/Miscellaneous/table-level-validation-texterror-3316.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
A table-level validation rule was violated. Validation rules restrict what you can enter in a given field, and also help ensure that you enter the proper types or amounts of data.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/table-name-already-existserror-3010.md b/access/Concepts/Miscellaneous/table-name-already-existserror-3010.md
index ef7b4d7bc2a..f994313ec98 100644
--- a/access/Concepts/Miscellaneous/table-name-already-existserror-3010.md
+++ b/access/Concepts/Miscellaneous/table-name-already-existserror-3010.md
@@ -19,9 +19,9 @@ You tried to create or rename a table with a name that already exists in this da
In a multiuser database, this error can also occur if you delete a table, another user creates a table with the same name, and then you try to roll back the deletion of your table. To restore your table, the other user must first delete or rename the new table before you try the rollback operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/table-name-already-has-an-index-named-nameerror-3375.md b/access/Concepts/Miscellaneous/table-name-already-has-an-index-named-nameerror-3375.md
index e526d7a7775..c776d274a3e 100644
--- a/access/Concepts/Miscellaneous/table-name-already-has-an-index-named-nameerror-3375.md
+++ b/access/Concepts/Miscellaneous/table-name-already-has-an-index-named-nameerror-3375.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are trying to create an index that already exists.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/table-name-could-not-be-made-replicable-because-it-could-not-be-opened-exclusive.md b/access/Concepts/Miscellaneous/table-name-could-not-be-made-replicable-because-it-could-not-be-opened-exclusive.md
index ee4bf8f1d40..46c7f05a0cb 100644
--- a/access/Concepts/Miscellaneous/table-name-could-not-be-made-replicable-because-it-could-not-be-opened-exclusive.md
+++ b/access/Concepts/Miscellaneous/table-name-could-not-be-made-replicable-because-it-could-not-be-opened-exclusive.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Close any open instance of the table that you are attempting to replicate and then try again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/table-name-does-not-existerror-3376.md b/access/Concepts/Miscellaneous/table-name-does-not-existerror-3376.md
index 1e80aa35a65..b6419320e28 100644
--- a/access/Concepts/Miscellaneous/table-name-does-not-existerror-3376.md
+++ b/access/Concepts/Miscellaneous/table-name-does-not-existerror-3376.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The table you specified does not exist. Check to see if the name you specified exists in the **TableDefs** collection.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3189.md b/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3189.md
index 7e2a6dfc73d..c87d5742d78 100644
--- a/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3189.md
+++ b/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3189.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You cannot access the specified table because it is exclusively locked by another user. Contact the other user, or wait for the other user to release the lock, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3261.md b/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3261.md
index 5e61f2b24d3..7076a3640d6 100644
--- a/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3261.md
+++ b/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3261.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to use a table that is currently open for exclusive access by the specified user. Wait for the other user to finish working with the table, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/table-name-is-read-onlyerror-3328.md b/access/Concepts/Miscellaneous/table-name-is-read-onlyerror-3328.md
index 5cff6cc0e7e..0f8aba0e600 100644
--- a/access/Concepts/Miscellaneous/table-name-is-read-onlyerror-3328.md
+++ b/access/Concepts/Miscellaneous/table-name-is-read-onlyerror-3328.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when you try to update a column in a table that another user has opened as read-only.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/text-file-specification-field-separator-matches-decimal-separator-or-text-delimi.md b/access/Concepts/Miscellaneous/text-file-specification-field-separator-matches-decimal-separator-or-text-delimi.md
index 48669113383..8da6413f16e 100644
--- a/access/Concepts/Miscellaneous/text-file-specification-field-separator-matches-decimal-separator-or-text-delimi.md
+++ b/access/Concepts/Miscellaneous/text-file-specification-field-separator-matches-decimal-separator-or-text-delimi.md
@@ -30,9 +30,9 @@ Two or more of the following delimiters settings used by the Text ISAM are the s
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-access-database-is-wrong-or-missing-for-this-sql-jet-replica-seterror-3778.md b/access/Concepts/Miscellaneous/the-access-database-is-wrong-or-missing-for-this-sql-jet-replica-seterror-3778.md
index 5a141ea22d7..a26d0118820 100644
--- a/access/Concepts/Miscellaneous/the-access-database-is-wrong-or-missing-for-this-sql-jet-replica-seterror-3778.md
+++ b/access/Concepts/Miscellaneous/the-access-database-is-wrong-or-missing-for-this-sql-jet-replica-seterror-3778.md
@@ -28,9 +28,9 @@ The Microsoft Access database specified is wrong or missing because:
The solution is to re-initailize your Jet Subscriber using the Re-Initialize tools on the SQL Server.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-action-query-name-cannot-be-used-as-a-row-sourceerror-3069.md b/access/Concepts/Miscellaneous/the-action-query-name-cannot-be-used-as-a-row-sourceerror-3069.md
index d3560e22bbd..cfa1259be45 100644
--- a/access/Concepts/Miscellaneous/the-action-query-name-cannot-be-used-as-a-row-sourceerror-3069.md
+++ b/access/Concepts/Miscellaneous/the-action-query-name-cannot-be-used-as-a-row-sourceerror-3069.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You cannot use the name of an action query here. Instead, use the name of a select query. To run an action query, use the **Execute** method instead of the name of an action query as input to the FROM clause.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-attempt-to-set-a-column-in-a-partial-replica-violated-a-rule-governing-parti.md b/access/Concepts/Miscellaneous/the-attempt-to-set-a-column-in-a-partial-replica-violated-a-rule-governing-parti.md
index 1847f6ca034..a6db4fa209a 100644
--- a/access/Concepts/Miscellaneous/the-attempt-to-set-a-column-in-a-partial-replica-violated-a-rule-governing-parti.md
+++ b/access/Concepts/Miscellaneous/the-attempt-to-set-a-column-in-a-partial-replica-violated-a-rule-governing-parti.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You cannot change a primary key of a table in a partial replica unless it has no references to it.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-cascading-options-for-the-new-reference-conflict-with-existing-reference-nam.md b/access/Concepts/Miscellaneous/the-cascading-options-for-the-new-reference-conflict-with-existing-reference-nam.md
index 94d873a7bc3..feb7143b8e4 100644
--- a/access/Concepts/Miscellaneous/the-cascading-options-for-the-new-reference-conflict-with-existing-reference-nam.md
+++ b/access/Concepts/Miscellaneous/the-cascading-options-for-the-new-reference-conflict-with-existing-reference-nam.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs if a CASCADE action is defined on a column that already has another type of CASCADE action. For example, if CASCADE DELETE is already specified, the user will be prevented from trying to add CASCADE UPDATE. To apply the desired CASCADE action, the original CONSTRAINT must be dropped. This can be done with the ALTER TABLE ALTER COLUMN syntax or with the DROP CONSTRAINT syntax.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-changes-you-requested-to-the-table-were-not-successful-because-they-would-cr.md b/access/Concepts/Miscellaneous/the-changes-you-requested-to-the-table-were-not-successful-because-they-would-cr.md
index 9085be6410d..63f2299cf47 100644
--- a/access/Concepts/Miscellaneous/the-changes-you-requested-to-the-table-were-not-successful-because-they-would-cr.md
+++ b/access/Concepts/Miscellaneous/the-changes-you-requested-to-the-table-were-not-successful-because-they-would-cr.md
@@ -89,9 +89,9 @@ When you remove the primary key, the field or fields that previously served as p
The key indicator is removed from the field or fields that you previously specified as the primary key.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-combined-length-of-internet-server-name-http-share-name-and-ftp-alias-name-s.md b/access/Concepts/Miscellaneous/the-combined-length-of-internet-server-name-http-share-name-and-ftp-alias-name-s.md
index 58c542bb9b4..7187defdc1c 100644
--- a/access/Concepts/Miscellaneous/the-combined-length-of-internet-server-name-http-share-name-and-ftp-alias-name-s.md
+++ b/access/Concepts/Miscellaneous/the-combined-length-of-internet-server-name-http-share-name-and-ftp-alias-name-s.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The indirect or internet values specified exceed the internal limit of 252 characters. You must shorten the name that violates this limit.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-connection-for-viewing-your-linked-microsoft-excel-worksheet-was-losterror-3.md b/access/Concepts/Miscellaneous/the-connection-for-viewing-your-linked-microsoft-excel-worksheet-was-losterror-3.md
index 33020c5396e..eb700d932fd 100644
--- a/access/Concepts/Miscellaneous/the-connection-for-viewing-your-linked-microsoft-excel-worksheet-was-losterror-3.md
+++ b/access/Concepts/Miscellaneous/the-connection-for-viewing-your-linked-microsoft-excel-worksheet-was-losterror-3.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The connection for viewing your linked Microsoft Excel worksheet was lost. The session of Microsoft Excel may have been terminated.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-connection-string-is-too-longerror-3210.md b/access/Concepts/Miscellaneous/the-connection-string-is-too-longerror-3210.md
index fdeec69ddd9..c7fcc39f4c6 100644
--- a/access/Concepts/Miscellaneous/the-connection-string-is-too-longerror-3210.md
+++ b/access/Concepts/Miscellaneous/the-connection-string-is-too-longerror-3210.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The connection string in the IN clause of an SQL statement cannot be longer than 255 characters. Correct your entry, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-current-field-must-match-the-join-key-name-in-the-table-that-serves-as-the-o.md b/access/Concepts/Miscellaneous/the-current-field-must-match-the-join-key-name-in-the-table-that-serves-as-the-o.md
index c425fe91163..912a9cb9919 100644
--- a/access/Concepts/Miscellaneous/the-current-field-must-match-the-join-key-name-in-the-table-that-serves-as-the-o.md
+++ b/access/Concepts/Miscellaneous/the-current-field-must-match-the-join-key-name-in-the-table-that-serves-as-the-o.md
@@ -19,9 +19,9 @@ You have tried to enter a value into the join field in the many-only table of an
The message includes the following instruction: Enter a record in the "one" side table with the desired key value, and then make the entry with the desired join field in the "many-only" table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-data-being-exported-does-not-match-the-format-described-in-the-schema-ini-fi.md b/access/Concepts/Miscellaneous/the-data-being-exported-does-not-match-the-format-described-in-the-schema-ini-fi.md
index 43afcf4a380..03484877962 100644
--- a/access/Concepts/Miscellaneous/the-data-being-exported-does-not-match-the-format-described-in-the-schema-ini-fi.md
+++ b/access/Concepts/Miscellaneous/the-data-being-exported-does-not-match-the-format-described-in-the-schema-ini-fi.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Make sure the data being exported matches the format described in the Schema.ini file.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-database-database-name-is-already-in-use-by-another-person-or-process-when-t.md b/access/Concepts/Miscellaneous/the-database-database-name-is-already-in-use-by-another-person-or-process-when-t.md
index c0ae3fc5b12..e7906b4b3ed 100644
--- a/access/Concepts/Miscellaneous/the-database-database-name-is-already-in-use-by-another-person-or-process-when-t.md
+++ b/access/Concepts/Miscellaneous/the-database-database-name-is-already-in-use-by-another-person-or-process-when-t.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The specified database is currently being used exclusively by another user or session. Wait for the other user or session to finish working with the database, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-database-engine-could-not-lock-table-name-because-it-is-already-in-use-by-an.md b/access/Concepts/Miscellaneous/the-database-engine-could-not-lock-table-name-because-it-is-already-in-use-by-an.md
index e8661577f31..7ff4dcb4b4d 100644
--- a/access/Concepts/Miscellaneous/the-database-engine-could-not-lock-table-name-because-it-is-already-in-use-by-an.md
+++ b/access/Concepts/Miscellaneous/the-database-engine-could-not-lock-table-name-because-it-is-already-in-use-by-an.md
@@ -17,9 +17,9 @@ To complete the current operation, the table is currently locked by another user
Wait for the other user to finish working with the table, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-database-engine-does-not-recognize-either-the-field-name-in-a-validation-exp.md b/access/Concepts/Miscellaneous/the-database-engine-does-not-recognize-either-the-field-name-in-a-validation-exp.md
index 4e1ebb42884..33bbbfc5d08 100644
--- a/access/Concepts/Miscellaneous/the-database-engine-does-not-recognize-either-the-field-name-in-a-validation-exp.md
+++ b/access/Concepts/Miscellaneous/the-database-engine-does-not-recognize-either-the-field-name-in-a-validation-exp.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Your expression refers to a field incorrectly, or to a field that does not exist. Check to make sure the field name is valid and spelled correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-an-unknown-user-that-prevents-it-from.md b/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-an-unknown-user-that-prevents-it-from.md
index 9ac07ada48b..2edae7b2530 100644
--- a/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-an-unknown-user-that-prevents-it-from.md
+++ b/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-an-unknown-user-that-prevents-it-from.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when the new passive shutdown/connection control is being used. This error indicates that another user set the database in a mode that will prevent other users from opening it. It is related to error #3734 and is used when the Microsoft Access database engine cannot determine which user invoked the passive shutdown/connection control.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-user-name-on-machine-name-that-preven.md b/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-user-name-on-machine-name-that-preven.md
index 78d6596a7c2..fb4b868b47f 100644
--- a/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-user-name-on-machine-name-that-preven.md
+++ b/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-user-name-on-machine-name-that-preven.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when the new passive shutdown/connection control is being used. This error message indicates that a user set the database in a mode that will prevent other users from opening it.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-database-must-be-opened-in-exclusive-mode-before-it-can-be-replicatederror-3.md b/access/Concepts/Miscellaneous/the-database-must-be-opened-in-exclusive-mode-before-it-can-be-replicatederror-3.md
index 3daaa5eb6c4..5a6e4b53e27 100644
--- a/access/Concepts/Miscellaneous/the-database-must-be-opened-in-exclusive-mode-before-it-can-be-replicatederror-3.md
+++ b/access/Concepts/Miscellaneous/the-database-must-be-opened-in-exclusive-mode-before-it-can-be-replicatederror-3.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to replicate a database after opening the database in shared mode. Close the database and reopen it in exclusive mode, and then replicate it.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-open-is-already-in-use-by-another-application.md b/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-open-is-already-in-use-by-another-application.md
index 42ad9b50129..a50390ee92e 100644
--- a/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-open-is-already-in-use-by-another-application.md
+++ b/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-open-is-already-in-use-by-another-application.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
If you are attempting to open the database in exclusive mode, it is possible that another application already has the database open. If you are attempting to open the database in shared mode, it is possible that another application has the database open in exclusive mode. Close the other applications using the database and try your request again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-replicate-cannot-be-convertederror-3487.md b/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-replicate-cannot-be-convertederror-3487.md
index 63a489e080c..f0a4ca38086 100644
--- a/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-replicate-cannot-be-convertederror-3487.md
+++ b/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-replicate-cannot-be-convertederror-3487.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Only databases created with version 3.0 or later of the Microsoft Jet database engine can be replicated. Although you can open the database by using an installable ISAM, you cannot convert it to a replicable form. If the database was created by using an earlier version of Microsoft Jet, convert the format to the newer version. If the database is in another format, export the data to a new Microsoft Access database and retry.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-decimal-field-s-precision-is-too-small-to-accept-the-numeric-you-attempted-t.md b/access/Concepts/Miscellaneous/the-decimal-field-s-precision-is-too-small-to-accept-the-numeric-you-attempted-t.md
index 7f6ca70c2b9..519427870f0 100644
--- a/access/Concepts/Miscellaneous/the-decimal-field-s-precision-is-too-small-to-accept-the-numeric-you-attempted-t.md
+++ b/access/Concepts/Miscellaneous/the-decimal-field-s-precision-is-too-small-to-accept-the-numeric-you-attempted-t.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when the data being updated or inserted into a DECIMAL data type does not match the defined precision of the column.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-design-master-or-replica-is-not-being-managed-by-a-synchronizererror-3502.md b/access/Concepts/Miscellaneous/the-design-master-or-replica-is-not-being-managed-by-a-synchronizererror-3502.md
index fc64630d29d..98f406e94cb 100644
--- a/access/Concepts/Miscellaneous/the-design-master-or-replica-is-not-being-managed-by-a-synchronizererror-3502.md
+++ b/access/Concepts/Miscellaneous/the-design-master-or-replica-is-not-being-managed-by-a-synchronizererror-3502.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are attempting to get information about the Design Master or a replica that is not managed by a Synchronizer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-directory-you-queried-for-a-list-of-replicas-is-not-a-managed-directoryerror.md b/access/Concepts/Miscellaneous/the-directory-you-queried-for-a-list-of-replicas-is-not-a-managed-directoryerror.md
index e230e3ee8f5..745887ea718 100644
--- a/access/Concepts/Miscellaneous/the-directory-you-queried-for-a-list-of-replicas-is-not-a-managed-directoryerror.md
+++ b/access/Concepts/Miscellaneous/the-directory-you-queried-for-a-list-of-replicas-is-not-a-managed-directoryerror.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-access-is-unreadableerror-3465.md b/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-access-is-unreadableerror-3465.md
index 33c30dcb187..37e6a708956 100644
--- a/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-access-is-unreadableerror-3465.md
+++ b/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-access-is-unreadableerror-3465.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
If you are attempting to access a floppy disk, make sure the door to the disk drive is closed. If you are attempting to access a hard disk, the disk might have a corrupted sector.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-write-to-is-fullerror-3575.md b/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-write-to-is-fullerror-3575.md
index d2ad85e0151..0eeb998e164 100644
--- a/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-write-to-is-fullerror-3575.md
+++ b/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-write-to-is-fullerror-3575.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The disk drive does not have enough space to complete the operation. Delete unneeded files from the disk to create sufficient space for the operation. Make space available on the disk larger than the file you are attempting to save.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-disk-for-dropbox-folder-name-is-fullerror-3469.md b/access/Concepts/Miscellaneous/the-disk-for-dropbox-folder-name-is-fullerror-3469.md
index 8b9a2cb5885..262c8126690 100644
--- a/access/Concepts/Miscellaneous/the-disk-for-dropbox-folder-name-is-fullerror-3469.md
+++ b/access/Concepts/Miscellaneous/the-disk-for-dropbox-folder-name-is-fullerror-3469.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
There is not enough space on the dropbox folder's disk drive to complete the operation. Delete unneeded files from the disk to create sufficient space for the operation.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-expression-you-are-trying-to-use-for-the-defaultvalue-property-is-invalid-be.md b/access/Concepts/Miscellaneous/the-expression-you-are-trying-to-use-for-the-defaultvalue-property-is-invalid-be.md
index 4876ac15a34..11fa6a6f156 100644
--- a/access/Concepts/Miscellaneous/the-expression-you-are-trying-to-use-for-the-defaultvalue-property-is-invalid-be.md
+++ b/access/Concepts/Miscellaneous/the-expression-you-are-trying-to-use-for-the-defaultvalue-property-is-invalid-be.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The expression you are trying to use for the **DefaultValue** property is invalid. Set the property to a valid expression.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-fetch-buffer-was-too-small-for-the-amount-of-data-you-requestederror-3640.md b/access/Concepts/Miscellaneous/the-fetch-buffer-was-too-small-for-the-amount-of-data-you-requestederror-3640.md
index d519010a000..d9716081bb4 100644
--- a/access/Concepts/Miscellaneous/the-fetch-buffer-was-too-small-for-the-amount-of-data-you-requestederror-3640.md
+++ b/access/Concepts/Miscellaneous/the-fetch-buffer-was-too-small-for-the-amount-of-data-you-requestederror-3640.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
When performing a **GetRows** or **GetRowsEx** method the fetch buffer was too small to contain the specified rows.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-field-cannot-be-updated-because-another-user-or-process-has-locked-the-corre.md b/access/Concepts/Miscellaneous/the-field-cannot-be-updated-because-another-user-or-process-has-locked-the-corre.md
index 56a7b480709..4465c0bcee2 100644
--- a/access/Concepts/Miscellaneous/the-field-cannot-be-updated-because-another-user-or-process-has-locked-the-corre.md
+++ b/access/Concepts/Miscellaneous/the-field-cannot-be-updated-because-another-user-or-process-has-locked-the-corre.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-field-is-too-small-to-accept-the-amount-of-data-you-attempted-to-add-try-ins.md b/access/Concepts/Miscellaneous/the-field-is-too-small-to-accept-the-amount-of-data-you-attempted-to-add-try-ins.md
index 3700fb566b2..459cbf75fd6 100644
--- a/access/Concepts/Miscellaneous/the-field-is-too-small-to-accept-the-amount-of-data-you-attempted-to-add-try-ins.md
+++ b/access/Concepts/Miscellaneous/the-field-is-too-small-to-accept-the-amount-of-data-you-attempted-to-add-try-ins.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The field into which you tried to insert or paste data is not large enough to hold the data. Try inserting or pasting less data.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-field-name-cannot-contain-a-null-value-because-the-required-property-for-thi.md b/access/Concepts/Miscellaneous/the-field-name-cannot-contain-a-null-value-because-the-required-property-for-thi.md
index 3ffe88467e3..57bd7e96e76 100644
--- a/access/Concepts/Miscellaneous/the-field-name-cannot-contain-a-null-value-because-the-required-property-for-thi.md
+++ b/access/Concepts/Miscellaneous/the-field-name-cannot-contain-a-null-value-because-the-required-property-for-thi.md
@@ -81,9 +81,9 @@ The following table shows the results you can expect when you combine the settin
|Yes|No|Presses ENTER Presses SPACEBAR Enters a zero-length string|(not allowed) (not allowed) (not allowed)|
|Yes|Yes|Presses ENTER Presses SPACEBAR Enters a zero-length string|(not allowed) Zero-length string Zero-length string|
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-file-name-you-provided-is-too-longerror-3549.md b/access/Concepts/Miscellaneous/the-file-name-you-provided-is-too-longerror-3549.md
index 090f1fbff9a..ce29eb49385 100644
--- a/access/Concepts/Miscellaneous/the-file-name-you-provided-is-too-longerror-3549.md
+++ b/access/Concepts/Miscellaneous/the-file-name-you-provided-is-too-longerror-3549.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Use a smaller file name.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-filter-expression-for-the-partial-replica-is-invaliderror-3482.md b/access/Concepts/Miscellaneous/the-filter-expression-for-the-partial-replica-is-invaliderror-3482.md
index 1313b400f29..8a043591cb5 100644
--- a/access/Concepts/Miscellaneous/the-filter-expression-for-the-partial-replica-is-invaliderror-3482.md
+++ b/access/Concepts/Miscellaneous/the-filter-expression-for-the-partial-replica-is-invaliderror-3482.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The **ReplicaFilter** property was set to an invalid string.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-filters-defining-a-partial-replica-are-out-of-synch-with-each-othererror-357.md b/access/Concepts/Miscellaneous/the-filters-defining-a-partial-replica-are-out-of-synch-with-each-othererror-357.md
index 5dae56b70d3..f207e11348c 100644
--- a/access/Concepts/Miscellaneous/the-filters-defining-a-partial-replica-are-out-of-synch-with-each-othererror-357.md
+++ b/access/Concepts/Miscellaneous/the-filters-defining-a-partial-replica-are-out-of-synch-with-each-othererror-357.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have changed the filters in the partial replica since the last time you populated your partial replica. You must repopulate the partial replica by either running the Partial Replica Wizard, or by using the PopulatePartial Method in VBA code.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-fixed-width-specification-name-contains-no-column-widthserror-3443.md b/access/Concepts/Miscellaneous/the-fixed-width-specification-name-contains-no-column-widthserror-3443.md
index 5d07a89407e..d6ae03c060a 100644
--- a/access/Concepts/Miscellaneous/the-fixed-width-specification-name-contains-no-column-widthserror-3443.md
+++ b/access/Concepts/Miscellaneous/the-fixed-width-specification-name-contains-no-column-widthserror-3443.md
@@ -23,9 +23,9 @@ The fixed-width parameter specified in the text file specification for the Text
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-guid-could-not-be-createderror-3553.md b/access/Concepts/Miscellaneous/the-guid-could-not-be-createderror-3553.md
index 4f92253b041..81a7d4017d4 100644
--- a/access/Concepts/Miscellaneous/the-guid-could-not-be-createderror-3553.md
+++ b/access/Concepts/Miscellaneous/the-guid-could-not-be-createderror-3553.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-history-of-design-changes-in-the-replica-does-not-match-the-history-in-the-d.md b/access/Concepts/Miscellaneous/the-history-of-design-changes-in-the-replica-does-not-match-the-history-in-the-d.md
index 547eeeaa01f..0fda96c5938 100644
--- a/access/Concepts/Miscellaneous/the-history-of-design-changes-in-the-replica-does-not-match-the-history-in-the-d.md
+++ b/access/Concepts/Miscellaneous/the-history-of-design-changes-in-the-replica-does-not-match-the-history-in-the-d.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Synchronizer is unable to synchronize the two members of the replica set because the history of design (or schema) changes is different for each replica. The discrepancy in design history might be caused by either the existence of two Design Masters or because the Design Master has been restored from a backup made sometime in the past.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-insert-into-statement-contains-the-following-unknown-field-namefield-namemak.md b/access/Concepts/Miscellaneous/the-insert-into-statement-contains-the-following-unknown-field-namefield-namemak.md
index 4820d678f51..f4f65e97c6a 100644
--- a/access/Concepts/Miscellaneous/the-insert-into-statement-contains-the-following-unknown-field-namefield-namemak.md
+++ b/access/Concepts/Miscellaneous/the-insert-into-statement-contains-the-following-unknown-field-namefield-namemak.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to use an INSERT INTO statement with the specified field name, but that field does not exist in the output table. Make sure you have typed the name correctly, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-keeplocal-property-cannot-be-set-on-a-database-it-can-be-set-only-on-the-obj.md b/access/Concepts/Miscellaneous/the-keeplocal-property-cannot-be-set-on-a-database-it-can-be-set-only-on-the-obj.md
index e2701ef3cc4..d86de66a134 100644
--- a/access/Concepts/Miscellaneous/the-keeplocal-property-cannot-be-set-on-a-database-it-can-be-set-only-on-the-obj.md
+++ b/access/Concepts/Miscellaneous/the-keeplocal-property-cannot-be-set-on-a-database-it-can-be-set-only-on-the-obj.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The **KeepLocal** property is set to "T" for objects in a database that you do not want replicated. You cannot set this property for the entire database.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-language-specific-code-page-was-not-specified-or-could-not-be-founderror-364.md b/access/Concepts/Miscellaneous/the-language-specific-code-page-was-not-specified-or-could-not-be-founderror-364.md
index 04574eed098..9a04a4b7298 100644
--- a/access/Concepts/Miscellaneous/the-language-specific-code-page-was-not-specified-or-could-not-be-founderror-364.md
+++ b/access/Concepts/Miscellaneous/the-language-specific-code-page-was-not-specified-or-could-not-be-founderror-364.md
@@ -19,9 +19,9 @@ You have attempted to open a database that was created with a language that is n
Languages can be added to your system through the Regional settings of the Control Panel.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-level-clause-includes-a-reserved-word-or-argument-that-is-misspelled-or-miss.md b/access/Concepts/Miscellaneous/the-level-clause-includes-a-reserved-word-or-argument-that-is-misspelled-or-miss.md
index 366f15480d5..8253505b7a9 100644
--- a/access/Concepts/Miscellaneous/the-level-clause-includes-a-reserved-word-or-argument-that-is-misspelled-or-miss.md
+++ b/access/Concepts/Miscellaneous/the-level-clause-includes-a-reserved-word-or-argument-that-is-misspelled-or-miss.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-member-of-the-replica-set-you-are-attempting-to-synchronize-is-currently-bei.md b/access/Concepts/Miscellaneous/the-member-of-the-replica-set-you-are-attempting-to-synchronize-is-currently-bei.md
index 8ca63bf87e8..194e75516b7 100644
--- a/access/Concepts/Miscellaneous/the-member-of-the-replica-set-you-are-attempting-to-synchronize-is-currently-bei.md
+++ b/access/Concepts/Miscellaneous/the-member-of-the-replica-set-you-are-attempting-to-synchronize-is-currently-bei.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Design Master or a replica can be involved in only one synchronization at a time. Although you cannot initiate a second synchronization while the member is locked, you can continue using it. Wait a few minutes and try your synchronization again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-a-record-in-the-table-name-with.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-a-record-in-the-table-name-with.md
index a40439d4bca..43c504cca8e 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-a-record-in-the-table-name-with.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-a-record-in-the-table-name-with.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
In a one-to-many relationship, you entered data on the "many" side for which there is no matching record on the "one" side. For example, this error occurs if you join a Customers table and Orders table on a CustomerID field, and then add an order using a CustomerID that does not exist in the Customers table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-the-input-table-or-query-namema.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-the-input-table-or-query-namema.md
index b86ae9685b6..4ab7f8d5c07 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-the-input-table-or-query-namema.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-the-input-table-or-query-namema.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-open-the-file-nameit-is-already-open.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-open-the-file-nameit-is-already-open.md
index 54619a0dbb7..ea9d341b10a 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-open-the-file-nameit-is-already-open.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-open-the-file-nameit-is-already-open.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-execute-the-sql-statement-because.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-execute-the-sql-statement-because.md
index 8aa24623782..2188bda4e1d 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-execute-the-sql-statement-because.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-execute-the-sql-statement-because.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-find-the-object-namemake-sure-the.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-find-the-object-namemake-sure-the.md
index 5be06033cd6..93d7ab9f013 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-find-the-object-namemake-sure-the.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-find-the-object-namemake-sure-the.md
@@ -27,9 +27,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-read-the-system-clock-on-your-com.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-read-the-system-clock-on-your-com.md
index c29d5b7664c..9b80e8b4c4c 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-read-the-system-clock-on-your-com.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-read-the-system-clock-on-your-com.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Microsoft Access database engine uses your computer's system clock for certain internal processes. It tried to read the computer's clock but was not able to. Shut down and restart your computer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-does-not-recognize-name-as-a-valid-field-na.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-does-not-recognize-name-as-a-valid-field-na.md
index 075d4dccb6b..1c52d88f733 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-does-not-recognize-name-as-a-valid-field-na.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-does-not-recognize-name-as-a-valid-field-na.md
@@ -35,9 +35,9 @@ Possible causes with Microsoft Access:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-has-already-been-initializederror-3279.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-has-already-been-initializederror-3279.md
index 31926131abf..69f5a867519 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-has-already-been-initializederror-3279.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-has-already-been-initializederror-3279.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to initialize the Microsoft Access database engine, but it has already been initialized.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-sorting-dlls-could-not-be-loaded-properlyer.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-sorting-dlls-could-not-be-loaded-properlyer.md
index b2ee02a522a..99a7d538b6a 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-sorting-dlls-could-not-be-loaded-properlyer.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-sorting-dlls-could-not-be-loaded-properlyer.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Microsoft Access database engine uses two sorting DLLs for comparisons and indexing, ACEWSTR.DLL and ACEWDAT.DLL. Make sure that those DLLs are in the path used to load DLLs.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-stopped-the-process-because-you-and-another.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-stopped-the-process-because-you-and-another.md
index e8c1034db4c..7cf8f11fe36 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-stopped-the-process-because-you-and-another.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-stopped-the-process-because-you-and-another.md
@@ -20,9 +20,9 @@ This error can occur in a multiuser environment.
Another user has changed the data you are trying to update. This error can occur when multiple users open a table or create a **Recordset** and use optimistic locking. Between the time you used the **Edit** method and the **Update** method, another user changed the same data.
To overwrite the other user's changes with your own, execute the **Update** method again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-jet-database-engine-has-not-been-initializederror-3278.md b/access/Concepts/Miscellaneous/the-microsoft-jet-database-engine-has-not-been-initializederror-3278.md
index 041efcfa6dc..08f08130c4a 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-jet-database-engine-has-not-been-initializederror-3278.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-jet-database-engine-has-not-been-initializederror-3278.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-name-query-cannot-be-used-in-a-check-constraint-clauseerror-3801.md b/access/Concepts/Miscellaneous/the-name-query-cannot-be-used-in-a-check-constraint-clauseerror-3801.md
index 2011f0f69bc..4a8b742f9f4 100644
--- a/access/Concepts/Miscellaneous/the-name-query-cannot-be-used-in-a-check-constraint-clauseerror-3801.md
+++ b/access/Concepts/Miscellaneous/the-name-query-cannot-be-used-in-a-check-constraint-clauseerror-3801.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when using the CREATE TABLE or ALTER TABLE ALTER COLUMN syntax and using the CHECK constraint clause. The error occurs when a CHECK constraint attempts to reference an attached/linked table or a view/procedure/stored query.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-name-selected-for-the-system-object-is-already-in-useerror-3526.md b/access/Concepts/Miscellaneous/the-name-selected-for-the-system-object-is-already-in-useerror-3526.md
index 2f85609f6ba..e8e4f442c66 100644
--- a/access/Concepts/Miscellaneous/the-name-selected-for-the-system-object-is-already-in-useerror-3526.md
+++ b/access/Concepts/Miscellaneous/the-name-selected-for-the-system-object-is-already-in-useerror-3526.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-number-of-aliases-specified-shall-be-the-same-as-number-of-output-columns-er.md b/access/Concepts/Miscellaneous/the-number-of-aliases-specified-shall-be-the-same-as-number-of-output-columns-er.md
index 156fa5c8240..c429d3b87f0 100644
--- a/access/Concepts/Miscellaneous/the-number-of-aliases-specified-shall-be-the-same-as-number-of-output-columns-er.md
+++ b/access/Concepts/Miscellaneous/the-number-of-aliases-specified-shall-be-the-same-as-number-of-output-columns-er.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when trying to create a view through SQL DDL. The error occurs when a different number of correlation names or aliases are defined from what is in the SELECT statement. For example, the following syntax would generate this error: CREATE VIEW foo (col1, col2) AS SELECT col1 FROM table1.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-number-of-columns-in-the-two-selected-tables-or-queries-of-a-union-query-do.md b/access/Concepts/Miscellaneous/the-number-of-columns-in-the-two-selected-tables-or-queries-of-a-union-query-do.md
index 6abf25f49de..5b79ddacd71 100644
--- a/access/Concepts/Miscellaneous/the-number-of-columns-in-the-two-selected-tables-or-queries-of-a-union-query-do.md
+++ b/access/Concepts/Miscellaneous/the-number-of-columns-in-the-two-selected-tables-or-queries-of-a-union-query-do.md
@@ -29,9 +29,9 @@ UNION SELECT Country, NULL, NULL FROM Regions;
```
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-object-cannot-be-replicated-because-the-database-is-not-replicatederror-3485.md b/access/Concepts/Miscellaneous/the-object-cannot-be-replicated-because-the-database-is-not-replicatederror-3485.md
index 34d47225bf9..ffba9b7b5e6 100644
--- a/access/Concepts/Miscellaneous/the-object-cannot-be-replicated-because-the-database-is-not-replicatederror-3485.md
+++ b/access/Concepts/Miscellaneous/the-object-cannot-be-replicated-because-the-database-is-not-replicatederror-3485.md
@@ -30,9 +30,9 @@ You cannot replicate an object in a database unless you first replicate the data
All objects in the database are replicated when the database is replicated, unless the **KeepLocal** property has been set on an object.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-object-is-not-a-stored-procedureerror-3749.md b/access/Concepts/Miscellaneous/the-object-is-not-a-stored-procedureerror-3749.md
index d4f4ff36677..6912d93d9c0 100644
--- a/access/Concepts/Miscellaneous/the-object-is-not-a-stored-procedureerror-3749.md
+++ b/access/Concepts/Miscellaneous/the-object-is-not-a-stored-procedureerror-3749.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when using the EXECUTE keyword and either passing a name of a procedure or view that does not exist in the database or passing the name of a base table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-object-specified-cannot-be-replicated-because-it-is-missing-a-necessary-reso.md b/access/Concepts/Miscellaneous/the-object-specified-cannot-be-replicated-because-it-is-missing-a-necessary-reso.md
index 9d2b24de080..72bd62d5027 100644
--- a/access/Concepts/Miscellaneous/the-object-specified-cannot-be-replicated-because-it-is-missing-a-necessary-reso.md
+++ b/access/Concepts/Miscellaneous/the-object-specified-cannot-be-replicated-because-it-is-missing-a-necessary-reso.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-operation-failed-there-are-too-many-indexes-on-table-namedelete-some-of-the.md b/access/Concepts/Miscellaneous/the-operation-failed-there-are-too-many-indexes-on-table-namedelete-some-of-the.md
index 23c747489b1..1bf1dff1f06 100644
--- a/access/Concepts/Miscellaneous/the-operation-failed-there-are-too-many-indexes-on-table-namedelete-some-of-the.md
+++ b/access/Concepts/Miscellaneous/the-operation-failed-there-are-too-many-indexes-on-table-namedelete-some-of-the.md
@@ -19,9 +19,9 @@ A table in a Microsoft Access database engine database can have no more than 32
Delete one or more indexes from the named table and try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-operation-you-attempted-conflicts-with-an-existing-operation-involving-this.md b/access/Concepts/Miscellaneous/the-operation-you-attempted-conflicts-with-an-existing-operation-involving-this.md
index 47e3995002e..ff9621b8605 100644
--- a/access/Concepts/Miscellaneous/the-operation-you-attempted-conflicts-with-an-existing-operation-involving-this.md
+++ b/access/Concepts/Miscellaneous/the-operation-you-attempted-conflicts-with-an-existing-operation-involving-this.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Another user or application is already performing the same operation on this member of the replica set. Retry your action later.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-order-by-expression-expression-includes-fields-that-are-not-selected-by-the.md b/access/Concepts/Miscellaneous/the-order-by-expression-expression-includes-fields-that-are-not-selected-by-the.md
index 994b6bcddd7..42918037b8a 100644
--- a/access/Concepts/Miscellaneous/the-order-by-expression-expression-includes-fields-that-are-not-selected-by-the.md
+++ b/access/Concepts/Miscellaneous/the-order-by-expression-expression-includes-fields-that-are-not-selected-by-the.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
In a union query, you have included fields in an ORDER BY expression that are not specified by the query. Only those fields requested in the first query can be included in an ORDER BY expression.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-partial-filter-expression-contains-an-unknown-functionerror-3589.md b/access/Concepts/Miscellaneous/the-partial-filter-expression-contains-an-unknown-functionerror-3589.md
index 58bdb129319..13410899bd8 100644
--- a/access/Concepts/Miscellaneous/the-partial-filter-expression-contains-an-unknown-functionerror-3589.md
+++ b/access/Concepts/Miscellaneous/the-partial-filter-expression-contains-an-unknown-functionerror-3589.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Make sure you are using the correct name of the function. Also, not all functions are valid in filter expressions.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-password-supplied-for-the-dropbox-folder-name-is-invaliderror-3483.md b/access/Concepts/Miscellaneous/the-password-supplied-for-the-dropbox-folder-name-is-invaliderror-3483.md
index c05fc937f00..8ce08324726 100644
--- a/access/Concepts/Miscellaneous/the-password-supplied-for-the-dropbox-folder-name-is-invaliderror-3483.md
+++ b/access/Concepts/Miscellaneous/the-password-supplied-for-the-dropbox-folder-name-is-invaliderror-3483.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
To specify the password, start the Replication Manager.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-password-used-by-the-synchronizer-to-write-to-a-destination-dropbox-folder-i.md b/access/Concepts/Miscellaneous/the-password-used-by-the-synchronizer-to-write-to-a-destination-dropbox-folder-i.md
index 1cd11ad11b3..5f692df378b 100644
--- a/access/Concepts/Miscellaneous/the-password-used-by-the-synchronizer-to-write-to-a-destination-dropbox-folder-i.md
+++ b/access/Concepts/Miscellaneous/the-password-used-by-the-synchronizer-to-write-to-a-destination-dropbox-folder-i.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-query-cannot-be-used-as-a-row-sourceerror-3323.md b/access/Concepts/Miscellaneous/the-query-cannot-be-used-as-a-row-sourceerror-3323.md
index 67026129248..9a45f8e357e 100644
--- a/access/Concepts/Miscellaneous/the-query-cannot-be-used-as-a-row-sourceerror-3323.md
+++ b/access/Concepts/Miscellaneous/the-query-cannot-be-used-as-a-row-sourceerror-3323.md
@@ -19,9 +19,9 @@ Possible causes:
The query being used as a record source is an action query or a data-definition query.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-query-is-a-ddl-query-and-cannot-be-used-as-a-row-sourceerror-3324.md b/access/Concepts/Miscellaneous/the-query-is-a-ddl-query-and-cannot-be-used-as-a-row-sourceerror-3324.md
index 437ff98418d..52b92efccbf 100644
--- a/access/Concepts/Miscellaneous/the-query-is-a-ddl-query-and-cannot-be-used-as-a-row-sourceerror-3324.md
+++ b/access/Concepts/Miscellaneous/the-query-is-a-ddl-query-and-cannot-be-used-as-a-row-sourceerror-3324.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to run an action query or data-definition query without using the **Execute** method.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-record-cannot-be-deleted-or-changed-because-table-name-includes-related-reco.md b/access/Concepts/Miscellaneous/the-record-cannot-be-deleted-or-changed-because-table-name-includes-related-reco.md
index c56bc604f6d..3686450afd2 100644
--- a/access/Concepts/Miscellaneous/the-record-cannot-be-deleted-or-changed-because-table-name-includes-related-reco.md
+++ b/access/Concepts/Miscellaneous/the-record-cannot-be-deleted-or-changed-because-table-name-includes-related-reco.md
@@ -19,9 +19,9 @@ You tried to perform an operation that would have violated referential integrity
If you want to delete or change the record, first delete the related records from the "many" table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-recordset-object-open-method.md b/access/Concepts/Miscellaneous/the-recordset-object-open-method.md
index a66bb6975a5..89402f3a460 100644
--- a/access/Concepts/Miscellaneous/the-recordset-object-open-method.md
+++ b/access/Concepts/Miscellaneous/the-recordset-object-open-method.md
@@ -180,9 +180,9 @@ ErrHandler:
For more information, see NextRecordset.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-relationship-name-in-the-partial-filter-expression-is-invaliderror-3480.md b/access/Concepts/Miscellaneous/the-relationship-name-in-the-partial-filter-expression-is-invaliderror-3480.md
index 081f01c5d93..590daa9f24c 100644
--- a/access/Concepts/Miscellaneous/the-relationship-name-in-the-partial-filter-expression-is-invaliderror-3480.md
+++ b/access/Concepts/Miscellaneous/the-relationship-name-in-the-partial-filter-expression-is-invaliderror-3480.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Specify a valid relationship.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-replica-is-not-a-partial-replicaerror-3478.md b/access/Concepts/Miscellaneous/the-replica-is-not-a-partial-replicaerror-3478.md
index cfaf4101ec0..2f242edb55e 100644
--- a/access/Concepts/Miscellaneous/the-replica-is-not-a-partial-replicaerror-3478.md
+++ b/access/Concepts/Miscellaneous/the-replica-is-not-a-partial-replicaerror-3478.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are attempting to get information about the filter or some other aspect of a partial replica. However, the replica you are querying is not a partial replica. Use the Replication Manager to view the replica's property sheet and confirm that the replica is not a partial replica.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-replica-name-or-id-does-not-match-a-currently-managed-member-of-the-replica.md b/access/Concepts/Miscellaneous/the-replica-name-or-id-does-not-match-a-currently-managed-member-of-the-replica.md
index 39c6cf44c0d..99a9d42fa75 100644
--- a/access/Concepts/Miscellaneous/the-replica-name-or-id-does-not-match-a-currently-managed-member-of-the-replica.md
+++ b/access/Concepts/Miscellaneous/the-replica-name-or-id-does-not-match-a-currently-managed-member-of-the-replica.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-replicaid-for-this-member-of-the-replica-set-was-reassigned-during-a-move-or.md b/access/Concepts/Miscellaneous/the-replicaid-for-this-member-of-the-replica-set-was-reassigned-during-a-move-or.md
index 8faad97a0ed..7a56b4a8812 100644
--- a/access/Concepts/Miscellaneous/the-replicaid-for-this-member-of-the-replica-set-was-reassigned-during-a-move-or.md
+++ b/access/Concepts/Miscellaneous/the-replicaid-for-this-member-of-the-replica-set-was-reassigned-during-a-move-or.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-delete-is-read-only-and-cannot-be.md b/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-delete-is-read-only-and-cannot-be.md
index e9f3746ccf6..c7bd2ea7e16 100644
--- a/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-delete-is-read-only-and-cannot-be.md
+++ b/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-delete-is-read-only-and-cannot-be.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Check to be sure you are deleting the correct property.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-set-or-delete-is-read-only-and-ca.md b/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-set-or-delete-is-read-only-and-ca.md
index 17d63554384..81b6cf60b6c 100644
--- a/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-set-or-delete-is-read-only-and-ca.md
+++ b/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-set-or-delete-is-read-only-and-ca.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Many properties related to replication are for internal use only or are available to the developer on a read-only basis. Review your program code to make sure you are reading rather than changing the property.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-search-key-was-not-found-in-any-recorderror-3709.md b/access/Concepts/Miscellaneous/the-search-key-was-not-found-in-any-recorderror-3709.md
index 8552d8c8f14..470e971a78d 100644
--- a/access/Concepts/Miscellaneous/the-search-key-was-not-found-in-any-recorderror-3709.md
+++ b/access/Concepts/Miscellaneous/the-search-key-was-not-found-in-any-recorderror-3709.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when an ISAM SEEK is being executed and there are no matching values in the index.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-select-statement-includes-a-reserved-word-or-an-argument-name-that-is-misspe.md b/access/Concepts/Miscellaneous/the-select-statement-includes-a-reserved-word-or-an-argument-name-that-is-misspe.md
index e0244703c56..e242654a907 100644
--- a/access/Concepts/Miscellaneous/the-select-statement-includes-a-reserved-word-or-an-argument-name-that-is-misspe.md
+++ b/access/Concepts/Miscellaneous/the-select-statement-includes-a-reserved-word-or-an-argument-name-that-is-misspe.md
@@ -26,9 +26,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-server-s-msysconf-table-exists-but-is-in-an-incorrect-format-contact-your-sy.md b/access/Concepts/Miscellaneous/the-server-s-msysconf-table-exists-but-is-in-an-incorrect-format-contact-your-sy.md
index c94edeee9da..f9da971cd36 100644
--- a/access/Concepts/Miscellaneous/the-server-s-msysconf-table-exists-but-is-in-an-incorrect-format-contact-your-sy.md
+++ b/access/Concepts/Miscellaneous/the-server-s-msysconf-table-exists-but-is-in-an-incorrect-format-contact-your-sy.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The MSysConf table created on the server to help control communications between the Microsoft Access database engine and the linked ODBC data source requires a very specific format.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-size-of-a-field-is-too-longerror-3017.md b/access/Concepts/Miscellaneous/the-size-of-a-field-is-too-longerror-3017.md
index b771d9395d7..40951489184 100644
--- a/access/Concepts/Miscellaneous/the-size-of-a-field-is-too-longerror-3017.md
+++ b/access/Concepts/Miscellaneous/the-size-of-a-field-is-too-longerror-3017.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-size-of-the-registry-parameter-exceeds-the-maximum-allowederror-3552.md b/access/Concepts/Miscellaneous/the-size-of-the-registry-parameter-exceeds-the-maximum-allowederror-3552.md
index 12afd51c725..f371409a395 100644
--- a/access/Concepts/Miscellaneous/the-size-of-the-registry-parameter-exceeds-the-maximum-allowederror-3552.md
+++ b/access/Concepts/Miscellaneous/the-size-of-the-registry-parameter-exceeds-the-maximum-allowederror-3552.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Each parameter in the Microsoft Windows Registry has a maximum size. The setting you attempted to use exceeded the allowed maximum. Check the size limitation for the parameter you are setting.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-specified-field-field-could-refer-to-more-than-one-table-listed-in-the-from.md b/access/Concepts/Miscellaneous/the-specified-field-field-could-refer-to-more-than-one-table-listed-in-the-from.md
index 93b70df3fa9..af2380669c7 100644
--- a/access/Concepts/Miscellaneous/the-specified-field-field-could-refer-to-more-than-one-table-listed-in-the-from.md
+++ b/access/Concepts/Miscellaneous/the-specified-field-field-could-refer-to-more-than-one-table-listed-in-the-from.md
@@ -35,9 +35,9 @@ FROM Orders, [Order Details];
```
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-specified-fields-are-not-uniquely-indexed-in-table-nameerror-3374.md b/access/Concepts/Miscellaneous/the-specified-fields-are-not-uniquely-indexed-in-table-nameerror-3374.md
index 7d84c946953..8734e46caa8 100644
--- a/access/Concepts/Miscellaneous/the-specified-fields-are-not-uniquely-indexed-in-table-nameerror-3374.md
+++ b/access/Concepts/Miscellaneous/the-specified-fields-are-not-uniquely-indexed-in-table-nameerror-3374.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The specified fields in the referenced table of a CONSTRAINT clause are not uniquely indexed.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-specified-row-length-is-shorter-than-the-sum-of-the-column-lengthserror-3646.md b/access/Concepts/Miscellaneous/the-specified-row-length-is-shorter-than-the-sum-of-the-column-lengthserror-3646.md
index bfbd34fbae0..45d94b4badf 100644
--- a/access/Concepts/Miscellaneous/the-specified-row-length-is-shorter-than-the-sum-of-the-column-lengthserror-3646.md
+++ b/access/Concepts/Miscellaneous/the-specified-row-length-is-shorter-than-the-sum-of-the-column-lengthserror-3646.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The row length parameter did not specify enough space for the column binding.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-sql-statement-could-not-be-executed-because-it-contains-ambiguous-outer-join.md b/access/Concepts/Miscellaneous/the-sql-statement-could-not-be-executed-because-it-contains-ambiguous-outer-join.md
index d285c939ce0..e43a9df0003 100644
--- a/access/Concepts/Miscellaneous/the-sql-statement-could-not-be-executed-because-it-contains-ambiguous-outer-join.md
+++ b/access/Concepts/Miscellaneous/the-sql-statement-could-not-be-executed-because-it-contains-ambiguous-outer-join.md
@@ -51,9 +51,9 @@ ON Customers.CustomerID = Orders.CustomerID;
```
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-synchronization-failed-because-a-design-change-could-not-be-applied-to-one-o.md b/access/Concepts/Miscellaneous/the-synchronization-failed-because-a-design-change-could-not-be-applied-to-one-o.md
index b590c6bb397..373126ea4c9 100644
--- a/access/Concepts/Miscellaneous/the-synchronization-failed-because-a-design-change-could-not-be-applied-to-one-o.md
+++ b/access/Concepts/Miscellaneous/the-synchronization-failed-because-a-design-change-could-not-be-applied-to-one-o.md
@@ -26,9 +26,9 @@ The Microsoft Access database engine attempted to update the database design at
For additional information regarding the synchronization failure, look in the MSysSchemaProb table, either at the Design Master or the replica that was the target of the synchronization.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-id-does-not-match-an-existing-id-in-the-msystranspaddress-table.md b/access/Concepts/Miscellaneous/the-synchronizer-id-does-not-match-an-existing-id-in-the-msystranspaddress-table.md
index 9b0b78c7b23..6009ce6cfbc 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-id-does-not-match-an-existing-id-in-the-msystranspaddress-table.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-id-does-not-match-an-existing-id-in-the-msystranspaddress-table.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-is-already-serving-a-clienterror-3530.md b/access/Concepts/Miscellaneous/the-synchronizer-is-already-serving-a-clienterror-3530.md
index fea692d8bf1..a23716345b1 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-is-already-serving-a-clienterror-3530.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-is-already-serving-a-clienterror-3530.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are attempting to start a second client of the Synchronizer, but the Synchronizer can have only one client at a time. Identify the application or user that is already using the Synchronizer and close the application.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-is-unable-to-open-the-synchronizer-logerror-3506.md b/access/Concepts/Miscellaneous/the-synchronizer-is-unable-to-open-the-synchronizer-logerror-3506.md
index 98d867e00c9..4431202b620 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-is-unable-to-open-the-synchronizer-logerror-3506.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-is-unable-to-open-the-synchronizer-logerror-3506.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-could-not-find-the-system-objecterror-35.md b/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-could-not-find-the-system-objecterror-35.md
index 10e4c7c4fe1..61623d379a0 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-could-not-find-the-system-objecterror-35.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-could-not-find-the-system-objecterror-35.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-found-unread-data-in-the-shared-memory-t.md b/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-found-unread-data-in-the-shared-memory-t.md
index 6b0c0784503..da01144b505 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-found-unread-data-in-the-shared-memory-t.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-found-unread-data-in-the-shared-memory-t.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-s-client-is-no-longer-present-and-cannot-be-notifiederror-3537.md b/access/Concepts/Miscellaneous/the-synchronizer-s-client-is-no-longer-present-and-cannot-be-notifiederror-3537.md
index fc74ef94b7f..1b6413c368b 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-s-client-is-no-longer-present-and-cannot-be-notifiederror-3537.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-s-client-is-no-longer-present-and-cannot-be-notifiederror-3537.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-s-registry-has-no-value-set-for-the-key-you-queriederror-3503.md b/access/Concepts/Miscellaneous/the-synchronizer-s-registry-has-no-value-set-for-the-key-you-queriederror-3503.md
index aa6b41a205f..71c1174fdad 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-s-registry-has-no-value-set-for-the-key-you-queriederror-3503.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-s-registry-has-no-value-set-for-the-key-you-queriederror-3503.md
@@ -28,9 +28,9 @@ You need to reconfigure the Synchronizer on your computer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-system-object-used-by-a-process-still-exists-after-the-process-has-stoppeder.md b/access/Concepts/Miscellaneous/the-system-object-used-by-a-process-still-exists-after-the-process-has-stoppeder.md
index 772f1fbf960..87a41865187 100644
--- a/access/Concepts/Miscellaneous/the-system-object-used-by-a-process-still-exists-after-the-process-has-stoppeder.md
+++ b/access/Concepts/Miscellaneous/the-system-object-used-by-a-process-still-exists-after-the-process-has-stoppeder.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-system-tables-in-your-replica-are-no-longer-reliable-and-the-replica-should.md b/access/Concepts/Miscellaneous/the-system-tables-in-your-replica-are-no-longer-reliable-and-the-replica-should.md
index 00c0bd287de..deb413ca509 100644
--- a/access/Concepts/Miscellaneous/the-system-tables-in-your-replica-are-no-longer-reliable-and-the-replica-should.md
+++ b/access/Concepts/Miscellaneous/the-system-tables-in-your-replica-are-no-longer-reliable-and-the-replica-should.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The replica on your computer is corrupted. When the Microsoft Access database engine repaired the replica, it may have altered one or more system tables. Delete the replica and replace it with a new replica.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-table-name-is-already-opened-exclusively-by-another-user-or-it-is-already-op.md b/access/Concepts/Miscellaneous/the-table-name-is-already-opened-exclusively-by-another-user-or-it-is-already-op.md
index 821089cbd6d..e53970b06a0 100644
--- a/access/Concepts/Miscellaneous/the-table-name-is-already-opened-exclusively-by-another-user-or-it-is-already-op.md
+++ b/access/Concepts/Miscellaneous/the-table-name-is-already-opened-exclusively-by-another-user-or-it-is-already-op.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to use a table that is currently open for exclusive access by another user, or you tried to programmatically manipulate a table that is open through the user interface. Address the appropriate condition, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-table-name-name-in-the-partial-filter-expression-is-invaliderror-3481.md b/access/Concepts/Miscellaneous/the-table-name-name-in-the-partial-filter-expression-is-invaliderror-3481.md
index 92c5bf804b9..c1d36a23368 100644
--- a/access/Concepts/Miscellaneous/the-table-name-name-in-the-partial-filter-expression-is-invaliderror-3481.md
+++ b/access/Concepts/Miscellaneous/the-table-name-name-in-the-partial-filter-expression-is-invaliderror-3481.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Make sure you are using the correct table name in the expression.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-text-file-specification-name-does-not-exist-you-cannot-import-export-or-link.md b/access/Concepts/Miscellaneous/the-text-file-specification-name-does-not-exist-you-cannot-import-export-or-link.md
index fd6db7c6083..bd7b38fb22c 100644
--- a/access/Concepts/Miscellaneous/the-text-file-specification-name-does-not-exist-you-cannot-import-export-or-link.md
+++ b/access/Concepts/Miscellaneous/the-text-file-specification-name-does-not-exist-you-cannot-import-export-or-link.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Microsoft Access tried to import/export/link to a text file using a specification table name that does not exist in the MSysIMEXSpecs table of the database. Re-create the link using a valid specification table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-are-both-de.md b/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-are-both-de.md
index 055a9a39bf4..c0d0d976a6f 100644
--- a/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-are-both-de.md
+++ b/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-are-both-de.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Delete one of the Design Masters.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-have-the-sa.md b/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-have-the-sa.md
index 64138939bc6..c459d6429f8 100644
--- a/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-have-the-sa.md
+++ b/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-have-the-sa.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Synchronize with a different target member of the replica set.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-two-replicas-you-are-attempting-to-synchronize-are-from-different-replica-se.md b/access/Concepts/Miscellaneous/the-two-replicas-you-are-attempting-to-synchronize-are-from-different-replica-se.md
index 1abac9cb7dd..bd6c799350b 100644
--- a/access/Concepts/Miscellaneous/the-two-replicas-you-are-attempting-to-synchronize-are-from-different-replica-se.md
+++ b/access/Concepts/Miscellaneous/the-two-replicas-you-are-attempting-to-synchronize-are-from-different-replica-se.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Replicas from different replica sets cannot be synchronized. Make sure you have selected the proper replica for synchronization.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-type-of-synchronization-you-are-attempting-is-not-validerror-3546.md b/access/Concepts/Miscellaneous/the-type-of-synchronization-you-are-attempting-is-not-validerror-3546.md
index 1b3589784bf..961f3c7c1df 100644
--- a/access/Concepts/Miscellaneous/the-type-of-synchronization-you-are-attempting-is-not-validerror-3546.md
+++ b/access/Concepts/Miscellaneous/the-type-of-synchronization-you-are-attempting-is-not-validerror-3546.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The requested synchronization cannot be performed because of an invalid _exchange_ option in the **Synchronize** method. Use a valid synchronization type in your program.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-value-specified-is-not-a-replicaid-for-any-member-in-the-replica-seterror-34.md b/access/Concepts/Miscellaneous/the-value-specified-is-not-a-replicaid-for-any-member-in-the-replica-seterror-34.md
index b61ffb8f859..a8fd5dd0108 100644
--- a/access/Concepts/Miscellaneous/the-value-specified-is-not-a-replicaid-for-any-member-in-the-replica-seterror-34.md
+++ b/access/Concepts/Miscellaneous/the-value-specified-is-not-a-replicaid-for-any-member-in-the-replica-seterror-34.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-vba-file-failed-to-initialize-when-called-try-reinstalling-the-application-t.md b/access/Concepts/Miscellaneous/the-vba-file-failed-to-initialize-when-called-try-reinstalling-the-application-t.md
index 1eb8c48c709..e826d8ad2c3 100644
--- a/access/Concepts/Miscellaneous/the-vba-file-failed-to-initialize-when-called-try-reinstalling-the-application-t.md
+++ b/access/Concepts/Miscellaneous/the-vba-file-failed-to-initialize-when-called-try-reinstalling-the-application-t.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Microsoft Access database engine VBA file did not initialize when it was called. Try reinstalling the application that returned the error.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-vba-file-is-missing-try-reinstalling-the-application-that-returned-the-error.md b/access/Concepts/Miscellaneous/the-vba-file-is-missing-try-reinstalling-the-application-that-returned-the-error.md
index 2cc38f1c865..cc0410c7b1c 100644
--- a/access/Concepts/Miscellaneous/the-vba-file-is-missing-try-reinstalling-the-application-that-returned-the-error.md
+++ b/access/Concepts/Miscellaneous/the-vba-file-is-missing-try-reinstalling-the-application-that-returned-the-error.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Microsoft Access database engine VBA file could not be found.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-wait-period-for-an-event-has-timed-outerror-3531.md b/access/Concepts/Miscellaneous/the-wait-period-for-an-event-has-timed-outerror-3531.md
index d7f45d5ec9b..f0829713f08 100644
--- a/access/Concepts/Miscellaneous/the-wait-period-for-an-event-has-timed-outerror-3531.md
+++ b/access/Concepts/Miscellaneous/the-wait-period-for-an-event-has-timed-outerror-3531.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-width-of-a-unicode-text-column-must-be-an-even-number-of-byteserror-3702.md b/access/Concepts/Miscellaneous/the-width-of-a-unicode-text-column-must-be-an-even-number-of-byteserror-3702.md
index 8f6416373f0..868400c0eaa 100644
--- a/access/Concepts/Miscellaneous/the-width-of-a-unicode-text-column-must-be-an-even-number-of-byteserror-3702.md
+++ b/access/Concepts/Miscellaneous/the-width-of-a-unicode-text-column-must-be-an-even-number-of-byteserror-3702.md
@@ -25,9 +25,9 @@ The database stores data using the Unicode character set, in which each characte
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-are-fewer-records-remaining-in-the-recordset-than-you-requestederror-3641.md b/access/Concepts/Miscellaneous/there-are-fewer-records-remaining-in-the-recordset-than-you-requestederror-3641.md
index b6971b077a2..b73f1c63155 100644
--- a/access/Concepts/Miscellaneous/there-are-fewer-records-remaining-in-the-recordset-than-you-requestederror-3641.md
+++ b/access/Concepts/Miscellaneous/there-are-fewer-records-remaining-in-the-recordset-than-you-requestederror-3641.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The end of the **Recordset** has been reached.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-are-no-mapi-clients-installed-on-this-machine-install-a-mapi-client-such-a.md b/access/Concepts/Miscellaneous/there-are-no-mapi-clients-installed-on-this-machine-install-a-mapi-client-such-a.md
index 2a514afa5d0..9163575de16 100644
--- a/access/Concepts/Miscellaneous/there-are-no-mapi-clients-installed-on-this-machine-install-a-mapi-client-such-a.md
+++ b/access/Concepts/Miscellaneous/there-are-no-mapi-clients-installed-on-this-machine-install-a-mapi-client-such-a.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Microsoft Outlook/Exchange IISAM uses the Messaging API (MAPI) to obtain folder or address book information. To get MAPI onto your machine you must install one of the Microsoft e-mail clients that uses MAPI, such as Outlook Client, Outlook Express, or Exchange Client. Until you do this, the Outlook/Exchange IISAM cannot work.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-are-no-scheduled-synchronizations-between-the-two-synchronizerserror-3495.md b/access/Concepts/Miscellaneous/there-are-no-scheduled-synchronizations-between-the-two-synchronizerserror-3495.md
index 0c8376921cc..cc444b6376e 100644
--- a/access/Concepts/Miscellaneous/there-are-no-scheduled-synchronizations-between-the-two-synchronizerserror-3495.md
+++ b/access/Concepts/Miscellaneous/there-are-no-scheduled-synchronizations-between-the-two-synchronizerserror-3495.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The schedule between two Synchronizers has been deleted or you are attempting to set a schedule between the Synchronizer on your computer and itself. Use the Replication Manager to set the schedule with the correct Synchronizer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-are-several-tables-with-that-name-please-specify-owner-in-the-format-owner.md b/access/Concepts/Miscellaneous/there-are-several-tables-with-that-name-please-specify-owner-in-the-format-owner.md
index f5ed9028ee7..9f27131d95b 100644
--- a/access/Concepts/Miscellaneous/there-are-several-tables-with-that-name-please-specify-owner-in-the-format-owner.md
+++ b/access/Concepts/Miscellaneous/there-are-several-tables-with-that-name-please-specify-owner-in-the-format-owner.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
More than one table with that name exists in the remote ODBC data source. To resolve the ambiguity, specify the owner of the table you want to access, using the _owner.table_ syntax.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-is-a-sharing-violation-in-the-source-dropbox-folder-because-the-message-da.md b/access/Concepts/Miscellaneous/there-is-a-sharing-violation-in-the-source-dropbox-folder-because-the-message-da.md
index 8e856332e23..329449e6700 100644
--- a/access/Concepts/Miscellaneous/there-is-a-sharing-violation-in-the-source-dropbox-folder-because-the-message-da.md
+++ b/access/Concepts/Miscellaneous/there-is-a-sharing-violation-in-the-source-dropbox-folder-because-the-message-da.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Close the message database. Users must not open the message database directly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-is-already-a-relationship-named-name-in-the-current-databaseerror-3378.md b/access/Concepts/Miscellaneous/there-is-already-a-relationship-named-name-in-the-current-databaseerror-3378.md
index 68042a37925..982fad42f8d 100644
--- a/access/Concepts/Miscellaneous/there-is-already-a-relationship-named-name-in-the-current-databaseerror-3378.md
+++ b/access/Concepts/Miscellaneous/there-is-already-a-relationship-named-name-in-the-current-databaseerror-3378.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You must specify a unique name for each relationship you add to a database by using data-definition queries. Check to see if the name you specified exists in the **Relations** collection.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-is-no-active-transport-for-the-synchronizererror-3508.md b/access/Concepts/Miscellaneous/there-is-no-active-transport-for-the-synchronizererror-3508.md
index ec0e37d018a..7f994f9b9ef 100644
--- a/access/Concepts/Miscellaneous/there-is-no-active-transport-for-the-synchronizererror-3508.md
+++ b/access/Concepts/Miscellaneous/there-is-no-active-transport-for-the-synchronizererror-3508.md
@@ -28,9 +28,9 @@ You must reconfigure the Replication Manager.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-is-no-field-named-name-in-table-nameerror-3381.md b/access/Concepts/Miscellaneous/there-is-no-field-named-name-in-table-nameerror-3381.md
index 22d74290ec7..80928c803e9 100644
--- a/access/Concepts/Miscellaneous/there-is-no-field-named-name-in-table-nameerror-3381.md
+++ b/access/Concepts/Miscellaneous/there-is-no-field-named-name-in-table-nameerror-3381.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The specified table does not contain the specified field. Check the spelling of the field name. You should also check to see if the field name exists in the **Fields** collection.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-is-no-index-on-the-guid-columnerror-3550.md b/access/Concepts/Miscellaneous/there-is-no-index-on-the-guid-columnerror-3550.md
index b078c4843f7..7fba96c5efc 100644
--- a/access/Concepts/Miscellaneous/there-is-no-index-on-the-guid-columnerror-3550.md
+++ b/access/Concepts/Miscellaneous/there-is-no-index-on-the-guid-columnerror-3550.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-is-no-new-data-in-shared-memory-for-the-synchronizer-or-replication-manage.md b/access/Concepts/Miscellaneous/there-is-no-new-data-in-shared-memory-for-the-synchronizer-or-replication-manage.md
index 2123a7a1ad2..7fece1bff2f 100644
--- a/access/Concepts/Miscellaneous/there-is-no-new-data-in-shared-memory-for-the-synchronizer-or-replication-manage.md
+++ b/access/Concepts/Miscellaneous/there-is-no-new-data-in-shared-memory-for-the-synchronizer-or-replication-manage.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/there-is-no-suitable-replica-to-exchange-witherror-3684.md b/access/Concepts/Miscellaneous/there-is-no-suitable-replica-to-exchange-witherror-3684.md
index b2efc5f72fb..d5ca5019208 100644
--- a/access/Concepts/Miscellaneous/there-is-no-suitable-replica-to-exchange-witherror-3684.md
+++ b/access/Concepts/Miscellaneous/there-is-no-suitable-replica-to-exchange-witherror-3684.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
There are no suitable replicas to synchronize with the HTTP address supplied.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-expression-is-typed-incorrectly-or-it-is-too-complex-to-be-evaluated-for-ex.md b/access/Concepts/Miscellaneous/this-expression-is-typed-incorrectly-or-it-is-too-complex-to-be-evaluated-for-ex.md
index 85f56b08f55..1343b330227 100644
--- a/access/Concepts/Miscellaneous/this-expression-is-typed-incorrectly-or-it-is-too-complex-to-be-evaluated-for-ex.md
+++ b/access/Concepts/Miscellaneous/this-expression-is-typed-incorrectly-or-it-is-too-complex-to-be-evaluated-for-ex.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-is-not-a-microsoft-excel-5-0-fileerror-3431.md b/access/Concepts/Miscellaneous/this-is-not-a-microsoft-excel-5-0-fileerror-3431.md
index 56fe6db1fff..4ed9ce5b913 100644
--- a/access/Concepts/Miscellaneous/this-is-not-a-microsoft-excel-5-0-fileerror-3431.md
+++ b/access/Concepts/Miscellaneous/this-is-not-a-microsoft-excel-5-0-fileerror-3431.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to read a file as a Microsoft Excel version 5.0 file, but the file is not in this format.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-is-not-a-valid-name-make-sure-it-is-a-valid-parameter-or-alias-name-that-it.md b/access/Concepts/Miscellaneous/this-is-not-a-valid-name-make-sure-it-is-a-valid-parameter-or-alias-name-that-it.md
index c416a94d883..565ac272e16 100644
--- a/access/Concepts/Miscellaneous/this-is-not-a-valid-name-make-sure-it-is-a-valid-parameter-or-alias-name-that-it.md
+++ b/access/Concepts/Miscellaneous/this-is-not-a-valid-name-make-sure-it-is-a-valid-parameter-or-alias-name-that-it.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The specified name does not follow standard naming conventions or is not a valid parameter or alias name. Check your entry to make sure you have not included invalid characters or punctuation and that the name is not too long.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-member-of-the-replica-set-has-been-logically-removed-from-the-set-and-is-no.md b/access/Concepts/Miscellaneous/this-member-of-the-replica-set-has-been-logically-removed-from-the-set-and-is-no.md
index 03d57a9d73b..48d2fe771b1 100644
--- a/access/Concepts/Miscellaneous/this-member-of-the-replica-set-has-been-logically-removed-from-the-set-and-is-no.md
+++ b/access/Concepts/Miscellaneous/this-member-of-the-replica-set-has-been-logically-removed-from-the-set-and-is-no.md
@@ -20,9 +20,9 @@ The member of the replica set you are attempting to use has been removed because
If there is data in the member that has not been synchronized with any other member in the replica set, manually enter that data in another member. You can determine which records have unsynchronized data by examining the s_Generation field in each table. A value of 0 in the s_Generation field indicates the record is an inserted or updated and has not been synchronized with another replica in the set. To view the s_Generation field, open Microsoft Access, go to the **Tools** menu, click **Options**, select the **View** tab, and then select the **System Objects** check box.
If the member is the Design Master, compare the structure of the replica with another replica in the set to determine whether any design changes have not been synchronized.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-operation-is-not-allowed-in-subquerieserror-3787.md b/access/Concepts/Miscellaneous/this-operation-is-not-allowed-in-subquerieserror-3787.md
index 6fde62241d7..1c2dda1b3ca 100644
--- a/access/Concepts/Miscellaneous/this-operation-is-not-allowed-in-subquerieserror-3787.md
+++ b/access/Concepts/Miscellaneous/this-operation-is-not-allowed-in-subquerieserror-3787.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-operation-requires-a-different-cursor-libraryerror-3663.md b/access/Concepts/Miscellaneous/this-operation-requires-a-different-cursor-libraryerror-3663.md
index dd94d0bce48..5f84e327847 100644
--- a/access/Concepts/Miscellaneous/this-operation-requires-a-different-cursor-libraryerror-3663.md
+++ b/access/Concepts/Miscellaneous/this-operation-requires-a-different-cursor-libraryerror-3663.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The cursor type selected when the recordset was opened does not support the operation being requested. Either re-open with an appropriate cursor type or use an appropriate operation for the current cursor type. This error occurs only when using ODBCDirect.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-property-is-not-supported-for-external-data-sources-or-for-databases-create.md b/access/Concepts/Miscellaneous/this-property-is-not-supported-for-external-data-sources-or-for-databases-create.md
index d64fe75b7cf..4e20a08bc8d 100644
--- a/access/Concepts/Miscellaneous/this-property-is-not-supported-for-external-data-sources-or-for-databases-create.md
+++ b/access/Concepts/Miscellaneous/this-property-is-not-supported-for-external-data-sources-or-for-databases-create.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to set or check a property that is not available for this object in a database stored in a Microsoft Jet database version 1.x, 2.x, or in an external data source. Search for the object in Help, and then display the Summary topic for the object to see a list of its valid properties.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-query-is-not-a-properly-formed-data-definition-queryerror-3357.md b/access/Concepts/Miscellaneous/this-query-is-not-a-properly-formed-data-definition-queryerror-3357.md
index 540a8dc8159..165bfc7648c 100644
--- a/access/Concepts/Miscellaneous/this-query-is-not-a-properly-formed-data-definition-queryerror-3357.md
+++ b/access/Concepts/Miscellaneous/this-query-is-not-a-properly-formed-data-definition-queryerror-3357.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This query is not a properly formed data-definition query.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-recordset-is-not-updatableerror-3326.md b/access/Concepts/Miscellaneous/this-recordset-is-not-updatableerror-3326.md
index bf7176589ed..c23eae48228 100644
--- a/access/Concepts/Miscellaneous/this-recordset-is-not-updatableerror-3326.md
+++ b/access/Concepts/Miscellaneous/this-recordset-is-not-updatableerror-3326.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to edit data in a field that is bound to a snapshot-type **result set** object. Snapshot fields in a Microsoft Access database engine database cannot be edited.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/this-table-contains-cells-that-are-outside-of-the-range-of-cells-defined-in-this.md b/access/Concepts/Miscellaneous/this-table-contains-cells-that-are-outside-of-the-range-of-cells-defined-in-this.md
index 6ea34d97989..165db565051 100644
--- a/access/Concepts/Miscellaneous/this-table-contains-cells-that-are-outside-of-the-range-of-cells-defined-in-this.md
+++ b/access/Concepts/Miscellaneous/this-table-contains-cells-that-are-outside-of-the-range-of-cells-defined-in-this.md
@@ -19,9 +19,9 @@ The spreadsheet file that is being read is not correctly formed. It contains dat
The file may not be a spreadsheet file or it may have become corrupted. Try reading the file into the original spreadsheet product and then re-writing it to another file. The spreadsheet product may be able to fix the errors.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/tlv-violationerror-3716.md b/access/Concepts/Miscellaneous/tlv-violationerror-3716.md
index 764eb58c440..ccca71da339 100644
--- a/access/Concepts/Miscellaneous/tlv-violationerror-3716.md
+++ b/access/Concepts/Miscellaneous/tlv-violationerror-3716.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This record contains a field value that does not meet the table level validation constraint. Either update the field value that violates the validation rule and then resubmit this conflict record, or delete this conflict record.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/to-make-changes-to-this-field-first-save-the-recorderror-3331.md b/access/Concepts/Miscellaneous/to-make-changes-to-this-field-first-save-the-recorderror-3331.md
index 416f6e06f18..98ecbacc329 100644
--- a/access/Concepts/Miscellaneous/to-make-changes-to-this-field-first-save-the-recorderror-3331.md
+++ b/access/Concepts/Miscellaneous/to-make-changes-to-this-field-first-save-the-recorderror-3331.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs when the user is trying to edit a row based on a view or stored query that is based on more than one table.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-few-parameters-expected-numbererror-3061.md b/access/Concepts/Miscellaneous/too-few-parameters-expected-numbererror-3061.md
index b95fd69de19..b7b237bb72f 100644
--- a/access/Concepts/Miscellaneous/too-few-parameters-expected-numbererror-3061.md
+++ b/access/Concepts/Miscellaneous/too-few-parameters-expected-numbererror-3061.md
@@ -19,9 +19,9 @@ This parameter query requires the specified number of parameters, which you did
In some cases, this message is generated when unknown field names or expressions are interpreted as query parameters. Be sure to enclose field names containing spaces or punctuation with square brackets [ ].
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-many-active-userserror-3239.md b/access/Concepts/Miscellaneous/too-many-active-userserror-3239.md
index 37f067d1b52..4507242bd89 100644
--- a/access/Concepts/Miscellaneous/too-many-active-userserror-3239.md
+++ b/access/Concepts/Miscellaneous/too-many-active-userserror-3239.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
In a multiuser environment, Microsoft Access database engine databases support up to 255 concurrent users. Wait for one or more users to stop using the system, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-many-client-taskserror-3053.md b/access/Concepts/Miscellaneous/too-many-client-taskserror-3053.md
index bcf7b4ab197..f78e7c38e71 100644
--- a/access/Concepts/Miscellaneous/too-many-client-taskserror-3053.md
+++ b/access/Concepts/Miscellaneous/too-many-client-taskserror-3053.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You have too many copies of Microsoft Visual Basic or Visual Basic applications running at the same time. Close one or more instances.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-many-crosstab-column-headers-valueerror-3205.md b/access/Concepts/Miscellaneous/too-many-crosstab-column-headers-valueerror-3205.md
index 49d2c7b6e3f..188b4164c26 100644
--- a/access/Concepts/Miscellaneous/too-many-crosstab-column-headers-valueerror-3205.md
+++ b/access/Concepts/Miscellaneous/too-many-crosstab-column-headers-valueerror-3205.md
@@ -19,9 +19,9 @@ You executed an SQL statement that tried to create too many columns. The specifi
You can reduce the number of columns by adding additional conditions to the WHERE clause or, if there is no WHERE clause, add one.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-many-expressions-in-distinct-outputerror-3089.md b/access/Concepts/Miscellaneous/too-many-expressions-in-distinct-outputerror-3089.md
index b46659c2097..1e8c8198749 100644
--- a/access/Concepts/Miscellaneous/too-many-expressions-in-distinct-outputerror-3089.md
+++ b/access/Concepts/Miscellaneous/too-many-expressions-in-distinct-outputerror-3089.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You created an SQL statement that has an ALL, DISTINCT, or DISTINCTROW predicate with more than ten expressions. Remove the DISTINCT reserved word, or remove some of the fields listed in the DISTINCT predicate.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-many-expressions-in-group-by-clauseerror-3087.md b/access/Concepts/Miscellaneous/too-many-expressions-in-group-by-clauseerror-3087.md
index 9abe5c8fb21..f0d2d7c8ad0 100644
--- a/access/Concepts/Miscellaneous/too-many-expressions-in-group-by-clauseerror-3087.md
+++ b/access/Concepts/Miscellaneous/too-many-expressions-in-group-by-clauseerror-3087.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You created an SQL statement with more than 10 fields listed in the GROUP BY clause. Remove some of the fields listed in the GROUP BY clause.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-many-expressions-in-order-by-clauseerror-3088.md b/access/Concepts/Miscellaneous/too-many-expressions-in-order-by-clauseerror-3088.md
index a6373df6a74..95545c312d8 100644
--- a/access/Concepts/Miscellaneous/too-many-expressions-in-order-by-clauseerror-3088.md
+++ b/access/Concepts/Miscellaneous/too-many-expressions-in-order-by-clauseerror-3088.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You created an SQL statement that has an ORDER BY clause with more than ten expressions. Remove some of the fields listed in the ORDER BY clause.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-many-fastfind-sessions-were-invokederror-3408.md b/access/Concepts/Miscellaneous/too-many-fastfind-sessions-were-invokederror-3408.md
index 53e4c56d20c..94c4980815b 100644
--- a/access/Concepts/Miscellaneous/too-many-fastfind-sessions-were-invokederror-3408.md
+++ b/access/Concepts/Miscellaneous/too-many-fastfind-sessions-were-invokederror-3408.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
DAO's FIND method can only be executed once on a table or recordset.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-many-fields-definederror-3190.md b/access/Concepts/Miscellaneous/too-many-fields-definederror-3190.md
index 7e26d20c012..91397ba8854 100644
--- a/access/Concepts/Miscellaneous/too-many-fields-definederror-3190.md
+++ b/access/Concepts/Miscellaneous/too-many-fields-definederror-3190.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to perform an operation that involves more than 255 fields. Reduce the number of fields, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/too-many-memo-or-ole-object-fieldserror-3054.md b/access/Concepts/Miscellaneous/too-many-memo-or-ole-object-fieldserror-3054.md
index 2a2436d31a1..93b05085349 100644
--- a/access/Concepts/Miscellaneous/too-many-memo-or-ole-object-fieldserror-3054.md
+++ b/access/Concepts/Miscellaneous/too-many-memo-or-ole-object-fieldserror-3054.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to perform a Btrieve operation that involves too many Memo or OLE Object fields. Reduce the number of Memo and OLE Object fields, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/topvalues-property.md b/access/Concepts/Miscellaneous/topvalues-property.md
index 5b0a5672858..a8abd2697a4 100644
--- a/access/Concepts/Miscellaneous/topvalues-property.md
+++ b/access/Concepts/Miscellaneous/topvalues-property.md
@@ -79,9 +79,9 @@ Me.RecordSource = strGetSQL
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/troubleshooting.md b/access/Concepts/Miscellaneous/troubleshooting.md
index 8d6bb88901f..57120d50914 100644
--- a/access/Concepts/Miscellaneous/troubleshooting.md
+++ b/access/Concepts/Miscellaneous/troubleshooting.md
@@ -25,9 +25,9 @@ When you have trouble with MDAC technologies, try the following resources to get
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/two-members-of-the-replica-set-cannot-be-synchronized-because-there-is-no-common.md b/access/Concepts/Miscellaneous/two-members-of-the-replica-set-cannot-be-synchronized-because-there-is-no-common.md
index 3bca627b0d3..437cf7aac16 100644
--- a/access/Concepts/Miscellaneous/two-members-of-the-replica-set-cannot-be-synchronized-because-there-is-no-common.md
+++ b/access/Concepts/Miscellaneous/two-members-of-the-replica-set-cannot-be-synchronized-because-there-is-no-common.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Too much time has passed since these two members of the replica set were last synchronized. The Microsoft Access database engine cannot find a common point of reference to begin applying changes in the content or structure of the database.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/type-mismatch-in-join-expressionerror-3615.md b/access/Concepts/Miscellaneous/type-mismatch-in-join-expressionerror-3615.md
index 511d100af2a..a7c6b9c11cd 100644
--- a/access/Concepts/Miscellaneous/type-mismatch-in-join-expressionerror-3615.md
+++ b/access/Concepts/Miscellaneous/type-mismatch-in-join-expressionerror-3615.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
A JOIN expression is attempting to join two tables on fields of incompatible data types. For example, you will get this error if you attempt to join a Memo field with a Text field.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/type-property-columnadox.md b/access/Concepts/Miscellaneous/type-property-columnadox.md
index 08fa6249693..77c6cc76617 100644
--- a/access/Concepts/Miscellaneous/type-property-columnadox.md
+++ b/access/Concepts/Miscellaneous/type-property-columnadox.md
@@ -24,9 +24,9 @@ This property is read/write until the [Column](http://msdn.microsoft.com/library
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/type-property-example-fieldvj-plus-plus.md b/access/Concepts/Miscellaneous/type-property-example-fieldvj-plus-plus.md
index d04dd53deec..d3edf855f64 100644
--- a/access/Concepts/Miscellaneous/type-property-example-fieldvj-plus-plus.md
+++ b/access/Concepts/Miscellaneous/type-property-example-fieldvj-plus-plus.md
@@ -169,9 +169,9 @@ public class TypeFieldX
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/type-property-example-propertyvj-plus-plus.md b/access/Concepts/Miscellaneous/type-property-example-propertyvj-plus-plus.md
index cb8a5914059..ea263372bd0 100644
--- a/access/Concepts/Miscellaneous/type-property-example-propertyvj-plus-plus.md
+++ b/access/Concepts/Miscellaneous/type-property-example-propertyvj-plus-plus.md
@@ -262,9 +262,9 @@ public class TypePropertyX
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/type-property-keyadox.md b/access/Concepts/Miscellaneous/type-property-keyadox.md
index 1d60a0f7f19..d2cf97da4f9 100644
--- a/access/Concepts/Miscellaneous/type-property-keyadox.md
+++ b/access/Concepts/Miscellaneous/type-property-keyadox.md
@@ -24,9 +24,9 @@ This property is read-only on [Key](http://msdn.microsoft.com/library/727198ec-5
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/type-property-tableadox.md b/access/Concepts/Miscellaneous/type-property-tableadox.md
index b334f966dcf..4348060313b 100644
--- a/access/Concepts/Miscellaneous/type-property-tableadox.md
+++ b/access/Concepts/Miscellaneous/type-property-tableadox.md
@@ -24,9 +24,9 @@ This property is read-only.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/unable-to-change-column-level-tracking-property-on-objects-that-are-already-repl.md b/access/Concepts/Miscellaneous/unable-to-change-column-level-tracking-property-on-objects-that-are-already-repl.md
index 713235c0c6c..9197ca2784c 100644
--- a/access/Concepts/Miscellaneous/unable-to-change-column-level-tracking-property-on-objects-that-are-already-repl.md
+++ b/access/Concepts/Miscellaneous/unable-to-change-column-level-tracking-property-on-objects-that-are-already-repl.md
@@ -19,9 +19,9 @@ Once an object is made replicable, the Column Level Tracking Property cannot be
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/unable-to-delete-the-specified-registry-parameter-for-the-synchronizererror-3551.md b/access/Concepts/Miscellaneous/unable-to-delete-the-specified-registry-parameter-for-the-synchronizererror-3551.md
index eca8d732a2a..db8b4d176ed 100644
--- a/access/Concepts/Miscellaneous/unable-to-delete-the-specified-registry-parameter-for-the-synchronizererror-3551.md
+++ b/access/Concepts/Miscellaneous/unable-to-delete-the-specified-registry-parameter-for-the-synchronizererror-3551.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You need to reconfigure the Synchronizer on your computer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unable-to-load-jet-sql-server-reconcilermsrpjt40-dllerror-3775.md b/access/Concepts/Miscellaneous/unable-to-load-jet-sql-server-reconcilermsrpjt40-dllerror-3775.md
index 7f9b997d4af..1d392464375 100644
--- a/access/Concepts/Miscellaneous/unable-to-load-jet-sql-server-reconcilermsrpjt40-dllerror-3775.md
+++ b/access/Concepts/Miscellaneous/unable-to-load-jet-sql-server-reconcilermsrpjt40-dllerror-3775.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are trying to execute an operation between a Microsoft Jet Subscriber and an SQL Publication. The file msrpjt40.dll cannot be found on the specified path or is not registered.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unable-to-retrieve-the-specified-registry-parameter-for-the-synchronizererror-34.md b/access/Concepts/Miscellaneous/unable-to-retrieve-the-specified-registry-parameter-for-the-synchronizererror-34.md
index cab6fa71439..27712a44429 100644
--- a/access/Concepts/Miscellaneous/unable-to-retrieve-the-specified-registry-parameter-for-the-synchronizererror-34.md
+++ b/access/Concepts/Miscellaneous/unable-to-retrieve-the-specified-registry-parameter-for-the-synchronizererror-34.md
@@ -28,9 +28,9 @@ You need to reconfigure the Synchronizer on your computer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unable-to-set-a-schedule-for-the-synchronizererror-3497.md b/access/Concepts/Miscellaneous/unable-to-set-a-schedule-for-the-synchronizererror-3497.md
index a8d70deeb1e..476c1ac3b82 100644
--- a/access/Concepts/Miscellaneous/unable-to-set-a-schedule-for-the-synchronizererror-3497.md
+++ b/access/Concepts/Miscellaneous/unable-to-set-a-schedule-for-the-synchronizererror-3497.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
There was an internal problem setting the schedule. Try again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/undefined-function-name-in-expressionerror-3085.md b/access/Concepts/Miscellaneous/undefined-function-name-in-expressionerror-3085.md
index 92e125940c5..5825d3c3904 100644
--- a/access/Concepts/Miscellaneous/undefined-function-name-in-expressionerror-3085.md
+++ b/access/Concepts/Miscellaneous/undefined-function-name-in-expressionerror-3085.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You entered an SQL expression that includes a **Function** procedure name that cannot be recognized. Make sure the function exists, that it can be used in SQL expressions, or check the expression to make sure you entered the name correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unexpected-error-from-external-database-driver-error-numbererror-3275.md b/access/Concepts/Miscellaneous/unexpected-error-from-external-database-driver-error-numbererror-3275.md
index edc330becf3..35f05f22f0d 100644
--- a/access/Concepts/Miscellaneous/unexpected-error-from-external-database-driver-error-numbererror-3275.md
+++ b/access/Concepts/Miscellaneous/unexpected-error-from-external-database-driver-error-numbererror-3275.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The specified external database driver returned an error. This error can be caused by performing an operation not supported on this type of external database.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unions-not-allowed-in-a-subqueryerror-3361.md b/access/Concepts/Miscellaneous/unions-not-allowed-in-a-subqueryerror-3361.md
index 0f2d9081945..cb7c94e4ebf 100644
--- a/access/Concepts/Miscellaneous/unions-not-allowed-in-a-subqueryerror-3361.md
+++ b/access/Concepts/Miscellaneous/unions-not-allowed-in-a-subqueryerror-3361.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You cannot use a UNION operation in a subquery expression. To use a union query in a subquery, first create the union query and save it as a named query. Then include the name of the saved query in your subquery expression.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unique-key-violationerror-3715.md b/access/Concepts/Miscellaneous/unique-key-violationerror-3715.md
index 35e8cd262d1..088ddd079af 100644
--- a/access/Concepts/Miscellaneous/unique-key-violationerror-3715.md
+++ b/access/Concepts/Miscellaneous/unique-key-violationerror-3715.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This record has the same key value as another record; however, only unique values are permitted. Either change the key value in this conflict record or in the winning record and then resubmit this record, or delete this conflict record.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unique-property.md b/access/Concepts/Miscellaneous/unique-property.md
index 3ca8a144342..afe765dfac6 100644
--- a/access/Concepts/Miscellaneous/unique-property.md
+++ b/access/Concepts/Miscellaneous/unique-property.md
@@ -41,9 +41,9 @@ An index is the primary index for a table if its **Primary** property is set to
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/uniquerecords-property.md b/access/Concepts/Miscellaneous/uniquerecords-property.md
index fe7f3a46a2c..9f9abae9774 100644
--- a/access/Concepts/Miscellaneous/uniquerecords-property.md
+++ b/access/Concepts/Miscellaneous/uniquerecords-property.md
@@ -87,9 +87,9 @@ ON Customers.CustomerID = Orders.CustomerID;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/uniquevalues-property.md b/access/Concepts/Miscellaneous/uniquevalues-property.md
index a5b711eabc1..626a85d1fef 100644
--- a/access/Concepts/Miscellaneous/uniquevalues-property.md
+++ b/access/Concepts/Miscellaneous/uniquevalues-property.md
@@ -79,9 +79,9 @@ FROM Customers;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/unknown-function-name-in-validation-expression-or-default-value-on-nameerror-338.md b/access/Concepts/Miscellaneous/unknown-function-name-in-validation-expression-or-default-value-on-nameerror-338.md
index 465936f3831..7ce2363a06a 100644
--- a/access/Concepts/Miscellaneous/unknown-function-name-in-validation-expression-or-default-value-on-nameerror-338.md
+++ b/access/Concepts/Miscellaneous/unknown-function-name-in-validation-expression-or-default-value-on-nameerror-338.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The function you are referencing is either unknown (because the name is invalid or misspelled) or is a type of function not allowed by the **ValidationRule** or **DefaultValue** property. Among the types of functions not allowed are user-defined, SQL aggregate functions.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unknown-function-nameerror-2425.md b/access/Concepts/Miscellaneous/unknown-function-nameerror-2425.md
index 06ddbad1d0d..416cd1987a1 100644
--- a/access/Concepts/Miscellaneous/unknown-function-nameerror-2425.md
+++ b/access/Concepts/Miscellaneous/unknown-function-nameerror-2425.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You entered an expression with a function name that cannot be recognized. Make sure the function exists, or check the expression to make sure you entered it correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unknown-nameerror-2424.md b/access/Concepts/Miscellaneous/unknown-nameerror-2424.md
index c3a905a6224..1e20c9a4783 100644
--- a/access/Concepts/Miscellaneous/unknown-nameerror-2424.md
+++ b/access/Concepts/Miscellaneous/unknown-nameerror-2424.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You entered an expression that has a field or property name that cannot be recognized. Make sure the object exists, or check the expression to make sure you entered it correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unknown-or-invalid-field-reference-nameerror-3345.md b/access/Concepts/Miscellaneous/unknown-or-invalid-field-reference-nameerror-3345.md
index f9c9373851a..ab93ee4417a 100644
--- a/access/Concepts/Miscellaneous/unknown-or-invalid-field-reference-nameerror-3345.md
+++ b/access/Concepts/Miscellaneous/unknown-or-invalid-field-reference-nameerror-3345.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Your expression refers to a field incorrectly or to a field that does not exist. Check to make sure the field name is correct.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unrecognized-database-format-filenameerror-3343.md b/access/Concepts/Miscellaneous/unrecognized-database-format-filenameerror-3343.md
index 31d41f05faa..886d94453e9 100644
--- a/access/Concepts/Miscellaneous/unrecognized-database-format-filenameerror-3343.md
+++ b/access/Concepts/Miscellaneous/unrecognized-database-format-filenameerror-3343.md
@@ -33,9 +33,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/update-delete-conflictthis-updated-record-was-deleted-at-another-replicaerror-37.md b/access/Concepts/Miscellaneous/update-delete-conflictthis-updated-record-was-deleted-at-another-replicaerror-37.md
index ea474179fc5..5100155a36a 100644
--- a/access/Concepts/Miscellaneous/update-delete-conflictthis-updated-record-was-deleted-at-another-replicaerror-37.md
+++ b/access/Concepts/Miscellaneous/update-delete-conflictthis-updated-record-was-deleted-at-another-replicaerror-37.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
When a record is deleted at one replica, but updated at another replica, the deleted record always wins in the conflict that occurs when the two replicas synchronize. The updated record is logged in the conflict table. To reverse the initial resolution of the conflict, reinsert the conflict record. To accept the current resolution, delete the conflict record.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/update-ri-conflicterror-3718.md b/access/Concepts/Miscellaneous/update-ri-conflicterror-3718.md
index 8a0e5c21241..86424631487 100644
--- a/access/Concepts/Miscellaneous/update-ri-conflicterror-3718.md
+++ b/access/Concepts/Miscellaneous/update-ri-conflicterror-3718.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The primary key record has been updated by another replica, therefore this referencing record has been rejected. Either create a new primary key record that satisfies the referential integrity constraint and then resubmit your update, modify the foreign key value in this conflict record to match a valid primary key value and then resubmit your update, or delete this conflict record.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/update-update-conflicterror-3713.md b/access/Concepts/Miscellaneous/update-update-conflicterror-3713.md
index a20c7591ade..45d6025173d 100644
--- a/access/Concepts/Miscellaneous/update-update-conflicterror-3713.md
+++ b/access/Concepts/Miscellaneous/update-update-conflicterror-3713.md
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
This record contains a field value that lost in the conflict with another replica. Either resubmit this conflict record or delete this conflict record.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/updating-data-in-a-linked-table-is-not-supported-by-this-isamerror-3616.md b/access/Concepts/Miscellaneous/updating-data-in-a-linked-table-is-not-supported-by-this-isamerror-3616.md
index c2c2e08403e..5a717794bfa 100644
--- a/access/Concepts/Miscellaneous/updating-data-in-a-linked-table-is-not-supported-by-this-isamerror-3616.md
+++ b/access/Concepts/Miscellaneous/updating-data-in-a-linked-table-is-not-supported-by-this-isamerror-3616.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The installable ISAM you are using does not allow updates to records in external tables. You can only add new records.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/url-property-example-vbscript.md b/access/Concepts/Miscellaneous/url-property-example-vbscript.md
index dad7cb83695..253db97d0e6 100644
--- a/access/Concepts/Miscellaneous/url-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/url-property-example-vbscript.md
@@ -137,9 +137,9 @@ Set Cnxn = Nothing
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/use-default-paper-size-property.md b/access/Concepts/Miscellaneous/use-default-paper-size-property.md
index 11ace9e6022..41cee5e96f2 100644
--- a/access/Concepts/Miscellaneous/use-default-paper-size-property.md
+++ b/access/Concepts/Miscellaneous/use-default-paper-size-property.md
@@ -34,9 +34,9 @@ For example, you might design a form or report while connected to a printer that
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/user-defined-properties-do-not-support-a-null-valueerror-3385.md b/access/Concepts/Miscellaneous/user-defined-properties-do-not-support-a-null-valueerror-3385.md
index 4fb824e8bcd..aac260dc315 100644
--- a/access/Concepts/Miscellaneous/user-defined-properties-do-not-support-a-null-valueerror-3385.md
+++ b/access/Concepts/Miscellaneous/user-defined-properties-do-not-support-a-null-valueerror-3385.md
@@ -19,9 +19,9 @@ User-defined **Property** objects cannot be set to **Null**. Instead, use the *
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/using-regedit-exe-to-overwrite-the-default-settings.md b/access/Concepts/Miscellaneous/using-regedit-exe-to-overwrite-the-default-settings.md
index 8894d0982af..158c7441e22 100644
--- a/access/Concepts/Miscellaneous/using-regedit-exe-to-overwrite-the-default-settings.md
+++ b/access/Concepts/Miscellaneous/using-regedit-exe-to-overwrite-the-default-settings.md
@@ -19,9 +19,9 @@ To customize the Microsoft® Windows® Registry settings, you can use Regedit.ex
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/using-source-code-control-in-your-development-environment.md b/access/Concepts/Miscellaneous/using-source-code-control-in-your-development-environment.md
index 628833d1e18..a504b5426c4 100644
--- a/access/Concepts/Miscellaneous/using-source-code-control-in-your-development-environment.md
+++ b/access/Concepts/Miscellaneous/using-source-code-control-in-your-development-environment.md
@@ -45,9 +45,9 @@ When you have your development projects under Visual SourceSafe control, the con
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/using-the-connection-properties-in-the-microsoft-ole-db-provider-for-access.md b/access/Concepts/Miscellaneous/using-the-connection-properties-in-the-microsoft-ole-db-provider-for-access.md
index 1d0751d49d7..b5570f3cc3d 100644
--- a/access/Concepts/Miscellaneous/using-the-connection-properties-in-the-microsoft-ole-db-provider-for-access.md
+++ b/access/Concepts/Miscellaneous/using-the-connection-properties-in-the-microsoft-ole-db-provider-for-access.md
@@ -33,9 +33,9 @@ Jet OLEDB:Recycle Long-Valued Pages
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/using-the-setoption-method-from-dao.md b/access/Concepts/Miscellaneous/using-the-setoption-method-from-dao.md
index 576c192f125..95c43979541 100644
--- a/access/Concepts/Miscellaneous/using-the-setoption-method-from-dao.md
+++ b/access/Concepts/Miscellaneous/using-the-setoption-method-from-dao.md
@@ -45,9 +45,9 @@ The names of defined constants are the same as the registry name with db added a
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/validation-rules-and-default-values-cannot-be-placed-on-system-or-linked-tablese.md b/access/Concepts/Miscellaneous/validation-rules-and-default-values-cannot-be-placed-on-system-or-linked-tablese.md
index 09c1ef3a1ae..c4e1e4488dd 100644
--- a/access/Concepts/Miscellaneous/validation-rules-and-default-values-cannot-be-placed-on-system-or-linked-tablese.md
+++ b/access/Concepts/Miscellaneous/validation-rules-and-default-values-cannot-be-placed-on-system-or-linked-tablese.md
@@ -19,9 +19,9 @@ You are trying to set the **DefaultValue**, **ValidationRule**, **ValidationTex
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/values-specified-in-a-top-clause-are-not-allowed-in-delete-queries-or-reportserr.md b/access/Concepts/Miscellaneous/values-specified-in-a-top-clause-are-not-allowed-in-delete-queries-or-reportserr.md
index 0b2bf707978..7377eb0d642 100644
--- a/access/Concepts/Miscellaneous/values-specified-in-a-top-clause-are-not-allowed-in-delete-queries-or-reportserr.md
+++ b/access/Concepts/Miscellaneous/values-specified-in-a-top-clause-are-not-allowed-in-delete-queries-or-reportserr.md
@@ -19,9 +19,9 @@ Top values, that is, those specified in a TOP clause of a SELECT statement, are
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/view-can-not-contain-a-parameter-error-3730.md b/access/Concepts/Miscellaneous/view-can-not-contain-a-parameter-error-3730.md
index 63274d520f0..a0d36662072 100644
--- a/access/Concepts/Miscellaneous/view-can-not-contain-a-parameter-error-3730.md
+++ b/access/Concepts/Miscellaneous/view-can-not-contain-a-parameter-error-3730.md
@@ -19,9 +19,9 @@ This error occurs when trying to create a view from SQL DDL. If the SELECT state
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/violates-the-rules-for-partial-replicaserror-3590.md b/access/Concepts/Miscellaneous/violates-the-rules-for-partial-replicaserror-3590.md
index e055df7bbe4..4b938d28e98 100644
--- a/access/Concepts/Miscellaneous/violates-the-rules-for-partial-replicaserror-3590.md
+++ b/access/Concepts/Miscellaneous/violates-the-rules-for-partial-replicaserror-3590.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You cannot update a column in a table in a partial replica when another table references that column. Most likely, this is an update RI case, where the related table information does not exist in the partial replica. Make sure you follow all relationships to related tables when defining your Partial Filters.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/wait-for-post-processing.md b/access/Concepts/Miscellaneous/wait-for-post-processing.md
index 96a6fdaae39..cbf2e5df419 100644
--- a/access/Concepts/Miscellaneous/wait-for-post-processing.md
+++ b/access/Concepts/Miscellaneous/wait-for-post-processing.md
@@ -35,9 +35,9 @@ This property is designed to work with Access 2010 web databases only. When this
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/while-loading-the-microsoft-excel-installable-isam-ole-was-unable-to-initializee.md b/access/Concepts/Miscellaneous/while-loading-the-microsoft-excel-installable-isam-ole-was-unable-to-initializee.md
index 7b90c897393..d6df85f6164 100644
--- a/access/Concepts/Miscellaneous/while-loading-the-microsoft-excel-installable-isam-ole-was-unable-to-initializee.md
+++ b/access/Concepts/Miscellaneous/while-loading-the-microsoft-excel-installable-isam-ole-was-unable-to-initializee.md
@@ -19,9 +19,9 @@ OLE Automation was unable to initialize while loading the Microsoft Excel instal
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/without-administrator-permission-replica-priority-must-be-in-the-range-0numberer.md b/access/Concepts/Miscellaneous/without-administrator-permission-replica-priority-must-be-in-the-range-0numberer.md
index c7ff63aa683..f7841e51f53 100644
--- a/access/Concepts/Miscellaneous/without-administrator-permission-replica-priority-must-be-in-the-range-0numberer.md
+++ b/access/Concepts/Miscellaneous/without-administrator-permission-replica-priority-must-be-in-the-range-0numberer.md
@@ -19,9 +19,9 @@ Without Administrator permission, replica priority must be in the range of 0 and
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/writing-your-own-customized-handler.md b/access/Concepts/Miscellaneous/writing-your-own-customized-handler.md
index d5b8da4128e..fc9a022f046 100644
--- a/access/Concepts/Miscellaneous/writing-your-own-customized-handler.md
+++ b/access/Concepts/Miscellaneous/writing-your-own-customized-handler.md
@@ -100,9 +100,9 @@ HRESULT _stdcall GetRecordset(
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/wrong-data-type-for-parameter-parametererror-3060.md b/access/Concepts/Miscellaneous/wrong-data-type-for-parameter-parametererror-3060.md
index a0c2faf42cf..756a0f42ca6 100644
--- a/access/Concepts/Miscellaneous/wrong-data-type-for-parameter-parametererror-3060.md
+++ b/access/Concepts/Miscellaneous/wrong-data-type-for-parameter-parametererror-3060.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to use an argument with a data type that conflicts with the data type defined for this parameter. For example, you might have tried to use a string expression that expects a numeric argument with a parameter. Use an argument that has the correct data type, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/wrong-number-of-arguments-used-with-functionerror-2439.md b/access/Concepts/Miscellaneous/wrong-number-of-arguments-used-with-functionerror-2439.md
index 75e2bb48d57..b133332c8a9 100644
--- a/access/Concepts/Miscellaneous/wrong-number-of-arguments-used-with-functionerror-2439.md
+++ b/access/Concepts/Miscellaneous/wrong-number-of-arguments-used-with-functionerror-2439.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You entered an expression that has a function with the wrong number of arguments. Check the function to verify how many arguments it takes, or check the expression to make sure you entered it correctly.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-attempted-to-delete-or-get-information-about-a-partial-filter-that-does-not.md b/access/Concepts/Miscellaneous/you-attempted-to-delete-or-get-information-about-a-partial-filter-that-does-not.md
index cb249747e1c..34e9fc9b608 100644
--- a/access/Concepts/Miscellaneous/you-attempted-to-delete-or-get-information-about-a-partial-filter-that-does-not.md
+++ b/access/Concepts/Miscellaneous/you-attempted-to-delete-or-get-information-about-a-partial-filter-that-does-not.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-attempted-to-link-or-import-a-microsoft-word-mail-merge-file-although-you-ca.md b/access/Concepts/Miscellaneous/you-attempted-to-link-or-import-a-microsoft-word-mail-merge-file-although-you-ca.md
index 268db6e5a49..21fcac6f14f 100644
--- a/access/Concepts/Miscellaneous/you-attempted-to-link-or-import-a-microsoft-word-mail-merge-file-although-you-ca.md
+++ b/access/Concepts/Miscellaneous/you-attempted-to-link-or-import-a-microsoft-word-mail-merge-file-although-you-ca.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You attempted to link or import a Microsoft Word mail merge file. Although you can export such files, you cannot link or import them.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-by-user-name-on-machine.md b/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-by-user-name-on-machine.md
index 02624730cb6..992b04db890 100644
--- a/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-by-user-name-on-machine.md
+++ b/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-by-user-name-on-machine.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This error occurs if the database is opened exclusively and is not shared. This error occurs if a user creates a new database in DAO, ADO, or Microsoft Access and does not close the database. Other users can open the database, but they will get the above error message.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-exclusively-by-user-name.md b/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-exclusively-by-user-name.md
index 8c5c6abe6a0..0a3b04649e3 100644
--- a/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-exclusively-by-user-name.md
+++ b/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-exclusively-by-user-name.md
@@ -25,9 +25,9 @@ Possible causes:
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-add-a-second-replication-id-autonumber-field-to-a-tableerror-3486.md b/access/Concepts/Miscellaneous/you-cannot-add-a-second-replication-id-autonumber-field-to-a-tableerror-3486.md
index 01afdfa1b91..4636f2fe5cb 100644
--- a/access/Concepts/Miscellaneous/you-cannot-add-a-second-replication-id-autonumber-field-to-a-tableerror-3486.md
+++ b/access/Concepts/Miscellaneous/you-cannot-add-a-second-replication-id-autonumber-field-to-a-tableerror-3486.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The table you are attempting to change already has one field that uses the Replication ID AutoNumber (or GUID) data type. If you are attempting to create a second Replication ID field to serve as a foreign key, use the Number data type instead of the AutoNumber data type.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-add-or-change-a-record-because-a-related-record-is-required-in-table.md b/access/Concepts/Miscellaneous/you-cannot-add-or-change-a-record-because-a-related-record-is-required-in-table.md
index a7a8b25581d..2c5cee39658 100644
--- a/access/Concepts/Miscellaneous/you-cannot-add-or-change-a-record-because-a-related-record-is-required-in-table.md
+++ b/access/Concepts/Miscellaneous/you-cannot-add-or-change-a-record-because-a-related-record-is-required-in-table.md
@@ -19,9 +19,9 @@ You tried to perform an operation that would have violated referential integrity
If you want to add or change the record, first add a record to the "one" table that contains the same value for the matching field.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-set-it-allows-data-c.md b/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-set-it-allows-data-c.md
index e3f4185c844..832d8f382bc 100644
--- a/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-set-it-allows-data-c.md
+++ b/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-set-it-allows-data-c.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Whether a replicated database allows users to change data only at the Design Master or at all replicas is determined when the database is first converted into a Design Master. After the database has been converted, the single or multiple data master attribute cannot be changed.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-seterror-3593.md b/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-seterror-3593.md
index 6e8036eb594..9bfdebd774e 100644
--- a/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-seterror-3593.md
+++ b/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-seterror-3593.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Whether a replica set allows users to change data at all replicas or only at the Design Master is determined when the database is first converted into a Design Master. After the database has been converted, the single or multiple data master attribute cannot be changed.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-establish-or-maintain-an-enforced-relationship-between-a-replicated-t.md b/access/Concepts/Miscellaneous/you-cannot-establish-or-maintain-an-enforced-relationship-between-a-replicated-t.md
index 182f74290dd..defde12a0be 100644
--- a/access/Concepts/Miscellaneous/you-cannot-establish-or-maintain-an-enforced-relationship-between-a-replicated-t.md
+++ b/access/Concepts/Miscellaneous/you-cannot-establish-or-maintain-an-enforced-relationship-between-a-replicated-t.md
@@ -28,9 +28,9 @@ You are attempting to establish or maintain an enforced relationship between a r
Delete the relationship between the two tables before proceeding.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-make-a-database-replicable-that-is-being-used-by-a-program-that-contr.md b/access/Concepts/Miscellaneous/you-cannot-make-a-database-replicable-that-is-being-used-by-a-program-that-contr.md
index 37a9de67878..a242ffe0753 100644
--- a/access/Concepts/Miscellaneous/you-cannot-make-a-database-replicable-that-is-being-used-by-a-program-that-contr.md
+++ b/access/Concepts/Miscellaneous/you-cannot-make-a-database-replicable-that-is-being-used-by-a-program-that-contr.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The database you are trying to replicate is controlled by a database program that does not support replication. To be able to make the database replicable you must ensure it is not being controlled by the source control program.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-make-changes-to-the-design-of-the-database-at-this-replicaerror-3452.md b/access/Concepts/Miscellaneous/you-cannot-make-changes-to-the-design-of-the-database-at-this-replicaerror-3452.md
index b521bb2feda..bbf2a0e4783 100644
--- a/access/Concepts/Miscellaneous/you-cannot-make-changes-to-the-design-of-the-database-at-this-replicaerror-3452.md
+++ b/access/Concepts/Miscellaneous/you-cannot-make-changes-to-the-design-of-the-database-at-this-replicaerror-3452.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Changes to the design of a replicated database can be made only at the Design Master. The replica you are attempting to change is not the Design Master for the replica set. Locate the Design Master and make your changes there.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3665.md b/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3665.md
index d027dd682b0..6684a5e44d5 100644
--- a/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3665.md
+++ b/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3665.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are trying to execute an invalid operation, such as deleting a system table, renaming a system table, or deleting a replication system column, on an internal replication system object.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3666.md b/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3666.md
index 40d924cda19..a3afe7e849d 100644
--- a/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3666.md
+++ b/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3666.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are trying to execute an invalid operation, such as deleting a system table, renaming a table, or deleting a replication column, on an internal replication system object.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-replicate-a-password-protected-database-or-set-password-protection-on.md b/access/Concepts/Miscellaneous/you-cannot-replicate-a-password-protected-database-or-set-password-protection-on.md
index b97726d5472..20fc9292f08 100644
--- a/access/Concepts/Miscellaneous/you-cannot-replicate-a-password-protected-database-or-set-password-protection-on.md
+++ b/access/Concepts/Miscellaneous/you-cannot-replicate-a-password-protected-database-or-set-password-protection-on.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
If a database password is set on the database, remove the password.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-set-the-keeplocal-property-for-an-object-that-is-already-replicateder.md b/access/Concepts/Miscellaneous/you-cannot-set-the-keeplocal-property-for-an-object-that-is-already-replicateder.md
index b43dd688124..e6538acdbd0 100644
--- a/access/Concepts/Miscellaneous/you-cannot-set-the-keeplocal-property-for-an-object-that-is-already-replicateder.md
+++ b/access/Concepts/Miscellaneous/you-cannot-set-the-keeplocal-property-for-an-object-that-is-already-replicateder.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The **KeepLocal** property cannot be set on a replicated object. Setting a local object's **KeepLocal** property after the database has been replicated has no effect on the object. If you want to keep an object from being replicated to the other replicas in the set, set the object's **Replicable** property to "F".
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-cannot-use-odbc-to-import-from-export-to-or-link-an-external-microsoft-jet-o.md b/access/Concepts/Miscellaneous/you-cannot-use-odbc-to-import-from-export-to-or-link-an-external-microsoft-jet-o.md
index 3efba433742..2c5f4eda297 100644
--- a/access/Concepts/Miscellaneous/you-cannot-use-odbc-to-import-from-export-to-or-link-an-external-microsoft-jet-o.md
+++ b/access/Concepts/Miscellaneous/you-cannot-use-odbc-to-import-from-export-to-or-link-an-external-microsoft-jet-o.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You are attempting to link, import data from, or export data to either an external Microsoft Access database engine table or an external ISAM database table (for example, dBASE, Microsoft FoxPro, Paradox, or Btrieve), but you have selected as the data source. You must select the appropriate data source for the data you are attempting to link.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-have-written-a-subquery-that-can-return-more-than-one-field-without-using-th.md b/access/Concepts/Miscellaneous/you-have-written-a-subquery-that-can-return-more-than-one-field-without-using-th.md
index 5b3883c278e..3bf87aec9ef 100644
--- a/access/Concepts/Miscellaneous/you-have-written-a-subquery-that-can-return-more-than-one-field-without-using-th.md
+++ b/access/Concepts/Miscellaneous/you-have-written-a-subquery-that-can-return-more-than-one-field-without-using-th.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-must-enter-a-personal-identifier-pid-consisting-of-at-least-4-and-no-more-th.md b/access/Concepts/Miscellaneous/you-must-enter-a-personal-identifier-pid-consisting-of-at-least-4-and-no-more-th.md
index aa5a9af8ed6..d8a10787982 100644
--- a/access/Concepts/Miscellaneous/you-must-enter-a-personal-identifier-pid-consisting-of-at-least-4-and-no-more-th.md
+++ b/access/Concepts/Miscellaneous/you-must-enter-a-personal-identifier-pid-consisting-of-at-least-4-and-no-more-th.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
A personal identifier (PID) must be at least 4 characters and no more than 20 characters long.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-must-use-the-dbseechanges-option-with-openrecordset-when-accessing-a-sql-ser.md b/access/Concepts/Miscellaneous/you-must-use-the-dbseechanges-option-with-openrecordset-when-accessing-a-sql-ser.md
index a8c82bb41a6..77617ffcb0d 100644
--- a/access/Concepts/Miscellaneous/you-must-use-the-dbseechanges-option-with-openrecordset-when-accessing-a-sql-ser.md
+++ b/access/Concepts/Miscellaneous/you-must-use-the-dbseechanges-option-with-openrecordset-when-accessing-a-sql-ser.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The server-generated IDENTITY values cannot be reflected at the client side unless you use the DAO property dbSeeChanges.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-tried-to-assign-the-null-value-to-a-variable-that-is-not-a-variant-data-type.md b/access/Concepts/Miscellaneous/you-tried-to-assign-the-null-value-to-a-variable-that-is-not-a-variant-data-type.md
index e0b401bd47c..65ff1ef89b1 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-assign-the-null-value-to-a-variable-that-is-not-a-variant-data-type.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-assign-the-null-value-to-a-variable-that-is-not-a-variant-data-type.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to assign a **Null** value to a variable that is not a **Variant** data type. Use the **Dim** statement to declare the variable as a **Variant**, and then try the operation again.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-tried-to-call-update-or-cancelupdate-or-attempted-to-update-a-field-in-a-rec.md b/access/Concepts/Miscellaneous/you-tried-to-call-update-or-cancelupdate-or-attempted-to-update-a-field-in-a-rec.md
index 9a446320600..1f8dfda7e6f 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-call-update-or-cancelupdate-or-attempted-to-update-a-field-in-a-rec.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-call-update-or-cancelupdate-or-attempted-to-update-a-field-in-a-rec.md
@@ -19,9 +19,9 @@ On a Microsoft Access database engine database, you called the **Update** or **
On an ODBCDirect database, this error occurs when you attempt to write data to a record without first calling **AddNew** or **Edit**.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-tried-to-commit-or-roll-back-a-transaction-without-first-using-begintranserr.md b/access/Concepts/Miscellaneous/you-tried-to-commit-or-roll-back-a-transaction-without-first-using-begintranserr.md
index 50835e77c71..b4f32277915 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-commit-or-roll-back-a-transaction-without-first-using-begintranserr.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-commit-or-roll-back-a-transaction-without-first-using-begintranserr.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
You tried to commit or rollback a transaction that was not started with a **BeginTrans** statement.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-tried-to-execute-a-query-that-does-not-include-the-specified-expression-name.md b/access/Concepts/Miscellaneous/you-tried-to-execute-a-query-that-does-not-include-the-specified-expression-name.md
index 4711c121369..a0a5752da61 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-execute-a-query-that-does-not-include-the-specified-expression-name.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-execute-a-query-that-does-not-include-the-specified-expression-name.md
@@ -28,9 +28,9 @@ For more information, see the following topics:
- [TRANSFORM Statement (Microsoft Access SQL)](http://msdn.microsoft.com/library/419770b1-c833-959d-a84d-56c68764799f%28Office.15%29.aspx)
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/you-tried-to-lock-table-table-while-opening-it-but-the-table-cannot-be-locked-be.md b/access/Concepts/Miscellaneous/you-tried-to-lock-table-table-while-opening-it-but-the-table-cannot-be-locked-be.md
index b43669d359d..3003825c5af 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-lock-table-table-while-opening-it-but-the-table-cannot-be-locked-be.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-lock-table-table-while-opening-it-but-the-table-cannot-be-locked-be.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
Either another user has an exclusive lock on the table that you are trying to access in a shared mode or another user has a shared lock on the table that you are trying to open exclusively. The user name that is returned will show who currently has the lock.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/your-swap-file-has-reached-its-limit-or-is-corruptederror-3540.md b/access/Concepts/Miscellaneous/your-swap-file-has-reached-its-limit-or-is-corruptederror-3540.md
index f13f281fc54..ec6d077c9c2 100644
--- a/access/Concepts/Miscellaneous/your-swap-file-has-reached-its-limit-or-is-corruptederror-3540.md
+++ b/access/Concepts/Miscellaneous/your-swap-file-has-reached-its-limit-or-is-corruptederror-3540.md
@@ -18,9 +18,9 @@ ms.date: 06/08/2017
The Synchronizer has encountered an unexpected system problem. Shut down, turn off, and then reboot your computer.
**ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](http://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/zero-length-string-is-valid-only-in-a-text-or-memo-fielderror-3415.md b/access/Concepts/Miscellaneous/zero-length-string-is-valid-only-in-a-text-or-memo-fielderror-3415.md
index 95a39d76a83..61a1b5c129b 100644
--- a/access/Concepts/Miscellaneous/zero-length-string-is-valid-only-in-a-text-or-memo-fielderror-3415.md
+++ b/access/Concepts/Miscellaneous/zero-length-string-is-valid-only-in-a-text-or-memo-fielderror-3415.md
@@ -19,9 +19,9 @@ You are trying to enter a zero-length string in a field that has a data type oth
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/msoffice/forum?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md b/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md
index 5f16317bc71..5995a4608a0 100644
--- a/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md
+++ b/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md
@@ -78,9 +78,9 @@ Me!Section(acPageHeader).Visible = False
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Structured-Query-Language/all-distinct-distinctrow-top-predicates-microsoft-access-sql.md b/access/Concepts/Structured-Query-Language/all-distinct-distinctrow-top-predicates-microsoft-access-sql.md
index da773fbab28..4a48705e50c 100644
--- a/access/Concepts/Structured-Query-Language/all-distinct-distinctrow-top-predicates-microsoft-access-sql.md
+++ b/access/Concepts/Structured-Query-Language/all-distinct-distinctrow-top-predicates-microsoft-access-sql.md
@@ -120,7 +120,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/all-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/all-microsoft-access-sql-reserved-word.md
index 38f1806ed8b..f53de9ed61e 100644
--- a/access/Concepts/Structured-Query-Language/all-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/all-microsoft-access-sql-reserved-word.md
@@ -22,7 +22,7 @@ The ALL keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/alter-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/alter-microsoft-access-sql-reserved-word.md
index c8d4ee1a19a..202fcb7d1a6 100644
--- a/access/Concepts/Structured-Query-Language/alter-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/alter-microsoft-access-sql-reserved-word.md
@@ -20,7 +20,7 @@ The ALTER keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/as-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/as-microsoft-access-sql-reserved-word.md
index 450a3112f94..926d05a9cae 100644
--- a/access/Concepts/Structured-Query-Language/as-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/as-microsoft-access-sql-reserved-word.md
@@ -19,7 +19,7 @@ The AS keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/asc-desc-microsoft-access-sql-reserved-words.md b/access/Concepts/Structured-Query-Language/asc-desc-microsoft-access-sql-reserved-words.md
index c2cc43165cd..d73b8db8a1d 100644
--- a/access/Concepts/Structured-Query-Language/asc-desc-microsoft-access-sql-reserved-words.md
+++ b/access/Concepts/Structured-Query-Language/asc-desc-microsoft-access-sql-reserved-words.md
@@ -21,7 +21,7 @@ The ASC and DESC keywords are used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/by-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/by-microsoft-access-sql-reserved-word.md
index d6210385cf0..3b1c6957d5c 100644
--- a/access/Concepts/Structured-Query-Language/by-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/by-microsoft-access-sql-reserved-word.md
@@ -20,7 +20,7 @@ The BY keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/container-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/container-microsoft-access-sql-reserved-word.md
index e831f1328fd..b2a7fe27829 100644
--- a/access/Concepts/Structured-Query-Language/container-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/container-microsoft-access-sql-reserved-word.md
@@ -20,7 +20,7 @@ The CONTAINER keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/create-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/create-microsoft-access-sql-reserved-word.md
index 2bf1a5c4397..befb59400fe 100644
--- a/access/Concepts/Structured-Query-Language/create-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/create-microsoft-access-sql-reserved-word.md
@@ -26,7 +26,7 @@ The CREATE keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/delete-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/delete-microsoft-access-sql-reserved-word.md
index e327b016969..cfc74f2aeb0 100644
--- a/access/Concepts/Structured-Query-Language/delete-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/delete-microsoft-access-sql-reserved-word.md
@@ -20,7 +20,7 @@ The DELETE keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/drop-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/drop-microsoft-access-sql-reserved-word.md
index 2c3e0216ef1..700b963c199 100644
--- a/access/Concepts/Structured-Query-Language/drop-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/drop-microsoft-access-sql-reserved-word.md
@@ -24,7 +24,7 @@ The DROP keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/first-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/first-microsoft-access-sql-reserved-word.md
index 7b52836c81e..41c22e99479 100644
--- a/access/Concepts/Structured-Query-Language/first-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/first-microsoft-access-sql-reserved-word.md
@@ -16,7 +16,7 @@ The FIRST keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/from-clause-microsoft-access-sql.md b/access/Concepts/Structured-Query-Language/from-clause-microsoft-access-sql.md
index a39c90b1283..f5ffd6e76bd 100644
--- a/access/Concepts/Structured-Query-Language/from-clause-microsoft-access-sql.md
+++ b/access/Concepts/Structured-Query-Language/from-clause-microsoft-access-sql.md
@@ -213,7 +213,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/from-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/from-microsoft-access-sql-reserved-word.md
index e6ef1bf9b47..04cfd1d2de6 100644
--- a/access/Concepts/Structured-Query-Language/from-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/from-microsoft-access-sql-reserved-word.md
@@ -22,7 +22,7 @@ The FROM keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/group-by-clause-microsoft-access-sql.md b/access/Concepts/Structured-Query-Language/group-by-clause-microsoft-access-sql.md
index e77b21b4a59..6a486401f85 100644
--- a/access/Concepts/Structured-Query-Language/group-by-clause-microsoft-access-sql.md
+++ b/access/Concepts/Structured-Query-Language/group-by-clause-microsoft-access-sql.md
@@ -112,7 +112,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/having-clause-microsoft-access-sql.md b/access/Concepts/Structured-Query-Language/having-clause-microsoft-access-sql.md
index 6c42cf6d50b..d54dce914c0 100644
--- a/access/Concepts/Structured-Query-Language/having-clause-microsoft-access-sql.md
+++ b/access/Concepts/Structured-Query-Language/having-clause-microsoft-access-sql.md
@@ -80,7 +80,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/in-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/in-microsoft-access-sql-reserved-word.md
index c563a49ef25..284f5906bb9 100644
--- a/access/Concepts/Structured-Query-Language/in-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/in-microsoft-access-sql-reserved-word.md
@@ -23,7 +23,7 @@ The IN keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/index-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/index-microsoft-access-sql-reserved-word.md
index d5a0213f503..b78055c5e0e 100644
--- a/access/Concepts/Structured-Query-Language/index-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/index-microsoft-access-sql-reserved-word.md
@@ -23,7 +23,7 @@ The INDEX keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/insert-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/insert-microsoft-access-sql-reserved-word.md
index 6d2a62ad057..c4d2cd39839 100644
--- a/access/Concepts/Structured-Query-Language/insert-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/insert-microsoft-access-sql-reserved-word.md
@@ -19,7 +19,7 @@ The INSERT keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/into-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/into-microsoft-access-sql-reserved-word.md
index 7bc86c2fa86..ce733942f13 100644
--- a/access/Concepts/Structured-Query-Language/into-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/into-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The INTO keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/join-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/join-microsoft-access-sql-reserved-word.md
index ff3129e9655..178d1bd702f 100644
--- a/access/Concepts/Structured-Query-Language/join-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/join-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The JOIN keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/last-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/last-microsoft-access-sql-reserved-word.md
index 1c40af9d0fe..8e766db9d52 100644
--- a/access/Concepts/Structured-Query-Language/last-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/last-microsoft-access-sql-reserved-word.md
@@ -17,7 +17,7 @@ The LAST keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/like-operator-microsoft-access-sql.md b/access/Concepts/Structured-Query-Language/like-operator-microsoft-access-sql.md
index 2687308e537..e75451bce1d 100644
--- a/access/Concepts/Structured-Query-Language/like-operator-microsoft-access-sql.md
+++ b/access/Concepts/Structured-Query-Language/like-operator-microsoft-access-sql.md
@@ -88,7 +88,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/on-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/on-microsoft-access-sql-reserved-word.md
index 51c6039a282..d7286511866 100644
--- a/access/Concepts/Structured-Query-Language/on-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/on-microsoft-access-sql-reserved-word.md
@@ -24,7 +24,7 @@ The ON keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/order-by-clause-microsoft-access-sql.md b/access/Concepts/Structured-Query-Language/order-by-clause-microsoft-access-sql.md
index 6aff64d9f1a..c2e111dbe7e 100644
--- a/access/Concepts/Structured-Query-Language/order-by-clause-microsoft-access-sql.md
+++ b/access/Concepts/Structured-Query-Language/order-by-clause-microsoft-access-sql.md
@@ -101,7 +101,7 @@ UtterAccess is the premier Microsoft Access wiki and help forum.
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/schema-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/schema-microsoft-access-sql-reserved-word.md
index 1d1b614be95..81604705220 100644
--- a/access/Concepts/Structured-Query-Language/schema-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/schema-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The SCHEMA keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/select-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/select-microsoft-access-sql-reserved-word.md
index 04295e4cc57..48c056d7cd2 100644
--- a/access/Concepts/Structured-Query-Language/select-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/select-microsoft-access-sql-reserved-word.md
@@ -25,7 +25,7 @@ The SELECT keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/selectschema-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/selectschema-microsoft-access-sql-reserved-word.md
index 61e4b2b47ad..f22f5aea880 100644
--- a/access/Concepts/Structured-Query-Language/selectschema-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/selectschema-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The SELECTSCHEMA keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/selectsecurity-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/selectsecurity-microsoft-access-sql-reserved-word.md
index 41dc6c0eecb..ceada8606dc 100644
--- a/access/Concepts/Structured-Query-Language/selectsecurity-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/selectsecurity-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The SELECTSECURITY keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/table-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/table-microsoft-access-sql-reserved-word.md
index 9d4526bc285..0d28501c634 100644
--- a/access/Concepts/Structured-Query-Language/table-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/table-microsoft-access-sql-reserved-word.md
@@ -26,7 +26,7 @@ The TABLE keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/to-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/to-microsoft-access-sql-reserved-word.md
index 6889dac0734..5544dd666eb 100644
--- a/access/Concepts/Structured-Query-Language/to-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/to-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The TO keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/update-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/update-microsoft-access-sql-reserved-word.md
index 3e18cf840d9..acaeb8c4563 100644
--- a/access/Concepts/Structured-Query-Language/update-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/update-microsoft-access-sql-reserved-word.md
@@ -20,7 +20,7 @@ The UPDATE keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/updateidentity-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/updateidentity-microsoft-access-sql-reserved-word.md
index a07633b8d20..c5e964d0b0e 100644
--- a/access/Concepts/Structured-Query-Language/updateidentity-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/updateidentity-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The UPDATEIDENTITY keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/updateowner-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/updateowner-microsoft-access-sql-reserved-word.md
index 78ced3e4c74..289cab474c9 100644
--- a/access/Concepts/Structured-Query-Language/updateowner-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/updateowner-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The UPDATEOWNER keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/updatesecurity-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/updatesecurity-microsoft-access-sql-reserved-word.md
index f7849893f49..7f82071b703 100644
--- a/access/Concepts/Structured-Query-Language/updatesecurity-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/updatesecurity-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The UPDATESECURITY keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/user-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/user-microsoft-access-sql-reserved-word.md
index 57cf737f2ef..928d14789d0 100644
--- a/access/Concepts/Structured-Query-Language/user-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/user-microsoft-access-sql-reserved-word.md
@@ -23,7 +23,7 @@ The USER keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/view-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/view-microsoft-access-sql-reserved-word.md
index 01c57064943..7027adc94ec 100644
--- a/access/Concepts/Structured-Query-Language/view-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/view-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The VIEW keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/where-clause-microsoft-access-sql.md b/access/Concepts/Structured-Query-Language/where-clause-microsoft-access-sql.md
index 89e9e5c013c..109d34dc121 100644
--- a/access/Concepts/Structured-Query-Language/where-clause-microsoft-access-sql.md
+++ b/access/Concepts/Structured-Query-Language/where-clause-microsoft-access-sql.md
@@ -128,7 +128,7 @@ End Sub
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/access/Concepts/Structured-Query-Language/with-microsoft-access-sql-reserved-word.md b/access/Concepts/Structured-Query-Language/with-microsoft-access-sql-reserved-word.md
index 03b0644aae0..9b20785810f 100644
--- a/access/Concepts/Structured-Query-Language/with-microsoft-access-sql-reserved-word.md
+++ b/access/Concepts/Structured-Query-Language/with-microsoft-access-sql-reserved-word.md
@@ -21,7 +21,7 @@ The WITH keyword is used in these contexts:
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/api/Access.AppIcon.md b/api/Access.AppIcon.md
index f4aec0b2df8..438213f0c8a 100644
--- a/api/Access.AppIcon.md
+++ b/api/Access.AppIcon.md
@@ -87,9 +87,9 @@ End Function
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/Access.AppTitle.md b/api/Access.AppTitle.md
index 7f5b1512e1d..41682c92f4b 100644
--- a/api/Access.AppTitle.md
+++ b/api/Access.AppTitle.md
@@ -42,9 +42,9 @@ This property's setting takes effect immediately after setting the property in c
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/Access.Application.DBEngine.md b/api/Access.Application.DBEngine.md
index 819d24482be..d1879d21930 100644
--- a/api/Access.Application.DBEngine.md
+++ b/api/Access.Application.DBEngine.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Application.DBEngine Property (Access)
-You can use the **DBEngine** property in[Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)to access the current **DBEngine** object and its related properties. Read-only **DBEngine**.
+You can use the **DBEngine** property in [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)to access the current **DBEngine** object and its related properties. Read-only **DBEngine**.
## Syntax
diff --git a/api/Access.Application.DDEExecute.md b/api/Access.Application.DDEExecute.md
index 397e0937e46..6c51264c83c 100644
--- a/api/Access.Application.DDEExecute.md
+++ b/api/Access.Application.DDEExecute.md
@@ -38,7 +38,7 @@ For example, suppose you've opened a DDE channel in Microsoft Access to transfer
The value of the _command_ argument depends on the application and topic specified when the channel indicated by the _channum_ argument is opened. An error occurs if the _channum_ argument isn't an integer corresponding to an open channel or if the other application can't carry out the specified command.
-From Visual Basic, you can use the **DDEExecute** statement only to send commands to another application. For information on sending commands to Microsoft Access from another application, see[Use Microsoft Access as a DDE Server](overview/Access.md).
+From Visual Basic, you can use the **DDEExecute** statement only to send commands to another application. For information on sending commands to Microsoft Access from another application, see [Use Microsoft Access as a DDE Server](overview/Access.md).
If you need to manipulate another application's objects from Microsoft Access, you may want to consider using Automation.
diff --git a/api/Access.Application.LoadFromAXL.md b/api/Access.Application.LoadFromAXL.md
index 8630679265f..fce68617a6e 100644
--- a/api/Access.Application.LoadFromAXL.md
+++ b/api/Access.Application.LoadFromAXL.md
@@ -37,7 +37,7 @@ Imports the object defined in an Application XML (AXL) file into the database.
The **LoadFromAXL** method does not provide a warning when the object specified in the _ObjectName_ argument already exists. If an object of the same name already exists, it will be replaced by the object specified in the _ObjectName_ argument.
-For more information about AXL, see [[MS-AXL]: Access Application Transfer Protocol Structure Specification](https://msdn.microsoft.com/en-us/library/dd927584.aspx).
+For more information about AXL, see [[MS-AXL]: Access Application Transfer Protocol Structure Specification](https://msdn.microsoft.com/library/dd927584.aspx).
## See also
diff --git a/api/Access.Application.SaveAsAXL.md b/api/Access.Application.SaveAsAXL.md
index 69e8bb8b0a3..12bd20acc55 100644
--- a/api/Access.Application.SaveAsAXL.md
+++ b/api/Access.Application.SaveAsAXL.md
@@ -39,7 +39,7 @@ The **SaveAsAXL** method does not provide a warning when the file specified in
The **SaveAsAXL** method generates a run-time error if the current database is not a Web database.
-For more information about AXL, see [[MS-AXL]: Access Application Transfer Protocol Structure Specification](https://msdn.microsoft.com/en-us/library/dd927584.aspx).
+For more information about AXL, see [[MS-AXL]: Access Application Transfer Protocol Structure Specification](https://msdn.microsoft.com/library/dd927584.aspx).
## See also
diff --git a/api/Access.BoundObjectFrame.ControlType.md b/api/Access.BoundObjectFrame.ControlType.md
index 284e8f59544..7882a76f3c2 100644
--- a/api/Access.BoundObjectFrame.ControlType.md
+++ b/api/Access.BoundObjectFrame.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.BoundObjectFrame.md b/api/Access.BoundObjectFrame.md
index 0cc2561ba42..ff3d03f0e45 100644
--- a/api/Access.BoundObjectFrame.md
+++ b/api/Access.BoundObjectFrame.md
@@ -24,7 +24,7 @@ A bound object frame is bound to a field in an underlying table.
The field in the underlying table to which the bound object frame is bound must be of the OLE Object data type.
-The object in a bound object frame is different for each record. The bound object frame can display linked or embedded objects. If you want to display objects not stored in an underlying table, use an [unbound object frame](overview/Access.md)or an [image control](overview/Access.md).
+The object in a bound object frame is different for each record. The bound object frame can display linked or embedded objects. If you want to display objects not stored in an underlying table, use an [unbound object frame](overview/Access.md) or an [image control](overview/Access.md).
## Methods
diff --git a/api/Access.CheckBox.ControlType.md b/api/Access.CheckBox.ControlType.md
index 8bd536bc8cf..5f1bd7a02f9 100644
--- a/api/Access.CheckBox.ControlType.md
+++ b/api/Access.CheckBox.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.ComboBox.BeforeUpdate(even).md b/api/Access.ComboBox.BeforeUpdate(even).md
index 8a97bcd2bad..d2c6481f431 100644
--- a/api/Access.ComboBox.BeforeUpdate(even).md
+++ b/api/Access.ComboBox.BeforeUpdate(even).md
@@ -66,7 +66,7 @@ You often use the BeforeUpdate event to validate data, especially when you perfo
A run-time error will occur if you attempt to modify the data contained in the control that fired the **BeforeUpdate** event in the event's procedure.
**Link provided by:**
- Luke Chung,[FMS, Inc.](https://www.fmsinc.com/)
+ Luke Chung, [FMS, Inc.](https://www.fmsinc.com/)
- [Tips and Techniques for Using and Validating Combo Boxes](https://www.fmsinc.com/free/NewTips/Access/ComboBox/AccessComboBox.asp)
diff --git a/api/Access.ComboBox.BeforeUpdate(property).md b/api/Access.ComboBox.BeforeUpdate(property).md
index 2dadc032f2a..29e71e28c07 100644
--- a/api/Access.ComboBox.BeforeUpdate(property).md
+++ b/api/Access.ComboBox.BeforeUpdate(property).md
@@ -28,7 +28,7 @@ Returns or sets which macro, event procedure, or user-defined function runs when
Valid values for this property are " _macroname_" where _macroname_ is the name of macro, "[Event Procedure]" which indicates the event procedure associated with the **BeforeUpdate** event for the specified object, or " **=** _functionname_ **()** " where _functionname_ is the name of a user-defined function.
**Link provided by:**
- Luke Chung,[FMS, Inc.](https://www.fmsinc.com/)
+ Luke Chung, [FMS, Inc.](https://www.fmsinc.com/)
- [Tips and Techniques for Using and Validating Combo Boxes](https://www.fmsinc.com/free/NewTips/Access/ComboBox/AccessComboBox.asp)
diff --git a/api/Access.ComboBox.BoundColumn.md b/api/Access.ComboBox.BoundColumn.md
index e54004b4cb4..083a9e5ad11 100644
--- a/api/Access.ComboBox.BoundColumn.md
+++ b/api/Access.ComboBox.BoundColumn.md
@@ -54,7 +54,7 @@ The following example show how to create a combo box that is bound to one column
The **ColumnWidths** property specifies the width of the two columns. By setting the width of the first column to **0in.**, the first column is not displayed in the combo box.
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
diff --git a/api/Access.ComboBox.ColumnCount.md b/api/Access.ComboBox.ColumnCount.md
index f4b355242df..f62a55f1f4d 100644
--- a/api/Access.ComboBox.ColumnCount.md
+++ b/api/Access.ComboBox.ColumnCount.md
@@ -83,7 +83,7 @@ The following example show how to create a combo box that is bound to one column
The **ColumnWidths** property specifies the width of the two columns. By setting the width of the first column to **0in.**, the first column is not displayed in the combo box.
**Sample code provided by:**
- Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
diff --git a/api/Access.ComboBox.ColumnWidths.md b/api/Access.ComboBox.ColumnWidths.md
index 8f3967fa9ec..33d1813fd94 100644
--- a/api/Access.ComboBox.ColumnWidths.md
+++ b/api/Access.ComboBox.ColumnWidths.md
@@ -69,7 +69,7 @@ The following example show how to create a combo box that is bound to one column
The **ColumnWidths** property specifies the width of the two columns. By setting the width of the first column to **0in.**, the first column is not displayed in the combo box.
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
diff --git a/api/Access.ComboBox.ControlType.md b/api/Access.ComboBox.ControlType.md
index aaaa1aa1f2d..5e560f94664 100644
--- a/api/Access.ComboBox.ControlType.md
+++ b/api/Access.ComboBox.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.ComboBox.LimitToList.md b/api/Access.ComboBox.LimitToList.md
index 7d7c0eae88f..3eb36f0eb3d 100644
--- a/api/Access.ComboBox.LimitToList.md
+++ b/api/Access.ComboBox.LimitToList.md
@@ -51,7 +51,7 @@ When the **LimitToList** property is set to Yes and the user clicks the arrow n
Combo boxes accept **null** values when the **LimitToList** property is set to Yes or **True**, whether or not the list contains **null** values. If you want to prevent users from entering a **null** value in a combo box, set the **Required** property of the field in the table to which the combo box is bound to Yes.
**Link provided by:**
- Luke Chung,[FMS, Inc.](https://www.fmsinc.com/)
+ Luke Chung, [FMS, Inc.](https://www.fmsinc.com/)
- [Tips and Techniques for Using and Validating Combo Boxes](https://www.fmsinc.com/free/NewTips/Access/ComboBox/AccessComboBox.asp)
diff --git a/api/Access.ComboBox.ListIndex.md b/api/Access.ComboBox.ListIndex.md
index 3356a04f134..eef0134cfba 100644
--- a/api/Access.ComboBox.ListIndex.md
+++ b/api/Access.ComboBox.ListIndex.md
@@ -36,7 +36,7 @@ List boxes also have a **MultiSelect** property that allows the user to select
The **ItemsSelected** collection also provides a way to access data in the selected rows of a list box or combo box.
**Link provided by:**
- Luke Chung,[FMS, Inc.](https://www.fmsinc.com/)
+ Luke Chung, [FMS, Inc.](https://www.fmsinc.com/)
- [Tips and Techniques for Using and Validating Combo Boxes](https://www.fmsinc.com/free/NewTips/Access/ComboBox/AccessComboBox.asp)
diff --git a/api/Access.ComboBox.RowSource.md b/api/Access.ComboBox.RowSource.md
index 96992e7e07d..db34f154772 100644
--- a/api/Access.ComboBox.RowSource.md
+++ b/api/Access.ComboBox.RowSource.md
@@ -62,7 +62,7 @@ Forms!Employees!cmboNames.RowSource = "EmployeeList"
The following example shows how to set the **RowSource** property of a combo box when a form is loaded. When the form is displayed, the items stored in the **Departments** field of the **tblDepartment** combo box are displayed in the **cboDept** combo box.
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
diff --git a/api/Access.CommandButton.ControlType.md b/api/Access.CommandButton.ControlType.md
index 1a3cf1f4b5b..88e49b74763 100644
--- a/api/Access.CommandButton.ControlType.md
+++ b/api/Access.CommandButton.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.CustomControl.ControlType.md b/api/Access.CustomControl.ControlType.md
index 2e8756af0ee..42656c0cfc2 100644
--- a/api/Access.CustomControl.ControlType.md
+++ b/api/Access.CustomControl.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.DoCmd.ApplyFilter.md b/api/Access.DoCmd.ApplyFilter.md
index b8b2c121f2f..ed2f5450e2c 100644
--- a/api/Access.DoCmd.ApplyFilter.md
+++ b/api/Access.DoCmd.ApplyFilter.md
@@ -66,7 +66,7 @@ DoCmd.ApplyFilter , "LastName = 'King'"
The following example shows how to use the **ApplyFilter** property to filter the records displayed when a toggle button named tglFilter is clicked.
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
diff --git a/api/Access.DoCmd.OpenView.md b/api/Access.DoCmd.OpenView.md
index b5db2a2fbed..b3376f8d664 100644
--- a/api/Access.DoCmd.OpenView.md
+++ b/api/Access.DoCmd.OpenView.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# DoCmd.OpenView Method (Access)
-The **OpenView** method carries out the[OpenView](overview/Access.md) action in Visual Basic.
+The **OpenView** method carries out the [OpenView](overview/Access.md) action in Visual Basic.
## Syntax
diff --git a/api/Access.DoCmd.TransferText.md b/api/Access.DoCmd.TransferText.md
index 47eb8ffb7f7..7faa79c1475 100644
--- a/api/Access.DoCmd.TransferText.md
+++ b/api/Access.DoCmd.TransferText.md
@@ -33,7 +33,7 @@ _expression_ A variable that represents a **DoCmd** object.
|_FileName_|Optional|**Variant**|A string expression that's the full name, including the path, of the text file you want to import from, export to, or link to.|
|_HasFieldNames_|Optional|**Variant**|Use **True** (1) to use the first row of the text file as field names when importing, exporting, or linking. Use **False** (0) to treat the first row of the text file as normal data. If you leave this argument blank, the default (**False**) is assumed. This argument is ignored for Microsoft Word mail merge data files, which must always contain the field names in the first row.|
|_HTMLTableName_|Optional|**Variant**|A string expression that's the name of the table or list in the HTML file that you want to import or link. This argument is ignored unless the _TransferType_ argument is set to **acImportHTML** or **acLinkHTML**. If you leave this argument blank, the first table or list in the HTML file is imported or linked. The name of the table or list in the HTML file is determined by the text specified by the **CAPTION** tag, if there's a **CAPTION** tag. If there's no **CAPTION** tag, the name is determined by the text specified by the **TITLE** tag. If more than one table or list has the same name, Microsoft Access distinguishes them by adding a number to the end of each table or list name; for example, Employees1 and Employees2.|
-|[CodePage](https://msdn.microsoft.com/en-us/library/windows/desktop/dd317756(v=vs.85).aspx)|Optional|**Variant**|A **Long** value indicating the character set of the code page.|
+|[CodePage](https://msdn.microsoft.com/library/windows/desktop/dd317756(v=vs.85).aspx)|Optional|**Variant**|A **Long** value indicating the character set of the code page.|
## Remarks
diff --git a/api/Access.EmptyCell.ControlType.md b/api/Access.EmptyCell.ControlType.md
index 623b5131ae2..9b9d08f304c 100644
--- a/api/Access.EmptyCell.ControlType.md
+++ b/api/Access.EmptyCell.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.Entities.md b/api/Access.Entities.md
index 6a542caea9e..71b4232a8d5 100644
--- a/api/Access.Entities.md
+++ b/api/Access.Entities.md
@@ -22,7 +22,7 @@ A Data Service data connection may contain one or more entities. Each entity spe
Use the **[Item](Access.Entities.Item.md)** property to return an **[Entity](Access.Entity.md)** object.
-For more information about external content types, see [What Are External Content Types?](https://msdn.microsoft.com/en-us/library/ee556391%28office.14%29.aspx).
+For more information about external content types, see [What Are External Content Types?](https://msdn.microsoft.com/library/ee556391%28office.14%29.aspx).
## Properties
diff --git a/api/Access.Entity.md b/api/Access.Entity.md
index ca43c6a43f3..912d9d6e790 100644
--- a/api/Access.Entity.md
+++ b/api/Access.Entity.md
@@ -24,7 +24,7 @@ Use the **[Operations](Access.Operations.md)** property to returnt he operation
A Data Service data connection may contain one or more entities. Each entity specifies an external content type. Used throughout the functionality and services offered by Business Connectivity Services, external content types are reusable metadata descriptions of connectivity information and data definitions plus the behaviors you want to apply to a certain category of external data.
-For more information about external content types, see [What Are External Content Types?](https://msdn.microsoft.com/en-us/library/ee556391%28office.14%29.aspx).
+For more information about external content types, see [What Are External Content Types?](https://msdn.microsoft.com/library/ee556391%28office.14%29.aspx).
## Properties
diff --git a/api/Access.Form.AfterLayout(property).md b/api/Access.Form.AfterLayout(property).md
index 255ea3dd987..a0b4ac57e94 100644
--- a/api/Access.Form.AfterLayout(property).md
+++ b/api/Access.Form.AfterLayout(property).md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Form.AfterLayout Property (Access)
-Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the[AfterLayout](Access.Form.AfterLayout(even).md)event occurs. Read/write.
+Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the [AfterLayout](Access.Form.AfterLayout(even).md)event occurs. Read/write.
## Syntax
diff --git a/api/Access.Form.BeforeDelConfirm(property).md b/api/Access.Form.BeforeDelConfirm(property).md
index 1c5b68c1d72..4e9568dcb78 100644
--- a/api/Access.Form.BeforeDelConfirm(property).md
+++ b/api/Access.Form.BeforeDelConfirm(property).md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Form.BeforeDelConfirm Property (Access)
-Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the[BeforeDelConfirm](Access.Form.BeforeDelConfirm(even).md)event occurs. Read/write.
+Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the [BeforeDelConfirm](Access.Form.BeforeDelConfirm(even).md)event occurs. Read/write.
## Syntax
diff --git a/api/Access.Form.DatasheetBackColor.md b/api/Access.Form.DatasheetBackColor.md
index e74edb7796f..0d3a3d33de4 100644
--- a/api/Access.Form.DatasheetBackColor.md
+++ b/api/Access.Form.DatasheetBackColor.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Form.DatasheetBackColor Property (Access)
-You can use the **DatasheetBackColor** property in[Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)to specify or determine the background color of an entire table, query, or form in Datasheet view within a Microsoft Access database. Read/write **Long**.
+You can use the **DatasheetBackColor** property in [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)to specify or determine the background color of an entire table, query, or form in Datasheet view within a Microsoft Access database. Read/write **Long**.
## Syntax
diff --git a/api/Access.Form.PrtDevMode.md b/api/Access.Form.PrtDevMode.md
index 34e20b5e51f..041bd22cc5f 100644
--- a/api/Access.Form.PrtDevMode.md
+++ b/api/Access.Form.PrtDevMode.md
@@ -42,17 +42,17 @@ The **PrtDevMode** property uses the following members.
|DriverExtra|An **Integer** that specifies the size, in bytes, of the optional **dmDriverData** member for device-specific data, which can follow this structure. If an application doesn't use device-specific information, you set this member to 0.|
|Fields|A **Long** value that specifies which of the remaining members in the DEVMODE structure have been initialized.|
|Orientation|An **Integer** that specifies the orientation of the paper. It can be either 1 (portrait) or 2 (landscape).|
-|PaperSize|An **Integer** that specifies the size of the paper to print on. If you set this member to 0 or 256, the length and width of the paper are specified by the PaperLength and PaperWidth members, respectively. Otherwise, you can set the PaperSize member to a predefined value. For available values, see the[PaperSize member values](overview/values-for-the-papersize-member.md).|
+|PaperSize|An **Integer** that specifies the size of the paper to print on. If you set this member to 0 or 256, the length and width of the paper are specified by the PaperLength and PaperWidth members, respectively. Otherwise, you can set the PaperSize member to a predefined value. For available values, see the [PaperSize member values](overview/values-for-the-papersize-member.md).|
|PaperLength|An **Integer** that specifies the paper length in units of 1/10 of a millimeter. This member overrides the paper length specified by the PaperSize member for custom paper sizes or for devices such as dot-matrix printers that can print on a variety of paper sizes.|
|PaperWidth|An **Integer** that specifies the paper width in units of 1/10 of a millimeter. This member overrides the paper width specified by the PaperSize member.|
|Scale|An **Integer** that specifies the factor by which the printed output will be scaled. The apparent page size is scaled from the physical page size by a factor of _scale_ /100. For example, a piece of paper measuring 8.5 by 11 inches (letter-size) with a Scale value of 50 would contain as much data as a page measuring 17 by 22 inches because the output text and graphics would be half their original height and width.|
|Copies|An **Integer** that specifies the number of copies printed if the printing device supports multiple-page copies.|
-|DefaultSource|An **Integer** that specifies the default bin from which the paper is fed. For available values, see the[DefaultSource member values](overview/values-for-the-defaultsource-member.md).|
+|DefaultSource|An **Integer** that specifies the default bin from which the paper is fed. For available values, see the [DefaultSource member values](overview/values-for-the-defaultsource-member.md).|
|PrintQuality|An **Integer** that specifies the printer resolution. The values are ?4 (high), ?3 (medium), ?2 (low), and ?1 (draft).|
|Color|An **Integer**. For a color printer, specifies whether the output is printed in color. The values are 1 (color) and 2 (monochrome).|
|Duplex|An **Integer**. For a printer capable of duplex printing, specifies whether the output is printed on both sides of the paper. The values are 1 (simplex), 2 (horizontal), and 3 (vertical).|
|YResolution|An **Integer** that specifies the y-resolution of the printer in dots per inch (dpi). If the printer initializes this member, the PrintQuality member specifies the x-resolution of the printer in dpi.|
-|TTOption|An **Integer** that specifies how TrueType fonts will be printed. For available values, see the[TTOption member values](overview/values-for-the-ttoption-member.md).|
+|TTOption|An **Integer** that specifies how TrueType fonts will be printed. For available values, see the [TTOption member values](overview/values-for-the-ttoption-member.md).|
|Collate|An **Integer** that specifies whether collation should be used when printing multiple copies. Using uncollated copies provides faster, more efficient output, since the data is sent to the printer just once.|
|FormName|A string with a maximum of 16 characters that specifies the size of paper to use; for example, "Letter" or "Legal".|
|Pad|A **Long** value that is used to pad out spaces, characters, or values for future versions.|
diff --git a/api/Access.Image.ControlType.md b/api/Access.Image.ControlType.md
index 4bc94705791..b6bd7a7a045 100644
--- a/api/Access.Image.ControlType.md
+++ b/api/Access.Image.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.ImportExportSpecifications.Add.md b/api/Access.ImportExportSpecifications.Add.md
index 07cd7cc62f8..39448009ec7 100644
--- a/api/Access.ImportExportSpecifications.Add.md
+++ b/api/Access.ImportExportSpecifications.Add.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# ImportExportSpecifications.Add Method (Access)
-Adds a new [ImportExportSpecification](Access.ImportExportSpecification.md) object to the[ImportExportSpecifications](Access.ImportExportSpecifications.md) collection.
+Adds a new [ImportExportSpecification](Access.ImportExportSpecification.md) object to the [ImportExportSpecifications](Access.ImportExportSpecifications.md) collection.
## Syntax
diff --git a/api/Access.ImportExportSpecifications.md b/api/Access.ImportExportSpecifications.md
index 4c0bbf486b7..abada9c4f8f 100644
--- a/api/Access.ImportExportSpecifications.md
+++ b/api/Access.ImportExportSpecifications.md
@@ -20,7 +20,7 @@ Represents the collection of available [ImportExportSpecification](Access.Import
Use the [Add](Access.ImportExportSpecifications.Add.md) method to create a new **ImportExportSpecification** object.
-Use the **ImportExportSpecification** property of the[CodeProject](Access.CodeProject.md) or[CurrentProject](Access.CurrentProject.md) object to return the **ImportExportSpecifications** collection.
+Use the **ImportExportSpecification** property of the [CodeProject](Access.CodeProject.md) or [CurrentProject](Access.CurrentProject.md) object to return the **ImportExportSpecifications** collection.
## Methods
diff --git a/api/Access.Label.ControlType.md b/api/Access.Label.ControlType.md
index d55731a74ca..4ce4176d6ce 100644
--- a/api/Access.Label.ControlType.md
+++ b/api/Access.Label.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.Line.ControlType.md b/api/Access.Line.ControlType.md
index f5e92620289..b87c2f586ce 100644
--- a/api/Access.Line.ControlType.md
+++ b/api/Access.Line.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.Line.LineSlant.md b/api/Access.Line.LineSlant.md
index 7ba1b39be17..2c3a2bf34a6 100644
--- a/api/Access.Line.LineSlant.md
+++ b/api/Access.Line.LineSlant.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Line.LineSlant Property (Access)
-You use the **LineSlant** property to specify whether a[line control](overview/line-control.md)slants from upper left to lower right or from upper right to lower left. Read/write **Boolean**.
+You use the **LineSlant** property to specify whether a [line control](overview/line-control.md)slants from upper left to lower right or from upper right to lower left. Read/write **Boolean**.
## Syntax
diff --git a/api/Access.ListBox.ControlType.md b/api/Access.ListBox.ControlType.md
index 32ad54d3b1f..6215caeb73a 100644
--- a/api/Access.ListBox.ControlType.md
+++ b/api/Access.ListBox.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.ListBox.IMESentenceMode.md b/api/Access.ListBox.IMESentenceMode.md
index 9f47c9dcfac..b5f1e0d3ebc 100644
--- a/api/Access.ListBox.IMESentenceMode.md
+++ b/api/Access.ListBox.IMESentenceMode.md
@@ -26,7 +26,7 @@ ms.date: 06/08/2017
## Remarks
-The **IMESentenceMode** property accepts the[AcImeSentenceMode Enumeration (Access)](Access.AcImeSentenceMode.md) enumeration.
+The **IMESentenceMode** property accepts the [AcImeSentenceMode Enumeration (Access)](Access.AcImeSentenceMode.md) enumeration.
diff --git a/api/Access.ListBox.md b/api/Access.ListBox.md
index 0e2fad7f05e..6ac717f19b8 100644
--- a/api/Access.ListBox.md
+++ b/api/Access.ListBox.md
@@ -252,7 +252,7 @@ UtterAccess is the premier Microsoft Access wiki and help forum.
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/api/Access.NavigationButton.ControlType.md b/api/Access.NavigationButton.ControlType.md
index 70e429895a8..d6760619b88 100644
--- a/api/Access.NavigationButton.ControlType.md
+++ b/api/Access.NavigationButton.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.NavigationControl.ControlType.md b/api/Access.NavigationControl.ControlType.md
index c825362534e..347e408affd 100644
--- a/api/Access.NavigationControl.ControlType.md
+++ b/api/Access.NavigationControl.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.ObjectFrame.ControlType.md b/api/Access.ObjectFrame.ControlType.md
index cf134901e1d..acfda45d52d 100644
--- a/api/Access.ObjectFrame.ControlType.md
+++ b/api/Access.ObjectFrame.ControlType.md
@@ -50,7 +50,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.OptionButton.ControlType.md b/api/Access.OptionButton.ControlType.md
index 9a2daff18c1..6788de6cb5c 100644
--- a/api/Access.OptionButton.ControlType.md
+++ b/api/Access.OptionButton.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.OptionGroup.ControlType.md b/api/Access.OptionGroup.ControlType.md
index 3266fb47a04..9de2be50f0f 100644
--- a/api/Access.OptionGroup.ControlType.md
+++ b/api/Access.OptionGroup.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.Page.ControlType.md b/api/Access.Page.ControlType.md
index 364a36a8410..98d47035071 100644
--- a/api/Access.Page.ControlType.md
+++ b/api/Access.Page.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.PageBreak.ControlType.md b/api/Access.PageBreak.ControlType.md
index 980678fb6dd..3a08439b3fe 100644
--- a/api/Access.PageBreak.ControlType.md
+++ b/api/Access.PageBreak.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.Properties.md b/api/Access.Properties.md
index 03e96101178..2fc2023d403 100644
--- a/api/Access.Properties.md
+++ b/api/Access.Properties.md
@@ -18,7 +18,7 @@ The **Properties** collection contains all of the built-in properties in an ins
## Remarks
-Use the **Properties** collection in[Visual Basic](overview/Access.md)or in an expression to refer to form, report, or control properties on forms or reports that are currently open.
+Use the **Properties** collection in [Visual Basic](overview/Access.md) or in an expression to refer to form, report, or control properties on forms or reports that are currently open.
You can use the **Properties** collection of an object to enumerate the object's built-in properties. You don't need to know beforehand exactly which properties exist or what their characteristics (**Name** and **Value** properties) are to manipulate them.
diff --git a/api/Access.Rectangle.ControlType.md b/api/Access.Rectangle.ControlType.md
index 79d623b0e5d..f978e8a65d6 100644
--- a/api/Access.Rectangle.ControlType.md
+++ b/api/Access.Rectangle.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.Report.FillColor.md b/api/Access.Report.FillColor.md
index c8f3e5a10af..c64104f302b 100644
--- a/api/Access.Report.FillColor.md
+++ b/api/Access.Report.FillColor.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Report.FillColor Property (Access)
-You use the **FillColor** property to specify the color that fills in boxes and circles drawn on reports with the **[Line](Access.Report.Line.md)** and **[Circle](Access.Report.Circle.md)** methods. You can also use this property with[Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)to create special visual effects on custom reports when you print using a color printer or preview the reports on a color monitor. Read/write **Long**.
+You use the **FillColor** property to specify the color that fills in boxes and circles drawn on reports with the **[Line](Access.Report.Line.md)** and **[Circle](Access.Report.Circle.md)** methods. You can also use this property with [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)to create special visual effects on custom reports when you print using a color printer or preview the reports on a color monitor. Read/write **Long**.
## Syntax
diff --git a/api/Access.Report.PrtDevMode.md b/api/Access.Report.PrtDevMode.md
index ca8b2a53f75..28d7268a953 100644
--- a/api/Access.Report.PrtDevMode.md
+++ b/api/Access.Report.PrtDevMode.md
@@ -42,17 +42,17 @@ The **PrtDevMode** property uses the following members.
|DriverExtra|An **Integer** that specifies the size, in bytes, of the optional **dmDriverData** member for device-specific data, which can follow this structure. If an application doesn't use device-specific information, you set this member to 0.|
|Fields|A **Long** value that specifies which of the remaining members in the DEVMODE structure have been initialized.|
|Orientation|An **Integer** that specifies the orientation of the paper. It can be either 1 (portrait) or 2 (landscape).|
-|PaperSize|An **Integer** that specifies the size of the paper to print on. If you set this member to 0 or 256, the length and width of the paper are specified by the PaperLength and PaperWidth members, respectively. Otherwise, you can set the PaperSize member to a predefined value. For available values, see the[PaperSize member values](overview/values-for-the-papersize-member.md).|
+|PaperSize|An **Integer** that specifies the size of the paper to print on. If you set this member to 0 or 256, the length and width of the paper are specified by the PaperLength and PaperWidth members, respectively. Otherwise, you can set the PaperSize member to a predefined value. For available values, see the [PaperSize member values](overview/values-for-the-papersize-member.md).|
|PaperLength|An **Integer** that specifies the paper length in units of 1/10 of a millimeter. This member overrides the paper length specified by the PaperSize member for custom paper sizes or for devices such as dot-matrix printers that can print on a variety of paper sizes.|
|PaperWidth|An **Integer** that specifies the paper width in units of 1/10 of a millimeter. This member overrides the paper width specified by the PaperSize member.|
|Scale|An **Integer** that specifies the factor by which the printed output will be scaled. The apparent page size is scaled from the physical page size by a factor of _scale_ /100. For example, a piece of paper measuring 8.5 by 11 inches (letter-size) with a Scale value of 50 would contain as much data as a page measuring 17 by 22 inches because the output text and graphics would be half their original height and width.|
|Copies|An **Integer** that specifies the number of copies printed if the printing device supports multiple-page copies.|
-|DefaultSource|An **Integer** that specifies the default bin from which the paper is fed. For available values, see the[DefaultSource member values](overview/values-for-the-defaultsource-member.md).|
+|DefaultSource|An **Integer** that specifies the default bin from which the paper is fed. For available values, see the [DefaultSource member values](overview/values-for-the-defaultsource-member.md).|
|PrintQuality|An **Integer** that specifies the printer resolution. The values are ?4 (high), ?3 (medium), ?2 (low), and ?1 (draft).|
|Color|An **Integer**. For a color printer, specifies whether the output is printed in color. The values are 1 (color) and 2 (monochrome).|
|Duplex|An **Integer**. For a printer capable of duplex printing, specifies whether the output is printed on both sides of the paper. The values are 1 (simplex), 2 (horizontal), and 3 (vertical).|
|YResolution|An **Integer** that specifies the y-resolution of the printer in dots per inch (dpi). If the printer initializes this member, the PrintQuality member specifies the x-resolution of the printer in dpi.|
-|TTOption|An **Integer** that specifies how TrueType fonts will be printed. For available values, see the[TTOption member values](overview/values-for-the-ttoption-member.md).|
+|TTOption|An **Integer** that specifies how TrueType fonts will be printed. For available values, see the [TTOption member values](overview/values-for-the-ttoption-member.md).|
|Collate|An **Integer** that specifies whether collation should be used when printing multiple copies. Using uncollated copies provides faster, more efficient output, since the data is sent to the printer just once.|
|FormName|A string with a maximum of 16 characters that specifies the size of paper to use; for example, "Letter" or "Legal".|
|Pad|A **Long** value that is used to pad out spaces, characters, or values for future versions.|
diff --git a/api/Access.Report.ScaleHeight.md b/api/Access.Report.ScaleHeight.md
index a474bce1b7d..4a85590ac70 100644
--- a/api/Access.Report.ScaleHeight.md
+++ b/api/Access.Report.ScaleHeight.md
@@ -27,7 +27,7 @@ You can use the **ScaleHeight** property to specify the number of units for the
The default setting is the internal height of a report page in twips.
-You can set the **ScaleHeight** property by using a macro or a[Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)event procedure specified by a section's **OnPrint** property setting.
+You can set the **ScaleHeight** property by using a macro or a [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md) event procedure specified by a section's **OnPrint** property setting.
You can use the **ScaleHeight** property to create a custom coordinate scale for drawing or printing. For example, the statement `ScaleHeight = 100` defines the internal height of the section as 100 units, or one vertical unit as one one-hundredth of the height.
diff --git a/api/Access.Report.ScaleLeft.md b/api/Access.Report.ScaleLeft.md
index 2357f9ddf1a..090d896e571 100644
--- a/api/Access.Report.ScaleLeft.md
+++ b/api/Access.Report.ScaleLeft.md
@@ -25,7 +25,7 @@ You can use the **ScaleLeft** property to specify the units for the horizontal
## Remarks
-You can set the **ScaleLeft** property by using a macro or a[Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)event procedure specified by a section's **OnPrint** property setting.
+You can set the **ScaleLeft** property by using a macro or a [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md) event procedure specified by a section's **OnPrint** property setting.
By using these properties and the related **ScaleHeight** and **ScaleWidth** properties, you can set up a custom coordinate system with both positive and negative coordinates. All four of these Scale properties interact with the **[ScaleMode](Access.Report.ScaleMode.md)** property in the following ways:
diff --git a/api/Access.Report.ScaleMode.md b/api/Access.Report.ScaleMode.md
index e0f860c9add..4ea6e3d2647 100644
--- a/api/Access.Report.ScaleMode.md
+++ b/api/Access.Report.ScaleMode.md
@@ -40,7 +40,7 @@ The **ScaleMode** property uses the following settings.
|6|Millimeters|
|7|Centimeters|
-You can set the **ScaleMode** property by using a macro or a[Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)event procedure specified by a section's **OnPrint** property setting.
+You can set the **ScaleMode** property by using a macro or a [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md) event procedure specified by a section's **OnPrint** property setting.
By using the related **ScaleHeight**, **ScaleWidth**, **ScaleLeft**, and **ScaleTop** properties, you can create a custom coordinate system with both positive and negative coordinates. All four properties interact with the **ScaleMode** property in the following ways:
diff --git a/api/Access.Report.ScaleTop.md b/api/Access.Report.ScaleTop.md
index 9bf83aeec73..956d756a5ce 100644
--- a/api/Access.Report.ScaleTop.md
+++ b/api/Access.Report.ScaleTop.md
@@ -25,7 +25,7 @@ You can use the **ScaleTop** property to specify the units for the vertical coo
## Remarks
-You can set the **ScaleTop** property by using a macro or a[Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)event procedure specified by a section's **OnPrint** property setting.
+You can set the **ScaleTop** property by using a macro or a [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md) event procedure specified by a section's **OnPrint** property setting.
By using these properties and the related **ScaleHeight** and **ScaleWidth** properties, you can set up a custom coordinate system with both positive and negative coordinates. All four of these Scale properties interact with the **[ScaleMode](Access.Report.ScaleMode.md)** property in the following ways:
diff --git a/api/Access.Report.ScaleWidth.md b/api/Access.Report.ScaleWidth.md
index a57c73298ee..1c7457d893f 100644
--- a/api/Access.Report.ScaleWidth.md
+++ b/api/Access.Report.ScaleWidth.md
@@ -27,7 +27,7 @@ You can use the **ScaleWidth** property to specify the number of units for the
The default setting is the internal width of a report page in twips.
-You can set the **ScaleWidth** property by using a macro or a[Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)event procedure specified by a section's **OnPrint** property setting.
+You can set the **ScaleWidth** property by using a macro or a [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md) event procedure specified by a section's **OnPrint** property setting.
You can use the **ScaleWidth** property to create a custom coordinate scale for drawing or printing. For example, the statement `ScaleWidth = 100` defines the internal width of the section as 100 units, or one horizontal unit as one one-hundredth of the width.
diff --git a/api/Access.RowSourceType.md b/api/Access.RowSourceType.md
index c1f45f65041..e67e8cfe4d8 100644
--- a/api/Access.RowSourceType.md
+++ b/api/Access.RowSourceType.md
@@ -131,9 +131,9 @@ End Function
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/Access.SubForm.ControlType.md b/api/Access.SubForm.ControlType.md
index 9ea00ad9683..67cc62b6268 100644
--- a/api/Access.SubForm.ControlType.md
+++ b/api/Access.SubForm.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.SubForm.md b/api/Access.SubForm.md
index 230069f68d6..8127ee2395d 100644
--- a/api/Access.SubForm.md
+++ b/api/Access.SubForm.md
@@ -137,7 +137,7 @@ UtterAccess is the premier Microsoft Access wiki and help forum.
## See also
-- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
diff --git a/api/Access.TabControl.ControlType.md b/api/Access.TabControl.ControlType.md
index 0ebb5cf8032..7ac950e4823 100644
--- a/api/Access.TabControl.ControlType.md
+++ b/api/Access.TabControl.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.TempVar.md b/api/Access.TempVar.md
index fb3b7259fb7..41770b5c79d 100644
--- a/api/Access.TempVar.md
+++ b/api/Access.TempVar.md
@@ -23,7 +23,7 @@ A **TempVar** objects provide a convenient way to exchange data between VBA pro
Although a **TempVar** object can be used to store information for use in VBA procedures, it does not have the same funcitonality as a VBA variable.
-- By default, a **TempVar** object remains in memory until Access is closed. You can use the **[Remove](Access.TempVars.Remove.md)** method or the[RemoveTempVar](overview/Access.md) macro action to remove a **TempVar** object.
+- By default, a **TempVar** object remains in memory until Access is closed. You can use the **[Remove](Access.TempVars.Remove.md)** method or the [RemoveTempVar](overview/Access.md) macro action to remove a **TempVar** object.
- In VBA, a **TempVar** object is accessible only to the members of the Access **[Application](Access.Application.md)** object, referenced databases, or add-ins.
diff --git a/api/Access.TempVars.md b/api/Access.TempVars.md
index 358a1602682..097d49e695e 100644
--- a/api/Access.TempVars.md
+++ b/api/Access.TempVars.md
@@ -18,11 +18,11 @@ Represents the collection of **[TempVar](Access.TempVar.md)** objects.
## Remarks
-Use the **[Add](Access.TempVars.Add.md)** method or the[SetTempVar](overview/Access.md) macro action to create a **TempVar** object.
+Use the **[Add](Access.TempVars.Add.md)** method or the [SetTempVar](overview/Access.md) macro action to create a **TempVar** object.
-Use the **[Remove](Access.TempVars.Remove.md)** method or the[RemoveTempVar](overview/Access.md) macro action to delete a **TempVar** object from the **TempVars** collection.
+Use the **[Remove](Access.TempVars.Remove.md)** method or the [RemoveTempVar](overview/Access.md) macro action to delete a **TempVar** object from the **TempVars** collection.
-Use the **[RemoveAll](Access.TempVars.RemoveAll.md)** method or[RemoveAllTempVars](overview/Access.md) macro action to delete all **TempVar** objects from the **TempVars** collection.
+Use the **[RemoveAll](Access.TempVars.RemoveAll.md)** method or [RemoveAllTempVars](overview/Access.md) macro action to delete all **TempVar** objects from the **TempVars** collection.
The **TempVars** collection can store up to 255 **TempVar** objects. If you do not remove a **TempVar** object, it will remain in memory until you close the database. It is a good practice to remove **TempVar** object variables when you are finished using them.
diff --git a/api/Access.TextBox.ControlType.md b/api/Access.TextBox.ControlType.md
index bbce76418e7..ad598829047 100644
--- a/api/Access.TextBox.ControlType.md
+++ b/api/Access.TextBox.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.ToggleButton.ControlType.md b/api/Access.ToggleButton.ControlType.md
index b1c1ac69b89..553ab93b802 100644
--- a/api/Access.ToggleButton.ControlType.md
+++ b/api/Access.ToggleButton.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.WSParameters.md b/api/Access.WSParameters.md
index 5a004f3178b..f39eab9c74a 100644
--- a/api/Access.WSParameters.md
+++ b/api/Access.WSParameters.md
@@ -18,7 +18,7 @@ Represents the collection of parameters of defined for an [Operation](Access.Ope
## Remarks
-Use the [WSParameters](Access.Operation.WSParameters.md) property of the[Operation](Access.Operation.md) object to get the parameters of a operation.
+Use the [WSParameters](Access.Operation.WSParameters.md) property of the [Operation](Access.Operation.md) object to get the parameters of a operation.
## Properties
diff --git a/api/Access.WebBrowserControl.ControlType.md b/api/Access.WebBrowserControl.ControlType.md
index 9f76de7ba24..bdd974cfcff 100644
--- a/api/Access.WebBrowserControl.ControlType.md
+++ b/api/Access.WebBrowserControl.ControlType.md
@@ -40,7 +40,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acLabel**|[Label](overview/label-control-access.md)|
|**acLine**|[Line](overview/line-control.md)|
|**acListBox**|[List box](overview/list-box-control.md)|
-|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md)or [Chart](overview/chart-control.md)|
+|**acObjectFrame**|[Unbound object frame](overview/unbound-object-frame-control.md) or [Chart](overview/chart-control.md)|
|**acOptionButton**|[Option button](overview/option-button-control.md)|
|**acOptionGroup**|[Option group](overview/option-group-control.md)|
|**acPage**|[Page](overview/page.md)|
@@ -49,7 +49,7 @@ The **ControlType** property setting is an intrinsic constant that specifies th
|**acSubform**|[Subform/subreport](overview/subform-subreport-control.md)|
|**acTabCtl**|[Tab](overview/tab-control.md)|
|**acTextBox**|[Text box](overview/text-box-control.md)|
-|**acToggleButton**|[Toggle button](overview/toggle-button-control.md)[Toggle button](overview/toggle-button-control.md)|
+|**acToggleButton**|[Toggle button](overview/toggle-button-control.md) [Toggle button](overview/toggle-button-control.md)|
**Note** The **ControlType** property can only be set by using Visual Basic in form Design view or report Design view, but it can be read in all views.
diff --git a/api/Access.WebBrowserControl.Enabled.md b/api/Access.WebBrowserControl.Enabled.md
index f79d934b3f2..9c40fc8f0e2 100644
--- a/api/Access.WebBrowserControl.Enabled.md
+++ b/api/Access.WebBrowserControl.Enabled.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# WebBrowserControl.Enabled Property (Access)
-You can use the **Enabled** property to set or return the status of the conditional format in the[FormatCondition](Access.FormatCondition.md)object. Read/write **Boolean**.
+You can use the **Enabled** property to set or return the status of the conditional format in the [FormatCondition](Access.FormatCondition.md)object. Read/write **Boolean**.
## Syntax
diff --git a/api/Access.WebService.md b/api/Access.WebService.md
index d277fe32283..8a796c35fd5 100644
--- a/api/Access.WebService.md
+++ b/api/Access.WebService.md
@@ -18,7 +18,7 @@ Represents a Data Service data connection.
## Remarks
-Use the [Item](Access.WebServices.Item.md) property of the[WebServices](Access.WebServices.md) collection to return a **WebService** object.
+Use the [Item](Access.WebServices.Item.md) property of the [WebServices](Access.WebServices.md) collection to return a **WebService** object.
A Data Service data connection may contain one or more entities. Each entity specifies an external content type. Used throughout the functionality and services offered by Business Connectivity Services, external content types are reusable metadata descriptions of connectivity information and data definitions plus the behaviors you want to apply to a certain category of external data. Use the [Entities](Access.WebService.Entities.md) property to return the entities defined for a Data Service data connection.
diff --git a/api/Access.WebServices.md b/api/Access.WebServices.md
index d621f8b1e74..0d0059854eb 100644
--- a/api/Access.WebServices.md
+++ b/api/Access.WebServices.md
@@ -18,7 +18,7 @@ Represents the collection of Data Services data connections installed in the dat
## Remarks
-Use the [WebServices](Access.Application.WebServices.md) property of the[Application Object](Access.Application.md) to return the colleciton of installed Data Services data connections.
+Use the [WebServices](Access.Application.WebServices.md) property of the [Application Object](Access.Application.md) to return the colleciton of installed Data Services data connections.
Use the following steps to install a Data Services data connection in your database.
diff --git a/api/Access.format.propertydate.time.md b/api/Access.format.propertydate.time.md
index af85d1cbfa4..4e8eaa89afc 100644
--- a/api/Access.format.propertydate.time.md
+++ b/api/Access.format.propertydate.time.md
@@ -92,9 +92,9 @@ Positive numbers are displayed as years with an "A.D." before the year. Negative
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/Access.format.propertynumber.and.currency.md b/api/Access.format.propertynumber.and.currency.md
index e302d2c2160..7f72d501c05 100644
--- a/api/Access.format.propertynumber.and.currency.md
+++ b/api/Access.format.propertynumber.and.currency.md
@@ -44,7 +44,7 @@ Custom number formats can have one to four sections with semicolons (;) as the l
For example, you could use the following custom Currency format:
```vb
-$#,##0.00[Green];($#,##0.00)[Red];"Zero";"Null"
+$#,##0.00[Green];($#,##0.00) [Red];"Zero";"Null"
```
This number format contains four sections separated by semicolons and uses a different format for each section.
@@ -95,9 +95,9 @@ The following are examples of custom number formats.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/Access.format.propertytext.and.memo.md b/api/Access.format.propertytext.and.memo.md
index 0d84c311bc8..ff7eacf7487 100644
--- a/api/Access.format.propertytext.and.memo.md
+++ b/api/Access.format.propertytext.and.memo.md
@@ -58,9 +58,9 @@ The following are examples of text and memo custom formats.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/Access.format.propertyyes.no.md b/api/Access.format.propertyyes.no.md
index ffe386458e7..bdf1fbaaea5 100644
--- a/api/Access.format.propertyyes.no.md
+++ b/api/Access.format.propertyyes.no.md
@@ -49,9 +49,9 @@ The following example shows a custom yes/no format for a text box control. The c
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/Excel.AddIns.md b/api/Excel.AddIns.md
index 7e20de3e7f7..dceee49756d 100644
--- a/api/Excel.AddIns.md
+++ b/api/Excel.AddIns.md
@@ -38,7 +38,7 @@ Sub DisplayAddIns()
End Sub
```
-Use the **[Add](Excel.AddIns.Add.md)** method to add an add-in to the list of available add-ins. The **Add** method adds an add-in to the list but doesn't install the add-in. Set the[Installed](Excel.AddIn.Installed.md) property of the add-in to **True** to install the add-in. To install an add-in that doesn't appear in the list of available add-ins, you must first use the **Add** method and then set the **Installed** property. This can be done in a single step, as shown in the following example (note that you use the name of the add-in, not its title, with the **Add** method).
+Use the **[Add](Excel.AddIns.Add.md)** method to add an add-in to the list of available add-ins. The **Add** method adds an add-in to the list but doesn't install the add-in. Set the [Installed](Excel.AddIn.Installed.md) property of the add-in to **True** to install the add-in. To install an add-in that doesn't appear in the list of available add-ins, you must first use the **Add** method and then set the **Installed** property. This can be done in a single step, as shown in the following example (note that you use the name of the add-in, not its title, with the **Add** method).
diff --git a/api/Excel.Application.ActiveSheet.md b/api/Excel.Application.ActiveSheet.md
index 7c8acd6665d..78d8d319343 100644
--- a/api/Excel.Application.ActiveSheet.md
+++ b/api/Excel.Application.ActiveSheet.md
@@ -39,7 +39,7 @@ This example displays the name of the active sheet.
MsgBox "The name of the active sheet is " & ActiveSheet.Name
```
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
This example creates a print preview of the active sheet that has the page number at the top of column B on each page.
diff --git a/api/Excel.Application.Cells.md b/api/Excel.Application.Cells.md
index 4f2e4bb8674..ef5caae3e12 100644
--- a/api/Excel.Application.Cells.md
+++ b/api/Excel.Application.Cells.md
@@ -32,7 +32,7 @@ Using this property without an object qualifier returns a **Range** object that
## Example
- **Sample code provided by:** Tom Urtis,[Atlas Programming Management](https://www.atlaspm.com/)
+ **Sample code provided by:** Tom Urtis, [Atlas Programming Management](https://www.atlaspm.com/)
This example looks at data in each row and inserts a blank row each time the value in column A changes.
diff --git a/api/Excel.Application.Dialogs.md b/api/Excel.Application.Dialogs.md
index b98cc3300df..6ab3bd99808 100644
--- a/api/Excel.Application.Dialogs.md
+++ b/api/Excel.Application.Dialogs.md
@@ -34,7 +34,7 @@ Application.Dialogs(xlDialogOpen).Show
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
diff --git a/api/Excel.Application.ProtectedViewWindowActivate.md b/api/Excel.Application.ProtectedViewWindowActivate.md
index 15185ef3f4d..f75c8905e79 100644
--- a/api/Excel.Application.ProtectedViewWindowActivate.md
+++ b/api/Excel.Application.ProtectedViewWindowActivate.md
@@ -38,7 +38,7 @@ Nothing
## Remarks
-For more information about how to use event procedures with the **Application** object, see[Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
+For more information about how to use event procedures with the **Application** object, see [Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
## See also
diff --git a/api/Excel.Application.ProtectedViewWindowBeforeClose.md b/api/Excel.Application.ProtectedViewWindowBeforeClose.md
index a2a56c6e56e..5eed46a342a 100644
--- a/api/Excel.Application.ProtectedViewWindowBeforeClose.md
+++ b/api/Excel.Application.ProtectedViewWindowBeforeClose.md
@@ -40,7 +40,7 @@ Nothing
## Example
-The following code example prompts the user for a yes or no response before closing the **Protected View** window. This code must be placed in a class module and an instance of that class must be correctly initialized. For more information about how to use event procedures with the **Application** object, see[Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
+The following code example prompts the user for a yes or no response before closing the **Protected View** window. This code must be placed in a class module and an instance of that class must be correctly initialized. For more information about how to use event procedures with the **Application** object, see [Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
```vb
diff --git a/api/Excel.Application.ProtectedViewWindowBeforeEdit.md b/api/Excel.Application.ProtectedViewWindowBeforeEdit.md
index 84b985ed45f..f8ff2752e3d 100644
--- a/api/Excel.Application.ProtectedViewWindowBeforeEdit.md
+++ b/api/Excel.Application.ProtectedViewWindowBeforeEdit.md
@@ -39,7 +39,7 @@ Nothing
## Example
-The following code example prompts the user for a yes or no response before enabling editing on a workbook in a **Protected View** window. This code must be placed in a class module, and an instance of the class must be correctly initialized. For more information about how to use event procedures with the **Application** object, see[Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
+The following code example prompts the user for a yes or no response before enabling editing on a workbook in a **Protected View** window. This code must be placed in a class module, and an instance of the class must be correctly initialized. For more information about how to use event procedures with the **Application** object, see [Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
```vb
diff --git a/api/Excel.Application.ProtectedViewWindowDeactivate.md b/api/Excel.Application.ProtectedViewWindowDeactivate.md
index 8e1a62b01f1..30fc1caa9fd 100644
--- a/api/Excel.Application.ProtectedViewWindowDeactivate.md
+++ b/api/Excel.Application.ProtectedViewWindowDeactivate.md
@@ -38,7 +38,7 @@ Occurs when a **Protected View** window is deactivated.
## Example
-The following code example minimizes any **Protected View** window when it is deactivated. This code must be placed in a class module and an instance of that class must be correctly initialized. For more information about how to use event procedures with the **Application** object, see[Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
+The following code example minimizes any **Protected View** window when it is deactivated. This code must be placed in a class module and an instance of that class must be correctly initialized. For more information about how to use event procedures with the **Application** object, see [Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
```vb
diff --git a/api/Excel.Application.ProtectedViewWindowOpen.md b/api/Excel.Application.ProtectedViewWindowOpen.md
index 3ef56afeeec..0f140d77e46 100644
--- a/api/Excel.Application.ProtectedViewWindowOpen.md
+++ b/api/Excel.Application.ProtectedViewWindowOpen.md
@@ -38,7 +38,7 @@ Nothing
## Example
-The following code example informs the user that the workbook will be opened in a **Protected View** window. This code must be placed in a class module and an instance of that class must be correctly initialized. For more information about how to use event procedures with the **Application** object, see[Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
+The following code example informs the user that the workbook will be opened in a **Protected View** window. This code must be placed in a class module and an instance of that class must be correctly initialized. For more information about how to use event procedures with the **Application** object, see [Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
```vb
diff --git a/api/Excel.Application.ProtectedViewWindowResize.md b/api/Excel.Application.ProtectedViewWindowResize.md
index e41dd4c5026..a831c73b163 100644
--- a/api/Excel.Application.ProtectedViewWindowResize.md
+++ b/api/Excel.Application.ProtectedViewWindowResize.md
@@ -38,7 +38,7 @@ Nothing
## Remarks
-For more information about how to use event procedures with the **Application** object, see[Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
+For more information about how to use event procedures with the **Application** object, see [Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
## See also
diff --git a/api/Excel.Application.Selection.md b/api/Excel.Application.Selection.md
index fb4f47a29e5..759587fe9ea 100644
--- a/api/Excel.Application.Selection.md
+++ b/api/Excel.Application.Selection.md
@@ -66,6 +66,6 @@ End Sub
## See also
-[TypeName function](https://msdn.microsoft.com/en-us/vba/language-reference-vba/articles/typename-function)
+[TypeName function](https://msdn.microsoft.com/vba/language-reference-vba/articles/typename-function)
[Application Object](Excel.Application(object).md)
diff --git a/api/Excel.Application.WindowActivate.md b/api/Excel.Application.WindowActivate.md
index b80131f4666..2cb0c678b52 100644
--- a/api/Excel.Application.WindowActivate.md
+++ b/api/Excel.Application.WindowActivate.md
@@ -34,7 +34,7 @@ Occurs when any workbook window is activated.
## Remarks
-For information about how to use event procedures with the **Application** object, see[Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
+For information about how to use event procedures with the **Application** object, see [Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
## See also
diff --git a/api/Excel.Application.WindowResize.md b/api/Excel.Application.WindowResize.md
index 97a26d69948..1902632b565 100644
--- a/api/Excel.Application.WindowResize.md
+++ b/api/Excel.Application.WindowResize.md
@@ -34,7 +34,7 @@ Occurs when any workbook window is resized.
## Remarks
-For information about how to use event procedures with the **Application** object, see[Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
+For information about how to use event procedures with the **Application** object, see [Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
## See also
diff --git a/api/Excel.Application.WorkbookBeforeClose.md b/api/Excel.Application.WorkbookBeforeClose.md
index 08370f3e9ed..4eae7292199 100644
--- a/api/Excel.Application.WorkbookBeforeClose.md
+++ b/api/Excel.Application.WorkbookBeforeClose.md
@@ -39,7 +39,7 @@ Nothing
## Example
-This example prompts the user for a yes or no response before closing any workbook. For more information about how to use event procedures with the **Application** object, see[Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
+This example prompts the user for a yes or no response before closing any workbook. For more information about how to use event procedures with the **Application** object, see [Using Events with the Application Object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md).
```vb
diff --git a/api/Excel.AutoFilter.md b/api/Excel.AutoFilter.md
index 35b45c37cf6..ce41c805fae 100644
--- a/api/Excel.AutoFilter.md
+++ b/api/Excel.AutoFilter.md
@@ -19,7 +19,7 @@ Represents autofiltering for the specified worksheet.
**Note** When using **AutoFilter** with dates, the format should be consistent with English date separators ("/") instead of local settings ("."). A valid date would be "2/2/2007", whereas "2.2.2007" is invalid.
- **Note** Working with objects (e g **Interior** Object) requires adding a reference to an object. You will find more information about assigning an Object reference to a variable or property in the[Set Statement](../language/reference/User-Interface-Help/set-statement.md).
+ **Note** Working with objects (e g **Interior** Object) requires adding a reference to an object. You will find more information about assigning an Object reference to a variable or property in the [Set Statement](../language/reference/User-Interface-Help/set-statement.md).
## Example
diff --git a/api/Excel.CalculatedMember.md b/api/Excel.CalculatedMember.md
index 67d6767f073..3bece742be2 100644
--- a/api/Excel.CalculatedMember.md
+++ b/api/Excel.CalculatedMember.md
@@ -18,7 +18,7 @@ Represents the calculated fields, calculated items, and named sets for PivotTabl
## Remarks
-Use the **[Add](Excel.CalculatedMembers.Add.md)** method or the[Item](Excel.CalculatedMembers.Item.md) property of the **[CalculatedMembers](Excel.CalculatedMembers.md)** collection to return a **CalculatedMember** object.
+Use the **[Add](Excel.CalculatedMembers.Add.md)** method or the [Item](Excel.CalculatedMembers.Item.md) property of the **[CalculatedMembers](Excel.CalculatedMembers.md)** collection to return a **CalculatedMember** object.
With a **CalculatedMember** object you can check the validity of a calculated field or item in a PivotTable using the **[IsValid](Excel.CalculatedMember.IsValid.md)** property.
diff --git a/api/Excel.Dialogs.md b/api/Excel.Dialogs.md
index b9e96d8bb76..c770d466848 100644
--- a/api/Excel.Dialogs.md
+++ b/api/Excel.Dialogs.md
@@ -43,7 +43,7 @@ dlgAnswer = Application.Dialogs(xlDialogOpen).Show
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
The following code example opens an e-mail message in Microsoft Outlook with the current workbook attached.
diff --git a/api/Excel.FormatCondition.NumberFormat.md b/api/Excel.FormatCondition.NumberFormat.md
index 2c758659389..497d34a52b6 100644
--- a/api/Excel.FormatCondition.NumberFormat.md
+++ b/api/Excel.FormatCondition.NumberFormat.md
@@ -25,7 +25,7 @@ Returns or sets the number format applied to a cell if the conditional formattin
## Remarks
-The number format is specified using the same format codes displayed on the **Number** tab of the **Format Cells** dialog box. You can use a built-in number format, for example `"General"`, or [create a custom number format](https://office.microsoft.com/en-us/excel-help/create-or-delete-a-custom-number-format-HP010342372.aspx).
+The number format is specified using the same format codes displayed on the **Number** tab of the **Format Cells** dialog box. You can use a built-in number format, for example `"General"`, or [create a custom number format](https://support.office.com/article/create-or-delete-a-custom-number-format-78f2a361-936b-4c03-8772-09fab54be7f4?ocmsassetID=HP010342372&CorrelationId=da8e4328-d0fa-429c-94c6-063f57b60744&ui=en-US&rs=en-US&ad=US).
## See also
diff --git a/api/Excel.Interior(object).md b/api/Excel.Interior(object).md
index b098cff3b4b..a6cccaca359 100644
--- a/api/Excel.Interior(object).md
+++ b/api/Excel.Interior(object).md
@@ -25,7 +25,7 @@ Use the **[Interior](Excel.Range.Interior.md)** property to return the **Interi
Worksheets("Sheet1").Range("A1").Interior.ColorIndex = 3
```
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&p=1)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&p=1)
This example gets the value of the color of a cell in column A using the **ColorIndex** property, and then uses that value to sort the range by color.
diff --git a/api/Excel.ListColumns.md b/api/Excel.ListColumns.md
index f43a0c5c170..d38ae37a938 100644
--- a/api/Excel.ListColumns.md
+++ b/api/Excel.ListColumns.md
@@ -26,7 +26,7 @@ A collection of all the **[ListColumn](Excel.ListColumn.md)** objects in the sp
## Example
-Use the **[ListColumns](Excel.ListObject.ListColumns.md)** property of the[ListObject](Excel.ListObject.md) object to return the **[ListColumns](Excel.ListColumns.md)** collection. The following example adds a new column to the default **ListObject** object in the first worksheet of the workbook. Because no position is specified, a new rightmost column is added.
+Use the **[ListColumns](Excel.ListObject.ListColumns.md)** property of the [ListObject](Excel.ListObject.md) object to return the **[ListColumns](Excel.ListColumns.md)** collection. The following example adds a new column to the default **ListObject** object in the first worksheet of the workbook. Because no position is specified, a new rightmost column is added.
```vb
diff --git a/api/Excel.ListDataFormat.md b/api/Excel.ListDataFormat.md
index 2edcfce17e0..1b5b8bd88e4 100644
--- a/api/Excel.ListDataFormat.md
+++ b/api/Excel.ListDataFormat.md
@@ -18,7 +18,7 @@ The **ListDataFormat** object holds all the data type properties of the **[List
## Remarks
-Use the [ListDataFormat](Excel.ListObject.ListColumns.md) property of the[ListColumn](Excel.ListObject.md) object to return a **ListDataFormat** object. The default property of the ListDataFormat object is the **[Type](Excel.ListDataFormat.Type.md)** property which indicates the data type of the list column. This allows the user to write code without specifying the **Type** property.
+Use the [ListDataFormat](Excel.ListObject.ListColumns.md) property of the [ListColumn](Excel.ListObject.md) object to return a **ListDataFormat** object. The default property of the ListDataFormat object is the **[Type](Excel.ListDataFormat.Type.md)** property which indicates the data type of the list column. This allows the user to write code without specifying the **Type** property.
## Example
diff --git a/api/Excel.ListObjects.md b/api/Excel.ListObjects.md
index ae9777cb413..c3a75c9781a 100644
--- a/api/Excel.ListObjects.md
+++ b/api/Excel.ListObjects.md
@@ -18,7 +18,7 @@ A collection of all the **[ListObject](Excel.ListObject.md)** objects on a work
## Remarks
-Use the **[ListObjects](Excel.Worksheet.ListObjects.md)** property of the[Worksheet](Excel.Worksheet.md) object to return the **ListObjects** collection.
+Use the **[ListObjects](Excel.Worksheet.ListObjects.md)** property of the [Worksheet](Excel.Worksheet.md) object to return the **ListObjects** collection.
## Example
diff --git a/api/Excel.Names.md b/api/Excel.Names.md
index ecf74df93e9..52b72ab3668 100644
--- a/api/Excel.Names.md
+++ b/api/Excel.Names.md
@@ -55,7 +55,7 @@ Use **Names** ( _index_ ), where _index_ is the name index number or defined na
ActiveWorkbook.Names("mySortRange").Delete
```
- **Sample code provided by:** Dennis Wallentin,[VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
+ **Sample code provided by:** Dennis Wallentin, [VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
This example uses a named range as the formula for data validation. This example requires the validation data to be on Sheet 2 in the range A2:A100. This validation data is used to validate data entered on Sheet 1 in the range D2:D10.
diff --git a/api/Excel.PivotTables.md b/api/Excel.PivotTables.md
index 82378149a41..ea0381d37b4 100644
--- a/api/Excel.PivotTables.md
+++ b/api/Excel.PivotTables.md
@@ -19,7 +19,7 @@ A collection of all the **[PivotTable](Excel.PivotTable.md)** objects in the sp
## Remarks
- **Note** The [Workbook.PivotTables](Excel.workbook.pivottables.md) property (which is new for Office) does not return all the **PivotTable** objects in the workbook; instead it returns only those associated with decoupled PivotCharts. However,[Worksheet.PivotTables](Excel.Worksheet.PivotTables.md) returns all the **PivotTable** objects in the worksheet, irrespective of whether they are associated with decoupled PivotCharts.
+ **Note** The [Workbook.PivotTables](Excel.workbook.pivottables.md) property (which is new for Office) does not return all the **PivotTable** objects in the workbook; instead it returns only those associated with decoupled PivotCharts. However, [Worksheet.PivotTables](Excel.Worksheet.PivotTables.md) returns all the **PivotTable** objects in the worksheet, irrespective of whether they are associated with decoupled PivotCharts.
Because PivotTable report programming can be complex, it's generally easiest to record PivotTable report actions and then revise the recorded code.
diff --git a/api/Excel.ProtectedViewWindow.md b/api/Excel.ProtectedViewWindow.md
index 06fe593e0c7..113964aa2c3 100644
--- a/api/Excel.ProtectedViewWindow.md
+++ b/api/Excel.ProtectedViewWindow.md
@@ -33,7 +33,7 @@ A **Protected View** window is used to display a workbook from a potentially un
-Workbooks displayed in a **Protected View** window cannot be edited and are restricted from running active content such as Visual Basic for Applications macros and data connections. For more information about **Protected View** windows, see[What is Protected View?](https://office.microsoft.com/en-us/excel-help/what-is-protected-view-HA010355931.aspx?CTT=1)
+Workbooks displayed in a **Protected View** window cannot be edited and are restricted from running active content such as Visual Basic for Applications macros and data connections. For more information about **Protected View** windows, see [What is Protected View?](https://support.office.com/article/what-is-protected-view-d6f09ac7-e6b9-4495-8e43-2bbcdbcb6653?ocmsassetID=HA010355931&CTT=1&CorrelationId=ad189265-115e-4f59-bdf0-ee99038a5bb0&ui=en-US&rs=en-US&ad=US)
To return a single **ProtectedViewWindow** object from the **[ProtectedViewWindows](Excel.ProtectedViewWindows.md)** collection, use `ProtectedViewWindows(Index)`, where _Index_ is the index number of the window you want to open. You can also access the **ProtectedViewWindow** object that represents the active **Protected View** window by using the **[ActiveProtectedViewWindow](Excel.Application.ActiveProtectedViewWindow.md)** property of the **[Application](Excel.Application(object).md)** object.
diff --git a/api/Excel.Range.Cells.md b/api/Excel.Range.Cells.md
index 663cd2775c0..4e03cacdf72 100644
--- a/api/Excel.Range.Cells.md
+++ b/api/Excel.Range.Cells.md
@@ -54,7 +54,7 @@ For n = 2 To r.Rows.Count
Next n
```
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
This example looks through column C, and for every cell that has a comment, it puts the comment text into column D and deletes the comment from column C.
diff --git a/api/Excel.Range.Column.md b/api/Excel.Range.Column.md
index 72a13d3d0aa..52a6614f2d7 100644
--- a/api/Excel.Range.Column.md
+++ b/api/Excel.Range.Column.md
@@ -45,7 +45,7 @@ For Each col In Worksheets("Sheet1").Columns
Next col
```
- **Sample code provided by:** Dennis Wallentin,[VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
+ **Sample code provided by:** Dennis Wallentin, [VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
This example deletes the empty columns from a selected range.
diff --git a/api/Excel.Range.ConvertToLinkedDataType.md b/api/Excel.Range.ConvertToLinkedDataType.md
index 22e53282b3c..76205daf5e7 100644
--- a/api/Excel.Range.ConvertToLinkedDataType.md
+++ b/api/Excel.Range.ConvertToLinkedDataType.md
@@ -12,7 +12,7 @@ ms.date: 09/12/2018
# Range.ConvertToLinkedDataType method (Excel)
-Attempts to convert all the cells in the range to a Linked data type such as [Stocks or Geography](https://support.office.com/en-us/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877).
+Attempts to convert all the cells in the range to a Linked data type such as [Stocks or Geography](https://support.office.com/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877).
## Syntax
@@ -26,7 +26,7 @@ Attempts to convert all the cells in the range to a Linked data type such as [St
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
| _ServiceID_|Required| **Long**|The ID of the service that will provide the linked entity.|
-| _LanguageCulture_|Required| **String**|A string representing the [LCID](https://msdn.microsoft.com/en-us/library/cc233982.aspx) of the language and culture that you would like to use for the linked entity. |
+| _LanguageCulture_|Required| **String**|A string representing the [LCID](https://msdn.microsoft.com/library/cc233982.aspx) of the language and culture that you would like to use for the linked entity. |
## Remarks
diff --git a/api/Excel.Range.Copy.md b/api/Excel.Range.Copy.md
index 6e8b36967a5..1455e7b414c 100644
--- a/api/Excel.Range.Copy.md
+++ b/api/Excel.Range.Copy.md
@@ -48,7 +48,7 @@ Worksheets("Sheet1").Range("A1:D4").Copy _
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
The following code example inspects the value in column D for each row in Sheet1. If the value in column D equals "A" the entire row is copied onto SheetA, in the next empty row. If the value equals "B" the row is copied onto SheetB.
diff --git a/api/Excel.Range.DataTypeToText.md b/api/Excel.Range.DataTypeToText.md
index d85fbfa3652..5baab56e6a2 100644
--- a/api/Excel.Range.DataTypeToText.md
+++ b/api/Excel.Range.DataTypeToText.md
@@ -12,7 +12,7 @@ ms.date: 09/12/2018
# Range.DataTypeToText method (Excel)
-If any of the cells in the range are a Linked data type such as [Stocks or Geography](https://support.office.com/en-us/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877), this call will convert their values to text.
+If any of the cells in the range are a Linked data type such as [Stocks or Geography](https://support.office.com/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877), this call will convert their values to text.
## Syntax
diff --git a/api/Excel.Range.EntireRow.md b/api/Excel.Range.EntireRow.md
index 79ce48eea3b..1ad1b9a815d 100644
--- a/api/Excel.Range.EntireRow.md
+++ b/api/Excel.Range.EntireRow.md
@@ -32,7 +32,7 @@ This example sets the value of the first cell in the row that contains the activ
ActiveCell.EntireRow.Cells(1, 1).Value = 5
```
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
This example sorts all the rows on a worksheet, including hidden rows.
diff --git a/api/Excel.Range.Find.md b/api/Excel.Range.Find.md
index ea1dbf054ea..4b86e7d6ef6 100644
--- a/api/Excel.Range.Find.md
+++ b/api/Excel.Range.Find.md
@@ -50,7 +50,7 @@ This method returns **Nothing** if no match is found. The **Find** method does
The settings for _LookIn_, _LookAt_, _SearchOrder_, and _MatchByte_ are saved each time you use this method. If you do not specify values for these arguments the next time you call the method, the saved values are used. Setting these arguments changes the settings in the **Find** dialog box, and changing the settings in the **Find** dialog box changes the saved values that are used if you omit the arguments. To avoid problems, set these arguments explicitly each time you use this method.
-You can use the [FindNext](Excel.Range.FindNext.md) and[FindPrevious](Excel.Range.FindPrevious.md) methods to repeat the search.
+You can use the [FindNext](Excel.Range.FindNext.md) and [FindPrevious](Excel.Range.FindPrevious.md) methods to repeat the search.
When the search reaches the end of the specified search range, it wraps around to the beginning of the range. To stop a search when this wraparound occurs, save the address of the first found cell, and then test each successive found-cell address against this saved address.
@@ -79,7 +79,7 @@ With Worksheets(1).Range("a1:a500")
End With
```
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
This example takes a path and name of a workbook and a search term, and searches the specified workbook for the search term. If the search term is found, the address of the result is stored in cell D10 of the current workbook.
diff --git a/api/Excel.Range.Formula.md b/api/Excel.Range.Formula.md
index 148a310882c..d5b502fa209 100644
--- a/api/Excel.Range.Formula.md
+++ b/api/Excel.Range.Formula.md
@@ -47,7 +47,7 @@ Worksheets("Sheet1").Range("A1").Formula = "=$A$4+$A$10"
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
The following code example sets the formula for cell A1 on Sheet1 to display today's date.
diff --git a/api/Excel.Range.HasRichDataType.md b/api/Excel.Range.HasRichDataType.md
index 113fa59ae8c..d2363a75375 100644
--- a/api/Excel.Range.HasRichDataType.md
+++ b/api/Excel.Range.HasRichDataType.md
@@ -24,7 +24,7 @@ ms.date: 09/12/2018
## Remarks
-Linked data types such as [Stocks or Geography](https://support.office.com/en-us/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877) are a kind of Rich data type. For linked types, only cells whose [LinkedDataTypeState property](Excel.Range.LinkedDataTypeState.md) is `ValidLinkedData`, `FetchingData`, or `BrokenLinkedData` will be counted as Rich data types by the `HasRichDataType` property.
+Linked data types such as [Stocks or Geography](https://support.office.com/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877) are a kind of Rich data type. For linked types, only cells whose [LinkedDataTypeState property](Excel.Range.LinkedDataTypeState.md) is `ValidLinkedData`, `FetchingData`, or `BrokenLinkedData` will be counted as Rich data types by the `HasRichDataType` property.
Cells in the `DisambiguationNeeded` or `None` states do _not_ count as Rich data types. See the [XlLinkedDataTypeState enum](Excel.XlLinkedDataTypeState.md) for more information about possible Linked data type states.
diff --git a/api/Excel.Range.LinkedDataTypeState.md b/api/Excel.Range.LinkedDataTypeState.md
index a6ab180ea99..5192064bf6c 100644
--- a/api/Excel.Range.LinkedDataTypeState.md
+++ b/api/Excel.Range.LinkedDataTypeState.md
@@ -12,7 +12,7 @@ ms.date: 09/12/2018
# Range.LinkedDataTypeState property (Excel)
-Returns information about the state of any Linked data types, such as [Stocks or Geography](https://support.office.com/en-us/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877), in the range. Possible values are from the enum **[XlLinkedDataTypeState](Excel.XlLinkedDataTypeState.md)**. Read-only.
+Returns information about the state of any Linked data types, such as [Stocks or Geography](https://support.office.com/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877), in the range. Possible values are from the enum **[XlLinkedDataTypeState](Excel.XlLinkedDataTypeState.md)**. Read-only.
## Syntax
diff --git a/api/Excel.Range.Row.md b/api/Excel.Range.Row.md
index e523e556256..c87c6a46ac2 100644
--- a/api/Excel.Range.Row.md
+++ b/api/Excel.Range.Row.md
@@ -36,7 +36,7 @@ For Each rw In Worksheets("Sheet1").Rows
Next rw
```
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1) |[About the Contributors](Excel.Range.Row.md#AboutContributor)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1) |[About the Contributors](Excel.Range.Row.md#AboutContributor)
This example uses the **BeforeDoubleClick** worksheet event to copy a row of data from one worksheet to another. To run this code, the name of the target worksheet must be in column A. When you double click a cell that contains data, this example gets the target worksheet name from column A and copies the entire row of data into the next available row on the target worksheet. This example accesses the active row using the **Target** keyword.
@@ -74,7 +74,7 @@ Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean
End Sub
```
- **Sample code provided by:** Dennis Wallentin,[VSTO &; .NET &; Excel](https://xldennis.wordpress.com/) |[About the Contributors](Excel.Range.Row.md#AboutContributor)
+ **Sample code provided by:** Dennis Wallentin, [VSTO &; .NET &; Excel](https://xldennis.wordpress.com/) |[About the Contributors](Excel.Range.Row.md#AboutContributor)
This example deletes the empty rows from a selected range.
diff --git a/api/Excel.Range.SetCellDataTypeFromCell.md b/api/Excel.Range.SetCellDataTypeFromCell.md
index f35f451c377..1d6e04d875f 100644
--- a/api/Excel.Range.SetCellDataTypeFromCell.md
+++ b/api/Excel.Range.SetCellDataTypeFromCell.md
@@ -12,7 +12,7 @@ ms.date: 09/12/2018
# Range.SetCellDataTypeFromCell method (Excel)
-Creates another instance of a Linked data type such as [Stocks or Geography](https://support.office.com/en-us/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877) that exists in another cell. The new instance will be linked to the data source in the same way as the original, so it will refresh from the service if you call [Workbook.RefreshAll](Excel.Workbook.RefreshAll.md).
+Creates another instance of a Linked data type such as [Stocks or Geography](https://support.office.com/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877) that exists in another cell. The new instance will be linked to the data source in the same way as the original, so it will refresh from the service if you call [Workbook.RefreshAll](Excel.Workbook.RefreshAll.md).
## Syntax
diff --git a/api/Excel.Range.ShowCard.md b/api/Excel.Range.ShowCard.md
index 9ff2d8f5054..1c2f7d29c7f 100644
--- a/api/Excel.Range.ShowCard.md
+++ b/api/Excel.Range.ShowCard.md
@@ -12,7 +12,7 @@ ms.date: 09/12/2018
# Range.ShowCard method (Excel)
-For a cell containing a Linked data type such as [Stocks or Geography](https://support.office.com/en-us/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877), this method will cause a card to appear that shows details about the cell (that is, the same card that the user can view by clicking on the cell icon).
+For a cell containing a Linked data type such as [Stocks or Geography](https://support.office.com/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877), this method will cause a card to appear that shows details about the cell (that is, the same card that the user can view by clicking on the cell icon).
## Syntax
diff --git a/api/Excel.Series.InvertColorIndex.md b/api/Excel.Series.InvertColorIndex.md
index 6444779d81e..0d107aa7d97 100644
--- a/api/Excel.Series.InvertColorIndex.md
+++ b/api/Excel.Series.InvertColorIndex.md
@@ -30,7 +30,7 @@ Returns or sets the fill color for negative data points in a series. Read/write
## Remarks
-The **InvertColorIndex** property enables you to set the fill color for negative data points as a color index value from 0 to 56. For more information about color index values, see[Adding Color to Excel 2007 Worksheets by Using the ColorIndex Property](https://msdn.microsoft.com/en-us/library/cc296089.aspx). Instead of using the **InvertColorIndex** property, you can use the **[InvertColor](Excel.Series.InvertColor.md)** property, which enables you to set the color as a specific numeric, hexadecimal, octal, or RGB color value.
+The **InvertColorIndex** property enables you to set the fill color for negative data points as a color index value from 0 to 56. For more information about color index values, see [Adding Color to Excel 2007 Worksheets by Using the ColorIndex Property](https://msdn.microsoft.com/library/cc296089.aspx). Instead of using the **InvertColorIndex** property, you can use the **[InvertColor](Excel.Series.InvertColor.md)** property, which enables you to set the color as a specific numeric, hexadecimal, octal, or RGB color value.
For the **InvertColorIndex** property to have an effect, the **[InvertIfNegative](Excel.Series.InvertIfNegative.md)** property of the **Series** object must also be set to **True** .
diff --git a/api/Excel.Top10.NumberFormat.md b/api/Excel.Top10.NumberFormat.md
index ea76a4acbdf..11c406a6d56 100644
--- a/api/Excel.Top10.NumberFormat.md
+++ b/api/Excel.Top10.NumberFormat.md
@@ -25,7 +25,7 @@ Returns or sets the number format applied to a cell if the conditional formattin
## Remarks
-The number format is specified using the same format codes displayed on the **Number** tab of the **Format Cells** dialog box. You can use a built-in number format, for example `"General"`, or [create a custom number format](https://office.microsoft.com/en-us/excel-help/create-or-delete-a-custom-number-format-HP010342372.aspx).
+The number format is specified using the same format codes displayed on the **Number** tab of the **Format Cells** dialog box. You can use a built-in number format, for example `"General"`, or [create a custom number format](https://support.office.com/article/create-or-delete-a-custom-number-format-78f2a361-936b-4c03-8772-09fab54be7f4?ocmsassetID=HP010342372&CorrelationId=da8e4328-d0fa-429c-94c6-063f57b60744&ui=en-US&rs=en-US&ad=US).
## See also
diff --git a/api/Excel.UniqueValues.NumberFormat.md b/api/Excel.UniqueValues.NumberFormat.md
index e410a7915b6..af67c64222a 100644
--- a/api/Excel.UniqueValues.NumberFormat.md
+++ b/api/Excel.UniqueValues.NumberFormat.md
@@ -25,7 +25,7 @@ Returns or sets the number format applied to a cell if the conditional formattin
## Remarks
-The number format is specified using the same format codes displayed on the **Number** tab of the **Format Cells** dialog box. You can use a built-in number format, for example `"General"`, or [create a custom number format](https://office.microsoft.com/en-us/excel-help/create-or-delete-a-custom-number-format-HP010342372.aspx).
+The number format is specified using the same format codes displayed on the **Number** tab of the **Format Cells** dialog box. You can use a built-in number format, for example `"General"`, or [create a custom number format](https://support.office.com/article/create-or-delete-a-custom-number-format-78f2a361-936b-4c03-8772-09fab54be7f4?ocmsassetID=HP010342372&CorrelationId=da8e4328-d0fa-429c-94c6-063f57b60744&ui=en-US&rs=en-US&ad=US).
## See also
diff --git a/api/Excel.UserAccess.md b/api/Excel.UserAccess.md
index 4191e57202f..ea315ff4da2 100644
--- a/api/Excel.UserAccess.md
+++ b/api/Excel.UserAccess.md
@@ -18,7 +18,7 @@ Represents the user access for a protected range.
## Example
-Use the **[Add](Excel.UserAccessList.Add.md)** method or the[Item](Excel.UserAccessList.Item.md) property of the[UserAccessList](Excel.UserAccessList.md) collection to return a **UserAccess** object.
+Use the **[Add](Excel.UserAccessList.Add.md)** method or the [Item](Excel.UserAccessList.Item.md) property of the [UserAccessList](Excel.UserAccessList.md) collection to return a **UserAccess** object.
diff --git a/api/Excel.Workbook.BeforeSave.md b/api/Excel.Workbook.BeforeSave.md
index bc363e599e3..f8140a70b18 100644
--- a/api/Excel.Workbook.BeforeSave.md
+++ b/api/Excel.Workbook.BeforeSave.md
@@ -50,7 +50,7 @@ Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, _
End Sub
```
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It?s 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It?s 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
This example uses the **BeforeSave** event to verify that certain cells contain data before the workbook can be saved. The workbook cannot be saved until there is data in each of the following cells: D5, D7, D9, D11, D13, and D15.
diff --git a/api/Excel.Workbook.Save.md b/api/Excel.Workbook.Save.md
index cc20998e111..decc3576684 100644
--- a/api/Excel.Workbook.Save.md
+++ b/api/Excel.Workbook.Save.md
@@ -53,7 +53,7 @@ Next w
Application.Quit
```
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
This example uses the **BeforeSave** event to verify that certain cells contain data before the workbook can be saved. The workbook cannot be saved until there is data in each of the following cells: D5, D7, D9, D11, D13, and D15.
diff --git a/api/Excel.Workbooks.Open.md b/api/Excel.Workbooks.Open.md
index b2be8ca2f3a..7c08dd2abc0 100644
--- a/api/Excel.Workbooks.Open.md
+++ b/api/Excel.Workbooks.Open.md
@@ -88,7 +88,7 @@ ActiveWorkbook.RunAutoMacros xlAutoOpen
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
The following code example imports a sheet from another workbook onto a new sheet in the current workbook. Sheet1 in the current workbook must contain the path name of the workbook to import in cell D3, the file name in cell D4, and the worksheet name in cell D5. The imported worksheet is inserted after Sheet1 in the current workbook.
diff --git a/api/Excel.Workbooks.md b/api/Excel.Workbooks.md
index a8d72f43890..9c97e66c413 100644
--- a/api/Excel.Workbooks.md
+++ b/api/Excel.Workbooks.md
@@ -18,7 +18,7 @@ A collection of all the **[Workbook](Excel.Workbook.md)** objects that are curr
## Remarks
-For more information about using a single **Workbook** object, see the[Workbook](Excel.Workbook.md) object.
+For more information about using a single **Workbook** object, see the [Workbook](Excel.Workbook.md) object.
## Example
diff --git a/api/Excel.Worksheet.Cells.md b/api/Excel.Worksheet.Cells.md
index 2d03e3628fe..c3bb37ca140 100644
--- a/api/Excel.Worksheet.Cells.md
+++ b/api/Excel.Worksheet.Cells.md
@@ -60,7 +60,7 @@ With Worksheets("Sheet1").Cells.Font
End With
```
- **Sample code provided by:** Tom Urtis,[Atlas Programming Management](https://www.atlaspm.com/)
+ **Sample code provided by:** Tom Urtis, [Atlas Programming Management](https://www.atlaspm.com/)
This example toggles a sort between ascending and descending order when you double-click any cell in the data range. The data is sorted based on the column of the cell that is double-clicked.
diff --git a/api/Excel.Worksheet.Change.md b/api/Excel.Worksheet.Change.md
index dce522d38ea..3fb49d2a707 100644
--- a/api/Excel.Worksheet.Change.md
+++ b/api/Excel.Worksheet.Change.md
@@ -54,7 +54,7 @@ End Sub
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/) |[About the Contributors](Excel.Worksheet.Change.md#AboutContributor)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/) |[About the Contributors](Excel.Worksheet.Change.md#AboutContributor)
The following code example verifies that, when a cell value changes, the changed cell is in column A, and if the changed value of the cell is greater than 100. If the value is greater than 100, the adjacent cell in column B is changed to the color red.
@@ -76,7 +76,7 @@ End Sub
- **Sample code provided by:** Tom Urtis,[Atlas Programming Management](https://www.atlaspm.com/) |[About the Contributors](Excel.Worksheet.Change.md#AboutContributor)
+ **Sample code provided by:** Tom Urtis, [Atlas Programming Management](https://www.atlaspm.com/) |[About the Contributors](Excel.Worksheet.Change.md#AboutContributor)
The following code example sets the values in the range A1:A10 to be uppercase as the data is entered into the cell.
diff --git a/api/Excel.Worksheet.Copy.md b/api/Excel.Worksheet.Copy.md
index 655f1da25c4..832d223c9d0 100644
--- a/api/Excel.Worksheet.Copy.md
+++ b/api/Excel.Worksheet.Copy.md
@@ -34,7 +34,7 @@ Copies the sheet to another location in the current workbook or a new workbook.
## Remarks
-If you don't specify either _Before_ or _After_, Microsoft Excel creates a new [workbook](Excel.Workbook.md) that contains the copied sheet object that contains the copied[Worksheet](Excel.Worksheet.md) object. The newly created workbook holds the[Application.ActiveWorkbook Property (Excel)](Excel.Application.ActiveWorkbook.md) property and contains a single worksheet. The single worksheet retains the[Worksheet.Name Property (Excel)](Excel.Worksheet.Name.md) and[Worksheet.CodeName Property (Excel)](Excel.Worksheet.CodeName.md) properties of the source worksheet. If the copied worksheet held a worksheet code sheet in a VBA project, that is also carried into the new workbook.
+If you don't specify either _Before_ or _After_, Microsoft Excel creates a new [workbook](Excel.Workbook.md) that contains the copied sheet object that contains the copied[Worksheet](Excel.Worksheet.md) object. The newly created workbook holds the [Application.ActiveWorkbook Property (Excel)](Excel.Application.ActiveWorkbook.md) property and contains a single worksheet. The single worksheet retains the [Worksheet.Name Property (Excel)](Excel.Worksheet.Name.md) and [Worksheet.CodeName Property (Excel)](Excel.Worksheet.CodeName.md) properties of the source worksheet. If the copied worksheet held a worksheet code sheet in a VBA project, that is also carried into the new workbook.
An array selection of multiple worksheets can be copied to a new blank [Workbook Object (Excel)](Excel.Workbook.md) object in a similar manner.
diff --git a/api/Excel.Worksheet.HPageBreaks.md b/api/Excel.Worksheet.HPageBreaks.md
index abff23ff3ed..b42f9a3e851 100644
--- a/api/Excel.Worksheet.HPageBreaks.md
+++ b/api/Excel.Worksheet.HPageBreaks.md
@@ -47,7 +47,7 @@ MsgBox cFull & " full-screen page breaks, " & cPartial & _
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
The following code example adds a page break when the value of a cell in column A changes.
diff --git a/api/Excel.Worksheet.Name.md b/api/Excel.Worksheet.Name.md
index faefdcb8413..c2ae1cf7662 100644
--- a/api/Excel.Worksheet.Name.md
+++ b/api/Excel.Worksheet.Name.md
@@ -27,7 +27,7 @@ Returns or sets a **String** value that represents the object name.
- **Sample code provided by:** Bill Jelen,[MrExcel.com](https://www.mrexcel.com/)
+ **Sample code provided by:** Bill Jelen, [MrExcel.com](https://www.mrexcel.com/)
The following code example sets the name of the active worksheet equal to today's date.
diff --git a/api/Excel.WorksheetFunction.ChiDist.md b/api/Excel.WorksheetFunction.ChiDist.md
index 2727d0a9336..337aa94004b 100644
--- a/api/Excel.WorksheetFunction.ChiDist.md
+++ b/api/Excel.WorksheetFunction.ChiDist.md
@@ -18,7 +18,7 @@ Returns the one-tailed probability of the chi-squared distribution.
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [ChiSq_Dist_RT](Excel.WorksheetFunction.ChiSq_Dist_RT.md) and[ChiSq_Dist](Excel.WorksheetFunction.ChiSq_Dist.md) methods.
+For more information about the new functions, see the [ChiSq_Dist_RT](Excel.WorksheetFunction.ChiSq_Dist_RT.md) and [ChiSq_Dist](Excel.WorksheetFunction.ChiSq_Dist.md) methods.
## Syntax
diff --git a/api/Excel.WorksheetFunction.ChiInv.md b/api/Excel.WorksheetFunction.ChiInv.md
index 67e8b0559df..01e497c996c 100644
--- a/api/Excel.WorksheetFunction.ChiInv.md
+++ b/api/Excel.WorksheetFunction.ChiInv.md
@@ -18,7 +18,7 @@ Returns the inverse of the one-tailed probability of the chi-squared distributio
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [ChiSq_Inv_RT](Excel.WorksheetFunction.ChiSq_Inv_RT.md) and[ChiSq_Inv](Excel.WorksheetFunction.ChiSq_Inv.md) methods.
+For more information about the new functions, see the [ChiSq_Inv_RT](Excel.WorksheetFunction.ChiSq_Inv_RT.md) and [ChiSq_Inv](Excel.WorksheetFunction.ChiSq_Inv.md) methods.
## Syntax
diff --git a/api/Excel.WorksheetFunction.Confidence.md b/api/Excel.WorksheetFunction.Confidence.md
index b58222280d1..9892f44f793 100644
--- a/api/Excel.WorksheetFunction.Confidence.md
+++ b/api/Excel.WorksheetFunction.Confidence.md
@@ -18,7 +18,7 @@ Returns a value that you can use to construct a confidence interval for a popula
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [Confidence_Norm](Excel.WorksheetFunction.Confidence_Norm.md) and[Confidence_T](Excel.WorksheetFunction.Confidence_T.md) methods.
+For more information about the new functions, see the [Confidence_Norm](Excel.WorksheetFunction.Confidence_Norm.md) and [Confidence_T](Excel.WorksheetFunction.Confidence_T.md) methods.
## Syntax
diff --git a/api/Excel.WorksheetFunction.Covar.md b/api/Excel.WorksheetFunction.Covar.md
index dae5dfd4145..2e6e583b389 100644
--- a/api/Excel.WorksheetFunction.Covar.md
+++ b/api/Excel.WorksheetFunction.Covar.md
@@ -18,7 +18,7 @@ Returns covariance, the average of the products of deviations for each data poin
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [Covariance_P](Excel.WorksheetFunction.Covar.md) and[Covariance_S](Excel.WorksheetFunction.Covariance_S.md) method.
+For more information about the new functions, see the [Covariance_P](Excel.WorksheetFunction.Covar.md) and [Covariance_S](Excel.WorksheetFunction.Covariance_S.md) method.
## Syntax
diff --git a/api/Excel.WorksheetFunction.FDist.md b/api/Excel.WorksheetFunction.FDist.md
index 504d54ab513..954f46adef0 100644
--- a/api/Excel.WorksheetFunction.FDist.md
+++ b/api/Excel.WorksheetFunction.FDist.md
@@ -18,7 +18,7 @@ Returns the F probability distribution. You can use this function to determine w
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [F_Dist_RT](Excel.WorksheetFunction.F_Dist_RT.md) and[F_Dist](Excel.WorksheetFunction.F_Dist.md) methods.
+For more information about the new functions, see the [F_Dist_RT](Excel.WorksheetFunction.F_Dist_RT.md) and [F_Dist](Excel.WorksheetFunction.F_Dist.md) methods.
## Syntax
diff --git a/api/Excel.WorksheetFunction.FInv.md b/api/Excel.WorksheetFunction.FInv.md
index 762b0bc5fc8..b0d32bc126f 100644
--- a/api/Excel.WorksheetFunction.FInv.md
+++ b/api/Excel.WorksheetFunction.FInv.md
@@ -18,7 +18,7 @@ Returns the inverse of the F probability distribution. If p = FDIST(x,...), then
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [F_Inv_RT](Excel.WorksheetFunction.F_Inv_RT.md) and[F_Inv](Excel.WorksheetFunction.F_Inv.md) methods.
+For more information about the new functions, see the [F_Inv_RT](Excel.WorksheetFunction.F_Inv_RT.md) and [F_Inv](Excel.WorksheetFunction.F_Inv.md) methods.
## Syntax
diff --git a/api/Excel.WorksheetFunction.Match.md b/api/Excel.WorksheetFunction.Match.md
index b40ef4da364..a6d8e917b89 100644
--- a/api/Excel.WorksheetFunction.Match.md
+++ b/api/Excel.WorksheetFunction.Match.md
@@ -68,7 +68,7 @@ Double
## Example
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It?s 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It?s 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&;p=1)
For each value in the first column of the first worksheet, this example searches through the entire workbook for a matching value. If the macro finds a matching value, it sets the original value on the first worksheet to be bold.
diff --git a/api/Excel.WorksheetFunction.Mode.md b/api/Excel.WorksheetFunction.Mode.md
index 29d65c714ab..935287c973c 100644
--- a/api/Excel.WorksheetFunction.Mode.md
+++ b/api/Excel.WorksheetFunction.Mode.md
@@ -18,7 +18,7 @@ Returns the most frequently occurring, or repetitive, value in an array or range
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [Mode_Sngl](Excel.WorksheetFunction.Mode_Sngl.md) and[Mode_Mult](Excel.WorksheetFunction.Mode_Mult.md) methods.
+For more information about the new functions, see the [Mode_Sngl](Excel.WorksheetFunction.Mode_Sngl.md) and [Mode_Mult](Excel.WorksheetFunction.Mode_Mult.md) methods.
## Syntax
diff --git a/api/Excel.WorksheetFunction.PercentRank.md b/api/Excel.WorksheetFunction.PercentRank.md
index f3e1c566afc..6bafb9d1c3d 100644
--- a/api/Excel.WorksheetFunction.PercentRank.md
+++ b/api/Excel.WorksheetFunction.PercentRank.md
@@ -18,7 +18,7 @@ Returns the rank of a value in a data set as a percentage of the data set. This
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [Percentile_Inc](Excel.WorksheetFunction.Percentile_Inc.md) and[Percentile_Exc](Excel.WorksheetFunction.Percentile_Exc.md) method.
+For more information about the new functions, see the [Percentile_Inc](Excel.WorksheetFunction.Percentile_Inc.md) and [Percentile_Exc](Excel.WorksheetFunction.Percentile_Exc.md) method.
## Syntax
diff --git a/api/Excel.WorksheetFunction.Percentile.md b/api/Excel.WorksheetFunction.Percentile.md
index 6e64cf66678..5c2a5dcbcc8 100644
--- a/api/Excel.WorksheetFunction.Percentile.md
+++ b/api/Excel.WorksheetFunction.Percentile.md
@@ -18,7 +18,7 @@ Returns the k-th percentile of values in a range. You can use this function to e
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [Percentile_Inc](Excel.WorksheetFunction.Percentile_Inc.md) and[Percentile_Exc](Excel.WorksheetFunction.Percentile_Exc.md) method.
+For more information about the new functions, see the [Percentile_Inc](Excel.WorksheetFunction.Percentile_Inc.md) and [Percentile_Exc](Excel.WorksheetFunction.Percentile_Exc.md) method.
## Syntax
diff --git a/api/Excel.WorksheetFunction.Quartile.md b/api/Excel.WorksheetFunction.Quartile.md
index 2de1b2829e6..deb18e6daaf 100644
--- a/api/Excel.WorksheetFunction.Quartile.md
+++ b/api/Excel.WorksheetFunction.Quartile.md
@@ -21,7 +21,7 @@ Returns the quartile of a data set. Quartiles often are used in sales and survey
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [Quartile_Inc](Excel.WorksheetFunction.Quartile_Inc.md) and[Quartile_Exc](Excel.WorksheetFunction.Quartile_Exc.md) methods.
+For more information about the new functions, see the [Quartile_Inc](Excel.WorksheetFunction.Quartile_Inc.md) and [Quartile_Exc](Excel.WorksheetFunction.Quartile_Exc.md) methods.
## Syntax
diff --git a/api/Excel.WorksheetFunction.Rank.md b/api/Excel.WorksheetFunction.Rank.md
index 51ddb680233..af7f7aa3aef 100644
--- a/api/Excel.WorksheetFunction.Rank.md
+++ b/api/Excel.WorksheetFunction.Rank.md
@@ -21,7 +21,7 @@ Returns the rank of a number in a list of numbers. The rank of a number is its s
**Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.
-For more information about the new functions, see the [Rank_Eq](Excel.WorksheetFunction.Rank_Eq.md) and[Rank_Avg](Excel.WorksheetFunction.Rank_Avg.md) methods.
+For more information about the new functions, see the [Rank_Eq](Excel.WorksheetFunction.Rank_Eq.md) and [Rank_Avg](Excel.WorksheetFunction.Rank_Avg.md) methods.
## Syntax
diff --git a/api/Excel.WorksheetFunction.TInv.md b/api/Excel.WorksheetFunction.TInv.md
index 99692319555..94f906f49ce 100644
--- a/api/Excel.WorksheetFunction.TInv.md
+++ b/api/Excel.WorksheetFunction.TInv.md
@@ -19,7 +19,7 @@ Returns the t-value of the Student's t-distribution as a function of the probabi
- **Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.For more information about the new functions, see the [T_Inv](Excel.WorksheetFunction.T_Inv.md) and[T_Inv_2T](Excel.WorksheetFunction.T_Inv_2T.md) methods.
+ **Important** This function has been replaced with one or more new functions that may provide improved accuracy and whose names better reflect their usage. This function is still available for compatibility with earlier versions of Excel. However, if backward compatibility is not required, you should consider using the new functions from now on, because they more accurately describe their functionality.For more information about the new functions, see the [T_Inv](Excel.WorksheetFunction.T_Inv.md) and [T_Inv_2T](Excel.WorksheetFunction.T_Inv_2T.md) methods.
## Syntax
diff --git a/api/Excel.WorksheetFunction.Trim.md b/api/Excel.WorksheetFunction.Trim.md
index 74f7955a6da..309abb883c4 100644
--- a/api/Excel.WorksheetFunction.Trim.md
+++ b/api/Excel.WorksheetFunction.Trim.md
@@ -42,7 +42,7 @@ String
> The TRIM function in Excel was designed to trim the 7-bit ASCII space character (value 32) from text. In the Unicode character set, there is an additional space character called the nonbreaking space character that has a decimal value of 160. This character is commonly used in Web pages as the HTML entity, **&;nbsp;**. By itself, the TRIM function and **WorksheetFunction.Trim** method do not remove this nonbreaking space character.
-The **WorksheetFunction.Trim** method in Excel differs from the **[Trim](https://msdn.microsoft.com/en-us/vba/language-reference-vba/articles/ltrim-rtrim-and-trim-functions)** function in VBA, which removes only leading and trailing spaces.
+The **WorksheetFunction.Trim** method in Excel differs from the **[Trim](https://msdn.microsoft.com/vba/language-reference-vba/articles/ltrim-rtrim-and-trim-functions)** function in VBA, which removes only leading and trailing spaces.
## See also
diff --git a/api/Excel.WorksheetFunction.md b/api/Excel.WorksheetFunction.md
index 28bc551654b..3b2ace5262c 100644
--- a/api/Excel.WorksheetFunction.md
+++ b/api/Excel.WorksheetFunction.md
@@ -27,7 +27,7 @@ answer = Application.WorksheetFunction.Min(myRange)
MsgBox answer
```
- **Sample code provided by:** Holy Macro! Books,[Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&p=1)
+ **Sample code provided by:** Holy Macro! Books, [Holy Macro! It's 2,500 Excel VBA Examples](https://www.mrexcel.com/store/index.php?l=product_detail&p=1)
This example uses the **CountA** worksheet function to determine how many cells in column A contain a value. For this example, the values in column A should be text. This example does a spell check on each value in column A, and if the value is spelled incorrectly, inserts the text "Wrong" into column B; otherwise, it inserts the text "OK" into column B.
@@ -473,6 +473,6 @@ Holy Macro! Books publishes entertaining books for people who use Microsoft Offi
## See also
-[Using a worksheet function in a Visual Basic macro in Excel](https://support.microsoft.com/en-us/help/291309/using-a-worksheet-function-in-a-visual-basic-macro-in-excel)
+[Using a worksheet function in a Visual Basic macro in Excel](https://support.microsoft.com/help/291309/using-a-worksheet-function-in-a-visual-basic-macro-in-excel)
[Excel Object Model Reference](./overview/Excel/object-model.md)
diff --git a/api/Excel.XlLinkedDataTypeState.md b/api/Excel.XlLinkedDataTypeState.md
index 864d322b96d..0fb6270896d 100644
--- a/api/Excel.XlLinkedDataTypeState.md
+++ b/api/Excel.XlLinkedDataTypeState.md
@@ -9,7 +9,7 @@ ms.date: 09/12/2018
# XlLinkedDataTypeState enumeration (Excel)
-Indicates the state of cells that may contain Linked data types such as [Stocks or Geography](https://support.office.com/en-us/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877). These are the possible values of the [Range.LinkedDataTypeState](Excel.Range.LinkedDataTypeState.md) property.
+Indicates the state of cells that may contain Linked data types such as [Stocks or Geography](https://support.office.com/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877). These are the possible values of the [Range.LinkedDataTypeState](Excel.Range.LinkedDataTypeState.md) property.
|**Name**|**Value**|**Description**|
diff --git a/api/Excel.calculatedmember.measuregroup.md b/api/Excel.calculatedmember.measuregroup.md
index fc6d0892aee..21a1c19793d 100644
--- a/api/Excel.calculatedmember.measuregroup.md
+++ b/api/Excel.calculatedmember.measuregroup.md
@@ -18,7 +18,7 @@ Returns the associated measure group. **String** Read-only
_expression_. `MeasureGroup`
- _expression_ A variable that represents a[CalculatedMember](Excel.CalculatedMember.md) object.
+ _expression_ A variable that represents a [CalculatedMember](Excel.CalculatedMember.md) object.
## Property value
diff --git a/api/Excel.calculatedmember.parenthierarchy.md b/api/Excel.calculatedmember.parenthierarchy.md
index fe22d172ec6..9eae9f3a920 100644
--- a/api/Excel.calculatedmember.parenthierarchy.md
+++ b/api/Excel.calculatedmember.parenthierarchy.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `ParentHierarchy`
- _expression_ A variable that represents a[CalculatedMember](Excel.CalculatedMember.md) object.
+ _expression_ A variable that represents a [CalculatedMember](Excel.CalculatedMember.md) object.
## Property value
diff --git a/api/Excel.calculatedmember.parentmember.md b/api/Excel.calculatedmember.parentmember.md
index 86fefbf1431..7e9e7fc37b7 100644
--- a/api/Excel.calculatedmember.parentmember.md
+++ b/api/Excel.calculatedmember.parentmember.md
@@ -18,7 +18,7 @@ Returns the name of the parent member for the parent hierarchy. **String** Read
_expression_. `ParentMember`
- _expression_ A variable that represents a[CalculatedMember](Excel.CalculatedMember.md) object.
+ _expression_ A variable that represents a [CalculatedMember](Excel.CalculatedMember.md) object.
## Remarks
diff --git a/api/Excel.categorycollection.application.md b/api/Excel.categorycollection.application.md
index 27a1b03353c..d581ad6bb8e 100644
--- a/api/Excel.categorycollection.application.md
+++ b/api/Excel.categorycollection.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[CategoryCollection Object (Excel)](Excel.categorycollection.md) object.
+ _expression_ A variable that represents a [CategoryCollection Object (Excel)](Excel.categorycollection.md) object.
## Example
diff --git a/api/Excel.categorycollection.count.md b/api/Excel.categorycollection.count.md
index 702bea67cb7..aa29cf32e9e 100644
--- a/api/Excel.categorycollection.count.md
+++ b/api/Excel.categorycollection.count.md
@@ -18,7 +18,7 @@ Returns a **Long** value that represents the number of objects in the **Categor
_expression_. `Count`
- _expression_ A variable that represents a[CategoryCollection Object (Excel)](Excel.categorycollection.md) object.
+ _expression_ A variable that represents a [CategoryCollection Object (Excel)](Excel.categorycollection.md) object.
## Property value
diff --git a/api/Excel.categorycollection.creator.md b/api/Excel.categorycollection.creator.md
index 6d58e829759..3cf4a47c2c8 100644
--- a/api/Excel.categorycollection.creator.md
+++ b/api/Excel.categorycollection.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[CategoryCollection Object (Excel)](Excel.categorycollection.md) object.
+ _expression_ A variable that represents a [CategoryCollection Object (Excel)](Excel.categorycollection.md) object.
## Remarks
diff --git a/api/Excel.categorycollection.item.md b/api/Excel.categorycollection.item.md
index a224ce236c7..b87d8de5df8 100644
--- a/api/Excel.categorycollection.item.md
+++ b/api/Excel.categorycollection.item.md
@@ -18,7 +18,7 @@ Returns a single object from the **CategoryCollection** object.
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[CategoryCollection](Excel.categorycollection.md) object.
+ _expression_ A variable that represents a [CategoryCollection](Excel.categorycollection.md) object.
### Parameters
diff --git a/api/Excel.categorycollection.parent.md b/api/Excel.categorycollection.parent.md
index a15a446f0bf..9a47d143c13 100644
--- a/api/Excel.categorycollection.parent.md
+++ b/api/Excel.categorycollection.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[Catego
_expression_. `Parent`
- _expression_ A variable that represents a[CategoryCollection Object (Excel)](Excel.categorycollection.md) object.
+ _expression_ A variable that represents a [CategoryCollection Object (Excel)](Excel.categorycollection.md) object.
## Remarks
diff --git a/api/Excel.datafeedconnection.alwaysuseconnectionfile.md b/api/Excel.datafeedconnection.alwaysuseconnectionfile.md
index 603fd80cfbd..31aa307e0c5 100644
--- a/api/Excel.datafeedconnection.alwaysuseconnectionfile.md
+++ b/api/Excel.datafeedconnection.alwaysuseconnectionfile.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `AlwaysUseConnectionFile`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.application.md b/api/Excel.datafeedconnection.application.md
index 803a46d3515..56208ccb098 100644
--- a/api/Excel.datafeedconnection.application.md
+++ b/api/Excel.datafeedconnection.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Example
diff --git a/api/Excel.datafeedconnection.cancelrefresh.md b/api/Excel.datafeedconnection.cancelrefresh.md
index 59faad9a6b0..4a8a38d6501 100644
--- a/api/Excel.datafeedconnection.cancelrefresh.md
+++ b/api/Excel.datafeedconnection.cancelrefresh.md
@@ -18,7 +18,7 @@ Cancels a refresh operation on a data feed connection.
_expression_. `CancelRefresh`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
### Return value
diff --git a/api/Excel.datafeedconnection.commandtext.md b/api/Excel.datafeedconnection.commandtext.md
index 32f1fdd5d16..609d27052cf 100644
--- a/api/Excel.datafeedconnection.commandtext.md
+++ b/api/Excel.datafeedconnection.commandtext.md
@@ -18,7 +18,7 @@ Returns or sets the command string for the specified data source. **Variant** R
_expression_. `CommandText`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.commandtype.md b/api/Excel.datafeedconnection.commandtype.md
index e6a30d3dda4..c6799be9937 100644
--- a/api/Excel.datafeedconnection.commandtype.md
+++ b/api/Excel.datafeedconnection.commandtype.md
@@ -18,7 +18,7 @@ Returns or sets the command string for the specified data source. **Variant** R
_expression_. `CommandType`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.connection.md b/api/Excel.datafeedconnection.connection.md
index d9c40fa25f3..db272c3f3c2 100644
--- a/api/Excel.datafeedconnection.connection.md
+++ b/api/Excel.datafeedconnection.connection.md
@@ -18,7 +18,7 @@ Returns or sets a string that contains Service Contract settings that enable Mic
_expression_. `Connection`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.creator.md b/api/Excel.datafeedconnection.creator.md
index 974598c4e98..29206c76162 100644
--- a/api/Excel.datafeedconnection.creator.md
+++ b/api/Excel.datafeedconnection.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object ( [Excel](Excel(enumerations).md) ).
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object ( [Excel](Excel(enumerations).md) ).
## Remarks
diff --git a/api/Excel.datafeedconnection.enablerefresh.md b/api/Excel.datafeedconnection.enablerefresh.md
index 52303daf1f2..1c3c1b5178e 100644
--- a/api/Excel.datafeedconnection.enablerefresh.md
+++ b/api/Excel.datafeedconnection.enablerefresh.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `EnableRefresh`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.parent.md b/api/Excel.datafeedconnection.parent.md
index fbfb3242dbe..a5a974650f5 100644
--- a/api/Excel.datafeedconnection.parent.md
+++ b/api/Excel.datafeedconnection.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[DataFe
_expression_. `Parent`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.refresh.md b/api/Excel.datafeedconnection.refresh.md
index cc75d7dc3e2..635d58aa253 100644
--- a/api/Excel.datafeedconnection.refresh.md
+++ b/api/Excel.datafeedconnection.refresh.md
@@ -18,7 +18,7 @@ Refreshes the data feed connection.
_expression_. `Refresh`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
### Return value
diff --git a/api/Excel.datafeedconnection.refreshdate.md b/api/Excel.datafeedconnection.refreshdate.md
index 4e871baa5e4..af6c3b8303b 100644
--- a/api/Excel.datafeedconnection.refreshdate.md
+++ b/api/Excel.datafeedconnection.refreshdate.md
@@ -18,7 +18,7 @@ Returns the date on which the OLE DB connection was last refreshed. **Date** .
_expression_. `RefreshDate`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.refreshing.md b/api/Excel.datafeedconnection.refreshing.md
index 21ef8517767..5a1fdfa8d62 100644
--- a/api/Excel.datafeedconnection.refreshing.md
+++ b/api/Excel.datafeedconnection.refreshing.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `Refreshing`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.refreshonfileopen.md b/api/Excel.datafeedconnection.refreshonfileopen.md
index 2b157aacd7e..303f650d815 100644
--- a/api/Excel.datafeedconnection.refreshonfileopen.md
+++ b/api/Excel.datafeedconnection.refreshonfileopen.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `RefreshOnFileOpen`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.refreshperiod.md b/api/Excel.datafeedconnection.refreshperiod.md
index 35a1e58e74a..5c2cf6603c3 100644
--- a/api/Excel.datafeedconnection.refreshperiod.md
+++ b/api/Excel.datafeedconnection.refreshperiod.md
@@ -18,7 +18,7 @@ Returns or sets the number of minutes between refreshes. **Long** Read/Write
_expression_. `RefreshPeriod`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.saveasodc.md b/api/Excel.datafeedconnection.saveasodc.md
index 14e6e787da0..415d490d728 100644
--- a/api/Excel.datafeedconnection.saveasodc.md
+++ b/api/Excel.datafeedconnection.saveasodc.md
@@ -18,7 +18,7 @@ Saves the data feed connection as a Microsoft Office Data Connection file.
_expression_. `SaveAsODC`_(ODCFileName,_ _Description,_ _Keywords)_
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
### Parameters
diff --git a/api/Excel.datafeedconnection.savepassword.md b/api/Excel.datafeedconnection.savepassword.md
index b3f40f981b4..36ddbb00529 100644
--- a/api/Excel.datafeedconnection.savepassword.md
+++ b/api/Excel.datafeedconnection.savepassword.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `SavePassword`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.servercredentialsmethod.md b/api/Excel.datafeedconnection.servercredentialsmethod.md
index 63e04a91d4e..2a67074e79f 100644
--- a/api/Excel.datafeedconnection.servercredentialsmethod.md
+++ b/api/Excel.datafeedconnection.servercredentialsmethod.md
@@ -18,7 +18,7 @@ Returns or sets the type of credentials that should be used for server authentic
_expression_. `ServerCredentialsMethod`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Remarks
diff --git a/api/Excel.datafeedconnection.sourceconnectionfile.md b/api/Excel.datafeedconnection.sourceconnectionfile.md
index fe55f672e1f..a75a297d6d4 100644
--- a/api/Excel.datafeedconnection.sourceconnectionfile.md
+++ b/api/Excel.datafeedconnection.sourceconnectionfile.md
@@ -18,7 +18,7 @@ Returns or sets a **String** indicating the Microsoft Office Data Connection fi
_expression_. `SourceConnectionFile`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.datafeedconnection.sourcedatafile.md b/api/Excel.datafeedconnection.sourcedatafile.md
index c368ac2e55e..6eedb310be9 100644
--- a/api/Excel.datafeedconnection.sourcedatafile.md
+++ b/api/Excel.datafeedconnection.sourcedatafile.md
@@ -18,7 +18,7 @@ A path to the original file used to create the connection. In the case of an ODa
_expression_. `SourceDataFile`
- _expression_ A variable that represents a[DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
+ _expression_ A variable that represents a [DataFeedConnection Object (Excel)](Excel.datafeedconnection.md) object.
## Property value
diff --git a/api/Excel.fullseriescollection.application.md b/api/Excel.fullseriescollection.application.md
index c4c5225e214..9b638349e6f 100644
--- a/api/Excel.fullseriescollection.application.md
+++ b/api/Excel.fullseriescollection.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object.
+ _expression_ A variable that represents a [FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object.
## Example
diff --git a/api/Excel.fullseriescollection.count.md b/api/Excel.fullseriescollection.count.md
index 5d1e224e37a..a72bbdb5e90 100644
--- a/api/Excel.fullseriescollection.count.md
+++ b/api/Excel.fullseriescollection.count.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# FullSeriesCollection.Count Property (Excel)
-Returns a **Long** value that represents the number of[Series Object (Excel)](Excel.Series(object).md) objects in the[FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object. Read-only.
+Returns a **Long** value that represents the number of[Series Object (Excel)](Excel.Series(object).md) objects in the [FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object. Read-only.
## Syntax
_expression_. `Count`
- _expression_ A variable that represents a[FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md)object.
+ _expression_ A variable that represents a [FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md)object.
## Property value
diff --git a/api/Excel.fullseriescollection.creator.md b/api/Excel.fullseriescollection.creator.md
index def262b0f46..c7c54528908 100644
--- a/api/Excel.fullseriescollection.creator.md
+++ b/api/Excel.fullseriescollection.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object.
+ _expression_ A variable that represents a [FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object.
## Remarks
diff --git a/api/Excel.fullseriescollection.item.md b/api/Excel.fullseriescollection.item.md
index 498b7db9667..5dd9be956a1 100644
--- a/api/Excel.fullseriescollection.item.md
+++ b/api/Excel.fullseriescollection.item.md
@@ -18,7 +18,7 @@ Returns a single object from the [FullSeriesCollection Object (Excel)](Excel.ful
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object.
+ _expression_ A variable that represents a [FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object.
### Parameters
diff --git a/api/Excel.fullseriescollection.parent.md b/api/Excel.fullseriescollection.parent.md
index e03f56c2638..1f75092a6d6 100644
--- a/api/Excel.fullseriescollection.parent.md
+++ b/api/Excel.fullseriescollection.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[FullSe
_expression_. `Parent`
- _expression_ A variable that represents a[FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object.
+ _expression_ A variable that represents a [FullSeriesCollection Object (Excel)](Excel.fullseriescollection.md) object.
## Remarks
diff --git a/api/Excel.modelchanges.columnsadded.md b/api/Excel.modelchanges.columnsadded.md
index 559c8d22241..730793bdfa9 100644
--- a/api/Excel.modelchanges.columnsadded.md
+++ b/api/Excel.modelchanges.columnsadded.md
@@ -18,7 +18,7 @@ Returns a [ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) collectio
_expression_. `ColumnsAdded`
- _expression_ A variable that represents a[ModelChanges](Excel.modelchanges.md) object.
+ _expression_ A variable that represents a [ModelChanges](Excel.modelchanges.md) object.
## Property value
diff --git a/api/Excel.modelchanges.columnschanged.md b/api/Excel.modelchanges.columnschanged.md
index 79713edbfbb..7b78da09c05 100644
--- a/api/Excel.modelchanges.columnschanged.md
+++ b/api/Excel.modelchanges.columnschanged.md
@@ -18,7 +18,7 @@ Returns a [ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) colle
_expression_. `ColumnsChanged`
- _expression_ A variable that represents a[ModelChanges](Excel.modelchanges.md) object.
+ _expression_ A variable that represents a [ModelChanges](Excel.modelchanges.md) object.
## Property value
diff --git a/api/Excel.modelchanges.parent.md b/api/Excel.modelchanges.parent.md
index c25ca27f335..9812df1bc33 100644
--- a/api/Excel.modelchanges.parent.md
+++ b/api/Excel.modelchanges.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelC
_expression_. `Parent`
- _expression_ A variable that represents a[ModelChanges Object (Excel)](Excel.modelchanges.md) object.
+ _expression_ A variable that represents a [ModelChanges Object (Excel)](Excel.modelchanges.md) object.
## Property value
diff --git a/api/Excel.modelcolumnchange.application.md b/api/Excel.modelcolumnchange.application.md
index 2b084ff553b..6cc63824f15 100644
--- a/api/Excel.modelcolumnchange.application.md
+++ b/api/Excel.modelcolumnchange.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelColumnChange Object (Excel)](Excel.modelcolumnchange.md) object.
+ _expression_ A variable that represents a [ModelColumnChange Object (Excel)](Excel.modelcolumnchange.md) object.
## Example
diff --git a/api/Excel.modelcolumnchange.columnname.md b/api/Excel.modelcolumnchange.columnname.md
index 0408a91f3af..1a48c759fec 100644
--- a/api/Excel.modelcolumnchange.columnname.md
+++ b/api/Excel.modelcolumnchange.columnname.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `ColumnName`
- _expression_ A variable that represents a[ModelColumnChange](Excel.modelcolumnchange.md) object.
+ _expression_ A variable that represents a [ModelColumnChange](Excel.modelcolumnchange.md) object.
## Property value
diff --git a/api/Excel.modelcolumnchange.creator.md b/api/Excel.modelcolumnchange.creator.md
index 7dc1c8d7fe6..8c6d75592e1 100644
--- a/api/Excel.modelcolumnchange.creator.md
+++ b/api/Excel.modelcolumnchange.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelColumnChange Object (Excel)](Excel.modelcolumnchange.md) object.
+ _expression_ A variable that represents a [ModelColumnChange Object (Excel)](Excel.modelcolumnchange.md) object.
## Remarks
diff --git a/api/Excel.modelcolumnchange.parent.md b/api/Excel.modelcolumnchange.parent.md
index 0fc356c3b38..ef5d3e1103c 100644
--- a/api/Excel.modelcolumnchange.parent.md
+++ b/api/Excel.modelcolumnchange.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelC
_expression_. `Parent`
- _expression_ A variable that represents a[ModelColumnChange Object (Excel)](Excel.modelcolumnchange.md) object.
+ _expression_ A variable that represents a [ModelColumnChange Object (Excel)](Excel.modelcolumnchange.md) object.
## Property value
diff --git a/api/Excel.modelcolumnchange.tablename.md b/api/Excel.modelcolumnchange.tablename.md
index a40d89538fd..683cec4733b 100644
--- a/api/Excel.modelcolumnchange.tablename.md
+++ b/api/Excel.modelcolumnchange.tablename.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `TableName`
- _expression_ A variable that represents a[ModelColumnChange](Excel.modelcolumnchange.md) object.
+ _expression_ A variable that represents a [ModelColumnChange](Excel.modelcolumnchange.md) object.
## Property value
diff --git a/api/Excel.modelcolumnchanges.application.md b/api/Excel.modelcolumnchanges.application.md
index 2a65dfe2789..43ce78a0459 100644
--- a/api/Excel.modelcolumnchanges.application.md
+++ b/api/Excel.modelcolumnchanges.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
+ _expression_ A variable that represents a [ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
## Example
diff --git a/api/Excel.modelcolumnchanges.count.md b/api/Excel.modelcolumnchanges.count.md
index 775183838b0..575444ad4c3 100644
--- a/api/Excel.modelcolumnchanges.count.md
+++ b/api/Excel.modelcolumnchanges.count.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelColumnChanges.Count Property (Excel)
-Returns a **Long** value that represents the number of[ModelColumnChange Object (Excel)](Excel.modelcolumnchange.md) objects in a[ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object. Read-only.
+Returns a **Long** value that represents the number of[ModelColumnChange Object (Excel)](Excel.modelcolumnchange.md) objects in a [ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object. Read-only.
## Syntax
_expression_. `Count`
- _expression_ A variable that represents a[ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
+ _expression_ A variable that represents a [ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
## Property value
diff --git a/api/Excel.modelcolumnchanges.creator.md b/api/Excel.modelcolumnchanges.creator.md
index 04c3db22b03..de29a1b1e72 100644
--- a/api/Excel.modelcolumnchanges.creator.md
+++ b/api/Excel.modelcolumnchanges.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
+ _expression_ A variable that represents a [ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
## Remarks
diff --git a/api/Excel.modelcolumnchanges.item.md b/api/Excel.modelcolumnchanges.item.md
index 34fa4d62582..283d2608352 100644
--- a/api/Excel.modelcolumnchanges.item.md
+++ b/api/Excel.modelcolumnchanges.item.md
@@ -18,7 +18,7 @@ Returns a single object from the [ModelColumnChanges Object (Excel)](Excel.model
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
+ _expression_ A variable that represents a [ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
### Parameters
diff --git a/api/Excel.modelcolumnchanges.parent.md b/api/Excel.modelcolumnchanges.parent.md
index 8884a360277..403ff4a48cd 100644
--- a/api/Excel.modelcolumnchanges.parent.md
+++ b/api/Excel.modelcolumnchanges.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelC
_expression_. `Parent`
- _expression_ A variable that represents a[ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
+ _expression_ A variable that represents a [ModelColumnChanges Object (Excel)](Excel.modelcolumnchanges.md) object.
## Property value
diff --git a/api/Excel.modelcolumnname.application.md b/api/Excel.modelcolumnname.application.md
index 5d389e2fa60..60ea734dae3 100644
--- a/api/Excel.modelcolumnname.application.md
+++ b/api/Excel.modelcolumnname.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelColumnName Object (Excel)](Excel.modelcolumnname.md) object.
+ _expression_ A variable that represents a [ModelColumnName Object (Excel)](Excel.modelcolumnname.md) object.
## Example
diff --git a/api/Excel.modelcolumnname.columnname.md b/api/Excel.modelcolumnname.columnname.md
index 9e9f0e531d4..e71226ca31f 100644
--- a/api/Excel.modelcolumnname.columnname.md
+++ b/api/Excel.modelcolumnname.columnname.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelColumnName.ColumnName Property (Excel)
- **String** representing the name of a column of the table identified by the[ModelColumnName.TableName Property (Excel)](Excel.modelcolumnname.tablename.md) property. Read-only.
+ **String** representing the name of a column of the table identified by the [ModelColumnName.TableName Property (Excel)](Excel.modelcolumnname.tablename.md) property. Read-only.
## Syntax
_expression_. `ColumnName`
- _expression_ A variable that represents a[ModelColumnName](Excel.modelcolumnname.md) object.
+ _expression_ A variable that represents a [ModelColumnName](Excel.modelcolumnname.md) object.
## Property value
diff --git a/api/Excel.modelcolumnname.creator.md b/api/Excel.modelcolumnname.creator.md
index 320e26f782c..6b375a164d6 100644
--- a/api/Excel.modelcolumnname.creator.md
+++ b/api/Excel.modelcolumnname.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelColumnName Object (Excel)](Excel.modelcolumnname.md) object.
+ _expression_ A variable that represents a [ModelColumnName Object (Excel)](Excel.modelcolumnname.md) object.
## Remarks
diff --git a/api/Excel.modelcolumnname.parent.md b/api/Excel.modelcolumnname.parent.md
index c65ff37caac..90b46a12073 100644
--- a/api/Excel.modelcolumnname.parent.md
+++ b/api/Excel.modelcolumnname.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelC
_expression_. `Parent`
- _expression_ A variable that represents a[ModelColumnName Object (Excel)](Excel.modelcolumnname.md) object.
+ _expression_ A variable that represents a [ModelColumnName Object (Excel)](Excel.modelcolumnname.md) object.
## Property value
diff --git a/api/Excel.modelcolumnname.tablename.md b/api/Excel.modelcolumnname.tablename.md
index 38dce100f92..268436e21b9 100644
--- a/api/Excel.modelcolumnname.tablename.md
+++ b/api/Excel.modelcolumnname.tablename.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `TableName`
- _expression_ A variable that represents a[ModelColumnName](Excel.modelcolumnname.md) object.
+ _expression_ A variable that represents a [ModelColumnName](Excel.modelcolumnname.md) object.
## Property value
diff --git a/api/Excel.modelcolumnnames.application.md b/api/Excel.modelcolumnnames.application.md
index 0ba8f849e0b..d2319ad4a87 100644
--- a/api/Excel.modelcolumnnames.application.md
+++ b/api/Excel.modelcolumnnames.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
+ _expression_ A variable that represents a [ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
## Example
diff --git a/api/Excel.modelcolumnnames.count.md b/api/Excel.modelcolumnnames.count.md
index 4ac59972321..6049afb9fb9 100644
--- a/api/Excel.modelcolumnnames.count.md
+++ b/api/Excel.modelcolumnnames.count.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelColumnNames.Count Property (Excel)
-Returns a **Long** value that represents the number of a[ModelColumnName Object (Excel)](Excel.modelcolumnname.md) objects in a[ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) collection. Read-only.
+Returns a **Long** value that represents the number of a [ModelColumnName Object (Excel)](Excel.modelcolumnname.md) objects in a [ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) collection. Read-only.
## Syntax
_expression_. `Count`
- _expression_ A variable that represents a[ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
+ _expression_ A variable that represents a [ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
## Property value
diff --git a/api/Excel.modelcolumnnames.creator.md b/api/Excel.modelcolumnnames.creator.md
index e28199b3ffe..47fc3cced3d 100644
--- a/api/Excel.modelcolumnnames.creator.md
+++ b/api/Excel.modelcolumnnames.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
+ _expression_ A variable that represents a [ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
## Remarks
diff --git a/api/Excel.modelcolumnnames.item.md b/api/Excel.modelcolumnnames.item.md
index 271ed3cb11b..da0e267c86b 100644
--- a/api/Excel.modelcolumnnames.item.md
+++ b/api/Excel.modelcolumnnames.item.md
@@ -18,7 +18,7 @@ Returns a single object from the [ModelColumnNames Object (Excel)](Excel.modelco
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
+ _expression_ A variable that represents a [ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
### Parameters
diff --git a/api/Excel.modelcolumnnames.parent.md b/api/Excel.modelcolumnnames.parent.md
index 1cc9d5f52aa..623fa691b7b 100644
--- a/api/Excel.modelcolumnnames.parent.md
+++ b/api/Excel.modelcolumnnames.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelC
_expression_. `Parent`
- _expression_ A variable that represents a[ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
+ _expression_ A variable that represents a [ModelColumnNames Object (Excel)](Excel.modelcolumnnames.md) object.
## Property value
diff --git a/api/Excel.modelconnection.adoconnection.md b/api/Excel.modelconnection.adoconnection.md
index 8cc314344fc..70a296d23bd 100644
--- a/api/Excel.modelconnection.adoconnection.md
+++ b/api/Excel.modelconnection.adoconnection.md
@@ -18,7 +18,7 @@ The ADO Connection Object is used to create an open connection to a data source.
_expression_. `ADOConnection`
- _expression_ A variable that represents a[ModelConnection Object (Excel)](Excel.modelconnection.md) object.
+ _expression_ A variable that represents a [ModelConnection Object (Excel)](Excel.modelconnection.md) object.
## Property value
diff --git a/api/Excel.modelconnection.application.md b/api/Excel.modelconnection.application.md
index 98a6f9ff563..e08d2a5ac41 100644
--- a/api/Excel.modelconnection.application.md
+++ b/api/Excel.modelconnection.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelConnection Object (Excel)](Excel.modelconnection.md) object.
+ _expression_ A variable that represents a [ModelConnection Object (Excel)](Excel.modelconnection.md) object.
## Example
diff --git a/api/Excel.modelconnection.commandtext.md b/api/Excel.modelconnection.commandtext.md
index b97f8d32c5e..156b31d4d0b 100644
--- a/api/Excel.modelconnection.commandtext.md
+++ b/api/Excel.modelconnection.commandtext.md
@@ -18,7 +18,7 @@ Returns or sets the command string for the specified data source. **Variant** R
_expression_. `CommandText`
- _expression_ A variable that represents a[ModelConnection Object (Excel)](Excel.modelconnection.md) object.
+ _expression_ A variable that represents a [ModelConnection Object (Excel)](Excel.modelconnection.md) object.
## Remarks
diff --git a/api/Excel.modelconnection.commandtype.md b/api/Excel.modelconnection.commandtype.md
index eff6a46c139..1f6dce4c818 100644
--- a/api/Excel.modelconnection.commandtype.md
+++ b/api/Excel.modelconnection.commandtype.md
@@ -18,7 +18,7 @@ Returns or sets one of the [XlCmdType Enumeration (Excel)](Excel.XlCmdType.md) c
_expression_. `CommandType`
- _expression_ A variable that represents a[ModelConnection Object (Excel)](Excel.modelconnection.md) object.
+ _expression_ A variable that represents a [ModelConnection Object (Excel)](Excel.modelconnection.md) object.
## Remarks
diff --git a/api/Excel.modelconnection.creator.md b/api/Excel.modelconnection.creator.md
index d167ddf5ca1..533270f20a2 100644
--- a/api/Excel.modelconnection.creator.md
+++ b/api/Excel.modelconnection.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelConnection Object (Excel)](Excel.modelconnection.md) object.
+ _expression_ A variable that represents a [ModelConnection Object (Excel)](Excel.modelconnection.md) object.
## Remarks
diff --git a/api/Excel.modelconnection.parent.md b/api/Excel.modelconnection.parent.md
index 21f2e4fde98..570a4beeecb 100644
--- a/api/Excel.modelconnection.parent.md
+++ b/api/Excel.modelconnection.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelC
_expression_. `Parent`
- _expression_ A variable that represents a[ModelConnection Object (Excel)](Excel.modelconnection.md) object.
+ _expression_ A variable that represents a [ModelConnection Object (Excel)](Excel.modelconnection.md) object.
## Property value
diff --git a/api/Excel.modelmeasure.md b/api/Excel.modelmeasure.md
index bd2c9e2ac0f..ddfbc4f6fc7 100644
--- a/api/Excel.modelmeasure.md
+++ b/api/Excel.modelmeasure.md
@@ -11,7 +11,7 @@ ms.prod: excel
# ModelMeasure Object (Excel)
-Represents a single **ModelMeasure** object in the[ModelMeasures](Excel.modelmeasures.md) collection.
+Represents a single **ModelMeasure** object in the [ModelMeasures](Excel.modelmeasures.md) collection.
## See also
diff --git a/api/Excel.modelmeasurename.application.md b/api/Excel.modelmeasurename.application.md
index 780f354c23d..df9498bd63f 100644
--- a/api/Excel.modelmeasurename.application.md
+++ b/api/Excel.modelmeasurename.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelMeasureName Object (Excel)](Excel.modelmeasurename.md) object.
+ _expression_ A variable that represents a [ModelMeasureName Object (Excel)](Excel.modelmeasurename.md) object.
## Example
diff --git a/api/Excel.modelmeasurename.creator.md b/api/Excel.modelmeasurename.creator.md
index b06d3f11a69..f09935aae70 100644
--- a/api/Excel.modelmeasurename.creator.md
+++ b/api/Excel.modelmeasurename.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelMeasureName Object (Excel)](Excel.modelmeasurename.md) object.
+ _expression_ A variable that represents a [ModelMeasureName Object (Excel)](Excel.modelmeasurename.md) object.
## Remarks
diff --git a/api/Excel.modelmeasurename.measurename.md b/api/Excel.modelmeasurename.measurename.md
index fa74af64e5b..6c3862db348 100644
--- a/api/Excel.modelmeasurename.measurename.md
+++ b/api/Excel.modelmeasurename.measurename.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelMeasureName.MeasureName Property (Excel)
- **String** representing the new name a measure which was added to the[ModelTable Object (Excel)](Excel.modeltable.md) identified by the[ModelMeasureName.TableName Property (Excel)](Excel.modelmeasurename.tablename.md) property. Read-only.
+ **String** representing the new name a measure which was added to the [ModelTable Object (Excel)](Excel.modeltable.md) identified by the [ModelMeasureName.TableName Property (Excel)](Excel.modelmeasurename.tablename.md) property. Read-only.
## Syntax
_expression_. `MeasureName`
- _expression_ A variable that represents a[ModelMeasureName](Excel.modelmeasurename.md) object.
+ _expression_ A variable that represents a [ModelMeasureName](Excel.modelmeasurename.md) object.
## Property value
diff --git a/api/Excel.modelmeasurename.parent.md b/api/Excel.modelmeasurename.parent.md
index 130ae7fe949..68114ce368b 100644
--- a/api/Excel.modelmeasurename.parent.md
+++ b/api/Excel.modelmeasurename.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelM
_expression_. `Parent`
- _expression_ A variable that represents a[ModelMeasureName Object (Excel)](Excel.modelmeasurename.md) object.
+ _expression_ A variable that represents a [ModelMeasureName Object (Excel)](Excel.modelmeasurename.md) object.
## Property value
diff --git a/api/Excel.modelmeasurename.tablename.md b/api/Excel.modelmeasurename.tablename.md
index 23ef59c0c41..222f9b9d16b 100644
--- a/api/Excel.modelmeasurename.tablename.md
+++ b/api/Excel.modelmeasurename.tablename.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `TableName`
- _expression_ A variable that represents a[ModelMeasureName](Excel.modelmeasurename.md) object.
+ _expression_ A variable that represents a [ModelMeasureName](Excel.modelmeasurename.md) object.
## Property value
diff --git a/api/Excel.modelmeasurenames.application.md b/api/Excel.modelmeasurenames.application.md
index 61bd00bf946..a64c61c78d4 100644
--- a/api/Excel.modelmeasurenames.application.md
+++ b/api/Excel.modelmeasurenames.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
+ _expression_ A variable that represents a [ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
## Example
diff --git a/api/Excel.modelmeasurenames.count.md b/api/Excel.modelmeasurenames.count.md
index 9f3bcfc64ec..37592a8dfec 100644
--- a/api/Excel.modelmeasurenames.count.md
+++ b/api/Excel.modelmeasurenames.count.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelMeasureNames.Count Property (Excel)
-Returns a **Long** value that represents the number of a[ModelMeasureName Object (Excel)](Excel.modelmeasurename.md) objects in a[ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object. Read-only.
+Returns a **Long** value that represents the number of a [ModelMeasureName Object (Excel)](Excel.modelmeasurename.md) objects in a [ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object. Read-only.
## Syntax
_expression_. `Count`
- _expression_ A variable that represents a[ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
+ _expression_ A variable that represents a [ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
## Property value
diff --git a/api/Excel.modelmeasurenames.creator.md b/api/Excel.modelmeasurenames.creator.md
index 7cc057e416f..60114da1425 100644
--- a/api/Excel.modelmeasurenames.creator.md
+++ b/api/Excel.modelmeasurenames.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
+ _expression_ A variable that represents a [ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
## Remarks
diff --git a/api/Excel.modelmeasurenames.item.md b/api/Excel.modelmeasurenames.item.md
index 3228f88505d..ac415ffbe46 100644
--- a/api/Excel.modelmeasurenames.item.md
+++ b/api/Excel.modelmeasurenames.item.md
@@ -18,7 +18,7 @@ Returns a single object from the [ModelMeasureNames Object (Excel)](Excel.modelm
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
+ _expression_ A variable that represents a [ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
### Parameters
diff --git a/api/Excel.modelmeasurenames.parent.md b/api/Excel.modelmeasurenames.parent.md
index be505f148a4..6df874396cf 100644
--- a/api/Excel.modelmeasurenames.parent.md
+++ b/api/Excel.modelmeasurenames.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelM
_expression_. `Parent`
- _expression_ A variable that represents a[ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
+ _expression_ A variable that represents a [ModelMeasureNames Object (Excel)](Excel.modelmeasurenames.md) object.
## Property value
diff --git a/api/Excel.modelmeasures.md b/api/Excel.modelmeasures.md
index 90c582a98b6..4b45db91c25 100644
--- a/api/Excel.modelmeasures.md
+++ b/api/Excel.modelmeasures.md
@@ -16,7 +16,7 @@ Represents: a collection of **ModelMeasure** objects.
## Remarks
-Each measure is represented by a [ModelMeasure](Excel.modelmeasure.md) object. Use the[Model.ModelMeasures](Excel.model.modelmeasures.md) property to return the **ModelMeasures** collection.
+Each measure is represented by a [ModelMeasure](Excel.modelmeasure.md) object. Use the [Model.ModelMeasures](Excel.model.modelmeasures.md) property to return the **ModelMeasures** collection.
## See also
diff --git a/api/Excel.modelrelationship.active.md b/api/Excel.modelrelationship.active.md
index 4708a5d3faf..7ba8647be8a 100644
--- a/api/Excel.modelrelationship.active.md
+++ b/api/Excel.modelrelationship.active.md
@@ -18,7 +18,7 @@ When **True** , the relationship is active. When **False** , this relationship
_expression_. `Active`
- _expression_ A variable that represents a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
+ _expression_ A variable that represents a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
## Property value
diff --git a/api/Excel.modelrelationship.application.md b/api/Excel.modelrelationship.application.md
index 4121f557bea..fa779265f0f 100644
--- a/api/Excel.modelrelationship.application.md
+++ b/api/Excel.modelrelationship.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
+ _expression_ A variable that represents a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
## Example
diff --git a/api/Excel.modelrelationship.creator.md b/api/Excel.modelrelationship.creator.md
index 9c11f0d9ce8..ff556bc6094 100644
--- a/api/Excel.modelrelationship.creator.md
+++ b/api/Excel.modelrelationship.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
+ _expression_ A variable that represents a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
## Remarks
diff --git a/api/Excel.modelrelationship.delete.md b/api/Excel.modelrelationship.delete.md
index 8a15896f123..8aa93ffa6a1 100644
--- a/api/Excel.modelrelationship.delete.md
+++ b/api/Excel.modelrelationship.delete.md
@@ -18,7 +18,7 @@ Deletes the relationship.
_expression_. `Delete`
- _expression_ A variable that represents a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
+ _expression_ A variable that represents a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
### Return value
diff --git a/api/Excel.modelrelationship.foreignkeycolumn.md b/api/Excel.modelrelationship.foreignkeycolumn.md
index 90545838b11..911ec9a1729 100644
--- a/api/Excel.modelrelationship.foreignkeycolumn.md
+++ b/api/Excel.modelrelationship.foreignkeycolumn.md
@@ -18,7 +18,7 @@ Contains the [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object
_expression_. `ForeignKeyColumn`
- _expression_ A variable that represents a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
+ _expression_ A variable that represents a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
## Property value
diff --git a/api/Excel.modelrelationship.foreignkeytable.md b/api/Excel.modelrelationship.foreignkeytable.md
index 857ef4b4ce3..b385022c83e 100644
--- a/api/Excel.modelrelationship.foreignkeytable.md
+++ b/api/Excel.modelrelationship.foreignkeytable.md
@@ -18,7 +18,7 @@ Contains the [ModelTable Object (Excel)](Excel.modeltable.md) object (Excel) rep
_expression_. `ForeignKeyTable`
- _expression_ A variable that represents a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
+ _expression_ A variable that represents a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
## Property value
diff --git a/api/Excel.modelrelationship.parent.md b/api/Excel.modelrelationship.parent.md
index 7e86bab0cfd..d694ee01c11 100644
--- a/api/Excel.modelrelationship.parent.md
+++ b/api/Excel.modelrelationship.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelR
_expression_. `Parent`
- _expression_ A variable that represents a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
+ _expression_ A variable that represents a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
## Property value
diff --git a/api/Excel.modelrelationship.primarykeycolumn.md b/api/Excel.modelrelationship.primarykeycolumn.md
index 77c15109a05..45045f7299d 100644
--- a/api/Excel.modelrelationship.primarykeycolumn.md
+++ b/api/Excel.modelrelationship.primarykeycolumn.md
@@ -18,7 +18,7 @@ Contains the [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object
_expression_. `PrimaryKeyColumn`
- _expression_ A variable that represents a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
+ _expression_ A variable that represents a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
## Property value
diff --git a/api/Excel.modelrelationship.primarykeytable.md b/api/Excel.modelrelationship.primarykeytable.md
index 235bd29a358..2f9b1da781d 100644
--- a/api/Excel.modelrelationship.primarykeytable.md
+++ b/api/Excel.modelrelationship.primarykeytable.md
@@ -18,7 +18,7 @@ Contains the [ModelTable Object (Excel)](Excel.modeltable.md) object (Excel) rep
_expression_. `PrimaryKeyTable`
- _expression_ A variable that represents a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
+ _expression_ A variable that represents a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) object.
## Property value
diff --git a/api/Excel.modelrelationships.add.md b/api/Excel.modelrelationships.add.md
index 48a5da929d0..c54c02b1e7c 100644
--- a/api/Excel.modelrelationships.add.md
+++ b/api/Excel.modelrelationships.add.md
@@ -18,7 +18,7 @@ Adds a new relationship to the model.
_expression_. `Add`_(ForeignKeyColumn,_ _PrimaryKeyColumn)_
- _expression_ A variable that represents a[ModelRelationships Object (Excel)](Excel.modelrelationships.md) object (Excel).
+ _expression_ A variable that represents a [ModelRelationships Object (Excel)](Excel.modelrelationships.md) object (Excel).
### Parameters
diff --git a/api/Excel.modelrelationships.application.md b/api/Excel.modelrelationships.application.md
index 783b25085f7..ecff7be98a1 100644
--- a/api/Excel.modelrelationships.application.md
+++ b/api/Excel.modelrelationships.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
+ _expression_ A variable that represents a [ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
## Example
diff --git a/api/Excel.modelrelationships.count.md b/api/Excel.modelrelationships.count.md
index d2b3449230d..31466d2788b 100644
--- a/api/Excel.modelrelationships.count.md
+++ b/api/Excel.modelrelationships.count.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelRelationships.Count Property (Excel)
-Returns a **Long** value that represents the number of a[ModelRelationship Object (Excel)](Excel.modelrelationship.md) objects in a[ModelRelationships Object (Excel)](Excel.modelrelationships.md) object. Read-only.
+Returns a **Long** value that represents the number of a [ModelRelationship Object (Excel)](Excel.modelrelationship.md) objects in a [ModelRelationships Object (Excel)](Excel.modelrelationships.md) object. Read-only.
## Syntax
_expression_. `Count`
- _expression_ A variable that represents a[ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
+ _expression_ A variable that represents a [ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
## Property value
diff --git a/api/Excel.modelrelationships.creator.md b/api/Excel.modelrelationships.creator.md
index 678a8828705..cebb3b1a8da 100644
--- a/api/Excel.modelrelationships.creator.md
+++ b/api/Excel.modelrelationships.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
+ _expression_ A variable that represents a [ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
## Remarks
diff --git a/api/Excel.modelrelationships.item.md b/api/Excel.modelrelationships.item.md
index 1285b3c76ec..619428ab2de 100644
--- a/api/Excel.modelrelationships.item.md
+++ b/api/Excel.modelrelationships.item.md
@@ -18,7 +18,7 @@ Returns a single object from the [ModelRelationships Object (Excel)](Excel.model
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
+ _expression_ A variable that represents a [ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
### Parameters
diff --git a/api/Excel.modelrelationships.parent.md b/api/Excel.modelrelationships.parent.md
index 6b88eb11a53..6a283452345 100644
--- a/api/Excel.modelrelationships.parent.md
+++ b/api/Excel.modelrelationships.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelR
_expression_. `Parent`
- _expression_ A variable that represents a[ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
+ _expression_ A variable that represents a [ModelRelationships Object (Excel)](Excel.modelrelationships.md) object.
## Property value
diff --git a/api/Excel.modeltable.application.md b/api/Excel.modeltable.application.md
index 35ab3eebc28..01ec921f5c9 100644
--- a/api/Excel.modeltable.application.md
+++ b/api/Excel.modeltable.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Example
diff --git a/api/Excel.modeltable.creator.md b/api/Excel.modeltable.creator.md
index a81f22ded19..7351cff7378 100644
--- a/api/Excel.modeltable.creator.md
+++ b/api/Excel.modeltable.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Remarks
diff --git a/api/Excel.modeltable.modeltablecolumns.md b/api/Excel.modeltable.modeltablecolumns.md
index 4f3e8dd0fe9..baecd6534af 100644
--- a/api/Excel.modeltable.modeltablecolumns.md
+++ b/api/Excel.modeltable.modeltablecolumns.md
@@ -18,7 +18,7 @@ Collection of [ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) tha
_expression_. `ModelTableColumns`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.modeltable.name.md b/api/Excel.modeltable.name.md
index c62b16dca58..925063fdada 100644
--- a/api/Excel.modeltable.name.md
+++ b/api/Excel.modeltable.name.md
@@ -18,7 +18,7 @@ Returns a **String** value that represents the name of the object.
_expression_. `Name`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.modeltable.parent.md b/api/Excel.modeltable.parent.md
index 41ddad78129..f04fa993810 100644
--- a/api/Excel.modeltable.parent.md
+++ b/api/Excel.modeltable.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelT
_expression_. `Parent`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.modeltable.recordcount.md b/api/Excel.modeltable.recordcount.md
index e3e999b6a59..456a6b9ab4d 100644
--- a/api/Excel.modeltable.recordcount.md
+++ b/api/Excel.modeltable.recordcount.md
@@ -18,7 +18,7 @@ Returns the total row count for the model table. **Integer** Read-only
_expression_. `RecordCount`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.modeltable.refresh.md b/api/Excel.modeltable.refresh.md
index 50b184c1de3..a63e07892a8 100644
--- a/api/Excel.modeltable.refresh.md
+++ b/api/Excel.modeltable.refresh.md
@@ -18,7 +18,7 @@ Refreshes the model table source connections.
_expression_. `Refresh`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
### Return value
diff --git a/api/Excel.modeltable.sourcename.md b/api/Excel.modeltable.sourcename.md
index 93a02954513..0748cd1a2ea 100644
--- a/api/Excel.modeltable.sourcename.md
+++ b/api/Excel.modeltable.sourcename.md
@@ -18,7 +18,7 @@ Name of the data source for the table. If the table has no data source, the call
_expression_. `SourceName`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.modeltable.sourceworkbookconnection.md b/api/Excel.modeltable.sourceworkbookconnection.md
index bb8d6a154c9..5d16d8a6e0f 100644
--- a/api/Excel.modeltable.sourceworkbookconnection.md
+++ b/api/Excel.modeltable.sourceworkbookconnection.md
@@ -18,7 +18,7 @@ Returns the Workbook Connection from which the model table originated. Read-only
_expression_. `SourceWorkbookConnection`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.modeltablecolumn.application.md b/api/Excel.modeltablecolumn.application.md
index 5726f50722c..5bdeeeddcbd 100644
--- a/api/Excel.modeltablecolumn.application.md
+++ b/api/Excel.modeltablecolumn.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
+ _expression_ A variable that represents a [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
## Example
diff --git a/api/Excel.modeltablecolumn.creator.md b/api/Excel.modeltablecolumn.creator.md
index 896ac18afde..facc6370ef0 100644
--- a/api/Excel.modeltablecolumn.creator.md
+++ b/api/Excel.modeltablecolumn.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
+ _expression_ A variable that represents a [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
## Remarks
diff --git a/api/Excel.modeltablecolumn.datatype.md b/api/Excel.modeltablecolumn.datatype.md
index 18f85e148d9..f41b2b78ab2 100644
--- a/api/Excel.modeltablecolumn.datatype.md
+++ b/api/Excel.modeltablecolumn.datatype.md
@@ -18,7 +18,7 @@ Returns the [XlParameterDataType Enumeration (Excel)](Excel.XlParameterDataType.
_expression_. `DataType`
- _expression_ A variable that represents a[ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
+ _expression_ A variable that represents a [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
## Property value
diff --git a/api/Excel.modeltablecolumn.name.md b/api/Excel.modeltablecolumn.name.md
index 32981f96869..83fbef95459 100644
--- a/api/Excel.modeltablecolumn.name.md
+++ b/api/Excel.modeltablecolumn.name.md
@@ -18,7 +18,7 @@ Returns a **String** value that represents the name of the object.
_expression_. `Name`
- _expression_ A variable that represents a[ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
+ _expression_ A variable that represents a [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
## Property value
diff --git a/api/Excel.modeltablecolumn.parent.md b/api/Excel.modeltablecolumn.parent.md
index 8c513db4c3a..0f58cd3f414 100644
--- a/api/Excel.modeltablecolumn.parent.md
+++ b/api/Excel.modeltablecolumn.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelT
_expression_. `Parent`
- _expression_ A variable that represents a[ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
+ _expression_ A variable that represents a [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object.
## Property value
diff --git a/api/Excel.modeltablecolumns.application.md b/api/Excel.modeltablecolumns.application.md
index 611bf9f1f08..d6cf6bafd8a 100644
--- a/api/Excel.modeltablecolumns.application.md
+++ b/api/Excel.modeltablecolumns.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
+ _expression_ A variable that represents a [ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
## Example
diff --git a/api/Excel.modeltablecolumns.count.md b/api/Excel.modeltablecolumns.count.md
index fc63d5547b7..7a387327911 100644
--- a/api/Excel.modeltablecolumns.count.md
+++ b/api/Excel.modeltablecolumns.count.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelTableColumns.Count Property (Excel)
-Returns a **Long** value that represents the number of a[ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) objects in a[ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object. Read-only.
+Returns a **Long** value that represents the number of a [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) objects in a [ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object. Read-only.
## Syntax
_expression_. `Count`
- _expression_ A variable that represents a[ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
+ _expression_ A variable that represents a [ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
## Property value
diff --git a/api/Excel.modeltablecolumns.creator.md b/api/Excel.modeltablecolumns.creator.md
index bee64113e1d..7f64ff6a2db 100644
--- a/api/Excel.modeltablecolumns.creator.md
+++ b/api/Excel.modeltablecolumns.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
+ _expression_ A variable that represents a [ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
## Remarks
diff --git a/api/Excel.modeltablecolumns.item.md b/api/Excel.modeltablecolumns.item.md
index 41f054c18e8..9366bba669d 100644
--- a/api/Excel.modeltablecolumns.item.md
+++ b/api/Excel.modeltablecolumns.item.md
@@ -18,7 +18,7 @@ Returns a [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) object (E
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
+ _expression_ A variable that represents a [ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
### Parameters
diff --git a/api/Excel.modeltablecolumns.md b/api/Excel.modeltablecolumns.md
index efd2cd15304..3f6592962e2 100644
--- a/api/Excel.modeltablecolumns.md
+++ b/api/Excel.modeltablecolumns.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# ModelTableColumns Object (Excel)
-Represent a [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) collection of single columns inside a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+Represent a [ModelTableColumn Object (Excel)](Excel.modeltablecolumn.md) collection of single columns inside a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## See also
diff --git a/api/Excel.modeltablecolumns.parent.md b/api/Excel.modeltablecolumns.parent.md
index 3a483f4ebd8..958beeeea20 100644
--- a/api/Excel.modeltablecolumns.parent.md
+++ b/api/Excel.modeltablecolumns.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelT
_expression_. `Parent`
- _expression_ A variable that represents a[ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
+ _expression_ A variable that represents a [ModelTableColumns Object (Excel)](Excel.modeltablecolumns.md) object.
## Property value
diff --git a/api/Excel.modeltablenamechange.application.md b/api/Excel.modeltablenamechange.application.md
index e4fd6254a3a..51f66858e58 100644
--- a/api/Excel.modeltablenamechange.application.md
+++ b/api/Excel.modeltablenamechange.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelTableNameChange Object (Excel)](Excel.modeltablenamechange.md) object.
+ _expression_ A variable that represents a [ModelTableNameChange Object (Excel)](Excel.modeltablenamechange.md) object.
## Example
diff --git a/api/Excel.modeltablenamechange.creator.md b/api/Excel.modeltablenamechange.creator.md
index 656fbd8a596..2907a8d6180 100644
--- a/api/Excel.modeltablenamechange.creator.md
+++ b/api/Excel.modeltablenamechange.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelTableNameChange Object (Excel)](Excel.modeltablenamechange.md) object.
+ _expression_ A variable that represents a [ModelTableNameChange Object (Excel)](Excel.modeltablenamechange.md) object.
## Remarks
diff --git a/api/Excel.modeltablenamechange.parent.md b/api/Excel.modeltablenamechange.parent.md
index fef5579648c..8c8d7f79fff 100644
--- a/api/Excel.modeltablenamechange.parent.md
+++ b/api/Excel.modeltablenamechange.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelT
_expression_. `Parent`
- _expression_ A variable that represents a[ModelTableNameChange Object (Excel)](Excel.modeltablenamechange.md) object.
+ _expression_ A variable that represents a [ModelTableNameChange Object (Excel)](Excel.modeltablenamechange.md) object.
## Property value
diff --git a/api/Excel.modeltablenamechange.tablenamenew.md b/api/Excel.modeltablenamechange.tablenamenew.md
index 01fe3b40a97..adb9aa55990 100644
--- a/api/Excel.modeltablenamechange.tablenamenew.md
+++ b/api/Excel.modeltablenamechange.tablenamenew.md
@@ -18,7 +18,7 @@ Returns the new name of the table. **String** Read-only
_expression_. `TableNameNew`
- _expression_ A variable that represents a[ModelTableNameChange](Excel.modeltablenamechange.md) object.
+ _expression_ A variable that represents a [ModelTableNameChange](Excel.modeltablenamechange.md) object.
## Property value
diff --git a/api/Excel.modeltablenamechange.tablenameold.md b/api/Excel.modeltablenamechange.tablenameold.md
index f8014a7032e..378657f89d1 100644
--- a/api/Excel.modeltablenamechange.tablenameold.md
+++ b/api/Excel.modeltablenamechange.tablenameold.md
@@ -18,7 +18,7 @@ Returns the previous name of the table. **String** Read-only
_expression_. `TableNameOld`
- _expression_ A variable that represents a[ModelTableNameChange](Excel.modeltablenamechange.md) object.
+ _expression_ A variable that represents a [ModelTableNameChange](Excel.modeltablenamechange.md) object.
## Property value
diff --git a/api/Excel.modeltablenamechanges.application.md b/api/Excel.modeltablenamechanges.application.md
index 58ef0d02788..d35e1715556 100644
--- a/api/Excel.modeltablenamechanges.application.md
+++ b/api/Excel.modeltablenamechanges.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
+ _expression_ A variable that represents a [ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
## Example
diff --git a/api/Excel.modeltablenamechanges.count.md b/api/Excel.modeltablenamechanges.count.md
index 4ba3cad854e..77b77489fef 100644
--- a/api/Excel.modeltablenamechanges.count.md
+++ b/api/Excel.modeltablenamechanges.count.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelTableNameChanges.Count Property (Excel)
-Returns a **Long** value that represents the number of a[ModelTableNameChange Object (Excel)](Excel.modeltablenamechange.md) objects in a[ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) collection. Read-only.
+Returns a **Long** value that represents the number of a [ModelTableNameChange Object (Excel)](Excel.modeltablenamechange.md) objects in a [ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) collection. Read-only.
## Syntax
_expression_. `Count`
- _expression_ A variable that represents a[ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
+ _expression_ A variable that represents a [ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
## Property value
diff --git a/api/Excel.modeltablenamechanges.creator.md b/api/Excel.modeltablenamechanges.creator.md
index eb469ec1bde..5d6ddbddcb8 100644
--- a/api/Excel.modeltablenamechanges.creator.md
+++ b/api/Excel.modeltablenamechanges.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
+ _expression_ A variable that represents a [ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
## Remarks
diff --git a/api/Excel.modeltablenamechanges.item.md b/api/Excel.modeltablenamechanges.item.md
index d3e79abf21c..f3308ab45e5 100644
--- a/api/Excel.modeltablenamechanges.item.md
+++ b/api/Excel.modeltablenamechanges.item.md
@@ -18,7 +18,7 @@ Returns a single object from the **ModelTableNameChanges** collection.
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
+ _expression_ A variable that represents a [ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
### Parameters
diff --git a/api/Excel.modeltablenamechanges.parent.md b/api/Excel.modeltablenamechanges.parent.md
index adce283b131..3e6218a3a0e 100644
--- a/api/Excel.modeltablenamechanges.parent.md
+++ b/api/Excel.modeltablenamechanges.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelT
_expression_. `Parent`
- _expression_ A variable that represents a[ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
+ _expression_ A variable that represents a [ModelTableNameChanges Object (Excel)](Excel.modeltablenamechanges.md) object.
## Property value
diff --git a/api/Excel.modeltablenames.application.md b/api/Excel.modeltablenames.application.md
index d296adf5257..1700fa7f780 100644
--- a/api/Excel.modeltablenames.application.md
+++ b/api/Excel.modeltablenames.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
+ _expression_ A variable that represents a [ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
## Example
diff --git a/api/Excel.modeltablenames.count.md b/api/Excel.modeltablenames.count.md
index b521098aae8..b9d90e63e80 100644
--- a/api/Excel.modeltablenames.count.md
+++ b/api/Excel.modeltablenames.count.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelTableNames.Count Property (Excel)
-Returns a **Long** value that represents the number of objects in a[ModelTableNames Object (Excel)](Excel.modeltablenames.md) collection. Read-only.
+Returns a **Long** value that represents the number of objects in a [ModelTableNames Object (Excel)](Excel.modeltablenames.md) collection. Read-only.
## Syntax
_expression_. `Count`
- _expression_ A variable that represents a[ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
+ _expression_ A variable that represents a [ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
## Property value
diff --git a/api/Excel.modeltablenames.creator.md b/api/Excel.modeltablenames.creator.md
index 7fb4e002422..1b76571dbc3 100644
--- a/api/Excel.modeltablenames.creator.md
+++ b/api/Excel.modeltablenames.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
+ _expression_ A variable that represents a [ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
## Remarks
diff --git a/api/Excel.modeltablenames.item.md b/api/Excel.modeltablenames.item.md
index 4cd6dd857da..702e324dc9f 100644
--- a/api/Excel.modeltablenames.item.md
+++ b/api/Excel.modeltablenames.item.md
@@ -18,7 +18,7 @@ Returns a single object from the **ModelTableNames** collection.
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
+ _expression_ A variable that represents a [ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
### Parameters
diff --git a/api/Excel.modeltablenames.parent.md b/api/Excel.modeltablenames.parent.md
index d70678fb99d..f13a34ccd7b 100644
--- a/api/Excel.modeltablenames.parent.md
+++ b/api/Excel.modeltablenames.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelT
_expression_. `Parent`
- _expression_ A variable that represents a[ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
+ _expression_ A variable that represents a [ModelTableNames Object (Excel)](Excel.modeltablenames.md) object.
## Property value
diff --git a/api/Excel.modeltables.application.md b/api/Excel.modeltables.application.md
index 42a85e83a75..6343b4cc9f7 100644
--- a/api/Excel.modeltables.application.md
+++ b/api/Excel.modeltables.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[ModelTables Object (Excel)](Excel.modeltables.md) object.
+ _expression_ A variable that represents a [ModelTables Object (Excel)](Excel.modeltables.md) object.
## Example
diff --git a/api/Excel.modeltables.count.md b/api/Excel.modeltables.count.md
index 739001996ca..8486e636a95 100644
--- a/api/Excel.modeltables.count.md
+++ b/api/Excel.modeltables.count.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# ModelTables.Count Property (Excel)
-Returns a **Long** value that represents the number of[ModelTable Object (Excel)](Excel.modeltable.md) objects in a[ModelTables Object (Excel)](Excel.modeltables.md) collection. Read-only.
+Returns a **Long** value that represents the number of[ModelTable Object (Excel)](Excel.modeltable.md) objects in a [ModelTables Object (Excel)](Excel.modeltables.md) collection. Read-only.
## Syntax
_expression_. `Count`
- _expression_ A variable that represents a[ModelTables Object (Excel)](Excel.modeltables.md) object.
+ _expression_ A variable that represents a [ModelTables Object (Excel)](Excel.modeltables.md) object.
## Property value
diff --git a/api/Excel.modeltables.creator.md b/api/Excel.modeltables.creator.md
index 8b4bc51ac7b..2874c287ecd 100644
--- a/api/Excel.modeltables.creator.md
+++ b/api/Excel.modeltables.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[ModelTables Object (Excel)](Excel.modeltables.md) object.
+ _expression_ A variable that represents a [ModelTables Object (Excel)](Excel.modeltables.md) object.
## Remarks
diff --git a/api/Excel.modeltables.item.md b/api/Excel.modeltables.item.md
index ee8c8d8693a..fea5623a8b4 100644
--- a/api/Excel.modeltables.item.md
+++ b/api/Excel.modeltables.item.md
@@ -18,7 +18,7 @@ Returns a single object from the **ModelTables** collection.
_expression_. `Item`_(Index)_
- _expression_ A variable that represents a[ModelTables Object (Excel)](Excel.modeltables.md) object.
+ _expression_ A variable that represents a [ModelTables Object (Excel)](Excel.modeltables.md) object.
### Parameters
diff --git a/api/Excel.modeltables.parent.md b/api/Excel.modeltables.parent.md
index 260907a1ca1..7498ce17092 100644
--- a/api/Excel.modeltables.parent.md
+++ b/api/Excel.modeltables.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[ModelT
_expression_. `Parent`
- _expression_ A variable that represents a[ModelTables Object (Excel)](Excel.modeltables.md) object.
+ _expression_ A variable that represents a [ModelTables Object (Excel)](Excel.modeltables.md) object.
## Property value
diff --git a/api/Excel.pivotcache.createpivotchart.md b/api/Excel.pivotcache.createpivotchart.md
index c548e9640cf..03dd1964909 100644
--- a/api/Excel.pivotcache.createpivotchart.md
+++ b/api/Excel.pivotcache.createpivotchart.md
@@ -18,7 +18,7 @@ Creates a standalone PivotChart from a [PivotCache Object (Excel)](Excel.PivotCa
_expression_. `CreatePivotChart`_(ChartDestination,_ _XlChartType,_ _Left,_ _Top,_ _Width,_ _Height)_
- _expression_ A variable that represents a[PivotCache Object (Excel)](Excel.PivotCache.md) object.
+ _expression_ A variable that represents a [PivotCache Object (Excel)](Excel.PivotCache.md) object.
### Parameters
diff --git a/api/Excel.pivotfilter.wholedayfilter.md b/api/Excel.pivotfilter.wholedayfilter.md
index 5dd7bb3dbda..0db2e838f93 100644
--- a/api/Excel.pivotfilter.wholedayfilter.md
+++ b/api/Excel.pivotfilter.wholedayfilter.md
@@ -18,7 +18,7 @@ Sets or gets the filtering semantics for date filters. **Boolean** . Read/Write
_expression_. `WholeDayFilter`
- _expression_ A variable that represents a[PivotFilter Object (Excel)](Excel.PivotFilter.md) object.
+ _expression_ A variable that represents a [PivotFilter Object (Excel)](Excel.PivotFilter.md) object.
## Remarks
diff --git a/api/Excel.pivottable.drilldown.md b/api/Excel.pivottable.drilldown.md
index 284828b3ccb..06ac2da0b4a 100644
--- a/api/Excel.pivottable.drilldown.md
+++ b/api/Excel.pivottable.drilldown.md
@@ -18,7 +18,7 @@ Enables you to drill down into the data within an OLAP or PowerPivot based cube
_expression_. `DrillDown`_(PivotItem,_ _PivotLine)_
- _expression_ A variable that represents a[PivotTable Object (Excel)](Excel.PivotTable.md) object.
+ _expression_ A variable that represents a [PivotTable Object (Excel)](Excel.PivotTable.md) object.
### Parameters
diff --git a/api/Excel.pivottable.drillto.md b/api/Excel.pivottable.drillto.md
index bf84565f0b9..8c8bb3fd5e1 100644
--- a/api/Excel.pivottable.drillto.md
+++ b/api/Excel.pivottable.drillto.md
@@ -18,7 +18,7 @@ Enables you to drill to a location within an OLAP or PowerPivot based cube hiera
_expression_. `DrillTo`_(PivotItem,_ _CubeField,_ _PivotLine)_
- _expression_ A variable that represents a[PivotTable Object (Excel)](Excel.PivotTable.md) object.
+ _expression_ A variable that represents a [PivotTable Object (Excel)](Excel.PivotTable.md) object.
### Parameters
diff --git a/api/Excel.pivottable.pivotchart.md b/api/Excel.pivottable.pivotchart.md
index f11920e3a47..f65e5ed3042 100644
--- a/api/Excel.pivottable.pivotchart.md
+++ b/api/Excel.pivottable.pivotchart.md
@@ -18,7 +18,7 @@ Returns a [Shape Object (Excel)](Excel.Shape.md) object that represents the stan
_expression_. `PivotChart`
- _expression_ A variable that represents a[PivotTable Object (Excel)](Excel.PivotTable.md) object.
+ _expression_ A variable that represents a [PivotTable Object (Excel)](Excel.PivotTable.md) object.
## Returns
diff --git a/api/Excel.pivottable.pivotvaluecell.md b/api/Excel.pivottable.pivotvaluecell.md
index 6c56a84dd59..9faba3ec7e5 100644
--- a/api/Excel.pivottable.pivotvaluecell.md
+++ b/api/Excel.pivottable.pivotvaluecell.md
@@ -18,7 +18,7 @@ Retrieve the [PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object for
_expression_. `PivotValueCell`_(rowline,_ _columnline)_
- _expression_ A variable that represents a[PivotTable Object (Excel)](Excel.PivotTable.md) object.
+ _expression_ A variable that represents a [PivotTable Object (Excel)](Excel.PivotTable.md) object.
### Parameters
diff --git a/api/Excel.pivotvaluecell.application.md b/api/Excel.pivotvaluecell.application.md
index 79bb2fdcb68..559c0a1ef9e 100644
--- a/api/Excel.pivotvaluecell.application.md
+++ b/api/Excel.pivotvaluecell.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
+ _expression_ A variable that represents a [PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
## Example
diff --git a/api/Excel.pivotvaluecell.creator.md b/api/Excel.pivotvaluecell.creator.md
index f0014e096fc..7ba8d8c485a 100644
--- a/api/Excel.pivotvaluecell.creator.md
+++ b/api/Excel.pivotvaluecell.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
+ _expression_ A variable that represents a [PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
## Remarks
diff --git a/api/Excel.pivotvaluecell.parent.md b/api/Excel.pivotvaluecell.parent.md
index af0dfbaa57a..1cabc98ccf1 100644
--- a/api/Excel.pivotvaluecell.parent.md
+++ b/api/Excel.pivotvaluecell.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[PivotV
_expression_. `Parent`
- _expression_ A variable that represents a[PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
+ _expression_ A variable that represents a [PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
## Property value
diff --git a/api/Excel.pivotvaluecell.pivotcell.md b/api/Excel.pivotvaluecell.pivotcell.md
index e4f881ded94..bbd990b2f87 100644
--- a/api/Excel.pivotvaluecell.pivotcell.md
+++ b/api/Excel.pivotvaluecell.pivotcell.md
@@ -18,7 +18,7 @@ Returns the [PivotCell Object (Excel)](Excel.PivotCell.md) that specifies the lo
_expression_. `PivotCell`
- _expression_ A variable that represents a[PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
+ _expression_ A variable that represents a [PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
## Example
diff --git a/api/Excel.pivotvaluecell.serveractions.md b/api/Excel.pivotvaluecell.serveractions.md
index 8b5cb6bedd8..d5d233825c7 100644
--- a/api/Excel.pivotvaluecell.serveractions.md
+++ b/api/Excel.pivotvaluecell.serveractions.md
@@ -18,7 +18,7 @@ Returns a collection of OLAP Action name objects which will represent OLAP-defin
_expression_. `ServerActions`
- _expression_ A variable that represents a[PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
+ _expression_ A variable that represents a [PivotValueCell Object (Excel)](Excel.pivotvaluecell.md) object.
## Remarks
diff --git a/api/Excel.pivotvaluecell.showdetail.md b/api/Excel.pivotvaluecell.showdetail.md
index 6c7684f3bb1..25eb964df46 100644
--- a/api/Excel.pivotvaluecell.showdetail.md
+++ b/api/Excel.pivotvaluecell.showdetail.md
@@ -18,7 +18,7 @@ Puts the individual rows of an OLAP data source which contribute to an aggregate
_expression_. `ShowDetail`
- _expression_ A variable that represents a[PivotValueCell](Excel.pivotvaluecell.md) object.
+ _expression_ A variable that represents a [PivotValueCell](Excel.pivotvaluecell.md) object.
### Return value
diff --git a/api/Excel.pivotvaluecell.value.md b/api/Excel.pivotvaluecell.value.md
index 9e222aabc72..23a61e1a42e 100644
--- a/api/Excel.pivotvaluecell.value.md
+++ b/api/Excel.pivotvaluecell.value.md
@@ -18,7 +18,7 @@ Returns the value at the location. The value is the value after **ShowAs** and
_expression_. `Value`
- _expression_ A variable that represents a[PivotValueCell](Excel.pivotvaluecell.md) object.
+ _expression_ A variable that represents a [PivotValueCell](Excel.pivotvaluecell.md) object.
## Remarks
diff --git a/api/Excel.queries.fastcombine.md b/api/Excel.queries.fastcombine.md
index e5dd5862458..074dcee2b4d 100644
--- a/api/Excel.queries.fastcombine.md
+++ b/api/Excel.queries.fastcombine.md
@@ -23,7 +23,7 @@ ms.prod: excel
## Remarks
-For silent refresh operations, use the **FastCombine** property in conjunction with the[Application.DisplayAlerts](Excel.Application.DisplayAlerts.md) property, set to **False**.
+For silent refresh operations, use the **FastCombine** property in conjunction with the [Application.DisplayAlerts](Excel.Application.DisplayAlerts.md) property, set to **False**.
## See also
diff --git a/api/Excel.quickanalysis.application.md b/api/Excel.quickanalysis.application.md
index daed7ecff98..04804537d77 100644
--- a/api/Excel.quickanalysis.application.md
+++ b/api/Excel.quickanalysis.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[QuickAnalysis Object (Excel)](Excel.quickanalysis.md) object.
+ _expression_ A variable that represents a [QuickAnalysis Object (Excel)](Excel.quickanalysis.md) object.
## Example
diff --git a/api/Excel.quickanalysis.creator.md b/api/Excel.quickanalysis.creator.md
index 785c0b7748e..2a4c01a56d5 100644
--- a/api/Excel.quickanalysis.creator.md
+++ b/api/Excel.quickanalysis.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[QuickAnalysis Object (Excel)](Excel.quickanalysis.md) object.
+ _expression_ A variable that represents a [QuickAnalysis Object (Excel)](Excel.quickanalysis.md) object.
## Remarks
diff --git a/api/Excel.quickanalysis.hide.md b/api/Excel.quickanalysis.hide.md
index 39cf800c633..2c328952a7d 100644
--- a/api/Excel.quickanalysis.hide.md
+++ b/api/Excel.quickanalysis.hide.md
@@ -18,7 +18,7 @@ Hides specific members of the Analysis Lens user interface.
_expression_. `Hide`_(XlQuickAnalysisMode)_
- _expression_ A variable that represents a[QuickAnalysis](Excel.quickanalysis.md) object.
+ _expression_ A variable that represents a [QuickAnalysis](Excel.quickanalysis.md) object.
### Parameters
diff --git a/api/Excel.quickanalysis.parent.md b/api/Excel.quickanalysis.parent.md
index 9fc51c31b46..aaa60cfbe30 100644
--- a/api/Excel.quickanalysis.parent.md
+++ b/api/Excel.quickanalysis.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[QuickA
_expression_. `Parent`
- _expression_ A variable that represents a[QuickAnalysis Object (Excel)](Excel.quickanalysis.md) object.
+ _expression_ A variable that represents a [QuickAnalysis Object (Excel)](Excel.quickanalysis.md) object.
## Property value
diff --git a/api/Excel.quickanalysis.show.md b/api/Excel.quickanalysis.show.md
index 74a83f8b1b3..cfd752de332 100644
--- a/api/Excel.quickanalysis.show.md
+++ b/api/Excel.quickanalysis.show.md
@@ -18,7 +18,7 @@ Displays specific members of the Analysis Lens user interface.
_expression_. `Show`_(XlQuickAnalysisMode)_
- _expression_ A variable that represents a[QuickAnalysis](Excel.quickanalysis.md) object.
+ _expression_ A variable that represents a [QuickAnalysis](Excel.quickanalysis.md) object.
### Parameters
diff --git a/api/Excel.slicercache.clearallfilters.md b/api/Excel.slicercache.clearallfilters.md
index 7021e186e70..7c70e64f99f 100644
--- a/api/Excel.slicercache.clearallfilters.md
+++ b/api/Excel.slicercache.clearallfilters.md
@@ -18,7 +18,7 @@ Clears the filter for either slicer or timeline, depending on the slicer cache t
_expression_. `ClearAllFilters`
- _expression_ A variable that represents a[SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
+ _expression_ A variable that represents a [SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
### Return value
diff --git a/api/Excel.slicercache.cleardatefilter.md b/api/Excel.slicercache.cleardatefilter.md
index 4cefc114968..ba74de87705 100644
--- a/api/Excel.slicercache.cleardatefilter.md
+++ b/api/Excel.slicercache.cleardatefilter.md
@@ -18,7 +18,7 @@ Clears the filter for a timeline (date filter).
_expression_. `ClearDateFilter`
- _expression_ A variable that represents a[SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
+ _expression_ A variable that represents a [SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
### Return value
diff --git a/api/Excel.slicercache.filtercleared.md b/api/Excel.slicercache.filtercleared.md
index 38ee691886b..75ee2638d14 100644
--- a/api/Excel.slicercache.filtercleared.md
+++ b/api/Excel.slicercache.filtercleared.md
@@ -18,7 +18,7 @@ Returns whether the slicer or timeline filter state is cleared. **Boolean** . R
_expression_. `FilterCleared`
- _expression_ A variable that represents a[SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
+ _expression_ A variable that represents a [SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
## Property value
diff --git a/api/Excel.slicercache.listobject.md b/api/Excel.slicercache.listobject.md
index 801e106a7e2..759795f3f55 100644
--- a/api/Excel.slicercache.listobject.md
+++ b/api/Excel.slicercache.listobject.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# SlicerCache.ListObject Property (Excel)
-Returns a **ListObject** object for the[QueryTable Object (Excel)](Excel.QueryTable.md) object. Read-only
+Returns a **ListObject** object for the [QueryTable Object (Excel)](Excel.QueryTable.md) object. Read-only
## Syntax
_expression_. `ListObject`
- _expression_ A variable that represents a[SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
+ _expression_ A variable that represents a [SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
## Property value
diff --git a/api/Excel.slicercache.slicercachetype.md b/api/Excel.slicercache.slicercachetype.md
index b14a8a66108..5b079ffe667 100644
--- a/api/Excel.slicercache.slicercachetype.md
+++ b/api/Excel.slicercache.slicercachetype.md
@@ -18,7 +18,7 @@ Returns the type of the slicer cache - slicer or timeline. Read-only
_expression_. `SlicerCacheType`
- _expression_ A variable that represents a[SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
+ _expression_ A variable that represents a [SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
## Returns
diff --git a/api/Excel.slicercache.timelinestate.md b/api/Excel.slicercache.timelinestate.md
index 88e2321cae6..e82e46a8576 100644
--- a/api/Excel.slicercache.timelinestate.md
+++ b/api/Excel.slicercache.timelinestate.md
@@ -18,7 +18,7 @@ The timeline-specific state of the **SlicerCache** object. Read-only
_expression_. `TimelineState`
- _expression_ A variable that represents a[SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
+ _expression_ A variable that represents a [SlicerCache Object (Excel)](Excel.SlicerCache.md) object.
## Returns
diff --git a/api/Excel.tableobject.adjustcolumnwidth.md b/api/Excel.tableobject.adjustcolumnwidth.md
index bba268892cb..b3683493a88 100644
--- a/api/Excel.tableobject.adjustcolumnwidth.md
+++ b/api/Excel.tableobject.adjustcolumnwidth.md
@@ -18,7 +18,7 @@ Specifies if the column widths are automatically adjusted for the best fit each
_expression_. `AdjustColumnWidth`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.tableobject.application.md b/api/Excel.tableobject.application.md
index fd3d5264a54..29f7765baa9 100644
--- a/api/Excel.tableobject.application.md
+++ b/api/Excel.tableobject.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[TableObject Object (Excel)](Excel.tableobject.md) object.
+ _expression_ A variable that represents a [TableObject Object (Excel)](Excel.tableobject.md) object.
## Example
diff --git a/api/Excel.tableobject.creator.md b/api/Excel.tableobject.creator.md
index 8469a9e0121..bf7c19a9053 100644
--- a/api/Excel.tableobject.creator.md
+++ b/api/Excel.tableobject.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[TableObject Object (Excel)](Excel.tableobject.md) object.
+ _expression_ A variable that represents a [TableObject Object (Excel)](Excel.tableobject.md) object.
## Remarks
diff --git a/api/Excel.tableobject.delete.md b/api/Excel.tableobject.delete.md
index d31e1c28111..195eb769fd8 100644
--- a/api/Excel.tableobject.delete.md
+++ b/api/Excel.tableobject.delete.md
@@ -18,7 +18,7 @@ Deletes the **TableObject** object.
_expression_. `Delete`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
### Return value
diff --git a/api/Excel.tableobject.destination.md b/api/Excel.tableobject.destination.md
index d366eec5c43..73ad5bc2d7f 100644
--- a/api/Excel.tableobject.destination.md
+++ b/api/Excel.tableobject.destination.md
@@ -18,7 +18,7 @@ Returns the cell in the upper-left corner of the query table destination range (
_expression_. `Destination`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.tableobject.enableediting.md b/api/Excel.tableobject.enableediting.md
index a114a679a88..939fca0d7f2 100644
--- a/api/Excel.tableobject.enableediting.md
+++ b/api/Excel.tableobject.enableediting.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `EnableEditing`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.tableobject.enablerefresh.md b/api/Excel.tableobject.enablerefresh.md
index bd58a9a1838..813aa20375a 100644
--- a/api/Excel.tableobject.enablerefresh.md
+++ b/api/Excel.tableobject.enablerefresh.md
@@ -18,7 +18,7 @@ Specifies if the query table can be refreshed by the user. **Boolean** Read/Wri
_expression_. `EnableRefresh`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.tableobject.fetchedrowoverflow.md b/api/Excel.tableobject.fetchedrowoverflow.md
index 93298af30e8..753e5eb4ebc 100644
--- a/api/Excel.tableobject.fetchedrowoverflow.md
+++ b/api/Excel.tableobject.fetchedrowoverflow.md
@@ -18,7 +18,7 @@ Specifies if the number of rows returned by the last use of the Refresh method i
_expression_. `FetchedRowOverflow`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.tableobject.listobject.md b/api/Excel.tableobject.listobject.md
index 5716caf29bd..4d1993e3315 100644
--- a/api/Excel.tableobject.listobject.md
+++ b/api/Excel.tableobject.listobject.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# TableObject.ListObject Property (Excel)
-Returns a [ListObject Object (Excel)](Excel.ListObject.md) object for the[TableObject Object (Excel)](Excel.tableobject.md) object. Read-only
+Returns a [ListObject Object (Excel)](Excel.ListObject.md) object for the [TableObject Object (Excel)](Excel.tableobject.md) object. Read-only
## Syntax
_expression_. `ListObject`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.tableobject.parent.md b/api/Excel.tableobject.parent.md
index cf2ff6d1af4..db927980b83 100644
--- a/api/Excel.tableobject.parent.md
+++ b/api/Excel.tableobject.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[TableO
_expression_. `Parent`
- _expression_ A variable that represents a[TableObject Object (Excel)](Excel.tableobject.md) object.
+ _expression_ A variable that represents a [TableObject Object (Excel)](Excel.tableobject.md) object.
## Property value
diff --git a/api/Excel.tableobject.preservecolumninfo.md b/api/Excel.tableobject.preservecolumninfo.md
index 1574518baf3..97dd0b71a59 100644
--- a/api/Excel.tableobject.preservecolumninfo.md
+++ b/api/Excel.tableobject.preservecolumninfo.md
@@ -18,7 +18,7 @@ Specifies if column sorting, filtering, and layout information is preserved when
_expression_. `PreserveColumnInfo`
- _expression_ A variable that represents a[TableObject](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [TableObject](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.tableobject.preserveformatting.md b/api/Excel.tableobject.preserveformatting.md
index 3149fd6d0e5..34aecc98e38 100644
--- a/api/Excel.tableobject.preserveformatting.md
+++ b/api/Excel.tableobject.preserveformatting.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `PreserveFormatting`
- _expression_ A variable that represents a[TableObject](Excel.modeltable.md)object.
+ _expression_ A variable that represents a [TableObject](Excel.modeltable.md)object.
## Property value
diff --git a/api/Excel.tableobject.refresh.md b/api/Excel.tableobject.refresh.md
index 20919a3d2e8..9940158c119 100644
--- a/api/Excel.tableobject.refresh.md
+++ b/api/Excel.tableobject.refresh.md
@@ -18,7 +18,7 @@ This method updates the **TableObject** object.
_expression_. `Refresh`
- _expression_ A variable that represents a[ModelTable Object (Excel)](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [ModelTable Object (Excel)](Excel.modeltable.md) object.
### Return value
diff --git a/api/Excel.tableobject.refreshstyle.md b/api/Excel.tableobject.refreshstyle.md
index 6542e8d390c..45c851a2e56 100644
--- a/api/Excel.tableobject.refreshstyle.md
+++ b/api/Excel.tableobject.refreshstyle.md
@@ -18,7 +18,7 @@ Returns or sets the way rows on the specified worksheet are added or deleted to
_expression_. `RefreshStyle`
- _expression_ A variable that represents a[TableObject](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [TableObject](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.tableobject.resultrange.md b/api/Excel.tableobject.resultrange.md
index 951266104fc..3a5e4855155 100644
--- a/api/Excel.tableobject.resultrange.md
+++ b/api/Excel.tableobject.resultrange.md
@@ -18,7 +18,7 @@ Returns a [Range Object (Excel)](Excel.Range(object).md) object that represents
_expression_. `ResultRange`
- _expression_ A variable that represents a[TableObject](Excel.modeltable.md)object.
+ _expression_ A variable that represents a [TableObject](Excel.modeltable.md)object.
## Property value
diff --git a/api/Excel.tableobject.rownumbers.md b/api/Excel.tableobject.rownumbers.md
index 33ac9a09a36..b2440bba81e 100644
--- a/api/Excel.tableobject.rownumbers.md
+++ b/api/Excel.tableobject.rownumbers.md
@@ -18,7 +18,7 @@ Specifies if row numbers are added as the first column of the specified query ta
_expression_. `RowNumbers`
- _expression_ A variable that represents a[TableObject](Excel.modeltable.md)object.
+ _expression_ A variable that represents a [TableObject](Excel.modeltable.md)object.
## Property value
diff --git a/api/Excel.tableobject.workbookconnection.md b/api/Excel.tableobject.workbookconnection.md
index 5f2c123d4ca..bcea8fa963b 100644
--- a/api/Excel.tableobject.workbookconnection.md
+++ b/api/Excel.tableobject.workbookconnection.md
@@ -18,7 +18,7 @@ Returns the [WorkbookConnection Object (Excel)](Excel.WorkbookConnection.md) use
_expression_. `WorkbookConnection`
- _expression_ A variable that represents a[TableObject](Excel.modeltable.md) object.
+ _expression_ A variable that represents a [TableObject](Excel.modeltable.md) object.
## Property value
diff --git a/api/Excel.tablestyle.showasavailabletimelinestyle.md b/api/Excel.tablestyle.showasavailabletimelinestyle.md
index 22de06fb208..5ec6b1a3b73 100644
--- a/api/Excel.tablestyle.showasavailabletimelinestyle.md
+++ b/api/Excel.tablestyle.showasavailabletimelinestyle.md
@@ -18,7 +18,7 @@ Returns or sets whether the specified table style is shown as available in the t
_expression_. `ShowAsAvailableTimelineStyle`
- _expression_ A variable that represents a[TableStyle Object (Excel)](Excel.TableStyle.md) object.
+ _expression_ A variable that represents a [TableStyle Object (Excel)](Excel.TableStyle.md) object.
## Property value
diff --git a/api/Excel.textconnection.application.md b/api/Excel.textconnection.application.md
index 476dc13735a..895f3ec2c33 100644
--- a/api/Excel.textconnection.application.md
+++ b/api/Excel.textconnection.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[TextConnection Object (Excel)](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection Object (Excel)](Excel.textconnection.md) object.
## Example
diff --git a/api/Excel.textconnection.connection.md b/api/Excel.textconnection.connection.md
index 0d07d1e0bd4..ac46ebc6adb 100644
--- a/api/Excel.textconnection.connection.md
+++ b/api/Excel.textconnection.connection.md
@@ -18,7 +18,7 @@ Returns or sets a string that contains text file names that enable Microsoft Exc
_expression_. `Connection`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.creator.md b/api/Excel.textconnection.creator.md
index a1b8c3bc104..6287d239dc7 100644
--- a/api/Excel.textconnection.creator.md
+++ b/api/Excel.textconnection.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[TextConnection Object (Excel)](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection Object (Excel)](Excel.textconnection.md) object.
## Remarks
diff --git a/api/Excel.textconnection.parent.md b/api/Excel.textconnection.parent.md
index ecc6d1c875b..59b0addb649 100644
--- a/api/Excel.textconnection.parent.md
+++ b/api/Excel.textconnection.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[TextCo
_expression_. `Parent`
- _expression_ A variable that represents a[TextConnection Object (Excel)](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection Object (Excel)](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfilecolumndatatypes.md b/api/Excel.textconnection.textfilecolumndatatypes.md
index 9eab3137307..d1c0dcc8d8b 100644
--- a/api/Excel.textconnection.textfilecolumndatatypes.md
+++ b/api/Excel.textconnection.textfilecolumndatatypes.md
@@ -18,7 +18,7 @@ Returns or sets an ordered array of constants that specify the data types applie
_expression_. `TextFileColumnDataTypes`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfilecommadelimiter.md b/api/Excel.textconnection.textfilecommadelimiter.md
index 1b13db8c57e..07a97457ae6 100644
--- a/api/Excel.textconnection.textfilecommadelimiter.md
+++ b/api/Excel.textconnection.textfilecommadelimiter.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `TextFileCommaDelimiter`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfileconsecutivedelimiter.md b/api/Excel.textconnection.textfileconsecutivedelimiter.md
index baa364aedac..a7901603e32 100644
--- a/api/Excel.textconnection.textfileconsecutivedelimiter.md
+++ b/api/Excel.textconnection.textfileconsecutivedelimiter.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `TextFileConsecutiveDelimiter`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfiledecimalseparator.md b/api/Excel.textconnection.textfiledecimalseparator.md
index 30fcb05471b..d4ae7a2d567 100644
--- a/api/Excel.textconnection.textfiledecimalseparator.md
+++ b/api/Excel.textconnection.textfiledecimalseparator.md
@@ -18,7 +18,7 @@ Returns or sets the decimal separator character that Microsoft Excel uses when y
_expression_. `TextFileDecimalSeparator`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfilefixedcolumnwidths.md b/api/Excel.textconnection.textfilefixedcolumnwidths.md
index 7ece161238a..91092649c28 100644
--- a/api/Excel.textconnection.textfilefixedcolumnwidths.md
+++ b/api/Excel.textconnection.textfilefixedcolumnwidths.md
@@ -18,7 +18,7 @@ Returns or sets an array of integers that correspond to the widths of the column
_expression_. `TextFileFixedColumnWidths`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfileheaderrow.md b/api/Excel.textconnection.textfileheaderrow.md
index a5fbdde803f..7ffe67e5b5a 100644
--- a/api/Excel.textconnection.textfileheaderrow.md
+++ b/api/Excel.textconnection.textfileheaderrow.md
@@ -18,7 +18,7 @@ Returns or sets value that specifies whether or not the first row (from the star
_expression_. `TextFileHeaderRow`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfileotherdelimiter.md b/api/Excel.textconnection.textfileotherdelimiter.md
index d694027107d..d4cae6912cb 100644
--- a/api/Excel.textconnection.textfileotherdelimiter.md
+++ b/api/Excel.textconnection.textfileotherdelimiter.md
@@ -18,7 +18,7 @@ Returns or sets the character used as the delimiter when you import a text file
_expression_. `TextFileOtherDelimiter`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfileparsetype.md b/api/Excel.textconnection.textfileparsetype.md
index ea7674eec2c..b0cc478f674 100644
--- a/api/Excel.textconnection.textfileparsetype.md
+++ b/api/Excel.textconnection.textfileparsetype.md
@@ -18,7 +18,7 @@ Returns or sets the column format for the data in the text file that you're impo
_expression_. `TextFileParseType`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfileplatform.md b/api/Excel.textconnection.textfileplatform.md
index 0239e246f36..58ad56bf510 100644
--- a/api/Excel.textconnection.textfileplatform.md
+++ b/api/Excel.textconnection.textfileplatform.md
@@ -18,7 +18,7 @@ Returns or sets the origin of the text file you're importing into the query tabl
_expression_. `TextFilePlatform`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfilepromptonrefresh.md b/api/Excel.textconnection.textfilepromptonrefresh.md
index e8423d0d3b3..f544a64b34e 100644
--- a/api/Excel.textconnection.textfilepromptonrefresh.md
+++ b/api/Excel.textconnection.textfilepromptonrefresh.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `TextFilePromptOnRefresh`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfilesemicolondelimiter.md b/api/Excel.textconnection.textfilesemicolondelimiter.md
index 7c3d3e3778c..eb5694af7fd 100644
--- a/api/Excel.textconnection.textfilesemicolondelimiter.md
+++ b/api/Excel.textconnection.textfilesemicolondelimiter.md
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
# TextConnection.TextFileSemicolonDelimiter Property (Excel)
- **True** if the semicolon is the delimiter when you import a text file into a query table, and if the value of the[TextConnection.TextFileParseType Property (Excel)](Excel.textconnection.textfileparsetype.md) property is **xlDelimited** . The default value is **False** . Read/Write **Boolean** .
+ **True** if the semicolon is the delimiter when you import a text file into a query table, and if the value of the [TextConnection.TextFileParseType Property (Excel)](Excel.textconnection.textfileparsetype.md) property is **xlDelimited** . The default value is **False** . Read/Write **Boolean** .
## Syntax
_expression_. `TextFileSemicolonDelimiter`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfilespacedelimiter.md b/api/Excel.textconnection.textfilespacedelimiter.md
index 3cb9d6fbed9..29fff3c462e 100644
--- a/api/Excel.textconnection.textfilespacedelimiter.md
+++ b/api/Excel.textconnection.textfilespacedelimiter.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `TextFileSpaceDelimiter`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfilestartrow.md b/api/Excel.textconnection.textfilestartrow.md
index 3e95cfc7e72..2fbb2d39525 100644
--- a/api/Excel.textconnection.textfilestartrow.md
+++ b/api/Excel.textconnection.textfilestartrow.md
@@ -18,7 +18,7 @@ Returns or sets the row number at which text parsing will begin when you import
_expression_. `TextFileStartRow`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfiletabdelimiter.md b/api/Excel.textconnection.textfiletabdelimiter.md
index 356f224cb3e..aac1ecbbd4d 100644
--- a/api/Excel.textconnection.textfiletabdelimiter.md
+++ b/api/Excel.textconnection.textfiletabdelimiter.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `TextFileTabDelimiter`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfiletextqualifier.md b/api/Excel.textconnection.textfiletextqualifier.md
index 38e79e5b348..513e3b3421f 100644
--- a/api/Excel.textconnection.textfiletextqualifier.md
+++ b/api/Excel.textconnection.textfiletextqualifier.md
@@ -18,7 +18,7 @@ Returns or sets the text qualifier when you import a text file into a query tabl
_expression_. `TextFileTextQualifier`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfilethousandsseparator.md b/api/Excel.textconnection.textfilethousandsseparator.md
index e7d7c6e4b37..2d3dd1541b3 100644
--- a/api/Excel.textconnection.textfilethousandsseparator.md
+++ b/api/Excel.textconnection.textfilethousandsseparator.md
@@ -18,7 +18,7 @@ Returns or sets the thousands separator character that Microsoft Excel uses when
_expression_. `TextFileThousandsSeparator`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfiletrailingminusnumbers.md b/api/Excel.textconnection.textfiletrailingminusnumbers.md
index 32f5f3cc874..16002405b48 100644
--- a/api/Excel.textconnection.textfiletrailingminusnumbers.md
+++ b/api/Excel.textconnection.textfiletrailingminusnumbers.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `TextFileTrailingMinusNumbers`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.textconnection.textfilevisuallayout.md b/api/Excel.textconnection.textfilevisuallayout.md
index c05143249b9..461a836e4ee 100644
--- a/api/Excel.textconnection.textfilevisuallayout.md
+++ b/api/Excel.textconnection.textfilevisuallayout.md
@@ -18,7 +18,7 @@ Returns or sets a [XlTextVisualLayoutType Enumeration (Excel)](Excel.XlTextVisua
_expression_. `TextFileVisualLayout`
- _expression_ A variable that represents a[TextConnection](Excel.textconnection.md) object.
+ _expression_ A variable that represents a [TextConnection](Excel.textconnection.md) object.
## Property value
diff --git a/api/Excel.timelinestate.application.md b/api/Excel.timelinestate.application.md
index 52157365277..88201576c24 100644
--- a/api/Excel.timelinestate.application.md
+++ b/api/Excel.timelinestate.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[TimelineState Object (Excel)](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState Object (Excel)](Excel.timelinestate.md) object.
## Example
diff --git a/api/Excel.timelinestate.creator.md b/api/Excel.timelinestate.creator.md
index b5c3e3ce1da..e1806321495 100644
--- a/api/Excel.timelinestate.creator.md
+++ b/api/Excel.timelinestate.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[TimelineState Object (Excel)](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState Object (Excel)](Excel.timelinestate.md) object.
## Remarks
diff --git a/api/Excel.timelinestate.enddate.md b/api/Excel.timelinestate.enddate.md
index af2ed4f7895..7cedadcf99c 100644
--- a/api/Excel.timelinestate.enddate.md
+++ b/api/Excel.timelinestate.enddate.md
@@ -18,7 +18,7 @@ Returns the end of the filtering date range (equals to [TimelineState.StartDate
_expression_. `EndDate`
- _expression_ A variable that represents a[TimelineState](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState](Excel.timelinestate.md) object.
## Remarks
diff --git a/api/Excel.timelinestate.filtertype.md b/api/Excel.timelinestate.filtertype.md
index 913864a254e..abc7d0b7c7d 100644
--- a/api/Excel.timelinestate.filtertype.md
+++ b/api/Excel.timelinestate.filtertype.md
@@ -18,7 +18,7 @@ Returns the type of the date filter. [XlPivotFilterType Enumeration (Excel)](Exc
_expression_. `FilterType`
- _expression_ A variable that represents a[TimelineState](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState](Excel.timelinestate.md) object.
## Property value
diff --git a/api/Excel.timelinestate.filtervalue1.md b/api/Excel.timelinestate.filtervalue1.md
index 778cdd0b3d8..bc9435f412a 100644
--- a/api/Excel.timelinestate.filtervalue1.md
+++ b/api/Excel.timelinestate.filtervalue1.md
@@ -18,7 +18,7 @@ Returns the 1st value associated with the date filter (semantics vary by filter
_expression_. `FilterValue1`
- _expression_ A variable that represents a[TimelineState](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState](Excel.timelinestate.md) object.
## Property value
diff --git a/api/Excel.timelinestate.filtervalue2.md b/api/Excel.timelinestate.filtervalue2.md
index b3f4fd548b0..977400531ae 100644
--- a/api/Excel.timelinestate.filtervalue2.md
+++ b/api/Excel.timelinestate.filtervalue2.md
@@ -18,7 +18,7 @@ Returns the 2nd value associated with the date filter (semantics vary by filter
_expression_. `FilterValue2`
- _expression_ A variable that represents a[TimelineState](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState](Excel.timelinestate.md) object.
## Property value
diff --git a/api/Excel.timelinestate.md b/api/Excel.timelinestate.md
index a80af7088dc..223caae57b6 100644
--- a/api/Excel.timelinestate.md
+++ b/api/Excel.timelinestate.md
@@ -16,7 +16,7 @@ The timeline-specific state of a [SlicerCache Object (Excel)](Excel.SlicerCache.
## Remarks
-Supported contiguous ranges can be set through the [TimelineState.SetFilterDateRange Method (Excel)](Excel.timelinestate.setfilterdaterange.md) method. When the Timeline has such a contiguous filter state, the state can be retrieved from the two properties[TimelineState.StartDate Property (Excel)](Excel.timelinestate.startdate.md) and[TimelineState.EndDate Property (Excel)](Excel.timelinestate.enddate.md). Any state that the filter may have, including non-contiguous states, can be retrieved through the three properties: [TimelineState.FilterType Property (Excel)](Excel.timelinestate.filtertype.md), [TimelineState.FilterValue1 Property (Excel)](Excel.timelinestate.filtervalue1.md), and [TimelineState.FilterValue2 Property (Excel)](Excel.timelinestate.filtervalue2.md).
+Supported contiguous ranges can be set through the [TimelineState.SetFilterDateRange Method (Excel)](Excel.timelinestate.setfilterdaterange.md) method. When the Timeline has such a contiguous filter state, the state can be retrieved from the two properties[TimelineState.StartDate Property (Excel)](Excel.timelinestate.startdate.md) and [TimelineState.EndDate Property (Excel)](Excel.timelinestate.enddate.md). Any state that the filter may have, including non-contiguous states, can be retrieved through the three properties: [TimelineState.FilterType Property (Excel)](Excel.timelinestate.filtertype.md), [TimelineState.FilterValue1 Property (Excel)](Excel.timelinestate.filtervalue1.md), and [TimelineState.FilterValue2 Property (Excel)](Excel.timelinestate.filtervalue2.md).
## See also
diff --git a/api/Excel.timelinestate.parent.md b/api/Excel.timelinestate.parent.md
index 7f0e22d8def..b03e03a21b1 100644
--- a/api/Excel.timelinestate.parent.md
+++ b/api/Excel.timelinestate.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[Timeli
_expression_. `Parent`
- _expression_ A variable that represents a[TimelineState Object (Excel)](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState Object (Excel)](Excel.timelinestate.md) object.
## Property value
diff --git a/api/Excel.timelinestate.setfilterdaterange.md b/api/Excel.timelinestate.setfilterdaterange.md
index 89a976db7df..46c7dd065c2 100644
--- a/api/Excel.timelinestate.setfilterdaterange.md
+++ b/api/Excel.timelinestate.setfilterdaterange.md
@@ -18,7 +18,7 @@ Sets the Timeline?s filter.
_expression_. `SetFilterDateRange`_(StartDate,_ _EndDate)_
- _expression_ A variable that represents a[TimelineState](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState](Excel.timelinestate.md) object.
### Parameters
diff --git a/api/Excel.timelinestate.singlerangefilterstate.md b/api/Excel.timelinestate.singlerangefilterstate.md
index 6797e848e36..ca97f28c66d 100644
--- a/api/Excel.timelinestate.singlerangefilterstate.md
+++ b/api/Excel.timelinestate.singlerangefilterstate.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
_expression_. `SingleRangeFilterState`
- _expression_ A variable that represents a[TimelineState](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState](Excel.timelinestate.md) object.
## Property value
diff --git a/api/Excel.timelinestate.startdate.md b/api/Excel.timelinestate.startdate.md
index be220b605b9..f08bfe5e518 100644
--- a/api/Excel.timelinestate.startdate.md
+++ b/api/Excel.timelinestate.startdate.md
@@ -18,7 +18,7 @@ Returns the start of the filtering date range. **Variant** Read-only
_expression_. `StartDate`
- _expression_ A variable that represents a[TimelineState](Excel.timelinestate.md) object.
+ _expression_ A variable that represents a [TimelineState](Excel.timelinestate.md) object.
## Remarks
diff --git a/api/Excel.timelineviewstate.application.md b/api/Excel.timelineviewstate.application.md
index 90570e15b51..f5c2758436e 100644
--- a/api/Excel.timelineviewstate.application.md
+++ b/api/Excel.timelineviewstate.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[TimelineViewState Object (Excel)](Excel.timelineviewstate.md) object.
+ _expression_ A variable that represents a [TimelineViewState Object (Excel)](Excel.timelineviewstate.md) object.
## Example
diff --git a/api/Excel.timelineviewstate.creator.md b/api/Excel.timelineviewstate.creator.md
index bd4d7d19ef4..1db5a87006d 100644
--- a/api/Excel.timelineviewstate.creator.md
+++ b/api/Excel.timelineviewstate.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[TimelineViewState Object (Excel)](Excel.timelineviewstate.md) object.
+ _expression_ A variable that represents a [TimelineViewState Object (Excel)](Excel.timelineviewstate.md) object.
## Remarks
diff --git a/api/Excel.timelineviewstate.level.md b/api/Excel.timelineviewstate.level.md
index 0e2f920ff56..e651b49d34b 100644
--- a/api/Excel.timelineviewstate.level.md
+++ b/api/Excel.timelineviewstate.level.md
@@ -18,7 +18,7 @@ Get or set the displayed level. [XlTimelineLevel Enumeration (Excel)](Excel.xlti
_expression_. `Level`
- _expression_ A variable that represents a[TimelineViewState](Excel.timelineviewstate.md) object.
+ _expression_ A variable that represents a [TimelineViewState](Excel.timelineviewstate.md) object.
## Property value
diff --git a/api/Excel.timelineviewstate.parent.md b/api/Excel.timelineviewstate.parent.md
index a67768c1a2a..aa98589ee0d 100644
--- a/api/Excel.timelineviewstate.parent.md
+++ b/api/Excel.timelineviewstate.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[Timeli
_expression_. `Parent`
- _expression_ A variable that represents a[TimelineViewState Object (Excel)](Excel.timelineviewstate.md) object.
+ _expression_ A variable that represents a [TimelineViewState Object (Excel)](Excel.timelineviewstate.md) object.
## Property value
diff --git a/api/Excel.timelineviewstate.showheader.md b/api/Excel.timelineviewstate.showheader.md
index 3bfe153617e..ac18eae166f 100644
--- a/api/Excel.timelineviewstate.showheader.md
+++ b/api/Excel.timelineviewstate.showheader.md
@@ -18,7 +18,7 @@ Get or set whether the control's header is displayed. **Boolean** Read/Write
_expression_. `ShowHeader`
- _expression_ A variable that represents a[TimelineViewState](Excel.timelineviewstate.md) object.
+ _expression_ A variable that represents a [TimelineViewState](Excel.timelineviewstate.md) object.
## Property value
diff --git a/api/Excel.timelineviewstate.showhorizontalscrollbar.md b/api/Excel.timelineviewstate.showhorizontalscrollbar.md
index e2d7d79a25b..e80868aa91a 100644
--- a/api/Excel.timelineviewstate.showhorizontalscrollbar.md
+++ b/api/Excel.timelineviewstate.showhorizontalscrollbar.md
@@ -18,7 +18,7 @@ Get or set whether the control's horizontal scrollbar is displayed. **Boolean**
_expression_. `ShowHorizontalScrollbar`
- _expression_ A variable that represents a[TimelineViewState](Excel.timelineviewstate.md)object.
+ _expression_ A variable that represents a [TimelineViewState](Excel.timelineviewstate.md)object.
## Property value
diff --git a/api/Excel.timelineviewstate.showselectionlabel.md b/api/Excel.timelineviewstate.showselectionlabel.md
index 8335d759523..628e689663c 100644
--- a/api/Excel.timelineviewstate.showselectionlabel.md
+++ b/api/Excel.timelineviewstate.showselectionlabel.md
@@ -18,7 +18,7 @@ Get or set whether the control's filter selection label is displayed. **Boolean
_expression_. `ShowSelectionLabel`
- _expression_ A variable that represents a[TimelineViewState](Excel.timelineviewstate.md) object.
+ _expression_ A variable that represents a [TimelineViewState](Excel.timelineviewstate.md) object.
## Property value
diff --git a/api/Excel.timelineviewstate.showtimelevel.md b/api/Excel.timelineviewstate.showtimelevel.md
index 24abb347940..62a642e34cf 100644
--- a/api/Excel.timelineviewstate.showtimelevel.md
+++ b/api/Excel.timelineviewstate.showtimelevel.md
@@ -18,7 +18,7 @@ Get or set whether the control's time level drop-down is displayed. **Boolean**
_expression_. `ShowTimeLevel`
- _expression_ A variable that represents a[TimelineViewState](Excel.timelineviewstate.md) object.
+ _expression_ A variable that represents a [TimelineViewState](Excel.timelineviewstate.md) object.
## Property value
diff --git a/api/Excel.workbook.defaulttimelinestyle.md b/api/Excel.workbook.defaulttimelinestyle.md
index 6239035a25d..081eaaf0f5c 100644
--- a/api/Excel.workbook.defaulttimelinestyle.md
+++ b/api/Excel.workbook.defaulttimelinestyle.md
@@ -18,7 +18,7 @@ The name of the default slicer style of the workbook. **Variant**. Read/Write
_expression_. `DefaultTimelineStyle`
- _expression_ A variable that represents a[Workbook Object (Excel)](Excel.Workbook.md) object.
+ _expression_ A variable that represents a [Workbook Object (Excel)](Excel.Workbook.md) object.
## Property value
diff --git a/api/Excel.workbook.pivottables.md b/api/Excel.workbook.pivottables.md
index 7f743d74844..c514bed6b70 100644
--- a/api/Excel.workbook.pivottables.md
+++ b/api/Excel.workbook.pivottables.md
@@ -18,7 +18,7 @@ Returns an object that represents a collection of all the PivotTable reports on
_expression_. `PivotTables`
- _expression_ A variable that represents a[Workbook Object (Excel)](Excel.Workbook.md) object.
+ _expression_ A variable that represents a [Workbook Object (Excel)](Excel.Workbook.md) object.
## Returns
diff --git a/api/Excel.workbookconnection.datafeedconnection.md b/api/Excel.workbookconnection.datafeedconnection.md
index a3b1bc8476c..c406d0cb95f 100644
--- a/api/Excel.workbookconnection.datafeedconnection.md
+++ b/api/Excel.workbookconnection.datafeedconnection.md
@@ -18,7 +18,7 @@ Returns a **DataFeedConnection** object that contains the data and functionalit
_expression_. `DataFeedConnection`
- _expression_ A variable that represents a[WorkbookConnection Object (Excel)](Excel.WorkbookConnection.md) object.
+ _expression_ A variable that represents a [WorkbookConnection Object (Excel)](Excel.WorkbookConnection.md) object.
## Property value
diff --git a/api/Excel.workbookconnection.inmodel.md b/api/Excel.workbookconnection.inmodel.md
index 57650183b3d..2f5fffaa044 100644
--- a/api/Excel.workbookconnection.inmodel.md
+++ b/api/Excel.workbookconnection.inmodel.md
@@ -18,7 +18,7 @@ Specifies whether or not the [WorkbookConnection Object (Excel)](Excel.WorkbookC
_expression_. `InModel`
- _expression_ A variable that represents a[WorkbookConnection Object (Excel)](Excel.WorkbookConnection.md) object.
+ _expression_ A variable that represents a [WorkbookConnection Object (Excel)](Excel.WorkbookConnection.md) object.
## Remarks
diff --git a/api/Excel.workbookconnection.modeltables.md b/api/Excel.workbookconnection.modeltables.md
index 144fc43f5b2..88499ee2c2b 100644
--- a/api/Excel.workbookconnection.modeltables.md
+++ b/api/Excel.workbookconnection.modeltables.md
@@ -18,7 +18,7 @@ Returns a [ModelTables Object (Excel)](Excel.modeltables.md) object associated w
_expression_. `ModelTables`
- _expression_ A variable that represents a[WorkbookConnection](Excel.WorkbookConnection.md) object.
+ _expression_ A variable that represents a [WorkbookConnection](Excel.WorkbookConnection.md) object.
## Property value
diff --git a/api/Excel.workbookconnection.textconnection.md b/api/Excel.workbookconnection.textconnection.md
index 2bea173d4a7..cc41ac54d36 100644
--- a/api/Excel.workbookconnection.textconnection.md
+++ b/api/Excel.workbookconnection.textconnection.md
@@ -18,7 +18,7 @@ Returns a [TextConnection Object (Excel)](Excel.textconnection.md) object that c
_expression_. `TextConnection`
- _expression_ A variable that represents a[WorkbookConnection](Excel.WorkbookConnection.md) object.
+ _expression_ A variable that represents a [WorkbookConnection](Excel.WorkbookConnection.md) object.
## Property value
diff --git a/api/Excel.workbookconnection.worksheetdataconnection.md b/api/Excel.workbookconnection.worksheetdataconnection.md
index fbbae3757ed..d6a72ac58f3 100644
--- a/api/Excel.workbookconnection.worksheetdataconnection.md
+++ b/api/Excel.workbookconnection.worksheetdataconnection.md
@@ -18,7 +18,7 @@ Returns an object that contains information for a connection from the PowerPivot
_expression_. `WorksheetDataConnection`
- _expression_ A variable that represents a[WorkbookConnection Object (Excel)](Excel.WorkbookConnection.md) object.
+ _expression_ A variable that represents a [WorkbookConnection Object (Excel)](Excel.WorkbookConnection.md) object.
## Property value
diff --git a/api/Excel.worksheetdataconnection.application.md b/api/Excel.worksheetdataconnection.application.md
index 9659f7198f6..02e564c20a2 100644
--- a/api/Excel.worksheetdataconnection.application.md
+++ b/api/Excel.worksheetdataconnection.application.md
@@ -18,7 +18,7 @@ Returns an **[Application](Excel.Application(object).md)** object that represen
_expression_. `Application`
- _expression_ A variable that represents a[WorksheetDataConnection Object (Excel)](Excel.worksheetdataconnection.md) object.
+ _expression_ A variable that represents a [WorksheetDataConnection Object (Excel)](Excel.worksheetdataconnection.md) object.
## Example
diff --git a/api/Excel.worksheetdataconnection.commandtext.md b/api/Excel.worksheetdataconnection.commandtext.md
index dc3477501b0..fdb8aa319aa 100644
--- a/api/Excel.worksheetdataconnection.commandtext.md
+++ b/api/Excel.worksheetdataconnection.commandtext.md
@@ -18,7 +18,7 @@ Returns or sets the command string for the specified data source. **Variant** R
_expression_. `CommandText`
- _expression_ A variable that represents a[WorksheetDataConnection](Excel.worksheetdataconnection.md) object.
+ _expression_ A variable that represents a [WorksheetDataConnection](Excel.worksheetdataconnection.md) object.
## Property value
diff --git a/api/Excel.worksheetdataconnection.commandtype.md b/api/Excel.worksheetdataconnection.commandtype.md
index e4ee3312775..3998da82ad5 100644
--- a/api/Excel.worksheetdataconnection.commandtype.md
+++ b/api/Excel.worksheetdataconnection.commandtype.md
@@ -18,7 +18,7 @@ Returns or sets one of the [XlCmdType Enumeration (Excel)](Excel.XlCmdType.md) c
_expression_. `CommandType`
- _expression_ A variable that represents a[WorksheetDataConnection](Excel.worksheetdataconnection.md) object.
+ _expression_ A variable that represents a [WorksheetDataConnection](Excel.worksheetdataconnection.md) object.
## Property value
diff --git a/api/Excel.worksheetdataconnection.connection.md b/api/Excel.worksheetdataconnection.connection.md
index a97d5b39aca..2bb208ab912 100644
--- a/api/Excel.worksheetdataconnection.connection.md
+++ b/api/Excel.worksheetdataconnection.connection.md
@@ -18,7 +18,7 @@ Returns the internal connection string to the object in Excel. **Variant** Read
_expression_. `Connection`
- _expression_ A variable that represents a[WorksheetDataConnection](Excel.worksheetdataconnection.md) object.
+ _expression_ A variable that represents a [WorksheetDataConnection](Excel.worksheetdataconnection.md) object.
## Property value
diff --git a/api/Excel.worksheetdataconnection.creator.md b/api/Excel.worksheetdataconnection.creator.md
index 6f35fc9638c..42ecd0d4802 100644
--- a/api/Excel.worksheetdataconnection.creator.md
+++ b/api/Excel.worksheetdataconnection.creator.md
@@ -18,7 +18,7 @@ Returns a 32-bit integer that indicates the application in which the specified o
_expression_. `Creator`
- _expression_ A variable that represents a[WorksheetDataConnection Object (Excel)](Excel.worksheetdataconnection.md) object.
+ _expression_ A variable that represents a [WorksheetDataConnection Object (Excel)](Excel.worksheetdataconnection.md) object.
## Remarks
diff --git a/api/Excel.worksheetdataconnection.parent.md b/api/Excel.worksheetdataconnection.parent.md
index e0c24d03f4e..677dcbda5e0 100644
--- a/api/Excel.worksheetdataconnection.parent.md
+++ b/api/Excel.worksheetdataconnection.parent.md
@@ -18,7 +18,7 @@ Returns an **Object** that represents the parent object of the specified[Worksh
_expression_. `Parent`
- _expression_ A variable that represents a[WorksheetDataConnection Object (Excel)](Excel.worksheetdataconnection.md) object.
+ _expression_ A variable that represents a [WorksheetDataConnection Object (Excel)](Excel.worksheetdataconnection.md) object.
## Property value
diff --git a/api/Excel.worksheetfunction.acot.md b/api/Excel.worksheetfunction.acot.md
index 621b6904c98..233141c0091 100644
--- a/api/Excel.worksheetfunction.acot.md
+++ b/api/Excel.worksheetfunction.acot.md
@@ -18,7 +18,7 @@ Returns the arccotangent of a number, in radians in the range 0 to Pi.
_expression_. `Acot`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.arabic.md b/api/Excel.worksheetfunction.arabic.md
index 3d7f6408a24..533006d62a5 100644
--- a/api/Excel.worksheetfunction.arabic.md
+++ b/api/Excel.worksheetfunction.arabic.md
@@ -18,7 +18,7 @@ Converts a Roman numeral to an Arabic numeral.
_expression_. `Arabic`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.binom_dist_range.md b/api/Excel.worksheetfunction.binom_dist_range.md
index 256bd380df0..23d3478d915 100644
--- a/api/Excel.worksheetfunction.binom_dist_range.md
+++ b/api/Excel.worksheetfunction.binom_dist_range.md
@@ -18,7 +18,7 @@ Returns the probability of a trial result using a binomial distribution.
_expression_. `Binom_Dist_Range`_(Arg1,_ _Arg2,_ _Arg3,_ _Arg4)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.bitand.md b/api/Excel.worksheetfunction.bitand.md
index 398973c3bea..9e04b9a7098 100644
--- a/api/Excel.worksheetfunction.bitand.md
+++ b/api/Excel.worksheetfunction.bitand.md
@@ -18,7 +18,7 @@ Returns a ?Bitwise And' of two numbers
_expression_. `Bitand`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.bitlshift.md b/api/Excel.worksheetfunction.bitlshift.md
index e1344b34d17..a180c71a513 100644
--- a/api/Excel.worksheetfunction.bitlshift.md
+++ b/api/Excel.worksheetfunction.bitlshift.md
@@ -18,7 +18,7 @@ Returns a value number shifted left by shift_amount bits.
_expression_. `Bitlshift`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.bitor.md b/api/Excel.worksheetfunction.bitor.md
index 02d5a03aec1..dfb7edad69b 100644
--- a/api/Excel.worksheetfunction.bitor.md
+++ b/api/Excel.worksheetfunction.bitor.md
@@ -18,7 +18,7 @@ Returns a bitwise OR of 2 numbers.
_expression_. `Bitor`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.bitrshift.md b/api/Excel.worksheetfunction.bitrshift.md
index 60756d2c5a6..6c255a93588 100644
--- a/api/Excel.worksheetfunction.bitrshift.md
+++ b/api/Excel.worksheetfunction.bitrshift.md
@@ -18,7 +18,7 @@ Returns a value number shifted right by shift_amount bits.
_expression_. `Bitrshift`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.bitxor.md b/api/Excel.worksheetfunction.bitxor.md
index bf01c458bd1..7a14df38d25 100644
--- a/api/Excel.worksheetfunction.bitxor.md
+++ b/api/Excel.worksheetfunction.bitxor.md
@@ -18,7 +18,7 @@ Returns a bitwise 'Exclusive Or' of two numbers.
_expression_. `Bitxor`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.ceiling_math.md b/api/Excel.worksheetfunction.ceiling_math.md
index 07b7092f756..c86494b3765 100644
--- a/api/Excel.worksheetfunction.ceiling_math.md
+++ b/api/Excel.worksheetfunction.ceiling_math.md
@@ -18,7 +18,7 @@ Rounds a number up, to the nearest integer or to the nearest multiple of signifi
_expression_. `Ceiling_Math`_(Arg1,_ _Arg2,_ _Arg3)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.combina.md b/api/Excel.worksheetfunction.combina.md
index e0822aeb91b..b15b73ff4fe 100644
--- a/api/Excel.worksheetfunction.combina.md
+++ b/api/Excel.worksheetfunction.combina.md
@@ -18,7 +18,7 @@ Returns the number of combinations with repetitions for a given number of items.
_expression_. `Combina`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.cot.md b/api/Excel.worksheetfunction.cot.md
index 1462e0a76d8..b6e953927cc 100644
--- a/api/Excel.worksheetfunction.cot.md
+++ b/api/Excel.worksheetfunction.cot.md
@@ -18,7 +18,7 @@ Returns the cotangent of an angle.
_expression_. `Cot`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.coth.md b/api/Excel.worksheetfunction.coth.md
index 49997cf0901..33cd2c2f0c4 100644
--- a/api/Excel.worksheetfunction.coth.md
+++ b/api/Excel.worksheetfunction.coth.md
@@ -18,7 +18,7 @@ Returns the hyperbolic cotangent of a number
_expression_. `Coth`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.csc.md b/api/Excel.worksheetfunction.csc.md
index 477a1fe6c1d..5bf376692cb 100644
--- a/api/Excel.worksheetfunction.csc.md
+++ b/api/Excel.worksheetfunction.csc.md
@@ -18,7 +18,7 @@ Returns the cosecant of an angle.
_expression_. `Csc`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.csch.md b/api/Excel.worksheetfunction.csch.md
index a4a275ca013..eed0dbe66c3 100644
--- a/api/Excel.worksheetfunction.csch.md
+++ b/api/Excel.worksheetfunction.csch.md
@@ -18,7 +18,7 @@ Returns the hyperbolic cosecant of an angle.
_expression_. `Csch`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.days.md b/api/Excel.worksheetfunction.days.md
index 625f86863a3..965b7d6b6d1 100644
--- a/api/Excel.worksheetfunction.days.md
+++ b/api/Excel.worksheetfunction.days.md
@@ -18,7 +18,7 @@ Returns the number of days between the two dates.
_expression_. `Days`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.decimal.md b/api/Excel.worksheetfunction.decimal.md
index 955ead54716..3627eaa016e 100644
--- a/api/Excel.worksheetfunction.decimal.md
+++ b/api/Excel.worksheetfunction.decimal.md
@@ -18,7 +18,7 @@ Converts a text representation of a number in a given base into a decimal number
_expression_. `Decimal`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.floor_math.md b/api/Excel.worksheetfunction.floor_math.md
index db255ad95ae..92de8f5e6d4 100644
--- a/api/Excel.worksheetfunction.floor_math.md
+++ b/api/Excel.worksheetfunction.floor_math.md
@@ -18,7 +18,7 @@ Rounds a number down, to the nearest integer or to the nearest multiple of signi
_expression_. `Floor_Math`_(Arg1,_ _Arg2,_ _Arg3)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.gamma.md b/api/Excel.worksheetfunction.gamma.md
index e98a5b3c844..92b7116790b 100644
--- a/api/Excel.worksheetfunction.gamma.md
+++ b/api/Excel.worksheetfunction.gamma.md
@@ -18,7 +18,7 @@ Returns the Gamma function value.
_expression_. `Gamma`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.gauss.md b/api/Excel.worksheetfunction.gauss.md
index 817023459d3..f5800579945 100644
--- a/api/Excel.worksheetfunction.gauss.md
+++ b/api/Excel.worksheetfunction.gauss.md
@@ -18,7 +18,7 @@ Returns 0.5 less than the standard normal cumulative distribution.
_expression_. `Gauss`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.ifna.md b/api/Excel.worksheetfunction.ifna.md
index 1412ec350f2..45803924571 100644
--- a/api/Excel.worksheetfunction.ifna.md
+++ b/api/Excel.worksheetfunction.ifna.md
@@ -18,7 +18,7 @@ Returns the value you specify if the expression resolves to #N/A, otherwise retu
_expression_. `IfNa`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.imcosh.md b/api/Excel.worksheetfunction.imcosh.md
index d3d1bd59636..906a4b9c67e 100644
--- a/api/Excel.worksheetfunction.imcosh.md
+++ b/api/Excel.worksheetfunction.imcosh.md
@@ -18,7 +18,7 @@ Returns the hyperbolic cosine of a complex number.
_expression_. `ImCosh`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.imcot.md b/api/Excel.worksheetfunction.imcot.md
index 5f81d6c09fd..561868489bc 100644
--- a/api/Excel.worksheetfunction.imcot.md
+++ b/api/Excel.worksheetfunction.imcot.md
@@ -18,7 +18,7 @@ Returns the cotangent of a complex number.
_expression_. `ImCot`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.imcsc.md b/api/Excel.worksheetfunction.imcsc.md
index cb9ef59957c..0d580468753 100644
--- a/api/Excel.worksheetfunction.imcsc.md
+++ b/api/Excel.worksheetfunction.imcsc.md
@@ -18,7 +18,7 @@ Returns the cosecant of a complex number.
_expression_. `ImCsc`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.imcsch.md b/api/Excel.worksheetfunction.imcsch.md
index fee11089a5f..01b46da6efd 100644
--- a/api/Excel.worksheetfunction.imcsch.md
+++ b/api/Excel.worksheetfunction.imcsch.md
@@ -18,7 +18,7 @@ Returns the hyperbolic cosecant of a complex number.
_expression_. `ImCsch`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.imsec.md b/api/Excel.worksheetfunction.imsec.md
index 46c9d5e62cd..44738f5693e 100644
--- a/api/Excel.worksheetfunction.imsec.md
+++ b/api/Excel.worksheetfunction.imsec.md
@@ -18,7 +18,7 @@ Returns the hyperbolic cosecant of a complex number.
_expression_. `ImSec`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.imsech.md b/api/Excel.worksheetfunction.imsech.md
index ac775b994e4..26f757a5ccd 100644
--- a/api/Excel.worksheetfunction.imsech.md
+++ b/api/Excel.worksheetfunction.imsech.md
@@ -18,7 +18,7 @@ Returns the secant of a complex number.
_expression_. `ImSech`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.imsinh.md b/api/Excel.worksheetfunction.imsinh.md
index ca0936d335c..1ac309026bb 100644
--- a/api/Excel.worksheetfunction.imsinh.md
+++ b/api/Excel.worksheetfunction.imsinh.md
@@ -18,7 +18,7 @@ Returns the hyperbolic sine of a complex number.
_expression_. `ImSinh`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.imtan.md b/api/Excel.worksheetfunction.imtan.md
index 1779873cc3e..4d0640fa07e 100644
--- a/api/Excel.worksheetfunction.imtan.md
+++ b/api/Excel.worksheetfunction.imtan.md
@@ -18,7 +18,7 @@ Returns the tangent of a complex number.
_expression_. `ImTan`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.isformula.md b/api/Excel.worksheetfunction.isformula.md
index 463db150a9a..72f1c68fadd 100644
--- a/api/Excel.worksheetfunction.isformula.md
+++ b/api/Excel.worksheetfunction.isformula.md
@@ -18,7 +18,7 @@ Checks whether a reference is to a cell containing a formula, and returns **TRU
_expression_. `IsFormula`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.isoweeknum.md b/api/Excel.worksheetfunction.isoweeknum.md
index 3f0fa0309cf..fff8dff8468 100644
--- a/api/Excel.worksheetfunction.isoweeknum.md
+++ b/api/Excel.worksheetfunction.isoweeknum.md
@@ -18,7 +18,7 @@ Returns the ISO week number of the year for a given date. .
_expression_. `IsoWeekNum`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.munit.md b/api/Excel.worksheetfunction.munit.md
index d5c481c5305..ac8094c5e73 100644
--- a/api/Excel.worksheetfunction.munit.md
+++ b/api/Excel.worksheetfunction.munit.md
@@ -18,7 +18,7 @@ Returns the unit matrix for the specified dimension.
_expression_. `Munit`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.numbervalue.md b/api/Excel.worksheetfunction.numbervalue.md
index 7b2c5f8c975..878a140fd49 100644
--- a/api/Excel.worksheetfunction.numbervalue.md
+++ b/api/Excel.worksheetfunction.numbervalue.md
@@ -18,7 +18,7 @@ Converts text to number in a locale-independent manner.
_expression_. `NumberValue`_(Arg1,_ _Arg2,_ _Arg3)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.pduration.md b/api/Excel.worksheetfunction.pduration.md
index 7ad30e4f540..94977bfed27 100644
--- a/api/Excel.worksheetfunction.pduration.md
+++ b/api/Excel.worksheetfunction.pduration.md
@@ -18,7 +18,7 @@ Returns the number of periods required by an investment to reach a specified val
_expression_. `PDuration`_(Arg1,_ _Arg2,_ _Arg3)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.permutationa.md b/api/Excel.worksheetfunction.permutationa.md
index 134cc63577d..f7833779756 100644
--- a/api/Excel.worksheetfunction.permutationa.md
+++ b/api/Excel.worksheetfunction.permutationa.md
@@ -18,7 +18,7 @@ Returns the number of permutations for a given number of objects (with repetitio
_expression_. `Permutationa`_(Arg1,_ _Arg2)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.phi.md b/api/Excel.worksheetfunction.phi.md
index 5cd13f5ab1d..b15c8af03d5 100644
--- a/api/Excel.worksheetfunction.phi.md
+++ b/api/Excel.worksheetfunction.phi.md
@@ -18,7 +18,7 @@ Returns the value of the density function for a standard normal distribution.
_expression_. `Phi`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.rri.md b/api/Excel.worksheetfunction.rri.md
index 0b12effabeb..d607a4ad9c1 100644
--- a/api/Excel.worksheetfunction.rri.md
+++ b/api/Excel.worksheetfunction.rri.md
@@ -18,7 +18,7 @@ Returns an equivalent interest rate for the growth of an investment.
_expression_. `Rri`_(Arg1,_ _Arg2,_ _Arg3)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.sec.md b/api/Excel.worksheetfunction.sec.md
index 69638613230..9ba3ccb371d 100644
--- a/api/Excel.worksheetfunction.sec.md
+++ b/api/Excel.worksheetfunction.sec.md
@@ -18,7 +18,7 @@ Returns the secant of an angle.
_expression_. `Sec`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.sech.md b/api/Excel.worksheetfunction.sech.md
index 134bffdbeaf..8176850bd93 100644
--- a/api/Excel.worksheetfunction.sech.md
+++ b/api/Excel.worksheetfunction.sech.md
@@ -18,7 +18,7 @@ Returns the hyperbolic secant of an angle.
_expression_. `Sech`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.skew_p.md b/api/Excel.worksheetfunction.skew_p.md
index cb2e89ac607..af51c8cc969 100644
--- a/api/Excel.worksheetfunction.skew_p.md
+++ b/api/Excel.worksheetfunction.skew_p.md
@@ -18,7 +18,7 @@ Returns the skewness of a distribution based on a population: a characterization
_expression_. `Skew_p`_(Arg1,_ _Arg2,_ _Arg3,_ _Arg4,_ _Arg5,_ _Arg6,_ _Arg7,_ _Arg8,_ _Arg9,_ _Arg10,_ _Arg11,_ _Arg12,_ _Arg13,_ _Arg14,_ _Arg15,_ _Arg16,_ _Arg17,_ _Arg18,_ _Arg19,_ _Arg20,_ _Arg21,_ _Arg22,_ _Arg23,_ _Arg24,_ _Arg25,_ _Arg26,_ _Arg27,_ _Arg28,_ _Arg29,_ _Arg30)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.unichar.md b/api/Excel.worksheetfunction.unichar.md
index fa0edd97c4b..478b9c83743 100644
--- a/api/Excel.worksheetfunction.unichar.md
+++ b/api/Excel.worksheetfunction.unichar.md
@@ -18,7 +18,7 @@ Returns the Unicode character referenced by the given numeric value.
_expression_. `Unichar`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.unicode.md b/api/Excel.worksheetfunction.unicode.md
index 496fc46c203..008608a81fe 100644
--- a/api/Excel.worksheetfunction.unicode.md
+++ b/api/Excel.worksheetfunction.unicode.md
@@ -18,7 +18,7 @@ Returns the number (code point) corresponding to the first character of the text
_expression_. `Unicode`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.webservice.md b/api/Excel.worksheetfunction.webservice.md
index 008f0ad2d11..48df46eeeb7 100644
--- a/api/Excel.worksheetfunction.webservice.md
+++ b/api/Excel.worksheetfunction.webservice.md
@@ -18,7 +18,7 @@ Underlying function that calls the web service asynchronously, using an HTTP GET
_expression_. `WebService`_(Arg1)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Excel.worksheetfunction.xor.md b/api/Excel.worksheetfunction.xor.md
index 6c988b354e7..f4d2022b914 100644
--- a/api/Excel.worksheetfunction.xor.md
+++ b/api/Excel.worksheetfunction.xor.md
@@ -18,7 +18,7 @@ Returns a logical exclusive OR of all arguments.
_expression_. `Xor`_(Arg1,_ _Arg2,_ _Arg3,_ _Arg4,_ _Arg5,_ _Arg6,_ _Arg7,_ _Arg8,_ _Arg9,_ _Arg10,_ _Arg11,_ _Arg12,_ _Arg13,_ _Arg14,_ _Arg15,_ _Arg16,_ _Arg17,_ _Arg18,_ _Arg19,_ _Arg20,_ _Arg21,_ _Arg22,_ _Arg23,_ _Arg24,_ _Arg25,_ _Arg26,_ _Arg27,_ _Arg28,_ _Arg29,_ _Arg30)_
- _expression_ A variable that represents a[WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
+ _expression_ A variable that represents a [WorksheetFunction Object (Excel)](Excel.WorksheetFunction.md) object.
### Parameters
diff --git a/api/Office.DocumentProperty.LinkToContent.md b/api/Office.DocumentProperty.LinkToContent.md
index 7915e18e326..55b3a5a526a 100644
--- a/api/Office.DocumentProperty.LinkToContent.md
+++ b/api/Office.DocumentProperty.LinkToContent.md
@@ -37,7 +37,7 @@ This property applies only to custom document properties. For built-in document
Use the **LinkSource** property to set the source for the specified linked property. Setting the **LinkSource** property sets the **LinkToContent** property to **True**.
-For Excel, If LinkToContent is set to **True**, you must supply an address or range name for the[LinkSource](./overview/Library-Reference.md) from the workbook. If the address or range name covers more than one cell, the custom document property takes the value from the top left cell of the range.
+For Excel, If LinkToContent is set to **True**, you must supply an address or range name for the [LinkSource](./overview/Library-Reference.md) from the workbook. If the address or range name covers more than one cell, the custom document property takes the value from the top left cell of the range.
## Example
diff --git a/api/Office.IRibbonUI.md b/api/Office.IRibbonUI.md
index 45526d78b4f..78699fc8291 100644
--- a/api/Office.IRibbonUI.md
+++ b/api/Office.IRibbonUI.md
@@ -15,7 +15,7 @@ ms.date: 08/29/2018
The object that is returned by the **onLoad** procedure specified on the **customUI** tag. The object contains methods for invalidating control properties and for refreshing the user interface.
-The iRibbonUI does not generate Events in its interaction with the user. Instead, ribbon elements perform *callbacks* to your code, and the linkage between ribbon elements and your code is defined in the XML that describes your ribbon additions. For information about the callback functions available for each UI element, see [Customizing the 2007 Office Fluent Ribbon for Developers](https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2007/aa722523(v=office.12)) and search for "How can I determine the correct signatures for each callback procedure?"
+The iRibbonUI does not generate Events in its interaction with the user. Instead, ribbon elements perform *callbacks* to your code, and the linkage between ribbon elements and your code is defined in the XML that describes your ribbon additions. For information about the callback functions available for each UI element, see [Customizing the 2007 Office Fluent Ribbon for Developers](https://docs.microsoft.com/previous-versions/office/developer/office-2007/aa722523(v=office.12)) and search for "How can I determine the correct signatures for each callback procedure?"
@@ -51,6 +51,6 @@ End Sub
[Object Model Reference](./overview/Library-Reference/reference-object-library-reference-for-office.md)
-[RibbonXML Callbacks](https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2007/aa722523(v=office.12))
+[RibbonXML Callbacks](https://docs.microsoft.com/previous-versions/office/developer/office-2007/aa722523(v=office.12))
[IRibbonUI Object Members](./overview/Library-Reference/iribbonui-members-office.md)
diff --git a/api/Outlook.Account.md b/api/Outlook.Account.md
index c7856559038..b42754b58bb 100644
--- a/api/Outlook.Account.md
+++ b/api/Outlook.Account.md
@@ -21,8 +21,8 @@ The **Account** object represents an account that is defined for the current pr
The purpose of the [Accounts](Outlook.Accounts.md) collection object and the **Account** object is to provide the capacity to enumerate **Account** objects in a given profile, to identify the type of **Account**, and to use a specific **Account** object to send mail.
- **Note** Helmut Obertanner provided the following code samples. Helmut is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/en-us/default.aspx
-) with expertise in Microsoft Office development tools in Microsoft Visual Studio and Microsoft Office Outlook.
+> [!NOTE]
+> Helmut Obertanner provided the following code samples. Helmut is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/) with expertise in Microsoft Office development tools in Microsoft Visual Studio and Microsoft Office Outlook.
## Example
diff --git a/api/Outlook.AddressRuleCondition.ConditionType.md b/api/Outlook.AddressRuleCondition.ConditionType.md
index d0ea89a3bd4..d2e6b044c81 100644
--- a/api/Outlook.AddressRuleCondition.ConditionType.md
+++ b/api/Outlook.AddressRuleCondition.ConditionType.md
@@ -27,7 +27,7 @@ Returns a constant from the **[OlRuleConditionType](Outlook.OlRuleConditionType
The **[AddressRuleCondition](Outlook.AddressRuleCondition.md)** object is used by rules of types **olRuleSend** and **olRuleReceive** . If the rule is created as an **olRuleSend** rule, then the type of the associated **AddressRuleCondition** object will be **olConditionSenderAddress** . If the rule is created as an **olRuleReceive** rule, then the type of the associated **AddressRuleCondition** object will be **olConditionRecipientAddress** .
-This however does not mean that the rule always has a defined rule condition for sender or recipient addresses. Regardless of whether there exists such a defined or enabled rule condition, the **AddressRuleCondition.ConditionType** property is always initialized once the associated rule is created. For more information on rule conditions, see[Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
+This however does not mean that the rule always has a defined rule condition for sender or recipient addresses. Regardless of whether there exists such a defined or enabled rule condition, the **AddressRuleCondition.ConditionType** property is always initialized once the associated rule is created. For more information on rule conditions, see [Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
## See also
diff --git a/api/Outlook.Application.AdvancedSearch.md b/api/Outlook.Application.AdvancedSearch.md
index 652b10f13ad..ca774e71d59 100644
--- a/api/Outlook.Application.AdvancedSearch.md
+++ b/api/Outlook.Application.AdvancedSearch.md
@@ -62,7 +62,7 @@ Scope = "'" & Application.Session.GetDefaultFolder(olFolderInbox).FolderPath _
& "','" & Application.Session.GetDefaultFolder(olFolderSentMail).FolderPath & "'"
```
-The _Filter_ parameter can be any valid DASL query. For additional information on DASL queries, see[Filtering Items](../outlook/How-to/Search-and-Filter/filtering-items.md) and[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md). Note that you cannot use a JET query for the _Filter_ parameter of Advanced Search. If Instant Search is enabled on a store that contains a folder specified in the _Scope_ parameter, you can use Instant Search keywords to improve the performance of your search. If you use Instant Search keywords and Instant Search is not enabled, Outlook will return an error and your search will fail.
+The _Filter_ parameter can be any valid DASL query. For additional information on DASL queries, see [Filtering Items](../outlook/How-to/Search-and-Filter/filtering-items.md) and [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md). Note that you cannot use a JET query for the _Filter_ parameter of Advanced Search. If Instant Search is enabled on a store that contains a folder specified in the _Scope_ parameter, you can use Instant Search keywords to improve the performance of your search. If you use Instant Search keywords and Instant Search is not enabled, Outlook will return an error and your search will fail.
## Example
diff --git a/api/Outlook.Application.OptionsPagesAdd.md b/api/Outlook.Application.OptionsPagesAdd.md
index ec7de372541..af071f794b7 100644
--- a/api/Outlook.Application.OptionsPagesAdd.md
+++ b/api/Outlook.Application.OptionsPagesAdd.md
@@ -41,7 +41,7 @@ Your program handles this event to add a custom property page. The property page
## Example
-This Microsoft Visual Basic for Applications (VBA) example adds a new property page to the Outlook **Options** dialog box. The sample code must be placed in a class module of a Component Object Model (COM) add-in. For information about COM add-ins, see[Customizing Outlook using COM add-ins](../outlook/Concepts/Getting-Started/customizing-outlook-using-com-add-ins.md).
+This Microsoft Visual Basic for Applications (VBA) example adds a new property page to the Outlook **Options** dialog box. The sample code must be placed in a class module of a Component Object Model (COM) add-in. For information about COM add-ins, see [Customizing Outlook using COM add-ins](../outlook/Concepts/Getting-Started/customizing-outlook-using-com-add-ins.md).
```vb
diff --git a/api/Outlook.AppointmentItem.AfterWrite.md b/api/Outlook.AppointmentItem.AfterWrite.md
index 1d02abff57c..94290a5d4f0 100644
--- a/api/Outlook.AppointmentItem.AfterWrite.md
+++ b/api/Outlook.AppointmentItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.AppointmentItem.BeforeRead.md b/api/Outlook.AppointmentItem.BeforeRead.md
index a7b8dd8972f..3f92ce40bbd 100644
--- a/api/Outlook.AppointmentItem.BeforeRead.md
+++ b/api/Outlook.AppointmentItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.AppointmentItem.ForceUpdateToAllAttendees.md b/api/Outlook.AppointmentItem.ForceUpdateToAllAttendees.md
index b7dd90ab71e..e6de04f6a98 100644
--- a/api/Outlook.AppointmentItem.ForceUpdateToAllAttendees.md
+++ b/api/Outlook.AppointmentItem.ForceUpdateToAllAttendees.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# AppointmentItem.ForceUpdateToAllAttendees Property (Outlook)
-Returns or sets a **Boolean** value that indicates whether updates to the[AppointmentItem](Outlook.AppointmentItem.md) object should be sent to all attendees. Read/write.
+Returns or sets a **Boolean** value that indicates whether updates to the [AppointmentItem](Outlook.AppointmentItem.md) object should be sent to all attendees. Read/write.
## Syntax
diff --git a/api/Outlook.AssignToCategoryRuleAction.ActionType.md b/api/Outlook.AssignToCategoryRuleAction.ActionType.md
index 70200cd1afe..ccb6cc419c9 100644
--- a/api/Outlook.AssignToCategoryRuleAction.ActionType.md
+++ b/api/Outlook.AssignToCategoryRuleAction.ActionType.md
@@ -25,7 +25,7 @@ Returns a constant, **olRuleActionAssignToCategory** , from the **[OlRuleAction
## Remarks
- The category assigning rule action is supported by rules for receiving messages and rules for sending messages. For more information, see[Specifying Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
+ The category assigning rule action is supported by rules for receiving messages and rules for sending messages. For more information, see [Specifying Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
## See also
diff --git a/api/Outlook.Column.Name.md b/api/Outlook.Column.Name.md
index 458fdd85514..0bf279b76b3 100644
--- a/api/Outlook.Column.Name.md
+++ b/api/Outlook.Column.Name.md
@@ -27,7 +27,7 @@ Returns a **String** value that represents the name of the **[Column](Outlook.C
The **Name** property is the default member of the **Column** object.
-If the **Column** is a default column in the **[Table](Outlook.Table.md)** , or if it has been added to the **Table** with the explicit built-in name for the property, the value of **Name** is the explicit built-in name (without any enclosing brackets) for the property. If the **Column** has been added to the **Table** with a property name referencing a namespace, the value of **Name** will be the property name referenced by namespace. For more information on referencing properties by namespace, see[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
+If the **Column** is a default column in the **[Table](Outlook.Table.md)** , or if it has been added to the **Table** with the explicit built-in name for the property, the value of **Name** is the explicit built-in name (without any enclosing brackets) for the property. If the **Column** has been added to the **Table** with a property name referencing a namespace, the value of **Name** will be the property name referenced by namespace. For more information on referencing properties by namespace, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
## See also
diff --git a/api/Outlook.Columns.Add.md b/api/Outlook.Columns.Add.md
index 80a995b99b1..d0d3c03a2d5 100644
--- a/api/Outlook.Columns.Add.md
+++ b/api/Outlook.Columns.Add.md
@@ -40,13 +40,13 @@ A **Column** object that represents the new column.
**Columns.Add** adds the specified **Column** to the end of the **Columns** collection for the **Table** , and resets the **Table** by moving the current row to just before the first row of the **Table** . If **Columns.Add** returns an error, it will not change the current row.
- _Name_ can be an explicit built-in property name, or a property name referenced by namespace. It must be referenced as the name in the English locale. For more information on referencing properties by namespace, see[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
+ _Name_ can be an explicit built-in property name, or a property name referenced by namespace. It must be referenced as the name in the English locale. For more information on referencing properties by namespace, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
-If you are adding a property which is an explicit built-in property in the object model, for example, **[Contact.FirstName](Outlook.ContactItem.FirstName.md)** , you must specify _Name_ as the explicit built-in property name in English. For certain types of properties, the format used when adding these properties as columns affects how their values are expressed in the **Table** . For more information on property value representation in a **Table** , see[Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md).
+If you are adding a property which is an explicit built-in property in the object model, for example, **[Contact.FirstName](Outlook.ContactItem.FirstName.md)** , you must specify _Name_ as the explicit built-in property name in English. For certain types of properties, the format used when adding these properties as columns affects how their values are expressed in the **Table** . For more information on property value representation in a **Table** , see [Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md).
If you are adding a custom property to a **Table** , referencing the property by the MAPI string namespace, you will have to explicitly append the type of the property to the end of the property reference. For example, to add the custom property `MyCustomProperty`, which has the type Unicode string, you will have to explicitly append the type 001f to the reference, resulting in: `https://schemas.microsoft.com/mapi/string/{HHHHHHHH-HHHH-HHHH-HHHH-HHHHHHHHHHHH}/MyCustomProperty/0x0000001f`, where `{HHHHHHHH-HHHH-HHHH-HHHH-HHHHHHHHHHHH}` represents the namespace GUID.
-Certain properties cannot be added to a **Table** using **Columns.Add** , including binary properties, computed properties, and HTML or RTF body content. For more information, see[Unsupported Properties in a Table Object or Table Filter](../outlook/How-to/Search-and-Filter/unsupported-properties-in-a-table-object-or-table-filter.md).
+Certain properties cannot be added to a **Table** using **Columns.Add** , including binary properties, computed properties, and HTML or RTF body content. For more information, see [Unsupported Properties in a Table Object or Table Filter](../outlook/How-to/Search-and-Filter/unsupported-properties-in-a-table-object-or-table-filter.md).
While **[Items.SetColumns](Outlook.Items.SetColumns.md)** can be used to facilitate caching certain properties for extremely fast access to those properties of an **[Items](Outlook.Items.md)** collection, some properties are restricted from **SetColumns** . Since these restrictions do not apply to **Columns.Add** , the **Table** object is a less restrictive alternative than **Items** .
diff --git a/api/Outlook.ContactItem.AfterWrite.md b/api/Outlook.ContactItem.AfterWrite.md
index 9613ccd5ef6..4a3c77a65e1 100644
--- a/api/Outlook.ContactItem.AfterWrite.md
+++ b/api/Outlook.ContactItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.ContactItem.BeforeRead.md b/api/Outlook.ContactItem.BeforeRead.md
index 92e579849c9..b64e3703fe8 100644
--- a/api/Outlook.ContactItem.BeforeRead.md
+++ b/api/Outlook.ContactItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.DistListItem.AfterWrite.md b/api/Outlook.DistListItem.AfterWrite.md
index 71f39547520..9098d8fb512 100644
--- a/api/Outlook.DistListItem.AfterWrite.md
+++ b/api/Outlook.DistListItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.DistListItem.BeforeRead.md b/api/Outlook.DistListItem.BeforeRead.md
index 11631f62506..875a43557cc 100644
--- a/api/Outlook.DistListItem.BeforeRead.md
+++ b/api/Outlook.DistListItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.DocumentItem.AfterWrite.md b/api/Outlook.DocumentItem.AfterWrite.md
index a2e968ec521..6d9bf0e30ac 100644
--- a/api/Outlook.DocumentItem.AfterWrite.md
+++ b/api/Outlook.DocumentItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.DocumentItem.BeforeRead.md b/api/Outlook.DocumentItem.BeforeRead.md
index 8482213cd7f..3363747bc5a 100644
--- a/api/Outlook.DocumentItem.BeforeRead.md
+++ b/api/Outlook.DocumentItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.ExchangeUser.GetPicture.md b/api/Outlook.ExchangeUser.GetPicture.md
index d4c256b54bf..7c37e280034 100644
--- a/api/Outlook.ExchangeUser.GetPicture.md
+++ b/api/Outlook.ExchangeUser.GetPicture.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# ExchangeUser.GetPicture Method (Outlook)
-Obtains an **[IPictureDisp](https://msdn.microsoft.com/en-us/library/ms680762%28VS.85%29.aspx)** object that represents the picture of the Microsoft Exchange user that is displayed in Microsoft Outlook.
+Obtains an **[IPictureDisp](https://msdn.microsoft.com/library/ms680762%28VS.85%29.aspx)** object that represents the picture of the Microsoft Exchange user that is displayed in Microsoft Outlook.
## Syntax
@@ -34,7 +34,7 @@ The picture of the Exchange user is stored in Active Directory and displayed in
If the picture does not exist for the user, **GetPicture** returns **Null** (**Nothing** for Visual Basic).
-You can only call **GetPicture** from code that runs in-process as Outlook. An **StdPicture** object cannot be marshaled across process boundaries. If you attempt to call **GetPicture** from out-of-process code, an exception occurs. For more information, see[An automation server cannot pass a pointer to the picture object's IPictureDisp implementation across process boundaries](https://support.microsoft.com/kb/150034).
+You can only call **GetPicture** from code that runs in-process as Outlook. An **StdPicture** object cannot be marshaled across process boundaries. If you attempt to call **GetPicture** from out-of-process code, an exception occurs. For more information, see [An automation server cannot pass a pointer to the picture object's IPictureDisp implementation across process boundaries](https://support.microsoft.com/kb/150034).
## See also
diff --git a/api/Outlook.Folder.GetCustomIcon.md b/api/Outlook.Folder.GetCustomIcon.md
index a88b42b36f5..726e3c6c055 100644
--- a/api/Outlook.Folder.GetCustomIcon.md
+++ b/api/Outlook.Folder.GetCustomIcon.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Folder.GetCustomIcon Method (Outlook)
-Returns an **[IPictureDisp](https://msdn.microsoft.com/en-us/library/ms680762%28VS.85%29.aspx)** object that represents the custom icon for the folder.
+Returns an **[IPictureDisp](https://msdn.microsoft.com/library/ms680762%28VS.85%29.aspx)** object that represents the custom icon for the folder.
## Syntax
@@ -45,7 +45,7 @@ The returned **IPictureDisp** object has its **Type** property equal to **PICTY
- Hidden folders
-You can only call **GetCustomIcon** from code that runs in-process as Outlook. An **IPictureDisp** object cannot be marshaled across process boundaries. If you attempt to call **GetCustomIcon** from out-of-process code, an exception occurs. For more information, see[An automation server cannot pass a pointer to the picture object's IPictureDisp implementation across process boundaries](https://support.microsoft.com/kb/150034).
+You can only call **GetCustomIcon** from code that runs in-process as Outlook. An **IPictureDisp** object cannot be marshaled across process boundaries. If you attempt to call **GetCustomIcon** from out-of-process code, an exception occurs. For more information, see [An automation server cannot pass a pointer to the picture object's IPictureDisp implementation across process boundaries](https://support.microsoft.com/kb/150034).
## See also
diff --git a/api/Outlook.Folder.GetTable.md b/api/Outlook.Folder.GetTable.md
index 30791aa83fd..86ccb83f77f 100644
--- a/api/Outlook.Folder.GetTable.md
+++ b/api/Outlook.Folder.GetTable.md
@@ -41,9 +41,9 @@ A **Table** that contains items in the parent **[Folder](Outlook.Folder.md)** t
If _Filter_ is a blank string or the _Filter_ parameter is omitted, **GetTable** returns a **Table** with rows representing all the items in the **Folder** . If _Filter_ is a blank string or the _Filter_ parameter is omitted and _TableContents_ is **olHiddenItems** , **GetTable** returns a **Table** with rows representing all the hidden items in the **Folder** .
-For more information on filters, see [Filtering Items](../outlook/How-to/Search-and-Filter/filtering-items.md) and[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
+For more information on filters, see [Filtering Items](../outlook/How-to/Search-and-Filter/filtering-items.md) and [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
- **GetTable** returns a **Table** with the default column set for the folder type of the parent **Folder** . To modify the default column set, use the **[Add](Outlook.Columns.Add.md)** , **[Remove](Outlook.Columns.Remove.md)** , or **[RemoveAll](Outlook.Columns.RemoveAll.md)** methods of the **[Columns](Outlook.Columns.md)** collection object. When _TableContents_ is **olHiddenItems** , the default column set is always the default column set for a mail folder even though the parent **Folder** might be, for example, a Contacts folder. For more information on default column sets, see[Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
+ **GetTable** returns a **Table** with the default column set for the folder type of the parent **Folder** . To modify the default column set, use the **[Add](Outlook.Columns.Add.md)** , **[Remove](Outlook.Columns.Remove.md)** , or **[RemoveAll](Outlook.Columns.RemoveAll.md)** methods of the **[Columns](Outlook.Columns.md)** collection object. When _TableContents_ is **olHiddenItems** , the default column set is always the default column set for a mail folder even though the parent **Folder** might be, for example, a Contacts folder. For more information on default column sets, see [Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
You can use **[Table.Restrict](Outlook.Table.Restrict.md)** to apply subsequent filters to a **Table** that is based on the **Folder** object.
diff --git a/api/Outlook.Folder.SetCustomIcon.md b/api/Outlook.Folder.SetCustomIcon.md
index e12d1906e81..f5f60281ee8 100644
--- a/api/Outlook.Folder.SetCustomIcon.md
+++ b/api/Outlook.Folder.SetCustomIcon.md
@@ -29,7 +29,7 @@ Sets a custom icon that is specified by _Picture_ for the folder.
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _Picture_|Required| **[IPictureDisp](https://msdn.microsoft.com/en-us/library/ms680762%28VS.85%29.aspx)**|Specifies the custom icon for the folder.|
+| _Picture_|Required| **[IPictureDisp](https://msdn.microsoft.com/library/ms680762%28VS.85%29.aspx)**|Specifies the custom icon for the folder.|
## Remarks
@@ -48,7 +48,7 @@ You can set a custom icon for a search folder and for all folders that do not re
- Hidden folders
-You can only call **SetCustomIcon** from code that runs in-process as Outlook. An **IPictureDisp** object cannot be marshaled across process boundaries. If you attempt to call **SetCustomIcon** from out-of-process code, an exception will occur. For more details, see[An automation server cannot pass a pointer to the picture object's IPictureDisp implementation across process boundaries](https://support.microsoft.com/kb/150034).
+You can only call **SetCustomIcon** from code that runs in-process as Outlook. An **IPictureDisp** object cannot be marshaled across process boundaries. If you attempt to call **SetCustomIcon** from out-of-process code, an exception will occur. For more details, see [An automation server cannot pass a pointer to the picture object's IPictureDisp implementation across process boundaries](https://support.microsoft.com/kb/150034).
The custom folder icon that this method provides does not persist beyond the running Outlook session. Add-ins therefore must set the custom folder icon every time that Outlook boots.
diff --git a/api/Outlook.FormRegion.DisplayName.md b/api/Outlook.FormRegion.DisplayName.md
index c3d1accb389..c15f667ee32 100644
--- a/api/Outlook.FormRegion.DisplayName.md
+++ b/api/Outlook.FormRegion.DisplayName.md
@@ -25,7 +25,7 @@ Returns a **String** representing the display name of the form region. Read-onl
## Remarks
-The display name is optional for a form region. If you have defined a value for the tag in the corresponding form region manifest XML file, this value will map to the value of the **DisplayName** property. For more information on the XML schema for form regions, see the Microsoft Outlook 2010 XML Schema Reference in the[MSDN Library](https://msdn.microsoft.com/library).
+The display name is optional for a form region. If you have defined a value for the tag in the corresponding form region manifest XML file, this value will map to the value of the **DisplayName** property. For more information on the XML schema for form regions, see the Microsoft Outlook 2010 XML Schema Reference in the [MSDN Library](https://msdn.microsoft.com/library).
The value of the **DisplayName** property is displayed at runtime in the **Show** tab of the ribbon for a separate form region, or in the header of an adjoining form region. It is used for the default locale, and can be overridden by the tag in the corresponding form region manifest XML file. The string is case-insensitive, and its maximum length is 256 characters.
diff --git a/api/Outlook.FormRegion.InternalName.md b/api/Outlook.FormRegion.InternalName.md
index 23d3fe8a064..87180dfea8a 100644
--- a/api/Outlook.FormRegion.InternalName.md
+++ b/api/Outlook.FormRegion.InternalName.md
@@ -25,7 +25,7 @@ Returns a **String** that represents the internal programmatic name of the form
## Remarks
-The internal name is required for a form region. The tag in the corresponding form region manifest XML file maps to the value of the **InternalName** property. For more information on the XML schema for form regions, see the Microsoft Outlook 2010 XML Schema Reference in the[MSDN Library](https://msdn.microsoft.com/library).
+The internal name is required for a form region. The tag in the corresponding form region manifest XML file maps to the value of the **InternalName** property. For more information on the XML schema for form regions, see the Microsoft Outlook 2010 XML Schema Reference in the [MSDN Library](https://msdn.microsoft.com/library).
The value of the **InternalName** property is used by the add-in or Microsoft Outlook to refer to the form region, for example, to determine which form region is being loaded or to load strings from the localized string resources. The **InternalName** property supports only ASCII characters. The string is case-insensitive, and its maximum length is 256 characters.
diff --git a/api/Outlook.FormRegionStartup.GetFormRegionManifest.md b/api/Outlook.FormRegionStartup.GetFormRegionManifest.md
index 4c9fc863a0e..8d07bfd7308 100644
--- a/api/Outlook.FormRegionStartup.GetFormRegionManifest.md
+++ b/api/Outlook.FormRegionStartup.GetFormRegionManifest.md
@@ -34,16 +34,16 @@ Obtains the XML manifest for a form region.
### Return Value
-A **Variant** that represents the XML manifest for a form region. This XML string includes characteristics of the form region such as the display name (as specified by the title element), any associated layout file or add-in, any supported user actions, and any localization strings. The XML must follow the form region XML schema. For more information on the form region XML schema, see the Microsoft Outlook 2010 XML Schema Reference in the[MSDN Library](https://msdn.microsoft.com/library).
+A **Variant** that represents the XML manifest for a form region. This XML string includes characteristics of the form region such as the display name (as specified by the title element), any associated layout file or add-in, any supported user actions, and any localization strings. The XML must follow the form region XML schema. For more information on the form region XML schema, see the Microsoft Outlook 2010 XML Schema Reference in the [MSDN Library](https://msdn.microsoft.com/library).
## Remarks
This method is intended to be implemented by an add-in and called by Outlook. As part of the **[FormRegionStartup](Outlook.formregionstartup.md)** interface, this method and the **[GetFormRegionIcon](Outlook.FormRegionStartup.GetFormRegionIcon.md)** method provide a mechanism through which an add-in can register a form region and provide Outlook the XML manifest and the icons for the form region.
-If you would like an add-in to provide the XML manifest for a form region, specify the **ProgID** of the add-in when you register the form region in the Windows registry. For more information on registering a form region, see[Specifying Form Regions in the Windows Registry](../outlook/Concepts/Creating-Form-Regions/specifying-form-regions-in-the-windows-registry.md). The add-in must implement the **GetFormRegionManifest** method of the **FormRegionStartup** interface. Note that if you do not specify any **ProgID** in the Windows registry, Outlook will not call this method.
+If you would like an add-in to provide the XML manifest for a form region, specify the **ProgID** of the add-in when you register the form region in the Windows registry. For more information on registering a form region, see [Specifying Form Regions in the Windows Registry](../outlook/Concepts/Creating-Form-Regions/specifying-form-regions-in-the-windows-registry.md). The add-in must implement the **GetFormRegionManifest** method of the **FormRegionStartup** interface. Note that if you do not specify any **ProgID** in the Windows registry, Outlook will not call this method.
-Relying on an add-in to provide the XML manifest for a form region also means you are allowing the add-in to provide any icons for the form region. The add-in must also implement the **GetFormRegionIcon** of the **FormRegionStartup** interface. Outlook will call **GetFormRegionIcon** to obtain any add-in specified icons for the form region. For more information on using an add-in to specify icons, see[How to: Use an Add-in to Specify Icons for a Form Region](../outlook/Concepts/Specifying-Form-Behavior/use-an-add-in-to-specify-icons-for-a-form-region.md).
+Relying on an add-in to provide the XML manifest for a form region also means you are allowing the add-in to provide any icons for the form region. The add-in must also implement the **GetFormRegionIcon** of the **FormRegionStartup** interface. Outlook will call **GetFormRegionIcon** to obtain any add-in specified icons for the form region. For more information on using an add-in to specify icons, see [How to: Use an Add-in to Specify Icons for a Form Region](../outlook/Concepts/Specifying-Form-Behavior/use-an-add-in-to-specify-icons-for-a-form-region.md).
When Outlook starts, it reads the list of form regions from the Windows registry and caches the data. Based on this data, if Outlook notices that an add-in has been specified to provide the XML manifest for a form region, Outlook will use the **ProgID** provided in the cached data and call the **GetFormRegionManifest** method implemented by this add-in to obtain the XML it needs to display the form region. If the XML manifest is not valid and does not conform to the form region XML schema, Outlook will not be able to load the form region. Also, if you do not specify any **ProgID** in the Windows registry, Outlook will not call the **GetFormRegionManifest** and **GetFormRegionIcon** methods.
diff --git a/api/Outlook.Items.Find.md b/api/Outlook.Items.Find.md
index 05906a6f4b8..21b8e4fe478 100644
--- a/api/Outlook.Items.Find.md
+++ b/api/Outlook.Items.Find.md
@@ -38,7 +38,7 @@ An **Object** value that represents an Outlook item if the call succeeds; retur
## Remarks
-To use content indexing search in the **[Items](Outlook.Items.md)** collection, use the **[Restrict](Outlook.Items.Restrict.md)** method. **FindRow** will return an error if _Filter_ contains content indexing keywords. For more information on content indexing keywords, see[Filtering Items Using Query Keywords](../outlook/How-to/Search-and-Filter/filtering-items-using-query-keywords.md).
+To use content indexing search in the **[Items](Outlook.Items.md)** collection, use the **[Restrict](Outlook.Items.Restrict.md)** method. **FindRow** will return an error if _Filter_ contains content indexing keywords. For more information on content indexing keywords, see [Filtering Items Using Query Keywords](../outlook/How-to/Search-and-Filter/filtering-items-using-query-keywords.md).
The method will return an error with the following properties in the _Filter_ :
diff --git a/api/Outlook.JournalItem.AfterWrite.md b/api/Outlook.JournalItem.AfterWrite.md
index f51dd1d5b91..3f35a0f0c5f 100644
--- a/api/Outlook.JournalItem.AfterWrite.md
+++ b/api/Outlook.JournalItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.JournalItem.BeforeRead.md b/api/Outlook.JournalItem.BeforeRead.md
index 62b4cd2d007..dcc5c51919b 100644
--- a/api/Outlook.JournalItem.BeforeRead.md
+++ b/api/Outlook.JournalItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.MailItem.AfterWrite.md b/api/Outlook.MailItem.AfterWrite.md
index 00e887dc946..f5e269e55d4 100644
--- a/api/Outlook.MailItem.AfterWrite.md
+++ b/api/Outlook.MailItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.MailItem.BeforeRead.md b/api/Outlook.MailItem.BeforeRead.md
index 92e7d6599f8..d04f5fc498d 100644
--- a/api/Outlook.MailItem.BeforeRead.md
+++ b/api/Outlook.MailItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.MailItem.Sender.md b/api/Outlook.MailItem.Sender.md
index c9295d633f3..a4db925b2b0 100644
--- a/api/Outlook.MailItem.Sender.md
+++ b/api/Outlook.MailItem.Sender.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# MailItem.Sender Property (Outlook)
-Returns or sets an [AddressEntry](Outlook.AddressEntry.md) object that corresponds to the user of the account from which the[MailItem](Outlook.MailItem.md) is sent. Read/write.
+Returns or sets an [AddressEntry](Outlook.AddressEntry.md) object that corresponds to the user of the account from which the [MailItem](Outlook.MailItem.md) is sent. Read/write.
## Syntax
@@ -25,15 +25,14 @@ Returns or sets an [AddressEntry](Outlook.AddressEntry.md) object that correspon
## Remarks
-In a session where multiple accounts are defined in the profile, you can set this property to specify the account from which to send a mail item. Set this property to the **AddressEntry** object of the user that is represented by the[CurrentUser](Outlook.Account.CurrentUser.md) property of a specific account.
+In a session where multiple accounts are defined in the profile, you can set this property to specify the account from which to send a mail item. Set this property to the **AddressEntry** object of the user that is represented by the [CurrentUser](Outlook.Account.CurrentUser.md) property of a specific account.
If you set the **Sender** property to an **AddressEntry** that does not have permissions to send messages on that account, Microsoft Outlook will raise an error.
## Example
-Michael Bauer provided the following code example. Michael is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/en-us/default.aspx
-) with expertise in developing Outlook solutions in Visual Basic and Visual Basic for Applications (VBA). Michael maintains a professional site at[VBOffice.net](https://www.vboffice.net/index.html?lang=en).
+Michael Bauer provided the following code example. Michael is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/) with expertise in developing Outlook solutions in Visual Basic and Visual Basic for Applications (VBA). Michael maintains a professional site at [VBOffice.net](https://www.vboffice.net/index.html?lang=en).
The following VBA code example shows how to display the details of the sender of an e-mail. If the sender corresponds to a contact in the user's Outlook Contacts Address Book (CAB), the code example displays information about that contact in an inspector. If the sender is not a contact in the user's CAB, the code example displays details from the user's address entry (taken from the transport provider's address book container) in a dialog box.
diff --git a/api/Outlook.MarkAsTaskRuleAction.ActionType.md b/api/Outlook.MarkAsTaskRuleAction.ActionType.md
index 222bcf13ae9..2b890ea923b 100644
--- a/api/Outlook.MarkAsTaskRuleAction.ActionType.md
+++ b/api/Outlook.MarkAsTaskRuleAction.ActionType.md
@@ -25,7 +25,7 @@ Returns a constant, **olRuleActionMarkAsTask** , from the **[OlRuleActionType](
## Remarks
- The task marking rule action is supported only by rules for receiving messages. For more information, see[Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
+ The task marking rule action is supported only by rules for receiving messages. For more information, see [Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
## See also
diff --git a/api/Outlook.MeetingItem.AfterWrite.md b/api/Outlook.MeetingItem.AfterWrite.md
index add44b5a8ed..bae26b21d56 100644
--- a/api/Outlook.MeetingItem.AfterWrite.md
+++ b/api/Outlook.MeetingItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.MeetingItem.BeforeRead.md b/api/Outlook.MeetingItem.BeforeRead.md
index a855680e55a..f9d661ddf20 100644
--- a/api/Outlook.MeetingItem.BeforeRead.md
+++ b/api/Outlook.MeetingItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.MoveOrCopyRuleAction.ActionType.md b/api/Outlook.MoveOrCopyRuleAction.ActionType.md
index beb66b33ee0..46a5d6b46e3 100644
--- a/api/Outlook.MoveOrCopyRuleAction.ActionType.md
+++ b/api/Outlook.MoveOrCopyRuleAction.ActionType.md
@@ -25,7 +25,7 @@ Returns a constant, **olRuleActionMoveToFolder** , from the **[OlRuleActionType
## Remarks
- The moving or copying rule action is supported only by rules for receiving messages. For more information, see[Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
+ The moving or copying rule action is supported only by rules for receiving messages. For more information, see [Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
## See also
diff --git a/api/Outlook.NameSpace.CreateContactCard.md b/api/Outlook.NameSpace.CreateContactCard.md
index 58c943e6afd..3c06d7eb312 100644
--- a/api/Outlook.NameSpace.CreateContactCard.md
+++ b/api/Outlook.NameSpace.CreateContactCard.md
@@ -77,7 +77,7 @@ Outlook raises the E_INVALIDARG error when you pass any of the following **OlAd
The following code sample in Microsoft Visual Basic for Applications (VBA) displays a Contact Card for the current user defined by the **[CurrentUser](Outlook.NameSpace.CurrentUser.md)** property of the **[NameSpace](Outlook.NameSpace.md)** object.
-You cannot run this code directly from the VBA window. To run the code, click the **Developer** tab, click the **Macros** menu, and then select **Project1.DisplayContactCardForCurrentUser**. For more information about the **Developer** tab, see[Run in Developer Mode in Outlook](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/run-in-developer-mode-in-outlook.md).
+You cannot run this code directly from the VBA window. To run the code, click the **Developer** tab, click the **Macros** menu, and then select **Project1.DisplayContactCardForCurrentUser**. For more information about the **Developer** tab, see [Run in Developer Mode in Outlook](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/run-in-developer-mode-in-outlook.md).
diff --git a/api/Outlook.NewItemAlertRuleAction.ActionType.md b/api/Outlook.NewItemAlertRuleAction.ActionType.md
index c400c0f5cee..2b62f75c8c6 100644
--- a/api/Outlook.NewItemAlertRuleAction.ActionType.md
+++ b/api/Outlook.NewItemAlertRuleAction.ActionType.md
@@ -25,7 +25,7 @@ Returns a constant, **olRuleActionNewItemAlert** , from the **[OlRuleActionType
## Remarks
- The new item alert rule action is supported only by rules for receiving messages. For more information, see[Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
+ The new item alert rule action is supported only by rules for receiving messages. For more information, see [Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
## See also
diff --git a/api/Outlook.OlActionCopyLike.md b/api/Outlook.OlActionCopyLike.md
index fae5c4e8a4e..c534addd720 100644
--- a/api/Outlook.OlActionCopyLike.md
+++ b/api/Outlook.OlActionCopyLike.md
@@ -27,6 +27,6 @@ Specifies how item properties will be copied.
## Remarks
-Used by the [CopyLike](Outlook.Action.CopyLike.md) property of an[Action](Outlook.Action.md) to specify how item properties will be copied to the new item that is created when the **Action** is executed.
+Used by the [CopyLike](Outlook.Action.CopyLike.md) property of an [Action](Outlook.Action.md) to specify how item properties will be copied to the new item that is created when the **Action** is executed.
diff --git a/api/Outlook.OlActionReplyStyle.md b/api/Outlook.OlActionReplyStyle.md
index f7c65c331fe..d5cf97ce279 100644
--- a/api/Outlook.OlActionReplyStyle.md
+++ b/api/Outlook.OlActionReplyStyle.md
@@ -29,6 +29,6 @@ Specifies the reply style.
## Remarks
-Used by the [ReplyStyle](Outlook.Action.ReplyStyle.md) property of an[Action](Outlook.Action.md) to specify the reply style that will be used when the **Action** is executed.
+Used by the [ReplyStyle](Outlook.Action.ReplyStyle.md) property of an [Action](Outlook.Action.md) to specify the reply style that will be used when the **Action** is executed.
diff --git a/api/Outlook.OlActionResponseStyle.md b/api/Outlook.OlActionResponseStyle.md
index 813239ffd8d..57490e2c61f 100644
--- a/api/Outlook.OlActionResponseStyle.md
+++ b/api/Outlook.OlActionResponseStyle.md
@@ -25,6 +25,6 @@ Specifies the response style.
## Remarks
-Used by the [ResponseStyle](Outlook.Action.ResponseStyle.md) property of an[Action](Outlook.Action.md) to specify the response style that will be used when the **Action** is executed.
+Used by the [ResponseStyle](Outlook.Action.ResponseStyle.md) property of an [Action](Outlook.Action.md) to specify the response style that will be used when the **Action** is executed.
diff --git a/api/Outlook.OlAlwaysDeleteConversation.md b/api/Outlook.OlAlwaysDeleteConversation.md
index 681809a4bfa..d6133c867e9 100644
--- a/api/Outlook.OlAlwaysDeleteConversation.md
+++ b/api/Outlook.OlAlwaysDeleteConversation.md
@@ -25,6 +25,6 @@ Specifies constants that determine whether new items of the conversation are alw
## Remarks
-This enumeration is used by the [GetAlwaysDelete](Outlook.Conversation.GetAlwaysDelete.md) method of the[Conversation Object (Outlook)](Outlook.Conversation.md).
+This enumeration is used by the [GetAlwaysDelete](Outlook.Conversation.GetAlwaysDelete.md) method of the [Conversation Object (Outlook)](Outlook.Conversation.md).
diff --git a/api/Outlook.OlAttachmentBlockLevel.md b/api/Outlook.OlAttachmentBlockLevel.md
index 30edc869e04..b6bfa7063b7 100644
--- a/api/Outlook.OlAttachmentBlockLevel.md
+++ b/api/Outlook.OlAttachmentBlockLevel.md
@@ -24,6 +24,6 @@ Specifies whether there is any restriction on the type of attachments for an ite
## Remarks
-Attachments with the [BlockLevel](Outlook.Attachment.BlockLevel.md) equal to **olAttachmentBlockLevelOpen** are on the Level 2 list of attachments that administrators maintain for attachment security. For more information on attachment security in Outlook, see the[Office Resource Kit](https://technet.microsoft.com/en-us/library/cc303401%28office.14%29.aspx) Web site.
+Attachments with the [BlockLevel](Outlook.Attachment.BlockLevel.md) equal to **olAttachmentBlockLevelOpen** are on the Level 2 list of attachments that administrators maintain for attachment security. For more information on attachment security in Outlook, see the [Office Resource Kit](https://docs.microsoft.com/previous-versions/office/office-2010/cc303401(v=office.14)) website.
diff --git a/api/Outlook.OlCalendarDetail.md b/api/Outlook.OlCalendarDetail.md
index 6782c676753..58460ec99ed 100644
--- a/api/Outlook.OlCalendarDetail.md
+++ b/api/Outlook.OlCalendarDetail.md
@@ -25,6 +25,6 @@ Indicates the level of detail for calendar items that will be exported to an iCa
## Remarks
-This enumeration is used by the [CalendarDetail ](Outlook.CalendarSharing.CalendarDetail.md) property of the[CalendarSharing Object (Outlook)](Outlook.CalendarSharing.md) to determine the level of detail for calendar items stored in the iCalendar file created by the[ForwardAsICal](Outlook.CalendarSharing.ForwardAsICal.md) and[SaveAsICal](Outlook.CalendarSharing.SaveAsICal.md) methods.
+This enumeration is used by the [CalendarDetail ](Outlook.CalendarSharing.CalendarDetail.md) property of the [CalendarSharing Object (Outlook)](Outlook.CalendarSharing.md) to determine the level of detail for calendar items stored in the iCalendar file created by the [ForwardAsICal](Outlook.CalendarSharing.ForwardAsICal.md) and [SaveAsICal](Outlook.CalendarSharing.SaveAsICal.md) methods.
diff --git a/api/Outlook.OlCalendarMailFormat.md b/api/Outlook.OlCalendarMailFormat.md
index 13ccff3e0e0..c0df1948f2f 100644
--- a/api/Outlook.OlCalendarMailFormat.md
+++ b/api/Outlook.OlCalendarMailFormat.md
@@ -24,6 +24,6 @@ Determines the format of the calendar information in the body of the **[MailIte
## Remarks
-For more information, see [Sharing Calendars](../outlook/How-to/Sharing/sharing-calendars.md) and[Export a Calendar using Payload Sharing](../outlook/How-to/Sharing/export-a-calendar-using-payload-sharing.md).
+For more information, see [Sharing Calendars](../outlook/How-to/Sharing/sharing-calendars.md) and [Export a Calendar using Payload Sharing](../outlook/How-to/Sharing/export-a-calendar-using-payload-sharing.md).
diff --git a/api/Outlook.OlCategoryColor.md b/api/Outlook.OlCategoryColor.md
index bd88167545d..26257043f33 100644
--- a/api/Outlook.OlCategoryColor.md
+++ b/api/Outlook.OlCategoryColor.md
@@ -48,8 +48,8 @@ Indicates the color that is specified for a category or a font in a view.
## Remarks
-Used by the [Color](Outlook.Category.Color.md) property of the[Category Object (Outlook)](Outlook.Category.md), and the [ExtendedColor](Outlook.ViewFont.ExtendedColor.md) property of the[ViewFont Object (Outlook)](Outlook.ViewFont.md).
+Used by the [Color](Outlook.Category.Color.md) property of the [Category Object (Outlook)](Outlook.Category.md), and the [ExtendedColor](Outlook.ViewFont.ExtendedColor.md) property of the [ViewFont Object (Outlook)](Outlook.ViewFont.md).
-The color constants provided here are approximations of the actual colors used by the **Category** object. Use the[CategoryBorderColor](Outlook.Category.CategoryBorderColor.md), [CategoryGradientBottomColor](Outlook.Category.CategoryGradientBottomColor.md), and [CategoryGradientTopColor](Outlook.Category.CategoryGradientTopColor.md) properties to retrieve the **OLE_COLOR** color values that are used to represent the **Category** object, after setting the **Color** property to the appropriate constant.
+The color constants provided here are approximations of the actual colors used by the **Category** object. Use the [CategoryBorderColor](Outlook.Category.CategoryBorderColor.md), [CategoryGradientBottomColor](Outlook.Category.CategoryGradientBottomColor.md), and [CategoryGradientTopColor](Outlook.Category.CategoryGradientTopColor.md) properties to retrieve the **OLE_COLOR** color values that are used to represent the **Category** object, after setting the **Color** property to the appropriate constant.
diff --git a/api/Outlook.OlColor.md b/api/Outlook.OlColor.md
index 425405d3999..c046bfeb2c3 100644
--- a/api/Outlook.OlColor.md
+++ b/api/Outlook.OlColor.md
@@ -39,6 +39,6 @@ Constants that represent colors.
## Remarks
-Used by the [Color](Outlook.ViewFont.Color.md) property of the[ViewFont Object (Outlook)](Outlook.ViewFont.md) to indicate the font color.
+Used by the [Color](Outlook.ViewFont.Color.md) property of the [ViewFont Object (Outlook)](Outlook.ViewFont.md) to indicate the font color.
diff --git a/api/Outlook.OlDefaultFolders.md b/api/Outlook.OlDefaultFolders.md
index 8ac93e95b87..84c7aa4edd9 100644
--- a/api/Outlook.OlDefaultFolders.md
+++ b/api/Outlook.OlDefaultFolders.md
@@ -42,6 +42,6 @@ Specifies the folder type for a specified folder.
## Remarks
-Used as a parameter to the [NameSpace.GetSharedDefaultFolder](Outlook.NameSpace.GetSharedDefaultFolder.md), [NameSpace.GetDefaultFolder](Outlook.NameSpace.GetDefaultFolder.md), [Store.GetDefaultFolder](Outlook.Store.GetDefaultFolder.md), and [Folder.Add](Outlook.Folders.Add.md) methods. Also used by the[SharingItem.RequestFolder](Outlook.SharingItem.RequestedFolder.md) property.
+Used as a parameter to the [NameSpace.GetSharedDefaultFolder](Outlook.NameSpace.GetSharedDefaultFolder.md), [NameSpace.GetDefaultFolder](Outlook.NameSpace.GetDefaultFolder.md), [Store.GetDefaultFolder](Outlook.Store.GetDefaultFolder.md), and [Folder.Add](Outlook.Folders.Add.md) methods. Also used by the [SharingItem.RequestFolder](Outlook.SharingItem.RequestedFolder.md) property.
diff --git a/api/Outlook.OlDisplayType.md b/api/Outlook.OlDisplayType.md
index b1dd3c88d8a..3d6d3f9122b 100644
--- a/api/Outlook.OlDisplayType.md
+++ b/api/Outlook.OlDisplayType.md
@@ -29,6 +29,6 @@ Describes the nature of the address.
## Remarks
-Used by the **DisplayType** property of the[ExchangeDistributionList](Outlook.ExchangeDistributionList.md), [ExchangeUser](Outlook.ExchangeUser.md), and [Recipient](Outlook.Recipient.md) objects.
+Used by the **DisplayType** property of the [ExchangeDistributionList](Outlook.ExchangeDistributionList.md), [ExchangeUser](Outlook.ExchangeUser.md), and [Recipient](Outlook.Recipient.md) objects.
diff --git a/api/Outlook.OlExchangeStoreType.md b/api/Outlook.OlExchangeStoreType.md
index 0d9a75e7b3e..8bba1e906b4 100644
--- a/api/Outlook.OlExchangeStoreType.md
+++ b/api/Outlook.OlExchangeStoreType.md
@@ -27,6 +27,6 @@ Specifies the type of Exchange store.
## Remarks
-Used by the [ExchangeStoreType](Outlook.Store.ExchangeStoreType.md) property of the[Store](Outlook.Store.md) object.
+Used by the [ExchangeStoreType](Outlook.Store.ExchangeStoreType.md) property of the [Store](Outlook.Store.md) object.
diff --git a/api/Outlook.OlFormatDuration.md b/api/Outlook.OlFormatDuration.md
index 96d12c5e050..69667aca599 100644
--- a/api/Outlook.OlFormatDuration.md
+++ b/api/Outlook.OlFormatDuration.md
@@ -26,6 +26,6 @@ Indicates the format used to display duration Outlook item properties.
## Remarks
-Used by the [FieldFormat](Outlook.ColumnFormat.FieldFormat.md) property of the[ColumnFormat](Outlook.ColumnFormat.md) object, and the[DisplayFormat](Outlook.UserDefinedProperty.DisplayFormat.md) property of the[UserDefinedProperty](Outlook.UserDefinedProperty.md) object.
+Used by the [FieldFormat](Outlook.ColumnFormat.FieldFormat.md) property of the [ColumnFormat](Outlook.ColumnFormat.md) object, and the [DisplayFormat](Outlook.UserDefinedProperty.DisplayFormat.md) property of the [UserDefinedProperty](Outlook.UserDefinedProperty.md) object.
diff --git a/api/Outlook.OlIconViewType.md b/api/Outlook.OlIconViewType.md
index aeb5cc38e2e..3766f6a5ff2 100644
--- a/api/Outlook.OlIconViewType.md
+++ b/api/Outlook.OlIconViewType.md
@@ -25,6 +25,6 @@ Indicates the view mode when using an **[IconView](Outlook.IconView.md)** objec
## Remarks
-For **olIconViewLarge** and **olIconViewSmall**, the actual placement and orientation of icons displayed in the [IconView](Outlook.IconView.md) object is determined by the[OlIconViewPlacement](Outlook.OlIconViewPlacement.md) constant specified in the[IconPlacement](Outlook.IconView.IconPlacement.md) property of the **IconView** object. The **IconPlacement** property value is ignored when **olIconViewList** is selected.
+For **olIconViewLarge** and **olIconViewSmall**, the actual placement and orientation of icons displayed in the [IconView](Outlook.IconView.md) object is determined by the [OlIconViewPlacement](Outlook.OlIconViewPlacement.md) constant specified in the [IconPlacement](Outlook.IconView.IconPlacement.md) property of the **IconView** object. The **IconPlacement** property value is ignored when **olIconViewList** is selected.
diff --git a/api/Outlook.OlInspectorClose.md b/api/Outlook.OlInspectorClose.md
index 8cd6a081b34..2834ab8542e 100644
--- a/api/Outlook.OlInspectorClose.md
+++ b/api/Outlook.OlInspectorClose.md
@@ -25,6 +25,6 @@ Indicates the save mode.
## Remarks
-Used as a parameter to the **Close** method of item objects and the[Inspector.Close Method (Outlook)](Outlook.Inspector.Close(method).md) to indicate the save mode.
+Used as a parameter to the **Close** method of item objects and the [Inspector.Close Method (Outlook)](Outlook.Inspector.Close(method).md) to indicate the save mode.
diff --git a/api/Outlook.OlOutlookBarViewType.md b/api/Outlook.OlOutlookBarViewType.md
index 68254fbdba3..14a570727cf 100644
--- a/api/Outlook.OlOutlookBarViewType.md
+++ b/api/Outlook.OlOutlookBarViewType.md
@@ -24,6 +24,6 @@ Specifies the type of view that is displayed by an **[OutlookBarGroup](Outlook.
## Remarks
-Used by the [ViewType](Outlook.OutlookBarGroup.ViewType.md) property of the[OutlookBarGroup](Outlook.OutlookBarGroup.md) object.
+Used by the [ViewType](Outlook.OutlookBarGroup.ViewType.md) property of the [OutlookBarGroup](Outlook.OutlookBarGroup.md) object.
diff --git a/api/Outlook.OlPermission.md b/api/Outlook.OlPermission.md
index 8dfebe618f4..e279c2f5038 100644
--- a/api/Outlook.OlPermission.md
+++ b/api/Outlook.OlPermission.md
@@ -25,6 +25,6 @@ Indicates the permission restrictions on an **Item**.
## Remarks
-Used by the [SharingItem.Permission Property (Outlook)](Outlook.SharingItem.Permission.md) and[MailItem.Permission Property (Outlook)](Outlook.MailItem.Permission.md) to specify the permissions that the recipients will have on the item.
+Used by the [SharingItem.Permission Property (Outlook)](Outlook.SharingItem.Permission.md) and [MailItem.Permission Property (Outlook)](Outlook.MailItem.Permission.md) to specify the permissions that the recipients will have on the item.
diff --git a/api/Outlook.OlPermissionService.md b/api/Outlook.OlPermissionService.md
index 697aea3e022..fcdea8ce545 100644
--- a/api/Outlook.OlPermissionService.md
+++ b/api/Outlook.OlPermissionService.md
@@ -25,6 +25,6 @@ Specifies the permission service used when sending an Information Rights Managem
## Remarks
-See [SharingItem.PermissionService Property (Outlook)](Outlook.SharingItem.PermissionService.md) and[MailItem.PermissionService Property (Outlook)](Outlook.MailItem.PermissionService.md).
+See [SharingItem.PermissionService Property (Outlook)](Outlook.SharingItem.PermissionService.md) and [MailItem.PermissionService Property (Outlook)](Outlook.MailItem.PermissionService.md).
diff --git a/api/Outlook.OlRecurrenceType.md b/api/Outlook.OlRecurrenceType.md
index 4b2231bc2dd..3e4961aedb7 100644
--- a/api/Outlook.OlRecurrenceType.md
+++ b/api/Outlook.OlRecurrenceType.md
@@ -28,6 +28,6 @@ Specifies the recurrence pattern type.
## Remarks
-Used by the [RecurrencePattern.RecurrenceType Property (Outlook)](Outlook.RecurrencePattern.RecurrenceType.md) of an[AppointmentItem Object (Outlook)](Outlook.AppointmentItem.md) to specify the frequency of occurrences of the appointment.
+Used by the [RecurrencePattern.RecurrenceType Property (Outlook)](Outlook.RecurrencePattern.RecurrenceType.md) of an [AppointmentItem Object (Outlook)](Outlook.AppointmentItem.md) to specify the frequency of occurrences of the appointment.
diff --git a/api/Outlook.OlResponseStatus.md b/api/Outlook.OlResponseStatus.md
index 82caaac8fc8..721f7fb2bc1 100644
--- a/api/Outlook.OlResponseStatus.md
+++ b/api/Outlook.OlResponseStatus.md
@@ -28,6 +28,6 @@ Indicates the response to a meeting request.
## Remarks
-Used by [Recipient.MeetingResponseStatus Property (Outlook)](Outlook.Recipient.MeetingResponseStatus.md) and[AppointmentItem.ResponseStatus Property (Outlook)](Outlook.AppointmentItem.ResponseStatus.md).
+Used by [Recipient.MeetingResponseStatus Property (Outlook)](Outlook.Recipient.MeetingResponseStatus.md) and [AppointmentItem.ResponseStatus Property (Outlook)](Outlook.AppointmentItem.ResponseStatus.md).
diff --git a/api/Outlook.OlSelectionContents.md b/api/Outlook.OlSelectionContents.md
index 541d5cb40f6..fd3806603b0 100644
--- a/api/Outlook.OlSelectionContents.md
+++ b/api/Outlook.OlSelectionContents.md
@@ -23,6 +23,6 @@ Specifies the kinds of objects selected in the active explorer.
## Remark
-Used by the [GetSelection](Outlook.Selection.GetSelection.md) method of the[Selection](Outlook.Selection.md) object.
+Used by the [GetSelection](Outlook.Selection.GetSelection.md) method of the [Selection](Outlook.Selection.md) object.
diff --git a/api/Outlook.OlSelectionLocation.md b/api/Outlook.OlSelectionLocation.md
index 71f813d5b87..0658f8f0a2e 100644
--- a/api/Outlook.OlSelectionLocation.md
+++ b/api/Outlook.OlSelectionLocation.md
@@ -27,6 +27,6 @@ Specifies the location of a selection in the Microsoft Outlook user interface.
## Remark
-Used by the [Location](Outlook.Selection.Location.md) property of the[Selection](Outlook.Selection.md) object.
+Used by the [Location](Outlook.Selection.Location.md) property of the [Selection](Outlook.Selection.md) object.
diff --git a/api/Outlook.OlStorageIdentifierType.md b/api/Outlook.OlStorageIdentifierType.md
index 8442bb09123..957fb061f37 100644
--- a/api/Outlook.OlStorageIdentifierType.md
+++ b/api/Outlook.OlStorageIdentifierType.md
@@ -25,6 +25,6 @@ Specifies the type of identifier for a **[StorageItem](Outlook.StorageItem.md)*
## Remarks
-The message class of a [StorageItem Object (Outlook)](Outlook.StorageItem.md) is not exposed as an explicit built-in property. You can access the message class property through the[PropertyAccessor Object (Outlook)](Outlook.PropertyAccessor.md) that is provided by[StorageItem.PropertyAccessor Property (Outlook)](Outlook.StorageItem.PropertyAccessor.md).
+The message class of a [StorageItem Object (Outlook)](Outlook.StorageItem.md) is not exposed as an explicit built-in property. You can access the message class property through the [PropertyAccessor Object (Outlook)](Outlook.PropertyAccessor.md) that is provided by[StorageItem.PropertyAccessor Property (Outlook)](Outlook.StorageItem.PropertyAccessor.md).
diff --git a/api/Outlook.OlTaskResponse.md b/api/Outlook.OlTaskResponse.md
index 9611a1e9c3e..93262d6f9be 100644
--- a/api/Outlook.OlTaskResponse.md
+++ b/api/Outlook.OlTaskResponse.md
@@ -26,6 +26,6 @@ Indicates the response to a task request.
## Remarks
-Used by the [TaskItem.ResponseState Property (Outlook)](Outlook.TaskItem.ResponseState.md) and as a parameter to the[TaskItem.Respond Method (Outlook)](Outlook.TaskItem.Respond.md).
+Used by the [TaskItem.ResponseState Property (Outlook)](Outlook.TaskItem.ResponseState.md) and as a parameter to the [TaskItem.Respond Method (Outlook)](Outlook.TaskItem.Respond.md).
diff --git a/api/Outlook.OlTimeStyle.md b/api/Outlook.OlTimeStyle.md
index 99efa42f892..eea8ea9dc91 100644
--- a/api/Outlook.OlTimeStyle.md
+++ b/api/Outlook.OlTimeStyle.md
@@ -25,6 +25,6 @@ Specifies how time values are displayed and how entries of time values are inter
## Remarks
-Use the time control with the **olTimeStyleShortDuration** style for duration fields, such as the[Duration](Outlook.JournalItem.Duration.md) of a[JournalItem](Outlook.JournalItem.md). Use the time control with the **olTimeStyleTimeDuration** style for the end time of an appointment item. Use the time control with the **olTimeStyleTimeOnly** style for the start time of an appointment item.
+Use the time control with the **olTimeStyleShortDuration** style for duration fields, such as the [Duration](Outlook.JournalItem.Duration.md) of a [JournalItem](Outlook.JournalItem.md). Use the time control with the **olTimeStyleTimeDuration** style for the end time of an appointment item. Use the time control with the **olTimeStyleTimeOnly** style for the start time of an appointment item.
diff --git a/api/Outlook.OlUserPropertyType.md b/api/Outlook.OlUserPropertyType.md
index 9f15f216cea..f604990261c 100644
--- a/api/Outlook.OlUserPropertyType.md
+++ b/api/Outlook.OlUserPropertyType.md
@@ -36,6 +36,6 @@ Indicates the user property type.
## Remarks
-Used by the [ItemProperties.Add](Outlook.ItemProperties.Add.md), [UserDefinedProperties.Add](Outlook.UserDefinedProperties.Add.md), and [UserProperties.Add](Outlook.UserProperties.Add.md) methods, and[ColumnFormat.FieldType](Outlook.ColumnFormat.FieldType.md), [ItemProperty.Type](Outlook.ItemProperty.Type.md), and [UserDefinedProperty.Type](Outlook.UserDefinedProperty.Type.md) properties.
+Used by the [ItemProperties.Add](Outlook.ItemProperties.Add.md), [UserDefinedProperties.Add](Outlook.UserDefinedProperties.Add.md), and [UserProperties.Add](Outlook.UserProperties.Add.md) methods, and [ColumnFormat.FieldType](Outlook.ColumnFormat.FieldType.md), [ItemProperty.Type](Outlook.ItemProperty.Type.md), and [UserDefinedProperty.Type](Outlook.UserDefinedProperty.Type.md) properties.
diff --git a/api/Outlook.OlViewType.md b/api/Outlook.OlViewType.md
index fea2e23e642..41bde6f2027 100644
--- a/api/Outlook.OlViewType.md
+++ b/api/Outlook.OlViewType.md
@@ -30,6 +30,6 @@ Indicates the view object type.
## Remarks
-Used by the **ViewType** property of **View** objects and as a parameter to the[Views.Add Method (Outlook)](Outlook.Views.Add.md).
+Used by the **ViewType** property of **View** objects and as a parameter to the [Views.Add Method (Outlook)](Outlook.Views.Add.md).
diff --git a/api/Outlook.PlaySoundRuleAction.ActionType.md b/api/Outlook.PlaySoundRuleAction.ActionType.md
index 6b0e7a843c5..573976145a6 100644
--- a/api/Outlook.PlaySoundRuleAction.ActionType.md
+++ b/api/Outlook.PlaySoundRuleAction.ActionType.md
@@ -25,7 +25,7 @@ Returns a constant, **olRuleActionPlaySound** , from the **[OlRuleActionType](O
## Remarks
- The sound playing rule action is supported only by rules for receiving messages. For more information, see[Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
+ The sound playing rule action is supported only by rules for receiving messages. For more information, see [Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
## See also
diff --git a/api/Outlook.PostItem.AfterWrite.md b/api/Outlook.PostItem.AfterWrite.md
index 166a666072f..d3bc074a89b 100644
--- a/api/Outlook.PostItem.AfterWrite.md
+++ b/api/Outlook.PostItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.PostItem.BeforeRead.md b/api/Outlook.PostItem.BeforeRead.md
index 62e667c033d..6323b057571 100644
--- a/api/Outlook.PostItem.BeforeRead.md
+++ b/api/Outlook.PostItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.PropertyAccessor.BinaryToString.md b/api/Outlook.PropertyAccessor.BinaryToString.md
index 4a2148e24c6..882b057ca67 100644
--- a/api/Outlook.PropertyAccessor.BinaryToString.md
+++ b/api/Outlook.PropertyAccessor.BinaryToString.md
@@ -38,7 +38,7 @@ Converts the array of bytes specified by _Value_ to a **String** .
## Remarks
-For more information on type conversion when using the **PropertyAccessor** object, see[Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
+For more information on type conversion when using the **PropertyAccessor** object, see [Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
## Example
diff --git a/api/Outlook.PropertyAccessor.DeleteProperties.md b/api/Outlook.PropertyAccessor.DeleteProperties.md
index b807ebacb6d..494b0b015b6 100644
--- a/api/Outlook.PropertyAccessor.DeleteProperties.md
+++ b/api/Outlook.PropertyAccessor.DeleteProperties.md
@@ -29,7 +29,7 @@ Deletes the properties specified in the array _SchemaNames_ .
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _SchemaNames_|Required| **Variant**|An array that contains the names of the properties that are to be deleted for the parent object of the **[PropertyAccessor](Outlook.PropertyAccessor.md)** object. These properties are referenced by namespace. For more information, see[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
+| _SchemaNames_|Required| **Variant**|An array that contains the names of the properties that are to be deleted for the parent object of the **[PropertyAccessor](Outlook.PropertyAccessor.md)** object. These properties are referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
### Return Value
diff --git a/api/Outlook.PropertyAccessor.DeleteProperty.md b/api/Outlook.PropertyAccessor.DeleteProperty.md
index 94227241dd6..06786e9db61 100644
--- a/api/Outlook.PropertyAccessor.DeleteProperty.md
+++ b/api/Outlook.PropertyAccessor.DeleteProperty.md
@@ -29,7 +29,7 @@ Deletes the property specified by _SchemaName_ .
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _SchemaName_|Required| **String**|The name of the property that is to be deleted for the parent object of the **[PropertyAccessor](Outlook.PropertyAccessor.md)** object. The property is referenced by namespace. For more information, see[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
+| _SchemaName_|Required| **String**|The name of the property that is to be deleted for the parent object of the **[PropertyAccessor](Outlook.PropertyAccessor.md)** object. The property is referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
## Remarks
diff --git a/api/Outlook.PropertyAccessor.GetProperties.md b/api/Outlook.PropertyAccessor.GetProperties.md
index c72313360af..f2a6bbb0860 100644
--- a/api/Outlook.PropertyAccessor.GetProperties.md
+++ b/api/Outlook.PropertyAccessor.GetProperties.md
@@ -38,9 +38,9 @@ A Variant that represents an array of values of the properties specified in the
## Remarks
-The array returned by **GetProperties** can contain elements of different types, depending on the type of the property requested. The type of the array element returned by **GetProperties** will be the same as the type of the underlying property. Certain raw property types such as **PT_OBJECT** are unsupported and will raise an error. If you require conversion of the raw property type, for example, from **PT_BINARY** to a string, or from **PT_SYSTIME** to a local time, use the helper methods[PropertyAccessor.BinaryToString](Outlook.PropertyAccessor.BinaryToString.md) and[PropertyAccessor.UTCToLocalTime](Outlook.PropertyAccessor.UTCToLocalTime.md).
+The array returned by **GetProperties** can contain elements of different types, depending on the type of the property requested. The type of the array element returned by **GetProperties** will be the same as the type of the underlying property. Certain raw property types such as **PT_OBJECT** are unsupported and will raise an error. If you require conversion of the raw property type, for example, from **PT_BINARY** to a string, or from **PT_SYSTIME** to a local time, use the helper methods[PropertyAccessor.BinaryToString](Outlook.PropertyAccessor.BinaryToString.md) and [PropertyAccessor.UTCToLocalTime](Outlook.PropertyAccessor.UTCToLocalTime.md).
-For more information on getting properties using the **PropertyAccessor** object, see[Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
+For more information on getting properties using the **PropertyAccessor** object, see [Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
## Example
diff --git a/api/Outlook.PropertyAccessor.GetProperty.md b/api/Outlook.PropertyAccessor.GetProperty.md
index f9e50b75ce7..2f002e0cc8c 100644
--- a/api/Outlook.PropertyAccessor.GetProperty.md
+++ b/api/Outlook.PropertyAccessor.GetProperty.md
@@ -38,9 +38,9 @@ A **Variant** value that represents the value of the requested property as spec
## Remarks
-The type of the return value will be the same as the type of the underlying property. Certain raw property types such as **PT_OBJECT** are unsupported and will raise an error. If you require conversion of the raw property type, for example, from **PT_BINARY** to a string, or from **PT_SYSTIME** to a local time, use the helper methods[PropertyAccessor.BinaryToString](Outlook.PropertyAccessor.BinaryToString.md) and[PropertyAccessor.UTCToLocalTime](Outlook.PropertyAccessor.UTCToLocalTime.md).
+The type of the return value will be the same as the type of the underlying property. Certain raw property types such as **PT_OBJECT** are unsupported and will raise an error. If you require conversion of the raw property type, for example, from **PT_BINARY** to a string, or from **PT_SYSTIME** to a local time, use the helper methods[PropertyAccessor.BinaryToString](Outlook.PropertyAccessor.BinaryToString.md) and [PropertyAccessor.UTCToLocalTime](Outlook.PropertyAccessor.UTCToLocalTime.md).
-For more information on getting properties using the **PropertyAccessor** object, see[Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
+For more information on getting properties using the **PropertyAccessor** object, see [Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
## Example
diff --git a/api/Outlook.PropertyAccessor.LocalTimeToUTC.md b/api/Outlook.PropertyAccessor.LocalTimeToUTC.md
index 5e629b98da0..6a54ddf33c9 100644
--- a/api/Outlook.PropertyAccessor.LocalTimeToUTC.md
+++ b/api/Outlook.PropertyAccessor.LocalTimeToUTC.md
@@ -38,7 +38,7 @@ A **Date** value that represents _Value_ after being converted from local time
## Remarks
-For more information on type conversion when using the **PropertyAccessor** object, see[Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
+For more information on type conversion when using the **PropertyAccessor** object, see [Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
## See also
diff --git a/api/Outlook.PropertyAccessor.SetProperties.md b/api/Outlook.PropertyAccessor.SetProperties.md
index b664c8dd307..2d0c7d41d74 100644
--- a/api/Outlook.PropertyAccessor.SetProperties.md
+++ b/api/Outlook.PropertyAccessor.SetProperties.md
@@ -29,7 +29,7 @@ Sets the properties specified by the array _SchemaNames_ to the values specifie
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _SchemaNames_|Required| **Variant**|An array of names of properties whose values are to be set as specified by the _Values_ parameter. These properties are referenced by namespace. For more information, see[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
+| _SchemaNames_|Required| **Variant**|An array of names of properties whose values are to be set as specified by the _Values_ parameter. These properties are referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
| _Values_|Required| **Variant**|An array of values that are to be set for the properties specified by the _SchemaNames_ parameter.|
### Return Value
@@ -64,7 +64,7 @@ Use caution and ensure that all exceptions are handled correctly. Conditions whe
-For more information on setting properties using the **PropertyAccessor** object, see[Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
+For more information on setting properties using the **PropertyAccessor** object, see [Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
## Example
diff --git a/api/Outlook.PropertyAccessor.SetProperty.md b/api/Outlook.PropertyAccessor.SetProperty.md
index a369b07aefb..e9e949496bd 100644
--- a/api/Outlook.PropertyAccessor.SetProperty.md
+++ b/api/Outlook.PropertyAccessor.SetProperty.md
@@ -29,7 +29,7 @@ Sets the property specified by _SchemaName_ to the value specified by _Value_ .
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _SchemaName_|Required| **String**|The name of a property whose value is to be set as specified by the _Value_ parameter. The property is referenced by namespace. For more information, see[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
+| _SchemaName_|Required| **String**|The name of a property whose value is to be set as specified by the _Value_ parameter. The property is referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
| _Value_|Required| **Variant**|The value that is to be set for the property specified by the _SchemaName_ parameter.|
## Remarks
@@ -59,7 +59,7 @@ Use caution and ensure that all exceptions are handled correctly. Conditions whe
-For more information on setting properties using the **PropertyAccessor** object, see[Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
+For more information on setting properties using the **PropertyAccessor** object, see [Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
## Example
diff --git a/api/Outlook.PropertyAccessor.StringToBinary.md b/api/Outlook.PropertyAccessor.StringToBinary.md
index 2d2ad3baca4..3eee61a46d4 100644
--- a/api/Outlook.PropertyAccessor.StringToBinary.md
+++ b/api/Outlook.PropertyAccessor.StringToBinary.md
@@ -38,7 +38,7 @@ A **Variant** value that represents an array of bytes returned from the convers
## Remarks
-For more information on type conversion when using the **PropertyAccessor** object, see[Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
+For more information on type conversion when using the **PropertyAccessor** object, see [Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
## See also
diff --git a/api/Outlook.PropertyAccessor.UTCToLocalTime.md b/api/Outlook.PropertyAccessor.UTCToLocalTime.md
index 9fd704e1def..4b55830dce1 100644
--- a/api/Outlook.PropertyAccessor.UTCToLocalTime.md
+++ b/api/Outlook.PropertyAccessor.UTCToLocalTime.md
@@ -38,7 +38,7 @@ A **Date** value that represents _Value_ after being converted from UTC to loca
## Remarks
-For more information on type conversion when using the **[PropertyAccessor](Outlook.PropertyAccessor.md)** object, see[Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
+For more information on type conversion when using the **[PropertyAccessor](Outlook.PropertyAccessor.md)** object, see [Best Practices for Getting and Setting Properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md).
## See also
diff --git a/api/Outlook.PropertyAccessor.md b/api/Outlook.PropertyAccessor.md
index e6f2ed72598..d4c0f405d04 100644
--- a/api/Outlook.PropertyAccessor.md
+++ b/api/Outlook.PropertyAccessor.md
@@ -22,7 +22,7 @@ Use the **PropertyAccessor** object to get and set item-level properties that a
To get or set multiple custom properties, use the **PropertyAccessor** object instead of the **[UserProperties](Outlook.UserProperties.md)** object for better performance.
-For more information on using the **PropertyAccessor** object, see[Properties Overview](../outlook/How-to/Navigation/properties-overview.md).
+For more information on using the **PropertyAccessor** object, see [Properties Overview](../outlook/How-to/Navigation/properties-overview.md).
## Example
diff --git a/api/Outlook.Recipient.FreeBusy.md b/api/Outlook.Recipient.FreeBusy.md
index fdd0bd92b5a..f883f845c6a 100644
--- a/api/Outlook.Recipient.FreeBusy.md
+++ b/api/Outlook.Recipient.FreeBusy.md
@@ -20,7 +20,7 @@ Returns free/busy information for the recipient.
_expression_. `FreeBusy`( `_Start_` , `_MinPerChar_` , `_CompleteFormat_` )
- _expression_ A variable that represents a[Recipient](Outlook.Recipient.md) object.
+ _expression_ A variable that represents a [Recipient](Outlook.Recipient.md) object.
### Parameters
@@ -44,7 +44,7 @@ A **String** value that represents the free/busy information.
If the optional argument _CompleteFormat_ is omitted or **False** , then "free" is indicated by the character 0 and all other states by the character 1.
-If _CompleteFormat_ is **True** , then the same length string is returned as defined above, but the characters now correspond to the[OlBusyStatus](Outlook.OlBusyStatus.md) constants.
+If _CompleteFormat_ is **True** , then the same length string is returned as defined above, but the characters now correspond to the [OlBusyStatus](Outlook.OlBusyStatus.md) constants.
## Example
diff --git a/api/Outlook.RemoteItem.AfterWrite.md b/api/Outlook.RemoteItem.AfterWrite.md
index ff2ec4faa50..9fd77fe3485 100644
--- a/api/Outlook.RemoteItem.AfterWrite.md
+++ b/api/Outlook.RemoteItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.RemoteItem.BeforeRead.md b/api/Outlook.RemoteItem.BeforeRead.md
index a14a05a81e7..ad788e8a313 100644
--- a/api/Outlook.RemoteItem.BeforeRead.md
+++ b/api/Outlook.RemoteItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.ReportItem.AfterWrite.md b/api/Outlook.ReportItem.AfterWrite.md
index 02936b3524f..340c64656a0 100644
--- a/api/Outlook.ReportItem.AfterWrite.md
+++ b/api/Outlook.ReportItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.ReportItem.BeforeRead.md b/api/Outlook.ReportItem.BeforeRead.md
index 7ee1b6ad324..637db4c4799 100644
--- a/api/Outlook.ReportItem.BeforeRead.md
+++ b/api/Outlook.ReportItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.Row.BinaryToString.md b/api/Outlook.Row.BinaryToString.md
index e7fb6d95f6a..70da34cdca4 100644
--- a/api/Outlook.Row.BinaryToString.md
+++ b/api/Outlook.Row.BinaryToString.md
@@ -38,7 +38,7 @@ A hexadecimal **String** value that has been converted from a **PT_BINARY** val
## Remarks
-Use the helper functions **Row.BinaryToString** , **[Row.LocalTimeToUTC](Outlook.Row.LocalTimeToUTC.md)** , and **[Row.UTCToLocalTime](Outlook.Row.UTCToLocalTime.md)** to facilitate type conversion of column values at a specific row. For more information on property value representation in a **[Table](Outlook.Table.md)** , see[Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md).
+Use the helper functions **Row.BinaryToString** , **[Row.LocalTimeToUTC](Outlook.Row.LocalTimeToUTC.md)** , and **[Row.UTCToLocalTime](Outlook.Row.UTCToLocalTime.md)** to facilitate type conversion of column values at a specific row. For more information on property value representation in a **[Table](Outlook.Table.md)** , see [Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md).
## See also
diff --git a/api/Outlook.Row.GetValues.md b/api/Outlook.Row.GetValues.md
index 8dc949cf262..3fe39910bfb 100644
--- a/api/Outlook.Row.GetValues.md
+++ b/api/Outlook.Row.GetValues.md
@@ -34,7 +34,7 @@ A **Variant** that represents an array of values for all the columns at that **
Since the array is zero-based, the length of the array is the number of columns in the **Row** minus one.
-Values returned in the array are of the same type as the values in the parent **Table** . This means that binary properties in the **Table** are returned as arrays of bytes. For date-time properties, if a **[Column](Outlook.Column.md)** is a default column or if it has been added using an explicit built-in property name, then its value in the **Table** and in the array are expressed in local time. If the **Column** has been added to the **Table** using a namespace reference, then its value in the **Table** and in the array are expressed in Coordinated Universal Time (UTC). For more information on referencing properties by namespace, see[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
+Values returned in the array are of the same type as the values in the parent **Table** . This means that binary properties in the **Table** are returned as arrays of bytes. For date-time properties, if a **[Column](Outlook.Column.md)** is a default column or if it has been added using an explicit built-in property name, then its value in the **Table** and in the array are expressed in local time. If the **Column** has been added to the **Table** using a namespace reference, then its value in the **Table** and in the array are expressed in Coordinated Universal Time (UTC). For more information on referencing properties by namespace, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
## See also
diff --git a/api/Outlook.Row.LocalTimeToUTC.md b/api/Outlook.Row.LocalTimeToUTC.md
index fb7d36d6bb3..28aa6ac7bcc 100644
--- a/api/Outlook.Row.LocalTimeToUTC.md
+++ b/api/Outlook.Row.LocalTimeToUTC.md
@@ -40,7 +40,7 @@ A **Date** value that has been converted from a representation in local time to
Use the helper functions **[Row.BinaryToString](Outlook.Row.BinaryToString.md)** , **Row.LocalTimeToUTC** , and **[Row.UTCToLocalTime](Outlook.Row.UTCToLocalTime.md)** to facilitate type conversion of column values at a specific row.
-For information on property value representation in a **Table** , see[Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md). For information on using Date-time comparisons in **Table** filters, see[Filtering Items Using a Date-time Comparison](../outlook/How-to/Search-and-Filter/filtering-items-using-a-date-time-comparison.md).
+For information on property value representation in a **Table** , see [Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md). For information on using Date-time comparisons in **Table** filters, see [Filtering Items Using a Date-time Comparison](../outlook/How-to/Search-and-Filter/filtering-items-using-a-date-time-comparison.md).
## See also
diff --git a/api/Outlook.Row.UTCToLocalTime.md b/api/Outlook.Row.UTCToLocalTime.md
index 0f56ea7d565..23e10d78ccf 100644
--- a/api/Outlook.Row.UTCToLocalTime.md
+++ b/api/Outlook.Row.UTCToLocalTime.md
@@ -40,7 +40,7 @@ A **Date** value that has been converted from a representation in UTC to local
Use the helper functions **[Row.BinaryToString](Outlook.Row.BinaryToString.md)** , **[Row.LocalTimeToUTC](Outlook.Row.LocalTimeToUTC.md)** , and **Row.UTCToLocalTime** to facilitate type conversion of column values at a specific row.
-For information on property value representation in a **Table** , see[Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md). For information on using Date-time comparisons in **Table** filters, see[Filtering Items Using a Date-time Comparison](../outlook/How-to/Search-and-Filter/filtering-items-using-a-date-time-comparison.md).
+For information on property value representation in a **Table** , see [Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md). For information on using Date-time comparisons in **Table** filters, see [Filtering Items Using a Date-time Comparison](../outlook/How-to/Search-and-Filter/filtering-items-using-a-date-time-comparison.md).
## See also
diff --git a/api/Outlook.Row.md b/api/Outlook.Row.md
index ded964403d5..d63bbb2b015 100644
--- a/api/Outlook.Row.md
+++ b/api/Outlook.Row.md
@@ -26,9 +26,9 @@ A **Table** is composed of rows and columns. It represents a read-only dynamic
Use **[Row.GetValues](Outlook.Row.GetValues.md)** to obtain an array of values that correspond to column values at that row in the **Table**.
- Use the helper functions **[Row.BinaryToString](Outlook.Row.BinaryToString.md)**, **[Row.LocalTimeToUTC](Outlook.Row.LocalTimeToUTC.md)**, and **[Row.UTCToLocalTime](Outlook.Row.UTCToLocalTime.md)** to facilitate type conversion of column values at a specific row. For more information on property value representation in a **Table**, see[Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md).
+ Use the helper functions **[Row.BinaryToString](Outlook.Row.BinaryToString.md)**, **[Row.LocalTimeToUTC](Outlook.Row.LocalTimeToUTC.md)**, and **[Row.UTCToLocalTime](Outlook.Row.UTCToLocalTime.md)** to facilitate type conversion of column values at a specific row. For more information on property value representation in a **Table**, see [Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md).
- Although additions and deletions of the underlying folder are reflected by the rows in the **Table**, the **Table** does not support any events for adding, changing, and removing of rows. If you require a writeable object from the **Table** row, obtain the Entry ID for that row from the default EntryID column in the **Table** and then use the **[GetItemFromID](Outlook.NameSpace.GetItemFromID.md)** method of the **[NameSpace](Outlook.NameSpace.md)** object to obtain a full item, such as a **[MailItem](Outlook.MailItem.md)** or **[ContactItem](Outlook.ContactItem.md)**, that supports read-write operations. For more information on default columns in a **Table**, see[Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
+ Although additions and deletions of the underlying folder are reflected by the rows in the **Table**, the **Table** does not support any events for adding, changing, and removing of rows. If you require a writeable object from the **Table** row, obtain the Entry ID for that row from the default EntryID column in the **Table** and then use the **[GetItemFromID](Outlook.NameSpace.GetItemFromID.md)** method of the **[NameSpace](Outlook.NameSpace.md)** object to obtain a full item, such as a **[MailItem](Outlook.MailItem.md)** or **[ContactItem](Outlook.ContactItem.md)**, that supports read-write operations. For more information on default columns in a **Table**, see [Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
## Example
diff --git a/api/Outlook.Rule.md b/api/Outlook.Rule.md
index 99cd9b96b08..e6d619be698 100644
--- a/api/Outlook.Rule.md
+++ b/api/Outlook.Rule.md
@@ -22,7 +22,7 @@ Both client and server side rules are represented by the **Rule** object.
The Rules object model consists primarily of these objects: **[Rules](Outlook.Rules.md)**, **Rule**, **[RuleActions](./Outlook.RuleActions.md)**, **[RuleConditions](Outlook.RuleConditions.md)**, **[RuleAction](./Outlook.RuleAction.md)**, **[RuleCondition](./Outlook.RuleCondition.md)**, and the derived objects for certain rule actions and rule conditions. It provides partial parity with the Rules and Alerts Wizard in the Outlook user interface. Although it does not support creation of every single rule that you can possibly create using the Wizard, it supports the most commonly used rule actions and conditions.
-For more information on how to programmatically create, edit, and delete rules, see [Manage Rules in the Outlook Object Model](../outlook/How-to/Rules/managing-rules-in-the-outlook-object-model.md) and[How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
+For more information on how to programmatically create, edit, and delete rules, see [Manage Rules in the Outlook Object Model](../outlook/How-to/Rules/managing-rules-in-the-outlook-object-model.md) and [How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
## Methods
diff --git a/api/Outlook.RuleAction.md b/api/Outlook.RuleAction.md
index 47869216a53..ec4e68caf92 100644
--- a/api/Outlook.RuleAction.md
+++ b/api/Outlook.RuleAction.md
@@ -37,7 +37,7 @@ Represents an action that is run when a **[Rule](Outlook.Rule.md)** object exec
The Rules object model provides partial parity with the Rules and Alerts Wizard in the Outlook user interface. It supports the most commonly used rule actions and conditions. Although it does not support creating rules with each rule action or rule condition that the Wizard supports, you can still enumerate and enable these rule actions and conditions in existing rules.
-For more information on rule actions, see [Specifying Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md) and[How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
+For more information on rule actions, see [Specifying Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md) and [How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
## Properties
diff --git a/api/Outlook.RuleActions.md b/api/Outlook.RuleActions.md
index e18c5fbb319..84db2168b36 100644
--- a/api/Outlook.RuleActions.md
+++ b/api/Outlook.RuleActions.md
@@ -22,7 +22,7 @@ The **RuleActions** object is a fixed collection. **RuleAction** objects or typ
The Rules object model provides partial parity with the Rules and Alerts Wizard in the Outlook user interface. It supports the most commonly used rule actions and conditions. Although it does not support creating rules with any rule action or rule condition that the Wizard supports, you can still enumerate and enable these rule actions and conditions in existing rules.
-For more information on rule actions, see [Specifying Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md) and[How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
+For more information on rule actions, see [Specifying Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md) and [How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
## Methods
diff --git a/api/Outlook.RuleCondition.Enabled.md b/api/Outlook.RuleCondition.Enabled.md
index 7b641049e81..de76a5caebb 100644
--- a/api/Outlook.RuleCondition.Enabled.md
+++ b/api/Outlook.RuleCondition.Enabled.md
@@ -27,7 +27,7 @@ Returns or sets a **Boolean** that determines if the **[RuleCondition](Outlook.
After you enable a rule condition, you must also save the rule by using **[Rules.Save](Outlook.Rules.Save.md)** so that the rule condition and its enabled state will persist beyond the current session. A rule condition is only enabled after it has been saved successfully.
-Returns an error if you attempt to enable a rule condition that is supported only on a rule of type **olRuleSend** for a rule of type **olRuleReceive** , or vice versa. For more information on suppport by rules for receiving messages or rules for sending messages, see[Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
+Returns an error if you attempt to enable a rule condition that is supported only on a rule of type **olRuleSend** for a rule of type **olRuleReceive** , or vice versa. For more information on suppport by rules for receiving messages or rules for sending messages, see [Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
You cannot enable or disable a condition of type **olConditionOtherMachine** . This type of rule condition indicates that the rule can run only on a specific computer that is not the current one. This happens when the rule is created on that computer and the rule condition **olConditionLocalMachineOnly** is enabled, indicating that the rule can run only on that computer. When you run the same rule on another computer, the rule will show that the condition **olConditionOtherMachine** is enabled.
diff --git a/api/Outlook.RuleCondition.md b/api/Outlook.RuleCondition.md
index b632d39ed94..3224d500cb9 100644
--- a/api/Outlook.RuleCondition.md
+++ b/api/Outlook.RuleCondition.md
@@ -43,7 +43,7 @@ The **RuleCondition** object represents either a condition that must be met bef
The Rules object model provides partial parity with the Rules and Alerts Wizard in the Outlook user interface. It supports the most commonly used rule actions and conditions. Although it does not support creating rules with each rule action or rule condition that the Wizard supports, you can still enumerate and enable these rule actions and conditions in existing rules.
-For more information on rule conditions, see [Specifying Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md) and[How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
+For more information on rule conditions, see [Specifying Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md) and [How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
## Properties
diff --git a/api/Outlook.RuleConditions.md b/api/Outlook.RuleConditions.md
index ef5722cccbf..9ebf59fbc88 100644
--- a/api/Outlook.RuleConditions.md
+++ b/api/Outlook.RuleConditions.md
@@ -24,7 +24,7 @@ The **RuleConditions** object is a fixed collection. A **RuleCondition** object
The Rules object model provides partial parity with the Rules and Alerts Wizard in the Outlook user interface. It supports the most commonly used rule actions and conditions. Although it does not support creating rules with any rule action or rule condition that the Wizard supports, you can still enumerate and enable these rule actions and conditions in existing rules.
-For more information on rule conditions, see [Specifying Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md) and[How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
+For more information on rule conditions, see [Specifying Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md) and [How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
## Methods
diff --git a/api/Outlook.Rules.Save.md b/api/Outlook.Rules.Save.md
index 805781cf475..1156e71d0ef 100644
--- a/api/Outlook.Rules.Save.md
+++ b/api/Outlook.Rules.Save.md
@@ -35,7 +35,7 @@ Saves all rules in the **[Rules](Outlook.Rules.md)** collection.
After you enable a rule, you must also save the rule by using **Rules.Save** so that the rule and its enabled state will persist beyond the current session. A rule is only enabled after it has been saved successfully.
- **Rules.Save** can be an expensive operation in terms of performance on slow connections to Exchange server. For more information on using the progress dialog box, see[Manage Rules in the Outlook Object Model](../outlook/How-to/Rules/managing-rules-in-the-outlook-object-model.md).
+ **Rules.Save** can be an expensive operation in terms of performance on slow connections to Exchange server. For more information on using the progress dialog box, see [Manage Rules in the Outlook Object Model](../outlook/How-to/Rules/managing-rules-in-the-outlook-object-model.md).
Saving rules that are incompatible or have improperly defined actions or conditions (such as an empty string for **[TextRuleCondition.Text](Outlook.TextRuleCondition.Text.md)**) will return an error.
diff --git a/api/Outlook.Rules.md b/api/Outlook.Rules.md
index cad00cd2160..59838344e11 100644
--- a/api/Outlook.Rules.md
+++ b/api/Outlook.Rules.md
@@ -20,7 +20,7 @@ Represents a set of **[Rule](Outlook.Rule.md)** objects that are the rules avai
The Rules object model consists primarily of these objects: **Rules**, **Rule**, **[RuleActions](./Outlook.RuleActions.md)**, **[RuleConditions](Outlook.RuleConditions.md)**, **[RuleAction](./Outlook.RuleAction.md)**, **[RuleCondition](./Outlook.RuleCondition.md)**, and the derived objects for certain rule actions and rule conditions. It provides partial parity with the Rules and Alerts Wizard in the Outlook user interface. Although it does not support creation of every single rule that you can possibly create using the Wizard, it supports the most commonly used rule actions and conditions.
-For more information on how to programmatically create, edit, and delete rules, see [Managing Rules in the Outlook Object Model](../outlook/How-to/Rules/managing-rules-in-the-outlook-object-model.md) and[How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
+For more information on how to programmatically create, edit, and delete rules, see [Managing Rules in the Outlook Object Model](../outlook/How-to/Rules/managing-rules-in-the-outlook-object-model.md) and [How to: Create a Rule to Move Specific E-mails to a Folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md).
## Methods
diff --git a/api/Outlook.Search.GetTable.md b/api/Outlook.Search.GetTable.md
index 83e919716d4..a8f37a66363 100644
--- a/api/Outlook.Search.GetTable.md
+++ b/api/Outlook.Search.GetTable.md
@@ -32,9 +32,9 @@ A **Table** that contains items that meet the criteria specified by the _Filter
Unlike **[Folder.GetTable](Outlook.Folder.GetTable.md)** , **Search.GetTable** does not accept a _Filter_ parameter. The filter for the **Table** is determined by **[Search.Filter](Outlook.Search.Filter.md)** . Since **Search.Filter** is a read-only property, the _Filter_ parameter for the **Application.AdvancedSearch** method establishes the filter for the **Table** object returned by **Search.GetTable** .
-The _Filter_ parameter supplied to **Application.AdvancedSearch** must be a DASL query. The filter for **AdvancedSearch** will not accept a JET query. Do not prefix a DASL query for **AdvancedSearch** with "@SQL=". If you add the "@SQL=" prefix, your query will raise an error. For more information on filters, see[Filtering Items](../outlook/How-to/Search-and-Filter/filtering-items.md).
+The _Filter_ parameter supplied to **Application.AdvancedSearch** must be a DASL query. The filter for **AdvancedSearch** will not accept a JET query. Do not prefix a DASL query for **AdvancedSearch** with "@SQL=". If you add the "@SQL=" prefix, your query will raise an error. For more information on filters, see [Filtering Items](../outlook/How-to/Search-and-Filter/filtering-items.md).
- **Search.GetTable** returns a **Table** with the default column set for the folder type of the parent **Folder** . To modify the default column set, use the **[Add](Outlook.Columns.Add.md)** , **[Remove](Outlook.Columns.Remove.md)** , or **[RemoveAll](Outlook.Columns.RemoveAll.md)** methods of the **[Columns](Outlook.Columns.md)** collection object. For more information on default column sets, see[Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
+ **Search.GetTable** returns a **Table** with the default column set for the folder type of the parent **Folder** . To modify the default column set, use the **[Add](Outlook.Columns.Add.md)** , **[Remove](Outlook.Columns.Remove.md)** , or **[RemoveAll](Outlook.Columns.RemoveAll.md)** methods of the **[Columns](Outlook.Columns.md)** collection object. For more information on default column sets, see [Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
Unlike **Folder.GetTable** , you cannot use **[Table.Restrict](Outlook.Table.Restrict.md)** to apply subsequent filters to a **Table** that is based on the **Search** object. Specify a new filter in **Application.AdvancedSearch** to re-apply a filter.
diff --git a/api/Outlook.SelectNamesDialog.md b/api/Outlook.SelectNamesDialog.md
index d0061b0d286..c5e262c8eaf 100644
--- a/api/Outlook.SelectNamesDialog.md
+++ b/api/Outlook.SelectNamesDialog.md
@@ -20,7 +20,7 @@ Displays the **Select Names** dialog box for the user to select entries from on
You can instantiate an instance of the **SelectNamesDialog** object by calling **[NameSpace.GetSelectNamesDialog](Outlook.NameSpace.GetSelectNamesDialog.md)**.
-The dialog box displayed by **[SelectNamesDialog.Display](Outlook.SelectNamesDialog.Display.md)** is similar to the **Select Names** dialog box in the Outlook user interface. It observes the size and position settings of the built-in **Select Names** dialog box. However, its default state does not show **Message Recipients** above the **To**, **Cc**, and **Bcc** edit boxes. For more information on using the **SelectNamesDialog** object to display the **Select Names** dialog box, see[Display Names from the Address Book](../outlook/Concepts/Address-Book/display-names-from-the-address-book.md).
+The dialog box displayed by **[SelectNamesDialog.Display](Outlook.SelectNamesDialog.Display.md)** is similar to the **Select Names** dialog box in the Outlook user interface. It observes the size and position settings of the built-in **Select Names** dialog box. However, its default state does not show **Message Recipients** above the **To**, **Cc**, and **Bcc** edit boxes. For more information on using the **SelectNamesDialog** object to display the **Select Names** dialog box, see [Display Names from the Address Book](../outlook/Concepts/Address-Book/display-names-from-the-address-book.md).
## Example
diff --git a/api/Outlook.SendRuleAction.ActionType.md b/api/Outlook.SendRuleAction.ActionType.md
index 3b6e3481ce3..51798421147 100644
--- a/api/Outlook.SendRuleAction.ActionType.md
+++ b/api/Outlook.SendRuleAction.ActionType.md
@@ -25,7 +25,7 @@ Returns a constant, **olRuleActionRedirect** , from the **[OlRuleActionType](Ou
## Remarks
- The send rule action is supported only by rules for receiving messages. For more information, see[Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
+ The send rule action is supported only by rules for receiving messages. For more information, see [Specify Rule Actions](../outlook/How-to/Rules/specifying-rule-actions.md).
## See also
diff --git a/api/Outlook.SharingItem.AfterWrite.md b/api/Outlook.SharingItem.AfterWrite.md
index 98ae4e6573c..e7750f93bf5 100644
--- a/api/Outlook.SharingItem.AfterWrite.md
+++ b/api/Outlook.SharingItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.SharingItem.BeforeRead.md b/api/Outlook.SharingItem.BeforeRead.md
index 34d7d3263d2..84ca49b7786 100644
--- a/api/Outlook.SharingItem.BeforeRead.md
+++ b/api/Outlook.SharingItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.SolutionsModule.md b/api/Outlook.SolutionsModule.md
index 518207eb740..3cba35d05a2 100644
--- a/api/Outlook.SolutionsModule.md
+++ b/api/Outlook.SolutionsModule.md
@@ -33,7 +33,7 @@ If no solutions have been added to the **Solutions** module, it is not visible
## Example
-To see an example of an add-in that adds folders to the **Solutions** module, see the article[Programming the Outlook 2010 Solutions Module](https://msdn.microsoft.com/en-us/library/ee692173%28office.14%29.aspx) on MSDN. The add-in in the article renames the **Solutions** module as **Solution Demo**, adds calendar, contacts, and tasks folders as subfolders to the solution root folder, sets custom icons for each of the subfolders, and customizes the Navigation Pane to move and enlarge the button for the **Solution Demo** module.
+To see an example of an add-in that adds folders to the **Solutions** module, see the article[Programming the Outlook 2010 Solutions Module](https://msdn.microsoft.com/library/ee692173%28office.14%29.aspx) on MSDN. The add-in in the article renames the **Solutions** module as **Solution Demo**, adds calendar, contacts, and tasks folders as subfolders to the solution root folder, sets custom icons for each of the subfolders, and customizes the Navigation Pane to move and enlarge the button for the **Solution Demo** module.
## Methods
diff --git a/api/Outlook.StorageItem.Delete.md b/api/Outlook.StorageItem.Delete.md
index 4bbab59b7df..1ee64736372 100644
--- a/api/Outlook.StorageItem.Delete.md
+++ b/api/Outlook.StorageItem.Delete.md
@@ -27,7 +27,7 @@ Permanently removes the **[StorageItem](Outlook.StorageItem.md)** object from t
This call allows a solution to clean up or reset the storage for its private data. Attempting to delete a **StorageItem** that has been removed by a prior **StorageItem.Delete** call will result in the error, "Could not complete the deletion."
-For more information on deleting solution data stored in a **StorageItem** object, see[Updating and Deleting Solution Storage](../outlook/How-to/Solution-Storage/updating-and-deleting-solution-storage.md).
+For more information on deleting solution data stored in a **StorageItem** object, see [Updating and Deleting Solution Storage](../outlook/How-to/Solution-Storage/updating-and-deleting-solution-storage.md).
## Example
diff --git a/api/Outlook.StorageItem.Save.md b/api/Outlook.StorageItem.Save.md
index 0ca4f84cf6b..559713468d1 100644
--- a/api/Outlook.StorageItem.Save.md
+++ b/api/Outlook.StorageItem.Save.md
@@ -27,7 +27,7 @@ Saves the **[StorageItem](Outlook.StorageItem.md)** .
If the **StorageItem** has never been saved before, **Save** saves the item as a hidden item in the **[Folder](Outlook.Folder.md)** on which **[Folder.GetStorage](Outlook.Folder.GetStorage.md)** was called. If the **StorageItem** has been saved previously and the item has since been changed, **Save** saves the changes to the item. If the **StorageItem** has been saved previously and the item has not been changed since then, the **Save** method does nothing.
-For more information on saving solution data to a **StorageItem** object, see[Creating and Saving Data to Solution Storage](../outlook/How-to/Solution-Storage/creating-and-saving-data-to-solution-storage.md).
+For more information on saving solution data to a **StorageItem** object, see [Creating and Saving Data to Solution Storage](../outlook/How-to/Solution-Storage/creating-and-saving-data-to-solution-storage.md).
## Example
diff --git a/api/Outlook.StorageItem.md b/api/Outlook.StorageItem.md
index 95f3c12cf58..e31e3b27a96 100644
--- a/api/Outlook.StorageItem.md
+++ b/api/Outlook.StorageItem.md
@@ -37,7 +37,7 @@ Once you have obtained a **StorageItem** object, you can do the following to st
The default message class for a new **StorageItem** is **IPM.Storage**. If the **StorageItem** existed as a hidden message in a version of Outlook prior to Microsoft Office Outlook 2007, the message class will remain unchanged. In order to prevent modification of the message class, **StorageItem** does not expose an explicit **MessageClass** property.
-For more information on storing solution data using the **StorageItem** object, see[Storing Data for Solutions](../outlook/How-to/Solution-Storage/storing-data-for-solutions.md).
+For more information on storing solution data using the **StorageItem** object, see [Storing Data for Solutions](../outlook/How-to/Solution-Storage/storing-data-for-solutions.md).
## Example
diff --git a/api/Outlook.Stores.md b/api/Outlook.Stores.md
index f360f421439..4aad21b2f23 100644
--- a/api/Outlook.Stores.md
+++ b/api/Outlook.Stores.md
@@ -18,7 +18,7 @@ A set of **[Store](Outlook.Store.md)** objects representing all the stores avai
## Remarks
-You can use the **Stores** and **Store** objects to enumerate all folders and search folders on all stores in the current session. For more information on storing Outlook items in folders and stores, see[Storing Outlook Items](../outlook/How-to/Items-Folders-and-Stores/storing-outlook-items.md).
+You can use the **Stores** and **Store** objects to enumerate all folders and search folders on all stores in the current session. For more information on storing Outlook items in folders and stores, see [Storing Outlook Items](../outlook/How-to/Items-Folders-and-Stores/storing-outlook-items.md).
## Example
diff --git a/api/Outlook.Table.Columns.md b/api/Outlook.Table.Columns.md
index 455a67515c2..7c010f64d3e 100644
--- a/api/Outlook.Table.Columns.md
+++ b/api/Outlook.Table.Columns.md
@@ -27,9 +27,9 @@ Returns a **[Columns](Outlook.Columns.md)** collection object that contains the
The **Columns** collection object is the default member of the **Table** object.
-While rows in a **Table** correspond to items in the parent **[Folder](Outlook.Folder.md)** or **[Search](Outlook.Search.md)** object of the **Table** , **Columns** in a **Table** correspond to the properties of these items. Default columns are defined for all folders depending on the parent folder of the **Table** object. For example, the default properties for the Inbox are: **EntryID** , **Subject** , **CreationTime** , **LastModificationTime** , and **MessageClass** . For more information on default properties for a **Table** , see[Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
+While rows in a **Table** correspond to items in the parent **[Folder](Outlook.Folder.md)** or **[Search](Outlook.Search.md)** object of the **Table** , **Columns** in a **Table** correspond to the properties of these items. Default columns are defined for all folders depending on the parent folder of the **Table** object. For example, the default properties for the Inbox are: **EntryID** , **Subject** , **CreationTime** , **LastModificationTime** , and **MessageClass** . For more information on default properties for a **Table** , see [Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
-To add **[Column](Outlook.Column.md)** objects to the **Columns** collection of a **Table** , use **[Columns.Add](Outlook.Columns.Add.md)** . To remove the default column set, use **[Columns.RemoveAll](Outlook.Columns.RemoveAll.md)** . For more information on adjusting columns of a **Table** , see[Adding Columns to a Table Object](../outlook/How-to/Search-and-Filter/adding-columns-to-a-table-object.md).
+To add **[Column](Outlook.Column.md)** objects to the **Columns** collection of a **Table** , use **[Columns.Add](Outlook.Columns.Add.md)** . To remove the default column set, use **[Columns.RemoveAll](Outlook.Columns.RemoveAll.md)** . For more information on adjusting columns of a **Table** , see [Adding Columns to a Table Object](../outlook/How-to/Search-and-Filter/adding-columns-to-a-table-object.md).
## See also
diff --git a/api/Outlook.Table.GetArray.md b/api/Outlook.Table.GetArray.md
index 570e47c09b3..2de338e4542 100644
--- a/api/Outlook.Table.GetArray.md
+++ b/api/Outlook.Table.GetArray.md
@@ -44,7 +44,7 @@ The **GetArray** method offers a conceptually simple means to get values from a
After obtaining the appropriate rows from the **Table** and before it returns, **GetArray** always repositions the current row to the next row in the **Table** , if there exists a next row. `GetArray(n)` operates as if **[Table.GetNextRow](Outlook.Table.GetNextRow.md)** is called n times.
-The values in the columns map to columns in the **Table** , and are therefore determined by the format of the property name used for the column. For more information, see[Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md).
+The values in the columns map to columns in the **Table** , and are therefore determined by the format of the property name used for the column. For more information, see [Factors Affecting Property Value Representation in the Table and View Classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md).
## Example
diff --git a/api/Outlook.Table.Restrict.md b/api/Outlook.Table.Restrict.md
index 47652937557..b839d4e31a9 100644
--- a/api/Outlook.Table.Restrict.md
+++ b/api/Outlook.Table.Restrict.md
@@ -53,9 +53,9 @@ criteria = "[LastModificationTime] < '" & Format$("6/12/2005 3:30PM","General Da
```
-For more information on specifying filters for the **Table** object, see[Filtering Items](../outlook/How-to/Search-and-Filter/filtering-items.md).
+For more information on specifying filters for the **Table** object, see [Filtering Items](../outlook/How-to/Search-and-Filter/filtering-items.md).
-If _Filter_ contains custom properties, those properties must exist in the parent folder of the **Table** object in order for the restriction to work correctly. Certain properties are not supported in a **Table** filter, including binary properties, computed properties, and HTML or RTF body content. For more information, see[Unsupported Properties in a Table Object or Table Filter](../outlook/How-to/Search-and-Filter/unsupported-properties-in-a-table-object-or-table-filter.md).
+If _Filter_ contains custom properties, those properties must exist in the parent folder of the **Table** object in order for the restriction to work correctly. Certain properties are not supported in a **Table** filter, including binary properties, computed properties, and HTML or RTF body content. For more information, see [Unsupported Properties in a Table Object or Table Filter](../outlook/How-to/Search-and-Filter/unsupported-properties-in-a-table-object-or-table-filter.md).
If _Filter_ is a blank string, **Restrict** returns a **Table** object that is identical to the parent **Table** object.
diff --git a/api/Outlook.Table.Sort.md b/api/Outlook.Table.Sort.md
index bb48442efc8..7a9f748cfb8 100644
--- a/api/Outlook.Table.Sort.md
+++ b/api/Outlook.Table.Sort.md
@@ -34,7 +34,7 @@ Sorts the rows of the **[Table](Outlook.Table.md)** by the property specified i
## Remarks
- _SortProperty_ can be any explicit built-in property or custom property, with the exception of binary and multi-valued properties. The property must be referenced by its explicit string name; it cannot be referenced by namespace. For futher information on specifying sort properties, see[Sorting Items in a Folder](../outlook/How-to/Items-Folders-and-Stores/sorting-items-in-a-folder.md).
+ _SortProperty_ can be any explicit built-in property or custom property, with the exception of binary and multi-valued properties. The property must be referenced by its explicit string name; it cannot be referenced by namespace. For futher information on specifying sort properties, see [Sorting Items in a Folder](../outlook/How-to/Items-Folders-and-Stores/sorting-items-in-a-folder.md).
Sorting the table is equivalent to calling a **[MoveToStart](Outlook.Table.MoveToStart.md)** method. The cursor will be positioned to the start of the Table.
diff --git a/api/Outlook.Table.md b/api/Outlook.Table.md
index 5f139b1cf71..78fe9a1ab40 100644
--- a/api/Outlook.Table.md
+++ b/api/Outlook.Table.md
@@ -20,9 +20,9 @@ Represents a set of item data from a **[Folder](Outlook.Folder.md)** or **[Sear
The **Table** represents a read-only dynamic rowset of data in a **Folder** or **Search** object. You can use **[Folder.GetTable](./Outlook.Folder.GetTable.md)** or **[Search.GetTable](./Outlook.Search.GetTable.md)** to obtain a **Table** object that represents a set of items in a folder or search folder. If the **Table** object is obtained from **Folder.GetTable**, you can further specify a filter (in **[Table.Restrict](./Outlook.Table.Restrict.md)**) to obtain a subset of the items in the folder. If you do not specify any filter, you will obtain all the items in the folder.
-By default, each item in the returned **Table** contains only a default subset of its properties. You can regard each row of a **Table** as an item in the folder, each column as a property of the item, and the **Table** as an in-memory lightweight rowset that allows fast enumeration and filtering of items in the folder. Although additions and deletions of the underlying folder are reflected by the rows in the **Table**, the **Table** does not support any events for adding, changing, and removing of rows. If you require a writeable object from the **Table** row, obtain the Entry ID for that row from the default EntryID column in the **Table** and then use the **[GetItemFromID](./Outlook.NameSpace.GetItemFromID.md)** method of the **[NameSpace](Outlook.NameSpace.md)** object to obtain a full item, such as a **[MailItem](./Outlook.MailItem.md)** or **[ContactItem](Outlook.ContactItem.md)**, that supports read-write operations. For more information on default columns in a **Table**, see[Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
+By default, each item in the returned **Table** contains only a default subset of its properties. You can regard each row of a **Table** as an item in the folder, each column as a property of the item, and the **Table** as an in-memory lightweight rowset that allows fast enumeration and filtering of items in the folder. Although additions and deletions of the underlying folder are reflected by the rows in the **Table**, the **Table** does not support any events for adding, changing, and removing of rows. If you require a writeable object from the **Table** row, obtain the Entry ID for that row from the default EntryID column in the **Table** and then use the **[GetItemFromID](./Outlook.NameSpace.GetItemFromID.md)** method of the **[NameSpace](Outlook.NameSpace.md)** object to obtain a full item, such as a **[MailItem](./Outlook.MailItem.md)** or **[ContactItem](Outlook.ContactItem.md)**, that supports read-write operations. For more information on default columns in a **Table**, see [Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md).
- For more information on the **Table** object, see[Enumerating, Searching, and Filtering Items in a Folder](../outlook/How-to/Search-and-Filter/enumerating-searching-and-filtering-items-in-a-folder.md).
+ For more information on the **Table** object, see [Enumerating, Searching, and Filtering Items in a Folder](../outlook/How-to/Search-and-Filter/enumerating-searching-and-filtering-items-in-a-folder.md).
## Example
diff --git a/api/Outlook.TableView.GetTable.md b/api/Outlook.TableView.GetTable.md
index 9dbbe51214b..3137a0c5e0b 100644
--- a/api/Outlook.TableView.GetTable.md
+++ b/api/Outlook.TableView.GetTable.md
@@ -36,7 +36,7 @@ The **GetTable** method of the **TableView** object returns a table of items fr
The filter for the resultant table is set by the **[Filter](Outlook.TableView.Filter.md)** property of the **TableView** object. If the **Filter** property of the **TableView** object is not empty, **GetTable** returns a **Table** object with rows that represent the filtered subset of items available in the view. If subsequently, the **[Table.Restrict](Outlook.Table.Restrict.md)** method is called on the resultant table, applying the **Restrict** method is equivalent to a logical AND operation with the filter represented by **TableView.Filter** .
- **GetTable** returns a **Table** with the default column set. **GetTable** does not return a **Table** that contains columns for each field in the **[ViewFields](Outlook.ViewFields.md)** collection of the current view. For more information on the default column set of a table based on the folder type, see[Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md). To modify the default column set, use the **[Add](Outlook.Columns.Add.md)** , **[Remove](Outlook.Columns.Remove.md)** , or **[RemoveAll](Outlook.Columns.RemoveAll.md)** methods of the **[Columns](Outlook.Columns.md)** collection object. Properties that you cannot add to a table as columns are listed in[Unsupported Properties in a Table Object or Table Filter](../outlook/How-to/Search-and-Filter/unsupported-properties-in-a-table-object-or-table-filter.md).
+ **GetTable** returns a **Table** with the default column set. **GetTable** does not return a **Table** that contains columns for each field in the **[ViewFields](Outlook.ViewFields.md)** collection of the current view. For more information on the default column set of a table based on the folder type, see [Default Properties Displayed in a Table Object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md). To modify the default column set, use the **[Add](Outlook.Columns.Add.md)** , **[Remove](Outlook.Columns.Remove.md)** , or **[RemoveAll](Outlook.Columns.RemoveAll.md)** methods of the **[Columns](Outlook.Columns.md)** collection object. Properties that you cannot add to a table as columns are listed in [Unsupported Properties in a Table Object or Table Filter](../outlook/How-to/Search-and-Filter/unsupported-properties-in-a-table-object-or-table-filter.md).
The order of rows in the resultant table is not guaranteed to be the same as the order of items in the current view on which **GetTable** is based. For example, **GetTable** does not return a table with a row that represents a group-by header in the view. To sort the rows in the table returned from **GetTable** , use the **[Sort](Outlook.Table.Sort.md)** method of the **Table** object.
diff --git a/api/Outlook.TaskItem.AfterWrite.md b/api/Outlook.TaskItem.AfterWrite.md
index ec02a9eebab..3e6d20f6ced 100644
--- a/api/Outlook.TaskItem.AfterWrite.md
+++ b/api/Outlook.TaskItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TaskItem.BeforeRead.md b/api/Outlook.TaskItem.BeforeRead.md
index a70cf513f11..f43cf6e3bba 100644
--- a/api/Outlook.TaskItem.BeforeRead.md
+++ b/api/Outlook.TaskItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TaskRequestAcceptItem.AfterWrite.md b/api/Outlook.TaskRequestAcceptItem.AfterWrite.md
index 7883296623a..01ea51e1ee9 100644
--- a/api/Outlook.TaskRequestAcceptItem.AfterWrite.md
+++ b/api/Outlook.TaskRequestAcceptItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TaskRequestAcceptItem.BeforeRead.md b/api/Outlook.TaskRequestAcceptItem.BeforeRead.md
index dcd361d5a10..ad5add24a72 100644
--- a/api/Outlook.TaskRequestAcceptItem.BeforeRead.md
+++ b/api/Outlook.TaskRequestAcceptItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TaskRequestDeclineItem.AfterWrite.md b/api/Outlook.TaskRequestDeclineItem.AfterWrite.md
index dabdf8e2387..45250c9661d 100644
--- a/api/Outlook.TaskRequestDeclineItem.AfterWrite.md
+++ b/api/Outlook.TaskRequestDeclineItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TaskRequestDeclineItem.BeforeRead.md b/api/Outlook.TaskRequestDeclineItem.BeforeRead.md
index ea20df14af1..8f1c925fbdb 100644
--- a/api/Outlook.TaskRequestDeclineItem.BeforeRead.md
+++ b/api/Outlook.TaskRequestDeclineItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TaskRequestItem.AfterWrite.md b/api/Outlook.TaskRequestItem.AfterWrite.md
index d5adec5662a..d3d8e457182 100644
--- a/api/Outlook.TaskRequestItem.AfterWrite.md
+++ b/api/Outlook.TaskRequestItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TaskRequestItem.BeforeRead.md b/api/Outlook.TaskRequestItem.BeforeRead.md
index bd8024b729b..a9eef9288af 100644
--- a/api/Outlook.TaskRequestItem.BeforeRead.md
+++ b/api/Outlook.TaskRequestItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.15%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.15%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.15%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.15%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TaskRequestUpdateItem.AfterWrite.md b/api/Outlook.TaskRequestUpdateItem.AfterWrite.md
index dbebd8e9cf5..cc1d1ab53f1 100644
--- a/api/Outlook.TaskRequestUpdateItem.AfterWrite.md
+++ b/api/Outlook.TaskRequestUpdateItem.AfterWrite.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **AfterWri
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
+The object obtained from the **MAPIOBJECT** property in this event must contain all the changes persisted by Outlook. The implementer can call the **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** method on the **IMessage** object to persist changes to the underlying **IMessage** object represented by **MAPIOBJECT** , and Outlook will not revert those changes.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TaskRequestUpdateItem.BeforeRead.md b/api/Outlook.TaskRequestUpdateItem.BeforeRead.md
index 3c414199110..f2681b5f027 100644
--- a/api/Outlook.TaskRequestUpdateItem.BeforeRead.md
+++ b/api/Outlook.TaskRequestUpdateItem.BeforeRead.md
@@ -35,9 +35,9 @@ Only the following members of the item object can be accessed in the **BeforeRe
- **MAPIOBJECT**
-The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/en-us/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/en-us/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/en-us/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
+The **MAPIOBJECT** property is a hidden property in the Outlook object model. This property provides access to the underlying MAPI **[IMessage](https://msdn.microsoft.com/library/cc842097%28office.14%29.aspx)** object, and can be invoked only via the **[IUnknown](https://msdn.microsoft.com/library/ms680509%28VS.85%29.aspx)** interface. The property is accessible to programs written in languages such as C or C++ that support **IUnknown** . **MAPIOBJECT** is not available through the **[IDispatch](https://msdn.microsoft.com/library/ms221608.aspx)** interface. Development languages such as Visual Basic for Applications (VBA), Visual C#, and Visual Basic support the **IDispatch** interface and not **IUnknown** , and therefore, they cannot access **MAPIOBJECT** . If other properties or methods of the parent item are accessed in this event, Outlook raises an error.
-If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/en-us/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
+If the implementer accesses the underlying **IMessage** object and changes properties on that object, Outlook will render that item reflecting the changes to the **IMessage** object. The implementer does not have to call **[SaveChanges](https://msdn.microsoft.com/library/cc842181%28office.14%29.aspx)** on the **IMessage** object to cause the changes to be reflected in Outlook.
Implementers must release the object obtained from the **MAPIOBJECT** property in the event before the event completes. Attempting to use that object outside the context of the event is unsupported and will lead to unpredictable behavior.
diff --git a/api/Outlook.TextRuleCondition.ConditionType.md b/api/Outlook.TextRuleCondition.ConditionType.md
index 6057246f796..717cf409abd 100644
--- a/api/Outlook.TextRuleCondition.ConditionType.md
+++ b/api/Outlook.TextRuleCondition.ConditionType.md
@@ -25,7 +25,7 @@ Returns a constant from the **[OlRuleConditionType](Outlook.OlRuleConditionType
## Remarks
-The value of **ConditionType** depends on the type of rule condition, as several types of rule conditions use the **[TextRuleCondition](Outlook.TextRuleCondition.md)** object: **olConditionBody** , **olConditionBodyOrSubject** , **olConditionMessageHeader** , and **olConditionSubject** . Except for **olConditionMessageHeader** , which is supported only by rules for receiving messages, all these types of conditions are supported by rules for receiving messages as well as rules for sending messages. For more information, see[Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
+The value of **ConditionType** depends on the type of rule condition, as several types of rule conditions use the **[TextRuleCondition](Outlook.TextRuleCondition.md)** object: **olConditionBody** , **olConditionBodyOrSubject** , **olConditionMessageHeader** , and **olConditionSubject** . Except for **olConditionMessageHeader** , which is supported only by rules for receiving messages, all these types of conditions are supported by rules for receiving messages as well as rules for sending messages. For more information, see [Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
## See also
diff --git a/api/Outlook.TextRuleCondition.Enabled.md b/api/Outlook.TextRuleCondition.Enabled.md
index 393ed39f7b8..1cc2ac4b327 100644
--- a/api/Outlook.TextRuleCondition.Enabled.md
+++ b/api/Outlook.TextRuleCondition.Enabled.md
@@ -27,7 +27,7 @@ Returns or sets a **Boolean** that determines if the rule condition is enabled.
After you enable a rule condition, you must also save the rule by using **[Rules.Save](Outlook.Rules.Save.md)** so that the rule condition and its enabled state will persist beyond the current session. A rule condition is only enabled after it have been saved successfully.
-Returns an error if you attempt to enable a rule condition that is supported only on a rule of type **olRuleSend** for a rule of type **olRuleReceive** , or vice versa. For more information on suppport by rules for receiving messages or rules for sending messages, see[Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
+Returns an error if you attempt to enable a rule condition that is supported only on a rule of type **olRuleSend** for a rule of type **olRuleReceive** , or vice versa. For more information on suppport by rules for receiving messages or rules for sending messages, see [Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
## See also
diff --git a/api/Outlook.ToOrFromRuleCondition.ConditionType.md b/api/Outlook.ToOrFromRuleCondition.ConditionType.md
index ed37363b624..de35f2a2b1d 100644
--- a/api/Outlook.ToOrFromRuleCondition.ConditionType.md
+++ b/api/Outlook.ToOrFromRuleCondition.ConditionType.md
@@ -25,7 +25,7 @@ Returns a constant from the **[OlRuleConditionType](Outlook.OlRuleConditionType
## Remarks
- **ConditionType** depends on the type of rule condition, as two types of rule conditions use the **[ToOrFromRuleCondition](Outlook.ToOrFromRuleCondition.md)** object: **olConditionFrom** and **olConditionSentTo** . **olConditionFrom** is supported only by rules for receiving messages, while **olConditionSentTo** is supported by rules for receiving messages as well as rules for sending messages. For more information, see[Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
+ **ConditionType** depends on the type of rule condition, as two types of rule conditions use the **[ToOrFromRuleCondition](Outlook.ToOrFromRuleCondition.md)** object: **olConditionFrom** and **olConditionSentTo** . **olConditionFrom** is supported only by rules for receiving messages, while **olConditionSentTo** is supported by rules for receiving messages as well as rules for sending messages. For more information, see [Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
## See also
diff --git a/api/Outlook.ToOrFromRuleCondition.Enabled.md b/api/Outlook.ToOrFromRuleCondition.Enabled.md
index 732557f7ac9..530c3d44e23 100644
--- a/api/Outlook.ToOrFromRuleCondition.Enabled.md
+++ b/api/Outlook.ToOrFromRuleCondition.Enabled.md
@@ -27,7 +27,7 @@ Returns a **Boolean** value that indicates whether the rule condition is enable
After you enable a rule condition, you must also save the rule by using **[Rules.Save](Outlook.Rules.Save.md)** so that the rule condition and its enabled state will persist beyond the current session. A rule condition is only enabled after it have been saved successfully.
-Returns an error if you attempt to enable a rule condition that is supported only on a rule of type **olRuleSend** for a rule of type **olRuleReceive** , or vice versa. For more information on suppport by rules for receiving messages or rules for sending messages, see[Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
+Returns an error if you attempt to enable a rule condition that is supported only on a rule of type **olRuleSend** for a rule of type **olRuleReceive** , or vice versa. For more information on suppport by rules for receiving messages or rules for sending messages, see [Specify Rule Conditions](../outlook/How-to/Rules/specifying-rule-conditions.md).
## See also
diff --git a/api/Outlook.UserDefinedProperties.Add.md b/api/Outlook.UserDefinedProperties.Add.md
index 5c6ec70575c..a0db870c4fe 100644
--- a/api/Outlook.UserDefinedProperties.Add.md
+++ b/api/Outlook.UserDefinedProperties.Add.md
@@ -31,7 +31,7 @@ Creates a new **[UserDefinedProperty](Outlook.UserDefinedProperty.md)** object
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new user-defined property.|
| _Type_|Required| **[OlUserPropertyType](Outlook.OlUserPropertyType.md)**|The type of the new user-defined property.|
-| _DisplayFormat_|Optional| **Variant**|The display format of the new user-defined property. This parameter can be set to a value from one of several different enumerations, determined by the **OlUserPropertyType** constant specified in the _Type_ parameter. For more information on how _Type_ and _DisplayFormat_ interact, see[DisplayFormat Property](Outlook.UserDefinedProperty.DisplayFormat.md).|
+| _DisplayFormat_|Optional| **Variant**|The display format of the new user-defined property. This parameter can be set to a value from one of several different enumerations, determined by the **OlUserPropertyType** constant specified in the _Type_ parameter. For more information on how _Type_ and _DisplayFormat_ interact, see [DisplayFormat Property](Outlook.UserDefinedProperty.DisplayFormat.md).|
| _Formula_|Optional| **Variant**|The formula used to calculate values for the new user-defined property. This parameter is ignored if the _Type_ parameter is set to any value other than **olCombination** or **olFormula** .|
### Return Value
diff --git a/api/Outlook.UserProperties.Add.md b/api/Outlook.UserProperties.Add.md
index 03b2db29628..c55c53ac629 100644
--- a/api/Outlook.UserProperties.Add.md
+++ b/api/Outlook.UserProperties.Add.md
@@ -32,7 +32,7 @@ Creates a new user property in the **[UserProperties](Outlook.UserProperties.md
| _Name_|Required| **String**|The name of the property. The maximum length is 64 characters. The characters, '[', ']', '_' and '#', are not permitted in the name.|
| _Type_|Required| **[OlUserPropertyType](Outlook.OlUserPropertyType.md)**|The type of the new property.|
| _AddToFolderFields_|Optional| **Boolean**| **True** if the property will be added as a custom field to the folder that the item is in. This field can be displayed in the folder's view. **False** if the property will be added as a custom field to the item but not to the folder. The default value is **True** .|
-| _DisplayFormat_|Optional| **Long**|Specifies how the property will be displayed in the Outlook user interface. This parameter can be set to a value from one of several different enumerations, determined by the **OlUserPropertyType** constant specified in the _Type_ parameter. For more information on how _Type_ and _DisplayFormat_ interact, see[DisplayFormat Property](Outlook.UserDefinedProperty.DisplayFormat.md).|
+| _DisplayFormat_|Optional| **Long**|Specifies how the property will be displayed in the Outlook user interface. This parameter can be set to a value from one of several different enumerations, determined by the **OlUserPropertyType** constant specified in the _Type_ parameter. For more information on how _Type_ and _DisplayFormat_ interact, see [DisplayFormat Property](Outlook.UserDefinedProperty.DisplayFormat.md).|
### Return Value
diff --git a/api/Outlook.ViewFields.Add.md b/api/Outlook.ViewFields.Add.md
index 3f391ce654d..9715cc72a0b 100644
--- a/api/Outlook.ViewFields.Add.md
+++ b/api/Outlook.ViewFields.Add.md
@@ -40,13 +40,13 @@ A **ViewField** object that represents the new view field.
To programmatically add a custom field to a view, use the **ViewFields.Add** method. This is the recommended way to dynamically change the view over setting the **[XML](Outlook.View.XML.md)** property of the **[View](Outlook.View.md)** object.
-Referencing the property in _PropertyName_ by its field name requires the localized name in the corresponding locale. For more information on referencing properties by namespace, see[Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
+Referencing the property in _PropertyName_ by its field name requires the localized name in the corresponding locale. For more information on referencing properties by namespace, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).
If you are adding a custom property to the **ViewFields** collection, the property must exist in the **[UserDefinedProperties](Outlook.Folder.UserDefinedProperties.md)** collection for the View?s parent folder.
If the property already exists in the **ViewFields** collection, Outlook will raise an error.
-Certain properties cannot be added to a view using **ViewFields.Add** , including binary properties, computed properties, and HTML or RTF body content. For more information, see[Unsupported Properties in a Table Object or Table Filter](../outlook/How-to/Search-and-Filter/unsupported-properties-in-a-table-object-or-table-filter.md).
+Certain properties cannot be added to a view using **ViewFields.Add** , including binary properties, computed properties, and HTML or RTF body content. For more information, see [Unsupported Properties in a Table Object or Table Filter](../outlook/How-to/Search-and-Filter/unsupported-properties-in-a-table-object-or-table-filter.md).
## Example
diff --git a/api/Outlook.appointmentitem.readcomplete.md b/api/Outlook.appointmentitem.readcomplete.md
index ed3ca113e4e..6432f7dae35 100644
--- a/api/Outlook.appointmentitem.readcomplete.md
+++ b/api/Outlook.appointmentitem.readcomplete.md
@@ -27,7 +27,7 @@ Occurs when Outlook has completed reading the properties of the item.
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.AppointmentItem.BeforeRead.md) event and before the[Read](Outlook.AppointmentItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.AppointmentItem.BeforeRead.md) event and before the [Read](Outlook.AppointmentItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.AppointmentItem.Unload.md) event.
diff --git a/api/Outlook.contactitem.readcomplete.md b/api/Outlook.contactitem.readcomplete.md
index e9829066df1..5d187526312 100644
--- a/api/Outlook.contactitem.readcomplete.md
+++ b/api/Outlook.contactitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.ContactItem.BeforeRead.md) event and before the[Read](Outlook.ContactItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.ContactItem.BeforeRead.md) event and before the [Read](Outlook.ContactItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.ContactItem.Unload.md) event.
diff --git a/api/Outlook.distlistitem.readcomplete.md b/api/Outlook.distlistitem.readcomplete.md
index ca00b81ac2d..d7a63708866 100644
--- a/api/Outlook.distlistitem.readcomplete.md
+++ b/api/Outlook.distlistitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.DistListItem.BeforeRead.md) event and before the[Read](Outlook.DistListItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.DistListItem.BeforeRead.md) event and before the [Read](Outlook.DistListItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.DistListItem.Unload.md) event.
diff --git a/api/Outlook.documentitem.readcomplete.md b/api/Outlook.documentitem.readcomplete.md
index d6f1db68fec..299d3503be7 100644
--- a/api/Outlook.documentitem.readcomplete.md
+++ b/api/Outlook.documentitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.DocumentItem.BeforeRead.md) event and before the[Read](Outlook.DocumentItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.DocumentItem.BeforeRead.md) event and before the [Read](Outlook.DocumentItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.DocumentItem.Unload.md) event.
diff --git a/api/Outlook.exchangedistributionlist.getunifiedgroup.md b/api/Outlook.exchangedistributionlist.getunifiedgroup.md
index 4108f0e329d..2da92a06226 100644
--- a/api/Outlook.exchangedistributionlist.getunifiedgroup.md
+++ b/api/Outlook.exchangedistributionlist.getunifiedgroup.md
@@ -23,7 +23,7 @@ Determines if the object is a unified group, by way of a call to [IsUnifiedGroup
### Return Value
-Returns the **Outlook.Folder** object associated with the group using the **GetUnifiedGroup** and[ExchangeDistributionList.GetUnifiedGroupFromStore Method (Outlook)](Outlook.exchangedistributionlist.getunifiedgroupfromstore.md) methods.
+Returns the **Outlook.Folder** object associated with the group using the **GetUnifiedGroup** and [ExchangeDistributionList.GetUnifiedGroupFromStore Method (Outlook)](Outlook.exchangedistributionlist.getunifiedgroupfromstore.md) methods.
## See also
diff --git a/api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md b/api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md
index 5f508375e63..09bff73a477 100644
--- a/api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md
+++ b/api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md
@@ -11,7 +11,7 @@ ms.prod: outlook
# ExchangeDistributionList.GetUnifiedGroupFromStore Method (Outlook)
-Determines if the object is a unified group (by way of a call to [IsUnifiedGroup](Outlook.exchangedistributionlist.isunifiedgroup.md)) and returns the **Outlook.Folder** object associated with the group using the[GetUnifiedGroup](Outlook.exchangedistributionlist.getunifiedgroup.md) and **GetUnifiedGroupFromStore** methods.
+Determines if the object is a unified group (by way of a call to [IsUnifiedGroup](Outlook.exchangedistributionlist.isunifiedgroup.md)) and returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](Outlook.exchangedistributionlist.getunifiedgroup.md) and **GetUnifiedGroupFromStore** methods.
## Syntax
@@ -23,7 +23,7 @@ Determines if the object is a unified group (by way of a call to [IsUnifiedGroup
### Return Value
-Returns the **Outlook.Folder** object associated with the group using the[GetUnifiedGroup](Outlook.exchangedistributionlist.getunifiedgroup.md) and **GetUnifiedGroupFromStore** methods.
+Returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](Outlook.exchangedistributionlist.getunifiedgroup.md) and **GetUnifiedGroupFromStore** methods.
## See also
diff --git a/api/Outlook.exchangedistributionlist.isunifiedgroup.md b/api/Outlook.exchangedistributionlist.isunifiedgroup.md
index 7325fef86b3..ca205bed47d 100644
--- a/api/Outlook.exchangedistributionlist.isunifiedgroup.md
+++ b/api/Outlook.exchangedistributionlist.isunifiedgroup.md
@@ -23,7 +23,7 @@ Determines if the object is a unified group.
### Return Value
-Returns the **Outlook.Folder** object associated with the group using the[GetUnifiedGroup](Outlook.exchangedistributionlist.getunifiedgroup.md) and[GetUnifiedGroupFromStore](Outlook.exchangedistributionlist.getunifiedgroupfromstore.md) methods.
+Returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](Outlook.exchangedistributionlist.getunifiedgroup.md) and [GetUnifiedGroupFromStore](Outlook.exchangedistributionlist.getunifiedgroupfromstore.md) methods.
## See also
diff --git a/api/Outlook.exchangeuser.getunifiedgroup.md b/api/Outlook.exchangeuser.getunifiedgroup.md
index 7284b787d65..4f913523559 100644
--- a/api/Outlook.exchangeuser.getunifiedgroup.md
+++ b/api/Outlook.exchangeuser.getunifiedgroup.md
@@ -23,7 +23,7 @@ Determines if the object is a unified group, by way of a call to [IsUnifiedGroup
### Return Value
-Returns the **Outlook.Folder** object associated with the group using the **GetUnifiedGroup** and[GetUnifiedGroupFromStore](Outlook.exchangeuser.getunifiedgroupfromstore.md) methods.
+Returns the **Outlook.Folder** object associated with the group using the **GetUnifiedGroup** and [GetUnifiedGroupFromStore](Outlook.exchangeuser.getunifiedgroupfromstore.md) methods.
## See also
diff --git a/api/Outlook.exchangeuser.getunifiedgroupfromstore.md b/api/Outlook.exchangeuser.getunifiedgroupfromstore.md
index f823c656b6f..932be263470 100644
--- a/api/Outlook.exchangeuser.getunifiedgroupfromstore.md
+++ b/api/Outlook.exchangeuser.getunifiedgroupfromstore.md
@@ -23,7 +23,7 @@ Determines if the object is a unified group, by way of a call to [IsUnifiedGroup
### Return Value
-Returns the **Outlook.Folder** object associated with the group using the[GetUnifiedGroup](Outlook.exchangeuser.getunifiedgroup.md) and **GetUnifiedGroupFromStore** members.
+Returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](Outlook.exchangeuser.getunifiedgroup.md) and **GetUnifiedGroupFromStore** members.
## See also
diff --git a/api/Outlook.exchangeuser.isunifiedgroup.md b/api/Outlook.exchangeuser.isunifiedgroup.md
index d4f61945846..af196b4c09d 100644
--- a/api/Outlook.exchangeuser.isunifiedgroup.md
+++ b/api/Outlook.exchangeuser.isunifiedgroup.md
@@ -23,7 +23,7 @@ Determines if the object is a unified group.
### Return Value
-Returns the **Outlook.Folder** object associated with the group using the[GetUnifiedGroup](Outlook.exchangeuser.getunifiedgroup.md) and[GetUnifiedGroupFromStore](Outlook.exchangeuser.getunifiedgroupfromstore.md) methods.
+Returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](Outlook.exchangeuser.getunifiedgroup.md) and [GetUnifiedGroupFromStore](Outlook.exchangeuser.getunifiedgroupfromstore.md) methods.
## See also
diff --git a/api/Outlook.journalitem.readcomplete.md b/api/Outlook.journalitem.readcomplete.md
index 4e232cec1a8..57e5d25b973 100644
--- a/api/Outlook.journalitem.readcomplete.md
+++ b/api/Outlook.journalitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.JournalItem.BeforeRead.md) event and before the[Read](Outlook.JournalItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.JournalItem.BeforeRead.md) event and before the [Read](Outlook.JournalItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.JournalItem.Unload.md) event.
diff --git a/api/Outlook.mailitem.readcomplete.md b/api/Outlook.mailitem.readcomplete.md
index 02cb9397c34..6540c77f7b9 100644
--- a/api/Outlook.mailitem.readcomplete.md
+++ b/api/Outlook.mailitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.MailItem.BeforeRead.md) event and before the[Read](Outlook.MailItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.MailItem.BeforeRead.md) event and before the [Read](Outlook.MailItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.MailItem.Unload.md) event.
diff --git a/api/Outlook.meetingitem.readcomplete.md b/api/Outlook.meetingitem.readcomplete.md
index 89ec1e92825..ec17f5b07d2 100644
--- a/api/Outlook.meetingitem.readcomplete.md
+++ b/api/Outlook.meetingitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.MeetingItem.BeforeRead.md) event and before the[Read](Outlook.MeetingItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.MeetingItem.BeforeRead.md) event and before the [Read](Outlook.MeetingItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.MeetingItem.Unload.md) event.
diff --git a/api/Outlook.oldisplaymode.md b/api/Outlook.oldisplaymode.md
index 359b0f0092f..bef4a625f86 100644
--- a/api/Outlook.oldisplaymode.md
+++ b/api/Outlook.oldisplaymode.md
@@ -22,6 +22,6 @@ Describes the nature of the display mode. Possible modes include Normal, Portrai
| **olDisplayModePortraitReadingPane**| **2**|Displays Portrait Reading Pane mode.|
| **olDisplayModePortraitView**| **1**|Displays Portrait View mode.|
-Used by the **DisplayMode** property of the[Explorer.DisplayModeChange](Outlook.explorer.displaymodechange.md) event.
+Used by the **DisplayMode** property of the [Explorer.DisplayModeChange](Outlook.explorer.displaymodechange.md) event.
diff --git a/api/Outlook.olkcontrol.md b/api/Outlook.olkcontrol.md
index 05d67e94e96..b01c7d4299b 100644
--- a/api/Outlook.olkcontrol.md
+++ b/api/Outlook.olkcontrol.md
@@ -16,7 +16,7 @@ Defines a set of control properties common to some Microsoft Outlook controls.
## Remarks
-The members offered by **OlkControl** can apply to most Outlook controls. **OlkControl** provides a class to which you can conveniently cast an Outlook control without resorting to reflection. Although **OlkControl** does not apply to Microsoft Forms 2.0 controls, similar properties are available to Forms 2.0 controls. For more information, see[KB 180972: Additional Control Properties Available for Programming](https://support.microsoft.com/kb/180972).
+The members offered by **OlkControl** can apply to most Outlook controls. **OlkControl** provides a class to which you can conveniently cast an Outlook control without resorting to reflection. Although **OlkControl** does not apply to Microsoft Forms 2.0 controls, similar properties are available to Forms 2.0 controls. For more information, see [KB 180972: Additional Control Properties Available for Programming](https://support.microsoft.com/kb/180972).
## Example
diff --git a/api/Outlook.peopleview.sortfields.md b/api/Outlook.peopleview.sortfields.md
index 93627d5506f..da951808a5e 100644
--- a/api/Outlook.peopleview.sortfields.md
+++ b/api/Outlook.peopleview.sortfields.md
@@ -10,7 +10,7 @@ ms.prod: outlook
# PeopleView.SortFields Property (Outlook)
-Returns an [OrderFields](Outlook.OrderFields.md) object that represents the set of fields by which the items displayed in the[PeopleView](Outlook.peopleview.md) object are ordered. Read-only.
+Returns an [OrderFields](Outlook.OrderFields.md) object that represents the set of fields by which the items displayed in the [PeopleView](Outlook.peopleview.md) object are ordered. Read-only.
## Version information
diff --git a/api/Outlook.peopleview.standard.md b/api/Outlook.peopleview.standard.md
index f1dddca3f3f..22ae6d6d768 100644
--- a/api/Outlook.peopleview.standard.md
+++ b/api/Outlook.peopleview.standard.md
@@ -10,7 +10,7 @@ ms.prod: outlook
# PeopleView.Standard Property (Outlook)
-Returns a **Boolean** value that indicates whether the[PeopleView](Outlook.peopleview.md) object is a built-in Outlook view. Read-only.
+Returns a **Boolean** value that indicates whether the [PeopleView](Outlook.peopleview.md) object is a built-in Outlook view. Read-only.
## Version information
diff --git a/api/Outlook.postitem.readcomplete.md b/api/Outlook.postitem.readcomplete.md
index 048fcbc92dc..39cd6ff86ce 100644
--- a/api/Outlook.postitem.readcomplete.md
+++ b/api/Outlook.postitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.PostItem.BeforeRead.md) event and before the[Read](Outlook.PostItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.PostItem.BeforeRead.md) event and before the [Read](Outlook.PostItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.PostItem.Unload.md) event.
diff --git a/api/Outlook.previewpane.application.md b/api/Outlook.previewpane.application.md
index e2e7f252947..f00e50bc053 100644
--- a/api/Outlook.previewpane.application.md
+++ b/api/Outlook.previewpane.application.md
@@ -11,7 +11,7 @@ ms.prod: outlook
# PreviewPane.Application Property (Outlook)
-Returns the [Application](Outlook.Application.md) object that represents the parent application (Outlook) for the[PreviewPane](Outlook.previewpane.md) Object. Read-only.
+Returns the [Application](Outlook.Application.md) object that represents the parent application (Outlook) for the [PreviewPane](Outlook.previewpane.md) Object. Read-only.
## Syntax
diff --git a/api/Outlook.previewpane.class.md b/api/Outlook.previewpane.class.md
index b4ca52e7bb6..f35464162ed 100644
--- a/api/Outlook.previewpane.class.md
+++ b/api/Outlook.previewpane.class.md
@@ -11,7 +11,7 @@ ms.prod: outlook
# PreviewPane.Class Property (Outlook)
-Returns a constant in the [OlObjectClass](Outlook.OlObjectClass.md) enumeration indicating the class of the[PreviewPane](Outlook.previewpane.md) Object. Read-only.
+Returns a constant in the [OlObjectClass](Outlook.OlObjectClass.md) enumeration indicating the class of the [PreviewPane](Outlook.previewpane.md) Object. Read-only.
## Syntax
diff --git a/api/Outlook.previewpane.session.md b/api/Outlook.previewpane.session.md
index 9ccdfd44c98..116be2d2205 100644
--- a/api/Outlook.previewpane.session.md
+++ b/api/Outlook.previewpane.session.md
@@ -23,7 +23,7 @@ Returns the [NameSpace](Outlook.NameSpace.md) for the current session. Read-only
## Remarks
-The **Session** property and the[GetNamespace](Outlook.Application.GetNamespace.md) method can be used interchangeably to obtain the **NameSpace** object for the current session. Both members serve the same purpose. For example, the following statements do the same function:
+The **Session** property and the [GetNamespace](Outlook.Application.GetNamespace.md) method can be used interchangeably to obtain the **NameSpace** object for the current session. Both members serve the same purpose. For example, the following statements do the same function:
`Set objNamespace = Application.Getnamespace("MAPI")`
diff --git a/api/Outlook.previewpane.wordeditor.md b/api/Outlook.previewpane.wordeditor.md
index 9d5038347f7..4ce332dde0c 100644
--- a/api/Outlook.previewpane.wordeditor.md
+++ b/api/Outlook.previewpane.wordeditor.md
@@ -23,7 +23,7 @@ Returns the Microsoft Word Document Object Model of the message being displayed.
## Remarks
-The **WordEditor** property is only valid if[IsWordMail](Outlook.Inspector.IsWordMail.md) returns True and the[EditorType](Outlook.Inspector.EditorType.md) is **olEditorWord** . The returned **WordDocument** object provides access to most of the Word object model, except for the following members:
+The **WordEditor** property is only valid if[IsWordMail](Outlook.Inspector.IsWordMail.md) returns True and the [EditorType](Outlook.Inspector.EditorType.md) is **olEditorWord** . The returned **WordDocument** object provides access to most of the Word object model, except for the following members:
- Tables.Add
diff --git a/api/Outlook.remoteitem.readcomplete.md b/api/Outlook.remoteitem.readcomplete.md
index c5cc3d30a91..8c3316a7562 100644
--- a/api/Outlook.remoteitem.readcomplete.md
+++ b/api/Outlook.remoteitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.RemoteItem.Read.md) event and before the[Read](Outlook.RemoteItem.BeforeRead.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.RemoteItem.Read.md) event and before the [Read](Outlook.RemoteItem.BeforeRead.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.RemoteItem.Unload.md) event.
diff --git a/api/Outlook.reportitem.readcomplete.md b/api/Outlook.reportitem.readcomplete.md
index c2920febdf6..34e4ac63642 100644
--- a/api/Outlook.reportitem.readcomplete.md
+++ b/api/Outlook.reportitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.ReportItem.BeforeRead.md) event and before the[Read](Outlook.ReportItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.ReportItem.BeforeRead.md) event and before the [Read](Outlook.ReportItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.ReportItem.Unload.md) event.
diff --git a/api/Outlook.sharingitem.readcomplete.md b/api/Outlook.sharingitem.readcomplete.md
index 68b77dc284f..649c51f5d75 100644
--- a/api/Outlook.sharingitem.readcomplete.md
+++ b/api/Outlook.sharingitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.SharingItem.BeforeRead.md) event and before the[Read](Outlook.SharingItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.SharingItem.BeforeRead.md) event and before the [Read](Outlook.SharingItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.SharingItem.Unload.md) event.
diff --git a/api/Outlook.taskitem.readcomplete.md b/api/Outlook.taskitem.readcomplete.md
index 87d01674879..cfad3db2123 100644
--- a/api/Outlook.taskitem.readcomplete.md
+++ b/api/Outlook.taskitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.TaskItem.BeforeRead.md) event and before the[Read](Outlook.TaskItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.TaskItem.BeforeRead.md) event and before the [Read](Outlook.TaskItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.TaskItem.Unload.md) event.
diff --git a/api/Outlook.taskrequestacceptitem.readcomplete.md b/api/Outlook.taskrequestacceptitem.readcomplete.md
index 033ca88c9dd..009a3371933 100644
--- a/api/Outlook.taskrequestacceptitem.readcomplete.md
+++ b/api/Outlook.taskrequestacceptitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.TaskRequestAcceptItem.BeforeRead.md) event and before the[Read](Outlook.TaskRequestAcceptItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.TaskRequestAcceptItem.BeforeRead.md) event and before the [Read](Outlook.TaskRequestAcceptItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.TaskRequestAcceptItem.Unload.md) event.
diff --git a/api/Outlook.taskrequestdeclineitem.readcomplete.md b/api/Outlook.taskrequestdeclineitem.readcomplete.md
index 888ffedcbd0..b69407f5205 100644
--- a/api/Outlook.taskrequestdeclineitem.readcomplete.md
+++ b/api/Outlook.taskrequestdeclineitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.TaskRequestDeclineItem.BeforeRead.md) event and before the[Read](Outlook.TaskRequestDeclineItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.TaskRequestDeclineItem.BeforeRead.md) event and before the [Read](Outlook.TaskRequestDeclineItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.TaskRequestDeclineItem.Unload.md) event.
diff --git a/api/Outlook.taskrequestitem.readcomplete.md b/api/Outlook.taskrequestitem.readcomplete.md
index c4601f1cd46..fcc3c42530d 100644
--- a/api/Outlook.taskrequestitem.readcomplete.md
+++ b/api/Outlook.taskrequestitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.TaskRequestItem.BeforeRead.md) event and before the[Read](Outlook.TaskRequestItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.TaskRequestItem.BeforeRead.md) event and before the [Read](Outlook.TaskRequestItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.TaskRequestItem.Unload.md) event.
diff --git a/api/Outlook.taskrequestupdateitem.readcomplete.md b/api/Outlook.taskrequestupdateitem.readcomplete.md
index 33769c85b37..e41ae970cf1 100644
--- a/api/Outlook.taskrequestupdateitem.readcomplete.md
+++ b/api/Outlook.taskrequestupdateitem.readcomplete.md
@@ -32,7 +32,7 @@ Version Added: Outlook 2013
## Remarks
-The **ReadComplete** event occurs after the[BeforeRead](Outlook.TaskRequestUpdateItem.BeforeRead.md) event and before the[Read](Outlook.TaskRequestUpdateItem.Read.md) event for the item.
+The **ReadComplete** event occurs after the [BeforeRead](Outlook.TaskRequestUpdateItem.BeforeRead.md) event and before the [Read](Outlook.TaskRequestUpdateItem.Read.md) event for the item.
To determine when the item is unloaded from memory, use the [Unload](Outlook.TaskRequestUpdateItem.Unload.md) event.
diff --git a/api/PowerPoint.ActionSetting.md b/api/PowerPoint.ActionSetting.md
index d46726483f3..d040c31f9b4 100644
--- a/api/PowerPoint.ActionSetting.md
+++ b/api/PowerPoint.ActionSetting.md
@@ -20,7 +20,7 @@ Contains information about how the specified shape or text range reacts to mouse
The **ActionSetting** object is a member of the **[ActionSettings](./PowerPoint.ActionSettings.md)** collection. The **ActionSettings** collection contains one **ActionSetting** object that represents how the specified object reacts when the user clicks it during a slide show and one **ActionSetting** object that represents how the specified object reacts when the user moves the mouse pointer over it during a slide show.
-If you've set properties of the **ActionSetting** object that don't seem to be taking effect, make sure that you've set the[Action](./PowerPoint.ActionSetting.Action.md) property to the appropriate value.
+If you've set properties of the **ActionSetting** object that don't seem to be taking effect, make sure that you've set the [Action](./PowerPoint.ActionSetting.Action.md) property to the appropriate value.
## Example
diff --git a/api/PowerPoint.AddIns.md b/api/PowerPoint.AddIns.md
index 690de38c753..fa969e67e14 100644
--- a/api/PowerPoint.AddIns.md
+++ b/api/PowerPoint.AddIns.md
@@ -29,7 +29,7 @@ For Each ad In AddIns
Next
```
-Use the **[Add](PowerPoint.AddIns.Add.md)** method to add a PowerPoint-specific add-in to the list of those available. The **Add** method adds an add-in to the list but does not load the add-in. To load the add-in, set the[Loaded](PowerPoint.AddIn.Loaded.md)property of the add-in to **True** after you use the **Add** method. You can perform these two actions in a single step, as shown in the following example (note that you use the name of the add-in, not its title, with the **Add** method).
+Use the **[Add](PowerPoint.AddIns.Add.md)** method to add a PowerPoint-specific add-in to the list of those available. The **Add** method adds an add-in to the list but does not load the add-in. To load the add-in, set the [Loaded](PowerPoint.AddIn.Loaded.md)property of the add-in to **True** after you use the **Add** method. You can perform these two actions in a single step, as shown in the following example (note that you use the name of the add-in, not its title, with the **Add** method).
diff --git a/api/PowerPoint.AnimationPoint.md b/api/PowerPoint.AnimationPoint.md
index 8bc579a1f1d..9d8d7ece757 100644
--- a/api/PowerPoint.AnimationPoint.md
+++ b/api/PowerPoint.AnimationPoint.md
@@ -18,7 +18,7 @@ Represents an individual animation point for an animation behavior. The **Anima
## Example
-To add or reference an **AnimationPoint** object, use the[Add](PowerPoint.AnimationPoints.Add.md)or [Item](PowerPoint.AnimationPoints.Item.md)method, respectively. Use the [Time](PowerPoint.AnimationPoint.Time.md)property of an **AnimationPoint** object to set timing between animation points. Use the **[Value](PowerPoint.AnimationPoint.Value.md)** property to set other animation point properties, such as color. The following example adds three animation points to the first behavior in the active presentation's main animation sequence, and then it changes colors at each animation point.
+To add or reference an **AnimationPoint** object, use the [Add](PowerPoint.AnimationPoints.Add.md) or [Item](PowerPoint.AnimationPoints.Item.md)method, respectively. Use the [Time](PowerPoint.AnimationPoint.Time.md)property of an **AnimationPoint** object to set timing between animation points. Use the **[Value](PowerPoint.AnimationPoint.Value.md)** property to set other animation point properties, such as color. The following example adds three animation points to the first behavior in the active presentation's main animation sequence, and then it changes colors at each animation point.
```vb
diff --git a/api/PowerPoint.Application.ColorSchemeChanged.md b/api/PowerPoint.Application.ColorSchemeChanged.md
index c96d106c010..5d4c7d93064 100644
--- a/api/PowerPoint.Application.ColorSchemeChanged.md
+++ b/api/PowerPoint.Application.ColorSchemeChanged.md
@@ -35,7 +35,7 @@ Occurs after a color scheme is changed.
Actions which trigger this event would include actions such as modifying a slide's or slide master's color scheme, or applying a template.
-To access the **Application** events, declare an **Application** variable in the General Declarations section of your code. Then set the variable equal to the **Application** object for which you want to access events. For information about using events with the Microsoft PowerPoint **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+To access the **Application** events, declare an **Application** variable in the General Declarations section of your code. Then set the variable equal to the **Application** object for which you want to access events. For information about using events with the Microsoft PowerPoint **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
## Example
diff --git a/api/PowerPoint.Application.PresentationBeforeSave.md b/api/PowerPoint.Application.PresentationBeforeSave.md
index 8d70c8b2adc..d5f9842c1c2 100644
--- a/api/PowerPoint.Application.PresentationBeforeSave.md
+++ b/api/PowerPoint.Application.PresentationBeforeSave.md
@@ -36,7 +36,7 @@ Occurs before a presentation is saved.
This event is triggered as the **Save As** dialog box appears.
-To access the **Application** events, declare an **Application** variable in the General Declarations section of your code. Then set the variable equal to the **Application** object for which you want to access events. For information about using events with the Microsoft PowerPoint **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+To access the **Application** events, declare an **Application** variable in the General Declarations section of your code. Then set the variable equal to the **Application** object for which you want to access events. For information about using events with the Microsoft PowerPoint **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
## Example
diff --git a/api/PowerPoint.Application.PresentationOpen.md b/api/PowerPoint.Application.PresentationOpen.md
index 47eed3ac0d5..fe77519da75 100644
--- a/api/PowerPoint.Application.PresentationOpen.md
+++ b/api/PowerPoint.Application.PresentationOpen.md
@@ -33,7 +33,7 @@ Occurs after an existing presentation is opened, as it is added to the **[Prese
## Remarks
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
If your Visual Studio solution includes the **Microsoft.Office.Interop.PowerPoint** reference, this event maps to the following types:
diff --git a/api/PowerPoint.Application.PresentationPrint.md b/api/PowerPoint.Application.PresentationPrint.md
index 906687318b1..0ede7387cf2 100644
--- a/api/PowerPoint.Application.PresentationPrint.md
+++ b/api/PowerPoint.Application.PresentationPrint.md
@@ -33,7 +33,7 @@ Occurs before a presentation is printed.
## Remarks
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
## Example
diff --git a/api/PowerPoint.Application.PresentationSave.md b/api/PowerPoint.Application.PresentationSave.md
index a08e3f7b64f..53dbac2ba42 100644
--- a/api/PowerPoint.Application.PresentationSave.md
+++ b/api/PowerPoint.Application.PresentationSave.md
@@ -33,7 +33,7 @@ Occurs before any open presentation is saved.
## Remarks
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
## Example
diff --git a/api/PowerPoint.Application.ProtectedViewWindowBeforeClose.md b/api/PowerPoint.Application.ProtectedViewWindowBeforeClose.md
index 4160831da40..a85f48e7611 100644
--- a/api/PowerPoint.Application.ProtectedViewWindowBeforeClose.md
+++ b/api/PowerPoint.Application.ProtectedViewWindowBeforeClose.md
@@ -40,7 +40,7 @@ nothing
## Remarks
-If the **ProtectedViewWindowsBeforeClose** event is called as part of the[ProtectedViewWindow.Edit](PowerPoint.ProtectedViewWindow.Edit.md) method, setting _Cancel_ to **True** produces no action.
+If the **ProtectedViewWindowsBeforeClose** event is called as part of the [ProtectedViewWindow.Edit](PowerPoint.ProtectedViewWindow.Edit.md) method, setting _Cancel_ to **True** produces no action.
## See also
diff --git a/api/PowerPoint.Application.SlideSelectionChanged.md b/api/PowerPoint.Application.SlideSelectionChanged.md
index 7e53c525918..405ddff719c 100644
--- a/api/PowerPoint.Application.SlideSelectionChanged.md
+++ b/api/PowerPoint.Application.SlideSelectionChanged.md
@@ -33,7 +33,7 @@ Occurs at different times depending on the current view.
## Remarks
-To access the **Application** events, declare an **Application** variable in the General Declarations section of your code. Then set the variable equal to the **Application** object for which you want to access events. For information about using events with the Microsoft PowerPoint **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+To access the **Application** events, declare an **Application** variable in the General Declarations section of your code. Then set the variable equal to the **Application** object for which you want to access events. For information about using events with the Microsoft PowerPoint **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
The following table describes when the event occurs in each of the views.
diff --git a/api/PowerPoint.Application.SlideShowBegin.md b/api/PowerPoint.Application.SlideShowBegin.md
index f27bfab8854..e30f89f20da 100644
--- a/api/PowerPoint.Application.SlideShowBegin.md
+++ b/api/PowerPoint.Application.SlideShowBegin.md
@@ -35,7 +35,7 @@ Occurs when you start a slide show.
Microsoft PowerPoint creates the slide show window and passes it to this event. If one slide show branches to another, the **SlideShowBegin** event does not occur again when the second slide show begins.
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
## Example
diff --git a/api/PowerPoint.Application.SlideShowEnd.md b/api/PowerPoint.Application.SlideShowEnd.md
index 1503b0f2b86..f554414ee5c 100644
--- a/api/PowerPoint.Application.SlideShowEnd.md
+++ b/api/PowerPoint.Application.SlideShowEnd.md
@@ -35,7 +35,7 @@ Occurs after a slide show ends, immediately after the last **[SlideShowNextSlid
The **SlideShowEnd** event always occurs before a slide show ends if the **[SlideShowBegin](PowerPoint.Application.SlideShowBegin.md)** event has occurred. You can use the **SlideShowEnd** event to return any property settings and variable initializations that occur in the **SlideShowBegin** event to their original settings.
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
## Example
diff --git a/api/PowerPoint.Application.SlideShowNextBuild.md b/api/PowerPoint.Application.SlideShowNextBuild.md
index 32196eb2e23..fe25ef0efab 100644
--- a/api/PowerPoint.Application.SlideShowNextBuild.md
+++ b/api/PowerPoint.Application.SlideShowNextBuild.md
@@ -33,7 +33,7 @@ Occurs upon mouse-click or timing animation, but before the animated object beco
## Remarks
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
## Example
diff --git a/api/PowerPoint.Application.SlideShowNextClick.md b/api/PowerPoint.Application.SlideShowNextClick.md
index f5c0d6dbb01..6a19d40789b 100644
--- a/api/PowerPoint.Application.SlideShowNextClick.md
+++ b/api/PowerPoint.Application.SlideShowNextClick.md
@@ -34,7 +34,7 @@ Occurs on the next click of the slide.
## Remarks
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
## See also
diff --git a/api/PowerPoint.Application.SlideShowNextSlide.md b/api/PowerPoint.Application.SlideShowNextSlide.md
index 2c4bb41ac44..80f5257b98d 100644
--- a/api/PowerPoint.Application.SlideShowNextSlide.md
+++ b/api/PowerPoint.Application.SlideShowNextSlide.md
@@ -33,7 +33,7 @@ Occurs immediately before the transition to the next slide. For the first slide,
## Remarks
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
## Example
diff --git a/api/PowerPoint.Application.SlideShowOnNext.md b/api/PowerPoint.Application.SlideShowOnNext.md
index c3ddc350636..ad45aa68605 100644
--- a/api/PowerPoint.Application.SlideShowOnNext.md
+++ b/api/PowerPoint.Application.SlideShowOnNext.md
@@ -33,7 +33,7 @@ Occurs when the user clicks **Next** to move within the current slide.
## Remarks
-To access **Application** object events, declare a variable to represent the **Application** object in the **General Declarations** section of your code. Then set the variable equal to the **Application** object for which you want to access events. For more information about using events with the Microsoft PowerPoint **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+To access **Application** object events, declare a variable to represent the **Application** object in the **General Declarations** section of your code. Then set the variable equal to the **Application** object for which you want to access events. For more information about using events with the Microsoft PowerPoint **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
The **SlideShowOnNext** event does not fire when users click **Next** to move to the next slide, but rather only when they click **Next** to move within a given slide, for example to run the next animation on the slide.
diff --git a/api/PowerPoint.Application.SlideShowOnPrevious.md b/api/PowerPoint.Application.SlideShowOnPrevious.md
index 4d1e5498dcd..b76e9c3353b 100644
--- a/api/PowerPoint.Application.SlideShowOnPrevious.md
+++ b/api/PowerPoint.Application.SlideShowOnPrevious.md
@@ -33,7 +33,7 @@ Occurs when the user clicks **Previous** to move within the current slide.
## Remarks
-To access **Application** object events, declare a variable to represent the **Application** object in the **General Declarations** section of your code. Then set the variable equal to the **Application** object for which you want to access events. For more information about using events with the Microsoft PowerPoint **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+To access **Application** object events, declare a variable to represent the **Application** object in the **General Declarations** section of your code. Then set the variable equal to the **Application** object for which you want to access events. For more information about using events with the Microsoft PowerPoint **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
The **SlideShowOnPrevious** event does not fire when users click **Previous** to move from one slide to the previous one, but rather only when they click **Previous** to move within a given slide, for example to rerun the previous animation on the slide.
diff --git a/api/PowerPoint.Application.WindowActivate.md b/api/PowerPoint.Application.WindowActivate.md
index c1097bdd47d..3bd97141add 100644
--- a/api/PowerPoint.Application.WindowActivate.md
+++ b/api/PowerPoint.Application.WindowActivate.md
@@ -34,7 +34,7 @@ Occurs when the application window or any document window is activated.
## Remarks
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
If your Visual Studio solution includes the **Microsoft.Office.Interop.PowerPoint** reference, this event maps to the following types:
diff --git a/api/PowerPoint.Application.WindowBeforeDoubleClick.md b/api/PowerPoint.Application.WindowBeforeDoubleClick.md
index 8b41439ffff..aa819f8af9c 100644
--- a/api/PowerPoint.Application.WindowBeforeDoubleClick.md
+++ b/api/PowerPoint.Application.WindowBeforeDoubleClick.md
@@ -34,7 +34,7 @@ Occurs when you double-click the items in the views listed in the following tabl
## Remarks
-For information about using events with the **Application** object, see[How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
+For information about using events with the **Application** object, see [How to: Use Events with the Application Object](../powerpoint/How-to/use-events-with-the-application-object.md).
diff --git a/api/PowerPoint.CalloutFormat.DropType.md b/api/PowerPoint.CalloutFormat.DropType.md
index 8cd5c694629..d01e096da59 100644
--- a/api/PowerPoint.CalloutFormat.DropType.md
+++ b/api/PowerPoint.CalloutFormat.DropType.md
@@ -30,7 +30,7 @@ MsoCalloutDropType
## Remarks
-If the callout drop type is **msoCalloutDropCustom**, the values of the[Drop](PowerPoint.CalloutFormat.Drop.md)and **[AutoAttach](PowerPoint.CalloutFormat.AutoAttach.md)** properties and the relative positions of the callout text box and callout line origin (the place that the callout points to) are used to determine where the callout line attaches to the text box.
+If the callout drop type is **msoCalloutDropCustom**, the values of the [Drop](PowerPoint.CalloutFormat.Drop.md)and **[AutoAttach](PowerPoint.CalloutFormat.AutoAttach.md)** properties and the relative positions of the callout text box and callout line origin (the place that the callout points to) are used to determine where the callout line attaches to the text box.
This property is read-only. Use the **[PresetDrop](PowerPoint.CalloutFormat.PresetDrop.md)** method to set the value of this property.
diff --git a/api/PowerPoint.ColorEffect.md b/api/PowerPoint.ColorEffect.md
index f2b877e4cc5..defcf7da715 100644
--- a/api/PowerPoint.ColorEffect.md
+++ b/api/PowerPoint.ColorEffect.md
@@ -18,7 +18,7 @@ Represents a color effect for an animation behavior.
## Example
-Use the [ColorEffect](PowerPoint.AnimationBehavior.ColorEffect.md)property of the **[AnimationBehavior](PowerPoint.AnimationBehavior.md)** object to return a **ColorEffect** object. Color effects can be changed using the **ColorEffect** object's[From](PowerPoint.ColorEffect.From.md)and [To](PowerPoint.ColorEffect.To.md)properties, as shown below. Color effects are initially set using the **To** property, and then can be changed by a specific number using the[By](PowerPoint.ColorEffect.By.md)property. The following example adds a shape to the first slide of the active presentation and sets a color effect animation behavior to change the fill color of the new shape.
+Use the [ColorEffect](PowerPoint.AnimationBehavior.ColorEffect.md)property of the **[AnimationBehavior](PowerPoint.AnimationBehavior.md)** object to return a **ColorEffect** object. Color effects can be changed using the **ColorEffect** object's[From](PowerPoint.ColorEffect.From.md)and [To](PowerPoint.ColorEffect.To.md)properties, as shown below. Color effects are initially set using the **To** property, and then can be changed by a specific number using the [By](PowerPoint.ColorEffect.By.md)property. The following example adds a shape to the first slide of the active presentation and sets a color effect animation behavior to change the fill color of the new shape.
```vb
diff --git a/api/PowerPoint.ColorFormat.md b/api/PowerPoint.ColorFormat.md
index 6c6a75270a0..1686612b25e 100644
--- a/api/PowerPoint.ColorFormat.md
+++ b/api/PowerPoint.ColorFormat.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# ColorFormat Object (PowerPoint)
-Represents the color of a one-color object, the foreground or background color of an object with a gradient or patterned fill, or the pointer color. You can set colors to an explicit red-green-blue value (by using the [RGB](PowerPoint.ColorFormat.RGB.md) property) or to a color in the color scheme (by using the[SchemeColor](PowerPoint.ColorFormat.SchemeColor.md) property).
+Represents the color of a one-color object, the foreground or background color of an object with a gradient or patterned fill, or the pointer color. You can set colors to an explicit red-green-blue value (by using the [RGB](PowerPoint.ColorFormat.RGB.md) property) or to a color in the color scheme (by using the [SchemeColor](PowerPoint.ColorFormat.SchemeColor.md) property).
## Remarks
diff --git a/api/PowerPoint.ColorScheme.md b/api/PowerPoint.ColorScheme.md
index 4abd45b0ee4..21e270e4118 100644
--- a/api/PowerPoint.ColorScheme.md
+++ b/api/PowerPoint.ColorScheme.md
@@ -55,7 +55,7 @@ Set newStandardScheme = _
ActivePresentation.SlideMaster.ColorScheme = newStandardScheme
```
-Use the [Colors](PowerPoint.ColorScheme.Colors.md)method to return an **RGBColor** object that represents the color of a single slide-element type. You can set an **RGBColor** object to another **RGBColor** object, or you can use the[RGB](PowerPoint.ColorFormat.RGB.md)property to set or return the explicit red-green-blue (RGB) value for an **RGBColor** object. The following example sets the background color in color scheme one to red and sets the title color to the title color that's defined for color scheme two.
+Use the [Colors](PowerPoint.ColorScheme.Colors.md)method to return an **RGBColor** object that represents the color of a single slide-element type. You can set an **RGBColor** object to another **RGBColor** object, or you can use the [RGB](PowerPoint.ColorFormat.RGB.md)property to set or return the explicit red-green-blue (RGB) value for an **RGBColor** object. The following example sets the background color in color scheme one to red and sets the title color to the title color that's defined for color scheme two.
diff --git a/api/PowerPoint.Columns.md b/api/PowerPoint.Columns.md
index a28102e2e16..d9d79adaa43 100644
--- a/api/PowerPoint.Columns.md
+++ b/api/PowerPoint.Columns.md
@@ -53,7 +53,7 @@ With ActivePresentation.Slides(2).Shapes(5).Table
End With
```
-Use **Columns** (index) to return a single **Column** object. Index represents the position of the column in the **Columns** collection (usually counting from left to right; although the[TableDirection](PowerPoint.Table.TableDirection.md)property can reverse this). This example selects the first column of the table in shape five on the second slide.
+Use **Columns** (index) to return a single **Column** object. Index represents the position of the column in the **Columns** collection (usually counting from left to right; although the [TableDirection](PowerPoint.Table.TableDirection.md)property can reverse this). This example selects the first column of the table in shape five on the second slide.
diff --git a/api/PowerPoint.Designs.md b/api/PowerPoint.Designs.md
index 0fd711c7fe2..7b91d544a86 100644
--- a/api/PowerPoint.Designs.md
+++ b/api/PowerPoint.Designs.md
@@ -20,7 +20,7 @@ Represents a collection of slide design templates.
Use the [Designs](PowerPoint.Slide.Design.md)property of the **[Presentation](PowerPoint.Presentation.md)** object to reference a design template.
-To add or clone an individual design template, use the **Designs** collection's[Add](PowerPoint.Designs.Add.md)or [Clone](PowerPoint.Designs.Clone.md)methods, respectively. To refer to an individual design template, use the [Item](PowerPoint.Designs.Item.md)method.
+To add or clone an individual design template, use the **Designs** collection's[Add](PowerPoint.Designs.Add.md) or [Clone](PowerPoint.Designs.Clone.md)methods, respectively. To refer to an individual design template, use the [Item](PowerPoint.Designs.Item.md)method.
To load a design template, use the [Load](PowerPoint.Designs.Load.md)method.
diff --git a/api/PowerPoint.FreeformBuilder.md b/api/PowerPoint.FreeformBuilder.md
index 272036be7ab..d834f80f4d7 100644
--- a/api/PowerPoint.FreeformBuilder.md
+++ b/api/PowerPoint.FreeformBuilder.md
@@ -18,7 +18,7 @@ Represents the geometry of a freeform while it is being built.
## Example
-Use the [BuildFreeform](PowerPoint.Shapes.BuildFreeform.md)method to return a **FreeformBuilder** object. Use the[AddNodes](PowerPoint.FreeformBuilder.AddNodes.md)method to add nodes to the freefrom. Use the [ConvertToShape](PowerPoint.FreeformBuilder.ConvertToShape.md)method to create the shape defined in the **FreeformBuilder** object and add it to the **[Shapes](PowerPoint.Shapes.md)** collection. The following example adds a freeform with four segments to `myDocument`.
+Use the [BuildFreeform](PowerPoint.Shapes.BuildFreeform.md)method to return a **FreeformBuilder** object. Use the [AddNodes](PowerPoint.FreeformBuilder.AddNodes.md)method to add nodes to the freefrom. Use the [ConvertToShape](PowerPoint.FreeformBuilder.ConvertToShape.md)method to create the shape defined in the **FreeformBuilder** object and add it to the **[Shapes](PowerPoint.Shapes.md)** collection. The following example adds a freeform with four segments to `myDocument`.
```vb
diff --git a/api/PowerPoint.GroupShapes.md b/api/PowerPoint.GroupShapes.md
index e71f444f194..5614a612447 100644
--- a/api/PowerPoint.GroupShapes.md
+++ b/api/PowerPoint.GroupShapes.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# GroupShapes Object (PowerPoint)
-Represents the individual shapes within a grouped shape. Each shape is represented by a **[Shape](PowerPoint.Shape.md)** object. Using the[Item](PowerPoint.GroupShapes.Item.md)method with this object, you can work with single shapes within a group without having to ungroup them.
+Represents the individual shapes within a grouped shape. Each shape is represented by a **[Shape](PowerPoint.Shape.md)** object. Using the [Item](PowerPoint.GroupShapes.Item.md)method with this object, you can work with single shapes within a group without having to ungroup them.
## Example
diff --git a/api/PowerPoint.Master.md b/api/PowerPoint.Master.md
index 83f6625da8c..9e60e739744 100644
--- a/api/PowerPoint.Master.md
+++ b/api/PowerPoint.Master.md
@@ -18,7 +18,7 @@ Represents a slide master, title master, handout master, notes master, or design
## Example
-To return a **Master** object, use the[Master](./PowerPoint.Slide.Master.md)property of the **[Slide](PowerPoint.Slide.md)** object or **[SlideRange](./PowerPoint.SlideRange.md)** collection, or use the[HandoutMaster](./PowerPoint.Presentation.HandoutMaster.md), [NotesMaster](./PowerPoint.Presentation.NotesMaster.md), [SlideMaster](./PowerPoint.Design.SlideMaster.md), or [TitleMaster](./PowerPoint.Presentation.TitleMaster.md)property of the **[Presentation](PowerPoint.Presentation.md)** object. Note that some of these properties are also available from the **[Design](./PowerPoint.Design.md)** object as well. The following example sets the background fill for the slide master for the active presentation.
+To return a **Master** object, use the [Master](./PowerPoint.Slide.Master.md)property of the **[Slide](PowerPoint.Slide.md)** object or **[SlideRange](./PowerPoint.SlideRange.md)** collection, or use the [HandoutMaster](./PowerPoint.Presentation.HandoutMaster.md), [NotesMaster](./PowerPoint.Presentation.NotesMaster.md), [SlideMaster](./PowerPoint.Design.SlideMaster.md), or [TitleMaster](./PowerPoint.Presentation.TitleMaster.md)property of the **[Presentation](PowerPoint.Presentation.md)** object. Note that some of these properties are also available from the **[Design](./PowerPoint.Design.md)** object as well. The following example sets the background fill for the slide master for the active presentation.
```vb
@@ -27,7 +27,7 @@ ActivePresentation.SlideMaster.Background.Fill _
.PresetGradient msoGradientHorizontal, 1, msoGradientBrass
```
-To add a title master or design to a presentation and return a **Master** object that represents the new title master or design, use the[AddTitleMaster](./PowerPoint.Presentation.AddTitleMaster.md)method. The following example adds a title master to the active presentation and places the title placeholder 10 points from the top of the master.
+To add a title master or design to a presentation and return a **Master** object that represents the new title master or design, use the [AddTitleMaster](./PowerPoint.Presentation.AddTitleMaster.md)method. The following example adds a title master to the active presentation and places the title placeholder 10 points from the top of the master.
diff --git a/api/PowerPoint.Presentation.ContentTypeProperties.md b/api/PowerPoint.Presentation.ContentTypeProperties.md
index 04181d0a729..744ba02ce5b 100644
--- a/api/PowerPoint.Presentation.ContentTypeProperties.md
+++ b/api/PowerPoint.Presentation.ContentTypeProperties.md
@@ -30,7 +30,7 @@ MetaProperties
## Remarks
-For more information about Content Types, see [Introduction to Content Types](https://msdn.microsoft.com/en-us/library/ms472236%28v=office.14%29.aspx(Office.15).aspx) on MSDN, the Microsoft Developer Netowrk.
+For more information about Content Types, see [Introduction to Content Types](https://msdn.microsoft.com/library/ms472236%28v=office.14%29.aspx(Office.15).aspx) on MSDN, the Microsoft Developer Netowrk.
## See also
diff --git a/api/PowerPoint.Presentation.DocumentInspectors.md b/api/PowerPoint.Presentation.DocumentInspectors.md
index a58618e70f8..c8eee8bfd52 100644
--- a/api/PowerPoint.Presentation.DocumentInspectors.md
+++ b/api/PowerPoint.Presentation.DocumentInspectors.md
@@ -30,7 +30,7 @@ DocumentInspectors
## Remarks
-The Document Inspector is a feature that helps you to examine and remove sensitive information in a document. The **DocumentInspector** object makes it possible to create custom modules. For more information about working with the Document Inspector, see[Using the Document Inspector](https://msdn.microsoft.com/en-us/library/ff862071.aspx%28Office.15%29.aspx).
+The Document Inspector is a feature that helps you to examine and remove sensitive information in a document. The **DocumentInspector** object makes it possible to create custom modules. For more information about working with the Document Inspector, see [Using the Document Inspector](https://msdn.microsoft.com/library/ff862071.aspx%28Office.15%29.aspx).
## See also
diff --git a/api/PowerPoint.Presentation.SaveAs.md b/api/PowerPoint.Presentation.SaveAs.md
index 2e32eded67a..adaa63556f6 100644
--- a/api/PowerPoint.Presentation.SaveAs.md
+++ b/api/PowerPoint.Presentation.SaveAs.md
@@ -34,7 +34,7 @@ Saves a presentation that's never been saved, or saves a previously saved presen
## Remarks
-The _FileFormat_ parameter value can be one of these **PpSaveAsFileType** constants. The default is **ppSaveAsDefault**. For a complete list of constants, see [PpSaveAsFileType Enumeration](https://msdn.microsoft.com/en-us/library/microsoft.office.interop.powerpoint.ppsaveasfiletype.aspx).
+The _FileFormat_ parameter value can be one of these **PpSaveAsFileType** constants. The default is **ppSaveAsDefault**. For a complete list of constants, see [PpSaveAsFileType Enumeration](https://msdn.microsoft.com/library/microsoft.office.interop.powerpoint.ppsaveasfiletype.aspx).
||
|:-----|
diff --git a/api/PowerPoint.Presentations.md b/api/PowerPoint.Presentations.md
index 0c7b98fe21b..713c848765e 100644
--- a/api/PowerPoint.Presentations.md
+++ b/api/PowerPoint.Presentations.md
@@ -28,7 +28,7 @@ If your Visual Studio solution includes the **Microsoft.Office.Interop.PowerPoi
## Example
-Use the [Presentations](./PowerPoint.Application.Presentations.md) property to return the **Presentations** collection. Use the[Add](./PowerPoint.Presentations.Add.md) method to create a new presentation and add it to the collection. The following example creates a new presentation, adds a slide to the presentation, and then saves the presentation.
+Use the [Presentations](./PowerPoint.Application.Presentations.md) property to return the **Presentations** collection. Use the [Add](./PowerPoint.Presentations.Add.md) method to create a new presentation and add it to the collection. The following example creates a new presentation, adds a slide to the presentation, and then saves the presentation.
```vb
diff --git a/api/PowerPoint.PrintOptions.md b/api/PowerPoint.PrintOptions.md
index 73d0a15d8d5..39ad0aa4c8d 100644
--- a/api/PowerPoint.PrintOptions.md
+++ b/api/PowerPoint.PrintOptions.md
@@ -39,7 +39,7 @@ With ActivePresentation
End With
```
-Use the [RangeType](PowerPoint.PrintOptions.RangeType.md) property to specify whether to print the entire presentation or only a specified part of it. If you want to print only certain slides, set the **RangeType** property to **ppPrintSlideRange**, and use the[Ranges](PowerPoint.PrintOptions.Ranges.md) property to specify which pages to print. The following example prints slides 1, 4, 5, and 6 in the active presentation
+Use the [RangeType](PowerPoint.PrintOptions.RangeType.md) property to specify whether to print the entire presentation or only a specified part of it. If you want to print only certain slides, set the **RangeType** property to **ppPrintSlideRange**, and use the [Ranges](PowerPoint.PrintOptions.Ranges.md) property to specify which pages to print. The following example prints slides 1, 4, 5, and 6 in the active presentation
diff --git a/api/PowerPoint.PropertyEffect.md b/api/PowerPoint.PropertyEffect.md
index c248bd5de37..1f00e5d3e60 100644
--- a/api/PowerPoint.PropertyEffect.md
+++ b/api/PowerPoint.PropertyEffect.md
@@ -26,7 +26,7 @@ ActivePresentation.Slides(1).TimeLine.MainSequence.Item(1) _
.Behaviors(1).PropertyEffect
```
-Use the **[Points](PowerPoint.PropertyEffect.Points.md)** property to access the animation points of a particular animation behavior. If you want to change only two states of an animation behavior, use the[From](PowerPoint.PropertyEffect.From.md)and [To](PowerPoint.PropertyEffect.To.md)properties. This example adds a new shape to the and sets the property effect to animate the fill color from blue to red.
+Use the **[Points](PowerPoint.PropertyEffect.Points.md)** property to access the animation points of a particular animation behavior. If you want to change only two states of an animation behavior, use the [From](PowerPoint.PropertyEffect.From.md)and [To](PowerPoint.PropertyEffect.To.md)properties. This example adds a new shape to the and sets the property effect to animate the fill color from blue to red.
diff --git a/api/PowerPoint.PublishObject.md b/api/PowerPoint.PublishObject.md
index f9f189a0e15..122572221fa 100644
--- a/api/PowerPoint.PublishObject.md
+++ b/api/PowerPoint.PublishObject.md
@@ -18,7 +18,7 @@ Represents a complete or partial loaded presentation that is available for publi
## Remarks
-You can specify the content and attributes of the published presentation by setting various properties of the **PublishObject** object. For example, the[SourceType](PowerPoint.PublishObject.SourceType.md)property defines the portion of a loaded presentation to be published. The [RangeStart](PowerPoint.PublishObject.RangeStart.md)property and the [RangeEnd](PowerPoint.PublishObject.RangeEnd.md)property specify the range of slides to publish, and the [SpeakerNotes](PowerPoint.PublishObject.SpeakerNotes.md)property designates whether or not to publish the speaker's notes.
+You can specify the content and attributes of the published presentation by setting various properties of the **PublishObject** object. For example, the [SourceType](PowerPoint.PublishObject.SourceType.md)property defines the portion of a loaded presentation to be published. The [RangeStart](PowerPoint.PublishObject.RangeStart.md)property and the [RangeEnd](PowerPoint.PublishObject.RangeEnd.md)property specify the range of slides to publish, and the [SpeakerNotes](PowerPoint.PublishObject.SpeakerNotes.md)property designates whether or not to publish the speaker's notes.
## Example
diff --git a/api/PowerPoint.PublishObjects.md b/api/PowerPoint.PublishObjects.md
index ff218da7c25..644018677a8 100644
--- a/api/PowerPoint.PublishObjects.md
+++ b/api/PowerPoint.PublishObjects.md
@@ -18,7 +18,7 @@ A collection of **[PublishObject](PowerPoint.PublishObject.md)** objects repres
## Remarks
-You can specify the content and attributes of the published presentation by setting various properties of the **PublishObject** object. For example, the[SourceType](PowerPoint.PublishObject.SourceType.md)property defines the portion of a loaded presentation to be published. The [RangeStart](PowerPoint.PublishObject.RangeStart.md)property and the [RangeEnd](PowerPoint.PublishObject.RangeEnd.md)property specify the range of slides to publish, and the [SpeakerNotes](PowerPoint.PublishObject.SpeakerNotes.md)property designates whether or not to publish the speaker's notes.
+You can specify the content and attributes of the published presentation by setting various properties of the **PublishObject** object. For example, the [SourceType](PowerPoint.PublishObject.SourceType.md)property defines the portion of a loaded presentation to be published. The [RangeStart](PowerPoint.PublishObject.RangeStart.md)property and the [RangeEnd](PowerPoint.PublishObject.RangeEnd.md)property specify the range of slides to publish, and the [SpeakerNotes](PowerPoint.PublishObject.SpeakerNotes.md)property designates whether or not to publish the speaker's notes.
You cannot add to the **PublishObjects** collection.
diff --git a/api/PowerPoint.RGBColor.md b/api/PowerPoint.RGBColor.md
index 9dd315eb6c2..d9ee9eb16ad 100644
--- a/api/PowerPoint.RGBColor.md
+++ b/api/PowerPoint.RGBColor.md
@@ -18,7 +18,7 @@ Represents a single color in a color scheme.
## Example
-Use the [Colors](PowerPoint.ColorScheme.Colors.md)method to return an **RGBColor** object. You can set an **RGBColor** object to another **RGBColor** object. You can use the[RGB](PowerPoint.RGBColor.RGB.md)property to set or return the explicit red-green-blue value for an **RGBColor** object, with the exception of the **RGBColor** objects defined by the **ppNotSchemeColor** and **ppSchemeColorMixed** constants. The **RGB** property can be returned, but not set, for these two objects. The following example sets the background color in color scheme one in the active presentation to red and sets the title color to the title color that's defined for color scheme two.
+Use the [Colors](PowerPoint.ColorScheme.Colors.md)method to return an **RGBColor** object. You can set an **RGBColor** object to another **RGBColor** object. You can use the [RGB](PowerPoint.RGBColor.RGB.md)property to set or return the explicit red-green-blue value for an **RGBColor** object, with the exception of the **RGBColor** objects defined by the **ppNotSchemeColor** and **ppSchemeColorMixed** constants. The **RGB** property can be returned, but not set, for these two objects. The following example sets the background color in color scheme one in the active presentation to red and sets the title color to the title color that's defined for color scheme two.
```vb
diff --git a/api/PowerPoint.Research.md b/api/PowerPoint.Research.md
index 7c32c87226c..e0fc544a6da 100644
--- a/api/PowerPoint.Research.md
+++ b/api/PowerPoint.Research.md
@@ -18,7 +18,7 @@ Provides access to the research service feature of Microsoft PowerPoint.
## Remarks
-The research service feature provides the ability to search multiple custom and third-party references from within PowerPoint. For more information, see the [Office 2003 Research Services Software Development Kit (SDK)](https://msdn.microsoft.com/en-us/library/office/aa205290%28v=office.11%29.aspx(Office.15).aspx).
+The research service feature provides the ability to search multiple custom and third-party references from within PowerPoint. For more information, see the [Office 2003 Research Services Software Development Kit (SDK)](https://msdn.microsoft.com/library/office/aa205290%28v=office.11%29.aspx(Office.15).aspx).
## See also
diff --git a/api/PowerPoint.Ruler.md b/api/PowerPoint.Ruler.md
index 530f8cf79ed..ba313423985 100644
--- a/api/PowerPoint.Ruler.md
+++ b/api/PowerPoint.Ruler.md
@@ -18,7 +18,7 @@ Represents the ruler for the text in the specified shape or for all text in the
## Example
-Use the [Ruler](PowerPoint.TextFrame.Ruler.md)property of the **TextFrame** object to return the **Ruler** object that represents the ruler for the text in the specified shape. Use the[TabStops](PowerPoint.Ruler.TabStops.md)property to return the **TabStops** object that contains the tab stops on the ruler. Use the[Levels](PowerPoint.Ruler.Levels.md)property to return the **RulerLevels** object that contains the indentation settings for text outline levels. The following example sets a left-aligned tab stop at 2 inches (144 Points) and sets a hanging indent for the text in object two on slide one in the active presentation.
+Use the [Ruler](PowerPoint.TextFrame.Ruler.md)property of the **TextFrame** object to return the **Ruler** object that represents the ruler for the text in the specified shape. Use the [TabStops](PowerPoint.Ruler.TabStops.md)property to return the **TabStops** object that contains the tab stops on the ruler. Use the [Levels](PowerPoint.Ruler.Levels.md)property to return the **RulerLevels** object that contains the indentation settings for text outline levels. The following example sets a left-aligned tab stop at 2 inches (144 Points) and sets a hanging indent for the text in object two on slide one in the active presentation.
```vb
diff --git a/api/PowerPoint.Selection.md b/api/PowerPoint.Selection.md
index 8138b35f4c9..998530a1722 100644
--- a/api/PowerPoint.Selection.md
+++ b/api/PowerPoint.Selection.md
@@ -77,7 +77,7 @@ The following example duplicates all the slides in the selection (if you're in s
ActiveWindow.Selection.SlideRange.Duplicate
```
-If you don't have an object of the appropriate type selected when you use one of these properties (for instance, if you use the **ShapeRange** property when there are no shapes selected), an error occurs. Use the[Type](./PowerPoint.Selection.Type.md)property to determine what kind of object or objects are selected. The following example checks to see whether the selection contains slides. If the selection does contain slides, the example sets the background for the first slide in the selection.
+If you don't have an object of the appropriate type selected when you use one of these properties (for instance, if you use the **ShapeRange** property when there are no shapes selected), an error occurs. Use the [Type](./PowerPoint.Selection.Type.md)property to determine what kind of object or objects are selected. The following example checks to see whether the selection contains slides. If the selection does contain slides, the example sets the background for the first slide in the selection.
diff --git a/api/PowerPoint.Sequences.md b/api/PowerPoint.Sequences.md
index b4a7afcd1ae..06f43332eb9 100644
--- a/api/PowerPoint.Sequences.md
+++ b/api/PowerPoint.Sequences.md
@@ -18,7 +18,7 @@ Represents a collection of **[Sequence](PowerPoint.Sequence.md)** objects. Use
## Example
-Use the [InteractiveSequences](PowerPoint.TimeLine.InteractiveSequences.md)property of the **[TimeLine](PowerPoint.TimeLine.md)** object to return a **Sequences** collection. Use the[Add](PowerPoint.Sequences.Add.md)method to add an interactive animation sequence. The following example adds two shapes on the first slide of the active presentation and sets interactive effect for the star shape so that when you click the bevel shape, the star shape is be animated.
+Use the [InteractiveSequences](PowerPoint.TimeLine.InteractiveSequences.md)property of the **[TimeLine](PowerPoint.TimeLine.md)** object to return a **Sequences** collection. Use the [Add](PowerPoint.Sequences.Add.md)method to add an interactive animation sequence. The following example adds two shapes on the first slide of the active presentation and sets interactive effect for the star shape so that when you click the bevel shape, the star shape is be animated.
```vb
diff --git a/api/PowerPoint.Shape.md b/api/PowerPoint.Shape.md
index 2538283d523..bca94268a3a 100644
--- a/api/PowerPoint.Shape.md
+++ b/api/PowerPoint.Shape.md
@@ -109,11 +109,11 @@ ActivePresentation.Slides(1).Shapes(1).TextFrame _
.TextRange.Font.Italic = True
```
-To return a **Shape** object that represents one of the shapes attached by a connector, use the[BeginConnectedShape](./PowerPoint.ConnectorFormat.BeginConnectedShape.md)or [EndConnectedShape](./PowerPoint.ConnectorFormat.EndConnectedShape.md)property.
+To return a **Shape** object that represents one of the shapes attached by a connector, use the [BeginConnectedShape](./PowerPoint.ConnectorFormat.BeginConnectedShape.md) or [EndConnectedShape](./PowerPoint.ConnectorFormat.EndConnectedShape.md)property.
-To return a **Shape** object that represents the default shape for a presentation, use the[DefaultShape](./PowerPoint.Presentation.DefaultShape.md)property.
+To return a **Shape** object that represents the default shape for a presentation, use the [DefaultShape](./PowerPoint.Presentation.DefaultShape.md)property.
@@ -121,7 +121,7 @@ Use the [BuildFreeform](./PowerPoint.Shapes.BuildFreeform.md)and [AddNodes](./Po
Use **GroupItems** (index), where index is the shape name or the index number within the group, to return a **Shape** object that represents a single shape in a grouped shape.
-Use the [Group](./PowerPoint.ShapeRange.Group.md)or [Regroup](./PowerPoint.ShapeRange.Regroup.md)method to group a range of shapes and return a single **Shape** object that represents the newly formed group. After a group has been formed, you can work with the group the same way you work with any other shape.
+Use the [Group](./PowerPoint.ShapeRange.Group.md) or [Regroup](./PowerPoint.ShapeRange.Regroup.md)method to group a range of shapes and return a single **Shape** object that represents the newly formed group. After a group has been formed, you can work with the group the same way you work with any other shape.
## Methods
diff --git a/api/PowerPoint.ShapeNodes.md b/api/PowerPoint.ShapeNodes.md
index 06d56e6d7e8..91e092b7c53 100644
--- a/api/PowerPoint.ShapeNodes.md
+++ b/api/PowerPoint.ShapeNodes.md
@@ -18,7 +18,7 @@ A collection of all the **[ShapeNode](PowerPoint.ShapeNode.md)** objects in the
## Remarks
- Each **ShapeNode** object represents either a node between segments in a freeform or a control point for a curved segment of a freeform. You can create a freeform manually or by using the[BuildFreeform](PowerPoint.Shapes.BuildFreeform.md)and [ConvertToShape](PowerPoint.FreeformBuilder.ConvertToShape.md)methods.
+ Each **ShapeNode** object represents either a node between segments in a freeform or a control point for a curved segment of a freeform. You can create a freeform manually or by using the [BuildFreeform](PowerPoint.Shapes.BuildFreeform.md)and [ConvertToShape](PowerPoint.FreeformBuilder.ConvertToShape.md)methods.
## Example
diff --git a/api/PowerPoint.Shapes.md b/api/PowerPoint.Shapes.md
index cb2bf2ee047..4175dc89335 100644
--- a/api/PowerPoint.Shapes.md
+++ b/api/PowerPoint.Shapes.md
@@ -21,7 +21,7 @@ A collection of all the **[Shape](./PowerPoint.Shape.md)** objects on the speci
Each **Shape** object represents an object in the drawing layer, such as an AutoShape, freeform, OLE object, or picture.
- **Note** If you want to work with a subset of the shapes on a document — for example, to do something to only the AutoShapes on the document or to only the selected shapes — you must construct a **[ShapeRange](PowerPoint.ShapeRange.md)** collection that contains the shapes you want to work with. For an overview of how to work either with a single shape or with more than one shape at a time, see[How to: Work with Shapes (Drawing Objects)](../powerpoint/How-to/work-with-shapes-drawing-objects.md).
+ **Note** If you want to work with a subset of the shapes on a document — for example, to do something to only the AutoShapes on the document or to only the selected shapes — you must construct a **[ShapeRange](PowerPoint.ShapeRange.md)** collection that contains the shapes you want to work with. For an overview of how to work either with a single shape or with more than one shape at a time, see [How to: Work with Shapes (Drawing Objects)](../powerpoint/How-to/work-with-shapes-drawing-objects.md).
## Example
@@ -36,7 +36,7 @@ ActivePresentation.Slides(1).Shapes.SelectAll
**Note** If you want to do something (like delete or set a property) to all the shapes on a document at the same time, use the [Range](./PowerPoint.Shapes.Range.md)method with no argument to create a **ShapeRange** object that contains all the shapes in the **Shapes** collection, and then apply the appropriate property or method to the **ShapeRange** object.
-Use the [AddCallout](./PowerPoint.Shapes.AddCallout.md), [AddComment](./overview/PowerPoint.md), [AddConnector](./PowerPoint.Shapes.AddConnector.md), [AddCurve](./PowerPoint.Shapes.AddCurve.md), [AddLabel](./PowerPoint.Shapes.AddLabel.md), [AddLine](./PowerPoint.Shapes.AddLine.md), [AddMediaObject](./PowerPoint.Shapes.AddMediaObject.md), [AddOLEObject](./PowerPoint.Shapes.AddOLEObject.md), [AddPicture](./PowerPoint.Shapes.AddPicture.md), [AddPlaceholder](./PowerPoint.Shapes.AddPlaceholder.md), [AddPolyline](./PowerPoint.Shapes.AddPolyline.md), [AddShape](./PowerPoint.Shapes.AddShape.md), [AddTable](./PowerPoint.Shapes.AddTable.md), [AddTextbox](./PowerPoint.Shapes.AddTextbox.md), [AddTextEffect](./PowerPoint.Shapes.AddTextEffect.md), or [AddTitle](./PowerPoint.Shapes.AddTitle.md)method to create a new shape and add it to the **Shapes** collection. Use the[BuildFreeform](./PowerPoint.Shapes.BuildFreeform.md)method in conjunction with the [ConvertToShape](./PowerPoint.FreeformBuilder.ConvertToShape.md)method to create a new freeform and add it to the collection. The following example adds a rectangle to the active presentation.
+Use the [AddCallout](./PowerPoint.Shapes.AddCallout.md), [AddComment](./overview/PowerPoint.md), [AddConnector](./PowerPoint.Shapes.AddConnector.md), [AddCurve](./PowerPoint.Shapes.AddCurve.md), [AddLabel](./PowerPoint.Shapes.AddLabel.md), [AddLine](./PowerPoint.Shapes.AddLine.md), [AddMediaObject](./PowerPoint.Shapes.AddMediaObject.md), [AddOLEObject](./PowerPoint.Shapes.AddOLEObject.md), [AddPicture](./PowerPoint.Shapes.AddPicture.md), [AddPlaceholder](./PowerPoint.Shapes.AddPlaceholder.md), [AddPolyline](./PowerPoint.Shapes.AddPolyline.md), [AddShape](./PowerPoint.Shapes.AddShape.md), [AddTable](./PowerPoint.Shapes.AddTable.md), [AddTextbox](./PowerPoint.Shapes.AddTextbox.md), [AddTextEffect](./PowerPoint.Shapes.AddTextEffect.md), or [AddTitle](./PowerPoint.Shapes.AddTitle.md)method to create a new shape and add it to the **Shapes** collection. Use the [BuildFreeform](./PowerPoint.Shapes.BuildFreeform.md)method in conjunction with the [ConvertToShape](./PowerPoint.FreeformBuilder.ConvertToShape.md)method to create a new freeform and add it to the collection. The following example adds a rectangle to the active presentation.
diff --git a/api/PowerPoint.Slide.md b/api/PowerPoint.Slide.md
index a073726298e..3061f19e23c 100644
--- a/api/PowerPoint.Slide.md
+++ b/api/PowerPoint.Slide.md
@@ -19,7 +19,7 @@ Represents a slide. The **[Slides](./PowerPoint.Slides.md)** collection contain
## Remarks
- **Note** Don't be confused if you're trying to return a reference to a single slide but you end up with a **[SlideRange](./PowerPoint.SlideRange.md)** object. A single slide can be represented either by a **Slide** object or by a[SlideRange](./PowerPoint.SlideRange.md)collection that contains only one slide, depending on how you return a reference to the slide. For example, if you create and return a reference to a slide by using the **[Add](./PowerPoint.Presentations.Add.md)** method, the slide is represented by a **Slide** object. However, if you create and return a reference to a slide by using the **[Duplicate](./PowerPoint.Slide.Duplicate.md)** method, the slide is represented by a **SlideRange** collection that contains a single slide. Because all the properties and methods that apply to a **Slide** object also apply to a **SlideRange** collection that contains a single slide, you can work with the returned slide in the same way, regardless of whether it is represented by a **Slide** object or a **SlideRange** collection.
+ **Note** Don't be confused if you're trying to return a reference to a single slide but you end up with a **[SlideRange](./PowerPoint.SlideRange.md)** object. A single slide can be represented either by a **Slide** object or by a [SlideRange](./PowerPoint.SlideRange.md)collection that contains only one slide, depending on how you return a reference to the slide. For example, if you create and return a reference to a slide by using the **[Add](./PowerPoint.Presentations.Add.md)** method, the slide is represented by a **Slide** object. However, if you create and return a reference to a slide by using the **[Duplicate](./PowerPoint.Slide.Duplicate.md)** method, the slide is represented by a **SlideRange** collection that contains a single slide. Because all the properties and methods that apply to a **Slide** object also apply to a **SlideRange** collection that contains a single slide, you can work with the returned slide in the same way, regardless of whether it is represented by a **Slide** object or a **SlideRange** collection.
The following examples describe how to:
diff --git a/api/PowerPoint.Slides.md b/api/PowerPoint.Slides.md
index 361fc58c04a..68d46ecb6f4 100644
--- a/api/PowerPoint.Slides.md
+++ b/api/PowerPoint.Slides.md
@@ -37,7 +37,7 @@ The following examples describe how to:
## Example
-Use the [Slides](PowerPoint.Presentation.Slides.md) property to return a **Slides** collection. Use the[Add](PowerPoint.Presentations.Add.md) method to create a new slide and add it to the collection. The following example adds a new slide to the active presentation.
+Use the [Slides](PowerPoint.Presentation.Slides.md) property to return a **Slides** collection. Use the [Add](PowerPoint.Presentations.Add.md) method to create a new slide and add it to the collection. The following example adds a new slide to the active presentation.
```vb
diff --git a/api/PowerPoint.Table.md b/api/PowerPoint.Table.md
index aca4b4b2325..b7728359de2 100644
--- a/api/PowerPoint.Table.md
+++ b/api/PowerPoint.Table.md
@@ -18,7 +18,7 @@ Represents a table shape on a slide. The **Table** object is a member of the **
## Example
-Use **Shapes** (index), where index is a number, to return a shape containing a table. Use the[HasTable](./PowerPoint.Shape.HasTable.md)property to see if a shape contains a table. This example walks through the shapes on slide one, checks to see if each shape has a table, and then sets the mouse click action for each table shape to advance to the next slide.
+Use **Shapes** (index), where index is a number, to return a shape containing a table. Use the [HasTable](./PowerPoint.Shape.HasTable.md)property to see if a shape contains a table. This example walks through the shapes on slide one, checks to see if each shape has a table, and then sets the mouse click action for each table shape to advance to the next slide.
```vb
diff --git a/api/PowerPoint.TextRange.md b/api/PowerPoint.TextRange.md
index e3cce7c13e8..f7340496bb2 100644
--- a/api/PowerPoint.TextRange.md
+++ b/api/PowerPoint.TextRange.md
@@ -36,7 +36,7 @@ The following examples describe how to:
## Example
-Use the [TextRange](./PowerPoint.TextFrame.TextRange.md)property of the **[TextFrame](PowerPoint.TextFrame.md)** object to return a **TextRange** object for any shape you specify. Use the[Text](./PowerPoint.TextRange.Text.md)property to return the string of text in the **TextRange** object. The following example adds a rectangle to `myDocument` and sets the text it contains.
+Use the [TextRange](./PowerPoint.TextFrame.TextRange.md)property of the **[TextFrame](PowerPoint.TextFrame.md)** object to return a **TextRange** object for any shape you specify. Use the [Text](./PowerPoint.TextRange.Text.md)property to return the string of text in the **TextRange** object. The following example adds a rectangle to `myDocument` and sets the text it contains.
```vb
diff --git a/api/PowerPoint.Timing.md b/api/PowerPoint.Timing.md
index 1ba84200ca1..36411fe16c0 100644
--- a/api/PowerPoint.Timing.md
+++ b/api/PowerPoint.Timing.md
@@ -40,7 +40,7 @@ Use the following read/write properties of the **Timing** object to manipulate
## Example
-To return a **Timing** object, use the[Timing](PowerPoint.AnimationBehavior.Timing.md)property of the **[AnimationBehavior](PowerPoint.AnimationBehavior.md)** or **[Effect](PowerPoint.Effect.md)** object. The following example sets timing duration information for the main animation.
+To return a **Timing** object, use the [Timing](PowerPoint.AnimationBehavior.Timing.md)property of the **[AnimationBehavior](PowerPoint.AnimationBehavior.md)** or **[Effect](PowerPoint.Effect.md)** object. The following example sets timing duration information for the main animation.
```vb
diff --git a/api/PowerPoint.categorycollection.application.md b/api/PowerPoint.categorycollection.application.md
index f07ccb5a8ee..08829c5659a 100644
--- a/api/PowerPoint.categorycollection.application.md
+++ b/api/PowerPoint.categorycollection.application.md
@@ -18,6 +18,6 @@ When used without an object qualifier, returns an **[Application](PowerPoint.Ap
_expression_. `Application`
- _expression_ A variable that represents a[CategoryCollection](PowerPoint.categorycollection.md) object.
+ _expression_ A variable that represents a [CategoryCollection](PowerPoint.categorycollection.md) object.
diff --git a/api/PowerPoint.categorycollection.creator.md b/api/PowerPoint.categorycollection.creator.md
index 31e857306bf..0a3d3c394da 100644
--- a/api/PowerPoint.categorycollection.creator.md
+++ b/api/PowerPoint.categorycollection.creator.md
@@ -18,6 +18,6 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_. `Creator`
- _expression_ A variable that represents a[CategoryCollection](PowerPoint.categorycollection.md) object.
+ _expression_ A variable that represents a [CategoryCollection](PowerPoint.categorycollection.md) object.
diff --git a/api/PowerPoint.chartdata.activatechartdatawindow.md b/api/PowerPoint.chartdata.activatechartdatawindow.md
index 8754bf72c46..9693a8ba490 100644
--- a/api/PowerPoint.chartdata.activatechartdatawindow.md
+++ b/api/PowerPoint.chartdata.activatechartdatawindow.md
@@ -30,6 +30,6 @@ Opens a Excel data grid window that contains the full source data for the specif
If the data grid window is already open, this method has no effect.
-The **ActivateChartDataWindow** method differs from the[ChartData.Activate](PowerPoint.ChartData.Activate.md) method in that the former opens the chart in an Excel window within Word, with the Excel ribbon unavailable, whereas the latter opens a full version of Excel, with the ribbon available.
+The **ActivateChartDataWindow** method differs from the [ChartData.Activate](PowerPoint.ChartData.Activate.md) method in that the former opens the chart in an Excel window within Word, with the Excel ribbon unavailable, whereas the latter opens a full version of Excel, with the ribbon available.
diff --git a/api/PowerPoint.datalabels.position.md b/api/PowerPoint.datalabels.position.md
index bab0810beda..39dd8a7f600 100644
--- a/api/PowerPoint.datalabels.position.md
+++ b/api/PowerPoint.datalabels.position.md
@@ -15,6 +15,6 @@ Returns a value from the [XlDataLabelPosition](PowerPoint.XlDataLabelPosition.md
_expression_. `Position`
- _expression_ A variable that represents a[DataLabels](PowerPoint.DataLabels.md) object.
+ _expression_ A variable that represents a [DataLabels](PowerPoint.DataLabels.md) object.
diff --git a/api/PowerPoint.fullseriescollection.application.md b/api/PowerPoint.fullseriescollection.application.md
index add5c3445a3..f6fc0c59eff 100644
--- a/api/PowerPoint.fullseriescollection.application.md
+++ b/api/PowerPoint.fullseriescollection.application.md
@@ -18,6 +18,6 @@ When used without an object qualifier, returns an **[Application](PowerPoint.Ap
_expression_. `Application`
- _expression_ A variable that represents a[FullSeriesCollection](PowerPoint.fullseriescollection.md) object.
+ _expression_ A variable that represents a [FullSeriesCollection](PowerPoint.fullseriescollection.md) object.
diff --git a/api/PowerPoint.fullseriescollection.creator.md b/api/PowerPoint.fullseriescollection.creator.md
index 772513c30dc..9e185447a85 100644
--- a/api/PowerPoint.fullseriescollection.creator.md
+++ b/api/PowerPoint.fullseriescollection.creator.md
@@ -18,6 +18,6 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_. `Creator`
- _expression_ A variable that represents a[FullSeriesCollection](PowerPoint.fullseriescollection.md) object.
+ _expression_ A variable that represents a [FullSeriesCollection](PowerPoint.fullseriescollection.md) object.
diff --git a/api/PowerPoint.guide.application.md b/api/PowerPoint.guide.application.md
index b157756d7eb..15a889e805e 100644
--- a/api/PowerPoint.guide.application.md
+++ b/api/PowerPoint.guide.application.md
@@ -18,6 +18,6 @@ When used without an object qualifier, returns an **[Application](PowerPoint.Ap
_expression_. `Application`
- _expression_ A variable that represents a[Guide](PowerPoint.guide.md) object.
+ _expression_ A variable that represents a [Guide](PowerPoint.guide.md) object.
diff --git a/api/PowerPoint.guides.application.md b/api/PowerPoint.guides.application.md
index 4e5f47e3558..a0eebf1e738 100644
--- a/api/PowerPoint.guides.application.md
+++ b/api/PowerPoint.guides.application.md
@@ -18,6 +18,6 @@ When used without an object qualifier, returns an **[Application](PowerPoint.Ap
_expression_. `Application`
- _expression_ A variable that represents a[Guides](PowerPoint.guides.md) object.
+ _expression_ A variable that represents a [Guides](PowerPoint.guides.md) object.
diff --git a/api/PowerPoint.shape.hasinkxml.md b/api/PowerPoint.shape.hasinkxml.md
index 08b471184e8..194235a22a1 100644
--- a/api/PowerPoint.shape.hasinkxml.md
+++ b/api/PowerPoint.shape.hasinkxml.md
@@ -8,7 +8,7 @@ ms.prod: powerpoint
# Shape.HasInkXML Property (PowerPoint)
-Returns an [MsoTriState](./Office.MsoTriState.md) enumeration value that indicates whether the specified shape contains ink XML that can be retrieved via the[Shape.InkXML](PowerPoint.shape.inkxml.md) property. Read-only.
+Returns an [MsoTriState](./Office.MsoTriState.md) enumeration value that indicates whether the specified shape contains ink XML that can be retrieved via the [Shape.InkXML](PowerPoint.shape.inkxml.md) property. Read-only.
An error is returned if the shape does not contain any ink XML.
diff --git a/api/PowerPoint.shaperange.hasinkxml.md b/api/PowerPoint.shaperange.hasinkxml.md
index eea67a70415..6e836b00435 100644
--- a/api/PowerPoint.shaperange.hasinkxml.md
+++ b/api/PowerPoint.shaperange.hasinkxml.md
@@ -8,7 +8,7 @@ ms.prod: powerpoint
# ShapeRange.HasInkXML Property (PowerPoint)
-Returns an [MsoTriState](./Office.MsoTriState.md) enumeration value that indicates whether the specified shape range contains ink XML that can be retrieved via the[ShapeRange.InkXML](PowerPoint.shaperange.inkxml.md) property. Read-only.
+Returns an [MsoTriState](./Office.MsoTriState.md) enumeration value that indicates whether the specified shape range contains ink XML that can be retrieved via the [ShapeRange.InkXML](PowerPoint.shaperange.inkxml.md) property. Read-only.
An error is returned if the shape range does not contain any ink XML.
diff --git a/api/PowerPoint.slidenavigation.application.md b/api/PowerPoint.slidenavigation.application.md
index 3ba95229885..a5a6705a41c 100644
--- a/api/PowerPoint.slidenavigation.application.md
+++ b/api/PowerPoint.slidenavigation.application.md
@@ -18,6 +18,6 @@ When used without an object qualifier, returns an **[Application](PowerPoint.Ap
_expression_. `Application`
- _expression_ A variable that represents a[SlideNavigation](PowerPoint.slidenavigation.md) object.
+ _expression_ A variable that represents a [SlideNavigation](PowerPoint.slidenavigation.md) object.
diff --git a/api/PowerPoint.theme.application.md b/api/PowerPoint.theme.application.md
index 9547d681e3d..835056702bf 100644
--- a/api/PowerPoint.theme.application.md
+++ b/api/PowerPoint.theme.application.md
@@ -15,6 +15,6 @@ When used without an object qualifier, returns an **[Application](PowerPoint.Ap
_expression_. `Application`
- _expression_ A variable that represents a[Theme](PowerPoint.theme.md) object.
+ _expression_ A variable that represents a [Theme](PowerPoint.theme.md) object.
diff --git a/api/PowerPoint.themevariant.application.md b/api/PowerPoint.themevariant.application.md
index 02e1212dfe0..e99c6c449a3 100644
--- a/api/PowerPoint.themevariant.application.md
+++ b/api/PowerPoint.themevariant.application.md
@@ -15,6 +15,6 @@ When used without an object qualifier, returns an **[Application](PowerPoint.Ap
_expression_. `Application`
- _expression_ A variable that represents a[ThemeVariant](PowerPoint.themevariant.md) object.
+ _expression_ A variable that represents a [ThemeVariant](PowerPoint.themevariant.md) object.
diff --git a/api/PowerPoint.themevariants.application.md b/api/PowerPoint.themevariants.application.md
index 5efc9cb44d3..fdb10170b2e 100644
--- a/api/PowerPoint.themevariants.application.md
+++ b/api/PowerPoint.themevariants.application.md
@@ -15,6 +15,6 @@ When used without an object qualifier, returns an **[Application](PowerPoint.Ap
_expression_. `Application`
- _expression_ A variable that represents a[ThemeVariants](PowerPoint.themevariants.md) object.
+ _expression_ A variable that represents a [ThemeVariants](PowerPoint.themevariants.md) object.
diff --git a/api/Project.Application.AddNewColumn.md b/api/Project.Application.AddNewColumn.md
index d6ebd055174..320b55f5db6 100644
--- a/api/Project.Application.AddNewColumn.md
+++ b/api/Project.Application.AddNewColumn.md
@@ -38,7 +38,7 @@ Adds a new column in a specified position, in views where columns can be added.
## Remarks
-If the _Column_ parameter is omitted, **AddNewColumn** inserts a column to the left of the active column, and displays **[Type Column Name]** in the column heading. By comparison, the[ColumnInsert](Project.Application.ColumnInsert.md) method displays the **Field Settings** dialog box for the new column.
+If the _Column_ parameter is omitted, **AddNewColumn** inserts a column to the left of the active column, and displays **[Type Column Name]** in the column heading. By comparison, the [ColumnInsert](Project.Application.ColumnInsert.md) method displays the **Field Settings** dialog box for the new column.
## Example
diff --git a/api/Project.Application.BaselineClear.md b/api/Project.Application.BaselineClear.md
index b79cb0f4ee1..5d1df8369d8 100644
--- a/api/Project.Application.BaselineClear.md
+++ b/api/Project.Application.BaselineClear.md
@@ -30,7 +30,7 @@ Clears the baseline data from the baseline fields or clears the data from a **S
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
| _All_|Optional|**Boolean**|**True** if all tasks in the active project should be cleared. **False** if only the selected tasks should be cleared. The default value is **True**.|
-| _From_|Optional|**Long**|The fields to be cleared. The default value is **pjIntoBaseline**. Can be one of the[PjSaveBaselineTo](Project.PjSaveBaselineTo.md) constants.|
+| _From_|Optional|**Long**|The fields to be cleared. The default value is **pjIntoBaseline**. Can be one of the [PjSaveBaselineTo](Project.PjSaveBaselineTo.md) constants.|
### Return Value
diff --git a/api/Project.Application.BaselineSave.md b/api/Project.Application.BaselineSave.md
index 7efb96056d9..12c84aa7b88 100644
--- a/api/Project.Application.BaselineSave.md
+++ b/api/Project.Application.BaselineSave.md
@@ -30,7 +30,7 @@ Creates a baseline plan.
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
| _All_|Optional|**Boolean**|**True** if the baseline plan is set for all tasks. **False** if the baseline plan is set only for the selected tasks. The default value is **True**.|
-| _Copy_|Optional|**Long**| The fields to copy. Can be one of the[PjSaveBaselineFrom](Project.PjSaveBaselineFrom.md) constants.|
+| _Copy_|Optional|**Long**| The fields to copy. Can be one of the [PjSaveBaselineFrom](Project.PjSaveBaselineFrom.md) constants.|
| _Into_|Optional|**Long**|Where the fields should be copied. Can be one of the [PjSaveBaselineTo](Project.PjSaveBaselineTo.md) constants.|
| _RollupToSummaryTasks_|Optional|**Boolean**|**True** if parent summary task baseline data are rolled up from selected summary tasks.|
| _RollupFromSubtasks_|Optional|**Boolean**|**True** if summary task baseline data are rolled up from subtasks.|
diff --git a/api/Project.Application.BoxFormatEx.md b/api/Project.Application.BoxFormatEx.md
index c24788936c9..b285b028e78 100644
--- a/api/Project.Application.BoxFormatEx.md
+++ b/api/Project.Application.BoxFormatEx.md
@@ -72,6 +72,6 @@ End Sub
```
- **Note** If you use any of the **PjColor** constants for the _BorderColor_ or _BackgroundColor_ parameters, the color will be nearly black. For example, the value of **pjGreen** is 9, which in the **BoxFormatEx** method is a very dark red. To use only the sixteen colors available with **PjColor** constants, use the[BoxFormat](Project.Application.BoxFormat.md) method.
+ **Note** If you use any of the **PjColor** constants for the _BorderColor_ or _BackgroundColor_ parameters, the color will be nearly black. For example, the value of **pjGreen** is 9, which in the **BoxFormatEx** method is a very dark red. To use only the sixteen colors available with **PjColor** constants, use the [BoxFormat](Project.Application.BoxFormat.md) method.
diff --git a/api/Project.Application.BoxLinksEx.md b/api/Project.Application.BoxLinksEx.md
index 0117bac9b19..15e4a069ef2 100644
--- a/api/Project.Application.BoxLinksEx.md
+++ b/api/Project.Application.BoxLinksEx.md
@@ -62,6 +62,6 @@ End Sub
```
- **Note** If you use any of the **PjColor** enumeration constants for the _CriticalColor_ or _NoncriticalColor_ parameters, the color will be nearly black. For example, the value of **pjGreen** is 9, which in the **BoxLinksEx** method is a very dark red. To use only the sixteen colors available with **PjColor** constants, use the[BoxLinks](Project.Application.BoxLinks.md) method.
+ **Note** If you use any of the **PjColor** enumeration constants for the _CriticalColor_ or _NoncriticalColor_ parameters, the color will be nearly black. For example, the value of **pjGreen** is 9, which in the **BoxLinksEx** method is a very dark red. To use only the sixteen colors available with **PjColor** constants, use the [BoxLinks](Project.Application.BoxLinks.md) method.
diff --git a/api/Project.Application.BoxStylesEditEx.md b/api/Project.Application.BoxStylesEditEx.md
index 4334efdcde6..29c2339b60d 100644
--- a/api/Project.Application.BoxStylesEditEx.md
+++ b/api/Project.Application.BoxStylesEditEx.md
@@ -66,6 +66,6 @@ End Sub
```
- **Note** If you use any of the **PjColor** enumeration constants for the _BorderColor_ or _BackgroundColor_ parameters, the color will be nearly black. For example, the value of **pjGreen** is 9, which in the **BoxLinksEx** method is a very dark red. To use only the sixteen colors available with **PjColor** constants, use the[BoxStylesEdit](Project.Application.BoxStylesEdit.md) method.
+ **Note** If you use any of the **PjColor** enumeration constants for the _BorderColor_ or _BackgroundColor_ parameters, the color will be nearly black. For example, the value of **pjGreen** is 9, which in the **BoxLinksEx** method is a very dark red. To use only the sixteen colors available with **PjColor** constants, use the [BoxStylesEdit](Project.Application.BoxStylesEdit.md) method.
diff --git a/api/Project.Application.FindPrevious.md b/api/Project.Application.FindPrevious.md
index 2320c0ccb23..3bd1338bd91 100644
--- a/api/Project.Application.FindPrevious.md
+++ b/api/Project.Application.FindPrevious.md
@@ -30,6 +30,6 @@ Repeats the last search and returns **True** if the search value is found.
## Remarks
-The **FindPrevious** method is functionally identical to the[FindNext method](Project.Application.FindNext.md). It is retained for compatibility with previous versions of Project.
+The **FindPrevious** method is functionally identical to the [FindNext method](Project.Application.FindNext.md). It is retained for compatibility with previous versions of Project.
diff --git a/api/Project.Application.NewProject.md b/api/Project.Application.NewProject.md
index 90861da585e..cd4460554da 100644
--- a/api/Project.Application.NewProject.md
+++ b/api/Project.Application.NewProject.md
@@ -30,7 +30,7 @@ Occurs when a new project is created, including the default project that is crea
## Remarks
-The **NewProject** event for the default project is analogous to the **Open** event for existing projects. The **NewProject** event occurs before the **Activate** event for a new project. Project events do not occur when the project is embedded in another document or application. For more information and sample code for creating and testing an event handler, see[Using Events with Application and Project Objects](../project/Concepts/using-events-with-application-and-project-objects.md).
+The **NewProject** event for the default project is analogous to the **Open** event for existing projects. The **NewProject** event occurs before the **Activate** event for a new project. Project events do not occur when the project is embedded in another document or application. For more information and sample code for creating and testing an event handler, see [Using Events with Application and Project Objects](../project/Concepts/using-events-with-application-and-project-objects.md).
## Example
diff --git a/api/Project.Application.ProjectBeforeAssignmentChange.md b/api/Project.Application.ProjectBeforeAssignmentChange.md
index 2780e0bf9ce..bf9a3078b77 100644
--- a/api/Project.Application.ProjectBeforeAssignmentChange.md
+++ b/api/Project.Application.ProjectBeforeAssignmentChange.md
@@ -35,7 +35,7 @@ Occurs before the user changes the value of an assignment field.
Project events do not occur when the project is embedded in another document or application.
-The **ProjectBeforeAssignmentChange** event doesn't occur when timescaled data changes, when an entire resource or task row is pasted, when an assignment is changed as the result of a drag-and-drop operation in the Resource Usage view, during resource pool operations, when inserting or removing a subproject, or when changes have been made using a custom form. For more information and sample code for creating and testing an event handler, see[Using Events with Application and Project Objects](../project/Concepts/using-events-with-application-and-project-objects.md).
+The **ProjectBeforeAssignmentChange** event doesn't occur when timescaled data changes, when an entire resource or task row is pasted, when an assignment is changed as the result of a drag-and-drop operation in the Resource Usage view, during resource pool operations, when inserting or removing a subproject, or when changes have been made using a custom form. For more information and sample code for creating and testing an event handler, see [Using Events with Application and Project Objects](../project/Concepts/using-events-with-application-and-project-objects.md).
## Example
diff --git a/api/Project.Application.ProjectBeforeTaskChange.md b/api/Project.Application.ProjectBeforeTaskChange.md
index 7e19cc3c3bd..33828577495 100644
--- a/api/Project.Application.ProjectBeforeTaskChange.md
+++ b/api/Project.Application.ProjectBeforeTaskChange.md
@@ -35,7 +35,7 @@ Occurs before the user changes the value of a task field.
Project events do not occur when the project is embedded in another document or application.
-The **ProjectBeforeTaskChange** event doesn't occur when timescaled data changes, when constraint data in the Task Details Form changes, when a task is split by manipulating its task bar on the Gantt Chart, when changes are made to outline level or outline number, when a baseline is saved, when a baseline is cleared, when an entire task row is pasted, during resource pool operations, when inserting or removing a subproject, or when changes have been made using a custom form. For more information and sample code for creating and testing an event handler, see[Using Events with Application and Project Objects](../project/Concepts/using-events-with-application-and-project-objects.md).
+The **ProjectBeforeTaskChange** event doesn't occur when timescaled data changes, when constraint data in the Task Details Form changes, when a task is split by manipulating its task bar on the Gantt Chart, when changes are made to outline level or outline number, when a baseline is saved, when a baseline is cleared, when an entire task row is pasted, during resource pool operations, when inserting or removing a subproject, or when changes have been made using a custom form. For more information and sample code for creating and testing an event handler, see [Using Events with Application and Project Objects](../project/Concepts/using-events-with-application-and-project-objects.md).
## Example
diff --git a/api/Project.PjField.md b/api/Project.PjField.md
index bbc7d058653..ccde5d1611e 100644
--- a/api/Project.PjField.md
+++ b/api/Project.PjField.md
@@ -1357,12 +1357,9 @@ Contains constants that specify a resource or task field in Project.
## Remarks
-Many properties, methods, and events use the **PjField** enumeration. For example, see the **GetField** method and **SetField** method of the **Resource** object and **Task** object, the[SetResourceFieldByID](Project.Application.SetResourceFieldByID.md) method, and the[SetTaskFieldByID](Project.Application.SetTaskFieldByID.md) method. To convert between a field name and the field constant value, see the[FieldConstantToFieldName](Project.Application.FieldConstantToFieldName.md) method and the[FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md) method.
+Many properties, methods, and events use the **PjField** enumeration. For example, see the **GetField** method and **SetField** method of the **Resource** object and **Task** object, the [SetResourceFieldByID](Project.Application.SetResourceFieldByID.md) method, and the [SetTaskFieldByID](Project.Application.SetTaskFieldByID.md) method. To convert between a field name and the field constant value, see the [FieldConstantToFieldName](Project.Application.FieldConstantToFieldName.md) method and the [FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md) method.
For more information about working with fields in Project, see the _Available fields reference_ topic. In Project Help, search for _Available fields_.
-## See also
-
-[Available fields reference](https://office.microsoft.com/en-us/project-help/available-fields-reference-HA102749299.aspx?CTT=1)
diff --git a/api/Project.PjPaperSize.md b/api/Project.PjPaperSize.md
index c7da9cba163..3a6845f8c7d 100644
--- a/api/Project.PjPaperSize.md
+++ b/api/Project.PjPaperSize.md
@@ -136,6 +136,6 @@ Contains constants that specify the paper size.
## Remarks
-The **PjPaperSize** enumeration is used by the[Application.FilePageSetupPage](Project.Application.FilePageSetupPage.md) method.
+The **PjPaperSize** enumeration is used by the [Application.FilePageSetupPage](Project.Application.FilePageSetupPage.md) method.
diff --git a/api/Project.PjResourceTimescaledData.md b/api/Project.PjResourceTimescaledData.md
index c760c1bb70a..41038897e80 100644
--- a/api/Project.PjResourceTimescaledData.md
+++ b/api/Project.PjResourceTimescaledData.md
@@ -112,7 +112,7 @@ Contains constants that specify a resource field for timescaled data in the Proj
## Remarks
-The **PjResourceTimescaledData** enumeration is used by the[Resource.TimeScaleData](Project.Resource.TimeScaleData.md) method.
+The **PjResourceTimescaledData** enumeration is used by the [Resource.TimeScaleData](Project.Resource.TimeScaleData.md) method.
For more information about working with fields in Project, see the _Available fields reference_ topic. In Project Help, search for _Available fields_.
@@ -120,4 +120,4 @@ For more information about working with fields in Project, see the _Available f
## See also
-[Available fields reference](https://office.microsoft.com/en-us/project-help/available-fields-reference-HA102749299.aspx?CTT=1)
+[Available fields reference](https://support.office.com/article/Available-fields-reference-615a4563-1cc3-40f4-b66f-1b17e793a460)
diff --git a/api/Project.PjTaskTimescaledData.md b/api/Project.PjTaskTimescaledData.md
index a5b1d2df33a..10545fcaac3 100644
--- a/api/Project.PjTaskTimescaledData.md
+++ b/api/Project.PjTaskTimescaledData.md
@@ -128,7 +128,7 @@ Contains constants that specify the type of field for task timescaled data in th
## Remarks
-The **PjTaskTimescaledData** enumeration is used by the[Task.TimeScaleData](Project.Task.TimeScaleData.md) method.
+The **PjTaskTimescaledData** enumeration is used by the [Task.TimeScaleData](Project.Task.TimeScaleData.md) method.
For more information about working with fields in Project, see the _Available fields reference_ topic. In Project Help, search for _Available fields_.
@@ -136,4 +136,4 @@ For more information about working with fields in Project, see the _Available f
## See also
-[Available fields reference](https://office.microsoft.com/en-us/project-help/available-fields-reference-HA102749299.aspx?CTT=1)
+[Available fields reference](https://support.office.com/article/Available-fields-reference-615a4563-1cc3-40f4-b66f-1b17e793a460)
diff --git a/api/Project.PjTimescaledData.md b/api/Project.PjTimescaledData.md
index baf561f0bd0..38b647d77ba 100644
--- a/api/Project.PjTimescaledData.md
+++ b/api/Project.PjTimescaledData.md
@@ -137,7 +137,7 @@ Contains constants that specify the type of field for timescaled data in the Pro
## Remarks
-The **PjTimescaledData** enumeration is used by the[Application.DetailStylesToggleItem](Project.Application.DetailStylesToggleItem.md) method.
+The **PjTimescaledData** enumeration is used by the [Application.DetailStylesToggleItem](Project.Application.DetailStylesToggleItem.md) method.
For more information about working with fields in Project, see the _Available fields reference_ topic. In Project Help, search for _Available fields_.
@@ -145,4 +145,4 @@ For more information about working with fields in Project, see the _Available f
## See also
-[Available fields reference](https://office.microsoft.com/en-us/project-help/available-fields-reference-HA102749299.aspx?CTT=1)
+[Available fields reference](https://support.office.com/article/Available-fields-reference-615a4563-1cc3-40f4-b66f-1b17e793a460)
diff --git a/api/Project.Project.SetCustomUI.md b/api/Project.Project.SetCustomUI.md
index eb8541ffc7f..f6017e603e6 100644
--- a/api/Project.Project.SetCustomUI.md
+++ b/api/Project.Project.SetCustomUI.md
@@ -45,7 +45,7 @@ Because Project uses a binary file format, the **SetCustomUI** method is requir
The _CustomUIXML_ value must be valid XML for Microsoft Office custom ribbon content. The XML value must begin with the **mso:customUI** element, followed by the **mso:ribbon** element. If the **mso:ribbon** element is empty, **SetCustomUI** removes ribbon customizations.
-There are many articles on MSDN about customizing the ribbon for the Fluent user interface in Microsoft Office applications. For more information, see [Office Fluent User Interface Developer Portal](https://msdn.microsoft.com/en-us/office/aa905530.aspx).
+There are many articles on MSDN about customizing the ribbon for the Fluent user interface in Microsoft Office applications. For more information, see [Office Fluent User Interface Developer Portal](https://msdn.microsoft.com/office/aa905530.aspx).
## Example
diff --git a/api/Project.Task.LinkPredecessors.md b/api/Project.Task.LinkPredecessors.md
index 9bb1b31ba75..25163394132 100644
--- a/api/Project.Task.LinkPredecessors.md
+++ b/api/Project.Task.LinkPredecessors.md
@@ -27,7 +27,7 @@ Adds one or more predecessors to the task.
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
| _Tasks_|Required|**Object**| The **Task** or **Tasks** object specified becomes a predecessor of the task specified with **expression**.|
-| _Link_|Optional|**Long**| A constant that specifies the relationship between tasks that become linked. Can be one of the[PjTaskLinkType](Project.PjTaskLinkType.md) constants. The default value is **pjFinishToStart**.|
+| _Link_|Optional|**Long**| A constant that specifies the relationship between tasks that become linked. Can be one of the [PjTaskLinkType](Project.PjTaskLinkType.md) constants. The default value is **pjFinishToStart**.|
| _Lag_|Optional|**Variant**|A string that specifies the duration of lag time between linked tasks. To specify lead time between tasks, use an expression for **Lag** that evaluates to a negative value.|
## Example
diff --git a/api/Project.Task.LinkSuccessors.md b/api/Project.Task.LinkSuccessors.md
index 374d3a4e9a4..ccb5d3ff3ff 100644
--- a/api/Project.Task.LinkSuccessors.md
+++ b/api/Project.Task.LinkSuccessors.md
@@ -27,7 +27,7 @@ Adds one or more successors to the task.
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
| _Tasks_|Required|**Object**|The **Task** or **Tasks** object specified becomes a successor of the task specified with **expression**.|
-| _Link_|Optional|**Long**| A constant that specifies the relationship between tasks that become linked. Can be one of the[PjTaskLinkType](Project.PjTaskLinkType.md) constants. The default value is **pjFinishToStart**.|
+| _Link_|Optional|**Long**| A constant that specifies the relationship between tasks that become linked. Can be one of the [PjTaskLinkType](Project.PjTaskLinkType.md) constants. The default value is **pjFinishToStart**.|
| _Lag_|Optional|**Variant**|A string that specifies the duration of lag time between linked tasks. To specify lead time between tasks, use an expression for **Lag** that evaluates to a negative value.|
### Return Value
diff --git a/api/Project.Years.Count.md b/api/Project.Years.Count.md
index 0a74199c163..f7f5a8c90b3 100644
--- a/api/Project.Years.Count.md
+++ b/api/Project.Years.Count.md
@@ -29,7 +29,7 @@ The following statement prints 166 in the **Immediate** pane of the VBE. The va
Print ActiveProject.Calendar.Years.Count
```
-Use of the **Count** property in most collection objects is similar. For an example that uses the **Years** collection, see[Years Object](Project.years.md).
+Use of the **Count** property in most collection objects is similar. For an example that uses the **Years** collection, see [Years Object](Project.years.md).
## See also
diff --git a/api/Project.chart.getchartelement.md b/api/Project.chart.getchartelement.md
index d6de04bf345..f7585990994 100644
--- a/api/Project.chart.getchartelement.md
+++ b/api/Project.chart.getchartelement.md
@@ -27,9 +27,9 @@ Returns information about the chart element at specified X and Y coordinates. Th
|:-----|:-----|:-----|:-----|
| _x_|Required|**Long**|The X coordinate of the chart element.|
| _y_|Required|**Long**|The Y coordinate of the chart element.|
-| _ElementID_|Required|**Long**|When the **GetChartElement** method returns, _ElementID_ contains the **Office.XLChartItem** value of the chart element at the specified coordinates. For more information, see[Remarks](#pj15_VBAGetChartElement_Remarks).|
-| _Arg1_|Required|**Long**|When the method returns, _Arg1_ contains information related to the chart element. For more information, see[Remarks](#pj15_VBAGetChartElement_Remarks).|
-| _Arg2_|Required|**Long**|When the method returns, _Arg2_ contains information related to the chart element. For more information, see[Remarks](#pj15_VBAGetChartElement_Remarks).|
+| _ElementID_|Required|**Long**|When the **GetChartElement** method returns, _ElementID_ contains the **Office.XLChartItem** value of the chart element at the specified coordinates. For more information, see [Remarks](#pj15_VBAGetChartElement_Remarks).|
+| _Arg1_|Required|**Long**|When the method returns, _Arg1_ contains information related to the chart element. For more information, see [Remarks](#pj15_VBAGetChartElement_Remarks).|
+| _Arg2_|Required|**Long**|When the method returns, _Arg2_ contains information related to the chart element. For more information, see [Remarks](#pj15_VBAGetChartElement_Remarks).|
| _x_|Required|INT32||
| _y_|Required|INT32||
| _ElementID_|Required|INT32||
diff --git a/api/Project.chart.md b/api/Project.chart.md
index dbf28cd5cf5..4f74a927604 100644
--- a/api/Project.chart.md
+++ b/api/Project.chart.md
@@ -16,7 +16,7 @@ The **Chart** object represents a chart on a report in Project.
The **Chart** object in Project includes the standard members that other Office applications implement for Office Art. For example, see the **Chart** object in the VBA object model for Word, Excel, and PowerPoint.
-In Project, a chart is represented by a **Chart** object, which is contained by a **[Shape](./Project.shape.md)** object or a **[ShapeRange](./Project.shaperange.md)** collection in a **[Report](./Project.report.md)** object. For a diagram that shows the **Chart** object in the Project object model hierarchy, see[Application and Projects object map](../project/Concepts/application-and-projects-object-map-project.md).
+In Project, a chart is represented by a **Chart** object, which is contained by a **[Shape](./Project.shape.md)** object or a **[ShapeRange](./Project.shaperange.md)** collection in a **[Report](./Project.report.md)** object. For a diagram that shows the **Chart** object in the Project object model hierarchy, see [Application and Projects object map](../project/Concepts/application-and-projects-object-map-project.md).
**Note** Macro recording for the **Chart** object is not implemented. That is, when you record a macro in Project and manually add a chart, add chart elements, or manually format a chart in a report, the steps for adding and manipulating the chart are not recorded.
diff --git a/api/Project.chart.perspective.md b/api/Project.chart.perspective.md
index 6a2a05eb533..77f65ea05f0 100644
--- a/api/Project.chart.perspective.md
+++ b/api/Project.chart.perspective.md
@@ -18,7 +18,7 @@ Gets or sets a value that represents the perspective for the 3-D chart view. Rea
## Remarks
-The value of the **Perspective** property must be between 0 and 100. **Perspective** is ignored if the[RightAngleAxes](Project.chart.rightangleaxes.md) property is **True**.
+The value of the **Perspective** property must be between 0 and 100. **Perspective** is ignored if the [RightAngleAxes](Project.chart.rightangleaxes.md) property is **True**.
## Example
diff --git a/api/Project.pjcachejobstate.md b/api/Project.pjcachejobstate.md
index b24759d5566..399db629578 100644
--- a/api/Project.pjcachejobstate.md
+++ b/api/Project.pjcachejobstate.md
@@ -48,7 +48,7 @@ Contains constants that specify the cache status of a job that Project Professio
## Remarks
-The **[Application.GetCacheStatusForProject](Project.application.getcachestatusforproject.md)** property returns a **PjCacheJobState** constant. The **PjCacheJobState** constants from 0 to 13 correspond to the[JobState enumeration](https://msdn.microsoft.com/en-us/library/websvcqueuesystem.jobstate_di_pj14mref%28office.15%29.aspx) of the **QueueSystem** service in the Project Server Interface (PSI).
+The **[Application.GetCacheStatusForProject](Project.application.getcachestatusforproject.md)** property returns a **PjCacheJobState** constant. The **PjCacheJobState** constants from 0 to 13 correspond to the [JobState enumeration](https://msdn.microsoft.com/library/websvcqueuesystem.jobstate_di_pj14mref%28office.15%29.aspx) of the **QueueSystem** service in the Project Server Interface (PSI).
## See also
@@ -56,4 +56,4 @@ The **[Application.GetCacheStatusForProject](Project.application.getcachestatus
[GetCacheStatusForProject Property](Project.application.getcachestatusforproject.md)
[PjJobType Enumeration](Project.pjjobtype.md)
-[QueueConstants.JobState enumeration](https://msdn.microsoft.com/en-us/library/microsoft.office.project.server.library.queueconstants.jobstate_di_pj14mref%28office.15%29.aspx)
+[QueueConstants.JobState enumeration](https://msdn.microsoft.com/library/microsoft.office.project.server.library.queueconstants.jobstate_di_pj14mref%28office.15%29.aspx)
diff --git a/api/Project.pjviewtype.md b/api/Project.pjviewtype.md
index a141a6ffc57..8760e7aa9a4 100644
--- a/api/Project.pjviewtype.md
+++ b/api/Project.pjviewtype.md
@@ -43,5 +43,5 @@ Contains constants that specify a view in Project.
|**pjViewTimeline**|25|**Timeline** view.|
|**pjViewTrackingGantt**|26|**Tracking Gantt** view.|
-The **PjViewType** enumeration is used in the[ViewApplyEx](Project.Application.ViewApplyEx.md) method.
+The **PjViewType** enumeration is used in the [ViewApplyEx](Project.Application.ViewApplyEx.md) method.
diff --git a/api/Project.reporttable.getcelltext.md b/api/Project.reporttable.getcelltext.md
index 77c132cd233..adc00eeb92d 100644
--- a/api/Project.reporttable.getcelltext.md
+++ b/api/Project.reporttable.getcelltext.md
@@ -44,7 +44,7 @@ The returned string ends with a newline character ( `chr(10)`, which is equivale
## Example
-The **GetTableText** example finds all of the tables on the active report, gets the value of each cell in a table, removes the last character of each value (the newline character), and then prints the table cell values to the Immediate window in the VBE. To use the **GetTableText** macro, create a project with values such as the example that is specified in the[Chart Object](Project.chart.md) topic, and then do the following steps (see Figure 1):
+The **GetTableText** example finds all of the tables on the active report, gets the value of each cell in a table, removes the last character of each value (the newline character), and then prints the table cell values to the Immediate window in the VBE. To use the **GetTableText** macro, create a project with values such as the example that is specified in the [Chart Object](Project.chart.md) topic, and then do the following steps (see Figure 1):
1. Manually create a report. For example, on the **PROJECT** tab of the ribbon, in the **Reports** drop-down list, choose **More Reports**. In the **Reports** dialog box, choose **New** in the left pane, choose **Blank** in the right pane, and then choose **Select**. In the **Report Name** dialog box, typeReport 1.
diff --git a/api/Project.reporttable.md b/api/Project.reporttable.md
index c34217219c8..29dfe4c8089 100644
--- a/api/Project.reporttable.md
+++ b/api/Project.reporttable.md
@@ -73,7 +73,7 @@ Sub TestReportTable()
End Sub
```
-In Figure 1, the top **ReportTable** object in the Table Tests report is created by the **TestReportTable** macro. When you first create the table, it has one row and one column; the _NumRows_ and _NumColumns_ parameters of the **AddTable** method have no effect. The number of rows and columns in the table is updated when you manually add fields to the table from the **Field List** task pane, or when you use the[UpdateTableData](Project.reporttable.updatetabledata.md) method. You can filter the fields to limit the number of rows. The **TestReportTable** macro writes the following in the Immediate window of the VBE:
+In Figure 1, the top **ReportTable** object in the Table Tests report is created by the **TestReportTable** macro. When you first create the table, it has one row and one column; the _NumRows_ and _NumColumns_ parameters of the **AddTable** method have no effect. The number of rows and columns in the table is updated when you manually add fields to the table from the **Field List** task pane, or when you use the [UpdateTableData](Project.reporttable.updatetabledata.md) method. You can filter the fields to limit the number of rows. The **TestReportTable** macro writes the following in the Immediate window of the VBE:
diff --git a/api/Project.seriescollection.count.md b/api/Project.seriescollection.count.md
index b489f8e991c..d1e36ae5127 100644
--- a/api/Project.seriescollection.count.md
+++ b/api/Project.seriescollection.count.md
@@ -18,7 +18,7 @@ Gets the number of **Series** objects in the collection. Read-only **Long**.
## Remarks
-For an example that uses the **SeriesCollection.Count** property, see the[SeriesCollection](Project.seriescollection.md) object.
+For an example that uses the **SeriesCollection.Count** property, see the [SeriesCollection](Project.seriescollection.md) object.
## See also
diff --git a/api/Project.shape.adjustments.md b/api/Project.shape.adjustments.md
index 5e2d0d197d0..636b35f2437 100644
--- a/api/Project.shape.adjustments.md
+++ b/api/Project.shape.adjustments.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Adjustments Property (Project)
-Gets an **[Adjustments](https://msdn.microsoft.com/en-us/library/office/ff838852%28v=office.15%29)** object that contains adjustment values for all the adjustments in the shape. Applies to any **Shape** object that represents an AutoShape, WordArt, or a connector. Read-only **Adjustments**.
+Gets an **[Adjustments](https://msdn.microsoft.com/library/office/ff838852%28v=office.15%29)** object that contains adjustment values for all the adjustments in the shape. Applies to any **Shape** object that represents an AutoShape, WordArt, or a connector. Read-only **Adjustments**.
## Syntax
@@ -25,4 +25,4 @@ Gets an **[Adjustments](https://msdn.microsoft.com/en-us/library/office/ff83885
[Shape Object](Project.shape.md)
-[Adjustments](https://msdn.microsoft.com/en-us/library/office/ff838852%28v=office.15%29)
+[Adjustments](https://msdn.microsoft.com/library/office/ff838852%28v=office.15%29)
diff --git a/api/Project.shape.autoshapetype.md b/api/Project.shape.autoshapetype.md
index 9ffa293f775..b92f9ce6d75 100644
--- a/api/Project.shape.autoshapetype.md
+++ b/api/Project.shape.autoshapetype.md
@@ -30,4 +30,4 @@ When you change the type of a shape, the shape retains its size, color, and othe
[Shape Object](Project.shape.md)
-[MsoAutoShapeType Enumeration](https://msdn.microsoft.com/en-us/library/office/ff862770%28v=office.15%29)
+[MsoAutoShapeType Enumeration](https://msdn.microsoft.com/library/office/ff862770%28v=office.15%29)
diff --git a/api/Project.shape.backgroundstyle.md b/api/Project.shape.backgroundstyle.md
index f05fc91231f..d2b26d57709 100644
--- a/api/Project.shape.backgroundstyle.md
+++ b/api/Project.shape.backgroundstyle.md
@@ -25,4 +25,4 @@ Gets or sets the background style. Read/write **MsoBackgroundStyleIndex**.
[Shape Object](Project.shape.md)
-[MsoBackgroundStyleIndex Enumeration](https://msdn.microsoft.com/en-us/library/office/ff862530%28v=office.15%29)
+[MsoBackgroundStyleIndex Enumeration](https://msdn.microsoft.com/library/office/ff862530%28v=office.15%29)
diff --git a/api/Project.shape.blackwhitemode.md b/api/Project.shape.blackwhitemode.md
index 6a9280a9523..f64332d0d8e 100644
--- a/api/Project.shape.blackwhitemode.md
+++ b/api/Project.shape.blackwhitemode.md
@@ -25,4 +25,4 @@ Gets or sets a value that indicates how the shape appears when it is viewed in b
[Shape Object](Project.shape.md)
-[MsoBlackWhiteMode Enumeration](https://msdn.microsoft.com/en-us/library/office/ff860913%28v=office.15%29)
+[MsoBlackWhiteMode Enumeration](https://msdn.microsoft.com/library/office/ff860913%28v=office.15%29)
diff --git a/api/Project.shape.callout.md b/api/Project.shape.callout.md
index 1ef5dbe65cb..891c101b1ee 100644
--- a/api/Project.shape.callout.md
+++ b/api/Project.shape.callout.md
@@ -25,4 +25,4 @@ Gets callout formatting properties for the shape, when the **Shape** object rep
[Shape Object](Project.shape.md)
-[CalloutFormat Object](https://msdn.microsoft.com/en-us/library/office/ff839772%28v=office.15%29)
+[CalloutFormat Object](https://msdn.microsoft.com/library/office/ff839772%28v=office.15%29)
diff --git a/api/Project.shape.child.md b/api/Project.shape.child.md
index c17b2ea619c..3d425ab4a83 100644
--- a/api/Project.shape.child.md
+++ b/api/Project.shape.child.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Child Property (Project)
-Gets a value that indicates whether the shape is a child shape. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether the shape is a child shape. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets a value that indicates whether the shape is a child shape. Read-only **[Ms
[Shape Object](Project.shape.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shape.connector.md b/api/Project.shape.connector.md
index f1ace4321ef..1e64e11075e 100644
--- a/api/Project.shape.connector.md
+++ b/api/Project.shape.connector.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Connector Property (Project)
-Gets a value that indicates whether the shape is a connector. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**
+Gets a value that indicates whether the shape is a connector. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**
## Syntax
@@ -25,4 +25,4 @@ Gets a value that indicates whether the shape is a connector. Read-only **[MsoT
[Shape Object](Project.shape.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shape.connectorformat.md b/api/Project.shape.connectorformat.md
index fbe42286241..c3b4831ac09 100644
--- a/api/Project.shape.connectorformat.md
+++ b/api/Project.shape.connectorformat.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.ConnectorFormat Property (Project)
-Gets a **ConnectorFormat** object that contains connector formatting properties. Applies to a **Shape** that represents a connector. Read-only **[ConnectorFormat](https://msdn.microsoft.com/en-us/library/office/ff820940%28v=office.15%29)**.
+Gets a **ConnectorFormat** object that contains connector formatting properties. Applies to a **Shape** that represents a connector. Read-only **[ConnectorFormat](https://msdn.microsoft.com/library/office/ff820940%28v=office.15%29)**.
## Syntax
@@ -47,4 +47,4 @@ End With
[Shape Object](Project.shape.md)
[AddConnector Method](Project.shapes.addconnector.md)
-[ConnectorFormat](https://msdn.microsoft.com/en-us/library/office/ff820940%28v=office.15%29)
+[ConnectorFormat](https://msdn.microsoft.com/library/office/ff820940%28v=office.15%29)
diff --git a/api/Project.shape.fill.md b/api/Project.shape.fill.md
index 38ccb789515..20aa5473255 100644
--- a/api/Project.shape.fill.md
+++ b/api/Project.shape.fill.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Fill Property (Project)
-Gets a **FillFormat** object for the shape, if the shape contains fill formatting properties. Read-only **[FillFormat](https://msdn.microsoft.com/en-us/library/office/ff838198%28v=office.15%29)**.
+Gets a **FillFormat** object for the shape, if the shape contains fill formatting properties. Read-only **[FillFormat](https://msdn.microsoft.com/library/office/ff838198%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets a **FillFormat** object for the shape, if the shape contains fill formatti
[Shape Object](Project.shape.md)
-[FillFormat](https://msdn.microsoft.com/en-us/library/office/ff838198%28v=office.15%29)
+[FillFormat](https://msdn.microsoft.com/library/office/ff838198%28v=office.15%29)
diff --git a/api/Project.shape.flip.md b/api/Project.shape.flip.md
index cb5291198ec..0ecac7ecab7 100644
--- a/api/Project.shape.flip.md
+++ b/api/Project.shape.flip.md
@@ -22,7 +22,7 @@ Flips the shape around its horizontal or vertical axis.
|**Name**|**Required/Optional**|**Data type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _FlipCmd_|Required|**[MsoFlipCmd](https://msdn.microsoft.com/en-us/library/office/ff863040%28v=office.15%29)**|Specifies whether the shape is to be flipped horizontally or vertically.|
+| _FlipCmd_|Required|**[MsoFlipCmd](https://msdn.microsoft.com/library/office/ff863040%28v=office.15%29)**|Specifies whether the shape is to be flipped horizontally or vertically.|
| _FlipCmd_|Required|MSOFLIPCMD||
### Return value
@@ -34,4 +34,4 @@ Flips the shape around its horizontal or vertical axis.
[Shape Object](Project.shape.md)
-[MsoFlipCmd](https://msdn.microsoft.com/en-us/library/office/ff863040%28v=office.15%29)
+[MsoFlipCmd](https://msdn.microsoft.com/library/office/ff863040%28v=office.15%29)
diff --git a/api/Project.shape.glow.md b/api/Project.shape.glow.md
index 3b1699701f3..d7619e41d4d 100644
--- a/api/Project.shape.glow.md
+++ b/api/Project.shape.glow.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Glow Property (Project)
-Gets a **GlowFormat** object for the shape, if the shape contains glow formatting properties. Read-only **[GlowFormat](https://msdn.microsoft.com/en-us/library/office/ff864010%28v=office.15%29)**.
+Gets a **GlowFormat** object for the shape, if the shape contains glow formatting properties. Read-only **[GlowFormat](https://msdn.microsoft.com/library/office/ff864010%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets a **GlowFormat** object for the shape, if the shape contains glow formatti
[Shape Object](Project.shape.md)
-[GlowFormat](https://msdn.microsoft.com/en-us/library/office/ff864010%28v=office.15%29)
+[GlowFormat](https://msdn.microsoft.com/library/office/ff864010%28v=office.15%29)
diff --git a/api/Project.shape.groupitems.md b/api/Project.shape.groupitems.md
index 7027205b155..c65d56e0b5e 100644
--- a/api/Project.shape.groupitems.md
+++ b/api/Project.shape.groupitems.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.GroupItems Property (Project)
-Gets a **GroupShapes** object that represents the individual shapes in a group, if the **Shape** object represents a group of shapes. Read-only **[GroupShapes](https://msdn.microsoft.com/en-us/library/office/ff195331%28v=office.15%29)**.
+Gets a **GroupShapes** object that represents the individual shapes in a group, if the **Shape** object represents a group of shapes. Read-only **[GroupShapes](https://msdn.microsoft.com/library/office/ff195331%28v=office.15%29)**.
## Syntax
@@ -30,4 +30,4 @@ Use the **GroupShapes.Item** method to return a single shape from the group.
[Shape Object](Project.shape.md)
-[GroupShapes](https://msdn.microsoft.com/en-us/library/office/ff195331%28v=office.15%29)
+[GroupShapes](https://msdn.microsoft.com/library/office/ff195331%28v=office.15%29)
diff --git a/api/Project.shape.haschart.md b/api/Project.shape.haschart.md
index d4d7543bad3..ca3b1b1b87e 100644
--- a/api/Project.shape.haschart.md
+++ b/api/Project.shape.haschart.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.HasChart Property (Project)
-Gets a value that indicates whether the shape contains a chart. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether the shape contains a chart. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -26,4 +26,4 @@ Gets a value that indicates whether the shape contains a chart. Read-only **[Ms
[Shape Object](Project.shape.md)
[Chart Object](Project.chart.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shape.hastable.md b/api/Project.shape.hastable.md
index dd056ab9e54..14fc0c3377b 100644
--- a/api/Project.shape.hastable.md
+++ b/api/Project.shape.hastable.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.HasTable Property (Project)
-Gets a value that indicates whether the shape contains a table. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether the shape contains a table. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -29,4 +29,4 @@ Gets a value that indicates whether the shape contains a table. Read-only **[Ms
[Shape Object](Project.shape.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shape.horizontalflip.md b/api/Project.shape.horizontalflip.md
index cff5d247774..731adfd4aec 100644
--- a/api/Project.shape.horizontalflip.md
+++ b/api/Project.shape.horizontalflip.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.HorizontalFlip Property (Project)
-Gets a value that indicates whether the shape is flipped around the horizontal axis. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether the shape is flipped around the horizontal axis. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -26,4 +26,4 @@ Gets a value that indicates whether the shape is flipped around the horizontal a
[Shape Object](Project.shape.md)
[VerticalFlip Property](Project.shape.verticalflip.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shape.line.md b/api/Project.shape.line.md
index d9d4883dfd2..80e28ef7b1a 100644
--- a/api/Project.shape.line.md
+++ b/api/Project.shape.line.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Line Property (Project)
-Gets the line formatting properties for the shape. Read-only **[LineFormat](https://msdn.microsoft.com/en-us/library/office/ff194214%28v=office.15%29)**.
+Gets the line formatting properties for the shape. Read-only **[LineFormat](https://msdn.microsoft.com/library/office/ff194214%28v=office.15%29)**.
## Syntax
@@ -30,4 +30,4 @@ For a line, the **LineFormat** object represents the line itself; for a shape w
[Shape Object](Project.shape.md)
-[LineFormat](https://msdn.microsoft.com/en-us/library/office/ff194214%28v=office.15%29)
+[LineFormat](https://msdn.microsoft.com/library/office/ff194214%28v=office.15%29)
diff --git a/api/Project.shape.lockaspectratio.md b/api/Project.shape.lockaspectratio.md
index 52e5b5ecacc..145a1f7b539 100644
--- a/api/Project.shape.lockaspectratio.md
+++ b/api/Project.shape.lockaspectratio.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.LockAspectRatio Property (Project)
-Gets or sets a value that indicates whether the shape retains its original proportions when you resize it; that is, whether the aspect ratio of the shape is locked. Read-write **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**
+Gets or sets a value that indicates whether the shape retains its original proportions when you resize it; that is, whether the aspect ratio of the shape is locked. Read-write **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**
## Syntax
@@ -69,4 +69,4 @@ In Figure 1, the right shape with the locked aspect ratio is selected.
[Shape Object](Project.shape.md)
[ShapeRange.LockAspectRatio Property](Project.shaperange.lockaspectratio.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shape.nodes.md b/api/Project.shape.nodes.md
index 75c7dcacdf2..a8899e1c95b 100644
--- a/api/Project.shape.nodes.md
+++ b/api/Project.shape.nodes.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Nodes Property (Project)
-Gets the geometric description of nodes or control points in the shape. Read-only **[ShapeNodes](https://msdn.microsoft.com/en-us/library/office/ff822109%28v=office.15%29)**.
+Gets the geometric description of nodes or control points in the shape. Read-only **[ShapeNodes](https://msdn.microsoft.com/library/office/ff822109%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets the geometric description of nodes or control points in the shape. Read-onl
[Shape Object](Project.shape.md)
-[ShapeNodes](https://msdn.microsoft.com/en-us/library/office/ff822109%28v=office.15%29)
+[ShapeNodes](https://msdn.microsoft.com/library/office/ff822109%28v=office.15%29)
diff --git a/api/Project.shape.reflection.md b/api/Project.shape.reflection.md
index 21295b2f797..cfef563655c 100644
--- a/api/Project.shape.reflection.md
+++ b/api/Project.shape.reflection.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Reflection Property (Project)
-Gets the reflection formatting for the shape. Read-only **[ReflectionFormat](https://msdn.microsoft.com/en-us/library/office/ff863140%28v=office.15%29)**.
+Gets the reflection formatting for the shape. Read-only **[ReflectionFormat](https://msdn.microsoft.com/library/office/ff863140%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets the reflection formatting for the shape. Read-only **[ReflectionFormat](ht
[Shape Object](Project.shape.md)
-[ReflectionFormat](https://msdn.microsoft.com/en-us/library/office/ff863140%28v=office.15%29)
+[ReflectionFormat](https://msdn.microsoft.com/library/office/ff863140%28v=office.15%29)
diff --git a/api/Project.shape.scaleheight.md b/api/Project.shape.scaleheight.md
index 7dc6694018c..d5fa8fabed8 100644
--- a/api/Project.shape.scaleheight.md
+++ b/api/Project.shape.scaleheight.md
@@ -72,5 +72,5 @@ End Sub
[Shape Object](Project.shape.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
-[MsoScaleFrom](https://msdn.microsoft.com/en-us/library/office/ff863348%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
+[MsoScaleFrom](https://msdn.microsoft.com/library/office/ff863348%28v=office.15%29)
diff --git a/api/Project.shape.scalewidth.md b/api/Project.shape.scalewidth.md
index b8cb5038abf..857d2c61686 100644
--- a/api/Project.shape.scalewidth.md
+++ b/api/Project.shape.scalewidth.md
@@ -23,8 +23,8 @@ Scales the width of the shape by a specified factor.
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|The ratio between the width of the shape after you resize it and the current width. For example, to make a rectangle 50 percent wider, specify 1.5 for the _Factor_ parameter.|
-| _RelativeToOriginalSize_|Required|**[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**|**msoFalse** scales the shape relative to its current size. For Project, the value must be **msoFalse**.|
-| _fScale_|Optional|**[MsoScaleFrom](https://msdn.microsoft.com/en-us/library/office/ff863348%28v=office.15%29)**|Specifies which part of the shape retains its position when the shape is scaled.|
+| _RelativeToOriginalSize_|Required|**[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**|**msoFalse** scales the shape relative to its current size. For Project, the value must be **msoFalse**.|
+| _fScale_|Optional|**[MsoScaleFrom](https://msdn.microsoft.com/library/office/ff863348%28v=office.15%29)**|Specifies which part of the shape retains its position when the shape is scaled.|
| _Factor_|Required|FLOAT||
| _RelativeToOriginalSize_|Required|MSOTRISTATE||
| _fScale_|Optional|MSOSCALEFROM||
@@ -72,5 +72,5 @@ End Sub
[Shape Object](Project.shape.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
-[MsoScaleFrom](https://msdn.microsoft.com/en-us/library/office/ff863348%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
+[MsoScaleFrom](https://msdn.microsoft.com/library/office/ff863348%28v=office.15%29)
diff --git a/api/Project.shape.shadow.md b/api/Project.shape.shadow.md
index 62427b842df..23bbc7f4532 100644
--- a/api/Project.shape.shadow.md
+++ b/api/Project.shape.shadow.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Shadow Property (Project)
-Gets or sets the shadow formatting properties for the shape. Read-only **[ShadowFormat](https://msdn.microsoft.com/en-us/library/office/ff195339%28v=office.15%29)**.
+Gets or sets the shadow formatting properties for the shape. Read-only **[ShadowFormat](https://msdn.microsoft.com/library/office/ff195339%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets or sets the shadow formatting properties for the shape. Read-only **[Shado
[Shape Object](Project.shape.md)
-[ShadowFormat](https://msdn.microsoft.com/en-us/library/office/ff195339%28v=office.15%29)
+[ShadowFormat](https://msdn.microsoft.com/library/office/ff195339%28v=office.15%29)
diff --git a/api/Project.shape.shapestyle.md b/api/Project.shape.shapestyle.md
index 8f415aeaf82..7e8e7cd028e 100644
--- a/api/Project.shape.shapestyle.md
+++ b/api/Project.shape.shapestyle.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.ShapeStyle Property (Project)
-Gets or sets the style of the shape. Read/write **[MsoShapeStyleIndex](https://msdn.microsoft.com/en-us/library/office/ff862067%28v=office.15%29)**.
+Gets or sets the style of the shape. Read/write **[MsoShapeStyleIndex](https://msdn.microsoft.com/library/office/ff862067%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets or sets the style of the shape. Read/write **[MsoShapeStyleIndex](https://
[Shape Object](Project.shape.md)
-[MsoShapeStyleIndex](https://msdn.microsoft.com/en-us/library/office/ff862067%28v=office.15%29)
+[MsoShapeStyleIndex](https://msdn.microsoft.com/library/office/ff862067%28v=office.15%29)
diff --git a/api/Project.shape.softedge.md b/api/Project.shape.softedge.md
index dca85f014a0..ce3e80f6e1a 100644
--- a/api/Project.shape.softedge.md
+++ b/api/Project.shape.softedge.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.SoftEdge Property (Project)
-Gets soft edge formatting properties for the shape. Read-only **[SoftEdgeFormat](https://msdn.microsoft.com/en-us/library/office/ff863361%28v=office.15%29)**.
+Gets soft edge formatting properties for the shape. Read-only **[SoftEdgeFormat](https://msdn.microsoft.com/library/office/ff863361%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets soft edge formatting properties for the shape. Read-only **[SoftEdgeFormat
[Shape Object](Project.shape.md)
-[SoftEdgeFormat](https://msdn.microsoft.com/en-us/library/office/ff863361%28v=office.15%29)
+[SoftEdgeFormat](https://msdn.microsoft.com/library/office/ff863361%28v=office.15%29)
diff --git a/api/Project.shape.texteffect.md b/api/Project.shape.texteffect.md
index 75938696177..40c375bb011 100644
--- a/api/Project.shape.texteffect.md
+++ b/api/Project.shape.texteffect.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.TextEffect Property (Project)
-Gets text formatting properties for the shape. Read-only **[TextEffectFormat](https://msdn.microsoft.com/en-us/library/office/ff834714%28v=office.15%29)**.
+Gets text formatting properties for the shape. Read-only **[TextEffectFormat](https://msdn.microsoft.com/library/office/ff834714%28v=office.15%29)**.
## Syntax
@@ -56,4 +56,4 @@ End Sub
[Shape Object](Project.shape.md)
[ShapeRange.TextEffect Property](Project.shaperange.texteffect.md)
-[TextEffectFormat](https://msdn.microsoft.com/en-us/library/office/ff834714%28v=office.15%29)
+[TextEffectFormat](https://msdn.microsoft.com/library/office/ff834714%28v=office.15%29)
diff --git a/api/Project.shape.textframe.md b/api/Project.shape.textframe.md
index 9d3b24e2d8d..c06b04221e1 100644
--- a/api/Project.shape.textframe.md
+++ b/api/Project.shape.textframe.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.TextFrame Property (Project)
-Gets a **TextFrame** object that contains the alignment and anchoring properties of the shape. Read-only **[TextFrame](https://msdn.microsoft.com/en-us/library/office/ff197860%28v=office.15%29)**.
+Gets a **TextFrame** object that contains the alignment and anchoring properties of the shape. Read-only **[TextFrame](https://msdn.microsoft.com/library/office/ff197860%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets a **TextFrame** object that contains the alignment and anchoring propertie
[Shape Object](Project.shape.md)
-[TextFrame](https://msdn.microsoft.com/en-us/library/office/ff197860%28v=office.15%29)
+[TextFrame](https://msdn.microsoft.com/library/office/ff197860%28v=office.15%29)
diff --git a/api/Project.shape.textframe2.md b/api/Project.shape.textframe2.md
index 358f4f2b0ff..2c615e97d10 100644
--- a/api/Project.shape.textframe2.md
+++ b/api/Project.shape.textframe2.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.TextFrame2 Property (Project)
-Gets a **TextFrame2** object that contains the text in a text frame and the members that control the alignment, anchoring, and other features of the text frame. Read-only **[TextFrame2](https://msdn.microsoft.com/en-us/library/office/ff822136%28v=office.15%29)**.
+Gets a **TextFrame2** object that contains the text in a text frame and the members that control the alignment, anchoring, and other features of the text frame. Read-only **[TextFrame2](https://msdn.microsoft.com/library/office/ff822136%28v=office.15%29)**.
## Syntax
@@ -77,4 +77,4 @@ End Sub
[Shape Object](Project.shape.md)
-[TextFrame2](https://msdn.microsoft.com/en-us/library/office/ff822136%28v=office.15%29)
+[TextFrame2](https://msdn.microsoft.com/library/office/ff822136%28v=office.15%29)
diff --git a/api/Project.shape.threed.md b/api/Project.shape.threed.md
index b4933c3c7ba..ca7b6fdb523 100644
--- a/api/Project.shape.threed.md
+++ b/api/Project.shape.threed.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.ThreeD Property (Project)
-Gets a **ThreeDFormat** object that contains three-dimensional formatting properties for the shape range. Read-only **[ThreeDFormat](https://msdn.microsoft.com/en-us/library/office/ff836783%28v=office.15%29)**.
+Gets a **ThreeDFormat** object that contains three-dimensional formatting properties for the shape range. Read-only **[ThreeDFormat](https://msdn.microsoft.com/library/office/ff836783%28v=office.15%29)**.
## Syntax
@@ -31,4 +31,4 @@ Gets a **ThreeDFormat** object that contains three-dimensional formatting prope
[Shape Object](Project.shape.md)
-[ThreeDFormat](https://msdn.microsoft.com/en-us/library/office/ff836783%28v=office.15%29)
+[ThreeDFormat](https://msdn.microsoft.com/library/office/ff836783%28v=office.15%29)
diff --git a/api/Project.shape.type.md b/api/Project.shape.type.md
index a072129a97c..efec3b91734 100644
--- a/api/Project.shape.type.md
+++ b/api/Project.shape.type.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Type Property (Project)
-Gets the shape type. Read-only **[MsoShapeType](https://msdn.microsoft.com/en-us/library/office/ff860759%28v=office.15%29)**.
+Gets the shape type. Read-only **[MsoShapeType](https://msdn.microsoft.com/library/office/ff860759%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets the shape type. Read-only **[MsoShapeType](https://msdn.microsoft.com/en-u
[Shape Object](Project.shape.md)
-[MsoShapeType](https://msdn.microsoft.com/en-us/library/office/ff860759%28v=office.15%29)
+[MsoShapeType](https://msdn.microsoft.com/library/office/ff860759%28v=office.15%29)
diff --git a/api/Project.shape.verticalflip.md b/api/Project.shape.verticalflip.md
index 2a6b7d36df4..c2da3168986 100644
--- a/api/Project.shape.verticalflip.md
+++ b/api/Project.shape.verticalflip.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.VerticalFlip Property (Project)
-Gets a value that indicates whether the shape is flipped around the vertical axis. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether the shape is flipped around the vertical axis. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -26,4 +26,4 @@ Gets a value that indicates whether the shape is flipped around the vertical axi
[Shape Object](Project.shape.md)
[HorizontalFlip Property](Project.shape.horizontalflip.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shape.vertices.md b/api/Project.shape.vertices.md
index 7f6c7a36e7f..43dcfbbf5b0 100644
--- a/api/Project.shape.vertices.md
+++ b/api/Project.shape.vertices.md
@@ -18,7 +18,7 @@ Gets the coordinates of the vertices (and control points for a B?zier curve) as
## Remarks
-You can use the array returned by the **Vertices** property as an argument for the[AddCurve](Project.shapes.addcurve.md) method or the[AddPolyLine](Project.shapes.addpolyline.md) method.
+You can use the array returned by the **Vertices** property as an argument for the [AddCurve](Project.shapes.addcurve.md) method or the [AddPolyLine](Project.shapes.addpolyline.md) method.
For an array of vertices named `vertArray`, the following table shows how the **Vertices** property associates values in the array with the coordinates of vertices in a triangle.
diff --git a/api/Project.shape.visible.md b/api/Project.shape.visible.md
index 2e438e59310..ce459d5f54f 100644
--- a/api/Project.shape.visible.md
+++ b/api/Project.shape.visible.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# Shape.Visible Property (Project)
-Gets or sets a value that determines whether the shape is visible. Read/write **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets or sets a value that determines whether the shape is visible. Read/write **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -30,4 +30,4 @@ The value of the **Visible** property can be **msoTrue** or **msoFalse**.
[Shape Object](Project.shape.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shape.zorder.md b/api/Project.shape.zorder.md
index 3ece0406309..e3c8d61b9f7 100644
--- a/api/Project.shape.zorder.md
+++ b/api/Project.shape.zorder.md
@@ -22,7 +22,7 @@ Moves the shape in front of or behind other shapes (that is, changes the positio
|**Name**|**Required/Optional**|**Data type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _ZOrderCmd_|Required|**[MsoZOrderCmd](https://msdn.microsoft.com/en-us/library/office/ff861432%28v=office.15%29)**|Specifies where to move the shape relative to the other shapes.|
+| _ZOrderCmd_|Required|**[MsoZOrderCmd](https://msdn.microsoft.com/library/office/ff861432%28v=office.15%29)**|Specifies where to move the shape relative to the other shapes.|
| _ZOrderCmd_|Required|MSOZORDERCMD||
### Return value
@@ -39,5 +39,5 @@ Use the **ZOrderPosition** property to determine the current position of a shap
[Shape Object](Project.shape.md)
-[MsoZOrderCmd](https://msdn.microsoft.com/en-us/library/office/ff861432%28v=office.15%29)
+[MsoZOrderCmd](https://msdn.microsoft.com/library/office/ff861432%28v=office.15%29)
[ZOrderPosition Property](Project.shaperange.zorderposition.md)
diff --git a/api/Project.shaperange.adjustments.md b/api/Project.shaperange.adjustments.md
index bece75a7e93..7d508a134ce 100644
--- a/api/Project.shaperange.adjustments.md
+++ b/api/Project.shaperange.adjustments.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Adjustments Property (Project)
-Gets an **[Adjustments](https://msdn.microsoft.com/en-us/library/office/ff838852%28v=office.15%29)** object that contains adjustment values for all the adjustments in the shape. Applies to any **ShapeRange** object that represents an AutoShape, WordArt, or a connector. Read-only **Adjustments**.
+Gets an **[Adjustments](https://msdn.microsoft.com/library/office/ff838852%28v=office.15%29)** object that contains adjustment values for all the adjustments in the shape. Applies to any **ShapeRange** object that represents an AutoShape, WordArt, or a connector. Read-only **Adjustments**.
## Syntax
@@ -25,4 +25,4 @@ Gets an **[Adjustments](https://msdn.microsoft.com/en-us/library/office/ff83885
[ShapeRange Object](Project.shaperange.md)
-[Adjustments](https://msdn.microsoft.com/en-us/library/office/ff838852%28v=office.15%29)
+[Adjustments](https://msdn.microsoft.com/library/office/ff838852%28v=office.15%29)
diff --git a/api/Project.shaperange.autoshapetype.md b/api/Project.shaperange.autoshapetype.md
index 3cfbce626f4..15d9d558813 100644
--- a/api/Project.shaperange.autoshapetype.md
+++ b/api/Project.shaperange.autoshapetype.md
@@ -30,4 +30,4 @@ When you change the type of a shape, the shape retains its size, color, and othe
[ShapeRange Object](Project.shaperange.md)
-[MsoAutoShapeType Enumeration](https://msdn.microsoft.com/en-us/library/office/ff862770%28v=office.15%29)
+[MsoAutoShapeType Enumeration](https://msdn.microsoft.com/library/office/ff862770%28v=office.15%29)
diff --git a/api/Project.shaperange.backgroundstyle.md b/api/Project.shaperange.backgroundstyle.md
index f8453ce0bba..93aa27b71c2 100644
--- a/api/Project.shaperange.backgroundstyle.md
+++ b/api/Project.shaperange.backgroundstyle.md
@@ -25,4 +25,4 @@ Gets or sets the background style. Read/write **MsoBackgroundStyleIndex**.
[ShapeRange Object](Project.shaperange.md)
-[MsoBackgroundStyleIndex Enumeration](https://msdn.microsoft.com/en-us/library/office/ff862530%28v=office.15%29)
+[MsoBackgroundStyleIndex Enumeration](https://msdn.microsoft.com/library/office/ff862530%28v=office.15%29)
diff --git a/api/Project.shaperange.blackwhitemode.md b/api/Project.shaperange.blackwhitemode.md
index 990fc4aa1e2..9350630a722 100644
--- a/api/Project.shaperange.blackwhitemode.md
+++ b/api/Project.shaperange.blackwhitemode.md
@@ -25,4 +25,4 @@ Gets or sets a value that indicates how the shape appears when it is viewed in b
[ShapeRange Object](Project.shaperange.md)
-[MsoBlackWhiteMode Enumeration](https://msdn.microsoft.com/en-us/library/office/ff860913%28v=office.15%29)
+[MsoBlackWhiteMode Enumeration](https://msdn.microsoft.com/library/office/ff860913%28v=office.15%29)
diff --git a/api/Project.shaperange.callout.md b/api/Project.shaperange.callout.md
index 6f2d242c3be..b1819ca8237 100644
--- a/api/Project.shaperange.callout.md
+++ b/api/Project.shaperange.callout.md
@@ -25,4 +25,4 @@ Gets callout formatting properties for the shape range, when the **ShapeRange**
[ShapeRange Object](Project.shaperange.md)
-[CalloutFormat Object](https://msdn.microsoft.com/en-us/library/office/ff839772%28v=office.15%29)
+[CalloutFormat Object](https://msdn.microsoft.com/library/office/ff839772%28v=office.15%29)
diff --git a/api/Project.shaperange.child.md b/api/Project.shaperange.child.md
index 42ad06d74f5..a88769beca3 100644
--- a/api/Project.shaperange.child.md
+++ b/api/Project.shaperange.child.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Child Property (Project)
-Gets a value that indicates whether all shapes in the shape range are child shapes of the same parent. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether all shapes in the shape range are child shapes of the same parent. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets a value that indicates whether all shapes in the shape range are child shap
[ShapeRange Object](Project.shaperange.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shaperange.connector.md b/api/Project.shaperange.connector.md
index 81855d36822..1f6c56596e8 100644
--- a/api/Project.shaperange.connector.md
+++ b/api/Project.shaperange.connector.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Connector Property (Project)
-Gets a value that indicates whether the shape range is a connector. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**
+Gets a value that indicates whether the shape range is a connector. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**
## Syntax
@@ -25,4 +25,4 @@ Gets a value that indicates whether the shape range is a connector. Read-only *
[ShapeRange Object](Project.shaperange.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shaperange.connectorformat.md b/api/Project.shaperange.connectorformat.md
index c9021b7ff53..e647cd1c196 100644
--- a/api/Project.shaperange.connectorformat.md
+++ b/api/Project.shaperange.connectorformat.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.ConnectorFormat Property (Project)
-Gets a **ConnectorFormat** object that contains connector formatting properties. Applies to a **ShapeRange** object that represents one or more connectors. Read-only **[ConnectorFormat](https://msdn.microsoft.com/en-us/library/office/ff820940%28v=office.15%29)**.
+Gets a **ConnectorFormat** object that contains connector formatting properties. Applies to a **ShapeRange** object that represents one or more connectors. Read-only **[ConnectorFormat](https://msdn.microsoft.com/library/office/ff820940%28v=office.15%29)**.
## Syntax
@@ -47,4 +47,4 @@ End With
[ShapeRange Object](Project.shaperange.md)
[AddConnector Method](Project.shapes.addconnector.md)
-[ConnectorFormat Object](https://msdn.microsoft.com/en-us/library/office/ff820940%28v=office.15%29)
+[ConnectorFormat Object](https://msdn.microsoft.com/library/office/ff820940%28v=office.15%29)
diff --git a/api/Project.shaperange.fill.md b/api/Project.shaperange.fill.md
index eecbedaefac..27204a8620d 100644
--- a/api/Project.shaperange.fill.md
+++ b/api/Project.shaperange.fill.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Fill Property (Project)
-Gets a **FillFormat** object for the shape range, if the shape range contains fill formatting properties. Read-only **[FillFormat](https://msdn.microsoft.com/en-us/library/office/ff838198%28v=office.15%29)**.
+Gets a **FillFormat** object for the shape range, if the shape range contains fill formatting properties. Read-only **[FillFormat](https://msdn.microsoft.com/library/office/ff838198%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets a **FillFormat** object for the shape range, if the shape range contains f
[ShapeRange Object](Project.shaperange.md)
-[FillFormat](https://msdn.microsoft.com/en-us/library/office/ff838198%28v=office.15%29)
+[FillFormat](https://msdn.microsoft.com/library/office/ff838198%28v=office.15%29)
diff --git a/api/Project.shaperange.flip.md b/api/Project.shaperange.flip.md
index a1be7e7d45e..87a71e599dc 100644
--- a/api/Project.shaperange.flip.md
+++ b/api/Project.shaperange.flip.md
@@ -22,7 +22,7 @@ Flips each shape in the shape range around its horizontal or vertical axis.
|**Name**|**Required/Optional**|**Data type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _FlipCmd_|Required|**[MsoFlipCmd](https://msdn.microsoft.com/en-us/library/office/ff863040%28v=office.15%29)**|Specifies whether the shape is to be flipped horizontally or vertically.|
+| _FlipCmd_|Required|**[MsoFlipCmd](https://msdn.microsoft.com/library/office/ff863040%28v=office.15%29)**|Specifies whether the shape is to be flipped horizontally or vertically.|
### Return value
@@ -33,4 +33,4 @@ Flips each shape in the shape range around its horizontal or vertical axis.
[ShapeRange Object](Project.shaperange.md)
-[MsoFlipCmd](https://msdn.microsoft.com/en-us/library/office/ff863040%28v=office.15%29)
+[MsoFlipCmd](https://msdn.microsoft.com/library/office/ff863040%28v=office.15%29)
diff --git a/api/Project.shaperange.glow.md b/api/Project.shaperange.glow.md
index 6d9eba68194..cdf1640e104 100644
--- a/api/Project.shaperange.glow.md
+++ b/api/Project.shaperange.glow.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Glow Property (Project)
-Gets a **GlowFormat** object for the shape range, if the shape range contains glow formatting properties. Read-only **[GlowFormat](https://msdn.microsoft.com/en-us/library/office/ff864010%28v=office.15%29)**.
+Gets a **GlowFormat** object for the shape range, if the shape range contains glow formatting properties. Read-only **[GlowFormat](https://msdn.microsoft.com/library/office/ff864010%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets a **GlowFormat** object for the shape range, if the shape range contains g
[ShapeRange Object](Project.shaperange.md)
-[GlowFormat](https://msdn.microsoft.com/en-us/library/office/ff864010%28v=office.15%29)
+[GlowFormat](https://msdn.microsoft.com/library/office/ff864010%28v=office.15%29)
diff --git a/api/Project.shaperange.groupitems.md b/api/Project.shaperange.groupitems.md
index 6281dc1db2f..b7cb6ebe8ce 100644
--- a/api/Project.shaperange.groupitems.md
+++ b/api/Project.shaperange.groupitems.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.GroupItems Property (Project)
-Gets a **GroupShapes** object that represents the individual shapes in a group, if the **ShapeRange** object represents a group of shapes. Read-only[GroupShapes](https://msdn.microsoft.com/en-us/library/office/ff195331%28v=office.15%29).
+Gets a **GroupShapes** object that represents the individual shapes in a group, if the **ShapeRange** object represents a group of shapes. Read-only[GroupShapes](https://msdn.microsoft.com/library/office/ff195331%28v=office.15%29).
## Syntax
@@ -30,4 +30,4 @@ Use the **GroupShapes.Item** method to return a single shape from the group.
[ShapeRange Object](Project.shaperange.md)
-[GroupShapes](https://msdn.microsoft.com/en-us/library/office/ff195331%28v=office.15%29)
+[GroupShapes](https://msdn.microsoft.com/library/office/ff195331%28v=office.15%29)
diff --git a/api/Project.shaperange.haschart.md b/api/Project.shaperange.haschart.md
index 4879fe0cd73..1556a3d1030 100644
--- a/api/Project.shaperange.haschart.md
+++ b/api/Project.shaperange.haschart.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.HasChart Property (Project)
-Gets a value that indicates whether the shape range contains a chart. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether the shape range contains a chart. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -26,4 +26,4 @@ Gets a value that indicates whether the shape range contains a chart. Read-only
[ShapeRange Object](Project.shaperange.md)
[Chart Object](Project.chart.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shaperange.hastable.md b/api/Project.shaperange.hastable.md
index 255cd5f50f1..0a86db51b83 100644
--- a/api/Project.shaperange.hastable.md
+++ b/api/Project.shaperange.hastable.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.HasTable Property (Project)
-Gets a value that indicates whether the shape range contains a table. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether the shape range contains a table. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -29,4 +29,4 @@ Gets a value that indicates whether the shape range contains a table. Read-only
[ShapeRange Object](Project.shaperange.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shaperange.horizontalflip.md b/api/Project.shaperange.horizontalflip.md
index 07a9b5778e8..452f36d4a89 100644
--- a/api/Project.shaperange.horizontalflip.md
+++ b/api/Project.shaperange.horizontalflip.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.HorizontalFlip Property (Project)
-Gets a value that indicates whether the shape range is flipped around the horizontal axis. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether the shape range is flipped around the horizontal axis. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -26,4 +26,4 @@ Gets a value that indicates whether the shape range is flipped around the horizo
[ShapeRange Object](Project.shaperange.md)
[VerticalFlip Property](Project.shaperange.verticalflip.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shaperange.line.md b/api/Project.shaperange.line.md
index 805a899151f..e2455b2c88a 100644
--- a/api/Project.shaperange.line.md
+++ b/api/Project.shaperange.line.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Line Property (Project)
-Gets the line formatting properties for the shape range. Read-only **[LineFormat](https://msdn.microsoft.com/en-us/library/office/ff194214%28v=office.15%29)**.
+Gets the line formatting properties for the shape range. Read-only **[LineFormat](https://msdn.microsoft.com/library/office/ff194214%28v=office.15%29)**.
## Syntax
@@ -30,4 +30,4 @@ For a line, the **LineFormat** object represents the line itself; for a shape r
[ShapeRange Object](Project.shaperange.md)
-[LineFormat](https://msdn.microsoft.com/en-us/library/office/ff194214%28v=office.15%29)
+[LineFormat](https://msdn.microsoft.com/library/office/ff194214%28v=office.15%29)
diff --git a/api/Project.shaperange.lockaspectratio.md b/api/Project.shaperange.lockaspectratio.md
index f3f88078230..fb230977c81 100644
--- a/api/Project.shaperange.lockaspectratio.md
+++ b/api/Project.shaperange.lockaspectratio.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.LockAspectRatio Property (Project)
-Gets or sets a value that indicates whether the shape range retains its original proportions when you resize it; that is, the aspect ratio of the shape range is locked. Read-write **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets or sets a value that indicates whether the shape range retains its original proportions when you resize it; that is, the aspect ratio of the shape range is locked. Read-write **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -87,4 +87,4 @@ In Figure 1, the right shape range with the locked aspect ratio is selected.
[ShapeRange Object](Project.shaperange.md)
[Shape.LockAspectRatio Property](Project.shape.lockaspectratio.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shaperange.mergeshapes.md b/api/Project.shaperange.mergeshapes.md
index c4ff97e645b..2e9e6da44f9 100644
--- a/api/Project.shaperange.mergeshapes.md
+++ b/api/Project.shaperange.mergeshapes.md
@@ -22,7 +22,7 @@ The **MergeShapes** method is not implemented in Project.
|**Name**|**Required/Optional**|**Data type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _MergeCmd_|Required|**[MsoMergeCmd](https://msdn.microsoft.com/en-us/library/office/jj227893%28v=office.15%29)**|The type of merge to perform.|
+| _MergeCmd_|Required|**[MsoMergeCmd](https://msdn.microsoft.com/library/office/jj227893%28v=office.15%29)**|The type of merge to perform.|
| _PrimaryShape_|Optional|**Shape**|The primary shape for the merge.|
| _MergeCmd_|Required|MSOMERGECMD||
| _PrimaryShape_|Optional|SHAPE||
@@ -41,4 +41,4 @@ In general for applications that implement Office Art, the **MergeShapes** meth
[ShapeRange Object](Project.shaperange.md)
-[MsoMergeCmd](https://msdn.microsoft.com/en-us/library/office/jj227893%28v=office.15%29)
+[MsoMergeCmd](https://msdn.microsoft.com/library/office/jj227893%28v=office.15%29)
diff --git a/api/Project.shaperange.nodes.md b/api/Project.shaperange.nodes.md
index 66393076b9c..26b643ada55 100644
--- a/api/Project.shaperange.nodes.md
+++ b/api/Project.shaperange.nodes.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Nodes Property (Project)
-Gets the geometric description of nodes or control points in the shape range. Read-only **[ShapeNodes](https://msdn.microsoft.com/en-us/library/office/ff822109%28v=office.15%29)**.
+Gets the geometric description of nodes or control points in the shape range. Read-only **[ShapeNodes](https://msdn.microsoft.com/library/office/ff822109%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets the geometric description of nodes or control points in the shape range. Re
[ShapeRange Object](Project.shaperange.md)
-[ShapeNodes](https://msdn.microsoft.com/en-us/library/office/ff822109%28v=office.15%29)
+[ShapeNodes](https://msdn.microsoft.com/library/office/ff822109%28v=office.15%29)
diff --git a/api/Project.shaperange.reflection.md b/api/Project.shaperange.reflection.md
index 8c98c30b027..fea15086d18 100644
--- a/api/Project.shaperange.reflection.md
+++ b/api/Project.shaperange.reflection.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Reflection Property (Project)
-Gets the reflection formatting for the shape range. Read-only **[ReflectionFormat](https://msdn.microsoft.com/en-us/library/office/ff863140%28v=office.15%29)**.
+Gets the reflection formatting for the shape range. Read-only **[ReflectionFormat](https://msdn.microsoft.com/library/office/ff863140%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets the reflection formatting for the shape range. Read-only **[ReflectionForm
[ShapeRange Object](Project.shaperange.md)
-[ReflectionFormat](https://msdn.microsoft.com/en-us/library/office/ff863140%28v=office.15%29)
+[ReflectionFormat](https://msdn.microsoft.com/library/office/ff863140%28v=office.15%29)
diff --git a/api/Project.shaperange.scaleheight.md b/api/Project.shaperange.scaleheight.md
index b2bd05a5743..448f6db09f4 100644
--- a/api/Project.shaperange.scaleheight.md
+++ b/api/Project.shaperange.scaleheight.md
@@ -23,8 +23,8 @@ Scales the height of the range of shapes by a specified factor.
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|The ratio between the height of the shape after you resize it and the current height. For example, to make a rectangle 50 percent higher, specify 1.5 for the _Factor_ parameter.|
-| _RelativeToOriginalSize_|Required|**[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**|**msoFalse** scales each shape relative to its current size. For Project, the value must be **msoFalse**.|
-| _fScale_|Optional|**[MsoScaleFrom](https://msdn.microsoft.com/en-us/library/office/ff863348%28v=office.15%29)**|Specifies which part of the shape retains its position when the shape is scaled.|
+| _RelativeToOriginalSize_|Required|**[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**|**msoFalse** scales each shape relative to its current size. For Project, the value must be **msoFalse**.|
+| _fScale_|Optional|**[MsoScaleFrom](https://msdn.microsoft.com/library/office/ff863348%28v=office.15%29)**|Specifies which part of the shape retains its position when the shape is scaled.|
| _Factor_|Required|FLOAT||
| _RelativeToOriginalSize_|Required|MSOTRISTATE||
| _fScale_|Optional|MSOSCALEFROM||
@@ -73,5 +73,5 @@ End Sub
[ShapeRange Object](Project.shaperange.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
-[MsoScaleFrom](https://msdn.microsoft.com/en-us/library/office/ff863348%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
+[MsoScaleFrom](https://msdn.microsoft.com/library/office/ff863348%28v=office.15%29)
diff --git a/api/Project.shaperange.scalewidth.md b/api/Project.shaperange.scalewidth.md
index ad9c9d180a9..69c698947ec 100644
--- a/api/Project.shaperange.scalewidth.md
+++ b/api/Project.shaperange.scalewidth.md
@@ -23,8 +23,8 @@ Scales the width of the range of shapes by a specified factor.
|**Name**|**Required/Optional**|**Data type**|**Description**|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|The ratio between the width of the shape after you resize it and the current width. For example, to make a rectangle 50 percent wider, specify 1.5 for the _Factor_ parameter.|
-| _RelativeToOriginalSize_|Required|**[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**|**msoFalse** scales each shape relative to its current size. For Project, the value must be **msoFalse**.|
-| _fScale_|Optional|**[MsoScaleFrom](https://msdn.microsoft.com/en-us/library/office/ff863348%28v=office.15%29)**|Specifies which part of the shape retains its position when the shape is scaled.|
+| _RelativeToOriginalSize_|Required|**[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**|**msoFalse** scales each shape relative to its current size. For Project, the value must be **msoFalse**.|
+| _fScale_|Optional|**[MsoScaleFrom](https://msdn.microsoft.com/library/office/ff863348%28v=office.15%29)**|Specifies which part of the shape retains its position when the shape is scaled.|
| _Factor_|Required|FLOAT||
| _RelativeToOriginalSize_|Required|MSOTRISTATE||
| _fScale_|Optional|MSOSCALEFROM||
@@ -72,5 +72,5 @@ End Sub
[ShapeRange Object](Project.shaperange.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
-[MsoScaleFrom](https://msdn.microsoft.com/en-us/library/office/ff863348%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
+[MsoScaleFrom](https://msdn.microsoft.com/library/office/ff863348%28v=office.15%29)
diff --git a/api/Project.shaperange.shadow.md b/api/Project.shaperange.shadow.md
index 6cf10711367..f320555bffd 100644
--- a/api/Project.shaperange.shadow.md
+++ b/api/Project.shaperange.shadow.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Shadow Property (Project)
-Gets or sets the shadow formatting properties for the shape range. Read-only **[ShadowFormat](https://msdn.microsoft.com/en-us/library/office/ff195339%28v=office.15%29)**.
+Gets or sets the shadow formatting properties for the shape range. Read-only **[ShadowFormat](https://msdn.microsoft.com/library/office/ff195339%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets or sets the shadow formatting properties for the shape range. Read-only **
[ShapeRange Object](Project.shaperange.md)
-[ShadowFormat](https://msdn.microsoft.com/en-us/library/office/ff195339%28v=office.15%29)
+[ShadowFormat](https://msdn.microsoft.com/library/office/ff195339%28v=office.15%29)
diff --git a/api/Project.shaperange.shapestyle.md b/api/Project.shaperange.shapestyle.md
index 223420f168c..29c85db7dcd 100644
--- a/api/Project.shaperange.shapestyle.md
+++ b/api/Project.shaperange.shapestyle.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.ShapeStyle Property (Project)
-Gets or sets the style of the shape range. Read/write **[MsoShapeStyleIndex](https://msdn.microsoft.com/en-us/library/office/ff862067%28v=office.15%29)**.
+Gets or sets the style of the shape range. Read/write **[MsoShapeStyleIndex](https://msdn.microsoft.com/library/office/ff862067%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets or sets the style of the shape range. Read/write **[MsoShapeStyleIndex](ht
[ShapeRange Object](Project.shaperange.md)
-[MsoShapeStyleIndex](https://msdn.microsoft.com/en-us/library/office/ff862067%28v=office.15%29)
+[MsoShapeStyleIndex](https://msdn.microsoft.com/library/office/ff862067%28v=office.15%29)
diff --git a/api/Project.shaperange.softedge.md b/api/Project.shaperange.softedge.md
index b61f3195006..f63a8b955b9 100644
--- a/api/Project.shaperange.softedge.md
+++ b/api/Project.shaperange.softedge.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.SoftEdge Property (Project)
-Gets soft edge formatting properties for the shape range. Read-only **[SoftEdgeFormat](https://msdn.microsoft.com/en-us/library/office/ff863361%28v=office.15%29)**.
+Gets soft edge formatting properties for the shape range. Read-only **[SoftEdgeFormat](https://msdn.microsoft.com/library/office/ff863361%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets soft edge formatting properties for the shape range. Read-only **[SoftEdge
[ShapeRange Object](Project.shaperange.md)
-[SoftEdgeFormat](https://msdn.microsoft.com/en-us/library/office/ff863361%28v=office.15%29)
+[SoftEdgeFormat](https://msdn.microsoft.com/library/office/ff863361%28v=office.15%29)
diff --git a/api/Project.shaperange.texteffect.md b/api/Project.shaperange.texteffect.md
index 078b242fea4..af0a877dc64 100644
--- a/api/Project.shaperange.texteffect.md
+++ b/api/Project.shaperange.texteffect.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.TextEffect Property (Project)
-Gets text formatting properties for the shape range. Read-only **[TextEffectFormat](https://msdn.microsoft.com/en-us/library/office/ff834714%28v=office.15%29)**.
+Gets text formatting properties for the shape range. Read-only **[TextEffectFormat](https://msdn.microsoft.com/library/office/ff834714%28v=office.15%29)**.
## Syntax
@@ -64,4 +64,4 @@ End Sub
[ShapeRange Object](Project.shaperange.md)
[Shape.TextEffect Property](Project.shape.texteffect.md)
-[TextEffectFormat](https://msdn.microsoft.com/en-us/library/office/ff834714%28v=office.15%29)
+[TextEffectFormat](https://msdn.microsoft.com/library/office/ff834714%28v=office.15%29)
diff --git a/api/Project.shaperange.textframe.md b/api/Project.shaperange.textframe.md
index 5926f0484c4..974c4679368 100644
--- a/api/Project.shaperange.textframe.md
+++ b/api/Project.shaperange.textframe.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.TextFrame Property (Project)
-Gets a **TextFrame** object that contains the alignment and anchoring properties of the shape range. Read-only **[TextFrame](https://msdn.microsoft.com/en-us/library/office/ff197860%28v=office.15%29)**.
+Gets a **TextFrame** object that contains the alignment and anchoring properties of the shape range. Read-only **[TextFrame](https://msdn.microsoft.com/library/office/ff197860%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets a **TextFrame** object that contains the alignment and anchoring propertie
[ShapeRange Object](Project.shaperange.md)
-[TextFrame](https://msdn.microsoft.com/en-us/library/office/ff197860%28v=office.15%29)
+[TextFrame](https://msdn.microsoft.com/library/office/ff197860%28v=office.15%29)
diff --git a/api/Project.shaperange.textframe2.md b/api/Project.shaperange.textframe2.md
index dd30f3d1791..349839e0a10 100644
--- a/api/Project.shaperange.textframe2.md
+++ b/api/Project.shaperange.textframe2.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.TextFrame2 Property (Project)
-Gets a **TextFrame2** object that contains the text in a text frame and the members that control the alignment, anchoring, and other features of the text frame. Read-only **[TextFrame2](https://msdn.microsoft.com/en-us/library/office/ff822136%28v=office.15%29)**.
+Gets a **TextFrame2** object that contains the text in a text frame and the members that control the alignment, anchoring, and other features of the text frame. Read-only **[TextFrame2](https://msdn.microsoft.com/library/office/ff822136%28v=office.15%29)**.
## Syntax
@@ -77,4 +77,4 @@ End Sub
[ShapeRange Object](Project.shaperange.md)
-[TextFrame2](https://msdn.microsoft.com/en-us/library/office/ff822136%28v=office.15%29)
+[TextFrame2](https://msdn.microsoft.com/library/office/ff822136%28v=office.15%29)
diff --git a/api/Project.shaperange.threed.md b/api/Project.shaperange.threed.md
index cad4f938d60..0226d433902 100644
--- a/api/Project.shaperange.threed.md
+++ b/api/Project.shaperange.threed.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.ThreeD Property (Project)
-Gets a **ThreeDFormat** object that contains 3-D formatting properties for the shape range. Read-only **[ThreeDFormat](https://msdn.microsoft.com/en-us/library/office/ff836783%28v=office.15%29)**.
+Gets a **ThreeDFormat** object that contains 3-D formatting properties for the shape range. Read-only **[ThreeDFormat](https://msdn.microsoft.com/library/office/ff836783%28v=office.15%29)**.
## Syntax
@@ -31,4 +31,4 @@ Gets a **ThreeDFormat** object that contains 3-D formatting properties for the
[ShapeRange Object](Project.shaperange.md)
-[ThreeDFormat](https://msdn.microsoft.com/en-us/library/office/ff836783%28v=office.15%29)
+[ThreeDFormat](https://msdn.microsoft.com/library/office/ff836783%28v=office.15%29)
diff --git a/api/Project.shaperange.type.md b/api/Project.shaperange.type.md
index bf0b3d638f4..f0167669061 100644
--- a/api/Project.shaperange.type.md
+++ b/api/Project.shaperange.type.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Type Property (Project)
-Gets the the type of shape in the shape range. Read-only **[MsoShapeType](https://msdn.microsoft.com/en-us/library/office/ff860759%28v=office.15%29)**.
+Gets the the type of shape in the shape range. Read-only **[MsoShapeType](https://msdn.microsoft.com/library/office/ff860759%28v=office.15%29)**.
## Syntax
@@ -25,4 +25,4 @@ Gets the the type of shape in the shape range. Read-only **[MsoShapeType](https
[ShapeRange Object](Project.shaperange.md)
-[MsoShapeType](https://msdn.microsoft.com/en-us/library/office/ff860759%28v=office.15%29)
+[MsoShapeType](https://msdn.microsoft.com/library/office/ff860759%28v=office.15%29)
diff --git a/api/Project.shaperange.verticalflip.md b/api/Project.shaperange.verticalflip.md
index 20de8786a3d..08fdf61b83c 100644
--- a/api/Project.shaperange.verticalflip.md
+++ b/api/Project.shaperange.verticalflip.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.VerticalFlip Property (Project)
-Gets a value that indicates whether the shape range is flipped around the vertical axis. Read-only **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets a value that indicates whether the shape range is flipped around the vertical axis. Read-only **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -26,4 +26,4 @@ Gets a value that indicates whether the shape range is flipped around the vertic
[Shape Object](Project.shape.md)
[HorizontalFlip Property](Project.shaperange.horizontalflip.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shaperange.vertices.md b/api/Project.shaperange.vertices.md
index 04a7b851e00..697500b45e1 100644
--- a/api/Project.shaperange.vertices.md
+++ b/api/Project.shaperange.vertices.md
@@ -18,7 +18,7 @@ Gets the coordinates of the vertices (and control points for a B?zier curve) as
## Remarks
-You can use the array returned by the **Vertices** property as an argument for the[AddCurve](Project.shapes.addcurve.md) method or the[AddPolyLine](Project.shapes.addpolyline.md) method.
+You can use the array returned by the **Vertices** property as an argument for the [AddCurve](Project.shapes.addcurve.md) method or the [AddPolyLine](Project.shapes.addpolyline.md) method.
For an array of vertices named `vertArray`, the following table shows how the **Vertices** property associates values in the array with the coordinates of vertices in a triangle.
diff --git a/api/Project.shaperange.visible.md b/api/Project.shaperange.visible.md
index c4b12f77a93..fb71181209c 100644
--- a/api/Project.shaperange.visible.md
+++ b/api/Project.shaperange.visible.md
@@ -7,7 +7,7 @@ ms.date: 06/08/2017
# ShapeRange.Visible Property (Project)
-Gets or sets a value that determines whether all of the shapes in the shape range are visible. Read/write **[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)**.
+Gets or sets a value that determines whether all of the shapes in the shape range are visible. Read/write **[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**.
## Syntax
@@ -30,4 +30,4 @@ The value of the **Visible** property can be **msoTrue** or **msoFalse**.
[ShapeRange Object](Project.shaperange.md)
-[MsoTriState](https://msdn.microsoft.com/en-us/library/office/ff860737%28v=office.15%29)
+[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)
diff --git a/api/Project.shaperange.zorder.md b/api/Project.shaperange.zorder.md
index e68afddb1ea..d6d84893047 100644
--- a/api/Project.shaperange.zorder.md
+++ b/api/Project.shaperange.zorder.md
@@ -22,7 +22,7 @@ Moves the shape range in front of or behind other shapes (that is, changes the p
|**Name**|**Required/Optional**|**Data type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _ZOrderCmd_|Required|**[MsoZOrderCmd](https://msdn.microsoft.com/en-us/library/office/ff861432%28v=office.15%29)**|Specifies where to move the shape range relative to the other shapes.|
+| _ZOrderCmd_|Required|**[MsoZOrderCmd](https://msdn.microsoft.com/library/office/ff861432%28v=office.15%29)**|Specifies where to move the shape range relative to the other shapes.|
| _ZOrderCmd_|Required|MSOZORDERCMD||
### Return value
@@ -39,5 +39,5 @@ Use the **ZOrderPosition** property to determine the current position of a shap
[ShapeRange Object](Project.shaperange.md)
-[MsoZOrderCmd](https://msdn.microsoft.com/en-us/library/office/ff861432%28v=office.15%29)
+[MsoZOrderCmd](https://msdn.microsoft.com/library/office/ff861432%28v=office.15%29)
[ZOrderPosition Property](Project.shape.zorderposition.md)
diff --git a/api/Project.shapes.addconnector.md b/api/Project.shapes.addconnector.md
index ddf53474007..1d3dc86073d 100644
--- a/api/Project.shapes.addconnector.md
+++ b/api/Project.shapes.addconnector.md
@@ -42,7 +42,7 @@ Creates a connector and returns a **Shape** object the represents the new conne
## Remarks
- **Note** In Project, the methods to attach the beginning and end of a connector to other shapes in the report (**ConnectorFormat.BeginConnect** and **ConnectorFormat.EndConnect**) do not work. You can use only the **AddConnector** parameters to position the connector. For more information, see the[ConnectorFormat](Project.shape.connectorformat.md) property.
+ **Note** In Project, the methods to attach the beginning and end of a connector to other shapes in the report (**ConnectorFormat.BeginConnect** and **ConnectorFormat.EndConnect**) do not work. You can use only the **AddConnector** parameters to position the connector. For more information, see the [ConnectorFormat](Project.shape.connectorformat.md) property.
## Example
@@ -83,4 +83,4 @@ End Sub
[Shape Object](Project.shape.md)
[ConnectorFormat Property](Project.shape.connectorformat.md)
[AutoShapeType Property](Project.shape.autoshapetype.md)
-[MsoConnectorType](https://msdn.microsoft.com/en-us/library/office/ff860918%28v=office.15%29)
+[MsoConnectorType](https://msdn.microsoft.com/library/office/ff860918%28v=office.15%29)
diff --git a/api/Project.shapes.addshape.md b/api/Project.shapes.addshape.md
index 3587ffd5c5e..2b6aa4096b8 100644
--- a/api/Project.shapes.addshape.md
+++ b/api/Project.shapes.addshape.md
@@ -77,4 +77,4 @@ End Sub
[Shapes Object](Project.shapes.md)
[Shape Object](Project.shape.md)
[AutoShapeType Property](Project.shape.autoshapetype.md)
-[MsoAutoShapeType Enumeration (Office)](https://msdn.microsoft.com/en-us/library/office/ff862770%28v=office.15%29)
+[MsoAutoShapeType Enumeration (Office)](https://msdn.microsoft.com/library/office/ff862770%28v=office.15%29)
diff --git a/api/Project.shapes.addtextbox.md b/api/Project.shapes.addtextbox.md
index 94c6e3fd7ef..22aa72ae89d 100644
--- a/api/Project.shapes.addtextbox.md
+++ b/api/Project.shapes.addtextbox.md
@@ -88,4 +88,4 @@ End Sub
[Shapes Object](Project.shapes.md)
[Shape Object](Project.shape.md)
[TextFrame2 Property](Project.shape.textframe2.md)
-[MsoTextOrientation Enumeration (Office)](https://msdn.microsoft.com/en-us/library/office/ff862778%28v=office.15%29)
+[MsoTextOrientation Enumeration (Office)](https://msdn.microsoft.com/library/office/ff862778%28v=office.15%29)
diff --git a/api/Project.shapes.addtexteffect.md b/api/Project.shapes.addtexteffect.md
index e23d5e6f8ae..b6247496a24 100644
--- a/api/Project.shapes.addtexteffect.md
+++ b/api/Project.shapes.addtexteffect.md
@@ -58,4 +58,4 @@ Instead of using the **AddTextEffect** method to add WordArt, you can use **Add
[Shapes Object](Project.shapes.md)
[Shape Object](Project.shape.md)
-[MsoPresetTextEffect Enumeration](https://msdn.microsoft.com/en-us/library/office/ff861792%28v=office.15%29)
+[MsoPresetTextEffect Enumeration](https://msdn.microsoft.com/library/office/ff861792%28v=office.15%29)
diff --git a/api/Publisher.FillFormat.TextureType.md b/api/Publisher.FillFormat.TextureType.md
index 591643dbb90..536448f0063 100644
--- a/api/Publisher.FillFormat.TextureType.md
+++ b/api/Publisher.FillFormat.TextureType.md
@@ -30,7 +30,7 @@ MsoTextureType
## Remarks
-This property is read-only. Use the [PresetTextured](Publisher.FillFormat.PresetTextured.md)or **[UserTextured](Publisher.FillFormat.UserTextured.md)** method to set the texture type for the fill.
+This property is read-only. Use the [PresetTextured](Publisher.FillFormat.PresetTextured.md) or **[UserTextured](Publisher.FillFormat.UserTextured.md)** method to set the texture type for the fill.
The property value can be one of the **MsoTriState** constants declared in the Microsoft Office type library and shown in the following table.
diff --git a/api/Publisher.Shape.Vertices.md b/api/Publisher.Shape.Vertices.md
index 2b302874f87..8dc8a1cb0cf 100644
--- a/api/Publisher.Shape.Vertices.md
+++ b/api/Publisher.Shape.Vertices.md
@@ -25,7 +25,7 @@ Returns the coordinates of the specified freeform drawing's vertices (and contro
## Remarks
-You can use the array returned by this property as an argument to the [AddCurve](Publisher.Shapes.AddCurve.md)or [AddPolyline](Publisher.Shapes.AddPolyline.md)methods.
+You can use the array returned by this property as an argument to the [AddCurve](Publisher.Shapes.AddCurve.md) or [AddPolyline](Publisher.Shapes.AddPolyline.md)methods.
The following table shows how the **Vertices** property associates the values in the array `vertArray()` with the coordinates of a triangle's vertices.
diff --git a/api/Publisher.ShapeRange.Vertices.md b/api/Publisher.ShapeRange.Vertices.md
index 0c0beec352b..297d74aa070 100644
--- a/api/Publisher.ShapeRange.Vertices.md
+++ b/api/Publisher.ShapeRange.Vertices.md
@@ -25,7 +25,7 @@ Returns the coordinates of the specified freeform drawing's vertices (and contro
## Remarks
-You can use the array returned by this property as an argument to the [AddCurve](Publisher.Shapes.AddCurve.md)or [AddPolyline](Publisher.Shapes.AddPolyline.md)methods.
+You can use the array returned by this property as an argument to the [AddCurve](Publisher.Shapes.AddCurve.md) or [AddPolyline](Publisher.Shapes.AddPolyline.md)methods.
The following table shows how the **Vertices** property associates the values in the array `vertArray()` with the coordinates of a triangle's vertices.
diff --git a/api/Visio.Application.AfterModal.md b/api/Visio.Application.AfterModal.md
index 16901896e82..b698c6af571 100644
--- a/api/Visio.Application.AfterModal.md
+++ b/api/Visio.Application.AfterModal.md
@@ -34,6 +34,6 @@ Visio becomes modal when it displays a dialog box. A modal instance of Visio doe
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.AfterRemoveHiddenInformation.md b/api/Visio.Application.AfterRemoveHiddenInformation.md
index 659c7f070e5..228d0fa480c 100644
--- a/api/Visio.Application.AfterRemoveHiddenInformation.md
+++ b/api/Visio.Application.AfterRemoveHiddenInformation.md
@@ -36,6 +36,6 @@ When the **AfterRemoveHiddenInformation** event is fired, the **EventInfo** pro
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.AfterResume.md b/api/Visio.Application.AfterResume.md
index 7cb65803e51..93664ccae2e 100644
--- a/api/Visio.Application.AfterResume.md
+++ b/api/Visio.Application.AfterResume.md
@@ -36,6 +36,6 @@ If your solution runs outside the Microsoft Visio process, you cannot be assured
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.AfterResumeEvents.md b/api/Visio.Application.AfterResumeEvents.md
index 1e64e08d4ea..00e80dd25e8 100644
--- a/api/Visio.Application.AfterResumeEvents.md
+++ b/api/Visio.Application.AfterResumeEvents.md
@@ -37,6 +37,6 @@ nothing
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.AppActivated.md b/api/Visio.Application.AppActivated.md
index 1ceb0dfcb13..b698e32cf9d 100644
--- a/api/Visio.Application.AppActivated.md
+++ b/api/Visio.Application.AppActivated.md
@@ -34,6 +34,6 @@ The **AppActivated** event indicates that an instance of Visio has become the a
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.AppDeactivated.md b/api/Visio.Application.AppDeactivated.md
index 5986e76eea6..d703dccee05 100644
--- a/api/Visio.Application.AppDeactivated.md
+++ b/api/Visio.Application.AppDeactivated.md
@@ -34,6 +34,6 @@ The **AppDeactivated** event indicates that an instance of Visio is no longer t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.AppObjActivated.md b/api/Visio.Application.AppObjActivated.md
index 64105005618..f6a74d1f550 100644
--- a/api/Visio.Application.AppObjActivated.md
+++ b/api/Visio.Application.AppObjActivated.md
@@ -34,6 +34,6 @@ The **AppObjActivated** event indicates that an instance of Visio has become ac
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.AppObjDeactivated.md b/api/Visio.Application.AppObjDeactivated.md
index 5f5df44c5b0..b3679a845a7 100644
--- a/api/Visio.Application.AppObjDeactivated.md
+++ b/api/Visio.Application.AppObjDeactivated.md
@@ -34,6 +34,6 @@ The **AppObjDeactivated** event indicates that the instance of Visio is no long
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeDataRecordsetDelete.md b/api/Visio.Application.BeforeDataRecordsetDelete.md
index f9591cd3b7c..7ca9d8ded9d 100644
--- a/api/Visio.Application.BeforeDataRecordsetDelete.md
+++ b/api/Visio.Application.BeforeDataRecordsetDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeDocumentClose.md b/api/Visio.Application.BeforeDocumentClose.md
index 484743afeb8..780a5498b44 100644
--- a/api/Visio.Application.BeforeDocumentClose.md
+++ b/api/Visio.Application.BeforeDocumentClose.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If your Visual Studio solution includes the **Microsoft.Office.Interop.Visio** reference, this event maps to the following types:
diff --git a/api/Visio.Application.BeforeDocumentSave.md b/api/Visio.Application.BeforeDocumentSave.md
index 4ce69cd47d1..006f1ef3cd7 100644
--- a/api/Visio.Application.BeforeDocumentSave.md
+++ b/api/Visio.Application.BeforeDocumentSave.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeDocumentSaveAs.md b/api/Visio.Application.BeforeDocumentSaveAs.md
index cc332b8ed83..6f46c0ebe2b 100644
--- a/api/Visio.Application.BeforeDocumentSaveAs.md
+++ b/api/Visio.Application.BeforeDocumentSaveAs.md
@@ -47,7 +47,7 @@ If it fires because Visio is saving a copy of an open file (for autorecovery or
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection by using the **AddAdvise** method, the _vMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.Application.BeforeMasterDelete.md b/api/Visio.Application.BeforeMasterDelete.md
index a9fafb53000..4ef42bc25a0 100644
--- a/api/Visio.Application.BeforeMasterDelete.md
+++ b/api/Visio.Application.BeforeMasterDelete.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeModal.md b/api/Visio.Application.BeforeModal.md
index 2013d3f7ad0..cda4647664a 100644
--- a/api/Visio.Application.BeforeModal.md
+++ b/api/Visio.Application.BeforeModal.md
@@ -34,6 +34,6 @@ Visio becomes modal when it displays a dialog box. A modal instance of Visio doe
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforePageDelete.md b/api/Visio.Application.BeforePageDelete.md
index 53dc6a68d8e..1bb87146e21 100644
--- a/api/Visio.Application.BeforePageDelete.md
+++ b/api/Visio.Application.BeforePageDelete.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeQuit.md b/api/Visio.Application.BeforeQuit.md
index 3dccf53d09e..1a847063c04 100644
--- a/api/Visio.Application.BeforeQuit.md
+++ b/api/Visio.Application.BeforeQuit.md
@@ -34,6 +34,6 @@ When programming with Microsoft Visual Basic, use the **BeforeDocumentClose** e
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeSelectionDelete.md b/api/Visio.Application.BeforeSelectionDelete.md
index 8397cd43162..e11e69c8ada 100644
--- a/api/Visio.Application.BeforeSelectionDelete.md
+++ b/api/Visio.Application.BeforeSelectionDelete.md
@@ -38,6 +38,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeShapeDelete.md b/api/Visio.Application.BeforeShapeDelete.md
index f4f4aafa110..b2fd6bea715 100644
--- a/api/Visio.Application.BeforeShapeDelete.md
+++ b/api/Visio.Application.BeforeShapeDelete.md
@@ -36,7 +36,7 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeShapeTextEdit.md b/api/Visio.Application.BeforeShapeTextEdit.md
index 4a5f9aa34e6..82dc8e717b7 100644
--- a/api/Visio.Application.BeforeShapeTextEdit.md
+++ b/api/Visio.Application.BeforeShapeTextEdit.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeStyleDelete.md b/api/Visio.Application.BeforeStyleDelete.md
index 0c2c32be5af..77b811acc8b 100644
--- a/api/Visio.Application.BeforeStyleDelete.md
+++ b/api/Visio.Application.BeforeStyleDelete.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeSuspend.md b/api/Visio.Application.BeforeSuspend.md
index 9455b8d014c..b53fd4059ef 100644
--- a/api/Visio.Application.BeforeSuspend.md
+++ b/api/Visio.Application.BeforeSuspend.md
@@ -36,6 +36,6 @@ If your solution runs outside the Microsoft Visio process, you cannot be assured
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeSuspendEvents.md b/api/Visio.Application.BeforeSuspendEvents.md
index 1444bdb5ea1..ea8089f7cac 100644
--- a/api/Visio.Application.BeforeSuspendEvents.md
+++ b/api/Visio.Application.BeforeSuspendEvents.md
@@ -37,6 +37,6 @@ nothing
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeWindowClosed.md b/api/Visio.Application.BeforeWindowClosed.md
index f96bbbe917c..fb7b89fabac 100644
--- a/api/Visio.Application.BeforeWindowClosed.md
+++ b/api/Visio.Application.BeforeWindowClosed.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeWindowPageTurn.md b/api/Visio.Application.BeforeWindowPageTurn.md
index 0da21d6f10f..73279e4196a 100644
--- a/api/Visio.Application.BeforeWindowPageTurn.md
+++ b/api/Visio.Application.BeforeWindowPageTurn.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.BeforeWindowSelDelete.md b/api/Visio.Application.BeforeWindowSelDelete.md
index 04d27cff4ab..295cc67b96d 100644
--- a/api/Visio.Application.BeforeWindowSelDelete.md
+++ b/api/Visio.Application.BeforeWindowSelDelete.md
@@ -34,6 +34,6 @@ The **BeforeWindowSelDelete** event fires if user interactions cause shapes in
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.COMAddIns.md b/api/Visio.Application.COMAddIns.md
index 5b70e0207bb..46bf755ef25 100644
--- a/api/Visio.Application.COMAddIns.md
+++ b/api/Visio.Application.COMAddIns.md
@@ -35,7 +35,7 @@ The COM add-ins that are currently registered are listed in the **COM Add-Ins**
To get information about the object returned by the **COMAddIns** property:
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Application.CalloutRelationshipAdded.md b/api/Visio.Application.CalloutRelationshipAdded.md
index 45c8fe3528c..0f84cc45423 100644
--- a/api/Visio.Application.CalloutRelationshipAdded.md
+++ b/api/Visio.Application.CalloutRelationshipAdded.md
@@ -34,6 +34,6 @@ The **RelatedShapePairEvent** object returned by this event contains two shapes
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.CalloutRelationshipDeleted.md b/api/Visio.Application.CalloutRelationshipDeleted.md
index 1aba0bb9471..8cc6b802527 100644
--- a/api/Visio.Application.CalloutRelationshipDeleted.md
+++ b/api/Visio.Application.CalloutRelationshipDeleted.md
@@ -34,6 +34,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.CellChanged.md b/api/Visio.Application.CellChanged.md
index 6de2dc963f7..15628f291d1 100644
--- a/api/Visio.Application.CellChanged.md
+++ b/api/Visio.Application.CellChanged.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.CommandLine.md b/api/Visio.Application.CommandLine.md
index 0cfeb6c57ba..e9804f6e78e 100644
--- a/api/Visio.Application.CommandLine.md
+++ b/api/Visio.Application.CommandLine.md
@@ -47,6 +47,6 @@ The following table includes other command line switches you can use to start th
|/u|Unregisters Visio.|
|/r|Registers Visio.|
|/s|Silently registers Visio.|
-|/pt filename,[printername, drivername, portname]|Directs the file to print on a particular printer. (Added in Visio version 5.0c.)|
+|/pt filename, [printername, drivername, portname]|Directs the file to print on a particular printer. (Added in Visio version 5.0c.)|
|::ODMA|Visio uses ODMA to open a file.|
diff --git a/api/Visio.Application.ConnectionsAdded.md b/api/Visio.Application.ConnectionsAdded.md
index 3d7d546490e..6b4ed800d0d 100644
--- a/api/Visio.Application.ConnectionsAdded.md
+++ b/api/Visio.Application.ConnectionsAdded.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.ConnectionsDeleted.md b/api/Visio.Application.ConnectionsDeleted.md
index 92bd8451e37..5b20798112c 100644
--- a/api/Visio.Application.ConnectionsDeleted.md
+++ b/api/Visio.Application.ConnectionsDeleted.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.ContainerRelationshipAdded.md b/api/Visio.Application.ContainerRelationshipAdded.md
index ff6eb053be3..0bb4f4c03d3 100644
--- a/api/Visio.Application.ContainerRelationshipAdded.md
+++ b/api/Visio.Application.ContainerRelationshipAdded.md
@@ -34,6 +34,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.ContainerRelationshipDeleted.md b/api/Visio.Application.ContainerRelationshipDeleted.md
index 1685e72d885..39c7ecaf361 100644
--- a/api/Visio.Application.ContainerRelationshipDeleted.md
+++ b/api/Visio.Application.ContainerRelationshipDeleted.md
@@ -34,6 +34,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.ConvertResult.md b/api/Visio.Application.ConvertResult.md
index 79dfff93f4c..72ccea52ac0 100644
--- a/api/Visio.Application.ConvertResult.md
+++ b/api/Visio.Application.ConvertResult.md
@@ -54,7 +54,7 @@ Possible values for _StringOrNumber_ include:
"12 ft - 17 in + (12 cm / SQRT(7))"
-The _UnitsIn_ and _UnitsOut_ arguments can be strings such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also use any of the units constants declared by the Visio type library in **VisUnitCodes** . A list of valid units is also listed in[About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md).
+The _UnitsIn_ and _UnitsOut_ arguments can be strings such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also use any of the units constants declared by the Visio type library in **VisUnitCodes** . A list of valid units is also listed in [About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md).
If _StringOrNumber_ is a floating point number or integer, _UnitsIn_ declares what unit of measure the **ConvertResult** method should construe the number to be. Pass "" to indicate internal Visio units.
diff --git a/api/Visio.Application.ConvertToGroupCanceled.md b/api/Visio.Application.ConvertToGroupCanceled.md
index bf9e892d041..c83a7f0f7a2 100644
--- a/api/Visio.Application.ConvertToGroupCanceled.md
+++ b/api/Visio.Application.ConvertToGroupCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.DataRecordsetAdded.md b/api/Visio.Application.DataRecordsetAdded.md
index a82511d0400..f1b1277342d 100644
--- a/api/Visio.Application.DataRecordsetAdded.md
+++ b/api/Visio.Application.DataRecordsetAdded.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
**Note** This Visio object or member is available only to licensed users of Visio Professional 2013.
diff --git a/api/Visio.Application.DataRecordsetChanged.md b/api/Visio.Application.DataRecordsetChanged.md
index e2f8f78e602..787a0c02ad6 100644
--- a/api/Visio.Application.DataRecordsetChanged.md
+++ b/api/Visio.Application.DataRecordsetChanged.md
@@ -37,6 +37,6 @@ When the **DataRecordsetChanged** event fires, the **[DataRecordsetChangedEvent
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.DesignModeEntered.md b/api/Visio.Application.DesignModeEntered.md
index e588284543d..c7be2c78bf9 100644
--- a/api/Visio.Application.DesignModeEntered.md
+++ b/api/Visio.Application.DesignModeEntered.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.DialogFont.md b/api/Visio.Application.DialogFont.md
index 923d98470f1..fbca72a5ff8 100644
--- a/api/Visio.Application.DialogFont.md
+++ b/api/Visio.Application.DialogFont.md
@@ -39,7 +39,7 @@ COM (Component Object Model) provides a standard implementation of a font object
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Application.DocumentChanged.md b/api/Visio.Application.DocumentChanged.md
index f028c2e36e6..fa7370de12a 100644
--- a/api/Visio.Application.DocumentChanged.md
+++ b/api/Visio.Application.DocumentChanged.md
@@ -34,6 +34,6 @@ The **DocumentChanged** event indicates that one of a document's properties, su
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.DocumentCloseCanceled.md b/api/Visio.Application.DocumentCloseCanceled.md
index e06897adb6c..85883a7315e 100644
--- a/api/Visio.Application.DocumentCloseCanceled.md
+++ b/api/Visio.Application.DocumentCloseCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.DocumentCreated.md b/api/Visio.Application.DocumentCreated.md
index 4d203a005b7..9196dd88828 100644
--- a/api/Visio.Application.DocumentCreated.md
+++ b/api/Visio.Application.DocumentCreated.md
@@ -34,7 +34,7 @@ The **DocumentCreated** event is often added to the **EventList** collection of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentCreated** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward; if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentCreated** event occurs.
diff --git a/api/Visio.Application.DocumentOpened.md b/api/Visio.Application.DocumentOpened.md
index 237f5742cc9..e7b8972d3eb 100644
--- a/api/Visio.Application.DocumentOpened.md
+++ b/api/Visio.Application.DocumentOpened.md
@@ -34,7 +34,7 @@ The **DocumentOpened** event is often added to the **EventList** collection of
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentOpened** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward?if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentOpened** event occurs.
diff --git a/api/Visio.Application.DocumentSaved.md b/api/Visio.Application.DocumentSaved.md
index 61f0a211ec6..2c17481fba5 100644
--- a/api/Visio.Application.DocumentSaved.md
+++ b/api/Visio.Application.DocumentSaved.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.DocumentSavedAs.md b/api/Visio.Application.DocumentSavedAs.md
index 38e124072f6..af348866e7c 100644
--- a/api/Visio.Application.DocumentSavedAs.md
+++ b/api/Visio.Application.DocumentSavedAs.md
@@ -49,7 +49,7 @@ If it fires because Microsoft Visio is saving a copy of an open file (for autore
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection created by using the **AddAdvise** method, the _varMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.Application.EnterScope.md b/api/Visio.Application.EnterScope.md
index dce69224c71..046ec76ca1d 100644
--- a/api/Visio.Application.EnterScope.md
+++ b/api/Visio.Application.EnterScope.md
@@ -36,7 +36,7 @@ The _nScopeID_ value returned in the case of a Visio operation is the equivalen
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection created by using the **AddAdvise** method, the **EnterScope** event is one of a group of selected events that record extra information in the **EventInfo** property of the **Application** object.
diff --git a/api/Visio.Application.ExitScope.md b/api/Visio.Application.ExitScope.md
index d6eb314a5f0..4d006f1e268 100644
--- a/api/Visio.Application.ExitScope.md
+++ b/api/Visio.Application.ExitScope.md
@@ -37,7 +37,7 @@ The _nScopeID_ value returned in the case of a Visio operation is the equivalen
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection created using the **AddAdvise method**, the **ExitScope** event is one of a group of selected events that record extra information in the **EventInfo** property of the **Application** object.
diff --git a/api/Visio.Application.FormulaChanged.md b/api/Visio.Application.FormulaChanged.md
index 36b8a26abf5..a99e329a875 100644
--- a/api/Visio.Application.FormulaChanged.md
+++ b/api/Visio.Application.FormulaChanged.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.GroupCanceled.md b/api/Visio.Application.GroupCanceled.md
index c5796c75d8e..69765e0db51 100644
--- a/api/Visio.Application.GroupCanceled.md
+++ b/api/Visio.Application.GroupCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.KeyDown.md b/api/Visio.Application.KeyDown.md
index aedcabf3089..39c57964f8c 100644
--- a/api/Visio.Application.KeyDown.md
+++ b/api/Visio.Application.KeyDown.md
@@ -55,7 +55,7 @@ Unlike some other Visio events, **KeyDown** does not have the prefix "Query," b
If you are using VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.KeyPress.md b/api/Visio.Application.KeyPress.md
index 217c4a8e35e..7c1c5b1f450 100644
--- a/api/Visio.Application.KeyPress.md
+++ b/api/Visio.Application.KeyPress.md
@@ -42,7 +42,7 @@ Unlike some other Visio events, **KeyPress** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.KeyUp.md b/api/Visio.Application.KeyUp.md
index bf6dd7daeca..e3ae4408f9d 100644
--- a/api/Visio.Application.KeyUp.md
+++ b/api/Visio.Application.KeyUp.md
@@ -52,7 +52,7 @@ Unlike some other Visio events, **KeyUp** does not have the prefix "Query," but
If you are using Microsoft Visual Basic or VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.MarkerEvent.md b/api/Visio.Application.MarkerEvent.md
index aa72f9044f9..7cbbbc5d240 100644
--- a/api/Visio.Application.MarkerEvent.md
+++ b/api/Visio.Application.MarkerEvent.md
@@ -83,7 +83,7 @@ End Sub
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification, the **MarkerEvent** event is one of one of a group of events that record extra information in the **EventInfo** property of the **Application** object.
diff --git a/api/Visio.Application.MasterAdded.md b/api/Visio.Application.MasterAdded.md
index ac38ebe099d..299eada2b12 100644
--- a/api/Visio.Application.MasterAdded.md
+++ b/api/Visio.Application.MasterAdded.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.MasterChanged.md b/api/Visio.Application.MasterChanged.md
index e0a30c0835a..7e3124e55ea 100644
--- a/api/Visio.Application.MasterChanged.md
+++ b/api/Visio.Application.MasterChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.MasterDeleteCanceled.md b/api/Visio.Application.MasterDeleteCanceled.md
index b4db7e9a6bc..f9b01a3f863 100644
--- a/api/Visio.Application.MasterDeleteCanceled.md
+++ b/api/Visio.Application.MasterDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.MouseDown.md b/api/Visio.Application.MouseDown.md
index b4a77f07872..5edd4cce0d3 100644
--- a/api/Visio.Application.MouseDown.md
+++ b/api/Visio.Application.MouseDown.md
@@ -62,7 +62,7 @@ Unlike some other Visio events, **MouseDown** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.MouseMove.md b/api/Visio.Application.MouseMove.md
index b8ff4fcf90d..212e0e0b3eb 100644
--- a/api/Visio.Application.MouseMove.md
+++ b/api/Visio.Application.MouseMove.md
@@ -62,7 +62,7 @@ Unlike some other Visio events, **MouseMove** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.MouseUp.md b/api/Visio.Application.MouseUp.md
index 55d1a627041..581d3ee2c2c 100644
--- a/api/Visio.Application.MouseUp.md
+++ b/api/Visio.Application.MouseUp.md
@@ -62,7 +62,7 @@ Unlike some other Visio events, **MouseUp** does not have the prefix "Query," b
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.MustFlushScopeBeginning.md b/api/Visio.Application.MustFlushScopeBeginning.md
index a387cd9f229..2ee9ba75297 100644
--- a/api/Visio.Application.MustFlushScopeBeginning.md
+++ b/api/Visio.Application.MustFlushScopeBeginning.md
@@ -65,6 +65,6 @@ An event is fired both before (**BeforeShapeDeleted** event) and after (**Shapes
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.MustFlushScopeEnded.md b/api/Visio.Application.MustFlushScopeEnded.md
index efb43e65cbd..20abb4d77bb 100644
--- a/api/Visio.Application.MustFlushScopeEnded.md
+++ b/api/Visio.Application.MustFlushScopeEnded.md
@@ -34,6 +34,6 @@ This event, along with the **MustFlushScopeBeginning** event, can be used to id
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.NoEventsPending.md b/api/Visio.Application.NoEventsPending.md
index 45590eee005..fe22cf367a7 100644
--- a/api/Visio.Application.NoEventsPending.md
+++ b/api/Visio.Application.NoEventsPending.md
@@ -38,6 +38,6 @@ Visio fires the **NoEventsPending** event only if at least one of the events in
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.OnKeystrokeMessageForAddon.md b/api/Visio.Application.OnKeystrokeMessageForAddon.md
index 76ec6808209..7e8931230fc 100644
--- a/api/Visio.Application.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.Application.OnKeystrokeMessageForAddon.md
@@ -53,6 +53,6 @@ The **MSGWrap** object, passed to the event handler when the **OnKeystrokeMessa
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.PageAdded.md b/api/Visio.Application.PageAdded.md
index cf84222ea1e..439cd905a31 100644
--- a/api/Visio.Application.PageAdded.md
+++ b/api/Visio.Application.PageAdded.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.PageChanged.md b/api/Visio.Application.PageChanged.md
index 38fa1d37187..f44458397b8 100644
--- a/api/Visio.Application.PageChanged.md
+++ b/api/Visio.Application.PageChanged.md
@@ -34,6 +34,6 @@ If several pages of a document have default names and any page but the last is d
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.PageDeleteCanceled.md b/api/Visio.Application.PageDeleteCanceled.md
index d5870c0354c..0cce1368b8c 100644
--- a/api/Visio.Application.PageDeleteCanceled.md
+++ b/api/Visio.Application.PageDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelConvertToGroup.md b/api/Visio.Application.QueryCancelConvertToGroup.md
index ec0678d7dcd..3dd41b0f071 100644
--- a/api/Visio.Application.QueryCancelConvertToGroup.md
+++ b/api/Visio.Application.QueryCancelConvertToGroup.md
@@ -47,6 +47,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelDocumentClose.md b/api/Visio.Application.QueryCancelDocumentClose.md
index 9ea2fd93f43..dcd09ac0b44 100644
--- a/api/Visio.Application.QueryCancelDocumentClose.md
+++ b/api/Visio.Application.QueryCancelDocumentClose.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelGroup.md b/api/Visio.Application.QueryCancelGroup.md
index c8097fa78d3..d353d1f9188 100644
--- a/api/Visio.Application.QueryCancelGroup.md
+++ b/api/Visio.Application.QueryCancelGroup.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you use Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelMasterDelete.md b/api/Visio.Application.QueryCancelMasterDelete.md
index 9e8d32e52fd..1f663ba5475 100644
--- a/api/Visio.Application.QueryCancelMasterDelete.md
+++ b/api/Visio.Application.QueryCancelMasterDelete.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelPageDelete.md b/api/Visio.Application.QueryCancelPageDelete.md
index ef18fabaff0..315d25d5de3 100644
--- a/api/Visio.Application.QueryCancelPageDelete.md
+++ b/api/Visio.Application.QueryCancelPageDelete.md
@@ -45,6 +45,6 @@ While a Microsoft Visio instance is firing a query or cancel event, it responds
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelQuit.md b/api/Visio.Application.QueryCancelQuit.md
index fe1525dba33..5d8c79dce9f 100644
--- a/api/Visio.Application.QueryCancelQuit.md
+++ b/api/Visio.Application.QueryCancelQuit.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelSelectionDelete.md b/api/Visio.Application.QueryCancelSelectionDelete.md
index 6f30037c01a..b5536f98de2 100644
--- a/api/Visio.Application.QueryCancelSelectionDelete.md
+++ b/api/Visio.Application.QueryCancelSelectionDelete.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelStyleDelete.md b/api/Visio.Application.QueryCancelStyleDelete.md
index 1c70c1806b5..af4d2442219 100644
--- a/api/Visio.Application.QueryCancelStyleDelete.md
+++ b/api/Visio.Application.QueryCancelStyleDelete.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelSuspend.md b/api/Visio.Application.QueryCancelSuspend.md
index 0e2b9572116..60e2d825d9d 100644
--- a/api/Visio.Application.QueryCancelSuspend.md
+++ b/api/Visio.Application.QueryCancelSuspend.md
@@ -47,7 +47,7 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.QueryCancelSuspendEvents.md b/api/Visio.Application.QueryCancelSuspendEvents.md
index e2c60bccff2..8e12df42eb9 100644
--- a/api/Visio.Application.QueryCancelSuspendEvents.md
+++ b/api/Visio.Application.QueryCancelSuspendEvents.md
@@ -50,6 +50,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelUngroup.md b/api/Visio.Application.QueryCancelUngroup.md
index bd256158020..035ff6b68df 100644
--- a/api/Visio.Application.QueryCancelUngroup.md
+++ b/api/Visio.Application.QueryCancelUngroup.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QueryCancelWindowClose.md b/api/Visio.Application.QueryCancelWindowClose.md
index bbdc083f6a2..2738d4cd2fb 100644
--- a/api/Visio.Application.QueryCancelWindowClose.md
+++ b/api/Visio.Application.QueryCancelWindowClose.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.QuitCanceled.md b/api/Visio.Application.QuitCanceled.md
index 2e0a99d7bfc..380b99e3beb 100644
--- a/api/Visio.Application.QuitCanceled.md
+++ b/api/Visio.Application.QuitCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'QuitCanceled'(**_ByVal app As [IVAPPLICATION]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.RuleSetValidated.md b/api/Visio.Application.RuleSetValidated.md
index b8317dcc506..e23b581cbc5 100644
--- a/api/Visio.Application.RuleSetValidated.md
+++ b/api/Visio.Application.RuleSetValidated.md
@@ -34,6 +34,6 @@ When Microsoft Visio performs validation, it fires a **RuleSetValidated** event
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.RunModeEntered.md b/api/Visio.Application.RunModeEntered.md
index 27c347ca423..107401d7d2d 100644
--- a/api/Visio.Application.RunModeEntered.md
+++ b/api/Visio.Application.RunModeEntered.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.SaveAsWebObject.md b/api/Visio.Application.SaveAsWebObject.md
index 6fae6a5a0d9..a6996d9d0f9 100644
--- a/api/Visio.Application.SaveAsWebObject.md
+++ b/api/Visio.Application.SaveAsWebObject.md
@@ -35,7 +35,7 @@ Once you have a reference to the **VisSaveAsWeb** object, you can use the objec
To be able to work with the Save as Web Page API, you must get a reference to the **Microsoft Visio 14.0 Save As Web Type Library** in your Microsoft Visual Basic or Microsoft Visual Basic for Applications (VBA) project. To get this reference in VBA, use the following procedure:
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **Tools** menu, click **References**.
diff --git a/api/Visio.Application.SelectionAdded.md b/api/Visio.Application.SelectionAdded.md
index cbca4939a0d..a92059881b2 100644
--- a/api/Visio.Application.SelectionAdded.md
+++ b/api/Visio.Application.SelectionAdded.md
@@ -36,7 +36,7 @@ The **SelectionAdded** and **ShapeAdded** events are similar in that they both
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.SelectionChanged.md b/api/Visio.Application.SelectionChanged.md
index 20e718542d9..dc5593ffcfb 100644
--- a/api/Visio.Application.SelectionChanged.md
+++ b/api/Visio.Application.SelectionChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.SelectionDeleteCanceled.md b/api/Visio.Application.SelectionDeleteCanceled.md
index 58611ac8cbe..e5880accd9e 100644
--- a/api/Visio.Application.SelectionDeleteCanceled.md
+++ b/api/Visio.Application.SelectionDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.ShapeAdded.md b/api/Visio.Application.ShapeAdded.md
index 4feb480f935..2ba1975bbc4 100644
--- a/api/Visio.Application.ShapeAdded.md
+++ b/api/Visio.Application.ShapeAdded.md
@@ -38,7 +38,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Application.ShapeChanged.md b/api/Visio.Application.ShapeChanged.md
index f0e3a08772b..2385af8f277 100644
--- a/api/Visio.Application.ShapeChanged.md
+++ b/api/Visio.Application.ShapeChanged.md
@@ -51,7 +51,7 @@ Changes to the following shape properties cause the **ShapeChanged** event to f
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection that was created by using **AddAdvise** , the _varMoreInfo_ argument to **VisEventProc** contains the string: "/doc=1 /page=1 /shape=Sheet.3"
diff --git a/api/Visio.Application.ShapeDataGraphicChanged.md b/api/Visio.Application.ShapeDataGraphicChanged.md
index 72641812f4f..fce30e54e16 100644
--- a/api/Visio.Application.ShapeDataGraphicChanged.md
+++ b/api/Visio.Application.ShapeDataGraphicChanged.md
@@ -37,6 +37,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.ShapeExitedTextEdit.md b/api/Visio.Application.ShapeExitedTextEdit.md
index b32d6bc9794..8356056a2aa 100644
--- a/api/Visio.Application.ShapeExitedTextEdit.md
+++ b/api/Visio.Application.ShapeExitedTextEdit.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.ShapeLinkAdded.md b/api/Visio.Application.ShapeLinkAdded.md
index 026fa2ef313..c352e1ccbe3 100644
--- a/api/Visio.Application.ShapeLinkAdded.md
+++ b/api/Visio.Application.ShapeLinkAdded.md
@@ -45,6 +45,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.ShapeLinkDeleted.md b/api/Visio.Application.ShapeLinkDeleted.md
index 41e2dfaf5d8..3272f8af1a1 100644
--- a/api/Visio.Application.ShapeLinkDeleted.md
+++ b/api/Visio.Application.ShapeLinkDeleted.md
@@ -45,6 +45,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.ShapeParentChanged.md b/api/Visio.Application.ShapeParentChanged.md
index faabbed3a7c..6e94dee6ba1 100644
--- a/api/Visio.Application.ShapeParentChanged.md
+++ b/api/Visio.Application.ShapeParentChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.StyleAdded.md b/api/Visio.Application.StyleAdded.md
index 7b756f7e043..2d26a181e05 100644
--- a/api/Visio.Application.StyleAdded.md
+++ b/api/Visio.Application.StyleAdded.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.StyleChanged.md b/api/Visio.Application.StyleChanged.md
index 9cfc21d8aed..10b8acafafd 100644
--- a/api/Visio.Application.StyleChanged.md
+++ b/api/Visio.Application.StyleChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.StyleDeleteCanceled.md b/api/Visio.Application.StyleDeleteCanceled.md
index ddac18ac479..e99f5a67dc3 100644
--- a/api/Visio.Application.StyleDeleteCanceled.md
+++ b/api/Visio.Application.StyleDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.SuspendCanceled.md b/api/Visio.Application.SuspendCanceled.md
index 7cc69256cfb..701afc92739 100644
--- a/api/Visio.Application.SuspendCanceled.md
+++ b/api/Visio.Application.SuspendCanceled.md
@@ -34,6 +34,6 @@ If your solution runs outside the Visio process, you cannot be assured of receiv
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.SuspendEventsCanceled.md b/api/Visio.Application.SuspendEventsCanceled.md
index 931b163a68b..0fcbcb3b174 100644
--- a/api/Visio.Application.SuspendEventsCanceled.md
+++ b/api/Visio.Application.SuspendEventsCanceled.md
@@ -37,6 +37,6 @@ nothing
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.TextChanged.md b/api/Visio.Application.TextChanged.md
index 54877df862d..2eeb3466ec2 100644
--- a/api/Visio.Application.TextChanged.md
+++ b/api/Visio.Application.TextChanged.md
@@ -40,7 +40,7 @@ In Visio 5.0 and earlier versions, the raw characters reported by the **Text**
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.UngroupCanceled.md b/api/Visio.Application.UngroupCanceled.md
index e032bb7812a..f569f55f852 100644
--- a/api/Visio.Application.UngroupCanceled.md
+++ b/api/Visio.Application.UngroupCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.Vbe.md b/api/Visio.Application.Vbe.md
index 5562e501c3b..96ea70499b5 100644
--- a/api/Visio.Application.Vbe.md
+++ b/api/Visio.Application.Vbe.md
@@ -36,7 +36,7 @@ To get information about the object returned by the **Vbe** property, follow th
### To get information about the object returned by the Vbe property
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. In the Visual Basic Editor, on the **Tools** menu, click **References**.
diff --git a/api/Visio.Application.ViewChanged.md b/api/Visio.Application.ViewChanged.md
index 3d832758902..e6e64d1a6f1 100644
--- a/api/Visio.Application.ViewChanged.md
+++ b/api/Visio.Application.ViewChanged.md
@@ -34,6 +34,6 @@ This event fires whenever the zoom level or scroll position of a **Window** obj
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.VisioIsIdle.md b/api/Visio.Application.VisioIsIdle.md
index 8ae94fd12b6..15a6c5f7268 100644
--- a/api/Visio.Application.VisioIsIdle.md
+++ b/api/Visio.Application.VisioIsIdle.md
@@ -51,6 +51,6 @@ The **VisioIsIdle** event is not the equivalent of a standard timer event. Clie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.WindowActivated.md b/api/Visio.Application.WindowActivated.md
index 9272aad8886..ed35df94a58 100644
--- a/api/Visio.Application.WindowActivated.md
+++ b/api/Visio.Application.WindowActivated.md
@@ -34,7 +34,7 @@ The **WindowActivated** event indicates that the active window has changed in a
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If your Visual Studio solution includes the **Microsoft.Office.Interop.Visio** reference, this event maps to the following types:
diff --git a/api/Visio.Application.WindowChanged.md b/api/Visio.Application.WindowChanged.md
index a2f3475bb53..c8801b574b2 100644
--- a/api/Visio.Application.WindowChanged.md
+++ b/api/Visio.Application.WindowChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.WindowCloseCanceled.md b/api/Visio.Application.WindowCloseCanceled.md
index f0bb07e5ff2..355ff7d7032 100644
--- a/api/Visio.Application.WindowCloseCanceled.md
+++ b/api/Visio.Application.WindowCloseCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.WindowOpened.md b/api/Visio.Application.WindowOpened.md
index 495d8363f49..ca6003c1400 100644
--- a/api/Visio.Application.WindowOpened.md
+++ b/api/Visio.Application.WindowOpened.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowOpened'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Application.WindowTurnedToPage.md b/api/Visio.Application.WindowTurnedToPage.md
index 64c2b7506fb..b166e8c3f3a 100644
--- a/api/Visio.Application.WindowTurnedToPage.md
+++ b/api/Visio.Application.WindowTurnedToPage.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If your Visual Studio solution includes the **Microsoft.Office.Interop.Visio** reference, this event maps to the following types:
diff --git a/api/Visio.Cell.CellChanged.md b/api/Visio.Cell.CellChanged.md
index 96387f6aa9b..abd61741894 100644
--- a/api/Visio.Cell.CellChanged.md
+++ b/api/Visio.Cell.CellChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Cell.Formula.md b/api/Visio.Cell.Formula.md
index a3c8b1fd21a..959610c6091 100644
--- a/api/Visio.Cell.Formula.md
+++ b/api/Visio.Cell.Formula.md
@@ -37,7 +37,7 @@ If a cell's formula is protected with the GUARD function, you must use the **Fo
**Note** Beginning with Microsoft Visio 2000, you can use both local and universal names to refer to Visio shapes, masters, documents, pages, rows, add-ons, cells, hyperlinks, styles, fonts, master shortcuts, UI objects, and layers. When a user names a shape, for example, the user is specifying a local name. Beginning with Microsoft Office Visio 2003, the ShapeSheet spreadsheet displays only universal names in cell formulas and values. (In prior versions, universal names were not visible in the user interface.)
-As a developer, you can use universal names in a program when you don't want to change a name each time a solution is localized. Use the **Formula** property to get a cell's formula string in local syntax or to use a mix of local and universal syntax to set it. Use the **FormulaU** property to get or parse a formula in universal syntax. When you use **FormulaU** , the decimal point is always ".", the delimiter is always ",", and you must use universal unit strings (for details on universal strings, see[About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md)).
+As a developer, you can use universal names in a program when you don't want to change a name each time a solution is localized. Use the **Formula** property to get a cell's formula string in local syntax or to use a mix of local and universal syntax to set it. Use the **FormulaU** property to get or parse a formula in universal syntax. When you use **FormulaU** , the decimal point is always ".", the delimiter is always ",", and you must use universal unit strings (for details on universal strings, see [About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md)).
## Example
diff --git a/api/Visio.Cell.FormulaChanged.md b/api/Visio.Cell.FormulaChanged.md
index eececd68159..4704bc21227 100644
--- a/api/Visio.Cell.FormulaChanged.md
+++ b/api/Visio.Cell.FormulaChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Cell.FormulaU.md b/api/Visio.Cell.FormulaU.md
index 748adb430cf..33d13f88411 100644
--- a/api/Visio.Cell.FormulaU.md
+++ b/api/Visio.Cell.FormulaU.md
@@ -37,7 +37,7 @@ If a cell's formula is protected with the GUARD function, you must use the **Fo
**Note** Beginning with Microsoft Visio 2000, you can use both local and universal names to refer to Visio shapes, masters, documents, pages, rows, add-ons, cells, hyperlinks, styles, fonts, master shortcuts, UI objects, and layers. When a user names a shape, for example, the user is specifying a local name. Beginning with Microsoft Office Visio 2003, the ShapeSheet spreadsheet displays only universal names in cell formulas and values. (In prior versions, universal names were not visible in the user interface.)
-As a developer, you can use universal names in a program when you don't want to change a name each time a solution is localized. Use the **Formula** property to get a cell's formula string in local syntax or to use a mix of local and universal syntax to set it. Use the **FormulaU** property to get or parse a formula in universal syntax. When you use **FormulaU** , the decimal point is always ".", the delimiter is always ",", and you must use universal unit strings (for details on universal strings, see[About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md)).
+As a developer, you can use universal names in a program when you don't want to change a name each time a solution is localized. Use the **Formula** property to get a cell's formula string in local syntax or to use a mix of local and universal syntax to set it. Use the **FormulaU** property to get or parse a formula in universal syntax. When you use **FormulaU** , the decimal point is always ".", the delimiter is always ",", and you must use universal unit strings (for details on universal strings, see [About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md)).
If your Visual Studio solution includes the **Microsoft.Office.Interop.Visio** reference, this property maps to the following types:
diff --git a/api/Visio.Characters.TextChanged.md b/api/Visio.Characters.TextChanged.md
index aa852700895..032d681de43 100644
--- a/api/Visio.Characters.TextChanged.md
+++ b/api/Visio.Characters.TextChanged.md
@@ -43,7 +43,7 @@ In Visio 5.0 and earlier versions, the raw characters reported by the **Text**
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DataRecordset.BeforeDataRecordsetDelete.md b/api/Visio.DataRecordset.BeforeDataRecordsetDelete.md
index 199a129c85f..993d8106ed5 100644
--- a/api/Visio.DataRecordset.BeforeDataRecordsetDelete.md
+++ b/api/Visio.DataRecordset.BeforeDataRecordsetDelete.md
@@ -38,6 +38,6 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DataRecordset.DataRecordsetChanged.md b/api/Visio.DataRecordset.DataRecordsetChanged.md
index 35c8348f49c..14953f01f0c 100644
--- a/api/Visio.DataRecordset.DataRecordsetChanged.md
+++ b/api/Visio.DataRecordset.DataRecordsetChanged.md
@@ -37,6 +37,6 @@ When the **DataRecordsetChanged** event fires, the **[DataRecordsetChangedEvent
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DataRecordset.GetDataRowIDs.md b/api/Visio.DataRecordset.GetDataRowIDs.md
index 98b69be82ef..05bd7459e2b 100644
--- a/api/Visio.DataRecordset.GetDataRowIDs.md
+++ b/api/Visio.DataRecordset.GetDataRowIDs.md
@@ -43,7 +43,7 @@ Long()
You can use the **GetDataRowIDs** method to get an array of the IDs of all the rows in a data recordset, where each row represents a single data record. The **GetDataRowIDs** method takes as its parameter a criteria string, which is a string that conforms to the guidelines specified in the ADO API for setting the **ADO.Filter** property. By specifying appropriate criteria and using AND and OR operators to separate clauses, you can filter the information in the data recordset to return only certain data recordset rows selectively. To apply no filter (that is, to get all the rows), pass an empty string ("").
-For more information about criteria strings, see [Filter Property](https://msdn.microsoft.com/en-us/library/ms676691%28VS.85%29.aspx) in the ADO 2.8 API Reference.
+For more information about criteria strings, see [Filter Property](https://msdn.microsoft.com/library/ms676691%28VS.85%29.aspx) in the ADO 2.8 API Reference.
## Example
diff --git a/api/Visio.DataRecordsets.BeforeDataRecordsetDelete.md b/api/Visio.DataRecordsets.BeforeDataRecordsetDelete.md
index e999cbeae01..87d3896bc36 100644
--- a/api/Visio.DataRecordsets.BeforeDataRecordsetDelete.md
+++ b/api/Visio.DataRecordsets.BeforeDataRecordsetDelete.md
@@ -38,6 +38,6 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DataRecordsets.DataRecordsetAdded.md b/api/Visio.DataRecordsets.DataRecordsetAdded.md
index 9e0fde114fc..fb0c78e3aca 100644
--- a/api/Visio.DataRecordsets.DataRecordsetAdded.md
+++ b/api/Visio.DataRecordsets.DataRecordsetAdded.md
@@ -38,6 +38,6 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DataRecordsets.DataRecordsetChanged.md b/api/Visio.DataRecordsets.DataRecordsetChanged.md
index e0bd7953ad2..3a4aacc50ed 100644
--- a/api/Visio.DataRecordsets.DataRecordsetChanged.md
+++ b/api/Visio.DataRecordsets.DataRecordsetChanged.md
@@ -37,6 +37,6 @@ When the **DataRecordsetChanged** event fires, the **[DataRecordsetChangedEvent
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.AfterRemoveHiddenInformation.md b/api/Visio.Document.AfterRemoveHiddenInformation.md
index ee1789dca39..1386a7d84b6 100644
--- a/api/Visio.Document.AfterRemoveHiddenInformation.md
+++ b/api/Visio.Document.AfterRemoveHiddenInformation.md
@@ -39,6 +39,6 @@ When the **AfterRemoveHiddenInformation** event is fired, the **EventInfo** pro
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.BeforeDataRecordsetDelete.md b/api/Visio.Document.BeforeDataRecordsetDelete.md
index 8542695778d..d7ad85dac1a 100644
--- a/api/Visio.Document.BeforeDataRecordsetDelete.md
+++ b/api/Visio.Document.BeforeDataRecordsetDelete.md
@@ -38,6 +38,6 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.BeforeDocumentClose.md b/api/Visio.Document.BeforeDocumentClose.md
index 340e64d1527..cfbadcee7c3 100644
--- a/api/Visio.Document.BeforeDocumentClose.md
+++ b/api/Visio.Document.BeforeDocumentClose.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.BeforeDocumentSave.md b/api/Visio.Document.BeforeDocumentSave.md
index 63939a427b2..f12f43d41fe 100644
--- a/api/Visio.Document.BeforeDocumentSave.md
+++ b/api/Visio.Document.BeforeDocumentSave.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.BeforeDocumentSaveAs.md b/api/Visio.Document.BeforeDocumentSaveAs.md
index 3d489ffe984..bf0c172c594 100644
--- a/api/Visio.Document.BeforeDocumentSaveAs.md
+++ b/api/Visio.Document.BeforeDocumentSaveAs.md
@@ -47,7 +47,7 @@ If it fires because Visio is saving a copy of an open file (for autorecovery or
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection by using the **AddAdvise** method, the _vMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.Document.BeforeMasterDelete.md b/api/Visio.Document.BeforeMasterDelete.md
index fe6de07a1ac..fbce59f9d4d 100644
--- a/api/Visio.Document.BeforeMasterDelete.md
+++ b/api/Visio.Document.BeforeMasterDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.BeforePageDelete.md b/api/Visio.Document.BeforePageDelete.md
index aec63bbb42f..7a1918b2a65 100644
--- a/api/Visio.Document.BeforePageDelete.md
+++ b/api/Visio.Document.BeforePageDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.BeforeSelectionDelete.md b/api/Visio.Document.BeforeSelectionDelete.md
index 55d5f3f1f29..1bee5f2fc73 100644
--- a/api/Visio.Document.BeforeSelectionDelete.md
+++ b/api/Visio.Document.BeforeSelectionDelete.md
@@ -41,6 +41,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.BeforeShapeTextEdit.md b/api/Visio.Document.BeforeShapeTextEdit.md
index 29956e19631..41f765cb868 100644
--- a/api/Visio.Document.BeforeShapeTextEdit.md
+++ b/api/Visio.Document.BeforeShapeTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.BeforeStyleDelete.md b/api/Visio.Document.BeforeStyleDelete.md
index bf0f951d8bf..3a9a8c021f8 100644
--- a/api/Visio.Document.BeforeStyleDelete.md
+++ b/api/Visio.Document.BeforeStyleDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.ConvertToGroupCanceled.md b/api/Visio.Document.ConvertToGroupCanceled.md
index d4d6ef4fd08..25a3337a9f3 100644
--- a/api/Visio.Document.ConvertToGroupCanceled.md
+++ b/api/Visio.Document.ConvertToGroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.DataRecordsetAdded.md b/api/Visio.Document.DataRecordsetAdded.md
index b05203612b3..b0661864b97 100644
--- a/api/Visio.Document.DataRecordsetAdded.md
+++ b/api/Visio.Document.DataRecordsetAdded.md
@@ -38,6 +38,6 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.DesignModeEntered.md b/api/Visio.Document.DesignModeEntered.md
index d5848157fb7..1a464d21665 100644
--- a/api/Visio.Document.DesignModeEntered.md
+++ b/api/Visio.Document.DesignModeEntered.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.DocumentChanged.md b/api/Visio.Document.DocumentChanged.md
index d668dc094ff..e13d6fe06e2 100644
--- a/api/Visio.Document.DocumentChanged.md
+++ b/api/Visio.Document.DocumentChanged.md
@@ -37,6 +37,6 @@ The **DocumentChanged** event indicates that one of a document's properties, su
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.DocumentCloseCanceled.md b/api/Visio.Document.DocumentCloseCanceled.md
index 494e6f8ae23..fbee2478116 100644
--- a/api/Visio.Document.DocumentCloseCanceled.md
+++ b/api/Visio.Document.DocumentCloseCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.DocumentCreated.md b/api/Visio.Document.DocumentCreated.md
index e45e3cdcaf4..878561117ad 100644
--- a/api/Visio.Document.DocumentCreated.md
+++ b/api/Visio.Document.DocumentCreated.md
@@ -37,7 +37,7 @@ The **DocumentCreated** event is often added to the **EventList** collection of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentCreated** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward; if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentCreated** event occurs.
diff --git a/api/Visio.Document.DocumentOpened.md b/api/Visio.Document.DocumentOpened.md
index c0444deca38..766ca10ac16 100644
--- a/api/Visio.Document.DocumentOpened.md
+++ b/api/Visio.Document.DocumentOpened.md
@@ -37,7 +37,7 @@ The **DocumentOpened** event is often added to the **EventList** collection of
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentOpened** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward?if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentOpened** event occurs.
diff --git a/api/Visio.Document.DocumentSaved.md b/api/Visio.Document.DocumentSaved.md
index 42d90831ead..0e89ca8dd60 100644
--- a/api/Visio.Document.DocumentSaved.md
+++ b/api/Visio.Document.DocumentSaved.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Document.DocumentSavedAs.md b/api/Visio.Document.DocumentSavedAs.md
index 53ee619048c..0cb34a46f8b 100644
--- a/api/Visio.Document.DocumentSavedAs.md
+++ b/api/Visio.Document.DocumentSavedAs.md
@@ -52,7 +52,7 @@ If it fires because Microsoft Visio is saving a copy of an open file (for autore
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection created by using the **AddAdvise** method, the _varMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.Document.GroupCanceled.md b/api/Visio.Document.GroupCanceled.md
index 3165ac47698..d15c9faa8ba 100644
--- a/api/Visio.Document.GroupCanceled.md
+++ b/api/Visio.Document.GroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.HeaderFooterFont.md b/api/Visio.Document.HeaderFooterFont.md
index a335809aca7..c99a4c2d469 100644
--- a/api/Visio.Document.HeaderFooterFont.md
+++ b/api/Visio.Document.HeaderFooterFont.md
@@ -35,7 +35,7 @@ COM provides a standard implementation of a font object with the **IFontDisp**
To get information about the **StdFont** object that supports the **IFontDisp** interface:
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Document.MasterAdded.md b/api/Visio.Document.MasterAdded.md
index b2242d42a86..a899bd92773 100644
--- a/api/Visio.Document.MasterAdded.md
+++ b/api/Visio.Document.MasterAdded.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.MasterChanged.md b/api/Visio.Document.MasterChanged.md
index ca88eed2719..1a4a2065012 100644
--- a/api/Visio.Document.MasterChanged.md
+++ b/api/Visio.Document.MasterChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.MasterDeleteCanceled.md b/api/Visio.Document.MasterDeleteCanceled.md
index e8af0370825..73669d2ae2a 100644
--- a/api/Visio.Document.MasterDeleteCanceled.md
+++ b/api/Visio.Document.MasterDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.Mode.md b/api/Visio.Document.Mode.md
index a6f4cd07620..28f46886b35 100644
--- a/api/Visio.Document.Mode.md
+++ b/api/Visio.Document.Mode.md
@@ -39,7 +39,7 @@ The following are the fundamental distinctions between run mode and design mode:
- Visio doesn't source events from any object whose document is in design mode.
-The run/design mode of a Visio document is reported in the Visio user interface by the **Design Mode** control on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab. The appearance of this control is the same as that of the **Design Mode** button in the Visual Basic Editor window. If the control appears pressed, the document (project) is in design mode. If it does not appear pressed, the document (project) is in run mode.
+The run/design mode of a Visio document is reported in the Visio user interface by the **Design Mode** control on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab. The appearance of this control is the same as that of the **Design Mode** button in the Visual Basic Editor window. If the control appears pressed, the document (project) is in design mode. If it does not appear pressed, the document (project) is in run mode.
The run/design mode of a Visio document is synchronized with the run/design state of the document's Visual Basic for Applications (VBA) project, provided the document has a project. If the document transitions to or from run mode, the project's mode switches, and vice versa. This means that if code in a document's project sets the document's mode to design mode (**ThisDocument.Mode** = **visDocModeDesign**), the project in which the code runs transitions to design mode and any statements following the mode-assignment statement are not executed. However, code in a document can put another document (project) into design mode and keep running.
diff --git a/api/Visio.Document.PageAdded.md b/api/Visio.Document.PageAdded.md
index 02d06919f44..e80c9e7951a 100644
--- a/api/Visio.Document.PageAdded.md
+++ b/api/Visio.Document.PageAdded.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Document.PageChanged.md b/api/Visio.Document.PageChanged.md
index 4b66283beb3..7add67856e8 100644
--- a/api/Visio.Document.PageChanged.md
+++ b/api/Visio.Document.PageChanged.md
@@ -37,6 +37,6 @@ If several pages of a document have default names and any page but the last is d
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.PageDeleteCanceled.md b/api/Visio.Document.PageDeleteCanceled.md
index f02700606ac..3a9d7317b65 100644
--- a/api/Visio.Document.PageDeleteCanceled.md
+++ b/api/Visio.Document.PageDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.PreviewPicture.md b/api/Visio.Document.PreviewPicture.md
index 25d5cb2a8f9..6b2aa42c40b 100644
--- a/api/Visio.Document.PreviewPicture.md
+++ b/api/Visio.Document.PreviewPicture.md
@@ -43,7 +43,7 @@ To get information about the **StdPicture** object that supports the **IPicture
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Document.QueryCancelConvertToGroup.md b/api/Visio.Document.QueryCancelConvertToGroup.md
index 481a88567ce..21e7dfcda08 100644
--- a/api/Visio.Document.QueryCancelConvertToGroup.md
+++ b/api/Visio.Document.QueryCancelConvertToGroup.md
@@ -50,6 +50,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.QueryCancelDocumentClose.md b/api/Visio.Document.QueryCancelDocumentClose.md
index 6f1ea4180a9..ccb3a4d5b94 100644
--- a/api/Visio.Document.QueryCancelDocumentClose.md
+++ b/api/Visio.Document.QueryCancelDocumentClose.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.QueryCancelGroup.md b/api/Visio.Document.QueryCancelGroup.md
index b581a4bac90..730648ebb51 100644
--- a/api/Visio.Document.QueryCancelGroup.md
+++ b/api/Visio.Document.QueryCancelGroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you use Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.QueryCancelMasterDelete.md b/api/Visio.Document.QueryCancelMasterDelete.md
index 054b7552b3a..4b1e680beb9 100644
--- a/api/Visio.Document.QueryCancelMasterDelete.md
+++ b/api/Visio.Document.QueryCancelMasterDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.QueryCancelPageDelete.md b/api/Visio.Document.QueryCancelPageDelete.md
index 33145705107..03fd4ea2100 100644
--- a/api/Visio.Document.QueryCancelPageDelete.md
+++ b/api/Visio.Document.QueryCancelPageDelete.md
@@ -48,6 +48,6 @@ While a Microsoft Visio instance is firing a query or cancel event, it responds
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.QueryCancelSelectionDelete.md b/api/Visio.Document.QueryCancelSelectionDelete.md
index 17cc3d2d053..4a863b8e42e 100644
--- a/api/Visio.Document.QueryCancelSelectionDelete.md
+++ b/api/Visio.Document.QueryCancelSelectionDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.QueryCancelStyleDelete.md b/api/Visio.Document.QueryCancelStyleDelete.md
index a63c654fd56..594fa8a46dd 100644
--- a/api/Visio.Document.QueryCancelStyleDelete.md
+++ b/api/Visio.Document.QueryCancelStyleDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.QueryCancelUngroup.md b/api/Visio.Document.QueryCancelUngroup.md
index 8931c37f3c9..58b65e2a971 100644
--- a/api/Visio.Document.QueryCancelUngroup.md
+++ b/api/Visio.Document.QueryCancelUngroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.RuleSetValidated.md b/api/Visio.Document.RuleSetValidated.md
index 9f743c8a9a3..5ad5f8ebff4 100644
--- a/api/Visio.Document.RuleSetValidated.md
+++ b/api/Visio.Document.RuleSetValidated.md
@@ -37,6 +37,6 @@ When Microsoft Visio performs validation, it fires a **RuleSetValidated** event
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.RunModeEntered.md b/api/Visio.Document.RunModeEntered.md
index 9d5441356a9..f4372044b82 100644
--- a/api/Visio.Document.RunModeEntered.md
+++ b/api/Visio.Document.RunModeEntered.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.SelectionDeleteCanceled.md b/api/Visio.Document.SelectionDeleteCanceled.md
index ce96fda970f..9122191ef55 100644
--- a/api/Visio.Document.SelectionDeleteCanceled.md
+++ b/api/Visio.Document.SelectionDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.ShapeAdded.md b/api/Visio.Document.ShapeAdded.md
index d6dabeefaf1..018fcf34599 100644
--- a/api/Visio.Document.ShapeAdded.md
+++ b/api/Visio.Document.ShapeAdded.md
@@ -41,7 +41,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Document.ShapeDataGraphicChanged.md b/api/Visio.Document.ShapeDataGraphicChanged.md
index a34ba2e6396..04ae968eec1 100644
--- a/api/Visio.Document.ShapeDataGraphicChanged.md
+++ b/api/Visio.Document.ShapeDataGraphicChanged.md
@@ -40,6 +40,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.ShapeExitedTextEdit.md b/api/Visio.Document.ShapeExitedTextEdit.md
index 0b069475860..dee7667e601 100644
--- a/api/Visio.Document.ShapeExitedTextEdit.md
+++ b/api/Visio.Document.ShapeExitedTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.ShapeParentChanged.md b/api/Visio.Document.ShapeParentChanged.md
index 01f3fcc4d39..3a5c75b217a 100644
--- a/api/Visio.Document.ShapeParentChanged.md
+++ b/api/Visio.Document.ShapeParentChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.StyleAdded.md b/api/Visio.Document.StyleAdded.md
index 86a13106444..4df3cf05c9e 100644
--- a/api/Visio.Document.StyleAdded.md
+++ b/api/Visio.Document.StyleAdded.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.StyleChanged.md b/api/Visio.Document.StyleChanged.md
index 4fe0ef1bc91..d18ba72b8ff 100644
--- a/api/Visio.Document.StyleChanged.md
+++ b/api/Visio.Document.StyleChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.StyleDeleteCanceled.md b/api/Visio.Document.StyleDeleteCanceled.md
index 068640ce75c..0abfc95c8d2 100644
--- a/api/Visio.Document.StyleDeleteCanceled.md
+++ b/api/Visio.Document.StyleDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.UngroupCanceled.md b/api/Visio.Document.UngroupCanceled.md
index 58722c322d5..18121aefc5b 100644
--- a/api/Visio.Document.UngroupCanceled.md
+++ b/api/Visio.Document.UngroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Document.VBProject.md b/api/Visio.Document.VBProject.md
index 0db3cbfff46..f9d831179bf 100644
--- a/api/Visio.Document.VBProject.md
+++ b/api/Visio.Document.VBProject.md
@@ -36,7 +36,7 @@ To get information about the object returned by the **VBProject** property, fol
### To get information about the object returned by the VBProject property
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. In the Visual Basic Editor, on the **Tools** menu, click **References**.
diff --git a/api/Visio.Documents.AfterRemoveHiddenInformation.md b/api/Visio.Documents.AfterRemoveHiddenInformation.md
index 5570afb645f..ed284411890 100644
--- a/api/Visio.Documents.AfterRemoveHiddenInformation.md
+++ b/api/Visio.Documents.AfterRemoveHiddenInformation.md
@@ -39,6 +39,6 @@ When the **AfterRemoveHiddenInformation** event is fired, the **EventInfo** pro
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.BeforeDataRecordsetDelete.md b/api/Visio.Documents.BeforeDataRecordsetDelete.md
index 61c241fca88..bfebf1fca39 100644
--- a/api/Visio.Documents.BeforeDataRecordsetDelete.md
+++ b/api/Visio.Documents.BeforeDataRecordsetDelete.md
@@ -38,6 +38,6 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.BeforeDocumentClose.md b/api/Visio.Documents.BeforeDocumentClose.md
index 7f3e835c81b..54cb6c79ce2 100644
--- a/api/Visio.Documents.BeforeDocumentClose.md
+++ b/api/Visio.Documents.BeforeDocumentClose.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.BeforeDocumentSave.md b/api/Visio.Documents.BeforeDocumentSave.md
index fa9962a304a..6fcfb7f65f2 100644
--- a/api/Visio.Documents.BeforeDocumentSave.md
+++ b/api/Visio.Documents.BeforeDocumentSave.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.BeforeDocumentSaveAs.md b/api/Visio.Documents.BeforeDocumentSaveAs.md
index f89f0fa6c00..e42902ed1e9 100644
--- a/api/Visio.Documents.BeforeDocumentSaveAs.md
+++ b/api/Visio.Documents.BeforeDocumentSaveAs.md
@@ -50,7 +50,7 @@ If it fires because Visio is saving a copy of an open file (for autorecovery or
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection by using the **AddAdvise** method, the _vMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.Documents.BeforeMasterDelete.md b/api/Visio.Documents.BeforeMasterDelete.md
index 36baadd8074..0f5acbdebf5 100644
--- a/api/Visio.Documents.BeforeMasterDelete.md
+++ b/api/Visio.Documents.BeforeMasterDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.BeforePageDelete.md b/api/Visio.Documents.BeforePageDelete.md
index 559a40ec810..327d5e40f1d 100644
--- a/api/Visio.Documents.BeforePageDelete.md
+++ b/api/Visio.Documents.BeforePageDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.BeforeSelectionDelete.md b/api/Visio.Documents.BeforeSelectionDelete.md
index fc3a5145697..737640ce9be 100644
--- a/api/Visio.Documents.BeforeSelectionDelete.md
+++ b/api/Visio.Documents.BeforeSelectionDelete.md
@@ -41,6 +41,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.BeforeShapeDelete.md b/api/Visio.Documents.BeforeShapeDelete.md
index b616867652f..d147cbadf47 100644
--- a/api/Visio.Documents.BeforeShapeDelete.md
+++ b/api/Visio.Documents.BeforeShapeDelete.md
@@ -39,7 +39,7 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.BeforeShapeTextEdit.md b/api/Visio.Documents.BeforeShapeTextEdit.md
index a27019d98a9..b38d8144810 100644
--- a/api/Visio.Documents.BeforeShapeTextEdit.md
+++ b/api/Visio.Documents.BeforeShapeTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.BeforeStyleDelete.md b/api/Visio.Documents.BeforeStyleDelete.md
index acfd3458f2d..b76496e3962 100644
--- a/api/Visio.Documents.BeforeStyleDelete.md
+++ b/api/Visio.Documents.BeforeStyleDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.CalloutRelationshipAdded.md b/api/Visio.Documents.CalloutRelationshipAdded.md
index 26cb86882b2..b9de4655764 100644
--- a/api/Visio.Documents.CalloutRelationshipAdded.md
+++ b/api/Visio.Documents.CalloutRelationshipAdded.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.CalloutRelationshipDeleted.md b/api/Visio.Documents.CalloutRelationshipDeleted.md
index cb9af77136d..88e14a9c068 100644
--- a/api/Visio.Documents.CalloutRelationshipDeleted.md
+++ b/api/Visio.Documents.CalloutRelationshipDeleted.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.CellChanged.md b/api/Visio.Documents.CellChanged.md
index 8b9fd268f8a..6c850547248 100644
--- a/api/Visio.Documents.CellChanged.md
+++ b/api/Visio.Documents.CellChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ConnectionsAdded.md b/api/Visio.Documents.ConnectionsAdded.md
index ddacc609cc4..e9064c9a03d 100644
--- a/api/Visio.Documents.ConnectionsAdded.md
+++ b/api/Visio.Documents.ConnectionsAdded.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ConnectionsDeleted.md b/api/Visio.Documents.ConnectionsDeleted.md
index 38ab99d0a64..fd17428fc4f 100644
--- a/api/Visio.Documents.ConnectionsDeleted.md
+++ b/api/Visio.Documents.ConnectionsDeleted.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ContainerRelationshipAdded.md b/api/Visio.Documents.ContainerRelationshipAdded.md
index 940c94148ea..67db3a45bbf 100644
--- a/api/Visio.Documents.ContainerRelationshipAdded.md
+++ b/api/Visio.Documents.ContainerRelationshipAdded.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ContainerRelationshipDeleted.md b/api/Visio.Documents.ContainerRelationshipDeleted.md
index 666439423e9..4ece7c10413 100644
--- a/api/Visio.Documents.ContainerRelationshipDeleted.md
+++ b/api/Visio.Documents.ContainerRelationshipDeleted.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ConvertToGroupCanceled.md b/api/Visio.Documents.ConvertToGroupCanceled.md
index 01c9a4ea6cf..4232a6caf37 100644
--- a/api/Visio.Documents.ConvertToGroupCanceled.md
+++ b/api/Visio.Documents.ConvertToGroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.DataRecordsetAdded.md b/api/Visio.Documents.DataRecordsetAdded.md
index d21d077ead1..3391d26cbc2 100644
--- a/api/Visio.Documents.DataRecordsetAdded.md
+++ b/api/Visio.Documents.DataRecordsetAdded.md
@@ -38,6 +38,6 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.DataRecordsetChanged.md b/api/Visio.Documents.DataRecordsetChanged.md
index 4778a4e1acd..48064ade0b5 100644
--- a/api/Visio.Documents.DataRecordsetChanged.md
+++ b/api/Visio.Documents.DataRecordsetChanged.md
@@ -40,6 +40,6 @@ When the **DataRecordsetChanged** event fires, the **[DataRecordsetChangedEvent
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.DesignModeEntered.md b/api/Visio.Documents.DesignModeEntered.md
index a8a8efb0b3d..1f22b1b7931 100644
--- a/api/Visio.Documents.DesignModeEntered.md
+++ b/api/Visio.Documents.DesignModeEntered.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.DocumentChanged.md b/api/Visio.Documents.DocumentChanged.md
index cb330fbf0fc..fca851059e2 100644
--- a/api/Visio.Documents.DocumentChanged.md
+++ b/api/Visio.Documents.DocumentChanged.md
@@ -37,6 +37,6 @@ The **DocumentChanged** event indicates that one of a document's properties, su
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.DocumentCloseCanceled.md b/api/Visio.Documents.DocumentCloseCanceled.md
index edf443d4e44..a67b684d11e 100644
--- a/api/Visio.Documents.DocumentCloseCanceled.md
+++ b/api/Visio.Documents.DocumentCloseCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.DocumentCreated.md b/api/Visio.Documents.DocumentCreated.md
index c901425f158..47e217bd530 100644
--- a/api/Visio.Documents.DocumentCreated.md
+++ b/api/Visio.Documents.DocumentCreated.md
@@ -37,7 +37,7 @@ The **DocumentCreated** event is often added to the **EventList** collection of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentCreated** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward; if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentCreated** event occurs.
diff --git a/api/Visio.Documents.DocumentOpened.md b/api/Visio.Documents.DocumentOpened.md
index 629472aab7c..25881d4d0cb 100644
--- a/api/Visio.Documents.DocumentOpened.md
+++ b/api/Visio.Documents.DocumentOpened.md
@@ -37,7 +37,7 @@ The **DocumentOpened** event is often added to the **EventList** collection of
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentOpened** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward?if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentOpened** event occurs.
diff --git a/api/Visio.Documents.DocumentSaved.md b/api/Visio.Documents.DocumentSaved.md
index c9a10fed482..6cbe2c604bf 100644
--- a/api/Visio.Documents.DocumentSaved.md
+++ b/api/Visio.Documents.DocumentSaved.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Documents.DocumentSavedAs.md b/api/Visio.Documents.DocumentSavedAs.md
index c5019866f07..29f8f37b687 100644
--- a/api/Visio.Documents.DocumentSavedAs.md
+++ b/api/Visio.Documents.DocumentSavedAs.md
@@ -52,7 +52,7 @@ If it fires because Microsoft Visio is saving a copy of an open file (for autore
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection created by using the **AddAdvise** method, the _varMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.Documents.FormulaChanged.md b/api/Visio.Documents.FormulaChanged.md
index d8aef083725..4c836b7daaa 100644
--- a/api/Visio.Documents.FormulaChanged.md
+++ b/api/Visio.Documents.FormulaChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.GroupCanceled.md b/api/Visio.Documents.GroupCanceled.md
index a1d1e79f9b7..16409b5a55c 100644
--- a/api/Visio.Documents.GroupCanceled.md
+++ b/api/Visio.Documents.GroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.MasterAdded.md b/api/Visio.Documents.MasterAdded.md
index 840b27c1786..a6225f29825 100644
--- a/api/Visio.Documents.MasterAdded.md
+++ b/api/Visio.Documents.MasterAdded.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.MasterChanged.md b/api/Visio.Documents.MasterChanged.md
index e7b98dd900a..b5729e413ac 100644
--- a/api/Visio.Documents.MasterChanged.md
+++ b/api/Visio.Documents.MasterChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.MasterDeleteCanceled.md b/api/Visio.Documents.MasterDeleteCanceled.md
index 57c80696b8a..a8b51485810 100644
--- a/api/Visio.Documents.MasterDeleteCanceled.md
+++ b/api/Visio.Documents.MasterDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.PageAdded.md b/api/Visio.Documents.PageAdded.md
index 53fc12667dc..4c12add9663 100644
--- a/api/Visio.Documents.PageAdded.md
+++ b/api/Visio.Documents.PageAdded.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Documents.PageChanged.md b/api/Visio.Documents.PageChanged.md
index fe5e31262ae..c4b9bd0d9ab 100644
--- a/api/Visio.Documents.PageChanged.md
+++ b/api/Visio.Documents.PageChanged.md
@@ -37,6 +37,6 @@ If several pages of a document have default names and any page but the last is d
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.PageDeleteCanceled.md b/api/Visio.Documents.PageDeleteCanceled.md
index 3162f437b65..74fca5e517a 100644
--- a/api/Visio.Documents.PageDeleteCanceled.md
+++ b/api/Visio.Documents.PageDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.QueryCancelConvertToGroup.md b/api/Visio.Documents.QueryCancelConvertToGroup.md
index 03f9d1567d5..aa0811f8062 100644
--- a/api/Visio.Documents.QueryCancelConvertToGroup.md
+++ b/api/Visio.Documents.QueryCancelConvertToGroup.md
@@ -50,6 +50,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.QueryCancelDocumentClose.md b/api/Visio.Documents.QueryCancelDocumentClose.md
index 58adc6b1b9d..ce0486e2287 100644
--- a/api/Visio.Documents.QueryCancelDocumentClose.md
+++ b/api/Visio.Documents.QueryCancelDocumentClose.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.QueryCancelGroup.md b/api/Visio.Documents.QueryCancelGroup.md
index 8188d742f57..acbf941d0fe 100644
--- a/api/Visio.Documents.QueryCancelGroup.md
+++ b/api/Visio.Documents.QueryCancelGroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you use Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.QueryCancelMasterDelete.md b/api/Visio.Documents.QueryCancelMasterDelete.md
index c4103e96561..f8c562e6c70 100644
--- a/api/Visio.Documents.QueryCancelMasterDelete.md
+++ b/api/Visio.Documents.QueryCancelMasterDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.QueryCancelPageDelete.md b/api/Visio.Documents.QueryCancelPageDelete.md
index d0c6a62c84f..aed9a114d1d 100644
--- a/api/Visio.Documents.QueryCancelPageDelete.md
+++ b/api/Visio.Documents.QueryCancelPageDelete.md
@@ -48,6 +48,6 @@ While a Microsoft Visio instance is firing a query or cancel event, it responds
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.QueryCancelSelectionDelete.md b/api/Visio.Documents.QueryCancelSelectionDelete.md
index 14b49e172fc..8ff8f78c1bf 100644
--- a/api/Visio.Documents.QueryCancelSelectionDelete.md
+++ b/api/Visio.Documents.QueryCancelSelectionDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.QueryCancelStyleDelete.md b/api/Visio.Documents.QueryCancelStyleDelete.md
index d60d55a207f..c439d07556f 100644
--- a/api/Visio.Documents.QueryCancelStyleDelete.md
+++ b/api/Visio.Documents.QueryCancelStyleDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.QueryCancelUngroup.md b/api/Visio.Documents.QueryCancelUngroup.md
index da0f54c7da6..918bc0844ae 100644
--- a/api/Visio.Documents.QueryCancelUngroup.md
+++ b/api/Visio.Documents.QueryCancelUngroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.RuleSetValidated.md b/api/Visio.Documents.RuleSetValidated.md
index d37475ab313..7b97de6d065 100644
--- a/api/Visio.Documents.RuleSetValidated.md
+++ b/api/Visio.Documents.RuleSetValidated.md
@@ -37,6 +37,6 @@ When Microsoft Visio performs validation, it fires a **RuleSetValidated** event
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.RunModeEntered.md b/api/Visio.Documents.RunModeEntered.md
index f5d4fe90d16..6235e165f37 100644
--- a/api/Visio.Documents.RunModeEntered.md
+++ b/api/Visio.Documents.RunModeEntered.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.SelectionAdded.md b/api/Visio.Documents.SelectionAdded.md
index 1de34a5fba4..208712dd4f4 100644
--- a/api/Visio.Documents.SelectionAdded.md
+++ b/api/Visio.Documents.SelectionAdded.md
@@ -39,7 +39,7 @@ The **SelectionAdded** and **ShapeAdded** events are similar in that they both
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.SelectionDeleteCanceled.md b/api/Visio.Documents.SelectionDeleteCanceled.md
index 22e2d077b17..cbc460359d1 100644
--- a/api/Visio.Documents.SelectionDeleteCanceled.md
+++ b/api/Visio.Documents.SelectionDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ShapeAdded.md b/api/Visio.Documents.ShapeAdded.md
index 65922763e3d..2cd2e56e231 100644
--- a/api/Visio.Documents.ShapeAdded.md
+++ b/api/Visio.Documents.ShapeAdded.md
@@ -41,7 +41,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Documents.ShapeChanged.md b/api/Visio.Documents.ShapeChanged.md
index 98468c97a66..662b7b30eea 100644
--- a/api/Visio.Documents.ShapeChanged.md
+++ b/api/Visio.Documents.ShapeChanged.md
@@ -54,7 +54,7 @@ Changes to the following shape properties cause the **ShapeChanged** event to f
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection that was created by using **AddAdvise** , the _varMoreInfo_ argument to **VisEventProc** contains the string: "/doc=1 /page=1 /shape=Sheet.3"
diff --git a/api/Visio.Documents.ShapeDataGraphicChanged.md b/api/Visio.Documents.ShapeDataGraphicChanged.md
index 0ee412f3726..1e95d835589 100644
--- a/api/Visio.Documents.ShapeDataGraphicChanged.md
+++ b/api/Visio.Documents.ShapeDataGraphicChanged.md
@@ -40,6 +40,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ShapeExitedTextEdit.md b/api/Visio.Documents.ShapeExitedTextEdit.md
index b6abc3fffa1..16f57861f0d 100644
--- a/api/Visio.Documents.ShapeExitedTextEdit.md
+++ b/api/Visio.Documents.ShapeExitedTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ShapeLinkAdded.md b/api/Visio.Documents.ShapeLinkAdded.md
index 42e1a891625..652bedb1985 100644
--- a/api/Visio.Documents.ShapeLinkAdded.md
+++ b/api/Visio.Documents.ShapeLinkAdded.md
@@ -48,6 +48,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ShapeLinkDeleted.md b/api/Visio.Documents.ShapeLinkDeleted.md
index bc36caa303f..0c3aaeb1f5f 100644
--- a/api/Visio.Documents.ShapeLinkDeleted.md
+++ b/api/Visio.Documents.ShapeLinkDeleted.md
@@ -48,6 +48,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.ShapeParentChanged.md b/api/Visio.Documents.ShapeParentChanged.md
index 87e229021e5..e51a7d5ee92 100644
--- a/api/Visio.Documents.ShapeParentChanged.md
+++ b/api/Visio.Documents.ShapeParentChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.StyleAdded.md b/api/Visio.Documents.StyleAdded.md
index 2c87c9bf080..4f02da56474 100644
--- a/api/Visio.Documents.StyleAdded.md
+++ b/api/Visio.Documents.StyleAdded.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.StyleChanged.md b/api/Visio.Documents.StyleChanged.md
index bcf0cfa757b..6e0f0a7c04a 100644
--- a/api/Visio.Documents.StyleChanged.md
+++ b/api/Visio.Documents.StyleChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.StyleDeleteCanceled.md b/api/Visio.Documents.StyleDeleteCanceled.md
index b9600207582..f04df3a6816 100644
--- a/api/Visio.Documents.StyleDeleteCanceled.md
+++ b/api/Visio.Documents.StyleDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.TextChanged.md b/api/Visio.Documents.TextChanged.md
index 556281fd6f4..9577a8fe3d3 100644
--- a/api/Visio.Documents.TextChanged.md
+++ b/api/Visio.Documents.TextChanged.md
@@ -43,7 +43,7 @@ In Visio 5.0 and earlier versions, the raw characters reported by the **Text**
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Documents.UngroupCanceled.md b/api/Visio.Documents.UngroupCanceled.md
index 2f1723b14ac..0695a0903e0 100644
--- a/api/Visio.Documents.UngroupCanceled.md
+++ b/api/Visio.Documents.UngroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.AfterRemoveHiddenInformation.md b/api/Visio.DrawingControl.AfterRemoveHiddenInformation.md
index 38ab4716407..bddafbec662 100644
--- a/api/Visio.DrawingControl.AfterRemoveHiddenInformation.md
+++ b/api/Visio.DrawingControl.AfterRemoveHiddenInformation.md
@@ -36,6 +36,6 @@ When the **AfterRemoveHiddenInformation** event is fired, the **EventInfo** pro
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeDataRecordsetDelete.md b/api/Visio.DrawingControl.BeforeDataRecordsetDelete.md
index bccc311b5cc..9074de77a97 100644
--- a/api/Visio.DrawingControl.BeforeDataRecordsetDelete.md
+++ b/api/Visio.DrawingControl.BeforeDataRecordsetDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeDocumentClose.md b/api/Visio.DrawingControl.BeforeDocumentClose.md
index 622bc638955..3903bb70131 100644
--- a/api/Visio.DrawingControl.BeforeDocumentClose.md
+++ b/api/Visio.DrawingControl.BeforeDocumentClose.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeDocumentSave.md b/api/Visio.DrawingControl.BeforeDocumentSave.md
index 10cf3de17ca..06b0cb4ac18 100644
--- a/api/Visio.DrawingControl.BeforeDocumentSave.md
+++ b/api/Visio.DrawingControl.BeforeDocumentSave.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeDocumentSaveAs.md b/api/Visio.DrawingControl.BeforeDocumentSaveAs.md
index fab7bda812b..cff74655100 100644
--- a/api/Visio.DrawingControl.BeforeDocumentSaveAs.md
+++ b/api/Visio.DrawingControl.BeforeDocumentSaveAs.md
@@ -47,7 +47,7 @@ If it fires because Visio is saving a copy of an open file (for autorecovery or
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection by using the **AddAdvise** method, the _vMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.DrawingControl.BeforeMasterDelete.md b/api/Visio.DrawingControl.BeforeMasterDelete.md
index 4a1ca557e4b..f8b0781a0aa 100644
--- a/api/Visio.DrawingControl.BeforeMasterDelete.md
+++ b/api/Visio.DrawingControl.BeforeMasterDelete.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal master As [IVMASTER]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforePageDelete.md b/api/Visio.DrawingControl.BeforePageDelete.md
index 48c743a3355..231d37e2039 100644
--- a/api/Visio.DrawingControl.BeforePageDelete.md
+++ b/api/Visio.DrawingControl.BeforePageDelete.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeSelectionDelete.md b/api/Visio.DrawingControl.BeforeSelectionDelete.md
index 21bb8711793..bddaab09396 100644
--- a/api/Visio.DrawingControl.BeforeSelectionDelete.md
+++ b/api/Visio.DrawingControl.BeforeSelectionDelete.md
@@ -38,6 +38,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeShapeTextEdit.md b/api/Visio.DrawingControl.BeforeShapeTextEdit.md
index 08c0ba6e886..f3f5b9053dd 100644
--- a/api/Visio.DrawingControl.BeforeShapeTextEdit.md
+++ b/api/Visio.DrawingControl.BeforeShapeTextEdit.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeStyleDelete.md b/api/Visio.DrawingControl.BeforeStyleDelete.md
index f219fb5bba3..9708fbc5be3 100644
--- a/api/Visio.DrawingControl.BeforeStyleDelete.md
+++ b/api/Visio.DrawingControl.BeforeStyleDelete.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeWindowClosed.md b/api/Visio.DrawingControl.BeforeWindowClosed.md
index fd8b683ddc5..e37ba59e613 100644
--- a/api/Visio.DrawingControl.BeforeWindowClosed.md
+++ b/api/Visio.DrawingControl.BeforeWindowClosed.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeWindowPageTurn.md b/api/Visio.DrawingControl.BeforeWindowPageTurn.md
index 32cae5a3be7..c3aa054deb9 100644
--- a/api/Visio.DrawingControl.BeforeWindowPageTurn.md
+++ b/api/Visio.DrawingControl.BeforeWindowPageTurn.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.BeforeWindowSelDelete.md b/api/Visio.DrawingControl.BeforeWindowSelDelete.md
index 4f739fbd8e6..2662a49abef 100644
--- a/api/Visio.DrawingControl.BeforeWindowSelDelete.md
+++ b/api/Visio.DrawingControl.BeforeWindowSelDelete.md
@@ -34,6 +34,6 @@ The **BeforeWindowSelDelete** event fires if user interactions cause shapes in
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.ConvertToGroupCanceled.md b/api/Visio.DrawingControl.ConvertToGroupCanceled.md
index 85b32fdbbcc..322c7af5b77 100644
--- a/api/Visio.DrawingControl.ConvertToGroupCanceled.md
+++ b/api/Visio.DrawingControl.ConvertToGroupCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.DataRecordsetAdded.md b/api/Visio.DrawingControl.DataRecordsetAdded.md
index 4eeb4e263fa..7571d08f234 100644
--- a/api/Visio.DrawingControl.DataRecordsetAdded.md
+++ b/api/Visio.DrawingControl.DataRecordsetAdded.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.DesignModeEntered.md b/api/Visio.DrawingControl.DesignModeEntered.md
index f50e71c87a4..efa51d68ba3 100644
--- a/api/Visio.DrawingControl.DesignModeEntered.md
+++ b/api/Visio.DrawingControl.DesignModeEntered.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.DocumentChanged.md b/api/Visio.DrawingControl.DocumentChanged.md
index ee34ab5f521..e790ee935bb 100644
--- a/api/Visio.DrawingControl.DocumentChanged.md
+++ b/api/Visio.DrawingControl.DocumentChanged.md
@@ -34,6 +34,6 @@ The **DocumentChanged** event indicates that one of a document's properties, su
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.DocumentCloseCanceled.md b/api/Visio.DrawingControl.DocumentCloseCanceled.md
index cb4067c8b3c..64a2a971f75 100644
--- a/api/Visio.DrawingControl.DocumentCloseCanceled.md
+++ b/api/Visio.DrawingControl.DocumentCloseCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.DocumentCreated.md b/api/Visio.DrawingControl.DocumentCreated.md
index 95c555c51b3..9f94a5a06b5 100644
--- a/api/Visio.DrawingControl.DocumentCreated.md
+++ b/api/Visio.DrawingControl.DocumentCreated.md
@@ -34,7 +34,7 @@ The **DocumentCreated** event is often added to the **EventList** collection of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentCreated** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward; if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentCreated** event occurs.
diff --git a/api/Visio.DrawingControl.DocumentOpened.md b/api/Visio.DrawingControl.DocumentOpened.md
index a445c726ce4..26bdda3e250 100644
--- a/api/Visio.DrawingControl.DocumentOpened.md
+++ b/api/Visio.DrawingControl.DocumentOpened.md
@@ -34,7 +34,7 @@ The **DocumentOpened** event is often added to the **EventList** collection of
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentOpened** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward?if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentOpened** event occurs.
diff --git a/api/Visio.DrawingControl.DocumentSaved.md b/api/Visio.DrawingControl.DocumentSaved.md
index bdbd171ab55..afca171c0ec 100644
--- a/api/Visio.DrawingControl.DocumentSaved.md
+++ b/api/Visio.DrawingControl.DocumentSaved.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.DrawingControl.DocumentSavedAs.md b/api/Visio.DrawingControl.DocumentSavedAs.md
index 8460a1cdd63..67ceab347e0 100644
--- a/api/Visio.DrawingControl.DocumentSavedAs.md
+++ b/api/Visio.DrawingControl.DocumentSavedAs.md
@@ -49,7 +49,7 @@ If it fires because Microsoft Visio is saving a copy of an open file (for autore
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection created by using the **AddAdvise** method, the _varMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.DrawingControl.GroupCanceled.md b/api/Visio.DrawingControl.GroupCanceled.md
index d2ee5380935..249c179496a 100644
--- a/api/Visio.DrawingControl.GroupCanceled.md
+++ b/api/Visio.DrawingControl.GroupCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.KeyDown.md b/api/Visio.DrawingControl.KeyDown.md
index e4cda78e41c..5efb86febd9 100644
--- a/api/Visio.DrawingControl.KeyDown.md
+++ b/api/Visio.DrawingControl.KeyDown.md
@@ -55,7 +55,7 @@ Unlike some other Visio events, **KeyDown** does not have the prefix "Query," b
If you are using VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.DrawingControl.KeyPress.md b/api/Visio.DrawingControl.KeyPress.md
index 8c3da9ccc44..30e054d62a1 100644
--- a/api/Visio.DrawingControl.KeyPress.md
+++ b/api/Visio.DrawingControl.KeyPress.md
@@ -42,7 +42,7 @@ Unlike some other Visio events, **KeyPress** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.DrawingControl.KeyUp.md b/api/Visio.DrawingControl.KeyUp.md
index 083e52f6444..c8aadd85643 100644
--- a/api/Visio.DrawingControl.KeyUp.md
+++ b/api/Visio.DrawingControl.KeyUp.md
@@ -52,7 +52,7 @@ Unlike some other Visio events, **KeyUp** does not have the prefix "Query," but
If you are using Microsoft Visual Basic or VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.DrawingControl.MasterAdded.md b/api/Visio.DrawingControl.MasterAdded.md
index b5f7b6d5d94..daaa7962e04 100644
--- a/api/Visio.DrawingControl.MasterAdded.md
+++ b/api/Visio.DrawingControl.MasterAdded.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.MasterChanged.md b/api/Visio.DrawingControl.MasterChanged.md
index 2b11c1b8178..72bcba5a8f3 100644
--- a/api/Visio.DrawingControl.MasterChanged.md
+++ b/api/Visio.DrawingControl.MasterChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.MasterDeleteCanceled.md b/api/Visio.DrawingControl.MasterDeleteCanceled.md
index bc1ba0dddd1..6faecbe176b 100644
--- a/api/Visio.DrawingControl.MasterDeleteCanceled.md
+++ b/api/Visio.DrawingControl.MasterDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal master As [IVMASTER]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.MouseDown.md b/api/Visio.DrawingControl.MouseDown.md
index d12fc366cab..ea4e6b5fc41 100644
--- a/api/Visio.DrawingControl.MouseDown.md
+++ b/api/Visio.DrawingControl.MouseDown.md
@@ -62,7 +62,7 @@ Unlike some other Visio events, **MouseDown** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.DrawingControl.MouseMove.md b/api/Visio.DrawingControl.MouseMove.md
index ec64c0f48e6..4aa6253fa74 100644
--- a/api/Visio.DrawingControl.MouseMove.md
+++ b/api/Visio.DrawingControl.MouseMove.md
@@ -62,7 +62,7 @@ Unlike some other Visio events, **MouseMove** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.DrawingControl.MouseUp.md b/api/Visio.DrawingControl.MouseUp.md
index 4f521c3ee6d..5dfc6198f16 100644
--- a/api/Visio.DrawingControl.MouseUp.md
+++ b/api/Visio.DrawingControl.MouseUp.md
@@ -62,7 +62,7 @@ Unlike some other Visio events, **MouseUp** does not have the prefix "Query," b
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.DrawingControl.OnKeystrokeMessageForAddon.md b/api/Visio.DrawingControl.OnKeystrokeMessageForAddon.md
index 1fe1b4565e2..5b9a42311a7 100644
--- a/api/Visio.DrawingControl.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.DrawingControl.OnKeystrokeMessageForAddon.md
@@ -53,6 +53,6 @@ The **MSGWrap** object, passed to the event handler when the **OnKeystrokeMessa
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.PageAdded.md b/api/Visio.DrawingControl.PageAdded.md
index 0909d6e8c26..22d83e2e762 100644
--- a/api/Visio.DrawingControl.PageAdded.md
+++ b/api/Visio.DrawingControl.PageAdded.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.DrawingControl.PageChanged.md b/api/Visio.DrawingControl.PageChanged.md
index ceddaf5c846..af86d426fd1 100644
--- a/api/Visio.DrawingControl.PageChanged.md
+++ b/api/Visio.DrawingControl.PageChanged.md
@@ -34,6 +34,6 @@ If several pages of a document have default names and any page but the last is d
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.PageDeleteCanceled.md b/api/Visio.DrawingControl.PageDeleteCanceled.md
index c9fe3bda74a..23f013304b2 100644
--- a/api/Visio.DrawingControl.PageDeleteCanceled.md
+++ b/api/Visio.DrawingControl.PageDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.QueryCancelConvertToGroup.md b/api/Visio.DrawingControl.QueryCancelConvertToGroup.md
index ec32afdd5bb..3ca8e77b520 100644
--- a/api/Visio.DrawingControl.QueryCancelConvertToGroup.md
+++ b/api/Visio.DrawingControl.QueryCancelConvertToGroup.md
@@ -47,6 +47,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.QueryCancelDocumentClose.md b/api/Visio.DrawingControl.QueryCancelDocumentClose.md
index f9974e091b8..3a707f35e05 100644
--- a/api/Visio.DrawingControl.QueryCancelDocumentClose.md
+++ b/api/Visio.DrawingControl.QueryCancelDocumentClose.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.QueryCancelGroup.md b/api/Visio.DrawingControl.QueryCancelGroup.md
index 3cbbc70e6bb..2776fbedcc6 100644
--- a/api/Visio.DrawingControl.QueryCancelGroup.md
+++ b/api/Visio.DrawingControl.QueryCancelGroup.md
@@ -47,6 +47,6 @@ While a Visio instance is firing a query or cancel event, it will respond to inq
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.QueryCancelMasterDelete.md b/api/Visio.DrawingControl.QueryCancelMasterDelete.md
index 382ef32f28b..82da7b4b07b 100644
--- a/api/Visio.DrawingControl.QueryCancelMasterDelete.md
+++ b/api/Visio.DrawingControl.QueryCancelMasterDelete.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.QueryCancelPageDelete.md b/api/Visio.DrawingControl.QueryCancelPageDelete.md
index 0ecb0e82a63..1c7d9a1c6db 100644
--- a/api/Visio.DrawingControl.QueryCancelPageDelete.md
+++ b/api/Visio.DrawingControl.QueryCancelPageDelete.md
@@ -45,6 +45,6 @@ While a Microsoft Visio instance is firing a query or cancel event, it responds
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.QueryCancelSelectionDelete.md b/api/Visio.DrawingControl.QueryCancelSelectionDelete.md
index dda2327ce1c..b79663134ec 100644
--- a/api/Visio.DrawingControl.QueryCancelSelectionDelete.md
+++ b/api/Visio.DrawingControl.QueryCancelSelectionDelete.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.QueryCancelStyleDelete.md b/api/Visio.DrawingControl.QueryCancelStyleDelete.md
index 86155e87f94..7cb87035ab9 100644
--- a/api/Visio.DrawingControl.QueryCancelStyleDelete.md
+++ b/api/Visio.DrawingControl.QueryCancelStyleDelete.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.QueryCancelUngroup.md b/api/Visio.DrawingControl.QueryCancelUngroup.md
index cf95ea5e217..d9e559af15a 100644
--- a/api/Visio.DrawingControl.QueryCancelUngroup.md
+++ b/api/Visio.DrawingControl.QueryCancelUngroup.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.QueryCancelWindowClose.md b/api/Visio.DrawingControl.QueryCancelWindowClose.md
index 3057d57a705..acdc1e9871c 100644
--- a/api/Visio.DrawingControl.QueryCancelWindowClose.md
+++ b/api/Visio.DrawingControl.QueryCancelWindowClose.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.RunModeEntered.md b/api/Visio.DrawingControl.RunModeEntered.md
index 633ab014c9a..2c0e551c89b 100644
--- a/api/Visio.DrawingControl.RunModeEntered.md
+++ b/api/Visio.DrawingControl.RunModeEntered.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.SelectionChanged.md b/api/Visio.DrawingControl.SelectionChanged.md
index 79c0b71276c..a95ac6cb2c9 100644
--- a/api/Visio.DrawingControl.SelectionChanged.md
+++ b/api/Visio.DrawingControl.SelectionChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.SelectionDeleteCanceled.md b/api/Visio.DrawingControl.SelectionDeleteCanceled.md
index c3a26088392..67bff432373 100644
--- a/api/Visio.DrawingControl.SelectionDeleteCanceled.md
+++ b/api/Visio.DrawingControl.SelectionDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.ShapeAdded.md b/api/Visio.DrawingControl.ShapeAdded.md
index e733b3ac366..52c67c1549e 100644
--- a/api/Visio.DrawingControl.ShapeAdded.md
+++ b/api/Visio.DrawingControl.ShapeAdded.md
@@ -38,7 +38,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.DrawingControl.ShapeDataGraphicChanged.md b/api/Visio.DrawingControl.ShapeDataGraphicChanged.md
index cef82d45778..e50cfabe69d 100644
--- a/api/Visio.DrawingControl.ShapeDataGraphicChanged.md
+++ b/api/Visio.DrawingControl.ShapeDataGraphicChanged.md
@@ -37,6 +37,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.ShapeExitedTextEdit.md b/api/Visio.DrawingControl.ShapeExitedTextEdit.md
index d528ebff9fc..076a4a05857 100644
--- a/api/Visio.DrawingControl.ShapeExitedTextEdit.md
+++ b/api/Visio.DrawingControl.ShapeExitedTextEdit.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.ShapeParentChanged.md b/api/Visio.DrawingControl.ShapeParentChanged.md
index c35743480ab..ed602b64345 100644
--- a/api/Visio.DrawingControl.ShapeParentChanged.md
+++ b/api/Visio.DrawingControl.ShapeParentChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.StyleAdded.md b/api/Visio.DrawingControl.StyleAdded.md
index c1b19066f33..956fee22e17 100644
--- a/api/Visio.DrawingControl.StyleAdded.md
+++ b/api/Visio.DrawingControl.StyleAdded.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.StyleChanged.md b/api/Visio.DrawingControl.StyleChanged.md
index cbdb4ccd00e..c551e974e1f 100644
--- a/api/Visio.DrawingControl.StyleChanged.md
+++ b/api/Visio.DrawingControl.StyleChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.StyleDeleteCanceled.md b/api/Visio.DrawingControl.StyleDeleteCanceled.md
index 9661cc70f0f..b724836f1fa 100644
--- a/api/Visio.DrawingControl.StyleDeleteCanceled.md
+++ b/api/Visio.DrawingControl.StyleDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.UngroupCanceled.md b/api/Visio.DrawingControl.UngroupCanceled.md
index b42f9716d1f..1496893ab29 100644
--- a/api/Visio.DrawingControl.UngroupCanceled.md
+++ b/api/Visio.DrawingControl.UngroupCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.ViewChanged.md b/api/Visio.DrawingControl.ViewChanged.md
index 1b0d83cedd9..a75143edc6c 100644
--- a/api/Visio.DrawingControl.ViewChanged.md
+++ b/api/Visio.DrawingControl.ViewChanged.md
@@ -34,6 +34,6 @@ This event fires whenever the zoom level or scroll position of a **Window** obj
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.WindowActivated.md b/api/Visio.DrawingControl.WindowActivated.md
index 5a9d282315e..8d4875f7a42 100644
--- a/api/Visio.DrawingControl.WindowActivated.md
+++ b/api/Visio.DrawingControl.WindowActivated.md
@@ -34,6 +34,6 @@ The **WindowActivated** event indicates that the active window has changed in a
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.WindowChanged.md b/api/Visio.DrawingControl.WindowChanged.md
index b04b3c382f2..d8b0ad00f82 100644
--- a/api/Visio.DrawingControl.WindowChanged.md
+++ b/api/Visio.DrawingControl.WindowChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.WindowCloseCanceled.md b/api/Visio.DrawingControl.WindowCloseCanceled.md
index 78d957b0338..d785f98ea82 100644
--- a/api/Visio.DrawingControl.WindowCloseCanceled.md
+++ b/api/Visio.DrawingControl.WindowCloseCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.DrawingControl.WindowTurnedToPage.md b/api/Visio.DrawingControl.WindowTurnedToPage.md
index 9dd1c1cbcaa..e674041206c 100644
--- a/api/Visio.DrawingControl.WindowTurnedToPage.md
+++ b/api/Visio.DrawingControl.WindowTurnedToPage.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Event.Event.md b/api/Visio.Event.Event.md
index 024b07063e8..f71bebe674f 100644
--- a/api/Visio.Event.Event.md
+++ b/api/Visio.Event.Event.md
@@ -34,7 +34,7 @@ If the action code of the **Event** object is **visActCodeRunAddon** , the even
If the action code of the **Event** object is **visActCodeAdvise** , the event also specifies the object to receive event notifications (sometimes called the sink object) and arguments to send to the sink object along with the notification.
-Event codes are declared by the Microsoft Visio type library in **[VisEventCodes](Visio.viseventcodes.md)** . They are prefixed with " **visEvt** ". For a list of event codes, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+Event codes are declared by the Microsoft Visio type library in **[VisEventCodes](Visio.viseventcodes.md)** . They are prefixed with " **visEvt** ". For a list of event codes, see [Event Codes](../visio/Concepts/event-codesvisio.md).
A program can use the **Trigger** method to cause an **Event** object's action to be performed without waiting for the event to occur.
diff --git a/api/Visio.EventList.Add.md b/api/Visio.EventList.Add.md
index 18911c5163c..78e3d63c4c5 100644
--- a/api/Visio.EventList.Add.md
+++ b/api/Visio.EventList.Add.md
@@ -49,7 +49,7 @@ Creating **Event** objects is a common way to handle events from C++ or other n
The arguments passed to the **Add** method set the initial values of the **Event** object's **Event** , **Action** (**visActCodeRunAddon**), **Target** , and **TargetArgs** properties.
-Event codes are declared by the Visio type library and have the prefix **visEvt** . Event codes are often a combination of constants. For example, **visEvtAdd** + **visEvtDoc** is the event code for the **DocumentAdded** event. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+Event codes are declared by the Visio type library and have the prefix **visEvt** . Event codes are often a combination of constants. For example, **visEvtAdd** + **visEvtDoc** is the event code for the **DocumentAdded** event. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
To create an **Event** object that advises the caller's sink object about an event, see the **AddAdvise** method.
diff --git a/api/Visio.EventList.AddAdvise.md b/api/Visio.EventList.AddAdvise.md
index 012dcf3d77a..6f9a9a43ea6 100644
--- a/api/Visio.EventList.AddAdvise.md
+++ b/api/Visio.EventList.AddAdvise.md
@@ -47,7 +47,7 @@ The source object whose **EventList** collection contains the **Event** object
Creating **Event** objects is a common way to handle events from C++ or other non-Microsoft Visual Basic solutions. When you use the Visual Basic **WithEvents** keyword to handle events, all the events in a source object's event set fire. When you create **Event** objects to handle events, however, your program will only be notified of the events you select. Depending on your solution, this may result in improved performance.
-The _EventCode_ argument is often a combination of constants. For example, **visEvtMod** + **visEvtCell** is the event code for the **CellChanged** event. Event constants are declared by the Visio type library and are prefixed with **visEvt** . To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+The _EventCode_ argument is often a combination of constants. For example, **visEvtMod** + **visEvtCell** is the event code for the **CellChanged** event. Event constants are declared by the Visio type library and are prefixed with **visEvt** . To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
The arguments passed to the **AddAdvise** method set the initial values of the **Event** object's **Event** , **Action** (**visCodeRunAddAdvise**), and **TargetArgs** properties.
@@ -59,7 +59,7 @@ The source object whose **EventList** collection contains the **Event** object
Creating **Event** objects is a common way to handle events from C++ or other non-Microsoft Visual Basic solutions. When you use the Visual Basic **WithEvents** keyword to handle events, all the events in a source object's event set fire. When you create **Event** objects to handle events, however, your program will only be notified of the events you select. Depending on your solution, this may result in improved performance.
-The _EventCode_ argument is often a combination of constants. For example, **visEvtMod** + **visEvtCell** is the event code for the **CellChanged** event. Event constants are declared by the Visio type library and are prefixed with **visEvt** . To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+The _EventCode_ argument is often a combination of constants. For example, **visEvtMod** + **visEvtCell** is the event code for the **CellChanged** event. Event constants are declared by the Visio type library and are prefixed with **visEvt** . To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
The arguments passed to the **AddAdvise** method set the initial values of the **Event** object's **Event** , **Action** (**visCodeRunAddAdvise**), and **TargetArgs** properties.
diff --git a/api/Visio.Global.Vbe.md b/api/Visio.Global.Vbe.md
index 5559f8ca4fd..5f1baca3c62 100644
--- a/api/Visio.Global.Vbe.md
+++ b/api/Visio.Global.Vbe.md
@@ -36,7 +36,7 @@ To get information about the object returned by the **Vbe** property, follow th
### To get information about the object returned by the Vbe property
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. In the Visual Basic Editor, on the **Tools** menu, click **References**.
diff --git a/api/Visio.InvisibleApp.AfterModal.md b/api/Visio.InvisibleApp.AfterModal.md
index 04c0f6048ed..e44c0b3ab12 100644
--- a/api/Visio.InvisibleApp.AfterModal.md
+++ b/api/Visio.InvisibleApp.AfterModal.md
@@ -34,6 +34,6 @@ Visio becomes modal when it displays a dialog box. A modal instance of Visio doe
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.AfterRemoveHiddenInformation.md b/api/Visio.InvisibleApp.AfterRemoveHiddenInformation.md
index aaac9d08ae3..fe431ed3746 100644
--- a/api/Visio.InvisibleApp.AfterRemoveHiddenInformation.md
+++ b/api/Visio.InvisibleApp.AfterRemoveHiddenInformation.md
@@ -36,6 +36,6 @@ When the **AfterRemoveHiddenInformation** event is fired, the **EventInfo** pro
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.AfterResume.md b/api/Visio.InvisibleApp.AfterResume.md
index ebb0a27e732..4593e2b663c 100644
--- a/api/Visio.InvisibleApp.AfterResume.md
+++ b/api/Visio.InvisibleApp.AfterResume.md
@@ -36,6 +36,6 @@ If your solution runs outside the Microsoft Visio process, you cannot be assured
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.AfterResumeEvents.md b/api/Visio.InvisibleApp.AfterResumeEvents.md
index c048510149b..c7acab61d01 100644
--- a/api/Visio.InvisibleApp.AfterResumeEvents.md
+++ b/api/Visio.InvisibleApp.AfterResumeEvents.md
@@ -37,6 +37,6 @@ nothing
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.AppActivated.md b/api/Visio.InvisibleApp.AppActivated.md
index e101a1e46ae..dce9d3b7dec 100644
--- a/api/Visio.InvisibleApp.AppActivated.md
+++ b/api/Visio.InvisibleApp.AppActivated.md
@@ -34,6 +34,6 @@ The **AppActivated** event indicates that an instance of Visio has become the a
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.AppDeactivated.md b/api/Visio.InvisibleApp.AppDeactivated.md
index b1860ebdded..52ed39122ea 100644
--- a/api/Visio.InvisibleApp.AppDeactivated.md
+++ b/api/Visio.InvisibleApp.AppDeactivated.md
@@ -34,6 +34,6 @@ The **AppDeactivated** event indicates that an instance of Visio is no longer t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.AppObjActivated.md b/api/Visio.InvisibleApp.AppObjActivated.md
index ab08f25c515..4de02b9eb62 100644
--- a/api/Visio.InvisibleApp.AppObjActivated.md
+++ b/api/Visio.InvisibleApp.AppObjActivated.md
@@ -34,6 +34,6 @@ The **AppObjActivated** event indicates that an instance of Visio has become ac
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.AppObjDeactivated.md b/api/Visio.InvisibleApp.AppObjDeactivated.md
index b08e2ebc6e6..0ace97ae206 100644
--- a/api/Visio.InvisibleApp.AppObjDeactivated.md
+++ b/api/Visio.InvisibleApp.AppObjDeactivated.md
@@ -34,6 +34,6 @@ The **AppObjDeactivated** event indicates that the instance of Visio is no long
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeDataRecordsetDelete.md b/api/Visio.InvisibleApp.BeforeDataRecordsetDelete.md
index b332e79aa3b..0911108ff55 100644
--- a/api/Visio.InvisibleApp.BeforeDataRecordsetDelete.md
+++ b/api/Visio.InvisibleApp.BeforeDataRecordsetDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeDocumentClose.md b/api/Visio.InvisibleApp.BeforeDocumentClose.md
index 6851099e4e8..afdc202734d 100644
--- a/api/Visio.InvisibleApp.BeforeDocumentClose.md
+++ b/api/Visio.InvisibleApp.BeforeDocumentClose.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeDocumentSave.md b/api/Visio.InvisibleApp.BeforeDocumentSave.md
index 868740bd116..f3596cbb857 100644
--- a/api/Visio.InvisibleApp.BeforeDocumentSave.md
+++ b/api/Visio.InvisibleApp.BeforeDocumentSave.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeDocumentSaveAs.md b/api/Visio.InvisibleApp.BeforeDocumentSaveAs.md
index f0834275e7a..91687fdfe98 100644
--- a/api/Visio.InvisibleApp.BeforeDocumentSaveAs.md
+++ b/api/Visio.InvisibleApp.BeforeDocumentSaveAs.md
@@ -47,7 +47,7 @@ If it fires because Visio is saving a copy of an open file (for autorecovery or
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection by using the **AddAdvise** method, the _vMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.InvisibleApp.BeforeMasterDelete.md b/api/Visio.InvisibleApp.BeforeMasterDelete.md
index b8ff079fd4b..8c78a249648 100644
--- a/api/Visio.InvisibleApp.BeforeMasterDelete.md
+++ b/api/Visio.InvisibleApp.BeforeMasterDelete.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeModal.md b/api/Visio.InvisibleApp.BeforeModal.md
index a09dbcc4a7b..ae50e023682 100644
--- a/api/Visio.InvisibleApp.BeforeModal.md
+++ b/api/Visio.InvisibleApp.BeforeModal.md
@@ -34,6 +34,6 @@ Visio becomes modal when it displays a dialog box. A modal instance of Visio doe
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforePageDelete.md b/api/Visio.InvisibleApp.BeforePageDelete.md
index 6e76ace7a88..18ed5f35900 100644
--- a/api/Visio.InvisibleApp.BeforePageDelete.md
+++ b/api/Visio.InvisibleApp.BeforePageDelete.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeQuit.md b/api/Visio.InvisibleApp.BeforeQuit.md
index f3fceb12101..f8de3fddc42 100644
--- a/api/Visio.InvisibleApp.BeforeQuit.md
+++ b/api/Visio.InvisibleApp.BeforeQuit.md
@@ -34,6 +34,6 @@ When programming with Microsoft Visual Basic, use the **BeforeDocumentClose** e
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeSelectionDelete.md b/api/Visio.InvisibleApp.BeforeSelectionDelete.md
index 3dbec0ed3eb..b5259ec5563 100644
--- a/api/Visio.InvisibleApp.BeforeSelectionDelete.md
+++ b/api/Visio.InvisibleApp.BeforeSelectionDelete.md
@@ -38,6 +38,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeShapeDelete.md b/api/Visio.InvisibleApp.BeforeShapeDelete.md
index 27914cfb64c..43952234adc 100644
--- a/api/Visio.InvisibleApp.BeforeShapeDelete.md
+++ b/api/Visio.InvisibleApp.BeforeShapeDelete.md
@@ -36,7 +36,7 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeShapeTextEdit.md b/api/Visio.InvisibleApp.BeforeShapeTextEdit.md
index ea2d3cc7742..824431deafd 100644
--- a/api/Visio.InvisibleApp.BeforeShapeTextEdit.md
+++ b/api/Visio.InvisibleApp.BeforeShapeTextEdit.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeStyleDelete.md b/api/Visio.InvisibleApp.BeforeStyleDelete.md
index db1f038652b..161a2b674a3 100644
--- a/api/Visio.InvisibleApp.BeforeStyleDelete.md
+++ b/api/Visio.InvisibleApp.BeforeStyleDelete.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeSuspend.md b/api/Visio.InvisibleApp.BeforeSuspend.md
index 7b7fad85be8..cc531e05b8f 100644
--- a/api/Visio.InvisibleApp.BeforeSuspend.md
+++ b/api/Visio.InvisibleApp.BeforeSuspend.md
@@ -36,6 +36,6 @@ If your solution runs outside the Microsoft Visio process, you cannot be assured
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeSuspendEvents.md b/api/Visio.InvisibleApp.BeforeSuspendEvents.md
index 43b207a1726..37fd7fe592a 100644
--- a/api/Visio.InvisibleApp.BeforeSuspendEvents.md
+++ b/api/Visio.InvisibleApp.BeforeSuspendEvents.md
@@ -37,6 +37,6 @@ nothing
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeWindowClosed.md b/api/Visio.InvisibleApp.BeforeWindowClosed.md
index ec86911f813..b0ce4ecd8f7 100644
--- a/api/Visio.InvisibleApp.BeforeWindowClosed.md
+++ b/api/Visio.InvisibleApp.BeforeWindowClosed.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeWindowPageTurn.md b/api/Visio.InvisibleApp.BeforeWindowPageTurn.md
index cc60112f620..70be3e6075c 100644
--- a/api/Visio.InvisibleApp.BeforeWindowPageTurn.md
+++ b/api/Visio.InvisibleApp.BeforeWindowPageTurn.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.BeforeWindowSelDelete.md b/api/Visio.InvisibleApp.BeforeWindowSelDelete.md
index 266098946a6..95dcd51c3f1 100644
--- a/api/Visio.InvisibleApp.BeforeWindowSelDelete.md
+++ b/api/Visio.InvisibleApp.BeforeWindowSelDelete.md
@@ -34,6 +34,6 @@ The **BeforeWindowSelDelete** event fires if user interactions cause shapes in
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.COMAddIns.md b/api/Visio.InvisibleApp.COMAddIns.md
index 31f7d0cf528..5a26a6dae5f 100644
--- a/api/Visio.InvisibleApp.COMAddIns.md
+++ b/api/Visio.InvisibleApp.COMAddIns.md
@@ -35,7 +35,7 @@ The COM add-ins that are currently registered are listed in the **COM Add-Ins**
To get information about the object returned by the **COMAddIns** property:
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.InvisibleApp.CalloutRelationshipAdded.md b/api/Visio.InvisibleApp.CalloutRelationshipAdded.md
index 9ddb4163d51..53099746e9e 100644
--- a/api/Visio.InvisibleApp.CalloutRelationshipAdded.md
+++ b/api/Visio.InvisibleApp.CalloutRelationshipAdded.md
@@ -34,6 +34,6 @@ The **RelatedShapePairEvent** object returned by this event contains two shapes
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.CalloutRelationshipDeleted.md b/api/Visio.InvisibleApp.CalloutRelationshipDeleted.md
index b122f84b191..6e177b38d23 100644
--- a/api/Visio.InvisibleApp.CalloutRelationshipDeleted.md
+++ b/api/Visio.InvisibleApp.CalloutRelationshipDeleted.md
@@ -34,6 +34,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.CellChanged.md b/api/Visio.InvisibleApp.CellChanged.md
index 578090e6bde..8c3b8b53cc3 100644
--- a/api/Visio.InvisibleApp.CellChanged.md
+++ b/api/Visio.InvisibleApp.CellChanged.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.CommandLine.md b/api/Visio.InvisibleApp.CommandLine.md
index 36e147db3f9..5cc902d7eef 100644
--- a/api/Visio.InvisibleApp.CommandLine.md
+++ b/api/Visio.InvisibleApp.CommandLine.md
@@ -47,6 +47,6 @@ The following table includes other command line switches you can use to start th
|/u|Unregisters Visio.|
|/r|Registers Visio.|
|/s|Silently registers Visio.|
-|/pt filename,[printername, drivername, portname]|Directs the file to print on a particular printer. (Added in Visio version 5.0c.)|
+|/pt filename, [printername, drivername, portname]|Directs the file to print on a particular printer. (Added in Visio version 5.0c.)|
|::ODMA|Visio uses ODMA to open a file.|
diff --git a/api/Visio.InvisibleApp.ConnectionsAdded.md b/api/Visio.InvisibleApp.ConnectionsAdded.md
index ab2a8633f9d..d80c84b2269 100644
--- a/api/Visio.InvisibleApp.ConnectionsAdded.md
+++ b/api/Visio.InvisibleApp.ConnectionsAdded.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.ConnectionsDeleted.md b/api/Visio.InvisibleApp.ConnectionsDeleted.md
index 17b53b85f18..ed9acbb9d85 100644
--- a/api/Visio.InvisibleApp.ConnectionsDeleted.md
+++ b/api/Visio.InvisibleApp.ConnectionsDeleted.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.ContainerRelationshipAdded.md b/api/Visio.InvisibleApp.ContainerRelationshipAdded.md
index cebf1892ea7..183e383a8a2 100644
--- a/api/Visio.InvisibleApp.ContainerRelationshipAdded.md
+++ b/api/Visio.InvisibleApp.ContainerRelationshipAdded.md
@@ -34,6 +34,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.ContainerRelationshipDeleted.md b/api/Visio.InvisibleApp.ContainerRelationshipDeleted.md
index 14e5f445876..196ea22e41e 100644
--- a/api/Visio.InvisibleApp.ContainerRelationshipDeleted.md
+++ b/api/Visio.InvisibleApp.ContainerRelationshipDeleted.md
@@ -34,6 +34,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.ConvertResult.md b/api/Visio.InvisibleApp.ConvertResult.md
index f70acd0ea25..ca053f678f9 100644
--- a/api/Visio.InvisibleApp.ConvertResult.md
+++ b/api/Visio.InvisibleApp.ConvertResult.md
@@ -54,7 +54,7 @@ Possible values for _StringOrNumber_ include:
"12 ft - 17 in + (12 cm / SQRT(7))"
-The _UnitsIn_ and _UnitsOut_ arguments can be strings such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also use any of the units constants declared by the Visio type library in **VisUnitCodes** . A list of valid units is also listed in[About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md).
+The _UnitsIn_ and _UnitsOut_ arguments can be strings such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also use any of the units constants declared by the Visio type library in **VisUnitCodes** . A list of valid units is also listed in [About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md).
If _StringOrNumber_ is a floating point number or integer, _UnitsIn_ declares what unit of measure the **ConvertResult** method should construe the number to be. Pass "" to indicate internal Visio units.
diff --git a/api/Visio.InvisibleApp.ConvertToGroupCanceled.md b/api/Visio.InvisibleApp.ConvertToGroupCanceled.md
index 78545da63c2..f91bc973556 100644
--- a/api/Visio.InvisibleApp.ConvertToGroupCanceled.md
+++ b/api/Visio.InvisibleApp.ConvertToGroupCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.DataRecordsetAdded.md b/api/Visio.InvisibleApp.DataRecordsetAdded.md
index c4e24653426..deb983db1c7 100644
--- a/api/Visio.InvisibleApp.DataRecordsetAdded.md
+++ b/api/Visio.InvisibleApp.DataRecordsetAdded.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.DataRecordsetChanged.md b/api/Visio.InvisibleApp.DataRecordsetChanged.md
index 49162619413..084d25f0ad8 100644
--- a/api/Visio.InvisibleApp.DataRecordsetChanged.md
+++ b/api/Visio.InvisibleApp.DataRecordsetChanged.md
@@ -37,6 +37,6 @@ When the **DataRecordsetChanged** event fires, the **[DataRecordsetChangedEvent
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.DesignModeEntered.md b/api/Visio.InvisibleApp.DesignModeEntered.md
index 812cadb2a8b..8bcaab06c74 100644
--- a/api/Visio.InvisibleApp.DesignModeEntered.md
+++ b/api/Visio.InvisibleApp.DesignModeEntered.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.DialogFont.md b/api/Visio.InvisibleApp.DialogFont.md
index c2cafb920ab..469ff9ac1e5 100644
--- a/api/Visio.InvisibleApp.DialogFont.md
+++ b/api/Visio.InvisibleApp.DialogFont.md
@@ -39,7 +39,7 @@ COM (Component Object Model) provides a standard implementation of a font object
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.InvisibleApp.DocumentChanged.md b/api/Visio.InvisibleApp.DocumentChanged.md
index 3034fe276e6..2f2541bbea8 100644
--- a/api/Visio.InvisibleApp.DocumentChanged.md
+++ b/api/Visio.InvisibleApp.DocumentChanged.md
@@ -34,6 +34,6 @@ The **DocumentChanged** event indicates that one of a document's properties, su
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.DocumentCloseCanceled.md b/api/Visio.InvisibleApp.DocumentCloseCanceled.md
index ec071aadd6e..aa46fa15fd7 100644
--- a/api/Visio.InvisibleApp.DocumentCloseCanceled.md
+++ b/api/Visio.InvisibleApp.DocumentCloseCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.DocumentCreated.md b/api/Visio.InvisibleApp.DocumentCreated.md
index 2bab28c93f8..61a8d942da6 100644
--- a/api/Visio.InvisibleApp.DocumentCreated.md
+++ b/api/Visio.InvisibleApp.DocumentCreated.md
@@ -34,7 +34,7 @@ The **DocumentCreated** event is often added to the **EventList** collection of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentCreated** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward; if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentCreated** event occurs.
diff --git a/api/Visio.InvisibleApp.DocumentOpened.md b/api/Visio.InvisibleApp.DocumentOpened.md
index 03293e325c6..25ef6b92602 100644
--- a/api/Visio.InvisibleApp.DocumentOpened.md
+++ b/api/Visio.InvisibleApp.DocumentOpened.md
@@ -34,7 +34,7 @@ The **DocumentOpened** event is often added to the **EventList** collection of
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
You can add **DocumentOpened** events to the **EventList** collection of an **Application** object, **Documents** collection, or **Document** object. The first two are straightforward?if a document is opened or created in the scope of the **Application** object or its **Documents** collection, the **DocumentOpened** event occurs.
diff --git a/api/Visio.InvisibleApp.DocumentSaved.md b/api/Visio.InvisibleApp.DocumentSaved.md
index c34b41a5b9c..ab046a46afd 100644
--- a/api/Visio.InvisibleApp.DocumentSaved.md
+++ b/api/Visio.InvisibleApp.DocumentSaved.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.DocumentSavedAs.md b/api/Visio.InvisibleApp.DocumentSavedAs.md
index c45e7af6bf9..ddea092b7dc 100644
--- a/api/Visio.InvisibleApp.DocumentSavedAs.md
+++ b/api/Visio.InvisibleApp.DocumentSavedAs.md
@@ -49,7 +49,7 @@ If it fires because Microsoft Visio is saving a copy of an open file (for autore
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection created by using the **AddAdvise** method, the _varMoreInfo_ argument to **VisEventProc** designates the document index: "/doc=1".
diff --git a/api/Visio.InvisibleApp.EnterScope.md b/api/Visio.InvisibleApp.EnterScope.md
index 2932fe19afb..020ba17d74b 100644
--- a/api/Visio.InvisibleApp.EnterScope.md
+++ b/api/Visio.InvisibleApp.EnterScope.md
@@ -36,7 +36,7 @@ The _nScopeID_ value returned in the case of a Visio operation is the equivalen
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection created by using the **AddAdvise** method, the **EnterScope** event is one of a group of selected events that record extra information in the **EventInfo** property of the **Application** object.
diff --git a/api/Visio.InvisibleApp.ExitScope.md b/api/Visio.InvisibleApp.ExitScope.md
index c02eb941d01..0a7071f2f0e 100644
--- a/api/Visio.InvisibleApp.ExitScope.md
+++ b/api/Visio.InvisibleApp.ExitScope.md
@@ -37,7 +37,7 @@ The _nScopeID_ value returned in the case of a Visio operation is the equivalen
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection created using the **AddAdvise method**, the **ExitScope** event is one of a group of selected events that record extra information in the **EventInfo** property of the **Application** object.
diff --git a/api/Visio.InvisibleApp.FormulaChanged.md b/api/Visio.InvisibleApp.FormulaChanged.md
index af563c7b898..209c680eb40 100644
--- a/api/Visio.InvisibleApp.FormulaChanged.md
+++ b/api/Visio.InvisibleApp.FormulaChanged.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.GroupCanceled.md b/api/Visio.InvisibleApp.GroupCanceled.md
index bf3322b105b..d81dda82f9d 100644
--- a/api/Visio.InvisibleApp.GroupCanceled.md
+++ b/api/Visio.InvisibleApp.GroupCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.KeyDown.md b/api/Visio.InvisibleApp.KeyDown.md
index c49cc5320aa..94400ac33e2 100644
--- a/api/Visio.InvisibleApp.KeyDown.md
+++ b/api/Visio.InvisibleApp.KeyDown.md
@@ -55,7 +55,7 @@ Unlike some other Visio events, **KeyDown** does not have the prefix "Query," b
If you are using VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.KeyPress.md b/api/Visio.InvisibleApp.KeyPress.md
index be9252bbab6..384d456642b 100644
--- a/api/Visio.InvisibleApp.KeyPress.md
+++ b/api/Visio.InvisibleApp.KeyPress.md
@@ -42,7 +42,7 @@ Unlike some other Visio events, **KeyPress** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.KeyUp.md b/api/Visio.InvisibleApp.KeyUp.md
index fdc9f3fc903..554ac6d4fe5 100644
--- a/api/Visio.InvisibleApp.KeyUp.md
+++ b/api/Visio.InvisibleApp.KeyUp.md
@@ -52,7 +52,7 @@ Unlike some other Visio events, **KeyUp** does not have the prefix "Query," but
If you are using Microsoft Visual Basic or VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.MarkerEvent.md b/api/Visio.InvisibleApp.MarkerEvent.md
index f268036a3ab..e1852f7e489 100644
--- a/api/Visio.InvisibleApp.MarkerEvent.md
+++ b/api/Visio.InvisibleApp.MarkerEvent.md
@@ -83,7 +83,7 @@ End Sub
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification, the **MarkerEvent** event is one of one of a group of events that record extra information in the **EventInfo** property of the **Application** object.
diff --git a/api/Visio.InvisibleApp.MasterAdded.md b/api/Visio.InvisibleApp.MasterAdded.md
index 92ab6249f40..19ab6c63c4f 100644
--- a/api/Visio.InvisibleApp.MasterAdded.md
+++ b/api/Visio.InvisibleApp.MasterAdded.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.MasterChanged.md b/api/Visio.InvisibleApp.MasterChanged.md
index f44556eb578..2ecf2d9064d 100644
--- a/api/Visio.InvisibleApp.MasterChanged.md
+++ b/api/Visio.InvisibleApp.MasterChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.MasterDeleteCanceled.md b/api/Visio.InvisibleApp.MasterDeleteCanceled.md
index 02fd0752794..5d144b907c9 100644
--- a/api/Visio.InvisibleApp.MasterDeleteCanceled.md
+++ b/api/Visio.InvisibleApp.MasterDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.MouseDown.md b/api/Visio.InvisibleApp.MouseDown.md
index c9d787512e8..ce4425f974e 100644
--- a/api/Visio.InvisibleApp.MouseDown.md
+++ b/api/Visio.InvisibleApp.MouseDown.md
@@ -62,7 +62,7 @@ Unlike some other Visio events, **MouseDown** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.MouseMove.md b/api/Visio.InvisibleApp.MouseMove.md
index 0f1a95135ea..e288b0249ad 100644
--- a/api/Visio.InvisibleApp.MouseMove.md
+++ b/api/Visio.InvisibleApp.MouseMove.md
@@ -62,7 +62,7 @@ Unlike some other Visio events, **MouseMove** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.MouseUp.md b/api/Visio.InvisibleApp.MouseUp.md
index a351fc5cfc7..5e84a35315a 100644
--- a/api/Visio.InvisibleApp.MouseUp.md
+++ b/api/Visio.InvisibleApp.MouseUp.md
@@ -62,7 +62,7 @@ Unlike some other Visio events, **MouseUp** does not have the prefix "Query," b
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.MustFlushScopeBeginning.md b/api/Visio.InvisibleApp.MustFlushScopeBeginning.md
index 7e55f24860c..90492f0241c 100644
--- a/api/Visio.InvisibleApp.MustFlushScopeBeginning.md
+++ b/api/Visio.InvisibleApp.MustFlushScopeBeginning.md
@@ -65,6 +65,6 @@ An event is fired both before (**BeforeShapeDeleted** event) and after (**Shapes
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.MustFlushScopeEnded.md b/api/Visio.InvisibleApp.MustFlushScopeEnded.md
index 7910d7a425e..4568edcc9db 100644
--- a/api/Visio.InvisibleApp.MustFlushScopeEnded.md
+++ b/api/Visio.InvisibleApp.MustFlushScopeEnded.md
@@ -34,6 +34,6 @@ This event, along with the **MustFlushScopeBeginning** event, can be used to id
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.NoEventsPending.md b/api/Visio.InvisibleApp.NoEventsPending.md
index f616c60bc07..54527e64bf1 100644
--- a/api/Visio.InvisibleApp.NoEventsPending.md
+++ b/api/Visio.InvisibleApp.NoEventsPending.md
@@ -38,6 +38,6 @@ Visio fires the **NoEventsPending** event only if at least one of the events in
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.OnKeystrokeMessageForAddon.md b/api/Visio.InvisibleApp.OnKeystrokeMessageForAddon.md
index 0c6bc4fb672..357a08bb462 100644
--- a/api/Visio.InvisibleApp.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.InvisibleApp.OnKeystrokeMessageForAddon.md
@@ -53,6 +53,6 @@ The **MSGWrap** object, passed to the event handler when the **OnKeystrokeMessa
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.PageAdded.md b/api/Visio.InvisibleApp.PageAdded.md
index 6333805fa80..327a688a7a3 100644
--- a/api/Visio.InvisibleApp.PageAdded.md
+++ b/api/Visio.InvisibleApp.PageAdded.md
@@ -32,7 +32,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.PageChanged.md b/api/Visio.InvisibleApp.PageChanged.md
index ef847063846..4cff623658c 100644
--- a/api/Visio.InvisibleApp.PageChanged.md
+++ b/api/Visio.InvisibleApp.PageChanged.md
@@ -34,6 +34,6 @@ If several pages of a document have default names and any page but the last is d
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.PageDeleteCanceled.md b/api/Visio.InvisibleApp.PageDeleteCanceled.md
index 53b70964898..3aaacf1d3e3 100644
--- a/api/Visio.InvisibleApp.PageDeleteCanceled.md
+++ b/api/Visio.InvisibleApp.PageDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelConvertToGroup.md b/api/Visio.InvisibleApp.QueryCancelConvertToGroup.md
index bbae007da2b..96c0e3d59da 100644
--- a/api/Visio.InvisibleApp.QueryCancelConvertToGroup.md
+++ b/api/Visio.InvisibleApp.QueryCancelConvertToGroup.md
@@ -47,6 +47,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelDocumentClose.md b/api/Visio.InvisibleApp.QueryCancelDocumentClose.md
index 4532815fc9d..0ba621ab18f 100644
--- a/api/Visio.InvisibleApp.QueryCancelDocumentClose.md
+++ b/api/Visio.InvisibleApp.QueryCancelDocumentClose.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelGroup.md b/api/Visio.InvisibleApp.QueryCancelGroup.md
index 48f83b7ebc8..fca125008fb 100644
--- a/api/Visio.InvisibleApp.QueryCancelGroup.md
+++ b/api/Visio.InvisibleApp.QueryCancelGroup.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you use Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelMasterDelete.md b/api/Visio.InvisibleApp.QueryCancelMasterDelete.md
index 33d7a78e3d3..b0b2d52b5ac 100644
--- a/api/Visio.InvisibleApp.QueryCancelMasterDelete.md
+++ b/api/Visio.InvisibleApp.QueryCancelMasterDelete.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelPageDelete.md b/api/Visio.InvisibleApp.QueryCancelPageDelete.md
index f091d076138..075f3755359 100644
--- a/api/Visio.InvisibleApp.QueryCancelPageDelete.md
+++ b/api/Visio.InvisibleApp.QueryCancelPageDelete.md
@@ -45,6 +45,6 @@ While a Microsoft Visio instance is firing a query or cancel event, it responds
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelQuit.md b/api/Visio.InvisibleApp.QueryCancelQuit.md
index a4bf9077acd..7a7d2d0696e 100644
--- a/api/Visio.InvisibleApp.QueryCancelQuit.md
+++ b/api/Visio.InvisibleApp.QueryCancelQuit.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelSelectionDelete.md b/api/Visio.InvisibleApp.QueryCancelSelectionDelete.md
index 9769e524af9..99a72cfe1f9 100644
--- a/api/Visio.InvisibleApp.QueryCancelSelectionDelete.md
+++ b/api/Visio.InvisibleApp.QueryCancelSelectionDelete.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelStyleDelete.md b/api/Visio.InvisibleApp.QueryCancelStyleDelete.md
index 51958f3695b..fd2cd4237f0 100644
--- a/api/Visio.InvisibleApp.QueryCancelStyleDelete.md
+++ b/api/Visio.InvisibleApp.QueryCancelStyleDelete.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelSuspend.md b/api/Visio.InvisibleApp.QueryCancelSuspend.md
index 4aee6e0a456..e1be6c99a5e 100644
--- a/api/Visio.InvisibleApp.QueryCancelSuspend.md
+++ b/api/Visio.InvisibleApp.QueryCancelSuspend.md
@@ -47,7 +47,7 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.QueryCancelSuspendEvents.md b/api/Visio.InvisibleApp.QueryCancelSuspendEvents.md
index d90d4680a0d..b328f5c0386 100644
--- a/api/Visio.InvisibleApp.QueryCancelSuspendEvents.md
+++ b/api/Visio.InvisibleApp.QueryCancelSuspendEvents.md
@@ -50,6 +50,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelUngroup.md b/api/Visio.InvisibleApp.QueryCancelUngroup.md
index dbbd7d2098d..1bde777a9f8 100644
--- a/api/Visio.InvisibleApp.QueryCancelUngroup.md
+++ b/api/Visio.InvisibleApp.QueryCancelUngroup.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QueryCancelWindowClose.md b/api/Visio.InvisibleApp.QueryCancelWindowClose.md
index a88142cfa4b..481e6619359 100644
--- a/api/Visio.InvisibleApp.QueryCancelWindowClose.md
+++ b/api/Visio.InvisibleApp.QueryCancelWindowClose.md
@@ -45,6 +45,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.QuitCanceled.md b/api/Visio.InvisibleApp.QuitCanceled.md
index 3bdfaa34150..25b7bffff99 100644
--- a/api/Visio.InvisibleApp.QuitCanceled.md
+++ b/api/Visio.InvisibleApp.QuitCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'QuitCanceled'(**_ByVal app As [IVAPPLICATION]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.RuleSetValidated.md b/api/Visio.InvisibleApp.RuleSetValidated.md
index 645db65eccb..21cd6cf45b0 100644
--- a/api/Visio.InvisibleApp.RuleSetValidated.md
+++ b/api/Visio.InvisibleApp.RuleSetValidated.md
@@ -34,6 +34,6 @@ When Microsoft Visio performs validation, it fires a **RuleSetValidated** event
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.RunModeEntered.md b/api/Visio.InvisibleApp.RunModeEntered.md
index 0633ed079b4..094aa95b509 100644
--- a/api/Visio.InvisibleApp.RunModeEntered.md
+++ b/api/Visio.InvisibleApp.RunModeEntered.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.SaveAsWebObject.md b/api/Visio.InvisibleApp.SaveAsWebObject.md
index fc0374dda63..00ddf42f627 100644
--- a/api/Visio.InvisibleApp.SaveAsWebObject.md
+++ b/api/Visio.InvisibleApp.SaveAsWebObject.md
@@ -35,7 +35,7 @@ Once you have a reference to the **VisSaveAsWeb** object, you can use the objec
To be able to work with the Save as Web Page API, you must get a reference to the **Microsoft Visio 14.0 Save As Web Type Library** in your Microsoft Visual Basic or Microsoft Visual Basic for Applications (VBA) project. To get this reference in VBA, use the following procedure:
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **Tools** menu, click **References**.
diff --git a/api/Visio.InvisibleApp.SelectionAdded.md b/api/Visio.InvisibleApp.SelectionAdded.md
index b63a7fbb931..a22a922b33b 100644
--- a/api/Visio.InvisibleApp.SelectionAdded.md
+++ b/api/Visio.InvisibleApp.SelectionAdded.md
@@ -36,7 +36,7 @@ The **SelectionAdded** and **ShapeAdded** events are similar in that they both
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.SelectionChanged.md b/api/Visio.InvisibleApp.SelectionChanged.md
index baae3cabdd4..f9313c3f418 100644
--- a/api/Visio.InvisibleApp.SelectionChanged.md
+++ b/api/Visio.InvisibleApp.SelectionChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.SelectionDeleteCanceled.md b/api/Visio.InvisibleApp.SelectionDeleteCanceled.md
index 10c0093c930..5e6cf47e78d 100644
--- a/api/Visio.InvisibleApp.SelectionDeleteCanceled.md
+++ b/api/Visio.InvisibleApp.SelectionDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.ShapeAdded.md b/api/Visio.InvisibleApp.ShapeAdded.md
index 85f45a22c9b..7819ab18987 100644
--- a/api/Visio.InvisibleApp.ShapeAdded.md
+++ b/api/Visio.InvisibleApp.ShapeAdded.md
@@ -38,7 +38,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.InvisibleApp.ShapeChanged.md b/api/Visio.InvisibleApp.ShapeChanged.md
index 4c7320b08c4..46fd374494c 100644
--- a/api/Visio.InvisibleApp.ShapeChanged.md
+++ b/api/Visio.InvisibleApp.ShapeChanged.md
@@ -51,7 +51,7 @@ Changes to the following shape properties cause the **ShapeChanged** event to f
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection that was created by using **AddAdvise** , the _varMoreInfo_ argument to **VisEventProc** contains the string: "/doc=1 /page=1 /shape=Sheet.3"
diff --git a/api/Visio.InvisibleApp.ShapeDataGraphicChanged.md b/api/Visio.InvisibleApp.ShapeDataGraphicChanged.md
index b5c05864276..7c049e77b17 100644
--- a/api/Visio.InvisibleApp.ShapeDataGraphicChanged.md
+++ b/api/Visio.InvisibleApp.ShapeDataGraphicChanged.md
@@ -37,6 +37,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.ShapeExitedTextEdit.md b/api/Visio.InvisibleApp.ShapeExitedTextEdit.md
index 2104703d7e7..7a681bb013a 100644
--- a/api/Visio.InvisibleApp.ShapeExitedTextEdit.md
+++ b/api/Visio.InvisibleApp.ShapeExitedTextEdit.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.ShapeLinkAdded.md b/api/Visio.InvisibleApp.ShapeLinkAdded.md
index ffca11d091d..8d5702aa87f 100644
--- a/api/Visio.InvisibleApp.ShapeLinkAdded.md
+++ b/api/Visio.InvisibleApp.ShapeLinkAdded.md
@@ -45,6 +45,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.ShapeLinkDeleted.md b/api/Visio.InvisibleApp.ShapeLinkDeleted.md
index 36036bc75b0..fb21f893190 100644
--- a/api/Visio.InvisibleApp.ShapeLinkDeleted.md
+++ b/api/Visio.InvisibleApp.ShapeLinkDeleted.md
@@ -45,6 +45,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.ShapeParentChanged.md b/api/Visio.InvisibleApp.ShapeParentChanged.md
index 7076c8a90a4..182e682ca15 100644
--- a/api/Visio.InvisibleApp.ShapeParentChanged.md
+++ b/api/Visio.InvisibleApp.ShapeParentChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.StyleAdded.md b/api/Visio.InvisibleApp.StyleAdded.md
index f2700ed9afa..80c7f66488e 100644
--- a/api/Visio.InvisibleApp.StyleAdded.md
+++ b/api/Visio.InvisibleApp.StyleAdded.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.StyleChanged.md b/api/Visio.InvisibleApp.StyleChanged.md
index ae9404149d3..758f4b769fa 100644
--- a/api/Visio.InvisibleApp.StyleChanged.md
+++ b/api/Visio.InvisibleApp.StyleChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.StyleDeleteCanceled.md b/api/Visio.InvisibleApp.StyleDeleteCanceled.md
index 1b77fec0229..b41b79b0427 100644
--- a/api/Visio.InvisibleApp.StyleDeleteCanceled.md
+++ b/api/Visio.InvisibleApp.StyleDeleteCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.SuspendCanceled.md b/api/Visio.InvisibleApp.SuspendCanceled.md
index 1ec92d55c60..c90a5e25a00 100644
--- a/api/Visio.InvisibleApp.SuspendCanceled.md
+++ b/api/Visio.InvisibleApp.SuspendCanceled.md
@@ -34,6 +34,6 @@ If your solution runs outside the Visio process, you cannot be assured of receiv
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.SuspendEventsCanceled.md b/api/Visio.InvisibleApp.SuspendEventsCanceled.md
index 8ba758aa4cc..35b820f3750 100644
--- a/api/Visio.InvisibleApp.SuspendEventsCanceled.md
+++ b/api/Visio.InvisibleApp.SuspendEventsCanceled.md
@@ -37,6 +37,6 @@ nothing
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.TextChanged.md b/api/Visio.InvisibleApp.TextChanged.md
index 61c05f38961..c224152ad60 100644
--- a/api/Visio.InvisibleApp.TextChanged.md
+++ b/api/Visio.InvisibleApp.TextChanged.md
@@ -40,7 +40,7 @@ In Visio 5.0 and earlier versions, the raw characters reported by the **Text**
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.UngroupCanceled.md b/api/Visio.InvisibleApp.UngroupCanceled.md
index 9b0275a8c1b..888b0d176ec 100644
--- a/api/Visio.InvisibleApp.UngroupCanceled.md
+++ b/api/Visio.InvisibleApp.UngroupCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.Vbe.md b/api/Visio.InvisibleApp.Vbe.md
index 707cc2b30e2..a3c8a4d865c 100644
--- a/api/Visio.InvisibleApp.Vbe.md
+++ b/api/Visio.InvisibleApp.Vbe.md
@@ -36,7 +36,7 @@ To get information about the object returned by the **Vbe** property, follow th
### To get information about the object returned by the Vbe property
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. In the Visual Basic Editor, on the **Tools** menu, click **References**.
diff --git a/api/Visio.InvisibleApp.ViewChanged.md b/api/Visio.InvisibleApp.ViewChanged.md
index 455f46a3035..d851c793d5e 100644
--- a/api/Visio.InvisibleApp.ViewChanged.md
+++ b/api/Visio.InvisibleApp.ViewChanged.md
@@ -34,6 +34,6 @@ This event fires whenever the zoom level or scroll position of a **Window** obj
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.VisioIsIdle.md b/api/Visio.InvisibleApp.VisioIsIdle.md
index d54b2b21f05..02e9d82879a 100644
--- a/api/Visio.InvisibleApp.VisioIsIdle.md
+++ b/api/Visio.InvisibleApp.VisioIsIdle.md
@@ -51,6 +51,6 @@ The **VisioIsIdle** event is not the equivalent of a standard timer event. Clie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.WindowActivated.md b/api/Visio.InvisibleApp.WindowActivated.md
index 5267b1ed3a3..d22c91a37f2 100644
--- a/api/Visio.InvisibleApp.WindowActivated.md
+++ b/api/Visio.InvisibleApp.WindowActivated.md
@@ -34,6 +34,6 @@ The **WindowActivated** event indicates that the active window has changed in a
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.WindowChanged.md b/api/Visio.InvisibleApp.WindowChanged.md
index ffdc5d8e24e..d977a812447 100644
--- a/api/Visio.InvisibleApp.WindowChanged.md
+++ b/api/Visio.InvisibleApp.WindowChanged.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.WindowCloseCanceled.md b/api/Visio.InvisibleApp.WindowCloseCanceled.md
index 1f945dec7b1..d40fe7738b0 100644
--- a/api/Visio.InvisibleApp.WindowCloseCanceled.md
+++ b/api/Visio.InvisibleApp.WindowCloseCanceled.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.WindowOpened.md b/api/Visio.InvisibleApp.WindowOpened.md
index d991a01a946..de48cf33a78 100644
--- a/api/Visio.InvisibleApp.WindowOpened.md
+++ b/api/Visio.InvisibleApp.WindowOpened.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowOpened'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.InvisibleApp.WindowTurnedToPage.md b/api/Visio.InvisibleApp.WindowTurnedToPage.md
index 791024d7e2d..5b12aebfb76 100644
--- a/api/Visio.InvisibleApp.WindowTurnedToPage.md
+++ b/api/Visio.InvisibleApp.WindowTurnedToPage.md
@@ -32,6 +32,6 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.BeforeMasterDelete.md b/api/Visio.Master.BeforeMasterDelete.md
index 18b2c3dde52..21668b6aa3a 100644
--- a/api/Visio.Master.BeforeMasterDelete.md
+++ b/api/Visio.Master.BeforeMasterDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.BeforeSelectionDelete.md b/api/Visio.Master.BeforeSelectionDelete.md
index cb3255171eb..3184685a4ef 100644
--- a/api/Visio.Master.BeforeSelectionDelete.md
+++ b/api/Visio.Master.BeforeSelectionDelete.md
@@ -41,6 +41,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.BeforeShapeDelete.md b/api/Visio.Master.BeforeShapeDelete.md
index 96b1f3d450f..05e08954e1d 100644
--- a/api/Visio.Master.BeforeShapeDelete.md
+++ b/api/Visio.Master.BeforeShapeDelete.md
@@ -39,7 +39,7 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.BeforeShapeTextEdit.md b/api/Visio.Master.BeforeShapeTextEdit.md
index 608dba08cd9..59af96a4b8e 100644
--- a/api/Visio.Master.BeforeShapeTextEdit.md
+++ b/api/Visio.Master.BeforeShapeTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.CellChanged.md b/api/Visio.Master.CellChanged.md
index 0ce2aac792d..7a811113278 100644
--- a/api/Visio.Master.CellChanged.md
+++ b/api/Visio.Master.CellChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.ConnectionsAdded.md b/api/Visio.Master.ConnectionsAdded.md
index 025df85f2d7..c372efd119c 100644
--- a/api/Visio.Master.ConnectionsAdded.md
+++ b/api/Visio.Master.ConnectionsAdded.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.ConnectionsDeleted.md b/api/Visio.Master.ConnectionsDeleted.md
index dff459b695a..dd50eff9e55 100644
--- a/api/Visio.Master.ConnectionsDeleted.md
+++ b/api/Visio.Master.ConnectionsDeleted.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.ConvertToGroupCanceled.md b/api/Visio.Master.ConvertToGroupCanceled.md
index 718603c531e..17e5c93cdf6 100644
--- a/api/Visio.Master.ConvertToGroupCanceled.md
+++ b/api/Visio.Master.ConvertToGroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.FormulaChanged.md b/api/Visio.Master.FormulaChanged.md
index deb6c46fb23..deeab2b8073 100644
--- a/api/Visio.Master.FormulaChanged.md
+++ b/api/Visio.Master.FormulaChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.GroupCanceled.md b/api/Visio.Master.GroupCanceled.md
index 3057b0e5d17..d83733a2d00 100644
--- a/api/Visio.Master.GroupCanceled.md
+++ b/api/Visio.Master.GroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.Icon.md b/api/Visio.Master.Icon.md
index 24efb2e4904..e32a04d476d 100644
--- a/api/Visio.Master.Icon.md
+++ b/api/Visio.Master.Icon.md
@@ -39,7 +39,7 @@ To get information about the **StdPicture** object that supports the **IPicture
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Master.MasterChanged.md b/api/Visio.Master.MasterChanged.md
index 986c59196db..616df157e4b 100644
--- a/api/Visio.Master.MasterChanged.md
+++ b/api/Visio.Master.MasterChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.MasterDeleteCanceled.md b/api/Visio.Master.MasterDeleteCanceled.md
index 128ced05079..c1b0a8d8188 100644
--- a/api/Visio.Master.MasterDeleteCanceled.md
+++ b/api/Visio.Master.MasterDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.OneD.md b/api/Visio.Master.OneD.md
index 98d0ca9312c..3c40d23455c 100644
--- a/api/Visio.Master.OneD.md
+++ b/api/Visio.Master.OneD.md
@@ -30,7 +30,7 @@ Integer
## Remarks
-Setting the **OneD** property is equivalent to changing a shape's interaction style in the **Behavior** dialog box (click **Behavior** in the **Shape Design** group of the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). Setting the **OneD** property for a 1-D shape to **False** deletes its 1-D Endpoints section, even if the cells in that section were protected with the GUARD function.
+Setting the **OneD** property is equivalent to changing a shape's interaction style in the **Behavior** dialog box (click **Behavior** in the **Shape Design** group of the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). Setting the **OneD** property for a 1-D shape to **False** deletes its 1-D Endpoints section, even if the cells in that section were protected with the GUARD function.
You can get, but not set, the **OneD** property of a **Master** object.
diff --git a/api/Visio.Master.Picture.md b/api/Visio.Master.Picture.md
index 4ecfa455fec..96b5d79771e 100644
--- a/api/Visio.Master.Picture.md
+++ b/api/Visio.Master.Picture.md
@@ -42,7 +42,7 @@ Currently, only in-process solutions can use the **Picture** property because t
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Master.QueryCancelConvertToGroup.md b/api/Visio.Master.QueryCancelConvertToGroup.md
index 94dcb0c489d..23319b8987b 100644
--- a/api/Visio.Master.QueryCancelConvertToGroup.md
+++ b/api/Visio.Master.QueryCancelConvertToGroup.md
@@ -50,6 +50,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.QueryCancelGroup.md b/api/Visio.Master.QueryCancelGroup.md
index 19f011070ac..4b06e437887 100644
--- a/api/Visio.Master.QueryCancelGroup.md
+++ b/api/Visio.Master.QueryCancelGroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you use Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.QueryCancelMasterDelete.md b/api/Visio.Master.QueryCancelMasterDelete.md
index 45e1f91d52e..f030d5a715a 100644
--- a/api/Visio.Master.QueryCancelMasterDelete.md
+++ b/api/Visio.Master.QueryCancelMasterDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.QueryCancelSelectionDelete.md b/api/Visio.Master.QueryCancelSelectionDelete.md
index 6778326c6bb..94d92d1dfbf 100644
--- a/api/Visio.Master.QueryCancelSelectionDelete.md
+++ b/api/Visio.Master.QueryCancelSelectionDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.QueryCancelUngroup.md b/api/Visio.Master.QueryCancelUngroup.md
index 2dfea5b27ac..2e308c943da 100644
--- a/api/Visio.Master.QueryCancelUngroup.md
+++ b/api/Visio.Master.QueryCancelUngroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.SelectionAdded.md b/api/Visio.Master.SelectionAdded.md
index 14d9b48bb29..49bb172370c 100644
--- a/api/Visio.Master.SelectionAdded.md
+++ b/api/Visio.Master.SelectionAdded.md
@@ -39,7 +39,7 @@ The **SelectionAdded** and **ShapeAdded** events are similar in that they both
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.SelectionDeleteCanceled.md b/api/Visio.Master.SelectionDeleteCanceled.md
index 84a17a2737d..84aadea5fd3 100644
--- a/api/Visio.Master.SelectionDeleteCanceled.md
+++ b/api/Visio.Master.SelectionDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.SetResults.md b/api/Visio.Master.SetResults.md
index 8b84d950c79..16ead74c0f5 100644
--- a/api/Visio.Master.SetResults.md
+++ b/api/Visio.Master.SetResults.md
@@ -58,7 +58,7 @@ where _sheetID_ is the **ID** property of the **Shape** object on the page or m
If the _sheetID_ in an entry is **visInvalShapeID** (-1) or if the bottom byte of _sectionIdx_ is **visSectionInval** (255), the entry is ignored by the **SetResults** method. The motivation for this is that the same _SID_SRCStream()_ array can be used on several calls to **SetResults** , **GetResults** , and similar methods with the caller only needing to make minor changes to the stream between calls.
-The _UnitsNamesOrCodes()_ array controls what measurement units individual entries in results are in. Each entry in the array can be a string such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also indicate desired units with integer constants (**visCentimeters** , **visInches** , and so on) declared by the Visio type library in **VisUnitCodes** . For a list of constants used for units of measure, see[About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md). Note that the values specified in the _UnitsNamesOrCodes()_ array have no effect if **visSetFormulas** is set in _Flags_.
+The _UnitsNamesOrCodes()_ array controls what measurement units individual entries in results are in. Each entry in the array can be a string such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also indicate desired units with integer constants (**visCentimeters** , **visInches** , and so on) declared by the Visio type library in **VisUnitCodes** . For a list of constants used for units of measure, see [About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md). Note that the values specified in the _UnitsNamesOrCodes()_ array have no effect if **visSetFormulas** is set in _Flags_.
If _UnitsNamesOrCodes()_ is not empty, we expect it to be a one-dimensional array of 1 <= _u_ variants. Each entry can be a string or integer code, or empty (nothing). If the _i_ 'th entry is empty, the _i_ 'th entry in _resultArray()_ is in the units designated by _UnitsNamesOrCodes(j)_, where _j_ is the most recent prior entry that is not empty. Thus, if you want all entries in _resultArray()_ to be interpreted in the same units, you need only pass a _UnitsNamesOrCodes()_ array that has one entry. If there is no prior entry that is not empty, or if no _UnitsNamesOrCodes()_ array is supplied, **visNumber** (0x20) will be used. This causes the application to default to internal units (as does the **ResultIU** property of a **Cell** object).
diff --git a/api/Visio.Master.ShapeAdded.md b/api/Visio.Master.ShapeAdded.md
index a7758dbd039..79afe95cea9 100644
--- a/api/Visio.Master.ShapeAdded.md
+++ b/api/Visio.Master.ShapeAdded.md
@@ -41,7 +41,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Master.ShapeChanged.md b/api/Visio.Master.ShapeChanged.md
index f9d65659ea3..c5126b3937e 100644
--- a/api/Visio.Master.ShapeChanged.md
+++ b/api/Visio.Master.ShapeChanged.md
@@ -54,7 +54,7 @@ Changes to the following shape properties cause the **ShapeChanged** event to f
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection that was created by using **AddAdvise** , the _varMoreInfo_ argument to **VisEventProc** contains the string: "/doc=1 /page=1 /shape=Sheet.3"
diff --git a/api/Visio.Master.ShapeDataGraphicChanged.md b/api/Visio.Master.ShapeDataGraphicChanged.md
index c933b42b5ef..0919f4ff860 100644
--- a/api/Visio.Master.ShapeDataGraphicChanged.md
+++ b/api/Visio.Master.ShapeDataGraphicChanged.md
@@ -40,6 +40,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.ShapeExitedTextEdit.md b/api/Visio.Master.ShapeExitedTextEdit.md
index 4448a7d52a9..e5b6f02cc3c 100644
--- a/api/Visio.Master.ShapeExitedTextEdit.md
+++ b/api/Visio.Master.ShapeExitedTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.ShapeParentChanged.md b/api/Visio.Master.ShapeParentChanged.md
index 15e2ac74389..ee5b56b81a9 100644
--- a/api/Visio.Master.ShapeParentChanged.md
+++ b/api/Visio.Master.ShapeParentChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.TextChanged.md b/api/Visio.Master.TextChanged.md
index e9c8a50cacb..909eee1fab6 100644
--- a/api/Visio.Master.TextChanged.md
+++ b/api/Visio.Master.TextChanged.md
@@ -43,7 +43,7 @@ In Visio 5.0 and earlier versions, the raw characters reported by the **Text**
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Master.UngroupCanceled.md b/api/Visio.Master.UngroupCanceled.md
index 57e4c393bb9..ffc7613c605 100644
--- a/api/Visio.Master.UngroupCanceled.md
+++ b/api/Visio.Master.UngroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.MasterShortcut.DropActions.md b/api/Visio.MasterShortcut.DropActions.md
index e770661859a..c478d73cadd 100644
--- a/api/Visio.MasterShortcut.DropActions.md
+++ b/api/Visio.MasterShortcut.DropActions.md
@@ -43,6 +43,6 @@ The **DropActions** property can be blank, or it can define a series of one or
Angle=45; FillForegnd=7; Width=(ThePage!PageWidth / 2 - 4cm)
```
-The application does not validate drop actions until they are applied to a new shape. If the **DropActions** property contains syntax errors or invalid cell names, the offending actions are ignored. However, if the application is running in developer mode, an error message is displayed that identifies the invalid action and the cause of the error. When using shortcut drop actions in your code, always test your shortcuts in[developer mode](../visio/How-to/run-visio-in-developer-mode.md) to make sure the drop actions do not contain errors.
+The application does not validate drop actions until they are applied to a new shape. If the **DropActions** property contains syntax errors or invalid cell names, the offending actions are ignored. However, if the application is running in developer mode, an error message is displayed that identifies the invalid action and the cause of the error. When using shortcut drop actions in your code, always test your shortcuts in [developer mode](../visio/How-to/run-visio-in-developer-mode.md) to make sure the drop actions do not contain errors.
diff --git a/api/Visio.MasterShortcut.Icon.md b/api/Visio.MasterShortcut.Icon.md
index c05260af746..e8e65f3c0d1 100644
--- a/api/Visio.MasterShortcut.Icon.md
+++ b/api/Visio.MasterShortcut.Icon.md
@@ -39,7 +39,7 @@ To get information about the **StdPicture** object that supports the **IPicture
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Masters.BeforeMasterDelete.md b/api/Visio.Masters.BeforeMasterDelete.md
index 75027386373..f1ace4ca970 100644
--- a/api/Visio.Masters.BeforeMasterDelete.md
+++ b/api/Visio.Masters.BeforeMasterDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.BeforeSelectionDelete.md b/api/Visio.Masters.BeforeSelectionDelete.md
index f0f0139c627..2fcf3826980 100644
--- a/api/Visio.Masters.BeforeSelectionDelete.md
+++ b/api/Visio.Masters.BeforeSelectionDelete.md
@@ -41,6 +41,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.BeforeShapeDelete.md b/api/Visio.Masters.BeforeShapeDelete.md
index e36d508c1ca..a3c642eb10e 100644
--- a/api/Visio.Masters.BeforeShapeDelete.md
+++ b/api/Visio.Masters.BeforeShapeDelete.md
@@ -39,7 +39,7 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.BeforeShapeTextEdit.md b/api/Visio.Masters.BeforeShapeTextEdit.md
index 08149730371..a0096b4afed 100644
--- a/api/Visio.Masters.BeforeShapeTextEdit.md
+++ b/api/Visio.Masters.BeforeShapeTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.CellChanged.md b/api/Visio.Masters.CellChanged.md
index 74fd525abda..8d746be1fe3 100644
--- a/api/Visio.Masters.CellChanged.md
+++ b/api/Visio.Masters.CellChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.ConnectionsAdded.md b/api/Visio.Masters.ConnectionsAdded.md
index 367e23e3e0b..92857fd2999 100644
--- a/api/Visio.Masters.ConnectionsAdded.md
+++ b/api/Visio.Masters.ConnectionsAdded.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.ConnectionsDeleted.md b/api/Visio.Masters.ConnectionsDeleted.md
index 2071eeed746..fbae84fed70 100644
--- a/api/Visio.Masters.ConnectionsDeleted.md
+++ b/api/Visio.Masters.ConnectionsDeleted.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.ConvertToGroupCanceled.md b/api/Visio.Masters.ConvertToGroupCanceled.md
index 5b3c1ab0d43..6b927b96347 100644
--- a/api/Visio.Masters.ConvertToGroupCanceled.md
+++ b/api/Visio.Masters.ConvertToGroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.FormulaChanged.md b/api/Visio.Masters.FormulaChanged.md
index f6406331712..2c20f925238 100644
--- a/api/Visio.Masters.FormulaChanged.md
+++ b/api/Visio.Masters.FormulaChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.GroupCanceled.md b/api/Visio.Masters.GroupCanceled.md
index b3f9f074364..d221fec3dd9 100644
--- a/api/Visio.Masters.GroupCanceled.md
+++ b/api/Visio.Masters.GroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.MasterAdded.md b/api/Visio.Masters.MasterAdded.md
index 1bba7db9ffb..a1b86e85678 100644
--- a/api/Visio.Masters.MasterAdded.md
+++ b/api/Visio.Masters.MasterAdded.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.MasterChanged.md b/api/Visio.Masters.MasterChanged.md
index 5f039de0334..4d54ae1e69e 100644
--- a/api/Visio.Masters.MasterChanged.md
+++ b/api/Visio.Masters.MasterChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.MasterDeleteCanceled.md b/api/Visio.Masters.MasterDeleteCanceled.md
index 00bc0799e60..bb1e4ffa275 100644
--- a/api/Visio.Masters.MasterDeleteCanceled.md
+++ b/api/Visio.Masters.MasterDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.QueryCancelConvertToGroup.md b/api/Visio.Masters.QueryCancelConvertToGroup.md
index 9ca117c0146..5b60891071d 100644
--- a/api/Visio.Masters.QueryCancelConvertToGroup.md
+++ b/api/Visio.Masters.QueryCancelConvertToGroup.md
@@ -50,6 +50,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.QueryCancelGroup.md b/api/Visio.Masters.QueryCancelGroup.md
index ad1b758150b..ef051e07d0b 100644
--- a/api/Visio.Masters.QueryCancelGroup.md
+++ b/api/Visio.Masters.QueryCancelGroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you use Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.QueryCancelMasterDelete.md b/api/Visio.Masters.QueryCancelMasterDelete.md
index c2f28b2bedf..e94effb8200 100644
--- a/api/Visio.Masters.QueryCancelMasterDelete.md
+++ b/api/Visio.Masters.QueryCancelMasterDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.QueryCancelSelectionDelete.md b/api/Visio.Masters.QueryCancelSelectionDelete.md
index e3f83eb63d7..6dc18571db0 100644
--- a/api/Visio.Masters.QueryCancelSelectionDelete.md
+++ b/api/Visio.Masters.QueryCancelSelectionDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.QueryCancelUngroup.md b/api/Visio.Masters.QueryCancelUngroup.md
index 68a4f8b9554..768aaf71d00 100644
--- a/api/Visio.Masters.QueryCancelUngroup.md
+++ b/api/Visio.Masters.QueryCancelUngroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.SelectionAdded.md b/api/Visio.Masters.SelectionAdded.md
index 6c0b09a7835..0af659d7987 100644
--- a/api/Visio.Masters.SelectionAdded.md
+++ b/api/Visio.Masters.SelectionAdded.md
@@ -39,7 +39,7 @@ The **SelectionAdded** and **ShapeAdded** events are similar in that they both
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.SelectionDeleteCanceled.md b/api/Visio.Masters.SelectionDeleteCanceled.md
index 56d3303e7e3..9ce921c5c9a 100644
--- a/api/Visio.Masters.SelectionDeleteCanceled.md
+++ b/api/Visio.Masters.SelectionDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.ShapeAdded.md b/api/Visio.Masters.ShapeAdded.md
index 2c28e812dc1..e847137da15 100644
--- a/api/Visio.Masters.ShapeAdded.md
+++ b/api/Visio.Masters.ShapeAdded.md
@@ -41,7 +41,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Masters.ShapeChanged.md b/api/Visio.Masters.ShapeChanged.md
index c8b5bbe3c2b..735a4b909d0 100644
--- a/api/Visio.Masters.ShapeChanged.md
+++ b/api/Visio.Masters.ShapeChanged.md
@@ -54,7 +54,7 @@ Changes to the following shape properties cause the **ShapeChanged** event to f
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection that was created by using **AddAdvise** , the _varMoreInfo_ argument to **VisEventProc** contains the string: "/doc=1 /page=1 /shape=Sheet.3"
diff --git a/api/Visio.Masters.ShapeDataGraphicChanged.md b/api/Visio.Masters.ShapeDataGraphicChanged.md
index 26f528af401..5d9253fec6e 100644
--- a/api/Visio.Masters.ShapeDataGraphicChanged.md
+++ b/api/Visio.Masters.ShapeDataGraphicChanged.md
@@ -40,6 +40,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.ShapeExitedTextEdit.md b/api/Visio.Masters.ShapeExitedTextEdit.md
index 4532d75018f..a5496ee71c7 100644
--- a/api/Visio.Masters.ShapeExitedTextEdit.md
+++ b/api/Visio.Masters.ShapeExitedTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.ShapeParentChanged.md b/api/Visio.Masters.ShapeParentChanged.md
index c6bffcebdaa..46462fada36 100644
--- a/api/Visio.Masters.ShapeParentChanged.md
+++ b/api/Visio.Masters.ShapeParentChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.TextChanged.md b/api/Visio.Masters.TextChanged.md
index e63ad88c33b..0f2de1f0ef0 100644
--- a/api/Visio.Masters.TextChanged.md
+++ b/api/Visio.Masters.TextChanged.md
@@ -43,7 +43,7 @@ In Visio 5.0 and earlier versions, the raw characters reported by the **Text**
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Masters.UngroupCanceled.md b/api/Visio.Masters.UngroupCanceled.md
index 2d923c27655..fc87b9e5b6a 100644
--- a/api/Visio.Masters.UngroupCanceled.md
+++ b/api/Visio.Masters.UngroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.BeforePageDelete.md b/api/Visio.Page.BeforePageDelete.md
index 813de110010..16f2f8eb3d3 100644
--- a/api/Visio.Page.BeforePageDelete.md
+++ b/api/Visio.Page.BeforePageDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.BeforeSelectionDelete.md b/api/Visio.Page.BeforeSelectionDelete.md
index 33d4fe35f1a..8c867482dcd 100644
--- a/api/Visio.Page.BeforeSelectionDelete.md
+++ b/api/Visio.Page.BeforeSelectionDelete.md
@@ -41,6 +41,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.BeforeShapeDelete.md b/api/Visio.Page.BeforeShapeDelete.md
index 4ed7bb81d7d..168e6b2a2d1 100644
--- a/api/Visio.Page.BeforeShapeDelete.md
+++ b/api/Visio.Page.BeforeShapeDelete.md
@@ -39,7 +39,7 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.BeforeShapeTextEdit.md b/api/Visio.Page.BeforeShapeTextEdit.md
index 018b1ad1e20..1a73e3dcbf6 100644
--- a/api/Visio.Page.BeforeShapeTextEdit.md
+++ b/api/Visio.Page.BeforeShapeTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.CalloutRelationshipAdded.md b/api/Visio.Page.CalloutRelationshipAdded.md
index f03d6620e38..be539bb568e 100644
--- a/api/Visio.Page.CalloutRelationshipAdded.md
+++ b/api/Visio.Page.CalloutRelationshipAdded.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object returned by this event contains two shapes
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.CalloutRelationshipDeleted.md b/api/Visio.Page.CalloutRelationshipDeleted.md
index 0c86c1809e5..cb6ec17765d 100644
--- a/api/Visio.Page.CalloutRelationshipDeleted.md
+++ b/api/Visio.Page.CalloutRelationshipDeleted.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.CellChanged.md b/api/Visio.Page.CellChanged.md
index 4bcd32b4d0b..e4291a1d25c 100644
--- a/api/Visio.Page.CellChanged.md
+++ b/api/Visio.Page.CellChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.ConnectionsAdded.md b/api/Visio.Page.ConnectionsAdded.md
index 10e38a7b937..30493bc762b 100644
--- a/api/Visio.Page.ConnectionsAdded.md
+++ b/api/Visio.Page.ConnectionsAdded.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.ConnectionsDeleted.md b/api/Visio.Page.ConnectionsDeleted.md
index 6610fb1395c..d983b3f1297 100644
--- a/api/Visio.Page.ConnectionsDeleted.md
+++ b/api/Visio.Page.ConnectionsDeleted.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.ContainerRelationshipAdded.md b/api/Visio.Page.ContainerRelationshipAdded.md
index ab7b186dd4b..37f556fb15c 100644
--- a/api/Visio.Page.ContainerRelationshipAdded.md
+++ b/api/Visio.Page.ContainerRelationshipAdded.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.ContainerRelationshipDeleted.md b/api/Visio.Page.ContainerRelationshipDeleted.md
index 49c7fe6336a..cba91758fd2 100644
--- a/api/Visio.Page.ContainerRelationshipDeleted.md
+++ b/api/Visio.Page.ContainerRelationshipDeleted.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.ConvertToGroupCanceled.md b/api/Visio.Page.ConvertToGroupCanceled.md
index 3e7a827f0a6..b12634ea1ba 100644
--- a/api/Visio.Page.ConvertToGroupCanceled.md
+++ b/api/Visio.Page.ConvertToGroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.FormulaChanged.md b/api/Visio.Page.FormulaChanged.md
index 3e173af0100..475df78800c 100644
--- a/api/Visio.Page.FormulaChanged.md
+++ b/api/Visio.Page.FormulaChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.GroupCanceled.md b/api/Visio.Page.GroupCanceled.md
index 6fb18cce9bd..5b45e70d1b5 100644
--- a/api/Visio.Page.GroupCanceled.md
+++ b/api/Visio.Page.GroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.PageChanged.md b/api/Visio.Page.PageChanged.md
index 7505c39f921..5e8c15afe23 100644
--- a/api/Visio.Page.PageChanged.md
+++ b/api/Visio.Page.PageChanged.md
@@ -37,6 +37,6 @@ If several pages of a document have default names and any page but the last is d
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.PageDeleteCanceled.md b/api/Visio.Page.PageDeleteCanceled.md
index 4fb6437659b..00a63d27554 100644
--- a/api/Visio.Page.PageDeleteCanceled.md
+++ b/api/Visio.Page.PageDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.Picture.md b/api/Visio.Page.Picture.md
index 6130453a259..3b17ab85f2a 100644
--- a/api/Visio.Page.Picture.md
+++ b/api/Visio.Page.Picture.md
@@ -42,7 +42,7 @@ Currently, only in-process solutions can use the **Picture** property because t
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Page.QueryCancelConvertToGroup.md b/api/Visio.Page.QueryCancelConvertToGroup.md
index fc80ebb8128..00d4b1be2a3 100644
--- a/api/Visio.Page.QueryCancelConvertToGroup.md
+++ b/api/Visio.Page.QueryCancelConvertToGroup.md
@@ -50,6 +50,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.QueryCancelGroup.md b/api/Visio.Page.QueryCancelGroup.md
index 13520fb0252..8308bfb2021 100644
--- a/api/Visio.Page.QueryCancelGroup.md
+++ b/api/Visio.Page.QueryCancelGroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.QueryCancelPageDelete.md b/api/Visio.Page.QueryCancelPageDelete.md
index cd0e65c952e..f965d2934c4 100644
--- a/api/Visio.Page.QueryCancelPageDelete.md
+++ b/api/Visio.Page.QueryCancelPageDelete.md
@@ -48,6 +48,6 @@ While a Microsoft Visio instance is firing a query or cancel event, it responds
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.QueryCancelSelectionDelete.md b/api/Visio.Page.QueryCancelSelectionDelete.md
index 6249bec5385..98c854f91d9 100644
--- a/api/Visio.Page.QueryCancelSelectionDelete.md
+++ b/api/Visio.Page.QueryCancelSelectionDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.QueryCancelUngroup.md b/api/Visio.Page.QueryCancelUngroup.md
index 1e48538ed54..f599108e078 100644
--- a/api/Visio.Page.QueryCancelUngroup.md
+++ b/api/Visio.Page.QueryCancelUngroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.SelectionAdded.md b/api/Visio.Page.SelectionAdded.md
index b2f38f0f922..4587eaa30ff 100644
--- a/api/Visio.Page.SelectionAdded.md
+++ b/api/Visio.Page.SelectionAdded.md
@@ -39,7 +39,7 @@ The **SelectionAdded** and **ShapeAdded** events are similar in that they both
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.SelectionDeleteCanceled.md b/api/Visio.Page.SelectionDeleteCanceled.md
index baa2f0d6d44..2fdbe6bea14 100644
--- a/api/Visio.Page.SelectionDeleteCanceled.md
+++ b/api/Visio.Page.SelectionDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.SetResults.md b/api/Visio.Page.SetResults.md
index 544d2418d76..183bb6b0e90 100644
--- a/api/Visio.Page.SetResults.md
+++ b/api/Visio.Page.SetResults.md
@@ -60,7 +60,7 @@ where _sheetID_ is the **ID** property of the **Shape** object on the page or m
If the _sheetID_ in an entry is **visInvalShapeID** (-1) or if the bottom byte of _sectionIdx_ is **visSectionInval** (255), the entry is ignored by the **SetResults** method. The motivation for this is that the same _SID_SRCStream()_ array can be used on several calls to **SetResults** , **GetResults** , and similar methods with the caller only needing to make minor changes to the stream between calls.
-The _UnitsNamesOrCodes()_ array controls what measurement units individual entries in results are in. Each entry in the array can be a string such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also indicate desired units with integer constants (**visCentimeters** , **visInches** , and so on) declared by the Visio type library in **VisUnitCodes** . For a list of constants used for units of measure, see[About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md). Note that the values specified in the _UnitsNamesOrCodes()_ array have no effect if **visSetFormulas** is set in _Flags_.
+The _UnitsNamesOrCodes()_ array controls what measurement units individual entries in results are in. Each entry in the array can be a string such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also indicate desired units with integer constants (**visCentimeters** , **visInches** , and so on) declared by the Visio type library in **VisUnitCodes** . For a list of constants used for units of measure, see [About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md). Note that the values specified in the _UnitsNamesOrCodes()_ array have no effect if **visSetFormulas** is set in _Flags_.
If _UnitsNamesOrCodes()_ is not empty, we expect it to be a one-dimensional array of 1 <= _u_ variants. Each entry can be a string or integer code, or empty (nothing). If the _i_ 'th entry is empty, the _i_ 'th entry in _resultArray()_ is in the units designated by _units(j)_ , where _j_ is the most recent prior entry that is not empty. Thus, if you want all entries in _resultArray()_ to be interpreted in the same units, you need only pass a _UnitsNamesOrCodes()_ array that has one entry. If there is no prior entry that is not empty, or if no _units_ array is supplied, **visNumber** (0x20) will be used. This causes the application to default to internal units (as does the **ResultIU** property of a **Cell** object).
diff --git a/api/Visio.Page.ShapeAdded.md b/api/Visio.Page.ShapeAdded.md
index d188fc944a8..c824233b7f0 100644
--- a/api/Visio.Page.ShapeAdded.md
+++ b/api/Visio.Page.ShapeAdded.md
@@ -41,7 +41,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Page.ShapeChanged.md b/api/Visio.Page.ShapeChanged.md
index c00065b7d72..94fd0d8a092 100644
--- a/api/Visio.Page.ShapeChanged.md
+++ b/api/Visio.Page.ShapeChanged.md
@@ -54,7 +54,7 @@ Changes to the following shape properties cause the **ShapeChanged** event to f
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection that was created by using **AddAdvise** , the _varMoreInfo_ argument to **VisEventProc** contains the string: "/doc=1 /page=1 /shape=Sheet.3"
diff --git a/api/Visio.Page.ShapeDataGraphicChanged.md b/api/Visio.Page.ShapeDataGraphicChanged.md
index 49c049b816c..79a7a46d673 100644
--- a/api/Visio.Page.ShapeDataGraphicChanged.md
+++ b/api/Visio.Page.ShapeDataGraphicChanged.md
@@ -40,6 +40,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.ShapeExitedTextEdit.md b/api/Visio.Page.ShapeExitedTextEdit.md
index 43aefe524eb..b96e32dc72d 100644
--- a/api/Visio.Page.ShapeExitedTextEdit.md
+++ b/api/Visio.Page.ShapeExitedTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.ShapeLinkAdded.md b/api/Visio.Page.ShapeLinkAdded.md
index 62da1c8a2b0..43ec1cc661e 100644
--- a/api/Visio.Page.ShapeLinkAdded.md
+++ b/api/Visio.Page.ShapeLinkAdded.md
@@ -48,6 +48,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.ShapeLinkDeleted.md b/api/Visio.Page.ShapeLinkDeleted.md
index c8638f88ed4..2a11205145b 100644
--- a/api/Visio.Page.ShapeLinkDeleted.md
+++ b/api/Visio.Page.ShapeLinkDeleted.md
@@ -48,6 +48,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.ShapeParentChanged.md b/api/Visio.Page.ShapeParentChanged.md
index b0750a811cd..306e2ba55c1 100644
--- a/api/Visio.Page.ShapeParentChanged.md
+++ b/api/Visio.Page.ShapeParentChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.TextChanged.md b/api/Visio.Page.TextChanged.md
index dce0bc6f93a..f8e74b0e3a3 100644
--- a/api/Visio.Page.TextChanged.md
+++ b/api/Visio.Page.TextChanged.md
@@ -43,7 +43,7 @@ In Visio 5.0 and earlier versions, the raw characters reported by the **Text**
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Page.UngroupCanceled.md b/api/Visio.Page.UngroupCanceled.md
index 74aa0cde95a..cc47969b59f 100644
--- a/api/Visio.Page.UngroupCanceled.md
+++ b/api/Visio.Page.UngroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.BeforePageDelete.md b/api/Visio.Pages.BeforePageDelete.md
index 3d44296161c..451c505460b 100644
--- a/api/Visio.Pages.BeforePageDelete.md
+++ b/api/Visio.Pages.BeforePageDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.BeforeSelectionDelete.md b/api/Visio.Pages.BeforeSelectionDelete.md
index 5f708caf723..4ecdcd638f6 100644
--- a/api/Visio.Pages.BeforeSelectionDelete.md
+++ b/api/Visio.Pages.BeforeSelectionDelete.md
@@ -41,6 +41,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.BeforeShapeDelete.md b/api/Visio.Pages.BeforeShapeDelete.md
index 5b81fccae55..92a866a565f 100644
--- a/api/Visio.Pages.BeforeShapeDelete.md
+++ b/api/Visio.Pages.BeforeShapeDelete.md
@@ -39,7 +39,7 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.BeforeShapeTextEdit.md b/api/Visio.Pages.BeforeShapeTextEdit.md
index 1e29366db33..b1faf0c6172 100644
--- a/api/Visio.Pages.BeforeShapeTextEdit.md
+++ b/api/Visio.Pages.BeforeShapeTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.CalloutRelationshipAdded.md b/api/Visio.Pages.CalloutRelationshipAdded.md
index 369c9c4d493..241feb160ae 100644
--- a/api/Visio.Pages.CalloutRelationshipAdded.md
+++ b/api/Visio.Pages.CalloutRelationshipAdded.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.CalloutRelationshipDeleted.md b/api/Visio.Pages.CalloutRelationshipDeleted.md
index c49626a6928..896f13037d6 100644
--- a/api/Visio.Pages.CalloutRelationshipDeleted.md
+++ b/api/Visio.Pages.CalloutRelationshipDeleted.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event that you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.CellChanged.md b/api/Visio.Pages.CellChanged.md
index f3dd51f8536..f10898ed81b 100644
--- a/api/Visio.Pages.CellChanged.md
+++ b/api/Visio.Pages.CellChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ConnectionsAdded.md b/api/Visio.Pages.ConnectionsAdded.md
index 3870e7d5ec3..17f4ee68636 100644
--- a/api/Visio.Pages.ConnectionsAdded.md
+++ b/api/Visio.Pages.ConnectionsAdded.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ConnectionsDeleted.md b/api/Visio.Pages.ConnectionsDeleted.md
index 52f6be3a011..cce286f8e9b 100644
--- a/api/Visio.Pages.ConnectionsDeleted.md
+++ b/api/Visio.Pages.ConnectionsDeleted.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ContainerRelationshipAdded.md b/api/Visio.Pages.ContainerRelationshipAdded.md
index b0b2e63d0ea..80f12efaac1 100644
--- a/api/Visio.Pages.ContainerRelationshipAdded.md
+++ b/api/Visio.Pages.ContainerRelationshipAdded.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ContainerRelationshipDeleted.md b/api/Visio.Pages.ContainerRelationshipDeleted.md
index bf21490d5f5..8d0c8c222c7 100644
--- a/api/Visio.Pages.ContainerRelationshipDeleted.md
+++ b/api/Visio.Pages.ContainerRelationshipDeleted.md
@@ -37,6 +37,6 @@ The **RelatedShapePairEvent** object that this event returns contains two shape
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see[Event Codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **[Event](Visio.Event.md)** objects, use the **[EventList.Add](Visio.EventList.Add.md)** or **[EventList.AddAdvise](Visio.EventList.AddAdvise.md)** method. To create an **Event** object that runs an add-on, use the **EventList.Add** method. To create an **Event** object that receives notification, use the **EventList.AddAdvise** method. To find an event code for the event you want to create, see [Event Codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ConvertToGroupCanceled.md b/api/Visio.Pages.ConvertToGroupCanceled.md
index a89c6a019ca..07520be7b41 100644
--- a/api/Visio.Pages.ConvertToGroupCanceled.md
+++ b/api/Visio.Pages.ConvertToGroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.FormulaChanged.md b/api/Visio.Pages.FormulaChanged.md
index cfbb928edef..aa86126b16e 100644
--- a/api/Visio.Pages.FormulaChanged.md
+++ b/api/Visio.Pages.FormulaChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.GroupCanceled.md b/api/Visio.Pages.GroupCanceled.md
index 77432179637..7a6291a901f 100644
--- a/api/Visio.Pages.GroupCanceled.md
+++ b/api/Visio.Pages.GroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.PageAdded.md b/api/Visio.Pages.PageAdded.md
index 51f98e18cce..baddd956553 100644
--- a/api/Visio.Pages.PageAdded.md
+++ b/api/Visio.Pages.PageAdded.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Pages.PageChanged.md b/api/Visio.Pages.PageChanged.md
index dd599ecffae..a6222e71345 100644
--- a/api/Visio.Pages.PageChanged.md
+++ b/api/Visio.Pages.PageChanged.md
@@ -37,6 +37,6 @@ If several pages of a document have default names and any page but the last is d
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.PageDeleteCanceled.md b/api/Visio.Pages.PageDeleteCanceled.md
index 61b21c0f7d4..bc6bef6d33c 100644
--- a/api/Visio.Pages.PageDeleteCanceled.md
+++ b/api/Visio.Pages.PageDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.QueryCancelConvertToGroup.md b/api/Visio.Pages.QueryCancelConvertToGroup.md
index 76ddc597a75..1289f486e79 100644
--- a/api/Visio.Pages.QueryCancelConvertToGroup.md
+++ b/api/Visio.Pages.QueryCancelConvertToGroup.md
@@ -50,6 +50,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.QueryCancelGroup.md b/api/Visio.Pages.QueryCancelGroup.md
index 0dda6fe247a..9a0119849e5 100644
--- a/api/Visio.Pages.QueryCancelGroup.md
+++ b/api/Visio.Pages.QueryCancelGroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you use Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.QueryCancelPageDelete.md b/api/Visio.Pages.QueryCancelPageDelete.md
index 948485c04d5..2d4b0d5a761 100644
--- a/api/Visio.Pages.QueryCancelPageDelete.md
+++ b/api/Visio.Pages.QueryCancelPageDelete.md
@@ -48,6 +48,6 @@ While a Microsoft Visio instance is firing a query or cancel event, it responds
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.QueryCancelSelectionDelete.md b/api/Visio.Pages.QueryCancelSelectionDelete.md
index 5ffc7cf4da1..f559bbec507 100644
--- a/api/Visio.Pages.QueryCancelSelectionDelete.md
+++ b/api/Visio.Pages.QueryCancelSelectionDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.QueryCancelUngroup.md b/api/Visio.Pages.QueryCancelUngroup.md
index d9b4d70e2f3..d76242c2572 100644
--- a/api/Visio.Pages.QueryCancelUngroup.md
+++ b/api/Visio.Pages.QueryCancelUngroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.SelectionAdded.md b/api/Visio.Pages.SelectionAdded.md
index ae9ec010893..f3d8dabd2c6 100644
--- a/api/Visio.Pages.SelectionAdded.md
+++ b/api/Visio.Pages.SelectionAdded.md
@@ -39,7 +39,7 @@ The **SelectionAdded** and **ShapeAdded** events are similar in that they both
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.SelectionDeleteCanceled.md b/api/Visio.Pages.SelectionDeleteCanceled.md
index bf4cf73cc12..d0fdad2ede4 100644
--- a/api/Visio.Pages.SelectionDeleteCanceled.md
+++ b/api/Visio.Pages.SelectionDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ShapeAdded.md b/api/Visio.Pages.ShapeAdded.md
index 817accb599c..c79f1945fca 100644
--- a/api/Visio.Pages.ShapeAdded.md
+++ b/api/Visio.Pages.ShapeAdded.md
@@ -41,7 +41,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Pages.ShapeChanged.md b/api/Visio.Pages.ShapeChanged.md
index c3abb682369..24453970358 100644
--- a/api/Visio.Pages.ShapeChanged.md
+++ b/api/Visio.Pages.ShapeChanged.md
@@ -54,7 +54,7 @@ Changes to the following shape properties cause the **ShapeChanged** event to f
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection that was created by using **AddAdvise** , the _varMoreInfo_ argument to **VisEventProc** contains the string: "/doc=1 /page=1 /shape=Sheet.3"
diff --git a/api/Visio.Pages.ShapeDataGraphicChanged.md b/api/Visio.Pages.ShapeDataGraphicChanged.md
index 31bb1c1fbaf..84696344120 100644
--- a/api/Visio.Pages.ShapeDataGraphicChanged.md
+++ b/api/Visio.Pages.ShapeDataGraphicChanged.md
@@ -40,6 +40,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ShapeExitedTextEdit.md b/api/Visio.Pages.ShapeExitedTextEdit.md
index d48c5e8cd22..3601a2ee29a 100644
--- a/api/Visio.Pages.ShapeExitedTextEdit.md
+++ b/api/Visio.Pages.ShapeExitedTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ShapeLinkAdded.md b/api/Visio.Pages.ShapeLinkAdded.md
index db1b01e4da5..8993f32248f 100644
--- a/api/Visio.Pages.ShapeLinkAdded.md
+++ b/api/Visio.Pages.ShapeLinkAdded.md
@@ -48,6 +48,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ShapeLinkDeleted.md b/api/Visio.Pages.ShapeLinkDeleted.md
index aaedd6c4696..dc2e97cccc8 100644
--- a/api/Visio.Pages.ShapeLinkDeleted.md
+++ b/api/Visio.Pages.ShapeLinkDeleted.md
@@ -48,6 +48,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.ShapeParentChanged.md b/api/Visio.Pages.ShapeParentChanged.md
index 07053a943c9..2dec0fff062 100644
--- a/api/Visio.Pages.ShapeParentChanged.md
+++ b/api/Visio.Pages.ShapeParentChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.TextChanged.md b/api/Visio.Pages.TextChanged.md
index 23e622a54d9..6cd7a072dfe 100644
--- a/api/Visio.Pages.TextChanged.md
+++ b/api/Visio.Pages.TextChanged.md
@@ -43,7 +43,7 @@ In Visio 5.0 and earlier versions, the raw characters reported by the **Text**
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Pages.UngroupCanceled.md b/api/Visio.Pages.UngroupCanceled.md
index db470efb387..7db01000392 100644
--- a/api/Visio.Pages.UngroupCanceled.md
+++ b/api/Visio.Pages.UngroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Row.CellChanged.md b/api/Visio.Row.CellChanged.md
index dc3e6f83f19..a266d4e8d6a 100644
--- a/api/Visio.Row.CellChanged.md
+++ b/api/Visio.Row.CellChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Row.FormulaChanged.md b/api/Visio.Row.FormulaChanged.md
index 41775aa7316..d5d2b160f00 100644
--- a/api/Visio.Row.FormulaChanged.md
+++ b/api/Visio.Row.FormulaChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Section.CellChanged.md b/api/Visio.Section.CellChanged.md
index 24a249d1ddd..91d7d241c92 100644
--- a/api/Visio.Section.CellChanged.md
+++ b/api/Visio.Section.CellChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Section.FormulaChanged.md b/api/Visio.Section.FormulaChanged.md
index 31725e9ff71..11acc4184cb 100644
--- a/api/Visio.Section.FormulaChanged.md
+++ b/api/Visio.Section.FormulaChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Selection.Combine.md b/api/Visio.Selection.Combine.md
index a2ad8a0c4fb..dfcbaf276e4 100644
--- a/api/Visio.Selection.Combine.md
+++ b/api/Visio.Selection.Combine.md
@@ -30,7 +30,7 @@ Nothing
## Remarks
-Calling the **Combine** method is equivalent to clicking **Combine** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The produced shape will be the topmost shape in its containing shape and will inherit the text and formatting of the first selected shape. The original shapes are deleted and no shapes are selected when the operation is complete.
+Calling the **Combine** method is equivalent to clicking **Combine** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The produced shape will be the topmost shape in its containing shape and will inherit the text and formatting of the first selected shape. The original shapes are deleted and no shapes are selected when the operation is complete.
The **Combine** method is similar to the **Join** method but differs in the following ways:
diff --git a/api/Visio.Selection.Fragment.md b/api/Visio.Selection.Fragment.md
index 64bf3936333..99dceed6253 100644
--- a/api/Visio.Selection.Fragment.md
+++ b/api/Visio.Selection.Fragment.md
@@ -30,7 +30,7 @@ Nothing
## Remarks
-Calling the **Fragment** method is equivalent to clicking **Fragment** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The produced shapes are the topmost shapes in the containing shape of the selected shapes. They inherit the formatting of the first selected shape and have no text.
+Calling the **Fragment** method is equivalent to clicking **Fragment** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The produced shapes are the topmost shapes in the containing shape of the selected shapes. They inherit the formatting of the first selected shape and have no text.
The original shapes are deleted and there aren't any shapes selected when the operation is complete.
diff --git a/api/Visio.Selection.Intersect.md b/api/Visio.Selection.Intersect.md
index 0cd12d3247d..a22c236dbb3 100644
--- a/api/Visio.Selection.Intersect.md
+++ b/api/Visio.Selection.Intersect.md
@@ -30,7 +30,7 @@ Nothing
## Remarks
-Calling the **Intersect** method is equivalent to clicking **Intersect** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The produced shape will be the topmost shape in its containing shape and will inherit the text and formatting of the first selected shape.
+Calling the **Intersect** method is equivalent to clicking **Intersect** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The produced shape will be the topmost shape in its containing shape and will inherit the text and formatting of the first selected shape.
The original shapes are deleted and no shapes are selected when the operation is complete.
diff --git a/api/Visio.Selection.Join.md b/api/Visio.Selection.Join.md
index df7fd0262c6..57e94be78cd 100644
--- a/api/Visio.Selection.Join.md
+++ b/api/Visio.Selection.Join.md
@@ -30,7 +30,7 @@ Nothing
## Remarks
-Calling the **Join** method is equivalent to clicking **Join** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The new shape inherits the text and formatting of the first selected shape and is the topmost shape in its container—the _n_th shape in the **Shapes** collection of its containing shape, where _n_ = Count.
+Calling the **Join** method is equivalent to clicking **Join** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The new shape inherits the text and formatting of the first selected shape and is the topmost shape in its container—the _n_th shape in the **Shapes** collection of its containing shape, where _n_ = Count.
The original shapes are deleted and no shapes are selected when the operation is complete.
diff --git a/api/Visio.Selection.Offset.md b/api/Visio.Selection.Offset.md
index 6cfffd36f87..7512628d89c 100644
--- a/api/Visio.Selection.Offset.md
+++ b/api/Visio.Selection.Offset.md
@@ -38,7 +38,7 @@ Nothing
## Remarks
-Calling the **Offset** method is equivalent to clicking **Offset** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab).
+Calling the **Offset** method is equivalent to clicking **Offset** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab).
For a specified line or curve, the offset is implemented as a pair of lines or curves that are equidistant from the original line or curve. Offset shapes inherit line patterns from the original shapes. They do not inherit any fill patterns or text from the original shapes.
diff --git a/api/Visio.Selection.Picture.md b/api/Visio.Selection.Picture.md
index e99f507c647..d0cc19a723f 100644
--- a/api/Visio.Selection.Picture.md
+++ b/api/Visio.Selection.Picture.md
@@ -42,7 +42,7 @@ Currently, only in-process solutions can use the **Picture** property because t
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Selection.Subtract.md b/api/Visio.Selection.Subtract.md
index 8c0d487278b..345771e19d7 100644
--- a/api/Visio.Selection.Subtract.md
+++ b/api/Visio.Selection.Subtract.md
@@ -30,6 +30,6 @@ Nothing
## Remarks
-Calling the **Subtract** method is equivalent to clicking **Subtract** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The first selected shape is the one that will have the other selected shapes subtracted from it. The other shapes will be deleted and no shapes are selected when the operation is complete.
+Calling the **Subtract** method is equivalent to clicking **Subtract** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The first selected shape is the one that will have the other selected shapes subtracted from it. The other shapes will be deleted and no shapes are selected when the operation is complete.
diff --git a/api/Visio.Selection.Trim.md b/api/Visio.Selection.Trim.md
index a081d6d87df..ea2afab57c2 100644
--- a/api/Visio.Selection.Trim.md
+++ b/api/Visio.Selection.Trim.md
@@ -30,7 +30,7 @@ Nothing
## Remarks
-Calling the **Trim** method is equivalent to clicking **Trim** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab).
+Calling the **Trim** method is equivalent to clicking **Trim** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab).
The new shapes inherit the formatting of the first selected shape, have no text, and are the topmost shapes in their container—the _n_th shape, _n_th - 1 shape, _n_th - 2 shape, and so forth in the **Shapes** collection of their containing shape, where _n_ = count. The original shapes are deleted and no shapes are selected when the operation is complete.
diff --git a/api/Visio.Selection.Union.md b/api/Visio.Selection.Union.md
index cdc57172770..616aa0468e2 100644
--- a/api/Visio.Selection.Union.md
+++ b/api/Visio.Selection.Union.md
@@ -30,7 +30,7 @@ Nothing
## Remarks
-Calling the **Union** method is equivalent to clicking **Union** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The produced shape will be the topmost shape in its containing shape and will inherit the text and formatting of the first selected shape.
+Calling the **Union** method is equivalent to clicking **Union** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). The produced shape will be the topmost shape in its containing shape and will inherit the text and formatting of the first selected shape.
When the operation is complete, the original shapes are deleted and no shapes are selected.
diff --git a/api/Visio.Shape.BeforeSelectionDelete.md b/api/Visio.Shape.BeforeSelectionDelete.md
index cb19d13ded0..2071d2bba74 100644
--- a/api/Visio.Shape.BeforeSelectionDelete.md
+++ b/api/Visio.Shape.BeforeSelectionDelete.md
@@ -41,6 +41,6 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.BeforeShapeDelete.md b/api/Visio.Shape.BeforeShapeDelete.md
index f2f409f6b9e..458760e1557 100644
--- a/api/Visio.Shape.BeforeShapeDelete.md
+++ b/api/Visio.Shape.BeforeShapeDelete.md
@@ -39,7 +39,7 @@ The **BeforeSelectionDelete** and **BeforeShapeDelete** events are similar in t
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.BeforeShapeTextEdit.md b/api/Visio.Shape.BeforeShapeTextEdit.md
index c41fa7899c3..da4e9b15ef0 100644
--- a/api/Visio.Shape.BeforeShapeTextEdit.md
+++ b/api/Visio.Shape.BeforeShapeTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.CellChanged.md b/api/Visio.Shape.CellChanged.md
index 9b1673422e3..da1ea8c8c54 100644
--- a/api/Visio.Shape.CellChanged.md
+++ b/api/Visio.Shape.CellChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.ConnectedShapes.md b/api/Visio.Shape.ConnectedShapes.md
index 55306d0bf52..b1b3f6d581a 100644
--- a/api/Visio.Shape.ConnectedShapes.md
+++ b/api/Visio.Shape.ConnectedShapes.md
@@ -61,7 +61,7 @@ If no qualifying connected shapes exist, the **ConnectedShapes** method returns
The following Visual Basic for Applications (VBA) macro shows how to use the **ConnectedShapes** method to find the names of all the shapes at the other end of outgoing connections from a selected shape.
**Sample code provided by:**
-[Fred Diggs](https://www.visiozone.com)
+ [Fred Diggs](https://www.visiozone.com)
@@ -93,7 +93,7 @@ End Sub
The following VBA macro shows how to use the **ConnectedShapes** method to find the names of all the shapes at the other end of incoming connections to a selected shape.
**Sample code provided by:**
-[Fred Diggs](https://www.visiozone.com)
+ [Fred Diggs](https://www.visiozone.com)
diff --git a/api/Visio.Shape.ConvertToGroupCanceled.md b/api/Visio.Shape.ConvertToGroupCanceled.md
index 9d3a411b311..156d91c687f 100644
--- a/api/Visio.Shape.ConvertToGroupCanceled.md
+++ b/api/Visio.Shape.ConvertToGroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.Data2.md b/api/Visio.Shape.Data2.md
index 671da1bc883..5bd13ee4bcb 100644
--- a/api/Visio.Shape.Data2.md
+++ b/api/Visio.Shape.Data2.md
@@ -30,7 +30,7 @@ String
## Remarks
-Use the **Data2** property to supply additional information about a shape. The property can contain up to 64 KB of characters. Text controls should be used with care with a string that is greater than 3,000 characters. Setting the **Data2** property is equivalent to entering information in the **Data 2** box in the **Special** dialog box (click **Shape Name** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md)tab).
+Use the **Data2** property to supply additional information about a shape. The property can contain up to 64 KB of characters. Text controls should be used with care with a string that is greater than 3,000 characters. Setting the **Data2** property is equivalent to entering information in the **Data 2** box in the **Special** dialog box (click **Shape Name** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md)tab).
## Example
diff --git a/api/Visio.Shape.Data3.md b/api/Visio.Shape.Data3.md
index 80070d88177..e5a87f51a14 100644
--- a/api/Visio.Shape.Data3.md
+++ b/api/Visio.Shape.Data3.md
@@ -30,7 +30,7 @@ String
## Remarks
-Use the **Data3** property to supply additional information about a shape. The property can contain up to 64 KB of characters. Text controls should be used with care with a string that is greater than 3,000 characters. Setting the **Data3** property is equivalent to entering information in the **Data 3** box in the **Special** dialog box (click **Shape Name** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md)tab).
+Use the **Data3** property to supply additional information about a shape. The property can contain up to 64 KB of characters. Text controls should be used with care with a string that is greater than 3,000 characters. Setting the **Data3** property is equivalent to entering information in the **Data 3** box in the **Special** dialog box (click **Shape Name** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md)tab).
## Example
diff --git a/api/Visio.Shape.FormulaChanged.md b/api/Visio.Shape.FormulaChanged.md
index 71fe6682ab6..8590afbda4d 100644
--- a/api/Visio.Shape.FormulaChanged.md
+++ b/api/Visio.Shape.FormulaChanged.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.GroupCanceled.md b/api/Visio.Shape.GroupCanceled.md
index 847996e4957..875468c356f 100644
--- a/api/Visio.Shape.GroupCanceled.md
+++ b/api/Visio.Shape.GroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.Help.md b/api/Visio.Shape.Help.md
index 0d88061eafd..b36021456ca 100644
--- a/api/Visio.Shape.Help.md
+++ b/api/Visio.Shape.Help.md
@@ -30,6 +30,6 @@ String
## Remarks
-Using the **Help** property is equivalent to entering a value in the **Help** box for a shape in the **Special** dialog box (in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md)tab, click **Shape Name**).
+Using the **Help** property is equivalent to entering a value in the **Help** box for a shape in the **Special** dialog box (in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md)tab, click **Shape Name**).
diff --git a/api/Visio.Shape.Offset.md b/api/Visio.Shape.Offset.md
index 058bf1539ba..01ea31defdf 100644
--- a/api/Visio.Shape.Offset.md
+++ b/api/Visio.Shape.Offset.md
@@ -38,7 +38,7 @@ Nothing
## Remarks
-Calling the **Offset** method is equivalent to clicking **Offset** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab).
+Calling the **Offset** method is equivalent to clicking **Offset** in the Microsoft Visio user interface (click **Operations** in the **Shape Design** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab).
For a specified line or curve, the offset is implemented as a pair of lines or curves that are equidistant from the original line or curve. Offset shapes inherit line patterns from the original shapes. They do not inherit any fill patterns or text from the original shapes.
diff --git a/api/Visio.Shape.OneD.md b/api/Visio.Shape.OneD.md
index 450bff5e4c6..907909373e9 100644
--- a/api/Visio.Shape.OneD.md
+++ b/api/Visio.Shape.OneD.md
@@ -30,7 +30,7 @@ Integer
## Remarks
-Setting the **OneD** property is equivalent to changing a shape's interaction style in the **Behavior** dialog box (click **Behavior** in the **Shape Design** group of the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). Setting the **OneD** property for a 1-D shape to **False** deletes its 1-D Endpoints section, even if the cells in that section were protected with the GUARD function.
+Setting the **OneD** property is equivalent to changing a shape's interaction style in the **Behavior** dialog box (click **Behavior** in the **Shape Design** group of the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab). Setting the **OneD** property for a 1-D shape to **False** deletes its 1-D Endpoints section, even if the cells in that section were protected with the GUARD function.
The **OneD** property of a **Shape** object that is a guide is always 0. If you try to change the value of the **OneD** property of a guide shape, no error is raised, but the value remains 0.
diff --git a/api/Visio.Shape.Picture.md b/api/Visio.Shape.Picture.md
index 03c66a16ceb..4fe50052ca9 100644
--- a/api/Visio.Shape.Picture.md
+++ b/api/Visio.Shape.Picture.md
@@ -42,7 +42,7 @@ Currently, only in-process solutions can use the **Picture** property because t
-1. In the **Code** group on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
+1. In the **Code** group on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab, click **Visual Basic**.
2. On the **View** menu, click **Object Browser**.
diff --git a/api/Visio.Shape.QueryCancelConvertToGroup.md b/api/Visio.Shape.QueryCancelConvertToGroup.md
index 879e98461e2..4ae0ddd62c5 100644
--- a/api/Visio.Shape.QueryCancelConvertToGroup.md
+++ b/api/Visio.Shape.QueryCancelConvertToGroup.md
@@ -50,6 +50,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.QueryCancelGroup.md b/api/Visio.Shape.QueryCancelGroup.md
index cd1495c6951..14ac4166af8 100644
--- a/api/Visio.Shape.QueryCancelGroup.md
+++ b/api/Visio.Shape.QueryCancelGroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you use Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.QueryCancelSelectionDelete.md b/api/Visio.Shape.QueryCancelSelectionDelete.md
index 4b7ea8cae57..50c1e984e67 100644
--- a/api/Visio.Shape.QueryCancelSelectionDelete.md
+++ b/api/Visio.Shape.QueryCancelSelectionDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.QueryCancelUngroup.md b/api/Visio.Shape.QueryCancelUngroup.md
index a403e828d21..fccc496a1f4 100644
--- a/api/Visio.Shape.QueryCancelUngroup.md
+++ b/api/Visio.Shape.QueryCancelUngroup.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it respondsto inquirie
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.SelectionAdded.md b/api/Visio.Shape.SelectionAdded.md
index 20a0cdc62ed..25673d43f38 100644
--- a/api/Visio.Shape.SelectionAdded.md
+++ b/api/Visio.Shape.SelectionAdded.md
@@ -39,7 +39,7 @@ The **SelectionAdded** and **ShapeAdded** events are similar in that they both
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.SelectionDeleteCanceled.md b/api/Visio.Shape.SelectionDeleteCanceled.md
index 83800ba5187..9950b7f9553 100644
--- a/api/Visio.Shape.SelectionDeleteCanceled.md
+++ b/api/Visio.Shape.SelectionDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.SetResults.md b/api/Visio.Shape.SetResults.md
index 3ed8b689f7b..1b9f4eee2b9 100644
--- a/api/Visio.Shape.SetResults.md
+++ b/api/Visio.Shape.SetResults.md
@@ -56,7 +56,7 @@ For **Shape** objects, _SID_SRCStream()_ should be a one-dimensional array of 3
where _sectionIdx_ is the section index of the desired cell, _rowIdx_ is its row index, and _cellIdx_ is its cell index.
-The _UnitsNamesOrCodes()_ array controls what measurement units individual entries in results are in. Each entry in the array can be a string such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also indicate desired units with integer constants (**visCentimeters** , **visInches** , and so on) declared by the Visio type library in **VisUnitCodes** . For a list of constants used for units of measure, see[About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md). Note that the values specified in the _UnitsNamesOrCodes()_ array have no effect if **visSetFormulas** is set in _Flags_.
+The _UnitsNamesOrCodes()_ array controls what measurement units individual entries in results are in. Each entry in the array can be a string such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also indicate desired units with integer constants (**visCentimeters** , **visInches** , and so on) declared by the Visio type library in **VisUnitCodes** . For a list of constants used for units of measure, see [About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md). Note that the values specified in the _UnitsNamesOrCodes()_ array have no effect if **visSetFormulas** is set in _Flags_.
If _UnitsNamesOrCodes()_ is not empty, we expect it to be a one-dimensional array of 1 <= _u_ variants. Each entry can be a string or integer code, or empty (nothing). If the _i_ 'th entry is empty, the _i_ 'th entry in _resultArray_ is in the units designated by _UnitsNamesOrCodes()_ _(j)_ , where _j_ is the most recent prior entry that is not empty. Thus, if you want all entries in _resultArray_ to be interpreted in the same units, you need only pass a _UnitsNamesOrCodes()_ array that has one entry. If there is no prior entry that is not empty, or if no _UnitsNamesOrCodes()_ array is supplied, **visNumber** (0x20) will be used. This causes the application to default to internal units (as does the **ResultIU** property of a **Cell** object).
diff --git a/api/Visio.Shape.ShapeAdded.md b/api/Visio.Shape.ShapeAdded.md
index dcedd5a8d31..c1c876d5791 100644
--- a/api/Visio.Shape.ShapeAdded.md
+++ b/api/Visio.Shape.ShapeAdded.md
@@ -38,7 +38,7 @@ To determine if a **ShapeAdded** event was triggered by a new shape or group of
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Shape.ShapeChanged.md b/api/Visio.Shape.ShapeChanged.md
index 6e79ac1d3b1..5094e28765a 100644
--- a/api/Visio.Shape.ShapeChanged.md
+++ b/api/Visio.Shape.ShapeChanged.md
@@ -54,7 +54,7 @@ Changes to the following shape properties cause the **ShapeChanged** event to f
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
If you are handling this event from a program that receives a notification over a connection that was created by using **AddAdvise** , the _varMoreInfo_ argument to **VisEventProc** contains the string: "/doc=1 /page=1 /shape=Sheet.3"
diff --git a/api/Visio.Shape.ShapeDataGraphicChanged.md b/api/Visio.Shape.ShapeDataGraphicChanged.md
index 449493f7a6c..ecf79d398f4 100644
--- a/api/Visio.Shape.ShapeDataGraphicChanged.md
+++ b/api/Visio.Shape.ShapeDataGraphicChanged.md
@@ -40,6 +40,6 @@ A data graphic is a **Master** object of type **visTypeDataGraphic** . When the
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.ShapeExitedTextEdit.md b/api/Visio.Shape.ShapeExitedTextEdit.md
index 1efabe97a99..586ff3f0b61 100644
--- a/api/Visio.Shape.ShapeExitedTextEdit.md
+++ b/api/Visio.Shape.ShapeExitedTextEdit.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.ShapeLinkAdded.md b/api/Visio.Shape.ShapeLinkAdded.md
index 4c9955da58e..2da0548601a 100644
--- a/api/Visio.Shape.ShapeLinkAdded.md
+++ b/api/Visio.Shape.ShapeLinkAdded.md
@@ -50,6 +50,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.ShapeLinkDeleted.md b/api/Visio.Shape.ShapeLinkDeleted.md
index e3a456e776a..adeb50d9ed0 100644
--- a/api/Visio.Shape.ShapeLinkDeleted.md
+++ b/api/Visio.Shape.ShapeLinkDeleted.md
@@ -50,6 +50,6 @@ where _n_ and _m_ represent the IDs of the data recordset and data row, respect
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.ShapeParentChanged.md b/api/Visio.Shape.ShapeParentChanged.md
index 700c4bea848..8858d7eee43 100644
--- a/api/Visio.Shape.ShapeParentChanged.md
+++ b/api/Visio.Shape.ShapeParentChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.TextChanged.md b/api/Visio.Shape.TextChanged.md
index 261b055e132..a985c362ba7 100644
--- a/api/Visio.Shape.TextChanged.md
+++ b/api/Visio.Shape.TextChanged.md
@@ -40,7 +40,7 @@ In Visio 5.0 and earlier versions, the raw characters reported by the **Text**
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shape.UngroupCanceled.md b/api/Visio.Shape.UngroupCanceled.md
index c6c05d54605..e72485f498f 100644
--- a/api/Visio.Shape.UngroupCanceled.md
+++ b/api/Visio.Shape.UngroupCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Shapes.ItemFromID.md b/api/Visio.Shapes.ItemFromID.md
index a17ae37b809..0cbf2eee6b5 100644
--- a/api/Visio.Shapes.ItemFromID.md
+++ b/api/Visio.Shapes.ItemFromID.md
@@ -38,7 +38,7 @@ Shape
## Remarks
-The ID of a **Shape** object uniquely identifies the shape within its page or master. You can determine the ID of a shape by displaying the **Special** dialog box (select the shape, and then click **Shape Name** on the[Developer](../visio/How-to/run-visio-in-developer-mode.md) tab.)
+The ID of a **Shape** object uniquely identifies the shape within its page or master. You can determine the ID of a shape by displaying the **Special** dialog box (select the shape, and then click **Shape Name** on the [Developer](../visio/How-to/run-visio-in-developer-mode.md) tab.)
The ID of a **Style** object uniquely identifies the style within its document.
diff --git a/api/Visio.Style.BeforeStyleDelete.md b/api/Visio.Style.BeforeStyleDelete.md
index 6bbc31bc31f..da429514dfe 100644
--- a/api/Visio.Style.BeforeStyleDelete.md
+++ b/api/Visio.Style.BeforeStyleDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Style.QueryCancelStyleDelete.md b/api/Visio.Style.QueryCancelStyleDelete.md
index eaab7f0b13f..8459c2afc7d 100644
--- a/api/Visio.Style.QueryCancelStyleDelete.md
+++ b/api/Visio.Style.QueryCancelStyleDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Style.SetResults.md b/api/Visio.Style.SetResults.md
index 382cad1bb68..1aae631e2fb 100644
--- a/api/Visio.Style.SetResults.md
+++ b/api/Visio.Style.SetResults.md
@@ -56,7 +56,7 @@ For **Style** objects, _SID_SRCStream()_ should be a one-dimensional array of 3
where _sectionIdx_ is the section index of the desired cell, _rowIdx_ is its row index, and _cellIdx_ is its cell index.
-The _UnitsNamesOrCodes()_ array controls what measurement units individual entries in results are in. Each entry in the array can be a string such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also indicate desired units with integer constants (**visCentimeters** , **visInches** , and so on) declared by the Visio type library in **VisUnitCodes** . For a list of constants used for units of measure, see[About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md). Note that the values specified in the _UnitsNamesOrCodes()_ array have no effect if **visSetFormulas** is set in _Flags_.
+The _UnitsNamesOrCodes()_ array controls what measurement units individual entries in results are in. Each entry in the array can be a string such as "inches", "inch", "in.", or "i". Strings may be used for all supported Microsoft Office Visio units such as centimeters, meters, miles, and so on. You can also indicate desired units with integer constants (**visCentimeters** , **visInches** , and so on) declared by the Visio type library in **VisUnitCodes** . For a list of constants used for units of measure, see [About Units of Measure](../visio/Concepts/about-units-of-measure-visio.md). Note that the values specified in the _UnitsNamesOrCodes()_ array have no effect if **visSetFormulas** is set in _Flags_.
If _UnitsNamesOrCodes()_ is not empty, we expect it to be a one-dimensional array of 1 <= _u_ variants. Each entry can be a string or integer code, or empty (nothing). If the _i_ 'th entry is empty, the _i_ 'th entry in _resultArray()_ is in the units designated by _units(j)_ , where _j_ is the most recent prior entry that is not empty. Thus, if you want all entries in _resultArray()_ to be interpreted in the same units, you need only pass a _UnitsNamesOrCodes()_ array that has one entry. If there is no prior entry that is not empty, or if no _units_ array is supplied, **visNumber** (0x20) will be used. This causes the application to default to internal units (as does the **ResultIU** property of a **Cell** object).
diff --git a/api/Visio.Style.StyleChanged.md b/api/Visio.Style.StyleChanged.md
index 204c21cc527..9220cac701a 100644
--- a/api/Visio.Style.StyleChanged.md
+++ b/api/Visio.Style.StyleChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Style.StyleDeleteCanceled.md b/api/Visio.Style.StyleDeleteCanceled.md
index acd393d0626..3d981e215d6 100644
--- a/api/Visio.Style.StyleDeleteCanceled.md
+++ b/api/Visio.Style.StyleDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Styles.BeforeStyleDelete.md b/api/Visio.Styles.BeforeStyleDelete.md
index 39dcb641cb9..f758434a81c 100644
--- a/api/Visio.Styles.BeforeStyleDelete.md
+++ b/api/Visio.Styles.BeforeStyleDelete.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Styles.QueryCancelStyleDelete.md b/api/Visio.Styles.QueryCancelStyleDelete.md
index e1345caa782..1fe248f656f 100644
--- a/api/Visio.Styles.QueryCancelStyleDelete.md
+++ b/api/Visio.Styles.QueryCancelStyleDelete.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Styles.StyleAdded.md b/api/Visio.Styles.StyleAdded.md
index 053aff93252..a2fb5772e20 100644
--- a/api/Visio.Styles.StyleAdded.md
+++ b/api/Visio.Styles.StyleAdded.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Styles.StyleChanged.md b/api/Visio.Styles.StyleChanged.md
index 9d3d884c58e..e387563e146 100644
--- a/api/Visio.Styles.StyleChanged.md
+++ b/api/Visio.Styles.StyleChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Styles.StyleDeleteCanceled.md b/api/Visio.Styles.StyleDeleteCanceled.md
index a6663cf9b2f..411c2efeed5 100644
--- a/api/Visio.Styles.StyleDeleteCanceled.md
+++ b/api/Visio.Styles.StyleDeleteCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.BeforeWindowClosed.md b/api/Visio.Window.BeforeWindowClosed.md
index 1968cf296b4..3f9aac56d3f 100644
--- a/api/Visio.Window.BeforeWindowClosed.md
+++ b/api/Visio.Window.BeforeWindowClosed.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.BeforeWindowPageTurn.md b/api/Visio.Window.BeforeWindowPageTurn.md
index ef6662000cc..fc53a391a5c 100644
--- a/api/Visio.Window.BeforeWindowPageTurn.md
+++ b/api/Visio.Window.BeforeWindowPageTurn.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.BeforeWindowSelDelete.md b/api/Visio.Window.BeforeWindowSelDelete.md
index 2189fd7b12c..7dd21b8117f 100644
--- a/api/Visio.Window.BeforeWindowSelDelete.md
+++ b/api/Visio.Window.BeforeWindowSelDelete.md
@@ -37,6 +37,6 @@ The **BeforeWindowSelDelete** event fires if user interactions cause shapes in
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.Group.md b/api/Visio.Window.Group.md
index bc8addd5859..b51d86591d5 100644
--- a/api/Visio.Window.Group.md
+++ b/api/Visio.Window.Group.md
@@ -27,7 +27,7 @@ Version Added: Visio 2.0
## Remarks
-The **Window** object's **Group** method is now obsolete. Use the **Group** method of the[Selection](Visio.Selection.Group.md) or[Shape](Visio.Shape.md) object.
+The **Window** object's **Group** method is now obsolete. Use the **Group** method of the [Selection](Visio.Selection.Group.md) or [Shape](Visio.Shape.md) object.
If your Visual Studio solution includes the **Microsoft.Office.Interop.Visio** reference, this method maps to the following types:
diff --git a/api/Visio.Window.KeyDown.md b/api/Visio.Window.KeyDown.md
index c666aab92ce..974982b8b48 100644
--- a/api/Visio.Window.KeyDown.md
+++ b/api/Visio.Window.KeyDown.md
@@ -58,7 +58,7 @@ Unlike some other Visio events, **KeyDown** does not have the prefix "Query," b
If you are using VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Window.KeyPress.md b/api/Visio.Window.KeyPress.md
index a074fd80d75..13881f13512 100644
--- a/api/Visio.Window.KeyPress.md
+++ b/api/Visio.Window.KeyPress.md
@@ -45,7 +45,7 @@ Unlike some other Visio events, **KeyPress** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Window.KeyUp.md b/api/Visio.Window.KeyUp.md
index ce470bdd969..30c93ec622d 100644
--- a/api/Visio.Window.KeyUp.md
+++ b/api/Visio.Window.KeyUp.md
@@ -55,7 +55,7 @@ Unlike some other Visio events, **KeyUp** does not have the prefix "Query," but
If you are using Microsoft Visual Basic or VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Window.MouseDown.md b/api/Visio.Window.MouseDown.md
index f7f00966b9c..9bb36edd1e5 100644
--- a/api/Visio.Window.MouseDown.md
+++ b/api/Visio.Window.MouseDown.md
@@ -65,7 +65,7 @@ Unlike some other Visio events, **MouseDown** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Window.MouseMove.md b/api/Visio.Window.MouseMove.md
index c7ddfceb22c..4df8d284f01 100644
--- a/api/Visio.Window.MouseMove.md
+++ b/api/Visio.Window.MouseMove.md
@@ -65,7 +65,7 @@ Unlike some other Visio events, **MouseMove** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Window.MouseUp.md b/api/Visio.Window.MouseUp.md
index 548a454ec55..2446a00bcee 100644
--- a/api/Visio.Window.MouseUp.md
+++ b/api/Visio.Window.MouseUp.md
@@ -65,7 +65,7 @@ Unlike some other Visio events, **MouseUp** does not have the prefix "Query," b
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Window.OnKeystrokeMessageForAddon.md b/api/Visio.Window.OnKeystrokeMessageForAddon.md
index 7f87aafbf72..933b71610cd 100644
--- a/api/Visio.Window.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.Window.OnKeystrokeMessageForAddon.md
@@ -56,6 +56,6 @@ The **MSGWrap** object, passed to the event handler when the **OnKeystrokeMessa
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.Paste.md b/api/Visio.Window.Paste.md
index e2acd9a57bf..efe7f3ec865 100644
--- a/api/Visio.Window.Paste.md
+++ b/api/Visio.Window.Paste.md
@@ -27,7 +27,7 @@ Version Added: Visio 2.0
## Remarks
-The **Window** object's **Paste** method is now obsolete. Use the **Paste** or **PasteSpecial** method of the[Page](Visio.Page.md), [Master](Visio.Master.md), or [Shape](Visio.Shape.md) object. (Use the **Shape** object in the case of group shapes.)
+The **Window** object's **Paste** method is now obsolete. Use the **Paste** or **PasteSpecial** method of the [Page](Visio.Page.md), [Master](Visio.Master.md), or [Shape](Visio.Shape.md) object. (Use the **Shape** object in the case of group shapes.)
If your Visual Studio solution includes the **Microsoft.Office.Interop.Visio** reference, this method maps to the following types:
diff --git a/api/Visio.Window.QueryCancelWindowClose.md b/api/Visio.Window.QueryCancelWindowClose.md
index 375a3c1d21b..d2f8f597578 100644
--- a/api/Visio.Window.QueryCancelWindowClose.md
+++ b/api/Visio.Window.QueryCancelWindowClose.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.SelectionChanged.md b/api/Visio.Window.SelectionChanged.md
index 45710559cb5..87ad92af4d6 100644
--- a/api/Visio.Window.SelectionChanged.md
+++ b/api/Visio.Window.SelectionChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.ViewChanged.md b/api/Visio.Window.ViewChanged.md
index fa281aa3970..37567fdbbf5 100644
--- a/api/Visio.Window.ViewChanged.md
+++ b/api/Visio.Window.ViewChanged.md
@@ -37,6 +37,6 @@ This event fires whenever the zoom level or scroll position of a **Window** obj
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.WindowActivated.md b/api/Visio.Window.WindowActivated.md
index 2dd10cf9fb8..28acdbd3d64 100644
--- a/api/Visio.Window.WindowActivated.md
+++ b/api/Visio.Window.WindowActivated.md
@@ -37,6 +37,6 @@ The **WindowActivated** event indicates that the active window has changed in a
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.WindowChanged.md b/api/Visio.Window.WindowChanged.md
index d807bfd9ace..411a2e80279 100644
--- a/api/Visio.Window.WindowChanged.md
+++ b/api/Visio.Window.WindowChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.WindowCloseCanceled.md b/api/Visio.Window.WindowCloseCanceled.md
index 5c9391779d1..d9ea3247cf1 100644
--- a/api/Visio.Window.WindowCloseCanceled.md
+++ b/api/Visio.Window.WindowCloseCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Window.WindowTurnedToPage.md b/api/Visio.Window.WindowTurnedToPage.md
index 7cdfeebe5e5..42629e40b3c 100644
--- a/api/Visio.Window.WindowTurnedToPage.md
+++ b/api/Visio.Window.WindowTurnedToPage.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.BeforeWindowClosed.md b/api/Visio.Windows.BeforeWindowClosed.md
index 3f83bb90005..69f2692fc65 100644
--- a/api/Visio.Windows.BeforeWindowClosed.md
+++ b/api/Visio.Windows.BeforeWindowClosed.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.BeforeWindowPageTurn.md b/api/Visio.Windows.BeforeWindowPageTurn.md
index e0d054c8bbc..1f9383911c8 100644
--- a/api/Visio.Windows.BeforeWindowPageTurn.md
+++ b/api/Visio.Windows.BeforeWindowPageTurn.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.BeforeWindowSelDelete.md b/api/Visio.Windows.BeforeWindowSelDelete.md
index 82dced3f5a1..8d049ca8cf9 100644
--- a/api/Visio.Windows.BeforeWindowSelDelete.md
+++ b/api/Visio.Windows.BeforeWindowSelDelete.md
@@ -37,6 +37,6 @@ The **BeforeWindowSelDelete** event fires if user interactions cause shapes in
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.KeyDown.md b/api/Visio.Windows.KeyDown.md
index 7c82f41f5c4..706164a281a 100644
--- a/api/Visio.Windows.KeyDown.md
+++ b/api/Visio.Windows.KeyDown.md
@@ -59,7 +59,7 @@ Unlike some other Visio events, **KeyDown** does not have the prefix "Query," b
If you are using VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Windows.KeyPress.md b/api/Visio.Windows.KeyPress.md
index f3951e20de3..c7b926faa65 100644
--- a/api/Visio.Windows.KeyPress.md
+++ b/api/Visio.Windows.KeyPress.md
@@ -45,7 +45,7 @@ Unlike some other Visio events, **KeyPress** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Windows.KeyUp.md b/api/Visio.Windows.KeyUp.md
index e826e3cf732..b0551b61f6f 100644
--- a/api/Visio.Windows.KeyUp.md
+++ b/api/Visio.Windows.KeyUp.md
@@ -55,7 +55,7 @@ Unlike some other Visio events, **KeyUp** does not have the prefix "Query," but
If you are using Microsoft Visual Basic or VBA, the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Windows.MouseDown.md b/api/Visio.Windows.MouseDown.md
index 938b3c6fb13..bd8334871aa 100644
--- a/api/Visio.Windows.MouseDown.md
+++ b/api/Visio.Windows.MouseDown.md
@@ -65,7 +65,7 @@ Unlike some other Visio events, **MouseDown** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Windows.MouseMove.md b/api/Visio.Windows.MouseMove.md
index 18941e3f4ea..94fe621cde6 100644
--- a/api/Visio.Windows.MouseMove.md
+++ b/api/Visio.Windows.MouseMove.md
@@ -65,7 +65,7 @@ Unlike some other Visio events, **MouseMove** does not have the prefix "Query,"
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Windows.MouseUp.md b/api/Visio.Windows.MouseUp.md
index c1d895d966b..50d965f29c8 100644
--- a/api/Visio.Windows.MouseUp.md
+++ b/api/Visio.Windows.MouseUp.md
@@ -65,7 +65,7 @@ Unlike some other Visio events, **MouseUp** does not have the prefix "Query," b
If you are using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
## Example
diff --git a/api/Visio.Windows.OnKeystrokeMessageForAddon.md b/api/Visio.Windows.OnKeystrokeMessageForAddon.md
index d8d3a9fb654..853a1f65fa8 100644
--- a/api/Visio.Windows.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.Windows.OnKeystrokeMessageForAddon.md
@@ -56,6 +56,6 @@ The **MSGWrap** object, passed to the event handler when the **OnKeystrokeMessa
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.QueryCancelWindowClose.md b/api/Visio.Windows.QueryCancelWindowClose.md
index e9b34fd8353..d0d70ae48fd 100644
--- a/api/Visio.Windows.QueryCancelWindowClose.md
+++ b/api/Visio.Windows.QueryCancelWindowClose.md
@@ -48,6 +48,6 @@ While a Visio instance is firing a query or cancel event, it responds to inquiri
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.SelectionChanged.md b/api/Visio.Windows.SelectionChanged.md
index d1c68cb4a91..fe31e86e4c3 100644
--- a/api/Visio.Windows.SelectionChanged.md
+++ b/api/Visio.Windows.SelectionChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.ViewChanged.md b/api/Visio.Windows.ViewChanged.md
index ca42d0cafc8..193b1b72063 100644
--- a/api/Visio.Windows.ViewChanged.md
+++ b/api/Visio.Windows.ViewChanged.md
@@ -37,6 +37,6 @@ This event fires whenever the zoom level or scroll position of a **Window** obj
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.WindowActivated.md b/api/Visio.Windows.WindowActivated.md
index fe247735955..bb511da3bf9 100644
--- a/api/Visio.Windows.WindowActivated.md
+++ b/api/Visio.Windows.WindowActivated.md
@@ -37,6 +37,6 @@ The **WindowActivated** event indicates that the active window has changed in a
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.WindowChanged.md b/api/Visio.Windows.WindowChanged.md
index a7eb8b86ad5..7cbc550d12e 100644
--- a/api/Visio.Windows.WindowChanged.md
+++ b/api/Visio.Windows.WindowChanged.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.WindowCloseCanceled.md b/api/Visio.Windows.WindowCloseCanceled.md
index 7da347f6dc1..192ad57d331 100644
--- a/api/Visio.Windows.WindowCloseCanceled.md
+++ b/api/Visio.Windows.WindowCloseCanceled.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.WindowOpened.md b/api/Visio.Windows.WindowOpened.md
index caa678afae1..2e919903bad 100644
--- a/api/Visio.Windows.WindowOpened.md
+++ b/api/Visio.Windows.WindowOpened.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'WindowOpened'(**_ByVal Window As [IVWINDOW]_**)
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.Windows.WindowTurnedToPage.md b/api/Visio.Windows.WindowTurnedToPage.md
index f32cc28e5c1..cb670840acb 100644
--- a/api/Visio.Windows.WindowTurnedToPage.md
+++ b/api/Visio.Windows.WindowTurnedToPage.md
@@ -35,6 +35,6 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
If you're using Microsoft Visual Basic or Visual Basic for Applications (VBA), the syntax in this topic describes a common, efficient way to handle events.
-If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see[Event codes](../visio/Concepts/event-codesvisio.md).
+If you want to create your own **Event** objects, use the **Add** or **AddAdvise** method. To create an **Event** object that runs an add-on, use the **Add** method as it applies to the **EventList** collection. To create an **Event** object that receives notification, use the **AddAdvise** method. To find an event code for the event you want to create, see [Event codes](../visio/Concepts/event-codesvisio.md).
diff --git a/api/Visio.coauthmergeevent.md b/api/Visio.coauthmergeevent.md
index 47acc4d6251..b95df907e7f 100644
--- a/api/Visio.coauthmergeevent.md
+++ b/api/Visio.coauthmergeevent.md
@@ -8,7 +8,7 @@ ms.date: 06/08/2017
# CoauthMergeEvent Object (Visio)
-Represents the merging of changes by various authors to a document or documents. Passed as a parameter to the [Document.AfterDocumentMerge](Visio.document.afterdocumentmerge.md) and[Documents.AfterDocumentMerge](Visio.documents.afterdocumentmerge.md) events.
+Represents the merging of changes by various authors to a document or documents. Passed as a parameter to the [Document.AfterDocumentMerge](Visio.document.afterdocumentmerge.md) and [Documents.AfterDocumentMerge](Visio.documents.afterdocumentmerge.md) events.
## See also
diff --git a/api/Visio.coauthmergeevent.workingdocument.md b/api/Visio.coauthmergeevent.workingdocument.md
index 239606abeb9..235986a9acd 100644
--- a/api/Visio.coauthmergeevent.workingdocument.md
+++ b/api/Visio.coauthmergeevent.workingdocument.md
@@ -20,7 +20,7 @@ Returns a [Document](Visio.Document.md) object that represents a merged document
## Remarks
-Changes to the merged document returned by the **WorkingDocument** property are what fire the[Document.AfterDocumentMerge](Visio.document.afterdocumentmerge.md) or[Documents.AfterDcoumentMerge](Visio.documents.afterdocumentmerge.md) event represented by the specified **CoauthMergeEvent** object.
+Changes to the merged document returned by the **WorkingDocument** property are what fire the [Document.AfterDocumentMerge](Visio.document.afterdocumentmerge.md) or [Documents.AfterDcoumentMerge](Visio.documents.afterdocumentmerge.md) event represented by the specified **CoauthMergeEvent** object.
## Property value
diff --git a/api/Visio.replaceshapesevent.md b/api/Visio.replaceshapesevent.md
index c1b22243f40..dff94128cfd 100644
--- a/api/Visio.replaceshapesevent.md
+++ b/api/Visio.replaceshapesevent.md
@@ -8,7 +8,7 @@ ms.date: 06/08/2017
# ReplaceShapesEvent Object (Visio)
-Represents a shape-replacement operation initiated by the [Selection.ReplaceShape](Visio.selection.replaceshape.md) or the[Shape.ReplaceShape](Visio.shape.replaceshape.md) method.
+Represents a shape-replacement operation initiated by the [Selection.ReplaceShape](Visio.selection.replaceshape.md) or the [Shape.ReplaceShape](Visio.shape.replaceshape.md) method.
## Remarks
diff --git a/api/Visio.replaceshapesevent.replacementmaster.md b/api/Visio.replaceshapesevent.replacementmaster.md
index 7ea1e4a1ce4..1f5dae44f4f 100644
--- a/api/Visio.replaceshapesevent.replacementmaster.md
+++ b/api/Visio.replaceshapesevent.replacementmaster.md
@@ -20,7 +20,7 @@ Returns the replacement shape to drop. Read-only.
## Remarks
-The replacement shape is an object of type [Master](Visio.Master.md) or[MasterShortcut](Visio.MasterShortcut.md).
+The replacement shape is an object of type [Master](Visio.Master.md) or [MasterShortcut](Visio.MasterShortcut.md).
## Property value
diff --git a/api/Visio.selection.replaceshape.md b/api/Visio.selection.replaceshape.md
index cd420b76698..82481c6a11a 100644
--- a/api/Visio.selection.replaceshape.md
+++ b/api/Visio.selection.replaceshape.md
@@ -25,7 +25,7 @@ Replaces the specified selection with one or more instances of the master passed
|**Name**|**Required/Optional**|**Data type**|**Description**|
|:-----|:-----|:-----|:-----|
|||||
-| _MasterOrMasterShortcutToDrop_|Required|UNKNOWN|Specifies the replacement shape or shapes to drop. Must be either a [Master](Visio.Master.md) or[MasterShortcut](Visio.MasterShortcut.md) object.|
+| _MasterOrMasterShortcutToDrop_|Required|UNKNOWN|Specifies the replacement shape or shapes to drop. Must be either a [Master](Visio.Master.md) or [MasterShortcut](Visio.MasterShortcut.md) object.|
| _ReplaceFlags_|Optional|INT32|Specifies the properties of the original shape or shapes to retain in the new shape or shapes. Possible values include any of the [VisReplaceFlags](Visio.visreplaceflags.md) constants, and certain combinations of those constants. See Remarks for more information.|
### Return value
diff --git a/api/Visio.shape.replaceshape.md b/api/Visio.shape.replaceshape.md
index dd4cfb77245..08c5fd3f082 100644
--- a/api/Visio.shape.replaceshape.md
+++ b/api/Visio.shape.replaceshape.md
@@ -25,7 +25,7 @@ Replaces the specified shape with an instance of the master passed as the first
|**Name**|**Required/Optional**|**Data type**|**Description**|
|:-----|:-----|:-----|:-----|
|||||
-| _MasterOrMasterShortcutToDrop_|Required|UNKNOWN|Specifies the replacement shape to drop. Must be either a [Master](Visio.Master.md) or[MasterShortcut](Visio.MasterShortcut.md) object.|
+| _MasterOrMasterShortcutToDrop_|Required|UNKNOWN|Specifies the replacement shape to drop. Must be either a [Master](Visio.Master.md) or [MasterShortcut](Visio.MasterShortcut.md) object.|
| _ReplaceFlags_|Optional|INT32|Specifies the properties of the original shape to retain in the new shape. Possible values include any of the [VisReplaceFlags](Visio.visreplaceflags.md) constants, and certain combinations of those constants. See Remarks for more information.|
### Return value
diff --git a/api/Visio.visquickstylecolors.md b/api/Visio.visquickstylecolors.md
index 36eb858251d..d0367c60f48 100644
--- a/api/Visio.visquickstylecolors.md
+++ b/api/Visio.visquickstylecolors.md
@@ -8,7 +8,7 @@ ms.date: 06/08/2017
# VisQuickStyleColors Enumeration (Visio)
-Quick style color constants passed to the [Selection.SetQuickStyle](Visio.selection.setquickstyle.md) and[Shape.SetQuickStyle](Visio.shape.setquickstyle.md) methods.
+Quick style color constants passed to the [Selection.SetQuickStyle](Visio.selection.setquickstyle.md) and [Shape.SetQuickStyle](Visio.shape.setquickstyle.md) methods.
## Members
diff --git a/api/Visio.visquickstylematrixindices.md b/api/Visio.visquickstylematrixindices.md
index de9ba57b948..dab1a47ba7d 100644
--- a/api/Visio.visquickstylematrixindices.md
+++ b/api/Visio.visquickstylematrixindices.md
@@ -8,7 +8,7 @@ ms.date: 06/08/2017
# VisQuickStyleMatrixIndices Enumeration (Visio)
-Quick Style shape-style constants passed to the [Selection.SetQuickStyle](Visio.selection.setquickstyle.md) and[Shape.SetQuickStyle](Visio.shape.setquickstyle.md) methods.
+Quick Style shape-style constants passed to the [Selection.SetQuickStyle](Visio.selection.setquickstyle.md) and [Shape.SetQuickStyle](Visio.shape.setquickstyle.md) methods.
## Members
diff --git a/api/Visio.visreplaceflags.md b/api/Visio.visreplaceflags.md
index c39b0ce0277..db36973aca0 100644
--- a/api/Visio.visreplaceflags.md
+++ b/api/Visio.visreplaceflags.md
@@ -8,7 +8,7 @@ ms.date: 06/08/2017
# VisReplaceFlags Enumeration (Visio)
-Shape-replacement flags sent to the [Shape.ReplaceShape](Visio.shape.replaceshape.md) and[Selection.ReplaceShape](Visio.selection.replaceshape.md) methods and returned by the[ReplaceShapesEvent.ReplaceFlags](Visio.replaceshapesevent.replaceflags.md) property, singly or in combination.
+Shape-replacement flags sent to the [Shape.ReplaceShape](Visio.shape.replaceshape.md) and [Selection.ReplaceShape](Visio.selection.replaceshape.md) methods and returned by the [ReplaceShapesEvent.ReplaceFlags](Visio.replaceshapesevent.replaceflags.md) property, singly or in combination.
## Members
diff --git a/api/Word.Application.ActivePrinter.md b/api/Word.Application.ActivePrinter.md
index 9ca87937192..258aee43646 100644
--- a/api/Word.Application.ActivePrinter.md
+++ b/api/Word.Application.ActivePrinter.md
@@ -25,7 +25,7 @@ Returns or sets the name of the active printer. Read/write **String** .
## Remarks
-Setting the printer using the **ActivePrinter** property changes the default printer. For more information, see[Setting ActivePrinter Changes System Default Printer](https://go.microsoft.com/fwlink/?LinkId=61996) .
+Setting the printer using the **ActivePrinter** property changes the default printer. For more information, see [Setting ActivePrinter Changes System Default Printer](https://go.microsoft.com/fwlink/?LinkId=61996) .
## Example
diff --git a/api/Word.Application.AddIns.md b/api/Word.Application.AddIns.md
index da7338bc25b..133dd00a544 100644
--- a/api/Word.Application.AddIns.md
+++ b/api/Word.Application.AddIns.md
@@ -25,7 +25,7 @@ Returns an **[AddIns](Word.addins.md)** collection that represents all availabl
## Remarks
-The **AddIns** collection includes the global templates and Word add-in libraries (WLLs) listed in the **Templates and Add-ins** dialog box. For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+The **AddIns** collection includes the global templates and Word add-in libraries (WLLs) listed in the **Templates and Add-ins** dialog box. For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.Application.CustomDictionaries.md b/api/Word.Application.CustomDictionaries.md
index 2e952ce9517..cf9d751776c 100644
--- a/api/Word.Application.CustomDictionaries.md
+++ b/api/Word.Application.CustomDictionaries.md
@@ -25,7 +25,7 @@ Returns a **[Dictionaries](Word.dictionaries.md)** object that represents the c
## Remarks
-Active custom dictionaries are marked with a check in the **Custom Dictionaries** dialog box. For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+Active custom dictionaries are marked with a check in the **Custom Dictionaries** dialog box. For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.Application.DocumentBeforePrint.md b/api/Word.Application.DocumentBeforePrint.md
index aa53a758e10..26f83abf601 100644
--- a/api/Word.Application.DocumentBeforePrint.md
+++ b/api/Word.Application.DocumentBeforePrint.md
@@ -34,7 +34,7 @@ Private Sub _expression_ _'DocumentBeforePrint'(**_ByVal Doc As Document_** , *
## Remarks
-For more information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+For more information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
## Example
diff --git a/api/Word.Application.DocumentBeforeSave.md b/api/Word.Application.DocumentBeforeSave.md
index 1902cd9afc2..66593512a83 100644
--- a/api/Word.Application.DocumentBeforeSave.md
+++ b/api/Word.Application.DocumentBeforeSave.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'DocumentBeforeSave'(**_ByVal DocAs Document_** , **_
## Remarks
-For more information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+For more information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
## Example
diff --git a/api/Word.Application.DocumentChange.md b/api/Word.Application.DocumentChange.md
index 611e12a9b3c..f4bb7719de5 100644
--- a/api/Word.Application.DocumentChange.md
+++ b/api/Word.Application.DocumentChange.md
@@ -25,7 +25,7 @@ Private Sub _expression_ _'DocumentChange'()
## Remarks
-For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
## Example
diff --git a/api/Word.Application.DocumentOpen.md b/api/Word.Application.DocumentOpen.md
index 462a11f7b73..91cb9135b4f 100644
--- a/api/Word.Application.DocumentOpen.md
+++ b/api/Word.Application.DocumentOpen.md
@@ -33,7 +33,7 @@ Private Sub _expression_ _'DocumentOpen'(**_ByVal Doc As Document_**)
## Remarks
- For more information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ For more information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
## Example
diff --git a/api/Word.Application.DocumentSync.md b/api/Word.Application.DocumentSync.md
index 3e056863985..8d3c8dcc205 100644
--- a/api/Word.Application.DocumentSync.md
+++ b/api/Word.Application.DocumentSync.md
@@ -34,7 +34,7 @@ Private Sub_**DocumentSync**(**_Doc_** , **_SyncEventType_**)
## Remarks
-For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
## Example
diff --git a/api/Word.Application.Documents.md b/api/Word.Application.Documents.md
index 2aa02e9cad1..eaef50001ab 100644
--- a/api/Word.Application.Documents.md
+++ b/api/Word.Application.Documents.md
@@ -28,7 +28,7 @@ Returns a **[Documents](Word.documents.md)** collection that represents all the
For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
- **Note** A document displayed in a protected view window is not a member of the **[Documents](Word.Application.Documents.md)** collection. Instead, use the[Document](Word.Document.md) property of the[ProtectedViewWindow](Word.ProtectedViewWindow.md) object to access a document that is displayed in a protected view window.
+ **Note** A document displayed in a protected view window is not a member of the **[Documents](Word.Application.Documents.md)** collection. Instead, use the [Document](Word.Document.md) property of the [ProtectedViewWindow](Word.ProtectedViewWindow.md) object to access a document that is displayed in a protected view window.
## Example
diff --git a/api/Word.Application.EPostageInsert.md b/api/Word.Application.EPostageInsert.md
index 483b50b63e5..87a1e31eb7d 100644
--- a/api/Word.Application.EPostageInsert.md
+++ b/api/Word.Application.EPostageInsert.md
@@ -20,7 +20,7 @@ Occurs when a user inserts electronic postage into a document.
_expression_. `Private Sub object_EPostageInsert`( `_ByVal Doc As Document_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.EPostageInsertEx.md b/api/Word.Application.EPostageInsertEx.md
index 823a711d9d4..526d652cde3 100644
--- a/api/Word.Application.EPostageInsertEx.md
+++ b/api/Word.Application.EPostageInsertEx.md
@@ -20,7 +20,7 @@ Occurs when a user inserts electronic postage into a document.
_expression_. `EPostageInsertEx`( `_Doc_` , `_cpDeliveryAddrStart_` , `_cpDeliveryAddrEnd_` , `_cpReturnAddrStart_` , `_cpReturnAddrEnd_` , `_xaWidth_` , `_yaHeight_` , `_bstrPrinterName_` , `_bstrPaperFeed_` , `_fPrint_` , `_fCancel_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.EPostagePropertyDialog.md b/api/Word.Application.EPostagePropertyDialog.md
index 32a37793223..8843ed1586c 100644
--- a/api/Word.Application.EPostagePropertyDialog.md
+++ b/api/Word.Application.EPostagePropertyDialog.md
@@ -20,7 +20,7 @@ Occurs when a user clicks the **E-postage Properties** (**Labels and Envelopes*
_expression_. `Private Sub object_EPostagePropertyDialog`( `_ByVal Doc As Document_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.ListGalleries.md b/api/Word.Application.ListGalleries.md
index 3971f52e07a..951a8c52538 100644
--- a/api/Word.Application.ListGalleries.md
+++ b/api/Word.Application.ListGalleries.md
@@ -25,7 +25,7 @@ Returns a **[ListGalleries](Word.listgalleries.md)** collection that represents
## Remarks
-Each template gallery (Bulleted, Numbered, and Outline Numbered) corresponds to a tab in the **Bullets and Numbering** dialog box (**Format** menu). For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+Each template gallery (Bulleted, Numbered, and Outline Numbered) corresponds to a tab in the **Bullets and Numbering** dialog box (**Format** menu). For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.Application.MailMergeAfterMerge.md b/api/Word.Application.MailMergeAfterMerge.md
index bcc57fa5c8f..dbed8649617 100644
--- a/api/Word.Application.MailMergeAfterMerge.md
+++ b/api/Word.Application.MailMergeAfterMerge.md
@@ -20,7 +20,7 @@ Occurs after all records in a mail merge have merged successfully.
_expression_. `Private Sub object_MailMergeAfterMerge`( `_ByVal Doc As Document_` , `_ByVal DocResult As Document_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.MailMergeAfterRecordMerge.md b/api/Word.Application.MailMergeAfterRecordMerge.md
index 43c68e1d5f3..d62f5530b96 100644
--- a/api/Word.Application.MailMergeAfterRecordMerge.md
+++ b/api/Word.Application.MailMergeAfterRecordMerge.md
@@ -20,7 +20,7 @@ Occurs after each record in the data source successfully merges in a mail merge.
_expression_. `Private Sub object_MailMergeAfterRecordMerge`( `_ByVal Doc As Document_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.MailMergeBeforeMerge.md b/api/Word.Application.MailMergeBeforeMerge.md
index 037d2f7d951..63529ce024d 100644
--- a/api/Word.Application.MailMergeBeforeMerge.md
+++ b/api/Word.Application.MailMergeBeforeMerge.md
@@ -20,7 +20,7 @@ Occurs when a merge is executed before any records merge.
_expression_. `Private Sub object_MailMergeBeforeMerge`( `_ByVal Doc As Document_` , `_ByVal StartRecord As Long_` , `_ByVal EndRecord As Long_` , `_Cancel As Boolean_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.MailMergeBeforeRecordMerge.md b/api/Word.Application.MailMergeBeforeRecordMerge.md
index 0d09aaea7b2..ffb57d54830 100644
--- a/api/Word.Application.MailMergeBeforeRecordMerge.md
+++ b/api/Word.Application.MailMergeBeforeRecordMerge.md
@@ -20,7 +20,7 @@ Occurs as a merge is executed for the individual records in a merge.
_expression_. `Private Sub object_MailMergeBeforeRecordMerge`( `_ByVal Doc As Document_` , `_Cancel As Boolean_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.MailMergeDataSourceLoad.md b/api/Word.Application.MailMergeDataSourceLoad.md
index 9fc9f14c1d1..7a623e1b6a4 100644
--- a/api/Word.Application.MailMergeDataSourceLoad.md
+++ b/api/Word.Application.MailMergeDataSourceLoad.md
@@ -20,7 +20,7 @@ Occurs when the data source is loaded for a mail merge.
_expression_. `Private Sub object_MailMergeDataSourceLoad`( `_ByVal Doc As Document_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.MailMergeDataSourceValidate.md b/api/Word.Application.MailMergeDataSourceValidate.md
index c9efb2c8230..ea7896d737d 100644
--- a/api/Word.Application.MailMergeDataSourceValidate.md
+++ b/api/Word.Application.MailMergeDataSourceValidate.md
@@ -39,7 +39,7 @@ If you do not have address verification software installed on your computer, the
**Note** The Handled parameter does not function correctly in this version of the event; use the **[MailMergeDataSourceValidate2](Word.Application.MailMergeDataSourceValidate2.md)** event. In addition, you cannot raise this event from within a Microsoft Visual Basic for Applications (VBA) project. This event functions correctly only in COM add-ins. For managed add-ins and external applications, use the **MailMergeDataSourceValidate2** event.
-For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
## See also
diff --git a/api/Word.Application.MailMergeWizardSendToCustom.md b/api/Word.Application.MailMergeWizardSendToCustom.md
index 01fef8974f8..a560b9a76a7 100644
--- a/api/Word.Application.MailMergeWizardSendToCustom.md
+++ b/api/Word.Application.MailMergeWizardSendToCustom.md
@@ -35,7 +35,7 @@ Private Sub _expression_ _'MailMergeWizardSendToCustom'(**_ByVal Doc As Documen
Use the **ShowSendToCustom** property to create a custom button on the sixth step of the Mail Merge Wizard.
-For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
## Example
diff --git a/api/Word.Application.MailMergeWizardStateChange.md b/api/Word.Application.MailMergeWizardStateChange.md
index 0258bbba06e..098fa9bf2a3 100644
--- a/api/Word.Application.MailMergeWizardStateChange.md
+++ b/api/Word.Application.MailMergeWizardStateChange.md
@@ -20,7 +20,7 @@ Occurs when a user changes from a specified step to a specified step in the Mail
_expression_. `Private Sub object_MailMergeWizardStateChange`( `_ByVal Doc As Document_` , `_FromState As Long_` , `_ToState As Long_` , `_Handled As Boolean_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.ProtectedViewWindowBeforeClose.md b/api/Word.Application.ProtectedViewWindowBeforeClose.md
index 0c24aca33e3..db0399efa28 100644
--- a/api/Word.Application.ProtectedViewWindowBeforeClose.md
+++ b/api/Word.Application.ProtectedViewWindowBeforeClose.md
@@ -32,7 +32,7 @@ Occurs immediately before a protected view window or a document in a protected v
| _PvWindow_|Required| **ProtectedViewWindow**|The protected view window that is closed.|
| _CloseReason_|Required| **[INT]**|A constant in the [WdProtectedViewCloseReason](Word.WdProtectedViewCloseReason.md) enumeration that specifies the reason the protected view window is closed.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the window does not close when the procedure is finished.
- **Note** If the **ProtectedViewWindowsBeforeClose** event is called as part of the[ProtectedView.Edit](Word.ProtectedViewWindow.Edit.md) method, setting _Cancel_ to **True** produces no action.
+ **Note** If the **ProtectedViewWindowsBeforeClose** event is called as part of the [ProtectedView.Edit](Word.ProtectedViewWindow.Edit.md) method, setting _Cancel_ to **True** produces no action.
|
diff --git a/api/Word.Application.Quit(even).md b/api/Word.Application.Quit(even).md
index 12a08e34bb8..a62304deeb6 100644
--- a/api/Word.Application.Quit(even).md
+++ b/api/Word.Application.Quit(even).md
@@ -25,7 +25,7 @@ Private Sub Application_**Quit**()
## Remarks
-For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
## Example
diff --git a/api/Word.Application.WindowActivate.md b/api/Word.Application.WindowActivate.md
index 11edf4d9954..023696ba6fd 100644
--- a/api/Word.Application.WindowActivate.md
+++ b/api/Word.Application.WindowActivate.md
@@ -20,7 +20,7 @@ Occurs when any document window is activated.
_expression_. `Private Sub object_WindowActivate`( `_ByVal Doc As Document_` , `_ByVal Wn As Window_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For more information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For more information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.WindowBeforeDoubleClick.md b/api/Word.Application.WindowBeforeDoubleClick.md
index 55d760c58a0..677a16408de 100644
--- a/api/Word.Application.WindowBeforeDoubleClick.md
+++ b/api/Word.Application.WindowBeforeDoubleClick.md
@@ -20,7 +20,7 @@ Occurs when the editing area of a document window is double-clicked, before the
_expression_. `Private Sub object_WindowBeforeDoubleClick`( `_ByVal Sel As Selection_` , `_Cancel As Boolean_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For more information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For more information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.WindowBeforeRightClick.md b/api/Word.Application.WindowBeforeRightClick.md
index 956222fe873..c0cf72c2b73 100644
--- a/api/Word.Application.WindowBeforeRightClick.md
+++ b/api/Word.Application.WindowBeforeRightClick.md
@@ -34,7 +34,7 @@ Private Sub _expression_ ._'WindowBeforeRightClick'(**_ByVal Sel As Selection_*
## Remarks
-For more information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+For more information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
## Example
diff --git a/api/Word.Application.WindowSize.md b/api/Word.Application.WindowSize.md
index 0468c5b4c6e..7e8991b21a3 100644
--- a/api/Word.Application.WindowSize.md
+++ b/api/Word.Application.WindowSize.md
@@ -20,7 +20,7 @@ Occurs when the application window is resized or moved.
_expression_. `Private Sub object_WindowSize`( `_ByVal Doc As Document_` , `_ByVal Wn As Window_` )
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared with events in a class module. For information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.XMLSelectionChange.md b/api/Word.Application.XMLSelectionChange.md
index 53e30a1c4f5..76f315192b5 100644
--- a/api/Word.Application.XMLSelectionChange.md
+++ b/api/Word.Application.XMLSelectionChange.md
@@ -20,7 +20,7 @@ Occurs when the parent XML node of the current selection changes.
Private Sub _expression_ _'XMLSelectionChange'(**_Sel_** , **_OldXMLNode_** , **_NewXMLNode_** , **_Reason_**)
- _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared in a class module by using the **WithEvents** keyword. For more information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object that has been declared in a class module by using the **WithEvents** keyword. For more information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.Application.XMLValidationError.md b/api/Word.Application.XMLValidationError.md
index 9bd0f44126f..53ef4755a9b 100644
--- a/api/Word.Application.XMLValidationError.md
+++ b/api/Word.Application.XMLValidationError.md
@@ -20,7 +20,7 @@ Occurs when there is a validation error in the document.
Private Sub _expression_ _'XMLValidationError'(**_XMLNode As XMLNode_**)
- _expression_ A variable that represents an '[Application](Word.Application.md)' object. An object of type **Application** that has been declared in a class module by using the **WithEvents** keyword. For more information about using events with the **Application** object, see[Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
+ _expression_ A variable that represents an '[Application](Word.Application.md)' object. An object of type **Application** that has been declared in a class module by using the **WithEvents** keyword. For more information about using events with the **Application** object, see [Using Events with the Application Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md).
### Parameters
diff --git a/api/Word.AutoCorrect.Entries.md b/api/Word.AutoCorrect.Entries.md
index f5d0a15b8d3..6647eba0d59 100644
--- a/api/Word.AutoCorrect.Entries.md
+++ b/api/Word.AutoCorrect.Entries.md
@@ -25,7 +25,7 @@ Returns an **[AutoCorrectEntries](Word.autocorrectentries.md)** collection that
## Remarks
-This list corresponds to the list of AutoCorrect entries on the **AutoCorrect** tab in the **AutoCorrect** dialog box. Read-only. For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+This list corresponds to the list of AutoCorrect entries on the **AutoCorrect** tab in the **AutoCorrect** dialog box. Read-only. For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.AutoCorrect.FirstLetterExceptions.md b/api/Word.AutoCorrect.FirstLetterExceptions.md
index b07ddae7103..5a68b4fa320 100644
--- a/api/Word.AutoCorrect.FirstLetterExceptions.md
+++ b/api/Word.AutoCorrect.FirstLetterExceptions.md
@@ -25,7 +25,7 @@ Returns a **[FirstLetterExceptions](Word.firstletterexceptions.md)** collection
## Remarks
-This list corresponds to the list of AutoCorrect exceptions on the **First Letter** tab in the **AutoCorrect Exceptions** dialog box. For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+This list corresponds to the list of AutoCorrect exceptions on the **First Letter** tab in the **AutoCorrect Exceptions** dialog box. For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.AutoCorrect.TwoInitialCapsExceptions.md b/api/Word.AutoCorrect.TwoInitialCapsExceptions.md
index b514d0f95c6..ce551eb61ae 100644
--- a/api/Word.AutoCorrect.TwoInitialCapsExceptions.md
+++ b/api/Word.AutoCorrect.TwoInitialCapsExceptions.md
@@ -25,7 +25,7 @@ Returns a **[TwoInitialCapsExceptions](Word.twoinitialcapsexceptions.md)** coll
## Remarks
-This list corresponds to the list of AutoCorrect exceptions on the INitial CAps tab in the **AutoCorrect Exceptions** dialog box (**AutoCorrect Options** command, **Tools** menu). For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+This list corresponds to the list of AutoCorrect exceptions on the INitial CAps tab in the **AutoCorrect Exceptions** dialog box (**AutoCorrect Options** command, **Tools** menu). For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.AutoCorrectEntries.Application.md b/api/Word.AutoCorrectEntries.Application.md
index 6d885082e89..7791fc861be 100644
--- a/api/Word.AutoCorrectEntries.Application.md
+++ b/api/Word.AutoCorrectEntries.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](Word.Application.md)** object that represents the Mi
_expression_. `Application`
- _expression_ A variable that represents an[AutoCorrectEntries](Word.autocorrectentries.md) object.
+ _expression_ A variable that represents an [AutoCorrectEntries](Word.autocorrectentries.md) object.
## See also
diff --git a/api/Word.Bibliography.md b/api/Word.Bibliography.md
index 845e9eff295..911c29c4179 100644
--- a/api/Word.Bibliography.md
+++ b/api/Word.Bibliography.md
@@ -18,7 +18,7 @@ Represents the list of sources available attached to the document (in the curren
## Remarks
-Biblographies are composed of sources. Also see the **[Source](Word.Source.md)** object and the **[Sources](Word.Sources.md)** collection. For more information, see[Working with Bibliographies](../word/Concepts/Working-with-Word/working-with-bibliographies.md).
+Biblographies are composed of sources. Also see the **[Source](Word.Source.md)** object and the **[Sources](Word.Sources.md)** collection. For more information, see [Working with Bibliographies](../word/Concepts/Working-with-Word/working-with-bibliographies.md).
## See also
diff --git a/api/Word.Bookmark.Select.md b/api/Word.Bookmark.Select.md
index 2d0b0464e6a..62f24ff1b50 100644
--- a/api/Word.Bookmark.Select.md
+++ b/api/Word.Bookmark.Select.md
@@ -25,7 +25,7 @@ Selects the specified bookmark.
## Remarks
-After using this method, use the **Selection** object to work with the selected items. For more information, see[Working with the Selection object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **Selection** object to work with the selected items. For more information, see [Working with the Selection object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Cell.Select.md b/api/Word.Cell.Select.md
index 78884c533a0..d75228670ec 100644
--- a/api/Word.Cell.Select.md
+++ b/api/Word.Cell.Select.md
@@ -25,7 +25,7 @@ Selects the specified object.
## Remarks
-After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see[Working with the Selection object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see [Working with the Selection object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Column.Select.md b/api/Word.Column.Select.md
index 8d6ab15260a..6d72bafb319 100644
--- a/api/Word.Column.Select.md
+++ b/api/Word.Column.Select.md
@@ -25,7 +25,7 @@ Selects the specified table column.
## Remarks
-After using this method, use the **[Selection](Word.Selection.md)** property to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **[Selection](Word.Selection.md)** property to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Columns.Select.md b/api/Word.Columns.Select.md
index 4b47211a173..11537d92627 100644
--- a/api/Word.Columns.Select.md
+++ b/api/Word.Columns.Select.md
@@ -25,7 +25,7 @@ Selects the specified table columns.
## Remarks
-After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Conflict.Accept.md b/api/Word.Conflict.Accept.md
index e393a90ed63..6f38a6440d1 100644
--- a/api/Word.Conflict.Accept.md
+++ b/api/Word.Conflict.Accept.md
@@ -46,7 +46,7 @@ For Each conf In ActiveDocument.CoAuthoring.Conflicts
Next conf
```
-Alternatively, you can use the [AcceptAll](Word.Conflicts.AcceptAll.md) method of the[Conflicts](Word.Conflicts.md) collection object to accept all the conflicts in a document, as shown in the following code example.
+Alternatively, you can use the [AcceptAll](Word.Conflicts.AcceptAll.md) method of the [Conflicts](Word.Conflicts.md) collection object to accept all the conflicts in a document, as shown in the following code example.
diff --git a/api/Word.Conflict.Range.md b/api/Word.Conflict.Range.md
index be93128760c..345bda69d12 100644
--- a/api/Word.Conflict.Range.md
+++ b/api/Word.Conflict.Range.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Conflict.Range Property (Word)
- Returns a[Range](Word.Range.md) object that represents the portion of a document that is contained in the specified object. Read-only.
+ Returns a [Range](Word.Range.md) object that represents the portion of a document that is contained in the specified object. Read-only.
## Syntax
diff --git a/api/Word.Conflict.Reject.md b/api/Word.Conflict.Reject.md
index b16348ba1a5..1d9bc596666 100644
--- a/api/Word.Conflict.Reject.md
+++ b/api/Word.Conflict.Reject.md
@@ -46,7 +46,7 @@ For Each conf In ActiveDocument.CoAuthoring.Conflicts
Next conf
```
-Alternatively, you can use the [RejectAll](Word.Conflicts.RejectAll.md) method of the[Conflicts](Word.Conflicts.md) collection object to reject all the conflicts in a document, as shown in the following code example.
+Alternatively, you can use the [RejectAll](Word.Conflicts.RejectAll.md) method of the [Conflicts](Word.Conflicts.md) collection object to reject all the conflicts in a document, as shown in the following code example.
diff --git a/api/Word.Conflict.md b/api/Word.Conflict.md
index 7a77b583c93..b6d5c71b9a0 100644
--- a/api/Word.Conflict.md
+++ b/api/Word.Conflict.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Conflict Object (Word)
-Represents a conflicting edit in a co authored document. The type of a **Conflict** object is specified by the[WdRevisionType](Word.WdRevisionType.md) enumeration.
+Represents a conflicting edit in a co authored document. The type of a **Conflict** object is specified by the [WdRevisionType](Word.WdRevisionType.md) enumeration.
## Remarks
diff --git a/api/Word.Conflicts.md b/api/Word.Conflicts.md
index 4cddbe19230..acc8e4292cc 100644
--- a/api/Word.Conflicts.md
+++ b/api/Word.Conflicts.md
@@ -10,7 +10,7 @@ ms.date: 06/08/2017
# Conflicts Object (Word)
- A collection of[Conflict](Word.Conflict.md) objects that represents the conflicts in a document. The type of a **Conflict** object is specified by the[WdRevisionType](Word.WdRevisionType.md) enumeration.
+ A collection of[Conflict](Word.Conflict.md) objects that represents the conflicts in a document. The type of a **Conflict** object is specified by the [WdRevisionType](Word.WdRevisionType.md) enumeration.
## Remarks
diff --git a/api/Word.ContentControl.Range.md b/api/Word.ContentControl.Range.md
index b4fd293642e..2a8adc6b856 100644
--- a/api/Word.ContentControl.Range.md
+++ b/api/Word.ContentControl.Range.md
@@ -25,7 +25,7 @@ Returns a **[Range](Word.Range.md)** that represents the contents of the conten
## Remarks
-Use the **Range** property to access the text, the formatting for the text, and other text properties. For more information, see[Working with Range Objects](../word/Concepts/Working-with-Word/working-with-range-objects.md).
+Use the **Range** property to access the text, the formatting for the text, and other text properties. For more information, see [Working with Range Objects](../word/Concepts/Working-with-Word/working-with-range-objects.md).
## Example
diff --git a/api/Word.ContentControls.md b/api/Word.ContentControls.md
index 46a3a07ae30..34e83512708 100644
--- a/api/Word.ContentControls.md
+++ b/api/Word.ContentControls.md
@@ -69,7 +69,7 @@ If objcc.Type = wdContentControlComboBox Or _
End If
```
-Use the **ContentControl** object to work with individual content controls. For more information, see[Working with Content Controls](../word/Concepts/Working-with-Word/working-with-content-controls.md).
+Use the **ContentControl** object to work with individual content controls. For more information, see [Working with Content Controls](../word/Concepts/Working-with-Word/working-with-content-controls.md).
## Methods
diff --git a/api/Word.DataLabel.Formula.md b/api/Word.DataLabel.Formula.md
index e62496e1d80..6bf107431ec 100644
--- a/api/Word.DataLabel.Formula.md
+++ b/api/Word.DataLabel.Formula.md
@@ -30,7 +30,7 @@ String
## Remarks
-For more information about A1-style notation, see[How to: Refer to Cells and Ranges by Using A1 Notation](../excel/Concepts/Cells-and-Ranges/refer-to-cells-and-ranges-by-using-a1-notation.md).
+For more information about A1-style notation, see [How to: Refer to Cells and Ranges by Using A1 Notation](../excel/Concepts/Cells-and-Ranges/refer-to-cells-and-ranges-by-using-a1-notation.md).
## See also
diff --git a/api/Word.DisplayUnitLabel.Formula.md b/api/Word.DisplayUnitLabel.Formula.md
index a83360e2150..59dcae4e4a8 100644
--- a/api/Word.DisplayUnitLabel.Formula.md
+++ b/api/Word.DisplayUnitLabel.Formula.md
@@ -30,7 +30,7 @@ String
## Remarks
-For more information about A1-style notation, see[How to: Refer to Cells and Ranges by Using A1 Notation](../excel/Concepts/Cells-and-Ranges/refer-to-cells-and-ranges-by-using-a1-notation.md).
+For more information about A1-style notation, see [How to: Refer to Cells and Ranges by Using A1 Notation](../excel/Concepts/Cells-and-Ranges/refer-to-cells-and-ranges-by-using-a1-notation.md).
## See also
diff --git a/api/Word.Document.ApplyQuickStyleSet2.md b/api/Word.Document.ApplyQuickStyleSet2.md
index a8df36eb3d6..22a826b3c5c 100644
--- a/api/Word.Document.ApplyQuickStyleSet2.md
+++ b/api/Word.Document.ApplyQuickStyleSet2.md
@@ -29,7 +29,7 @@ Applies the specified Quick Style set to the document.
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
-| _Style_|Required| **Variant**|Can be either a **String** that specifies the name of the set to use (corresponds to the name listed in the **Style Set** list) or a constant from the[WdApplyQuickStyleSets](Word.WdApplyQuickStyleSets.md) enumeration.|
+| _Style_|Required| **Variant**|Can be either a **String** that specifies the name of the set to use (corresponds to the name listed in the **Style Set** list) or a constant from the [WdApplyQuickStyleSets](Word.WdApplyQuickStyleSets.md) enumeration.|
## See also
diff --git a/api/Word.Document.BuildingBlockInsert.md b/api/Word.Document.BuildingBlockInsert.md
index d9ea1819673..b6abcbd1103 100644
--- a/api/Word.Document.BuildingBlockInsert.md
+++ b/api/Word.Document.BuildingBlockInsert.md
@@ -37,7 +37,7 @@ Private Sub _expression_ _'BuildingBlockInsert'(**_Range_** , **_Name_** , **_C
## Remarks
-For information about using events with a **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+For information about using events with a **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
## See also
diff --git a/api/Word.Document.BuiltInDocumentProperties.md b/api/Word.Document.BuiltInDocumentProperties.md
index 3e4042b8164..37f8dac2bbd 100644
--- a/api/Word.Document.BuiltInDocumentProperties.md
+++ b/api/Word.Document.BuiltInDocumentProperties.md
@@ -27,7 +27,7 @@ Returns a **DocumentProperties** collection that represents all the built-in do
To return a single **DocumentProperty** object that represents a specific built-in document property, use the **BuiltinDocumentProperties** property. If Microsoft Word doesn't define a value for one of the built-in document properties, reading the **Value** property for that document property generates an error.
- For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+ For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
Use the **CustomDocumentProperties** property to return the collection of custom document properties.
diff --git a/api/Word.Document.Close(even).md b/api/Word.Document.Close(even).md
index 2e59fc8ba0d..31c46824546 100644
--- a/api/Word.Document.Close(even).md
+++ b/api/Word.Document.Close(even).md
@@ -29,7 +29,7 @@ If the event procedure is stored in a template, the procedure will run when a ne
-For information about using events with a **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+For information about using events with a **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
diff --git a/api/Word.Document.CoAuthoring.md b/api/Word.Document.CoAuthoring.md
index 4ff4edb6456..d0dcfbf77b7 100644
--- a/api/Word.Document.CoAuthoring.md
+++ b/api/Word.Document.CoAuthoring.md
@@ -25,7 +25,7 @@ Returns a [CoAuthoring](Word.CoAuthoring.md) object that provides the entry poin
## Remarks
-The [CoAuthoring](Word.CoAuthoring.md) object provides information about co authoring at the document level. For example, the[CoAuthoring](Word.CoAuthoring.md) object can provide information about whether there are any locks in the document, which users have current locks on the document, or whether or not updates to the document content is available from the server. Use the **CoAuthoring** property to return the[CoAuthoring](Word.CoAuthoring.md) object.
+The [CoAuthoring](Word.CoAuthoring.md) object provides information about co authoring at the document level. For example, the [CoAuthoring](Word.CoAuthoring.md) object can provide information about whether there are any locks in the document, which users have current locks on the document, or whether or not updates to the document content is available from the server. Use the **CoAuthoring** property to return the [CoAuthoring](Word.CoAuthoring.md) object.
## Example
diff --git a/api/Word.Document.ContentControlAfterAdd.md b/api/Word.Document.ContentControlAfterAdd.md
index 3cae2f76da1..37663b79204 100644
--- a/api/Word.Document.ContentControlAfterAdd.md
+++ b/api/Word.Document.ContentControlAfterAdd.md
@@ -34,7 +34,7 @@ Private Sub _expression_ _'ContentControlAfterAdd'(**_NewContentControl_** , **
## Remarks
-For information about using events with the **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+For information about using events with the **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
## See also
diff --git a/api/Word.Document.ContentControlBeforeContentUpdate.md b/api/Word.Document.ContentControlBeforeContentUpdate.md
index 1b885bb4939..9e1cdb0a39e 100644
--- a/api/Word.Document.ContentControlBeforeContentUpdate.md
+++ b/api/Word.Document.ContentControlBeforeContentUpdate.md
@@ -37,7 +37,7 @@ Private Sub _expression_ _'ContentControlBeforeContentUpdate'(**_ContentControl
**Note** This event does not occur for repeating content controls.
-For information about using events with the **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+For information about using events with the **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
## See also
diff --git a/api/Word.Document.ContentControlBeforeDelete.md b/api/Word.Document.ContentControlBeforeDelete.md
index 057372af818..a2b8e894131 100644
--- a/api/Word.Document.ContentControlBeforeDelete.md
+++ b/api/Word.Document.ContentControlBeforeDelete.md
@@ -34,7 +34,7 @@ Private Sub _expression_ _'ContentControlBeforeDelete'(**_OldContentControl_**
## Remarks
-For information about using events with the **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+For information about using events with the **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
## See also
diff --git a/api/Word.Document.ContentControlBeforeStoreUpdate.md b/api/Word.Document.ContentControlBeforeStoreUpdate.md
index ffe34057ca5..24ed887cca9 100644
--- a/api/Word.Document.ContentControlBeforeStoreUpdate.md
+++ b/api/Word.Document.ContentControlBeforeStoreUpdate.md
@@ -37,7 +37,7 @@ Private Sub _expression_ _'ContentControlBeforeStoreUpdate'(**_ContentControl_*
**Note** This event does not occur for repeating content controls.
-For information about using events with the **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+For information about using events with the **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
## See also
diff --git a/api/Word.Document.ContentControlOnEnter.md b/api/Word.Document.ContentControlOnEnter.md
index 826ccb63f99..a9f82977b93 100644
--- a/api/Word.Document.ContentControlOnEnter.md
+++ b/api/Word.Document.ContentControlOnEnter.md
@@ -36,7 +36,7 @@ Private Sub _expression_ _'ContentControlOnEnter'(**_ContentControl_** , )
**Important** This event fires only for the content control that you enter and not for parent content controls. For example, if you have a text box content control nested inside a group content control, and you place the cursor inside the text box content control, this event fires only once for the text box content control; it does not fire for the parent group content control.
-For information about using events with the **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+For information about using events with the **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
## See also
diff --git a/api/Word.Document.ContentControlOnExit.md b/api/Word.Document.ContentControlOnExit.md
index 264303d1c9e..ab08c5c5934 100644
--- a/api/Word.Document.ContentControlOnExit.md
+++ b/api/Word.Document.ContentControlOnExit.md
@@ -37,7 +37,7 @@ Private Sub _expression_ _'ContentControlOnExit'(**_ContentControl_** , **_Canc
**Important** This event fires only for the content control that you exit and not for parent content controls. For example, if you have a text box content control nested inside a group content control, and you move the cursor from inside the text box content control and into another place in the document, this event fires only once for the text box content control; it does not fire for the parent group content control.
-For information about using events with the **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+For information about using events with the **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
## See also
diff --git a/api/Word.Document.New.md b/api/Word.Document.New.md
index 3e3ee4e68d0..f4d2edd28ed 100644
--- a/api/Word.Document.New.md
+++ b/api/Word.Document.New.md
@@ -25,7 +25,7 @@ Private Sub _expression_ _'Private Sub Document_New'
## Remarks
-For information about using events with the **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+For information about using events with the **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
## Example
diff --git a/api/Word.Document.Password.md b/api/Word.Document.Password.md
index 576fec4a0b7..74880e2333f 100644
--- a/api/Word.Document.Password.md
+++ b/api/Word.Document.Password.md
@@ -26,7 +26,7 @@ Sets a password that must be supplied to open the specified document. Write-only
## Remarks
- **Important** Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+ **Important** Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
## Example
diff --git a/api/Word.Document.RemoveDocumentInformation.md b/api/Word.Document.RemoveDocumentInformation.md
index 16c8211f36f..f8c113a636b 100644
--- a/api/Word.Document.RemoveDocumentInformation.md
+++ b/api/Word.Document.RemoveDocumentInformation.md
@@ -20,7 +20,7 @@ Removes sensitive information, properties, comments, and other metadata from a d
_expression_. `RemoveDocumentInformation`( `_RemoveDocInfoType_` )
- _expression_ An expression that returns a[Document](Word.Document.md) object.
+ _expression_ An expression that returns a [Document](Word.Document.md) object.
### Parameters
diff --git a/api/Word.Document.Select.md b/api/Word.Document.Select.md
index 66e87afae5f..48d64009d2c 100644
--- a/api/Word.Document.Select.md
+++ b/api/Word.Document.Select.md
@@ -25,7 +25,7 @@ Selects the contents of the specified document.
## Remarks
-After using this method, use the **[Selection](Word.Selection.md)** property to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **[Selection](Word.Selection.md)** property to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Document.Sync(even).md b/api/Word.Document.Sync(even).md
index ceea52f0da3..4cdad7b5ed5 100644
--- a/api/Word.Document.Sync(even).md
+++ b/api/Word.Document.Sync(even).md
@@ -20,7 +20,7 @@ This object or member has been deprecated, but it remains part of the object mod
Private Sub _expression_ _'Sync'(**_SyncEventType_**)
- _expression_ A variable that represents a '[Document](Word.Document.md)' object that has been declared using the **WithEvents** keyword in a class module. For information about using events with the **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+ _expression_ A variable that represents a '[Document](Word.Document.md)' object that has been declared using the **WithEvents** keyword in a class module. For information about using events with the **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
### Parameters
diff --git a/api/Word.Document.Unprotect.md b/api/Word.Document.Unprotect.md
index e73b7163461..068787bdc86 100644
--- a/api/Word.Document.Unprotect.md
+++ b/api/Word.Document.Unprotect.md
@@ -33,7 +33,7 @@ Removes protection from the specified document. .
## Security
-Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
## Remarks
diff --git a/api/Word.Document.WritePassword.md b/api/Word.Document.WritePassword.md
index 25c8fba413a..a4a0e5a92d8 100644
--- a/api/Word.Document.WritePassword.md
+++ b/api/Word.Document.WritePassword.md
@@ -26,7 +26,7 @@ Sets a password for saving changes to the specified document. Write-only **Stri
## Remarks
- **Important** Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+ **Important** Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
## Example
diff --git a/api/Word.Document.XMLAfterInsert.md b/api/Word.Document.XMLAfterInsert.md
index bcf8becac43..b26fa023712 100644
--- a/api/Word.Document.XMLAfterInsert.md
+++ b/api/Word.Document.XMLAfterInsert.md
@@ -20,7 +20,7 @@ Occurs when a user adds a new XML element to a document. If more than one elemen
Private Sub _expression_ _'XMLAfterInsert'(**_NewXMLNode_** , **_InUndoRedo_**)
- _expression_ A variable that represents a '[Document](Word.Document.md)' object that has been declared by using the **WithEvents** keyword in a class module. For information about using events with a **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+ _expression_ A variable that represents a '[Document](Word.Document.md)' object that has been declared by using the **WithEvents** keyword in a class module. For information about using events with a **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
### Parameters
diff --git a/api/Word.Document.XMLBeforeDelete.md b/api/Word.Document.XMLBeforeDelete.md
index 046306c8a12..b3f7937c296 100644
--- a/api/Word.Document.XMLBeforeDelete.md
+++ b/api/Word.Document.XMLBeforeDelete.md
@@ -20,7 +20,7 @@ Occurs when a user deletes an XML element from a document. If more than one elem
Private Sub _expression_ _'XMLBeforeDelete'(**_DeletedRange_** , **_OldXMLNode_** , **_InUndoRedo_**)
- _expression_ A variable that represents a '[Document](Word.Document.md)' object that has been declared by using the **WithEvents** keyword in a class module. For information about using events with a **Document** object, see[Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
+ _expression_ A variable that represents a '[Document](Word.Document.md)' object that has been declared by using the **WithEvents** keyword in a class module. For information about using events with a **Document** object, see [Using Events with the Document Object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md).
### Parameters
diff --git a/api/Word.Document.md b/api/Word.Document.md
index 5ec922c25c9..dc777ba9820 100644
--- a/api/Word.Document.md
+++ b/api/Word.Document.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
# Document Object (Word)
-Represents a document. The **Document** object is a member of the **[Documents](https://msdn.microsoft.com/en-us/vba/word-vba/articles/documents-object-word)** collection. The **Documents** collection contains all the **Document** objects that are currently open in Word.
+Represents a document. The **Document** object is a member of the **[Documents](https://msdn.microsoft.com/vba/word-vba/articles/documents-object-word)** collection. The **Documents** collection contains all the **Document** objects that are currently open in Word.
## Remarks
@@ -36,7 +36,7 @@ Documents(1).Activate
### Using ActiveDocument
-You can use the **[ActiveDocument](https://msdn.microsoft.com/en-us/vba/word-vba/articles/application-activedocument-property-word)** property to refer to the document with the focus. The following example uses the **[Activate](https://msdn.microsoft.com/en-us/vba/word-vba/articles/document-activate-method-word)** method to activate the document named "Document 1." The example also sets the page orientation to landscape mode and then prints the document.
+You can use the **[ActiveDocument](https://msdn.microsoft.com/vba/word-vba/articles/application-activedocument-property-word)** property to refer to the document with the focus. The following example uses the **[Activate](https://msdn.microsoft.com/vba/word-vba/articles/document-activate-method-word)** method to activate the document named "Document 1." The example also sets the page orientation to landscape mode and then prints the document.
diff --git a/api/Word.Documents.Open.md b/api/Word.Documents.Open.md
index 84adbacfd6a..cd251dde42d 100644
--- a/api/Word.Documents.Open.md
+++ b/api/Word.Documents.Open.md
@@ -53,7 +53,7 @@ Document
## Security
-Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
## Example
diff --git a/api/Word.Documents.OpenNoRepairDialog.md b/api/Word.Documents.OpenNoRepairDialog.md
index 035ec463da2..ed557f36cb4 100644
--- a/api/Word.Documents.OpenNoRepairDialog.md
+++ b/api/Word.Documents.OpenNoRepairDialog.md
@@ -53,7 +53,7 @@ A **[Document](Word.Document.md)** object that represents the specified documen
## Security
-Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
## Example
diff --git a/api/Word.Field.Select.md b/api/Word.Field.Select.md
index c83308de0b3..17312ec7587 100644
--- a/api/Word.Field.Select.md
+++ b/api/Word.Field.Select.md
@@ -25,7 +25,7 @@ Selects the specified field.
## Remarks
-After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## Example
diff --git a/api/Word.FillFormat.PictureEffects.md b/api/Word.FillFormat.PictureEffects.md
index 114a92f2abd..24e712f32a4 100644
--- a/api/Word.FillFormat.PictureEffects.md
+++ b/api/Word.FillFormat.PictureEffects.md
@@ -25,7 +25,7 @@ Returns a [PictureEffects](./Office.PictureEffects.md) object that can be used t
## Remarks
-You use the [Insert](./Office.PictureEffects.Insert.md) method of the[PictureEffects](./Office.PictureEffects.md) object to apply picture effects. The[Insert](./Office.PictureEffects.Insert.md) takes an[MsoPictureEffectType](./Office.MsoPictureEffectType.md) enumeration constant as an argument to specify what type of picture effect to apply.
+You use the [Insert](./Office.PictureEffects.Insert.md) method of the [PictureEffects](./Office.PictureEffects.md) object to apply picture effects. The[Insert](./Office.PictureEffects.Insert.md) takes an [MsoPictureEffectType](./Office.MsoPictureEffectType.md) enumeration constant as an argument to specify what type of picture effect to apply.
## See also
diff --git a/api/Word.FillFormat.RotateWithObject.md b/api/Word.FillFormat.RotateWithObject.md
index 8d2bd5c8317..dd689a31d16 100644
--- a/api/Word.FillFormat.RotateWithObject.md
+++ b/api/Word.FillFormat.RotateWithObject.md
@@ -25,7 +25,7 @@ Returns or sets whether the fill rotates with the specified shape. Read/write.
## Remarks
-The value returned by the **RotateWithObject** property can be one of the[MsoTriState](./Office.MsoTriState.md) constants listed in the following table.
+The value returned by the **RotateWithObject** property can be one of the [MsoTriState](./Office.MsoTriState.md) constants listed in the following table.
diff --git a/api/Word.Font.Ligatures.md b/api/Word.Font.Ligatures.md
index cbf5715ced3..4623dc8c351 100644
--- a/api/Word.Font.Ligatures.md
+++ b/api/Word.Font.Ligatures.md
@@ -38,7 +38,7 @@ The following table lists the four basic values for ligatures.
|Historical|Older, ornamental ligatures that may look archaic to the modern reader. Not specifically designed for readability.|
|Discretional|Designed to be ornamental and not designed to be readable.|
- Combinations of these four basic values form the set of available values for the **Ligatures** property. This set of values is represented in the[WdLigatures](Word.WdLigatures.md) enumeration.
+ Combinations of these four basic values form the set of available values for the **Ligatures** property. This set of values is represented in the [WdLigatures](Word.WdLigatures.md) enumeration.
## Example
diff --git a/api/Word.FormField.Select.md b/api/Word.FormField.Select.md
index 9180af99f84..7e4bcbcbc4f 100644
--- a/api/Word.FormField.Select.md
+++ b/api/Word.FormField.Select.md
@@ -25,7 +25,7 @@ Selects the specified object.
## Remarks
-After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Frame.Select.md b/api/Word.Frame.Select.md
index 704e7a939f5..051c905920b 100644
--- a/api/Word.Frame.Select.md
+++ b/api/Word.Frame.Select.md
@@ -25,7 +25,7 @@ Selects the specified object.
## Remarks
-After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **[Selection](Word.Selection.md)** object to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Frameset.ChildFramesetCount.md b/api/Word.Frameset.ChildFramesetCount.md
index c2e0f38bc7e..21d57103ae2 100644
--- a/api/Word.Frameset.ChildFramesetCount.md
+++ b/api/Word.Frameset.ChildFramesetCount.md
@@ -25,7 +25,7 @@ Returns the number of child **Frameset** objects associated with the specified
## Remarks
-This property applies only to **Frameset** objects of type **wdFramesetTypeFrameset** . For more information on creating frames pages, see[Creating Frames Pages](../word/Concepts/Customizing-Word/creating-frames-pages.md).
+This property applies only to **Frameset** objects of type **wdFramesetTypeFrameset** . For more information on creating frames pages, see [Creating Frames Pages](../word/Concepts/Customizing-Word/creating-frames-pages.md).
## Example
diff --git a/api/Word.Frameset.FramesetBorderColor.md b/api/Word.Frameset.FramesetBorderColor.md
index b49c57b7369..7b4ee32cfa3 100644
--- a/api/Word.Frameset.FramesetBorderColor.md
+++ b/api/Word.Frameset.FramesetBorderColor.md
@@ -25,7 +25,7 @@ Returns or sets the color of the frame borders on the specified frames page. Rea
## Remarks
-This property can be any of the **WdColor** constants or a value returned by Visual Basic's **RGB** function. For more information on creating frames pages, see[Creating frames pages](../word/Concepts/Customizing-Word/creating-frames-pages.md).
+This property can be any of the **WdColor** constants or a value returned by Visual Basic's **RGB** function. For more information on creating frames pages, see [Creating frames pages](../word/Concepts/Customizing-Word/creating-frames-pages.md).
## Example
diff --git a/api/Word.Global.ActivePrinter.md b/api/Word.Global.ActivePrinter.md
index 0e97032a9c2..6890111d71e 100644
--- a/api/Word.Global.ActivePrinter.md
+++ b/api/Word.Global.ActivePrinter.md
@@ -25,7 +25,7 @@ Returns or sets the name of the active printer. Read/write **String** .
## Remarks
-Setting the printer using the **ActivePrinter** property changes the default printer. For more information, see[Setting ActivePrinter Changes System Default Printer](https://go.microsoft.com/fwlink/?LinkId=61996).
+Setting the printer using the **ActivePrinter** property changes the default printer. For more information, see [Setting ActivePrinter Changes System Default Printer](https://go.microsoft.com/fwlink/?LinkId=61996).
## Example
diff --git a/api/Word.Global.AddIns.md b/api/Word.Global.AddIns.md
index 3e98c17ce31..9fabd7584c1 100644
--- a/api/Word.Global.AddIns.md
+++ b/api/Word.Global.AddIns.md
@@ -27,7 +27,7 @@ Returns an **[AddIns](Word.addins.md)** collection that represents all availabl
The **[AddIns](Word.addins.md)** collection includes the global templates and Word add-in libraries (WLLs) listed in the **Templates and Add-ins** dialog box (**Tools** menu).
- For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+ For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.Global.CustomDictionaries.md b/api/Word.Global.CustomDictionaries.md
index 768812aac7e..c276b7c86fc 100644
--- a/api/Word.Global.CustomDictionaries.md
+++ b/api/Word.Global.CustomDictionaries.md
@@ -27,7 +27,7 @@ Returns a **[Dictionaries](Word.dictionaries.md)** object that represents the c
Active custom dictionaries are marked with a check in the **Custom Dictionaries** dialog box.
- For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+ For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.Global.ListGalleries.md b/api/Word.Global.ListGalleries.md
index 0bd70aea480..d3128faf14b 100644
--- a/api/Word.Global.ListGalleries.md
+++ b/api/Word.Global.ListGalleries.md
@@ -25,7 +25,7 @@ Returns a **ListGalleries** collection that represents the three list template
## Remarks
-Each gallery corresponds to a tab in the **Bullets and Numbering** dialog box. For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+Each gallery corresponds to a tab in the **Bullets and Numbering** dialog box. For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.InlineShape.Select.md b/api/Word.InlineShape.Select.md
index 23ae80c3f3e..75fb018c3c0 100644
--- a/api/Word.InlineShape.Select.md
+++ b/api/Word.InlineShape.Select.md
@@ -25,7 +25,7 @@ Selects the specified inline shape.
## Remarks
-After using this method, use the **Selection** property to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **Selection** property to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.MailMerge.CreateDataSource.md b/api/Word.MailMerge.CreateDataSource.md
index e3e36146a4c..7828b8022a3 100644
--- a/api/Word.MailMerge.CreateDataSource.md
+++ b/api/Word.MailMerge.CreateDataSource.md
@@ -41,7 +41,7 @@ Creates a Microsoft Word document that uses a table to store data for a mail mer
## Security
-Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
## Remarks
diff --git a/api/Word.MailMerge.CreateHeaderSource.md b/api/Word.MailMerge.CreateHeaderSource.md
index ab11162c819..842b109e12c 100644
--- a/api/Word.MailMerge.CreateHeaderSource.md
+++ b/api/Word.MailMerge.CreateHeaderSource.md
@@ -36,7 +36,7 @@ Creates a Microsoft Word document that stores a header record that is used inste
## Security
-Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
## Remarks
diff --git a/api/Word.MailMerge.OpenDataSource.md b/api/Word.MailMerge.OpenDataSource.md
index 11a5aec7398..f65070224be 100644
--- a/api/Word.MailMerge.OpenDataSource.md
+++ b/api/Word.MailMerge.OpenDataSource.md
@@ -84,7 +84,7 @@ How you specify the range depends on how data is retrieved. For example:
-Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
## Example
diff --git a/api/Word.MailMerge.OpenHeaderSource.md b/api/Word.MailMerge.OpenHeaderSource.md
index fbfa0775b5b..3fb7a4b2364 100644
--- a/api/Word.MailMerge.OpenHeaderSource.md
+++ b/api/Word.MailMerge.OpenHeaderSource.md
@@ -43,7 +43,7 @@ Attaches a mail merge header source to the specified document.
## Security
-Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
## Remarks
diff --git a/api/Word.MailMergeField.Select.md b/api/Word.MailMergeField.Select.md
index 38ffffd5554..b8e3b2f9ed7 100644
--- a/api/Word.MailMergeField.Select.md
+++ b/api/Word.MailMergeField.Select.md
@@ -25,7 +25,7 @@ Selects the specified mail merge field.
## Remarks
-After using this method, use the **Selection** property to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **Selection** property to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.PageNumber.Select.md b/api/Word.PageNumber.Select.md
index 2d47a9f5738..2e6c7d3dd55 100644
--- a/api/Word.PageNumber.Select.md
+++ b/api/Word.PageNumber.Select.md
@@ -25,7 +25,7 @@ Selects the specified page number.
## Remarks
-After using this method, use the **Selection** property to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **Selection** property to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.ProtectedViewWindow.SourcePath.md b/api/Word.ProtectedViewWindow.SourcePath.md
index 98be2a5a6fa..892e7dd2599 100644
--- a/api/Word.ProtectedViewWindow.SourcePath.md
+++ b/api/Word.ProtectedViewWindow.SourcePath.md
@@ -25,7 +25,7 @@ Returns the path of the source file for the specified protected view window. Rea
## Remarks
-The path does not include a trailing character (for example, "C:\MSOffice"). Use the [PathSeparator](Word.Application.PathSeparator.md) property to add the character that separates folders and drive letters. Use the[SourceName](Word.LinkFormat.SourceName.md) property to return the file name without the path.
+The path does not include a trailing character (for example, "C:\MSOffice"). Use the [PathSeparator](Word.Application.PathSeparator.md) property to add the character that separates folders and drive letters. Use the [SourceName](Word.LinkFormat.SourceName.md) property to return the file name without the path.
## Example
diff --git a/api/Word.ProtectedViewWindow.WindowState.md b/api/Word.ProtectedViewWindow.WindowState.md
index e4094b7031f..1752dbe3191 100644
--- a/api/Word.ProtectedViewWindow.WindowState.md
+++ b/api/Word.ProtectedViewWindow.WindowState.md
@@ -25,7 +25,7 @@ Returns or sets the state of the specified protected view window. Read/write [Wd
## Remarks
-The **wdWindowStateNormal** constant indicates a window that is not maximized or minimized. The state of an inactive window cannot be set. Use the[Activate](Word.ProtectedViewWindow.Activate.md) method to activate a window prior to setting the window state.
+The **wdWindowStateNormal** constant indicates a window that is not maximized or minimized. The state of an inactive window cannot be set. Use the [Activate](Word.ProtectedViewWindow.Activate.md) method to activate a window prior to setting the window state.
## Example
diff --git a/api/Word.Range.Conflicts.md b/api/Word.Range.Conflicts.md
index a9f34bc0ae8..5d1515479d1 100644
--- a/api/Word.Range.Conflicts.md
+++ b/api/Word.Range.Conflicts.md
@@ -25,7 +25,7 @@ Returns a [Conflicts](Word.Conflicts.md) collection object that contains all the
## Remarks
-Use the **Conflicts** property to return the[Conflicts](Word.Conflicts.md) collection object for a document. Use Conflicts( _Index_ ), where _Index_ is the conflict index number, to return a single[Conflict](Word.Conflict.md) object.
+Use the **Conflicts** property to return the [Conflicts](Word.Conflicts.md) collection object for a document. Use Conflicts( _Index_ ), where _Index_ is the conflict index number, to return a single[Conflict](Word.Conflict.md) object.
**Note** This property is only available for co authoring enabled documents. If you attempt to access this property on a document that is not enabled for co authoring, you will receive a run-time error.
diff --git a/api/Word.Range.InsertDatabase.md b/api/Word.Range.InsertDatabase.md
index 096a7f60366..d7e58d9a9ee 100644
--- a/api/Word.Range.InsertDatabase.md
+++ b/api/Word.Range.InsertDatabase.md
@@ -46,7 +46,7 @@ Retrieves data from a data source (for example, a separate Microsoft Word docume
## Security
-Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/en-us/library/office/ff860261.aspx).
+Avoid using hard-coded passwords in your applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in your code. For recommended best practices on how to do this, see [Security Notes for Microsoft Office Solution Developers](https://msdn.microsoft.com/library/office/ff860261.aspx).
**Security Note**
diff --git a/api/Word.Range.Updates.md b/api/Word.Range.Updates.md
index 56c1915c6a0..dce76b05ff4 100644
--- a/api/Word.Range.Updates.md
+++ b/api/Word.Range.Updates.md
@@ -25,7 +25,7 @@ Returns a [CoAuthUpdates](./overview/Word.md) collection object that represents
## Remarks
-Use the **Updates** property to return the[CoAuthUpdates](./overview/Word.md) collection.
+Use the **Updates** property to return the [CoAuthUpdates](./overview/Word.md) collection.
**Note** This property is only available for co authoring enabled documents. If you attempt to access this property on a document that is not enabled for co authoring, you will receive a run-time error.
diff --git a/api/Word.Row.Select.md b/api/Word.Row.Select.md
index 9b91071836d..9f9766585aa 100644
--- a/api/Word.Row.Select.md
+++ b/api/Word.Row.Select.md
@@ -25,7 +25,7 @@ Selects the specified table row.
## Remarks
-After using this method, use the **Selection** object to work with the selected row. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **Selection** object to work with the selected row. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## Example
diff --git a/api/Word.Rows.Select.md b/api/Word.Rows.Select.md
index 298e6bd0ff5..5ccb84b6b16 100644
--- a/api/Word.Rows.Select.md
+++ b/api/Word.Rows.Select.md
@@ -25,7 +25,7 @@ Selects a collection of rows in a table.
## Remarks
-After using this method, use the **Selection** object to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **Selection** object to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Selection.Select.md b/api/Word.Selection.Select.md
index 9b9569e91c0..1264c2339c8 100644
--- a/api/Word.Selection.Select.md
+++ b/api/Word.Selection.Select.md
@@ -25,7 +25,7 @@ Selects the specified text.
## Remarks
-After using this method, use the **Selection** object to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **Selection** object to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Selection.Words.md b/api/Word.Selection.Words.md
index 4e1062bd8a7..e21fab6da48 100644
--- a/api/Word.Selection.Words.md
+++ b/api/Word.Selection.Words.md
@@ -25,7 +25,7 @@ Returns a **[Words](Word.words.md)** collection that represents all the words i
## Remarks
-Punctuation and paragraph marks in a document are included in the **[Words](Word.words.md)** collection. For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+Punctuation and paragraph marks in a document are included in the **[Words](Word.words.md)** collection. For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## Example
diff --git a/api/Word.Series.InvertColor.md b/api/Word.Series.InvertColor.md
index 0860ebfead9..450dfa1328c 100644
--- a/api/Word.Series.InvertColor.md
+++ b/api/Word.Series.InvertColor.md
@@ -30,7 +30,7 @@ Integer
## Remarks
-The **InvertColor** property enables you to set the fill color for negative data points as a specific numeric, hexadecimal, octal, or RGB color value. To set the value as an RBG value, use the Visual Basic[RGB](../language/reference/User-Interface-Help/rgb-function.md) function. Instead of using the **InvertColor** property, you can use the[InvertColorIndex](Word.Series.InvertColorIndex.md) property, which uses a simplier set of integer values from the current color palette. For the **InvertColor** property to have an effect, the[InvertIfNegative](Word.Series.InvertIfNegative.md) property of the **Series** object must also be set to **True** .
+The **InvertColor** property enables you to set the fill color for negative data points as a specific numeric, hexadecimal, octal, or RGB color value. To set the value as an RBG value, use the Visual Basic[RGB](../language/reference/User-Interface-Help/rgb-function.md) function. Instead of using the **InvertColor** property, you can use the [InvertColorIndex](Word.Series.InvertColorIndex.md) property, which uses a simplier set of integer values from the current color palette. For the **InvertColor** property to have an effect, the [InvertIfNegative](Word.Series.InvertIfNegative.md) property of the **Series** object must also be set to **True** .
## See also
diff --git a/api/Word.Source.Field.md b/api/Word.Source.Field.md
index dfcfc284159..5d525090d44 100644
--- a/api/Word.Source.Field.md
+++ b/api/Word.Source.Field.md
@@ -33,7 +33,7 @@ Returns a **String** that represents the value of a field in a bibliography sou
## Remarks
-The name of the field corresponds to the name of the corresponding XML element in the resulting XML for a bibliography source. You can use the **[XML](Word.Source.XML.md)** property to return the XML for a bibliography source. For more information, see[Working with Bibliographies](../word/Concepts/Working-with-Word/working-with-bibliographies.md).
+The name of the field corresponds to the name of the corresponding XML element in the resulting XML for a bibliography source. You can use the **[XML](Word.Source.XML.md)** property to return the XML for a bibliography source. For more information, see [Working with Bibliographies](../word/Concepts/Working-with-Word/working-with-bibliographies.md).
## See also
diff --git a/api/Word.Subdocuments.Select.md b/api/Word.Subdocuments.Select.md
index 758f5d5648a..18eec44a43c 100644
--- a/api/Word.Subdocuments.Select.md
+++ b/api/Word.Subdocuments.Select.md
@@ -25,7 +25,7 @@ Selects the specified subdocument.
## Remarks
-After using this method, use the **Selection** object to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **Selection** object to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Table.Select.md b/api/Word.Table.Select.md
index 73d26efaeb6..f6f3e7ebded 100644
--- a/api/Word.Table.Select.md
+++ b/api/Word.Table.Select.md
@@ -25,7 +25,7 @@ Selects the specified table.
## Remarks
-After using this method, use the **Selection** object to work with the selected items. For more information, see[Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
+After using this method, use the **Selection** object to work with the selected items. For more information, see [Working with the Selection Object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md).
## See also
diff --git a/api/Word.Template.BuiltInDocumentProperties.md b/api/Word.Template.BuiltInDocumentProperties.md
index e5ed76b8d7a..39a316ec47b 100644
--- a/api/Word.Template.BuiltInDocumentProperties.md
+++ b/api/Word.Template.BuiltInDocumentProperties.md
@@ -29,7 +29,7 @@ To return a single **DocumentProperty** object that represents a specific built
Use the **CustomDocumentProperties** property to return the collection of custom document properties.
- For information about returning a single member of a collection, see[Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
+ For information about returning a single member of a collection, see [Returning an Object from a Collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md).
## See also
diff --git a/api/Word.broadcast.end.md b/api/Word.broadcast.end.md
index b3374fb5600..6876d9cd453 100644
--- a/api/Word.broadcast.end.md
+++ b/api/Word.broadcast.end.md
@@ -28,7 +28,7 @@ Ends the specified broadcast session.
## Remarks
-Calling the **End** method terminates the broadcast session without displaying a confirmation prompt to the user. It also sets the value of the[Broadcast.AttendeeURL](Word.broadcast.attendeeurl.md) property to an empty string.
+Calling the **End** method terminates the broadcast session without displaying a confirmation prompt to the user. It also sets the value of the [Broadcast.AttendeeURL](Word.broadcast.attendeeurl.md) property to an empty string.
If the document is not being broadcast, the method returns runtime error 4702.
diff --git a/api/Word.chartdata.activatechartdatawindow.md b/api/Word.chartdata.activatechartdatawindow.md
index 172af0fe8fc..bbc0562c5c4 100644
--- a/api/Word.chartdata.activatechartdatawindow.md
+++ b/api/Word.chartdata.activatechartdatawindow.md
@@ -30,7 +30,7 @@ Opens a Excel data grid window that contains the full source data for the specif
If the data grid window is already open, this method has no effect.
-The **ActivateChartDataWindow** method differs from the[ChartData.Activate](Word.ChartData.Activate.md) method in that the former opens the chart in an Excel window within Word, with the Excel ribbon unavailable, whereas the latter opens a full version of Excel, with the ribbon available.
+The **ActivateChartDataWindow** method differs from the [ChartData.Activate](Word.ChartData.Activate.md) method in that the former opens the chart in an Excel window within Word, with the Excel ribbon unavailable, whereas the latter opens a full version of Excel, with the ribbon available.
## Example
diff --git a/api/Word.document.isinautosave.md b/api/Word.document.isinautosave.md
index 8cca1cd8e98..bce1bd8be74 100644
--- a/api/Word.document.isinautosave.md
+++ b/api/Word.document.isinautosave.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Document.IsInAutosave Property (Word)
-Returns **False** if the most recent firing of the[Application.DocumentBeforeSave Event (Word)](Word.Application.DocumentBeforeSave.md) event was the result of a manual save by the user, and not an automatic save. Read-only.
+Returns **False** if the most recent firing of the [Application.DocumentBeforeSave Event (Word)](Word.Application.DocumentBeforeSave.md) event was the result of a manual save by the user, and not an automatic save. Read-only.
## Syntax
diff --git a/api/Word.repeatingsectionitem.md b/api/Word.repeatingsectionitem.md
index f081a672136..a4cc2e986d8 100644
--- a/api/Word.repeatingsectionitem.md
+++ b/api/Word.repeatingsectionitem.md
@@ -16,7 +16,7 @@ Represents a repeating section item in a content control.
## Remarks
-To get a **RepeatingSectionItem** object, use the **Item** method of the[RepeatingSectionItemColl](Word.repeatingsectionitemcoll.md) collection.
+To get a **RepeatingSectionItem** object, use the **Item** method of the [RepeatingSectionItemColl](Word.repeatingsectionitemcoll.md) collection.
You can insert additional repeating section items before or after the specified repeating section item by using the **InsertItemBefore** or **InsertItemAfter** methods. To delete the specified repeating section item, use the **Delete** method. To get the range of the specified repeating section item, use the **Range** property.
diff --git a/api/overview/Access.md b/api/overview/Access.md
index 7bcaf94a134..e6a736c155b 100644
--- a/api/overview/Access.md
+++ b/api/overview/Access.md
@@ -11,7 +11,7 @@ This reference contains conceptual overviews, programming tasks, samples, and re
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
- [Getting Started with VBA in Office](../../Library-Reference/Concepts/getting-started-with-vba-in-office.md): Provides insight into how VBA programming can help to customize Office solutions.
diff --git a/api/overview/Access/object-model.md b/api/overview/Access/object-model.md
index a88856eca67..c7fae9d3888 100644
--- a/api/overview/Access/object-model.md
+++ b/api/overview/Access/object-model.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
This section of the Access VBA Reference contains documentation for all the objects, properties, methods, and events contained in the Access object model.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
## Related topics
diff --git a/api/overview/Excel.md b/api/overview/Excel.md
index f0dbed9e60c..edc1b49cf88 100644
--- a/api/overview/Excel.md
+++ b/api/overview/Excel.md
@@ -10,7 +10,7 @@ ms.date: 08/24/2018
This reference contains conceptual overviews, programming tasks, samples, and references to help you develop Excel solutions.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
- [Getting Started with VBA in Office](../../Library-Reference/Concepts/getting-started-with-vba-in-office.md): Provides insight into how VBA programming can help to customize Office solutions.
diff --git a/api/overview/Excel/graph-visual-basic-reference.md b/api/overview/Excel/graph-visual-basic-reference.md
index 3a7aecf7c9f..0f2f233c4de 100644
--- a/api/overview/Excel/graph-visual-basic-reference.md
+++ b/api/overview/Excel/graph-visual-basic-reference.md
@@ -10,7 +10,7 @@ ms.date: 06/08/2017
This reference contains information about the collections, objects, methods, properties, and enumerations of the Excel Graph object model.
-Note: If you are looking for information about Microsoft Graph, the unified API endpoint, see [Microsoft Graph Overview](https://graph.microsoft.io/en-us/docs).
+Note: If you are looking for information about Microsoft Graph, the unified API endpoint, see [Microsoft Graph Overview](https://developer.microsoft.com/graph).
- **[Concepts](../Excel.md)** Provides important concepts about developing custom Excel Graph solutions.
diff --git a/api/overview/Excel/object-model.md b/api/overview/Excel/object-model.md
index 5dd278512f6..10483b15863 100644
--- a/api/overview/Excel/object-model.md
+++ b/api/overview/Excel/object-model.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
This section of the Excel VBA Reference contains documentation for all the objects, properties, methods, and events contained in the Excel object model.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
## Related topics
diff --git a/api/overview/Language-Reference.md b/api/overview/Language-Reference.md
index 2308868c3e2..4e6d573d63e 100644
--- a/api/overview/Language-Reference.md
+++ b/api/overview/Language-Reference.md
@@ -9,7 +9,7 @@ ms.date: 09/17/2018
Welcome to the Visual Basic for Applications (VBA) language reference for Office. This reference contains conceptual overviews, programming tasks, samples, and references to guide you in developing solutions based on VBA.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
- [Getting Started with VBA in Office](../../Library-Reference/Concepts/getting-started-with-vba-in-office.md): Provides insight into how VBA programming can help to customize Office solutions.
diff --git a/api/overview/Library-Reference.md b/api/overview/Library-Reference.md
index e0d15b57b15..dd4aed4947f 100644
--- a/api/overview/Library-Reference.md
+++ b/api/overview/Library-Reference.md
@@ -9,7 +9,7 @@ ms.date: 08/24/2018
This reference contains conceptual overviews, programming tasks, samples, and references to guide you in developing solutions based on Office.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
This documentation contains:
diff --git a/api/overview/Office-Mac.md b/api/overview/Office-Mac.md
index 8a97132d50b..0002aca3f9b 100644
--- a/api/overview/Office-Mac.md
+++ b/api/overview/Office-Mac.md
@@ -12,9 +12,9 @@ Use VBA add-ins and macros that you developed for Office for Windows with Office
If you're authoring Macros for Office for Mac, you can use most of the same objects that are available in VBA for Office. For information about VBA for Excel, PowerPoint, and Word, see the following:
-- [Excel VBA reference](https://msdn.microsoft.com/EN-US/library/ee861528.aspx)
-- [PowerPoint VBA reference](https://msdn.microsoft.com/EN-US/library/ee861525.aspx)
-- [Word VBA reference](https://msdn.microsoft.com/EN-US/library/ee861527.aspx)
+- [Excel VBA reference](https://msdn.microsoft.com/library/ee861528.aspx)
+- [PowerPoint VBA reference](https://msdn.microsoft.com/library/ee861525.aspx)
+- [Word VBA reference](https://msdn.microsoft.com/library/ee861527.aspx)
> [!NOTE]
> Outlook for Mac and OneNote for Mac do not support VBA.
diff --git a/api/overview/Outlook.md b/api/overview/Outlook.md
index 0f5bc5ec22b..1d0a7a2c01e 100644
--- a/api/overview/Outlook.md
+++ b/api/overview/Outlook.md
@@ -10,7 +10,7 @@ ms.date: 08/24/2018
This reference contains conceptual overviews, programming tasks, samples, and references to help you develop Outlook solutions.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
This documentation contains the following information:
diff --git a/api/overview/Outlook/object-model.md b/api/overview/Outlook/object-model.md
index 61b357abb23..8c4aea9e69a 100644
--- a/api/overview/Outlook/object-model.md
+++ b/api/overview/Outlook/object-model.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
This section of the Outlook VBA Reference contains documentation for all the objects, properties, methods, and events contained in the Outlook object model.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
## Related topics
diff --git a/api/overview/PowerPoint.md b/api/overview/PowerPoint.md
index af8eaae61c9..753d85e5409 100644
--- a/api/overview/PowerPoint.md
+++ b/api/overview/PowerPoint.md
@@ -10,7 +10,7 @@ ms.date: 08/24/2018
This reference contains conceptual overviews, programming tasks, samples, and references to guide you in developing solutions based on PowerPoint.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
- [Getting Started with VBA in Office](../../Library-Reference/Concepts/getting-started-with-vba-in-office.md): Provides insight into how VBA programming can help to customize Office solutions.
diff --git a/api/overview/PowerPoint/object-model.md b/api/overview/PowerPoint/object-model.md
index 8e854d6a2de..9735f45640e 100644
--- a/api/overview/PowerPoint/object-model.md
+++ b/api/overview/PowerPoint/object-model.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
This section of the PowerPoint VBA Reference contains documentation for all the objects, properties, methods, and events contained in the PowerPoint object model.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
## Related topics
diff --git a/api/overview/Project.md b/api/overview/Project.md
index 4eb14207387..77fa0471044 100644
--- a/api/overview/Project.md
+++ b/api/overview/Project.md
@@ -10,7 +10,7 @@ ms.date: 08/24/2018
This reference contains conceptual overviews, programming tasks, samples, and references to guide you in developing solutions based on Project.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
- [Getting Started with VBA in Office](../../Library-Reference/Concepts/getting-started-with-vba-in-office.md): Provides insight into how VBA programming can help to customize Office solutions.
diff --git a/api/overview/Publisher.md b/api/overview/Publisher.md
index c844a0f2482..91a2254318d 100644
--- a/api/overview/Publisher.md
+++ b/api/overview/Publisher.md
@@ -10,7 +10,7 @@ ms.date: 08/24/2018
This reference contains conceptual overviews, programming tasks, samples, and references to guide you in developing solutions based on Publisher.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
- [Getting Started with VBA in Office](../../Library-Reference/Concepts/getting-started-with-vba-in-office.md): Provides insight into how VBA programming can help to customize Office solutions.
diff --git a/api/overview/Publisher/object-model.md b/api/overview/Publisher/object-model.md
index 8ce4b88b55c..1dd42757a63 100644
--- a/api/overview/Publisher/object-model.md
+++ b/api/overview/Publisher/object-model.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
This section of the Publisher VBA Reference contains documentation for all the objects, properties, methods, and events contained in the Publisher object model.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
## Related topics
diff --git a/api/overview/Visio.md b/api/overview/Visio.md
index 86e949c39e1..1f38514b52a 100644
--- a/api/overview/Visio.md
+++ b/api/overview/Visio.md
@@ -10,7 +10,7 @@ ms.date: 08/24/2018
This reference contains conceptual overviews, programming tasks, samples, and references to guide you in developing solutions based on Visio.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
- [Getting Started with VBA in Office](../../Library-Reference/Concepts/getting-started-with-vba-in-office.md): Provides insight into how VBA programming can help to customize Office solutions.
diff --git a/api/overview/Visio/object-model.md b/api/overview/Visio/object-model.md
index fd72806cb02..e9d76087297 100644
--- a/api/overview/Visio/object-model.md
+++ b/api/overview/Visio/object-model.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
This section of the Visio VBA Reference contains documentation for all the objects, properties, methods, and events contained in the Visio object model.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
## Related topics
diff --git a/api/overview/Word.md b/api/overview/Word.md
index 528c57c264b..3200a9d2d79 100644
--- a/api/overview/Word.md
+++ b/api/overview/Word.md
@@ -10,7 +10,7 @@ ms.date: 08/24/2018
This reference contains conceptual overviews, programming tasks, samples, and references to guide you in developing solutions based on Word.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
- [Getting Started with VBA in Office](../../Library-Reference/Concepts/getting-started-with-vba-in-office.md): Provides insight into how VBA programming can help to customize Office solutions.
diff --git a/api/overview/Word/object-model.md b/api/overview/Word/object-model.md
index 96e54be85fb..3a3bfa01085 100644
--- a/api/overview/Word/object-model.md
+++ b/api/overview/Word/object-model.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
This section of the Word VBA Reference contains documentation for all the objects, properties, methods, and events contained in the Word object model.
> [!NOTE]
-> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins).
+> Interested in developing solutions that extend the Office experience across [multiple platforms](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-in-availability)? Check out the new [Office Add-ins model](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins).
## Related topics
diff --git a/api/overview/activex-control.md b/api/overview/activex-control.md
index 87ab8e2b9fa..66b46588b65 100644
--- a/api/overview/activex-control.md
+++ b/api/overview/activex-control.md
@@ -17,9 +17,9 @@ In addition to the built-in controls that appear in the toolbox, Microsoft Acces
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/bound-object-frame-control.md b/api/overview/bound-object-frame-control.md
index c2353f2ce03..46229d008c2 100644
--- a/api/overview/bound-object-frame-control.md
+++ b/api/overview/bound-object-frame-control.md
@@ -24,13 +24,13 @@ A bound object frame is bound to a field in an underlying table.
The field in the underlying table to which the bound object frame is bound must be of the OLE Object data type.
-The object in a bound object frame is different for each record. The bound object frame can display linked or embedded objects. If you want to display objects not stored in an underlying table, use an [unbound object frame](unbound-object-frame-control.md)or an [image control](image-control-misc.md).
+The object in a bound object frame is different for each record. The bound object frame can display linked or embedded objects. If you want to display objects not stored in an underlying table, use an [unbound object frame](unbound-object-frame-control.md) or an [image control](image-control-misc.md).
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/chart-control.md b/api/overview/chart-control.md
index 65c14974902..6a66c254b4b 100644
--- a/api/overview/chart-control.md
+++ b/api/overview/chart-control.md
@@ -21,13 +21,13 @@ You can use the chart control to embed a chart that displays Microsoft Access da
When you place a chart control on a form or report, Microsoft Access displays the Chart Wizard to help you create the chart.
> [!NOTE]
-> To embed or link a chart containing data from other applications, use an [unbound object frame](unbound-object-frame-control.md) or[bound object frame](bound-object-frame-control.md) control.
+> To embed or link a chart containing data from other applications, use an [unbound object frame](unbound-object-frame-control.md) or [bound object frame](bound-object-frame-control.md) control.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/check-box-control.md b/api/overview/check-box-control.md
index b24ac8ffb34..b31aabd15ce 100644
--- a/api/overview/check-box-control.md
+++ b/api/overview/check-box-control.md
@@ -26,9 +26,9 @@ It's also possible to use an unbound check box in a custom dialog box to accept
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/combo-box-control.md b/api/overview/combo-box-control.md
index c1eedde3756..cbec9c89d10 100644
--- a/api/overview/combo-box-control.md
+++ b/api/overview/combo-box-control.md
@@ -28,9 +28,9 @@ The list can be single- or multiple-column, and the columns can appear with or w
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/command-button-control.md b/api/overview/command-button-control.md
index 0c27532014a..16ac9fa97b7 100644
--- a/api/overview/command-button-control.md
+++ b/api/overview/command-button-control.md
@@ -25,9 +25,9 @@ You can display text on a command button by setting its **Caption** property, or
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/image-control-misc.md b/api/overview/image-control-misc.md
index 9932461a620..5a5d4b02fc1 100644
--- a/api/overview/image-control-misc.md
+++ b/api/overview/image-control-misc.md
@@ -22,9 +22,9 @@ You can use the image control or an [unbound object frame](unbound-object-frame-
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/label-control-access.md b/api/overview/label-control-access.md
index 153a8a0ac84..ec3159c5583 100644
--- a/api/overview/label-control-access.md
+++ b/api/overview/label-control-access.md
@@ -30,9 +30,9 @@ When you create a label by using the **Label** tool, the label stands on its own
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/learn-about-language-specific-information-access.md b/api/overview/learn-about-language-specific-information-access.md
index fb181b695cd..34afa82dc8b 100644
--- a/api/overview/learn-about-language-specific-information-access.md
+++ b/api/overview/learn-about-language-specific-information-access.md
@@ -17,9 +17,9 @@ Language-specific Help topics apply only if the language-specific feature is ava
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/line-control.md b/api/overview/line-control.md
index cf0edd79547..75b0d5afe64 100644
--- a/api/overview/line-control.md
+++ b/api/overview/line-control.md
@@ -21,9 +21,9 @@ You can use **Border Width** to change the line width. You can use **Border Col
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/list-box-control.md b/api/overview/list-box-control.md
index 4dde1aaf8e1..99ebb595a26 100644
--- a/api/overview/list-box-control.md
+++ b/api/overview/list-box-control.md
@@ -27,9 +27,9 @@ If you don't have room on your form to display a list box, or if you want to be
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/option-button-control.md b/api/overview/option-button-control.md
index a7e5ecae01d..2f6ff9e261c 100644
--- a/api/overview/option-button-control.md
+++ b/api/overview/option-button-control.md
@@ -25,9 +25,9 @@ It's also possible to use an unbound option button in a custom dialog box to acc
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/option-group-control.md b/api/overview/option-group-control.md
index c20080d20c3..87e3e2ba8d4 100644
--- a/api/overview/option-group-control.md
+++ b/api/overview/option-group-control.md
@@ -28,9 +28,9 @@ An option group can also be set to an expression, or it can be unbound. You can
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/page-break-control.md b/api/overview/page-break-control.md
index 1fbf6326a6f..2e6e4822632 100644
--- a/api/overview/page-break-control.md
+++ b/api/overview/page-break-control.md
@@ -26,9 +26,9 @@ Position page breaks above or below other controls. Placing a page break on the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/page.md b/api/overview/page.md
index db7d0f40ab4..5f803856bf0 100644
--- a/api/overview/page.md
+++ b/api/overview/page.md
@@ -21,9 +21,9 @@ With the tab control, you can construct a single form or dialog box that contain
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/rectangle-control.md b/api/overview/rectangle-control.md
index 80b5ca8ee04..ddfe984d18e 100644
--- a/api/overview/rectangle-control.md
+++ b/api/overview/rectangle-control.md
@@ -21,9 +21,9 @@ You can move a rectangle and the controls in it as a single unit by dragging the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/subform-subreport-control.md b/api/overview/subform-subreport-control.md
index e4de9959222..a2be3ecb860 100644
--- a/api/overview/subform-subreport-control.md
+++ b/api/overview/subform-subreport-control.md
@@ -22,9 +22,9 @@ For example, you can use a form with a subform to present one-to-many relationsh
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/tab-control.md b/api/overview/tab-control.md
index 9d02524935c..d7a54702ea6 100644
--- a/api/overview/tab-control.md
+++ b/api/overview/tab-control.md
@@ -19,9 +19,9 @@ With the tab control, you can construct a single form or dialog box that contain
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/table-field.md b/api/overview/table-field.md
index 1a50403066c..af30a71149d 100644
--- a/api/overview/table-field.md
+++ b/api/overview/table-field.md
@@ -19,9 +19,9 @@ Microsoft Access uses field properties when you view or edit data. For example,
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/text-box-control.md b/api/overview/text-box-control.md
index 1da0f001e73..63a4acf00cb 100644
--- a/api/overview/text-box-control.md
+++ b/api/overview/text-box-control.md
@@ -17,9 +17,9 @@ Text boxes on a form or report display data from a record source. This type of t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/toggle-button-control.md b/api/overview/toggle-button-control.md
index 65976407460..ae4f4723ac7 100644
--- a/api/overview/toggle-button-control.md
+++ b/api/overview/toggle-button-control.md
@@ -25,9 +25,9 @@ You can also use a toggle button in a custom dialog box to accept user input.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/unbound-object-frame-control.md b/api/overview/unbound-object-frame-control.md
index 7ea03845f62..a17673a83e2 100644
--- a/api/overview/unbound-object-frame-control.md
+++ b/api/overview/unbound-object-frame-control.md
@@ -30,9 +30,9 @@ The unbound object frame can display linked or embedded objects.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/values-for-the-defaultsource-member.md b/api/overview/values-for-the-defaultsource-member.md
index cfd44d6162f..351f3e4847f 100644
--- a/api/overview/values-for-the-defaultsource-member.md
+++ b/api/overview/values-for-the-defaultsource-member.md
@@ -31,9 +31,9 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/values-for-the-papersize-member.md b/api/overview/values-for-the-papersize-member.md
index efcd449f781..dce5f9b31fb 100644
--- a/api/overview/values-for-the-papersize-member.md
+++ b/api/overview/values-for-the-papersize-member.md
@@ -59,9 +59,9 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/api/overview/values-for-the-ttoption-member.md b/api/overview/values-for-the-ttoption-member.md
index 75830392aa7..d7f133132cc 100644
--- a/api/overview/values-for-the-ttoption-member.md
+++ b/api/overview/values-for-the-ttoption-member.md
@@ -24,9 +24,9 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev)
+- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
-- [Access help on answers.microsoft.com](https://answers.microsoft.com/en-us/office/forum/access?page=1&;tab=question&;status=all&;auth=1)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/excel/Concepts/Cells-and-Ranges/hide-and-unhide-columns.md b/excel/Concepts/Cells-and-Ranges/hide-and-unhide-columns.md
index 6c7477e1eb3..6c08914478c 100644
--- a/excel/Concepts/Cells-and-Ranges/hide-and-unhide-columns.md
+++ b/excel/Concepts/Cells-and-Ranges/hide-and-unhide-columns.md
@@ -10,7 +10,7 @@ ms.date: 06/08/2017
This example finds all the cells in the first four columns that have a constant &;quot;X&;quot; in them and hides the column that contains the X.
- **Sample code provided by:** Dennis Wallentin,[VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
+ **Sample code provided by:** Dennis Wallentin, [VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
diff --git a/excel/Concepts/Cells-and-Ranges/working-with-the-active-cell.md b/excel/Concepts/Cells-and-Ranges/working-with-the-active-cell.md
index c6efcb68532..cc8e47a7c97 100644
--- a/excel/Concepts/Cells-and-Ranges/working-with-the-active-cell.md
+++ b/excel/Concepts/Cells-and-Ranges/working-with-the-active-cell.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# Working with the Active Cell
-The **[ActiveCell](../../../api/Excel.Application.ActiveCell.md)** property returns a **[Range](https://msdn.microsoft.com/en-us/library/office/ff838238.aspx)** object that represents the cell that is active. You can apply any of the properties or methods of a **Range** object to the active cell, as in the following example. While one or more worksheet cells may be selected, only one of the cells in the selection can be the **ActiveCell**.
+The **[ActiveCell](../../../api/Excel.Application.ActiveCell.md)** property returns a **[Range](https://msdn.microsoft.com/library/office/ff838238.aspx)** object that represents the cell that is active. You can apply any of the properties or methods of a **Range** object to the active cell, as in the following example. While one or more worksheet cells may be selected, only one of the cells in the selection can be the **ActiveCell**.
```vb
@@ -27,7 +27,7 @@ End Sub
## Moving the Active Cell
-You can use the **[Range .Activate](https://msdn.microsoft.com/en-us/library/office/aa221681(v=office.11).aspx)** method to designate which cell is the active cell. For example, the following procedure makes B5 the active cell and then formats it as bold.
+You can use the **[Range .Activate](https://msdn.microsoft.com/library/office/aa221681(v=office.11).aspx)** method to designate which cell is the active cell. For example, the following procedure makes B5 the active cell and then formats it as bold.
```vb
diff --git a/excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-available-to-visual-basic.md b/excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-available-to-visual-basic.md
index eabd7642468..5142954af36 100644
--- a/excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-available-to-visual-basic.md
+++ b/excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-available-to-visual-basic.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# List of Worksheet Functions Available to Visual Basic
-The following list represents all of the worksheet functions that can be called using the **WorkSheetFunction** object. For more information about a particular function, see the [Function Reference](https://office.microsoft.com/en-us/excel-help/list-of-worksheet-functions-by-category-HP010079186.aspx) topic on the Office Web site.
+The following list represents all of the worksheet functions that can be called using the **WorkSheetFunction** object. For more information about a particular function, see the [Function Reference](https://support.office.com/article/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb?ocmsassetID=HP010079186&CorrelationId=125440f2-26ca-410d-83bd-57c97f7d99c1&ui=en-US&rs=en-US&ad=US) topic on the Office Web site.
AccrInt
diff --git a/excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-that-support-long-strings.md b/excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-that-support-long-strings.md
index e0a62955574..cdeb5bced05 100644
--- a/excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-that-support-long-strings.md
+++ b/excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-that-support-long-strings.md
@@ -8,7 +8,7 @@ ms.date: 06/08/2017
# List of Worksheet Functions that Support Long Strings
-The following list represents all the worksheet functions that support strings larger than 255 characters long. The maximum string length for these functions is 32767. For more information about a particular function, see the [Function Reference](https://office.microsoft.com/en-us/excel-help/list-of-worksheet-functions-by-category-HP010079186.aspx) topic on the Office Web site.
+The following list represents all the worksheet functions that support strings larger than 255 characters long. The maximum string length for these functions is 32767. For more information about a particular function, see the [Function Reference](https://support.office.com/article/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb?ocmsassetID=HP010079186&CorrelationId=125440f2-26ca-410d-83bd-57c97f7d99c1&ui=en-US&rs=en-US&ad=US) topic on the Office Web site.
ASC
diff --git a/excel/Concepts/Excel-Performance/excel-improving-calcuation-performance.md b/excel/Concepts/Excel-Performance/excel-improving-calcuation-performance.md
index 8abedecd2a8..17e5eef9886 100644
--- a/excel/Concepts/Excel-Performance/excel-improving-calcuation-performance.md
+++ b/excel/Concepts/Excel-Performance/excel-improving-calcuation-performance.md
@@ -654,7 +654,7 @@ By using a straightforward set of techniques, you can speed up most slow-calcula
- [Excel performance: Performance and limit improvements](excel-performance-and-limit-improvements.md)
- [Excel performance: Tips for optimizing performance obstructions](excel-tips-for-optimizing-performance-obstructions.md)
-- [Excel Developer Portal](https://msdn.microsoft.com/en-us/office/aa905411.aspx)
+- [Excel Developer Portal](https://msdn.microsoft.com/office/aa905411.aspx)
diff --git a/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md b/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md
index 001d2ea2637..8b5581c1b87 100644
--- a/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md
+++ b/excel/Concepts/Excel-Performance/excel-performance-and-limit-improvements.md
@@ -108,7 +108,7 @@ The 64-bit version of Excel 2010 is not constrained to 2 GB of RAM like the 32-b
In addition, because the 64-bit version of Excel enables larger data sets, both the 32-bit and 64-bit versions of Excel 2010 introduce improvements to common large data set tasks such as entering and filling down data, sorting, filtering, and copying and pasting data. Memory usage is also optimized to be more efficient in both the 32-bit and 64-bit versions of Excel.
-For more information about the 64-bit version of Office 2010, see [Compatibility Between the 32-bit and 64-bit Versions of Office 2010](../../../api/overview/Excel.md) and for choosing between 64-bit and 32-bit, see [Choose between the 64-bit or 32-bit version of Office](https://support.office.com/en-us/article/Choose-between-the-64-bit-or-32-bit-version-of-Office-2dee7807-8f95-4d0c-b5fe-6c6f49b8d261#32or64Bit&32or64Bit).
+For more information about the 64-bit version of Office 2010, see [Compatibility Between the 32-bit and 64-bit Versions of Office 2010](../../../api/overview/Excel.md) and for choosing between 64-bit and 32-bit, see [Choose between the 64-bit or 32-bit version of Office](https://support.office.com/article/Choose-between-the-64-bit-or-32-bit-version-of-Office-2dee7807-8f95-4d0c-b5fe-6c6f49b8d261#32or64Bit&32or64Bit).
### Shapes
@@ -164,7 +164,7 @@ Excel 2016 introduces performance and limitation improvements focused on increas
- [Excel performance: Improving calculation performance](excel-improving-calcuation-performance.md)
- [Excel performance: Tips for optimizing performance obstructions](excel-tips-for-optimizing-performance-obstructions.md)
-- [Excel Developer Portal](https://msdn.microsoft.com/en-us/office/aa905411.aspx)
-- [Changes to Slow/Fast level names for Office Insider for Windows desktop](https://support.office.com/en-US/article/Changes-to-Slow-Fast-level-names-for-Office-Insider-for-Windows-desktop-055ee4f9-9ce3-4fb8-8a9a-ca6745867d52)
+- [Excel Developer Portal](https://msdn.microsoft.com/office/aa905411.aspx)
+- [Changes to Slow/Fast level names for Office Insider for Windows desktop](https://support.office.com/article/Changes-to-Slow-Fast-level-names-for-Office-Insider-for-Windows-desktop-055ee4f9-9ce3-4fb8-8a9a-ca6745867d52)
diff --git a/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md b/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md
index f7c46622e35..6de48e0870e 100644
--- a/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md
+++ b/excel/Concepts/Excel-Performance/excel-tips-for-optimizing-performance-obstructions.md
@@ -824,5 +824,5 @@ This article covered ways to optimize Excel functionality such as links, lookups
- [Excel performance: Improving calculation performance](excel-improving-calcuation-performance.md)
- [Excel performance: Performance and limit improvements](excel-performance-and-limit-improvements.md)
-- [Excel Developer Portal](https://msdn.microsoft.com/en-us/office/aa905411.aspx)
+- [Excel Developer Portal](https://msdn.microsoft.com/office/aa905411.aspx)
diff --git a/excel/Concepts/Working-with-Other-Applications/exporting-a-chart-to-a-word-document.md b/excel/Concepts/Working-with-Other-Applications/exporting-a-chart-to-a-word-document.md
index a4689cf87c9..fc959da644c 100644
--- a/excel/Concepts/Working-with-Other-Applications/exporting-a-chart-to-a-word-document.md
+++ b/excel/Concepts/Working-with-Other-Applications/exporting-a-chart-to-a-word-document.md
@@ -10,7 +10,7 @@ ms.date: 06/08/2017
This example takes a chart named &;quot;Chart 1&;quot; from Sheet 1 and exports it as a .gif file. Then it inserts the .gif file into an existing Word document named &;quot;Chart Report&;quot; at the bookmarked location named &;quot;ChartReport&;quot;.
- **Sample code provided by:** Dennis Wallentin,[VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
+ **Sample code provided by:** Dennis Wallentin, [VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
diff --git a/excel/Concepts/Working-with-Other-Applications/exporting-a-range-to-a-table-in-a-word-document.md b/excel/Concepts/Working-with-Other-Applications/exporting-a-range-to-a-table-in-a-word-document.md
index 123c3269464..e3f9f9ec0a8 100644
--- a/excel/Concepts/Working-with-Other-Applications/exporting-a-range-to-a-table-in-a-word-document.md
+++ b/excel/Concepts/Working-with-Other-Applications/exporting-a-range-to-a-table-in-a-word-document.md
@@ -9,7 +9,7 @@ ms.date: 06/08/2017
This example takes the range A1:A10 on Sheet 1 and exports it to the first table in an existing Word document named &;quot;Table Report&;quot;.
- **Sample code provided by:** Dennis Wallentin,[VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
+ **Sample code provided by:** Dennis Wallentin, [VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
diff --git a/excel/Concepts/Working-with-Other-Applications/exporting-a-table-to-a-word-document.md b/excel/Concepts/Working-with-Other-Applications/exporting-a-table-to-a-word-document.md
index 49b55b14f32..907ab6054a2 100644
--- a/excel/Concepts/Working-with-Other-Applications/exporting-a-table-to-a-word-document.md
+++ b/excel/Concepts/Working-with-Other-Applications/exporting-a-table-to-a-word-document.md
@@ -9,7 +9,7 @@ ms.date: 06/08/2017
This example takes the table named &;quot;Table1&;quot; on Sheet 1 and copies it into an existing Word document named &;quot;Quarter Report&;quot; at the bookmarked location named &;quot;Report&;quot;.
- **Sample code provided by:** Dennis Wallentin,[VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
+ **Sample code provided by:** Dennis Wallentin, [VSTO &; .NET &; Excel](https://xldennis.wordpress.com/)
diff --git a/excel/Concepts/about-coauthoring-in-excel.md b/excel/Concepts/about-coauthoring-in-excel.md
index d33471d0398..c9e569855ca 100644
--- a/excel/Concepts/about-coauthoring-in-excel.md
+++ b/excel/Concepts/about-coauthoring-in-excel.md
@@ -13,7 +13,7 @@ Coauthoring is available to all Excel Online users. This feature is also availab
## Introduction to coauthoring
-[Coauthoring](https://support.office.com/en-US/article/Collaborate-on-Excel-workbooks-at-the-same-time-with-co-authoring-7152aa8b-b791-414c-a3bb-3024e46fb104) allows you to edit a workbook hosted in the cloud (that is, OneDrive, OneDrive for Business, or SharePoint Online) simultaneously with other users. With each save, everyone editing the workbook at that time can see changes. With [AutoSave](../../Library-Reference/Concepts/how-autosave-impacts-addins-and-macros.md) enabled, you can see everyone's changes to the workbook in real-time. If you're not ready for others to see your changes, you can turn off AutoSave until you're ready to share your changes and receive others' changes.
+[Coauthoring](https://support.office.com/article/Collaborate-on-Excel-workbooks-at-the-same-time-with-co-authoring-7152aa8b-b791-414c-a3bb-3024e46fb104) allows you to edit a workbook hosted in the cloud (that is, OneDrive, OneDrive for Business, or SharePoint Online) simultaneously with other users. With each save, everyone editing the workbook at that time can see changes. With [AutoSave](../../Library-Reference/Concepts/how-autosave-impacts-addins-and-macros.md) enabled, you can see everyone's changes to the workbook in real-time. If you're not ready for others to see your changes, you can turn off AutoSave until you're ready to share your changes and receive others' changes.
## Principles of coauthoring
@@ -161,4 +161,4 @@ Your add-in displays all current workbook tabs in a task pane for easy navigatio
## See also
- [AutoSave](../../Library-Reference/Concepts/how-autosave-impacts-addins-and-macros.md)
-- [Collaborate on Excel workbooks at the same time with coauthoring](https://support.office.com/en-US/article/Collaborate-on-Excel-workbooks-at-the-same-time-with-co-authoring-7152aa8b-b791-414c-a3bb-3024e46fb104)
+- [Collaborate on Excel workbooks at the same time with coauthoring](https://support.office.com/article/Collaborate-on-Excel-workbooks-at-the-same-time-with-co-authoring-7152aa8b-b791-414c-a3bb-3024e46fb104)
diff --git a/excel/Concepts/about-the-powerpivot-model-object-in-excel.md b/excel/Concepts/about-the-powerpivot-model-object-in-excel.md
index 98a787a7249..4ee777b2bbe 100644
--- a/excel/Concepts/about-the-powerpivot-model-object-in-excel.md
+++ b/excel/Concepts/about-the-powerpivot-model-object-in-excel.md
@@ -581,8 +581,8 @@ The PowerPivot add-in enables you to build your own cubes instead of using the d
## See also
-- [PowerPivot for Excel Tutorial Introduction](https://technet.microsoft.com/en-us/library/gg413497.aspx)
-- [PowerPivot for Excel Tutorial Sample Data](https://powerpivotsdr.codeplex.com/releases/view/35438)
-- [Using PowerPivot with Excel 2010](https://blogs.office.com/b/microsoft-excel/archive/2009/10/23/using-powerpivot-with-excel-2010.aspx)
+- [PowerPivot for Excel Tutorial Introduction](https://docs.microsoft.com/previous-versions/sql/sql-server-2012/gg413497(v=sql.110))
+- [PowerPivot for Excel Tutorial Sample Data](https://archive.codeplex.com/?p=powerpivotsdr)
+
diff --git a/excel/Concepts/ole-db-for-olap-properties-used-by-excel.md b/excel/Concepts/ole-db-for-olap-properties-used-by-excel.md
index d26fa70c056..9a1a228c0a5 100644
--- a/excel/Concepts/ole-db-for-olap-properties-used-by-excel.md
+++ b/excel/Concepts/ole-db-for-olap-properties-used-by-excel.md
@@ -16,15 +16,15 @@ Rather than address all the existing properties, this topic focuses on the prope
|**Property Set**|**Property**|**Set if**|**Set to**|
|:-----|:-----|:-----|:-----|
-|DBPROPSET_MSOLAPINIT|DBPROP_MSMD_SAFETY_OPTIONS|Supported|OLAPUDFSecurity reg key or DBPROPVAL_MSMD_SAFETY_OPTIONS_ALLOW_SAFESee also: [Safety Options Property](https://msdn.microsoft.com/en-us/library/aa237323.aspx).|
-|DBPROPSET_MSOLAPINIT|DBPROP_MSMD_MDXCOMPATIBILITY|Supported|DBPROP_MSMD_MDXCOMPATIBILITY_70See also: [MDX Compatibility Property](https://msdn.microsoft.com/en-us/library/aa256070.aspx).|
-|DBPROPSET_MSOLAPINIT|DBPROP_MSMD_SOURCE_DSN_SUFFIX|DBPROP_MSMD_SOURCE_DSN in DBPROPSET_MSOLAPINIT is present|String "Prompt=CompleteRequired;Window Handle=0x"See also: [Source_DSN_Suffix Property](https://msdn.microsoft.com/en-us/library/aa237431.aspx).|
+|DBPROPSET_MSOLAPINIT|DBPROP_MSMD_SAFETY_OPTIONS|Supported|OLAPUDFSecurity reg key or DBPROPVAL_MSMD_SAFETY_OPTIONS_ALLOW_SAFESee also: [Safety Options Property](https://msdn.microsoft.com/library/aa237323.aspx).|
+|DBPROPSET_MSOLAPINIT|DBPROP_MSMD_MDXCOMPATIBILITY|Supported|DBPROP_MSMD_MDXCOMPATIBILITY_70See also: [MDX Compatibility Property](https://msdn.microsoft.com/library/aa256070.aspx).|
+|DBPROPSET_MSOLAPINIT|DBPROP_MSMD_SOURCE_DSN_SUFFIX|DBPROP_MSMD_SOURCE_DSN in DBPROPSET_MSOLAPINIT is present|String "Prompt=CompleteRequired;Window Handle=0x"See also: [Source_DSN_Suffix Property](https://msdn.microsoft.com/library/aa237431.aspx).|
|DBPROPSET_MSOLAPINIT|DBPROP_MSMD_MDX_MISSING_MEMBER_MODE|Supported|If property is supported, Excel sets it to the string "Error". Ignored if not supported.|
-|DBPROPSET_DBINIT| [DBPROP_INIT_LCID](https://msdn.microsoft.com/en-us/library/ms719750.aspx)|Supported|Set before making the connection. It is possible to specify any LCID to be used in the connection. If translations are turned on for the connection, Excel sets this to the UI language (default). If property is not supported, Excel has no problem other than losing the functionality of having translations based on UI language.|
-|DBPROPSET_DBINIT| [DBPROP_INIT_PROMPT](https://msdn.microsoft.com/en-us/library/ms714342.aspx)|Supported|Not OLAP specific. Set before making the connection. If setting this property fails because a certain value is not supported, Excel ignores the failure.|
-|DBPROPSET_DBINIT| [DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO](https://msdn.microsoft.com/en-us/library/ms714905.aspx)|Supported|Not OLAP specific. Set before making the connection. Excel appears to always set this to True.|
-|DBPROPSET_DBINIT| [DBPROP_INIT_HWND](https://msdn.microsoft.com/en-us/library/ms715949.aspx)|Supported|Not OLAP specific. Set before making the connection. Excel sets this to the main window of the application so the provider displays the alert using the correct parent window.|
-|DBPROPSET_DBINIT| [DBPROP_INIT_ASYNCH](https://msdn.microsoft.com/en-us/library/ms711533.aspx)|Supported|Not OLAP specific.Set before making the connection. Excel sets this property to DBPROPVAL_ASYNCH_INITIALIZE based on a registry setting (you can also disable it by using a registry setting). If property is not supported, Excel ignores it and does not set it.|
+|DBPROPSET_DBINIT| [DBPROP_INIT_LCID](https://msdn.microsoft.com/library/ms719750.aspx)|Supported|Set before making the connection. It is possible to specify any LCID to be used in the connection. If translations are turned on for the connection, Excel sets this to the UI language (default). If property is not supported, Excel has no problem other than losing the functionality of having translations based on UI language.|
+|DBPROPSET_DBINIT| [DBPROP_INIT_PROMPT](https://msdn.microsoft.com/library/ms714342.aspx)|Supported|Not OLAP specific. Set before making the connection. If setting this property fails because a certain value is not supported, Excel ignores the failure.|
+|DBPROPSET_DBINIT| [DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO](https://msdn.microsoft.com/library/ms714905.aspx)|Supported|Not OLAP specific. Set before making the connection. Excel appears to always set this to True.|
+|DBPROPSET_DBINIT| [DBPROP_INIT_HWND](https://msdn.microsoft.com/library/ms715949.aspx)|Supported|Not OLAP specific. Set before making the connection. Excel sets this to the main window of the application so the provider displays the alert using the correct parent window.|
+|DBPROPSET_DBINIT| [DBPROP_INIT_ASYNCH](https://msdn.microsoft.com/library/ms711533.aspx)|Supported|Not OLAP specific.Set before making the connection. Excel sets this property to DBPROPVAL_ASYNCH_INITIALIZE based on a registry setting (you can also disable it by using a registry setting). If property is not supported, Excel ignores it and does not set it.|
|DBPROPSET_DBINIT|DBPROP_CMD_PROMPT|Supported|Not OLAP specific. Set before making the connection.|
|DBPROPSET_DBINIT|DBPROP_CMD_HWND|Supported|Not OLAP specific. Set before making the connection.|
@@ -35,46 +35,46 @@ Rather than address all the existing properties, this topic focuses on the prope
|DBPROPSET_MDX_EXTENSIONS|DBPROP_MSMD_MDX_DDL_EXTENSIONS|If bit set for DBPROPVAL_MDX_DLL_CREATESESSIONCUBE.|The grouping feature of OLAP PivotTables is enabled if `CREATE SESSION CUBE` is supported.|
|DBPROPSET_MDX_EXTENSIONS|DBPROP_MSMD_MDX_DDL_EXTENSIONS|If bit set for DBPROPVAL_MDX_DDL_REFRESHCUBE.|If `REFRESH CUBE` command is supported, Excel executes it when an OLAP PivotTable is refreshed.|
|DBPROPSET_MDX_EXTENSIONS|DBPROP_MSMD_MDX_CALCMEMB_EXTENSIONS|If bit set for DBPROPVAL_MDX_CALCMEMB_ADD.|The show calculated members feature in OLAP PivotTable is enabled if `ADDCALCULATEDMEMBERS` is supported in MDX (Multidimensional Expressions).|
-|DBPROPSET_DATASOURCEINFO| [MDPROP_MDX_FORMULAS ](https://msdn.microsoft.com/en-us/library/ms709719.aspx)|If both bits set MDPROPVAL_MF_SCOPE_SESSION, MDPROPVAL_MF_CREATE_CALCMEMBERS.|If the provider supports creating session members ( `CREATE SESSION MEMBER`), Excel enables this feature in OLAP PivotTables (only available in the object model in Excel).|
+|DBPROPSET_DATASOURCEINFO| [MDPROP_MDX_FORMULAS ](https://msdn.microsoft.com/library/ms709719.aspx)|If both bits set MDPROPVAL_MF_SCOPE_SESSION, MDPROPVAL_MF_CREATE_CALCMEMBERS.|If the provider supports creating session members ( `CREATE SESSION MEMBER`), Excel enables this feature in OLAP PivotTables (only available in the object model in Excel).|
|DBPROPSET_SESSION|DBPROP_VISUALMODE|If supported (and subselect not supported, see MDPROP_MDX_SUBQUERIES below). |Enables control of Include hidden items in totals (toggle visual totals).|
|DBPROPSET_DATASOURCEINFO|MDPROP_MDX_SUBQUERIES|If the two lowest bits are set (with this, Excel does not support non-visual totals, see DBPROP_VISUALMODE above).|Enables Label, Date, and Value filtering in Excel PivotTables. Generally uses Excel MDX query construction. Note that this property is introduced with SQL Server 2005 Service Pack 2. Value is always `VARIANT_TRUE` in msolap90.dll.|
|DBPROPSET_DATASOURCEINFO|MDPROP_MDX_DRILL_FUNCTIONS||If the two lowest bits of this property are set, Excel interprets it as the server supporting tuple-based drilling with the `DrillDownLevel` and `DrillDownMember` functions.However, Excel only allows attribute drilling if the lowest two bits of `MDPROP_MDX_SUBQUERIES` are also set (subselects supported).|
-|DBPROPSET_DATASOURCEINFO| [MDPROP_FLATTENING_SUPPORT](https://msdn.microsoft.com/en-us/library/ms720900.aspx)|Check that it is set to MDPROPVAL_FS_FULL_SUPPORT.|Read by Excel, and if it is not set to `MDPROPVAL_FS_FULL_SUPPORT`, an error occurs because Excel does not consider it an OLAP provider.|
+|DBPROPSET_DATASOURCEINFO| [MDPROP_FLATTENING_SUPPORT](https://msdn.microsoft.com/library/ms720900.aspx)|Check that it is set to MDPROPVAL_FS_FULL_SUPPORT.|Read by Excel, and if it is not set to `MDPROPVAL_FS_FULL_SUPPORT`, an error occurs because Excel does not consider it an OLAP provider.|
|DBPROPSET_DATASOURCEINFO| [MDPROP_NAMED_LEVELS](https://msdn.microsoft.com/en-gb/library/ms713691.aspx)|Excel checks that the lowest bit is set (MDPROPVAL_NL_NAMEDLEVELS).|If the lowest bit of this property is not set, Excel fails.|
-|DBPROPSET_DATASOURCEINFO| [MDPROP_MDX_SET_FUNCTIONS](https://msdn.microsoft.com/en-us/library/ms711600.aspx)||Excel queries for this property, but it has no feature-relevant effect.|
-|DBPROPSET_DATASOURCEINFO| [DBPROP_DBMSVER](https://msdn.microsoft.com/en-us/library/ms719676.aspx)|Excel checks whether this value is a string.|Excel does not check the actual value of this property; it only verifies whether it is a string. If it is not a string, Excel fails to connect.|
-|DBPROPSET_DATASOURCEINFO| [DBPROP_DATASOURCE_TYPE](https://msdn.microsoft.com/en-us/library/ms722595.aspx)|Excel checks whether the second lowest bit is set (DBPROPVAL_DST_MDP).|If the lowest bit is set, the provider is considered a multidimensional (OLAP) provider.|
-|DBPROPSET_ROWSET| [DBPROP_ROWSET_ASYNCH](https://msdn.microsoft.com/en-us/library/ms717927.aspx)|If supported.|Excel tries to set this to `DBPROPVAL_ASYNCH_INITIALIZE` but if this fails, Excel falls back into synchronous mode.If supported, it enables Excel to support the user pressing the **Esc** key to stop query execution before it is finished.|
+|DBPROPSET_DATASOURCEINFO| [MDPROP_MDX_SET_FUNCTIONS](https://msdn.microsoft.com/library/ms711600.aspx)||Excel queries for this property, but it has no feature-relevant effect.|
+|DBPROPSET_DATASOURCEINFO| [DBPROP_DBMSVER](https://msdn.microsoft.com/library/ms719676.aspx)|Excel checks whether this value is a string.|Excel does not check the actual value of this property; it only verifies whether it is a string. If it is not a string, Excel fails to connect.|
+|DBPROPSET_DATASOURCEINFO| [DBPROP_DATASOURCE_TYPE](https://msdn.microsoft.com/library/ms722595.aspx)|Excel checks whether the second lowest bit is set (DBPROPVAL_DST_MDP).|If the lowest bit is set, the provider is considered a multidimensional (OLAP) provider.|
+|DBPROPSET_ROWSET| [DBPROP_ROWSET_ASYNCH](https://msdn.microsoft.com/library/ms717927.aspx)|If supported.|Excel tries to set this to `DBPROPVAL_ASYNCH_INITIALIZE` but if this fails, Excel falls back into synchronous mode.If supported, it enables Excel to support the user pressing the **Esc** key to stop query execution before it is finished.|
## Schema Rowset Queries
|**Schema Rowset**|**Column**|**Value**|**Controls**|
|:-----|:-----|:-----|:-----|
-| [MDSCHEMA_CUBES](https://msdn.microsoft.com/en-us/library/aa179343.aspx)|IS_DRILLTHROUGH_ENABLED|TRUE|If set to TRUE, the drill-through (Show Details) feature is enabled for cells in the OLAP PivotTable values area.|
-| [MDSCHEMA_HIERARCHIES](https://msdn.microsoft.com/en-us/library/aa179350.aspx)|STRUCTURE|MD_STRUCTURE_UNBALANCED|Excel has special handling of filtering for unbalanced hierarchies, so these are marked as such for control purposes.|
-| [MDSCHEMA_HIERARCHIES](https://msdn.microsoft.com/en-us/library/ms126062.aspx)|HIERARCHY_ORIGIN|MD_ORIGIN_ATTRIBUTE set and not MD_ORIGIN_USER_DEFINED|Excel has special handling of attribute hierarchies in OLAP PivotTables, so attribute hierarchies are marked as such.|
-| [MDSCHEMA_HIERARCHIES](https://msdn.microsoft.com/en-us/library/ms126062.aspx)|HIERARCHY_DISPLAY_FOLDER||Based on this property, the PivotTable Field List displays hierarchies in folders under their dimensions.|
-| [MDSCHEMA_MEASUREGROUPS](https://msdn.microsoft.com/en-us/library/ms126178.aspx)|MEASUREGROUP_NAME|| **Measures** are listed in a folder representing their measure group in the PivotTable Field List.|
-| [MDSCHEMA_MEASUREGROUPS](https://msdn.microsoft.com/en-us/library/ms126178.aspx)|MEASUREGROUP_CAPTION|| **Measures** are listed in a folder representing their measure group with this caption in the PivotTable Field List.|
-| [MDSCHEMA_SETS](https://msdn.microsoft.com/en-us/library/ms126290.aspx)|SET_DISPLAY_FOLDER||Excel reads the display folder property to enable it to place sets in display folders in the PivotTable Field List.|
-| [MDSCHEMA_SETS](https://msdn.microsoft.com/en-us/library/ms126290.aspx)|SET_CAPTION||Excel reads the set caption for displaying in the PivotTable report and in the PivotTable Field List.|
-| [MDSCHEMA_KPIS](https://msdn.microsoft.com/en-us/library/ms126258.aspx)|KPI_DISPLAY_FOLDER||KPIs (key performance indicators) defined on the server are listed in the PivotTable field list, and the components (value, goal, status, and trend) can be added to the values area. Excel reads this property to place the KPI in the correct display folder in the PivotTable Field List.|
-| [MDSCHEMA_KPIS](https://msdn.microsoft.com/en-us/library/ms126258.aspx)|KPI_PARENT_KPI_NAME||Excel reads this property to place child KPIs in subfolders under their parent KPI in the PivotTable Field List (if display folders are defined, those are used instead).|
-| [MDSCHEMA_KPIS](https://msdn.microsoft.com/en-us/library/ms126258.aspx)|KPI_TREND_GRAPHIC||Excel reads this property and, based on the value, maps it to the closest conditional formatting icon set in Excel when Trend is added to the PivotTable.|
-| [MDSCHEMA_KPIS](https://msdn.microsoft.com/en-us/library/ms126258.aspx)|KPI_STATUS_GRAPHIC||Excel reads this property and, based on the value, maps it to the closest conditional formatting icon set in Excel when Status is added to the PivotTable.|
-| [MDSCHEMA_ACTIONS](https://msdn.microsoft.com/en-us/library/ms126032.aspx)|||Additional Actions feature. Excel exposes server-defined actions in the shortcut menu of an OLAP PivotTable report when actions exist on the server for the selected context.|
-| [MDSCHEMA_MEASURES](https://msdn.microsoft.com/en-us/library/ms126250.aspx)|MEASURE_DISPLAY_FOLDER||Read by Excel so it can place measures in the correct display folder in the PivotTable Field List.|
-| [MDSCHEMA_MEASURES](https://msdn.microsoft.com/en-us/library/ms126250.aspx)|EXPRESSION||Read by Excel to determine whether a measure is calculated. If it is a string and not empty, Excel considers it a calculated measure.|
-| [MDSCHEMA_PROPERTIES](https://msdn.microsoft.com/en-us/library/ms126309.aspx)|PROPERTY_NAME|"MEMBER_VALUE" This schema also used for getting regular member properties. The "MEMBER_VALUE" value is a special case, but there are other usage.|Excel gets the member value property of the key attribute in a dimension by restricting to "MEMBER_VALUE" in the PROPERTY_NAME column.If the data type (DATA_TYPE) of the MEMBER_VALUE property of the key attribute of a Time dimension is **Date**, the PivotTable exposes date filtering instead of label filtering. The actual date filtering is done based on the member value property of the key independent of which hierarchy of that dimension is filtered.| **Note** |
|---|
| Date filtering requires support for subselects (see MDPROP_MDX_SUBQUERIES above). |
|
+| [MDSCHEMA_CUBES](https://msdn.microsoft.com/library/aa179343.aspx)|IS_DRILLTHROUGH_ENABLED|TRUE|If set to TRUE, the drill-through (Show Details) feature is enabled for cells in the OLAP PivotTable values area.|
+| [MDSCHEMA_HIERARCHIES](https://msdn.microsoft.com/library/aa179350.aspx)|STRUCTURE|MD_STRUCTURE_UNBALANCED|Excel has special handling of filtering for unbalanced hierarchies, so these are marked as such for control purposes.|
+| [MDSCHEMA_HIERARCHIES](https://msdn.microsoft.com/library/ms126062.aspx)|HIERARCHY_ORIGIN|MD_ORIGIN_ATTRIBUTE set and not MD_ORIGIN_USER_DEFINED|Excel has special handling of attribute hierarchies in OLAP PivotTables, so attribute hierarchies are marked as such.|
+| [MDSCHEMA_HIERARCHIES](https://msdn.microsoft.com/library/ms126062.aspx)|HIERARCHY_DISPLAY_FOLDER||Based on this property, the PivotTable Field List displays hierarchies in folders under their dimensions.|
+| [MDSCHEMA_MEASUREGROUPS](https://msdn.microsoft.com/library/ms126178.aspx)|MEASUREGROUP_NAME|| **Measures** are listed in a folder representing their measure group in the PivotTable Field List.|
+| [MDSCHEMA_MEASUREGROUPS](https://msdn.microsoft.com/library/ms126178.aspx)|MEASUREGROUP_CAPTION|| **Measures** are listed in a folder representing their measure group with this caption in the PivotTable Field List.|
+| [MDSCHEMA_SETS](https://msdn.microsoft.com/library/ms126290.aspx)|SET_DISPLAY_FOLDER||Excel reads the display folder property to enable it to place sets in display folders in the PivotTable Field List.|
+| [MDSCHEMA_SETS](https://msdn.microsoft.com/library/ms126290.aspx)|SET_CAPTION||Excel reads the set caption for displaying in the PivotTable report and in the PivotTable Field List.|
+| [MDSCHEMA_KPIS](https://msdn.microsoft.com/library/ms126258.aspx)|KPI_DISPLAY_FOLDER||KPIs (key performance indicators) defined on the server are listed in the PivotTable field list, and the components (value, goal, status, and trend) can be added to the values area. Excel reads this property to place the KPI in the correct display folder in the PivotTable Field List.|
+| [MDSCHEMA_KPIS](https://msdn.microsoft.com/library/ms126258.aspx)|KPI_PARENT_KPI_NAME||Excel reads this property to place child KPIs in subfolders under their parent KPI in the PivotTable Field List (if display folders are defined, those are used instead).|
+| [MDSCHEMA_KPIS](https://msdn.microsoft.com/library/ms126258.aspx)|KPI_TREND_GRAPHIC||Excel reads this property and, based on the value, maps it to the closest conditional formatting icon set in Excel when Trend is added to the PivotTable.|
+| [MDSCHEMA_KPIS](https://msdn.microsoft.com/library/ms126258.aspx)|KPI_STATUS_GRAPHIC||Excel reads this property and, based on the value, maps it to the closest conditional formatting icon set in Excel when Status is added to the PivotTable.|
+| [MDSCHEMA_ACTIONS](https://msdn.microsoft.com/library/ms126032.aspx)|||Additional Actions feature. Excel exposes server-defined actions in the shortcut menu of an OLAP PivotTable report when actions exist on the server for the selected context.|
+| [MDSCHEMA_MEASURES](https://msdn.microsoft.com/library/ms126250.aspx)|MEASURE_DISPLAY_FOLDER||Read by Excel so it can place measures in the correct display folder in the PivotTable Field List.|
+| [MDSCHEMA_MEASURES](https://msdn.microsoft.com/library/ms126250.aspx)|EXPRESSION||Read by Excel to determine whether a measure is calculated. If it is a string and not empty, Excel considers it a calculated measure.|
+| [MDSCHEMA_PROPERTIES](https://msdn.microsoft.com/library/ms126309.aspx)|PROPERTY_NAME|"MEMBER_VALUE" This schema also used for getting regular member properties. The "MEMBER_VALUE" value is a special case, but there are other usage.|Excel gets the member value property of the key attribute in a dimension by restricting to "MEMBER_VALUE" in the PROPERTY_NAME column.If the data type (DATA_TYPE) of the MEMBER_VALUE property of the key attribute of a Time dimension is **Date**, the PivotTable exposes date filtering instead of label filtering. The actual date filtering is done based on the member value property of the key independent of which hierarchy of that dimension is filtered.| **Note** |
|---|
| Date filtering requires support for subselects (see MDPROP_MDX_SUBQUERIES above). |
|
|MDSCHEMA_DISCOVER|RESTRICTIONS||Depending on usage, Excel restricts on hierarchies, levels, or measures when reading the MDSCHEMA_DISCOVER rowset to get the RESTRICTIONS. Excel reads schema row by row and finds list of restrictions for all other relevant schemas to obtain the index of the restrictions that affect Excel. The RESTRICTIONS column has a chapter handle to another row set from which Excel looks at the NAME column. In the NAME column, Excel expects to find the strings HIERARCHY_VISIBILITY, MEASURE_VISIBILITY, LEVEL_VISIBILITY (if the provider supports restriction on visibility). If Excel cannot find LCID for determining how to interpret `FORMAT_STRING` when it is **CURRENCY**.
Excel uses this property to determine which currency symbol to use when formatting values with `FORMAT_STRING` set to **Currency**.
[Retrieving Cell Properties](https://msdn.microsoft.com/en-us/library/ms715853.aspx)
Example of calculated measure definition specifying the LANGUAGE property for the client application to pick up:
```CREATE MEMBER CURRENTCUBE.[Measures].[Internet Gross Profit]```
```AS```
```[Measures].[Internet Sales Amount]```
```-```
```[Measures].[Internet Total Product Cost], ```
```FORMAT_STRING = "Currency",```
```BACK_COLOR = 12615680 /*R=0, G=128, B=192*/,```
```FORE_COLOR = 65408 /*R=128, G=255, B=0*/, ```
```FONT_FLAGS = 3 /*Bold, Italic*/, ```
```NON_EMPTY_BEHAVIOR = { [Internet Sales Amount],[Internet Total Product Cost] },```
```VISIBLE = 1,```
```LANGUAGE = 1033 /*Telling client application to display US currency symbol*/;```
|
+| **Language**|LCID for determining how to interpret `FORMAT_STRING` when it is **CURRENCY**.
Excel uses this property to determine which currency symbol to use when formatting values with `FORMAT_STRING` set to **Currency**.
[Retrieving Cell Properties](https://msdn.microsoft.com/library/ms715853.aspx)
Example of calculated measure definition specifying the LANGUAGE property for the client application to pick up:
```CREATE MEMBER CURRENTCUBE.[Measures].[Internet Gross Profit]```
```AS```
```[Measures].[Internet Sales Amount]```
```-```
```[Measures].[Internet Total Product Cost], ```
```FORMAT_STRING = "Currency",```
```BACK_COLOR = 12615680 /*R=0, G=128, B=192*/,```
```FORE_COLOR = 65408 /*R=128, G=255, B=0*/, ```
```FONT_FLAGS = 3 /*Bold, Italic*/, ```
```NON_EMPTY_BEHAVIOR = { [Internet Sales Amount], [Internet Total Product Cost] },```
```VISIBLE = 1,```
```LANGUAGE = 1033 /*Telling client application to display US currency symbol*/;```
|
diff --git a/outlook/How-to/Items-Folders-and-Stores/import-appointment-xml-data-into-outlook-appointment-objects-outlook.md b/outlook/How-to/Items-Folders-and-Stores/import-appointment-xml-data-into-outlook-appointment-objects-outlook.md
index 14d6f418a95..d0f343c8d5b 100644
--- a/outlook/How-to/Items-Folders-and-Stores/import-appointment-xml-data-into-outlook-appointment-objects-outlook.md
+++ b/outlook/How-to/Items-Folders-and-Stores/import-appointment-xml-data-into-outlook-appointment-objects-outlook.md
@@ -15,8 +15,7 @@ This topic shows how to read appointment data formatted in XML, save the data to
|

-|Helmut Obertanner provided the following code samples. Helmut is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/en-us/default.aspx
-) with expertise in Microsoft Office development tools in Microsoft Visual Studio and Microsoft Office Outlook.|
+|Helmut Obertanner provided the following code samples. Helmut is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/) with expertise in Microsoft Office development tools in Microsoft Visual Studio and Microsoft Office Outlook.|
diff --git a/outlook/How-to/Items-Folders-and-Stores/send-an-e-mail-given-the-smtp-address-of-an-account-outlook.md b/outlook/How-to/Items-Folders-and-Stores/send-an-e-mail-given-the-smtp-address-of-an-account-outlook.md
index a642c2fb215..cc5bb4743f2 100644
--- a/outlook/How-to/Items-Folders-and-Stores/send-an-e-mail-given-the-smtp-address-of-an-account-outlook.md
+++ b/outlook/How-to/Items-Folders-and-Stores/send-an-e-mail-given-the-smtp-address-of-an-account-outlook.md
@@ -15,8 +15,7 @@ This topic shows how to create an e-mail and send it from a Microsoft Outlook ac
|

-|Helmut Obertanner provided the following code samples. Helmut is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/en-us/default.aspx
-) with expertise in Microsoft Office development tools in Microsoft Visual Studio and Microsoft Office Outlook.|
+|Helmut Obertanner provided the following code samples. Helmut is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/) with expertise in Microsoft Office development tools in Microsoft Visual Studio and Microsoft Office Outlook.|
diff --git a/outlook/How-to/Office-Fluent-UI-Extensibility/customizing-shortcut-menus.md b/outlook/How-to/Office-Fluent-UI-Extensibility/customizing-shortcut-menus.md
index 36610137d29..70887c5ccae 100644
--- a/outlook/How-to/Office-Fluent-UI-Extensibility/customizing-shortcut-menus.md
+++ b/outlook/How-to/Office-Fluent-UI-Extensibility/customizing-shortcut-menus.md
@@ -52,7 +52,7 @@ You can use Office Fluent UI extensibility to customize the following types of s
- View and view user interface shortcut menus.
-For more information about customizing shortcut menus, including examples, see [Extending the User Interface in Outlook 2010](https://msdn.microsoft.com/en-us/library/ee692172%28office.14%29.aspx) on the MSDN Web site.
+For more information about customizing shortcut menus, including examples, see [Extending the User Interface in Outlook 2010](https://msdn.microsoft.com/library/ee692172%28office.14%29.aspx) on the MSDN Web site.
## See also
diff --git a/outlook/How-to/Office-Fluent-UI-Extensibility/office-fluent-user-interface-extensibility-for-outlook.md b/outlook/How-to/Office-Fluent-UI-Extensibility/office-fluent-user-interface-extensibility-for-outlook.md
index 9eaaad4ced6..6da013af987 100644
--- a/outlook/How-to/Office-Fluent-UI-Extensibility/office-fluent-user-interface-extensibility-for-outlook.md
+++ b/outlook/How-to/Office-Fluent-UI-Extensibility/office-fluent-user-interface-extensibility-for-outlook.md
@@ -26,7 +26,7 @@ Microsoft Office Fluent user interface (UI) extensibility refers to the mechanis
Unlike other Office applications such as Microsoft Word or Microsoft Excel, you cannot customize the ribbon by using Visual Basic for Applications in Outlook. To programmatically customize the UI in Outlook, you must write an add-in. You can update an existing add-in or write an add-in that only targets Outlook. The add-in can be native or managed. Outlook does not support the customization of the ribbon by using Microsoft Office Open XML Format Files.
-For more information and examples of different ways to customize the Outlook UI, see [Extending the User Interface in Outlook 2010](https://msdn.microsoft.com/en-us/library/ee692172%28office.14%29.aspx) on the MSDN Web site.
+For more information and examples of different ways to customize the Outlook UI, see [Extending the User Interface in Outlook 2010](https://msdn.microsoft.com/library/ee692172%28office.14%29.aspx) on the MSDN Web site.
## See also
diff --git a/outlook/How-to/Office-Fluent-UI-Extensibility/updating-earlier-code-for-commandbars.md b/outlook/How-to/Office-Fluent-UI-Extensibility/updating-earlier-code-for-commandbars.md
index 1e21636fb9a..fffaaa87191 100644
--- a/outlook/How-to/Office-Fluent-UI-Extensibility/updating-earlier-code-for-commandbars.md
+++ b/outlook/How-to/Office-Fluent-UI-Extensibility/updating-earlier-code-for-commandbars.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
Command bars have been deprecated since Outlook 2010. Explorer and inspector windows no longer use menu bars and toolbars. Instead, they use the Microsoft Office Fluent ribbon. Programmatically, although your add-in or VBScript code that customized command bars in an explorer or inspector might still work in Outlook, those who use your solution might not easily find the customizations that appear on the **Add-ins** tab of the customized ribbon in the explorer or inspector.
-**Note** To find out more about issues to consider before you upgrade existing solutions, read [Developer Issues When Upgrading Solutions to Outlook 2010](https://msdn.microsoft.com/en-us/library/office/ff864759(v=office.14).aspx).
+**Note** To find out more about issues to consider before you upgrade existing solutions, read [Developer Issues When Upgrading Solutions to Outlook 2010](https://msdn.microsoft.com/library/office/ff864759(v=office.14).aspx).
Instead of using the **CommandBars** property of the [Explorer](../../../api/Outlook.Explorer.md) and [Inspector](../../../api/Outlook.Inspector.md) objects, use ribbon extensibility to customize the ribbon and to customize any menus and submenus off the ribbon. Ribbon extensibility requires an add-in that implements the [IRibbonExtensibility](../../../api/Office.IRibbonExtensibility.md) interface.
diff --git a/outlook/How-to/Security/obtain-and-log-on-to-an-instance-of-outlook.md b/outlook/How-to/Security/obtain-and-log-on-to-an-instance-of-outlook.md
index bc8227a3179..b50685ff0a3 100644
--- a/outlook/How-to/Security/obtain-and-log-on-to-an-instance-of-outlook.md
+++ b/outlook/How-to/Security/obtain-and-log-on-to-an-instance-of-outlook.md
@@ -10,7 +10,7 @@ ms.date: 06/08/2017
This topic shows how to obtain an **[Application](../../../api/Outlook.Application.md)** object that represents an active instance of Outlook, if there is one running on the local computer, or to create a new instance of Outlook, log on to the default profile, and return that instance of Outlook.
-Helmut Obertanner provided the following code samples. Helmut is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/en-us/default.aspx) with expertise in Microsoft Office development tools in Microsoft Visual Studio and Microsoft Office Outlook.
+Helmut Obertanner provided the following code samples. Helmut is a [Microsoft Most Valuable Professional](https://mvp.microsoft.com/) with expertise in Microsoft Office development tools in Microsoft Visual Studio and Microsoft Office Outlook.
The following managed code samples are written in C# and Visual Basic. To run a .NET Framework managed code sample that needs to call into a Component Object Model (COM), you must use an interop assembly that defines and maps managed interfaces to the COM objects in the object model type library.
diff --git a/powerpoint/How-to/use-activex-controls-on-slides.md b/powerpoint/How-to/use-activex-controls-on-slides.md
index 30792ba8f30..94f8129f931 100644
--- a/powerpoint/How-to/use-activex-controls-on-slides.md
+++ b/powerpoint/How-to/use-activex-controls-on-slides.md
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
You can add controls to your slides to provide a sophisticated way to exchange information with the user while a slide show is running. For example, you could use controls on slides to allow viewers of a show designed to be run in a kiosk a way to choose options and then run a custom show based on the viewer's choices.
-For general information on adding and working with controls, see [How to: Use ActiveX Controls on Documents](use-activex-controls-on-documents.md) and[How to: Create Custom Dialog Boxes](create-custom-dialog-boxes.md).
+For general information on adding and working with controls, see [How to: Use ActiveX Controls on Documents](use-activex-controls-on-documents.md) and [How to: Create Custom Dialog Boxes](create-custom-dialog-boxes.md).
Keep the following points in mind when you are working with controls on slides.
diff --git a/visio/Concepts/about-connecting-to-data-in-visio.md b/visio/Concepts/about-connecting-to-data-in-visio.md
index 89647fedefd..aa9905a4b86 100644
--- a/visio/Concepts/about-connecting-to-data-in-visio.md
+++ b/visio/Concepts/about-connecting-to-data-in-visio.md
@@ -123,7 +123,7 @@ Just as you can get the connection string associated with a **DataConnection**
When you import data, Visio assigns integer row IDs, starting with the number 1, to each data row in the resulting data recordset, based upon the order of rows in the original data source. Visio uses data row IDs to track the rows when they are linked to shapes and when data is refreshed. If you want to access data rows programmatically, you must use these data row IDs. For information about how data-refresh operations affect row order, see [About Linking Shapes to Data](about-linking-shapes-to-data.md).
-You can use the **[DataRecordset.GetDataRowIDs](../../api/Visio.DataRecordset.GetDataRowIDs.md)** method to get an array of the IDs of all the rows in a data recordset, where each row represents a single data record. The **GetDataRowIDs** method takes as its parameter a criteria string, which is a string that conforms to the guidelines specified in the ActiveX Data Object (ADO) API for setting the **ADO.Filter** property. By specifying appropriate criteria and using AND and OR operators to separate clauses, you can filter the information in the data recordset to return only certain data recordset rows selectively. To apply no filter (that is, to get all the rows), pass an empty string (""). For more information about criteria strings, see the [Filter Property](https://msdn.microsoft.com/en-us/library/ms676691%28VS.85%29.aspx) topic in the ADO 2.x API Reference. After you retrieve the data-row IDs, you can use the **[DataRecordset.GetRowData](../../api/Visio.DataRecordset.GetRowData.md)** method to get all the data stored in each column in the data row. For more information about data columns, see [About Linking Shapes to Data](about-linking-shapes-to-data.md).
+You can use the **[DataRecordset.GetDataRowIDs](../../api/Visio.DataRecordset.GetDataRowIDs.md)** method to get an array of the IDs of all the rows in a data recordset, where each row represents a single data record. The **GetDataRowIDs** method takes as its parameter a criteria string, which is a string that conforms to the guidelines specified in the ActiveX Data Object (ADO) API for setting the **ADO.Filter** property. By specifying appropriate criteria and using AND and OR operators to separate clauses, you can filter the information in the data recordset to return only certain data recordset rows selectively. To apply no filter (that is, to get all the rows), pass an empty string (""). For more information about criteria strings, see the [Filter Property](https://msdn.microsoft.com/library/ms676691%28VS.85%29.aspx) topic in the ADO 2.x API Reference. After you retrieve the data-row IDs, you can use the **[DataRecordset.GetRowData](../../api/Visio.DataRecordset.GetRowData.md)** method to get all the data stored in each column in the data row. For more information about data columns, see [About Linking Shapes to Data](about-linking-shapes-to-data.md).
The following sample code shows how to use the **GetDataRowIDs** and **GetRowData** methods to return the row ID of each row and then get the data stored in each column in every row of the data recordset passed in. It uses two nested **For…Next** loops to iterate through all the rows in the recordset and then, for each row, iterate through all the columns in that row. The code displays the information returned in the **Immediate** window. Note that you pass an empty string to the **GetDataRowIDs** method to bypass filtering and get all the rows in the recordset. After you call the procedure, note that the first set of data shown (corresponding to the first data row) contains the headings for all the data columns in the data recordset.
diff --git a/visio/Concepts/about-security-settings-and-running-code-in-visio.md b/visio/Concepts/about-security-settings-and-running-code-in-visio.md
index 5db5727b636..3faec28c784 100644
--- a/visio/Concepts/about-security-settings-and-running-code-in-visio.md
+++ b/visio/Concepts/about-security-settings-and-running-code-in-visio.md
@@ -33,8 +33,8 @@ For more information about good security design practices and technologies, sear
## Additional Visio resources
-- To learn more about Visio add-ons and COM add-ins, see the MSDN article, [Overview of Add-ons and COM Add-ins in Visio 2007](https://msdn.microsoft.com/en-us/library/bb851468.aspx).
+- To learn more about Visio add-ons and COM add-ins, see the MSDN article, [Overview of Add-ons and COM Add-ins in Visio 2007](https://msdn.microsoft.com/library/bb851468.aspx).
-- To learn more about the RUNADDON function and the **AddonName** property, see the MSDN article [Changes in the RUNADDON Function and the AddOnName Property for Visio 2002](https://msdn.microsoft.com/en-us/library/aa140368%28office.10%29.aspx).
+- To learn more about the RUNADDON function and the **AddonName** property, see the MSDN article [Changes in the RUNADDON Function and the AddOnName Property for Visio 2002](https://msdn.microsoft.com/library/aa140368%28office.10%29.aspx).
diff --git a/visio/How-to/use-information-rights-management-for-visio.md b/visio/How-to/use-information-rights-management-for-visio.md
index 7cd535ab3ba..e6ad4d9ab6f 100644
--- a/visio/How-to/use-information-rights-management-for-visio.md
+++ b/visio/How-to/use-information-rights-management-for-visio.md
@@ -31,14 +31,14 @@ To use IRM for Visio, you must install the following:
- Visio
-- [Windows Rights Management Client](https://www.microsoft.com/en-us/download/details.aspx?id=4909)
+- [Windows Rights Management Client](https://www.microsoft.com/download/details.aspx?id=4909)
## Protecting a Visio document
-To protect the active document, use the [Permission.Add](https://msdn.microsoft.com/en-us/library/office/ff863139%28v=office.15%29.aspx) method. To check whether a document is protected, use the **Enabled** property of the **Permission** object.
+To protect the active document, use the [Permission.Add](https://msdn.microsoft.com/library/office/ff863139%28v=office.15%29.aspx) method. To check whether a document is protected, use the **Enabled** property of the **Permission** object.
-To remove protection from the active document, use the [Permission.RemoveAll](https://msdn.microsoft.com/en-us/library/office/ff861135%28v=office.15%29.aspx) method, or use the [UserPermission.Remove](https://msdn.microsoft.com/en-us/library/office/ff864865%28v=office.15%29.aspx) method for each user that has access.
+To remove protection from the active document, use the [Permission.RemoveAll](https://msdn.microsoft.com/library/office/ff861135%28v=office.15%29.aspx) method, or use the [UserPermission.Remove](https://msdn.microsoft.com/library/office/ff864865%28v=office.15%29.aspx) method for each user that has access.
## Managing user access to an IRM-protected document
@@ -61,11 +61,11 @@ To give permissions on the active document to a specified user, use the **Permi
| **msoPermissionObjModel**|A user can access the document programmatically. All users need this permission to work with a protected document or to check their permissions on the document.|
| **msoPermissionFullControl**|Full control over the document. All permissions are enabled.|
-To check permissions for a user, use the [UserPermission.Permission](https://msdn.microsoft.com/en-us/library/office/ff862094%28v=office.15%29.aspx) property.
+To check permissions for a user, use the [UserPermission.Permission](https://msdn.microsoft.com/library/office/ff862094%28v=office.15%29.aspx) property.
-To apply permissions by using an administrative policy, use the [Permission.ApplyPolicy](https://msdn.microsoft.com/en-us/library/office/ff864678%28v=office.15%29.aspx) method. Use the **PermissionFromPolicy**, **PolicyName**, and **PolicyDescription** properties to return policy information.
+To apply permissions by using an administrative policy, use the [Permission.ApplyPolicy](https://msdn.microsoft.com/library/office/ff864678%28v=office.15%29.aspx) method. Use the **PermissionFromPolicy**, **PolicyName**, and **PolicyDescription** properties to return policy information.
-To remove permissions for a specified user, use the [UserPermission.Remove](https://msdn.microsoft.com/en-us/library/office/ff864865%28v=office.15%29.aspx) method. To remove all restrictions on the active document, use the [Permission.RemoveAll](https://msdn.microsoft.com/en-us/library/office/ff861135%28v=office.15%29.aspx) method.
+To remove permissions for a specified user, use the [UserPermission.Remove](https://msdn.microsoft.com/library/office/ff864865%28v=office.15%29.aspx) method. To remove all restrictions on the active document, use the [Permission.RemoveAll](https://msdn.microsoft.com/library/office/ff861135%28v=office.15%29.aspx) method.
## Accessing an IRM-protected document
diff --git a/word/Concepts/Customizing-Word/frequently-asked-visual-basic-questions.md b/word/Concepts/Customizing-Word/frequently-asked-visual-basic-questions.md
index 90e26ca23dc..93ffd01e171 100644
--- a/word/Concepts/Customizing-Word/frequently-asked-visual-basic-questions.md
+++ b/word/Concepts/Customizing-Word/frequently-asked-visual-basic-questions.md
@@ -57,6 +57,6 @@ ms.date: 06/08/2017
[How do I convert my WordBasic macros to Microsoft Visual Basic?](converting-wordbasic-macros-to-visual-basic.md)
- [How do I find the Visual Basic equivalent for a WordBasic command or function?](https://msdn.microsoft.com/en-us/library/office/aa158432%28v=office.10%29.aspx)
+ [How do I find the Visual Basic equivalent for a WordBasic command or function?](https://msdn.microsoft.com/library/office/aa158432%28v=office.10%29.aspx)
diff --git a/word/Concepts/Objects-Properties-Methods/create-custom-bibliography-styles.md b/word/Concepts/Objects-Properties-Methods/create-custom-bibliography-styles.md
index 71ff05f3f1a..b460c4b4d09 100644
--- a/word/Concepts/Objects-Properties-Methods/create-custom-bibliography-styles.md
+++ b/word/Concepts/Objects-Properties-Methods/create-custom-bibliography-styles.md
@@ -525,6 +525,6 @@ This article showed how to create a custom bibliography style in Word, first by
- [What's new for Word 2013 developers](../../../api/overview/Word.md)
- [Office and Office 365 Developer Blog](https://blogs.msdn.com/b/officedevdocs/)
-- [Word for developers website](https://docs.microsoft.com/en-us/office/client-developer/word/word-home)
+- [Word for developers website](https://docs.microsoft.com/office/client-developer/word/word-home)
diff --git a/word/Concepts/Working-with-Word/working-with-content-controls.md b/word/Concepts/Working-with-Word/working-with-content-controls.md
index 7602c9305ed..1dd97724845 100644
--- a/word/Concepts/Working-with-Word/working-with-content-controls.md
+++ b/word/Concepts/Working-with-Word/working-with-content-controls.md
@@ -36,7 +36,7 @@ The following table shows the objects in the Word object model that relate to co
Each of these objects or collections has methods and properties that allow you to work with the content controls both individually and as a collection. Because there are various types of content controls (see the following section "Types of Content Controls"), the **ContentControl** object has members that might not apply to all the different types of content controls. The following table shows those properties and methods of the **ContentControl** object that only apply to certain types of content controls.
> [!NOTE]
-> For a complete list of all properties and methods of the **ContentControl** object, see [Content Controls](https://msdn.microsoft.com/en-us/library/bb157891.aspx).
+> For a complete list of all properties and methods of the **ContentControl** object, see [Content Controls](https://msdn.microsoft.com/library/bb157891.aspx).
|**Property/Method**|**Applies To**|
|:-----|:-----|
From 5b65174bc88e4fd4a155baab4fc85683aa40349b Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Tue, 25 Sep 2018 19:28:24 -0700
Subject: [PATCH 09/15] Merge "Linda access 925" to master (#212)
* Edit pass and TOC update
Removed "Maintenance" section and redirected relevant topics
* Fixed Access Resources section
* Removed "on MSDN" from forum link
* removed Access > Maintenance folder and files
* Alphabetized some TOC sections
* Alphabetized TOC Access Concepts groups
* Edit on Settings
* Fixed broken links caused by removed file
---
.openpublishing.redirection.json | 14 +-
.../elements-of-run-time-error-handling.md | 21 +-
...-a-filter-when-opening-a-form-or-report.md | 12 +-
.../Concepts/Forms-Design/cancel-an-event.md | 40 ++--
...on-of-a-record-by-using-custom-criteria.md | 8 +-
...ilter-or-sort-order-of-a-form-or-report.md | 13 +-
.../create-multiple-instances-of-a-form.md | 17 +-
...le-page-up-and-page-down-keys-in-a-form.md | 11 +-
.../prompt-a-user-before-closing-a-form.md | 8 +-
...execution-until-a-pop-up-form-is-closed.md | 8 +-
.../synchronize-two-combo-boxes-on-a-form.md | 11 +-
...-time-criteria-from-a-control-on-a-form.md | 29 +--
.../Forms/add-a-value-to-a-bound-combo-box.md | 10 +-
...urrent-record-is-a-new-record-in-a-form.md | 8 +-
...alog-box-when-the-user-deletes-a-record.md | 8 +-
...-checks-when-editing-a-record-in-a-form.md | 8 +-
.../prompt-a-user-before-saving-a-record.md | 6 +-
...meric-criteria-from-a-control-on-a-form.md | 18 +-
...xtual-criteria-from-a-control-on-a-form.md | 16 +-
...use-user-input-to-build-filter-criteria.md | 8 +-
.../compact-and-repair-a-database.md | 12 --
.../handle-run-time-errors-in-vba.md | 203 ------------------
.../Miscellaneous/0-database-engine-driver.md | 2 +-
.../5-database-engine-driver-1-of-2.md | 2 +-
.../5-database-engine-driver-2-of-2.md | 2 +-
...successful-try-reinstalling-the-applica.md | 2 +-
...as-performed-on-the-operationerror-3642.md | 2 +-
...ing-returned-to-the-recordseterror-3647.md | 2 +-
...operation-from-being-executederror-3667.md | 2 +-
...r-writing-to-the-temp-directoryerror-35.md | 2 +-
...ct-the-problem-by-repairing-and-compact.md | 2 +-
...ap-file-has-reached-its-limiterror-3539.md | 2 +-
...-data-in-a-text-memo-or-hyperlink-field.md | 2 +-
...at-destination-dropbox-foldererror-3562.md | 2 +-
.../access-miscellaneous-how-do-i.md | 4 -
...accessing-dropbox-folder-nameerror-3468.md | 2 +-
.../account-name-already-existserror-3390.md | 2 +-
...e-is-not-a-valid-account-nameerror-3030.md | 2 +-
access/Concepts/Miscellaneous/action-query.md | 2 +-
.../adding-records-using-addnew.md | 2 +-
.../addnew-or-edit-already-usederror-3023.md | 2 +-
.../ado-event-instantiation-by-language.md | 2 +-
...visual-c-plus-plus-syntax-index-for-com.md | 2 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
...mples-in-visual-basic-scripting-edition.md | 2 +-
.../ado-md-code-examples-in-visual-basic.md | 2 +-
.../Miscellaneous/ado-md-code-examples.md | 2 +-
.../ado-programmer-s-reference.md | 2 +-
.../Miscellaneous/ado-syntax-indexes.md | 2 +-
.../Miscellaneous/ado-wfc-syntax-index.md | 2 +-
...-cannot-remove-the-replication-features.md | 2 +-
...-expressions-cannot-use-guidserror-3600.md | 2 +-
...r-replicas-are-already-in-useerror-3555.md | 2 +-
.../allow-multiple-values-property.md | 2 +-
.../Miscellaneous/allowbypasskey-property.md | 2 +-
.../allowspecialkeys-property.md | 2 +-
.../Miscellaneous/allowzerolength-property.md | 2 +-
...annot-be-used-as-a-row-sourceerror-3417.md | 2 +-
...tion-call-is-not-yet-completeerror-3664.md | 2 +-
...empty-text-file-to-import-or-link-a-tex.md | 2 +-
...ternet-function-has-timed-outerror-3742.md | 2 +-
access/Concepts/Miscellaneous/and-operator.md | 2 +-
...-be-returned-by-this-subqueryerror-3354.md | 2 +-
.../Miscellaneous/axis-example-vbscript.md | 2 +-
.../between-operator-without-anderror-2430.md | 2 +-
...t-be-used-in-a-boolean-filtererror-3658.md | 2 +-
.../Concepts/Miscellaneous/bound-control.md | 2 +-
.../calculating-fields-in-sql-functions.md | 2 +-
...fferences-in-string-function-operations.md | 2 +-
...nt-only-in-version-1-0-formaterror-3334.md | 2 +-
...there-is-no-active-connectionerror-3668.md | 2 +-
.../cancel-method-example-vbscript.md | 2 +-
.../cancelupdate-method-example-vbscript.md | 2 +-
...o-3-0-bound-dbf-file-filenameerror-3623.md | 2 +-
...-namedelete-obsolete-columns-and-compac.md | 2 +-
...-table-name-not-in-result-seterror-3348.md | 2 +-
...-table-name-not-in-result-seterror-3347.md | 2 +-
...a-part-of-a-fields-collectionerror-3266.md | 2 +-
...lation-with-no-fields-definederror-3366.md | 2 +-
...part-of-an-indexes-collectionerror-3269.md | 2 +-
...ready-exists-in-the-collectionerror-336.md | 2 +-
...les-for-this-table-are-in-useerror-3302.md | 2 +-
.../cannot-change-field-nameerror-3720.md | 2 +-
...ord-on-a-shared-open-databaseerror-3621.md | 2 +-
...name-object-in-name-container-could-not.md | 2 +-
...ip-between-a-field-and-itselferror-3206.md | 2 +-
...ionship-on-linked-odbc-tableserror-3613.md | 2 +-
.../cannot-create-a-relationshiperror-3300.md | 2 +-
...-a-workgroup-information-fileerror-3639.md | 2 +-
...plica-using-a-partial-replicaerror-3634.md | 2 +-
...this-mapi-folder-address-bookerror-3788.md | 2 +-
...because-the-locale-is-invaliderror-3424.md | 2 +-
...eate-index-on-the-given-fielderror-3287.md | 2 +-
...-a-workgroup-information-fileerror-3635.md | 2 +-
...le-name-does-not-have-a-primary-keyerro.md | 2 +-
...ferential-integrity-existing-data-in-ta.md | 2 +-
...eate-replica-of-a-sql-replicaerror-3753.md | 2 +-
...from-the-given-source-replicaerror-3737.md | 2 +-
...t-define-field-more-than-onceerror-3191.md | 2 +-
...ot-delete-a-built-in-propertyerror-3384.md | 2 +-
...index-or-is-needed-by-the-systemerror-3.md | 2 +-
...-of-one-or-more-relationshipserror-3383.md | 2 +-
...rom-a-prevent-deletes-replicaerror-3754.md | 2 +-
...elete-one-or-more-objectsnameerror-3773.md | 2 +-
...nnot-delete-spreadsheet-cellserror-3435.md | 2 +-
...-of-one-or-more-relationshipserror-3303.md | 2 +-
...ither-the-current-index-or-is-used-in-a.md | 2 +-
...-design-master-for-the-replica-seterror.md | 2 +-
...eld-on-one-side-of-outer-joinerror-3332.md | 2 +-
...cannot-execute-a-select-queryerror-3065.md | 2 +-
...ements-on-linked-data-sourceserror-3611.md | 2 +-
.../cannot-expand-named-rangeerror-3434.md | 2 +-
...nnot-find-table-or-constrainterror-3371.md | 2 +-
.../cannot-find-the-dll-nameerror-3463.md | 2 +-
...the-synchronizer-mstran40-exeerror-3627.md | 2 +-
...elds-selected-with-table-nameerror-3120.md | 2 +-
...group-on-fields-selected-witherror-3121.md | 2 +-
...-on-memo-or-ole-object-clauseerror-3119.md | 2 +-
...tion-in-expression-expressionerror-3095.md | 2 +-
...ion-in-group-by-clause-clauseerror-3098.md | 2 +-
...n-in-join-operation-operationerror-3099.md | 2 +-
...ion-in-order-by-clause-clauseerror-3097.md | 2 +-
...nction-in-where-clause-clauseerror-3096.md | 2 +-
...-aggregate-argument-statementerror-3115.md | 2 +-
...criteria-criteria-for-aggregate-functio.md | 2 +-
...re-than-10-fields-in-an-indexerror-3277.md | 2 +-
...assword-protected-spreadsheeterror-3244.md | 2 +-
...u-select-unique-values-statementerror-3.md | 2 +-
...ere-are-too-many-applications-runninger.md | 2 +-
...om-internal-report-query-nameerror-3124.md | 2 +-
...insert-data-with-action-queryerror-3084.md | 2 +-
...table-with-the-same-name-nameerror-3081.md | 2 +-
...in-on-memo-or-ole-object-nameerror-3118.md | 2 +-
.../cannot-load-dll-nameerror-3633.md | 2 +-
...the-requested-xbase-memo-fileerror-3166.md | 2 +-
...e-object-in-name-container-could-not-be.md | 2 +-
...-make-the-database-replicableerror-3455.md | 2 +-
...-in-name-container-replicableerror-3456.md | 2 +-
...-in-name-container-replicableerror-3583.md | 2 +-
...cable-due-to-too-many-columnserror-3705.md | 2 +-
...cable-due-to-too-many-indexeserror-3706.md | 2 +-
...other-user-has-the-table-openerror-3422.md | 2 +-
...it-is-in-a-read-only-databaseerror-3370.md | 16 +-
...evious-version-of-your-applicationerror.md | 18 +-
...y-contains-a-user-defined-function-that.md | 16 +-
...cannot-open-action-query-nameerror-3064.md | 16 +-
...annot-open-any-more-databaseserror-3048.md | 16 +-
.../cannot-open-any-more-fileserror-3025.md | 16 +-
...en-any-more-tables-or-querieserror-3037.md | 16 +-
.../cannot-open-any-more-tableserror-3014.md | 16 +-
...database-that-your-application-recogniz.md | 18 +-
...ot-open-library-database-nameerror-3007.md | 16 +-
...-because-the-table-is-already-in-useerr.md | 16 +-
...-table-open-using-a-different-network-c.md | 16 +-
...the-log-file-name-for-writingerror-3474.md | 16 +-
...ne-workgroup-information-fileerror-3358.md | 16 +-
...e-because-paradoxnetstyle-is-set-to-3-x.md | 18 +-
...ld-cause-field-name-to-become-a-zero-le.md | 16 +-
...ld-cause-field-name-to-become-null-whic.md | 16 +-
...ld-result-in-a-duplicate-key-in-table-n.md | 16 +-
...ld-result-in-a-null-key-in-table-nameer.md | 16 +-
...uld-result-in-two-updates-to-field-name.md | 18 +-
...le-name-because-it-is-currently-in-usee.md | 18 +-
...ading-operation-on-table-nameerror-3413.md | 16 +-
...related-records-exist-in-table-namerefe.md | 16 +-
...lue-entered-is-prohibited-by-the-valida.md | 8 +-
...must-be-a-related-record-in-table-namee.md | 16 +-
...ding-operationvalidation-texterror-3403.md | 16 +-
...ble-because-it-is-currently-in-use-by-a.md | 18 +-
...d-restriction-a-value-being-searched-or.md | 16 +-
...-this-version-are-not-available-in-data.md | 16 +-
...cannot-perform-this-operationerror-3032.md | 18 +-
...tion-expression-on-this-fielderror-3313.md | 16 +-
...-replica-s-filter-because-the-replica-h.md | 16 +-
...able-name-name-in-from-clauseerror-3074.md | 16 +-
...columns-exceeds-the-maximum-allowederro.md | 16 +-
...-for-a-member-of-the-replica-seterror-3.md | 16 +-
...property-is-a-schema-propertyerror-3394.md | 16 +-
...ield-name-in-join-key-to-nullerror-3100.md | 16 +-
...iple-null-not-null-attributeserror-3806.md | 16 +-
...arameter-for-the-synchronizererror-3493.md | 18 +-
...s-property-for-remote-objectserror-3365.md | 16 +-
...bject-is-part-of-a-collectionerror-3268.md | 16 +-
.../cannot-set-valueerror-2448.md | 16 +-
...-on-memo-or-ole-object-clauseerror-3117.md | 16 +-
...-in-a-crosstab-query-more-than-onceerro.md | 16 +-
...up-information-file-is-missing-or-opene.md | 16 +-
...-with-another-partial-replicaerror-3648.md | 16 +-
...tabase-or-object-is-read-onlyerror-3027.md | 18 +-
...field-namefield-not-updatableerror-3113.md | 19 +-
...ate-replication-system-columnerror-3577.md | 16 +-
...clause-in-transform-statementerror-3092.md | 16 +-
.../cannot-use-in-crosstab-queryerror-3123.md | 16 +-
...not-use-internal-report-queryerror-3083.md | 16 +-
...in-the-select-clause-of-a-union-queryer.md | 16 +-
...on-fixed-column-as-a-subqueryerror-3637.md | 16 +-
.../Miscellaneous/catalog-example-vb.md | 2 +-
.../Miscellaneous/cellset-example-vb.md | 4 +-
...nd-after-end-of-sql-statementerror-3142.md | 2 +-
...onstraint-name-already-existserror-3756.md | 2 +-
...onstraint-name-does-not-existerror-3755.md | 2 +-
...lowed-in-replicable-databaseserror-3798.md | 2 +-
...be-transferred-to-this-table-check-cons.md | 2 +-
...n-query-definition-s-select-listerror-3.md | 2 +-
...nce-caused-by-query-referenceerror-3102.md | 18 +-
...onizer-to-terminate-operationerror-3535.md | 2 +-
...tions-ado-for-visual-c-plus-plus-syntax.md | 2 +-
.../collections-ado-wfc-syntax.md | 2 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
.../Concepts/Miscellaneous/color-builder.md | 2 +-
...mmand-ado-for-visual-c-plus-plus-syntax.md | 2 +-
.../Miscellaneous/command-ado-wfc-syntax.md | 2 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
...te-replica-operation-to-fail-try-againe.md | 2 +-
...lict-tables-cannot-be-renamederror-3769.md | 2 +-
.../connect-property-example-vbscript.md | 2 +-
...ction-ado-for-visual-c-plus-plus-syntax.md | 2 +-
.../connection-ado-wfc-syntax.md | 2 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
.../constants-enumeration-access.md | 2 +-
.../convert-library-databases-and-add-ins.md | 2 +-
...converttostring-method-example-vbscript.md | 2 +-
...-make-the-database-replicableerror-3580.md | 2 +-
.../could-not-build-keyerror-3250.md | 17 +-
...-many-indexes-already-definederror-3039.md | 16 +-
...ssion-for-table-or-query-nameerror-3111.md | 16 +-
...s-needed-to-make-the-database-replicabl.md | 16 +-
.../could-not-decrypt-fileerror-3161.md | 16 +-
...-delete-from-specified-tableserror-3086.md | 17 +-
...y-could-not-find-linked-tableerror-3184.md | 19 +-
...ansport-for-this-synchronizererror-3509.md | 16 +-
.../could-not-find-field-nameerror-3799.md | 16 +-
.../could-not-find-fielderror-3018.md | 19 +-
.../could-not-find-file-nameerror-3024.md | 18 +-
...uld-not-find-installable-isamerror-3170.md | 18 +-
...ind-network-path-or-user-nameerror-3171.md | 16 +-
...ld-not-find-output-table-nameerror-3192.md | 17 +-
.../could-not-find-referenceerror-3199.md | 16 +-
...n-the-msystranspaddress-tableerror-3518.md | 16 +-
...s-found-or-all-records-contain-errorser.md | 16 +-
.../could-not-lock-fileerror-3050.md | 16 +-
...-by-user-name-on-machine-nameerror-3212.md | 16 +-
...-by-user-name-on-machine-nameerror-3262.md | 16 +-
.../could-not-open-file-nameerror-3176.md | 16 +-
.../could-not-open-inf-fileerror-3165.md | 18 +-
.../could-not-open-paradox-neterror-3172.md | 19 +-
...he-workgroup-information-fileerror-3173.md | 16 +-
...he-workgroup-information-fileerror-3174.md | 16 +-
...first-row-of-the-import-tableerror-3245.md | 17 +-
...-by-user-name-on-machine-nameerror-3187.md | 16 +-
...tions-permission-for-table-or-query-nam.md | 16 +-
...rently-locked-by-another-usererror-3624.md | 16 +-
...-rename-installable-isam-fileerror-3013.md | 18 +-
...ould-not-repair-this-databaseerror-3056.md | 16 +-
...rently-locked-by-another-usererror-3046.md | 16 +-
...rently-locked-by-another-usererror-3202.md | 18 +-
...-by-user-name-on-machine-nameerror-3186.md | 18 +-
...rently-locked-by-another-usererror-3158.md | 16 +-
...-many-sessions-already-activeerror-3198.md | 16 +-
.../could-not-start-sessionerror-3002.md | 16 +-
...y-transactions-already-nestederror-3003.md | 16 +-
...other-session-on-this-machineerror-3188.md | 16 +-
...-by-user-name-on-machine-nameerror-3260.md | 19 +-
...d-not-update-currently-lockederror-3218.md | 18 +-
...t-use-namefile-already-in-useerror-3045.md | 16 +-
.../could-not-write-to-file-nameerror-3180.md | 17 +-
...definition-not-in-valid-rangeerror-3770.md | 2 +-
...createrecordset-method-example-vbscript.md | 2 +-
...-s-registry-tree-to-manage-the-settings.md | 2 +-
...invalid-fixed-column-headingserror-3322.md | 2 +-
.../Concepts/Miscellaneous/crosstab-query.md | 2 +-
.../Miscellaneous/cubedef-example-vbscript.md | 2 +-
.../data-type-conversion-errorerror-3421.md | 2 +-
...smatch-in-criteria-expressionerror-3464.md | 2 +-
.../database-already-existserror-3204.md | 2 +-
...base-has-reached-maximum-sizeerror-3036.md | 2 +-
...atabase-is-already-replicableerror-3784.md | 2 +-
...se-name-is-exclusively-lockederror-3006.md | 2 +-
...-is-not-a-valid-database-nameerror-3005.md | 2 +-
.../datacontrol-object-example-vbscript.md | 2 +-
...nd-createobject-method-example-vbscript.md | 2 +-
.../Miscellaneous/dataspace-ado-wfc-syntax.md | 2 +-
...nd-createobject-method-example-vbscript.md | 2 +-
.../Miscellaneous/datatype-property.md | 2 +-
...ge-or-is-in-an-invalid-formaterror-3175.md | 2 +-
...ause-it-is-referenced-by-constraint-nam.md | 2 +-
.../delete-ri-conflicterror-3717.md | 2 +-
...is-not-supported-by-this-isamerror-3617.md | 2 +-
.../description-property-access.md | 2 +-
...stinationdb-destinationtable-properties.md | 2 +-
...d-to-support-indirect-synchronization-a.md | 2 +-
...accessing-dropbox-folder-nameerror-3470.md | 2 +-
...while-accessing-log-file-nameerror-3473.md | 2 +-
.../disk-full-for-path-nameerror-3472.md | 2 +-
...at-destination-dropbox-foldererror-3558.md | 16 +-
.../disk-i-o-error-during-readerror-3040.md | 19 +-
.../disk-or-network-errorerror-3043.md | 18 +-
.../Miscellaneous/displaycontrol-property.md | 2 +-
...-have-feedback-about-mdac-documentation.md | 2 +-
...name-is-syntactically-invaliderror-3477.md | 2 +-
.../duplicate-output-alias-nameerror-3062.md | 2 +-
...icate-output-destination-nameerror-3063.md | 2 +-
...ntered-unexpected-end-of-fileerror-3179.md | 2 +-
access/Concepts/Miscellaneous/error-3072.md | 16 +-
...error-ado-for-visual-c-plus-plus-syntax.md | 2 +-
.../Miscellaneous/error-ado-wfc-syntax.md | 2 +-
...error-text-in-validation-ruleerror-3405.md | 2 +-
...straintadditional-informationerror-3802.md | 8 +-
...aluating-a-partial-expressionerror-3656.md | 17 +-
...ter-expression-for-table-nameerror-3657.md | 16 +-
...e-level-validation-expressionerror-3320.md | 16 +-
...ng-a-microsoft-excel-5-0-fileerror-3432.md | 16 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
...the-partial-filter-expressionerror-3588.md | 2 +-
.../Miscellaneous/event-properties.md | 2 +-
...t-be-created-on-import-exporterror-3618.md | 2 +-
.../execute-method-ado-command.md | 2 +-
.../execute-method-ado-connection.md | 2 +-
...etchoptions-properties-example-vbscript.md | 2 +-
...ted-query-name-after-execute-error-3732.md | 16 +-
.../expression-too-complexerror-2445.md | 16 +-
...is-not-in-the-expected-formaterror-3274.md | 16 +-
.../Miscellaneous/extra-error-2435.md | 16 +-
.../failed-to-load-rdocurs-dllerror-3672.md | 16 +-
...ed-to-read-the-dropbox-foldererror-3512.md | 16 +-
.../failed-to-send-a-messageerror-3519.md | 16 +-
...o-write-to-the-dropbox-foldererror-3513.md | 16 +-
.../failure-creating-fileerror-3436.md | 18 +-
...ile-from-the-server-using-ftperror-3680.md | 16 +-
...-file-to-the-server-using-ftperror-3681.md | 16 +-
...to-connect-to-the-ftp-serviceerror-3678.md | 16 +-
...-file-on-the-server-using-ftperror-3682.md | 16 +-
...o-open-file-using-ftp-serviceerror-3679.md | 16 +-
...e-to-execute-the-http-requesterror-3677.md | 18 +-
.../failure-to-load-a-dllerror-3462.md | 16 +-
...andle-try-the-operation-againerror-3675.md | 16 +-
...rmine-whether-the-database-is-open-in-e.md | 16 +-
...ause-destination-disk-is-fullerror-3559.md | 16 +-
...andle-try-the-operation-againerror-3676.md | 16 +-
...-to-the-synchronizer-log-fileerror-3471.md | 16 +-
...iting-to-the-synchronizer-logerror-3507.md | 16 +-
...rch-on-non-column-references-error-3768.md | 16 +-
...essing-a-local-dropbox-foldererror-3563.md | 16 +-
...field-ado-for-visual-c-plus-plus-syntax.md | 2 +-
.../Miscellaneous/field-ado-wfc-syntax.md | 2 +-
...-already-exists-in-table-nameerror-3380.md | 17 +-
...annot-be-a-zero-length-stringerror-3315.md | 16 +-
...pression-and-cannot-be-editederror-3327.md | 16 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
.../field-will-not-fit-in-recorderror-3016.md | 17 +-
.../Miscellaneous/fieldsize-property.md | 2 +-
...e-sharing-lock-count-exceedederror-3052.md | 19 +-
...sortcolumn-and-sortdirection-properties.md | 2 +-
...rst-last-functions-microsoft-access-sql.md | 2 +-
.../foreign-key-violationerror-3719.md | 2 +-
access/Concepts/Miscellaneous/form-section.md | 2 +-
...fied-external-database-formaterror-3286.md | 2 +-
...-not-available-in-expressionserror-2426.md | 2 +-
...ng-help-from-microsoft-help-and-support.md | 2 +-
...nd-method-criteria-expressionerror-3614.md | 16 +-
...-for-naming-fields-controls-and-objects.md | 2 +-
...ested-guid-could-not-be-founderror-3548.md | 2 +-
.../handler-property-example-vb.md | 2 +-
.../handler-property-example-vc-plus-plus.md | 2 +-
.../handler-property-example-vj-plus-plus.md | 2 +-
.../handline-errors-in-visual-j-plus-plus.md | 2 +-
...thout-grouping-or-aggregationerror-3091.md | 2 +-
.../Miscellaneous/ignore-nulls-property.md | 2 +-
.../iif-function-without-error-2440.md | 2 +-
...legal-column-level-constrainterror-3789.md | 17 +-
...ormed-on-a-sql-server-replicaerror-3777.md | 16 +-
.../illegal-reference-in-queryerror-3451.md | 16 +-
.../in-clause-microsoft-access-sql.md | 2 +-
.../in-operator-microsoft-access-sql.md | 2 +-
.../in-operator-without-error-2429.md | 2 +-
...mn-column-does-not-specify-a-widtherror.md | 2 +-
...amethe-name-option-is-invaliderror-3442.md | 2 +-
...ersion-of-an-installable-isamerror-3429.md | 2 +-
.../incorrect-collating-sequenceerror-3220.md | 16 +-
...f-the-dll-file-name-was-founderror-3445.md | 17 +-
.../index-already-existserror-3284.md | 16 +-
.../Miscellaneous/index-definition.md | 2 +-
.../index-file-not-founderror-3256.md | 16 +-
.../index-not-founderror-3015.md | 2 +-
...y-cannot-contain-a-null-valueerror-3058.md | 2 +-
.../Miscellaneous/indexed-property.md | 2 +-
...fferences-in-string-function-operations.md | 2 +-
...-memory-to-complete-operationerror-3584.md | 2 +-
...-could-not-be-found-or-loadederror-3674.md | 16 +-
.../internet-is-too-slowerror-3650.md | 16 +-
.../internet-login-failureerror-3652.md | 16 +-
.../internet-not-set-uperror-3653.md | 16 +-
...chronizer-exited-unexpectedlyerror-3683.md | 16 +-
.../internettimeout-property-example-vb.md | 2 +-
...ettimeout-property-example-vc-plus-plus.md | 2 +-
...ettimeout-property-example-vj-plus-plus.md | 2 +-
.../intrinsic-constants-as-bit-masks.md | 2 +-
...or-destination-dropbox-foldererror-3557.md | 16 +-
.../invalid-argumenterror-3001.md | 18 +-
...nts-used-with-domain-functionerror-2428.md | 16 +-
...valid-bracketing-of-name-nameerror-3126.md | 16 +-
...e-key-of-the-windows-registryerror-3227.md | 17 +-
...-string-in-pass-through-queryerror-3305.md | 16 +-
...lid-database-object-referenceerror-3276.md | 16 +-
.../invalid-database-objecterror-3263.md | 16 +-
...ion-in-initialization-settingerror-3337.md | 18 +-
...e-key-of-the-windows-registryerror-3213.md | 18 +-
...e-key-of-the-windows-registryerror-3208.md | 18 +-
.../invalid-dropbox-path-nameerror-3476.md | 16 +-
...eration-in-table-name-because-the-value.md | 17 +-
...in-the-replicafilter-propertyerror-3587.md | 16 +-
.../invalid-field-data-typeerror-3259.md | 16 +-
...tion-of-index-or-relationshiperror-3409.md | 18 +-
.../invalid-file-formaterror-3182.md | 18 +-
.../invalid-http-addresserror-3685.md | 16 +-
.../invalid-index-definitionerror-3285.md | 17 +-
.../invalid-inf-fileerror-3168.md | 16 +-
.../invalid-internet-addresserror-3651.md | 16 +-
...e-key-of-the-windows-registryerror-3214.md | 18 +-
...r-ole-object-in-subquery-nameerror-3342.md | 16 +-
...tting-in-the-windows-registryerror-3248.md | 18 +-
.../invalid-operationerror-3219.md | 18 +-
...tting-in-the-windows-registryerror-3249.md | 18 +-
.../invalid-partner-synchronizererror-3741.md | 16 +-
...partner-synchronizererror-3741ado-error.md | 16 +-
...or-destination-dropbox-foldererror-3556.md | 16 +-
...ecision-for-decimal-data-typeerror-3700.md | 16 +-
.../invalid-property-valueerror-3271.md | 18 +-
.../Miscellaneous/invalid-rangeerror-3181.md | 16 +-
...reference-in-select-statementerror-3242.md | 16 +-
.../invalid-replica-path-or-nameerror-3686.md | 16 +-
...d-scale-for-decimal-data-typeerror-3701.md | 16 +-
...es-section-of-the-windows-registryerror.md | 16 +-
...nsertprocedureselector-updateerror-3129.md | 16 +-
...-syntax-expected-token-actionerror-3762.md | 17 +-
...sql-syntax-expected-token-as-error-3728.md | 16 +-
...n-compression-to-follow-with-error-3723.md | 16 +-
...yntax-expected-token-default-error-3722.md | 16 +-
...syntax-expected-token-select-error-3729.md | 16 +-
...ected-token-update-or-delete-error-3724.md | 16 +-
...nd-or-one-delete-rule-allowed-error-372.md | 16 +-
...vilege-such-as-createdb-or-connect-erro.md | 16 +-
...ntaxexpected-a-procedure-nameerror-3781.md | 16 +-
...ql-syntaxexpected-a-view-nameerror-3780.md | 16 +-
...yntaxexpected-constraint-nameerror-3721.md | 17 +-
...cascade-set-null-or-no-actionerror-3725.md | 16 +-
...yntaxexpected-token-database-error-3785.md | 16 +-
...sql-syntaxexpected-token-nullerror-3726.md | 16 +-
...taxexpected-token-privileges-error-3689.md | 16 +-
.../invalid-table-name-in-filtererror-3631.md | 16 +-
...-top-argument-in-select-queryerror-3308.md | 16 +-
.../invalid-use-of!orerror-2423.md | 16 +-
.../invalid-use-of!orerror-2447.md | 16 +-
.../invalid-use-of-is-operatorerror-2443.md | 16 +-
.../invalid-use-of-parentheseserror-2442.md | 16 +-
.../invalid-use-of-vertical-barserror-2437.md | 16 +-
...-not-found-in-this-collectionerror-3265.md | 18 +-
...join-expression-not-supportederror-3296.md | 18 +-
...d-that-is-not-in-one-of-the-joined-tabl.md | 17 +-
...ame-not-listed-in-from-clauseerror-3080.md | 16 +-
...anguage-specific-properties-and-methods.md | 2 +-
...not-be-made-the-design-mastererror-3771.md | 2 +-
...ly-to-their-designated-hub-replicaerror.md | 2 +-
.../Miscellaneous/locked-tableerror-3714.md | 16 +-
...file-path-pathname-is-invaliderror-3591.md | 18 +-
.../Miscellaneous/logmessages-property.md | 2 +-
access/Concepts/Miscellaneous/maintenance.md | 11 +-
...der-or-address-book-not-founderror-3710.md | 2 +-
.../Miscellaneous/maxrecords-property.md | 2 +-
.../Miscellaneous/members-example-vbscript.md | 2 +-
...ngs-to-the-wrong-synchronizererror-3567.md | 2 +-
.../message-in-expressionerror-3077.md | 16 +-
...n-query-expression-expressionerror-3075.md | 10 +-
...ot-applicable-for-this-objecterror-3273.md | 16 +-
.../microsoft-access-constantsoverview.md | 2 +-
...lect-into-statement-statementerror-3105.md | 2 +-
...in-update-statement-statementerror-3106.md | 2 +-
...colon-at-end-of-sql-statementerror-3137.md | 16 +-
.../Miscellaneous/missingor-itemerror-2436.md | 16 +-
...-is-not-allowed-in-a-subqueryerror-3612.md | 16 +-
.../name-in-criteria-expressionerror-3076.md | 16 +-
...is-not-an-index-in-this-tableerror-3800.md | 16 +-
...em-database-to-perform-this-operationer.md | 16 +-
.../network-i-o-errorerror-3566.md | 16 +-
.../new-in-access-for-developers.md | 2 +-
...ound-in-the-connection-stringerror-3449.md | 2 +-
.../no-current-recorderror-3021.md | 16 +-
...onnection-string-or-in-clauseerror-3321.md | 18 +-
...sert-into-statement-statementerror-3352.md | 16 +-
...nnot-append-tabledef-or-indexerror-3264.md | 16 +-
...such-index-name-on-table-nameerror-3372.md | 16 +-
...lationship-name-on-table-nameerror-3377.md | 16 +-
...ed-field-of-the-primary-tableerror-3609.md | 16 +-
...-fields-in-the-appended-tableerror-3243.md | 16 +-
...alid-account-name-or-passworderror-3029.md | 18 +-
.../not-a-valid-alias-nameerror-3068.md | 16 +-
.../not-a-valid-bookmarkerror-3159.md | 18 +-
.../not-a-valid-file-nameerror-3055.md | 16 +-
.../not-a-valid-passworderror-3031.md | 16 +-
.../not-a-valid-table-nameerror-3177.md | 16 +-
.../not-enough-space-on-diskerror-3026.md | 16 +-
...nough-space-on-temporary-diskerror-3183.md | 18 +-
...ation-fields-are-not-the-sameerror-3346.md | 16 +-
.../numeric-field-overflowerror-3349.md | 16 +-
.../object-has-no-valueerror-2427.md | 17 +-
...ject-is-invalid-for-operationerror-3350.md | 16 +-
...t-is-invalid-or-no-longer-seterror-3420.md | 18 +-
.../object-is-not-a-collectionerror-3272.md | 16 +-
.../object-name-already-existserror-3012.md | 16 +-
...ame-is-not-a-stored-procedureerror-3750.md | 16 +-
.../Miscellaneous/object-properties.md | 2 +-
.../objectproxy-ado-wfc-syntax.md | 2 +-
...agereport-this-error-to-the-developer-o.md | 2 +-
.../odbccall-failederror-3146.md | 16 +-
.../odbccannot-lock-all-recordserror-3254.md | 16 +-
...odbcconnection-to-name-failederror-3151.md | 16 +-
.../Miscellaneous/odbcconnectstr-property.md | 2 +-
.../odbccould-not-create-tableerror-3232.md | 16 +-
.../odbccould-not-find-dll-nameerror-3154.md | 18 +-
.../odbcdata-out-of-rangeerror-3238.md | 16 +-
...-type-not-supported-on-servererror-3235.md | 16 +-
...n-a-linked-table-table-failederror-3156.md | 18 +-
...ld-be-too-long-data-truncatederror-3231.md | 16 +-
...n-a-linked-table-table-failederror-3155.md | 18 +-
...-table-definition-has-changederror-3247.md | 16 +-
...cremote-query-timeout-expirederror-3234.md | 16 +-
.../Miscellaneous/odbctimeout-property.md | 2 +-
...n-a-linked-table-table-failederror-3157.md | 18 +-
.../Miscellaneous/oldconstants-enumeration.md | 2 +-
...nding-parameters-is-incorrecterror-3645.md | 2 +-
...as-deleted-by-another-processerror-3643.md | 2 +-
...-validation-rule-rule-set-for-nameenter.md | 2 +-
...-queries-are-allowed-in-viewserror-3766.md | 2 +-
.../operation-canceled-by-usererror-3059.md | 16 +-
...valid-without-a-current-indexerror-3019.md | 16 +-
...orted-for-this-type-of-objecterror-3251.md | 16 +-
...n-must-use-an-updatable-queryerror-3073.md | 18 +-
...not-supported-in-transactionserror-3246.md | 16 +-
...dox-table-with-no-primary-keyerror-3207.md | 16 +-
...on-a-table-that-contains-dataerror-3282.md | 16 +-
...ot-supported-on-linked-tableserror-3057.md | 16 +-
...tabases-that-have-not-been-converted-to.md | 16 +-
...lause-conflicts-with-distincterror-3093.md | 16 +-
...onflicts-with-group-by-clauseerror-3094.md | 16 +-
...out-of-date-paradox-lock-fileerror-3230.md | 16 +-
...-of-memory-during-calculationerror-2446.md | 16 +-
...t-of-memorycould-not-complete-operation.md | 2 +-
.../out-of-ms-dos-file-handleserror-3042.md | 18 +-
.../Miscellaneous/outputallfields-property.md | 2 +-
.../paradox-index-is-not-primaryerror-3288.md | 18 +-
...meter-ado-for-visual-c-plus-plus-syntax.md | 2 +-
.../Miscellaneous/parameter-ado-wfc-syntax.md | 2 +-
...arameter-has-no-default-valueerror-3747.md | 16 +-
...ter-name-has-no-default-valueerror-3748.md | 16 +-
...oo-long-or-contains-invalid-characterse.md | 16 +-
...e-a-database-name-is-requirederror-3217.md | 17 +-
...here-a-table-name-is-requirederror-3216.md | 17 +-
.../Concepts/Miscellaneous/parameter-query.md | 2 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
...not-managed-by-a-synchronizererror-3628.md | 16 +-
...ontain-at-least-one-charactererror-3359.md | 16 +-
...operty-set-to-true-did-not-return-any-r.md | 16 +-
...he-path-name-is-spelled-correctly-and-t.md | 18 +-
.../primary-key-already-existserror-3283.md | 16 +-
.../Miscellaneous/primary-property.md | 2 +-
...terminate-synchronizer-clienterror-3542.md | 16 +-
...s-part-of-a-recordset-object-s-fields-c.md | 16 +-
...-set-before-using-this-methoderror-3386.md | 16 +-
.../property-not-founderror-3270.md | 18 +-
...ting-cannot-be-larger-than-2kerror-3309.md | 16 +-
...erty-specified-already-existserror-3311.md | 16 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
...-contain-a-database-parametererror-3222.md | 16 +-
access/Concepts/Miscellaneous/query-field.md | 2 +-
...n-at-least-one-table-or-queryerror-3067.md | 17 +-
.../query-is-too-complexerror-3360.md | 16 +-
...t-least-one-destination-fielderror-3066.md | 16 +-
...ame-that-is-conflicting-with-the-correl.md | 17 +-
.../query-name-is-corrupterror-3340.md | 16 +-
.../query-support-unavailableerror-3389.md | 17 +-
...icrosoft-visual-basic-scripting-edition.md | 2 +-
...code-examples-in-microsoft-visual-basic.md | 2 +-
...xamples-in-microsoft-visual-c-plus-plus.md | 2 +-
...xamples-in-microsoft-visual-j-plus-plus.md | 2 +-
.../Miscellaneous/rds-code-examples.md | 2 +-
.../readystate-property-example-vbscript.md | 2 +-
...ecord-ado-for-visual-c-plus-plus-syntax.md | 2 +-
...e-was-deleted-by-another-usererror-3329.md | 2 +-
.../record-is-deletederror-3167.md | 16 +-
...ame-is-locked-by-another-usererror-3330.md | 16 +-
.../record-is-too-largeerror-3047.md | 16 +-
...-for-an-indexed-paradox-tableerror-3608.md | 16 +-
...onding-record-on-the-one-sideerror-3363.md | 16 +-
...-no-insert-permission-on-nameerror-3107.md | 16 +-
...-no-delete-permission-on-nameerror-3109.md | 16 +-
...-no-update-permission-on-nameerror-3108.md | 16 +-
...ad-no-read-permission-on-nameerror-3112.md | 16 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
...-be-added-to-exceptions-tableerror-3619.md | 16 +-
...ave-no-record-on-the-one-sideerror-3333.md | 16 +-
...rdset-ado-for-visual-c-plus-plus-syntax.md | 2 +-
.../Miscellaneous/recordset-ado-wfc-syntax.md | 2 +-
...cerecordset-properties-example-vbscript.md | 2 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
.../recover-tables-deleted-from-a-database.md | 12 +-
.../recovered-replicable-dataerror-3711.md | 16 +-
.../refresh-method-example-vbscript.md | 2 +-
.../registering-a-custom-business-object.md | 2 +-
...of-fields-with-the-same-data-typeserror.md | 2 +-
...lationship-name-is-unenforcederror-3659.md | 16 +-
...ed-for-remote-synchronizationerror-3632.md | 16 +-
...ry-and-refresh-action-method-comparison.md | 2 +-
...the-replica-set-retention-perioderror-3.md | 2 +-
...ngeid-in-the-msysexchangelog-tableerror.md | 2 +-
.../Concepts/Miscellaneous/report-section.md | 2 +-
...ge-failed-because-descriptionerror-3660.md | 17 +-
...-exchange-failed-because-nameerror-3661.md | 16 +-
...ng-but-db-is-in-row-lock-modeerror-3752.md | 16 +-
...g-but-db-is-in-page-lock-modeerror-3751.md | 16 +-
.../Miscellaneous/required-client-settings.md | 2 +-
.../Miscellaneous/required-property-access.md | 2 +-
.../reserved-error-alerterror-3416.md | 16 +-
...-is-no-message-for-this-errorerror-3000.md | 16 +-
...ore-than-one-autonumber-fielderror-3090.md | 16 +-
...ource-and-destination-in-a-make-table-q.md | 16 +-
...lue-resulted-in-data-overflowerror-3760.md | 16 +-
...e-resulted-in-data-truncationerror-3758.md | 16 +-
...e-resulted-in-data-truncationerror-3759.md | 16 +-
...ed-to-produce-too-many-fieldserror-3185.md | 16 +-
access/Concepts/Miscellaneous/select-query.md | 2 +-
...orted-by-the-operating-systemerror-3228.md | 18 +-
.../server-property-example-vbscript.md | 2 +-
...et-startup-properties-from-visual-basic.md | 2 +-
.../setobjectowner-method-adox.md | 2 +-
...e-synchronizer-is-not-allowederror-3500.md | 2 +-
...n-log-file-name-in-deny-write-modeerror.md | 2 +-
...an-one-row-of-a-linked-table-unique-ind.md | 16 +-
...ize-of-field-name-is-too-longerror-3382.md | 16 +-
.../Miscellaneous/size-property-ado-stream.md | 2 +-
...rceconnectstr-sourcedatabase-properties.md | 2 +-
...he-records-you-want-to-deleteerror-3128.md | 2 +-
.../spreadsheet-is-fullerror-3437.md | 16 +-
.../Miscellaneous/sql-property-ado.md | 2 +-
.../sql-property-example-vbscript.md | 2 +-
.../Miscellaneous/sql-specific-query.md | 2 +-
...tream-ado-for-visual-c-plus-plus-syntax.md | 2 +-
...al-c-plus-plus-syntax-index-with-import.md | 2 +-
.../style-for-intrinsic-constants.md | 2 +-
.../subdatasheetname-property.md | 2 +-
.../submitchanges-method-example-vbscript.md | 2 +-
...-in-the-expression-expressionerror-3203.md | 18 +-
...on-number-in-the-msysschchange-tableerr.md | 16 +-
...specific-synchronization-in-the-msysexc.md | 16 +-
...-the-source-file-for-messageserror-3564.md | 16 +-
...t-access-the-message-databaseerror-3525.md | 16 +-
...izer-could-not-be-initializederror-3532.md | 18 +-
...-properly-and-is-still-activeerror-3541.md | 18 +-
...nizer-could-not-delete-a-fileerror-3568.md | 16 +-
...m-the-correct-set-to-complete-the-synch.md | 16 +-
...-find-any-messages-to-processerror-3517.md | 16 +-
...-or-on-demand-synchronizations-to-proce.md | 16 +-
...chronizer-has-not-been-set-uperror-3543.md | 17 +-
...nchronizer-is-already-runningerror-3544.md | 16 +-
...t-did-not-find-one-to-report-to-the-cli.md | 16 +-
...same-file-system-dropbox-nameerror-3629.md | 17 +-
...same-file-system-dropbox-nameerror-3630.md | 16 +-
...for-a-member-of-the-replica-set-that-it.md | 16 +-
...ase-is-not-allowed-the-name-database-is.md | 17 +-
.../syntax-error-commaerror-2432.md | 16 +-
...rror-in-alter-table-statementerror-3293.md | 18 +-
...or-in-check-constraint-clauseerror-3765.md | 16 +-
...ax-error-in-constraint-clauseerror-3289.md | 18 +-
...ror-in-create-index-statementerror-3291.md | 18 +-
...ror-in-create-table-statementerror-3290.md | 18 +-
.../syntax-error-in-dateerror-2421.md | 16 +-
...syntax-error-in-default-valueerror-3355.md | 18 +-
...tax-error-in-delete-statementerror-3130.md | 18 +-
...error-in-drop-index-statementerror-3294.md | 18 +-
...r-in-drop-table-or-drop-indexerror-3295.md | 18 +-
...tax-error-in-field-definitionerror-3292.md | 18 +-
.../syntax-error-in-from-clauseerror-3131.md | 18 +-
...ntax-error-in-group-by-clauseerror-3132.md | 18 +-
...syntax-error-in-having-clauseerror-3133.md | 18 +-
...rror-in-insert-into-statementerror-3134.md | 18 +-
...yntax-error-in-join-operationerror-3135.md | 18 +-
.../syntax-error-in-numbererror-2420.md | 16 +-
...ntax-error-in-order-by-clauseerror-3138.md | 18 +-
...tax-error-in-parameter-clauseerror-3139.md | 18 +-
...lter-expression-on-table-nameerror-3586.md | 16 +-
...tax-error-in-procedure-clauseerror-3140.md | 18 +-
...uery-incomplete-query-clause-error-3450.md | 16 +-
...rror-in-query-parameter-valueerror-3746.md | 18 +-
.../syntax-error-in-stringerror-2422.md | 16 +-
...rror-in-transaction-statementerror-3708.md | 16 +-
...-error-in-transform-statementerror-3143.md | 18 +-
.../syntax-error-in-union-queryerror-3319.md | 18 +-
...tax-error-in-update-statementerror-3144.md | 18 +-
.../syntax-error-in-where-clauseerror-3145.md | 18 +-
...wneraccess-option-declarationerror-3257.md | 18 +-
...syntax-error-missing-operatorerror-2431.md | 16 +-
...syntax-error-missing-operatorerror-2434.md | 16 +-
.../Miscellaneous/syntax-errorerror-2433.md | 16 +-
.../Miscellaneous/syntax-errorerror-2438.md | 16 +-
.../table-is-not-openerror-3160.md | 16 +-
.../table-level-validation-texterror-3316.md | 16 +-
.../table-name-already-existserror-3010.md | 17 +-
...ready-has-an-index-named-nameerror-3375.md | 16 +-
...ecause-it-could-not-be-opened-exclusive.md | 16 +-
.../table-name-does-not-existerror-3376.md | 16 +-
...-by-user-name-on-machine-nameerror-3189.md | 16 +-
...-by-user-name-on-machine-nameerror-3261.md | 16 +-
.../table-name-is-read-onlyerror-3328.md | 16 +-
...atches-decimal-separator-or-text-delimi.md | 2 +-
...-for-this-sql-jet-replica-seterror-3778.md | 17 +-
...annot-be-used-as-a-row-sourceerror-3069.md | 16 +-
...replica-violated-a-rule-governing-parti.md | 16 +-
...ce-conflict-with-existing-reference-nam.md | 16 +-
...re-not-successful-because-they-would-cr.md | 18 +-
...me-http-share-name-and-ftp-alias-name-s.md | 16 +-
...crosoft-excel-worksheet-was-losterror-3.md | 16 +-
...connection-string-is-too-longerror-3210.md | 16 +-
...-name-in-the-table-that-serves-as-the-o.md | 17 +-
...e-format-described-in-the-schema-ini-fi.md | 16 +-
...use-by-another-person-or-process-when-t.md | 16 +-
...name-because-it-is-already-in-use-by-an.md | 17 +-
...ther-the-field-name-in-a-validation-exp.md | 16 +-
...y-an-unknown-user-that-prevents-it-from.md | 16 +-
...y-user-name-on-machine-name-that-preven.md | 16 +-
...mode-before-it-can-be-replicatederror-3.md | 16 +-
...s-already-in-use-by-another-application.md | 16 +-
...replicate-cannot-be-convertederror-3487.md | 16 +-
...l-to-accept-the-numeric-you-attempted-t.md | 16 +-
...ing-managed-by-a-synchronizererror-3502.md | 16 +-
...eplicas-is-not-a-managed-directoryerror.md | 16 +-
...pting-to-access-is-unreadableerror-3465.md | 16 +-
...ttempting-to-write-to-is-fullerror-3575.md | 16 +-
...r-dropbox-folder-name-is-fullerror-3469.md | 16 +-
...the-defaultvalue-property-is-invalid-be.md | 16 +-
...-amount-of-data-you-requestederror-3640.md | 16 +-
...er-user-or-process-has-locked-the-corre.md | 18 +-
...nt-of-data-you-attempted-to-add-try-ins.md | 16 +-
...e-because-the-required-property-for-thi.md | 17 +-
...name-you-provided-is-too-longerror-3549.md | 16 +-
...he-partial-replica-is-invaliderror-3482.md | 16 +-
...e-out-of-synch-with-each-othererror-357.md | 16 +-
...ame-contains-no-column-widthserror-3443.md | 18 +-
...the-guid-could-not-be-createderror-3553.md | 17 +-
...ica-does-not-match-the-history-in-the-d.md | 17 +-
...llowing-unknown-field-namefield-namemak.md | 17 +-
...-database-it-can-be-set-only-on-the-obj.md | 17 +-
...pecified-or-could-not-be-founderror-364.md | 18 +-
...-or-argument-that-is-misspelled-or-miss.md | 18 +-
...empting-to-synchronize-is-currently-bei.md | 17 +-
...ot-find-a-record-in-the-table-name-with.md | 16 +-
...ot-find-the-input-table-or-query-namema.md | 18 +-
...ot-open-the-file-nameit-is-already-open.md | 18 +-
...d-not-execute-the-sql-statement-because.md | 18 +-
...d-not-find-the-object-namemake-sure-the.md | 18 +-
...d-not-read-the-system-clock-on-your-com.md | 16 +-
...-not-recognize-name-as-a-valid-field-na.md | 18 +-
...-has-already-been-initializederror-3279.md | 16 +-
...ing-dlls-could-not-be-loaded-properlyer.md | 16 +-
...ped-the-process-because-you-and-another.md | 17 +-
...gine-has-not-been-initializederror-3278.md | 18 +-
...-in-a-check-constraint-clauseerror-3801.md | 16 +-
...stem-object-is-already-in-useerror-3526.md | 16 +-
...the-same-as-number-of-output-columns-er.md | 16 +-
...d-tables-or-queries-of-a-union-query-do.md | 18 +-
...he-database-is-not-replicatederror-3485.md | 17 +-
...ect-is-not-a-stored-procedureerror-3749.md | 16 +-
...-because-it-is-missing-a-necessary-reso.md | 16 +-
...indexes-on-table-namedelete-some-of-the.md | 17 +-
...th-an-existing-operation-involving-this.md | 16 +-
...des-fields-that-are-not-selected-by-the.md | 16 +-
...-contains-an-unknown-functionerror-3589.md | 16 +-
...ropbox-folder-name-is-invaliderror-3483.md | 16 +-
...write-to-a-destination-dropbox-folder-i.md | 16 +-
...annot-be-used-as-a-row-sourceerror-3323.md | 17 +-
...annot-be-used-as-a-row-sourceerror-3324.md | 16 +-
...ecause-table-name-includes-related-reco.md | 17 +-
.../the-recordset-object-open-method.md | 18 +-
...-filter-expression-is-invaliderror-3480.md | 16 +-
...lica-is-not-a-partial-replicaerror-3478.md | 16 +-
...currently-managed-member-of-the-replica.md | 16 +-
...ica-set-was-reassigned-during-a-move-or.md | 16 +-
...ng-to-delete-is-read-only-and-cannot-be.md | 16 +-
...ng-to-set-or-delete-is-read-only-and-ca.md | 16 +-
...y-was-not-found-in-any-recorderror-3709.md | 16 +-
...word-or-an-argument-name-that-is-misspe.md | 18 +-
...-in-an-incorrect-format-contact-your-sy.md | 16 +-
...e-size-of-a-field-is-too-longerror-3017.md | 18 +-
...r-exceeds-the-maximum-allowederror-3552.md | 16 +-
...-more-than-one-table-listed-in-the-from.md | 18 +-
...niquely-indexed-in-table-nameerror-3374.md | 16 +-
...the-sum-of-the-column-lengthserror-3646.md | 16 +-
...ecause-it-contains-ambiguous-outer-join.md | 18 +-
...gn-change-could-not-be-applied-to-one-o.md | 17 +-
...sting-id-in-the-msystranspaddress-table.md | 16 +-
...r-is-already-serving-a-clienterror-3530.md | 16 +-
...-to-open-the-synchronizer-logerror-3506.md | 16 +-
...ould-not-find-the-system-objecterror-35.md | 16 +-
...ound-unread-data-in-the-shared-memory-t.md | 16 +-
...resent-and-cannot-be-notifiederror-3537.md | 16 +-
...e-set-for-the-key-you-queriederror-3503.md | 18 +-
...-exists-after-the-process-has-stoppeder.md | 16 +-
...-longer-reliable-and-the-replica-should.md | 16 +-
...ely-by-another-user-or-it-is-already-op.md | 16 +-
...-filter-expression-is-invaliderror-3481.md | 16 +-
...-exist-you-cannot-import-export-or-link.md | 16 +-
...e-attempting-to-synchronize-are-both-de.md | 16 +-
...e-attempting-to-synchronize-have-the-sa.md | 16 +-
...nchronize-are-from-different-replica-se.md | 16 +-
...u-are-attempting-is-not-validerror-3546.md | 16 +-
...r-any-member-in-the-replica-seterror-34.md | 16 +-
...lled-try-reinstalling-the-application-t.md | 16 +-
...the-application-that-returned-the-error.md | 16 +-
...od-for-an-event-has-timed-outerror-3531.md | 16 +-
...st-be-an-even-number-of-byteserror-3702.md | 18 +-
...-recordset-than-you-requestederror-3641.md | 16 +-
...is-machine-install-a-mapi-client-such-a.md | 16 +-
...between-the-two-synchronizerserror-3495.md | 16 +-
...lease-specify-owner-in-the-format-owner.md | 16 +-
...e-dropbox-folder-because-the-message-da.md | 16 +-
...-name-in-the-current-databaseerror-3378.md | 16 +-
...ransport-for-the-synchronizererror-3508.md | 18 +-
...ield-named-name-in-table-nameerror-3381.md | 16 +-
...s-no-index-on-the-guid-columnerror-3550.md | 16 +-
...-the-synchronizer-or-replication-manage.md | 16 +-
...able-replica-to-exchange-witherror-3684.md | 16 +-
...t-is-too-complex-to-be-evaluated-for-ex.md | 18 +-
...ot-a-microsoft-excel-5-0-fileerror-3431.md | 16 +-
...a-valid-parameter-or-alias-name-that-it.md | 16 +-
...ogically-removed-from-the-set-and-is-no.md | 17 +-
...-is-not-allowed-in-subquerieserror-3787.md | 16 +-
...es-a-different-cursor-libraryerror-3663.md | 16 +-
...al-data-sources-or-for-databases-create.md | 16 +-
...-formed-data-definition-queryerror-3357.md | 16 +-
...is-recordset-is-not-updatableerror-3326.md | 16 +-
...e-of-the-range-of-cells-defined-in-this.md | 17 +-
.../Miscellaneous/tlv-violationerror-3716.md | 16 +-
...s-field-first-save-the-recorderror-3331.md | 16 +-
...ew-parameters-expected-numbererror-3061.md | 17 +-
.../too-many-active-userserror-3239.md | 16 +-
.../too-many-client-taskserror-3053.md | 17 +-
...crosstab-column-headers-valueerror-3205.md | 17 +-
...xpressions-in-distinct-outputerror-3089.md | 16 +-
...xpressions-in-group-by-clauseerror-3087.md | 16 +-
...xpressions-in-order-by-clauseerror-3088.md | 16 +-
...astfind-sessions-were-invokederror-3408.md | 16 +-
.../too-many-fields-definederror-3190.md | 16 +-
...any-memo-or-ole-object-fieldserror-3054.md | 16 +-
.../Miscellaneous/topvalues-property.md | 2 +-
.../Concepts/Miscellaneous/troubleshooting.md | 2 +-
...synchronized-because-there-is-no-common.md | 16 +-
...e-mismatch-in-join-expressionerror-3615.md | 16 +-
.../Miscellaneous/type-property-columnadox.md | 2 +-
...type-property-example-fieldvj-plus-plus.md | 2 +-
...e-property-example-propertyvj-plus-plus.md | 2 +-
.../Miscellaneous/type-property-keyadox.md | 2 +-
.../Miscellaneous/type-property-tableadox.md | 2 +-
...operty-on-objects-that-are-already-repl.md | 2 +-
...arameter-for-the-synchronizererror-3551.md | 17 +-
...server-reconcilermsrpjt40-dllerror-3775.md | 16 +-
...-parameter-for-the-synchronizererror-34.md | 18 +-
...schedule-for-the-synchronizererror-3497.md | 16 +-
...d-function-name-in-expressionerror-3085.md | 16 +-
...-database-driver-error-numbererror-3275.md | 16 +-
...ons-not-allowed-in-a-subqueryerror-3361.md | 16 +-
.../unique-key-violationerror-3715.md | 16 +-
.../Concepts/Miscellaneous/unique-property.md | 2 +-
.../Miscellaneous/uniquerecords-property.md | 2 +-
.../Miscellaneous/uniquevalues-property.md | 2 +-
...ssion-or-default-value-on-nameerror-338.md | 16 +-
.../unknown-function-nameerror-2425.md | 16 +-
.../Miscellaneous/unknown-nameerror-2424.md | 16 +-
...-invalid-field-reference-nameerror-3345.md | 16 +-
...ized-database-format-filenameerror-3343.md | 18 +-
...-was-deleted-at-another-replicaerror-37.md | 16 +-
.../update-ri-conflicterror-3718.md | 16 +-
.../update-update-conflicterror-3713.md | 17 +-
...is-not-supported-by-this-isamerror-3616.md | 16 +-
.../url-property-example-vbscript.md | 2 +-
.../use-default-paper-size-property.md | 2 +-
...s-do-not-support-a-null-valueerror-3385.md | 2 +-
...t-exe-to-overwrite-the-default-settings.md | 2 +-
...control-in-your-development-environment.md | 2 +-
...he-microsoft-ole-db-provider-for-access.md | 2 +-
.../using-the-setoption-method-from-dao.md | 2 +-
...t-be-placed-on-system-or-linked-tablese.md | 2 +-
...allowed-in-delete-queries-or-reportserr.md | 2 +-
...-can-not-contain-a-parameter-error-3730.md | 2 +-
...he-rules-for-partial-replicaserror-3590.md | 16 +-
.../Miscellaneous/wait-for-post-processing.md | 2 +-
...able-isam-ole-was-unable-to-initializee.md | 2 +-
...priority-must-be-in-the-range-0numberer.md | 2 +-
.../writing-your-own-customized-handler.md | 2 +-
...-type-for-parameter-parametererror-3060.md | 16 +-
...-arguments-used-with-functionerror-2439.md | 16 +-
...on-about-a-partial-filter-that-does-not.md | 16 +-
...ft-word-mail-merge-file-although-you-ca.md | 16 +-
...-already-opened-by-user-name-on-machine.md | 16 +-
...already-opened-exclusively-by-user-name.md | 18 +-
...d-autonumber-field-to-a-tableerror-3486.md | 16 +-
...e-a-related-record-is-required-in-table.md | 17 +-
...te-for-the-replica-set-it-allows-data-c.md | 16 +-
...attribute-for-the-replica-seterror-3593.md | 16 +-
...ced-relationship-between-a-replicated-t.md | 17 +-
...t-is-being-used-by-a-program-that-contr.md | 16 +-
...-the-database-at-this-replicaerror-3452.md | 16 +-
...eplication-system-object-nameerror-3665.md | 16 +-
...eplication-system-object-nameerror-3666.md | 16 +-
...-database-or-set-password-protection-on.md | 16 +-
...-an-object-that-is-already-replicateder.md | 16 +-
...-to-or-link-an-external-microsoft-jet-o.md | 16 +-
...rn-more-than-one-field-without-using-th.md | 16 +-
...consisting-of-at-least-4-and-no-more-th.md | 16 +-
...-openrecordset-when-accessing-a-sql-ser.md | 16 +-
...ariable-that-is-not-a-variant-data-type.md | 16 +-
...or-attempted-to-update-a-field-in-a-rec.md | 17 +-
...ction-without-first-using-begintranserr.md | 16 +-
...t-include-the-specified-expression-name.md | 18 +-
...ng-it-but-the-table-cannot-be-locked-be.md | 16 +-
...hed-its-limit-or-is-corruptederror-3540.md | 16 +-
...-only-in-a-text-or-memo-fielderror-3415.md | 2 +-
.../Settings/activex-data-objects-ado.md | 11 +-
.../Settings/data-access-objects-dao.md | 34 +--
...-in-another-microsoft-access-database-o.md | 4 +-
...-and-control-properties-in-visual-basic.md | 20 +-
.../Settings/set-options-from-visual-basic.md | 51 +++--
api/Access.AppIcon.md | 2 +-
api/Access.AppTitle.md | 2 +-
api/Access.RowSourceType.md | 2 +-
api/Access.format.propertydate.time.md | 2 +-
...cess.format.propertynumber.and.currency.md | 2 +-
api/Access.format.propertytext.and.memo.md | 2 +-
api/Access.format.propertyyes.no.md | 2 +-
api/TOC.md | 192 ++++++++---------
api/overview/activex-control.md | 2 +-
api/overview/bound-object-frame-control.md | 2 +-
api/overview/chart-control.md | 2 +-
api/overview/check-box-control.md | 2 +-
api/overview/combo-box-control.md | 2 +-
api/overview/command-button-control.md | 2 +-
api/overview/image-control-misc.md | 2 +-
api/overview/label-control-access.md | 2 +-
...ut-language-specific-information-access.md | 2 +-
api/overview/line-control.md | 2 +-
api/overview/list-box-control.md | 2 +-
api/overview/option-button-control.md | 2 +-
api/overview/option-group-control.md | 2 +-
api/overview/page-break-control.md | 2 +-
api/overview/page.md | 2 +-
api/overview/rectangle-control.md | 2 +-
api/overview/subform-subreport-control.md | 2 +-
api/overview/tab-control.md | 2 +-
api/overview/table-field.md | 2 +-
api/overview/text-box-control.md | 2 +-
api/overview/toggle-button-control.md | 2 +-
api/overview/unbound-object-frame-control.md | 2 +-
.../values-for-the-defaultsource-member.md | 2 +-
.../values-for-the-papersize-member.md | 2 +-
.../values-for-the-ttoption-member.md | 2 +-
964 files changed, 4827 insertions(+), 6184 deletions(-)
delete mode 100644 access/Concepts/Maintenance/compact-and-repair-a-database.md
delete mode 100644 access/Concepts/Maintenance/handle-run-time-errors-in-vba.md
rename access/Concepts/{Maintenance => Miscellaneous}/recover-tables-deleted-from-a-database.md (89%)
diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json
index c23431a00e6..06601e54ac4 100644
--- a/.openpublishing.redirection.json
+++ b/.openpublishing.redirection.json
@@ -119,16 +119,22 @@
{
"source_path": "access/Concepts/Criteria-Expressions/use-multiple-fields-in-criteria-expressions.md",
"redirect_url": "/office/vba/access/concepts/criteria-expressions/multiple-fields-in-criteria-expressions"
- },
-
+ },
{
"source_path": "access/Concepts/Criteria-Expressions/use-numeric-criteria-in-expressions.md",
"redirect_url": "/office/vba/access/concepts/criteria-expressions/numeric-criteria-expressions"
- },
-
+ },
{
"source_path": "access/Concepts/Criteria-Expressions/use-textual-criteria-expressions.md",
"redirect_url": "/office/vba/access/concepts/criteria-expressions/textual-criteria-expressions"
+ },
+ {
+ "source_path": "access/Concepts/Maintenance/handle-run-time-errors-in-vba.md",
+ "redirect_url": "/office/vba/access/concepts/error-codes/elements-of-run-time-error-handling"
+ },
+ {
+ "source_path": "access/Concepts/Maintenance/recover-tables-deleted-from-a-database.md",
+ "redirect_url": "/office/vba/access/concepts/miscellaneous/recover-tables-deleted-from-a-database"
}
]
diff --git a/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md b/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md
index be770e2c9dc..3555f7cfec8 100644
--- a/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md
+++ b/access/Concepts/Error-Codes/elements-of-run-time-error-handling.md
@@ -19,12 +19,12 @@ If you've implemented no error handling, then Visual Basic halts execution and d
When adding error handling to a procedure, you should consider how the procedure will route execution when an error occurs. The first step in routing execution to an error handler is to enable an error handler by including some form of the **On Error** statement within the procedure. The **On Error** statement directs execution in event of an error. If there's no **On Error** statement, Visual Basic simply halts execution and displays an error message when an error occurs.
-When an error occurs in a procedure with an enabled error handler, Visual Basic doesn't display the normal error message. Instead it routes execution to an error handler, if one exists. When execution passes to an enabled error handler, that error handler becomes active. Within the active error handler, you can determine the type of error that occurred and address it in the manner that you choose. Access provides three objects that contain information about errors that have occurred, the ADO **Error** object, the Visual Basic **[Err](../../../language/reference/User-Interface-Help/err-object.md)** object, and the DAO **Error** object.
+When an error occurs in a procedure with an enabled error handler, Visual Basic doesn't display the normal error message. Instead it routes execution to an error handler, if one exists. When execution passes to an enabled error handler, that error handler becomes active. Within the active error handler, you can determine the type of error that occurred and address it in the manner that you choose. Access provides three objects that contain information about errors that have occurred, the ADO **Error** object, the Visual Basic **[Err](../../../language/reference/User-Interface-Help/err-object.md)** object, and the DAO **[Error](../../../api/overview/Access.md)** object.
## Routing execution when an error occurs
-An error handler specifies what happens within a procedure when an error occurs. For example, you may want the procedure to end if a certain error occurs, or you may want to correct the condition that caused the error and resume execution. The **On Error** and **Resume** statements determine how execution proceeds in the event of an error.
+An error handler specifies what happens within a procedure when an error occurs. For example, you may want the procedure to end if a certain error occurs, or you may want to correct the condition that caused the error and resume execution. The **On Error** and **[Resume](../../../language/reference/User-Interface-Help/resume-statement.md)** statements determine how execution proceeds in the event of an error.
### On Error statement
@@ -50,7 +50,7 @@ Error_MayCauseAnError:
End Function
```
-The **On Error GoTo 0** statement disables error handling within a procedure. It doesn't specify line 0 as the start of the error-handling code, even if the procedure contains a line numbered 0. If there's no **On Error GoTo 0** statement in your code, the error handler is automatically disabled when the procedure has run completely. The **On Error GoTo 0** statement resets the properties of the **Err** object, having the same effect as the **Clear** method of the **Err** object.
+The **On Error GoTo 0** statement disables error handling within a procedure. It doesn't specify line 0 as the start of the error-handling code, even if the procedure contains a line numbered 0. If there's no **On Error GoTo 0** statement in your code, the error handler is automatically disabled when the procedure has run completely. The **On Error GoTo 0** statement resets the properties of the **Err** object, having the same effect as the **[Clear](../../../language/reference/User-Interface-Help/clear-method-visual-basic-for-applications.md)** method of the **Err** object.
The **On Error Resume Next** statement ignores the line that causes an error and routes execution to the line following the line that caused the error. Execution isn't interrupted. You can use the **On Error Resume Next** statement if you want to check the properties of the **Err** object immediately after a line at which you anticipate an error will occur, and handle the error within the procedure rather than in an error handler.
@@ -94,7 +94,7 @@ End Function
When an error occurs in a nested procedure that doesn't have an enabled error handler, Visual Basic searches backward through the calls list for an enabled error handler in another procedure, rather than simply halting execution. This provides your code with an opportunity to correct the error within another procedure. For example, suppose Procedure A calls Procedure B, and Procedure B calls Procedure C. If an error occurs in Procedure C and there's no enabled error handler, Visual Basic checks Procedure B, then Procedure A, for an enabled error handler. If one exists, execution passes to that error handler. If not, execution halts and an error message is displayed.
-Visual Basic also searches backward through the calls list for an enabled error handler when an error occurs within an active error handler. You can force Visual Basic to search backward through the calls list by raising an error within an active error handler with the **Raise** method of the **Err** object. This is useful for handling errors that you don't anticipate within an error handler. If an unanticipated error occurs, and you regenerate that error within the error handler, then execution passes back up the calls list to find another error handler, which may be set up to handle the error.
+Visual Basic also searches backward through the calls list for an enabled error handler when an error occurs within an active error handler. You can force Visual Basic to search backward through the calls list by raising an error within an active error handler with the **[Raise](../../../language/reference/User-Interface-Help/raise-method.md)** method of the **Err** object. This is useful for handling errors that you don't anticipate within an error handler. If an unanticipated error occurs, and you regenerate that error within the error handler, then execution passes back up the calls list to find another error handler, which may be set up to handle the error.
For example, suppose Procedure C has an enabled error handler, but the error handler doesn't correct for the error that has occurred. Once the error handler has checked for all the errors that you've anticipated, it can regenerate the original error. Execution then passes back up the calls list to the error handler in Procedure B, if one exists, providing an opportunity for this error handler to correct the error. If no error handler exists in Procedure B, or if it fails to correct for the error and regenerates it again, then execution passes to the error handler in Procedure A, assuming one exists.
@@ -117,17 +117,22 @@ The language elements available for error handling include:
- ADO **Error** object and **Errors** collection
-- DAO **Error** object and **Errors** collection
+- DAO **Error** object and **[Errors](../../../api/overview/Access.md)** collection
-- **AccessError** method
+- **[AccessError](../../../api/Access.Application.AccessError.md)** method
-- **Error** event
+- **[Error](../../../api/Access.Form.Error.md)** event
### Err object
The **Err** object is provided by Visual Basic. When a Visual Basic error occurs, information about that error is stored in the **Err** object. The **Err** object maintains information about only one error at a time. When a new error occurs, the **Err** object is updated to include information about that error instead.
-To get information about a particular error, you can use the properties and methods of the **Err** object. The **Number** property is the default property of the **Err** object; it returns the identifying number of the error that occurred. The **Err** object's **Description** property returns the descriptive string associated with a Visual Basic error. The **Clear** method clears the current error information from the **Err** object. The **Raise** method generates a specific error and populates the properties of the **Err** object with information about that error.
+To get information about a particular error, you can use the properties and methods of the **Err** object:
+
+- The **[Number](../../../api/overview/Access.md)** property is the default property of the **Err** object; it returns the identifying number of the error that occurred.
+- The **Err** object's **[Description](../../../language/reference/User-Interface-Help/description-property-visual-basic-for-applications.md)** property returns the descriptive string associated with a Visual Basic error.
+- The **Clear** method clears the current error information from the **Err** object.
+- The **Raise** method generates a specific error and populates the properties of the **Err** object with information about that error.
The following example shows how to use the **Err** object in a procedure that may cause a type mismatch error:
diff --git a/access/Concepts/Forms-Design/apply-a-filter-when-opening-a-form-or-report.md b/access/Concepts/Forms-Design/apply-a-filter-when-opening-a-form-or-report.md
index e7249c1f16f..0607b02af35 100644
--- a/access/Concepts/Forms-Design/apply-a-filter-when-opening-a-form-or-report.md
+++ b/access/Concepts/Forms-Design/apply-a-filter-when-opening-a-form-or-report.md
@@ -1,12 +1,12 @@
---
-title: Apply a Filter When Opening a Form or Report
+title: Apply a filter when opening a form or report
ms.prod: access
ms.assetid: d7a43e62-3003-d411-2128-dffe0536e119
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Apply a Filter When Opening a Form or Report
+# Apply a filter when opening a form or report
When you use Visual Basic for Applications (VBA) code to open a form or report, you may want to specify which records to display. You can specify the records to display in the form or report in several ways. A common approach is to display a custom dialog box in which the user enters criteria for the underlying query of the form or report. To get the criteria, you refer to the controls in the dialog box. The following sections describe three ways you can use criteria entered in a custom dialog box to filter records.
@@ -28,7 +28,7 @@ The _wherecondition_ argument is applied only by the event procedure specified
You can use the _wherecondition_ argument to set criteria for more than one field, but if you do, the argument setting quickly becomes long and complicated. In those situations, specifying criteria in a query may be easier.
-## Using a Query as a Filter
+## Using a query as a filter
A separate query, sometimes called a filter query, can refer to the controls on your dialog box to get its criteria. Using this approach, you filter the records in a form or report by setting the _filtername_ argument of the **OpenForm** or **OpenReport** method or action to the name of the filter query you create. The filter query must include all tables in the record source of the form or report you are opening. Additionally, the filter query must either include all the fields in the form or report you are opening, or you must set its **OutputAllFields** property to **Yes**.
@@ -37,8 +37,8 @@ After you create and save the query to use as a filter, set the _filtername_ ar
Using a query as a filter to set the criteria has advantages similar to using the _wherecondition_ argument of the **OpenForm** or **OpenReport** method. A filter query gives you the same flexibility of using more than one dialog box to open the same form or report and applying different sets of criteria depending on what a user wants to do.
-## Directly Referring to Dialog Box Controls in the Underlying Query of a Form or Report
+## Directly referring to dialog box controls in the underlying query of a form or report
-You can also refer to the dialog box controls directly in the underlying query of a form or report instead of through the arguments of the **OpenForm** or **OpenReport** method. Using this approach, the **OpenForm** or **OpenReport** method or action requires no _wherecondition_ or _filtername_ argument. Instead, each time you open a form or report, its underlying query looks for the dialog box to get its criteria. However, if a user opens the form or report in the Database window rather than through your dialog box, Access displays a parameter box that prompts the user for the dialog box value.
+You can also refer to the dialog box controls directly in the underlying query of a form or report instead of through the arguments of the **OpenForm** or **OpenReport** method. Using this approach, the **OpenForm** or **OpenReport** method or action requires no _wherecondition_ or _filtername_ argument. Instead, each time you open a form or report, its underlying query looks for the dialog box to get its criteria. However, if a user opens the form or report in the Database window rather than through your dialog box, Access displays a parameter box that prompts the user for the dialog box value.
diff --git a/access/Concepts/Forms-Design/cancel-an-event.md b/access/Concepts/Forms-Design/cancel-an-event.md
index 0327e8691f9..d43cc55616b 100644
--- a/access/Concepts/Forms-Design/cancel-an-event.md
+++ b/access/Concepts/Forms-Design/cancel-an-event.md
@@ -1,34 +1,32 @@
---
-title: Cancel an Event
+title: Cancel an event
ms.prod: access
ms.assetid: f91f4f8a-99fa-dca7-576a-11c76d6ddc93
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Cancel an Event
+# Cancel an event
-Under some circumstances, you may want to include code in an event procedure that cancels the associated event. For example, you may want to include code that cancels the **[Open](../../../api/Access.Form.Open.md)** event in an **Open** event procedure for a form, preventing the form from opening if certain conditions are not met.
+Under some circumstances, you may want to include code in an event procedure that cancels the associated event. For example, you may want to include code that cancels the **[Open](../../../api/Access.Form.Open.md)** event in an **Open** event procedure for a form, preventing the form from opening if certain conditions are not met.
You can cancel the following events:
-||
-|:-----|
-|**ApplyFilter**|
-|**BeforeDelConfirm**|
-|**BeforeInsert**|
-|**BeforeRender**|
-|**BeforeUpdate**|
-|**CommandBeforeExecute**|
-|**DblClick**|
-|**Delete**|
-|**Dirty**|
-|**Exit**|
-|**Filter**|
-|**NoData**|
-|**Open**|
-|**Undo**|
-|**Unload**|
+- **ApplyFilter**
+- **BeforeDelConfirm**
+- **BeforeInsert**
+- **BeforeRender**
+- **BeforeUpdate**
+- **CommandBeforeExecute**
+- **DblClick**
+- **Delete**
+- **Dirty**
+- **Exit**
+- **Filter**
+- **NoData**
+- **Open**
+- **Undo**
+- **Unload**
You cancel an event by setting an event procedure's _Cancel_ argument to **True**.
diff --git a/access/Concepts/Forms-Design/cancel-the-deletion-of-a-record-by-using-custom-criteria.md b/access/Concepts/Forms-Design/cancel-the-deletion-of-a-record-by-using-custom-criteria.md
index bfd598e1e31..ba147168fc0 100644
--- a/access/Concepts/Forms-Design/cancel-the-deletion-of-a-record-by-using-custom-criteria.md
+++ b/access/Concepts/Forms-Design/cancel-the-deletion-of-a-record-by-using-custom-criteria.md
@@ -1,14 +1,14 @@
---
-title: Cancel the Deletion of a Record by Using Custom Criteria
+title: Cancel the deletion of a record by using custom criteria
ms.prod: access
ms.assetid: 0445765f-4629-5970-776c-5bd30e2d72a1
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Cancel the Deletion of a Record by Using Custom Criteria
+# Cancel the deletion of a record by using custom criteria
-The following example illutrates how to use a form's **[Delete](../../../api/Access.Form.Delete.md)** event to prevent the deletion of a record based on custom criteria. In this example, the **Delete** event is canceled if the value of the DataRequired field is Yes.
+The following example illutrates how to use a form's **[Delete](../../../api/Access.Form.Delete.md)** event to prevent the deletion of a record based on custom criteria. In this example, the **Delete** event is canceled if the value of the DataRequired field is Yes.
```vb
diff --git a/access/Concepts/Forms-Design/change-the-filter-or-sort-order-of-a-form-or-report.md b/access/Concepts/Forms-Design/change-the-filter-or-sort-order-of-a-form-or-report.md
index f53824b4916..7142a59a7d6 100644
--- a/access/Concepts/Forms-Design/change-the-filter-or-sort-order-of-a-form-or-report.md
+++ b/access/Concepts/Forms-Design/change-the-filter-or-sort-order-of-a-form-or-report.md
@@ -1,22 +1,19 @@
---
-title: Change the Filter or Sort Order of a Form or Report
+title: Change the filter or sort order of a form or report
ms.prod: access
ms.assetid: 9888dbcd-7409-f334-115e-a318131ebca4
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Change the Filter or Sort Order of a Form or Report
+# Change the filter or sort order of a form or report
After a form or report is open, you can change the filter or sort order in response to users' actions by setting form and report properties in Visual Basic for Applications (VBA) code. For example, you may want to provide a button or a shortcut menu that users can use to change the records that are displayed. Or you may include an option group control on a form that users can use to select from common sorting options.
-To set the filter of a form or report, set its **Filter** property to the appropriate _wherecondition_ argument, and then set the **FilterOn** property to **True**. To set the sort order, set the **OrderBy** property to the field or fields you want to sort on, and then set the **OrderByOn** property to **True**. If a filter or sort order is already applied on a form, you can change it simply by setting the **Filter** or **OrderBy** properties.
+To set the filter of a form or report, set its **Filter** property to the appropriate _wherecondition_ argument, and then set the **FilterOn** property to **True**. To set the sort order, set the **OrderBy** property to the field or fields you want to sort on, and then set the **OrderByOn** property to **True**. If a filter or sort order is already applied on a form, you can change it simply by setting the **Filter** or **OrderBy** properties.
When you apply or change the filter or sort order by setting these properties, Access automatically requeries the records in the form or report. For example, the following code changes the sort order of a form based on a user's selection in an option group:
-
-
-
```vb
Private Sub SortOptionGrp_AfterUpdate()
@@ -41,5 +38,5 @@ ErrorHandler:
End Sub
```
-Whether the filter and sort order get set in code or by the user, you can apply or remove them by setting the **FilterOn** and **OrderByOn** properties to **True** or **False**.
+Whether the filter and sort order get set in code or by the user, you can apply or remove them by setting the **FilterOn** and **OrderByOn** properties to **True** or **False**.
diff --git a/access/Concepts/Forms-Design/create-multiple-instances-of-a-form.md b/access/Concepts/Forms-Design/create-multiple-instances-of-a-form.md
index 8f773056f8f..9f323a1a3f0 100644
--- a/access/Concepts/Forms-Design/create-multiple-instances-of-a-form.md
+++ b/access/Concepts/Forms-Design/create-multiple-instances-of-a-form.md
@@ -1,21 +1,18 @@
---
-title: Create Multiple Instances of a Form
+title: Create multiple instances of a form
ms.prod: access
ms.assetid: 1e59bcce-f65f-8632-d96c-9e93af419d05
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Create Multiple Instances of a Form
+# Create multiple instances of a form
Sometimes it is useful to display more than one instance of a form at a time. For example, you might want to display the records for an employee and the employee's manager at the same time. You can create one instance of the Employees form's class to display the employee's record, and one to display the manager's record.
-When you create a new instance of a form or report class, the new instance has all the properties and methods of a **Form** or **Report** object, and its properties are set to the same values as those in the original **Form** or **Report** object. Additionally, any procedures that you have written in the form or report class module behave as methods and properties of the new instance.
-
-To create a new instance of a form or report class, you declare a new object variable by using the **[Shell](../../../language/reference/User-Interface-Help/shell-function.md)** keyword and the name of the form's or report's class module. The name of the class module appears in the title bar of the module. It indicates whether the class is associated with a form or a report and includes the name of the form or report. For example, the class name for an Employee form is Form_Employees. The following line of code creates a new instance of the Employees form:
-
-
+When you create a new instance of a form or report class, the new instance has all the properties and methods of a **Form** or **Report** object, and its properties are set to the same values as those in the original **Form** or **Report** object. Additionally, any procedures that you have written in the form or report class module behave as methods and properties of the new instance.
+To create a new instance of a form or report class, you declare a new object variable by using the **[Shell](../../../language/reference/User-Interface-Help/shell-function.md)** keyword and the name of the form's or report's class module. The name of the class module appears in the title bar of the module. It indicates whether the class is associated with a form or a report and includes the name of the form or report. For example, the class name for an Employee form is Form_Employees. The following line of code creates a new instance of the Employees form:
```vb
Dim frmInstance As New Form_Employees
@@ -24,8 +21,10 @@ Dim frmInstance As New Form_Employees
By creating multiple instances of an Employees form class, you could show information about one employee on one form instance, and show information about another employee on another form instance.
- **Note** When you create an instance of a form class by using the **New** keyword, it is hidden. To show the form, set the **[Visible](../../../api/Access.Form.Visible.md)** property to **True**.
+> [!NOTE]
+> When you create an instance of a form class by using the **New** keyword, it is hidden. To show the form, set the **[Visible](../../../api/Access.Form.Visible.md)** property to **True**.
You should declare the variable that represents the new instance of a form class at the module level. If you declare the variable at the procedure level, the variable goes out of scope when the procedure finishes running, and the new instance is removed from memory. The instance exists in memory only as long as the variable to which it is assigned remains in scope.
+
Any properties that you set will affect this instance of the form's class, but will not be saved with the form. Also, a new instance of the form's class cannot be created if the form is open in Design view.
diff --git a/access/Concepts/Forms-Design/disable-page-up-and-page-down-keys-in-a-form.md b/access/Concepts/Forms-Design/disable-page-up-and-page-down-keys-in-a-form.md
index f0237ee5e61..2d44cd4a530 100644
--- a/access/Concepts/Forms-Design/disable-page-up-and-page-down-keys-in-a-form.md
+++ b/access/Concepts/Forms-Design/disable-page-up-and-page-down-keys-in-a-form.md
@@ -1,14 +1,14 @@
---
-title: Disable PAGE UP and PAGE DOWN Keys in a Form
+title: Disable PAGE UP and PAGE DOWN keys in a form
ms.prod: access
ms.assetid: 998e1d00-f9d3-fcca-4535-390b0fd0d482
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Disable PAGE UP and PAGE DOWN Keys in a Form
+# Disable PAGE UP and PAGE DOWN keys in a form
-By default, the PAGE UP and PAGE DOWN keys can be used to navigate between records in a form. The followng example illustrates how to use a form's **[KeyDown](../../../api/Access.Form.KeyDown.md)** event to disable the use of the PAGE UP and PAGE DOWN keys in the form.
+By default, the PAGE UP and PAGE DOWN keys can be used to navigate between records in a form. The followng example illustrates how to use a form's **[KeyDown](../../../api/Access.Form.KeyDown.md)** event to disable the use of the PAGE UP and PAGE DOWN keys in the form.
```vb
@@ -28,6 +28,7 @@ End Sub
```
- **Note** You must set the form's **[KeyPreview](../../../api/Access.Form.KeyPreview.md)** property to **True** in order for this procedure to work.
+> [!NOTE]
+> You must set the form's **[KeyPreview](../../../api/Access.Form.KeyPreview.md)** property to **True** for this procedure to work.
diff --git a/access/Concepts/Forms-Design/prompt-a-user-before-closing-a-form.md b/access/Concepts/Forms-Design/prompt-a-user-before-closing-a-form.md
index f44f3af427b..5feb506f11e 100644
--- a/access/Concepts/Forms-Design/prompt-a-user-before-closing-a-form.md
+++ b/access/Concepts/Forms-Design/prompt-a-user-before-closing-a-form.md
@@ -1,14 +1,14 @@
---
-title: Prompt a User Before Closing a Form
+title: Prompt a user before closing a form
ms.prod: access
ms.assetid: 3a29f7c0-5692-49f0-bbfe-f9132d5b582f
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Prompt a User Before Closing a Form
+# Prompt a user before closing a form
-The following example illustrates how to prompt the user to verify that the form should closed.
+The following example illustrates how to prompt the user to verify that the form should be closed.
```vb
diff --git a/access/Concepts/Forms-Design/suspend-code-execution-until-a-pop-up-form-is-closed.md b/access/Concepts/Forms-Design/suspend-code-execution-until-a-pop-up-form-is-closed.md
index 3a1f0555a59..5757cc1a96a 100644
--- a/access/Concepts/Forms-Design/suspend-code-execution-until-a-pop-up-form-is-closed.md
+++ b/access/Concepts/Forms-Design/suspend-code-execution-until-a-pop-up-form-is-closed.md
@@ -1,14 +1,14 @@
---
-title: Suspend Code Execution Until a Pop-up Form is Closed
+title: Suspend code execution until a pop-up form is closed
ms.prod: access
ms.assetid: d4d419ac-bf43-3356-4c20-e9bb74f9f591
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Suspend Code Execution Until a Pop-up Form is Closed
+# Suspend code execution until a pop-up form is closed
-To ensure that code in a form suspends operation until a pop-up form is closed, you must open the pop-up form as a modalwindow. The following example illustrates how to use the **[OpenForm](../../../api/Access.DoCmd.OpenForm.md)** method to do this.
+To ensure that code in a form suspends operation until a pop-up form is closed, you must open the pop-up form as a modalwindow. The following example illustrates how to use the **[OpenForm](../../../api/Access.DoCmd.OpenForm.md)** method to do this.
```vb
diff --git a/access/Concepts/Forms-Design/synchronize-two-combo-boxes-on-a-form.md b/access/Concepts/Forms-Design/synchronize-two-combo-boxes-on-a-form.md
index fdc1550b4ce..3ad012139b1 100644
--- a/access/Concepts/Forms-Design/synchronize-two-combo-boxes-on-a-form.md
+++ b/access/Concepts/Forms-Design/synchronize-two-combo-boxes-on-a-form.md
@@ -1,21 +1,18 @@
---
-title: Synchronize Two Combo Boxes on a Form
+title: Synchronize two combo boxes on a form
ms.prod: access
ms.assetid: fcfc692b-b1c0-c44f-26cd-7d1de732eb6f
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Synchronize Two Combo Boxes on a Form
+# Synchronize two combo boxes on a form
This topic illustrates how to synchronize two combo boxes so that when you select an item in the first combo box, the selection limits the choices in the second combo box. For example, you may want the products displayed in a combo box to be limited to the category selected in another combo box.
In this example, the second combo box is filled with the results of an SQL statement. This SQL statement finds all the products that have a CategoryID that matches the category selected in the first combo box.
-Whenever a category is selected in the first combo box, its **[AfterUpdate](../../../api/Access.ComboBox.AfterUpdate(even).md)** event procedure sets the second combo box's **[RowSourceType](../../../api/Access.ComboBox.RowSourceType.md)** property. This refreshes the list of available products in the second combo box. Without this procedure, the contents of the second combo box would not change.
-
-
-
+Whenever a category is selected in the first combo box, its **[AfterUpdate](../../../api/Access.ComboBox.AfterUpdate(even).md)** event procedure sets the second combo box's **[RowSourceType](../../../api/Access.ComboBox.RowSourceType.md)** property. This refreshes the list of available products in the second combo box. Without this procedure, the contents of the second combo box would not change.
```vb
Private Sub cboCategories_AfterUpdate()
diff --git a/access/Concepts/Forms-Design/use-date-and-time-criteria-from-a-control-on-a-form.md b/access/Concepts/Forms-Design/use-date-and-time-criteria-from-a-control-on-a-form.md
index 2f5ad0a5988..0ae98c1a877 100644
--- a/access/Concepts/Forms-Design/use-date-and-time-criteria-from-a-control-on-a-form.md
+++ b/access/Concepts/Forms-Design/use-date-and-time-criteria-from-a-control-on-a-form.md
@@ -1,12 +1,12 @@
---
-title: Use Date and Time Criteria from a Control on a Form
+title: Use date and time criteria from a control on a form
ms.prod: access
ms.assetid: 65ea2c4c-f714-a34a-7430-b2b11fddf1a6
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Use Date and Time Criteria from a Control on a Form
+# Use date and time criteria from a control on a form
If you want to change the _criteria_ argument for an operation based on a user's decision, you can specify that the criteria come from a control on a form. For example, you could specify that the _criteria_ argument comes from a list box containing order dates from an Orders table.
@@ -14,12 +14,10 @@ To specify date and time criteria that come from a control on a form, you includ
In addition to enclosing the entire string expression in double quotation marks ("), you must also ensure that the date or time criteria within the string expression are enclosed in number signs (#). The number signs must be included in the strings flanking the expression that references the control on the form.
+> [!NOTE]
+> The number signs indicate to Access that the _criteria_ argument contains a date or time within a string.
- **Note** The number signs indicate to Access that the _criteria_ argument contains a date or time within a string.
-
-The following examples set a form's **[Filter](../../../api/Access.Form.Filter(even).md)** or **[ServerFilter](../../../api/Access.Form.ServerFilter.md)** property based on criteria that come from a control named HireDate that is on the form. Note the placement of the number signs.
-
-
+The following examples set a form's **[Filter](../../../api/Access.Form.Filter(even).md)** or **[ServerFilter](../../../api/Access.Form.ServerFilter.md)** property based on criteria that come from a control named HireDate that is on the form. Note the placement of the number signs.
```vb
Forms!Employees.Filter = "[HireDate] >= #" _
@@ -27,29 +25,24 @@ Forms!Employees.Filter = "[HireDate] >= #" _
Forms!Employees.FilterOn = True
```
-- or -
-
-
-
```vb
Forms!Employees.ServerFilter = "[HireDate] >= #" _
& Forms!Employees!HireDate & "#"
Forms!Employees.FilterOn = True
```
-If the current value of the HireDate control is `5-1-92`, the **Filter** or **ServerFilter** property will have the following _criteria_ argument:
-
-
+If the current value of the HireDate control is `5-1-92`, the **Filter** or **ServerFilter** property will have the following _criteria_ argument:
```vb
"[HireDate] >= #5-1-92#"
```
- To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each one individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
-You can also include a variable representing a date or time in the _criteria_ argument. The variable should be separate from the string expression, so that Access will evaluate the variable first and then concatenate it with the rest of the string expression. The date or time criteria must be enclosed in number signs.
-The following example shows how to construct a _criteria_ argument that includes a variable representing a date or time:
+> [!TIP]
+> To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each one individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
+You can also include a variable representing a date or time in the _criteria_ argument. The variable should be separate from the string expression, so that Access will evaluate the variable first and then concatenate it with the rest of the string expression. The date or time criteria must be enclosed in number signs.
+The following example shows how to construct a _criteria_ argument that includes a variable representing a date or time:
```vb
Dim datHireDate As Date
diff --git a/access/Concepts/Forms/add-a-value-to-a-bound-combo-box.md b/access/Concepts/Forms/add-a-value-to-a-bound-combo-box.md
index 9b721e46930..b5297692356 100644
--- a/access/Concepts/Forms/add-a-value-to-a-bound-combo-box.md
+++ b/access/Concepts/Forms/add-a-value-to-a-bound-combo-box.md
@@ -1,20 +1,20 @@
---
-title: Add a Value to a Bound Combo Box
+title: Add a value to a bound combo box
ms.prod: access
ms.assetid: a34fddd2-eef6-10e2-c141-609053d1dd90
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Add a Value to a Bound Combo Box
+# Add a value to a bound combo box
Combo boxes are commonly used to display a list of values in a table or query. By responding to the [NotInList](../../../api/Access.ComboBox.NotInList.md) event, you can provide a way for the user to add values that are not in the list.
Often the value displayed in a combo box is looked up from a record in a related table. Because the list is derived from a table or query, you must provide a way for the user to enter a new record in the underlying table. Then you can use the [Requery](../../../api/Access.ComboBox.Requery.md) method to requery the list, so it contains the new value.
-When a user types a value in a combo box that is not in the list, the **NotInList** event of the combo box occurs as long as the combo box's [LimitToList](../../../api/Access.ComboBox.LimitToList.md) property is set to **Yes**, or a column other than the combo box's bound column is displayed in the box. You can write an event procedure for the **NotInList** event that provides a way for the user to add a new record to the table that supplies the list's values. The **NotInList** event procedure includes a string argument named _NewData_ that Access uses to pass the text the user enters to the event procedure.
+When a user types a value in a combo box that is not in the list, the **NotInList** event of the combo box occurs as long as the combo box's [LimitToList](../../../api/Access.ComboBox.LimitToList.md) property is set to **Yes**, or a column other than the combo box's bound column is displayed in the box. You can write an event procedure for the **NotInList** event that provides a way for the user to add a new record to the table that supplies the list's values. The **NotInList** event procedure includes a string argument named _NewData_ that Access uses to pass the text the user enters to the event procedure.
-The **NotInList** event procedure also has a _Response_ argument, in which you tell Access what to do after the procedure runs. Depending on what action you take in the event procedure, you set the _Response_ argument to one of three predefined constant values:
+The **NotInList** event procedure also has a _Response_ argument, in which you tell Access what to do after the procedure runs. Depending on what action you take in the event procedure, you set the _Response_ argument to one of three predefined constant values:
|**Constant**|**Description**|
diff --git a/access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md b/access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md
index 937c29325b3..dc03df89313 100644
--- a/access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md
+++ b/access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md
@@ -1,14 +1,14 @@
---
-title: Determine Whether The Current Record is a New Record In a Form
+title: Determine whether the current record is a new record in a form
ms.prod: access
ms.assetid: 04aa27cd-b6b1-1397-c177-bac939780492
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Determine Whether The Current Record is a New Record In a Form
+# Determine whether the current record is a new record in a form
-The following example shows how to use the **NewRecord** property to determine if the current record is a new record. The **NewRecordMark** procedure sets the current record to the variable _intnewrec_. If the record is new, a message notifies the user. You could call this procedure when the [Current](../../../api/Access.Form.Current.md) event for a form occurs.
+The following example shows how to use the **NewRecord** property to determine if the current record is a new record. The **NewRecordMark** procedure sets the current record to the variable _intnewrec_. If the record is new, a message notifies the user. You could call this procedure when the [Current](../../../api/Access.Form.Current.md) event for a form occurs.
```vb
diff --git a/access/Concepts/Forms/display-a-custom-dialog-box-when-the-user-deletes-a-record.md b/access/Concepts/Forms/display-a-custom-dialog-box-when-the-user-deletes-a-record.md
index 586f68b8e42..93cf45df937 100644
--- a/access/Concepts/Forms/display-a-custom-dialog-box-when-the-user-deletes-a-record.md
+++ b/access/Concepts/Forms/display-a-custom-dialog-box-when-the-user-deletes-a-record.md
@@ -1,16 +1,16 @@
---
-title: Display a Custom Dialog Box When the User Deletes a Record
+title: Display a custom dialog box when the user deletes a record
ms.prod: access
ms.assetid: 512b324b-fe2f-b086-78d2-4c09933f5d25
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Display a Custom Dialog Box When the User Deletes a Record
+# Display a custom dialog box when the user deletes a record
When you select a record on a form and delete it, Access displays a dialog box asking the user to confirm the deletion of the record. If you want, you can prevent this dialog box from appearing in two ways. You can cancel the [BeforeDelConfirm](../../../api/Access.Form.BeforeDelConfirm(even).md) event, in which case the deletion is canceled. Or you can set the _Response_ argument of the **BeforeDelConfirm** event procedure to **acDataErrContinue**, in which case the deletion is confirmed.
-You can use a **BeforeDelConfirm** event procedure to display a custom dialog box and handle users' responses. The following example demonstrates how to use a custom dialog box to ask users whether they want to cancel or proceed with the record deletion.
+You can use a **BeforeDelConfirm** event procedure to display a custom dialog box and handle users' responses. The following example demonstrates how to use a custom dialog box to ask users whether they want to cancel or proceed with the record deletion.
diff --git a/access/Concepts/Forms/perform-simple-data-validation-checks-when-editing-a-record-in-a-form.md b/access/Concepts/Forms/perform-simple-data-validation-checks-when-editing-a-record-in-a-form.md
index 447980eecff..d2d92b08b65 100644
--- a/access/Concepts/Forms/perform-simple-data-validation-checks-when-editing-a-record-in-a-form.md
+++ b/access/Concepts/Forms/perform-simple-data-validation-checks-when-editing-a-record-in-a-form.md
@@ -1,19 +1,17 @@
---
-title: Perform Simple Data Validation Checks When Editing a Record in a Form
+title: Perform simple data validation checks when editing a record in a form
ms.prod: access
ms.assetid: 7bb5bf02-30ef-960a-051e-a22592dd80f9
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Perform Simple Data Validation Checks When Editing a Record in a Form
+# Perform simple data validation checks when editing a record in a form
You can use the [BeforeUpdate](../../../api/Access.Form.BeforeUpdate(even).md) event of a form or a control to perform validation checks on data entered into a form or control. If the data in the form or control fails the validation check, you can set the **BeforeUpdate** event's _Cancel_ argument to **True** to cancel the update.
The following example prevents the user from saving changes to the current record if the Unit Cost field does not contain a value.
-
-
```vb
Private Sub Form_BeforeUpdate(Cancel As Integer)
diff --git a/access/Concepts/Forms/prompt-a-user-before-saving-a-record.md b/access/Concepts/Forms/prompt-a-user-before-saving-a-record.md
index 14b1e021bbc..fe4bfe56771 100644
--- a/access/Concepts/Forms/prompt-a-user-before-saving-a-record.md
+++ b/access/Concepts/Forms/prompt-a-user-before-saving-a-record.md
@@ -1,12 +1,12 @@
---
-title: Prompt a User Before Saving a Record
+title: Prompt a user before saving a record
ms.prod: access
ms.assetid: 4b47967c-a043-cc8a-774f-1df0b529f29b
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Prompt a User Before Saving a Record
+# Prompt a user before saving a record
The following example illustrates how to use the [BeforeUpdate](../../../api/Access.Form.BeforeUpdate(even).md) event to prompt users to confirm their changes each time they save a record in a form.
diff --git a/access/Concepts/Forms/use-numeric-criteria-from-a-control-on-a-form.md b/access/Concepts/Forms/use-numeric-criteria-from-a-control-on-a-form.md
index 79b13341a2a..be8d688d4c3 100644
--- a/access/Concepts/Forms/use-numeric-criteria-from-a-control-on-a-form.md
+++ b/access/Concepts/Forms/use-numeric-criteria-from-a-control-on-a-form.md
@@ -1,12 +1,12 @@
---
-title: Use Numeric Criteria from a Control on a Form
+title: Use numeric criteria from a control on a form
ms.prod: access
ms.assetid: d3455b78-9ab3-9a85-14c9-895e0d0b96d2
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Use Numeric Criteria from a Control on a Form
+# Use numeric criteria from a control on a form
If you want to change the _criteria_ argument for an operation based on a user's decision, you can specify that the criteria come from a control on a form. For example, you could specify that the _criteria_ argument comes from a text box containing the EmployeeID number.
@@ -14,9 +14,6 @@ To specify numeric criteria coming from a control on a form, you can include in
Suppose that you are performing the [DLookup](../../../api/Access.Application.DLookup.md) function on an Employees table to find the last name of an employee based on the EmployeeID number. In the following example, the criteria are determined by the current value of the EmployeeID control on the Orders form. The expression referencing the control is evaluated each time the function is called, so that if the value of the control changes, the _criteria_ argument will reflect that change.
-
-
-
```vb
=DLookup("[LastName]", "Employees", "[EmployeeID] = " _
& Forms!Orders!EmployeeID)
@@ -24,19 +21,16 @@ Suppose that you are performing the [DLookup](../../../api/Access.Application.DL
If the current value of the EmployeeID field is 7, the _criteria_ argument that is passed to the **DLookup** function is:
-
-
```vb
"[EmployeeID] = 7"
```
-
- **Tip** To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each one individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
+> [!TIP]
+> To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each one individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
You can also include a variable representing a numeric value in the _criteria_ argument. The variable should be separate from the string expression, so that Access will evaluate the variable first and then concatenate it with the rest of the string expression.
-The following example shows how to construct a _criteria_ argument that includes a variable:
-
+The following example shows how to construct a _criteria_ argument that includes a variable:
```vb
Dim intNum As Integer
diff --git a/access/Concepts/Forms/use-textual-criteria-from-a-control-on-a-form.md b/access/Concepts/Forms/use-textual-criteria-from-a-control-on-a-form.md
index 34d5874e550..f73bede2548 100644
--- a/access/Concepts/Forms/use-textual-criteria-from-a-control-on-a-form.md
+++ b/access/Concepts/Forms/use-textual-criteria-from-a-control-on-a-form.md
@@ -1,12 +1,12 @@
---
-title: Use Textual Criteria from a Control on a Form
+title: Use textual criteria from a control on a form
ms.prod: access
ms.assetid: 236e57eb-3523-92da-e665-281961dfb431
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Use Textual Criteria from a Control on a Form
+# Use textual criteria from a control on a form
If you want to change the _criteria_ argument for an operation based on a user's decision, you can specify that the criteria come from a control on a form. For example, you could specify that the _criteria_ argument comes from a list box containing the last names of all employees in an Employees table.
@@ -14,13 +14,12 @@ To specify textual criteria coming from a control on a form, you include in the
In addition to enclosing the entire string expression in double quotation marks ("), you must also ensure that the textual criteria within the string expression are enclosed in single quotation marks ('). The quotation marks must be included in the strings flanking the expression that references the control on the form.
-
- **Note** The single quotation marks indicate to Access that the _criteria_ argument contains a string within a string.
+> [!NOTE]
+> The single quotation marks indicate to Access that the _criteria_ argument contains a string within a string.
The following example performs a lookup on an Employees table and returns the region in which an employee lives, based on the employee's last name. The current value of a list box control called LastName on the Employees form determines the criteria. Note the placement of the single quotation marks.
-
```vb
=DLookup("[Region]", "Employees", "[LastName] = '" _
& Forms!Employees!LastName & "'")
@@ -36,11 +35,12 @@ If the current value of the control is `King`, the following _criteria_ argume
```
Keep in mind that the entire string comprising the _criteria_ argument must also be enclosed in double quotation marks once the strings have been concatenated.
+
To troubleshoot an expression in the _criteria_ argument, break the expression into smaller components and test each one individually in the Immediate window. When all of the components are working correctly, put them back together one at a time until the complete expression works correctly.
-You can also include a variable representing a textual string in the _criteria_ argument. The variable should be separate from the string expression, so that Access will evaluate the variable first and then concatenate it with the rest of the string expression. The textual string must be enclosed in single or double quotation marks.
-The following example shows how to construct a _criteria_ argument that includes a variable representing a textual string:
+You can also include a variable representing a textual string in the _criteria_ argument. The variable should be separate from the string expression, so that Access will evaluate the variable first and then concatenate it with the rest of the string expression. The textual string must be enclosed in single or double quotation marks.
+The following example shows how to construct a _criteria_ argument that includes a variable representing a textual string:
```vb
Dim strLastName As String
diff --git a/access/Concepts/Forms/use-user-input-to-build-filter-criteria.md b/access/Concepts/Forms/use-user-input-to-build-filter-criteria.md
index f39dde1ea43..e3cb420c0a6 100644
--- a/access/Concepts/Forms/use-user-input-to-build-filter-criteria.md
+++ b/access/Concepts/Forms/use-user-input-to-build-filter-criteria.md
@@ -1,16 +1,16 @@
---
-title: Use User Input to Build Filter Criteria
+title: Use user input to build filter criteria
ms.prod: access
ms.assetid: 0ce3417e-3527-ded4-0940-691c5c81352c
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Use User Input to Build Filter Criteria
+# Use user input to build filter criteria
The [BuildCriteria](../../../api/Access.Application.BuildCriteria.md) method enables you to easily construct criteria for a filter based on user input. It parses the expression argument in the same way that the expression would be parsed had it been entered in the query design grid, in Filter By Form or Server Filter By Form mode.
-The following example prompts the user to enter the first few letters of a product's name and then uses the **BuildCriteria** method to construct a criteria string based on the user's input. Next, the procedure provides this string as an argument to the **Filter** property of a form named Products. Finally, the **FilterOn** property is set to apply the filter.
+The following example prompts the user to enter the first few letters of a product's name and then uses the **BuildCriteria** method to construct a criteria string based on the user's input. Next, the procedure provides this string as an argument to the **Filter** property of a form named Products. Finally, the **FilterOn** property is set to apply the filter.
diff --git a/access/Concepts/Maintenance/compact-and-repair-a-database.md b/access/Concepts/Maintenance/compact-and-repair-a-database.md
deleted file mode 100644
index b83a26a4378..00000000000
--- a/access/Concepts/Maintenance/compact-and-repair-a-database.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Compact and Repair a Database
-ms.prod: access
-ms.assetid: 5ad4e6b1-abfd-3f89-5c80-9e41397a96e8
-ms.date: 06/08/2017
----
-
-
-# Compact and Repair a Database
-
-This topic shows how to create a sample Visual Basic for Applications (VBA) function that you can use to repair tables deleted from an Access database.
-
diff --git a/access/Concepts/Maintenance/handle-run-time-errors-in-vba.md b/access/Concepts/Maintenance/handle-run-time-errors-in-vba.md
deleted file mode 100644
index dd658d7e36e..00000000000
--- a/access/Concepts/Maintenance/handle-run-time-errors-in-vba.md
+++ /dev/null
@@ -1,203 +0,0 @@
----
-title: Handle Run-Time Errors in VBA
-ms.prod: access
-ms.assetid: 4920479c-f597-bcff-dfd5-9ba5c34ee774
-ms.date: 06/08/2017
----
-
-
-# Handle Run-Time Errors in VBA
-
-## Errors and Error Handling
-
-When you are programming an application, you need to consider what happens when an error occurs. An error can occur in your application for one of two of reasons. First, some condition at the time the application is running makes otherwise valid code fail. For example, if your code attempts to open a table that the user has deleted, an error occurs. Second, your code may contain improper logic that prevents it from doing what you intended. For example, an error occurs if your code attempts to divide a value by zero.
-
-If you have not implemented error handling, Visual Basic halts execution and displays an error message when an error occurs in your code. The user of your application is likely to be confused and frustrated when this happens. You can forestall many problems by including thorough error-handling routines in your code to handle any error that may occur.
-
-When adding error handling to a procedure, you should consider how the procedure will route execution when an error occurs. The first step in routing execution to an error handler is to enable an error handler by including some form of the **On Error** statement within the procedure. The **On Error** statement directs execution in event of an error. If there is no **On Error** statement, Visual Basic simply halts execution and displays an error message when an error occurs.
-
-When an error occurs in a procedure with an enabled error handler, Visual Basic does not display the normal error message. Instead it routes execution to an error handler, if one exists. When execution passes to an enabled error handler, that error handler becomes active. Within the active error handler, you can determine the type of error that occurred and address it in the manner that you choose. Access provides three objects that contain information about errors that have occurred: the ADO **Error** object, the Visual Basic **[Err](../../../language/reference/User-Interface-Help/err-object.md)** object, and the DAO **[Error](../../../api/overview/Access.md)** object.
-
-
-## Routing Execution When an Error Occurs
-
-An error handler specifies what happens within a procedure when an error occurs. For example, you may want the procedure to end if a certain error occurs, or you may want to correct the condition that caused the error and resume execution. The **On Error** and **[Resume](../../../language/reference/User-Interface-Help/resume-statement.md)** statements determine how execution proceeds in the event of an error.
-
-
-## The On Error Statement
-
-The **On Error** statement enables or disables an error-handling routine. If an error-handling routine is enabled, execution passes to the error-handling routine when an error occurs.
-
-There are three forms of the **On Error** statement: **On Error GoTo** _label_, **On Error GoTo 0**, and **On Error Resume Next**. The **On Error GoTo** _label_ statement enables an error-handling routine, beginning with the line on which the statement is found. You should enable the error-handling routine before the first line at which an error could occur. When the error handler is active and an error occurs, execution passes to the line specified by the _label_ argument.
-
-The line specified by the _label_ argument should be the beginning of the error-handling routine. For example, the following procedure specifies that if an error occurs, execution passes to the line labeled :
-
-
-
-
-```vb
-Function MayCauseAnError()
- ' Enable error handler.
- On Error GoTo Error_MayCauseAnError
- . ' Include code here that may generate error.
- .
- .
-
-Error_MayCauseAnError:
- . ' Include code here to handle error.
- .
- .
-End Function
-```
-
-The **On Error GoTo 0** statement disables error handling within a procedure. It does not specify line 0 as the start of the error-handling code, even if the procedure contains a line numbered 0. If there is no **On Error GoTo 0** statement in your code, the error handler is automatically disabled when the procedure has run completely. The **On Error GoTo 0** statement resets the properties of the **Err** object, having the same effect as the **[Clear](../../../language/reference/User-Interface-Help/clear-method-visual-basic-for-applications.md)** method of the **Err** object.
-
-The **On Error Resume Next** statement ignores the line that causes an error and routes execution to the line following the line that caused the error. Execution is not interrupted. You can use the **On Error Resume Next** statement if you want to check the properties of the **Err** object immediately after a line at which you anticipate an error will occur, and handle the error within the procedure rather than in an error handler.
-
-
-## The Resume Statement
-
-The **Resume** statement directs execution back to the body of the procedure from within an error-handling routine. You can include a **Resume** statement within an error-handling routine if you want execution to continue at a particular point in a procedure. However, a **Resume** statement is not necessary; you can also end the procedure after the error-handling routine.
-
-There are three forms of the **Resume** statement. The **Resume** or **Resume 0** statement returns execution to the line at which the error occurred. The **Resume Next** statement returns execution to the line immediately following the line at which the error occurred. The **Resume** _label_ statement returns execution to the line specified by the _label_ argument. The _label_ argument must indicate either a line label or a line number.
-
-You typically use the **Resume** or **Resume 0** statement when the user must make a correction. For example, if you prompt the user for the name of a table to open, and the user enters the name of a table that does not exist, you can prompt the user again and resume execution with the statement that caused the error.
-
-You use the **Resume Next** statement when your code corrects for the error within an error handler, and you want to continue execution without rerunning the line that caused the error. You use the **Resume** _label_ statement when you want to continue execution at another point in the procedure, specified by the _label_ argument. For example, you might want to resume execution at an exit routine, as described in the following section.
-
-
-## Exiting a Procedure
-
-When you include an error-handling routine in a procedure, you should also include an exit routine, so that the error-handling routine will run only if an error occurs. You can specify an exit routine with a line label in the same way that you specify an error-handling routine.
-
-For example, you can add an exit routine to the example in the previous section. If an error does not occur, the exit routine runs after the body of the procedure. If an error occurs, then execution passes to the exit routine after the code in the error-handling routine has run. The exit routine contains an **Exit** statement.
-
-
-
-
-```vb
-Function MayCauseAnError()
- ' Enable error handler.
- On Error GoTo Error_MayCauseAnError
- . ' Include code that may generate error.
- .
- .
-
-Exit_MayCauseAnError:
- Exit Function
-
-Error_MayCauseAnError:
- . ' Include code to handle error.
- .
- .
- ' Resume execution with exit routine to exit function.
- Resume Exit_MayCauseAnError
-End Function
-```
-
-
-## Handling Errors in Nested Procedures
-
-When an error occurs in a nested procedure that does not have an enabled error handler, Visual Basic searches backward through the calls list for an enabled error handler in another procedure, rather than simply halting execution. This provides your code with an opportunity to correct the error within another procedure. For example, suppose Procedure A calls Procedure B, and Procedure B calls Procedure C. If an error occurs in Procedure C and there is no enabled error handler, Visual Basic checks Procedure B, then Procedure A, for an enabled error handler. If one exists, execution passes to that error handler. If not, execution halts and an error message is displayed.
-
-Visual Basic also searches backward through the calls list for an enabled error handler when an error occurs within an active error handler. You can force Visual Basic to search backward through the calls list by raising an error within an active error handler with the **[Raise](../../../language/reference/User-Interface-Help/raise-method.md)** method of the **Err** object. This is useful for handling errors that you do not anticipate within an error handler. If an unanticipated error occurs, and you regenerate that error within the error handler, then execution passes back up the calls list to find another error handler, which may be set up to handle the error.
-
-For example, suppose Procedure C has an enabled error handler, but the error handler does not correct for the error that has occurred. Once the error handler has checked for all the errors that you have anticipated, it can regenerate the original error. Execution then passes back up the calls list to the error handler in Procedure B, if one exists, providing an opportunity for this error handler to correct the error. If no error handler exists in Procedure B, or if it fails to correct for the error and regenerates it again, then execution passes to the error handler in Procedure A, assuming one exists.
-
-To illustrate this concept in another way, suppose that you have a nested procedure that includes error handling for a type mismatch error, an error which you have anticipated. At some point, a division-by-zero error, which you have not anticipated, occurs within Procedure C. If you have included a statement to regenerate the original error, then execution passes back up the calls list to another enabled error handler, if one exists. If you have corrected for a division-by-zero error in another procedure in the calls list, then the error will be corrected. If your code does not regenerate the error, then the procedure continues to run without correcting the division-by-zero error. This in turn may cause other errors within the set of nested procedures.
-
-In summary, Visual Basic searches back up the calls list for an enabled error handler if:
-
-
-- An error occurs in a procedure that does not include an enabled error handler.
-
-- An error occurs within an active error handler. If you use the **Raise** method of the **Err** object to raise an error, you can force Visual Basic to search backward through the calls list for an enabled error handler.
-
-
-## Getting Information About an Error
-
-After execution has passed to the error-handling routine, your code must determine which error has occurred and address it. Visual Basic and Access provide several language elements that you can use to get information about a specific error. Each is suited to different types of errors. Because errors can occur in different parts of your application, you need to determine which element to use in your code based on what errors you expect.
-
-The language elements available for error handling include:
-
-
-- The **Err** object.
-
-- The ADO **Error** object and **Errors** collection.
-
-- The DAO **Error** object and **[Errors](../../../api/overview/Access.md)** collection.
-
-- The **[AccessError](../../../api/Access.Application.AccessError.md)** method.
-
-- The **[Error](../../../api/Access.Form.Error.md)** event.
-
-
-## The Err Object
-
-The **Err** object is provided by Visual Basic. When a Visual Basic error occurs, information about that error is stored in the **Err** object. The **Err** object maintains information about only one error at a time. When a new error occurs, the **Err** object is updated to include information about that error instead.
-
-To get information about a particular error, you can use the properties and methods of the **Err** object. The **[Number](../../../api/overview/Access.md)** property is the default property of the **Err** object; it returns the identifying number of the error that occurred. The **Err** object's **[Description](../../../language/reference/User-Interface-Help/description-property-visual-basic-for-applications.md)** property returns the descriptive string associated with a Visual Basic error. The **Clear** method clears the current error information from the **Err** object. The **Raise** method generates a specific error and populates the properties of the **Err** object with information about that error.
-
-The following example shows how to use the **Err** object in a procedure that may cause a type mismatch error:
-
-
-
-
-```vb
-Function MayCauseAnError()
- ' Declare constant to represent likely error.
- Const conTypeMismatch As Integer = 13
-
- On Error GoTo Error_MayCauseAnError
- . ' Include code here that may generate error.
- .
- .
-
-Exit_MayCauseAnError:
- Exit Function
-
-Error_MayCauseAnError:
- ' Check Err object properties.
- If Err = conTypeMismatch Then
- . ' Include code to handle error.
- .
- .
- Else
- ' Regenerate original error.
- Dim intErrNum As Integer
- intErrNum = Err
- Err.Clear
- Err.Raise intErrNum
- End If
- ' Resume execution with exit routine to exit function.
- Resume Exit_MayCauseAnError
-End Function
-```
-
-Note that in the preceding example, the **Raise** method is used to regenerate the original error. If an error other than a type mismatch error occurs, execution will be passed back up the calls list to another enabled error handler, if one exists.
-
-The **Err** object provides you with all the information you need about Visual Basic errors. However, it does not give you complete information about Access errors or Access database engine errors. Access and Data Access Objects (DAO) provide additional language elements to assist you with those errors.
-
-
-## The Error Object and Errors Collection
-
-The **Error** object and **Errors** collection are provided by ADO and DAO. The **Error** object represents an ADO or DAO error. A single ADO or DAO operation may cause several errors, especially if you are performing DAO ODBC operations. Each error that occurs during a particular data access operation has an associated **Error** object. All the **Error** objects associated with a particular ADO or DAO operation are stored in the **Errors** collection, the lowest-level error being the first object in the collection and the highest-level error being the last object in the collection.
-
-When an ADO or DAO error occurs, the Visual Basic **Err** object contains the error number for the first object in the **Errors** collection. To determine whether additional ADO or DAO errors have occurred, check the **Errors** collection. The values of the ADO **Number** or DAO **Number** properties and the ADO **Description** or DAO **Description** properties of the first **Error** object in the **Errors** collection should match the values of the **Number** and **Description** properties of the Visual Basic **Err** object.
-
-
-## The AccessError Method
-
-You can use the **Raise** method of the **Err** object to generate a Visual Basic error that has not actually occurred and determine the descriptive string associated with that error. However, you cannot use the **Raise** method to generate an Access error, an ADO error, or a DAO error. To determine the descriptive string associated with an Access error, an ADO error, or a DAO error that has not actually occurred, use the **AccessError** method.
-
-
-## The Error Event
-
-You can use the Error event to trap errors that occur on an Access form or report. For example, if a user tries to enter text in a field whose data type is Date/Time, the Error event occurs. If you add an Error event procedure to an Employees form, and then try to enter a text value in the HireDate field, the Error event procedure runs.
-
-The Error event procedure takes an integer argument, DataErr. When an Error event procedure runs, the DataErr argument contains the number of the Access error that occurred. Checking the value of the DataErr argument within the event procedure is the only way to determine the number of the error that occurred. The **Err** object is not populated with error information after the Error event occurs. You can use the value of the DataErr argument with the **AccessError** method to determine the number of the error and its descriptive string.
-
-
- **Note** The **Error** statement and **Error** function are provided for backward compatibility only. When writing new code, use the **Err** and **Error** objects, the **AccessError** function, and the Error event for getting information about an error.
-
-
diff --git a/access/Concepts/Miscellaneous/0-database-engine-driver.md b/access/Concepts/Miscellaneous/0-database-engine-driver.md
index f180709e8c0..98a93b2440b 100644
--- a/access/Concepts/Miscellaneous/0-database-engine-driver.md
+++ b/access/Concepts/Miscellaneous/0-database-engine-driver.md
@@ -100,7 +100,7 @@ The Microsoft Access database engine uses the following entries.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/5-database-engine-driver-1-of-2.md b/access/Concepts/Miscellaneous/5-database-engine-driver-1-of-2.md
index 162f979214a..fefcf9f8a34 100644
--- a/access/Concepts/Miscellaneous/5-database-engine-driver-1-of-2.md
+++ b/access/Concepts/Miscellaneous/5-database-engine-driver-1-of-2.md
@@ -88,7 +88,7 @@ The **Jet\4.0\ISAM Formats\Jet 3.x** folder contains the following entries.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/5-database-engine-driver-2-of-2.md b/access/Concepts/Miscellaneous/5-database-engine-driver-2-of-2.md
index 2cd810868f3..88fd623107a 100644
--- a/access/Concepts/Miscellaneous/5-database-engine-driver-2-of-2.md
+++ b/access/Concepts/Miscellaneous/5-database-engine-driver-2-of-2.md
@@ -78,7 +78,7 @@ The **Access Connectivity Engine\ISAM Formats\Jet 2.x** folder contains the foll
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/a-call-to-an-ole-system-function-was-not-successful-try-reinstalling-the-applica.md b/access/Concepts/Miscellaneous/a-call-to-an-ole-system-function-was-not-successful-try-reinstalling-the-applica.md
index 7176b2b294b..2d77c5a9377 100644
--- a/access/Concepts/Miscellaneous/a-call-to-an-ole-system-function-was-not-successful-try-reinstalling-the-applica.md
+++ b/access/Concepts/Miscellaneous/a-call-to-an-ole-system-function-was-not-successful-try-reinstalling-the-applica.md
@@ -18,7 +18,7 @@ An OLE Automation function called failed. Try reinstalling the application that
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/a-cancel-was-performed-on-the-operationerror-3642.md b/access/Concepts/Miscellaneous/a-cancel-was-performed-on-the-operationerror-3642.md
index 5c7ede5e2ed..df5bc0a9000 100644
--- a/access/Concepts/Miscellaneous/a-cancel-was-performed-on-the-operationerror-3642.md
+++ b/access/Concepts/Miscellaneous/a-cancel-was-performed-on-the-operationerror-3642.md
@@ -18,7 +18,7 @@ A query has been interrupted by the data source. Some of the matching rows have
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/a-column-requested-is-not-being-returned-to-the-recordseterror-3647.md b/access/Concepts/Miscellaneous/a-column-requested-is-not-being-returned-to-the-recordseterror-3647.md
index de943a0e5f7..b0e140e83fe 100644
--- a/access/Concepts/Miscellaneous/a-column-requested-is-not-being-returned-to-the-recordseterror-3647.md
+++ b/access/Concepts/Miscellaneous/a-column-requested-is-not-being-returned-to-the-recordseterror-3647.md
@@ -18,7 +18,7 @@ One of the requested columns is not available.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/a-different-operation-is-preventing-this-operation-from-being-executederror-3667.md b/access/Concepts/Miscellaneous/a-different-operation-is-preventing-this-operation-from-being-executederror-3667.md
index e0227d2eb65..64ddad89ab1 100644
--- a/access/Concepts/Miscellaneous/a-different-operation-is-preventing-this-operation-from-being-executederror-3667.md
+++ b/access/Concepts/Miscellaneous/a-different-operation-is-preventing-this-operation-from-being-executederror-3667.md
@@ -18,7 +18,7 @@ This error usually means that an asynchronous operation is already busy on the o
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/a-disk-i-o-error-occurred-while-reading-or-writing-to-the-temp-directoryerror-35.md b/access/Concepts/Miscellaneous/a-disk-i-o-error-occurred-while-reading-or-writing-to-the-temp-directoryerror-35.md
index 048ae030c23..1679031578d 100644
--- a/access/Concepts/Miscellaneous/a-disk-i-o-error-occurred-while-reading-or-writing-to-the-temp-directoryerror-35.md
+++ b/access/Concepts/Miscellaneous/a-disk-i-o-error-occurred-while-reading-or-writing-to-the-temp-directoryerror-35.md
@@ -18,7 +18,7 @@ A problem has occurred accessing the TEMP directory on your computer. Check that
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/a-problem-occurred-in-your-database-correct-the-problem-by-repairing-and-compact.md b/access/Concepts/Miscellaneous/a-problem-occurred-in-your-database-correct-the-problem-by-repairing-and-compact.md
index 56ed805298f..33f6f96f240 100644
--- a/access/Concepts/Miscellaneous/a-problem-occurred-in-your-database-correct-the-problem-by-repairing-and-compact.md
+++ b/access/Concepts/Miscellaneous/a-problem-occurred-in-your-database-correct-the-problem-by-repairing-and-compact.md
@@ -30,7 +30,7 @@ To correct the problem:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/a-system-error-has-occurred-or-your-swap-file-has-reached-its-limiterror-3539.md b/access/Concepts/Miscellaneous/a-system-error-has-occurred-or-your-swap-file-has-reached-its-limiterror-3539.md
index 00a6935145b..28a8510d75a 100644
--- a/access/Concepts/Miscellaneous/a-system-error-has-occurred-or-your-swap-file-has-reached-its-limiterror-3539.md
+++ b/access/Concepts/Miscellaneous/a-system-error-has-occurred-or-your-swap-file-has-reached-its-limiterror-3539.md
@@ -18,7 +18,7 @@ The Synchronizer has made a system call that resulted in an unexpected problem.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/about-compressing-the-data-in-a-text-memo-or-hyperlink-field.md b/access/Concepts/Miscellaneous/about-compressing-the-data-in-a-text-memo-or-hyperlink-field.md
index 5e9eb4300a1..3292b40af7b 100644
--- a/access/Concepts/Miscellaneous/about-compressing-the-data-in-a-text-memo-or-hyperlink-field.md
+++ b/access/Concepts/Miscellaneous/about-compressing-the-data-in-a-text-memo-or-hyperlink-field.md
@@ -25,7 +25,7 @@ Data in a Memo field is not compressed unless it requires 4,096 bytes or less of
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/access-denied-at-destination-dropbox-foldererror-3562.md b/access/Concepts/Miscellaneous/access-denied-at-destination-dropbox-foldererror-3562.md
index 6d8d18ac405..121a22915db 100644
--- a/access/Concepts/Miscellaneous/access-denied-at-destination-dropbox-foldererror-3562.md
+++ b/access/Concepts/Miscellaneous/access-denied-at-destination-dropbox-foldererror-3562.md
@@ -18,7 +18,7 @@ Check to see if you have permissions for the drive where the destination dropbox
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/access-miscellaneous-how-do-i.md b/access/Concepts/Miscellaneous/access-miscellaneous-how-do-i.md
index 8e6b77913bd..9b775472581 100644
--- a/access/Concepts/Miscellaneous/access-miscellaneous-how-do-i.md
+++ b/access/Concepts/Miscellaneous/access-miscellaneous-how-do-i.md
@@ -113,10 +113,6 @@ This page links to help on widely used miscellaneous tasks. To view other catego
## Maintenance
-
-- [How to: Compact and Repair a Database](../Maintenance/compact-and-repair-a-database.md)
-
- - Describes how to compact and repair a database.
- [How to: Recover Tables Deleted from a Database](../Maintenance/recover-tables-deleted-from-a-database.md)
diff --git a/access/Concepts/Miscellaneous/access-was-denied-while-accessing-dropbox-folder-nameerror-3468.md b/access/Concepts/Miscellaneous/access-was-denied-while-accessing-dropbox-folder-nameerror-3468.md
index b70bf9720be..d9563351b01 100644
--- a/access/Concepts/Miscellaneous/access-was-denied-while-accessing-dropbox-folder-nameerror-3468.md
+++ b/access/Concepts/Miscellaneous/access-was-denied-while-accessing-dropbox-folder-nameerror-3468.md
@@ -18,7 +18,7 @@ Check your permissions for the dropbox folder.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/account-name-already-existserror-3390.md b/access/Concepts/Miscellaneous/account-name-already-existserror-3390.md
index c3bb366a97f..758ee9ddca6 100644
--- a/access/Concepts/Miscellaneous/account-name-already-existserror-3390.md
+++ b/access/Concepts/Miscellaneous/account-name-already-existserror-3390.md
@@ -18,7 +18,7 @@ This is a security problem. You tried to establish a user account using a name t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/account-name-is-not-a-valid-account-nameerror-3030.md b/access/Concepts/Miscellaneous/account-name-is-not-a-valid-account-nameerror-3030.md
index a085eaec739..ee1d863c85a 100644
--- a/access/Concepts/Miscellaneous/account-name-is-not-a-valid-account-nameerror-3030.md
+++ b/access/Concepts/Miscellaneous/account-name-is-not-a-valid-account-nameerror-3030.md
@@ -28,7 +28,7 @@ User names are not case-sensitive.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/action-query.md b/access/Concepts/Miscellaneous/action-query.md
index e050be85ff5..ba9abf79bfe 100644
--- a/access/Concepts/Miscellaneous/action-query.md
+++ b/access/Concepts/Miscellaneous/action-query.md
@@ -27,7 +27,7 @@ An action query changes data or copies data. Action queries include append, dele
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/adding-records-using-addnew.md b/access/Concepts/Miscellaneous/adding-records-using-addnew.md
index 9aa79ca2b8b..26a64b560e0 100644
--- a/access/Concepts/Miscellaneous/adding-records-using-addnew.md
+++ b/access/Concepts/Miscellaneous/adding-records-using-addnew.md
@@ -50,7 +50,7 @@ Because this code uses a disconnected **Recordset** with a client-side cursor in
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/addnew-or-edit-already-usederror-3023.md b/access/Concepts/Miscellaneous/addnew-or-edit-already-usederror-3023.md
index fce32416e0a..db9a3955545 100644
--- a/access/Concepts/Miscellaneous/addnew-or-edit-already-usederror-3023.md
+++ b/access/Concepts/Miscellaneous/addnew-or-edit-already-usederror-3023.md
@@ -18,7 +18,7 @@ You have not saved or rolled back the current changes and are trying to add or c
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ado-event-instantiation-by-language.md b/access/Concepts/Miscellaneous/ado-event-instantiation-by-language.md
index fb3d958bb07..8336c6aaf9e 100644
--- a/access/Concepts/Miscellaneous/ado-event-instantiation-by-language.md
+++ b/access/Concepts/Miscellaneous/ado-event-instantiation-by-language.md
@@ -28,7 +28,7 @@ Each programming language creates instances of ADO events differently. All of th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-for-com.md b/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-for-com.md
index 3761cfc7855..cf6e43645db 100644
--- a/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-for-com.md
+++ b/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-for-com.md
@@ -36,7 +36,7 @@ Method and property syntax in Visual C++ is listed for the following elements:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-with-import.md
index ade6835f9ea..b6a99ade506 100644
--- a/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/ado-for-visual-c-plus-plus-syntax-index-with-import.md
@@ -44,7 +44,7 @@ Method and property syntax in Visual C++ with the **#import** directive is liste
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic-scripting-edition.md b/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic-scripting-edition.md
index 4ede71b118a..c3f925cbbc7 100644
--- a/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic-scripting-edition.md
+++ b/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic-scripting-edition.md
@@ -27,7 +27,7 @@ The following examples require Microsoft Active Server Pages (ASP) for Microsoft
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic.md b/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic.md
index a544da2ad98..e101a047e58 100644
--- a/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic.md
+++ b/access/Concepts/Miscellaneous/ado-md-code-examples-in-visual-basic.md
@@ -25,7 +25,7 @@ The following examples require Microsoft Visual Basic version 5.0 with Service P
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ado-md-code-examples.md b/access/Concepts/Miscellaneous/ado-md-code-examples.md
index e420d8b0472..b2a603e7236 100644
--- a/access/Concepts/Miscellaneous/ado-md-code-examples.md
+++ b/access/Concepts/Miscellaneous/ado-md-code-examples.md
@@ -22,7 +22,7 @@ These examples use the MSOLAP OLE DB provider, and run against a Microsoft SQL S
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ado-programmer-s-reference.md b/access/Concepts/Miscellaneous/ado-programmer-s-reference.md
index c895b518943..2a1b45735f2 100644
--- a/access/Concepts/Miscellaneous/ado-programmer-s-reference.md
+++ b/access/Concepts/Miscellaneous/ado-programmer-s-reference.md
@@ -25,7 +25,7 @@ This section of the ADO documentation contains reference topics for ADO, RDS, AD
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ado-syntax-indexes.md b/access/Concepts/Miscellaneous/ado-syntax-indexes.md
index 59af1696200..fb9ad0ed06e 100644
--- a/access/Concepts/Miscellaneous/ado-syntax-indexes.md
+++ b/access/Concepts/Miscellaneous/ado-syntax-indexes.md
@@ -23,7 +23,7 @@ The syntax for calling ADO methods and properties differs depending upon your de
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ado-wfc-syntax-index.md b/access/Concepts/Miscellaneous/ado-wfc-syntax-index.md
index a8ef011dbc3..1787be18cbf 100644
--- a/access/Concepts/Miscellaneous/ado-wfc-syntax-index.md
+++ b/access/Concepts/Miscellaneous/ado-wfc-syntax-index.md
@@ -39,7 +39,7 @@ Method and property syntax are listed for the following elements:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/after-a-database-has-been-replicated-you-cannot-remove-the-replication-features.md b/access/Concepts/Miscellaneous/after-a-database-has-been-replicated-you-cannot-remove-the-replication-features.md
index 8d0f2eb4889..e7b017f5d93 100644
--- a/access/Concepts/Miscellaneous/after-a-database-has-been-replicated-you-cannot-remove-the-replication-features.md
+++ b/access/Concepts/Miscellaneous/after-a-database-has-been-replicated-you-cannot-remove-the-replication-features.md
@@ -19,7 +19,7 @@ You cannot remove the replication features from a database that has been replica
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/aggregation-expressions-cannot-use-guidserror-3600.md b/access/Concepts/Miscellaneous/aggregation-expressions-cannot-use-guidserror-3600.md
index 5dadd8a412c..6ed9f78de58 100644
--- a/access/Concepts/Miscellaneous/aggregation-expressions-cannot-use-guidserror-3600.md
+++ b/access/Concepts/Miscellaneous/aggregation-expressions-cannot-use-guidserror-3600.md
@@ -19,7 +19,7 @@ The SQL statement cannot contain a column that has a GUID data type in an aggreg
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/all-valid-nicknames-for-replicas-are-already-in-useerror-3555.md b/access/Concepts/Miscellaneous/all-valid-nicknames-for-replicas-are-already-in-useerror-3555.md
index c62de549eef..7d9b19f12fa 100644
--- a/access/Concepts/Miscellaneous/all-valid-nicknames-for-replicas-are-already-in-useerror-3555.md
+++ b/access/Concepts/Miscellaneous/all-valid-nicknames-for-replicas-are-already-in-useerror-3555.md
@@ -19,7 +19,7 @@ You have reached the maximum number of replicas (32,768) allowed in a replica se
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/allow-multiple-values-property.md b/access/Concepts/Miscellaneous/allow-multiple-values-property.md
index eca5834d4d1..502b82d5b18 100644
--- a/access/Concepts/Miscellaneous/allow-multiple-values-property.md
+++ b/access/Concepts/Miscellaneous/allow-multiple-values-property.md
@@ -19,7 +19,7 @@ Specify whether the lookup column employs a multivalued field and allows multipl
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/allowbypasskey-property.md b/access/Concepts/Miscellaneous/allowbypasskey-property.md
index 56f6b658a79..edd7b09648d 100644
--- a/access/Concepts/Miscellaneous/allowbypasskey-property.md
+++ b/access/Concepts/Miscellaneous/allowbypasskey-property.md
@@ -82,7 +82,7 @@ End Function
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/allowspecialkeys-property.md b/access/Concepts/Miscellaneous/allowspecialkeys-property.md
index c39636ba917..83f84025ce3 100644
--- a/access/Concepts/Miscellaneous/allowspecialkeys-property.md
+++ b/access/Concepts/Miscellaneous/allowspecialkeys-property.md
@@ -57,7 +57,7 @@ This property's setting doesn't take effect until the next time the application
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/allowzerolength-property.md b/access/Concepts/Miscellaneous/allowzerolength-property.md
index 5d57f98ec9b..e03a25a6c89 100644
--- a/access/Concepts/Miscellaneous/allowzerolength-property.md
+++ b/access/Concepts/Miscellaneous/allowzerolength-property.md
@@ -56,7 +56,7 @@ The **AllowZeroLength** property works independently of the **Required** propert
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/an-action-query-cannot-be-used-as-a-row-sourceerror-3417.md b/access/Concepts/Miscellaneous/an-action-query-cannot-be-used-as-a-row-sourceerror-3417.md
index 5eb52915ecc..7a0b76dc9f5 100644
--- a/access/Concepts/Miscellaneous/an-action-query-cannot-be-used-as-a-row-sourceerror-3417.md
+++ b/access/Concepts/Miscellaneous/an-action-query-cannot-be-used-as-a-row-sourceerror-3417.md
@@ -24,7 +24,7 @@ Possible cause:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/an-asynchronous-openconnection-call-is-not-yet-completeerror-3664.md b/access/Concepts/Miscellaneous/an-asynchronous-openconnection-call-is-not-yet-completeerror-3664.md
index 47d496b334b..009de45c84d 100644
--- a/access/Concepts/Miscellaneous/an-asynchronous-openconnection-call-is-not-yet-completeerror-3664.md
+++ b/access/Concepts/Miscellaneous/an-asynchronous-openconnection-call-is-not-yet-completeerror-3664.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/an-attempt-was-made-to-import-or-link-an-empty-text-file-to-import-or-link-a-tex.md b/access/Concepts/Miscellaneous/an-attempt-was-made-to-import-or-link-an-empty-text-file-to-import-or-link-a-tex.md
index 06a34d09acd..d1439804a4f 100644
--- a/access/Concepts/Miscellaneous/an-attempt-was-made-to-import-or-link-an-empty-text-file-to-import-or-link-a-tex.md
+++ b/access/Concepts/Miscellaneous/an-attempt-was-made-to-import-or-link-an-empty-text-file-to-import-or-link-a-tex.md
@@ -19,7 +19,7 @@ You attempted to import or link an empty text file. To import or link a text fil
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/an-internet-function-has-timed-outerror-3742.md b/access/Concepts/Miscellaneous/an-internet-function-has-timed-outerror-3742.md
index 142d758151a..db6b1e83522 100644
--- a/access/Concepts/Miscellaneous/an-internet-function-has-timed-outerror-3742.md
+++ b/access/Concepts/Miscellaneous/an-internet-function-has-timed-outerror-3742.md
@@ -19,7 +19,7 @@ The internet operation has timed out before completing. Increase the timeout val
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/and-operator.md b/access/Concepts/Miscellaneous/and-operator.md
index ca340c5429c..5771f962b58 100644
--- a/access/Concepts/Miscellaneous/and-operator.md
+++ b/access/Concepts/Miscellaneous/and-operator.md
@@ -89,7 +89,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/at-most-one-record-can-be-returned-by-this-subqueryerror-3354.md b/access/Concepts/Miscellaneous/at-most-one-record-can-be-returned-by-this-subqueryerror-3354.md
index a0f7d12fd59..82f63049e99 100644
--- a/access/Concepts/Miscellaneous/at-most-one-record-can-be-returned-by-this-subqueryerror-3354.md
+++ b/access/Concepts/Miscellaneous/at-most-one-record-can-be-returned-by-this-subqueryerror-3354.md
@@ -19,7 +19,7 @@ A subquery of this kind cannot return more than one record. Revise the SELECT st
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/axis-example-vbscript.md b/access/Concepts/Miscellaneous/axis-example-vbscript.md
index c2145b60e77..fb471c03e40 100644
--- a/access/Concepts/Miscellaneous/axis-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/axis-example-vbscript.md
@@ -155,7 +155,7 @@ intPC1 = cst.Axes(1).Positions.Count - 1
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/between-operator-without-anderror-2430.md b/access/Concepts/Miscellaneous/between-operator-without-anderror-2430.md
index 81e52ede064..d8cfaabf48e 100644
--- a/access/Concepts/Miscellaneous/between-operator-without-anderror-2430.md
+++ b/access/Concepts/Miscellaneous/between-operator-without-anderror-2430.md
@@ -27,7 +27,7 @@ WHERE fldName Between "A" And "C"
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/binary-column-name-cannot-be-used-in-a-boolean-filtererror-3658.md b/access/Concepts/Miscellaneous/binary-column-name-cannot-be-used-in-a-boolean-filtererror-3658.md
index 5f8af0669ba..e995ae0b690 100644
--- a/access/Concepts/Miscellaneous/binary-column-name-cannot-be-used-in-a-boolean-filtererror-3658.md
+++ b/access/Concepts/Miscellaneous/binary-column-name-cannot-be-used-in-a-boolean-filtererror-3658.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/bound-control.md b/access/Concepts/Miscellaneous/bound-control.md
index 6d1e77e60e2..631002311ea 100644
--- a/access/Concepts/Miscellaneous/bound-control.md
+++ b/access/Concepts/Miscellaneous/bound-control.md
@@ -19,7 +19,7 @@ A bound control is a control on a form or report that gets its contents from a f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/calculating-fields-in-sql-functions.md b/access/Concepts/Miscellaneous/calculating-fields-in-sql-functions.md
index e51d909696f..0fe70cb5be5 100644
--- a/access/Concepts/Miscellaneous/calculating-fields-in-sql-functions.md
+++ b/access/Concepts/Miscellaneous/calculating-fields-in-sql-functions.md
@@ -37,7 +37,7 @@ SELECT Avg(UnitPrice * Discount) AS [Average Discount] FROM [Order Details];
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/calling-the-windows-api-differences-in-string-function-operations.md b/access/Concepts/Miscellaneous/calling-the-windows-api-differences-in-string-function-operations.md
index 9baeb0c4286..a5448e720a5 100644
--- a/access/Concepts/Miscellaneous/calling-the-windows-api-differences-in-string-function-operations.md
+++ b/access/Concepts/Miscellaneous/calling-the-windows-api-differences-in-string-function-operations.md
@@ -33,7 +33,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/can-be-present-only-in-version-1-0-formaterror-3334.md b/access/Concepts/Miscellaneous/can-be-present-only-in-version-1-0-formaterror-3334.md
index 607e26118b3..1bab84dbb02 100644
--- a/access/Concepts/Miscellaneous/can-be-present-only-in-version-1-0-formaterror-3334.md
+++ b/access/Concepts/Miscellaneous/can-be-present-only-in-version-1-0-formaterror-3334.md
@@ -19,7 +19,7 @@ You are attempting to use a feature that is no longer supported in the current v
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/can-not-perform-this-operation-because-there-is-no-active-connectionerror-3668.md b/access/Concepts/Miscellaneous/can-not-perform-this-operation-because-there-is-no-active-connectionerror-3668.md
index 6add8ea5495..bfe2aac8eae 100644
--- a/access/Concepts/Miscellaneous/can-not-perform-this-operation-because-there-is-no-active-connectionerror-3668.md
+++ b/access/Concepts/Miscellaneous/can-not-perform-this-operation-because-there-is-no-active-connectionerror-3668.md
@@ -19,7 +19,7 @@ The following operation could not be performed without an open connection on the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cancel-method-example-vbscript.md b/access/Concepts/Miscellaneous/cancel-method-example-vbscript.md
index 6c579f1956f..38bb381efea 100644
--- a/access/Concepts/Miscellaneous/cancel-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/cancel-method-example-vbscript.md
@@ -38,7 +38,7 @@ End Sub-->
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cancelupdate-method-example-vbscript.md b/access/Concepts/Miscellaneous/cancelupdate-method-example-vbscript.md
index 075ce4c5020..818ac4bdc16 100644
--- a/access/Concepts/Miscellaneous/cancelupdate-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/cancelupdate-method-example-vbscript.md
@@ -61,7 +61,7 @@ End Sub-->
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-access-the-foxpro-3-0-bound-dbf-file-filenameerror-3623.md b/access/Concepts/Miscellaneous/cannot-access-the-foxpro-3-0-bound-dbf-file-filenameerror-3623.md
index 5bf4f024800..7ef3c6e0c70 100644
--- a/access/Concepts/Miscellaneous/cannot-access-the-foxpro-3-0-bound-dbf-file-filenameerror-3623.md
+++ b/access/Concepts/Miscellaneous/cannot-access-the-foxpro-3-0-bound-dbf-file-filenameerror-3623.md
@@ -19,7 +19,7 @@ You tried to access Microsoft FoxPro Version 3.0 bound .dbf file. Bound files ar
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-add-a-new-column-to-conflict-table-namedelete-obsolete-columns-and-compac.md b/access/Concepts/Miscellaneous/cannot-add-a-new-column-to-conflict-table-namedelete-obsolete-columns-and-compac.md
index 6c7ab8ef14b..08d2c495297 100644
--- a/access/Concepts/Miscellaneous/cannot-add-a-new-column-to-conflict-table-namedelete-obsolete-columns-and-compac.md
+++ b/access/Concepts/Miscellaneous/cannot-add-a-new-column-to-conflict-table-namedelete-obsolete-columns-and-compac.md
@@ -19,7 +19,7 @@ You have exceeded the column limit for a conflict table. Design your base table
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-add-record-sjoin-key-of-table-name-not-in-result-seterror-3348.md b/access/Concepts/Miscellaneous/cannot-add-record-sjoin-key-of-table-name-not-in-result-seterror-3348.md
index d57c3949141..885e37c3ca6 100644
--- a/access/Concepts/Miscellaneous/cannot-add-record-sjoin-key-of-table-name-not-in-result-seterror-3348.md
+++ b/access/Concepts/Miscellaneous/cannot-add-record-sjoin-key-of-table-name-not-in-result-seterror-3348.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-add-record-sprimary-key-for-table-name-not-in-result-seterror-3347.md b/access/Concepts/Miscellaneous/cannot-add-record-sprimary-key-for-table-name-not-in-result-seterror-3347.md
index 6e0cc79f508..4f86ee5aace 100644
--- a/access/Concepts/Miscellaneous/cannot-add-record-sprimary-key-for-table-name-not-in-result-seterror-3347.md
+++ b/access/Concepts/Miscellaneous/cannot-add-record-sprimary-key-for-table-name-not-in-result-seterror-3347.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-append-a-field-that-is-already-a-part-of-a-fields-collectionerror-3266.md b/access/Concepts/Miscellaneous/cannot-append-a-field-that-is-already-a-part-of-a-fields-collectionerror-3266.md
index e7ae8208831..74ba24d6f68 100644
--- a/access/Concepts/Miscellaneous/cannot-append-a-field-that-is-already-a-part-of-a-fields-collectionerror-3266.md
+++ b/access/Concepts/Miscellaneous/cannot-append-a-field-that-is-already-a-part-of-a-fields-collectionerror-3266.md
@@ -19,7 +19,7 @@ A **Field** object was specified as an argument to an **Append** operation when
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-append-a-relation-with-no-fields-definederror-3366.md b/access/Concepts/Miscellaneous/cannot-append-a-relation-with-no-fields-definederror-3366.md
index a50f903d8d3..6b74ccaf238 100644
--- a/access/Concepts/Miscellaneous/cannot-append-a-relation-with-no-fields-definederror-3366.md
+++ b/access/Concepts/Miscellaneous/cannot-append-a-relation-with-no-fields-definederror-3366.md
@@ -31,7 +31,7 @@ You are trying to append a **Relation** object to a **Relations** collection, bu
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-append-an-index-that-is-already-a-part-of-an-indexes-collectionerror-3269.md b/access/Concepts/Miscellaneous/cannot-append-an-index-that-is-already-a-part-of-an-indexes-collectionerror-3269.md
index 5421125d434..689db2826db 100644
--- a/access/Concepts/Miscellaneous/cannot-append-an-index-that-is-already-a-part-of-an-indexes-collectionerror-3269.md
+++ b/access/Concepts/Miscellaneous/cannot-append-an-index-that-is-already-a-part-of-an-indexes-collectionerror-3269.md
@@ -19,7 +19,7 @@ An **Index** object was specified as an argument to an **Append** operation when
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-append-an-object-with-that-name-already-exists-in-the-collectionerror-336.md b/access/Concepts/Miscellaneous/cannot-append-an-object-with-that-name-already-exists-in-the-collectionerror-336.md
index 891ad0ec300..3b8c48dbd4f 100644
--- a/access/Concepts/Miscellaneous/cannot-append-an-object-with-that-name-already-exists-in-the-collectionerror-336.md
+++ b/access/Concepts/Miscellaneous/cannot-append-an-object-with-that-name-already-exists-in-the-collectionerror-336.md
@@ -19,7 +19,7 @@ You tried to append an object to a collection that already contains an object of
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-change-a-rule-while-the-rules-for-this-table-are-in-useerror-3302.md b/access/Concepts/Miscellaneous/cannot-change-a-rule-while-the-rules-for-this-table-are-in-useerror-3302.md
index d03c4699fea..38b47d00227 100644
--- a/access/Concepts/Miscellaneous/cannot-change-a-rule-while-the-rules-for-this-table-are-in-useerror-3302.md
+++ b/access/Concepts/Miscellaneous/cannot-change-a-rule-while-the-rules-for-this-table-are-in-useerror-3302.md
@@ -22,7 +22,7 @@ If you have locked the record in a separate session, save the record, and then m
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-change-field-nameerror-3720.md b/access/Concepts/Miscellaneous/cannot-change-field-nameerror-3720.md
index 32ac8111287..ba48b20fa97 100644
--- a/access/Concepts/Miscellaneous/cannot-change-field-nameerror-3720.md
+++ b/access/Concepts/Miscellaneous/cannot-change-field-nameerror-3720.md
@@ -19,7 +19,7 @@ This error occurs when trying to change a name or definition of a primary key th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-change-password-on-a-shared-open-databaseerror-3621.md b/access/Concepts/Miscellaneous/cannot-change-password-on-a-shared-open-databaseerror-3621.md
index afe98c0aac3..afad4cab2a2 100644
--- a/access/Concepts/Miscellaneous/cannot-change-password-on-a-shared-open-databaseerror-3621.md
+++ b/access/Concepts/Miscellaneous/cannot-change-password-on-a-shared-open-databaseerror-3621.md
@@ -19,7 +19,7 @@ To change the password, the database must be opened exclusively.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-new-replica-because-the-name-object-in-name-container-could-not.md b/access/Concepts/Miscellaneous/cannot-create-a-new-replica-because-the-name-object-in-name-container-could-not.md
index 19db11aa311..3941791a8b8 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-new-replica-because-the-name-object-in-name-container-could-not.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-new-replica-because-the-name-object-in-name-container-could-not.md
@@ -19,7 +19,7 @@ The Microsoft Access database engine was in the process of creating a replica. T
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-relationship-between-a-field-and-itselferror-3206.md b/access/Concepts/Miscellaneous/cannot-create-a-relationship-between-a-field-and-itselferror-3206.md
index 246a24941d4..c2f322dd7f7 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-relationship-between-a-field-and-itselferror-3206.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-relationship-between-a-field-and-itselferror-3206.md
@@ -19,7 +19,7 @@ You tried to create a relationship between a field and itself. Choose a differen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-relationship-on-linked-odbc-tableserror-3613.md b/access/Concepts/Miscellaneous/cannot-create-a-relationship-on-linked-odbc-tableserror-3613.md
index c831053f0fc..70f0cfd7dba 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-relationship-on-linked-odbc-tableserror-3613.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-relationship-on-linked-odbc-tableserror-3613.md
@@ -19,7 +19,7 @@ The Microsoft Access database engine cannot create a relationship on linked tabl
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-relationshiperror-3300.md b/access/Concepts/Miscellaneous/cannot-create-a-relationshiperror-3300.md
index ec9fa107a22..95d7da68716 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-relationshiperror-3300.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-relationshiperror-3300.md
@@ -19,7 +19,7 @@ You are attempting to create a relationship that is not allowed. For example, th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-replica-of-a-workgroup-information-fileerror-3639.md b/access/Concepts/Miscellaneous/cannot-create-a-replica-of-a-workgroup-information-fileerror-3639.md
index 733261d5b60..ea23d99d03f 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-replica-of-a-workgroup-information-fileerror-3639.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-replica-of-a-workgroup-information-fileerror-3639.md
@@ -19,7 +19,7 @@ You are attempting to replicate a workgroup information file. This is not allowe
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-a-replica-using-a-partial-replicaerror-3634.md b/access/Concepts/Miscellaneous/cannot-create-a-replica-using-a-partial-replicaerror-3634.md
index 291e1058aad..9cf22ef8943 100644
--- a/access/Concepts/Miscellaneous/cannot-create-a-replica-using-a-partial-replicaerror-3634.md
+++ b/access/Concepts/Miscellaneous/cannot-create-a-replica-using-a-partial-replicaerror-3634.md
@@ -19,7 +19,7 @@ You are attempting to create a replica using a partial replica as the source. Pa
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-an-index-on-this-mapi-folder-address-bookerror-3788.md b/access/Concepts/Miscellaneous/cannot-create-an-index-on-this-mapi-folder-address-bookerror-3788.md
index 93596c6a523..70904ef7c8a 100644
--- a/access/Concepts/Miscellaneous/cannot-create-an-index-on-this-mapi-folder-address-bookerror-3788.md
+++ b/access/Concepts/Miscellaneous/cannot-create-an-index-on-this-mapi-folder-address-bookerror-3788.md
@@ -19,7 +19,7 @@ Many Microsoft Outlook/Exchange folders and address books are system-wide compon
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-database-because-the-locale-is-invaliderror-3424.md b/access/Concepts/Miscellaneous/cannot-create-database-because-the-locale-is-invaliderror-3424.md
index b3b3d71d25a..437ea478d45 100644
--- a/access/Concepts/Miscellaneous/cannot-create-database-because-the-locale-is-invaliderror-3424.md
+++ b/access/Concepts/Miscellaneous/cannot-create-database-because-the-locale-is-invaliderror-3424.md
@@ -19,7 +19,7 @@ An invalid _locale_ parameter was specified. Make sure you are using a valid Da
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-index-on-the-given-fielderror-3287.md b/access/Concepts/Miscellaneous/cannot-create-index-on-the-given-fielderror-3287.md
index 77a01eb322b..65bb2f49fec 100644
--- a/access/Concepts/Miscellaneous/cannot-create-index-on-the-given-fielderror-3287.md
+++ b/access/Concepts/Miscellaneous/cannot-create-index-on-the-given-fielderror-3287.md
@@ -21,7 +21,7 @@ This can also occur if you try to create an index on a Btrieve table on a 1-byte
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-partial-replica-of-a-workgroup-information-fileerror-3635.md b/access/Concepts/Miscellaneous/cannot-create-partial-replica-of-a-workgroup-information-fileerror-3635.md
index f44d69a09b2..f1716ccee51 100644
--- a/access/Concepts/Miscellaneous/cannot-create-partial-replica-of-a-workgroup-information-fileerror-3635.md
+++ b/access/Concepts/Miscellaneous/cannot-create-partial-replica-of-a-workgroup-information-fileerror-3635.md
@@ -19,7 +19,7 @@ You are attempting to create a partial replica using a workgroup information fil
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-relationship-referenced-table-name-does-not-have-a-primary-keyerro.md b/access/Concepts/Miscellaneous/cannot-create-relationship-referenced-table-name-does-not-have-a-primary-keyerro.md
index 0bd6b92365a..92e2c8e2a59 100644
--- a/access/Concepts/Miscellaneous/cannot-create-relationship-referenced-table-name-does-not-have-a-primary-keyerro.md
+++ b/access/Concepts/Miscellaneous/cannot-create-relationship-referenced-table-name-does-not-have-a-primary-keyerro.md
@@ -19,7 +19,7 @@ The table you have referenced in the CONSTRAINT clause does not have a primary k
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-relationships-to-enforce-referential-integrity-existing-data-in-ta.md b/access/Concepts/Miscellaneous/cannot-create-relationships-to-enforce-referential-integrity-existing-data-in-ta.md
index ede70016159..51126e2398a 100644
--- a/access/Concepts/Miscellaneous/cannot-create-relationships-to-enforce-referential-integrity-existing-data-in-ta.md
+++ b/access/Concepts/Miscellaneous/cannot-create-relationships-to-enforce-referential-integrity-existing-data-in-ta.md
@@ -21,7 +21,7 @@ To create the relationship, you must edit the data so that primary records exist
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-replica-of-a-sql-replicaerror-3753.md b/access/Concepts/Miscellaneous/cannot-create-replica-of-a-sql-replicaerror-3753.md
index 706d99d3dee..ee5831a8d8d 100644
--- a/access/Concepts/Miscellaneous/cannot-create-replica-of-a-sql-replicaerror-3753.md
+++ b/access/Concepts/Miscellaneous/cannot-create-replica-of-a-sql-replicaerror-3753.md
@@ -19,7 +19,7 @@ A Microsoft SQL replica set supports a hub/spoke topology, where the SQL Publica
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-create-this-type-of-replica-from-the-given-source-replicaerror-3737.md b/access/Concepts/Miscellaneous/cannot-create-this-type-of-replica-from-the-given-source-replicaerror-3737.md
index 14c7536cac0..42e19dab5f3 100644
--- a/access/Concepts/Miscellaneous/cannot-create-this-type-of-replica-from-the-given-source-replicaerror-3737.md
+++ b/access/Concepts/Miscellaneous/cannot-create-this-type-of-replica-from-the-given-source-replicaerror-3737.md
@@ -19,7 +19,7 @@ You cannot create a replica of a different visibility, except from a Global repl
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-define-field-more-than-onceerror-3191.md b/access/Concepts/Miscellaneous/cannot-define-field-more-than-onceerror-3191.md
index 6ed88cbb972..21e908aa515 100644
--- a/access/Concepts/Miscellaneous/cannot-define-field-more-than-onceerror-3191.md
+++ b/access/Concepts/Miscellaneous/cannot-define-field-more-than-onceerror-3191.md
@@ -19,7 +19,7 @@ You tried to create a table in which more than one field was defined with the sa
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-a-built-in-propertyerror-3384.md b/access/Concepts/Miscellaneous/cannot-delete-a-built-in-propertyerror-3384.md
index 1a0254ab5f7..ff919843201 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-a-built-in-propertyerror-3384.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-a-built-in-propertyerror-3384.md
@@ -21,7 +21,7 @@ You can delete only user-defined (including application-defined) properties for
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-a-field-that-is-part-of-an-index-or-is-needed-by-the-systemerror-3.md b/access/Concepts/Miscellaneous/cannot-delete-a-field-that-is-part-of-an-index-or-is-needed-by-the-systemerror-3.md
index cab0bf59ecd..cf0dbd6425f 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-a-field-that-is-part-of-an-index-or-is-needed-by-the-systemerror-3.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-a-field-that-is-part-of-an-index-or-is-needed-by-the-systemerror-3.md
@@ -19,7 +19,7 @@ To delete a field that is part of an index, you must first delete the index.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-field-nameit-is-part-of-one-or-more-relationshipserror-3383.md b/access/Concepts/Miscellaneous/cannot-delete-field-nameit-is-part-of-one-or-more-relationshipserror-3383.md
index f76703bcf31..5fc77cb0e53 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-field-nameit-is-part-of-one-or-more-relationshipserror-3383.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-field-nameit-is-part-of-one-or-more-relationshipserror-3383.md
@@ -19,7 +19,7 @@ You are trying to delete a field for which relationships have been defined in th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-from-a-prevent-deletes-replicaerror-3754.md b/access/Concepts/Miscellaneous/cannot-delete-from-a-prevent-deletes-replicaerror-3754.md
index 71f9d48e861..4fafa19821d 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-from-a-prevent-deletes-replicaerror-3754.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-from-a-prevent-deletes-replicaerror-3754.md
@@ -19,7 +19,7 @@ A Prevent Deletes replica is a replica designed to prevent users from deleting r
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-one-or-more-objectsnameerror-3773.md b/access/Concepts/Miscellaneous/cannot-delete-one-or-more-objectsnameerror-3773.md
index efb38ce2e49..70723d7979c 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-one-or-more-objectsnameerror-3773.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-one-or-more-objectsnameerror-3773.md
@@ -19,7 +19,7 @@ This error occurs when using the DROP TABLE syntax and specifying a table that d
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-spreadsheet-cellserror-3435.md b/access/Concepts/Miscellaneous/cannot-delete-spreadsheet-cellserror-3435.md
index 66661cfc1eb..a0f0627ec23 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-spreadsheet-cellserror-3435.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-spreadsheet-cellserror-3435.md
@@ -19,7 +19,7 @@ Data in the specified spreadsheet range of cells cannot be deleted. These cells
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-this-field-it-is-part-of-one-or-more-relationshipserror-3303.md b/access/Concepts/Miscellaneous/cannot-delete-this-field-it-is-part-of-one-or-more-relationshipserror-3303.md
index d4310eb82b2..2f4465a87d2 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-this-field-it-is-part-of-one-or-more-relationshipserror-3303.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-this-field-it-is-part-of-one-or-more-relationshipserror-3303.md
@@ -19,7 +19,7 @@ You are trying to delete a field for which relationships have been defined in th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-delete-this-index-or-table-it-is-either-the-current-index-or-is-used-in-a.md b/access/Concepts/Miscellaneous/cannot-delete-this-index-or-table-it-is-either-the-current-index-or-is-used-in-a.md
index e3b86695666..75fe25a14ed 100644
--- a/access/Concepts/Miscellaneous/cannot-delete-this-index-or-table-it-is-either-the-current-index-or-is-used-in-a.md
+++ b/access/Concepts/Miscellaneous/cannot-delete-this-index-or-table-it-is-either-the-current-index-or-is-used-in-a.md
@@ -19,7 +19,7 @@ If the index or table is used in a relationship, you must delete the relationshi
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-designate-a-partial-replica-as-the-design-master-for-the-replica-seterror.md b/access/Concepts/Miscellaneous/cannot-designate-a-partial-replica-as-the-design-master-for-the-replica-seterror.md
index 5d01ceebcab..ce4f7fba617 100644
--- a/access/Concepts/Miscellaneous/cannot-designate-a-partial-replica-as-the-design-master-for-the-replica-seterror.md
+++ b/access/Concepts/Miscellaneous/cannot-designate-a-partial-replica-as-the-design-master-for-the-replica-seterror.md
@@ -19,7 +19,7 @@ Select a different replica to become the Design Master.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-enter-value-into-blank-field-on-one-side-of-outer-joinerror-3332.md b/access/Concepts/Miscellaneous/cannot-enter-value-into-blank-field-on-one-side-of-outer-joinerror-3332.md
index faa7a96e5d0..51b396fdf87 100644
--- a/access/Concepts/Miscellaneous/cannot-enter-value-into-blank-field-on-one-side-of-outer-joinerror-3332.md
+++ b/access/Concepts/Miscellaneous/cannot-enter-value-into-blank-field-on-one-side-of-outer-joinerror-3332.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-execute-a-select-queryerror-3065.md b/access/Concepts/Miscellaneous/cannot-execute-a-select-queryerror-3065.md
index 32be2a8242c..0d5e4c82d17 100644
--- a/access/Concepts/Miscellaneous/cannot-execute-a-select-queryerror-3065.md
+++ b/access/Concepts/Miscellaneous/cannot-execute-a-select-queryerror-3065.md
@@ -19,7 +19,7 @@ You tried to use the **Execute** method with a select query. The **Execute** me
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-execute-data-definition-statements-on-linked-data-sourceserror-3611.md b/access/Concepts/Miscellaneous/cannot-execute-data-definition-statements-on-linked-data-sourceserror-3611.md
index 56cea182896..ade52ce0267 100644
--- a/access/Concepts/Miscellaneous/cannot-execute-data-definition-statements-on-linked-data-sourceserror-3611.md
+++ b/access/Concepts/Miscellaneous/cannot-execute-data-definition-statements-on-linked-data-sourceserror-3611.md
@@ -19,7 +19,7 @@ The Microsoft Access database engine cannot create an index on a linked ISAM tab
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-expand-named-rangeerror-3434.md b/access/Concepts/Miscellaneous/cannot-expand-named-rangeerror-3434.md
index f7348ff1467..c20404fd2ff 100644
--- a/access/Concepts/Miscellaneous/cannot-expand-named-rangeerror-3434.md
+++ b/access/Concepts/Miscellaneous/cannot-expand-named-rangeerror-3434.md
@@ -19,7 +19,7 @@ Cells with values were encountered while attempting to add rows to a Microsoft E
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-find-table-or-constrainterror-3371.md b/access/Concepts/Miscellaneous/cannot-find-table-or-constrainterror-3371.md
index acea4594ac9..86a5afbd504 100644
--- a/access/Concepts/Miscellaneous/cannot-find-table-or-constrainterror-3371.md
+++ b/access/Concepts/Miscellaneous/cannot-find-table-or-constrainterror-3371.md
@@ -19,7 +19,7 @@ The table or relationship you specified does not exist. Specify a valid table or
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-find-the-dll-nameerror-3463.md b/access/Concepts/Miscellaneous/cannot-find-the-dll-nameerror-3463.md
index d2059026c34..27348fbf4bc 100644
--- a/access/Concepts/Miscellaneous/cannot-find-the-dll-nameerror-3463.md
+++ b/access/Concepts/Miscellaneous/cannot-find-the-dll-nameerror-3463.md
@@ -19,7 +19,7 @@ Make sure that the specified dynamic-link library is in your path or reinstall R
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-find-the-executable-file-for-the-synchronizer-mstran40-exeerror-3627.md b/access/Concepts/Miscellaneous/cannot-find-the-executable-file-for-the-synchronizer-mstran40-exeerror-3627.md
index b4e48b55340..b11fb41409c 100644
--- a/access/Concepts/Miscellaneous/cannot-find-the-executable-file-for-the-synchronizer-mstran40-exeerror-3627.md
+++ b/access/Concepts/Miscellaneous/cannot-find-the-executable-file-for-the-synchronizer-mstran40-exeerror-3627.md
@@ -19,7 +19,7 @@ You are trying to start the Synchronizer and the file Mstran40.exe cannot be fou
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-with-table-nameerror-3120.md b/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-with-table-nameerror-3120.md
index 73745093733..0df4cbee35e 100644
--- a/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-with-table-nameerror-3120.md
+++ b/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-with-table-nameerror-3120.md
@@ -27,7 +27,7 @@ SELECT Orders.* FROM Orders GROUP BY ShipVia;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-witherror-3121.md b/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-witherror-3121.md
index b182e0a090a..e78b414c404 100644
--- a/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-witherror-3121.md
+++ b/access/Concepts/Miscellaneous/cannot-group-on-fields-selected-witherror-3121.md
@@ -29,7 +29,7 @@ Possible cause:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-group-on-memo-or-ole-object-clauseerror-3119.md b/access/Concepts/Miscellaneous/cannot-group-on-memo-or-ole-object-clauseerror-3119.md
index 0f11545f598..5b6c0928459 100644
--- a/access/Concepts/Miscellaneous/cannot-group-on-memo-or-ole-object-clauseerror-3119.md
+++ b/access/Concepts/Miscellaneous/cannot-group-on-memo-or-ole-object-clauseerror-3119.md
@@ -19,7 +19,7 @@ The GROUP BY clause of an SQL statement cannot include Memo or OLE Object fields
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-expression-expressionerror-3095.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-expression-expressionerror-3095.md
index 6a5b020825f..c40d1444b7d 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-expression-expressionerror-3095.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-expression-expressionerror-3095.md
@@ -19,7 +19,7 @@ You cannot use an aggregate function in this expression.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-group-by-clause-clauseerror-3098.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-group-by-clause-clauseerror-3098.md
index 970f50c0f57..73a7865a4ca 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-group-by-clause-clauseerror-3098.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-group-by-clause-clauseerror-3098.md
@@ -19,7 +19,7 @@ You cannot use an aggregate function in the GROUP BY clause of an SQL statement.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-join-operation-operationerror-3099.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-join-operation-operationerror-3099.md
index a1b5aaaa4f2..eb170ad97cd 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-join-operation-operationerror-3099.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-join-operation-operationerror-3099.md
@@ -19,7 +19,7 @@ You cannot use an aggregate function in the JOIN operation of an SQL statement.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-order-by-clause-clauseerror-3097.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-order-by-clause-clauseerror-3097.md
index c5aeffb404f..39bd23b3325 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-order-by-clause-clauseerror-3097.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-order-by-clause-clauseerror-3097.md
@@ -19,7 +19,7 @@ You cannot use an aggregate function in the ORDER BY clause of an SQL statement.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-where-clause-clauseerror-3096.md b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-where-clause-clauseerror-3096.md
index 10b8abaae44..fca3f6c9cc0 100644
--- a/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-where-clause-clauseerror-3096.md
+++ b/access/Concepts/Miscellaneous/cannot-have-aggregate-function-in-where-clause-clauseerror-3096.md
@@ -19,7 +19,7 @@ You cannot use an aggregate function in the WHERE clause of an SQL statement.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-aggregate-argument-statementerror-3115.md b/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-aggregate-argument-statementerror-3115.md
index 670a5866efb..0b07770746e 100644
--- a/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-aggregate-argument-statementerror-3115.md
+++ b/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-aggregate-argument-statementerror-3115.md
@@ -19,7 +19,7 @@ You cannot include Memo or OLE Object fields in an aggregate function.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-criteria-criteria-for-aggregate-functio.md b/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-criteria-criteria-for-aggregate-functio.md
index 788824ceded..e2203175599 100644
--- a/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-criteria-criteria-for-aggregate-functio.md
+++ b/access/Concepts/Miscellaneous/cannot-have-memo-or-ole-object-fields-in-criteria-criteria-for-aggregate-functio.md
@@ -19,7 +19,7 @@ The HAVING clause of an SQL statement cannot include Memo or OLE Object fields.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-have-more-than-10-fields-in-an-indexerror-3277.md b/access/Concepts/Miscellaneous/cannot-have-more-than-10-fields-in-an-indexerror-3277.md
index 9c7180e7585..b917bc51424 100644
--- a/access/Concepts/Miscellaneous/cannot-have-more-than-10-fields-in-an-indexerror-3277.md
+++ b/access/Concepts/Miscellaneous/cannot-have-more-than-10-fields-in-an-indexerror-3277.md
@@ -19,7 +19,7 @@ You defined an index with more than ten fields. Reduce the number of fields to t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-import-password-protected-spreadsheeterror-3244.md b/access/Concepts/Miscellaneous/cannot-import-password-protected-spreadsheeterror-3244.md
index 835097241fa..96d666deb31 100644
--- a/access/Concepts/Miscellaneous/cannot-import-password-protected-spreadsheeterror-3244.md
+++ b/access/Concepts/Miscellaneous/cannot-import-password-protected-spreadsheeterror-3244.md
@@ -19,7 +19,7 @@ Return to the application that was used to save the spreadsheet, save the spread
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-include-memo-or-ole-object-when-you-select-unique-values-statementerror-3.md b/access/Concepts/Miscellaneous/cannot-include-memo-or-ole-object-when-you-select-unique-values-statementerror-3.md
index 0f17160299f..99d654e0905 100644
--- a/access/Concepts/Miscellaneous/cannot-include-memo-or-ole-object-when-you-select-unique-values-statementerror-3.md
+++ b/access/Concepts/Miscellaneous/cannot-include-memo-or-ole-object-when-you-select-unique-values-statementerror-3.md
@@ -19,7 +19,7 @@ Remove the DISTINCT reserved word or the Memo or OLE Object field from the state
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-initialize-synchronizer-because-there-are-too-many-applications-runninger.md b/access/Concepts/Miscellaneous/cannot-initialize-synchronizer-because-there-are-too-many-applications-runninger.md
index b752c07a9e5..63cbdd35618 100644
--- a/access/Concepts/Miscellaneous/cannot-initialize-synchronizer-because-there-are-too-many-applications-runninger.md
+++ b/access/Concepts/Miscellaneous/cannot-initialize-synchronizer-because-there-are-too-many-applications-runninger.md
@@ -19,7 +19,7 @@ There are not enough system resources available to run all the open applications
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-input-from-internal-report-query-nameerror-3124.md b/access/Concepts/Miscellaneous/cannot-input-from-internal-report-query-nameerror-3124.md
index 99d23077436..6c58321907a 100644
--- a/access/Concepts/Miscellaneous/cannot-input-from-internal-report-query-nameerror-3124.md
+++ b/access/Concepts/Miscellaneous/cannot-input-from-internal-report-query-nameerror-3124.md
@@ -19,7 +19,7 @@ You tried to use an SQL statement that includes an explicit reference to a disal
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-insert-data-with-action-queryerror-3084.md b/access/Concepts/Miscellaneous/cannot-insert-data-with-action-queryerror-3084.md
index 448cbc41590..24c2698cbca 100644
--- a/access/Concepts/Miscellaneous/cannot-insert-data-with-action-queryerror-3084.md
+++ b/access/Concepts/Miscellaneous/cannot-insert-data-with-action-queryerror-3084.md
@@ -19,7 +19,7 @@ You tried to run an append query using an action query for the input. Replace th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-join-more-than-one-table-with-the-same-name-nameerror-3081.md b/access/Concepts/Miscellaneous/cannot-join-more-than-one-table-with-the-same-name-nameerror-3081.md
index 59975221976..595607fa2ea 100644
--- a/access/Concepts/Miscellaneous/cannot-join-more-than-one-table-with-the-same-name-nameerror-3081.md
+++ b/access/Concepts/Miscellaneous/cannot-join-more-than-one-table-with-the-same-name-nameerror-3081.md
@@ -19,7 +19,7 @@ You tried to join two or more tables that have the same name. Select different t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-join-on-memo-or-ole-object-nameerror-3118.md b/access/Concepts/Miscellaneous/cannot-join-on-memo-or-ole-object-nameerror-3118.md
index 893896609b6..f71e718746d 100644
--- a/access/Concepts/Miscellaneous/cannot-join-on-memo-or-ole-object-nameerror-3118.md
+++ b/access/Concepts/Miscellaneous/cannot-join-on-memo-or-ole-object-nameerror-3118.md
@@ -19,7 +19,7 @@ You cannot join Memo or OLE Object fields. The field you use to logically tie tw
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-load-dll-nameerror-3633.md b/access/Concepts/Miscellaneous/cannot-load-dll-nameerror-3633.md
index 3b9be5bf1ac..b843d152fe4 100644
--- a/access/Concepts/Miscellaneous/cannot-load-dll-nameerror-3633.md
+++ b/access/Concepts/Miscellaneous/cannot-load-dll-nameerror-3633.md
@@ -19,7 +19,7 @@ The specified DLL is either not registered, or not in the path.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-locate-the-requested-xbase-memo-fileerror-3166.md b/access/Concepts/Miscellaneous/cannot-locate-the-requested-xbase-memo-fileerror-3166.md
index e7f6cc182bb..804cbdbf38c 100644
--- a/access/Concepts/Miscellaneous/cannot-locate-the-requested-xbase-memo-fileerror-3166.md
+++ b/access/Concepts/Miscellaneous/cannot-locate-the-requested-xbase-memo-fileerror-3166.md
@@ -19,7 +19,7 @@ You tried to access a dBASE (.dbf) file, but the file's associated memo (.dbt) f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-make-a-new-replica-because-the-name-object-in-name-container-could-not-be.md b/access/Concepts/Miscellaneous/cannot-make-a-new-replica-because-the-name-object-in-name-container-could-not-be.md
index 3dad93135cd..c7e5286b4f4 100644
--- a/access/Concepts/Miscellaneous/cannot-make-a-new-replica-because-the-name-object-in-name-container-could-not-be.md
+++ b/access/Concepts/Miscellaneous/cannot-make-a-new-replica-because-the-name-object-in-name-container-could-not-be.md
@@ -19,7 +19,7 @@ The database could not be made replicable because the specified object could not
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-database-replicableerror-3455.md b/access/Concepts/Miscellaneous/cannot-make-the-database-replicableerror-3455.md
index e773117b052..a7f8a030dc3 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-database-replicableerror-3455.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-database-replicableerror-3455.md
@@ -19,7 +19,7 @@ The Microsoft Access database engine was in the process of making the database r
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3456.md b/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3456.md
index b7e61ac9227..fb6c3ce3647 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3456.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3456.md
@@ -19,7 +19,7 @@ The Microsoft Access database engine was in the process of making the object rep
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3583.md b/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3583.md
index 9c37d2ac16c..d5ef01a0379 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3583.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-name-object-in-name-container-replicableerror-3583.md
@@ -21,7 +21,7 @@ An example of an object that cannot be made replicable is a table that has 253 o
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-columnserror-3705.md b/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-columnserror-3705.md
index e6ba6774225..d344eb5ff19 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-columnserror-3705.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-columnserror-3705.md
@@ -19,7 +19,7 @@ The table cannot be made replicable since replication system columns cannot be a
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-indexeserror-3706.md b/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-indexeserror-3706.md
index c765295e167..320838b5839 100644
--- a/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-indexeserror-3706.md
+++ b/access/Concepts/Miscellaneous/cannot-make-the-name-table-replicable-due-to-too-many-indexeserror-3706.md
@@ -19,7 +19,7 @@ The table cannot be made replicable because replication system indexes cannot be
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-modify-table-structure-another-user-has-the-table-openerror-3422.md b/access/Concepts/Miscellaneous/cannot-modify-table-structure-another-user-has-the-table-openerror-3422.md
index 3144018fc50..144dbac0a86 100644
--- a/access/Concepts/Miscellaneous/cannot-modify-table-structure-another-user-has-the-table-openerror-3422.md
+++ b/access/Concepts/Miscellaneous/cannot-modify-table-structure-another-user-has-the-table-openerror-3422.md
@@ -19,7 +19,7 @@ The Microsoft Access database engine was unable to modify the structure of a tab
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cannot-modify-the-design-of-table-nameit-is-in-a-read-only-databaseerror-3370.md b/access/Concepts/Miscellaneous/cannot-modify-the-design-of-table-nameit-is-in-a-read-only-databaseerror-3370.md
index a2efb2db5d4..41cef9f57c4 100644
--- a/access/Concepts/Miscellaneous/cannot-modify-the-design-of-table-nameit-is-in-a-read-only-databaseerror-3370.md
+++ b/access/Concepts/Miscellaneous/cannot-modify-the-design-of-table-nameit-is-in-a-read-only-databaseerror-3370.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You cannot modify tables in a read-only database.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md b/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md
index f00442a7e57..7799e22be4f 100644
--- a/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md
+++ b/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md
@@ -23,13 +23,11 @@ For information about how to compact and repair Access databases, see the follow
- [Compact and Repair a Database](http://msdn.microsoft.com/library/5ad4e6b1-abfd-3f89-5c80-9e41397a96e8%28Office.15%29.aspx)
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-a-form-whose-underlying-query-contains-a-user-defined-function-that.md b/access/Concepts/Miscellaneous/cannot-open-a-form-whose-underlying-query-contains-a-user-defined-function-that.md
index 6286faa2c9c..eee0e143fc8 100644
--- a/access/Concepts/Miscellaneous/cannot-open-a-form-whose-underlying-query-contains-a-user-defined-function-that.md
+++ b/access/Concepts/Miscellaneous/cannot-open-a-form-whose-underlying-query-contains-a-user-defined-function-that.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error can occur in Microsoft Access if you execute a query that includes a user-defined function in its output and then create a form based on that query.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-action-query-nameerror-3064.md b/access/Concepts/Miscellaneous/cannot-open-action-query-nameerror-3064.md
index 94811f34bcc..abaee24b6fd 100644
--- a/access/Concepts/Miscellaneous/cannot-open-action-query-nameerror-3064.md
+++ b/access/Concepts/Miscellaneous/cannot-open-action-query-nameerror-3064.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to open an action query using the **OpenQueryDef** method, which is an obsolete method originally valid only with select queries. The preferred method for executing an action query is to use the **Execute** method of the **QueryDef** object.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-open-any-more-databaseserror-3048.md b/access/Concepts/Miscellaneous/cannot-open-any-more-databaseserror-3048.md
index 67f4e8c1146..cee5e571b56 100644
--- a/access/Concepts/Miscellaneous/cannot-open-any-more-databaseserror-3048.md
+++ b/access/Concepts/Miscellaneous/cannot-open-any-more-databaseserror-3048.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have reached the limit on the number of databases that can be opened at one time. Close one or more databases and try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-open-any-more-fileserror-3025.md b/access/Concepts/Miscellaneous/cannot-open-any-more-fileserror-3025.md
index 0eeee5f8c4e..024e2ecdaba 100644
--- a/access/Concepts/Miscellaneous/cannot-open-any-more-fileserror-3025.md
+++ b/access/Concepts/Miscellaneous/cannot-open-any-more-fileserror-3025.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have reached the limit on the number of files that can be opened at one time. Close one or more files, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-any-more-tables-or-querieserror-3037.md b/access/Concepts/Miscellaneous/cannot-open-any-more-tables-or-querieserror-3037.md
index 501ea2a9467..38fa577f263 100644
--- a/access/Concepts/Miscellaneous/cannot-open-any-more-tables-or-querieserror-3037.md
+++ b/access/Concepts/Miscellaneous/cannot-open-any-more-tables-or-querieserror-3037.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have reached the limit on the number of tables and queries that can be opened at one time. Close one or more tables or queries, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-any-more-tableserror-3014.md b/access/Concepts/Miscellaneous/cannot-open-any-more-tableserror-3014.md
index 9f5453184f7..d5987c72959 100644
--- a/access/Concepts/Miscellaneous/cannot-open-any-more-tableserror-3014.md
+++ b/access/Concepts/Miscellaneous/cannot-open-any-more-tableserror-3014.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have reached the limit on the number of tables that can be opened at one time. Close one or more tables, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-database-nameit-may-not-be-a-database-that-your-application-recogniz.md b/access/Concepts/Miscellaneous/cannot-open-database-nameit-may-not-be-a-database-that-your-application-recogniz.md
index 7d13913cd6f..9fa3e5a95c0 100644
--- a/access/Concepts/Miscellaneous/cannot-open-database-nameit-may-not-be-a-database-that-your-application-recogniz.md
+++ b/access/Concepts/Miscellaneous/cannot-open-database-nameit-may-not-be-a-database-that-your-application-recogniz.md
@@ -26,13 +26,11 @@ Possible causes:
- If the specified database is a Microsoft Jet database, it is corrupted. You should attempt to repair the database. If the database cannot be repaired, restore the database from a backup copy, or create a new database.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-library-database-nameerror-3007.md b/access/Concepts/Miscellaneous/cannot-open-library-database-nameerror-3007.md
index 8acf33ef681..ef2df5ab80e 100644
--- a/access/Concepts/Miscellaneous/cannot-open-library-database-nameerror-3007.md
+++ b/access/Concepts/Miscellaneous/cannot-open-library-database-nameerror-3007.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The specified database is an internal Microsoft Access database engine library database, which you cannot open.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-replication-system-table-name-because-the-table-is-already-in-useerr.md b/access/Concepts/Miscellaneous/cannot-open-replication-system-table-name-because-the-table-is-already-in-useerr.md
index ffbb23cd049..40922ddf3be 100644
--- a/access/Concepts/Miscellaneous/cannot-open-replication-system-table-name-because-the-table-is-already-in-useerr.md
+++ b/access/Concepts/Miscellaneous/cannot-open-replication-system-table-name-because-the-table-is-already-in-useerr.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The system table needed to complete this operation is already in use. Wait a few minutes and try your operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-open-tablenameanother-user-has-the-table-open-using-a-different-network-c.md b/access/Concepts/Miscellaneous/cannot-open-tablenameanother-user-has-the-table-open-using-a-different-network-c.md
index fa3192b2958..08e26029e01 100644
--- a/access/Concepts/Miscellaneous/cannot-open-tablenameanother-user-has-the-table-open-using-a-different-network-c.md
+++ b/access/Concepts/Miscellaneous/cannot-open-tablenameanother-user-has-the-table-open-using-a-different-network-c.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The Microsoft Access database engine cannot open an external Paradox table because of inconsistencies between your initialization settings and those of another user who currently has the table open. The **ParadoxNetPath** and the **ParadoxNetStyle** settings in the **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Access Connectivity Engine\Engines\Paradox** key of the Microsoft Windows Registry must be consistent for all users sharing a database. Make sure your initialization settings match those of all other users sharing the database, and then try opening the table again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-open-the-log-file-name-for-writingerror-3474.md b/access/Concepts/Miscellaneous/cannot-open-the-log-file-name-for-writingerror-3474.md
index 6c4177f592f..0dcae510786 100644
--- a/access/Concepts/Miscellaneous/cannot-open-the-log-file-name-for-writingerror-3474.md
+++ b/access/Concepts/Miscellaneous/cannot-open-the-log-file-name-for-writingerror-3474.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Make sure you have permission to write to the log file.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-the-microsoft-jet-engine-workgroup-information-fileerror-3358.md b/access/Concepts/Miscellaneous/cannot-open-the-microsoft-jet-engine-workgroup-information-fileerror-3358.md
index eeedfe4e373..e0881171bad 100644
--- a/access/Concepts/Miscellaneous/cannot-open-the-microsoft-jet-engine-workgroup-information-fileerror-3358.md
+++ b/access/Concepts/Miscellaneous/cannot-open-the-microsoft-jet-engine-workgroup-information-fileerror-3358.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to perform a security-related task, but the workgroup information file (typically System.mdw) required for the task cannot be found.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-open-this-paradox-4-x-or-5-x-table-because-paradoxnetstyle-is-set-to-3-x.md b/access/Concepts/Miscellaneous/cannot-open-this-paradox-4-x-or-5-x-table-because-paradoxnetstyle-is-set-to-3-x.md
index 162e7bc2ab9..a04bf145a48 100644
--- a/access/Concepts/Miscellaneous/cannot-open-this-paradox-4-x-or-5-x-table-because-paradoxnetstyle-is-set-to-3-x.md
+++ b/access/Concepts/Miscellaneous/cannot-open-this-paradox-4-x-or-5-x-table-because-paradoxnetstyle-is-set-to-3-x.md
@@ -35,13 +35,11 @@ To correct the problem
7. Try opening the table again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-a-zero-le.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-a-zero-le.md
index d33bf0e45bb..abca7fb345f 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-a-zero-le.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-a-zero-le.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in a zero-length string in the indicated field, which is set up to not allow zero-length strings. Check the values you are attempting to update and fix them so they do not result in zero-length strings in this field.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-null-whic.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-null-whic.md
index 0a07552a538..304a9b98b0c 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-null-whic.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-cause-field-name-to-become-null-whic.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in a **Null** value in the indicated field, which has been set up to not allow **Null** values. Check the values you are attempting to update and fix them so they do not result in **Null** values in this field.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-duplicate-key-in-table-n.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-duplicate-key-in-table-n.md
index dbda5b955ec..0bfb4aae3b9 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-duplicate-key-in-table-n.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-duplicate-key-in-table-n.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in a duplicate key in the indicated table, which is set up to not allow duplicate primary keys. Check the values you are attempting to update and fix them so they do not result in duplicate keys.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-null-key-in-table-nameer.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-null-key-in-table-nameer.md
index 098ed49a9ff..8c3c4b57a52 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-null-key-in-table-nameer.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-a-null-key-in-table-nameer.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in a **Null** value in a primary key field in the indicated table, which has been set up not to allow **Null** values. Check the values you are attempting to update and fix them so they do not result in **Null** values.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-two-updates-to-field-name.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-two-updates-to-field-name.md
index a1ec93cfada..674b58639f9 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-two-updates-to-field-name.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-it-would-result-in-two-updates-to-field-name.md
@@ -24,13 +24,11 @@ The cascade operation you are attempting cannot be completed because it would re
- If the field is updated more than once, the result of each update to the field is the same.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-name-because-it-is-currently-in-usee.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-name-because-it-is-currently-in-usee.md
index 641c37274d5..89abe18d104 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-name-because-it-is-currently-in-usee.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-name-because-it-is-currently-in-usee.md
@@ -19,13 +19,13 @@ You are trying to save a value to a primary key field that is included in a rela
In Microsoft Access, the **Cascade Update Related Fields** option is selected for the relationship, or in DAO code, the **dbRelationUpdateCascade** option is specified for the **Relation** object's **Attributes** property. Therefore, your application is attempting to update the matching field in the related table.
The matching field cannot be updated because you have it open or locked on your computer. To save the record, you must first close the related table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-nameerror-3413.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-nameerror-3413.md
index 21797fa6131..66e42099128 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-nameerror-3413.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-on-table-nameerror-3413.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when referential integrity is defined with one of the following actions: CASCADE DELETE, UPDATE or NULL. The error occurs when making a change to a table that contains a referenced primary key and one or more of the foreign key tables is opened in a mode that prevents the foreign key tables from being opened in a shared read/write mode.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-since-related-records-exist-in-table-namerefe.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-since-related-records-exist-in-table-namerefe.md
index fd7337fb3b8..45864373a22 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-since-related-records-exist-in-table-namerefe.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-since-related-records-exist-in-table-namerefe.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The cascade operation you are attempting violates referential integrity rules with the indicated table. Check the values you are attempting to update or delete, and fix them so they comply with the referential integrity rules.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-the-value-entered-is-prohibited-by-the-valida.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-the-value-entered-is-prohibited-by-the-valida.md
index f029c3129c2..0b013a84193 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-the-value-entered-is-prohibited-by-the-valida.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-the-value-entered-is-prohibited-by-the-valida.md
@@ -13,5 +13,11 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in an invalid value in the indicated field, as established by the field's validation rule. Check the values you are attempting to update and fix them so they comply with the validation rule.
- **ACCESS SUPPORT RESOURCES**[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev) [Access help on support.office.com](https://support.office.com/search/results?query=Access) [Access help on answers.microsoft.com](https://answers.microsoft.com/) [Search for specific Access error codes on Bing](http://www.bing.com/) [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx) [Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx) [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/) [Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-there-must-be-a-related-record-in-table-namee.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-there-must-be-a-related-record-in-table-namee.md
index 61f0a4d7dd8..c88d1b4ce7a 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-there-must-be-a-related-record-in-table-namee.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operation-there-must-be-a-related-record-in-table-namee.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The cascade operation you are attempting violates a referential integrity rule that requires a related record in the indicated table. Check the values you are attempting to update or delete, and fix them so they comply with the referential integrity rule.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-operationvalidation-texterror-3403.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-operationvalidation-texterror-3403.md
index 2233e5bb257..f982a238145 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-operationvalidation-texterror-3403.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-operationvalidation-texterror-3403.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The cascade operation you are attempting would result in invalid data. Check the values you are attempting to update and fix them so they comply with the validation rules.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-cascading-update-on-the-table-because-it-is-currently-in-use-by-a.md b/access/Concepts/Miscellaneous/cannot-perform-cascading-update-on-the-table-because-it-is-currently-in-use-by-a.md
index 40bf987864e..23150aea791 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-cascading-update-on-the-table-because-it-is-currently-in-use-by-a.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-cascading-update-on-the-table-because-it-is-currently-in-use-by-a.md
@@ -19,13 +19,13 @@ You are trying to save a value into a primary key field that is included in a re
In Microsoft Access, the **Cascade Update Related Fields** option is selected for the relationship, or in DAO code, the **dbRelationUpdateCascade** option is specified for the **Relation** object's **Attributes** property. Your application is attempting to update the matching field in the related table.
The matching field cannot be updated because of a locking conflict with another user. To save the record, you must wait until the related table is no longer in use.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-join-group-sort-or-indexed-restriction-a-value-being-searched-or.md b/access/Concepts/Miscellaneous/cannot-perform-join-group-sort-or-indexed-restriction-a-value-being-searched-or.md
index 5d86c8fddd3..e5214f37ffe 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-join-group-sort-or-indexed-restriction-a-value-being-searched-or.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-join-group-sort-or-indexed-restriction-a-value-being-searched-or.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The maximum combined length of fields used to join, group, or sort is 255 bytes. Reduce the number of fields in your join, group, or sort, or use shorter data types and field sizes for the fields.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-this-operation-features-in-this-version-are-not-available-in-data.md b/access/Concepts/Miscellaneous/cannot-perform-this-operation-features-in-this-version-are-not-available-in-data.md
index bdea4b93263..62d50d2a8f6 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-this-operation-features-in-this-version-are-not-available-in-data.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-this-operation-features-in-this-version-are-not-available-in-data.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The database was stored in an earlier version of the Microsoft Access database engine that does not support this feature. Either the database needs to be converted to the latest file format or this particular operation needs to be revised to avoid using the unsupported feature.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-perform-this-operationerror-3032.md b/access/Concepts/Miscellaneous/cannot-perform-this-operationerror-3032.md
index 567ebfb0572..c93ec8c0966 100644
--- a/access/Concepts/Miscellaneous/cannot-perform-this-operationerror-3032.md
+++ b/access/Concepts/Miscellaneous/cannot-perform-this-operationerror-3032.md
@@ -24,13 +24,11 @@ Possible causes:
- You tried to put a user in a group to which the user already belongs, by appending either a **Group** object to a **User** object's **Groups** collection that already has a **Group** object of the same name or a **User** object to a **Group** object's **Users** collection that already has a **User** object of the same name.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-place-this-validation-expression-on-this-fielderror-3313.md b/access/Concepts/Miscellaneous/cannot-place-this-validation-expression-on-this-fielderror-3313.md
index 6d5dc8b3c91..6b483719ff9 100644
--- a/access/Concepts/Miscellaneous/cannot-place-this-validation-expression-on-this-fielderror-3313.md
+++ b/access/Concepts/Miscellaneous/cannot-place-this-validation-expression-on-this-fielderror-3313.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are trying to set validation properties on a field (such as an AutoNumber or OLE Object field) that does not allow this type of property. Use a different field to validate data or, if you have not added data to the table, redefine the data type for the field.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-populate-the-replica-or-change-the-replica-s-filter-because-the-replica-h.md b/access/Concepts/Miscellaneous/cannot-populate-the-replica-or-change-the-replica-s-filter-because-the-replica-h.md
index d00ca6b1db3..424b236d1bc 100644
--- a/access/Concepts/Miscellaneous/cannot-populate-the-replica-or-change-the-replica-s-filter-because-the-replica-h.md
+++ b/access/Concepts/Miscellaneous/cannot-populate-the-replica-or-change-the-replica-s-filter-because-the-replica-h.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are attempting to change a partial replica's filter or populate a partial replica, and that replica has conflicts or data errors. You need to resolve the conflicts or errors before proceeding. This prevents inadvertent loss of conflict information and ensures that errors are corrected properly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-repeat-table-name-name-in-from-clauseerror-3074.md b/access/Concepts/Miscellaneous/cannot-repeat-table-name-name-in-from-clauseerror-3074.md
index d0c29c81232..fc7110c6b83 100644
--- a/access/Concepts/Miscellaneous/cannot-repeat-table-name-name-in-from-clauseerror-3074.md
+++ b/access/Concepts/Miscellaneous/cannot-repeat-table-name-name-in-from-clauseerror-3074.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You cannot list the table name more than once. Remove the extra occurrences of the table name or use an alias. If you are trying to join a table to itself, use an alias to change the second reference to the table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-replicate-the-table-the-number-of-columns-exceeds-the-maximum-allowederro.md b/access/Concepts/Miscellaneous/cannot-replicate-the-table-the-number-of-columns-exceeds-the-maximum-allowederro.md
index 90e5501bf76..1eaa686f1ac 100644
--- a/access/Concepts/Miscellaneous/cannot-replicate-the-table-the-number-of-columns-exceeds-the-maximum-allowederro.md
+++ b/access/Concepts/Miscellaneous/cannot-replicate-the-table-the-number-of-columns-exceeds-the-maximum-allowederro.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The table has exceeded the maximum number of columns allowed. If the table has less than 251 columns, compacting the database may retrieve any available columns that are still counting toward the limit.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-retrieve-the-full-path-information-for-a-member-of-the-replica-seterror-3.md b/access/Concepts/Miscellaneous/cannot-retrieve-the-full-path-information-for-a-member-of-the-replica-seterror-3.md
index 110c5dd7f9f..74e84a133d5 100644
--- a/access/Concepts/Miscellaneous/cannot-retrieve-the-full-path-information-for-a-member-of-the-replica-seterror-3.md
+++ b/access/Concepts/Miscellaneous/cannot-retrieve-the-full-path-information-for-a-member-of-the-replica-seterror-3.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected warning. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-save-property-property-is-a-schema-propertyerror-3394.md b/access/Concepts/Miscellaneous/cannot-save-property-property-is-a-schema-propertyerror-3394.md
index 43f23c64734..db0c0d3fbb1 100644
--- a/access/Concepts/Miscellaneous/cannot-save-property-property-is-a-schema-propertyerror-3394.md
+++ b/access/Concepts/Miscellaneous/cannot-save-property-property-is-a-schema-propertyerror-3394.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to set or change a schema property. When you create a new schema property, specify **True** as the fourth argument to the **CreateProperty** method in order to set or delete this property.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-set-field-name-in-join-key-to-nullerror-3100.md b/access/Concepts/Miscellaneous/cannot-set-field-name-in-join-key-to-nullerror-3100.md
index afb7d34e45f..be6be4b5777 100644
--- a/access/Concepts/Miscellaneous/cannot-set-field-name-in-join-key-to-nullerror-3100.md
+++ b/access/Concepts/Miscellaneous/cannot-set-field-name-in-join-key-to-nullerror-3100.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have a join, and you tried to set a field on either side of the join to a **Null** value. Either select different fields or enter data in the fields, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-set-multiple-null-not-null-attributeserror-3806.md b/access/Concepts/Miscellaneous/cannot-set-multiple-null-not-null-attributeserror-3806.md
index cb56f9fedc4..04ae746f543 100644
--- a/access/Concepts/Miscellaneous/cannot-set-multiple-null-not-null-attributeserror-3806.md
+++ b/access/Concepts/Miscellaneous/cannot-set-multiple-null-not-null-attributeserror-3806.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-set-the-specified-registry-parameter-for-the-synchronizererror-3493.md b/access/Concepts/Miscellaneous/cannot-set-the-specified-registry-parameter-for-the-synchronizererror-3493.md
index 17e0a7f1a31..069702c099a 100644
--- a/access/Concepts/Miscellaneous/cannot-set-the-specified-registry-parameter-for-the-synchronizererror-3493.md
+++ b/access/Concepts/Miscellaneous/cannot-set-the-specified-registry-parameter-for-the-synchronizererror-3493.md
@@ -27,13 +27,11 @@ You need to reconfigure the Synchronizer on your computer.
3. Follow the instructions in the wizard.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-set-this-property-for-remote-objectserror-3365.md b/access/Concepts/Miscellaneous/cannot-set-this-property-for-remote-objectserror-3365.md
index 6ad05441e12..3aec32ff253 100644
--- a/access/Concepts/Miscellaneous/cannot-set-this-property-for-remote-objectserror-3365.md
+++ b/access/Concepts/Miscellaneous/cannot-set-this-property-for-remote-objectserror-3365.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This property is not available for objects associated with ODBC databases.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-set-this-property-once-the-object-is-part-of-a-collectionerror-3268.md b/access/Concepts/Miscellaneous/cannot-set-this-property-once-the-object-is-part-of-a-collectionerror-3268.md
index f886c58fa27..fe7f6d7f9b0 100644
--- a/access/Concepts/Miscellaneous/cannot-set-this-property-once-the-object-is-part-of-a-collectionerror-3268.md
+++ b/access/Concepts/Miscellaneous/cannot-set-this-property-once-the-object-is-part-of-a-collectionerror-3268.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
An attempt was made to change the value of a property of an object ( **TableDef**, **Field**, and so on) that is already appended to a collection.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-set-valueerror-2448.md b/access/Concepts/Miscellaneous/cannot-set-valueerror-2448.md
index 25e948ab98d..8e73fbe21ad 100644
--- a/access/Concepts/Miscellaneous/cannot-set-valueerror-2448.md
+++ b/access/Concepts/Miscellaneous/cannot-set-valueerror-2448.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are trying to assign a value to an object that is read-only or does not have a value.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-sort-on-memo-or-ole-object-clauseerror-3117.md b/access/Concepts/Miscellaneous/cannot-sort-on-memo-or-ole-object-clauseerror-3117.md
index 9daa5580208..d6c7ffa3af7 100644
--- a/access/Concepts/Miscellaneous/cannot-sort-on-memo-or-ole-object-clauseerror-3117.md
+++ b/access/Concepts/Miscellaneous/cannot-sort-on-memo-or-ole-object-clauseerror-3117.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The ORDER BY clause of an SQL statement cannot include Memo or OLE Object fields.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-specify-fixed-column-heading-value-in-a-crosstab-query-more-than-onceerro.md b/access/Concepts/Miscellaneous/cannot-specify-fixed-column-heading-value-in-a-crosstab-query-more-than-onceerro.md
index 76d2a502aca..eff820bd2a5 100644
--- a/access/Concepts/Miscellaneous/cannot-specify-fixed-column-heading-value-in-a-crosstab-query-more-than-onceerro.md
+++ b/access/Concepts/Miscellaneous/cannot-specify-fixed-column-heading-value-in-a-crosstab-query-more-than-onceerro.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
When you create a crosstab query with fixed column headings, the values you specify must be unique. Change one or more of the duplicate column headings, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-start-your-application-the-workgroup-information-file-is-missing-or-opene.md b/access/Concepts/Miscellaneous/cannot-start-your-application-the-workgroup-information-file-is-missing-or-opene.md
index 3a74333feb7..ec65ed1d92e 100644
--- a/access/Concepts/Miscellaneous/cannot-start-your-application-the-workgroup-information-file-is-missing-or-opene.md
+++ b/access/Concepts/Miscellaneous/cannot-start-your-application-the-workgroup-information-file-is-missing-or-opene.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
To ensure referential integrity in databases created by the Microsoft Access database engine, your application must read the database's System.mdw file. Make sure the file is in the location specified in the **SystemDB** value in the Windows Registry.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-synchronize-a-partial-replica-with-another-partial-replicaerror-3648.md b/access/Concepts/Miscellaneous/cannot-synchronize-a-partial-replica-with-another-partial-replicaerror-3648.md
index 368bd95a34e..2a6fc67bbdb 100644
--- a/access/Concepts/Miscellaneous/cannot-synchronize-a-partial-replica-with-another-partial-replicaerror-3648.md
+++ b/access/Concepts/Miscellaneous/cannot-synchronize-a-partial-replica-with-another-partial-replicaerror-3648.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The database you are trying to synchronize with is a partial replica. You cannot synchronize a partial replica with another partial replica, because the other partial replica may not contain all records that satisfy your partial replica's filter.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-update-database-or-object-is-read-onlyerror-3027.md b/access/Concepts/Miscellaneous/cannot-update-database-or-object-is-read-onlyerror-3027.md
index 35ad3efb899..2f53059c978 100644
--- a/access/Concepts/Miscellaneous/cannot-update-database-or-object-is-read-onlyerror-3027.md
+++ b/access/Concepts/Miscellaneous/cannot-update-database-or-object-is-read-onlyerror-3027.md
@@ -34,13 +34,13 @@ The database is read-only for one of these reasons:
Close the database, resolve the read-only condition, and then reopen the file for read/write access.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-update-field-namefield-not-updatableerror-3113.md b/access/Concepts/Miscellaneous/cannot-update-field-namefield-not-updatableerror-3113.md
index ada3cd5b7fe..6233e6f87a3 100644
--- a/access/Concepts/Miscellaneous/cannot-update-field-namefield-not-updatableerror-3113.md
+++ b/access/Concepts/Miscellaneous/cannot-update-field-namefield-not-updatableerror-3113.md
@@ -23,14 +23,11 @@ Possible causes:
- You executed a query that combines updatable and nonupdatable **TableDef** objects, and you tried to update one of the fields in the query's results (the resulting dynaset-type **Recordset** ).
-
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-update-replication-system-columnerror-3577.md b/access/Concepts/Miscellaneous/cannot-update-replication-system-columnerror-3577.md
index 0000f069cdf..5a8391846da 100644
--- a/access/Concepts/Miscellaneous/cannot-update-replication-system-columnerror-3577.md
+++ b/access/Concepts/Miscellaneous/cannot-update-replication-system-columnerror-3577.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The column you are attempting to update is a system column and is read-only.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-use-having-clause-in-transform-statementerror-3092.md b/access/Concepts/Miscellaneous/cannot-use-having-clause-in-transform-statementerror-3092.md
index 0d79031a381..429e900748f 100644
--- a/access/Concepts/Miscellaneous/cannot-use-having-clause-in-transform-statementerror-3092.md
+++ b/access/Concepts/Miscellaneous/cannot-use-having-clause-in-transform-statementerror-3092.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
If you want to specify selection criteria, use a WHERE clause.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-use-in-crosstab-queryerror-3123.md b/access/Concepts/Miscellaneous/cannot-use-in-crosstab-queryerror-3123.md
index 14cf4d5bcb4..efd6dd592d5 100644
--- a/access/Concepts/Miscellaneous/cannot-use-in-crosstab-queryerror-3123.md
+++ b/access/Concepts/Miscellaneous/cannot-use-in-crosstab-queryerror-3123.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to execute a query that groups or totals fields selected with an asterisk ( * ). Choose specific fields, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/cannot-use-internal-report-queryerror-3083.md b/access/Concepts/Miscellaneous/cannot-use-internal-report-queryerror-3083.md
index 77eed905db5..63b75832e8d 100644
--- a/access/Concepts/Miscellaneous/cannot-use-internal-report-queryerror-3083.md
+++ b/access/Concepts/Miscellaneous/cannot-use-internal-report-queryerror-3083.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to use an SQL statement that includes an explicit reference to a disallowed internal report query. Remove the invalid reference and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-use-memo-or-ole-object-field-name-in-the-select-clause-of-a-union-queryer.md b/access/Concepts/Miscellaneous/cannot-use-memo-or-ole-object-field-name-in-the-select-clause-of-a-union-queryer.md
index 06b1cd3abf5..1ebf2bdafd8 100644
--- a/access/Concepts/Miscellaneous/cannot-use-memo-or-ole-object-field-name-in-the-select-clause-of-a-union-queryer.md
+++ b/access/Concepts/Miscellaneous/cannot-use-memo-or-ole-object-field-name-in-the-select-clause-of-a-union-queryer.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
A field you specified in the SELECT part of a union query in the SQL statement for the query has a field data type of Memo or OLE object. You cannot specify a field of either of these types.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/cannot-use-the-crosstab-of-a-non-fixed-column-as-a-subqueryerror-3637.md b/access/Concepts/Miscellaneous/cannot-use-the-crosstab-of-a-non-fixed-column-as-a-subqueryerror-3637.md
index 250bb45e08d..6e116c77c8c 100644
--- a/access/Concepts/Miscellaneous/cannot-use-the-crosstab-of-a-non-fixed-column-as-a-subqueryerror-3637.md
+++ b/access/Concepts/Miscellaneous/cannot-use-the-crosstab-of-a-non-fixed-column-as-a-subqueryerror-3637.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have attempted to sort on a variable column crosstab. You should save the results of the query, and then sort the results with the Sort Ascending or Sort Descending button.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/catalog-example-vb.md b/access/Concepts/Miscellaneous/catalog-example-vb.md
index baf11c9f309..d2cd5a1b4e0 100644
--- a/access/Concepts/Miscellaneous/catalog-example-vb.md
+++ b/access/Concepts/Miscellaneous/catalog-example-vb.md
@@ -411,7 +411,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cellset-example-vb.md b/access/Concepts/Miscellaneous/cellset-example-vb.md
index 2124dc55cf5..dbfadf56d44 100644
--- a/access/Concepts/Miscellaneous/cellset-example-vb.md
+++ b/access/Concepts/Miscellaneous/cellset-example-vb.md
@@ -110,9 +110,9 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/characters-found-after-end-of-sql-statementerror-3142.md b/access/Concepts/Miscellaneous/characters-found-after-end-of-sql-statementerror-3142.md
index 858f1a97ed8..365c7079a69 100644
--- a/access/Concepts/Miscellaneous/characters-found-after-end-of-sql-statementerror-3142.md
+++ b/access/Concepts/Miscellaneous/characters-found-after-end-of-sql-statementerror-3142.md
@@ -19,7 +19,7 @@ You entered data after using a semicolon (;) in the SQL statement. For example,
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/check-constraint-name-already-existserror-3756.md b/access/Concepts/Miscellaneous/check-constraint-name-already-existserror-3756.md
index a044f40fcfc..eb2624f33b6 100644
--- a/access/Concepts/Miscellaneous/check-constraint-name-already-existserror-3756.md
+++ b/access/Concepts/Miscellaneous/check-constraint-name-already-existserror-3756.md
@@ -19,7 +19,7 @@ This error occurs when, using the ALTER TABLE ALTER COLUMN syntax, you try to us
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/check-constraint-name-does-not-existerror-3755.md b/access/Concepts/Miscellaneous/check-constraint-name-does-not-existerror-3755.md
index ef42cc19399..15c3303469c 100644
--- a/access/Concepts/Miscellaneous/check-constraint-name-does-not-existerror-3755.md
+++ b/access/Concepts/Miscellaneous/check-constraint-name-does-not-existerror-3755.md
@@ -19,7 +19,7 @@ This error occurs when, using the ALTER TABLE ALTER COLUMN syntax, you try to DR
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/check-constraints-are-not-allowed-in-replicable-databaseserror-3798.md b/access/Concepts/Miscellaneous/check-constraints-are-not-allowed-in-replicable-databaseserror-3798.md
index 314c7ab79c9..ad44a5894bb 100644
--- a/access/Concepts/Miscellaneous/check-constraints-are-not-allowed-in-replicable-databaseserror-3798.md
+++ b/access/Concepts/Miscellaneous/check-constraints-are-not-allowed-in-replicable-databaseserror-3798.md
@@ -19,7 +19,7 @@ Remove any CHECK constraint prior to making the database or table replicable.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/check-constraints-on-table-name-will-not-be-transferred-to-this-table-check-cons.md b/access/Concepts/Miscellaneous/check-constraints-on-table-name-will-not-be-transferred-to-this-table-check-cons.md
index f35f7672264..8d4bf17828e 100644
--- a/access/Concepts/Miscellaneous/check-constraints-on-table-name-will-not-be-transferred-to-this-table-check-cons.md
+++ b/access/Concepts/Miscellaneous/check-constraints-on-table-name-will-not-be-transferred-to-this-table-check-cons.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/circular-reference-caused-by-alias-name-in-query-definition-s-select-listerror-3.md b/access/Concepts/Miscellaneous/circular-reference-caused-by-alias-name-in-query-definition-s-select-listerror-3.md
index f53fa13d360..6252d858eb1 100644
--- a/access/Concepts/Miscellaneous/circular-reference-caused-by-alias-name-in-query-definition-s-select-listerror-3.md
+++ b/access/Concepts/Miscellaneous/circular-reference-caused-by-alias-name-in-query-definition-s-select-listerror-3.md
@@ -36,7 +36,7 @@ SELECT week1 + week2 as hours, hours + overtime as gross, gross + ytdpay as week
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/circular-reference-caused-by-query-referenceerror-3102.md b/access/Concepts/Miscellaneous/circular-reference-caused-by-query-referenceerror-3102.md
index cad160955aa..5c0536a296b 100644
--- a/access/Concepts/Miscellaneous/circular-reference-caused-by-query-referenceerror-3102.md
+++ b/access/Concepts/Miscellaneous/circular-reference-caused-by-query-referenceerror-3102.md
@@ -37,13 +37,13 @@ SELECT * FROM Query1;
```
Redesign the queries to eliminate the dependency.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/client-has-asked-the-synchronizer-to-terminate-operationerror-3535.md b/access/Concepts/Miscellaneous/client-has-asked-the-synchronizer-to-terminate-operationerror-3535.md
index 2036c61b544..b2950b749ff 100644
--- a/access/Concepts/Miscellaneous/client-has-asked-the-synchronizer-to-terminate-operationerror-3535.md
+++ b/access/Concepts/Miscellaneous/client-has-asked-the-synchronizer-to-terminate-operationerror-3535.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/collections-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/collections-ado-for-visual-c-plus-plus-syntax.md
index 838ee07c9b7..41713a6b008 100644
--- a/access/Concepts/Miscellaneous/collections-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/collections-ado-for-visual-c-plus-plus-syntax.md
@@ -61,7 +61,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/collections-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/collections-ado-wfc-syntax.md
index c85673a3b45..9efff786c13 100644
--- a/access/Concepts/Miscellaneous/collections-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/collections-ado-wfc-syntax.md
@@ -73,7 +73,7 @@ public int Invalid DDUE based on source, error:link not allowed in code, link fi
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/collections-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/collections-visual-c-plus-plus-syntax-index-with-import.md
index ee8e7f6cd1c..49761d8348b 100644
--- a/access/Concepts/Miscellaneous/collections-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/collections-visual-c-plus-plus-syntax-index-with-import.md
@@ -107,7 +107,7 @@ __declspec(property(get=GetItem)) PropertyPtr Invalid DDUE based on source, erro
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/color-builder.md b/access/Concepts/Miscellaneous/color-builder.md
index 437179e61d0..eda03866e5b 100644
--- a/access/Concepts/Miscellaneous/color-builder.md
+++ b/access/Concepts/Miscellaneous/color-builder.md
@@ -21,7 +21,7 @@ To run this builder, click the **Build** button next to the appropriate propert
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/command-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/command-ado-for-visual-c-plus-plus-syntax.md
index e48265be62c..64d2a044b8a 100644
--- a/access/Concepts/Miscellaneous/command-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/command-ado-for-visual-c-plus-plus-syntax.md
@@ -20,7 +20,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/command-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/command-ado-wfc-syntax.md
index 07a35e238a2..29c952e942d 100644
--- a/access/Concepts/Miscellaneous/command-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/command-ado-wfc-syntax.md
@@ -60,7 +60,7 @@ public AdoProperties Invalid DDUE based on source, error:link not allowed in cod
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/command-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/command-visual-c-plus-plus-syntax-index-with-import.md
index 0e24d4f9190..c29bdbd8d0b 100644
--- a/access/Concepts/Miscellaneous/command-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/command-visual-c-plus-plus-syntax-index-with-import.md
@@ -68,7 +68,7 @@ __declspec(property(get=GetState)) long Invalid DDUE based on source, error:link
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/concurrent-schema-changes-caused-the-create-replica-operation-to-fail-try-againe.md b/access/Concepts/Miscellaneous/concurrent-schema-changes-caused-the-create-replica-operation-to-fail-try-againe.md
index f375e3d1814..21fa7401fda 100644
--- a/access/Concepts/Miscellaneous/concurrent-schema-changes-caused-the-create-replica-operation-to-fail-try-againe.md
+++ b/access/Concepts/Miscellaneous/concurrent-schema-changes-caused-the-create-replica-operation-to-fail-try-againe.md
@@ -19,7 +19,7 @@ During the create replica operation new objects that did not allow the operation
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/conflict-tables-cannot-be-renamederror-3769.md b/access/Concepts/Miscellaneous/conflict-tables-cannot-be-renamederror-3769.md
index b224bbf6bde..221afd4fadc 100644
--- a/access/Concepts/Miscellaneous/conflict-tables-cannot-be-renamederror-3769.md
+++ b/access/Concepts/Miscellaneous/conflict-tables-cannot-be-renamederror-3769.md
@@ -19,7 +19,7 @@ A conflict table is a system table that cannot be renamed. To remove conflicts f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/connect-property-example-vbscript.md b/access/Concepts/Miscellaneous/connect-property-example-vbscript.md
index 6858694f6c1..df9d8e12418 100644
--- a/access/Concepts/Miscellaneous/connect-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/connect-property-example-vbscript.md
@@ -68,7 +68,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/connection-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/connection-ado-for-visual-c-plus-plus-syntax.md
index b40523ef1ce..27315aadf26 100644
--- a/access/Concepts/Miscellaneous/connection-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/connection-ado-for-visual-c-plus-plus-syntax.md
@@ -22,7 +22,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/connection-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/connection-ado-wfc-syntax.md
index 38a98c420d3..f31b7e569eb 100644
--- a/access/Concepts/Miscellaneous/connection-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/connection-ado-wfc-syntax.md
@@ -103,7 +103,7 @@ public void removeOnWillExecute(ConnectionEventHandler handler )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/connection-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/connection-visual-c-plus-plus-syntax-index-with-import.md
index 9280b951165..f15d4156631 100644
--- a/access/Concepts/Miscellaneous/connection-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/connection-visual-c-plus-plus-syntax-index-with-import.md
@@ -94,7 +94,7 @@ __declspec(property(get=GetState)) long Invalid DDUE based on source, error:link
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/connectionevents-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/connectionevents-visual-c-plus-plus-syntax-index-with-import.md
index 217fd72e6f0..6ec24f0b53d 100644
--- a/access/Concepts/Miscellaneous/connectionevents-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/connectionevents-visual-c-plus-plus-syntax-index-with-import.md
@@ -51,7 +51,7 @@ HRESULT Invalid DDUE based on source, error:link not allowed in code, link filen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/constants-enumeration-access.md b/access/Concepts/Miscellaneous/constants-enumeration-access.md
index 5a31eaa2a2f..9fd889b552f 100644
--- a/access/Concepts/Miscellaneous/constants-enumeration-access.md
+++ b/access/Concepts/Miscellaneous/constants-enumeration-access.md
@@ -253,7 +253,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/convert-library-databases-and-add-ins.md b/access/Concepts/Miscellaneous/convert-library-databases-and-add-ins.md
index f116fc79e71..8dc0b27065b 100644
--- a/access/Concepts/Miscellaneous/convert-library-databases-and-add-ins.md
+++ b/access/Concepts/Miscellaneous/convert-library-databases-and-add-ins.md
@@ -30,7 +30,7 @@ In versions 1. _x_ and 2.0 of Access, you can make circular library references.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/converttostring-method-example-vbscript.md b/access/Concepts/Miscellaneous/converttostring-method-example-vbscript.md
index 7ea7ba0aa36..071fa725104 100644
--- a/access/Concepts/Miscellaneous/converttostring-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/converttostring-method-example-vbscript.md
@@ -46,7 +46,7 @@ CLASSID="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33">
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-add-rows-needed-to-make-the-database-replicableerror-3580.md b/access/Concepts/Miscellaneous/could-not-add-rows-needed-to-make-the-database-replicableerror-3580.md
index 236618a2761..43aef87d4ec 100644
--- a/access/Concepts/Miscellaneous/could-not-add-rows-needed-to-make-the-database-replicableerror-3580.md
+++ b/access/Concepts/Miscellaneous/could-not-add-rows-needed-to-make-the-database-replicableerror-3580.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/could-not-build-keyerror-3250.md b/access/Concepts/Miscellaneous/could-not-build-keyerror-3250.md
index 0f0f1c5e418..6a9147c16d7 100644
--- a/access/Concepts/Miscellaneous/could-not-build-keyerror-3250.md
+++ b/access/Concepts/Miscellaneous/could-not-build-keyerror-3250.md
@@ -27,13 +27,12 @@ rstEmployees.Seek "=", "Smith", "Joe"
```
The Microsoft Access database engine will try to construct a primary key from two fields, but because one field is indexed, the attempt will fail and this error results.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-create-index-too-many-indexes-already-definederror-3039.md b/access/Concepts/Miscellaneous/could-not-create-index-too-many-indexes-already-definederror-3039.md
index 0d25e892d93..9e7f2379fa0 100644
--- a/access/Concepts/Miscellaneous/could-not-create-index-too-many-indexes-already-definederror-3039.md
+++ b/access/Concepts/Miscellaneous/could-not-create-index-too-many-indexes-already-definederror-3039.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You cannot create another index for this table. Consider deleting an existing index to make room for the new index. The limit is 32 indexes per table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-create-no-modify-design-permission-for-table-or-query-nameerror-3111.md b/access/Concepts/Miscellaneous/could-not-create-no-modify-design-permission-for-table-or-query-nameerror-3111.md
index 660f01a184b..11c3c0cd56d 100644
--- a/access/Concepts/Miscellaneous/could-not-create-no-modify-design-permission-for-table-or-query-nameerror-3111.md
+++ b/access/Concepts/Miscellaneous/could-not-create-no-modify-design-permission-for-table-or-query-nameerror-3111.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to create the specified table or query, but you do not have the required modify design permission. To change your permission assignments, see your system administrator or the query's creator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-create-replication-system-tables-needed-to-make-the-database-replicabl.md b/access/Concepts/Miscellaneous/could-not-create-replication-system-tables-needed-to-make-the-database-replicabl.md
index c00e0e33099..67d9e359963 100644
--- a/access/Concepts/Miscellaneous/could-not-create-replication-system-tables-needed-to-make-the-database-replicabl.md
+++ b/access/Concepts/Miscellaneous/could-not-create-replication-system-tables-needed-to-make-the-database-replicabl.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-decrypt-fileerror-3161.md b/access/Concepts/Miscellaneous/could-not-decrypt-fileerror-3161.md
index 516d047ef2d..33013471e9f 100644
--- a/access/Concepts/Miscellaneous/could-not-decrypt-fileerror-3161.md
+++ b/access/Concepts/Miscellaneous/could-not-decrypt-fileerror-3161.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to access an encrypted Btrieve or Paradox table, but the password you provided is not correct. Try the operation again and enter the correct password.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-delete-from-specified-tableserror-3086.md b/access/Concepts/Miscellaneous/could-not-delete-from-specified-tableserror-3086.md
index 3a92d11cfce..118432fca05 100644
--- a/access/Concepts/Miscellaneous/could-not-delete-from-specified-tableserror-3086.md
+++ b/access/Concepts/Miscellaneous/could-not-delete-from-specified-tableserror-3086.md
@@ -39,13 +39,12 @@ Possible causes:
To delete the data, close the database, resolve the read-only condition, and then reopen the file for read/write access.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-execute-query-could-not-find-linked-tableerror-3184.md b/access/Concepts/Miscellaneous/could-not-execute-query-could-not-find-linked-tableerror-3184.md
index 8dc24572654..8c2a1b0cda7 100644
--- a/access/Concepts/Miscellaneous/could-not-execute-query-could-not-find-linked-tableerror-3184.md
+++ b/access/Concepts/Miscellaneous/could-not-execute-query-could-not-find-linked-tableerror-3184.md
@@ -23,14 +23,11 @@ Possible causes:
- The linked table is on a network drive, and you are not connected to the network. Make sure the network is available, and then try to execute the query again.
-
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-find-a-valid-transport-for-this-synchronizererror-3509.md b/access/Concepts/Miscellaneous/could-not-find-a-valid-transport-for-this-synchronizererror-3509.md
index 38a9c523736..5c1aba3cbc7 100644
--- a/access/Concepts/Miscellaneous/could-not-find-a-valid-transport-for-this-synchronizererror-3509.md
+++ b/access/Concepts/Miscellaneous/could-not-find-a-valid-transport-for-this-synchronizererror-3509.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-find-field-nameerror-3799.md b/access/Concepts/Miscellaneous/could-not-find-field-nameerror-3799.md
index 761465ad875..5ba9c88a074 100644
--- a/access/Concepts/Miscellaneous/could-not-find-field-nameerror-3799.md
+++ b/access/Concepts/Miscellaneous/could-not-find-field-nameerror-3799.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
A column name that does not exist is being referenced.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-find-fielderror-3018.md b/access/Concepts/Miscellaneous/could-not-find-fielderror-3018.md
index fd6fedf837a..edbdd80ddab 100644
--- a/access/Concepts/Miscellaneous/could-not-find-fielderror-3018.md
+++ b/access/Concepts/Miscellaneous/could-not-find-fielderror-3018.md
@@ -27,14 +27,11 @@ Possible causes:
- You did not use brackets to surround a field name that contains spaces.
-
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-find-file-nameerror-3024.md b/access/Concepts/Miscellaneous/could-not-find-file-nameerror-3024.md
index dc3452ee059..80b7b9ddcbd 100644
--- a/access/Concepts/Miscellaneous/could-not-find-file-nameerror-3024.md
+++ b/access/Concepts/Miscellaneous/could-not-find-file-nameerror-3024.md
@@ -26,13 +26,11 @@ Possible causes:
- The network connection has failed or has not been established.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-find-installable-isamerror-3170.md b/access/Concepts/Miscellaneous/could-not-find-installable-isamerror-3170.md
index 3c7a50e33e1..2ad774654c5 100644
--- a/access/Concepts/Miscellaneous/could-not-find-installable-isamerror-3170.md
+++ b/access/Concepts/Miscellaneous/could-not-find-installable-isamerror-3170.md
@@ -25,13 +25,11 @@ Possible causes:
- One of the entries in the Registry points to a network drive and that network is not connected. Make sure the network is available, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-find-network-path-or-user-nameerror-3171.md b/access/Concepts/Miscellaneous/could-not-find-network-path-or-user-nameerror-3171.md
index 31821802be7..85ffb4964a6 100644
--- a/access/Concepts/Miscellaneous/could-not-find-network-path-or-user-nameerror-3171.md
+++ b/access/Concepts/Miscellaneous/could-not-find-network-path-or-user-nameerror-3171.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
One or more entries in the \ **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Access Connectivity Engine\Engines\Paradox** key of the Microsoft Windows Registry is invalid. Correct the invalid entries, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-find-output-table-nameerror-3192.md b/access/Concepts/Miscellaneous/could-not-find-output-table-nameerror-3192.md
index 6966411b9a7..f887b17f8fd 100644
--- a/access/Concepts/Miscellaneous/could-not-find-output-table-nameerror-3192.md
+++ b/access/Concepts/Miscellaneous/could-not-find-output-table-nameerror-3192.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
You tried to use an INSERT INTO statement with the specified table, which does not exist. Make sure you entered the name correctly, and then try the operation again.
If you are attempting to execute a make-table query that creates the table for you, use the SELECT INTO syntax instead.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-find-referenceerror-3199.md b/access/Concepts/Miscellaneous/could-not-find-referenceerror-3199.md
index e7c0a151cf9..dafd48bd005 100644
--- a/access/Concepts/Miscellaneous/could-not-find-referenceerror-3199.md
+++ b/access/Concepts/Miscellaneous/could-not-find-referenceerror-3199.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You entered a file, table, or field reference that could not be found. Check the spelling and punctuation to make sure you entered the reference correctly, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-find-synchronizer-in-the-msystranspaddress-tableerror-3518.md b/access/Concepts/Miscellaneous/could-not-find-synchronizer-in-the-msystranspaddress-tableerror-3518.md
index 4771a500c8a..0216fcb3ef1 100644
--- a/access/Concepts/Miscellaneous/could-not-find-synchronizer-in-the-msystranspaddress-tableerror-3518.md
+++ b/access/Concepts/Miscellaneous/could-not-find-synchronizer-in-the-msystranspaddress-tableerror-3518.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-import-table-or-query-no-records-found-or-all-records-contain-errorser.md b/access/Concepts/Miscellaneous/could-not-import-table-or-query-no-records-found-or-all-records-contain-errorser.md
index d00cab41070..4a1343c3f76 100644
--- a/access/Concepts/Miscellaneous/could-not-import-table-or-query-no-records-found-or-all-records-contain-errorser.md
+++ b/access/Concepts/Miscellaneous/could-not-import-table-or-query-no-records-found-or-all-records-contain-errorser.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The Microsoft Access database engine could not find the table or query you tried to import, or no records were found at the specified source, or all records contained errors. Check the path you specified and try it again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-lock-fileerror-3050.md b/access/Concepts/Miscellaneous/could-not-lock-fileerror-3050.md
index 56f68009ce9..3652839dbde 100644
--- a/access/Concepts/Miscellaneous/could-not-lock-fileerror-3050.md
+++ b/access/Concepts/Miscellaneous/could-not-lock-fileerror-3050.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The operating system will not allow the Microsoft Access database engine to create a lock file (.LDB) in the same directory where the database file resides. You need to have write privileges to the directory that contains the database you are trying to open. This error can also occur if you are trying to use the passive shut down/connection control feature while the database is opened exclusively.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3212.md b/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3212.md
index 6226c285bbf..d45f4d29a0e 100644
--- a/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3212.md
+++ b/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3212.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The table cannot be locked because it is currently in use. Wait for the other user's transaction to complete, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3262.md b/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3262.md
index 7f1b1398cb7..d6569db4880 100644
--- a/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3262.md
+++ b/access/Concepts/Miscellaneous/could-not-lock-table-namecurrently-in-use-by-user-name-on-machine-nameerror-3262.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to lock a table while opening it, but the table cannot be locked because it is currently in use. Wait a moment, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-open-file-nameerror-3176.md b/access/Concepts/Miscellaneous/could-not-open-file-nameerror-3176.md
index 371118b3ebc..a4a07d63e99 100644
--- a/access/Concepts/Miscellaneous/could-not-open-file-nameerror-3176.md
+++ b/access/Concepts/Miscellaneous/could-not-open-file-nameerror-3176.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The specified text or spreadsheet file could not be opened. The specified file specification may be invalid, another user may be accessing the file, or you may not have read privileges for the file. Wait for the other user to finish using the file and then try the operation again, or contact your system administrator or network administrator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-open-inf-fileerror-3165.md b/access/Concepts/Miscellaneous/could-not-open-inf-fileerror-3165.md
index cbc6d682919..81bc0cb0c55 100644
--- a/access/Concepts/Miscellaneous/could-not-open-inf-fileerror-3165.md
+++ b/access/Concepts/Miscellaneous/could-not-open-inf-fileerror-3165.md
@@ -25,13 +25,11 @@ Possible causes:
- In a network environment, you do not have write privileges for the network drive.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-open-paradox-neterror-3172.md b/access/Concepts/Miscellaneous/could-not-open-paradox-neterror-3172.md
index 9a92398c110..a155578bff3 100644
--- a/access/Concepts/Miscellaneous/could-not-open-paradox-neterror-3172.md
+++ b/access/Concepts/Miscellaneous/could-not-open-paradox-neterror-3172.md
@@ -23,14 +23,11 @@ Possible causes:
- The **ParadoxNetPath** Registry value points to a network drive, and you are not connected to that network drive. Make sure the network drive is available, and then try the operation again.
-
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-open-table-msysaccounts-in-the-workgroup-information-fileerror-3173.md b/access/Concepts/Miscellaneous/could-not-open-table-msysaccounts-in-the-workgroup-information-fileerror-3173.md
index ca88fcefd2b..81a7b0aae52 100644
--- a/access/Concepts/Miscellaneous/could-not-open-table-msysaccounts-in-the-workgroup-information-fileerror-3173.md
+++ b/access/Concepts/Miscellaneous/could-not-open-table-msysaccounts-in-the-workgroup-information-fileerror-3173.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This operation requires the System.mdw file, which contains the security and option settings for Microsoft Access database tables.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-open-table-msysgroups-in-the-workgroup-information-fileerror-3174.md b/access/Concepts/Miscellaneous/could-not-open-table-msysgroups-in-the-workgroup-information-fileerror-3174.md
index 11f5fa160dc..a3fb833c565 100644
--- a/access/Concepts/Miscellaneous/could-not-open-table-msysgroups-in-the-workgroup-information-fileerror-3174.md
+++ b/access/Concepts/Miscellaneous/could-not-open-table-msysgroups-in-the-workgroup-information-fileerror-3174.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This operation requires the System.mdw file, which contains the security and option settings for Microsoft Access database tables.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-parse-field-names-from-the-first-row-of-the-import-tableerror-3245.md b/access/Concepts/Miscellaneous/could-not-parse-field-names-from-the-first-row-of-the-import-tableerror-3245.md
index bd17d1d7338..31cab8c16a1 100644
--- a/access/Concepts/Miscellaneous/could-not-parse-field-names-from-the-first-row-of-the-import-tableerror-3245.md
+++ b/access/Concepts/Miscellaneous/could-not-parse-field-names-from-the-first-row-of-the-import-tableerror-3245.md
@@ -27,13 +27,12 @@ The first row of data contains invalid field names, such as quoted and unquoted
The first two fields are valid, but the third and fourth are not because they contain nonspace characters outside the quotation marks.
Check the import table for properly matched quotation marks, and then try the import operation again
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-read-currently-locked-by-user-name-on-machine-nameerror-3187.md b/access/Concepts/Miscellaneous/could-not-read-currently-locked-by-user-name-on-machine-nameerror-3187.md
index e6a453c5518..15473555364 100644
--- a/access/Concepts/Miscellaneous/could-not-read-currently-locked-by-user-name-on-machine-nameerror-3187.md
+++ b/access/Concepts/Miscellaneous/could-not-read-currently-locked-by-user-name-on-machine-nameerror-3187.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to read information on a database page that is currently locked by the specified user. Wait for the other user to finish, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-read-definitions-no-read-definitions-permission-for-table-or-query-nam.md b/access/Concepts/Miscellaneous/could-not-read-definitions-no-read-definitions-permission-for-table-or-query-nam.md
index 9963b83a65e..6cff5db5ee5 100644
--- a/access/Concepts/Miscellaneous/could-not-read-definitions-no-read-definitions-permission-for-table-or-query-nam.md
+++ b/access/Concepts/Miscellaneous/could-not-read-definitions-no-read-definitions-permission-for-table-or-query-nam.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You must have read definitions permission for the specified table or query to read its definition. To change your permission assignments, see your system administrator or the table or query's creator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-read-the-record-currently-locked-by-another-usererror-3624.md b/access/Concepts/Miscellaneous/could-not-read-the-record-currently-locked-by-another-usererror-3624.md
index fb0863ecdc0..e9f6f52031e 100644
--- a/access/Concepts/Miscellaneous/could-not-read-the-record-currently-locked-by-another-usererror-3624.md
+++ b/access/Concepts/Miscellaneous/could-not-read-the-record-currently-locked-by-another-usererror-3624.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to read a record on a 2K database page that is currently locked by another user. Wait for the other user to finish working with the record, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-rename-installable-isam-fileerror-3013.md b/access/Concepts/Miscellaneous/could-not-rename-installable-isam-fileerror-3013.md
index 39416598916..152c0a6e77b 100644
--- a/access/Concepts/Miscellaneous/could-not-rename-installable-isam-fileerror-3013.md
+++ b/access/Concepts/Miscellaneous/could-not-rename-installable-isam-fileerror-3013.md
@@ -22,13 +22,11 @@ Possible causes:
- In a network environment, you do not have write privileges for the file.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-repair-this-databaseerror-3056.md b/access/Concepts/Miscellaneous/could-not-repair-this-databaseerror-3056.md
index 7718a821e24..5449c53cb8e 100644
--- a/access/Concepts/Miscellaneous/could-not-repair-this-databaseerror-3056.md
+++ b/access/Concepts/Miscellaneous/could-not-repair-this-databaseerror-3056.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This database is corrupted or it is not a Microsoft Access database engine database. Restore the corrupted Microsoft Access database engine database from a backup copy or create a new database.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3046.md b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3046.md
index 152f5cfbfb8..458a80f5fc7 100644
--- a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3046.md
+++ b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3046.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You tried to save information on a database page that is currently locked by another user. To save your changes, wait for the other user to finish, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3202.md b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3202.md
index 7ad678a0282..a33a4b871aa 100644
--- a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3202.md
+++ b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-another-usererror-3202.md
@@ -22,13 +22,11 @@ Possible cause:
- You tried to save a record on a 2K database page that is currently locked by another user. Wait for the other user to finish working with the record, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-user-name-on-machine-nameerror-3186.md b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-user-name-on-machine-nameerror-3186.md
index 7080e20486a..b00dfddf3f3 100644
--- a/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-user-name-on-machine-nameerror-3186.md
+++ b/access/Concepts/Miscellaneous/could-not-save-currently-locked-by-user-name-on-machine-nameerror-3186.md
@@ -22,13 +22,11 @@ Possible causes:
- You tried to save a record on a 2K database page that is currently locked by another user. Wait for the other user to finish working with the record, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-save-record-currently-locked-by-another-usererror-3158.md b/access/Concepts/Miscellaneous/could-not-save-record-currently-locked-by-another-usererror-3158.md
index 90b3ff514aa..1c0eb18d8fb 100644
--- a/access/Concepts/Miscellaneous/could-not-save-record-currently-locked-by-another-usererror-3158.md
+++ b/access/Concepts/Miscellaneous/could-not-save-record-currently-locked-by-another-usererror-3158.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You tried to save a record that is on a database page currently locked by another user. To save your changes, wait for the other user to finish working with the record, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-start-session-too-many-sessions-already-activeerror-3198.md b/access/Concepts/Miscellaneous/could-not-start-session-too-many-sessions-already-activeerror-3198.md
index cd84df1a98e..54cf666111a 100644
--- a/access/Concepts/Miscellaneous/could-not-start-session-too-many-sessions-already-activeerror-3198.md
+++ b/access/Concepts/Miscellaneous/could-not-start-session-too-many-sessions-already-activeerror-3198.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to perform an operation that would have started a new session, but too many sessions are already active. Wait for one or more sessions to finish, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-start-sessionerror-3002.md b/access/Concepts/Miscellaneous/could-not-start-sessionerror-3002.md
index 66198a67a6e..8bce23d93ca 100644
--- a/access/Concepts/Miscellaneous/could-not-start-sessionerror-3002.md
+++ b/access/Concepts/Miscellaneous/could-not-start-sessionerror-3002.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You tried to initiate an operation that requires a new session, but you have reached the limit of sessions that can be active at one time. Wait for other operations to finish or stop other operations, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-start-transaction-too-many-transactions-already-nestederror-3003.md b/access/Concepts/Miscellaneous/could-not-start-transaction-too-many-transactions-already-nestederror-3003.md
index 90f4cde55b0..0a8f48586e8 100644
--- a/access/Concepts/Miscellaneous/could-not-start-transaction-too-many-transactions-already-nestederror-3003.md
+++ b/access/Concepts/Miscellaneous/could-not-start-transaction-too-many-transactions-already-nestederror-3003.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to nest a transaction more than five levels deep. Use the **CommitTrans** or **Rollback** method to save or roll back the current before you begin another one.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-another-session-on-this-machineerror-3188.md b/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-another-session-on-this-machineerror-3188.md
index 993d33fada2..a549fd4023d 100644
--- a/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-another-session-on-this-machineerror-3188.md
+++ b/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-another-session-on-this-machineerror-3188.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to update information that is currently locked by another session. Wait for the other session to finish or close the other session, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-user-name-on-machine-nameerror-3260.md b/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-user-name-on-machine-nameerror-3260.md
index 2b3f992f15b..e4bd5c962d3 100644
--- a/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-user-name-on-machine-nameerror-3260.md
+++ b/access/Concepts/Miscellaneous/could-not-update-currently-locked-by-user-name-on-machine-nameerror-3260.md
@@ -21,14 +21,11 @@ Possible causes:
- You tried to use the **Edit** method on a data page containing a record that is already open or locked.
-
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-update-currently-lockederror-3218.md b/access/Concepts/Miscellaneous/could-not-update-currently-lockederror-3218.md
index db25547194b..d25ce38aa3a 100644
--- a/access/Concepts/Miscellaneous/could-not-update-currently-lockederror-3218.md
+++ b/access/Concepts/Miscellaneous/could-not-update-currently-lockederror-3218.md
@@ -22,13 +22,11 @@ Possible causes:
- You tried to use the **Edit** method on a data page containing a record that is already open or locked.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-use-namefile-already-in-useerror-3045.md b/access/Concepts/Miscellaneous/could-not-use-namefile-already-in-useerror-3045.md
index dfab7bb4caf..8709ecaacdc 100644
--- a/access/Concepts/Miscellaneous/could-not-use-namefile-already-in-useerror-3045.md
+++ b/access/Concepts/Miscellaneous/could-not-use-namefile-already-in-useerror-3045.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The specified file is currently being used by another user or session. Wait for the other user or session to finish working with the file, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/could-not-write-to-file-nameerror-3180.md b/access/Concepts/Miscellaneous/could-not-write-to-file-nameerror-3180.md
index 3bbfc39c163..81baf85389e 100644
--- a/access/Concepts/Miscellaneous/could-not-write-to-file-nameerror-3180.md
+++ b/access/Concepts/Miscellaneous/could-not-write-to-file-nameerror-3180.md
@@ -28,13 +28,12 @@ Possible causes:
You may need to contact your system administrator or network administrator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/counter-definition-not-in-valid-rangeerror-3770.md b/access/Concepts/Miscellaneous/counter-definition-not-in-valid-rangeerror-3770.md
index bdb0f1c5fd7..a58ad4106b8 100644
--- a/access/Concepts/Miscellaneous/counter-definition-not-in-valid-rangeerror-3770.md
+++ b/access/Concepts/Miscellaneous/counter-definition-not-in-valid-rangeerror-3770.md
@@ -19,7 +19,7 @@ This error occurs when trying to create a column that is an IDENTITY or COUNTER
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/createrecordset-method-example-vbscript.md b/access/Concepts/Miscellaneous/createrecordset-method-example-vbscript.md
index 95009075c60..c94efb6eb9e 100644
--- a/access/Concepts/Miscellaneous/createrecordset-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/createrecordset-method-example-vbscript.md
@@ -83,7 +83,7 @@ Set DC1.SourceRecordset = NewRSEnd Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/creating-a-portion-in-your-application-s-registry-tree-to-manage-the-settings.md b/access/Concepts/Miscellaneous/creating-a-portion-in-your-application-s-registry-tree-to-manage-the-settings.md
index ecb8cda9933..ccbf4e710f1 100644
--- a/access/Concepts/Miscellaneous/creating-a-portion-in-your-application-s-registry-tree-to-manage-the-settings.md
+++ b/access/Concepts/Miscellaneous/creating-a-portion-in-your-application-s-registry-tree-to-manage-the-settings.md
@@ -25,7 +25,7 @@ For your application to load the appropriate portion of the Windows Registry key
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/crosstab-query-contains-one-or-more-invalid-fixed-column-headingserror-3322.md b/access/Concepts/Miscellaneous/crosstab-query-contains-one-or-more-invalid-fixed-column-headingserror-3322.md
index 85d25a07b9a..777cf8af6a2 100644
--- a/access/Concepts/Miscellaneous/crosstab-query-contains-one-or-more-invalid-fixed-column-headingserror-3322.md
+++ b/access/Concepts/Miscellaneous/crosstab-query-contains-one-or-more-invalid-fixed-column-headingserror-3322.md
@@ -28,7 +28,7 @@ Correct the PIVOT clause and execute the query again.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/crosstab-query.md b/access/Concepts/Miscellaneous/crosstab-query.md
index 9f7d012ad33..dd136283715 100644
--- a/access/Concepts/Miscellaneous/crosstab-query.md
+++ b/access/Concepts/Miscellaneous/crosstab-query.md
@@ -19,7 +19,7 @@ A crosstab query computes summary totals based on values for each row and column
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/cubedef-example-vbscript.md b/access/Concepts/Miscellaneous/cubedef-example-vbscript.md
index 929155f44a5..720563bbc6a 100644
--- a/access/Concepts/Miscellaneous/cubedef-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/cubedef-example-vbscript.md
@@ -186,7 +186,7 @@ Response.Write ""
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/data-type-conversion-errorerror-3421.md b/access/Concepts/Miscellaneous/data-type-conversion-errorerror-3421.md
index f496f64a3fd..17badabbd9c 100644
--- a/access/Concepts/Miscellaneous/data-type-conversion-errorerror-3421.md
+++ b/access/Concepts/Miscellaneous/data-type-conversion-errorerror-3421.md
@@ -16,7 +16,7 @@ The Microsoft Access database engine was unable to convert data into the type re
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/data-type-mismatch-in-criteria-expressionerror-3464.md b/access/Concepts/Miscellaneous/data-type-mismatch-in-criteria-expressionerror-3464.md
index e166f3d53ed..2305ea326b5 100644
--- a/access/Concepts/Miscellaneous/data-type-mismatch-in-criteria-expressionerror-3464.md
+++ b/access/Concepts/Miscellaneous/data-type-mismatch-in-criteria-expressionerror-3464.md
@@ -21,7 +21,7 @@ For more information about this error, see [Type mismatch (Error 13)](http://msd
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/database-already-existserror-3204.md b/access/Concepts/Miscellaneous/database-already-existserror-3204.md
index 4b452281054..62200e46e1f 100644
--- a/access/Concepts/Miscellaneous/database-already-existserror-3204.md
+++ b/access/Concepts/Miscellaneous/database-already-existserror-3204.md
@@ -16,7 +16,7 @@ You tried to create or rename a database using a name that already exists. Enter
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/database-has-reached-maximum-sizeerror-3036.md b/access/Concepts/Miscellaneous/database-has-reached-maximum-sizeerror-3036.md
index b93d5782279..4914764397a 100644
--- a/access/Concepts/Miscellaneous/database-has-reached-maximum-sizeerror-3036.md
+++ b/access/Concepts/Miscellaneous/database-has-reached-maximum-sizeerror-3036.md
@@ -16,7 +16,7 @@ To add data to this database, you must first reduce its size by deleting data. T
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/database-is-already-replicableerror-3784.md b/access/Concepts/Miscellaneous/database-is-already-replicableerror-3784.md
index 55758a95a2c..90db23f04f6 100644
--- a/access/Concepts/Miscellaneous/database-is-already-replicableerror-3784.md
+++ b/access/Concepts/Miscellaneous/database-is-already-replicableerror-3784.md
@@ -16,7 +16,7 @@ The database is already replicable and cannot be made replicable again. If, in t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/database-name-is-exclusively-lockederror-3006.md b/access/Concepts/Miscellaneous/database-name-is-exclusively-lockederror-3006.md
index 89c264bc04c..787e4849fa6 100644
--- a/access/Concepts/Miscellaneous/database-name-is-exclusively-lockederror-3006.md
+++ b/access/Concepts/Miscellaneous/database-name-is-exclusively-lockederror-3006.md
@@ -16,7 +16,7 @@ You tried to use a database that is currently open for exclusive access by anoth
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/database-name-is-not-a-valid-database-nameerror-3005.md b/access/Concepts/Miscellaneous/database-name-is-not-a-valid-database-nameerror-3005.md
index 815909adc91..6d8aae57941 100644
--- a/access/Concepts/Miscellaneous/database-name-is-not-a-valid-database-nameerror-3005.md
+++ b/access/Concepts/Miscellaneous/database-name-is-not-a-valid-database-nameerror-3005.md
@@ -19,7 +19,7 @@ The specified database name does not follow the standard naming conventions for
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/datacontrol-object-example-vbscript.md b/access/Concepts/Miscellaneous/datacontrol-object-example-vbscript.md
index 25102a7f5a2..0a81f39f0cf 100644
--- a/access/Concepts/Miscellaneous/datacontrol-object-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/datacontrol-object-example-vbscript.md
@@ -98,7 +98,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/datafactory-object-query-method-and-createobject-method-example-vbscript.md b/access/Concepts/Miscellaneous/datafactory-object-query-method-and-createobject-method-example-vbscript.md
index bb5483c4c51..e2ca9700207 100644
--- a/access/Concepts/Miscellaneous/datafactory-object-query-method-and-createobject-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/datafactory-object-query-method-and-createobject-method-example-vbscript.md
@@ -131,7 +131,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/dataspace-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/dataspace-ado-wfc-syntax.md
index aeadc7d71aa..f5f064f13e1 100644
--- a/access/Concepts/Miscellaneous/dataspace-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/dataspace-ado-wfc-syntax.md
@@ -49,7 +49,7 @@ public static void setInternetTimeout(int plInetTimeout )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/dataspace-object-and-createobject-method-example-vbscript.md b/access/Concepts/Miscellaneous/dataspace-object-and-createobject-method-example-vbscript.md
index 3dc77f22904..0d1e375d94f 100644
--- a/access/Concepts/Miscellaneous/dataspace-object-and-createobject-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/dataspace-object-and-createobject-method-example-vbscript.md
@@ -79,7 +79,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/datatype-property.md b/access/Concepts/Miscellaneous/datatype-property.md
index 484c83cbc04..018b644b1d9 100644
--- a/access/Concepts/Miscellaneous/datatype-property.md
+++ b/access/Concepts/Miscellaneous/datatype-property.md
@@ -58,7 +58,7 @@ Set the **Format** property to specify a predefined display format for Number, D
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/date-is-out-of-range-or-is-in-an-invalid-formaterror-3175.md b/access/Concepts/Miscellaneous/date-is-out-of-range-or-is-in-an-invalid-formaterror-3175.md
index 5d696201b5c..5304d8e3b68 100644
--- a/access/Concepts/Miscellaneous/date-is-out-of-range-or-is-in-an-invalid-formaterror-3175.md
+++ b/access/Concepts/Miscellaneous/date-is-out-of-range-or-is-in-an-invalid-formaterror-3175.md
@@ -27,7 +27,7 @@ Possible causes:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ddl-cannot-be-completed-on-this-table-because-it-is-referenced-by-constraint-nam.md b/access/Concepts/Miscellaneous/ddl-cannot-be-completed-on-this-table-because-it-is-referenced-by-constraint-nam.md
index 9849ffc62ac..270734a0be2 100644
--- a/access/Concepts/Miscellaneous/ddl-cannot-be-completed-on-this-table-because-it-is-referenced-by-constraint-nam.md
+++ b/access/Concepts/Miscellaneous/ddl-cannot-be-completed-on-this-table-because-it-is-referenced-by-constraint-nam.md
@@ -16,7 +16,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/delete-ri-conflicterror-3717.md b/access/Concepts/Miscellaneous/delete-ri-conflicterror-3717.md
index 8756d23faee..61f350944d6 100644
--- a/access/Concepts/Miscellaneous/delete-ri-conflicterror-3717.md
+++ b/access/Concepts/Miscellaneous/delete-ri-conflicterror-3717.md
@@ -16,7 +16,7 @@ The primary key record has been deleted by another replica, therefore this refer
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/deleting-data-in-a-linked-table-is-not-supported-by-this-isamerror-3617.md b/access/Concepts/Miscellaneous/deleting-data-in-a-linked-table-is-not-supported-by-this-isamerror-3617.md
index 18e37ef0fba..d9f72e110fc 100644
--- a/access/Concepts/Miscellaneous/deleting-data-in-a-linked-table-is-not-supported-by-this-isamerror-3617.md
+++ b/access/Concepts/Miscellaneous/deleting-data-in-a-linked-table-is-not-supported-by-this-isamerror-3617.md
@@ -19,7 +19,7 @@ The installable ISAM you are using does not allow you to delete records in exter
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/description-property-access.md b/access/Concepts/Miscellaneous/description-property-access.md
index 6c02116f69c..6de15f80e50 100644
--- a/access/Concepts/Miscellaneous/description-property-access.md
+++ b/access/Concepts/Miscellaneous/description-property-access.md
@@ -39,7 +39,7 @@ If you create controls by dragging a field from the field list, Microsoft Access
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/destconnectstr-destinationdb-destinationtable-properties.md b/access/Concepts/Miscellaneous/destconnectstr-destinationdb-destinationtable-properties.md
index 17c2b66b20c..ee8fe01aabe 100644
--- a/access/Concepts/Miscellaneous/destconnectstr-destinationdb-destinationtable-properties.md
+++ b/access/Concepts/Miscellaneous/destconnectstr-destinationdb-destinationtable-properties.md
@@ -61,7 +61,7 @@ You don't need to set the **DestinationDB** property for ODBC databases.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/destination-synchronizer-is-not-configured-to-support-indirect-synchronization-a.md b/access/Concepts/Miscellaneous/destination-synchronizer-is-not-configured-to-support-indirect-synchronization-a.md
index 1ab59c0a450..1567d413cf7 100644
--- a/access/Concepts/Miscellaneous/destination-synchronizer-is-not-configured-to-support-indirect-synchronization-a.md
+++ b/access/Concepts/Miscellaneous/destination-synchronizer-is-not-configured-to-support-indirect-synchronization-a.md
@@ -16,7 +16,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/disk-failure-accessing-dropbox-folder-nameerror-3470.md b/access/Concepts/Miscellaneous/disk-failure-accessing-dropbox-folder-nameerror-3470.md
index e9149fef686..af287a330f0 100644
--- a/access/Concepts/Miscellaneous/disk-failure-accessing-dropbox-folder-nameerror-3470.md
+++ b/access/Concepts/Miscellaneous/disk-failure-accessing-dropbox-folder-nameerror-3470.md
@@ -16,7 +16,7 @@ The disk might have a corrupted sector.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/disk-failure-while-accessing-log-file-nameerror-3473.md b/access/Concepts/Miscellaneous/disk-failure-while-accessing-log-file-nameerror-3473.md
index 054216abf85..0ce809c8682 100644
--- a/access/Concepts/Miscellaneous/disk-failure-while-accessing-log-file-nameerror-3473.md
+++ b/access/Concepts/Miscellaneous/disk-failure-while-accessing-log-file-nameerror-3473.md
@@ -16,7 +16,7 @@ The disk drive for the log file may have a bad sector.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/disk-full-for-path-nameerror-3472.md b/access/Concepts/Miscellaneous/disk-full-for-path-nameerror-3472.md
index fc658725ef6..215b06c3c92 100644
--- a/access/Concepts/Miscellaneous/disk-full-for-path-nameerror-3472.md
+++ b/access/Concepts/Miscellaneous/disk-full-for-path-nameerror-3472.md
@@ -19,7 +19,7 @@ Remove files from the disk drive to free up space.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/disk-i-o-error-at-destination-dropbox-foldererror-3558.md b/access/Concepts/Miscellaneous/disk-i-o-error-at-destination-dropbox-foldererror-3558.md
index 9b33a7dbbbd..75ec2fae2c6 100644
--- a/access/Concepts/Miscellaneous/disk-i-o-error-at-destination-dropbox-foldererror-3558.md
+++ b/access/Concepts/Miscellaneous/disk-i-o-error-at-destination-dropbox-foldererror-3558.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/disk-i-o-error-during-readerror-3040.md b/access/Concepts/Miscellaneous/disk-i-o-error-during-readerror-3040.md
index 90263403d0a..8615d8c52a3 100644
--- a/access/Concepts/Miscellaneous/disk-i-o-error-during-readerror-3040.md
+++ b/access/Concepts/Miscellaneous/disk-i-o-error-during-readerror-3040.md
@@ -24,14 +24,11 @@ Possible causes:
- The disk or drive has failed.
-
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/disk-or-network-errorerror-3043.md b/access/Concepts/Miscellaneous/disk-or-network-errorerror-3043.md
index d9256e2569e..37884bf25de 100644
--- a/access/Concepts/Miscellaneous/disk-or-network-errorerror-3043.md
+++ b/access/Concepts/Miscellaneous/disk-or-network-errorerror-3043.md
@@ -22,13 +22,11 @@ Possible causes:
- The disk or drive has failed.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/displaycontrol-property.md b/access/Concepts/Miscellaneous/displaycontrol-property.md
index 9baf715a4b0..9880bd0a69d 100644
--- a/access/Concepts/Miscellaneous/displaycontrol-property.md
+++ b/access/Concepts/Miscellaneous/displaycontrol-property.md
@@ -33,7 +33,7 @@ Setting this property and any related control type properties will affect the fi
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/do-you-have-feedback-about-mdac-documentation.md b/access/Concepts/Miscellaneous/do-you-have-feedback-about-mdac-documentation.md
index 59c851b0c1c..b42e4dc02da 100644
--- a/access/Concepts/Miscellaneous/do-you-have-feedback-about-mdac-documentation.md
+++ b/access/Concepts/Miscellaneous/do-you-have-feedback-about-mdac-documentation.md
@@ -37,7 +37,7 @@ The MDAC documentation now includes a **Documentation Feedback** button at the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/dropbox-address-name-is-syntactically-invaliderror-3477.md b/access/Concepts/Miscellaneous/dropbox-address-name-is-syntactically-invaliderror-3477.md
index 7bd964c040b..1b1d3c569c2 100644
--- a/access/Concepts/Miscellaneous/dropbox-address-name-is-syntactically-invaliderror-3477.md
+++ b/access/Concepts/Miscellaneous/dropbox-address-name-is-syntactically-invaliderror-3477.md
@@ -19,7 +19,7 @@ Reset your dropbox folder.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/duplicate-output-alias-nameerror-3062.md b/access/Concepts/Miscellaneous/duplicate-output-alias-nameerror-3062.md
index 33c19870ea6..6cf4d3385a6 100644
--- a/access/Concepts/Miscellaneous/duplicate-output-alias-nameerror-3062.md
+++ b/access/Concepts/Miscellaneous/duplicate-output-alias-nameerror-3062.md
@@ -29,7 +29,7 @@ Rename one or more of the aliases, and then try the operation again.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/duplicate-output-destination-nameerror-3063.md b/access/Concepts/Miscellaneous/duplicate-output-destination-nameerror-3063.md
index 05506d58717..78d43af4423 100644
--- a/access/Concepts/Miscellaneous/duplicate-output-destination-nameerror-3063.md
+++ b/access/Concepts/Miscellaneous/duplicate-output-destination-nameerror-3063.md
@@ -24,7 +24,7 @@ Remove the duplicate fields or alias the destination field names, and try the op
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/encountered-unexpected-end-of-fileerror-3179.md b/access/Concepts/Miscellaneous/encountered-unexpected-end-of-fileerror-3179.md
index fa78b2e72df..4ba29e93ada 100644
--- a/access/Concepts/Miscellaneous/encountered-unexpected-end-of-fileerror-3179.md
+++ b/access/Concepts/Miscellaneous/encountered-unexpected-end-of-fileerror-3179.md
@@ -24,7 +24,7 @@ Possible causes:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-3072.md b/access/Concepts/Miscellaneous/error-3072.md
index 56c3b45f161..76d3a1d95f1 100644
--- a/access/Concepts/Miscellaneous/error-3072.md
+++ b/access/Concepts/Miscellaneous/error-3072.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
For example, a table level validation rule that references a numeric data type must have a numeric validation clause. If a string validation clause is used, then this error will be returned.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/error-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/error-ado-for-visual-c-plus-plus-syntax.md
index 194b6ace74b..b4ad8676f7d 100644
--- a/access/Concepts/Miscellaneous/error-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/error-ado-for-visual-c-plus-plus-syntax.md
@@ -19,7 +19,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/error-ado-wfc-syntax.md
index 7ffe3e9f9ad..f64b927cba3 100644
--- a/access/Concepts/Miscellaneous/error-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/error-ado-wfc-syntax.md
@@ -30,7 +30,7 @@ public String Invalid DDUE based on source, error:link not allowed in code, link
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-error-text-in-validation-ruleerror-3405.md b/access/Concepts/Miscellaneous/error-error-text-in-validation-ruleerror-3405.md
index dc5334fdc2e..add91d19a1f 100644
--- a/access/Concepts/Miscellaneous/error-error-text-in-validation-ruleerror-3405.md
+++ b/access/Concepts/Miscellaneous/error-error-text-in-validation-ruleerror-3405.md
@@ -19,7 +19,7 @@ The expression cannot be evaluated correctly for the reason given in the alert.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-evaluating-name-check-constraintadditional-informationerror-3802.md b/access/Concepts/Miscellaneous/error-evaluating-name-check-constraintadditional-informationerror-3802.md
index 24eed72a296..d5c2952cb9d 100644
--- a/access/Concepts/Miscellaneous/error-evaluating-name-check-constraintadditional-informationerror-3802.md
+++ b/access/Concepts/Miscellaneous/error-evaluating-name-check-constraintadditional-informationerror-3802.md
@@ -13,5 +13,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev) [Access help on support.office.com](https://support.office.com/search/results?query=Access) [Access help on answers.microsoft.com](https://answers.microsoft.com/) [Search for specific Access error codes on Bing](http://www.bing.com/) [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx) [Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx) [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/) [Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/error-in-evaluating-a-partial-expressionerror-3656.md b/access/Concepts/Miscellaneous/error-in-evaluating-a-partial-expressionerror-3656.md
index 68d364caed5..b367cdd4bb5 100644
--- a/access/Concepts/Miscellaneous/error-in-evaluating-a-partial-expressionerror-3656.md
+++ b/access/Concepts/Miscellaneous/error-in-evaluating-a-partial-expressionerror-3656.md
@@ -21,13 +21,12 @@ You have entered an invalid expression in a Boolean filter used to determine whi
|A string|A criteria that a record must satisfy in order to appear in the replicated table. The string is similar to an SQL WHERE clause, but you cannot specify subqueries, aggregate functions (such as Count), or user defined functions within the criteria.|
|True|Replicate all records.|
|False|(Default) Do not replicate any records.|
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/error-in-evaluating-the-boolean-filter-expression-for-table-nameerror-3657.md b/access/Concepts/Miscellaneous/error-in-evaluating-the-boolean-filter-expression-for-table-nameerror-3657.md
index ff8d6bd113b..a00675e2bfc 100644
--- a/access/Concepts/Miscellaneous/error-in-evaluating-the-boolean-filter-expression-for-table-nameerror-3657.md
+++ b/access/Concepts/Miscellaneous/error-in-evaluating-the-boolean-filter-expression-for-table-nameerror-3657.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/error-in-table-level-validation-expressionerror-3320.md b/access/Concepts/Miscellaneous/error-in-table-level-validation-expressionerror-3320.md
index cfcc2d85ff4..8b2b37a95ca 100644
--- a/access/Concepts/Miscellaneous/error-in-table-level-validation-expressionerror-3320.md
+++ b/access/Concepts/Miscellaneous/error-in-table-level-validation-expressionerror-3320.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
An error occurred in a table-level validation rule expression or its default value expression. This could be a syntax error or some other kind of error.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/error-opening-a-microsoft-excel-5-0-fileerror-3432.md b/access/Concepts/Miscellaneous/error-opening-a-microsoft-excel-5-0-fileerror-3432.md
index 1316d69c079..be9a4709fc5 100644
--- a/access/Concepts/Miscellaneous/error-opening-a-microsoft-excel-5-0-fileerror-3432.md
+++ b/access/Concepts/Miscellaneous/error-opening-a-microsoft-excel-5-0-fileerror-3432.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
An OLE error occurred while opening a Microsoft Excel version 5.0 file.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/error-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/error-visual-c-plus-plus-syntax-index-with-import.md
index dbec034eaad..2a811c77d0f 100644
--- a/access/Concepts/Miscellaneous/error-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/error-visual-c-plus-plus-syntax-index-with-import.md
@@ -38,7 +38,7 @@ __declspec(property(get=GetSQLState)) _bstr_t Invalid DDUE based on source, erro
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/error-when-evaluating-the-partial-filter-expressionerror-3588.md b/access/Concepts/Miscellaneous/error-when-evaluating-the-partial-filter-expressionerror-3588.md
index 703e4c25cc6..8939dc13b49 100644
--- a/access/Concepts/Miscellaneous/error-when-evaluating-the-partial-filter-expressionerror-3588.md
+++ b/access/Concepts/Miscellaneous/error-when-evaluating-the-partial-filter-expressionerror-3588.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/event-properties.md b/access/Concepts/Miscellaneous/event-properties.md
index 214769efbf1..0b36dc15e80 100644
--- a/access/Concepts/Miscellaneous/event-properties.md
+++ b/access/Concepts/Miscellaneous/event-properties.md
@@ -65,7 +65,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/exceptions-table-could-not-be-created-on-import-exporterror-3618.md b/access/Concepts/Miscellaneous/exceptions-table-could-not-be-created-on-import-exporterror-3618.md
index 512b0e19081..7d0d52530ba 100644
--- a/access/Concepts/Miscellaneous/exceptions-table-could-not-be-created-on-import-exporterror-3618.md
+++ b/access/Concepts/Miscellaneous/exceptions-table-could-not-be-created-on-import-exporterror-3618.md
@@ -19,7 +19,7 @@ A problem was encountered while importing or exporting to an external file. The
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/execute-method-ado-command.md b/access/Concepts/Miscellaneous/execute-method-ado-command.md
index c08c61dd447..3140349ff59 100644
--- a/access/Concepts/Miscellaneous/execute-method-ado-command.md
+++ b/access/Concepts/Miscellaneous/execute-method-ado-command.md
@@ -56,7 +56,7 @@ An [ExecuteComplete](http://msdn.microsoft.com/library/47317d97-e373-32f4-9438-2
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/execute-method-ado-connection.md b/access/Concepts/Miscellaneous/execute-method-ado-connection.md
index ec8487e7a4c..7ef4f1c7b5d 100644
--- a/access/Concepts/Miscellaneous/execute-method-ado-connection.md
+++ b/access/Concepts/Miscellaneous/execute-method-ado-connection.md
@@ -62,7 +62,7 @@ An [ExecuteComplete](http://msdn.microsoft.com/library/47317d97-e373-32f4-9438-2
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/executeoptions-and-fetchoptions-properties-example-vbscript.md b/access/Concepts/Miscellaneous/executeoptions-and-fetchoptions-properties-example-vbscript.md
index 9eaf8f7a344..5a08f3dfb16 100644
--- a/access/Concepts/Miscellaneous/executeoptions-and-fetchoptions-properties-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/executeoptions-and-fetchoptions-properties-example-vbscript.md
@@ -90,7 +90,7 @@ RDS.RefreshEnd Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/expected-query-name-after-execute-error-3732.md b/access/Concepts/Miscellaneous/expected-query-name-after-execute-error-3732.md
index df0299d05df..b422f7aa617 100644
--- a/access/Concepts/Miscellaneous/expected-query-name-after-execute-error-3732.md
+++ b/access/Concepts/Miscellaneous/expected-query-name-after-execute-error-3732.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when using the EXECUTE statement. A valid stored query (view or procedure) is needed after the EXECUTE statement.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/expression-too-complexerror-2445.md b/access/Concepts/Miscellaneous/expression-too-complexerror-2445.md
index 1ff4777d7e7..5bd06f9bda6 100644
--- a/access/Concepts/Miscellaneous/expression-too-complexerror-2445.md
+++ b/access/Concepts/Miscellaneous/expression-too-complexerror-2445.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This expression is too complex for the Microsoft Access database engine. Try to simplify the expression.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/external-table-is-not-in-the-expected-formaterror-3274.md b/access/Concepts/Miscellaneous/external-table-is-not-in-the-expected-formaterror-3274.md
index c273a423fc2..4f3fec690a0 100644
--- a/access/Concepts/Miscellaneous/external-table-is-not-in-the-expected-formaterror-3274.md
+++ b/access/Concepts/Miscellaneous/external-table-is-not-in-the-expected-formaterror-3274.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The format of the table has changed since it was linked. Link the table again, and then retry the operation.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/extra-error-2435.md b/access/Concepts/Miscellaneous/extra-error-2435.md
index dabdee861c6..d865c8fa0f6 100644
--- a/access/Concepts/Miscellaneous/extra-error-2435.md
+++ b/access/Concepts/Miscellaneous/extra-error-2435.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You entered an expression that has too many closing parentheses. Delete any parenthesis that does not have a matching opening parenthesis.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failed-to-load-rdocurs-dllerror-3672.md b/access/Concepts/Miscellaneous/failed-to-load-rdocurs-dllerror-3672.md
index fad07d5b1ab..278d719a9a2 100644
--- a/access/Concepts/Miscellaneous/failed-to-load-rdocurs-dllerror-3672.md
+++ b/access/Concepts/Miscellaneous/failed-to-load-rdocurs-dllerror-3672.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failed-to-read-the-dropbox-foldererror-3512.md b/access/Concepts/Miscellaneous/failed-to-read-the-dropbox-foldererror-3512.md
index 409a8e08c0d..7518bb8516e 100644
--- a/access/Concepts/Miscellaneous/failed-to-read-the-dropbox-foldererror-3512.md
+++ b/access/Concepts/Miscellaneous/failed-to-read-the-dropbox-foldererror-3512.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failed-to-send-a-messageerror-3519.md b/access/Concepts/Miscellaneous/failed-to-send-a-messageerror-3519.md
index b8dedd0918f..6de7514a655 100644
--- a/access/Concepts/Miscellaneous/failed-to-send-a-messageerror-3519.md
+++ b/access/Concepts/Miscellaneous/failed-to-send-a-messageerror-3519.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failed-to-write-to-the-dropbox-foldererror-3513.md b/access/Concepts/Miscellaneous/failed-to-write-to-the-dropbox-foldererror-3513.md
index b7cf3dc3e37..922f0012065 100644
--- a/access/Concepts/Miscellaneous/failed-to-write-to-the-dropbox-foldererror-3513.md
+++ b/access/Concepts/Miscellaneous/failed-to-write-to-the-dropbox-foldererror-3513.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-creating-fileerror-3436.md b/access/Concepts/Miscellaneous/failure-creating-fileerror-3436.md
index 854496833c4..d7555dda220 100644
--- a/access/Concepts/Miscellaneous/failure-creating-fileerror-3436.md
+++ b/access/Concepts/Miscellaneous/failure-creating-fileerror-3436.md
@@ -22,13 +22,11 @@ Possible causes:
- Network failure
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-in-getting-a-file-from-the-server-using-ftperror-3680.md b/access/Concepts/Miscellaneous/failure-in-getting-a-file-from-the-server-using-ftperror-3680.md
index 5aaeeabeda6..d60856539c4 100644
--- a/access/Concepts/Miscellaneous/failure-in-getting-a-file-from-the-server-using-ftperror-3680.md
+++ b/access/Concepts/Miscellaneous/failure-in-getting-a-file-from-the-server-using-ftperror-3680.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Unable to get a file from the internet server. Make sure the server is running and the FTP share folder is configured properly with read/write access. The file you are trying to retrieve might have been deleted.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/failure-in-putting-a-file-to-the-server-using-ftperror-3681.md b/access/Concepts/Miscellaneous/failure-in-putting-a-file-to-the-server-using-ftperror-3681.md
index 1d15a0dc404..ff4d452eba2 100644
--- a/access/Concepts/Miscellaneous/failure-in-putting-a-file-to-the-server-using-ftperror-3681.md
+++ b/access/Concepts/Miscellaneous/failure-in-putting-a-file-to-the-server-using-ftperror-3681.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
Unable to put a file on the internet server. Make sure the server is running and the FTP share folder is configured properly with read/write access.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-to-connect-to-the-ftp-serviceerror-3678.md b/access/Concepts/Miscellaneous/failure-to-connect-to-the-ftp-serviceerror-3678.md
index 47ab80d4de0..5e63ee462b7 100644
--- a/access/Concepts/Miscellaneous/failure-to-connect-to-the-ftp-serviceerror-3678.md
+++ b/access/Concepts/Miscellaneous/failure-to-connect-to-the-ftp-serviceerror-3678.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Unable to open FTP connection. Make sure the internet server and FTP service are running and that your FTP service supports an anonymous connection.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/failure-to-delete-a-file-on-the-server-using-ftperror-3682.md b/access/Concepts/Miscellaneous/failure-to-delete-a-file-on-the-server-using-ftperror-3682.md
index f570af8229d..88e5dbb12a2 100644
--- a/access/Concepts/Miscellaneous/failure-to-delete-a-file-on-the-server-using-ftperror-3682.md
+++ b/access/Concepts/Miscellaneous/failure-to-delete-a-file-on-the-server-using-ftperror-3682.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Unabe to delete a file on the internet server. Make sure the server is running and the FTP share folder is configured properly with read/write access.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-to-do-open-file-using-ftp-serviceerror-3679.md b/access/Concepts/Miscellaneous/failure-to-do-open-file-using-ftp-serviceerror-3679.md
index 6ed5ceefab1..69160b84a3d 100644
--- a/access/Concepts/Miscellaneous/failure-to-do-open-file-using-ftp-serviceerror-3679.md
+++ b/access/Concepts/Miscellaneous/failure-to-do-open-file-using-ftp-serviceerror-3679.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
Unable to open a file in the internet server. Make sure the server is running and the FTP share folder is configured properly with read/write access.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-to-execute-the-http-requesterror-3677.md b/access/Concepts/Miscellaneous/failure-to-execute-the-http-requesterror-3677.md
index db43d9e05b7..23097de41f2 100644
--- a/access/Concepts/Miscellaneous/failure-to-execute-the-http-requesterror-3677.md
+++ b/access/Concepts/Miscellaneous/failure-to-execute-the-http-requesterror-3677.md
@@ -23,13 +23,11 @@ Failed attempting to send a request to the internet server. The request could ha
- An attempt to start the MSTRAI40.exe syncronization process on the internet server.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/failure-to-load-a-dllerror-3462.md b/access/Concepts/Miscellaneous/failure-to-load-a-dllerror-3462.md
index 86bb7c496ff..28bfa734ce9 100644
--- a/access/Concepts/Miscellaneous/failure-to-load-a-dllerror-3462.md
+++ b/access/Concepts/Miscellaneous/failure-to-load-a-dllerror-3462.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-to-read-from-an-internet-handle-try-the-operation-againerror-3675.md b/access/Concepts/Miscellaneous/failure-to-read-from-an-internet-handle-try-the-operation-againerror-3675.md
index eea63fc9e35..8b7807f42d1 100644
--- a/access/Concepts/Miscellaneous/failure-to-read-from-an-internet-handle-try-the-operation-againerror-3675.md
+++ b/access/Concepts/Miscellaneous/failure-to-read-from-an-internet-handle-try-the-operation-againerror-3675.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
An internet error occurred when reading a file or reading a response from an internet operation.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-to-replicate-database-cannot-determine-whether-the-database-is-open-in-e.md b/access/Concepts/Miscellaneous/failure-to-replicate-database-cannot-determine-whether-the-database-is-open-in-e.md
index 1427860b885..9fa67f83c95 100644
--- a/access/Concepts/Miscellaneous/failure-to-replicate-database-cannot-determine-whether-the-database-is-open-in-e.md
+++ b/access/Concepts/Miscellaneous/failure-to-replicate-database-cannot-determine-whether-the-database-is-open-in-e.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-to-write-because-destination-disk-is-fullerror-3559.md b/access/Concepts/Miscellaneous/failure-to-write-because-destination-disk-is-fullerror-3559.md
index bbd88e03f5a..51ecc23018a 100644
--- a/access/Concepts/Miscellaneous/failure-to-write-because-destination-disk-is-fullerror-3559.md
+++ b/access/Concepts/Miscellaneous/failure-to-write-because-destination-disk-is-fullerror-3559.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-to-write-to-an-internet-handle-try-the-operation-againerror-3676.md b/access/Concepts/Miscellaneous/failure-to-write-to-an-internet-handle-try-the-operation-againerror-3676.md
index 08313aadef4..e49c8699451 100644
--- a/access/Concepts/Miscellaneous/failure-to-write-to-an-internet-handle-try-the-operation-againerror-3676.md
+++ b/access/Concepts/Miscellaneous/failure-to-write-to-an-internet-handle-try-the-operation-againerror-3676.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
An internet error occurred writing to a file.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-to-write-to-the-synchronizer-log-fileerror-3471.md b/access/Concepts/Miscellaneous/failure-to-write-to-the-synchronizer-log-fileerror-3471.md
index 57923d469e9..4632610cc0d 100644
--- a/access/Concepts/Miscellaneous/failure-to-write-to-the-synchronizer-log-fileerror-3471.md
+++ b/access/Concepts/Miscellaneous/failure-to-write-to-the-synchronizer-log-fileerror-3471.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/failure-writing-to-the-synchronizer-logerror-3507.md b/access/Concepts/Miscellaneous/failure-writing-to-the-synchronizer-logerror-3507.md
index 16afa0e6457..11e27435b0d 100644
--- a/access/Concepts/Miscellaneous/failure-writing-to-the-synchronizer-logerror-3507.md
+++ b/access/Concepts/Miscellaneous/failure-writing-to-the-synchronizer-logerror-3507.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/fastfind-cannot-search-on-non-column-references-error-3768.md b/access/Concepts/Miscellaneous/fastfind-cannot-search-on-non-column-references-error-3768.md
index 2e2abf762cc..173db8cd7ae 100644
--- a/access/Concepts/Miscellaneous/fastfind-cannot-search-on-non-column-references-error-3768.md
+++ b/access/Concepts/Miscellaneous/fastfind-cannot-search-on-non-column-references-error-3768.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
DAO's FIND method cannot reference columns that are based on a parameter or an expression.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/fatal-error-accessing-a-local-dropbox-foldererror-3563.md b/access/Concepts/Miscellaneous/fatal-error-accessing-a-local-dropbox-foldererror-3563.md
index 5e21613c945..95f8fade8da 100644
--- a/access/Concepts/Miscellaneous/fatal-error-accessing-a-local-dropbox-foldererror-3563.md
+++ b/access/Concepts/Miscellaneous/fatal-error-accessing-a-local-dropbox-foldererror-3563.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/field-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/field-ado-for-visual-c-plus-plus-syntax.md
index ab6ddb0e5bd..f23a8cfe4db 100644
--- a/access/Concepts/Miscellaneous/field-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/field-ado-for-visual-c-plus-plus-syntax.md
@@ -50,7 +50,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/field-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/field-ado-wfc-syntax.md
index 8cca699da12..f9bb65f400f 100644
--- a/access/Concepts/Miscellaneous/field-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/field-ado-wfc-syntax.md
@@ -94,7 +94,7 @@ public void setObject(Object value )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/field-name-already-exists-in-table-nameerror-3380.md b/access/Concepts/Miscellaneous/field-name-already-exists-in-table-nameerror-3380.md
index 8c1c6404438..6a1a1c55870 100644
--- a/access/Concepts/Miscellaneous/field-name-already-exists-in-table-nameerror-3380.md
+++ b/access/Concepts/Miscellaneous/field-name-already-exists-in-table-nameerror-3380.md
@@ -14,13 +14,12 @@ ms.date: 06/08/2017
You have entered the same field name twice. Rewrite your code, giving each field a unique name. You should also check to see if the field name exists in the **Fields** collection.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/field-name-cannot-be-a-zero-length-stringerror-3315.md b/access/Concepts/Miscellaneous/field-name-cannot-be-a-zero-length-stringerror-3315.md
index 36d74f7444b..91e04363a8b 100644
--- a/access/Concepts/Miscellaneous/field-name-cannot-be-a-zero-length-stringerror-3315.md
+++ b/access/Concepts/Miscellaneous/field-name-cannot-be-a-zero-length-stringerror-3315.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The **AllowZeroLength** property for this field is set to **False**, prohibiting the entry of a zero-length string in the field. Enter a different value in the field.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/field-name-is-based-on-an-expression-and-cannot-be-editederror-3327.md b/access/Concepts/Miscellaneous/field-name-is-based-on-an-expression-and-cannot-be-editederror-3327.md
index 31893219b99..7857b806c9c 100644
--- a/access/Concepts/Miscellaneous/field-name-is-based-on-an-expression-and-cannot-be-editederror-3327.md
+++ b/access/Concepts/Miscellaneous/field-name-is-based-on-an-expression-and-cannot-be-editederror-3327.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
For example, if a stored query or view with a column made up of an expression was created, you would not be able to update that column. The following would return this error: CREATE VIEW VCustomer AS SELECT (FirstName &; LastName) AS Test FROM Customer followed by UPDATE Test FROM VCustomer
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/field-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/field-visual-c-plus-plus-syntax-index-with-import.md
index 285f7fa4ffd..a9db302dc25 100644
--- a/access/Concepts/Miscellaneous/field-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/field-visual-c-plus-plus-syntax-index-with-import.md
@@ -70,7 +70,7 @@ __declspec(property(get=GetValue,put=PutValue)) _variant_t Invalid DDUE based on
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/field-will-not-fit-in-recorderror-3016.md b/access/Concepts/Miscellaneous/field-will-not-fit-in-recorderror-3016.md
index ef41190e9a8..0fc3b95e52e 100644
--- a/access/Concepts/Miscellaneous/field-will-not-fit-in-recorderror-3016.md
+++ b/access/Concepts/Miscellaneous/field-will-not-fit-in-recorderror-3016.md
@@ -15,13 +15,12 @@ ms.date: 06/08/2017
You tried to import or paste a field that is too large. Consider breaking the field into smaller pieces and then importing or pasting the data to multiple fields or changing the data type of the field.
Records are limited to just under 2K in size, excluding Memo and OLE Object fields.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/fieldsize-property.md b/access/Concepts/Miscellaneous/fieldsize-property.md
index 3d702def562..51f0ae8496a 100644
--- a/access/Concepts/Miscellaneous/fieldsize-property.md
+++ b/access/Concepts/Miscellaneous/fieldsize-property.md
@@ -59,7 +59,7 @@ You can't undo changes to data that result from a change to the **FieldSize** pr
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/file-sharing-lock-count-exceedederror-3052.md b/access/Concepts/Miscellaneous/file-sharing-lock-count-exceedederror-3052.md
index 5a0823c14c7..df7dd95bb1b 100644
--- a/access/Concepts/Miscellaneous/file-sharing-lock-count-exceedederror-3052.md
+++ b/access/Concepts/Miscellaneous/file-sharing-lock-count-exceedederror-3052.md
@@ -26,14 +26,11 @@ Some other factors that may cause an application to reach this threshold include
- network operating system restrictions
-
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md b/access/Concepts/Miscellaneous/filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md
index 82b79f4f6f5..3c83bd812b5 100644
--- a/access/Concepts/Miscellaneous/filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md
+++ b/access/Concepts/Miscellaneous/filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md
@@ -101,7 +101,7 @@ RDS.Reset(FALSE)End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/first-last-functions-microsoft-access-sql.md b/access/Concepts/Miscellaneous/first-last-functions-microsoft-access-sql.md
index 0abf2578f35..41a61c24425 100644
--- a/access/Concepts/Miscellaneous/first-last-functions-microsoft-access-sql.md
+++ b/access/Concepts/Miscellaneous/first-last-functions-microsoft-access-sql.md
@@ -120,7 +120,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/foreign-key-violationerror-3719.md b/access/Concepts/Miscellaneous/foreign-key-violationerror-3719.md
index 7add085390c..9e013769718 100644
--- a/access/Concepts/Miscellaneous/foreign-key-violationerror-3719.md
+++ b/access/Concepts/Miscellaneous/foreign-key-violationerror-3719.md
@@ -19,7 +19,7 @@ This foreign key violation results from an invalid primary key record that was i
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/form-section.md b/access/Concepts/Miscellaneous/form-section.md
index c67be6c2d6a..e2093e5df5e 100644
--- a/access/Concepts/Miscellaneous/form-section.md
+++ b/access/Concepts/Miscellaneous/form-section.md
@@ -21,7 +21,7 @@ You can set section properties which are attributes of a form that affect the ap
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/format-of-memo-file-does-not-match-specified-external-database-formaterror-3286.md b/access/Concepts/Miscellaneous/format-of-memo-file-does-not-match-specified-external-database-formaterror-3286.md
index e58da515d95..4ab421c50a4 100644
--- a/access/Concepts/Miscellaneous/format-of-memo-file-does-not-match-specified-external-database-formaterror-3286.md
+++ b/access/Concepts/Miscellaneous/format-of-memo-file-does-not-match-specified-external-database-formaterror-3286.md
@@ -16,7 +16,7 @@ Your application cannot read the memo file associated with the database you are
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/function-is-not-available-in-expressionserror-2426.md b/access/Concepts/Miscellaneous/function-is-not-available-in-expressionserror-2426.md
index ad7625de17d..1386bef6605 100644
--- a/access/Concepts/Miscellaneous/function-is-not-available-in-expressionserror-2426.md
+++ b/access/Concepts/Miscellaneous/function-is-not-available-in-expressionserror-2426.md
@@ -16,7 +16,7 @@ You have entered a function that cannot be used in this expression. The function
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/getting-help-from-microsoft-help-and-support.md b/access/Concepts/Miscellaneous/getting-help-from-microsoft-help-and-support.md
index d8903178269..82a872e9701 100644
--- a/access/Concepts/Miscellaneous/getting-help-from-microsoft-help-and-support.md
+++ b/access/Concepts/Miscellaneous/getting-help-from-microsoft-help-and-support.md
@@ -18,7 +18,7 @@ For additional technical resources and information about developing with Microso
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/guid-not-allowed-in-find-method-criteria-expressionerror-3614.md b/access/Concepts/Miscellaneous/guid-not-allowed-in-find-method-criteria-expressionerror-3614.md
index c2c797aa935..541e5ca40e1 100644
--- a/access/Concepts/Miscellaneous/guid-not-allowed-in-find-method-criteria-expressionerror-3614.md
+++ b/access/Concepts/Miscellaneous/guid-not-allowed-in-find-method-criteria-expressionerror-3614.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The criteria expression in a Find method cannot reference a GUID.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/guidelines-for-naming-fields-controls-and-objects.md b/access/Concepts/Miscellaneous/guidelines-for-naming-fields-controls-and-objects.md
index f47f2e6c629..56fcf7a2132 100644
--- a/access/Concepts/Miscellaneous/guidelines-for-naming-fields-controls-and-objects.md
+++ b/access/Concepts/Miscellaneous/guidelines-for-naming-fields-controls-and-objects.md
@@ -34,7 +34,7 @@ Another way to avoid unexpected results is to always use the `!` operator instea
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/guids-do-not-match-or-the-requested-guid-could-not-be-founderror-3548.md b/access/Concepts/Miscellaneous/guids-do-not-match-or-the-requested-guid-could-not-be-founderror-3548.md
index e2d29ef37e8..ca8bcde772c 100644
--- a/access/Concepts/Miscellaneous/guids-do-not-match-or-the-requested-guid-could-not-be-founderror-3548.md
+++ b/access/Concepts/Miscellaneous/guids-do-not-match-or-the-requested-guid-could-not-be-founderror-3548.md
@@ -16,7 +16,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/handler-property-example-vb.md b/access/Concepts/Miscellaneous/handler-property-example-vb.md
index 53f1fbacdad..c1394329755 100644
--- a/access/Concepts/Miscellaneous/handler-property-example-vb.md
+++ b/access/Concepts/Miscellaneous/handler-property-example-vb.md
@@ -47,7 +47,7 @@ End IfEnd Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/handler-property-example-vc-plus-plus.md b/access/Concepts/Miscellaneous/handler-property-example-vc-plus-plus.md
index 2494841d1e8..dee8d4ee9d1 100644
--- a/access/Concepts/Miscellaneous/handler-property-example-vc-plus-plus.md
+++ b/access/Concepts/Miscellaneous/handler-property-example-vc-plus-plus.md
@@ -83,7 +83,7 @@ printf("\tSource = %s\n", (LPCSTR) bstrSource);printf("\tDescription = %s\n", (L
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/handler-property-example-vj-plus-plus.md b/access/Concepts/Miscellaneous/handler-property-example-vj-plus-plus.md
index 17a5a37a514..5b4c77b4298 100644
--- a/access/Concepts/Miscellaneous/handler-property-example-vj-plus-plus.md
+++ b/access/Concepts/Miscellaneous/handler-property-example-vj-plus-plus.md
@@ -86,7 +86,7 @@ System.out.println("\tDescription = " + je.getMessage() + "\n");}
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/handline-errors-in-visual-j-plus-plus.md b/access/Concepts/Miscellaneous/handline-errors-in-visual-j-plus-plus.md
index d5305be1c8d..6b6fc97aa66 100644
--- a/access/Concepts/Miscellaneous/handline-errors-in-visual-j-plus-plus.md
+++ b/access/Concepts/Miscellaneous/handline-errors-in-visual-j-plus-plus.md
@@ -112,7 +112,7 @@ public class ErrorExample
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/having-clause-name-without-grouping-or-aggregationerror-3091.md b/access/Concepts/Miscellaneous/having-clause-name-without-grouping-or-aggregationerror-3091.md
index c34b1882cad..d7aaaa3b774 100644
--- a/access/Concepts/Miscellaneous/having-clause-name-without-grouping-or-aggregationerror-3091.md
+++ b/access/Concepts/Miscellaneous/having-clause-name-without-grouping-or-aggregationerror-3091.md
@@ -16,7 +16,7 @@ This error occurs when the query evaluates the identifiers in the SELECT stateme
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/ignore-nulls-property.md b/access/Concepts/Miscellaneous/ignore-nulls-property.md
index 12fbbeddf7d..086903c0c81 100644
--- a/access/Concepts/Miscellaneous/ignore-nulls-property.md
+++ b/access/Concepts/Miscellaneous/ignore-nulls-property.md
@@ -35,7 +35,7 @@ You can define an index for a field to facilitate faster searches for records in
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/iif-function-without-error-2440.md b/access/Concepts/Miscellaneous/iif-function-without-error-2440.md
index 1422014d316..a4de3800eec 100644
--- a/access/Concepts/Miscellaneous/iif-function-without-error-2440.md
+++ b/access/Concepts/Miscellaneous/iif-function-without-error-2440.md
@@ -21,7 +21,7 @@ The **IIf** function requires parentheses around its arguments, as shown in the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/illegal-column-level-constrainterror-3789.md b/access/Concepts/Miscellaneous/illegal-column-level-constrainterror-3789.md
index fffb9acf127..44ce7a06dee 100644
--- a/access/Concepts/Miscellaneous/illegal-column-level-constrainterror-3789.md
+++ b/access/Concepts/Miscellaneous/illegal-column-level-constrainterror-3789.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
This error occurs when using the CREATE TABLE or ALTER TABLE ALTER COLUMN syntax. While ANSI SQL allows for creating CHECK constraints as part of the table definition, the Microsoft Access database engine requires that the user create the CHECK constraint separate from the COLUMN definition. This can be accomplished by issuing the CHECK keyword after a comma. For example, the following syntax will work because the CHECK constraint is defined separately from the column and follows a comma:
CREATE TABLE Orders (OrderId IDENTITY (100,10) CONSTRAINT pkOrders PRIMARY KEY, CustId LONG CONSTRAINT fkCustomersCustId REFERENCES Customers (CustId), Balance DOUBLE, CONSTRAINT CustomerExceededCreditLimit CHECK (CustId IN (SELECT CustId FROM Customers C WHERE C.CustId = Orders.CustId AND C.CreditLimit >= (SELECT SUM(Balance)FROM Orders O WHERE O.CustId = Orders.CustId))));.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/illegal-operation-performed-on-a-sql-server-replicaerror-3777.md b/access/Concepts/Miscellaneous/illegal-operation-performed-on-a-sql-server-replicaerror-3777.md
index 16e3e379262..0a7ca6c6523 100644
--- a/access/Concepts/Miscellaneous/illegal-operation-performed-on-a-sql-server-replicaerror-3777.md
+++ b/access/Concepts/Miscellaneous/illegal-operation-performed-on-a-sql-server-replicaerror-3777.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
Many operations cannot be executed from Microsoft SQL replicas. For example, you cannot delete or rename a table, add, delete, or rename a column in a table, make a local table replicable, exchange with another Jet Subscriber in the SQL replica set, or execute an exchange with the SQL Publication in any manner other than a Direct synchronization.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/illegal-reference-in-queryerror-3451.md b/access/Concepts/Miscellaneous/illegal-reference-in-queryerror-3451.md
index 60c6cd67302..f98d1c74624 100644
--- a/access/Concepts/Miscellaneous/illegal-reference-in-queryerror-3451.md
+++ b/access/Concepts/Miscellaneous/illegal-reference-in-queryerror-3451.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This error occurs when parameters are defined with unrecognized data types.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/in-clause-microsoft-access-sql.md b/access/Concepts/Miscellaneous/in-clause-microsoft-access-sql.md
index 5016920a230..d496a7d5f6a 100644
--- a/access/Concepts/Miscellaneous/in-clause-microsoft-access-sql.md
+++ b/access/Concepts/Miscellaneous/in-clause-microsoft-access-sql.md
@@ -128,7 +128,7 @@ ORDER BY CustomerID;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/in-operator-microsoft-access-sql.md b/access/Concepts/Miscellaneous/in-operator-microsoft-access-sql.md
index 93163136ef2..71c52f3e4a2 100644
--- a/access/Concepts/Miscellaneous/in-operator-microsoft-access-sql.md
+++ b/access/Concepts/Miscellaneous/in-operator-microsoft-access-sql.md
@@ -74,7 +74,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/in-operator-without-error-2429.md b/access/Concepts/Miscellaneous/in-operator-without-error-2429.md
index 98996da34b9..af003dfdf7f 100644
--- a/access/Concepts/Miscellaneous/in-operator-without-error-2429.md
+++ b/access/Concepts/Miscellaneous/in-operator-without-error-2429.md
@@ -29,7 +29,7 @@ This code tests to see if the Region field contains any of the above abbreviatio
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/in-the-fixed-width-specification-namecolumn-column-does-not-specify-a-widtherror.md b/access/Concepts/Miscellaneous/in-the-fixed-width-specification-namecolumn-column-does-not-specify-a-widtherror.md
index 2cc6f654291..422774e2f1c 100644
--- a/access/Concepts/Miscellaneous/in-the-fixed-width-specification-namecolumn-column-does-not-specify-a-widtherror.md
+++ b/access/Concepts/Miscellaneous/in-the-fixed-width-specification-namecolumn-column-does-not-specify-a-widtherror.md
@@ -15,7 +15,7 @@ No column width parameter is specified in the text file specification for the Te
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/in-the-text-file-specification-namethe-name-option-is-invaliderror-3442.md b/access/Concepts/Miscellaneous/in-the-text-file-specification-namethe-name-option-is-invaliderror-3442.md
index 3beec36ad77..5e48989e432 100644
--- a/access/Concepts/Miscellaneous/in-the-text-file-specification-namethe-name-option-is-invaliderror-3442.md
+++ b/access/Concepts/Miscellaneous/in-the-text-file-specification-namethe-name-option-is-invaliderror-3442.md
@@ -21,7 +21,7 @@ One of the options in the text file specification for the Text ISAM is invalid.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/incompatible-version-of-an-installable-isamerror-3429.md b/access/Concepts/Miscellaneous/incompatible-version-of-an-installable-isamerror-3429.md
index 8fdc116c526..0fe8a9daae5 100644
--- a/access/Concepts/Miscellaneous/incompatible-version-of-an-installable-isamerror-3429.md
+++ b/access/Concepts/Miscellaneous/incompatible-version-of-an-installable-isamerror-3429.md
@@ -19,7 +19,7 @@ You attempted to use an older version of an installable ISAM with the current ve
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/incorrect-collating-sequenceerror-3220.md b/access/Concepts/Miscellaneous/incorrect-collating-sequenceerror-3220.md
index b37f2030b29..da90193b761 100644
--- a/access/Concepts/Miscellaneous/incorrect-collating-sequenceerror-3220.md
+++ b/access/Concepts/Miscellaneous/incorrect-collating-sequenceerror-3220.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You tried to link a Paradox table that was created with an international sort order that is not the same as the one you are using.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/incorrect-version-of-the-dll-file-name-was-founderror-3445.md b/access/Concepts/Miscellaneous/incorrect-version-of-the-dll-file-name-was-founderror-3445.md
index b830896d187..0800837d228 100644
--- a/access/Concepts/Miscellaneous/incorrect-version-of-the-dll-file-name-was-founderror-3445.md
+++ b/access/Concepts/Miscellaneous/incorrect-version-of-the-dll-file-name-was-founderror-3445.md
@@ -16,13 +16,12 @@ For Microsoft Access Database Engine databases, the installed Microsoft Access D
For ODBCDirect databases, the installed Remote Data Objects (RDO) DLL (msrdo32.dll) must be version 1.0 or later.
Try reinstalling the application that returned the error.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/index-already-existserror-3284.md b/access/Concepts/Miscellaneous/index-already-existserror-3284.md
index b0125c28679..282b3e33e97 100644
--- a/access/Concepts/Miscellaneous/index-already-existserror-3284.md
+++ b/access/Concepts/Miscellaneous/index-already-existserror-3284.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You cannot have two indexes with the same name in a table. Rename one of the indexes.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/index-definition.md b/access/Concepts/Miscellaneous/index-definition.md
index a953d5c3056..d26d2a39e26 100644
--- a/access/Concepts/Miscellaneous/index-definition.md
+++ b/access/Concepts/Miscellaneous/index-definition.md
@@ -23,7 +23,7 @@ An index is a Microsoft Access feature that speeds up searching and sorting in a
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/index-file-not-founderror-3256.md b/access/Concepts/Miscellaneous/index-file-not-founderror-3256.md
index 184b4b3299b..2c0fad1fd37 100644
--- a/access/Concepts/Miscellaneous/index-file-not-founderror-3256.md
+++ b/access/Concepts/Miscellaneous/index-file-not-founderror-3256.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to access a dBASE table, but one of the indexes listed in the table's associated .inf file could not be found. The index may have been renamed, moved, or deleted. Either relink the table, or use Microsoft Windows Notepad or another text editor to update the .inf file.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/index-not-founderror-3015.md b/access/Concepts/Miscellaneous/index-not-founderror-3015.md
index c1c2933300c..872edd79b57 100644
--- a/access/Concepts/Miscellaneous/index-not-founderror-3015.md
+++ b/access/Concepts/Miscellaneous/index-not-founderror-3015.md
@@ -19,7 +19,7 @@ You tried to use a value that is not an index. You can determine the valid index
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/index-or-primary-key-cannot-contain-a-null-valueerror-3058.md b/access/Concepts/Miscellaneous/index-or-primary-key-cannot-contain-a-null-valueerror-3058.md
index ca2083449aa..dd7b649182f 100644
--- a/access/Concepts/Miscellaneous/index-or-primary-key-cannot-contain-a-null-valueerror-3058.md
+++ b/access/Concepts/Miscellaneous/index-or-primary-key-cannot-contain-a-null-valueerror-3058.md
@@ -41,7 +41,7 @@ To solve this problem, you must enter a value in the primary key field before mo
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/indexed-property.md b/access/Concepts/Miscellaneous/indexed-property.md
index 90fc2763615..6a8c1fe60c9 100644
--- a/access/Concepts/Miscellaneous/indexed-property.md
+++ b/access/Concepts/Miscellaneous/indexed-property.md
@@ -53,7 +53,7 @@ If you want to create multiple-field indexes, use the Indexes window.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/input-and-inputb-functions-differences-in-string-function-operations.md b/access/Concepts/Miscellaneous/input-and-inputb-functions-differences-in-string-function-operations.md
index fae3669fd5c..083c9925b5e 100644
--- a/access/Concepts/Miscellaneous/input-and-inputb-functions-differences-in-string-function-operations.md
+++ b/access/Concepts/Miscellaneous/input-and-inputb-functions-differences-in-string-function-operations.md
@@ -30,7 +30,7 @@ Name Address Telephone
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/insufficient-memory-to-complete-operationerror-3584.md b/access/Concepts/Miscellaneous/insufficient-memory-to-complete-operationerror-3584.md
index fbee0ef69af..faf094f2177 100644
--- a/access/Concepts/Miscellaneous/insufficient-memory-to-complete-operationerror-3584.md
+++ b/access/Concepts/Miscellaneous/insufficient-memory-to-complete-operationerror-3584.md
@@ -19,7 +19,7 @@ Your computer ran out of memory while trying to replicate the database. Close ot
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/internet-dll-wininet-dll-could-not-be-found-or-loadederror-3674.md b/access/Concepts/Miscellaneous/internet-dll-wininet-dll-could-not-be-found-or-loadederror-3674.md
index 3bc2b2e6ff2..eb9ba81165c 100644
--- a/access/Concepts/Miscellaneous/internet-dll-wininet-dll-could-not-be-found-or-loadederror-3674.md
+++ b/access/Concepts/Miscellaneous/internet-dll-wininet-dll-could-not-be-found-or-loadederror-3674.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The wininet.dll could not be found in your path. Please re-run setup.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/internet-is-too-slowerror-3650.md b/access/Concepts/Miscellaneous/internet-is-too-slowerror-3650.md
index 025ddcc1a15..b403ed8fdd3 100644
--- a/access/Concepts/Miscellaneous/internet-is-too-slowerror-3650.md
+++ b/access/Concepts/Miscellaneous/internet-is-too-slowerror-3650.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
There has been a failure due to Internet transmission speed.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/internet-login-failureerror-3652.md b/access/Concepts/Miscellaneous/internet-login-failureerror-3652.md
index ff6c838d175..ef5b8e528c6 100644
--- a/access/Concepts/Miscellaneous/internet-login-failureerror-3652.md
+++ b/access/Concepts/Miscellaneous/internet-login-failureerror-3652.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The server did not recognize the login information you entered.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/internet-not-set-uperror-3653.md b/access/Concepts/Miscellaneous/internet-not-set-uperror-3653.md
index 439b09b5388..bab224236e8 100644
--- a/access/Concepts/Miscellaneous/internet-not-set-uperror-3653.md
+++ b/access/Concepts/Miscellaneous/internet-not-set-uperror-3653.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
There is a problem with the Internet setup.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/internet-synchronizer-exited-unexpectedlyerror-3683.md b/access/Concepts/Miscellaneous/internet-synchronizer-exited-unexpectedlyerror-3683.md
index 1f920f95fcf..a7ba8ad1f17 100644
--- a/access/Concepts/Miscellaneous/internet-synchronizer-exited-unexpectedlyerror-3683.md
+++ b/access/Concepts/Miscellaneous/internet-synchronizer-exited-unexpectedlyerror-3683.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The internet server replied with an invalid response. Retry the operation.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/internettimeout-property-example-vb.md b/access/Concepts/Miscellaneous/internettimeout-property-example-vb.md
index 4f5e0188195..8d7a72f0e85 100644
--- a/access/Concepts/Miscellaneous/internettimeout-property-example-vb.md
+++ b/access/Concepts/Miscellaneous/internettimeout-property-example-vb.md
@@ -40,7 +40,7 @@ End Sub'EndInternetTimeoutVB
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/internettimeout-property-example-vc-plus-plus.md b/access/Concepts/Miscellaneous/internettimeout-property-example-vc-plus-plus.md
index 5559bdba646..598b72ca644 100644
--- a/access/Concepts/Miscellaneous/internettimeout-property-example-vc-plus-plus.md
+++ b/access/Concepts/Miscellaneous/internettimeout-property-example-vc-plus-plus.md
@@ -76,7 +76,7 @@ printf("\tSource = %s\n", (LPCSTR) bstrSource);printf("\tDescription = %s\n", (L
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/internettimeout-property-example-vj-plus-plus.md b/access/Concepts/Miscellaneous/internettimeout-property-example-vj-plus-plus.md
index be9f8bf8a70..c914b23cf05 100644
--- a/access/Concepts/Miscellaneous/internettimeout-property-example-vj-plus-plus.md
+++ b/access/Concepts/Miscellaneous/internettimeout-property-example-vj-plus-plus.md
@@ -82,7 +82,7 @@ System.out.println("\tDescription = " + je.getMessage() + "\n");}
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/intrinsic-constants-as-bit-masks.md b/access/Concepts/Miscellaneous/intrinsic-constants-as-bit-masks.md
index d9e0e7843f4..5502c471340 100644
--- a/access/Concepts/Miscellaneous/intrinsic-constants-as-bit-masks.md
+++ b/access/Concepts/Miscellaneous/intrinsic-constants-as-bit-masks.md
@@ -40,7 +40,7 @@ You can use the constants to test for any combination of buttons and keys withou
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/invalid-address-for-destination-dropbox-foldererror-3557.md b/access/Concepts/Miscellaneous/invalid-address-for-destination-dropbox-foldererror-3557.md
index 5409dd3aff2..8d8285c58ff 100644
--- a/access/Concepts/Miscellaneous/invalid-address-for-destination-dropbox-foldererror-3557.md
+++ b/access/Concepts/Miscellaneous/invalid-address-for-destination-dropbox-foldererror-3557.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-argumenterror-3001.md b/access/Concepts/Miscellaneous/invalid-argumenterror-3001.md
index e2b6a54918b..8a79960797d 100644
--- a/access/Concepts/Miscellaneous/invalid-argumenterror-3001.md
+++ b/access/Concepts/Miscellaneous/invalid-argumenterror-3001.md
@@ -15,13 +15,13 @@ ms.date: 06/08/2017
You tried to perform an operation that involves a routine in a DLL, and one of the arguments to the routine is invalid. Check your entry to make sure you have specified the correct arguments, and then try the operation again.
This error also occurs when you attempt to use mutually exclusive constants in an argument to a method, such as specifying both **dbConsistent** and **dbInconsistent** in the _options_ argument to the **OpenRecordset** method.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-arguments-used-with-domain-functionerror-2428.md b/access/Concepts/Miscellaneous/invalid-arguments-used-with-domain-functionerror-2428.md
index a625ae24c66..005b2e74822 100644
--- a/access/Concepts/Miscellaneous/invalid-arguments-used-with-domain-functionerror-2428.md
+++ b/access/Concepts/Miscellaneous/invalid-arguments-used-with-domain-functionerror-2428.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You have entered an invalid argument in an aggregate function. For information on the function's arguments, see SQL Aggregate Functions, and then choose the name of the function.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-bracketing-of-name-nameerror-3126.md b/access/Concepts/Miscellaneous/invalid-bracketing-of-name-nameerror-3126.md
index 1ecf52217d2..6e2f0b29577 100644
--- a/access/Concepts/Miscellaneous/invalid-bracketing-of-name-nameerror-3126.md
+++ b/access/Concepts/Miscellaneous/invalid-bracketing-of-name-nameerror-3126.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The specified name either cannot have brackets around it or the brackets are mismatched. Check your entry to make sure the brackets are properly matched, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-century-setting-in-the-xbase-key-of-the-windows-registryerror-3227.md b/access/Concepts/Miscellaneous/invalid-century-setting-in-the-xbase-key-of-the-windows-registryerror-3227.md
index a738e302e72..18fd449b4b5 100644
--- a/access/Concepts/Miscellaneous/invalid-century-setting-in-the-xbase-key-of-the-windows-registryerror-3227.md
+++ b/access/Concepts/Miscellaneous/invalid-century-setting-in-the-xbase-key-of-the-windows-registryerror-3227.md
@@ -28,13 +28,12 @@ To fix the Century setting
5. Restart your application, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-connection-string-in-pass-through-queryerror-3305.md b/access/Concepts/Miscellaneous/invalid-connection-string-in-pass-through-queryerror-3305.md
index b4911acb4cf..e16408d9281 100644
--- a/access/Concepts/Miscellaneous/invalid-connection-string-in-pass-through-queryerror-3305.md
+++ b/access/Concepts/Miscellaneous/invalid-connection-string-in-pass-through-queryerror-3305.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The connection string for a pass-through query should begin with .
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-database-object-referenceerror-3276.md b/access/Concepts/Miscellaneous/invalid-database-object-referenceerror-3276.md
index 8651761bf52..ce1f6786546 100644
--- a/access/Concepts/Miscellaneous/invalid-database-object-referenceerror-3276.md
+++ b/access/Concepts/Miscellaneous/invalid-database-object-referenceerror-3276.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The **Database** object specified is not the result of the **OpenDatabase** method, or it has been modified and is no longer valid.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-database-objecterror-3263.md b/access/Concepts/Miscellaneous/invalid-database-objecterror-3263.md
index 199e044e6e1..c2b46ef3921 100644
--- a/access/Concepts/Miscellaneous/invalid-database-objecterror-3263.md
+++ b/access/Concepts/Miscellaneous/invalid-database-objecterror-3263.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The **Database** object specified is not the result of the **OpenDatabase** method, or it has been modified and is no longer valid.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-datacodepage-option-in-initialization-settingerror-3337.md b/access/Concepts/Miscellaneous/invalid-datacodepage-option-in-initialization-settingerror-3337.md
index b337d9ee4d3..640de1a0c42 100644
--- a/access/Concepts/Miscellaneous/invalid-datacodepage-option-in-initialization-settingerror-3337.md
+++ b/access/Concepts/Miscellaneous/invalid-datacodepage-option-in-initialization-settingerror-3337.md
@@ -22,13 +22,11 @@ Valid settings are:
- **ANSI** — Data is stored as ANSI data; OemToAnsi and AnsiToOem conversions are not done.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-date-setting-in-the-xbase-key-of-the-windows-registryerror-3213.md b/access/Concepts/Miscellaneous/invalid-date-setting-in-the-xbase-key-of-the-windows-registryerror-3213.md
index d629343c219..d886f822abf 100644
--- a/access/Concepts/Miscellaneous/invalid-date-setting-in-the-xbase-key-of-the-windows-registryerror-3213.md
+++ b/access/Concepts/Miscellaneous/invalid-date-setting-in-the-xbase-key-of-the-windows-registryerror-3213.md
@@ -31,13 +31,11 @@ There is an invalid **Date** setting in the **Xbase** key of the Microsoft Wind
5. Restart your application, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-deleted-setting-in-the-xbase-key-of-the-windows-registryerror-3208.md b/access/Concepts/Miscellaneous/invalid-deleted-setting-in-the-xbase-key-of-the-windows-registryerror-3208.md
index 33063f836dc..128b3003378 100644
--- a/access/Concepts/Miscellaneous/invalid-deleted-setting-in-the-xbase-key-of-the-windows-registryerror-3208.md
+++ b/access/Concepts/Miscellaneous/invalid-deleted-setting-in-the-xbase-key-of-the-windows-registryerror-3208.md
@@ -28,13 +28,11 @@ There is an invalid **Deleted** setting in the **Xbase** key of the Microsoft W
5. Restart your application, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-dropbox-path-nameerror-3476.md b/access/Concepts/Miscellaneous/invalid-dropbox-path-nameerror-3476.md
index ed60468c02b..78c3ec7c44f 100644
--- a/access/Concepts/Miscellaneous/invalid-dropbox-path-nameerror-3476.md
+++ b/access/Concepts/Miscellaneous/invalid-dropbox-path-nameerror-3476.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
Make sure the dropbox path is correct.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-entry-cannot-perform-cascading-operation-in-table-name-because-the-value.md b/access/Concepts/Miscellaneous/invalid-entry-cannot-perform-cascading-operation-in-table-name-because-the-value.md
index 74327a4622e..2d999f90750 100644
--- a/access/Concepts/Miscellaneous/invalid-entry-cannot-perform-cascading-operation-in-table-name-because-the-value.md
+++ b/access/Concepts/Miscellaneous/invalid-entry-cannot-perform-cascading-operation-in-table-name-because-the-value.md
@@ -16,13 +16,12 @@ You are trying to save a value to a primary key field that is included in a rela
In Microsoft Access, the **Cascade Update Related Fields** option is selected for the relationship; or, in DAO code, the **dbRelationUpdateCascade** option is specified for the **Relation** object's **Attributes** property. Setting either one of these options will cause your application to attempt to update the matching field in the related table.
To save your changes to this field, the text you enter must be no longer than the field size of the related field that your application is trying to update for you. In this case, the related field has a shorter field size than the field you are updating. To avoid this problem in the future, set the **Size** property for both of the matching fields to the same value.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-expression-in-the-replicafilter-propertyerror-3587.md b/access/Concepts/Miscellaneous/invalid-expression-in-the-replicafilter-propertyerror-3587.md
index 90fdae85890..f4fa5f5a2f7 100644
--- a/access/Concepts/Miscellaneous/invalid-expression-in-the-replicafilter-propertyerror-3587.md
+++ b/access/Concepts/Miscellaneous/invalid-expression-in-the-replicafilter-propertyerror-3587.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The **ReplicaFilter** string contains an invalid word. Check the syntax for any misspelled or missing words.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-field-data-typeerror-3259.md b/access/Concepts/Miscellaneous/invalid-field-data-typeerror-3259.md
index 6641495c32a..7fc8fcc876b 100644
--- a/access/Concepts/Miscellaneous/invalid-field-data-typeerror-3259.md
+++ b/access/Concepts/Miscellaneous/invalid-field-data-typeerror-3259.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The data type specified in the **Field** object's **Type** property is not valid. Choose one of the valid types as shown in the **Type** property Help topic.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-field-name-name-in-definition-of-index-or-relationshiperror-3409.md b/access/Concepts/Miscellaneous/invalid-field-name-name-in-definition-of-index-or-relationshiperror-3409.md
index 34be84e375e..5e8112dfb17 100644
--- a/access/Concepts/Miscellaneous/invalid-field-name-name-in-definition-of-index-or-relationshiperror-3409.md
+++ b/access/Concepts/Miscellaneous/invalid-field-name-name-in-definition-of-index-or-relationshiperror-3409.md
@@ -24,13 +24,11 @@ Possible causes:
- The field type you are using is a Memo or OLE Object, which cannot be indexed.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-file-formaterror-3182.md b/access/Concepts/Miscellaneous/invalid-file-formaterror-3182.md
index 0cd235f9939..466c56f8b8d 100644
--- a/access/Concepts/Miscellaneous/invalid-file-formaterror-3182.md
+++ b/access/Concepts/Miscellaneous/invalid-file-formaterror-3182.md
@@ -21,13 +21,11 @@ Possible causes:
- The file format is not recognized. If the file is a Btrieve, dBASE, or Paradox file, run Setup to install the installable ISAM, and then link the file.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-http-addresserror-3685.md b/access/Concepts/Miscellaneous/invalid-http-addresserror-3685.md
index 10261212705..1e15ae19984 100644
--- a/access/Concepts/Miscellaneous/invalid-http-addresserror-3685.md
+++ b/access/Concepts/Miscellaneous/invalid-http-addresserror-3685.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The HTTP address specified is not valid for this replica set. The HTTP address supplied did not match any values in the field InternetAddress in the system table MSysTranspAddress.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-index-definitionerror-3285.md b/access/Concepts/Miscellaneous/invalid-index-definitionerror-3285.md
index ba6ea56d0c3..e4ff4b0e3fd 100644
--- a/access/Concepts/Miscellaneous/invalid-index-definitionerror-3285.md
+++ b/access/Concepts/Miscellaneous/invalid-index-definitionerror-3285.md
@@ -19,13 +19,12 @@ Possible causes:
You are using the same field twice in an index or relationship, which the Microsoft Access database engine does not permit.
You are creating a relationship using fields with data types that do not match. In Microsoft Access database engine databases, you can only relate fields with identical data types or a AutoNumber field with a Number field set to a Long Integer.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-inf-fileerror-3168.md b/access/Concepts/Miscellaneous/invalid-inf-fileerror-3168.md
index 22ebf65ae49..56ebb3d8f6f 100644
--- a/access/Concepts/Miscellaneous/invalid-inf-fileerror-3168.md
+++ b/access/Concepts/Miscellaneous/invalid-inf-fileerror-3168.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You tried to access a dBASE table, but its associated .inf file is invalid or has become corrupted. Relink the table, making sure you specify the correct indexes.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-internet-addresserror-3651.md b/access/Concepts/Miscellaneous/invalid-internet-addresserror-3651.md
index 7ff2cb878b4..42bed2b6aa2 100644
--- a/access/Concepts/Miscellaneous/invalid-internet-addresserror-3651.md
+++ b/access/Concepts/Miscellaneous/invalid-internet-addresserror-3651.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have requested an Internet address which is not valid or not available. Check the address, and if it is valid, try again later.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-mark-setting-in-the-xbase-key-of-the-windows-registryerror-3214.md b/access/Concepts/Miscellaneous/invalid-mark-setting-in-the-xbase-key-of-the-windows-registryerror-3214.md
index a91e2d71e03..dc11961d942 100644
--- a/access/Concepts/Miscellaneous/invalid-mark-setting-in-the-xbase-key-of-the-windows-registryerror-3214.md
+++ b/access/Concepts/Miscellaneous/invalid-mark-setting-in-the-xbase-key-of-the-windows-registryerror-3214.md
@@ -28,13 +28,11 @@ There is an invalid **Mark** setting in the **Xbase** key of the Microsoft Wind
5. Restart your application, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-memo-or-ole-object-in-subquery-nameerror-3342.md b/access/Concepts/Miscellaneous/invalid-memo-or-ole-object-in-subquery-nameerror-3342.md
index 62de30fb2d6..e81094aa8aa 100644
--- a/access/Concepts/Miscellaneous/invalid-memo-or-ole-object-in-subquery-nameerror-3342.md
+++ b/access/Concepts/Miscellaneous/invalid-memo-or-ole-object-in-subquery-nameerror-3342.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
A subquery cannot return a Memo or OLE Object, and it cannot be compared to a Memo or OLE Object in an expression.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-networkaccess-setting-in-the-windows-registryerror-3248.md b/access/Concepts/Miscellaneous/invalid-networkaccess-setting-in-the-windows-registryerror-3248.md
index 02c1893c495..1ab46057e85 100644
--- a/access/Concepts/Miscellaneous/invalid-networkaccess-setting-in-the-windows-registryerror-3248.md
+++ b/access/Concepts/Miscellaneous/invalid-networkaccess-setting-in-the-windows-registryerror-3248.md
@@ -28,13 +28,11 @@ There is an invalid **NetworkAccess** setting in the Microsoft Windows Registry
5. Restart your application, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-operationerror-3219.md b/access/Concepts/Miscellaneous/invalid-operationerror-3219.md
index ed4955d33b3..743a0091766 100644
--- a/access/Concepts/Miscellaneous/invalid-operationerror-3219.md
+++ b/access/Concepts/Miscellaneous/invalid-operationerror-3219.md
@@ -28,13 +28,11 @@ Possible causes:
- You tried to use the **Update** method on a read-only **Recordset** object.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-pagetimeout-setting-in-the-windows-registryerror-3249.md b/access/Concepts/Miscellaneous/invalid-pagetimeout-setting-in-the-windows-registryerror-3249.md
index 13be6e91650..ab2439ba692 100644
--- a/access/Concepts/Miscellaneous/invalid-pagetimeout-setting-in-the-windows-registryerror-3249.md
+++ b/access/Concepts/Miscellaneous/invalid-pagetimeout-setting-in-the-windows-registryerror-3249.md
@@ -31,13 +31,11 @@ There is an invalid **PageTimeout** setting in the Microsoft Windows Registry.
5. Restart your application, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741.md b/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741.md
index c5548fa7e9f..c0b97daf52c 100644
--- a/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741.md
+++ b/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The synchronizer specified is not valid for this replica set or is not the hub synchronizer for a Local or Anonymous replica. You can only synchronize a Local or Anonymous replica with the Global hub replica that created it.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741ado-error.md b/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741ado-error.md
index ec140e7fdf0..ba104816f91 100644
--- a/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741ado-error.md
+++ b/access/Concepts/Miscellaneous/invalid-partner-synchronizererror-3741ado-error.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The synchronizer specified is not valid for this replica set or is not the hub synchronizer for a Local or Anonymous replica. You can only synchronize a Local or Anonymous replica with the Global hub replica that created it.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-path-for-destination-dropbox-foldererror-3556.md b/access/Concepts/Miscellaneous/invalid-path-for-destination-dropbox-foldererror-3556.md
index f5b57ee742c..d279afca9fb 100644
--- a/access/Concepts/Miscellaneous/invalid-path-for-destination-dropbox-foldererror-3556.md
+++ b/access/Concepts/Miscellaneous/invalid-path-for-destination-dropbox-foldererror-3556.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-precision-for-decimal-data-typeerror-3700.md b/access/Concepts/Miscellaneous/invalid-precision-for-decimal-data-typeerror-3700.md
index dff012d9073..fdd735843d9 100644
--- a/access/Concepts/Miscellaneous/invalid-precision-for-decimal-data-typeerror-3700.md
+++ b/access/Concepts/Miscellaneous/invalid-precision-for-decimal-data-typeerror-3700.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The precision and scale for a DECIMAL data type must be between 0 and 28. For example, the following SQL statement would return this error: CREATE TABLE foo (foo DECIMAL(38,0));
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-property-valueerror-3271.md b/access/Concepts/Miscellaneous/invalid-property-valueerror-3271.md
index f1a4249bea7..9ddaa8d4fc3 100644
--- a/access/Concepts/Miscellaneous/invalid-property-valueerror-3271.md
+++ b/access/Concepts/Miscellaneous/invalid-property-valueerror-3271.md
@@ -23,13 +23,11 @@ Possible causes:
- The **Workspace** object name is a zero-length string. You must enter a name for the **Workspace** object when appending the object to a **Workspaces** collection.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-rangeerror-3181.md b/access/Concepts/Miscellaneous/invalid-rangeerror-3181.md
index 2b0b46fd60a..66939eb8c1a 100644
--- a/access/Concepts/Miscellaneous/invalid-rangeerror-3181.md
+++ b/access/Concepts/Miscellaneous/invalid-rangeerror-3181.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to import an invalid range of spreadsheet cells.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-reference-in-select-statementerror-3242.md b/access/Concepts/Miscellaneous/invalid-reference-in-select-statementerror-3242.md
index dfffe594e25..6ac764557d2 100644
--- a/access/Concepts/Miscellaneous/invalid-reference-in-select-statementerror-3242.md
+++ b/access/Concepts/Miscellaneous/invalid-reference-in-select-statementerror-3242.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You entered an invalid field or table reference in the SELECT statement. For example, the reference may be misspelled or does not exist.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-replica-path-or-nameerror-3686.md b/access/Concepts/Miscellaneous/invalid-replica-path-or-nameerror-3686.md
index f1a84e22b84..f9949ea8d54 100644
--- a/access/Concepts/Miscellaneous/invalid-replica-path-or-nameerror-3686.md
+++ b/access/Concepts/Miscellaneous/invalid-replica-path-or-nameerror-3686.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The synchronizer identified by the HTTP address does not manage the database name specified in the URL.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-scale-for-decimal-data-typeerror-3701.md b/access/Concepts/Miscellaneous/invalid-scale-for-decimal-data-typeerror-3701.md
index d1be5407de8..f8b45dc5a37 100644
--- a/access/Concepts/Miscellaneous/invalid-scale-for-decimal-data-typeerror-3701.md
+++ b/access/Concepts/Miscellaneous/invalid-scale-for-decimal-data-typeerror-3701.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The scale of a DECIMAL data type must always be less or equal to the precision. For example, the following SQL statement would return this error: CREATE TABLE foo (foo DECIMAL(10,12));
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-setting-in-excel-key-of-the-engines-section-of-the-windows-registryerror.md b/access/Concepts/Miscellaneous/invalid-setting-in-excel-key-of-the-engines-section-of-the-windows-registryerror.md
index 4eb1c2438b3..91dd378cda4 100644
--- a/access/Concepts/Miscellaneous/invalid-setting-in-excel-key-of-the-engines-section-of-the-windows-registryerror.md
+++ b/access/Concepts/Miscellaneous/invalid-setting-in-excel-key-of-the-engines-section-of-the-windows-registryerror.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
One of the settings in the **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Access Connectivity Engine\Engines\Excel** key of the Microsoft Windows Registry is not valid. Edit the Windows Registry to be sure all the parameters are valid.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-statement-expected-deleteinsertprocedureselector-updateerror-3129.md b/access/Concepts/Miscellaneous/invalid-sql-statement-expected-deleteinsertprocedureselector-updateerror-3129.md
index d22844ea7cb..271c1ddc24c 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-statement-expected-deleteinsertprocedureselector-updateerror-3129.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-statement-expected-deleteinsertprocedureselector-updateerror-3129.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
Your SQL statement could not be recognized because it does not begin with one of the specified reserved words.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-actionerror-3762.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-actionerror-3762.md
index 2a15631f914..80d9f6dbec9 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-actionerror-3762.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-actionerror-3762.md
@@ -15,13 +15,12 @@ ms.date: 06/08/2017
This error occurs when defining referential integrity constraints through the CREATE TABLE syntax or the ALTER TABLE ALTER COLUMN syntax. It occurs when the keyword NO is not followed by the keyword ACTION. For example, by omitting the BOLD ON keyword, the following would generate the error:
CREATE TABLE OrderDetail (OrderId LONG CONSTRAINT fkOrdersOrderId REFERENCES Orders (OrderId) ON UPDATE CASCADE ON DELETE **NO** ACTION, LineItem LONG, ProductID LONG CONSTRAINT fkProductsProductId REFERENCES Products (ProductId), Quantity LONG);
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-as-error-3728.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-as-error-3728.md
index 5320dd59911..b29761d84f0 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-as-error-3728.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-as-error-3728.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when defining or creating a view or procedure through SQL DDL. The error would be generated with the following syntax: CREATE VIEW viewname SELECT…. To avoid the error, change the syntax to the following: CREATE VIEW viewname AS SELECT….
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-compression-to-follow-with-error-3723.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-compression-to-follow-with-error-3723.md
index 8c7fbcb9724..d3156720c7b 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-compression-to-follow-with-error-3723.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-compression-to-follow-with-error-3723.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This error occurs when using CREATE TABLE or ALTER TABLE ALTER COLUMN syntax. It occurs when referencing one of the NATIONAL CHARACTER synonyms for a column type and not using the COMPRESSION keyword following the WITH keyword. The following is a valid SQL statement: CREATE TABLE foo (foo NCHAR WITH COMP);. The following SQL statement would return the error: CREATE TABLE foo (foo NCHAR WITH);.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-default-error-3722.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-default-error-3722.md
index fa78f67c5ab..0aea3ac7b74 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-default-error-3722.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-default-error-3722.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when using the ALTER TABLE ALTER COLUMN syntax. It occurs if one of the following keywords, USER, NULL, or literal, are used without being followed by the keyword DEFAULT.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-select-error-3729.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-select-error-3729.md
index 365d82ed6c5..58eb074dbdb 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-select-error-3729.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-select-error-3729.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This error occurs when trying to create a view from SQL DDL. The following would generate this error: CREATE VIEW viewname AS. To avoid the error, use a valid SELECT statement after the AS keyword.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-update-or-delete-error-3724.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-update-or-delete-error-3724.md
index bad9f860fe4..ddf30943470 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-update-or-delete-error-3724.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-expected-token-update-or-delete-error-3724.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when defining referential integrity through the CREATE TABLE statement or the ALTER TABLE ALTER COLUMN statement. This error occurs when the keyword CASCADE is used and the keyword UPDATE or DELETE is not before it.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntax-only-one-update-rule-and-or-one-delete-rule-allowed-error-372.md b/access/Concepts/Miscellaneous/invalid-sql-syntax-only-one-update-rule-and-or-one-delete-rule-allowed-error-372.md
index 3c69b9cdc98..0ed19d88074 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntax-only-one-update-rule-and-or-one-delete-rule-allowed-error-372.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntax-only-one-update-rule-and-or-one-delete-rule-allowed-error-372.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This error occurs when defining referential integrity through SQL DDL. This occurs when NULL or DEFAULT is not used after the SET keyword.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-database-privilege-such-as-createdb-or-connect-erro.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-database-privilege-such-as-createdb-or-connect-erro.md
index 8652f5372c7..4f1ffb52cad 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-database-privilege-such-as-createdb-or-connect-erro.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-database-privilege-such-as-createdb-or-connect-erro.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+ ## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-procedure-nameerror-3781.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-procedure-nameerror-3781.md
index 1bf62e34a8b..aacc0d913a4 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-procedure-nameerror-3781.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-procedure-nameerror-3781.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This error occurs when trying to create or drop a procedure using SQL DDL's CREATE PROCEDURE or DROP PROCEDURE syntax. It occurs if a valid name is not specified. For example, the following statement would generate the error: DROP PROCEDURE.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-view-nameerror-3780.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-view-nameerror-3780.md
index 277e96aec3e..ffbb4c8c04a 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-view-nameerror-3780.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-a-view-nameerror-3780.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when trying to create or drop a view using SQL DDL's CREATE VIEW or DROP VIEW syntax. It occurs if a valid name is not specified. For example, the following statement would generate the error: CREATE VIEW AS SELECT * FROM table1.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-constraint-nameerror-3721.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-constraint-nameerror-3721.md
index d930cf483e8..291d9dd71f4 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-constraint-nameerror-3721.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-constraint-nameerror-3721.md
@@ -18,13 +18,12 @@ To prevent the error, include a name after the CONSTRAINT keyword:
CREATE TABLE Customers (CLstNm TEXT(50), CFrstNm TEXT(25), CONSTRAINT pkCustomers PRIMARY KEY (CFrstNm, CLstNm));.
or do not use the CONSTRAINT keyword:
CREATE TABLE Customers (CLstNm TEXT(50), CFrstNm TEXT(25), PRIMARY KEY (CFrstNm, CLstNm));.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-cascade-set-null-or-no-actionerror-3725.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-cascade-set-null-or-no-actionerror-3725.md
index 0f305354012..c6f8739f2e0 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-cascade-set-null-or-no-actionerror-3725.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-cascade-set-null-or-no-actionerror-3725.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This error occurs when defining referential integrity through the CREATE TABLE statement or the ALTER TABLE ALTER COLUMN statement. This error occurs when the keyword UPDATE or DELETE is used and is not followed by one of the following keywords: CASCADE, SET NULL, NO ACTION.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-database-error-3785.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-database-error-3785.md
index 9e7de25440f..5003d121935 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-database-error-3785.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-database-error-3785.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-nullerror-3726.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-nullerror-3726.md
index 406d25bb3f2..b8cb7f74a86 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-nullerror-3726.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-nullerror-3726.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when issuing a DDL statement that is associated with an index. It can occur when the NULL keyword is not used after the following keywords: CREATE INDEX, WITH PRIMARY, or IGNORE.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-privileges-error-3689.md b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-privileges-error-3689.md
index b148a09626d..d35eb01460f 100644
--- a/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-privileges-error-3689.md
+++ b/access/Concepts/Miscellaneous/invalid-sql-syntaxexpected-token-privileges-error-3689.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when using the GRANT or REVOKE keywords. A privilege was not specified. Some valid privileges are SELECT, UPDATE, DELETE, and INSERT.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-table-name-in-filtererror-3631.md b/access/Concepts/Miscellaneous/invalid-table-name-in-filtererror-3631.md
index 62c1ac254e3..595152ecfb6 100644
--- a/access/Concepts/Miscellaneous/invalid-table-name-in-filtererror-3631.md
+++ b/access/Concepts/Miscellaneous/invalid-table-name-in-filtererror-3631.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You have referred to a table in a Boolean filter that is not valid. Boolean filters can only refer to the table that is being filtered.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-top-argument-in-select-queryerror-3308.md b/access/Concepts/Miscellaneous/invalid-top-argument-in-select-queryerror-3308.md
index 7269223b0da..3ae68d91d4f 100644
--- a/access/Concepts/Miscellaneous/invalid-top-argument-in-select-queryerror-3308.md
+++ b/access/Concepts/Miscellaneous/invalid-top-argument-in-select-queryerror-3308.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
An invalid parameter appeared in the TOP clause of a SELECT statement. The value placed after the TOP reserved word must be a positive integer. If the PERCENT reserved word is also used, the integer cannot be greater than 100.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-use-of!orerror-2423.md b/access/Concepts/Miscellaneous/invalid-use-of!orerror-2423.md
index dd9811f755b..14631a3bc6e 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of!orerror-2423.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of!orerror-2423.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The expression does not use delimiters correctly. To reference the properties of a DAO object, it is recommended that you use the . _propertyname_ syntax.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-use-of!orerror-2447.md b/access/Concepts/Miscellaneous/invalid-use-of!orerror-2447.md
index 1028dd4e7d9..873479405f3 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of!orerror-2447.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of!orerror-2447.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The expression does not use delimiters correctly. To reference the properties of DAO objects, it is recommended that you use the . _propertyname_ syntax.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-use-of-is-operatorerror-2443.md b/access/Concepts/Miscellaneous/invalid-use-of-is-operatorerror-2443.md
index ca69b5716c1..e8d6f611b6e 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of-is-operatorerror-2443.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of-is-operatorerror-2443.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The **Is** operator is used to determine if an expression is **Null**. You can use the **Is** operator in an expression only with NULL or NOT NULL.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/invalid-use-of-parentheseserror-2442.md b/access/Concepts/Miscellaneous/invalid-use-of-parentheseserror-2442.md
index 69865d7b5e3..7461c7052cb 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of-parentheseserror-2442.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of-parentheseserror-2442.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You entered an expression that has invalid parentheses. For example, you may be trying to use the parentheses syntax for an identifier in a query. In a query, you can use only the standard identifier syntax.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/invalid-use-of-vertical-barserror-2437.md b/access/Concepts/Miscellaneous/invalid-use-of-vertical-barserror-2437.md
index 5ad2b348f33..ed5c34792dd 100644
--- a/access/Concepts/Miscellaneous/invalid-use-of-vertical-barserror-2437.md
+++ b/access/Concepts/Miscellaneous/invalid-use-of-vertical-barserror-2437.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You entered an expression that has invalid vertical bars (|). Check the expression to make sure you entered it correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/item-not-found-in-this-collectionerror-3265.md b/access/Concepts/Miscellaneous/item-not-found-in-this-collectionerror-3265.md
index 99d9edbe9fc..1a0b27b068b 100644
--- a/access/Concepts/Miscellaneous/item-not-found-in-this-collectionerror-3265.md
+++ b/access/Concepts/Miscellaneous/item-not-found-in-this-collectionerror-3265.md
@@ -25,13 +25,11 @@ Possible causes:
- There is more than one object with this name in the collection; using its name is an ambiguous reference. Reference the object by its ordinal position in the collection (for example, `Recordsets(3)`).
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/join-expression-not-supportederror-3296.md b/access/Concepts/Miscellaneous/join-expression-not-supportederror-3296.md
index 0ccb0404dfe..ba83c981fc5 100644
--- a/access/Concepts/Miscellaneous/join-expression-not-supportederror-3296.md
+++ b/access/Concepts/Miscellaneous/join-expression-not-supportederror-3296.md
@@ -21,13 +21,11 @@ Possible causes:
- The ON statement in your JOIN operation is incomplete or contains too many tables. You may want to put your ON expression in a WHERE clause.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/join-operation-operation-refers-to-a-field-that-is-not-in-one-of-the-joined-tabl.md b/access/Concepts/Miscellaneous/join-operation-operation-refers-to-a-field-that-is-not-in-one-of-the-joined-tabl.md
index 233215c6898..d4434877ad6 100644
--- a/access/Concepts/Miscellaneous/join-operation-operation-refers-to-a-field-that-is-not-in-one-of-the-joined-tabl.md
+++ b/access/Concepts/Miscellaneous/join-operation-operation-refers-to-a-field-that-is-not-in-one-of-the-joined-tabl.md
@@ -27,13 +27,12 @@ Authors INNER JOIN Titles ON Authors.ID = AuthorTitles.ISBN;
```
The error occurs because the join involves the Authors and Titles tables, but the joined fields are in the Authors and AuthorTitles tables.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/joined-table-name-not-listed-in-from-clauseerror-3080.md b/access/Concepts/Miscellaneous/joined-table-name-not-listed-in-from-clauseerror-3080.md
index fa96d2724ba..2e16853a65a 100644
--- a/access/Concepts/Miscellaneous/joined-table-name-not-listed-in-from-clauseerror-3080.md
+++ b/access/Concepts/Miscellaneous/joined-table-name-not-listed-in-from-clauseerror-3080.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
Add the specified table name to the FROM clause of the query, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/language-specific-properties-and-methods.md b/access/Concepts/Miscellaneous/language-specific-properties-and-methods.md
index f78419adb80..a119685c5d4 100644
--- a/access/Concepts/Miscellaneous/language-specific-properties-and-methods.md
+++ b/access/Concepts/Miscellaneous/language-specific-properties-and-methods.md
@@ -37,7 +37,7 @@ Properties and methods that are available only in Asian or right-to-left languag
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/local-or-anonymous-replicas-cannot-be-made-the-design-mastererror-3771.md b/access/Concepts/Miscellaneous/local-or-anonymous-replicas-cannot-be-made-the-design-mastererror-3771.md
index 932c9542622..ffacf71fe14 100644
--- a/access/Concepts/Miscellaneous/local-or-anonymous-replicas-cannot-be-made-the-design-mastererror-3771.md
+++ b/access/Concepts/Miscellaneous/local-or-anonymous-replicas-cannot-be-made-the-design-mastererror-3771.md
@@ -19,7 +19,7 @@ Local or Anonymous replicas of the Design Master cannot be made because they do
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/local-or-anonymous-replicas-must-synch-only-to-their-designated-hub-replicaerror.md b/access/Concepts/Miscellaneous/local-or-anonymous-replicas-must-synch-only-to-their-designated-hub-replicaerror.md
index b5c1dd0858e..462aedde3b7 100644
--- a/access/Concepts/Miscellaneous/local-or-anonymous-replicas-must-synch-only-to-their-designated-hub-replicaerror.md
+++ b/access/Concepts/Miscellaneous/local-or-anonymous-replicas-must-synch-only-to-their-designated-hub-replicaerror.md
@@ -16,7 +16,7 @@ The source replica is a Local or Anonymous replica; you are trying to exchange t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/locked-tableerror-3714.md b/access/Concepts/Miscellaneous/locked-tableerror-3714.md
index bbb3573b728..66304c5a295 100644
--- a/access/Concepts/Miscellaneous/locked-tableerror-3714.md
+++ b/access/Concepts/Miscellaneous/locked-tableerror-3714.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
Re-synchronize the replicas when the lock is released on the table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/log-file-path-pathname-is-invaliderror-3591.md b/access/Concepts/Miscellaneous/log-file-path-pathname-is-invaliderror-3591.md
index 951ff544fb3..c22a7490d56 100644
--- a/access/Concepts/Miscellaneous/log-file-path-pathname-is-invaliderror-3591.md
+++ b/access/Concepts/Miscellaneous/log-file-path-pathname-is-invaliderror-3591.md
@@ -24,13 +24,11 @@ To configure the Synchronizer
3. Follow the instructions in the wizard.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/logmessages-property.md b/access/Concepts/Miscellaneous/logmessages-property.md
index 6706dcc0bac..98c93f641b9 100644
--- a/access/Concepts/Miscellaneous/logmessages-property.md
+++ b/access/Concepts/Miscellaneous/logmessages-property.md
@@ -43,7 +43,7 @@ The name of the messages table where the returned messages are stored is _usern
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/maintenance.md b/access/Concepts/Miscellaneous/maintenance.md
index 2139c518f09..53696a4e1aa 100644
--- a/access/Concepts/Miscellaneous/maintenance.md
+++ b/access/Concepts/Miscellaneous/maintenance.md
@@ -7,14 +7,9 @@ ms.date: 06/08/2017
# Maintenance
-
-## In this section
-
-
-- [Compact and Repair a Database](../Maintenance/compact-and-repair-a-database.md)
-
-- [Recover Tables Deleted from a Database](../Maintenance/recover-tables-deleted-from-a-database.md)
+
+- [Recover Tables Deleted from a Database](../miscellaneous/recover-tables-deleted-from-a-database.md)
-- [Handle Run-Time Errors in VBA](../Maintenance/handle-run-time-errors-in-vba.md)
+- [Handle Run-Time Errors in VBA](../error-codes/elements-of-run-time-error-handling.md)
diff --git a/access/Concepts/Miscellaneous/mapi-folder-or-address-book-not-founderror-3710.md b/access/Concepts/Miscellaneous/mapi-folder-or-address-book-not-founderror-3710.md
index 78ee3ba231b..9bddf7ece4c 100644
--- a/access/Concepts/Miscellaneous/mapi-folder-or-address-book-not-founderror-3710.md
+++ b/access/Concepts/Miscellaneous/mapi-folder-or-address-book-not-founderror-3710.md
@@ -25,7 +25,7 @@ The Microsoft Outlook/Exchange driver could not find the folder or address book
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/maxrecords-property.md b/access/Concepts/Miscellaneous/maxrecords-property.md
index 42043070fd4..4bfd1164783 100644
--- a/access/Concepts/Miscellaneous/maxrecords-property.md
+++ b/access/Concepts/Miscellaneous/maxrecords-property.md
@@ -40,7 +40,7 @@ You can use the **MaxRecords** property in situations where limited system resou
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/members-example-vbscript.md b/access/Concepts/Miscellaneous/members-example-vbscript.md
index e86c98c0ee3..b5ecbc4b136 100644
--- a/access/Concepts/Miscellaneous/members-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/members-example-vbscript.md
@@ -329,7 +329,7 @@ For h=0 to intDC0
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/message-in-dropbox-folder-belongs-to-the-wrong-synchronizererror-3567.md b/access/Concepts/Miscellaneous/message-in-dropbox-folder-belongs-to-the-wrong-synchronizererror-3567.md
index 7a2210ac677..392ac5bf4ce 100644
--- a/access/Concepts/Miscellaneous/message-in-dropbox-folder-belongs-to-the-wrong-synchronizererror-3567.md
+++ b/access/Concepts/Miscellaneous/message-in-dropbox-folder-belongs-to-the-wrong-synchronizererror-3567.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/message-in-expressionerror-3077.md b/access/Concepts/Miscellaneous/message-in-expressionerror-3077.md
index 187170de0d1..c2549162b1a 100644
--- a/access/Concepts/Miscellaneous/message-in-expressionerror-3077.md
+++ b/access/Concepts/Miscellaneous/message-in-expressionerror-3077.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The expression you entered is not valid for the reason indicated in the message. Make sure you entered field names and punctuation correctly, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/message-in-query-expression-expressionerror-3075.md b/access/Concepts/Miscellaneous/message-in-query-expression-expressionerror-3075.md
index 8d925acdd0d..8ea15006470 100644
--- a/access/Concepts/Miscellaneous/message-in-query-expression-expressionerror-3075.md
+++ b/access/Concepts/Miscellaneous/message-in-query-expression-expressionerror-3075.md
@@ -14,5 +14,13 @@ ms.date: 06/08/2017
The expression you typed is not valid for the reason indicated in the message. Make sure you have typed field names and punctuation correctly, and then try the operation again.
For more information, see [Syntax error](http://msdn.microsoft.com/library/ca84aa92-e41a-1167-ab66-032ab9626005%28Office.15%29.aspx).
- **ACCESS SUPPORT RESOURCES**[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev) [Access help on support.office.com](https://support.office.com/search/results?query=Access) [Access help on answers.microsoft.com](https://answers.microsoft.com/) [Search for specific Access error codes on Bing](http://www.bing.com/) [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx) [Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx) [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/) [Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/method-not-applicable-for-this-objecterror-3273.md b/access/Concepts/Miscellaneous/method-not-applicable-for-this-objecterror-3273.md
index 8938dcfd21b..b03142c6bea 100644
--- a/access/Concepts/Miscellaneous/method-not-applicable-for-this-objecterror-3273.md
+++ b/access/Concepts/Miscellaneous/method-not-applicable-for-this-objecterror-3273.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You tried to use a method on an object that does not support that method. Refer to the Summary topic for the object to see a list of valid methods for that object.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/microsoft-access-constantsoverview.md b/access/Concepts/Miscellaneous/microsoft-access-constantsoverview.md
index 77e3281bc82..a0d2c2b9c60 100644
--- a/access/Concepts/Miscellaneous/microsoft-access-constantsoverview.md
+++ b/access/Concepts/Miscellaneous/microsoft-access-constantsoverview.md
@@ -94,7 +94,7 @@ You can use the constant **Null** anywhere in Microsoft Access. For example, you
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/missing-destination-field-name-in-select-into-statement-statementerror-3105.md b/access/Concepts/Miscellaneous/missing-destination-field-name-in-select-into-statement-statementerror-3105.md
index 10495ff8833..285abd4bebd 100644
--- a/access/Concepts/Miscellaneous/missing-destination-field-name-in-select-into-statement-statementerror-3105.md
+++ b/access/Concepts/Miscellaneous/missing-destination-field-name-in-select-into-statement-statementerror-3105.md
@@ -19,7 +19,7 @@ Enter a destination field name in the specified statement, and then try the oper
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/missing-destination-field-name-in-update-statement-statementerror-3106.md b/access/Concepts/Miscellaneous/missing-destination-field-name-in-update-statement-statementerror-3106.md
index 7b8cdf31597..a85bc1a76a0 100644
--- a/access/Concepts/Miscellaneous/missing-destination-field-name-in-update-statement-statementerror-3106.md
+++ b/access/Concepts/Miscellaneous/missing-destination-field-name-in-update-statement-statementerror-3106.md
@@ -16,7 +16,7 @@ Enter a destination field name in the specified statement, and then try the oper
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/missing-semicolon-at-end-of-sql-statementerror-3137.md b/access/Concepts/Miscellaneous/missing-semicolon-at-end-of-sql-statementerror-3137.md
index 4c528b3b077..f8f05c0560e 100644
--- a/access/Concepts/Miscellaneous/missing-semicolon-at-end-of-sql-statementerror-3137.md
+++ b/access/Concepts/Miscellaneous/missing-semicolon-at-end-of-sql-statementerror-3137.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The SQL statement has additional invalid tokens following an SQL statement. For example, "SELECT col1 FROM table1 garbage" would return this error. "SELECT col1 FROM table1; garbage" would be valid.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/missingor-itemerror-2436.md b/access/Concepts/Miscellaneous/missingor-itemerror-2436.md
index b745a6222f2..35d95b2023d 100644
--- a/access/Concepts/Miscellaneous/missingor-itemerror-2436.md
+++ b/access/Concepts/Miscellaneous/missingor-itemerror-2436.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You entered an expression that is missing a closing parenthesis, bracket, or vertical bar. Check the expression to make sure you entered it correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/multi-level-group-by-clause-is-not-allowed-in-a-subqueryerror-3612.md b/access/Concepts/Miscellaneous/multi-level-group-by-clause-is-not-allowed-in-a-subqueryerror-3612.md
index 0ae54a1cc64..713f3a23170 100644
--- a/access/Concepts/Miscellaneous/multi-level-group-by-clause-is-not-allowed-in-a-subqueryerror-3612.md
+++ b/access/Concepts/Miscellaneous/multi-level-group-by-clause-is-not-allowed-in-a-subqueryerror-3612.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
An SQL subquery cannot list more than one field in a GROUP BY clause.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/name-in-criteria-expressionerror-3076.md b/access/Concepts/Miscellaneous/name-in-criteria-expressionerror-3076.md
index 3b3a58ade91..31241ca83b8 100644
--- a/access/Concepts/Miscellaneous/name-in-criteria-expressionerror-3076.md
+++ b/access/Concepts/Miscellaneous/name-in-criteria-expressionerror-3076.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The expression you entered is not valid for the reason indicated in the message. Make sure you entered field names and punctuation correctly, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/name-is-not-an-index-in-this-tableerror-3800.md b/access/Concepts/Miscellaneous/name-is-not-an-index-in-this-tableerror-3800.md
index 21f6a138d76..e96205c76ce 100644
--- a/access/Concepts/Miscellaneous/name-is-not-an-index-in-this-tableerror-3800.md
+++ b/access/Concepts/Miscellaneous/name-is-not-an-index-in-this-tableerror-3800.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
An invalid index name was used when trying to reference an index.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/need-a-version-4-x-or-greater-format-system-database-to-perform-this-operationer.md b/access/Concepts/Miscellaneous/need-a-version-4-x-or-greater-format-system-database-to-perform-this-operationer.md
index ba7a5ec3267..d8cc0366198 100644
--- a/access/Concepts/Miscellaneous/need-a-version-4-x-or-greater-format-system-database-to-perform-this-operationer.md
+++ b/access/Concepts/Miscellaneous/need-a-version-4-x-or-greater-format-system-database-to-perform-this-operationer.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
When using the Microsoft OLE DB Provider for Jet with security, it is necssary that the security database be in a Jet version 4.x file format. This can be done by compacting the existing security database or by creating a new one through the Microsoft OLE DB Provider for Jet.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/network-i-o-errorerror-3566.md b/access/Concepts/Miscellaneous/network-i-o-errorerror-3566.md
index aad327451a2..05d25a80d7c 100644
--- a/access/Concepts/Miscellaneous/network-i-o-errorerror-3566.md
+++ b/access/Concepts/Miscellaneous/network-i-o-errorerror-3566.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The communication between your computer and the network is experiencing a problem. Check to be sure your network is operating properly and that your network cable is tightly connected to your computer. Shut down, turn off, and reboot your computer.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/new-in-access-for-developers.md b/access/Concepts/Miscellaneous/new-in-access-for-developers.md
index 5f648ad8311..077c065be11 100644
--- a/access/Concepts/Miscellaneous/new-in-access-for-developers.md
+++ b/access/Concepts/Miscellaneous/new-in-access-for-developers.md
@@ -187,7 +187,7 @@ Access 2013 introduces a new application model that enables subject matter exper
[What's new for Office 2013 developers](http://msdn.microsoft.com/library/d76ae308-555e-4147-8900-956d3eb8ba23%28Office.15%29.aspx)
**More Access support resources**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+[Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
[Access help on support.office.com](https://support.office.com/search/results?query=Access)
[Access help on answers.microsoft.com](https://answers.microsoft.com/)
[Search for specific Access error codes on Bing](http://www.bing.com/)
diff --git a/access/Concepts/Miscellaneous/no-country-code-found-in-the-connection-stringerror-3449.md b/access/Concepts/Miscellaneous/no-country-code-found-in-the-connection-stringerror-3449.md
index 364afe55d6e..3bfa24f7dd8 100644
--- a/access/Concepts/Miscellaneous/no-country-code-found-in-the-connection-stringerror-3449.md
+++ b/access/Concepts/Miscellaneous/no-country-code-found-in-the-connection-stringerror-3449.md
@@ -19,7 +19,7 @@ No country code was found in the connection string.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/no-current-recorderror-3021.md b/access/Concepts/Miscellaneous/no-current-recorderror-3021.md
index da9c909c4f7..f2f7cf2f770 100644
--- a/access/Concepts/Miscellaneous/no-current-recorderror-3021.md
+++ b/access/Concepts/Miscellaneous/no-current-recorderror-3021.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This error occurs after the unsuccessful application of one of the Find methods or the **Seek** method, when the underlying **Recordset** contains no records or the record has been deleted. Move to or select another record, and try the operation again. If the **Recordset** is empty, you cannot position to a current record. Check the **BOF** and **EOF** properties.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/no-database-specified-in-connection-string-or-in-clauseerror-3321.md b/access/Concepts/Miscellaneous/no-database-specified-in-connection-string-or-in-clauseerror-3321.md
index cdb09dcca6d..449f2b00083 100644
--- a/access/Concepts/Miscellaneous/no-database-specified-in-connection-string-or-in-clauseerror-3321.md
+++ b/access/Concepts/Miscellaneous/no-database-specified-in-connection-string-or-in-clauseerror-3321.md
@@ -22,13 +22,11 @@ Possible causes:
- The IN clause of the SELECT statement includes a database type argument (indicating to select the data from an external database) but it is missing a database name argument.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/no-destination-field-name-in-insert-into-statement-statementerror-3352.md b/access/Concepts/Miscellaneous/no-destination-field-name-in-insert-into-statement-statementerror-3352.md
index 5b3f6781e61..a7804be6f75 100644
--- a/access/Concepts/Miscellaneous/no-destination-field-name-in-insert-into-statement-statementerror-3352.md
+++ b/access/Concepts/Miscellaneous/no-destination-field-name-in-insert-into-statement-statementerror-3352.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The destination field name or names cannot be determined from the expression in the SELECT clause of the INSERT INTO statement.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/no-field-definedcannot-append-tabledef-or-indexerror-3264.md b/access/Concepts/Miscellaneous/no-field-definedcannot-append-tabledef-or-indexerror-3264.md
index 0fb20764ce6..fa8adb05cf3 100644
--- a/access/Concepts/Miscellaneous/no-field-definedcannot-append-tabledef-or-indexerror-3264.md
+++ b/access/Concepts/Miscellaneous/no-field-definedcannot-append-tabledef-or-indexerror-3264.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You cannot append a **TableDef** until you define one or more fields. Use the **CreateField** method to create fields, append them to the **Fields** collection of your **TableDef** object, and then append the **TableDef** object to the **TableDefs** collection.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/no-such-index-name-on-table-nameerror-3372.md b/access/Concepts/Miscellaneous/no-such-index-name-on-table-nameerror-3372.md
index 4a866978c76..0fd67f83314 100644
--- a/access/Concepts/Miscellaneous/no-such-index-name-on-table-nameerror-3372.md
+++ b/access/Concepts/Miscellaneous/no-such-index-name-on-table-nameerror-3372.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The specified index does not exist in the specified table. Check your code for a misspelling or other error, or verify the **Indexes** collection contains the specified index.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/no-such-relationship-name-on-table-nameerror-3377.md b/access/Concepts/Miscellaneous/no-such-relationship-name-on-table-nameerror-3377.md
index 59abc476645..34f28844474 100644
--- a/access/Concepts/Miscellaneous/no-such-relationship-name-on-table-nameerror-3377.md
+++ b/access/Concepts/Miscellaneous/no-such-relationship-name-on-table-nameerror-3377.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The relationship you specified does not exist in this database. Check to see if the name you specified exists in the **Relations** collection.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/no-unique-index-found-for-the-referenced-field-of-the-primary-tableerror-3609.md b/access/Concepts/Miscellaneous/no-unique-index-found-for-the-referenced-field-of-the-primary-tableerror-3609.md
index d880f3ef15f..a52586fe24b 100644
--- a/access/Concepts/Miscellaneous/no-unique-index-found-for-the-referenced-field-of-the-primary-tableerror-3609.md
+++ b/access/Concepts/Miscellaneous/no-unique-index-found-for-the-referenced-field-of-the-primary-tableerror-3609.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
When you create a relationship between tables, the referenced field in the primary table must have a unique index. See the Index object and Primary property topics for more details on how to do this.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/none-of-the-import-field-names-match-fields-in-the-appended-tableerror-3243.md b/access/Concepts/Miscellaneous/none-of-the-import-field-names-match-fields-in-the-appended-tableerror-3243.md
index ed7683ce4da..8afac8f8da8 100644
--- a/access/Concepts/Miscellaneous/none-of-the-import-field-names-match-fields-in-the-appended-tableerror-3243.md
+++ b/access/Concepts/Miscellaneous/none-of-the-import-field-names-match-fields-in-the-appended-tableerror-3243.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
At least one field name in the import table and the appended table must match.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/not-a-valid-account-name-or-passworderror-3029.md b/access/Concepts/Miscellaneous/not-a-valid-account-name-or-passworderror-3029.md
index baf9e5f6387..495c9fba3eb 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-account-name-or-passworderror-3029.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-account-name-or-passworderror-3029.md
@@ -40,13 +40,11 @@ User names are not case-sensitive.
Passwords can be any combination of 14 or fewer characters; passwords cannot contain control characters. Passwords are case-sensitive.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/not-a-valid-alias-nameerror-3068.md b/access/Concepts/Miscellaneous/not-a-valid-alias-nameerror-3068.md
index 29d1f753f62..c59569307a8 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-alias-nameerror-3068.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-alias-nameerror-3068.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The alias you entered does not follow standard naming conventions. Enter a new name, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/not-a-valid-bookmarkerror-3159.md b/access/Concepts/Miscellaneous/not-a-valid-bookmarkerror-3159.md
index 45e4f620482..5dce83d72e1 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-bookmarkerror-3159.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-bookmarkerror-3159.md
@@ -21,7 +21,7 @@ This error can occur if you set the **Bookmark** property to a string that is i
-```VB.net
+```vb
Sub SetBookmark()
Dim dbs As Database
Dim rstEmployees As Recordset
@@ -39,13 +39,11 @@ Sub SetBookmark()
End Sub
```
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/not-a-valid-file-nameerror-3055.md b/access/Concepts/Miscellaneous/not-a-valid-file-nameerror-3055.md
index cbefe0229b9..056ebf48a46 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-file-nameerror-3055.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-file-nameerror-3055.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You tried to use a file name that does not follow the naming conventions for your operating system. Specify the file name again, and then retry the operation.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/not-a-valid-passworderror-3031.md b/access/Concepts/Miscellaneous/not-a-valid-passworderror-3031.md
index c4d642b829f..0d0e055f12d 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-passworderror-3031.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-passworderror-3031.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
You have typed an invalid password. Passwords can be any combination of 20 or fewer characters, except control characters. Passwords are case-sensitive.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/not-a-valid-table-nameerror-3177.md b/access/Concepts/Miscellaneous/not-a-valid-table-nameerror-3177.md
index e52ce7caa5d..570650a18b0 100644
--- a/access/Concepts/Miscellaneous/not-a-valid-table-nameerror-3177.md
+++ b/access/Concepts/Miscellaneous/not-a-valid-table-nameerror-3177.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The name you entered does not follow standard naming conventions. Enter a new name, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/not-enough-space-on-diskerror-3026.md b/access/Concepts/Miscellaneous/not-enough-space-on-diskerror-3026.md
index d14bc942a66..0a1b223b0f9 100644
--- a/access/Concepts/Miscellaneous/not-enough-space-on-diskerror-3026.md
+++ b/access/Concepts/Miscellaneous/not-enough-space-on-diskerror-3026.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to perform an operation that requires more disk space than is available. Remove unused files from your disk, compress your database, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/not-enough-space-on-temporary-diskerror-3183.md b/access/Concepts/Miscellaneous/not-enough-space-on-temporary-diskerror-3183.md
index 486d177bc15..ef612c11ac5 100644
--- a/access/Concepts/Miscellaneous/not-enough-space-on-temporary-diskerror-3183.md
+++ b/access/Concepts/Miscellaneous/not-enough-space-on-temporary-diskerror-3183.md
@@ -34,13 +34,11 @@ You can increase the amount of available temporary disk space in several ways:
- If you still need additional space, consider removing other unused files from your disk.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/number-of-query-values-and-destination-fields-are-not-the-sameerror-3346.md b/access/Concepts/Miscellaneous/number-of-query-values-and-destination-fields-are-not-the-sameerror-3346.md
index 938a8d8139e..17888d24fd3 100644
--- a/access/Concepts/Miscellaneous/number-of-query-values-and-destination-fields-are-not-the-sameerror-3346.md
+++ b/access/Concepts/Miscellaneous/number-of-query-values-and-destination-fields-are-not-the-sameerror-3346.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The INSERT INTO (append) query either does not have enough destination fields or it has more fields in the VALUES or SELECT list than there are fields in the destination table. Select a matching number of fields.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/numeric-field-overflowerror-3349.md b/access/Concepts/Miscellaneous/numeric-field-overflowerror-3349.md
index 84284aa0a86..dc78fc08d4e 100644
--- a/access/Concepts/Miscellaneous/numeric-field-overflowerror-3349.md
+++ b/access/Concepts/Miscellaneous/numeric-field-overflowerror-3349.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
The data in a Btrieve field is too large to represent in your application.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/object-has-no-valueerror-2427.md b/access/Concepts/Miscellaneous/object-has-no-valueerror-2427.md
index 64599dc178e..8cb26e19033 100644
--- a/access/Concepts/Miscellaneous/object-has-no-valueerror-2427.md
+++ b/access/Concepts/Miscellaneous/object-has-no-valueerror-2427.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
You entered an expression containing an identifier for an object that has no value. (Objects may have a default property value or return a default method.)
Check the expression to make sure you entered it correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/object-is-invalid-for-operationerror-3350.md b/access/Concepts/Miscellaneous/object-is-invalid-for-operationerror-3350.md
index 0d6739d4422..88188aea6cf 100644
--- a/access/Concepts/Miscellaneous/object-is-invalid-for-operationerror-3350.md
+++ b/access/Concepts/Miscellaneous/object-is-invalid-for-operationerror-3350.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You used the **RefreshLink** method on an object other than a linked table. An object ceases to exist when it is destroyed and when its associated DAO object is closed or is no longer defined in the current scope.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/object-is-invalid-or-no-longer-seterror-3420.md b/access/Concepts/Miscellaneous/object-is-invalid-or-no-longer-seterror-3420.md
index 5c83e8e993f..94666fce5d5 100644
--- a/access/Concepts/Miscellaneous/object-is-invalid-or-no-longer-seterror-3420.md
+++ b/access/Concepts/Miscellaneous/object-is-invalid-or-no-longer-seterror-3420.md
@@ -37,13 +37,11 @@ dbname = dbsPublish.Name
```
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/object-is-not-a-collectionerror-3272.md b/access/Concepts/Miscellaneous/object-is-not-a-collectionerror-3272.md
index 06cbf3b0eda..35df168e951 100644
--- a/access/Concepts/Miscellaneous/object-is-not-a-collectionerror-3272.md
+++ b/access/Concepts/Miscellaneous/object-is-not-a-collectionerror-3272.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have referred to an object as though it were a collection. For example, a statement such as `qrySales.Refresh` or or `qrySales(2)` causes this error.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/object-name-already-existserror-3012.md b/access/Concepts/Miscellaneous/object-name-already-existserror-3012.md
index 6694479d853..4930d7937e7 100644
--- a/access/Concepts/Miscellaneous/object-name-already-existserror-3012.md
+++ b/access/Concepts/Miscellaneous/object-name-already-existserror-3012.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to create an object with a name that already exists in this database. Choose a different name, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/object-name-is-not-a-stored-procedureerror-3750.md b/access/Concepts/Miscellaneous/object-name-is-not-a-stored-procedureerror-3750.md
index 6b64b031aa8..a9f0312fe85 100644
--- a/access/Concepts/Miscellaneous/object-name-is-not-a-stored-procedureerror-3750.md
+++ b/access/Concepts/Miscellaneous/object-name-is-not-a-stored-procedureerror-3750.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
This error occurs when using the EXECUTE keyword and either passing a name of a procedure or view that does not exist in the database or passing the name of a base table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/object-properties.md b/access/Concepts/Miscellaneous/object-properties.md
index c769f0491e4..a88061c0cc9 100644
--- a/access/Concepts/Miscellaneous/object-properties.md
+++ b/access/Concepts/Miscellaneous/object-properties.md
@@ -97,7 +97,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/objectproxy-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/objectproxy-ado-wfc-syntax.md
index 926970032f9..aba5236df83 100644
--- a/access/Concepts/Miscellaneous/objectproxy-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/objectproxy-ado-wfc-syntax.md
@@ -53,7 +53,7 @@ public Object ObjectProxy .call( String method , Object[] args )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbc-specification-conformance-error-messagereport-this-error-to-the-developer-o.md b/access/Concepts/Miscellaneous/odbc-specification-conformance-error-messagereport-this-error-to-the-developer-o.md
index 93e6292f721..8db54e2dbd3 100644
--- a/access/Concepts/Miscellaneous/odbc-specification-conformance-error-messagereport-this-error-to-the-developer-o.md
+++ b/access/Concepts/Miscellaneous/odbc-specification-conformance-error-messagereport-this-error-to-the-developer-o.md
@@ -19,7 +19,7 @@ This error can be caused by any of a number of problems with your ODBC driver. W
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbccall-failederror-3146.md b/access/Concepts/Miscellaneous/odbccall-failederror-3146.md
index e2ce07928c5..cd7e542b5ee 100644
--- a/access/Concepts/Miscellaneous/odbccall-failederror-3146.md
+++ b/access/Concepts/Miscellaneous/odbccall-failederror-3146.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Using an ODBC connection, you tried to perform an operation on data in an ODBC data source. This error may occur when the ODBC data source is on a network drive and you are not connected to the network. Make sure the network is available, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbccannot-lock-all-recordserror-3254.md b/access/Concepts/Miscellaneous/odbccannot-lock-all-recordserror-3254.md
index a3ff8a179cf..9814ea11b44 100644
--- a/access/Concepts/Miscellaneous/odbccannot-lock-all-recordserror-3254.md
+++ b/access/Concepts/Miscellaneous/odbccannot-lock-all-recordserror-3254.md
@@ -14,13 +14,11 @@ ms.date: 06/08/2017
Using an ODBC connection, you tried to lock all of the records in an ODBC database.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbcconnection-to-name-failederror-3151.md b/access/Concepts/Miscellaneous/odbcconnection-to-name-failederror-3151.md
index 7c135b2bc95..07d0e13fe82 100644
--- a/access/Concepts/Miscellaneous/odbcconnection-to-name-failederror-3151.md
+++ b/access/Concepts/Miscellaneous/odbcconnection-to-name-failederror-3151.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The ODBC connection to the specified ODBC database or table could not be made. If the ODBC database is accessed via a network connection, make sure the network is available, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbcconnectstr-property.md b/access/Concepts/Miscellaneous/odbcconnectstr-property.md
index 07fdf9112f7..59253e1f235 100644
--- a/access/Concepts/Miscellaneous/odbcconnectstr-property.md
+++ b/access/Concepts/Miscellaneous/odbcconnectstr-property.md
@@ -44,7 +44,7 @@ ODBC;DSN=Human Resources;SERVER=HRSRVR;UID=Smith;PWD=Sesame;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbccould-not-create-tableerror-3232.md b/access/Concepts/Miscellaneous/odbccould-not-create-tableerror-3232.md
index 23b9758ea43..4c491d85236 100644
--- a/access/Concepts/Miscellaneous/odbccould-not-create-tableerror-3232.md
+++ b/access/Concepts/Miscellaneous/odbccould-not-create-tableerror-3232.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to export a table to an ODBC database and the table could not be created. This error can occur if the ODBC database is read-only, or you do not have permission to create a table in that database. Resolve the read-only condition, or see your system administrator or the person who created the database to obtain the necessary permissions.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbccould-not-find-dll-nameerror-3154.md b/access/Concepts/Miscellaneous/odbccould-not-find-dll-nameerror-3154.md
index 7bd307a49e4..36cf067bfac 100644
--- a/access/Concepts/Miscellaneous/odbccould-not-find-dll-nameerror-3154.md
+++ b/access/Concepts/Miscellaneous/odbccould-not-find-dll-nameerror-3154.md
@@ -25,13 +25,11 @@ Possible causes:
- The DLL file was not installed properly. Reinstall the ODBC driver, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/odbcdata-out-of-rangeerror-3238.md b/access/Concepts/Miscellaneous/odbcdata-out-of-rangeerror-3238.md
index a5d53c7d023..fdceb9ac2db 100644
--- a/access/Concepts/Miscellaneous/odbcdata-out-of-rangeerror-3238.md
+++ b/access/Concepts/Miscellaneous/odbcdata-out-of-rangeerror-3238.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Using an ODBC connection, you tried to read from or write to an ODBC database, and the data is not within the prescribed limits.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbcdata-type-not-supported-on-servererror-3235.md b/access/Concepts/Miscellaneous/odbcdata-type-not-supported-on-servererror-3235.md
index 4352c543b82..5bfdb5609b9 100644
--- a/access/Concepts/Miscellaneous/odbcdata-type-not-supported-on-servererror-3235.md
+++ b/access/Concepts/Miscellaneous/odbcdata-type-not-supported-on-servererror-3235.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The ODBC server does not support the same SQL data types as the database engine or your application. The data has not been placed on the server.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbcdelete-on-a-linked-table-table-failederror-3156.md b/access/Concepts/Miscellaneous/odbcdelete-on-a-linked-table-table-failederror-3156.md
index 5cc9a59c8ca..1d1ec6914dc 100644
--- a/access/Concepts/Miscellaneous/odbcdelete-on-a-linked-table-table-failederror-3156.md
+++ b/access/Concepts/Miscellaneous/odbcdelete-on-a-linked-table-table-failederror-3156.md
@@ -27,13 +27,11 @@ Possible causes:
- The ODBC database is on a network drive and the network is not connected. Make sure the network is available, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbcfield-would-be-too-long-data-truncatederror-3231.md b/access/Concepts/Miscellaneous/odbcfield-would-be-too-long-data-truncatederror-3231.md
index 6f03845dd33..c569092e33f 100644
--- a/access/Concepts/Miscellaneous/odbcfield-would-be-too-long-data-truncatederror-3231.md
+++ b/access/Concepts/Miscellaneous/odbcfield-would-be-too-long-data-truncatederror-3231.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to perform a task on an ODBC data source that would have resulted in a field that is too long. The data has been truncated to the maximum allowable length.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbcinsert-on-a-linked-table-table-failederror-3155.md b/access/Concepts/Miscellaneous/odbcinsert-on-a-linked-table-table-failederror-3155.md
index 32ffc74b704..f66d0f16f10 100644
--- a/access/Concepts/Miscellaneous/odbcinsert-on-a-linked-table-table-failederror-3155.md
+++ b/access/Concepts/Miscellaneous/odbcinsert-on-a-linked-table-table-failederror-3155.md
@@ -27,13 +27,11 @@ Possible causes:
- The ODBC database is on a network drive, and you are not connected to the network. Make sure the network is available, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbclinked-table-definition-has-changederror-3247.md b/access/Concepts/Miscellaneous/odbclinked-table-definition-has-changederror-3247.md
index ec02ee4e8a1..2b9630e5014 100644
--- a/access/Concepts/Miscellaneous/odbclinked-table-definition-has-changederror-3247.md
+++ b/access/Concepts/Miscellaneous/odbclinked-table-definition-has-changederror-3247.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The definition or structure of a linked table changed since you created the link. Delete the link, and then relink the table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbcremote-query-timeout-expirederror-3234.md b/access/Concepts/Miscellaneous/odbcremote-query-timeout-expirederror-3234.md
index b39b3d0b42e..974ae590493 100644
--- a/access/Concepts/Miscellaneous/odbcremote-query-timeout-expirederror-3234.md
+++ b/access/Concepts/Miscellaneous/odbcremote-query-timeout-expirederror-3234.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The ODBC server may not be properly installed, or a required network connection is not active. Try increasing the value of the **QueryTimeout** property.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/odbctimeout-property.md b/access/Concepts/Miscellaneous/odbctimeout-property.md
index e4b16cebda2..94582efa954 100644
--- a/access/Concepts/Miscellaneous/odbctimeout-property.md
+++ b/access/Concepts/Miscellaneous/odbctimeout-property.md
@@ -32,7 +32,7 @@ When you're using an ODBC database, such as Microsoft SQL Server, there may be d
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/odbcupdate-on-a-linked-table-table-failederror-3157.md b/access/Concepts/Miscellaneous/odbcupdate-on-a-linked-table-table-failederror-3157.md
index f2391422a5c..d8402c7a057 100644
--- a/access/Concepts/Miscellaneous/odbcupdate-on-a-linked-table-table-failederror-3157.md
+++ b/access/Concepts/Miscellaneous/odbcupdate-on-a-linked-table-table-failederror-3157.md
@@ -27,13 +27,11 @@ Possible causes:
- The ODBC database is on a network drive and the network is not connected. Make sure the network is available, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/oldconstants-enumeration.md b/access/Concepts/Miscellaneous/oldconstants-enumeration.md
index 5877aedd313..43b3a195269 100644
--- a/access/Concepts/Miscellaneous/oldconstants-enumeration.md
+++ b/access/Concepts/Miscellaneous/oldconstants-enumeration.md
@@ -275,7 +275,7 @@ These constants are provided for backward compatibility with Microsoft Access ve
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/one-of-the-binding-parameters-is-incorrecterror-3645.md b/access/Concepts/Miscellaneous/one-of-the-binding-parameters-is-incorrecterror-3645.md
index 5e1fc083f63..b2591843a80 100644
--- a/access/Concepts/Miscellaneous/one-of-the-binding-parameters-is-incorrecterror-3645.md
+++ b/access/Concepts/Miscellaneous/one-of-the-binding-parameters-is-incorrecterror-3645.md
@@ -21,7 +21,7 @@ Check your binding structure.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/one-of-the-records-in-the-recordset-was-deleted-by-another-processerror-3643.md b/access/Concepts/Miscellaneous/one-of-the-records-in-the-recordset-was-deleted-by-another-processerror-3643.md
index 21d2975195f..3a581c4a804 100644
--- a/access/Concepts/Miscellaneous/one-of-the-records-in-the-recordset-was-deleted-by-another-processerror-3643.md
+++ b/access/Concepts/Miscellaneous/one-of-the-records-in-the-recordset-was-deleted-by-another-processerror-3643.md
@@ -19,7 +19,7 @@ One or more of the records in the **Recordset** was deleted after the query was
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/one-or-more-values-are-prohibited-by-the-validation-rule-rule-set-for-nameenter.md b/access/Concepts/Miscellaneous/one-or-more-values-are-prohibited-by-the-validation-rule-rule-set-for-nameenter.md
index 7cebb6e190e..133e3945051 100644
--- a/access/Concepts/Miscellaneous/one-or-more-values-are-prohibited-by-the-validation-rule-rule-set-for-nameenter.md
+++ b/access/Concepts/Miscellaneous/one-or-more-values-are-prohibited-by-the-validation-rule-rule-set-for-nameenter.md
@@ -14,7 +14,7 @@ The **ValidationRule** property for this field contains an expression that limi
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/only-simple-select-queries-are-allowed-in-viewserror-3766.md b/access/Concepts/Miscellaneous/only-simple-select-queries-are-allowed-in-viewserror-3766.md
index 54154d4fe78..057cd1458dc 100644
--- a/access/Concepts/Miscellaneous/only-simple-select-queries-are-allowed-in-viewserror-3766.md
+++ b/access/Concepts/Miscellaneous/only-simple-select-queries-are-allowed-in-viewserror-3766.md
@@ -19,7 +19,7 @@ This error occurs when trying to create a view from SQL DDL. This error occurs w
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/operation-canceled-by-usererror-3059.md b/access/Concepts/Miscellaneous/operation-canceled-by-usererror-3059.md
index 91ad070edd2..eedf5264b56 100644
--- a/access/Concepts/Miscellaneous/operation-canceled-by-usererror-3059.md
+++ b/access/Concepts/Miscellaneous/operation-canceled-by-usererror-3059.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You stopped the operation before its normal completion. Some data changes may not have been saved.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/operation-invalid-without-a-current-indexerror-3019.md b/access/Concepts/Miscellaneous/operation-invalid-without-a-current-indexerror-3019.md
index a95e65e72cf..4d47a8dc905 100644
--- a/access/Concepts/Miscellaneous/operation-invalid-without-a-current-indexerror-3019.md
+++ b/access/Concepts/Miscellaneous/operation-invalid-without-a-current-indexerror-3019.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Set the **Index**, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/operation-is-not-supported-for-this-type-of-objecterror-3251.md b/access/Concepts/Miscellaneous/operation-is-not-supported-for-this-type-of-objecterror-3251.md
index 08c1280caf2..f3208e60c32 100644
--- a/access/Concepts/Miscellaneous/operation-is-not-supported-for-this-type-of-objecterror-3251.md
+++ b/access/Concepts/Miscellaneous/operation-is-not-supported-for-this-type-of-objecterror-3251.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You were attempting to execute a method or assign a value to a property that is usually valid for the object, but is not supported in this specific instance. For example, the **Edit** method is generally valid for **Recordset** objects, but not for a snapshot-type **Recordset**. This error could also occur in cases where the operation is not permitted due to the type or status of the object — as when trying to use the **MovePrevious** method on a forward-only-type **Recordset**. Some operations are also not supported, depending on if you are accessing a Microsoft Access database engine or an ODBC data source.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/operation-must-use-an-updatable-queryerror-3073.md b/access/Concepts/Miscellaneous/operation-must-use-an-updatable-queryerror-3073.md
index e6d6d02028d..2d7eddc8063 100644
--- a/access/Concepts/Miscellaneous/operation-must-use-an-updatable-queryerror-3073.md
+++ b/access/Concepts/Miscellaneous/operation-must-use-an-updatable-queryerror-3073.md
@@ -41,13 +41,11 @@ Close the database, resolve the read-only condition, and then reopen it for read
- You do not have permission to make changes to the query. To change your permission assignments, see your system administrator or the query's creator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-in-transactionserror-3246.md b/access/Concepts/Miscellaneous/operation-not-supported-in-transactionserror-3246.md
index 4fff63ffe31..415e9e15935 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-in-transactionserror-3246.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-in-transactionserror-3246.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to perform an operation that is not valid within a transaction. A transaction can be one you create using a **BeginTrans** statements, or an internal transaction created by the Microsoft Access database engine, such as when you delete multiple records in a single operation.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-on-a-paradox-table-with-no-primary-keyerror-3207.md b/access/Concepts/Miscellaneous/operation-not-supported-on-a-paradox-table-with-no-primary-keyerror-3207.md
index 063cb67de4f..51b5326a5a1 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-on-a-paradox-table-with-no-primary-keyerror-3207.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-on-a-paradox-table-with-no-primary-keyerror-3207.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Run the application that created the table, and add a primary key. Then, try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-on-a-table-that-contains-dataerror-3282.md b/access/Concepts/Miscellaneous/operation-not-supported-on-a-table-that-contains-dataerror-3282.md
index c31e67008fd..9a5873c242f 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-on-a-table-that-contains-dataerror-3282.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-on-a-table-that-contains-dataerror-3282.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You cannot add a field or create an index on a linked table that contains data. Once a table is populated with data, you cannot change the table design or indexes. Create a new table with the altered design and transfer the data to it using an action query.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-on-linked-tableserror-3057.md b/access/Concepts/Miscellaneous/operation-not-supported-on-linked-tableserror-3057.md
index d0151e14fd1..8f6426c4640 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-on-linked-tableserror-3057.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-on-linked-tableserror-3057.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Import data from the table, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/operation-not-supported-on-replicable-databases-that-have-not-been-converted-to.md b/access/Concepts/Miscellaneous/operation-not-supported-on-replicable-databases-that-have-not-been-converted-to.md
index 593aa8c05c2..17023e30ba8 100644
--- a/access/Concepts/Miscellaneous/operation-not-supported-on-replicable-databases-that-have-not-been-converted-to.md
+++ b/access/Concepts/Miscellaneous/operation-not-supported-on-replicable-databases-that-have-not-been-converted-to.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This replica was created with a previous version of Microsoft Jet. To execute any replication operations you must first compact/convert your replica set.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-distincterror-3093.md b/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-distincterror-3093.md
index ccd38f45def..010a747b199 100644
--- a/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-distincterror-3093.md
+++ b/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-distincterror-3093.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You created an SQL statement with an ALL, DISTINCT, or DISTINCTROW predicate and an ORDER BY clause that contains a field not listed in the SELECT statement. Remove the DISTINCT reserved word, or remove the specified field from the ORDER BY clause.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-group-by-clauseerror-3094.md b/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-group-by-clauseerror-3094.md
index 5908a3586bd..0aebe8c30d7 100644
--- a/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-group-by-clauseerror-3094.md
+++ b/access/Concepts/Miscellaneous/order-by-clause-clause-conflicts-with-group-by-clauseerror-3094.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error can occur when you create a select query and specify grouped fields after sorted fields that are not grouped. For example, you created an SQL statement with the specified field out of sequence in the ORDER BY clause. Move the specified field to the left of the ungrouped fields, or remove the specified field from the ORDER BY clause.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/out-of-date-paradox-lock-fileerror-3230.md b/access/Concepts/Miscellaneous/out-of-date-paradox-lock-fileerror-3230.md
index d2f0b905c7a..06ecb8fd3eb 100644
--- a/access/Concepts/Miscellaneous/out-of-date-paradox-lock-fileerror-3230.md
+++ b/access/Concepts/Miscellaneous/out-of-date-paradox-lock-fileerror-3230.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to use a Paradox table, but the table's associated lock (.lck) file is outdated. Delete the .lck file and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/out-of-memory-during-calculationerror-2446.md b/access/Concepts/Miscellaneous/out-of-memory-during-calculationerror-2446.md
index 5a9281358c6..5a4f5ad79ee 100644
--- a/access/Concepts/Miscellaneous/out-of-memory-during-calculationerror-2446.md
+++ b/access/Concepts/Miscellaneous/out-of-memory-during-calculationerror-2446.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The application does not have enough memory to complete the calculation. Make sure you have enough RAM and an established swap file. You may need to terminate other programs, remove desktop wallpaper bitmaps, or remove unneeded device drivers to recover enough memory.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/out-of-memorycould-not-complete-operation.md b/access/Concepts/Miscellaneous/out-of-memorycould-not-complete-operation.md
index a754dcb2687..ff57f53d189 100644
--- a/access/Concepts/Miscellaneous/out-of-memorycould-not-complete-operation.md
+++ b/access/Concepts/Miscellaneous/out-of-memorycould-not-complete-operation.md
@@ -22,7 +22,7 @@ Close unused applications. If the problem persists, restart your computer.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/out-of-ms-dos-file-handleserror-3042.md b/access/Concepts/Miscellaneous/out-of-ms-dos-file-handleserror-3042.md
index 2c4fcf5b376..64834417945 100644
--- a/access/Concepts/Miscellaneous/out-of-ms-dos-file-handleserror-3042.md
+++ b/access/Concepts/Miscellaneous/out-of-ms-dos-file-handleserror-3042.md
@@ -29,13 +29,11 @@ To increase the number of file handles
4. Reboot your system, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/outputallfields-property.md b/access/Concepts/Miscellaneous/outputallfields-property.md
index 1b3c9f44b8e..393eb9e79ab 100644
--- a/access/Concepts/Miscellaneous/outputallfields-property.md
+++ b/access/Concepts/Miscellaneous/outputallfields-property.md
@@ -45,7 +45,7 @@ When you save a filter as a query, Microsoft Access sets the **OutputAllFields**
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/paradox-index-is-not-primaryerror-3288.md b/access/Concepts/Miscellaneous/paradox-index-is-not-primaryerror-3288.md
index 4765793399f..8001d973e9b 100644
--- a/access/Concepts/Miscellaneous/paradox-index-is-not-primaryerror-3288.md
+++ b/access/Concepts/Miscellaneous/paradox-index-is-not-primaryerror-3288.md
@@ -25,13 +25,11 @@ Possible solutions:
- If the index you are attempting to create is not the primary index, create the primary index first.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/parameter-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/parameter-ado-for-visual-c-plus-plus-syntax.md
index 1ebb837974a..c6edb5dc118 100644
--- a/access/Concepts/Miscellaneous/parameter-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/parameter-ado-for-visual-c-plus-plus-syntax.md
@@ -20,7 +20,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/parameter-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/parameter-ado-wfc-syntax.md
index f15820457a1..174c296639f 100644
--- a/access/Concepts/Miscellaneous/parameter-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/parameter-ado-wfc-syntax.md
@@ -91,7 +91,7 @@ public void setNull()
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/parameter-has-no-default-valueerror-3747.md b/access/Concepts/Miscellaneous/parameter-has-no-default-valueerror-3747.md
index 6bd401d9ac0..f82697b1136 100644
--- a/access/Concepts/Miscellaneous/parameter-has-no-default-valueerror-3747.md
+++ b/access/Concepts/Miscellaneous/parameter-has-no-default-valueerror-3747.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when using procedures. It occurs when a default value is trying to be utilized and the parameter does not have a defined default value. To prevent this error message, define a default value on the procedure, or pass in a value to the parameter.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/parameter-name-has-no-default-valueerror-3748.md b/access/Concepts/Miscellaneous/parameter-name-has-no-default-valueerror-3748.md
index 2d9b4a9af7c..8f161e833b7 100644
--- a/access/Concepts/Miscellaneous/parameter-name-has-no-default-valueerror-3748.md
+++ b/access/Concepts/Miscellaneous/parameter-name-has-no-default-valueerror-3748.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This occurs when using procedures. It occurs when a default value is trying to be utilized and the parameter does not have a defined default value. To prevent this error message, define a default value on the procedure, or pass in a value to the parameter.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/parameter-name-is-invalid-because-it-is-too-long-or-contains-invalid-characterse.md b/access/Concepts/Miscellaneous/parameter-name-is-invalid-because-it-is-too-long-or-contains-invalid-characterse.md
index 8451976ac80..f838bbdd597 100644
--- a/access/Concepts/Miscellaneous/parameter-name-is-invalid-because-it-is-too-long-or-contains-invalid-characterse.md
+++ b/access/Concepts/Miscellaneous/parameter-name-is-invalid-because-it-is-too-long-or-contains-invalid-characterse.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The parameter name is too long or contains invalid characters. Correct the name, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/parameter-name-specified-where-a-database-name-is-requirederror-3217.md b/access/Concepts/Miscellaneous/parameter-name-specified-where-a-database-name-is-requirederror-3217.md
index a87c1255d02..3bcb07af81b 100644
--- a/access/Concepts/Miscellaneous/parameter-name-specified-where-a-database-name-is-requirederror-3217.md
+++ b/access/Concepts/Miscellaneous/parameter-name-specified-where-a-database-name-is-requirederror-3217.md
@@ -29,13 +29,12 @@ FROM Customers IN Param1;
`Param1` is a text parameter, but the FROM clause requires a database parameter.
Change the parameter type from Text to Database, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/parameter-name-specified-where-a-table-name-is-requirederror-3216.md b/access/Concepts/Miscellaneous/parameter-name-specified-where-a-table-name-is-requirederror-3216.md
index eadf6e27781..659bfb1f4f0 100644
--- a/access/Concepts/Miscellaneous/parameter-name-specified-where-a-table-name-is-requirederror-3216.md
+++ b/access/Concepts/Miscellaneous/parameter-name-specified-where-a-table-name-is-requirederror-3216.md
@@ -31,13 +31,12 @@ FROM Customers;
`Param1` is a text parameter, but the INSERT INTO statement expects a table name.
Change the parameter type from Text to TableID, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/parameter-query.md b/access/Concepts/Miscellaneous/parameter-query.md
index 6bfc86a1635..3011f2cec53 100644
--- a/access/Concepts/Miscellaneous/parameter-query.md
+++ b/access/Concepts/Miscellaneous/parameter-query.md
@@ -19,7 +19,7 @@ A parameter query, which is a type of select query, extends the flexibility of a
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/parameter-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/parameter-visual-c-plus-plus-syntax-index-with-import.md
index 3bf5df18310..a299d529232 100644
--- a/access/Concepts/Miscellaneous/parameter-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/parameter-visual-c-plus-plus-syntax-index-with-import.md
@@ -60,7 +60,7 @@ __declspec(property(get=GetValue,put=PutValue)) _variant_t Invalid DDUE based on
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/partner-replica-is-not-managed-by-a-synchronizererror-3628.md b/access/Concepts/Miscellaneous/partner-replica-is-not-managed-by-a-synchronizererror-3628.md
index 3200480f1b3..b60ed18da43 100644
--- a/access/Concepts/Miscellaneous/partner-replica-is-not-managed-by-a-synchronizererror-3628.md
+++ b/access/Concepts/Miscellaneous/partner-replica-is-not-managed-by-a-synchronizererror-3628.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are trying to synchronize with a partner replica that is not being managed by a Synchronizer.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/pass-through-query-must-contain-at-least-one-charactererror-3359.md b/access/Concepts/Miscellaneous/pass-through-query-must-contain-at-least-one-charactererror-3359.md
index f0aefccf9f3..2d1c0a5fdcd 100644
--- a/access/Concepts/Miscellaneous/pass-through-query-must-contain-at-least-one-charactererror-3359.md
+++ b/access/Concepts/Miscellaneous/pass-through-query-must-contain-at-least-one-charactererror-3359.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The SQL string of a pass-through query must contain at least one character.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/pass-through-query-with-returnsrecords-property-set-to-true-did-not-return-any-r.md b/access/Concepts/Miscellaneous/pass-through-query-with-returnsrecords-property-set-to-true-did-not-return-any-r.md
index 335d7419bc7..a98d4e61651 100644
--- a/access/Concepts/Miscellaneous/pass-through-query-with-returnsrecords-property-set-to-true-did-not-return-any-r.md
+++ b/access/Concepts/Miscellaneous/pass-through-query-with-returnsrecords-property-set-to-true-did-not-return-any-r.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
A pass-through query did not return any records even though the **ReturnsRecords** property is set to **True**. If a pass-through query does not return records, set the **ReturnsRecords** property to **False**.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/path-is-not-a-valid-path-make-sure-that-the-path-name-is-spelled-correctly-and-t.md b/access/Concepts/Miscellaneous/path-is-not-a-valid-path-make-sure-that-the-path-name-is-spelled-correctly-and-t.md
index 423cb023a6b..37a9d203b25 100644
--- a/access/Concepts/Miscellaneous/path-is-not-a-valid-path-make-sure-that-the-path-name-is-spelled-correctly-and-t.md
+++ b/access/Concepts/Miscellaneous/path-is-not-a-valid-path-make-sure-that-the-path-name-is-spelled-correctly-and-t.md
@@ -24,13 +24,11 @@ Possible causes:
- The specified file is on a network drive and you are not connected to that drive. Make sure the network is available, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/primary-key-already-existserror-3283.md b/access/Concepts/Miscellaneous/primary-key-already-existserror-3283.md
index 966cfc21ce4..8ab77981443 100644
--- a/access/Concepts/Miscellaneous/primary-key-already-existserror-3283.md
+++ b/access/Concepts/Miscellaneous/primary-key-already-existserror-3283.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are attempting to define a second primary key for this table. Each table can have only one primary key. Remove the reference to the second primary key.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/primary-property.md b/access/Concepts/Miscellaneous/primary-property.md
index 67f055394a0..44a235d193a 100644
--- a/access/Concepts/Miscellaneous/primary-property.md
+++ b/access/Concepts/Miscellaneous/primary-property.md
@@ -45,7 +45,7 @@ A table with no primary key can't be used in a relationship and can be slower to
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/process-stopped-when-attempting-to-terminate-synchronizer-clienterror-3542.md b/access/Concepts/Miscellaneous/process-stopped-when-attempting-to-terminate-synchronizer-clienterror-3542.md
index cadab5bdf21..a8bbe2c689d 100644
--- a/access/Concepts/Miscellaneous/process-stopped-when-attempting-to-terminate-synchronizer-clienterror-3542.md
+++ b/access/Concepts/Miscellaneous/process-stopped-when-attempting-to-terminate-synchronizer-clienterror-3542.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/property-can-be-set-only-when-the-field-is-part-of-a-recordset-object-s-fields-c.md b/access/Concepts/Miscellaneous/property-can-be-set-only-when-the-field-is-part-of-a-recordset-object-s-fields-c.md
index d4c8beb10e5..201cac173b0 100644
--- a/access/Concepts/Miscellaneous/property-can-be-set-only-when-the-field-is-part-of-a-recordset-object-s-fields-c.md
+++ b/access/Concepts/Miscellaneous/property-can-be-set-only-when-the-field-is-part-of-a-recordset-object-s-fields-c.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This property is valid only for **Field** objects that are part of a **Recordset** object's **Fields** collection. See the **Field** Object, **Fields** Collection Summary for a list of properties available for different **Fields** collections.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/property-name-must-be-set-before-using-this-methoderror-3386.md b/access/Concepts/Miscellaneous/property-name-must-be-set-before-using-this-methoderror-3386.md
index ce496febe60..3f31ee0cfdc 100644
--- a/access/Concepts/Miscellaneous/property-name-must-be-set-before-using-this-methoderror-3386.md
+++ b/access/Concepts/Miscellaneous/property-name-must-be-set-before-using-this-methoderror-3386.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to append a new **Property** object to a collection without first setting all of the new object's properties: **Value**, **Type**, and **Name**.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/property-not-founderror-3270.md b/access/Concepts/Miscellaneous/property-not-founderror-3270.md
index c51f6a69bc1..2b05e6b7501 100644
--- a/access/Concepts/Miscellaneous/property-not-founderror-3270.md
+++ b/access/Concepts/Miscellaneous/property-not-founderror-3270.md
@@ -27,13 +27,11 @@ Possible causes:
- You do not have adequate permissions to create a list on the specified Microsoft SharePoint Foundation site.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/property-setting-cannot-be-larger-than-2kerror-3309.md b/access/Concepts/Miscellaneous/property-setting-cannot-be-larger-than-2kerror-3309.md
index 5ae3f5938e7..d158c2c841d 100644
--- a/access/Concepts/Miscellaneous/property-setting-cannot-be-larger-than-2kerror-3309.md
+++ b/access/Concepts/Miscellaneous/property-setting-cannot-be-larger-than-2kerror-3309.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are trying to set a property value of an object to a size greater than the largest permissible size of 2K. Shorten the length of the property value.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/property-specified-already-existserror-3311.md b/access/Concepts/Miscellaneous/property-specified-already-existserror-3311.md
index ed0b95d916f..3099d89e551 100644
--- a/access/Concepts/Miscellaneous/property-specified-already-existserror-3311.md
+++ b/access/Concepts/Miscellaneous/property-specified-already-existserror-3311.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to append a new **Property** object to a collection that contains a property of the same name. Check to see whether you have misspelled the new **Property** object's **Name** property, or refer to the Help topic for the existing property of the same name to see whether you need to create a new **Property** object.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/property-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/property-visual-c-plus-plus-syntax-index-with-import.md
index decbf8e3653..ea216857723 100644
--- a/access/Concepts/Miscellaneous/property-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/property-visual-c-plus-plus-syntax-index-with-import.md
@@ -32,7 +32,7 @@ __declspec(property(get=GetValue,put=PutValue)) _variant_t Invalid DDUE based on
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/query-cannot-contain-a-database-parametererror-3222.md b/access/Concepts/Miscellaneous/query-cannot-contain-a-database-parametererror-3222.md
index a4b96056ee1..63c8a89f8f6 100644
--- a/access/Concepts/Miscellaneous/query-cannot-contain-a-database-parametererror-3222.md
+++ b/access/Concepts/Miscellaneous/query-cannot-contain-a-database-parametererror-3222.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Change the parameter field data type for this parameter query to a valid field data type, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/query-field.md b/access/Concepts/Miscellaneous/query-field.md
index c2c32c2c358..34e6a3f13c6 100644
--- a/access/Concepts/Miscellaneous/query-field.md
+++ b/access/Concepts/Miscellaneous/query-field.md
@@ -19,7 +19,7 @@ You can set the properties for query fields within the Field Properties window o
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/query-input-must-contain-at-least-one-table-or-queryerror-3067.md b/access/Concepts/Miscellaneous/query-input-must-contain-at-least-one-table-or-queryerror-3067.md
index eff55d19213..46b0f0fef7c 100644
--- a/access/Concepts/Miscellaneous/query-input-must-contain-at-least-one-table-or-queryerror-3067.md
+++ b/access/Concepts/Miscellaneous/query-input-must-contain-at-least-one-table-or-queryerror-3067.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
In Microsoft Access database engine databases, this error occurs if you do not select a table name when you create a query. Select at least one table or query.
In ODBCDirect databases, this error occurs if you attempt to execute a query that does not contain an SQL statement. Include at least one query or stored procedure call in the **QueryDef** object's **SQL** property.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/query-is-too-complexerror-3360.md b/access/Concepts/Miscellaneous/query-is-too-complexerror-3360.md
index fc0a783c9c4..aabd9e2f0d4 100644
--- a/access/Concepts/Miscellaneous/query-is-too-complexerror-3360.md
+++ b/access/Concepts/Miscellaneous/query-is-too-complexerror-3360.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The query is too complex. Reduce the number of fields in the SELECT clause or the number of subqueries or tables in the join.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/query-must-have-at-least-one-destination-fielderror-3066.md b/access/Concepts/Miscellaneous/query-must-have-at-least-one-destination-fielderror-3066.md
index 60e08b55882..835fa73192a 100644
--- a/access/Concepts/Miscellaneous/query-must-have-at-least-one-destination-fielderror-3066.md
+++ b/access/Concepts/Miscellaneous/query-must-have-at-least-one-destination-fielderror-3066.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs if you do not specify any destination field names when you create a query. Select at least one destination field.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/query-name-contains-an-ambiguous-column-name-that-is-conflicting-with-the-correl.md b/access/Concepts/Miscellaneous/query-name-contains-an-ambiguous-column-name-that-is-conflicting-with-the-correl.md
index 28902677548..ccf0ee4f04c 100644
--- a/access/Concepts/Miscellaneous/query-name-contains-an-ambiguous-column-name-that-is-conflicting-with-the-correl.md
+++ b/access/Concepts/Miscellaneous/query-name-contains-an-ambiguous-column-name-that-is-conflicting-with-the-correl.md
@@ -19,13 +19,12 @@ Either fully qualify the column name or change the correlation (alias) name. A S
This SQL SELECT statement will work when using the Microsoft OLE DB Provider for Jet by itself or through Active Data Objects (ADO). If this SQL SELECT statement is being used through any part of Microsoft Access outside of ADO using Microsoft OLE DB Provider for Jet, you will need to change the correlation (alias) name to something other than the column name in the base table.
An example of this would be the following: CREATE TABLE Orders (OrderDate DATE, Freight DOUBLE);. The following SQL SELECT statement would now return an error: SELECT OrderDate AS A1, Freight + Freight AS OrderDate. The workaround would be to change the correlation (alias) name OrderDate to some other name or to run this query through ADO using the Microsoft OLE DB Provider for Jet.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/query-name-is-corrupterror-3340.md b/access/Concepts/Miscellaneous/query-name-is-corrupterror-3340.md
index 6e439faf06a..18ea21da122 100644
--- a/access/Concepts/Miscellaneous/query-name-is-corrupterror-3340.md
+++ b/access/Concepts/Miscellaneous/query-name-is-corrupterror-3340.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have referenced an undefined query name. Check the queries listed in the **QueryDefs** collection to make sure you referenced a valid query name.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/query-support-unavailableerror-3389.md b/access/Concepts/Miscellaneous/query-support-unavailableerror-3389.md
index 5c3186080df..41f6af1269e 100644
--- a/access/Concepts/Miscellaneous/query-support-unavailableerror-3389.md
+++ b/access/Concepts/Miscellaneous/query-support-unavailableerror-3389.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
You attempted to establish referential integrity on a **Relation** object of a **QueryDef** object, which is not supported.
Change the **Attributes** property setting of the **Relation** object to **dbRelationDontEnforce**.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic-scripting-edition.md b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic-scripting-edition.md
index 03294e4bf50..946118c9307 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic-scripting-edition.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic-scripting-edition.md
@@ -80,7 +80,7 @@ Use the following code examples to learn how to use the RDS objects, methods, an
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic.md b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic.md
index 2112bbd34f3..0dad7c8d0b5 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-basic.md
@@ -27,7 +27,7 @@ Use the following code examples to learn how to use RDS properties when writing
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-c-plus-plus.md b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-c-plus-plus.md
index c7505310711..72ba8b72fc2 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-c-plus-plus.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-c-plus-plus.md
@@ -24,7 +24,7 @@ Use the following code examples to learn how to use RDS properties when writing
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-j-plus-plus.md b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-j-plus-plus.md
index 60cead238db..cce19a204f2 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-j-plus-plus.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples-in-microsoft-visual-j-plus-plus.md
@@ -24,7 +24,7 @@ Use the following code examples to learn how to use RDS properties when writing
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/rds-code-examples.md b/access/Concepts/Miscellaneous/rds-code-examples.md
index 2b1332f420b..e70f5e750a6 100644
--- a/access/Concepts/Miscellaneous/rds-code-examples.md
+++ b/access/Concepts/Miscellaneous/rds-code-examples.md
@@ -28,7 +28,7 @@ Use the following code examples to learn how to use the RDS objects, methods, pr
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/readystate-property-example-vbscript.md b/access/Concepts/Miscellaneous/readystate-property-example-vbscript.md
index 0b80940a4f1..3bcc799f290 100644
--- a/access/Concepts/Miscellaneous/readystate-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/readystate-property-example-vbscript.md
@@ -59,7 +59,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/record-ado-for-visual-c-plus-plus-syntax.md
index 73b64cc5469..c0e2ff784c6 100644
--- a/access/Concepts/Miscellaneous/record-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/record-ado-for-visual-c-plus-plus-syntax.md
@@ -20,7 +20,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-in-table-name-was-deleted-by-another-usererror-3329.md b/access/Concepts/Miscellaneous/record-in-table-name-was-deleted-by-another-usererror-3329.md
index 2124a37a299..947357176a7 100644
--- a/access/Concepts/Miscellaneous/record-in-table-name-was-deleted-by-another-usererror-3329.md
+++ b/access/Concepts/Miscellaneous/record-in-table-name-was-deleted-by-another-usererror-3329.md
@@ -19,7 +19,7 @@ The row that you are trying to edit has been deleted by another user. This behav
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/record-is-deletederror-3167.md b/access/Concepts/Miscellaneous/record-is-deletederror-3167.md
index 2da2c7324d5..8e7b4babb32 100644
--- a/access/Concepts/Miscellaneous/record-is-deletederror-3167.md
+++ b/access/Concepts/Miscellaneous/record-is-deletederror-3167.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You referred to a record that you deleted or that another user in a multiuser environment deleted. Move to another record, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/record-is-table-name-is-locked-by-another-usererror-3330.md b/access/Concepts/Miscellaneous/record-is-table-name-is-locked-by-another-usererror-3330.md
index eeb3ade81cb..2f701b052e4 100644
--- a/access/Concepts/Miscellaneous/record-is-table-name-is-locked-by-another-usererror-3330.md
+++ b/access/Concepts/Miscellaneous/record-is-table-name-is-locked-by-another-usererror-3330.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The row or page that you are trying to update is currently locked by another user. The Microsoft Access database engine allows users to have the database opened in a mode that allows for row-level locking. That mode can substantially reduce the number of times this error is generated.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/record-is-too-largeerror-3047.md b/access/Concepts/Miscellaneous/record-is-too-largeerror-3047.md
index 34e06861a95..900f99481d2 100644
--- a/access/Concepts/Miscellaneous/record-is-too-largeerror-3047.md
+++ b/access/Concepts/Miscellaneous/record-is-too-largeerror-3047.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You defined or imported a table with records larger than 4K. This error occurs when you enter data into the record — not when you define the table structure. Redefine the table by making some fields shorter, removing unneeded fields, or moving some fields to other tables.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/record-length-is-too-long-for-an-indexed-paradox-tableerror-3608.md b/access/Concepts/Miscellaneous/record-length-is-too-long-for-an-indexed-paradox-tableerror-3608.md
index ea0dbc29d2f..0cb6073d429 100644
--- a/access/Concepts/Miscellaneous/record-length-is-too-long-for-an-indexed-paradox-tableerror-3608.md
+++ b/access/Concepts/Miscellaneous/record-length-is-too-long-for-an-indexed-paradox-tableerror-3608.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
An indexed Paradox table has a maximum record length of 1350 bytes. Try reducing the size of some Text or Memo fields.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-corresponding-record-on-the-one-sideerror-3363.md b/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-corresponding-record-on-the-one-sideerror-3363.md
index 37f95d824a7..2ca24bd7c71 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-corresponding-record-on-the-one-sideerror-3363.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-corresponding-record-on-the-one-sideerror-3363.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when you edit a stored query or view that contains more than one table. This error could occur if you tried to save a row from a view that was a join between a customer (single) and orders (many) table. If you entered information regarding the order only and did not enter information, such as the primary key value, for the customer table this error would be returned.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-insert-permission-on-nameerror-3107.md b/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-insert-permission-on-nameerror-3107.md
index 585e5e3be4c..1dda42e8fb6 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-insert-permission-on-nameerror-3107.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-added-no-insert-permission-on-nameerror-3107.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You must have insert data permission for the specified table or query to insert data into it. To change your permission assignments, see your system administrator or the table or query's creator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-deleted-no-delete-permission-on-nameerror-3109.md b/access/Concepts/Miscellaneous/record-s-cannot-be-deleted-no-delete-permission-on-nameerror-3109.md
index dc9d060d893..7d084b9030c 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-deleted-no-delete-permission-on-nameerror-3109.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-deleted-no-delete-permission-on-nameerror-3109.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You must have delete permission for the specified table or query in order to delete data. To change your permission assignments, see your system administrator or the table or query's creator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-edited-no-update-permission-on-nameerror-3108.md b/access/Concepts/Miscellaneous/record-s-cannot-be-edited-no-update-permission-on-nameerror-3108.md
index ed39ca2dabb..85c539837ae 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-edited-no-update-permission-on-nameerror-3108.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-edited-no-update-permission-on-nameerror-3108.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You must have update data permission for the specified table or query to replace data in it. To change your permission assignments, see your workgroup administrator or the table or query's creator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/record-s-cannot-be-read-no-read-permission-on-nameerror-3112.md b/access/Concepts/Miscellaneous/record-s-cannot-be-read-no-read-permission-on-nameerror-3112.md
index e0f51714b2d..e8fbb2ff01e 100644
--- a/access/Concepts/Miscellaneous/record-s-cannot-be-read-no-read-permission-on-nameerror-3112.md
+++ b/access/Concepts/Miscellaneous/record-s-cannot-be-read-no-read-permission-on-nameerror-3112.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You must have read permission for the specified table or query to view its data. To change your permission assignments, see your system administrator or the table or query's creator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/record-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/record-visual-c-plus-plus-syntax-index-with-import.md
index d57c92acba9..8a98b1e8357 100644
--- a/access/Concepts/Miscellaneous/record-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/record-visual-c-plus-plus-syntax-index-with-import.md
@@ -68,7 +68,7 @@ __declspec(property(get=GetState)) enum ObjectStateEnum Invalid DDUE based on so
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/records-could-not-be-added-to-exceptions-tableerror-3619.md b/access/Concepts/Miscellaneous/records-could-not-be-added-to-exceptions-tableerror-3619.md
index b263a1eb3fe..4d16745629a 100644
--- a/access/Concepts/Miscellaneous/records-could-not-be-added-to-exceptions-tableerror-3619.md
+++ b/access/Concepts/Miscellaneous/records-could-not-be-added-to-exceptions-tableerror-3619.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
A problem was encountered while importing or exporting to an external file. The import/export driver could not add a row to the error table in the Microsoft Access database to report the problem.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/records-in-table-name-would-have-no-record-on-the-one-sideerror-3333.md b/access/Concepts/Miscellaneous/records-in-table-name-would-have-no-record-on-the-one-sideerror-3333.md
index 89bc32e038a..01aa55f05d8 100644
--- a/access/Concepts/Miscellaneous/records-in-table-name-would-have-no-record-on-the-one-sideerror-3333.md
+++ b/access/Concepts/Miscellaneous/records-in-table-name-would-have-no-record-on-the-one-sideerror-3333.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/recordset-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/recordset-ado-for-visual-c-plus-plus-syntax.md
index 951bc5abccb..7df3083e7f6 100644
--- a/access/Concepts/Miscellaneous/recordset-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/recordset-ado-for-visual-c-plus-plus-syntax.md
@@ -83,7 +83,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/recordset-ado-wfc-syntax.md b/access/Concepts/Miscellaneous/recordset-ado-wfc-syntax.md
index 163d581c621..e52e2e49085 100644
--- a/access/Concepts/Miscellaneous/recordset-ado-wfc-syntax.md
+++ b/access/Concepts/Miscellaneous/recordset-ado-wfc-syntax.md
@@ -157,7 +157,7 @@ public void removeOnWillMove(RecordsetEventHandler handler )
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md b/access/Concepts/Miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md
index 8dbc4c43b36..ec7260be57b 100644
--- a/access/Concepts/Miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md
@@ -65,7 +65,7 @@ End Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md
index fdac3f2812a..8cc66aeb1a3 100644
--- a/access/Concepts/Miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md
@@ -192,7 +192,7 @@ __declspec(property(get=GetStayInSync,put=PutStayInSync)) VARIANT_BOOL
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md
index fde45000d8a..b825a99a472 100644
--- a/access/Concepts/Miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md
@@ -56,7 +56,7 @@ HRESULT Invalid DDUE based on source, error:link not allowed in code, link filen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Maintenance/recover-tables-deleted-from-a-database.md b/access/Concepts/Miscellaneous/recover-tables-deleted-from-a-database.md
similarity index 89%
rename from access/Concepts/Maintenance/recover-tables-deleted-from-a-database.md
rename to access/Concepts/Miscellaneous/recover-tables-deleted-from-a-database.md
index 0f94036ecf2..0d41574811b 100644
--- a/access/Concepts/Maintenance/recover-tables-deleted-from-a-database.md
+++ b/access/Concepts/Miscellaneous/recover-tables-deleted-from-a-database.md
@@ -1,30 +1,26 @@
---
-title: Recover Tables Deleted from a Database
+title: Recover tables deleted from a database
ms.prod: access
ms.assetid: 4d370adb-741f-269d-8def-bccec1f335f1
-ms.date: 06/08/2017
+ms.date: 09/25/2018
---
-# Recover Tables Deleted from a Database
+# Recover tables deleted from a database
This topic shows how to create a sample Visual Basic for Applications (VBA) function that you can use to recover tables deleted from an Access database under the following conditions:
-
- The database has not been closed since the tables were deleted.
- The database has not been compacted since the tables were deleted.
-- The tables were deleted using the Access user interface.
+- The tables were deleted by using the Access user interface.
- The table does not contain any multivalue or Attachment fields.
Paste the following procedure into a standard module.
-
-
-
```vb
Sub RecoverDeletedTable()
On Error GoTo ExitHere
diff --git a/access/Concepts/Miscellaneous/recovered-replicable-dataerror-3711.md b/access/Concepts/Miscellaneous/recovered-replicable-dataerror-3711.md
index cac6dae85ca..e8d1208aeb3 100644
--- a/access/Concepts/Miscellaneous/recovered-replicable-dataerror-3711.md
+++ b/access/Concepts/Miscellaneous/recovered-replicable-dataerror-3711.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
When a replica is recovered, any new records that existed in the corrupted replica are added to the conflict table of the recovered replica. This ensures that the data can be reviewed before it is reinserted.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/refresh-method-example-vbscript.md b/access/Concepts/Miscellaneous/refresh-method-example-vbscript.md
index a0ad3536b13..b37e00fed75 100644
--- a/access/Concepts/Miscellaneous/refresh-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/refresh-method-example-vbscript.md
@@ -92,7 +92,7 @@ RDC.RefreshEnd Sub
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/registering-a-custom-business-object.md b/access/Concepts/Miscellaneous/registering-a-custom-business-object.md
index 951157720c5..92dc717b3a0 100644
--- a/access/Concepts/Miscellaneous/registering-a-custom-business-object.md
+++ b/access/Concepts/Miscellaneous/registering-a-custom-business-object.md
@@ -30,7 +30,7 @@ To successfully launch a custom business object (.dll or .exe) through the Web s
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/relationship-must-be-on-the-same-number-of-fields-with-the-same-data-typeserror.md b/access/Concepts/Miscellaneous/relationship-must-be-on-the-same-number-of-fields-with-the-same-data-typeserror.md
index 55224792cc6..2ad4ac5b84b 100644
--- a/access/Concepts/Miscellaneous/relationship-must-be-on-the-same-number-of-fields-with-the-same-data-typeserror.md
+++ b/access/Concepts/Miscellaneous/relationship-must-be-on-the-same-number-of-fields-with-the-same-data-typeserror.md
@@ -19,7 +19,7 @@ The CONSTRAINT clause you are using to create a relationship includes a differen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/relationship-name-is-unenforcederror-3659.md b/access/Concepts/Miscellaneous/relationship-name-is-unenforcederror-3659.md
index 17fb37bfa5e..e35abdb36f8 100644
--- a/access/Concepts/Miscellaneous/relationship-name-is-unenforcederror-3659.md
+++ b/access/Concepts/Miscellaneous/relationship-name-is-unenforcederror-3659.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to apply a filter in a partial replica on a table where a relationship that is not enforced exists. Enforce the relationship at the Design Master, and then re-attempt to apply the filter and re-populate the partial replica.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/remote-synchronizer-is-not-configured-for-remote-synchronizationerror-3632.md b/access/Concepts/Miscellaneous/remote-synchronizer-is-not-configured-for-remote-synchronizationerror-3632.md
index e398fcf7d00..70528ea1bf9 100644
--- a/access/Concepts/Miscellaneous/remote-synchronizer-is-not-configured-for-remote-synchronizationerror-3632.md
+++ b/access/Concepts/Miscellaneous/remote-synchronizer-is-not-configured-for-remote-synchronizationerror-3632.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This remote Synchronizer is not configured to perform remote synchronization.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/repaintobject-showallrecords-requery-and-refresh-action-method-comparison.md b/access/Concepts/Miscellaneous/repaintobject-showallrecords-requery-and-refresh-action-method-comparison.md
index 69f6d8d549f..b1adc4e002f 100644
--- a/access/Concepts/Miscellaneous/repaintobject-showallrecords-requery-and-refresh-action-method-comparison.md
+++ b/access/Concepts/Miscellaneous/repaintobject-showallrecords-requery-and-refresh-action-method-comparison.md
@@ -33,7 +33,7 @@ The following table provides a brief comparison of the RepaintObject action, **
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/replica-has-not-been-synchronized-within-the-replica-set-retention-perioderror-3.md b/access/Concepts/Miscellaneous/replica-has-not-been-synchronized-within-the-replica-set-retention-perioderror-3.md
index 5adcaedf916..808d822c544 100644
--- a/access/Concepts/Miscellaneous/replica-has-not-been-synchronized-within-the-replica-set-retention-perioderror-3.md
+++ b/access/Concepts/Miscellaneous/replica-has-not-been-synchronized-within-the-replica-set-retention-perioderror-3.md
@@ -19,7 +19,7 @@ If the retention period expires for a replica, you cannot synchronize changes be
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/replication-manager-cannot-find-the-exchangeid-in-the-msysexchangelog-tableerror.md b/access/Concepts/Miscellaneous/replication-manager-cannot-find-the-exchangeid-in-the-msysexchangelog-tableerror.md
index 89ad3da7756..00cf9dd15ba 100644
--- a/access/Concepts/Miscellaneous/replication-manager-cannot-find-the-exchangeid-in-the-msysexchangelog-tableerror.md
+++ b/access/Concepts/Miscellaneous/replication-manager-cannot-find-the-exchangeid-in-the-msysexchangelog-tableerror.md
@@ -19,7 +19,7 @@ This is an unexpected error. Please contact Microsoft Product Support Services f
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/report-section.md b/access/Concepts/Miscellaneous/report-section.md
index 1bd757bae17..43077dbcc31 100644
--- a/access/Concepts/Miscellaneous/report-section.md
+++ b/access/Concepts/Miscellaneous/report-section.md
@@ -21,7 +21,7 @@ You can set report section properties that are attributes of a report which affe
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/requested-exchange-failed-because-descriptionerror-3660.md b/access/Concepts/Miscellaneous/requested-exchange-failed-because-descriptionerror-3660.md
index 53dd6b6cb0f..da2f787e0fb 100644
--- a/access/Concepts/Miscellaneous/requested-exchange-failed-because-descriptionerror-3660.md
+++ b/access/Concepts/Miscellaneous/requested-exchange-failed-because-descriptionerror-3660.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
For details about why the exchange failed, look in the exchange history. If you are using Replication Manager, you can view the exchange history by right clicking on the replicated object. You can also view the replication history with the **Synchronization History** command on the **View** menu.
If you are conducting replication with Microsoft Access, you can open the exchange history table in Datasheet view to see the exchange history. The exchange history table is a hidden object. Display it in the Database window by selecting the **System Objects** check box on the **View** tab of the **Options** dialog box, which is available by clicking **Options** on the **Tools** menu.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/requested-exchange-failed-because-nameerror-3661.md b/access/Concepts/Miscellaneous/requested-exchange-failed-because-nameerror-3661.md
index ae42e78586d..1a1de45c471 100644
--- a/access/Concepts/Miscellaneous/requested-exchange-failed-because-nameerror-3661.md
+++ b/access/Concepts/Miscellaneous/requested-exchange-failed-because-nameerror-3661.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The exchange has been cancelled.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/requested-page-locking-but-db-is-in-row-lock-modeerror-3752.md b/access/Concepts/Miscellaneous/requested-page-locking-but-db-is-in-row-lock-modeerror-3752.md
index 516cf3245e5..4d769a26d4c 100644
--- a/access/Concepts/Miscellaneous/requested-page-locking-but-db-is-in-row-lock-modeerror-3752.md
+++ b/access/Concepts/Miscellaneous/requested-page-locking-but-db-is-in-row-lock-modeerror-3752.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when a user specifies that the database open in page locking only mode, but another user already has the database opened in row/page locking mode.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/requested-row-locking-but-db-is-in-page-lock-modeerror-3751.md b/access/Concepts/Miscellaneous/requested-row-locking-but-db-is-in-page-lock-modeerror-3751.md
index 9e892709c90..417d6824121 100644
--- a/access/Concepts/Miscellaneous/requested-row-locking-but-db-is-in-page-lock-modeerror-3751.md
+++ b/access/Concepts/Miscellaneous/requested-row-locking-but-db-is-in-page-lock-modeerror-3751.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when a user specifies that the dataqbase open in row/page locking mode, but another user already has the database opened in page locking only mode.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/required-client-settings.md b/access/Concepts/Miscellaneous/required-client-settings.md
index 496c4cd3f44..67def17d887 100644
--- a/access/Concepts/Miscellaneous/required-client-settings.md
+++ b/access/Concepts/Miscellaneous/required-client-settings.md
@@ -68,7 +68,7 @@ rs.Open "CustomerById(4)", "Handler=MSDFMAP.Handler;" &; _
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/required-property-access.md b/access/Concepts/Miscellaneous/required-property-access.md
index 325951b02cb..a89bcffdf6b 100644
--- a/access/Concepts/Miscellaneous/required-property-access.md
+++ b/access/Concepts/Miscellaneous/required-property-access.md
@@ -68,7 +68,7 @@ If you set the **Required** property to Yes for a field in a table that already
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/reserved-error-alerterror-3416.md b/access/Concepts/Miscellaneous/reserved-error-alerterror-3416.md
index e6a38c0f88d..2663b580ed5 100644
--- a/access/Concepts/Miscellaneous/reserved-error-alerterror-3416.md
+++ b/access/Concepts/Miscellaneous/reserved-error-alerterror-3416.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error was generated by an application released after this version of the Microsoft Access database engine. Contact Microsoft Product Support Services.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/reserved-error-itemthere-is-no-message-for-this-errorerror-3000.md b/access/Concepts/Miscellaneous/reserved-error-itemthere-is-no-message-for-this-errorerror-3000.md
index 7c09665e6f8..64f0f648bc4 100644
--- a/access/Concepts/Miscellaneous/reserved-error-itemthere-is-no-message-for-this-errorerror-3000.md
+++ b/access/Concepts/Miscellaneous/reserved-error-itemthere-is-no-message-for-this-errorerror-3000.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
An unexpected error occurred. The specified code identifies the conditions under which this error can occur. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/resultant-table-not-allowed-to-have-more-than-one-autonumber-fielderror-3090.md b/access/Concepts/Miscellaneous/resultant-table-not-allowed-to-have-more-than-one-autonumber-fielderror-3090.md
index dc1bd2c4926..15f92cf36e7 100644
--- a/access/Concepts/Miscellaneous/resultant-table-not-allowed-to-have-more-than-one-autonumber-fielderror-3090.md
+++ b/access/Concepts/Miscellaneous/resultant-table-not-allowed-to-have-more-than-one-autonumber-fielderror-3090.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to execute a query that would result in a table with more than one field that has an AutoNumber data type. Change the query to include only one AutoNumber field.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/same-table-table-referenced-as-both-the-source-and-destination-in-a-make-table-q.md b/access/Concepts/Miscellaneous/same-table-table-referenced-as-both-the-source-and-destination-in-a-make-table-q.md
index 328e46b8c5a..429e459ffa1 100644
--- a/access/Concepts/Miscellaneous/same-table-table-referenced-as-both-the-source-and-destination-in-a-make-table-q.md
+++ b/access/Concepts/Miscellaneous/same-table-table-referenced-as-both-the-source-and-destination-in-a-make-table-q.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
One of the source tables in a SELECT INTO statement is also named as the destination table. Either remove the table from the source tables or rename the destination table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-overflowerror-3760.md b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-overflowerror-3760.md
index e5271c01f3f..0ec962b558e 100644
--- a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-overflowerror-3760.md
+++ b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-overflowerror-3760.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when the data being updated or inserted into a DECIMAL data type is greater than the scale defined on the column.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3758.md b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3758.md
index b66ac955b01..f69923b53fb 100644
--- a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3758.md
+++ b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3758.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when the data being updated or inserted into a DECIMAL data type does not match the defined scale and precision of the column.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3759.md b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3759.md
index 5aaa5ed0a85..60e4b2cce95 100644
--- a/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3759.md
+++ b/access/Concepts/Miscellaneous/scaling-of-decimal-value-resulted-in-data-truncationerror-3759.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when the data being updated or inserted into a DECIMAL data type does not match the defined scale and precision of the column.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/select-into-on-a-remote-database-tried-to-produce-too-many-fieldserror-3185.md b/access/Concepts/Miscellaneous/select-into-on-a-remote-database-tried-to-produce-too-many-fieldserror-3185.md
index 46a81819ed0..8d0f604eee3 100644
--- a/access/Concepts/Miscellaneous/select-into-on-a-remote-database-tried-to-produce-too-many-fieldserror-3185.md
+++ b/access/Concepts/Miscellaneous/select-into-on-a-remote-database-tried-to-produce-too-many-fieldserror-3185.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The Microsoft Access database engine supports up to 255 fields per table, but the other database supports fewer fields. A SELECT...INTO statement created a table with more fields than the remote database can support. Reduce the number of columns produced by the SELECT INTO statement, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/select-query.md b/access/Concepts/Miscellaneous/select-query.md
index 12623074848..280d57e34d8 100644
--- a/access/Concepts/Miscellaneous/select-query.md
+++ b/access/Concepts/Miscellaneous/select-query.md
@@ -19,7 +19,7 @@ A select query asks questions about the data stored in your database and returns
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/selected-collating-sequence-not-supported-by-the-operating-systemerror-3228.md b/access/Concepts/Miscellaneous/selected-collating-sequence-not-supported-by-the-operating-systemerror-3228.md
index 9737f65f3b5..e701dd5ce60 100644
--- a/access/Concepts/Miscellaneous/selected-collating-sequence-not-supported-by-the-operating-systemerror-3228.md
+++ b/access/Concepts/Miscellaneous/selected-collating-sequence-not-supported-by-the-operating-systemerror-3228.md
@@ -31,13 +31,11 @@ There is an invalid **CollatingSequence** setting in the **Paradox** key of the
5. Restart your application, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/server-property-example-vbscript.md b/access/Concepts/Miscellaneous/server-property-example-vbscript.md
index 3e9ca62661c..60ee913edb8 100644
--- a/access/Concepts/Miscellaneous/server-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/server-property-example-vbscript.md
@@ -99,7 +99,7 @@ End Sub-->
## See also
- [DataControl Object (RDS)](http://msdn.microsoft.com/library/ac430669-7628-696c-c036-b5d35405d788%28Office.15%29.aspx) - [Server Property (RDS)](http://msdn.microsoft.com/library/17519dbe-a43a-1d0d-22c1-dc0def2f63ab%28Office.15%29.aspx)
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/set-startup-properties-from-visual-basic.md b/access/Concepts/Miscellaneous/set-startup-properties-from-visual-basic.md
index 9f94e3e1c2a..ffef25476e0 100644
--- a/access/Concepts/Miscellaneous/set-startup-properties-from-visual-basic.md
+++ b/access/Concepts/Miscellaneous/set-startup-properties-from-visual-basic.md
@@ -41,7 +41,7 @@ The names of the startup properties differ from the text that appears in the **S
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/setobjectowner-method-adox.md b/access/Concepts/Miscellaneous/setobjectowner-method-adox.md
index c13269e941f..102f2b4e6be 100644
--- a/access/Concepts/Miscellaneous/setobjectowner-method-adox.md
+++ b/access/Concepts/Miscellaneous/setobjectowner-method-adox.md
@@ -38,7 +38,7 @@ An error will occur if the provider does not support specifying object owners.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/setting-an-exchange-with-the-same-synchronizer-is-not-allowederror-3500.md b/access/Concepts/Miscellaneous/setting-an-exchange-with-the-same-synchronizer-is-not-allowederror-3500.md
index 135bc697dc3..2a314801fe6 100644
--- a/access/Concepts/Miscellaneous/setting-an-exchange-with-the-same-synchronizer-is-not-allowederror-3500.md
+++ b/access/Concepts/Miscellaneous/setting-an-exchange-with-the-same-synchronizer-is-not-allowederror-3500.md
@@ -19,7 +19,7 @@ Use a valid remote Synchronizer ID in your synchronization request.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/sharing-violation-while-attempting-to-open-log-file-name-in-deny-write-modeerror.md b/access/Concepts/Miscellaneous/sharing-violation-while-attempting-to-open-log-file-name-in-deny-write-modeerror.md
index 2152b2693ab..5540aa6be2e 100644
--- a/access/Concepts/Miscellaneous/sharing-violation-while-attempting-to-open-log-file-name-in-deny-write-modeerror.md
+++ b/access/Concepts/Miscellaneous/sharing-violation-while-attempting-to-open-log-file-name-in-deny-write-modeerror.md
@@ -19,7 +19,7 @@ Close the log file in all other applications.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/single-row-update-delete-affected-more-than-one-row-of-a-linked-table-unique-ind.md b/access/Concepts/Miscellaneous/single-row-update-delete-affected-more-than-one-row-of-a-linked-table-unique-ind.md
index f5808300cea..bd8d4a44e24 100644
--- a/access/Concepts/Miscellaneous/single-row-update-delete-affected-more-than-one-row-of-a-linked-table-unique-ind.md
+++ b/access/Concepts/Miscellaneous/single-row-update-delete-affected-more-than-one-row-of-a-linked-table-unique-ind.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Your update or delete query affected more than one record in the linked SQL table. An update and delete query can affect only one record at a time.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/size-of-field-name-is-too-longerror-3382.md b/access/Concepts/Miscellaneous/size-of-field-name-is-too-longerror-3382.md
index ace09858cd6..f54b7ad760d 100644
--- a/access/Concepts/Miscellaneous/size-of-field-name-is-too-longerror-3382.md
+++ b/access/Concepts/Miscellaneous/size-of-field-name-is-too-longerror-3382.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Text fields in Microsoft FoxPro tables can be no more than 254 characters, and in Microsoft access database engine tables, no more than 255 characters. Redefine the size of the field.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/size-property-ado-stream.md b/access/Concepts/Miscellaneous/size-property-ado-stream.md
index 3b5e57c66c6..af77a73f5fb 100644
--- a/access/Concepts/Miscellaneous/size-property-ado-stream.md
+++ b/access/Concepts/Miscellaneous/size-property-ado-stream.md
@@ -27,7 +27,7 @@ Returns a **Long** value that specifies the size of the stream in number of byte
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/sourceconnectstr-sourcedatabase-properties.md b/access/Concepts/Miscellaneous/sourceconnectstr-sourcedatabase-properties.md
index af30c25561e..31e1542dcdd 100644
--- a/access/Concepts/Miscellaneous/sourceconnectstr-sourcedatabase-properties.md
+++ b/access/Concepts/Miscellaneous/sourceconnectstr-sourcedatabase-properties.md
@@ -65,7 +65,7 @@ The **SourceDatabase** property doesn't have a value for an ODBC database.
## See also
- [DataControl Object (RDS)](http://msdn.microsoft.com/library/ac430669-7628-696c-c036-b5d35405d788%28Office.15%29.aspx) - [Server Property (RDS)](http://msdn.microsoft.com/library/17519dbe-a43a-1d0d-22c1-dc0def2f63ab%28Office.15%29.aspx)
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/specify-the-table-containing-the-records-you-want-to-deleteerror-3128.md b/access/Concepts/Miscellaneous/specify-the-table-containing-the-records-you-want-to-deleteerror-3128.md
index 33447bd869b..99ad8c11ce8 100644
--- a/access/Concepts/Miscellaneous/specify-the-table-containing-the-records-you-want-to-deleteerror-3128.md
+++ b/access/Concepts/Miscellaneous/specify-the-table-containing-the-records-you-want-to-deleteerror-3128.md
@@ -25,7 +25,7 @@ Possible cause:
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/spreadsheet-is-fullerror-3437.md b/access/Concepts/Miscellaneous/spreadsheet-is-fullerror-3437.md
index e2f762c50fe..ff72abbd109 100644
--- a/access/Concepts/Miscellaneous/spreadsheet-is-fullerror-3437.md
+++ b/access/Concepts/Miscellaneous/spreadsheet-is-fullerror-3437.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to add new records to a Lotus 1-2-3 or Microsoft Excel version 3.0 or version 4.0 file, but the file is full. Files of these types can hold a maximum of 16,384 records.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/sql-property-ado.md b/access/Concepts/Miscellaneous/sql-property-ado.md
index c1d991214cd..a4321f38e97 100644
--- a/access/Concepts/Miscellaneous/sql-property-ado.md
+++ b/access/Concepts/Miscellaneous/sql-property-ado.md
@@ -34,7 +34,7 @@ The **SQL** property is optional if a custom server-side business object retriev
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/sql-property-example-vbscript.md b/access/Concepts/Miscellaneous/sql-property-example-vbscript.md
index 5d0896db3db..7ad31bca873 100644
--- a/access/Concepts/Miscellaneous/sql-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/sql-property-example-vbscript.md
@@ -92,7 +92,7 @@ End Sub-->
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/sql-specific-query.md b/access/Concepts/Miscellaneous/sql-specific-query.md
index 79a6f7defbe..12f2c2f4b5e 100644
--- a/access/Concepts/Miscellaneous/sql-specific-query.md
+++ b/access/Concepts/Miscellaneous/sql-specific-query.md
@@ -24,7 +24,7 @@ An SQL specific query is one that can be created only by writing an SQL statemen
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/stream-ado-for-visual-c-plus-plus-syntax.md b/access/Concepts/Miscellaneous/stream-ado-for-visual-c-plus-plus-syntax.md
index 55a44dc1e02..cea8a27d0ed 100644
--- a/access/Concepts/Miscellaneous/stream-ado-for-visual-c-plus-plus-syntax.md
+++ b/access/Concepts/Miscellaneous/stream-ado-for-visual-c-plus-plus-syntax.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/stream-visual-c-plus-plus-syntax-index-with-import.md b/access/Concepts/Miscellaneous/stream-visual-c-plus-plus-syntax-index-with-import.md
index 607102b44d8..f05e2b5badb 100644
--- a/access/Concepts/Miscellaneous/stream-visual-c-plus-plus-syntax-index-with-import.md
+++ b/access/Concepts/Miscellaneous/stream-visual-c-plus-plus-syntax-index-with-import.md
@@ -80,7 +80,7 @@ __declspec(property(get=GetType,put=PutType)) enum StreamTypeEnum Invalid DDUE b
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/style-for-intrinsic-constants.md b/access/Concepts/Miscellaneous/style-for-intrinsic-constants.md
index 0c217243e7c..1494e5b1a1b 100644
--- a/access/Concepts/Miscellaneous/style-for-intrinsic-constants.md
+++ b/access/Concepts/Miscellaneous/style-for-intrinsic-constants.md
@@ -22,7 +22,7 @@ Intrinsic constants in databases created with previous versions of Microsoft Acc
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/subdatasheetname-property.md b/access/Concepts/Miscellaneous/subdatasheetname-property.md
index 4fbaf9aa48a..75e45ed3cfb 100644
--- a/access/Concepts/Miscellaneous/subdatasheetname-property.md
+++ b/access/Concepts/Miscellaneous/subdatasheetname-property.md
@@ -36,7 +36,7 @@ To set the **SubdatasheetName** property by using Visual Basic, you must first e
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/submitchanges-method-example-vbscript.md b/access/Concepts/Miscellaneous/submitchanges-method-example-vbscript.md
index 6b77a5a2afd..d77cc89b345 100644
--- a/access/Concepts/Miscellaneous/submitchanges-method-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/submitchanges-method-example-vbscript.md
@@ -63,7 +63,7 @@ End Sub-->
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/subqueries-cannot-be-used-in-the-expression-expressionerror-3203.md b/access/Concepts/Miscellaneous/subqueries-cannot-be-used-in-the-expression-expressionerror-3203.md
index 3d0788e3ca4..ca46dd16a69 100644
--- a/access/Concepts/Miscellaneous/subqueries-cannot-be-used-in-the-expression-expressionerror-3203.md
+++ b/access/Concepts/Miscellaneous/subqueries-cannot-be-used-in-the-expression-expressionerror-3203.md
@@ -33,13 +33,11 @@ PIVOT ShipName;
The < _expression_ > parameter of the alert would contain the expression `Sum([Sum2])` from the SELECT clause, because this references an alias used in the same SELECT statement and acts as a subquery against `Sum([Sum1])`.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-cannot-find-a-specific-version-number-in-the-msysschchange-tableerr.md b/access/Concepts/Miscellaneous/synchronizer-cannot-find-a-specific-version-number-in-the-msysschchange-tableerr.md
index ea150ae4472..9ad51a9dbbf 100644
--- a/access/Concepts/Miscellaneous/synchronizer-cannot-find-a-specific-version-number-in-the-msysschchange-tableerr.md
+++ b/access/Concepts/Miscellaneous/synchronizer-cannot-find-a-specific-version-number-in-the-msysschchange-tableerr.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-record-of-a-specific-synchronization-in-the-msysexc.md b/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-record-of-a-specific-synchronization-in-the-msysexc.md
index 6266776d311..0e56f33cfe0 100644
--- a/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-record-of-a-specific-synchronization-in-the-msysexc.md
+++ b/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-record-of-a-specific-synchronization-in-the-msysexc.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-source-file-for-messageserror-3564.md b/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-source-file-for-messageserror-3564.md
index 05d3c4b529e..ae3b1c304fb 100644
--- a/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-source-file-for-messageserror-3564.md
+++ b/access/Concepts/Miscellaneous/synchronizer-cannot-find-the-source-file-for-messageserror-3564.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-access-the-message-databaseerror-3525.md b/access/Concepts/Miscellaneous/synchronizer-could-not-access-the-message-databaseerror-3525.md
index c3dd04a99e6..74424054a7a 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-access-the-message-databaseerror-3525.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-access-the-message-databaseerror-3525.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The message database is not available for use by the Synchronizer. The database file may be in use by another program or user (users should not open Synchronizer message databases). Close any application that might be using the database.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-be-initializederror-3532.md b/access/Concepts/Miscellaneous/synchronizer-could-not-be-initializederror-3532.md
index 3b3daff535a..67cfe3257d0 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-be-initializederror-3532.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-be-initializederror-3532.md
@@ -27,13 +27,11 @@ To configure the Synchronizer
3. Follow the instructions in the wizard.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-be-shut-down-properly-and-is-still-activeerror-3541.md b/access/Concepts/Miscellaneous/synchronizer-could-not-be-shut-down-properly-and-is-still-activeerror-3541.md
index 4a389044c5a..dfc2ccd5c5d 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-be-shut-down-properly-and-is-still-activeerror-3541.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-be-shut-down-properly-and-is-still-activeerror-3541.md
@@ -27,13 +27,11 @@ A programmatic request to terminate the Synchronizer was not completed successfu
3. Click **End Task**.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-delete-a-fileerror-3568.md b/access/Concepts/Miscellaneous/synchronizer-could-not-delete-a-fileerror-3568.md
index 03501ca7e6b..5c1f2de45c4 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-delete-a-fileerror-3568.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-delete-a-fileerror-3568.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-find-a-replica-from-the-correct-set-to-complete-the-synch.md b/access/Concepts/Miscellaneous/synchronizer-could-not-find-a-replica-from-the-correct-set-to-complete-the-synch.md
index 42ac1c7a13b..aa47827f415 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-find-a-replica-from-the-correct-set-to-complete-the-synch.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-find-a-replica-from-the-correct-set-to-complete-the-synch.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-messages-to-processerror-3517.md b/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-messages-to-processerror-3517.md
index 2b28ac63c88..c5bcff83d85 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-messages-to-processerror-3517.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-messages-to-processerror-3517.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-scheduled-or-on-demand-synchronizations-to-proce.md b/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-scheduled-or-on-demand-synchronizations-to-proce.md
index d4181d269e9..efdf1bb89b4 100644
--- a/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-scheduled-or-on-demand-synchronizations-to-proce.md
+++ b/access/Concepts/Miscellaneous/synchronizer-could-not-find-any-scheduled-or-on-demand-synchronizations-to-proce.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-has-not-been-set-uperror-3543.md b/access/Concepts/Miscellaneous/synchronizer-has-not-been-set-uperror-3543.md
index 36108c73e64..1b566af2db9 100644
--- a/access/Concepts/Miscellaneous/synchronizer-has-not-been-set-uperror-3543.md
+++ b/access/Concepts/Miscellaneous/synchronizer-has-not-been-set-uperror-3543.md
@@ -28,13 +28,12 @@ The Synchronizer for your computer has not been set up.
If you are using a third-party application, obtain the Synchronizer Setup disk from the developer supporting your application.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-is-already-runningerror-3544.md b/access/Concepts/Miscellaneous/synchronizer-is-already-runningerror-3544.md
index b5763e65122..2b671eb116e 100644
--- a/access/Concepts/Miscellaneous/synchronizer-is-already-runningerror-3544.md
+++ b/access/Concepts/Miscellaneous/synchronizer-is-already-runningerror-3544.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Only one instance of the Synchronizer can operate at a time. Use the currently operating Synchronizer instead of starting a second Synchronizer on this computer.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-looked-for-a-system-event-but-did-not-find-one-to-report-to-the-cli.md b/access/Concepts/Miscellaneous/synchronizer-looked-for-a-system-event-but-did-not-find-one-to-report-to-the-cli.md
index 33be681352a..fc09fc68ce7 100644
--- a/access/Concepts/Miscellaneous/synchronizer-looked-for-a-system-event-but-did-not-find-one-to-report-to-the-cli.md
+++ b/access/Concepts/Miscellaneous/synchronizer-looked-for-a-system-event-but-did-not-find-one-to-report-to-the-cli.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3629.md b/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3629.md
index 9b9eb478eec..fa3d2749e81 100644
--- a/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3629.md
+++ b/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3629.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
Each Synchronizer should have a unique file system dropbox. Using the same dropbox location for multiple Synchronizers can result in lost messages and incomplete exchanges.
Unable to create the signal file, it is already opened by another transporter.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3630.md b/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3630.md
index 194a3a6c797..219df003c7e 100644
--- a/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3630.md
+++ b/access/Concepts/Miscellaneous/synchronizer-name-is-also-using-the-same-file-system-dropbox-nameerror-3630.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Each Synchronizer should have a unique file system dropbox. Using the same dropbox location for multiple Synchronizers can result in lost messages and incomplete exchanges. The applicatin is unable to create the signal file because it is already opened by another transporter.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizer-received-an-invalid-message-for-a-member-of-the-replica-set-that-it.md b/access/Concepts/Miscellaneous/synchronizer-received-an-invalid-message-for-a-member-of-the-replica-set-that-it.md
index c4e70ec3f6a..77344a203bb 100644
--- a/access/Concepts/Miscellaneous/synchronizer-received-an-invalid-message-for-a-member-of-the-replica-set-that-it.md
+++ b/access/Concepts/Miscellaneous/synchronizer-received-an-invalid-message-for-a-member-of-the-replica-set-that-it.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/synchronizing-with-a-non-replicated-database-is-not-allowed-the-name-database-is.md b/access/Concepts/Miscellaneous/synchronizing-with-a-non-replicated-database-is-not-allowed-the-name-database-is.md
index 2f2db082250..8a6990b856c 100644
--- a/access/Concepts/Miscellaneous/synchronizing-with-a-non-replicated-database-is-not-allowed-the-name-database-is.md
+++ b/access/Concepts/Miscellaneous/synchronizing-with-a-non-replicated-database-is-not-allowed-the-name-database-is.md
@@ -19,13 +19,12 @@ You are attempting to synchronize a replicated database with a non-replicated da
If one of the databases has already been replicated, use it to create your second database replica.
If neither database has been replicated, select one of the databases to be used as the Design Master for the replica set. Open that database using Microsoft Access, go to the **Tools** menu, point to **Replication**, and click **Create Replica**. If Microsoft Access is not available but Microsoft Windows 95 Briefcase is available, drag the database into the Briefcase to create a replica. Do not attempt to replicate the second of the two original databases and then synchronize the two databases. The second database must be a replica of the first for synchronization to succeed.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-commaerror-2432.md b/access/Concepts/Miscellaneous/syntax-error-commaerror-2432.md
index ff812a4e453..e8c31c41659 100644
--- a/access/Concepts/Miscellaneous/syntax-error-commaerror-2432.md
+++ b/access/Concepts/Miscellaneous/syntax-error-commaerror-2432.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The expression or statement uses a comma where it does not belong or is missing a comma to separate arguments.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-alter-table-statementerror-3293.md b/access/Concepts/Miscellaneous/syntax-error-in-alter-table-statementerror-3293.md
index 960df9c379b..63f749534f5 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-alter-table-statementerror-3293.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-alter-table-statementerror-3293.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-check-constraint-clauseerror-3765.md b/access/Concepts/Miscellaneous/syntax-error-in-check-constraint-clauseerror-3765.md
index 0eea2d7511a..417411f4d22 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-check-constraint-clauseerror-3765.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-check-constraint-clauseerror-3765.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when using SQL DLL to define a CHECK constraint. It occurs when the search condition (SELECT statement) in the CHECK clause references an invalid table or column name.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-constraint-clauseerror-3289.md b/access/Concepts/Miscellaneous/syntax-error-in-constraint-clauseerror-3289.md
index 1c8e85be591..d0c263fbe63 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-constraint-clauseerror-3289.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-constraint-clauseerror-3289.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-create-index-statementerror-3291.md b/access/Concepts/Miscellaneous/syntax-error-in-create-index-statementerror-3291.md
index ce4f3ed3284..3ea7dfa8ed4 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-create-index-statementerror-3291.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-create-index-statementerror-3291.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-create-table-statementerror-3290.md b/access/Concepts/Miscellaneous/syntax-error-in-create-table-statementerror-3290.md
index 60144700e89..c0597e05b53 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-create-table-statementerror-3290.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-create-table-statementerror-3290.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-dateerror-2421.md b/access/Concepts/Miscellaneous/syntax-error-in-dateerror-2421.md
index c4f2bde6b3b..073451f58fd 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-dateerror-2421.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-dateerror-2421.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
**Date** syntax is incorrect. This error occurs if you specify an invalid date. For example, 9/31/94 is invalid (September has only 30 days).
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-default-valueerror-3355.md b/access/Concepts/Miscellaneous/syntax-error-in-default-valueerror-3355.md
index f93b0ee9207..00dc1c008f6 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-default-valueerror-3355.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-default-valueerror-3355.md
@@ -24,13 +24,11 @@ Possible causes:
- A default value expression in a table-level validation rule is syntactically incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-delete-statementerror-3130.md b/access/Concepts/Miscellaneous/syntax-error-in-delete-statementerror-3130.md
index 33afd659585..731940f2213 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-delete-statementerror-3130.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-delete-statementerror-3130.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-drop-index-statementerror-3294.md b/access/Concepts/Miscellaneous/syntax-error-in-drop-index-statementerror-3294.md
index f6a365143df..37ae8f8c583 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-drop-index-statementerror-3294.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-drop-index-statementerror-3294.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-drop-table-or-drop-indexerror-3295.md b/access/Concepts/Miscellaneous/syntax-error-in-drop-table-or-drop-indexerror-3295.md
index 9caf31fe5d5..5643345d7bf 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-drop-table-or-drop-indexerror-3295.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-drop-table-or-drop-indexerror-3295.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-field-definitionerror-3292.md b/access/Concepts/Miscellaneous/syntax-error-in-field-definitionerror-3292.md
index ddf9262ecdd..360d01bbb45 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-field-definitionerror-3292.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-field-definitionerror-3292.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-from-clauseerror-3131.md b/access/Concepts/Miscellaneous/syntax-error-in-from-clauseerror-3131.md
index 2c9ea23c5c9..4fd56734c03 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-from-clauseerror-3131.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-from-clauseerror-3131.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-group-by-clauseerror-3132.md b/access/Concepts/Miscellaneous/syntax-error-in-group-by-clauseerror-3132.md
index 0c4de0c608b..83aff0d8346 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-group-by-clauseerror-3132.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-group-by-clauseerror-3132.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-having-clauseerror-3133.md b/access/Concepts/Miscellaneous/syntax-error-in-having-clauseerror-3133.md
index 1da25673d7e..d4ee3ab44c6 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-having-clauseerror-3133.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-having-clauseerror-3133.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-insert-into-statementerror-3134.md b/access/Concepts/Miscellaneous/syntax-error-in-insert-into-statementerror-3134.md
index 81d372624a2..e949863f372 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-insert-into-statementerror-3134.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-insert-into-statementerror-3134.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-join-operationerror-3135.md b/access/Concepts/Miscellaneous/syntax-error-in-join-operationerror-3135.md
index 41ff1569355..b07cfccf3cb 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-join-operationerror-3135.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-join-operationerror-3135.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-numbererror-2420.md b/access/Concepts/Miscellaneous/syntax-error-in-numbererror-2420.md
index e0418e55b17..63068573b0f 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-numbererror-2420.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-numbererror-2420.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You entered a value that is invalid. This can occur if a nonnumeric value is provided as part of the expression.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-order-by-clauseerror-3138.md b/access/Concepts/Miscellaneous/syntax-error-in-order-by-clauseerror-3138.md
index 1be5c2cf182..234a45eed76 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-order-by-clauseerror-3138.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-order-by-clauseerror-3138.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-parameter-clauseerror-3139.md b/access/Concepts/Miscellaneous/syntax-error-in-parameter-clauseerror-3139.md
index e5996db7a82..1094dbdef40 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-parameter-clauseerror-3139.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-parameter-clauseerror-3139.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-partial-filter-expression-on-table-nameerror-3586.md b/access/Concepts/Miscellaneous/syntax-error-in-partial-filter-expression-on-table-nameerror-3586.md
index 863b8bc89b8..c804eb9b1d2 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-partial-filter-expression-on-table-nameerror-3586.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-partial-filter-expression-on-table-nameerror-3586.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Make sure you are using the correct syntax in the expression.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-procedure-clauseerror-3140.md b/access/Concepts/Miscellaneous/syntax-error-in-procedure-clauseerror-3140.md
index 04ed5effe54..52095a72a26 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-procedure-clauseerror-3140.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-procedure-clauseerror-3140.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-query-incomplete-query-clause-error-3450.md b/access/Concepts/Miscellaneous/syntax-error-in-query-incomplete-query-clause-error-3450.md
index 9580223c18a..e3c08b2d064 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-query-incomplete-query-clause-error-3450.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-query-incomplete-query-clause-error-3450.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when trying to save a stored query (view or procedure).
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-query-parameter-valueerror-3746.md b/access/Concepts/Miscellaneous/syntax-error-in-query-parameter-valueerror-3746.md
index 712e7b5485d..73da4321cee 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-query-parameter-valueerror-3746.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-query-parameter-valueerror-3746.md
@@ -30,13 +30,11 @@ This error can occur when:
- Reserved words are used as parameters without the proper escape characters.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-stringerror-2422.md b/access/Concepts/Miscellaneous/syntax-error-in-stringerror-2422.md
index 7589537aac2..3b682498c74 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-stringerror-2422.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-stringerror-2422.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You entered an expression that includes an invalid string. Check the expression to make sure you entered it correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-transaction-statementerror-3708.md b/access/Concepts/Miscellaneous/syntax-error-in-transaction-statementerror-3708.md
index 70cece74323..831aa10efe7 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-transaction-statementerror-3708.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-transaction-statementerror-3708.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
When using transactions exclusively through the Microsoft Access database engine (not through an object model like DAO or ADO) the following syntax must be used: BEGIN/ROLLBACK TRANSACTION, WORK or nothing. If any other characters follow BEGIN or ROLLBACK, then this error will occur.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-transform-statementerror-3143.md b/access/Concepts/Miscellaneous/syntax-error-in-transform-statementerror-3143.md
index 4e0a264694a..392a54956fb 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-transform-statementerror-3143.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-transform-statementerror-3143.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-union-queryerror-3319.md b/access/Concepts/Miscellaneous/syntax-error-in-union-queryerror-3319.md
index bfc3fe487e9..401a7fae2f1 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-union-queryerror-3319.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-union-queryerror-3319.md
@@ -27,13 +27,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-update-statementerror-3144.md b/access/Concepts/Miscellaneous/syntax-error-in-update-statementerror-3144.md
index 60d63378b13..58bfa72626c 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-update-statementerror-3144.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-update-statementerror-3144.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-where-clauseerror-3145.md b/access/Concepts/Miscellaneous/syntax-error-in-where-clauseerror-3145.md
index 803d0154ff2..e0583132156 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-where-clauseerror-3145.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-where-clauseerror-3145.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/syntax-error-in-with-owneraccess-option-declarationerror-3257.md b/access/Concepts/Miscellaneous/syntax-error-in-with-owneraccess-option-declarationerror-3257.md
index 3e9a89896fa..493a791ec11 100644
--- a/access/Concepts/Miscellaneous/syntax-error-in-with-owneraccess-option-declarationerror-3257.md
+++ b/access/Concepts/Miscellaneous/syntax-error-in-with-owneraccess-option-declarationerror-3257.md
@@ -37,13 +37,11 @@ Possible causes:
SELECT * FROM [My Table] WITH OWNERACCESS OPTION;
```
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2431.md b/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2431.md
index 036b9cb8cb4..349138213a5 100644
--- a/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2431.md
+++ b/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2431.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The expression or statement is missing an operator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2434.md b/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2434.md
index 86741c51ab9..9a19b0f4d41 100644
--- a/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2434.md
+++ b/access/Concepts/Miscellaneous/syntax-error-missing-operatorerror-2434.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The expression or statement is missing an operator.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/syntax-errorerror-2433.md b/access/Concepts/Miscellaneous/syntax-errorerror-2433.md
index 392469629ed..a290d244e73 100644
--- a/access/Concepts/Miscellaneous/syntax-errorerror-2433.md
+++ b/access/Concepts/Miscellaneous/syntax-errorerror-2433.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The wording or punctuation of the command is not correct. It may be missing an operator or you may have specified an operator that does not exist.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/syntax-errorerror-2438.md b/access/Concepts/Miscellaneous/syntax-errorerror-2438.md
index d60330359fa..72b2388d02b 100644
--- a/access/Concepts/Miscellaneous/syntax-errorerror-2438.md
+++ b/access/Concepts/Miscellaneous/syntax-errorerror-2438.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You entered an expression that has invalid syntax. For example, an operand or operator may be missing, you may have entered an invalid character or comma, or you may have entered text without surrounding it by quotation marks ("). Check the expression to make sure you entered it correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/table-is-not-openerror-3160.md b/access/Concepts/Miscellaneous/table-is-not-openerror-3160.md
index 1646846efa5..c6de8102517 100644
--- a/access/Concepts/Miscellaneous/table-is-not-openerror-3160.md
+++ b/access/Concepts/Miscellaneous/table-is-not-openerror-3160.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to perform an operation on a table that has not been opened. Open the table, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/table-level-validation-texterror-3316.md b/access/Concepts/Miscellaneous/table-level-validation-texterror-3316.md
index 074f586aec6..61e88285a8d 100644
--- a/access/Concepts/Miscellaneous/table-level-validation-texterror-3316.md
+++ b/access/Concepts/Miscellaneous/table-level-validation-texterror-3316.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
A table-level validation rule was violated. Validation rules restrict what you can enter in a given field, and also help ensure that you enter the proper types or amounts of data.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/table-name-already-existserror-3010.md b/access/Concepts/Miscellaneous/table-name-already-existserror-3010.md
index f994313ec98..224188359cf 100644
--- a/access/Concepts/Miscellaneous/table-name-already-existserror-3010.md
+++ b/access/Concepts/Miscellaneous/table-name-already-existserror-3010.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
You tried to create or rename a table with a name that already exists in this database. Choose another name, and then try the operation again.
In a multiuser database, this error can also occur if you delete a table, another user creates a table with the same name, and then you try to roll back the deletion of your table. To restore your table, the other user must first delete or rename the new table before you try the rollback operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/table-name-already-has-an-index-named-nameerror-3375.md b/access/Concepts/Miscellaneous/table-name-already-has-an-index-named-nameerror-3375.md
index c776d274a3e..58d94f095e6 100644
--- a/access/Concepts/Miscellaneous/table-name-already-has-an-index-named-nameerror-3375.md
+++ b/access/Concepts/Miscellaneous/table-name-already-has-an-index-named-nameerror-3375.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are trying to create an index that already exists.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/table-name-could-not-be-made-replicable-because-it-could-not-be-opened-exclusive.md b/access/Concepts/Miscellaneous/table-name-could-not-be-made-replicable-because-it-could-not-be-opened-exclusive.md
index 46c7f05a0cb..68f282797f8 100644
--- a/access/Concepts/Miscellaneous/table-name-could-not-be-made-replicable-because-it-could-not-be-opened-exclusive.md
+++ b/access/Concepts/Miscellaneous/table-name-could-not-be-made-replicable-because-it-could-not-be-opened-exclusive.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Close any open instance of the table that you are attempting to replicate and then try again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/table-name-does-not-existerror-3376.md b/access/Concepts/Miscellaneous/table-name-does-not-existerror-3376.md
index b6419320e28..d1446dd20a4 100644
--- a/access/Concepts/Miscellaneous/table-name-does-not-existerror-3376.md
+++ b/access/Concepts/Miscellaneous/table-name-does-not-existerror-3376.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The table you specified does not exist. Check to see if the name you specified exists in the **TableDefs** collection.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3189.md b/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3189.md
index c87d5742d78..36cbb8c2bf7 100644
--- a/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3189.md
+++ b/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3189.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You cannot access the specified table because it is exclusively locked by another user. Contact the other user, or wait for the other user to release the lock, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3261.md b/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3261.md
index 7076a3640d6..7f37bf7e751 100644
--- a/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3261.md
+++ b/access/Concepts/Miscellaneous/table-name-is-exclusively-locked-by-user-name-on-machine-nameerror-3261.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to use a table that is currently open for exclusive access by the specified user. Wait for the other user to finish working with the table, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/table-name-is-read-onlyerror-3328.md b/access/Concepts/Miscellaneous/table-name-is-read-onlyerror-3328.md
index 0f8aba0e600..b11d4a3b35e 100644
--- a/access/Concepts/Miscellaneous/table-name-is-read-onlyerror-3328.md
+++ b/access/Concepts/Miscellaneous/table-name-is-read-onlyerror-3328.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when you try to update a column in a table that another user has opened as read-only.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/text-file-specification-field-separator-matches-decimal-separator-or-text-delimi.md b/access/Concepts/Miscellaneous/text-file-specification-field-separator-matches-decimal-separator-or-text-delimi.md
index 8da6413f16e..90d9bad0984 100644
--- a/access/Concepts/Miscellaneous/text-file-specification-field-separator-matches-decimal-separator-or-text-delimi.md
+++ b/access/Concepts/Miscellaneous/text-file-specification-field-separator-matches-decimal-separator-or-text-delimi.md
@@ -30,7 +30,7 @@ Two or more of the following delimiters settings used by the Text ISAM are the s
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/the-access-database-is-wrong-or-missing-for-this-sql-jet-replica-seterror-3778.md b/access/Concepts/Miscellaneous/the-access-database-is-wrong-or-missing-for-this-sql-jet-replica-seterror-3778.md
index a26d0118820..957c0d8d0f4 100644
--- a/access/Concepts/Miscellaneous/the-access-database-is-wrong-or-missing-for-this-sql-jet-replica-seterror-3778.md
+++ b/access/Concepts/Miscellaneous/the-access-database-is-wrong-or-missing-for-this-sql-jet-replica-seterror-3778.md
@@ -27,13 +27,12 @@ The Microsoft Access database specified is wrong or missing because:
The solution is to re-initailize your Jet Subscriber using the Re-Initialize tools on the SQL Server.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-action-query-name-cannot-be-used-as-a-row-sourceerror-3069.md b/access/Concepts/Miscellaneous/the-action-query-name-cannot-be-used-as-a-row-sourceerror-3069.md
index cfa1259be45..9e729127972 100644
--- a/access/Concepts/Miscellaneous/the-action-query-name-cannot-be-used-as-a-row-sourceerror-3069.md
+++ b/access/Concepts/Miscellaneous/the-action-query-name-cannot-be-used-as-a-row-sourceerror-3069.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You cannot use the name of an action query here. Instead, use the name of a select query. To run an action query, use the **Execute** method instead of the name of an action query as input to the FROM clause.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-attempt-to-set-a-column-in-a-partial-replica-violated-a-rule-governing-parti.md b/access/Concepts/Miscellaneous/the-attempt-to-set-a-column-in-a-partial-replica-violated-a-rule-governing-parti.md
index a6db4fa209a..a99e037003f 100644
--- a/access/Concepts/Miscellaneous/the-attempt-to-set-a-column-in-a-partial-replica-violated-a-rule-governing-parti.md
+++ b/access/Concepts/Miscellaneous/the-attempt-to-set-a-column-in-a-partial-replica-violated-a-rule-governing-parti.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You cannot change a primary key of a table in a partial replica unless it has no references to it.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-cascading-options-for-the-new-reference-conflict-with-existing-reference-nam.md b/access/Concepts/Miscellaneous/the-cascading-options-for-the-new-reference-conflict-with-existing-reference-nam.md
index feb7143b8e4..3540c3f5295 100644
--- a/access/Concepts/Miscellaneous/the-cascading-options-for-the-new-reference-conflict-with-existing-reference-nam.md
+++ b/access/Concepts/Miscellaneous/the-cascading-options-for-the-new-reference-conflict-with-existing-reference-nam.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs if a CASCADE action is defined on a column that already has another type of CASCADE action. For example, if CASCADE DELETE is already specified, the user will be prevented from trying to add CASCADE UPDATE. To apply the desired CASCADE action, the original CONSTRAINT must be dropped. This can be done with the ALTER TABLE ALTER COLUMN syntax or with the DROP CONSTRAINT syntax.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-changes-you-requested-to-the-table-were-not-successful-because-they-would-cr.md b/access/Concepts/Miscellaneous/the-changes-you-requested-to-the-table-were-not-successful-because-they-would-cr.md
index 63f2299cf47..dca2008cf7d 100644
--- a/access/Concepts/Miscellaneous/the-changes-you-requested-to-the-table-were-not-successful-because-they-would-cr.md
+++ b/access/Concepts/Miscellaneous/the-changes-you-requested-to-the-table-were-not-successful-because-they-would-cr.md
@@ -88,13 +88,11 @@ When you remove the primary key, the field or fields that previously served as p
6. On the **Design** tab, in the **Tools** group, click **Primary Key**.
The key indicator is removed from the field or fields that you previously specified as the primary key.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-combined-length-of-internet-server-name-http-share-name-and-ftp-alias-name-s.md b/access/Concepts/Miscellaneous/the-combined-length-of-internet-server-name-http-share-name-and-ftp-alias-name-s.md
index 7187defdc1c..f606c68eadd 100644
--- a/access/Concepts/Miscellaneous/the-combined-length-of-internet-server-name-http-share-name-and-ftp-alias-name-s.md
+++ b/access/Concepts/Miscellaneous/the-combined-length-of-internet-server-name-http-share-name-and-ftp-alias-name-s.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The indirect or internet values specified exceed the internal limit of 252 characters. You must shorten the name that violates this limit.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-connection-for-viewing-your-linked-microsoft-excel-worksheet-was-losterror-3.md b/access/Concepts/Miscellaneous/the-connection-for-viewing-your-linked-microsoft-excel-worksheet-was-losterror-3.md
index eb700d932fd..42471604b07 100644
--- a/access/Concepts/Miscellaneous/the-connection-for-viewing-your-linked-microsoft-excel-worksheet-was-losterror-3.md
+++ b/access/Concepts/Miscellaneous/the-connection-for-viewing-your-linked-microsoft-excel-worksheet-was-losterror-3.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The connection for viewing your linked Microsoft Excel worksheet was lost. The session of Microsoft Excel may have been terminated.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-connection-string-is-too-longerror-3210.md b/access/Concepts/Miscellaneous/the-connection-string-is-too-longerror-3210.md
index c7fcc39f4c6..1c8a9626e2d 100644
--- a/access/Concepts/Miscellaneous/the-connection-string-is-too-longerror-3210.md
+++ b/access/Concepts/Miscellaneous/the-connection-string-is-too-longerror-3210.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The connection string in the IN clause of an SQL statement cannot be longer than 255 characters. Correct your entry, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-current-field-must-match-the-join-key-name-in-the-table-that-serves-as-the-o.md b/access/Concepts/Miscellaneous/the-current-field-must-match-the-join-key-name-in-the-table-that-serves-as-the-o.md
index 912a9cb9919..00bc274828a 100644
--- a/access/Concepts/Miscellaneous/the-current-field-must-match-the-join-key-name-in-the-table-that-serves-as-the-o.md
+++ b/access/Concepts/Miscellaneous/the-current-field-must-match-the-join-key-name-in-the-table-that-serves-as-the-o.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
You have tried to enter a value into the join field in the many-only table of an outer join with no corresponding value in the join field of the "one" side table.
The message includes the following instruction: Enter a record in the "one" side table with the desired key value, and then make the entry with the desired join field in the "many-only" table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-data-being-exported-does-not-match-the-format-described-in-the-schema-ini-fi.md b/access/Concepts/Miscellaneous/the-data-being-exported-does-not-match-the-format-described-in-the-schema-ini-fi.md
index 03484877962..a73aa16fc22 100644
--- a/access/Concepts/Miscellaneous/the-data-being-exported-does-not-match-the-format-described-in-the-schema-ini-fi.md
+++ b/access/Concepts/Miscellaneous/the-data-being-exported-does-not-match-the-format-described-in-the-schema-ini-fi.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Make sure the data being exported matches the format described in the Schema.ini file.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-database-database-name-is-already-in-use-by-another-person-or-process-when-t.md b/access/Concepts/Miscellaneous/the-database-database-name-is-already-in-use-by-another-person-or-process-when-t.md
index e7906b4b3ed..5e19484c9b5 100644
--- a/access/Concepts/Miscellaneous/the-database-database-name-is-already-in-use-by-another-person-or-process-when-t.md
+++ b/access/Concepts/Miscellaneous/the-database-database-name-is-already-in-use-by-another-person-or-process-when-t.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The specified database is currently being used exclusively by another user or session. Wait for the other user or session to finish working with the database, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-database-engine-could-not-lock-table-name-because-it-is-already-in-use-by-an.md b/access/Concepts/Miscellaneous/the-database-engine-could-not-lock-table-name-because-it-is-already-in-use-by-an.md
index 7ff4dcb4b4d..8786c75e4bc 100644
--- a/access/Concepts/Miscellaneous/the-database-engine-could-not-lock-table-name-because-it-is-already-in-use-by-an.md
+++ b/access/Concepts/Miscellaneous/the-database-engine-could-not-lock-table-name-because-it-is-already-in-use-by-an.md
@@ -16,13 +16,12 @@ ms.date: 06/08/2017
To complete the current operation, the table is currently locked by another user.
Wait for the other user to finish working with the table, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-database-engine-does-not-recognize-either-the-field-name-in-a-validation-exp.md b/access/Concepts/Miscellaneous/the-database-engine-does-not-recognize-either-the-field-name-in-a-validation-exp.md
index 33bbbfc5d08..441da1d11c3 100644
--- a/access/Concepts/Miscellaneous/the-database-engine-does-not-recognize-either-the-field-name-in-a-validation-exp.md
+++ b/access/Concepts/Miscellaneous/the-database-engine-does-not-recognize-either-the-field-name-in-a-validation-exp.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Your expression refers to a field incorrectly, or to a field that does not exist. Check to make sure the field name is valid and spelled correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-an-unknown-user-that-prevents-it-from.md b/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-an-unknown-user-that-prevents-it-from.md
index 2edae7b2530..af6e9f3b7de 100644
--- a/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-an-unknown-user-that-prevents-it-from.md
+++ b/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-an-unknown-user-that-prevents-it-from.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when the new passive shutdown/connection control is being used. This error indicates that another user set the database in a mode that will prevent other users from opening it. It is related to error #3734 and is used when the Microsoft Access database engine cannot determine which user invoked the passive shutdown/connection control.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-user-name-on-machine-name-that-preven.md b/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-user-name-on-machine-name-that-preven.md
index fb4b868b47f..a0745d7b9a7 100644
--- a/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-user-name-on-machine-name-that-preven.md
+++ b/access/Concepts/Miscellaneous/the-database-has-been-placed-in-a-state-by-user-name-on-machine-name-that-preven.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when the new passive shutdown/connection control is being used. This error message indicates that a user set the database in a mode that will prevent other users from opening it.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-database-must-be-opened-in-exclusive-mode-before-it-can-be-replicatederror-3.md b/access/Concepts/Miscellaneous/the-database-must-be-opened-in-exclusive-mode-before-it-can-be-replicatederror-3.md
index 5a6e4b53e27..fad88fbac21 100644
--- a/access/Concepts/Miscellaneous/the-database-must-be-opened-in-exclusive-mode-before-it-can-be-replicatederror-3.md
+++ b/access/Concepts/Miscellaneous/the-database-must-be-opened-in-exclusive-mode-before-it-can-be-replicatederror-3.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to replicate a database after opening the database in shared mode. Close the database and reopen it in exclusive mode, and then replicate it.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-open-is-already-in-use-by-another-application.md b/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-open-is-already-in-use-by-another-application.md
index a50390ee92e..17b2f70c2c3 100644
--- a/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-open-is-already-in-use-by-another-application.md
+++ b/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-open-is-already-in-use-by-another-application.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
If you are attempting to open the database in exclusive mode, it is possible that another application already has the database open. If you are attempting to open the database in shared mode, it is possible that another application has the database open in exclusive mode. Close the other applications using the database and try your request again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-replicate-cannot-be-convertederror-3487.md b/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-replicate-cannot-be-convertederror-3487.md
index f0a4ca38086..0be5c9f5a72 100644
--- a/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-replicate-cannot-be-convertederror-3487.md
+++ b/access/Concepts/Miscellaneous/the-database-you-are-attempting-to-replicate-cannot-be-convertederror-3487.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Only databases created with version 3.0 or later of the Microsoft Jet database engine can be replicated. Although you can open the database by using an installable ISAM, you cannot convert it to a replicable form. If the database was created by using an earlier version of Microsoft Jet, convert the format to the newer version. If the database is in another format, export the data to a new Microsoft Access database and retry.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-decimal-field-s-precision-is-too-small-to-accept-the-numeric-you-attempted-t.md b/access/Concepts/Miscellaneous/the-decimal-field-s-precision-is-too-small-to-accept-the-numeric-you-attempted-t.md
index 519427870f0..32a13816560 100644
--- a/access/Concepts/Miscellaneous/the-decimal-field-s-precision-is-too-small-to-accept-the-numeric-you-attempted-t.md
+++ b/access/Concepts/Miscellaneous/the-decimal-field-s-precision-is-too-small-to-accept-the-numeric-you-attempted-t.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when the data being updated or inserted into a DECIMAL data type does not match the defined precision of the column.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-design-master-or-replica-is-not-being-managed-by-a-synchronizererror-3502.md b/access/Concepts/Miscellaneous/the-design-master-or-replica-is-not-being-managed-by-a-synchronizererror-3502.md
index 98f406e94cb..f163f14793a 100644
--- a/access/Concepts/Miscellaneous/the-design-master-or-replica-is-not-being-managed-by-a-synchronizererror-3502.md
+++ b/access/Concepts/Miscellaneous/the-design-master-or-replica-is-not-being-managed-by-a-synchronizererror-3502.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are attempting to get information about the Design Master or a replica that is not managed by a Synchronizer.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-directory-you-queried-for-a-list-of-replicas-is-not-a-managed-directoryerror.md b/access/Concepts/Miscellaneous/the-directory-you-queried-for-a-list-of-replicas-is-not-a-managed-directoryerror.md
index 745887ea718..7fd1d68fa77 100644
--- a/access/Concepts/Miscellaneous/the-directory-you-queried-for-a-list-of-replicas-is-not-a-managed-directoryerror.md
+++ b/access/Concepts/Miscellaneous/the-directory-you-queried-for-a-list-of-replicas-is-not-a-managed-directoryerror.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-access-is-unreadableerror-3465.md b/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-access-is-unreadableerror-3465.md
index 37e6a708956..77fa2a58279 100644
--- a/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-access-is-unreadableerror-3465.md
+++ b/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-access-is-unreadableerror-3465.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
If you are attempting to access a floppy disk, make sure the door to the disk drive is closed. If you are attempting to access a hard disk, the disk might have a corrupted sector.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-write-to-is-fullerror-3575.md b/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-write-to-is-fullerror-3575.md
index 0eeb998e164..a72690015c2 100644
--- a/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-write-to-is-fullerror-3575.md
+++ b/access/Concepts/Miscellaneous/the-disk-drive-you-are-attempting-to-write-to-is-fullerror-3575.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The disk drive does not have enough space to complete the operation. Delete unneeded files from the disk to create sufficient space for the operation. Make space available on the disk larger than the file you are attempting to save.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-disk-for-dropbox-folder-name-is-fullerror-3469.md b/access/Concepts/Miscellaneous/the-disk-for-dropbox-folder-name-is-fullerror-3469.md
index 262c8126690..75dd2cd145d 100644
--- a/access/Concepts/Miscellaneous/the-disk-for-dropbox-folder-name-is-fullerror-3469.md
+++ b/access/Concepts/Miscellaneous/the-disk-for-dropbox-folder-name-is-fullerror-3469.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
There is not enough space on the dropbox folder's disk drive to complete the operation. Delete unneeded files from the disk to create sufficient space for the operation.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-expression-you-are-trying-to-use-for-the-defaultvalue-property-is-invalid-be.md b/access/Concepts/Miscellaneous/the-expression-you-are-trying-to-use-for-the-defaultvalue-property-is-invalid-be.md
index 11fa6a6f156..9636c5098a0 100644
--- a/access/Concepts/Miscellaneous/the-expression-you-are-trying-to-use-for-the-defaultvalue-property-is-invalid-be.md
+++ b/access/Concepts/Miscellaneous/the-expression-you-are-trying-to-use-for-the-defaultvalue-property-is-invalid-be.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The expression you are trying to use for the **DefaultValue** property is invalid. Set the property to a valid expression.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-fetch-buffer-was-too-small-for-the-amount-of-data-you-requestederror-3640.md b/access/Concepts/Miscellaneous/the-fetch-buffer-was-too-small-for-the-amount-of-data-you-requestederror-3640.md
index d9716081bb4..228b7803029 100644
--- a/access/Concepts/Miscellaneous/the-fetch-buffer-was-too-small-for-the-amount-of-data-you-requestederror-3640.md
+++ b/access/Concepts/Miscellaneous/the-fetch-buffer-was-too-small-for-the-amount-of-data-you-requestederror-3640.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
When performing a **GetRows** or **GetRowsEx** method the fetch buffer was too small to contain the specified rows.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-field-cannot-be-updated-because-another-user-or-process-has-locked-the-corre.md b/access/Concepts/Miscellaneous/the-field-cannot-be-updated-because-another-user-or-process-has-locked-the-corre.md
index 4465c0bcee2..757ce175c2f 100644
--- a/access/Concepts/Miscellaneous/the-field-cannot-be-updated-because-another-user-or-process-has-locked-the-corre.md
+++ b/access/Concepts/Miscellaneous/the-field-cannot-be-updated-because-another-user-or-process-has-locked-the-corre.md
@@ -24,13 +24,11 @@ Possible causes:
- In Microsoft Access, you tried to change the value of a control whose **Locked** property is set to **Yes**.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-field-is-too-small-to-accept-the-amount-of-data-you-attempted-to-add-try-ins.md b/access/Concepts/Miscellaneous/the-field-is-too-small-to-accept-the-amount-of-data-you-attempted-to-add-try-ins.md
index 459cbf75fd6..a4d3cbc8a83 100644
--- a/access/Concepts/Miscellaneous/the-field-is-too-small-to-accept-the-amount-of-data-you-attempted-to-add-try-ins.md
+++ b/access/Concepts/Miscellaneous/the-field-is-too-small-to-accept-the-amount-of-data-you-attempted-to-add-try-ins.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The field into which you tried to insert or paste data is not large enough to hold the data. Try inserting or pasting less data.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-field-name-cannot-contain-a-null-value-because-the-required-property-for-thi.md b/access/Concepts/Miscellaneous/the-field-name-cannot-contain-a-null-value-because-the-required-property-for-thi.md
index 57bd7e96e76..20f2cf8fa5f 100644
--- a/access/Concepts/Miscellaneous/the-field-name-cannot-contain-a-null-value-because-the-required-property-for-thi.md
+++ b/access/Concepts/Miscellaneous/the-field-name-cannot-contain-a-null-value-because-the-required-property-for-thi.md
@@ -80,13 +80,12 @@ The following table shows the results you can expect when you combine the settin
|No|Yes|Presses ENTER Presses SPACEBAR Enters a zero-length string|**Null** **Null** Zero-length string|
|Yes|No|Presses ENTER Presses SPACEBAR Enters a zero-length string|(not allowed) (not allowed) (not allowed)|
|Yes|Yes|Presses ENTER Presses SPACEBAR Enters a zero-length string|(not allowed) Zero-length string Zero-length string|
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-file-name-you-provided-is-too-longerror-3549.md b/access/Concepts/Miscellaneous/the-file-name-you-provided-is-too-longerror-3549.md
index ce29eb49385..4749cd3d4ed 100644
--- a/access/Concepts/Miscellaneous/the-file-name-you-provided-is-too-longerror-3549.md
+++ b/access/Concepts/Miscellaneous/the-file-name-you-provided-is-too-longerror-3549.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Use a smaller file name.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-filter-expression-for-the-partial-replica-is-invaliderror-3482.md b/access/Concepts/Miscellaneous/the-filter-expression-for-the-partial-replica-is-invaliderror-3482.md
index 8a043591cb5..57926cbba30 100644
--- a/access/Concepts/Miscellaneous/the-filter-expression-for-the-partial-replica-is-invaliderror-3482.md
+++ b/access/Concepts/Miscellaneous/the-filter-expression-for-the-partial-replica-is-invaliderror-3482.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The **ReplicaFilter** property was set to an invalid string.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-filters-defining-a-partial-replica-are-out-of-synch-with-each-othererror-357.md b/access/Concepts/Miscellaneous/the-filters-defining-a-partial-replica-are-out-of-synch-with-each-othererror-357.md
index f207e11348c..a9552007a9f 100644
--- a/access/Concepts/Miscellaneous/the-filters-defining-a-partial-replica-are-out-of-synch-with-each-othererror-357.md
+++ b/access/Concepts/Miscellaneous/the-filters-defining-a-partial-replica-are-out-of-synch-with-each-othererror-357.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You have changed the filters in the partial replica since the last time you populated your partial replica. You must repopulate the partial replica by either running the Partial Replica Wizard, or by using the PopulatePartial Method in VBA code.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-fixed-width-specification-name-contains-no-column-widthserror-3443.md b/access/Concepts/Miscellaneous/the-fixed-width-specification-name-contains-no-column-widthserror-3443.md
index d6ae03c060a..3e489eb1a20 100644
--- a/access/Concepts/Miscellaneous/the-fixed-width-specification-name-contains-no-column-widthserror-3443.md
+++ b/access/Concepts/Miscellaneous/the-fixed-width-specification-name-contains-no-column-widthserror-3443.md
@@ -22,13 +22,11 @@ The fixed-width parameter specified in the text file specification for the Text
- From Microsoft Access, these values are set in the Link Text Wizard.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-guid-could-not-be-createderror-3553.md b/access/Concepts/Miscellaneous/the-guid-could-not-be-createderror-3553.md
index 81a7d4017d4..fba0664dd13 100644
--- a/access/Concepts/Miscellaneous/the-guid-could-not-be-createderror-3553.md
+++ b/access/Concepts/Miscellaneous/the-guid-could-not-be-createderror-3553.md
@@ -17,13 +17,12 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
+
diff --git a/access/Concepts/Miscellaneous/the-history-of-design-changes-in-the-replica-does-not-match-the-history-in-the-d.md b/access/Concepts/Miscellaneous/the-history-of-design-changes-in-the-replica-does-not-match-the-history-in-the-d.md
index 0fda96c5938..87bff348256 100644
--- a/access/Concepts/Miscellaneous/the-history-of-design-changes-in-the-replica-does-not-match-the-history-in-the-d.md
+++ b/access/Concepts/Miscellaneous/the-history-of-design-changes-in-the-replica-does-not-match-the-history-in-the-d.md
@@ -17,13 +17,12 @@ ms.date: 06/08/2017
The Synchronizer is unable to synchronize the two members of the replica set because the history of design (or schema) changes is different for each replica. The discrepancy in design history might be caused by either the existence of two Design Masters or because the Design Master has been restored from a backup made sometime in the past.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-insert-into-statement-contains-the-following-unknown-field-namefield-namemak.md b/access/Concepts/Miscellaneous/the-insert-into-statement-contains-the-following-unknown-field-namefield-namemak.md
index f4f65e97c6a..5d2572b0f65 100644
--- a/access/Concepts/Miscellaneous/the-insert-into-statement-contains-the-following-unknown-field-namefield-namemak.md
+++ b/access/Concepts/Miscellaneous/the-insert-into-statement-contains-the-following-unknown-field-namefield-namemak.md
@@ -17,13 +17,12 @@ ms.date: 06/08/2017
You tried to use an INSERT INTO statement with the specified field name, but that field does not exist in the output table. Make sure you have typed the name correctly, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-keeplocal-property-cannot-be-set-on-a-database-it-can-be-set-only-on-the-obj.md b/access/Concepts/Miscellaneous/the-keeplocal-property-cannot-be-set-on-a-database-it-can-be-set-only-on-the-obj.md
index d86de66a134..edb7eb2fa7e 100644
--- a/access/Concepts/Miscellaneous/the-keeplocal-property-cannot-be-set-on-a-database-it-can-be-set-only-on-the-obj.md
+++ b/access/Concepts/Miscellaneous/the-keeplocal-property-cannot-be-set-on-a-database-it-can-be-set-only-on-the-obj.md
@@ -17,13 +17,12 @@ ms.date: 06/08/2017
The **KeepLocal** property is set to "T" for objects in a database that you do not want replicated. You cannot set this property for the entire database.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-language-specific-code-page-was-not-specified-or-could-not-be-founderror-364.md b/access/Concepts/Miscellaneous/the-language-specific-code-page-was-not-specified-or-could-not-be-founderror-364.md
index 9a04a4b7298..c8d5c8b2474 100644
--- a/access/Concepts/Miscellaneous/the-language-specific-code-page-was-not-specified-or-could-not-be-founderror-364.md
+++ b/access/Concepts/Miscellaneous/the-language-specific-code-page-was-not-specified-or-could-not-be-founderror-364.md
@@ -18,13 +18,13 @@ ms.date: 06/08/2017
You have attempted to open a database that was created with a language that is not installed on your computer. You should determine what language was specified for this database when it was created and then make sure that language is installed on your system. If the database was created with DAO, the language was specified with the locale argument of the **CreateDatabase** method. If the database was created with Microsoft Access, the language was specified with the option "New Database Sort Order" on the **General** tab of the **Options** dialog box, which is available by clicking **Options** on the **Tools** menu.
Languages can be added to your system through the Regional settings of the Control Panel.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-level-clause-includes-a-reserved-word-or-argument-that-is-misspelled-or-miss.md b/access/Concepts/Miscellaneous/the-level-clause-includes-a-reserved-word-or-argument-that-is-misspelled-or-miss.md
index 8253505b7a9..13cb51f7124 100644
--- a/access/Concepts/Miscellaneous/the-level-clause-includes-a-reserved-word-or-argument-that-is-misspelled-or-miss.md
+++ b/access/Concepts/Miscellaneous/the-level-clause-includes-a-reserved-word-or-argument-that-is-misspelled-or-miss.md
@@ -24,14 +24,12 @@ Possible causes:
- Punctuation is incorrect.
-
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-member-of-the-replica-set-you-are-attempting-to-synchronize-is-currently-bei.md b/access/Concepts/Miscellaneous/the-member-of-the-replica-set-you-are-attempting-to-synchronize-is-currently-bei.md
index 194e75516b7..1997c5b2147 100644
--- a/access/Concepts/Miscellaneous/the-member-of-the-replica-set-you-are-attempting-to-synchronize-is-currently-bei.md
+++ b/access/Concepts/Miscellaneous/the-member-of-the-replica-set-you-are-attempting-to-synchronize-is-currently-bei.md
@@ -17,13 +17,12 @@ ms.date: 06/08/2017
The Design Master or a replica can be involved in only one synchronization at a time. Although you cannot initiate a second synchronization while the member is locked, you can continue using it. Wait a few minutes and try your synchronization again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-a-record-in-the-table-name-with.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-a-record-in-the-table-name-with.md
index 43c504cca8e..b355fc86772 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-a-record-in-the-table-name-with.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-a-record-in-the-table-name-with.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
In a one-to-many relationship, you entered data on the "many" side for which there is no matching record on the "one" side. For example, this error occurs if you join a Customers table and Orders table on a CustomerID field, and then add an order using a CustomerID that does not exist in the Customers table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-the-input-table-or-query-namema.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-the-input-table-or-query-namema.md
index 4ab7f8d5c07..fbc9a84f56f 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-the-input-table-or-query-namema.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-find-the-input-table-or-query-namema.md
@@ -24,13 +24,11 @@ Possible causes:
- You misspelled the table or query name. Check for missing underscores ( _ ) or other punctuation, and make sure you did not enter leading spaces.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-open-the-file-nameit-is-already-open.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-open-the-file-nameit-is-already-open.md
index ea9d341b10a..48116d78ee1 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-open-the-file-nameit-is-already-open.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-cannot-open-the-file-nameit-is-already-open.md
@@ -24,13 +24,11 @@ Possible causes:
- You tried to open the indicated file exclusively, but another user already has the file open.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-execute-the-sql-statement-because.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-execute-the-sql-statement-because.md
index 2188bda4e1d..f908529ec95 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-execute-the-sql-statement-because.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-execute-the-sql-statement-because.md
@@ -25,13 +25,11 @@ Possible causes:
- You included a numeric aggregate function, such as **Sum** or **StDev**, that tried to perform a calculation on a Text field. Choose a different aggregate function.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-find-the-object-namemake-sure-the.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-find-the-object-namemake-sure-the.md
index 93d7ab9f013..3b2114c37dc 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-find-the-object-namemake-sure-the.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-find-the-object-namemake-sure-the.md
@@ -26,13 +26,11 @@ Possible causes:
- If you are trying to open a Btrieve table, the paths indicated in the data definition file File.ddf may be incorrect. Be sure your data (.dat) files are in the correct directories.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-read-the-system-clock-on-your-com.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-read-the-system-clock-on-your-com.md
index 9b80e8b4c4c..da5d1661538 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-read-the-system-clock-on-your-com.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-could-not-read-the-system-clock-on-your-com.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The Microsoft Access database engine uses your computer's system clock for certain internal processes. It tried to read the computer's clock but was not able to. Shut down and restart your computer.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-does-not-recognize-name-as-a-valid-field-na.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-does-not-recognize-name-as-a-valid-field-na.md
index 1c52d88f733..082e62710a6 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-does-not-recognize-name-as-a-valid-field-na.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-does-not-recognize-name-as-a-valid-field-na.md
@@ -34,13 +34,11 @@ Possible causes with Microsoft Access:
- In any type of query, you have improperly referred to a database, table, or field. For example, this error can occur if you refer to a field named Salary in an expression, but you misspell the field name, such as `[Sallary]*1.1`.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-has-already-been-initializederror-3279.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-has-already-been-initializederror-3279.md
index 69f5a867519..48d2c530f14 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-has-already-been-initializederror-3279.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-has-already-been-initializederror-3279.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to initialize the Microsoft Access database engine, but it has already been initialized.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-sorting-dlls-could-not-be-loaded-properlyer.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-sorting-dlls-could-not-be-loaded-properlyer.md
index 99a7d538b6a..2b88579a66a 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-sorting-dlls-could-not-be-loaded-properlyer.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-sorting-dlls-could-not-be-loaded-properlyer.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The Microsoft Access database engine uses two sorting DLLs for comparisons and indexing, ACEWSTR.DLL and ACEWDAT.DLL. Make sure that those DLLs are in the path used to load DLLs.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-stopped-the-process-because-you-and-another.md b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-stopped-the-process-because-you-and-another.md
index 7cf8f11fe36..6a80a5fd783 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-stopped-the-process-because-you-and-another.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-access-database-engine-stopped-the-process-because-you-and-another.md
@@ -19,13 +19,12 @@ This error can occur in a multiuser environment.
Another user has changed the data you are trying to update. This error can occur when multiple users open a table or create a **Recordset** and use optimistic locking. Between the time you used the **Edit** method and the **Update** method, another user changed the same data.
To overwrite the other user's changes with your own, execute the **Update** method again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-microsoft-jet-database-engine-has-not-been-initializederror-3278.md b/access/Concepts/Miscellaneous/the-microsoft-jet-database-engine-has-not-been-initializederror-3278.md
index 08f08130c4a..bbce681e965 100644
--- a/access/Concepts/Miscellaneous/the-microsoft-jet-database-engine-has-not-been-initializederror-3278.md
+++ b/access/Concepts/Miscellaneous/the-microsoft-jet-database-engine-has-not-been-initializederror-3278.md
@@ -25,13 +25,11 @@ Possible causes:
- An error occurred during installation and setup. Reinstall your application.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-name-query-cannot-be-used-in-a-check-constraint-clauseerror-3801.md b/access/Concepts/Miscellaneous/the-name-query-cannot-be-used-in-a-check-constraint-clauseerror-3801.md
index 4a8b742f9f4..34524fb59bd 100644
--- a/access/Concepts/Miscellaneous/the-name-query-cannot-be-used-in-a-check-constraint-clauseerror-3801.md
+++ b/access/Concepts/Miscellaneous/the-name-query-cannot-be-used-in-a-check-constraint-clauseerror-3801.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when using the CREATE TABLE or ALTER TABLE ALTER COLUMN syntax and using the CHECK constraint clause. The error occurs when a CHECK constraint attempts to reference an attached/linked table or a view/procedure/stored query.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-name-selected-for-the-system-object-is-already-in-useerror-3526.md b/access/Concepts/Miscellaneous/the-name-selected-for-the-system-object-is-already-in-useerror-3526.md
index e8e4f442c66..9a881672cb0 100644
--- a/access/Concepts/Miscellaneous/the-name-selected-for-the-system-object-is-already-in-useerror-3526.md
+++ b/access/Concepts/Miscellaneous/the-name-selected-for-the-system-object-is-already-in-useerror-3526.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-number-of-aliases-specified-shall-be-the-same-as-number-of-output-columns-er.md b/access/Concepts/Miscellaneous/the-number-of-aliases-specified-shall-be-the-same-as-number-of-output-columns-er.md
index c429d3b87f0..833fcd4769b 100644
--- a/access/Concepts/Miscellaneous/the-number-of-aliases-specified-shall-be-the-same-as-number-of-output-columns-er.md
+++ b/access/Concepts/Miscellaneous/the-number-of-aliases-specified-shall-be-the-same-as-number-of-output-columns-er.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when trying to create a view through SQL DDL. The error occurs when a different number of correlation names or aliases are defined from what is in the SELECT statement. For example, the following syntax would generate this error: CREATE VIEW foo (col1, col2) AS SELECT col1 FROM table1.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-number-of-columns-in-the-two-selected-tables-or-queries-of-a-union-query-do.md b/access/Concepts/Miscellaneous/the-number-of-columns-in-the-two-selected-tables-or-queries-of-a-union-query-do.md
index 5b79ddacd71..8c17b069b73 100644
--- a/access/Concepts/Miscellaneous/the-number-of-columns-in-the-two-selected-tables-or-queries-of-a-union-query-do.md
+++ b/access/Concepts/Miscellaneous/the-number-of-columns-in-the-two-selected-tables-or-queries-of-a-union-query-do.md
@@ -28,13 +28,11 @@ SELECT Country, FirstName, LastName FROM Employees
UNION SELECT Country, NULL, NULL FROM Regions;
```
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-object-cannot-be-replicated-because-the-database-is-not-replicatederror-3485.md b/access/Concepts/Miscellaneous/the-object-cannot-be-replicated-because-the-database-is-not-replicatederror-3485.md
index ffba9b7b5e6..cf5369f4a80 100644
--- a/access/Concepts/Miscellaneous/the-object-cannot-be-replicated-because-the-database-is-not-replicatederror-3485.md
+++ b/access/Concepts/Miscellaneous/the-object-cannot-be-replicated-because-the-database-is-not-replicatederror-3485.md
@@ -29,13 +29,12 @@ You cannot replicate an object in a database unless you first replicate the data
All objects in the database are replicated when the database is replicated, unless the **KeepLocal** property has been set on an object.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-object-is-not-a-stored-procedureerror-3749.md b/access/Concepts/Miscellaneous/the-object-is-not-a-stored-procedureerror-3749.md
index 6912d93d9c0..3081127e0f8 100644
--- a/access/Concepts/Miscellaneous/the-object-is-not-a-stored-procedureerror-3749.md
+++ b/access/Concepts/Miscellaneous/the-object-is-not-a-stored-procedureerror-3749.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when using the EXECUTE keyword and either passing a name of a procedure or view that does not exist in the database or passing the name of a base table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-object-specified-cannot-be-replicated-because-it-is-missing-a-necessary-reso.md b/access/Concepts/Miscellaneous/the-object-specified-cannot-be-replicated-because-it-is-missing-a-necessary-reso.md
index 72bd62d5027..83ecb09943d 100644
--- a/access/Concepts/Miscellaneous/the-object-specified-cannot-be-replicated-because-it-is-missing-a-necessary-reso.md
+++ b/access/Concepts/Miscellaneous/the-object-specified-cannot-be-replicated-because-it-is-missing-a-necessary-reso.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-operation-failed-there-are-too-many-indexes-on-table-namedelete-some-of-the.md b/access/Concepts/Miscellaneous/the-operation-failed-there-are-too-many-indexes-on-table-namedelete-some-of-the.md
index 1bf1dff1f06..637ae1f66ee 100644
--- a/access/Concepts/Miscellaneous/the-operation-failed-there-are-too-many-indexes-on-table-namedelete-some-of-the.md
+++ b/access/Concepts/Miscellaneous/the-operation-failed-there-are-too-many-indexes-on-table-namedelete-some-of-the.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
A table in a Microsoft Access database engine database can have no more than 32 indexes. You cannot create additional indexes on a table with this many indexes.
Delete one or more indexes from the named table and try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-operation-you-attempted-conflicts-with-an-existing-operation-involving-this.md b/access/Concepts/Miscellaneous/the-operation-you-attempted-conflicts-with-an-existing-operation-involving-this.md
index ff9621b8605..12c8d150465 100644
--- a/access/Concepts/Miscellaneous/the-operation-you-attempted-conflicts-with-an-existing-operation-involving-this.md
+++ b/access/Concepts/Miscellaneous/the-operation-you-attempted-conflicts-with-an-existing-operation-involving-this.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Another user or application is already performing the same operation on this member of the replica set. Retry your action later.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-order-by-expression-expression-includes-fields-that-are-not-selected-by-the.md b/access/Concepts/Miscellaneous/the-order-by-expression-expression-includes-fields-that-are-not-selected-by-the.md
index 42918037b8a..498640ad676 100644
--- a/access/Concepts/Miscellaneous/the-order-by-expression-expression-includes-fields-that-are-not-selected-by-the.md
+++ b/access/Concepts/Miscellaneous/the-order-by-expression-expression-includes-fields-that-are-not-selected-by-the.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
In a union query, you have included fields in an ORDER BY expression that are not specified by the query. Only those fields requested in the first query can be included in an ORDER BY expression.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-partial-filter-expression-contains-an-unknown-functionerror-3589.md b/access/Concepts/Miscellaneous/the-partial-filter-expression-contains-an-unknown-functionerror-3589.md
index 13410899bd8..7f4e21782d0 100644
--- a/access/Concepts/Miscellaneous/the-partial-filter-expression-contains-an-unknown-functionerror-3589.md
+++ b/access/Concepts/Miscellaneous/the-partial-filter-expression-contains-an-unknown-functionerror-3589.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Make sure you are using the correct name of the function. Also, not all functions are valid in filter expressions.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-password-supplied-for-the-dropbox-folder-name-is-invaliderror-3483.md b/access/Concepts/Miscellaneous/the-password-supplied-for-the-dropbox-folder-name-is-invaliderror-3483.md
index 8ce08324726..ead17e64b0f 100644
--- a/access/Concepts/Miscellaneous/the-password-supplied-for-the-dropbox-folder-name-is-invaliderror-3483.md
+++ b/access/Concepts/Miscellaneous/the-password-supplied-for-the-dropbox-folder-name-is-invaliderror-3483.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
To specify the password, start the Replication Manager.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-password-used-by-the-synchronizer-to-write-to-a-destination-dropbox-folder-i.md b/access/Concepts/Miscellaneous/the-password-used-by-the-synchronizer-to-write-to-a-destination-dropbox-folder-i.md
index 5f692df378b..0e1e394a5a3 100644
--- a/access/Concepts/Miscellaneous/the-password-used-by-the-synchronizer-to-write-to-a-destination-dropbox-folder-i.md
+++ b/access/Concepts/Miscellaneous/the-password-used-by-the-synchronizer-to-write-to-a-destination-dropbox-folder-i.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-query-cannot-be-used-as-a-row-sourceerror-3323.md b/access/Concepts/Miscellaneous/the-query-cannot-be-used-as-a-row-sourceerror-3323.md
index 9a45f8e357e..721efa6cbc4 100644
--- a/access/Concepts/Miscellaneous/the-query-cannot-be-used-as-a-row-sourceerror-3323.md
+++ b/access/Concepts/Miscellaneous/the-query-cannot-be-used-as-a-row-sourceerror-3323.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
Possible causes:
The query being used as a record source is an action query or a data-definition query.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-query-is-a-ddl-query-and-cannot-be-used-as-a-row-sourceerror-3324.md b/access/Concepts/Miscellaneous/the-query-is-a-ddl-query-and-cannot-be-used-as-a-row-sourceerror-3324.md
index 52b92efccbf..774abf65fc1 100644
--- a/access/Concepts/Miscellaneous/the-query-is-a-ddl-query-and-cannot-be-used-as-a-row-sourceerror-3324.md
+++ b/access/Concepts/Miscellaneous/the-query-is-a-ddl-query-and-cannot-be-used-as-a-row-sourceerror-3324.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to run an action query or data-definition query without using the **Execute** method.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-record-cannot-be-deleted-or-changed-because-table-name-includes-related-reco.md b/access/Concepts/Miscellaneous/the-record-cannot-be-deleted-or-changed-because-table-name-includes-related-reco.md
index 3686450afd2..181e52e15a2 100644
--- a/access/Concepts/Miscellaneous/the-record-cannot-be-deleted-or-changed-because-table-name-includes-related-reco.md
+++ b/access/Concepts/Miscellaneous/the-record-cannot-be-deleted-or-changed-because-table-name-includes-related-reco.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
You tried to perform an operation that would have violated referential integrity rules for related tables. For example, this error occurs if you try to delete or change a record in the "one" table in a one-to-many relationship when there are related records in the "many" table.
If you want to delete or change the record, first delete the related records from the "many" table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-recordset-object-open-method.md b/access/Concepts/Miscellaneous/the-recordset-object-open-method.md
index 89402f3a460..45316023763 100644
--- a/access/Concepts/Miscellaneous/the-recordset-object-open-method.md
+++ b/access/Concepts/Miscellaneous/the-recordset-object-open-method.md
@@ -179,13 +179,11 @@ ErrHandler:
For more information, see NextRecordset.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-relationship-name-in-the-partial-filter-expression-is-invaliderror-3480.md b/access/Concepts/Miscellaneous/the-relationship-name-in-the-partial-filter-expression-is-invaliderror-3480.md
index 590daa9f24c..c51d986cb1b 100644
--- a/access/Concepts/Miscellaneous/the-relationship-name-in-the-partial-filter-expression-is-invaliderror-3480.md
+++ b/access/Concepts/Miscellaneous/the-relationship-name-in-the-partial-filter-expression-is-invaliderror-3480.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Specify a valid relationship.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-replica-is-not-a-partial-replicaerror-3478.md b/access/Concepts/Miscellaneous/the-replica-is-not-a-partial-replicaerror-3478.md
index 2f242edb55e..a36ce3e898c 100644
--- a/access/Concepts/Miscellaneous/the-replica-is-not-a-partial-replicaerror-3478.md
+++ b/access/Concepts/Miscellaneous/the-replica-is-not-a-partial-replicaerror-3478.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are attempting to get information about the filter or some other aspect of a partial replica. However, the replica you are querying is not a partial replica. Use the Replication Manager to view the replica's property sheet and confirm that the replica is not a partial replica.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-replica-name-or-id-does-not-match-a-currently-managed-member-of-the-replica.md b/access/Concepts/Miscellaneous/the-replica-name-or-id-does-not-match-a-currently-managed-member-of-the-replica.md
index 99a9d42fa75..5bbf2ffb512 100644
--- a/access/Concepts/Miscellaneous/the-replica-name-or-id-does-not-match-a-currently-managed-member-of-the-replica.md
+++ b/access/Concepts/Miscellaneous/the-replica-name-or-id-does-not-match-a-currently-managed-member-of-the-replica.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-replicaid-for-this-member-of-the-replica-set-was-reassigned-during-a-move-or.md b/access/Concepts/Miscellaneous/the-replicaid-for-this-member-of-the-replica-set-was-reassigned-during-a-move-or.md
index 7a56b4a8812..17a3d0e7ee5 100644
--- a/access/Concepts/Miscellaneous/the-replicaid-for-this-member-of-the-replica-set-was-reassigned-during-a-move-or.md
+++ b/access/Concepts/Miscellaneous/the-replicaid-for-this-member-of-the-replica-set-was-reassigned-during-a-move-or.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-delete-is-read-only-and-cannot-be.md b/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-delete-is-read-only-and-cannot-be.md
index c7bd2ea7e16..78f54a5e5d4 100644
--- a/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-delete-is-read-only-and-cannot-be.md
+++ b/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-delete-is-read-only-and-cannot-be.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Check to be sure you are deleting the correct property.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-set-or-delete-is-read-only-and-ca.md b/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-set-or-delete-is-read-only-and-ca.md
index 81b6cf60b6c..0ee8c046ad3 100644
--- a/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-set-or-delete-is-read-only-and-ca.md
+++ b/access/Concepts/Miscellaneous/the-replication-property-you-are-attempting-to-set-or-delete-is-read-only-and-ca.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Many properties related to replication are for internal use only or are available to the developer on a read-only basis. Review your program code to make sure you are reading rather than changing the property.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-search-key-was-not-found-in-any-recorderror-3709.md b/access/Concepts/Miscellaneous/the-search-key-was-not-found-in-any-recorderror-3709.md
index 470e971a78d..66c67a64057 100644
--- a/access/Concepts/Miscellaneous/the-search-key-was-not-found-in-any-recorderror-3709.md
+++ b/access/Concepts/Miscellaneous/the-search-key-was-not-found-in-any-recorderror-3709.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when an ISAM SEEK is being executed and there are no matching values in the index.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-select-statement-includes-a-reserved-word-or-an-argument-name-that-is-misspe.md b/access/Concepts/Miscellaneous/the-select-statement-includes-a-reserved-word-or-an-argument-name-that-is-misspe.md
index e242654a907..a8acdb6b42e 100644
--- a/access/Concepts/Miscellaneous/the-select-statement-includes-a-reserved-word-or-an-argument-name-that-is-misspe.md
+++ b/access/Concepts/Miscellaneous/the-select-statement-includes-a-reserved-word-or-an-argument-name-that-is-misspe.md
@@ -25,13 +25,11 @@ Possible causes:
- Punctuation is incorrect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-server-s-msysconf-table-exists-but-is-in-an-incorrect-format-contact-your-sy.md b/access/Concepts/Miscellaneous/the-server-s-msysconf-table-exists-but-is-in-an-incorrect-format-contact-your-sy.md
index f9da971cd36..69b785eb805 100644
--- a/access/Concepts/Miscellaneous/the-server-s-msysconf-table-exists-but-is-in-an-incorrect-format-contact-your-sy.md
+++ b/access/Concepts/Miscellaneous/the-server-s-msysconf-table-exists-but-is-in-an-incorrect-format-contact-your-sy.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The MSysConf table created on the server to help control communications between the Microsoft Access database engine and the linked ODBC data source requires a very specific format.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-size-of-a-field-is-too-longerror-3017.md b/access/Concepts/Miscellaneous/the-size-of-a-field-is-too-longerror-3017.md
index 40951489184..d772e528cd0 100644
--- a/access/Concepts/Miscellaneous/the-size-of-a-field-is-too-longerror-3017.md
+++ b/access/Concepts/Miscellaneous/the-size-of-a-field-is-too-longerror-3017.md
@@ -24,13 +24,11 @@ Possible causes:
- You tried to define a query parameter longer than 255 characters.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-size-of-the-registry-parameter-exceeds-the-maximum-allowederror-3552.md b/access/Concepts/Miscellaneous/the-size-of-the-registry-parameter-exceeds-the-maximum-allowederror-3552.md
index f371409a395..35f56bf24aa 100644
--- a/access/Concepts/Miscellaneous/the-size-of-the-registry-parameter-exceeds-the-maximum-allowederror-3552.md
+++ b/access/Concepts/Miscellaneous/the-size-of-the-registry-parameter-exceeds-the-maximum-allowederror-3552.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Each parameter in the Microsoft Windows Registry has a maximum size. The setting you attempted to use exceeded the allowed maximum. Check the size limitation for the parameter you are setting.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-specified-field-field-could-refer-to-more-than-one-table-listed-in-the-from.md b/access/Concepts/Miscellaneous/the-specified-field-field-could-refer-to-more-than-one-table-listed-in-the-from.md
index af2380669c7..8901215137c 100644
--- a/access/Concepts/Miscellaneous/the-specified-field-field-could-refer-to-more-than-one-table-listed-in-the-from.md
+++ b/access/Concepts/Miscellaneous/the-specified-field-field-could-refer-to-more-than-one-table-listed-in-the-from.md
@@ -34,13 +34,11 @@ SELECT Orders.OrderID
FROM Orders, [Order Details];
```
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-specified-fields-are-not-uniquely-indexed-in-table-nameerror-3374.md b/access/Concepts/Miscellaneous/the-specified-fields-are-not-uniquely-indexed-in-table-nameerror-3374.md
index 8734e46caa8..2d829c55150 100644
--- a/access/Concepts/Miscellaneous/the-specified-fields-are-not-uniquely-indexed-in-table-nameerror-3374.md
+++ b/access/Concepts/Miscellaneous/the-specified-fields-are-not-uniquely-indexed-in-table-nameerror-3374.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The specified fields in the referenced table of a CONSTRAINT clause are not uniquely indexed.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-specified-row-length-is-shorter-than-the-sum-of-the-column-lengthserror-3646.md b/access/Concepts/Miscellaneous/the-specified-row-length-is-shorter-than-the-sum-of-the-column-lengthserror-3646.md
index 45d94b4badf..f716f54f02e 100644
--- a/access/Concepts/Miscellaneous/the-specified-row-length-is-shorter-than-the-sum-of-the-column-lengthserror-3646.md
+++ b/access/Concepts/Miscellaneous/the-specified-row-length-is-shorter-than-the-sum-of-the-column-lengthserror-3646.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The row length parameter did not specify enough space for the column binding.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-sql-statement-could-not-be-executed-because-it-contains-ambiguous-outer-join.md b/access/Concepts/Miscellaneous/the-sql-statement-could-not-be-executed-because-it-contains-ambiguous-outer-join.md
index e43a9df0003..ef514213816 100644
--- a/access/Concepts/Miscellaneous/the-sql-statement-could-not-be-executed-because-it-contains-ambiguous-outer-join.md
+++ b/access/Concepts/Miscellaneous/the-sql-statement-could-not-be-executed-because-it-contains-ambiguous-outer-join.md
@@ -50,13 +50,11 @@ Customers LEFT JOIN Query1
ON Customers.CustomerID = Orders.CustomerID;
```
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-synchronization-failed-because-a-design-change-could-not-be-applied-to-one-o.md b/access/Concepts/Miscellaneous/the-synchronization-failed-because-a-design-change-could-not-be-applied-to-one-o.md
index 373126ea4c9..957864be81d 100644
--- a/access/Concepts/Miscellaneous/the-synchronization-failed-because-a-design-change-could-not-be-applied-to-one-o.md
+++ b/access/Concepts/Miscellaneous/the-synchronization-failed-because-a-design-change-could-not-be-applied-to-one-o.md
@@ -25,13 +25,12 @@ The Microsoft Access database engine attempted to update the database design at
For additional information regarding the synchronization failure, look in the MSysSchemaProb table, either at the Design Master or the replica that was the target of the synchronization.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-id-does-not-match-an-existing-id-in-the-msystranspaddress-table.md b/access/Concepts/Miscellaneous/the-synchronizer-id-does-not-match-an-existing-id-in-the-msystranspaddress-table.md
index 6009ce6cfbc..978e5cb07cd 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-id-does-not-match-an-existing-id-in-the-msystranspaddress-table.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-id-does-not-match-an-existing-id-in-the-msystranspaddress-table.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-is-already-serving-a-clienterror-3530.md b/access/Concepts/Miscellaneous/the-synchronizer-is-already-serving-a-clienterror-3530.md
index a23716345b1..07a3900f914 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-is-already-serving-a-clienterror-3530.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-is-already-serving-a-clienterror-3530.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are attempting to start a second client of the Synchronizer, but the Synchronizer can have only one client at a time. Identify the application or user that is already using the Synchronizer and close the application.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-is-unable-to-open-the-synchronizer-logerror-3506.md b/access/Concepts/Miscellaneous/the-synchronizer-is-unable-to-open-the-synchronizer-logerror-3506.md
index 4431202b620..4900f294767 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-is-unable-to-open-the-synchronizer-logerror-3506.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-is-unable-to-open-the-synchronizer-logerror-3506.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-could-not-find-the-system-objecterror-35.md b/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-could-not-find-the-system-objecterror-35.md
index 61623d379a0..af27db15d8e 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-could-not-find-the-system-objecterror-35.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-could-not-find-the-system-objecterror-35.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-found-unread-data-in-the-shared-memory-t.md b/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-found-unread-data-in-the-shared-memory-t.md
index da01144b505..c2239e9f4bc 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-found-unread-data-in-the-shared-memory-t.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-or-replication-manager-found-unread-data-in-the-shared-memory-t.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-s-client-is-no-longer-present-and-cannot-be-notifiederror-3537.md b/access/Concepts/Miscellaneous/the-synchronizer-s-client-is-no-longer-present-and-cannot-be-notifiederror-3537.md
index 1b6413c368b..039bc9b2e0c 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-s-client-is-no-longer-present-and-cannot-be-notifiederror-3537.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-s-client-is-no-longer-present-and-cannot-be-notifiederror-3537.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-synchronizer-s-registry-has-no-value-set-for-the-key-you-queriederror-3503.md b/access/Concepts/Miscellaneous/the-synchronizer-s-registry-has-no-value-set-for-the-key-you-queriederror-3503.md
index 71c1174fdad..e74a6a961d3 100644
--- a/access/Concepts/Miscellaneous/the-synchronizer-s-registry-has-no-value-set-for-the-key-you-queriederror-3503.md
+++ b/access/Concepts/Miscellaneous/the-synchronizer-s-registry-has-no-value-set-for-the-key-you-queriederror-3503.md
@@ -27,13 +27,11 @@ You need to reconfigure the Synchronizer on your computer.
3. Follow the instructions in the wizard.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-system-object-used-by-a-process-still-exists-after-the-process-has-stoppeder.md b/access/Concepts/Miscellaneous/the-system-object-used-by-a-process-still-exists-after-the-process-has-stoppeder.md
index 87a41865187..a781e644d63 100644
--- a/access/Concepts/Miscellaneous/the-system-object-used-by-a-process-still-exists-after-the-process-has-stoppeder.md
+++ b/access/Concepts/Miscellaneous/the-system-object-used-by-a-process-still-exists-after-the-process-has-stoppeder.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-system-tables-in-your-replica-are-no-longer-reliable-and-the-replica-should.md b/access/Concepts/Miscellaneous/the-system-tables-in-your-replica-are-no-longer-reliable-and-the-replica-should.md
index deb413ca509..ee35795ba3c 100644
--- a/access/Concepts/Miscellaneous/the-system-tables-in-your-replica-are-no-longer-reliable-and-the-replica-should.md
+++ b/access/Concepts/Miscellaneous/the-system-tables-in-your-replica-are-no-longer-reliable-and-the-replica-should.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The replica on your computer is corrupted. When the Microsoft Access database engine repaired the replica, it may have altered one or more system tables. Delete the replica and replace it with a new replica.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/the-table-name-is-already-opened-exclusively-by-another-user-or-it-is-already-op.md b/access/Concepts/Miscellaneous/the-table-name-is-already-opened-exclusively-by-another-user-or-it-is-already-op.md
index e53970b06a0..47396406273 100644
--- a/access/Concepts/Miscellaneous/the-table-name-is-already-opened-exclusively-by-another-user-or-it-is-already-op.md
+++ b/access/Concepts/Miscellaneous/the-table-name-is-already-opened-exclusively-by-another-user-or-it-is-already-op.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to use a table that is currently open for exclusive access by another user, or you tried to programmatically manipulate a table that is open through the user interface. Address the appropriate condition, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-table-name-name-in-the-partial-filter-expression-is-invaliderror-3481.md b/access/Concepts/Miscellaneous/the-table-name-name-in-the-partial-filter-expression-is-invaliderror-3481.md
index c1d36a23368..343cf829915 100644
--- a/access/Concepts/Miscellaneous/the-table-name-name-in-the-partial-filter-expression-is-invaliderror-3481.md
+++ b/access/Concepts/Miscellaneous/the-table-name-name-in-the-partial-filter-expression-is-invaliderror-3481.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Make sure you are using the correct table name in the expression.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-text-file-specification-name-does-not-exist-you-cannot-import-export-or-link.md b/access/Concepts/Miscellaneous/the-text-file-specification-name-does-not-exist-you-cannot-import-export-or-link.md
index bd7b38fb22c..7869662f742 100644
--- a/access/Concepts/Miscellaneous/the-text-file-specification-name-does-not-exist-you-cannot-import-export-or-link.md
+++ b/access/Concepts/Miscellaneous/the-text-file-specification-name-does-not-exist-you-cannot-import-export-or-link.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Microsoft Access tried to import/export/link to a text file using a specification table name that does not exist in the MSysIMEXSpecs table of the database. Re-create the link using a valid specification table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-are-both-de.md b/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-are-both-de.md
index c0d0d976a6f..4df6d7e8786 100644
--- a/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-are-both-de.md
+++ b/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-are-both-de.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Delete one of the Design Masters.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-have-the-sa.md b/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-have-the-sa.md
index c459d6429f8..905c1595b6f 100644
--- a/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-have-the-sa.md
+++ b/access/Concepts/Miscellaneous/the-two-members-of-the-replica-set-you-are-attempting-to-synchronize-have-the-sa.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Synchronize with a different target member of the replica set.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-two-replicas-you-are-attempting-to-synchronize-are-from-different-replica-se.md b/access/Concepts/Miscellaneous/the-two-replicas-you-are-attempting-to-synchronize-are-from-different-replica-se.md
index bd6c799350b..ea1c8c0024c 100644
--- a/access/Concepts/Miscellaneous/the-two-replicas-you-are-attempting-to-synchronize-are-from-different-replica-se.md
+++ b/access/Concepts/Miscellaneous/the-two-replicas-you-are-attempting-to-synchronize-are-from-different-replica-se.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Replicas from different replica sets cannot be synchronized. Make sure you have selected the proper replica for synchronization.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-type-of-synchronization-you-are-attempting-is-not-validerror-3546.md b/access/Concepts/Miscellaneous/the-type-of-synchronization-you-are-attempting-is-not-validerror-3546.md
index 961f3c7c1df..2df0715a871 100644
--- a/access/Concepts/Miscellaneous/the-type-of-synchronization-you-are-attempting-is-not-validerror-3546.md
+++ b/access/Concepts/Miscellaneous/the-type-of-synchronization-you-are-attempting-is-not-validerror-3546.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The requested synchronization cannot be performed because of an invalid _exchange_ option in the **Synchronize** method. Use a valid synchronization type in your program.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-value-specified-is-not-a-replicaid-for-any-member-in-the-replica-seterror-34.md b/access/Concepts/Miscellaneous/the-value-specified-is-not-a-replicaid-for-any-member-in-the-replica-seterror-34.md
index a8fd5dd0108..3a00c0817fb 100644
--- a/access/Concepts/Miscellaneous/the-value-specified-is-not-a-replicaid-for-any-member-in-the-replica-seterror-34.md
+++ b/access/Concepts/Miscellaneous/the-value-specified-is-not-a-replicaid-for-any-member-in-the-replica-seterror-34.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-vba-file-failed-to-initialize-when-called-try-reinstalling-the-application-t.md b/access/Concepts/Miscellaneous/the-vba-file-failed-to-initialize-when-called-try-reinstalling-the-application-t.md
index e826d8ad2c3..0e4836984f3 100644
--- a/access/Concepts/Miscellaneous/the-vba-file-failed-to-initialize-when-called-try-reinstalling-the-application-t.md
+++ b/access/Concepts/Miscellaneous/the-vba-file-failed-to-initialize-when-called-try-reinstalling-the-application-t.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The Microsoft Access database engine VBA file did not initialize when it was called. Try reinstalling the application that returned the error.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-vba-file-is-missing-try-reinstalling-the-application-that-returned-the-error.md b/access/Concepts/Miscellaneous/the-vba-file-is-missing-try-reinstalling-the-application-that-returned-the-error.md
index cc0410c7b1c..c5ca9b2309f 100644
--- a/access/Concepts/Miscellaneous/the-vba-file-is-missing-try-reinstalling-the-application-that-returned-the-error.md
+++ b/access/Concepts/Miscellaneous/the-vba-file-is-missing-try-reinstalling-the-application-that-returned-the-error.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The Microsoft Access database engine VBA file could not be found.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-wait-period-for-an-event-has-timed-outerror-3531.md b/access/Concepts/Miscellaneous/the-wait-period-for-an-event-has-timed-outerror-3531.md
index f0829713f08..f739f1aa75d 100644
--- a/access/Concepts/Miscellaneous/the-wait-period-for-an-event-has-timed-outerror-3531.md
+++ b/access/Concepts/Miscellaneous/the-wait-period-for-an-event-has-timed-outerror-3531.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/the-width-of-a-unicode-text-column-must-be-an-even-number-of-byteserror-3702.md b/access/Concepts/Miscellaneous/the-width-of-a-unicode-text-column-must-be-an-even-number-of-byteserror-3702.md
index 868400c0eaa..b40711743b4 100644
--- a/access/Concepts/Miscellaneous/the-width-of-a-unicode-text-column-must-be-an-even-number-of-byteserror-3702.md
+++ b/access/Concepts/Miscellaneous/the-width-of-a-unicode-text-column-must-be-an-even-number-of-byteserror-3702.md
@@ -24,13 +24,11 @@ The database stores data using the Unicode character set, in which each characte
- If this error message appears during normal run time, it is probable that the database has become corrupted and needs to be compacted or repaired.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/there-are-fewer-records-remaining-in-the-recordset-than-you-requestederror-3641.md b/access/Concepts/Miscellaneous/there-are-fewer-records-remaining-in-the-recordset-than-you-requestederror-3641.md
index b73f1c63155..3e344976af3 100644
--- a/access/Concepts/Miscellaneous/there-are-fewer-records-remaining-in-the-recordset-than-you-requestederror-3641.md
+++ b/access/Concepts/Miscellaneous/there-are-fewer-records-remaining-in-the-recordset-than-you-requestederror-3641.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The end of the **Recordset** has been reached.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/there-are-no-mapi-clients-installed-on-this-machine-install-a-mapi-client-such-a.md b/access/Concepts/Miscellaneous/there-are-no-mapi-clients-installed-on-this-machine-install-a-mapi-client-such-a.md
index 9163575de16..91ce6113b0a 100644
--- a/access/Concepts/Miscellaneous/there-are-no-mapi-clients-installed-on-this-machine-install-a-mapi-client-such-a.md
+++ b/access/Concepts/Miscellaneous/there-are-no-mapi-clients-installed-on-this-machine-install-a-mapi-client-such-a.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Microsoft Outlook/Exchange IISAM uses the Messaging API (MAPI) to obtain folder or address book information. To get MAPI onto your machine you must install one of the Microsoft e-mail clients that uses MAPI, such as Outlook Client, Outlook Express, or Exchange Client. Until you do this, the Outlook/Exchange IISAM cannot work.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/there-are-no-scheduled-synchronizations-between-the-two-synchronizerserror-3495.md b/access/Concepts/Miscellaneous/there-are-no-scheduled-synchronizations-between-the-two-synchronizerserror-3495.md
index cc444b6376e..5e630e9d5cc 100644
--- a/access/Concepts/Miscellaneous/there-are-no-scheduled-synchronizations-between-the-two-synchronizerserror-3495.md
+++ b/access/Concepts/Miscellaneous/there-are-no-scheduled-synchronizations-between-the-two-synchronizerserror-3495.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The schedule between two Synchronizers has been deleted or you are attempting to set a schedule between the Synchronizer on your computer and itself. Use the Replication Manager to set the schedule with the correct Synchronizer.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/there-are-several-tables-with-that-name-please-specify-owner-in-the-format-owner.md b/access/Concepts/Miscellaneous/there-are-several-tables-with-that-name-please-specify-owner-in-the-format-owner.md
index 9f27131d95b..14a96b6a5bd 100644
--- a/access/Concepts/Miscellaneous/there-are-several-tables-with-that-name-please-specify-owner-in-the-format-owner.md
+++ b/access/Concepts/Miscellaneous/there-are-several-tables-with-that-name-please-specify-owner-in-the-format-owner.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
More than one table with that name exists in the remote ODBC data source. To resolve the ambiguity, specify the owner of the table you want to access, using the _owner.table_ syntax.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/there-is-a-sharing-violation-in-the-source-dropbox-folder-because-the-message-da.md b/access/Concepts/Miscellaneous/there-is-a-sharing-violation-in-the-source-dropbox-folder-because-the-message-da.md
index 329449e6700..a8cc9598073 100644
--- a/access/Concepts/Miscellaneous/there-is-a-sharing-violation-in-the-source-dropbox-folder-because-the-message-da.md
+++ b/access/Concepts/Miscellaneous/there-is-a-sharing-violation-in-the-source-dropbox-folder-because-the-message-da.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Close the message database. Users must not open the message database directly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/there-is-already-a-relationship-named-name-in-the-current-databaseerror-3378.md b/access/Concepts/Miscellaneous/there-is-already-a-relationship-named-name-in-the-current-databaseerror-3378.md
index 982fad42f8d..8f2648dd858 100644
--- a/access/Concepts/Miscellaneous/there-is-already-a-relationship-named-name-in-the-current-databaseerror-3378.md
+++ b/access/Concepts/Miscellaneous/there-is-already-a-relationship-named-name-in-the-current-databaseerror-3378.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You must specify a unique name for each relationship you add to a database by using data-definition queries. Check to see if the name you specified exists in the **Relations** collection.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/there-is-no-active-transport-for-the-synchronizererror-3508.md b/access/Concepts/Miscellaneous/there-is-no-active-transport-for-the-synchronizererror-3508.md
index 7f994f9b9ef..aab4597a798 100644
--- a/access/Concepts/Miscellaneous/there-is-no-active-transport-for-the-synchronizererror-3508.md
+++ b/access/Concepts/Miscellaneous/there-is-no-active-transport-for-the-synchronizererror-3508.md
@@ -27,13 +27,11 @@ You must reconfigure the Replication Manager.
3. Follow the instructions in the wizard.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/there-is-no-field-named-name-in-table-nameerror-3381.md b/access/Concepts/Miscellaneous/there-is-no-field-named-name-in-table-nameerror-3381.md
index 80928c803e9..b416bb8dae1 100644
--- a/access/Concepts/Miscellaneous/there-is-no-field-named-name-in-table-nameerror-3381.md
+++ b/access/Concepts/Miscellaneous/there-is-no-field-named-name-in-table-nameerror-3381.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The specified table does not contain the specified field. Check the spelling of the field name. You should also check to see if the field name exists in the **Fields** collection.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/there-is-no-index-on-the-guid-columnerror-3550.md b/access/Concepts/Miscellaneous/there-is-no-index-on-the-guid-columnerror-3550.md
index 7fba96c5efc..141f60afdbd 100644
--- a/access/Concepts/Miscellaneous/there-is-no-index-on-the-guid-columnerror-3550.md
+++ b/access/Concepts/Miscellaneous/there-is-no-index-on-the-guid-columnerror-3550.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/there-is-no-new-data-in-shared-memory-for-the-synchronizer-or-replication-manage.md b/access/Concepts/Miscellaneous/there-is-no-new-data-in-shared-memory-for-the-synchronizer-or-replication-manage.md
index 7fece1bff2f..27c69f15bfc 100644
--- a/access/Concepts/Miscellaneous/there-is-no-new-data-in-shared-memory-for-the-synchronizer-or-replication-manage.md
+++ b/access/Concepts/Miscellaneous/there-is-no-new-data-in-shared-memory-for-the-synchronizer-or-replication-manage.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/there-is-no-suitable-replica-to-exchange-witherror-3684.md b/access/Concepts/Miscellaneous/there-is-no-suitable-replica-to-exchange-witherror-3684.md
index d5ca5019208..37264c2e6b4 100644
--- a/access/Concepts/Miscellaneous/there-is-no-suitable-replica-to-exchange-witherror-3684.md
+++ b/access/Concepts/Miscellaneous/there-is-no-suitable-replica-to-exchange-witherror-3684.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
There are no suitable replicas to synchronize with the HTTP address supplied.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-expression-is-typed-incorrectly-or-it-is-too-complex-to-be-evaluated-for-ex.md b/access/Concepts/Miscellaneous/this-expression-is-typed-incorrectly-or-it-is-too-complex-to-be-evaluated-for-ex.md
index 1343b330227..92e94f5d79f 100644
--- a/access/Concepts/Miscellaneous/this-expression-is-typed-incorrectly-or-it-is-too-complex-to-be-evaluated-for-ex.md
+++ b/access/Concepts/Miscellaneous/this-expression-is-typed-incorrectly-or-it-is-too-complex-to-be-evaluated-for-ex.md
@@ -24,13 +24,11 @@ Possible causes:
- You typed an expression that is too complex. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning some parts to variables.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-is-not-a-microsoft-excel-5-0-fileerror-3431.md b/access/Concepts/Miscellaneous/this-is-not-a-microsoft-excel-5-0-fileerror-3431.md
index 4ed9ce5b913..8f5d0478653 100644
--- a/access/Concepts/Miscellaneous/this-is-not-a-microsoft-excel-5-0-fileerror-3431.md
+++ b/access/Concepts/Miscellaneous/this-is-not-a-microsoft-excel-5-0-fileerror-3431.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to read a file as a Microsoft Excel version 5.0 file, but the file is not in this format.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-is-not-a-valid-name-make-sure-it-is-a-valid-parameter-or-alias-name-that-it.md b/access/Concepts/Miscellaneous/this-is-not-a-valid-name-make-sure-it-is-a-valid-parameter-or-alias-name-that-it.md
index 565ac272e16..27534459c0d 100644
--- a/access/Concepts/Miscellaneous/this-is-not-a-valid-name-make-sure-it-is-a-valid-parameter-or-alias-name-that-it.md
+++ b/access/Concepts/Miscellaneous/this-is-not-a-valid-name-make-sure-it-is-a-valid-parameter-or-alias-name-that-it.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The specified name does not follow standard naming conventions or is not a valid parameter or alias name. Check your entry to make sure you have not included invalid characters or punctuation and that the name is not too long.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-member-of-the-replica-set-has-been-logically-removed-from-the-set-and-is-no.md b/access/Concepts/Miscellaneous/this-member-of-the-replica-set-has-been-logically-removed-from-the-set-and-is-no.md
index 48d2fe771b1..f9a512e215c 100644
--- a/access/Concepts/Miscellaneous/this-member-of-the-replica-set-has-been-logically-removed-from-the-set-and-is-no.md
+++ b/access/Concepts/Miscellaneous/this-member-of-the-replica-set-has-been-logically-removed-from-the-set-and-is-no.md
@@ -19,13 +19,12 @@ The member of the replica set you are attempting to use has been removed because
If there is data in the member that has not been synchronized with any other member in the replica set, manually enter that data in another member. You can determine which records have unsynchronized data by examining the s_Generation field in each table. A value of 0 in the s_Generation field indicates the record is an inserted or updated and has not been synchronized with another replica in the set. To view the s_Generation field, open Microsoft Access, go to the **Tools** menu, click **Options**, select the **View** tab, and then select the **System Objects** check box.
If the member is the Design Master, compare the structure of the replica with another replica in the set to determine whether any design changes have not been synchronized.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-operation-is-not-allowed-in-subquerieserror-3787.md b/access/Concepts/Miscellaneous/this-operation-is-not-allowed-in-subquerieserror-3787.md
index 1c2dda1b3ca..3509cf42e26 100644
--- a/access/Concepts/Miscellaneous/this-operation-is-not-allowed-in-subquerieserror-3787.md
+++ b/access/Concepts/Miscellaneous/this-operation-is-not-allowed-in-subquerieserror-3787.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-operation-requires-a-different-cursor-libraryerror-3663.md b/access/Concepts/Miscellaneous/this-operation-requires-a-different-cursor-libraryerror-3663.md
index 5f84e327847..1b6e3af40ad 100644
--- a/access/Concepts/Miscellaneous/this-operation-requires-a-different-cursor-libraryerror-3663.md
+++ b/access/Concepts/Miscellaneous/this-operation-requires-a-different-cursor-libraryerror-3663.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The cursor type selected when the recordset was opened does not support the operation being requested. Either re-open with an appropriate cursor type or use an appropriate operation for the current cursor type. This error occurs only when using ODBCDirect.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-property-is-not-supported-for-external-data-sources-or-for-databases-create.md b/access/Concepts/Miscellaneous/this-property-is-not-supported-for-external-data-sources-or-for-databases-create.md
index 4e20a08bc8d..4b47a9f39f4 100644
--- a/access/Concepts/Miscellaneous/this-property-is-not-supported-for-external-data-sources-or-for-databases-create.md
+++ b/access/Concepts/Miscellaneous/this-property-is-not-supported-for-external-data-sources-or-for-databases-create.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to set or check a property that is not available for this object in a database stored in a Microsoft Jet database version 1.x, 2.x, or in an external data source. Search for the object in Help, and then display the Summary topic for the object to see a list of its valid properties.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-query-is-not-a-properly-formed-data-definition-queryerror-3357.md b/access/Concepts/Miscellaneous/this-query-is-not-a-properly-formed-data-definition-queryerror-3357.md
index 165bfc7648c..fc6b48181af 100644
--- a/access/Concepts/Miscellaneous/this-query-is-not-a-properly-formed-data-definition-queryerror-3357.md
+++ b/access/Concepts/Miscellaneous/this-query-is-not-a-properly-formed-data-definition-queryerror-3357.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This query is not a properly formed data-definition query.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-recordset-is-not-updatableerror-3326.md b/access/Concepts/Miscellaneous/this-recordset-is-not-updatableerror-3326.md
index c23eae48228..484d01a60ec 100644
--- a/access/Concepts/Miscellaneous/this-recordset-is-not-updatableerror-3326.md
+++ b/access/Concepts/Miscellaneous/this-recordset-is-not-updatableerror-3326.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to edit data in a field that is bound to a snapshot-type **result set** object. Snapshot fields in a Microsoft Access database engine database cannot be edited.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/this-table-contains-cells-that-are-outside-of-the-range-of-cells-defined-in-this.md b/access/Concepts/Miscellaneous/this-table-contains-cells-that-are-outside-of-the-range-of-cells-defined-in-this.md
index 165db565051..9748b00bed9 100644
--- a/access/Concepts/Miscellaneous/this-table-contains-cells-that-are-outside-of-the-range-of-cells-defined-in-this.md
+++ b/access/Concepts/Miscellaneous/this-table-contains-cells-that-are-outside-of-the-range-of-cells-defined-in-this.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
The spreadsheet file that is being read is not correctly formed. It contains data outside the range that was specified in the file header information. The spreadsheet driver cannot read the data reliably if it is not properly formed.
The file may not be a spreadsheet file or it may have become corrupted. Try reading the file into the original spreadsheet product and then re-writing it to another file. The spreadsheet product may be able to fix the errors.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/tlv-violationerror-3716.md b/access/Concepts/Miscellaneous/tlv-violationerror-3716.md
index ccca71da339..4e7a37f9c8c 100644
--- a/access/Concepts/Miscellaneous/tlv-violationerror-3716.md
+++ b/access/Concepts/Miscellaneous/tlv-violationerror-3716.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This record contains a field value that does not meet the table level validation constraint. Either update the field value that violates the validation rule and then resubmit this conflict record, or delete this conflict record.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/to-make-changes-to-this-field-first-save-the-recorderror-3331.md b/access/Concepts/Miscellaneous/to-make-changes-to-this-field-first-save-the-recorderror-3331.md
index 98ecbacc329..f576edf3d4b 100644
--- a/access/Concepts/Miscellaneous/to-make-changes-to-this-field-first-save-the-recorderror-3331.md
+++ b/access/Concepts/Miscellaneous/to-make-changes-to-this-field-first-save-the-recorderror-3331.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs when the user is trying to edit a row based on a view or stored query that is based on more than one table.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/too-few-parameters-expected-numbererror-3061.md b/access/Concepts/Miscellaneous/too-few-parameters-expected-numbererror-3061.md
index b7b237bb72f..5a9eaa39e9d 100644
--- a/access/Concepts/Miscellaneous/too-few-parameters-expected-numbererror-3061.md
+++ b/access/Concepts/Miscellaneous/too-few-parameters-expected-numbererror-3061.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
This parameter query requires the specified number of parameters, which you did not supply. Provide the expected number of parameters, and run the query again.
In some cases, this message is generated when unknown field names or expressions are interpreted as query parameters. Be sure to enclose field names containing spaces or punctuation with square brackets [ ].
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/too-many-active-userserror-3239.md b/access/Concepts/Miscellaneous/too-many-active-userserror-3239.md
index 4507242bd89..13a6b2f3190 100644
--- a/access/Concepts/Miscellaneous/too-many-active-userserror-3239.md
+++ b/access/Concepts/Miscellaneous/too-many-active-userserror-3239.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
In a multiuser environment, Microsoft Access database engine databases support up to 255 concurrent users. Wait for one or more users to stop using the system, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/too-many-client-taskserror-3053.md b/access/Concepts/Miscellaneous/too-many-client-taskserror-3053.md
index f78e7c38e71..e5aa9b80d11 100644
--- a/access/Concepts/Miscellaneous/too-many-client-taskserror-3053.md
+++ b/access/Concepts/Miscellaneous/too-many-client-taskserror-3053.md
@@ -17,13 +17,12 @@ ms.date: 06/08/2017
You have too many copies of Microsoft Visual Basic or Visual Basic applications running at the same time. Close one or more instances.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/too-many-crosstab-column-headers-valueerror-3205.md b/access/Concepts/Miscellaneous/too-many-crosstab-column-headers-valueerror-3205.md
index 188b4164c26..857d9103dcb 100644
--- a/access/Concepts/Miscellaneous/too-many-crosstab-column-headers-valueerror-3205.md
+++ b/access/Concepts/Miscellaneous/too-many-crosstab-column-headers-valueerror-3205.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
You executed an SQL statement that tried to create too many columns. The specified value is the column that produced this error.
You can reduce the number of columns by adding additional conditions to the WHERE clause or, if there is no WHERE clause, add one.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/too-many-expressions-in-distinct-outputerror-3089.md b/access/Concepts/Miscellaneous/too-many-expressions-in-distinct-outputerror-3089.md
index 1e8c8198749..85c0320ad0e 100644
--- a/access/Concepts/Miscellaneous/too-many-expressions-in-distinct-outputerror-3089.md
+++ b/access/Concepts/Miscellaneous/too-many-expressions-in-distinct-outputerror-3089.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You created an SQL statement that has an ALL, DISTINCT, or DISTINCTROW predicate with more than ten expressions. Remove the DISTINCT reserved word, or remove some of the fields listed in the DISTINCT predicate.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/too-many-expressions-in-group-by-clauseerror-3087.md b/access/Concepts/Miscellaneous/too-many-expressions-in-group-by-clauseerror-3087.md
index f0d2d7c8ad0..f18a8ba79d1 100644
--- a/access/Concepts/Miscellaneous/too-many-expressions-in-group-by-clauseerror-3087.md
+++ b/access/Concepts/Miscellaneous/too-many-expressions-in-group-by-clauseerror-3087.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You created an SQL statement with more than 10 fields listed in the GROUP BY clause. Remove some of the fields listed in the GROUP BY clause.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/too-many-expressions-in-order-by-clauseerror-3088.md b/access/Concepts/Miscellaneous/too-many-expressions-in-order-by-clauseerror-3088.md
index 95545c312d8..085056b8e46 100644
--- a/access/Concepts/Miscellaneous/too-many-expressions-in-order-by-clauseerror-3088.md
+++ b/access/Concepts/Miscellaneous/too-many-expressions-in-order-by-clauseerror-3088.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You created an SQL statement that has an ORDER BY clause with more than ten expressions. Remove some of the fields listed in the ORDER BY clause.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/too-many-fastfind-sessions-were-invokederror-3408.md b/access/Concepts/Miscellaneous/too-many-fastfind-sessions-were-invokederror-3408.md
index 94c4980815b..f210c981e9b 100644
--- a/access/Concepts/Miscellaneous/too-many-fastfind-sessions-were-invokederror-3408.md
+++ b/access/Concepts/Miscellaneous/too-many-fastfind-sessions-were-invokederror-3408.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
DAO's FIND method can only be executed once on a table or recordset.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/too-many-fields-definederror-3190.md b/access/Concepts/Miscellaneous/too-many-fields-definederror-3190.md
index 91397ba8854..1feeedc8638 100644
--- a/access/Concepts/Miscellaneous/too-many-fields-definederror-3190.md
+++ b/access/Concepts/Miscellaneous/too-many-fields-definederror-3190.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to perform an operation that involves more than 255 fields. Reduce the number of fields, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/too-many-memo-or-ole-object-fieldserror-3054.md b/access/Concepts/Miscellaneous/too-many-memo-or-ole-object-fieldserror-3054.md
index 93b05085349..bb79df47d85 100644
--- a/access/Concepts/Miscellaneous/too-many-memo-or-ole-object-fieldserror-3054.md
+++ b/access/Concepts/Miscellaneous/too-many-memo-or-ole-object-fieldserror-3054.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to perform a Btrieve operation that involves too many Memo or OLE Object fields. Reduce the number of Memo and OLE Object fields, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/topvalues-property.md b/access/Concepts/Miscellaneous/topvalues-property.md
index a8abd2697a4..4faa8867601 100644
--- a/access/Concepts/Miscellaneous/topvalues-property.md
+++ b/access/Concepts/Miscellaneous/topvalues-property.md
@@ -79,7 +79,7 @@ Me.RecordSource = strGetSQL
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/troubleshooting.md b/access/Concepts/Miscellaneous/troubleshooting.md
index 57120d50914..70648ab83a9 100644
--- a/access/Concepts/Miscellaneous/troubleshooting.md
+++ b/access/Concepts/Miscellaneous/troubleshooting.md
@@ -25,7 +25,7 @@ When you have trouble with MDAC technologies, try the following resources to get
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/two-members-of-the-replica-set-cannot-be-synchronized-because-there-is-no-common.md b/access/Concepts/Miscellaneous/two-members-of-the-replica-set-cannot-be-synchronized-because-there-is-no-common.md
index 437cf7aac16..4382fb15ceb 100644
--- a/access/Concepts/Miscellaneous/two-members-of-the-replica-set-cannot-be-synchronized-because-there-is-no-common.md
+++ b/access/Concepts/Miscellaneous/two-members-of-the-replica-set-cannot-be-synchronized-because-there-is-no-common.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Too much time has passed since these two members of the replica set were last synchronized. The Microsoft Access database engine cannot find a common point of reference to begin applying changes in the content or structure of the database.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/type-mismatch-in-join-expressionerror-3615.md b/access/Concepts/Miscellaneous/type-mismatch-in-join-expressionerror-3615.md
index a7c6b9c11cd..8da2a6220a9 100644
--- a/access/Concepts/Miscellaneous/type-mismatch-in-join-expressionerror-3615.md
+++ b/access/Concepts/Miscellaneous/type-mismatch-in-join-expressionerror-3615.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
A JOIN expression is attempting to join two tables on fields of incompatible data types. For example, you will get this error if you attempt to join a Memo field with a Text field.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/type-property-columnadox.md b/access/Concepts/Miscellaneous/type-property-columnadox.md
index 77c6cc76617..b01d347c203 100644
--- a/access/Concepts/Miscellaneous/type-property-columnadox.md
+++ b/access/Concepts/Miscellaneous/type-property-columnadox.md
@@ -24,7 +24,7 @@ This property is read/write until the [Column](http://msdn.microsoft.com/library
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/type-property-example-fieldvj-plus-plus.md b/access/Concepts/Miscellaneous/type-property-example-fieldvj-plus-plus.md
index d3edf855f64..42d5b69b5ea 100644
--- a/access/Concepts/Miscellaneous/type-property-example-fieldvj-plus-plus.md
+++ b/access/Concepts/Miscellaneous/type-property-example-fieldvj-plus-plus.md
@@ -169,7 +169,7 @@ public class TypeFieldX
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/type-property-example-propertyvj-plus-plus.md b/access/Concepts/Miscellaneous/type-property-example-propertyvj-plus-plus.md
index ea263372bd0..89aa72cb8f5 100644
--- a/access/Concepts/Miscellaneous/type-property-example-propertyvj-plus-plus.md
+++ b/access/Concepts/Miscellaneous/type-property-example-propertyvj-plus-plus.md
@@ -262,7 +262,7 @@ public class TypePropertyX
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/type-property-keyadox.md b/access/Concepts/Miscellaneous/type-property-keyadox.md
index d2cf97da4f9..af5d527e3b9 100644
--- a/access/Concepts/Miscellaneous/type-property-keyadox.md
+++ b/access/Concepts/Miscellaneous/type-property-keyadox.md
@@ -24,7 +24,7 @@ This property is read-only on [Key](http://msdn.microsoft.com/library/727198ec-5
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/type-property-tableadox.md b/access/Concepts/Miscellaneous/type-property-tableadox.md
index 4348060313b..b7a13c01e95 100644
--- a/access/Concepts/Miscellaneous/type-property-tableadox.md
+++ b/access/Concepts/Miscellaneous/type-property-tableadox.md
@@ -24,7 +24,7 @@ This property is read-only.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unable-to-change-column-level-tracking-property-on-objects-that-are-already-repl.md b/access/Concepts/Miscellaneous/unable-to-change-column-level-tracking-property-on-objects-that-are-already-repl.md
index 9197ca2784c..7b904a498b8 100644
--- a/access/Concepts/Miscellaneous/unable-to-change-column-level-tracking-property-on-objects-that-are-already-repl.md
+++ b/access/Concepts/Miscellaneous/unable-to-change-column-level-tracking-property-on-objects-that-are-already-repl.md
@@ -19,7 +19,7 @@ Once an object is made replicable, the Column Level Tracking Property cannot be
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unable-to-delete-the-specified-registry-parameter-for-the-synchronizererror-3551.md b/access/Concepts/Miscellaneous/unable-to-delete-the-specified-registry-parameter-for-the-synchronizererror-3551.md
index db8b4d176ed..721fae5ec10 100644
--- a/access/Concepts/Miscellaneous/unable-to-delete-the-specified-registry-parameter-for-the-synchronizererror-3551.md
+++ b/access/Concepts/Miscellaneous/unable-to-delete-the-specified-registry-parameter-for-the-synchronizererror-3551.md
@@ -17,13 +17,12 @@ ms.date: 06/08/2017
You need to reconfigure the Synchronizer on your computer.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/unable-to-load-jet-sql-server-reconcilermsrpjt40-dllerror-3775.md b/access/Concepts/Miscellaneous/unable-to-load-jet-sql-server-reconcilermsrpjt40-dllerror-3775.md
index 1d392464375..13eeb14a6ae 100644
--- a/access/Concepts/Miscellaneous/unable-to-load-jet-sql-server-reconcilermsrpjt40-dllerror-3775.md
+++ b/access/Concepts/Miscellaneous/unable-to-load-jet-sql-server-reconcilermsrpjt40-dllerror-3775.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are trying to execute an operation between a Microsoft Jet Subscriber and an SQL Publication. The file msrpjt40.dll cannot be found on the specified path or is not registered.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/unable-to-retrieve-the-specified-registry-parameter-for-the-synchronizererror-34.md b/access/Concepts/Miscellaneous/unable-to-retrieve-the-specified-registry-parameter-for-the-synchronizererror-34.md
index 27712a44429..e85892e98e4 100644
--- a/access/Concepts/Miscellaneous/unable-to-retrieve-the-specified-registry-parameter-for-the-synchronizererror-34.md
+++ b/access/Concepts/Miscellaneous/unable-to-retrieve-the-specified-registry-parameter-for-the-synchronizererror-34.md
@@ -27,13 +27,11 @@ You need to reconfigure the Synchronizer on your computer.
3. Follow the instructions in the wizard.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/unable-to-set-a-schedule-for-the-synchronizererror-3497.md b/access/Concepts/Miscellaneous/unable-to-set-a-schedule-for-the-synchronizererror-3497.md
index 476c1ac3b82..a951680d0da 100644
--- a/access/Concepts/Miscellaneous/unable-to-set-a-schedule-for-the-synchronizererror-3497.md
+++ b/access/Concepts/Miscellaneous/unable-to-set-a-schedule-for-the-synchronizererror-3497.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
There was an internal problem setting the schedule. Try again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/undefined-function-name-in-expressionerror-3085.md b/access/Concepts/Miscellaneous/undefined-function-name-in-expressionerror-3085.md
index 5825d3c3904..6f5bb13b0f0 100644
--- a/access/Concepts/Miscellaneous/undefined-function-name-in-expressionerror-3085.md
+++ b/access/Concepts/Miscellaneous/undefined-function-name-in-expressionerror-3085.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You entered an SQL expression that includes a **Function** procedure name that cannot be recognized. Make sure the function exists, that it can be used in SQL expressions, or check the expression to make sure you entered the name correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/unexpected-error-from-external-database-driver-error-numbererror-3275.md b/access/Concepts/Miscellaneous/unexpected-error-from-external-database-driver-error-numbererror-3275.md
index 35f05f22f0d..c51bd9835bc 100644
--- a/access/Concepts/Miscellaneous/unexpected-error-from-external-database-driver-error-numbererror-3275.md
+++ b/access/Concepts/Miscellaneous/unexpected-error-from-external-database-driver-error-numbererror-3275.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The specified external database driver returned an error. This error can be caused by performing an operation not supported on this type of external database.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/unions-not-allowed-in-a-subqueryerror-3361.md b/access/Concepts/Miscellaneous/unions-not-allowed-in-a-subqueryerror-3361.md
index cb7c94e4ebf..e699e13e07b 100644
--- a/access/Concepts/Miscellaneous/unions-not-allowed-in-a-subqueryerror-3361.md
+++ b/access/Concepts/Miscellaneous/unions-not-allowed-in-a-subqueryerror-3361.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You cannot use a UNION operation in a subquery expression. To use a union query in a subquery, first create the union query and save it as a named query. Then include the name of the saved query in your subquery expression.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/unique-key-violationerror-3715.md b/access/Concepts/Miscellaneous/unique-key-violationerror-3715.md
index 088ddd079af..0c084d99b02 100644
--- a/access/Concepts/Miscellaneous/unique-key-violationerror-3715.md
+++ b/access/Concepts/Miscellaneous/unique-key-violationerror-3715.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This record has the same key value as another record; however, only unique values are permitted. Either change the key value in this conflict record or in the winning record and then resubmit this record, or delete this conflict record.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/unique-property.md b/access/Concepts/Miscellaneous/unique-property.md
index afe765dfac6..af0ac01be20 100644
--- a/access/Concepts/Miscellaneous/unique-property.md
+++ b/access/Concepts/Miscellaneous/unique-property.md
@@ -41,7 +41,7 @@ An index is the primary index for a table if its **Primary** property is set to
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/uniquerecords-property.md b/access/Concepts/Miscellaneous/uniquerecords-property.md
index 9f9abae9774..b8525385407 100644
--- a/access/Concepts/Miscellaneous/uniquerecords-property.md
+++ b/access/Concepts/Miscellaneous/uniquerecords-property.md
@@ -87,7 +87,7 @@ ON Customers.CustomerID = Orders.CustomerID;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/uniquevalues-property.md b/access/Concepts/Miscellaneous/uniquevalues-property.md
index 626a85d1fef..31eda295f9c 100644
--- a/access/Concepts/Miscellaneous/uniquevalues-property.md
+++ b/access/Concepts/Miscellaneous/uniquevalues-property.md
@@ -79,7 +79,7 @@ FROM Customers;
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/unknown-function-name-in-validation-expression-or-default-value-on-nameerror-338.md b/access/Concepts/Miscellaneous/unknown-function-name-in-validation-expression-or-default-value-on-nameerror-338.md
index 7ce2363a06a..9e90273f95b 100644
--- a/access/Concepts/Miscellaneous/unknown-function-name-in-validation-expression-or-default-value-on-nameerror-338.md
+++ b/access/Concepts/Miscellaneous/unknown-function-name-in-validation-expression-or-default-value-on-nameerror-338.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The function you are referencing is either unknown (because the name is invalid or misspelled) or is a type of function not allowed by the **ValidationRule** or **DefaultValue** property. Among the types of functions not allowed are user-defined, SQL aggregate functions.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/unknown-function-nameerror-2425.md b/access/Concepts/Miscellaneous/unknown-function-nameerror-2425.md
index 416cd1987a1..23895d89ab2 100644
--- a/access/Concepts/Miscellaneous/unknown-function-nameerror-2425.md
+++ b/access/Concepts/Miscellaneous/unknown-function-nameerror-2425.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You entered an expression with a function name that cannot be recognized. Make sure the function exists, or check the expression to make sure you entered it correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/unknown-nameerror-2424.md b/access/Concepts/Miscellaneous/unknown-nameerror-2424.md
index 1e20c9a4783..8fd2c84a40b 100644
--- a/access/Concepts/Miscellaneous/unknown-nameerror-2424.md
+++ b/access/Concepts/Miscellaneous/unknown-nameerror-2424.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You entered an expression that has a field or property name that cannot be recognized. Make sure the object exists, or check the expression to make sure you entered it correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/unknown-or-invalid-field-reference-nameerror-3345.md b/access/Concepts/Miscellaneous/unknown-or-invalid-field-reference-nameerror-3345.md
index ab93ee4417a..24e2e062d23 100644
--- a/access/Concepts/Miscellaneous/unknown-or-invalid-field-reference-nameerror-3345.md
+++ b/access/Concepts/Miscellaneous/unknown-or-invalid-field-reference-nameerror-3345.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Your expression refers to a field incorrectly or to a field that does not exist. Check to make sure the field name is correct.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/unrecognized-database-format-filenameerror-3343.md b/access/Concepts/Miscellaneous/unrecognized-database-format-filenameerror-3343.md
index 886d94453e9..1cdc19d82ec 100644
--- a/access/Concepts/Miscellaneous/unrecognized-database-format-filenameerror-3343.md
+++ b/access/Concepts/Miscellaneous/unrecognized-database-format-filenameerror-3343.md
@@ -32,13 +32,11 @@ Possible causes:
- The database is damaged. Compact the database and then try opening it again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/update-delete-conflictthis-updated-record-was-deleted-at-another-replicaerror-37.md b/access/Concepts/Miscellaneous/update-delete-conflictthis-updated-record-was-deleted-at-another-replicaerror-37.md
index 5100155a36a..76cae55855e 100644
--- a/access/Concepts/Miscellaneous/update-delete-conflictthis-updated-record-was-deleted-at-another-replicaerror-37.md
+++ b/access/Concepts/Miscellaneous/update-delete-conflictthis-updated-record-was-deleted-at-another-replicaerror-37.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
When a record is deleted at one replica, but updated at another replica, the deleted record always wins in the conflict that occurs when the two replicas synchronize. The updated record is logged in the conflict table. To reverse the initial resolution of the conflict, reinsert the conflict record. To accept the current resolution, delete the conflict record.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/update-ri-conflicterror-3718.md b/access/Concepts/Miscellaneous/update-ri-conflicterror-3718.md
index 86424631487..f7e9d6a2034 100644
--- a/access/Concepts/Miscellaneous/update-ri-conflicterror-3718.md
+++ b/access/Concepts/Miscellaneous/update-ri-conflicterror-3718.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The primary key record has been updated by another replica, therefore this referencing record has been rejected. Either create a new primary key record that satisfies the referential integrity constraint and then resubmit your update, modify the foreign key value in this conflict record to match a valid primary key value and then resubmit your update, or delete this conflict record.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/update-update-conflicterror-3713.md b/access/Concepts/Miscellaneous/update-update-conflicterror-3713.md
index 45d6025173d..f8441a774a1 100644
--- a/access/Concepts/Miscellaneous/update-update-conflicterror-3713.md
+++ b/access/Concepts/Miscellaneous/update-update-conflicterror-3713.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
This record contains a field value that lost in the conflict with another replica. Either resubmit this conflict record or delete this conflict record.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/updating-data-in-a-linked-table-is-not-supported-by-this-isamerror-3616.md b/access/Concepts/Miscellaneous/updating-data-in-a-linked-table-is-not-supported-by-this-isamerror-3616.md
index 5a717794bfa..fd966dd4688 100644
--- a/access/Concepts/Miscellaneous/updating-data-in-a-linked-table-is-not-supported-by-this-isamerror-3616.md
+++ b/access/Concepts/Miscellaneous/updating-data-in-a-linked-table-is-not-supported-by-this-isamerror-3616.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The installable ISAM you are using does not allow updates to records in external tables. You can only add new records.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/url-property-example-vbscript.md b/access/Concepts/Miscellaneous/url-property-example-vbscript.md
index 253db97d0e6..28dc2820524 100644
--- a/access/Concepts/Miscellaneous/url-property-example-vbscript.md
+++ b/access/Concepts/Miscellaneous/url-property-example-vbscript.md
@@ -137,7 +137,7 @@ Set Cnxn = Nothing
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/use-default-paper-size-property.md b/access/Concepts/Miscellaneous/use-default-paper-size-property.md
index 41cee5e96f2..e45f6c829f1 100644
--- a/access/Concepts/Miscellaneous/use-default-paper-size-property.md
+++ b/access/Concepts/Miscellaneous/use-default-paper-size-property.md
@@ -34,7 +34,7 @@ For example, you might design a form or report while connected to a printer that
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/user-defined-properties-do-not-support-a-null-valueerror-3385.md b/access/Concepts/Miscellaneous/user-defined-properties-do-not-support-a-null-valueerror-3385.md
index aac260dc315..b339fca2fb6 100644
--- a/access/Concepts/Miscellaneous/user-defined-properties-do-not-support-a-null-valueerror-3385.md
+++ b/access/Concepts/Miscellaneous/user-defined-properties-do-not-support-a-null-valueerror-3385.md
@@ -19,7 +19,7 @@ User-defined **Property** objects cannot be set to **Null**. Instead, use the *
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/using-regedit-exe-to-overwrite-the-default-settings.md b/access/Concepts/Miscellaneous/using-regedit-exe-to-overwrite-the-default-settings.md
index 158c7441e22..26f7eb78dda 100644
--- a/access/Concepts/Miscellaneous/using-regedit-exe-to-overwrite-the-default-settings.md
+++ b/access/Concepts/Miscellaneous/using-regedit-exe-to-overwrite-the-default-settings.md
@@ -19,7 +19,7 @@ To customize the Microsoft® Windows® Registry settings, you can use Regedit.ex
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/using-source-code-control-in-your-development-environment.md b/access/Concepts/Miscellaneous/using-source-code-control-in-your-development-environment.md
index a504b5426c4..a1d0a2c6709 100644
--- a/access/Concepts/Miscellaneous/using-source-code-control-in-your-development-environment.md
+++ b/access/Concepts/Miscellaneous/using-source-code-control-in-your-development-environment.md
@@ -45,7 +45,7 @@ When you have your development projects under Visual SourceSafe control, the con
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/using-the-connection-properties-in-the-microsoft-ole-db-provider-for-access.md b/access/Concepts/Miscellaneous/using-the-connection-properties-in-the-microsoft-ole-db-provider-for-access.md
index b5570f3cc3d..6f156b4d04e 100644
--- a/access/Concepts/Miscellaneous/using-the-connection-properties-in-the-microsoft-ole-db-provider-for-access.md
+++ b/access/Concepts/Miscellaneous/using-the-connection-properties-in-the-microsoft-ole-db-provider-for-access.md
@@ -33,7 +33,7 @@ Jet OLEDB:Recycle Long-Valued Pages
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/using-the-setoption-method-from-dao.md b/access/Concepts/Miscellaneous/using-the-setoption-method-from-dao.md
index 95c43979541..bc3d98c8cd1 100644
--- a/access/Concepts/Miscellaneous/using-the-setoption-method-from-dao.md
+++ b/access/Concepts/Miscellaneous/using-the-setoption-method-from-dao.md
@@ -45,7 +45,7 @@ The names of defined constants are the same as the registry name with db added a
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/validation-rules-and-default-values-cannot-be-placed-on-system-or-linked-tablese.md b/access/Concepts/Miscellaneous/validation-rules-and-default-values-cannot-be-placed-on-system-or-linked-tablese.md
index c4e1e4488dd..7bf2b299adc 100644
--- a/access/Concepts/Miscellaneous/validation-rules-and-default-values-cannot-be-placed-on-system-or-linked-tablese.md
+++ b/access/Concepts/Miscellaneous/validation-rules-and-default-values-cannot-be-placed-on-system-or-linked-tablese.md
@@ -19,7 +19,7 @@ You are trying to set the **DefaultValue**, **ValidationRule**, **ValidationTex
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/values-specified-in-a-top-clause-are-not-allowed-in-delete-queries-or-reportserr.md b/access/Concepts/Miscellaneous/values-specified-in-a-top-clause-are-not-allowed-in-delete-queries-or-reportserr.md
index 7377eb0d642..bc3c15946b1 100644
--- a/access/Concepts/Miscellaneous/values-specified-in-a-top-clause-are-not-allowed-in-delete-queries-or-reportserr.md
+++ b/access/Concepts/Miscellaneous/values-specified-in-a-top-clause-are-not-allowed-in-delete-queries-or-reportserr.md
@@ -19,7 +19,7 @@ Top values, that is, those specified in a TOP clause of a SELECT statement, are
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/view-can-not-contain-a-parameter-error-3730.md b/access/Concepts/Miscellaneous/view-can-not-contain-a-parameter-error-3730.md
index a0d36662072..e77c9fec3be 100644
--- a/access/Concepts/Miscellaneous/view-can-not-contain-a-parameter-error-3730.md
+++ b/access/Concepts/Miscellaneous/view-can-not-contain-a-parameter-error-3730.md
@@ -19,7 +19,7 @@ This error occurs when trying to create a view from SQL DDL. If the SELECT state
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/violates-the-rules-for-partial-replicaserror-3590.md b/access/Concepts/Miscellaneous/violates-the-rules-for-partial-replicaserror-3590.md
index 4b938d28e98..0a7dfc5d3ca 100644
--- a/access/Concepts/Miscellaneous/violates-the-rules-for-partial-replicaserror-3590.md
+++ b/access/Concepts/Miscellaneous/violates-the-rules-for-partial-replicaserror-3590.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You cannot update a column in a table in a partial replica when another table references that column. Most likely, this is an update RI case, where the related table information does not exist in the partial replica. Make sure you follow all relationships to related tables when defining your Partial Filters.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/wait-for-post-processing.md b/access/Concepts/Miscellaneous/wait-for-post-processing.md
index cbf2e5df419..c63f1333643 100644
--- a/access/Concepts/Miscellaneous/wait-for-post-processing.md
+++ b/access/Concepts/Miscellaneous/wait-for-post-processing.md
@@ -35,7 +35,7 @@ This property is designed to work with Access 2010 web databases only. When this
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/while-loading-the-microsoft-excel-installable-isam-ole-was-unable-to-initializee.md b/access/Concepts/Miscellaneous/while-loading-the-microsoft-excel-installable-isam-ole-was-unable-to-initializee.md
index d6df85f6164..eb5f5ca9c3d 100644
--- a/access/Concepts/Miscellaneous/while-loading-the-microsoft-excel-installable-isam-ole-was-unable-to-initializee.md
+++ b/access/Concepts/Miscellaneous/while-loading-the-microsoft-excel-installable-isam-ole-was-unable-to-initializee.md
@@ -19,7 +19,7 @@ OLE Automation was unable to initialize while loading the Microsoft Excel instal
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/without-administrator-permission-replica-priority-must-be-in-the-range-0numberer.md b/access/Concepts/Miscellaneous/without-administrator-permission-replica-priority-must-be-in-the-range-0numberer.md
index f7841e51f53..1b9556f7d43 100644
--- a/access/Concepts/Miscellaneous/without-administrator-permission-replica-priority-must-be-in-the-range-0numberer.md
+++ b/access/Concepts/Miscellaneous/without-administrator-permission-replica-priority-must-be-in-the-range-0numberer.md
@@ -19,7 +19,7 @@ Without Administrator permission, replica priority must be in the range of 0 and
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/writing-your-own-customized-handler.md b/access/Concepts/Miscellaneous/writing-your-own-customized-handler.md
index fc9a022f046..e7565a2f5f7 100644
--- a/access/Concepts/Miscellaneous/writing-your-own-customized-handler.md
+++ b/access/Concepts/Miscellaneous/writing-your-own-customized-handler.md
@@ -100,7 +100,7 @@ HRESULT _stdcall GetRecordset(
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Miscellaneous/wrong-data-type-for-parameter-parametererror-3060.md b/access/Concepts/Miscellaneous/wrong-data-type-for-parameter-parametererror-3060.md
index 756a0f42ca6..93e68170f6b 100644
--- a/access/Concepts/Miscellaneous/wrong-data-type-for-parameter-parametererror-3060.md
+++ b/access/Concepts/Miscellaneous/wrong-data-type-for-parameter-parametererror-3060.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to use an argument with a data type that conflicts with the data type defined for this parameter. For example, you might have tried to use a string expression that expects a numeric argument with a parameter. Use an argument that has the correct data type, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/wrong-number-of-arguments-used-with-functionerror-2439.md b/access/Concepts/Miscellaneous/wrong-number-of-arguments-used-with-functionerror-2439.md
index b133332c8a9..4a15bcd544f 100644
--- a/access/Concepts/Miscellaneous/wrong-number-of-arguments-used-with-functionerror-2439.md
+++ b/access/Concepts/Miscellaneous/wrong-number-of-arguments-used-with-functionerror-2439.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You entered an expression that has a function with the wrong number of arguments. Check the function to verify how many arguments it takes, or check the expression to make sure you entered it correctly.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-attempted-to-delete-or-get-information-about-a-partial-filter-that-does-not.md b/access/Concepts/Miscellaneous/you-attempted-to-delete-or-get-information-about-a-partial-filter-that-does-not.md
index 34e9fc9b608..af12a6093b2 100644
--- a/access/Concepts/Miscellaneous/you-attempted-to-delete-or-get-information-about-a-partial-filter-that-does-not.md
+++ b/access/Concepts/Miscellaneous/you-attempted-to-delete-or-get-information-about-a-partial-filter-that-does-not.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for further information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/you-attempted-to-link-or-import-a-microsoft-word-mail-merge-file-although-you-ca.md b/access/Concepts/Miscellaneous/you-attempted-to-link-or-import-a-microsoft-word-mail-merge-file-although-you-ca.md
index 21fcac6f14f..3b3640dd3ba 100644
--- a/access/Concepts/Miscellaneous/you-attempted-to-link-or-import-a-microsoft-word-mail-merge-file-although-you-ca.md
+++ b/access/Concepts/Miscellaneous/you-attempted-to-link-or-import-a-microsoft-word-mail-merge-file-although-you-ca.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You attempted to link or import a Microsoft Word mail merge file. Although you can export such files, you cannot link or import them.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-by-user-name-on-machine.md b/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-by-user-name-on-machine.md
index 992b04db890..1dc92495dcc 100644
--- a/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-by-user-name-on-machine.md
+++ b/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-by-user-name-on-machine.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This error occurs if the database is opened exclusively and is not shared. This error occurs if a user creates a new database in DAO, ADO, or Microsoft Access and does not close the database. Other users can open the database, but they will get the above error message.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-exclusively-by-user-name.md b/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-exclusively-by-user-name.md
index 0a3b04649e3..15a1c89a555 100644
--- a/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-exclusively-by-user-name.md
+++ b/access/Concepts/Miscellaneous/you-attempted-to-open-a-database-that-is-already-opened-exclusively-by-user-name.md
@@ -24,13 +24,11 @@ Possible causes:
- You attempted to open exclusively a database that is already open in shared (non-exclusive) mode by the specified user < _name_ >. You can open the database only in shared mode until the other user closes it.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-add-a-second-replication-id-autonumber-field-to-a-tableerror-3486.md b/access/Concepts/Miscellaneous/you-cannot-add-a-second-replication-id-autonumber-field-to-a-tableerror-3486.md
index 4636f2fe5cb..f64f442d15f 100644
--- a/access/Concepts/Miscellaneous/you-cannot-add-a-second-replication-id-autonumber-field-to-a-tableerror-3486.md
+++ b/access/Concepts/Miscellaneous/you-cannot-add-a-second-replication-id-autonumber-field-to-a-tableerror-3486.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The table you are attempting to change already has one field that uses the Replication ID AutoNumber (or GUID) data type. If you are attempting to create a second Replication ID field to serve as a foreign key, use the Number data type instead of the AutoNumber data type.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-add-or-change-a-record-because-a-related-record-is-required-in-table.md b/access/Concepts/Miscellaneous/you-cannot-add-or-change-a-record-because-a-related-record-is-required-in-table.md
index 2c5cee39658..07c86e1c492 100644
--- a/access/Concepts/Miscellaneous/you-cannot-add-or-change-a-record-because-a-related-record-is-required-in-table.md
+++ b/access/Concepts/Miscellaneous/you-cannot-add-or-change-a-record-because-a-related-record-is-required-in-table.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
You tried to perform an operation that would have violated referential integrity rules for related tables. For example, this error occurs if you try to change or insert a record in the "many" table in a one-to-many relationship, and that record does not have a related record in the table on the "one" side.
If you want to add or change the record, first add a record to the "one" table that contains the same value for the matching field.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-set-it-allows-data-c.md b/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-set-it-allows-data-c.md
index 832d8f382bc..d47bf05cc66 100644
--- a/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-set-it-allows-data-c.md
+++ b/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-set-it-allows-data-c.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Whether a replicated database allows users to change data only at the Design Master or at all replicas is determined when the database is first converted into a Design Master. After the database has been converted, the single or multiple data master attribute cannot be changed.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-seterror-3593.md b/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-seterror-3593.md
index 9bfdebd774e..3507812eab6 100644
--- a/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-seterror-3593.md
+++ b/access/Concepts/Miscellaneous/you-cannot-change-the-data-master-attribute-for-the-replica-seterror-3593.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Whether a replica set allows users to change data at all replicas or only at the Design Master is determined when the database is first converted into a Design Master. After the database has been converted, the single or multiple data master attribute cannot be changed.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/you-cannot-establish-or-maintain-an-enforced-relationship-between-a-replicated-t.md b/access/Concepts/Miscellaneous/you-cannot-establish-or-maintain-an-enforced-relationship-between-a-replicated-t.md
index defde12a0be..168b597ecaa 100644
--- a/access/Concepts/Miscellaneous/you-cannot-establish-or-maintain-an-enforced-relationship-between-a-replicated-t.md
+++ b/access/Concepts/Miscellaneous/you-cannot-establish-or-maintain-an-enforced-relationship-between-a-replicated-t.md
@@ -27,13 +27,12 @@ You are attempting to establish or maintain an enforced relationship between a r
Delete the relationship between the two tables before proceeding.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-make-a-database-replicable-that-is-being-used-by-a-program-that-contr.md b/access/Concepts/Miscellaneous/you-cannot-make-a-database-replicable-that-is-being-used-by-a-program-that-contr.md
index a242ffe0753..02c0dd91e4b 100644
--- a/access/Concepts/Miscellaneous/you-cannot-make-a-database-replicable-that-is-being-used-by-a-program-that-contr.md
+++ b/access/Concepts/Miscellaneous/you-cannot-make-a-database-replicable-that-is-being-used-by-a-program-that-contr.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The database you are trying to replicate is controlled by a database program that does not support replication. To be able to make the database replicable you must ensure it is not being controlled by the source control program.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-make-changes-to-the-design-of-the-database-at-this-replicaerror-3452.md b/access/Concepts/Miscellaneous/you-cannot-make-changes-to-the-design-of-the-database-at-this-replicaerror-3452.md
index bbf2a0e4783..829b44485bd 100644
--- a/access/Concepts/Miscellaneous/you-cannot-make-changes-to-the-design-of-the-database-at-this-replicaerror-3452.md
+++ b/access/Concepts/Miscellaneous/you-cannot-make-changes-to-the-design-of-the-database-at-this-replicaerror-3452.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Changes to the design of a replicated database can be made only at the Design Master. The replica you are attempting to change is not the Design Master for the replica set. Locate the Design Master and make your changes there.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3665.md b/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3665.md
index 6684a5e44d5..03550187e76 100644
--- a/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3665.md
+++ b/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3665.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are trying to execute an invalid operation, such as deleting a system table, renaming a system table, or deleting a replication system column, on an internal replication system object.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3666.md b/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3666.md
index a3afe7e849d..cb4a1e15743 100644
--- a/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3666.md
+++ b/access/Concepts/Miscellaneous/you-cannot-modify-the-replication-system-object-nameerror-3666.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are trying to execute an invalid operation, such as deleting a system table, renaming a table, or deleting a replication column, on an internal replication system object.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-replicate-a-password-protected-database-or-set-password-protection-on.md b/access/Concepts/Miscellaneous/you-cannot-replicate-a-password-protected-database-or-set-password-protection-on.md
index 20fc9292f08..512b4fa043f 100644
--- a/access/Concepts/Miscellaneous/you-cannot-replicate-a-password-protected-database-or-set-password-protection-on.md
+++ b/access/Concepts/Miscellaneous/you-cannot-replicate-a-password-protected-database-or-set-password-protection-on.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
If a database password is set on the database, remove the password.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-cannot-set-the-keeplocal-property-for-an-object-that-is-already-replicateder.md b/access/Concepts/Miscellaneous/you-cannot-set-the-keeplocal-property-for-an-object-that-is-already-replicateder.md
index e6538acdbd0..943946805c8 100644
--- a/access/Concepts/Miscellaneous/you-cannot-set-the-keeplocal-property-for-an-object-that-is-already-replicateder.md
+++ b/access/Concepts/Miscellaneous/you-cannot-set-the-keeplocal-property-for-an-object-that-is-already-replicateder.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The **KeepLocal** property cannot be set on a replicated object. Setting a local object's **KeepLocal** property after the database has been replicated has no effect on the object. If you want to keep an object from being replicated to the other replicas in the set, set the object's **Replicable** property to "F".
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/you-cannot-use-odbc-to-import-from-export-to-or-link-an-external-microsoft-jet-o.md b/access/Concepts/Miscellaneous/you-cannot-use-odbc-to-import-from-export-to-or-link-an-external-microsoft-jet-o.md
index 2c5f4eda297..490b51d4452 100644
--- a/access/Concepts/Miscellaneous/you-cannot-use-odbc-to-import-from-export-to-or-link-an-external-microsoft-jet-o.md
+++ b/access/Concepts/Miscellaneous/you-cannot-use-odbc-to-import-from-export-to-or-link-an-external-microsoft-jet-o.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You are attempting to link, import data from, or export data to either an external Microsoft Access database engine table or an external ISAM database table (for example, dBASE, Microsoft FoxPro, Paradox, or Btrieve), but you have selected as the data source. You must select the appropriate data source for the data you are attempting to link.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-have-written-a-subquery-that-can-return-more-than-one-field-without-using-th.md b/access/Concepts/Miscellaneous/you-have-written-a-subquery-that-can-return-more-than-one-field-without-using-th.md
index 3bf87aec9ef..8ea4c8f86b6 100644
--- a/access/Concepts/Miscellaneous/you-have-written-a-subquery-that-can-return-more-than-one-field-without-using-th.md
+++ b/access/Concepts/Miscellaneous/you-have-written-a-subquery-that-can-return-more-than-one-field-without-using-th.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
This is an unexpected error. Please contact Microsoft Product Support Services for more information.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-must-enter-a-personal-identifier-pid-consisting-of-at-least-4-and-no-more-th.md b/access/Concepts/Miscellaneous/you-must-enter-a-personal-identifier-pid-consisting-of-at-least-4-and-no-more-th.md
index d8a10787982..eb0fc04a760 100644
--- a/access/Concepts/Miscellaneous/you-must-enter-a-personal-identifier-pid-consisting-of-at-least-4-and-no-more-th.md
+++ b/access/Concepts/Miscellaneous/you-must-enter-a-personal-identifier-pid-consisting-of-at-least-4-and-no-more-th.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
A personal identifier (PID) must be at least 4 characters and no more than 20 characters long.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-must-use-the-dbseechanges-option-with-openrecordset-when-accessing-a-sql-ser.md b/access/Concepts/Miscellaneous/you-must-use-the-dbseechanges-option-with-openrecordset-when-accessing-a-sql-ser.md
index 77617ffcb0d..bb919662609 100644
--- a/access/Concepts/Miscellaneous/you-must-use-the-dbseechanges-option-with-openrecordset-when-accessing-a-sql-ser.md
+++ b/access/Concepts/Miscellaneous/you-must-use-the-dbseechanges-option-with-openrecordset-when-accessing-a-sql-ser.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The server-generated IDENTITY values cannot be reflected at the client side unless you use the DAO property dbSeeChanges.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/you-tried-to-assign-the-null-value-to-a-variable-that-is-not-a-variant-data-type.md b/access/Concepts/Miscellaneous/you-tried-to-assign-the-null-value-to-a-variable-that-is-not-a-variant-data-type.md
index 65ff1ef89b1..480013fd5ff 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-assign-the-null-value-to-a-variable-that-is-not-a-variant-data-type.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-assign-the-null-value-to-a-variable-that-is-not-a-variant-data-type.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to assign a **Null** value to a variable that is not a **Variant** data type. Use the **Dim** statement to declare the variable as a **Variant**, and then try the operation again.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-tried-to-call-update-or-cancelupdate-or-attempted-to-update-a-field-in-a-rec.md b/access/Concepts/Miscellaneous/you-tried-to-call-update-or-cancelupdate-or-attempted-to-update-a-field-in-a-rec.md
index 1f8dfda7e6f..08bef59f84b 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-call-update-or-cancelupdate-or-attempted-to-update-a-field-in-a-rec.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-call-update-or-cancelupdate-or-attempted-to-update-a-field-in-a-rec.md
@@ -18,13 +18,12 @@ ms.date: 06/08/2017
On a Microsoft Access database engine database, you called the **Update** or **CancelUpdate** method but did not use the **AddNew** or **Edit** method before writing data to a record.
On an ODBCDirect database, this error occurs when you attempt to write data to a record without first calling **AddNew** or **Edit**.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
diff --git a/access/Concepts/Miscellaneous/you-tried-to-commit-or-roll-back-a-transaction-without-first-using-begintranserr.md b/access/Concepts/Miscellaneous/you-tried-to-commit-or-roll-back-a-transaction-without-first-using-begintranserr.md
index b4f32277915..ac48fa1bcbc 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-commit-or-roll-back-a-transaction-without-first-using-begintranserr.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-commit-or-roll-back-a-transaction-without-first-using-begintranserr.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
You tried to commit or rollback a transaction that was not started with a **BeginTrans** statement.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-tried-to-execute-a-query-that-does-not-include-the-specified-expression-name.md b/access/Concepts/Miscellaneous/you-tried-to-execute-a-query-that-does-not-include-the-specified-expression-name.md
index a0a5752da61..d15d8600e68 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-execute-a-query-that-does-not-include-the-specified-expression-name.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-execute-a-query-that-does-not-include-the-specified-expression-name.md
@@ -27,13 +27,11 @@ For more information, see the following topics:
- [TRANSFORM Statement (Microsoft Access SQL)](http://msdn.microsoft.com/library/419770b1-c833-959d-a84d-56c68764799f%28Office.15%29.aspx)
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
-
+## See also
+
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/you-tried-to-lock-table-table-while-opening-it-but-the-table-cannot-be-locked-be.md b/access/Concepts/Miscellaneous/you-tried-to-lock-table-table-while-opening-it-but-the-table-cannot-be-locked-be.md
index 3003825c5af..03bb60bcd9d 100644
--- a/access/Concepts/Miscellaneous/you-tried-to-lock-table-table-while-opening-it-but-the-table-cannot-be-locked-be.md
+++ b/access/Concepts/Miscellaneous/you-tried-to-lock-table-table-while-opening-it-but-the-table-cannot-be-locked-be.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
Either another user has an exclusive lock on the table that you are trying to access in a shared mode or another user has a shared lock on the table that you are trying to open exclusively. The user name that is returned will show who currently has the lock.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/your-swap-file-has-reached-its-limit-or-is-corruptederror-3540.md b/access/Concepts/Miscellaneous/your-swap-file-has-reached-its-limit-or-is-corruptederror-3540.md
index ec6d077c9c2..dc73b27801e 100644
--- a/access/Concepts/Miscellaneous/your-swap-file-has-reached-its-limit-or-is-corruptederror-3540.md
+++ b/access/Concepts/Miscellaneous/your-swap-file-has-reached-its-limit-or-is-corruptederror-3540.md
@@ -17,13 +17,11 @@ ms.date: 06/08/2017
The Synchronizer has encountered an unexpected system problem. Shut down, turn off, and then reboot your computer.
- **ACCESS SUPPORT RESOURCES**
-[Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
-[Access help on support.office.com](https://support.office.com/search/results?query=Access)
-[Access help on answers.microsoft.com](https://answers.microsoft.com/)
-[Search for specific Access error codes on Bing](http://www.bing.com/)
-[Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access wiki on UtterAcess](http://www.utteraccess.com/forum/index.php?act=idx)
-[Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
-[Access posts on StackOverflow](http://stackoverflow.com/questions/tagged/ms-access)
+## See also
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
+- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Miscellaneous/zero-length-string-is-valid-only-in-a-text-or-memo-fielderror-3415.md b/access/Concepts/Miscellaneous/zero-length-string-is-valid-only-in-a-text-or-memo-fielderror-3415.md
index 61a1b5c129b..accb961d5c6 100644
--- a/access/Concepts/Miscellaneous/zero-length-string-is-valid-only-in-a-text-or-memo-fielderror-3415.md
+++ b/access/Concepts/Miscellaneous/zero-length-string-is-valid-only-in-a-text-or-memo-fielderror-3415.md
@@ -19,7 +19,7 @@ You are trying to enter a zero-length string in a field that has a data type oth
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
diff --git a/access/Concepts/Settings/activex-data-objects-ado.md b/access/Concepts/Settings/activex-data-objects-ado.md
index 9d43cd14e3f..fce74eed23d 100644
--- a/access/Concepts/Settings/activex-data-objects-ado.md
+++ b/access/Concepts/Settings/activex-data-objects-ado.md
@@ -8,13 +8,10 @@ ms.date: 06/08/2017
# ActiveX Data Objects (ADO)
-## In this section
-
-
-- [Bind a Form to an ADO Recordset](../ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md)
+- [Bind a form to an ADO Recordset](../ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md)
+- [Create an ADO connection string](../ActiveX-Data-Objects/create-an-ado-connection-string.md)
+- [Set properties of ActiveX Data Objects in Visual Basic](../ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md)
-- [Set Properties of ActiveX Data Objects in Visual Basic](../ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md)
-
-- [Create an ADO Connection String](../ActiveX-Data-Objects/create-an-ado-connection-string.md)
+
diff --git a/access/Concepts/Settings/data-access-objects-dao.md b/access/Concepts/Settings/data-access-objects-dao.md
index 454bbac5300..b528b621732 100644
--- a/access/Concepts/Settings/data-access-objects-dao.md
+++ b/access/Concepts/Settings/data-access-objects-dao.md
@@ -8,63 +8,31 @@ ms.date: 06/08/2017
# Data Access Objects (DAO)
-## In this section
-
-
- [Add a Record to a DAO Recordset](../Data-Access-Objects/add-a-record-to-a-dao-recordset.md)
-
- [Build SQL Statements That Include Variables and Controls](../Structured-Query-Language/build-sql-statements-that-include-variables-and-controls.md)
-
- [Change Tables Involved in a One-to-Many Relationship in a DAO Recordset](../Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md)
-
- [Count the Number of Records in a DAO Recordset](../Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md)
-
- [Create a DAO Recordset From a Form](../Data-Access-Objects/create-a-dao-recordset-from-a-form.md)
-
- [Create a DAO Recordset From a Query](../Data-Access-Objects/create-a-dao-recordset-from-a-query.md)
-
- [Create a DAO Recordset From a Table In the Current Database](../Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md)
-
- [Create a User-Defined Property](../Data-Access-Objects/create-a-user-defined-property.md)
-
- [Delete a Record From a DAO Recordset](../Data-Access-Objects/delete-a-record-from-a-dao-recordset.md)
-
- [Detect the Limits of a DAO Recordset](../Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md)
-
- [Extract Data from a Record in a DAO Recordset](../Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md)
-
- [Find a Record in a Dynaset-Type or Snapshot-Type DAO Recordset](../Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md)
-
- [Find a Record in a Table-Type DAO Recordset](../Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md)
-
- [Find the Current Position in a DAO Recordset](../Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md)
-
- [Make Bulk Changes to a DAO Recordset](../Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md)
-
- [Manipulate Multivalued Fields With DAO](../Data-Access-Objects/manipulate-multivalued-fields-with-dao.md)
-
- [Mark a Position in a DAO Recordset](../Data-Access-Objects/mark-a-position-in-a-dao-recordset.md)
-
- [Modify a Query from a DAO Recordset](../Data-Access-Objects/modify-a-query-from-a-dao-recordset.md)
-
- [Modify an Existing Record in a DAO Recordset](../Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md)
-
- [Move Through a DAO Recordset](../Data-Access-Objects/move-through-a-dao-recordset.md)
-
- [Read From and Write To a Field in a DAO Recordset](../Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md)
-
- [Return a Random Record from a DAO Recordset](../Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md)
-
- [Set Properties of Data Access Objects in Visual Basic](../Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md)
-
- [Sort Data in a DAO Recordset](../Data-Access-Objects/sort-data-in-a-dao-recordset.md)
-
- [Synchronize a DAO Recordset's Record with a Form's Current Record](../Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md)
-
- [Track Design Changes to a Table-Type DAO Recordset](../Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md)
-
-- [Work With Attachments In DAO](../Data-Access-Objects/work-with-attachments-in-dao.md)
-
- [Use Transactions in a DAO Recordset](../Data-Access-Objects/use-transactions-in-a-dao-recordset.md)
-
-
+- [Work With Attachments In DAO](../Data-Access-Objects/work-with-attachments-in-dao.md)
diff --git a/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md b/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md
index 9d78f8264f5..2b0d58bcabe 100644
--- a/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md
+++ b/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md
@@ -1,5 +1,5 @@
---
-title: Set a Reference to a Visual Basic Project in Another Microsoft Access Database or Project
+title: Set a reference to a Visual Basic project in another Access database or project
keywords: vbaac10.chm102162
f1_keywords:
- vbaac10.chm102162
@@ -9,7 +9,7 @@ ms.date: 06/08/2017
---
-# Set a Reference to a Visual Basic Project in Another Microsoft Access Database or Project
+# Set a reference to a Visual Basic project in another Access database or project
Each Access database includes a Visual Basic project. The Visual Basic project is the set of all modules in the project, including both standard modules and class modules. Every Access database, library database, or add-in contained in an .mde file includes a Visual Basic project.
diff --git a/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md b/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md
index 5995a4608a0..f97d746c72b 100644
--- a/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md
+++ b/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md
@@ -1,5 +1,5 @@
---
-title: Set Form, Report, and Control Properties in Visual Basic
+title: Set form, report, and control properties in Visual Basic
keywords: vbaac10.chm5188061
f1_keywords:
- vbaac10.chm5188061
@@ -9,14 +9,11 @@ ms.date: 06/08/2017
---
-# Set Form, Report, and Control Properties in Visual Basic
-
-**Applies to:** Access 2013 | Access 2016
+# Set form, report, and control properties in Visual Basic
**[Form](../../../api/Access.Form.md)**, **[Report](../../../api/Access.Report.md)**, and **[Control](../../../api/Access.Control.md)** objects are Microsoft Access objects. You can set properties for these objects from within a **Sub**, **Function**, or event procedure. You can also set properties for form and report sections.
## To set a property of a form or report
-
Refer to the individual form or report within the **[Forms](../../../api/Access.Forms.md)** or **[Reports](../../../api/Access.Reports.md)** collection, followed by the name of the property and its value. For example, to set the **Visible** property of the Customers form to **True** (-1), use the following line of code:
@@ -33,7 +30,6 @@ Me.RecordSource = "SELECT * FROM Customers " _
## To set a property of a control
-
Refer to the control in the **[Controls](../../../api/Access.Controls.md)** collection of the **Form** or **Report** object on which it resides. You can refer to the **Controls** collection either implicitly or explicitly, but the code executes faster if you use an implicit reference. The following examples set the **Visible** property of a text box called CustomerID on the Customers form:
@@ -62,7 +58,6 @@ End With
## To set a property of a form or report section
-
Refer to the form or report within the **Forms** or **Reports** collection, followed by the **Section** property and the integer or constant that identifies the section. The following examples set the **Visible** property of the page header section of the Customers form to **False**:
@@ -78,12 +73,9 @@ Me!Section(acPageHeader).Visible = False
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
-- [Search for specific Access error codes on Bing](https://www.bing.com/)
-- [Access forums on UtterAccess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access wiki on UtterAcess](https://www.utteraccess.com/forum/index.php?act=idx)
-- [Access developer and VBA programming help center (FMS)](https://www.fmsinc.com/MicrosoftAccess/developer/)
-- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
-
+- [Access forums on UtterAccess](http://www.utteraccess.com/forum/index.php?act=idx)
+- [Access developer and VBA programming help center (FMS)](http://www.fmsinc.com/MicrosoftAccess/developer/)
+- [Access posts on StackOverflow](https://stackoverflow.com/questions/tagged/ms-access)
\ No newline at end of file
diff --git a/access/Concepts/Settings/set-options-from-visual-basic.md b/access/Concepts/Settings/set-options-from-visual-basic.md
index 80fff0eedb5..93b317c48a8 100644
--- a/access/Concepts/Settings/set-options-from-visual-basic.md
+++ b/access/Concepts/Settings/set-options-from-visual-basic.md
@@ -1,12 +1,12 @@
---
-title: Set Options from Visual Basic
+title: Set options from Visual Basic
ms.prod: access
ms.assetid: c85ab081-6522-f851-a0d7-3d6612af26ab
ms.date: 06/08/2017
---
-# Set Options from Visual Basic
+# Set options from Visual Basic
You can use the **[SetOption](../../../api/Access.Application.SetOption.md)** and **[GetOption](../../../api/Access.Application.GetOption.md)** methods to set and return option values in the **Access Options** dialog box from code. To view the **Access Options** dialog box, click the Microsoft Office Button and then click **Access Options**.
@@ -22,9 +22,9 @@ The value that you pass to the **SetOption** method as the _setting_ argument de
The following tables list the names of all options that can be set or returned from code and the tabs on which they can be found in the **Access Options** dialog box, followed by the corresponding string argument that you must pass to the **SetOption** or **GetOption** method.
-## Popular Tab
+## Popular tab
-**Creating Databases Section**
+### Creating databases section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -32,9 +32,9 @@ The following tables list the names of all options that can be set or returned f
|**Default database folder**|Default Database Directory|
|**Default file format**|Default File Format|
-## Current Database Tab
+## Current Database tab
-**Application Options section**
+### Application options section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -45,7 +45,7 @@ The following tables list the names of all options that can be set or returned f
|**Check for truncated number fields**|CheckTruncatedNumFields|
|**Picture Property Storage Format**|Picture Property Storage Format|
-**Name AutoCorrect Options section**
+### Name autoCorrect options section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -53,7 +53,7 @@ The following tables list the names of all options that can be set or returned f
|**Perform name AutoCorrect**|Perform Name AutoCorrect|
|**Log name AutoCorrect changes**|Log Name AutoCorrect Changes|
-**Filter Lookup options for Database section**
+### Filter lookup options for `` Database section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -64,9 +64,9 @@ The following tables list the names of all options that can be set or returned f
|**Show list of values in, Records at server**|Show Values in Server|
|**Don't display lists where more than this number of records read**|Show Values Limit|
-## Datasheet Tab
+## Datasheet tab
-**Default colors section**
+### Default colors section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -75,7 +75,7 @@ The following tables list the names of all options that can be set or returned f
|**Alternate background color**|_64|
|**Gridlines color**|Default Gridlines Color|
-**Gridlines and cell effects section**
+### Gridlines and cell effects section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -84,7 +84,7 @@ The following tables list the names of all options that can be set or returned f
|**Default cell effect**|Default Cell Effect|
|**Default column width**|Default Column Width|
- **Default font section**
+### Default font section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -94,9 +94,9 @@ The following tables list the names of all options that can be set or returned f
|**Underline**|Default Font Underline|
|**Italic**|Default Font Italic|
-## Object Designers Tab
+## Object Designers tab
-**Table design section**
+### Table design section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -106,7 +106,7 @@ The following tables list the names of all options that can be set or returned f
|**AutoIndex on Import/Create**|AutoIndex on Import/Create|
|**Show Property Update Option Buttons**|Show Property Update Options Buttons|
-**Query design section**
+### Query design section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -118,7 +118,7 @@ The following tables list the names of all options that can be set or returned f
|**Query design font, Font**|Query Design Font Name|
|**Query design font, Size**|Query Design Font Size|
-**Forms/Reports section**
+### Forms/Reports section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -127,7 +127,7 @@ The following tables list the names of all options that can be set or returned f
|**Report template**|Report Template|
|**Always use event procedures**|Always Use Event Procedures|
-**Error checking section**
+### Error checking section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -139,9 +139,9 @@ The following tables list the names of all options that can be set or returned f
|**Check for invalid control properties**|Invalid Control Properties Error Checking|
|**Check for common report errors**|Common Report Errors Error Checking|
-## Proofing Tab
+## Proofing tab
-**When correcting spelling in Microsoft Office programs section**
+### When correcting spelling in Microsoft Office programs section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -151,9 +151,9 @@ The following tables list the names of all options that can be set or returned f
|**Suggest from main dictionary only**|Spelling suggest from main dictionary only|
|**Dictionary Language**|Spelling dictionary language|
-## Advanced Tab
+## Advanced tab
-**Editing section**
+### Editing section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -171,7 +171,7 @@ The following tables list the names of all options that can be set or returned f
|**Datasheet IME control**|Datasheet Ime Control|
|**Use Hijri Calendar**|Use Hijri Calendar|
-**Display section**
+### Display section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -183,8 +183,7 @@ The following tables list the names of all options that can be set or returned f
|**Show in Macro Design, Names column**|Show Macro Names Column|
|**Show in Macro Design, Conditions column**|Show Conditions Column|
-**Printing section**
-
+### Printing section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -193,7 +192,7 @@ The following tables list the names of all options that can be set or returned f
|**Top margin**|Top Margin|
|**Bottom margin**|Bottom Margin|
-**General section**
+### General section
|**Option Text**|**String Argument**|
|:-----|:-----|
@@ -201,7 +200,7 @@ The following tables list the names of all options that can be set or returned f
|**Use four-year digit year formatting, This database**|Four-Digit Year Formatting|
|**Use four-year digit year formatting, All databases**|Four-Digit Year Formatting All Databases|
-**Advanced Section**
+### Advanced section
|**Option Text**|**String Argument**|
|:-----|:-----|
diff --git a/api/Access.AppIcon.md b/api/Access.AppIcon.md
index 438213f0c8a..1b7e27f5add 100644
--- a/api/Access.AppIcon.md
+++ b/api/Access.AppIcon.md
@@ -87,7 +87,7 @@ End Function
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/Access.AppTitle.md b/api/Access.AppTitle.md
index 41682c92f4b..8512228f089 100644
--- a/api/Access.AppTitle.md
+++ b/api/Access.AppTitle.md
@@ -42,7 +42,7 @@ This property's setting takes effect immediately after setting the property in c
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/Access.RowSourceType.md b/api/Access.RowSourceType.md
index e67e8cfe4d8..c8cb4551cd0 100644
--- a/api/Access.RowSourceType.md
+++ b/api/Access.RowSourceType.md
@@ -131,7 +131,7 @@ End Function
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/Access.format.propertydate.time.md b/api/Access.format.propertydate.time.md
index 4e8eaa89afc..768409ae615 100644
--- a/api/Access.format.propertydate.time.md
+++ b/api/Access.format.propertydate.time.md
@@ -92,7 +92,7 @@ Positive numbers are displayed as years with an "A.D." before the year. Negative
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/Access.format.propertynumber.and.currency.md b/api/Access.format.propertynumber.and.currency.md
index 7f72d501c05..3b3e9a2c432 100644
--- a/api/Access.format.propertynumber.and.currency.md
+++ b/api/Access.format.propertynumber.and.currency.md
@@ -95,7 +95,7 @@ The following are examples of custom number formats.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/Access.format.propertytext.and.memo.md b/api/Access.format.propertytext.and.memo.md
index ff7eacf7487..3960045d071 100644
--- a/api/Access.format.propertytext.and.memo.md
+++ b/api/Access.format.propertytext.and.memo.md
@@ -58,7 +58,7 @@ The following are examples of text and memo custom formats.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/Access.format.propertyyes.no.md b/api/Access.format.propertyyes.no.md
index bdf1fbaaea5..5ee24bcd207 100644
--- a/api/Access.format.propertyyes.no.md
+++ b/api/Access.format.propertyyes.no.md
@@ -49,7 +49,7 @@ The following example shows a custom yes/no format for a text box control. The c
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/TOC.md b/api/TOC.md
index 99ce639143f..5d66620e7de 100644
--- a/api/TOC.md
+++ b/api/TOC.md
@@ -1,15 +1,18 @@
-# [Office VBA Reference](./overview/Index.md)
-## [Access](./overview/Access.md)
+# [Office VBA Reference](./overview/Index.md)
+## [Access](./overview/Access.md)
### Concepts
-#### Settings
-##### [ActiveX Data Objects (ADO)](../access/Concepts/Settings/activex-data-objects-ado.md)
-##### [Data Access Objects (DAO)](../access/Concepts/Settings/data-access-objects-dao.md)
-##### [Set form, report, and control properties in Visual Basic](../access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md)
-##### [Set references to type libraries](../access/Concepts/Settings/set-references-to-type-libraries.md)
-##### [Set a reference to a Visual Basic project in another Access database or project](../access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md)
-##### [Set options from Visual Basic](../access/Concepts/Settings/set-options-from-visual-basic.md)
-##### [Set properties by using Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)
-##### [Set startup properties and options in code](../access/Concepts/Settings/set-startup-properties-and-options-in-code.md)
+#### ActiveX Data Objects (ADO)
+##### [Bind a form to an ADO Recordset](../access/Concepts/ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md)
+##### [Create an ADO connection string](../access/Concepts/ActiveX-Data-Objects/create-an-ado-connection-string.md)
+##### [Set properties of ActiveX Data Objects in Visual Basic](../access/Concepts/ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md)
+#### Controls
+##### [Add "(All)" to a combo box or list box](../access/Concepts/Controls/addallto-a-combo-box-or-list-box.md)
+##### [Allow users to add items to an unbound combo box](../access/Concepts/Controls/allow-users-to-add-items-to-an-unbound-combo-box.md)
+##### [Assign a control a value from a table](../access/Concepts/Controls/assign-a-control-a-value-from-a-table.md)
+##### [Call procedures in a subform or subreport](../access/Concepts/Controls/call-procedures-in-a-subform-or-subreport.md)
+##### [Hide a subform if the main form contains no records](../access/Concepts/Controls/hide-a-subform-if-the-main-form-contains-no-records.md)
+##### [Prevent the accidental erasure of data when moving between controls on a form](../access/Concepts/Controls/prevent-the-accidental-erasure-of-data-when-moving-between-controls-on-a-form.md)
+##### [Refer to tab control objects in VBA](../access/Concepts/Controls/refer-to-tab-control-objects-in-vba.md)
#### Criteria expressions
##### [Avg function (Access SQL)](../access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md)
##### [Calculate fields in domain aggregate functions](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md)
@@ -30,6 +33,41 @@
##### [Textual criteria expressions](../access/Concepts/Criteria-Expressions/textual-criteria-expressions.md)
##### [Textual criteria from a control on a form](../access/Concepts/Criteria-Expressions/textual-criteria-from-a-control-on-a-form.md)
##### [Var, VarP functions (Access SQL)](../access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md)
+#### Data Access Objects (DAO)
+##### [Add a record to a DAO Recordset](../access/Concepts/Data-Access-Objects/add-a-record-to-a-dao-recordset.md)
+##### [Change tables involved in a one-to-many relationship in a DAO Recordset](../access/Concepts/Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md)
+##### [Count the number of records in a DAO Recordset](../access/Concepts/Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md)
+##### [Create a DAO Recordset from a form](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-form.md)
+##### [Create a DAO Recordset from a query](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-query.md)
+##### [Create a DAO Recordset from a table in the current database](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md)
+##### [Create a user-defined property](../access/Concepts/Data-Access-Objects/create-a-user-defined-property.md)
+##### [Delete a record from a DAO Recordset](../access/Concepts/Data-Access-Objects/delete-a-record-from-a-dao-recordset.md)
+##### [Detect the limits of a DAO Recordset](../access/Concepts/Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md)
+##### [Extract data from a record in a DAO Recordset](../access/Concepts/Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md)
+##### [Find a record in a dynaset-type or snapshot-type DAO Recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md)
+##### [Find a record in a table-type DAO Recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md)
+##### [Find the current position in a DAO Recordset](../access/Concepts/Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md)
+##### [Make bulk changes to a DAO Recordset](../access/Concepts/Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md)
+##### [Manipulate multivalued fields with DAO](../access/Concepts/Data-Access-Objects/manipulate-multivalued-fields-with-dao.md)
+##### [Mark a position in a DAO Recordset](../access/Concepts/Data-Access-Objects/mark-a-position-in-a-dao-recordset.md)
+##### [Modify a query from a DAO Recordset](../access/Concepts/Data-Access-Objects/modify-a-query-from-a-dao-recordset.md)
+##### [Modify an existing record in a DAO Recordset](../access/Concepts/Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md)
+##### [Move through a DAO Recordset](../access/Concepts/Data-Access-Objects/move-through-a-dao-recordset.md)
+##### [Read from and write to a field in a DAO Recordset](../access/Concepts/Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md)
+##### [Return a random record from a DAO Recordset](../access/Concepts/Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md)
+##### [Set properties of Data Access Objects in Visual Basic](../access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md)
+##### [Sort data in a DAO Recordset](../access/Concepts/Data-Access-Objects/sort-data-in-a-dao-recordset.md)
+##### [Synchronize a DAO Recordset's record with a form's current record](../access/Concepts/Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md)
+##### [Track design changes to a table-type DAO Recordset](../access/Concepts/Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md)
+##### [Use transactions in a DAO Recordset](../access/Concepts/Data-Access-Objects/use-transactions-in-a-dao-recordset.md)
+##### [Work with attachments in DAO](../access/Concepts/Data-Access-Objects/work-with-attachments-in-dao.md)
+#### Date/Time
+##### [Calculate age](../access/Concepts/Date-Time/calculate-age.md)
+##### [Calculate and display specific date values](../access/Concepts/Date-Time/calculate-and-display-specific-date-values.md)
+##### [Calculate elapsed time](../access/Concepts/Date-Time/calculate-elapsed-time.md)
+##### [Find the number of working days between two dates](../access/Concepts/Date-Time/find-the-number-of-working-days-between-two-dates.md)
+##### [Format dates as U.S. dates regardless of regional settings](../access/Concepts/Date-Time/format-dates-as-u-s-dates-regardless-of-regional-settings.md)
+##### [Specify date and time in criteria expressions](../access/Concepts/Date-Time/specify-date-and-time-in-criteria-expressions.md)
#### Error codes
##### [Comparison of data types](../access/Concepts/Error-Codes/comparison-of-data-types.md)
##### [Custom methods and properties](../access/Concepts/Error-Codes/custom-methods-and-properties.md)
@@ -40,6 +78,44 @@
##### [Programming with class modules](../access/Concepts/Error-Codes/program-with-class-modules.md)
##### [Scoping and object-naming compatibility](../access/Concepts/Error-Codes/scoping-and-object-naming-compatibility.md)
##### [Using enumerated constants in Access 2002 and later](../access/Concepts/Error-Codes/using-enumerated-constants-in-microsoft-access-2002-and-later.md)
+#### Forms design
+##### [Apply a filter when opening a form or report](../access/Concepts/Forms-Design/apply-a-filter-when-opening-a-form-or-report.md)
+##### [Cancel an event](../access/Concepts/Forms-Design/cancel-an-event.md)
+##### [Cancel the deletion of a record by using custom criteria](../access/Concepts/Forms-Design/cancel-the-deletion-of-a-record-by-using-custom-criteria.md)
+##### [Change the filter or sort order of a form or report](../access/Concepts/Forms-Design/change-the-filter-or-sort-order-of-a-form-or-report.md)
+##### [Create multiple instances of a form](../access/Concepts/Forms-Design/create-multiple-instances-of-a-form.md)
+##### [Disable PAGE UP and PAGE DOWN keys in a form](../access/Concepts/Forms-Design/disable-page-up-and-page-down-keys-in-a-form.md)
+##### [Prompt a user before closing a form](../access/Concepts/Forms-Design/prompt-a-user-before-closing-a-form.md)
+##### [Suspend code execution until a pop-up form is closed](../access/Concepts/Forms-Design/suspend-code-execution-until-a-pop-up-form-is-closed.md)
+##### [Synchronize two combo boxes on a form](../access/Concepts/Forms-Design/synchronize-two-combo-boxes-on-a-form.md)
+##### [Use date and time criteria from a control on a form](../access/Concepts/Forms-Design/use-date-and-time-criteria-from-a-control-on-a-form.md)
+#### Forms - user input
+##### [Add a value to a bound combo box](../access/Concepts/Forms/add-a-value-to-a-bound-combo-box.md)
+##### [Determine whether the current record is a new record in a form](../access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md)
+##### [Display a custom dialog box when the user deletes a record](../access/Concepts/Forms/display-a-custom-dialog-box-when-the-user-deletes-a-record.md)
+##### [Perform simple data validation checks when editing a record in a form](../access/Concepts/Forms/perform-simple-data-validation-checks-when-editing-a-record-in-a-form.md)
+##### [Prompt a user before saving a record](../access/Concepts/Forms/prompt-a-user-before-saving-a-record.md)
+##### [Use numeric criteria from a control on a form](../access/Concepts/Forms/use-numeric-criteria-from-a-control-on-a-form.md)
+##### [Use textual criteria from a control on a form](../access/Concepts/Forms/use-textual-criteria-from-a-control-on-a-form.md)
+##### [Use user input to build filter criteria](../access/Concepts/Forms/use-user-input-to-build-filter-criteria.md)
+#### Printing
+##### [Close a report automatically if it does not contain any records](../access/Concepts/Printing/close-a-report-automatically-if-it-does-not-contain-any-records.md)
+##### [Filter a report using a form's filter](../access/Concepts/Printing/filter-a-report-using-a-form-s-filter.md)
+##### [Programmatically retrieve printer capabilities](../access/Concepts/Printing/programmatically-retrieve-printer-capabilities.md)
+##### [Retrieve a list of installed printers](../access/Concepts/Printing/retrieve-a-list-of-installed-printers.md)
+##### [Work with form and report printer settings](../access/Concepts/Printing/work-with-form-and-report-printer-settings.md)
+#### Reports
+##### [Create alternating row colors on a report](../access/Concepts/Reports/create-alternating-row-colors-on-a-report.md)
+##### [Set form, report, and control properties in code](../access/Concepts/Reports/set-form-report-and-control-properties-in-code.md)
+#### Settings
+##### [ActiveX Data Objects (ADO)](../access/Concepts/Settings/activex-data-objects-ado.md)
+##### [Data Access Objects (DAO)](../access/Concepts/Settings/data-access-objects-dao.md)
+##### [Set a reference to a Visual Basic project in another Access database or project](../access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md)
+##### [Set form, report, and control properties in Visual Basic](../access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md)
+##### [Set options from Visual Basic](../access/Concepts/Settings/set-options-from-visual-basic.md)
+##### [Set properties by using Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)
+##### [Set references to type libraries](../access/Concepts/Settings/set-references-to-type-libraries.md)
+##### [Set startup properties and options in code](../access/Concepts/Settings/set-startup-properties-and-options-in-code.md)
#### Structured Query Language (Access SQL)
##### Clauses
###### [FROM](../access/Concepts/Structured-Query-Language/from-clause-microsoft-access-sql.md)
@@ -90,94 +166,14 @@
##### [Perform joins](../access/Concepts/Structured-Query-Language/perform-joins-using-access-sql.md)
##### [Retrieve records](../access/Concepts/Structured-Query-Language/retrieve-records-using-access-sql.md)
##### [Use international date formats in SQL statements](../access/Concepts/Structured-Query-Language/use-international-date-formats-in-sql-statements.md)
-#### Data Access Objects (DAO)
-##### [Add a record to a DAO Recordset](../access/Concepts/Data-Access-Objects/add-a-record-to-a-dao-recordset.md)
-##### [Change tables involved in a one-to-many relationship in a DAO Recordset](../access/Concepts/Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md)
-##### [Count the number of records in a DAO Recordset](../access/Concepts/Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md)
-##### [Create a DAO Recordset from a form](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-form.md)
-##### [Create a DAO Recordset from a query](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-query.md)
-##### [Create a DAO Recordset from a table in the current database](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md)
-##### [Create a user-defined property](../access/Concepts/Data-Access-Objects/create-a-user-defined-property.md)
-##### [Delete a record from a DAO Recordset](../access/Concepts/Data-Access-Objects/delete-a-record-from-a-dao-recordset.md)
-##### [Detect the limits of a DAO Recordset](../access/Concepts/Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md)
-##### [Extract data from a record in a DAO Recordset](../access/Concepts/Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md)
-##### [Find a record in a dynaset-type or snapshot-type DAO Recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md)
-##### [Find a record in a table-type DAO Recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md)
-##### [Find the current position in a DAO Recordset](../access/Concepts/Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md)
-##### [Make bulk changes to a DAO Recordset](../access/Concepts/Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md)
-##### [Manipulate multivalued fields with DAO](../access/Concepts/Data-Access-Objects/manipulate-multivalued-fields-with-dao.md)
-##### [Mark a position in a DAO Recordset](../access/Concepts/Data-Access-Objects/mark-a-position-in-a-dao-recordset.md)
-##### [Modify a query from a DAO Recordset](../access/Concepts/Data-Access-Objects/modify-a-query-from-a-dao-recordset.md)
-##### [Modify an existing record in a DAO Recordset](../access/Concepts/Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md)
-##### [Move through a DAO Recordset](../access/Concepts/Data-Access-Objects/move-through-a-dao-recordset.md)
-##### [Read from and write to a field in a DAO Recordset](../access/Concepts/Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md)
-##### [Return a random record from a DAO Recordset](../access/Concepts/Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md)
-##### [Set properties of Data Access Objects in Visual Basic](../access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md)
-##### [Sort data in a DAO Recordset](../access/Concepts/Data-Access-Objects/sort-data-in-a-dao-recordset.md)
-##### [Synchronize a DAO Recordset's record with a form's current record](../access/Concepts/Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md)
-##### [Track design changes to a table-type DAO Recordset](../access/Concepts/Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md)
-##### [Use transactions in a DAO Recordset](../access/Concepts/Data-Access-Objects/use-transactions-in-a-dao-recordset.md)
-##### [Work with attachments in DAO](../access/Concepts/Data-Access-Objects/work-with-attachments-in-dao.md)
-#### ActiveX Data Objects (ADO)
-##### [Bind a form to an ADO Recordset](../access/Concepts/ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md)
-##### [Create an ADO connection string](../access/Concepts/ActiveX-Data-Objects/create-an-ado-connection-string.md)
-##### [Set properties of ActiveX Data Objects in Visual Basic](../access/Concepts/ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md)
+#### Windows API
+##### [Determine when a shelled process ends](../access/Concepts/Windows-API/determine-when-a-shelled-process-ends.md)
+##### [Retrieve information from Clipboard](../access/Concepts/Windows-API/retrieve-information-from-the-clipboard.md)
+##### [Retrieve name of user signed in to network](../access/Concepts/Windows-API/retrieve-the-name-of-the-user-logged-on-to-the-network.md)
+##### [Send information to Clipboard](../access/Concepts/Windows-API/send-information-to-the-clipboard.md)
#### XML
##### [Export a report to XML](../access/Concepts/XML/export-a-report-to-xml.md)
##### [Export data, schema, and related tables to XML](../access/Concepts/XML/export-data-schema-and-related-tables-to-xml.md)
-#### Forms - user input
-##### [Add a value to a bound combo box](../access/Concepts/Forms/add-a-value-to-a-bound-combo-box.md)
-##### [Determine whether the current record is a new record in a form](../access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md)
-##### [Display a custom dialog box when the user deletes a record](../access/Concepts/Forms/display-a-custom-dialog-box-when-the-user-deletes-a-record.md)
-##### [Perform simple data validation checks when editing a record in a form](../access/Concepts/Forms/perform-simple-data-validation-checks-when-editing-a-record-in-a-form.md)
-##### [Prompt a user before saving a record](../access/Concepts/Forms/prompt-a-user-before-saving-a-record.md)
-##### [Use numeric criteria from a control on a form](../access/Concepts/Forms/use-numeric-criteria-from-a-control-on-a-form.md)
-##### [Use textual criteria from a control on a form](../access/Concepts/Forms/use-textual-criteria-from-a-control-on-a-form.md)
-##### [Use user input to build filter criteria](../access/Concepts/Forms/use-user-input-to-build-filter-criteria.md)
-#### Controls
-##### [Add "(All)" to a combo box or list box](../access/Concepts/Controls/addallto-a-combo-box-or-list-box.md)
-##### [Allow users to add items to an unbound combo box](../access/Concepts/Controls/allow-users-to-add-items-to-an-unbound-combo-box.md)
-##### [Assign a control a value from a table](../access/Concepts/Controls/assign-a-control-a-value-from-a-table.md)
-##### [Call procedures in a subform or subreport](../access/Concepts/Controls/call-procedures-in-a-subform-or-subreport.md)
-##### [Hide a subform if the main form contains no records](../access/Concepts/Controls/hide-a-subform-if-the-main-form-contains-no-records.md)
-##### [Prevent the accidental erasure of data when moving between controls on a form](../access/Concepts/Controls/prevent-the-accidental-erasure-of-data-when-moving-between-controls-on-a-form.md)
-##### [Refer to tab control objects in VBA](../access/Concepts/Controls/refer-to-tab-control-objects-in-vba.md)
-#### Forms design
-##### [Create multiple instances of a form](../access/Concepts/Forms-Design/create-multiple-instances-of-a-form.md)
-##### [Synchronize two combo boxes on a form](../access/Concepts/Forms-Design/synchronize-two-combo-boxes-on-a-form.md)
-##### [Use date and time criteria from a control on a form](../access/Concepts/Forms-Design/use-date-and-time-criteria-from-a-control-on-a-form.md)
-##### [Apply a filter when opening a form or report](../access/Concepts/Forms-Design/apply-a-filter-when-opening-a-form-or-report.md)
-##### [Cancel an event](../access/Concepts/Forms-Design/cancel-an-event.md)
-##### [Cancel the deletion of a record by using custom criteria](../access/Concepts/Forms-Design/cancel-the-deletion-of-a-record-by-using-custom-criteria.md)
-##### [Change the filter or sort order of a form or report](../access/Concepts/Forms-Design/change-the-filter-or-sort-order-of-a-form-or-report.md)
-##### [Disable PAGE UP and PAGE DOWN keys in a form](../access/Concepts/Forms-Design/disable-page-up-and-page-down-keys-in-a-form.md)
-##### [Prompt a user before closing a form](../access/Concepts/Forms-Design/prompt-a-user-before-closing-a-form.md)
-##### [Suspend code execution until a pop-up form is closed](../access/Concepts/Forms-Design/suspend-code-execution-until-a-pop-up-form-is-closed.md)
-#### Reports
-##### [Create alternating row colors on a report](../access/Concepts/Reports/create-alternating-row-colors-on-a-report.md)
-##### [Set form, report, and control properties in code](../access/Concepts/Reports/set-form-report-and-control-properties-in-code.md)
-#### Printing
-##### [Programmatically retrieve printer capabilities](../access/Concepts/Printing/programmatically-retrieve-printer-capabilities.md)
-##### [Retrieve a list of installed printers](../access/Concepts/Printing/retrieve-a-list-of-installed-printers.md)
-##### [Work with form and report printer settings](../access/Concepts/Printing/work-with-form-and-report-printer-settings.md)
-##### [Close a report automatically if it does not contain any records](../access/Concepts/Printing/close-a-report-automatically-if-it-does-not-contain-any-records.md)
-##### [Filter a report using a form's filter](../access/Concepts/Printing/filter-a-report-using-a-form-s-filter.md)
-#### Date/Time
-##### [Calculate age](../access/Concepts/Date-Time/calculate-age.md)
-##### [Calculate and display specific date values](../access/Concepts/Date-Time/calculate-and-display-specific-date-values.md)
-##### [Calculate elapsed time](../access/Concepts/Date-Time/calculate-elapsed-time.md)
-##### [Find the number of working days between two dates](../access/Concepts/Date-Time/find-the-number-of-working-days-between-two-dates.md)
-##### [Format dates as U.S. dates regardless of regional settings](../access/Concepts/Date-Time/format-dates-as-u-s-dates-regardless-of-regional-settings.md)
-##### [Specify date and time in criteria expressions](../access/Concepts/Date-Time/specify-date-and-time-in-criteria-expressions.md)
-#### Windows API
-##### [Determine when a shelled process ends](../access/Concepts/Windows-API/determine-when-a-shelled-process-ends.md)
-##### [Retrieve information from the Clipboard](../access/Concepts/Windows-API/retrieve-information-from-the-clipboard.md)
-##### [Send information to the Clipboard](../access/Concepts/Windows-API/send-information-to-the-clipboard.md)
-##### [Retrieve the name of the user signed on to the network](../access/Concepts/Windows-API/retrieve-the-name-of-the-user-logged-on-to-the-network.md)
-#### Maintenance
-##### [Compact and repair a database](../access/Concepts/Maintenance/compact-and-repair-a-database.md)
-##### [Recover tables deleted from a database](../access/Concepts/Maintenance/recover-tables-deleted-from-a-database.md)
-##### [Handle run-time errors in VBA](../access/Concepts/Maintenance/handle-run-time-errors-in-vba.md)
#### Miscellaneous
##### [0 Database Engine driver](../access/concepts/miscellaneous/0-database-engine-driver.md)
##### [5 Database Engine driver (1 of 2)](../access/concepts/miscellaneous/5-database-engine-driver-1-of-2.md)
@@ -266,6 +262,7 @@
##### [Recordset (Visual C++)](../access/concepts/miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md)
##### [Recordset and SourceRecordset properties example (VBScript)](../access/concepts/miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md)
##### [RecordsetEvents (Visual C++)](../access/concepts/miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md)
+##### [Recover tables deleted from a database](../access/Concepts/miscellaneous/recover-tables-deleted-from-a-database.md)
##### [Refresh method example (VBScript)](../access/concepts/miscellaneous/refresh-method-example-vbscript.md)
##### [Register custom business object](../access/concepts/miscellaneous/registering-a-custom-business-object.md)
##### [Required client settings](../access/concepts/miscellaneous/required-client-settings.md)
@@ -316,11 +313,11 @@
#### [AccessObjectProperties object](Access.AccessObjectProperties.md)
##### Methods
###### [Add](Access.AccessObjectProperties.Add.md)
-###### [Remove](Access.AccessObjectProperties.Remove.md)
###### [Application](Access.AccessObjectProperties.Application.md)
###### [Count](Access.AccessObjectProperties.Count.md)
###### [Item](Access.AccessObjectProperties.Item.md)
###### [Parent](Access.AccessObjectProperties.Parent.md)
+###### [Remove](Access.AccessObjectProperties.Remove.md)
#### [AccessObjectProperty object](Access.AccessObjectProperty.md)
##### Properties
###### [Name](Access.AccessObjectProperty.Name.md)
@@ -400,7 +397,6 @@
###### [CloseCurrentDatabase](Access.Application.CloseCurrentDatabase.md)
###### [CodeDb](Access.Application.CodeDb.md)
###### [ColumnHistory](Access.Application.ColumnHistory.md)
-###### [CompactRepair](Access.Application.CompactRepair.md)
###### [ConvertAccessProject](Access.Application.ConvertAccessProject.md)
###### [CreateAccessProject](Access.Application.CreateAccessProject.md)
###### [CreateAdditionalData](Access.Application.CreateAdditionalData.md)
diff --git a/api/overview/activex-control.md b/api/overview/activex-control.md
index 66b46588b65..8a1eb07b840 100644
--- a/api/overview/activex-control.md
+++ b/api/overview/activex-control.md
@@ -17,7 +17,7 @@ In addition to the built-in controls that appear in the toolbox, Microsoft Acces
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/bound-object-frame-control.md b/api/overview/bound-object-frame-control.md
index 46229d008c2..0e89523633c 100644
--- a/api/overview/bound-object-frame-control.md
+++ b/api/overview/bound-object-frame-control.md
@@ -28,7 +28,7 @@ The object in a bound object frame is different for each record. The bound objec
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/chart-control.md b/api/overview/chart-control.md
index 6a66c254b4b..08a21fcce6b 100644
--- a/api/overview/chart-control.md
+++ b/api/overview/chart-control.md
@@ -25,7 +25,7 @@ When you place a chart control on a form or report, Microsoft Access displays th
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/check-box-control.md b/api/overview/check-box-control.md
index b31aabd15ce..d5fb15098e4 100644
--- a/api/overview/check-box-control.md
+++ b/api/overview/check-box-control.md
@@ -26,7 +26,7 @@ It's also possible to use an unbound check box in a custom dialog box to accept
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/combo-box-control.md b/api/overview/combo-box-control.md
index cbec9c89d10..b0fa27b4787 100644
--- a/api/overview/combo-box-control.md
+++ b/api/overview/combo-box-control.md
@@ -28,7 +28,7 @@ The list can be single- or multiple-column, and the columns can appear with or w
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/command-button-control.md b/api/overview/command-button-control.md
index 16ac9fa97b7..ff8a85a6997 100644
--- a/api/overview/command-button-control.md
+++ b/api/overview/command-button-control.md
@@ -25,7 +25,7 @@ You can display text on a command button by setting its **Caption** property, or
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/image-control-misc.md b/api/overview/image-control-misc.md
index 5a5d4b02fc1..6d306086651 100644
--- a/api/overview/image-control-misc.md
+++ b/api/overview/image-control-misc.md
@@ -22,7 +22,7 @@ You can use the image control or an [unbound object frame](unbound-object-frame-
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/label-control-access.md b/api/overview/label-control-access.md
index ec3159c5583..3672f085767 100644
--- a/api/overview/label-control-access.md
+++ b/api/overview/label-control-access.md
@@ -30,7 +30,7 @@ When you create a label by using the **Label** tool, the label stands on its own
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/learn-about-language-specific-information-access.md b/api/overview/learn-about-language-specific-information-access.md
index 34afa82dc8b..51542e9d707 100644
--- a/api/overview/learn-about-language-specific-information-access.md
+++ b/api/overview/learn-about-language-specific-information-access.md
@@ -17,7 +17,7 @@ Language-specific Help topics apply only if the language-specific feature is ava
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/line-control.md b/api/overview/line-control.md
index 75b0d5afe64..1fb93d0b7ae 100644
--- a/api/overview/line-control.md
+++ b/api/overview/line-control.md
@@ -21,7 +21,7 @@ You can use **Border Width** to change the line width. You can use **Border Col
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/list-box-control.md b/api/overview/list-box-control.md
index 99ebb595a26..2b43cf3c59b 100644
--- a/api/overview/list-box-control.md
+++ b/api/overview/list-box-control.md
@@ -27,7 +27,7 @@ If you don't have room on your form to display a list box, or if you want to be
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/option-button-control.md b/api/overview/option-button-control.md
index 2f6ff9e261c..55adabd4707 100644
--- a/api/overview/option-button-control.md
+++ b/api/overview/option-button-control.md
@@ -25,7 +25,7 @@ It's also possible to use an unbound option button in a custom dialog box to acc
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/option-group-control.md b/api/overview/option-group-control.md
index 87e3e2ba8d4..6a438cb40c8 100644
--- a/api/overview/option-group-control.md
+++ b/api/overview/option-group-control.md
@@ -28,7 +28,7 @@ An option group can also be set to an expression, or it can be unbound. You can
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/page-break-control.md b/api/overview/page-break-control.md
index 2e6e4822632..1ff002223e5 100644
--- a/api/overview/page-break-control.md
+++ b/api/overview/page-break-control.md
@@ -26,7 +26,7 @@ Position page breaks above or below other controls. Placing a page break on the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/page.md b/api/overview/page.md
index 5f803856bf0..9f1330af9c2 100644
--- a/api/overview/page.md
+++ b/api/overview/page.md
@@ -21,7 +21,7 @@ With the tab control, you can construct a single form or dialog box that contain
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/rectangle-control.md b/api/overview/rectangle-control.md
index ddfe984d18e..9128552d1b2 100644
--- a/api/overview/rectangle-control.md
+++ b/api/overview/rectangle-control.md
@@ -21,7 +21,7 @@ You can move a rectangle and the controls in it as a single unit by dragging the
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/subform-subreport-control.md b/api/overview/subform-subreport-control.md
index a2be3ecb860..8e9e03845de 100644
--- a/api/overview/subform-subreport-control.md
+++ b/api/overview/subform-subreport-control.md
@@ -22,7 +22,7 @@ For example, you can use a form with a subform to present one-to-many relationsh
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/tab-control.md b/api/overview/tab-control.md
index d7a54702ea6..9b25be45aed 100644
--- a/api/overview/tab-control.md
+++ b/api/overview/tab-control.md
@@ -19,7 +19,7 @@ With the tab control, you can construct a single form or dialog box that contain
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/table-field.md b/api/overview/table-field.md
index af30a71149d..00feeea6e4a 100644
--- a/api/overview/table-field.md
+++ b/api/overview/table-field.md
@@ -19,7 +19,7 @@ Microsoft Access uses field properties when you view or edit data. For example,
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/text-box-control.md b/api/overview/text-box-control.md
index 63a4acf00cb..aefa2e5f57e 100644
--- a/api/overview/text-box-control.md
+++ b/api/overview/text-box-control.md
@@ -17,7 +17,7 @@ Text boxes on a form or report display data from a record source. This type of t
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/toggle-button-control.md b/api/overview/toggle-button-control.md
index ae4f4723ac7..b1724c0dc3b 100644
--- a/api/overview/toggle-button-control.md
+++ b/api/overview/toggle-button-control.md
@@ -25,7 +25,7 @@ You can also use a toggle button in a custom dialog box to accept user input.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/unbound-object-frame-control.md b/api/overview/unbound-object-frame-control.md
index a17673a83e2..b1e541733a9 100644
--- a/api/overview/unbound-object-frame-control.md
+++ b/api/overview/unbound-object-frame-control.md
@@ -30,7 +30,7 @@ The unbound object frame can display linked or embedded objects.
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/values-for-the-defaultsource-member.md b/api/overview/values-for-the-defaultsource-member.md
index 351f3e4847f..2b06b1d8c97 100644
--- a/api/overview/values-for-the-defaultsource-member.md
+++ b/api/overview/values-for-the-defaultsource-member.md
@@ -31,7 +31,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/values-for-the-papersize-member.md b/api/overview/values-for-the-papersize-member.md
index dce5f9b31fb..f457923b2d6 100644
--- a/api/overview/values-for-the-papersize-member.md
+++ b/api/overview/values-for-the-papersize-member.md
@@ -59,7 +59,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
diff --git a/api/overview/values-for-the-ttoption-member.md b/api/overview/values-for-the-ttoption-member.md
index d7f133132cc..807a63cb1fc 100644
--- a/api/overview/values-for-the-ttoption-member.md
+++ b/api/overview/values-for-the-ttoption-member.md
@@ -24,7 +24,7 @@ ms.date: 06/08/2017
## See also
-- [Access for developers forum on MSDN](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
+- [Access for developers forum](https://social.msdn.microsoft.com/Forums/office/home?forum=accessdev)
- [Access help on support.office.com](https://support.office.com/search/results?query=Access)
- [Access help on answers.microsoft.com](https://answers.microsoft.com/)
- [Search for specific Access error codes on Bing](https://www.bing.com/)
From 6d81a70b05b5160ae6a178f32a3f96b70dc92454 Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Wed, 26 Sep 2018 09:45:03 -0700
Subject: [PATCH 10/15] Edit pass on Concepts sections (#215)
Printing, Reports, Settings, Windows API, XML
---
.openpublishing.redirection.json | 8 +
...ally-if-it-does-not-contain-any-records.md | 8 +-
.../filter-a-report-using-a-form-s-filter.md | 8 +-
...matically-retrieve-printer-capabilities.md | 18 +-
.../retrieve-a-list-of-installed-printers.md | 9 +-
...k-with-form-and-report-printer-settings.md | 44 ++--
...eate-alternating-row-colors-on-a-report.md | 8 +-
...m-report-and-control-properties-in-code.md | 22 +-
.../Settings/activex-data-objects-ado.md | 17 --
.../Settings/data-access-objects-dao.md | 38 ---
...-in-another-microsoft-access-database-o.md | 2 +-
...-and-control-properties-in-visual-basic.md | 8 +-
.../Settings/set-options-from-visual-basic.md | 238 +++++++++---------
.../set-properties-by-using-visual-basic.md | 16 +-
.../set-references-to-type-libraries.md | 24 +-
...-startup-properties-and-options-in-code.md | 14 +-
.../determine-when-a-shelled-process-ends.md | 216 ++++++++--------
...retrieve-information-from-the-clipboard.md | 19 +-
...me-of-the-user-logged-on-to-the-network.md | 8 +-
.../send-information-to-the-clipboard.md | 12 +-
access/Concepts/XML/export-a-report-to-xml.md | 14 +-
...t-data-schema-and-related-tables-to-xml.md | 15 +-
api/TOC.md | 2 -
23 files changed, 360 insertions(+), 408 deletions(-)
delete mode 100644 access/Concepts/Settings/activex-data-objects-ado.md
delete mode 100644 access/Concepts/Settings/data-access-objects-dao.md
diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json
index 06601e54ac4..4e34888e1dc 100644
--- a/.openpublishing.redirection.json
+++ b/.openpublishing.redirection.json
@@ -135,6 +135,14 @@
{
"source_path": "access/Concepts/Maintenance/recover-tables-deleted-from-a-database.md",
"redirect_url": "/office/vba/access/concepts/miscellaneous/recover-tables-deleted-from-a-database"
+ },
+ {
+ "source_path": "access/Concepts/Settings/data-access-objects-dao.md",
+ "redirect_url": "/office/vba/api/overview/access"
+ },
+ {
+ "source_path": "access/Concepts/Settings/activex-data-objects-ado.md",
+ "redirect_url": "/office/vba/api/overview/access"
}
]
diff --git a/access/Concepts/Printing/close-a-report-automatically-if-it-does-not-contain-any-records.md b/access/Concepts/Printing/close-a-report-automatically-if-it-does-not-contain-any-records.md
index 2371598d24f..f77de36daff 100644
--- a/access/Concepts/Printing/close-a-report-automatically-if-it-does-not-contain-any-records.md
+++ b/access/Concepts/Printing/close-a-report-automatically-if-it-does-not-contain-any-records.md
@@ -1,14 +1,14 @@
---
-title: Close a Report Automatically If It Does Not Contain Any Records
+title: Close a report automatically if it does not contain any records
ms.prod: access
ms.assetid: 9b160bd3-6eca-f907-ae5b-4327c3c1618e
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Close a Report Automatically If It Does Not Contain Any Records
+# Close a report automatically if it does not contain any records
-The following example shows how to use the **[NoData](../../../api/Access.Report.NoData.md)** event to cancel opening or printing a report when it has no data. A message box notifying the user that the report has no data is also displayed.
+The following example shows how to use the **[NoData](../../../api/Access.Report.NoData.md)** event to cancel opening or printing a report when it has no data. A message box notifying the user that the report has no data is also displayed.
```vb
diff --git a/access/Concepts/Printing/filter-a-report-using-a-form-s-filter.md b/access/Concepts/Printing/filter-a-report-using-a-form-s-filter.md
index eb2b971c04d..fbc0dcd4fea 100644
--- a/access/Concepts/Printing/filter-a-report-using-a-form-s-filter.md
+++ b/access/Concepts/Printing/filter-a-report-using-a-form-s-filter.md
@@ -1,14 +1,14 @@
---
-title: Filter a Report Using a Form's Filter
+title: Filter a report using a form's filter
ms.prod: access
ms.assetid: 2b029c13-5abd-4865-cd05-25d094a97b9f
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Filter a Report Using a Form's Filter
+# Filter a report using a form's filter
-The following example illustrates how to open a report based on the filtered contents of a form. To do this, specify the form's **[Filter](../../../api/Access.Form.Filter(property).md)** property as the value of the **[OpenReport](../../../api/Access.DoCmd.OpenReport.md)** method's _WhereCondition_ argument.
+The following example illustrates how to open a report based on the filtered contents of a form. To do this, specify the form's **[Filter](../../../api/Access.Form.Filter(property).md)** property as the value of the **[OpenReport](../../../api/Access.DoCmd.OpenReport.md)** method's _WhereCondition_ argument.
```vb
diff --git a/access/Concepts/Printing/programmatically-retrieve-printer-capabilities.md b/access/Concepts/Printing/programmatically-retrieve-printer-capabilities.md
index 30a3adfb073..136322b4350 100644
--- a/access/Concepts/Printing/programmatically-retrieve-printer-capabilities.md
+++ b/access/Concepts/Printing/programmatically-retrieve-printer-capabilities.md
@@ -1,19 +1,17 @@
---
-title: Programmatically Retrieve Printer Capabilities
+title: Programmatically retrieve printer capabilities
ms.prod: access
ms.assetid: 8c929823-6b61-16ea-6d84-ff47cc1e8389
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Programmatically Retrieve Printer Capabilities
+# Programmatically retrieve printer capabilities
-The **[Printers](../../../api/Access.Printers.md)** collection and **[Printer](../../../api/Access.Printer.md)** object allow you only to set or retrieve settings for a printer. To determine a printer's capabilities, such as the kinds of paper or paper bins it supports, you must use calls to the Windows Application Programming Interface (API) **DeviceCapabilities** function. It is beyond the scope of this topic to cover this in detail, but the following code sample from the modPrinters module of the PrinterDemo.mdb sample download demonstrates how to retrieve the names and IDs of the supported paper size and paper bins for a printer.
+The **[Printers](../../../api/Access.Printers.md)** collection and **[Printer](../../../api/Access.Printer.md)** object allow you only to set or retrieve settings for a printer. To determine a printer's capabilities, such as the kinds of paper or paper bins it supports, you must use calls to the Windows Application Programming Interface (API) **DeviceCapabilities** function. It is beyond the scope of this topic to cover this in detail, but the following code sample from the modPrinters module of the PrinterDemo.mdb sample download demonstrates how to retrieve the names and IDs of the supported paper size and paper bins for a printer.
The following code should be pasted into the general declarations section of a module.
-
-
```vb
' Declaration for the DeviceCapabilities function API call.
Private Declare Function DeviceCapabilities Lib "winspool.drv" _
@@ -30,9 +28,9 @@ Private Const DEFAULT_VALUES = 0
```
-The following procedure uses the **DeviceCapabilities** API function to display a message box with the name of the default printer and a list of the paper sizes it supports.
-
+
+The following procedure uses the **DeviceCapabilities** API function to display a message box with the name of the default printer and a list of the paper sizes it supports.
```vb
Sub GetPaperList()
@@ -110,9 +108,9 @@ GetPaperList_Err:
End Sub
```
-The following procedure uses the **DeviceCapabilities** API function to display a message box with the name of the default printer and a list of the paper bins it supports.
-
+
+The following procedure uses the **DeviceCapabilities** API function to display a message box with the name of the default printer and a list of the paper bins it supports.
```vb
Sub GetBinList(strName As String)
diff --git a/access/Concepts/Printing/retrieve-a-list-of-installed-printers.md b/access/Concepts/Printing/retrieve-a-list-of-installed-printers.md
index cdc231e780b..d27262438cb 100644
--- a/access/Concepts/Printing/retrieve-a-list-of-installed-printers.md
+++ b/access/Concepts/Printing/retrieve-a-list-of-installed-printers.md
@@ -1,15 +1,16 @@
---
-title: Retrieve a List of Installed Printers
+title: Retrieve a list of installed printers
ms.prod: access
ms.assetid: e3162c3e-6b5b-77c3-32f9-1fdfa64cdefc
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Retrieve a List of Installed Printers
+# Retrieve a list of installed printers
-You use the **[Printers](../../../api/Access.Application.Printers.md)** property of the **[Application](../../../api/Access.Application.md)** object to return the **[Printers](../../../api/Access.Printers.md)** collection. The following procedure illustrates how to enumerate through each **Printer** object in the **Printers** collection by using a **For Each…Next** statement. A message box is displayed with information about each installed printer.
+You use the **[Printers](../../../api/Access.Application.Printers.md)** property of the **[Application](../../../api/Access.Application.md)** object to return the **[Printers](../../../api/Access.Printers.md)** collection.
+The following procedure illustrates how to enumerate through each **Printer** object in the **Printers** collection by using a **For Each…Next** statement. A message box is displayed with information about each installed printer.
```vb
Sub ShowPrinters()
diff --git a/access/Concepts/Printing/work-with-form-and-report-printer-settings.md b/access/Concepts/Printing/work-with-form-and-report-printer-settings.md
index 24cfc206fc8..dde9cd79477 100644
--- a/access/Concepts/Printing/work-with-form-and-report-printer-settings.md
+++ b/access/Concepts/Printing/work-with-form-and-report-printer-settings.md
@@ -1,50 +1,49 @@
---
-title: Work with Form and Report Printer Settings
+title: Work with form and report printer settings
ms.prod: access
ms.assetid: 14a8aa00-9ad8-60f7-e103-791ab08c0e9e
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Work with Form and Report Printer Settings
+# Work with form and report printer settings
-The **[Printer](../../../api/Access.Printer.md)** objects associated with **[Form](../../../api/Access.Form.md)** and **[Report](../../../api/Access.Report.md)** objects support the same properties and programming techniques as the **[Application](../../../api/Access.Application.md)** object's **Printer** object. Use the **Printer** object of a **Form** or **Report** object when you want to set or retrieve printer settings for a specific form or report. You can change form and report printer settings temporarily, or you can save those settings with the form or report.
+The **[Printer](../../../api/Access.Printer.md)** objects associated with **[Form](../../../api/Access.Form.md)** and **[Report](../../../api/Access.Report.md)** objects support the same properties and programming techniques as the **[Application](../../../api/Access.Application.md)** object's **Printer** object.
+Use the **Printer** object of a **Form** or **Report** object when you want to set or retrieve printer settings for a specific form or report. You can change form and report printer settings temporarily, or you can save those settings with the form or report.
-## Saving Printer Settings with a Form or Report
-Whether a form or report uses the settings of the default application printer (the settings managed with the **Application** object's **Printer** object) is determined by whether the form or report has previously saved printer settings. Printer settings for a form or report can be saved two ways:
+## Save printer settings with a form or report
+Whether a form or report uses the settings of the default application printer (the settings managed with the **Application** object's **Printer** object) is determined by whether the form or report has previously saved printer settings. Printer settings for a form or report can be saved two ways:
-- A user can save printer settings by opening the form or report in any view, and using the **Print** or **Page Setup** dialog boxes to change the settings for the form or report.
+- A user can save printer settings by opening the form or report in any view, and using the **Print** or **Page Setup** dialog boxes to change the settings for the form or report.
-- You can make changes to the **Printer** object of a form or report in code, and those changes will be saved with the form or report if you use the **[Save](../../../api/Access.DoCmd.Save.md)** method before closing the form or report, or specify **acSaveYes** for the _Save_ argument when using the **[Close](../../../api/Access.DoCmd.Close.md)** method to close the form or report.
-
-
- **Note** When printer settings are saved with a form or report, Access creates a new data structure for the form or report to contain the saved settings. Initially, this new data structure contains a copy of all of the settings of the default printer. Any settings the user or your code overrides are saved with the data structure. Access does not maintain any sort of inheritance between settings of the default printer and the settings saved with a form or report. If you change settings of the default printer after saving settings for a form or report, the settings that were originally saved will remain in effect.
+- You can make changes to the **Printer** object of a form or report in code, and those changes will be saved with the form or report if you use the **[Save](../../../api/Access.DoCmd.Save.md)** method before closing the form or report, or specify **acSaveYes** for the _Save_ argument when using the **[Close](../../../api/Access.DoCmd.Close.md)** method to close the form or report.
+> [!NOTE]
+> When printer settings are saved with a form or report, Access creates a new data structure for the form or report to contain the saved settings. Initially, this new data structure contains a copy of all of the settings of the default printer. Any settings the user or your code overrides are saved with the data structure.
+>
+> Access does not maintain any sort of inheritance between settings of the default printer and the settings saved with a form or report. If you change settings of the default printer after saving settings for a form or report, the settings that were originally saved will remain in effect.
-## Determining Whether a Form or Report Has Saved Printer Settings
-To determine whether a form or report has saved printer settings, you can read the **UseDefaultPrinter** property of a **Form** or **Report** object using the following syntax:
+## Determine whether a form or report has saved printer settings
+To determine whether a form or report has saved printer settings, you can read the **UseDefaultPrinter** property of a **Form** or **Report** object by using the following syntax, where _expression_ is any expression that returns a **Form** or **Report** object.
```vb
expression .UseDefaultPrinter
```
-Where _expression_ is any expression that returns a **Form** or **Report** object. The **UseDefaultPrinter** property is read/write in Design view and read-only in all other views.
-
-
-## Clearing Saved Printer Settings
-
-You can also use the **UseDefaultPrinter** property like a method to clear saved settings from a form or report by setting its value to **True**. This is equivalent to opening the **Page Setup** dialog box for the form or report and selecting **Default Printer** on the **Page** tab.
+The **UseDefaultPrinter** property is read/write in Design view and read-only in all other views.
-You can set the **UseDefaultPrinter** property only when a form or report is open in Design view. The following code fragment opens each of the reports in the current project and clears any report that has saved settings.
+## Clear saved printer settings
+You can also use the **UseDefaultPrinter** property like a method to clear saved settings from a form or report by setting its value to **True**. This is equivalent to opening the **Page Setup** dialog box for the form or report and selecting **Default Printer** on the **Page** tab. You can set the **UseDefaultPrinter** property only when a form or report is open in Design view.
+The following code fragment opens each of the reports in the current project and clears any report that has saved settings.
```vb
For Each obj In CurrentProject.AllReports
@@ -59,10 +58,11 @@ Next obj
```
-## Preserving Form and Report Printer Settings
+## Preserve form and report printer settings
-When you programmatically change printer property settings for forms or reports while the object is in any view other than Design view, those changes are automatically saved if the user interactively closes the form or report. The following procedure demonstrates how to save and restore a report's printer settings.
+When you programmatically change printer property settings for forms or reports while the object is in any view other than Design view, those changes are automatically saved if the user interactively closes the form or report.
+The following procedure demonstrates how to save and restore a report's printer settings.
```vb
Sub RestoreReportPrinter()
diff --git a/access/Concepts/Reports/create-alternating-row-colors-on-a-report.md b/access/Concepts/Reports/create-alternating-row-colors-on-a-report.md
index 11e9652c7f8..83bcc262cd6 100644
--- a/access/Concepts/Reports/create-alternating-row-colors-on-a-report.md
+++ b/access/Concepts/Reports/create-alternating-row-colors-on-a-report.md
@@ -1,19 +1,17 @@
---
-title: Create Alternating Row Colors on a Report
+title: Create alternating row colors on a report
ms.prod: access
ms.assetid: ea37a0cb-9057-e268-28a7-183751c8a1b8
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Create Alternating Row Colors on a Report
+# Create alternating row colors on a report
By default, Access formats each row of a report's detail section with the same background color. When printing a report, shading every other line of the detail section can make it much easier to read. You can use the **[AlternateBackColor](../../../api/Access.Section.AlternateBackColor.md)** property to specify a color to be displayed or printed on every other line in the detail section when viewing or printing a report.
The following example illustrates how to display light gray bars on every other line of the report's detail section when it is printed.
-
-
```vb
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
diff --git a/access/Concepts/Reports/set-form-report-and-control-properties-in-code.md b/access/Concepts/Reports/set-form-report-and-control-properties-in-code.md
index d044403ee98..a8079661a75 100644
--- a/access/Concepts/Reports/set-form-report-and-control-properties-in-code.md
+++ b/access/Concepts/Reports/set-form-report-and-control-properties-in-code.md
@@ -1,17 +1,17 @@
---
-title: Set Form, Report, and Control Properties in Code
+title: Set form, report, and control properties in code
ms.prod: access
ms.assetid: 23d88ab3-9ee6-5f7f-2351-14bb94d7a27b
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Set Form, Report, and Control Properties in Code
+# Set form, report, and control properties in code
**[Form](../../../api/Access.Form.md)**, **[Report](../../../api/Access.Report.md)**, and **[Control](../../../api/Access.Control.md)** objects are Access objects. You can set properties for these objects from within a **Sub**, **Function**, or event procedure. You can also set properties for form and report sections.
-## To set a property of a form or report
+## Set a property of a form or report
Refer to the individual form or report within the **[Forms](../../../api/Access.Forms.md)** or **[Reports](../../../api/Access.Reports.md)** collection, followed by the name of the property and its value. For example, to set the **[Visible](../../../api/Access.Form.Visible.md)** property of the Customers form to **True** (-1), use the following line of code:
@@ -29,7 +29,7 @@ Me.RecordSource = "SELECT * FROM Customers " _
```
-## To set a property of a control
+## Set a property of a control
Refer to the control in the **[Controls](../../../api/Access.Form.Controls.md)** collection of the **Form** or **Report** object on which it resides. You can refer to the **Controls** collection either implicitly or explicitly, but the code executes faster if you use an implicit reference. The following examples set the **Visible** property of a text box called CustomerID on the Customers form:
@@ -54,7 +54,7 @@ End With
```
-## To set a property of a form or report section
+## Set a property of a form or report section
Refer to the form or report within the **Forms** or **Reports** collection, followed by the **Section** property and the integer or constant that identifies the section. The following examples set the **Visible** property of the page header section of the Customers form to **False**:
@@ -69,14 +69,14 @@ Me!Section(acPageHeader).Visible = False
```
-- For each property you want to set, you can look up the property in the Help index to find information about:
+For each property you want to set, you can look up the property in the Help index to find information about:
- - Whether you can set the property from Visual Basic.
+- Whether you can set the property from Visual Basic.
- - Views in which you can set the property. Not all properties can be set in all views. For example, you can set a form's **BorderStyle** property only in form Design view.
+- Views in which you can set the property. Not all properties can be set in all views. For example, you can set a form's **BorderStyle** property only in form Design view.
- - Which values you should use to set the property. You often use different settings when you set a property in Visual Basic instead of in the property sheet. For example, if the property settings are selections from a list, you must use the value or numeric equivalent for each selection.
+- Which values you should use to set the property. You often use different settings when you set a property in Visual Basic instead of in the property sheet. For example, if the property settings are selections from a list, you must use the value or numeric equivalent for each selection.
-- To set default properties for controls from Visual Basic, use the **DefaultControl** property.
+To set default properties for controls from Visual Basic, use the **DefaultControl** property.
diff --git a/access/Concepts/Settings/activex-data-objects-ado.md b/access/Concepts/Settings/activex-data-objects-ado.md
deleted file mode 100644
index fce74eed23d..00000000000
--- a/access/Concepts/Settings/activex-data-objects-ado.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: ActiveX Data Objects (ADO)
-ms.prod: access
-ms.assetid: 7bf30e48-fbe1-4446-8e0d-75e74eb506ac
-ms.date: 06/08/2017
----
-
-
-# ActiveX Data Objects (ADO)
-
-- [Bind a form to an ADO Recordset](../ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md)
-- [Create an ADO connection string](../ActiveX-Data-Objects/create-an-ado-connection-string.md)
-- [Set properties of ActiveX Data Objects in Visual Basic](../ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md)
-
-
-
-
diff --git a/access/Concepts/Settings/data-access-objects-dao.md b/access/Concepts/Settings/data-access-objects-dao.md
deleted file mode 100644
index b528b621732..00000000000
--- a/access/Concepts/Settings/data-access-objects-dao.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: Data Access Objects (DAO)
-ms.prod: access
-ms.assetid: a5096d12-6ffb-42cd-adb1-f886a9b13fca
-ms.date: 06/08/2017
----
-
-
-# Data Access Objects (DAO)
-
-- [Add a Record to a DAO Recordset](../Data-Access-Objects/add-a-record-to-a-dao-recordset.md)
-- [Build SQL Statements That Include Variables and Controls](../Structured-Query-Language/build-sql-statements-that-include-variables-and-controls.md)
-- [Change Tables Involved in a One-to-Many Relationship in a DAO Recordset](../Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md)
-- [Count the Number of Records in a DAO Recordset](../Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md)
-- [Create a DAO Recordset From a Form](../Data-Access-Objects/create-a-dao-recordset-from-a-form.md)
-- [Create a DAO Recordset From a Query](../Data-Access-Objects/create-a-dao-recordset-from-a-query.md)
-- [Create a DAO Recordset From a Table In the Current Database](../Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md)
-- [Create a User-Defined Property](../Data-Access-Objects/create-a-user-defined-property.md)
-- [Delete a Record From a DAO Recordset](../Data-Access-Objects/delete-a-record-from-a-dao-recordset.md)
-- [Detect the Limits of a DAO Recordset](../Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md)
-- [Extract Data from a Record in a DAO Recordset](../Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md)
-- [Find a Record in a Dynaset-Type or Snapshot-Type DAO Recordset](../Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md)
-- [Find a Record in a Table-Type DAO Recordset](../Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md)
-- [Find the Current Position in a DAO Recordset](../Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md)
-- [Make Bulk Changes to a DAO Recordset](../Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md)
-- [Manipulate Multivalued Fields With DAO](../Data-Access-Objects/manipulate-multivalued-fields-with-dao.md)
-- [Mark a Position in a DAO Recordset](../Data-Access-Objects/mark-a-position-in-a-dao-recordset.md)
-- [Modify a Query from a DAO Recordset](../Data-Access-Objects/modify-a-query-from-a-dao-recordset.md)
-- [Modify an Existing Record in a DAO Recordset](../Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md)
-- [Move Through a DAO Recordset](../Data-Access-Objects/move-through-a-dao-recordset.md)
-- [Read From and Write To a Field in a DAO Recordset](../Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md)
-- [Return a Random Record from a DAO Recordset](../Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md)
-- [Set Properties of Data Access Objects in Visual Basic](../Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md)
-- [Sort Data in a DAO Recordset](../Data-Access-Objects/sort-data-in-a-dao-recordset.md)
-- [Synchronize a DAO Recordset's Record with a Form's Current Record](../Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md)
-- [Track Design Changes to a Table-Type DAO Recordset](../Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md)
-- [Use Transactions in a DAO Recordset](../Data-Access-Objects/use-transactions-in-a-dao-recordset.md)
-- [Work With Attachments In DAO](../Data-Access-Objects/work-with-attachments-in-dao.md)
diff --git a/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md b/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md
index 2b0d58bcabe..3c4439af5e4 100644
--- a/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md
+++ b/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md
@@ -5,7 +5,7 @@ f1_keywords:
- vbaac10.chm102162
ms.prod: access
ms.assetid: a919be67-84ee-e9de-1cfd-17a456f4d929
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
diff --git a/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md b/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md
index f97d746c72b..1ca13cb5194 100644
--- a/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md
+++ b/access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md
@@ -5,7 +5,7 @@ f1_keywords:
- vbaac10.chm5188061
ms.prod: access
ms.assetid: 1f5b5f6b-b424-f35e-4add-21c45b5d74c4
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
@@ -13,7 +13,7 @@ ms.date: 06/08/2017
**[Form](../../../api/Access.Form.md)**, **[Report](../../../api/Access.Report.md)**, and **[Control](../../../api/Access.Control.md)** objects are Microsoft Access objects. You can set properties for these objects from within a **Sub**, **Function**, or event procedure. You can also set properties for form and report sections.
-## To set a property of a form or report
+## Set a property of a form or report
Refer to the individual form or report within the **[Forms](../../../api/Access.Forms.md)** or **[Reports](../../../api/Access.Reports.md)** collection, followed by the name of the property and its value. For example, to set the **Visible** property of the Customers form to **True** (-1), use the following line of code:
@@ -29,7 +29,7 @@ Me.RecordSource = "SELECT * FROM Customers " _
```
-## To set a property of a control
+## Set a property of a control
Refer to the control in the **[Controls](../../../api/Access.Controls.md)** collection of the **Form** or **Report** object on which it resides. You can refer to the **Controls** collection either implicitly or explicitly, but the code executes faster if you use an implicit reference. The following examples set the **Visible** property of a text box called CustomerID on the Customers form:
@@ -57,7 +57,7 @@ End With
```
-## To set a property of a form or report section
+## Set a property of a form or report section
Refer to the form or report within the **Forms** or **Reports** collection, followed by the **Section** property and the integer or constant that identifies the section. The following examples set the **Visible** property of the page header section of the Customers form to **False**:
diff --git a/access/Concepts/Settings/set-options-from-visual-basic.md b/access/Concepts/Settings/set-options-from-visual-basic.md
index 93b317c48a8..a53efccd6b6 100644
--- a/access/Concepts/Settings/set-options-from-visual-basic.md
+++ b/access/Concepts/Settings/set-options-from-visual-basic.md
@@ -2,7 +2,7 @@
title: Set options from Visual Basic
ms.prod: access
ms.assetid: c85ab081-6522-f851-a0d7-3d6612af26ab
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
@@ -13,7 +13,7 @@ You can use the **[SetOption](../../../api/Access.Application.SetOption.md)** an
The value that you pass to the **SetOption** method as the _setting_ argument depends on which type of option you are setting. The following table establishes some guidelines for setting options.
-|**If the option is**|**Then the _setting_ argument is**|
+|If the option is|Then the _setting_ argument is|
|:-----|:-----|
|A text box|A string|
|A check box|A Boolean value — **True** (-1) or **False** (0)|
@@ -26,196 +26,196 @@ The following tables list the names of all options that can be set or returned f
### Creating databases section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**New database sort order**|New Database Sort Order|
-|**Default database folder**|Default Database Directory|
-|**Default file format**|Default File Format|
+|New database sort order|New Database Sort Order|
+|Default database folder|Default Database Directory|
+|Default file format|Default File Format|
## Current Database tab
### Application options section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Compact on Close**|Auto Compact|
-|**Remove personal information from file properties on save**|Remove Personal Information|
-|**Use Windows-themed Controls on Forms**|Themed Form Controls|
-|**Enable Layout View for this database**|DesignWithData|
-|**Check for truncated number fields**|CheckTruncatedNumFields|
-|**Picture Property Storage Format**|Picture Property Storage Format|
+|Compact on Close|Auto Compact|
+|Remove personal information from file properties on save|Remove Personal Information|
+|Use Windows-themed Controls on Forms|Themed Form Controls|
+|Enable Layout View for this database|DesignWithData|
+|Check for truncated number fields|CheckTruncatedNumFields|
+|Picture Property Storage Format|Picture Property Storage Format|
### Name autoCorrect options section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Track name AutoCorrect info**|Track Name AutoCorrect Info|
-|**Perform name AutoCorrect**|Perform Name AutoCorrect|
-|**Log name AutoCorrect changes**|Log Name AutoCorrect Changes|
+|Track name AutoCorrect info|Track Name AutoCorrect Info|
+|Perform name AutoCorrect|Perform Name AutoCorrect|
+|Log name AutoCorrect changes|Log Name AutoCorrect Changes|
### Filter lookup options for `` Database section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Show list of values in, Local indexed fields**|Show Values in Indexed|
-|**Show list of values in, Local nonindexed fields**|Show Values in Non-Indexed|
-|**Show list of values in, ODBC fields**|Show Values in Remote|
-|**Show list of values in, Records in local snapshot**|Show Values in Snapshot|
-|**Show list of values in, Records at server**|Show Values in Server|
-|**Don't display lists where more than this number of records read**|Show Values Limit|
+|Show list of values in, Local indexed fields|Show Values in Indexed|
+|Show list of values in, Local nonindexed fields|Show Values in Non-Indexed|
+|Show list of values in, ODBC fields|Show Values in Remote|
+|Show list of values in, Records in local snapshot|Show Values in Snapshot|
+|Show list of values in, Records at server|Show Values in Server|
+|Don't display lists where more than this number of records read|Show Values Limit|
## Datasheet tab
### Default colors section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Font color**|Default Font Color|
-|**Background color**|Default Background Color|
-|**Alternate background color**|_64|
-|**Gridlines color**|Default Gridlines Color|
+|Font color|Default Font Color|
+|Background color|Default Background Color|
+|Alternate background color|_64|
+|Gridlines color|Default Gridlines Color|
### Gridlines and cell effects section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Default gridlines showing, Horizontal**|Default Gridlines Horizontal|
-|**Default gridlines showing, Vertical**|Default Gridlines Vertical|
-|**Default cell effect**|Default Cell Effect|
-|**Default column width**|Default Column Width|
+|Default gridlines showing, Horizontal|Default Gridlines Horizontal|
+|Default gridlines showing, Vertical|Default Gridlines Vertical|
+|Default cell effect|Default Cell Effect|
+|Default column width|Default Column Width|
### Default font section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Font**|Default Font Name|
-|**Size**|Default Font Size|
-|**Weight**|Default Font Weight|
-|**Underline**|Default Font Underline|
-|**Italic**|Default Font Italic|
+|Font|Default Font Name|
+|Size|Default Font Size|
+|Weight|Default Font Weight|
+|Underline|Default Font Underline|
+|Italic|Default Font Italic|
## Object Designers tab
### Table design section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Default text field size**|Default Text Field Size|
-|**Default number field size**|Default Number Field Size|
-|**Default field type**|Default Field Type|
-|**AutoIndex on Import/Create**|AutoIndex on Import/Create|
-|**Show Property Update Option Buttons**|Show Property Update Options Buttons|
+|Default text field size|Default Text Field Size|
+|Default number field size|Default Number Field Size|
+|Default field type|Default Field Type|
+|AutoIndex on Import/Create|AutoIndex on Import/Create|
+|Show Property Update Option Buttons|Show Property Update Options Buttons|
### Query design section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Show table names**|Show Table Names|
-|**Output all fields**|Output All Fields|
-|**Enable AutoJoin**|Enable AutoJoin|
-|**SQL Server Compatible Syntax (ANSI 92), This database**|ANSI Query Mode|
-|**SQL Server Compatible Syntax (ANSI 92), Default for new databases**|ANSI Query Mode Default|
-|**Query design font, Font**|Query Design Font Name|
-|**Query design font, Size**|Query Design Font Size|
+|Show table names|Show Table Names|
+|Output all fields|Output All Fields|
+|Enable AutoJoin|Enable AutoJoin|
+|SQL Server Compatible Syntax (ANSI 92), This database|ANSI Query Mode|
+|SQL Server Compatible Syntax (ANSI 92), Default for new databases|ANSI Query Mode Default|
+|Query design font, Font|Query Design Font Name|
+|Query design font, Size|Query Design Font Size|
### Forms/Reports section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Selection behavior**|Selection Behavior|
-|**Form template**|Form Template|
-|**Report template**|Report Template|
-|**Always use event procedures**|Always Use Event Procedures|
+|Selection behavior|Selection Behavior|
+|Form template|Form Template|
+|Report template|Report Template|
+|Always use event procedures|Always Use Event Procedures|
### Error checking section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Enable error checking**|Enable Error Checking|
-|**Error indicator color**|Error Checking Indicator Color|
-|**Check for unassociated label and control**|Unassociated Label and Control Error Checking|
-|**Check for new unassociated labels**|New Unassociated Labels Error Checking|
-|**Check for keyboard shortcut errors**|Keyboard Shortcut Errors Error Checking|
-|**Check for invalid control properties**|Invalid Control Properties Error Checking|
-|**Check for common report errors**|Common Report Errors Error Checking|
+|Enable error checking|Enable Error Checking|
+|Error indicator color|Error Checking Indicator Color|
+|Check for unassociated label and control|Unassociated Label and Control Error Checking|
+|Check for new unassociated labels|New Unassociated Labels Error Checking|
+|Check for keyboard shortcut errors|Keyboard Shortcut Errors Error Checking|
+|Check for invalid control properties|Invalid Control Properties Error Checking|
+|Check for common report errors|Common Report Errors Error Checking|
## Proofing tab
### When correcting spelling in Microsoft Office programs section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Ignore words in UPPERCASE**|Spelling ignore words in UPPERCASE|
-|**Ignore words that contain numbers**|Spelling ignore words with number|
-|**Ignore Internet and file addresses**|Spelling ignore Internet and file addresses|
-|**Suggest from main dictionary only**|Spelling suggest from main dictionary only|
-|**Dictionary Language**|Spelling dictionary language|
+|Ignore words in UPPERCASE|Spelling ignore words in UPPERCASE|
+|Ignore words that contain numbers|Spelling ignore words with number|
+|Ignore Internet and file addresses|Spelling ignore Internet and file addresses|
+|Suggest from main dictionary only|Spelling suggest from main dictionary only|
+|Dictionary Language|Spelling dictionary language|
## Advanced tab
### Editing section
-|**Option Text**|**String Argument**|
-|:-----|:-----|
-|**Move after enter**|Move After Enter|
-|**Behavior entering field**|Behavior Entering Field|
-|**Arrow key behavior**|Arrow Key Behavior|
-|**Cursor stops at first/last field**|Cursor Stops at First/Last Field|
-|**Default find/replace behavior**|Default Find/Replace Behavior|
-|**Confirm, Record changes**|Confirm Record Changes|
-|**Confirm, Document deletions**|Confirm Document Deletions|
-|**Confirm, Action queries**|Confirm Action Queries|
-|**Default direction**|Default Direction|
-|**General alignment**|General Alignment|
-|**Cursor movement**|Cursor Movement|
-|**Datasheet IME control**|Datasheet Ime Control|
-|**Use Hijri Calendar**|Use Hijri Calendar|
+|Option text|String argument|
+|:-----|:-----|
+|Move after enter|Move After Enter|
+|Behavior entering field|Behavior Entering Field|
+|Arrow key behavior|Arrow Key Behavior|
+|Cursor stops at first/last field|Cursor Stops at First/Last Field|
+|Default find/replace behavior|Default Find/Replace Behavior|
+|Confirm, Record changes|Confirm Record Changes|
+|Confirm, Document deletions|Confirm Document Deletions|
+|Confirm, Action queries|Confirm Action Queries|
+|Default direction|Default Direction|
+|General alignment|General Alignment|
+|Cursor movement|Cursor Movement|
+|Datasheet IME control|Datasheet Ime Control|
+|Use Hijri Calendar|Use Hijri Calendar|
### Display section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Show this number of Recent Documents**|Size of MRU File List|
-|**Status bar**|Show Status Bar|
-|**Show animations**|Show Animations|
-|**Show Smart Tags on Datasheets**|Show Smart Tags on Datasheets|
-|**Show Smart Tags on Forms and Reports**|Show Smart Tags on Forms and Reports|
-|**Show in Macro Design, Names column**|Show Macro Names Column|
-|**Show in Macro Design, Conditions column**|Show Conditions Column|
+|Show this number of Recent Documents|Size of MRU File List|
+|Status bar|Show Status Bar|
+|Show animations|Show Animations|
+|Show Smart Tags on Datasheets|Show Smart Tags on Datasheets|
+|Show Smart Tags on Forms and Reports|Show Smart Tags on Forms and Reports|
+|Show in Macro Design, Names column|Show Macro Names Column|
+|Show in Macro Design, Conditions column|Show Conditions Column|
### Printing section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Left margin**|Left Margin|
-|**Right margin**|Right Margin|
-|**Top margin**|Top Margin|
-|**Bottom margin**|Bottom Margin|
+|Left margin|Left Margin|
+|Right margin|Right Margin|
+|Top margin|Top Margin|
+|Bottom margin|Bottom Margin|
### General section
-|**Option Text**|**String Argument**|
+|Option text|String argument|
|:-----|:-----|
-|**Provide feedback with sound**|Provide Feedback with Sound|
-|**Use four-year digit year formatting, This database**|Four-Digit Year Formatting|
-|**Use four-year digit year formatting, All databases**|Four-Digit Year Formatting All Databases|
+|Provide feedback with sound|Provide Feedback with Sound|
+|Use four-year digit year formatting, This database|Four-Digit Year Formatting|
+|Use four-year digit year formatting, All databases|Four-Digit Year Formatting All Databases|
### Advanced section
-|**Option Text**|**String Argument**|
-|:-----|:-----|
-|**Open last used database when Access starts**|Open Last Used Database When Access Starts|
-|**Default open mode**|Default Open Mode for Databases|
-|**Default record locking**|Default Record Locking|
-|**Open databases by using record-level locking**|Use Row Level Locking|
-|**OLE/DDE timeout (sec)**|OLE/DDE Timeout (sec)|
-|**Refresh interval (sec)**|Refresh Interval (sec)|
-|**Number of update retries**|Number of Update Retries|
-|**ODBC refresh interval (sec)**|ODBC Refresh Interval (sec)|
-|**Update retry interval (msec)**|Update Retry Interval (msec)|
-|**DDE operations, Ignore DDE requests**|Ignore DDE Requests|
-|**DDE operations, Enable DDE refresh**|Enable DDE Refresh|
-|**Command-line arguments**|Command-Line Arguments|
+|Option text|String argument|
+|:-----|:-----|
+|Open last used database when Access starts|Open Last Used Database When Access Starts|
+|Default open mode|Default Open Mode for Databases|
+|Default record locking|Default Record Locking|
+|Open databases by using record-level locking|Use Row Level Locking|
+|OLE/DDE timeout (sec)|OLE/DDE Timeout (sec)|
+|Refresh interval (sec)|Refresh Interval (sec)|
+|Number of update retries|Number of Update Retries|
+|ODBC refresh interval (sec)|ODBC Refresh Interval (sec)|
+|Update retry interval (msec)|Update Retry Interval (msec)|
+|DDE operations, Ignore DDE requests|Ignore DDE Requests|
+|DDE operations, Enable DDE refresh|Enable DDE Refresh|
+|Command-line arguments|Command-Line Arguments|
> [!NOTE]
diff --git a/access/Concepts/Settings/set-properties-by-using-visual-basic.md b/access/Concepts/Settings/set-properties-by-using-visual-basic.md
index 22fe48658ce..520cb926eca 100644
--- a/access/Concepts/Settings/set-properties-by-using-visual-basic.md
+++ b/access/Concepts/Settings/set-properties-by-using-visual-basic.md
@@ -1,21 +1,23 @@
---
-title: Set Properties by Using Visual Basic
+title: Set properties by using Visual Basic
keywords: vbaac10.chm5188064
f1_keywords:
- vbaac10.chm5188064
ms.prod: access
ms.assetid: 3fa3677b-a779-3bc7-0f0f-827c252b3292
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Set Properties by Using Visual Basic
+# Set properties by using Visual Basic
-You can set most properties from Visual Basic code. How you set a property depends on whether you are setting it for a [Form](../../../api/Access.Form.md), [Report](../../../api/Access.Report.md), [Control](../../../api/Access.Control.md), [ActiveX Data Objects (ADO)](activex-data-objects-ado.md), or [Data Access Objects (DAO)](data-access-objects-dao.md). The following topics outline the steps involved for setting properties of each type of object:
+You can set most properties from Visual Basic code. How you set a property depends on whether you are setting it for a [Form](../../../api/Access.Form.md), [Report](../../../api/Access.Report.md), [Control](../../../api/Access.Control.md), [ActiveX Data Objects (ADO)](activex-data-objects-ado.md), or [Data Access Objects (DAO)](data-access-objects-dao.md).
-- [Set Form, Report, and Control Properties in Visual Basic](set-form-report-and-control-properties-in-visual-basic.md)
+The following topics outline the steps involved for setting properties of each type of object:
-- [Set Properties of ActiveX Data Objects in Visual Basic](../ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md)
+- [Set form, report, and control properties in Visual Basic](set-form-report-and-control-properties-in-visual-basic.md)
-- [Set Properties of Data Access Objects in Visual Basic](../Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md)
+- [Set properties of ActiveX Data Objects in Visual Basic](../ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md)
+
+- [Set properties of Data Access Objects in Visual Basic](../Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md)
diff --git a/access/Concepts/Settings/set-references-to-type-libraries.md b/access/Concepts/Settings/set-references-to-type-libraries.md
index a35c53dae41..342c506e5a4 100644
--- a/access/Concepts/Settings/set-references-to-type-libraries.md
+++ b/access/Concepts/Settings/set-references-to-type-libraries.md
@@ -1,40 +1,41 @@
---
-title: Set References to Type Libraries
+title: Set references to type libraries
keywords: vbaac10.chm13780
f1_keywords:
- vbaac10.chm13780
ms.prod: access
ms.assetid: 6314a89b-89e9-d8c1-5964-889a361afcd1
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Set References to Type Libraries
+# Set references to type libraries
When you set a reference to another application's type library, you can use the objects supplied by that application in your code. For example, if you set a reference from Access to the Excel library, you can then use Excel objects through Automation (formerly called OLE Automation). If you set a reference to a Visual Basic project in another Access database, you can call its public procedures. If you set a reference to an ActiveX control, you can use that control on Access forms.
You can set a reference from Access while the Visual Basic Editor is open, or you can set a reference in Visual Basic code.
-## Setting a Reference from Access
+## Set a reference from Access
To set a reference to an application's type library:
-
-1. On the **Tools** menu, click **References**. The **References** command on the **Tools** menu is available only when a Module window is open and active in Design view.
+1. On the **Tools** menu, select **References**. The **References** command on the **Tools** menu is available only when a Module window is open and active in Design view.
2. Select the check boxes for those applications whose type libraries you want to reference.
-## Setting a Reference from Visual Basic
+## Set a reference from Visual Basic
To set a reference from Visual Basic, you create a new **Reference** object representing the desired reference. The **References** collection contains all currently set references.
To create a new **Reference** object, use either the **AddFromFile** or **AddFromGUID** method of the **References** collection. To remove a **Reference** object, use the **Remove** method.
-## Advantages of Setting References
+## Advantages of setting references
+
+Your Automation code will run faster if you set a reference to another application's type library before you work with its objects. If you've set a reference, you can declare an object variable representing an object in the other application as its most specific type.
-Your Automation code will run faster if you set a reference to another application's type library before you work with its objects. If you've set a reference, you can declare an object variable representing an object in the other application as its most specific type. For example, if you're writing code to work with Excel objects, you can declare an object variable of type **Excel.Application** by using the following syntax only if you've created a reference to the Excel type library:
+For example, if you're writing code to work with Excel objects, you can declare an object variable of type **Excel.Application** by using the following syntax only if you've created a reference to the Excel type library:
```vb
@@ -43,15 +44,12 @@ Dim appXL As New Excel.Application
If you haven't set a reference to the Excel type library, you must declare the variable as a generic variable of type **Object**. The following code runs more slowly:
-
-
-
```vb
Dim appXL As Object
```
Additionally, if you set a reference to an application's type library, all of its objects, as well as their methods and properties, are listed in the Object Browser. This makes it easy to determine what properties and methods are available to each object.
-Since Access is an COM component that supports Automation, you can also set a reference to its type library from another application and work with Access objects from that application.
+Because Access is a COM component that supports automation, you can also set a reference to its type library from another application and work with Access objects from that application.
diff --git a/access/Concepts/Settings/set-startup-properties-and-options-in-code.md b/access/Concepts/Settings/set-startup-properties-and-options-in-code.md
index e3968b47b1e..777209bc1bd 100644
--- a/access/Concepts/Settings/set-startup-properties-and-options-in-code.md
+++ b/access/Concepts/Settings/set-startup-properties-and-options-in-code.md
@@ -1,22 +1,24 @@
---
-title: Set Startup Properties and Options in Code
+title: Set startup properties and options in code
keywords: vbaac10.chm5188070
f1_keywords:
- vbaac10.chm5188070
ms.prod: access
ms.assetid: 6b6e50d6-27b5-337b-e95e-5e100c958713
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Set Startup Properties and Options in Code
+# Set startup properties and options in code
-Startup properties affect how your database application appears when it's opened. For example, startup properties enable you to customize the application's title bar, menus, toolbars, and startup form. The startup properties are available in the Current Database category of the **Access Options** dialog box. To view the **Access Options** dialog box, click the **Microsoft Office Button** and then click **Access Options**.
+Startup properties affect how your database application appears when it's opened. For example, startup properties enable you to customize the application's title bar, menus, toolbars, and startup form. The startup properties are available in the Current Database category of the **Access Options** dialog box.
+
+To view the **Access Options** dialog box, select the **Microsoft Office Button**, and then select **Access Options**.
You can set options in the **Access Options** dialog box to change various aspects of the application's environment while you're working in it. For example, you can set form, report, table, and query default options.
The following topics provide specific information about setting startup properties and options in code.
-- [Set Startup Properties from Visual Basic](set-startup-properties-and-options-in-code.md)
-- [Set Options from Visual Basic](set-options-from-visual-basic.md)
+- [Set startup properties from Visual Basic](set-startup-properties-and-options-in-code.md)
+- [Set options from Visual Basic](set-options-from-visual-basic.md)
diff --git a/access/Concepts/Windows-API/determine-when-a-shelled-process-ends.md b/access/Concepts/Windows-API/determine-when-a-shelled-process-ends.md
index 95b5a698665..13f8b9ffebb 100644
--- a/access/Concepts/Windows-API/determine-when-a-shelled-process-ends.md
+++ b/access/Concepts/Windows-API/determine-when-a-shelled-process-ends.md
@@ -1,121 +1,119 @@
---
-title: Determine When a Shelled Process Ends
+title: Determine when a shelled process ends
ms.prod: access
ms.assetid: 16a6fb03-0ff5-76a9-8efb-9348d5a6beef
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Determine When a Shelled Process Ends
+# Determine when a shelled process ends
-When you run the **[Shell](../../../language/reference/User-Interface-Help/shell-function.md)** function in a Visual Basic for Applications (VBA) procedure, it starts an executable program asynchronously and returns control to the procedure. This shelled program continues to run independently of your procedure until you close it.
+When you run the **[Shell](../../../language/reference/User-Interface-Help/shell-function.md)** function in a Visual Basic for Applications (VBA) procedure, it starts an executable program asynchronously and returns control to the procedure. This shelled program continues to run independently of your procedure until you close it.
If your procedure needs to wait for the shelled process to end, you can use the Windows API to poll the status of the application, but this is not very efficient. This topic explains a more efficient method.
-The Windows API has integrated functionality that enables your application to wait until a shelled process has completed. To use these functions, you need to have a handle to the shelled process. To accomplish this, use the **CreateProcess** function instead of the **Shell** function to begin your shelled program.
-
-
-## Creating the Shelled Process
-
-To create an addressable process, use the **CreateProcess** function to start your shelled application. The **CreateProcess** function gives your program the process handle of the shelled process via one of its passed parameters.
-
-
-## Waiting for the Shelled Process to End
-
-After you use the **CreateProcess** function to get a process handle, you can pass that handle to the **WaitForSingleObject** function. This causes your VBA procedure to suspend execution until the shelled process ends.
-
-The following steps are necessary to build a VBA procedure that uses the **CreateProcess** function to run the Windows Notepad application. This code shows how to use the Windows API **CreateProcess** and **WaitForSingleObject** functions to wait until a shelled process ends before resuming execution.
-
-The syntax of the **CreateProcess** function is complex, so in the example code, it is encapsulated into a function called **ExecCmd**. **ExecCmd** takes one parameter, the command line of the application to execute.
-
-Create a standard module and paste the following lines in the Declarations section:
-
-
-
-
-```vb
-Option Explicit
-
-Private Type STARTUPINFO
- cb As Long
- lpReserved As String
- lpDesktop As String
- lpTitle As String
- dwX As Long
- dwY As Long
- dwXSize As Long
- dwYSize As Long
- dwXCountChars As Long
- dwYCountChars As Long
- dwFillAttribute As Long
- dwFlags As Long
- wShowWindow As Integer
- cbReserved2 As Integer
- lpReserved2 As Long
- hStdInput As Long
- hStdOutput As Long
- hStdError As Long
-End Type
-
-Private Type PROCESS_INFORMATION
- hProcess As Long
- hThread As Long
- dwProcessID As Long
- dwThreadID As Long
-End Type
-
-Private Declare Function WaitForSingleObject Lib "kernel32" (ByVal _
- hHandle As Long, ByVal dwMilliseconds As Long) As Long
-
-Private Declare Function CreateProcessA Lib "kernel32" (ByVal _
- lpApplicationName As Long, ByVal lpCommandLine As String, ByVal _
- lpProcessAttributes As Long, ByVal lpThreadAttributes As Long, _
- ByVal bInheritHandles As Long, ByVal dwCreationFlags As Long, _
- ByVal lpEnvironment As Long, ByVal lpCurrentDirectory As Long, _
- lpStartupInfo As STARTUPINFO, lpProcessInformation As _
- PROCESS_INFORMATION) As Long
-
-Private Declare Function CloseHandle Lib "kernel32" (ByVal _
- hObject As Long) As Long
-
-Private Const NORMAL_PRIORITY_CLASS = &H20&
-Private Const INFINITE = -1&
-
-```
-
-Paste the following code into the module:
-
-
-
-
-```vb
-Public Sub ExecCmd(cmdline As String)
- Dim proc As PROCESS_INFORMATION
- Dim start As STARTUPINFO
- Dim ReturnValue As Integer
-
- ' Initialize the STARTUPINFO structure:
- start.cb = Len(start)
-
- ' Start the shelled application:
- ReturnValue = CreateProcessA(0&, cmdline$, 0&, 0&, 1&, _
- NORMAL_PRIORITY_CLASS, 0&, 0&, start, proc)
-
- ' Wait for the shelled application to finish:
- Do
- ReturnValue = WaitForSingleObject(proc.hProcess, 0)
- DoEvents
- Loop Until ReturnValue <> 258
-
- ReturnValue = CloseHandle(proc.hProcess)
-End Sub
-
-Sub Testing()
- ExecCmd "NOTEPAD.EXE"
- MsgBox "Process Finished"
-End Sub
-```
-
-Type **Testing** in the **Immediate** window. Notepad will start. After you close Notepad, a message box will notify you that the process has completed.
+The Windows API has integrated functionality that enables your application to wait until a shelled process has completed. To use these functions, you need to have a handle to the shelled process. To accomplish this, use the **CreateProcess** function instead of the **Shell** function to begin your shelled program.
+
+
+## Create the shelled process
+
+To create an addressable process, use the **CreateProcess** function to start your shelled application. The **CreateProcess** function gives your program the process handle of the shelled process via one of its passed parameters.
+
+
+## Wait for the shelled process to end
+
+After you use the **CreateProcess** function to get a process handle, you can pass that handle to the **WaitForSingleObject** function. This causes your VBA procedure to suspend execution until the shelled process ends.
+
+The following steps are necessary to build a VBA procedure that uses the **CreateProcess** function to run the Windows Notepad application. This code shows how to use the Windows API **CreateProcess** and **WaitForSingleObject** functions to wait until a shelled process ends before resuming execution.
+
+The syntax of the **CreateProcess** function is complex, so in the example code, it is encapsulated into a function called **ExecCmd**. **ExecCmd** takes one parameter, the command line of the application to execute.
+
+1. Create a standard module and paste the following lines in the Declarations section:
+
+ ```vb
+ Option Explicit
+
+ Private Type STARTUPINFO
+ cb As Long
+ lpReserved As String
+ lpDesktop As String
+ lpTitle As String
+ dwX As Long
+ dwY As Long
+ dwXSize As Long
+ dwYSize As Long
+ dwXCountChars As Long
+ dwYCountChars As Long
+ dwFillAttribute As Long
+ dwFlags As Long
+ wShowWindow As Integer
+ cbReserved2 As Integer
+ lpReserved2 As Long
+ hStdInput As Long
+ hStdOutput As Long
+ hStdError As Long
+ End Type
+
+ Private Type PROCESS_INFORMATION
+ hProcess As Long
+ hThread As Long
+ dwProcessID As Long
+ dwThreadID As Long
+ End Type
+
+ Private Declare Function WaitForSingleObject Lib "kernel32" (ByVal _
+ hHandle As Long, ByVal dwMilliseconds As Long) As Long
+
+ Private Declare Function CreateProcessA Lib "kernel32" (ByVal _
+ lpApplicationName As Long, ByVal lpCommandLine As String, ByVal _
+ lpProcessAttributes As Long, ByVal lpThreadAttributes As Long, _
+ ByVal bInheritHandles As Long, ByVal dwCreationFlags As Long, _
+ ByVal lpEnvironment As Long, ByVal lpCurrentDirectory As Long, _
+ lpStartupInfo As STARTUPINFO, lpProcessInformation As _
+ PROCESS_INFORMATION) As Long
+
+ Private Declare Function CloseHandle Lib "kernel32" (ByVal _
+ hObject As Long) As Long
+
+ Private Const NORMAL_PRIORITY_CLASS = &H20&
+ Private Const INFINITE = -1&
+
+ ```
+
+
+
+2. Paste the following code into the module:
+
+ ```vb
+ Public Sub ExecCmd(cmdline As String)
+ Dim proc As PROCESS_INFORMATION
+ Dim start As STARTUPINFO
+ Dim ReturnValue As Integer
+
+ ' Initialize the STARTUPINFO structure:
+ start.cb = Len(start)
+
+ ' Start the shelled application:
+ ReturnValue = CreateProcessA(0&, cmdline$, 0&, 0&, 1&, _
+ NORMAL_PRIORITY_CLASS, 0&, 0&, start, proc)
+
+ ' Wait for the shelled application to finish:
+ Do
+ ReturnValue = WaitForSingleObject(proc.hProcess, 0)
+ DoEvents
+ Loop Until ReturnValue <> 258
+
+ ReturnValue = CloseHandle(proc.hProcess)
+ End Sub
+
+ Sub Testing()
+ ExecCmd "NOTEPAD.EXE"
+ MsgBox "Process Finished"
+ End Sub
+ ```
+
+
+
+3. Type **Testing** in the **Immediate** window. Notepad starts. After you close Notepad, a message box notifies you that the process has completed.
diff --git a/access/Concepts/Windows-API/retrieve-information-from-the-clipboard.md b/access/Concepts/Windows-API/retrieve-information-from-the-clipboard.md
index 8807a8081fd..33abce2ce0a 100644
--- a/access/Concepts/Windows-API/retrieve-information-from-the-clipboard.md
+++ b/access/Concepts/Windows-API/retrieve-information-from-the-clipboard.md
@@ -1,17 +1,18 @@
---
-title: Retrieve Information from the Clipboard
+title: Retrieve information from the Clipboard
ms.prod: access
ms.assetid: 593d3047-c6c8-ab22-cdeb-aadc8b56ca81
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Retrieve Information from the Clipboard
+# Retrieve information from the Clipboard
-## Using the RunCommand Method
+## Use the RunCommand method
-You can use the **[RunCommand](../../../api/Access.DoCmd.RunCommand.md)** method with the **acCmdPaste** constant to paste the contents of the Clipboard into the active control on a form or report. The following example illustrates how to paste the contents of the Clipboard into a text box named txtNotes.
+You can use the **[RunCommand](../../../api/Access.DoCmd.RunCommand.md)** method with the **acCmdPaste** constant to paste the contents of the Clipboard into the active control on a form or report.
+The following example illustrates how to paste the contents of the Clipboard into a text box named txtNotes.
```vb
Private Sub cmdPaste_Click()
@@ -21,11 +22,10 @@ End Sub
```
-## Using the Windows API
+## Use the Windows API
To use API calls to retrieve information from the Clipboard, paste the following code into the Declarations section of a standard module.
-
```vb
Declare Function OpenClipboard Lib "User32" (ByVal hwnd As Long) _
As Long
@@ -48,10 +48,9 @@ Public Const CF_TEXT = 1
Public Const MAXSIZE = 4096
```
-Paste the following code into a standard module.
-
-
+
+Paste the following code into a standard module.
```vb
Function ClipBoard_GetData()
diff --git a/access/Concepts/Windows-API/retrieve-the-name-of-the-user-logged-on-to-the-network.md b/access/Concepts/Windows-API/retrieve-the-name-of-the-user-logged-on-to-the-network.md
index 13a13dc533f..78b166b7738 100644
--- a/access/Concepts/Windows-API/retrieve-the-name-of-the-user-logged-on-to-the-network.md
+++ b/access/Concepts/Windows-API/retrieve-the-name-of-the-user-logged-on-to-the-network.md
@@ -1,14 +1,14 @@
---
-title: Retrieve the Name of the User Logged On To the Network
+title: Retrieve the name of the user signed in to the network
ms.prod: access
ms.assetid: 3bf335a1-08d0-c8d5-8d89-36f0c29d47d0
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Retrieve the Name of the User Logged On To the Network
+# Retrieve the name of the user signed in to the network
-This topic contians a user-defined function, GetLogonName, that returns the current user name. The GetLogonName function utilizes the GetUserNameA Windows API to retrieve the current user name.
+This topic contians a user-defined function, GetLogonName, that returns the current user name. The GetLogonName function utilizes the **GetUserNameA** Windows API to retrieve the current user name.
```vb
diff --git a/access/Concepts/Windows-API/send-information-to-the-clipboard.md b/access/Concepts/Windows-API/send-information-to-the-clipboard.md
index 4b710a908b6..114482ec0de 100644
--- a/access/Concepts/Windows-API/send-information-to-the-clipboard.md
+++ b/access/Concepts/Windows-API/send-information-to-the-clipboard.md
@@ -1,16 +1,18 @@
---
-title: Send Information to the Clipboard
+title: Send information to the Clipboard
ms.prod: access
ms.assetid: 4261f071-7bff-b290-c3d3-03645fd9ada0
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Send Information to the Clipboard
+# Send information to the Clipboard
-## Use the RunCommand Method
+## Use the RunCommand method
-You can use the **[RunCommand](../../../api/Access.DoCmd.RunCommand.md)** method with the **acCmdCopy** constant to copy the contents of the active control on a form or report to the Clipboard. The following example illustrates how to copy the contents of a text box named txtNotes to the Clipboard.
+You can use the **[RunCommand](../../../api/Access.DoCmd.RunCommand.md)** method with the **acCmdCopy** constant to copy the contents of the active control on a form or report to the Clipboard.
+
+The following example illustrates how to copy the contents of a text box named txtNotes to the Clipboard.
```vb
diff --git a/access/Concepts/XML/export-a-report-to-xml.md b/access/Concepts/XML/export-a-report-to-xml.md
index 753bb474437..0797ceec1fc 100644
--- a/access/Concepts/XML/export-a-report-to-xml.md
+++ b/access/Concepts/XML/export-a-report-to-xml.md
@@ -1,14 +1,20 @@
---
-title: Export a Report to XML
+title: Export a report to XML
ms.prod: access
ms.assetid: 7e746a40-6227-1481-f631-702c3cf42d0f
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Export a Report to XML
+# Export a report to XML
-This procedure exports the Invoice report in the current database to an XML file. It also exports presentation information, and places images in the Images folder. The procedure exports the report to the default HTML wrapper. In addition, it creates a file containing the ReportML list.
+This procedure does the following:
+
+- Exports the Invoice report in the current database to an XML file.
+- Exports presentation information.
+- Places images in the Images folder.
+- Exports the report to the default HTML wrapper.
+- Creates a file containing the ReportML list.
```vb
diff --git a/access/Concepts/XML/export-data-schema-and-related-tables-to-xml.md b/access/Concepts/XML/export-data-schema-and-related-tables-to-xml.md
index d288a81b400..a45b6d8b8f9 100644
--- a/access/Concepts/XML/export-data-schema-and-related-tables-to-xml.md
+++ b/access/Concepts/XML/export-data-schema-and-related-tables-to-xml.md
@@ -1,22 +1,19 @@
---
-title: Export Data, Schema, and Related Tables to XML
+title: Export data, schema, and related tables to XML
ms.prod: access
ms.assetid: 4f84813a-bc39-ac03-f04f-624f74eed190
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# Export Data, Schema, and Related Tables to XML
+# Export data, schema, and related tables to XML
-The **[ExportXML](../../../api/Access.Application.ExportXML.md)** method can be used to export the data and formatting contained in a table, along with any additonal data that you specify.
+The **[ExportXML](../../../api/Access.Application.ExportXML.md)** method can be used to export the data and formatting contained in a table, along with any additional data that you specify.
-To specify the additional data to export, you must must use the **[CreateAdditionalData](../../../api/Access.Application.CreateAdditionalData.md)** method to create an **[AdditionalData](../../../api/Access.AdditionalData.md)** object. Then, use the **[Add](../../../api/Access.AdditionalData.Add.md)** method to add additonal tables to export along with the main table.
+To specify the additional data to export, you must must use the **[CreateAdditionalData](../../../api/Access.Application.CreateAdditionalData.md)** method to create an **[AdditionalData](../../../api/Access.AdditionalData.md)** object. Then, use the **[Add](../../../api/Access.AdditionalData.Add.md)** method to add additional tables to export along with the main table.
The following procedure illustrates how to include additional data when exporting a table to XML. The Orders table is exported along with several other tables. The schema and the formatting are also exported as separate .xsd and .xsl files, respectively.
-
-
-
```vb
Private Sub ExportRelTables()
' Purpose: Exports the Orders table as well as
@@ -43,7 +40,7 @@ Private Sub ExportRelTables()
.Add "Categories"
End With
- ' Export the Orders table along with the addtional data.
+ ' Export the Orders table along with the additional data.
Application.ExportXml acExportTable, "Orders", _
"C:\Orders.xml", "C:\OrdersSchema.xsd", _
"C:\OrdersStyle.xsl", AdditionalData:= objAD
diff --git a/api/TOC.md b/api/TOC.md
index 5d66620e7de..de4763913d0 100644
--- a/api/TOC.md
+++ b/api/TOC.md
@@ -108,8 +108,6 @@
##### [Create alternating row colors on a report](../access/Concepts/Reports/create-alternating-row-colors-on-a-report.md)
##### [Set form, report, and control properties in code](../access/Concepts/Reports/set-form-report-and-control-properties-in-code.md)
#### Settings
-##### [ActiveX Data Objects (ADO)](../access/Concepts/Settings/activex-data-objects-ado.md)
-##### [Data Access Objects (DAO)](../access/Concepts/Settings/data-access-objects-dao.md)
##### [Set a reference to a Visual Basic project in another Access database or project](../access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md)
##### [Set form, report, and control properties in Visual Basic](../access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md)
##### [Set options from Visual Basic](../access/Concepts/Settings/set-options-from-visual-basic.md)
From dcedd8e61e6f9805d1dc9384a2a307e140dbd978 Mon Sep 17 00:00:00 2001
From: chgrossMSFT
Date: Wed, 26 Sep 2018 12:56:33 -0700
Subject: [PATCH 11/15] Data Types Sort and Filter OM Updates (#216)
* Updates for Data Type support
* Adding Add2 file. TODO: Examples
* Modified Add2 Definition
* Update to the SortFields.Add. Includes redirects to Add2
* Updates to both SortFields.Add and SortFields.Add2 to reference Data Tyoes along with examles and pointers to relevant topics.
* Final update before Pull Request
---
api/Excel.Range.AutoFilter.md | 67 ++++++++++++++++++++++--------
api/Excel.SortFields.Add.md | 41 +++++++++++++++----
api/Excel.SortFields.Add2.md | 76 +++++++++++++++++++++++++++++++++++
3 files changed, 159 insertions(+), 25 deletions(-)
create mode 100644 api/Excel.SortFields.Add2.md
diff --git a/api/Excel.Range.AutoFilter.md b/api/Excel.Range.AutoFilter.md
index 10f0a8c0196..4e6ebcae8eb 100644
--- a/api/Excel.Range.AutoFilter.md
+++ b/api/Excel.Range.AutoFilter.md
@@ -6,62 +6,95 @@ f1_keywords:
ms.prod: excel
api_name:
- Excel.Range.AutoFilter
-ms.assetid: 0f773dbf-63e8-f714-d246-f803a74d366c
-ms.date: 06/08/2017
+ms.date: 09/20/2018
---
-
# Range.AutoFilter Method (Excel)
Filters a list using the AutoFilter.
-
## Syntax
- _expression_. `AutoFilter`( `_Field_` , `_Criteria1_` , `_Operator_` , `_Criteria2_` , `_VisibleDropDown_` )
+ _expression_. `AutoFilter`( `_Field_` , `_Criteria1_` , `_Operator_` , `_Criteria2_` , `_SubField_` , `_VisibleDropDown_`)
_expression_ An expression that returns a [Range](Excel.Range(Graph property).md) object.
-
### Parameters
-
-
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
| _Field_|Optional| **Variant**| The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field one).|
-| _Criteria1_|Optional| **Variant**|The criteria (a string; for example, "101"). Use "=" to find blank fields, or use "<>" to find nonblank fields. If this argument is omitted, the criteria is All. If _Operator_ is **xlTop10Items** , _Criteria1_ specifies the number of items (for example, "10").|
+| _Criteria1_|Optional| **Variant**|The criteria (a string; for example, "101"). Use "=" to find blank fields, "<>" to find non-blank fields, and "><" to select (No Data) fields in Data Types. If this argument is omitted, the criteria is All. If _Operator_ is **xlTop10Items** , _Criteria1_ specifies the number of items (for example, "10").|
| _Operator_|Optional| **[XlAutoFilterOperator](Excel.XlAutoFilterOperator.md)**|One of the constants of XlAutoFilterOperator specifying the type of filter.|
| _Criteria2_|Optional| **Variant**|The second criteria (a string). Used with _Criteria1_ and _Operator_ to construct compound criteria.|
+| _SubField_|Optional| **Variant**|The Field from a Data Type on which to apply the Criteria (for example, the "Population" field from Geography or "Volume" field from Stocks). Omitting this value targets the "(Display Value)".|
| _VisibleDropDown_|Optional| **Variant**| **True** to display the AutoFilter drop-down arrow for the filtered field. **False** to hide the AutoFilter drop-down arrow for the filtered field. **True** by default.|
### Return Value
Variant
-
## Remarks
If you omit all the arguments, this method simply toggles the display of the AutoFilter drop-down arrows in the specified range.
Excel for Mac does not support this method. Similar methods on Selection and ListObject are supported.
+Unlike in formulas, Subfields do not require brackets to include spaces.
-## Example
+## Examples
This example filters a list starting in cell A1 on Sheet1 to display only the entries in which field one is equal to the string "Otis". The drop-down arrow for field one will be hidden.
-
```vb
-Worksheets("Sheet1").Range("A1").AutoFilter _
- field:=1, _
- Criteria1:="Otis", _
+Worksheets("Sheet1").Range("A1").AutoFilter _
+ Field:=1, _
+ Criteria1:="Otis", _
VisibleDropDown:=False
```
+This example filters a list starting in cell A1 on Sheet1 to display only the entries in which the values of field one contain a SubField, "Admin Division 1 (State/province/other)", where the value is "Washington".
-## See also
+```vb
+Worksheets("Sheet1").Range("A1").AutoFilter _
+ Field:=1, _
+ Criteria1:="Washington", _
+ SubField:="Admin Division 1 (State/province/other)"
+```
+This example filters a Table, "Table1", on Sheet1 to display only the entries in which the values of field one have a "(Display Value)" that is either "1", "3", "Seattle", or "Redmond".
-[Range Object](Excel.Range(object).md)
+```vb
+Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
+ Field:=1, _
+ Criteria1:=Array("1", "3", "Seattle", "Redmond"), _
+ Operator:=xlFilterValues
+```
+
+Data Types can apply multiple SubField filters. This example filters a Table, "Table1", on Sheet1 to display only the entries in which the values of field one contain a SubField, "Time zone(s)", where the value is "Pacific Time Zone" and where the SubField "Date Founded" is either "1851" or there is "(No Data)"
+
+```vb
+Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
+ Field:=1, _
+ Criteria1:="Pacific Time Zone", _
+ SubField:="Time Zone(s)"
+Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
+ Field:=1, _
+ Criteria1:=Array("1851", "><"), _
+ Operator:=xlFilterValues, _
+ SubField:="Date founded"
+```
+
+This example filters a Table, "Table1", on Sheet1 to display the Top 10 entries in for field one based off the "Population" SubField.
+```vb
+Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
+ Field:=1, _
+ Criteria1:="10", _
+ Operator:=xlTop10Items, _
+ SubField:="Population"
+```
+
+## See also
+
+[Range Object](Excel.Range(object).md)
diff --git a/api/Excel.SortFields.Add.md b/api/Excel.SortFields.Add.md
index a01d800d102..b72e9ad52c0 100644
--- a/api/Excel.SortFields.Add.md
+++ b/api/Excel.SortFields.Add.md
@@ -6,27 +6,21 @@ f1_keywords:
ms.prod: excel
api_name:
- Excel.SortFields.Add
-ms.assetid: 9dd69850-29e8-6c29-186a-be8303b26390
-ms.date: 06/08/2017
+ms.date: 09/21/2018
---
-
# SortFields.Add Method (Excel)
Creates a new sort field and returns a **SortFields** object.
-
## Syntax
_expression_. `Add`( `_Key_` , `_SortOn_` , `_Order_` , `_CustomOrder_` , `_DataOption_` )
_expression_ A variable that represents a [SortFields](./Excel.SortFields.md) object.
-
### Parameters
-
-
|**Name**|**Required/Optional**|**Data Type**|**Description**|
|:-----|:-----|:-----|:-----|
| _Key_|Required| **Range**|Specifies a key value for the sort.|
@@ -39,9 +33,40 @@ Creates a new sort field and returns a **SortFields** object.
SortField
+## Remarks
+
+This API does not include support for Data Types, such as Geography or Stocks. Please reference [SortFields.Add2](Excel.SortFields.Add2.md) to define a sort order based off a SubField of one of these types.
+
+## Examples
+
+This example sorts a Table, "Table1" on "Sheet1" by "Column1", in ascending order.
+
+[SortFields.Clear](Excel.SortFields.Clear.md) is called before to ensure the previous sort is cleared so a new one can be applied.
+
+[Sort](Excel.Sort.md) is called to apply the added sort to "Table1".
+
+```vb
+ActiveWorkbook.Worksheets("Sheet1").ListObjects("Table1").Sort.SortFields.Clear
+ActiveWorkbook.Worksheets("Sheet1").ListObjects("Table1").Sort.SortFields.Add _
+ Key:=Range("Table1[[#All],[Column1]]"), _
+ SortOn:=xlSortOnValues, _
+ Order:=xlAscending, _
+ DataOption:=xlSortNormal
+With ActiveWorkbook.Worksheets("Sheet1").ListObjects("Table1").Sort
+ .Header = xlYes
+ .MatchCase = False
+ .Orientation = xlTopToBottom
+ .SortMethod = xlPinYin
+ .Apply
+End With
+```
## See also
+[SortFields.Add2](Excel.SortFields.Add2.md)
+
+[SortFields.Clear](Excel.SortFields.Clear.md)
-[SortFields Object](Excel.SortFields.md)
+[Sort](Excel.Sort.md)
+[SortFields Object](Excel.SortFields.md)
\ No newline at end of file
diff --git a/api/Excel.SortFields.Add2.md b/api/Excel.SortFields.Add2.md
new file mode 100644
index 00000000000..2ee0ea70c51
--- /dev/null
+++ b/api/Excel.SortFields.Add2.md
@@ -0,0 +1,76 @@
+---
+title: SortFields.Add2 Method (Excel)
+keywords: vbaxl10.chm152090
+f1_keywords:
+- vbaxl10.chm152090
+ms.prod: excel
+api_name:
+- Excel.SortFields.Add2
+ms.date: 09/21/2018
+---
+
+# SortFields.Add Method (Excel)
+
+Creates a new sort field and returns a **SortFields** object which can optionally sort Data Types with the SubField defined.
+
+## Syntax
+
+ _expression_. `Add2`( `_Key_` , `_SortOn_` , `_Order_` , `_CustomOrder_` , `_DataOption_` , `_SubField_` )
+
+ _expression_ A variable that represents a [SortFields](./Excel.SortFields.md) object.
+
+### Parameters
+
+|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|:-----|:-----|:-----|:-----|
+| _Key_|Required| **Range**|Specifies a key value for the sort.|
+| _SortOn_|Optional| **Variant**|The field to sort on.|
+| _Order_|Optional| **Variant**|Specifies the sort order.|
+| _CustomOrder_|Optional| **Variant**|Specifies if a custom sort order should be used.|
+| _DataOption_|Optional| **Variant**|Specifies the data option.|
+| _SubField_|Optional| **Variant**|Specifies the Field to sort on for a Data Type (such as "Population" for Geography or "Volume" for Stocks).|
+
+### Return Value
+
+SortField
+
+## Remarks
+
+This API includes support for sorting off a SubField from Data Types, such as Geography or Stocks. [SortFields.Add](Excel.SortFields.Add.md) can also be used if sorting by a Data Type is not needed.
+
+Unlike in formulas, SubFields do not require brackets to include spaces.
+
+## Examples
+
+This example sorts a Table, "Table1" on "Sheet1" by "Column1", in ascending order based off the SubField "Population" on Geography Data Types.
+
+[SortFields.Clear](Excel.SortFields.Clear.md) is called before to ensure the previous sort is cleared so a new one can be applied.
+
+[Sort](Excel.Sort.md) is called to apply the added sort to "Table1".
+
+```vb
+ActiveWorkbook.Worksheets("Sheet1").ListObjects("Table1").Sort.SortFields.Clear
+ActiveWorkbook.Worksheets("Sheet1").ListObjects("Table1").Sort.SortFields.Add2 _
+ Key:=Range("Table1[[#All],[Column1]]"), _
+ SortOn:=xlSortOnValues, _
+ Order:=xlAscending, _
+ DataOption:=xlSortNormal, _
+ SubField:="Population"
+With ActiveWorkbook.Worksheets("Sheet1").ListObjects("Table1").Sort
+ .Header = xlYes
+ .MatchCase = False
+ .Orientation = xlTopToBottom
+ .SortMethod = xlPinYin
+ .Apply
+End With
+```
+
+## See also
+
+[SortFields.Add](Excel.SortFields.Add.md)
+
+[SortFields.Clear](Excel.SortFields.Clear.md)
+
+[Sort](Excel.Sort.md)
+
+[SortFields Object](Excel.SortFields.md)
\ No newline at end of file
From c31dba9d51d848e0a96ff1ed492ca0904ae217d0 Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Wed, 26 Sep 2018 13:38:28 -0700
Subject: [PATCH 12/15] Edits on Excel updates
---
api/Excel.Range.AutoFilter.md | 32 ++++++++++++++++++++------------
api/Excel.SortFields.Add.md | 29 ++++++++++-------------------
api/Excel.SortFields.Add2.md | 33 ++++++++++++---------------------
api/TOC.md | 1 +
4 files changed, 43 insertions(+), 52 deletions(-)
diff --git a/api/Excel.Range.AutoFilter.md b/api/Excel.Range.AutoFilter.md
index 4e6ebcae8eb..ee9480a33d2 100644
--- a/api/Excel.Range.AutoFilter.md
+++ b/api/Excel.Range.AutoFilter.md
@@ -1,36 +1,36 @@
---
-title: Range.AutoFilter Method (Excel)
+title: Range.AutoFilter method (Excel)
keywords: vbaxl10.chm144084
f1_keywords:
- vbaxl10.chm144084
ms.prod: excel
api_name:
- Excel.Range.AutoFilter
-ms.date: 09/20/2018
+ms.date: 09/26/2018
---
-# Range.AutoFilter Method (Excel)
+# Range.AutoFilter method (Excel)
Filters a list using the AutoFilter.
## Syntax
- _expression_. `AutoFilter`( `_Field_` , `_Criteria1_` , `_Operator_` , `_Criteria2_` , `_SubField_` , `_VisibleDropDown_`)
+_expression_. `AutoFilter`( `Field` , `Criteria1` , `Operator` , `Criteria2` , `SubField` , `VisibleDropDown`)
- _expression_ An expression that returns a [Range](Excel.Range(Graph property).md) object.
+_expression_ An expression that returns a **[Range](Excel.Range(Graph property).md)** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name |Required/Optional |Data type |Description|
|:-----|:-----|:-----|:-----|
| _Field_|Optional| **Variant**| The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field one).|
-| _Criteria1_|Optional| **Variant**|The criteria (a string; for example, "101"). Use "=" to find blank fields, "<>" to find non-blank fields, and "><" to select (No Data) fields in Data Types. If this argument is omitted, the criteria is All. If _Operator_ is **xlTop10Items** , _Criteria1_ specifies the number of items (for example, "10").|
+| _Criteria1_|Optional| **Variant**|The criteria (a string; for example, "101"). Use `"="` to find blank fields, `"<>"` to find non-blank fields, and `"><"` to select (No Data) fields in data types. If this argument is omitted, the criteria is All. If _Operator_ is **xlTop10Items**, _Criteria1_ specifies the number of items (for example, "10").|
| _Operator_|Optional| **[XlAutoFilterOperator](Excel.XlAutoFilterOperator.md)**|One of the constants of XlAutoFilterOperator specifying the type of filter.|
| _Criteria2_|Optional| **Variant**|The second criteria (a string). Used with _Criteria1_ and _Operator_ to construct compound criteria.|
-| _SubField_|Optional| **Variant**|The Field from a Data Type on which to apply the Criteria (for example, the "Population" field from Geography or "Volume" field from Stocks). Omitting this value targets the "(Display Value)".|
+| _SubField_|Optional| **Variant**|The Field from a data type on which to apply the Criteria (for example, the "Population" field from Geography or "Volume" field from Stocks). Omitting this value targets the "(Display Value)".|
| _VisibleDropDown_|Optional| **Variant**| **True** to display the AutoFilter drop-down arrow for the filtered field. **False** to hide the AutoFilter drop-down arrow for the filtered field. **True** by default.|
-### Return Value
+### Return value
Variant
@@ -53,6 +53,8 @@ Worksheets("Sheet1").Range("A1").AutoFilter _
VisibleDropDown:=False
```
+
+
This example filters a list starting in cell A1 on Sheet1 to display only the entries in which the values of field one contain a SubField, "Admin Division 1 (State/province/other)", where the value is "Washington".
```vb
@@ -62,6 +64,8 @@ Worksheets("Sheet1").Range("A1").AutoFilter _
SubField:="Admin Division 1 (State/province/other)"
```
+
+
This example filters a Table, "Table1", on Sheet1 to display only the entries in which the values of field one have a "(Display Value)" that is either "1", "3", "Seattle", or "Redmond".
```vb
@@ -71,7 +75,9 @@ Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
Operator:=xlFilterValues
```
-Data Types can apply multiple SubField filters. This example filters a Table, "Table1", on Sheet1 to display only the entries in which the values of field one contain a SubField, "Time zone(s)", where the value is "Pacific Time Zone" and where the SubField "Date Founded" is either "1851" or there is "(No Data)"
+
+
+Data types can apply multiple SubField filters. This example filters a Table, "Table1", on Sheet1 to display only the entries in which the values of field one contain a SubField, "Time zone(s)", where the value is "Pacific Time Zone", and where the SubField "Date Founded" is either "1851" or there is "(No Data)".
```vb
Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
@@ -85,7 +91,9 @@ Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
SubField:="Date founded"
```
-This example filters a Table, "Table1", on Sheet1 to display the Top 10 entries in for field one based off the "Population" SubField.
+
+
+This example filters a Table, "Table1", on Sheet1 to display the Top 10 entries for field one based off the "Population" SubField.
```vb
Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
@@ -97,4 +105,4 @@ Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
## See also
-[Range Object](Excel.Range(object).md)
+- [Range object](Excel.Range(object).md)
diff --git a/api/Excel.SortFields.Add.md b/api/Excel.SortFields.Add.md
index b72e9ad52c0..7f5a43950f0 100644
--- a/api/Excel.SortFields.Add.md
+++ b/api/Excel.SortFields.Add.md
@@ -1,27 +1,27 @@
---
-title: SortFields.Add Method (Excel)
+title: SortFields.Add method (Excel)
keywords: vbaxl10.chm845073
f1_keywords:
- vbaxl10.chm845073
ms.prod: excel
api_name:
- Excel.SortFields.Add
-ms.date: 09/21/2018
+ms.date: 09/26/2018
---
-# SortFields.Add Method (Excel)
+# SortFields.Add method (Excel)
-Creates a new sort field and returns a **SortFields** object.
+Creates a new sort field and returns a **SortFields** object.
## Syntax
- _expression_. `Add`( `_Key_` , `_SortOn_` , `_Order_` , `_CustomOrder_` , `_DataOption_` )
+_expression_. `Add`( `Key` , `SortOn` , `Order` , `CustomOrder` , `DataOption` )
- _expression_ A variable that represents a [SortFields](./Excel.SortFields.md) object.
+_expression_ A variable that represents a [SortFields](Excel.SortFields.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name |Required/Optional |Data type |Description|
|:-----|:-----|:-----|:-----|
| _Key_|Required| **Range**|Specifies a key value for the sort.|
| _SortOn_|Optional| **Variant**|The field to sort on.|
@@ -29,19 +29,19 @@ Creates a new sort field and returns a **SortFields** object.
| _CustomOrder_|Optional| **Variant**|Specifies if a custom sort order should be used.|
| _DataOption_|Optional| **Variant**|Specifies the data option.|
-### Return Value
+### Return value
SortField
## Remarks
-This API does not include support for Data Types, such as Geography or Stocks. Please reference [SortFields.Add2](Excel.SortFields.Add2.md) to define a sort order based off a SubField of one of these types.
+This API does not include support for data types, such as Geography or Stocks. To define a sort order based off a SubField of one of these types, see [SortFields.Add2](Excel.SortFields.Add2.md).
## Examples
This example sorts a Table, "Table1" on "Sheet1" by "Column1", in ascending order.
-[SortFields.Clear](Excel.SortFields.Clear.md) is called before to ensure the previous sort is cleared so a new one can be applied.
+[SortFields.Clear](Excel.SortFields.Clear.md) is called before to ensure that the previous sort is cleared so that a new one can be applied.
[Sort](Excel.Sort.md) is called to apply the added sort to "Table1".
@@ -61,12 +61,3 @@ With ActiveWorkbook.Worksheets("Sheet1").ListObjects("Table1").Sort
End With
```
-## See also
-
-[SortFields.Add2](Excel.SortFields.Add2.md)
-
-[SortFields.Clear](Excel.SortFields.Clear.md)
-
-[Sort](Excel.Sort.md)
-
-[SortFields Object](Excel.SortFields.md)
\ No newline at end of file
diff --git a/api/Excel.SortFields.Add2.md b/api/Excel.SortFields.Add2.md
index 2ee0ea70c51..28f876381cb 100644
--- a/api/Excel.SortFields.Add2.md
+++ b/api/Excel.SortFields.Add2.md
@@ -1,50 +1,50 @@
---
-title: SortFields.Add2 Method (Excel)
+title: SortFields.Add2 method (Excel)
keywords: vbaxl10.chm152090
f1_keywords:
- vbaxl10.chm152090
ms.prod: excel
api_name:
- Excel.SortFields.Add2
-ms.date: 09/21/2018
+ms.date: 09/26/2018
---
-# SortFields.Add Method (Excel)
+# SortFields.Add2 method (Excel)
-Creates a new sort field and returns a **SortFields** object which can optionally sort Data Types with the SubField defined.
+Creates a new sort field and returns a **SortFields** object that can optionally sort data types with the SubField defined.
## Syntax
- _expression_. `Add2`( `_Key_` , `_SortOn_` , `_Order_` , `_CustomOrder_` , `_DataOption_` , `_SubField_` )
+_expression_. `Add2`( `Key` , `SortOn` , `Order` , `CustomOrder` , `DataOption` , `SubField` )
- _expression_ A variable that represents a [SortFields](./Excel.SortFields.md) object.
+_expression_ A variable that represents a [SortFields](Excel.SortFields.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name |Required/Optional |Data type |Description|
|:-----|:-----|:-----|:-----|
| _Key_|Required| **Range**|Specifies a key value for the sort.|
| _SortOn_|Optional| **Variant**|The field to sort on.|
| _Order_|Optional| **Variant**|Specifies the sort order.|
| _CustomOrder_|Optional| **Variant**|Specifies if a custom sort order should be used.|
| _DataOption_|Optional| **Variant**|Specifies the data option.|
-| _SubField_|Optional| **Variant**|Specifies the Field to sort on for a Data Type (such as "Population" for Geography or "Volume" for Stocks).|
+| _SubField_|Optional| **Variant**|Specifies the field to sort on for a data type (such as "Population" for Geography or "Volume" for Stocks).|
-### Return Value
+### Return value
SortField
## Remarks
-This API includes support for sorting off a SubField from Data Types, such as Geography or Stocks. [SortFields.Add](Excel.SortFields.Add.md) can also be used if sorting by a Data Type is not needed.
+This API includes support for sorting off a SubField from data types, such as Geography or Stocks. [SortFields.Add](Excel.SortFields.Add.md) can also be used if sorting by a data type is not needed.
Unlike in formulas, SubFields do not require brackets to include spaces.
## Examples
-This example sorts a Table, "Table1" on "Sheet1" by "Column1", in ascending order based off the SubField "Population" on Geography Data Types.
+This example sorts a Table, "Table1" on "Sheet1" by "Column1", in ascending order based off the SubField "Population" on Geography data types.
-[SortFields.Clear](Excel.SortFields.Clear.md) is called before to ensure the previous sort is cleared so a new one can be applied.
+[SortFields.Clear](Excel.SortFields.Clear.md) is called before to ensure that the previous sort is cleared so that a new one can be applied.
[Sort](Excel.Sort.md) is called to apply the added sort to "Table1".
@@ -65,12 +65,3 @@ With ActiveWorkbook.Worksheets("Sheet1").ListObjects("Table1").Sort
End With
```
-## See also
-
-[SortFields.Add](Excel.SortFields.Add.md)
-
-[SortFields.Clear](Excel.SortFields.Clear.md)
-
-[Sort](Excel.Sort.md)
-
-[SortFields Object](Excel.SortFields.md)
\ No newline at end of file
diff --git a/api/TOC.md b/api/TOC.md
index de4763913d0..9efbda6a6c0 100644
--- a/api/TOC.md
+++ b/api/TOC.md
@@ -8371,6 +8371,7 @@
#### [SortFields object](Excel.SortFields.md)
##### Methods
###### [Add](Excel.SortFields.Add.md)
+###### [Add2](Excel.SortFields.Add2.md)
###### [Clear](Excel.SortFields.Clear.md)
###### [Delete](Excel.soundnote.delete.md)
###### [Import](Excel.soundnote.import.md)
From 75e37bbd73b318d6883a01de33b3d0c1d00040a8 Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Wed, 26 Sep 2018 13:53:33 -0700
Subject: [PATCH 13/15] Trying to fix first object link
---
api/Excel.Range.AutoFilter.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/api/Excel.Range.AutoFilter.md b/api/Excel.Range.AutoFilter.md
index ee9480a33d2..914a3788507 100644
--- a/api/Excel.Range.AutoFilter.md
+++ b/api/Excel.Range.AutoFilter.md
@@ -19,6 +19,8 @@ _expression_. `AutoFilter`( `Field` , `Criteria1` , `Operator` , `Criteria2` , `
_expression_ An expression that returns a **[Range](Excel.Range(Graph property).md)** object.
+
+
### Parameters
|Name |Required/Optional |Data type |Description|
From 3fef7b71702e234390f95210acf598048ffbe547 Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Wed, 26 Sep 2018 14:00:01 -0700
Subject: [PATCH 14/15] Fixed link
---
api/Excel.Range.AutoFilter.md | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/api/Excel.Range.AutoFilter.md b/api/Excel.Range.AutoFilter.md
index 914a3788507..8b25a2b2bde 100644
--- a/api/Excel.Range.AutoFilter.md
+++ b/api/Excel.Range.AutoFilter.md
@@ -17,7 +17,7 @@ Filters a list using the AutoFilter.
_expression_. `AutoFilter`( `Field` , `Criteria1` , `Operator` , `Criteria2` , `SubField` , `VisibleDropDown`)
-_expression_ An expression that returns a **[Range](Excel.Range(Graph property).md)** object.
+_expression_ An expression that returns a **[Range](Excel.Range(object).md)** object.
@@ -105,6 +105,3 @@ Worksheets("Sheet1").ListObjects("Table1").Range.AutoFilter _
SubField:="Population"
```
-## See also
-
-- [Range object](Excel.Range(object).md)
From 8090b5c137fbb3b9481e3addea71f623a64f9681 Mon Sep 17 00:00:00 2001
From: Linda Caputo
Date: Wed, 26 Sep 2018 21:29:32 -0700
Subject: [PATCH 15/15] Merge "Linda global 926" to master (#220)
* Global updates 1
- lowercase "enumeration" in titles
- remove bold from table headings
* Global updates 2
Lowercased "property" in Access titles
* Global updates 3
Removed space before "_expression_" string
* Global updates 4
Replace "...Method (Access)" with "...method (Access)"; removed bullets from |**Name**|**Required/Optional**|**Data Type**|**Description**| heading
* Global updates 5
Changed heading Return Value to Return value
* Global updates 6
Lowercased Access object and event in titles and links
---
...ection-property-access-vbaac10-chm12726.md | 4 +-
...pan-enumeration-access-vbaac10-chm14675.md | 4 +-
...dcolon-property-access-vbaac10-chm10483.md | 4 +-
...redimage-method-access-vbaac10-chm14660.md | 4 +-
...onfirm-property-access-vbaac10-chm13439.md | 2 +-
...render-property-access-vbaac10-chm13548.md | 2 +-
...rinsert-property-access-vbaac10-chm4079.md | 2 +-
...rlayout-property-access-vbaac10-chm5115.md | 2 +-
...render-property-access-vbaac10-chm13549.md | 2 +-
...terupdate-event-access-vbaac10-chm14195.md | 4 +-
...rupdate-property-access-vbaac10-chm4080.md | 20 ++--
...gnment-property-access-vbaac10-chm14292.md | 4 +-
...ignment-property-access-vbaac10-chm5488.md | 8 +-
...agrams-property-access-vbaac10-chm12736.md | 4 +-
...lforms-property-access-vbaac10-chm12707.md | 4 +-
...ctions-property-access-vbaac10-chm12737.md | 4 +-
...macros-property-access-vbaac10-chm12709.md | 4 +-
...odules-property-access-vbaac10-chm12710.md | 4 +-
...ditions-property-access-vbaac10-chm4255.md | 2 +-
...eetview-property-access-vbaac10-chm5093.md | 2 +-
...etions-property-access-vbaac10-chm13357.md | 2 +-
...owedits-property-access-vbaac10-chm4261.md | 2 +-
...ilters-property-access-vbaac10-chm13350.md | 2 +-
...ormview-property-access-vbaac10-chm5538.md | 2 +-
...outview-property-access-vbaac10-chm5795.md | 4 +-
...artview-property-access-vbaac10-chm5539.md | 2 +-
...leview-property-access-vbaac10-chm13534.md | 2 +-
...ortview-property-access-vbaac10-chm5649.md | 2 +-
...stedits-property-access-vbaac10-chm5786.md | 4 +-
...ueries-property-access-vbaac10-chm12733.md | 4 +-
...eports-property-access-vbaac10-chm12708.md | 4 +-
...edures-property-access-vbaac10-chm12735.md | 4 +-
...tables-property-access-vbaac10-chm12732.md | 4 +-
...lviews-property-access-vbaac10-chm12734.md | 4 +-
...ckcolor-property-access-vbaac10-chm5809.md | 2 +-
...cation-property-access-vbaac10-chm10438.md | 4 +-
...cation-property-access-vbaac10-chm11028.md | 4 +-
...cation-property-access-vbaac10-chm12678.md | 20 ++--
...cation-property-access-vbaac10-chm12722.md | 4 +-
...ctivate-property-access-vbaac10-chm4273.md | 4 +-
...ocenter-property-access-vbaac10-chm4274.md | 4 +-
...correct-property-access-vbaac10-chm4256.md | 6 +-
...expand-property-access-vbaac10-chm11388.md | 2 +-
...height-property-access-vbaac10-chm12217.md | 2 +-
...olabel-property-access-vbaac10-chm10482.md | 4 +-
...repeat-property-access-vbaac10-chm10457.md | 4 +-
...oresize-property-access-vbaac10-chm4277.md | 4 +-
...utotab-property-access-vbaac10-chm11063.md | 4 +-
...kcolor-property-access-vbaac10-chm11076.md | 6 +-
...ckcolor-property-access-vbaac10-chm4279.md | 36 +++----
...kshade-property-access-vbaac10-chm14633.md | 34 +++---
...kstyle-property-access-vbaac10-chm10540.md | 4 +-
...kstyle-property-access-vbaac10-chm11075.md | 4 +-
...ckstyle-property-access-vbaac10-chm4280.md | 28 ++---
...rindex-property-access-vbaac10-chm14631.md | 34 +++---
...cktint-property-access-vbaac10-chm14632.md | 34 +++---
...string-property-access-vbaac10-chm12713.md | 4 +-
...confirm-property-access-vbaac10-chm5425.md | 2 +-
...einsert-property-access-vbaac10-chm5413.md | 2 +-
...requery-property-access-vbaac10-chm5104.md | 2 +-
...erender-property-access-vbaac10-chm5116.md | 2 +-
...eentip-property-access-vbaac10-chm13547.md | 2 +-
...oreupdate-event-access-vbaac10-chm14194.md | 4 +-
...eupdate-property-access-vbaac10-chm5417.md | 20 ++--
F1/bevel-property-access-vbaac10-chm14629.md | 6 +-
...rcolor-property-access-vbaac10-chm11080.md | 6 +-
...ercolor-property-access-vbaac10-chm4282.md | 42 ++++----
...rshade-property-access-vbaac10-chm14603.md | 42 ++++----
...rstyle-property-access-vbaac10-chm10204.md | 10 +-
...rstyle-property-access-vbaac10-chm11078.md | 4 +-
...erstyle-property-access-vbaac10-chm4283.md | 2 +-
...rindex-property-access-vbaac10-chm14634.md | 42 ++++----
...ertint-property-access-vbaac10-chm14602.md | 42 ++++----
...rwidth-property-access-vbaac10-chm10207.md | 8 +-
...rwidth-property-access-vbaac10-chm11081.md | 4 +-
...erwidth-property-access-vbaac10-chm4284.md | 40 +++----
...mmargin-property-access-vbaac10-chm4575.md | 8 +-
...adding-property-access-vbaac10-chm10527.md | 6 +-
...adding-property-access-vbaac10-chm11155.md | 4 +-
...padding-property-access-vbaac10-chm5631.md | 40 +++----
...dcolumn-property-access-vbaac10-chm4285.md | 4 +-
F1/cancel-property-access-vbaac10-chm4287.md | 4 +-
F1/cangrow-property-access-vbaac10-chm4288.md | 8 +-
...nshrink-property-access-vbaac10-chm5463.md | 8 +-
...aption-property-access-vbaac10-chm10450.md | 4 +-
F1/caption-property-access-vbaac10-chm4289.md | 14 +--
F1/change-event-access-vbaac10-chm11545.md | 38 +++----
F1/change-event-access-vbaac10-chm14196.md | 4 +-
F1/checkbox-object-access-vbaac10-chm10798.md | 30 +++---
F1/class-property-access-vbaac10-chm4291.md | 6 +-
F1/click-event-access-vbaac10-chm11810.md | 30 +++---
F1/click-event-access-vbaac10-chm14077.md | 4 +-
F1/click-event-access-vbaac10-chm14201.md | 4 +-
...ebutton-property-access-vbaac10-chm4292.md | 4 +-
...nnection-method-access-vbaac10-chm12716.md | 4 +-
...mncount-property-access-vbaac10-chm4296.md | 6 +-
...mnheads-property-access-vbaac10-chm4298.md | 6 +-
...execute-property-access-vbaac10-chm5106.md | 2 +-
...checked-property-access-vbaac10-chm5107.md | 2 +-
...nabled-property-access-vbaac10-chm13544.md | 2 +-
...execute-property-access-vbaac10-chm5109.md | 2 +-
...ection-property-access-vbaac10-chm12720.md | 4 +-
...trolbox-property-access-vbaac10-chm4304.md | 4 +-
...ntrols-property-access-vbaac10-chm10445.md | 4 +-
...ntrols-property-access-vbaac10-chm11036.md | 4 +-
...lsource-property-access-vbaac10-chm4305.md | 24 ++---
...iptext-property-access-vbaac10-chm10480.md | 4 +-
...iptext-property-access-vbaac10-chm11093.md | 4 +-
...tiptext-property-access-vbaac10-chm4306.md | 36 +++----
...oltype-property-access-vbaac10-chm10449.md | 4 +-
...oltype-property-access-vbaac10-chm11042.md | 4 +-
...oltype-property-access-vbaac10-chm14528.md | 4 +-
F1/count-property-access-vbaac10-chm12681.md | 20 ++--
...twebuser-method-access-vbaac10-chm14599.md | 4 +-
...ergroups-method-access-vbaac10-chm14600.md | 4 +-
...nhover-property-access-vbaac10-chm10541.md | 4 +-
F1/cycle-property-access-vbaac10-chm4315.md | 4 +-
...achange-property-access-vbaac10-chm5119.md | 2 +-
...aentry-property-access-vbaac10-chm13359.md | 2 +-
...change-property-access-vbaac10-chm13546.md | 2 +-
...rouping-property-access-vbaac10-chm4325.md | 2 +-
F1/dblclick-event-access-vbaac10-chm10671.md | 30 +++---
F1/dblclick-event-access-vbaac10-chm10894.md | 20 ++--
F1/dblclick-event-access-vbaac10-chm11665.md | 22 ++--
F1/dblclick-event-access-vbaac10-chm13901.md | 52 ++++-----
F1/dblclick-event-access-vbaac10-chm14036.md | 36 +++----
F1/dblclick-event-access-vbaac10-chm14082.md | 4 +-
F1/dblclick-event-access-vbaac10-chm14202.md | 4 +-
...eactivate-event-access-vbaac10-chm13686.md | 102 +++++++++---------
...lplaces-property-access-vbaac10-chm4327.md | 4 +-
F1/default-property-access-vbaac10-chm4328.md | 4 +-
...icture-property-access-vbaac10-chm14001.md | 2 +-
...ltvalue-property-access-vbaac10-chm4329.md | 14 +--
...ultview-property-access-vbaac10-chm4330.md | 4 +-
...n-property-accessaccess-vbaac10-chm4331.md | 6 +-
...roperty-accessaccess-vbaac10-chm5187169.md | 6 +-
...able-properties-access-vbaac10-chm11120.md | 4 +-
F1/dirty-event-access-vbaac10-chm14209.md | 4 +-
...playas-property-access-vbaac10-chm13975.md | 2 +-
...intsite-property-access-vbaac10-chm5793.md | 4 +-
...laytype-property-access-vbaac10-chm4335.md | 4 +-
...aywhen-property-access-vbaac10-chm10463.md | 4 +-
...aywhen-property-access-vbaac10-chm11057.md | 4 +-
...laywhen-property-access-vbaac10-chm4336.md | 46 ++++----
...glines-property-access-vbaac10-chm13366.md | 2 +-
F1/dsum-method-access-vbaac10-chm4123.md | 2 +-
...nabled-property-access-vbaac10-chm10464.md | 4 +-
...nabled-property-access-vbaac10-chm11060.md | 4 +-
F1/enabled-property-access-vbaac10-chm4342.md | 38 +++----
F1/enter-event-access-vbaac10-chm10554.md | 26 ++---
F1/enter-event-access-vbaac10-chm11354.md | 30 +++---
F1/enter-event-access-vbaac10-chm14078.md | 4 +-
F1/enter-event-access-vbaac10-chm14197.md | 4 +-
F1/enter-event-access-vbaac10-chm14346.md | 44 ++++----
...havior-property-access-vbaac10-chm11054.md | 2 +-
...prefix-property-access-vbaac10-chm10447.md | 4 +-
...prefix-property-access-vbaac10-chm11040.md | 4 +-
F1/exit-event-access-vbaac10-chm14079.md | 4 +-
F1/exit-event-access-vbaac10-chm14198.md | 4 +-
...rinting-property-access-vbaac10-chm4346.md | 4 +-
...efaults-property-access-vbaac10-chm5147.md | 2 +-
...format-property-access-vbaac10-chm12725.md | 4 +-
F1/filter-property-access-vbaac10-chm4352.md | 4 +-
...lookup-property-access-vbaac10-chm11062.md | 4 +-
...ronload-property-access-vbaac10-chm5622.md | 4 +-
...ttopage-property-access-vbaac10-chm5789.md | 2 +-
...screen-property-access-vbaac10-chm14290.md | 2 +-
...ntbold-property-access-vbaac10-chm10478.md | 4 +-
...italic-property-access-vbaac10-chm10475.md | 4 +-
...titalic-property-access-vbaac10-chm4356.md | 22 ++--
...ntname-property-access-vbaac10-chm10472.md | 4 +-
...ontname-property-access-vbaac10-chm4357.md | 18 ++--
...ntsize-property-access-vbaac10-chm10473.md | 4 +-
...ontsize-property-access-vbaac10-chm5477.md | 18 ++--
...erline-property-access-vbaac10-chm10476.md | 4 +-
...derline-property-access-vbaac10-chm5476.md | 20 ++--
...weight-property-access-vbaac10-chm10474.md | 4 +-
...tweight-property-access-vbaac10-chm4358.md | 16 +--
...newpage-property-access-vbaac10-chm4359.md | 2 +-
...ecolor-property-access-vbaac10-chm10471.md | 4 +-
...ecolor-property-access-vbaac10-chm11083.md | 4 +-
...recolor-property-access-vbaac10-chm4360.md | 20 ++--
...eshade-property-access-vbaac10-chm14606.md | 16 +--
...rindex-property-access-vbaac10-chm14604.md | 16 +--
...retint-property-access-vbaac10-chm14605.md | 16 +--
F1/format-property-access-vbaac10-chm4362.md | 4 +-
...itions-property-access-vbaac10-chm11038.md | 4 +-
...llname-property-access-vbaac10-chm12719.md | 4 +-
F1/glow-property-access-vbaac10-chm14630.md | 8 +-
F1/gotfocus-event-access-vbaac10-chm11026.md | 32 +++---
F1/gotfocus-event-access-vbaac10-chm14080.md | 4 +-
F1/gotfocus-event-access-vbaac10-chm14199.md | 4 +-
...adient-property-access-vbaac10-chm14662.md | 8 +-
...ecolor-property-access-vbaac10-chm10536.md | 6 +-
...ecolor-property-access-vbaac10-chm11164.md | 4 +-
...necolor-property-access-vbaac10-chm5636.md | 40 +++----
...eshade-property-access-vbaac10-chm14637.md | 36 +++----
...bottom-property-access-vbaac10-chm10531.md | 6 +-
...bottom-property-access-vbaac10-chm11159.md | 4 +-
...ebottom-property-access-vbaac10-chm5635.md | 40 +++----
...leleft-property-access-vbaac10-chm10528.md | 6 +-
...leleft-property-access-vbaac10-chm11156.md | 4 +-
...yleleft-property-access-vbaac10-chm5632.md | 40 +++----
...eright-property-access-vbaac10-chm10530.md | 6 +-
...eright-property-access-vbaac10-chm11158.md | 4 +-
...leright-property-access-vbaac10-chm5634.md | 40 +++----
...yletop-property-access-vbaac10-chm10529.md | 6 +-
...yletop-property-access-vbaac10-chm11157.md | 4 +-
...tyletop-property-access-vbaac10-chm5633.md | 40 +++----
...rindex-property-access-vbaac10-chm14635.md | 36 +++----
...netint-property-access-vbaac10-chm14636.md | 36 +++----
...bottom-property-access-vbaac10-chm10535.md | 6 +-
...bottom-property-access-vbaac10-chm11163.md | 4 +-
...hbottom-property-access-vbaac10-chm5640.md | 40 +++----
...thleft-property-access-vbaac10-chm10532.md | 6 +-
...thleft-property-access-vbaac10-chm11160.md | 4 +-
...dthleft-property-access-vbaac10-chm5637.md | 40 +++----
...hright-property-access-vbaac10-chm10534.md | 6 +-
...hright-property-access-vbaac10-chm11162.md | 4 +-
...thright-property-access-vbaac10-chm5639.md | 40 +++----
...dthtop-property-access-vbaac10-chm10533.md | 6 +-
...dthtop-property-access-vbaac10-chm11161.md | 4 +-
...idthtop-property-access-vbaac10-chm5638.md | 40 +++----
F1/gridx-property-access-vbaac10-chm4367.md | 4 +-
F1/gridy-property-access-vbaac10-chm5479.md | 4 +-
...gether-property-access-vbaac10-chm13700.md | 2 +-
...smodule-property-access-vbaac10-chm4376.md | 4 +-
F1/height-property-access-vbaac10-chm10470.md | 4 +-
F1/height-property-access-vbaac10-chm11074.md | 4 +-
F1/height-property-access-vbaac10-chm4377.md | 50 ++++-----
...textid-property-access-vbaac10-chm10481.md | 4 +-
...textid-property-access-vbaac10-chm11094.md | 4 +-
...ntextid-property-access-vbaac10-chm4379.md | 44 ++++----
...elpfile-property-access-vbaac10-chm5483.md | 4 +-
...licates-property-access-vbaac10-chm4380.md | 14 +--
...anchor-property-access-vbaac10-chm10537.md | 6 +-
...anchor-property-access-vbaac10-chm11165.md | 4 +-
...lanchor-property-access-vbaac10-chm5690.md | 46 ++++----
...ecolor-property-access-vbaac10-chm10839.md | 46 ++++----
...eshade-property-access-vbaac10-chm14618.md | 8 +-
...rindex-property-access-vbaac10-chm14616.md | 8 +-
...retint-property-access-vbaac10-chm14617.md | 8 +-
...rshade-property-access-vbaac10-chm14614.md | 8 +-
...rindex-property-access-vbaac10-chm14612.md | 8 +-
...ertint-property-access-vbaac10-chm14613.md | 8 +-
...erlink-property-access-vbaac10-chm10446.md | 4 +-
...erlink-property-access-vbaac10-chm11037.md | 4 +-
...ddress-property-access-vbaac10-chm10460.md | 4 +-
...address-property-access-vbaac10-chm5484.md | 8 +-
...ddress-property-access-vbaac10-chm10461.md | 4 +-
...address-property-access-vbaac10-chm4385.md | 8 +-
F1/imehold-property-access-vbaac10-chm4392.md | 6 +-
F1/imemode-property-access-vbaac10-chm4393.md | 6 +-
...ncemode-property-access-vbaac10-chm4550.md | 6 +-
...ations-property-access-vbaac10-chm12729.md | 4 +-
...luelist-property-access-vbaac10-chm5806.md | 4 +-
...putmask-property-access-vbaac10-chm4395.md | 4 +-
...ection-property-access-vbaac10-chm10492.md | 4 +-
...ection-property-access-vbaac10-chm11114.md | 4 +-
...ection-property-access-vbaac10-chm14529.md | 4 +-
...nected-property-access-vbaac10-chm12714.md | 4 +-
...perlink-property-access-vbaac10-chm4576.md | 4 +-
...ackend-property-access-vbaac10-chm14747.md | 4 +-
...rusted-property-access-vbaac10-chm12730.md | 4 +-
...isible-property-access-vbaac10-chm10491.md | 4 +-
...isible-property-access-vbaac10-chm11113.md | 4 +-
F1/isweb-property-access-vbaac10-chm14677.md | 4 +-
F1/item-property-access-vbaac10-chm12680.md | 20 ++--
...emremoved-event-access-vbaac10-chm12648.md | 6 +-
...ogether-property-access-vbaac10-chm4404.md | 4 +-
...nguage-property-access-vbaac10-chm11131.md | 4 +-
...anguage-property-access-vbaac10-chm5008.md | 6 +-
F1/keydown-event-access-vbaac10-chm14086.md | 4 +-
F1/keydown-event-access-vbaac10-chm14206.md | 4 +-
F1/keypress-event-access-vbaac10-chm14087.md | 4 +-
F1/keypress-event-access-vbaac10-chm14207.md | 4 +-
...preview-property-access-vbaac10-chm4405.md | 4 +-
F1/keyup-event-access-vbaac10-chm12136.md | 20 ++--
F1/keyup-event-access-vbaac10-chm14088.md | 4 +-
F1/keyup-event-access-vbaac10-chm14208.md | 4 +-
...lalign-property-access-vbaac10-chm10486.md | 4 +-
F1/labelx-property-access-vbaac10-chm10484.md | 4 +-
F1/labely-property-access-vbaac10-chm10485.md | 4 +-
F1/layout-property-access-vbaac10-chm10523.md | 6 +-
F1/layout-property-access-vbaac10-chm11150.md | 4 +-
...orprint-property-access-vbaac10-chm4409.md | 4 +-
...youtid-property-access-vbaac10-chm10539.md | 6 +-
...youtid-property-access-vbaac10-chm11182.md | 4 +-
F1/left-property-access-vbaac10-chm10467.md | 4 +-
F1/left-property-access-vbaac10-chm11071.md | 4 +-
F1/left-property-access-vbaac10-chm4410.md | 50 ++++-----
...tmargin-property-access-vbaac10-chm4552.md | 8 +-
...adding-property-access-vbaac10-chm10524.md | 6 +-
...adding-property-access-vbaac10-chm11152.md | 4 +-
...padding-property-access-vbaac10-chm5628.md | 40 +++----
...ttolist-property-access-vbaac10-chm4411.md | 2 +-
...pacing-property-access-vbaac10-chm11140.md | 4 +-
...spacing-property-access-vbaac10-chm4553.md | 6 +-
...dfields-property-access-vbaac10-chm4414.md | 4 +-
...rfields-property-access-vbaac10-chm5491.md | 4 +-
...ditform-property-access-vbaac10-chm5787.md | 4 +-
...strows-property-access-vbaac10-chm11384.md | 2 +-
...twidth-property-access-vbaac10-chm11385.md | 2 +-
F1/locked-property-access-vbaac10-chm5475.md | 24 ++---
F1/lostfocus-event-access-vbaac10-chm11201.md | 98 ++++++++---------
F1/lostfocus-event-access-vbaac10-chm12062.md | 12 +--
F1/lostfocus-event-access-vbaac10-chm14081.md | 4 +-
F1/lostfocus-event-access-vbaac10-chm14200.md | 4 +-
...object-property-access-vbaac10-chm10954.md | 8 +-
F1/menubar-property-access-vbaac10-chm4424.md | 6 +-
...buttons-property-access-vbaac10-chm4425.md | 4 +-
F1/modal-property-access-vbaac10-chm4427.md | 4 +-
F1/mousedown-event-access-vbaac10-chm10436.md | 12 +--
F1/mousedown-event-access-vbaac10-chm14083.md | 4 +-
F1/mousedown-event-access-vbaac10-chm14203.md | 4 +-
F1/mousemove-event-access-vbaac10-chm10320.md | 12 +--
F1/mousemove-event-access-vbaac10-chm14084.md | 4 +-
F1/mousemove-event-access-vbaac10-chm14204.md | 4 +-
F1/mouseup-event-access-vbaac10-chm10271.md | 12 +--
F1/mouseup-event-access-vbaac10-chm14085.md | 4 +-
F1/mouseup-event-access-vbaac10-chm14205.md | 4 +-
...sewheel-property-access-vbaac10-chm5117.md | 4 +-
F1/move-method-access-vbaac10-chm10507.md | 4 +-
F1/move-method-access-vbaac10-chm11144.md | 4 +-
...oveable-property-access-vbaac10-chm5054.md | 4 +-
...ultirow-property-access-vbaac10-chm4431.md | 2 +-
...select-property-access-vbaac10-chm11237.md | 2 +-
F1/name-property-access-vbaac10-chm10506.md | 4 +-
F1/name-property-access-vbaac10-chm11136.md | 4 +-
F1/name-property-access-vbaac10-chm12717.md | 4 +-
F1/name-property-access-vbaac10-chm4433.md | 48 ++++-----
...buttons-property-access-vbaac10-chm4434.md | 2 +-
...aption-property-access-vbaac10-chm13568.md | 2 +-
...worcol-property-access-vbaac10-chm12193.md | 2 +-
...shapes-property-access-vbaac10-chm11134.md | 4 +-
...lshapes-property-access-vbaac10-chm5007.md | 10 +-
...alette-property-access-vbaac10-chm10490.md | 4 +-
...rstyle-property-access-vbaac10-chm11079.md | 4 +-
...dvalue-property-access-vbaac10-chm10440.md | 4 +-
...dvalue-property-access-vbaac10-chm11031.md | 4 +-
...leclass-property-access-vbaac10-chm4445.md | 4 +-
F1/oletype-property-access-vbaac10-chm4447.md | 4 +-
...allowed-property-access-vbaac10-chm4448.md | 4 +-
...ctivate-property-access-vbaac10-chm4077.md | 4 +-
...yfilter-property-access-vbaac10-chm4078.md | 4 +-
...urrent-property-access-vbaac10-chm13953.md | 2 +-
...nchange-property-access-vbaac10-chm4081.md | 10 +-
...nclick-property-access-vbaac10-chm10497.md | 4 +-
...nclick-property-access-vbaac10-chm11122.md | 4 +-
F1/onclick-property-access-vbaac10-chm4082.md | 42 ++++----
F1/onclose-property-access-vbaac10-chm4101.md | 4 +-
...onnect-property-access-vbaac10-chm13536.md | 2 +-
...current-property-access-vbaac10-chm4083.md | 4 +-
...lclick-property-access-vbaac10-chm10498.md | 4 +-
...lclick-property-access-vbaac10-chm11123.md | 4 +-
...blclick-property-access-vbaac10-chm4084.md | 42 ++++----
...ctivate-property-access-vbaac10-chm5409.md | 4 +-
...delete-property-access-vbaac10-chm13437.md | 2 +-
F1/ondirty-property-access-vbaac10-chm4549.md | 8 +-
...onnect-property-access-vbaac10-chm13537.md | 2 +-
...nenter-property-access-vbaac10-chm10493.md | 4 +-
F1/onenter-property-access-vbaac10-chm4086.md | 28 ++---
F1/onerror-property-access-vbaac10-chm4087.md | 4 +-
F1/onexit-property-access-vbaac10-chm10494.md | 4 +-
F1/onexit-property-access-vbaac10-chm5430.md | 28 ++---
...nfilter-property-access-vbaac10-chm4134.md | 4 +-
...format-property-access-vbaac10-chm12204.md | 2 +-
...tfocus-property-access-vbaac10-chm10495.md | 4 +-
...otfocus-property-access-vbaac10-chm4090.md | 30 +++---
...eydown-property-access-vbaac10-chm10502.md | 4 +-
...eydown-property-access-vbaac10-chm11127.md | 4 +-
...keydown-property-access-vbaac10-chm4094.md | 30 +++---
...ypress-property-access-vbaac10-chm10504.md | 4 +-
...ypress-property-access-vbaac10-chm11129.md | 4 +-
...eypress-property-access-vbaac10-chm4095.md | 30 +++---
...nkeyup-property-access-vbaac10-chm10503.md | 4 +-
...nkeyup-property-access-vbaac10-chm11128.md | 4 +-
F1/onkeyup-property-access-vbaac10-chm5437.md | 30 +++---
F1/onload-property-access-vbaac10-chm4096.md | 4 +-
...tfocus-property-access-vbaac10-chm10496.md | 4 +-
...tfocus-property-access-vbaac10-chm11121.md | 4 +-
...stfocus-property-access-vbaac10-chm5434.md | 30 +++---
...sedown-property-access-vbaac10-chm10499.md | 4 +-
...sedown-property-access-vbaac10-chm11124.md | 4 +-
...usedown-property-access-vbaac10-chm4097.md | 44 ++++----
...semove-property-access-vbaac10-chm10500.md | 4 +-
...semove-property-access-vbaac10-chm11125.md | 4 +-
...usemove-property-access-vbaac10-chm4098.md | 44 ++++----
...ouseup-property-access-vbaac10-chm10501.md | 4 +-
...ouseup-property-access-vbaac10-chm11126.md | 4 +-
...mouseup-property-access-vbaac10-chm5444.md | 44 ++++----
...eerror-property-access-vbaac10-chm14415.md | 2 +-
...nodata-property-access-vbaac10-chm13767.md | 2 +-
...inlist-property-access-vbaac10-chm11450.md | 2 +-
F1/onopen-property-access-vbaac10-chm5448.md | 4 +-
F1/onpage-property-access-vbaac10-chm4136.md | 2 +-
...npaint-property-access-vbaac10-chm12227.md | 2 +-
F1/onprint-property-access-vbaac10-chm4103.md | 2 +-
F1/onpush-property-access-vbaac10-chm10459.md | 4 +-
...nresize-property-access-vbaac10-chm4104.md | 4 +-
...etreat-property-access-vbaac10-chm12206.md | 2 +-
F1/ontimer-property-access-vbaac10-chm4107.md | 4 +-
F1/onundo-property-access-vbaac10-chm5191.md | 6 +-
...nunload-property-access-vbaac10-chm5440.md | 4 +-
...updated-property-access-vbaac10-chm4108.md | 8 +-
...nnection-method-access-vbaac10-chm12715.md | 4 +-
F1/orderby-property-access-vbaac10-chm4451.md | 4 +-
...yonload-property-access-vbaac10-chm5623.md | 4 +-
...ntation-property-access-vbaac10-chm5010.md | 6 +-
F1/page-object-access-vbaac10-chm10124.md | 12 +--
...efooter-property-access-vbaac10-chm4454.md | 2 +-
...header-property-access-vbaac10-chm13697.md | 2 +-
...eindex-property-access-vbaac10-chm12151.md | 2 +-
F1/paint-event-access-vbaac10-chm12235.md | 14 +--
...esource-property-access-vbaac10-chm4459.md | 4 +-
F1/parent-property-access-vbaac10-chm10439.md | 4 +-
F1/parent-property-access-vbaac10-chm11029.md | 4 +-
F1/parent-property-access-vbaac10-chm12679.md | 20 ++--
F1/parent-property-access-vbaac10-chm12723.md | 4 +-
F1/path-property-access-vbaac10-chm12718.md | 4 +-
...icture-property-access-vbaac10-chm10451.md | 4 +-
F1/picture-property-access-vbaac10-chm4462.md | 14 +--
...ignment-property-access-vbaac10-chm4463.md | 8 +-
...ignment-property-access-vbaac10-chm5819.md | 8 +-
...gement-property-access-vbaac10-chm14291.md | 6 +-
...redata-property-access-vbaac10-chm10453.md | 4 +-
...epages-property-access-vbaac10-chm13709.md | 2 +-
...izemode-property-access-vbaac10-chm4465.md | 6 +-
...etiling-property-access-vbaac10-chm4466.md | 8 +-
...etiling-property-access-vbaac10-chm5820.md | 8 +-
...retype-property-access-vbaac10-chm10452.md | 6 +-
...uretype-property-access-vbaac10-chm4467.md | 16 +--
...change-property-access-vbaac10-chm13538.md | 2 +-
F1/popup-property-access-vbaac10-chm4468.md | 4 +-
...eshade-property-access-vbaac10-chm14626.md | 8 +-
...rindex-property-access-vbaac10-chm14624.md | 8 +-
...retint-property-access-vbaac10-chm14625.md | 8 +-
...dshade-property-access-vbaac10-chm14622.md | 8 +-
...rindex-property-access-vbaac10-chm14620.md | 8 +-
...edtint-property-access-vbaac10-chm14621.md | 8 +-
...cttype-property-access-vbaac10-chm12712.md | 4 +-
...erties-property-access-vbaac10-chm10441.md | 4 +-
...erties-property-access-vbaac10-chm11032.md | 4 +-
...erties-property-access-vbaac10-chm12721.md | 4 +-
F1/query-property-access-vbaac10-chm13539.md | 2 +-
...kstyle-property-access-vbaac10-chm14646.md | 6 +-
...lemask-property-access-vbaac10-chm14647.md | 6 +-
...gorder-property-access-vbaac10-chm10505.md | 4 +-
...gorder-property-access-vbaac10-chm11130.md | 4 +-
...ngorder-property-access-vbaac10-chm5006.md | 20 ++--
...rdlocks-property-access-vbaac10-chm4481.md | 4 +-
...lectors-property-access-vbaac10-chm4482.md | 2 +-
...dsource-property-access-vbaac10-chm4485.md | 4 +-
...mation-property-access-vbaac10-chm12724.md | 4 +-
F1/requery-method-access-vbaac10-chm10443.md | 4 +-
F1/requery-method-access-vbaac10-chm11034.md | 4 +-
...equired-property-access-vbaac10-chm4488.md | 2 +-
...ired-property-access-vbaac10-chm5187962.md | 2 +-
...ources-property-access-vbaac10-chm14653.md | 4 +-
...rnvars-property-access-vbaac10-chm14688.md | 4 +-
...bonname-property-access-vbaac10-chm5866.md | 4 +-
...tmargin-property-access-vbaac10-chm4574.md | 8 +-
...adding-property-access-vbaac10-chm10526.md | 6 +-
...adding-property-access-vbaac10-chm11154.md | 4 +-
...padding-property-access-vbaac10-chm5630.md | 40 +++----
...wsource-property-access-vbaac10-chm4491.md | 10 +-
...rcetype-property-access-vbaac10-chm5498.md | 6 +-
...ningsum-property-access-vbaac10-chm4492.md | 2 +-
...ralign-property-access-vbaac10-chm11133.md | 4 +-
...aralign-property-access-vbaac10-chm5009.md | 8 +-
...ollbars-property-access-vbaac10-chm4264.md | 8 +-
...ollbars-property-access-vbaac10-chm5900.md | 2 +-
...olltop-property-access-vbaac10-chm14365.md | 2 +-
...ection-property-access-vbaac10-chm10487.md | 4 +-
...ection-property-access-vbaac10-chm11103.md | 4 +-
...nchange-property-access-vbaac10-chm5105.md | 2 +-
...racters-property-access-vbaac10-chm5821.md | 2 +-
F1/setfocus-method-access-vbaac10-chm10444.md | 4 +-
F1/setfocus-method-access-vbaac10-chm11035.md | 4 +-
...taborder-method-access-vbaac10-chm14294.md | 4 +-
F1/shadow-property-access-vbaac10-chm14638.md | 6 +-
F1/shape-property-access-vbaac10-chm13815.md | 4 +-
F1/shape-property-access-vbaac10-chm14628.md | 8 +-
...utmenu-property-access-vbaac10-chm13387.md | 2 +-
...enubar-property-access-vbaac10-chm10479.md | 4 +-
...enubar-property-access-vbaac10-chm11092.md | 4 +-
...menubar-property-access-vbaac10-chm4501.md | 42 ++++----
...epicker-property-access-vbaac10-chm5805.md | 2 +-
...evalues-property-access-vbaac10-chm5863.md | 4 +-
...argins-property-access-vbaac10-chm13853.md | 2 +-
...izemode-property-access-vbaac10-chm4503.md | 6 +-
...izetofit-method-access-vbaac10-chm10442.md | 4 +-
...izetofit-method-access-vbaac10-chm11033.md | 4 +-
...rttags-property-access-vbaac10-chm11148.md | 4 +-
...gs-property-access-vbaac10-chm553714026.md | 12 +--
...tedges-property-access-vbaac10-chm14639.md | 6 +-
...urcedoc-property-access-vbaac10-chm4507.md | 4 +-
...rceitem-property-access-vbaac10-chm4508.md | 4 +-
...eobject-property-access-vbaac10-chm4509.md | 6 +-
...effect-property-access-vbaac10-chm11077.md | 4 +-
...leffect-property-access-vbaac10-chm4510.md | 38 +++----
...asheet-property-access-vbaac10-chm13564.md | 2 +-
...ntation-property-access-vbaac10-chm5641.md | 2 +-
...rinting-property-access-vbaac10-chm5644.md | 2 +-
...ormsize-property-access-vbaac10-chm5867.md | 2 +-
...tterbar-property-access-vbaac10-chm5643.md | 2 +-
...barsave-property-access-vbaac10-chm5645.md | 2 +-
...artext-property-access-vbaac10-chm10458.md | 4 +-
...artext-property-access-vbaac10-chm11053.md | 4 +-
...bartext-property-access-vbaac10-chm4516.md | 36 +++----
F1/style-property-access-vbaac10-chm4139.md | 2 +-
...xpanded-property-access-vbaac10-chm4965.md | 2 +-
...theight-property-access-vbaac10-chm4964.md | 2 +-
F1/subform-object-access-vbaac10-chm11985.md | 6 +-
...height-property-access-vbaac10-chm12088.md | 2 +-
...dwidth-property-access-vbaac10-chm12089.md | 2 +-
...bindex-property-access-vbaac10-chm10466.md | 4 +-
...bindex-property-access-vbaac10-chm11065.md | 4 +-
...abindex-property-access-vbaac10-chm4518.md | 34 +++---
...abstop-property-access-vbaac10-chm10465.md | 4 +-
...abstop-property-access-vbaac10-chm11064.md | 4 +-
F1/tabstop-property-access-vbaac10-chm4519.md | 34 +++---
F1/tag-property-access-vbaac10-chm10489.md | 4 +-
F1/tag-property-access-vbaac10-chm11105.md | 4 +-
F1/tag-property-access-vbaac10-chm4520.md | 54 +++++-----
...format-property-access-vbaac10-chm11151.md | 2 +-
...tindex-property-access-vbaac10-chm14610.md | 16 +--
...nterval-property-access-vbaac10-chm4523.md | 4 +-
F1/toolbar-property-access-vbaac10-chm4524.md | 4 +-
F1/top-property-access-vbaac10-chm10468.md | 4 +-
F1/top-property-access-vbaac10-chm11072.md | 4 +-
F1/top-property-access-vbaac10-chm5490.md | 50 ++++-----
...pmargin-property-access-vbaac10-chm5513.md | 8 +-
...adding-property-access-vbaac10-chm10525.md | 6 +-
...adding-property-access-vbaac10-chm11153.md | 4 +-
...padding-property-access-vbaac10-chm5629.md | 40 +++----
...nsform-property-access-vbaac10-chm14367.md | 2 +-
...parent-property-access-vbaac10-chm10454.md | 4 +-
...lestate-property-access-vbaac10-chm4527.md | 6 +-
F1/type-property-access-vbaac10-chm12747.md | 4 +-
F1/undo-event-access-vbaac10-chm14210.md | 4 +-
F1/undo-method-access-vbaac10-chm11030.md | 4 +-
...encyinfo-method-access-vbaac10-chm12727.md | 4 +-
...options-property-access-vbaac10-chm4532.md | 4 +-
...etheme-property-access-vbaac10-chm14627.md | 6 +-
...iontext-property-access-vbaac10-chm4535.md | 28 ++---
...iontext-property-access-vbaac10-chm5507.md | 14 +--
F1/value-property-access-vbaac10-chm11039.md | 4 +-
F1/verb-property-access-vbaac10-chm4537.md | 6 +-
...ertical-property-access-vbaac10-chm4538.md | 4 +-
...anchor-property-access-vbaac10-chm10538.md | 6 +-
...anchor-property-access-vbaac10-chm11166.md | 4 +-
...lanchor-property-access-vbaac10-chm5691.md | 46 ++++----
...change-property-access-vbaac10-chm13553.md | 2 +-
...isible-property-access-acmain11-chm5897.md | 2 +-
...isible-property-access-vbaac10-chm10462.md | 4 +-
...isible-property-access-vbaac10-chm11056.md | 4 +-
F1/visible-property-access-vbaac10-chm4539.md | 56 +++++-----
...ebsite-property-access-vbaac10-chm14663.md | 4 +-
F1/width-property-access-vbaac10-chm10469.md | 4 +-
F1/width-property-access-vbaac10-chm11073.md | 4 +-
F1/width-property-access-vbaac10-chm5482.md | 50 ++++-----
.../what-s-new-for-vba-in-office-2016.md | 4 +-
...evious-version-of-your-applicationerror.md | 2 +-
.../constants-enumeration-access.md | 6 +-
...te-a-database-template-programmatically.md | 2 +-
...e-a-deployment-package-programmatically.md | 2 +-
...-in-another-microsoft-access-database-o.md | 2 +-
api/Access.AcBrowseToObjectType.md | 10 +-
api/Access.AcCloseSave.md | 6 +-
api/Access.AcColorIndex.md | 6 +-
api/Access.AcCommand.md | 6 +-
api/Access.AcControlType.md | 6 +-
api/Access.AcCurrentView.md | 6 +-
api/Access.AcCursorOnHover.md | 6 +-
api/Access.AcDataObjectType.md | 6 +-
api/Access.AcDataTransferType.md | 6 +-
api/Access.AcDefReportView.md | 6 +-
api/Access.AcDefView.md | 6 +-
api/Access.AcDisplayAs.md | 6 +-
api/Access.AcDisplayAsHyperlink.md | 6 +-
api/Access.AcExportQuality.md | 6 +-
api/Access.AcExportXMLEncoding.md | 6 +-
api/Access.AcExportXMLObjectType.md | 6 +-
api/Access.AcExportXMLOtherFlags.md | 6 +-
api/Access.AcExportXMLSchemaFormat.md | 6 +-
api/Access.AcFileFormat.md | 6 +-
api/Access.AcFilterType.md | 6 +-
api/Access.AcFindField.md | 6 +-
api/Access.AcFindMatch.md | 6 +-
api/Access.AcFormOpenDataMode.md | 6 +-
api/Access.AcFormView.md | 6 +-
api/Access.AcFormatBarLimits.md | 6 +-
api/Access.AcFormatConditionOperator.md | 6 +-
api/Access.AcFormatConditionType.md | 6 +-
api/Access.AcHorizontalAnchor.md | 6 +-
api/Access.AcHyperlinkPart.md | 6 +-
api/Access.AcImeMode.md | 6 +-
api/Access.AcImeSentenceMode.md | 4 +-
api/Access.AcImportXMLOption.md | 8 +-
api/Access.AcLayoutType.md | 6 +-
api/Access.AcModuleType.md | 6 +-
api/Access.AcNavigationSpan.md | 6 +-
api/Access.AcNewDatabaseFormat.md | 6 +-
api/Access.AcObjectType.md | 6 +-
api/Access.AcOpenDataMode.md | 6 +-
api/Access.AcOutputObjectType.md | 6 +-
api/Access.AcPictureCaptionArrangement.md | 6 +-
api/Access.AcPrintColor.md | 6 +-
api/Access.AcPrintDuplex.md | 6 +-
api/Access.AcPrintItemLayout.md | 6 +-
api/Access.AcPrintObjQuality.md | 6 +-
api/Access.AcPrintOrientation.md | 6 +-
api/Access.AcPrintPaperBin.md | 6 +-
api/Access.AcPrintPaperSize.md | 6 +-
api/Access.AcPrintQuality.md | 6 +-
api/Access.AcPrintRange.md | 6 +-
api/Access.AcProjectType.md | 6 +-
api/Access.AcProperty.md | 6 +-
api/Access.AcQuitOption.md | 6 +-
api/Access.AcRecord.md | 6 +-
api/Access.AcResourceType.md | 6 +-
api/Access.AcSearchDirection.md | 8 +-
api/Access.AcSection.md | 6 +-
api/Access.AcSendObjectType.md | 8 +-
api/Access.AcSeparatorCharacters.md | 8 +-
api/Access.AcSharePointListTransferType.md | 8 +-
api/Access.AcShowToolbar.md | 8 +-
api/Access.AcSplitFormDatasheet.md | 8 +-
api/Access.AcSplitFormOrientation.md | 6 +-
api/Access.AcSplitFormPrinting.md | 6 +-
api/Access.AcSpreadSheetType.md | 6 +-
api/Access.AcSysCmdAction.md | 6 +-
api/Access.AcTextFormat.md | 6 +-
api/Access.AcTextTransferType.md | 8 +-
api/Access.AcTransformXMLScriptOption.md | 6 +-
api/Access.AcVerticalAnchor.md | 6 +-
api/Access.AcView.md | 6 +-
api/Access.AcWebBrowserScrollBars.md | 6 +-
api/Access.AcWebBrowserState.md | 6 +-
api/Access.AcWebUserDisplay.md | 6 +-
api/Access.AcWebUserGroupsDisplay.md | 6 +-
api/Access.AcWindowMode.md | 6 +-
api/Access.AccessObject.CurrentView.md | 16 ++-
api/Access.AccessObject.DateCreated.md | 17 ++-
api/Access.AccessObject.DateModified.md | 16 ++-
api/Access.AccessObject.FullName.md | 15 ++-
api/Access.AccessObject.GetDependencyInfo.md | 16 ++-
api/Access.AccessObject.IsDependentUpon.md | 12 +--
api/Access.AccessObject.IsLoaded.md | 8 +-
api/Access.AccessObject.IsWeb.md | 8 +-
api/Access.AccessObject.Name.md | 8 +-
api/Access.AccessObject.Parent.md | 8 +-
api/Access.AccessObject.Properties.md | 8 +-
api/Access.AccessObject.Type.md | 8 +-
api/Access.AccessObject.md | 4 +-
api/Access.AccessObjectProperties.Add.md | 16 +--
...cess.AccessObjectProperties.Application.md | 8 +-
api/Access.AccessObjectProperties.Count.md | 8 +-
api/Access.AccessObjectProperties.Item.md | 12 +--
api/Access.AccessObjectProperties.Parent.md | 8 +-
api/Access.AccessObjectProperties.Remove.md | 14 +--
api/Access.AccessObjectProperties.md | 4 +-
api/Access.AccessObjectProperty.Name.md | 8 +-
api/Access.AccessObjectProperty.Value.md | 8 +-
api/Access.AccessObjectProperty.md | 4 +-
api/Access.ActionName.md | 8 +-
api/Access.AdditionalData.Add.md | 14 +--
api/Access.AdditionalData.Count.md | 8 +-
api/Access.AdditionalData.Item.md | 12 +--
api/Access.AdditionalData.Name.md | 8 +-
api/Access.AdditionalData.md | 4 +-
api/Access.AllDatabaseDiagrams.Application.md | 8 +-
api/Access.AllDatabaseDiagrams.Count.md | 8 +-
api/Access.AllDatabaseDiagrams.Item.md | 12 +--
api/Access.AllDatabaseDiagrams.Parent.md | 8 +-
api/Access.AllDatabaseDiagrams.md | 4 +-
api/Access.AllForms.Application.md | 8 +-
api/Access.AllForms.Count.md | 8 +-
api/Access.AllForms.Item.md | 16 +--
api/Access.AllForms.Parent.md | 8 +-
api/Access.AllForms.md | 4 +-
api/Access.AllFunctions.Application.md | 8 +-
api/Access.AllFunctions.Count.md | 8 +-
api/Access.AllFunctions.Item.md | 16 +--
api/Access.AllFunctions.Parent.md | 8 +-
api/Access.AllFunctions.md | 4 +-
api/Access.AllMacros.Application.md | 8 +-
api/Access.AllMacros.Count.md | 8 +-
api/Access.AllMacros.Item.md | 12 +--
api/Access.AllMacros.Parent.md | 8 +-
api/Access.AllModules.Application.md | 8 +-
api/Access.AllModules.Count.md | 8 +-
api/Access.AllModules.Item.md | 12 +--
api/Access.AllModules.Parent.md | 8 +-
api/Access.AllModules.md | 4 +-
api/Access.AllQueries.Application.md | 8 +-
api/Access.AllQueries.Count.md | 8 +-
api/Access.AllQueries.Item.md | 12 +--
api/Access.AllQueries.Parent.md | 8 +-
api/Access.AllQueries.md | 4 +-
api/Access.AllReports.Application.md | 8 +-
api/Access.AllReports.Count.md | 8 +-
api/Access.AllReports.Item.md | 12 +--
api/Access.AllReports.Parent.md | 8 +-
api/Access.AllReports.md | 4 +-
api/Access.AllStoredProcedures.Application.md | 8 +-
api/Access.AllStoredProcedures.Count.md | 8 +-
api/Access.AllStoredProcedures.Item.md | 12 +--
api/Access.AllStoredProcedures.Parent.md | 8 +-
api/Access.AllStoredProcedures.md | 4 +-
api/Access.AllTables.Application.md | 8 +-
api/Access.AllTables.Count.md | 8 +-
api/Access.AllTables.Item.md | 12 +--
api/Access.AllTables.Parent.md | 8 +-
api/Access.AllTables.md | 4 +-
api/Access.AllViews.Application.md | 8 +-
api/Access.AllViews.Count.md | 8 +-
api/Access.AllViews.Item.md | 12 +--
api/Access.AllViews.Parent.md | 8 +-
api/Access.AllViews.md | 4 +-
api/Access.Application.AccessError.md | 24 ++---
api/Access.Application.AddToFavorites.md | 12 +--
api/Access.Application.Application.md | 8 +-
api/Access.Application.Assistance.md | 8 +-
api/Access.Application.AutoCorrect.md | 8 +-
api/Access.Application.AutomationSecurity.md | 8 +-
api/Access.Application.BrokenReference.md | 8 +-
api/Access.Application.Build.md | 8 +-
api/Access.Application.BuildCriteria.md | 30 +++---
api/Access.Application.COMAddIns.md | 8 +-
...Access.Application.CloseCurrentDatabase.md | 18 ++--
api/Access.Application.CodeContextObject.md | 8 +-
api/Access.Application.CodeData.md | 8 +-
api/Access.Application.CodeDb.md | 26 ++---
api/Access.Application.CodeProject.md | 8 +-
api/Access.Application.ColumnHistory.md | 12 +--
api/Access.Application.CommandBars.md | 8 +-
api/Access.Application.CompactRepair.md | 4 +-
...Access.Application.ConvertAccessProject.md | 12 +--
api/Access.Application.CreateAccessProject.md | 12 +--
...Access.Application.CreateAdditionalData.md | 10 +-
api/Access.Application.CreateControl.md | 12 +--
api/Access.Application.CreateForm.md | 12 +--
api/Access.Application.CreateGroupLevel.md | 14 +--
api/Access.Application.CreateReport.md | 12 +--
api/Access.Application.CreateReportControl.md | 12 +--
api/Access.Application.CurrentData.md | 8 +-
api/Access.Application.CurrentDb.md | 10 +-
api/Access.Application.CurrentObjectName.md | 8 +-
api/Access.Application.CurrentObjectType.md | 8 +-
api/Access.Application.CurrentProject.md | 8 +-
api/Access.Application.CurrentUser.md | 10 +-
api/Access.Application.CurrentWebUser.md | 12 +--
...Access.Application.CurrentWebUserGroups.md | 12 +--
api/Access.Application.DBEngine.md | 8 +-
api/Access.Application.DCount.md | 12 +--
api/Access.Application.DDEExecute.md | 10 +-
api/Access.Application.DDEInitiate.md | 12 +--
api/Access.Application.DDEPoke.md | 10 +-
api/Access.Application.DDERequest.md | 12 +--
api/Access.Application.DDETerminate.md | 12 +--
api/Access.Application.DDETerminateAll.md | 10 +-
api/Access.Application.DFirst.md | 12 +--
api/Access.Application.DLast.md | 12 +--
api/Access.Application.DLookup.md | 12 +--
api/Access.Application.DMax.md | 12 +--
api/Access.Application.DMin.md | 12 +--
api/Access.Application.DStDev.md | 12 +--
api/Access.Application.DStDevP.md | 12 +--
api/Access.Application.DSum.md | 12 +--
api/Access.Application.DVar.md | 12 +--
api/Access.Application.DVarP.md | 12 +--
...ccess.Application.DefaultWorkspaceClone.md | 10 +-
api/Access.Application.DeleteControl.md | 12 +--
api/Access.Application.DeleteReportControl.md | 12 +--
api/Access.Application.DirtyObject.md | 10 +-
api/Access.Application.DoCmd.md | 8 +-
api/Access.Application.Echo.md | 10 +-
api/Access.Application.EuroConvert.md | 12 +--
api/Access.Application.Eval.md | 12 +--
...Access.Application.ExportNavigationPane.md | 10 +-
api/Access.Application.ExportXML.md | 12 +--
api/Access.Application.FeatureInstall.md | 8 +-
api/Access.Application.FileDialog.md | 10 +-
api/Access.Application.FollowHyperlink.md | 10 +-
api/Access.Application.Forms.md | 8 +-
api/Access.Application.GUIDFromString.md | 12 +--
api/Access.Application.GetHiddenAttribute.md | 12 +--
api/Access.Application.GetOption.md | 12 +--
api/Access.Application.HtmlEncode.md | 12 +--
api/Access.Application.HyperlinkPart.md | 12 +--
...Access.Application.ImportNavigationPane.md | 10 +-
api/Access.Application.ImportXML.md | 12 +--
api/Access.Application.InstantiateTemplate.md | 10 +-
api/Access.Application.IsCompiled.md | 8 +-
...ess.Application.IsCurrentWebUserInGroup.md | 12 +--
api/Access.Application.LanguageSettings.md | 8 +-
api/Access.Application.LoadCustomUI.md | 10 +-
api/Access.Application.LoadFromAXL.md | 10 +-
api/Access.Application.LoadPicture.md | 12 +--
api/Access.Application.MacroError.md | 8 +-
api/Access.Application.MenuBar.md | 8 +-
api/Access.Application.Modules.md | 8 +-
api/Access.Application.Name.md | 8 +-
api/Access.Application.NewAccessProject.md | 12 +--
api/Access.Application.NewCurrentDatabase.md | 10 +-
api/Access.Application.NewFileTaskPane.md | 8 +-
api/Access.Application.Nz.md | 12 +--
api/Access.Application.OpenAccessProject.md | 12 +--
api/Access.Application.OpenCurrentDatabase.md | 12 +--
api/Access.Application.Parent.md | 8 +-
api/Access.Application.PlainText.md | 12 +--
api/Access.Application.Printer.md | 8 +-
api/Access.Application.Printers.md | 8 +-
api/Access.Application.ProductCode.md | 8 +-
api/Access.Application.Quit.md | 10 +-
api/Access.Application.References.md | 8 +-
...ccess.Application.RefreshDatabaseWindow.md | 10 +-
api/Access.Application.RefreshTitleBar.md | 10 +-
api/Access.Application.Reports.md | 8 +-
api/Access.Application.Run.md | 12 +--
api/Access.Application.RunCommand.md | 10 +-
api/Access.Application.SaveAsAXL.md | 10 +-
api/Access.Application.SaveAsTemplate.md | 10 +-
api/Access.Application.Screen.md | 8 +-
...ess.Application.SetDefaultWorkgroupFile.md | 12 +--
api/Access.Application.SetHiddenAttribute.md | 12 +--
api/Access.Application.SetOption.md | 10 +-
api/Access.Application.ShortcutMenuBar.md | 8 +-
api/Access.Application.StringFromGUID.md | 12 +--
api/Access.Application.SysCmd.md | 12 +--
api/Access.Application.TempVars.md | 8 +-
api/Access.Application.TransformXML.md | 12 +--
api/Access.Application.UserControl.md | 8 +-
api/Access.Application.VBE.md | 8 +-
api/Access.Application.Version.md | 8 +-
api/Access.Application.Visible.md | 8 +-
api/Access.Application.WebServices.md | 8 +-
api/Access.Application.hWndAccessApp.md | 10 +-
api/Access.Application.md | 4 +-
api/Access.Attachment.AddColon.md | 8 +-
api/Access.Attachment.AfterUpdate(even).md | 8 +-
...Access.Attachment.AfterUpdate(property).md | 8 +-
api/Access.Attachment.Application.md | 8 +-
api/Access.Attachment.AttachmentCount.md | 8 +-
api/Access.Attachment.AttachmentCurrent.md | 8 +-
api/Access.Attachment.AutoLabel.md | 8 +-
api/Access.Attachment.Back.md | 8 +-
api/Access.Attachment.BackColor.md | 8 +-
api/Access.Attachment.BackShade.md | 8 +-
api/Access.Attachment.BackStyle.md | 8 +-
api/Access.Attachment.BackThemeColorIndex.md | 8 +-
api/Access.Attachment.BackTint.md | 8 +-
api/Access.Attachment.BeforeUpdate(even).md | 12 +--
...ccess.Attachment.BeforeUpdate(property).md | 8 +-
api/Access.Attachment.BorderColor.md | 8 +-
api/Access.Attachment.BorderShade.md | 8 +-
api/Access.Attachment.BorderStyle.md | 8 +-
...Access.Attachment.BorderThemeColorIndex.md | 8 +-
api/Access.Attachment.BorderTint.md | 8 +-
api/Access.Attachment.BorderWidth.md | 8 +-
api/Access.Attachment.BottomPadding.md | 8 +-
api/Access.Attachment.Change.md | 10 +-
api/Access.Attachment.Click.md | 10 +-
api/Access.Attachment.ColumnHidden.md | 8 +-
api/Access.Attachment.ColumnOrder.md | 8 +-
api/Access.Attachment.ColumnWidth.md | 8 +-
api/Access.Attachment.ControlSource.md | 8 +-
api/Access.Attachment.ControlTipText.md | 8 +-
api/Access.Attachment.ControlType.md | 8 +-
api/Access.Attachment.Controls.md | 8 +-
api/Access.Attachment.CurrentAttachment.md | 8 +-
api/Access.Attachment.DblClick.md | 10 +-
api/Access.Attachment.DefaultPicture.md | 8 +-
api/Access.Attachment.DefaultPictureType.md | 8 +-
api/Access.Attachment.Dirty.md | 10 +-
api/Access.Attachment.DisplayAs.md | 8 +-
api/Access.Attachment.DisplayWhen.md | 8 +-
api/Access.Attachment.Enabled.md | 8 +-
api/Access.Attachment.Enter.md | 8 +-
api/Access.Attachment.EventProcPrefix.md | 8 +-
api/Access.Attachment.Exit.md | 12 +--
api/Access.Attachment.FileName.md | 12 +--
api/Access.Attachment.FileType.md | 12 +--
api/Access.Attachment.FileURL.md | 12 +--
api/Access.Attachment.Forward.md | 8 +-
api/Access.Attachment.GotFocus.md | 10 +-
api/Access.Attachment.GridlineColor.md | 8 +-
api/Access.Attachment.GridlineShade.md | 8 +-
api/Access.Attachment.GridlineStyleBottom.md | 8 +-
api/Access.Attachment.GridlineStyleLeft.md | 8 +-
api/Access.Attachment.GridlineStyleRight.md | 8 +-
api/Access.Attachment.GridlineStyleTop.md | 8 +-
...cess.Attachment.GridlineThemeColorIndex.md | 8 +-
api/Access.Attachment.GridlineTint.md | 8 +-
api/Access.Attachment.GridlineWidthBottom.md | 8 +-
api/Access.Attachment.GridlineWidthLeft.md | 8 +-
api/Access.Attachment.GridlineWidthRight.md | 8 +-
api/Access.Attachment.GridlineWidthTop.md | 8 +-
api/Access.Attachment.Height.md | 8 +-
api/Access.Attachment.HelpContextId.md | 8 +-
api/Access.Attachment.HorizontalAnchor.md | 8 +-
api/Access.Attachment.InSelection.md | 8 +-
api/Access.Attachment.IsVisible.md | 8 +-
api/Access.Attachment.KeyDown.md | 10 +-
api/Access.Attachment.KeyPress.md | 10 +-
api/Access.Attachment.KeyUp.md | 10 +-
api/Access.Attachment.LabelAlign.md | 8 +-
api/Access.Attachment.LabelX.md | 8 +-
api/Access.Attachment.LabelY.md | 8 +-
api/Access.Attachment.Layout.md | 8 +-
api/Access.Attachment.LayoutID.md | 8 +-
api/Access.Attachment.Left.md | 8 +-
api/Access.Attachment.LeftPadding.md | 8 +-
api/Access.Attachment.Locked.md | 8 +-
api/Access.Attachment.LostFocus.md | 8 +-
api/Access.Attachment.MouseDown.md | 10 +-
api/Access.Attachment.MouseMove.md | 10 +-
api/Access.Attachment.MouseUp.md | 10 +-
api/Access.Attachment.Move.md | 10 +-
api/Access.Attachment.Name.md | 8 +-
api/Access.Attachment.OldBorderStyle.md | 8 +-
api/Access.Attachment.OldValue.md | 8 +-
api/Access.Attachment.OnAttachmentCurrent.md | 8 +-
api/Access.Attachment.OnChange.md | 10 +-
api/Access.Attachment.OnClick.md | 10 +-
api/Access.Attachment.OnDblClick.md | 10 +-
api/Access.Attachment.OnDirty.md | 10 +-
api/Access.Attachment.OnEnter.md | 10 +-
api/Access.Attachment.OnExit.md | 10 +-
api/Access.Attachment.OnGotFocus.md | 10 +-
api/Access.Attachment.OnKeyDown.md | 10 +-
api/Access.Attachment.OnKeyPress.md | 10 +-
api/Access.Attachment.OnKeyUp.md | 10 +-
api/Access.Attachment.OnLostFocus.md | 10 +-
api/Access.Attachment.OnMouseDown.md | 10 +-
api/Access.Attachment.OnMouseMove.md | 10 +-
api/Access.Attachment.OnMouseUp.md | 10 +-
api/Access.Attachment.Parent.md | 8 +-
api/Access.Attachment.PictureAlignment.md | 8 +-
api/Access.Attachment.PictureSizeMode.md | 8 +-
api/Access.Attachment.PictureTiling.md | 8 +-
api/Access.Attachment.Properties.md | 8 +-
api/Access.Attachment.Requery.md | 8 +-
api/Access.Attachment.RightPadding.md | 8 +-
api/Access.Attachment.Section.md | 8 +-
api/Access.Attachment.SetFocus.md | 8 +-
api/Access.Attachment.ShortcutMenuBar.md | 8 +-
api/Access.Attachment.SizeToFit.md | 8 +-
api/Access.Attachment.SpecialEffect.md | 8 +-
api/Access.Attachment.StatusBarText.md | 8 +-
api/Access.Attachment.TabIndex.md | 8 +-
api/Access.Attachment.TabStop.md | 8 +-
api/Access.Attachment.Tag.md | 8 +-
api/Access.Attachment.Top.md | 8 +-
api/Access.Attachment.TopPadding.md | 8 +-
api/Access.Attachment.VerticalAnchor.md | 8 +-
api/Access.Attachment.Visible.md | 8 +-
api/Access.Attachment.Width.md | 8 +-
api/Access.Attachment.md | 4 +-
...s.AutoCorrect.DisplayAutoCorrectOptions.md | 8 +-
api/Access.AutoCorrect.md | 4 +-
api/Access.BoundObjectFrame.Action.md | 8 +-
api/Access.BoundObjectFrame.AddColon.md | 8 +-
...cess.BoundObjectFrame.AfterUpdate(even).md | 8 +-
....BoundObjectFrame.AfterUpdate(property).md | 8 +-
api/Access.BoundObjectFrame.Application.md | 8 +-
api/Access.BoundObjectFrame.AutoActivate.md | 8 +-
api/Access.BoundObjectFrame.AutoLabel.md | 8 +-
api/Access.BoundObjectFrame.BackColor.md | 8 +-
api/Access.BoundObjectFrame.BackShade.md | 8 +-
api/Access.BoundObjectFrame.BackStyle.md | 8 +-
...ss.BoundObjectFrame.BackThemeColorIndex.md | 8 +-
api/Access.BoundObjectFrame.BackTint.md | 8 +-
...ess.BoundObjectFrame.BeforeUpdate(even).md | 10 +-
...BoundObjectFrame.BeforeUpdate(property).md | 8 +-
api/Access.BoundObjectFrame.BorderColor.md | 8 +-
api/Access.BoundObjectFrame.BorderShade.md | 8 +-
api/Access.BoundObjectFrame.BorderStyle.md | 8 +-
....BoundObjectFrame.BorderThemeColorIndex.md | 8 +-
api/Access.BoundObjectFrame.BorderTint.md | 8 +-
api/Access.BoundObjectFrame.BorderWidth.md | 8 +-
api/Access.BoundObjectFrame.BottomPadding.md | 8 +-
api/Access.BoundObjectFrame.Class.md | 8 +-
api/Access.BoundObjectFrame.Click.md | 8 +-
api/Access.BoundObjectFrame.ColumnHidden.md | 8 +-
api/Access.BoundObjectFrame.ColumnOrder.md | 8 +-
api/Access.BoundObjectFrame.ColumnWidth.md | 8 +-
api/Access.BoundObjectFrame.ControlSource.md | 8 +-
api/Access.BoundObjectFrame.ControlTipText.md | 8 +-
api/Access.BoundObjectFrame.ControlType.md | 8 +-
api/Access.BoundObjectFrame.Controls.md | 8 +-
api/Access.BoundObjectFrame.DblClick.md | 10 +-
api/Access.BoundObjectFrame.DisplayType.md | 8 +-
api/Access.BoundObjectFrame.DisplayWhen.md | 8 +-
api/Access.BoundObjectFrame.Enabled.md | 8 +-
api/Access.BoundObjectFrame.Enter.md | 8 +-
...Access.BoundObjectFrame.EventProcPrefix.md | 8 +-
api/Access.BoundObjectFrame.Exit.md | 10 +-
api/Access.BoundObjectFrame.GotFocus.md | 8 +-
api/Access.BoundObjectFrame.GridlineColor.md | 8 +-
api/Access.BoundObjectFrame.GridlineShade.md | 8 +-
...ss.BoundObjectFrame.GridlineStyleBottom.md | 8 +-
...cess.BoundObjectFrame.GridlineStyleLeft.md | 8 +-
...ess.BoundObjectFrame.GridlineStyleRight.md | 8 +-
...ccess.BoundObjectFrame.GridlineStyleTop.md | 8 +-
...oundObjectFrame.GridlineThemeColorIndex.md | 8 +-
api/Access.BoundObjectFrame.GridlineTint.md | 8 +-
...ss.BoundObjectFrame.GridlineWidthBottom.md | 8 +-
...cess.BoundObjectFrame.GridlineWidthLeft.md | 8 +-
...ess.BoundObjectFrame.GridlineWidthRight.md | 8 +-
...ccess.BoundObjectFrame.GridlineWidthTop.md | 8 +-
api/Access.BoundObjectFrame.Height.md | 8 +-
api/Access.BoundObjectFrame.HelpContextId.md | 8 +-
...ccess.BoundObjectFrame.HorizontalAnchor.md | 8 +-
api/Access.BoundObjectFrame.InSelection.md | 8 +-
api/Access.BoundObjectFrame.IsVisible.md | 8 +-
api/Access.BoundObjectFrame.KeyDown.md | 10 +-
api/Access.BoundObjectFrame.KeyPress.md | 10 +-
api/Access.BoundObjectFrame.KeyUp.md | 10 +-
api/Access.BoundObjectFrame.LabelAlign.md | 8 +-
api/Access.BoundObjectFrame.LabelX.md | 8 +-
api/Access.BoundObjectFrame.LabelY.md | 8 +-
api/Access.BoundObjectFrame.Layout.md | 8 +-
api/Access.BoundObjectFrame.LayoutID.md | 8 +-
api/Access.BoundObjectFrame.Left.md | 8 +-
api/Access.BoundObjectFrame.LeftPadding.md | 8 +-
api/Access.BoundObjectFrame.Locked.md | 8 +-
api/Access.BoundObjectFrame.LostFocus.md | 8 +-
api/Access.BoundObjectFrame.MouseDown.md | 10 +-
api/Access.BoundObjectFrame.MouseMove.md | 10 +-
api/Access.BoundObjectFrame.MouseUp.md | 10 +-
api/Access.BoundObjectFrame.Move.md | 10 +-
api/Access.BoundObjectFrame.Name.md | 8 +-
api/Access.BoundObjectFrame.OLEType.md | 8 +-
api/Access.BoundObjectFrame.OLETypeAllowed.md | 8 +-
api/Access.BoundObjectFrame.Object.md | 8 +-
api/Access.BoundObjectFrame.ObjectPalette.md | 8 +-
api/Access.BoundObjectFrame.ObjectVerbs.md | 10 +-
...ccess.BoundObjectFrame.ObjectVerbsCount.md | 8 +-
api/Access.BoundObjectFrame.OldBorderStyle.md | 8 +-
api/Access.BoundObjectFrame.OldValue.md | 8 +-
api/Access.BoundObjectFrame.OnClick.md | 10 +-
api/Access.BoundObjectFrame.OnDblClick.md | 10 +-
api/Access.BoundObjectFrame.OnEnter.md | 10 +-
api/Access.BoundObjectFrame.OnExit.md | 10 +-
api/Access.BoundObjectFrame.OnGotFocus.md | 10 +-
api/Access.BoundObjectFrame.OnKeyDown.md | 10 +-
api/Access.BoundObjectFrame.OnKeyPress.md | 10 +-
api/Access.BoundObjectFrame.OnKeyUp.md | 10 +-
api/Access.BoundObjectFrame.OnLostFocus.md | 10 +-
api/Access.BoundObjectFrame.OnMouseDown.md | 10 +-
api/Access.BoundObjectFrame.OnMouseMove.md | 10 +-
api/Access.BoundObjectFrame.OnMouseUp.md | 10 +-
api/Access.BoundObjectFrame.OnUpdated.md | 10 +-
api/Access.BoundObjectFrame.Parent.md | 8 +-
api/Access.BoundObjectFrame.Properties.md | 8 +-
api/Access.BoundObjectFrame.Requery.md | 8 +-
api/Access.BoundObjectFrame.RightPadding.md | 8 +-
api/Access.BoundObjectFrame.Scaling.md | 8 +-
api/Access.BoundObjectFrame.Section.md | 8 +-
api/Access.BoundObjectFrame.SetFocus.md | 10 +-
...Access.BoundObjectFrame.ShortcutMenuBar.md | 8 +-
api/Access.BoundObjectFrame.SizeMode.md | 8 +-
api/Access.BoundObjectFrame.SizeToFit.md | 8 +-
api/Access.BoundObjectFrame.SourceDoc.md | 8 +-
api/Access.BoundObjectFrame.SourceItem.md | 8 +-
api/Access.BoundObjectFrame.SpecialEffect.md | 8 +-
api/Access.BoundObjectFrame.StatusBarText.md | 8 +-
api/Access.BoundObjectFrame.TabIndex.md | 8 +-
api/Access.BoundObjectFrame.TabStop.md | 8 +-
api/Access.BoundObjectFrame.Tag.md | 8 +-
api/Access.BoundObjectFrame.Top.md | 8 +-
api/Access.BoundObjectFrame.TopPadding.md | 8 +-
api/Access.BoundObjectFrame.UpdateOptions.md | 8 +-
api/Access.BoundObjectFrame.Updated.md | 8 +-
api/Access.BoundObjectFrame.Value.md | 8 +-
api/Access.BoundObjectFrame.VarOleObject.md | 8 +-
api/Access.BoundObjectFrame.Verb.md | 8 +-
api/Access.BoundObjectFrame.VerticalAnchor.md | 8 +-
api/Access.BoundObjectFrame.Visible.md | 8 +-
api/Access.BoundObjectFrame.Width.md | 8 +-
api/Access.BoundObjectFrame.md | 4 +-
api/Access.CheckBox.AddColon.md | 8 +-
api/Access.CheckBox.AfterUpdate(even).md | 8 +-
api/Access.CheckBox.AfterUpdate(property).md | 8 +-
api/Access.CheckBox.Application.md | 8 +-
api/Access.CheckBox.AutoLabel.md | 8 +-
api/Access.CheckBox.BeforeUpdate(even).md | 10 +-
api/Access.CheckBox.BeforeUpdate(property).md | 8 +-
api/Access.CheckBox.BorderColor.md | 8 +-
api/Access.CheckBox.BorderShade.md | 8 +-
api/Access.CheckBox.BorderStyle.md | 8 +-
api/Access.CheckBox.BorderThemeColorIndex.md | 8 +-
api/Access.CheckBox.BorderTint.md | 8 +-
api/Access.CheckBox.BorderWidth.md | 8 +-
api/Access.CheckBox.BottomPadding.md | 8 +-
api/Access.CheckBox.Click.md | 8 +-
api/Access.CheckBox.ColumnHidden.md | 8 +-
api/Access.CheckBox.ColumnOrder.md | 8 +-
api/Access.CheckBox.ColumnWidth.md | 8 +-
api/Access.CheckBox.ControlSource.md | 8 +-
api/Access.CheckBox.ControlTipText.md | 8 +-
api/Access.CheckBox.ControlType.md | 8 +-
api/Access.CheckBox.Controls.md | 8 +-
api/Access.CheckBox.DblClick.md | 10 +-
api/Access.CheckBox.DefaultValue.md | 8 +-
api/Access.CheckBox.DisplayWhen.md | 8 +-
api/Access.CheckBox.Enabled.md | 8 +-
api/Access.CheckBox.Enter.md | 8 +-
api/Access.CheckBox.EventProcPrefix.md | 8 +-
api/Access.CheckBox.Exit.md | 10 +-
api/Access.CheckBox.GotFocus.md | 8 +-
api/Access.CheckBox.GridlineColor.md | 8 +-
api/Access.CheckBox.GridlineShade.md | 8 +-
api/Access.CheckBox.GridlineStyleBottom.md | 8 +-
api/Access.CheckBox.GridlineStyleLeft.md | 8 +-
api/Access.CheckBox.GridlineStyleRight.md | 8 +-
api/Access.CheckBox.GridlineStyleTop.md | 8 +-
...Access.CheckBox.GridlineThemeColorIndex.md | 8 +-
api/Access.CheckBox.GridlineTint.md | 8 +-
api/Access.CheckBox.GridlineWidthBottom.md | 8 +-
api/Access.CheckBox.GridlineWidthLeft.md | 8 +-
api/Access.CheckBox.GridlineWidthRight.md | 8 +-
api/Access.CheckBox.GridlineWidthTop.md | 8 +-
api/Access.CheckBox.Height.md | 8 +-
api/Access.CheckBox.HelpContextId.md | 8 +-
api/Access.CheckBox.HideDuplicates.md | 8 +-
api/Access.CheckBox.HorizontalAnchor.md | 8 +-
api/Access.CheckBox.InSelection.md | 8 +-
api/Access.CheckBox.IsVisible.md | 8 +-
api/Access.CheckBox.KeyDown.md | 10 +-
api/Access.CheckBox.KeyPress.md | 10 +-
api/Access.CheckBox.KeyUp.md | 10 +-
api/Access.CheckBox.LabelAlign.md | 8 +-
api/Access.CheckBox.LabelX.md | 8 +-
api/Access.CheckBox.LabelY.md | 8 +-
api/Access.CheckBox.Layout.md | 8 +-
api/Access.CheckBox.LayoutID.md | 8 +-
api/Access.CheckBox.Left.md | 8 +-
api/Access.CheckBox.LeftPadding.md | 8 +-
api/Access.CheckBox.Locked.md | 8 +-
api/Access.CheckBox.LostFocus.md | 8 +-
api/Access.CheckBox.MouseDown.md | 10 +-
api/Access.CheckBox.MouseMove.md | 10 +-
api/Access.CheckBox.MouseUp.md | 10 +-
api/Access.CheckBox.Move.md | 10 +-
api/Access.CheckBox.Name.md | 8 +-
api/Access.CheckBox.OldBorderStyle.md | 8 +-
api/Access.CheckBox.OldValue.md | 8 +-
api/Access.CheckBox.OnClick.md | 10 +-
api/Access.CheckBox.OnDblClick.md | 10 +-
api/Access.CheckBox.OnEnter.md | 10 +-
api/Access.CheckBox.OnExit.md | 10 +-
api/Access.CheckBox.OnGotFocus.md | 10 +-
api/Access.CheckBox.OnKeyDown.md | 10 +-
api/Access.CheckBox.OnKeyPress.md | 10 +-
api/Access.CheckBox.OnKeyUp.md | 10 +-
api/Access.CheckBox.OnLostFocus.md | 10 +-
api/Access.CheckBox.OnMouseDown.md | 10 +-
api/Access.CheckBox.OnMouseMove.md | 10 +-
api/Access.CheckBox.OnMouseUp.md | 10 +-
api/Access.CheckBox.OptionValue.md | 8 +-
api/Access.CheckBox.Parent.md | 8 +-
api/Access.CheckBox.Properties.md | 8 +-
api/Access.CheckBox.ReadingOrder.md | 8 +-
api/Access.CheckBox.Requery.md | 8 +-
api/Access.CheckBox.RightPadding.md | 8 +-
api/Access.CheckBox.Section.md | 8 +-
api/Access.CheckBox.SetFocus.md | 10 +-
api/Access.CheckBox.ShortcutMenuBar.md | 8 +-
api/Access.CheckBox.SizeToFit.md | 8 +-
api/Access.CheckBox.SpecialEffect.md | 8 +-
api/Access.CheckBox.StatusBarText.md | 8 +-
api/Access.CheckBox.TabIndex.md | 8 +-
api/Access.CheckBox.TabStop.md | 8 +-
api/Access.CheckBox.Tag.md | 8 +-
api/Access.CheckBox.Top.md | 8 +-
api/Access.CheckBox.TopPadding.md | 8 +-
api/Access.CheckBox.TripleState.md | 8 +-
api/Access.CheckBox.Undo.md | 8 +-
api/Access.CheckBox.ValidationRule.md | 8 +-
api/Access.CheckBox.ValidationText.md | 8 +-
api/Access.CheckBox.Value.md | 8 +-
api/Access.CheckBox.VerticalAnchor.md | 8 +-
api/Access.CheckBox.Visible.md | 8 +-
api/Access.CheckBox.Width.md | 8 +-
api/Access.CheckBox.md | 4 +-
api/Access.CodeData.AllDatabaseDiagrams.md | 8 +-
api/Access.CodeData.AllFunctions.md | 8 +-
api/Access.CodeData.AllQueries.md | 8 +-
api/Access.CodeData.AllStoredProcedures.md | 8 +-
api/Access.CodeData.AllTables.md | 8 +-
api/Access.CodeData.AllViews.md | 8 +-
api/Access.CodeData.md | 4 +-
api/Access.CodeProject.AccessConnection.md | 8 +-
api/Access.CodeProject.AddSharedImage.md | 10 +-
api/Access.CodeProject.AllForms.md | 8 +-
api/Access.CodeProject.AllMacros.md | 8 +-
api/Access.CodeProject.AllModules.md | 8 +-
api/Access.CodeProject.AllReports.md | 8 +-
api/Access.CodeProject.Application.md | 8 +-
...Access.CodeProject.BaseConnectionString.md | 8 +-
api/Access.CodeProject.CloseConnection.md | 10 +-
api/Access.CodeProject.Connection.md | 8 +-
api/Access.CodeProject.FileFormat.md | 8 +-
api/Access.CodeProject.FullName.md | 8 +-
....CodeProject.ImportExportSpecifications.md | 8 +-
api/Access.CodeProject.IsConnected.md | 8 +-
api/Access.CodeProject.IsSQLBackend.md | 8 +-
api/Access.CodeProject.IsTrusted.md | 8 +-
api/Access.CodeProject.IsWeb.md | 8 +-
api/Access.CodeProject.Name.md | 8 +-
api/Access.CodeProject.OpenConnection.md | 10 +-
api/Access.CodeProject.Parent.md | 8 +-
api/Access.CodeProject.Path.md | 8 +-
api/Access.CodeProject.ProjectType.md | 8 +-
api/Access.CodeProject.Properties.md | 8 +-
...s.CodeProject.RemovePersonalInformation.md | 8 +-
api/Access.CodeProject.Resources.md | 8 +-
...Access.CodeProject.UpdateDependencyInfo.md | 10 +-
api/Access.CodeProject.WebSite.md | 8 +-
api/Access.CodeProject.md | 4 +-
api/Access.ComboBox.AddColon.md | 8 +-
api/Access.ComboBox.AddItem.md | 10 +-
api/Access.ComboBox.AfterUpdate(even).md | 8 +-
api/Access.ComboBox.AfterUpdate(property).md | 8 +-
api/Access.ComboBox.AllowAutoCorrect.md | 8 +-
api/Access.ComboBox.AllowValueListEdits.md | 8 +-
api/Access.ComboBox.Application.md | 8 +-
api/Access.ComboBox.AutoExpand.md | 8 +-
api/Access.ComboBox.AutoLabel.md | 8 +-
api/Access.ComboBox.BackColor.md | 8 +-
api/Access.ComboBox.BackShade.md | 8 +-
api/Access.ComboBox.BackStyle.md | 8 +-
api/Access.ComboBox.BackThemeColorIndex.md | 8 +-
api/Access.ComboBox.BackTint.md | 8 +-
api/Access.ComboBox.BeforeUpdate(even).md | 10 +-
api/Access.ComboBox.BeforeUpdate(property).md | 8 +-
api/Access.ComboBox.BorderColor.md | 8 +-
api/Access.ComboBox.BorderShade.md | 8 +-
api/Access.ComboBox.BorderStyle.md | 8 +-
api/Access.ComboBox.BorderThemeColorIndex.md | 8 +-
api/Access.ComboBox.BorderTint.md | 8 +-
api/Access.ComboBox.BorderWidth.md | 8 +-
api/Access.ComboBox.BottomMargin.md | 8 +-
api/Access.ComboBox.BottomPadding.md | 8 +-
api/Access.ComboBox.BoundColumn.md | 8 +-
api/Access.ComboBox.CanGrow.md | 8 +-
api/Access.ComboBox.CanShrink.md | 8 +-
api/Access.ComboBox.Change.md | 8 +-
api/Access.ComboBox.Click.md | 8 +-
api/Access.ComboBox.Column.md | 10 +-
api/Access.ComboBox.ColumnCount.md | 8 +-
api/Access.ComboBox.ColumnHeads.md | 8 +-
api/Access.ComboBox.ColumnHidden.md | 8 +-
api/Access.ComboBox.ColumnOrder.md | 8 +-
api/Access.ComboBox.ColumnWidth.md | 8 +-
api/Access.ComboBox.ColumnWidths.md | 8 +-
api/Access.ComboBox.ControlSource.md | 8 +-
api/Access.ComboBox.ControlTipText.md | 8 +-
api/Access.ComboBox.ControlType.md | 8 +-
api/Access.ComboBox.Controls.md | 8 +-
api/Access.ComboBox.DblClick.md | 10 +-
api/Access.ComboBox.DecimalPlaces.md | 8 +-
api/Access.ComboBox.DefaultValue.md | 8 +-
api/Access.ComboBox.Dirty.md | 10 +-
api/Access.ComboBox.DisplayAsHyperlink.md | 8 +-
api/Access.ComboBox.DisplayWhen.md | 8 +-
api/Access.ComboBox.Dropdown.md | 10 +-
api/Access.ComboBox.Enabled.md | 8 +-
api/Access.ComboBox.Enter.md | 8 +-
api/Access.ComboBox.EventProcPrefix.md | 8 +-
api/Access.ComboBox.Exit.md | 10 +-
api/Access.ComboBox.FontBold.md | 8 +-
api/Access.ComboBox.FontItalic.md | 8 +-
api/Access.ComboBox.FontName.md | 8 +-
api/Access.ComboBox.FontSize.md | 8 +-
api/Access.ComboBox.FontUnderline.md | 8 +-
api/Access.ComboBox.FontWeight.md | 8 +-
api/Access.ComboBox.ForeColor.md | 8 +-
api/Access.ComboBox.ForeShade.md | 8 +-
api/Access.ComboBox.ForeThemeColorIndex.md | 8 +-
api/Access.ComboBox.ForeTint.md | 8 +-
api/Access.ComboBox.Format.md | 8 +-
api/Access.ComboBox.FormatConditions.md | 8 +-
api/Access.ComboBox.GotFocus.md | 8 +-
api/Access.ComboBox.GridlineColor.md | 8 +-
api/Access.ComboBox.GridlineShade.md | 8 +-
api/Access.ComboBox.GridlineStyleBottom.md | 8 +-
api/Access.ComboBox.GridlineStyleLeft.md | 8 +-
api/Access.ComboBox.GridlineStyleRight.md | 8 +-
api/Access.ComboBox.GridlineStyleTop.md | 8 +-
...Access.ComboBox.GridlineThemeColorIndex.md | 8 +-
api/Access.ComboBox.GridlineTint.md | 8 +-
api/Access.ComboBox.GridlineWidthBottom.md | 8 +-
api/Access.ComboBox.GridlineWidthLeft.md | 8 +-
api/Access.ComboBox.GridlineWidthRight.md | 8 +-
api/Access.ComboBox.GridlineWidthTop.md | 8 +-
api/Access.ComboBox.Height.md | 8 +-
api/Access.ComboBox.HelpContextId.md | 8 +-
api/Access.ComboBox.HideDuplicates.md | 8 +-
api/Access.ComboBox.HorizontalAnchor.md | 8 +-
api/Access.ComboBox.Hyperlink.md | 8 +-
api/Access.ComboBox.IMEHold.md | 8 +-
api/Access.ComboBox.IMEMode.md | 8 +-
api/Access.ComboBox.IMESentenceMode.md | 8 +-
api/Access.ComboBox.InSelection.md | 8 +-
api/Access.ComboBox.InheritValueList.md | 8 +-
api/Access.ComboBox.InputMask.md | 8 +-
api/Access.ComboBox.IsHyperlink.md | 8 +-
api/Access.ComboBox.IsVisible.md | 8 +-
api/Access.ComboBox.ItemData.md | 10 +-
api/Access.ComboBox.ItemsSelected.md | 8 +-
api/Access.ComboBox.KeyDown.md | 10 +-
api/Access.ComboBox.KeyPress.md | 10 +-
api/Access.ComboBox.KeyUp.md | 10 +-
api/Access.ComboBox.KeyboardLanguage.md | 8 +-
api/Access.ComboBox.LabelAlign.md | 8 +-
api/Access.ComboBox.LabelX.md | 8 +-
api/Access.ComboBox.LabelY.md | 8 +-
api/Access.ComboBox.Layout.md | 8 +-
api/Access.ComboBox.LayoutID.md | 8 +-
api/Access.ComboBox.Left.md | 8 +-
api/Access.ComboBox.LeftMargin.md | 8 +-
api/Access.ComboBox.LeftPadding.md | 8 +-
api/Access.ComboBox.LimitToList.md | 8 +-
api/Access.ComboBox.ListCount.md | 8 +-
api/Access.ComboBox.ListIndex.md | 8 +-
api/Access.ComboBox.ListItemsEditForm.md | 8 +-
api/Access.ComboBox.ListRows.md | 8 +-
api/Access.ComboBox.ListWidth.md | 8 +-
api/Access.ComboBox.Locked.md | 8 +-
api/Access.ComboBox.LostFocus.md | 8 +-
api/Access.ComboBox.MouseDown.md | 10 +-
api/Access.ComboBox.MouseMove.md | 10 +-
api/Access.ComboBox.MouseUp.md | 10 +-
api/Access.ComboBox.Move.md | 10 +-
api/Access.ComboBox.Name.md | 8 +-
api/Access.ComboBox.NotInList.md | 10 +-
api/Access.ComboBox.NumeralShapes.md | 8 +-
api/Access.ComboBox.OldBorderStyle.md | 8 +-
api/Access.ComboBox.OldValue.md | 8 +-
api/Access.ComboBox.OnChange.md | 10 +-
api/Access.ComboBox.OnClick.md | 10 +-
api/Access.ComboBox.OnDblClick.md | 10 +-
api/Access.ComboBox.OnDirty.md | 10 +-
api/Access.ComboBox.OnEnter.md | 10 +-
api/Access.ComboBox.OnExit.md | 10 +-
api/Access.ComboBox.OnGotFocus.md | 10 +-
api/Access.ComboBox.OnKeyDown.md | 10 +-
api/Access.ComboBox.OnKeyPress.md | 10 +-
api/Access.ComboBox.OnKeyUp.md | 10 +-
api/Access.ComboBox.OnLostFocus.md | 10 +-
api/Access.ComboBox.OnMouseDown.md | 10 +-
api/Access.ComboBox.OnMouseMove.md | 10 +-
api/Access.ComboBox.OnMouseUp.md | 10 +-
api/Access.ComboBox.OnNotInList.md | 10 +-
api/Access.ComboBox.OnUndo.md | 8 +-
api/Access.ComboBox.Parent.md | 8 +-
api/Access.ComboBox.Properties.md | 8 +-
api/Access.ComboBox.ReadingOrder.md | 8 +-
api/Access.ComboBox.Recordset.md | 8 +-
api/Access.ComboBox.RemoveItem.md | 10 +-
api/Access.ComboBox.Requery.md | 8 +-
api/Access.ComboBox.RightMargin.md | 8 +-
api/Access.ComboBox.RightPadding.md | 8 +-
api/Access.ComboBox.RowSource.md | 8 +-
api/Access.ComboBox.RowSourceType.md | 8 +-
api/Access.ComboBox.ScrollBarAlign.md | 8 +-
api/Access.ComboBox.Section.md | 8 +-
api/Access.ComboBox.SelLength.md | 8 +-
api/Access.ComboBox.SelStart.md | 8 +-
api/Access.ComboBox.SelText.md | 8 +-
api/Access.ComboBox.Selected.md | 10 +-
api/Access.ComboBox.SeparatorCharacters.md | 8 +-
api/Access.ComboBox.SetFocus.md | 10 +-
api/Access.ComboBox.ShortcutMenuBar.md | 8 +-
...Access.ComboBox.ShowOnlyRowSourceValues.md | 8 +-
api/Access.ComboBox.SizeToFit.md | 8 +-
api/Access.ComboBox.SmartTags.md | 8 +-
api/Access.ComboBox.SpecialEffect.md | 8 +-
api/Access.ComboBox.StatusBarText.md | 8 +-
api/Access.ComboBox.TabIndex.md | 8 +-
api/Access.ComboBox.TabStop.md | 8 +-
api/Access.ComboBox.Tag.md | 8 +-
api/Access.ComboBox.Text.md | 8 +-
api/Access.ComboBox.TextAlign.md | 8 +-
api/Access.ComboBox.ThemeFontIndex.md | 8 +-
api/Access.ComboBox.Top.md | 8 +-
api/Access.ComboBox.TopMargin.md | 8 +-
api/Access.ComboBox.TopPadding.md | 8 +-
api/Access.ComboBox.Undo(even).md | 10 +-
api/Access.ComboBox.Undo(method).md | 8 +-
api/Access.ComboBox.ValidationRule.md | 8 +-
api/Access.ComboBox.ValidationText.md | 8 +-
api/Access.ComboBox.Value.md | 8 +-
api/Access.ComboBox.VerticalAnchor.md | 8 +-
api/Access.ComboBox.Visible.md | 8 +-
api/Access.ComboBox.Width.md | 8 +-
api/Access.ComboBox.md | 4 +-
api/Access.CommandButton.AddColon.md | 8 +-
api/Access.CommandButton.Alignment.md | 8 +-
api/Access.CommandButton.Application.md | 8 +-
api/Access.CommandButton.AutoLabel.md | 8 +-
api/Access.CommandButton.AutoRepeat.md | 8 +-
api/Access.CommandButton.BackColor.md | 8 +-
api/Access.CommandButton.BackShade.md | 8 +-
api/Access.CommandButton.BackStyle.md | 8 +-
...ccess.CommandButton.BackThemeColorIndex.md | 8 +-
api/Access.CommandButton.BackTint.md | 8 +-
api/Access.CommandButton.Bevel.md | 8 +-
api/Access.CommandButton.BorderColor.md | 8 +-
api/Access.CommandButton.BorderShade.md | 8 +-
api/Access.CommandButton.BorderStyle.md | 8 +-
...ess.CommandButton.BorderThemeColorIndex.md | 8 +-
api/Access.CommandButton.BorderTint.md | 8 +-
api/Access.CommandButton.BorderWidth.md | 8 +-
api/Access.CommandButton.BottomPadding.md | 8 +-
api/Access.CommandButton.Cancel.md | 8 +-
api/Access.CommandButton.Caption.md | 8 +-
api/Access.CommandButton.Click.md | 8 +-
api/Access.CommandButton.ControlTipText.md | 8 +-
api/Access.CommandButton.ControlType.md | 8 +-
api/Access.CommandButton.Controls.md | 8 +-
api/Access.CommandButton.CursorOnHover.md | 8 +-
api/Access.CommandButton.DblClick.md | 10 +-
api/Access.CommandButton.Default.md | 8 +-
api/Access.CommandButton.DisplayWhen.md | 8 +-
api/Access.CommandButton.Enabled.md | 8 +-
api/Access.CommandButton.Enter.md | 8 +-
api/Access.CommandButton.EventProcPrefix.md | 8 +-
api/Access.CommandButton.Exit.md | 10 +-
api/Access.CommandButton.FontBold.md | 8 +-
api/Access.CommandButton.FontItalic.md | 8 +-
api/Access.CommandButton.FontName.md | 8 +-
api/Access.CommandButton.FontSize.md | 8 +-
api/Access.CommandButton.FontUnderline.md | 8 +-
api/Access.CommandButton.FontWeight.md | 8 +-
api/Access.CommandButton.ForeColor.md | 8 +-
api/Access.CommandButton.ForeShade.md | 8 +-
...ccess.CommandButton.ForeThemeColorIndex.md | 8 +-
api/Access.CommandButton.ForeTint.md | 8 +-
api/Access.CommandButton.Glow.md | 8 +-
api/Access.CommandButton.GotFocus.md | 8 +-
api/Access.CommandButton.Gradient.md | 8 +-
api/Access.CommandButton.GridlineColor.md | 8 +-
api/Access.CommandButton.GridlineShade.md | 8 +-
...ccess.CommandButton.GridlineStyleBottom.md | 8 +-
api/Access.CommandButton.GridlineStyleLeft.md | 8 +-
...Access.CommandButton.GridlineStyleRight.md | 8 +-
api/Access.CommandButton.GridlineStyleTop.md | 8 +-
...s.CommandButton.GridlineThemeColorIndex.md | 8 +-
api/Access.CommandButton.GridlineTint.md | 8 +-
...ccess.CommandButton.GridlineWidthBottom.md | 8 +-
api/Access.CommandButton.GridlineWidthLeft.md | 8 +-
...Access.CommandButton.GridlineWidthRight.md | 8 +-
api/Access.CommandButton.GridlineWidthTop.md | 8 +-
api/Access.CommandButton.Height.md | 8 +-
api/Access.CommandButton.HelpContextId.md | 8 +-
api/Access.CommandButton.HorizontalAnchor.md | 8 +-
api/Access.CommandButton.HoverColor.md | 8 +-
api/Access.CommandButton.HoverForeColor.md | 8 +-
api/Access.CommandButton.HoverForeShade.md | 8 +-
....CommandButton.HoverForeThemeColorIndex.md | 8 +-
api/Access.CommandButton.HoverForeTint.md | 8 +-
api/Access.CommandButton.HoverShade.md | 8 +-
...cess.CommandButton.HoverThemeColorIndex.md | 8 +-
api/Access.CommandButton.HoverTint.md | 8 +-
api/Access.CommandButton.Hyperlink.md | 8 +-
api/Access.CommandButton.HyperlinkAddress.md | 8 +-
...ccess.CommandButton.HyperlinkSubAddress.md | 8 +-
api/Access.CommandButton.InSelection.md | 8 +-
api/Access.CommandButton.IsVisible.md | 8 +-
api/Access.CommandButton.KeyDown.md | 10 +-
api/Access.CommandButton.KeyPress.md | 10 +-
api/Access.CommandButton.KeyUp.md | 10 +-
api/Access.CommandButton.LabelAlign.md | 8 +-
api/Access.CommandButton.LabelX.md | 8 +-
api/Access.CommandButton.LabelY.md | 8 +-
api/Access.CommandButton.Layout.md | 8 +-
api/Access.CommandButton.LayoutID.md | 8 +-
api/Access.CommandButton.Left.md | 8 +-
api/Access.CommandButton.LeftPadding.md | 8 +-
api/Access.CommandButton.LostFocus.md | 8 +-
api/Access.CommandButton.MouseDown.md | 10 +-
api/Access.CommandButton.MouseMove.md | 10 +-
api/Access.CommandButton.MouseUp.md | 10 +-
api/Access.CommandButton.Move.md | 10 +-
api/Access.CommandButton.Name.md | 8 +-
api/Access.CommandButton.ObjectPalette.md | 8 +-
api/Access.CommandButton.OldValue.md | 8 +-
api/Access.CommandButton.OnClick.md | 10 +-
api/Access.CommandButton.OnDblClick.md | 10 +-
api/Access.CommandButton.OnEnter.md | 10 +-
api/Access.CommandButton.OnExit.md | 10 +-
api/Access.CommandButton.OnGotFocus.md | 10 +-
api/Access.CommandButton.OnKeyDown.md | 10 +-
api/Access.CommandButton.OnKeyPress.md | 10 +-
api/Access.CommandButton.OnKeyUp.md | 10 +-
api/Access.CommandButton.OnLostFocus.md | 10 +-
api/Access.CommandButton.OnMouseDown.md | 10 +-
api/Access.CommandButton.OnMouseMove.md | 10 +-
api/Access.CommandButton.OnMouseUp.md | 10 +-
api/Access.CommandButton.OnPush.md | 10 +-
api/Access.CommandButton.Parent.md | 8 +-
api/Access.CommandButton.Picture.md | 8 +-
...CommandButton.PictureCaptionArrangement.md | 8 +-
api/Access.CommandButton.PictureData.md | 8 +-
api/Access.CommandButton.PictureType.md | 8 +-
api/Access.CommandButton.PressedColor.md | 8 +-
api/Access.CommandButton.PressedForeColor.md | 8 +-
api/Access.CommandButton.PressedForeShade.md | 8 +-
...ommandButton.PressedForeThemeColorIndex.md | 8 +-
api/Access.CommandButton.PressedForeTint.md | 8 +-
api/Access.CommandButton.PressedShade.md | 8 +-
...ss.CommandButton.PressedThemeColorIndex.md | 8 +-
api/Access.CommandButton.PressedTint.md | 8 +-
api/Access.CommandButton.Properties.md | 8 +-
api/Access.CommandButton.QuickStyle.md | 8 +-
api/Access.CommandButton.ReadingOrder.md | 8 +-
api/Access.CommandButton.Requery.md | 8 +-
api/Access.CommandButton.RightPadding.md | 8 +-
api/Access.CommandButton.Section.md | 8 +-
api/Access.CommandButton.SetFocus.md | 10 +-
api/Access.CommandButton.Shadow.md | 8 +-
api/Access.CommandButton.Shape.md | 8 +-
api/Access.CommandButton.ShortcutMenuBar.md | 8 +-
api/Access.CommandButton.SizeToFit.md | 8 +-
api/Access.CommandButton.SoftEdges.md | 8 +-
api/Access.CommandButton.StatusBarText.md | 8 +-
api/Access.CommandButton.TabIndex.md | 8 +-
api/Access.CommandButton.TabStop.md | 8 +-
api/Access.CommandButton.Tag.md | 8 +-
api/Access.CommandButton.ThemeFontIndex.md | 8 +-
api/Access.CommandButton.Top.md | 8 +-
api/Access.CommandButton.TopPadding.md | 8 +-
api/Access.CommandButton.Transparent.md | 8 +-
api/Access.CommandButton.UseTheme.md | 8 +-
api/Access.CommandButton.VerticalAnchor.md | 8 +-
api/Access.CommandButton.Visible.md | 8 +-
api/Access.CommandButton.Width.md | 8 +-
api/Access.CommandButton.md | 4 +-
api/Access.Control.Application.md | 8 +-
api/Access.Control.BottomPadding.md | 8 +-
api/Access.Control.Column.md | 10 +-
api/Access.Control.Controls.md | 8 +-
api/Access.Control.Dropdown.md | 10 +-
api/Access.Control.Form.md | 8 +-
api/Access.Control.GridlineColor.md | 8 +-
api/Access.Control.GridlineStyleBottom.md | 8 +-
api/Access.Control.GridlineStyleLeft.md | 8 +-
api/Access.Control.GridlineStyleRight.md | 8 +-
api/Access.Control.GridlineStyleTop.md | 8 +-
api/Access.Control.GridlineWidthBottom.md | 8 +-
api/Access.Control.GridlineWidthLeft.md | 8 +-
api/Access.Control.GridlineWidthRight.md | 8 +-
api/Access.Control.GridlineWidthTop.md | 8 +-
api/Access.Control.HorizontalAnchor.md | 8 +-
api/Access.Control.Hyperlink.md | 8 +-
api/Access.Control.ItemData.md | 10 +-
api/Access.Control.ItemsSelected.md | 8 +-
api/Access.Control.Layout.md | 8 +-
api/Access.Control.LayoutID.md | 8 +-
api/Access.Control.LeftPadding.md | 8 +-
api/Access.Control.Move.md | 10 +-
api/Access.Control.Name.md | 8 +-
api/Access.Control.Object.md | 8 +-
api/Access.Control.ObjectVerbs.md | 10 +-
api/Access.Control.OldValue.md | 8 +-
api/Access.Control.Pages.md | 8 +-
api/Access.Control.Parent.md | 8 +-
api/Access.Control.Properties.md | 8 +-
api/Access.Control.Report.md | 8 +-
api/Access.Control.Requery.md | 8 +-
api/Access.Control.RightPadding.md | 8 +-
api/Access.Control.Selected.md | 10 +-
api/Access.Control.SetFocus.md | 10 +-
api/Access.Control.SizeToFit.md | 8 +-
api/Access.Control.SmartTags.md | 8 +-
api/Access.Control.TopPadding.md | 8 +-
api/Access.Control.Undo.md | 8 +-
api/Access.Control.VerticalAnchor.md | 8 +-
api/Access.Control.md | 4 +-
api/Access.Controls.Application.md | 8 +-
api/Access.Controls.Count.md | 8 +-
api/Access.Controls.Item.md | 12 +--
api/Access.Controls.Parent.md | 8 +-
api/Access.Controls.md | 4 +-
api/Access.CurrentData.AllDatabaseDiagrams.md | 8 +-
api/Access.CurrentData.AllFunctions.md | 8 +-
api/Access.CurrentData.AllQueries.md | 8 +-
api/Access.CurrentData.AllStoredProcedures.md | 8 +-
api/Access.CurrentData.AllTables.md | 8 +-
api/Access.CurrentData.AllViews.md | 8 +-
api/Access.CurrentData.md | 4 +-
api/Access.CurrentProject.AccessConnection.md | 8 +-
api/Access.CurrentProject.AddSharedImage.md | 10 +-
api/Access.CurrentProject.AllForms.md | 8 +-
api/Access.CurrentProject.AllMacros.md | 8 +-
api/Access.CurrentProject.AllModules.md | 8 +-
api/Access.CurrentProject.AllReports.md | 8 +-
api/Access.CurrentProject.Application.md | 8 +-
...ess.CurrentProject.BaseConnectionString.md | 8 +-
api/Access.CurrentProject.CloseConnection.md | 10 +-
api/Access.CurrentProject.Connection.md | 8 +-
api/Access.CurrentProject.FileFormat.md | 8 +-
api/Access.CurrentProject.FullName.md | 8 +-
...rrentProject.ImportExportSpecifications.md | 8 +-
api/Access.CurrentProject.IsConnected.md | 8 +-
api/Access.CurrentProject.IsTrusted.md | 8 +-
api/Access.CurrentProject.IsWeb.md | 8 +-
api/Access.CurrentProject.Name.md | 8 +-
api/Access.CurrentProject.OpenConnection.md | 10 +-
api/Access.CurrentProject.Parent.md | 8 +-
api/Access.CurrentProject.Path.md | 8 +-
api/Access.CurrentProject.ProjectType.md | 8 +-
api/Access.CurrentProject.Properties.md | 8 +-
...urrentProject.RemovePersonalInformation.md | 8 +-
api/Access.CurrentProject.Resources.md | 8 +-
...ess.CurrentProject.UpdateDependencyInfo.md | 8 +-
api/Access.CurrentProject.WebSite.md | 8 +-
api/Access.CurrentProject.md | 4 +-
api/Access.CustomControl.About.md | 8 +-
api/Access.CustomControl.Application.md | 8 +-
api/Access.CustomControl.BorderColor.md | 8 +-
api/Access.CustomControl.BorderShade.md | 8 +-
api/Access.CustomControl.BorderStyle.md | 8 +-
...ess.CustomControl.BorderThemeColorIndex.md | 8 +-
api/Access.CustomControl.BorderTint.md | 8 +-
api/Access.CustomControl.BorderWidth.md | 8 +-
api/Access.CustomControl.BottomPadding.md | 8 +-
api/Access.CustomControl.Cancel.md | 8 +-
api/Access.CustomControl.Class.md | 8 +-
api/Access.CustomControl.ControlSource.md | 8 +-
api/Access.CustomControl.ControlTipText.md | 8 +-
api/Access.CustomControl.ControlType.md | 8 +-
api/Access.CustomControl.Controls.md | 8 +-
api/Access.CustomControl.Custom.md | 8 +-
api/Access.CustomControl.Default.md | 8 +-
api/Access.CustomControl.DisplayWhen.md | 8 +-
api/Access.CustomControl.Enabled.md | 8 +-
api/Access.CustomControl.Enter.md | 8 +-
api/Access.CustomControl.EventProcPrefix.md | 8 +-
api/Access.CustomControl.Exit.md | 10 +-
api/Access.CustomControl.GotFocus.md | 8 +-
api/Access.CustomControl.GridlineColor.md | 8 +-
...ccess.CustomControl.GridlineStyleBottom.md | 8 +-
api/Access.CustomControl.GridlineStyleLeft.md | 8 +-
...Access.CustomControl.GridlineStyleRight.md | 8 +-
api/Access.CustomControl.GridlineStyleTop.md | 8 +-
...ccess.CustomControl.GridlineWidthBottom.md | 8 +-
api/Access.CustomControl.GridlineWidthLeft.md | 8 +-
...Access.CustomControl.GridlineWidthRight.md | 8 +-
api/Access.CustomControl.GridlineWidthTop.md | 8 +-
api/Access.CustomControl.Height.md | 8 +-
api/Access.CustomControl.HelpContextId.md | 8 +-
api/Access.CustomControl.HorizontalAnchor.md | 8 +-
api/Access.CustomControl.InSelection.md | 8 +-
api/Access.CustomControl.IsVisible.md | 8 +-
api/Access.CustomControl.Layout.md | 8 +-
api/Access.CustomControl.LayoutID.md | 8 +-
api/Access.CustomControl.Left.md | 8 +-
api/Access.CustomControl.LeftPadding.md | 8 +-
api/Access.CustomControl.Locked.md | 8 +-
api/Access.CustomControl.LostFocus.md | 8 +-
api/Access.CustomControl.Move.md | 10 +-
api/Access.CustomControl.Name.md | 8 +-
api/Access.CustomControl.OLEClass.md | 8 +-
api/Access.CustomControl.Object.md | 8 +-
api/Access.CustomControl.ObjectPalette.md | 8 +-
api/Access.CustomControl.ObjectVerbs.md | 10 +-
api/Access.CustomControl.ObjectVerbsCount.md | 8 +-
api/Access.CustomControl.OldBorderStyle.md | 8 +-
api/Access.CustomControl.OldValue.md | 8 +-
api/Access.CustomControl.OnEnter.md | 10 +-
api/Access.CustomControl.OnExit.md | 10 +-
api/Access.CustomControl.OnGotFocus.md | 10 +-
api/Access.CustomControl.OnLostFocus.md | 10 +-
api/Access.CustomControl.OnUpdated.md | 10 +-
api/Access.CustomControl.Parent.md | 8 +-
api/Access.CustomControl.Properties.md | 8 +-
api/Access.CustomControl.Requery.md | 8 +-
api/Access.CustomControl.RightPadding.md | 8 +-
api/Access.CustomControl.Section.md | 8 +-
api/Access.CustomControl.SetFocus.md | 10 +-
api/Access.CustomControl.SizeToFit.md | 8 +-
api/Access.CustomControl.SpecialEffect.md | 8 +-
api/Access.CustomControl.TabIndex.md | 8 +-
api/Access.CustomControl.TabStop.md | 8 +-
api/Access.CustomControl.Tag.md | 8 +-
api/Access.CustomControl.Top.md | 8 +-
api/Access.CustomControl.TopPadding.md | 8 +-
api/Access.CustomControl.Updated.md | 8 +-
api/Access.CustomControl.Value.md | 8 +-
api/Access.CustomControl.VarOleObject.md | 8 +-
api/Access.CustomControl.Verb.md | 8 +-
api/Access.CustomControl.VerticalAnchor.md | 8 +-
api/Access.CustomControl.Visible.md | 8 +-
api/Access.CustomControl.Width.md | 8 +-
api/Access.CustomControl.md | 4 +-
api/Access.DependencyInfo.Dependants.md | 8 +-
api/Access.DependencyInfo.Dependencies.md | 8 +-
....DependencyInfo.InsufficientPermissions.md | 8 +-
api/Access.DependencyInfo.OutOfDateObjects.md | 8 +-
api/Access.DependencyInfo.Parent.md | 8 +-
...ccess.DependencyInfo.UnsupportedObjects.md | 8 +-
api/Access.DependencyInfo.md | 4 +-
api/Access.DependencyObjects.Application.md | 8 +-
api/Access.DependencyObjects.Count.md | 8 +-
api/Access.DependencyObjects.Item.md | 12 +--
api/Access.DependencyObjects.Parent.md | 8 +-
api/Access.DependencyObjects.md | 4 +-
api/Access.DoCmd.AddMenu.md | 10 +-
api/Access.DoCmd.ApplyFilter.md | 10 +-
api/Access.DoCmd.Beep.md | 8 +-
api/Access.DoCmd.BrowseTo.md | 10 +-
api/Access.DoCmd.CancelEvent.md | 8 +-
api/Access.DoCmd.ClearMacroError.md | 8 +-
api/Access.DoCmd.Close.md | 10 +-
api/Access.DoCmd.CloseDatabase.md | 8 +-
api/Access.DoCmd.CopyDatabaseFile.md | 10 +-
api/Access.DoCmd.CopyObject.md | 10 +-
api/Access.DoCmd.DeleteObject.md | 10 +-
api/Access.DoCmd.DoMenuItem.md | 10 +-
api/Access.DoCmd.Echo.md | 10 +-
api/Access.DoCmd.FindNext.md | 8 +-
api/Access.DoCmd.FindRecord.md | 10 +-
api/Access.DoCmd.GoToControl.md | 10 +-
api/Access.DoCmd.GoToPage.md | 12 +--
api/Access.DoCmd.GoToRecord.md | 10 +-
api/Access.DoCmd.Hourglass.md | 10 +-
api/Access.DoCmd.LockNavigationPane.md | 10 +-
api/Access.DoCmd.Maximize.md | 8 +-
api/Access.DoCmd.Minimize.md | 8 +-
api/Access.DoCmd.MoveSize.md | 10 +-
api/Access.DoCmd.NavigateTo.md | 10 +-
api/Access.DoCmd.OpenDataAccessPage.md | 10 +-
api/Access.DoCmd.OpenDiagram.md | 10 +-
api/Access.DoCmd.OpenForm.md | 10 +-
api/Access.DoCmd.OpenFunction.md | 10 +-
api/Access.DoCmd.OpenModule.md | 10 +-
api/Access.DoCmd.OpenQuery.md | 10 +-
api/Access.DoCmd.OpenReport.md | 10 +-
api/Access.DoCmd.OpenStoredProcedure.md | 10 +-
api/Access.DoCmd.OpenTable.md | 10 +-
api/Access.DoCmd.OpenView.md | 10 +-
api/Access.DoCmd.OutputTo.md | 10 +-
api/Access.DoCmd.PrintOut.md | 10 +-
api/Access.DoCmd.Quit.md | 10 +-
api/Access.DoCmd.RefreshRecord.md | 8 +-
api/Access.DoCmd.Rename.md | 10 +-
api/Access.DoCmd.RepaintObject.md | 10 +-
api/Access.DoCmd.Requery.md | 10 +-
api/Access.DoCmd.Restore.md | 8 +-
api/Access.DoCmd.RunCommand.md | 10 +-
api/Access.DoCmd.RunDataMacro.md | 10 +-
api/Access.DoCmd.RunMacro.md | 10 +-
api/Access.DoCmd.RunSQL.md | 10 +-
api/Access.DoCmd.RunSavedImportExport.md | 10 +-
api/Access.DoCmd.Save.md | 10 +-
api/Access.DoCmd.SearchForRecord.md | 6 +-
api/Access.DoCmd.SelectObject.md | 10 +-
api/Access.DoCmd.SendObject.md | 6 +-
api/Access.DoCmd.SetDisplayedCategories.md | 10 +-
api/Access.DoCmd.SetFilter.md | 10 +-
api/Access.DoCmd.SetMenuItem.md | 10 +-
api/Access.DoCmd.SetOrderBy.md | 10 +-
api/Access.DoCmd.SetParameter.md | 10 +-
api/Access.DoCmd.SetProperty.md | 10 +-
api/Access.DoCmd.SetWarnings.md | 10 +-
api/Access.DoCmd.ShowAllRecords.md | 8 +-
api/Access.DoCmd.ShowToolbar.md | 10 +-
api/Access.DoCmd.SingleStep.md | 8 +-
api/Access.DoCmd.TransferDatabase.md | 10 +-
api/Access.DoCmd.TransferSQLDatabase.md | 10 +-
api/Access.DoCmd.TransferSharePointList.md | 10 +-
api/Access.DoCmd.TransferSpreadsheet.md | 10 +-
api/Access.DoCmd.TransferText.md | 6 +-
api/Access.DoCmd.md | 4 +-
api/Access.EmptyCell.Application.md | 8 +-
api/Access.EmptyCell.BackColor.md | 8 +-
api/Access.EmptyCell.BackShade.md | 8 +-
api/Access.EmptyCell.BackStyle.md | 8 +-
api/Access.EmptyCell.BackThemeColorIndex.md | 8 +-
api/Access.EmptyCell.BackTint.md | 8 +-
api/Access.EmptyCell.BottomPadding.md | 8 +-
api/Access.EmptyCell.ControlType.md | 8 +-
api/Access.EmptyCell.DisplayWhen.md | 8 +-
api/Access.EmptyCell.EventProcPrefix.md | 8 +-
api/Access.EmptyCell.GridlineColor.md | 8 +-
api/Access.EmptyCell.GridlineShade.md | 8 +-
api/Access.EmptyCell.GridlineStyleBottom.md | 8 +-
api/Access.EmptyCell.GridlineStyleLeft.md | 8 +-
api/Access.EmptyCell.GridlineStyleRight.md | 8 +-
api/Access.EmptyCell.GridlineStyleTop.md | 8 +-
...ccess.EmptyCell.GridlineThemeColorIndex.md | 8 +-
api/Access.EmptyCell.GridlineTint.md | 8 +-
api/Access.EmptyCell.GridlineWidthBottom.md | 8 +-
api/Access.EmptyCell.GridlineWidthLeft.md | 8 +-
api/Access.EmptyCell.GridlineWidthRight.md | 8 +-
api/Access.EmptyCell.GridlineWidthTop.md | 8 +-
api/Access.EmptyCell.Height.md | 8 +-
api/Access.EmptyCell.HelpContextId.md | 8 +-
api/Access.EmptyCell.HorizontalAnchor.md | 8 +-
api/Access.EmptyCell.InSelection.md | 8 +-
api/Access.EmptyCell.IsVisible.md | 8 +-
api/Access.EmptyCell.Layout.md | 8 +-
api/Access.EmptyCell.LayoutID.md | 8 +-
api/Access.EmptyCell.Left.md | 8 +-
api/Access.EmptyCell.LeftPadding.md | 8 +-
api/Access.EmptyCell.Move.md | 10 +-
api/Access.EmptyCell.Name.md | 8 +-
api/Access.EmptyCell.Parent.md | 8 +-
api/Access.EmptyCell.Properties.md | 8 +-
api/Access.EmptyCell.RightPadding.md | 8 +-
api/Access.EmptyCell.Section.md | 8 +-
api/Access.EmptyCell.ShortcutMenuBar.md | 8 +-
api/Access.EmptyCell.SizeToFit.md | 8 +-
api/Access.EmptyCell.SpecialEffect.md | 8 +-
api/Access.EmptyCell.StatusBarText.md | 8 +-
api/Access.EmptyCell.Tag.md | 8 +-
api/Access.EmptyCell.Top.md | 8 +-
api/Access.EmptyCell.TopPadding.md | 8 +-
api/Access.EmptyCell.VerticalAnchor.md | 8 +-
api/Access.EmptyCell.Visible.md | 8 +-
api/Access.EmptyCell.Width.md | 8 +-
api/Access.EmptyCell.md | 4 +-
api/Access.Entities.Count.md | 8 +-
api/Access.Entities.Item.md | 10 +-
api/Access.Entities.Parent.md | 8 +-
api/Access.Entities.md | 4 +-
api/Access.Entity.Name.md | 8 +-
api/Access.Entity.Operations.md | 8 +-
api/Access.Entity.Parent.md | 8 +-
api/Access.Entity.md | 4 +-
api/Access.Form.Activate.md | 10 +-
api/Access.Form.ActiveControl.md | 8 +-
api/Access.Form.AfterDelConfirm(even).md | 10 +-
api/Access.Form.AfterDelConfirm(property).md | 8 +-
api/Access.Form.AfterFinalRender(even).md | 12 +--
api/Access.Form.AfterFinalRender(property).md | 8 +-
api/Access.Form.AfterInsert(even).md | 10 +-
api/Access.Form.AfterInsert(property).md | 8 +-
api/Access.Form.AfterLayout(even).md | 12 +--
api/Access.Form.AfterLayout(property).md | 8 +-
api/Access.Form.AfterRender(even).md | 12 +--
api/Access.Form.AfterRender(property).md | 8 +-
api/Access.Form.AfterUpdate(even).md | 8 +-
api/Access.Form.AfterUpdate(property).md | 8 +-
api/Access.Form.AllowAdditions.md | 8 +-
api/Access.Form.AllowDatasheetView.md | 8 +-
api/Access.Form.AllowDeletions.md | 8 +-
api/Access.Form.AllowEdits.md | 8 +-
api/Access.Form.AllowFilters.md | 8 +-
api/Access.Form.AllowFormView.md | 8 +-
api/Access.Form.AllowLayoutView.md | 8 +-
api/Access.Form.AllowPivotChartView.md | 8 +-
api/Access.Form.AllowPivotTableView.md | 8 +-
api/Access.Form.Application.md | 8 +-
api/Access.Form.ApplyFilter.md | 10 +-
api/Access.Form.AutoCenter.md | 8 +-
api/Access.Form.AutoResize.md | 8 +-
api/Access.Form.BeforeDelConfirm(even).md | 10 +-
api/Access.Form.BeforeDelConfirm(property).md | 8 +-
api/Access.Form.BeforeInsert(even).md | 10 +-
api/Access.Form.BeforeInsert(property).md | 8 +-
api/Access.Form.BeforeQuery(even).md | 10 +-
api/Access.Form.BeforeQuery(property).md | 8 +-
api/Access.Form.BeforeRender(even).md | 12 +--
api/Access.Form.BeforeRender(property).md | 8 +-
api/Access.Form.BeforeScreenTip(even).md | 12 +--
api/Access.Form.BeforeScreenTip(property).md | 8 +-
api/Access.Form.BeforeUpdate(even).md | 6 +-
api/Access.Form.BeforeUpdate(property).md | 8 +-
api/Access.Form.Bookmark.md | 8 +-
api/Access.Form.BorderStyle.md | 8 +-
api/Access.Form.Caption.md | 8 +-
api/Access.Form.ChartSpace.md | 8 +-
api/Access.Form.Click.md | 8 +-
api/Access.Form.Close.md | 10 +-
api/Access.Form.CloseButton.md | 8 +-
api/Access.Form.CommandBeforeExecute(even).md | 12 +--
...ess.Form.CommandBeforeExecute(property).md | 8 +-
api/Access.Form.CommandChecked(even).md | 12 +--
api/Access.Form.CommandChecked(property).md | 8 +-
api/Access.Form.CommandEnabled(even).md | 12 +--
api/Access.Form.CommandEnabled(property).md | 8 +-
api/Access.Form.CommandExecute(even).md | 12 +--
api/Access.Form.CommandExecute(property).md | 8 +-
api/Access.Form.ControlBox.md | 8 +-
api/Access.Form.Controls.md | 8 +-
api/Access.Form.Count.md | 8 +-
api/Access.Form.Current.md | 8 +-
api/Access.Form.CurrentRecord.md | 8 +-
api/Access.Form.CurrentSectionLeft.md | 8 +-
api/Access.Form.CurrentSectionTop.md | 8 +-
api/Access.Form.CurrentView.md | 8 +-
api/Access.Form.Cycle.md | 8 +-
api/Access.Form.DataChange(even).md | 12 +--
api/Access.Form.DataChange(property).md | 8 +-
api/Access.Form.DataEntry.md | 8 +-
api/Access.Form.DataSetChange(even).md | 10 +-
api/Access.Form.DataSetChange(property).md | 8 +-
...Access.Form.DatasheetAlternateBackColor.md | 8 +-
api/Access.Form.DatasheetBackColor.md | 8 +-
api/Access.Form.DatasheetBorderLineStyle.md | 8 +-
api/Access.Form.DatasheetCellsEffect.md | 8 +-
...orm.DatasheetColumnHeaderUnderlineStyle.md | 8 +-
api/Access.Form.DatasheetFontHeight.md | 8 +-
api/Access.Form.DatasheetFontItalic.md | 8 +-
api/Access.Form.DatasheetFontName.md | 8 +-
api/Access.Form.DatasheetFontUnderline.md | 8 +-
api/Access.Form.DatasheetFontWeight.md | 8 +-
api/Access.Form.DatasheetForeColor.md | 8 +-
api/Access.Form.DatasheetGridlinesBehavior.md | 8 +-
api/Access.Form.DatasheetGridlinesColor.md | 8 +-
api/Access.Form.DblClick.md | 10 +-
api/Access.Form.Deactivate.md | 10 +-
api/Access.Form.DefaultControl.md | 10 +-
api/Access.Form.DefaultView.md | 8 +-
api/Access.Form.Delete.md | 10 +-
api/Access.Form.Dirty(even).md | 10 +-
api/Access.Form.Dirty(property).md | 8 +-
api/Access.Form.DisplayOnSharePointSite.md | 8 +-
api/Access.Form.DividingLines.md | 8 +-
api/Access.Form.Error.md | 10 +-
api/Access.Form.FastLaserPrinting.md | 8 +-
api/Access.Form.FetchDefaults.md | 8 +-
api/Access.Form.Filter(even).md | 10 +-
api/Access.Form.Filter(property).md | 8 +-
api/Access.Form.FilterOn.md | 8 +-
api/Access.Form.FilterOnLoad.md | 8 +-
api/Access.Form.FitToScreen.md | 8 +-
api/Access.Form.Form.md | 8 +-
api/Access.Form.FrozenColumns.md | 8 +-
api/Access.Form.GoToPage.md | 10 +-
api/Access.Form.GotFocus.md | 8 +-
api/Access.Form.GridX.md | 8 +-
api/Access.Form.GridY.md | 8 +-
api/Access.Form.HasModule.md | 8 +-
api/Access.Form.HelpContextId.md | 8 +-
api/Access.Form.HelpFile.md | 8 +-
...s.Form.HorizontalDatasheetGridlineStyle.md | 8 +-
api/Access.Form.Hwnd.md | 8 +-
api/Access.Form.InputParameters.md | 8 +-
api/Access.Form.InsideHeight.md | 8 +-
api/Access.Form.InsideWidth.md | 8 +-
api/Access.Form.KeyDown.md | 10 +-
api/Access.Form.KeyPress.md | 10 +-
api/Access.Form.KeyPreview.md | 8 +-
api/Access.Form.KeyUp.md | 10 +-
api/Access.Form.LayoutForPrint.md | 8 +-
api/Access.Form.Load.md | 8 +-
api/Access.Form.LostFocus.md | 8 +-
api/Access.Form.MaxRecButton.md | 8 +-
api/Access.Form.MaxRecords.md | 8 +-
api/Access.Form.MenuBar.md | 8 +-
api/Access.Form.MinMaxButtons.md | 8 +-
api/Access.Form.Modal.md | 8 +-
api/Access.Form.Module.md | 8 +-
api/Access.Form.MouseDown.md | 10 +-
api/Access.Form.MouseMove.md | 10 +-
api/Access.Form.MouseUp.md | 10 +-
api/Access.Form.MouseWheel(even).md | 10 +-
api/Access.Form.MouseWheel(property).md | 8 +-
api/Access.Form.Move.md | 10 +-
api/Access.Form.Moveable.md | 8 +-
api/Access.Form.Name.md | 8 +-
api/Access.Form.NavigationButtons.md | 8 +-
api/Access.Form.NavigationCaption.md | 8 +-
api/Access.Form.NewRecord.md | 8 +-
api/Access.Form.OnActivate.md | 10 +-
api/Access.Form.OnApplyFilter.md | 10 +-
api/Access.Form.OnClick.md | 10 +-
api/Access.Form.OnClose.md | 10 +-
api/Access.Form.OnConnect(even).md | 10 +-
api/Access.Form.OnConnect(property).md | 8 +-
api/Access.Form.OnCurrent.md | 10 +-
api/Access.Form.OnDblClick.md | 10 +-
api/Access.Form.OnDeactivate.md | 10 +-
api/Access.Form.OnDelete.md | 10 +-
api/Access.Form.OnDirty.md | 10 +-
api/Access.Form.OnDisconnect(even).md | 10 +-
api/Access.Form.OnDisconnect(property).md | 8 +-
api/Access.Form.OnError.md | 10 +-
api/Access.Form.OnFilter.md | 10 +-
api/Access.Form.OnGotFocus.md | 10 +-
api/Access.Form.OnInsert.md | 10 +-
api/Access.Form.OnKeyDown.md | 10 +-
api/Access.Form.OnKeyPress.md | 10 +-
api/Access.Form.OnKeyUp.md | 10 +-
api/Access.Form.OnLoad.md | 10 +-
api/Access.Form.OnLostFocus.md | 10 +-
api/Access.Form.OnMouseDown.md | 10 +-
api/Access.Form.OnMouseMove.md | 10 +-
api/Access.Form.OnMouseUp.md | 10 +-
api/Access.Form.OnOpen.md | 10 +-
api/Access.Form.OnResize.md | 10 +-
api/Access.Form.OnTimer.md | 10 +-
api/Access.Form.OnUndo.md | 8 +-
api/Access.Form.OnUnload.md | 10 +-
api/Access.Form.Open.md | 10 +-
api/Access.Form.OpenArgs.md | 8 +-
api/Access.Form.OrderBy.md | 8 +-
api/Access.Form.OrderByOn.md | 8 +-
api/Access.Form.OrderByOnLoad.md | 8 +-
api/Access.Form.Orientation.md | 8 +-
api/Access.Form.Page.md | 8 +-
api/Access.Form.Pages.md | 8 +-
api/Access.Form.PaintPalette.md | 8 +-
api/Access.Form.Painting.md | 8 +-
api/Access.Form.PaletteSource.md | 8 +-
api/Access.Form.Parent.md | 8 +-
api/Access.Form.Picture.md | 8 +-
api/Access.Form.PictureAlignment.md | 8 +-
api/Access.Form.PictureData.md | 8 +-
api/Access.Form.PicturePalette.md | 8 +-
api/Access.Form.PictureSizeMode.md | 8 +-
api/Access.Form.PictureTiling.md | 8 +-
api/Access.Form.PictureType.md | 8 +-
api/Access.Form.PivotTable.md | 8 +-
api/Access.Form.PivotTableChange(even).md | 10 +-
api/Access.Form.PivotTableChange(property).md | 8 +-
api/Access.Form.PopUp.md | 8 +-
api/Access.Form.Printer.md | 8 +-
api/Access.Form.Properties.md | 8 +-
api/Access.Form.PrtDevMode.md | 8 +-
api/Access.Form.PrtDevNames.md | 8 +-
api/Access.Form.PrtMip.md | 8 +-
api/Access.Form.Query(even).md | 8 +-
api/Access.Form.Query(property).md | 8 +-
api/Access.Form.Recalc.md | 10 +-
api/Access.Form.RecordLocks.md | 8 +-
api/Access.Form.RecordSelectors.md | 8 +-
api/Access.Form.RecordSource.md | 8 +-
api/Access.Form.RecordSourceQualifier.md | 8 +-
api/Access.Form.Recordset.md | 8 +-
api/Access.Form.RecordsetClone.md | 8 +-
api/Access.Form.Refresh.md | 10 +-
api/Access.Form.Repaint.md | 10 +-
api/Access.Form.Requery.md | 8 +-
api/Access.Form.Resize.md | 8 +-
api/Access.Form.ResyncCommand.md | 8 +-
api/Access.Form.RibbonName.md | 8 +-
api/Access.Form.RowHeight.md | 8 +-
api/Access.Form.ScrollBars.md | 8 +-
api/Access.Form.Section.md | 10 +-
api/Access.Form.SelHeight.md | 8 +-
api/Access.Form.SelLeft.md | 8 +-
api/Access.Form.SelTop.md | 8 +-
api/Access.Form.SelWidth.md | 8 +-
api/Access.Form.SelectionChange(even).md | 10 +-
api/Access.Form.SelectionChange(property).md | 8 +-
api/Access.Form.ServerFilter.md | 8 +-
api/Access.Form.ServerFilterByForm.md | 8 +-
api/Access.Form.SetFocus.md | 8 +-
api/Access.Form.ShortcutMenu.md | 8 +-
api/Access.Form.ShortcutMenuBar.md | 8 +-
api/Access.Form.SplitFormDatasheet.md | 8 +-
api/Access.Form.SplitFormOrientation.md | 8 +-
api/Access.Form.SplitFormPrinting.md | 8 +-
api/Access.Form.SplitFormSize.md | 8 +-
api/Access.Form.SplitFormSplitterBar.md | 8 +-
api/Access.Form.SplitFormSplitterBarSave.md | 8 +-
api/Access.Form.SubdatasheetExpanded.md | 8 +-
api/Access.Form.SubdatasheetHeight.md | 8 +-
api/Access.Form.Tag.md | 8 +-
api/Access.Form.Timer.md | 8 +-
api/Access.Form.TimerInterval.md | 8 +-
api/Access.Form.Toolbar.md | 8 +-
api/Access.Form.Undo(even).md | 10 +-
api/Access.Form.Undo(method).md | 8 +-
api/Access.Form.UniqueTable.md | 8 +-
api/Access.Form.Unload.md | 10 +-
api/Access.Form.UseDefaultPrinter.md | 8 +-
...ess.Form.VerticalDatasheetGridlineStyle.md | 8 +-
api/Access.Form.ViewChange(even).md | 10 +-
api/Access.Form.ViewChange(property).md | 8 +-
api/Access.Form.ViewsAllowed.md | 8 +-
api/Access.Form.Visible.md | 8 +-
api/Access.Form.Width.md | 8 +-
api/Access.Form.WindowHeight.md | 8 +-
api/Access.Form.WindowLeft.md | 8 +-
api/Access.Form.WindowTop.md | 8 +-
api/Access.Form.WindowWidth.md | 8 +-
api/Access.Form.md | 4 +-
api/Access.FormatCondition.BackColor.md | 8 +-
api/Access.FormatCondition.Delete.md | 10 +-
api/Access.FormatCondition.Enabled.md | 8 +-
api/Access.FormatCondition.Expression1.md | 8 +-
api/Access.FormatCondition.Expression2.md | 8 +-
api/Access.FormatCondition.FontBold.md | 8 +-
api/Access.FormatCondition.FontItalic.md | 8 +-
api/Access.FormatCondition.FontUnderline.md | 8 +-
api/Access.FormatCondition.ForeColor.md | 8 +-
api/Access.FormatCondition.LongestBarLimit.md | 8 +-
api/Access.FormatCondition.LongestBarValue.md | 8 +-
api/Access.FormatCondition.Modify.md | 12 +--
api/Access.FormatCondition.Operator.md | 8 +-
...Access.FormatCondition.ShortestBarLimit.md | 8 +-
...Access.FormatCondition.ShortestBarValue.md | 8 +-
api/Access.FormatCondition.ShowBarOnly.md | 8 +-
api/Access.FormatCondition.Type.md | 8 +-
api/Access.FormatCondition.md | 4 +-
api/Access.FormatConditions.Add.md | 12 +--
api/Access.FormatConditions.Application.md | 8 +-
api/Access.FormatConditions.Count.md | 8 +-
api/Access.FormatConditions.Delete.md | 8 +-
api/Access.FormatConditions.Item.md | 12 +--
api/Access.FormatConditions.Parent.md | 8 +-
api/Access.FormatConditions.md | 4 +-
api/Access.Forms.Application.md | 8 +-
api/Access.Forms.Count.md | 8 +-
api/Access.Forms.Item.md | 12 +--
api/Access.Forms.Parent.md | 8 +-
api/Access.Forms.md | 4 +-
api/Access.GroupLevel.Application.md | 8 +-
api/Access.GroupLevel.ControlSource.md | 8 +-
api/Access.GroupLevel.GroupFooter.md | 8 +-
api/Access.GroupLevel.GroupHeader.md | 8 +-
api/Access.GroupLevel.GroupInterval.md | 8 +-
api/Access.GroupLevel.GroupOn.md | 8 +-
api/Access.GroupLevel.KeepTogether.md | 8 +-
api/Access.GroupLevel.Parent.md | 8 +-
api/Access.GroupLevel.Properties.md | 8 +-
api/Access.GroupLevel.SortOrder.md | 8 +-
api/Access.GroupLevel.md | 4 +-
api/Access.Hyperlink.AddToFavorites.md | 10 +-
api/Access.Hyperlink.Address.md | 8 +-
api/Access.Hyperlink.CreateNewDocument.md | 12 +--
api/Access.Hyperlink.EmailSubject.md | 8 +-
api/Access.Hyperlink.Follow.md | 10 +-
api/Access.Hyperlink.ScreenTip.md | 8 +-
api/Access.Hyperlink.SubAddress.md | 8 +-
api/Access.Hyperlink.TextToDisplay.md | 8 +-
api/Access.Hyperlink.md | 4 +-
api/Access.Image.Application.md | 8 +-
api/Access.Image.BackColor.md | 8 +-
api/Access.Image.BackShade.md | 8 +-
api/Access.Image.BackStyle.md | 8 +-
api/Access.Image.BackThemeColorIndex.md | 8 +-
api/Access.Image.BackTint.md | 8 +-
api/Access.Image.BorderColor.md | 8 +-
api/Access.Image.BorderShade.md | 8 +-
api/Access.Image.BorderStyle.md | 8 +-
api/Access.Image.BorderThemeColorIndex.md | 8 +-
api/Access.Image.BorderTint.md | 8 +-
api/Access.Image.BorderWidth.md | 8 +-
api/Access.Image.BottomPadding.md | 8 +-
api/Access.Image.Click.md | 8 +-
api/Access.Image.ControlTipText.md | 8 +-
api/Access.Image.ControlType.md | 8 +-
api/Access.Image.Controls.md | 8 +-
api/Access.Image.DblClick.md | 10 +-
api/Access.Image.DisplayWhen.md | 8 +-
api/Access.Image.EventProcPrefix.md | 8 +-
api/Access.Image.GridlineColor.md | 8 +-
api/Access.Image.GridlineShade.md | 8 +-
api/Access.Image.GridlineStyleBottom.md | 8 +-
api/Access.Image.GridlineStyleLeft.md | 8 +-
api/Access.Image.GridlineStyleRight.md | 8 +-
api/Access.Image.GridlineStyleTop.md | 8 +-
api/Access.Image.GridlineThemeColorIndex.md | 8 +-
api/Access.Image.GridlineTint.md | 8 +-
api/Access.Image.GridlineWidthBottom.md | 8 +-
api/Access.Image.GridlineWidthLeft.md | 8 +-
api/Access.Image.GridlineWidthRight.md | 8 +-
api/Access.Image.GridlineWidthTop.md | 8 +-
api/Access.Image.Height.md | 10 +-
api/Access.Image.HelpContextId.md | 8 +-
api/Access.Image.HorizontalAnchor.md | 8 +-
api/Access.Image.Hyperlink.md | 8 +-
api/Access.Image.HyperlinkAddress.md | 8 +-
api/Access.Image.HyperlinkSubAddress.md | 8 +-
api/Access.Image.ImageHeight.md | 8 +-
api/Access.Image.ImageWidth.md | 8 +-
api/Access.Image.InSelection.md | 8 +-
api/Access.Image.IsVisible.md | 8 +-
api/Access.Image.Layout.md | 8 +-
api/Access.Image.LayoutID.md | 8 +-
api/Access.Image.Left.md | 8 +-
api/Access.Image.LeftPadding.md | 8 +-
api/Access.Image.MouseDown.md | 10 +-
api/Access.Image.MouseMove.md | 10 +-
api/Access.Image.MouseUp.md | 10 +-
api/Access.Image.Move.md | 10 +-
api/Access.Image.Name.md | 8 +-
api/Access.Image.ObjectPalette.md | 8 +-
api/Access.Image.OldBorderStyle.md | 8 +-
api/Access.Image.OldValue.md | 8 +-
api/Access.Image.OnClick.md | 10 +-
api/Access.Image.OnDblClick.md | 10 +-
api/Access.Image.OnMouseDown.md | 10 +-
api/Access.Image.OnMouseMove.md | 10 +-
api/Access.Image.OnMouseUp.md | 10 +-
api/Access.Image.Parent.md | 8 +-
api/Access.Image.Picture.md | 8 +-
api/Access.Image.PictureAlignment.md | 8 +-
api/Access.Image.PictureData.md | 8 +-
api/Access.Image.PictureTiling.md | 8 +-
api/Access.Image.PictureType.md | 8 +-
api/Access.Image.Properties.md | 8 +-
api/Access.Image.Requery.md | 8 +-
api/Access.Image.RightPadding.md | 8 +-
api/Access.Image.Section.md | 8 +-
api/Access.Image.SetFocus.md | 10 +-
api/Access.Image.ShortcutMenuBar.md | 8 +-
api/Access.Image.SizeMode.md | 8 +-
api/Access.Image.SizeToFit.md | 8 +-
api/Access.Image.SpecialEffect.md | 8 +-
api/Access.Image.Tag.md | 8 +-
api/Access.Image.Top.md | 8 +-
api/Access.Image.TopPadding.md | 8 +-
api/Access.Image.VerticalAnchor.md | 8 +-
api/Access.Image.Visible.md | 8 +-
api/Access.Image.Width.md | 8 +-
api/Access.Image.md | 4 +-
...s.ImportExportSpecification.Application.md | 8 +-
...Access.ImportExportSpecification.Delete.md | 8 +-
...s.ImportExportSpecification.Description.md | 8 +-
...ccess.ImportExportSpecification.Execute.md | 10 +-
api/Access.ImportExportSpecification.Name.md | 8 +-
...Access.ImportExportSpecification.Parent.md | 8 +-
api/Access.ImportExportSpecification.XML.md | 8 +-
api/Access.ImportExportSpecification.md | 4 +-
api/Access.ImportExportSpecifications.Add.md | 12 +--
....ImportExportSpecifications.Application.md | 8 +-
...Access.ImportExportSpecifications.Count.md | 8 +-
api/Access.ImportExportSpecifications.Item.md | 12 +--
...ccess.ImportExportSpecifications.Parent.md | 8 +-
api/Access.ImportExportSpecifications.md | 4 +-
api/Access.Label.Application.md | 8 +-
api/Access.Label.BackColor.md | 8 +-
api/Access.Label.BackShade.md | 8 +-
api/Access.Label.BackStyle.md | 8 +-
api/Access.Label.BackThemeColorIndex.md | 8 +-
api/Access.Label.BackTint.md | 8 +-
api/Access.Label.BorderColor.md | 8 +-
api/Access.Label.BorderShade.md | 8 +-
api/Access.Label.BorderStyle.md | 8 +-
api/Access.Label.BorderThemeColorIndex.md | 8 +-
api/Access.Label.BorderTint.md | 8 +-
api/Access.Label.BorderWidth.md | 8 +-
api/Access.Label.BottomMargin.md | 8 +-
api/Access.Label.BottomPadding.md | 8 +-
api/Access.Label.Caption.md | 8 +-
api/Access.Label.Click.md | 8 +-
api/Access.Label.ControlTipText.md | 8 +-
api/Access.Label.ControlType.md | 8 +-
api/Access.Label.DblClick.md | 10 +-
api/Access.Label.DisplayWhen.md | 8 +-
api/Access.Label.EventProcPrefix.md | 8 +-
api/Access.Label.FontBold.md | 8 +-
api/Access.Label.FontItalic.md | 8 +-
api/Access.Label.FontName.md | 8 +-
api/Access.Label.FontSize.md | 8 +-
api/Access.Label.FontUnderline.md | 8 +-
api/Access.Label.FontWeight.md | 8 +-
api/Access.Label.ForeColor.md | 8 +-
api/Access.Label.ForeShade.md | 8 +-
api/Access.Label.ForeThemeColorIndex.md | 8 +-
api/Access.Label.ForeTint.md | 8 +-
api/Access.Label.GridlineColor.md | 8 +-
api/Access.Label.GridlineShade.md | 8 +-
api/Access.Label.GridlineStyleBottom.md | 8 +-
api/Access.Label.GridlineStyleLeft.md | 8 +-
api/Access.Label.GridlineStyleRight.md | 8 +-
api/Access.Label.GridlineStyleTop.md | 8 +-
api/Access.Label.GridlineThemeColorIndex.md | 8 +-
api/Access.Label.GridlineTint.md | 8 +-
api/Access.Label.GridlineWidthBottom.md | 8 +-
api/Access.Label.GridlineWidthLeft.md | 8 +-
api/Access.Label.GridlineWidthRight.md | 8 +-
api/Access.Label.GridlineWidthTop.md | 8 +-
api/Access.Label.Height.md | 8 +-
api/Access.Label.HelpContextId.md | 8 +-
api/Access.Label.HorizontalAnchor.md | 8 +-
api/Access.Label.Hyperlink.md | 8 +-
api/Access.Label.HyperlinkAddress.md | 8 +-
api/Access.Label.HyperlinkSubAddress.md | 8 +-
api/Access.Label.InSelection.md | 8 +-
api/Access.Label.IsVisible.md | 8 +-
api/Access.Label.Layout.md | 8 +-
api/Access.Label.LayoutID.md | 8 +-
api/Access.Label.Left.md | 8 +-
api/Access.Label.LeftMargin.md | 8 +-
api/Access.Label.LeftPadding.md | 8 +-
api/Access.Label.LineSpacing.md | 8 +-
api/Access.Label.MouseDown.md | 10 +-
api/Access.Label.MouseMove.md | 10 +-
api/Access.Label.MouseUp.md | 10 +-
api/Access.Label.Move.md | 10 +-
api/Access.Label.Name.md | 8 +-
api/Access.Label.NumeralShapes.md | 8 +-
api/Access.Label.OldBorderStyle.md | 8 +-
api/Access.Label.OnClick.md | 10 +-
api/Access.Label.OnDblClick.md | 10 +-
api/Access.Label.OnMouseDown.md | 10 +-
api/Access.Label.OnMouseMove.md | 10 +-
api/Access.Label.OnMouseUp.md | 10 +-
api/Access.Label.Parent.md | 8 +-
api/Access.Label.Properties.md | 8 +-
api/Access.Label.ReadingOrder.md | 8 +-
api/Access.Label.RightMargin.md | 8 +-
api/Access.Label.RightPadding.md | 8 +-
api/Access.Label.Section.md | 8 +-
api/Access.Label.ShortcutMenuBar.md | 8 +-
api/Access.Label.SizeToFit.md | 8 +-
api/Access.Label.SmartTags.md | 8 +-
api/Access.Label.SpecialEffect.md | 8 +-
api/Access.Label.Tag.md | 8 +-
api/Access.Label.TextAlign.md | 8 +-
api/Access.Label.ThemeFontIndex.md | 8 +-
api/Access.Label.Top.md | 8 +-
api/Access.Label.TopMargin.md | 8 +-
api/Access.Label.TopPadding.md | 8 +-
api/Access.Label.Vertical.md | 8 +-
api/Access.Label.VerticalAnchor.md | 8 +-
api/Access.Label.Visible.md | 8 +-
api/Access.Label.Width.md | 8 +-
api/Access.Label.md | 4 +-
api/Access.Line.Application.md | 8 +-
api/Access.Line.BorderColor.md | 8 +-
api/Access.Line.BorderShade.md | 8 +-
api/Access.Line.BorderStyle.md | 8 +-
api/Access.Line.BorderThemeColorIndex.md | 8 +-
api/Access.Line.BorderTint.md | 8 +-
api/Access.Line.BorderWidth.md | 8 +-
api/Access.Line.ControlType.md | 8 +-
api/Access.Line.DisplayWhen.md | 8 +-
api/Access.Line.EventProcPrefix.md | 8 +-
api/Access.Line.Height.md | 8 +-
api/Access.Line.HorizontalAnchor.md | 8 +-
api/Access.Line.InSelection.md | 8 +-
api/Access.Line.IsVisible.md | 8 +-
api/Access.Line.Left.md | 8 +-
api/Access.Line.LineSlant.md | 8 +-
api/Access.Line.Move.md | 10 +-
api/Access.Line.Name.md | 8 +-
api/Access.Line.OldBorderStyle.md | 8 +-
api/Access.Line.Parent.md | 8 +-
api/Access.Line.Properties.md | 8 +-
api/Access.Line.Section.md | 8 +-
api/Access.Line.SizeToFit.md | 8 +-
api/Access.Line.SpecialEffect.md | 8 +-
api/Access.Line.Tag.md | 8 +-
api/Access.Line.Top.md | 8 +-
api/Access.Line.VerticalAnchor.md | 8 +-
api/Access.Line.Visible.md | 8 +-
api/Access.Line.Width.md | 8 +-
api/Access.Line.md | 4 +-
api/Access.ListBox.AddColon.md | 8 +-
api/Access.ListBox.AddItem.md | 10 +-
api/Access.ListBox.AfterUpdate(even).md | 8 +-
api/Access.ListBox.AfterUpdate(property).md | 8 +-
api/Access.ListBox.AllowValueListEdits.md | 8 +-
api/Access.ListBox.Application.md | 8 +-
api/Access.ListBox.AutoLabel.md | 8 +-
api/Access.ListBox.BackColor.md | 8 +-
api/Access.ListBox.BackShade.md | 8 +-
api/Access.ListBox.BackThemeColorIndex.md | 8 +-
api/Access.ListBox.BackTint.md | 8 +-
api/Access.ListBox.BeforeUpdate(even).md | 10 +-
api/Access.ListBox.BeforeUpdate(property).md | 8 +-
api/Access.ListBox.BorderColor.md | 8 +-
api/Access.ListBox.BorderShade.md | 8 +-
api/Access.ListBox.BorderStyle.md | 8 +-
api/Access.ListBox.BorderThemeColorIndex.md | 8 +-
api/Access.ListBox.BorderTint.md | 8 +-
api/Access.ListBox.BorderWidth.md | 8 +-
api/Access.ListBox.BottomPadding.md | 8 +-
api/Access.ListBox.BoundColumn.md | 8 +-
api/Access.ListBox.Click.md | 8 +-
api/Access.ListBox.Column.md | 10 +-
api/Access.ListBox.ColumnCount.md | 8 +-
api/Access.ListBox.ColumnHeads.md | 8 +-
api/Access.ListBox.ColumnHidden.md | 8 +-
api/Access.ListBox.ColumnOrder.md | 8 +-
api/Access.ListBox.ColumnWidth.md | 8 +-
api/Access.ListBox.ColumnWidths.md | 8 +-
api/Access.ListBox.ControlSource.md | 8 +-
api/Access.ListBox.ControlTipText.md | 8 +-
api/Access.ListBox.ControlType.md | 8 +-
api/Access.ListBox.Controls.md | 8 +-
api/Access.ListBox.DblClick.md | 10 +-
api/Access.ListBox.DefaultValue.md | 8 +-
api/Access.ListBox.DisplayWhen.md | 8 +-
api/Access.ListBox.Enabled.md | 8 +-
api/Access.ListBox.Enter.md | 8 +-
api/Access.ListBox.EventProcPrefix.md | 8 +-
api/Access.ListBox.Exit.md | 10 +-
api/Access.ListBox.FontBold.md | 8 +-
api/Access.ListBox.FontItalic.md | 8 +-
api/Access.ListBox.FontName.md | 8 +-
api/Access.ListBox.FontSize.md | 8 +-
api/Access.ListBox.FontUnderline.md | 8 +-
api/Access.ListBox.FontWeight.md | 8 +-
api/Access.ListBox.ForeColor.md | 8 +-
api/Access.ListBox.ForeShade.md | 8 +-
api/Access.ListBox.ForeThemeColorIndex.md | 8 +-
api/Access.ListBox.ForeTint.md | 8 +-
api/Access.ListBox.GotFocus.md | 8 +-
api/Access.ListBox.GridlineColor.md | 8 +-
api/Access.ListBox.GridlineShade.md | 8 +-
api/Access.ListBox.GridlineStyleBottom.md | 8 +-
api/Access.ListBox.GridlineStyleLeft.md | 8 +-
api/Access.ListBox.GridlineStyleRight.md | 8 +-
api/Access.ListBox.GridlineStyleTop.md | 8 +-
api/Access.ListBox.GridlineThemeColorIndex.md | 8 +-
api/Access.ListBox.GridlineTint.md | 8 +-
api/Access.ListBox.GridlineWidthBottom.md | 8 +-
api/Access.ListBox.GridlineWidthLeft.md | 8 +-
api/Access.ListBox.GridlineWidthRight.md | 8 +-
api/Access.ListBox.GridlineWidthTop.md | 8 +-
api/Access.ListBox.Height.md | 8 +-
api/Access.ListBox.HelpContextId.md | 8 +-
api/Access.ListBox.HideDuplicates.md | 8 +-
api/Access.ListBox.HorizontalAnchor.md | 8 +-
api/Access.ListBox.Hyperlink.md | 8 +-
api/Access.ListBox.IMEHold.md | 8 +-
api/Access.ListBox.IMEMode.md | 8 +-
api/Access.ListBox.IMESentenceMode.md | 10 +-
api/Access.ListBox.InSelection.md | 8 +-
api/Access.ListBox.InheritValueList.md | 8 +-
api/Access.ListBox.IsVisible.md | 8 +-
api/Access.ListBox.ItemData.md | 10 +-
api/Access.ListBox.ItemsSelected.md | 8 +-
api/Access.ListBox.KeyDown.md | 10 +-
api/Access.ListBox.KeyPress.md | 10 +-
api/Access.ListBox.KeyUp.md | 10 +-
api/Access.ListBox.LabelAlign.md | 8 +-
api/Access.ListBox.LabelX.md | 8 +-
api/Access.ListBox.LabelY.md | 8 +-
api/Access.ListBox.Layout.md | 8 +-
api/Access.ListBox.LayoutID.md | 8 +-
api/Access.ListBox.Left.md | 8 +-
api/Access.ListBox.LeftPadding.md | 8 +-
api/Access.ListBox.ListCount.md | 8 +-
api/Access.ListBox.ListIndex.md | 8 +-
api/Access.ListBox.ListItemsEditForm.md | 8 +-
api/Access.ListBox.Locked.md | 8 +-
api/Access.ListBox.LostFocus.md | 8 +-
api/Access.ListBox.MouseDown.md | 10 +-
api/Access.ListBox.MouseMove.md | 10 +-
api/Access.ListBox.MouseUp.md | 10 +-
api/Access.ListBox.Move.md | 10 +-
api/Access.ListBox.MultiSelect.md | 8 +-
api/Access.ListBox.Name.md | 8 +-
api/Access.ListBox.NumeralShapes.md | 8 +-
api/Access.ListBox.OldBorderStyle.md | 8 +-
api/Access.ListBox.OldValue.md | 8 +-
api/Access.ListBox.OnClick.md | 10 +-
api/Access.ListBox.OnDblClick.md | 10 +-
api/Access.ListBox.OnEnter.md | 10 +-
api/Access.ListBox.OnExit.md | 10 +-
api/Access.ListBox.OnGotFocus.md | 10 +-
api/Access.ListBox.OnKeyDown.md | 10 +-
api/Access.ListBox.OnKeyPress.md | 10 +-
api/Access.ListBox.OnKeyUp.md | 10 +-
api/Access.ListBox.OnLostFocus.md | 10 +-
api/Access.ListBox.OnMouseDown.md | 10 +-
api/Access.ListBox.OnMouseMove.md | 10 +-
api/Access.ListBox.OnMouseUp.md | 10 +-
api/Access.ListBox.Parent.md | 8 +-
api/Access.ListBox.Properties.md | 8 +-
api/Access.ListBox.ReadingOrder.md | 8 +-
api/Access.ListBox.Recordset.md | 8 +-
api/Access.ListBox.RemoveItem.md | 10 +-
api/Access.ListBox.Requery.md | 8 +-
api/Access.ListBox.RightPadding.md | 8 +-
api/Access.ListBox.RowSource.md | 8 +-
api/Access.ListBox.RowSourceType.md | 8 +-
api/Access.ListBox.ScrollBarAlign.md | 8 +-
api/Access.ListBox.Section.md | 8 +-
api/Access.ListBox.Selected.md | 10 +-
api/Access.ListBox.SetFocus.md | 10 +-
api/Access.ListBox.ShortcutMenuBar.md | 8 +-
api/Access.ListBox.ShowOnlyRowSourceValues.md | 8 +-
api/Access.ListBox.SizeToFit.md | 8 +-
api/Access.ListBox.SmartTags.md | 8 +-
api/Access.ListBox.SpecialEffect.md | 8 +-
api/Access.ListBox.StatusBarText.md | 8 +-
api/Access.ListBox.TabIndex.md | 8 +-
api/Access.ListBox.TabStop.md | 8 +-
api/Access.ListBox.Tag.md | 8 +-
api/Access.ListBox.ThemeFontIndex.md | 8 +-
api/Access.ListBox.Top.md | 8 +-
api/Access.ListBox.TopPadding.md | 8 +-
api/Access.ListBox.Undo.md | 8 +-
api/Access.ListBox.ValidationRule.md | 8 +-
api/Access.ListBox.ValidationText.md | 8 +-
api/Access.ListBox.Value.md | 8 +-
api/Access.ListBox.VerticalAnchor.md | 8 +-
api/Access.ListBox.Visible.md | 8 +-
api/Access.ListBox.Width.md | 8 +-
api/Access.ListBox.md | 4 +-
api/Access.MacroError.Arguments.md | 8 +-
api/Access.MacroError.Condition.md | 8 +-
api/Access.MacroError.Description.md | 8 +-
api/Access.MacroError.MacroName.md | 8 +-
api/Access.MacroError.Number.md | 8 +-
api/Access.MacroError.md | 4 +-
api/Access.Module.AddFromFile.md | 10 +-
api/Access.Module.AddFromString.md | 12 +--
api/Access.Module.Application.md | 8 +-
api/Access.Module.CountOfDeclarationLines.md | 8 +-
api/Access.Module.CountOfLines.md | 8 +-
api/Access.Module.CreateEventProc.md | 12 +--
api/Access.Module.DeleteLines.md | 12 +--
api/Access.Module.Find.md | 12 +--
api/Access.Module.InsertLines.md | 12 +--
api/Access.Module.InsertText.md | 12 +--
api/Access.Module.Lines.md | 10 +-
api/Access.Module.Name.md | 8 +-
api/Access.Module.Parent.md | 8 +-
api/Access.Module.ProcBodyLine.md | 10 +-
api/Access.Module.ProcCountLines.md | 10 +-
api/Access.Module.ProcOfLine.md | 10 +-
api/Access.Module.ProcStartLine.md | 10 +-
api/Access.Module.ReplaceLine.md | 12 +--
api/Access.Module.Type.md | 8 +-
api/Access.Module.md | 4 +-
api/Access.Modules.Application.md | 8 +-
api/Access.Modules.Count.md | 8 +-
api/Access.Modules.Item.md | 12 +--
api/Access.Modules.Parent.md | 8 +-
api/Access.Modules.md | 4 +-
api/Access.NavigationButton.AddColon.md | 8 +-
api/Access.NavigationButton.Alignment.md | 8 +-
api/Access.NavigationButton.Application.md | 8 +-
api/Access.NavigationButton.AutoLabel.md | 8 +-
api/Access.NavigationButton.AutoRepeat.md | 8 +-
api/Access.NavigationButton.BackColor.md | 8 +-
api/Access.NavigationButton.BackShade.md | 8 +-
api/Access.NavigationButton.BackStyle.md | 8 +-
...ss.NavigationButton.BackThemeColorIndex.md | 8 +-
api/Access.NavigationButton.BackTint.md | 8 +-
api/Access.NavigationButton.Bevel.md | 8 +-
api/Access.NavigationButton.BorderColor.md | 8 +-
api/Access.NavigationButton.BorderShade.md | 8 +-
api/Access.NavigationButton.BorderStyle.md | 8 +-
....NavigationButton.BorderThemeColorIndex.md | 8 +-
api/Access.NavigationButton.BorderTint.md | 8 +-
api/Access.NavigationButton.BorderWidth.md | 8 +-
api/Access.NavigationButton.BottomPadding.md | 8 +-
api/Access.NavigationButton.Caption.md | 8 +-
api/Access.NavigationButton.Click.md | 10 +-
api/Access.NavigationButton.ControlTipText.md | 8 +-
api/Access.NavigationButton.ControlType.md | 8 +-
api/Access.NavigationButton.Controls.md | 8 +-
api/Access.NavigationButton.CursorOnHover.md | 8 +-
api/Access.NavigationButton.DblClick.md | 12 +--
api/Access.NavigationButton.DisplayWhen.md | 8 +-
api/Access.NavigationButton.Enabled.md | 8 +-
api/Access.NavigationButton.Enter.md | 10 +-
...Access.NavigationButton.EventProcPrefix.md | 8 +-
api/Access.NavigationButton.Exit.md | 12 +--
api/Access.NavigationButton.FontBold.md | 8 +-
api/Access.NavigationButton.FontItalic.md | 8 +-
api/Access.NavigationButton.FontName.md | 8 +-
api/Access.NavigationButton.FontSize.md | 8 +-
api/Access.NavigationButton.FontUnderline.md | 8 +-
api/Access.NavigationButton.FontWeight.md | 8 +-
api/Access.NavigationButton.ForeColor.md | 8 +-
api/Access.NavigationButton.ForeShade.md | 8 +-
...ss.NavigationButton.ForeThemeColorIndex.md | 8 +-
api/Access.NavigationButton.ForeTint.md | 8 +-
api/Access.NavigationButton.Glow.md | 8 +-
api/Access.NavigationButton.GotFocus.md | 10 +-
api/Access.NavigationButton.Gradient.md | 8 +-
api/Access.NavigationButton.GridlineColor.md | 8 +-
api/Access.NavigationButton.GridlineShade.md | 8 +-
...ss.NavigationButton.GridlineStyleBottom.md | 8 +-
...cess.NavigationButton.GridlineStyleLeft.md | 8 +-
...ess.NavigationButton.GridlineStyleRight.md | 8 +-
...ccess.NavigationButton.GridlineStyleTop.md | 8 +-
...avigationButton.GridlineThemeColorIndex.md | 8 +-
api/Access.NavigationButton.GridlineTint.md | 8 +-
...ss.NavigationButton.GridlineWidthBottom.md | 8 +-
...cess.NavigationButton.GridlineWidthLeft.md | 8 +-
...ess.NavigationButton.GridlineWidthRight.md | 8 +-
...ccess.NavigationButton.GridlineWidthTop.md | 8 +-
api/Access.NavigationButton.Height.md | 8 +-
api/Access.NavigationButton.HelpContextId.md | 8 +-
...ccess.NavigationButton.HorizontalAnchor.md | 8 +-
api/Access.NavigationButton.HoverColor.md | 8 +-
api/Access.NavigationButton.HoverForeColor.md | 8 +-
api/Access.NavigationButton.HoverForeShade.md | 8 +-
...vigationButton.HoverForeThemeColorIndex.md | 8 +-
api/Access.NavigationButton.HoverForeTint.md | 8 +-
api/Access.NavigationButton.HoverShade.md | 8 +-
...s.NavigationButton.HoverThemeColorIndex.md | 8 +-
api/Access.NavigationButton.HoverTint.md | 8 +-
api/Access.NavigationButton.Hyperlink.md | 8 +-
...ccess.NavigationButton.HyperlinkAddress.md | 8 +-
...ss.NavigationButton.HyperlinkSubAddress.md | 8 +-
api/Access.NavigationButton.InSelection.md | 8 +-
api/Access.NavigationButton.IsVisible.md | 8 +-
api/Access.NavigationButton.KeyDown.md | 12 +--
api/Access.NavigationButton.KeyPress.md | 12 +--
api/Access.NavigationButton.KeyUp.md | 12 +--
api/Access.NavigationButton.LabelAlign.md | 8 +-
api/Access.NavigationButton.LabelX.md | 8 +-
api/Access.NavigationButton.LabelY.md | 8 +-
api/Access.NavigationButton.Layout.md | 8 +-
api/Access.NavigationButton.LayoutID.md | 8 +-
api/Access.NavigationButton.Left.md | 8 +-
api/Access.NavigationButton.LeftPadding.md | 8 +-
api/Access.NavigationButton.LostFocus.md | 10 +-
api/Access.NavigationButton.MouseDown.md | 12 +--
api/Access.NavigationButton.MouseMove.md | 12 +--
api/Access.NavigationButton.MouseUp.md | 12 +--
api/Access.NavigationButton.Move.md | 10 +-
api/Access.NavigationButton.Name.md | 8 +-
...s.NavigationButton.NavigationTargetName.md | 8 +-
....NavigationButton.NavigationWhereClause.md | 8 +-
api/Access.NavigationButton.ObjectPalette.md | 8 +-
api/Access.NavigationButton.OldValue.md | 8 +-
api/Access.NavigationButton.OnClick.md | 10 +-
api/Access.NavigationButton.OnDblClick.md | 10 +-
api/Access.NavigationButton.OnEnter.md | 10 +-
api/Access.NavigationButton.OnExit.md | 10 +-
api/Access.NavigationButton.OnGotFocus.md | 10 +-
api/Access.NavigationButton.OnKeyDown.md | 10 +-
api/Access.NavigationButton.OnKeyPress.md | 10 +-
api/Access.NavigationButton.OnKeyUp.md | 10 +-
api/Access.NavigationButton.OnLostFocus.md | 10 +-
api/Access.NavigationButton.OnMouseDown.md | 10 +-
api/Access.NavigationButton.OnMouseMove.md | 10 +-
api/Access.NavigationButton.OnMouseUp.md | 10 +-
api/Access.NavigationButton.OnPush.md | 10 +-
api/Access.NavigationButton.Parent.md | 8 +-
api/Access.NavigationButton.ParentTab.md | 8 +-
api/Access.NavigationButton.Picture.md | 8 +-
...igationButton.PictureCaptionArrangement.md | 8 +-
api/Access.NavigationButton.PictureData.md | 8 +-
api/Access.NavigationButton.PictureType.md | 8 +-
api/Access.NavigationButton.PressedColor.md | 8 +-
...ccess.NavigationButton.PressedForeColor.md | 8 +-
...ccess.NavigationButton.PressedForeShade.md | 8 +-
...gationButton.PressedForeThemeColorIndex.md | 8 +-
...Access.NavigationButton.PressedForeTint.md | 8 +-
api/Access.NavigationButton.PressedShade.md | 8 +-
...NavigationButton.PressedThemeColorIndex.md | 8 +-
api/Access.NavigationButton.PressedTint.md | 8 +-
api/Access.NavigationButton.Properties.md | 8 +-
api/Access.NavigationButton.QuickStyle.md | 8 +-
api/Access.NavigationButton.ReadingOrder.md | 8 +-
api/Access.NavigationButton.Requery.md | 8 +-
api/Access.NavigationButton.RightPadding.md | 8 +-
api/Access.NavigationButton.Section.md | 8 +-
api/Access.NavigationButton.SetFocus.md | 8 +-
api/Access.NavigationButton.Shadow.md | 8 +-
api/Access.NavigationButton.Shape.md | 8 +-
...Access.NavigationButton.ShortcutMenuBar.md | 8 +-
api/Access.NavigationButton.SizeToFit.md | 8 +-
api/Access.NavigationButton.SoftEdges.md | 8 +-
api/Access.NavigationButton.StatusBarText.md | 8 +-
api/Access.NavigationButton.TabIndex.md | 8 +-
api/Access.NavigationButton.TabStop.md | 8 +-
api/Access.NavigationButton.Tag.md | 8 +-
api/Access.NavigationButton.ThemeFontIndex.md | 8 +-
api/Access.NavigationButton.Top.md | 8 +-
api/Access.NavigationButton.TopPadding.md | 8 +-
api/Access.NavigationButton.Transparent.md | 8 +-
api/Access.NavigationButton.VerticalAnchor.md | 8 +-
api/Access.NavigationButton.Visible.md | 8 +-
api/Access.NavigationButton.Width.md | 8 +-
api/Access.NavigationButton.md | 4 +-
api/Access.NavigationControl.AfterUpdate.md | 8 +-
api/Access.NavigationControl.Application.md | 8 +-
api/Access.NavigationControl.AutoTab.md | 8 +-
api/Access.NavigationControl.BackColor.md | 8 +-
api/Access.NavigationControl.BackShade.md | 8 +-
api/Access.NavigationControl.BackStyle.md | 8 +-
...s.NavigationControl.BackThemeColorIndex.md | 8 +-
api/Access.NavigationControl.BackTint.md | 8 +-
api/Access.NavigationControl.BeforeUpdate.md | 12 +--
api/Access.NavigationControl.BorderColor.md | 8 +-
api/Access.NavigationControl.BorderShade.md | 8 +-
api/Access.NavigationControl.BorderStyle.md | 8 +-
...NavigationControl.BorderThemeColorIndex.md | 8 +-
api/Access.NavigationControl.BorderTint.md | 8 +-
api/Access.NavigationControl.BorderWidth.md | 8 +-
api/Access.NavigationControl.BottomPadding.md | 8 +-
api/Access.NavigationControl.Change.md | 10 +-
api/Access.NavigationControl.Click.md | 10 +-
...Access.NavigationControl.ControlTipText.md | 8 +-
api/Access.NavigationControl.ControlType.md | 8 +-
api/Access.NavigationControl.Controls.md | 8 +-
api/Access.NavigationControl.DblClick.md | 12 +--
api/Access.NavigationControl.Dirty.md | 12 +--
api/Access.NavigationControl.DisplayWhen.md | 8 +-
api/Access.NavigationControl.Enabled.md | 8 +-
api/Access.NavigationControl.Enter.md | 10 +-
...ccess.NavigationControl.EventProcPrefix.md | 8 +-
api/Access.NavigationControl.Exit.md | 12 +--
api/Access.NavigationControl.FilterLookup.md | 8 +-
...cess.NavigationControl.FormatConditions.md | 8 +-
api/Access.NavigationControl.GotFocus.md | 10 +-
api/Access.NavigationControl.GridlineColor.md | 8 +-
api/Access.NavigationControl.GridlineShade.md | 8 +-
...s.NavigationControl.GridlineStyleBottom.md | 8 +-
...ess.NavigationControl.GridlineStyleLeft.md | 8 +-
...ss.NavigationControl.GridlineStyleRight.md | 8 +-
...cess.NavigationControl.GridlineStyleTop.md | 8 +-
...vigationControl.GridlineThemeColorIndex.md | 8 +-
api/Access.NavigationControl.GridlineTint.md | 8 +-
...s.NavigationControl.GridlineWidthBottom.md | 8 +-
...ess.NavigationControl.GridlineWidthLeft.md | 8 +-
...ss.NavigationControl.GridlineWidthRight.md | 8 +-
...cess.NavigationControl.GridlineWidthTop.md | 8 +-
api/Access.NavigationControl.Height.md | 8 +-
api/Access.NavigationControl.HelpContextId.md | 8 +-
...cess.NavigationControl.HorizontalAnchor.md | 8 +-
api/Access.NavigationControl.Hyperlink.md | 8 +-
api/Access.NavigationControl.InSelection.md | 8 +-
api/Access.NavigationControl.IsVisible.md | 8 +-
api/Access.NavigationControl.KeyDown.md | 12 +--
api/Access.NavigationControl.KeyPress.md | 12 +--
api/Access.NavigationControl.KeyUp.md | 12 +--
...cess.NavigationControl.KeyboardLanguage.md | 8 +-
api/Access.NavigationControl.Layout.md | 8 +-
api/Access.NavigationControl.LayoutID.md | 8 +-
api/Access.NavigationControl.Left.md | 8 +-
api/Access.NavigationControl.LeftPadding.md | 8 +-
api/Access.NavigationControl.LineSpacing.md | 8 +-
api/Access.NavigationControl.LostFocus.md | 10 +-
api/Access.NavigationControl.MouseDown.md | 12 +--
api/Access.NavigationControl.MouseMove.md | 12 +--
api/Access.NavigationControl.MouseUp.md | 12 +--
api/Access.NavigationControl.Move.md | 10 +-
api/Access.NavigationControl.Name.md | 8 +-
api/Access.NavigationControl.NumeralShapes.md | 8 +-
...Access.NavigationControl.OldBorderStyle.md | 8 +-
api/Access.NavigationControl.OldValue.md | 8 +-
api/Access.NavigationControl.OnClick.md | 10 +-
api/Access.NavigationControl.OnDblClick.md | 10 +-
api/Access.NavigationControl.OnGotFocus.md | 10 +-
api/Access.NavigationControl.OnKeyDown.md | 10 +-
api/Access.NavigationControl.OnKeyPress.md | 10 +-
api/Access.NavigationControl.OnKeyUp.md | 10 +-
api/Access.NavigationControl.OnLostFocus.md | 10 +-
api/Access.NavigationControl.OnMouseDown.md | 10 +-
api/Access.NavigationControl.OnMouseMove.md | 10 +-
api/Access.NavigationControl.OnMouseUp.md | 10 +-
api/Access.NavigationControl.Parent.md | 8 +-
api/Access.NavigationControl.Properties.md | 8 +-
api/Access.NavigationControl.ReadingOrder.md | 8 +-
api/Access.NavigationControl.Requery.md | 8 +-
api/Access.NavigationControl.RightPadding.md | 8 +-
...Access.NavigationControl.ScrollBarAlign.md | 8 +-
api/Access.NavigationControl.Section.md | 8 +-
api/Access.NavigationControl.SelectedTab.md | 8 +-
api/Access.NavigationControl.SetFocus.md | 8 +-
...ccess.NavigationControl.ShortcutMenuBar.md | 8 +-
api/Access.NavigationControl.SizeToFit.md | 8 +-
api/Access.NavigationControl.SmartTags.md | 8 +-
api/Access.NavigationControl.Span.md | 8 +-
api/Access.NavigationControl.SpecialEffect.md | 8 +-
api/Access.NavigationControl.StatusBarText.md | 8 +-
api/Access.NavigationControl.SubForm.md | 8 +-
api/Access.NavigationControl.TabIndex.md | 8 +-
api/Access.NavigationControl.TabStop.md | 8 +-
api/Access.NavigationControl.Tabs.md | 8 +-
api/Access.NavigationControl.Tag.md | 8 +-
api/Access.NavigationControl.Top.md | 8 +-
api/Access.NavigationControl.TopPadding.md | 8 +-
api/Access.NavigationControl.Undo(event).md | 12 +--
api/Access.NavigationControl.Undo(method).md | 8 +-
api/Access.NavigationControl.Value.md | 8 +-
...Access.NavigationControl.VerticalAnchor.md | 8 +-
api/Access.NavigationControl.Visible.md | 8 +-
api/Access.NavigationControl.Width.md | 8 +-
api/Access.NavigationControl.md | 4 +-
api/Access.ObjectFrame.Action.md | 8 +-
api/Access.ObjectFrame.Application.md | 8 +-
api/Access.ObjectFrame.AutoActivate.md | 8 +-
api/Access.ObjectFrame.BackColor.md | 8 +-
api/Access.ObjectFrame.BackShade.md | 8 +-
api/Access.ObjectFrame.BackStyle.md | 8 +-
api/Access.ObjectFrame.BackThemeColorIndex.md | 8 +-
api/Access.ObjectFrame.BackTint.md | 8 +-
api/Access.ObjectFrame.BorderColor.md | 8 +-
api/Access.ObjectFrame.BorderShade.md | 8 +-
api/Access.ObjectFrame.BorderStyle.md | 8 +-
...ccess.ObjectFrame.BorderThemeColorIndex.md | 8 +-
api/Access.ObjectFrame.BorderTint.md | 8 +-
api/Access.ObjectFrame.BorderWidth.md | 8 +-
api/Access.ObjectFrame.BottomPadding.md | 8 +-
api/Access.ObjectFrame.Class.md | 8 +-
api/Access.ObjectFrame.Click.md | 8 +-
api/Access.ObjectFrame.ColumnCount.md | 8 +-
api/Access.ObjectFrame.ColumnHeads.md | 8 +-
api/Access.ObjectFrame.ControlTipText.md | 8 +-
api/Access.ObjectFrame.ControlType.md | 8 +-
api/Access.ObjectFrame.Controls.md | 8 +-
api/Access.ObjectFrame.DblClick.md | 10 +-
api/Access.ObjectFrame.DisplayType.md | 8 +-
api/Access.ObjectFrame.DisplayWhen.md | 8 +-
api/Access.ObjectFrame.Enabled.md | 8 +-
api/Access.ObjectFrame.Enter.md | 8 +-
api/Access.ObjectFrame.EventProcPrefix.md | 8 +-
api/Access.ObjectFrame.Exit.md | 10 +-
api/Access.ObjectFrame.GotFocus.md | 8 +-
api/Access.ObjectFrame.GridlineColor.md | 8 +-
api/Access.ObjectFrame.GridlineShade.md | 8 +-
api/Access.ObjectFrame.GridlineStyleBottom.md | 8 +-
api/Access.ObjectFrame.GridlineStyleLeft.md | 8 +-
api/Access.ObjectFrame.GridlineStyleRight.md | 8 +-
api/Access.ObjectFrame.GridlineStyleTop.md | 8 +-
...ess.ObjectFrame.GridlineThemeColorIndex.md | 8 +-
api/Access.ObjectFrame.GridlineTint.md | 8 +-
api/Access.ObjectFrame.GridlineWidthBottom.md | 8 +-
api/Access.ObjectFrame.GridlineWidthLeft.md | 8 +-
api/Access.ObjectFrame.GridlineWidthRight.md | 8 +-
api/Access.ObjectFrame.GridlineWidthTop.md | 8 +-
api/Access.ObjectFrame.Height.md | 8 +-
api/Access.ObjectFrame.HelpContextId.md | 8 +-
api/Access.ObjectFrame.HorizontalAnchor.md | 8 +-
api/Access.ObjectFrame.InSelection.md | 8 +-
api/Access.ObjectFrame.IsVisible.md | 8 +-
api/Access.ObjectFrame.Item.md | 8 +-
api/Access.ObjectFrame.Layout.md | 8 +-
api/Access.ObjectFrame.LayoutID.md | 8 +-
api/Access.ObjectFrame.Left.md | 8 +-
api/Access.ObjectFrame.LeftPadding.md | 8 +-
api/Access.ObjectFrame.LinkChildFields.md | 8 +-
api/Access.ObjectFrame.LinkMasterFields.md | 8 +-
api/Access.ObjectFrame.Locked.md | 8 +-
api/Access.ObjectFrame.LostFocus.md | 8 +-
api/Access.ObjectFrame.MouseDown.md | 10 +-
api/Access.ObjectFrame.MouseMove.md | 10 +-
api/Access.ObjectFrame.MouseUp.md | 10 +-
api/Access.ObjectFrame.Move.md | 10 +-
api/Access.ObjectFrame.Name.md | 8 +-
api/Access.ObjectFrame.OLEClass.md | 8 +-
api/Access.ObjectFrame.OLEType.md | 8 +-
api/Access.ObjectFrame.OLETypeAllowed.md | 8 +-
api/Access.ObjectFrame.Object.md | 8 +-
api/Access.ObjectFrame.ObjectPalette.md | 8 +-
api/Access.ObjectFrame.ObjectVerbs.md | 10 +-
api/Access.ObjectFrame.ObjectVerbsCount.md | 8 +-
api/Access.ObjectFrame.OldBorderStyle.md | 8 +-
api/Access.ObjectFrame.OldValue.md | 8 +-
api/Access.ObjectFrame.OnClick.md | 10 +-
api/Access.ObjectFrame.OnDblClick.md | 10 +-
api/Access.ObjectFrame.OnEnter.md | 10 +-
api/Access.ObjectFrame.OnExit.md | 10 +-
api/Access.ObjectFrame.OnGotFocus.md | 10 +-
api/Access.ObjectFrame.OnLostFocus.md | 10 +-
api/Access.ObjectFrame.OnMouseDown.md | 10 +-
api/Access.ObjectFrame.OnMouseMove.md | 10 +-
api/Access.ObjectFrame.OnMouseUp.md | 10 +-
api/Access.ObjectFrame.OnUpdated.md | 10 +-
api/Access.ObjectFrame.Parent.md | 8 +-
api/Access.ObjectFrame.Properties.md | 8 +-
api/Access.ObjectFrame.Requery.md | 8 +-
api/Access.ObjectFrame.RightPadding.md | 8 +-
api/Access.ObjectFrame.RowSource.md | 8 +-
api/Access.ObjectFrame.RowSourceType.md | 8 +-
api/Access.ObjectFrame.Scaling.md | 8 +-
api/Access.ObjectFrame.Section.md | 8 +-
api/Access.ObjectFrame.SetFocus.md | 10 +-
api/Access.ObjectFrame.ShortcutMenuBar.md | 8 +-
api/Access.ObjectFrame.SizeMode.md | 8 +-
api/Access.ObjectFrame.SizeToFit.md | 8 +-
api/Access.ObjectFrame.SourceDoc.md | 8 +-
api/Access.ObjectFrame.SourceItem.md | 8 +-
api/Access.ObjectFrame.SourceObject.md | 8 +-
api/Access.ObjectFrame.SpecialEffect.md | 8 +-
api/Access.ObjectFrame.StatusBarText.md | 8 +-
api/Access.ObjectFrame.TabIndex.md | 8 +-
api/Access.ObjectFrame.TabStop.md | 8 +-
api/Access.ObjectFrame.Tag.md | 8 +-
api/Access.ObjectFrame.Top.md | 8 +-
api/Access.ObjectFrame.TopPadding.md | 8 +-
api/Access.ObjectFrame.UpdateMethod.md | 8 +-
api/Access.ObjectFrame.UpdateOptions.md | 8 +-
api/Access.ObjectFrame.Updated.md | 8 +-
api/Access.ObjectFrame.VarOleObject.md | 8 +-
api/Access.ObjectFrame.Verb.md | 8 +-
api/Access.ObjectFrame.VerticalAnchor.md | 8 +-
api/Access.ObjectFrame.Visible.md | 8 +-
api/Access.ObjectFrame.Width.md | 8 +-
api/Access.ObjectFrame.md | 4 +-
api/Access.Operation.Execute.md | 12 +--
api/Access.Operation.Name.md | 8 +-
api/Access.Operation.Parent.md | 8 +-
api/Access.Operation.WSParameters.md | 8 +-
api/Access.Operation.md | 4 +-
api/Access.Operations.Count.md | 8 +-
api/Access.Operations.Item.md | 10 +-
api/Access.Operations.Parent.md | 8 +-
api/Access.Operations.md | 4 +-
api/Access.OptionButton.AddColon.md | 8 +-
api/Access.OptionButton.AfterUpdate(even).md | 8 +-
...cess.OptionButton.AfterUpdate(property).md | 8 +-
api/Access.OptionButton.Application.md | 8 +-
api/Access.OptionButton.AutoLabel.md | 8 +-
api/Access.OptionButton.BeforeUpdate(even).md | 10 +-
...ess.OptionButton.BeforeUpdate(property).md | 8 +-
api/Access.OptionButton.BorderColor.md | 8 +-
api/Access.OptionButton.BorderShade.md | 8 +-
api/Access.OptionButton.BorderStyle.md | 8 +-
...cess.OptionButton.BorderThemeColorIndex.md | 8 +-
api/Access.OptionButton.BorderTint.md | 8 +-
api/Access.OptionButton.BorderWidth.md | 8 +-
api/Access.OptionButton.BottomPadding.md | 8 +-
api/Access.OptionButton.Click.md | 8 +-
api/Access.OptionButton.ColumnHidden.md | 8 +-
api/Access.OptionButton.ColumnOrder.md | 8 +-
api/Access.OptionButton.ColumnWidth.md | 8 +-
api/Access.OptionButton.ControlSource.md | 8 +-
api/Access.OptionButton.ControlTipText.md | 8 +-
api/Access.OptionButton.ControlType.md | 8 +-
api/Access.OptionButton.Controls.md | 8 +-
api/Access.OptionButton.DblClick.md | 10 +-
api/Access.OptionButton.DefaultValue.md | 8 +-
api/Access.OptionButton.DisplayWhen.md | 8 +-
api/Access.OptionButton.Enabled.md | 8 +-
api/Access.OptionButton.Enter.md | 8 +-
api/Access.OptionButton.EventProcPrefix.md | 8 +-
api/Access.OptionButton.Exit.md | 10 +-
api/Access.OptionButton.GotFocus.md | 8 +-
api/Access.OptionButton.GridlineColor.md | 8 +-
api/Access.OptionButton.GridlineShade.md | 8 +-
...Access.OptionButton.GridlineStyleBottom.md | 8 +-
api/Access.OptionButton.GridlineStyleLeft.md | 8 +-
api/Access.OptionButton.GridlineStyleRight.md | 8 +-
api/Access.OptionButton.GridlineStyleTop.md | 8 +-
...ss.OptionButton.GridlineThemeColorIndex.md | 8 +-
api/Access.OptionButton.GridlineTint.md | 8 +-
...Access.OptionButton.GridlineWidthBottom.md | 8 +-
api/Access.OptionButton.GridlineWidthLeft.md | 8 +-
api/Access.OptionButton.GridlineWidthRight.md | 8 +-
api/Access.OptionButton.GridlineWidthTop.md | 8 +-
api/Access.OptionButton.Height.md | 8 +-
api/Access.OptionButton.HelpContextId.md | 8 +-
api/Access.OptionButton.HideDuplicates.md | 8 +-
api/Access.OptionButton.HorizontalAnchor.md | 8 +-
api/Access.OptionButton.InSelection.md | 8 +-
api/Access.OptionButton.IsVisible.md | 8 +-
api/Access.OptionButton.KeyDown.md | 10 +-
api/Access.OptionButton.KeyPress.md | 10 +-
api/Access.OptionButton.KeyUp.md | 10 +-
api/Access.OptionButton.LabelAlign.md | 8 +-
api/Access.OptionButton.LabelX.md | 8 +-
api/Access.OptionButton.LabelY.md | 8 +-
api/Access.OptionButton.Layout.md | 8 +-
api/Access.OptionButton.LayoutID.md | 8 +-
api/Access.OptionButton.Left.md | 8 +-
api/Access.OptionButton.LeftPadding.md | 8 +-
api/Access.OptionButton.Locked.md | 8 +-
api/Access.OptionButton.LostFocus.md | 8 +-
api/Access.OptionButton.MouseDown.md | 10 +-
api/Access.OptionButton.MouseMove.md | 10 +-
api/Access.OptionButton.MouseUp.md | 10 +-
api/Access.OptionButton.Move.md | 10 +-
api/Access.OptionButton.Name.md | 8 +-
api/Access.OptionButton.OldBorderStyle.md | 8 +-
api/Access.OptionButton.OldValue.md | 8 +-
api/Access.OptionButton.OnClick.md | 10 +-
api/Access.OptionButton.OnDblClick.md | 10 +-
api/Access.OptionButton.OnEnter.md | 10 +-
api/Access.OptionButton.OnExit.md | 10 +-
api/Access.OptionButton.OnGotFocus.md | 10 +-
api/Access.OptionButton.OnKeyDown.md | 10 +-
api/Access.OptionButton.OnKeyPress.md | 10 +-
api/Access.OptionButton.OnKeyUp.md | 10 +-
api/Access.OptionButton.OnLostFocus.md | 10 +-
api/Access.OptionButton.OnMouseDown.md | 10 +-
api/Access.OptionButton.OnMouseMove.md | 10 +-
api/Access.OptionButton.OnMouseUp.md | 10 +-
api/Access.OptionButton.OptionValue.md | 8 +-
api/Access.OptionButton.Parent.md | 8 +-
api/Access.OptionButton.Properties.md | 8 +-
api/Access.OptionButton.ReadingOrder.md | 8 +-
api/Access.OptionButton.Requery.md | 8 +-
api/Access.OptionButton.RightPadding.md | 8 +-
api/Access.OptionButton.Section.md | 8 +-
api/Access.OptionButton.SetFocus.md | 10 +-
api/Access.OptionButton.ShortcutMenuBar.md | 8 +-
api/Access.OptionButton.SizeToFit.md | 8 +-
api/Access.OptionButton.SpecialEffect.md | 8 +-
api/Access.OptionButton.StatusBarText.md | 8 +-
api/Access.OptionButton.TabIndex.md | 8 +-
api/Access.OptionButton.TabStop.md | 8 +-
api/Access.OptionButton.Tag.md | 8 +-
api/Access.OptionButton.Top.md | 8 +-
api/Access.OptionButton.TopPadding.md | 8 +-
api/Access.OptionButton.TripleState.md | 8 +-
api/Access.OptionButton.ValidationRule.md | 8 +-
api/Access.OptionButton.ValidationText.md | 8 +-
api/Access.OptionButton.Value.md | 8 +-
api/Access.OptionButton.VerticalAnchor.md | 8 +-
api/Access.OptionButton.Visible.md | 8 +-
api/Access.OptionButton.Width.md | 8 +-
api/Access.OptionButton.md | 4 +-
api/Access.OptionGroup.AddColon.md | 8 +-
api/Access.OptionGroup.AfterUpdate(even).md | 8 +-
...ccess.OptionGroup.AfterUpdate(property).md | 8 +-
api/Access.OptionGroup.Application.md | 8 +-
api/Access.OptionGroup.AutoLabel.md | 8 +-
api/Access.OptionGroup.BackColor.md | 8 +-
api/Access.OptionGroup.BackShade.md | 8 +-
api/Access.OptionGroup.BackStyle.md | 8 +-
api/Access.OptionGroup.BackThemeColorIndex.md | 8 +-
api/Access.OptionGroup.BackTint.md | 8 +-
api/Access.OptionGroup.BeforeUpdate(even).md | 10 +-
...cess.OptionGroup.BeforeUpdate(property).md | 8 +-
api/Access.OptionGroup.BorderColor.md | 8 +-
api/Access.OptionGroup.BorderShade.md | 8 +-
api/Access.OptionGroup.BorderStyle.md | 8 +-
...ccess.OptionGroup.BorderThemeColorIndex.md | 8 +-
api/Access.OptionGroup.BorderTint.md | 8 +-
api/Access.OptionGroup.BorderWidth.md | 8 +-
api/Access.OptionGroup.Click.md | 8 +-
api/Access.OptionGroup.ColumnHidden.md | 8 +-
api/Access.OptionGroup.ColumnOrder.md | 8 +-
api/Access.OptionGroup.ColumnWidth.md | 8 +-
api/Access.OptionGroup.ControlSource.md | 8 +-
api/Access.OptionGroup.ControlTipText.md | 8 +-
api/Access.OptionGroup.ControlType.md | 8 +-
api/Access.OptionGroup.Controls.md | 8 +-
api/Access.OptionGroup.DblClick.md | 10 +-
api/Access.OptionGroup.DefaultValue.md | 8 +-
api/Access.OptionGroup.DisplayWhen.md | 8 +-
api/Access.OptionGroup.Enabled.md | 8 +-
api/Access.OptionGroup.Enter.md | 8 +-
api/Access.OptionGroup.EventProcPrefix.md | 8 +-
api/Access.OptionGroup.Exit.md | 10 +-
api/Access.OptionGroup.Height.md | 8 +-
api/Access.OptionGroup.HelpContextId.md | 8 +-
api/Access.OptionGroup.HideDuplicates.md | 8 +-
api/Access.OptionGroup.HorizontalAnchor.md | 8 +-
api/Access.OptionGroup.InSelection.md | 8 +-
api/Access.OptionGroup.IsVisible.md | 8 +-
api/Access.OptionGroup.LabelAlign.md | 8 +-
api/Access.OptionGroup.LabelX.md | 8 +-
api/Access.OptionGroup.LabelY.md | 8 +-
api/Access.OptionGroup.Left.md | 8 +-
api/Access.OptionGroup.Locked.md | 8 +-
api/Access.OptionGroup.MouseDown.md | 10 +-
api/Access.OptionGroup.MouseMove.md | 10 +-
api/Access.OptionGroup.MouseUp.md | 10 +-
api/Access.OptionGroup.Move.md | 10 +-
api/Access.OptionGroup.Name.md | 8 +-
api/Access.OptionGroup.OldBorderStyle.md | 8 +-
api/Access.OptionGroup.OldValue.md | 8 +-
api/Access.OptionGroup.OnClick.md | 10 +-
api/Access.OptionGroup.OnDblClick.md | 10 +-
api/Access.OptionGroup.OnEnter.md | 10 +-
api/Access.OptionGroup.OnExit.md | 10 +-
api/Access.OptionGroup.OnMouseDown.md | 10 +-
api/Access.OptionGroup.OnMouseMove.md | 10 +-
api/Access.OptionGroup.OnMouseUp.md | 10 +-
api/Access.OptionGroup.Parent.md | 8 +-
api/Access.OptionGroup.Properties.md | 8 +-
api/Access.OptionGroup.Requery.md | 8 +-
api/Access.OptionGroup.Section.md | 8 +-
api/Access.OptionGroup.SetFocus.md | 10 +-
api/Access.OptionGroup.ShortcutMenuBar.md | 8 +-
api/Access.OptionGroup.SizeToFit.md | 8 +-
api/Access.OptionGroup.SpecialEffect.md | 8 +-
api/Access.OptionGroup.StatusBarText.md | 8 +-
api/Access.OptionGroup.TabIndex.md | 8 +-
api/Access.OptionGroup.TabStop.md | 8 +-
api/Access.OptionGroup.Tag.md | 8 +-
api/Access.OptionGroup.Top.md | 8 +-
api/Access.OptionGroup.Undo.md | 8 +-
api/Access.OptionGroup.ValidationRule.md | 8 +-
api/Access.OptionGroup.ValidationText.md | 8 +-
api/Access.OptionGroup.Value.md | 8 +-
api/Access.OptionGroup.VerticalAnchor.md | 8 +-
api/Access.OptionGroup.Visible.md | 8 +-
api/Access.OptionGroup.Width.md | 8 +-
api/Access.OptionGroup.md | 4 +-
api/Access.Page.Application.md | 8 +-
api/Access.Page.Caption.md | 8 +-
api/Access.Page.Click.md | 8 +-
api/Access.Page.ControlTipText.md | 8 +-
api/Access.Page.ControlType.md | 8 +-
api/Access.Page.Controls.md | 8 +-
api/Access.Page.DblClick.md | 10 +-
api/Access.Page.Enabled.md | 8 +-
api/Access.Page.EventProcPrefix.md | 8 +-
api/Access.Page.Height.md | 8 +-
api/Access.Page.HelpContextId.md | 8 +-
api/Access.Page.InSelection.md | 8 +-
api/Access.Page.IsVisible.md | 8 +-
api/Access.Page.Left.md | 8 +-
api/Access.Page.MouseDown.md | 10 +-
api/Access.Page.MouseMove.md | 10 +-
api/Access.Page.MouseUp.md | 10 +-
api/Access.Page.Move.md | 10 +-
api/Access.Page.Name.md | 8 +-
api/Access.Page.OnClick.md | 10 +-
api/Access.Page.OnDblClick.md | 10 +-
api/Access.Page.OnMouseDown.md | 10 +-
api/Access.Page.OnMouseMove.md | 10 +-
api/Access.Page.OnMouseUp.md | 10 +-
api/Access.Page.PageIndex.md | 8 +-
api/Access.Page.Parent.md | 8 +-
api/Access.Page.Picture.md | 8 +-
api/Access.Page.PictureData.md | 8 +-
api/Access.Page.PictureType.md | 8 +-
api/Access.Page.Properties.md | 8 +-
api/Access.Page.Requery.md | 8 +-
api/Access.Page.Section.md | 8 +-
api/Access.Page.SetFocus.md | 10 +-
api/Access.Page.SetTabOrder.md | 8 +-
api/Access.Page.ShortcutMenuBar.md | 8 +-
api/Access.Page.SizeToFit.md | 8 +-
api/Access.Page.StatusBarText.md | 8 +-
api/Access.Page.Tag.md | 8 +-
api/Access.Page.Top.md | 8 +-
api/Access.Page.Visible.md | 8 +-
api/Access.Page.Width.md | 8 +-
api/Access.Page.md | 4 +-
api/Access.PageBreak.Application.md | 8 +-
api/Access.PageBreak.ControlType.md | 8 +-
api/Access.PageBreak.EventProcPrefix.md | 8 +-
api/Access.PageBreak.InSelection.md | 8 +-
api/Access.PageBreak.IsVisible.md | 8 +-
api/Access.PageBreak.Left.md | 8 +-
api/Access.PageBreak.Move.md | 10 +-
api/Access.PageBreak.Name.md | 8 +-
api/Access.PageBreak.Parent.md | 8 +-
api/Access.PageBreak.Properties.md | 8 +-
api/Access.PageBreak.Section.md | 8 +-
api/Access.PageBreak.SizeToFit.md | 8 +-
api/Access.PageBreak.Tag.md | 8 +-
api/Access.PageBreak.Top.md | 8 +-
api/Access.PageBreak.Visible.md | 8 +-
api/Access.PageBreak.md | 4 +-
api/Access.Pages.Add.md | 12 +--
api/Access.Pages.Count.md | 8 +-
api/Access.Pages.Item.md | 12 +--
api/Access.Pages.Remove.md | 10 +-
api/Access.Pages.md | 4 +-
api/Access.Printer.BottomMargin.md | 8 +-
api/Access.Printer.ColorMode.md | 8 +-
api/Access.Printer.ColumnSpacing.md | 8 +-
api/Access.Printer.Copies.md | 8 +-
api/Access.Printer.DataOnly.md | 8 +-
api/Access.Printer.DefaultSize.md | 8 +-
api/Access.Printer.DeviceName.md | 8 +-
api/Access.Printer.DriverName.md | 8 +-
api/Access.Printer.Duplex.md | 8 +-
api/Access.Printer.ItemLayout.md | 8 +-
api/Access.Printer.ItemSizeHeight.md | 8 +-
api/Access.Printer.ItemSizeWidth.md | 8 +-
api/Access.Printer.ItemsAcross.md | 8 +-
api/Access.Printer.LeftMargin.md | 8 +-
api/Access.Printer.Orientation.md | 8 +-
api/Access.Printer.PaperBin.md | 8 +-
api/Access.Printer.PaperSize.md | 8 +-
api/Access.Printer.Port.md | 8 +-
api/Access.Printer.PrintQuality.md | 8 +-
api/Access.Printer.RightMargin.md | 8 +-
api/Access.Printer.RowSpacing.md | 8 +-
api/Access.Printer.TopMargin.md | 8 +-
api/Access.Printer.md | 4 +-
api/Access.Printers.Application.md | 8 +-
api/Access.Printers.Count.md | 8 +-
api/Access.Printers.Item.md | 12 +--
api/Access.Printers.Parent.md | 8 +-
api/Access.Printers.md | 4 +-
api/Access.Properties.Application.md | 8 +-
api/Access.Properties.Count.md | 8 +-
api/Access.Properties.Item.md | 12 +--
api/Access.Properties.Parent.md | 8 +-
api/Access.Properties.md | 4 +-
api/Access.Rectangle.Application.md | 8 +-
api/Access.Rectangle.BackColor.md | 8 +-
api/Access.Rectangle.BackShade.md | 8 +-
api/Access.Rectangle.BackStyle.md | 8 +-
api/Access.Rectangle.BackThemeColorIndex.md | 8 +-
api/Access.Rectangle.BackTint.md | 8 +-
api/Access.Rectangle.BorderColor.md | 8 +-
api/Access.Rectangle.BorderShade.md | 8 +-
api/Access.Rectangle.BorderStyle.md | 8 +-
api/Access.Rectangle.BorderThemeColorIndex.md | 8 +-
api/Access.Rectangle.BorderTint.md | 8 +-
api/Access.Rectangle.BorderWidth.md | 8 +-
api/Access.Rectangle.Click.md | 8 +-
api/Access.Rectangle.ControlType.md | 8 +-
api/Access.Rectangle.DblClick.md | 10 +-
api/Access.Rectangle.DisplayWhen.md | 8 +-
api/Access.Rectangle.EventProcPrefix.md | 8 +-
api/Access.Rectangle.Height.md | 8 +-
api/Access.Rectangle.HorizontalAnchor.md | 8 +-
api/Access.Rectangle.InSelection.md | 8 +-
api/Access.Rectangle.IsVisible.md | 8 +-
api/Access.Rectangle.Left.md | 8 +-
api/Access.Rectangle.MouseDown.md | 10 +-
api/Access.Rectangle.MouseMove.md | 10 +-
api/Access.Rectangle.MouseUp.md | 10 +-
api/Access.Rectangle.Move.md | 10 +-
api/Access.Rectangle.Name.md | 8 +-
api/Access.Rectangle.OldBorderStyle.md | 8 +-
api/Access.Rectangle.OnClick.md | 10 +-
api/Access.Rectangle.OnDblClick.md | 10 +-
api/Access.Rectangle.OnMouseDown.md | 10 +-
api/Access.Rectangle.OnMouseMove.md | 10 +-
api/Access.Rectangle.OnMouseUp.md | 10 +-
api/Access.Rectangle.Parent.md | 8 +-
api/Access.Rectangle.Properties.md | 8 +-
api/Access.Rectangle.Section.md | 8 +-
api/Access.Rectangle.SizeToFit.md | 8 +-
api/Access.Rectangle.SpecialEffect.md | 8 +-
api/Access.Rectangle.Tag.md | 8 +-
api/Access.Rectangle.Top.md | 8 +-
api/Access.Rectangle.VerticalAnchor.md | 8 +-
api/Access.Rectangle.Visible.md | 8 +-
api/Access.Rectangle.Width.md | 8 +-
api/Access.Rectangle.md | 4 +-
api/Access.Reference.BuiltIn.md | 8 +-
api/Access.Reference.Collection.md | 8 +-
api/Access.Reference.FullPath.md | 8 +-
api/Access.Reference.Guid.md | 8 +-
api/Access.Reference.IsBroken.md | 8 +-
api/Access.Reference.Kind.md | 8 +-
api/Access.Reference.Major.md | 8 +-
api/Access.Reference.Minor.md | 8 +-
api/Access.Reference.Name.md | 8 +-
api/Access.Reference.md | 4 +-
api/Access.References.AddFromFile.md | 12 +--
api/Access.References.AddFromGuid.md | 12 +--
api/Access.References.Count.md | 8 +-
api/Access.References.Item.md | 12 +--
api/Access.References.ItemAdded.md | 10 +-
api/Access.References.ItemRemoved.md | 10 +-
api/Access.References.Parent.md | 8 +-
api/Access.References.Remove.md | 10 +-
api/Access.References.md | 4 +-
api/Access.Report.Activate.md | 10 +-
api/Access.Report.ActiveControl.md | 8 +-
api/Access.Report.AllowLayoutView.md | 8 +-
api/Access.Report.AllowReportView.md | 8 +-
api/Access.Report.Application.md | 8 +-
api/Access.Report.ApplyFilter.md | 10 +-
api/Access.Report.AutoCenter.md | 8 +-
api/Access.Report.AutoResize.md | 8 +-
api/Access.Report.BorderStyle.md | 8 +-
api/Access.Report.Caption.md | 8 +-
api/Access.Report.Circle.md | 6 +-
api/Access.Report.Click.md | 8 +-
api/Access.Report.Close.md | 8 +-
api/Access.Report.CloseButton.md | 8 +-
api/Access.Report.ControlBox.md | 8 +-
api/Access.Report.Controls.md | 8 +-
api/Access.Report.Count.md | 8 +-
api/Access.Report.Current.md | 8 +-
api/Access.Report.CurrentRecord.md | 8 +-
api/Access.Report.CurrentView.md | 8 +-
api/Access.Report.CurrentX.md | 8 +-
api/Access.Report.CurrentY.md | 8 +-
api/Access.Report.Cycle.md | 8 +-
api/Access.Report.DateGrouping.md | 8 +-
api/Access.Report.DblClick.md | 10 +-
api/Access.Report.Deactivate.md | 8 +-
api/Access.Report.DefaultControl.md | 10 +-
api/Access.Report.DefaultView.md | 8 +-
api/Access.Report.Dirty.md | 8 +-
api/Access.Report.DisplayOnSharePointSite.md | 8 +-
api/Access.Report.DrawMode.md | 8 +-
api/Access.Report.DrawStyle.md | 8 +-
api/Access.Report.DrawWidth.md | 8 +-
api/Access.Report.Error.md | 12 +--
api/Access.Report.FastLaserPrinting.md | 8 +-
api/Access.Report.FillColor.md | 8 +-
api/Access.Report.FillStyle.md | 8 +-
api/Access.Report.Filter(even).md | 10 +-
api/Access.Report.Filter(property).md | 8 +-
api/Access.Report.FilterOn.md | 8 +-
api/Access.Report.FilterOnLoad.md | 8 +-
api/Access.Report.FitToPage.md | 8 +-
api/Access.Report.FontBold.md | 8 +-
api/Access.Report.FontItalic.md | 8 +-
api/Access.Report.FontName.md | 8 +-
api/Access.Report.FontSize.md | 8 +-
api/Access.Report.FontUnderline.md | 8 +-
api/Access.Report.ForeColor.md | 8 +-
api/Access.Report.FormatCount.md | 8 +-
api/Access.Report.GotFocus.md | 8 +-
api/Access.Report.GridX.md | 8 +-
api/Access.Report.GridY.md | 8 +-
api/Access.Report.GroupLevel.md | 10 +-
api/Access.Report.GrpKeepTogether.md | 8 +-
api/Access.Report.HasData.md | 8 +-
api/Access.Report.HasModule.md | 8 +-
api/Access.Report.Height.md | 8 +-
api/Access.Report.HelpContextId.md | 8 +-
api/Access.Report.HelpFile.md | 8 +-
api/Access.Report.Hwnd.md | 8 +-
api/Access.Report.InputParameters.md | 8 +-
api/Access.Report.KeyDown.md | 10 +-
api/Access.Report.KeyPress.md | 10 +-
api/Access.Report.KeyPreview.md | 8 +-
api/Access.Report.KeyUp.md | 10 +-
api/Access.Report.LayoutForPrint.md | 8 +-
api/Access.Report.Left.md | 8 +-
api/Access.Report.Line.md | 8 +-
api/Access.Report.Load.md | 8 +-
api/Access.Report.LostFocus.md | 8 +-
api/Access.Report.MenuBar.md | 8 +-
api/Access.Report.MinMaxButtons.md | 8 +-
api/Access.Report.Modal.md | 8 +-
api/Access.Report.Module.md | 8 +-
api/Access.Report.MouseDown.md | 10 +-
api/Access.Report.MouseMove.md | 12 +--
api/Access.Report.MouseUp.md | 10 +-
api/Access.Report.MouseWheel(even).md | 10 +-
api/Access.Report.MouseWheel(property).md | 8 +-
api/Access.Report.Move.md | 10 +-
api/Access.Report.MoveLayout.md | 8 +-
api/Access.Report.Moveable.md | 8 +-
api/Access.Report.Name.md | 8 +-
api/Access.Report.NextRecord.md | 8 +-
api/Access.Report.NoData.md | 6 +-
api/Access.Report.OnActivate.md | 10 +-
api/Access.Report.OnApplyFilter.md | 10 +-
api/Access.Report.OnClick.md | 10 +-
api/Access.Report.OnClose.md | 10 +-
api/Access.Report.OnCurrent.md | 12 +--
api/Access.Report.OnDblClick.md | 10 +-
api/Access.Report.OnDeactivate.md | 10 +-
api/Access.Report.OnError.md | 10 +-
api/Access.Report.OnFilter.md | 10 +-
api/Access.Report.OnGotFocus.md | 10 +-
api/Access.Report.OnKeyDown.md | 10 +-
api/Access.Report.OnKeyPress.md | 10 +-
api/Access.Report.OnKeyUp.md | 10 +-
api/Access.Report.OnLoad.md | 10 +-
api/Access.Report.OnLostFocus.md | 10 +-
api/Access.Report.OnMouseDown.md | 10 +-
api/Access.Report.OnMouseMove.md | 10 +-
api/Access.Report.OnMouseUp.md | 10 +-
api/Access.Report.OnNoData.md | 10 +-
api/Access.Report.OnOpen.md | 10 +-
api/Access.Report.OnPage.md | 10 +-
api/Access.Report.OnResize.md | 10 +-
api/Access.Report.OnTimer.md | 10 +-
api/Access.Report.OnUnload.md | 10 +-
api/Access.Report.Open.md | 6 +-
api/Access.Report.OpenArgs.md | 8 +-
api/Access.Report.OrderBy.md | 8 +-
api/Access.Report.OrderByOn.md | 8 +-
api/Access.Report.OrderByOnLoad.md | 8 +-
api/Access.Report.Orientation.md | 8 +-
api/Access.Report.PSet.md | 12 +--
api/Access.Report.Page(even).md | 10 +-
api/Access.Report.Page(property).md | 8 +-
api/Access.Report.PageFooter.md | 8 +-
api/Access.Report.PageHeader.md | 8 +-
api/Access.Report.Pages.md | 8 +-
api/Access.Report.PaintPalette.md | 8 +-
api/Access.Report.Painting.md | 8 +-
api/Access.Report.PaletteSource.md | 8 +-
api/Access.Report.Parent.md | 8 +-
api/Access.Report.Picture.md | 8 +-
api/Access.Report.PictureAlignment.md | 8 +-
api/Access.Report.PictureData.md | 8 +-
api/Access.Report.PicturePages.md | 8 +-
api/Access.Report.PicturePalette.md | 8 +-
api/Access.Report.PictureSizeMode.md | 8 +-
api/Access.Report.PictureTiling.md | 8 +-
api/Access.Report.PictureType.md | 8 +-
api/Access.Report.PopUp.md | 8 +-
api/Access.Report.Print.md | 12 +--
api/Access.Report.PrintCount.md | 8 +-
api/Access.Report.PrintSection.md | 8 +-
api/Access.Report.Printer.md | 8 +-
api/Access.Report.Properties.md | 8 +-
api/Access.Report.PrtDevMode.md | 8 +-
api/Access.Report.PrtDevNames.md | 8 +-
api/Access.Report.PrtMip.md | 8 +-
api/Access.Report.RecordLocks.md | 8 +-
api/Access.Report.RecordSource.md | 4 +-
api/Access.Report.RecordSourceQualifier.md | 8 +-
api/Access.Report.Recordset.md | 8 +-
api/Access.Report.Report.md | 8 +-
api/Access.Report.Requery.md | 8 +-
api/Access.Report.Resize.md | 8 +-
api/Access.Report.RibbonName.md | 8 +-
api/Access.Report.Scale.md | 12 +--
api/Access.Report.ScaleHeight.md | 8 +-
api/Access.Report.ScaleLeft.md | 8 +-
api/Access.Report.ScaleMode.md | 8 +-
api/Access.Report.ScaleTop.md | 8 +-
api/Access.Report.ScaleWidth.md | 8 +-
api/Access.Report.ScrollBars.md | 8 +-
api/Access.Report.Section.md | 10 +-
api/Access.Report.ServerFilter.md | 8 +-
api/Access.Report.ShortcutMenuBar.md | 8 +-
api/Access.Report.ShowPageMargins.md | 8 +-
api/Access.Report.Tag.md | 8 +-
api/Access.Report.TextHeight.md | 12 +--
api/Access.Report.TextWidth.md | 12 +--
api/Access.Report.Timer.md | 8 +-
api/Access.Report.TimerInterval.md | 8 +-
api/Access.Report.Toolbar.md | 8 +-
api/Access.Report.Top.md | 8 +-
api/Access.Report.Unload.md | 10 +-
api/Access.Report.UseDefaultPrinter.md | 8 +-
api/Access.Report.Visible.md | 8 +-
api/Access.Report.Width.md | 8 +-
api/Access.Report.WindowHeight.md | 8 +-
api/Access.Report.WindowLeft.md | 8 +-
api/Access.Report.WindowTop.md | 8 +-
api/Access.Report.WindowWidth.md | 8 +-
api/Access.Report.md | 4 +-
api/Access.Reports.Application.md | 8 +-
api/Access.Reports.Count.md | 8 +-
api/Access.Reports.Item.md | 12 +--
api/Access.Reports.Parent.md | 8 +-
api/Access.Reports.md | 4 +-
api/Access.ReturnVar.Name.md | 8 +-
api/Access.ReturnVar.Value.md | 8 +-
api/Access.ReturnVar.md | 4 +-
api/Access.ReturnVars.Application.md | 8 +-
api/Access.ReturnVars.Count.md | 8 +-
api/Access.ReturnVars.Item.md | 12 +--
api/Access.ReturnVars.Parent.md | 8 +-
api/Access.ReturnVars.md | 4 +-
api/Access.Screen.ActiveControl.md | 8 +-
api/Access.Screen.ActiveDatasheet.md | 8 +-
api/Access.Screen.ActiveForm.md | 8 +-
api/Access.Screen.ActiveReport.md | 8 +-
api/Access.Screen.Application.md | 8 +-
api/Access.Screen.MousePointer.md | 8 +-
api/Access.Screen.Parent.md | 8 +-
api/Access.Screen.PreviousControl.md | 8 +-
api/Access.Screen.md | 4 +-
api/Access.Section.AlternateBackColor.md | 8 +-
api/Access.Section.AlternateBackShade.md | 8 +-
...ss.Section.AlternateBackThemeColorIndex.md | 8 +-
api/Access.Section.AlternateBackTint.md | 8 +-
api/Access.Section.Application.md | 8 +-
api/Access.Section.AutoHeight.md | 8 +-
api/Access.Section.BackColor.md | 8 +-
api/Access.Section.BackShade.md | 8 +-
api/Access.Section.BackThemeColorIndex.md | 8 +-
api/Access.Section.BackTint.md | 8 +-
api/Access.Section.CanGrow.md | 8 +-
api/Access.Section.CanShrink.md | 8 +-
api/Access.Section.Click.md | 8 +-
api/Access.Section.Controls.md | 8 +-
api/Access.Section.DblClick.md | 10 +-
api/Access.Section.DisplayWhen.md | 8 +-
api/Access.Section.EventProcPrefix.md | 8 +-
api/Access.Section.ForceNewPage.md | 8 +-
api/Access.Section.HasContinued.md | 8 +-
api/Access.Section.Height.md | 8 +-
api/Access.Section.InSelection.md | 8 +-
api/Access.Section.KeepTogether.md | 8 +-
api/Access.Section.MouseDown.md | 10 +-
api/Access.Section.MouseMove.md | 10 +-
api/Access.Section.MouseUp.md | 10 +-
api/Access.Section.Name.md | 8 +-
api/Access.Section.NewRowOrCol.md | 8 +-
api/Access.Section.OnClick.md | 10 +-
api/Access.Section.OnDblClick.md | 10 +-
api/Access.Section.OnFormat.md | 10 +-
api/Access.Section.OnMouseDown.md | 10 +-
api/Access.Section.OnMouseMove.md | 10 +-
api/Access.Section.OnMouseUp.md | 10 +-
api/Access.Section.OnPaint.md | 10 +-
api/Access.Section.OnPrint.md | 10 +-
api/Access.Section.OnRetreat.md | 10 +-
api/Access.Section.Paint.md | 8 +-
api/Access.Section.Parent.md | 8 +-
api/Access.Section.Properties.md | 8 +-
api/Access.Section.RepeatSection.md | 8 +-
api/Access.Section.SetTabOrder.md | 8 +-
api/Access.Section.SpecialEffect.md | 8 +-
api/Access.Section.Tag.md | 8 +-
api/Access.Section.Visible.md | 8 +-
api/Access.Section.WillContinue.md | 8 +-
api/Access.Section.md | 4 +-
api/Access.SharedResource.Delete.md | 8 +-
api/Access.SharedResource.Name.md | 8 +-
api/Access.SharedResource.Parent.md | 8 +-
api/Access.SharedResource.Type.md | 8 +-
api/Access.SharedResource.md | 4 +-
api/Access.SharedResources.Application.md | 8 +-
api/Access.SharedResources.Count.md | 8 +-
api/Access.SharedResources.Item.md | 10 +-
api/Access.SharedResources.Parent.md | 8 +-
api/Access.SharedResources.md | 4 +-
api/Access.SmartTag.Application.md | 8 +-
api/Access.SmartTag.Delete.md | 10 +-
api/Access.SmartTag.IsMissing.md | 8 +-
api/Access.SmartTag.Name.md | 8 +-
api/Access.SmartTag.Parent.md | 8 +-
api/Access.SmartTag.Properties.md | 8 +-
api/Access.SmartTag.SmartTagActions.md | 8 +-
api/Access.SmartTag.XML.md | 8 +-
api/Access.SmartTag.md | 4 +-
api/Access.SmartTagAction.Application.md | 8 +-
api/Access.SmartTagAction.Execute.md | 8 +-
api/Access.SmartTagAction.Name.md | 8 +-
api/Access.SmartTagAction.Parent.md | 8 +-
api/Access.SmartTagAction.md | 4 +-
api/Access.SmartTagActions.Application.md | 8 +-
api/Access.SmartTagActions.Count.md | 8 +-
api/Access.SmartTagActions.Item.md | 12 +--
api/Access.SmartTagActions.Parent.md | 8 +-
api/Access.SmartTagActions.md | 4 +-
api/Access.SmartTagProperties.Add.md | 12 +--
api/Access.SmartTagProperties.Application.md | 8 +-
api/Access.SmartTagProperties.Count.md | 8 +-
api/Access.SmartTagProperties.Item.md | 12 +--
api/Access.SmartTagProperties.Parent.md | 8 +-
api/Access.SmartTagProperties.md | 4 +-
api/Access.SmartTagProperty.Delete.md | 10 +-
api/Access.SmartTagProperty.Name.md | 8 +-
api/Access.SmartTagProperty.Value.md | 8 +-
api/Access.SmartTagProperty.md | 4 +-
api/Access.SmartTags.Add.md | 12 +--
api/Access.SmartTags.Application.md | 8 +-
api/Access.SmartTags.Count.md | 8 +-
api/Access.SmartTags.Item.md | 12 +--
api/Access.SmartTags.Parent.md | 8 +-
api/Access.SmartTags.md | 4 +-
api/Access.SubForm.AddColon.md | 8 +-
api/Access.SubForm.Application.md | 8 +-
api/Access.SubForm.AutoLabel.md | 8 +-
api/Access.SubForm.BorderColor.md | 8 +-
api/Access.SubForm.BorderShade.md | 8 +-
api/Access.SubForm.BorderStyle.md | 8 +-
api/Access.SubForm.BorderThemeColorIndex.md | 8 +-
api/Access.SubForm.BorderTint.md | 8 +-
api/Access.SubForm.BorderWidth.md | 8 +-
api/Access.SubForm.BottomPadding.md | 8 +-
api/Access.SubForm.CanGrow.md | 8 +-
api/Access.SubForm.CanShrink.md | 8 +-
api/Access.SubForm.ControlType.md | 8 +-
api/Access.SubForm.Controls.md | 8 +-
api/Access.SubForm.DisplayWhen.md | 8 +-
api/Access.SubForm.Enabled.md | 8 +-
api/Access.SubForm.Enter.md | 8 +-
api/Access.SubForm.EventProcPrefix.md | 8 +-
api/Access.SubForm.Exit.md | 10 +-
api/Access.SubForm.FilterOnEmptyMaster.md | 8 +-
api/Access.SubForm.Form.md | 8 +-
api/Access.SubForm.GridlineColor.md | 8 +-
api/Access.SubForm.GridlineShade.md | 8 +-
api/Access.SubForm.GridlineStyleBottom.md | 8 +-
api/Access.SubForm.GridlineStyleLeft.md | 8 +-
api/Access.SubForm.GridlineStyleRight.md | 8 +-
api/Access.SubForm.GridlineStyleTop.md | 8 +-
api/Access.SubForm.GridlineThemeColorIndex.md | 8 +-
api/Access.SubForm.GridlineTint.md | 8 +-
api/Access.SubForm.GridlineWidthBottom.md | 8 +-
api/Access.SubForm.GridlineWidthLeft.md | 8 +-
api/Access.SubForm.GridlineWidthRight.md | 8 +-
api/Access.SubForm.GridlineWidthTop.md | 8 +-
api/Access.SubForm.Height.md | 8 +-
api/Access.SubForm.HorizontalAnchor.md | 8 +-
api/Access.SubForm.InSelection.md | 8 +-
api/Access.SubForm.IsVisible.md | 8 +-
api/Access.SubForm.LabelAlign.md | 8 +-
api/Access.SubForm.LabelX.md | 8 +-
api/Access.SubForm.LabelY.md | 8 +-
api/Access.SubForm.Layout.md | 8 +-
api/Access.SubForm.LayoutID.md | 8 +-
api/Access.SubForm.Left.md | 8 +-
api/Access.SubForm.LeftPadding.md | 8 +-
api/Access.SubForm.LinkChildFields.md | 8 +-
api/Access.SubForm.LinkMasterFields.md | 8 +-
api/Access.SubForm.Locked.md | 8 +-
api/Access.SubForm.Move.md | 10 +-
api/Access.SubForm.Name.md | 8 +-
api/Access.SubForm.OldBorderStyle.md | 8 +-
api/Access.SubForm.OnEnter.md | 10 +-
api/Access.SubForm.OnExit.md | 10 +-
api/Access.SubForm.Parent.md | 8 +-
api/Access.SubForm.Properties.md | 8 +-
api/Access.SubForm.Report.md | 8 +-
api/Access.SubForm.Requery.md | 8 +-
api/Access.SubForm.RightPadding.md | 8 +-
api/Access.SubForm.Section.md | 8 +-
api/Access.SubForm.SetFocus.md | 10 +-
api/Access.SubForm.SizeToFit.md | 8 +-
api/Access.SubForm.SourceObject.md | 8 +-
api/Access.SubForm.SpecialEffect.md | 8 +-
api/Access.SubForm.StatusBarText.md | 8 +-
api/Access.SubForm.TabIndex.md | 8 +-
api/Access.SubForm.TabStop.md | 8 +-
api/Access.SubForm.Tag.md | 8 +-
api/Access.SubForm.Top.md | 8 +-
api/Access.SubForm.TopPadding.md | 8 +-
api/Access.SubForm.VerticalAnchor.md | 8 +-
api/Access.SubForm.Visible.md | 8 +-
api/Access.SubForm.Width.md | 8 +-
api/Access.SubForm.md | 4 +-
api/Access.TabControl.Application.md | 8 +-
api/Access.TabControl.BackColor.md | 8 +-
api/Access.TabControl.BackShade.md | 8 +-
api/Access.TabControl.BackStyle.md | 8 +-
api/Access.TabControl.BackThemeColorIndex.md | 8 +-
api/Access.TabControl.BackTint.md | 8 +-
api/Access.TabControl.BorderColor.md | 8 +-
api/Access.TabControl.BorderShade.md | 8 +-
api/Access.TabControl.BorderStyle.md | 8 +-
...Access.TabControl.BorderThemeColorIndex.md | 8 +-
api/Access.TabControl.BorderTint.md | 8 +-
api/Access.TabControl.BottomPadding.md | 8 +-
api/Access.TabControl.Change.md | 8 +-
api/Access.TabControl.Click.md | 8 +-
api/Access.TabControl.ControlType.md | 8 +-
api/Access.TabControl.DblClick.md | 10 +-
api/Access.TabControl.DisplayWhen.md | 8 +-
api/Access.TabControl.Enabled.md | 8 +-
api/Access.TabControl.EventProcPrefix.md | 8 +-
api/Access.TabControl.FontBold.md | 8 +-
api/Access.TabControl.FontItalic.md | 8 +-
api/Access.TabControl.FontName.md | 8 +-
api/Access.TabControl.FontSize.md | 8 +-
api/Access.TabControl.FontUnderline.md | 8 +-
api/Access.TabControl.FontWeight.md | 8 +-
api/Access.TabControl.ForeColor.md | 8 +-
api/Access.TabControl.ForeShade.md | 8 +-
api/Access.TabControl.ForeThemeColorIndex.md | 8 +-
api/Access.TabControl.ForeTint.md | 8 +-
api/Access.TabControl.Gradient.md | 8 +-
api/Access.TabControl.GridlineColor.md | 8 +-
api/Access.TabControl.GridlineShade.md | 8 +-
api/Access.TabControl.GridlineStyleBottom.md | 8 +-
api/Access.TabControl.GridlineStyleLeft.md | 8 +-
api/Access.TabControl.GridlineStyleRight.md | 8 +-
api/Access.TabControl.GridlineStyleTop.md | 8 +-
...cess.TabControl.GridlineThemeColorIndex.md | 8 +-
api/Access.TabControl.GridlineTint.md | 8 +-
api/Access.TabControl.GridlineWidthBottom.md | 8 +-
api/Access.TabControl.GridlineWidthLeft.md | 8 +-
api/Access.TabControl.GridlineWidthRight.md | 8 +-
api/Access.TabControl.GridlineWidthTop.md | 8 +-
api/Access.TabControl.Height.md | 8 +-
api/Access.TabControl.HelpContextId.md | 8 +-
api/Access.TabControl.HorizontalAnchor.md | 8 +-
api/Access.TabControl.HoverColor.md | 8 +-
api/Access.TabControl.HoverForeColor.md | 8 +-
api/Access.TabControl.HoverForeShade.md | 8 +-
...ess.TabControl.HoverForeThemeColorIndex.md | 8 +-
api/Access.TabControl.HoverForeTint.md | 8 +-
api/Access.TabControl.HoverShade.md | 8 +-
api/Access.TabControl.HoverThemeColorIndex.md | 8 +-
api/Access.TabControl.HoverTint.md | 8 +-
api/Access.TabControl.InSelection.md | 8 +-
api/Access.TabControl.IsVisible.md | 8 +-
api/Access.TabControl.KeyDown.md | 10 +-
api/Access.TabControl.KeyPress.md | 10 +-
api/Access.TabControl.KeyUp.md | 10 +-
api/Access.TabControl.Layout.md | 8 +-
api/Access.TabControl.LayoutID.md | 8 +-
api/Access.TabControl.Left.md | 8 +-
api/Access.TabControl.LeftPadding.md | 8 +-
api/Access.TabControl.MouseDown.md | 10 +-
api/Access.TabControl.MouseMove.md | 10 +-
api/Access.TabControl.MouseUp.md | 10 +-
api/Access.TabControl.Move.md | 10 +-
api/Access.TabControl.MultiRow.md | 8 +-
api/Access.TabControl.Name.md | 8 +-
api/Access.TabControl.OldValue.md | 8 +-
api/Access.TabControl.OnChange.md | 10 +-
api/Access.TabControl.OnClick.md | 10 +-
api/Access.TabControl.OnDblClick.md | 10 +-
api/Access.TabControl.OnKeyDown.md | 10 +-
api/Access.TabControl.OnKeyPress.md | 10 +-
api/Access.TabControl.OnKeyUp.md | 10 +-
api/Access.TabControl.OnMouseDown.md | 10 +-
api/Access.TabControl.OnMouseMove.md | 10 +-
api/Access.TabControl.OnMouseUp.md | 10 +-
api/Access.TabControl.Pages.md | 8 +-
api/Access.TabControl.Parent.md | 8 +-
api/Access.TabControl.PressedColor.md | 8 +-
api/Access.TabControl.PressedForeColor.md | 8 +-
api/Access.TabControl.PressedForeShade.md | 8 +-
...s.TabControl.PressedForeThemeColorIndex.md | 8 +-
api/Access.TabControl.PressedForeTint.md | 8 +-
api/Access.TabControl.PressedShade.md | 8 +-
...ccess.TabControl.PressedThemeColorIndex.md | 8 +-
api/Access.TabControl.PressedTint.md | 8 +-
api/Access.TabControl.Properties.md | 8 +-
api/Access.TabControl.RightPadding.md | 8 +-
api/Access.TabControl.Section.md | 8 +-
api/Access.TabControl.Shape.md | 8 +-
api/Access.TabControl.ShortcutMenuBar.md | 8 +-
api/Access.TabControl.SizeToFit.md | 8 +-
api/Access.TabControl.StatusBarText.md | 8 +-
api/Access.TabControl.Style.md | 8 +-
api/Access.TabControl.TabFixedHeight.md | 8 +-
api/Access.TabControl.TabFixedWidth.md | 8 +-
api/Access.TabControl.TabIndex.md | 8 +-
api/Access.TabControl.TabStop.md | 8 +-
api/Access.TabControl.Tag.md | 8 +-
api/Access.TabControl.ThemeFontIndex.md | 8 +-
api/Access.TabControl.Top.md | 8 +-
api/Access.TabControl.TopPadding.md | 8 +-
api/Access.TabControl.UseTheme.md | 8 +-
api/Access.TabControl.Value.md | 8 +-
api/Access.TabControl.VerticalAnchor.md | 8 +-
api/Access.TabControl.Visible.md | 8 +-
api/Access.TabControl.Width.md | 8 +-
api/Access.TabControl.md | 4 +-
api/Access.TempVar.Name.md | 8 +-
api/Access.TempVar.Value.md | 8 +-
api/Access.TempVar.md | 4 +-
api/Access.TempVars.Add.md | 10 +-
api/Access.TempVars.Application.md | 8 +-
api/Access.TempVars.Count.md | 8 +-
api/Access.TempVars.Item.md | 12 +--
api/Access.TempVars.Parent.md | 8 +-
api/Access.TempVars.Remove.md | 12 +--
api/Access.TempVars.RemoveAll.md | 8 +-
api/Access.TempVars.md | 4 +-
api/Access.TextBox.AddColon.md | 8 +-
api/Access.TextBox.AfterUpdate(even).md | 8 +-
api/Access.TextBox.AfterUpdate(property).md | 8 +-
api/Access.TextBox.AllowAutoCorrect.md | 8 +-
api/Access.TextBox.Application.md | 8 +-
api/Access.TextBox.AsianLineBreak.md | 8 +-
api/Access.TextBox.AutoLabel.md | 8 +-
api/Access.TextBox.AutoTab.md | 8 +-
api/Access.TextBox.BackColor.md | 8 +-
api/Access.TextBox.BackShade.md | 8 +-
api/Access.TextBox.BackStyle.md | 8 +-
api/Access.TextBox.BackThemeColorIndex.md | 8 +-
api/Access.TextBox.BackTint.md | 8 +-
api/Access.TextBox.BeforeUpdate(even).md | 10 +-
api/Access.TextBox.BeforeUpdate(property).md | 8 +-
api/Access.TextBox.BorderColor.md | 8 +-
api/Access.TextBox.BorderShade.md | 8 +-
api/Access.TextBox.BorderStyle.md | 8 +-
api/Access.TextBox.BorderThemeColorIndex.md | 8 +-
api/Access.TextBox.BorderTint.md | 8 +-
api/Access.TextBox.BorderWidth.md | 8 +-
api/Access.TextBox.BottomMargin.md | 8 +-
api/Access.TextBox.BottomPadding.md | 8 +-
api/Access.TextBox.CanGrow.md | 8 +-
api/Access.TextBox.CanShrink.md | 8 +-
api/Access.TextBox.Change.md | 8 +-
api/Access.TextBox.Click.md | 8 +-
api/Access.TextBox.ColumnHidden.md | 8 +-
api/Access.TextBox.ColumnOrder.md | 8 +-
api/Access.TextBox.ColumnWidth.md | 8 +-
api/Access.TextBox.ControlSource.md | 8 +-
api/Access.TextBox.ControlTipText.md | 8 +-
api/Access.TextBox.ControlType.md | 8 +-
api/Access.TextBox.Controls.md | 8 +-
api/Access.TextBox.DblClick.md | 10 +-
api/Access.TextBox.DecimalPlaces.md | 8 +-
api/Access.TextBox.DefaultValue.md | 8 +-
api/Access.TextBox.Dirty.md | 10 +-
api/Access.TextBox.DisplayAsHyperlink.md | 8 +-
api/Access.TextBox.DisplayWhen.md | 8 +-
api/Access.TextBox.Enabled.md | 8 +-
api/Access.TextBox.Enter.md | 8 +-
api/Access.TextBox.EnterKeyBehavior.md | 8 +-
api/Access.TextBox.EventProcPrefix.md | 8 +-
api/Access.TextBox.Exit.md | 10 +-
api/Access.TextBox.FilterLookup.md | 8 +-
api/Access.TextBox.FontBold.md | 8 +-
api/Access.TextBox.FontItalic.md | 8 +-
api/Access.TextBox.FontName.md | 8 +-
api/Access.TextBox.FontSize.md | 8 +-
api/Access.TextBox.FontUnderline.md | 8 +-
api/Access.TextBox.FontWeight.md | 8 +-
api/Access.TextBox.ForeColor.md | 8 +-
api/Access.TextBox.ForeShade.md | 8 +-
api/Access.TextBox.ForeThemeColorIndex.md | 8 +-
api/Access.TextBox.ForeTint.md | 8 +-
api/Access.TextBox.Format.md | 8 +-
api/Access.TextBox.FormatConditions.md | 8 +-
api/Access.TextBox.FuriganaControl.md | 8 +-
api/Access.TextBox.GotFocus.md | 8 +-
api/Access.TextBox.GridlineColor.md | 8 +-
api/Access.TextBox.GridlineShade.md | 8 +-
api/Access.TextBox.GridlineStyleBottom.md | 8 +-
api/Access.TextBox.GridlineStyleLeft.md | 8 +-
api/Access.TextBox.GridlineStyleRight.md | 8 +-
api/Access.TextBox.GridlineStyleTop.md | 8 +-
api/Access.TextBox.GridlineThemeColorIndex.md | 8 +-
api/Access.TextBox.GridlineTint.md | 8 +-
api/Access.TextBox.GridlineWidthBottom.md | 8 +-
api/Access.TextBox.GridlineWidthLeft.md | 8 +-
api/Access.TextBox.GridlineWidthRight.md | 8 +-
api/Access.TextBox.GridlineWidthTop.md | 8 +-
api/Access.TextBox.Height.md | 8 +-
api/Access.TextBox.HelpContextId.md | 8 +-
api/Access.TextBox.HideDuplicates.md | 8 +-
api/Access.TextBox.HorizontalAnchor.md | 8 +-
api/Access.TextBox.Hyperlink.md | 8 +-
api/Access.TextBox.IMEHold.md | 8 +-
api/Access.TextBox.IMEMode.md | 8 +-
api/Access.TextBox.IMESentenceMode.md | 8 +-
api/Access.TextBox.InSelection.md | 8 +-
api/Access.TextBox.InputMask.md | 8 +-
api/Access.TextBox.IsHyperlink.md | 8 +-
api/Access.TextBox.IsVisible.md | 8 +-
api/Access.TextBox.KeyDown.md | 10 +-
api/Access.TextBox.KeyPress.md | 10 +-
api/Access.TextBox.KeyUp.md | 10 +-
api/Access.TextBox.KeyboardLanguage.md | 8 +-
api/Access.TextBox.LabelAlign.md | 8 +-
api/Access.TextBox.LabelX.md | 8 +-
api/Access.TextBox.LabelY.md | 8 +-
api/Access.TextBox.Layout.md | 8 +-
api/Access.TextBox.LayoutID.md | 8 +-
api/Access.TextBox.Left.md | 8 +-
api/Access.TextBox.LeftMargin.md | 8 +-
api/Access.TextBox.LeftPadding.md | 8 +-
api/Access.TextBox.LineSpacing.md | 8 +-
api/Access.TextBox.Locked.md | 8 +-
api/Access.TextBox.LostFocus.md | 8 +-
api/Access.TextBox.MouseDown.md | 10 +-
api/Access.TextBox.MouseMove.md | 10 +-
api/Access.TextBox.MouseUp.md | 10 +-
api/Access.TextBox.Move.md | 10 +-
api/Access.TextBox.Name.md | 8 +-
api/Access.TextBox.NumeralShapes.md | 8 +-
api/Access.TextBox.OldBorderStyle.md | 8 +-
api/Access.TextBox.OldValue.md | 8 +-
api/Access.TextBox.OnChange.md | 10 +-
api/Access.TextBox.OnClick.md | 10 +-
api/Access.TextBox.OnDblClick.md | 10 +-
api/Access.TextBox.OnDirty.md | 10 +-
api/Access.TextBox.OnEnter.md | 10 +-
api/Access.TextBox.OnExit.md | 10 +-
api/Access.TextBox.OnGotFocus.md | 10 +-
api/Access.TextBox.OnKeyDown.md | 10 +-
api/Access.TextBox.OnKeyPress.md | 10 +-
api/Access.TextBox.OnKeyUp.md | 10 +-
api/Access.TextBox.OnLostFocus.md | 10 +-
api/Access.TextBox.OnMouseDown.md | 10 +-
api/Access.TextBox.OnMouseMove.md | 10 +-
api/Access.TextBox.OnMouseUp.md | 10 +-
api/Access.TextBox.OnUndo.md | 8 +-
api/Access.TextBox.Parent.md | 8 +-
api/Access.TextBox.PostalAddress.md | 8 +-
api/Access.TextBox.Properties.md | 8 +-
api/Access.TextBox.ReadingOrder.md | 8 +-
api/Access.TextBox.Requery.md | 8 +-
api/Access.TextBox.RightMargin.md | 8 +-
api/Access.TextBox.RightPadding.md | 8 +-
api/Access.TextBox.RunningSum.md | 8 +-
api/Access.TextBox.ScrollBarAlign.md | 8 +-
api/Access.TextBox.ScrollBars.md | 8 +-
api/Access.TextBox.Section.md | 8 +-
api/Access.TextBox.SelLength.md | 8 +-
api/Access.TextBox.SelStart.md | 8 +-
api/Access.TextBox.SelText.md | 8 +-
api/Access.TextBox.SetFocus.md | 10 +-
api/Access.TextBox.ShortcutMenuBar.md | 8 +-
api/Access.TextBox.ShowDatePicker.md | 8 +-
api/Access.TextBox.SizeToFit.md | 8 +-
api/Access.TextBox.SmartTags.md | 8 +-
api/Access.TextBox.SpecialEffect.md | 8 +-
api/Access.TextBox.StatusBarText.md | 8 +-
api/Access.TextBox.TabIndex.md | 8 +-
api/Access.TextBox.TabStop.md | 8 +-
api/Access.TextBox.Tag.md | 8 +-
api/Access.TextBox.Text.md | 8 +-
api/Access.TextBox.TextAlign.md | 8 +-
api/Access.TextBox.TextFormat.md | 8 +-
api/Access.TextBox.ThemeFontIndex.md | 8 +-
api/Access.TextBox.Top.md | 8 +-
api/Access.TextBox.TopMargin.md | 8 +-
api/Access.TextBox.TopPadding.md | 8 +-
api/Access.TextBox.Undo(even).md | 10 +-
api/Access.TextBox.Undo(method).md | 8 +-
api/Access.TextBox.ValidationRule.md | 8 +-
api/Access.TextBox.ValidationText.md | 8 +-
api/Access.TextBox.Value.md | 8 +-
api/Access.TextBox.Vertical.md | 8 +-
api/Access.TextBox.VerticalAnchor.md | 8 +-
api/Access.TextBox.Visible.md | 8 +-
api/Access.TextBox.Width.md | 8 +-
api/Access.TextBox.md | 4 +-
api/Access.ToggleButton.AddColon.md | 8 +-
api/Access.ToggleButton.AfterUpdate(even).md | 8 +-
...cess.ToggleButton.AfterUpdate(property).md | 8 +-
api/Access.ToggleButton.Application.md | 8 +-
api/Access.ToggleButton.AutoLabel.md | 8 +-
api/Access.ToggleButton.BackColor.md | 8 +-
api/Access.ToggleButton.BackShade.md | 8 +-
...Access.ToggleButton.BackThemeColorIndex.md | 8 +-
api/Access.ToggleButton.BackTint.md | 8 +-
api/Access.ToggleButton.BeforeUpdate(even).md | 10 +-
...ess.ToggleButton.BeforeUpdate(property).md | 8 +-
api/Access.ToggleButton.Bevel.md | 8 +-
api/Access.ToggleButton.BorderColor.md | 8 +-
api/Access.ToggleButton.BorderShade.md | 8 +-
api/Access.ToggleButton.BorderStyle.md | 8 +-
...cess.ToggleButton.BorderThemeColorIndex.md | 8 +-
api/Access.ToggleButton.BorderTint.md | 8 +-
api/Access.ToggleButton.BorderWidth.md | 8 +-
api/Access.ToggleButton.BottomPadding.md | 8 +-
api/Access.ToggleButton.Caption.md | 8 +-
api/Access.ToggleButton.Click.md | 8 +-
api/Access.ToggleButton.ColumnHidden.md | 8 +-
api/Access.ToggleButton.ColumnOrder.md | 8 +-
api/Access.ToggleButton.ColumnWidth.md | 8 +-
api/Access.ToggleButton.ControlSource.md | 8 +-
api/Access.ToggleButton.ControlTipText.md | 8 +-
api/Access.ToggleButton.ControlType.md | 8 +-
api/Access.ToggleButton.Controls.md | 8 +-
api/Access.ToggleButton.DblClick.md | 10 +-
api/Access.ToggleButton.DefaultValue.md | 8 +-
api/Access.ToggleButton.DisplayWhen.md | 8 +-
api/Access.ToggleButton.Enabled.md | 8 +-
api/Access.ToggleButton.Enter.md | 8 +-
api/Access.ToggleButton.EventProcPrefix.md | 8 +-
api/Access.ToggleButton.Exit.md | 10 +-
api/Access.ToggleButton.FontBold.md | 8 +-
api/Access.ToggleButton.FontItalic.md | 8 +-
api/Access.ToggleButton.FontName.md | 8 +-
api/Access.ToggleButton.FontSize.md | 8 +-
api/Access.ToggleButton.FontUnderline.md | 8 +-
api/Access.ToggleButton.FontWeight.md | 8 +-
api/Access.ToggleButton.ForeColor.md | 8 +-
api/Access.ToggleButton.ForeShade.md | 8 +-
...Access.ToggleButton.ForeThemeColorIndex.md | 8 +-
api/Access.ToggleButton.ForeTint.md | 8 +-
api/Access.ToggleButton.Glow.md | 8 +-
api/Access.ToggleButton.GotFocus.md | 8 +-
api/Access.ToggleButton.Gradient.md | 8 +-
api/Access.ToggleButton.GridlineColor.md | 8 +-
api/Access.ToggleButton.GridlineShade.md | 8 +-
...Access.ToggleButton.GridlineStyleBottom.md | 8 +-
api/Access.ToggleButton.GridlineStyleLeft.md | 8 +-
api/Access.ToggleButton.GridlineStyleRight.md | 8 +-
api/Access.ToggleButton.GridlineStyleTop.md | 8 +-
...ss.ToggleButton.GridlineThemeColorIndex.md | 8 +-
api/Access.ToggleButton.GridlineTint.md | 8 +-
...Access.ToggleButton.GridlineWidthBottom.md | 8 +-
api/Access.ToggleButton.GridlineWidthLeft.md | 8 +-
api/Access.ToggleButton.GridlineWidthRight.md | 8 +-
api/Access.ToggleButton.GridlineWidthTop.md | 8 +-
api/Access.ToggleButton.Height.md | 8 +-
api/Access.ToggleButton.HelpContextId.md | 8 +-
api/Access.ToggleButton.HideDuplicates.md | 8 +-
api/Access.ToggleButton.HorizontalAnchor.md | 8 +-
api/Access.ToggleButton.HoverColor.md | 8 +-
api/Access.ToggleButton.HoverForeColor.md | 8 +-
api/Access.ToggleButton.HoverForeShade.md | 8 +-
...s.ToggleButton.HoverForeThemeColorIndex.md | 8 +-
api/Access.ToggleButton.HoverForeTint.md | 8 +-
api/Access.ToggleButton.HoverShade.md | 8 +-
...ccess.ToggleButton.HoverThemeColorIndex.md | 8 +-
api/Access.ToggleButton.HoverTint.md | 8 +-
api/Access.ToggleButton.InSelection.md | 8 +-
api/Access.ToggleButton.IsVisible.md | 8 +-
api/Access.ToggleButton.KeyDown.md | 10 +-
api/Access.ToggleButton.KeyPress.md | 10 +-
api/Access.ToggleButton.KeyUp.md | 10 +-
api/Access.ToggleButton.LabelAlign.md | 8 +-
api/Access.ToggleButton.LabelX.md | 8 +-
api/Access.ToggleButton.LabelY.md | 8 +-
api/Access.ToggleButton.Layout.md | 8 +-
api/Access.ToggleButton.LayoutID.md | 8 +-
api/Access.ToggleButton.Left.md | 8 +-
api/Access.ToggleButton.LeftPadding.md | 8 +-
api/Access.ToggleButton.Locked.md | 8 +-
api/Access.ToggleButton.LostFocus.md | 8 +-
api/Access.ToggleButton.MouseDown.md | 10 +-
api/Access.ToggleButton.MouseMove.md | 10 +-
api/Access.ToggleButton.MouseUp.md | 10 +-
api/Access.ToggleButton.Move.md | 10 +-
api/Access.ToggleButton.Name.md | 8 +-
api/Access.ToggleButton.ObjectPalette.md | 8 +-
api/Access.ToggleButton.OldValue.md | 8 +-
api/Access.ToggleButton.OnClick.md | 10 +-
api/Access.ToggleButton.OnDblClick.md | 10 +-
api/Access.ToggleButton.OnEnter.md | 10 +-
api/Access.ToggleButton.OnExit.md | 10 +-
api/Access.ToggleButton.OnGotFocus.md | 10 +-
api/Access.ToggleButton.OnKeyDown.md | 10 +-
api/Access.ToggleButton.OnKeyPress.md | 10 +-
api/Access.ToggleButton.OnKeyUp.md | 10 +-
api/Access.ToggleButton.OnLostFocus.md | 10 +-
api/Access.ToggleButton.OnMouseDown.md | 10 +-
api/Access.ToggleButton.OnMouseMove.md | 10 +-
api/Access.ToggleButton.OnMouseUp.md | 10 +-
api/Access.ToggleButton.OptionValue.md | 8 +-
api/Access.ToggleButton.Parent.md | 8 +-
api/Access.ToggleButton.Picture.md | 8 +-
api/Access.ToggleButton.PictureData.md | 8 +-
api/Access.ToggleButton.PictureType.md | 8 +-
api/Access.ToggleButton.PressedColor.md | 8 +-
api/Access.ToggleButton.PressedForeColor.md | 8 +-
api/Access.ToggleButton.PressedForeShade.md | 8 +-
...ToggleButton.PressedForeThemeColorIndex.md | 8 +-
api/Access.ToggleButton.PressedForeTint.md | 8 +-
api/Access.ToggleButton.PressedShade.md | 8 +-
...ess.ToggleButton.PressedThemeColorIndex.md | 8 +-
api/Access.ToggleButton.PressedTint.md | 8 +-
api/Access.ToggleButton.Properties.md | 8 +-
api/Access.ToggleButton.QuickStyle.md | 8 +-
api/Access.ToggleButton.ReadingOrder.md | 8 +-
api/Access.ToggleButton.Requery.md | 8 +-
api/Access.ToggleButton.RightPadding.md | 8 +-
api/Access.ToggleButton.Section.md | 8 +-
api/Access.ToggleButton.SetFocus.md | 10 +-
api/Access.ToggleButton.Shadow.md | 8 +-
api/Access.ToggleButton.Shape.md | 8 +-
api/Access.ToggleButton.ShortcutMenuBar.md | 8 +-
api/Access.ToggleButton.SizeToFit.md | 8 +-
api/Access.ToggleButton.SoftEdges.md | 8 +-
api/Access.ToggleButton.StatusBarText.md | 8 +-
api/Access.ToggleButton.TabIndex.md | 8 +-
api/Access.ToggleButton.TabStop.md | 8 +-
api/Access.ToggleButton.Tag.md | 8 +-
api/Access.ToggleButton.ThemeFontIndex.md | 8 +-
api/Access.ToggleButton.Top.md | 8 +-
api/Access.ToggleButton.TopPadding.md | 8 +-
api/Access.ToggleButton.TripleState.md | 8 +-
api/Access.ToggleButton.Undo.md | 8 +-
api/Access.ToggleButton.UseTheme.md | 8 +-
api/Access.ToggleButton.ValidationRule.md | 8 +-
api/Access.ToggleButton.ValidationText.md | 8 +-
api/Access.ToggleButton.Value.md | 8 +-
api/Access.ToggleButton.VerticalAnchor.md | 8 +-
api/Access.ToggleButton.Visible.md | 8 +-
api/Access.ToggleButton.Width.md | 8 +-
api/Access.ToggleButton.md | 4 +-
api/Access.WSParameter.Name.md | 8 +-
api/Access.WSParameter.Parent.md | 8 +-
api/Access.WSParameter.Type.md | 8 +-
api/Access.WSParameter.md | 4 +-
api/Access.WSParameters.Count.md | 8 +-
api/Access.WSParameters.Item.md | 10 +-
api/Access.WSParameters.Parent.md | 8 +-
api/Access.WSParameters.md | 4 +-
api/Access.WebBrowserControl.AfterUpdate.md | 10 +-
api/Access.WebBrowserControl.Application.md | 8 +-
...ccess.WebBrowserControl.BeforeNavigate2.md | 10 +-
api/Access.WebBrowserControl.BeforeUpdate.md | 12 +--
api/Access.WebBrowserControl.BorderColor.md | 8 +-
api/Access.WebBrowserControl.BorderShade.md | 8 +-
api/Access.WebBrowserControl.BorderStyle.md | 8 +-
...WebBrowserControl.BorderThemeColorIndex.md | 8 +-
api/Access.WebBrowserControl.BorderTint.md | 8 +-
api/Access.WebBrowserControl.BorderWidth.md | 8 +-
api/Access.WebBrowserControl.BottomPadding.md | 8 +-
api/Access.WebBrowserControl.Change.md | 10 +-
api/Access.WebBrowserControl.Click.md | 10 +-
api/Access.WebBrowserControl.ControlSource.md | 8 +-
...Access.WebBrowserControl.ControlTipText.md | 8 +-
api/Access.WebBrowserControl.ControlType.md | 8 +-
api/Access.WebBrowserControl.Controls.md | 8 +-
api/Access.WebBrowserControl.DblClick.md | 12 +--
api/Access.WebBrowserControl.Dirty.md | 12 +--
api/Access.WebBrowserControl.DisplayWhen.md | 8 +-
...cess.WebBrowserControl.DocumentComplete.md | 12 +--
api/Access.WebBrowserControl.Enabled.md | 8 +-
api/Access.WebBrowserControl.Enter.md | 10 +-
...ccess.WebBrowserControl.EventProcPrefix.md | 8 +-
api/Access.WebBrowserControl.Exit.md | 12 +--
api/Access.WebBrowserControl.GotFocus.md | 10 +-
api/Access.WebBrowserControl.GridlineColor.md | 8 +-
api/Access.WebBrowserControl.GridlineShade.md | 8 +-
...s.WebBrowserControl.GridlineStyleBottom.md | 8 +-
...ess.WebBrowserControl.GridlineStyleLeft.md | 8 +-
...ss.WebBrowserControl.GridlineStyleRight.md | 8 +-
...cess.WebBrowserControl.GridlineStyleTop.md | 8 +-
...bBrowserControl.GridlineThemeColorIndex.md | 8 +-
api/Access.WebBrowserControl.GridlineTint.md | 8 +-
...s.WebBrowserControl.GridlineWidthBottom.md | 8 +-
...ess.WebBrowserControl.GridlineWidthLeft.md | 8 +-
...ss.WebBrowserControl.GridlineWidthRight.md | 8 +-
...cess.WebBrowserControl.GridlineWidthTop.md | 8 +-
api/Access.WebBrowserControl.Height.md | 8 +-
api/Access.WebBrowserControl.HelpContextId.md | 8 +-
...cess.WebBrowserControl.HorizontalAnchor.md | 8 +-
api/Access.WebBrowserControl.Hyperlink.md | 8 +-
api/Access.WebBrowserControl.InSelection.md | 8 +-
api/Access.WebBrowserControl.KeyDown.md | 12 +--
api/Access.WebBrowserControl.KeyPress.md | 12 +--
api/Access.WebBrowserControl.KeyUp.md | 12 +--
api/Access.WebBrowserControl.Layout.md | 8 +-
api/Access.WebBrowserControl.LayoutID.md | 8 +-
api/Access.WebBrowserControl.Left.md | 8 +-
api/Access.WebBrowserControl.LeftPadding.md | 8 +-
api/Access.WebBrowserControl.LocationURL.md | 8 +-
api/Access.WebBrowserControl.LostFocus.md | 10 +-
api/Access.WebBrowserControl.MouseDown.md | 12 +--
api/Access.WebBrowserControl.MouseMove.md | 12 +--
api/Access.WebBrowserControl.MouseUp.md | 12 +--
api/Access.WebBrowserControl.Move.md | 10 +-
api/Access.WebBrowserControl.Name.md | 8 +-
api/Access.WebBrowserControl.NavigateError.md | 12 +--
api/Access.WebBrowserControl.Object.md | 8 +-
api/Access.WebBrowserControl.OldValue.md | 8 +-
...cess.WebBrowserControl.OnBeforeNavigate.md | 8 +-
...ss.WebBrowserControl.OnDocumentComplete.md | 8 +-
api/Access.WebBrowserControl.OnKeyDown.md | 10 +-
api/Access.WebBrowserControl.OnKeyPress.md | 10 +-
api/Access.WebBrowserControl.OnKeyUp.md | 10 +-
api/Access.WebBrowserControl.OnMouseDown.md | 10 +-
api/Access.WebBrowserControl.OnMouseMove.md | 10 +-
api/Access.WebBrowserControl.OnMouseUp.md | 10 +-
...ccess.WebBrowserControl.OnNavigateError.md | 8 +-
...cess.WebBrowserControl.OnProgressChange.md | 8 +-
api/Access.WebBrowserControl.OnUpdated.md | 10 +-
api/Access.WebBrowserControl.Parent.md | 8 +-
api/Access.WebBrowserControl.Progress.md | 8 +-
...Access.WebBrowserControl.ProgressChange.md | 12 +--
api/Access.WebBrowserControl.Properties.md | 8 +-
api/Access.WebBrowserControl.ReadyState.md | 8 +-
api/Access.WebBrowserControl.Requery.md | 8 +-
api/Access.WebBrowserControl.RightPadding.md | 8 +-
api/Access.WebBrowserControl.ScrollBars.md | 8 +-
api/Access.WebBrowserControl.ScrollLeft.md | 8 +-
api/Access.WebBrowserControl.ScrollTop.md | 8 +-
api/Access.WebBrowserControl.Section.md | 8 +-
api/Access.WebBrowserControl.SetFocus.md | 8 +-
api/Access.WebBrowserControl.SizeToFit.md | 8 +-
api/Access.WebBrowserControl.SpecialEffect.md | 8 +-
api/Access.WebBrowserControl.StatusBarText.md | 8 +-
api/Access.WebBrowserControl.TabIndex.md | 8 +-
api/Access.WebBrowserControl.TabStop.md | 8 +-
api/Access.WebBrowserControl.Tag.md | 8 +-
api/Access.WebBrowserControl.Top.md | 8 +-
api/Access.WebBrowserControl.TopPadding.md | 8 +-
api/Access.WebBrowserControl.Transform.md | 8 +-
api/Access.WebBrowserControl.Undo.md | 8 +-
api/Access.WebBrowserControl.Updated.md | 12 +--
api/Access.WebBrowserControl.Value.md | 8 +-
...Access.WebBrowserControl.VerticalAnchor.md | 8 +-
api/Access.WebBrowserControl.Visible.md | 8 +-
api/Access.WebBrowserControl.Width.md | 8 +-
api/Access.WebBrowserControl.md | 4 +-
api/Access.WebService.Entities.md | 8 +-
api/Access.WebService.Name.md | 8 +-
api/Access.WebService.Parent.md | 8 +-
api/Access.WebService.md | 4 +-
api/Access.WebServices.Application.md | 8 +-
api/Access.WebServices.Count.md | 8 +-
api/Access.WebServices.Item.md | 10 +-
api/Access.WebServices.Parent.md | 8 +-
api/Access.WebServices.md | 4 +-
api/Access.allmacros.md | 4 +-
api/Access.application.davg.md | 12 +--
api/Access.application.returnvars.md | 8 +-
api/Access.commandbutton.quickstylemask.md | 8 +-
api/Access.form.recordsettype.md | 8 +-
api/Access.md | 16 +--
api/Access.navigationbutton.quickstylemask.md | 8 +-
api/Access.oldconstants.md | 6 +-
api/Access.report.shape.md | 8 +-
api/Access.togglebutton.quickstylemask.md | 8 +-
...Excel.AboveAverage.ModifyAppliesToRange.md | 2 +-
api/Excel.Action.Creator.md | 2 +-
api/Excel.Actions.Creator.md | 2 +-
api/Excel.Actions.Item.md | 2 +-
api/Excel.AddIn.Creator.md | 2 +-
api/Excel.AddIns.Add.md | 4 +-
api/Excel.AddIns.Creator.md | 2 +-
api/Excel.AddIns.Item.md | 2 +-
api/Excel.AddIns2.Add.md | 4 +-
api/Excel.AddIns2.Item.md | 2 +-
api/Excel.Adjustments.Item.md | 2 +-
api/Excel.AllowEditRange.ChangePassword.md | 2 +-
api/Excel.AllowEditRange.Unprotect.md | 2 +-
api/Excel.AllowEditRanges.Add.md | 4 +-
api/Excel.AllowEditRanges.Item.md | 2 +-
api/Excel.Application.ActivateMicrosoftApp.md | 2 +-
...cel.Application.ActiveEncryptionSession.md | 2 +-
api/Excel.Application.AddCustomList.md | 2 +-
api/Excel.Application.Caller.md | 2 +-
api/Excel.Application.CentimetersToPoints.md | 4 +-
api/Excel.Application.CheckAbort.md | 2 +-
api/Excel.Application.CheckSpelling.md | 4 +-
api/Excel.Application.ClipboardFormats.md | 2 +-
api/Excel.Application.ClusterConnector.md | 2 +-
api/Excel.Application.ConvertFormula.md | 4 +-
api/Excel.Application.Creator.md | 2 +-
api/Excel.Application.DDEExecute.md | 2 +-
api/Excel.Application.DDEInitiate.md | 4 +-
api/Excel.Application.DDEPoke.md | 2 +-
api/Excel.Application.DDERequest.md | 4 +-
api/Excel.Application.DDETerminate.md | 2 +-
api/Excel.Application.DeleteCustomList.md | 2 +-
api/Excel.Application.DisplayXMLSourcePane.md | 2 +-
api/Excel.Application.Evaluate.md | 4 +-
api/Excel.Application.ExecuteExcel4Macro.md | 4 +-
api/Excel.Application.FileConverters.md | 2 +-
api/Excel.Application.FileDialog.md | 2 +-
api/Excel.Application.FileValidation.md | 2 +-
api/Excel.Application.FileValidationPivot.md | 2 +-
api/Excel.Application.FindFile.md | 2 +-
...Excel.Application.GetCustomListContents.md | 4 +-
api/Excel.Application.GetCustomListNum.md | 4 +-
api/Excel.Application.GetOpenFilename.md | 4 +-
api/Excel.Application.GetPhonetic.md | 4 +-
api/Excel.Application.GetSaveAsFilename.md | 4 +-
api/Excel.Application.Goto.md | 2 +-
api/Excel.Application.Help.md | 2 +-
api/Excel.Application.InchesToPoints.md | 4 +-
api/Excel.Application.InputBox.md | 2 +-
api/Excel.Application.International.md | 2 +-
api/Excel.Application.Intersect.md | 4 +-
api/Excel.Application.IsSandboxed.md | 2 +-
api/Excel.Application.MacroOptions.md | 2 +-
api/Excel.Application.MailLogon.md | 2 +-
api/Excel.Application.NewWorkbook(even).md | 2 +-
...Excel.Application.NewWorkbook(property).md | 2 +-
api/Excel.Application.NextLetter.md | 2 +-
api/Excel.Application.OnKey.md | 2 +-
api/Excel.Application.OnRepeat.md | 2 +-
api/Excel.Application.OnTime.md | 2 +-
api/Excel.Application.OnUndo.md | 2 +-
api/Excel.Application.PreviousSelections.md | 2 +-
api/Excel.Application.PrintCommunication.md | 2 +-
...Application.ProtectedViewWindowActivate.md | 4 +-
...lication.ProtectedViewWindowBeforeClose.md | 4 +-
...plication.ProtectedViewWindowBeforeEdit.md | 4 +-
...plication.ProtectedViewWindowDeactivate.md | 4 +-
...cel.Application.ProtectedViewWindowOpen.md | 4 +-
...l.Application.ProtectedViewWindowResize.md | 4 +-
api/Excel.Application.RTD.md | 2 +-
api/Excel.Application.Range.md | 2 +-
api/Excel.Application.RecordMacro.md | 2 +-
api/Excel.Application.RegisterXLL.md | 4 +-
api/Excel.Application.RegisteredFunctions.md | 2 +-
api/Excel.Application.Run.md | 4 +-
api/Excel.Application.SaveWorkspace.md | 2 +-
api/Excel.Application.SendKeys.md | 2 +-
api/Excel.Application.SharePointVersion.md | 4 +-
api/Excel.Application.SheetActivate.md | 2 +-
...xcel.Application.SheetBeforeDoubleClick.md | 2 +-
...Excel.Application.SheetBeforeRightClick.md | 2 +-
api/Excel.Application.SheetCalculate.md | 2 +-
api/Excel.Application.SheetChange.md | 2 +-
api/Excel.Application.SheetDeactivate.md | 2 +-
api/Excel.Application.SheetFollowHyperlink.md | 2 +-
...ication.SheetPivotTableAfterValueChange.md | 4 +-
...on.SheetPivotTableBeforeAllocateChanges.md | 4 +-
...tion.SheetPivotTableBeforeCommitChanges.md | 4 +-
...ion.SheetPivotTableBeforeDiscardChanges.md | 4 +-
...Excel.Application.SheetPivotTableUpdate.md | 2 +-
api/Excel.Application.SheetSelectionChange.md | 2 +-
api/Excel.Application.SmartArtColors.md | 2 +-
api/Excel.Application.SmartArtLayouts.md | 2 +-
api/Excel.Application.SmartArtQuickStyles.md | 2 +-
api/Excel.Application.Union.md | 4 +-
api/Excel.Application.UseClusterConnector.md | 2 +-
api/Excel.Application.Volatile.md | 2 +-
api/Excel.Application.Wait.md | 4 +-
api/Excel.Application.WindowActivate.md | 2 +-
api/Excel.Application.WindowDeactivate.md | 2 +-
api/Excel.Application.WindowResize.md | 2 +-
api/Excel.Application.WorkbookActivate.md | 4 +-
api/Excel.Application.WorkbookAddinInstall.md | 4 +-
...xcel.Application.WorkbookAddinUninstall.md | 4 +-
api/Excel.Application.WorkbookAfterSave.md | 4 +-
...xcel.Application.WorkbookAfterXmlExport.md | 4 +-
...xcel.Application.WorkbookAfterXmlImport.md | 4 +-
api/Excel.Application.WorkbookBeforeClose.md | 4 +-
api/Excel.Application.WorkbookBeforePrint.md | 4 +-
api/Excel.Application.WorkbookBeforeSave.md | 4 +-
...cel.Application.WorkbookBeforeXmlExport.md | 4 +-
...cel.Application.WorkbookBeforeXmlImport.md | 4 +-
api/Excel.Application.WorkbookDeactivate.md | 4 +-
api/Excel.Application.WorkbookNewChart.md | 4 +-
api/Excel.Application.WorkbookNewSheet.md | 4 +-
api/Excel.Application.WorkbookOpen.md | 4 +-
...ation.WorkbookPivotTableCloseConnection.md | 4 +-
...cation.WorkbookPivotTableOpenConnection.md | 4 +-
...xcel.Application.WorkbookRowsetComplete.md | 2 +-
api/Excel.Areas.Item.md | 2 +-
api/Excel.AutoCorrect.AddReplacement.md | 4 +-
api/Excel.AutoCorrect.DeleteReplacement.md | 4 +-
api/Excel.AutoCorrect.ReplacementList.md | 2 +-
api/Excel.Axes.Item.md | 4 +-
api/Excel.Axis.AxisGroup.md | 2 +-
api/Excel.Axis.Delete.md | 2 +-
api/Excel.Axis.Select.md | 2 +-
api/Excel.AxisTitle.Characters.md | 2 +-
api/Excel.AxisTitle.Delete.md | 2 +-
api/Excel.AxisTitle.Formula.md | 2 +-
api/Excel.AxisTitle.FormulaLocal.md | 2 +-
api/Excel.AxisTitle.FormulaR1C1.md | 2 +-
api/Excel.AxisTitle.FormulaR1C1Local.md | 2 +-
api/Excel.AxisTitle.Height.md | 2 +-
api/Excel.AxisTitle.Select.md | 2 +-
api/Excel.AxisTitle.Width.md | 2 +-
api/Excel.Borders.Item.md | 2 +-
api/Excel.CalculatedFields.Add.md | 4 +-
api/Excel.CalculatedFields.Item.md | 4 +-
api/Excel.CalculatedItems.Add.md | 4 +-
api/Excel.CalculatedItems.Item.md | 4 +-
api/Excel.CalculatedMember.DisplayFolder.md | 2 +-
api/Excel.CalculatedMember.Dynamic.md | 2 +-
...cel.CalculatedMember.FlattenHierarchies.md | 2 +-
...el.CalculatedMember.HierarchizeDistinct.md | 2 +-
api/Excel.CalculatedMembers.Add.md | 4 +-
api/Excel.CalculatedMembers.Item.md | 2 +-
api/Excel.CalloutFormat.CustomDrop.md | 2 +-
api/Excel.CalloutFormat.CustomLength.md | 2 +-
api/Excel.CalloutFormat.PresetDrop.md | 2 +-
api/Excel.Characters.Delete.md | 2 +-
api/Excel.Characters.Insert.md | 4 +-
api/Excel.Chart.ApplyChartTemplate.md | 2 +-
api/Excel.Chart.ApplyDataLabels.md | 2 +-
api/Excel.Chart.ApplyLayout.md | 2 +-
api/Excel.Chart.Axes.md | 4 +-
api/Excel.Chart.BeforeDoubleClick.md | 2 +-
api/Excel.Chart.BeforeRightClick.md | 2 +-
api/Excel.Chart.Calculate.md | 2 +-
api/Excel.Chart.ChartGroups.md | 4 +-
api/Excel.Chart.ChartObjects.md | 4 +-
api/Excel.Chart.ChartWizard.md | 2 +-
api/Excel.Chart.CheckSpelling.md | 2 +-
api/Excel.Chart.Copy.md | 2 +-
api/Excel.Chart.CopyPicture.md | 2 +-
api/Excel.Chart.Evaluate.md | 4 +-
api/Excel.Chart.Export.md | 4 +-
api/Excel.Chart.ExportAsFixedFormat.md | 2 +-
api/Excel.Chart.Floor.md | 2 +-
api/Excel.Chart.GetChartElement.md | 2 +-
api/Excel.Chart.HasAxis.md | 2 +-
api/Excel.Chart.Location.md | 4 +-
api/Excel.Chart.MouseDown.md | 4 +-
api/Excel.Chart.MouseMove.md | 4 +-
api/Excel.Chart.MouseUp.md | 4 +-
api/Excel.Chart.Move.md | 2 +-
api/Excel.Chart.OLEObjects.md | 4 +-
api/Excel.Chart.Paste.md | 2 +-
api/Excel.Chart.PrintOut.md | 4 +-
api/Excel.Chart.PrintPreview.md | 2 +-
api/Excel.Chart.PrintedCommentPages.md | 2 +-
api/Excel.Chart.Protect.md | 2 +-
api/Excel.Chart.SaveAs.md | 2 +-
api/Excel.Chart.SaveChartTemplate.md | 2 +-
api/Excel.Chart.Select(even).md | 2 +-
api/Excel.Chart.Select(method).md | 2 +-
api/Excel.Chart.SeriesChange.md | 4 +-
api/Excel.Chart.SeriesCollection.md | 4 +-
api/Excel.Chart.SetBackgroundPicture.md | 2 +-
api/Excel.Chart.SetDefaultChart.md | 2 +-
api/Excel.Chart.SetElement.md | 4 +-
api/Excel.Chart.SetSourceData.md | 2 +-
api/Excel.Chart.ShowAllFieldButtons.md | 2 +-
api/Excel.Chart.ShowAxisFieldButtons.md | 2 +-
api/Excel.Chart.ShowLegendFieldButtons.md | 2 +-
...xcel.Chart.ShowReportFilterFieldButtons.md | 2 +-
api/Excel.Chart.ShowValueFieldButtons.md | 2 +-
api/Excel.Chart.Unprotect.md | 2 +-
api/Excel.ChartArea.Clear.md | 2 +-
api/Excel.ChartArea.ClearContents.md | 2 +-
api/Excel.ChartArea.ClearFormats.md | 2 +-
api/Excel.ChartArea.Copy.md | 2 +-
api/Excel.ChartArea.Select.md | 2 +-
api/Excel.ChartFormat.Application.md | 2 +-
api/Excel.ChartFormat.Creator.md | 2 +-
api/Excel.ChartGroup.AxisGroup.md | 2 +-
api/Excel.ChartGroup.SeriesCollection.md | 4 +-
api/Excel.ChartGroups.Item.md | 4 +-
api/Excel.ChartObject.Activate.md | 2 +-
api/Excel.ChartObject.BringToFront.md | 2 +-
api/Excel.ChartObject.Copy.md | 2 +-
api/Excel.ChartObject.CopyPicture.md | 4 +-
api/Excel.ChartObject.Cut.md | 2 +-
api/Excel.ChartObject.Delete.md | 2 +-
api/Excel.ChartObject.Duplicate.md | 2 +-
api/Excel.ChartObject.Select.md | 4 +-
api/Excel.ChartObject.SendToBack.md | 2 +-
api/Excel.ChartObjects.Add.md | 4 +-
api/Excel.ChartObjects.Copy.md | 2 +-
api/Excel.ChartObjects.CopyPicture.md | 4 +-
api/Excel.ChartObjects.Cut.md | 2 +-
api/Excel.ChartObjects.Delete.md | 2 +-
api/Excel.ChartObjects.Duplicate.md | 2 +-
api/Excel.ChartObjects.Item.md | 4 +-
api/Excel.ChartObjects.Select.md | 4 +-
api/Excel.ChartTitle.Characters.md | 2 +-
api/Excel.ChartTitle.Delete.md | 2 +-
api/Excel.ChartTitle.Formula.md | 2 +-
api/Excel.ChartTitle.FormulaLocal.md | 2 +-
api/Excel.ChartTitle.FormulaR1C1.md | 2 +-
api/Excel.ChartTitle.FormulaR1C1Local.md | 2 +-
api/Excel.ChartTitle.Height.md | 2 +-
api/Excel.ChartTitle.Select.md | 2 +-
api/Excel.ChartTitle.Width.md | 2 +-
api/Excel.Charts.Copy.md | 2 +-
api/Excel.Charts.Item.md | 2 +-
api/Excel.Charts.Move.md | 2 +-
api/Excel.Charts.PrintOut.md | 4 +-
api/Excel.Charts.PrintPreview.md | 2 +-
api/Excel.Charts.Select.md | 2 +-
api/Excel.ColorFormat.Brightness.md | 2 +-
api/Excel.ColorScale.ModifyAppliesToRange.md | 2 +-
api/Excel.ColorScaleCriteria.Item.md | 2 +-
api/Excel.ColorStop.Application.md | 2 +-
api/Excel.ColorStop.Color.md | 2 +-
api/Excel.ColorStop.Creator.md | 2 +-
api/Excel.ColorStop.Delete.md | 2 +-
api/Excel.ColorStop.Parent.md | 2 +-
api/Excel.ColorStop.Position.md | 2 +-
api/Excel.ColorStop.ThemeColor.md | 2 +-
api/Excel.ColorStop.TintAndShade.md | 2 +-
api/Excel.ColorStops.Add.md | 4 +-
api/Excel.ColorStops.Application.md | 2 +-
api/Excel.ColorStops.Clear.md | 2 +-
api/Excel.ColorStops.Count.md | 2 +-
api/Excel.ColorStops.Creator.md | 2 +-
api/Excel.ColorStops.Item.md | 4 +-
api/Excel.ColorStops.Parent.md | 2 +-
api/Excel.Comment.Next.md | 2 +-
api/Excel.Comment.Previous.md | 2 +-
api/Excel.Comment.Text.md | 4 +-
api/Excel.Comments.Item.md | 4 +-
api/Excel.ConditionValue.Modify.md | 2 +-
api/Excel.Connections.Add.md | 4 +-
api/Excel.Connections.AddFromFile.md | 4 +-
api/Excel.Connections.Item.md | 4 +-
api/Excel.ConnectorFormat.BeginConnect.md | 2 +-
api/Excel.ConnectorFormat.EndConnect.md | 2 +-
api/Excel.Constants.md | 2 +-
api/Excel.ControlFormat.AddItem.md | 2 +-
api/Excel.ControlFormat.List.md | 4 +-
api/Excel.ControlFormat.Max.md | 2 +-
api/Excel.ControlFormat.Min.md | 2 +-
api/Excel.ControlFormat.RemoveItem.md | 2 +-
api/Excel.CubeField.AddMemberPropertyField.md | 2 +-
api/Excel.CubeField.FlattenHierarchies.md | 2 +-
api/Excel.CubeField.HierarchizeDistinct.md | 2 +-
api/Excel.CubeField.PivotFields.md | 2 +-
api/Excel.CubeFields.AddSet.md | 4 +-
api/Excel.CubeFields.Item.md | 2 +-
api/Excel.CustomProperties.Add.md | 4 +-
api/Excel.CustomProperties.Item.md | 2 +-
api/Excel.CustomViews.Add.md | 4 +-
api/Excel.CustomViews.Item.md | 4 +-
api/Excel.DataBarBorder.Color.md | 2 +-
api/Excel.DataBarBorder.Type.md | 2 +-
api/Excel.DataLabel.Characters.md | 2 +-
api/Excel.DataLabel.Delete.md | 2 +-
api/Excel.DataLabel.Formula.md | 2 +-
api/Excel.DataLabel.FormulaLocal.md | 2 +-
api/Excel.DataLabel.FormulaR1C1.md | 2 +-
api/Excel.DataLabel.FormulaR1C1Local.md | 2 +-
api/Excel.DataLabel.Height.md | 2 +-
api/Excel.DataLabel.Select.md | 2 +-
api/Excel.DataLabel.Width.md | 2 +-
api/Excel.DataLabels.Delete.md | 2 +-
api/Excel.DataLabels.Item.md | 4 +-
api/Excel.DataLabels.Select.md | 2 +-
api/Excel.Databar.AxisColor.md | 2 +-
api/Excel.Databar.AxisPosition.md | 2 +-
api/Excel.Databar.BarBorder.md | 2 +-
api/Excel.Databar.BarFillType.md | 2 +-
api/Excel.Databar.ModifyAppliesToRange.md | 2 +-
api/Excel.Databar.NegativeBarFormat.md | 2 +-
api/Excel.Dialog.Show.md | 4 +-
api/Excel.Dialogs.Item.md | 2 +-
api/Excel.DisplayFormat.AddIndent.md | 2 +-
api/Excel.DisplayFormat.Borders.md | 2 +-
api/Excel.DisplayFormat.Characters.md | 4 +-
api/Excel.DisplayFormat.Font.md | 2 +-
api/Excel.DisplayFormat.FormulaHidden.md | 2 +-
...Excel.DisplayFormat.HorizontalAlignment.md | 2 +-
api/Excel.DisplayFormat.IndentLevel.md | 2 +-
api/Excel.DisplayFormat.Interior.md | 2 +-
api/Excel.DisplayFormat.Locked.md | 2 +-
api/Excel.DisplayFormat.MergeCells.md | 2 +-
api/Excel.DisplayFormat.NumberFormat.md | 2 +-
api/Excel.DisplayFormat.NumberFormatLocal.md | 2 +-
api/Excel.DisplayFormat.Orientation.md | 2 +-
api/Excel.DisplayFormat.ReadingOrder.md | 2 +-
api/Excel.DisplayFormat.ShrinkToFit.md | 2 +-
api/Excel.DisplayFormat.Style.md | 2 +-
api/Excel.DisplayFormat.VerticalAlignment.md | 2 +-
api/Excel.DisplayFormat.WrapText.md | 2 +-
api/Excel.DisplayUnitLabel.Characters.md | 2 +-
api/Excel.DisplayUnitLabel.Delete.md | 2 +-
api/Excel.DisplayUnitLabel.Formula.md | 2 +-
api/Excel.DisplayUnitLabel.FormulaLocal.md | 2 +-
api/Excel.DisplayUnitLabel.FormulaR1C1.md | 2 +-
...Excel.DisplayUnitLabel.FormulaR1C1Local.md | 2 +-
api/Excel.DisplayUnitLabel.Height.md | 2 +-
api/Excel.DisplayUnitLabel.Select.md | 2 +-
api/Excel.DisplayUnitLabel.Width.md | 2 +-
api/Excel.DownBars.Delete.md | 2 +-
api/Excel.DownBars.Select.md | 2 +-
api/Excel.DropLines.Delete.md | 2 +-
api/Excel.DropLines.Select.md | 2 +-
api/Excel.ErrorBars.ClearFormats.md | 2 +-
api/Excel.ErrorBars.Delete.md | 2 +-
api/Excel.ErrorBars.Select.md | 2 +-
api/Excel.Errors.Item.md | 2 +-
api/Excel.FileExportConverters.Item.md | 4 +-
api/Excel.FillFormat.GradientAngle.md | 2 +-
api/Excel.FillFormat.OneColorGradient.md | 2 +-
api/Excel.FillFormat.Patterned.md | 2 +-
api/Excel.FillFormat.PictureEffects.md | 2 +-
api/Excel.FillFormat.PresetGradient.md | 2 +-
api/Excel.FillFormat.PresetTextured.md | 2 +-
api/Excel.FillFormat.TwoColorGradient.md | 2 +-
api/Excel.FillFormat.UserPicture.md | 2 +-
api/Excel.FillFormat.UserTextured.md | 2 +-
api/Excel.Filters.Item.md | 2 +-
api/Excel.Floor.ClearFormats.md | 2 +-
api/Excel.Floor.Select.md | 2 +-
api/Excel.FormatCondition.Modify.md | 2 +-
...el.FormatCondition.ModifyAppliesToRange.md | 2 +-
api/Excel.FormatConditions.Add.md | 4 +-
api/Excel.FormatConditions.AddAboveAverage.md | 2 +-
api/Excel.FormatConditions.AddColorScale.md | 4 +-
api/Excel.FormatConditions.AddDatabar.md | 2 +-
...el.FormatConditions.AddIconSetCondition.md | 2 +-
api/Excel.FormatConditions.AddTop10.md | 2 +-
api/Excel.FormatConditions.AddUniqueValues.md | 2 +-
api/Excel.FormatConditions.Item.md | 4 +-
api/Excel.FreeformBuilder.AddNodes.md | 2 +-
api/Excel.FreeformBuilder.ConvertToShape.md | 2 +-
api/Excel.Gridlines.Delete.md | 2 +-
api/Excel.Gridlines.Select.md | 2 +-
api/Excel.GroupShapes.Item.md | 4 +-
api/Excel.GroupShapes.Range.md | 2 +-
api/Excel.HPageBreak.DragOff.md | 2 +-
api/Excel.HPageBreaks.Add.md | 4 +-
api/Excel.HPageBreaks.Item.md | 2 +-
api/Excel.HiLoLines.Delete.md | 2 +-
api/Excel.HiLoLines.Select.md | 2 +-
api/Excel.Hyperlink.CreateNewDocument.md | 2 +-
api/Excel.Hyperlink.Follow.md | 2 +-
api/Excel.Hyperlinks.Add.md | 4 +-
api/Excel.Hyperlinks.Item.md | 2 +-
api/Excel.IRtdServer.ConnectData.md | 4 +-
api/Excel.IRtdServer.DisconnectData.md | 2 +-
api/Excel.IRtdServer.Heartbeat.md | 2 +-
api/Excel.IRtdServer.RefreshData.md | 4 +-
api/Excel.IRtdServer.ServerStart.md | 4 +-
api/Excel.IconCriteria.Item.md | 2 +-
api/Excel.IconSet.Item.md | 2 +-
...l.IconSetCondition.ModifyAppliesToRange.md | 2 +-
api/Excel.IconSets.Item.md | 2 +-
api/Excel.Interior.Gradient.md | 2 +-
api/Excel.Legend.Clear.md | 2 +-
api/Excel.Legend.Delete.md | 2 +-
api/Excel.Legend.LegendEntries.md | 4 +-
api/Excel.Legend.Select.md | 2 +-
api/Excel.LegendEntries.Item.md | 4 +-
api/Excel.LegendEntry.Delete.md | 2 +-
api/Excel.LegendEntry.Select.md | 2 +-
api/Excel.LegendKey.ClearFormats.md | 2 +-
api/Excel.LegendKey.Delete.md | 2 +-
api/Excel.LineFormat.InsetPen.md | 2 +-
api/Excel.LinearGradient.Application.md | 2 +-
api/Excel.LinearGradient.ColorStops.md | 2 +-
api/Excel.LinearGradient.Creator.md | 2 +-
api/Excel.LinearGradient.Degree.md | 2 +-
api/Excel.LinearGradient.Parent.md | 2 +-
api/Excel.ListColumns.Add.md | 4 +-
api/Excel.ListColumns.Item.md | 2 +-
api/Excel.ListObject.AlternativeText.md | 2 +-
api/Excel.ListObject.Name.md | 2 +-
api/Excel.ListObject.Publish.md | 4 +-
api/Excel.ListObject.Resize.md | 2 +-
api/Excel.ListObject.Summary.md | 2 +-
api/Excel.ListObjects.Add.md | 4 +-
api/Excel.ListObjects.Item.md | 2 +-
api/Excel.ListRows.Add.md | 4 +-
api/Excel.ListRows.Item.md | 2 +-
api/Excel.Mailer.Received.md | 2 +-
api/Excel.Name.WorkbookParameter.md | 2 +-
api/Excel.Names.Add.md | 4 +-
api/Excel.Names.Item.md | 4 +-
api/Excel.NegativeBarFormat.BorderColor.md | 2 +-
...Excel.NegativeBarFormat.BorderColorType.md | 2 +-
api/Excel.NegativeBarFormat.Color.md | 2 +-
api/Excel.NegativeBarFormat.ColorType.md | 2 +-
api/Excel.ODBCConnection.SaveAsODC.md | 4 +-
api/Excel.ODBCErrors.Item.md | 4 +-
...Excel.OLEDBConnection.CalculatedMembers.md | 2 +-
api/Excel.OLEDBConnection.LocaleID.md | 2 +-
api/Excel.OLEDBConnection.MakeConnection.md | 2 +-
api/Excel.OLEDBConnection.SaveAsODC.md | 2 +-
api/Excel.OLEDBErrors.Item.md | 4 +-
api/Excel.OLEFormat.Verb.md | 2 +-
api/Excel.OLEObject.Activate.md | 2 +-
api/Excel.OLEObject.BringToFront.md | 2 +-
api/Excel.OLEObject.Copy.md | 2 +-
api/Excel.OLEObject.CopyPicture.md | 4 +-
api/Excel.OLEObject.Cut.md | 2 +-
api/Excel.OLEObject.Delete.md | 2 +-
api/Excel.OLEObject.Duplicate.md | 2 +-
api/Excel.OLEObject.GotFocus.md | 2 +-
api/Excel.OLEObject.LostFocus.md | 2 +-
api/Excel.OLEObject.Select.md | 4 +-
api/Excel.OLEObject.SendToBack.md | 2 +-
api/Excel.OLEObject.Update.md | 2 +-
api/Excel.OLEObject.Verb.md | 4 +-
api/Excel.OLEObjects.Add.md | 4 +-
api/Excel.OLEObjects.BringToFront.md | 2 +-
api/Excel.OLEObjects.Copy.md | 2 +-
api/Excel.OLEObjects.CopyPicture.md | 4 +-
api/Excel.OLEObjects.Cut.md | 2 +-
api/Excel.OLEObjects.Delete.md | 2 +-
api/Excel.OLEObjects.Duplicate.md | 2 +-
api/Excel.OLEObjects.Item.md | 4 +-
api/Excel.OLEObjects.Select.md | 4 +-
api/Excel.OLEObjects.SendToBack.md | 2 +-
api/Excel.Outline.ShowLevels.md | 4 +-
api/Excel.PageSetup.PrintQuality.md | 2 +-
api/Excel.Pages.Item.md | 2 +-
api/Excel.Pane.Activate.md | 2 +-
api/Excel.Pane.LargeScroll.md | 4 +-
api/Excel.Pane.PointsToScreenPixelsX.md | 4 +-
api/Excel.Pane.PointsToScreenPixelsY.md | 4 +-
api/Excel.Pane.ScrollIntoView.md | 2 +-
api/Excel.Pane.SmallScroll.md | 4 +-
api/Excel.Panes.Item.md | 2 +-
api/Excel.Parameter.SetParam.md | 2 +-
api/Excel.Parameters.Add.md | 4 +-
api/Excel.Parameters.Item.md | 4 +-
api/Excel.Phonetics.Add.md | 2 +-
api/Excel.Phonetics.Item.md | 2 +-
...Excel.PictureFormat.IncrementBrightness.md | 2 +-
api/Excel.PictureFormat.IncrementContrast.md | 2 +-
api/Excel.PivotCache.CreatePivotTable.md | 4 +-
api/Excel.PivotCache.SaveAsODC.md | 2 +-
api/Excel.PivotCaches.Create.md | 4 +-
api/Excel.PivotCaches.Item.md | 4 +-
api/Excel.PivotCell.AllocateChange.md | 2 +-
api/Excel.PivotCell.CellChanged.md | 2 +-
api/Excel.PivotCell.DataSourceValue.md | 2 +-
api/Excel.PivotCell.DiscardChange.md | 2 +-
api/Excel.PivotCell.MDX.md | 2 +-
api/Excel.PivotField.AddPageItem.md | 2 +-
api/Excel.PivotField.AutoShow.md | 2 +-
api/Excel.PivotField.AutoSort.md | 2 +-
api/Excel.PivotField.CalculatedItems.md | 2 +-
api/Excel.PivotField.ChildItems.md | 2 +-
api/Excel.PivotField.DrillTo.md | 2 +-
api/Excel.PivotField.HiddenItems.md | 2 +-
api/Excel.PivotField.ParentItems.md | 2 +-
api/Excel.PivotField.PivotItems.md | 4 +-
api/Excel.PivotField.RepeatLabels.md | 2 +-
api/Excel.PivotField.Subtotals.md | 2 +-
api/Excel.PivotField.VisibleItems.md | 2 +-
api/Excel.PivotFields.Item.md | 4 +-
api/Excel.PivotFilters.Add.md | 4 +-
api/Excel.PivotFilters.Item.md | 2 +-
api/Excel.PivotFormulas.Add.md | 4 +-
api/Excel.PivotFormulas.Item.md | 4 +-
api/Excel.PivotItem.ChildItems.md | 2 +-
api/Excel.PivotItem.DrillTo.md | 2 +-
api/Excel.PivotItemList.Item.md | 4 +-
api/Excel.PivotItems.Add.md | 2 +-
api/Excel.PivotItems.Item.md | 4 +-
api/Excel.PivotLineCells.Item.md | 2 +-
api/Excel.PivotLines.Item.md | 2 +-
api/Excel.PivotTable.AddDataField.md | 4 +-
api/Excel.PivotTable.AddFields.md | 4 +-
api/Excel.PivotTable.AllocateChanges.md | 2 +-
api/Excel.PivotTable.Allocation.md | 2 +-
api/Excel.PivotTable.AllocationMethod.md | 2 +-
api/Excel.PivotTable.AllocationValue.md | 2 +-
api/Excel.PivotTable.AlternativeText.md | 2 +-
api/Excel.PivotTable.CalculatedFields.md | 2 +-
...l.PivotTable.CalculatedMembersInFilters.md | 2 +-
api/Excel.PivotTable.ChangeConnection.md | 2 +-
api/Excel.PivotTable.ChangeList.md | 2 +-
api/Excel.PivotTable.ChangePivotCache.md | 2 +-
api/Excel.PivotTable.ColumnFields.md | 2 +-
api/Excel.PivotTable.CommitChanges.md | 2 +-
api/Excel.PivotTable.ConvertToFormulas.md | 2 +-
api/Excel.PivotTable.CreateCubeFile.md | 4 +-
api/Excel.PivotTable.DataFields.md | 2 +-
api/Excel.PivotTable.DiscardChanges.md | 2 +-
api/Excel.PivotTable.EnableWriteback.md | 2 +-
api/Excel.PivotTable.GetData.md | 4 +-
api/Excel.PivotTable.GetPivotData.md | 4 +-
api/Excel.PivotTable.HiddenFields.md | 2 +-
api/Excel.PivotTable.PageFields.md | 2 +-
api/Excel.PivotTable.PivotCache.md | 2 +-
api/Excel.PivotTable.PivotFields.md | 4 +-
api/Excel.PivotTable.PivotSelect.md | 2 +-
api/Excel.PivotTable.PivotTableWizard.md | 2 +-
...xcel.PivotTable.RefreshDataSourceValues.md | 2 +-
api/Excel.PivotTable.RefreshTable.md | 2 +-
api/Excel.PivotTable.RepeatAllLabels.md | 4 +-
api/Excel.PivotTable.RowAxisLayout.md | 2 +-
api/Excel.PivotTable.RowFields.md | 2 +-
api/Excel.PivotTable.ShowPages.md | 4 +-
api/Excel.PivotTable.SubtotalLocation.md | 2 +-
api/Excel.PivotTable.VisibleFields.md | 2 +-
api/Excel.PivotTable.VisualTotalsForSets.md | 2 +-
api/Excel.PivotTableChangeList.Add.md | 4 +-
api/Excel.PivotTableChangeList.Item.md | 2 +-
api/Excel.PivotTables.Add.md | 4 +-
api/Excel.PivotTables.Item.md | 4 +-
api/Excel.PlotArea.ClearFormats.md | 2 +-
api/Excel.PlotArea.Select.md | 2 +-
api/Excel.Point.ApplyDataLabels.md | 2 +-
api/Excel.Point.ClearFormats.md | 2 +-
api/Excel.Point.Copy.md | 2 +-
api/Excel.Point.Delete.md | 2 +-
api/Excel.Point.Height.md | 2 +-
api/Excel.Point.Left.md | 2 +-
api/Excel.Point.Name.md | 2 +-
api/Excel.Point.Paste.md | 2 +-
api/Excel.Point.PieSliceLocation.md | 4 +-
api/Excel.Point.Select.md | 2 +-
api/Excel.Point.Top.md | 2 +-
api/Excel.Point.Width.md | 2 +-
api/Excel.Points.Item.md | 4 +-
api/Excel.ProtectedViewWindow.Activate.md | 2 +-
api/Excel.ProtectedViewWindow.Close.md | 2 +-
api/Excel.ProtectedViewWindow.Edit.md | 4 +-
api/Excel.ProtectedViewWindow.EnableResize.md | 2 +-
api/Excel.ProtectedViewWindow.Height.md | 2 +-
api/Excel.ProtectedViewWindow.Left.md | 2 +-
api/Excel.ProtectedViewWindow.SourceName.md | 2 +-
api/Excel.ProtectedViewWindow.SourcePath.md | 2 +-
api/Excel.ProtectedViewWindow.Top.md | 2 +-
api/Excel.ProtectedViewWindow.Visible.md | 2 +-
api/Excel.ProtectedViewWindow.WindowState.md | 2 +-
api/Excel.ProtectedViewWindow.Workbook.md | 2 +-
api/Excel.ProtectedViewWindows.Application.md | 2 +-
api/Excel.ProtectedViewWindows.Item.md | 2 +-
api/Excel.ProtectedViewWindows.Open.md | 4 +-
api/Excel.PublishObject.Publish.md | 2 +-
api/Excel.PublishObjects.Add.md | 4 +-
api/Excel.PublishObjects.Item.md | 2 +-
api/Excel.QueryTable.AfterRefresh.md | 4 +-
api/Excel.QueryTable.BeforeRefresh.md | 4 +-
api/Excel.QueryTable.Refresh.md | 4 +-
api/Excel.QueryTable.SaveAsODC.md | 2 +-
api/Excel.QueryTables.Add.md | 4 +-
api/Excel.QueryTables.Item.md | 4 +-
api/Excel.Range.Activate.md | 2 +-
api/Excel.Range.AddComment.md | 4 +-
api/Excel.Range.Address.md | 2 +-
api/Excel.Range.AddressLocal.md | 2 +-
api/Excel.Range.AdvancedFilter.md | 4 +-
api/Excel.Range.ApplyNames.md | 4 +-
api/Excel.Range.ApplyOutlineStyles.md | 2 +-
api/Excel.Range.AutoComplete.md | 4 +-
api/Excel.Range.AutoFill.md | 4 +-
api/Excel.Range.AutoFit.md | 2 +-
api/Excel.Range.AutoOutline.md | 2 +-
api/Excel.Range.BorderAround.md | 4 +-
api/Excel.Range.Calculate.md | 2 +-
api/Excel.Range.CalculateRowMajorOrder.md | 2 +-
api/Excel.Range.Characters.md | 2 +-
api/Excel.Range.CheckSpelling.md | 4 +-
api/Excel.Range.Clear.md | 2 +-
api/Excel.Range.ClearContents.md | 2 +-
api/Excel.Range.ClearFormats.md | 2 +-
api/Excel.Range.ClearHyperlinks.md | 2 +-
api/Excel.Range.ClearNotes.md | 2 +-
api/Excel.Range.ClearOutline.md | 2 +-
api/Excel.Range.ColumnDifferences.md | 4 +-
api/Excel.Range.Consolidate.md | 4 +-
api/Excel.Range.ConvertToLinkedDataType.md | 2 +-
api/Excel.Range.Copy.md | 4 +-
api/Excel.Range.CopyFromRecordset.md | 4 +-
api/Excel.Range.CopyPicture.md | 4 +-
api/Excel.Range.CreateNames.md | 4 +-
api/Excel.Range.Cut.md | 4 +-
api/Excel.Range.DataSeries.md | 4 +-
api/Excel.Range.Delete.md | 4 +-
api/Excel.Range.DialogBox.md | 2 +-
api/Excel.Range.DisplayFormat.md | 2 +-
api/Excel.Range.EditionOptions.md | 4 +-
api/Excel.Range.End.md | 2 +-
api/Excel.Range.ExportAsFixedFormat.md | 2 +-
api/Excel.Range.FillDown.md | 2 +-
api/Excel.Range.FillLeft.md | 2 +-
api/Excel.Range.FillRight.md | 2 +-
api/Excel.Range.FillUp.md | 2 +-
api/Excel.Range.Find.md | 4 +-
api/Excel.Range.FindNext.md | 4 +-
api/Excel.Range.FindPrevious.md | 4 +-
api/Excel.Range.FunctionWizard.md | 2 +-
api/Excel.Range.Group.md | 4 +-
api/Excel.Range.Insert.md | 2 +-
api/Excel.Range.InsertIndent.md | 2 +-
api/Excel.Range.Item.md | 2 +-
api/Excel.Range.Justify.md | 2 +-
api/Excel.Range.ListNames.md | 2 +-
api/Excel.Range.Merge.md | 2 +-
api/Excel.Range.NavigateArrow.md | 4 +-
api/Excel.Range.NoteText.md | 4 +-
api/Excel.Range.Offset.md | 2 +-
api/Excel.Range.Parse.md | 4 +-
api/Excel.Range.PasteSpecial.md | 4 +-
api/Excel.Range.Phonetic.md | 2 +-
api/Excel.Range.PrintOut.md | 4 +-
api/Excel.Range.PrintPreview.md | 4 +-
api/Excel.Range.Range.md | 2 +-
api/Excel.Range.RemoveDuplicates.md | 2 +-
api/Excel.Range.RemoveSubtotal.md | 2 +-
api/Excel.Range.Replace.md | 4 +-
api/Excel.Range.Resize.md | 4 +-
api/Excel.Range.RowDifferences.md | 4 +-
api/Excel.Range.Run.md | 4 +-
api/Excel.Range.Select.md | 2 +-
api/Excel.Range.SetCellDataTypeFromCell.md | 2 +-
api/Excel.Range.Show.md | 2 +-
api/Excel.Range.ShowDependents.md | 4 +-
api/Excel.Range.ShowErrors.md | 2 +-
api/Excel.Range.ShowPrecedents.md | 4 +-
api/Excel.Range.Sort.md | 2 +-
api/Excel.Range.SortSpecial.md | 4 +-
api/Excel.Range.SparklineGroups.md | 2 +-
api/Excel.Range.Speak.md | 2 +-
api/Excel.Range.SpecialCells.md | 4 +-
api/Excel.Range.SubscribeTo.md | 4 +-
api/Excel.Range.Subtotal.md | 4 +-
api/Excel.Range.Table.md | 4 +-
api/Excel.Range.TextToColumns.md | 4 +-
api/Excel.Range.Ungroup.md | 2 +-
api/Excel.Range.Value.md | 2 +-
api/Excel.Ranges.Item.md | 2 +-
api/Excel.RecentFile.Open.md | 2 +-
api/Excel.RecentFiles.Add.md | 4 +-
api/Excel.RecentFiles.Item.md | 2 +-
api/Excel.RectangularGradient.Application.md | 2 +-
api/Excel.RectangularGradient.ColorStops.md | 2 +-
api/Excel.RectangularGradient.Creator.md | 2 +-
api/Excel.RectangularGradient.Parent.md | 2 +-
...cel.RectangularGradient.RectangleBottom.md | 2 +-
...Excel.RectangularGradient.RectangleLeft.md | 2 +-
...xcel.RectangularGradient.RectangleRight.md | 2 +-
api/Excel.RectangularGradient.RectangleTop.md | 2 +-
api/Excel.Research.IsResearchService.md | 4 +-
api/Excel.Research.Query.md | 4 +-
api/Excel.Research.SetLanguagePair.md | 4 +-
api/Excel.Scenario.ChangeScenario.md | 4 +-
api/Excel.Scenario.Delete.md | 2 +-
api/Excel.Scenario.Show.md | 2 +-
api/Excel.Scenario.Values.md | 2 +-
api/Excel.Scenarios.Add.md | 4 +-
api/Excel.Scenarios.CreateSummary.md | 4 +-
api/Excel.Scenarios.Item.md | 4 +-
api/Excel.Scenarios.Merge.md | 4 +-
api/Excel.Series.ApplyDataLabels.md | 2 +-
api/Excel.Series.AxisGroup.md | 2 +-
api/Excel.Series.ClearFormats.md | 2 +-
api/Excel.Series.Copy.md | 2 +-
api/Excel.Series.DataLabels.md | 4 +-
api/Excel.Series.Delete.md | 2 +-
api/Excel.Series.ErrorBar.md | 4 +-
api/Excel.Series.InvertColor.md | 2 +-
api/Excel.Series.InvertColorIndex.md | 2 +-
api/Excel.Series.Paste.md | 2 +-
api/Excel.Series.PlotColorIndex.md | 2 +-
api/Excel.Series.Points.md | 4 +-
api/Excel.Series.Select.md | 2 +-
api/Excel.Series.Trendlines.md | 4 +-
api/Excel.SeriesCollection.Add.md | 4 +-
api/Excel.SeriesCollection.Extend.md | 4 +-
api/Excel.SeriesCollection.Item.md | 4 +-
api/Excel.SeriesCollection.NewSeries.md | 2 +-
api/Excel.SeriesCollection.Paste.md | 4 +-
api/Excel.SeriesLines.Delete.md | 2 +-
api/Excel.SeriesLines.Select.md | 2 +-
api/Excel.ServerViewableItems.Add.md | 4 +-
api/Excel.ServerViewableItems.Delete.md | 2 +-
api/Excel.ServerViewableItems.Item.md | 4 +-
api/Excel.ShadowFormat.IncrementOffsetX.md | 2 +-
api/Excel.ShadowFormat.IncrementOffsetY.md | 2 +-
api/Excel.Shape.CopyPicture.md | 2 +-
api/Excel.Shape.Cut.md | 2 +-
api/Excel.Shape.Duplicate.md | 2 +-
api/Excel.Shape.Flip.md | 2 +-
api/Excel.Shape.HasSmartArt.md | 2 +-
api/Excel.Shape.IncrementLeft.md | 2 +-
api/Excel.Shape.IncrementRotation.md | 2 +-
api/Excel.Shape.IncrementTop.md | 2 +-
api/Excel.Shape.ScaleHeight.md | 2 +-
api/Excel.Shape.ScaleWidth.md | 2 +-
api/Excel.Shape.Select.md | 2 +-
api/Excel.Shape.SmartArt.md | 2 +-
api/Excel.Shape.Title.md | 2 +-
api/Excel.Shape.Ungroup.md | 2 +-
api/Excel.Shape.ZOrder.md | 2 +-
api/Excel.ShapeNode.Points.md | 2 +-
api/Excel.ShapeNodes.Delete.md | 2 +-
api/Excel.ShapeNodes.Insert.md | 2 +-
api/Excel.ShapeNodes.Item.md | 4 +-
api/Excel.ShapeNodes.SetEditingType.md | 2 +-
api/Excel.ShapeNodes.SetPosition.md | 2 +-
api/Excel.ShapeNodes.SetSegmentType.md | 2 +-
api/Excel.ShapeRange.Align.md | 2 +-
api/Excel.ShapeRange.Distribute.md | 2 +-
api/Excel.ShapeRange.Flip.md | 2 +-
api/Excel.ShapeRange.Group.md | 2 +-
api/Excel.ShapeRange.IncrementLeft.md | 2 +-
api/Excel.ShapeRange.IncrementRotation.md | 2 +-
api/Excel.ShapeRange.IncrementTop.md | 2 +-
api/Excel.ShapeRange.Item.md | 4 +-
api/Excel.ShapeRange.Regroup.md | 2 +-
api/Excel.ShapeRange.ScaleHeight.md | 2 +-
api/Excel.ShapeRange.ScaleWidth.md | 2 +-
api/Excel.ShapeRange.Select.md | 2 +-
api/Excel.ShapeRange.Title.md | 2 +-
api/Excel.ShapeRange.Ungroup.md | 2 +-
api/Excel.ShapeRange.ZOrder.md | 2 +-
api/Excel.Shapes.AddCallout.md | 4 +-
api/Excel.Shapes.AddConnector.md | 4 +-
api/Excel.Shapes.AddCurve.md | 4 +-
api/Excel.Shapes.AddFormControl.md | 4 +-
api/Excel.Shapes.AddLabel.md | 4 +-
api/Excel.Shapes.AddLine.md | 4 +-
api/Excel.Shapes.AddOLEObject.md | 4 +-
api/Excel.Shapes.AddPicture.md | 4 +-
api/Excel.Shapes.AddPolyline.md | 4 +-
api/Excel.Shapes.AddShape.md | 4 +-
api/Excel.Shapes.AddSmartArt.md | 4 +-
api/Excel.Shapes.AddTextEffect.md | 4 +-
api/Excel.Shapes.AddTextbox.md | 4 +-
api/Excel.Shapes.BuildFreeform.md | 4 +-
api/Excel.Shapes.Item.md | 4 +-
api/Excel.Shapes.Range.md | 2 +-
api/Excel.SheetViews.Item.md | 2 +-
api/Excel.Sheets.Add.md | 4 +-
api/Excel.Sheets.Copy.md | 2 +-
api/Excel.Sheets.FillAcrossSheets.md | 2 +-
api/Excel.Sheets.Item.md | 2 +-
api/Excel.Sheets.Move.md | 2 +-
api/Excel.Sheets.PrintOut.md | 4 +-
api/Excel.Sheets.PrintPreview.md | 2 +-
api/Excel.Sheets.Select.md | 2 +-
api/Excel.Slicer.ActiveItem.md | 2 +-
api/Excel.Slicer.Caption.md | 2 +-
api/Excel.Slicer.ColumnWidth.md | 2 +-
api/Excel.Slicer.Delete.md | 2 +-
api/Excel.Slicer.DisableMoveResizeUI.md | 2 +-
api/Excel.Slicer.DisplayHeader.md | 2 +-
api/Excel.Slicer.Height.md | 2 +-
api/Excel.Slicer.Left.md | 2 +-
api/Excel.Slicer.Locked.md | 2 +-
api/Excel.Slicer.Name.md | 2 +-
api/Excel.Slicer.NumberOfColumns.md | 2 +-
api/Excel.Slicer.RowHeight.md | 2 +-
api/Excel.Slicer.Shape.md | 2 +-
api/Excel.Slicer.SlicerCache.md | 2 +-
api/Excel.Slicer.SlicerCacheLevel.md | 2 +-
api/Excel.Slicer.Style.md | 2 +-
api/Excel.Slicer.Top.md | 2 +-
api/Excel.Slicer.Width.md | 2 +-
api/Excel.SlicerCache.CrossFilterType.md | 2 +-
api/Excel.SlicerCache.Name.md | 2 +-
api/Excel.SlicerCache.OLAP.md | 2 +-
api/Excel.SlicerCache.PivotTables.md | 2 +-
api/Excel.SlicerCache.ShowAllItems.md | 2 +-
api/Excel.SlicerCache.SlicerItems.md | 2 +-
api/Excel.SlicerCache.Slicers.md | 2 +-
api/Excel.SlicerCache.SortItems.md | 2 +-
api/Excel.SlicerCache.SourceName.md | 2 +-
api/Excel.SlicerCache.SourceType.md | 2 +-
api/Excel.SlicerCache.VisibleSlicerItems.md | 2 +-
...xcel.SlicerCache.VisibleSlicerItemsList.md | 2 +-
api/Excel.SlicerCache.WorkbookConnection.md | 2 +-
api/Excel.SlicerCacheLevel.Count.md | 2 +-
api/Excel.SlicerCacheLevel.CrossFilterType.md | 2 +-
api/Excel.SlicerCacheLevel.Name.md | 2 +-
api/Excel.SlicerCacheLevel.Ordinal.md | 2 +-
api/Excel.SlicerCacheLevel.SlicerItems.md | 2 +-
api/Excel.SlicerCacheLevel.SortItems.md | 2 +-
...SlicerCacheLevel.VisibleSlicerItemsList.md | 2 +-
api/Excel.SlicerCacheLevels.Count.md | 2 +-
api/Excel.SlicerCacheLevels.Item.md | 2 +-
api/Excel.SlicerCaches.Add.md | 4 +-
api/Excel.SlicerCaches.Application.md | 2 +-
api/Excel.SlicerCaches.Count.md | 2 +-
api/Excel.SlicerCaches.Creator.md | 2 +-
api/Excel.SlicerCaches.Item.md | 4 +-
api/Excel.SlicerCaches.Parent.md | 2 +-
api/Excel.SlicerItem.Caption.md | 2 +-
api/Excel.SlicerItem.HasData.md | 2 +-
api/Excel.SlicerItem.Name.md | 2 +-
api/Excel.SlicerItem.Parent.md | 2 +-
api/Excel.SlicerItem.Selected.md | 2 +-
api/Excel.SlicerItem.SourceName.md | 2 +-
api/Excel.SlicerItem.SourceNameStandard.md | 2 +-
api/Excel.SlicerItem.Value.md | 2 +-
api/Excel.SlicerItems.Count.md | 2 +-
api/Excel.SlicerItems.Creator.md | 2 +-
api/Excel.SlicerItems.Item.md | 4 +-
api/Excel.SlicerItems.Parent.md | 2 +-
api/Excel.SlicerPivotTables.AddPivotTable.md | 4 +-
api/Excel.SlicerPivotTables.Count.md | 2 +-
api/Excel.SlicerPivotTables.Item.md | 2 +-
...xcel.SlicerPivotTables.RemovePivotTable.md | 4 +-
api/Excel.Slicers.Add.md | 4 +-
api/Excel.Slicers.Count.md | 2 +-
api/Excel.Slicers.Item.md | 2 +-
api/Excel.Sort.SetRange.md | 2 +-
api/Excel.SortField.ModifyKey.md | 2 +-
api/Excel.SortField.SetIcon.md | 2 +-
api/Excel.SortFields.Item.md | 2 +-
api/Excel.SparkAxes.Horizontal.md | 2 +-
api/Excel.SparkAxes.Parent.md | 2 +-
api/Excel.SparkAxes.Vertical.md | 2 +-
api/Excel.SparkColor.Color.md | 2 +-
api/Excel.SparkColor.Visible.md | 2 +-
api/Excel.SparkHorizontalAxis.IsDateAxis.md | 2 +-
...parkHorizontalAxis.RightToLeftPlotOrder.md | 2 +-
api/Excel.SparkPoints.Firstpoint.md | 2 +-
api/Excel.SparkPoints.Highpoint.md | 2 +-
api/Excel.SparkPoints.Lastpoint.md | 2 +-
api/Excel.SparkPoints.Lowpoint.md | 2 +-
api/Excel.SparkPoints.Markers.md | 2 +-
api/Excel.SparkPoints.Negative.md | 2 +-
...l.SparkVerticalAxis.CustomMaxScaleValue.md | 2 +-
...l.SparkVerticalAxis.CustomMinScaleValue.md | 2 +-
api/Excel.SparkVerticalAxis.MaxScaleType.md | 2 +-
api/Excel.SparkVerticalAxis.MinScaleType.md | 2 +-
api/Excel.Sparkline.Location.md | 2 +-
api/Excel.Sparkline.ModifyLocation.md | 4 +-
api/Excel.Sparkline.ModifySourceData.md | 4 +-
api/Excel.Sparkline.SourceData.md | 2 +-
api/Excel.SparklineGroup.Axes.md | 2 +-
api/Excel.SparklineGroup.Count.md | 2 +-
api/Excel.SparklineGroup.DateRange.md | 2 +-
api/Excel.SparklineGroup.Delete.md | 2 +-
api/Excel.SparklineGroup.DisplayHidden.md | 2 +-
api/Excel.SparklineGroup.Item.md | 4 +-
api/Excel.SparklineGroup.LineWeight.md | 2 +-
api/Excel.SparklineGroup.Location.md | 2 +-
api/Excel.SparklineGroup.Modify.md | 4 +-
api/Excel.SparklineGroup.ModifyDateRange.md | 4 +-
api/Excel.SparklineGroup.ModifyLocation.md | 4 +-
api/Excel.SparklineGroup.ModifySourceData.md | 4 +-
api/Excel.SparklineGroup.SeriesColor.md | 2 +-
api/Excel.SparklineGroup.SourceData.md | 2 +-
api/Excel.SparklineGroup.Type.md | 2 +-
api/Excel.SparklineGroups.Add.md | 4 +-
api/Excel.SparklineGroups.Clear.md | 2 +-
api/Excel.SparklineGroups.ClearGroups.md | 2 +-
api/Excel.SparklineGroups.Count.md | 2 +-
api/Excel.SparklineGroups.Group.md | 4 +-
api/Excel.SparklineGroups.Item.md | 4 +-
api/Excel.SparklineGroups.Ungroup.md | 2 +-
api/Excel.Speech.Speak.md | 2 +-
...l.SpellingOptions.ArabicStrictAlefHamza.md | 2 +-
...el.SpellingOptions.ArabicStrictFinalYaa.md | 2 +-
...SpellingOptions.ArabicStrictTaaMarboota.md | 2 +-
api/Excel.SpellingOptions.BrazilReform.md | 2 +-
api/Excel.SpellingOptions.PortugalReform.md | 2 +-
api/Excel.SpellingOptions.RussianStrictE.md | 2 +-
api/Excel.SpellingOptions.SpanishModes.md | 2 +-
api/Excel.Style.Delete.md | 2 +-
api/Excel.Styles.Add.md | 4 +-
api/Excel.Styles.Item.md | 2 +-
api/Excel.Styles.Merge.md | 4 +-
api/Excel.TableStyle.Delete.md | 2 +-
api/Excel.TableStyle.Duplicate.md | 4 +-
...l.TableStyle.ShowAsAvailableSlicerStyle.md | 2 +-
api/Excel.TableStyleElements.Item.md | 4 +-
api/Excel.TableStyles.Add.md | 4 +-
api/Excel.TableStyles.Item.md | 4 +-
api/Excel.TextFrame.AutoMargins.md | 2 +-
api/Excel.TextFrame.Characters.md | 4 +-
api/Excel.TextFrame.HorizontalOverflow.md | 2 +-
api/Excel.TextFrame.VerticalOverflow.md | 2 +-
api/Excel.TextFrame2.NoTextRotation.md | 2 +-
...hreeDFormat.IncrementRotationHorizontal.md | 2 +-
....ThreeDFormat.IncrementRotationVertical.md | 2 +-
api/Excel.ThreeDFormat.IncrementRotationX.md | 2 +-
api/Excel.ThreeDFormat.IncrementRotationY.md | 2 +-
api/Excel.ThreeDFormat.IncrementRotationZ.md | 2 +-
...xcel.ThreeDFormat.SetExtrusionDirection.md | 2 +-
api/Excel.ThreeDFormat.SetPresetCamera.md | 2 +-
api/Excel.ThreeDFormat.SetThreeDFormat.md | 2 +-
api/Excel.TickLabels.Delete.md | 2 +-
api/Excel.TickLabels.Select.md | 2 +-
api/Excel.Top10.ModifyAppliesToRange.md | 2 +-
api/Excel.Trendline.ClearFormats.md | 2 +-
api/Excel.Trendline.Delete.md | 2 +-
api/Excel.Trendline.Intercept.md | 2 +-
api/Excel.Trendline.Select.md | 2 +-
api/Excel.Trendlines.Add.md | 4 +-
api/Excel.Trendlines.Item.md | 4 +-
...Excel.UniqueValues.ModifyAppliesToRange.md | 2 +-
api/Excel.UpBars.Delete.md | 2 +-
api/Excel.UpBars.Select.md | 2 +-
api/Excel.UsedObjects.Item.md | 2 +-
api/Excel.UserAccessList.Add.md | 4 +-
api/Excel.UserAccessList.Item.md | 2 +-
api/Excel.VPageBreak.DragOff.md | 2 +-
api/Excel.VPageBreaks.Add.md | 4 +-
api/Excel.VPageBreaks.Item.md | 2 +-
api/Excel.Validation.Add.md | 2 +-
api/Excel.Validation.Modify.md | 2 +-
api/Excel.ValueChange.AllocationMethod.md | 2 +-
api/Excel.ValueChange.AllocationValue.md | 2 +-
....ValueChange.AllocationWeightExpression.md | 2 +-
api/Excel.ValueChange.Order.md | 2 +-
api/Excel.ValueChange.PivotCell.md | 2 +-
api/Excel.ValueChange.Tuple.md | 2 +-
api/Excel.ValueChange.Value.md | 2 +-
api/Excel.ValueChange.VisibleInPivotTable.md | 2 +-
api/Excel.Walls.ClearFormats.md | 2 +-
api/Excel.Walls.Select.md | 2 +-
api/Excel.Watches.Add.md | 4 +-
api/Excel.Watches.Item.md | 2 +-
api/Excel.Window.Activate.md | 2 +-
api/Excel.Window.ActivateNext.md | 2 +-
api/Excel.Window.ActivatePrevious.md | 2 +-
api/Excel.Window.Close.md | 4 +-
api/Excel.Window.LargeScroll.md | 4 +-
api/Excel.Window.NewWindow.md | 2 +-
api/Excel.Window.PointsToScreenPixelsX.md | 4 +-
api/Excel.Window.PointsToScreenPixelsY.md | 4 +-
api/Excel.Window.PrintOut.md | 4 +-
api/Excel.Window.PrintPreview.md | 4 +-
api/Excel.Window.RangeFromPoint.md | 4 +-
api/Excel.Window.ScrollIntoView.md | 2 +-
api/Excel.Window.ScrollWorkbookTabs.md | 4 +-
api/Excel.Window.SmallScroll.md | 4 +-
api/Excel.Windows.Arrange.md | 4 +-
api/Excel.Windows.BreakSideBySide.md | 2 +-
api/Excel.Windows.CompareSideBySideWith.md | 4 +-
api/Excel.Windows.Item.md | 2 +-
api/Excel.Workbook.AcceptAllChanges.md | 2 +-
api/Excel.Workbook.AccuracyVersion.md | 2 +-
api/Excel.Workbook.Activate(even).md | 2 +-
api/Excel.Workbook.ActiveSlicer.md | 2 +-
api/Excel.Workbook.AddinInstall.md | 2 +-
api/Excel.Workbook.AddinUninstall.md | 2 +-
api/Excel.Workbook.AfterSave.md | 4 +-
api/Excel.Workbook.AfterXmlExport.md | 4 +-
api/Excel.Workbook.AfterXmlImport.md | 4 +-
api/Excel.Workbook.ApplyTheme.md | 2 +-
api/Excel.Workbook.BeforeClose.md | 4 +-
api/Excel.Workbook.BeforePrint.md | 4 +-
api/Excel.Workbook.BeforeSave.md | 4 +-
api/Excel.Workbook.BeforeXmlExport.md | 4 +-
api/Excel.Workbook.BeforeXmlImport.md | 4 +-
api/Excel.Workbook.BreakLink.md | 2 +-
api/Excel.Workbook.CanCheckIn.md | 2 +-
api/Excel.Workbook.ChangeFileAccess.md | 2 +-
api/Excel.Workbook.ChangeLink.md | 2 +-
api/Excel.Workbook.CheckIn.md | 2 +-
api/Excel.Workbook.CheckInWithVersion.md | 4 +-
api/Excel.Workbook.Close.md | 2 +-
api/Excel.Workbook.Colors.md | 2 +-
api/Excel.Workbook.ConnectionsDisabled.md | 2 +-
api/Excel.Workbook.Deactivate.md | 2 +-
api/Excel.Workbook.DefaultSlicerStyle.md | 2 +-
api/Excel.Workbook.DeleteNumberFormat.md | 2 +-
api/Excel.Workbook.ExclusiveAccess.md | 2 +-
api/Excel.Workbook.ExportAsFixedFormat.md | 2 +-
api/Excel.Workbook.FollowHyperlink.md | 2 +-
api/Excel.Workbook.ForceFullCalculation.md | 2 +-
api/Excel.Workbook.GetWorkflowTasks.md | 2 +-
api/Excel.Workbook.GetWorkflowTemplates.md | 2 +-
api/Excel.Workbook.HighlightChangesOptions.md | 2 +-
api/Excel.Workbook.LinkInfo.md | 4 +-
api/Excel.Workbook.LinkSources.md | 4 +-
api/Excel.Workbook.MergeWorkbook.md | 2 +-
api/Excel.Workbook.NewChart.md | 4 +-
api/Excel.Workbook.NewSheet.md | 4 +-
api/Excel.Workbook.NewWindow.md | 2 +-
api/Excel.Workbook.OpenLinks.md | 2 +-
api/Excel.Workbook.PivotCaches.md | 2 +-
api/Excel.Workbook.Post.md | 2 +-
api/Excel.Workbook.PrintOut.md | 4 +-
api/Excel.Workbook.PrintPreview.md | 2 +-
api/Excel.Workbook.Protect.md | 2 +-
api/Excel.Workbook.ProtectSharing.md | 2 +-
api/Excel.Workbook.PurgeChangeHistoryNow.md | 2 +-
api/Excel.Workbook.RejectAllChanges.md | 2 +-
api/Excel.Workbook.ReloadAs.md | 2 +-
...xcel.Workbook.RemoveDocumentInformation.md | 2 +-
api/Excel.Workbook.RemoveUser.md | 2 +-
api/Excel.Workbook.ReplyWithChanges.md | 2 +-
api/Excel.Workbook.RowsetComplete.md | 2 +-
api/Excel.Workbook.RunAutoMacros.md | 2 +-
api/Excel.Workbook.SaveAs.md | 2 +-
api/Excel.Workbook.SaveAsXMLData.md | 2 +-
api/Excel.Workbook.SaveCopyAs.md | 2 +-
api/Excel.Workbook.SendFaxOverInternet.md | 2 +-
api/Excel.Workbook.SendForReview.md | 2 +-
api/Excel.Workbook.SendMail.md | 2 +-
api/Excel.Workbook.SendMailer.md | 2 +-
api/Excel.Workbook.SetLinkOnData.md | 2 +-
...l.Workbook.SetPasswordEncryptionOptions.md | 2 +-
api/Excel.Workbook.SheetActivate.md | 2 +-
api/Excel.Workbook.SheetBeforeDoubleClick.md | 2 +-
api/Excel.Workbook.SheetBeforeRightClick.md | 2 +-
api/Excel.Workbook.SheetCalculate.md | 2 +-
api/Excel.Workbook.SheetChange.md | 2 +-
api/Excel.Workbook.SheetDeactivate.md | 2 +-
api/Excel.Workbook.SheetFollowHyperlink.md | 2 +-
...orkbook.SheetPivotTableAfterValueChange.md | 4 +-
...ok.SheetPivotTableBeforeAllocateChanges.md | 4 +-
...book.SheetPivotTableBeforeCommitChanges.md | 4 +-
...ook.SheetPivotTableBeforeDiscardChanges.md | 4 +-
...xcel.Workbook.SheetPivotTableChangeSync.md | 4 +-
api/Excel.Workbook.SheetPivotTableUpdate.md | 2 +-
api/Excel.Workbook.SheetSelectionChange.md | 2 +-
api/Excel.Workbook.SlicerCaches.md | 2 +-
api/Excel.Workbook.Unprotect.md | 2 +-
api/Excel.Workbook.UnprotectSharing.md | 2 +-
api/Excel.Workbook.UpdateLink.md | 2 +-
api/Excel.Workbook.WindowActivate.md | 2 +-
api/Excel.Workbook.WindowDeactivate.md | 2 +-
api/Excel.Workbook.WindowResize.md | 2 +-
api/Excel.Workbook.XmlImport.md | 4 +-
api/Excel.Workbook.XmlImportXml.md | 4 +-
api/Excel.Workbooks.Add.md | 4 +-
api/Excel.Workbooks.CanCheckOut.md | 4 +-
api/Excel.Workbooks.CheckOut.md | 2 +-
api/Excel.Workbooks.Item.md | 2 +-
api/Excel.Workbooks.Open.md | 4 +-
api/Excel.Workbooks.OpenDatabase.md | 4 +-
api/Excel.Workbooks.OpenText.md | 2 +-
api/Excel.Workbooks.OpenXML.md | 4 +-
api/Excel.Worksheet.Activate(even).md | 2 +-
api/Excel.Worksheet.BeforeDoubleClick.md | 2 +-
api/Excel.Worksheet.BeforeRightClick.md | 2 +-
api/Excel.Worksheet.Calculate(even).md | 2 +-
api/Excel.Worksheet.Change.md | 4 +-
api/Excel.Worksheet.ChartObjects.md | 4 +-
api/Excel.Worksheet.CheckSpelling.md | 2 +-
api/Excel.Worksheet.Copy.md | 2 +-
api/Excel.Worksheet.Deactivate.md | 2 +-
api/Excel.Worksheet.Delete.md | 2 +-
api/Excel.Worksheet.Evaluate.md | 4 +-
api/Excel.Worksheet.ExportAsFixedFormat.md | 2 +-
api/Excel.Worksheet.FollowHyperlink.md | 2 +-
api/Excel.Worksheet.Move.md | 2 +-
api/Excel.Worksheet.OLEObjects.md | 4 +-
api/Excel.Worksheet.Paste.md | 2 +-
api/Excel.Worksheet.PasteSpecial.md | 2 +-
...el.Worksheet.PivotTableAfterValueChange.md | 4 +-
...rksheet.PivotTableBeforeAllocateChanges.md | 4 +-
...Worksheet.PivotTableBeforeCommitChanges.md | 4 +-
...orksheet.PivotTableBeforeDiscardChanges.md | 4 +-
api/Excel.Worksheet.PivotTableChangeSync.md | 4 +-
api/Excel.Worksheet.PivotTableUpdate.md | 4 +-
api/Excel.Worksheet.PivotTableWizard.md | 4 +-
api/Excel.Worksheet.PivotTables.md | 4 +-
api/Excel.Worksheet.PrintOut.md | 4 +-
api/Excel.Worksheet.PrintPreview.md | 2 +-
api/Excel.Worksheet.PrintedCommentPages.md | 2 +-
api/Excel.Worksheet.Protect.md | 2 +-
api/Excel.Worksheet.Range.md | 2 +-
api/Excel.Worksheet.SaveAs.md | 2 +-
api/Excel.Worksheet.Scenarios.md | 4 +-
api/Excel.Worksheet.Select.md | 2 +-
api/Excel.Worksheet.SelectionChange.md | 2 +-
api/Excel.Worksheet.SetBackgroundPicture.md | 2 +-
api/Excel.Worksheet.Unprotect.md | 2 +-
api/Excel.Worksheet.XmlDataQuery.md | 4 +-
api/Excel.Worksheet.XmlMapQuery.md | 4 +-
api/Excel.WorksheetFunction.AccrInt.md | 4 +-
api/Excel.WorksheetFunction.AccrIntM.md | 2 +-
api/Excel.WorksheetFunction.Acos.md | 4 +-
api/Excel.WorksheetFunction.Acosh.md | 4 +-
api/Excel.WorksheetFunction.Aggregate.md | 4 +-
api/Excel.WorksheetFunction.AmorDegrc.md | 4 +-
api/Excel.WorksheetFunction.AmorLinc.md | 4 +-
api/Excel.WorksheetFunction.And.md | 4 +-
api/Excel.WorksheetFunction.Asc.md | 4 +-
api/Excel.WorksheetFunction.Asin.md | 4 +-
api/Excel.WorksheetFunction.Asinh.md | 4 +-
api/Excel.WorksheetFunction.Atan2.md | 2 +-
api/Excel.WorksheetFunction.Atanh.md | 4 +-
api/Excel.WorksheetFunction.AveDev.md | 4 +-
api/Excel.WorksheetFunction.Average.md | 4 +-
api/Excel.WorksheetFunction.AverageIf.md | 4 +-
api/Excel.WorksheetFunction.AverageIfs.md | 4 +-
api/Excel.WorksheetFunction.BahtText.md | 4 +-
api/Excel.WorksheetFunction.BesselI.md | 4 +-
api/Excel.WorksheetFunction.BesselJ.md | 4 +-
api/Excel.WorksheetFunction.BesselK.md | 4 +-
api/Excel.WorksheetFunction.BesselY.md | 4 +-
api/Excel.WorksheetFunction.BetaDist.md | 4 +-
api/Excel.WorksheetFunction.BetaInv.md | 4 +-
api/Excel.WorksheetFunction.Beta_Dist.md | 4 +-
api/Excel.WorksheetFunction.Beta_Inv.md | 4 +-
api/Excel.WorksheetFunction.Bin2Dec.md | 4 +-
api/Excel.WorksheetFunction.Bin2Hex.md | 4 +-
api/Excel.WorksheetFunction.Bin2Oct.md | 4 +-
api/Excel.WorksheetFunction.BinomDist.md | 4 +-
api/Excel.WorksheetFunction.Binom_Dist.md | 4 +-
api/Excel.WorksheetFunction.Binom_Inv.md | 4 +-
api/Excel.WorksheetFunction.Ceiling.md | 4 +-
...Excel.WorksheetFunction.Ceiling_Precise.md | 4 +-
api/Excel.WorksheetFunction.ChiDist.md | 4 +-
api/Excel.WorksheetFunction.ChiInv.md | 4 +-
api/Excel.WorksheetFunction.ChiSq_Dist.md | 4 +-
api/Excel.WorksheetFunction.ChiSq_Dist_RT.md | 4 +-
api/Excel.WorksheetFunction.ChiSq_Inv.md | 4 +-
api/Excel.WorksheetFunction.ChiSq_Inv_RT.md | 4 +-
api/Excel.WorksheetFunction.ChiSq_Test.md | 4 +-
api/Excel.WorksheetFunction.ChiTest.md | 4 +-
api/Excel.WorksheetFunction.Choose.md | 4 +-
api/Excel.WorksheetFunction.Clean.md | 4 +-
api/Excel.WorksheetFunction.Combin.md | 4 +-
api/Excel.WorksheetFunction.Complex.md | 4 +-
api/Excel.WorksheetFunction.Confidence.md | 4 +-
...Excel.WorksheetFunction.Confidence_Norm.md | 4 +-
api/Excel.WorksheetFunction.Confidence_T.md | 4 +-
api/Excel.WorksheetFunction.Convert.md | 4 +-
api/Excel.WorksheetFunction.Correl.md | 4 +-
api/Excel.WorksheetFunction.Cosh.md | 4 +-
api/Excel.WorksheetFunction.Count.md | 4 +-
api/Excel.WorksheetFunction.CountA.md | 4 +-
api/Excel.WorksheetFunction.CountBlank.md | 4 +-
api/Excel.WorksheetFunction.CountIf.md | 4 +-
api/Excel.WorksheetFunction.CountIfs.md | 4 +-
api/Excel.WorksheetFunction.CoupDayBs.md | 4 +-
api/Excel.WorksheetFunction.CoupDays.md | 4 +-
api/Excel.WorksheetFunction.CoupDaysNc.md | 4 +-
api/Excel.WorksheetFunction.CoupNcd.md | 4 +-
api/Excel.WorksheetFunction.CoupNum.md | 4 +-
api/Excel.WorksheetFunction.CoupPcd.md | 4 +-
api/Excel.WorksheetFunction.Covar.md | 4 +-
api/Excel.WorksheetFunction.Covariance_P.md | 4 +-
api/Excel.WorksheetFunction.Covariance_S.md | 4 +-
api/Excel.WorksheetFunction.CritBinom.md | 4 +-
api/Excel.WorksheetFunction.CumIPmt.md | 4 +-
api/Excel.WorksheetFunction.CumPrinc.md | 4 +-
api/Excel.WorksheetFunction.DAverage.md | 4 +-
api/Excel.WorksheetFunction.DCount.md | 4 +-
api/Excel.WorksheetFunction.DCountA.md | 4 +-
api/Excel.WorksheetFunction.DGet.md | 4 +-
api/Excel.WorksheetFunction.DMax.md | 4 +-
api/Excel.WorksheetFunction.DMin.md | 4 +-
api/Excel.WorksheetFunction.DProduct.md | 4 +-
api/Excel.WorksheetFunction.DStDev.md | 4 +-
api/Excel.WorksheetFunction.DStDevP.md | 4 +-
api/Excel.WorksheetFunction.DSum.md | 4 +-
api/Excel.WorksheetFunction.DVar.md | 4 +-
api/Excel.WorksheetFunction.DVarP.md | 4 +-
api/Excel.WorksheetFunction.Days360.md | 4 +-
api/Excel.WorksheetFunction.Db.md | 4 +-
api/Excel.WorksheetFunction.Dbcs.md | 4 +-
api/Excel.WorksheetFunction.Ddb.md | 4 +-
api/Excel.WorksheetFunction.Dec2Bin.md | 4 +-
api/Excel.WorksheetFunction.Dec2Hex.md | 4 +-
api/Excel.WorksheetFunction.Dec2Oct.md | 4 +-
api/Excel.WorksheetFunction.Degrees.md | 4 +-
api/Excel.WorksheetFunction.Delta.md | 4 +-
api/Excel.WorksheetFunction.DevSq.md | 4 +-
api/Excel.WorksheetFunction.Disc.md | 4 +-
api/Excel.WorksheetFunction.Dollar.md | 4 +-
api/Excel.WorksheetFunction.DollarDe.md | 4 +-
api/Excel.WorksheetFunction.DollarFr.md | 4 +-
api/Excel.WorksheetFunction.Duration.md | 4 +-
api/Excel.WorksheetFunction.EDate.md | 4 +-
api/Excel.WorksheetFunction.Effect.md | 4 +-
api/Excel.WorksheetFunction.EoMonth.md | 4 +-
api/Excel.WorksheetFunction.Erf.md | 4 +-
api/Excel.WorksheetFunction.ErfC.md | 4 +-
api/Excel.WorksheetFunction.ErfC_Precise.md | 4 +-
api/Excel.WorksheetFunction.Erf_Precise.md | 4 +-
api/Excel.WorksheetFunction.Even.md | 4 +-
api/Excel.WorksheetFunction.ExponDist.md | 4 +-
api/Excel.WorksheetFunction.Expon_Dist.md | 4 +-
api/Excel.WorksheetFunction.FDist.md | 4 +-
api/Excel.WorksheetFunction.FInv.md | 4 +-
api/Excel.WorksheetFunction.FTest.md | 4 +-
api/Excel.WorksheetFunction.FVSchedule.md | 4 +-
api/Excel.WorksheetFunction.F_Dist.md | 4 +-
api/Excel.WorksheetFunction.F_Dist_RT.md | 4 +-
api/Excel.WorksheetFunction.F_Inv.md | 4 +-
api/Excel.WorksheetFunction.F_Inv_RT.md | 4 +-
api/Excel.WorksheetFunction.F_Test.md | 4 +-
api/Excel.WorksheetFunction.Fact.md | 4 +-
api/Excel.WorksheetFunction.FactDouble.md | 4 +-
api/Excel.WorksheetFunction.Find.md | 4 +-
api/Excel.WorksheetFunction.FindB.md | 4 +-
api/Excel.WorksheetFunction.Fisher.md | 4 +-
api/Excel.WorksheetFunction.FisherInv.md | 4 +-
api/Excel.WorksheetFunction.Fixed.md | 4 +-
api/Excel.WorksheetFunction.Floor.md | 4 +-
api/Excel.WorksheetFunction.Floor_Precise.md | 4 +-
api/Excel.WorksheetFunction.Forecast.md | 4 +-
api/Excel.WorksheetFunction.Frequency.md | 4 +-
api/Excel.WorksheetFunction.Fv.md | 4 +-
api/Excel.WorksheetFunction.GammaDist.md | 4 +-
api/Excel.WorksheetFunction.GammaInv.md | 4 +-
api/Excel.WorksheetFunction.GammaLn.md | 4 +-
...Excel.WorksheetFunction.GammaLn_Precise.md | 4 +-
api/Excel.WorksheetFunction.Gamma_Dist.md | 4 +-
api/Excel.WorksheetFunction.Gamma_Inv.md | 4 +-
api/Excel.WorksheetFunction.Gcd.md | 4 +-
api/Excel.WorksheetFunction.GeStep.md | 4 +-
api/Excel.WorksheetFunction.GeoMean.md | 4 +-
api/Excel.WorksheetFunction.Growth.md | 4 +-
api/Excel.WorksheetFunction.HLookup.md | 4 +-
api/Excel.WorksheetFunction.HarMean.md | 4 +-
api/Excel.WorksheetFunction.Hex2Bin.md | 4 +-
api/Excel.WorksheetFunction.Hex2Dec.md | 4 +-
api/Excel.WorksheetFunction.Hex2Oct.md | 4 +-
api/Excel.WorksheetFunction.HypGeomDist.md | 4 +-
api/Excel.WorksheetFunction.HypGeom_Dist.md | 4 +-
api/Excel.WorksheetFunction.ISO_Ceiling.md | 4 +-
api/Excel.WorksheetFunction.IfError.md | 4 +-
api/Excel.WorksheetFunction.ImAbs.md | 4 +-
api/Excel.WorksheetFunction.ImArgument.md | 4 +-
api/Excel.WorksheetFunction.ImConjugate.md | 4 +-
api/Excel.WorksheetFunction.ImCos.md | 4 +-
api/Excel.WorksheetFunction.ImDiv.md | 4 +-
api/Excel.WorksheetFunction.ImExp.md | 4 +-
api/Excel.WorksheetFunction.ImLn.md | 4 +-
api/Excel.WorksheetFunction.ImLog10.md | 4 +-
api/Excel.WorksheetFunction.ImLog2.md | 4 +-
api/Excel.WorksheetFunction.ImPower.md | 4 +-
api/Excel.WorksheetFunction.ImProduct.md | 4 +-
api/Excel.WorksheetFunction.ImReal.md | 4 +-
api/Excel.WorksheetFunction.ImSin.md | 4 +-
api/Excel.WorksheetFunction.ImSqrt.md | 4 +-
api/Excel.WorksheetFunction.ImSub.md | 4 +-
api/Excel.WorksheetFunction.ImSum.md | 4 +-
api/Excel.WorksheetFunction.Imaginary.md | 4 +-
api/Excel.WorksheetFunction.Index.md | 4 +-
api/Excel.WorksheetFunction.IntRate.md | 4 +-
api/Excel.WorksheetFunction.Intercept.md | 4 +-
api/Excel.WorksheetFunction.Ipmt.md | 4 +-
api/Excel.WorksheetFunction.Irr.md | 4 +-
api/Excel.WorksheetFunction.IsErr.md | 4 +-
api/Excel.WorksheetFunction.IsError.md | 4 +-
api/Excel.WorksheetFunction.IsEven.md | 4 +-
api/Excel.WorksheetFunction.IsLogical.md | 4 +-
api/Excel.WorksheetFunction.IsNA.md | 4 +-
api/Excel.WorksheetFunction.IsNonText.md | 4 +-
api/Excel.WorksheetFunction.IsNumber.md | 4 +-
api/Excel.WorksheetFunction.IsOdd.md | 4 +-
api/Excel.WorksheetFunction.IsText.md | 4 +-
api/Excel.WorksheetFunction.Ispmt.md | 4 +-
api/Excel.WorksheetFunction.Kurt.md | 4 +-
api/Excel.WorksheetFunction.Large.md | 4 +-
api/Excel.WorksheetFunction.Lcm.md | 4 +-
api/Excel.WorksheetFunction.LinEst.md | 2 +-
api/Excel.WorksheetFunction.Ln.md | 4 +-
api/Excel.WorksheetFunction.Log.md | 4 +-
api/Excel.WorksheetFunction.Log10.md | 4 +-
api/Excel.WorksheetFunction.LogEst.md | 2 +-
api/Excel.WorksheetFunction.LogInv.md | 4 +-
api/Excel.WorksheetFunction.LogNormDist.md | 4 +-
api/Excel.WorksheetFunction.LogNorm_Dist.md | 4 +-
api/Excel.WorksheetFunction.LogNorm_Inv.md | 4 +-
api/Excel.WorksheetFunction.Lookup.md | 2 +-
api/Excel.WorksheetFunction.MDeterm.md | 2 +-
api/Excel.WorksheetFunction.MDuration.md | 4 +-
api/Excel.WorksheetFunction.MInverse.md | 4 +-
api/Excel.WorksheetFunction.MIrr.md | 4 +-
api/Excel.WorksheetFunction.MMult.md | 2 +-
api/Excel.WorksheetFunction.MRound.md | 4 +-
api/Excel.WorksheetFunction.Match.md | 4 +-
api/Excel.WorksheetFunction.Max.md | 4 +-
api/Excel.WorksheetFunction.Median.md | 4 +-
api/Excel.WorksheetFunction.Min.md | 4 +-
api/Excel.WorksheetFunction.Mode.md | 4 +-
api/Excel.WorksheetFunction.Mode_Mult.md | 4 +-
api/Excel.WorksheetFunction.Mode_Sngl.md | 4 +-
api/Excel.WorksheetFunction.MultiNomial.md | 4 +-
api/Excel.WorksheetFunction.NPer.md | 4 +-
api/Excel.WorksheetFunction.NegBinomDist.md | 4 +-
api/Excel.WorksheetFunction.NegBinom_Dist.md | 4 +-
api/Excel.WorksheetFunction.NetworkDays.md | 4 +-
...xcel.WorksheetFunction.NetworkDays_Intl.md | 4 +-
api/Excel.WorksheetFunction.Nominal.md | 4 +-
api/Excel.WorksheetFunction.NormDist.md | 4 +-
api/Excel.WorksheetFunction.NormInv.md | 4 +-
api/Excel.WorksheetFunction.NormSDist.md | 4 +-
api/Excel.WorksheetFunction.NormSInv.md | 4 +-
api/Excel.WorksheetFunction.Norm_Dist.md | 4 +-
api/Excel.WorksheetFunction.Norm_Inv.md | 4 +-
api/Excel.WorksheetFunction.Norm_S_Dist.md | 4 +-
api/Excel.WorksheetFunction.Norm_S_Inv.md | 4 +-
api/Excel.WorksheetFunction.Npv.md | 4 +-
api/Excel.WorksheetFunction.Oct2Bin.md | 4 +-
api/Excel.WorksheetFunction.Oct2Dec.md | 4 +-
api/Excel.WorksheetFunction.Oct2Hex.md | 4 +-
api/Excel.WorksheetFunction.Odd.md | 4 +-
api/Excel.WorksheetFunction.OddFPrice.md | 4 +-
api/Excel.WorksheetFunction.OddFYield.md | 4 +-
api/Excel.WorksheetFunction.OddLPrice.md | 4 +-
api/Excel.WorksheetFunction.OddLYield.md | 4 +-
api/Excel.WorksheetFunction.Or.md | 4 +-
api/Excel.WorksheetFunction.Pearson.md | 4 +-
api/Excel.WorksheetFunction.PercentRank.md | 4 +-
...Excel.WorksheetFunction.PercentRank_Exc.md | 4 +-
...Excel.WorksheetFunction.PercentRank_Inc.md | 4 +-
api/Excel.WorksheetFunction.Percentile.md | 4 +-
api/Excel.WorksheetFunction.Percentile_Exc.md | 4 +-
api/Excel.WorksheetFunction.Percentile_Inc.md | 4 +-
api/Excel.WorksheetFunction.Permut.md | 4 +-
api/Excel.WorksheetFunction.Phonetic.md | 4 +-
api/Excel.WorksheetFunction.Pi.md | 2 +-
api/Excel.WorksheetFunction.Pmt.md | 4 +-
api/Excel.WorksheetFunction.Poisson.md | 4 +-
api/Excel.WorksheetFunction.Poisson_Dist.md | 4 +-
api/Excel.WorksheetFunction.Power.md | 4 +-
api/Excel.WorksheetFunction.Ppmt.md | 4 +-
api/Excel.WorksheetFunction.Price.md | 4 +-
api/Excel.WorksheetFunction.PriceDisc.md | 4 +-
api/Excel.WorksheetFunction.PriceMat.md | 4 +-
api/Excel.WorksheetFunction.Prob.md | 4 +-
api/Excel.WorksheetFunction.Product.md | 4 +-
api/Excel.WorksheetFunction.Proper.md | 4 +-
api/Excel.WorksheetFunction.Pv.md | 4 +-
api/Excel.WorksheetFunction.Quartile.md | 4 +-
api/Excel.WorksheetFunction.Quartile_Exc.md | 4 +-
api/Excel.WorksheetFunction.Quartile_Inc.md | 4 +-
api/Excel.WorksheetFunction.Quotient.md | 4 +-
api/Excel.WorksheetFunction.RSq.md | 4 +-
api/Excel.WorksheetFunction.RTD.md | 4 +-
api/Excel.WorksheetFunction.Radians.md | 4 +-
api/Excel.WorksheetFunction.RandBetween.md | 4 +-
api/Excel.WorksheetFunction.Rank.md | 4 +-
api/Excel.WorksheetFunction.Rank_Avg.md | 4 +-
api/Excel.WorksheetFunction.Rank_Eq.md | 4 +-
api/Excel.WorksheetFunction.Rate.md | 4 +-
api/Excel.WorksheetFunction.Received.md | 4 +-
api/Excel.WorksheetFunction.Replace.md | 4 +-
api/Excel.WorksheetFunction.ReplaceB.md | 4 +-
api/Excel.WorksheetFunction.Rept.md | 4 +-
api/Excel.WorksheetFunction.Roman.md | 4 +-
api/Excel.WorksheetFunction.Round.md | 4 +-
api/Excel.WorksheetFunction.RoundDown.md | 4 +-
api/Excel.WorksheetFunction.RoundUp.md | 4 +-
api/Excel.WorksheetFunction.Search.md | 4 +-
api/Excel.WorksheetFunction.SearchB.md | 4 +-
api/Excel.WorksheetFunction.SeriesSum.md | 4 +-
api/Excel.WorksheetFunction.Sinh.md | 4 +-
api/Excel.WorksheetFunction.Skew.md | 4 +-
api/Excel.WorksheetFunction.Sln.md | 4 +-
api/Excel.WorksheetFunction.Slope.md | 2 +-
api/Excel.WorksheetFunction.Small.md | 4 +-
api/Excel.WorksheetFunction.SqrtPi.md | 4 +-
api/Excel.WorksheetFunction.StDev.md | 4 +-
api/Excel.WorksheetFunction.StDevP.md | 4 +-
api/Excel.WorksheetFunction.StDev_P.md | 4 +-
api/Excel.WorksheetFunction.StDev_S.md | 4 +-
api/Excel.WorksheetFunction.StEyx.md | 4 +-
api/Excel.WorksheetFunction.Standardize.md | 4 +-
api/Excel.WorksheetFunction.Substitute.md | 4 +-
api/Excel.WorksheetFunction.Subtotal.md | 4 +-
api/Excel.WorksheetFunction.Sum.md | 4 +-
api/Excel.WorksheetFunction.SumIf.md | 4 +-
api/Excel.WorksheetFunction.SumIfs.md | 4 +-
api/Excel.WorksheetFunction.SumProduct.md | 4 +-
api/Excel.WorksheetFunction.SumSq.md | 4 +-
api/Excel.WorksheetFunction.SumX2MY2.md | 4 +-
api/Excel.WorksheetFunction.SumX2PY2.md | 4 +-
api/Excel.WorksheetFunction.SumXMY2.md | 4 +-
api/Excel.WorksheetFunction.Syd.md | 4 +-
api/Excel.WorksheetFunction.TBillEq.md | 4 +-
api/Excel.WorksheetFunction.TBillPrice.md | 4 +-
api/Excel.WorksheetFunction.TBillYield.md | 4 +-
api/Excel.WorksheetFunction.TDist.md | 4 +-
api/Excel.WorksheetFunction.TInv.md | 4 +-
api/Excel.WorksheetFunction.TTest.md | 4 +-
api/Excel.WorksheetFunction.T_Dist.md | 4 +-
api/Excel.WorksheetFunction.T_Dist_2T.md | 4 +-
api/Excel.WorksheetFunction.T_Dist_RT.md | 4 +-
api/Excel.WorksheetFunction.T_Inv.md | 4 +-
api/Excel.WorksheetFunction.T_Inv_2T.md | 4 +-
api/Excel.WorksheetFunction.T_Test.md | 4 +-
api/Excel.WorksheetFunction.Tanh.md | 4 +-
api/Excel.WorksheetFunction.Text.md | 4 +-
api/Excel.WorksheetFunction.Transpose.md | 4 +-
api/Excel.WorksheetFunction.Trend.md | 4 +-
api/Excel.WorksheetFunction.Trim.md | 4 +-
api/Excel.WorksheetFunction.TrimMean.md | 4 +-
api/Excel.WorksheetFunction.USDollar.md | 4 +-
api/Excel.WorksheetFunction.VLookup.md | 4 +-
api/Excel.WorksheetFunction.Var.md | 4 +-
api/Excel.WorksheetFunction.VarP.md | 4 +-
api/Excel.WorksheetFunction.Var_P.md | 4 +-
api/Excel.WorksheetFunction.Var_S.md | 4 +-
api/Excel.WorksheetFunction.Vdb.md | 4 +-
api/Excel.WorksheetFunction.WeekNum.md | 4 +-
api/Excel.WorksheetFunction.Weekday.md | 4 +-
api/Excel.WorksheetFunction.Weibull.md | 4 +-
api/Excel.WorksheetFunction.Weibull_Dist.md | 4 +-
api/Excel.WorksheetFunction.WorkDay.md | 4 +-
api/Excel.WorksheetFunction.WorkDay_Intl.md | 4 +-
api/Excel.WorksheetFunction.Xirr.md | 4 +-
api/Excel.WorksheetFunction.Xnpv.md | 4 +-
api/Excel.WorksheetFunction.YearFrac.md | 4 +-
api/Excel.WorksheetFunction.YieldDisc.md | 4 +-
api/Excel.WorksheetFunction.YieldMat.md | 4 +-
api/Excel.WorksheetFunction.ZTest.md | 4 +-
api/Excel.WorksheetFunction.Z_Test.md | 4 +-
api/Excel.Worksheets.Add.md | 4 +-
api/Excel.Worksheets.Copy.md | 2 +-
api/Excel.Worksheets.FillAcrossSheets.md | 2 +-
api/Excel.Worksheets.Item.md | 2 +-
api/Excel.Worksheets.Move.md | 2 +-
api/Excel.Worksheets.PrintOut.md | 4 +-
api/Excel.Worksheets.PrintPreview.md | 2 +-
api/Excel.Worksheets.Select.md | 2 +-
api/Excel.XPath.SetValue.md | 2 +-
api/Excel.XlAboveBelow.md | 2 +-
api/Excel.XlActionType.md | 2 +-
api/Excel.XlAllocation.md | 2 +-
api/Excel.XlAllocationMethod.md | 2 +-
api/Excel.XlAllocationValue.md | 2 +-
api/Excel.XlApplicationInternational.md | 2 +-
api/Excel.XlApplyNamesOrder.md | 2 +-
api/Excel.XlArabicModes.md | 2 +-
api/Excel.XlArrangeStyle.md | 2 +-
api/Excel.XlArrowHeadLength.md | 2 +-
api/Excel.XlArrowHeadStyle.md | 2 +-
api/Excel.XlArrowHeadWidth.md | 2 +-
api/Excel.XlAutoFillType.md | 2 +-
api/Excel.XlAutoFilterOperator.md | 2 +-
api/Excel.XlAxisCrosses.md | 2 +-
api/Excel.XlAxisGroup.md | 2 +-
api/Excel.XlAxisType.md | 2 +-
api/Excel.XlBackground.md | 2 +-
api/Excel.XlBarShape.md | 2 +-
api/Excel.XlBorderWeight.md | 2 +-
api/Excel.XlBordersIndex.md | 2 +-
api/Excel.XlBuiltInDialog.md | 2 +-
api/Excel.XlCVError.md | 2 +-
api/Excel.XlCalcFor.md | 2 +-
api/Excel.XlCalculatedMemberType.md | 2 +-
api/Excel.XlCalculation.md | 2 +-
api/Excel.XlCalculationInterruptKey.md | 2 +-
api/Excel.XlCalculationState.md | 2 +-
api/Excel.XlCategoryType.md | 2 +-
api/Excel.XlCellChangedState.md | 2 +-
api/Excel.XlCellInsertionMode.md | 2 +-
api/Excel.XlCellType.md | 2 +-
api/Excel.XlChartElementPosition.md | 2 +-
api/Excel.XlChartGallery.md | 2 +-
api/Excel.XlChartItem.md | 2 +-
api/Excel.XlChartLocation.md | 2 +-
api/Excel.XlChartPicturePlacement.md | 2 +-
api/Excel.XlChartPictureType.md | 2 +-
api/Excel.XlChartSplitType.md | 2 +-
api/Excel.XlChartType.md | 2 +-
api/Excel.XlCheckInVersionType.md | 2 +-
api/Excel.XlClipboardFormat.md | 2 +-
api/Excel.XlCmdType.md | 2 +-
api/Excel.XlColorIndex.md | 2 +-
api/Excel.XlColumnDataType.md | 2 +-
api/Excel.XlCommandUnderlines.md | 2 +-
api/Excel.XlCommentDisplayMode.md | 2 +-
api/Excel.XlConditionValueTypes.md | 2 +-
api/Excel.XlConnectionType.md | 2 +-
api/Excel.XlConsolidationFunction.md | 2 +-
api/Excel.XlContainsOperator.md | 2 +-
api/Excel.XlCopyPictureFormat.md | 2 +-
api/Excel.XlCorruptLoad.md | 2 +-
api/Excel.XlCreator.md | 2 +-
api/Excel.XlCredentialsMethod.md | 2 +-
api/Excel.XlCubeFieldSubType.md | 2 +-
api/Excel.XlCubeFieldType.md | 2 +-
api/Excel.XlCutCopyMode.md | 2 +-
api/Excel.XlDVAlertStyle.md | 2 +-
api/Excel.XlDVType.md | 2 +-
api/Excel.XlDataBarAxisPosition.md | 2 +-
api/Excel.XlDataBarBorderType.md | 2 +-
api/Excel.XlDataBarFillType.md | 2 +-
api/Excel.XlDataBarNegativeColorType.md | 2 +-
api/Excel.XlDataLabelPosition.md | 2 +-
api/Excel.XlDataLabelSeparator.md | 2 +-
api/Excel.XlDataLabelsType.md | 2 +-
api/Excel.XlDataSeriesDate.md | 2 +-
api/Excel.XlDataSeriesType.md | 2 +-
api/Excel.XlDeleteShiftDirection.md | 2 +-
api/Excel.XlDirection.md | 2 +-
api/Excel.XlDisplayBlanksAs.md | 2 +-
api/Excel.XlDisplayDrawingObjects.md | 2 +-
api/Excel.XlDisplayUnit.md | 2 +-
api/Excel.XlDupeUnique.md | 2 +-
api/Excel.XlDynamicFilterCriteria.md | 2 +-
api/Excel.XlEditionFormat.md | 2 +-
api/Excel.XlEditionOptionsOption.md | 2 +-
api/Excel.XlEditionType.md | 2 +-
api/Excel.XlEnableCancelKey.md | 2 +-
api/Excel.XlEnableSelection.md | 2 +-
api/Excel.XlEndStyleCap.md | 2 +-
api/Excel.XlErrorBarDirection.md | 2 +-
api/Excel.XlErrorBarInclude.md | 2 +-
api/Excel.XlErrorBarType.md | 2 +-
api/Excel.XlErrorChecks.md | 2 +-
api/Excel.XlFileAccess.md | 2 +-
api/Excel.XlFileFormat.md | 2 +-
api/Excel.XlFileValidationPivotMode.md | 2 +-
api/Excel.XlFillWith.md | 2 +-
api/Excel.XlFilterAction.md | 2 +-
api/Excel.XlFilterAllDatesInPeriod.md | 2 +-
api/Excel.XlFindLookIn.md | 2 +-
api/Excel.XlFixedFormatQuality.md | 2 +-
api/Excel.XlFixedFormatType.md | 2 +-
api/Excel.XlFormControl.md | 2 +-
api/Excel.XlFormatConditionOperator.md | 2 +-
api/Excel.XlFormatConditionType.md | 2 +-
api/Excel.XlFormatFilterTypes.md | 2 +-
api/Excel.XlFormulaLabel.md | 2 +-
api/Excel.XlGenerateTableRefs.md | 2 +-
api/Excel.XlGradientFillType.md | 2 +-
api/Excel.XlHAlign.md | 2 +-
api/Excel.XlHebrewModes.md | 2 +-
api/Excel.XlHighlightChangesTime.md | 2 +-
api/Excel.XlHtmlType.md | 2 +-
api/Excel.XlIMEMode.md | 2 +-
api/Excel.XlIcon.md | 2 +-
api/Excel.XlIconSet.md | 2 +-
api/Excel.XlImportDataAs.md | 2 +-
api/Excel.XlInsertFormatOrigin.md | 2 +-
api/Excel.XlInsertShiftDirection.md | 2 +-
api/Excel.XlLayoutFormType.md | 2 +-
api/Excel.XlLayoutRowType.md | 2 +-
api/Excel.XlLegendPosition.md | 2 +-
api/Excel.XlLineStyle.md | 2 +-
api/Excel.XlLink.md | 2 +-
api/Excel.XlLinkInfo.md | 2 +-
api/Excel.XlLinkInfoType.md | 2 +-
api/Excel.XlLinkStatus.md | 2 +-
api/Excel.XlLinkType.md | 2 +-
api/Excel.XlLinkedDataTypeState.md | 2 +-
api/Excel.XlListConflict.md | 2 +-
api/Excel.XlListDataType.md | 2 +-
api/Excel.XlListObjectSourceType.md | 2 +-
api/Excel.XlLocationInTable.md | 2 +-
api/Excel.XlLookAt.md | 2 +-
api/Excel.XlLookFor.md | 2 +-
api/Excel.XlMSApplication.md | 2 +-
api/Excel.XlMailSystem.md | 2 +-
api/Excel.XlMarkerStyle.md | 2 +-
api/Excel.XlMeasurementUnits.md | 2 +-
api/Excel.XlMouseButton.md | 2 +-
api/Excel.XlMousePointer.md | 2 +-
api/Excel.XlOLEType.md | 2 +-
api/Excel.XlOLEVerb.md | 2 +-
api/Excel.XlOartHorizontalOverflow.md | 2 +-
api/Excel.XlOartVerticalOverflow.md | 2 +-
api/Excel.XlObjectSize.md | 2 +-
api/Excel.XlOrder.md | 2 +-
api/Excel.XlOrientation.md | 2 +-
api/Excel.XlPTSelectionMode.md | 2 +-
api/Excel.XlPageBreak.md | 2 +-
api/Excel.XlPageBreakExtent.md | 2 +-
api/Excel.XlPageOrientation.md | 2 +-
api/Excel.XlPaperSize.md | 2 +-
api/Excel.XlParameterDataType.md | 2 +-
api/Excel.XlParameterType.md | 2 +-
api/Excel.XlPasteSpecialOperation.md | 2 +-
api/Excel.XlPasteType.md | 2 +-
api/Excel.XlPattern.md | 2 +-
api/Excel.XlPhoneticAlignment.md | 2 +-
api/Excel.XlPhoneticCharacterType.md | 2 +-
api/Excel.XlPictureAppearance.md | 2 +-
api/Excel.XlPictureConvertorType.md | 2 +-
api/Excel.XlPieSliceIndex.md | 2 +-
api/Excel.XlPieSliceLocation.md | 2 +-
api/Excel.XlPivotCellType.md | 2 +-
api/Excel.XlPivotConditionScope.md | 2 +-
api/Excel.XlPivotFieldCalculation.md | 2 +-
api/Excel.XlPivotFieldDataType.md | 2 +-
api/Excel.XlPivotFieldOrientation.md | 2 +-
api/Excel.XlPivotFieldRepeatLabels.md | 2 +-
api/Excel.XlPivotFilterType.md | 2 +-
api/Excel.XlPivotFormatType.md | 2 +-
api/Excel.XlPivotLineType.md | 2 +-
api/Excel.XlPivotTableMissingItems.md | 2 +-
api/Excel.XlPivotTableSourceType.md | 2 +-
api/Excel.XlPivotTableVersionList.md | 2 +-
api/Excel.XlPlacement.md | 2 +-
api/Excel.XlPlatform.md | 2 +-
api/Excel.XlPortugueseReform.md | 2 +-
api/Excel.XlPrintErrors.md | 2 +-
api/Excel.XlPrintLocation.md | 2 +-
api/Excel.XlPriority.md | 2 +-
api/Excel.XlPropertyDisplayedIn.md | 2 +-
api/Excel.XlProtectedViewCloseReason.md | 2 +-
api/Excel.XlProtectedViewWindowState.md | 2 +-
api/Excel.XlQueryType.md | 2 +-
api/Excel.XlRangeAutoFormat.md | 2 +-
api/Excel.XlRangeValueDataType.md | 2 +-
api/Excel.XlReferenceStyle.md | 2 +-
api/Excel.XlReferenceType.md | 2 +-
api/Excel.XlRemoveDocInfoType.md | 2 +-
api/Excel.XlRgbColor.md | 2 +-
api/Excel.XlRobustConnect.md | 2 +-
api/Excel.XlRowCol.md | 2 +-
api/Excel.XlRunAutoMacro.md | 2 +-
api/Excel.XlSaveAction.md | 2 +-
api/Excel.XlSaveAsAccessMode.md | 2 +-
api/Excel.XlSaveConflictResolution.md | 2 +-
api/Excel.XlScaleType.md | 2 +-
api/Excel.XlSearchDirection.md | 2 +-
api/Excel.XlSearchOrder.md | 2 +-
api/Excel.XlSearchWithin.md | 2 +-
api/Excel.XlSheetType.md | 2 +-
api/Excel.XlSheetVisibility.md | 2 +-
api/Excel.XlSizeRepresents.md | 2 +-
api/Excel.XlSlicerCrossFilterType.md | 2 +-
api/Excel.XlSlicerSort.md | 2 +-
api/Excel.XlSortDataOption.md | 2 +-
api/Excel.XlSortMethod.md | 2 +-
api/Excel.XlSortMethodOld.md | 2 +-
api/Excel.XlSortOn.md | 2 +-
api/Excel.XlSortOrder.md | 2 +-
api/Excel.XlSortOrientation.md | 2 +-
api/Excel.XlSortType.md | 2 +-
api/Excel.XlSourceType.md | 2 +-
api/Excel.XlSpanishModes.md | 2 +-
api/Excel.XlSparkScale.md | 2 +-
api/Excel.XlSparkType.md | 2 +-
api/Excel.XlSparklineRowCol.md | 2 +-
api/Excel.XlSpeakDirection.md | 2 +-
api/Excel.XlSpecialCellsValue.md | 2 +-
api/Excel.XlStdColorScale.md | 2 +-
api/Excel.XlSubscribeToFormat.md | 2 +-
api/Excel.XlSubtototalLocationType.md | 2 +-
api/Excel.XlSummaryColumn.md | 2 +-
api/Excel.XlSummaryReportType.md | 2 +-
api/Excel.XlSummaryRow.md | 2 +-
api/Excel.XlTabPosition.md | 2 +-
api/Excel.XlTableStyleElementType.md | 2 +-
api/Excel.XlTextParsingType.md | 2 +-
api/Excel.XlTextQualifier.md | 2 +-
api/Excel.XlTextVisualLayoutType.md | 2 +-
api/Excel.XlThemeColor.md | 2 +-
api/Excel.XlThemeFont.md | 2 +-
api/Excel.XlThreadMode.md | 2 +-
api/Excel.XlTickLabelOrientation.md | 2 +-
api/Excel.XlTickLabelPosition.md | 2 +-
api/Excel.XlTickMark.md | 2 +-
api/Excel.XlTimePeriods.md | 2 +-
api/Excel.XlTimeUnit.md | 2 +-
api/Excel.XlToolbarProtection.md | 2 +-
api/Excel.XlTopBottom.md | 2 +-
api/Excel.XlTotalsCalculation.md | 2 +-
api/Excel.XlTrendlineType.md | 2 +-
api/Excel.XlUnderlineStyle.md | 2 +-
api/Excel.XlUpdateLinks.md | 2 +-
api/Excel.XlVAlign.md | 2 +-
api/Excel.XlWBATemplate.md | 2 +-
api/Excel.XlWebFormatting.md | 2 +-
api/Excel.XlWebSelectionType.md | 2 +-
api/Excel.XlWindowState.md | 2 +-
api/Excel.XlWindowType.md | 2 +-
api/Excel.XlWindowView.md | 2 +-
api/Excel.XlXLMMacroType.md | 2 +-
api/Excel.XlXmlExportResult.md | 2 +-
api/Excel.XlXmlImportResult.md | 2 +-
api/Excel.XlXmlLoadOption.md | 2 +-
api/Excel.XlYesNoGuess.md | 2 +-
api/Excel.XmlDataBinding.LoadSettings.md | 2 +-
api/Excel.XmlDataBinding.Refresh.md | 2 +-
api/Excel.XmlMap.Export.md | 4 +-
api/Excel.XmlMap.ExportXml.md | 4 +-
api/Excel.XmlMap.Import.md | 4 +-
api/Excel.XmlMap.ImportXml.md | 4 +-
api/Excel.XmlMaps.Add.md | 4 +-
api/Excel.XmlMaps.Item.md | 2 +-
api/Excel.XmlNamespaces.InstallManifest.md | 2 +-
api/Excel.XmlNamespaces.Item.md | 2 +-
api/Excel.XmlSchemas.Item.md | 2 +-
api/Excel.application.sheetbeforedelete.md | 2 +-
api/Excel.modelmeasure.delete.md | 2 +-
api/Excel.modelmeasures.add.md | 2 +-
api/Excel.modelmeasures.item.md | 2 +-
....modelrelationships.detectrelationships.md | 2 +-
api/Excel.queries.add.md | 2 +-
api/Excel.queries.item.md | 2 +-
api/Excel.shapes.addpicture2.md | 4 +-
api/Excel.sparklinegroup.plotby.md | 2 +-
api/Excel.sparklinegroup.points.md | 2 +-
api/Excel.workbook.createforecastsheet.md | 2 +-
...xcel.workbook.pivottablecloseconnection.md | 4 +-
...Excel.workbook.pivottableopenconnection.md | 4 +-
api/Excel.workbook.sheetbeforedelete.md | 2 +-
api/Excel.worksheet.beforedelete.md | 2 +-
api/Excel.worksheetfunction.forecast_ets.md | 2 +-
....worksheetfunction.forecast_ets_confint.md | 2 +-
...ksheetfunction.forecast_ets_seasonality.md | 2 +-
...cel.worksheetfunction.forecast_ets_stat.md | 2 +-
...Excel.worksheetfunction.forecast_linear.md | 4 +-
api/Excel.xlbinstype.md | 2 +-
api/Excel.xlcalcmemnumberformattype.md | 2 +-
api/Excel.xlcategorylabellevel.md | 2 +-
api/Excel.xlfilterstatus.md | 2 +-
api/Excel.xlmodelchangesource.md | 2 +-
api/Excel.xlparentdatalabeloptions.md | 2 +-
api/Excel.xlquickanalysismode.md | 2 +-
api/Excel.xlseriesnamelevel.md | 2 +-
api/Excel.xlslicercachetype.md | 2 +-
api/Excel.xltimelinelevel.md | 2 +-
api/Office.BackstageGroupStyle.md | 2 +-
api/Office.BulletFormat2.Application.md | 2 +-
api/Office.BulletFormat2.Character.md | 2 +-
api/Office.BulletFormat2.Creator.md | 2 +-
api/Office.BulletFormat2.Font.md | 2 +-
api/Office.BulletFormat2.Number.md | 2 +-
api/Office.BulletFormat2.Parent.md | 2 +-
api/Office.BulletFormat2.Picture.md | 2 +-
api/Office.BulletFormat2.RelativeSize.md | 2 +-
api/Office.BulletFormat2.StartValue.md | 2 +-
api/Office.BulletFormat2.Style.md | 2 +-
api/Office.BulletFormat2.Type.md | 2 +-
api/Office.BulletFormat2.UseTextColor.md | 2 +-
api/Office.BulletFormat2.UseTextFont.md | 2 +-
api/Office.BulletFormat2.Visible.md | 2 +-
api/Office.COMAddIn.Application.md | 2 +-
api/Office.COMAddIn.Creator.md | 2 +-
api/Office.COMAddIn.Parent.md | 2 +-
api/Office.COMAddIns.Application.md | 2 +-
api/Office.COMAddIns.Count.md | 2 +-
api/Office.COMAddIns.Creator.md | 2 +-
api/Office.COMAddIns.Item.md | 2 +-
api/Office.COMAddIns.Parent.md | 2 +-
api/Office.CertificateDetail.md | 2 +-
api/Office.CertificateVerificationResults.md | 2 +-
api/Office.CommandBar.AdaptiveMenu.md | 2 +-
api/Office.CommandBar.Application.md | 2 +-
api/Office.CommandBar.BuiltIn.md | 2 +-
api/Office.CommandBar.Controls.md | 2 +-
api/Office.CommandBar.Creator.md | 2 +-
api/Office.CommandBar.FindControl.md | 4 +-
api/Office.CommandBar.Height.md | 2 +-
api/Office.CommandBar.Index.md | 2 +-
api/Office.CommandBar.Parent.md | 2 +-
api/Office.CommandBar.ShowPopup.md | 2 +-
api/Office.CommandBar.Visible.md | 2 +-
api/Office.CommandBar.Width.md | 2 +-
api/Office.CommandBarButton.Application.md | 2 +-
api/Office.CommandBarButton.BeginGroup.md | 2 +-
api/Office.CommandBarButton.BuiltIn.md | 2 +-
api/Office.CommandBarButton.Caption.md | 2 +-
api/Office.CommandBarButton.Click.md | 2 +-
api/Office.CommandBarButton.Copy.md | 4 +-
api/Office.CommandBarButton.Creator.md | 2 +-
api/Office.CommandBarButton.Delete.md | 2 +-
...Office.CommandBarButton.DescriptionText.md | 2 +-
api/Office.CommandBarButton.Enabled.md | 2 +-
api/Office.CommandBarButton.Height.md | 2 +-
api/Office.CommandBarButton.HelpContextId.md | 2 +-
api/Office.CommandBarButton.HelpFile.md | 2 +-
api/Office.CommandBarButton.Index.md | 2 +-
...fice.CommandBarButton.IsPriorityDropped.md | 2 +-
api/Office.CommandBarButton.Move.md | 2 +-
api/Office.CommandBarButton.OLEUsage.md | 2 +-
api/Office.CommandBarButton.OnAction.md | 2 +-
api/Office.CommandBarButton.Parameter.md | 2 +-
api/Office.CommandBarButton.Parent.md | 2 +-
api/Office.CommandBarButton.Tag.md | 2 +-
api/Office.CommandBarButton.TooltipText.md | 2 +-
api/Office.CommandBarButton.Visible.md | 2 +-
api/Office.CommandBarButton.Width.md | 2 +-
api/Office.CommandBarComboBox.AddItem.md | 2 +-
api/Office.CommandBarComboBox.Application.md | 2 +-
api/Office.CommandBarComboBox.BeginGroup.md | 2 +-
api/Office.CommandBarComboBox.BuiltIn.md | 2 +-
api/Office.CommandBarComboBox.Caption.md | 2 +-
api/Office.CommandBarComboBox.Change.md | 2 +-
api/Office.CommandBarComboBox.Copy.md | 4 +-
api/Office.CommandBarComboBox.Creator.md | 2 +-
api/Office.CommandBarComboBox.Delete.md | 2 +-
...fice.CommandBarComboBox.DescriptionText.md | 2 +-
api/Office.CommandBarComboBox.Height.md | 2 +-
...Office.CommandBarComboBox.HelpContextId.md | 2 +-
api/Office.CommandBarComboBox.HelpFile.md | 2 +-
api/Office.CommandBarComboBox.Index.md | 2 +-
...ce.CommandBarComboBox.IsPriorityDropped.md | 2 +-
api/Office.CommandBarComboBox.List.md | 2 +-
api/Office.CommandBarComboBox.Move.md | 2 +-
api/Office.CommandBarComboBox.OLEUsage.md | 2 +-
api/Office.CommandBarComboBox.OnAction.md | 2 +-
api/Office.CommandBarComboBox.Parameter.md | 2 +-
api/Office.CommandBarComboBox.Parent.md | 2 +-
api/Office.CommandBarComboBox.RemoveItem.md | 2 +-
api/Office.CommandBarComboBox.Tag.md | 2 +-
api/Office.CommandBarComboBox.Text.md | 2 +-
api/Office.CommandBarComboBox.TooltipText.md | 2 +-
api/Office.CommandBarComboBox.Visible.md | 2 +-
api/Office.CommandBarComboBox.Width.md | 2 +-
api/Office.CommandBarControl.Application.md | 2 +-
api/Office.CommandBarControl.BeginGroup.md | 2 +-
api/Office.CommandBarControl.BuiltIn.md | 2 +-
api/Office.CommandBarControl.Caption.md | 2 +-
api/Office.CommandBarControl.Copy.md | 4 +-
api/Office.CommandBarControl.Creator.md | 2 +-
api/Office.CommandBarControl.Delete.md | 2 +-
...ffice.CommandBarControl.DescriptionText.md | 2 +-
api/Office.CommandBarControl.Height.md | 2 +-
api/Office.CommandBarControl.HelpContextId.md | 2 +-
api/Office.CommandBarControl.HelpFile.md | 2 +-
api/Office.CommandBarControl.Index.md | 2 +-
...ice.CommandBarControl.IsPriorityDropped.md | 2 +-
api/Office.CommandBarControl.Move.md | 2 +-
api/Office.CommandBarControl.OLEUsage.md | 2 +-
api/Office.CommandBarControl.OnAction.md | 2 +-
api/Office.CommandBarControl.Parameter.md | 2 +-
api/Office.CommandBarControl.Parent.md | 2 +-
api/Office.CommandBarControl.Tag.md | 2 +-
api/Office.CommandBarControl.TooltipText.md | 2 +-
api/Office.CommandBarControl.Visible.md | 2 +-
api/Office.CommandBarControl.Width.md | 2 +-
api/Office.CommandBarControls.Add.md | 2 +-
api/Office.CommandBarControls.Application.md | 2 +-
api/Office.CommandBarControls.Count.md | 2 +-
api/Office.CommandBarControls.Creator.md | 2 +-
api/Office.CommandBarControls.Item.md | 2 +-
api/Office.CommandBarControls.Parent.md | 2 +-
api/Office.CommandBarPopup.Application.md | 2 +-
api/Office.CommandBarPopup.BeginGroup.md | 2 +-
api/Office.CommandBarPopup.BuiltIn.md | 2 +-
api/Office.CommandBarPopup.Caption.md | 2 +-
api/Office.CommandBarPopup.Controls.md | 2 +-
api/Office.CommandBarPopup.Copy.md | 4 +-
api/Office.CommandBarPopup.Creator.md | 2 +-
api/Office.CommandBarPopup.Delete.md | 2 +-
api/Office.CommandBarPopup.DescriptionText.md | 2 +-
api/Office.CommandBarPopup.Enabled.md | 2 +-
api/Office.CommandBarPopup.Height.md | 2 +-
api/Office.CommandBarPopup.HelpContextId.md | 2 +-
api/Office.CommandBarPopup.HelpFile.md | 2 +-
api/Office.CommandBarPopup.Id.md | 2 +-
api/Office.CommandBarPopup.Index.md | 2 +-
...ffice.CommandBarPopup.IsPriorityDropped.md | 2 +-
api/Office.CommandBarPopup.Move.md | 2 +-
api/Office.CommandBarPopup.OLEUsage.md | 2 +-
api/Office.CommandBarPopup.OnAction.md | 2 +-
api/Office.CommandBarPopup.Parameter.md | 2 +-
api/Office.CommandBarPopup.Parent.md | 2 +-
api/Office.CommandBarPopup.Priority.md | 2 +-
api/Office.CommandBarPopup.Tag.md | 2 +-
api/Office.CommandBarPopup.TooltipText.md | 2 +-
api/Office.CommandBarPopup.Visible.md | 2 +-
api/Office.CommandBarPopup.Width.md | 2 +-
api/Office.CommandBars.Add.md | 2 +-
api/Office.CommandBars.Application.md | 2 +-
....CommandBars.CommitRenderingTransaction.md | 4 +-
api/Office.CommandBars.Count.md | 2 +-
api/Office.CommandBars.Creator.md | 2 +-
api/Office.CommandBars.ExecuteMso.md | 2 +-
api/Office.CommandBars.FindControl.md | 4 +-
api/Office.CommandBars.FindControls.md | 4 +-
api/Office.CommandBars.GetEnabledMso.md | 4 +-
api/Office.CommandBars.GetImageMso.md | 4 +-
api/Office.CommandBars.GetLabelMso.md | 4 +-
api/Office.CommandBars.GetPressedMso.md | 4 +-
api/Office.CommandBars.GetScreentipMso.md | 4 +-
api/Office.CommandBars.GetSupertipMso.md | 4 +-
api/Office.CommandBars.GetVisibleMso.md | 4 +-
api/Office.CommandBars.Item.md | 2 +-
api/Office.CommandBars.Parent.md | 2 +-
api/Office.ContactCard.Application.md | 2 +-
api/Office.ContactCard.Close.md | 2 +-
api/Office.ContactCard.Creator.md | 2 +-
api/Office.ContactCard.Show.md | 4 +-
api/Office.ContentVerificationResults.md | 2 +-
api/Office.Crop.Application.md | 2 +-
api/Office.Crop.Creator.md | 2 +-
api/Office.Crop.PictureHeight.md | 2 +-
api/Office.Crop.PictureOffsetX.md | 2 +-
api/Office.Crop.PictureOffsetY.md | 2 +-
api/Office.Crop.PictureWidth.md | 2 +-
api/Office.Crop.ShapeHeight.md | 2 +-
api/Office.Crop.ShapeLeft.md | 2 +-
api/Office.Crop.ShapeTop.md | 2 +-
api/Office.Crop.ShapeWidth.md | 2 +-
api/Office.CustomTaskPane.Application.md | 2 +-
api/Office.CustomTaskPane.ContentControl.md | 2 +-
api/Office.CustomTaskPane.DockPosition.md | 2 +-
...ice.CustomTaskPane.DockPositionRestrict.md | 2 +-
....CustomTaskPane.DockPositionStateChange.md | 2 +-
api/Office.CustomTaskPane.Height.md | 2 +-
api/Office.CustomTaskPane.Title.md | 2 +-
api/Office.CustomTaskPane.Visible.md | 2 +-
...ffice.CustomTaskPane.VisibleStateChange.md | 2 +-
api/Office.CustomTaskPane.Width.md | 2 +-
api/Office.CustomTaskPane.Window.md | 2 +-
api/Office.CustomXMLNode.AppendChildNode.md | 2 +-
...Office.CustomXMLNode.AppendChildSubtree.md | 2 +-
api/Office.CustomXMLNode.Application.md | 2 +-
api/Office.CustomXMLNode.Attributes.md | 2 +-
api/Office.CustomXMLNode.BaseName.md | 2 +-
api/Office.CustomXMLNode.ChildNodes.md | 2 +-
api/Office.CustomXMLNode.Creator.md | 2 +-
api/Office.CustomXMLNode.FirstChild.md | 2 +-
api/Office.CustomXMLNode.HasChildNodes.md | 2 +-
api/Office.CustomXMLNode.InsertNodeBefore.md | 2 +-
...ffice.CustomXMLNode.InsertSubtreeBefore.md | 2 +-
api/Office.CustomXMLNode.LastChild.md | 2 +-
api/Office.CustomXMLNode.NamespaceURI.md | 2 +-
api/Office.CustomXMLNode.NextSibling.md | 2 +-
api/Office.CustomXMLNode.NodeType.md | 2 +-
api/Office.CustomXMLNode.NodeValue.md | 2 +-
api/Office.CustomXMLNode.OwnerDocument.md | 2 +-
api/Office.CustomXMLNode.OwnerPart.md | 2 +-
api/Office.CustomXMLNode.Parent.md | 2 +-
api/Office.CustomXMLNode.ParentNode.md | 2 +-
api/Office.CustomXMLNode.PreviousSibling.md | 2 +-
api/Office.CustomXMLNode.RemoveChild.md | 2 +-
api/Office.CustomXMLNode.ReplaceChildNode.md | 2 +-
...ffice.CustomXMLNode.ReplaceChildSubtree.md | 2 +-
api/Office.CustomXMLNode.SelectNodes.md | 4 +-
api/Office.CustomXMLNode.SelectSingleNode.md | 4 +-
api/Office.CustomXMLNode.Text.md | 2 +-
api/Office.CustomXMLNode.XML.md | 2 +-
api/Office.CustomXMLNode.XPath.md | 2 +-
api/Office.CustomXMLNodes.Application.md | 2 +-
api/Office.CustomXMLNodes.Count.md | 2 +-
api/Office.CustomXMLNodes.Creator.md | 2 +-
api/Office.CustomXMLNodes.Item.md | 4 +-
api/Office.CustomXMLNodes.Parent.md | 2 +-
api/Office.CustomXMLPart.AddNode.md | 2 +-
api/Office.CustomXMLPart.Application.md | 2 +-
api/Office.CustomXMLPart.BuiltIn.md | 2 +-
api/Office.CustomXMLPart.Creator.md | 2 +-
api/Office.CustomXMLPart.DocumentElement.md | 2 +-
api/Office.CustomXMLPart.Errors.md | 2 +-
api/Office.CustomXMLPart.Id.md | 2 +-
api/Office.CustomXMLPart.Load.md | 4 +-
api/Office.CustomXMLPart.LoadXML.md | 4 +-
api/Office.CustomXMLPart.NamespaceManager.md | 2 +-
api/Office.CustomXMLPart.NamespaceURI.md | 2 +-
api/Office.CustomXMLPart.NodeAfterDelete.md | 2 +-
api/Office.CustomXMLPart.NodeAfterInsert.md | 2 +-
api/Office.CustomXMLPart.NodeAfterReplace.md | 2 +-
api/Office.CustomXMLPart.Parent.md | 2 +-
api/Office.CustomXMLPart.SchemaCollection.md | 2 +-
api/Office.CustomXMLPart.SelectNodes.md | 4 +-
api/Office.CustomXMLPart.SelectSingleNode.md | 4 +-
api/Office.CustomXMLPart.XML.md | 2 +-
api/Office.CustomXMLParts.Add.md | 4 +-
api/Office.CustomXMLParts.Application.md | 2 +-
api/Office.CustomXMLParts.Count.md | 2 +-
api/Office.CustomXMLParts.Creator.md | 2 +-
api/Office.CustomXMLParts.Item.md | 4 +-
api/Office.CustomXMLParts.Parent.md | 2 +-
api/Office.CustomXMLParts.PartAfterAdd.md | 2 +-
api/Office.CustomXMLParts.PartAfterLoad.md | 2 +-
api/Office.CustomXMLParts.PartBeforeDelete.md | 2 +-
api/Office.CustomXMLParts.SelectByID.md | 4 +-
...Office.CustomXMLParts.SelectByNamespace.md | 4 +-
...fice.CustomXMLPrefixMapping.Application.md | 2 +-
api/Office.CustomXMLPrefixMapping.Creator.md | 2 +-
...ice.CustomXMLPrefixMapping.NamespaceURI.md | 2 +-
api/Office.CustomXMLPrefixMapping.Parent.md | 2 +-
api/Office.CustomXMLPrefixMapping.Prefix.md | 2 +-
...ce.CustomXMLPrefixMappings.AddNamespace.md | 2 +-
...ice.CustomXMLPrefixMappings.Application.md | 2 +-
api/Office.CustomXMLPrefixMappings.Count.md | 2 +-
api/Office.CustomXMLPrefixMappings.Creator.md | 2 +-
api/Office.CustomXMLPrefixMappings.Item.md | 4 +-
...CustomXMLPrefixMappings.LookupNamespace.md | 4 +-
...ce.CustomXMLPrefixMappings.LookupPrefix.md | 4 +-
api/Office.CustomXMLPrefixMappings.Parent.md | 2 +-
api/Office.CustomXMLSchema.Application.md | 2 +-
api/Office.CustomXMLSchema.Creator.md | 2 +-
api/Office.CustomXMLSchema.Location.md | 2 +-
api/Office.CustomXMLSchema.NamespaceURI.md | 2 +-
api/Office.CustomXMLSchema.Parent.md | 2 +-
api/Office.CustomXMLSchemaCollection.Add.md | 4 +-
...CustomXMLSchemaCollection.AddCollection.md | 2 +-
...e.CustomXMLSchemaCollection.Application.md | 2 +-
api/Office.CustomXMLSchemaCollection.Count.md | 2 +-
...ffice.CustomXMLSchemaCollection.Creator.md | 2 +-
api/Office.CustomXMLSchemaCollection.Item.md | 4 +-
....CustomXMLSchemaCollection.NamespaceURI.md | 4 +-
...Office.CustomXMLSchemaCollection.Parent.md | 2 +-
...fice.CustomXMLSchemaCollection.Validate.md | 2 +-
...ce.CustomXMLValidationError.Application.md | 2 +-
...Office.CustomXMLValidationError.Creator.md | 2 +-
...fice.CustomXMLValidationError.ErrorCode.md | 2 +-
api/Office.CustomXMLValidationError.Name.md | 2 +-
api/Office.CustomXMLValidationError.Node.md | 2 +-
api/Office.CustomXMLValidationError.Parent.md | 2 +-
api/Office.CustomXMLValidationError.Text.md | 2 +-
api/Office.CustomXMLValidationError.Type.md | 2 +-
api/Office.CustomXMLValidationErrors.Add.md | 2 +-
...e.CustomXMLValidationErrors.Application.md | 2 +-
api/Office.CustomXMLValidationErrors.Count.md | 2 +-
...ffice.CustomXMLValidationErrors.Creator.md | 2 +-
api/Office.CustomXMLValidationErrors.Item.md | 4 +-
...Office.CustomXMLValidationErrors.Parent.md | 2 +-
api/Office.DocumentInspector.Application.md | 2 +-
api/Office.DocumentInspector.Creator.md | 2 +-
api/Office.DocumentInspector.Description.md | 2 +-
api/Office.DocumentInspector.Fix.md | 2 +-
api/Office.DocumentInspector.Inspect.md | 2 +-
api/Office.DocumentInspector.Name.md | 2 +-
api/Office.DocumentInspector.Parent.md | 2 +-
api/Office.DocumentInspectors.Application.md | 2 +-
api/Office.DocumentInspectors.Count.md | 2 +-
api/Office.DocumentInspectors.Creator.md | 2 +-
api/Office.DocumentInspectors.Item.md | 4 +-
api/Office.DocumentInspectors.Parent.md | 2 +-
...fice.DocumentLibraryVersion.Application.md | 2 +-
api/Office.DocumentLibraryVersion.Creator.md | 2 +-
api/Office.DocumentLibraryVersion.Index.md | 2 +-
...ffice.DocumentLibraryVersion.ModifiedBy.md | 2 +-
api/Office.DocumentLibraryVersion.Parent.md | 2 +-
api/Office.DocumentLibraryVersion.Restore.md | 2 +-
...ice.DocumentLibraryVersions.Application.md | 2 +-
api/Office.DocumentLibraryVersions.Count.md | 2 +-
api/Office.DocumentLibraryVersions.Creator.md | 2 +-
api/Office.DocumentLibraryVersions.Item.md | 2 +-
api/Office.DocumentLibraryVersions.Parent.md | 2 +-
api/Office.DocumentProperties.Add.md | 2 +-
api/Office.DocumentProperties.Application.md | 4 +-
api/Office.DocumentProperties.Count.md | 4 +-
api/Office.DocumentProperties.Creator.md | 4 +-
api/Office.DocumentProperties.Item.md | 2 +-
api/Office.DocumentProperties.Parent.md | 2 +-
api/Office.DocumentProperty.Application.md | 4 +-
api/Office.DocumentProperty.Creator.md | 4 +-
api/Office.DocumentProperty.LinkSource.md | 2 +-
api/Office.DocumentProperty.LinkToContent.md | 2 +-
api/Office.DocumentProperty.Name.md | 4 +-
api/Office.DocumentProperty.Parent.md | 2 +-
api/Office.EffectParameters.Item.md | 2 +-
api/Office.EncryptionCipherMode.md | 2 +-
api/Office.EncryptionProvider.Authenticate.md | 4 +-
api/Office.EncryptionProvider.CloneSession.md | 4 +-
...Office.EncryptionProvider.DecryptStream.md | 2 +-
...Office.EncryptionProvider.EncryptStream.md | 2 +-
api/Office.EncryptionProvider.EndSession.md | 2 +-
...ce.EncryptionProvider.GetProviderDetail.md | 4 +-
api/Office.EncryptionProvider.NewSession.md | 4 +-
api/Office.EncryptionProvider.Save.md | 4 +-
api/Office.EncryptionProvider.ShowSettings.md | 2 +-
api/Office.EncryptionProviderDetail.md | 2 +-
api/Office.FileDialog.Application.md | 2 +-
api/Office.FileDialog.Creator.md | 2 +-
api/Office.FileDialog.Filters.md | 2 +-
api/Office.FileDialog.Parent.md | 2 +-
api/Office.FileDialogFilter.Application.md | 2 +-
api/Office.FileDialogFilter.Creator.md | 2 +-
api/Office.FileDialogFilter.Extensions.md | 2 +-
api/Office.FileDialogFilter.Parent.md | 2 +-
api/Office.FileDialogFilters.Add.md | 2 +-
api/Office.FileDialogFilters.Application.md | 2 +-
api/Office.FileDialogFilters.Count.md | 2 +-
api/Office.FileDialogFilters.Creator.md | 2 +-
api/Office.FileDialogFilters.Delete.md | 2 +-
api/Office.FileDialogFilters.Parent.md | 2 +-
...ice.FileDialogSelectedItems.Application.md | 2 +-
api/Office.FileDialogSelectedItems.Count.md | 2 +-
api/Office.FileDialogSelectedItems.Creator.md | 2 +-
api/Office.FileDialogSelectedItems.Parent.md | 2 +-
api/Office.FileTypes.Add.md | 2 +-
api/Office.FileTypes.Application.md | 2 +-
api/Office.FileTypes.Count.md | 2 +-
api/Office.FileTypes.Creator.md | 2 +-
api/Office.FileTypes.Item.md | 2 +-
api/Office.FileTypes.Remove.md | 2 +-
api/Office.Font2.Allcaps.md | 2 +-
api/Office.Font2.Application.md | 2 +-
api/Office.Font2.AutorotateNumbers.md | 2 +-
api/Office.Font2.BaselineOffset.md | 2 +-
api/Office.Font2.Bold.md | 2 +-
api/Office.Font2.Caps.md | 2 +-
api/Office.Font2.Creator.md | 2 +-
api/Office.Font2.DoubleStrikeThrough.md | 2 +-
api/Office.Font2.Embeddable.md | 2 +-
api/Office.Font2.Embedded.md | 2 +-
api/Office.Font2.Equalize.md | 2 +-
api/Office.Font2.Glow.md | 2 +-
api/Office.Font2.Highlight.md | 2 +-
api/Office.Font2.Italic.md | 2 +-
api/Office.Font2.Kerning.md | 2 +-
api/Office.Font2.Line.md | 2 +-
api/Office.Font2.Name.md | 2 +-
api/Office.Font2.NameAscii.md | 2 +-
api/Office.Font2.NameComplexScript.md | 2 +-
api/Office.Font2.NameFarEast.md | 2 +-
api/Office.Font2.NameOther.md | 2 +-
api/Office.Font2.Parent.md | 2 +-
api/Office.Font2.Reflection.md | 2 +-
api/Office.Font2.Shadow.md | 2 +-
api/Office.Font2.Size.md | 2 +-
api/Office.Font2.Smallcaps.md | 2 +-
api/Office.Font2.SoftEdgeFormat.md | 2 +-
api/Office.Font2.Spacing.md | 2 +-
api/Office.Font2.Strike.md | 2 +-
api/Office.Font2.StrikeThrough.md | 2 +-
api/Office.Font2.Subscript.md | 2 +-
api/Office.Font2.Superscript.md | 2 +-
api/Office.Font2.UnderlineColor.md | 2 +-
api/Office.Font2.UnderlineStyle.md | 2 +-
api/Office.Font2.WordArtformat.md | 2 +-
api/Office.GlowFormat.Application.md | 2 +-
api/Office.GlowFormat.Color.md | 2 +-
api/Office.GlowFormat.Creator.md | 2 +-
api/Office.GlowFormat.Radius.md | 2 +-
api/Office.GradientStop.Application.md | 2 +-
api/Office.GradientStop.Color.md | 2 +-
api/Office.GradientStop.Creator.md | 2 +-
api/Office.GradientStop.Position.md | 2 +-
api/Office.GradientStop.Transparency.md | 2 +-
api/Office.GradientStops.Application.md | 2 +-
api/Office.GradientStops.Count.md | 2 +-
api/Office.GradientStops.Creator.md | 2 +-
api/Office.GradientStops.Delete.md | 2 +-
api/Office.GradientStops.Insert.md | 2 +-
api/Office.GradientStops.Insert2.md | 4 +-
api/Office.GradientStops.Item.md | 4 +-
api/Office.IAssistance.ClearDefaultContext.md | 2 +-
api/Office.IAssistance.SearchHelp.md | 2 +-
api/Office.IAssistance.SetDefaultContext.md | 2 +-
api/Office.IAssistance.ShowHelp.md | 2 +-
...logExtensibility.BlogProviderProperties.md | 2 +-
...Office.IBlogExtensibility.GetCategories.md | 2 +-
...ffice.IBlogExtensibility.GetRecentPosts.md | 2 +-
api/Office.IBlogExtensibility.GetUserBlogs.md | 2 +-
api/Office.IBlogExtensibility.Open.md | 2 +-
api/Office.IBlogExtensibility.PublishPost.md | 2 +-
...Office.IBlogExtensibility.RepublishPost.md | 2 +-
...ice.IBlogExtensibility.SetupBlogAccount.md | 2 +-
...nsibility.BlogPictureProviderProperties.md | 2 +-
...ctureExtensibility.CreatePictureAccount.md | 2 +-
...BlogPictureExtensibility.PublishPicture.md | 2 +-
api/Office.ICTPFactory.CreateCTP.md | 4 +-
api/Office.IConverter.HrExport.md | 4 +-
api/Office.IConverter.HrGetErrorString.md | 4 +-
api/Office.IConverter.HrGetFormat.md | 4 +-
api/Office.IConverter.HrImport.md | 4 +-
api/Office.IConverter.HrInitConverter.md | 4 +-
api/Office.IConverter.HrUninitConverter.md | 4 +-
...terApplicationPreferences.HrCheckFormat.md | 4 +-
...ApplicationPreferences.HrGetApplication.md | 4 +-
...nverterApplicationPreferences.HrGetHwnd.md | 4 +-
...nverterApplicationPreferences.HrGetLcid.md | 4 +-
...ice.IConverterPreferences.HrCheckFormat.md | 4 +-
...ce.IConverterPreferences.HrGetLossySave.md | 4 +-
...IConverterPreferences.HrGetMacroEnabled.md | 4 +-
api/Office.IConverterUICallback.HrInputBox.md | 4 +-
...ffice.IConverterUICallback.HrMessageBox.md | 4 +-
...e.IConverterUICallback.HrReportProgress.md | 4 +-
...tomTaskPaneConsumer.CTPFactoryAvailable.md | 2 +-
api/Office.IDocumentInspector.Fix.md | 4 +-
api/Office.IDocumentInspector.GetInfo.md | 4 +-
api/Office.IDocumentInspector.Inspect.md | 4 +-
api/Office.IRibbonControl.Context.md | 2 +-
api/Office.IRibbonControl.Id.md | 2 +-
api/Office.IRibbonControl.Tag.md | 2 +-
...Office.IRibbonExtensibility.GetCustomUI.md | 4 +-
api/Office.IRibbonUI.ActivateTab.md | 4 +-
api/Office.IRibbonUI.ActivateTabMso.md | 4 +-
api/Office.IRibbonUI.ActivateTabQ.md | 2 +-
api/Office.IRibbonUI.InvalidateControl.md | 2 +-
api/Office.IRibbonUI.InvalidateControlMso.md | 4 +-
api/Office.LanguageSettings.Application.md | 2 +-
api/Office.LanguageSettings.Creator.md | 2 +-
api/Office.LanguageSettings.LanguageID.md | 2 +-
...ageSettings.LanguagePreferredForEditing.md | 2 +-
api/Office.LanguageSettings.Parent.md | 2 +-
api/Office.MailFormat.md | 2 +-
api/Office.MetaProperties.Application.md | 2 +-
api/Office.MetaProperties.Count.md | 2 +-
api/Office.MetaProperties.Creator.md | 2 +-
...ce.MetaProperties.GetItemByInternalName.md | 4 +-
api/Office.MetaProperties.Item.md | 4 +-
api/Office.MetaProperties.Parent.md | 2 +-
api/Office.MetaProperties.SchemaXml.md | 2 +-
api/Office.MetaProperties.Validate.md | 2 +-
api/Office.MetaProperty.Application.md | 2 +-
api/Office.MetaProperty.Creator.md | 2 +-
api/Office.MetaProperty.Id.md | 2 +-
api/Office.MetaProperty.IsReadOnly.md | 2 +-
api/Office.MetaProperty.IsRequired.md | 2 +-
api/Office.MetaProperty.Name.md | 2 +-
api/Office.MetaProperty.Parent.md | 2 +-
api/Office.MetaProperty.Type.md | 2 +-
api/Office.MetaProperty.Validate.md | 2 +-
api/Office.MetaProperty.Value.md | 2 +-
api/Office.MsoAlertCancelType.md | 2 +-
api/Office.MsoAlertIconType.md | 2 +-
api/Office.MsoAlignCmd.md | 2 +-
api/Office.MsoAppLanguageID.md | 2 +-
api/Office.MsoArrowheadLength.md | 2 +-
api/Office.MsoArrowheadStyle.md | 2 +-
api/Office.MsoArrowheadWidth.md | 2 +-
api/Office.MsoAutoShapeType.md | 2 +-
api/Office.MsoAutoSize.md | 2 +-
api/Office.MsoAutomationSecurity.md | 2 +-
api/Office.MsoBackgroundStyleIndex.md | 2 +-
api/Office.MsoBarPosition.md | 2 +-
api/Office.MsoBarProtection.md | 2 +-
api/Office.MsoBarRow.md | 2 +-
api/Office.MsoBarType.md | 2 +-
api/Office.MsoBaselineAlignment.md | 2 +-
api/Office.MsoBevelType.md | 2 +-
api/Office.MsoBlackWhiteMode.md | 2 +-
api/Office.MsoBlogCategorySupport.md | 2 +-
api/Office.MsoBlogImageType.md | 2 +-
api/Office.MsoBulletType.md | 2 +-
api/Office.MsoButtonState.md | 2 +-
api/Office.MsoButtonStyle.md | 2 +-
api/Office.MsoCTPDockPosition.md | 2 +-
api/Office.MsoCTPDockPositionRestrict.md | 2 +-
api/Office.MsoCalloutAngleType.md | 2 +-
api/Office.MsoCalloutDropType.md | 2 +-
api/Office.MsoCalloutType.md | 2 +-
api/Office.MsoCharacterSet.md | 2 +-
api/Office.MsoChartElementType.md | 2 +-
api/Office.MsoClipboardFormat.md | 2 +-
api/Office.MsoColorType.md | 2 +-
api/Office.MsoComboStyle.md | 2 +-
...Office.MsoCommandBarButtonHyperlinkType.md | 2 +-
api/Office.MsoConnectorType.md | 2 +-
api/Office.MsoContactCardAddressType.md | 2 +-
api/Office.MsoContactCardStyle.md | 2 +-
api/Office.MsoContactCardType.md | 2 +-
api/Office.MsoControlOLEUsage.md | 2 +-
api/Office.MsoControlType.md | 2 +-
api/Office.MsoCustomXMLNodeType.md | 2 +-
api/Office.MsoCustomXMLValidationErrorType.md | 2 +-
api/Office.MsoDateTimeFormat.md | 2 +-
api/Office.MsoDistributeCmd.md | 2 +-
api/Office.MsoDocInspectorStatus.md | 2 +-
api/Office.MsoDocProperties.md | 2 +-
api/Office.MsoEditingType.md | 2 +-
api/Office.MsoEncoding.md | 2 +-
api/Office.MsoEnvelope.Parent.md | 2 +-
api/Office.MsoExtraInfoMethod.md | 2 +-
api/Office.MsoExtrusionColorType.md | 2 +-
api/Office.MsoFarEastLineBreakLanguageID.md | 2 +-
api/Office.MsoFeatureInstall.md | 2 +-
api/Office.MsoFileDialogType.md | 2 +-
api/Office.MsoFileDialogView.md | 2 +-
api/Office.MsoFileNewAction.md | 2 +-
api/Office.MsoFileNewSection.md | 2 +-
api/Office.MsoFileValidationMode.md | 2 +-
api/Office.MsoFillType.md | 2 +-
api/Office.MsoFilterComparison.md | 2 +-
api/Office.MsoFilterConjunction.md | 2 +-
api/Office.MsoFlipCmd.md | 2 +-
api/Office.MsoFontLanguageIndex.md | 2 +-
api/Office.MsoGradientColorType.md | 2 +-
api/Office.MsoGradientStyle.md | 2 +-
api/Office.MsoHorizontalAnchor.md | 2 +-
api/Office.MsoHyperlinkType.md | 2 +-
api/Office.MsoLanguageID.md | 2 +-
api/Office.MsoLightRigType.md | 2 +-
api/Office.MsoLineDashStyle.md | 2 +-
api/Office.MsoLineStyle.md | 2 +-
api/Office.MsoMenuAnimation.md | 2 +-
api/Office.MsoMetaPropertyType.md | 2 +-
api/Office.MsoMixedType.md | 2 +-
api/Office.MsoMoveRow.md | 2 +-
api/Office.MsoNumberedBulletStyle.md | 2 +-
api/Office.MsoOLEMenuGroup.md | 2 +-
api/Office.MsoOrgChartLayoutType.md | 2 +-
api/Office.MsoOrgChartOrientation.md | 2 +-
api/Office.MsoOrientation.md | 2 +-
api/Office.MsoParagraphAlignment.md | 2 +-
api/Office.MsoPathFormat.md | 2 +-
api/Office.MsoPatternType.md | 2 +-
api/Office.MsoPermission.md | 2 +-
api/Office.MsoPickerField.md | 2 +-
api/Office.MsoPictureColorType.md | 2 +-
api/Office.MsoPictureEffectType.md | 2 +-
api/Office.MsoPresetCamera.md | 2 +-
api/Office.MsoPresetExtrusionDirection.md | 2 +-
api/Office.MsoPresetGradientType.md | 2 +-
api/Office.MsoPresetLightingDirection.md | 2 +-
api/Office.MsoPresetLightingSoftness.md | 2 +-
api/Office.MsoPresetMaterial.md | 2 +-
api/Office.MsoPresetTextEffect.md | 2 +-
api/Office.MsoPresetTextEffectShape.md | 2 +-
api/Office.MsoPresetTexture.md | 2 +-
api/Office.MsoPresetThreeDFormat.md | 2 +-
api/Office.MsoRecolorType.md | 2 +-
api/Office.MsoReflectionType.md | 2 +-
api/Office.MsoRelativeNodePosition.md | 2 +-
api/Office.MsoScaleFrom.md | 2 +-
api/Office.MsoScreenSize.md | 2 +-
api/Office.MsoSegmentType.md | 2 +-
api/Office.MsoShadowStyle.md | 2 +-
api/Office.MsoShadowType.md | 2 +-
api/Office.MsoShapeStyleIndex.md | 2 +-
api/Office.MsoShapeType.md | 2 +-
api/Office.MsoSharedWorkspaceTaskPriority.md | 2 +-
api/Office.MsoSharedWorkspaceTaskStatus.md | 2 +-
api/Office.MsoSignatureSubset.md | 2 +-
api/Office.MsoSmartArtNodePosition.md | 2 +-
api/Office.MsoSmartArtNodeType.md | 2 +-
api/Office.MsoSoftEdgeType.md | 2 +-
api/Office.MsoSyncConflictResolutionType.md | 2 +-
api/Office.MsoSyncErrorType.md | 2 +-
api/Office.MsoSyncEventType.md | 2 +-
api/Office.MsoSyncStatusType.md | 2 +-
api/Office.MsoSyncVersionType.md | 2 +-
api/Office.MsoTabStopType.md | 2 +-
api/Office.MsoTargetBrowser.md | 2 +-
api/Office.MsoTextCaps.md | 2 +-
api/Office.MsoTextChangeCase.md | 2 +-
api/Office.MsoTextCharWrap.md | 2 +-
api/Office.MsoTextDirection.md | 2 +-
api/Office.MsoTextEffectAlignment.md | 2 +-
api/Office.MsoTextFontAlign.md | 2 +-
api/Office.MsoTextOrientation.md | 2 +-
api/Office.MsoTextStrike.md | 2 +-
api/Office.MsoTextTabAlign.md | 2 +-
api/Office.MsoTextUnderlineType.md | 2 +-
api/Office.MsoTextureAlignment.md | 2 +-
api/Office.MsoTextureType.md | 2 +-
api/Office.MsoThemeColorIndex.md | 2 +-
api/Office.MsoThemeColorSchemeIndex.md | 2 +-
api/Office.MsoTriState.md | 2 +-
api/Office.MsoVerticalAnchor.md | 2 +-
api/Office.MsoWarpFormat.md | 2 +-
api/Office.MsoWizardMsgType.md | 2 +-
api/Office.MsoZOrderCmd.md | 2 +-
api/Office.NewFile.Add.md | 2 +-
api/Office.NewFile.Application.md | 2 +-
api/Office.NewFile.Creator.md | 2 +-
api/Office.NewFile.Remove.md | 2 +-
api/Office.ODSOColumn.Application.md | 2 +-
api/Office.ODSOColumn.Creator.md | 2 +-
api/Office.ODSOColumn.Index.md | 2 +-
api/Office.ODSOColumn.Name.md | 2 +-
api/Office.ODSOColumn.Parent.md | 2 +-
api/Office.ODSOColumn.Value.md | 2 +-
api/Office.ODSOColumns.Application.md | 2 +-
api/Office.ODSOColumns.Count.md | 2 +-
api/Office.ODSOColumns.Creator.md | 2 +-
api/Office.ODSOColumns.Item.md | 4 +-
api/Office.ODSOColumns.Parent.md | 2 +-
api/Office.ODSOFilter.Application.md | 2 +-
api/Office.ODSOFilter.Creator.md | 2 +-
api/Office.ODSOFilter.Index.md | 2 +-
api/Office.ODSOFilter.Parent.md | 2 +-
api/Office.ODSOFilters.Add.md | 2 +-
api/Office.ODSOFilters.Application.md | 2 +-
api/Office.ODSOFilters.Count.md | 2 +-
api/Office.ODSOFilters.Creator.md | 2 +-
api/Office.ODSOFilters.Delete.md | 2 +-
api/Office.ODSOFilters.Item.md | 4 +-
api/Office.ODSOFilters.Parent.md | 2 +-
api/Office.OfficeDataSourceObject.Filters.md | 2 +-
api/Office.OfficeDataSourceObject.Move.md | 4 +-
api/Office.OfficeDataSourceObject.Open.md | 2 +-
...ice.OfficeDataSourceObject.SetSortOrder.md | 2 +-
api/Office.OfficeTheme.Application.md | 2 +-
api/Office.OfficeTheme.Creator.md | 2 +-
api/Office.OfficeTheme.Parent.md | 2 +-
api/Office.OfficeTheme.ThemeColorScheme.md | 2 +-
api/Office.OfficeTheme.ThemeEffectScheme.md | 2 +-
api/Office.OfficeTheme.ThemeFontScheme.md | 2 +-
api/Office.OutSpaceSlabStyle.md | 2 +-
api/Office.ParagraphFormat2.Alignment.md | 2 +-
api/Office.ParagraphFormat2.Application.md | 2 +-
...fice.ParagraphFormat2.BaselineAlignment.md | 2 +-
api/Office.ParagraphFormat2.Bullet.md | 2 +-
api/Office.ParagraphFormat2.Creator.md | 2 +-
....ParagraphFormat2.FarEastLineBreakLevel.md | 2 +-
...Office.ParagraphFormat2.FirstLineIndent.md | 2 +-
...ice.ParagraphFormat2.HangingPunctuation.md | 2 +-
api/Office.ParagraphFormat2.IndentLevel.md | 2 +-
api/Office.ParagraphFormat2.LeftIndent.md | 2 +-
api/Office.ParagraphFormat2.LineRuleAfter.md | 2 +-
api/Office.ParagraphFormat2.LineRuleBefore.md | 2 +-
api/Office.ParagraphFormat2.LineRuleWithin.md | 2 +-
api/Office.ParagraphFormat2.Parent.md | 2 +-
api/Office.ParagraphFormat2.RightIndent.md | 2 +-
api/Office.ParagraphFormat2.SpaceAfter.md | 2 +-
api/Office.ParagraphFormat2.SpaceBefore.md | 2 +-
api/Office.ParagraphFormat2.SpaceWithin.md | 2 +-
api/Office.ParagraphFormat2.TabStops.md | 2 +-
api/Office.ParagraphFormat2.TextDirection.md | 2 +-
api/Office.ParagraphFormat2.WordWrap.md | 2 +-
api/Office.Permission.Add.md | 2 +-
api/Office.Permission.Application.md | 2 +-
api/Office.Permission.ApplyPolicy.md | 2 +-
api/Office.Permission.Count.md | 2 +-
api/Office.Permission.Creator.md | 2 +-
api/Office.Permission.EnableTrustedBrowser.md | 2 +-
api/Office.Permission.Parent.md | 2 +-
...Office.PickerDialog.CreatePickerResults.md | 2 +-
api/Office.PickerDialog.Resolve.md | 4 +-
api/Office.PickerDialog.Show.md | 4 +-
api/Office.PickerFields.Item.md | 2 +-
api/Office.PickerProperties.Add.md | 4 +-
api/Office.PickerProperties.Item.md | 2 +-
api/Office.PickerProperties.Remove.md | 4 +-
api/Office.PickerResults.Add.md | 4 +-
api/Office.PickerResults.Item.md | 2 +-
api/Office.PictureEffect.Delete.md | 2 +-
api/Office.PictureEffects.Delete.md | 4 +-
api/Office.PictureEffects.Insert.md | 4 +-
api/Office.PictureEffects.Item.md | 2 +-
api/Office.PolicyItem.Application.md | 2 +-
api/Office.PolicyItem.Creator.md | 2 +-
api/Office.PolicyItem.Data.md | 2 +-
api/Office.PolicyItem.Description.md | 2 +-
api/Office.PolicyItem.Id.md | 2 +-
api/Office.PolicyItem.Name.md | 2 +-
api/Office.PolicyItem.Parent.md | 2 +-
api/Office.ReflectionFormat.Application.md | 2 +-
api/Office.ReflectionFormat.Creator.md | 2 +-
api/Office.ReflectionFormat.Type.md | 2 +-
api/Office.RibbonControlSize.md | 2 +-
api/Office.Ruler2.Application.md | 2 +-
api/Office.Ruler2.Creator.md | 2 +-
api/Office.Ruler2.Levels.md | 2 +-
api/Office.Ruler2.Parent.md | 2 +-
api/Office.Ruler2.TabStops.md | 2 +-
api/Office.RulerLevel2.Application.md | 2 +-
api/Office.RulerLevel2.Creator.md | 2 +-
api/Office.RulerLevel2.FirstMargin.md | 2 +-
api/Office.RulerLevel2.LeftMargin.md | 2 +-
api/Office.RulerLevel2.Parent.md | 2 +-
api/Office.RulerLevels2.Application.md | 2 +-
api/Office.RulerLevels2.Count.md | 2 +-
api/Office.RulerLevels2.Creator.md | 2 +-
api/Office.RulerLevels2.Item.md | 4 +-
api/Office.RulerLevels2.Parent.md | 2 +-
api/Office.ScopeFolder.Application.md | 2 +-
api/Office.ScopeFolder.Creator.md | 2 +-
api/Office.ScopeFolder.Name.md | 2 +-
api/Office.ScopeFolders.Application.md | 2 +-
api/Office.ScopeFolders.Count.md | 2 +-
api/Office.ScopeFolders.Creator.md | 2 +-
api/Office.ScopeFolders.Item.md | 2 +-
api/Office.SearchFolders.Add.md | 2 +-
api/Office.SearchFolders.Application.md | 2 +-
api/Office.SearchFolders.Count.md | 2 +-
api/Office.SearchFolders.Creator.md | 2 +-
api/Office.SearchFolders.Item.md | 2 +-
api/Office.SearchFolders.Remove.md | 2 +-
api/Office.SearchScope.Application.md | 2 +-
api/Office.SearchScope.Creator.md | 2 +-
api/Office.SearchScopes.Application.md | 2 +-
api/Office.SearchScopes.Count.md | 2 +-
api/Office.SearchScopes.Creator.md | 2 +-
api/Office.SearchScopes.Item.md | 2 +-
api/Office.ServerPolicy.Application.md | 2 +-
api/Office.ServerPolicy.BlockPreview.md | 2 +-
api/Office.ServerPolicy.Count.md | 2 +-
api/Office.ServerPolicy.Creator.md | 2 +-
api/Office.ServerPolicy.Description.md | 2 +-
api/Office.ServerPolicy.Id.md | 2 +-
api/Office.ServerPolicy.Item.md | 4 +-
api/Office.ServerPolicy.Name.md | 2 +-
api/Office.ServerPolicy.Parent.md | 2 +-
api/Office.ServerPolicy.Statement.md | 2 +-
api/Office.SharedWorkspace.Application.md | 2 +-
api/Office.SharedWorkspace.CreateNew.md | 2 +-
api/Office.SharedWorkspace.Creator.md | 2 +-
api/Office.SharedWorkspace.Name.md | 2 +-
api/Office.SharedWorkspace.Parent.md | 2 +-
api/Office.SharedWorkspace.URL.md | 2 +-
api/Office.SharedWorkspaceFile.Application.md | 2 +-
api/Office.SharedWorkspaceFile.CreatedBy.md | 2 +-
api/Office.SharedWorkspaceFile.CreatedDate.md | 2 +-
api/Office.SharedWorkspaceFile.Creator.md | 2 +-
api/Office.SharedWorkspaceFile.ModifiedBy.md | 2 +-
...Office.SharedWorkspaceFile.ModifiedDate.md | 2 +-
api/Office.SharedWorkspaceFile.Parent.md | 2 +-
api/Office.SharedWorkspaceFile.URL.md | 2 +-
api/Office.SharedWorkspaceFiles.Add.md | 2 +-
...Office.SharedWorkspaceFiles.Application.md | 2 +-
api/Office.SharedWorkspaceFiles.Count.md | 2 +-
api/Office.SharedWorkspaceFiles.Creator.md | 2 +-
api/Office.SharedWorkspaceFiles.Item.md | 2 +-
....SharedWorkspaceFiles.ItemCountExceeded.md | 2 +-
api/Office.SharedWorkspaceFiles.Parent.md | 2 +-
...ffice.SharedWorkspaceFolder.Application.md | 2 +-
api/Office.SharedWorkspaceFolder.Creator.md | 2 +-
api/Office.SharedWorkspaceFolder.Delete.md | 2 +-
api/Office.SharedWorkspaceFolder.Parent.md | 2 +-
api/Office.SharedWorkspaceFolders.Add.md | 2 +-
...fice.SharedWorkspaceFolders.Application.md | 2 +-
api/Office.SharedWorkspaceFolders.Count.md | 2 +-
api/Office.SharedWorkspaceFolders.Creator.md | 2 +-
api/Office.SharedWorkspaceFolders.Item.md | 2 +-
...haredWorkspaceFolders.ItemCountExceeded.md | 2 +-
api/Office.SharedWorkspaceFolders.Parent.md | 2 +-
api/Office.SharedWorkspaceLink.Application.md | 2 +-
api/Office.SharedWorkspaceLink.CreatedBy.md | 2 +-
api/Office.SharedWorkspaceLink.CreatedDate.md | 2 +-
api/Office.SharedWorkspaceLink.Creator.md | 2 +-
api/Office.SharedWorkspaceLink.ModifiedBy.md | 2 +-
...Office.SharedWorkspaceLink.ModifiedDate.md | 2 +-
api/Office.SharedWorkspaceLink.Parent.md | 2 +-
api/Office.SharedWorkspaceLink.Save.md | 2 +-
api/Office.SharedWorkspaceLink.URL.md | 2 +-
api/Office.SharedWorkspaceLinks.Add.md | 4 +-
...Office.SharedWorkspaceLinks.Application.md | 2 +-
api/Office.SharedWorkspaceLinks.Count.md | 2 +-
api/Office.SharedWorkspaceLinks.Creator.md | 2 +-
api/Office.SharedWorkspaceLinks.Item.md | 2 +-
....SharedWorkspaceLinks.ItemCountExceeded.md | 2 +-
api/Office.SharedWorkspaceLinks.Parent.md | 2 +-
...ffice.SharedWorkspaceMember.Application.md | 2 +-
api/Office.SharedWorkspaceMember.Creator.md | 2 +-
api/Office.SharedWorkspaceMember.Name.md | 2 +-
api/Office.SharedWorkspaceMember.Parent.md | 2 +-
api/Office.SharedWorkspaceMembers.Add.md | 2 +-
...fice.SharedWorkspaceMembers.Application.md | 2 +-
api/Office.SharedWorkspaceMembers.Count.md | 2 +-
api/Office.SharedWorkspaceMembers.Creator.md | 2 +-
api/Office.SharedWorkspaceMembers.Item.md | 2 +-
...haredWorkspaceMembers.ItemCountExceeded.md | 2 +-
api/Office.SharedWorkspaceMembers.Parent.md | 2 +-
api/Office.SharedWorkspaceTask.Application.md | 2 +-
api/Office.SharedWorkspaceTask.AssignedTo.md | 2 +-
api/Office.SharedWorkspaceTask.CreatedBy.md | 2 +-
api/Office.SharedWorkspaceTask.CreatedDate.md | 2 +-
api/Office.SharedWorkspaceTask.Creator.md | 2 +-
api/Office.SharedWorkspaceTask.ModifiedBy.md | 2 +-
...Office.SharedWorkspaceTask.ModifiedDate.md | 2 +-
api/Office.SharedWorkspaceTask.Parent.md | 2 +-
api/Office.SharedWorkspaceTask.Save.md | 2 +-
api/Office.SharedWorkspaceTask.Title.md | 2 +-
api/Office.SharedWorkspaceTasks.Add.md | 2 +-
...Office.SharedWorkspaceTasks.Application.md | 2 +-
api/Office.SharedWorkspaceTasks.Count.md | 2 +-
api/Office.SharedWorkspaceTasks.Creator.md | 2 +-
api/Office.SharedWorkspaceTasks.Item.md | 2 +-
....SharedWorkspaceTasks.ItemCountExceeded.md | 2 +-
api/Office.SharedWorkspaceTasks.Parent.md | 2 +-
api/Office.Signature.Application.md | 2 +-
api/Office.Signature.CanSetup.md | 2 +-
api/Office.Signature.Creator.md | 2 +-
api/Office.Signature.Details.md | 2 +-
api/Office.Signature.IsSignatureLine.md | 2 +-
api/Office.Signature.IsSigned.md | 2 +-
api/Office.Signature.Parent.md | 2 +-
api/Office.Signature.Setup.md | 2 +-
api/Office.Signature.Sign.md | 2 +-
api/Office.Signature.SignatureLineShape.md | 2 +-
api/Office.Signature.SortHint.md | 2 +-
api/Office.SignatureDetail.md | 2 +-
api/Office.SignatureInfo.Application.md | 2 +-
...tureInfo.CertificateVerificationResults.md | 2 +-
...ignatureInfo.ContentVerificationResults.md | 2 +-
api/Office.SignatureInfo.Creator.md | 2 +-
...fice.SignatureInfo.GetCertificateDetail.md | 4 +-
...Office.SignatureInfo.GetSignatureDetail.md | 4 +-
...fice.SignatureInfo.IsCertificateExpired.md | 2 +-
...fice.SignatureInfo.IsCertificateRevoked.md | 2 +-
...ce.SignatureInfo.IsCertificateUntrusted.md | 2 +-
api/Office.SignatureInfo.IsValid.md | 2 +-
api/Office.SignatureInfo.ReadOnly.md | 2 +-
...nfo.SelectCertificateDetailByThumbprint.md | 2 +-
...ignatureInfo.SelectSignatureCertificate.md | 2 +-
....SignatureInfo.ShowSignatureCertificate.md | 2 +-
api/Office.SignatureInfo.SignatureComment.md | 2 +-
api/Office.SignatureInfo.SignatureImage.md | 2 +-
api/Office.SignatureInfo.SignatureProvider.md | 2 +-
api/Office.SignatureInfo.SignatureText.md | 2 +-
api/Office.SignatureLineImage.md | 2 +-
...tureProvider.GenerateSignatureLineImage.md | 2 +-
...ice.SignatureProvider.GetProviderDetail.md | 4 +-
api/Office.SignatureProvider.HashStream.md | 4 +-
....SignatureProvider.NotifySignatureAdded.md | 2 +-
....SignatureProvider.ShowSignatureDetails.md | 2 +-
...ce.SignatureProvider.ShowSignatureSetup.md | 2 +-
...e.SignatureProvider.ShowSigningCeremony.md | 2 +-
api/Office.SignatureProvider.SignXmlDsig.md | 2 +-
api/Office.SignatureProvider.VerifyXmlDsig.md | 2 +-
api/Office.SignatureProviderDetail.md | 2 +-
...ice.SignatureSet.AddNonVisibleSignature.md | 4 +-
api/Office.SignatureSet.AddSignatureLine.md | 4 +-
api/Office.SignatureSet.Application.md | 2 +-
...Office.SignatureSet.CanAddSignatureLine.md | 2 +-
api/Office.SignatureSet.Count.md | 2 +-
api/Office.SignatureSet.Creator.md | 2 +-
api/Office.SignatureSet.Item.md | 2 +-
api/Office.SignatureSet.Parent.md | 2 +-
api/Office.SignatureSet.ShowSignaturesPane.md | 2 +-
api/Office.SignatureSet.Subset.md | 2 +-
api/Office.SignatureSetup.AdditionalXml.md | 2 +-
api/Office.SignatureSetup.AllowComments.md | 2 +-
api/Office.SignatureSetup.Application.md | 2 +-
api/Office.SignatureSetup.Creator.md | 2 +-
api/Office.SignatureSetup.Id.md | 2 +-
api/Office.SignatureSetup.ReadOnly.md | 2 +-
api/Office.SignatureSetup.ShowSignDate.md | 2 +-
...Office.SignatureSetup.SignatureProvider.md | 2 +-
...fice.SignatureSetup.SigningInstructions.md | 2 +-
api/Office.SignatureSetup.SuggestedSigner.md | 2 +-
...ice.SignatureSetup.SuggestedSignerEmail.md | 2 +-
...ice.SignatureSetup.SuggestedSignerLine2.md | 2 +-
api/Office.SignatureType.md | 2 +-
api/Office.SmartArt.Reset.md | 2 +-
api/Office.SmartArtColors.Item.md | 4 +-
api/Office.SmartArtLayouts.Item.md | 4 +-
api/Office.SmartArtNode.AddNode.md | 2 +-
api/Office.SmartArtNodes.Add.md | 2 +-
api/Office.SmartArtNodes.Item.md | 4 +-
api/Office.SmartArtQuickStyles.Item.md | 4 +-
api/Office.SmartDocument.Application.md | 2 +-
api/Office.SmartDocument.Creator.md | 2 +-
api/Office.SmartDocument.PickSolution.md | 2 +-
api/Office.SoftEdgeFormat.Application.md | 2 +-
api/Office.SoftEdgeFormat.Creator.md | 2 +-
api/Office.SoftEdgeFormat.Type.md | 2 +-
api/Office.Sync.Application.md | 2 +-
api/Office.Sync.Creator.md | 2 +-
api/Office.Sync.ErrorType.md | 2 +-
api/Office.Sync.OpenVersion.md | 2 +-
api/Office.Sync.Parent.md | 2 +-
api/Office.Sync.ResolveConflict.md | 2 +-
api/Office.TabStop2.Application.md | 2 +-
api/Office.TabStop2.Creator.md | 2 +-
api/Office.TabStop2.Parent.md | 2 +-
api/Office.TabStop2.Position.md | 2 +-
api/Office.TabStop2.Type.md | 2 +-
api/Office.TabStops2.Add.md | 4 +-
api/Office.TabStops2.Application.md | 2 +-
api/Office.TabStops2.Count.md | 2 +-
api/Office.TabStops2.Creator.md | 2 +-
api/Office.TabStops2.DefaultSpacing.md | 2 +-
api/Office.TabStops2.Item.md | 4 +-
api/Office.TabStops2.Parent.md | 2 +-
api/Office.TextColumn2.Application.md | 2 +-
api/Office.TextColumn2.Count.md | 2 +-
api/Office.TextColumn2.Creator.md | 2 +-
api/Office.TextColumn2.Number.md | 2 +-
api/Office.TextColumn2.Spacing.md | 2 +-
api/Office.TextColumn2.TextDirection.md | 2 +-
api/Office.TextFrame2.DeleteText.md | 2 +-
api/Office.TextRange2.Application.md | 2 +-
api/Office.TextRange2.BoundHeight.md | 2 +-
api/Office.TextRange2.BoundLeft.md | 2 +-
api/Office.TextRange2.BoundTop.md | 2 +-
api/Office.TextRange2.BoundWidth.md | 2 +-
api/Office.TextRange2.ChangeCase.md | 2 +-
api/Office.TextRange2.Characters.md | 4 +-
api/Office.TextRange2.Count.md | 2 +-
api/Office.TextRange2.Creator.md | 2 +-
api/Office.TextRange2.Find.md | 4 +-
api/Office.TextRange2.Font.md | 2 +-
api/Office.TextRange2.InsertAfter.md | 4 +-
api/Office.TextRange2.InsertBefore.md | 4 +-
api/Office.TextRange2.InsertSymbol.md | 4 +-
api/Office.TextRange2.Item.md | 4 +-
api/Office.TextRange2.LanguageID.md | 2 +-
api/Office.TextRange2.Length.md | 2 +-
api/Office.TextRange2.Lines.md | 4 +-
api/Office.TextRange2.MathZones.md | 2 +-
api/Office.TextRange2.ParagraphFormat.md | 2 +-
api/Office.TextRange2.Paragraphs.md | 4 +-
api/Office.TextRange2.Parent.md | 2 +-
api/Office.TextRange2.Paste.md | 2 +-
api/Office.TextRange2.PasteSpecial.md | 4 +-
api/Office.TextRange2.Replace.md | 4 +-
api/Office.TextRange2.RotatedBounds.md | 2 +-
api/Office.TextRange2.Runs.md | 4 +-
api/Office.TextRange2.Sentences.md | 4 +-
api/Office.TextRange2.Start.md | 2 +-
api/Office.TextRange2.Text.md | 2 +-
api/Office.TextRange2.TrimText.md | 2 +-
api/Office.TextRange2.Words.md | 4 +-
api/Office.ThemeColor.Application.md | 2 +-
api/Office.ThemeColor.Creator.md | 2 +-
api/Office.ThemeColor.Parent.md | 2 +-
api/Office.ThemeColor.RGB.md | 2 +-
...Office.ThemeColor.ThemeColorSchemeIndex.md | 2 +-
api/Office.ThemeColorScheme.Application.md | 2 +-
api/Office.ThemeColorScheme.Colors.md | 4 +-
api/Office.ThemeColorScheme.Count.md | 2 +-
api/Office.ThemeColorScheme.Creator.md | 2 +-
api/Office.ThemeColorScheme.GetCustomColor.md | 4 +-
api/Office.ThemeColorScheme.Load.md | 2 +-
api/Office.ThemeColorScheme.Parent.md | 2 +-
api/Office.ThemeColorScheme.Save.md | 2 +-
api/Office.ThemeEffectScheme.Application.md | 2 +-
api/Office.ThemeEffectScheme.Creator.md | 2 +-
api/Office.ThemeEffectScheme.Load.md | 2 +-
api/Office.ThemeEffectScheme.Parent.md | 2 +-
api/Office.ThemeFont.Application.md | 2 +-
api/Office.ThemeFont.Creator.md | 2 +-
api/Office.ThemeFont.Name.md | 2 +-
api/Office.ThemeFont.Parent.md | 2 +-
api/Office.ThemeFontScheme.Application.md | 2 +-
api/Office.ThemeFontScheme.Creator.md | 2 +-
api/Office.ThemeFontScheme.Load.md | 2 +-
api/Office.ThemeFontScheme.MajorFont.md | 2 +-
api/Office.ThemeFontScheme.MinorFont.md | 2 +-
api/Office.ThemeFontScheme.Parent.md | 2 +-
api/Office.ThemeFontScheme.Save.md | 2 +-
api/Office.ThemeFonts.Application.md | 2 +-
api/Office.ThemeFonts.Count.md | 2 +-
api/Office.ThemeFonts.Creator.md | 2 +-
api/Office.ThemeFonts.Item.md | 4 +-
api/Office.ThemeFonts.Parent.md | 2 +-
api/Office.UserPermission.Application.md | 2 +-
api/Office.UserPermission.Creator.md | 2 +-
api/Office.UserPermission.ExpirationDate.md | 2 +-
api/Office.UserPermission.Parent.md | 2 +-
api/Office.WebPageFont.Application.md | 2 +-
api/Office.WebPageFont.Creator.md | 2 +-
api/Office.WebPageFonts.Application.md | 2 +-
api/Office.WebPageFonts.Count.md | 2 +-
api/Office.WebPageFonts.Creator.md | 2 +-
api/Office.WebPageFonts.Item.md | 2 +-
api/Office.WorkflowTask.Application.md | 2 +-
api/Office.WorkflowTask.AssignedTo.md | 2 +-
api/Office.WorkflowTask.CreatedBy.md | 2 +-
api/Office.WorkflowTask.CreatedDate.md | 2 +-
api/Office.WorkflowTask.Creator.md | 2 +-
api/Office.WorkflowTask.Description.md | 2 +-
api/Office.WorkflowTask.DueDate.md | 2 +-
api/Office.WorkflowTask.Id.md | 2 +-
api/Office.WorkflowTask.ListID.md | 2 +-
api/Office.WorkflowTask.Name.md | 2 +-
api/Office.WorkflowTask.Show.md | 2 +-
api/Office.WorkflowTask.WorkflowID.md | 2 +-
api/Office.WorkflowTasks.Application.md | 2 +-
api/Office.WorkflowTasks.Count.md | 2 +-
api/Office.WorkflowTasks.Creator.md | 2 +-
api/Office.WorkflowTasks.Item.md | 4 +-
api/Office.WorkflowTemplate.Application.md | 2 +-
api/Office.WorkflowTemplate.Creator.md | 2 +-
api/Office.WorkflowTemplate.Description.md | 2 +-
...ce.WorkflowTemplate.DocumentLibraryName.md | 2 +-
...ice.WorkflowTemplate.DocumentLibraryURL.md | 2 +-
api/Office.WorkflowTemplate.Id.md | 2 +-
api/Office.WorkflowTemplate.Name.md | 2 +-
api/Office.WorkflowTemplate.Show.md | 2 +-
api/Office.WorkflowTemplates.Application.md | 2 +-
api/Office.WorkflowTemplates.Count.md | 2 +-
api/Office.WorkflowTemplates.Creator.md | 2 +-
api/Office.XlDataLabelPosition.md | 2 +-
api/Office.XlDisplayUnit.md | 2 +-
api/Office.XlPivotFieldOrientation.md | 2 +-
api/Office.XlSizeRepresents.md | 2 +-
api/Office.XlTimeUnit.md | 2 +-
api/Outlook.Account.GetAddressEntryFromID.md | 4 +-
api/Outlook.Account.GetRecipientFromID.md | 4 +-
...k.AccountSelector.SelectedAccountChange.md | 2 +-
api/Outlook.Accounts.AutoDiscoverComplete.md | 2 +-
api/Outlook.Accounts.Item.md | 4 +-
api/Outlook.Action.Execute.md | 2 +-
api/Outlook.Actions.Add.md | 2 +-
api/Outlook.Actions.Item.md | 4 +-
api/Outlook.Actions.Remove.md | 2 +-
api/Outlook.AddressEntries.Add.md | 4 +-
api/Outlook.AddressEntries.GetFirst.md | 2 +-
api/Outlook.AddressEntries.GetLast.md | 2 +-
api/Outlook.AddressEntries.GetNext.md | 2 +-
api/Outlook.AddressEntries.GetPrevious.md | 2 +-
api/Outlook.AddressEntries.Item.md | 4 +-
api/Outlook.AddressEntries.Sort.md | 2 +-
api/Outlook.AddressEntry.Details.md | 2 +-
api/Outlook.AddressEntry.GetContact.md | 2 +-
...ddressEntry.GetExchangeDistributionList.md | 2 +-
api/Outlook.AddressEntry.GetExchangeUser.md | 2 +-
api/Outlook.AddressEntry.GetFreeBusy.md | 4 +-
api/Outlook.AddressEntry.Update.md | 2 +-
api/Outlook.AddressList.GetContactsFolder.md | 2 +-
api/Outlook.AddressLists.Item.md | 4 +-
api/Outlook.Application.ActiveExplorer.md | 2 +-
api/Outlook.Application.ActiveInspector.md | 2 +-
api/Outlook.Application.ActiveWindow.md | 2 +-
api/Outlook.Application.AdvancedSearch.md | 4 +-
...look.Application.AdvancedSearchComplete.md | 2 +-
...tlook.Application.AdvancedSearchStopped.md | 2 +-
...k.Application.BeforeFolderSharingDialog.md | 2 +-
api/Outlook.Application.CopyFile.md | 4 +-
api/Outlook.Application.CreateItem.md | 4 +-
...look.Application.CreateItemFromTemplate.md | 4 +-
api/Outlook.Application.CreateObject.md | 4 +-
api/Outlook.Application.GetNamespace.md | 4 +-
api/Outlook.Application.GetObjectReference.md | 4 +-
...Outlook.Application.IsSearchSynchronous.md | 4 +-
api/Outlook.Application.ItemLoad.md | 2 +-
api/Outlook.Application.ItemSend.md | 2 +-
api/Outlook.Application.NewMailEx.md | 2 +-
api/Outlook.Application.OptionsPagesAdd.md | 2 +-
...Application.RefreshFormRegionDefinition.md | 2 +-
api/Outlook.Application.Reminder.md | 2 +-
api/Outlook.AppointmentItem.AttachmentAdd.md | 2 +-
api/Outlook.AppointmentItem.AttachmentRead.md | 2 +-
...utlook.AppointmentItem.AttachmentRemove.md | 2 +-
...ook.AppointmentItem.BeforeAttachmentAdd.md | 2 +-
...AppointmentItem.BeforeAttachmentPreview.md | 2 +-
...ok.AppointmentItem.BeforeAttachmentRead.md | 2 +-
...ok.AppointmentItem.BeforeAttachmentSave.md | 2 +-
...entItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.AppointmentItem.BeforeAutoSave.md | 2 +-
...utlook.AppointmentItem.BeforeCheckNames.md | 2 +-
api/Outlook.AppointmentItem.BeforeDelete.md | 2 +-
api/Outlook.AppointmentItem.Close(even).md | 2 +-
api/Outlook.AppointmentItem.Close(method).md | 2 +-
api/Outlook.AppointmentItem.CopyTo.md | 4 +-
api/Outlook.AppointmentItem.CustomAction.md | 2 +-
...ok.AppointmentItem.CustomPropertyChange.md | 2 +-
api/Outlook.AppointmentItem.Display.md | 2 +-
api/Outlook.AppointmentItem.Forward.md | 2 +-
api/Outlook.AppointmentItem.ForwardAsVcal.md | 2 +-
...Outlook.AppointmentItem.GetConversation.md | 2 +-
api/Outlook.AppointmentItem.GetOrganizer.md | 2 +-
...ok.AppointmentItem.GetRecurrencePattern.md | 2 +-
api/Outlook.AppointmentItem.Move.md | 4 +-
api/Outlook.AppointmentItem.Open.md | 2 +-
api/Outlook.AppointmentItem.PropertyChange.md | 2 +-
api/Outlook.AppointmentItem.Reply.md | 2 +-
api/Outlook.AppointmentItem.ReplyAll.md | 2 +-
api/Outlook.AppointmentItem.Respond.md | 4 +-
api/Outlook.AppointmentItem.SaveAs.md | 2 +-
api/Outlook.AppointmentItem.Send(even).md | 2 +-
api/Outlook.AppointmentItem.Write.md | 2 +-
...Outlook.Attachment.GetTemporaryFilePath.md | 2 +-
api/Outlook.Attachment.SaveAsFile.md | 2 +-
...utlook.AttachmentSelection.GetSelection.md | 4 +-
api/Outlook.AttachmentSelection.Item.md | 4 +-
api/Outlook.Attachments.Add.md | 4 +-
api/Outlook.Attachments.Item.md | 4 +-
api/Outlook.Attachments.Remove.md | 2 +-
api/Outlook.AutoFormatRules.Add.md | 4 +-
api/Outlook.AutoFormatRules.Insert.md | 4 +-
api/Outlook.AutoFormatRules.Item.md | 4 +-
api/Outlook.AutoFormatRules.Remove.md | 2 +-
api/Outlook.BusinessCardView.Copy.md | 4 +-
api/Outlook.BusinessCardView.GoToDate.md | 2 +-
api/Outlook.CalendarSharing.CalendarDetail.md | 2 +-
api/Outlook.CalendarSharing.EndDate.md | 2 +-
api/Outlook.CalendarSharing.Folder.md | 2 +-
api/Outlook.CalendarSharing.ForwardAsICal.md | 4 +-
...look.CalendarSharing.IncludeAttachments.md | 2 +-
...k.CalendarSharing.IncludePrivateDetails.md | 2 +-
...ok.CalendarSharing.IncludeWholeCalendar.md | 2 +-
....CalendarSharing.RestrictToWorkingHours.md | 2 +-
api/Outlook.CalendarSharing.SaveAsICal.md | 2 +-
api/Outlook.CalendarSharing.StartDate.md | 2 +-
api/Outlook.CalendarView.Copy.md | 4 +-
api/Outlook.CalendarView.GoToDate.md | 2 +-
api/Outlook.CardView.Copy.md | 4 +-
api/Outlook.CardView.GoToDate.md | 2 +-
api/Outlook.Categories.Add.md | 4 +-
api/Outlook.Categories.Item.md | 4 +-
api/Outlook.Categories.Remove.md | 2 +-
api/Outlook.Columns.Add.md | 4 +-
api/Outlook.Columns.Item.md | 4 +-
api/Outlook.Columns.Remove.md | 2 +-
api/Outlook.Conflicts.GetFirst.md | 2 +-
api/Outlook.Conflicts.GetLast.md | 2 +-
api/Outlook.Conflicts.GetNext.md | 2 +-
api/Outlook.Conflicts.GetPrevious.md | 2 +-
api/Outlook.Conflicts.Item.md | 4 +-
....ContactItem.AddBusinessCardLogoPicture.md | 2 +-
api/Outlook.ContactItem.AddPicture.md | 2 +-
api/Outlook.ContactItem.AttachmentAdd.md | 2 +-
api/Outlook.ContactItem.AttachmentRead.md | 2 +-
api/Outlook.ContactItem.AttachmentRemove.md | 2 +-
...Outlook.ContactItem.BeforeAttachmentAdd.md | 2 +-
...ook.ContactItem.BeforeAttachmentPreview.md | 2 +-
...utlook.ContactItem.BeforeAttachmentRead.md | 2 +-
...utlook.ContactItem.BeforeAttachmentSave.md | 2 +-
...actItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.ContactItem.BeforeAutoSave.md | 2 +-
api/Outlook.ContactItem.BeforeCheckNames.md | 2 +-
api/Outlook.ContactItem.BeforeDelete.md | 2 +-
api/Outlook.ContactItem.Close(even).md | 2 +-
api/Outlook.ContactItem.Close(method).md | 2 +-
api/Outlook.ContactItem.CustomAction.md | 2 +-
...utlook.ContactItem.CustomPropertyChange.md | 2 +-
api/Outlook.ContactItem.Display.md | 2 +-
api/Outlook.ContactItem.Forward.md | 2 +-
...tlook.ContactItem.ForwardAsBusinessCard.md | 2 +-
api/Outlook.ContactItem.ForwardAsVcard.md | 2 +-
api/Outlook.ContactItem.GetConversation.md | 2 +-
api/Outlook.ContactItem.MarkAsTask.md | 2 +-
api/Outlook.ContactItem.Move.md | 4 +-
api/Outlook.ContactItem.Open.md | 2 +-
api/Outlook.ContactItem.PropertyChange.md | 2 +-
api/Outlook.ContactItem.Reply.md | 2 +-
api/Outlook.ContactItem.ReplyAll.md | 2 +-
api/Outlook.ContactItem.SaveAs.md | 2 +-
...tlook.ContactItem.SaveBusinessCardImage.md | 2 +-
api/Outlook.ContactItem.Send.md | 2 +-
...utlook.ContactItem.ShowCheckPhoneDialog.md | 2 +-
api/Outlook.ContactItem.Write.md | 2 +-
...onversation.ClearAlwaysAssignCategories.md | 2 +-
....Conversation.GetAlwaysAssignCategories.md | 4 +-
api/Outlook.Conversation.GetAlwaysDelete.md | 4 +-
...look.Conversation.GetAlwaysMoveToFolder.md | 4 +-
api/Outlook.Conversation.GetChildren.md | 4 +-
api/Outlook.Conversation.GetParent.md | 4 +-
api/Outlook.Conversation.GetRootItems.md | 2 +-
api/Outlook.Conversation.GetTable.md | 2 +-
....Conversation.SetAlwaysAssignCategories.md | 2 +-
api/Outlook.Conversation.SetAlwaysDelete.md | 2 +-
...look.Conversation.SetAlwaysMoveToFolder.md | 2 +-
api/Outlook.Conversation.StopAlwaysDelete.md | 2 +-
...ook.Conversation.StopAlwaysMoveToFolder.md | 2 +-
...look.ConversationHeader.GetConversation.md | 2 +-
api/Outlook.ConversationHeader.GetItems.md | 2 +-
api/Outlook.DistListItem.AddMember.md | 2 +-
api/Outlook.DistListItem.AddMembers.md | 2 +-
api/Outlook.DistListItem.AttachmentAdd.md | 2 +-
api/Outlook.DistListItem.AttachmentRead.md | 2 +-
api/Outlook.DistListItem.AttachmentRemove.md | 2 +-
...utlook.DistListItem.BeforeAttachmentAdd.md | 2 +-
...ok.DistListItem.BeforeAttachmentPreview.md | 2 +-
...tlook.DistListItem.BeforeAttachmentRead.md | 2 +-
...tlook.DistListItem.BeforeAttachmentSave.md | 2 +-
...istItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.DistListItem.BeforeAutoSave.md | 2 +-
api/Outlook.DistListItem.BeforeCheckNames.md | 2 +-
api/Outlook.DistListItem.BeforeDelete.md | 2 +-
api/Outlook.DistListItem.Close(even).md | 2 +-
api/Outlook.DistListItem.Close(method).md | 2 +-
api/Outlook.DistListItem.CustomAction.md | 2 +-
...tlook.DistListItem.CustomPropertyChange.md | 2 +-
api/Outlook.DistListItem.Display.md | 2 +-
api/Outlook.DistListItem.Forward.md | 2 +-
api/Outlook.DistListItem.GetConversation.md | 2 +-
api/Outlook.DistListItem.GetMember.md | 4 +-
api/Outlook.DistListItem.MarkAsTask.md | 2 +-
api/Outlook.DistListItem.Move.md | 4 +-
api/Outlook.DistListItem.Open.md | 2 +-
api/Outlook.DistListItem.PropertyChange.md | 2 +-
api/Outlook.DistListItem.RemoveMember.md | 2 +-
api/Outlook.DistListItem.RemoveMembers.md | 2 +-
api/Outlook.DistListItem.Reply.md | 2 +-
api/Outlook.DistListItem.ReplyAll.md | 2 +-
api/Outlook.DistListItem.SaveAs.md | 2 +-
api/Outlook.DistListItem.Send.md | 2 +-
api/Outlook.DistListItem.Write.md | 2 +-
api/Outlook.DocumentItem.AttachmentAdd.md | 2 +-
api/Outlook.DocumentItem.AttachmentRead.md | 2 +-
api/Outlook.DocumentItem.AttachmentRemove.md | 2 +-
...utlook.DocumentItem.BeforeAttachmentAdd.md | 2 +-
...ok.DocumentItem.BeforeAttachmentPreview.md | 2 +-
...tlook.DocumentItem.BeforeAttachmentRead.md | 2 +-
...tlook.DocumentItem.BeforeAttachmentSave.md | 2 +-
...entItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.DocumentItem.BeforeAutoSave.md | 2 +-
api/Outlook.DocumentItem.BeforeCheckNames.md | 2 +-
api/Outlook.DocumentItem.BeforeDelete.md | 2 +-
api/Outlook.DocumentItem.Close(even).md | 2 +-
api/Outlook.DocumentItem.CustomAction.md | 2 +-
...tlook.DocumentItem.CustomPropertyChange.md | 2 +-
api/Outlook.DocumentItem.Display.md | 2 +-
api/Outlook.DocumentItem.Forward.md | 2 +-
api/Outlook.DocumentItem.Move.md | 4 +-
api/Outlook.DocumentItem.Open.md | 2 +-
api/Outlook.DocumentItem.PropertyChange.md | 2 +-
api/Outlook.DocumentItem.Reply.md | 2 +-
api/Outlook.DocumentItem.ReplyAll.md | 2 +-
api/Outlook.DocumentItem.SaveAs.md | 2 +-
api/Outlook.DocumentItem.Send.md | 2 +-
api/Outlook.DocumentItem.Write.md | 2 +-
api/Outlook.Exceptions.Item.md | 4 +-
...utlook.ExchangeDistributionList.Details.md | 2 +-
...ook.ExchangeDistributionList.GetContact.md | 2 +-
...ibutionList.GetExchangeDistributionList.md | 2 +-
...List.GetExchangeDistributionListMembers.md | 2 +-
...xchangeDistributionList.GetExchangeUser.md | 2 +-
...xchangeDistributionList.GetMemberOfList.md | 2 +-
...look.ExchangeDistributionList.GetOwners.md | 2 +-
...Outlook.ExchangeDistributionList.Update.md | 2 +-
api/Outlook.ExchangeUser.Details.md | 2 +-
api/Outlook.ExchangeUser.GetContact.md | 2 +-
api/Outlook.ExchangeUser.GetDirectReports.md | 2 +-
...xchangeUser.GetExchangeDistributionList.md | 2 +-
api/Outlook.ExchangeUser.GetExchangeUser.md | 2 +-
...ook.ExchangeUser.GetExchangeUserManager.md | 2 +-
api/Outlook.ExchangeUser.GetFreeBusy.md | 4 +-
api/Outlook.ExchangeUser.GetMemberOfList.md | 2 +-
api/Outlook.ExchangeUser.GetPicture.md | 2 +-
api/Outlook.ExchangeUser.Update.md | 2 +-
api/Outlook.Explorer.AddToSelection.md | 2 +-
api/Outlook.Explorer.BeforeFolderSwitch.md | 2 +-
api/Outlook.Explorer.BeforeItemCopy.md | 2 +-
api/Outlook.Explorer.BeforeItemCut.md | 2 +-
api/Outlook.Explorer.BeforeItemPaste.md | 2 +-
api/Outlook.Explorer.BeforeMaximize.md | 2 +-
api/Outlook.Explorer.BeforeMinimize.md | 2 +-
api/Outlook.Explorer.BeforeMove.md | 2 +-
api/Outlook.Explorer.BeforeSize.md | 2 +-
api/Outlook.Explorer.BeforeViewSwitch.md | 2 +-
...Outlook.Explorer.IsItemSelectableInView.md | 4 +-
api/Outlook.Explorer.IsPaneVisible.md | 4 +-
api/Outlook.Explorer.RemoveFromSelection.md | 2 +-
api/Outlook.Explorer.Search.md | 2 +-
api/Outlook.Explorer.ShowPane.md | 2 +-
api/Outlook.Explorers.Add.md | 4 +-
api/Outlook.Explorers.Item.md | 4 +-
api/Outlook.Explorers.NewExplorer.md | 2 +-
api/Outlook.Folder.BeforeFolderMove.md | 2 +-
api/Outlook.Folder.BeforeItemMove.md | 2 +-
api/Outlook.Folder.CopyTo.md | 4 +-
api/Outlook.Folder.GetCalendarExporter.md | 2 +-
api/Outlook.Folder.GetCustomIcon.md | 2 +-
api/Outlook.Folder.GetExplorer.md | 4 +-
api/Outlook.Folder.GetStorage.md | 4 +-
api/Outlook.Folder.GetTable.md | 4 +-
api/Outlook.Folder.MoveTo.md | 2 +-
api/Outlook.Folder.SetCustomIcon.md | 2 +-
api/Outlook.Folders.Add.md | 4 +-
api/Outlook.Folders.FolderAdd.md | 2 +-
api/Outlook.Folders.FolderChange.md | 2 +-
api/Outlook.Folders.GetFirst.md | 2 +-
api/Outlook.Folders.GetLast.md | 2 +-
api/Outlook.Folders.GetNext.md | 2 +-
api/Outlook.Folders.GetPrevious.md | 2 +-
api/Outlook.Folders.Item.md | 4 +-
api/Outlook.Folders.Remove.md | 2 +-
api/Outlook.FormDescription.PublishForm.md | 2 +-
api/Outlook.FormRegion.Expanded.md | 2 +-
...tlook.FormRegion.SetControlItemProperty.md | 2 +-
....FormRegionStartup.BeforeFormRegionShow.md | 2 +-
...ook.FormRegionStartup.GetFormRegionIcon.md | 4 +-
...FormRegionStartup.GetFormRegionManifest.md | 4 +-
....FormRegionStartup.GetFormRegionStorage.md | 4 +-
api/Outlook.IconView.Copy.md | 4 +-
api/Outlook.IconView.GoToDate.md | 2 +-
api/Outlook.Inspector.BeforeMaximize.md | 2 +-
api/Outlook.Inspector.BeforeMinimize.md | 2 +-
api/Outlook.Inspector.BeforeMove.md | 2 +-
api/Outlook.Inspector.BeforeSize.md | 2 +-
api/Outlook.Inspector.Close(method).md | 2 +-
api/Outlook.Inspector.Display.md | 2 +-
api/Outlook.Inspector.HideFormPage.md | 2 +-
api/Outlook.Inspector.IsWordMail.md | 2 +-
api/Outlook.Inspector.NewFormRegion.md | 2 +-
api/Outlook.Inspector.OpenFormRegion.md | 4 +-
api/Outlook.Inspector.PageChange.md | 2 +-
api/Outlook.Inspector.SaveFormRegion.md | 2 +-
...utlook.Inspector.SetControlItemProperty.md | 2 +-
api/Outlook.Inspector.SetCurrentFormPage.md | 2 +-
...utlook.Inspector.SetSchedulingStartTime.md | 2 +-
api/Outlook.Inspector.ShowFormPage.md | 2 +-
api/Outlook.Inspectors.Add.md | 4 +-
api/Outlook.Inspectors.Item.md | 4 +-
api/Outlook.Inspectors.NewInspector.md | 2 +-
api/Outlook.ItemProperties.Add.md | 2 +-
api/Outlook.ItemProperties.Item.md | 4 +-
api/Outlook.ItemProperties.Remove.md | 2 +-
api/Outlook.Items.Add.md | 4 +-
api/Outlook.Items.Find.md | 4 +-
api/Outlook.Items.FindNext.md | 2 +-
api/Outlook.Items.GetFirst.md | 2 +-
api/Outlook.Items.GetLast.md | 2 +-
api/Outlook.Items.GetNext.md | 2 +-
api/Outlook.Items.GetPrevious.md | 2 +-
api/Outlook.Items.Item.md | 4 +-
api/Outlook.Items.ItemAdd.md | 2 +-
api/Outlook.Items.ItemChange.md | 2 +-
api/Outlook.Items.Remove.md | 2 +-
api/Outlook.Items.Restrict.md | 4 +-
api/Outlook.Items.SetColumns.md | 2 +-
api/Outlook.Items.Sort.md | 2 +-
api/Outlook.JournalItem.AttachmentAdd.md | 2 +-
api/Outlook.JournalItem.AttachmentRead.md | 2 +-
api/Outlook.JournalItem.AttachmentRemove.md | 2 +-
...Outlook.JournalItem.BeforeAttachmentAdd.md | 2 +-
...ook.JournalItem.BeforeAttachmentPreview.md | 2 +-
...utlook.JournalItem.BeforeAttachmentRead.md | 2 +-
...utlook.JournalItem.BeforeAttachmentSave.md | 2 +-
...nalItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.JournalItem.BeforeAutoSave.md | 2 +-
api/Outlook.JournalItem.BeforeCheckNames.md | 2 +-
api/Outlook.JournalItem.BeforeDelete.md | 2 +-
api/Outlook.JournalItem.Close(even).md | 2 +-
api/Outlook.JournalItem.Close(method).md | 2 +-
api/Outlook.JournalItem.CustomAction.md | 2 +-
...utlook.JournalItem.CustomPropertyChange.md | 2 +-
api/Outlook.JournalItem.Display.md | 2 +-
api/Outlook.JournalItem.Forward(even).md | 2 +-
api/Outlook.JournalItem.Forward(method).md | 2 +-
api/Outlook.JournalItem.GetConversation.md | 2 +-
api/Outlook.JournalItem.Move.md | 4 +-
api/Outlook.JournalItem.Open.md | 2 +-
api/Outlook.JournalItem.PropertyChange.md | 2 +-
api/Outlook.JournalItem.Reply(even).md | 2 +-
api/Outlook.JournalItem.Reply(method).md | 2 +-
api/Outlook.JournalItem.ReplyAll(even).md | 2 +-
api/Outlook.JournalItem.ReplyAll(method).md | 2 +-
api/Outlook.JournalItem.SaveAs.md | 2 +-
api/Outlook.JournalItem.Send.md | 2 +-
api/Outlook.JournalItem.Write.md | 2 +-
api/Outlook.MailItem.AddBusinessCard.md | 2 +-
api/Outlook.MailItem.AttachmentAdd.md | 2 +-
api/Outlook.MailItem.AttachmentRead.md | 2 +-
api/Outlook.MailItem.AttachmentRemove.md | 2 +-
api/Outlook.MailItem.BeforeAttachmentAdd.md | 2 +-
...utlook.MailItem.BeforeAttachmentPreview.md | 2 +-
api/Outlook.MailItem.BeforeAttachmentRead.md | 2 +-
api/Outlook.MailItem.BeforeAttachmentSave.md | 2 +-
...ailItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.MailItem.BeforeAutoSave.md | 2 +-
api/Outlook.MailItem.BeforeCheckNames.md | 2 +-
api/Outlook.MailItem.BeforeDelete.md | 2 +-
api/Outlook.MailItem.Close(even).md | 2 +-
api/Outlook.MailItem.Close(method).md | 2 +-
api/Outlook.MailItem.CustomAction.md | 2 +-
api/Outlook.MailItem.CustomPropertyChange.md | 2 +-
api/Outlook.MailItem.Display.md | 2 +-
api/Outlook.MailItem.Forward(even).md | 2 +-
api/Outlook.MailItem.Forward(method).md | 2 +-
api/Outlook.MailItem.GetConversation.md | 2 +-
api/Outlook.MailItem.MarkAsTask.md | 2 +-
api/Outlook.MailItem.Move.md | 4 +-
api/Outlook.MailItem.Open.md | 2 +-
api/Outlook.MailItem.PropertyChange.md | 2 +-
api/Outlook.MailItem.Reply(even).md | 2 +-
api/Outlook.MailItem.Reply(method).md | 2 +-
api/Outlook.MailItem.ReplyAll(even).md | 2 +-
api/Outlook.MailItem.ReplyAll(method).md | 2 +-
api/Outlook.MailItem.SaveAs.md | 2 +-
api/Outlook.MailItem.Send(even).md | 2 +-
api/Outlook.MailItem.Write.md | 2 +-
api/Outlook.MeetingItem.AttachmentAdd.md | 2 +-
api/Outlook.MeetingItem.AttachmentRead.md | 2 +-
api/Outlook.MeetingItem.AttachmentRemove.md | 2 +-
...Outlook.MeetingItem.BeforeAttachmentAdd.md | 2 +-
...ook.MeetingItem.BeforeAttachmentPreview.md | 2 +-
...utlook.MeetingItem.BeforeAttachmentRead.md | 2 +-
...utlook.MeetingItem.BeforeAttachmentSave.md | 2 +-
...ingItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.MeetingItem.BeforeAutoSave.md | 2 +-
api/Outlook.MeetingItem.BeforeCheckNames.md | 2 +-
api/Outlook.MeetingItem.BeforeDelete.md | 2 +-
api/Outlook.MeetingItem.Close(even).md | 2 +-
api/Outlook.MeetingItem.Close(method).md | 2 +-
api/Outlook.MeetingItem.CustomAction.md | 2 +-
...utlook.MeetingItem.CustomPropertyChange.md | 2 +-
api/Outlook.MeetingItem.Display.md | 2 +-
api/Outlook.MeetingItem.Forward(even).md | 2 +-
api/Outlook.MeetingItem.Forward(method).md | 2 +-
...ok.MeetingItem.GetAssociatedAppointment.md | 4 +-
api/Outlook.MeetingItem.GetConversation.md | 2 +-
api/Outlook.MeetingItem.Move.md | 4 +-
api/Outlook.MeetingItem.Open.md | 2 +-
api/Outlook.MeetingItem.PropertyChange.md | 2 +-
api/Outlook.MeetingItem.Reply(even).md | 2 +-
api/Outlook.MeetingItem.Reply(method).md | 2 +-
api/Outlook.MeetingItem.ReplyAll(even).md | 2 +-
api/Outlook.MeetingItem.ReplyAll(method).md | 2 +-
api/Outlook.MeetingItem.SaveAs.md | 2 +-
api/Outlook.MeetingItem.Send(even).md | 2 +-
api/Outlook.MeetingItem.Write.md | 2 +-
api/Outlook.NameSpace.AddStore.md | 2 +-
api/Outlook.NameSpace.AddStoreEx.md | 2 +-
api/Outlook.NameSpace.CompareEntryIDs.md | 4 +-
api/Outlook.NameSpace.CreateContactCard.md | 4 +-
api/Outlook.NameSpace.CreateRecipient.md | 4 +-
api/Outlook.NameSpace.CreateSharingItem.md | 4 +-
api/Outlook.NameSpace.Dial.md | 2 +-
...Outlook.NameSpace.GetAddressEntryFromID.md | 4 +-
api/Outlook.NameSpace.GetDefaultFolder.md | 4 +-
api/Outlook.NameSpace.GetFolderFromID.md | 4 +-
api/Outlook.NameSpace.GetGlobalAddressList.md | 2 +-
api/Outlook.NameSpace.GetItemFromID.md | 4 +-
api/Outlook.NameSpace.GetRecipientFromID.md | 4 +-
api/Outlook.NameSpace.GetSelectNamesDialog.md | 2 +-
...utlook.NameSpace.GetSharedDefaultFolder.md | 4 +-
api/Outlook.NameSpace.GetStoreFromID.md | 4 +-
api/Outlook.NameSpace.Logon.md | 2 +-
api/Outlook.NameSpace.OpenSharedFolder.md | 4 +-
api/Outlook.NameSpace.OpenSharedItem.md | 4 +-
api/Outlook.NameSpace.OptionsPagesAdd.md | 2 +-
api/Outlook.NameSpace.PickFolder.md | 2 +-
api/Outlook.NameSpace.RemoveStore.md | 2 +-
api/Outlook.NameSpace.SendAndReceive.md | 2 +-
api/Outlook.NavigationFolders.Add.md | 4 +-
api/Outlook.NavigationFolders.Item.md | 4 +-
api/Outlook.NavigationFolders.Remove.md | 2 +-
api/Outlook.NavigationGroups.Create.md | 4 +-
api/Outlook.NavigationGroups.Delete.md | 2 +-
...igationGroups.GetDefaultNavigationGroup.md | 4 +-
api/Outlook.NavigationGroups.Item.md | 4 +-
...ok.NavigationGroups.NavigationFolderAdd.md | 2 +-
...Outlook.NavigationGroups.SelectedChange.md | 2 +-
...k.NavigationModules.GetNavigationModule.md | 4 +-
api/Outlook.NavigationModules.Item.md | 4 +-
api/Outlook.NavigationPane.ModuleSwitch.md | 2 +-
api/Outlook.NoteItem.Close.md | 2 +-
api/Outlook.NoteItem.Copy.md | 2 +-
api/Outlook.NoteItem.Display.md | 2 +-
api/Outlook.NoteItem.Move.md | 4 +-
api/Outlook.NoteItem.SaveAs.md | 2 +-
api/Outlook.OlAccountType.md | 2 +-
api/Outlook.OlActionCopyLike.md | 2 +-
api/Outlook.OlActionReplyStyle.md | 2 +-
api/Outlook.OlActionResponseStyle.md | 2 +-
api/Outlook.OlActionShowOn.md | 2 +-
api/Outlook.OlAddressEntryUserType.md | 2 +-
api/Outlook.OlAddressListType.md | 2 +-
api/Outlook.OlAlign.md | 2 +-
api/Outlook.OlAlignment.md | 2 +-
api/Outlook.OlAlwaysDeleteConversation.md | 2 +-
api/Outlook.OlAppointmentCopyOptions.md | 2 +-
api/Outlook.OlAppointmentTimeField.md | 2 +-
api/Outlook.OlAttachmentBlockLevel.md | 2 +-
api/Outlook.OlAttachmentType.md | 2 +-
api/Outlook.OlAutoDiscoverConnectionMode.md | 2 +-
api/Outlook.OlAutoPreview.md | 2 +-
api/Outlook.OlBackStyle.md | 2 +-
api/Outlook.OlBodyFormat.md | 2 +-
api/Outlook.OlBorderStyle.md | 2 +-
api/Outlook.OlBusinessCardType.md | 2 +-
api/Outlook.OlBusyStatus.md | 2 +-
api/Outlook.OlCalendarDetail.md | 2 +-
api/Outlook.OlCalendarMailFormat.md | 2 +-
api/Outlook.OlCalendarViewMode.md | 2 +-
api/Outlook.OlCategoryColor.md | 2 +-
api/Outlook.OlCategoryShortcutKey.md | 2 +-
api/Outlook.OlColor.md | 2 +-
api/Outlook.OlComboBoxStyle.md | 2 +-
api/Outlook.OlContactPhoneNumber.md | 2 +-
api/Outlook.OlDayWeekTimeScale.md | 2 +-
api/Outlook.OlDaysOfWeek.md | 2 +-
api/Outlook.OlDefaultExpandCollapseSetting.md | 2 +-
api/Outlook.OlDefaultFolders.md | 2 +-
...Outlook.OlDefaultSelectNamesDisplayMode.md | 2 +-
api/Outlook.OlDisplayType.md | 2 +-
api/Outlook.OlDownloadState.md | 2 +-
api/Outlook.OlDragBehavior.md | 2 +-
api/Outlook.OlEditorType.md | 2 +-
api/Outlook.OlEnterFieldBehavior.md | 2 +-
api/Outlook.OlExchangeConnectionMode.md | 2 +-
api/Outlook.OlExchangeStoreType.md | 2 +-
api/Outlook.OlFolderDisplayMode.md | 2 +-
api/Outlook.OlFormRegionIcon.md | 2 +-
api/Outlook.OlFormRegionMode.md | 2 +-
api/Outlook.OlFormRegionSize.md | 2 +-
api/Outlook.OlFormRegistry.md | 2 +-
api/Outlook.OlFormatCurrency.md | 2 +-
api/Outlook.OlFormatDateTime.md | 2 +-
api/Outlook.OlFormatDuration.md | 2 +-
api/Outlook.OlFormatEnumeration.md | 2 +-
api/Outlook.OlFormatInteger.md | 2 +-
api/Outlook.OlFormatKeywords.md | 2 +-
api/Outlook.OlFormatNumber.md | 2 +-
api/Outlook.OlFormatPercent.md | 2 +-
api/Outlook.OlFormatSmartFrom.md | 2 +-
api/Outlook.OlFormatText.md | 2 +-
api/Outlook.OlFormatYesNo.md | 2 +-
api/Outlook.OlGender.md | 2 +-
api/Outlook.OlGridLineStyle.md | 2 +-
api/Outlook.OlGroupType.md | 2 +-
api/Outlook.OlHorizontalLayout.md | 2 +-
api/Outlook.OlIconViewPlacement.md | 2 +-
api/Outlook.OlIconViewType.md | 2 +-
api/Outlook.OlImportance.md | 2 +-
api/Outlook.OlInspectorClose.md | 2 +-
api/Outlook.OlItemType.md | 2 +-
api/Outlook.OlJournalRecipientType.md | 2 +-
api/Outlook.OlMailRecipientType.md | 2 +-
api/Outlook.OlMailingAddress.md | 2 +-
api/Outlook.OlMarkInterval.md | 2 +-
api/Outlook.OlMatchEntry.md | 2 +-
api/Outlook.OlMeetingRecipientType.md | 2 +-
api/Outlook.OlMeetingResponse.md | 2 +-
api/Outlook.OlMeetingStatus.md | 2 +-
api/Outlook.OlMouseButton.md | 2 +-
api/Outlook.OlMousePointer.md | 2 +-
api/Outlook.OlMultiLine.md | 2 +-
api/Outlook.OlMultiSelect.md | 2 +-
api/Outlook.OlNavigationModuleType.md | 2 +-
api/Outlook.OlObjectClass.md | 2 +-
api/Outlook.OlOutlookBarViewType.md | 2 +-
api/Outlook.OlPageType.md | 2 +-
api/Outlook.OlPane.md | 2 +-
api/Outlook.OlPermission.md | 2 +-
api/Outlook.OlPermissionService.md | 2 +-
api/Outlook.OlPictureAlignment.md | 2 +-
api/Outlook.OlRecipientSelectors.md | 2 +-
api/Outlook.OlRecurrenceState.md | 2 +-
api/Outlook.OlRecurrenceType.md | 2 +-
api/Outlook.OlReferenceType.md | 2 +-
api/Outlook.OlRemoteStatus.md | 2 +-
api/Outlook.OlResponseStatus.md | 2 +-
api/Outlook.OlRuleActionType.md | 2 +-
api/Outlook.OlRuleConditionType.md | 2 +-
api/Outlook.OlRuleExecuteOption.md | 2 +-
api/Outlook.OlRuleType.md | 2 +-
api/Outlook.OlSaveAsType.md | 2 +-
api/Outlook.OlScrollBars.md | 2 +-
api/Outlook.OlSearchScope.md | 2 +-
api/Outlook.OlSelectionContents.md | 2 +-
api/Outlook.OlSelectionLocation.md | 2 +-
api/Outlook.OlSensitivity.md | 2 +-
api/Outlook.OlSharingMsgType.md | 2 +-
api/Outlook.OlSharingProvider.md | 2 +-
api/Outlook.OlShiftState.md | 2 +-
api/Outlook.OlShowItemCount.md | 2 +-
api/Outlook.OlSolutionScope.md | 2 +-
api/Outlook.OlSortOrder.md | 2 +-
api/Outlook.OlSpecialFolders.md | 2 +-
api/Outlook.OlStorageIdentifierType.md | 2 +-
api/Outlook.OlStoreType.md | 2 +-
api/Outlook.OlSyncState.md | 2 +-
api/Outlook.OlTableContents.md | 2 +-
api/Outlook.OlTaskDelegationState.md | 2 +-
api/Outlook.OlTaskOwnership.md | 2 +-
api/Outlook.OlTaskRecipientType.md | 2 +-
api/Outlook.OlTaskResponse.md | 2 +-
api/Outlook.OlTaskStatus.md | 2 +-
api/Outlook.OlTextAlign.md | 2 +-
api/Outlook.OlTimeStyle.md | 2 +-
api/Outlook.OlTimelineViewMode.md | 2 +-
api/Outlook.OlTrackingStatus.md | 2 +-
api/Outlook.OlUserPropertyType.md | 2 +-
api/Outlook.OlVerticalLayout.md | 2 +-
api/Outlook.OlViewSaveOption.md | 2 +-
api/Outlook.OlViewType.md | 2 +-
api/Outlook.OlWindowState.md | 2 +-
...utlook.OlkBusinessCardControl.MouseDown.md | 2 +-
...utlook.OlkBusinessCardControl.MouseMove.md | 2 +-
api/Outlook.OlkBusinessCardControl.MouseUp.md | 2 +-
api/Outlook.OlkCategory.Exit.md | 2 +-
api/Outlook.OlkCategory.KeyDown.md | 2 +-
api/Outlook.OlkCategory.KeyPress.md | 2 +-
api/Outlook.OlkCategory.KeyUp.md | 2 +-
api/Outlook.OlkCategory.MouseDown.md | 2 +-
api/Outlook.OlkCategory.MouseMove.md | 2 +-
api/Outlook.OlkCategory.MouseUp.md | 2 +-
api/Outlook.OlkCheckBox.Exit.md | 2 +-
api/Outlook.OlkCheckBox.KeyDown.md | 2 +-
api/Outlook.OlkCheckBox.KeyPress.md | 2 +-
api/Outlook.OlkCheckBox.KeyUp.md | 2 +-
api/Outlook.OlkCheckBox.MouseDown.md | 2 +-
api/Outlook.OlkCheckBox.MouseMove.md | 2 +-
api/Outlook.OlkCheckBox.MouseUp.md | 2 +-
api/Outlook.OlkComboBox.AddItem.md | 2 +-
api/Outlook.OlkComboBox.BeforeUpdate.md | 2 +-
api/Outlook.OlkComboBox.Exit.md | 2 +-
api/Outlook.OlkComboBox.GetItem.md | 4 +-
api/Outlook.OlkComboBox.KeyDown.md | 2 +-
api/Outlook.OlkComboBox.KeyPress.md | 2 +-
api/Outlook.OlkComboBox.KeyUp.md | 2 +-
api/Outlook.OlkComboBox.MouseDown.md | 2 +-
api/Outlook.OlkComboBox.MouseMove.md | 2 +-
api/Outlook.OlkComboBox.MouseUp.md | 2 +-
api/Outlook.OlkComboBox.RemoveItem.md | 2 +-
api/Outlook.OlkComboBox.SetItem.md | 2 +-
api/Outlook.OlkCommandButton.BeforeUpdate.md | 2 +-
api/Outlook.OlkCommandButton.Exit.md | 2 +-
api/Outlook.OlkCommandButton.KeyDown.md | 2 +-
api/Outlook.OlkCommandButton.KeyPress.md | 2 +-
api/Outlook.OlkCommandButton.KeyUp.md | 2 +-
api/Outlook.OlkCommandButton.MouseDown.md | 2 +-
api/Outlook.OlkCommandButton.MouseMove.md | 2 +-
api/Outlook.OlkCommandButton.MouseUp.md | 2 +-
api/Outlook.OlkContactPhoto.Exit.md | 2 +-
api/Outlook.OlkContactPhoto.KeyDown.md | 2 +-
api/Outlook.OlkContactPhoto.KeyPress.md | 2 +-
api/Outlook.OlkContactPhoto.KeyUp.md | 2 +-
api/Outlook.OlkContactPhoto.MouseDown.md | 2 +-
api/Outlook.OlkContactPhoto.MouseMove.md | 2 +-
api/Outlook.OlkContactPhoto.MouseUp.md | 2 +-
api/Outlook.OlkDateControl.BeforeUpdate.md | 2 +-
api/Outlook.OlkDateControl.Exit.md | 2 +-
api/Outlook.OlkDateControl.KeyDown.md | 2 +-
api/Outlook.OlkDateControl.KeyPress.md | 2 +-
api/Outlook.OlkDateControl.KeyUp.md | 2 +-
api/Outlook.OlkDateControl.MouseDown.md | 2 +-
api/Outlook.OlkDateControl.MouseMove.md | 2 +-
api/Outlook.OlkDateControl.MouseUp.md | 2 +-
api/Outlook.OlkInfoBar.MouseDown.md | 2 +-
api/Outlook.OlkInfoBar.MouseMove.md | 2 +-
api/Outlook.OlkInfoBar.MouseUp.md | 2 +-
api/Outlook.OlkLabel.MouseDown.md | 2 +-
api/Outlook.OlkLabel.MouseMove.md | 2 +-
api/Outlook.OlkLabel.MouseUp.md | 2 +-
api/Outlook.OlkListBox.AddItem.md | 2 +-
api/Outlook.OlkListBox.BeforeUpdate.md | 2 +-
api/Outlook.OlkListBox.Exit.md | 2 +-
api/Outlook.OlkListBox.GetItem.md | 4 +-
api/Outlook.OlkListBox.GetSelected.md | 4 +-
api/Outlook.OlkListBox.KeyDown.md | 2 +-
api/Outlook.OlkListBox.KeyPress.md | 2 +-
api/Outlook.OlkListBox.KeyUp.md | 2 +-
api/Outlook.OlkListBox.MouseDown.md | 2 +-
api/Outlook.OlkListBox.MouseMove.md | 2 +-
api/Outlook.OlkListBox.MouseUp.md | 2 +-
api/Outlook.OlkListBox.RemoveItem.md | 2 +-
api/Outlook.OlkListBox.SetItem.md | 2 +-
api/Outlook.OlkListBox.SetSelected.md | 2 +-
api/Outlook.OlkOptionButton.BeforeUpdate.md | 2 +-
api/Outlook.OlkOptionButton.Exit.md | 2 +-
api/Outlook.OlkOptionButton.KeyDown.md | 2 +-
api/Outlook.OlkOptionButton.KeyPress.md | 2 +-
api/Outlook.OlkOptionButton.KeyUp.md | 2 +-
api/Outlook.OlkOptionButton.MouseDown.md | 2 +-
api/Outlook.OlkOptionButton.MouseMove.md | 2 +-
api/Outlook.OlkOptionButton.MouseUp.md | 2 +-
api/Outlook.OlkSenderPhoto.MouseDown.md | 2 +-
api/Outlook.OlkSenderPhoto.MouseMove.md | 2 +-
api/Outlook.OlkSenderPhoto.MouseUp.md | 2 +-
api/Outlook.OlkTextBox.BeforeUpdate.md | 2 +-
api/Outlook.OlkTextBox.Exit.md | 2 +-
api/Outlook.OlkTextBox.KeyDown.md | 2 +-
api/Outlook.OlkTextBox.KeyPress.md | 2 +-
api/Outlook.OlkTextBox.KeyUp.md | 2 +-
api/Outlook.OlkTextBox.MouseDown.md | 2 +-
api/Outlook.OlkTextBox.MouseMove.md | 2 +-
api/Outlook.OlkTextBox.MouseUp.md | 2 +-
api/Outlook.OlkTimeControl.BeforeUpdate.md | 2 +-
api/Outlook.OlkTimeControl.Exit.md | 2 +-
api/Outlook.OlkTimeControl.KeyDown.md | 2 +-
api/Outlook.OlkTimeControl.KeyPress.md | 2 +-
api/Outlook.OlkTimeControl.KeyUp.md | 2 +-
api/Outlook.OlkTimeControl.MouseDown.md | 2 +-
api/Outlook.OlkTimeControl.MouseMove.md | 2 +-
api/Outlook.OlkTimeControl.MouseUp.md | 2 +-
...Outlook.OlkTimeZoneControl.BeforeUpdate.md | 2 +-
api/Outlook.OlkTimeZoneControl.Exit.md | 2 +-
api/Outlook.OlkTimeZoneControl.KeyDown.md | 2 +-
api/Outlook.OlkTimeZoneControl.KeyPress.md | 2 +-
api/Outlook.OlkTimeZoneControl.KeyUp.md | 2 +-
api/Outlook.OlkTimeZoneControl.MouseDown.md | 2 +-
api/Outlook.OlkTimeZoneControl.MouseMove.md | 2 +-
api/Outlook.OlkTimeZoneControl.MouseUp.md | 2 +-
api/Outlook.OrderFields.Add.md | 4 +-
api/Outlook.OrderFields.Insert.md | 4 +-
api/Outlook.OrderFields.Item.md | 4 +-
api/Outlook.OrderFields.Remove.md | 2 +-
api/Outlook.OutlookBarGroups.Add.md | 4 +-
...Outlook.OutlookBarGroups.BeforeGroupAdd.md | 2 +-
...look.OutlookBarGroups.BeforeGroupRemove.md | 2 +-
api/Outlook.OutlookBarGroups.GroupAdd.md | 2 +-
api/Outlook.OutlookBarGroups.Item.md | 4 +-
api/Outlook.OutlookBarGroups.Remove.md | 2 +-
api/Outlook.OutlookBarPane.BeforeNavigate.md | 2 +-
api/Outlook.OutlookBarShortcut.SetIcon.md | 2 +-
api/Outlook.OutlookBarShortcuts.Add.md | 4 +-
...k.OutlookBarShortcuts.BeforeShortcutAdd.md | 2 +-
...utlookBarShortcuts.BeforeShortcutRemove.md | 2 +-
api/Outlook.OutlookBarShortcuts.Item.md | 4 +-
api/Outlook.OutlookBarShortcuts.Remove.md | 2 +-
...Outlook.OutlookBarShortcuts.ShortcutAdd.md | 2 +-
api/Outlook.Pages.Add.md | 4 +-
api/Outlook.Pages.Item.md | 4 +-
api/Outlook.Pages.Remove.md | 2 +-
api/Outlook.Panes.Item.md | 4 +-
api/Outlook.PostItem.AttachmentAdd.md | 2 +-
api/Outlook.PostItem.AttachmentRead.md | 2 +-
api/Outlook.PostItem.AttachmentRemove.md | 2 +-
api/Outlook.PostItem.BeforeAttachmentAdd.md | 2 +-
...utlook.PostItem.BeforeAttachmentPreview.md | 2 +-
api/Outlook.PostItem.BeforeAttachmentSave.md | 2 +-
...ostItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.PostItem.BeforeAutoSave.md | 2 +-
api/Outlook.PostItem.BeforeCheckNames.md | 2 +-
api/Outlook.PostItem.BeforeDelete.md | 2 +-
api/Outlook.PostItem.Close(even).md | 2 +-
api/Outlook.PostItem.Close(method).md | 2 +-
api/Outlook.PostItem.CustomAction.md | 2 +-
api/Outlook.PostItem.CustomPropertyChange.md | 2 +-
api/Outlook.PostItem.Display.md | 2 +-
api/Outlook.PostItem.Forward(even).md | 2 +-
api/Outlook.PostItem.Forward(method).md | 2 +-
api/Outlook.PostItem.GetConversation.md | 2 +-
api/Outlook.PostItem.MarkAsTask.md | 2 +-
api/Outlook.PostItem.Move.md | 4 +-
api/Outlook.PostItem.Open.md | 2 +-
api/Outlook.PostItem.PropertyChange.md | 2 +-
api/Outlook.PostItem.Reply(even).md | 2 +-
api/Outlook.PostItem.Reply(method).md | 2 +-
api/Outlook.PostItem.ReplyAll.md | 2 +-
api/Outlook.PostItem.SaveAs.md | 2 +-
api/Outlook.PostItem.Send.md | 2 +-
api/Outlook.PostItem.Write.md | 2 +-
...Outlook.PropertyAccessor.BinaryToString.md | 4 +-
...tlook.PropertyAccessor.DeleteProperties.md | 4 +-
...Outlook.PropertyAccessor.DeleteProperty.md | 2 +-
api/Outlook.PropertyAccessor.GetProperties.md | 4 +-
api/Outlook.PropertyAccessor.GetProperty.md | 4 +-
...Outlook.PropertyAccessor.LocalTimeToUTC.md | 4 +-
api/Outlook.PropertyAccessor.SetProperties.md | 4 +-
api/Outlook.PropertyAccessor.SetProperty.md | 2 +-
...Outlook.PropertyAccessor.StringToBinary.md | 4 +-
...Outlook.PropertyAccessor.UTCToLocalTime.md | 4 +-
api/Outlook.PropertyPage.Apply.md | 2 +-
api/Outlook.PropertyPage.Dirty.md | 2 +-
api/Outlook.PropertyPage.GetPageInfo.md | 4 +-
api/Outlook.PropertyPages.Add.md | 2 +-
api/Outlook.PropertyPages.Item.md | 4 +-
api/Outlook.PropertyPages.Remove.md | 2 +-
api/Outlook.Recipient.FreeBusy.md | 4 +-
api/Outlook.Recipient.Resolve.md | 2 +-
api/Outlook.Recipients.Add.md | 4 +-
api/Outlook.Recipients.Item.md | 4 +-
api/Outlook.Recipients.Remove.md | 2 +-
api/Outlook.Recipients.ResolveAll.md | 2 +-
...Outlook.RecurrencePattern.GetOccurrence.md | 4 +-
api/Outlook.Reminder.Snooze.md | 2 +-
api/Outlook.Reminders.BeforeReminderShow.md | 2 +-
api/Outlook.Reminders.Item.md | 4 +-
api/Outlook.Reminders.ReminderAdd.md | 2 +-
api/Outlook.Reminders.ReminderChange.md | 2 +-
api/Outlook.Reminders.ReminderFire.md | 2 +-
api/Outlook.Reminders.Remove.md | 2 +-
api/Outlook.Reminders.Snooze.md | 2 +-
api/Outlook.RemoteItem.AttachmentAdd.md | 2 +-
api/Outlook.RemoteItem.AttachmentRead.md | 2 +-
api/Outlook.RemoteItem.AttachmentRemove.md | 2 +-
api/Outlook.RemoteItem.BeforeAttachmentAdd.md | 2 +-
...look.RemoteItem.BeforeAttachmentPreview.md | 2 +-
...Outlook.RemoteItem.BeforeAttachmentRead.md | 2 +-
...Outlook.RemoteItem.BeforeAttachmentSave.md | 2 +-
...oteItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.RemoteItem.BeforeAutoSave.md | 2 +-
api/Outlook.RemoteItem.BeforeCheckNames.md | 2 +-
api/Outlook.RemoteItem.BeforeDelete.md | 2 +-
api/Outlook.RemoteItem.Close(even).md | 2 +-
api/Outlook.RemoteItem.Close(method).md | 2 +-
api/Outlook.RemoteItem.CustomAction.md | 2 +-
...Outlook.RemoteItem.CustomPropertyChange.md | 2 +-
api/Outlook.RemoteItem.Display.md | 2 +-
api/Outlook.RemoteItem.Forward.md | 2 +-
api/Outlook.RemoteItem.GetConversation.md | 2 +-
api/Outlook.RemoteItem.Move.md | 4 +-
api/Outlook.RemoteItem.Open.md | 2 +-
api/Outlook.RemoteItem.PropertyChange.md | 2 +-
api/Outlook.RemoteItem.Reply.md | 2 +-
api/Outlook.RemoteItem.ReplyAll.md | 2 +-
api/Outlook.RemoteItem.SaveAs.md | 2 +-
api/Outlook.RemoteItem.Send.md | 2 +-
api/Outlook.RemoteItem.Write.md | 2 +-
api/Outlook.ReportItem.AttachmentAdd.md | 2 +-
api/Outlook.ReportItem.AttachmentRead.md | 2 +-
api/Outlook.ReportItem.AttachmentRemove.md | 2 +-
api/Outlook.ReportItem.BeforeAttachmentAdd.md | 2 +-
...look.ReportItem.BeforeAttachmentPreview.md | 2 +-
...Outlook.ReportItem.BeforeAttachmentRead.md | 2 +-
...Outlook.ReportItem.BeforeAttachmentSave.md | 2 +-
...ortItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.ReportItem.BeforeAutoSave.md | 2 +-
api/Outlook.ReportItem.BeforeCheckNames.md | 2 +-
api/Outlook.ReportItem.BeforeDelete.md | 2 +-
api/Outlook.ReportItem.Close(even).md | 2 +-
api/Outlook.ReportItem.Close(method).md | 2 +-
api/Outlook.ReportItem.CustomAction.md | 2 +-
...Outlook.ReportItem.CustomPropertyChange.md | 2 +-
api/Outlook.ReportItem.Display.md | 2 +-
api/Outlook.ReportItem.Forward.md | 2 +-
api/Outlook.ReportItem.GetConversation.md | 2 +-
api/Outlook.ReportItem.Move.md | 4 +-
api/Outlook.ReportItem.Open.md | 2 +-
api/Outlook.ReportItem.PropertyChange.md | 2 +-
api/Outlook.ReportItem.Reply.md | 2 +-
api/Outlook.ReportItem.ReplyAll.md | 2 +-
api/Outlook.ReportItem.SaveAs.md | 2 +-
api/Outlook.ReportItem.Send.md | 2 +-
api/Outlook.ReportItem.Write.md | 2 +-
api/Outlook.Results.GetFirst.md | 2 +-
api/Outlook.Results.GetLast.md | 2 +-
api/Outlook.Results.GetNext.md | 2 +-
api/Outlook.Results.GetPrevious.md | 2 +-
api/Outlook.Results.Item.md | 4 +-
api/Outlook.Results.ItemAdd.md | 2 +-
api/Outlook.Results.ItemChange.md | 2 +-
api/Outlook.Results.Sort.md | 2 +-
api/Outlook.Row.BinaryToString.md | 4 +-
api/Outlook.Row.GetValues.md | 2 +-
api/Outlook.Row.Item.md | 4 +-
api/Outlook.Row.LocalTimeToUTC.md | 4 +-
api/Outlook.Row.UTCToLocalTime.md | 4 +-
api/Outlook.Rule.Execute.md | 2 +-
api/Outlook.RuleActions.Item.md | 4 +-
api/Outlook.RuleConditions.Item.md | 4 +-
api/Outlook.Rules.Create.md | 4 +-
api/Outlook.Rules.Item.md | 4 +-
api/Outlook.Rules.Remove.md | 2 +-
api/Outlook.Rules.Save.md | 2 +-
api/Outlook.Search.GetTable.md | 2 +-
api/Outlook.Search.Save.md | 2 +-
api/Outlook.SelectNamesDialog.Display.md | 2 +-
...SelectNamesDialog.SetDefaultDisplayMode.md | 2 +-
api/Outlook.Selection.GetSelection.md | 4 +-
api/Outlook.Selection.Item.md | 4 +-
api/Outlook.SharingItem.AddBusinessCard.md | 2 +-
api/Outlook.SharingItem.AllowWriteAccess.md | 2 +-
api/Outlook.SharingItem.AttachmentAdd.md | 2 +-
api/Outlook.SharingItem.AttachmentRead.md | 2 +-
api/Outlook.SharingItem.AttachmentRemove.md | 2 +-
...Outlook.SharingItem.BeforeAttachmentAdd.md | 2 +-
...ook.SharingItem.BeforeAttachmentPreview.md | 2 +-
...utlook.SharingItem.BeforeAttachmentRead.md | 2 +-
...utlook.SharingItem.BeforeAttachmentSave.md | 2 +-
...ingItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.SharingItem.BeforeAutoSave.md | 2 +-
api/Outlook.SharingItem.BeforeCheckNames.md | 2 +-
api/Outlook.SharingItem.BeforeDelete.md | 2 +-
api/Outlook.SharingItem.Close(even).md | 2 +-
api/Outlook.SharingItem.Close(method).md | 2 +-
api/Outlook.SharingItem.CustomAction.md | 2 +-
...utlook.SharingItem.CustomPropertyChange.md | 2 +-
api/Outlook.SharingItem.Deny.md | 2 +-
api/Outlook.SharingItem.Display.md | 2 +-
api/Outlook.SharingItem.Forward(even).md | 2 +-
api/Outlook.SharingItem.Forward(method).md | 2 +-
api/Outlook.SharingItem.GetConversation.md | 2 +-
api/Outlook.SharingItem.MarkAsTask.md | 2 +-
api/Outlook.SharingItem.Move.md | 4 +-
api/Outlook.SharingItem.Open.md | 2 +-
api/Outlook.SharingItem.OpenSharedFolder.md | 2 +-
api/Outlook.SharingItem.PropertyChange.md | 2 +-
api/Outlook.SharingItem.Reply(even).md | 2 +-
api/Outlook.SharingItem.Reply(method).md | 2 +-
api/Outlook.SharingItem.ReplyAll(even).md | 2 +-
api/Outlook.SharingItem.ReplyAll(method).md | 2 +-
api/Outlook.SharingItem.SaveAs.md | 2 +-
api/Outlook.SharingItem.Send(even).md | 2 +-
api/Outlook.SharingItem.Write.md | 2 +-
api/Outlook.SimpleItems.Item.md | 4 +-
api/Outlook.SolutionsModule.AddSolution.md | 2 +-
api/Outlook.Store.GetDefaultFolder.md | 4 +-
api/Outlook.Store.GetRootFolder.md | 2 +-
api/Outlook.Store.GetRules.md | 2 +-
api/Outlook.Store.GetSearchFolders.md | 2 +-
api/Outlook.Store.GetSpecialFolder.md | 4 +-
api/Outlook.Stores.BeforeStoreRemove.md | 2 +-
api/Outlook.Stores.Item.md | 4 +-
api/Outlook.Stores.StoreAdd.md | 2 +-
api/Outlook.SyncObject.OnError.md | 2 +-
api/Outlook.SyncObject.Progress.md | 2 +-
api/Outlook.SyncObjects.Item.md | 4 +-
api/Outlook.Table.FindNextRow.md | 2 +-
api/Outlook.Table.FindRow.md | 4 +-
api/Outlook.Table.GetArray.md | 4 +-
api/Outlook.Table.GetNextRow.md | 2 +-
api/Outlook.Table.GetRowCount.md | 2 +-
api/Outlook.Table.Restrict.md | 4 +-
api/Outlook.Table.Sort.md | 2 +-
api/Outlook.TableView.Copy.md | 4 +-
api/Outlook.TableView.GetTable.md | 2 +-
api/Outlook.TableView.GoToDate.md | 2 +-
api/Outlook.TaskItem.Assign.md | 2 +-
api/Outlook.TaskItem.AttachmentAdd.md | 2 +-
api/Outlook.TaskItem.AttachmentRead.md | 2 +-
api/Outlook.TaskItem.AttachmentRemove.md | 2 +-
api/Outlook.TaskItem.BeforeAttachmentAdd.md | 2 +-
...utlook.TaskItem.BeforeAttachmentPreview.md | 2 +-
api/Outlook.TaskItem.BeforeAttachmentRead.md | 2 +-
api/Outlook.TaskItem.BeforeAttachmentSave.md | 2 +-
...askItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.TaskItem.BeforeAutoSave.md | 2 +-
api/Outlook.TaskItem.BeforeCheckNames.md | 2 +-
api/Outlook.TaskItem.BeforeDelete.md | 2 +-
api/Outlook.TaskItem.Close(even).md | 2 +-
api/Outlook.TaskItem.Close(method).md | 2 +-
api/Outlook.TaskItem.CustomAction.md | 2 +-
api/Outlook.TaskItem.CustomPropertyChange.md | 2 +-
api/Outlook.TaskItem.Display.md | 2 +-
api/Outlook.TaskItem.Forward.md | 2 +-
api/Outlook.TaskItem.GetConversation.md | 2 +-
api/Outlook.TaskItem.GetRecurrencePattern.md | 2 +-
api/Outlook.TaskItem.Move.md | 4 +-
api/Outlook.TaskItem.Open.md | 2 +-
api/Outlook.TaskItem.PropertyChange.md | 2 +-
api/Outlook.TaskItem.Reply.md | 2 +-
api/Outlook.TaskItem.ReplyAll.md | 2 +-
api/Outlook.TaskItem.Respond.md | 4 +-
api/Outlook.TaskItem.SaveAs.md | 2 +-
api/Outlook.TaskItem.Send(even).md | 2 +-
api/Outlook.TaskItem.SkipRecurrence.md | 2 +-
api/Outlook.TaskItem.StatusReport.md | 2 +-
api/Outlook.TaskItem.Write.md | 2 +-
...ook.TaskRequestAcceptItem.AttachmentAdd.md | 2 +-
...ok.TaskRequestAcceptItem.AttachmentRead.md | 2 +-
....TaskRequestAcceptItem.AttachmentRemove.md | 2 +-
...skRequestAcceptItem.BeforeAttachmentAdd.md | 2 +-
...questAcceptItem.BeforeAttachmentPreview.md | 2 +-
...kRequestAcceptItem.BeforeAttachmentRead.md | 2 +-
...kRequestAcceptItem.BeforeAttachmentSave.md | 2 +-
...eptItem.BeforeAttachmentWriteToTempFile.md | 2 +-
...ok.TaskRequestAcceptItem.BeforeAutoSave.md | 2 +-
....TaskRequestAcceptItem.BeforeCheckNames.md | 2 +-
...look.TaskRequestAcceptItem.BeforeDelete.md | 2 +-
...tlook.TaskRequestAcceptItem.Close(even).md | 2 +-
...ook.TaskRequestAcceptItem.Close(method).md | 2 +-
...look.TaskRequestAcceptItem.CustomAction.md | 2 +-
...kRequestAcceptItem.CustomPropertyChange.md | 2 +-
api/Outlook.TaskRequestAcceptItem.Display.md | 2 +-
api/Outlook.TaskRequestAcceptItem.Forward.md | 2 +-
...TaskRequestAcceptItem.GetAssociatedTask.md | 4 +-
...k.TaskRequestAcceptItem.GetConversation.md | 2 +-
api/Outlook.TaskRequestAcceptItem.Move.md | 4 +-
api/Outlook.TaskRequestAcceptItem.Open.md | 2 +-
...ok.TaskRequestAcceptItem.PropertyChange.md | 2 +-
api/Outlook.TaskRequestAcceptItem.Reply.md | 2 +-
api/Outlook.TaskRequestAcceptItem.ReplyAll.md | 2 +-
api/Outlook.TaskRequestAcceptItem.SaveAs.md | 2 +-
api/Outlook.TaskRequestAcceptItem.Send.md | 2 +-
api/Outlook.TaskRequestAcceptItem.Write.md | 2 +-
...ok.TaskRequestDeclineItem.AttachmentAdd.md | 2 +-
...k.TaskRequestDeclineItem.AttachmentRead.md | 2 +-
...TaskRequestDeclineItem.AttachmentRemove.md | 2 +-
...kRequestDeclineItem.BeforeAttachmentAdd.md | 2 +-
...uestDeclineItem.BeforeAttachmentPreview.md | 2 +-
...RequestDeclineItem.BeforeAttachmentRead.md | 2 +-
...RequestDeclineItem.BeforeAttachmentSave.md | 2 +-
...ineItem.BeforeAttachmentWriteToTempFile.md | 2 +-
...k.TaskRequestDeclineItem.BeforeAutoSave.md | 2 +-
...TaskRequestDeclineItem.BeforeCheckNames.md | 2 +-
...ook.TaskRequestDeclineItem.BeforeDelete.md | 2 +-
...look.TaskRequestDeclineItem.Close(even).md | 2 +-
...ok.TaskRequestDeclineItem.Close(method).md | 2 +-
...ook.TaskRequestDeclineItem.CustomAction.md | 2 +-
...RequestDeclineItem.CustomPropertyChange.md | 2 +-
api/Outlook.TaskRequestDeclineItem.Display.md | 2 +-
api/Outlook.TaskRequestDeclineItem.Forward.md | 2 +-
...askRequestDeclineItem.GetAssociatedTask.md | 4 +-
....TaskRequestDeclineItem.GetConversation.md | 2 +-
api/Outlook.TaskRequestDeclineItem.Move.md | 4 +-
api/Outlook.TaskRequestDeclineItem.Open.md | 2 +-
...k.TaskRequestDeclineItem.PropertyChange.md | 2 +-
api/Outlook.TaskRequestDeclineItem.Reply.md | 2 +-
...Outlook.TaskRequestDeclineItem.ReplyAll.md | 2 +-
api/Outlook.TaskRequestDeclineItem.SaveAs.md | 2 +-
api/Outlook.TaskRequestDeclineItem.Send.md | 2 +-
api/Outlook.TaskRequestDeclineItem.Write.md | 2 +-
api/Outlook.TaskRequestItem.AttachmentAdd.md | 2 +-
api/Outlook.TaskRequestItem.AttachmentRead.md | 2 +-
...utlook.TaskRequestItem.AttachmentRemove.md | 2 +-
...ook.TaskRequestItem.BeforeAttachmentAdd.md | 2 +-
...TaskRequestItem.BeforeAttachmentPreview.md | 2 +-
...ok.TaskRequestItem.BeforeAttachmentRead.md | 2 +-
...ok.TaskRequestItem.BeforeAttachmentSave.md | 2 +-
...estItem.BeforeAttachmentWriteToTempFile.md | 2 +-
api/Outlook.TaskRequestItem.BeforeAutoSave.md | 2 +-
...utlook.TaskRequestItem.BeforeCheckNames.md | 2 +-
api/Outlook.TaskRequestItem.BeforeDelete.md | 2 +-
api/Outlook.TaskRequestItem.Close(even).md | 2 +-
api/Outlook.TaskRequestItem.Close(method).md | 2 +-
api/Outlook.TaskRequestItem.CustomAction.md | 2 +-
...ok.TaskRequestItem.CustomPropertyChange.md | 2 +-
api/Outlook.TaskRequestItem.Display.md | 2 +-
api/Outlook.TaskRequestItem.Forward.md | 2 +-
...tlook.TaskRequestItem.GetAssociatedTask.md | 4 +-
...Outlook.TaskRequestItem.GetConversation.md | 2 +-
api/Outlook.TaskRequestItem.Move.md | 4 +-
api/Outlook.TaskRequestItem.Open.md | 2 +-
api/Outlook.TaskRequestItem.PropertyChange.md | 2 +-
api/Outlook.TaskRequestItem.Reply.md | 2 +-
api/Outlook.TaskRequestItem.ReplyAll.md | 2 +-
api/Outlook.TaskRequestItem.SaveAs.md | 2 +-
api/Outlook.TaskRequestItem.Send.md | 2 +-
api/Outlook.TaskRequestItem.Write.md | 2 +-
...ook.TaskRequestUpdateItem.AttachmentAdd.md | 2 +-
...ok.TaskRequestUpdateItem.AttachmentRead.md | 2 +-
....TaskRequestUpdateItem.AttachmentRemove.md | 2 +-
...skRequestUpdateItem.BeforeAttachmentAdd.md | 2 +-
...questUpdateItem.BeforeAttachmentPreview.md | 2 +-
...kRequestUpdateItem.BeforeAttachmentRead.md | 2 +-
...kRequestUpdateItem.BeforeAttachmentSave.md | 2 +-
...ateItem.BeforeAttachmentWriteToTempFile.md | 2 +-
...ok.TaskRequestUpdateItem.BeforeAutoSave.md | 2 +-
....TaskRequestUpdateItem.BeforeCheckNames.md | 2 +-
...look.TaskRequestUpdateItem.BeforeDelete.md | 2 +-
...tlook.TaskRequestUpdateItem.Close(even).md | 2 +-
...ook.TaskRequestUpdateItem.Close(method).md | 2 +-
...look.TaskRequestUpdateItem.CustomAction.md | 2 +-
...kRequestUpdateItem.CustomPropertyChange.md | 2 +-
api/Outlook.TaskRequestUpdateItem.Display.md | 2 +-
api/Outlook.TaskRequestUpdateItem.Forward.md | 2 +-
...TaskRequestUpdateItem.GetAssociatedTask.md | 4 +-
...k.TaskRequestUpdateItem.GetConversation.md | 2 +-
api/Outlook.TaskRequestUpdateItem.Move.md | 4 +-
api/Outlook.TaskRequestUpdateItem.Open.md | 2 +-
...ok.TaskRequestUpdateItem.PropertyChange.md | 2 +-
api/Outlook.TaskRequestUpdateItem.Reply.md | 2 +-
api/Outlook.TaskRequestUpdateItem.ReplyAll.md | 2 +-
api/Outlook.TaskRequestUpdateItem.SaveAs.md | 2 +-
api/Outlook.TaskRequestUpdateItem.Send.md | 2 +-
api/Outlook.TaskRequestUpdateItem.Write.md | 2 +-
api/Outlook.TimeZones.ConvertTime.md | 4 +-
api/Outlook.TimeZones.Item.md | 4 +-
api/Outlook.TimelineView.Copy.md | 4 +-
api/Outlook.TimelineView.GoToDate.md | 2 +-
api/Outlook.UserDefinedProperties.Add.md | 4 +-
api/Outlook.UserDefinedProperties.Find.md | 4 +-
api/Outlook.UserDefinedProperties.Item.md | 4 +-
api/Outlook.UserDefinedProperties.Remove.md | 2 +-
api/Outlook.UserProperties.Add.md | 4 +-
api/Outlook.UserProperties.Find.md | 4 +-
api/Outlook.UserProperties.Item.md | 4 +-
api/Outlook.UserProperties.Remove.md | 2 +-
api/Outlook.View.Copy.md | 2 +-
api/Outlook.View.GoToDate.md | 2 +-
api/Outlook.ViewFields.Add.md | 4 +-
api/Outlook.ViewFields.Insert.md | 4 +-
api/Outlook.ViewFields.Item.md | 4 +-
api/Outlook.ViewFields.Remove.md | 2 +-
api/Outlook.ViewRemove.md | 2 +-
api/Outlook.Views.Add.md | 4 +-
api/Outlook.Views.Item.md | 4 +-
api/Outlook.Views.Remove.md | 2 +-
api/Outlook.Views.ViewAdd.md | 2 +-
api/Outlook.combobox.additem.md | 2 +-
api/Outlook.combobox.column.md | 2 +-
api/Outlook.combobox.list.md | 2 +-
api/Outlook.combobox.removeitem.md | 4 +-
...xchangedistributionlist.getunifiedgroup.md | 2 +-
...stributionlist.getunifiedgroupfromstore.md | 2 +-
...exchangedistributionlist.isunifiedgroup.md | 2 +-
api/Outlook.exchangeuser.getunifiedgroup.md | 2 +-
...k.exchangeuser.getunifiedgroupfromstore.md | 2 +-
api/Outlook.exchangeuser.isunifiedgroup.md | 2 +-
...ook.explorerevents_10.displaymodechange.md | 2 +-
api/Outlook.frame.redoaction.md | 2 +-
api/Outlook.frame.repaint.md | 2 +-
api/Outlook.frame.scroll.md | 2 +-
api/Outlook.frame.undoaction.md | 2 +-
api/Outlook.listbox.additem.md | 2 +-
api/Outlook.listbox.column.md | 2 +-
api/Outlook.listbox.list.md | 2 +-
api/Outlook.listbox.removeitem.md | 4 +-
api/Outlook.listbox.selected.md | 2 +-
api/Outlook.multipage.click.md | 2 +-
api/Outlook.olxdefaultfolde.md | 2 +-
api/Outlook.page.redoaction.md | 2 +-
api/Outlook.page.repaint.md | 2 +-
api/Outlook.page.scroll.md | 2 +-
api/Outlook.pages.add(method).md | 4 +-
api/Outlook.pages.item(method).md | 4 +-
api/Outlook.pages.remove(method).md | 2 +-
api/Outlook.store.createunifiedgroup.md | 2 +-
api/Outlook.store.deleteunifiedgroup.md | 2 +-
api/Outlook.tabs.add.md | 4 +-
api/Outlook.tabs.item.md | 4 +-
api/Outlook.tabs.remove.md | 2 +-
api/Outlook.tabstrip.click.md | 2 +-
api/Outlook.viewctl.beforeviewswit.md | 2 +-
api/Outlook.viewctl.openshareddefaultfold.md | 2 +-
api/PowerPoint.ActionSetting.Action.md | 2 +-
api/PowerPoint.ActionSetting.AnimateAction.md | 2 +-
api/PowerPoint.ActionSetting.Application.md | 2 +-
api/PowerPoint.ActionSetting.Hyperlink.md | 2 +-
api/PowerPoint.ActionSetting.Parent.md | 2 +-
api/PowerPoint.ActionSetting.Run.md | 2 +-
api/PowerPoint.ActionSetting.ShowAndReturn.md | 2 +-
api/PowerPoint.ActionSetting.SlideShowName.md | 2 +-
api/PowerPoint.ActionSetting.SoundEffect.md | 2 +-
api/PowerPoint.ActionSettings.Application.md | 2 +-
api/PowerPoint.ActionSettings.Count.md | 2 +-
api/PowerPoint.ActionSettings.Item.md | 4 +-
api/PowerPoint.ActionSettings.Parent.md | 2 +-
api/PowerPoint.AddIn.Application.md | 2 +-
api/PowerPoint.AddIn.AutoLoad.md | 2 +-
api/PowerPoint.AddIn.FullName.md | 2 +-
api/PowerPoint.AddIn.Loaded.md | 2 +-
api/PowerPoint.AddIn.Name.md | 2 +-
api/PowerPoint.AddIn.Parent.md | 2 +-
api/PowerPoint.AddIn.Path.md | 2 +-
api/PowerPoint.AddIn.Registered.md | 2 +-
api/PowerPoint.AddIns.Add.md | 4 +-
api/PowerPoint.AddIns.Application.md | 2 +-
api/PowerPoint.AddIns.Count.md | 2 +-
api/PowerPoint.AddIns.Item.md | 4 +-
api/PowerPoint.AddIns.Parent.md | 2 +-
api/PowerPoint.AddIns.Remove.md | 2 +-
api/PowerPoint.Adjustments.Application.md | 2 +-
api/PowerPoint.Adjustments.Count.md | 2 +-
api/PowerPoint.Adjustments.Creator.md | 2 +-
api/PowerPoint.Adjustments.Item.md | 4 +-
api/PowerPoint.Adjustments.Parent.md | 2 +-
...PowerPoint.AnimationBehavior.Accumulate.md | 2 +-
api/PowerPoint.AnimationBehavior.Additive.md | 2 +-
...owerPoint.AnimationBehavior.Application.md | 2 +-
...owerPoint.AnimationBehavior.ColorEffect.md | 2 +-
...erPoint.AnimationBehavior.CommandEffect.md | 2 +-
...werPoint.AnimationBehavior.FilterEffect.md | 2 +-
...werPoint.AnimationBehavior.MotionEffect.md | 2 +-
api/PowerPoint.AnimationBehavior.Parent.md | 2 +-
...rPoint.AnimationBehavior.PropertyEffect.md | 2 +-
...rPoint.AnimationBehavior.RotationEffect.md | 2 +-
...owerPoint.AnimationBehavior.ScaleEffect.md | 2 +-
api/PowerPoint.AnimationBehavior.SetEffect.md | 2 +-
api/PowerPoint.AnimationBehavior.Timing.md | 2 +-
api/PowerPoint.AnimationBehavior.Type.md | 2 +-
api/PowerPoint.AnimationBehaviors.Add.md | 4 +-
...werPoint.AnimationBehaviors.Application.md | 2 +-
api/PowerPoint.AnimationBehaviors.Count.md | 2 +-
api/PowerPoint.AnimationBehaviors.Item.md | 4 +-
api/PowerPoint.AnimationBehaviors.Parent.md | 2 +-
api/PowerPoint.AnimationPoint.Application.md | 2 +-
api/PowerPoint.AnimationPoint.Formula.md | 2 +-
api/PowerPoint.AnimationPoint.Parent.md | 2 +-
api/PowerPoint.AnimationPoint.Time.md | 2 +-
api/PowerPoint.AnimationPoint.Value.md | 2 +-
api/PowerPoint.AnimationPoints.Add.md | 4 +-
api/PowerPoint.AnimationPoints.Application.md | 2 +-
api/PowerPoint.AnimationPoints.Count.md | 2 +-
api/PowerPoint.AnimationPoints.Item.md | 4 +-
api/PowerPoint.AnimationPoints.Parent.md | 2 +-
api/PowerPoint.AnimationPoints.Smooth.md | 2 +-
...owerPoint.AnimationSettings.AdvanceTime.md | 2 +-
api/PowerPoint.AnimationSettings.Animate.md | 2 +-
....AnimationSettings.AnimateTextInReverse.md | 2 +-
...rPoint.AnimationSettings.AnimationOrder.md | 2 +-
...owerPoint.AnimationSettings.Application.md | 2 +-
...Point.AnimationSettings.ChartUnitEffect.md | 2 +-
api/PowerPoint.AnimationSettings.DimColor.md | 2 +-
...owerPoint.AnimationSettings.EntryEffect.md | 2 +-
api/PowerPoint.AnimationSettings.Parent.md | 2 +-
...werPoint.AnimationSettings.PlaySettings.md | 2 +-
...owerPoint.AnimationSettings.SoundEffect.md | 2 +-
...Point.AnimationSettings.TextLevelEffect.md | 2 +-
...rPoint.AnimationSettings.TextUnitEffect.md | 2 +-
api/PowerPoint.Application.Active.md | 2 +-
...int.Application.ActiveEncryptionSession.md | 2 +-
...werPoint.Application.ActivePresentation.md | 2 +-
api/PowerPoint.Application.ActivePrinter.md | 2 +-
api/PowerPoint.Application.ActiveWindow.md | 2 +-
...rPoint.Application.AfterNewPresentation.md | 2 +-
...Point.Application.AfterPresentationOpen.md | 2 +-
api/PowerPoint.Application.AutoCorrect.md | 2 +-
...werPoint.Application.AutomationSecurity.md | 2 +-
api/PowerPoint.Application.Build.md | 2 +-
api/PowerPoint.Application.Caption.md | 2 +-
...werPoint.Application.ColorSchemeChanged.md | 2 +-
api/PowerPoint.Application.Creator.md | 2 +-
api/PowerPoint.Application.DisplayAlerts.md | 2 +-
...ication.DisplayDocumentInformationPanel.md | 2 +-
...PowerPoint.Application.DisplayGridLines.md | 2 +-
api/PowerPoint.Application.FeatureInstall.md | 2 +-
api/PowerPoint.Application.FileConverters.md | 2 +-
api/PowerPoint.Application.FileDialog.md | 4 +-
api/PowerPoint.Application.FileValidation.md | 2 +-
api/PowerPoint.Application.Height.md | 2 +-
api/PowerPoint.Application.Help.md | 2 +-
api/PowerPoint.Application.Name.md | 2 +-
...Point.Application.NewPresentation(even).md | 2 +-
...t.Application.NewPresentation(property).md | 2 +-
api/PowerPoint.Application.OperatingSystem.md | 2 +-
api/PowerPoint.Application.Options.md | 2 +-
api/PowerPoint.Application.Path.md | 2 +-
...int.Application.PresentationBeforeClose.md | 4 +-
...oint.Application.PresentationBeforeSave.md | 2 +-
...owerPoint.Application.PresentationClose.md | 2 +-
...oint.Application.PresentationCloseFinal.md | 4 +-
...rPoint.Application.PresentationNewSlide.md | 2 +-
...PowerPoint.Application.PresentationOpen.md | 2 +-
...owerPoint.Application.PresentationPrint.md | 2 +-
...PowerPoint.Application.PresentationSave.md | 2 +-
...PowerPoint.Application.PresentationSync.md | 2 +-
api/PowerPoint.Application.Presentations.md | 2 +-
api/PowerPoint.Application.ProductCode.md | 2 +-
...Application.ProtectedViewWindowActivate.md | 4 +-
...lication.ProtectedViewWindowBeforeClose.md | 4 +-
...plication.ProtectedViewWindowBeforeEdit.md | 4 +-
...plication.ProtectedViewWindowDeactivate.md | 4 +-
...int.Application.ProtectedViewWindowOpen.md | 4 +-
api/PowerPoint.Application.Run.md | 4 +-
...owerPoint.Application.ShowStartupDialog.md | 2 +-
...rPoint.Application.ShowWindowsInTaskbar.md | 2 +-
...Point.Application.SlideSelectionChanged.md | 2 +-
api/PowerPoint.Application.SlideShowBegin.md | 2 +-
api/PowerPoint.Application.SlideShowEnd.md | 2 +-
...werPoint.Application.SlideShowNextBuild.md | 2 +-
...werPoint.Application.SlideShowNextClick.md | 2 +-
...werPoint.Application.SlideShowNextSlide.md | 2 +-
api/PowerPoint.Application.SlideShowOnNext.md | 2 +-
...erPoint.Application.SlideShowOnPrevious.md | 2 +-
...PowerPoint.Application.SlideShowWindows.md | 2 +-
api/PowerPoint.Application.Top.md | 2 +-
api/PowerPoint.Application.VBE.md | 2 +-
api/PowerPoint.Application.Version.md | 2 +-
api/PowerPoint.Application.Visible.md | 2 +-
api/PowerPoint.Application.Width.md | 2 +-
api/PowerPoint.Application.WindowActivate.md | 2 +-
...int.Application.WindowBeforeDoubleClick.md | 2 +-
...oint.Application.WindowBeforeRightClick.md | 2 +-
...PowerPoint.Application.WindowDeactivate.md | 2 +-
...Point.Application.WindowSelectionChange.md | 2 +-
api/PowerPoint.Application.WindowState.md | 2 +-
api/PowerPoint.Application.Windows.md | 2 +-
...t.AutoCorrect.DisplayAutoCorrectOptions.md | 2 +-
...nt.AutoCorrect.DisplayAutoLayoutOptions.md | 2 +-
api/PowerPoint.Axes.Item.md | 2 +-
api/PowerPoint.AxisTitle.Characters.md | 2 +-
api/PowerPoint.AxisTitle.Height.md | 2 +-
api/PowerPoint.AxisTitle.Width.md | 2 +-
api/PowerPoint.Borders.Application.md | 2 +-
api/PowerPoint.Borders.Count.md | 2 +-
api/PowerPoint.Borders.Item.md | 4 +-
api/PowerPoint.Borders.Parent.md | 2 +-
api/PowerPoint.Broadcast.End.md | 4 +-
api/PowerPoint.Broadcast.Start.md | 2 +-
api/PowerPoint.BulletFormat.Application.md | 2 +-
api/PowerPoint.BulletFormat.Character.md | 2 +-
api/PowerPoint.BulletFormat.Font.md | 2 +-
api/PowerPoint.BulletFormat.Number.md | 2 +-
api/PowerPoint.BulletFormat.Parent.md | 2 +-
api/PowerPoint.BulletFormat.RelativeSize.md | 2 +-
api/PowerPoint.BulletFormat.StartValue.md | 2 +-
api/PowerPoint.BulletFormat.Style.md | 2 +-
api/PowerPoint.BulletFormat.Type.md | 2 +-
api/PowerPoint.BulletFormat.UseTextColor.md | 2 +-
api/PowerPoint.BulletFormat.UseTextFont.md | 2 +-
api/PowerPoint.CalloutFormat.Accent.md | 2 +-
api/PowerPoint.CalloutFormat.Angle.md | 2 +-
api/PowerPoint.CalloutFormat.Application.md | 2 +-
api/PowerPoint.CalloutFormat.AutoAttach.md | 2 +-
api/PowerPoint.CalloutFormat.AutoLength.md | 2 +-
api/PowerPoint.CalloutFormat.Border.md | 2 +-
api/PowerPoint.CalloutFormat.Creator.md | 2 +-
api/PowerPoint.CalloutFormat.CustomDrop.md | 4 +-
api/PowerPoint.CalloutFormat.CustomLength.md | 4 +-
api/PowerPoint.CalloutFormat.Drop.md | 2 +-
api/PowerPoint.CalloutFormat.DropType.md | 2 +-
api/PowerPoint.CalloutFormat.Gap.md | 2 +-
api/PowerPoint.CalloutFormat.Parent.md | 2 +-
api/PowerPoint.CalloutFormat.PresetDrop.md | 2 +-
api/PowerPoint.CalloutFormat.Type.md | 2 +-
api/PowerPoint.Cell.Application.md | 2 +-
api/PowerPoint.Cell.Borders.md | 2 +-
api/PowerPoint.Cell.Merge.md | 2 +-
api/PowerPoint.Cell.Parent.md | 2 +-
api/PowerPoint.Cell.Selected.md | 2 +-
api/PowerPoint.Cell.Shape.md | 2 +-
api/PowerPoint.Cell.Split.md | 2 +-
api/PowerPoint.CellRange.Application.md | 2 +-
api/PowerPoint.CellRange.Borders.md | 2 +-
api/PowerPoint.CellRange.Count.md | 2 +-
api/PowerPoint.CellRange.Item.md | 4 +-
api/PowerPoint.CellRange.Parent.md | 2 +-
api/PowerPoint.Chart.AlternativeText.md | 2 +-
api/PowerPoint.Chart.ApplyChartTemplate.md | 2 +-
api/PowerPoint.Chart.ApplyDataLabels.md | 2 +-
api/PowerPoint.Chart.ApplyLayout.md | 2 +-
api/PowerPoint.Chart.Axes.md | 4 +-
api/PowerPoint.Chart.ChartGroups.md | 2 +-
api/PowerPoint.Chart.ChartWizard.md | 2 +-
api/PowerPoint.Chart.Copy.md | 2 +-
api/PowerPoint.Chart.CopyPicture.md | 2 +-
api/PowerPoint.Chart.Export.md | 4 +-
api/PowerPoint.Chart.GetChartElement.md | 2 +-
api/PowerPoint.Chart.HasAxis.md | 2 +-
api/PowerPoint.Chart.Paste.md | 2 +-
api/PowerPoint.Chart.SaveChartTemplate.md | 2 +-
api/PowerPoint.Chart.Select.md | 2 +-
api/PowerPoint.Chart.SeriesCollection.md | 2 +-
api/PowerPoint.Chart.SetBackgroundPicture.md | 2 +-
api/PowerPoint.Chart.SetDefaultChart.md | 2 +-
api/PowerPoint.Chart.SetElement.md | 2 +-
api/PowerPoint.Chart.SetSourceData.md | 2 +-
api/PowerPoint.Chart.ShowAllFieldButtons.md | 2 +-
api/PowerPoint.Chart.ShowAxisFieldButtons.md | 2 +-
...PowerPoint.Chart.ShowLegendFieldButtons.md | 2 +-
...oint.Chart.ShowReportFilterFieldButtons.md | 2 +-
api/PowerPoint.Chart.ShowValueFieldButtons.md | 2 +-
api/PowerPoint.ChartCharacters.Insert.md | 2 +-
api/PowerPoint.ChartGroup.SeriesCollection.md | 2 +-
api/PowerPoint.ChartGroups.Item.md | 4 +-
api/PowerPoint.ChartTitle.Characters.md | 2 +-
api/PowerPoint.ChartTitle.Height.md | 2 +-
api/PowerPoint.ChartTitle.Width.md | 2 +-
...Coauthoring.FavorServerEditsDuringMerge.md | 2 +-
api/PowerPoint.Coauthoring.MergeMode.md | 2 +-
api/PowerPoint.ColorEffect.Application.md | 2 +-
api/PowerPoint.ColorEffect.Parent.md | 2 +-
api/PowerPoint.ColorEffect.To.md | 2 +-
api/PowerPoint.ColorFormat.Application.md | 2 +-
api/PowerPoint.ColorFormat.Creator.md | 2 +-
...PowerPoint.ColorFormat.ObjectThemeColor.md | 2 +-
api/PowerPoint.ColorFormat.Parent.md | 2 +-
api/PowerPoint.ColorFormat.RGB.md | 2 +-
api/PowerPoint.ColorFormat.SchemeColor.md | 2 +-
api/PowerPoint.ColorFormat.TintAndShade.md | 2 +-
api/PowerPoint.ColorFormat.Type.md | 2 +-
api/PowerPoint.ColorScheme.Application.md | 2 +-
api/PowerPoint.ColorScheme.Colors.md | 4 +-
api/PowerPoint.ColorScheme.Count.md | 2 +-
api/PowerPoint.ColorScheme.Parent.md | 2 +-
api/PowerPoint.ColorSchemes.Add.md | 4 +-
api/PowerPoint.ColorSchemes.Application.md | 2 +-
api/PowerPoint.ColorSchemes.Count.md | 2 +-
api/PowerPoint.ColorSchemes.Item.md | 4 +-
api/PowerPoint.ColorSchemes.Parent.md | 2 +-
api/PowerPoint.Column.Application.md | 2 +-
api/PowerPoint.Column.Cells.md | 2 +-
api/PowerPoint.Column.Parent.md | 2 +-
api/PowerPoint.Column.Width.md | 2 +-
api/PowerPoint.Columns.Add.md | 4 +-
api/PowerPoint.Columns.Application.md | 2 +-
api/PowerPoint.Columns.Count.md | 2 +-
api/PowerPoint.Columns.Item.md | 4 +-
api/PowerPoint.Columns.Parent.md | 2 +-
api/PowerPoint.CommandEffect.Application.md | 2 +-
api/PowerPoint.CommandEffect.Command.md | 2 +-
api/PowerPoint.CommandEffect.Parent.md | 2 +-
api/PowerPoint.CommandEffect.Type.md | 2 +-
api/PowerPoint.Comment.Application.md | 2 +-
api/PowerPoint.Comment.Author.md | 2 +-
api/PowerPoint.Comment.AuthorIndex.md | 2 +-
api/PowerPoint.Comment.AuthorInitials.md | 2 +-
api/PowerPoint.Comment.DateTime.md | 2 +-
api/PowerPoint.Comment.Parent.md | 2 +-
api/PowerPoint.Comment.Text.md | 2 +-
api/PowerPoint.Comments.Add.md | 4 +-
api/PowerPoint.Comments.Application.md | 2 +-
api/PowerPoint.Comments.Count.md | 2 +-
api/PowerPoint.Comments.Item.md | 4 +-
api/PowerPoint.Comments.Parent.md | 2 +-
api/PowerPoint.ConnectorFormat.Application.md | 2 +-
...PowerPoint.ConnectorFormat.BeginConnect.md | 2 +-
...werPoint.ConnectorFormat.BeginConnected.md | 2 +-
...int.ConnectorFormat.BeginConnectedShape.md | 2 +-
...int.ConnectorFormat.BeginConnectionSite.md | 2 +-
api/PowerPoint.ConnectorFormat.Creator.md | 2 +-
api/PowerPoint.ConnectorFormat.EndConnect.md | 2 +-
...PowerPoint.ConnectorFormat.EndConnected.md | 2 +-
...Point.ConnectorFormat.EndConnectedShape.md | 2 +-
...Point.ConnectorFormat.EndConnectionSite.md | 2 +-
api/PowerPoint.ConnectorFormat.Parent.md | 2 +-
api/PowerPoint.ConnectorFormat.Type.md | 2 +-
api/PowerPoint.CustomLayout.Application.md | 2 +-
api/PowerPoint.CustomLayout.Background.md | 2 +-
api/PowerPoint.CustomLayout.CustomerData.md | 2 +-
api/PowerPoint.CustomLayout.Design.md | 2 +-
...rPoint.CustomLayout.DisplayMasterShapes.md | 2 +-
api/PowerPoint.CustomLayout.Duplicate.md | 2 +-
...int.CustomLayout.FollowMasterBackground.md | 2 +-
api/PowerPoint.CustomLayout.HeadersFooters.md | 2 +-
api/PowerPoint.CustomLayout.Height.md | 2 +-
api/PowerPoint.CustomLayout.Hyperlinks.md | 2 +-
api/PowerPoint.CustomLayout.Index.md | 2 +-
api/PowerPoint.CustomLayout.MatchingName.md | 2 +-
api/PowerPoint.CustomLayout.MoveTo.md | 2 +-
api/PowerPoint.CustomLayout.Name.md | 2 +-
api/PowerPoint.CustomLayout.Parent.md | 2 +-
api/PowerPoint.CustomLayout.Preserved.md | 2 +-
api/PowerPoint.CustomLayout.Shapes.md | 2 +-
...rPoint.CustomLayout.SlideShowTransition.md | 2 +-
...owerPoint.CustomLayout.ThemeColorScheme.md | 2 +-
api/PowerPoint.CustomLayout.TimeLine.md | 2 +-
api/PowerPoint.CustomLayout.Width.md | 2 +-
api/PowerPoint.CustomLayouts.Add.md | 4 +-
api/PowerPoint.CustomLayouts.Application.md | 2 +-
api/PowerPoint.CustomLayouts.Count.md | 2 +-
api/PowerPoint.CustomLayouts.Item.md | 4 +-
api/PowerPoint.CustomLayouts.Parent.md | 2 +-
api/PowerPoint.CustomLayouts.Paste.md | 4 +-
api/PowerPoint.CustomerData.Add.md | 2 +-
api/PowerPoint.CustomerData.Application.md | 2 +-
api/PowerPoint.CustomerData.Count.md | 2 +-
api/PowerPoint.CustomerData.Delete.md | 2 +-
api/PowerPoint.CustomerData.Item.md | 4 +-
api/PowerPoint.CustomerData.Parent.md | 2 +-
api/PowerPoint.DataLabel.Characters.md | 2 +-
api/PowerPoint.DataLabel.Height.md | 2 +-
api/PowerPoint.DataLabel.Width.md | 2 +-
api/PowerPoint.DataLabels.Item.md | 4 +-
api/PowerPoint.Design.Application.md | 2 +-
api/PowerPoint.Design.Index.md | 2 +-
api/PowerPoint.Design.MoveTo.md | 2 +-
api/PowerPoint.Design.Name.md | 2 +-
api/PowerPoint.Design.Parent.md | 2 +-
api/PowerPoint.Design.Preserved.md | 2 +-
api/PowerPoint.Design.SlideMaster.md | 2 +-
api/PowerPoint.Designs.Add.md | 4 +-
api/PowerPoint.Designs.Application.md | 2 +-
api/PowerPoint.Designs.Clone.md | 4 +-
api/PowerPoint.Designs.Count.md | 2 +-
api/PowerPoint.Designs.Item.md | 4 +-
api/PowerPoint.Designs.Load.md | 4 +-
api/PowerPoint.Designs.Parent.md | 2 +-
api/PowerPoint.DisplayUnitLabel.Characters.md | 2 +-
api/PowerPoint.DisplayUnitLabel.Height.md | 2 +-
api/PowerPoint.DisplayUnitLabel.Width.md | 2 +-
api/PowerPoint.DocumentWindow.Active.md | 2 +-
api/PowerPoint.DocumentWindow.ActivePane.md | 2 +-
api/PowerPoint.DocumentWindow.Application.md | 2 +-
...PowerPoint.DocumentWindow.BlackAndWhite.md | 2 +-
api/PowerPoint.DocumentWindow.Caption.md | 2 +-
...PowerPoint.DocumentWindow.ExpandSection.md | 2 +-
api/PowerPoint.DocumentWindow.Height.md | 2 +-
...rPoint.DocumentWindow.IsSectionExpanded.md | 4 +-
api/PowerPoint.DocumentWindow.LargeScroll.md | 2 +-
api/PowerPoint.DocumentWindow.NewWindow.md | 2 +-
api/PowerPoint.DocumentWindow.Panes.md | 2 +-
api/PowerPoint.DocumentWindow.Parent.md | 2 +-
...nt.DocumentWindow.PointsToScreenPixelsX.md | 4 +-
...nt.DocumentWindow.PointsToScreenPixelsY.md | 4 +-
api/PowerPoint.DocumentWindow.Presentation.md | 2 +-
...owerPoint.DocumentWindow.RangeFromPoint.md | 2 +-
...owerPoint.DocumentWindow.ScrollIntoView.md | 2 +-
api/PowerPoint.DocumentWindow.Selection.md | 2 +-
api/PowerPoint.DocumentWindow.SmallScroll.md | 2 +-
...werPoint.DocumentWindow.SplitHorizontal.md | 2 +-
...PowerPoint.DocumentWindow.SplitVertical.md | 2 +-
api/PowerPoint.DocumentWindow.Top.md | 2 +-
api/PowerPoint.DocumentWindow.Width.md | 2 +-
api/PowerPoint.DocumentWindow.WindowState.md | 2 +-
api/PowerPoint.DocumentWindows.Application.md | 2 +-
api/PowerPoint.DocumentWindows.Arrange.md | 4 +-
api/PowerPoint.DocumentWindows.Count.md | 2 +-
api/PowerPoint.DocumentWindows.Item.md | 4 +-
api/PowerPoint.DocumentWindows.Parent.md | 2 +-
api/PowerPoint.Effect.Application.md | 2 +-
api/PowerPoint.Effect.Behaviors.md | 2 +-
api/PowerPoint.Effect.DisplayName.md | 2 +-
api/PowerPoint.Effect.EffectInformation.md | 2 +-
api/PowerPoint.Effect.EffectParameters.md | 2 +-
api/PowerPoint.Effect.EffectType.md | 2 +-
api/PowerPoint.Effect.Exit.md | 2 +-
api/PowerPoint.Effect.Index.md | 2 +-
api/PowerPoint.Effect.MoveTo.md | 2 +-
api/PowerPoint.Effect.Paragraph.md | 2 +-
api/PowerPoint.Effect.Parent.md | 2 +-
api/PowerPoint.Effect.Shape.md | 2 +-
api/PowerPoint.Effect.TextRangeLength.md | 2 +-
api/PowerPoint.Effect.TextRangeStart.md | 2 +-
api/PowerPoint.Effect.Timing.md | 2 +-
....EffectInformation.AnimateTextInReverse.md | 2 +-
...owerPoint.EffectInformation.Application.md | 2 +-
...nt.EffectInformation.BuildByLevelEffect.md | 2 +-
api/PowerPoint.EffectInformation.Dim.md | 2 +-
api/PowerPoint.EffectInformation.Parent.md | 2 +-
...werPoint.EffectInformation.PlaySettings.md | 2 +-
...owerPoint.EffectInformation.SoundEffect.md | 2 +-
...rPoint.EffectInformation.TextUnitEffect.md | 2 +-
api/PowerPoint.EffectParameters.Amount.md | 2 +-
...PowerPoint.EffectParameters.Application.md | 2 +-
api/PowerPoint.EffectParameters.Color2.md | 2 +-
api/PowerPoint.EffectParameters.Direction.md | 2 +-
api/PowerPoint.EffectParameters.FontName.md | 2 +-
api/PowerPoint.EffectParameters.Parent.md | 2 +-
api/PowerPoint.EffectParameters.Relative.md | 2 +-
api/PowerPoint.EffectParameters.Size.md | 2 +-
api/PowerPoint.ExtraColors.Add.md | 2 +-
api/PowerPoint.ExtraColors.Application.md | 2 +-
api/PowerPoint.ExtraColors.Count.md | 2 +-
api/PowerPoint.ExtraColors.Item.md | 4 +-
api/PowerPoint.ExtraColors.Parent.md | 2 +-
api/PowerPoint.FileConverters.Item.md | 4 +-
api/PowerPoint.FillFormat.Application.md | 2 +-
api/PowerPoint.FillFormat.BackColor.md | 2 +-
api/PowerPoint.FillFormat.Creator.md | 2 +-
api/PowerPoint.FillFormat.ForeColor.md | 2 +-
api/PowerPoint.FillFormat.GradientAngle.md | 2 +-
...PowerPoint.FillFormat.GradientColorType.md | 2 +-
api/PowerPoint.FillFormat.GradientDegree.md | 2 +-
api/PowerPoint.FillFormat.GradientStops.md | 2 +-
api/PowerPoint.FillFormat.GradientStyle.md | 2 +-
api/PowerPoint.FillFormat.GradientVariant.md | 2 +-
api/PowerPoint.FillFormat.OneColorGradient.md | 2 +-
api/PowerPoint.FillFormat.Parent.md | 2 +-
api/PowerPoint.FillFormat.Pattern.md | 2 +-
api/PowerPoint.FillFormat.Patterned.md | 2 +-
api/PowerPoint.FillFormat.PictureEffects.md | 2 +-
api/PowerPoint.FillFormat.PresetGradient.md | 2 +-
...owerPoint.FillFormat.PresetGradientType.md | 2 +-
api/PowerPoint.FillFormat.PresetTexture.md | 2 +-
api/PowerPoint.FillFormat.PresetTextured.md | 2 +-
api/PowerPoint.FillFormat.TextureAlignment.md | 2 +-
...Point.FillFormat.TextureHorizontalScale.md | 2 +-
api/PowerPoint.FillFormat.TextureName.md | 2 +-
api/PowerPoint.FillFormat.TextureOffsetX.md | 2 +-
api/PowerPoint.FillFormat.TextureTile.md | 2 +-
api/PowerPoint.FillFormat.TextureType.md | 2 +-
...erPoint.FillFormat.TextureVerticalScale.md | 2 +-
api/PowerPoint.FillFormat.Transparency.md | 2 +-
api/PowerPoint.FillFormat.TwoColorGradient.md | 2 +-
api/PowerPoint.FillFormat.Type.md | 2 +-
api/PowerPoint.FillFormat.UserPicture.md | 2 +-
api/PowerPoint.FillFormat.Visible.md | 2 +-
api/PowerPoint.FilterEffect.Application.md | 2 +-
api/PowerPoint.FilterEffect.Parent.md | 2 +-
api/PowerPoint.FilterEffect.Reveal.md | 2 +-
api/PowerPoint.FilterEffect.Subtype.md | 2 +-
api/PowerPoint.FilterEffect.Type.md | 2 +-
api/PowerPoint.Font.Application.md | 2 +-
api/PowerPoint.Font.AutoRotateNumbers.md | 2 +-
api/PowerPoint.Font.BaselineOffset.md | 2 +-
api/PowerPoint.Font.Bold.md | 2 +-
api/PowerPoint.Font.Embeddable.md | 2 +-
api/PowerPoint.Font.Embedded.md | 2 +-
api/PowerPoint.Font.Emboss.md | 2 +-
api/PowerPoint.Font.Name.md | 2 +-
api/PowerPoint.Font.NameAscii.md | 2 +-
api/PowerPoint.Font.NameComplexScript.md | 2 +-
api/PowerPoint.Font.NameFarEast.md | 2 +-
api/PowerPoint.Font.NameOther.md | 2 +-
api/PowerPoint.Font.Parent.md | 2 +-
api/PowerPoint.Font.Size.md | 2 +-
api/PowerPoint.Font.Subscript.md | 2 +-
api/PowerPoint.Font.Superscript.md | 2 +-
api/PowerPoint.Font.Underline.md | 2 +-
api/PowerPoint.Fonts.Application.md | 2 +-
api/PowerPoint.Fonts.Count.md | 2 +-
api/PowerPoint.Fonts.Item.md | 4 +-
api/PowerPoint.Fonts.Parent.md | 2 +-
api/PowerPoint.Fonts.Replace.md | 2 +-
api/PowerPoint.FreeformBuilder.AddNodes.md | 2 +-
api/PowerPoint.FreeformBuilder.Application.md | 2 +-
...werPoint.FreeformBuilder.ConvertToShape.md | 2 +-
api/PowerPoint.FreeformBuilder.Creator.md | 2 +-
api/PowerPoint.FreeformBuilder.Parent.md | 2 +-
api/PowerPoint.GroupShapes.Application.md | 2 +-
api/PowerPoint.GroupShapes.Count.md | 2 +-
api/PowerPoint.GroupShapes.Creator.md | 2 +-
api/PowerPoint.GroupShapes.Item.md | 4 +-
api/PowerPoint.GroupShapes.Parent.md | 2 +-
api/PowerPoint.GroupShapes.Range.md | 4 +-
api/PowerPoint.HeaderFooter.Application.md | 2 +-
api/PowerPoint.HeaderFooter.Format.md | 2 +-
api/PowerPoint.HeaderFooter.Parent.md | 2 +-
api/PowerPoint.HeaderFooter.Text.md | 2 +-
api/PowerPoint.HeaderFooter.UseFormat.md | 2 +-
api/PowerPoint.HeaderFooter.Visible.md | 2 +-
api/PowerPoint.HeadersFooters.Application.md | 2 +-
api/PowerPoint.HeadersFooters.DateAndTime.md | 2 +-
...oint.HeadersFooters.DisplayOnTitleSlide.md | 2 +-
api/PowerPoint.HeadersFooters.Footer.md | 2 +-
api/PowerPoint.HeadersFooters.Header.md | 2 +-
api/PowerPoint.HeadersFooters.Parent.md | 2 +-
api/PowerPoint.HeadersFooters.SlideNumber.md | 2 +-
api/PowerPoint.Hyperlink.Address.md | 2 +-
api/PowerPoint.Hyperlink.Application.md | 2 +-
api/PowerPoint.Hyperlink.CreateNewDocument.md | 4 +-
api/PowerPoint.Hyperlink.EmailSubject.md | 2 +-
api/PowerPoint.Hyperlink.Parent.md | 2 +-
api/PowerPoint.Hyperlink.ScreenTip.md | 2 +-
api/PowerPoint.Hyperlink.ShowAndReturn.md | 2 +-
api/PowerPoint.Hyperlink.SubAddress.md | 2 +-
api/PowerPoint.Hyperlink.TextToDisplay.md | 2 +-
api/PowerPoint.Hyperlink.Type.md | 2 +-
api/PowerPoint.Hyperlinks.Application.md | 2 +-
api/PowerPoint.Hyperlinks.Count.md | 2 +-
api/PowerPoint.Hyperlinks.Item.md | 4 +-
api/PowerPoint.Hyperlinks.Parent.md | 2 +-
api/PowerPoint.Legend.LegendEntries.md | 2 +-
api/PowerPoint.LegendEntries.Item.md | 4 +-
api/PowerPoint.LineFormat.Application.md | 2 +-
api/PowerPoint.LineFormat.BackColor.md | 2 +-
...erPoint.LineFormat.BeginArrowheadLength.md | 2 +-
...werPoint.LineFormat.BeginArrowheadStyle.md | 2 +-
...werPoint.LineFormat.BeginArrowheadWidth.md | 2 +-
api/PowerPoint.LineFormat.Creator.md | 2 +-
api/PowerPoint.LineFormat.DashStyle.md | 2 +-
...owerPoint.LineFormat.EndArrowheadLength.md | 2 +-
...PowerPoint.LineFormat.EndArrowheadStyle.md | 2 +-
...PowerPoint.LineFormat.EndArrowheadWidth.md | 2 +-
api/PowerPoint.LineFormat.ForeColor.md | 2 +-
api/PowerPoint.LineFormat.InsetPen.md | 2 +-
api/PowerPoint.LineFormat.Parent.md | 2 +-
api/PowerPoint.LineFormat.Pattern.md | 2 +-
api/PowerPoint.LineFormat.Style.md | 2 +-
api/PowerPoint.LineFormat.Transparency.md | 2 +-
api/PowerPoint.LineFormat.Visible.md | 2 +-
api/PowerPoint.LineFormat.Weight.md | 2 +-
api/PowerPoint.LinkFormat.Application.md | 2 +-
api/PowerPoint.LinkFormat.AutoUpdate.md | 2 +-
api/PowerPoint.LinkFormat.BreakLink.md | 2 +-
api/PowerPoint.LinkFormat.Parent.md | 2 +-
api/PowerPoint.LinkFormat.SourceFullName.md | 2 +-
api/PowerPoint.Master.Application.md | 2 +-
api/PowerPoint.Master.ApplyTheme.md | 2 +-
api/PowerPoint.Master.Background.md | 2 +-
api/PowerPoint.Master.ColorScheme.md | 2 +-
api/PowerPoint.Master.CustomLayouts.md | 2 +-
api/PowerPoint.Master.CustomerData.md | 2 +-
api/PowerPoint.Master.Design.md | 2 +-
api/PowerPoint.Master.HeadersFooters.md | 2 +-
api/PowerPoint.Master.Height.md | 2 +-
api/PowerPoint.Master.Hyperlinks.md | 2 +-
api/PowerPoint.Master.Name.md | 2 +-
api/PowerPoint.Master.Parent.md | 2 +-
api/PowerPoint.Master.Shapes.md | 2 +-
api/PowerPoint.Master.SlideShowTransition.md | 2 +-
api/PowerPoint.Master.TextStyles.md | 2 +-
api/PowerPoint.Master.Theme.md | 2 +-
api/PowerPoint.Master.TimeLine.md | 2 +-
api/PowerPoint.Master.Width.md | 2 +-
api/PowerPoint.MediaBookmark.Delete.md | 2 +-
api/PowerPoint.MediaBookmarks.Add.md | 4 +-
api/PowerPoint.MediaBookmarks.Item.md | 4 +-
api/PowerPoint.MediaFormat.Application.md | 2 +-
...rPoint.MediaFormat.AudioCompressionType.md | 2 +-
...owerPoint.MediaFormat.AudioSamplingRate.md | 2 +-
api/PowerPoint.MediaFormat.EndPoint.md | 2 +-
api/PowerPoint.MediaFormat.FadeInDuration.md | 2 +-
api/PowerPoint.MediaFormat.FadeOutDuration.md | 2 +-
api/PowerPoint.MediaFormat.IsEmbedded.md | 2 +-
api/PowerPoint.MediaFormat.IsLinked.md | 2 +-
api/PowerPoint.MediaFormat.Length.md | 2 +-
api/PowerPoint.MediaFormat.MediaBookmarks.md | 2 +-
api/PowerPoint.MediaFormat.Muted.md | 2 +-
api/PowerPoint.MediaFormat.Parent.md | 2 +-
api/PowerPoint.MediaFormat.Resample.md | 4 +-
...erPoint.MediaFormat.ResampleFromProfile.md | 4 +-
...PowerPoint.MediaFormat.ResamplingStatus.md | 2 +-
api/PowerPoint.MediaFormat.SampleHeight.md | 2 +-
api/PowerPoint.MediaFormat.SampleWidth.md | 2 +-
...owerPoint.MediaFormat.SetDisplayPicture.md | 4 +-
...t.MediaFormat.SetDisplayPictureFromFile.md | 4 +-
api/PowerPoint.MediaFormat.StartPoint.md | 2 +-
...rPoint.MediaFormat.VideoCompressionType.md | 2 +-
api/PowerPoint.MediaFormat.VideoFrameRate.md | 2 +-
api/PowerPoint.MediaFormat.Volume.md | 2 +-
api/PowerPoint.MotionEffect.Application.md | 2 +-
api/PowerPoint.MotionEffect.ByX.md | 2 +-
api/PowerPoint.MotionEffect.ByY.md | 2 +-
api/PowerPoint.MotionEffect.FromX.md | 2 +-
api/PowerPoint.MotionEffect.FromY.md | 2 +-
api/PowerPoint.MotionEffect.Parent.md | 2 +-
api/PowerPoint.MotionEffect.Path.md | 2 +-
api/PowerPoint.MotionEffect.ToX.md | 2 +-
api/PowerPoint.MotionEffect.ToY.md | 2 +-
api/PowerPoint.MsoAnimAccumulate.md | 2 +-
api/PowerPoint.MsoAnimAdditive.md | 2 +-
api/PowerPoint.MsoAnimAfterEffect.md | 2 +-
api/PowerPoint.MsoAnimCommandType.md | 2 +-
api/PowerPoint.MsoAnimDirection.md | 2 +-
api/PowerPoint.MsoAnimEffect.md | 2 +-
api/PowerPoint.MsoAnimEffectAfter.md | 2 +-
api/PowerPoint.MsoAnimEffectRestart.md | 2 +-
api/PowerPoint.MsoAnimFilterEffectSubtype.md | 2 +-
api/PowerPoint.MsoAnimFilterEffectType.md | 2 +-
api/PowerPoint.MsoAnimProperty.md | 2 +-
api/PowerPoint.MsoAnimTextUnitEffect.md | 2 +-
api/PowerPoint.MsoAnimTriggerType.md | 2 +-
api/PowerPoint.MsoAnimType.md | 2 +-
api/PowerPoint.MsoAnimateByLevel.md | 2 +-
api/PowerPoint.MsoClickState.md | 2 +-
api/PowerPoint.NamedSlideShow.Application.md | 2 +-
api/PowerPoint.NamedSlideShow.Count.md | 2 +-
api/PowerPoint.NamedSlideShow.Name.md | 2 +-
api/PowerPoint.NamedSlideShow.Parent.md | 2 +-
api/PowerPoint.NamedSlideShow.SlideIDs.md | 2 +-
api/PowerPoint.NamedSlideShows.Add.md | 4 +-
api/PowerPoint.NamedSlideShows.Application.md | 2 +-
api/PowerPoint.NamedSlideShows.Count.md | 2 +-
api/PowerPoint.NamedSlideShows.Item.md | 4 +-
api/PowerPoint.NamedSlideShows.Parent.md | 2 +-
api/PowerPoint.OLEFormat.Application.md | 2 +-
api/PowerPoint.OLEFormat.DoVerb.md | 2 +-
api/PowerPoint.OLEFormat.FollowColors.md | 2 +-
api/PowerPoint.OLEFormat.Object.md | 2 +-
api/PowerPoint.OLEFormat.ObjectVerbs.md | 2 +-
api/PowerPoint.OLEFormat.Parent.md | 2 +-
api/PowerPoint.OLEFormat.ProgID.md | 2 +-
api/PowerPoint.ObjectVerbs.Application.md | 2 +-
api/PowerPoint.ObjectVerbs.Count.md | 2 +-
api/PowerPoint.ObjectVerbs.Item.md | 4 +-
api/PowerPoint.ObjectVerbs.Parent.md | 2 +-
api/PowerPoint.Options.DisplayPasteOptions.md | 2 +-
...int.Options.ShowCoauthoringMergeChanges.md | 2 +-
api/PowerPoint.PageSetup.Application.md | 2 +-
api/PowerPoint.PageSetup.FirstSlideNumber.md | 2 +-
api/PowerPoint.PageSetup.NotesOrientation.md | 2 +-
api/PowerPoint.PageSetup.Parent.md | 2 +-
api/PowerPoint.PageSetup.SlideHeight.md | 2 +-
api/PowerPoint.PageSetup.SlideOrientation.md | 2 +-
api/PowerPoint.PageSetup.SlideSize.md | 2 +-
api/PowerPoint.PageSetup.SlideWidth.md | 2 +-
api/PowerPoint.Pane.Active.md | 2 +-
api/PowerPoint.Pane.Application.md | 2 +-
api/PowerPoint.Pane.Parent.md | 2 +-
api/PowerPoint.Pane.ViewType.md | 2 +-
api/PowerPoint.Panes.Application.md | 2 +-
api/PowerPoint.Panes.Count.md | 2 +-
api/PowerPoint.Panes.Item.md | 4 +-
api/PowerPoint.Panes.Parent.md | 2 +-
api/PowerPoint.ParagraphFormat.Application.md | 2 +-
...Point.ParagraphFormat.BaseLineAlignment.md | 2 +-
api/PowerPoint.ParagraphFormat.Bullet.md | 2 +-
...ParagraphFormat.FarEastLineBreakControl.md | 2 +-
...oint.ParagraphFormat.HangingPunctuation.md | 2 +-
...owerPoint.ParagraphFormat.LineRuleAfter.md | 2 +-
...werPoint.ParagraphFormat.LineRuleBefore.md | 2 +-
...werPoint.ParagraphFormat.LineRuleWithin.md | 2 +-
api/PowerPoint.ParagraphFormat.Parent.md | 2 +-
api/PowerPoint.ParagraphFormat.SpaceAfter.md | 2 +-
api/PowerPoint.ParagraphFormat.SpaceBefore.md | 2 +-
api/PowerPoint.ParagraphFormat.SpaceWithin.md | 2 +-
...owerPoint.ParagraphFormat.TextDirection.md | 2 +-
api/PowerPoint.ParagraphFormat.WordWrap.md | 2 +-
api/PowerPoint.PictureFormat.Application.md | 2 +-
api/PowerPoint.PictureFormat.Brightness.md | 2 +-
api/PowerPoint.PictureFormat.ColorType.md | 2 +-
api/PowerPoint.PictureFormat.Contrast.md | 2 +-
api/PowerPoint.PictureFormat.Creator.md | 2 +-
api/PowerPoint.PictureFormat.Crop.md | 2 +-
api/PowerPoint.PictureFormat.CropBottom.md | 2 +-
api/PowerPoint.PictureFormat.CropLeft.md | 2 +-
api/PowerPoint.PictureFormat.CropRight.md | 2 +-
api/PowerPoint.PictureFormat.CropTop.md | 2 +-
...Point.PictureFormat.IncrementBrightness.md | 2 +-
...erPoint.PictureFormat.IncrementContrast.md | 2 +-
api/PowerPoint.PictureFormat.Parent.md | 2 +-
...erPoint.PictureFormat.TransparencyColor.md | 2 +-
...int.PictureFormat.TransparentBackground.md | 2 +-
...owerPoint.PlaceholderFormat.Application.md | 2 +-
...erPoint.PlaceholderFormat.ContainedType.md | 2 +-
api/PowerPoint.PlaceholderFormat.Name.md | 2 +-
api/PowerPoint.PlaceholderFormat.Parent.md | 2 +-
api/PowerPoint.PlaceholderFormat.Type.md | 2 +-
api/PowerPoint.Placeholders.Application.md | 2 +-
api/PowerPoint.Placeholders.Count.md | 2 +-
api/PowerPoint.Placeholders.FindByName.md | 4 +-
api/PowerPoint.Placeholders.Item.md | 4 +-
api/PowerPoint.Placeholders.Parent.md | 2 +-
api/PowerPoint.PlaySettings.Application.md | 2 +-
...rPoint.PlaySettings.HideWhileNotPlaying.md | 2 +-
api/PowerPoint.PlaySettings.Parent.md | 2 +-
api/PowerPoint.PlaySettings.PauseAnimation.md | 2 +-
api/PowerPoint.PlaySettings.PlayOnEntry.md | 2 +-
api/PowerPoint.PlaySettings.RewindMovie.md | 2 +-
...PowerPoint.PlaySettings.StopAfterSlides.md | 2 +-
api/PowerPoint.Point.ApplyDataLabels.md | 2 +-
api/PowerPoint.Point.Height.md | 2 +-
api/PowerPoint.Point.Left.md | 2 +-
api/PowerPoint.Point.Name.md | 2 +-
api/PowerPoint.Point.PieSliceLocation.md | 4 +-
api/PowerPoint.Point.Top.md | 2 +-
api/PowerPoint.Point.Width.md | 2 +-
api/PowerPoint.Points.Item.md | 4 +-
api/PowerPoint.PpActionType.md | 2 +-
api/PowerPoint.PpAdvanceMode.md | 2 +-
api/PowerPoint.PpAfterEffect.md | 2 +-
api/PowerPoint.PpAlertLevel.md | 2 +-
api/PowerPoint.PpArrangeStyle.md | 2 +-
api/PowerPoint.PpAutoSize.md | 2 +-
api/PowerPoint.PpBaselineAlignment.md | 2 +-
api/PowerPoint.PpBorderType.md | 2 +-
api/PowerPoint.PpBulletType.md | 2 +-
api/PowerPoint.PpChangeCase.md | 2 +-
api/PowerPoint.PpChartUnitEffect.md | 2 +-
api/PowerPoint.PpCheckInVersionType.md | 2 +-
api/PowerPoint.PpColorSchemeIndex.md | 2 +-
api/PowerPoint.PpDateTimeFormat.md | 2 +-
api/PowerPoint.PpDirection.md | 2 +-
api/PowerPoint.PpEntryEffect.md | 2 +-
api/PowerPoint.PpFarEastLineBreakLevel.md | 2 +-
api/PowerPoint.PpFixedFormatIntent.md | 2 +-
api/PowerPoint.PpFixedFormatType.md | 2 +-
api/PowerPoint.PpFollowColors.md | 2 +-
api/PowerPoint.PpFrameColors.md | 2 +-
api/PowerPoint.PpHTMLVersion.md | 2 +-
api/PowerPoint.PpIndentControl.md | 2 +-
api/PowerPoint.PpMediaType.md | 2 +-
api/PowerPoint.PpMouseActivation.md | 2 +-
api/PowerPoint.PpNumberedBulletStyle.md | 2 +-
api/PowerPoint.PpParagraphAlignment.md | 2 +-
api/PowerPoint.PpPasteDataType.md | 2 +-
api/PowerPoint.PpPlaceholderType.md | 2 +-
api/PowerPoint.PpPrintColorType.md | 2 +-
api/PowerPoint.PpPrintHandoutOrder.md | 2 +-
api/PowerPoint.PpPrintOutputType.md | 2 +-
api/PowerPoint.PpPrintRangeType.md | 2 +-
api/PowerPoint.PpPublishSourceType.md | 2 +-
api/PowerPoint.PpRemoveDocInfoType.md | 2 +-
api/PowerPoint.PpRevisionInfo.md | 2 +-
api/PowerPoint.PpSelectionType.md | 2 +-
api/PowerPoint.PpSlideLayout.md | 2 +-
api/PowerPoint.PpSlideShowAdvanceMode.md | 2 +-
api/PowerPoint.PpSlideShowPointerType.md | 2 +-
api/PowerPoint.PpSlideShowRangeType.md | 2 +-
api/PowerPoint.PpSlideShowState.md | 2 +-
api/PowerPoint.PpSlideShowType.md | 2 +-
api/PowerPoint.PpSlideSizeType.md | 2 +-
api/PowerPoint.PpSoundEffectType.md | 2 +-
api/PowerPoint.PpSoundFormatType.md | 2 +-
api/PowerPoint.PpTabStopType.md | 2 +-
api/PowerPoint.PpTextLevelEffect.md | 2 +-
api/PowerPoint.PpTextStyleType.md | 2 +-
api/PowerPoint.PpTextUnitEffect.md | 2 +-
api/PowerPoint.PpTransitionSpeed.md | 2 +-
api/PowerPoint.PpUpdateOption.md | 2 +-
api/PowerPoint.PpViewType.md | 2 +-
api/PowerPoint.PpWindowState.md | 2 +-
api/PowerPoint.Presentation.AcceptAll.md | 2 +-
api/PowerPoint.Presentation.AddTitleMaster.md | 2 +-
api/PowerPoint.Presentation.Application.md | 2 +-
api/PowerPoint.Presentation.ApplyTemplate.md | 2 +-
api/PowerPoint.Presentation.ApplyTheme.md | 2 +-
api/PowerPoint.Presentation.Broadcast.md | 2 +-
....Presentation.BuiltInDocumentProperties.md | 2 +-
api/PowerPoint.Presentation.CanCheckIn.md | 2 +-
api/PowerPoint.Presentation.CheckIn.md | 2 +-
...erPoint.Presentation.CheckInWithVersion.md | 2 +-
api/PowerPoint.Presentation.ColorSchemes.md | 2 +-
api/PowerPoint.Presentation.Container.md | 2 +-
...oint.Presentation.ContentTypeProperties.md | 2 +-
api/PowerPoint.Presentation.Convert2.md | 2 +-
api/PowerPoint.Presentation.CreateVideo.md | 2 +-
...t.Presentation.CustomDocumentProperties.md | 2 +-
api/PowerPoint.Presentation.CustomXMLParts.md | 2 +-
api/PowerPoint.Presentation.CustomerData.md | 2 +-
...werPoint.Presentation.DefaultLanguageID.md | 2 +-
api/PowerPoint.Presentation.DefaultShape.md | 2 +-
api/PowerPoint.Presentation.Designs.md | 2 +-
...PowerPoint.Presentation.DisplayComments.md | 2 +-
...erPoint.Presentation.DocumentInspectors.md | 2 +-
...nt.Presentation.DocumentLibraryVersions.md | 2 +-
...erPoint.Presentation.EncryptionProvider.md | 2 +-
api/PowerPoint.Presentation.EndReview.md | 2 +-
...PowerPoint.Presentation.EnvelopeVisible.md | 2 +-
api/PowerPoint.Presentation.Export.md | 2 +-
...rPoint.Presentation.ExportAsFixedFormat.md | 2 +-
api/PowerPoint.Presentation.ExtraColors.md | 2 +-
...t.Presentation.FarEastLineBreakLanguage.md | 2 +-
...oint.Presentation.FarEastLineBreakLevel.md | 2 +-
api/PowerPoint.Presentation.Final.md | 2 +-
...PowerPoint.Presentation.FollowHyperlink.md | 4 +-
api/PowerPoint.Presentation.FullName.md | 2 +-
...owerPoint.Presentation.GetWorkflowTasks.md | 2 +-
...Point.Presentation.GetWorkflowTemplates.md | 2 +-
api/PowerPoint.Presentation.GridDistance.md | 2 +-
api/PowerPoint.Presentation.HandoutMaster.md | 2 +-
...owerPoint.Presentation.HasHandoutMaster.md | 2 +-
api/PowerPoint.Presentation.HasNotesMaster.md | 2 +-
api/PowerPoint.Presentation.HasTitleMaster.md | 2 +-
api/PowerPoint.Presentation.HasVBProject.md | 2 +-
...PowerPoint.Presentation.LayoutDirection.md | 2 +-
...werPoint.Presentation.MergeWithBaseline.md | 4 +-
api/PowerPoint.Presentation.Name.md | 2 +-
api/PowerPoint.Presentation.NewWindow.md | 2 +-
...owerPoint.Presentation.NoLineBreakAfter.md | 2 +-
...werPoint.Presentation.NoLineBreakBefore.md | 2 +-
api/PowerPoint.Presentation.NotesMaster.md | 2 +-
api/PowerPoint.Presentation.PageSetup.md | 2 +-
api/PowerPoint.Presentation.Parent.md | 2 +-
api/PowerPoint.Presentation.Password.md | 2 +-
...resentation.PasswordEncryptionAlgorithm.md | 2 +-
...tation.PasswordEncryptionFileProperties.md | 2 +-
...resentation.PasswordEncryptionKeyLength.md | 2 +-
...Presentation.PasswordEncryptionProvider.md | 2 +-
api/PowerPoint.Presentation.Path.md | 2 +-
api/PowerPoint.Presentation.Permission.md | 2 +-
api/PowerPoint.Presentation.PrintOptions.md | 2 +-
api/PowerPoint.Presentation.PrintOut.md | 2 +-
api/PowerPoint.Presentation.PublishSlides.md | 2 +-
api/PowerPoint.Presentation.ReadOnly.md | 2 +-
api/PowerPoint.Presentation.RejectAll.md | 2 +-
....Presentation.RemoveDocumentInformation.md | 2 +-
....Presentation.RemovePersonalInformation.md | 2 +-
api/PowerPoint.Presentation.Research.md | 2 +-
api/PowerPoint.Presentation.SaveAs.md | 2 +-
api/PowerPoint.Presentation.SaveCopyAs.md | 2 +-
api/PowerPoint.Presentation.Saved.md | 2 +-
...werPoint.Presentation.SectionProperties.md | 2 +-
...rPoint.Presentation.SendFaxOverInternet.md | 2 +-
api/PowerPoint.Presentation.ServerPolicy.md | 2 +-
...esentation.SetPasswordEncryptionOptions.md | 2 +-
...PowerPoint.Presentation.SharedWorkspace.md | 2 +-
api/PowerPoint.Presentation.Signatures.md | 2 +-
api/PowerPoint.Presentation.SlideMaster.md | 2 +-
...werPoint.Presentation.SlideShowSettings.md | 2 +-
...PowerPoint.Presentation.SlideShowWindow.md | 2 +-
api/PowerPoint.Presentation.Slides.md | 2 +-
api/PowerPoint.Presentation.SnapToGrid.md | 2 +-
api/PowerPoint.Presentation.Sync.md | 2 +-
api/PowerPoint.Presentation.Tags.md | 2 +-
api/PowerPoint.Presentation.TemplateName.md | 2 +-
api/PowerPoint.Presentation.TitleMaster.md | 2 +-
api/PowerPoint.Presentation.VBASigned.md | 2 +-
api/PowerPoint.Presentation.VBProject.md | 2 +-
api/PowerPoint.Presentation.Windows.md | 2 +-
api/PowerPoint.Presentation.WritePassword.md | 2 +-
api/PowerPoint.Presentations.Add.md | 4 +-
api/PowerPoint.Presentations.Application.md | 2 +-
api/PowerPoint.Presentations.CanCheckOut.md | 4 +-
api/PowerPoint.Presentations.CheckOut.md | 4 +-
api/PowerPoint.Presentations.Count.md | 2 +-
api/PowerPoint.Presentations.Item.md | 4 +-
api/PowerPoint.Presentations.Open.md | 4 +-
api/PowerPoint.Presentations.Open2007.md | 4 +-
api/PowerPoint.Presentations.Parent.md | 2 +-
api/PowerPoint.PrintOptions.ActivePrinter.md | 2 +-
api/PowerPoint.PrintOptions.Application.md | 2 +-
api/PowerPoint.PrintOptions.Collate.md | 2 +-
api/PowerPoint.PrintOptions.FitToPage.md | 2 +-
api/PowerPoint.PrintOptions.FrameSlides.md | 2 +-
api/PowerPoint.PrintOptions.HandoutOrder.md | 2 +-
api/PowerPoint.PrintOptions.NumberOfCopies.md | 2 +-
api/PowerPoint.PrintOptions.OutputType.md | 2 +-
api/PowerPoint.PrintOptions.Parent.md | 2 +-
api/PowerPoint.PrintOptions.PrintColorType.md | 2 +-
api/PowerPoint.PrintOptions.PrintComments.md | 2 +-
...Point.PrintOptions.PrintFontsAsGraphics.md | 2 +-
...werPoint.PrintOptions.PrintHiddenSlides.md | 2 +-
...werPoint.PrintOptions.PrintInBackground.md | 2 +-
api/PowerPoint.PrintOptions.Ranges.md | 2 +-
api/PowerPoint.PrintOptions.SlideShowName.md | 2 +-
api/PowerPoint.PrintOptions.sectionIndex.md | 2 +-
api/PowerPoint.PrintRange.Application.md | 2 +-
api/PowerPoint.PrintRange.End.md | 2 +-
api/PowerPoint.PrintRange.Parent.md | 2 +-
api/PowerPoint.PrintRange.Start.md | 2 +-
api/PowerPoint.PrintRanges.Add.md | 4 +-
api/PowerPoint.PrintRanges.Application.md | 2 +-
api/PowerPoint.PrintRanges.ClearAll.md | 2 +-
api/PowerPoint.PrintRanges.Count.md | 2 +-
api/PowerPoint.PrintRanges.Item.md | 4 +-
api/PowerPoint.PrintRanges.Parent.md | 2 +-
api/PowerPoint.PropertyEffect.Application.md | 2 +-
api/PowerPoint.PropertyEffect.Parent.md | 2 +-
api/PowerPoint.PropertyEffect.Property.md | 2 +-
api/PowerPoint.PropertyEffect.To.md | 2 +-
api/PowerPoint.ProtectedViewWindow.Edit.md | 4 +-
api/PowerPoint.ProtectedViewWindows.Item.md | 4 +-
api/PowerPoint.ProtectedViewWindows.Open.md | 4 +-
api/PowerPoint.PublishObject.Application.md | 2 +-
api/PowerPoint.PublishObject.FileName.md | 2 +-
api/PowerPoint.PublishObject.HTMLVersion.md | 2 +-
api/PowerPoint.PublishObject.Parent.md | 2 +-
api/PowerPoint.PublishObject.RangeEnd.md | 2 +-
api/PowerPoint.PublishObject.RangeStart.md | 2 +-
api/PowerPoint.PublishObject.SlideShowName.md | 2 +-
api/PowerPoint.PublishObject.SourceType.md | 2 +-
api/PowerPoint.PublishObject.SpeakerNotes.md | 2 +-
api/PowerPoint.PublishObjects.Application.md | 2 +-
api/PowerPoint.PublishObjects.Count.md | 2 +-
api/PowerPoint.PublishObjects.Item.md | 4 +-
api/PowerPoint.PublishObjects.Parent.md | 2 +-
api/PowerPoint.RGBColor.Application.md | 2 +-
api/PowerPoint.RGBColor.Parent.md | 2 +-
api/PowerPoint.RGBColor.RGB.md | 2 +-
....ResampleMediaTask.AudioCompressionType.md | 2 +-
...int.ResampleMediaTask.AudioSamplingRate.md | 2 +-
...erPoint.ResampleMediaTask.ContainerType.md | 2 +-
...owerPoint.ResampleMediaTask.SampleWidth.md | 2 +-
api/PowerPoint.ResampleMediaTask.Shape.md | 2 +-
api/PowerPoint.ResampleMediaTask.profile.md | 2 +-
api/PowerPoint.ResampleMediaTasks.Cancel.md | 2 +-
api/PowerPoint.ResampleMediaTasks.Item.md | 4 +-
api/PowerPoint.ResampleMediaTasks.Resume.md | 2 +-
api/PowerPoint.Research.Application.md | 2 +-
api/PowerPoint.Research.IsResearchService.md | 4 +-
api/PowerPoint.Research.Parent.md | 2 +-
api/PowerPoint.Research.Query.md | 2 +-
api/PowerPoint.Research.SetLanguagePair.md | 2 +-
api/PowerPoint.RotationEffect.Application.md | 2 +-
api/PowerPoint.RotationEffect.Parent.md | 2 +-
api/PowerPoint.RotationEffect.To.md | 2 +-
api/PowerPoint.Row.Application.md | 2 +-
api/PowerPoint.Row.Cells.md | 2 +-
api/PowerPoint.Row.Height.md | 2 +-
api/PowerPoint.Row.Parent.md | 2 +-
api/PowerPoint.Rows.Add.md | 4 +-
api/PowerPoint.Rows.Application.md | 2 +-
api/PowerPoint.Rows.Count.md | 2 +-
api/PowerPoint.Rows.Item.md | 4 +-
api/PowerPoint.Rows.Parent.md | 2 +-
api/PowerPoint.Ruler.Application.md | 2 +-
api/PowerPoint.Ruler.Parent.md | 2 +-
api/PowerPoint.Ruler.TabStops.md | 2 +-
api/PowerPoint.RulerLevel.Application.md | 2 +-
api/PowerPoint.RulerLevel.FirstMargin.md | 2 +-
api/PowerPoint.RulerLevel.LeftMargin.md | 2 +-
api/PowerPoint.RulerLevel.Parent.md | 2 +-
api/PowerPoint.RulerLevels.Application.md | 2 +-
api/PowerPoint.RulerLevels.Count.md | 2 +-
api/PowerPoint.RulerLevels.Item.md | 4 +-
api/PowerPoint.RulerLevels.Parent.md | 2 +-
api/PowerPoint.ScaleEffect.Application.md | 2 +-
api/PowerPoint.ScaleEffect.ByX.md | 2 +-
api/PowerPoint.ScaleEffect.ByY.md | 2 +-
api/PowerPoint.ScaleEffect.FromX.md | 2 +-
api/PowerPoint.ScaleEffect.FromY.md | 2 +-
api/PowerPoint.ScaleEffect.Parent.md | 2 +-
api/PowerPoint.ScaleEffect.ToX.md | 2 +-
api/PowerPoint.ScaleEffect.ToY.md | 2 +-
...rPoint.SectionProperties.AddBeforeSlide.md | 4 +-
...PowerPoint.SectionProperties.AddSection.md | 4 +-
api/PowerPoint.SectionProperties.Delete.md | 2 +-
...PowerPoint.SectionProperties.FirstSlide.md | 4 +-
api/PowerPoint.SectionProperties.Move.md | 2 +-
api/PowerPoint.SectionProperties.Name.md | 4 +-
api/PowerPoint.SectionProperties.Rename.md | 2 +-
api/PowerPoint.SectionProperties.SectionID.md | 4 +-
...owerPoint.SectionProperties.SlidesCount.md | 4 +-
api/PowerPoint.Selection.Application.md | 2 +-
api/PowerPoint.Selection.ChildShapeRange.md | 2 +-
...PowerPoint.Selection.HasChildShapeRange.md | 2 +-
api/PowerPoint.Selection.Parent.md | 2 +-
api/PowerPoint.Selection.ShapeRange.md | 2 +-
api/PowerPoint.Selection.SlideRange.md | 2 +-
api/PowerPoint.Selection.TextRange.md | 2 +-
api/PowerPoint.Selection.TextRange2.md | 2 +-
api/PowerPoint.Selection.Type.md | 2 +-
api/PowerPoint.Sequence.AddEffect.md | 4 +-
api/PowerPoint.Sequence.AddTriggerEffect.md | 4 +-
api/PowerPoint.Sequence.Application.md | 2 +-
api/PowerPoint.Sequence.Clone.md | 4 +-
...owerPoint.Sequence.ConvertToAfterEffect.md | 4 +-
...int.Sequence.ConvertToAnimateBackground.md | 4 +-
...oint.Sequence.ConvertToAnimateInReverse.md | 4 +-
...PowerPoint.Sequence.ConvertToBuildLevel.md | 4 +-
...rPoint.Sequence.ConvertToTextUnitEffect.md | 4 +-
api/PowerPoint.Sequence.Count.md | 2 +-
...werPoint.Sequence.FindFirstAnimationFor.md | 4 +-
...int.Sequence.FindFirstAnimationForClick.md | 4 +-
api/PowerPoint.Sequence.Item.md | 4 +-
api/PowerPoint.Sequence.Parent.md | 2 +-
api/PowerPoint.Sequences.Add.md | 4 +-
api/PowerPoint.Sequences.Application.md | 2 +-
api/PowerPoint.Sequences.Count.md | 2 +-
api/PowerPoint.Sequences.Item.md | 4 +-
api/PowerPoint.Sequences.Parent.md | 2 +-
api/PowerPoint.Series.ApplyDataLabels.md | 2 +-
api/PowerPoint.Series.DataLabels.md | 4 +-
api/PowerPoint.Series.ErrorBar.md | 2 +-
api/PowerPoint.Series.InvertColor.md | 2 +-
api/PowerPoint.Series.InvertColorIndex.md | 2 +-
api/PowerPoint.Series.PlotColorIndex.md | 2 +-
api/PowerPoint.Series.Points.md | 4 +-
api/PowerPoint.Series.Trendlines.md | 2 +-
api/PowerPoint.SeriesCollection.Add.md | 4 +-
api/PowerPoint.SeriesCollection.Extend.md | 2 +-
api/PowerPoint.SeriesCollection.Item.md | 4 +-
api/PowerPoint.SeriesCollection.NewSeries.md | 2 +-
api/PowerPoint.SetEffect.Application.md | 2 +-
api/PowerPoint.SetEffect.Parent.md | 2 +-
api/PowerPoint.SetEffect.Property.md | 2 +-
api/PowerPoint.ShadowFormat.Application.md | 2 +-
api/PowerPoint.ShadowFormat.Blur.md | 2 +-
api/PowerPoint.ShadowFormat.Creator.md | 2 +-
api/PowerPoint.ShadowFormat.ForeColor.md | 2 +-
...owerPoint.ShadowFormat.IncrementOffsetX.md | 2 +-
...owerPoint.ShadowFormat.IncrementOffsetY.md | 2 +-
api/PowerPoint.ShadowFormat.Obscured.md | 2 +-
api/PowerPoint.ShadowFormat.OffsetX.md | 2 +-
api/PowerPoint.ShadowFormat.OffsetY.md | 2 +-
api/PowerPoint.ShadowFormat.Parent.md | 2 +-
...PowerPoint.ShadowFormat.RotateWithShape.md | 2 +-
api/PowerPoint.ShadowFormat.Size.md | 2 +-
api/PowerPoint.ShadowFormat.Style.md | 2 +-
api/PowerPoint.ShadowFormat.Transparency.md | 2 +-
api/PowerPoint.ShadowFormat.Type.md | 2 +-
api/PowerPoint.ShadowFormat.Visible.md | 2 +-
api/PowerPoint.Shape.ActionSettings.md | 2 +-
api/PowerPoint.Shape.Adjustments.md | 2 +-
api/PowerPoint.Shape.AlternativeText.md | 2 +-
api/PowerPoint.Shape.AnimationSettings.md | 2 +-
api/PowerPoint.Shape.Application.md | 2 +-
api/PowerPoint.Shape.AutoShapeType.md | 2 +-
api/PowerPoint.Shape.BlackWhiteMode.md | 2 +-
api/PowerPoint.Shape.Callout.md | 2 +-
api/PowerPoint.Shape.Chart.md | 2 +-
api/PowerPoint.Shape.Child.md | 2 +-
api/PowerPoint.Shape.ConnectionSiteCount.md | 2 +-
api/PowerPoint.Shape.Connector.md | 2 +-
api/PowerPoint.Shape.ConnectorFormat.md | 2 +-
api/PowerPoint.Shape.ConvertTextToSmartArt.md | 2 +-
api/PowerPoint.Shape.Creator.md | 2 +-
api/PowerPoint.Shape.CustomerData.md | 2 +-
api/PowerPoint.Shape.Duplicate.md | 2 +-
api/PowerPoint.Shape.Fill.md | 2 +-
api/PowerPoint.Shape.Flip.md | 2 +-
api/PowerPoint.Shape.Glow.md | 2 +-
api/PowerPoint.Shape.GroupItems.md | 2 +-
api/PowerPoint.Shape.HasChart.md | 2 +-
api/PowerPoint.Shape.HasSmartArt.md | 2 +-
api/PowerPoint.Shape.HasTable.md | 2 +-
api/PowerPoint.Shape.HasTextFrame.md | 2 +-
api/PowerPoint.Shape.Height.md | 2 +-
api/PowerPoint.Shape.HorizontalFlip.md | 2 +-
api/PowerPoint.Shape.Id.md | 2 +-
api/PowerPoint.Shape.IncrementLeft.md | 2 +-
api/PowerPoint.Shape.IncrementRotation.md | 2 +-
api/PowerPoint.Shape.IncrementTop.md | 2 +-
api/PowerPoint.Shape.Line.md | 2 +-
api/PowerPoint.Shape.LinkFormat.md | 2 +-
api/PowerPoint.Shape.LockAspectRatio.md | 2 +-
api/PowerPoint.Shape.MediaType.md | 2 +-
api/PowerPoint.Shape.Name.md | 2 +-
api/PowerPoint.Shape.OLEFormat.md | 2 +-
api/PowerPoint.Shape.Parent.md | 2 +-
api/PowerPoint.Shape.ParentGroup.md | 2 +-
api/PowerPoint.Shape.PictureFormat.md | 2 +-
api/PowerPoint.Shape.PlaceholderFormat.md | 2 +-
api/PowerPoint.Shape.Reflection.md | 2 +-
api/PowerPoint.Shape.Rotation.md | 2 +-
api/PowerPoint.Shape.ScaleHeight.md | 2 +-
api/PowerPoint.Shape.ScaleWidth.md | 2 +-
api/PowerPoint.Shape.Select.md | 2 +-
api/PowerPoint.Shape.SoftEdge.md | 2 +-
api/PowerPoint.Shape.Table.md | 2 +-
api/PowerPoint.Shape.Tags.md | 2 +-
api/PowerPoint.Shape.TextEffect.md | 2 +-
api/PowerPoint.Shape.TextFrame.md | 2 +-
api/PowerPoint.Shape.TextFrame2.md | 2 +-
api/PowerPoint.Shape.ThreeD.md | 2 +-
api/PowerPoint.Shape.Top.md | 2 +-
api/PowerPoint.Shape.Type.md | 2 +-
api/PowerPoint.Shape.Ungroup.md | 2 +-
api/PowerPoint.Shape.VerticalFlip.md | 2 +-
api/PowerPoint.Shape.Vertices.md | 2 +-
api/PowerPoint.Shape.Visible.md | 2 +-
api/PowerPoint.Shape.Width.md | 2 +-
api/PowerPoint.Shape.ZOrder.md | 2 +-
api/PowerPoint.Shape.ZOrderPosition.md | 2 +-
api/PowerPoint.ShapeNode.Application.md | 2 +-
api/PowerPoint.ShapeNode.Creator.md | 2 +-
api/PowerPoint.ShapeNode.EditingType.md | 2 +-
api/PowerPoint.ShapeNode.Parent.md | 2 +-
api/PowerPoint.ShapeNode.Points.md | 2 +-
api/PowerPoint.ShapeNode.SegmentType.md | 2 +-
api/PowerPoint.ShapeNodes.Application.md | 2 +-
api/PowerPoint.ShapeNodes.Count.md | 2 +-
api/PowerPoint.ShapeNodes.Creator.md | 2 +-
api/PowerPoint.ShapeNodes.Delete.md | 2 +-
api/PowerPoint.ShapeNodes.Insert.md | 2 +-
api/PowerPoint.ShapeNodes.Item.md | 4 +-
api/PowerPoint.ShapeNodes.Parent.md | 2 +-
api/PowerPoint.ShapeNodes.SetEditingType.md | 2 +-
api/PowerPoint.ShapeNodes.SetPosition.md | 2 +-
api/PowerPoint.ShapeNodes.SetSegmentType.md | 2 +-
api/PowerPoint.ShapeRange.ActionSettings.md | 2 +-
api/PowerPoint.ShapeRange.Adjustments.md | 2 +-
api/PowerPoint.ShapeRange.Align.md | 2 +-
api/PowerPoint.ShapeRange.AlternativeText.md | 2 +-
...PowerPoint.ShapeRange.AnimationSettings.md | 2 +-
api/PowerPoint.ShapeRange.Application.md | 2 +-
api/PowerPoint.ShapeRange.AutoShapeType.md | 2 +-
api/PowerPoint.ShapeRange.BlackWhiteMode.md | 2 +-
api/PowerPoint.ShapeRange.Callout.md | 2 +-
api/PowerPoint.ShapeRange.Chart.md | 2 +-
api/PowerPoint.ShapeRange.Child.md | 2 +-
...werPoint.ShapeRange.ConnectionSiteCount.md | 2 +-
api/PowerPoint.ShapeRange.Connector.md | 2 +-
api/PowerPoint.ShapeRange.ConnectorFormat.md | 2 +-
...rPoint.ShapeRange.ConvertTextToSmartArt.md | 4 +-
api/PowerPoint.ShapeRange.Count.md | 2 +-
api/PowerPoint.ShapeRange.Creator.md | 2 +-
api/PowerPoint.ShapeRange.CustomerData.md | 2 +-
api/PowerPoint.ShapeRange.Distribute.md | 4 +-
api/PowerPoint.ShapeRange.Duplicate.md | 2 +-
api/PowerPoint.ShapeRange.Fill.md | 2 +-
api/PowerPoint.ShapeRange.Flip.md | 2 +-
api/PowerPoint.ShapeRange.Glow.md | 2 +-
api/PowerPoint.ShapeRange.Group.md | 2 +-
api/PowerPoint.ShapeRange.GroupItems.md | 2 +-
api/PowerPoint.ShapeRange.HasChart.md | 2 +-
api/PowerPoint.ShapeRange.HasSmartArt.md | 2 +-
api/PowerPoint.ShapeRange.HasTable.md | 2 +-
api/PowerPoint.ShapeRange.HasTextFrame.md | 2 +-
api/PowerPoint.ShapeRange.Height.md | 2 +-
api/PowerPoint.ShapeRange.HorizontalFlip.md | 2 +-
api/PowerPoint.ShapeRange.Id.md | 2 +-
api/PowerPoint.ShapeRange.IncrementLeft.md | 2 +-
...PowerPoint.ShapeRange.IncrementRotation.md | 2 +-
api/PowerPoint.ShapeRange.IncrementTop.md | 2 +-
api/PowerPoint.ShapeRange.Item.md | 4 +-
api/PowerPoint.ShapeRange.Line.md | 2 +-
api/PowerPoint.ShapeRange.LinkFormat.md | 2 +-
api/PowerPoint.ShapeRange.LockAspectRatio.md | 2 +-
api/PowerPoint.ShapeRange.MediaType.md | 2 +-
api/PowerPoint.ShapeRange.Name.md | 2 +-
api/PowerPoint.ShapeRange.OLEFormat.md | 2 +-
api/PowerPoint.ShapeRange.Parent.md | 2 +-
api/PowerPoint.ShapeRange.ParentGroup.md | 2 +-
api/PowerPoint.ShapeRange.PictureFormat.md | 2 +-
...PowerPoint.ShapeRange.PlaceholderFormat.md | 2 +-
api/PowerPoint.ShapeRange.Reflection.md | 2 +-
api/PowerPoint.ShapeRange.Regroup.md | 2 +-
api/PowerPoint.ShapeRange.Rotation.md | 2 +-
api/PowerPoint.ShapeRange.ScaleHeight.md | 4 +-
api/PowerPoint.ShapeRange.ScaleWidth.md | 2 +-
api/PowerPoint.ShapeRange.Select.md | 2 +-
api/PowerPoint.ShapeRange.SoftEdge.md | 2 +-
api/PowerPoint.ShapeRange.Table.md | 2 +-
api/PowerPoint.ShapeRange.Tags.md | 2 +-
api/PowerPoint.ShapeRange.TextEffect.md | 2 +-
api/PowerPoint.ShapeRange.TextFrame.md | 2 +-
api/PowerPoint.ShapeRange.TextFrame2.md | 2 +-
api/PowerPoint.ShapeRange.ThreeD.md | 2 +-
api/PowerPoint.ShapeRange.Top.md | 2 +-
api/PowerPoint.ShapeRange.Type.md | 2 +-
api/PowerPoint.ShapeRange.Ungroup.md | 2 +-
api/PowerPoint.ShapeRange.VerticalFlip.md | 2 +-
api/PowerPoint.ShapeRange.Vertices.md | 2 +-
api/PowerPoint.ShapeRange.Visible.md | 2 +-
api/PowerPoint.ShapeRange.Width.md | 2 +-
api/PowerPoint.ShapeRange.ZOrder.md | 2 +-
api/PowerPoint.ShapeRange.ZOrderPosition.md | 2 +-
api/PowerPoint.Shapes.AddCallout.md | 4 +-
api/PowerPoint.Shapes.AddConnector.md | 4 +-
api/PowerPoint.Shapes.AddCurve.md | 4 +-
api/PowerPoint.Shapes.AddLabel.md | 4 +-
api/PowerPoint.Shapes.AddLine.md | 4 +-
api/PowerPoint.Shapes.AddMediaObject.md | 4 +-
api/PowerPoint.Shapes.AddMediaObject2.md | 4 +-
...Point.Shapes.AddMediaObjectFromEmbedTag.md | 4 +-
api/PowerPoint.Shapes.AddOLEObject.md | 4 +-
api/PowerPoint.Shapes.AddPicture.md | 4 +-
api/PowerPoint.Shapes.AddPlaceholder.md | 4 +-
api/PowerPoint.Shapes.AddPolyline.md | 4 +-
api/PowerPoint.Shapes.AddShape.md | 4 +-
api/PowerPoint.Shapes.AddSmartArt.md | 4 +-
api/PowerPoint.Shapes.AddTable.md | 4 +-
api/PowerPoint.Shapes.AddTextEffect.md | 4 +-
api/PowerPoint.Shapes.AddTextbox.md | 4 +-
api/PowerPoint.Shapes.AddTitle.md | 2 +-
api/PowerPoint.Shapes.Application.md | 2 +-
api/PowerPoint.Shapes.BuildFreeform.md | 2 +-
api/PowerPoint.Shapes.Count.md | 2 +-
api/PowerPoint.Shapes.Creator.md | 2 +-
api/PowerPoint.Shapes.HasTitle.md | 2 +-
api/PowerPoint.Shapes.Item.md | 4 +-
api/PowerPoint.Shapes.Parent.md | 2 +-
api/PowerPoint.Shapes.Paste.md | 2 +-
api/PowerPoint.Shapes.PasteSpecial.md | 4 +-
api/PowerPoint.Shapes.Placeholders.md | 2 +-
api/PowerPoint.Shapes.Range.md | 4 +-
api/PowerPoint.Shapes.Title.md | 2 +-
api/PowerPoint.Slide.Application.md | 2 +-
api/PowerPoint.Slide.ApplyTemplate.md | 2 +-
api/PowerPoint.Slide.ApplyTheme.md | 2 +-
api/PowerPoint.Slide.ApplyThemeColorScheme.md | 2 +-
api/PowerPoint.Slide.Background.md | 2 +-
api/PowerPoint.Slide.ColorScheme.md | 2 +-
api/PowerPoint.Slide.Comments.md | 2 +-
api/PowerPoint.Slide.CustomLayout.md | 2 +-
api/PowerPoint.Slide.CustomerData.md | 2 +-
api/PowerPoint.Slide.Design.md | 2 +-
api/PowerPoint.Slide.DisplayMasterShapes.md | 2 +-
api/PowerPoint.Slide.Duplicate.md | 2 +-
api/PowerPoint.Slide.Export.md | 2 +-
...PowerPoint.Slide.FollowMasterBackground.md | 2 +-
api/PowerPoint.Slide.HasNotesPage.md | 2 +-
api/PowerPoint.Slide.HeadersFooters.md | 2 +-
api/PowerPoint.Slide.Hyperlinks.md | 2 +-
api/PowerPoint.Slide.Master.md | 2 +-
api/PowerPoint.Slide.MoveTo.md | 2 +-
api/PowerPoint.Slide.MoveToSectionStart.md | 2 +-
api/PowerPoint.Slide.Name.md | 2 +-
api/PowerPoint.Slide.NotesPage.md | 2 +-
api/PowerPoint.Slide.Parent.md | 2 +-
api/PowerPoint.Slide.PrintSteps.md | 2 +-
api/PowerPoint.Slide.PublishSlides.md | 4 +-
api/PowerPoint.Slide.Shapes.md | 2 +-
api/PowerPoint.Slide.SlideID.md | 2 +-
api/PowerPoint.Slide.SlideIndex.md | 2 +-
api/PowerPoint.Slide.SlideNumber.md | 2 +-
api/PowerPoint.Slide.SlideShowTransition.md | 2 +-
api/PowerPoint.Slide.Tags.md | 2 +-
api/PowerPoint.Slide.ThemeColorScheme.md | 2 +-
api/PowerPoint.Slide.TimeLine.md | 2 +-
api/PowerPoint.Slide.sectionIndex.md | 2 +-
api/PowerPoint.SlideRange.Application.md | 2 +-
api/PowerPoint.SlideRange.ApplyTemplate.md | 2 +-
api/PowerPoint.SlideRange.ApplyTheme.md | 2 +-
...rPoint.SlideRange.ApplyThemeColorScheme.md | 2 +-
api/PowerPoint.SlideRange.Background.md | 2 +-
api/PowerPoint.SlideRange.ColorScheme.md | 2 +-
api/PowerPoint.SlideRange.Comments.md | 2 +-
api/PowerPoint.SlideRange.Count.md | 2 +-
api/PowerPoint.SlideRange.CustomLayout.md | 2 +-
api/PowerPoint.SlideRange.CustomerData.md | 2 +-
api/PowerPoint.SlideRange.Design.md | 2 +-
...werPoint.SlideRange.DisplayMasterShapes.md | 2 +-
api/PowerPoint.SlideRange.Duplicate.md | 2 +-
api/PowerPoint.SlideRange.Export.md | 2 +-
...Point.SlideRange.FollowMasterBackground.md | 2 +-
api/PowerPoint.SlideRange.HasNotesPage.md | 2 +-
api/PowerPoint.SlideRange.HeadersFooters.md | 2 +-
api/PowerPoint.SlideRange.Hyperlinks.md | 2 +-
api/PowerPoint.SlideRange.Item.md | 4 +-
api/PowerPoint.SlideRange.Master.md | 2 +-
api/PowerPoint.SlideRange.MoveTo.md | 2 +-
...owerPoint.SlideRange.MoveToSectionStart.md | 2 +-
api/PowerPoint.SlideRange.Name.md | 2 +-
api/PowerPoint.SlideRange.NotesPage.md | 2 +-
api/PowerPoint.SlideRange.Parent.md | 2 +-
api/PowerPoint.SlideRange.PrintSteps.md | 2 +-
api/PowerPoint.SlideRange.PublishSlides.md | 2 +-
api/PowerPoint.SlideRange.Shapes.md | 2 +-
api/PowerPoint.SlideRange.SlideID.md | 2 +-
api/PowerPoint.SlideRange.SlideIndex.md | 2 +-
api/PowerPoint.SlideRange.SlideNumber.md | 2 +-
...werPoint.SlideRange.SlideShowTransition.md | 2 +-
api/PowerPoint.SlideRange.Tags.md | 2 +-
api/PowerPoint.SlideRange.ThemeColorScheme.md | 2 +-
api/PowerPoint.SlideRange.TimeLine.md | 2 +-
api/PowerPoint.SlideRange.sectionIndex.md | 2 +-
...owerPoint.SlideShowSettings.Application.md | 2 +-
...owerPoint.SlideShowSettings.EndingSlide.md | 2 +-
...Point.SlideShowSettings.NamedSlideShows.md | 2 +-
api/PowerPoint.SlideShowSettings.Parent.md | 2 +-
...werPoint.SlideShowSettings.PointerColor.md | 2 +-
api/PowerPoint.SlideShowSettings.Run.md | 2 +-
...erPoint.SlideShowSettings.ShowScrollbar.md | 2 +-
api/PowerPoint.SlideShowSettings.ShowType.md | 2 +-
...int.SlideShowSettings.ShowWithAnimation.md | 2 +-
...int.SlideShowSettings.ShowWithNarration.md | 2 +-
...erPoint.SlideShowSettings.SlideShowName.md | 2 +-
...erPoint.SlideShowSettings.StartingSlide.md | 2 +-
...oint.SlideShowTransition.AdvanceOnClick.md | 2 +-
...Point.SlideShowTransition.AdvanceOnTime.md | 2 +-
...erPoint.SlideShowTransition.AdvanceTime.md | 2 +-
...erPoint.SlideShowTransition.Application.md | 2 +-
...PowerPoint.SlideShowTransition.Duration.md | 2 +-
...erPoint.SlideShowTransition.EntryEffect.md | 2 +-
api/PowerPoint.SlideShowTransition.Hidden.md | 2 +-
....SlideShowTransition.LoopSoundUntilNext.md | 2 +-
api/PowerPoint.SlideShowTransition.Parent.md | 2 +-
...erPoint.SlideShowTransition.SoundEffect.md | 2 +-
api/PowerPoint.SlideShowTransition.Speed.md | 2 +-
...Point.SlideShowView.AcceleratorsEnabled.md | 2 +-
api/PowerPoint.SlideShowView.Application.md | 2 +-
...Point.SlideShowView.CurrentShowPosition.md | 2 +-
api/PowerPoint.SlideShowView.DrawLine.md | 2 +-
api/PowerPoint.SlideShowView.First.md | 2 +-
...SlideShowView.FirstAnimationIsAutomatic.md | 2 +-
api/PowerPoint.SlideShowView.GetClickCount.md | 2 +-
api/PowerPoint.SlideShowView.GetClickIndex.md | 2 +-
api/PowerPoint.SlideShowView.GotoClick.md | 2 +-
api/PowerPoint.SlideShowView.GotoNamedShow.md | 2 +-
api/PowerPoint.SlideShowView.GotoSlide.md | 2 +-
api/PowerPoint.SlideShowView.IsNamedShow.md | 2 +-
...owerPoint.SlideShowView.LastSlideViewed.md | 2 +-
...Point.SlideShowView.MediaControlsHeight.md | 2 +-
...erPoint.SlideShowView.MediaControlsLeft.md | 2 +-
...werPoint.SlideShowView.MediaControlsTop.md | 2 +-
...oint.SlideShowView.MediaControlsVisible.md | 2 +-
...rPoint.SlideShowView.MediaControlsWidth.md | 2 +-
api/PowerPoint.SlideShowView.Parent.md | 2 +-
api/PowerPoint.SlideShowView.Player.md | 4 +-
api/PowerPoint.SlideShowView.PointerColor.md | 2 +-
api/PowerPoint.SlideShowView.PointerType.md | 2 +-
...t.SlideShowView.PresentationElapsedTime.md | 2 +-
api/PowerPoint.SlideShowView.Slide.md | 2 +-
...werPoint.SlideShowView.SlideElapsedTime.md | 2 +-
api/PowerPoint.SlideShowView.SlideShowName.md | 2 +-
api/PowerPoint.SlideShowView.State.md | 2 +-
api/PowerPoint.SlideShowView.Zoom.md | 2 +-
api/PowerPoint.SlideShowWindow.Active.md | 2 +-
api/PowerPoint.SlideShowWindow.Application.md | 2 +-
api/PowerPoint.SlideShowWindow.Height.md | 2 +-
...PowerPoint.SlideShowWindow.IsFullScreen.md | 2 +-
api/PowerPoint.SlideShowWindow.Parent.md | 2 +-
...PowerPoint.SlideShowWindow.Presentation.md | 2 +-
api/PowerPoint.SlideShowWindow.Top.md | 2 +-
api/PowerPoint.SlideShowWindow.View.md | 2 +-
api/PowerPoint.SlideShowWindow.Width.md | 2 +-
...PowerPoint.SlideShowWindows.Application.md | 2 +-
api/PowerPoint.SlideShowWindows.Count.md | 2 +-
api/PowerPoint.SlideShowWindows.Item.md | 4 +-
api/PowerPoint.SlideShowWindows.Parent.md | 2 +-
api/PowerPoint.Slides.AddSlide.md | 4 +-
api/PowerPoint.Slides.Application.md | 2 +-
api/PowerPoint.Slides.Count.md | 2 +-
api/PowerPoint.Slides.FindBySlideID.md | 4 +-
api/PowerPoint.Slides.InsertFromFile.md | 4 +-
api/PowerPoint.Slides.Item.md | 4 +-
api/PowerPoint.Slides.Parent.md | 2 +-
api/PowerPoint.Slides.Paste.md | 4 +-
api/PowerPoint.Slides.Range.md | 4 +-
api/PowerPoint.SoundEffect.Application.md | 2 +-
api/PowerPoint.SoundEffect.ImportFromFile.md | 2 +-
api/PowerPoint.SoundEffect.Name.md | 2 +-
api/PowerPoint.SoundEffect.Parent.md | 2 +-
api/PowerPoint.SoundEffect.Type.md | 2 +-
api/PowerPoint.TabStop.Application.md | 2 +-
api/PowerPoint.TabStop.Parent.md | 2 +-
api/PowerPoint.TabStop.Position.md | 2 +-
api/PowerPoint.TabStop.Type.md | 2 +-
api/PowerPoint.TabStops.Add.md | 4 +-
api/PowerPoint.TabStops.Application.md | 2 +-
api/PowerPoint.TabStops.Count.md | 2 +-
api/PowerPoint.TabStops.DefaultSpacing.md | 2 +-
api/PowerPoint.TabStops.Item.md | 4 +-
api/PowerPoint.TabStops.Parent.md | 2 +-
api/PowerPoint.Table.Application.md | 2 +-
api/PowerPoint.Table.ApplyStyle.md | 2 +-
api/PowerPoint.Table.Background.md | 2 +-
api/PowerPoint.Table.Cell.md | 4 +-
api/PowerPoint.Table.Columns.md | 2 +-
api/PowerPoint.Table.FirstCol.md | 2 +-
api/PowerPoint.Table.FirstRow.md | 2 +-
api/PowerPoint.Table.HorizBanding.md | 2 +-
api/PowerPoint.Table.LastCol.md | 2 +-
api/PowerPoint.Table.LastRow.md | 2 +-
api/PowerPoint.Table.Parent.md | 2 +-
api/PowerPoint.Table.Rows.md | 2 +-
api/PowerPoint.Table.ScaleProportionally.md | 2 +-
api/PowerPoint.Table.Style.md | 2 +-
api/PowerPoint.Table.TableDirection.md | 2 +-
api/PowerPoint.Table.Title.md | 2 +-
api/PowerPoint.Table.VertBanding.md | 2 +-
api/PowerPoint.TableBackground.Fill.md | 2 +-
api/PowerPoint.TableBackground.Picture.md | 2 +-
api/PowerPoint.TableBackground.Reflection.md | 2 +-
api/PowerPoint.TableBackground.Shadow.md | 2 +-
api/PowerPoint.TableStyle.Id.md | 2 +-
api/PowerPoint.TableStyle.Name.md | 2 +-
api/PowerPoint.Tags.Add.md | 2 +-
api/PowerPoint.Tags.Application.md | 2 +-
api/PowerPoint.Tags.Count.md | 2 +-
api/PowerPoint.Tags.Delete.md | 2 +-
api/PowerPoint.Tags.Item.md | 4 +-
api/PowerPoint.Tags.Name.md | 4 +-
api/PowerPoint.Tags.Parent.md | 2 +-
api/PowerPoint.Tags.Value.md | 4 +-
...PowerPoint.TextEffectFormat.Application.md | 2 +-
api/PowerPoint.TextEffectFormat.Creator.md | 2 +-
api/PowerPoint.TextEffectFormat.FontBold.md | 2 +-
api/PowerPoint.TextEffectFormat.FontItalic.md | 2 +-
api/PowerPoint.TextEffectFormat.FontName.md | 2 +-
api/PowerPoint.TextEffectFormat.FontSize.md | 2 +-
...PowerPoint.TextEffectFormat.KernedPairs.md | 2 +-
...Point.TextEffectFormat.NormalizedHeight.md | 2 +-
api/PowerPoint.TextEffectFormat.Parent.md | 2 +-
...PowerPoint.TextEffectFormat.PresetShape.md | 2 +-
...Point.TextEffectFormat.PresetTextEffect.md | 2 +-
...owerPoint.TextEffectFormat.RotatedChars.md | 2 +-
api/PowerPoint.TextEffectFormat.Text.md | 2 +-
api/PowerPoint.TextEffectFormat.Tracking.md | 2 +-
api/PowerPoint.TextFrame.Application.md | 2 +-
api/PowerPoint.TextFrame.AutoSize.md | 2 +-
api/PowerPoint.TextFrame.Creator.md | 2 +-
api/PowerPoint.TextFrame.HasText.md | 2 +-
api/PowerPoint.TextFrame.HorizontalAnchor.md | 2 +-
api/PowerPoint.TextFrame.MarginBottom.md | 2 +-
api/PowerPoint.TextFrame.MarginLeft.md | 2 +-
api/PowerPoint.TextFrame.MarginRight.md | 2 +-
api/PowerPoint.TextFrame.MarginTop.md | 2 +-
api/PowerPoint.TextFrame.Orientation.md | 2 +-
api/PowerPoint.TextFrame.Parent.md | 2 +-
api/PowerPoint.TextFrame.Ruler.md | 2 +-
api/PowerPoint.TextFrame.TextRange.md | 2 +-
api/PowerPoint.TextFrame.VerticalAnchor.md | 2 +-
api/PowerPoint.TextFrame.WordWrap.md | 2 +-
api/PowerPoint.TextFrame2.AutoSize.md | 2 +-
api/PowerPoint.TextFrame2.Creator.md | 2 +-
api/PowerPoint.TextFrame2.DeleteText.md | 2 +-
api/PowerPoint.TextFrame2.HasText.md | 2 +-
api/PowerPoint.TextFrame2.HorizontalAnchor.md | 2 +-
api/PowerPoint.TextFrame2.MarginBottom.md | 2 +-
api/PowerPoint.TextFrame2.MarginLeft.md | 2 +-
api/PowerPoint.TextFrame2.MarginRight.md | 2 +-
api/PowerPoint.TextFrame2.MarginTop.md | 2 +-
api/PowerPoint.TextFrame2.Orientation.md | 2 +-
api/PowerPoint.TextFrame2.Parent.md | 2 +-
api/PowerPoint.TextFrame2.PathFormat.md | 2 +-
api/PowerPoint.TextFrame2.Ruler.md | 2 +-
api/PowerPoint.TextFrame2.TextRange.md | 2 +-
api/PowerPoint.TextFrame2.ThreeD.md | 2 +-
api/PowerPoint.TextFrame2.WarpFormat.md | 2 +-
api/PowerPoint.TextFrame2.WordArtFormat.md | 2 +-
api/PowerPoint.TextFrame2.WordWrap.md | 2 +-
api/PowerPoint.TextRange.ActionSettings.md | 2 +-
api/PowerPoint.TextRange.Application.md | 2 +-
api/PowerPoint.TextRange.BoundHeight.md | 2 +-
api/PowerPoint.TextRange.BoundLeft.md | 2 +-
api/PowerPoint.TextRange.BoundTop.md | 2 +-
api/PowerPoint.TextRange.BoundWidth.md | 2 +-
api/PowerPoint.TextRange.ChangeCase.md | 2 +-
api/PowerPoint.TextRange.Characters.md | 4 +-
api/PowerPoint.TextRange.Count.md | 2 +-
api/PowerPoint.TextRange.Find.md | 4 +-
api/PowerPoint.TextRange.Font.md | 2 +-
api/PowerPoint.TextRange.IndentLevel.md | 2 +-
api/PowerPoint.TextRange.InsertAfter.md | 2 +-
api/PowerPoint.TextRange.InsertBefore.md | 2 +-
api/PowerPoint.TextRange.InsertDateTime.md | 4 +-
api/PowerPoint.TextRange.InsertSlideNumber.md | 2 +-
api/PowerPoint.TextRange.InsertSymbol.md | 4 +-
api/PowerPoint.TextRange.LanguageID.md | 2 +-
api/PowerPoint.TextRange.Length.md | 2 +-
api/PowerPoint.TextRange.Lines.md | 4 +-
api/PowerPoint.TextRange.ParagraphFormat.md | 2 +-
api/PowerPoint.TextRange.Paragraphs.md | 4 +-
api/PowerPoint.TextRange.Parent.md | 2 +-
api/PowerPoint.TextRange.Paste.md | 2 +-
api/PowerPoint.TextRange.PasteSpecial.md | 4 +-
api/PowerPoint.TextRange.Replace.md | 4 +-
api/PowerPoint.TextRange.RotatedBounds.md | 2 +-
api/PowerPoint.TextRange.Runs.md | 4 +-
api/PowerPoint.TextRange.Sentences.md | 4 +-
api/PowerPoint.TextRange.Start.md | 2 +-
api/PowerPoint.TextRange.Text.md | 2 +-
api/PowerPoint.TextRange.TrimText.md | 2 +-
api/PowerPoint.TextRange.Words.md | 4 +-
api/PowerPoint.TextStyle.Application.md | 2 +-
api/PowerPoint.TextStyle.Parent.md | 2 +-
api/PowerPoint.TextStyle.Ruler.md | 2 +-
api/PowerPoint.TextStyle.TextFrame.md | 2 +-
api/PowerPoint.TextStyleLevel.Application.md | 2 +-
api/PowerPoint.TextStyleLevel.Font.md | 2 +-
...werPoint.TextStyleLevel.ParagraphFormat.md | 2 +-
api/PowerPoint.TextStyleLevel.Parent.md | 2 +-
api/PowerPoint.TextStyleLevels.Application.md | 2 +-
api/PowerPoint.TextStyleLevels.Count.md | 2 +-
api/PowerPoint.TextStyleLevels.Item.md | 4 +-
api/PowerPoint.TextStyleLevels.Parent.md | 2 +-
api/PowerPoint.TextStyles.Application.md | 2 +-
api/PowerPoint.TextStyles.Count.md | 2 +-
api/PowerPoint.TextStyles.Item.md | 4 +-
api/PowerPoint.TextStyles.Parent.md | 2 +-
api/PowerPoint.ThreeDFormat.Application.md | 2 +-
...owerPoint.ThreeDFormat.BevelBottomDepth.md | 2 +-
...owerPoint.ThreeDFormat.BevelBottomInset.md | 2 +-
...PowerPoint.ThreeDFormat.BevelBottomType.md | 2 +-
api/PowerPoint.ThreeDFormat.BevelTopDepth.md | 2 +-
api/PowerPoint.ThreeDFormat.BevelTopInset.md | 2 +-
api/PowerPoint.ThreeDFormat.BevelTopType.md | 2 +-
api/PowerPoint.ThreeDFormat.ContourColor.md | 2 +-
api/PowerPoint.ThreeDFormat.ContourWidth.md | 2 +-
api/PowerPoint.ThreeDFormat.Creator.md | 2 +-
api/PowerPoint.ThreeDFormat.Depth.md | 2 +-
api/PowerPoint.ThreeDFormat.ExtrusionColor.md | 2 +-
...erPoint.ThreeDFormat.ExtrusionColorType.md | 2 +-
api/PowerPoint.ThreeDFormat.FieldOfView.md | 2 +-
...hreeDFormat.IncrementRotationHorizontal.md | 2 +-
....ThreeDFormat.IncrementRotationVertical.md | 2 +-
...erPoint.ThreeDFormat.IncrementRotationX.md | 2 +-
...erPoint.ThreeDFormat.IncrementRotationY.md | 2 +-
...erPoint.ThreeDFormat.IncrementRotationZ.md | 2 +-
api/PowerPoint.ThreeDFormat.LightAngle.md | 2 +-
api/PowerPoint.ThreeDFormat.Parent.md | 2 +-
api/PowerPoint.ThreeDFormat.Perspective.md | 2 +-
api/PowerPoint.ThreeDFormat.PresetCamera.md | 2 +-
...t.ThreeDFormat.PresetExtrusionDirection.md | 2 +-
api/PowerPoint.ThreeDFormat.PresetLighting.md | 2 +-
...nt.ThreeDFormat.PresetLightingDirection.md | 2 +-
...int.ThreeDFormat.PresetLightingSoftness.md | 2 +-
api/PowerPoint.ThreeDFormat.PresetMaterial.md | 2 +-
...erPoint.ThreeDFormat.PresetThreeDFormat.md | 2 +-
api/PowerPoint.ThreeDFormat.ProjectText.md | 2 +-
api/PowerPoint.ThreeDFormat.RotationX.md | 2 +-
api/PowerPoint.ThreeDFormat.RotationY.md | 2 +-
api/PowerPoint.ThreeDFormat.RotationZ.md | 2 +-
...oint.ThreeDFormat.SetExtrusionDirection.md | 2 +-
...PowerPoint.ThreeDFormat.SetPresetCamera.md | 2 +-
...PowerPoint.ThreeDFormat.SetThreeDFormat.md | 2 +-
api/PowerPoint.ThreeDFormat.Visible.md | 2 +-
api/PowerPoint.ThreeDFormat.Z.md | 2 +-
api/PowerPoint.TimeLine.Application.md | 2 +-
...owerPoint.TimeLine.InteractiveSequences.md | 2 +-
api/PowerPoint.TimeLine.MainSequence.md | 2 +-
api/PowerPoint.TimeLine.Parent.md | 2 +-
api/PowerPoint.Timing.Accelerate.md | 2 +-
api/PowerPoint.Timing.Application.md | 2 +-
api/PowerPoint.Timing.AutoReverse.md | 2 +-
api/PowerPoint.Timing.Decelerate.md | 2 +-
api/PowerPoint.Timing.Parent.md | 2 +-
api/PowerPoint.Timing.RepeatCount.md | 2 +-
api/PowerPoint.Timing.RepeatDuration.md | 2 +-
api/PowerPoint.Timing.Restart.md | 2 +-
api/PowerPoint.Timing.RewindAtEnd.md | 2 +-
api/PowerPoint.Timing.SmoothEnd.md | 2 +-
api/PowerPoint.Timing.SmoothStart.md | 2 +-
api/PowerPoint.Timing.Speed.md | 2 +-
api/PowerPoint.Timing.TriggerDelayTime.md | 2 +-
api/PowerPoint.Timing.TriggerShape.md | 2 +-
api/PowerPoint.Timing.TriggerType.md | 2 +-
api/PowerPoint.Trendlines.Add.md | 4 +-
api/PowerPoint.Trendlines.Item.md | 4 +-
api/PowerPoint.View.Application.md | 2 +-
api/PowerPoint.View.DisplaySlideMiniature.md | 2 +-
api/PowerPoint.View.GotoSlide.md | 2 +-
api/PowerPoint.View.MediaControlsHeight.md | 2 +-
api/PowerPoint.View.MediaControlsLeft.md | 2 +-
api/PowerPoint.View.MediaControlsTop.md | 2 +-
api/PowerPoint.View.MediaControlsVisible.md | 2 +-
api/PowerPoint.View.MediaControlsWidth.md | 2 +-
api/PowerPoint.View.Parent.md | 2 +-
api/PowerPoint.View.PasteSpecial.md | 2 +-
api/PowerPoint.View.Player.md | 4 +-
api/PowerPoint.View.PrintOptions.md | 2 +-
api/PowerPoint.View.PrintOut.md | 2 +-
api/PowerPoint.View.Type.md | 2 +-
api/PowerPoint.View.Zoom.md | 2 +-
api/PowerPoint.View.ZoomToFit.md | 2 +-
api/PowerPoint.XlAxisCrosses.md | 2 +-
api/PowerPoint.XlAxisGroup.md | 2 +-
api/PowerPoint.XlAxisType.md | 2 +-
api/PowerPoint.XlBackground.md | 2 +-
api/PowerPoint.XlBarShape.md | 2 +-
api/PowerPoint.XlBorderWeight.md | 2 +-
api/PowerPoint.XlCategoryType.md | 2 +-
api/PowerPoint.XlChartElementPosition.md | 2 +-
api/PowerPoint.XlChartGallery.md | 2 +-
api/PowerPoint.XlChartItem.md | 2 +-
api/PowerPoint.XlChartPicturePlacement.md | 2 +-
api/PowerPoint.XlChartPictureType.md | 2 +-
api/PowerPoint.XlChartSplitType.md | 2 +-
api/PowerPoint.XlColorIndex.md | 2 +-
api/PowerPoint.XlConstants.md | 2 +-
api/PowerPoint.XlCopyPictureFormat.md | 2 +-
api/PowerPoint.XlDataLabelPosition.md | 2 +-
api/PowerPoint.XlDataLabelSeparator.md | 2 +-
api/PowerPoint.XlDataLabelsType.md | 2 +-
api/PowerPoint.XlDisplayBlanksAs.md | 2 +-
api/PowerPoint.XlDisplayUnit.md | 2 +-
api/PowerPoint.XlEndStyleCap.md | 2 +-
api/PowerPoint.XlErrorBarDirection.md | 2 +-
api/PowerPoint.XlErrorBarInclude.md | 2 +-
api/PowerPoint.XlErrorBarType.md | 2 +-
api/PowerPoint.XlHAlign.md | 2 +-
api/PowerPoint.XlLegendPosition.md | 2 +-
api/PowerPoint.XlLineStyle.md | 2 +-
api/PowerPoint.XlMarkerStyle.md | 2 +-
api/PowerPoint.XlOrientation.md | 2 +-
api/PowerPoint.XlPattern.md | 2 +-
api/PowerPoint.XlPictureAppearance.md | 2 +-
api/PowerPoint.XlPivotFieldOrientation.md | 2 +-
api/PowerPoint.XlReadingOrder.md | 2 +-
api/PowerPoint.XlRgbColor.md | 2 +-
api/PowerPoint.XlRowCol.md | 2 +-
api/PowerPoint.XlScaleType.md | 2 +-
api/PowerPoint.XlSizeRepresents.md | 2 +-
api/PowerPoint.XlTickLabelOrientation.md | 2 +-
api/PowerPoint.XlTickLabelPosition.md | 2 +-
api/PowerPoint.XlTickMark.md | 2 +-
api/PowerPoint.XlTimeUnit.md | 2 +-
api/PowerPoint.XlTrendlineType.md | 2 +-
api/PowerPoint.XlUnderlineStyle.md | 2 +-
api/PowerPoint.XlVAlign.md | 2 +-
...erPoint.application.chartdatapointtrack.md | 2 +-
api/PowerPoint.application.displayguides.md | 2 +-
api/PowerPoint.broadcast.capabilities.md | 2 +-
...oint.documentwindow.showinsertappdialog.md | 2 +-
api/PowerPoint.ppguideorientation.md | 2 +-
api/PowerPoint.ppmediataskstatus.md | 2 +-
api/PowerPoint.ppplayerstate.md | 2 +-
api/PowerPoint.ppprotectedviewclosereason.md | 2 +-
api/PowerPoint.ppresamplemediaprofile.md | 2 +-
api/PowerPoint.shape.hasinkxml.md | 2 +-
api/PowerPoint.shape.inkxml.md | 2 +-
api/PowerPoint.shaperange.hasinkxml.md | 2 +-
api/PowerPoint.shapes.addinkshapefromxml.md | 4 +-
api/PowerPoint.shapes.addpicture2.md | 4 +-
...Point.slideshowview.laserpointerenabled.md | 2 +-
api/PowerPoint.textrange2.application.md | 2 +-
api/PowerPoint.textrange2.boundheight.md | 2 +-
api/PowerPoint.textrange2.boundleft.md | 2 +-
api/PowerPoint.textrange2.boundtop.md | 2 +-
api/PowerPoint.textrange2.boundwidth.md | 2 +-
api/PowerPoint.textrange2.changecase.md | 2 +-
api/PowerPoint.textrange2.characters.md | 4 +-
api/PowerPoint.textrange2.count.md | 2 +-
api/PowerPoint.textrange2.creator.md | 2 +-
api/PowerPoint.textrange2.find.md | 4 +-
api/PowerPoint.textrange2.font.md | 2 +-
api/PowerPoint.textrange2.insertafter.md | 4 +-
api/PowerPoint.textrange2.insertbefore.md | 4 +-
api/PowerPoint.textrange2.insertsymbol.md | 4 +-
api/PowerPoint.textrange2.item.md | 4 +-
api/PowerPoint.textrange2.languageid.md | 2 +-
api/PowerPoint.textrange2.length.md | 2 +-
api/PowerPoint.textrange2.lines.md | 4 +-
api/PowerPoint.textrange2.mathzones.md | 2 +-
api/PowerPoint.textrange2.paragraphformat.md | 2 +-
api/PowerPoint.textrange2.paragraphs.md | 4 +-
api/PowerPoint.textrange2.parent.md | 2 +-
api/PowerPoint.textrange2.paste.md | 2 +-
api/PowerPoint.textrange2.pastespecial.md | 4 +-
api/PowerPoint.textrange2.replace.md | 4 +-
api/PowerPoint.textrange2.rotatedbounds.md | 2 +-
api/PowerPoint.textrange2.runs.md | 4 +-
api/PowerPoint.textrange2.sentences.md | 4 +-
api/PowerPoint.textrange2.start.md | 2 +-
api/PowerPoint.textrange2.text.md | 2 +-
api/PowerPoint.textrange2.trimtext.md | 2 +-
api/PowerPoint.textrange2.words.md | 4 +-
api/PowerPoint.xlbinstype.md | 2 +-
api/PowerPoint.xlcategorylabellevel.md | 2 +-
api/PowerPoint.xlparentdatalabeloptions.md | 2 +-
api/PowerPoint.xlpiesliceindex.md | 2 +-
api/PowerPoint.xlpieslicelocation.md | 2 +-
api/PowerPoint.xlseriesnamelevel.md | 2 +-
api/Project.ActualStartDrivers.Item.md | 2 +-
api/Project.Application.About.md | 2 +-
...roject.Application.ActivateMicrosoftApp.md | 2 +-
api/Project.Application.AddNewColumn.md | 4 +-
api/Project.Application.AddProgressLine.md | 2 +-
...plication.AddResourcesFromProjectServer.md | 2 +-
api/Project.Application.AfterCubeBuilt.md | 4 +-
api/Project.Application.Alerts.md | 4 +-
api/Project.Application.AppExecute.md | 4 +-
api/Project.Application.AppMaximize.md | 2 +-
api/Project.Application.AppMinimize.md | 2 +-
api/Project.Application.AppMove.md | 4 +-
api/Project.Application.AppRestore.md | 2 +-
api/Project.Application.AppSize.md | 4 +-
...ject.Application.ApplicationBeforeClose.md | 4 +-
api/Project.Application.AutoCorrect.md | 2 +-
api/Project.Application.AutoFilter.md | 2 +-
api/Project.Application.AutoSaveToGlobal.md | 4 +-
api/Project.Application.BarBoxFormat.md | 2 +-
api/Project.Application.BarBoxStyles.md | 2 +-
api/Project.Application.BarRounding.md | 4 +-
api/Project.Application.BaseCalendarCreate.md | 4 +-
api/Project.Application.BaseCalendarDelete.md | 4 +-
...roject.Application.BaseCalendarEditDays.md | 4 +-
api/Project.Application.BaseCalendarRename.md | 4 +-
api/Project.Application.BaseCalendarReset.md | 4 +-
api/Project.Application.BaseCalendars.md | 4 +-
api/Project.Application.BaselineClear.md | 4 +-
api/Project.Application.BaselineSave.md | 4 +-
api/Project.Application.BoxAlign.md | 4 +-
api/Project.Application.BoxCellEdit.md | 4 +-
api/Project.Application.BoxCellEditEx.md | 4 +-
api/Project.Application.BoxCellLayout.md | 4 +-
api/Project.Application.BoxDataTemplate.md | 4 +-
api/Project.Application.BoxFormat.md | 4 +-
api/Project.Application.BoxFormatEx.md | 4 +-
api/Project.Application.BoxGetXPosition.md | 4 +-
api/Project.Application.BoxGetYPosition.md | 4 +-
api/Project.Application.BoxLayout.md | 4 +-
api/Project.Application.BoxLayoutEx.md | 4 +-
api/Project.Application.BoxLinkLabelsShow.md | 4 +-
api/Project.Application.BoxLinkStyleToggle.md | 4 +-
api/Project.Application.BoxLinks.md | 4 +-
api/Project.Application.BoxLinksEx.md | 4 +-
...roject.Application.BoxProgressMarksShow.md | 4 +-
api/Project.Application.BoxSet.md | 4 +-
api/Project.Application.BoxShowHideFields.md | 4 +-
api/Project.Application.BoxStylesEdit.md | 4 +-
api/Project.Application.BoxStylesEditEx.md | 4 +-
api/Project.Application.BoxZoom.md | 4 +-
api/Project.Application.CacheSettings.md | 2 +-
api/Project.Application.CacheStatus.md | 2 +-
api/Project.Application.CalculateAll.md | 2 +-
api/Project.Application.CalculateProject.md | 2 +-
api/Project.Application.CalendarBarStyles.md | 4 +-
...oject.Application.CalendarBarStylesEdit.md | 4 +-
...ect.Application.CalendarBarStylesEditEx.md | 4 +-
...t.Application.CalendarBestFitWeekHeight.md | 2 +-
api/Project.Application.CalendarDateBoxes.md | 4 +-
...Project.Application.CalendarDateBoxesEx.md | 4 +-
...Project.Application.CalendarDateShading.md | 4 +-
...ect.Application.CalendarDateShadingEdit.md | 4 +-
...t.Application.CalendarDateShadingEditEx.md | 4 +-
api/Project.Application.CalendarLayout.md | 4 +-
...oject.Application.CalendarShowBarSplits.md | 4 +-
api/Project.Application.CalendarTaskList.md | 4 +-
api/Project.Application.CalendarTimescale.md | 2 +-
...ject.Application.CalendarWeekHeadingsEx.md | 4 +-
...roject.Application.ChangeColumnDataType.md | 4 +-
api/Project.Application.ChangeStatusDate.md | 4 +-
...Project.Application.ChangeWorkingTimeEx.md | 4 +-
api/Project.Application.CheckField.md | 2 +-
api/Project.Application.CheckIn.md | 4 +-
api/Project.Application.CheckOut.md | 2 +-
...Project.Application.CheckResourceErrors.md | 4 +-
api/Project.Application.CheckTaskErrors.md | 4 +-
api/Project.Application.CleanupCache.md | 2 +-
...ect.Application.CleanupProjectFromCache.md | 4 +-
api/Project.Application.ClearConstraint.md | 4 +-
api/Project.Application.CloseComparison.md | 2 +-
api/Project.Application.ColumnAlignment.md | 4 +-
api/Project.Application.ColumnBestFit.md | 4 +-
api/Project.Application.ColumnDelete.md | 2 +-
api/Project.Application.ColumnEdit.md | 4 +-
api/Project.Application.ColumnInsert.md | 2 +-
api/Project.Application.ComAddInsDialog.md | 2 +-
api/Project.Application.CommitmentsPane.md | 2 +-
...ject.Application.CompareProjectVersions.md | 2 +-
...Application.CompareProjectsLegendToggle.md | 2 +-
...ect.Application.ConnectionStatusChanged.md | 4 +-
...Project.Application.ConsolidateProjects.md | 4 +-
...roject.Application.ConvertHangulToHanja.md | 2 +-
...ject.Application.CreateComparisonReport.md | 4 +-
...ct.Application.CreateEnterpriseCalendar.md | 2 +-
api/Project.Application.CustomFieldDelete.md | 4 +-
...oject.Application.CustomFieldGetFormula.md | 4 +-
api/Project.Application.CustomFieldGetName.md | 4 +-
...ect.Application.CustomFieldIndicatorAdd.md | 4 +-
....Application.CustomFieldIndicatorDelete.md | 4 +-
...oject.Application.CustomFieldIndicators.md | 4 +-
...ct.Application.CustomFieldMappingDialog.md | 4 +-
...ect.Application.CustomFieldPropertiesEx.md | 4 +-
api/Project.Application.CustomFieldRename.md | 4 +-
...oject.Application.CustomFieldSetFormula.md | 4 +-
...roject.Application.CustomFieldValueList.md | 4 +-
...ect.Application.CustomFieldValueListAdd.md | 4 +-
....Application.CustomFieldValueListDelete.md | 4 +-
...Application.CustomFieldValueListGetItem.md | 4 +-
api/Project.Application.CustomForms.md | 2 +-
...ect.Application.CustomOutlineCodeEditEx.md | 4 +-
api/Project.Application.CustomizeField.md | 2 +-
api/Project.Application.CustomizeIMEMode.md | 4 +-
api/Project.Application.DDEExecute.md | 4 +-
api/Project.Application.DDEInitiate.md | 4 +-
api/Project.Application.DDELinksUpdate.md | 2 +-
api/Project.Application.DDEPasteLink.md | 2 +-
api/Project.Application.DDETerminate.md | 2 +-
api/Project.Application.DateAdd.md | 4 +-
api/Project.Application.DateDifference.md | 4 +-
api/Project.Application.DateFormat.md | 4 +-
api/Project.Application.DateSubtract.md | 4 +-
api/Project.Application.DeleteFromDatabase.md | 4 +-
api/Project.Application.DependenciesPane.md | 2 +-
api/Project.Application.DetailStylesAdd.md | 4 +-
api/Project.Application.DetailStylesFormat.md | 4 +-
...roject.Application.DetailStylesFormatEx.md | 4 +-
...ject.Application.DetailStylesProperties.md | 4 +-
api/Project.Application.DetailStylesRemove.md | 4 +-
...oject.Application.DetailStylesRemoveAll.md | 2 +-
...ject.Application.DetailStylesToggleItem.md | 4 +-
api/Project.Application.DetailsPaneToggle.md | 4 +-
...ject.Application.DisplaySharedWorkspace.md | 2 +-
api/Project.Application.DocClose.md | 2 +-
api/Project.Application.DocMaximize.md | 2 +-
api/Project.Application.DocMove.md | 4 +-
api/Project.Application.DocRestore.md | 2 +-
api/Project.Application.DocSize.md | 4 +-
api/Project.Application.DocumentExport.md | 4 +-
...plication.DocumentLibraryVersionsDialog.md | 2 +-
api/Project.Application.DrawingCreate.md | 4 +-
api/Project.Application.DrawingCycleColor.md | 2 +-
api/Project.Application.DrawingMove.md | 4 +-
api/Project.Application.DrawingProperties.md | 4 +-
api/Project.Application.DrawingReshape.md | 2 +-
api/Project.Application.DurationFormat.md | 4 +-
api/Project.Application.DurationValue.md | 4 +-
api/Project.Application.EditClear.md | 4 +-
api/Project.Application.EditClearFormats.md | 2 +-
api/Project.Application.EditClearHyperlink.md | 2 +-
api/Project.Application.EditCopy.md | 2 +-
api/Project.Application.EditCopyPicture.md | 4 +-
api/Project.Application.EditCut.md | 2 +-
api/Project.Application.EditDelete.md | 2 +-
...ject.Application.EditEnterpriseCalendar.md | 4 +-
api/Project.Application.EditGoTo.md | 4 +-
api/Project.Application.EditHyperlink.md | 4 +-
api/Project.Application.EditInsert.md | 2 +-
api/Project.Application.EditPaste.md | 2 +-
...roject.Application.EditPasteAsHyperlink.md | 2 +-
api/Project.Application.EditPasteSpecial.md | 4 +-
api/Project.Application.EditRedo.md | 4 +-
api/Project.Application.EditTPStyle.md | 4 +-
api/Project.Application.EditUndo.md | 4 +-
...ct.Application.EnterpriseGlobalCheckOut.md | 2 +-
...ect.Application.EnterpriseProjectDelete.md | 4 +-
...plication.EnterpriseProjectImportWizard.md | 4 +-
...t.Application.EnterpriseProjectProfiles.md | 2 +-
...ication.EnterpriseResSubstitutionWizard.md | 4 +-
...oject.Application.EnterpriseResourceGet.md | 4 +-
...Application.EnterpriseResourcesImportEx.md | 4 +-
...ect.Application.EnterpriseResourcesOpen.md | 4 +-
...oject.Application.EnterpriseTeamBuilder.md | 2 +-
...ct.Application.FieldConstantToFieldName.md | 4 +-
...ct.Application.FieldNameToFieldConstant.md | 4 +-
api/Project.Application.FileBuildID.md | 2 +-
api/Project.Application.FileCloseAllEx.md | 4 +-
api/Project.Application.FileCloseEx.md | 4 +-
api/Project.Application.FileExit.md | 4 +-
api/Project.Application.FileFormatID.md | 2 +-
api/Project.Application.FileLoadLast.md | 4 +-
api/Project.Application.FileNew.md | 4 +-
api/Project.Application.FileOpenEx.md | 2 +-
api/Project.Application.FilePageSetup.md | 4 +-
...oject.Application.FilePageSetupCalendar.md | 4 +-
...t.Application.FilePageSetupCalendarText.md | 4 +-
...Application.FilePageSetupCalendarTextEx.md | 4 +-
...Project.Application.FilePageSetupFooter.md | 4 +-
...Project.Application.FilePageSetupHeader.md | 4 +-
...Project.Application.FilePageSetupLegend.md | 2 +-
...oject.Application.FilePageSetupLegendEx.md | 2 +-
...roject.Application.FilePageSetupMargins.md | 4 +-
api/Project.Application.FilePageSetupPage.md | 4 +-
api/Project.Application.FilePageSetupView.md | 4 +-
api/Project.Application.FilePrint.md | 4 +-
api/Project.Application.FilePrintPreview.md | 2 +-
api/Project.Application.FilePrintSetup.md | 4 +-
api/Project.Application.FileProperties.md | 2 +-
api/Project.Application.FileSave.md | 2 +-
api/Project.Application.FileSaveAs.md | 2 +-
api/Project.Application.FileSaveOffline.md | 4 +-
api/Project.Application.FileSaveWorkspace.md | 4 +-
api/Project.Application.FillAcross.md | 4 +-
api/Project.Application.FillDown.md | 4 +-
api/Project.Application.FilterApply.md | 4 +-
api/Project.Application.FilterClear.md | 2 +-
api/Project.Application.FilterEdit.md | 2 +-
api/Project.Application.FilterNew.md | 4 +-
...oject.Application.FilterShowSummaryRows.md | 4 +-
api/Project.Application.Filters.md | 2 +-
api/Project.Application.Find.md | 2 +-
api/Project.Application.FindEx.md | 2 +-
api/Project.Application.FindFile.md | 2 +-
api/Project.Application.FindNext.md | 2 +-
api/Project.Application.FindPrevious.md | 2 +-
api/Project.Application.FollowHyperlink.md | 4 +-
api/Project.Application.Font32Ex.md | 4 +-
api/Project.Application.FontBold.md | 4 +-
api/Project.Application.FontEx.md | 4 +-
api/Project.Application.FontItalic.md | 4 +-
api/Project.Application.FontStrikethrough.md | 4 +-
api/Project.Application.FontUnderLine.md | 4 +-
api/Project.Application.Form.md | 4 +-
api/Project.Application.FormViewShow.md | 2 +-
api/Project.Application.FormatCopy.md | 2 +-
api/Project.Application.FormatPainter.md | 2 +-
api/Project.Application.FormatPaste.md | 2 +-
api/Project.Application.GanttBarEditEx.md | 4 +-
api/Project.Application.GanttBarFormat.md | 4 +-
api/Project.Application.GanttBarFormatEx.md | 4 +-
api/Project.Application.GanttBarLinks.md | 4 +-
api/Project.Application.GanttBarSize.md | 4 +-
...oject.Application.GanttBarStyleBaseline.md | 4 +-
...oject.Application.GanttBarStyleCritical.md | 4 +-
...Project.Application.GanttBarStyleDelete.md | 4 +-
api/Project.Application.GanttBarStyleEdit.md | 4 +-
api/Project.Application.GanttBarStyleLate.md | 4 +-
api/Project.Application.GanttBarStyleSlack.md | 4 +-
...oject.Application.GanttBarStyleSlippage.md | 4 +-
...ject.Application.GanttBarTextDateFormat.md | 4 +-
api/Project.Application.GanttChartWizard.md | 2 +-
api/Project.Application.GanttRollup.md | 4 +-
api/Project.Application.GanttShowBarSplits.md | 4 +-
api/Project.Application.GanttShowDrawings.md | 4 +-
api/Project.Application.GetCellInfo.md | 4 +-
api/Project.Application.GetCurrentTheme.md | 2 +-
....Application.GetProjectServerSettingsEx.md | 2 +-
...ect.Application.GetProjectServerVersion.md | 4 +-
api/Project.Application.GetRedoListCount.md | 2 +-
api/Project.Application.GetRedoListItem.md | 4 +-
api/Project.Application.GetThemedColor.md | 4 +-
api/Project.Application.GetUndoListCount.md | 2 +-
api/Project.Application.GetUndoListItem.md | 4 +-
api/Project.Application.GoToItemInVersions.md | 2 +-
api/Project.Application.GoalAreaChange.md | 4 +-
api/Project.Application.GoalAreaHighlight.md | 2 +-
...oject.Application.GoalAreaTaskHighlight.md | 2 +-
...ject.Application.GotoNextOverAllocation.md | 2 +-
api/Project.Application.GotoTaskDates.md | 2 +-
api/Project.Application.Gridlines.md | 2 +-
api/Project.Application.GridlinesEdit.md | 4 +-
api/Project.Application.GridlinesEditEx.md | 4 +-
api/Project.Application.GroupApply.md | 4 +-
api/Project.Application.GroupBy.md | 2 +-
api/Project.Application.GroupClear.md | 2 +-
...ject.Application.GroupMaintainHierarchy.md | 4 +-
api/Project.Application.GroupNew.md | 2 +-
api/Project.Application.Groups.md | 2 +-
api/Project.Application.HelpAbout.md | 2 +-
api/Project.Application.HelpAnswerWizard.md | 2 +-
api/Project.Application.HelpContents.md | 2 +-
api/Project.Application.HelpLaunch.md | 4 +-
...roject.Application.HelpTechnicalSupport.md | 2 +-
api/Project.Application.ImportCommitment.md | 4 +-
api/Project.Application.ImportOutlookTasks.md | 2 +-
...roject.Application.InactivateTaskToggle.md | 4 +-
api/Project.Application.InformationDialog.md | 4 +-
api/Project.Application.InsertBlankRow.md | 2 +-
api/Project.Application.InsertHyperlink.md | 4 +-
api/Project.Application.InsertManualTask.md | 2 +-
...Project.Application.InsertMilestoneTask.md | 2 +-
api/Project.Application.InsertNotes.md | 2 +-
api/Project.Application.InsertResource.md | 4 +-
...Project.Application.InsertScheduledTask.md | 2 +-
api/Project.Application.InsertSummaryTask.md | 2 +-
api/Project.Application.InsertTask.md | 2 +-
api/Project.Application.IsCommandEnabled.md | 4 +-
...ct.Application.IsFunctionalitySupported.md | 4 +-
...ect.Application.IsOfficeTaskPaneVisible.md | 2 +-
api/Project.Application.IsOffline.md | 2 +-
....Application.IsReducedFunctionalityMode.md | 2 +-
api/Project.Application.IsURLTrusted.md | 4 +-
api/Project.Application.IsUndoingOrRedoing.md | 2 +-
api/Project.Application.JobCompleted.md | 4 +-
api/Project.Application.JobStart.md | 4 +-
api/Project.Application.Layout.md | 2 +-
api/Project.Application.LayoutNow.md | 2 +-
api/Project.Application.LayoutRelatedNow.md | 2 +-
api/Project.Application.LayoutSelectionNow.md | 2 +-
api/Project.Application.LevelNow.md | 4 +-
api/Project.Application.LevelSelected.md | 4 +-
api/Project.Application.LevelingClear.md | 4 +-
api/Project.Application.LevelingOptions.md | 4 +-
api/Project.Application.LevelingOptionsEx.md | 4 +-
api/Project.Application.LinkTasks.md | 2 +-
api/Project.Application.LinkTasksEdit.md | 4 +-
...roject.Application.LinksBetweenProjects.md | 4 +-
...ect.Application.LoadWebBrowserControlEx.md | 4 +-
api/Project.Application.LoadWebPage.md | 4 +-
api/Project.Application.LoadWebPane.md | 4 +-
api/Project.Application.LoadWebPaneControl.md | 4 +-
api/Project.Application.LocaleID.md | 2 +-
api/Project.Application.LookUpTableAddEx.md | 4 +-
api/Project.Application.Macro.md | 4 +-
api/Project.Application.MacroSecurity.md | 2 +-
api/Project.Application.MacroShowCode.md | 2 +-
api/Project.Application.MacroShowVba.md | 2 +-
api/Project.Application.MailLogoff.md | 2 +-
api/Project.Application.MailLogon.md | 2 +-
api/Project.Application.MailPostDocument.md | 2 +-
api/Project.Application.MailRoutingSlip.md | 4 +-
api/Project.Application.MailSend.md | 4 +-
api/Project.Application.MailSession.md | 2 +-
api/Project.Application.MailSystem.md | 2 +-
...Project.Application.MakeFieldEnterprise.md | 4 +-
...Application.MakeLocalCalendarEnterprise.md | 4 +-
api/Project.Application.ManageSiteColumns.md | 2 +-
api/Project.Application.MapEdit.md | 4 +-
api/Project.Application.Message.md | 4 +-
api/Project.Application.NewProject.md | 2 +-
api/Project.Application.NewTasksStartOn.md | 4 +-
api/Project.Application.ObjectChangeIcon.md | 2 +-
api/Project.Application.ObjectConvert.md | 2 +-
api/Project.Application.ObjectInsert.md | 2 +-
api/Project.Application.ObjectLinks.md | 2 +-
api/Project.Application.ObjectVerb.md | 4 +-
api/Project.Application.OfficeOnTheWeb.md | 2 +-
api/Project.Application.OnUndoOrRedo.md | 4 +-
api/Project.Application.OpenFromSharePoint.md | 4 +-
api/Project.Application.OpenServerPage.md | 4 +-
...Project.Application.OpenUndoTransaction.md | 2 +-
api/Project.Application.OpenXML.md | 4 +-
api/Project.Application.OptionsCalculation.md | 4 +-
api/Project.Application.OptionsCalendar.md | 4 +-
api/Project.Application.OptionsEditEx.md | 4 +-
api/Project.Application.OptionsGeneralEx.md | 4 +-
api/Project.Application.OptionsInterfaceEx.md | 4 +-
api/Project.Application.OptionsSave.md | 4 +-
api/Project.Application.OptionsSchedule.md | 4 +-
api/Project.Application.OptionsSecurityEx.md | 4 +-
api/Project.Application.OptionsSecurityTab.md | 4 +-
api/Project.Application.OptionsSpelling.md | 4 +-
api/Project.Application.OptionsViewEx.md | 4 +-
api/Project.Application.Organizer.md | 4 +-
...Project.Application.OrganizerDeleteItem.md | 4 +-
api/Project.Application.OrganizerMoveItem.md | 4 +-
...Project.Application.OrganizerRenameItem.md | 4 +-
...Project.Application.OutlineHideSubTasks.md | 2 +-
api/Project.Application.OutlineIndent.md | 4 +-
api/Project.Application.OutlineOutdent.md | 4 +-
...Project.Application.OutlineShowAllTasks.md | 2 +-
...Project.Application.OutlineShowSubTasks.md | 2 +-
api/Project.Application.OutlineShowTasks.md | 4 +-
...roject.Application.OutlineSymbolsToggle.md | 4 +-
api/Project.Application.PageBreakRemove.md | 2 +-
api/Project.Application.PageBreakSet.md | 2 +-
...Project.Application.PageBreaksRemoveAll.md | 2 +-
api/Project.Application.PageBreaksShow.md | 4 +-
api/Project.Application.PanZoomPanTo.md | 4 +-
api/Project.Application.PanZoomZoomTo.md | 4 +-
api/Project.Application.PaneActivate.md | 2 +-
api/Project.Application.PaneClose.md | 2 +-
api/Project.Application.PaneCreate.md | 2 +-
api/Project.Application.PaneNext.md | 2 +-
api/Project.Application.ProgressLines.md | 2 +-
api/Project.Application.ProjectAfterSave.md | 2 +-
...roject.Application.ProjectAssignmentNew.md | 4 +-
...plication.ProjectBeforeAssignmentChange.md | 2 +-
...lication.ProjectBeforeAssignmentChange2.md | 4 +-
...plication.ProjectBeforeAssignmentDelete.md | 4 +-
...lication.ProjectBeforeAssignmentDelete2.md | 4 +-
....Application.ProjectBeforeAssignmentNew.md | 4 +-
...Application.ProjectBeforeAssignmentNew2.md | 4 +-
....Application.ProjectBeforeClearBaseline.md | 4 +-
api/Project.Application.ProjectBeforeClose.md | 4 +-
...Project.Application.ProjectBeforeClose2.md | 4 +-
api/Project.Application.ProjectBeforePrint.md | 4 +-
...Project.Application.ProjectBeforePrint2.md | 4 +-
...roject.Application.ProjectBeforePublish.md | 4 +-
...Application.ProjectBeforeResourceChange.md | 2 +-
...pplication.ProjectBeforeResourceChange2.md | 2 +-
...Application.ProjectBeforeResourceDelete.md | 4 +-
...pplication.ProjectBeforeResourceDelete2.md | 4 +-
...ct.Application.ProjectBeforeResourceNew.md | 4 +-
...t.Application.ProjectBeforeResourceNew2.md | 4 +-
api/Project.Application.ProjectBeforeSave.md | 4 +-
api/Project.Application.ProjectBeforeSave2.md | 4 +-
...t.Application.ProjectBeforeSaveBaseline.md | 4 +-
...ect.Application.ProjectBeforeTaskChange.md | 2 +-
...ct.Application.ProjectBeforeTaskChange2.md | 2 +-
...ect.Application.ProjectBeforeTaskDelete.md | 4 +-
...ct.Application.ProjectBeforeTaskDelete2.md | 4 +-
...roject.Application.ProjectBeforeTaskNew.md | 4 +-
...oject.Application.ProjectBeforeTaskNew2.md | 4 +-
api/Project.Application.ProjectCalculate.md | 4 +-
api/Project.Application.ProjectMove.md | 4 +-
api/Project.Application.ProjectResourceNew.md | 4 +-
api/Project.Application.ProjectStatistics.md | 4 +-
api/Project.Application.ProjectSummaryInfo.md | 4 +-
api/Project.Application.ProjectTaskNew.md | 4 +-
api/Project.Application.Publish.md | 4 +-
api/Project.Application.Quit.md | 2 +-
...oject.Application.ReassignSelectedAssns.md | 4 +-
...Project.Application.RecurringTaskInsert.md | 2 +-
api/Project.Application.Redo.md | 4 +-
api/Project.Application.RegisterProject.md | 4 +-
api/Project.Application.ReminderSet.md | 4 +-
api/Project.Application.Replace.md | 2 +-
api/Project.Application.ReplaceEx.md | 2 +-
api/Project.Application.ReportPrint.md | 4 +-
api/Project.Application.ReportPrintPreview.md | 4 +-
api/Project.Application.Reports.md | 2 +-
....Application.RequestProgressInformation.md | 2 +-
...t.Application.RescheduleToNextAvailable.md | 4 +-
api/Project.Application.ResetTPStyle.md | 4 +-
...ect.Application.ResourceActiveDirectory.md | 2 +-
...Project.Application.ResourceAddressBook.md | 2 +-
api/Project.Application.ResourceAssignment.md | 2 +-
...ct.Application.ResourceAssignmentDialog.md | 4 +-
...ct.Application.ResourceCalendarEditDays.md | 4 +-
...oject.Application.ResourceCalendarReset.md | 4 +-
api/Project.Application.ResourceCalendars.md | 4 +-
api/Project.Application.ResourceComparison.md | 2 +-
api/Project.Application.ResourceDetails.md | 4 +-
...ject.Application.ResourceGraphBarStyles.md | 4 +-
...ct.Application.ResourceGraphBarStylesEx.md | 4 +-
...oject.Application.ResourceMappingDialog.md | 2 +-
api/Project.Application.ResourceSharing.md | 4 +-
...t.Application.ResourceSharingPoolAction.md | 4 +-
....Application.ResourceSharingPoolRefresh.md | 2 +-
...t.Application.ResourceSharingPoolUpdate.md | 4 +-
...ject.Application.ResourceWindowsAccount.md | 4 +-
...oject.Application.RestoreSheetSelection.md | 2 +-
api/Project.Application.RowClear.md | 2 +-
api/Project.Application.RowDelete.md | 2 +-
api/Project.Application.RowInsert.md | 2 +-
api/Project.Application.Run.md | 2 +-
...oject.Application.SaveCompletedToServer.md | 4 +-
api/Project.Application.SaveForSharing.md | 4 +-
api/Project.Application.SaveSheetSelection.md | 2 +-
...roject.Application.SaveStartingToServer.md | 4 +-
...Project.Application.SecondaryViewChange.md | 4 +-
api/Project.Application.SegmentBorderColor.md | 4 +-
api/Project.Application.SegmentFillColor.md | 4 +-
api/Project.Application.SelectAll.md | 2 +-
api/Project.Application.SelectBeginning.md | 4 +-
api/Project.Application.SelectCell.md | 4 +-
api/Project.Application.SelectCellDown.md | 4 +-
api/Project.Application.SelectCellLeft.md | 4 +-
api/Project.Application.SelectCellRight.md | 4 +-
api/Project.Application.SelectCellUp.md | 4 +-
api/Project.Application.SelectColumn.md | 4 +-
api/Project.Application.SelectEnd.md | 4 +-
api/Project.Application.SelectRange.md | 4 +-
api/Project.Application.SelectResourceCell.md | 4 +-
...roject.Application.SelectResourceColumn.md | 4 +-
...Project.Application.SelectResourceField.md | 4 +-
api/Project.Application.SelectRow.md | 4 +-
api/Project.Application.SelectRowEnd.md | 4 +-
api/Project.Application.SelectRowStart.md | 4 +-
api/Project.Application.SelectSheet.md | 2 +-
api/Project.Application.SelectTPLineHeight.md | 4 +-
api/Project.Application.SelectTPTask.md | 4 +-
api/Project.Application.SelectTaskAssns.md | 2 +-
api/Project.Application.SelectTaskCell.md | 4 +-
api/Project.Application.SelectTaskColumn.md | 4 +-
api/Project.Application.SelectTaskField.md | 4 +-
...roject.Application.SelectTimescaleRange.md | 4 +-
api/Project.Application.SelectToEnd.md | 2 +-
api/Project.Application.SelectionExtend.md | 4 +-
...roject.Application.ServiceOptionsDialog.md | 2 +-
api/Project.Application.SetActiveCell.md | 4 +-
api/Project.Application.SetAutoFilter.md | 2 +-
api/Project.Application.SetField.md | 4 +-
api/Project.Application.SetMatchingField.md | 2 +-
api/Project.Application.SetResourceField.md | 4 +-
...roject.Application.SetResourceFieldByID.md | 4 +-
api/Project.Application.SetRowHeight.md | 4 +-
...ject.Application.SetShowTaskSuggestions.md | 4 +-
...Project.Application.SetShowTaskWarnings.md | 4 +-
...ject.Application.SetSidepaneStateButton.md | 2 +-
api/Project.Application.SetSplitBar.md | 4 +-
api/Project.Application.SetTPField.md | 4 +-
api/Project.Application.SetTaskField.md | 4 +-
api/Project.Application.SetTaskFieldByID.md | 4 +-
api/Project.Application.SetTaskMode.md | 4 +-
api/Project.Application.SetTitleRowHeight.md | 4 +-
api/Project.Application.ShareProjectOnline.md | 2 +-
api/Project.Application.ShowAddNewColumn.md | 4 +-
...ect.Application.ShowIgnoredTaskWarnings.md | 2 +-
api/Project.Application.SidepaneTaskChange.md | 4 +-
api/Project.Application.SidepaneToggle.md | 4 +-
api/Project.Application.Sort.md | 4 +-
api/Project.Application.SpellCheckField.md | 4 +-
api/Project.Application.SpellingCheck.md | 2 +-
api/Project.Application.SplitTask.md | 4 +-
...ication.StopWebBrowserControlNavigation.md | 2 +-
...ation.SummaryResourceAssignmentsRefresh.md | 2 +-
api/Project.Application.SummaryTasksShow.md | 4 +-
...Project.Application.SynchronizeWithSite.md | 4 +-
api/Project.Application.TableApply.md | 4 +-
api/Project.Application.TableCopy.md | 4 +-
api/Project.Application.TableEdit.md | 4 +-
api/Project.Application.TableEditEx.md | 4 +-
api/Project.Application.TableReset.md | 2 +-
api/Project.Application.Tables.md | 2 +-
api/Project.Application.TaskComparison.md | 2 +-
...oject.Application.TaskDeliverableCreate.md | 4 +-
...Project.Application.TaskDeliverableSync.md | 2 +-
api/Project.Application.TaskDependencySync.md | 2 +-
api/Project.Application.TaskDrivers.md | 2 +-
api/Project.Application.TaskInspector.md | 2 +-
api/Project.Application.TaskMove.md | 4 +-
...roject.Application.TaskMoveToStatusDate.md | 4 +-
api/Project.Application.TaskOnTimeline.md | 4 +-
api/Project.Application.TaskRespectLinks.md | 2 +-
api/Project.Application.TextStyles32Ex.md | 2 +-
api/Project.Application.TextStylesEx.md | 2 +-
api/Project.Application.TimelineExport.md | 4 +-
api/Project.Application.TimelineFormat.md | 4 +-
...ct.Application.TimelineGotoSelectedTask.md | 2 +-
api/Project.Application.TimelineInsertTask.md | 4 +-
api/Project.Application.TimelineShowHide.md | 4 +-
api/Project.Application.TimelineTextOnBar.md | 4 +-
api/Project.Application.TimelineViewToggle.md | 2 +-
api/Project.Application.Timescale.md | 2 +-
api/Project.Application.TimescaleEdit.md | 4 +-
...Project.Application.TimescaleNonWorking.md | 4 +-
...oject.Application.TimescaleNonWorkingEx.md | 4 +-
api/Project.Application.ToggleAssignments.md | 2 +-
...ct.Application.ToggleChangeHighlighting.md | 2 +-
...t.Application.TogglePreventResOveralloc.md | 2 +-
...oject.Application.ToggleResourceDetails.md | 2 +-
api/Project.Application.ToggleTPAutoExpand.md | 2 +-
...ject.Application.ToggleTPResourceExpand.md | 4 +-
api/Project.Application.ToggleTPUnassigned.md | 2 +-
...Project.Application.ToggleTPUnscheduled.md | 2 +-
api/Project.Application.ToggleTaskDetails.md | 2 +-
api/Project.Application.Undo.md | 4 +-
api/Project.Application.UndoClear.md | 2 +-
api/Project.Application.UnlinkTasks.md | 2 +-
...ect.Application.UnloadWebBrowserControl.md | 2 +-
...ect.Application.UpdateFromProjectServer.md | 2 +-
api/Project.Application.UpdateProject.md | 4 +-
api/Project.Application.UpdateTasks.md | 4 +-
api/Project.Application.UsageViewEntryEx.md | 4 +-
api/Project.Application.ViewApply.md | 4 +-
api/Project.Application.ViewApplyEx.md | 2 +-
api/Project.Application.ViewBar.md | 2 +-
api/Project.Application.ViewCopy.md | 4 +-
...Project.Application.ViewEditCombination.md | 4 +-
api/Project.Application.ViewEditSingle.md | 4 +-
api/Project.Application.ViewReset.md | 2 +-
api/Project.Application.ViewShowCost.md | 2 +-
...ject.Application.ViewShowCumulativeCost.md | 2 +-
...ject.Application.ViewShowCumulativeWork.md | 2 +-
api/Project.Application.ViewShowNotes.md | 2 +-
api/Project.Application.ViewShowObjects.md | 2 +-
...ject.Application.ViewShowOverallocation.md | 2 +-
api/Project.Application.ViewShowPeakUnits.md | 2 +-
...t.Application.ViewShowPercentAllocation.md | 2 +-
...lication.ViewShowPredecessorsSuccessors.md | 2 +-
...plication.ViewShowRemainingAvailability.md | 2 +-
...plication.ViewShowResourcesPredecessors.md | 2 +-
...Application.ViewShowResourcesSuccessors.md | 2 +-
api/Project.Application.ViewShowSchedule.md | 2 +-
...ct.Application.ViewShowUnitAvailability.md | 2 +-
api/Project.Application.ViewShowWork.md | 2 +-
...ct.Application.ViewShowWorkAvailability.md | 2 +-
api/Project.Application.Views.md | 2 +-
api/Project.Application.ViewsEx.md | 4 +-
api/Project.Application.VisualReports.md | 4 +-
api/Project.Application.VisualReportsEdit.md | 4 +-
...ct.Application.VisualReportsNewTemplate.md | 4 +-
...oject.Application.VisualReportsSaveCube.md | 4 +-
...t.Application.VisualReportsSaveDatabase.md | 4 +-
api/Project.Application.VisualReportsView.md | 4 +-
api/Project.Application.WBSCodeMaskEdit.md | 4 +-
api/Project.Application.WBSCodeRenumber.md | 4 +-
api/Project.Application.WebAddToFavorites.md | 4 +-
api/Project.Application.WebCopyHyperlink.md | 2 +-
api/Project.Application.WebGoBack.md | 2 +-
api/Project.Application.WebGoForward.md | 2 +-
api/Project.Application.WebHideToolbars.md | 4 +-
api/Project.Application.WebOpenFavorites.md | 2 +-
api/Project.Application.WebOpenHyperlink.md | 4 +-
api/Project.Application.WebOpenSearchPage.md | 2 +-
api/Project.Application.WebOpenStartPage.md | 2 +-
api/Project.Application.WebRefresh.md | 2 +-
api/Project.Application.WebSetSearchPage.md | 4 +-
api/Project.Application.WebSetStartPage.md | 4 +-
api/Project.Application.WebStopLoading.md | 2 +-
api/Project.Application.WebToolbar.md | 4 +-
...roject.Application.WindowActivate(even).md | 4 +-
...ject.Application.WindowActivate(method).md | 4 +-
api/Project.Application.WindowArrangeAll.md | 2 +-
...ject.Application.WindowBeforeViewChange.md | 4 +-
api/Project.Application.WindowDeactivate.md | 4 +-
...roject.Application.WindowGoalAreaChange.md | 4 +-
api/Project.Application.WindowHide.md | 4 +-
api/Project.Application.WindowMoreWindows.md | 2 +-
api/Project.Application.WindowNewWindow.md | 4 +-
api/Project.Application.WindowNext.md | 4 +-
api/Project.Application.WindowPrev.md | 4 +-
...oject.Application.WindowSelectionChange.md | 4 +-
...Application.WindowSidepaneDisplayChange.md | 4 +-
...ct.Application.WindowSidepaneTaskChange.md | 4 +-
api/Project.Application.WindowSplit.md | 2 +-
api/Project.Application.WindowUnhide.md | 4 +-
api/Project.Application.WindowViewChange.md | 4 +-
api/Project.Application.WorkOffline.md | 4 +-
...oject.Application.WorkpaneDisplayChange.md | 4 +-
api/Project.Application.WrapText.md | 4 +-
api/Project.Application.Zoom.md | 2 +-
api/Project.Application.ZoomCalendar.md | 4 +-
api/Project.Application.ZoomIn.md | 2 +-
api/Project.Application.ZoomOut.md | 2 +-
api/Project.Application.ZoomTimescale.md | 4 +-
api/Project.Assignment.AppendNotes.md | 2 +-
...Project.Assignment.EnterpriseTeamMember.md | 4 +-
api/Project.Assignment.Replan.md | 4 +-
api/Project.Assignment.TimeScaleData.md | 4 +-
api/Project.Assignments.Add.md | 4 +-
api/Project.Assignments.Item.md | 2 +-
api/Project.Assignments.UniqueID.md | 2 +-
api/Project.Availabilities.Add.md | 4 +-
api/Project.Availabilities.Item.md | 2 +-
api/Project.Calendar.Period.md | 4 +-
api/Project.CalendarDrivers.Item.md | 2 +-
api/Project.Calendars.Item.md | 2 +-
api/Project.ChildDrivers.Item.md | 2 +-
api/Project.CodeMask.Add.md | 4 +-
api/Project.CodeMask.Item.md | 2 +-
api/Project.CostRateTables.Item.md | 2 +-
api/Project.Days.Item.md | 2 +-
api/Project.Exceptions.Add.md | 4 +-
api/Project.Exceptions.Item.md | 2 +-
api/Project.Filter.Apply.md | 4 +-
api/Project.Filters.Copy.md | 4 +-
api/Project.Filters.Item.md | 2 +-
api/Project.Group2.Application.md | 2 +-
api/Project.GroupCriteria.Add.md | 4 +-
api/Project.GroupCriteria.Item.md | 2 +-
api/Project.GroupCriteria2.Add.md | 4 +-
api/Project.GroupCriteria2.AddEx.md | 4 +-
api/Project.GroupCriteria2.Item.md | 2 +-
api/Project.GroupCriterion2.Application.md | 2 +-
api/Project.Groups.Add.md | 4 +-
api/Project.Groups.Copy.md | 4 +-
api/Project.Groups.Item.md | 2 +-
api/Project.Groups2.Add.md | 4 +-
api/Project.Groups2.Copy.md | 4 +-
api/Project.Groups2.Item.md | 2 +-
api/Project.List.Item.md | 2 +-
api/Project.LookupTable.AddChild.md | 4 +-
api/Project.LookupTable.Item.md | 2 +-
api/Project.Months.Item.md | 2 +-
api/Project.OutlineCodes.Add.md | 4 +-
api/Project.OutlineCodes.Item.md | 2 +-
api/Project.OverAllocatedAssignments.Item.md | 2 +-
api/Project.PJTaskOutlineShowLevel.md | 2 +-
api/Project.Pane.Close.md | 2 +-
api/Project.Pane.View.md | 2 +-
api/Project.PayRates.Add.md | 4 +-
api/Project.PayRates.Item.md | 2 +-
api/Project.PjAccountType.md | 2 +-
api/Project.PjAccrueAt.md | 2 +-
api/Project.PjAlign.md | 2 +-
api/Project.PjAlignment.md | 2 +-
api/Project.PjAssignResourcesListFields.md | 2 +-
api/Project.PjAssignmentField.md | 2 +-
api/Project.PjAssignmentReplanAction.md | 2 +-
api/Project.PjAssignmentTimescaledData.md | 2 +-
api/Project.PjAssignmentUnits.md | 2 +-
api/Project.PjAuthentication.md | 2 +-
api/Project.PjAutoFilterType.md | 2 +-
api/Project.PjAutomaticSaveOptions.md | 2 +-
api/Project.PjBackgroundPattern.md | 2 +-
api/Project.PjBarEndShape.md | 2 +-
api/Project.PjBarItem.md | 2 +-
api/Project.PjBarShape.md | 2 +-
api/Project.PjBarSize.md | 2 +-
api/Project.PjBarType.md | 2 +-
api/Project.PjBaselines.md | 2 +-
api/Project.PjBookingTypes.md | 2 +-
api/Project.PjBorder.md | 2 +-
api/Project.PjBoxSet.md | 2 +-
api/Project.PjBoxShape.md | 2 +-
api/Project.PjBoxStyle.md | 2 +-
api/Project.PjCalculation.md | 2 +-
api/Project.PjCalendarBarType.md | 2 +-
api/Project.PjCalendarDateLabel.md | 2 +-
api/Project.PjCalendarShading.md | 2 +-
api/Project.PjCalendarType.md | 2 +-
api/Project.PjCell.md | 2 +-
api/Project.PjCheckOutType.md | 2 +-
api/Project.PjColor.md | 2 +-
api/Project.PjCommitmentTaskLinkType.md | 2 +-
api/Project.PjCompareVersionColumns.md | 2 +-
api/Project.PjCompareVersionItems.md | 2 +-
api/Project.PjComparison.md | 2 +-
api/Project.PjConstraint.md | 2 +-
api/Project.PjCopyPictureFor.md | 2 +-
api/Project.PjCopyPictureRows.md | 2 +-
api/Project.PjCopyPictureScaleOption.md | 2 +-
api/Project.PjCostRateTable.md | 2 +-
api/Project.PjCriteriaList.md | 2 +-
api/Project.PjCustomField.md | 2 +-
api/Project.PjCustomFieldAttribute.md | 2 +-
api/Project.PjCustomFieldType.md | 2 +-
api/Project.PjCustomOutlineCodeSequence.md | 2 +-
api/Project.PjCustomizeMailAction.md | 2 +-
api/Project.PjDataCategories.md | 2 +-
api/Project.PjDataTemplate.md | 2 +-
api/Project.PjDateFormat.md | 2 +-
api/Project.PjDateLabel.md | 2 +-
api/Project.PjDateOrder.md | 2 +-
api/Project.PjDayLabel.md | 2 +-
api/Project.PjDialog.md | 2 +-
api/Project.PjDocExportType.md | 2 +-
api/Project.PjEarnedValueMethod.md | 2 +-
api/Project.PjEditionType.md | 2 +-
api/Project.PjEnableCancelKey.md | 2 +-
api/Project.PjExceptionItem.md | 2 +-
api/Project.PjExceptionPosition.md | 2 +-
api/Project.PjExceptionType.md | 2 +-
api/Project.PjField.md | 2 +-
api/Project.PjFieldType.md | 2 +-
api/Project.PjFieldTypes.md | 2 +-
api/Project.PjFileFormat.md | 2 +-
api/Project.PjFillPattern.md | 2 +-
api/Project.PjFilterViewType.md | 2 +-
api/Project.PjFormatUnit.md | 2 +-
api/Project.PjGanttBarLink.md | 2 +-
api/Project.PjGridline.md | 2 +-
api/Project.PjGroupOn.md | 2 +-
api/Project.PjIMEMode.md | 2 +-
api/Project.PjImportMethods.md | 2 +-
api/Project.PjIndicator.md | 2 +-
api/Project.PjInformationTab.md | 2 +-
api/Project.PjIsCommandEnabled.md | 2 +-
api/Project.PjItemType.md | 2 +-
api/Project.PjLayoutMode.md | 2 +-
api/Project.PjLayoutScheme.md | 2 +-
api/Project.PjLegacyFileFormats.md | 2 +-
api/Project.PjLegend.md | 2 +-
api/Project.PjLevelOrder.md | 2 +-
api/Project.PjLevelPeriodBasis.md | 2 +-
api/Project.PjLevelSelectedOption.md | 2 +-
api/Project.PjLineType.md | 2 +-
api/Project.PjLinkColorMode.md | 2 +-
api/Project.PjLinkStyle.md | 2 +-
api/Project.PjListOrder.md | 2 +-
api/Project.PjLoginType.md | 2 +-
api/Project.PjMSApplication.md | 2 +-
api/Project.PjMailField.md | 2 +-
api/Project.PjMailSystem.md | 2 +-
api/Project.PjMeasurementUnits.md | 2 +-
api/Project.PjMergeType.md | 2 +-
api/Project.PjMessageType.md | 2 +-
api/Project.PjMonth.md | 2 +-
api/Project.PjMonthLabel.md | 2 +-
api/Project.PjNewTasksStartOnDate.md | 2 +-
api/Project.PjNonWorkingPlacement.md | 2 +-
api/Project.PjOptionsSecurityTab.md | 2 +-
api/Project.PjOrganizer.md | 2 +-
api/Project.PjOverallocationType.md | 2 +-
api/Project.PjPageSetupCalendarItem.md | 2 +-
api/Project.PjPaperSize.md | 2 +-
api/Project.PjPasteSpecialType.md | 2 +-
api/Project.PjPhoneticType.md | 2 +-
api/Project.PjPlacement.md | 2 +-
api/Project.PjPoolAction.md | 2 +-
api/Project.PjPoolOpen.md | 2 +-
api/Project.PjPriority.md | 2 +-
api/Project.PjProfileConnectionState.md | 2 +-
api/Project.PjProfileType.md | 2 +-
api/Project.PjProjectServerTrackingMethod.md | 2 +-
api/Project.PjProjectType.md | 2 +-
api/Project.PjProjectUpdate.md | 2 +-
api/Project.PjPublishScope.md | 2 +-
api/Project.PjRecalcDriverType.md | 2 +-
api/Project.PjResAssignOperation.md | 2 +-
api/Project.PjResSubstitutionPoolOption.md | 2 +-
api/Project.PjResourceGraphPattern.md | 2 +-
api/Project.PjResourceGraphStyle.md | 2 +-
api/Project.PjResourceRequestType.md | 2 +-
api/Project.PjResourceTimescaledData.md | 2 +-
api/Project.PjResourceTypes.md | 2 +-
api/Project.PjRowColSize.md | 2 +-
api/Project.PjSaveBaselineFrom.md | 2 +-
api/Project.PjSaveBaselineTo.md | 2 +-
api/Project.PjSaveType.md | 2 +-
api/Project.PjScheduleProjectFrom.md | 2 +-
api/Project.PjServerPage.md | 2 +-
api/Project.PjServerVersionInfo.md | 2 +-
api/Project.PjShape.md | 2 +-
api/Project.PjSpellingField.md | 2 +-
api/Project.PjStatusType.md | 2 +-
api/Project.PjSummaryCalc.md | 2 +-
api/Project.PjTaskFixedType.md | 2 +-
api/Project.PjTaskLinkType.md | 2 +-
api/Project.PjTaskTimescaledData.md | 2 +-
api/Project.PjTaskWarnings.md | 2 +-
api/Project.PjTeamPlannerStyle.md | 2 +-
api/Project.PjTeamStatusCompletedWork.md | 2 +-
api/Project.PjTextFileOrigin.md | 2 +-
api/Project.PjTextItem.md | 2 +-
api/Project.PjThemeElement.md | 2 +-
api/Project.PjTimelineInsertTaskType.md | 2 +-
api/Project.PjTimelineShowHide.md | 2 +-
api/Project.PjTimescaleUnit.md | 2 +-
api/Project.PjTimescaledData.md | 2 +-
api/Project.PjToolbarAction.md | 2 +-
api/Project.PjUnit.md | 2 +-
api/Project.PjValueListItem.md | 2 +-
api/Project.PjVerticalAlignment.md | 2 +-
api/Project.PjViewScreen.md | 2 +-
api/Project.PjVisualReportsCubeType.md | 2 +-
api/Project.PjVisualReportsDataLevel.md | 2 +-
api/Project.PjVisualReportsTab.md | 2 +-
api/Project.PjVisualReportsTemplateType.md | 2 +-
api/Project.PjWBSSequence.md | 2 +-
api/Project.PjWeekLabel.md | 2 +-
api/Project.PjWeekday.md | 2 +-
api/Project.PjWindowState.md | 2 +-
api/Project.PjWorkContourType.md | 2 +-
api/Project.PjYesNoAutomatic.md | 2 +-
api/Project.PredecessorDrivers.Item.md | 2 +-
api/Project.Profiles.Add.md | 4 +-
api/Project.Profiles.Item.md | 2 +-
api/Project.Project.Activate(even).md | 2 +-
api/Project.Project.AppendNotes.md | 2 +-
api/Project.Project.BaselineSavedDate.md | 2 +-
api/Project.Project.BeforeClose.md | 4 +-
api/Project.Project.BeforePrint.md | 4 +-
api/Project.Project.BeforeSave.md | 4 +-
api/Project.Project.Calculate.md | 4 +-
api/Project.Project.Change.md | 4 +-
api/Project.Project.CheckIn.md | 2 +-
api/Project.Project.Deactivate.md | 4 +-
...roject.Project.DeliverableAcceptChanges.md | 4 +-
api/Project.Project.DeliverableCreate.md | 4 +-
api/Project.Project.DeliverableDelete.md | 4 +-
...ect.Project.DeliverableDependencyCreate.md | 4 +-
...ect.Project.DeliverableDependencyDelete.md | 4 +-
...roject.Project.DeliverableLinkToProject.md | 4 +-
api/Project.Project.DeliverableLinkToTask.md | 4 +-
...t.Project.DeliverableRefreshServerCache.md | 2 +-
api/Project.Project.DeliverableUpdate.md | 4 +-
api/Project.Project.DeliverablesClearAll.md | 2 +-
...roject.Project.DeliverablesGetByProject.md | 4 +-
...Project.DeliverablesGetProviderProjects.md | 2 +-
....Project.DeliverablesGetServerCachedXml.md | 2 +-
api/Project.Project.DeliverablesGetXml.md | 2 +-
api/Project.Project.ExportAsFixedFormat.md | 4 +-
...ject.GetDisplayNameFromObjectMatchingID.md | 4 +-
api/Project.Project.GetObjectMatchingID.md | 4 +-
api/Project.Project.GetServerProjectGuid.md | 2 +-
api/Project.Project.GetTaskIndexByGuid.md | 4 +-
api/Project.Project.GetWinprojURLs.md | 2 +-
...roject.Project.ImportResourceErrorCount.md | 2 +-
api/Project.Project.LocalResourceCount.md | 2 +-
...Project.Project.LocalResourceErrorCount.md | 2 +-
api/Project.Project.Open.md | 4 +-
api/Project.Project.ReadWssData.md | 4 +-
api/Project.Project.ResourceCount.md | 2 +-
api/Project.Project.ResourceErrorCount.md | 2 +-
api/Project.Project.SaveAs.md | 2 +-
api/Project.Project.SetCustomUI.md | 4 +-
api/Project.Project.SetObjectMatchingID.md | 2 +-
api/Project.Projects.Add.md | 4 +-
api/Project.Projects.CanCheckOut.md | 4 +-
api/Project.Projects.CheckOut.md | 4 +-
api/Project.Projects.Item.md | 2 +-
api/Project.ReportTemplates.Item.md | 2 +-
api/Project.Resource.AppendNotes.md | 2 +-
api/Project.Resource.EnterpriseTeamMember.md | 4 +-
api/Project.Resource.GetField.md | 4 +-
api/Project.Resource.SetField.md | 2 +-
api/Project.Resource.TimeScaleData.md | 4 +-
api/Project.ResourceGroups.Add.md | 4 +-
api/Project.ResourceGroups.Copy.md | 4 +-
api/Project.ResourceGroups.Item.md | 2 +-
api/Project.ResourceGroups2.Add.md | 4 +-
api/Project.ResourceGroups2.Application.md | 2 +-
api/Project.ResourceGroups2.Copy.md | 4 +-
api/Project.ResourceGroups2.Item.md | 2 +-
api/Project.Resources.Add.md | 4 +-
api/Project.Resources.Item.md | 2 +-
api/Project.Resources.UniqueID.md | 2 +-
api/Project.SplitParts.Add.md | 2 +-
api/Project.SplitParts.Item.md | 2 +-
api/Project.StartDriver.EffectiveDateAdd.md | 2 +-
...ect.StartDriver.EffectiveDateDifference.md | 2 +-
...oject.StartDriver.EffectiveDateSubtract.md | 2 +-
...ct.StartDriver.OverAllocatedAssignments.md | 2 +-
api/Project.Subprojects.Item.md | 2 +-
api/Project.Table.Apply.md | 2 +-
api/Project.TableFields.Add.md | 4 +-
api/Project.TableFields.Item.md | 2 +-
api/Project.Tables.Add.md | 4 +-
api/Project.Tables.Copy.md | 4 +-
api/Project.Tables.Item.md | 2 +-
api/Project.Task.AppendNotes.md | 2 +-
api/Project.Task.GetField.md | 4 +-
api/Project.Task.LinkPredecessors.md | 2 +-
api/Project.Task.LinkSuccessors.md | 4 +-
api/Project.Task.SetField.md | 2 +-
api/Project.Task.Split.md | 2 +-
api/Project.Task.TimeScaleData.md | 4 +-
api/Project.Task.UnlinkPredecessors.md | 4 +-
api/Project.Task.UnlinkSuccessors.md | 4 +-
api/Project.TaskDependencies.Add.md | 4 +-
api/Project.TaskDependencies.Item.md | 2 +-
api/Project.TaskGroups.Add.md | 4 +-
api/Project.TaskGroups.Copy.md | 4 +-
api/Project.TaskGroups.Item.md | 2 +-
api/Project.TaskGroups2.Add.md | 4 +-
api/Project.TaskGroups2.Application.md | 2 +-
api/Project.TaskGroups2.Copy.md | 4 +-
api/Project.TaskGroups2.Item.md | 2 +-
api/Project.TaskGroups2.Parent.md | 2 +-
api/Project.Tasks.Add.md | 4 +-
api/Project.Tasks.Item.md | 2 +-
api/Project.Tasks.UniqueID.md | 2 +-
api/Project.TimeScaleValues.Add.md | 4 +-
api/Project.TimeScaleValues.Item.md | 2 +-
api/Project.View.Apply.md | 2 +-
api/Project.ViewCombination.Apply.md | 2 +-
api/Project.ViewSingle.Apply.md | 2 +-
api/Project.Views.Copy.md | 4 +-
api/Project.Views.Item.md | 2 +-
api/Project.ViewsCombination.Add.md | 4 +-
api/Project.ViewsCombination.Copy.md | 4 +-
api/Project.ViewsCombination.Item.md | 2 +-
api/Project.ViewsSingle.Add.md | 4 +-
api/Project.ViewsSingle.Copy.md | 4 +-
api/Project.ViewsSingle.Item.md | 2 +-
api/Project.WeekDays.Item.md | 2 +-
api/Project.Window.Refresh.md | 2 +-
api/Project.Window.WebBrowserControlFrame.md | 4 +-
api/Project.Window.WebBrowserControlWindow.md | 2 +-
api/Project.Windows.Item.md | 2 +-
api/Project.Windows2.Item.md | 2 +-
api/Project.WorkWeekDay.Default.md | 2 +-
api/Project.WorkWeekDays.Item.md | 2 +-
api/Project.WorkWeeks.Add.md | 4 +-
api/Project.WorkWeeks.Item.md | 2 +-
api/Project.Years.Item.md | 2 +-
api/Project.application.addengagement.md | 2 +-
api/Project.application.addsitecolumn.md | 2 +-
api/Project.application.addtimelinebar.md | 4 +-
api/Project.application.engagementinfo.md | 2 +-
...ct.application.getcachestatusforproject.md | 2 +-
api/Project.application.getdpiscalefactor.md | 2 +-
...t.application.highlightdrivensuccessors.md | 2 +-
...pplication.highlightdrivingpredecessors.md | 2 +-
...oject.application.highlightpredecessors.md | 2 +-
...Project.application.highlightsuccessors.md | 2 +-
api/Project.application.inspector.md | 2 +-
api/Project.application.ischeckedout.md | 2 +-
api/Project.application.localename.md | 4 +-
...roject.application.projectsummaryinfoex.md | 4 +-
...pplication.refreshengagementsforproject.md | 2 +-
api/Project.application.removetimelinebar.md | 4 +-
...lication.submitallengagementsforproject.md | 2 +-
...ion.submitselectedengagementsforproject.md | 2 +-
api/Project.application.taskontimelineex.md | 4 +-
...roject.application.timelinebardaterange.md | 4 +-
...application.updateengagementsforproject.md | 2 +-
api/Project.application.zoomreport.md | 2 +-
api/Project.chart.hasaxis.md | 4 +-
api/Project.chart.walls.md | 2 +-
api/Project.engagement.delete.md | 2 +-
api/Project.engagement.getfield.md | 2 +-
api/Project.engagement.setfield.md | 2 +-
api/Project.engagementcomments.add.md | 2 +-
api/Project.engagements.add.md | 4 +-
api/Project.pjassignmentwarnings.md | 2 +-
api/Project.pjcachejobstate.md | 2 +-
api/Project.pjengagementviolationtype.md | 2 +-
api/Project.pjengagementwarnings.md | 2 +-
api/Project.pjjobtype.md | 2 +-
api/Project.pjreportlayouttemplateid.md | 2 +-
api/Project.pjresourcewarnings.md | 2 +-
api/Project.pjviewtype.md | 2 +-
api/Project.shape.incrementrotation.md | 2 +-
api/Project.shape.scaleheight.md | 2 +-
api/Project.shape.scalewidth.md | 2 +-
api/Project.shaperange.incrementrotation.md | 2 +-
api/Project.shaperange.scaleheight.md | 2 +-
api/Project.shapes.addchart.md | 2 +-
api/Project.shapes.addconnector.md | 2 +-
api/Project.shapes.addline.md | 2 +-
api/Project.shapes.addpolyline.md | 2 +-
api/Project.shapes.addshape.md | 2 +-
api/Project.shapes.addtable.md | 2 +-
api/Project.shapes.addtextbox.md | 2 +-
api/Project.shapes.addtexteffect.md | 2 +-
api/Project.shapes.buildfreeform.md | 2 +-
api/Project.shapes.range.md | 2 +-
api/Publisher.Adjustments.Item.md | 2 +-
...lisher.AdvancedPrintOptions.AllowBleeds.md | 2 +-
...vancedPrintOptions.BackSideInsertFaceUp.md | 2 +-
...AdvancedPrintOptions.GraphicsResolution.md | 2 +-
...dvancedPrintOptions.IsPostscriptPrinter.md | 2 +-
...er.AdvancedPrintOptions.ManualFeedAlign.md | 2 +-
...dvancedPrintOptions.ManualFeedDirection.md | 2 +-
...sher.AdvancedPrintOptions.NegativeImage.md | 2 +-
...lisher.AdvancedPrintOptions.PageRotated.md | 2 +-
...er.AdvancedPrintOptions.PrintBleedMarks.md | 2 +-
...her.AdvancedPrintOptions.PrintCropMarks.md | 2 +-
...r.AdvancedPrintOptions.PrintDensityBars.md | 2 +-
...dvancedPrintOptions.PrintJobInformation.md | 2 +-
...ncedPrintOptions.PrintRegistrationMarks.md | 2 +-
...blisher.AdvancedPrintOptions.Resolution.md | 2 +-
...cedPrintOptions.UseOnlyPublicationFonts.md | 2 +-
api/Publisher.Application.ActiveDocument.md | 2 +-
api/Publisher.Application.AfterPrint.md | 2 +-
...ublisher.Application.AutomationSecurity.md | 2 +-
api/Publisher.Application.BeforePrint.md | 2 +-
api/Publisher.Application.Build.md | 2 +-
api/Publisher.Application.COMAddIns.md | 2 +-
...blisher.Application.CentimetersToPoints.md | 4 +-
...her.Application.ChangeFileOpenDirectory.md | 2 +-
api/Publisher.Application.ColorSchemes.md | 2 +-
api/Publisher.Application.CommandBars.md | 2 +-
...blisher.Application.DocumentBeforeClose.md | 2 +-
api/Publisher.Application.DocumentOpen.md | 2 +-
api/Publisher.Application.Documents.md | 2 +-
api/Publisher.Application.EmusToPoints.md | 4 +-
api/Publisher.Application.FileDialog.md | 4 +-
api/Publisher.Application.Help.md | 2 +-
api/Publisher.Application.InchesToPoints.md | 4 +-
...lisher.Application.InsertBarcodeVisible.md | 2 +-
...Publisher.Application.InstalledPrinters.md | 2 +-
api/Publisher.Application.IsValidObject.md | 4 +-
api/Publisher.Application.Language.md | 2 +-
api/Publisher.Application.LinesToPoints.md | 4 +-
...blisher.Application.MailMergeAfterMerge.md | 2 +-
...r.Application.MailMergeAfterRecordMerge.md | 2 +-
...lisher.Application.MailMergeBeforeMerge.md | 2 +-
....Application.MailMergeBeforeRecordMerge.md | 2 +-
...her.Application.MailMergeDataSourceLoad.md | 2 +-
...Application.MailMergeDataSourceValidate.md | 2 +-
...er.Application.MailMergeGenerateBarcode.md | 2 +-
...sher.Application.MailMergeInsertBarcode.md | 2 +-
...Application.MailMergeRecipientListClose.md | 2 +-
...plication.MailMergeWizardFollowUpCustom.md | 2 +-
....Application.MailMergeWizardStateChange.md | 2 +-
...blisher.Application.MillimetersToPoints.md | 4 +-
...Publisher.Application.NewDocument(even).md | 2 +-
...blisher.Application.NewDocument(method).md | 4 +-
...sher.Application.OfficeDataSourceObject.md | 2 +-
api/Publisher.Application.Open.md | 4 +-
api/Publisher.Application.Options.md | 2 +-
api/Publisher.Application.PathSeparator.md | 2 +-
api/Publisher.Application.PicasToPoints.md | 4 +-
api/Publisher.Application.PixelsToPoints.md | 4 +-
...blisher.Application.PointsToCentimeters.md | 4 +-
api/Publisher.Application.PointsToEmus.md | 4 +-
api/Publisher.Application.PointsToInches.md | 4 +-
api/Publisher.Application.PointsToLines.md | 4 +-
...blisher.Application.PointsToMillimeters.md | 4 +-
api/Publisher.Application.PointsToPicas.md | 4 +-
api/Publisher.Application.PointsToPixels.md | 4 +-
api/Publisher.Application.PointsToTwips.md | 4 +-
api/Publisher.Application.PrintPreview.md | 2 +-
api/Publisher.Application.ProductCode.md | 2 +-
api/Publisher.Application.ScreenUpdating.md | 2 +-
...ublisher.Application.ShowFollowUpCustom.md | 2 +-
...Publisher.Application.ShowWizardCatalog.md | 2 +-
api/Publisher.Application.SnapToGuides.md | 2 +-
api/Publisher.Application.SnapToObjects.md | 2 +-
...ublisher.Application.TemplateFolderPath.md | 2 +-
api/Publisher.Application.TwipsToPoints.md | 4 +-
...sher.Application.ValidateAddressVisible.md | 2 +-
api/Publisher.Application.Version.md | 2 +-
api/Publisher.Application.WebOptions.md | 2 +-
api/Publisher.Application.WindowActivate.md | 2 +-
api/Publisher.Application.WindowDeactivate.md | 2 +-
api/Publisher.Application.WindowPageChange.md | 2 +-
...lisher.Application.WizardCatalogVisible.md | 2 +-
api/Publisher.Attachment.Name.md | 2 +-
api/Publisher.Attachments.Add.md | 4 +-
api/Publisher.Attachments.Application.md | 2 +-
api/Publisher.Attachments.Count.md | 2 +-
api/Publisher.Attachments.Item.md | 4 +-
api/Publisher.Attachments.Parent.md | 2 +-
api/Publisher.BorderArtFormat.Set.md | 2 +-
...blisher.BorderArtFormat.StretchPictures.md | 2 +-
api/Publisher.BorderArts.Item.md | 4 +-
api/Publisher.BuildingBlocks.Item.md | 2 +-
api/Publisher.CalloutFormat.Accent.md | 2 +-
api/Publisher.CalloutFormat.AutoAttach.md | 2 +-
api/Publisher.CalloutFormat.AutoLength.md | 2 +-
api/Publisher.CalloutFormat.Border.md | 2 +-
api/Publisher.CalloutFormat.CustomDrop.md | 2 +-
api/Publisher.CalloutFormat.CustomLength.md | 2 +-
api/Publisher.CalloutFormat.Drop.md | 2 +-
api/Publisher.CalloutFormat.DropType.md | 2 +-
api/Publisher.CalloutFormat.Gap.md | 2 +-
api/Publisher.CalloutFormat.PresetDrop.md | 2 +-
api/Publisher.CaptionStyles.Item.md | 4 +-
...her.CatalogMergeShapes.HorizontalRepeat.md | 2 +-
api/Publisher.CatalogMergeShapes.Item.md | 4 +-
api/Publisher.CatalogMergeShapes.Range.md | 2 +-
...isher.CatalogMergeShapes.VerticalRepeat.md | 2 +-
api/Publisher.Cell.BorderBottom.md | 2 +-
api/Publisher.Cell.BorderDiagonal.md | 2 +-
api/Publisher.Cell.BorderLeft.md | 2 +-
api/Publisher.Cell.BorderRight.md | 2 +-
api/Publisher.Cell.BorderTop.md | 2 +-
api/Publisher.Cell.CellTextOrientation.md | 2 +-
api/Publisher.Cell.Diagonal.md | 2 +-
api/Publisher.Cell.Merge.md | 2 +-
api/Publisher.Cell.Split.md | 2 +-
api/Publisher.CellRange.Item.md | 4 +-
api/Publisher.ColorCMYK.Black.md | 2 +-
api/Publisher.ColorCMYK.Cyan.md | 2 +-
api/Publisher.ColorCMYK.Magenta.md | 2 +-
api/Publisher.ColorCMYK.SetCMYK.md | 2 +-
api/Publisher.ColorCMYK.Yellow.md | 2 +-
api/Publisher.ColorFormat.BaseCMYK.md | 2 +-
api/Publisher.ColorFormat.BaseRGB.md | 2 +-
api/Publisher.ColorFormat.CMYK.md | 2 +-
api/Publisher.ColorFormat.Ink.md | 2 +-
api/Publisher.ColorFormat.RGB.md | 2 +-
api/Publisher.ColorFormat.SchemeColor.md | 2 +-
api/Publisher.ColorFormat.TintAndShade.md | 2 +-
api/Publisher.ColorFormat.Transparency.md | 2 +-
api/Publisher.ColorScheme.Colors.md | 4 +-
api/Publisher.ColorSchemes.Item.md | 2 +-
api/Publisher.ColorsInUse.Item.md | 2 +-
api/Publisher.Columns.Add.md | 4 +-
api/Publisher.Columns.Item.md | 4 +-
api/Publisher.ConnectorFormat.BeginConnect.md | 2 +-
...ublisher.ConnectorFormat.BeginConnected.md | 2 +-
...her.ConnectorFormat.BeginConnectedShape.md | 2 +-
...her.ConnectorFormat.BeginConnectionSite.md | 2 +-
api/Publisher.ConnectorFormat.EndConnect.md | 2 +-
api/Publisher.ConnectorFormat.EndConnected.md | 2 +-
...isher.ConnectorFormat.EndConnectedShape.md | 2 +-
...isher.ConnectorFormat.EndConnectionSite.md | 2 +-
api/Publisher.Document.ActiveView.md | 2 +-
...Publisher.Document.AdvancedPrintOptions.md | 2 +-
api/Publisher.Document.BeforeClose.md | 2 +-
...ublisher.Document.BeginCustomUndoAction.md | 2 +-
api/Publisher.Document.BorderArts.md | 2 +-
api/Publisher.Document.ChangeDocument.md | 2 +-
api/Publisher.Document.ColorScheme.md | 2 +-
...blisher.Document.ConvertPublicationType.md | 2 +-
api/Publisher.Document.DefaultTabStop.md | 2 +-
api/Publisher.Document.DocumentDirection.md | 2 +-
api/Publisher.Document.EnvelopeVisible.md | 2 +-
api/Publisher.Document.ExportAsFixedFormat.md | 2 +-
...Publisher.Document.FindShapeByWizardTag.md | 4 +-
api/Publisher.Document.FindShapesByTag.md | 4 +-
api/Publisher.Document.FullName.md | 2 +-
api/Publisher.Document.IsWizard.md | 2 +-
api/Publisher.Document.MailEnvelope.md | 2 +-
api/Publisher.Document.MailMerge.md | 2 +-
api/Publisher.Document.MasterPages.md | 2 +-
api/Publisher.Document.PageSetup.md | 2 +-
api/Publisher.Document.PrintOutEx.md | 2 +-
...Publisher.Document.PrintPageBackgrounds.md | 2 +-
api/Publisher.Document.PublicationType.md | 2 +-
api/Publisher.Document.ReadOnly.md | 2 +-
api/Publisher.Document.Redo(method).md | 4 +-
...Publisher.Document.RedoActionsAvailable.md | 2 +-
...sher.Document.RemovePersonalInformation.md | 2 +-
api/Publisher.Document.SaveAs.md | 2 +-
api/Publisher.Document.SaveFormat.md | 2 +-
api/Publisher.Document.Saved.md | 2 +-
api/Publisher.Document.ScratchArea.md | 2 +-
api/Publisher.Document.Sections.md | 2 +-
...blisher.Document.SetBusinessInformation.md | 2 +-
api/Publisher.Document.Stories.md | 2 +-
api/Publisher.Document.SurplusShapes.md | 2 +-
api/Publisher.Document.TextStyles.md | 2 +-
api/Publisher.Document.Undo(method).md | 2 +-
...Publisher.Document.UndoActionsAvailable.md | 2 +-
api/Publisher.Document.ViewBoundaries.md | 2 +-
api/Publisher.Document.ViewGuides.md | 2 +-
...r.Document.ViewHorizontalBaseLineGuides.md | 2 +-
api/Publisher.Document.ViewTwoPageSpread.md | 2 +-
...her.Document.ViewVerticalBaseLineGuides.md | 2 +-
...Publisher.Document.WebNavigationBarSets.md | 2 +-
api/Publisher.Documents.Add.md | 4 +-
api/Publisher.Documents.Item.md | 2 +-
api/Publisher.DropCap.ApplyCustomDropCap.md | 2 +-
api/Publisher.DropCap.FontColor.md | 2 +-
api/Publisher.DropCap.LinesUp.md | 2 +-
api/Publisher.DropCap.Span.md | 2 +-
...ublisher.EmailMergeEnvelope.Application.md | 2 +-
...Publisher.EmailMergeEnvelope.Attachemts.md | 2 +-
api/Publisher.EmailMergeEnvelope.Bcc.md | 2 +-
api/Publisher.EmailMergeEnvelope.Cc.md | 2 +-
api/Publisher.EmailMergeEnvelope.Parent.md | 2 +-
api/Publisher.EmailMergeEnvelope.Priority.md | 2 +-
api/Publisher.EmailMergeEnvelope.Subject.md | 2 +-
api/Publisher.EmailMergeEnvelope.To.md | 2 +-
api/Publisher.Field.Code.md | 2 +-
api/Publisher.Field.FieldType.md | 2 +-
api/Publisher.Field.Next.md | 2 +-
api/Publisher.Field.PhoneticGuide.md | 2 +-
api/Publisher.Field.Result.md | 2 +-
...ublisher.Fields.AddHorizontalInVertical.md | 4 +-
api/Publisher.Fields.AddPhoneticGuide.md | 4 +-
api/Publisher.Fields.Item.md | 4 +-
api/Publisher.Fields.Unlink.md | 2 +-
api/Publisher.FillFormat.GradientColorType.md | 2 +-
api/Publisher.FillFormat.GradientDegree.md | 2 +-
api/Publisher.FillFormat.GradientStyle.md | 2 +-
api/Publisher.FillFormat.GradientVariant.md | 2 +-
api/Publisher.FillFormat.OneColorGradient.md | 2 +-
api/Publisher.FillFormat.Patterned.md | 2 +-
api/Publisher.FillFormat.PresetGradient.md | 2 +-
...Publisher.FillFormat.PresetGradientType.md | 2 +-
api/Publisher.FillFormat.PresetTexture.md | 2 +-
api/Publisher.FillFormat.PresetTextured.md | 2 +-
api/Publisher.FillFormat.TextureName.md | 2 +-
api/Publisher.FillFormat.TextureType.md | 2 +-
api/Publisher.FillFormat.TwoColorGradient.md | 2 +-
api/Publisher.FillFormat.UserPicture.md | 2 +-
api/Publisher.FillFormat.UserTextured.md | 2 +-
api/Publisher.FindReplace.Execute.md | 2 +-
api/Publisher.FindReplace.FindText.md | 2 +-
api/Publisher.FindReplace.Forward.md | 2 +-
api/Publisher.FindReplace.FoundTextRange.md | 2 +-
api/Publisher.FindReplace.MatchAlefHamza.md | 2 +-
api/Publisher.FindReplace.MatchCase.md | 2 +-
api/Publisher.FindReplace.MatchDiacritics.md | 2 +-
api/Publisher.FindReplace.MatchKashida.md | 2 +-
api/Publisher.FindReplace.MatchWholeWord.md | 2 +-
api/Publisher.FindReplace.MatchWidth.md | 2 +-
api/Publisher.FindReplace.ReplaceScope.md | 2 +-
api/Publisher.FindReplace.ReplaceWithText.md | 2 +-
api/Publisher.Font.AllCaps.md | 2 +-
...sher.Font.AutomaticPairKerningThreshold.md | 2 +-
api/Publisher.Font.Bold.md | 2 +-
api/Publisher.Font.BoldBi.md | 2 +-
api/Publisher.Font.DiacriticColor.md | 2 +-
api/Publisher.Font.Duplicate.md | 2 +-
api/Publisher.Font.ExpandUsingKashida.md | 2 +-
api/Publisher.Font.GetScriptName.md | 4 +-
api/Publisher.Font.Italic.md | 2 +-
api/Publisher.Font.ItalicBi.md | 2 +-
api/Publisher.Font.Kerning.md | 2 +-
api/Publisher.Font.Name.md | 2 +-
api/Publisher.Font.Reset.md | 2 +-
api/Publisher.Font.Scaling.md | 2 +-
api/Publisher.Font.SetScriptName.md | 2 +-
api/Publisher.Font.Size.md | 2 +-
api/Publisher.Font.SizeBi.md | 2 +-
api/Publisher.Font.SmallCaps.md | 2 +-
api/Publisher.Font.SubScript.md | 2 +-
api/Publisher.Font.SuperScript.md | 2 +-
api/Publisher.Font.TrackingPreset.md | 2 +-
api/Publisher.Font.Underline.md | 2 +-
api/Publisher.Font.UseDiacriticColor.md | 2 +-
api/Publisher.FreeformBuilder.AddNodes.md | 2 +-
...ublisher.FreeformBuilder.ConvertToShape.md | 2 +-
api/Publisher.GroupShapes.Item.md | 4 +-
api/Publisher.HeaderFooter.IsHeader.md | 2 +-
api/Publisher.Hyperlink.Address.md | 2 +-
api/Publisher.Hyperlink.SetPageRelative.md | 2 +-
api/Publisher.Hyperlink.Shape.md | 2 +-
api/Publisher.Hyperlink.TargetType.md | 2 +-
api/Publisher.Hyperlink.TextToDisplay.md | 2 +-
api/Publisher.Hyperlinks.Add.md | 4 +-
api/Publisher.Hyperlinks.Item.md | 2 +-
api/Publisher.InlineShapes.Item.md | 4 +-
api/Publisher.InlineShapes.Range.md | 2 +-
...Publisher.InstalledPrinters.Application.md | 2 +-
api/Publisher.InstalledPrinters.Count.md | 2 +-
api/Publisher.InstalledPrinters.Item.md | 4 +-
api/Publisher.InstalledPrinters.Parent.md | 2 +-
...ublisher.LayoutGuides.ColumnGutterWidth.md | 2 +-
...ublisher.LayoutGuides.GutterCenterlines.md | 2 +-
...r.LayoutGuides.HorizontalBaseLineOffset.md | 2 +-
....LayoutGuides.HorizontalBaseLineSpacing.md | 2 +-
api/Publisher.LayoutGuides.MirrorGuides.md | 2 +-
api/Publisher.LayoutGuides.RowGutterWidth.md | 2 +-
...her.LayoutGuides.VerticalBaseLineOffset.md | 2 +-
...er.LayoutGuides.VerticalBaseLineSpacing.md | 2 +-
...blisher.LineFormat.BeginArrowheadLength.md | 2 +-
...ublisher.LineFormat.BeginArrowheadStyle.md | 2 +-
...ublisher.LineFormat.BeginArrowheadWidth.md | 2 +-
api/Publisher.LineFormat.DashStyle.md | 2 +-
...Publisher.LineFormat.EndArrowheadLength.md | 2 +-
api/Publisher.LineFormat.EndArrowheadStyle.md | 2 +-
api/Publisher.LineFormat.EndArrowheadWidth.md | 2 +-
api/Publisher.LineFormat.InsetPen.md | 2 +-
api/Publisher.LineFormat.Style.md | 2 +-
api/Publisher.LinkFormat.SourceFullName.md | 2 +-
api/Publisher.MailMerge.CreateShortcut.md | 2 +-
api/Publisher.MailMerge.DataSource.md | 2 +-
api/Publisher.MailMerge.DocumentUpdating.md | 2 +-
api/Publisher.MailMerge.EmailMergeEnvelope.md | 2 +-
api/Publisher.MailMerge.Execute.md | 4 +-
...Publisher.MailMerge.ExportRecipientList.md | 2 +-
api/Publisher.MailMerge.OpenDataSource.md | 2 +-
api/Publisher.MailMerge.ShowWizardEx.md | 2 +-
api/Publisher.MailMerge.SuppressBlankLines.md | 2 +-
api/Publisher.MailMerge.Type.md | 2 +-
...isher.MailMerge.ViewMailMergeFieldCodes.md | 2 +-
api/Publisher.MailMerge.WizardState.md | 2 +-
api/Publisher.MailMergeDataField.Insert.md | 4 +-
api/Publisher.MailMergeDataField.IsMapped.md | 2 +-
....MailMergeDataField.MapToRecipientField.md | 2 +-
api/Publisher.MailMergeDataField.MappedTo.md | 2 +-
api/Publisher.MailMergeDataFields.Item.md | 4 +-
...lisher.MailMergeDataSource.ActiveRecord.md | 2 +-
...isher.MailMergeDataSource.ConnectString.md | 2 +-
...ublisher.MailMergeDataSource.DataFields.md | 2 +-
...blisher.MailMergeDataSource.DataSources.md | 2 +-
...ublisher.MailMergeDataSource.EditRecord.md | 2 +-
...isher.MailMergeDataSource.EverValidated.md | 2 +-
api/Publisher.MailMergeDataSource.Filters.md | 2 +-
...ublisher.MailMergeDataSource.FindRecord.md | 4 +-
...blisher.MailMergeDataSource.FirstRecord.md | 2 +-
api/Publisher.MailMergeDataSource.Included.md | 2 +-
...sher.MailMergeDataSource.InvalidAddress.md | 2 +-
...her.MailMergeDataSource.InvalidComments.md | 2 +-
api/Publisher.MailMergeDataSource.IsMaster.md | 2 +-
...ublisher.MailMergeDataSource.LastRecord.md | 2 +-
...er.MailMergeDataSource.MappedDataFields.md | 2 +-
...blisher.MailMergeDataSource.RecordCount.md | 2 +-
...er.MailMergeDataSource.SetAllErrorFlags.md | 2 +-
...MailMergeDataSource.SetAllIncludedFlags.md | 2 +-
...lisher.MailMergeDataSource.SetSortOrder.md | 2 +-
...Publisher.MailMergeDataSource.TableName.md | 2 +-
...sher.MailMergeDataSource.ValidatedClean.md | 2 +-
...lisher.MailMergeDataSources.Application.md | 2 +-
api/Publisher.MailMergeDataSources.Count.md | 2 +-
api/Publisher.MailMergeDataSources.Creator.md | 2 +-
api/Publisher.MailMergeDataSources.Item.md | 4 +-
api/Publisher.MailMergeDataSources.Parent.md | 2 +-
...sher.MailMergeFilterCriterion.CompareTo.md | 2 +-
...her.MailMergeFilterCriterion.Comparison.md | 2 +-
...er.MailMergeFilterCriterion.Conjunction.md | 2 +-
api/Publisher.MailMergeFilters.Add.md | 2 +-
api/Publisher.MailMergeFilters.Item.md | 4 +-
....MailMergeMappedDataField.DataFieldName.md | 2 +-
...ublisher.MailMergeMappedDataFields.Item.md | 4 +-
api/Publisher.MasterPages.Add.md | 4 +-
api/Publisher.MasterPages.FindByPageID.md | 4 +-
api/Publisher.MasterPages.Item.md | 2 +-
api/Publisher.OLEFormat.DoVerb.md | 2 +-
api/Publisher.OLEFormat.Object.md | 2 +-
api/Publisher.OLEFormat.ObjectVerbs.md | 2 +-
api/Publisher.OLEFormat.ProgId.md | 2 +-
api/Publisher.ObjectVerbs.Item.md | 4 +-
api/Publisher.Options.AddHebDoubleQuote.md | 2 +-
api/Publisher.Options.AllowBackgroundSave.md | 2 +-
api/Publisher.Options.AutoFormatWord.md | 2 +-
api/Publisher.Options.AutoHyphenate.md | 2 +-
...Publisher.Options.AutoKeyboardSwitching.md | 2 +-
api/Publisher.Options.AutoSelectWord.md | 2 +-
api/Publisher.Options.DefaultPubDirection.md | 2 +-
...lisher.Options.DefaultTextFlowDirection.md | 2 +-
api/Publisher.Options.DisplayStatusBar.md | 2 +-
api/Publisher.Options.DragAndDropText.md | 2 +-
api/Publisher.Options.HyphenationZone.md | 2 +-
api/Publisher.Options.MeasurementUnit.md | 2 +-
api/Publisher.Options.PathForPictures.md | 2 +-
api/Publisher.Options.PathForPublications.md | 2 +-
api/Publisher.Options.SaveAutoRecoverInfo.md | 2 +-
...her.Options.SaveAutoRecoverInfoInterval.md | 2 +-
api/Publisher.Options.SequenceCheck.md | 2 +-
api/Publisher.Options.ShowBasicColors.md | 2 +-
...blisher.Options.ShowScreenTipsOnObjects.md | 2 +-
api/Publisher.Options.ShowTipPages.md | 2 +-
api/Publisher.Options.TypeNReplace.md | 2 +-
api/Publisher.Options.UseCatalogAtStartup.md | 2 +-
...er.Options.UseWizardForBlankPublication.md | 2 +-
api/Publisher.Page.Background.md | 2 +-
api/Publisher.Page.Duplicate.md | 2 +-
api/Publisher.Page.ExportEmailHTML.md | 2 +-
api/Publisher.Page.Footer.md | 2 +-
api/Publisher.Page.Header.md | 2 +-
api/Publisher.Page.IgnoreMaster.md | 2 +-
api/Publisher.Page.IsLeading.md | 2 +-
api/Publisher.Page.IsTrailing.md | 2 +-
api/Publisher.Page.IsTwoPageMaster.md | 2 +-
api/Publisher.Page.IsWizardPage.md | 2 +-
api/Publisher.Page.Master.md | 2 +-
api/Publisher.Page.Move.md | 2 +-
api/Publisher.Page.PageNumber.md | 2 +-
api/Publisher.Page.PageType.md | 2 +-
api/Publisher.Page.ReaderSpread.md | 2 +-
api/Publisher.Page.RulerGuides.md | 2 +-
api/Publisher.Page.SaveAsPicture.md | 2 +-
api/Publisher.Page.WebPageOptions.md | 2 +-
...ublisher.Page.XOffsetWithinReaderSpread.md | 2 +-
...ublisher.Page.YOffsetWithinReaderSpread.md | 2 +-
api/Publisher.PageSetup.AvailablePageSizes.md | 2 +-
api/Publisher.PageSetup.HorizontalGap.md | 2 +-
api/Publisher.PageSetup.LeftMargin.md | 2 +-
api/Publisher.PageSetup.PageHeight.md | 2 +-
api/Publisher.PageSetup.PageSize.md | 2 +-
api/Publisher.PageSetup.PageWidth.md | 2 +-
api/Publisher.PageSetup.TopMargin.md | 2 +-
api/Publisher.PageSetup.VerticalGap.md | 2 +-
api/Publisher.PageSize.Application.md | 2 +-
api/Publisher.PageSize.HasBackgroundImage.md | 2 +-
api/Publisher.PageSize.HorizontalGap.md | 2 +-
api/Publisher.PageSize.LeftMargin.md | 2 +-
api/Publisher.PageSize.Name.md | 2 +-
api/Publisher.PageSize.PageHeight.md | 2 +-
api/Publisher.PageSize.PageWidth.md | 2 +-
api/Publisher.PageSize.Parent.md | 2 +-
api/Publisher.PageSize.TopMargin.md | 2 +-
api/Publisher.PageSize.VerticalGap.md | 2 +-
api/Publisher.PageSizes.Application.md | 2 +-
api/Publisher.PageSizes.Count.md | 2 +-
api/Publisher.PageSizes.Item.md | 4 +-
api/Publisher.PageSizes.Parent.md | 2 +-
api/Publisher.Pages.Add.md | 4 +-
api/Publisher.Pages.AddWizardPage.md | 2 +-
api/Publisher.Pages.FindByPageID.md | 4 +-
api/Publisher.Pages.Item.md | 2 +-
...aragraphFormat.CharBasedFirstLineIndent.md | 2 +-
api/Publisher.ParagraphFormat.Duplicate.md | 2 +-
...blisher.ParagraphFormat.FirstLineIndent.md | 2 +-
...isher.ParagraphFormat.KashidaPercentage.md | 2 +-
...isher.ParagraphFormat.KeepLinesTogether.md | 2 +-
api/Publisher.ParagraphFormat.KeepWithNext.md | 2 +-
api/Publisher.ParagraphFormat.LeftIndent.md | 2 +-
api/Publisher.ParagraphFormat.LineSpacing.md | 2 +-
...blisher.ParagraphFormat.LineSpacingRule.md | 2 +-
...sher.ParagraphFormat.ListBulletFontName.md | 2 +-
...sher.ParagraphFormat.ListBulletFontSize.md | 2 +-
...ublisher.ParagraphFormat.ListBulletText.md | 2 +-
api/Publisher.ParagraphFormat.ListIndent.md | 2 +-
...her.ParagraphFormat.ListNumberSeparator.md | 2 +-
...blisher.ParagraphFormat.ListNumberStart.md | 2 +-
api/Publisher.ParagraphFormat.ListType.md | 2 +-
...ublisher.ParagraphFormat.LockToBaseLine.md | 2 +-
api/Publisher.ParagraphFormat.Reset.md | 2 +-
api/Publisher.ParagraphFormat.RightIndent.md | 2 +-
...ublisher.ParagraphFormat.SetLineSpacing.md | 2 +-
api/Publisher.ParagraphFormat.SetListType.md | 2 +-
api/Publisher.ParagraphFormat.SpaceAfter.md | 2 +-
api/Publisher.ParagraphFormat.SpaceBefore.md | 2 +-
...sher.ParagraphFormat.StartInNextTextBox.md | 2 +-
api/Publisher.ParagraphFormat.Tabs.md | 2 +-
...Publisher.ParagraphFormat.TextDirection.md | 2 +-
api/Publisher.ParagraphFormat.TextStyle.md | 2 +-
...graphFormat.UseCharBasedFirstLineIndent.md | 2 +-
api/Publisher.ParagraphFormat.WidowControl.md | 2 +-
api/Publisher.PbCalendarType.md | 2 +-
api/Publisher.PbCellDiagonalType.md | 2 +-
api/Publisher.PbCollapseDirection.md | 2 +-
api/Publisher.PbColorModel.md | 2 +-
api/Publisher.PbColorScheme.md | 2 +-
api/Publisher.PbColorType.md | 2 +-
api/Publisher.PbCommandButtonType.md | 2 +-
api/Publisher.PbDateTimeFormat.md | 2 +-
api/Publisher.PbDirectionType.md | 2 +-
api/Publisher.PbDriverType.md | 2 +-
api/Publisher.PbFieldType.md | 2 +-
api/Publisher.PbFileFormat.md | 2 +-
api/Publisher.PbFixedFormatIntent.md | 2 +-
api/Publisher.PbFixedFormatType.md | 2 +-
api/Publisher.PbFontScriptType.md | 2 +-
api/Publisher.PbHelpType.md | 2 +-
api/Publisher.PbHlinkTargetType.md | 2 +-
api/Publisher.PbHorizontalPictureLocking.md | 2 +-
api/Publisher.PbImageFormat.md | 2 +-
api/Publisher.PbInlineAlignment.md | 2 +-
api/Publisher.PbLineSpacingRule.md | 2 +-
api/Publisher.PbLinkedFileStatus.md | 2 +-
api/Publisher.PbListSeparator.md | 2 +-
api/Publisher.PbListType.md | 2 +-
api/Publisher.PbMailMergeDataFieldType.md | 2 +-
api/Publisher.PbMailMergeDataSource.md | 2 +-
api/Publisher.PbMailMergeDestination.md | 2 +-
api/Publisher.PbMergeType.md | 2 +-
api/Publisher.PbNavBarOrientation.md | 2 +-
api/Publisher.PbOrientationType.md | 2 +-
api/Publisher.PbPageNumberFormat.md | 2 +-
api/Publisher.PbPageNumberType.md | 2 +-
api/Publisher.PbPageType.md | 2 +-
api/Publisher.PbParagraphAlignmentType.md | 2 +-
api/Publisher.PbPersonalInfoSet.md | 2 +-
api/Publisher.PbPhoneticGuideAlignmentType.md | 2 +-
api/Publisher.PbPictureInsertAs.md | 2 +-
api/Publisher.PbPictureResolution.md | 2 +-
api/Publisher.PbPlacementType.md | 2 +-
api/Publisher.PbPrintGraphics.md | 2 +-
api/Publisher.PbPrintMode.md | 2 +-
api/Publisher.PbPrintStyle.md | 2 +-
api/Publisher.PbPublicationType.md | 2 +-
api/Publisher.PbRecipientListFileType.md | 2 +-
api/Publisher.PbReplaceScope.md | 2 +-
api/Publisher.PbReplaceTint.md | 2 +-
api/Publisher.PbRulerGuideType.md | 2 +-
api/Publisher.PbSaveOptions.md | 2 +-
api/Publisher.PbSchemeColorIndex.md | 2 +-
api/Publisher.PbSelectionType.md | 2 +-
api/Publisher.PbShapeType.md | 2 +-
api/Publisher.PbStoryType.md | 2 +-
api/Publisher.PbSubmitDataFormatType.md | 2 +-
...blisher.PbSubmitDataRetrievalMethodType.md | 2 +-
api/Publisher.PbTabAlignmentType.md | 2 +-
api/Publisher.PbTabLeaderType.md | 2 +-
api/Publisher.PbTableAutoFormatType.md | 2 +-
api/Publisher.PbTableDirectionType.md | 2 +-
api/Publisher.PbTextAutoFitType.md | 2 +-
api/Publisher.PbTextDirection.md | 2 +-
api/Publisher.PbTextOrientation.md | 2 +-
api/Publisher.PbTextUnit.md | 2 +-
api/Publisher.PbTrackingPresetType.md | 2 +-
api/Publisher.PbUnderlineType.md | 2 +-
api/Publisher.PbUnitType.md | 2 +-
api/Publisher.PbVerticalPictureLocking.md | 2 +-
api/Publisher.PbVerticalTextAlignmentType.md | 2 +-
api/Publisher.PbWebControlType.md | 2 +-
api/Publisher.PbWindowState.md | 2 +-
api/Publisher.PbWizard.md | 2 +-
api/Publisher.PbWizardGroup.md | 2 +-
api/Publisher.PbWizardNavBarAlignment.md | 2 +-
api/Publisher.PbWizardNavBarButtonStyle.md | 2 +-
api/Publisher.PbWizardNavBarDesign.md | 2 +-
api/Publisher.PbWizardPageType.md | 2 +-
api/Publisher.PbWizardTag.md | 2 +-
api/Publisher.PbWrapSideType.md | 2 +-
api/Publisher.PbWrapType.md | 2 +-
api/Publisher.PbZoom.md | 2 +-
api/Publisher.PhoneticGuide.BaseText.md | 2 +-
api/Publisher.PhoneticGuide.Raise.md | 2 +-
api/Publisher.PictureFormat.Brightness.md | 2 +-
api/Publisher.PictureFormat.ColorModel.md | 2 +-
api/Publisher.PictureFormat.ColorType.md | 2 +-
...Publisher.PictureFormat.ColorsInPalette.md | 2 +-
api/Publisher.PictureFormat.Contrast.md | 2 +-
api/Publisher.PictureFormat.CropBottom.md | 2 +-
api/Publisher.PictureFormat.CropLeft.md | 2 +-
api/Publisher.PictureFormat.CropRight.md | 2 +-
api/Publisher.PictureFormat.CropTop.md | 2 +-
...isher.PictureFormat.EffectiveResolution.md | 2 +-
api/Publisher.PictureFormat.FileSize.md | 2 +-
api/Publisher.PictureFormat.Filename.md | 2 +-
...Publisher.PictureFormat.HasAlphaChannel.md | 2 +-
...sher.PictureFormat.HasTransparencyColor.md | 2 +-
....PictureFormat.HorizontalPictureLocking.md | 2 +-
...Publisher.PictureFormat.HorizontalScale.md | 2 +-
api/Publisher.PictureFormat.ImageFormat.md | 2 +-
...isher.PictureFormat.IncrementBrightness.md | 2 +-
...blisher.PictureFormat.IncrementContrast.md | 2 +-
api/Publisher.PictureFormat.IsEmpty.md | 2 +-
api/Publisher.PictureFormat.IsGreyScale.md | 2 +-
api/Publisher.PictureFormat.IsLinked.md | 2 +-
api/Publisher.PictureFormat.IsRecolored.md | 2 +-
api/Publisher.PictureFormat.IsTrueColor.md | 2 +-
...blisher.PictureFormat.LeaveBlackAsBlack.md | 2 +-
...ublisher.PictureFormat.LinkedFileStatus.md | 2 +-
api/Publisher.PictureFormat.OffsetX.md | 2 +-
api/Publisher.PictureFormat.OffsetY.md | 2 +-
...r.PictureFormat.OriginalColorsInPalette.md | 2 +-
...r.PictureFormat.OriginalHasAlphaChannel.md | 2 +-
api/Publisher.PictureFormat.OriginalHeight.md | 2 +-
...isher.PictureFormat.OriginalIsTrueColor.md | 2 +-
...lisher.PictureFormat.OriginalResolution.md | 2 +-
api/Publisher.PictureFormat.OriginalWidth.md | 2 +-
api/Publisher.PictureFormat.Recolor.md | 2 +-
...her.PictureFormat.RecoloredPictureColor.md | 2 +-
api/Publisher.PictureFormat.Replace.md | 2 +-
api/Publisher.PictureFormat.ReplaceEx.md | 2 +-
...blisher.PictureFormat.TransparencyColor.md | 2 +-
...her.PictureFormat.TransparentBackground.md | 2 +-
...er.PictureFormat.VerticalPictureLocking.md | 2 +-
api/Publisher.PictureFormat.VerticalScale.md | 2 +-
api/Publisher.Plate.Delete.md | 2 +-
api/Publisher.Plate.InUse.md | 2 +-
api/Publisher.Plate.Luminance.md | 2 +-
api/Publisher.Plates.Add.md | 2 +-
api/Publisher.Plates.FindPlateByInkName.md | 4 +-
api/Publisher.Plates.Item.md | 2 +-
api/Publisher.Printer.Application.md | 2 +-
api/Publisher.Printer.DriverType.md | 2 +-
api/Publisher.Printer.Index.md | 2 +-
api/Publisher.Printer.IsActivePrinter.md | 2 +-
api/Publisher.Printer.IsColor.md | 2 +-
api/Publisher.Printer.IsDuplex.md | 2 +-
api/Publisher.Printer.PaperHeight.md | 2 +-
api/Publisher.Printer.PaperOrientation.md | 2 +-
api/Publisher.Printer.PaperSize.md | 2 +-
api/Publisher.Printer.PaperSource.md | 2 +-
api/Publisher.Printer.PaperWidth.md | 2 +-
api/Publisher.Printer.Parent.md | 2 +-
api/Publisher.Printer.PrintableRect.md | 2 +-
api/Publisher.Printer.Printer.PrintMode.md | 2 +-
api/Publisher.Printer.PrinterName.md | 2 +-
api/Publisher.ReaderSpread.PageCount.md | 2 +-
api/Publisher.ReaderSpread.Pages.md | 2 +-
api/Publisher.Rows.Add.md | 4 +-
api/Publisher.Rows.Item.md | 4 +-
api/Publisher.RulerGuides.Add.md | 2 +-
api/Publisher.RulerGuides.Item.md | 2 +-
...tion.ContinueNumbersFromPreviousSection.md | 2 +-
api/Publisher.Section.PageNumberFormat.md | 2 +-
api/Publisher.Section.PageNumberStart.md | 2 +-
...her.Section.ShowHeaderFooterOnFirstPage.md | 2 +-
api/Publisher.Section.StartPageIndex.md | 2 +-
api/Publisher.Sections.Add.md | 4 +-
api/Publisher.Sections.Item.md | 2 +-
api/Publisher.Selection.ChildShapeRange.md | 2 +-
api/Publisher.Selection.ShapeRange.md | 2 +-
api/Publisher.Selection.TableCellRange.md | 2 +-
...Publisher.ShadowFormat.IncrementOffsetX.md | 2 +-
...Publisher.ShadowFormat.IncrementOffsetY.md | 2 +-
api/Publisher.ShadowFormat.Obscured.md | 2 +-
api/Publisher.Shape.AddToCatalogMergeArea.md | 2 +-
api/Publisher.Shape.Apply.md | 2 +-
api/Publisher.Shape.BorderArt.md | 2 +-
api/Publisher.Shape.CatalogMergeItems.md | 2 +-
api/Publisher.Shape.Duplicate.md | 2 +-
api/Publisher.Shape.Flip.md | 4 +-
api/Publisher.Shape.GetHeight.md | 4 +-
api/Publisher.Shape.GetLeft.md | 4 +-
api/Publisher.Shape.GetTop.md | 4 +-
api/Publisher.Shape.GetWidth.md | 4 +-
api/Publisher.Shape.IncrementLeft.md | 4 +-
api/Publisher.Shape.IncrementRotation.md | 4 +-
api/Publisher.Shape.IncrementTop.md | 2 +-
api/Publisher.Shape.IsExcess.md | 2 +-
api/Publisher.Shape.IsGroupMember.md | 2 +-
api/Publisher.Shape.MoveIntoTextFlow.md | 4 +-
api/Publisher.Shape.MoveToPage.md | 2 +-
api/Publisher.Shape.ParentGroupShape.md | 2 +-
api/Publisher.Shape.PickUp.md | 2 +-
...lisher.Shape.RemoveFromCatalogMergeArea.md | 2 +-
api/Publisher.Shape.SaveAsPicture.md | 2 +-
api/Publisher.Shape.ScaleHeight.md | 2 +-
api/Publisher.Shape.ScaleWidth.md | 2 +-
api/Publisher.Shape.Select.md | 2 +-
api/Publisher.Shape.Ungroup.md | 2 +-
api/Publisher.Shape.WebCheckBox.md | 2 +-
api/Publisher.Shape.WebCommandButton.md | 2 +-
api/Publisher.Shape.WebListBox.md | 2 +-
...Publisher.Shape.WebNavigationBarSetName.md | 2 +-
api/Publisher.Shape.WebOptionButton.md | 2 +-
api/Publisher.Shape.WebTextBox.md | 2 +-
api/Publisher.Shape.ZOrder.md | 4 +-
api/Publisher.ShapeNode.EditingType.md | 2 +-
api/Publisher.ShapeNode.SegmentType.md | 2 +-
api/Publisher.ShapeNodes.Delete.md | 2 +-
api/Publisher.ShapeNodes.Insert.md | 2 +-
api/Publisher.ShapeNodes.Item.md | 4 +-
api/Publisher.ShapeNodes.SetEditingType.md | 2 +-
api/Publisher.ShapeNodes.SetPosition.md | 2 +-
api/Publisher.ShapeNodes.SetSegmentType.md | 2 +-
api/Publisher.ShapeRange.Align.md | 2 +-
api/Publisher.ShapeRange.Apply.md | 2 +-
api/Publisher.ShapeRange.Copy.md | 2 +-
api/Publisher.ShapeRange.Distribute.md | 2 +-
api/Publisher.ShapeRange.Duplicate.md | 2 +-
api/Publisher.ShapeRange.Flip.md | 2 +-
api/Publisher.ShapeRange.GetHeight.md | 4 +-
api/Publisher.ShapeRange.GetLeft.md | 4 +-
api/Publisher.ShapeRange.GetTop.md | 4 +-
api/Publisher.ShapeRange.GetWidth.md | 4 +-
api/Publisher.ShapeRange.Group.md | 2 +-
api/Publisher.ShapeRange.IncrementLeft.md | 4 +-
api/Publisher.ShapeRange.IncrementRotation.md | 2 +-
api/Publisher.ShapeRange.IncrementTop.md | 4 +-
api/Publisher.ShapeRange.Item.md | 4 +-
api/Publisher.ShapeRange.MoveIntoTextFlow.md | 2 +-
api/Publisher.ShapeRange.MoveOutOfTextFlow.md | 2 +-
api/Publisher.ShapeRange.Regroup.md | 2 +-
...Publisher.ShapeRange.RerouteConnections.md | 2 +-
api/Publisher.ShapeRange.SaveAsPicture.md | 2 +-
api/Publisher.ShapeRange.ScaleHeight.md | 2 +-
api/Publisher.ShapeRange.ScaleWidth.md | 4 +-
api/Publisher.ShapeRange.Select.md | 2 +-
...r.ShapeRange.SetShapesDefaultProperties.md | 2 +-
api/Publisher.ShapeRange.Ungroup.md | 2 +-
api/Publisher.ShapeRange.ZOrder.md | 4 +-
api/Publisher.Shapes.AddCallout.md | 4 +-
api/Publisher.Shapes.AddCatalogMergeArea.md | 2 +-
...her.Shapes.AddCatalogMergeFieldToCanvas.md | 2 +-
api/Publisher.Shapes.AddConnector.md | 4 +-
api/Publisher.Shapes.AddCurve.md | 4 +-
api/Publisher.Shapes.AddEmptyPictureFrame.md | 4 +-
api/Publisher.Shapes.AddGroupWizard.md | 4 +-
api/Publisher.Shapes.AddLabel.md | 4 +-
api/Publisher.Shapes.AddLine.md | 4 +-
api/Publisher.Shapes.AddOLEObject.md | 4 +-
api/Publisher.Shapes.AddPicture.md | 4 +-
api/Publisher.Shapes.AddPolyline.md | 4 +-
api/Publisher.Shapes.AddShape.md | 4 +-
api/Publisher.Shapes.AddTable.md | 4 +-
api/Publisher.Shapes.AddTextEffect.md | 4 +-
api/Publisher.Shapes.AddTextbox.md | 4 +-
api/Publisher.Shapes.AddWebControl.md | 4 +-
api/Publisher.Shapes.AddWebNavigationBar.md | 4 +-
api/Publisher.Shapes.AddWordArt.md | 4 +-
api/Publisher.Shapes.BuildFreeform.md | 4 +-
api/Publisher.Shapes.FindShapeByWizardTag.md | 4 +-
api/Publisher.Shapes.Item.md | 4 +-
api/Publisher.Shapes.Paste.md | 2 +-
api/Publisher.Shapes.Range.md | 2 +-
api/Publisher.Stories.Item.md | 4 +-
api/Publisher.TabStop.Leader.md | 2 +-
api/Publisher.TabStops.Add.md | 2 +-
api/Publisher.TabStops.Item.md | 4 +-
api/Publisher.Table.ApplyAutoFormat.md | 2 +-
api/Publisher.Table.Cells.md | 2 +-
api/Publisher.Table.GrowToFitText.md | 2 +-
api/Publisher.Table.TableDirection.md | 2 +-
api/Publisher.Tags.Add.md | 4 +-
api/Publisher.Tags.Item.md | 4 +-
api/Publisher.TextEffectFormat.KernedPairs.md | 2 +-
...isher.TextEffectFormat.NormalizedHeight.md | 2 +-
api/Publisher.TextEffectFormat.PresetShape.md | 2 +-
...isher.TextEffectFormat.PresetTextEffect.md | 2 +-
...Publisher.TextEffectFormat.RotatedChars.md | 2 +-
api/Publisher.TextFrame.AutoFitText.md | 2 +-
api/Publisher.TextFrame.ColumnSpacing.md | 2 +-
api/Publisher.TextFrame.HasNextLink.md | 2 +-
api/Publisher.TextFrame.HasPreviousLink.md | 2 +-
...sher.TextFrame.IncludeContinuedFromPage.md | 2 +-
...lisher.TextFrame.IncludeContinuedOnPage.md | 2 +-
...Publisher.TextFrame.NextLinkedTextFrame.md | 2 +-
api/Publisher.TextFrame.Orientation.md | 2 +-
api/Publisher.TextFrame.Overflowing.md | 2 +-
...isher.TextFrame.PreviousLinkedTextFrame.md | 2 +-
api/Publisher.TextFrame.ValidLinkTarget.md | 4 +-
api/Publisher.TextRange.BoundHeight.md | 2 +-
api/Publisher.TextRange.BoundLeft.md | 2 +-
api/Publisher.TextRange.BoundTop.md | 2 +-
api/Publisher.TextRange.BoundWidth.md | 2 +-
api/Publisher.TextRange.Characters.md | 4 +-
api/Publisher.TextRange.Collapse.md | 2 +-
api/Publisher.TextRange.ContainingObject.md | 2 +-
api/Publisher.TextRange.Copy.md | 2 +-
api/Publisher.TextRange.Cut.md | 2 +-
api/Publisher.TextRange.DropCap.md | 2 +-
api/Publisher.TextRange.Duplicate.md | 2 +-
api/Publisher.TextRange.End.md | 2 +-
api/Publisher.TextRange.Expand.md | 4 +-
api/Publisher.TextRange.Fields.md | 2 +-
api/Publisher.TextRange.Hyperlinks.md | 2 +-
api/Publisher.TextRange.InlineShapes.md | 2 +-
api/Publisher.TextRange.InsertAfter.md | 4 +-
api/Publisher.TextRange.InsertBarcode.md | 2 +-
api/Publisher.TextRange.InsertBefore.md | 4 +-
api/Publisher.TextRange.InsertDateTime.md | 4 +-
...ublisher.TextRange.InsertMailMergeField.md | 4 +-
api/Publisher.TextRange.InsertPageNumber.md | 4 +-
api/Publisher.TextRange.InsertSymbol.md | 4 +-
api/Publisher.TextRange.LanguageID.md | 2 +-
api/Publisher.TextRange.Lines.md | 4 +-
api/Publisher.TextRange.LinesCount.md | 2 +-
api/Publisher.TextRange.MajorityFont.md | 2 +-
...isher.TextRange.MajorityParagraphFormat.md | 2 +-
api/Publisher.TextRange.Move.md | 4 +-
api/Publisher.TextRange.MoveEnd.md | 4 +-
api/Publisher.TextRange.MoveStart.md | 4 +-
api/Publisher.TextRange.Paragraphs.md | 4 +-
api/Publisher.TextRange.ParagraphsCount.md | 2 +-
api/Publisher.TextRange.Paste.md | 2 +-
api/Publisher.TextRange.Script.md | 2 +-
api/Publisher.TextRange.Start.md | 2 +-
api/Publisher.TextRange.Words.md | 4 +-
api/Publisher.TextRange.WordsCount.md | 2 +-
api/Publisher.TextStyle.BaseStyle.md | 2 +-
api/Publisher.TextStyle.NextParagraphStyle.md | 2 +-
api/Publisher.TextStyles.Add.md | 4 +-
api/Publisher.TextStyles.Item.md | 4 +-
api/Publisher.ThreeDFormat.Depth.md | 2 +-
api/Publisher.ThreeDFormat.ExtrusionColor.md | 2 +-
...blisher.ThreeDFormat.ExtrusionColorType.md | 2 +-
...blisher.ThreeDFormat.IncrementRotationX.md | 2 +-
...blisher.ThreeDFormat.IncrementRotationY.md | 2 +-
api/Publisher.ThreeDFormat.Perspective.md | 2 +-
...r.ThreeDFormat.PresetExtrusionDirection.md | 2 +-
...er.ThreeDFormat.PresetLightingDirection.md | 2 +-
...her.ThreeDFormat.PresetLightingSoftness.md | 2 +-
api/Publisher.ThreeDFormat.PresetMaterial.md | 2 +-
...blisher.ThreeDFormat.PresetThreeDFormat.md | 2 +-
api/Publisher.ThreeDFormat.RotationX.md | 2 +-
api/Publisher.ThreeDFormat.RotationY.md | 2 +-
...sher.ThreeDFormat.SetExtrusionDirection.md | 2 +-
api/Publisher.ThreeDFormat.SetThreeDFormat.md | 2 +-
api/Publisher.View.ActivePage.md | 2 +-
api/Publisher.View.ScrollShapeIntoView.md | 2 +-
api/Publisher.View.Zoom.md | 2 +-
api/Publisher.WebCommandButton.ActionURL.md | 2 +-
api/Publisher.WebCommandButton.ButtonText.md | 2 +-
api/Publisher.WebCommandButton.ButtonType.md | 2 +-
...blisher.WebCommandButton.DataFileFormat.md | 2 +-
...Publisher.WebCommandButton.DataFileName.md | 2 +-
...er.WebCommandButton.DataRetrievalMethod.md | 2 +-
...Publisher.WebCommandButton.EmailAddress.md | 2 +-
...Publisher.WebCommandButton.HiddenFields.md | 2 +-
...Publisher.WebCommandButton.PostFormData.md | 2 +-
api/Publisher.WebHiddenFields.Add.md | 4 +-
api/Publisher.WebHiddenFields.Delete.md | 2 +-
api/Publisher.WebHiddenFields.Item.md | 4 +-
api/Publisher.WebHiddenFields.Name.md | 4 +-
api/Publisher.WebListBox.ListBoxItems.md | 2 +-
api/Publisher.WebListBox.MultiSelect.md | 2 +-
api/Publisher.WebListBoxItems.AddItem.md | 2 +-
api/Publisher.WebListBoxItems.Delete.md | 2 +-
api/Publisher.WebListBoxItems.Item.md | 4 +-
api/Publisher.WebListBoxItems.Selected.md | 2 +-
...ublisher.WebNavigationBarHyperlinks.Add.md | 4 +-
...blisher.WebNavigationBarHyperlinks.Item.md | 4 +-
...sher.WebNavigationBarSet.AddToEveryPage.md | 4 +-
...ublisher.WebNavigationBarSet.AutoUpdate.md | 2 +-
...blisher.WebNavigationBarSet.ButtonStyle.md | 2 +-
...r.WebNavigationBarSet.ChangeOrientation.md | 2 +-
api/Publisher.WebNavigationBarSet.Design.md | 2 +-
...WebNavigationBarSet.HorizontalAlignment.md | 2 +-
...bNavigationBarSet.HorizontalButtonCount.md | 2 +-
...lisher.WebNavigationBarSet.IsHorizontal.md | 2 +-
api/Publisher.WebNavigationBarSet.Links.md | 2 +-
api/Publisher.WebNavigationBarSet.Name.md | 2 +-
...lisher.WebNavigationBarSet.ShowSelected.md | 2 +-
api/Publisher.WebNavigationBarSets.AddSet.md | 4 +-
api/Publisher.WebNavigationBarSets.Item.md | 4 +-
....WebOptions.AlwaysSaveInDefaultEncoding.md | 2 +-
api/Publisher.WebOptions.EmailAsImg.md | 2 +-
...sher.WebOptions.EnableIncrementalUpload.md | 2 +-
api/Publisher.WebOptions.Encoding.md | 2 +-
api/Publisher.WebOptions.OrganizeInFolder.md | 2 +-
api/Publisher.WebOptions.RelyOnVML.md | 2 +-
api/Publisher.WebOptions.ShowOnlyWebFonts.md | 2 +-
...ublisher.WebPageOptions.BackgroundSound.md | 2 +-
...WebPageOptions.BackgroundSoundLoopCount.md | 2 +-
...bPageOptions.BackgroundSoundLoopForever.md | 2 +-
...tions.IncludePageOnNewWebNavigationBars.md | 2 +-
api/Publisher.WebPageOptions.Keywords.md | 2 +-
...ublisher.WebPageOptions.PublishFileName.md | 2 +-
...WebPageOptions.SetBackgroundSoundRepeat.md | 2 +-
api/Publisher.WebTextBox.DefaultText.md | 2 +-
api/Publisher.WebTextBox.EchoAsterisks.md | 2 +-
api/Publisher.WebTextBox.Limit.md | 2 +-
api/Publisher.WebTextBox.RequiredControl.md | 2 +-
api/Publisher.Window.Activate.md | 2 +-
api/Publisher.Window.Caption.md | 2 +-
api/Publisher.Window.Hwnd.md | 2 +-
api/Publisher.Window.Move.md | 2 +-
api/Publisher.Window.Resize.md | 2 +-
api/Publisher.Window.WindowState.md | 2 +-
api/Publisher.Wizard.Properties.md | 2 +-
api/Publisher.Wizard.SetId.md | 2 +-
...isher.WizardProperties.FindPropertyById.md | 4 +-
api/Publisher.WizardProperties.Item.md | 2 +-
...Publisher.WizardProperty.CurrentValueId.md | 2 +-
api/Publisher.WizardProperty.Enabled.md | 2 +-
api/Publisher.WizardProperty.Values.md | 2 +-
api/Publisher.WizardValues.Item.md | 2 +-
api/Publisher.WrapFormat.DistanceAuto.md | 2 +-
api/Publisher.WrapFormat.Side.md | 2 +-
api/Publisher.application.captionstyles.md | 2 +-
...lisher.document.availablebuildingblocks.md | 2 +-
api/Publisher.font.strikethrough.md | 2 +-
api/Publisher.lineformat.presetgradient.md | 2 +-
api/Publisher.pbEmailMergePriority.md | 2 +-
api/Publisher.pbbuildingblockgallery.md | 2 +-
api/Publisher.pbbuildingblocktype.md | 2 +-
api/Publisher.pbcanvasarrangementtype.md | 2 +-
api/Publisher.pbcatalogmergefieldtype.md | 2 +-
api/Publisher.pbligaturepresettype.md | 2 +-
api/Publisher.pbnumberstylestype.md | 2 +-
api/Publisher.pbpresetwordart.md | 2 +-
api/Publisher.pbpublicationlayout.md | 2 +-
api/Publisher.shape.saveasbuildingblock.md | 2 +-
api/Publisher.shape.setcaption.md | 2 +-
...ublisher.shaperange.saveasbuildingblock.md | 2 +-
api/Publisher.shapes.addbuildingblock.md | 4 +-
api/Visio.AccelItem.AddOnArgs.md | 2 +-
api/Visio.AccelItem.AddOnName.md | 2 +-
api/Visio.AccelItem.Alt.md | 2 +-
api/Visio.AccelItem.CmdNum.md | 2 +-
api/Visio.AccelItem.Control.md | 2 +-
api/Visio.AccelItem.Delete.md | 2 +-
api/Visio.AccelItem.Key.md | 2 +-
api/Visio.AccelItem.Parent.md | 2 +-
api/Visio.AccelItem.Shift.md | 2 +-
api/Visio.AccelItems.Add.md | 2 +-
api/Visio.AccelItems.Count.md | 2 +-
api/Visio.AccelItems.Item.md | 4 +-
api/Visio.AccelItems.Parent.md | 2 +-
api/Visio.AccelTable.AccelItems.md | 2 +-
api/Visio.AccelTable.Delete.md | 2 +-
api/Visio.AccelTable.Parent.md | 2 +-
api/Visio.AccelTable.SetID.md | 2 +-
api/Visio.AccelTable.TableName.md | 2 +-
api/Visio.AccelTables.Add.md | 2 +-
api/Visio.AccelTables.AddAtID.md | 4 +-
api/Visio.AccelTables.Count.md | 2 +-
api/Visio.AccelTables.Item.md | 4 +-
api/Visio.AccelTables.ItemAtID.md | 4 +-
api/Visio.AccelTables.Parent.md | 2 +-
api/Visio.Addon.Application.md | 2 +-
api/Visio.Addon.Enabled.md | 2 +-
api/Visio.Addon.Index.md | 2 +-
api/Visio.Addon.Name.md | 2 +-
api/Visio.Addon.NameU.md | 2 +-
api/Visio.Addon.ObjectType.md | 2 +-
api/Visio.Addon.Run.md | 4 +-
api/Visio.Addons.Add.md | 4 +-
api/Visio.Addons.Application.md | 2 +-
api/Visio.Addons.Count.md | 2 +-
api/Visio.Addons.GetNames.md | 4 +-
api/Visio.Addons.GetNamesU.md | 4 +-
api/Visio.Addons.Item.md | 4 +-
api/Visio.Addons.ItemU.md | 4 +-
api/Visio.Addons.ObjectType.md | 2 +-
api/Visio.AlertsEnabled.md | 2 +-
api/Visio.AltFormat.md | 2 +-
api/Visio.Application.Active.md | 2 +-
api/Visio.Application.ActiveDocument.md | 2 +-
api/Visio.Application.ActivePage.md | 2 +-
api/Visio.Application.ActivePrinter.md | 2 +-
api/Visio.Application.ActiveWindow.md | 2 +-
api/Visio.Application.AddUndoUnit.md | 4 +-
api/Visio.Application.AddonPaths.md | 2 +-
api/Visio.Application.Addons.md | 2 +-
api/Visio.Application.AfterModal.md | 2 +-
...pplication.AfterRemoveHiddenInformation.md | 2 +-
api/Visio.Application.AfterResume.md | 2 +-
api/Visio.Application.AfterResumeEvents.md | 4 +-
api/Visio.Application.AlertResponse.md | 2 +-
api/Visio.Application.AppActivated.md | 2 +-
api/Visio.Application.AppDeactivated.md | 2 +-
api/Visio.Application.AppObjActivated.md | 2 +-
api/Visio.Application.AppObjDeactivated.md | 2 +-
api/Visio.Application.Application.md | 2 +-
api/Visio.Application.Assistance.md | 2 +-
api/Visio.Application.AutoLayout.md | 2 +-
api/Visio.Application.AutoRecoverInterval.md | 2 +-
api/Visio.Application.AvailablePrinters.md | 2 +-
...o.Application.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.Application.BeforeDocumentClose.md | 2 +-
api/Visio.Application.BeforeDocumentSave.md | 2 +-
api/Visio.Application.BeforeDocumentSaveAs.md | 2 +-
api/Visio.Application.BeforeMasterDelete.md | 2 +-
api/Visio.Application.BeforeModal.md | 2 +-
api/Visio.Application.BeforePageDelete.md | 2 +-
api/Visio.Application.BeforeQuit.md | 2 +-
...Visio.Application.BeforeSelectionDelete.md | 2 +-
api/Visio.Application.BeforeShapeDelete.md | 2 +-
api/Visio.Application.BeforeShapeTextEdit.md | 2 +-
api/Visio.Application.BeforeStyleDelete.md | 2 +-
api/Visio.Application.BeforeSuspend.md | 2 +-
api/Visio.Application.BeforeSuspendEvents.md | 4 +-
api/Visio.Application.BeforeWindowClosed.md | 2 +-
api/Visio.Application.BeforeWindowPageTurn.md | 2 +-
...Visio.Application.BeforeWindowSelDelete.md | 2 +-
api/Visio.Application.BeginUndoScope.md | 4 +-
api/Visio.Application.Build.md | 2 +-
api/Visio.Application.BuiltInMenus.md | 2 +-
api/Visio.Application.BuiltInToolbars.md | 4 +-
api/Visio.Application.COMAddIns.md | 2 +-
...io.Application.CalloutRelationshipAdded.md | 2 +-
....Application.CalloutRelationshipDeleted.md | 2 +-
api/Visio.Application.CellChanged.md | 2 +-
api/Visio.Application.ClearCustomMenus.md | 2 +-
api/Visio.Application.ClearCustomToolbars.md | 2 +-
api/Visio.Application.CommandBars.md | 2 +-
api/Visio.Application.CommandLine.md | 2 +-
api/Visio.Application.ConnectionsAdded.md | 2 +-
api/Visio.Application.ConnectionsDeleted.md | 2 +-
...sio.Application.ConnectorToolDataObject.md | 2 +-
....Application.ContainerRelationshipAdded.md | 2 +-
...pplication.ContainerRelationshipDeleted.md | 2 +-
api/Visio.Application.ConvertResult.md | 4 +-
...isio.Application.ConvertToGroupCanceled.md | 2 +-
api/Visio.Application.CurrentEdition.md | 2 +-
api/Visio.Application.CurrentScope.md | 2 +-
api/Visio.Application.CustomMenus.md | 2 +-
api/Visio.Application.CustomMenusFile.md | 2 +-
api/Visio.Application.CustomToolbars.md | 2 +-
api/Visio.Application.CustomToolbarsFile.md | 2 +-
api/Visio.Application.DataFeaturesEnabled.md | 2 +-
api/Visio.Application.DataRecordsetAdded.md | 2 +-
api/Visio.Application.DataRecordsetChanged.md | 2 +-
api/Visio.Application.DefaultAngleUnits.md | 2 +-
api/Visio.Application.DefaultDurationUnits.md | 2 +-
....Application.DefaultRectangleDataObject.md | 2 +-
api/Visio.Application.DefaultTextUnits.md | 2 +-
api/Visio.Application.DefaultZoomBehavior.md | 2 +-
api/Visio.Application.DeferRecalc.md | 2 +-
...sio.Application.DeferRelationshipRecalc.md | 2 +-
api/Visio.Application.DesignModeEntered.md | 2 +-
api/Visio.Application.DialogFont.md | 2 +-
api/Visio.Application.DoCmd.md | 4 +-
api/Visio.Application.DocumentChanged.md | 2 +-
...Visio.Application.DocumentCloseCanceled.md | 2 +-
api/Visio.Application.DocumentCreated.md | 2 +-
api/Visio.Application.DocumentOpened.md | 2 +-
api/Visio.Application.DocumentSaved.md | 2 +-
api/Visio.Application.DocumentSavedAs.md | 2 +-
api/Visio.Application.Documents.md | 2 +-
api/Visio.Application.DrawingPaths.md | 2 +-
api/Visio.Application.EndUndoScope.md | 4 +-
api/Visio.Application.EnterScope.md | 2 +-
api/Visio.Application.EnumDirectories.md | 4 +-
api/Visio.Application.EventInfo.md | 4 +-
api/Visio.Application.EventList.md | 2 +-
api/Visio.Application.EventsEnabled.md | 2 +-
api/Visio.Application.ExitScope.md | 2 +-
api/Visio.Application.FormatResult.md | 2 +-
api/Visio.Application.FormatResultEx.md | 2 +-
api/Visio.Application.FormulaChanged.md | 2 +-
api/Visio.Application.FullBuild.md | 2 +-
...Visio.Application.GetBuiltInStencilFile.md | 4 +-
api/Visio.Application.GetCustomStencilFile.md | 4 +-
api/Visio.Application.GetPreviewEnabled.md | 4 +-
api/Visio.Application.GroupCanceled.md | 2 +-
api/Visio.Application.HelpPaths.md | 2 +-
api/Visio.Application.InhibitSelectChange.md | 2 +-
api/Visio.Application.InstanceHandle32.md | 2 +-
api/Visio.Application.InstanceHandle64.md | 2 +-
api/Visio.Application.InvokeHelp.md | 4 +-
api/Visio.Application.IsInScope.md | 4 +-
api/Visio.Application.IsUndoingOrRedoing.md | 2 +-
api/Visio.Application.KeyDown.md | 2 +-
api/Visio.Application.KeyPress.md | 2 +-
api/Visio.Application.KeyUp.md | 2 +-
api/Visio.Application.Language.md | 2 +-
api/Visio.Application.LanguageHelp.md | 2 +-
api/Visio.Application.LanguageSettings.md | 2 +-
api/Visio.Application.LiveDynamics.md | 2 +-
api/Visio.Application.MarkerEvent.md | 2 +-
api/Visio.Application.MasterAdded.md | 2 +-
api/Visio.Application.MasterChanged.md | 2 +-
api/Visio.Application.MasterDeleteCanceled.md | 2 +-
api/Visio.Application.MouseDown.md | 2 +-
api/Visio.Application.MouseMove.md | 2 +-
api/Visio.Application.MouseUp.md | 2 +-
...sio.Application.MustFlushScopeBeginning.md | 2 +-
api/Visio.Application.MustFlushScopeEnded.md | 2 +-
api/Visio.Application.MyShapesPath.md | 2 +-
api/Visio.Application.Name.md | 2 +-
api/Visio.Application.NoEventsPending.md | 2 +-
api/Visio.Application.ObjectType.md | 2 +-
...Visio.Application.OnComponentEnterState.md | 4 +-
api/Visio.Application.OnDataChangeDelay.md | 2 +-
....Application.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.Application.PageAdded.md | 2 +-
api/Visio.Application.PageChanged.md | 2 +-
api/Visio.Application.PageDeleteCanceled.md | 2 +-
api/Visio.Application.Path.md | 2 +-
api/Visio.Application.PersistsEvents.md | 2 +-
api/Visio.Application.ProcessID.md | 2 +-
api/Visio.Application.PromptForSummary.md | 2 +-
api/Visio.Application.PurgeUndo.md | 2 +-
...o.Application.QueryCancelConvertToGroup.md | 2 +-
...io.Application.QueryCancelDocumentClose.md | 2 +-
api/Visio.Application.QueryCancelGroup.md | 2 +-
...sio.Application.QueryCancelMasterDelete.md | 2 +-
...Visio.Application.QueryCancelPageDelete.md | 2 +-
api/Visio.Application.QueryCancelQuit.md | 2 +-
....Application.QueryCancelSelectionDelete.md | 2 +-
...isio.Application.QueryCancelStyleDelete.md | 2 +-
api/Visio.Application.QueryCancelSuspend.md | 2 +-
...io.Application.QueryCancelSuspendEvents.md | 4 +-
api/Visio.Application.QueryCancelUngroup.md | 2 +-
...isio.Application.QueryCancelWindowClose.md | 2 +-
api/Visio.Application.QueueMarkerEvent.md | 4 +-
api/Visio.Application.Quit.md | 2 +-
api/Visio.Application.QuitCanceled.md | 2 +-
api/Visio.Application.Redo.md | 2 +-
api/Visio.Application.RegisterRibbonX.md | 6 +-
api/Visio.Application.RenameCurrentScope.md | 4 +-
api/Visio.Application.RuleSetValidated.md | 2 +-
api/Visio.Application.RunModeEntered.md | 2 +-
api/Visio.Application.SaveAsWebObject.md | 2 +-
api/Visio.Application.ScreenUpdating.md | 2 +-
api/Visio.Application.SelectionAdded.md | 2 +-
api/Visio.Application.SelectionChanged.md | 2 +-
...sio.Application.SelectionDeleteCanceled.md | 2 +-
api/Visio.Application.SetCustomMenus.md | 4 +-
api/Visio.Application.SetCustomToolbars.md | 4 +-
api/Visio.Application.SetPreviewEnabled.md | 4 +-
api/Visio.Application.Settings.md | 2 +-
api/Visio.Application.ShapeAdded.md | 2 +-
api/Visio.Application.ShapeChanged.md | 2 +-
...sio.Application.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Application.ShapeExitedTextEdit.md | 2 +-
api/Visio.Application.ShapeLinkAdded.md | 2 +-
api/Visio.Application.ShapeLinkDeleted.md | 2 +-
api/Visio.Application.ShapeParentChanged.md | 2 +-
api/Visio.Application.ShowChanges.md | 2 +-
api/Visio.Application.ShowProgress.md | 2 +-
api/Visio.Application.ShowStatusBar.md | 2 +-
api/Visio.Application.ShowToolbar.md | 2 +-
api/Visio.Application.StartupPaths.md | 2 +-
api/Visio.Application.Stat.md | 2 +-
api/Visio.Application.StencilPaths.md | 2 +-
api/Visio.Application.StyleAdded.md | 2 +-
api/Visio.Application.StyleChanged.md | 2 +-
api/Visio.Application.StyleDeleteCanceled.md | 2 +-
api/Visio.Application.SuspendCanceled.md | 2 +-
...Visio.Application.SuspendEventsCanceled.md | 4 +-
api/Visio.Application.TemplatePaths.md | 2 +-
api/Visio.Application.TextChanged.md | 2 +-
api/Visio.Application.TraceFlags.md | 2 +-
api/Visio.Application.TypelibMajorVersion.md | 2 +-
api/Visio.Application.TypelibMinorVersion.md | 2 +-
api/Visio.Application.Undo.md | 2 +-
api/Visio.Application.UndoEnabled.md | 2 +-
api/Visio.Application.UngroupCanceled.md | 2 +-
api/Visio.Application.UnregisterRibbonX.md | 4 +-
api/Visio.Application.UserName.md | 2 +-
api/Visio.Application.VBAEnabled.md | 2 +-
api/Visio.Application.Vbe.md | 2 +-
api/Visio.Application.Version.md | 2 +-
api/Visio.Application.ViewChanged.md | 2 +-
api/Visio.Application.Visible.md | 2 +-
api/Visio.Application.VisioIsIdle.md | 2 +-
api/Visio.Application.Window.md | 2 +-
api/Visio.Application.WindowActivated.md | 2 +-
api/Visio.Application.WindowChanged.md | 2 +-
api/Visio.Application.WindowCloseCanceled.md | 2 +-
api/Visio.Application.WindowHandle32.md | 2 +-
api/Visio.Application.WindowOpened.md | 2 +-
api/Visio.Application.WindowTurnedToPage.md | 2 +-
api/Visio.Application.Windows.md | 2 +-
api/Visio.ApplicationSettings.Application.md | 2 +-
...ationSettings.ApplyBackgroundToDocument.md | 2 +-
...plicationSettings.ApplyThemesOnShapeAdd.md | 2 +-
api/Visio.ApplicationSettings.AsianTextUI.md | 2 +-
api/Visio.ApplicationSettings.BIDITextUI.md | 2 +-
...plicationSettings.CenterSelectionOnZoom.md | 2 +-
...Visio.ApplicationSettings.ComplexTextUI.md | 2 +-
...ationSettings.ConnectorSplittingEnabled.md | 2 +-
...o.ApplicationSettings.DefaultSaveFormat.md | 2 +-
...icationSettings.DeleteConnectorsEnabled.md | 2 +-
...Visio.ApplicationSettings.DeveloperMode.md | 2 +-
api/Visio.ApplicationSettings.DrawingAids.md | 2 +-
...licationSettings.DrawingBackgroundColor.md | 2 +-
...Settings.DrawingBackgroundColorGradient.md | 2 +-
...io.ApplicationSettings.DrawingPageColor.md | 2 +-
...o.ApplicationSettings.EnableAutoConnect.md | 2 +-
...ationSettings.EnableFormulaAutoComplete.md | 2 +-
...cationSettings.FreeformDrawingPrecision.md | 2 +-
...cationSettings.FreeformDrawingSmoothing.md | 2 +-
....ApplicationSettings.KanaFindAndReplace.md | 2 +-
...Visio.ApplicationSettings.KashidaTextUI.md | 2 +-
api/Visio.ApplicationSettings.ObjectType.md | 2 +-
...ApplicationSettings.RecentFilesListSize.md | 2 +-
...icationSettings.RecentTemplatesListSize.md | 2 +-
api/Visio.ApplicationSettings.SATextUI.md | 2 +-
...ationSettings.ShowChooseDrawingTypePane.md | 2 +-
...pplicationSettings.ShowFileOpenWarnings.md | 2 +-
...pplicationSettings.ShowFileSaveWarnings.md | 2 +-
...ionSettings.ShowMoreShapeHandlesOnHover.md | 2 +-
...ApplicationSettings.ShowShapeSearchPane.md | 2 +-
...Visio.ApplicationSettings.ShowSmartTags.md | 2 +-
...icationSettings.SnapStrengthExtensionsX.md | 2 +-
...icationSettings.SnapStrengthExtensionsY.md | 2 +-
...plicationSettings.SnapStrengthGeometryX.md | 2 +-
...plicationSettings.SnapStrengthGeometryY.md | 2 +-
...o.ApplicationSettings.SnapStrengthGridX.md | 2 +-
...o.ApplicationSettings.SnapStrengthGridY.md | 2 +-
...ApplicationSettings.SnapStrengthGuidesX.md | 2 +-
...ApplicationSettings.SnapStrengthGuidesY.md | 2 +-
...ApplicationSettings.SnapStrengthPointsX.md | 2 +-
...ApplicationSettings.SnapStrengthPointsY.md | 2 +-
....ApplicationSettings.SnapStrengthRulerX.md | 2 +-
....ApplicationSettings.SnapStrengthRulerY.md | 2 +-
api/Visio.ApplicationSettings.Stat.md | 2 +-
...licationSettings.StencilBackgroundColor.md | 2 +-
...Settings.StencilBackgroundColorGradient.md | 2 +-
...cationSettings.StencilCharactersPerLine.md | 2 +-
...plicationSettings.StencilLinesPerMaster.md | 2 +-
...io.ApplicationSettings.StencilTextColor.md | 2 +-
....ApplicationSettings.TransitionsEnabled.md | 2 +-
api/Visio.ApplicationSettings.UndoLevels.md | 2 +-
api/Visio.ApplicationSettings.UserInitials.md | 2 +-
api/Visio.ApplicationSettings.UserName.md | 2 +-
api/Visio.ApplicationSettings.ZoomOnRoll.md | 2 +-
api/Visio.AttachToVisioDoc.md | 4 +-
api/Visio.AutoSizeDrawing.md | 2 +-
api/Visio.BuildNumber.md | 2 +-
api/Visio.Cell.Application.md | 2 +-
api/Visio.Cell.CellChanged.md | 2 +-
api/Visio.Cell.Column.md | 2 +-
api/Visio.Cell.ContainingMasterID.md | 2 +-
api/Visio.Cell.ContainingPageID.md | 2 +-
api/Visio.Cell.ContainingRow.md | 2 +-
api/Visio.Cell.Dependents.md | 2 +-
api/Visio.Cell.Document.md | 2 +-
api/Visio.Cell.Error.md | 2 +-
api/Visio.Cell.EventList.md | 2 +-
api/Visio.Cell.Formula.md | 2 +-
api/Visio.Cell.FormulaChanged.md | 2 +-
api/Visio.Cell.FormulaForce.md | 2 +-
api/Visio.Cell.FormulaForceU.md | 2 +-
api/Visio.Cell.FormulaU.md | 2 +-
api/Visio.Cell.GlueTo.md | 4 +-
api/Visio.Cell.GlueToPos.md | 4 +-
api/Visio.Cell.InheritedFormulaSource.md | 2 +-
api/Visio.Cell.InheritedValueSource.md | 2 +-
api/Visio.Cell.IsConstant.md | 2 +-
api/Visio.Cell.IsInherited.md | 2 +-
api/Visio.Cell.LocalName.md | 2 +-
api/Visio.Cell.Name.md | 2 +-
api/Visio.Cell.ObjectType.md | 2 +-
api/Visio.Cell.PersistsEvents.md | 2 +-
api/Visio.Cell.Precedents.md | 2 +-
api/Visio.Cell.Result.md | 4 +-
api/Visio.Cell.ResultForce.md | 4 +-
api/Visio.Cell.ResultFromInt.md | 4 +-
api/Visio.Cell.ResultFromIntForce.md | 4 +-
api/Visio.Cell.ResultIU.md | 2 +-
api/Visio.Cell.ResultIUForce.md | 2 +-
api/Visio.Cell.ResultInt.md | 4 +-
api/Visio.Cell.ResultStr.md | 4 +-
api/Visio.Cell.ResultStrU.md | 4 +-
api/Visio.Cell.Row.md | 2 +-
api/Visio.Cell.RowName.md | 2 +-
api/Visio.Cell.RowNameU.md | 2 +-
api/Visio.Cell.Section.md | 2 +-
api/Visio.Cell.Shape.md | 2 +-
api/Visio.Cell.Stat.md | 2 +-
api/Visio.Cell.Style.md | 2 +-
api/Visio.Cell.Trigger.md | 2 +-
api/Visio.Cell.Units.md | 2 +-
api/Visio.Characters.AddCustomField.md | 4 +-
api/Visio.Characters.AddCustomFieldU.md | 4 +-
api/Visio.Characters.AddField.md | 4 +-
api/Visio.Characters.AddFieldEx.md | 4 +-
api/Visio.Characters.Application.md | 2 +-
api/Visio.Characters.Begin.md | 2 +-
api/Visio.Characters.CharCount.md | 2 +-
api/Visio.Characters.CharProps.md | 4 +-
api/Visio.Characters.CharPropsRow.md | 4 +-
api/Visio.Characters.ContainingMasterID.md | 2 +-
api/Visio.Characters.ContainingPageID.md | 2 +-
api/Visio.Characters.Copy.md | 2 +-
api/Visio.Characters.Cut.md | 2 +-
api/Visio.Characters.Delete.md | 2 +-
api/Visio.Characters.Document.md | 2 +-
api/Visio.Characters.End.md | 2 +-
api/Visio.Characters.EventList.md | 2 +-
api/Visio.Characters.FieldCategory.md | 2 +-
api/Visio.Characters.FieldCode.md | 2 +-
api/Visio.Characters.FieldFormat.md | 2 +-
api/Visio.Characters.FieldFormula.md | 2 +-
api/Visio.Characters.FieldFormulaU.md | 2 +-
api/Visio.Characters.IsField.md | 2 +-
api/Visio.Characters.ObjectType.md | 2 +-
api/Visio.Characters.ParaProps.md | 4 +-
api/Visio.Characters.ParaPropsRow.md | 4 +-
api/Visio.Characters.Paste.md | 2 +-
api/Visio.Characters.PersistsEvents.md | 2 +-
api/Visio.Characters.RunBegin.md | 4 +-
api/Visio.Characters.RunEnd.md | 4 +-
api/Visio.Characters.Shape.md | 2 +-
api/Visio.Characters.Stat.md | 2 +-
api/Visio.Characters.TabPropsRow.md | 4 +-
api/Visio.Characters.Text.md | 2 +-
api/Visio.Characters.TextChanged.md | 2 +-
api/Visio.Color.Application.md | 2 +-
api/Visio.Color.Blue.md | 2 +-
api/Visio.Color.Document.md | 2 +-
api/Visio.Color.Flags.md | 2 +-
api/Visio.Color.Green.md | 2 +-
api/Visio.Color.Index.md | 2 +-
api/Visio.Color.ObjectType.md | 2 +-
api/Visio.Color.PaletteEntry.md | 2 +-
api/Visio.Color.Red.md | 2 +-
api/Visio.Color.Stat.md | 2 +-
api/Visio.Colors.Application.md | 2 +-
api/Visio.Colors.Count.md | 2 +-
api/Visio.Colors.Document.md | 2 +-
api/Visio.Colors.Item.md | 4 +-
api/Visio.Colors.ObjectType.md | 2 +-
api/Visio.Colors.Stat.md | 2 +-
api/Visio.Connect.Application.md | 2 +-
api/Visio.Connect.ContainingMasterID.md | 2 +-
api/Visio.Connect.ContainingPageID.md | 2 +-
api/Visio.Connect.Document.md | 2 +-
api/Visio.Connect.FromCell.md | 2 +-
api/Visio.Connect.FromPart.md | 2 +-
api/Visio.Connect.FromSheet.md | 2 +-
api/Visio.Connect.Index.md | 2 +-
api/Visio.Connect.ObjectType.md | 2 +-
api/Visio.Connect.Stat.md | 2 +-
api/Visio.Connect.ToCell.md | 2 +-
api/Visio.Connect.ToPart.md | 2 +-
api/Visio.Connect.ToSheet.md | 2 +-
api/Visio.Connects.Application.md | 2 +-
api/Visio.Connects.Count.md | 2 +-
api/Visio.Connects.Document.md | 2 +-
api/Visio.Connects.FromSheet.md | 2 +-
api/Visio.Connects.Item.md | 4 +-
api/Visio.Connects.ObjectType.md | 2 +-
api/Visio.Connects.Stat.md | 2 +-
api/Visio.Connects.ToSheet.md | 2 +-
api/Visio.Container.md | 2 +-
api/Visio.ContainerProperties.AddMember.md | 4 +-
api/Visio.ContainerProperties.Application.md | 2 +-
...isio.ContainerProperties.ContainerStyle.md | 2 +-
...Visio.ContainerProperties.ContainerType.md | 2 +-
api/Visio.ContainerProperties.Disband.md | 2 +-
...Visio.ContainerProperties.FitToContents.md | 2 +-
...ntainerProperties.GetListMemberPosition.md | 4 +-
...isio.ContainerProperties.GetListMembers.md | 2 +-
...isio.ContainerProperties.GetListSpacing.md | 4 +-
api/Visio.ContainerProperties.GetMargin.md | 4 +-
...sio.ContainerProperties.GetMemberShapes.md | 4 +-
...isio.ContainerProperties.GetMemberState.md | 4 +-
api/Visio.ContainerProperties.HeadingStyle.md | 2 +-
...io.ContainerProperties.InsertListMember.md | 4 +-
...Visio.ContainerProperties.ListAlignment.md | 2 +-
...Visio.ContainerProperties.ListDirection.md | 2 +-
...isio.ContainerProperties.LockMembership.md | 2 +-
api/Visio.ContainerProperties.ObjectType.md | 2 +-
...isio.ContainerProperties.OverlappedList.md | 2 +-
api/Visio.ContainerProperties.RemoveMember.md | 4 +-
...o.ContainerProperties.ReorderListMember.md | 4 +-
...isio.ContainerProperties.ResizeAsNeeded.md | 2 +-
...isio.ContainerProperties.RotateFlipList.md | 4 +-
...isio.ContainerProperties.SetListSpacing.md | 4 +-
api/Visio.ContainerProperties.SetMargin.md | 4 +-
api/Visio.ContainerProperties.Shape.md | 2 +-
api/Visio.ContainerProperties.Stat.md | 2 +-
api/Visio.ContextMenuEnabled.md | 2 +-
api/Visio.CreatePages.md | 2 +-
api/Visio.CurrentPageIndex.md | 2 +-
api/Visio.Curve.Application.md | 2 +-
api/Visio.Curve.Closed.md | 2 +-
api/Visio.Curve.End.md | 2 +-
api/Visio.Curve.ObjectType.md | 2 +-
api/Visio.Curve.Point.md | 4 +-
api/Visio.Curve.PointAndDerivatives.md | 4 +-
api/Visio.Curve.Points.md | 4 +-
api/Visio.Curve.Start.md | 2 +-
api/Visio.CustomPropertyCount.md | 4 +-
api/Visio.CustomPropertyName.md | 4 +-
api/Visio.CustomPropertyValue.md | 4 +-
api/Visio.DataColumn.Application.md | 2 +-
api/Visio.DataColumn.DataRecordset.md | 2 +-
api/Visio.DataColumn.DisplayName.md | 2 +-
api/Visio.DataColumn.Document.md | 2 +-
api/Visio.DataColumn.GetProperty.md | 4 +-
api/Visio.DataColumn.Hyperlink.md | 2 +-
api/Visio.DataColumn.Name.md | 2 +-
api/Visio.DataColumn.ObjectType.md | 2 +-
api/Visio.DataColumn.SetProperty.md | 4 +-
api/Visio.DataColumn.Stat.md | 2 +-
api/Visio.DataColumn.Visible.md | 2 +-
api/Visio.DataColumns.Application.md | 2 +-
api/Visio.DataColumns.Count.md | 2 +-
api/Visio.DataColumns.DataRecordset.md | 2 +-
api/Visio.DataColumns.Document.md | 2 +-
api/Visio.DataColumns.Item.md | 4 +-
api/Visio.DataColumns.ObjectType.md | 2 +-
api/Visio.DataColumns.SetColumnProperties.md | 4 +-
api/Visio.DataColumns.Stat.md | 2 +-
api/Visio.DataConnection.Application.md | 2 +-
api/Visio.DataConnection.ConnectionString.md | 2 +-
api/Visio.DataConnection.Document.md | 2 +-
api/Visio.DataConnection.FileName.md | 2 +-
api/Visio.DataConnection.ID.md | 2 +-
api/Visio.DataConnection.ObjectType.md | 2 +-
api/Visio.DataConnection.Stat.md | 2 +-
api/Visio.DataConnection.Timeout.md | 2 +-
api/Visio.DataRecordset.Application.md | 2 +-
...DataRecordset.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.DataRecordset.CommandString.md | 2 +-
api/Visio.DataRecordset.DataAsXML.md | 2 +-
api/Visio.DataRecordset.DataColumns.md | 2 +-
api/Visio.DataRecordset.DataConnection.md | 2 +-
...isio.DataRecordset.DataRecordsetChanged.md | 2 +-
api/Visio.DataRecordset.Delete.md | 2 +-
api/Visio.DataRecordset.Document.md | 2 +-
api/Visio.DataRecordset.EventList.md | 2 +-
...io.DataRecordset.GetAllRefreshConflicts.md | 2 +-
api/Visio.DataRecordset.GetDataRowIDs.md | 4 +-
...rdset.GetMatchingRowsForRefreshConflict.md | 4 +-
api/Visio.DataRecordset.GetPrimaryKey.md | 4 +-
api/Visio.DataRecordset.GetRowData.md | 4 +-
api/Visio.DataRecordset.ID.md | 2 +-
...Visio.DataRecordset.LinkReplaceBehavior.md | 2 +-
api/Visio.DataRecordset.Name.md | 2 +-
api/Visio.DataRecordset.ObjectType.md | 2 +-
api/Visio.DataRecordset.Refresh.md | 2 +-
api/Visio.DataRecordset.RefreshInterval.md | 2 +-
api/Visio.DataRecordset.RefreshSettings.md | 2 +-
api/Visio.DataRecordset.RefreshUsingXML.md | 4 +-
...sio.DataRecordset.RemoveRefreshConflict.md | 4 +-
api/Visio.DataRecordset.SetPrimaryKey.md | 4 +-
api/Visio.DataRecordset.Stat.md | 2 +-
api/Visio.DataRecordset.TimeRefreshed.md | 2 +-
...o.DataRecordsetChangedEvent.Application.md | 2 +-
...aRecordsetChangedEvent.DataColumnsAdded.md | 2 +-
...ecordsetChangedEvent.DataColumnsChanged.md | 2 +-
...ecordsetChangedEvent.DataColumnsDeleted.md | 2 +-
...DataRecordsetChangedEvent.DataRecordset.md | 2 +-
...DataRecordsetChangedEvent.DataRowsAdded.md | 2 +-
...taRecordsetChangedEvent.DataRowsDeleted.md | 2 +-
...io.DataRecordsetChangedEvent.ObjectType.md | 2 +-
api/Visio.DataRecordsetChangedEvent.Stat.md | 2 +-
api/Visio.DataRecordsets.Add.md | 4 +-
...io.DataRecordsets.AddFromConnectionFile.md | 4 +-
api/Visio.DataRecordsets.AddFromXML.md | 4 +-
api/Visio.DataRecordsets.Application.md | 2 +-
...ataRecordsets.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.DataRecordsets.Count.md | 2 +-
...Visio.DataRecordsets.DataRecordsetAdded.md | 2 +-
...sio.DataRecordsets.DataRecordsetChanged.md | 2 +-
api/Visio.DataRecordsets.Document.md | 2 +-
api/Visio.DataRecordsets.EventList.md | 2 +-
api/Visio.DataRecordsets.GetLastDataError.md | 4 +-
api/Visio.DataRecordsets.Item.md | 4 +-
api/Visio.DataRecordsets.ItemFromID.md | 4 +-
api/Visio.DataRecordsets.ObjectType.md | 2 +-
api/Visio.DataRecordsets.Stat.md | 2 +-
api/Visio.DiagramServicesEnabled.md | 2 +-
api/Visio.DispScreenRes.md | 2 +-
api/Visio.DisplayAbout.md | 2 +-
api/Visio.DisplayContextMenu.md | 4 +-
api/Visio.DisplayHelp.md | 4 +-
api/Visio.DisplayPropertyDialog.md | 4 +-
api/Visio.Document.AddUndoUnit.md | 4 +-
...o.Document.AfterRemoveHiddenInformation.md | 2 +-
api/Visio.Document.AlternateNames.md | 2 +-
api/Visio.Document.Application.md | 2 +-
api/Visio.Document.AutoRecover.md | 2 +-
...isio.Document.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.Document.BeforeDocumentClose.md | 2 +-
api/Visio.Document.BeforeDocumentSave.md | 2 +-
api/Visio.Document.BeforeDocumentSaveAs.md | 2 +-
api/Visio.Document.BeforeMasterDelete.md | 2 +-
api/Visio.Document.BeforePageDelete.md | 2 +-
api/Visio.Document.BeforeSelectionDelete.md | 2 +-
api/Visio.Document.BeforeShapeTextEdit.md | 2 +-
api/Visio.Document.BeforeStyleDelete.md | 2 +-
api/Visio.Document.BeginUndoScope.md | 4 +-
api/Visio.Document.BottomMargin.md | 4 +-
api/Visio.Document.BuildNumberCreated.md | 2 +-
api/Visio.Document.BuildNumberEdited.md | 2 +-
api/Visio.Document.CanCheckIn.md | 2 +-
api/Visio.Document.CanUndoCheckOut.md | 2 +-
api/Visio.Document.Category.md | 2 +-
api/Visio.Document.CheckIn.md | 4 +-
api/Visio.Document.ClassID.md | 2 +-
api/Visio.Document.Clean.md | 4 +-
api/Visio.Document.ClearCustomMenus.md | 2 +-
api/Visio.Document.ClearCustomToolbars.md | 2 +-
api/Visio.Document.ClearGestureFormatSheet.md | 2 +-
api/Visio.Document.Close.md | 2 +-
api/Visio.Document.Colors.md | 2 +-
api/Visio.Document.Company.md | 2 +-
api/Visio.Document.ContainsWorkspaceEx.md | 2 +-
api/Visio.Document.ConvertToGroupCanceled.md | 2 +-
api/Visio.Document.CopyPreviewPicture.md | 4 +-
api/Visio.Document.Creator.md | 2 +-
api/Visio.Document.CustomMenus.md | 2 +-
api/Visio.Document.CustomMenusFile.md | 2 +-
api/Visio.Document.CustomToolbars.md | 2 +-
api/Visio.Document.CustomToolbarsFile.md | 2 +-
api/Visio.Document.CustomUI.md | 2 +-
api/Visio.Document.DataRecordsetAdded.md | 2 +-
api/Visio.Document.DataRecordsets.md | 2 +-
api/Visio.Document.DefaultFillStyle.md | 2 +-
api/Visio.Document.DefaultGuideStyle.md | 2 +-
api/Visio.Document.DefaultLineStyle.md | 2 +-
api/Visio.Document.DefaultSavePath.md | 2 +-
api/Visio.Document.DefaultStyle.md | 2 +-
api/Visio.Document.DefaultTextStyle.md | 2 +-
...Visio.Document.DeleteSolutionXMLElement.md | 4 +-
api/Visio.Document.Description.md | 2 +-
api/Visio.Document.DesignModeEntered.md | 2 +-
api/Visio.Document.DocumentChanged.md | 2 +-
api/Visio.Document.DocumentCloseCanceled.md | 2 +-
api/Visio.Document.DocumentCreated.md | 2 +-
api/Visio.Document.DocumentOpened.md | 2 +-
api/Visio.Document.DocumentSaved.md | 2 +-
api/Visio.Document.DocumentSavedAs.md | 2 +-
api/Visio.Document.DocumentSheet.md | 2 +-
api/Visio.Document.Drop.md | 4 +-
api/Visio.Document.DynamicGridEnabled.md | 2 +-
api/Visio.Document.EmailRoutingData.md | 2 +-
api/Visio.Document.EndUndoScope.md | 4 +-
api/Visio.Document.EventList.md | 2 +-
api/Visio.Document.ExecuteLine.md | 4 +-
api/Visio.Document.ExportAsFixedFormat.md | 4 +-
api/Visio.Document.FollowHyperlink.md | 4 +-
api/Visio.Document.Fonts.md | 2 +-
api/Visio.Document.FooterCenter.md | 2 +-
api/Visio.Document.FooterLeft.md | 2 +-
api/Visio.Document.FooterMargin.md | 4 +-
api/Visio.Document.FooterRight.md | 2 +-
api/Visio.Document.FullBuildNumberCreated.md | 2 +-
api/Visio.Document.FullBuildNumberEdited.md | 2 +-
api/Visio.Document.FullName.md | 2 +-
api/Visio.Document.GestureFormatSheet.md | 2 +-
api/Visio.Document.GetThemeNames.md | 4 +-
api/Visio.Document.GetThemeNamesU.md | 4 +-
api/Visio.Document.GlueEnabled.md | 2 +-
api/Visio.Document.GlueSettings.md | 2 +-
api/Visio.Document.GroupCanceled.md | 2 +-
api/Visio.Document.HeaderCenter.md | 2 +-
api/Visio.Document.HeaderFooterColor.md | 2 +-
api/Visio.Document.HeaderFooterFont.md | 2 +-
api/Visio.Document.HeaderLeft.md | 2 +-
api/Visio.Document.HeaderMargin.md | 4 +-
api/Visio.Document.HeaderRight.md | 2 +-
api/Visio.Document.HyperlinkBase.md | 2 +-
api/Visio.Document.ID.md | 2 +-
api/Visio.Document.InPlace.md | 2 +-
api/Visio.Document.Index.md | 2 +-
api/Visio.Document.Keywords.md | 2 +-
api/Visio.Document.Language.md | 2 +-
api/Visio.Document.LeftMargin.md | 4 +-
api/Visio.Document.MacrosEnabled.md | 2 +-
api/Visio.Document.Manager.md | 2 +-
api/Visio.Document.MasterAdded.md | 2 +-
api/Visio.Document.MasterChanged.md | 2 +-
api/Visio.Document.MasterDeleteCanceled.md | 2 +-
api/Visio.Document.MasterShortcuts.md | 2 +-
api/Visio.Document.Masters.md | 2 +-
api/Visio.Document.Mode.md | 2 +-
api/Visio.Document.Name.md | 2 +-
api/Visio.Document.OLEObjects.md | 2 +-
api/Visio.Document.ObjectType.md | 2 +-
api/Visio.Document.OpenStencilWindow.md | 2 +-
api/Visio.Document.PageAdded.md | 2 +-
api/Visio.Document.PageChanged.md | 2 +-
api/Visio.Document.PageDeleteCanceled.md | 2 +-
api/Visio.Document.Pages.md | 2 +-
api/Visio.Document.PaperHeight.md | 4 +-
api/Visio.Document.PaperSize.md | 2 +-
api/Visio.Document.PaperWidth.md | 4 +-
api/Visio.Document.ParseLine.md | 4 +-
api/Visio.Document.Path.md | 2 +-
api/Visio.Document.PersistsEvents.md | 2 +-
api/Visio.Document.PreviewPicture.md | 2 +-
api/Visio.Document.Print.md | 2 +-
api/Visio.Document.PrintCenteredH.md | 2 +-
api/Visio.Document.PrintCenteredV.md | 2 +-
api/Visio.Document.PrintFitOnPages.md | 2 +-
api/Visio.Document.PrintLandscape.md | 2 +-
api/Visio.Document.PrintOut.md | 4 +-
api/Visio.Document.PrintPagesAcross.md | 2 +-
api/Visio.Document.PrintPagesDown.md | 2 +-
api/Visio.Document.PrintScale.md | 2 +-
api/Visio.Document.Printer.md | 2 +-
api/Visio.Document.ProgID.md | 2 +-
api/Visio.Document.Protection.md | 4 +-
api/Visio.Document.PurgeUndo.md | 2 +-
...isio.Document.QueryCancelConvertToGroup.md | 2 +-
...Visio.Document.QueryCancelDocumentClose.md | 2 +-
api/Visio.Document.QueryCancelGroup.md | 2 +-
api/Visio.Document.QueryCancelMasterDelete.md | 2 +-
api/Visio.Document.QueryCancelPageDelete.md | 2 +-
...sio.Document.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Document.QueryCancelStyleDelete.md | 2 +-
api/Visio.Document.QueryCancelUngroup.md | 2 +-
api/Visio.Document.ReadOnly.md | 2 +-
api/Visio.Document.RemoveHiddenInformation.md | 4 +-
...isio.Document.RemovePersonalInformation.md | 2 +-
api/Visio.Document.RenameCurrentScope.md | 4 +-
api/Visio.Document.RightMargin.md | 4 +-
api/Visio.Document.RuleSetValidated.md | 2 +-
api/Visio.Document.RunModeEntered.md | 2 +-
api/Visio.Document.Save.md | 2 +-
api/Visio.Document.SaveAs.md | 4 +-
api/Visio.Document.SaveAsEx.md | 4 +-
api/Visio.Document.SavePreviewMode.md | 2 +-
api/Visio.Document.Saved.md | 2 +-
api/Visio.Document.SelectionDeleteCanceled.md | 2 +-
api/Visio.Document.ServerPublishOptions.md | 2 +-
api/Visio.Document.SetCustomMenus.md | 4 +-
api/Visio.Document.SetCustomToolbars.md | 4 +-
api/Visio.Document.ShapeAdded.md | 2 +-
api/Visio.Document.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Document.ShapeExitedTextEdit.md | 2 +-
api/Visio.Document.ShapeParentChanged.md | 2 +-
api/Visio.Document.SharedWorkspace.md | 2 +-
api/Visio.Document.SnapAngles.md | 2 +-
api/Visio.Document.SnapEnabled.md | 2 +-
api/Visio.Document.SnapExtensions.md | 2 +-
api/Visio.Document.SnapSettings.md | 2 +-
api/Visio.Document.SolutionXMLElement.md | 4 +-
api/Visio.Document.SolutionXMLElementCount.md | 2 +-
...Visio.Document.SolutionXMLElementExists.md | 4 +-
api/Visio.Document.SolutionXMLElementName.md | 4 +-
api/Visio.Document.Stat.md | 2 +-
api/Visio.Document.StyleAdded.md | 2 +-
api/Visio.Document.StyleChanged.md | 2 +-
api/Visio.Document.StyleDeleteCanceled.md | 2 +-
api/Visio.Document.Styles.md | 2 +-
api/Visio.Document.Subject.md | 2 +-
api/Visio.Document.Sync.md | 2 +-
api/Visio.Document.Template.md | 2 +-
api/Visio.Document.Time.md | 2 +-
api/Visio.Document.TimeCreated.md | 2 +-
api/Visio.Document.TimeEdited.md | 2 +-
api/Visio.Document.TimePrinted.md | 2 +-
api/Visio.Document.TimeSaved.md | 2 +-
api/Visio.Document.Title.md | 2 +-
api/Visio.Document.TopMargin.md | 4 +-
api/Visio.Document.Type.md | 2 +-
api/Visio.Document.UndoCheckOut.md | 2 +-
api/Visio.Document.UndoEnabled.md | 2 +-
api/Visio.Document.UngroupCanceled.md | 2 +-
api/Visio.Document.VBProject.md | 2 +-
api/Visio.Document.VBProjectData.md | 2 +-
api/Visio.Document.Validation.md | 2 +-
api/Visio.Document.Version.md | 2 +-
api/Visio.Document.ZoomBehavior.md | 2 +-
api/Visio.DocumentLoaded.md | 2 +-
api/Visio.Documents.Add.md | 4 +-
api/Visio.Documents.AddEx.md | 4 +-
....Documents.AfterRemoveHiddenInformation.md | 2 +-
api/Visio.Documents.Application.md | 2 +-
...sio.Documents.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.Documents.BeforeDocumentClose.md | 2 +-
api/Visio.Documents.BeforeDocumentSave.md | 2 +-
api/Visio.Documents.BeforeDocumentSaveAs.md | 2 +-
api/Visio.Documents.BeforeMasterDelete.md | 2 +-
api/Visio.Documents.BeforePageDelete.md | 2 +-
api/Visio.Documents.BeforeSelectionDelete.md | 2 +-
api/Visio.Documents.BeforeShapeDelete.md | 2 +-
api/Visio.Documents.BeforeShapeTextEdit.md | 2 +-
api/Visio.Documents.BeforeStyleDelete.md | 2 +-
...isio.Documents.CalloutRelationshipAdded.md | 2 +-
...io.Documents.CalloutRelationshipDeleted.md | 2 +-
api/Visio.Documents.CanCheckOut.md | 4 +-
api/Visio.Documents.CellChanged.md | 2 +-
api/Visio.Documents.CheckOut.md | 4 +-
api/Visio.Documents.ConnectionsAdded.md | 2 +-
api/Visio.Documents.ConnectionsDeleted.md | 2 +-
...io.Documents.ContainerRelationshipAdded.md | 2 +-
....Documents.ContainerRelationshipDeleted.md | 2 +-
api/Visio.Documents.ConvertToGroupCanceled.md | 2 +-
api/Visio.Documents.Count.md | 2 +-
api/Visio.Documents.DataRecordsetAdded.md | 2 +-
api/Visio.Documents.DataRecordsetChanged.md | 2 +-
api/Visio.Documents.DesignModeEntered.md | 2 +-
api/Visio.Documents.DocumentChanged.md | 2 +-
api/Visio.Documents.DocumentCloseCanceled.md | 2 +-
api/Visio.Documents.DocumentCreated.md | 2 +-
api/Visio.Documents.DocumentOpened.md | 2 +-
api/Visio.Documents.DocumentSaved.md | 2 +-
api/Visio.Documents.DocumentSavedAs.md | 2 +-
api/Visio.Documents.EventList.md | 2 +-
api/Visio.Documents.FormulaChanged.md | 2 +-
api/Visio.Documents.GetNames.md | 4 +-
api/Visio.Documents.GroupCanceled.md | 2 +-
api/Visio.Documents.Item.md | 4 +-
api/Visio.Documents.ItemFromID.md | 4 +-
api/Visio.Documents.MasterAdded.md | 2 +-
api/Visio.Documents.MasterChanged.md | 2 +-
api/Visio.Documents.MasterDeleteCanceled.md | 2 +-
api/Visio.Documents.ObjectType.md | 2 +-
api/Visio.Documents.Open.md | 4 +-
api/Visio.Documents.OpenEx.md | 4 +-
api/Visio.Documents.PageAdded.md | 2 +-
api/Visio.Documents.PageChanged.md | 2 +-
api/Visio.Documents.PageDeleteCanceled.md | 2 +-
api/Visio.Documents.PersistsEvents.md | 2 +-
...sio.Documents.QueryCancelConvertToGroup.md | 2 +-
...isio.Documents.QueryCancelDocumentClose.md | 2 +-
api/Visio.Documents.QueryCancelGroup.md | 2 +-
...Visio.Documents.QueryCancelMasterDelete.md | 2 +-
api/Visio.Documents.QueryCancelPageDelete.md | 2 +-
...io.Documents.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Documents.QueryCancelStyleDelete.md | 2 +-
api/Visio.Documents.QueryCancelUngroup.md | 2 +-
api/Visio.Documents.RuleSetValidated.md | 2 +-
api/Visio.Documents.RunModeEntered.md | 2 +-
api/Visio.Documents.SelectionAdded.md | 2 +-
...Visio.Documents.SelectionDeleteCanceled.md | 2 +-
api/Visio.Documents.ShapeAdded.md | 2 +-
api/Visio.Documents.ShapeChanged.md | 2 +-
...Visio.Documents.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Documents.ShapeExitedTextEdit.md | 2 +-
api/Visio.Documents.ShapeLinkAdded.md | 2 +-
api/Visio.Documents.ShapeLinkDeleted.md | 2 +-
api/Visio.Documents.ShapeParentChanged.md | 2 +-
api/Visio.Documents.StyleAdded.md | 2 +-
api/Visio.Documents.StyleChanged.md | 2 +-
api/Visio.Documents.StyleDeleteCanceled.md | 2 +-
api/Visio.Documents.TextChanged.md | 2 +-
api/Visio.Documents.UngroupCanceled.md | 2 +-
...ingControl.AfterRemoveHiddenInformation.md | 2 +-
...rawingControl.BeforeDataRecordsetDelete.md | 2 +-
...isio.DrawingControl.BeforeDocumentClose.md | 2 +-
...Visio.DrawingControl.BeforeDocumentSave.md | 2 +-
...sio.DrawingControl.BeforeDocumentSaveAs.md | 2 +-
...Visio.DrawingControl.BeforeMasterDelete.md | 2 +-
api/Visio.DrawingControl.BeforePageDelete.md | 2 +-
...io.DrawingControl.BeforeSelectionDelete.md | 2 +-
...isio.DrawingControl.BeforeShapeTextEdit.md | 2 +-
api/Visio.DrawingControl.BeforeStyleDelete.md | 2 +-
...Visio.DrawingControl.BeforeWindowClosed.md | 2 +-
...sio.DrawingControl.BeforeWindowPageTurn.md | 2 +-
...io.DrawingControl.BeforeWindowSelDelete.md | 2 +-
...o.DrawingControl.ConvertToGroupCanceled.md | 2 +-
...Visio.DrawingControl.DataRecordsetAdded.md | 2 +-
api/Visio.DrawingControl.DesignModeEntered.md | 2 +-
api/Visio.DrawingControl.Document.md | 2 +-
api/Visio.DrawingControl.DocumentChanged.md | 2 +-
...io.DrawingControl.DocumentCloseCanceled.md | 2 +-
api/Visio.DrawingControl.DocumentCreated.md | 2 +-
api/Visio.DrawingControl.DocumentOpened.md | 2 +-
api/Visio.DrawingControl.DocumentSaved.md | 2 +-
api/Visio.DrawingControl.DocumentSavedAs.md | 2 +-
api/Visio.DrawingControl.GroupCanceled.md | 2 +-
api/Visio.DrawingControl.KeyDown.md | 2 +-
api/Visio.DrawingControl.KeyPress.md | 2 +-
api/Visio.DrawingControl.KeyUp.md | 2 +-
api/Visio.DrawingControl.MasterAdded.md | 2 +-
api/Visio.DrawingControl.MasterChanged.md | 2 +-
...sio.DrawingControl.MasterDeleteCanceled.md | 2 +-
api/Visio.DrawingControl.MouseDown.md | 2 +-
api/Visio.DrawingControl.MouseMove.md | 2 +-
api/Visio.DrawingControl.MouseUp.md | 2 +-
...awingControl.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.DrawingControl.PageAdded.md | 2 +-
api/Visio.DrawingControl.PageChanged.md | 2 +-
...Visio.DrawingControl.PageDeleteCanceled.md | 2 +-
...rawingControl.QueryCancelConvertToGroup.md | 2 +-
...DrawingControl.QueryCancelDocumentClose.md | 2 +-
api/Visio.DrawingControl.QueryCancelGroup.md | 2 +-
....DrawingControl.QueryCancelMasterDelete.md | 2 +-
...io.DrawingControl.QueryCancelPageDelete.md | 2 +-
...awingControl.QueryCancelSelectionDelete.md | 2 +-
...o.DrawingControl.QueryCancelStyleDelete.md | 2 +-
...Visio.DrawingControl.QueryCancelUngroup.md | 2 +-
...o.DrawingControl.QueryCancelWindowClose.md | 2 +-
api/Visio.DrawingControl.RunModeEntered.md | 2 +-
api/Visio.DrawingControl.SelectionChanged.md | 2 +-
....DrawingControl.SelectionDeleteCanceled.md | 2 +-
api/Visio.DrawingControl.ShapeAdded.md | 2 +-
....DrawingControl.ShapeDataGraphicChanged.md | 2 +-
...isio.DrawingControl.ShapeExitedTextEdit.md | 2 +-
...Visio.DrawingControl.ShapeParentChanged.md | 2 +-
api/Visio.DrawingControl.StyleAdded.md | 2 +-
api/Visio.DrawingControl.StyleChanged.md | 2 +-
...isio.DrawingControl.StyleDeleteCanceled.md | 2 +-
api/Visio.DrawingControl.UngroupCanceled.md | 2 +-
api/Visio.DrawingControl.ViewChanged.md | 2 +-
api/Visio.DrawingControl.Window.md | 2 +-
api/Visio.DrawingControl.WindowActivated.md | 2 +-
api/Visio.DrawingControl.WindowChanged.md | 2 +-
...isio.DrawingControl.WindowCloseCanceled.md | 2 +-
...Visio.DrawingControl.WindowTurnedToPage.md | 2 +-
api/Visio.EndPage.md | 2 +-
api/Visio.Event.Action.md | 2 +-
api/Visio.Event.Application.md | 2 +-
api/Visio.Event.Delete.md | 2 +-
api/Visio.Event.Enabled.md | 2 +-
api/Visio.Event.Event.md | 2 +-
api/Visio.Event.EventList.md | 2 +-
api/Visio.Event.GetFilterActions.md | 2 +-
api/Visio.Event.GetFilterCommands.md | 2 +-
api/Visio.Event.GetFilterObjects.md | 2 +-
api/Visio.Event.GetFilterSRC.md | 2 +-
api/Visio.Event.ID.md | 2 +-
api/Visio.Event.Index.md | 2 +-
api/Visio.Event.ObjectType.md | 2 +-
api/Visio.Event.Persistable.md | 2 +-
api/Visio.Event.Persistent.md | 2 +-
api/Visio.Event.SetFilterActions.md | 4 +-
api/Visio.Event.SetFilterCommands.md | 4 +-
api/Visio.Event.SetFilterObjects.md | 4 +-
api/Visio.Event.SetFilterSRC.md | 4 +-
api/Visio.Event.Target.md | 2 +-
api/Visio.Event.TargetArgs.md | 2 +-
api/Visio.Event.Trigger.md | 4 +-
api/Visio.EventList.Add.md | 4 +-
api/Visio.EventList.AddAdvise.md | 4 +-
api/Visio.EventList.Application.md | 2 +-
api/Visio.EventList.Count.md | 2 +-
api/Visio.EventList.Item.md | 4 +-
api/Visio.EventList.ItemFromID.md | 4 +-
api/Visio.EventList.ObjectType.md | 2 +-
api/Visio.FollowHyperlink.md | 4 +-
api/Visio.Font.Application.md | 2 +-
api/Visio.Font.Attributes.md | 2 +-
api/Visio.Font.CharSet.md | 2 +-
api/Visio.Font.Document.md | 2 +-
api/Visio.Font.ID.md | 2 +-
api/Visio.Font.Index.md | 2 +-
api/Visio.Font.Name.md | 2 +-
api/Visio.Font.ObjectType.md | 2 +-
api/Visio.Font.PitchAndFamily.md | 2 +-
api/Visio.Font.Stat.md | 2 +-
api/Visio.Fonts.Application.md | 2 +-
api/Visio.Fonts.Count.md | 2 +-
api/Visio.Fonts.Document.md | 2 +-
api/Visio.Fonts.Item.md | 4 +-
api/Visio.Fonts.ItemFromID.md | 4 +-
api/Visio.Fonts.ObjectType.md | 2 +-
api/Visio.Fonts.Stat.md | 2 +-
api/Visio.FormatCount.md | 2 +-
api/Visio.GetErrorMessage.md | 4 +-
api/Visio.GetFormatName.md | 4 +-
api/Visio.GetPageView.md | 4 +-
api/Visio.GetPhysicalDimensions.md | 4 +-
api/Visio.Global.ActiveDocument.md | 2 +-
api/Visio.Global.ActivePage.md | 2 +-
api/Visio.Global.ActiveWindow.md | 2 +-
api/Visio.Global.Addons.md | 2 +-
api/Visio.Global.Application.md | 2 +-
api/Visio.Global.Documents.md | 2 +-
api/Visio.Global.Vbe.md | 2 +-
api/Visio.Global.Windows.md | 2 +-
api/Visio.GraphicItem.Application.md | 2 +-
api/Visio.GraphicItem.DataGraphic.md | 2 +-
api/Visio.GraphicItem.Delete.md | 2 +-
api/Visio.GraphicItem.Description.md | 2 +-
api/Visio.GraphicItem.Document.md | 2 +-
api/Visio.GraphicItem.GetExpression.md | 4 +-
api/Visio.GraphicItem.HorizontalPosition.md | 2 +-
api/Visio.GraphicItem.ID.md | 2 +-
api/Visio.GraphicItem.Index.md | 2 +-
api/Visio.GraphicItem.ObjectType.md | 2 +-
api/Visio.GraphicItem.SetExpression.md | 4 +-
api/Visio.GraphicItem.Stat.md | 2 +-
api/Visio.GraphicItem.Tag.md | 2 +-
api/Visio.GraphicItem.Type.md | 2 +-
...isio.GraphicItem.UseDataGraphicPosition.md | 2 +-
api/Visio.GraphicItem.VerticalPosition.md | 2 +-
api/Visio.GraphicItems.AddCopy.md | 4 +-
api/Visio.GraphicItems.Application.md | 2 +-
api/Visio.GraphicItems.Count.md | 2 +-
api/Visio.GraphicItems.DataGraphic.md | 2 +-
api/Visio.GraphicItems.Document.md | 2 +-
api/Visio.GraphicItems.Item.md | 4 +-
api/Visio.GraphicItems.ItemFromID.md | 4 +-
api/Visio.GraphicItems.ObjectType.md | 2 +-
api/Visio.GraphicItems.Stat.md | 2 +-
api/Visio.GridVisible.md | 2 +-
api/Visio.HighQualityRender.md | 2 +-
api/Visio.HostID.md | 2 +-
api/Visio.Hyperlink.AddToFavorites.md | 4 +-
api/Visio.Hyperlink.Address.md | 2 +-
api/Visio.Hyperlink.Application.md | 2 +-
api/Visio.Hyperlink.Copy.md | 2 +-
api/Visio.Hyperlink.CreateURL.md | 4 +-
api/Visio.Hyperlink.Delete.md | 2 +-
api/Visio.Hyperlink.Description.md | 2 +-
api/Visio.Hyperlink.ExtraInfo.md | 2 +-
api/Visio.Hyperlink.Follow.md | 2 +-
api/Visio.Hyperlink.Frame.md | 2 +-
api/Visio.Hyperlink.IsDefaultLink.md | 2 +-
api/Visio.Hyperlink.Name.md | 2 +-
api/Visio.Hyperlink.NameU.md | 2 +-
api/Visio.Hyperlink.NewWindow.md | 2 +-
api/Visio.Hyperlink.ObjectType.md | 2 +-
api/Visio.Hyperlink.Row.md | 2 +-
api/Visio.Hyperlink.Shape.md | 2 +-
api/Visio.Hyperlink.Stat.md | 2 +-
api/Visio.Hyperlink.SubAddress.md | 2 +-
api/Visio.HyperlinkAddress.md | 4 +-
api/Visio.HyperlinkCount.md | 4 +-
api/Visio.Hyperlinks.Add.md | 2 +-
api/Visio.Hyperlinks.Application.md | 2 +-
api/Visio.Hyperlinks.Count.md | 2 +-
api/Visio.Hyperlinks.Item.md | 4 +-
api/Visio.Hyperlinks.ItemU.md | 4 +-
api/Visio.Hyperlinks.ObjectType.md | 2 +-
api/Visio.Hyperlinks.Shape.md | 2 +-
api/Visio.Hyperlinks.Stat.md | 2 +-
api/Visio.IVBUndoUnit.Description.md | 2 +-
api/Visio.IVBUndoUnit.Do.md | 4 +-
api/Visio.IVBUndoUnit.OnNextAdd.md | 2 +-
api/Visio.IVBUndoUnit.UnitSize.md | 2 +-
api/Visio.IVBUndoUnit.UnitTypeCLSID.md | 2 +-
api/Visio.IVBUndoUnit.UnitTypeLong.md | 2 +-
api/Visio.IVisEventProc.VisEventProc.md | 4 +-
api/Visio.InitSettings.md | 2 +-
api/Visio.InvisibleApp.Active.md | 2 +-
api/Visio.InvisibleApp.ActiveDocument.md | 2 +-
api/Visio.InvisibleApp.ActivePage.md | 2 +-
api/Visio.InvisibleApp.ActivePrinter.md | 2 +-
api/Visio.InvisibleApp.ActiveWindow.md | 2 +-
api/Visio.InvisibleApp.AddUndoUnit.md | 4 +-
api/Visio.InvisibleApp.AddonPaths.md | 2 +-
api/Visio.InvisibleApp.Addons.md | 2 +-
api/Visio.InvisibleApp.AfterModal.md | 2 +-
...visibleApp.AfterRemoveHiddenInformation.md | 2 +-
api/Visio.InvisibleApp.AfterResume.md | 2 +-
api/Visio.InvisibleApp.AfterResumeEvents.md | 4 +-
api/Visio.InvisibleApp.AlertResponse.md | 2 +-
api/Visio.InvisibleApp.AppActivated.md | 2 +-
api/Visio.InvisibleApp.AppDeactivated.md | 2 +-
api/Visio.InvisibleApp.AppObjActivated.md | 2 +-
api/Visio.InvisibleApp.AppObjDeactivated.md | 2 +-
api/Visio.InvisibleApp.Application.md | 2 +-
api/Visio.InvisibleApp.Assistance.md | 2 +-
api/Visio.InvisibleApp.AutoLayout.md | 2 +-
api/Visio.InvisibleApp.AutoRecoverInterval.md | 2 +-
api/Visio.InvisibleApp.AvailablePrinters.md | 2 +-
....InvisibleApp.BeforeDataRecordsetDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeDocumentClose.md | 2 +-
api/Visio.InvisibleApp.BeforeDocumentSave.md | 2 +-
...Visio.InvisibleApp.BeforeDocumentSaveAs.md | 2 +-
api/Visio.InvisibleApp.BeforeMasterDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeModal.md | 2 +-
api/Visio.InvisibleApp.BeforePageDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeQuit.md | 2 +-
...isio.InvisibleApp.BeforeSelectionDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeShapeDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeShapeTextEdit.md | 2 +-
api/Visio.InvisibleApp.BeforeStyleDelete.md | 2 +-
api/Visio.InvisibleApp.BeforeSuspend.md | 2 +-
api/Visio.InvisibleApp.BeforeSuspendEvents.md | 4 +-
api/Visio.InvisibleApp.BeforeWindowClosed.md | 2 +-
...Visio.InvisibleApp.BeforeWindowPageTurn.md | 2 +-
...isio.InvisibleApp.BeforeWindowSelDelete.md | 2 +-
api/Visio.InvisibleApp.BeginUndoScope.md | 4 +-
api/Visio.InvisibleApp.Build.md | 2 +-
api/Visio.InvisibleApp.BuiltInMenus.md | 2 +-
api/Visio.InvisibleApp.BuiltInToolbars.md | 4 +-
api/Visio.InvisibleApp.COMAddIns.md | 2 +-
...o.InvisibleApp.CalloutRelationshipAdded.md | 2 +-
...InvisibleApp.CalloutRelationshipDeleted.md | 2 +-
api/Visio.InvisibleApp.CellChanged.md | 2 +-
api/Visio.InvisibleApp.ClearCustomMenus.md | 2 +-
api/Visio.InvisibleApp.ClearCustomToolbars.md | 2 +-
api/Visio.InvisibleApp.CommandBars.md | 2 +-
api/Visio.InvisibleApp.CommandLine.md | 2 +-
api/Visio.InvisibleApp.ConnectionsAdded.md | 2 +-
api/Visio.InvisibleApp.ConnectionsDeleted.md | 2 +-
...io.InvisibleApp.ConnectorToolDataObject.md | 2 +-
...InvisibleApp.ContainerRelationshipAdded.md | 2 +-
...visibleApp.ContainerRelationshipDeleted.md | 2 +-
api/Visio.InvisibleApp.ConvertResult.md | 4 +-
...sio.InvisibleApp.ConvertToGroupCanceled.md | 2 +-
api/Visio.InvisibleApp.CurrentEdition.md | 2 +-
api/Visio.InvisibleApp.CurrentScope.md | 2 +-
api/Visio.InvisibleApp.CustomMenus.md | 2 +-
api/Visio.InvisibleApp.CustomMenusFile.md | 2 +-
api/Visio.InvisibleApp.CustomToolbars.md | 2 +-
api/Visio.InvisibleApp.CustomToolbarsFile.md | 2 +-
api/Visio.InvisibleApp.DataFeaturesEnabled.md | 2 +-
api/Visio.InvisibleApp.DataRecordsetAdded.md | 2 +-
...Visio.InvisibleApp.DataRecordsetChanged.md | 2 +-
api/Visio.InvisibleApp.DefaultAngleUnits.md | 2 +-
...Visio.InvisibleApp.DefaultDurationUnits.md | 2 +-
...InvisibleApp.DefaultRectangleDataObject.md | 2 +-
api/Visio.InvisibleApp.DefaultTextUnits.md | 2 +-
api/Visio.InvisibleApp.DefaultZoomBehavior.md | 2 +-
api/Visio.InvisibleApp.DeferRecalc.md | 2 +-
...io.InvisibleApp.DeferRelationshipRecalc.md | 2 +-
api/Visio.InvisibleApp.DesignModeEntered.md | 2 +-
api/Visio.InvisibleApp.DialogFont.md | 2 +-
api/Visio.InvisibleApp.DoCmd.md | 4 +-
api/Visio.InvisibleApp.DocumentChanged.md | 2 +-
...isio.InvisibleApp.DocumentCloseCanceled.md | 2 +-
api/Visio.InvisibleApp.DocumentCreated.md | 2 +-
api/Visio.InvisibleApp.DocumentOpened.md | 2 +-
api/Visio.InvisibleApp.DocumentSaved.md | 2 +-
api/Visio.InvisibleApp.DocumentSavedAs.md | 2 +-
api/Visio.InvisibleApp.Documents.md | 2 +-
api/Visio.InvisibleApp.DrawingPaths.md | 2 +-
api/Visio.InvisibleApp.EndUndoScope.md | 4 +-
api/Visio.InvisibleApp.EnterScope.md | 2 +-
api/Visio.InvisibleApp.EnumDirectories.md | 4 +-
api/Visio.InvisibleApp.EventInfo.md | 4 +-
api/Visio.InvisibleApp.EventList.md | 2 +-
api/Visio.InvisibleApp.EventsEnabled.md | 2 +-
api/Visio.InvisibleApp.ExitScope.md | 2 +-
api/Visio.InvisibleApp.FormatResult.md | 2 +-
api/Visio.InvisibleApp.FormatResultEx.md | 2 +-
api/Visio.InvisibleApp.FormulaChanged.md | 2 +-
api/Visio.InvisibleApp.FullBuild.md | 2 +-
...isio.InvisibleApp.GetBuiltInStencilFile.md | 4 +-
...Visio.InvisibleApp.GetCustomStencilFile.md | 4 +-
api/Visio.InvisibleApp.GetPreviewEnabled.md | 4 +-
api/Visio.InvisibleApp.GroupCanceled.md | 2 +-
api/Visio.InvisibleApp.HelpPaths.md | 2 +-
api/Visio.InvisibleApp.InhibitSelectChange.md | 2 +-
api/Visio.InvisibleApp.InstanceHandle32.md | 2 +-
api/Visio.InvisibleApp.InstanceHandle64.md | 2 +-
api/Visio.InvisibleApp.InvokeHelp.md | 4 +-
api/Visio.InvisibleApp.IsInScope.md | 4 +-
api/Visio.InvisibleApp.IsUndoingOrRedoing.md | 2 +-
api/Visio.InvisibleApp.KeyDown.md | 2 +-
api/Visio.InvisibleApp.KeyPress.md | 2 +-
api/Visio.InvisibleApp.KeyUp.md | 2 +-
api/Visio.InvisibleApp.Language.md | 2 +-
api/Visio.InvisibleApp.LanguageHelp.md | 2 +-
api/Visio.InvisibleApp.LanguageSettings.md | 2 +-
api/Visio.InvisibleApp.LiveDynamics.md | 2 +-
api/Visio.InvisibleApp.MarkerEvent.md | 2 +-
api/Visio.InvisibleApp.MasterAdded.md | 2 +-
api/Visio.InvisibleApp.MasterChanged.md | 2 +-
...Visio.InvisibleApp.MasterDeleteCanceled.md | 2 +-
api/Visio.InvisibleApp.MouseDown.md | 2 +-
api/Visio.InvisibleApp.MouseMove.md | 2 +-
api/Visio.InvisibleApp.MouseUp.md | 2 +-
...io.InvisibleApp.MustFlushScopeBeginning.md | 2 +-
api/Visio.InvisibleApp.MustFlushScopeEnded.md | 2 +-
api/Visio.InvisibleApp.MyShapesPath.md | 2 +-
api/Visio.InvisibleApp.Name.md | 2 +-
api/Visio.InvisibleApp.NoEventsPending.md | 2 +-
api/Visio.InvisibleApp.ObjectType.md | 2 +-
...isio.InvisibleApp.OnComponentEnterState.md | 4 +-
api/Visio.InvisibleApp.OnDataChangeDelay.md | 2 +-
...InvisibleApp.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.InvisibleApp.PageAdded.md | 2 +-
api/Visio.InvisibleApp.PageChanged.md | 2 +-
api/Visio.InvisibleApp.PageDeleteCanceled.md | 2 +-
api/Visio.InvisibleApp.Path.md | 2 +-
api/Visio.InvisibleApp.PersistsEvents.md | 2 +-
api/Visio.InvisibleApp.ProcessID.md | 2 +-
api/Visio.InvisibleApp.PromptForSummary.md | 2 +-
api/Visio.InvisibleApp.PurgeUndo.md | 2 +-
....InvisibleApp.QueryCancelConvertToGroup.md | 2 +-
...o.InvisibleApp.QueryCancelDocumentClose.md | 2 +-
api/Visio.InvisibleApp.QueryCancelGroup.md | 2 +-
...io.InvisibleApp.QueryCancelMasterDelete.md | 2 +-
...isio.InvisibleApp.QueryCancelPageDelete.md | 2 +-
api/Visio.InvisibleApp.QueryCancelQuit.md | 2 +-
...InvisibleApp.QueryCancelSelectionDelete.md | 2 +-
...sio.InvisibleApp.QueryCancelStyleDelete.md | 2 +-
api/Visio.InvisibleApp.QueryCancelSuspend.md | 2 +-
...o.InvisibleApp.QueryCancelSuspendEvents.md | 4 +-
api/Visio.InvisibleApp.QueryCancelUngroup.md | 2 +-
...sio.InvisibleApp.QueryCancelWindowClose.md | 2 +-
api/Visio.InvisibleApp.QueueMarkerEvent.md | 4 +-
api/Visio.InvisibleApp.Quit.md | 2 +-
api/Visio.InvisibleApp.QuitCanceled.md | 2 +-
api/Visio.InvisibleApp.Redo.md | 2 +-
api/Visio.InvisibleApp.RegisterRibbonX.md | 4 +-
api/Visio.InvisibleApp.RenameCurrentScope.md | 4 +-
api/Visio.InvisibleApp.RuleSetValidated.md | 2 +-
api/Visio.InvisibleApp.RunModeEntered.md | 2 +-
api/Visio.InvisibleApp.SaveAsWebObject.md | 2 +-
api/Visio.InvisibleApp.ScreenUpdating.md | 2 +-
api/Visio.InvisibleApp.SelectionAdded.md | 2 +-
api/Visio.InvisibleApp.SelectionChanged.md | 2 +-
...io.InvisibleApp.SelectionDeleteCanceled.md | 2 +-
api/Visio.InvisibleApp.SetCustomMenus.md | 4 +-
api/Visio.InvisibleApp.SetCustomToolbars.md | 4 +-
api/Visio.InvisibleApp.SetPreviewEnabled.md | 4 +-
api/Visio.InvisibleApp.Settings.md | 2 +-
api/Visio.InvisibleApp.ShapeAdded.md | 2 +-
api/Visio.InvisibleApp.ShapeChanged.md | 2 +-
...io.InvisibleApp.ShapeDataGraphicChanged.md | 2 +-
api/Visio.InvisibleApp.ShapeExitedTextEdit.md | 2 +-
api/Visio.InvisibleApp.ShapeLinkAdded.md | 2 +-
api/Visio.InvisibleApp.ShapeLinkDeleted.md | 2 +-
api/Visio.InvisibleApp.ShapeParentChanged.md | 2 +-
api/Visio.InvisibleApp.ShowChanges.md | 2 +-
api/Visio.InvisibleApp.ShowProgress.md | 2 +-
api/Visio.InvisibleApp.ShowStatusBar.md | 2 +-
api/Visio.InvisibleApp.ShowToolbar.md | 2 +-
api/Visio.InvisibleApp.StartupPaths.md | 2 +-
api/Visio.InvisibleApp.Stat.md | 2 +-
api/Visio.InvisibleApp.StencilPaths.md | 2 +-
api/Visio.InvisibleApp.StyleAdded.md | 2 +-
api/Visio.InvisibleApp.StyleChanged.md | 2 +-
api/Visio.InvisibleApp.StyleDeleteCanceled.md | 2 +-
api/Visio.InvisibleApp.SuspendCanceled.md | 2 +-
...isio.InvisibleApp.SuspendEventsCanceled.md | 4 +-
api/Visio.InvisibleApp.TemplatePaths.md | 2 +-
api/Visio.InvisibleApp.TextChanged.md | 2 +-
api/Visio.InvisibleApp.TraceFlags.md | 2 +-
api/Visio.InvisibleApp.TypelibMajorVersion.md | 2 +-
api/Visio.InvisibleApp.TypelibMinorVersion.md | 2 +-
api/Visio.InvisibleApp.Undo.md | 2 +-
api/Visio.InvisibleApp.UndoEnabled.md | 2 +-
api/Visio.InvisibleApp.UngroupCanceled.md | 2 +-
api/Visio.InvisibleApp.UnregisterRibbonX.md | 4 +-
api/Visio.InvisibleApp.UserName.md | 2 +-
api/Visio.InvisibleApp.VBAEnabled.md | 2 +-
api/Visio.InvisibleApp.Vbe.md | 2 +-
api/Visio.InvisibleApp.Version.md | 2 +-
api/Visio.InvisibleApp.ViewChanged.md | 2 +-
api/Visio.InvisibleApp.Visible.md | 2 +-
api/Visio.InvisibleApp.VisioIsIdle.md | 2 +-
api/Visio.InvisibleApp.Window.md | 2 +-
api/Visio.InvisibleApp.WindowActivated.md | 2 +-
api/Visio.InvisibleApp.WindowChanged.md | 2 +-
api/Visio.InvisibleApp.WindowCloseCanceled.md | 2 +-
api/Visio.InvisibleApp.WindowHandle32.md | 2 +-
api/Visio.InvisibleApp.WindowOpened.md | 2 +-
api/Visio.InvisibleApp.WindowTurnedToPage.md | 2 +-
api/Visio.InvisibleApp.Windows.md | 2 +-
api/Visio.IsVisio32.md | 2 +-
api/Visio.KeyboardEvent.Application.md | 2 +-
api/Visio.KeyboardEvent.KeyAscii.md | 2 +-
api/Visio.KeyboardEvent.KeyCode.md | 2 +-
api/Visio.KeyboardEvent.ObjectType.md | 2 +-
api/Visio.KeyboardEvent.Stat.md | 2 +-
api/Visio.KeyboardEvent.ToString.md | 2 +-
api/Visio.KeyboardEvent.Window.md | 2 +-
api/Visio.LastErrorCode.md | 2 +-
api/Visio.Layer.Add.md | 4 +-
api/Visio.Layer.Application.md | 2 +-
api/Visio.Layer.CellsC.md | 4 +-
api/Visio.Layer.Delete.md | 4 +-
api/Visio.Layer.Document.md | 2 +-
api/Visio.Layer.EventList.md | 2 +-
api/Visio.Layer.Index.md | 2 +-
api/Visio.Layer.Master.md | 2 +-
api/Visio.Layer.Name.md | 2 +-
api/Visio.Layer.NameU.md | 2 +-
api/Visio.Layer.ObjectType.md | 2 +-
api/Visio.Layer.Page.md | 2 +-
api/Visio.Layer.PersistsEvents.md | 2 +-
api/Visio.Layer.Remove.md | 4 +-
api/Visio.Layer.Row.md | 2 +-
api/Visio.Layer.Stat.md | 2 +-
api/Visio.LayerColor.md | 4 +-
api/Visio.LayerColorOverride.md | 4 +-
api/Visio.LayerColorTrans.md | 4 +-
api/Visio.LayerCount.md | 2 +-
api/Visio.LayerDeleted.md | 4 +-
api/Visio.LayerName.md | 4 +-
api/Visio.LayerVisible.md | 4 +-
api/Visio.Layers.Add.md | 4 +-
api/Visio.Layers.Application.md | 2 +-
api/Visio.Layers.Count.md | 2 +-
api/Visio.Layers.Document.md | 2 +-
api/Visio.Layers.EventList.md | 2 +-
api/Visio.Layers.Item.md | 4 +-
api/Visio.Layers.ItemU.md | 4 +-
api/Visio.Layers.Master.md | 2 +-
api/Visio.Layers.ObjectType.md | 2 +-
api/Visio.Layers.Page.md | 2 +-
api/Visio.Layers.PersistsEvents.md | 2 +-
api/Visio.Layers.Stat.md | 2 +-
api/Visio.ListFormats.md | 2 +-
api/Visio.Load.md | 4 +-
api/Visio.MSGWrap.Application.md | 2 +-
api/Visio.MSGWrap.ObjectType.md | 2 +-
api/Visio.MSGWrap.hwnd.md | 2 +-
api/Visio.MSGWrap.lParam.md | 2 +-
api/Visio.MSGWrap.message.md | 2 +-
api/Visio.MSGWrap.posttime.md | 2 +-
api/Visio.MSGWrap.ptx.md | 2 +-
api/Visio.MSGWrap.pty.md | 2 +-
api/Visio.MSGWrap.wParam.md | 2 +-
api/Visio.MajorVersionNumber.md | 2 +-
api/Visio.MarkupOverlaysVisible.md | 2 +-
api/Visio.Master.AddGuide.md | 4 +-
api/Visio.Master.AlignName.md | 2 +-
api/Visio.Master.Application.md | 2 +-
api/Visio.Master.BaseID.md | 2 +-
api/Visio.Master.BeforeMasterDelete.md | 2 +-
api/Visio.Master.BeforeSelectionDelete.md | 2 +-
api/Visio.Master.BeforeShapeDelete.md | 2 +-
api/Visio.Master.BeforeShapeTextEdit.md | 2 +-
api/Visio.Master.BoundingBox.md | 4 +-
api/Visio.Master.CellChanged.md | 2 +-
api/Visio.Master.CenterDrawing.md | 2 +-
api/Visio.Master.Close.md | 2 +-
api/Visio.Master.ConnectionsAdded.md | 2 +-
api/Visio.Master.ConnectionsDeleted.md | 2 +-
api/Visio.Master.Connects.md | 2 +-
api/Visio.Master.ConvertToGroupCanceled.md | 2 +-
api/Visio.Master.CreateSelection.md | 4 +-
api/Visio.Master.CreateShortcut.md | 2 +-
api/Visio.Master.DataGraphicDelete.md | 2 +-
api/Visio.Master.DataGraphicHidden.md | 2 +-
api/Visio.Master.DataGraphicHidesText.md | 2 +-
...io.Master.DataGraphicHorizontalPosition.md | 2 +-
api/Visio.Master.DataGraphicShowBorder.md | 2 +-
...isio.Master.DataGraphicVerticalPosition.md | 2 +-
api/Visio.Master.Delete.md | 2 +-
api/Visio.Master.Document.md | 2 +-
api/Visio.Master.DrawArcByThreePoints.md | 4 +-
api/Visio.Master.DrawBezier.md | 4 +-
api/Visio.Master.DrawCircularArc.md | 4 +-
api/Visio.Master.DrawLine.md | 4 +-
api/Visio.Master.DrawNURBS.md | 4 +-
api/Visio.Master.DrawOval.md | 4 +-
api/Visio.Master.DrawPolyline.md | 4 +-
api/Visio.Master.DrawQuarterArc.md | 4 +-
api/Visio.Master.DrawRectangle.md | 4 +-
api/Visio.Master.DrawSpline.md | 4 +-
api/Visio.Master.Drop.md | 4 +-
api/Visio.Master.DropMany.md | 4 +-
api/Visio.Master.DropManyU.md | 4 +-
api/Visio.Master.EditCopy.md | 2 +-
api/Visio.Master.EventList.md | 2 +-
api/Visio.Master.Export.md | 4 +-
api/Visio.Master.ExportIcon.md | 4 +-
api/Visio.Master.FormulaChanged.md | 2 +-
api/Visio.Master.GetFormulas.md | 4 +-
api/Visio.Master.GetFormulasU.md | 4 +-
api/Visio.Master.GetResults.md | 4 +-
api/Visio.Master.GraphicItems.md | 2 +-
api/Visio.Master.GroupCanceled.md | 2 +-
api/Visio.Master.Hidden.md | 2 +-
api/Visio.Master.ID.md | 2 +-
api/Visio.Master.Icon.md | 2 +-
api/Visio.Master.IconSize.md | 2 +-
api/Visio.Master.IconUpdate.md | 2 +-
api/Visio.Master.Import.md | 4 +-
api/Visio.Master.ImportIcon.md | 4 +-
api/Visio.Master.Index.md | 2 +-
api/Visio.Master.IndexInStencil.md | 2 +-
api/Visio.Master.InsertFromFile.md | 4 +-
api/Visio.Master.InsertObject.md | 4 +-
api/Visio.Master.IsChanged.md | 2 +-
api/Visio.Master.Layers.md | 2 +-
api/Visio.Master.Layout.md | 2 +-
api/Visio.Master.MasterChanged.md | 2 +-
api/Visio.Master.MasterDeleteCanceled.md | 2 +-
api/Visio.Master.MatchByName.md | 2 +-
api/Visio.Master.Name.md | 2 +-
api/Visio.Master.NameU.md | 2 +-
api/Visio.Master.NewBaseID.md | 2 +-
api/Visio.Master.OLEObjects.md | 2 +-
api/Visio.Master.ObjectType.md | 2 +-
api/Visio.Master.OneD.md | 2 +-
api/Visio.Master.Open.md | 2 +-
api/Visio.Master.OpenDrawWindow.md | 2 +-
api/Visio.Master.OpenIconWindow.md | 2 +-
api/Visio.Master.Original.md | 2 +-
api/Visio.Master.PageSheet.md | 2 +-
api/Visio.Master.Paste.md | 4 +-
api/Visio.Master.PasteSpecial.md | 4 +-
api/Visio.Master.PasteToLocation.md | 4 +-
api/Visio.Master.PatternFlags.md | 2 +-
api/Visio.Master.PersistsEvents.md | 2 +-
api/Visio.Master.Picture.md | 2 +-
api/Visio.Master.Prompt.md | 2 +-
api/Visio.Master.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Master.QueryCancelGroup.md | 2 +-
api/Visio.Master.QueryCancelMasterDelete.md | 2 +-
...Visio.Master.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Master.QueryCancelUngroup.md | 2 +-
api/Visio.Master.ResizeToFitContents.md | 2 +-
api/Visio.Master.SelectionAdded.md | 2 +-
api/Visio.Master.SelectionDeleteCanceled.md | 2 +-
api/Visio.Master.SetFormulas.md | 4 +-
api/Visio.Master.SetResults.md | 4 +-
api/Visio.Master.ShapeAdded.md | 2 +-
api/Visio.Master.ShapeChanged.md | 2 +-
api/Visio.Master.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Master.ShapeExitedTextEdit.md | 2 +-
api/Visio.Master.ShapeParentChanged.md | 2 +-
api/Visio.Master.Shapes.md | 2 +-
api/Visio.Master.SpatialSearch.md | 4 +-
api/Visio.Master.Stat.md | 2 +-
api/Visio.Master.TextChanged.md | 2 +-
api/Visio.Master.Type.md | 2 +-
api/Visio.Master.UngroupCanceled.md | 2 +-
api/Visio.Master.UniqueID.md | 2 +-
api/Visio.MasterShortcut.AlignName.md | 2 +-
api/Visio.MasterShortcut.Application.md | 2 +-
api/Visio.MasterShortcut.Delete.md | 2 +-
api/Visio.MasterShortcut.Document.md | 2 +-
api/Visio.MasterShortcut.DropActions.md | 2 +-
api/Visio.MasterShortcut.ExportIcon.md | 4 +-
api/Visio.MasterShortcut.ID.md | 2 +-
api/Visio.MasterShortcut.Icon.md | 2 +-
api/Visio.MasterShortcut.IconSize.md | 2 +-
api/Visio.MasterShortcut.ImportIcon.md | 4 +-
api/Visio.MasterShortcut.Index.md | 2 +-
api/Visio.MasterShortcut.IndexInStencil.md | 2 +-
api/Visio.MasterShortcut.Name.md | 2 +-
api/Visio.MasterShortcut.NameU.md | 2 +-
api/Visio.MasterShortcut.ObjectType.md | 2 +-
api/Visio.MasterShortcut.OpenIconWindow.md | 2 +-
api/Visio.MasterShortcut.Prompt.md | 2 +-
api/Visio.MasterShortcut.ShapeHelp.md | 2 +-
api/Visio.MasterShortcut.Stat.md | 2 +-
...Visio.MasterShortcut.TargetDocumentName.md | 2 +-
api/Visio.MasterShortcut.TargetMasterName.md | 2 +-
api/Visio.MasterShortcuts.Application.md | 2 +-
api/Visio.MasterShortcuts.Count.md | 2 +-
api/Visio.MasterShortcuts.Document.md | 2 +-
api/Visio.MasterShortcuts.Drop.md | 4 +-
api/Visio.MasterShortcuts.GetNames.md | 4 +-
api/Visio.MasterShortcuts.GetNamesU.md | 4 +-
api/Visio.MasterShortcuts.Item.md | 4 +-
api/Visio.MasterShortcuts.ItemFromID.md | 4 +-
api/Visio.MasterShortcuts.ItemU.md | 4 +-
api/Visio.MasterShortcuts.ObjectType.md | 2 +-
api/Visio.MasterShortcuts.Paste.md | 4 +-
api/Visio.MasterShortcuts.Stat.md | 2 +-
api/Visio.Masters.Add.md | 2 +-
api/Visio.Masters.AddEx.md | 4 +-
api/Visio.Masters.Application.md | 2 +-
api/Visio.Masters.BeforeMasterDelete.md | 2 +-
api/Visio.Masters.BeforeSelectionDelete.md | 2 +-
api/Visio.Masters.BeforeShapeDelete.md | 2 +-
api/Visio.Masters.BeforeShapeTextEdit.md | 2 +-
api/Visio.Masters.CellChanged.md | 2 +-
api/Visio.Masters.ConnectionsAdded.md | 2 +-
api/Visio.Masters.ConnectionsDeleted.md | 2 +-
api/Visio.Masters.ConvertToGroupCanceled.md | 2 +-
api/Visio.Masters.Count.md | 2 +-
api/Visio.Masters.Document.md | 2 +-
api/Visio.Masters.Drop.md | 4 +-
api/Visio.Masters.EventList.md | 2 +-
api/Visio.Masters.FormulaChanged.md | 2 +-
api/Visio.Masters.GetNames.md | 4 +-
api/Visio.Masters.GetNamesU.md | 4 +-
api/Visio.Masters.GroupCanceled.md | 2 +-
api/Visio.Masters.Item.md | 4 +-
api/Visio.Masters.ItemFromID.md | 4 +-
api/Visio.Masters.ItemU.md | 4 +-
api/Visio.Masters.MasterAdded.md | 2 +-
api/Visio.Masters.MasterChanged.md | 2 +-
api/Visio.Masters.MasterDeleteCanceled.md | 2 +-
api/Visio.Masters.ObjectType.md | 2 +-
api/Visio.Masters.Paste.md | 4 +-
api/Visio.Masters.PersistsEvents.md | 2 +-
...Visio.Masters.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Masters.QueryCancelGroup.md | 2 +-
api/Visio.Masters.QueryCancelMasterDelete.md | 2 +-
...isio.Masters.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Masters.QueryCancelUngroup.md | 2 +-
api/Visio.Masters.SelectionAdded.md | 2 +-
api/Visio.Masters.SelectionDeleteCanceled.md | 2 +-
api/Visio.Masters.ShapeAdded.md | 2 +-
api/Visio.Masters.ShapeChanged.md | 2 +-
api/Visio.Masters.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Masters.ShapeExitedTextEdit.md | 2 +-
api/Visio.Masters.ShapeParentChanged.md | 2 +-
api/Visio.Masters.Stat.md | 2 +-
api/Visio.Masters.TextChanged.md | 2 +-
api/Visio.Masters.UngroupCanceled.md | 2 +-
api/Visio.Menu.ActionText.md | 2 +-
api/Visio.Menu.AddOnArgs.md | 2 +-
api/Visio.Menu.AddOnName.md | 2 +-
api/Visio.Menu.BuiltIn.md | 2 +-
api/Visio.Menu.Caption.md | 2 +-
api/Visio.Menu.CmdNum.md | 2 +-
api/Visio.Menu.CntrlType.md | 2 +-
api/Visio.Menu.Delete.md | 2 +-
api/Visio.Menu.Enabled.md | 2 +-
api/Visio.Menu.FaceID.md | 2 +-
api/Visio.Menu.IconFileName.md | 4 +-
api/Visio.Menu.Index.md | 2 +-
api/Visio.Menu.IsHierarchical.md | 2 +-
api/Visio.Menu.MDIWindowMenu.md | 2 +-
api/Visio.Menu.MenuItems.md | 2 +-
api/Visio.Menu.PaletteWidth.md | 2 +-
api/Visio.Menu.Parent.md | 2 +-
api/Visio.Menu.State.md | 2 +-
api/Visio.Menu.Style.md | 2 +-
api/Visio.Menu.TypeSpecific1.md | 2 +-
api/Visio.Menu.TypeSpecific2.md | 2 +-
api/Visio.Menu.Visible.md | 2 +-
api/Visio.Menu.Width.md | 2 +-
api/Visio.MenuItem.ActionText.md | 2 +-
api/Visio.MenuItem.AddOnArgs.md | 2 +-
api/Visio.MenuItem.AddOnName.md | 2 +-
api/Visio.MenuItem.BeginGroup.md | 2 +-
api/Visio.MenuItem.BuiltIn.md | 2 +-
api/Visio.MenuItem.Caption.md | 2 +-
api/Visio.MenuItem.CmdNum.md | 2 +-
api/Visio.MenuItem.CntrlType.md | 2 +-
api/Visio.MenuItem.Delete.md | 2 +-
api/Visio.MenuItem.Enabled.md | 2 +-
api/Visio.MenuItem.FaceID.md | 2 +-
api/Visio.MenuItem.IconFileName.md | 4 +-
api/Visio.MenuItem.Index.md | 2 +-
api/Visio.MenuItem.IsHierarchical.md | 2 +-
api/Visio.MenuItem.MenuItems.md | 2 +-
api/Visio.MenuItem.PaletteWidth.md | 2 +-
api/Visio.MenuItem.Parent.md | 2 +-
api/Visio.MenuItem.State.md | 2 +-
api/Visio.MenuItem.Style.md | 2 +-
api/Visio.MenuItem.TypeSpecific1.md | 2 +-
api/Visio.MenuItem.TypeSpecific2.md | 2 +-
api/Visio.MenuItem.Visible.md | 2 +-
api/Visio.MenuItem.Width.md | 2 +-
api/Visio.MenuItems.Add.md | 2 +-
api/Visio.MenuItems.AddAt.md | 4 +-
api/Visio.MenuItems.Count.md | 2 +-
api/Visio.MenuItems.Item.md | 4 +-
api/Visio.MenuItems.Parent.md | 2 +-
api/Visio.MenuItems.ParentItem.md | 2 +-
api/Visio.MenuSet.BuiltIn.md | 2 +-
api/Visio.MenuSet.Caption.md | 2 +-
api/Visio.MenuSet.Delete.md | 2 +-
api/Visio.MenuSet.Enabled.md | 2 +-
api/Visio.MenuSet.Height.md | 2 +-
api/Visio.MenuSet.Left.md | 2 +-
api/Visio.MenuSet.Menus.md | 2 +-
api/Visio.MenuSet.Parent.md | 2 +-
api/Visio.MenuSet.Position.md | 2 +-
api/Visio.MenuSet.Protection.md | 2 +-
api/Visio.MenuSet.RowIndex.md | 2 +-
api/Visio.MenuSet.SetID.md | 2 +-
api/Visio.MenuSet.Top.md | 2 +-
api/Visio.MenuSet.Visible.md | 2 +-
api/Visio.MenuSet.Width.md | 2 +-
api/Visio.MenuSets.Add.md | 2 +-
api/Visio.MenuSets.AddAtID.md | 4 +-
api/Visio.MenuSets.Count.md | 2 +-
api/Visio.MenuSets.Item.md | 4 +-
api/Visio.MenuSets.ItemAtID.md | 4 +-
api/Visio.MenuSets.Parent.md | 2 +-
api/Visio.Menus.Add.md | 2 +-
api/Visio.Menus.AddAt.md | 4 +-
api/Visio.Menus.Count.md | 2 +-
api/Visio.Menus.Item.md | 4 +-
api/Visio.Menus.Parent.md | 2 +-
api/Visio.MinorVersionNumber.md | 2 +-
api/Visio.MouseEvent.Application.md | 2 +-
api/Visio.MouseEvent.Button.md | 2 +-
api/Visio.MouseEvent.DragState.md | 2 +-
api/Visio.MouseEvent.KeyButtonState.md | 2 +-
api/Visio.MouseEvent.ObjectType.md | 2 +-
api/Visio.MouseEvent.Stat.md | 2 +-
api/Visio.MouseEvent.ToString.md | 2 +-
api/Visio.MouseEvent.Window.md | 2 +-
api/Visio.MouseEvent.x.md | 2 +-
api/Visio.MouseEvent.y.md | 2 +-
api/Visio.MovedSelectionEvent.Application.md | 2 +-
api/Visio.MovedSelectionEvent.ObjectType.md | 2 +-
...io.MovedSelectionEvent.ReplacementShape.md | 2 +-
...sio.MovedSelectionEvent.SelectionSource.md | 2 +-
...sio.MovedSelectionEvent.SelectionTarget.md | 2 +-
api/Visio.MovedSelectionEvent.Stat.md | 2 +-
api/Visio.NavBar.md | 2 +-
api/Visio.NegotiateMenus.md | 2 +-
api/Visio.NegotiateToolbars.md | 2 +-
api/Visio.OLEObject.Application.md | 2 +-
api/Visio.OLEObject.ClassID.md | 2 +-
api/Visio.OLEObject.ForeignType.md | 2 +-
api/Visio.OLEObject.Object.md | 2 +-
api/Visio.OLEObject.ObjectType.md | 2 +-
api/Visio.OLEObject.ProgID.md | 2 +-
api/Visio.OLEObject.Shape.md | 2 +-
api/Visio.OLEObject.Stat.md | 2 +-
api/Visio.OLEObjects.Application.md | 2 +-
api/Visio.OLEObjects.Count.md | 2 +-
api/Visio.OLEObjects.Item.md | 4 +-
api/Visio.OLEObjects.ObjectType.md | 2 +-
api/Visio.OLEObjects.Stat.md | 2 +-
api/Visio.OnDocumentLoaded.md | 2 +-
api/Visio.OnLayerChanged.md | 2 +-
api/Visio.OnMarkupOverlaysVisibleChanged.md | 2 +-
api/Visio.OnPageChanged.md | 4 +-
api/Visio.OnReviewerChanged.md | 4 +-
api/Visio.OnSelectionChanged.md | 4 +-
api/Visio.OnToolbarCustomized.md | 2 +-
api/Visio.OnViewChanged.md | 4 +-
api/Visio.OpenBrowser.md | 2 +-
api/Visio.Page.AddGuide.md | 4 +-
api/Visio.Page.Application.md | 2 +-
api/Visio.Page.AutoConnectMany.md | 4 +-
api/Visio.Page.AvoidPageBreaks.md | 2 +-
api/Visio.Page.BackPage.md | 2 +-
api/Visio.Page.Background.md | 2 +-
api/Visio.Page.BeforePageDelete.md | 2 +-
api/Visio.Page.BeforeSelectionDelete.md | 2 +-
api/Visio.Page.BeforeShapeDelete.md | 2 +-
api/Visio.Page.BeforeShapeTextEdit.md | 2 +-
api/Visio.Page.BoundingBox.md | 4 +-
api/Visio.Page.CalloutRelationshipAdded.md | 2 +-
api/Visio.Page.CalloutRelationshipDeleted.md | 2 +-
api/Visio.Page.CellChanged.md | 2 +-
api/Visio.Page.CenterDrawing.md | 2 +-
api/Visio.Page.ConnectionsAdded.md | 2 +-
api/Visio.Page.ConnectionsDeleted.md | 2 +-
api/Visio.Page.Connects.md | 2 +-
api/Visio.Page.ContainerRelationshipAdded.md | 2 +-
...Visio.Page.ContainerRelationshipDeleted.md | 2 +-
api/Visio.Page.ConvertToGroupCanceled.md | 2 +-
api/Visio.Page.CreateSelection.md | 4 +-
api/Visio.Page.Delete.md | 4 +-
api/Visio.Page.Document.md | 2 +-
api/Visio.Page.DrawArcByThreePoints.md | 4 +-
api/Visio.Page.DrawBezier.md | 4 +-
api/Visio.Page.DrawCircularArc.md | 4 +-
api/Visio.Page.DrawLine.md | 4 +-
api/Visio.Page.DrawNURBS.md | 4 +-
api/Visio.Page.DrawOval.md | 4 +-
api/Visio.Page.DrawPolyline.md | 4 +-
api/Visio.Page.DrawQuarterArc.md | 4 +-
api/Visio.Page.DrawRectangle.md | 4 +-
api/Visio.Page.DrawSpline.md | 4 +-
api/Visio.Page.Drop.md | 4 +-
api/Visio.Page.DropCallout.md | 4 +-
api/Visio.Page.DropConnected.md | 4 +-
api/Visio.Page.DropContainer.md | 4 +-
api/Visio.Page.DropIntoList.md | 4 +-
api/Visio.Page.DropLegend.md | 4 +-
api/Visio.Page.DropLinked.md | 4 +-
api/Visio.Page.DropMany.md | 4 +-
api/Visio.Page.DropManyLinkedU.md | 4 +-
api/Visio.Page.DropManyU.md | 4 +-
api/Visio.Page.EventList.md | 2 +-
api/Visio.Page.Export.md | 4 +-
api/Visio.Page.FormulaChanged.md | 2 +-
api/Visio.Page.GetCallouts.md | 4 +-
api/Visio.Page.GetContainers.md | 4 +-
api/Visio.Page.GetFormulas.md | 4 +-
api/Visio.Page.GetFormulasU.md | 4 +-
api/Visio.Page.GetResults.md | 4 +-
api/Visio.Page.GetShapesLinkedToData.md | 4 +-
api/Visio.Page.GetShapesLinkedToDataRow.md | 4 +-
api/Visio.Page.GroupCanceled.md | 2 +-
api/Visio.Page.ID.md | 2 +-
api/Visio.Page.Import.md | 4 +-
api/Visio.Page.Index.md | 2 +-
api/Visio.Page.InsertFromFile.md | 4 +-
api/Visio.Page.InsertObject.md | 4 +-
api/Visio.Page.Layers.md | 2 +-
api/Visio.Page.Layout.md | 2 +-
api/Visio.Page.LayoutChangeDirection.md | 4 +-
api/Visio.Page.LayoutIncremental.md | 4 +-
api/Visio.Page.LayoutRoutePassive.md | 2 +-
api/Visio.Page.LinkShapesToDataRows.md | 4 +-
api/Visio.Page.Name.md | 2 +-
api/Visio.Page.NameU.md | 2 +-
api/Visio.Page.OLEObjects.md | 2 +-
api/Visio.Page.ObjectType.md | 2 +-
api/Visio.Page.OpenDrawWindow.md | 2 +-
api/Visio.Page.OriginalPage.md | 2 +-
api/Visio.Page.PageChanged.md | 2 +-
api/Visio.Page.PageDeleteCanceled.md | 2 +-
api/Visio.Page.PageSheet.md | 2 +-
api/Visio.Page.Paste.md | 4 +-
api/Visio.Page.PasteSpecial.md | 4 +-
api/Visio.Page.PasteToLocation.md | 4 +-
api/Visio.Page.PersistsEvents.md | 2 +-
api/Visio.Page.Picture.md | 2 +-
api/Visio.Page.Print.md | 2 +-
api/Visio.Page.PrintTile.md | 4 +-
api/Visio.Page.PrintTileCount.md | 2 +-
api/Visio.Page.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Page.QueryCancelGroup.md | 2 +-
api/Visio.Page.QueryCancelPageDelete.md | 2 +-
api/Visio.Page.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Page.QueryCancelUngroup.md | 2 +-
api/Visio.Page.ResizeToFitContents.md | 2 +-
api/Visio.Page.ReviewerID.md | 2 +-
api/Visio.Page.SelectionAdded.md | 2 +-
api/Visio.Page.SelectionDeleteCanceled.md | 2 +-
api/Visio.Page.SetFormulas.md | 4 +-
api/Visio.Page.SetResults.md | 4 +-
api/Visio.Page.ShapeAdded.md | 2 +-
api/Visio.Page.ShapeChanged.md | 2 +-
api/Visio.Page.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Page.ShapeExitedTextEdit.md | 2 +-
api/Visio.Page.ShapeIDsToUniqueIDs.md | 4 +-
api/Visio.Page.ShapeLinkAdded.md | 2 +-
api/Visio.Page.ShapeLinkDeleted.md | 2 +-
api/Visio.Page.ShapeParentChanged.md | 2 +-
api/Visio.Page.Shapes.md | 2 +-
api/Visio.Page.SpatialSearch.md | 4 +-
api/Visio.Page.SplitConnector.md | 4 +-
api/Visio.Page.Stat.md | 2 +-
api/Visio.Page.TextChanged.md | 2 +-
api/Visio.Page.ThemeColors.md | 2 +-
api/Visio.Page.ThemeEffects.md | 2 +-
api/Visio.Page.Type.md | 2 +-
api/Visio.Page.UngroupCanceled.md | 2 +-
api/Visio.Page.UniqueIDsToShapeIDs.md | 4 +-
api/Visio.PageColor.md | 2 +-
api/Visio.PageCount.md | 2 +-
api/Visio.PageIDToIndex.md | 4 +-
api/Visio.PageIndexToID.md | 4 +-
api/Visio.PageName.md | 4 +-
api/Visio.PageSizingBehavior.md | 2 +-
api/Visio.PageTabsVisible.md | 2 +-
api/Visio.PageTitle.md | 2 +-
api/Visio.PageVisible.md | 2 +-
api/Visio.Pages.Add.md | 2 +-
api/Visio.Pages.Application.md | 2 +-
api/Visio.Pages.BeforePageDelete.md | 2 +-
api/Visio.Pages.BeforeSelectionDelete.md | 2 +-
api/Visio.Pages.BeforeShapeDelete.md | 2 +-
api/Visio.Pages.BeforeShapeTextEdit.md | 2 +-
api/Visio.Pages.CalloutRelationshipAdded.md | 2 +-
api/Visio.Pages.CalloutRelationshipDeleted.md | 2 +-
api/Visio.Pages.CellChanged.md | 2 +-
api/Visio.Pages.ConnectionsAdded.md | 2 +-
api/Visio.Pages.ConnectionsDeleted.md | 2 +-
api/Visio.Pages.ContainerRelationshipAdded.md | 2 +-
...isio.Pages.ContainerRelationshipDeleted.md | 2 +-
api/Visio.Pages.ConvertToGroupCanceled.md | 2 +-
api/Visio.Pages.Count.md | 2 +-
api/Visio.Pages.Document.md | 2 +-
api/Visio.Pages.EventList.md | 2 +-
api/Visio.Pages.FormulaChanged.md | 2 +-
api/Visio.Pages.GetNames.md | 4 +-
api/Visio.Pages.GetNamesU.md | 4 +-
api/Visio.Pages.GroupCanceled.md | 2 +-
api/Visio.Pages.Item.md | 4 +-
api/Visio.Pages.ItemFromID.md | 4 +-
api/Visio.Pages.ItemU.md | 4 +-
api/Visio.Pages.ObjectType.md | 2 +-
api/Visio.Pages.PageAdded.md | 2 +-
api/Visio.Pages.PageChanged.md | 2 +-
api/Visio.Pages.PageDeleteCanceled.md | 2 +-
api/Visio.Pages.PersistsEvents.md | 2 +-
api/Visio.Pages.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Pages.QueryCancelGroup.md | 2 +-
api/Visio.Pages.QueryCancelPageDelete.md | 2 +-
api/Visio.Pages.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Pages.QueryCancelUngroup.md | 2 +-
api/Visio.Pages.SelectionAdded.md | 2 +-
api/Visio.Pages.SelectionDeleteCanceled.md | 2 +-
api/Visio.Pages.ShapeAdded.md | 2 +-
api/Visio.Pages.ShapeChanged.md | 2 +-
api/Visio.Pages.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Pages.ShapeExitedTextEdit.md | 2 +-
api/Visio.Pages.ShapeLinkAdded.md | 2 +-
api/Visio.Pages.ShapeLinkDeleted.md | 2 +-
api/Visio.Pages.ShapeParentChanged.md | 2 +-
api/Visio.Pages.Stat.md | 2 +-
api/Visio.Pages.TextChanged.md | 2 +-
api/Visio.Pages.UngroupCanceled.md | 2 +-
api/Visio.Pan.md | 4 +-
api/Visio.PanAndZoom.md | 2 +-
api/Visio.ParentShape.md | 4 +-
api/Visio.Path.Application.md | 2 +-
api/Visio.Path.Closed.md | 2 +-
api/Visio.Path.Count.md | 2 +-
api/Visio.Path.Item.md | 4 +-
api/Visio.Path.ObjectType.md | 2 +-
api/Visio.Path.Points.md | 4 +-
api/Visio.Paths.Application.md | 2 +-
api/Visio.Paths.Count.md | 2 +-
api/Visio.Paths.Item.md | 4 +-
api/Visio.Paths.ObjectType.md | 2 +-
api/Visio.PriFormat.md | 2 +-
api/Visio.PropControl.md | 2 +-
api/Visio.PropertyDialogEnabled.md | 2 +-
api/Visio.QuietMode.md | 2 +-
api/Visio.RasterExportBackgroundColor.md | 2 +-
api/Visio.RasterExportColorFormat.md | 2 +-
api/Visio.RasterExportColorReduction.md | 2 +-
api/Visio.RasterExportDataCompression.md | 2 +-
api/Visio.RasterExportDataFormat.md | 2 +-
api/Visio.RasterExportFlip.md | 2 +-
api/Visio.RasterExportOperation.md | 2 +-
api/Visio.RasterExportQuality.md | 2 +-
api/Visio.RasterExportRotation.md | 2 +-
api/Visio.RasterExportTransparencyColor.md | 2 +-
api/Visio.RasterExportUseTransparencyColor.md | 2 +-
...io.RelatedShapePairEvent.ContainingPage.md | 2 +-
....RelatedShapePairEvent.ContainingPageID.md | 2 +-
api/Visio.RelatedShapePairEvent.Document.md | 2 +-
...Visio.RelatedShapePairEvent.FromShapeID.md | 2 +-
api/Visio.RelatedShapePairEvent.ObjectType.md | 2 +-
api/Visio.RelatedShapePairEvent.Stat.md | 2 +-
api/Visio.RelatedShapePairEvent.ToShapeID.md | 2 +-
api/Visio.ReviewerColor.md | 4 +-
api/Visio.ReviewerCount.md | 2 +-
api/Visio.ReviewerID.md | 4 +-
api/Visio.ReviewerInitial.md | 4 +-
api/Visio.ReviewerMarkupVisible.md | 4 +-
api/Visio.ReviewerName.md | 4 +-
api/Visio.Row.Application.md | 2 +-
api/Visio.Row.Cell.md | 4 +-
api/Visio.Row.CellChanged.md | 2 +-
api/Visio.Row.CellU.md | 4 +-
api/Visio.Row.ContainingMasterID.md | 2 +-
api/Visio.Row.ContainingPageID.md | 2 +-
api/Visio.Row.ContainingSection.md | 2 +-
api/Visio.Row.Count.md | 2 +-
api/Visio.Row.EventList.md | 2 +-
api/Visio.Row.FormulaChanged.md | 2 +-
api/Visio.Row.GetPolylineData.md | 4 +-
api/Visio.Row.Index.md | 2 +-
api/Visio.Row.Name.md | 2 +-
api/Visio.Row.NameU.md | 2 +-
api/Visio.Row.ObjectType.md | 2 +-
api/Visio.Row.PersistsEvents.md | 2 +-
api/Visio.Row.Shape.md | 2 +-
api/Visio.Row.Stat.md | 2 +-
api/Visio.Row.Style.md | 2 +-
api/Visio.RowType.md | 4 +-
api/Visio.SaveSettings.md | 2 +-
api/Visio.ScrollbarsVisible.md | 2 +-
api/Visio.Search.md | 2 +-
api/Visio.SecFormat.md | 2 +-
api/Visio.Section.Application.md | 2 +-
api/Visio.Section.CellChanged.md | 2 +-
api/Visio.Section.ContainingMasterID.md | 2 +-
api/Visio.Section.ContainingPageID.md | 2 +-
api/Visio.Section.Count.md | 2 +-
api/Visio.Section.EventList.md | 2 +-
api/Visio.Section.FormulaChanged.md | 2 +-
api/Visio.Section.Index.md | 2 +-
api/Visio.Section.ObjectType.md | 2 +-
api/Visio.Section.PersistsEvents.md | 2 +-
api/Visio.Section.Row.md | 4 +-
api/Visio.Section.Shape.md | 2 +-
api/Visio.Section.Stat.md | 2 +-
api/Visio.Section.Style.md | 2 +-
api/Visio.SelectShape.md | 4 +-
api/Visio.SelectedShapeIndex.md | 2 +-
api/Visio.Selection.AddToContainers.md | 2 +-
api/Visio.Selection.AddToGroup.md | 2 +-
api/Visio.Selection.Align.md | 4 +-
api/Visio.Selection.Application.md | 2 +-
api/Visio.Selection.AutomaticLink.md | 4 +-
api/Visio.Selection.AvoidPageBreaks.md | 2 +-
api/Visio.Selection.BoundingBox.md | 4 +-
api/Visio.Selection.BreakLinkToData.md | 4 +-
api/Visio.Selection.BringForward.md | 2 +-
api/Visio.Selection.BringToFront.md | 2 +-
api/Visio.Selection.Combine.md | 2 +-
api/Visio.Selection.ConnectShapes.md | 2 +-
api/Visio.Selection.ContainingMaster.md | 2 +-
api/Visio.Selection.ContainingMasterID.md | 2 +-
api/Visio.Selection.ContainingPage.md | 2 +-
api/Visio.Selection.ContainingPageID.md | 2 +-
api/Visio.Selection.ContainingShape.md | 2 +-
api/Visio.Selection.ConvertToGroup.md | 2 +-
api/Visio.Selection.Copy.md | 4 +-
api/Visio.Selection.Count.md | 2 +-
api/Visio.Selection.Cut.md | 4 +-
api/Visio.Selection.DataGraphic.md | 2 +-
api/Visio.Selection.Delete.md | 2 +-
api/Visio.Selection.DeleteEx.md | 4 +-
api/Visio.Selection.DeselectAll.md | 2 +-
api/Visio.Selection.Distribute.md | 4 +-
api/Visio.Selection.Document.md | 2 +-
api/Visio.Selection.DrawRegion.md | 4 +-
api/Visio.Selection.Duplicate.md | 2 +-
api/Visio.Selection.EventList.md | 2 +-
api/Visio.Selection.Export.md | 4 +-
api/Visio.Selection.FillStyle.md | 2 +-
api/Visio.Selection.FillStyleKeepFmt.md | 2 +-
api/Visio.Selection.FitCurve.md | 4 +-
api/Visio.Selection.Flip.md | 4 +-
api/Visio.Selection.FlipHorizontal.md | 2 +-
api/Visio.Selection.FlipVertical.md | 2 +-
api/Visio.Selection.Fragment.md | 2 +-
api/Visio.Selection.GetCallouts.md | 4 +-
api/Visio.Selection.GetContainers.md | 4 +-
api/Visio.Selection.GetIDs.md | 4 +-
api/Visio.Selection.Group.md | 2 +-
api/Visio.Selection.Intersect.md | 2 +-
api/Visio.Selection.Item.md | 4 +-
api/Visio.Selection.ItemStatus.md | 4 +-
api/Visio.Selection.IterationMode.md | 2 +-
api/Visio.Selection.Join.md | 2 +-
api/Visio.Selection.Layout.md | 2 +-
api/Visio.Selection.LayoutChangeDirection.md | 4 +-
api/Visio.Selection.LayoutIncremental.md | 4 +-
api/Visio.Selection.LineStyle.md | 2 +-
api/Visio.Selection.LineStyleKeepFmt.md | 2 +-
api/Visio.Selection.LinkToData.md | 4 +-
...election.MemberOfContainersIntersection.md | 2 +-
...Visio.Selection.MemberOfContainersUnion.md | 2 +-
api/Visio.Selection.Move.md | 4 +-
api/Visio.Selection.MoveToSubprocess.md | 4 +-
api/Visio.Selection.ObjectType.md | 2 +-
api/Visio.Selection.Offset.md | 4 +-
api/Visio.Selection.PersistsEvents.md | 2 +-
api/Visio.Selection.Picture.md | 2 +-
api/Visio.Selection.PrimaryItem.md | 2 +-
api/Visio.Selection.RemoveFromContainers.md | 2 +-
api/Visio.Selection.RemoveFromGroup.md | 2 +-
api/Visio.Selection.Resize.md | 4 +-
api/Visio.Selection.ReverseEnds.md | 2 +-
api/Visio.Selection.Rotate.md | 4 +-
api/Visio.Selection.Rotate90.md | 2 +-
api/Visio.Selection.Select.md | 4 +-
api/Visio.Selection.SelectAll.md | 2 +-
api/Visio.Selection.SelectionForDragCopy.md | 2 +-
api/Visio.Selection.SendBackward.md | 2 +-
api/Visio.Selection.SendToBack.md | 2 +-
api/Visio.Selection.SetContainerFormat.md | 4 +-
api/Visio.Selection.Stat.md | 2 +-
api/Visio.Selection.Style.md | 2 +-
api/Visio.Selection.StyleKeepFmt.md | 2 +-
api/Visio.Selection.Subtract.md | 2 +-
api/Visio.Selection.SwapEnds.md | 2 +-
api/Visio.Selection.TextStyle.md | 2 +-
api/Visio.Selection.TextStyleKeepFmt.md | 2 +-
api/Visio.Selection.Trim.md | 2 +-
api/Visio.Selection.Ungroup.md | 2 +-
api/Visio.Selection.Union.md | 2 +-
api/Visio.Selection.UpdateAlignmentBox.md | 2 +-
api/Visio.ServerPublishOptions.Application.md | 2 +-
api/Visio.ServerPublishOptions.Document.md | 2 +-
api/Visio.ServerPublishOptions.ExcludePage.md | 4 +-
....ServerPublishOptions.GetPagesToPublish.md | 4 +-
...erPublishOptions.GetRecordsetsToPublish.md | 4 +-
api/Visio.ServerPublishOptions.IncludePage.md | 4 +-
...io.ServerPublishOptions.IsPublishedPage.md | 4 +-
api/Visio.ServerPublishOptions.ObjectType.md | 2 +-
....ServerPublishOptions.SetPagesToPublish.md | 4 +-
...erPublishOptions.SetRecordsetsToPublish.md | 4 +-
api/Visio.ServerPublishOptions.Stat.md | 2 +-
api/Visio.SetPageView.md | 4 +-
api/Visio.Shape.AddGuide.md | 4 +-
api/Visio.Shape.AddHyperlink.md | 2 +-
api/Visio.Shape.AddNamedRow.md | 4 +-
api/Visio.Shape.AddRow.md | 4 +-
api/Visio.Shape.AddRows.md | 4 +-
api/Visio.Shape.AddSection.md | 4 +-
api/Visio.Shape.AddToContainers.md | 2 +-
api/Visio.Shape.Application.md | 2 +-
api/Visio.Shape.AreaIU.md | 4 +-
api/Visio.Shape.AutoConnect.md | 4 +-
api/Visio.Shape.BeforeSelectionDelete.md | 2 +-
api/Visio.Shape.BeforeShapeDelete.md | 2 +-
api/Visio.Shape.BeforeShapeTextEdit.md | 2 +-
api/Visio.Shape.BoundingBox.md | 4 +-
api/Visio.Shape.BreakLinkToData.md | 4 +-
api/Visio.Shape.BringForward.md | 2 +-
api/Visio.Shape.BringToFront.md | 2 +-
api/Visio.Shape.CalloutTarget.md | 2 +-
api/Visio.Shape.CalloutsAssociated.md | 2 +-
api/Visio.Shape.CellChanged.md | 2 +-
api/Visio.Shape.CellExists.md | 4 +-
api/Visio.Shape.CellExistsU.md | 4 +-
api/Visio.Shape.Cells.md | 4 +-
api/Visio.Shape.CellsRowIndex.md | 4 +-
api/Visio.Shape.CellsRowIndexU.md | 4 +-
api/Visio.Shape.CellsSRC.md | 4 +-
api/Visio.Shape.CellsSRCExists.md | 4 +-
api/Visio.Shape.CellsU.md | 4 +-
api/Visio.Shape.CenterDrawing.md | 2 +-
api/Visio.Shape.CharCount.md | 2 +-
api/Visio.Shape.Characters.md | 2 +-
api/Visio.Shape.ClassID.md | 2 +-
api/Visio.Shape.ConnectedShapes.md | 4 +-
api/Visio.Shape.Connects.md | 2 +-
api/Visio.Shape.ContainerProperties.md | 2 +-
api/Visio.Shape.ContainingMaster.md | 2 +-
api/Visio.Shape.ContainingMasterID.md | 2 +-
api/Visio.Shape.ContainingPage.md | 2 +-
api/Visio.Shape.ContainingPageID.md | 2 +-
api/Visio.Shape.ContainingShape.md | 2 +-
api/Visio.Shape.ConvertToGroup.md | 2 +-
api/Visio.Shape.ConvertToGroupCanceled.md | 2 +-
api/Visio.Shape.Copy.md | 4 +-
api/Visio.Shape.CreateSelection.md | 4 +-
api/Visio.Shape.CreateSubProcess.md | 2 +-
api/Visio.Shape.Cut.md | 4 +-
api/Visio.Shape.Data1.md | 2 +-
api/Visio.Shape.Data2.md | 2 +-
api/Visio.Shape.Data3.md | 2 +-
api/Visio.Shape.DataGraphic.md | 2 +-
api/Visio.Shape.Delete.md | 2 +-
api/Visio.Shape.DeleteEx.md | 4 +-
api/Visio.Shape.DeleteRow.md | 4 +-
api/Visio.Shape.DeleteSection.md | 4 +-
api/Visio.Shape.Disconnect.md | 4 +-
api/Visio.Shape.DistanceFrom.md | 4 +-
api/Visio.Shape.DistanceFromPoint.md | 4 +-
api/Visio.Shape.Document.md | 2 +-
api/Visio.Shape.DrawArcByThreePoints.md | 4 +-
api/Visio.Shape.DrawBezier.md | 4 +-
api/Visio.Shape.DrawCircularArc.md | 4 +-
api/Visio.Shape.DrawLine.md | 4 +-
api/Visio.Shape.DrawNURBS.md | 4 +-
api/Visio.Shape.DrawOval.md | 4 +-
api/Visio.Shape.DrawPolyline.md | 4 +-
api/Visio.Shape.DrawQuarterArc.md | 4 +-
api/Visio.Shape.DrawRectangle.md | 4 +-
api/Visio.Shape.DrawSpline.md | 4 +-
api/Visio.Shape.Drop.md | 4 +-
api/Visio.Shape.DropMany.md | 4 +-
api/Visio.Shape.DropManyU.md | 4 +-
api/Visio.Shape.Duplicate.md | 2 +-
api/Visio.Shape.EventList.md | 2 +-
api/Visio.Shape.Export.md | 4 +-
api/Visio.Shape.FillStyle.md | 2 +-
api/Visio.Shape.FillStyleKeepFmt.md | 2 +-
api/Visio.Shape.FitCurve.md | 4 +-
api/Visio.Shape.FlipHorizontal.md | 2 +-
api/Visio.Shape.FlipVertical.md | 2 +-
api/Visio.Shape.ForeignData.md | 2 +-
api/Visio.Shape.ForeignType.md | 2 +-
api/Visio.Shape.FormulaChanged.md | 2 +-
api/Visio.Shape.FromConnects.md | 2 +-
api/Visio.Shape.GeometryCount.md | 2 +-
...o.Shape.GetCustomPropertiesLinkedToData.md | 4 +-
...sio.Shape.GetCustomPropertyLinkedColumn.md | 4 +-
api/Visio.Shape.GetFormulas.md | 4 +-
api/Visio.Shape.GetFormulasU.md | 4 +-
api/Visio.Shape.GetLinkedDataRecordsetIDs.md | 4 +-
api/Visio.Shape.GetLinkedDataRow.md | 4 +-
api/Visio.Shape.GetResults.md | 4 +-
api/Visio.Shape.GluedShapes.md | 4 +-
api/Visio.Shape.Group.md | 2 +-
api/Visio.Shape.GroupCanceled.md | 2 +-
api/Visio.Shape.HasCategory.md | 4 +-
api/Visio.Shape.Help.md | 2 +-
api/Visio.Shape.HitTest.md | 4 +-
api/Visio.Shape.Hyperlinks.md | 2 +-
api/Visio.Shape.ID.md | 2 +-
api/Visio.Shape.Import.md | 4 +-
api/Visio.Shape.Index.md | 2 +-
api/Visio.Shape.InsertFromFile.md | 4 +-
api/Visio.Shape.InsertObject.md | 4 +-
api/Visio.Shape.IsCallout.md | 2 +-
api/Visio.Shape.IsCustomPropertyLinked.md | 4 +-
api/Visio.Shape.IsDataGraphicCallout.md | 2 +-
api/Visio.Shape.IsOpenForTextEdit.md | 2 +-
api/Visio.Shape.Language.md | 2 +-
api/Visio.Shape.Layer.md | 4 +-
api/Visio.Shape.LayerCount.md | 2 +-
api/Visio.Shape.Layout.md | 2 +-
api/Visio.Shape.LengthIU.md | 4 +-
api/Visio.Shape.LineStyle.md | 2 +-
api/Visio.Shape.LineStyleKeepFmt.md | 2 +-
api/Visio.Shape.LinkToData.md | 4 +-
api/Visio.Shape.Master.md | 2 +-
api/Visio.Shape.MasterShape.md | 2 +-
api/Visio.Shape.MemberOfContainers.md | 2 +-
api/Visio.Shape.MoveToSubprocess.md | 2 +-
api/Visio.Shape.Name.md | 2 +-
api/Visio.Shape.NameID.md | 2 +-
api/Visio.Shape.NameU.md | 2 +-
api/Visio.Shape.Object.md | 2 +-
api/Visio.Shape.ObjectIsInherited.md | 2 +-
api/Visio.Shape.ObjectType.md | 2 +-
api/Visio.Shape.Offset.md | 4 +-
api/Visio.Shape.OneD.md | 2 +-
api/Visio.Shape.OpenDrawWindow.md | 2 +-
api/Visio.Shape.OpenSheetWindow.md | 2 +-
api/Visio.Shape.Parent.md | 2 +-
api/Visio.Shape.Paste.md | 4 +-
api/Visio.Shape.PasteSpecial.md | 4 +-
api/Visio.Shape.Paths.md | 2 +-
api/Visio.Shape.PathsLocal.md | 2 +-
api/Visio.Shape.PersistsEvents.md | 2 +-
api/Visio.Shape.Picture.md | 2 +-
api/Visio.Shape.ProgID.md | 2 +-
api/Visio.Shape.QueryCancelConvertToGroup.md | 2 +-
api/Visio.Shape.QueryCancelGroup.md | 2 +-
api/Visio.Shape.QueryCancelSelectionDelete.md | 2 +-
api/Visio.Shape.QueryCancelUngroup.md | 2 +-
api/Visio.Shape.RemoveFromContainers.md | 2 +-
api/Visio.Shape.Resize.md | 4 +-
api/Visio.Shape.ReverseEnds.md | 2 +-
api/Visio.Shape.RootShape.md | 2 +-
api/Visio.Shape.Rotate90.md | 2 +-
api/Visio.Shape.RowCount.md | 4 +-
api/Visio.Shape.RowExists.md | 4 +-
api/Visio.Shape.RowsCellCount.md | 4 +-
api/Visio.Shape.Section.md | 4 +-
api/Visio.Shape.SectionExists.md | 4 +-
api/Visio.Shape.SelectionAdded.md | 2 +-
api/Visio.Shape.SelectionDeleteCanceled.md | 2 +-
api/Visio.Shape.SendBackward.md | 2 +-
api/Visio.Shape.SendToBack.md | 2 +-
api/Visio.Shape.SetBegin.md | 4 +-
api/Visio.Shape.SetCenter.md | 4 +-
api/Visio.Shape.SetEnd.md | 4 +-
api/Visio.Shape.SetFormulas.md | 4 +-
api/Visio.Shape.SetResults.md | 4 +-
api/Visio.Shape.ShapeAdded.md | 2 +-
api/Visio.Shape.ShapeChanged.md | 2 +-
api/Visio.Shape.ShapeDataGraphicChanged.md | 2 +-
api/Visio.Shape.ShapeExitedTextEdit.md | 2 +-
api/Visio.Shape.ShapeLinkAdded.md | 2 +-
api/Visio.Shape.ShapeLinkDeleted.md | 2 +-
api/Visio.Shape.ShapeParentChanged.md | 2 +-
api/Visio.Shape.Shapes.md | 2 +-
api/Visio.Shape.SpatialNeighbors.md | 4 +-
api/Visio.Shape.SpatialRelation.md | 4 +-
api/Visio.Shape.SpatialSearch.md | 4 +-
api/Visio.Shape.Stat.md | 2 +-
api/Visio.Shape.Style.md | 2 +-
api/Visio.Shape.StyleKeepFmt.md | 2 +-
api/Visio.Shape.SwapEnds.md | 2 +-
api/Visio.Shape.Text.md | 2 +-
api/Visio.Shape.TextChanged.md | 2 +-
api/Visio.Shape.TextStyle.md | 2 +-
api/Visio.Shape.TextStyleKeepFmt.md | 2 +-
api/Visio.Shape.TransformXYFrom.md | 4 +-
api/Visio.Shape.TransformXYTo.md | 4 +-
api/Visio.Shape.Type.md | 2 +-
api/Visio.Shape.Ungroup.md | 2 +-
api/Visio.Shape.UngroupCanceled.md | 2 +-
api/Visio.Shape.UniqueID.md | 4 +-
api/Visio.Shape.UpdateAlignmentBox.md | 2 +-
api/Visio.Shape.XYFromPage.md | 4 +-
api/Visio.Shape.XYToPage.md | 4 +-
api/Visio.ShapeAtPoint.md | 4 +-
api/Visio.ShapeCount.md | 2 +-
api/Visio.ShapeIDToIndex.md | 4 +-
api/Visio.ShapeIndexToID.md | 4 +-
api/Visio.ShapeName.md | 4 +-
api/Visio.Shapes.Application.md | 2 +-
api/Visio.Shapes.CenterDrawing.md | 2 +-
api/Visio.Shapes.ContainingMaster.md | 2 +-
api/Visio.Shapes.ContainingPage.md | 2 +-
api/Visio.Shapes.ContainingShape.md | 2 +-
api/Visio.Shapes.Count.md | 2 +-
api/Visio.Shapes.Document.md | 2 +-
api/Visio.Shapes.EventList.md | 2 +-
api/Visio.Shapes.Item.md | 4 +-
api/Visio.Shapes.ItemFromID.md | 4 +-
api/Visio.Shapes.ItemFromUniqueID.md | 4 +-
api/Visio.Shapes.ItemU.md | 4 +-
api/Visio.Shapes.ObjectType.md | 2 +-
api/Visio.Shapes.PersistsEvents.md | 2 +-
api/Visio.Shapes.Stat.md | 2 +-
api/Visio.SilentMode.md | 2 +-
api/Visio.Src.md | 2 +-
api/Visio.StartPage.md | 2 +-
api/Visio.StoreInFolder.md | 2 +-
api/Visio.Style.Application.md | 2 +-
api/Visio.Style.BasedOn.md | 2 +-
api/Visio.Style.BeforeStyleDelete.md | 2 +-
api/Visio.Style.CellExists.md | 4 +-
api/Visio.Style.CellExistsU.md | 4 +-
api/Visio.Style.Cells.md | 4 +-
api/Visio.Style.CellsSRC.md | 4 +-
api/Visio.Style.CellsSRCExists.md | 4 +-
api/Visio.Style.CellsU.md | 4 +-
api/Visio.Style.Delete.md | 2 +-
api/Visio.Style.Document.md | 2 +-
api/Visio.Style.EventList.md | 2 +-
api/Visio.Style.FillBasedOn.md | 2 +-
api/Visio.Style.GetFormulas.md | 4 +-
api/Visio.Style.GetFormulasU.md | 4 +-
api/Visio.Style.GetResults.md | 4 +-
api/Visio.Style.Hidden.md | 2 +-
api/Visio.Style.ID.md | 2 +-
api/Visio.Style.IncludesFill.md | 2 +-
api/Visio.Style.IncludesLine.md | 2 +-
api/Visio.Style.IncludesText.md | 2 +-
api/Visio.Style.Index.md | 2 +-
api/Visio.Style.LineBasedOn.md | 2 +-
api/Visio.Style.Name.md | 2 +-
api/Visio.Style.NameU.md | 2 +-
api/Visio.Style.ObjectType.md | 2 +-
api/Visio.Style.PersistsEvents.md | 2 +-
api/Visio.Style.QueryCancelStyleDelete.md | 2 +-
api/Visio.Style.Section.md | 4 +-
api/Visio.Style.SetFormulas.md | 4 +-
api/Visio.Style.SetResults.md | 4 +-
api/Visio.Style.Stat.md | 2 +-
api/Visio.Style.StyleChanged.md | 2 +-
api/Visio.Style.StyleDeleteCanceled.md | 2 +-
api/Visio.Style.TextBasedOn.md | 2 +-
api/Visio.Styles.Add.md | 4 +-
api/Visio.Styles.Application.md | 2 +-
api/Visio.Styles.BeforeStyleDelete.md | 2 +-
api/Visio.Styles.Count.md | 2 +-
api/Visio.Styles.Document.md | 2 +-
api/Visio.Styles.EventList.md | 2 +-
api/Visio.Styles.GetNames.md | 4 +-
api/Visio.Styles.GetNamesU.md | 4 +-
api/Visio.Styles.Item.md | 4 +-
api/Visio.Styles.ItemFromID.md | 4 +-
api/Visio.Styles.ItemU.md | 4 +-
api/Visio.Styles.ObjectType.md | 2 +-
api/Visio.Styles.PersistsEvents.md | 2 +-
api/Visio.Styles.QueryCancelStyleDelete.md | 2 +-
api/Visio.Styles.Stat.md | 2 +-
api/Visio.Styles.StyleAdded.md | 2 +-
api/Visio.Styles.StyleChanged.md | 2 +-
api/Visio.Styles.StyleDeleteCanceled.md | 2 +-
api/Visio.Stylesheet.md | 2 +-
api/Visio.SubShapeAtPoint.md | 4 +-
api/Visio.TargetPath.md | 2 +-
api/Visio.ThemeName.md | 2 +-
api/Visio.Toolbar.BuiltIn.md | 2 +-
api/Visio.Toolbar.Caption.md | 2 +-
api/Visio.Toolbar.Delete.md | 2 +-
api/Visio.Toolbar.Enabled.md | 2 +-
api/Visio.Toolbar.Height.md | 2 +-
api/Visio.Toolbar.Index.md | 2 +-
api/Visio.Toolbar.Left.md | 2 +-
api/Visio.Toolbar.Parent.md | 2 +-
api/Visio.Toolbar.Position.md | 2 +-
api/Visio.Toolbar.Protection.md | 2 +-
api/Visio.Toolbar.RowIndex.md | 2 +-
api/Visio.Toolbar.ToolbarItems.md | 2 +-
api/Visio.Toolbar.Top.md | 2 +-
api/Visio.Toolbar.Visible.md | 2 +-
api/Visio.Toolbar.Width.md | 2 +-
api/Visio.ToolbarButtons.md | 2 +-
api/Visio.ToolbarCustomizable.md | 2 +-
api/Visio.ToolbarItem.ActionText.md | 2 +-
api/Visio.ToolbarItem.AddOnArgs.md | 2 +-
api/Visio.ToolbarItem.AddOnName.md | 2 +-
api/Visio.ToolbarItem.BeginGroup.md | 2 +-
api/Visio.ToolbarItem.BuiltIn.md | 2 +-
api/Visio.ToolbarItem.Caption.md | 2 +-
api/Visio.ToolbarItem.CmdNum.md | 2 +-
api/Visio.ToolbarItem.CntrlType.md | 2 +-
api/Visio.ToolbarItem.Delete.md | 2 +-
api/Visio.ToolbarItem.Enabled.md | 2 +-
api/Visio.ToolbarItem.FaceID.md | 2 +-
api/Visio.ToolbarItem.IconFileName.md | 4 +-
api/Visio.ToolbarItem.Index.md | 2 +-
api/Visio.ToolbarItem.IsHierarchical.md | 2 +-
api/Visio.ToolbarItem.PaletteWidth.md | 2 +-
api/Visio.ToolbarItem.Parent.md | 2 +-
api/Visio.ToolbarItem.State.md | 2 +-
api/Visio.ToolbarItem.Style.md | 2 +-
api/Visio.ToolbarItem.ToolbarItems.md | 2 +-
api/Visio.ToolbarItem.TypeSpecific1.md | 2 +-
api/Visio.ToolbarItem.TypeSpecific2.md | 2 +-
api/Visio.ToolbarItem.Visible.md | 2 +-
api/Visio.ToolbarItem.Width.md | 2 +-
api/Visio.ToolbarItems.Add.md | 2 +-
api/Visio.ToolbarItems.AddAt.md | 4 +-
api/Visio.ToolbarItems.Count.md | 2 +-
api/Visio.ToolbarItems.Item.md | 4 +-
api/Visio.ToolbarItems.Parent.md | 2 +-
api/Visio.ToolbarItems.ParentItem.md | 2 +-
api/Visio.ToolbarSet.Caption.md | 2 +-
api/Visio.ToolbarSet.Delete.md | 2 +-
api/Visio.ToolbarSet.Parent.md | 2 +-
api/Visio.ToolbarSet.SetID.md | 2 +-
api/Visio.ToolbarSet.Toolbars.md | 2 +-
api/Visio.ToolbarSets.Add.md | 2 +-
api/Visio.ToolbarSets.AddAtID.md | 4 +-
api/Visio.ToolbarSets.Count.md | 2 +-
api/Visio.ToolbarSets.Item.md | 4 +-
api/Visio.ToolbarSets.ItemAtID.md | 4 +-
api/Visio.ToolbarSets.Parent.md | 2 +-
api/Visio.ToolbarVisible.md | 2 +-
api/Visio.Toolbars.Add.md | 2 +-
api/Visio.Toolbars.AddAt.md | 4 +-
api/Visio.Toolbars.Count.md | 2 +-
api/Visio.Toolbars.Item.md | 4 +-
api/Visio.Toolbars.Parent.md | 2 +-
api/Visio.UIObject.AccelTables.md | 2 +-
api/Visio.UIObject.Clone.md | 2 +-
api/Visio.UIObject.DisplayKeysInTooltips.md | 2 +-
api/Visio.UIObject.DisplayTooltips.md | 2 +-
api/Visio.UIObject.LargeButtons.md | 2 +-
api/Visio.UIObject.LoadFromFile.md | 4 +-
api/Visio.UIObject.MenuAnimationStyle.md | 2 +-
api/Visio.UIObject.MenuSets.md | 2 +-
api/Visio.UIObject.Name.md | 2 +-
api/Visio.UIObject.SaveToFile.md | 4 +-
api/Visio.UIObject.ToolbarSets.md | 2 +-
api/Visio.UIObject.UpdateUI.md | 2 +-
api/Visio.Unload.md | 2 +-
api/Visio.Validation.Application.md | 2 +-
api/Visio.Validation.Document.md | 2 +-
api/Visio.Validation.Issues.md | 2 +-
api/Visio.Validation.ObjectType.md | 2 +-
api/Visio.Validation.RuleSets.md | 2 +-
api/Visio.Validation.ShowIgnoredIssues.md | 2 +-
api/Visio.Validation.Stat.md | 2 +-
api/Visio.Validation.Validate.md | 4 +-
api/Visio.ValidationIssue.Application.md | 2 +-
api/Visio.ValidationIssue.Delete.md | 2 +-
api/Visio.ValidationIssue.Document.md | 2 +-
api/Visio.ValidationIssue.ID.md | 2 +-
api/Visio.ValidationIssue.Ignored.md | 2 +-
api/Visio.ValidationIssue.ObjectType.md | 2 +-
api/Visio.ValidationIssue.Rule.md | 2 +-
api/Visio.ValidationIssue.Stat.md | 2 +-
api/Visio.ValidationIssue.TargetPage.md | 2 +-
api/Visio.ValidationIssue.TargetPageID.md | 2 +-
api/Visio.ValidationIssue.TargetShape.md | 2 +-
api/Visio.ValidationIssues.Application.md | 2 +-
api/Visio.ValidationIssues.Clear.md | 2 +-
api/Visio.ValidationIssues.Count.md | 2 +-
api/Visio.ValidationIssues.Document.md | 2 +-
api/Visio.ValidationIssues.Item.md | 4 +-
api/Visio.ValidationIssues.ItemFromID.md | 4 +-
api/Visio.ValidationIssues.ObjectType.md | 2 +-
api/Visio.ValidationRule.AddIssue.md | 4 +-
api/Visio.ValidationRule.Application.md | 2 +-
api/Visio.ValidationRule.Category.md | 2 +-
api/Visio.ValidationRule.Delete.md | 2 +-
api/Visio.ValidationRule.Description.md | 2 +-
api/Visio.ValidationRule.Document.md | 2 +-
api/Visio.ValidationRule.FilterExpression.md | 2 +-
api/Visio.ValidationRule.ID.md | 2 +-
api/Visio.ValidationRule.Ignored.md | 2 +-
api/Visio.ValidationRule.NameU.md | 2 +-
api/Visio.ValidationRule.ObjectType.md | 2 +-
api/Visio.ValidationRule.RuleSet.md | 2 +-
api/Visio.ValidationRule.Stat.md | 2 +-
api/Visio.ValidationRule.TargetType.md | 2 +-
api/Visio.ValidationRule.TestExpression.md | 2 +-
api/Visio.ValidationRuleSet.Application.md | 2 +-
api/Visio.ValidationRuleSet.Delete.md | 2 +-
api/Visio.ValidationRuleSet.Description.md | 2 +-
api/Visio.ValidationRuleSet.Document.md | 2 +-
api/Visio.ValidationRuleSet.Enabled.md | 2 +-
api/Visio.ValidationRuleSet.ID.md | 2 +-
api/Visio.ValidationRuleSet.Name.md | 2 +-
api/Visio.ValidationRuleSet.NameU.md | 2 +-
api/Visio.ValidationRuleSet.ObjectType.md | 2 +-
api/Visio.ValidationRuleSet.RuleSetFlags.md | 2 +-
api/Visio.ValidationRuleSet.Rules.md | 2 +-
api/Visio.ValidationRuleSet.Stat.md | 2 +-
api/Visio.ValidationRuleSets.Add.md | 4 +-
api/Visio.ValidationRuleSets.AddCopy.md | 4 +-
api/Visio.ValidationRuleSets.Application.md | 2 +-
api/Visio.ValidationRuleSets.Count.md | 2 +-
api/Visio.ValidationRuleSets.Document.md | 2 +-
api/Visio.ValidationRuleSets.Item.md | 4 +-
api/Visio.ValidationRuleSets.ItemFromID.md | 4 +-
api/Visio.ValidationRuleSets.ObjectType.md | 2 +-
api/Visio.ValidationRuleSets.Stat.md | 2 +-
api/Visio.ValidationRules.Add.md | 4 +-
api/Visio.ValidationRules.Application.md | 2 +-
api/Visio.ValidationRules.Count.md | 2 +-
api/Visio.ValidationRules.Document.md | 2 +-
api/Visio.ValidationRules.Item.md | 4 +-
api/Visio.ValidationRules.ItemFromID.md | 4 +-
api/Visio.ValidationRules.ObjectType.md | 2 +-
api/Visio.ValidationRules.Stat.md | 2 +-
api/Visio.VisBuiltInStencilTypes.md | 2 +-
api/Visio.VisCenterViewFlags.md | 2 +-
api/Visio.VisConnectedShapesFlags.md | 2 +-
api/Visio.VisConnectorEnds.md | 2 +-
api/Visio.VisContainerAutoResize.md | 2 +-
api/Visio.VisContainerFlags.md | 2 +-
api/Visio.VisContainerMemberState.md | 2 +-
api/Visio.VisContainerNested.md | 2 +-
api/Visio.VisContainerTypes.md | 2 +-
api/Visio.VisDeleteFlags.md | 2 +-
api/Visio.VisEdition.md | 2 +-
api/Visio.VisGluedShapesFlags.md | 2 +-
api/Visio.VisLangFlags.md | 2 +-
api/Visio.VisLayoutDirection.md | 2 +-
api/Visio.VisLayoutHorzAlignType.md | 2 +-
api/Visio.VisLayoutIncrementalType.md | 2 +-
api/Visio.VisLayoutVertAlignType.md | 2 +-
api/Visio.VisLegendFlags.md | 2 +-
api/Visio.VisListAlignment.md | 2 +-
api/Visio.VisListDirection.md | 2 +-
api/Visio.VisMemberAddOptions.md | 2 +-
api/Visio.VisPublishDataRecordsets.md | 2 +-
api/Visio.VisPublishPages.md | 2 +-
api/Visio.VisRasterExportColorFormat.md | 2 +-
api/Visio.VisRasterExportColorReduction.md | 2 +-
api/Visio.VisRasterExportDataCompression.md | 2 +-
api/Visio.VisRasterExportDataFormat.md | 2 +-
api/Visio.VisRasterExportFlip.md | 2 +-
api/Visio.VisRasterExportOperation.md | 2 +-
api/Visio.VisRasterExportResolution.md | 2 +-
api/Visio.VisRasterExportResolutionUnits.md | 2 +-
api/Visio.VisRasterExportRotation.md | 2 +-
api/Visio.VisRasterExportSize.md | 2 +-
api/Visio.VisRasterExportSizeUnits.md | 2 +-
api/Visio.VisResizeDirection.md | 2 +-
api/Visio.VisRibbonXModes.md | 2 +-
api/Visio.VisRoleSelectionTypes.md | 2 +-
api/Visio.VisRuleSetFlags.md | 2 +-
api/Visio.VisRuleTargets.md | 2 +-
api/Visio.VisValidationFlags.md | 2 +-
api/Visio.Window.Activate.md | 2 +-
api/Visio.Window.AllowEditing.md | 2 +-
api/Visio.Window.Application.md | 2 +-
api/Visio.Window.BackgroundColor.md | 2 +-
api/Visio.Window.BackgroundColorGradient.md | 2 +-
api/Visio.Window.BeforeWindowClosed.md | 2 +-
api/Visio.Window.BeforeWindowPageTurn.md | 2 +-
api/Visio.Window.BeforeWindowSelDelete.md | 2 +-
api/Visio.Window.Caption.md | 2 +-
api/Visio.Window.CenterViewOnShape.md | 4 +-
api/Visio.Window.Close.md | 2 +-
api/Visio.Window.DeselectAll.md | 2 +-
api/Visio.Window.DockedStencils.md | 4 +-
api/Visio.Window.Document.md | 2 +-
api/Visio.Window.EventList.md | 2 +-
api/Visio.Window.GetViewRect.md | 4 +-
api/Visio.Window.GetWindowRect.md | 4 +-
api/Visio.Window.ID.md | 2 +-
api/Visio.Window.InPlace.md | 2 +-
api/Visio.Window.Index.md | 2 +-
api/Visio.Window.IsEditingOLE.md | 2 +-
api/Visio.Window.IsEditingText.md | 2 +-
api/Visio.Window.KeyDown.md | 2 +-
api/Visio.Window.KeyPress.md | 2 +-
api/Visio.Window.KeyUp.md | 2 +-
api/Visio.Window.Master.md | 2 +-
api/Visio.Window.MasterShortcut.md | 2 +-
api/Visio.Window.MergeCaption.md | 2 +-
api/Visio.Window.MergeClass.md | 2 +-
api/Visio.Window.MergeID.md | 2 +-
api/Visio.Window.MergePosition.md | 2 +-
api/Visio.Window.MouseDown.md | 2 +-
api/Visio.Window.MouseMove.md | 2 +-
api/Visio.Window.MouseUp.md | 2 +-
api/Visio.Window.NewWindow.md | 2 +-
api/Visio.Window.ObjectType.md | 2 +-
...Visio.Window.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.Window.Page.md | 2 +-
api/Visio.Window.PageTabWidth.md | 2 +-
api/Visio.Window.Parent.md | 2 +-
api/Visio.Window.ParentWindow.md | 2 +-
api/Visio.Window.PersistsEvents.md | 2 +-
api/Visio.Window.QueryCancelWindowClose.md | 2 +-
api/Visio.Window.ReviewerMarkupVisible.md | 4 +-
api/Visio.Window.Scroll.md | 4 +-
api/Visio.Window.ScrollLock.md | 2 +-
api/Visio.Window.ScrollViewTo.md | 4 +-
api/Visio.Window.Select.md | 4 +-
api/Visio.Window.SelectAll.md | 2 +-
api/Visio.Window.SelectedCell.md | 2 +-
api/Visio.Window.SelectedDataRecordset.md | 2 +-
api/Visio.Window.SelectedDataRowID.md | 2 +-
api/Visio.Window.SelectedMasters.md | 2 +-
api/Visio.Window.SelectedText.md | 2 +-
api/Visio.Window.SelectedValidationIssue.md | 2 +-
api/Visio.Window.Selection.md | 2 +-
api/Visio.Window.SelectionChanged.md | 2 +-
api/Visio.Window.SelectionForDragCopy.md | 2 +-
api/Visio.Window.SetViewRect.md | 4 +-
api/Visio.Window.SetWindowRect.md | 4 +-
api/Visio.Window.Shape.md | 2 +-
api/Visio.Window.ShowConnectPoints.md | 2 +-
api/Visio.Window.ShowGrid.md | 2 +-
api/Visio.Window.ShowGuides.md | 2 +-
api/Visio.Window.ShowPageBreaks.md | 2 +-
api/Visio.Window.ShowPageOutline.md | 2 +-
api/Visio.Window.ShowPageTabs.md | 2 +-
api/Visio.Window.ShowRulers.md | 2 +-
api/Visio.Window.ShowScrollBars.md | 2 +-
api/Visio.Window.Stat.md | 2 +-
api/Visio.Window.SubType.md | 2 +-
api/Visio.Window.Type.md | 2 +-
api/Visio.Window.ViewChanged.md | 2 +-
api/Visio.Window.ViewFit.md | 2 +-
api/Visio.Window.Visible.md | 2 +-
api/Visio.Window.WindowActivated.md | 2 +-
api/Visio.Window.WindowChanged.md | 2 +-
api/Visio.Window.WindowCloseCanceled.md | 2 +-
api/Visio.Window.WindowHandle32.md | 2 +-
api/Visio.Window.WindowState.md | 2 +-
api/Visio.Window.WindowTurnedToPage.md | 2 +-
api/Visio.Window.Windows.md | 2 +-
api/Visio.Window.Zoom.md | 2 +-
api/Visio.Window.ZoomBehavior.md | 2 +-
api/Visio.Window.ZoomLock.md | 2 +-
api/Visio.Windows.Add.md | 4 +-
api/Visio.Windows.Application.md | 2 +-
api/Visio.Windows.Arrange.md | 4 +-
api/Visio.Windows.BeforeWindowClosed.md | 2 +-
api/Visio.Windows.BeforeWindowPageTurn.md | 2 +-
api/Visio.Windows.BeforeWindowSelDelete.md | 2 +-
api/Visio.Windows.Count.md | 2 +-
api/Visio.Windows.EventList.md | 2 +-
api/Visio.Windows.Item.md | 4 +-
api/Visio.Windows.ItemEx.md | 4 +-
api/Visio.Windows.ItemFromID.md | 4 +-
api/Visio.Windows.KeyDown.md | 2 +-
api/Visio.Windows.KeyPress.md | 2 +-
api/Visio.Windows.KeyUp.md | 2 +-
api/Visio.Windows.MouseDown.md | 2 +-
api/Visio.Windows.MouseMove.md | 2 +-
api/Visio.Windows.MouseUp.md | 2 +-
api/Visio.Windows.ObjectType.md | 2 +-
...isio.Windows.OnKeystrokeMessageForAddon.md | 2 +-
api/Visio.Windows.PersistsEvents.md | 2 +-
api/Visio.Windows.QueryCancelWindowClose.md | 2 +-
api/Visio.Windows.SelectionChanged.md | 2 +-
api/Visio.Windows.ViewChanged.md | 2 +-
api/Visio.Windows.WindowActivated.md | 2 +-
api/Visio.Windows.WindowChanged.md | 2 +-
api/Visio.Windows.WindowCloseCanceled.md | 2 +-
api/Visio.Windows.WindowOpened.md | 2 +-
api/Visio.Windows.WindowTurnedToPage.md | 2 +-
api/Visio.ZoomToPoint.md | 4 +-
api/Visio.ZoomToRect.md | 4 +-
...ationsettings.getrasterexportresolution.md | 4 +-
...applicationsettings.getrasterexportsize.md | 4 +-
...ationsettings.setrasterexportresolution.md | 2 +-
...applicationsettings.setrasterexportsize.md | 4 +-
api/Visio.comments.item.md | 4 +-
api/Visio.containerproperties.document.md | 2 +-
api/Visio.invisibleapp.isvisio32.md | 2 +-
api/Visio.master.visualboundingbox.md | 2 +-
api/Visio.page.autosize.md | 2 +-
api/Visio.page.visualboundingbox.md | 2 +-
api/Visio.selection.visualboundingbox.md | 2 +-
api/Visio.shape.visualboundingbox.md | 2 +-
api/Visio.viewer.backcolor.property.md | 2 +-
api/Visio.viewer.src.property.md | 2 +-
api/Visio.viewer.zoom.property.md | 2 +-
api/Visio.visautoconnectdir.md | 2 +-
api/Visio.visautolinkbehaviors.md | 2 +-
api/Visio.visautolinkfieldtypes.md | 2 +-
api/Visio.visdatacolumnproperties.md | 2 +-
api/Visio.visdatarecordsetaddoptions.md | 2 +-
api/Visio.visdocexintent.md | 2 +-
api/Visio.visdrawregionflags.md | 2 +-
api/Visio.visfilteractions.md | 2 +-
api/Visio.visfixedformattypes.md | 2 +-
api/Visio.visgraphicfield.md | 2 +-
api/Visio.visgraphicitemtypes.md | 2 +-
api/Visio.visgraphicpositionhorizontal.md | 2 +-
api/Visio.visgraphicpositionvertical.md | 2 +-
api/Visio.vislinkreplacebehavior.md | 2 +-
api/Visio.vismastertypes.md | 2 +-
api/Visio.vismousemovedragstates.md | 2 +-
api/Visio.visprimarykeysettings.md | 2 +-
api/Visio.visquickstylecolors.md | 2 +-
api/Visio.visquickstylematrixindices.md | 2 +-
api/Visio.visrefreshsettings.md | 2 +-
api/Visio.visremovehiddeninfoitems.md | 2 +-
api/Visio.visreplaceflags.md | 2 +-
api/Visio.vissvgexportformat.md | 2 +-
api/Visio.visthemecolors.md | 2 +-
api/Visio.visthemeeffects.md | 2 +-
api/Visio.visthemetypes.md | 2 +-
api/Word.AddIns.Add.md | 2 +-
api/Word.AddIns.Item.md | 2 +-
api/Word.AddIns.Unload.md | 2 +-
api/Word.Adjustments.Item.md | 2 +-
api/Word.Application.AddAddress.md | 2 +-
api/Word.Application.BuildKeyCode.md | 2 +-
api/Word.Application.CentimetersToPoints.md | 2 +-
...ord.Application.ChangeFileOpenDirectory.md | 2 +-
api/Word.Application.CheckGrammar.md | 4 +-
api/Word.Application.CheckSpelling.md | 4 +-
api/Word.Application.CleanString.md | 2 +-
api/Word.Application.CompareDocuments.md | 4 +-
api/Word.Application.DDEExecute.md | 2 +-
api/Word.Application.DDEInitiate.md | 2 +-
api/Word.Application.DDEPoke.md | 2 +-
api/Word.Application.DDERequest.md | 2 +-
api/Word.Application.DDETerminate.md | 2 +-
api/Word.Application.DefaultWebOptions.md | 2 +-
api/Word.Application.DocumentBeforeClose.md | 2 +-
api/Word.Application.DocumentBeforePrint.md | 2 +-
api/Word.Application.DocumentBeforeSave.md | 2 +-
api/Word.Application.DocumentOpen.md | 2 +-
api/Word.Application.DocumentSync.md | 2 +-
api/Word.Application.EPostageInsert.md | 2 +-
api/Word.Application.EPostageInsertEx.md | 2 +-
...Word.Application.EPostagePropertyDialog.md | 2 +-
api/Word.Application.FileDialog.md | 2 +-
api/Word.Application.FileValidation.md | 2 +-
api/Word.Application.FindKey.md | 2 +-
api/Word.Application.GetAddress.md | 2 +-
api/Word.Application.GetDefaultTheme.md | 2 +-
...Word.Application.GetSpellingSuggestions.md | 2 +-
api/Word.Application.Help.md | 2 +-
api/Word.Application.InchesToPoints.md | 2 +-
api/Word.Application.International.md | 2 +-
api/Word.Application.KeyString.md | 4 +-
api/Word.Application.Keyboard.md | 2 +-
api/Word.Application.KeysBoundTo.md | 2 +-
api/Word.Application.LinesToPoints.md | 4 +-
api/Word.Application.ListCommands.md | 2 +-
api/Word.Application.LoadMasterList.md | 2 +-
api/Word.Application.LookupNameProperties.md | 2 +-
api/Word.Application.MailMergeAfterMerge.md | 2 +-
...d.Application.MailMergeAfterRecordMerge.md | 2 +-
api/Word.Application.MailMergeBeforeMerge.md | 2 +-
....Application.MailMergeBeforeRecordMerge.md | 2 +-
...ord.Application.MailMergeDataSourceLoad.md | 2 +-
...Application.MailMergeDataSourceValidate.md | 2 +-
...pplication.MailMergeDataSourceValidate2.md | 2 +-
...Application.MailMergeWizardSendToCustom.md | 2 +-
....Application.MailMergeWizardStateChange.md | 2 +-
api/Word.Application.MergeDocuments.md | 4 +-
api/Word.Application.MillimetersToPoints.md | 4 +-
api/Word.Application.Move.md | 2 +-
api/Word.Application.NewDocument(even).md | 2 +-
api/Word.Application.NewWindow.md | 2 +-
api/Word.Application.OMathAutoCorrect.md | 2 +-
api/Word.Application.OnTime.md | 2 +-
api/Word.Application.OrganizerCopy.md | 2 +-
api/Word.Application.OrganizerDelete.md | 2 +-
api/Word.Application.OrganizerRename.md | 2 +-
api/Word.Application.PicasToPoints.md | 4 +-
api/Word.Application.PixelsToPoints.md | 4 +-
api/Word.Application.PointsToCentimeters.md | 4 +-
api/Word.Application.PointsToInches.md | 4 +-
api/Word.Application.PointsToLines.md | 4 +-
api/Word.Application.PointsToMillimeters.md | 4 +-
api/Word.Application.PointsToPicas.md | 4 +-
api/Word.Application.PointsToPixels.md | 4 +-
api/Word.Application.PrintOut.md | 2 +-
api/Word.Application.ProductCode.md | 2 +-
...Application.ProtectedViewWindowActivate.md | 2 +-
...lication.ProtectedViewWindowBeforeClose.md | 2 +-
...plication.ProtectedViewWindowBeforeEdit.md | 2 +-
...plication.ProtectedViewWindowDeactivate.md | 2 +-
...ord.Application.ProtectedViewWindowOpen.md | 2 +-
...ord.Application.ProtectedViewWindowSize.md | 2 +-
api/Word.Application.Quit(method).md | 2 +-
api/Word.Application.Repeat.md | 4 +-
api/Word.Application.Resize.md | 2 +-
api/Word.Application.Run.md | 2 +-
api/Word.Application.SetDefaultTheme.md | 2 +-
api/Word.Application.SubstituteFont.md | 2 +-
api/Word.Application.SynonymInfo.md | 2 +-
api/Word.Application.WindowActivate.md | 2 +-
...ord.Application.WindowBeforeDoubleClick.md | 2 +-
...Word.Application.WindowBeforeRightClick.md | 2 +-
api/Word.Application.WindowDeactivate.md | 2 +-
api/Word.Application.WindowSelectionChange.md | 2 +-
api/Word.Application.WindowSize.md | 2 +-
api/Word.Application.XMLSelectionChange.md | 2 +-
api/Word.Application.XMLValidationError.md | 2 +-
api/Word.ApplyDocumentTheme.md | 2 +-
api/Word.AutoCaptions.Item.md | 4 +-
api/Word.AutoCorrectEntries.Add.md | 2 +-
api/Word.AutoCorrectEntries.AddRichText.md | 4 +-
api/Word.AutoCorrectEntries.Item.md | 4 +-
api/Word.AutoCorrectEntry.Apply.md | 2 +-
api/Word.AutoTextEntries.Add.md | 2 +-
api/Word.AutoTextEntries.AppendToSpike.md | 4 +-
api/Word.AutoTextEntries.Item.md | 4 +-
api/Word.AutoTextEntry.Insert.md | 4 +-
api/Word.Axes.Item.md | 2 +-
api/Word.AxisTitle.Characters.md | 2 +-
api/Word.AxisTitle.Formula.md | 2 +-
api/Word.AxisTitle.Height.md | 2 +-
api/Word.Bibliography.GenerateUniqueTag.md | 2 +-
api/Word.Bookmark.Copy.md | 2 +-
api/Word.Bookmarks.Add.md | 4 +-
api/Word.Bookmarks.Exists.md | 2 +-
api/Word.Bookmarks.Item.md | 4 +-
api/Word.Borders.Item.md | 4 +-
api/Word.Breaks.Item.md | 4 +-
api/Word.BuildingBlock.Insert.md | 4 +-
api/Word.BuildingBlockEntries.Add.md | 4 +-
api/Word.BuildingBlockEntries.Item.md | 4 +-
api/Word.BuildingBlockTypes.Item.md | 4 +-
api/Word.BuildingBlocks.Add.md | 4 +-
api/Word.BuildingBlocks.Item.md | 4 +-
api/Word.CalloutFormat.CustomDrop.md | 2 +-
api/Word.CalloutFormat.CustomLength.md | 2 +-
api/Word.CalloutFormat.PresetDrop.md | 2 +-
api/Word.CanvasShapes.AddCallout.md | 2 +-
api/Word.CanvasShapes.AddConnector.md | 2 +-
api/Word.CanvasShapes.AddCurve.md | 2 +-
api/Word.CanvasShapes.AddLabel.md | 2 +-
api/Word.CanvasShapes.AddLine.md | 2 +-
api/Word.CanvasShapes.AddPicture.md | 2 +-
api/Word.CanvasShapes.AddPolyline.md | 2 +-
api/Word.CanvasShapes.AddShape.md | 2 +-
api/Word.CanvasShapes.AddTextEffect.md | 2 +-
api/Word.CanvasShapes.AddTextbox.md | 2 +-
api/Word.CanvasShapes.BuildFreeform.md | 2 +-
api/Word.CanvasShapes.Item.md | 4 +-
api/Word.CanvasShapes.Range.md | 4 +-
api/Word.CaptionLabels.Add.md | 4 +-
api/Word.CaptionLabels.Item.md | 4 +-
api/Word.Categories.Item.md | 4 +-
api/Word.Cell.Delete.md | 2 +-
api/Word.Cell.Formula.md | 2 +-
api/Word.Cell.Merge.md | 2 +-
api/Word.Cell.SetHeight.md | 2 +-
api/Word.Cell.SetWidth.md | 2 +-
api/Word.Cell.Split.md | 2 +-
api/Word.Cells.Add.md | 4 +-
api/Word.Cells.Delete.md | 2 +-
api/Word.Cells.Item.md | 4 +-
api/Word.Cells.SetHeight.md | 2 +-
api/Word.Cells.SetWidth.md | 2 +-
api/Word.Cells.Split.md | 2 +-
api/Word.Characters.Item.md | 4 +-
api/Word.Chart.ApplyChartTemplate.md | 2 +-
api/Word.Chart.ApplyDataLabels.md | 2 +-
api/Word.Chart.ApplyLayout.md | 2 +-
api/Word.Chart.Axes.md | 4 +-
api/Word.Chart.ChartGroups.md | 2 +-
api/Word.Chart.ChartWizard.md | 2 +-
api/Word.Chart.Copy.md | 2 +-
api/Word.Chart.CopyPicture.md | 2 +-
api/Word.Chart.Export.md | 4 +-
api/Word.Chart.GetChartElement.md | 2 +-
api/Word.Chart.HasAxis.md | 2 +-
api/Word.Chart.Paste.md | 2 +-
api/Word.Chart.SaveChartTemplate.md | 2 +-
api/Word.Chart.Select.md | 2 +-
api/Word.Chart.SeriesCollection.md | 2 +-
api/Word.Chart.SetBackgroundPicture.md | 2 +-
api/Word.Chart.SetDefaultChart.md | 2 +-
api/Word.Chart.SetElement.md | 2 +-
api/Word.Chart.SetSourceData.md | 2 +-
api/Word.Chart.ShowAllFieldButtons.md | 2 +-
api/Word.ChartCharacters.Insert.md | 2 +-
api/Word.ChartGroup.SeriesCollection.md | 2 +-
api/Word.ChartGroups.Item.md | 4 +-
api/Word.ChartTitle.Characters.md | 2 +-
api/Word.ChartTitle.Formula.md | 2 +-
api/Word.ChartTitle.Height.md | 2 +-
api/Word.CoAuthLock.Unlock.md | 2 +-
api/Word.CoAuthLocks.Add.md | 4 +-
api/Word.CoAuthLocks.Item.md | 4 +-
api/Word.CoAuthLocks.RemoveEphemeralLocks.md | 2 +-
api/Word.CoAuthUpdates.Item.md | 4 +-
api/Word.CoAuthors.Item.md | 4 +-
api/Word.Column.SetWidth.md | 2 +-
api/Word.Column.Sort.md | 2 +-
api/Word.Columns.Add.md | 4 +-
api/Word.Columns.Item.md | 4 +-
api/Word.Columns.SetWidth.md | 2 +-
api/Word.Comments.Add.md | 4 +-
api/Word.Comments.Item.md | 4 +-
api/Word.Conflict.Accept.md | 2 +-
api/Word.Conflict.Reject.md | 2 +-
api/Word.Conflicts.AcceptAll.md | 2 +-
api/Word.Conflicts.Item.md | 4 +-
api/Word.Conflicts.RejectAll.md | 2 +-
api/Word.ContentControl.Delete.md | 2 +-
api/Word.ContentControl.SetCheckedSymbol.md | 2 +-
api/Word.ContentControl.SetPlaceholderText.md | 2 +-
api/Word.ContentControl.SetUncheckedSymbol.md | 2 +-
api/Word.ContentControlListEntries.Add.md | 4 +-
api/Word.ContentControlListEntries.Item.md | 4 +-
api/Word.ContentControls.Add.md | 4 +-
api/Word.ContentControls.Item.md | 4 +-
api/Word.CustomLabels.Add.md | 4 +-
api/Word.CustomLabels.Item.md | 4 +-
api/Word.CustomProperties.Add.md | 4 +-
api/Word.CustomProperties.Item.md | 4 +-
api/Word.DataLabel.Characters.md | 2 +-
api/Word.DataLabel.Formula.md | 2 +-
api/Word.DataLabel.FormulaR1C1.md | 2 +-
api/Word.DataLabel.Height.md | 2 +-
api/Word.DataLabels.Item.md | 4 +-
api/Word.Dialog.Display.md | 4 +-
api/Word.Dialog.Show.md | 4 +-
api/Word.Dialogs.Item.md | 4 +-
api/Word.Dictionaries.Add.md | 4 +-
api/Word.Dictionaries.Item.md | 4 +-
api/Word.DisplayUnitLabel.Characters.md | 2 +-
api/Word.DisplayUnitLabel.Formula.md | 2 +-
api/Word.DisplayUnitLabel.Height.md | 2 +-
api/Word.Document.ActiveWritingStyle.md | 2 +-
api/Word.Document.ApplyQuickStyleSet2.md | 2 +-
api/Word.Document.ApplyTheme.md | 2 +-
api/Word.Document.BuildingBlockInsert.md | 2 +-
api/Word.Document.CanCheckin.md | 2 +-
api/Word.Document.CheckIn.md | 2 +-
api/Word.Document.CheckInWithVersion.md | 2 +-
api/Word.Document.CheckSpelling.md | 2 +-
api/Word.Document.Close(method).md | 2 +-
api/Word.Document.Compare.md | 2 +-
api/Word.Document.Compatibility.md | 2 +-
api/Word.Document.ComputeStatistics.md | 2 +-
api/Word.Document.ContentControlAfterAdd.md | 2 +-
...ument.ContentControlBeforeContentUpdate.md | 2 +-
...ord.Document.ContentControlBeforeDelete.md | 2 +-
...ocument.ContentControlBeforeStoreUpdate.md | 2 +-
api/Word.Document.ContentControlOnEnter.md | 2 +-
api/Word.Document.ContentControlOnExit.md | 2 +-
api/Word.Document.ConvertVietDoc.md | 2 +-
api/Word.Document.CopyStylesFromTemplate.md | 2 +-
api/Word.Document.CountNumberedItems.md | 2 +-
api/Word.Document.CreateLetterContent.md | 4 +-
api/Word.Document.DeleteAllEditableRanges.md | 2 +-
api/Word.Document.ExportAsFixedFormat.md | 2 +-
api/Word.Document.FollowHyperlink.md | 2 +-
api/Word.Document.GetCrossReferenceItems.md | 2 +-
api/Word.Document.GetLetterContent.md | 2 +-
api/Word.Document.GetWorkflowTasks.md | 2 +-
api/Word.Document.GetWorkflowTemplates.md | 2 +-
api/Word.Document.GoTo.md | 2 +-
api/Word.Document.Merge.md | 2 +-
api/Word.Document.PrintOut.md | 2 +-
api/Word.Document.Range.md | 4 +-
api/Word.Document.Redo.md | 4 +-
api/Word.Document.ReloadAs.md | 2 +-
...Word.Document.RemoveDocumentInformation.md | 2 +-
api/Word.Document.RemoveNumbers.md | 2 +-
api/Word.Document.ReplyWithChanges.md | 2 +-
api/Word.Document.RunAutoMacro.md | 2 +-
api/Word.Document.RunLetterWizard.md | 2 +-
api/Word.Document.SaveAsQuickStyleSet.md | 2 +-
api/Word.Document.SelectAllEditableRanges.md | 2 +-
...ord.Document.SelectContentControlsByTag.md | 4 +-
...d.Document.SelectContentControlsByTitle.md | 4 +-
api/Word.Document.SelectLinkedControls.md | 4 +-
api/Word.Document.SelectNodes.md | 4 +-
api/Word.Document.SelectSingleNode.md | 4 +-
api/Word.Document.SelectUnlinkedControls.md | 4 +-
api/Word.Document.SendFax.md | 2 +-
api/Word.Document.SendFaxOverInternet.md | 2 +-
api/Word.Document.SendForReview.md | 2 +-
api/Word.Document.SetDefaultTableStyle.md | 2 +-
api/Word.Document.SetLetterContent.md | 2 +-
...d.Document.SetPasswordEncryptionOptions.md | 2 +-
api/Word.Document.Sync(even).md | 2 +-
api/Word.Document.TransformDocument.md | 2 +-
api/Word.Document.Undo.md | 4 +-
api/Word.Document.Unprotect.md | 2 +-
api/Word.Document.XMLAfterInsert.md | 2 +-
api/Word.Document.XMLBeforeDelete.md | 2 +-
api/Word.Documents.Add.md | 4 +-
api/Word.Documents.AddBlogDocument.md | 2 +-
api/Word.Documents.CanCheckOut.md | 4 +-
api/Word.Documents.CheckOut.md | 2 +-
api/Word.Documents.Close.md | 2 +-
api/Word.Documents.Item.md | 4 +-
api/Word.Documents.Open.md | 4 +-
api/Word.Documents.OpenNoRepairDialog.md | 4 +-
api/Word.Documents.Save.md | 2 +-
api/Word.Editors.Add.md | 2 +-
api/Word.Editors.Item.md | 4 +-
api/Word.EmailSignatureEntries.Add.md | 4 +-
api/Word.EmailSignatureEntries.Item.md | 4 +-
api/Word.Endnotes.Add.md | 2 +-
api/Word.Endnotes.Item.md | 4 +-
api/Word.Envelope.Insert.md | 2 +-
api/Word.Envelope.PrintOut.md | 2 +-
api/Word.Field.Update.md | 2 +-
api/Word.Fields.Add.md | 4 +-
api/Word.Fields.Item.md | 4 +-
api/Word.Fields.Update.md | 2 +-
api/Word.FileConverters.Item.md | 4 +-
api/Word.FillFormat.GradientAngle.md | 2 +-
api/Word.FillFormat.OneColorGradient.md | 2 +-
api/Word.FillFormat.Patterned.md | 2 +-
api/Word.FillFormat.PresetGradient.md | 2 +-
api/Word.FillFormat.PresetTextured.md | 2 +-
api/Word.FillFormat.TextureAlignment.md | 2 +-
api/Word.FillFormat.TwoColorGradient.md | 2 +-
api/Word.FillFormat.UserPicture.md | 2 +-
api/Word.Find.ClearHitHighlight.md | 2 +-
api/Word.Find.Execute.md | 4 +-
api/Word.Find.Execute2007.md | 4 +-
api/Word.Find.HitHighlight.md | 2 +-
api/Word.FirstLetterExceptions.Add.md | 4 +-
api/Word.FirstLetterExceptions.Item.md | 4 +-
api/Word.FontNames.Item.md | 4 +-
api/Word.Footnotes.Add.md | 4 +-
api/Word.Footnotes.Item.md | 4 +-
api/Word.FormFields.Add.md | 4 +-
api/Word.FormFields.Item.md | 4 +-
api/Word.Frames.Add.md | 4 +-
api/Word.Frames.Delete.md | 2 +-
api/Word.Frames.Item.md | 4 +-
api/Word.Frameset.AddNewFrame.md | 2 +-
api/Word.Frameset.ChildFramesetItem.md | 2 +-
api/Word.FreeformBuilder.AddNodes.md | 2 +-
api/Word.FreeformBuilder.ConvertToShape.md | 2 +-
api/Word.Global.BuildKeyCode.md | 2 +-
api/Word.Global.CentimetersToPoints.md | 2 +-
api/Word.Global.ChangeFileOpenDirectory.md | 2 +-
api/Word.Global.CheckSpelling.md | 4 +-
api/Word.Global.CleanString.md | 2 +-
api/Word.Global.DDEExecute.md | 2 +-
api/Word.Global.DDEInitiate.md | 2 +-
api/Word.Global.DDEPoke.md | 2 +-
api/Word.Global.DDERequest.md | 2 +-
api/Word.Global.DDETerminate.md | 2 +-
api/Word.Global.FindKey.md | 2 +-
api/Word.Global.GetSpellingSuggestions.md | 2 +-
api/Word.Global.Help.md | 2 +-
api/Word.Global.InchesToPoints.md | 4 +-
api/Word.Global.IsObjectValid.md | 2 +-
api/Word.Global.KeyString.md | 4 +-
api/Word.Global.KeysBoundTo.md | 2 +-
api/Word.Global.LinesToPoints.md | 4 +-
api/Word.Global.MillimetersToPoints.md | 4 +-
api/Word.Global.NewWindow.md | 2 +-
api/Word.Global.PicasToPoints.md | 4 +-
api/Word.Global.PixelsToPoints.md | 4 +-
api/Word.Global.PointsToCentimeters.md | 4 +-
api/Word.Global.PointsToInches.md | 4 +-
api/Word.Global.PointsToLines.md | 4 +-
api/Word.Global.PointsToMillimeters.md | 4 +-
api/Word.Global.PointsToPicas.md | 4 +-
api/Word.Global.PointsToPixels.md | 4 +-
api/Word.Global.Repeat.md | 4 +-
api/Word.Global.SynonymInfo.md | 2 +-
api/Word.GroupShapes.Item.md | 4 +-
api/Word.GroupShapes.Range.md | 4 +-
api/Word.HTMLDivision.HTMLDivisionParent.md | 4 +-
api/Word.HTMLDivisions.Add.md | 4 +-
api/Word.HTMLDivisions.Item.md | 4 +-
api/Word.HangulAndAlphabetExceptions.Add.md | 4 +-
api/Word.HangulAndAlphabetExceptions.Item.md | 4 +-
...d.HangulHanjaConversionDictionaries.Add.md | 4 +-
....HangulHanjaConversionDictionaries.Item.md | 4 +-
api/Word.HeadersFooters.Item.md | 4 +-
api/Word.HeadingStyles.Add.md | 4 +-
api/Word.HeadingStyles.Item.md | 4 +-
api/Word.Hyperlink.CreateNewDocument.md | 2 +-
api/Word.Hyperlink.Follow.md | 2 +-
api/Word.Hyperlinks.Add.md | 4 +-
api/Word.Hyperlinks.Item.md | 4 +-
api/Word.Indexes.Add.md | 4 +-
api/Word.Indexes.AutoMarkEntries.md | 2 +-
api/Word.Indexes.Item.md | 4 +-
api/Word.Indexes.MarkAllEntries.md | 2 +-
api/Word.Indexes.MarkEntry.md | 4 +-
api/Word.InlineShapes.AddHorizontalLine.md | 2 +-
....InlineShapes.AddHorizontalLineStandard.md | 2 +-
api/Word.InlineShapes.AddOLEControl.md | 2 +-
api/Word.InlineShapes.AddOLEObject.md | 2 +-
api/Word.InlineShapes.AddPicture.md | 2 +-
api/Word.InlineShapes.AddPictureBullet.md | 4 +-
api/Word.InlineShapes.AddSmartArt.md | 4 +-
api/Word.InlineShapes.Item.md | 4 +-
api/Word.InlineShapes.New.md | 4 +-
api/Word.KeyBinding.Rebind.md | 2 +-
api/Word.KeyBindings.Add.md | 4 +-
api/Word.KeyBindings.Item.md | 4 +-
api/Word.KeyBindings.Key.md | 4 +-
api/Word.KeysBoundTo.Item.md | 4 +-
api/Word.KeysBoundTo.Key.md | 4 +-
api/Word.Languages.Item.md | 4 +-
api/Word.Legend.LegendEntries.md | 2 +-
api/Word.LegendEntries.Item.md | 4 +-
api/Word.Lines.Item.md | 4 +-
api/Word.List.ApplyListTemplate.md | 2 +-
api/Word.List.ApplyListTemplateWithLevel.md | 2 +-
api/Word.List.CanContinuePreviousList.md | 2 +-
api/Word.List.RemoveNumbers.md | 2 +-
api/Word.ListEntries.Add.md | 4 +-
api/Word.ListEntries.Item.md | 4 +-
api/Word.ListFormat.ApplyBulletDefault.md | 2 +-
api/Word.ListFormat.ApplyListTemplate.md | 2 +-
...d.ListFormat.ApplyListTemplateWithLevel.md | 2 +-
api/Word.ListFormat.ApplyNumberDefault.md | 2 +-
...rd.ListFormat.ApplyOutlineNumberDefault.md | 2 +-
...Word.ListFormat.CanContinuePreviousList.md | 2 +-
api/Word.ListFormat.RemoveNumbers.md | 2 +-
api/Word.ListGalleries.Item.md | 4 +-
api/Word.ListGallery.Reset.md | 2 +-
api/Word.ListLevel.ApplyPictureBullet.md | 2 +-
api/Word.ListLevels.Item.md | 4 +-
api/Word.ListParagraphs.Item.md | 4 +-
api/Word.ListTemplate.Convert.md | 2 +-
api/Word.ListTemplates.Add.md | 4 +-
api/Word.ListTemplates.Item.md | 4 +-
api/Word.Lists.Item.md | 4 +-
api/Word.MailMerge.CreateDataSource.md | 2 +-
api/Word.MailMerge.CreateHeaderSource.md | 2 +-
api/Word.MailMerge.Execute.md | 2 +-
api/Word.MailMerge.OpenDataSource.md | 2 +-
api/Word.MailMerge.OpenHeaderSource.md | 2 +-
api/Word.MailMerge.ShowWizard.md | 2 +-
api/Word.MailMergeDataFields.Item.md | 4 +-
api/Word.MailMergeDataSource.FindRecord.md | 4 +-
...rd.MailMergeDataSource.SetAllErrorFlags.md | 2 +-
...MailMergeDataSource.SetAllIncludedFlags.md | 2 +-
api/Word.MailMergeFieldNames.Item.md | 4 +-
api/Word.MailMergeFields.Add.md | 4 +-
api/Word.MailMergeFields.AddAsk.md | 4 +-
api/Word.MailMergeFields.AddFillIn.md | 4 +-
api/Word.MailMergeFields.AddIf.md | 4 +-
api/Word.MailMergeFields.AddMergeRec.md | 4 +-
api/Word.MailMergeFields.AddMergeSeq.md | 4 +-
api/Word.MailMergeFields.AddNext.md | 4 +-
api/Word.MailMergeFields.AddNextIf.md | 4 +-
api/Word.MailMergeFields.AddSet.md | 4 +-
api/Word.MailMergeFields.AddSkipIf.md | 4 +-
api/Word.MailMergeFields.Item.md | 4 +-
api/Word.MailingLabel.CreateNewDocument.md | 4 +-
...Word.MailingLabel.CreateNewDocumentByID.md | 4 +-
api/Word.MailingLabel.PrintOut.md | 2 +-
api/Word.MailingLabel.PrintOutByID.md | 2 +-
api/Word.MappedDataFields.Item.md | 4 +-
api/Word.OLEFormat.ActivateAs.md | 2 +-
api/Word.OLEFormat.ConvertTo.md | 2 +-
api/Word.OLEFormat.DoVerb.md | 2 +-
api/Word.OMath.BuildUp.md | 2 +-
api/Word.OMath.Linearize.md | 2 +-
api/Word.OMathArgs.Add.md | 4 +-
api/Word.OMathArgs.Item.md | 4 +-
api/Word.OMathAutoCorrectEntries.Add.md | 4 +-
api/Word.OMathAutoCorrectEntries.Item.md | 4 +-
api/Word.OMathBreaks.Add.md | 4 +-
api/Word.OMathBreaks.Item.md | 4 +-
api/Word.OMathFunction.Remove.md | 2 +-
api/Word.OMathFunctions.Add.md | 4 +-
api/Word.OMathFunctions.Item.md | 4 +-
api/Word.OMathLimLow.ToLimUpp.md | 2 +-
api/Word.OMathLimUpp.ToLimLow.md | 2 +-
api/Word.OMathMat.Cell.md | 2 +-
api/Word.OMathMatCols.Add.md | 4 +-
api/Word.OMathMatCols.Item.md | 4 +-
api/Word.OMathMatRows.Add.md | 4 +-
api/Word.OMathMatRows.Item.md | 4 +-
api/Word.OMathRecognizedFunctions.Add.md | 4 +-
api/Word.OMathRecognizedFunctions.Item.md | 4 +-
api/Word.OMathScrPre.ToScrSubSup.md | 2 +-
api/Word.OMathScrSubSup.RemoveSub.md | 2 +-
api/Word.OMathScrSubSup.RemoveSup.md | 2 +-
api/Word.OMathScrSubSup.ToScrPre.md | 2 +-
api/Word.OMaths.Add.md | 4 +-
api/Word.OMaths.BuildUp.md | 2 +-
api/Word.OMaths.Item.md | 4 +-
api/Word.OMaths.Linearize.md | 2 +-
api/Word.Options.DefaultFilePath.md | 2 +-
api/Word.OtherCorrectionsExceptions.Add.md | 4 +-
api/Word.OtherCorrectionsExceptions.Item.md | 4 +-
api/Word.PageNumbers.Add.md | 2 +-
api/Word.PageNumbers.Item.md | 4 +-
api/Word.Pages.Item.md | 4 +-
api/Word.Pane.AutoScroll.md | 2 +-
api/Word.Pane.LargeScroll.md | 2 +-
api/Word.Pane.PageScroll.md | 2 +-
api/Word.Pane.SmallScroll.md | 2 +-
api/Word.Panes.Add.md | 4 +-
api/Word.Panes.Item.md | 4 +-
api/Word.Paragraph.IndentCharWidth.md | 2 +-
...Word.Paragraph.IndentFirstLineCharWidth.md | 2 +-
api/Word.Paragraph.ListAdvanceTo.md | 2 +-
api/Word.Paragraph.ListNumberOriginal.md | 2 +-
api/Word.Paragraph.Next.md | 4 +-
api/Word.Paragraph.Previous.md | 4 +-
api/Word.Paragraph.TabHangingIndent.md | 2 +-
api/Word.Paragraph.TabIndent.md | 2 +-
api/Word.ParagraphFormat.IndentCharWidth.md | 2 +-
...aragraphFormat.IndentFirstLineCharWidth.md | 2 +-
api/Word.ParagraphFormat.TabHangingIndent.md | 2 +-
api/Word.ParagraphFormat.TabIndent.md | 2 +-
api/Word.Paragraphs.Add.md | 4 +-
api/Word.Paragraphs.IndentCharWidth.md | 2 +-
...ord.Paragraphs.IndentFirstLineCharWidth.md | 2 +-
api/Word.Paragraphs.Item.md | 4 +-
api/Word.Paragraphs.TabHangingIndent.md | 2 +-
api/Word.Paragraphs.TabIndent.md | 2 +-
api/Word.PictureFormat.IncrementBrightness.md | 2 +-
api/Word.PictureFormat.IncrementContrast.md | 2 +-
api/Word.Point.ApplyDataLabels.md | 2 +-
api/Word.Point.Height.md | 2 +-
api/Word.Point.Left.md | 2 +-
api/Word.Point.Name.md | 2 +-
api/Word.Point.PieSliceLocation.md | 4 +-
api/Word.Point.Top.md | 2 +-
api/Word.Points.Item.md | 4 +-
api/Word.ProofreadingErrors.Item.md | 4 +-
api/Word.ProtectedViewWindow.Activate.md | 2 +-
api/Word.ProtectedViewWindow.Close.md | 2 +-
api/Word.ProtectedViewWindow.Edit.md | 4 +-
api/Word.ProtectedViewWindows.Item.md | 4 +-
api/Word.ProtectedViewWindows.Open.md | 4 +-
api/Word.Range.CheckSpelling.md | 2 +-
api/Word.Range.Collapse.md | 2 +-
api/Word.Range.ComputeStatistics.md | 2 +-
api/Word.Range.ConvertHangulAndHanja.md | 2 +-
api/Word.Range.ConvertToTable.md | 4 +-
api/Word.Range.Delete.md | 4 +-
api/Word.Range.EndOf.md | 2 +-
api/Word.Range.Expand.md | 2 +-
api/Word.Range.ExportAsFixedFormat.md | 2 +-
api/Word.Range.ExportFragment.md | 4 +-
api/Word.Range.GetSpellingSuggestions.md | 4 +-
api/Word.Range.GoTo.md | 2 +-
api/Word.Range.GoToNext.md | 2 +-
api/Word.Range.GoToPrevious.md | 2 +-
api/Word.Range.ImportFragment.md | 4 +-
api/Word.Range.InRange.md | 4 +-
api/Word.Range.InStory.md | 4 +-
api/Word.Range.Information.md | 2 +-
api/Word.Range.InsertAfter.md | 2 +-
api/Word.Range.InsertAlignmentTab.md | 2 +-
api/Word.Range.InsertBefore.md | 2 +-
api/Word.Range.InsertBreak.md | 2 +-
api/Word.Range.InsertCaption.md | 2 +-
api/Word.Range.InsertCrossReference.md | 2 +-
api/Word.Range.InsertDatabase.md | 2 +-
api/Word.Range.InsertDateTime.md | 2 +-
api/Word.Range.InsertFile.md | 2 +-
api/Word.Range.InsertSymbol.md | 2 +-
api/Word.Range.InsertXML.md | 4 +-
api/Word.Range.IsEqual.md | 4 +-
api/Word.Range.ModifyEnclosure.md | 2 +-
api/Word.Range.Move.md | 4 +-
api/Word.Range.MoveEnd.md | 2 +-
api/Word.Range.MoveEndUntil.md | 2 +-
api/Word.Range.MoveEndWhile.md | 2 +-
api/Word.Range.MoveStart.md | 4 +-
api/Word.Range.MoveStartUntil.md | 2 +-
api/Word.Range.MoveStartWhile.md | 2 +-
api/Word.Range.MoveUntil.md | 2 +-
api/Word.Range.MoveWhile.md | 2 +-
api/Word.Range.Next.md | 4 +-
api/Word.Range.PasteAndFormat.md | 2 +-
api/Word.Range.PasteExcelTable.md | 2 +-
api/Word.Range.PasteSpecial.md | 2 +-
api/Word.Range.PhoneticGuide.md | 2 +-
api/Word.Range.Previous.md | 4 +-
api/Word.Range.Relocate.md | 2 +-
api/Word.Range.SetListLevel.md | 2 +-
api/Word.Range.SetRange.md | 2 +-
api/Word.Range.Sort.md | 2 +-
api/Word.Range.StartOf.md | 2 +-
api/Word.Range.TCSCConverter.md | 2 +-
api/Word.Range.XML.md | 2 +-
api/Word.ReadabilityStatistics.Item.md | 4 +-
api/Word.RecentFile.Open.md | 2 +-
api/Word.RecentFiles.Add.md | 4 +-
api/Word.RecentFiles.Item.md | 4 +-
api/Word.Rectangles.Item.md | 4 +-
api/Word.ReflectionFormat.Offset.md | 2 +-
api/Word.Research.IsResearchService.md | 4 +-
api/Word.Research.Query.md | 4 +-
api/Word.Research.SetLanguagePair.md | 4 +-
api/Word.Reviewers.Item.md | 4 +-
api/Word.Revisions.Item.md | 4 +-
api/Word.Revisions.RejectAll.md | 2 +-
api/Word.Row.ConvertToText.md | 2 +-
api/Word.Row.SetHeight.md | 2 +-
api/Word.Row.SetLeftIndent.md | 2 +-
api/Word.Rows.Add.md | 4 +-
api/Word.Rows.ConvertToText.md | 2 +-
api/Word.Rows.Item.md | 4 +-
api/Word.Rows.SetHeight.md | 2 +-
api/Word.Rows.SetLeftIndent.md | 2 +-
api/Word.SaveAs2.md | 4 +-
api/Word.Sections.Add.md | 2 +-
api/Word.Sections.Item.md | 4 +-
api/Word.Selection.Collapse.md | 2 +-
api/Word.Selection.ConvertToTable.md | 4 +-
api/Word.Selection.CreateAutoTextEntry.md | 2 +-
api/Word.Selection.Delete.md | 4 +-
api/Word.Selection.EndKey.md | 2 +-
api/Word.Selection.EndOf.md | 2 +-
api/Word.Selection.Expand.md | 2 +-
api/Word.Selection.ExportAsFixedFormat.md | 2 +-
api/Word.Selection.Extend.md | 2 +-
api/Word.Selection.GoTo.md | 4 +-
api/Word.Selection.GoToEditableRange.md | 4 +-
api/Word.Selection.GoToNext.md | 2 +-
api/Word.Selection.GoToPrevious.md | 2 +-
api/Word.Selection.HomeKey.md | 2 +-
api/Word.Selection.InRange.md | 4 +-
api/Word.Selection.InStory.md | 4 +-
api/Word.Selection.Information.md | 2 +-
api/Word.Selection.InsertAfter.md | 2 +-
api/Word.Selection.InsertBefore.md | 2 +-
api/Word.Selection.InsertBreak.md | 2 +-
api/Word.Selection.InsertCaption.md | 2 +-
api/Word.Selection.InsertCells.md | 2 +-
api/Word.Selection.InsertCrossReference.md | 2 +-
api/Word.Selection.InsertDateTime.md | 2 +-
api/Word.Selection.InsertFile.md | 2 +-
api/Word.Selection.InsertFormula.md | 2 +-
api/Word.Selection.InsertRows.md | 2 +-
api/Word.Selection.InsertSymbol.md | 2 +-
api/Word.Selection.InsertXML.md | 4 +-
api/Word.Selection.IsEqual.md | 4 +-
api/Word.Selection.Move.md | 4 +-
api/Word.Selection.MoveDown.md | 2 +-
api/Word.Selection.MoveEnd.md | 4 +-
api/Word.Selection.MoveEndUntil.md | 4 +-
api/Word.Selection.MoveEndWhile.md | 2 +-
api/Word.Selection.MoveLeft.md | 2 +-
api/Word.Selection.MoveRight.md | 4 +-
api/Word.Selection.MoveStart.md | 4 +-
api/Word.Selection.MoveStartUntil.md | 2 +-
api/Word.Selection.MoveStartWhile.md | 2 +-
api/Word.Selection.MoveUntil.md | 2 +-
api/Word.Selection.MoveUp.md | 4 +-
api/Word.Selection.MoveWhile.md | 2 +-
api/Word.Selection.Next.md | 4 +-
api/Word.Selection.NextField.md | 2 +-
api/Word.Selection.NextRevision.md | 4 +-
api/Word.Selection.PasteAndFormat.md | 2 +-
api/Word.Selection.PasteExcelTable.md | 2 +-
api/Word.Selection.PasteSpecial.md | 2 +-
api/Word.Selection.Previous.md | 4 +-
api/Word.Selection.PreviousField.md | 2 +-
api/Word.Selection.PreviousRevision.md | 4 +-
api/Word.Selection.ReadingModeGrowFont.md | 2 +-
api/Word.Selection.ReadingModeShrinkFont.md | 2 +-
api/Word.Selection.SetRange.md | 2 +-
api/Word.Selection.Sort.md | 2 +-
api/Word.Selection.StartOf.md | 2 +-
api/Word.Selection.TypeText.md | 2 +-
api/Word.Selection.XML.md | 2 +-
api/Word.Sentences.Item.md | 4 +-
api/Word.Series.ApplyDataLabels.md | 2 +-
api/Word.Series.DataLabels.md | 4 +-
api/Word.Series.ErrorBar.md | 2 +-
api/Word.Series.InvertColor.md | 2 +-
api/Word.Series.InvertColorIndex.md | 2 +-
api/Word.Series.PlotColorIndex.md | 2 +-
api/Word.Series.Points.md | 4 +-
api/Word.Series.Trendlines.md | 2 +-
api/Word.SeriesCollection.Add.md | 4 +-
api/Word.SeriesCollection.Extend.md | 2 +-
api/Word.SeriesCollection.Item.md | 4 +-
api/Word.SeriesCollection.NewSeries.md | 2 +-
api/Word.SetCompatibilityMode.md | 2 +-
api/Word.ShadowFormat.IncrementOffsetX.md | 2 +-
api/Word.ShadowFormat.IncrementOffsetY.md | 2 +-
api/Word.Shape.CanvasCropBottom.md | 2 +-
api/Word.Shape.CanvasCropLeft.md | 2 +-
api/Word.Shape.CanvasCropRight.md | 2 +-
api/Word.Shape.CanvasCropTop.md | 2 +-
api/Word.Shape.Delete.md | 2 +-
api/Word.Shape.Flip.md | 2 +-
api/Word.Shape.IncrementLeft.md | 2 +-
api/Word.Shape.IncrementRotation.md | 2 +-
api/Word.Shape.IncrementTop.md | 2 +-
api/Word.Shape.ScaleHeight.md | 2 +-
api/Word.Shape.ScaleWidth.md | 2 +-
api/Word.Shape.Select.md | 2 +-
api/Word.Shape.Ungroup.md | 2 +-
api/Word.Shape.ZOrder.md | 4 +-
api/Word.ShapeNodes.Delete.md | 2 +-
api/Word.ShapeNodes.Insert.md | 2 +-
api/Word.ShapeNodes.Item.md | 4 +-
api/Word.ShapeNodes.SetEditingType.md | 2 +-
api/Word.ShapeNodes.SetPosition.md | 2 +-
api/Word.ShapeNodes.SetSegmentType.md | 2 +-
api/Word.ShapeRange.Align.md | 2 +-
api/Word.ShapeRange.CanvasCropBottom.md | 2 +-
api/Word.ShapeRange.CanvasCropLeft.md | 2 +-
api/Word.ShapeRange.CanvasCropRight.md | 2 +-
api/Word.ShapeRange.CanvasCropTop.md | 2 +-
api/Word.ShapeRange.ConvertToInlineShape.md | 2 +-
api/Word.ShapeRange.Distribute.md | 2 +-
api/Word.ShapeRange.Flip.md | 2 +-
api/Word.ShapeRange.IncrementLeft.md | 2 +-
api/Word.ShapeRange.IncrementRotation.md | 2 +-
api/Word.ShapeRange.IncrementTop.md | 2 +-
api/Word.ShapeRange.Item.md | 4 +-
api/Word.ShapeRange.ScaleHeight.md | 2 +-
api/Word.ShapeRange.ScaleWidth.md | 2 +-
api/Word.ShapeRange.Select.md | 2 +-
api/Word.ShapeRange.Ungroup.md | 2 +-
api/Word.ShapeRange.ZOrder.md | 4 +-
api/Word.Shapes.AddCallout.md | 4 +-
api/Word.Shapes.AddCanvas.md | 4 +-
api/Word.Shapes.AddCurve.md | 4 +-
api/Word.Shapes.AddLabel.md | 4 +-
api/Word.Shapes.AddLine.md | 4 +-
api/Word.Shapes.AddOLEControl.md | 4 +-
api/Word.Shapes.AddOLEObject.md | 4 +-
api/Word.Shapes.AddPicture.md | 4 +-
api/Word.Shapes.AddPolyline.md | 2 +-
api/Word.Shapes.AddShape.md | 4 +-
api/Word.Shapes.AddSmartArt.md | 4 +-
api/Word.Shapes.AddTextEffect.md | 2 +-
api/Word.Shapes.AddTextbox.md | 4 +-
api/Word.Shapes.BuildFreeform.md | 4 +-
api/Word.Shapes.Item.md | 4 +-
api/Word.Shapes.Range.md | 4 +-
api/Word.Source.Field.md | 2 +-
api/Word.Sources.Add.md | 2 +-
api/Word.Sources.Item.md | 4 +-
api/Word.SpellingSuggestions.Item.md | 4 +-
api/Word.StoryRanges.Item.md | 4 +-
api/Word.Style.LinkToListTemplate.md | 2 +-
api/Word.StyleSheet.Move.md | 2 +-
api/Word.StyleSheets.Add.md | 4 +-
api/Word.StyleSheets.Item.md | 4 +-
api/Word.Styles.Add.md | 4 +-
api/Word.Styles.Item.md | 4 +-
api/Word.Subdocument.Open.md | 2 +-
api/Word.Subdocument.Split.md | 2 +-
api/Word.Subdocuments.AddFromFile.md | 4 +-
api/Word.Subdocuments.AddFromRange.md | 4 +-
api/Word.Subdocuments.Item.md | 4 +-
api/Word.Subdocuments.Merge.md | 2 +-
api/Word.System.Connect.md | 2 +-
api/Word.System.PrivateProfileString.md | 2 +-
api/Word.TabStops.Add.md | 4 +-
api/Word.TabStops.After.md | 2 +-
api/Word.TabStops.Before.md | 2 +-
api/Word.TabStops.Item.md | 4 +-
api/Word.Table.ApplyStyleDirectFormatting.md | 2 +-
api/Word.Table.AutoFitBehavior.md | 2 +-
api/Word.Table.AutoFormat.md | 2 +-
api/Word.Table.Cell.md | 4 +-
api/Word.Table.ConvertToText.md | 2 +-
api/Word.Table.Sort.md | 2 +-
api/Word.Table.Split.md | 4 +-
api/Word.TableStyle.Condition.md | 2 +-
api/Word.Tables.Add.md | 4 +-
api/Word.Tables.Item.md | 4 +-
api/Word.TablesOfAuthorities.Add.md | 4 +-
api/Word.TablesOfAuthorities.Item.md | 4 +-
...rd.TablesOfAuthorities.MarkAllCitations.md | 2 +-
api/Word.TablesOfAuthorities.MarkCitation.md | 2 +-
api/Word.TablesOfAuthorities.NextCitation.md | 2 +-
...Word.TablesOfAuthoritiesCategories.Item.md | 4 +-
api/Word.TablesOfContents.Add.md | 4 +-
api/Word.TablesOfContents.Item.md | 4 +-
api/Word.TablesOfContents.MarkEntry.md | 4 +-
api/Word.TablesOfFigures.Add.md | 4 +-
api/Word.TablesOfFigures.Item.md | 4 +-
api/Word.TablesOfFigures.MarkEntry.md | 4 +-
api/Word.Task.Activate.md | 2 +-
api/Word.Task.Move.md | 2 +-
api/Word.Task.Resize.md | 2 +-
api/Word.Task.SendWindowMessage.md | 2 +-
api/Word.TaskPanes.Item.md | 4 +-
api/Word.Tasks.Exists.md | 4 +-
api/Word.Tasks.Item.md | 4 +-
api/Word.Template.OpenAsDocument.md | 2 +-
api/Word.Templates.Item.md | 4 +-
api/Word.TextColumns.Add.md | 4 +-
api/Word.TextColumns.Item.md | 4 +-
api/Word.TextColumns.SetCount.md | 2 +-
api/Word.TextFrame.ValidLinkTarget.md | 4 +-
api/Word.TextInput.EditType.md | 2 +-
...hreeDFormat.IncrementRotationHorizontal.md | 2 +-
....ThreeDFormat.IncrementRotationVertical.md | 2 +-
api/Word.ThreeDFormat.IncrementRotationX.md | 2 +-
api/Word.ThreeDFormat.IncrementRotationY.md | 2 +-
api/Word.ThreeDFormat.IncrementRotationZ.md | 2 +-
...Word.ThreeDFormat.SetExtrusionDirection.md | 2 +-
api/Word.ThreeDFormat.SetPresetCamera.md | 2 +-
api/Word.ThreeDFormat.SetThreeDFormat.md | 2 +-
api/Word.Trendlines.Add.md | 4 +-
api/Word.Trendlines.Item.md | 4 +-
api/Word.TwoInitialCapsExceptions.Add.md | 4 +-
api/Word.TwoInitialCapsExceptions.Item.md | 4 +-
api/Word.UndoRecord.StartCustomRecord.md | 2 +-
api/Word.Variables.Add.md | 4 +-
api/Word.Variables.Item.md | 4 +-
api/Word.Version.Open.md | 2 +-
api/Word.View.CollapseOutline.md | 2 +-
api/Word.View.ExpandOutline.md | 2 +-
api/Word.View.ShowHeading.md | 2 +-
api/Word.WdAlertLevel.md | 2 +-
api/Word.WdAlignmentTabAlignment.md | 2 +-
api/Word.WdAlignmentTabRelative.md | 2 +-
api/Word.WdApplyQuickStyleSets.md | 2 +-
api/Word.WdAraSpeller.md | 2 +-
api/Word.WdArabicNumeral.md | 2 +-
api/Word.WdArrangeStyle.md | 2 +-
api/Word.WdAutoFitBehavior.md | 2 +-
api/Word.WdAutoMacros.md | 2 +-
api/Word.WdAutoVersions.md | 2 +-
api/Word.WdBaselineAlignment.md | 2 +-
api/Word.WdBookmarkSortBy.md | 2 +-
api/Word.WdBorderDistanceFrom.md | 2 +-
api/Word.WdBorderType.md | 2 +-
api/Word.WdBreakType.md | 2 +-
api/Word.WdBrowseTarget.md | 2 +-
api/Word.WdBrowserLevel.md | 2 +-
api/Word.WdBuildingBlockTypes.md | 2 +-
api/Word.WdBuiltInProperty.md | 2 +-
api/Word.WdBuiltinStyle.md | 2 +-
api/Word.WdCalendarTypeBi.md | 2 +-
api/Word.WdCaptionLabelID.md | 2 +-
api/Word.WdCaptionNumberStyle.md | 2 +-
api/Word.WdCaptionPosition.md | 2 +-
api/Word.WdCellColor.md | 2 +-
api/Word.WdCellVerticalAlignment.md | 2 +-
api/Word.WdCharacterCase.md | 2 +-
api/Word.WdCharacterWidth.md | 2 +-
api/Word.WdCheckInVersionType.md | 2 +-
api/Word.WdChevronConvertRule.md | 2 +-
api/Word.WdCollapseDirection.md | 2 +-
api/Word.WdColor.md | 2 +-
api/Word.WdColorIndex.md | 2 +-
api/Word.WdCompareDestination.md | 2 +-
api/Word.WdCompareTarget.md | 2 +-
api/Word.WdCompatibility.md | 2 +-
api/Word.WdCompatibilityMode.md | 2 +-
api/Word.WdConditionCode.md | 2 +-
api/Word.WdConstants.md | 2 +-
api/Word.WdContentControlDateStorageFormat.md | 2 +-
api/Word.WdContentControlType.md | 2 +-
api/Word.WdContinue.md | 2 +-
api/Word.WdCountry.md | 2 +-
api/Word.WdCursorMovement.md | 2 +-
api/Word.WdCursorType.md | 2 +-
api/Word.WdCustomLabelPageSize.md | 2 +-
api/Word.WdDateLanguage.md | 2 +-
api/Word.WdDefaultFilePath.md | 2 +-
api/Word.WdDefaultListBehavior.md | 2 +-
api/Word.WdDefaultTableBehavior.md | 2 +-
api/Word.WdDeleteCells.md | 2 +-
api/Word.WdDeletedTextMark.md | 2 +-
api/Word.WdDiacriticColor.md | 2 +-
api/Word.WdDictionaryType.md | 2 +-
api/Word.WdDisableFeaturesIntroducedAfter.md | 2 +-
api/Word.WdDocPartInsertOptions.md | 2 +-
api/Word.WdDocumentDirection.md | 2 +-
api/Word.WdDocumentKind.md | 2 +-
api/Word.WdDocumentMedium.md | 2 +-
api/Word.WdDocumentType.md | 2 +-
api/Word.WdDocumentViewDirection.md | 2 +-
api/Word.WdDropPosition.md | 2 +-
api/Word.WdEditionOption.md | 2 +-
api/Word.WdEditionType.md | 2 +-
api/Word.WdEditorType.md | 2 +-
api/Word.WdEmailHTMLFidelity.md | 2 +-
api/Word.WdEmphasisMark.md | 2 +-
api/Word.WdEnableCancelKey.md | 2 +-
api/Word.WdEncloseStyle.md | 2 +-
api/Word.WdEnclosureType.md | 2 +-
api/Word.WdEndnoteLocation.md | 2 +-
api/Word.WdEnvelopeOrientation.md | 2 +-
api/Word.WdExportCreateBookmarks.md | 2 +-
api/Word.WdExportFormat.md | 2 +-
api/Word.WdExportItem.md | 2 +-
api/Word.WdExportOptimizeFor.md | 2 +-
api/Word.WdExportRange.md | 2 +-
api/Word.WdFarEastLineBreakLanguageID.md | 2 +-
api/Word.WdFarEastLineBreakLevel.md | 2 +-
api/Word.WdFieldKind.md | 2 +-
api/Word.WdFieldShading.md | 2 +-
api/Word.WdFieldType.md | 2 +-
api/Word.WdFindMatch.md | 2 +-
api/Word.WdFindWrap.md | 2 +-
api/Word.WdFlowDirection.md | 2 +-
api/Word.WdFontBias.md | 2 +-
api/Word.WdFootnoteLocation.md | 2 +-
api/Word.WdFramePosition.md | 2 +-
api/Word.WdFrameSizeRule.md | 2 +-
api/Word.WdFramesetNewFrameLocation.md | 2 +-
api/Word.WdFramesetSizeType.md | 2 +-
api/Word.WdFramesetType.md | 2 +-
api/Word.WdFrenchSpeller.md | 2 +-
api/Word.WdGoToDirection.md | 2 +-
api/Word.WdGoToItem.md | 2 +-
api/Word.WdGranularity.md | 2 +-
api/Word.WdGutterStyle.md | 2 +-
api/Word.WdGutterStyleOld.md | 2 +-
api/Word.WdHeaderFooterIndex.md | 2 +-
api/Word.WdHeadingSeparator.md | 2 +-
api/Word.WdHebSpellStart.md | 2 +-
api/Word.WdHelpType.md | 2 +-
api/Word.WdHighAnsiText.md | 2 +-
api/Word.WdHorizontalInVerticalType.md | 2 +-
api/Word.WdHorizontalLineAlignment.md | 2 +-
api/Word.WdHorizontalLineWidthType.md | 2 +-
api/Word.WdIMEMode.md | 2 +-
api/Word.WdIndexFilter.md | 2 +-
api/Word.WdIndexFormat.md | 2 +-
api/Word.WdIndexSortBy.md | 2 +-
api/Word.WdIndexType.md | 2 +-
api/Word.WdInformation.md | 2 +-
api/Word.WdInlineShapeType.md | 2 +-
api/Word.WdInsertCells.md | 2 +-
api/Word.WdInsertedTextMark.md | 2 +-
api/Word.WdInternationalIndex.md | 2 +-
api/Word.WdJustificationMode.md | 2 +-
api/Word.WdKana.md | 2 +-
api/Word.WdKey.md | 2 +-
api/Word.WdKeyCategory.md | 2 +-
api/Word.WdLanguageID.md | 2 +-
api/Word.WdLayoutMode.md | 2 +-
api/Word.WdLetterStyle.md | 2 +-
api/Word.WdLetterheadLocation.md | 2 +-
api/Word.WdLigatures.md | 2 +-
api/Word.WdLineEndingType.md | 2 +-
api/Word.WdLineSpacing.md | 2 +-
api/Word.WdLineStyle.md | 2 +-
api/Word.WdLineType.md | 2 +-
api/Word.WdLineWidth.md | 2 +-
api/Word.WdLinkType.md | 2 +-
api/Word.WdListApplyTo.md | 2 +-
api/Word.WdListGalleryType.md | 2 +-
api/Word.WdListLevelAlignment.md | 2 +-
api/Word.WdListNumberStyle.md | 2 +-
api/Word.WdListType.md | 2 +-
api/Word.WdLockType.md | 2 +-
api/Word.WdMailMergeActiveRecord.md | 2 +-
api/Word.WdMailMergeComparison.md | 2 +-
api/Word.WdMailMergeDataSource.md | 2 +-
api/Word.WdMailMergeDefaultRecord.md | 2 +-
api/Word.WdMailMergeDestination.md | 2 +-
api/Word.WdMailMergeMailFormat.md | 2 +-
api/Word.WdMailMergeMainDocType.md | 2 +-
api/Word.WdMailMergeState.md | 2 +-
api/Word.WdMailSystem.md | 2 +-
api/Word.WdMailerPriority.md | 2 +-
api/Word.WdMappedDataFields.md | 2 +-
api/Word.WdMeasurementUnits.md | 2 +-
api/Word.WdMergeFormatFrom.md | 2 +-
api/Word.WdMergeSubType.md | 2 +-
api/Word.WdMergeTarget.md | 2 +-
api/Word.WdMonthNames.md | 2 +-
api/Word.WdMoveFromTextMark.md | 2 +-
api/Word.WdMoveToTextMark.md | 2 +-
api/Word.WdMovementType.md | 2 +-
api/Word.WdMultipleWordConversionsMode.md | 2 +-
api/Word.WdNewDocumentType.md | 2 +-
api/Word.WdNoteNumberStyle.md | 2 +-
api/Word.WdNumberForm.md | 2 +-
api/Word.WdNumberSpacing.md | 2 +-
api/Word.WdNumberStyleWordBasicBiDi.md | 2 +-
api/Word.WdNumberType.md | 2 +-
api/Word.WdNumberingRule.md | 2 +-
api/Word.WdOLEPlacement.md | 2 +-
api/Word.WdOLEType.md | 2 +-
api/Word.WdOLEVerb.md | 2 +-
api/Word.WdOMathBreakBin.md | 2 +-
api/Word.WdOMathBreakSub.md | 2 +-
api/Word.WdOMathFracType.md | 2 +-
api/Word.WdOMathFunctionType.md | 2 +-
api/Word.WdOMathHorizAlignType.md | 2 +-
api/Word.WdOMathJc.md | 2 +-
api/Word.WdOMathShapeType.md | 2 +-
api/Word.WdOMathSpacingRule.md | 2 +-
api/Word.WdOMathType.md | 2 +-
api/Word.WdOMathVertAlignType.md | 2 +-
api/Word.WdOpenFormat.md | 2 +-
api/Word.WdOrganizerObject.md | 2 +-
api/Word.WdOrientation.md | 2 +-
api/Word.WdOriginalFormat.md | 2 +-
api/Word.WdOutlineLevel.md | 2 +-
api/Word.WdPageBorderArt.md | 2 +-
api/Word.WdPageFit.md | 2 +-
api/Word.WdPageMovementType.md | 2 +-
api/Word.WdPageNumberAlignment.md | 2 +-
api/Word.WdPageNumberStyle.md | 2 +-
api/Word.WdPaperSize.md | 2 +-
api/Word.WdPaperTray.md | 2 +-
api/Word.WdParagraphAlignment.md | 2 +-
api/Word.WdPartOfSpeech.md | 2 +-
api/Word.WdPasteDataType.md | 2 +-
api/Word.WdPasteOptions.md | 2 +-
api/Word.WdPhoneticGuideAlignmentType.md | 2 +-
api/Word.WdPictureLinkType.md | 2 +-
api/Word.WdPortugueseReform.md | 2 +-
api/Word.WdPreferredWidthType.md | 2 +-
api/Word.WdPrintOutItem.md | 2 +-
api/Word.WdPrintOutPages.md | 2 +-
api/Word.WdPrintOutRange.md | 2 +-
api/Word.WdProofreadingErrorType.md | 2 +-
api/Word.WdProtectedViewCloseReason.md | 2 +-
api/Word.WdProtectionType.md | 2 +-
api/Word.WdReadingLayoutMargin.md | 2 +-
api/Word.WdReadingOrder.md | 2 +-
api/Word.WdRecoveryType.md | 2 +-
api/Word.WdRectangleType.md | 2 +-
api/Word.WdReferenceKind.md | 2 +-
api/Word.WdReferenceType.md | 2 +-
api/Word.WdRelativeHorizontalPosition.md | 2 +-
api/Word.WdRelativeHorizontalSize.md | 2 +-
api/Word.WdRelativeVerticalPosition.md | 2 +-
api/Word.WdRelativeVerticalSize.md | 2 +-
api/Word.WdRelocate.md | 2 +-
api/Word.WdRemoveDocInfoType.md | 2 +-
api/Word.WdReplace.md | 2 +-
api/Word.WdRevisedLinesMark.md | 2 +-
api/Word.WdRevisedPropertiesMark.md | 2 +-
api/Word.WdRevisionType.md | 2 +-
api/Word.WdRevisionsBalloonMargin.md | 2 +-
...Word.WdRevisionsBalloonPrintOrientation.md | 2 +-
api/Word.WdRevisionsBalloonWidthType.md | 2 +-
api/Word.WdRevisionsMode.md | 2 +-
api/Word.WdRevisionsView.md | 2 +-
api/Word.WdRevisionsWrap.md | 2 +-
api/Word.WdRowAlignment.md | 2 +-
api/Word.WdRowHeightRule.md | 2 +-
api/Word.WdRulerStyle.md | 2 +-
api/Word.WdSalutationGender.md | 2 +-
api/Word.WdSalutationType.md | 2 +-
api/Word.WdSaveFormat.md | 2 +-
api/Word.WdSaveOptions.md | 2 +-
api/Word.WdScrollbarType.md | 2 +-
api/Word.WdSectionDirection.md | 2 +-
api/Word.WdSectionStart.md | 2 +-
api/Word.WdSeekView.md | 2 +-
api/Word.WdSelectionFlags.md | 2 +-
api/Word.WdSelectionType.md | 2 +-
api/Word.WdSeparatorType.md | 2 +-
api/Word.WdShapePosition.md | 2 +-
api/Word.WdShapePositionRelative.md | 2 +-
api/Word.WdShapeSizeRelative.md | 2 +-
api/Word.WdShowFilter.md | 2 +-
api/Word.WdShowSourceDocuments.md | 2 +-
api/Word.WdSmartTagControlType.md | 2 +-
api/Word.WdSortFieldType.md | 2 +-
api/Word.WdSortOrder.md | 2 +-
api/Word.WdSortSeparator.md | 2 +-
api/Word.WdSpanishSpeller.md | 2 +-
api/Word.WdSpecialPane.md | 2 +-
api/Word.WdSpellingErrorType.md | 2 +-
api/Word.WdSpellingWordType.md | 2 +-
api/Word.WdStatistic.md | 2 +-
api/Word.WdStoryType.md | 2 +-
api/Word.WdStyleSheetLinkType.md | 2 +-
api/Word.WdStyleSheetPrecedence.md | 2 +-
api/Word.WdStyleSort.md | 2 +-
api/Word.WdStyleType.md | 2 +-
api/Word.WdStylisticSet.md | 2 +-
api/Word.WdSubscriberFormats.md | 2 +-
api/Word.WdTCSCConverterDirection.md | 2 +-
api/Word.WdTabAlignment.md | 2 +-
api/Word.WdTabLeader.md | 2 +-
api/Word.WdTableDirection.md | 2 +-
api/Word.WdTableFieldSeparator.md | 2 +-
api/Word.WdTableFormat.md | 2 +-
api/Word.WdTableFormatApply.md | 2 +-
api/Word.WdTablePosition.md | 2 +-
api/Word.WdTaskPanes.md | 2 +-
api/Word.WdTemplateType.md | 2 +-
api/Word.WdTextFormFieldType.md | 2 +-
api/Word.WdTextOrientation.md | 2 +-
api/Word.WdTextboxTightWrap.md | 2 +-
api/Word.WdTextureIndex.md | 2 +-
api/Word.WdThemeColorIndex.md | 2 +-
api/Word.WdToaFormat.md | 2 +-
api/Word.WdTocFormat.md | 2 +-
api/Word.WdTofFormat.md | 2 +-
api/Word.WdTrailingCharacter.md | 2 +-
api/Word.WdTwoLinesInOneType.md | 2 +-
api/Word.WdUnderline.md | 2 +-
api/Word.WdUnits.md | 2 +-
api/Word.WdUpdateStyleListBehavior.md | 2 +-
api/Word.WdUseFormattingFrom.md | 2 +-
api/Word.WdVerticalAlignment.md | 2 +-
api/Word.WdViewType.md | 2 +-
api/Word.WdVisualSelection.md | 2 +-
api/Word.WdWindowState.md | 2 +-
api/Word.WdWindowType.md | 2 +-
api/Word.WdWordDialog.md | 2 +-
api/Word.WdWordDialogTab.md | 2 +-
api/Word.WdWrapSideType.md | 2 +-
api/Word.WdWrapType.md | 2 +-
api/Word.WdWrapTypeMerged.md | 2 +-
api/Word.Window.Close.md | 2 +-
api/Word.Window.GetPoint.md | 2 +-
api/Word.Window.LargeScroll.md | 2 +-
api/Word.Window.NewWindow.md | 2 +-
api/Word.Window.PageScroll.md | 2 +-
api/Word.Window.PrintOut.md | 2 +-
api/Word.Window.RangeFromPoint.md | 4 +-
api/Word.Window.ScrollIntoView.md | 2 +-
api/Word.Window.SmallScroll.md | 2 +-
api/Word.Windows.Add.md | 4 +-
api/Word.Windows.Arrange.md | 2 +-
api/Word.Windows.BreakSideBySide.md | 2 +-
api/Word.Windows.CompareSideBySideWith.md | 4 +-
api/Word.Windows.Item.md | 4 +-
api/Word.Words.Item.md | 4 +-
api/Word.XML.md | 2 +-
api/Word.XMLMapping.SetMapping.md | 4 +-
api/Word.XMLMapping.SetMappingByNode.md | 4 +-
api/Word.XMLNamespace.AttachToDocument.md | 2 +-
api/Word.XMLNamespace.Location.md | 2 +-
api/Word.XMLNode.Copy.md | 2 +-
api/Word.XMLNode.RemoveChild.md | 4 +-
api/Word.XMLNode.SelectNodes.md | 4 +-
api/Word.XMLNode.SelectSingleNode.md | 4 +-
api/Word.XMLNode.SetValidationError.md | 2 +-
api/Word.XMLNode.Validate.md | 2 +-
api/Word.XMLNode.ValidationErrorText.md | 2 +-
api/Word.XMLNodes.Item.md | 4 +-
api/Word.XMLSchemaReference.Reload.md | 2 +-
api/Word.XMLSchemaReferences.Add.md | 4 +-
api/Word.XMLSchemaReferences.Item.md | 4 +-
api/Word.XMLSchemaReferences.Validate.md | 2 +-
api/Word.XSLTransform.Location.md | 2 +-
api/Word.XlConstants.md | 2 +-
api/Word.XlReadingOrder.md | 2 +-
api/Word.Zooms.Item.md | 4 +-
api/Word.broadcast.capabilities.md | 2 +-
api/Word.wdcolumnwidth.md | 2 +-
api/Word.wdcontentcontrolappearance.md | 2 +-
api/Word.wdcontentcontrollevel.md | 2 +-
api/Word.wdpagecolor.md | 2 +-
api/Word.wdrevisionsmarkup.md | 2 +-
api/Word.xlaxiscrosses.md | 2 +-
api/Word.xlaxisgroup.md | 2 +-
api/Word.xlaxistype.md | 2 +-
api/Word.xlbackground.md | 2 +-
api/Word.xlbarshape.md | 2 +-
api/Word.xlbinstype.md | 2 +-
api/Word.xlborderweight.md | 2 +-
api/Word.xlcategorylabellevel.md | 2 +-
api/Word.xlcategorytype.md | 2 +-
api/Word.xlchartelementposition.md | 2 +-
api/Word.xlchartgallery.md | 2 +-
api/Word.xlchartitem.md | 2 +-
api/Word.xlchartpictureplacement.md | 2 +-
api/Word.xlchartpicturetype.md | 2 +-
api/Word.xlchartsplittype.md | 2 +-
api/Word.xlcolorindex.md | 2 +-
api/Word.xlcopypictureformat.md | 2 +-
api/Word.xldatalabelposition.md | 2 +-
api/Word.xldatalabelseparator.md | 2 +-
api/Word.xldatalabelstype.md | 2 +-
api/Word.xldisplayblanksas.md | 2 +-
api/Word.xldisplayunit.md | 2 +-
api/Word.xlendstylecap.md | 2 +-
api/Word.xlerrorbardirection.md | 2 +-
api/Word.xlerrorbarinclude.md | 2 +-
api/Word.xlerrorbartype.md | 2 +-
api/Word.xlhalign.md | 2 +-
api/Word.xllegendposition.md | 2 +-
api/Word.xllinestyle.md | 2 +-
api/Word.xlmarkerstyle.md | 2 +-
api/Word.xlorientation.md | 2 +-
api/Word.xlparentdatalabeloptions.md | 2 +-
api/Word.xlpattern.md | 2 +-
api/Word.xlpictureappearance.md | 2 +-
api/Word.xlpiesliceindex.md | 2 +-
api/Word.xlpieslicelocation.md | 2 +-
api/Word.xlpivotfieldorientation.md | 2 +-
api/Word.xlrgbcolor.md | 2 +-
api/Word.xlrowcol.md | 2 +-
api/Word.xlscaletype.md | 2 +-
api/Word.xlseriesnamelevel.md | 2 +-
api/Word.xlsizerepresents.md | 2 +-
api/Word.xlticklabelorientation.md | 2 +-
api/Word.xlticklabelposition.md | 2 +-
api/Word.xltickmark.md | 2 +-
api/Word.xltimeunit.md | 2 +-
api/Word.xltrendlinetype.md | 2 +-
api/Word.xlunderlinestyle.md | 2 +-
api/Word.xlvalign.md | 2 +-
api/Word.xmlnamespaces.add.md | 4 +-
api/Word.xmlnamespaces.installmanifest.md | 2 +-
api/Word.xmlnamespaces.item.md | 4 +-
api/Word.xsltransforms.add.md | 4 +-
api/Word.xsltransforms.item.md | 4 +-
...roadcastcapabilities-enumeration-office.md | 2 +-
.../msobroadcaststate-enumeration-office.md | 2 +-
.../msochartfieldtype-enumeration-office.md | 2 +-
.../msoiodgroup-enumeration-office.md | 2 +-
.../msolinecapstyle-enumeration-office.md | 2 +-
.../msolinefilltype-enumeration-office.md | 2 +-
.../msolinejoinstyle-enumeration-office.md | 2 +-
.../msomergecmd-enumeration-office.md | 2 +-
.../msopicturecompress-enumeration-office.md | 2 +-
.../workflowtemplate-item-property-office.md | 4 +-
.../move-method-outlook-controls.md | 2 +-
.../zorder-method-outlook-controls.md | 2 +-
15288 files changed, 31484 insertions(+), 31508 deletions(-)
diff --git a/F1/accessconnection-property-access-vbaac10-chm12726.md b/F1/accessconnection-property-access-vbaac10-chm12726.md
index 63521a8e61c..cdddff48489 100644
--- a/F1/accessconnection-property-access-vbaac10-chm12726.md
+++ b/F1/accessconnection-property-access-vbaac10-chm12726.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.AccessConnection Property (Access)](http://msdn.microsoft.com/library/c2bf2846-c5ab-34a2-4b24-33c9cc9820c4%28Office.15%29.aspx)
+[CurrentProject.AccessConnection property (Access)](http://msdn.microsoft.com/library/c2bf2846-c5ab-34a2-4b24-33c9cc9820c4%28Office.15%29.aspx)
-[CodeProject.AccessConnection Property (Access)](http://msdn.microsoft.com/library/04b389d0-b87f-9eb9-f067-6b5e0d68e3f8%28Office.15%29.aspx)
+[CodeProject.AccessConnection property (Access)](http://msdn.microsoft.com/library/04b389d0-b87f-9eb9-f067-6b5e0d68e3f8%28Office.15%29.aspx)
diff --git a/F1/acnavigationspan-enumeration-access-vbaac10-chm14675.md b/F1/acnavigationspan-enumeration-access-vbaac10-chm14675.md
index 7762bef4844..09ab0d91870 100644
--- a/F1/acnavigationspan-enumeration-access-vbaac10-chm14675.md
+++ b/F1/acnavigationspan-enumeration-access-vbaac10-chm14675.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[AcNavigationSpan Enumeration (Access)](http://msdn.microsoft.com/library/355a6133-aceb-d412-07f9-842b65a03a0f%28Office.15%29.aspx)
+[AcNavigationSpan enumeration (Access)](http://msdn.microsoft.com/library/355a6133-aceb-d412-07f9-842b65a03a0f%28Office.15%29.aspx)
-[NavigationControl.Span Property (Access)](http://msdn.microsoft.com/library/a1a26d1c-5c3d-8f3f-c12c-88a0dc40aa0f%28Office.15%29.aspx)
+[NavigationControl.Span property (Access)](http://msdn.microsoft.com/library/a1a26d1c-5c3d-8f3f-c12c-88a0dc40aa0f%28Office.15%29.aspx)
diff --git a/F1/addcolon-property-access-vbaac10-chm10483.md b/F1/addcolon-property-access-vbaac10-chm10483.md
index 4ae40697586..438669aa4b7 100644
--- a/F1/addcolon-property-access-vbaac10-chm10483.md
+++ b/F1/addcolon-property-access-vbaac10-chm10483.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.AddColon Property (Access)](http://msdn.microsoft.com/library/cde177a8-b5a8-5063-d061-a81dfbfc2857%28Office.15%29.aspx)
+[CommandButton.AddColon property (Access)](http://msdn.microsoft.com/library/cde177a8-b5a8-5063-d061-a81dfbfc2857%28Office.15%29.aspx)
-[NavigationButton.AddColon Property (Access)](http://msdn.microsoft.com/library/37ea2802-2747-f220-427f-d6ae7df96f10%28Office.15%29.aspx)
+[NavigationButton.AddColon property (Access)](http://msdn.microsoft.com/library/37ea2802-2747-f220-427f-d6ae7df96f10%28Office.15%29.aspx)
diff --git a/F1/addsharedimage-method-access-vbaac10-chm14660.md b/F1/addsharedimage-method-access-vbaac10-chm14660.md
index ae38b915f4b..d5f5cbea38c 100644
--- a/F1/addsharedimage-method-access-vbaac10-chm14660.md
+++ b/F1/addsharedimage-method-access-vbaac10-chm14660.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.AddSharedImage Method (Access)](http://msdn.microsoft.com/library/7e1e0455-65e0-820e-e25c-17989a40000b%28Office.15%29.aspx)
+[CodeProject.AddSharedImage method (Access)](http://msdn.microsoft.com/library/7e1e0455-65e0-820e-e25c-17989a40000b%28Office.15%29.aspx)
-[CurrentProject.AddSharedImage Method (Access)](http://msdn.microsoft.com/library/c6c02f12-6c5f-852a-65b7-a0ffbb3346fd%28Office.15%29.aspx)
+[CurrentProject.AddSharedImage method (Access)](http://msdn.microsoft.com/library/c6c02f12-6c5f-852a-65b7-a0ffbb3346fd%28Office.15%29.aspx)
diff --git a/F1/afterdelconfirm-property-access-vbaac10-chm13439.md b/F1/afterdelconfirm-property-access-vbaac10-chm13439.md
index 85bd03fd6e2..064e3a11771 100644
--- a/F1/afterdelconfirm-property-access-vbaac10-chm13439.md
+++ b/F1/afterdelconfirm-property-access-vbaac10-chm13439.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AfterDelConfirm Property (Access)](http://msdn.microsoft.com/library/fcc1585b-ddb9-7b39-aa21-07de0e50ac00%28Office.15%29.aspx)
+[Form.AfterDelConfirm property (Access)](http://msdn.microsoft.com/library/fcc1585b-ddb9-7b39-aa21-07de0e50ac00%28Office.15%29.aspx)
diff --git a/F1/afterfinalrender-property-access-vbaac10-chm13548.md b/F1/afterfinalrender-property-access-vbaac10-chm13548.md
index 87ea904c5f8..75ba03d5c61 100644
--- a/F1/afterfinalrender-property-access-vbaac10-chm13548.md
+++ b/F1/afterfinalrender-property-access-vbaac10-chm13548.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AfterFinalRender Property (Access)](http://msdn.microsoft.com/library/c6e294f8-8cd9-1413-eff8-f2b033766326%28Office.15%29.aspx)
+[Form.AfterFinalRender property (Access)](http://msdn.microsoft.com/library/c6e294f8-8cd9-1413-eff8-f2b033766326%28Office.15%29.aspx)
diff --git a/F1/afterinsert-property-access-vbaac10-chm4079.md b/F1/afterinsert-property-access-vbaac10-chm4079.md
index bb0b91b7d89..8d0381a102f 100644
--- a/F1/afterinsert-property-access-vbaac10-chm4079.md
+++ b/F1/afterinsert-property-access-vbaac10-chm4079.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AfterInsert Property (Access)](http://msdn.microsoft.com/library/95bc1f0d-a0fa-ffdd-ef5a-e6eb2a854feb%28Office.15%29.aspx)
+[Form.AfterInsert property (Access)](http://msdn.microsoft.com/library/95bc1f0d-a0fa-ffdd-ef5a-e6eb2a854feb%28Office.15%29.aspx)
diff --git a/F1/afterlayout-property-access-vbaac10-chm5115.md b/F1/afterlayout-property-access-vbaac10-chm5115.md
index 2e6ab87d79e..a22f7132560 100644
--- a/F1/afterlayout-property-access-vbaac10-chm5115.md
+++ b/F1/afterlayout-property-access-vbaac10-chm5115.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AfterLayout Property (Access)](http://msdn.microsoft.com/library/8d548e7b-6d68-4631-2c59-f6b8d39cbb12%28Office.15%29.aspx)
+[Form.AfterLayout property (Access)](http://msdn.microsoft.com/library/8d548e7b-6d68-4631-2c59-f6b8d39cbb12%28Office.15%29.aspx)
diff --git a/F1/afterrender-property-access-vbaac10-chm13549.md b/F1/afterrender-property-access-vbaac10-chm13549.md
index 4b8f520cc2c..8f9ea4f654b 100644
--- a/F1/afterrender-property-access-vbaac10-chm13549.md
+++ b/F1/afterrender-property-access-vbaac10-chm13549.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AfterRender Property (Access)](http://msdn.microsoft.com/library/868b9a9d-a1e3-d460-fa7c-26cb5791c5ad%28Office.15%29.aspx)
+[Form.AfterRender property (Access)](http://msdn.microsoft.com/library/868b9a9d-a1e3-d460-fa7c-26cb5791c5ad%28Office.15%29.aspx)
diff --git a/F1/afterupdate-event-access-vbaac10-chm14195.md b/F1/afterupdate-event-access-vbaac10-chm14195.md
index 4a4d70d0bd3..aacfd367909 100644
--- a/F1/afterupdate-event-access-vbaac10-chm14195.md
+++ b/F1/afterupdate-event-access-vbaac10-chm14195.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/609ef5f3-3894-85eb-4879-5db3fc7ff188%28Office.15%29.aspx)
+[TextBox.AfterUpdate event (Access)](http://msdn.microsoft.com/library/609ef5f3-3894-85eb-4879-5db3fc7ff188%28Office.15%29.aspx)
-[NavigationControl.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/ae34fff1-4521-4ec3-707a-f1f2c49f7946%28Office.15%29.aspx)
+[NavigationControl.AfterUpdate event (Access)](http://msdn.microsoft.com/library/ae34fff1-4521-4ec3-707a-f1f2c49f7946%28Office.15%29.aspx)
diff --git a/F1/afterupdate-property-access-vbaac10-chm4080.md b/F1/afterupdate-property-access-vbaac10-chm4080.md
index d01f9c80ef7..bee2be0669c 100644
--- a/F1/afterupdate-property-access-vbaac10-chm4080.md
+++ b/F1/afterupdate-property-access-vbaac10-chm4080.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Attachment.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/556fc6d2-3936-5cc7-0c4f-03274f00cfc2%28Office.15%29.aspx)
+[Attachment.AfterUpdate property (Access)](http://msdn.microsoft.com/library/556fc6d2-3936-5cc7-0c4f-03274f00cfc2%28Office.15%29.aspx)
-[ComboBox.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/13261b5e-6c52-f666-14ff-06c20d23c504%28Office.15%29.aspx)
+[ComboBox.AfterUpdate property (Access)](http://msdn.microsoft.com/library/13261b5e-6c52-f666-14ff-06c20d23c504%28Office.15%29.aspx)
-[BoundObjectFrame.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/3ebda4de-49c3-bfe7-8743-1c2c98caca58%28Office.15%29.aspx)
-[CheckBox.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/eaef525d-4447-86b5-9567-311e7324b720%28Office.15%29.aspx)
-[Form.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/5002727c-24bc-4067-0e5e-3c63b8b6427e%28Office.15%29.aspx)
-[ToggleButton.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/58e20c71-189c-d2df-54a0-42b8fad6ec07%28Office.15%29.aspx)
-[OptionGroup.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/30d35bfd-6128-0d68-12c8-56ad6f19c342%28Office.15%29.aspx)
-[TextBox.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/690bc0cd-9717-7712-c022-75ba457ca0e3%28Office.15%29.aspx)
-[ListBox.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/b71e1b7a-6893-505b-6de8-b877190c76d6%28Office.15%29.aspx)
-[OptionButton.AfterUpdate Property (Access)](http://msdn.microsoft.com/library/02ca295b-ff5c-2f6d-12f0-ea0bc176947a%28Office.15%29.aspx)
+[BoundObjectFrame.AfterUpdate property (Access)](http://msdn.microsoft.com/library/3ebda4de-49c3-bfe7-8743-1c2c98caca58%28Office.15%29.aspx)
+[CheckBox.AfterUpdate property (Access)](http://msdn.microsoft.com/library/eaef525d-4447-86b5-9567-311e7324b720%28Office.15%29.aspx)
+[Form.AfterUpdate property (Access)](http://msdn.microsoft.com/library/5002727c-24bc-4067-0e5e-3c63b8b6427e%28Office.15%29.aspx)
+[ToggleButton.AfterUpdate property (Access)](http://msdn.microsoft.com/library/58e20c71-189c-d2df-54a0-42b8fad6ec07%28Office.15%29.aspx)
+[OptionGroup.AfterUpdate property (Access)](http://msdn.microsoft.com/library/30d35bfd-6128-0d68-12c8-56ad6f19c342%28Office.15%29.aspx)
+[TextBox.AfterUpdate property (Access)](http://msdn.microsoft.com/library/690bc0cd-9717-7712-c022-75ba457ca0e3%28Office.15%29.aspx)
+[ListBox.AfterUpdate property (Access)](http://msdn.microsoft.com/library/b71e1b7a-6893-505b-6de8-b877190c76d6%28Office.15%29.aspx)
+[OptionButton.AfterUpdate property (Access)](http://msdn.microsoft.com/library/02ca295b-ff5c-2f6d-12f0-ea0bc176947a%28Office.15%29.aspx)
diff --git a/F1/alignment-property-access-vbaac10-chm14292.md b/F1/alignment-property-access-vbaac10-chm14292.md
index b1334e4298f..529a65ad805 100644
--- a/F1/alignment-property-access-vbaac10-chm14292.md
+++ b/F1/alignment-property-access-vbaac10-chm14292.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Alignment Property (Access)](http://msdn.microsoft.com/library/b0081eea-1149-d173-646a-0800aa558415%28Office.15%29.aspx)
+[CommandButton.Alignment property (Access)](http://msdn.microsoft.com/library/b0081eea-1149-d173-646a-0800aa558415%28Office.15%29.aspx)
-[NavigationButton.Alignment Property (Access)](http://msdn.microsoft.com/library/1104aa67-38dc-d7b2-3b9a-9e31e11744cc%28Office.15%29.aspx)
+[NavigationButton.Alignment property (Access)](http://msdn.microsoft.com/library/1104aa67-38dc-d7b2-3b9a-9e31e11744cc%28Office.15%29.aspx)
diff --git a/F1/alignment-property-access-vbaac10-chm5488.md b/F1/alignment-property-access-vbaac10-chm5488.md
index 316010a7e25..f805156e6b1 100644
--- a/F1/alignment-property-access-vbaac10-chm5488.md
+++ b/F1/alignment-property-access-vbaac10-chm5488.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Alignment Property (Access)](http://msdn.microsoft.com/library/b0081eea-1149-d173-646a-0800aa558415%28Office.15%29.aspx)
+[CommandButton.Alignment property (Access)](http://msdn.microsoft.com/library/b0081eea-1149-d173-646a-0800aa558415%28Office.15%29.aspx)
-[ComboBox.TextAlign Property (Access)](http://msdn.microsoft.com/library/c5de59ad-f41f-8f19-6056-16ca88a1937d%28Office.15%29.aspx)
+[ComboBox.TextAlign property (Access)](http://msdn.microsoft.com/library/c5de59ad-f41f-8f19-6056-16ca88a1937d%28Office.15%29.aspx)
-[Label.TextAlign Property (Access)](http://msdn.microsoft.com/library/088c8577-2057-8936-6a47-3c304c8e0eb2%28Office.15%29.aspx)
-[TextBox.TextAlign Property (Access)](http://msdn.microsoft.com/library/2b6e5ad7-02f5-4e33-47a4-87882a3113b2%28Office.15%29.aspx)
+[Label.TextAlign property (Access)](http://msdn.microsoft.com/library/088c8577-2057-8936-6a47-3c304c8e0eb2%28Office.15%29.aspx)
+[TextBox.TextAlign property (Access)](http://msdn.microsoft.com/library/2b6e5ad7-02f5-4e33-47a4-87882a3113b2%28Office.15%29.aspx)
diff --git a/F1/alldatabasediagrams-property-access-vbaac10-chm12736.md b/F1/alldatabasediagrams-property-access-vbaac10-chm12736.md
index 8a60061beb8..6396c130505 100644
--- a/F1/alldatabasediagrams-property-access-vbaac10-chm12736.md
+++ b/F1/alldatabasediagrams-property-access-vbaac10-chm12736.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeData.AllDatabaseDiagrams Property (Access)](http://msdn.microsoft.com/library/44c3de6e-ff03-4986-6ed9-ca772232509c%28Office.15%29.aspx)
+[CodeData.AllDatabaseDiagrams property (Access)](http://msdn.microsoft.com/library/44c3de6e-ff03-4986-6ed9-ca772232509c%28Office.15%29.aspx)
-[CurrentData.AllDatabaseDiagrams Property (Access)](http://msdn.microsoft.com/library/cffc16bd-34e7-3499-b182-dd6025f4871a%28Office.15%29.aspx)
+[CurrentData.AllDatabaseDiagrams property (Access)](http://msdn.microsoft.com/library/cffc16bd-34e7-3499-b182-dd6025f4871a%28Office.15%29.aspx)
diff --git a/F1/allforms-property-access-vbaac10-chm12707.md b/F1/allforms-property-access-vbaac10-chm12707.md
index b55219ef657..81cc7fa98f8 100644
--- a/F1/allforms-property-access-vbaac10-chm12707.md
+++ b/F1/allforms-property-access-vbaac10-chm12707.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.AllForms Property (Access)](http://msdn.microsoft.com/library/98443fc7-a0dd-37a9-f2c8-c3e183f65f6c%28Office.15%29.aspx)
+[CodeProject.AllForms property (Access)](http://msdn.microsoft.com/library/98443fc7-a0dd-37a9-f2c8-c3e183f65f6c%28Office.15%29.aspx)
-[CurrentProject.AllForms Property (Access)](http://msdn.microsoft.com/library/4933a409-0d15-16ee-69a3-d78b0f2685c7%28Office.15%29.aspx)
+[CurrentProject.AllForms property (Access)](http://msdn.microsoft.com/library/4933a409-0d15-16ee-69a3-d78b0f2685c7%28Office.15%29.aspx)
diff --git a/F1/allfunctions-property-access-vbaac10-chm12737.md b/F1/allfunctions-property-access-vbaac10-chm12737.md
index 87564c7a9b3..e43b9e1bbe7 100644
--- a/F1/allfunctions-property-access-vbaac10-chm12737.md
+++ b/F1/allfunctions-property-access-vbaac10-chm12737.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeData.AllFunctions Property (Access)](http://msdn.microsoft.com/library/e3312529-f1a2-40d5-60b5-749fbd3c6247%28Office.15%29.aspx)
+[CodeData.AllFunctions property (Access)](http://msdn.microsoft.com/library/e3312529-f1a2-40d5-60b5-749fbd3c6247%28Office.15%29.aspx)
-[CurrentData.AllFunctions Property (Access)](http://msdn.microsoft.com/library/823d8ae8-b8b0-5bef-afe5-eeda12300738%28Office.15%29.aspx)
+[CurrentData.AllFunctions property (Access)](http://msdn.microsoft.com/library/823d8ae8-b8b0-5bef-afe5-eeda12300738%28Office.15%29.aspx)
diff --git a/F1/allmacros-property-access-vbaac10-chm12709.md b/F1/allmacros-property-access-vbaac10-chm12709.md
index e47a0718a7f..73d82423dcf 100644
--- a/F1/allmacros-property-access-vbaac10-chm12709.md
+++ b/F1/allmacros-property-access-vbaac10-chm12709.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.AllMacros Property (Access)](http://msdn.microsoft.com/library/493a515a-667d-ade9-bdd3-17305126d6ee%28Office.15%29.aspx)
+[CodeProject.AllMacros property (Access)](http://msdn.microsoft.com/library/493a515a-667d-ade9-bdd3-17305126d6ee%28Office.15%29.aspx)
-[CurrentProject.AllMacros Property (Access)](http://msdn.microsoft.com/library/73c01f69-530b-eb7f-8f77-ecf47e9c2d2f%28Office.15%29.aspx)
+[CurrentProject.AllMacros property (Access)](http://msdn.microsoft.com/library/73c01f69-530b-eb7f-8f77-ecf47e9c2d2f%28Office.15%29.aspx)
diff --git a/F1/allmodules-property-access-vbaac10-chm12710.md b/F1/allmodules-property-access-vbaac10-chm12710.md
index dbd82f21fe6..88ee093800b 100644
--- a/F1/allmodules-property-access-vbaac10-chm12710.md
+++ b/F1/allmodules-property-access-vbaac10-chm12710.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.AllModules Property (Access)](http://msdn.microsoft.com/library/2d6f5786-c431-9c1a-b581-56fb969fb947%28Office.15%29.aspx)
+[CurrentProject.AllModules property (Access)](http://msdn.microsoft.com/library/2d6f5786-c431-9c1a-b581-56fb969fb947%28Office.15%29.aspx)
-[CodeProject.AllModules Property (Access)](http://msdn.microsoft.com/library/73d2919a-f486-db85-5df4-70b5fd9d8564%28Office.15%29.aspx)
+[CodeProject.AllModules property (Access)](http://msdn.microsoft.com/library/73d2919a-f486-db85-5df4-70b5fd9d8564%28Office.15%29.aspx)
diff --git a/F1/allowadditions-property-access-vbaac10-chm4255.md b/F1/allowadditions-property-access-vbaac10-chm4255.md
index 813b7c65a78..e96b481a2a1 100644
--- a/F1/allowadditions-property-access-vbaac10-chm4255.md
+++ b/F1/allowadditions-property-access-vbaac10-chm4255.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AllowAdditions Property (Access)](http://msdn.microsoft.com/library/8e440a96-7f9e-c009-5055-377c75999267%28Office.15%29.aspx)
+[Form.AllowAdditions property (Access)](http://msdn.microsoft.com/library/8e440a96-7f9e-c009-5055-377c75999267%28Office.15%29.aspx)
diff --git a/F1/allowdatasheetview-property-access-vbaac10-chm5093.md b/F1/allowdatasheetview-property-access-vbaac10-chm5093.md
index 216a17cefde..97242b910eb 100644
--- a/F1/allowdatasheetview-property-access-vbaac10-chm5093.md
+++ b/F1/allowdatasheetview-property-access-vbaac10-chm5093.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AllowDatasheetView Property (Access)](http://msdn.microsoft.com/library/81796b90-94dd-cd27-3613-a2050e2bce21%28Office.15%29.aspx)
+[Form.AllowDatasheetView property (Access)](http://msdn.microsoft.com/library/81796b90-94dd-cd27-3613-a2050e2bce21%28Office.15%29.aspx)
diff --git a/F1/allowdeletions-property-access-vbaac10-chm13357.md b/F1/allowdeletions-property-access-vbaac10-chm13357.md
index abf67f15834..9e38e35c40b 100644
--- a/F1/allowdeletions-property-access-vbaac10-chm13357.md
+++ b/F1/allowdeletions-property-access-vbaac10-chm13357.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AllowDeletions Property (Access)](http://msdn.microsoft.com/library/abcbaa74-9a02-ab9c-613f-0cf6b9ce98b7%28Office.15%29.aspx)
+[Form.AllowDeletions property (Access)](http://msdn.microsoft.com/library/abcbaa74-9a02-ab9c-613f-0cf6b9ce98b7%28Office.15%29.aspx)
diff --git a/F1/allowedits-property-access-vbaac10-chm4261.md b/F1/allowedits-property-access-vbaac10-chm4261.md
index 76ed9816dfc..2c32ec56687 100644
--- a/F1/allowedits-property-access-vbaac10-chm4261.md
+++ b/F1/allowedits-property-access-vbaac10-chm4261.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AllowEdits Property (Access)](http://msdn.microsoft.com/library/3f667914-3dcc-7d4e-ca66-4338fc08e63a%28Office.15%29.aspx)
+[Form.AllowEdits property (Access)](http://msdn.microsoft.com/library/3f667914-3dcc-7d4e-ca66-4338fc08e63a%28Office.15%29.aspx)
diff --git a/F1/allowfilters-property-access-vbaac10-chm13350.md b/F1/allowfilters-property-access-vbaac10-chm13350.md
index 20043fb709f..4e2097dbeaf 100644
--- a/F1/allowfilters-property-access-vbaac10-chm13350.md
+++ b/F1/allowfilters-property-access-vbaac10-chm13350.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AllowFilters Property (Access)](http://msdn.microsoft.com/library/ca2998b5-d5e0-f1ba-f9da-d89ef24a3701%28Office.15%29.aspx)
+[Form.AllowFilters property (Access)](http://msdn.microsoft.com/library/ca2998b5-d5e0-f1ba-f9da-d89ef24a3701%28Office.15%29.aspx)
diff --git a/F1/allowformview-property-access-vbaac10-chm5538.md b/F1/allowformview-property-access-vbaac10-chm5538.md
index 5fa3f86a75b..27914b883de 100644
--- a/F1/allowformview-property-access-vbaac10-chm5538.md
+++ b/F1/allowformview-property-access-vbaac10-chm5538.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AllowFormView Property (Access)](http://msdn.microsoft.com/library/15dc69fc-d4ba-c8e3-d047-71f96c32fe02%28Office.15%29.aspx)
+[Form.AllowFormView property (Access)](http://msdn.microsoft.com/library/15dc69fc-d4ba-c8e3-d047-71f96c32fe02%28Office.15%29.aspx)
diff --git a/F1/allowlayoutview-property-access-vbaac10-chm5795.md b/F1/allowlayoutview-property-access-vbaac10-chm5795.md
index 6eaf4cf66b7..5d3e5dc7aae 100644
--- a/F1/allowlayoutview-property-access-vbaac10-chm5795.md
+++ b/F1/allowlayoutview-property-access-vbaac10-chm5795.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AllowLayoutView Property (Access)](http://msdn.microsoft.com/library/70b273ef-60fa-00b8-b262-3c45e691ed42%28Office.15%29.aspx)
+[Form.AllowLayoutView property (Access)](http://msdn.microsoft.com/library/70b273ef-60fa-00b8-b262-3c45e691ed42%28Office.15%29.aspx)
-[Report.AllowLayoutView Property (Access)](http://msdn.microsoft.com/library/5388fcd8-32fb-781d-538c-ac114f8d5bd8%28Office.15%29.aspx)
+[Report.AllowLayoutView property (Access)](http://msdn.microsoft.com/library/5388fcd8-32fb-781d-538c-ac114f8d5bd8%28Office.15%29.aspx)
diff --git a/F1/allowpivotchartview-property-access-vbaac10-chm5539.md b/F1/allowpivotchartview-property-access-vbaac10-chm5539.md
index 3286c03d923..6dfc88e0821 100644
--- a/F1/allowpivotchartview-property-access-vbaac10-chm5539.md
+++ b/F1/allowpivotchartview-property-access-vbaac10-chm5539.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AllowPivotChartView Property (Access)](http://msdn.microsoft.com/library/5585b530-d114-d07e-63cb-8d96dec458e8%28Office.15%29.aspx)
+[Form.AllowPivotChartView property (Access)](http://msdn.microsoft.com/library/5585b530-d114-d07e-63cb-8d96dec458e8%28Office.15%29.aspx)
diff --git a/F1/allowpivottableview-property-access-vbaac10-chm13534.md b/F1/allowpivottableview-property-access-vbaac10-chm13534.md
index 082a6293d32..9e66150c94a 100644
--- a/F1/allowpivottableview-property-access-vbaac10-chm13534.md
+++ b/F1/allowpivottableview-property-access-vbaac10-chm13534.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AllowPivotTableView Property (Access)](http://msdn.microsoft.com/library/42bad4b4-7de1-f144-9482-2e114fc5cc4b%28Office.15%29.aspx)
+[Form.AllowPivotTableView property (Access)](http://msdn.microsoft.com/library/42bad4b4-7de1-f144-9482-2e114fc5cc4b%28Office.15%29.aspx)
diff --git a/F1/allowreportview-property-access-vbaac10-chm5649.md b/F1/allowreportview-property-access-vbaac10-chm5649.md
index 1b7fbbd7a57..bd3346171b1 100644
--- a/F1/allowreportview-property-access-vbaac10-chm5649.md
+++ b/F1/allowreportview-property-access-vbaac10-chm5649.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.AllowReportView Property (Access)](http://msdn.microsoft.com/library/43db97fa-bdc0-883c-7b83-a7bbe7c62c07%28Office.15%29.aspx)
+[Report.AllowReportView property (Access)](http://msdn.microsoft.com/library/43db97fa-bdc0-883c-7b83-a7bbe7c62c07%28Office.15%29.aspx)
diff --git a/F1/allowvaluelistedits-property-access-vbaac10-chm5786.md b/F1/allowvaluelistedits-property-access-vbaac10-chm5786.md
index 68f4c10d86d..9304e953937 100644
--- a/F1/allowvaluelistedits-property-access-vbaac10-chm5786.md
+++ b/F1/allowvaluelistedits-property-access-vbaac10-chm5786.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.AllowValueListEdits Property (Access)](http://msdn.microsoft.com/library/cab2ec6f-affb-5111-af5e-6f3638189dff%28Office.15%29.aspx)
+[ListBox.AllowValueListEdits property (Access)](http://msdn.microsoft.com/library/cab2ec6f-affb-5111-af5e-6f3638189dff%28Office.15%29.aspx)
-[ComboBox.AllowValueListEdits Property (Access)](http://msdn.microsoft.com/library/558ba7aa-b3b2-4fe8-7338-8e9fbef19159%28Office.15%29.aspx)
+[ComboBox.AllowValueListEdits property (Access)](http://msdn.microsoft.com/library/558ba7aa-b3b2-4fe8-7338-8e9fbef19159%28Office.15%29.aspx)
diff --git a/F1/allqueries-property-access-vbaac10-chm12733.md b/F1/allqueries-property-access-vbaac10-chm12733.md
index e123b6875d3..bd260f3d12d 100644
--- a/F1/allqueries-property-access-vbaac10-chm12733.md
+++ b/F1/allqueries-property-access-vbaac10-chm12733.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentData.AllQueries Property (Access)](http://msdn.microsoft.com/library/2204de1a-cc58-2acc-6a72-d4430a23ae2e%28Office.15%29.aspx)
+[CurrentData.AllQueries property (Access)](http://msdn.microsoft.com/library/2204de1a-cc58-2acc-6a72-d4430a23ae2e%28Office.15%29.aspx)
-[CodeData.AllQueries Property (Access)](http://msdn.microsoft.com/library/4582c885-0f92-60dc-e061-dd2d4a0c6971%28Office.15%29.aspx)
+[CodeData.AllQueries property (Access)](http://msdn.microsoft.com/library/4582c885-0f92-60dc-e061-dd2d4a0c6971%28Office.15%29.aspx)
diff --git a/F1/allreports-property-access-vbaac10-chm12708.md b/F1/allreports-property-access-vbaac10-chm12708.md
index fbb72572b59..0bf73a3f19d 100644
--- a/F1/allreports-property-access-vbaac10-chm12708.md
+++ b/F1/allreports-property-access-vbaac10-chm12708.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.AllReports Property (Access)](http://msdn.microsoft.com/library/dda91007-88ef-5660-f67f-4cc9c6f5dbb3%28Office.15%29.aspx)
+[CurrentProject.AllReports property (Access)](http://msdn.microsoft.com/library/dda91007-88ef-5660-f67f-4cc9c6f5dbb3%28Office.15%29.aspx)
-[CodeProject.AllReports Property (Access)](http://msdn.microsoft.com/library/92536101-c4ec-e1a8-723c-ee912a24bdee%28Office.15%29.aspx)
+[CodeProject.AllReports property (Access)](http://msdn.microsoft.com/library/92536101-c4ec-e1a8-723c-ee912a24bdee%28Office.15%29.aspx)
diff --git a/F1/allstoredprocedures-property-access-vbaac10-chm12735.md b/F1/allstoredprocedures-property-access-vbaac10-chm12735.md
index a99542ddff4..710ded19785 100644
--- a/F1/allstoredprocedures-property-access-vbaac10-chm12735.md
+++ b/F1/allstoredprocedures-property-access-vbaac10-chm12735.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentData.AllStoredProcedures Property (Access)](http://msdn.microsoft.com/library/eadae8cb-ca0a-8804-fdf9-781b20f6e4a4%28Office.15%29.aspx)
+[CurrentData.AllStoredProcedures property (Access)](http://msdn.microsoft.com/library/eadae8cb-ca0a-8804-fdf9-781b20f6e4a4%28Office.15%29.aspx)
-[CodeData.AllStoredProcedures Property (Access)](http://msdn.microsoft.com/library/4a14d3b6-1878-5065-6e08-b97d23ddc999%28Office.15%29.aspx)
+[CodeData.AllStoredProcedures property (Access)](http://msdn.microsoft.com/library/4a14d3b6-1878-5065-6e08-b97d23ddc999%28Office.15%29.aspx)
diff --git a/F1/alltables-property-access-vbaac10-chm12732.md b/F1/alltables-property-access-vbaac10-chm12732.md
index daf0e48bb21..a8622c00e4e 100644
--- a/F1/alltables-property-access-vbaac10-chm12732.md
+++ b/F1/alltables-property-access-vbaac10-chm12732.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentData.AllTables Property (Access)](http://msdn.microsoft.com/library/7d3216da-6db1-5ca1-4163-56f354185337%28Office.15%29.aspx)
+[CurrentData.AllTables property (Access)](http://msdn.microsoft.com/library/7d3216da-6db1-5ca1-4163-56f354185337%28Office.15%29.aspx)
-[CodeData.AllTables Property (Access)](http://msdn.microsoft.com/library/d7feab36-aa71-6085-f395-a23571460d25%28Office.15%29.aspx)
+[CodeData.AllTables property (Access)](http://msdn.microsoft.com/library/d7feab36-aa71-6085-f395-a23571460d25%28Office.15%29.aspx)
diff --git a/F1/allviews-property-access-vbaac10-chm12734.md b/F1/allviews-property-access-vbaac10-chm12734.md
index 7d948f1b710..0caeb9b8d5e 100644
--- a/F1/allviews-property-access-vbaac10-chm12734.md
+++ b/F1/allviews-property-access-vbaac10-chm12734.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentData.AllViews Property (Access)](http://msdn.microsoft.com/library/fab56178-86bd-18fa-8742-1749fd1c7707%28Office.15%29.aspx)
+[CurrentData.AllViews property (Access)](http://msdn.microsoft.com/library/fab56178-86bd-18fa-8742-1749fd1c7707%28Office.15%29.aspx)
-[CodeData.AllViews Property (Access)](http://msdn.microsoft.com/library/9079dc15-b433-87c9-dad1-f726ffd0be28%28Office.15%29.aspx)
+[CodeData.AllViews property (Access)](http://msdn.microsoft.com/library/9079dc15-b433-87c9-dad1-f726ffd0be28%28Office.15%29.aspx)
diff --git a/F1/alternatebackcolor-property-access-vbaac10-chm5809.md b/F1/alternatebackcolor-property-access-vbaac10-chm5809.md
index b5de97f1462..594f99ed4d3 100644
--- a/F1/alternatebackcolor-property-access-vbaac10-chm5809.md
+++ b/F1/alternatebackcolor-property-access-vbaac10-chm5809.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.AlternateBackColor Property (Access)](http://msdn.microsoft.com/library/a99c84e3-fa34-3a29-9f5a-e52032671e82%28Office.15%29.aspx)
+[Section.AlternateBackColor property (Access)](http://msdn.microsoft.com/library/a99c84e3-fa34-3a29-9f5a-e52032671e82%28Office.15%29.aspx)
diff --git a/F1/application-property-access-vbaac10-chm10438.md b/F1/application-property-access-vbaac10-chm10438.md
index fd14bbe2d2c..7be8a90d10f 100644
--- a/F1/application-property-access-vbaac10-chm10438.md
+++ b/F1/application-property-access-vbaac10-chm10438.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Application Property (Access)](http://msdn.microsoft.com/library/c71d31ac-daa0-3790-f456-185eba48db30%28Office.15%29.aspx)
+[CommandButton.Application property (Access)](http://msdn.microsoft.com/library/c71d31ac-daa0-3790-f456-185eba48db30%28Office.15%29.aspx)
-[NavigationButton.Application Property (Access)](http://msdn.microsoft.com/library/d9abd36f-52c8-9318-301f-fa39b6cff7aa%28Office.15%29.aspx)
+[NavigationButton.Application property (Access)](http://msdn.microsoft.com/library/d9abd36f-52c8-9318-301f-fa39b6cff7aa%28Office.15%29.aspx)
diff --git a/F1/application-property-access-vbaac10-chm11028.md b/F1/application-property-access-vbaac10-chm11028.md
index b9dfe28dc8f..c1cb26be271 100644
--- a/F1/application-property-access-vbaac10-chm11028.md
+++ b/F1/application-property-access-vbaac10-chm11028.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Application Property (Access)](http://msdn.microsoft.com/library/b980f9dd-1d8e-8296-8e4a-17051b5fcd4e%28Office.15%29.aspx)
+[NavigationControl.Application property (Access)](http://msdn.microsoft.com/library/b980f9dd-1d8e-8296-8e4a-17051b5fcd4e%28Office.15%29.aspx)
-[TextBox.Application Property (Access)](http://msdn.microsoft.com/library/84a7ea86-f31c-775d-2383-5ac8751dd0f1%28Office.15%29.aspx)
+[TextBox.Application property (Access)](http://msdn.microsoft.com/library/84a7ea86-f31c-775d-2383-5ac8751dd0f1%28Office.15%29.aspx)
diff --git a/F1/application-property-access-vbaac10-chm12678.md b/F1/application-property-access-vbaac10-chm12678.md
index b4f0b8cfeeb..924f07afe95 100644
--- a/F1/application-property-access-vbaac10-chm12678.md
+++ b/F1/application-property-access-vbaac10-chm12678.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[AllViews.Application Property (Access)](http://msdn.microsoft.com/library/c128d327-c0b8-f2a9-5981-1e1161de58c8%28Office.15%29.aspx)
+[AllViews.Application property (Access)](http://msdn.microsoft.com/library/c128d327-c0b8-f2a9-5981-1e1161de58c8%28Office.15%29.aspx)
-[AllTables.Application Property (Access)](http://msdn.microsoft.com/library/2c5c5433-abca-1c36-af82-3b5dbf12c793%28Office.15%29.aspx)
+[AllTables.Application property (Access)](http://msdn.microsoft.com/library/2c5c5433-abca-1c36-af82-3b5dbf12c793%28Office.15%29.aspx)
-[AllFunctions.Application Property (Access)](http://msdn.microsoft.com/library/a71106f9-2949-c514-62aa-3c8cbff9cf09%28Office.15%29.aspx)
-[AllDatabaseDiagrams.Application Property (Access)](http://msdn.microsoft.com/library/bd277b20-f6a3-b819-1ca7-4736b77f897f%28Office.15%29.aspx)
-[AllForms.Application Property (Access)](http://msdn.microsoft.com/library/fc74b94a-8a5a-a2b9-e534-5530d11d2907%28Office.15%29.aspx)
-[AllReports.Application Property (Access)](http://msdn.microsoft.com/library/a69f922d-c0d7-d1e3-cd39-665eecb7c803%28Office.15%29.aspx)
-[AllMacros.Application Property (Access)](http://msdn.microsoft.com/library/8297f6a4-fbfb-9d73-1914-6bc351f09619%28Office.15%29.aspx)
-[AllModules.Application Property (Access)](http://msdn.microsoft.com/library/9e6ea147-4e11-7f9e-b289-71b832630e13%28Office.15%29.aspx)
-[AllQueries.Application Property (Access)](http://msdn.microsoft.com/library/a123a13e-57f7-a637-e533-c5a6da3f3f94%28Office.15%29.aspx)
-[AllStoredProcedures.Application Property (Access)](http://msdn.microsoft.com/library/afcfa0a8-79ec-cab3-23e3-d0ed4f15b450%28Office.15%29.aspx)
+[AllFunctions.Application property (Access)](http://msdn.microsoft.com/library/a71106f9-2949-c514-62aa-3c8cbff9cf09%28Office.15%29.aspx)
+[AllDatabaseDiagrams.Application property (Access)](http://msdn.microsoft.com/library/bd277b20-f6a3-b819-1ca7-4736b77f897f%28Office.15%29.aspx)
+[AllForms.Application property (Access)](http://msdn.microsoft.com/library/fc74b94a-8a5a-a2b9-e534-5530d11d2907%28Office.15%29.aspx)
+[AllReports.Application property (Access)](http://msdn.microsoft.com/library/a69f922d-c0d7-d1e3-cd39-665eecb7c803%28Office.15%29.aspx)
+[AllMacros.Application property (Access)](http://msdn.microsoft.com/library/8297f6a4-fbfb-9d73-1914-6bc351f09619%28Office.15%29.aspx)
+[AllModules.Application property (Access)](http://msdn.microsoft.com/library/9e6ea147-4e11-7f9e-b289-71b832630e13%28Office.15%29.aspx)
+[AllQueries.Application property (Access)](http://msdn.microsoft.com/library/a123a13e-57f7-a637-e533-c5a6da3f3f94%28Office.15%29.aspx)
+[AllStoredProcedures.Application property (Access)](http://msdn.microsoft.com/library/afcfa0a8-79ec-cab3-23e3-d0ed4f15b450%28Office.15%29.aspx)
diff --git a/F1/application-property-access-vbaac10-chm12722.md b/F1/application-property-access-vbaac10-chm12722.md
index 83ce7a872b8..776fb490ef6 100644
--- a/F1/application-property-access-vbaac10-chm12722.md
+++ b/F1/application-property-access-vbaac10-chm12722.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.Application Property (Access)](http://msdn.microsoft.com/library/565628df-7dbc-be17-9c8a-80de222a1583%28Office.15%29.aspx)
+[CurrentProject.Application property (Access)](http://msdn.microsoft.com/library/565628df-7dbc-be17-9c8a-80de222a1583%28Office.15%29.aspx)
-[CodeProject.Application Property (Access)](http://msdn.microsoft.com/library/d3ef226b-cb93-9e55-5456-c692c7615860%28Office.15%29.aspx)
+[CodeProject.Application property (Access)](http://msdn.microsoft.com/library/d3ef226b-cb93-9e55-5456-c692c7615860%28Office.15%29.aspx)
diff --git a/F1/autoactivate-property-access-vbaac10-chm4273.md b/F1/autoactivate-property-access-vbaac10-chm4273.md
index a56e9b955b4..fe3c7c1d8bd 100644
--- a/F1/autoactivate-property-access-vbaac10-chm4273.md
+++ b/F1/autoactivate-property-access-vbaac10-chm4273.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.AutoActivate Property (Access)](http://msdn.microsoft.com/library/e6e0dfce-1bfe-707b-d7f0-45a216d4aa55%28Office.15%29.aspx)
+[ObjectFrame.AutoActivate property (Access)](http://msdn.microsoft.com/library/e6e0dfce-1bfe-707b-d7f0-45a216d4aa55%28Office.15%29.aspx)
-[BoundObjectFrame.AutoActivate Property (Access)](http://msdn.microsoft.com/library/162dcc86-818c-dc84-48cd-97fbfb85b77c%28Office.15%29.aspx)
+[BoundObjectFrame.AutoActivate property (Access)](http://msdn.microsoft.com/library/162dcc86-818c-dc84-48cd-97fbfb85b77c%28Office.15%29.aspx)
diff --git a/F1/autocenter-property-access-vbaac10-chm4274.md b/F1/autocenter-property-access-vbaac10-chm4274.md
index 97b22e6f020..4a84cbc5543 100644
--- a/F1/autocenter-property-access-vbaac10-chm4274.md
+++ b/F1/autocenter-property-access-vbaac10-chm4274.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.AutoCenter Property (Access)](http://msdn.microsoft.com/library/d4a12dac-1000-38cd-e4ed-4f5879dfe4a0%28Office.15%29.aspx)
+[Report.AutoCenter property (Access)](http://msdn.microsoft.com/library/d4a12dac-1000-38cd-e4ed-4f5879dfe4a0%28Office.15%29.aspx)
-[Form.AutoCenter Property (Access)](http://msdn.microsoft.com/library/a60f8783-5a25-42b5-da99-c5e2925fd6ea%28Office.15%29.aspx)
+[Form.AutoCenter property (Access)](http://msdn.microsoft.com/library/a60f8783-5a25-42b5-da99-c5e2925fd6ea%28Office.15%29.aspx)
diff --git a/F1/autocorrect-property-access-vbaac10-chm4256.md b/F1/autocorrect-property-access-vbaac10-chm4256.md
index e2f7b5fbf77..eda3760b3da 100644
--- a/F1/autocorrect-property-access-vbaac10-chm4256.md
+++ b/F1/autocorrect-property-access-vbaac10-chm4256.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Application.AutoCorrect Property (Access)](http://msdn.microsoft.com/library/10c259ed-43c2-b413-d137-78b2c9ff4326%28Office.15%29.aspx)
+[Application.AutoCorrect property (Access)](http://msdn.microsoft.com/library/10c259ed-43c2-b413-d137-78b2c9ff4326%28Office.15%29.aspx)
-[ComboBox.AllowAutoCorrect Property (Access)](http://msdn.microsoft.com/library/ebf48367-20fb-14be-7082-a2d9de923c51%28Office.15%29.aspx)
+[ComboBox.AllowAutoCorrect property (Access)](http://msdn.microsoft.com/library/ebf48367-20fb-14be-7082-a2d9de923c51%28Office.15%29.aspx)
-[TextBox.AllowAutoCorrect Property (Access)](http://msdn.microsoft.com/library/9cafa161-c073-855f-edee-c7c9cb32be99%28Office.15%29.aspx)
+[TextBox.AllowAutoCorrect property (Access)](http://msdn.microsoft.com/library/9cafa161-c073-855f-edee-c7c9cb32be99%28Office.15%29.aspx)
diff --git a/F1/autoexpand-property-access-vbaac10-chm11388.md b/F1/autoexpand-property-access-vbaac10-chm11388.md
index 3a74fbae591..7ec1752cc0a 100644
--- a/F1/autoexpand-property-access-vbaac10-chm11388.md
+++ b/F1/autoexpand-property-access-vbaac10-chm11388.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.AutoExpand Property (Access)](http://msdn.microsoft.com/library/0b3fabf8-4004-0868-3ddc-aef297514324%28Office.15%29.aspx)
+[ComboBox.AutoExpand property (Access)](http://msdn.microsoft.com/library/0b3fabf8-4004-0868-3ddc-aef297514324%28Office.15%29.aspx)
diff --git a/F1/autoheight-property-access-vbaac10-chm12217.md b/F1/autoheight-property-access-vbaac10-chm12217.md
index 7188f464ca0..c4f247480fc 100644
--- a/F1/autoheight-property-access-vbaac10-chm12217.md
+++ b/F1/autoheight-property-access-vbaac10-chm12217.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.AutoHeight Property (Access)](http://msdn.microsoft.com/library/e3398f5c-cf1c-1d3e-1a70-8233adbb0c85%28Office.15%29.aspx)
+[Section.AutoHeight property (Access)](http://msdn.microsoft.com/library/e3398f5c-cf1c-1d3e-1a70-8233adbb0c85%28Office.15%29.aspx)
diff --git a/F1/autolabel-property-access-vbaac10-chm10482.md b/F1/autolabel-property-access-vbaac10-chm10482.md
index 42216cda1d2..cd0b7b7d56d 100644
--- a/F1/autolabel-property-access-vbaac10-chm10482.md
+++ b/F1/autolabel-property-access-vbaac10-chm10482.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.AutoLabel Property (Access)](http://msdn.microsoft.com/library/f71bdc7f-9703-eeaa-70a8-70b6ddb72f85%28Office.15%29.aspx)
+[CommandButton.AutoLabel property (Access)](http://msdn.microsoft.com/library/f71bdc7f-9703-eeaa-70a8-70b6ddb72f85%28Office.15%29.aspx)
-[NavigationButton.AutoLabel Property (Access)](http://msdn.microsoft.com/library/addd9533-d975-1b85-e941-c560188f0d8a%28Office.15%29.aspx)
+[NavigationButton.AutoLabel property (Access)](http://msdn.microsoft.com/library/addd9533-d975-1b85-e941-c560188f0d8a%28Office.15%29.aspx)
diff --git a/F1/autorepeat-property-access-vbaac10-chm10457.md b/F1/autorepeat-property-access-vbaac10-chm10457.md
index 83d22319815..4c463de381d 100644
--- a/F1/autorepeat-property-access-vbaac10-chm10457.md
+++ b/F1/autorepeat-property-access-vbaac10-chm10457.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.AutoRepeat Property (Access)](http://msdn.microsoft.com/library/2348359a-3d49-7ad1-2afe-21e2b73c4923%28Office.15%29.aspx)
+[NavigationButton.AutoRepeat property (Access)](http://msdn.microsoft.com/library/2348359a-3d49-7ad1-2afe-21e2b73c4923%28Office.15%29.aspx)
-[CommandButton.AutoRepeat Property (Access)](http://msdn.microsoft.com/library/028a5bdd-1e37-0499-202f-c9e3fdb83838%28Office.15%29.aspx)
+[CommandButton.AutoRepeat property (Access)](http://msdn.microsoft.com/library/028a5bdd-1e37-0499-202f-c9e3fdb83838%28Office.15%29.aspx)
diff --git a/F1/autoresize-property-access-vbaac10-chm4277.md b/F1/autoresize-property-access-vbaac10-chm4277.md
index 8f16261f89f..f64fddd144d 100644
--- a/F1/autoresize-property-access-vbaac10-chm4277.md
+++ b/F1/autoresize-property-access-vbaac10-chm4277.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.AutoResize Property (Access)](http://msdn.microsoft.com/library/5ae98bc8-fa33-7e4b-31c8-ba22aa026a45%28Office.15%29.aspx)
+[Form.AutoResize property (Access)](http://msdn.microsoft.com/library/5ae98bc8-fa33-7e4b-31c8-ba22aa026a45%28Office.15%29.aspx)
-[Report.AutoResize Property (Access)](http://msdn.microsoft.com/library/bf18b1b2-aba6-d4fe-7916-de821c76fbb4%28Office.15%29.aspx)
+[Report.AutoResize property (Access)](http://msdn.microsoft.com/library/bf18b1b2-aba6-d4fe-7916-de821c76fbb4%28Office.15%29.aspx)
diff --git a/F1/autotab-property-access-vbaac10-chm11063.md b/F1/autotab-property-access-vbaac10-chm11063.md
index 5fddc2626f1..2f03b6104de 100644
--- a/F1/autotab-property-access-vbaac10-chm11063.md
+++ b/F1/autotab-property-access-vbaac10-chm11063.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.AutoTab Property (Access)](http://msdn.microsoft.com/library/27b17921-cd58-e243-e091-2686c64a7c02%28Office.15%29.aspx)
+[TextBox.AutoTab property (Access)](http://msdn.microsoft.com/library/27b17921-cd58-e243-e091-2686c64a7c02%28Office.15%29.aspx)
-[NavigationControl.AutoTab Property (Access)](http://msdn.microsoft.com/library/3d484269-c00b-3f5e-8492-6e0ca60460b8%28Office.15%29.aspx)
+[NavigationControl.AutoTab property (Access)](http://msdn.microsoft.com/library/3d484269-c00b-3f5e-8492-6e0ca60460b8%28Office.15%29.aspx)
diff --git a/F1/backcolor-property-access-vbaac10-chm11076.md b/F1/backcolor-property-access-vbaac10-chm11076.md
index 6a92ae12cc4..431405eda29 100644
--- a/F1/backcolor-property-access-vbaac10-chm11076.md
+++ b/F1/backcolor-property-access-vbaac10-chm11076.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.BackColor Property (Access)](http://msdn.microsoft.com/library/7880c596-7a47-39b6-74ad-8036355a8e0f%28Office.15%29.aspx)
+[TextBox.BackColor property (Access)](http://msdn.microsoft.com/library/7880c596-7a47-39b6-74ad-8036355a8e0f%28Office.15%29.aspx)
-[NavigationControl.BackColor Property (Access)](http://msdn.microsoft.com/library/d765586f-9454-756d-b6eb-b61bdde9ea16%28Office.15%29.aspx)
+[NavigationControl.BackColor property (Access)](http://msdn.microsoft.com/library/d765586f-9454-756d-b6eb-b61bdde9ea16%28Office.15%29.aspx)
-[NavigationButton.BackColor Property (Access)](http://msdn.microsoft.com/library/6649513b-a692-ef90-2fc8-cfb7b7671b35%28Office.15%29.aspx)
+[NavigationButton.BackColor property (Access)](http://msdn.microsoft.com/library/6649513b-a692-ef90-2fc8-cfb7b7671b35%28Office.15%29.aspx)
diff --git a/F1/backcolor-property-access-vbaac10-chm4279.md b/F1/backcolor-property-access-vbaac10-chm4279.md
index 761fcf3729d..241200a925d 100644
--- a/F1/backcolor-property-access-vbaac10-chm4279.md
+++ b/F1/backcolor-property-access-vbaac10-chm4279.md
@@ -13,24 +13,24 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.BackColor Property (Access)](http://msdn.microsoft.com/library/c73bd932-ebfe-8b3b-5dc2-0c88a6210c94%28Office.15%29.aspx)
+[ObjectFrame.BackColor property (Access)](http://msdn.microsoft.com/library/c73bd932-ebfe-8b3b-5dc2-0c88a6210c94%28Office.15%29.aspx)
-[ToggleButton.BackColor Property (Access)](http://msdn.microsoft.com/library/b86516be-1bf2-8a0d-ef4d-1795880ff8c4%28Office.15%29.aspx)
+[ToggleButton.BackColor property (Access)](http://msdn.microsoft.com/library/b86516be-1bf2-8a0d-ef4d-1795880ff8c4%28Office.15%29.aspx)
-[EmptyCell.BackColor Property (Access)](http://msdn.microsoft.com/library/412b99b5-5f9d-0f31-a5fe-40439d840b89%28Office.15%29.aspx)
-[Rectangle.BackColor Property (Access)](http://msdn.microsoft.com/library/c9825328-ad33-2edb-1381-51b61976ac2b%28Office.15%29.aspx)
-[ListBox.BackColor Property (Access)](http://msdn.microsoft.com/library/85d7d802-76d3-0a4f-debc-51dda0f81910%28Office.15%29.aspx)
-[OptionGroup.BackColor Property (Access)](http://msdn.microsoft.com/library/a329bf89-7bb8-71a5-d2f1-7ae5a0649089%28Office.15%29.aspx)
-[Attachment.BackColor Property (Access)](http://msdn.microsoft.com/library/7a96f656-4ca5-ebf8-47d9-7fe1f4939517%28Office.15%29.aspx)
-[TextBox.BackColor Property (Access)](http://msdn.microsoft.com/library/7880c596-7a47-39b6-74ad-8036355a8e0f%28Office.15%29.aspx)
-[ComboBox.BackColor Property (Access)](http://msdn.microsoft.com/library/63e7e016-f06f-4426-748a-b01d5550f727%28Office.15%29.aspx)
-[Label.BackColor Property (Access)](http://msdn.microsoft.com/library/b4901275-e47c-a074-9f44-b0338677f3ef%28Office.15%29.aspx)
-[NavigationControl.BackColor Property (Access)](http://msdn.microsoft.com/library/d765586f-9454-756d-b6eb-b61bdde9ea16%28Office.15%29.aspx)
-[CommandButton.BackColor Property (Access)](http://msdn.microsoft.com/library/aa546889-e77e-35fd-0e98-be020a94cb65%28Office.15%29.aspx)
-[Section.BackColor Property (Access)](http://msdn.microsoft.com/library/48f0287f-65e3-3cda-21a4-c062c71a710c%28Office.15%29.aspx)
-[BoundObjectFrame.BackColor Property (Access)](http://msdn.microsoft.com/library/84bad360-2e1d-0f8d-2751-c2d23fa8bb23%28Office.15%29.aspx)
-[Image.BackColor Property (Access)](http://msdn.microsoft.com/library/6003c9d8-a6bd-4718-b2ea-c6e1ccb0a76a%28Office.15%29.aspx)
-[NavigationButton.BackColor Property (Access)](http://msdn.microsoft.com/library/6649513b-a692-ef90-2fc8-cfb7b7671b35%28Office.15%29.aspx)
-[FormatCondition.BackColor Property (Access)](http://msdn.microsoft.com/library/b0154db6-f474-4d7d-3d30-e7a0fadf3b18%28Office.15%29.aspx)
-[TabControl.BackColor Property (Access)](http://msdn.microsoft.com/library/801d889c-0741-1de5-48ed-ea1db8f9a75b%28Office.15%29.aspx)
+[EmptyCell.BackColor property (Access)](http://msdn.microsoft.com/library/412b99b5-5f9d-0f31-a5fe-40439d840b89%28Office.15%29.aspx)
+[Rectangle.BackColor property (Access)](http://msdn.microsoft.com/library/c9825328-ad33-2edb-1381-51b61976ac2b%28Office.15%29.aspx)
+[ListBox.BackColor property (Access)](http://msdn.microsoft.com/library/85d7d802-76d3-0a4f-debc-51dda0f81910%28Office.15%29.aspx)
+[OptionGroup.BackColor property (Access)](http://msdn.microsoft.com/library/a329bf89-7bb8-71a5-d2f1-7ae5a0649089%28Office.15%29.aspx)
+[Attachment.BackColor property (Access)](http://msdn.microsoft.com/library/7a96f656-4ca5-ebf8-47d9-7fe1f4939517%28Office.15%29.aspx)
+[TextBox.BackColor property (Access)](http://msdn.microsoft.com/library/7880c596-7a47-39b6-74ad-8036355a8e0f%28Office.15%29.aspx)
+[ComboBox.BackColor property (Access)](http://msdn.microsoft.com/library/63e7e016-f06f-4426-748a-b01d5550f727%28Office.15%29.aspx)
+[Label.BackColor property (Access)](http://msdn.microsoft.com/library/b4901275-e47c-a074-9f44-b0338677f3ef%28Office.15%29.aspx)
+[NavigationControl.BackColor property (Access)](http://msdn.microsoft.com/library/d765586f-9454-756d-b6eb-b61bdde9ea16%28Office.15%29.aspx)
+[CommandButton.BackColor property (Access)](http://msdn.microsoft.com/library/aa546889-e77e-35fd-0e98-be020a94cb65%28Office.15%29.aspx)
+[Section.BackColor property (Access)](http://msdn.microsoft.com/library/48f0287f-65e3-3cda-21a4-c062c71a710c%28Office.15%29.aspx)
+[BoundObjectFrame.BackColor property (Access)](http://msdn.microsoft.com/library/84bad360-2e1d-0f8d-2751-c2d23fa8bb23%28Office.15%29.aspx)
+[Image.BackColor property (Access)](http://msdn.microsoft.com/library/6003c9d8-a6bd-4718-b2ea-c6e1ccb0a76a%28Office.15%29.aspx)
+[NavigationButton.BackColor property (Access)](http://msdn.microsoft.com/library/6649513b-a692-ef90-2fc8-cfb7b7671b35%28Office.15%29.aspx)
+[FormatCondition.BackColor property (Access)](http://msdn.microsoft.com/library/b0154db6-f474-4d7d-3d30-e7a0fadf3b18%28Office.15%29.aspx)
+[TabControl.BackColor property (Access)](http://msdn.microsoft.com/library/801d889c-0741-1de5-48ed-ea1db8f9a75b%28Office.15%29.aspx)
diff --git a/F1/backshade-property-access-vbaac10-chm14633.md b/F1/backshade-property-access-vbaac10-chm14633.md
index 354f4520b01..96f35e75f67 100644
--- a/F1/backshade-property-access-vbaac10-chm14633.md
+++ b/F1/backshade-property-access-vbaac10-chm14633.md
@@ -13,23 +13,23 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[BoundObjectFrame.BackShade Property (Access)](http://msdn.microsoft.com/library/17c2e087-d4c7-f27d-a3a0-01470aa2b348%28Office.15%29.aspx)
+[BoundObjectFrame.BackShade property (Access)](http://msdn.microsoft.com/library/17c2e087-d4c7-f27d-a3a0-01470aa2b348%28Office.15%29.aspx)
-[ObjectFrame.BackShade Property (Access)](http://msdn.microsoft.com/library/68800e85-9dfa-958d-e87d-1241be551f90%28Office.15%29.aspx)
+[ObjectFrame.BackShade property (Access)](http://msdn.microsoft.com/library/68800e85-9dfa-958d-e87d-1241be551f90%28Office.15%29.aspx)
-[CommandButton.BackShade Property (Access)](http://msdn.microsoft.com/library/31628a36-f0f9-92df-99ee-1540ed3831e6%28Office.15%29.aspx)
-[Rectangle.BackShade Property (Access)](http://msdn.microsoft.com/library/917bbe83-940a-edc5-8c6d-230af220d641%28Office.15%29.aspx)
-[NavigationButton.BackShade Property (Access)](http://msdn.microsoft.com/library/496f8604-0221-1815-3dbf-28418ce42c0f%28Office.15%29.aspx)
-[ComboBox.BackShade Property (Access)](http://msdn.microsoft.com/library/d1846516-4f38-67bb-3e8c-41bd79ac7a30%28Office.15%29.aspx)
-[Attachment.BackShade Property (Access)](http://msdn.microsoft.com/library/23a28b72-b30c-4b2c-77c9-51bb0099efe9%28Office.15%29.aspx)
-[OptionGroup.BackShade Property (Access)](http://msdn.microsoft.com/library/8e0d3930-4520-f759-1a12-543bcbaac693%28Office.15%29.aspx)
-[Section.BackShade Property (Access)](http://msdn.microsoft.com/library/36d9b31e-f632-cd7e-0ecf-6ea6de57e1a4%28Office.15%29.aspx)
-[TextBox.BackShade Property (Access)](http://msdn.microsoft.com/library/36db2540-6d5b-ed43-a303-70b6282398cf%28Office.15%29.aspx)
-[ListBox.BackShade Property (Access)](http://msdn.microsoft.com/library/6608aa85-9301-1c3f-fbac-825010ade03e%28Office.15%29.aspx)
-[TabControl.BackShade Property (Access)](http://msdn.microsoft.com/library/ed983b5b-ee19-078b-69a8-88cb034a1467%28Office.15%29.aspx)
-[ToggleButton.BackShade Property (Access)](http://msdn.microsoft.com/library/d536f879-2819-9dff-56ba-aa92f3964b50%28Office.15%29.aspx)
-[EmptyCell.BackShade Property (Access)](http://msdn.microsoft.com/library/e66e1f6c-5511-92cb-78dd-ad5f259dbcb3%28Office.15%29.aspx)
-[Label.BackShade Property (Access)](http://msdn.microsoft.com/library/22d97aa2-572a-9398-c2bf-d0b5b492f9e7%28Office.15%29.aspx)
-[NavigationControl.BackShade Property (Access)](http://msdn.microsoft.com/library/3c3de7b4-9b86-6148-69af-f4a3ccb648ff%28Office.15%29.aspx)
-[Image.BackShade Property (Access)](http://msdn.microsoft.com/library/899c5320-a2ef-7861-2905-fc08f5b7a1fb%28Office.15%29.aspx)
+[CommandButton.BackShade property (Access)](http://msdn.microsoft.com/library/31628a36-f0f9-92df-99ee-1540ed3831e6%28Office.15%29.aspx)
+[Rectangle.BackShade property (Access)](http://msdn.microsoft.com/library/917bbe83-940a-edc5-8c6d-230af220d641%28Office.15%29.aspx)
+[NavigationButton.BackShade property (Access)](http://msdn.microsoft.com/library/496f8604-0221-1815-3dbf-28418ce42c0f%28Office.15%29.aspx)
+[ComboBox.BackShade property (Access)](http://msdn.microsoft.com/library/d1846516-4f38-67bb-3e8c-41bd79ac7a30%28Office.15%29.aspx)
+[Attachment.BackShade property (Access)](http://msdn.microsoft.com/library/23a28b72-b30c-4b2c-77c9-51bb0099efe9%28Office.15%29.aspx)
+[OptionGroup.BackShade property (Access)](http://msdn.microsoft.com/library/8e0d3930-4520-f759-1a12-543bcbaac693%28Office.15%29.aspx)
+[Section.BackShade property (Access)](http://msdn.microsoft.com/library/36d9b31e-f632-cd7e-0ecf-6ea6de57e1a4%28Office.15%29.aspx)
+[TextBox.BackShade property (Access)](http://msdn.microsoft.com/library/36db2540-6d5b-ed43-a303-70b6282398cf%28Office.15%29.aspx)
+[ListBox.BackShade property (Access)](http://msdn.microsoft.com/library/6608aa85-9301-1c3f-fbac-825010ade03e%28Office.15%29.aspx)
+[TabControl.BackShade property (Access)](http://msdn.microsoft.com/library/ed983b5b-ee19-078b-69a8-88cb034a1467%28Office.15%29.aspx)
+[ToggleButton.BackShade property (Access)](http://msdn.microsoft.com/library/d536f879-2819-9dff-56ba-aa92f3964b50%28Office.15%29.aspx)
+[EmptyCell.BackShade property (Access)](http://msdn.microsoft.com/library/e66e1f6c-5511-92cb-78dd-ad5f259dbcb3%28Office.15%29.aspx)
+[Label.BackShade property (Access)](http://msdn.microsoft.com/library/22d97aa2-572a-9398-c2bf-d0b5b492f9e7%28Office.15%29.aspx)
+[NavigationControl.BackShade property (Access)](http://msdn.microsoft.com/library/3c3de7b4-9b86-6148-69af-f4a3ccb648ff%28Office.15%29.aspx)
+[Image.BackShade property (Access)](http://msdn.microsoft.com/library/899c5320-a2ef-7861-2905-fc08f5b7a1fb%28Office.15%29.aspx)
diff --git a/F1/backstyle-property-access-vbaac10-chm10540.md b/F1/backstyle-property-access-vbaac10-chm10540.md
index 22cbc0e091d..d61502f61ae 100644
--- a/F1/backstyle-property-access-vbaac10-chm10540.md
+++ b/F1/backstyle-property-access-vbaac10-chm10540.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.BackStyle Property (Access)](http://msdn.microsoft.com/library/b7c930b0-e203-fe3a-ce54-0778d65d073f%28Office.15%29.aspx)
+[CommandButton.BackStyle property (Access)](http://msdn.microsoft.com/library/b7c930b0-e203-fe3a-ce54-0778d65d073f%28Office.15%29.aspx)
-[NavigationButton.BackStyle Property (Access)](http://msdn.microsoft.com/library/941456b8-df23-2811-ff93-21d007eb9a2e%28Office.15%29.aspx)
+[NavigationButton.BackStyle property (Access)](http://msdn.microsoft.com/library/941456b8-df23-2811-ff93-21d007eb9a2e%28Office.15%29.aspx)
diff --git a/F1/backstyle-property-access-vbaac10-chm11075.md b/F1/backstyle-property-access-vbaac10-chm11075.md
index f4440b53bb3..6858c15bc74 100644
--- a/F1/backstyle-property-access-vbaac10-chm11075.md
+++ b/F1/backstyle-property-access-vbaac10-chm11075.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.BackStyle Property (Access)](http://msdn.microsoft.com/library/95a277c8-df48-79a5-c232-2cfe32eae8f2%28Office.15%29.aspx)
+[TextBox.BackStyle property (Access)](http://msdn.microsoft.com/library/95a277c8-df48-79a5-c232-2cfe32eae8f2%28Office.15%29.aspx)
-[NavigationControl.BackStyle Property (Access)](http://msdn.microsoft.com/library/1f46ccfd-78cc-0eae-3485-b91306dc6bde%28Office.15%29.aspx)
+[NavigationControl.BackStyle property (Access)](http://msdn.microsoft.com/library/1f46ccfd-78cc-0eae-3485-b91306dc6bde%28Office.15%29.aspx)
diff --git a/F1/backstyle-property-access-vbaac10-chm4280.md b/F1/backstyle-property-access-vbaac10-chm4280.md
index bf31ff2409e..3080df8ad46 100644
--- a/F1/backstyle-property-access-vbaac10-chm4280.md
+++ b/F1/backstyle-property-access-vbaac10-chm4280.md
@@ -13,20 +13,20 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.BackStyle Property (Access)](http://msdn.microsoft.com/library/b7c930b0-e203-fe3a-ce54-0778d65d073f%28Office.15%29.aspx)
+[CommandButton.BackStyle property (Access)](http://msdn.microsoft.com/library/b7c930b0-e203-fe3a-ce54-0778d65d073f%28Office.15%29.aspx)
-[Rectangle.BackStyle Property (Access)](http://msdn.microsoft.com/library/e522ef3b-b397-c931-7978-2193b3f74b14%28Office.15%29.aspx)
+[Rectangle.BackStyle property (Access)](http://msdn.microsoft.com/library/e522ef3b-b397-c931-7978-2193b3f74b14%28Office.15%29.aspx)
-[NavigationButton.BackStyle Property (Access)](http://msdn.microsoft.com/library/941456b8-df23-2811-ff93-21d007eb9a2e%28Office.15%29.aspx)
-[TextBox.BackStyle Property (Access)](http://msdn.microsoft.com/library/95a277c8-df48-79a5-c232-2cfe32eae8f2%28Office.15%29.aspx)
-[Label.BackStyle Property (Access)](http://msdn.microsoft.com/library/27657ddf-0bd4-d8cc-61ed-39811c4269b3%28Office.15%29.aspx)
-[BoundObjectFrame.BackStyle Property (Access)](http://msdn.microsoft.com/library/335ce425-d682-831a-ecfa-4c46b9bf5a28%28Office.15%29.aspx)
-[Image.BackStyle Property (Access)](http://msdn.microsoft.com/library/bd3b2a60-2b9d-7b18-63d1-5bc6f059eb5a%28Office.15%29.aspx)
-[ComboBox.BackStyle Property (Access)](http://msdn.microsoft.com/library/1def822f-6b4a-8384-9d81-72b30e680908%28Office.15%29.aspx)
-[OptionGroup.BackStyle Property (Access)](http://msdn.microsoft.com/library/f93a9b31-e806-b45b-5f23-9ede92a23ba5%28Office.15%29.aspx)
-[EmptyCell.BackStyle Property (Access)](http://msdn.microsoft.com/library/8ee86ae2-c554-8825-0faf-b3f5056fba0f%28Office.15%29.aspx)
-[NavigationControl.BackStyle Property (Access)](http://msdn.microsoft.com/library/1f46ccfd-78cc-0eae-3485-b91306dc6bde%28Office.15%29.aspx)
-[ObjectFrame.BackStyle Property (Access)](http://msdn.microsoft.com/library/4d8a384b-e796-30b2-4ce1-ce172e58b431%28Office.15%29.aspx)
-[TabControl.BackStyle Property (Access)](http://msdn.microsoft.com/library/f20c9406-7608-89ea-d0ff-d54bf4d1c526%28Office.15%29.aspx)
-[Attachment.BackStyle Property (Access)](http://msdn.microsoft.com/library/7e86f99d-a74a-8153-64ef-fe7cea81d218%28Office.15%29.aspx)
+[NavigationButton.BackStyle property (Access)](http://msdn.microsoft.com/library/941456b8-df23-2811-ff93-21d007eb9a2e%28Office.15%29.aspx)
+[TextBox.BackStyle property (Access)](http://msdn.microsoft.com/library/95a277c8-df48-79a5-c232-2cfe32eae8f2%28Office.15%29.aspx)
+[Label.BackStyle property (Access)](http://msdn.microsoft.com/library/27657ddf-0bd4-d8cc-61ed-39811c4269b3%28Office.15%29.aspx)
+[BoundObjectFrame.BackStyle property (Access)](http://msdn.microsoft.com/library/335ce425-d682-831a-ecfa-4c46b9bf5a28%28Office.15%29.aspx)
+[Image.BackStyle property (Access)](http://msdn.microsoft.com/library/bd3b2a60-2b9d-7b18-63d1-5bc6f059eb5a%28Office.15%29.aspx)
+[ComboBox.BackStyle property (Access)](http://msdn.microsoft.com/library/1def822f-6b4a-8384-9d81-72b30e680908%28Office.15%29.aspx)
+[OptionGroup.BackStyle property (Access)](http://msdn.microsoft.com/library/f93a9b31-e806-b45b-5f23-9ede92a23ba5%28Office.15%29.aspx)
+[EmptyCell.BackStyle property (Access)](http://msdn.microsoft.com/library/8ee86ae2-c554-8825-0faf-b3f5056fba0f%28Office.15%29.aspx)
+[NavigationControl.BackStyle property (Access)](http://msdn.microsoft.com/library/1f46ccfd-78cc-0eae-3485-b91306dc6bde%28Office.15%29.aspx)
+[ObjectFrame.BackStyle property (Access)](http://msdn.microsoft.com/library/4d8a384b-e796-30b2-4ce1-ce172e58b431%28Office.15%29.aspx)
+[TabControl.BackStyle property (Access)](http://msdn.microsoft.com/library/f20c9406-7608-89ea-d0ff-d54bf4d1c526%28Office.15%29.aspx)
+[Attachment.BackStyle property (Access)](http://msdn.microsoft.com/library/7e86f99d-a74a-8153-64ef-fe7cea81d218%28Office.15%29.aspx)
diff --git a/F1/backthemecolorindex-property-access-vbaac10-chm14631.md b/F1/backthemecolorindex-property-access-vbaac10-chm14631.md
index cf2ce739e12..099e38e42fb 100644
--- a/F1/backthemecolorindex-property-access-vbaac10-chm14631.md
+++ b/F1/backthemecolorindex-property-access-vbaac10-chm14631.md
@@ -13,23 +13,23 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/fd8dc917-9cb7-94ca-5bcf-0d8e1f741fbb%28Office.15%29.aspx)
+[ComboBox.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/fd8dc917-9cb7-94ca-5bcf-0d8e1f741fbb%28Office.15%29.aspx)
-[OptionGroup.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9dfc95ad-a996-d24d-b623-130d6647e430%28Office.15%29.aspx)
+[OptionGroup.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9dfc95ad-a996-d24d-b623-130d6647e430%28Office.15%29.aspx)
-[BoundObjectFrame.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/e0efd6e0-9d58-85c8-0bac-1456044013cd%28Office.15%29.aspx)
-[TabControl.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/696df45f-b0b7-f0ec-122e-1bd2241b09a7%28Office.15%29.aspx)
-[NavigationButton.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/02c8f49a-d16a-05d1-b4e9-2d71285d4880%28Office.15%29.aspx)
-[ToggleButton.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9d8c3d6d-e992-b1a6-b005-487270e1fe43%28Office.15%29.aspx)
-[Label.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/80e07716-0b29-c926-6433-5b4660ae080a%28Office.15%29.aspx)
-[Attachment.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/c1f88ca4-825e-4a35-2896-60d982a36819%28Office.15%29.aspx)
-[Section.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/70977458-8331-f5c7-3aa3-6e9729ea50cf%28Office.15%29.aspx)
-[ListBox.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/d738236a-d635-7ef6-7626-71494a4811fc%28Office.15%29.aspx)
-[Rectangle.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/8a83be63-159d-c5df-4e0a-a04d72a61a46%28Office.15%29.aspx)
-[EmptyCell.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/066e08aa-7f83-fb6f-195c-a212355b7b1d%28Office.15%29.aspx)
-[Image.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9b15a086-0ff4-3ffb-4828-c22486bfc8c5%28Office.15%29.aspx)
-[ObjectFrame.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9c4cbfee-2026-2caa-922d-d7345cc026f5%28Office.15%29.aspx)
-[NavigationControl.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/7f9e0ebe-0b25-28ed-5b68-e5ead2c72ef0%28Office.15%29.aspx)
-[TextBox.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/a66a4839-3ab9-4867-b725-e613527bc94b%28Office.15%29.aspx)
-[CommandButton.BackThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/891e6d86-5935-1d75-1cda-ea5bcb422583%28Office.15%29.aspx)
+[BoundObjectFrame.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/e0efd6e0-9d58-85c8-0bac-1456044013cd%28Office.15%29.aspx)
+[TabControl.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/696df45f-b0b7-f0ec-122e-1bd2241b09a7%28Office.15%29.aspx)
+[NavigationButton.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/02c8f49a-d16a-05d1-b4e9-2d71285d4880%28Office.15%29.aspx)
+[ToggleButton.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9d8c3d6d-e992-b1a6-b005-487270e1fe43%28Office.15%29.aspx)
+[Label.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/80e07716-0b29-c926-6433-5b4660ae080a%28Office.15%29.aspx)
+[Attachment.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/c1f88ca4-825e-4a35-2896-60d982a36819%28Office.15%29.aspx)
+[Section.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/70977458-8331-f5c7-3aa3-6e9729ea50cf%28Office.15%29.aspx)
+[ListBox.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/d738236a-d635-7ef6-7626-71494a4811fc%28Office.15%29.aspx)
+[Rectangle.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/8a83be63-159d-c5df-4e0a-a04d72a61a46%28Office.15%29.aspx)
+[EmptyCell.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/066e08aa-7f83-fb6f-195c-a212355b7b1d%28Office.15%29.aspx)
+[Image.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9b15a086-0ff4-3ffb-4828-c22486bfc8c5%28Office.15%29.aspx)
+[ObjectFrame.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9c4cbfee-2026-2caa-922d-d7345cc026f5%28Office.15%29.aspx)
+[NavigationControl.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/7f9e0ebe-0b25-28ed-5b68-e5ead2c72ef0%28Office.15%29.aspx)
+[TextBox.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/a66a4839-3ab9-4867-b725-e613527bc94b%28Office.15%29.aspx)
+[CommandButton.BackThemeColorIndex property (Access)](http://msdn.microsoft.com/library/891e6d86-5935-1d75-1cda-ea5bcb422583%28Office.15%29.aspx)
diff --git a/F1/backtint-property-access-vbaac10-chm14632.md b/F1/backtint-property-access-vbaac10-chm14632.md
index afd02f12f8e..7ac83dbe3a4 100644
--- a/F1/backtint-property-access-vbaac10-chm14632.md
+++ b/F1/backtint-property-access-vbaac10-chm14632.md
@@ -13,23 +13,23 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[OptionGroup.BackTint Property (Access)](http://msdn.microsoft.com/library/4e33a712-af8f-bffa-f6c8-0502fb292813%28Office.15%29.aspx)
+[OptionGroup.BackTint property (Access)](http://msdn.microsoft.com/library/4e33a712-af8f-bffa-f6c8-0502fb292813%28Office.15%29.aspx)
-[ObjectFrame.BackTint Property (Access)](http://msdn.microsoft.com/library/80c3d5f6-7240-9001-f035-0d464e8c49f2%28Office.15%29.aspx)
+[ObjectFrame.BackTint property (Access)](http://msdn.microsoft.com/library/80c3d5f6-7240-9001-f035-0d464e8c49f2%28Office.15%29.aspx)
-[ToggleButton.BackTint Property (Access)](http://msdn.microsoft.com/library/21f063d1-28c4-d357-7d92-12c38a719295%28Office.15%29.aspx)
-[ListBox.BackTint Property (Access)](http://msdn.microsoft.com/library/822bb0ff-5439-8150-5c3d-1738160ae654%28Office.15%29.aspx)
-[TextBox.BackTint Property (Access)](http://msdn.microsoft.com/library/3740b360-334c-db71-9fb6-1f7aab304811%28Office.15%29.aspx)
-[Label.BackTint Property (Access)](http://msdn.microsoft.com/library/63825295-8bd1-6dfc-8bfc-3cb346b46ad0%28Office.15%29.aspx)
-[NavigationControl.BackTint Property (Access)](http://msdn.microsoft.com/library/cabea08c-a59c-ac0d-d40c-62f0e7b475ac%28Office.15%29.aspx)
-[Image.BackTint Property (Access)](http://msdn.microsoft.com/library/67654a62-b38d-fff1-8ec3-6b4fb9605988%28Office.15%29.aspx)
-[TabControl.BackTint Property (Access)](http://msdn.microsoft.com/library/f54ecbec-7009-c0ae-83ad-95bc1d134657%28Office.15%29.aspx)
-[Rectangle.BackTint Property (Access)](http://msdn.microsoft.com/library/623b7f0d-b48d-c50f-a139-99b4853b885d%28Office.15%29.aspx)
-[EmptyCell.BackTint Property (Access)](http://msdn.microsoft.com/library/dd3abfa8-6c50-2b03-c409-a1ca5e3ba0ff%28Office.15%29.aspx)
-[ComboBox.BackTint Property (Access)](http://msdn.microsoft.com/library/37f48215-abce-1628-7efc-ace0d4761873%28Office.15%29.aspx)
-[CommandButton.BackTint Property (Access)](http://msdn.microsoft.com/library/db441cd0-bd88-2c76-aab1-ae846974b8bd%28Office.15%29.aspx)
-[NavigationButton.BackTint Property (Access)](http://msdn.microsoft.com/library/73193a90-481c-8be4-983f-cb3638a3609b%28Office.15%29.aspx)
-[BoundObjectFrame.BackTint Property (Access)](http://msdn.microsoft.com/library/ac815c96-c30f-57e0-01e8-db12fd98a50e%28Office.15%29.aspx)
-[Attachment.BackTint Property (Access)](http://msdn.microsoft.com/library/f81ef313-0b84-a061-c58d-e433b01167f4%28Office.15%29.aspx)
-[Section.BackTint Property (Access)](http://msdn.microsoft.com/library/c1e978c6-660c-8e2d-4bff-fe1f86db571d%28Office.15%29.aspx)
+[ToggleButton.BackTint property (Access)](http://msdn.microsoft.com/library/21f063d1-28c4-d357-7d92-12c38a719295%28Office.15%29.aspx)
+[ListBox.BackTint property (Access)](http://msdn.microsoft.com/library/822bb0ff-5439-8150-5c3d-1738160ae654%28Office.15%29.aspx)
+[TextBox.BackTint property (Access)](http://msdn.microsoft.com/library/3740b360-334c-db71-9fb6-1f7aab304811%28Office.15%29.aspx)
+[Label.BackTint property (Access)](http://msdn.microsoft.com/library/63825295-8bd1-6dfc-8bfc-3cb346b46ad0%28Office.15%29.aspx)
+[NavigationControl.BackTint property (Access)](http://msdn.microsoft.com/library/cabea08c-a59c-ac0d-d40c-62f0e7b475ac%28Office.15%29.aspx)
+[Image.BackTint property (Access)](http://msdn.microsoft.com/library/67654a62-b38d-fff1-8ec3-6b4fb9605988%28Office.15%29.aspx)
+[TabControl.BackTint property (Access)](http://msdn.microsoft.com/library/f54ecbec-7009-c0ae-83ad-95bc1d134657%28Office.15%29.aspx)
+[Rectangle.BackTint property (Access)](http://msdn.microsoft.com/library/623b7f0d-b48d-c50f-a139-99b4853b885d%28Office.15%29.aspx)
+[EmptyCell.BackTint property (Access)](http://msdn.microsoft.com/library/dd3abfa8-6c50-2b03-c409-a1ca5e3ba0ff%28Office.15%29.aspx)
+[ComboBox.BackTint property (Access)](http://msdn.microsoft.com/library/37f48215-abce-1628-7efc-ace0d4761873%28Office.15%29.aspx)
+[CommandButton.BackTint property (Access)](http://msdn.microsoft.com/library/db441cd0-bd88-2c76-aab1-ae846974b8bd%28Office.15%29.aspx)
+[NavigationButton.BackTint property (Access)](http://msdn.microsoft.com/library/73193a90-481c-8be4-983f-cb3638a3609b%28Office.15%29.aspx)
+[BoundObjectFrame.BackTint property (Access)](http://msdn.microsoft.com/library/ac815c96-c30f-57e0-01e8-db12fd98a50e%28Office.15%29.aspx)
+[Attachment.BackTint property (Access)](http://msdn.microsoft.com/library/f81ef313-0b84-a061-c58d-e433b01167f4%28Office.15%29.aspx)
+[Section.BackTint property (Access)](http://msdn.microsoft.com/library/c1e978c6-660c-8e2d-4bff-fe1f86db571d%28Office.15%29.aspx)
diff --git a/F1/baseconnectionstring-property-access-vbaac10-chm12713.md b/F1/baseconnectionstring-property-access-vbaac10-chm12713.md
index cc3b02b7c34..6c4e6e4dd89 100644
--- a/F1/baseconnectionstring-property-access-vbaac10-chm12713.md
+++ b/F1/baseconnectionstring-property-access-vbaac10-chm12713.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.BaseConnectionString Property (Access)](http://msdn.microsoft.com/library/118da929-8e30-25eb-c940-27ce924a88f7%28Office.15%29.aspx)
+[CodeProject.BaseConnectionString property (Access)](http://msdn.microsoft.com/library/118da929-8e30-25eb-c940-27ce924a88f7%28Office.15%29.aspx)
-[CurrentProject.BaseConnectionString Property (Access)](http://msdn.microsoft.com/library/280bb905-d321-d844-8ab6-6c9352dd3ab0%28Office.15%29.aspx)
+[CurrentProject.BaseConnectionString property (Access)](http://msdn.microsoft.com/library/280bb905-d321-d844-8ab6-6c9352dd3ab0%28Office.15%29.aspx)
diff --git a/F1/beforedelconfirm-property-access-vbaac10-chm5425.md b/F1/beforedelconfirm-property-access-vbaac10-chm5425.md
index fe1358ff64b..35761c2370f 100644
--- a/F1/beforedelconfirm-property-access-vbaac10-chm5425.md
+++ b/F1/beforedelconfirm-property-access-vbaac10-chm5425.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.BeforeDelConfirm Property (Access)](http://msdn.microsoft.com/library/8926afb1-5a86-eddd-5b3f-68abe83fb076%28Office.15%29.aspx)
+[Form.BeforeDelConfirm property (Access)](http://msdn.microsoft.com/library/8926afb1-5a86-eddd-5b3f-68abe83fb076%28Office.15%29.aspx)
diff --git a/F1/beforeinsert-property-access-vbaac10-chm5413.md b/F1/beforeinsert-property-access-vbaac10-chm5413.md
index 1029d79b37b..c54c98ed13e 100644
--- a/F1/beforeinsert-property-access-vbaac10-chm5413.md
+++ b/F1/beforeinsert-property-access-vbaac10-chm5413.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.BeforeInsert Property (Access)](http://msdn.microsoft.com/library/634b0480-ddb3-7ef7-b347-57ca9a4eebad%28Office.15%29.aspx)
+[Form.BeforeInsert property (Access)](http://msdn.microsoft.com/library/634b0480-ddb3-7ef7-b347-57ca9a4eebad%28Office.15%29.aspx)
diff --git a/F1/beforequery-property-access-vbaac10-chm5104.md b/F1/beforequery-property-access-vbaac10-chm5104.md
index cdbe9d2c46d..5077d400c9e 100644
--- a/F1/beforequery-property-access-vbaac10-chm5104.md
+++ b/F1/beforequery-property-access-vbaac10-chm5104.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.BeforeQuery Property (Access)](http://msdn.microsoft.com/library/40e763fd-897a-a0b1-72a9-d73ec628e397%28Office.15%29.aspx)
+[Form.BeforeQuery property (Access)](http://msdn.microsoft.com/library/40e763fd-897a-a0b1-72a9-d73ec628e397%28Office.15%29.aspx)
diff --git a/F1/beforerender-property-access-vbaac10-chm5116.md b/F1/beforerender-property-access-vbaac10-chm5116.md
index f5e433fef67..f11d6a86237 100644
--- a/F1/beforerender-property-access-vbaac10-chm5116.md
+++ b/F1/beforerender-property-access-vbaac10-chm5116.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.BeforeRender Property (Access)](http://msdn.microsoft.com/library/f80035ac-4ce6-ac8a-203f-c36afab5cd01%28Office.15%29.aspx)
+[Form.BeforeRender property (Access)](http://msdn.microsoft.com/library/f80035ac-4ce6-ac8a-203f-c36afab5cd01%28Office.15%29.aspx)
diff --git a/F1/beforescreentip-property-access-vbaac10-chm13547.md b/F1/beforescreentip-property-access-vbaac10-chm13547.md
index f56c391f369..d2a5c5d671a 100644
--- a/F1/beforescreentip-property-access-vbaac10-chm13547.md
+++ b/F1/beforescreentip-property-access-vbaac10-chm13547.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.BeforeScreenTip Property (Access)](http://msdn.microsoft.com/library/4829b972-de4e-f8dc-f19c-c6a52c7dd14b%28Office.15%29.aspx)
+[Form.BeforeScreenTip property (Access)](http://msdn.microsoft.com/library/4829b972-de4e-f8dc-f19c-c6a52c7dd14b%28Office.15%29.aspx)
diff --git a/F1/beforeupdate-event-access-vbaac10-chm14194.md b/F1/beforeupdate-event-access-vbaac10-chm14194.md
index 44bb023cdc6..454b7d2f996 100644
--- a/F1/beforeupdate-event-access-vbaac10-chm14194.md
+++ b/F1/beforeupdate-event-access-vbaac10-chm14194.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/0d57cbce-bdbf-e19e-7f6a-11a00cb6c5f4%28Office.15%29.aspx)
+[TextBox.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/0d57cbce-bdbf-e19e-7f6a-11a00cb6c5f4%28Office.15%29.aspx)
-[NavigationControl.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/397c8bb2-1c8d-fa32-5015-65b58b215b38%28Office.15%29.aspx)
+[NavigationControl.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/397c8bb2-1c8d-fa32-5015-65b58b215b38%28Office.15%29.aspx)
diff --git a/F1/beforeupdate-property-access-vbaac10-chm5417.md b/F1/beforeupdate-property-access-vbaac10-chm5417.md
index 94208d97071..8cf4a5aa19a 100644
--- a/F1/beforeupdate-property-access-vbaac10-chm5417.md
+++ b/F1/beforeupdate-property-access-vbaac10-chm5417.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/de841054-a98a-7108-0d7d-020175edb1ce%28Office.15%29.aspx)
+[TextBox.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/de841054-a98a-7108-0d7d-020175edb1ce%28Office.15%29.aspx)
-[Form.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/b4b39ab8-e37c-8803-b6c3-032707342c92%28Office.15%29.aspx)
+[Form.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/b4b39ab8-e37c-8803-b6c3-032707342c92%28Office.15%29.aspx)
-[OptionButton.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/8940a73b-9b9c-7911-60b5-10db8445ecb9%28Office.15%29.aspx)
-[CheckBox.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/4eb1070e-9485-7ebc-70c2-48bba4b8cd88%28Office.15%29.aspx)
-[ComboBox.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/ce748fb1-4f8d-9e96-f77c-5dfc54dfee48%28Office.15%29.aspx)
-[ToggleButton.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/a2754963-4168-aa9f-6b0c-8de4332c09e6%28Office.15%29.aspx)
-[ListBox.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/b7e75906-839b-2518-bc02-a313cbd8c232%28Office.15%29.aspx)
-[BoundObjectFrame.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/01ee3c67-76c6-b651-042b-a7aa59e7443e%28Office.15%29.aspx)
-[Attachment.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/44a17114-bbb6-8ec9-89b5-db09cf60de98%28Office.15%29.aspx)
-[OptionGroup.BeforeUpdate Property (Access)](http://msdn.microsoft.com/library/0ea86e13-03ba-9f56-ef42-e8147fa70064%28Office.15%29.aspx)
+[OptionButton.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/8940a73b-9b9c-7911-60b5-10db8445ecb9%28Office.15%29.aspx)
+[CheckBox.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/4eb1070e-9485-7ebc-70c2-48bba4b8cd88%28Office.15%29.aspx)
+[ComboBox.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/ce748fb1-4f8d-9e96-f77c-5dfc54dfee48%28Office.15%29.aspx)
+[ToggleButton.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/a2754963-4168-aa9f-6b0c-8de4332c09e6%28Office.15%29.aspx)
+[ListBox.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/b7e75906-839b-2518-bc02-a313cbd8c232%28Office.15%29.aspx)
+[BoundObjectFrame.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/01ee3c67-76c6-b651-042b-a7aa59e7443e%28Office.15%29.aspx)
+[Attachment.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/44a17114-bbb6-8ec9-89b5-db09cf60de98%28Office.15%29.aspx)
+[OptionGroup.BeforeUpdate property (Access)](http://msdn.microsoft.com/library/0ea86e13-03ba-9f56-ef42-e8147fa70064%28Office.15%29.aspx)
diff --git a/F1/bevel-property-access-vbaac10-chm14629.md b/F1/bevel-property-access-vbaac10-chm14629.md
index 74ac2b4f29a..9585b848e8e 100644
--- a/F1/bevel-property-access-vbaac10-chm14629.md
+++ b/F1/bevel-property-access-vbaac10-chm14629.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Bevel Property (Access)](http://msdn.microsoft.com/library/199de5f0-71b1-7fc5-ff40-c4c76229e07c%28Office.15%29.aspx)
+[NavigationButton.Bevel property (Access)](http://msdn.microsoft.com/library/199de5f0-71b1-7fc5-ff40-c4c76229e07c%28Office.15%29.aspx)
-[CommandButton.Bevel Property (Access)](http://msdn.microsoft.com/library/b9bd9082-75b3-e249-a477-ce402bff1e43%28Office.15%29.aspx)
+[CommandButton.Bevel property (Access)](http://msdn.microsoft.com/library/b9bd9082-75b3-e249-a477-ce402bff1e43%28Office.15%29.aspx)
-[ToggleButton.Bevel Property (Access)](http://msdn.microsoft.com/library/91cfaa50-944b-23c0-2e3b-d8b8a1cb1e34%28Office.15%29.aspx)
+[ToggleButton.Bevel property (Access)](http://msdn.microsoft.com/library/91cfaa50-944b-23c0-2e3b-d8b8a1cb1e34%28Office.15%29.aspx)
diff --git a/F1/bordercolor-property-access-vbaac10-chm11080.md b/F1/bordercolor-property-access-vbaac10-chm11080.md
index 06a3b2d0ff8..79b11f6076f 100644
--- a/F1/bordercolor-property-access-vbaac10-chm11080.md
+++ b/F1/bordercolor-property-access-vbaac10-chm11080.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.BorderColor Property (Access)](http://msdn.microsoft.com/library/7fea7ca6-0363-c741-6a29-128628c1210a%28Office.15%29.aspx)
+[NavigationControl.BorderColor property (Access)](http://msdn.microsoft.com/library/7fea7ca6-0363-c741-6a29-128628c1210a%28Office.15%29.aspx)
-[NavigationButton.BorderColor Property (Access)](http://msdn.microsoft.com/library/0bc0ef75-e7a3-5918-1877-3a4f48de511a%28Office.15%29.aspx)
+[NavigationButton.BorderColor property (Access)](http://msdn.microsoft.com/library/0bc0ef75-e7a3-5918-1877-3a4f48de511a%28Office.15%29.aspx)
-[TextBox.BorderColor Property (Access)](http://msdn.microsoft.com/library/7522b663-4ce6-34a6-51db-7de503e01f04%28Office.15%29.aspx)
+[TextBox.BorderColor property (Access)](http://msdn.microsoft.com/library/7522b663-4ce6-34a6-51db-7de503e01f04%28Office.15%29.aspx)
diff --git a/F1/bordercolor-property-access-vbaac10-chm4282.md b/F1/bordercolor-property-access-vbaac10-chm4282.md
index 7e483f885f5..9723d36daf8 100644
--- a/F1/bordercolor-property-access-vbaac10-chm4282.md
+++ b/F1/bordercolor-property-access-vbaac10-chm4282.md
@@ -13,27 +13,27 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[OptionButton.BorderColor Property (Access)](http://msdn.microsoft.com/library/fd44b63b-d1bb-3663-8f14-08069424d022%28Office.15%29.aspx)
+[OptionButton.BorderColor property (Access)](http://msdn.microsoft.com/library/fd44b63b-d1bb-3663-8f14-08069424d022%28Office.15%29.aspx)
-[ListBox.BorderColor Property (Access)](http://msdn.microsoft.com/library/552b81f2-a811-7582-4e60-0c4903da7a9b%28Office.15%29.aspx)
+[ListBox.BorderColor property (Access)](http://msdn.microsoft.com/library/552b81f2-a811-7582-4e60-0c4903da7a9b%28Office.15%29.aspx)
-[ComboBox.BorderColor Property (Access)](http://msdn.microsoft.com/library/1863d1e2-b865-5de5-471e-0d9124f34354%28Office.15%29.aspx)
-[NavigationControl.BorderColor Property (Access)](http://msdn.microsoft.com/library/7fea7ca6-0363-c741-6a29-128628c1210a%28Office.15%29.aspx)
-[Line.BorderColor Property (Access)](http://msdn.microsoft.com/library/d809fd7e-63a2-3142-c9ae-2572b1910d48%28Office.15%29.aspx)
-[Image.BorderColor Property (Access)](http://msdn.microsoft.com/library/4bbc6f2a-c672-f3e3-a86d-287fa020a43d%28Office.15%29.aspx)
-[BoundObjectFrame.BorderColor Property (Access)](http://msdn.microsoft.com/library/e3c43808-1254-2635-264e-2f3e79cb2c8a%28Office.15%29.aspx)
-[NavigationButton.BorderColor Property (Access)](http://msdn.microsoft.com/library/0bc0ef75-e7a3-5918-1877-3a4f48de511a%28Office.15%29.aspx)
-[CustomControl.BorderColor Property (Access)](http://msdn.microsoft.com/library/7fcfa9d0-bb08-0bdf-81c0-5f171b487138%28Office.15%29.aspx)
-[Rectangle.BorderColor Property (Access)](http://msdn.microsoft.com/library/3863c99e-b68f-42e2-b7e9-637c5f5a3b63%28Office.15%29.aspx)
-[ToggleButton.BorderColor Property (Access)](http://msdn.microsoft.com/library/0ef018d1-397f-f7e8-317e-639e85de0e98%28Office.15%29.aspx)
-[TabControl.BorderColor Property (Access)](http://msdn.microsoft.com/library/26a4f80e-d4d2-a633-0e7d-67a2d1143af6%28Office.15%29.aspx)
-[Attachment.BorderColor Property (Access)](http://msdn.microsoft.com/library/cd43f030-f832-c58a-a374-67a349c3d499%28Office.15%29.aspx)
-[OptionGroup.BorderColor Property (Access)](http://msdn.microsoft.com/library/0272785b-9b7c-c54f-c544-7727deb9f4a9%28Office.15%29.aspx)
-[TextBox.BorderColor Property (Access)](http://msdn.microsoft.com/library/7522b663-4ce6-34a6-51db-7de503e01f04%28Office.15%29.aspx)
-[SubForm.BorderColor Property (Access)](http://msdn.microsoft.com/library/30970cd2-7fc9-be57-3124-806cfbe76a2c%28Office.15%29.aspx)
-[CheckBox.BorderColor Property (Access)](http://msdn.microsoft.com/library/21f40b75-756c-df56-11bc-824ef796797e%28Office.15%29.aspx)
-[ObjectFrame.BorderColor Property (Access)](http://msdn.microsoft.com/library/840f6108-e75f-9807-799a-9fc23b8a96ec%28Office.15%29.aspx)
-[CommandButton.BorderColor Property (Access)](http://msdn.microsoft.com/library/266c8082-30c4-0182-3004-b02b5a9c4a7b%28Office.15%29.aspx)
-[WebBrowserControl.BorderColor Property (Access)](http://msdn.microsoft.com/library/a9b49340-7aab-64eb-7904-b2090ca44840%28Office.15%29.aspx)
-[Label.BorderColor Property (Access)](http://msdn.microsoft.com/library/1144f996-1262-2dd5-edcc-ec1616a1e86c%28Office.15%29.aspx)
+[ComboBox.BorderColor property (Access)](http://msdn.microsoft.com/library/1863d1e2-b865-5de5-471e-0d9124f34354%28Office.15%29.aspx)
+[NavigationControl.BorderColor property (Access)](http://msdn.microsoft.com/library/7fea7ca6-0363-c741-6a29-128628c1210a%28Office.15%29.aspx)
+[Line.BorderColor property (Access)](http://msdn.microsoft.com/library/d809fd7e-63a2-3142-c9ae-2572b1910d48%28Office.15%29.aspx)
+[Image.BorderColor property (Access)](http://msdn.microsoft.com/library/4bbc6f2a-c672-f3e3-a86d-287fa020a43d%28Office.15%29.aspx)
+[BoundObjectFrame.BorderColor property (Access)](http://msdn.microsoft.com/library/e3c43808-1254-2635-264e-2f3e79cb2c8a%28Office.15%29.aspx)
+[NavigationButton.BorderColor property (Access)](http://msdn.microsoft.com/library/0bc0ef75-e7a3-5918-1877-3a4f48de511a%28Office.15%29.aspx)
+[CustomControl.BorderColor property (Access)](http://msdn.microsoft.com/library/7fcfa9d0-bb08-0bdf-81c0-5f171b487138%28Office.15%29.aspx)
+[Rectangle.BorderColor property (Access)](http://msdn.microsoft.com/library/3863c99e-b68f-42e2-b7e9-637c5f5a3b63%28Office.15%29.aspx)
+[ToggleButton.BorderColor property (Access)](http://msdn.microsoft.com/library/0ef018d1-397f-f7e8-317e-639e85de0e98%28Office.15%29.aspx)
+[TabControl.BorderColor property (Access)](http://msdn.microsoft.com/library/26a4f80e-d4d2-a633-0e7d-67a2d1143af6%28Office.15%29.aspx)
+[Attachment.BorderColor property (Access)](http://msdn.microsoft.com/library/cd43f030-f832-c58a-a374-67a349c3d499%28Office.15%29.aspx)
+[OptionGroup.BorderColor property (Access)](http://msdn.microsoft.com/library/0272785b-9b7c-c54f-c544-7727deb9f4a9%28Office.15%29.aspx)
+[TextBox.BorderColor property (Access)](http://msdn.microsoft.com/library/7522b663-4ce6-34a6-51db-7de503e01f04%28Office.15%29.aspx)
+[SubForm.BorderColor property (Access)](http://msdn.microsoft.com/library/30970cd2-7fc9-be57-3124-806cfbe76a2c%28Office.15%29.aspx)
+[CheckBox.BorderColor property (Access)](http://msdn.microsoft.com/library/21f40b75-756c-df56-11bc-824ef796797e%28Office.15%29.aspx)
+[ObjectFrame.BorderColor property (Access)](http://msdn.microsoft.com/library/840f6108-e75f-9807-799a-9fc23b8a96ec%28Office.15%29.aspx)
+[CommandButton.BorderColor property (Access)](http://msdn.microsoft.com/library/266c8082-30c4-0182-3004-b02b5a9c4a7b%28Office.15%29.aspx)
+[WebBrowserControl.BorderColor property (Access)](http://msdn.microsoft.com/library/a9b49340-7aab-64eb-7904-b2090ca44840%28Office.15%29.aspx)
+[Label.BorderColor property (Access)](http://msdn.microsoft.com/library/1144f996-1262-2dd5-edcc-ec1616a1e86c%28Office.15%29.aspx)
diff --git a/F1/bordershade-property-access-vbaac10-chm14603.md b/F1/bordershade-property-access-vbaac10-chm14603.md
index bac04af5d37..72a60818481 100644
--- a/F1/bordershade-property-access-vbaac10-chm14603.md
+++ b/F1/bordershade-property-access-vbaac10-chm14603.md
@@ -13,27 +13,27 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Label.BorderShade Property (Access)](http://msdn.microsoft.com/library/6343e6d8-2045-f72a-24ea-0952e20c49a7%28Office.15%29.aspx)
+[Label.BorderShade property (Access)](http://msdn.microsoft.com/library/6343e6d8-2045-f72a-24ea-0952e20c49a7%28Office.15%29.aspx)
-[WebBrowserControl.BorderShade Property (Access)](http://msdn.microsoft.com/library/5a5023af-4e30-48a8-9fd8-129049116270%28Office.15%29.aspx)
+[WebBrowserControl.BorderShade property (Access)](http://msdn.microsoft.com/library/5a5023af-4e30-48a8-9fd8-129049116270%28Office.15%29.aspx)
-[NavigationButton.BorderShade Property (Access)](http://msdn.microsoft.com/library/ecbaee7f-c53c-daff-d945-132c6df33a51%28Office.15%29.aspx)
-[CustomControl.BorderShade Property (Access)](http://msdn.microsoft.com/library/43cf768f-ad41-5729-e5bf-41d445b54efa%28Office.15%29.aspx)
-[ListBox.BorderShade Property (Access)](http://msdn.microsoft.com/library/f44dc9fc-344f-35a9-4293-44db0e1ac6df%28Office.15%29.aspx)
-[ToggleButton.BorderShade Property (Access)](http://msdn.microsoft.com/library/d490ce4a-9c25-e6cc-adc4-4a8883167175%28Office.15%29.aspx)
-[CommandButton.BorderShade Property (Access)](http://msdn.microsoft.com/library/52816058-36f4-3b68-38dd-5a1324b87428%28Office.15%29.aspx)
-[ObjectFrame.BorderShade Property (Access)](http://msdn.microsoft.com/library/de92000e-95bb-12df-68ef-5ada76553e97%28Office.15%29.aspx)
-[Rectangle.BorderShade Property (Access)](http://msdn.microsoft.com/library/dc5281e3-9a1a-4d07-2b40-613883117c58%28Office.15%29.aspx)
-[CheckBox.BorderShade Property (Access)](http://msdn.microsoft.com/library/4be270c7-a093-0315-71ba-7fd8a6ec26a3%28Office.15%29.aspx)
-[Line.BorderShade Property (Access)](http://msdn.microsoft.com/library/d44bfb45-63d6-d2ae-5efd-88ab3183cee9%28Office.15%29.aspx)
-[TextBox.BorderShade Property (Access)](http://msdn.microsoft.com/library/554920e1-e5ae-1c48-f5d5-ab964070bec0%28Office.15%29.aspx)
-[BoundObjectFrame.BorderShade Property (Access)](http://msdn.microsoft.com/library/5a8baed2-9f1d-e835-013b-b3973e79e228%28Office.15%29.aspx)
-[SubForm.BorderShade Property (Access)](http://msdn.microsoft.com/library/66de642f-bdf7-58db-1ae5-ba859f6cdc02%28Office.15%29.aspx)
-[Attachment.BorderShade Property (Access)](http://msdn.microsoft.com/library/39792e3b-e10d-98e8-4fcc-cb95fac69ce1%28Office.15%29.aspx)
-[OptionGroup.BorderShade Property (Access)](http://msdn.microsoft.com/library/42badef3-8e9b-d730-f355-d535352a32ec%28Office.15%29.aspx)
-[OptionButton.BorderShade Property (Access)](http://msdn.microsoft.com/library/b0bf4c1f-f3e9-ee11-4a53-d834c40a7c63%28Office.15%29.aspx)
-[TabControl.BorderShade Property (Access)](http://msdn.microsoft.com/library/1b71c426-775f-1246-a659-e68faedee62a%28Office.15%29.aspx)
-[ComboBox.BorderShade Property (Access)](http://msdn.microsoft.com/library/2cb4cc56-c40f-59ce-a989-e792cad915ba%28Office.15%29.aspx)
-[NavigationControl.BorderShade Property (Access)](http://msdn.microsoft.com/library/5464f403-791a-d324-2c7a-eb6aa26acf8f%28Office.15%29.aspx)
-[Image.BorderShade Property (Access)](http://msdn.microsoft.com/library/24bd0510-6f97-e22d-7822-f16f97591a25%28Office.15%29.aspx)
+[NavigationButton.BorderShade property (Access)](http://msdn.microsoft.com/library/ecbaee7f-c53c-daff-d945-132c6df33a51%28Office.15%29.aspx)
+[CustomControl.BorderShade property (Access)](http://msdn.microsoft.com/library/43cf768f-ad41-5729-e5bf-41d445b54efa%28Office.15%29.aspx)
+[ListBox.BorderShade property (Access)](http://msdn.microsoft.com/library/f44dc9fc-344f-35a9-4293-44db0e1ac6df%28Office.15%29.aspx)
+[ToggleButton.BorderShade property (Access)](http://msdn.microsoft.com/library/d490ce4a-9c25-e6cc-adc4-4a8883167175%28Office.15%29.aspx)
+[CommandButton.BorderShade property (Access)](http://msdn.microsoft.com/library/52816058-36f4-3b68-38dd-5a1324b87428%28Office.15%29.aspx)
+[ObjectFrame.BorderShade property (Access)](http://msdn.microsoft.com/library/de92000e-95bb-12df-68ef-5ada76553e97%28Office.15%29.aspx)
+[Rectangle.BorderShade property (Access)](http://msdn.microsoft.com/library/dc5281e3-9a1a-4d07-2b40-613883117c58%28Office.15%29.aspx)
+[CheckBox.BorderShade property (Access)](http://msdn.microsoft.com/library/4be270c7-a093-0315-71ba-7fd8a6ec26a3%28Office.15%29.aspx)
+[Line.BorderShade property (Access)](http://msdn.microsoft.com/library/d44bfb45-63d6-d2ae-5efd-88ab3183cee9%28Office.15%29.aspx)
+[TextBox.BorderShade property (Access)](http://msdn.microsoft.com/library/554920e1-e5ae-1c48-f5d5-ab964070bec0%28Office.15%29.aspx)
+[BoundObjectFrame.BorderShade property (Access)](http://msdn.microsoft.com/library/5a8baed2-9f1d-e835-013b-b3973e79e228%28Office.15%29.aspx)
+[SubForm.BorderShade property (Access)](http://msdn.microsoft.com/library/66de642f-bdf7-58db-1ae5-ba859f6cdc02%28Office.15%29.aspx)
+[Attachment.BorderShade property (Access)](http://msdn.microsoft.com/library/39792e3b-e10d-98e8-4fcc-cb95fac69ce1%28Office.15%29.aspx)
+[OptionGroup.BorderShade property (Access)](http://msdn.microsoft.com/library/42badef3-8e9b-d730-f355-d535352a32ec%28Office.15%29.aspx)
+[OptionButton.BorderShade property (Access)](http://msdn.microsoft.com/library/b0bf4c1f-f3e9-ee11-4a53-d834c40a7c63%28Office.15%29.aspx)
+[TabControl.BorderShade property (Access)](http://msdn.microsoft.com/library/1b71c426-775f-1246-a659-e68faedee62a%28Office.15%29.aspx)
+[ComboBox.BorderShade property (Access)](http://msdn.microsoft.com/library/2cb4cc56-c40f-59ce-a989-e792cad915ba%28Office.15%29.aspx)
+[NavigationControl.BorderShade property (Access)](http://msdn.microsoft.com/library/5464f403-791a-d324-2c7a-eb6aa26acf8f%28Office.15%29.aspx)
+[Image.BorderShade property (Access)](http://msdn.microsoft.com/library/24bd0510-6f97-e22d-7822-f16f97591a25%28Office.15%29.aspx)
diff --git a/F1/borderstyle-property-access-vbaac10-chm10204.md b/F1/borderstyle-property-access-vbaac10-chm10204.md
index 808ba1f708f..c2409fbc0bf 100644
--- a/F1/borderstyle-property-access-vbaac10-chm10204.md
+++ b/F1/borderstyle-property-access-vbaac10-chm10204.md
@@ -13,11 +13,11 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.BorderStyle Property (Access)](http://msdn.microsoft.com/library/ba7b7eb5-5f1c-addd-483f-a3104a50115b%28Office.15%29.aspx)
+[CommandButton.BorderStyle property (Access)](http://msdn.microsoft.com/library/ba7b7eb5-5f1c-addd-483f-a3104a50115b%28Office.15%29.aspx)
-[Label.BorderStyle Property (Access)](http://msdn.microsoft.com/library/5dba0d04-3367-e34a-1a47-cd8312827667%28Office.15%29.aspx)
+[Label.BorderStyle property (Access)](http://msdn.microsoft.com/library/5dba0d04-3367-e34a-1a47-cd8312827667%28Office.15%29.aspx)
-[NavigationButton.BorderStyle Property (Access)](http://msdn.microsoft.com/library/67938968-013c-a58e-84d3-28c24fea7dab%28Office.15%29.aspx)
-[TabControl.BorderStyle Property (Access)](http://msdn.microsoft.com/library/c09cf24e-2974-5b7f-3493-064258658c61%28Office.15%29.aspx)
-[ToggleButton.BorderStyle Property (Access)](http://msdn.microsoft.com/library/339bfae9-4320-565c-c299-eb92bc28e4f0%28Office.15%29.aspx)
+[NavigationButton.BorderStyle property (Access)](http://msdn.microsoft.com/library/67938968-013c-a58e-84d3-28c24fea7dab%28Office.15%29.aspx)
+[TabControl.BorderStyle property (Access)](http://msdn.microsoft.com/library/c09cf24e-2974-5b7f-3493-064258658c61%28Office.15%29.aspx)
+[ToggleButton.BorderStyle property (Access)](http://msdn.microsoft.com/library/339bfae9-4320-565c-c299-eb92bc28e4f0%28Office.15%29.aspx)
diff --git a/F1/borderstyle-property-access-vbaac10-chm11078.md b/F1/borderstyle-property-access-vbaac10-chm11078.md
index c56df69a637..bbe20db6fb2 100644
--- a/F1/borderstyle-property-access-vbaac10-chm11078.md
+++ b/F1/borderstyle-property-access-vbaac10-chm11078.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.BorderStyle Property (Access)](http://msdn.microsoft.com/library/783c9424-669f-fcc7-b23d-6f5de03bad79%28Office.15%29.aspx)
+[TextBox.BorderStyle property (Access)](http://msdn.microsoft.com/library/783c9424-669f-fcc7-b23d-6f5de03bad79%28Office.15%29.aspx)
-[NavigationControl.BorderStyle Property (Access)](http://msdn.microsoft.com/library/9135151b-2e00-ac34-9c82-a85c76b97eb5%28Office.15%29.aspx)
+[NavigationControl.BorderStyle property (Access)](http://msdn.microsoft.com/library/9135151b-2e00-ac34-9c82-a85c76b97eb5%28Office.15%29.aspx)
diff --git a/F1/borderstyle-property-access-vbaac10-chm4283.md b/F1/borderstyle-property-access-vbaac10-chm4283.md
index 0c896c95bb7..73ad068db48 100644
--- a/F1/borderstyle-property-access-vbaac10-chm4283.md
+++ b/F1/borderstyle-property-access-vbaac10-chm4283.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Attachment.BorderStyle Property (Access)](http://msdn.microsoft.com/library/a1156f6c-5649-ddef-619d-d15a57bb581a%28Office.15%29.aspx)
+[Attachment.BorderStyle property (Access)](http://msdn.microsoft.com/library/a1156f6c-5649-ddef-619d-d15a57bb581a%28Office.15%29.aspx)
diff --git a/F1/borderthemecolorindex-property-access-vbaac10-chm14634.md b/F1/borderthemecolorindex-property-access-vbaac10-chm14634.md
index 7de1bf3566c..4d81174ce49 100644
--- a/F1/borderthemecolorindex-property-access-vbaac10-chm14634.md
+++ b/F1/borderthemecolorindex-property-access-vbaac10-chm14634.md
@@ -13,27 +13,27 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Image.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/7a449370-9af6-5170-d184-13ea0d01dd79%28Office.15%29.aspx)
+[Image.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/7a449370-9af6-5170-d184-13ea0d01dd79%28Office.15%29.aspx)
-[CheckBox.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/5b7fd629-a896-ab01-b965-2a2f0d7724a7%28Office.15%29.aspx)
+[CheckBox.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/5b7fd629-a896-ab01-b965-2a2f0d7724a7%28Office.15%29.aspx)
-[Rectangle.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9256ceb3-6754-7c02-9625-2e79d5f0de01%28Office.15%29.aspx)
-[TextBox.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/44f012fa-9021-0910-85c0-48a3b6c82141%28Office.15%29.aspx)
-[OptionButton.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/19717679-b20e-f5ac-fac9-5349b4227e62%28Office.15%29.aspx)
-[ListBox.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/3dac9a1c-4a8b-1b01-9937-6dc8e5018fb5%28Office.15%29.aspx)
-[BoundObjectFrame.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/89423dbf-44de-a2e6-d31a-6ea459c2f156%28Office.15%29.aspx)
-[NavigationControl.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9ddd1a71-e974-c70c-0240-80c695c30e35%28Office.15%29.aspx)
-[OptionGroup.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/77c8779c-8ad7-5000-1184-87bf78e46f4b%28Office.15%29.aspx)
-[WebBrowserControl.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/877c6731-2f2d-3d2e-05ff-8bc7ad5c8050%28Office.15%29.aspx)
-[Label.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/e75ddea1-98bc-c4f0-d4b3-9eea4f8e85e7%28Office.15%29.aspx)
-[SubForm.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/676f3c59-fad3-093e-248f-a43e103ae480%28Office.15%29.aspx)
-[NavigationButton.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/5f03c49f-9d93-d3c6-6f2c-b18cef67ac5d%28Office.15%29.aspx)
-[ToggleButton.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/bd363da1-2123-25ba-8834-b6ebbdfaa5d4%28Office.15%29.aspx)
-[Line.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/db3989b5-5a9f-ff61-dd22-bd70ee54f914%28Office.15%29.aspx)
-[CustomControl.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/4e4d6aeb-dd68-b16f-375a-be4c3cf95286%28Office.15%29.aspx)
-[ObjectFrame.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/8070f9c7-bee5-a702-f874-c96af9fb71d3%28Office.15%29.aspx)
-[TabControl.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/52b0f138-7d9c-2f6c-3de0-de0597d364e8%28Office.15%29.aspx)
-[ComboBox.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/d17a61fb-5e27-5fcf-37ca-ef896b62fe98%28Office.15%29.aspx)
-[Attachment.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/a1ee1ca4-74d4-5e8e-e2b7-fb44cd7f3617%28Office.15%29.aspx)
-[CommandButton.BorderThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/497b2f7a-9b17-79ed-1ad9-fc990f6b9c7d%28Office.15%29.aspx)
+[Rectangle.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9256ceb3-6754-7c02-9625-2e79d5f0de01%28Office.15%29.aspx)
+[TextBox.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/44f012fa-9021-0910-85c0-48a3b6c82141%28Office.15%29.aspx)
+[OptionButton.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/19717679-b20e-f5ac-fac9-5349b4227e62%28Office.15%29.aspx)
+[ListBox.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/3dac9a1c-4a8b-1b01-9937-6dc8e5018fb5%28Office.15%29.aspx)
+[BoundObjectFrame.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/89423dbf-44de-a2e6-d31a-6ea459c2f156%28Office.15%29.aspx)
+[NavigationControl.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9ddd1a71-e974-c70c-0240-80c695c30e35%28Office.15%29.aspx)
+[OptionGroup.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/77c8779c-8ad7-5000-1184-87bf78e46f4b%28Office.15%29.aspx)
+[WebBrowserControl.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/877c6731-2f2d-3d2e-05ff-8bc7ad5c8050%28Office.15%29.aspx)
+[Label.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/e75ddea1-98bc-c4f0-d4b3-9eea4f8e85e7%28Office.15%29.aspx)
+[SubForm.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/676f3c59-fad3-093e-248f-a43e103ae480%28Office.15%29.aspx)
+[NavigationButton.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/5f03c49f-9d93-d3c6-6f2c-b18cef67ac5d%28Office.15%29.aspx)
+[ToggleButton.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/bd363da1-2123-25ba-8834-b6ebbdfaa5d4%28Office.15%29.aspx)
+[Line.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/db3989b5-5a9f-ff61-dd22-bd70ee54f914%28Office.15%29.aspx)
+[CustomControl.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/4e4d6aeb-dd68-b16f-375a-be4c3cf95286%28Office.15%29.aspx)
+[ObjectFrame.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/8070f9c7-bee5-a702-f874-c96af9fb71d3%28Office.15%29.aspx)
+[TabControl.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/52b0f138-7d9c-2f6c-3de0-de0597d364e8%28Office.15%29.aspx)
+[ComboBox.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/d17a61fb-5e27-5fcf-37ca-ef896b62fe98%28Office.15%29.aspx)
+[Attachment.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/a1ee1ca4-74d4-5e8e-e2b7-fb44cd7f3617%28Office.15%29.aspx)
+[CommandButton.BorderThemeColorIndex property (Access)](http://msdn.microsoft.com/library/497b2f7a-9b17-79ed-1ad9-fc990f6b9c7d%28Office.15%29.aspx)
diff --git a/F1/bordertint-property-access-vbaac10-chm14602.md b/F1/bordertint-property-access-vbaac10-chm14602.md
index c7ec3656852..03fbd72eeab 100644
--- a/F1/bordertint-property-access-vbaac10-chm14602.md
+++ b/F1/bordertint-property-access-vbaac10-chm14602.md
@@ -13,27 +13,27 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[WebBrowserControl.BorderTint Property (Access)](http://msdn.microsoft.com/library/feb247ea-127b-26fa-aae6-03590276c5c1%28Office.15%29.aspx)
+[WebBrowserControl.BorderTint property (Access)](http://msdn.microsoft.com/library/feb247ea-127b-26fa-aae6-03590276c5c1%28Office.15%29.aspx)
-[NavigationButton.BorderTint Property (Access)](http://msdn.microsoft.com/library/6a980ecb-3ac5-d7d2-9f65-1dfef8546d26%28Office.15%29.aspx)
+[NavigationButton.BorderTint property (Access)](http://msdn.microsoft.com/library/6a980ecb-3ac5-d7d2-9f65-1dfef8546d26%28Office.15%29.aspx)
-[Image.BorderTint Property (Access)](http://msdn.microsoft.com/library/f1dd7a66-941b-7ff6-eb99-208e28d27767%28Office.15%29.aspx)
-[Line.BorderTint Property (Access)](http://msdn.microsoft.com/library/904bd124-3f3e-40ac-77b7-4ba10716ae02%28Office.15%29.aspx)
-[ComboBox.BorderTint Property (Access)](http://msdn.microsoft.com/library/83bb493b-c15e-dcdf-7118-4bdb12f5e264%28Office.15%29.aspx)
-[TabControl.BorderTint Property (Access)](http://msdn.microsoft.com/library/176770ab-59e5-0dde-c968-4f68c0d87cca%28Office.15%29.aspx)
-[CustomControl.BorderTint Property (Access)](http://msdn.microsoft.com/library/30e29d2f-df31-457d-eb2d-520d6e6bb9a4%28Office.15%29.aspx)
-[NavigationControl.BorderTint Property (Access)](http://msdn.microsoft.com/library/8e0a943d-f863-7bd6-6491-5661b3b58556%28Office.15%29.aspx)
-[Label.BorderTint Property (Access)](http://msdn.microsoft.com/library/7d095dcf-b8f9-15c5-36f2-5a20134ab98b%28Office.15%29.aspx)
-[CommandButton.BorderTint Property (Access)](http://msdn.microsoft.com/library/244697f0-891f-792d-3ad9-61a58973ab60%28Office.15%29.aspx)
-[BoundObjectFrame.BorderTint Property (Access)](http://msdn.microsoft.com/library/f171677a-d8a2-f0fb-233e-636ec13e20f8%28Office.15%29.aspx)
-[TextBox.BorderTint Property (Access)](http://msdn.microsoft.com/library/3e48aa7c-ed95-aa27-f092-70d5fb2f9fb1%28Office.15%29.aspx)
-[Rectangle.BorderTint Property (Access)](http://msdn.microsoft.com/library/0fda73df-4394-7399-3b54-84d80f56aeea%28Office.15%29.aspx)
-[OptionButton.BorderTint Property (Access)](http://msdn.microsoft.com/library/901c10bf-1d49-2fbd-4403-8d93547d534f%28Office.15%29.aspx)
-[CheckBox.BorderTint Property (Access)](http://msdn.microsoft.com/library/57e00b53-89eb-3cee-a075-9eb3c9ab60ee%28Office.15%29.aspx)
-[ToggleButton.BorderTint Property (Access)](http://msdn.microsoft.com/library/5d60c105-a765-5865-66b5-b236de827960%28Office.15%29.aspx)
-[Attachment.BorderTint Property (Access)](http://msdn.microsoft.com/library/819768fc-1473-5f7e-c320-b2d25d1b83d3%28Office.15%29.aspx)
-[SubForm.BorderTint Property (Access)](http://msdn.microsoft.com/library/84f061ad-fe6f-ca8f-f4d5-c1dfd9c3949f%28Office.15%29.aspx)
-[ObjectFrame.BorderTint Property (Access)](http://msdn.microsoft.com/library/f1adfec8-7106-bf3c-db7d-ea12c9a82d7d%28Office.15%29.aspx)
-[ListBox.BorderTint Property (Access)](http://msdn.microsoft.com/library/76bcaf37-6c2c-a3cf-6126-effbe218ba11%28Office.15%29.aspx)
-[OptionGroup.BorderTint Property (Access)](http://msdn.microsoft.com/library/ba231494-097a-6814-1eb8-fcece0fc21ff%28Office.15%29.aspx)
+[Image.BorderTint property (Access)](http://msdn.microsoft.com/library/f1dd7a66-941b-7ff6-eb99-208e28d27767%28Office.15%29.aspx)
+[Line.BorderTint property (Access)](http://msdn.microsoft.com/library/904bd124-3f3e-40ac-77b7-4ba10716ae02%28Office.15%29.aspx)
+[ComboBox.BorderTint property (Access)](http://msdn.microsoft.com/library/83bb493b-c15e-dcdf-7118-4bdb12f5e264%28Office.15%29.aspx)
+[TabControl.BorderTint property (Access)](http://msdn.microsoft.com/library/176770ab-59e5-0dde-c968-4f68c0d87cca%28Office.15%29.aspx)
+[CustomControl.BorderTint property (Access)](http://msdn.microsoft.com/library/30e29d2f-df31-457d-eb2d-520d6e6bb9a4%28Office.15%29.aspx)
+[NavigationControl.BorderTint property (Access)](http://msdn.microsoft.com/library/8e0a943d-f863-7bd6-6491-5661b3b58556%28Office.15%29.aspx)
+[Label.BorderTint property (Access)](http://msdn.microsoft.com/library/7d095dcf-b8f9-15c5-36f2-5a20134ab98b%28Office.15%29.aspx)
+[CommandButton.BorderTint property (Access)](http://msdn.microsoft.com/library/244697f0-891f-792d-3ad9-61a58973ab60%28Office.15%29.aspx)
+[BoundObjectFrame.BorderTint property (Access)](http://msdn.microsoft.com/library/f171677a-d8a2-f0fb-233e-636ec13e20f8%28Office.15%29.aspx)
+[TextBox.BorderTint property (Access)](http://msdn.microsoft.com/library/3e48aa7c-ed95-aa27-f092-70d5fb2f9fb1%28Office.15%29.aspx)
+[Rectangle.BorderTint property (Access)](http://msdn.microsoft.com/library/0fda73df-4394-7399-3b54-84d80f56aeea%28Office.15%29.aspx)
+[OptionButton.BorderTint property (Access)](http://msdn.microsoft.com/library/901c10bf-1d49-2fbd-4403-8d93547d534f%28Office.15%29.aspx)
+[CheckBox.BorderTint property (Access)](http://msdn.microsoft.com/library/57e00b53-89eb-3cee-a075-9eb3c9ab60ee%28Office.15%29.aspx)
+[ToggleButton.BorderTint property (Access)](http://msdn.microsoft.com/library/5d60c105-a765-5865-66b5-b236de827960%28Office.15%29.aspx)
+[Attachment.BorderTint property (Access)](http://msdn.microsoft.com/library/819768fc-1473-5f7e-c320-b2d25d1b83d3%28Office.15%29.aspx)
+[SubForm.BorderTint property (Access)](http://msdn.microsoft.com/library/84f061ad-fe6f-ca8f-f4d5-c1dfd9c3949f%28Office.15%29.aspx)
+[ObjectFrame.BorderTint property (Access)](http://msdn.microsoft.com/library/f1adfec8-7106-bf3c-db7d-ea12c9a82d7d%28Office.15%29.aspx)
+[ListBox.BorderTint property (Access)](http://msdn.microsoft.com/library/76bcaf37-6c2c-a3cf-6126-effbe218ba11%28Office.15%29.aspx)
+[OptionGroup.BorderTint property (Access)](http://msdn.microsoft.com/library/ba231494-097a-6814-1eb8-fcece0fc21ff%28Office.15%29.aspx)
diff --git a/F1/borderwidth-property-access-vbaac10-chm10207.md b/F1/borderwidth-property-access-vbaac10-chm10207.md
index 4a203a7d2fa..00420e16668 100644
--- a/F1/borderwidth-property-access-vbaac10-chm10207.md
+++ b/F1/borderwidth-property-access-vbaac10-chm10207.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.BorderWidth Property (Access)](http://msdn.microsoft.com/library/75994c77-6a4e-f5bd-82ce-38343dfe79bc%28Office.15%29.aspx)
+[NavigationButton.BorderWidth property (Access)](http://msdn.microsoft.com/library/75994c77-6a4e-f5bd-82ce-38343dfe79bc%28Office.15%29.aspx)
-[CommandButton.BorderWidth Property (Access)](http://msdn.microsoft.com/library/a59dbd51-e839-145b-2971-82bdc4c21097%28Office.15%29.aspx)
+[CommandButton.BorderWidth property (Access)](http://msdn.microsoft.com/library/a59dbd51-e839-145b-2971-82bdc4c21097%28Office.15%29.aspx)
-[Label.BorderWidth Property (Access)](http://msdn.microsoft.com/library/245db6e4-81f8-a95b-65a8-9a7a5dd0b0e0%28Office.15%29.aspx)
-[ToggleButton.BorderWidth Property (Access)](http://msdn.microsoft.com/library/cbfd0285-9332-743c-a446-dfbff4dc7443%28Office.15%29.aspx)
+[Label.BorderWidth property (Access)](http://msdn.microsoft.com/library/245db6e4-81f8-a95b-65a8-9a7a5dd0b0e0%28Office.15%29.aspx)
+[ToggleButton.BorderWidth property (Access)](http://msdn.microsoft.com/library/cbfd0285-9332-743c-a446-dfbff4dc7443%28Office.15%29.aspx)
diff --git a/F1/borderwidth-property-access-vbaac10-chm11081.md b/F1/borderwidth-property-access-vbaac10-chm11081.md
index cf61f2676f3..975b25b2a38 100644
--- a/F1/borderwidth-property-access-vbaac10-chm11081.md
+++ b/F1/borderwidth-property-access-vbaac10-chm11081.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.BorderWidth Property (Access)](http://msdn.microsoft.com/library/a0a39f30-18c5-2073-b463-1ffcb385357c%28Office.15%29.aspx)
+[NavigationControl.BorderWidth property (Access)](http://msdn.microsoft.com/library/a0a39f30-18c5-2073-b463-1ffcb385357c%28Office.15%29.aspx)
-[TextBox.BorderWidth Property (Access)](http://msdn.microsoft.com/library/e842887f-9ec1-4405-0558-6b3b3d3d221c%28Office.15%29.aspx)
+[TextBox.BorderWidth property (Access)](http://msdn.microsoft.com/library/e842887f-9ec1-4405-0558-6b3b3d3d221c%28Office.15%29.aspx)
diff --git a/F1/borderwidth-property-access-vbaac10-chm4284.md b/F1/borderwidth-property-access-vbaac10-chm4284.md
index 2a118f05f64..2c8a6749f35 100644
--- a/F1/borderwidth-property-access-vbaac10-chm4284.md
+++ b/F1/borderwidth-property-access-vbaac10-chm4284.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.BorderWidth Property (Access)](http://msdn.microsoft.com/library/2f95633a-dea1-08a6-3c0e-1fb52f453c06%28Office.15%29.aspx)
+[ObjectFrame.BorderWidth property (Access)](http://msdn.microsoft.com/library/2f95633a-dea1-08a6-3c0e-1fb52f453c06%28Office.15%29.aspx)
-[NavigationControl.BorderWidth Property (Access)](http://msdn.microsoft.com/library/a0a39f30-18c5-2073-b463-1ffcb385357c%28Office.15%29.aspx)
+[NavigationControl.BorderWidth property (Access)](http://msdn.microsoft.com/library/a0a39f30-18c5-2073-b463-1ffcb385357c%28Office.15%29.aspx)
-[SubForm.BorderWidth Property (Access)](http://msdn.microsoft.com/library/08ba4fa1-1672-47b3-b1fe-21520d60b7c8%28Office.15%29.aspx)
-[CustomControl.BorderWidth Property (Access)](http://msdn.microsoft.com/library/ac847423-f5ad-4d56-655d-25c468f82240%28Office.15%29.aspx)
-[NavigationButton.BorderWidth Property (Access)](http://msdn.microsoft.com/library/75994c77-6a4e-f5bd-82ce-38343dfe79bc%28Office.15%29.aspx)
-[Line.BorderWidth Property (Access)](http://msdn.microsoft.com/library/06e29c22-43a6-de44-20d7-4b73e0742763%28Office.15%29.aspx)
-[WebBrowserControl.BorderWidth Property (Access)](http://msdn.microsoft.com/library/f2db066e-bd06-0d88-ecd1-5a7ac8a040d6%28Office.15%29.aspx)
-[TextBox.BorderWidth Property (Access)](http://msdn.microsoft.com/library/e842887f-9ec1-4405-0558-6b3b3d3d221c%28Office.15%29.aspx)
-[ListBox.BorderWidth Property (Access)](http://msdn.microsoft.com/library/3e0ddff1-7e60-5fbd-7680-6d9da7baead8%28Office.15%29.aspx)
-[OptionGroup.BorderWidth Property (Access)](http://msdn.microsoft.com/library/520ed761-de5d-9e70-3cc8-79264f6c0f3f%28Office.15%29.aspx)
-[CommandButton.BorderWidth Property (Access)](http://msdn.microsoft.com/library/a59dbd51-e839-145b-2971-82bdc4c21097%28Office.15%29.aspx)
-[BoundObjectFrame.BorderWidth Property (Access)](http://msdn.microsoft.com/library/f06fa232-f6cd-7736-aeb9-96461d2338fc%28Office.15%29.aspx)
-[Attachment.BorderWidth Property (Access)](http://msdn.microsoft.com/library/e72672a1-3b17-ad1b-ff7d-96e3652a9f35%28Office.15%29.aspx)
-[Label.BorderWidth Property (Access)](http://msdn.microsoft.com/library/245db6e4-81f8-a95b-65a8-9a7a5dd0b0e0%28Office.15%29.aspx)
-[Image.BorderWidth Property (Access)](http://msdn.microsoft.com/library/6a8d8d2a-0cfe-2557-585b-ab9e42a313bf%28Office.15%29.aspx)
-[Rectangle.BorderWidth Property (Access)](http://msdn.microsoft.com/library/03ef9eb4-f688-5724-3a5c-b2824bfd3839%28Office.15%29.aspx)
-[CheckBox.BorderWidth Property (Access)](http://msdn.microsoft.com/library/c10ee0fd-10b8-e35e-d042-b319276b50f8%28Office.15%29.aspx)
-[OptionButton.BorderWidth Property (Access)](http://msdn.microsoft.com/library/cd4a5e9d-6444-7cac-aa04-c62b42887a16%28Office.15%29.aspx)
-[ToggleButton.BorderWidth Property (Access)](http://msdn.microsoft.com/library/cbfd0285-9332-743c-a446-dfbff4dc7443%28Office.15%29.aspx)
-[ComboBox.BorderWidth Property (Access)](http://msdn.microsoft.com/library/f8eddb71-d8ad-cca1-10ed-e6d3fb10e41a%28Office.15%29.aspx)
+[SubForm.BorderWidth property (Access)](http://msdn.microsoft.com/library/08ba4fa1-1672-47b3-b1fe-21520d60b7c8%28Office.15%29.aspx)
+[CustomControl.BorderWidth property (Access)](http://msdn.microsoft.com/library/ac847423-f5ad-4d56-655d-25c468f82240%28Office.15%29.aspx)
+[NavigationButton.BorderWidth property (Access)](http://msdn.microsoft.com/library/75994c77-6a4e-f5bd-82ce-38343dfe79bc%28Office.15%29.aspx)
+[Line.BorderWidth property (Access)](http://msdn.microsoft.com/library/06e29c22-43a6-de44-20d7-4b73e0742763%28Office.15%29.aspx)
+[WebBrowserControl.BorderWidth property (Access)](http://msdn.microsoft.com/library/f2db066e-bd06-0d88-ecd1-5a7ac8a040d6%28Office.15%29.aspx)
+[TextBox.BorderWidth property (Access)](http://msdn.microsoft.com/library/e842887f-9ec1-4405-0558-6b3b3d3d221c%28Office.15%29.aspx)
+[ListBox.BorderWidth property (Access)](http://msdn.microsoft.com/library/3e0ddff1-7e60-5fbd-7680-6d9da7baead8%28Office.15%29.aspx)
+[OptionGroup.BorderWidth property (Access)](http://msdn.microsoft.com/library/520ed761-de5d-9e70-3cc8-79264f6c0f3f%28Office.15%29.aspx)
+[CommandButton.BorderWidth property (Access)](http://msdn.microsoft.com/library/a59dbd51-e839-145b-2971-82bdc4c21097%28Office.15%29.aspx)
+[BoundObjectFrame.BorderWidth property (Access)](http://msdn.microsoft.com/library/f06fa232-f6cd-7736-aeb9-96461d2338fc%28Office.15%29.aspx)
+[Attachment.BorderWidth property (Access)](http://msdn.microsoft.com/library/e72672a1-3b17-ad1b-ff7d-96e3652a9f35%28Office.15%29.aspx)
+[Label.BorderWidth property (Access)](http://msdn.microsoft.com/library/245db6e4-81f8-a95b-65a8-9a7a5dd0b0e0%28Office.15%29.aspx)
+[Image.BorderWidth property (Access)](http://msdn.microsoft.com/library/6a8d8d2a-0cfe-2557-585b-ab9e42a313bf%28Office.15%29.aspx)
+[Rectangle.BorderWidth property (Access)](http://msdn.microsoft.com/library/03ef9eb4-f688-5724-3a5c-b2824bfd3839%28Office.15%29.aspx)
+[CheckBox.BorderWidth property (Access)](http://msdn.microsoft.com/library/c10ee0fd-10b8-e35e-d042-b319276b50f8%28Office.15%29.aspx)
+[OptionButton.BorderWidth property (Access)](http://msdn.microsoft.com/library/cd4a5e9d-6444-7cac-aa04-c62b42887a16%28Office.15%29.aspx)
+[ToggleButton.BorderWidth property (Access)](http://msdn.microsoft.com/library/cbfd0285-9332-743c-a446-dfbff4dc7443%28Office.15%29.aspx)
+[ComboBox.BorderWidth property (Access)](http://msdn.microsoft.com/library/f8eddb71-d8ad-cca1-10ed-e6d3fb10e41a%28Office.15%29.aspx)
diff --git a/F1/bottommargin-property-access-vbaac10-chm4575.md b/F1/bottommargin-property-access-vbaac10-chm4575.md
index a279d763a5e..8d65f107375 100644
--- a/F1/bottommargin-property-access-vbaac10-chm4575.md
+++ b/F1/bottommargin-property-access-vbaac10-chm4575.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Printer.BottomMargin Property (Access)](http://msdn.microsoft.com/library/db09e17d-8ef7-12f3-428d-1e6a0a551f4a%28Office.15%29.aspx)
+[Printer.BottomMargin property (Access)](http://msdn.microsoft.com/library/db09e17d-8ef7-12f3-428d-1e6a0a551f4a%28Office.15%29.aspx)
-[ComboBox.BottomMargin Property (Access)](http://msdn.microsoft.com/library/aaabb534-e328-fb1d-92bc-4cbab0e0469f%28Office.15%29.aspx)
+[ComboBox.BottomMargin property (Access)](http://msdn.microsoft.com/library/aaabb534-e328-fb1d-92bc-4cbab0e0469f%28Office.15%29.aspx)
-[Label.BottomMargin Property (Access)](http://msdn.microsoft.com/library/0d2a1de9-0aea-5bbd-22b7-5b99678240be%28Office.15%29.aspx)
-[TextBox.BottomMargin Property (Access)](http://msdn.microsoft.com/library/a6ef1155-24c8-1254-614b-c912fda8dae2%28Office.15%29.aspx)
+[Label.BottomMargin property (Access)](http://msdn.microsoft.com/library/0d2a1de9-0aea-5bbd-22b7-5b99678240be%28Office.15%29.aspx)
+[TextBox.BottomMargin property (Access)](http://msdn.microsoft.com/library/a6ef1155-24c8-1254-614b-c912fda8dae2%28Office.15%29.aspx)
diff --git a/F1/bottompadding-property-access-vbaac10-chm10527.md b/F1/bottompadding-property-access-vbaac10-chm10527.md
index c233a689e9b..bf5e85369cb 100644
--- a/F1/bottompadding-property-access-vbaac10-chm10527.md
+++ b/F1/bottompadding-property-access-vbaac10-chm10527.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.BottomPadding Property (Access)](http://msdn.microsoft.com/library/63d7a4bb-8e82-2f27-afd0-2162c5b3cb5c%28Office.15%29.aspx)
+[NavigationButton.BottomPadding property (Access)](http://msdn.microsoft.com/library/63d7a4bb-8e82-2f27-afd0-2162c5b3cb5c%28Office.15%29.aspx)
-[CommandButton.BottomPadding Property (Access)](http://msdn.microsoft.com/library/c7806653-3e00-824e-f1af-7092369af0a7%28Office.15%29.aspx)
+[CommandButton.BottomPadding property (Access)](http://msdn.microsoft.com/library/c7806653-3e00-824e-f1af-7092369af0a7%28Office.15%29.aspx)
-[CustomControl.BottomPadding Property (Access)](http://msdn.microsoft.com/library/37fe735a-4fc8-c772-1cc9-a0208b2fe2e4%28Office.15%29.aspx)
+[CustomControl.BottomPadding property (Access)](http://msdn.microsoft.com/library/37fe735a-4fc8-c772-1cc9-a0208b2fe2e4%28Office.15%29.aspx)
diff --git a/F1/bottompadding-property-access-vbaac10-chm11155.md b/F1/bottompadding-property-access-vbaac10-chm11155.md
index 6f526852f10..e361d3137c9 100644
--- a/F1/bottompadding-property-access-vbaac10-chm11155.md
+++ b/F1/bottompadding-property-access-vbaac10-chm11155.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.BottomPadding Property (Access)](http://msdn.microsoft.com/library/fb22d41c-a310-ed95-34ea-8a4cda1bff8b%28Office.15%29.aspx)
+[NavigationControl.BottomPadding property (Access)](http://msdn.microsoft.com/library/fb22d41c-a310-ed95-34ea-8a4cda1bff8b%28Office.15%29.aspx)
-[TextBox.BottomPadding Property (Access)](http://msdn.microsoft.com/library/75d2b8bb-c5c5-1d00-b175-8db80a7525c5%28Office.15%29.aspx)
+[TextBox.BottomPadding property (Access)](http://msdn.microsoft.com/library/75d2b8bb-c5c5-1d00-b175-8db80a7525c5%28Office.15%29.aspx)
diff --git a/F1/bottompadding-property-access-vbaac10-chm5631.md b/F1/bottompadding-property-access-vbaac10-chm5631.md
index 5a3a0bf250c..79cf2d02b4b 100644
--- a/F1/bottompadding-property-access-vbaac10-chm5631.md
+++ b/F1/bottompadding-property-access-vbaac10-chm5631.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[BoundObjectFrame.BottomPadding Property (Access)](http://msdn.microsoft.com/library/beb8e3a2-5656-7ce3-7e20-1b99705139cf%28Office.15%29.aspx)
+[BoundObjectFrame.BottomPadding property (Access)](http://msdn.microsoft.com/library/beb8e3a2-5656-7ce3-7e20-1b99705139cf%28Office.15%29.aspx)
-[NavigationButton.BottomPadding Property (Access)](http://msdn.microsoft.com/library/63d7a4bb-8e82-2f27-afd0-2162c5b3cb5c%28Office.15%29.aspx)
+[NavigationButton.BottomPadding property (Access)](http://msdn.microsoft.com/library/63d7a4bb-8e82-2f27-afd0-2162c5b3cb5c%28Office.15%29.aspx)
-[Control.BottomPadding Property (Access)](http://msdn.microsoft.com/library/df4e0be6-aec9-3e04-c273-3fa0d5d8c026%28Office.15%29.aspx)
-[EmptyCell.BottomPadding Property (Access)](http://msdn.microsoft.com/library/8f2c023d-8a53-13a1-4809-4808958716e5%28Office.15%29.aspx)
-[Label.BottomPadding Property (Access)](http://msdn.microsoft.com/library/20bdaece-cb1d-3da5-1866-4a8710fd41be%28Office.15%29.aspx)
-[ListBox.BottomPadding Property (Access)](http://msdn.microsoft.com/library/80de2112-a66c-9d53-0d17-54ca2ff90a98%28Office.15%29.aspx)
-[CommandButton.BottomPadding Property (Access)](http://msdn.microsoft.com/library/c7806653-3e00-824e-f1af-7092369af0a7%28Office.15%29.aspx)
-[Attachment.BottomPadding Property (Access)](http://msdn.microsoft.com/library/b84a725d-0a4a-b105-ef2b-7355601181ec%28Office.15%29.aspx)
-[TabControl.BottomPadding Property (Access)](http://msdn.microsoft.com/library/ac824a65-ea93-d321-b972-7b0b640e01a3%28Office.15%29.aspx)
-[NavigationControl.BottomPadding Property (Access)](http://msdn.microsoft.com/library/fb22d41c-a310-ed95-34ea-8a4cda1bff8b%28Office.15%29.aspx)
-[TextBox.BottomPadding Property (Access)](http://msdn.microsoft.com/library/75d2b8bb-c5c5-1d00-b175-8db80a7525c5%28Office.15%29.aspx)
-[CustomControl.BottomPadding Property (Access)](http://msdn.microsoft.com/library/37fe735a-4fc8-c772-1cc9-a0208b2fe2e4%28Office.15%29.aspx)
-[ObjectFrame.BottomPadding Property (Access)](http://msdn.microsoft.com/library/e0e5586d-ae5c-9d22-9876-ad717a9805d1%28Office.15%29.aspx)
-[SubForm.BottomPadding Property (Access)](http://msdn.microsoft.com/library/d20ce09c-ef6b-47cb-c437-b9e87169adf2%28Office.15%29.aspx)
-[WebBrowserControl.BottomPadding Property (Access)](http://msdn.microsoft.com/library/f9ee9f08-0dbd-c6bc-b92d-cb1d2bc287cd%28Office.15%29.aspx)
-[Image.BottomPadding Property (Access)](http://msdn.microsoft.com/library/c5b6a87d-8eac-5840-2bbe-cd491b035cea%28Office.15%29.aspx)
-[ComboBox.BottomPadding Property (Access)](http://msdn.microsoft.com/library/1e65383f-3928-7cbe-e4e3-e244d877043b%28Office.15%29.aspx)
-[OptionButton.BottomPadding Property (Access)](http://msdn.microsoft.com/library/4813c3b0-03c2-9f43-bb1c-e28d7eff542b%28Office.15%29.aspx)
-[ToggleButton.BottomPadding Property (Access)](http://msdn.microsoft.com/library/91248f14-4926-cee7-39e6-f1beff11bcf8%28Office.15%29.aspx)
-[CheckBox.BottomPadding Property (Access)](http://msdn.microsoft.com/library/15c760b6-a64f-4ea7-4923-fa0783681a1d%28Office.15%29.aspx)
+[Control.BottomPadding property (Access)](http://msdn.microsoft.com/library/df4e0be6-aec9-3e04-c273-3fa0d5d8c026%28Office.15%29.aspx)
+[EmptyCell.BottomPadding property (Access)](http://msdn.microsoft.com/library/8f2c023d-8a53-13a1-4809-4808958716e5%28Office.15%29.aspx)
+[Label.BottomPadding property (Access)](http://msdn.microsoft.com/library/20bdaece-cb1d-3da5-1866-4a8710fd41be%28Office.15%29.aspx)
+[ListBox.BottomPadding property (Access)](http://msdn.microsoft.com/library/80de2112-a66c-9d53-0d17-54ca2ff90a98%28Office.15%29.aspx)
+[CommandButton.BottomPadding property (Access)](http://msdn.microsoft.com/library/c7806653-3e00-824e-f1af-7092369af0a7%28Office.15%29.aspx)
+[Attachment.BottomPadding property (Access)](http://msdn.microsoft.com/library/b84a725d-0a4a-b105-ef2b-7355601181ec%28Office.15%29.aspx)
+[TabControl.BottomPadding property (Access)](http://msdn.microsoft.com/library/ac824a65-ea93-d321-b972-7b0b640e01a3%28Office.15%29.aspx)
+[NavigationControl.BottomPadding property (Access)](http://msdn.microsoft.com/library/fb22d41c-a310-ed95-34ea-8a4cda1bff8b%28Office.15%29.aspx)
+[TextBox.BottomPadding property (Access)](http://msdn.microsoft.com/library/75d2b8bb-c5c5-1d00-b175-8db80a7525c5%28Office.15%29.aspx)
+[CustomControl.BottomPadding property (Access)](http://msdn.microsoft.com/library/37fe735a-4fc8-c772-1cc9-a0208b2fe2e4%28Office.15%29.aspx)
+[ObjectFrame.BottomPadding property (Access)](http://msdn.microsoft.com/library/e0e5586d-ae5c-9d22-9876-ad717a9805d1%28Office.15%29.aspx)
+[SubForm.BottomPadding property (Access)](http://msdn.microsoft.com/library/d20ce09c-ef6b-47cb-c437-b9e87169adf2%28Office.15%29.aspx)
+[WebBrowserControl.BottomPadding property (Access)](http://msdn.microsoft.com/library/f9ee9f08-0dbd-c6bc-b92d-cb1d2bc287cd%28Office.15%29.aspx)
+[Image.BottomPadding property (Access)](http://msdn.microsoft.com/library/c5b6a87d-8eac-5840-2bbe-cd491b035cea%28Office.15%29.aspx)
+[ComboBox.BottomPadding property (Access)](http://msdn.microsoft.com/library/1e65383f-3928-7cbe-e4e3-e244d877043b%28Office.15%29.aspx)
+[OptionButton.BottomPadding property (Access)](http://msdn.microsoft.com/library/4813c3b0-03c2-9f43-bb1c-e28d7eff542b%28Office.15%29.aspx)
+[ToggleButton.BottomPadding property (Access)](http://msdn.microsoft.com/library/91248f14-4926-cee7-39e6-f1beff11bcf8%28Office.15%29.aspx)
+[CheckBox.BottomPadding property (Access)](http://msdn.microsoft.com/library/15c760b6-a64f-4ea7-4923-fa0783681a1d%28Office.15%29.aspx)
diff --git a/F1/boundcolumn-property-access-vbaac10-chm4285.md b/F1/boundcolumn-property-access-vbaac10-chm4285.md
index ac318912242..afea616595b 100644
--- a/F1/boundcolumn-property-access-vbaac10-chm4285.md
+++ b/F1/boundcolumn-property-access-vbaac10-chm4285.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.BoundColumn Property (Access)](http://msdn.microsoft.com/library/f6a742a4-40ff-bb83-8946-7e8bb71e5690%28Office.15%29.aspx)
+[ListBox.BoundColumn property (Access)](http://msdn.microsoft.com/library/f6a742a4-40ff-bb83-8946-7e8bb71e5690%28Office.15%29.aspx)
-[ComboBox.BoundColumn Property (Access)](http://msdn.microsoft.com/library/ba2b5807-5f5a-52bb-d5d3-db7525bccba4%28Office.15%29.aspx)
+[ComboBox.BoundColumn property (Access)](http://msdn.microsoft.com/library/ba2b5807-5f5a-52bb-d5d3-db7525bccba4%28Office.15%29.aspx)
diff --git a/F1/cancel-property-access-vbaac10-chm4287.md b/F1/cancel-property-access-vbaac10-chm4287.md
index 7689c0ea701..fefcae30320 100644
--- a/F1/cancel-property-access-vbaac10-chm4287.md
+++ b/F1/cancel-property-access-vbaac10-chm4287.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Cancel Property (Access)](http://msdn.microsoft.com/library/a45d52e0-7566-2d16-8f74-7168a380f6a2%28Office.15%29.aspx)
+[CommandButton.Cancel property (Access)](http://msdn.microsoft.com/library/a45d52e0-7566-2d16-8f74-7168a380f6a2%28Office.15%29.aspx)
-[CustomControl.Cancel Property (Access)](http://msdn.microsoft.com/library/013feb6d-44e9-dbdf-0342-c07ff743f747%28Office.15%29.aspx)
+[CustomControl.Cancel property (Access)](http://msdn.microsoft.com/library/013feb6d-44e9-dbdf-0342-c07ff743f747%28Office.15%29.aspx)
diff --git a/F1/cangrow-property-access-vbaac10-chm4288.md b/F1/cangrow-property-access-vbaac10-chm4288.md
index b6235299dde..f21969a605b 100644
--- a/F1/cangrow-property-access-vbaac10-chm4288.md
+++ b/F1/cangrow-property-access-vbaac10-chm4288.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[SubForm.CanGrow Property (Access)](http://msdn.microsoft.com/library/d80f18b7-9b96-b01a-26a8-186607d3faa4%28Office.15%29.aspx)
+[SubForm.CanGrow property (Access)](http://msdn.microsoft.com/library/d80f18b7-9b96-b01a-26a8-186607d3faa4%28Office.15%29.aspx)
-[Section.CanGrow Property (Access)](http://msdn.microsoft.com/library/ea3feebb-8193-2fc3-758b-533b65d0e5b0%28Office.15%29.aspx)
+[Section.CanGrow property (Access)](http://msdn.microsoft.com/library/ea3feebb-8193-2fc3-758b-533b65d0e5b0%28Office.15%29.aspx)
-[TextBox.CanGrow Property (Access)](http://msdn.microsoft.com/library/5e96e693-9e1a-1f1f-5d5d-672e6232c330%28Office.15%29.aspx)
-[ComboBox.CanGrow Property (Access)](http://msdn.microsoft.com/library/0abc0d9c-35dc-ea5f-dcb1-dbfe37b7a143%28Office.15%29.aspx)
+[TextBox.CanGrow property (Access)](http://msdn.microsoft.com/library/5e96e693-9e1a-1f1f-5d5d-672e6232c330%28Office.15%29.aspx)
+[ComboBox.CanGrow property (Access)](http://msdn.microsoft.com/library/0abc0d9c-35dc-ea5f-dcb1-dbfe37b7a143%28Office.15%29.aspx)
diff --git a/F1/canshrink-property-access-vbaac10-chm5463.md b/F1/canshrink-property-access-vbaac10-chm5463.md
index c84c8bd5d7c..53e7875b026 100644
--- a/F1/canshrink-property-access-vbaac10-chm5463.md
+++ b/F1/canshrink-property-access-vbaac10-chm5463.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.CanShrink Property (Access)](http://msdn.microsoft.com/library/e6d48c05-e2a4-8913-c9a4-0d5dbfb68adc%28Office.15%29.aspx)
+[Section.CanShrink property (Access)](http://msdn.microsoft.com/library/e6d48c05-e2a4-8913-c9a4-0d5dbfb68adc%28Office.15%29.aspx)
-[TextBox.CanShrink Property (Access)](http://msdn.microsoft.com/library/d4ac842c-18ea-a3be-a90a-5dd9d10d7b8f%28Office.15%29.aspx)
+[TextBox.CanShrink property (Access)](http://msdn.microsoft.com/library/d4ac842c-18ea-a3be-a90a-5dd9d10d7b8f%28Office.15%29.aspx)
-[ComboBox.CanShrink Property (Access)](http://msdn.microsoft.com/library/6f74e442-0b65-1d15-b247-6e12b9a08f1e%28Office.15%29.aspx)
-[SubForm.CanShrink Property (Access)](http://msdn.microsoft.com/library/55170bb3-6c5c-ab6a-3643-719b13c876e8%28Office.15%29.aspx)
+[ComboBox.CanShrink property (Access)](http://msdn.microsoft.com/library/6f74e442-0b65-1d15-b247-6e12b9a08f1e%28Office.15%29.aspx)
+[SubForm.CanShrink property (Access)](http://msdn.microsoft.com/library/55170bb3-6c5c-ab6a-3643-719b13c876e8%28Office.15%29.aspx)
diff --git a/F1/caption-property-access-vbaac10-chm10450.md b/F1/caption-property-access-vbaac10-chm10450.md
index fb7374a7001..5294f106c7a 100644
--- a/F1/caption-property-access-vbaac10-chm10450.md
+++ b/F1/caption-property-access-vbaac10-chm10450.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Caption Property (Access)](http://msdn.microsoft.com/library/65770d68-fe1f-4553-b8e8-25649db2e059%28Office.15%29.aspx)
+[NavigationButton.Caption property (Access)](http://msdn.microsoft.com/library/65770d68-fe1f-4553-b8e8-25649db2e059%28Office.15%29.aspx)
-[CommandButton.Caption Property (Access)](http://msdn.microsoft.com/library/9141b138-5bf7-5d45-f945-f9de41e43042%28Office.15%29.aspx)
+[CommandButton.Caption property (Access)](http://msdn.microsoft.com/library/9141b138-5bf7-5d45-f945-f9de41e43042%28Office.15%29.aspx)
diff --git a/F1/caption-property-access-vbaac10-chm4289.md b/F1/caption-property-access-vbaac10-chm4289.md
index bfa66ad4dd2..13034711b6d 100644
--- a/F1/caption-property-access-vbaac10-chm4289.md
+++ b/F1/caption-property-access-vbaac10-chm4289.md
@@ -13,13 +13,13 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Page.Caption Property (Access)](http://msdn.microsoft.com/library/7f1b5038-4543-c373-96e9-135102cdd6e6%28Office.15%29.aspx)
+[Page.Caption property (Access)](http://msdn.microsoft.com/library/7f1b5038-4543-c373-96e9-135102cdd6e6%28Office.15%29.aspx)
-[NavigationButton.Caption Property (Access)](http://msdn.microsoft.com/library/65770d68-fe1f-4553-b8e8-25649db2e059%28Office.15%29.aspx)
+[NavigationButton.Caption property (Access)](http://msdn.microsoft.com/library/65770d68-fe1f-4553-b8e8-25649db2e059%28Office.15%29.aspx)
-[Label.Caption Property (Access)](http://msdn.microsoft.com/library/47f58d63-a93d-a0ef-333c-ab0479bad6c9%28Office.15%29.aspx)
-[Report.Caption Property (Access)](http://msdn.microsoft.com/library/8e662558-755f-0dbe-8803-b0f0ef093172%28Office.15%29.aspx)
-[Form.Caption Property (Access)](http://msdn.microsoft.com/library/44dcd309-7a07-c4b3-2d85-d1bc09f98843%28Office.15%29.aspx)
-[ToggleButton.Caption Property (Access)](http://msdn.microsoft.com/library/7ae95889-3b92-14c1-792e-eac87a2fb910%28Office.15%29.aspx)
-[CommandButton.Caption Property (Access)](http://msdn.microsoft.com/library/9141b138-5bf7-5d45-f945-f9de41e43042%28Office.15%29.aspx)
+[Label.Caption property (Access)](http://msdn.microsoft.com/library/47f58d63-a93d-a0ef-333c-ab0479bad6c9%28Office.15%29.aspx)
+[Report.Caption property (Access)](http://msdn.microsoft.com/library/8e662558-755f-0dbe-8803-b0f0ef093172%28Office.15%29.aspx)
+[Form.Caption property (Access)](http://msdn.microsoft.com/library/44dcd309-7a07-c4b3-2d85-d1bc09f98843%28Office.15%29.aspx)
+[ToggleButton.Caption property (Access)](http://msdn.microsoft.com/library/7ae95889-3b92-14c1-792e-eac87a2fb910%28Office.15%29.aspx)
+[CommandButton.Caption property (Access)](http://msdn.microsoft.com/library/9141b138-5bf7-5d45-f945-f9de41e43042%28Office.15%29.aspx)
diff --git a/F1/change-event-access-vbaac10-chm11545.md b/F1/change-event-access-vbaac10-chm11545.md
index 3313140d399..b184d319e33 100644
--- a/F1/change-event-access-vbaac10-chm11545.md
+++ b/F1/change-event-access-vbaac10-chm11545.md
@@ -13,25 +13,25 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.Change Event (Access)](http://msdn.microsoft.com/library/ed16e578-85f8-12ae-2adc-03df45dadc47%28Office.15%29.aspx)
+[ComboBox.Change event (Access)](http://msdn.microsoft.com/library/ed16e578-85f8-12ae-2adc-03df45dadc47%28Office.15%29.aspx)
-[ComboBox.Undo Event (Access)](http://msdn.microsoft.com/library/d1064051-bbf9-ce00-c43e-19775879185c%28Office.15%29.aspx)
+[ComboBox.Undo event (Access)](http://msdn.microsoft.com/library/d1064051-bbf9-ce00-c43e-19775879185c%28Office.15%29.aspx)
-[ComboBox.KeyDown Event (Access)](http://msdn.microsoft.com/library/948985ea-6a7b-ec42-1f09-1ac900962136%28Office.15%29.aspx)
-[ComboBox.DblClick Event (Access)](http://msdn.microsoft.com/library/76f71a30-6e66-1677-4d09-24c2a420d404%28Office.15%29.aspx)
-[ComboBox.MouseUp Event (Access)](http://msdn.microsoft.com/library/400e2f82-9177-d084-680e-32673164e457%28Office.15%29.aspx)
-[ComboBox.Exit Event (Access)](http://msdn.microsoft.com/library/47f37eb3-c0c1-457f-31ec-3b33b02ba986%28Office.15%29.aspx)
-[ComboBox.MouseDown Event (Access)](http://msdn.microsoft.com/library/3c780064-35e6-362c-4624-3c326f57080c%28Office.15%29.aspx)
-[ComboBox.GotFocus Event (Access)](http://msdn.microsoft.com/library/7ba8de56-6306-d1b3-288f-687c0f6f6566%28Office.15%29.aspx)
-[ComboBox Object (Access)](http://msdn.microsoft.com/library/1cf508d5-023e-eb38-3991-71e82b2a4e7e%28Office.15%29.aspx)
-[ComboBox.Dirty Event (Access)](http://msdn.microsoft.com/library/15273cae-5466-0e5c-1783-796458ceb34d%28Office.15%29.aspx)
-[ComboBox.Enter Event (Access)](http://msdn.microsoft.com/library/b41de5d4-7037-c020-9f6d-8aeba7984dbe%28Office.15%29.aspx)
-[ComboBox.Click Event (Access)](http://msdn.microsoft.com/library/7d5d4a8f-a447-8d55-1517-8ffa71f0a123%28Office.15%29.aspx)
-[ComboBox.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/89b45f0c-5ab1-889e-bd26-a34281b49b9e%28Office.15%29.aspx)
-[ComboBox.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/4c4513e2-8596-fc44-a333-ae6ea9dce937%28Office.15%29.aspx)
-[ComboBox.MouseMove Event (Access)](http://msdn.microsoft.com/library/73c929d1-bd21-3f79-4291-b5d04357ad9f%28Office.15%29.aspx)
-[ComboBox.LostFocus Event (Access)](http://msdn.microsoft.com/library/e25f07da-2399-0258-b3be-bf1fd6a1e171%28Office.15%29.aspx)
-[ComboBox.NotInList Event (Access)](http://msdn.microsoft.com/library/1c8a73e1-ca69-ae31-c86a-c1dc6cb3e860%28Office.15%29.aspx)
-[ComboBox.KeyPress Event (Access)](http://msdn.microsoft.com/library/8417f6e9-7727-c619-0ceb-e68dadd08e3f%28Office.15%29.aspx)
-[ComboBox.KeyUp Event (Access)](http://msdn.microsoft.com/library/ab8e8950-7ed3-7c8d-340d-fd9110a103d1%28Office.15%29.aspx)
+[ComboBox.KeyDown event (Access)](http://msdn.microsoft.com/library/948985ea-6a7b-ec42-1f09-1ac900962136%28Office.15%29.aspx)
+[ComboBox.DblClick event (Access)](http://msdn.microsoft.com/library/76f71a30-6e66-1677-4d09-24c2a420d404%28Office.15%29.aspx)
+[ComboBox.MouseUp event (Access)](http://msdn.microsoft.com/library/400e2f82-9177-d084-680e-32673164e457%28Office.15%29.aspx)
+[ComboBox.Exit event (Access)](http://msdn.microsoft.com/library/47f37eb3-c0c1-457f-31ec-3b33b02ba986%28Office.15%29.aspx)
+[ComboBox.MouseDown event (Access)](http://msdn.microsoft.com/library/3c780064-35e6-362c-4624-3c326f57080c%28Office.15%29.aspx)
+[ComboBox.GotFocus event (Access)](http://msdn.microsoft.com/library/7ba8de56-6306-d1b3-288f-687c0f6f6566%28Office.15%29.aspx)
+[ComboBox object (Access)](http://msdn.microsoft.com/library/1cf508d5-023e-eb38-3991-71e82b2a4e7e%28Office.15%29.aspx)
+[ComboBox.Dirty event (Access)](http://msdn.microsoft.com/library/15273cae-5466-0e5c-1783-796458ceb34d%28Office.15%29.aspx)
+[ComboBox.Enter event (Access)](http://msdn.microsoft.com/library/b41de5d4-7037-c020-9f6d-8aeba7984dbe%28Office.15%29.aspx)
+[ComboBox.Click event (Access)](http://msdn.microsoft.com/library/7d5d4a8f-a447-8d55-1517-8ffa71f0a123%28Office.15%29.aspx)
+[ComboBox.AfterUpdate event (Access)](http://msdn.microsoft.com/library/89b45f0c-5ab1-889e-bd26-a34281b49b9e%28Office.15%29.aspx)
+[ComboBox.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/4c4513e2-8596-fc44-a333-ae6ea9dce937%28Office.15%29.aspx)
+[ComboBox.MouseMove event (Access)](http://msdn.microsoft.com/library/73c929d1-bd21-3f79-4291-b5d04357ad9f%28Office.15%29.aspx)
+[ComboBox.LostFocus event (Access)](http://msdn.microsoft.com/library/e25f07da-2399-0258-b3be-bf1fd6a1e171%28Office.15%29.aspx)
+[ComboBox.NotInList event (Access)](http://msdn.microsoft.com/library/1c8a73e1-ca69-ae31-c86a-c1dc6cb3e860%28Office.15%29.aspx)
+[ComboBox.KeyPress event (Access)](http://msdn.microsoft.com/library/8417f6e9-7727-c619-0ceb-e68dadd08e3f%28Office.15%29.aspx)
+[ComboBox.KeyUp event (Access)](http://msdn.microsoft.com/library/ab8e8950-7ed3-7c8d-340d-fd9110a103d1%28Office.15%29.aspx)
diff --git a/F1/change-event-access-vbaac10-chm14196.md b/F1/change-event-access-vbaac10-chm14196.md
index 5800fe9e24c..e5fb5cdc8f6 100644
--- a/F1/change-event-access-vbaac10-chm14196.md
+++ b/F1/change-event-access-vbaac10-chm14196.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Change Event (Access)](http://msdn.microsoft.com/library/43a0c20c-24dc-3be7-42fd-c000cd2dffb3%28Office.15%29.aspx)
+[NavigationControl.Change event (Access)](http://msdn.microsoft.com/library/43a0c20c-24dc-3be7-42fd-c000cd2dffb3%28Office.15%29.aspx)
-[TextBox.Change Event (Access)](http://msdn.microsoft.com/library/adde0a6d-d37a-a457-0dea-f2358adbb665%28Office.15%29.aspx)
+[TextBox.Change event (Access)](http://msdn.microsoft.com/library/adde0a6d-d37a-a457-0dea-f2358adbb665%28Office.15%29.aspx)
diff --git a/F1/checkbox-object-access-vbaac10-chm10798.md b/F1/checkbox-object-access-vbaac10-chm10798.md
index ff4dbbf899b..f705c9ab5eb 100644
--- a/F1/checkbox-object-access-vbaac10-chm10798.md
+++ b/F1/checkbox-object-access-vbaac10-chm10798.md
@@ -13,21 +13,21 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CheckBox Object (Access)](http://msdn.microsoft.com/library/63e75704-af4d-7b38-7b8b-04f7f17fa1ec%28Office.15%29.aspx)
+[CheckBox object (Access)](http://msdn.microsoft.com/library/63e75704-af4d-7b38-7b8b-04f7f17fa1ec%28Office.15%29.aspx)
-[CheckBox.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/cc0951d0-8772-8d76-5eb6-0507026587eb%28Office.15%29.aspx)
+[CheckBox.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/cc0951d0-8772-8d76-5eb6-0507026587eb%28Office.15%29.aspx)
-[CheckBox.Click Event (Access)](http://msdn.microsoft.com/library/15c55276-ef6e-bcb4-09fd-2a457df79387%28Office.15%29.aspx)
-[CheckBox.MouseDown Event (Access)](http://msdn.microsoft.com/library/6281cd33-662e-e73f-5365-5784aca5c5df%28Office.15%29.aspx)
-[CheckBox.Enter Event (Access)](http://msdn.microsoft.com/library/512122ce-f438-46d6-4990-6fff469bc68e%28Office.15%29.aspx)
-[CheckBox.GotFocus Event (Access)](http://msdn.microsoft.com/library/3437bdf0-cc5e-d09d-3607-9fd283613243%28Office.15%29.aspx)
-[CheckBox.DblClick Event (Access)](http://msdn.microsoft.com/library/dea6c8ff-47d5-de41-8099-a36b4c53c665%28Office.15%29.aspx)
-[CheckBox.MouseMove Event (Access)](http://msdn.microsoft.com/library/f45a89b3-eab8-0757-1ac8-b2aebaa47a1f%28Office.15%29.aspx)
-[CheckBox.KeyDown Event (Access)](http://msdn.microsoft.com/library/185941fa-3ae0-47ba-b3c5-b4acd82417f8%28Office.15%29.aspx)
-[CheckBox.MouseUp Event (Access)](http://msdn.microsoft.com/library/704acc3b-6ff6-fb0e-9adf-bd34185443e4%28Office.15%29.aspx)
-[CheckBox.LostFocus Event (Access)](http://msdn.microsoft.com/library/b93f5eb0-4afc-28af-cd03-cbbd23500f39%28Office.15%29.aspx)
-[CheckBox.Exit Event (Access)](http://msdn.microsoft.com/library/5a805d97-8d63-1635-f41a-e18aa9437d59%28Office.15%29.aspx)
-[CheckBox.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/dfcb46c7-fe13-02a5-4d1e-e3e897b738ae%28Office.15%29.aspx)
-[CheckBox.KeyPress Event (Access)](http://msdn.microsoft.com/library/946df95c-da92-1977-6bb5-ecabbb5f8ee2%28Office.15%29.aspx)
-[CheckBox.KeyUp Event (Access)](http://msdn.microsoft.com/library/4e86b4c2-e287-db2c-4e74-f73efd7a064c%28Office.15%29.aspx)
+[CheckBox.Click event (Access)](http://msdn.microsoft.com/library/15c55276-ef6e-bcb4-09fd-2a457df79387%28Office.15%29.aspx)
+[CheckBox.MouseDown event (Access)](http://msdn.microsoft.com/library/6281cd33-662e-e73f-5365-5784aca5c5df%28Office.15%29.aspx)
+[CheckBox.Enter event (Access)](http://msdn.microsoft.com/library/512122ce-f438-46d6-4990-6fff469bc68e%28Office.15%29.aspx)
+[CheckBox.GotFocus event (Access)](http://msdn.microsoft.com/library/3437bdf0-cc5e-d09d-3607-9fd283613243%28Office.15%29.aspx)
+[CheckBox.DblClick event (Access)](http://msdn.microsoft.com/library/dea6c8ff-47d5-de41-8099-a36b4c53c665%28Office.15%29.aspx)
+[CheckBox.MouseMove event (Access)](http://msdn.microsoft.com/library/f45a89b3-eab8-0757-1ac8-b2aebaa47a1f%28Office.15%29.aspx)
+[CheckBox.KeyDown event (Access)](http://msdn.microsoft.com/library/185941fa-3ae0-47ba-b3c5-b4acd82417f8%28Office.15%29.aspx)
+[CheckBox.MouseUp event (Access)](http://msdn.microsoft.com/library/704acc3b-6ff6-fb0e-9adf-bd34185443e4%28Office.15%29.aspx)
+[CheckBox.LostFocus event (Access)](http://msdn.microsoft.com/library/b93f5eb0-4afc-28af-cd03-cbbd23500f39%28Office.15%29.aspx)
+[CheckBox.Exit event (Access)](http://msdn.microsoft.com/library/5a805d97-8d63-1635-f41a-e18aa9437d59%28Office.15%29.aspx)
+[CheckBox.AfterUpdate event (Access)](http://msdn.microsoft.com/library/dfcb46c7-fe13-02a5-4d1e-e3e897b738ae%28Office.15%29.aspx)
+[CheckBox.KeyPress event (Access)](http://msdn.microsoft.com/library/946df95c-da92-1977-6bb5-ecabbb5f8ee2%28Office.15%29.aspx)
+[CheckBox.KeyUp event (Access)](http://msdn.microsoft.com/library/4e86b4c2-e287-db2c-4e74-f73efd7a064c%28Office.15%29.aspx)
diff --git a/F1/class-property-access-vbaac10-chm4291.md b/F1/class-property-access-vbaac10-chm4291.md
index 9f60e5693f0..bb3846201fd 100644
--- a/F1/class-property-access-vbaac10-chm4291.md
+++ b/F1/class-property-access-vbaac10-chm4291.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.Class Property (Access)](http://msdn.microsoft.com/library/38ee5131-ffcb-3db6-0f2d-1e7f59c9a5b4%28Office.15%29.aspx)
+[ObjectFrame.Class property (Access)](http://msdn.microsoft.com/library/38ee5131-ffcb-3db6-0f2d-1e7f59c9a5b4%28Office.15%29.aspx)
-[CustomControl.Class Property (Access)](http://msdn.microsoft.com/library/c745856b-c447-af0a-ed9e-9945d3917d10%28Office.15%29.aspx)
+[CustomControl.Class property (Access)](http://msdn.microsoft.com/library/c745856b-c447-af0a-ed9e-9945d3917d10%28Office.15%29.aspx)
-[BoundObjectFrame.Class Property (Access)](http://msdn.microsoft.com/library/0938d124-efd2-63c1-4282-a06fb412185a%28Office.15%29.aspx)
+[BoundObjectFrame.Class property (Access)](http://msdn.microsoft.com/library/0938d124-efd2-63c1-4282-a06fb412185a%28Office.15%29.aspx)
diff --git a/F1/click-event-access-vbaac10-chm11810.md b/F1/click-event-access-vbaac10-chm11810.md
index 3b31d4f2745..641f99a1da8 100644
--- a/F1/click-event-access-vbaac10-chm11810.md
+++ b/F1/click-event-access-vbaac10-chm11810.md
@@ -13,21 +13,21 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.Click Event (Access)](http://msdn.microsoft.com/library/ba9f17a4-70ec-f4b8-fb21-01350ebf572d%28Office.15%29.aspx)
+[ToggleButton.Click event (Access)](http://msdn.microsoft.com/library/ba9f17a4-70ec-f4b8-fb21-01350ebf572d%28Office.15%29.aspx)
-[ToggleButton.KeyDown Event (Access)](http://msdn.microsoft.com/library/70eb32a9-aea6-5d14-7dc1-1f4d4f0a8573%28Office.15%29.aspx)
+[ToggleButton.KeyDown event (Access)](http://msdn.microsoft.com/library/70eb32a9-aea6-5d14-7dc1-1f4d4f0a8573%28Office.15%29.aspx)
-[ToggleButton.GotFocus Event (Access)](http://msdn.microsoft.com/library/06f9bf2b-0a69-2d90-f238-2594a7baca8b%28Office.15%29.aspx)
-[ToggleButton.LostFocus Event (Access)](http://msdn.microsoft.com/library/3dd094a9-403b-3591-9853-349b3ed761dc%28Office.15%29.aspx)
-[ToggleButton.Exit Event (Access)](http://msdn.microsoft.com/library/bdff5a6a-fd28-f33e-7926-360d438b1e71%28Office.15%29.aspx)
-[ToggleButton.MouseDown Event (Access)](http://msdn.microsoft.com/library/4bcb1d42-9ef4-ff05-cf31-36459b75a668%28Office.15%29.aspx)
-[ToggleButton.MouseUp Event (Access)](http://msdn.microsoft.com/library/a7db8f67-202d-21a4-f74a-3826e80bb22c%28Office.15%29.aspx)
-[ToggleButton.MouseMove Event (Access)](http://msdn.microsoft.com/library/ae3b48a2-962a-2990-5922-41abc9ab7f59%28Office.15%29.aspx)
-[ToggleButton.KeyPress Event (Access)](http://msdn.microsoft.com/library/2f4d96de-5d2e-5a52-9df2-94262ad7def2%28Office.15%29.aspx)
-[ToggleButton.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/4c910eb2-6ae9-ffef-2fd9-a95222975e49%28Office.15%29.aspx)
-[ToggleButton.DblClick Event (Access)](http://msdn.microsoft.com/library/d73ef157-6399-8a0c-6ec3-c329567f3d5a%28Office.15%29.aspx)
-[ToggleButton.KeyUp Event (Access)](http://msdn.microsoft.com/library/94359da1-d763-43f4-8d47-c6b6f3816a04%28Office.15%29.aspx)
-[ToggleButton.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/8e0e74e5-018f-5e0b-2c5d-d7e3db0e47f4%28Office.15%29.aspx)
-[ToggleButton Object (Access)](http://msdn.microsoft.com/library/1c20d809-d7db-e096-4328-ebb4d79e770e%28Office.15%29.aspx)
-[ToggleButton.Enter Event (Access)](http://msdn.microsoft.com/library/b4d4f4ca-2b1f-8a9d-a6b6-eec730275af9%28Office.15%29.aspx)
+[ToggleButton.GotFocus event (Access)](http://msdn.microsoft.com/library/06f9bf2b-0a69-2d90-f238-2594a7baca8b%28Office.15%29.aspx)
+[ToggleButton.LostFocus event (Access)](http://msdn.microsoft.com/library/3dd094a9-403b-3591-9853-349b3ed761dc%28Office.15%29.aspx)
+[ToggleButton.Exit event (Access)](http://msdn.microsoft.com/library/bdff5a6a-fd28-f33e-7926-360d438b1e71%28Office.15%29.aspx)
+[ToggleButton.MouseDown event (Access)](http://msdn.microsoft.com/library/4bcb1d42-9ef4-ff05-cf31-36459b75a668%28Office.15%29.aspx)
+[ToggleButton.MouseUp event (Access)](http://msdn.microsoft.com/library/a7db8f67-202d-21a4-f74a-3826e80bb22c%28Office.15%29.aspx)
+[ToggleButton.MouseMove event (Access)](http://msdn.microsoft.com/library/ae3b48a2-962a-2990-5922-41abc9ab7f59%28Office.15%29.aspx)
+[ToggleButton.KeyPress event (Access)](http://msdn.microsoft.com/library/2f4d96de-5d2e-5a52-9df2-94262ad7def2%28Office.15%29.aspx)
+[ToggleButton.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/4c910eb2-6ae9-ffef-2fd9-a95222975e49%28Office.15%29.aspx)
+[ToggleButton.DblClick event (Access)](http://msdn.microsoft.com/library/d73ef157-6399-8a0c-6ec3-c329567f3d5a%28Office.15%29.aspx)
+[ToggleButton.KeyUp event (Access)](http://msdn.microsoft.com/library/94359da1-d763-43f4-8d47-c6b6f3816a04%28Office.15%29.aspx)
+[ToggleButton.AfterUpdate event (Access)](http://msdn.microsoft.com/library/8e0e74e5-018f-5e0b-2c5d-d7e3db0e47f4%28Office.15%29.aspx)
+[ToggleButton object (Access)](http://msdn.microsoft.com/library/1c20d809-d7db-e096-4328-ebb4d79e770e%28Office.15%29.aspx)
+[ToggleButton.Enter event (Access)](http://msdn.microsoft.com/library/b4d4f4ca-2b1f-8a9d-a6b6-eec730275af9%28Office.15%29.aspx)
diff --git a/F1/click-event-access-vbaac10-chm14077.md b/F1/click-event-access-vbaac10-chm14077.md
index a9468050dba..e461efff0a8 100644
--- a/F1/click-event-access-vbaac10-chm14077.md
+++ b/F1/click-event-access-vbaac10-chm14077.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Click Event (Access)](http://msdn.microsoft.com/library/b84b7acd-c428-8cdb-7fc3-b1963e7102a3%28Office.15%29.aspx)
+[CommandButton.Click event (Access)](http://msdn.microsoft.com/library/b84b7acd-c428-8cdb-7fc3-b1963e7102a3%28Office.15%29.aspx)
-[NavigationButton.Click Event (Access)](http://msdn.microsoft.com/library/b3a11a9a-41ae-625b-1fa2-c771039957b1%28Office.15%29.aspx)
+[NavigationButton.Click event (Access)](http://msdn.microsoft.com/library/b3a11a9a-41ae-625b-1fa2-c771039957b1%28Office.15%29.aspx)
diff --git a/F1/click-event-access-vbaac10-chm14201.md b/F1/click-event-access-vbaac10-chm14201.md
index 11f8a3c1037..7b1cc4c0ff7 100644
--- a/F1/click-event-access-vbaac10-chm14201.md
+++ b/F1/click-event-access-vbaac10-chm14201.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Click Event (Access)](http://msdn.microsoft.com/library/c49b26bd-dbab-666a-ecc0-2b3137bb10a0%28Office.15%29.aspx)
+[NavigationControl.Click event (Access)](http://msdn.microsoft.com/library/c49b26bd-dbab-666a-ecc0-2b3137bb10a0%28Office.15%29.aspx)
-[TextBox.Click Event (Access)](http://msdn.microsoft.com/library/d102a526-2051-3a36-0f7a-fc234f126c47%28Office.15%29.aspx)
+[TextBox.Click event (Access)](http://msdn.microsoft.com/library/d102a526-2051-3a36-0f7a-fc234f126c47%28Office.15%29.aspx)
diff --git a/F1/closebutton-property-access-vbaac10-chm4292.md b/F1/closebutton-property-access-vbaac10-chm4292.md
index fdfc03c45d1..5ca4066c63b 100644
--- a/F1/closebutton-property-access-vbaac10-chm4292.md
+++ b/F1/closebutton-property-access-vbaac10-chm4292.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.CloseButton Property (Access)](http://msdn.microsoft.com/library/c87e3752-0a77-3e5e-9c82-20effaf0af1e%28Office.15%29.aspx)
+[Form.CloseButton property (Access)](http://msdn.microsoft.com/library/c87e3752-0a77-3e5e-9c82-20effaf0af1e%28Office.15%29.aspx)
-[Report.CloseButton Property (Access)](http://msdn.microsoft.com/library/dad15f66-4787-a4eb-dbbe-d698faaa0917%28Office.15%29.aspx)
+[Report.CloseButton property (Access)](http://msdn.microsoft.com/library/dad15f66-4787-a4eb-dbbe-d698faaa0917%28Office.15%29.aspx)
diff --git a/F1/closeconnection-method-access-vbaac10-chm12716.md b/F1/closeconnection-method-access-vbaac10-chm12716.md
index aa23505a3ae..d07d11444d6 100644
--- a/F1/closeconnection-method-access-vbaac10-chm12716.md
+++ b/F1/closeconnection-method-access-vbaac10-chm12716.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.CloseConnection Method (Access)](http://msdn.microsoft.com/library/f2feac44-e509-48d7-e815-e0cf2935d7b9%28Office.15%29.aspx)
+[CurrentProject.CloseConnection method (Access)](http://msdn.microsoft.com/library/f2feac44-e509-48d7-e815-e0cf2935d7b9%28Office.15%29.aspx)
-[CodeProject.CloseConnection Method (Access)](http://msdn.microsoft.com/library/850a09c8-45a8-26e4-79f5-e688599a990a%28Office.15%29.aspx)
+[CodeProject.CloseConnection method (Access)](http://msdn.microsoft.com/library/850a09c8-45a8-26e4-79f5-e688599a990a%28Office.15%29.aspx)
diff --git a/F1/columncount-property-access-vbaac10-chm4296.md b/F1/columncount-property-access-vbaac10-chm4296.md
index da2c9a23904..22230765bf7 100644
--- a/F1/columncount-property-access-vbaac10-chm4296.md
+++ b/F1/columncount-property-access-vbaac10-chm4296.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.ColumnCount Property (Access)](http://msdn.microsoft.com/library/be9b3121-e9ea-eb78-5165-0a9d5f209b32%28Office.15%29.aspx)
+[ObjectFrame.ColumnCount property (Access)](http://msdn.microsoft.com/library/be9b3121-e9ea-eb78-5165-0a9d5f209b32%28Office.15%29.aspx)
-[ListBox.ColumnCount Property (Access)](http://msdn.microsoft.com/library/a1712119-2afe-f389-ff68-ed6aa1f7dde4%28Office.15%29.aspx)
+[ListBox.ColumnCount property (Access)](http://msdn.microsoft.com/library/a1712119-2afe-f389-ff68-ed6aa1f7dde4%28Office.15%29.aspx)
-[ComboBox.ColumnCount Property (Access)](http://msdn.microsoft.com/library/76db2415-ee22-89c6-6753-f20d636d41f8%28Office.15%29.aspx)
+[ComboBox.ColumnCount property (Access)](http://msdn.microsoft.com/library/76db2415-ee22-89c6-6753-f20d636d41f8%28Office.15%29.aspx)
diff --git a/F1/columnheads-property-access-vbaac10-chm4298.md b/F1/columnheads-property-access-vbaac10-chm4298.md
index 0edf890cec8..d085de453c8 100644
--- a/F1/columnheads-property-access-vbaac10-chm4298.md
+++ b/F1/columnheads-property-access-vbaac10-chm4298.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.ColumnHeads Property (Access)](http://msdn.microsoft.com/library/b2066599-043f-bcad-5f7e-31f66cb33810%28Office.15%29.aspx)
+[ComboBox.ColumnHeads property (Access)](http://msdn.microsoft.com/library/b2066599-043f-bcad-5f7e-31f66cb33810%28Office.15%29.aspx)
-[ObjectFrame.ColumnHeads Property (Access)](http://msdn.microsoft.com/library/f318f924-2629-8a7a-90b0-3ab386e50a22%28Office.15%29.aspx)
+[ObjectFrame.ColumnHeads property (Access)](http://msdn.microsoft.com/library/f318f924-2629-8a7a-90b0-3ab386e50a22%28Office.15%29.aspx)
-[ListBox.ColumnHeads Property (Access)](http://msdn.microsoft.com/library/cd779d07-d35b-03b2-df3a-7934615675d0%28Office.15%29.aspx)
+[ListBox.ColumnHeads property (Access)](http://msdn.microsoft.com/library/cd779d07-d35b-03b2-df3a-7934615675d0%28Office.15%29.aspx)
diff --git a/F1/commandbeforeexecute-property-access-vbaac10-chm5106.md b/F1/commandbeforeexecute-property-access-vbaac10-chm5106.md
index 070d8670e24..45094562f6e 100644
--- a/F1/commandbeforeexecute-property-access-vbaac10-chm5106.md
+++ b/F1/commandbeforeexecute-property-access-vbaac10-chm5106.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.CommandBeforeExecute Property (Access)](http://msdn.microsoft.com/library/574568fa-e488-6d4d-a42f-07eb7c7f9536%28Office.15%29.aspx)
+[Form.CommandBeforeExecute property (Access)](http://msdn.microsoft.com/library/574568fa-e488-6d4d-a42f-07eb7c7f9536%28Office.15%29.aspx)
diff --git a/F1/commandchecked-property-access-vbaac10-chm5107.md b/F1/commandchecked-property-access-vbaac10-chm5107.md
index a3249035f18..47337c58376 100644
--- a/F1/commandchecked-property-access-vbaac10-chm5107.md
+++ b/F1/commandchecked-property-access-vbaac10-chm5107.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.CommandChecked Property (Access)](http://msdn.microsoft.com/library/4f3bb0fa-6f3f-4836-a0d0-06d480e1d194%28Office.15%29.aspx)
+[Form.CommandChecked property (Access)](http://msdn.microsoft.com/library/4f3bb0fa-6f3f-4836-a0d0-06d480e1d194%28Office.15%29.aspx)
diff --git a/F1/commandenabled-property-access-vbaac10-chm13544.md b/F1/commandenabled-property-access-vbaac10-chm13544.md
index edc35702702..cb08cdab32d 100644
--- a/F1/commandenabled-property-access-vbaac10-chm13544.md
+++ b/F1/commandenabled-property-access-vbaac10-chm13544.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.CommandEnabled Property (Access)](http://msdn.microsoft.com/library/07e6989d-9739-e023-32e4-95147eb4bba3%28Office.15%29.aspx)
+[Form.CommandEnabled property (Access)](http://msdn.microsoft.com/library/07e6989d-9739-e023-32e4-95147eb4bba3%28Office.15%29.aspx)
diff --git a/F1/commandexecute-property-access-vbaac10-chm5109.md b/F1/commandexecute-property-access-vbaac10-chm5109.md
index 23ed9982837..2715c6e4646 100644
--- a/F1/commandexecute-property-access-vbaac10-chm5109.md
+++ b/F1/commandexecute-property-access-vbaac10-chm5109.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.CommandExecute Property (Access)](http://msdn.microsoft.com/library/b105b107-8123-5cfe-b87d-cb53518e3dba%28Office.15%29.aspx)
+[Form.CommandExecute property (Access)](http://msdn.microsoft.com/library/b105b107-8123-5cfe-b87d-cb53518e3dba%28Office.15%29.aspx)
diff --git a/F1/connection-property-access-vbaac10-chm12720.md b/F1/connection-property-access-vbaac10-chm12720.md
index 10a2b1e9d20..ee50f0001d8 100644
--- a/F1/connection-property-access-vbaac10-chm12720.md
+++ b/F1/connection-property-access-vbaac10-chm12720.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.Connection Property (Access)](http://msdn.microsoft.com/library/3fb6bb6f-83c9-f682-79fc-6cdace654d26%28Office.15%29.aspx)
+[CodeProject.Connection property (Access)](http://msdn.microsoft.com/library/3fb6bb6f-83c9-f682-79fc-6cdace654d26%28Office.15%29.aspx)
-[CurrentProject.Connection Property (Access)](http://msdn.microsoft.com/library/ab956942-deff-793f-e5e6-7412554f9950%28Office.15%29.aspx)
+[CurrentProject.Connection property (Access)](http://msdn.microsoft.com/library/ab956942-deff-793f-e5e6-7412554f9950%28Office.15%29.aspx)
diff --git a/F1/controlbox-property-access-vbaac10-chm4304.md b/F1/controlbox-property-access-vbaac10-chm4304.md
index a8f8fd388ad..7af636e27be 100644
--- a/F1/controlbox-property-access-vbaac10-chm4304.md
+++ b/F1/controlbox-property-access-vbaac10-chm4304.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.ControlBox Property (Access)](http://msdn.microsoft.com/library/440dd25d-4792-2a92-beac-21dbcf478b62%28Office.15%29.aspx)
+[Report.ControlBox property (Access)](http://msdn.microsoft.com/library/440dd25d-4792-2a92-beac-21dbcf478b62%28Office.15%29.aspx)
-[Form.ControlBox Property (Access)](http://msdn.microsoft.com/library/c4d9976c-631d-ae99-0c5d-e7008bbdadf9%28Office.15%29.aspx)
+[Form.ControlBox property (Access)](http://msdn.microsoft.com/library/c4d9976c-631d-ae99-0c5d-e7008bbdadf9%28Office.15%29.aspx)
diff --git a/F1/controls-property-access-vbaac10-chm10445.md b/F1/controls-property-access-vbaac10-chm10445.md
index b3eb04aa519..01d72e6f0bc 100644
--- a/F1/controls-property-access-vbaac10-chm10445.md
+++ b/F1/controls-property-access-vbaac10-chm10445.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Controls Property (Access)](http://msdn.microsoft.com/library/21ea22a5-72a5-3b98-468c-6f2baa1110cf%28Office.15%29.aspx)
+[NavigationButton.Controls property (Access)](http://msdn.microsoft.com/library/21ea22a5-72a5-3b98-468c-6f2baa1110cf%28Office.15%29.aspx)
-[CommandButton.Controls Property (Access)](http://msdn.microsoft.com/library/017d583d-671e-7d9b-bdae-d67a7d94b4a8%28Office.15%29.aspx)
+[CommandButton.Controls property (Access)](http://msdn.microsoft.com/library/017d583d-671e-7d9b-bdae-d67a7d94b4a8%28Office.15%29.aspx)
diff --git a/F1/controls-property-access-vbaac10-chm11036.md b/F1/controls-property-access-vbaac10-chm11036.md
index 7840bfcb01b..ddd201d7c81 100644
--- a/F1/controls-property-access-vbaac10-chm11036.md
+++ b/F1/controls-property-access-vbaac10-chm11036.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Controls Property (Access)](http://msdn.microsoft.com/library/00d5dede-0583-9f0e-191a-28f91a0327b3%28Office.15%29.aspx)
+[TextBox.Controls property (Access)](http://msdn.microsoft.com/library/00d5dede-0583-9f0e-191a-28f91a0327b3%28Office.15%29.aspx)
-[NavigationControl.Controls Property (Access)](http://msdn.microsoft.com/library/68c6abcf-7bb7-4795-8c6c-685ed1c25dc9%28Office.15%29.aspx)
+[NavigationControl.Controls property (Access)](http://msdn.microsoft.com/library/68c6abcf-7bb7-4795-8c6c-685ed1c25dc9%28Office.15%29.aspx)
diff --git a/F1/controlsource-property-access-vbaac10-chm4305.md b/F1/controlsource-property-access-vbaac10-chm4305.md
index b31490f7c9e..6d66f672bbb 100644
--- a/F1/controlsource-property-access-vbaac10-chm4305.md
+++ b/F1/controlsource-property-access-vbaac10-chm4305.md
@@ -13,18 +13,18 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.ControlSource Property (Access)](http://msdn.microsoft.com/library/3122f8ec-d7d6-18b2-5a68-2c175d2b0d85%28Office.15%29.aspx)
+[ListBox.ControlSource property (Access)](http://msdn.microsoft.com/library/3122f8ec-d7d6-18b2-5a68-2c175d2b0d85%28Office.15%29.aspx)
-[CustomControl.ControlSource Property (Access)](http://msdn.microsoft.com/library/1f773a09-7bcc-45ec-9380-3ab5ee13f024%28Office.15%29.aspx)
+[CustomControl.ControlSource property (Access)](http://msdn.microsoft.com/library/1f773a09-7bcc-45ec-9380-3ab5ee13f024%28Office.15%29.aspx)
-[ToggleButton.ControlSource Property (Access)](http://msdn.microsoft.com/library/077297e8-6911-8cef-0aa5-4c5cbebcf4a3%28Office.15%29.aspx)
-[OptionGroup.ControlSource Property (Access)](http://msdn.microsoft.com/library/9f4a87a0-f31a-8b6f-c39a-51f49c96221e%28Office.15%29.aspx)
-[GroupLevel.ControlSource Property (Access)](http://msdn.microsoft.com/library/b6f87977-abcc-2bb8-c6ea-720dd20789ec%28Office.15%29.aspx)
-[Attachment.ControlSource Property (Access)](http://msdn.microsoft.com/library/6c1f2351-5671-51dd-0ff7-964719d91b9c%28Office.15%29.aspx)
-[TextBox.ControlSource Property (Access)](http://msdn.microsoft.com/library/be912167-402a-1bc4-6feb-c3551eb058a8%28Office.15%29.aspx)
-[ComboBox.ControlSource Property (Access)](http://msdn.microsoft.com/library/d67db09e-d8c5-4605-2789-c75ac652ee0b%28Office.15%29.aspx)
-[CheckBox.ControlSource Property (Access)](http://msdn.microsoft.com/library/167d8da3-0489-ca23-2821-e455b8ac2d53%28Office.15%29.aspx)
-[BoundObjectFrame.ControlSource Property (Access)](http://msdn.microsoft.com/library/f4200d00-fcb8-f15b-68e5-f1e58bfe41e8%28Office.15%29.aspx)
-[OptionButton.ControlSource Property (Access)](http://msdn.microsoft.com/library/a2d61057-fe0b-4c00-88f9-f375074d7b3c%28Office.15%29.aspx)
-[WebBrowserControl.ControlSource Property (Access)](http://msdn.microsoft.com/library/f15e6d9c-fa41-8ca9-5252-fbb86139b2dc%28Office.15%29.aspx)
+[ToggleButton.ControlSource property (Access)](http://msdn.microsoft.com/library/077297e8-6911-8cef-0aa5-4c5cbebcf4a3%28Office.15%29.aspx)
+[OptionGroup.ControlSource property (Access)](http://msdn.microsoft.com/library/9f4a87a0-f31a-8b6f-c39a-51f49c96221e%28Office.15%29.aspx)
+[GroupLevel.ControlSource property (Access)](http://msdn.microsoft.com/library/b6f87977-abcc-2bb8-c6ea-720dd20789ec%28Office.15%29.aspx)
+[Attachment.ControlSource property (Access)](http://msdn.microsoft.com/library/6c1f2351-5671-51dd-0ff7-964719d91b9c%28Office.15%29.aspx)
+[TextBox.ControlSource property (Access)](http://msdn.microsoft.com/library/be912167-402a-1bc4-6feb-c3551eb058a8%28Office.15%29.aspx)
+[ComboBox.ControlSource property (Access)](http://msdn.microsoft.com/library/d67db09e-d8c5-4605-2789-c75ac652ee0b%28Office.15%29.aspx)
+[CheckBox.ControlSource property (Access)](http://msdn.microsoft.com/library/167d8da3-0489-ca23-2821-e455b8ac2d53%28Office.15%29.aspx)
+[BoundObjectFrame.ControlSource property (Access)](http://msdn.microsoft.com/library/f4200d00-fcb8-f15b-68e5-f1e58bfe41e8%28Office.15%29.aspx)
+[OptionButton.ControlSource property (Access)](http://msdn.microsoft.com/library/a2d61057-fe0b-4c00-88f9-f375074d7b3c%28Office.15%29.aspx)
+[WebBrowserControl.ControlSource property (Access)](http://msdn.microsoft.com/library/f15e6d9c-fa41-8ca9-5252-fbb86139b2dc%28Office.15%29.aspx)
diff --git a/F1/controltiptext-property-access-vbaac10-chm10480.md b/F1/controltiptext-property-access-vbaac10-chm10480.md
index 7e592b71b98..268d8b62467 100644
--- a/F1/controltiptext-property-access-vbaac10-chm10480.md
+++ b/F1/controltiptext-property-access-vbaac10-chm10480.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.ControlTipText Property (Access)](http://msdn.microsoft.com/library/25ffbfdf-58e6-0bc0-a2b8-c4e94f85b864%28Office.15%29.aspx)
+[NavigationButton.ControlTipText property (Access)](http://msdn.microsoft.com/library/25ffbfdf-58e6-0bc0-a2b8-c4e94f85b864%28Office.15%29.aspx)
-[CommandButton.ControlTipText Property (Access)](http://msdn.microsoft.com/library/394aecbe-0053-d114-1804-c4ee6a9749d0%28Office.15%29.aspx)
+[CommandButton.ControlTipText property (Access)](http://msdn.microsoft.com/library/394aecbe-0053-d114-1804-c4ee6a9749d0%28Office.15%29.aspx)
diff --git a/F1/controltiptext-property-access-vbaac10-chm11093.md b/F1/controltiptext-property-access-vbaac10-chm11093.md
index 6ea2b39ae85..86de9586316 100644
--- a/F1/controltiptext-property-access-vbaac10-chm11093.md
+++ b/F1/controltiptext-property-access-vbaac10-chm11093.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.ControlTipText Property (Access)](http://msdn.microsoft.com/library/a63f3624-8f31-97f6-c2cb-8c34c82c825b%28Office.15%29.aspx)
+[TextBox.ControlTipText property (Access)](http://msdn.microsoft.com/library/a63f3624-8f31-97f6-c2cb-8c34c82c825b%28Office.15%29.aspx)
-[NavigationControl.ControlTipText Property (Access)](http://msdn.microsoft.com/library/3952c7f5-e5d1-7a7d-3187-d4c327a33fe0%28Office.15%29.aspx)
+[NavigationControl.ControlTipText property (Access)](http://msdn.microsoft.com/library/3952c7f5-e5d1-7a7d-3187-d4c327a33fe0%28Office.15%29.aspx)
diff --git a/F1/controltiptext-property-access-vbaac10-chm4306.md b/F1/controltiptext-property-access-vbaac10-chm4306.md
index f432f953c2a..4e23030e115 100644
--- a/F1/controltiptext-property-access-vbaac10-chm4306.md
+++ b/F1/controltiptext-property-access-vbaac10-chm4306.md
@@ -13,24 +13,24 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.ControlTipText Property (Access)](http://msdn.microsoft.com/library/40564070-a355-632b-0578-0bd98f1ccc53%28Office.15%29.aspx)
+[CustomControl.ControlTipText property (Access)](http://msdn.microsoft.com/library/40564070-a355-632b-0578-0bd98f1ccc53%28Office.15%29.aspx)
-[ObjectFrame.ControlTipText Property (Access)](http://msdn.microsoft.com/library/6b2bf5d6-fa3d-149c-1fb7-178c8bf1cd9b%28Office.15%29.aspx)
+[ObjectFrame.ControlTipText property (Access)](http://msdn.microsoft.com/library/6b2bf5d6-fa3d-149c-1fb7-178c8bf1cd9b%28Office.15%29.aspx)
-[ToggleButton.ControlTipText Property (Access)](http://msdn.microsoft.com/library/b15ebb7a-70cd-1a0c-cdfc-17cbd965e8f6%28Office.15%29.aspx)
-[OptionGroup.ControlTipText Property (Access)](http://msdn.microsoft.com/library/21069dcf-9841-6548-6c5d-3793b73af1e3%28Office.15%29.aspx)
-[ListBox.ControlTipText Property (Access)](http://msdn.microsoft.com/library/27abccf5-e3f2-2c0c-06ee-4160eb447374%28Office.15%29.aspx)
-[Label.ControlTipText Property (Access)](http://msdn.microsoft.com/library/40f37cf5-8e3a-7b3a-8692-57fe8abc6004%28Office.15%29.aspx)
-[OptionButton.ControlTipText Property (Access)](http://msdn.microsoft.com/library/4a2ff101-e8dc-cc96-abb7-7b66c2c8e74d%28Office.15%29.aspx)
-[Attachment.ControlTipText Property (Access)](http://msdn.microsoft.com/library/c5dd9325-b545-d25e-10bf-7d58f7806e04%28Office.15%29.aspx)
-[CheckBox.ControlTipText Property (Access)](http://msdn.microsoft.com/library/b37aaf1a-a436-636c-f529-85720810aec0%28Office.15%29.aspx)
-[TextBox.ControlTipText Property (Access)](http://msdn.microsoft.com/library/a63f3624-8f31-97f6-c2cb-8c34c82c825b%28Office.15%29.aspx)
-[BoundObjectFrame.ControlTipText Property (Access)](http://msdn.microsoft.com/library/a6bf0845-9733-193d-e02a-b1dc90802b02%28Office.15%29.aspx)
-[NavigationButton.ControlTipText Property (Access)](http://msdn.microsoft.com/library/25ffbfdf-58e6-0bc0-a2b8-c4e94f85b864%28Office.15%29.aspx)
-[CommandButton.ControlTipText Property (Access)](http://msdn.microsoft.com/library/394aecbe-0053-d114-1804-c4ee6a9749d0%28Office.15%29.aspx)
-[WebBrowserControl.ControlTipText Property (Access)](http://msdn.microsoft.com/library/2b738920-d982-388c-7c37-cf3e3d8dc741%28Office.15%29.aspx)
-[NavigationControl.ControlTipText Property (Access)](http://msdn.microsoft.com/library/3952c7f5-e5d1-7a7d-3187-d4c327a33fe0%28Office.15%29.aspx)
-[Image.ControlTipText Property (Access)](http://msdn.microsoft.com/library/13a3cadf-8a2e-3407-5fa8-d76e3b2c9cac%28Office.15%29.aspx)
-[ComboBox.ControlTipText Property (Access)](http://msdn.microsoft.com/library/8562dde5-4bc7-92fb-347b-dd45e0eb413a%28Office.15%29.aspx)
-[Page.ControlTipText Property (Access)](http://msdn.microsoft.com/library/9903da60-7af6-c257-6eeb-ff2e77ac96e0%28Office.15%29.aspx)
+[ToggleButton.ControlTipText property (Access)](http://msdn.microsoft.com/library/b15ebb7a-70cd-1a0c-cdfc-17cbd965e8f6%28Office.15%29.aspx)
+[OptionGroup.ControlTipText property (Access)](http://msdn.microsoft.com/library/21069dcf-9841-6548-6c5d-3793b73af1e3%28Office.15%29.aspx)
+[ListBox.ControlTipText property (Access)](http://msdn.microsoft.com/library/27abccf5-e3f2-2c0c-06ee-4160eb447374%28Office.15%29.aspx)
+[Label.ControlTipText property (Access)](http://msdn.microsoft.com/library/40f37cf5-8e3a-7b3a-8692-57fe8abc6004%28Office.15%29.aspx)
+[OptionButton.ControlTipText property (Access)](http://msdn.microsoft.com/library/4a2ff101-e8dc-cc96-abb7-7b66c2c8e74d%28Office.15%29.aspx)
+[Attachment.ControlTipText property (Access)](http://msdn.microsoft.com/library/c5dd9325-b545-d25e-10bf-7d58f7806e04%28Office.15%29.aspx)
+[CheckBox.ControlTipText property (Access)](http://msdn.microsoft.com/library/b37aaf1a-a436-636c-f529-85720810aec0%28Office.15%29.aspx)
+[TextBox.ControlTipText property (Access)](http://msdn.microsoft.com/library/a63f3624-8f31-97f6-c2cb-8c34c82c825b%28Office.15%29.aspx)
+[BoundObjectFrame.ControlTipText property (Access)](http://msdn.microsoft.com/library/a6bf0845-9733-193d-e02a-b1dc90802b02%28Office.15%29.aspx)
+[NavigationButton.ControlTipText property (Access)](http://msdn.microsoft.com/library/25ffbfdf-58e6-0bc0-a2b8-c4e94f85b864%28Office.15%29.aspx)
+[CommandButton.ControlTipText property (Access)](http://msdn.microsoft.com/library/394aecbe-0053-d114-1804-c4ee6a9749d0%28Office.15%29.aspx)
+[WebBrowserControl.ControlTipText property (Access)](http://msdn.microsoft.com/library/2b738920-d982-388c-7c37-cf3e3d8dc741%28Office.15%29.aspx)
+[NavigationControl.ControlTipText property (Access)](http://msdn.microsoft.com/library/3952c7f5-e5d1-7a7d-3187-d4c327a33fe0%28Office.15%29.aspx)
+[Image.ControlTipText property (Access)](http://msdn.microsoft.com/library/13a3cadf-8a2e-3407-5fa8-d76e3b2c9cac%28Office.15%29.aspx)
+[ComboBox.ControlTipText property (Access)](http://msdn.microsoft.com/library/8562dde5-4bc7-92fb-347b-dd45e0eb413a%28Office.15%29.aspx)
+[Page.ControlTipText property (Access)](http://msdn.microsoft.com/library/9903da60-7af6-c257-6eeb-ff2e77ac96e0%28Office.15%29.aspx)
diff --git a/F1/controltype-property-access-vbaac10-chm10449.md b/F1/controltype-property-access-vbaac10-chm10449.md
index 9d6201b6ba9..bf5182115e7 100644
--- a/F1/controltype-property-access-vbaac10-chm10449.md
+++ b/F1/controltype-property-access-vbaac10-chm10449.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.ControlType Property (Access)](http://msdn.microsoft.com/library/c41e555b-195b-7af9-f2ee-09d92980e557%28Office.15%29.aspx)
+[CommandButton.ControlType property (Access)](http://msdn.microsoft.com/library/c41e555b-195b-7af9-f2ee-09d92980e557%28Office.15%29.aspx)
-[NavigationButton.ControlType Property (Access)](http://msdn.microsoft.com/library/3603e03e-5cb1-6a2d-8239-e06212573a36%28Office.15%29.aspx)
+[NavigationButton.ControlType property (Access)](http://msdn.microsoft.com/library/3603e03e-5cb1-6a2d-8239-e06212573a36%28Office.15%29.aspx)
diff --git a/F1/controltype-property-access-vbaac10-chm11042.md b/F1/controltype-property-access-vbaac10-chm11042.md
index 49f241fd889..060f66135cb 100644
--- a/F1/controltype-property-access-vbaac10-chm11042.md
+++ b/F1/controltype-property-access-vbaac10-chm11042.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.ControlType Property (Access)](http://msdn.microsoft.com/library/4cc842d9-2985-b65e-e259-697cedaa56fc%28Office.15%29.aspx)
+[TextBox.ControlType property (Access)](http://msdn.microsoft.com/library/4cc842d9-2985-b65e-e259-697cedaa56fc%28Office.15%29.aspx)
-[NavigationControl.ControlType Property (Access)](http://msdn.microsoft.com/library/c0259524-8505-71a1-e482-9f142379f9e8%28Office.15%29.aspx)
+[NavigationControl.ControlType property (Access)](http://msdn.microsoft.com/library/c0259524-8505-71a1-e482-9f142379f9e8%28Office.15%29.aspx)
diff --git a/F1/controltype-property-access-vbaac10-chm14528.md b/F1/controltype-property-access-vbaac10-chm14528.md
index 5d2de4b5c88..964338b7cb3 100644
--- a/F1/controltype-property-access-vbaac10-chm14528.md
+++ b/F1/controltype-property-access-vbaac10-chm14528.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[WebBrowserControl.ControlType Property (Access)](http://msdn.microsoft.com/library/3f473d4a-8a30-0822-9830-7e302ce3f3da%28Office.15%29.aspx)
+[WebBrowserControl.ControlType property (Access)](http://msdn.microsoft.com/library/3f473d4a-8a30-0822-9830-7e302ce3f3da%28Office.15%29.aspx)
-[WebBrowserControl.Visible Property (Access)](http://msdn.microsoft.com/library/e46ef067-30a7-a0ea-f2ec-e10ddef4bd6c%28Office.15%29.aspx)
+[WebBrowserControl.Visible property (Access)](http://msdn.microsoft.com/library/e46ef067-30a7-a0ea-f2ec-e10ddef4bd6c%28Office.15%29.aspx)
diff --git a/F1/count-property-access-vbaac10-chm12681.md b/F1/count-property-access-vbaac10-chm12681.md
index 02533340e61..2680f0ececb 100644
--- a/F1/count-property-access-vbaac10-chm12681.md
+++ b/F1/count-property-access-vbaac10-chm12681.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[AllViews.Count Property (Access)](http://msdn.microsoft.com/library/8e576778-48d9-d14f-da4a-5f0c9ca97008%28Office.15%29.aspx)
+[AllViews.Count property (Access)](http://msdn.microsoft.com/library/8e576778-48d9-d14f-da4a-5f0c9ca97008%28Office.15%29.aspx)
-[AllModules.Count Property (Access)](http://msdn.microsoft.com/library/d661e66b-aac3-2baf-f9ae-63198d256ae1%28Office.15%29.aspx)
+[AllModules.Count property (Access)](http://msdn.microsoft.com/library/d661e66b-aac3-2baf-f9ae-63198d256ae1%28Office.15%29.aspx)
-[AllFunctions.Count Property (Access)](http://msdn.microsoft.com/library/198a89c4-b798-cf69-22f7-7bf3a5b8accf%28Office.15%29.aspx)
-[AllMacros.Count Property (Access)](http://msdn.microsoft.com/library/67ed99d8-2195-5ef1-1adb-7d43a043168f%28Office.15%29.aspx)
-[AllTables.Count Property (Access)](http://msdn.microsoft.com/library/f89a096e-e88c-ffcf-430b-8736c60d5bb9%28Office.15%29.aspx)
-[AllForms.Count Property (Access)](http://msdn.microsoft.com/library/1540145e-541d-10fc-249b-9fadc6861a11%28Office.15%29.aspx)
-[AllReports.Count Property (Access)](http://msdn.microsoft.com/library/e9c0908e-5eab-27d8-f301-c6d273555353%28Office.15%29.aspx)
-[AllDatabaseDiagrams.Count Property (Access)](http://msdn.microsoft.com/library/95bf1792-7ab2-ade2-b301-cd896855f116%28Office.15%29.aspx)
-[AllStoredProcedures.Count Property (Access)](http://msdn.microsoft.com/library/419735b8-3251-cbac-0cb3-d65e5a0aa0a9%28Office.15%29.aspx)
-[AllQueries.Count Property (Access)](http://msdn.microsoft.com/library/20652f76-58f7-d703-bcdf-e8f5189a142f%28Office.15%29.aspx)
+[AllFunctions.Count property (Access)](http://msdn.microsoft.com/library/198a89c4-b798-cf69-22f7-7bf3a5b8accf%28Office.15%29.aspx)
+[AllMacros.Count property (Access)](http://msdn.microsoft.com/library/67ed99d8-2195-5ef1-1adb-7d43a043168f%28Office.15%29.aspx)
+[AllTables.Count property (Access)](http://msdn.microsoft.com/library/f89a096e-e88c-ffcf-430b-8736c60d5bb9%28Office.15%29.aspx)
+[AllForms.Count property (Access)](http://msdn.microsoft.com/library/1540145e-541d-10fc-249b-9fadc6861a11%28Office.15%29.aspx)
+[AllReports.Count property (Access)](http://msdn.microsoft.com/library/e9c0908e-5eab-27d8-f301-c6d273555353%28Office.15%29.aspx)
+[AllDatabaseDiagrams.Count property (Access)](http://msdn.microsoft.com/library/95bf1792-7ab2-ade2-b301-cd896855f116%28Office.15%29.aspx)
+[AllStoredProcedures.Count property (Access)](http://msdn.microsoft.com/library/419735b8-3251-cbac-0cb3-d65e5a0aa0a9%28Office.15%29.aspx)
+[AllQueries.Count property (Access)](http://msdn.microsoft.com/library/20652f76-58f7-d703-bcdf-e8f5189a142f%28Office.15%29.aspx)
diff --git a/F1/currentwebuser-method-access-vbaac10-chm14599.md b/F1/currentwebuser-method-access-vbaac10-chm14599.md
index 92b0f68f262..fbdc9c1c7a6 100644
--- a/F1/currentwebuser-method-access-vbaac10-chm14599.md
+++ b/F1/currentwebuser-method-access-vbaac10-chm14599.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Application.CurrentWebUser Method (Access)](http://msdn.microsoft.com/library/cb8b230d-71c5-c73d-c88e-1a13246492a5%28Office.15%29.aspx)
+[Application.CurrentWebUser method (Access)](http://msdn.microsoft.com/library/cb8b230d-71c5-c73d-c88e-1a13246492a5%28Office.15%29.aspx)
-[AcWebUserDisplay Enumeration (Access)](http://msdn.microsoft.com/library/4723ddf2-ceab-9313-b713-4654a2e83297%28Office.15%29.aspx)
+[AcWebUserDisplay enumeration (Access)](http://msdn.microsoft.com/library/4723ddf2-ceab-9313-b713-4654a2e83297%28Office.15%29.aspx)
diff --git a/F1/currentwebusergroups-method-access-vbaac10-chm14600.md b/F1/currentwebusergroups-method-access-vbaac10-chm14600.md
index 23e53613778..f87b296e3d9 100644
--- a/F1/currentwebusergroups-method-access-vbaac10-chm14600.md
+++ b/F1/currentwebusergroups-method-access-vbaac10-chm14600.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Application.CurrentWebUserGroups Method (Access)](http://msdn.microsoft.com/library/efe80f7a-b6ac-12a5-3704-6e662c87e134%28Office.15%29.aspx)
+[Application.CurrentWebUserGroups method (Access)](http://msdn.microsoft.com/library/efe80f7a-b6ac-12a5-3704-6e662c87e134%28Office.15%29.aspx)
-[AcWebUserGroupsDisplay Enumeration (Access)](http://msdn.microsoft.com/library/f9036c50-5fa3-63ec-f569-a058e48057da%28Office.15%29.aspx)
+[AcWebUserGroupsDisplay enumeration (Access)](http://msdn.microsoft.com/library/f9036c50-5fa3-63ec-f569-a058e48057da%28Office.15%29.aspx)
diff --git a/F1/cursoronhover-property-access-vbaac10-chm10541.md b/F1/cursoronhover-property-access-vbaac10-chm10541.md
index f6f3e981bc5..9e472100ee3 100644
--- a/F1/cursoronhover-property-access-vbaac10-chm10541.md
+++ b/F1/cursoronhover-property-access-vbaac10-chm10541.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.CursorOnHover Property (Access)](http://msdn.microsoft.com/library/85d77454-b372-d4ed-75c0-1c3f6065967a%28Office.15%29.aspx)
+[NavigationButton.CursorOnHover property (Access)](http://msdn.microsoft.com/library/85d77454-b372-d4ed-75c0-1c3f6065967a%28Office.15%29.aspx)
-[CommandButton.CursorOnHover Property (Access)](http://msdn.microsoft.com/library/98bfdba4-4b42-8bbc-e1d2-d68cc21defc3%28Office.15%29.aspx)
+[CommandButton.CursorOnHover property (Access)](http://msdn.microsoft.com/library/98bfdba4-4b42-8bbc-e1d2-d68cc21defc3%28Office.15%29.aspx)
diff --git a/F1/cycle-property-access-vbaac10-chm4315.md b/F1/cycle-property-access-vbaac10-chm4315.md
index 2dc3cf2a88c..0328f6225f8 100644
--- a/F1/cycle-property-access-vbaac10-chm4315.md
+++ b/F1/cycle-property-access-vbaac10-chm4315.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.Cycle Property (Access)](http://msdn.microsoft.com/library/621d7101-5237-b239-fcb3-2d942a0329b0%28Office.15%29.aspx)
+[Form.Cycle property (Access)](http://msdn.microsoft.com/library/621d7101-5237-b239-fcb3-2d942a0329b0%28Office.15%29.aspx)
-[Report.Cycle Property (Access)](http://msdn.microsoft.com/library/031194ca-f058-3a73-3551-f67d4e9bc27a%28Office.15%29.aspx)
+[Report.Cycle property (Access)](http://msdn.microsoft.com/library/031194ca-f058-3a73-3551-f67d4e9bc27a%28Office.15%29.aspx)
diff --git a/F1/datachange-property-access-vbaac10-chm5119.md b/F1/datachange-property-access-vbaac10-chm5119.md
index 70ab9fd44bf..15ace4c28d0 100644
--- a/F1/datachange-property-access-vbaac10-chm5119.md
+++ b/F1/datachange-property-access-vbaac10-chm5119.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.DataChange Property (Access)](http://msdn.microsoft.com/library/14fd4c9c-eb18-8f4d-ebd9-6f389523c4cf%28Office.15%29.aspx)
+[Form.DataChange property (Access)](http://msdn.microsoft.com/library/14fd4c9c-eb18-8f4d-ebd9-6f389523c4cf%28Office.15%29.aspx)
diff --git a/F1/dataentry-property-access-vbaac10-chm13359.md b/F1/dataentry-property-access-vbaac10-chm13359.md
index 0d6e894c212..1e922977e5a 100644
--- a/F1/dataentry-property-access-vbaac10-chm13359.md
+++ b/F1/dataentry-property-access-vbaac10-chm13359.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.DataEntry Property (Access)](http://msdn.microsoft.com/library/0a970904-10f9-d0c3-24d1-0b988725bb38%28Office.15%29.aspx)
+[Form.DataEntry property (Access)](http://msdn.microsoft.com/library/0a970904-10f9-d0c3-24d1-0b988725bb38%28Office.15%29.aspx)
diff --git a/F1/datasetchange-property-access-vbaac10-chm13546.md b/F1/datasetchange-property-access-vbaac10-chm13546.md
index 22a4f1eb906..8a811b494de 100644
--- a/F1/datasetchange-property-access-vbaac10-chm13546.md
+++ b/F1/datasetchange-property-access-vbaac10-chm13546.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.DataSetChange Property (Access)](http://msdn.microsoft.com/library/29f7f9a8-4dbd-9f69-7f4c-7f93add9f1b6%28Office.15%29.aspx)
+[Form.DataSetChange property (Access)](http://msdn.microsoft.com/library/29f7f9a8-4dbd-9f69-7f4c-7f93add9f1b6%28Office.15%29.aspx)
diff --git a/F1/dategrouping-property-access-vbaac10-chm4325.md b/F1/dategrouping-property-access-vbaac10-chm4325.md
index 81490323419..7fe5496ffc8 100644
--- a/F1/dategrouping-property-access-vbaac10-chm4325.md
+++ b/F1/dategrouping-property-access-vbaac10-chm4325.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.DateGrouping Property (Access)](http://msdn.microsoft.com/library/e2495aa7-06e9-8eaf-81d8-182c7d51559c%28Office.15%29.aspx)
+[Report.DateGrouping property (Access)](http://msdn.microsoft.com/library/e2495aa7-06e9-8eaf-81d8-182c7d51559c%28Office.15%29.aspx)
diff --git a/F1/dblclick-event-access-vbaac10-chm10671.md b/F1/dblclick-event-access-vbaac10-chm10671.md
index 2525cb2e394..a071f7d5cb5 100644
--- a/F1/dblclick-event-access-vbaac10-chm10671.md
+++ b/F1/dblclick-event-access-vbaac10-chm10671.md
@@ -13,21 +13,21 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[OptionButton.DblClick Event (Access)](http://msdn.microsoft.com/library/405b3c90-b00e-d7e7-6e22-161060172615%28Office.15%29.aspx)
+[OptionButton.DblClick event (Access)](http://msdn.microsoft.com/library/405b3c90-b00e-d7e7-6e22-161060172615%28Office.15%29.aspx)
-[OptionButton.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/dbff2785-184c-601c-f26e-1ca99ea496a8%28Office.15%29.aspx)
+[OptionButton.AfterUpdate event (Access)](http://msdn.microsoft.com/library/dbff2785-184c-601c-f26e-1ca99ea496a8%28Office.15%29.aspx)
-[OptionButton Object (Access)](http://msdn.microsoft.com/library/661ada74-d044-4a5c-2bdd-2dddfc2e79ab%28Office.15%29.aspx)
-[OptionButton.KeyUp Event (Access)](http://msdn.microsoft.com/library/5685c274-19a0-2d29-f968-50412ebd1d9b%28Office.15%29.aspx)
-[OptionButton.MouseMove Event (Access)](http://msdn.microsoft.com/library/4353c0b8-469a-7046-3ff7-6f2a9089dde8%28Office.15%29.aspx)
-[OptionButton.KeyPress Event (Access)](http://msdn.microsoft.com/library/e2b8a352-2fd2-8bdb-0842-6f8e73868c0c%28Office.15%29.aspx)
-[OptionButton.MouseDown Event (Access)](http://msdn.microsoft.com/library/6115cf77-8929-bd7c-2785-880e28809553%28Office.15%29.aspx)
-[OptionButton.Enter Event (Access)](http://msdn.microsoft.com/library/62d01554-4a32-cf66-84a6-945becbee9ed%28Office.15%29.aspx)
-[OptionButton.KeyDown Event (Access)](http://msdn.microsoft.com/library/9a21c03b-9806-d0ee-8c44-9edbba49b4b8%28Office.15%29.aspx)
-[OptionButton.Click Event (Access)](http://msdn.microsoft.com/library/99391fc2-c114-ca68-a176-a7f2757a9aaa%28Office.15%29.aspx)
-[OptionButton.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/9c887502-2d9c-6f21-e5ef-adc164cde095%28Office.15%29.aspx)
-[OptionButton.MouseUp Event (Access)](http://msdn.microsoft.com/library/55ee8314-8ae6-f0d7-5fcc-ae1000bef664%28Office.15%29.aspx)
-[OptionButton.LostFocus Event (Access)](http://msdn.microsoft.com/library/e840c351-9aac-7a79-31ba-bf9929d0208a%28Office.15%29.aspx)
-[OptionButton.GotFocus Event (Access)](http://msdn.microsoft.com/library/f0a02ae3-b90e-2193-3c59-c0f018ace680%28Office.15%29.aspx)
-[OptionButton.Exit Event (Access)](http://msdn.microsoft.com/library/2be3f0b3-73a1-e1e9-28ca-ee0cbe92e040%28Office.15%29.aspx)
+[OptionButton object (Access)](http://msdn.microsoft.com/library/661ada74-d044-4a5c-2bdd-2dddfc2e79ab%28Office.15%29.aspx)
+[OptionButton.KeyUp event (Access)](http://msdn.microsoft.com/library/5685c274-19a0-2d29-f968-50412ebd1d9b%28Office.15%29.aspx)
+[OptionButton.MouseMove event (Access)](http://msdn.microsoft.com/library/4353c0b8-469a-7046-3ff7-6f2a9089dde8%28Office.15%29.aspx)
+[OptionButton.KeyPress event (Access)](http://msdn.microsoft.com/library/e2b8a352-2fd2-8bdb-0842-6f8e73868c0c%28Office.15%29.aspx)
+[OptionButton.MouseDown event (Access)](http://msdn.microsoft.com/library/6115cf77-8929-bd7c-2785-880e28809553%28Office.15%29.aspx)
+[OptionButton.Enter event (Access)](http://msdn.microsoft.com/library/62d01554-4a32-cf66-84a6-945becbee9ed%28Office.15%29.aspx)
+[OptionButton.KeyDown event (Access)](http://msdn.microsoft.com/library/9a21c03b-9806-d0ee-8c44-9edbba49b4b8%28Office.15%29.aspx)
+[OptionButton.Click event (Access)](http://msdn.microsoft.com/library/99391fc2-c114-ca68-a176-a7f2757a9aaa%28Office.15%29.aspx)
+[OptionButton.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/9c887502-2d9c-6f21-e5ef-adc164cde095%28Office.15%29.aspx)
+[OptionButton.MouseUp event (Access)](http://msdn.microsoft.com/library/55ee8314-8ae6-f0d7-5fcc-ae1000bef664%28Office.15%29.aspx)
+[OptionButton.LostFocus event (Access)](http://msdn.microsoft.com/library/e840c351-9aac-7a79-31ba-bf9929d0208a%28Office.15%29.aspx)
+[OptionButton.GotFocus event (Access)](http://msdn.microsoft.com/library/f0a02ae3-b90e-2193-3c59-c0f018ace680%28Office.15%29.aspx)
+[OptionButton.Exit event (Access)](http://msdn.microsoft.com/library/2be3f0b3-73a1-e1e9-28ca-ee0cbe92e040%28Office.15%29.aspx)
diff --git a/F1/dblclick-event-access-vbaac10-chm10894.md b/F1/dblclick-event-access-vbaac10-chm10894.md
index c38c31d34f1..213315ff27b 100644
--- a/F1/dblclick-event-access-vbaac10-chm10894.md
+++ b/F1/dblclick-event-access-vbaac10-chm10894.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[OptionGroup.DblClick Event (Access)](http://msdn.microsoft.com/library/4ef52706-64dc-38b7-7800-07d3a4d7d7cc%28Office.15%29.aspx)
+[OptionGroup.DblClick event (Access)](http://msdn.microsoft.com/library/4ef52706-64dc-38b7-7800-07d3a4d7d7cc%28Office.15%29.aspx)
-[OptionGroup.MouseDown Event (Access)](http://msdn.microsoft.com/library/f3c569de-879d-aa27-77f2-22192731febf%28Office.15%29.aspx)
+[OptionGroup.MouseDown event (Access)](http://msdn.microsoft.com/library/f3c569de-879d-aa27-77f2-22192731febf%28Office.15%29.aspx)
-[OptionGroup.MouseMove Event (Access)](http://msdn.microsoft.com/library/72c6d4b1-9cfe-6e34-3c87-3577e874a322%28Office.15%29.aspx)
-[OptionGroup.Enter Event (Access)](http://msdn.microsoft.com/library/ab5f5745-b8c2-7d5c-6fd6-43fd7901abd1%28Office.15%29.aspx)
-[OptionGroup.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/ea848f63-7d6d-dd03-058f-80e6cb46b1dd%28Office.15%29.aspx)
-[OptionGroup Object (Access)](http://msdn.microsoft.com/library/aa9e5607-7892-9ab2-dabc-822372b23811%28Office.15%29.aspx)
-[OptionGroup.Click Event (Access)](http://msdn.microsoft.com/library/7a673665-88ed-9685-d7ca-9146e224f090%28Office.15%29.aspx)
-[OptionGroup.MouseUp Event (Access)](http://msdn.microsoft.com/library/203556bc-5242-1aec-ec6c-b11db04df569%28Office.15%29.aspx)
-[OptionGroup.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/a497ff9b-d617-df5d-9989-bc420c827575%28Office.15%29.aspx)
-[OptionGroup.Exit Event (Access)](http://msdn.microsoft.com/library/2c8000f7-256d-232a-c2ac-f027eac7bc6a%28Office.15%29.aspx)
+[OptionGroup.MouseMove event (Access)](http://msdn.microsoft.com/library/72c6d4b1-9cfe-6e34-3c87-3577e874a322%28Office.15%29.aspx)
+[OptionGroup.Enter event (Access)](http://msdn.microsoft.com/library/ab5f5745-b8c2-7d5c-6fd6-43fd7901abd1%28Office.15%29.aspx)
+[OptionGroup.AfterUpdate event (Access)](http://msdn.microsoft.com/library/ea848f63-7d6d-dd03-058f-80e6cb46b1dd%28Office.15%29.aspx)
+[OptionGroup object (Access)](http://msdn.microsoft.com/library/aa9e5607-7892-9ab2-dabc-822372b23811%28Office.15%29.aspx)
+[OptionGroup.Click event (Access)](http://msdn.microsoft.com/library/7a673665-88ed-9685-d7ca-9146e224f090%28Office.15%29.aspx)
+[OptionGroup.MouseUp event (Access)](http://msdn.microsoft.com/library/203556bc-5242-1aec-ec6c-b11db04df569%28Office.15%29.aspx)
+[OptionGroup.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/a497ff9b-d617-df5d-9989-bc420c827575%28Office.15%29.aspx)
+[OptionGroup.Exit event (Access)](http://msdn.microsoft.com/library/2c8000f7-256d-232a-c2ac-f027eac7bc6a%28Office.15%29.aspx)
diff --git a/F1/dblclick-event-access-vbaac10-chm11665.md b/F1/dblclick-event-access-vbaac10-chm11665.md
index 8a9cfb6c70a..4faf0771627 100644
--- a/F1/dblclick-event-access-vbaac10-chm11665.md
+++ b/F1/dblclick-event-access-vbaac10-chm11665.md
@@ -13,17 +13,17 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.DblClick Event (Access)](http://msdn.microsoft.com/library/83a69067-7505-f126-0fa6-12f8d06d7144%28Office.15%29.aspx)
+[ObjectFrame.DblClick event (Access)](http://msdn.microsoft.com/library/83a69067-7505-f126-0fa6-12f8d06d7144%28Office.15%29.aspx)
-[ObjectFrame.MouseDown Event (Access)](http://msdn.microsoft.com/library/54fb7a4f-8428-429d-e560-3c4b64c0f683%28Office.15%29.aspx)
+[ObjectFrame.MouseDown event (Access)](http://msdn.microsoft.com/library/54fb7a4f-8428-429d-e560-3c4b64c0f683%28Office.15%29.aspx)
-[ObjectFrame.Enter Event (Access)](http://msdn.microsoft.com/library/85b48c3c-3b0c-dbe3-71ca-7ac144477bfc%28Office.15%29.aspx)
-[ObjectFrame.GotFocus Event (Access)](http://msdn.microsoft.com/library/413efc78-c011-2dd6-4c5c-7b462fa9ede2%28Office.15%29.aspx)
-[ObjectFrame.Exit Event (Access)](http://msdn.microsoft.com/library/9abc0214-a73c-7709-aaeb-817716694dd7%28Office.15%29.aspx)
-[ObjectFrame.Click Event (Access)](http://msdn.microsoft.com/library/78a80855-693e-6e6a-59c9-963802dd3b5d%28Office.15%29.aspx)
-[ObjectFrame.MouseUp Event (Access)](http://msdn.microsoft.com/library/0f818329-7817-d62f-2ccd-a35232cf67dc%28Office.15%29.aspx)
-[ObjectFrame.MouseMove Event (Access)](http://msdn.microsoft.com/library/aad412fd-96ba-803d-848c-a8788fa1e0ae%28Office.15%29.aspx)
-[ObjectFrame.Updated Event (Access)](http://msdn.microsoft.com/library/827a14f5-4062-e904-3f53-ccb01b59b03f%28Office.15%29.aspx)
-[ObjectFrame.LostFocus Event (Access)](http://msdn.microsoft.com/library/d503815f-1511-82d6-b940-ceba6267f571%28Office.15%29.aspx)
-[ObjectFrame Object (Access)](http://msdn.microsoft.com/library/0eb85477-58d7-249a-2bf7-f2f3960a45a9%28Office.15%29.aspx)
+[ObjectFrame.Enter event (Access)](http://msdn.microsoft.com/library/85b48c3c-3b0c-dbe3-71ca-7ac144477bfc%28Office.15%29.aspx)
+[ObjectFrame.GotFocus event (Access)](http://msdn.microsoft.com/library/413efc78-c011-2dd6-4c5c-7b462fa9ede2%28Office.15%29.aspx)
+[ObjectFrame.Exit event (Access)](http://msdn.microsoft.com/library/9abc0214-a73c-7709-aaeb-817716694dd7%28Office.15%29.aspx)
+[ObjectFrame.Click event (Access)](http://msdn.microsoft.com/library/78a80855-693e-6e6a-59c9-963802dd3b5d%28Office.15%29.aspx)
+[ObjectFrame.MouseUp event (Access)](http://msdn.microsoft.com/library/0f818329-7817-d62f-2ccd-a35232cf67dc%28Office.15%29.aspx)
+[ObjectFrame.MouseMove event (Access)](http://msdn.microsoft.com/library/aad412fd-96ba-803d-848c-a8788fa1e0ae%28Office.15%29.aspx)
+[ObjectFrame.Updated event (Access)](http://msdn.microsoft.com/library/827a14f5-4062-e904-3f53-ccb01b59b03f%28Office.15%29.aspx)
+[ObjectFrame.LostFocus event (Access)](http://msdn.microsoft.com/library/d503815f-1511-82d6-b940-ceba6267f571%28Office.15%29.aspx)
+[ObjectFrame object (Access)](http://msdn.microsoft.com/library/0eb85477-58d7-249a-2bf7-f2f3960a45a9%28Office.15%29.aspx)
diff --git a/F1/dblclick-event-access-vbaac10-chm13901.md b/F1/dblclick-event-access-vbaac10-chm13901.md
index 1fd9e9f5dff..54c8c1fbb10 100644
--- a/F1/dblclick-event-access-vbaac10-chm13901.md
+++ b/F1/dblclick-event-access-vbaac10-chm13901.md
@@ -13,32 +13,32 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.DblClick Event (Access)](http://msdn.microsoft.com/library/e4cd6226-8647-1a94-07a4-00ecef1ccde7%28Office.15%29.aspx)
+[Report.DblClick event (Access)](http://msdn.microsoft.com/library/e4cd6226-8647-1a94-07a4-00ecef1ccde7%28Office.15%29.aspx)
-[Report.Error Event (Access)](http://msdn.microsoft.com/library/06d88711-df19-6453-a7ce-095d3d02674f%28Office.15%29.aspx)
+[Report.Error event (Access)](http://msdn.microsoft.com/library/06d88711-df19-6453-a7ce-095d3d02674f%28Office.15%29.aspx)
-[Report.Deactivate Event (Access)](http://msdn.microsoft.com/library/15e96e8a-c5f5-1a68-56cc-0ceaa1dbd407%28Office.15%29.aspx)
-[Report.LostFocus Event (Access)](http://msdn.microsoft.com/library/8b80c2bc-8be4-1842-4011-0e6475b3a865%28Office.15%29.aspx)
-[Report.Timer Event (Access)](http://msdn.microsoft.com/library/52e3db7f-a61c-8144-e39b-0f9daf61bd98%28Office.15%29.aspx)
-[Report.MouseUp Event (Access)](http://msdn.microsoft.com/library/e7b6aa74-1cba-ee10-03d1-11236d14faae%28Office.15%29.aspx)
-[Report.MouseWheel Event (Access)](http://msdn.microsoft.com/library/9c234923-3459-c45e-8489-146353f59c21%28Office.15%29.aspx)
-[Report.Close Event (Access)](http://msdn.microsoft.com/library/529a238b-087c-f70e-e651-2630ef1d427a%28Office.15%29.aspx)
-[Report.KeyPress Event (Access)](http://msdn.microsoft.com/library/0c846367-a4b0-d716-dcc3-32c916e09dfb%28Office.15%29.aspx)
-[Report.Open Event (Access)](http://msdn.microsoft.com/library/d170b67d-3123-6f51-6cf8-38433736f104%28Office.15%29.aspx)
-[Report.Current Event (Access)](http://msdn.microsoft.com/library/adfdbda0-c3e9-c3c6-8768-415b4bd270d5%28Office.15%29.aspx)
-[Report.Page Event (Access)](http://msdn.microsoft.com/library/c3fcce28-0bcd-4ef1-427f-504f0f80d336%28Office.15%29.aspx)
-[Report.Filter Event (Access)](http://msdn.microsoft.com/library/1344ceff-d3ac-3dc1-0f9c-563d895a77dc%28Office.15%29.aspx)
-[Report.Click Event (Access)](http://msdn.microsoft.com/library/37bd4936-2f66-b434-ae54-5f76dd943c4c%28Office.15%29.aspx)
-[Report.GotFocus Event (Access)](http://msdn.microsoft.com/library/667b4798-4407-f60f-af3a-7788a0501761%28Office.15%29.aspx)
-[Report.Load Event (Access)](http://msdn.microsoft.com/library/966527a0-4c61-9f5e-50ca-791d39bd24ac%28Office.15%29.aspx)
-[Report.Resize Event (Access)](http://msdn.microsoft.com/library/cd2c1c2a-959b-a5d0-9f75-a7443a9a57f1%28Office.15%29.aspx)
-[Report.NoData Event (Access)](http://msdn.microsoft.com/library/fa5f22b1-3695-bd16-2ca3-b2a1cc1f1d94%28Office.15%29.aspx)
-[Report.Activate Event (Access)](http://msdn.microsoft.com/library/565cf35c-e7ea-e1ec-b23b-b84a6318fde7%28Office.15%29.aspx)
-[Report.ApplyFilter Event (Access)](http://msdn.microsoft.com/library/46cbe83d-4395-d9e6-3187-c51152269e62%28Office.15%29.aspx)
-[Report.MouseMove Event (Access)](http://msdn.microsoft.com/library/b7df8ba7-dd10-4aea-1b79-df33e151250d%28Office.15%29.aspx)
-[Report.MouseDown Event (Access)](http://msdn.microsoft.com/library/fcce0466-9c65-8e76-eb2a-e0a82d299015%28Office.15%29.aspx)
-[Report.Unload Event (Access)](http://msdn.microsoft.com/library/05f0d51e-8fa0-9547-6b22-e7711754d1a5%28Office.15%29.aspx)
-[Report.KeyUp Event (Access)](http://msdn.microsoft.com/library/5561cbab-b6bd-ab4e-83a6-fbf7ec9272d1%28Office.15%29.aspx)
-[Report Object (Access)](http://msdn.microsoft.com/library/6f77c1b4-a9ce-7caa-204c-fe0755c6f9df%28Office.15%29.aspx)
-[Report.KeyDown Event (Access)](http://msdn.microsoft.com/library/b33ecbca-b3a1-19b2-8541-fe4bcbf4acec%28Office.15%29.aspx)
+[Report.Deactivate event (Access)](http://msdn.microsoft.com/library/15e96e8a-c5f5-1a68-56cc-0ceaa1dbd407%28Office.15%29.aspx)
+[Report.LostFocus event (Access)](http://msdn.microsoft.com/library/8b80c2bc-8be4-1842-4011-0e6475b3a865%28Office.15%29.aspx)
+[Report.Timer event (Access)](http://msdn.microsoft.com/library/52e3db7f-a61c-8144-e39b-0f9daf61bd98%28Office.15%29.aspx)
+[Report.MouseUp event (Access)](http://msdn.microsoft.com/library/e7b6aa74-1cba-ee10-03d1-11236d14faae%28Office.15%29.aspx)
+[Report.MouseWheel event (Access)](http://msdn.microsoft.com/library/9c234923-3459-c45e-8489-146353f59c21%28Office.15%29.aspx)
+[Report.Close event (Access)](http://msdn.microsoft.com/library/529a238b-087c-f70e-e651-2630ef1d427a%28Office.15%29.aspx)
+[Report.KeyPress event (Access)](http://msdn.microsoft.com/library/0c846367-a4b0-d716-dcc3-32c916e09dfb%28Office.15%29.aspx)
+[Report.Open event (Access)](http://msdn.microsoft.com/library/d170b67d-3123-6f51-6cf8-38433736f104%28Office.15%29.aspx)
+[Report.Current event (Access)](http://msdn.microsoft.com/library/adfdbda0-c3e9-c3c6-8768-415b4bd270d5%28Office.15%29.aspx)
+[Report.Page event (Access)](http://msdn.microsoft.com/library/c3fcce28-0bcd-4ef1-427f-504f0f80d336%28Office.15%29.aspx)
+[Report.Filter event (Access)](http://msdn.microsoft.com/library/1344ceff-d3ac-3dc1-0f9c-563d895a77dc%28Office.15%29.aspx)
+[Report.Click event (Access)](http://msdn.microsoft.com/library/37bd4936-2f66-b434-ae54-5f76dd943c4c%28Office.15%29.aspx)
+[Report.GotFocus event (Access)](http://msdn.microsoft.com/library/667b4798-4407-f60f-af3a-7788a0501761%28Office.15%29.aspx)
+[Report.Load event (Access)](http://msdn.microsoft.com/library/966527a0-4c61-9f5e-50ca-791d39bd24ac%28Office.15%29.aspx)
+[Report.Resize event (Access)](http://msdn.microsoft.com/library/cd2c1c2a-959b-a5d0-9f75-a7443a9a57f1%28Office.15%29.aspx)
+[Report.NoData event (Access)](http://msdn.microsoft.com/library/fa5f22b1-3695-bd16-2ca3-b2a1cc1f1d94%28Office.15%29.aspx)
+[Report.Activate event (Access)](http://msdn.microsoft.com/library/565cf35c-e7ea-e1ec-b23b-b84a6318fde7%28Office.15%29.aspx)
+[Report.ApplyFilter event (Access)](http://msdn.microsoft.com/library/46cbe83d-4395-d9e6-3187-c51152269e62%28Office.15%29.aspx)
+[Report.MouseMove event (Access)](http://msdn.microsoft.com/library/b7df8ba7-dd10-4aea-1b79-df33e151250d%28Office.15%29.aspx)
+[Report.MouseDown event (Access)](http://msdn.microsoft.com/library/fcce0466-9c65-8e76-eb2a-e0a82d299015%28Office.15%29.aspx)
+[Report.Unload event (Access)](http://msdn.microsoft.com/library/05f0d51e-8fa0-9547-6b22-e7711754d1a5%28Office.15%29.aspx)
+[Report.KeyUp event (Access)](http://msdn.microsoft.com/library/5561cbab-b6bd-ab4e-83a6-fbf7ec9272d1%28Office.15%29.aspx)
+[Report object (Access)](http://msdn.microsoft.com/library/6f77c1b4-a9ce-7caa-204c-fe0755c6f9df%28Office.15%29.aspx)
+[Report.KeyDown event (Access)](http://msdn.microsoft.com/library/b33ecbca-b3a1-19b2-8541-fe4bcbf4acec%28Office.15%29.aspx)
diff --git a/F1/dblclick-event-access-vbaac10-chm14036.md b/F1/dblclick-event-access-vbaac10-chm14036.md
index 3155397679c..c53639f2ce9 100644
--- a/F1/dblclick-event-access-vbaac10-chm14036.md
+++ b/F1/dblclick-event-access-vbaac10-chm14036.md
@@ -13,24 +13,24 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Attachment.DblClick Event (Access)](http://msdn.microsoft.com/library/abc31523-5154-2d91-67c0-03cc0e73e957%28Office.15%29.aspx)
+[Attachment.DblClick event (Access)](http://msdn.microsoft.com/library/abc31523-5154-2d91-67c0-03cc0e73e957%28Office.15%29.aspx)
-[Attachment.Dirty Event (Access)](http://msdn.microsoft.com/library/d211238b-cbe4-f0ef-471b-33c1ced1aa9b%28Office.15%29.aspx)
+[Attachment.Dirty event (Access)](http://msdn.microsoft.com/library/d211238b-cbe4-f0ef-471b-33c1ced1aa9b%28Office.15%29.aspx)
-[Attachment.KeyUp Event (Access)](http://msdn.microsoft.com/library/4b13f772-12e7-b840-029a-3736df1a9645%28Office.15%29.aspx)
-[Attachment.LostFocus Event (Access)](http://msdn.microsoft.com/library/b2a680bb-faec-bc7d-c568-3c827ee5d6b1%28Office.15%29.aspx)
-[Attachment.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/0437e831-b96f-60b6-1a7c-3e1f720394b7%28Office.15%29.aspx)
-[Attachment.MouseMove Event (Access)](http://msdn.microsoft.com/library/61ec0bdb-6e39-a4a7-92aa-45d543e35109%28Office.15%29.aspx)
-[Attachment.MouseUp Event (Access)](http://msdn.microsoft.com/library/af4d03e6-af13-d91f-168f-70e90783aa2a%28Office.15%29.aspx)
-[Attachment.AttachmentCurrent Event (Access)](http://msdn.microsoft.com/library/4b81608a-d591-7ce2-0075-8d841a825a9f%28Office.15%29.aspx)
-[Attachment.GotFocus Event (Access)](http://msdn.microsoft.com/library/9c841973-cb31-2ec6-d593-97ad8803250b%28Office.15%29.aspx)
-[Attachment.Enter Event (Access)](http://msdn.microsoft.com/library/0ca691d8-aace-3240-c7c7-acfb69960f4a%28Office.15%29.aspx)
-[Attachment.KeyDown Event (Access)](http://msdn.microsoft.com/library/91a000e2-0a4e-4dd0-2715-b1987eb7212a%28Office.15%29.aspx)
-[Attachment.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/09dfe871-0e56-38fc-46d2-c517ea795907%28Office.15%29.aspx)
-[Attachment.KeyPress Event (Access)](http://msdn.microsoft.com/library/fc54afea-35ca-e354-1223-c7f3d5cf00b0%28Office.15%29.aspx)
-[Attachment.Exit Event (Access)](http://msdn.microsoft.com/library/a083d56d-7a57-6874-14e6-c830f598a950%28Office.15%29.aspx)
-[Attachment.Click Event (Access)](http://msdn.microsoft.com/library/cdeff1db-5d95-dab5-79ae-d02ac25d5659%28Office.15%29.aspx)
-[Attachment Object (Access)](http://msdn.microsoft.com/library/b0756145-9012-f9b9-7df9-e168defed3bf%28Office.15%29.aspx)
-[Attachment.Change Event (Access)](http://msdn.microsoft.com/library/5b34517d-f3a8-a10d-1bc3-ed3bc8ecc484%28Office.15%29.aspx)
-[Attachment.MouseDown Event (Access)](http://msdn.microsoft.com/library/45056b32-a019-1284-35e4-fefab6ba2e3e%28Office.15%29.aspx)
+[Attachment.KeyUp event (Access)](http://msdn.microsoft.com/library/4b13f772-12e7-b840-029a-3736df1a9645%28Office.15%29.aspx)
+[Attachment.LostFocus event (Access)](http://msdn.microsoft.com/library/b2a680bb-faec-bc7d-c568-3c827ee5d6b1%28Office.15%29.aspx)
+[Attachment.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/0437e831-b96f-60b6-1a7c-3e1f720394b7%28Office.15%29.aspx)
+[Attachment.MouseMove event (Access)](http://msdn.microsoft.com/library/61ec0bdb-6e39-a4a7-92aa-45d543e35109%28Office.15%29.aspx)
+[Attachment.MouseUp event (Access)](http://msdn.microsoft.com/library/af4d03e6-af13-d91f-168f-70e90783aa2a%28Office.15%29.aspx)
+[Attachment.AttachmentCurrent event (Access)](http://msdn.microsoft.com/library/4b81608a-d591-7ce2-0075-8d841a825a9f%28Office.15%29.aspx)
+[Attachment.GotFocus event (Access)](http://msdn.microsoft.com/library/9c841973-cb31-2ec6-d593-97ad8803250b%28Office.15%29.aspx)
+[Attachment.Enter event (Access)](http://msdn.microsoft.com/library/0ca691d8-aace-3240-c7c7-acfb69960f4a%28Office.15%29.aspx)
+[Attachment.KeyDown event (Access)](http://msdn.microsoft.com/library/91a000e2-0a4e-4dd0-2715-b1987eb7212a%28Office.15%29.aspx)
+[Attachment.AfterUpdate event (Access)](http://msdn.microsoft.com/library/09dfe871-0e56-38fc-46d2-c517ea795907%28Office.15%29.aspx)
+[Attachment.KeyPress event (Access)](http://msdn.microsoft.com/library/fc54afea-35ca-e354-1223-c7f3d5cf00b0%28Office.15%29.aspx)
+[Attachment.Exit event (Access)](http://msdn.microsoft.com/library/a083d56d-7a57-6874-14e6-c830f598a950%28Office.15%29.aspx)
+[Attachment.Click event (Access)](http://msdn.microsoft.com/library/cdeff1db-5d95-dab5-79ae-d02ac25d5659%28Office.15%29.aspx)
+[Attachment object (Access)](http://msdn.microsoft.com/library/b0756145-9012-f9b9-7df9-e168defed3bf%28Office.15%29.aspx)
+[Attachment.Change event (Access)](http://msdn.microsoft.com/library/5b34517d-f3a8-a10d-1bc3-ed3bc8ecc484%28Office.15%29.aspx)
+[Attachment.MouseDown event (Access)](http://msdn.microsoft.com/library/45056b32-a019-1284-35e4-fefab6ba2e3e%28Office.15%29.aspx)
diff --git a/F1/dblclick-event-access-vbaac10-chm14082.md b/F1/dblclick-event-access-vbaac10-chm14082.md
index ffd668e131f..3debb325fe6 100644
--- a/F1/dblclick-event-access-vbaac10-chm14082.md
+++ b/F1/dblclick-event-access-vbaac10-chm14082.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.DblClick Event (Access)](http://msdn.microsoft.com/library/a1804a0b-0c6a-3e3c-4ae1-7819666176b9%28Office.15%29.aspx)
+[NavigationButton.DblClick event (Access)](http://msdn.microsoft.com/library/a1804a0b-0c6a-3e3c-4ae1-7819666176b9%28Office.15%29.aspx)
-[CommandButton.DblClick Event (Access)](http://msdn.microsoft.com/library/0bce5cae-67d8-3acd-2029-be72f511e250%28Office.15%29.aspx)
+[CommandButton.DblClick event (Access)](http://msdn.microsoft.com/library/0bce5cae-67d8-3acd-2029-be72f511e250%28Office.15%29.aspx)
diff --git a/F1/dblclick-event-access-vbaac10-chm14202.md b/F1/dblclick-event-access-vbaac10-chm14202.md
index 716da51375e..4172762a5fd 100644
--- a/F1/dblclick-event-access-vbaac10-chm14202.md
+++ b/F1/dblclick-event-access-vbaac10-chm14202.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.DblClick Event (Access)](http://msdn.microsoft.com/library/ae8787e1-3425-bfbf-acf4-bbb97d42d2da%28Office.15%29.aspx)
+[TextBox.DblClick event (Access)](http://msdn.microsoft.com/library/ae8787e1-3425-bfbf-acf4-bbb97d42d2da%28Office.15%29.aspx)
-[NavigationControl.DblClick Event (Access)](http://msdn.microsoft.com/library/f8f4f4d1-fbb7-e6aa-513b-fe434e50caa9%28Office.15%29.aspx)
+[NavigationControl.DblClick event (Access)](http://msdn.microsoft.com/library/f8f4f4d1-fbb7-e6aa-513b-fe434e50caa9%28Office.15%29.aspx)
diff --git a/F1/deactivate-event-access-vbaac10-chm13686.md b/F1/deactivate-event-access-vbaac10-chm13686.md
index c4b54b730ab..ac6ddaab2af 100644
--- a/F1/deactivate-event-access-vbaac10-chm13686.md
+++ b/F1/deactivate-event-access-vbaac10-chm13686.md
@@ -13,57 +13,57 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.Deactivate Event (Access)](http://msdn.microsoft.com/library/8702b30b-d38e-fcb6-141e-0ac4e53c63ad%28Office.15%29.aspx)
+[Form.Deactivate event (Access)](http://msdn.microsoft.com/library/8702b30b-d38e-fcb6-141e-0ac4e53c63ad%28Office.15%29.aspx)
-[Form.AfterFinalRender Event (Access)](http://msdn.microsoft.com/library/89f9cbb5-f002-4783-dc70-17878763e486%28Office.15%29.aspx)
+[Form.AfterFinalRender event (Access)](http://msdn.microsoft.com/library/89f9cbb5-f002-4783-dc70-17878763e486%28Office.15%29.aspx)
-[Form.MouseMove Event (Access)](http://msdn.microsoft.com/library/e255bb17-4997-9290-cd13-1a61666017b2%28Office.15%29.aspx)
-[Form.BeforeScreenTip Event (Access)](http://msdn.microsoft.com/library/08e67747-9023-e880-c246-1aa9e9c447ed%28Office.15%29.aspx)
-[Form.ViewChange Event (Access)](http://msdn.microsoft.com/library/a3788eca-783f-cb5d-1a7b-1c4a23648629%28Office.15%29.aspx)
-[Form.Current Event (Access)](http://msdn.microsoft.com/library/44961599-2b0a-874e-be64-1e29f47f839f%28Office.15%29.aspx)
-[Form.ApplyFilter Event (Access)](http://msdn.microsoft.com/library/c8aafdbf-1693-21cf-5bdd-1ea6d702aa58%28Office.15%29.aspx)
-[Form.CommandBeforeExecute Event (Access)](http://msdn.microsoft.com/library/4fb1c072-3781-8a52-bc9a-2e26d2738789%28Office.15%29.aspx)
-[Form.Load Event (Access)](http://msdn.microsoft.com/library/a7547066-e1eb-6cdc-a170-2ee222081720%28Office.15%29.aspx)
-[Form Object (Access)](http://msdn.microsoft.com/library/72ef9219-142b-b690-b696-3eba9a5d4522%28Office.15%29.aspx)
-[Form.BeforeRender Event (Access)](http://msdn.microsoft.com/library/5661065e-472d-c073-948c-40b19c965848%28Office.15%29.aspx)
-[Form.LostFocus Event (Access)](http://msdn.microsoft.com/library/09aa4b18-f4b2-024e-14c0-476faa76f209%28Office.15%29.aspx)
-[Form.Query Event (Access)](http://msdn.microsoft.com/library/f3070a6f-3064-b496-ff9f-4da165205f90%28Office.15%29.aspx)
-[Form.CommandChecked Event (Access)](http://msdn.microsoft.com/library/ec30f538-bbd2-9935-1ad9-5210f457b15f%28Office.15%29.aspx)
-[Form.Filter Event (Access)](http://msdn.microsoft.com/library/265f3397-3dc9-21b3-ebac-55fb4e1261c0%28Office.15%29.aspx)
-[Form.AfterRender Event (Access)](http://msdn.microsoft.com/library/3232d72f-4dd4-9797-d9cb-5ac616c68c71%28Office.15%29.aspx)
-[Form.Undo Event (Access)](http://msdn.microsoft.com/library/fdcf98c1-c560-1c29-586d-6c4eb4a6ccd0%28Office.15%29.aspx)
-[Form.KeyDown Event (Access)](http://msdn.microsoft.com/library/ceb66db0-695a-e3b1-f0f7-6c9bd9191b2b%28Office.15%29.aspx)
-[Form.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/b783fcab-f697-a464-820c-712eac46cb4b%28Office.15%29.aspx)
-[Form.MouseWheel Event (Access)](http://msdn.microsoft.com/library/eec18d43-1cee-463c-37e6-760eccb0b890%28Office.15%29.aspx)
-[Form.MouseDown Event (Access)](http://msdn.microsoft.com/library/09b8822b-9e13-3640-5fab-77fd00d8b68f%28Office.15%29.aspx)
-[Form.Close Event (Access)](http://msdn.microsoft.com/library/e65fe7e0-efc1-dabc-4b2c-787af465ade0%28Office.15%29.aspx)
-[Form.Activate Event (Access)](http://msdn.microsoft.com/library/1409c52b-8a77-0e0d-1a26-7dc4ce8bb320%28Office.15%29.aspx)
-[Form.Timer Event (Access)](http://msdn.microsoft.com/library/395c62a1-5731-01b8-a4ea-852bfb30572f%28Office.15%29.aspx)
-[Form.BeforeQuery Event (Access)](http://msdn.microsoft.com/library/07d9ba3f-25dc-f448-5c99-8c1e4ca5ab20%28Office.15%29.aspx)
-[Form.SelectionChange Event (Access)](http://msdn.microsoft.com/library/4c815a6d-4971-6cbd-16ad-905e93ec1b52%28Office.15%29.aspx)
-[Form.AfterDelConfirm Event (Access)](http://msdn.microsoft.com/library/49f6f575-6f67-08b0-a2aa-913c8182cbe9%28Office.15%29.aspx)
-[Form.AfterLayout Event (Access)](http://msdn.microsoft.com/library/3b500c32-e1aa-ad06-432f-981253767c3d%28Office.15%29.aspx)
-[Form.DataChange Event (Access)](http://msdn.microsoft.com/library/026fddb4-2a43-095c-9460-98c12378735c%28Office.15%29.aspx)
-[Form.Open Event (Access)](http://msdn.microsoft.com/library/8638e6d9-29af-a007-44f5-9bada14adb29%28Office.15%29.aspx)
-[Form.Resize Event (Access)](http://msdn.microsoft.com/library/de57e9bf-e4fd-174e-4d56-9ea813ab92ce%28Office.15%29.aspx)
-[Form.CommandEnabled Event (Access)](http://msdn.microsoft.com/library/4a9ff0dc-5ed2-e841-97d3-a1c4a7ed4d42%28Office.15%29.aspx)
-[Form.Delete Event (Access)](http://msdn.microsoft.com/library/89916f81-ec7a-f322-d4e6-a4a42db523cf%28Office.15%29.aspx)
-[Form.Error Event (Access)](http://msdn.microsoft.com/library/ed8229fb-4169-8be5-dc2e-a543ca3bfff3%28Office.15%29.aspx)
-[Form.DblClick Event (Access)](http://msdn.microsoft.com/library/bac58ee6-3fd8-696e-67d2-ab533760de11%28Office.15%29.aspx)
-[Form.BeforeInsert Event (Access)](http://msdn.microsoft.com/library/de0f6b1a-fc11-4000-2c0c-b0ad9ccfccc2%28Office.15%29.aspx)
-[Form.BeforeDelConfirm Event (Access)](http://msdn.microsoft.com/library/36b9147a-6bfb-d386-117a-b65cc4659da8%28Office.15%29.aspx)
-[Form.Dirty Event (Access)](http://msdn.microsoft.com/library/e0bcf968-7176-bd24-29c4-d3f014f57adb%28Office.15%29.aspx)
-[Form.AfterInsert Event (Access)](http://msdn.microsoft.com/library/07140c13-ce7c-91f2-7451-d7f834653ef2%28Office.15%29.aspx)
-[Form.MouseUp Event (Access)](http://msdn.microsoft.com/library/b397f122-24ec-18f9-779b-d8431664abc1%28Office.15%29.aspx)
-[Form.Click Event (Access)](http://msdn.microsoft.com/library/43cf0568-c645-60eb-3c46-d9dd0b147d8d%28Office.15%29.aspx)
-[Form.KeyUp Event (Access)](http://msdn.microsoft.com/library/dbef316c-6362-f330-0931-e109e1381907%28Office.15%29.aspx)
-[Form.CommandExecute Event (Access)](http://msdn.microsoft.com/library/b4b3bc8e-3e95-5120-ed7e-e17b2f8f23ba%28Office.15%29.aspx)
-[Form.GotFocus Event (Access)](http://msdn.microsoft.com/library/ded3dc26-938e-adb2-8017-e72dd83c9742%28Office.15%29.aspx)
-[Form.PivotTableChange Event (Access)](http://msdn.microsoft.com/library/8b4a8c9a-c8a3-648d-968d-edcb7cb94956%28Office.15%29.aspx)
-[Form.OnConnect Event (Access)](http://msdn.microsoft.com/library/39966052-0e06-bde9-142f-ee74d16a9973%28Office.15%29.aspx)
-[Form.Unload Event (Access)](http://msdn.microsoft.com/library/13f1f7f4-9d69-128f-7e02-f3d3b99ec0f4%28Office.15%29.aspx)
-[Form.KeyPress Event (Access)](http://msdn.microsoft.com/library/62ebe014-955a-e47e-6506-f7be9aa44de6%28Office.15%29.aspx)
-[Form.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/b622d8c9-4802-a915-5cd4-f8a91ba57099%28Office.15%29.aspx)
-[Form.DataSetChange Event (Access)](http://msdn.microsoft.com/library/b266f48e-ccf9-1be1-edfb-f99892b09c97%28Office.15%29.aspx)
-[Form.OnDisconnect Event (Access)](http://msdn.microsoft.com/library/b5b2a18b-d159-c122-c35e-fe749d755f0e%28Office.15%29.aspx)
+[Form.MouseMove event (Access)](http://msdn.microsoft.com/library/e255bb17-4997-9290-cd13-1a61666017b2%28Office.15%29.aspx)
+[Form.BeforeScreenTip event (Access)](http://msdn.microsoft.com/library/08e67747-9023-e880-c246-1aa9e9c447ed%28Office.15%29.aspx)
+[Form.ViewChange event (Access)](http://msdn.microsoft.com/library/a3788eca-783f-cb5d-1a7b-1c4a23648629%28Office.15%29.aspx)
+[Form.Current event (Access)](http://msdn.microsoft.com/library/44961599-2b0a-874e-be64-1e29f47f839f%28Office.15%29.aspx)
+[Form.ApplyFilter event (Access)](http://msdn.microsoft.com/library/c8aafdbf-1693-21cf-5bdd-1ea6d702aa58%28Office.15%29.aspx)
+[Form.CommandBeforeExecute event (Access)](http://msdn.microsoft.com/library/4fb1c072-3781-8a52-bc9a-2e26d2738789%28Office.15%29.aspx)
+[Form.Load event (Access)](http://msdn.microsoft.com/library/a7547066-e1eb-6cdc-a170-2ee222081720%28Office.15%29.aspx)
+[Form object (Access)](http://msdn.microsoft.com/library/72ef9219-142b-b690-b696-3eba9a5d4522%28Office.15%29.aspx)
+[Form.BeforeRender event (Access)](http://msdn.microsoft.com/library/5661065e-472d-c073-948c-40b19c965848%28Office.15%29.aspx)
+[Form.LostFocus event (Access)](http://msdn.microsoft.com/library/09aa4b18-f4b2-024e-14c0-476faa76f209%28Office.15%29.aspx)
+[Form.Query event (Access)](http://msdn.microsoft.com/library/f3070a6f-3064-b496-ff9f-4da165205f90%28Office.15%29.aspx)
+[Form.CommandChecked event (Access)](http://msdn.microsoft.com/library/ec30f538-bbd2-9935-1ad9-5210f457b15f%28Office.15%29.aspx)
+[Form.Filter event (Access)](http://msdn.microsoft.com/library/265f3397-3dc9-21b3-ebac-55fb4e1261c0%28Office.15%29.aspx)
+[Form.AfterRender event (Access)](http://msdn.microsoft.com/library/3232d72f-4dd4-9797-d9cb-5ac616c68c71%28Office.15%29.aspx)
+[Form.Undo event (Access)](http://msdn.microsoft.com/library/fdcf98c1-c560-1c29-586d-6c4eb4a6ccd0%28Office.15%29.aspx)
+[Form.KeyDown event (Access)](http://msdn.microsoft.com/library/ceb66db0-695a-e3b1-f0f7-6c9bd9191b2b%28Office.15%29.aspx)
+[Form.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/b783fcab-f697-a464-820c-712eac46cb4b%28Office.15%29.aspx)
+[Form.MouseWheel event (Access)](http://msdn.microsoft.com/library/eec18d43-1cee-463c-37e6-760eccb0b890%28Office.15%29.aspx)
+[Form.MouseDown event (Access)](http://msdn.microsoft.com/library/09b8822b-9e13-3640-5fab-77fd00d8b68f%28Office.15%29.aspx)
+[Form.Close event (Access)](http://msdn.microsoft.com/library/e65fe7e0-efc1-dabc-4b2c-787af465ade0%28Office.15%29.aspx)
+[Form.Activate event (Access)](http://msdn.microsoft.com/library/1409c52b-8a77-0e0d-1a26-7dc4ce8bb320%28Office.15%29.aspx)
+[Form.Timer event (Access)](http://msdn.microsoft.com/library/395c62a1-5731-01b8-a4ea-852bfb30572f%28Office.15%29.aspx)
+[Form.BeforeQuery event (Access)](http://msdn.microsoft.com/library/07d9ba3f-25dc-f448-5c99-8c1e4ca5ab20%28Office.15%29.aspx)
+[Form.SelectionChange event (Access)](http://msdn.microsoft.com/library/4c815a6d-4971-6cbd-16ad-905e93ec1b52%28Office.15%29.aspx)
+[Form.AfterDelConfirm event (Access)](http://msdn.microsoft.com/library/49f6f575-6f67-08b0-a2aa-913c8182cbe9%28Office.15%29.aspx)
+[Form.AfterLayout event (Access)](http://msdn.microsoft.com/library/3b500c32-e1aa-ad06-432f-981253767c3d%28Office.15%29.aspx)
+[Form.DataChange event (Access)](http://msdn.microsoft.com/library/026fddb4-2a43-095c-9460-98c12378735c%28Office.15%29.aspx)
+[Form.Open event (Access)](http://msdn.microsoft.com/library/8638e6d9-29af-a007-44f5-9bada14adb29%28Office.15%29.aspx)
+[Form.Resize event (Access)](http://msdn.microsoft.com/library/de57e9bf-e4fd-174e-4d56-9ea813ab92ce%28Office.15%29.aspx)
+[Form.CommandEnabled event (Access)](http://msdn.microsoft.com/library/4a9ff0dc-5ed2-e841-97d3-a1c4a7ed4d42%28Office.15%29.aspx)
+[Form.Delete event (Access)](http://msdn.microsoft.com/library/89916f81-ec7a-f322-d4e6-a4a42db523cf%28Office.15%29.aspx)
+[Form.Error event (Access)](http://msdn.microsoft.com/library/ed8229fb-4169-8be5-dc2e-a543ca3bfff3%28Office.15%29.aspx)
+[Form.DblClick event (Access)](http://msdn.microsoft.com/library/bac58ee6-3fd8-696e-67d2-ab533760de11%28Office.15%29.aspx)
+[Form.BeforeInsert event (Access)](http://msdn.microsoft.com/library/de0f6b1a-fc11-4000-2c0c-b0ad9ccfccc2%28Office.15%29.aspx)
+[Form.BeforeDelConfirm event (Access)](http://msdn.microsoft.com/library/36b9147a-6bfb-d386-117a-b65cc4659da8%28Office.15%29.aspx)
+[Form.Dirty event (Access)](http://msdn.microsoft.com/library/e0bcf968-7176-bd24-29c4-d3f014f57adb%28Office.15%29.aspx)
+[Form.AfterInsert event (Access)](http://msdn.microsoft.com/library/07140c13-ce7c-91f2-7451-d7f834653ef2%28Office.15%29.aspx)
+[Form.MouseUp event (Access)](http://msdn.microsoft.com/library/b397f122-24ec-18f9-779b-d8431664abc1%28Office.15%29.aspx)
+[Form.Click event (Access)](http://msdn.microsoft.com/library/43cf0568-c645-60eb-3c46-d9dd0b147d8d%28Office.15%29.aspx)
+[Form.KeyUp event (Access)](http://msdn.microsoft.com/library/dbef316c-6362-f330-0931-e109e1381907%28Office.15%29.aspx)
+[Form.CommandExecute event (Access)](http://msdn.microsoft.com/library/b4b3bc8e-3e95-5120-ed7e-e17b2f8f23ba%28Office.15%29.aspx)
+[Form.GotFocus event (Access)](http://msdn.microsoft.com/library/ded3dc26-938e-adb2-8017-e72dd83c9742%28Office.15%29.aspx)
+[Form.PivotTableChange event (Access)](http://msdn.microsoft.com/library/8b4a8c9a-c8a3-648d-968d-edcb7cb94956%28Office.15%29.aspx)
+[Form.OnConnect event (Access)](http://msdn.microsoft.com/library/39966052-0e06-bde9-142f-ee74d16a9973%28Office.15%29.aspx)
+[Form.Unload event (Access)](http://msdn.microsoft.com/library/13f1f7f4-9d69-128f-7e02-f3d3b99ec0f4%28Office.15%29.aspx)
+[Form.KeyPress event (Access)](http://msdn.microsoft.com/library/62ebe014-955a-e47e-6506-f7be9aa44de6%28Office.15%29.aspx)
+[Form.AfterUpdate event (Access)](http://msdn.microsoft.com/library/b622d8c9-4802-a915-5cd4-f8a91ba57099%28Office.15%29.aspx)
+[Form.DataSetChange event (Access)](http://msdn.microsoft.com/library/b266f48e-ccf9-1be1-edfb-f99892b09c97%28Office.15%29.aspx)
+[Form.OnDisconnect event (Access)](http://msdn.microsoft.com/library/b5b2a18b-d159-c122-c35e-fe749d755f0e%28Office.15%29.aspx)
diff --git a/F1/decimalplaces-property-access-vbaac10-chm4327.md b/F1/decimalplaces-property-access-vbaac10-chm4327.md
index 56d5acc7c9d..d45df55f7e8 100644
--- a/F1/decimalplaces-property-access-vbaac10-chm4327.md
+++ b/F1/decimalplaces-property-access-vbaac10-chm4327.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.DecimalPlaces Property (Access)](http://msdn.microsoft.com/library/5d57d9b7-12bd-2555-242e-204fd8dd48be%28Office.15%29.aspx)
+[ComboBox.DecimalPlaces property (Access)](http://msdn.microsoft.com/library/5d57d9b7-12bd-2555-242e-204fd8dd48be%28Office.15%29.aspx)
-[TextBox.DecimalPlaces Property (Access)](http://msdn.microsoft.com/library/cd032c51-34d1-18d3-c378-7473938ec1d7%28Office.15%29.aspx)
+[TextBox.DecimalPlaces property (Access)](http://msdn.microsoft.com/library/cd032c51-34d1-18d3-c378-7473938ec1d7%28Office.15%29.aspx)
diff --git a/F1/default-property-access-vbaac10-chm4328.md b/F1/default-property-access-vbaac10-chm4328.md
index 87b04e0fc7d..43bcda933b3 100644
--- a/F1/default-property-access-vbaac10-chm4328.md
+++ b/F1/default-property-access-vbaac10-chm4328.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.Default Property (Access)](http://msdn.microsoft.com/library/ffe92e84-4bfa-56a2-298e-00d448f8dc29%28Office.15%29.aspx)
+[CustomControl.Default property (Access)](http://msdn.microsoft.com/library/ffe92e84-4bfa-56a2-298e-00d448f8dc29%28Office.15%29.aspx)
-[CommandButton.Default Property (Access)](http://msdn.microsoft.com/library/b643350e-9a89-a0ff-b8dd-f1c2c1392992%28Office.15%29.aspx)
+[CommandButton.Default property (Access)](http://msdn.microsoft.com/library/b643350e-9a89-a0ff-b8dd-f1c2c1392992%28Office.15%29.aspx)
diff --git a/F1/defaultpicture-property-access-vbaac10-chm14001.md b/F1/defaultpicture-property-access-vbaac10-chm14001.md
index 412455c0cda..f9e7f18867c 100644
--- a/F1/defaultpicture-property-access-vbaac10-chm14001.md
+++ b/F1/defaultpicture-property-access-vbaac10-chm14001.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Attachment.DefaultPicture Property (Access)](http://msdn.microsoft.com/library/98bc9637-50c9-5831-8170-a32abe5915bc%28Office.15%29.aspx)
+[Attachment.DefaultPicture property (Access)](http://msdn.microsoft.com/library/98bc9637-50c9-5831-8170-a32abe5915bc%28Office.15%29.aspx)
diff --git a/F1/defaultvalue-property-access-vbaac10-chm4329.md b/F1/defaultvalue-property-access-vbaac10-chm4329.md
index 9d56a8dddaa..d6baaa53149 100644
--- a/F1/defaultvalue-property-access-vbaac10-chm4329.md
+++ b/F1/defaultvalue-property-access-vbaac10-chm4329.md
@@ -13,13 +13,13 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.DefaultValue Property (Access)](http://msdn.microsoft.com/library/95809409-a347-33d6-4268-2b66fb1f2ac6%28Office.15%29.aspx)
+[ToggleButton.DefaultValue property (Access)](http://msdn.microsoft.com/library/95809409-a347-33d6-4268-2b66fb1f2ac6%28Office.15%29.aspx)
-[OptionButton.DefaultValue Property (Access)](http://msdn.microsoft.com/library/87be103a-bfe6-ccab-7349-4c3cbbeadc30%28Office.15%29.aspx)
+[OptionButton.DefaultValue property (Access)](http://msdn.microsoft.com/library/87be103a-bfe6-ccab-7349-4c3cbbeadc30%28Office.15%29.aspx)
-[OptionGroup.DefaultValue Property (Access)](http://msdn.microsoft.com/library/cb19cb7b-033c-9e4d-6683-5296c306f47f%28Office.15%29.aspx)
-[TextBox.DefaultValue Property (Access)](http://msdn.microsoft.com/library/fab86da0-e865-478c-80c6-7681c5733059%28Office.15%29.aspx)
-[ComboBox.DefaultValue Property (Access)](http://msdn.microsoft.com/library/9c8a001f-ba06-f5c4-654d-7f37cabec14e%28Office.15%29.aspx)
-[CheckBox.DefaultValue Property (Access)](http://msdn.microsoft.com/library/3bbeaae3-3f94-0841-306d-a73e56cac461%28Office.15%29.aspx)
-[ListBox.DefaultValue Property (Access)](http://msdn.microsoft.com/library/dd8104db-7d24-2b1f-aac7-bc17f7b9002b%28Office.15%29.aspx)
+[OptionGroup.DefaultValue property (Access)](http://msdn.microsoft.com/library/cb19cb7b-033c-9e4d-6683-5296c306f47f%28Office.15%29.aspx)
+[TextBox.DefaultValue property (Access)](http://msdn.microsoft.com/library/fab86da0-e865-478c-80c6-7681c5733059%28Office.15%29.aspx)
+[ComboBox.DefaultValue property (Access)](http://msdn.microsoft.com/library/9c8a001f-ba06-f5c4-654d-7f37cabec14e%28Office.15%29.aspx)
+[CheckBox.DefaultValue property (Access)](http://msdn.microsoft.com/library/3bbeaae3-3f94-0841-306d-a73e56cac461%28Office.15%29.aspx)
+[ListBox.DefaultValue property (Access)](http://msdn.microsoft.com/library/dd8104db-7d24-2b1f-aac7-bc17f7b9002b%28Office.15%29.aspx)
diff --git a/F1/defaultview-property-access-vbaac10-chm4330.md b/F1/defaultview-property-access-vbaac10-chm4330.md
index faf14366eaa..105b8597ab4 100644
--- a/F1/defaultview-property-access-vbaac10-chm4330.md
+++ b/F1/defaultview-property-access-vbaac10-chm4330.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.DefaultView Property (Access)](http://msdn.microsoft.com/library/75eb8fcd-9e28-bda4-d560-a2a5bfca0450%28Office.15%29.aspx)
+[Report.DefaultView property (Access)](http://msdn.microsoft.com/library/75eb8fcd-9e28-bda4-d560-a2a5bfca0450%28Office.15%29.aspx)
-[Form.DefaultView Property (Access)](http://msdn.microsoft.com/library/bb44eca9-1576-794a-0558-f67e2d37559b%28Office.15%29.aspx)
+[Form.DefaultView property (Access)](http://msdn.microsoft.com/library/bb44eca9-1576-794a-0558-f67e2d37559b%28Office.15%29.aspx)
diff --git a/F1/description-property-accessaccess-vbaac10-chm4331.md b/F1/description-property-accessaccess-vbaac10-chm4331.md
index 56ebecf38de..6e0b4170f0c 100644
--- a/F1/description-property-accessaccess-vbaac10-chm4331.md
+++ b/F1/description-property-accessaccess-vbaac10-chm4331.md
@@ -1,5 +1,5 @@
---
-title: Description Property (Access), Access [vbaac10.chm4331]
+title: Description property (Access), Access [vbaac10.chm4331]
keywords: vbaac10.chm4331
f1_keywords:
- vbaac10.chm4331
@@ -9,9 +9,9 @@ ms.date: 06/08/2017
---
-# Description Property (Access), Access [vbaac10.chm4331]
+# Description property (Access), Access [vbaac10.chm4331]
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Description Property (Access)](http://msdn.microsoft.com/library/b2933bc9-5e8b-9bee-d07b-2b015c530ebe%28Office.15%29.aspx)
+[Description property (Access)](http://msdn.microsoft.com/library/b2933bc9-5e8b-9bee-d07b-2b015c530ebe%28Office.15%29.aspx)
diff --git a/F1/description-property-accessaccess-vbaac10-chm5187169.md b/F1/description-property-accessaccess-vbaac10-chm5187169.md
index 85ce85d21af..af50c45f39e 100644
--- a/F1/description-property-accessaccess-vbaac10-chm5187169.md
+++ b/F1/description-property-accessaccess-vbaac10-chm5187169.md
@@ -1,5 +1,5 @@
---
-title: Description Property (Access), Access [vbaac10.chm5187169]
+title: Description property (Access), Access [vbaac10.chm5187169]
keywords: vbaac10.chm5187169
f1_keywords:
- vbaac10.chm5187169
@@ -9,9 +9,9 @@ ms.date: 06/08/2017
---
-# Description Property (Access), Access [vbaac10.chm5187169]
+# Description property (Access), Access [vbaac10.chm5187169]
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Description Property (Access)](http://msdn.microsoft.com/library/b2933bc9-5e8b-9bee-d07b-2b015c530ebe%28Office.15%29.aspx)
+[Description property (Access)](http://msdn.microsoft.com/library/b2933bc9-5e8b-9bee-d07b-2b015c530ebe%28Office.15%29.aspx)
diff --git a/F1/destconnectstr-destinationdb-destinationtable-properties-access-vbaac10-chm11120.md b/F1/destconnectstr-destinationdb-destinationtable-properties-access-vbaac10-chm11120.md
index 5be0736bf52..9ec43785302 100644
--- a/F1/destconnectstr-destinationdb-destinationtable-properties-access-vbaac10-chm11120.md
+++ b/F1/destconnectstr-destinationdb-destinationtable-properties-access-vbaac10-chm11120.md
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
# DestConnectStr, DestinationDB, DestinationTable Properties, Access [vbaac10.chm11120]
-[NavigationControl.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/62e5608d-c002-cc2b-305c-90b9ba68b527%28Office.15%29.aspx)
+[NavigationControl.OnGotFocus property (Access)](http://msdn.microsoft.com/library/62e5608d-c002-cc2b-305c-90b9ba68b527%28Office.15%29.aspx)
-[TextBox.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/3a180b9a-d415-b124-f884-9ce64dba8358%28Office.15%29.aspx)
+[TextBox.OnGotFocus property (Access)](http://msdn.microsoft.com/library/3a180b9a-d415-b124-f884-9ce64dba8358%28Office.15%29.aspx)
diff --git a/F1/dirty-event-access-vbaac10-chm14209.md b/F1/dirty-event-access-vbaac10-chm14209.md
index 693851d50c6..045c52f2969 100644
--- a/F1/dirty-event-access-vbaac10-chm14209.md
+++ b/F1/dirty-event-access-vbaac10-chm14209.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Dirty Event (Access)](http://msdn.microsoft.com/library/6125891b-c0cf-0b0e-0678-146404b2ed31%28Office.15%29.aspx)
+[NavigationControl.Dirty event (Access)](http://msdn.microsoft.com/library/6125891b-c0cf-0b0e-0678-146404b2ed31%28Office.15%29.aspx)
-[TextBox.Dirty Event (Access)](http://msdn.microsoft.com/library/d6073892-7618-8e23-1fb1-795d3c76c2b6%28Office.15%29.aspx)
+[TextBox.Dirty event (Access)](http://msdn.microsoft.com/library/d6073892-7618-8e23-1fb1-795d3c76c2b6%28Office.15%29.aspx)
diff --git a/F1/displayas-property-access-vbaac10-chm13975.md b/F1/displayas-property-access-vbaac10-chm13975.md
index bb80d7ca34e..1ac02e5a21b 100644
--- a/F1/displayas-property-access-vbaac10-chm13975.md
+++ b/F1/displayas-property-access-vbaac10-chm13975.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Attachment.DisplayAs Property (Access)](http://msdn.microsoft.com/library/a8813925-8062-501a-a985-27084c2033f4%28Office.15%29.aspx)
+[Attachment.DisplayAs property (Access)](http://msdn.microsoft.com/library/a8813925-8062-501a-a985-27084c2033f4%28Office.15%29.aspx)
diff --git a/F1/displayonsharepointsite-property-access-vbaac10-chm5793.md b/F1/displayonsharepointsite-property-access-vbaac10-chm5793.md
index d407e048691..8e1c4bf26a0 100644
--- a/F1/displayonsharepointsite-property-access-vbaac10-chm5793.md
+++ b/F1/displayonsharepointsite-property-access-vbaac10-chm5793.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.DisplayOnSharePointSite Property (Access)](http://msdn.microsoft.com/library/4e13b1e9-3b79-d073-fb51-848fdc2dcada%28Office.15%29.aspx)
+[Report.DisplayOnSharePointSite property (Access)](http://msdn.microsoft.com/library/4e13b1e9-3b79-d073-fb51-848fdc2dcada%28Office.15%29.aspx)
-[Form.DisplayOnSharePointSite Property (Access)](http://msdn.microsoft.com/library/f741a5df-5924-2756-409a-94a8fcf21809%28Office.15%29.aspx)
+[Form.DisplayOnSharePointSite property (Access)](http://msdn.microsoft.com/library/f741a5df-5924-2756-409a-94a8fcf21809%28Office.15%29.aspx)
diff --git a/F1/displaytype-property-access-vbaac10-chm4335.md b/F1/displaytype-property-access-vbaac10-chm4335.md
index 909f7cecb73..aecbaca56f4 100644
--- a/F1/displaytype-property-access-vbaac10-chm4335.md
+++ b/F1/displaytype-property-access-vbaac10-chm4335.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.DisplayType Property (Access)](http://msdn.microsoft.com/library/30df2df5-ed46-f0e4-02e3-43c3aa99dbad%28Office.15%29.aspx)
+[ObjectFrame.DisplayType property (Access)](http://msdn.microsoft.com/library/30df2df5-ed46-f0e4-02e3-43c3aa99dbad%28Office.15%29.aspx)
-[BoundObjectFrame.DisplayType Property (Access)](http://msdn.microsoft.com/library/95213bcb-9751-b43c-9722-6326d0fa8f25%28Office.15%29.aspx)
+[BoundObjectFrame.DisplayType property (Access)](http://msdn.microsoft.com/library/95213bcb-9751-b43c-9722-6326d0fa8f25%28Office.15%29.aspx)
diff --git a/F1/displaywhen-property-access-vbaac10-chm10463.md b/F1/displaywhen-property-access-vbaac10-chm10463.md
index 32264b333b0..542332761db 100644
--- a/F1/displaywhen-property-access-vbaac10-chm10463.md
+++ b/F1/displaywhen-property-access-vbaac10-chm10463.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/58e02cb9-b161-3116-4905-5989ce9a1f75%28Office.15%29.aspx)
+[NavigationButton.DisplayWhen property (Access)](http://msdn.microsoft.com/library/58e02cb9-b161-3116-4905-5989ce9a1f75%28Office.15%29.aspx)
-[CommandButton.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/3775036c-c483-1c2d-6845-cd999104925d%28Office.15%29.aspx)
+[CommandButton.DisplayWhen property (Access)](http://msdn.microsoft.com/library/3775036c-c483-1c2d-6845-cd999104925d%28Office.15%29.aspx)
diff --git a/F1/displaywhen-property-access-vbaac10-chm11057.md b/F1/displaywhen-property-access-vbaac10-chm11057.md
index 15b07fada7b..5ed38136935 100644
--- a/F1/displaywhen-property-access-vbaac10-chm11057.md
+++ b/F1/displaywhen-property-access-vbaac10-chm11057.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/e1e91c9b-aba6-4bf1-6b54-6c64badfa7af%28Office.15%29.aspx)
+[NavigationControl.DisplayWhen property (Access)](http://msdn.microsoft.com/library/e1e91c9b-aba6-4bf1-6b54-6c64badfa7af%28Office.15%29.aspx)
-[TextBox.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/6e5fa1c0-a264-cbc1-6fdf-9aef6c7f6bab%28Office.15%29.aspx)
+[TextBox.DisplayWhen property (Access)](http://msdn.microsoft.com/library/6e5fa1c0-a264-cbc1-6fdf-9aef6c7f6bab%28Office.15%29.aspx)
diff --git a/F1/displaywhen-property-access-vbaac10-chm4336.md b/F1/displaywhen-property-access-vbaac10-chm4336.md
index de70213f372..4cf6286d7d3 100644
--- a/F1/displaywhen-property-access-vbaac10-chm4336.md
+++ b/F1/displaywhen-property-access-vbaac10-chm4336.md
@@ -13,29 +13,29 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TabControl.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/b3058249-4f5c-9e8d-b5be-10c6bafdaf4e%28Office.15%29.aspx)
+[TabControl.DisplayWhen property (Access)](http://msdn.microsoft.com/library/b3058249-4f5c-9e8d-b5be-10c6bafdaf4e%28Office.15%29.aspx)
-[CheckBox.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/9236d99e-df4d-5342-e60c-162abe7de8d6%28Office.15%29.aspx)
+[CheckBox.DisplayWhen property (Access)](http://msdn.microsoft.com/library/9236d99e-df4d-5342-e60c-162abe7de8d6%28Office.15%29.aspx)
-[CustomControl.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/5d53befd-6210-12b6-7397-2e1eea8bc5d3%28Office.15%29.aspx)
-[SubForm.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/6f45b7da-6c6f-a7cf-b79a-4537b8f74dfe%28Office.15%29.aspx)
-[Attachment.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/7029a8ef-6672-7a30-deb4-581f4f66ce7f%28Office.15%29.aspx)
-[NavigationButton.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/58e02cb9-b161-3116-4905-5989ce9a1f75%28Office.15%29.aspx)
-[EmptyCell.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/571ed93a-6a13-8417-de92-5a019d895955%28Office.15%29.aspx)
-[OptionGroup.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/a69b8fd5-d388-7277-d0de-5cf0ab620a33%28Office.15%29.aspx)
-[Image.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/35638607-44a6-b16a-3b58-6490965e528e%28Office.15%29.aspx)
-[Label.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/e9e1061d-536e-742b-5643-66d0b0573a71%28Office.15%29.aspx)
-[NavigationControl.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/e1e91c9b-aba6-4bf1-6b54-6c64badfa7af%28Office.15%29.aspx)
-[ListBox.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/d8a82522-97db-1b8d-2089-6e808be7889f%28Office.15%29.aspx)
-[Section.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/cf084727-dab8-9105-c162-7216433eb181%28Office.15%29.aspx)
-[ObjectFrame.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/37e03fc6-aee9-b6cf-eafb-7af111b5b9e3%28Office.15%29.aspx)
-[WebBrowserControl.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/c03fdd8a-854a-8738-e904-7f857b94e52b%28Office.15%29.aspx)
-[TextBox.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/6e5fa1c0-a264-cbc1-6fdf-9aef6c7f6bab%28Office.15%29.aspx)
-[OptionButton.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/dc4956e8-a34b-f4b6-d7fb-a095c74d63ef%28Office.15%29.aspx)
-[BoundObjectFrame.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/ef64a05d-562f-2aff-09aa-b3d5609854b8%28Office.15%29.aspx)
-[ComboBox.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/cfe800d7-290d-3f5c-fb48-cbc0628cefcd%28Office.15%29.aspx)
-[CommandButton.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/3775036c-c483-1c2d-6845-cd999104925d%28Office.15%29.aspx)
-[ToggleButton.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/881f7a17-be3d-436f-1511-d6af5a7f4c6e%28Office.15%29.aspx)
-[Line.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/b5d425f8-744b-89e6-1929-f1ef9b187b0c%28Office.15%29.aspx)
-[Rectangle.DisplayWhen Property (Access)](http://msdn.microsoft.com/library/b8aaae52-6f39-82ad-9eec-f4d0e5b885ff%28Office.15%29.aspx)
+[CustomControl.DisplayWhen property (Access)](http://msdn.microsoft.com/library/5d53befd-6210-12b6-7397-2e1eea8bc5d3%28Office.15%29.aspx)
+[SubForm.DisplayWhen property (Access)](http://msdn.microsoft.com/library/6f45b7da-6c6f-a7cf-b79a-4537b8f74dfe%28Office.15%29.aspx)
+[Attachment.DisplayWhen property (Access)](http://msdn.microsoft.com/library/7029a8ef-6672-7a30-deb4-581f4f66ce7f%28Office.15%29.aspx)
+[NavigationButton.DisplayWhen property (Access)](http://msdn.microsoft.com/library/58e02cb9-b161-3116-4905-5989ce9a1f75%28Office.15%29.aspx)
+[EmptyCell.DisplayWhen property (Access)](http://msdn.microsoft.com/library/571ed93a-6a13-8417-de92-5a019d895955%28Office.15%29.aspx)
+[OptionGroup.DisplayWhen property (Access)](http://msdn.microsoft.com/library/a69b8fd5-d388-7277-d0de-5cf0ab620a33%28Office.15%29.aspx)
+[Image.DisplayWhen property (Access)](http://msdn.microsoft.com/library/35638607-44a6-b16a-3b58-6490965e528e%28Office.15%29.aspx)
+[Label.DisplayWhen property (Access)](http://msdn.microsoft.com/library/e9e1061d-536e-742b-5643-66d0b0573a71%28Office.15%29.aspx)
+[NavigationControl.DisplayWhen property (Access)](http://msdn.microsoft.com/library/e1e91c9b-aba6-4bf1-6b54-6c64badfa7af%28Office.15%29.aspx)
+[ListBox.DisplayWhen property (Access)](http://msdn.microsoft.com/library/d8a82522-97db-1b8d-2089-6e808be7889f%28Office.15%29.aspx)
+[Section.DisplayWhen property (Access)](http://msdn.microsoft.com/library/cf084727-dab8-9105-c162-7216433eb181%28Office.15%29.aspx)
+[ObjectFrame.DisplayWhen property (Access)](http://msdn.microsoft.com/library/37e03fc6-aee9-b6cf-eafb-7af111b5b9e3%28Office.15%29.aspx)
+[WebBrowserControl.DisplayWhen property (Access)](http://msdn.microsoft.com/library/c03fdd8a-854a-8738-e904-7f857b94e52b%28Office.15%29.aspx)
+[TextBox.DisplayWhen property (Access)](http://msdn.microsoft.com/library/6e5fa1c0-a264-cbc1-6fdf-9aef6c7f6bab%28Office.15%29.aspx)
+[OptionButton.DisplayWhen property (Access)](http://msdn.microsoft.com/library/dc4956e8-a34b-f4b6-d7fb-a095c74d63ef%28Office.15%29.aspx)
+[BoundObjectFrame.DisplayWhen property (Access)](http://msdn.microsoft.com/library/ef64a05d-562f-2aff-09aa-b3d5609854b8%28Office.15%29.aspx)
+[ComboBox.DisplayWhen property (Access)](http://msdn.microsoft.com/library/cfe800d7-290d-3f5c-fb48-cbc0628cefcd%28Office.15%29.aspx)
+[CommandButton.DisplayWhen property (Access)](http://msdn.microsoft.com/library/3775036c-c483-1c2d-6845-cd999104925d%28Office.15%29.aspx)
+[ToggleButton.DisplayWhen property (Access)](http://msdn.microsoft.com/library/881f7a17-be3d-436f-1511-d6af5a7f4c6e%28Office.15%29.aspx)
+[Line.DisplayWhen property (Access)](http://msdn.microsoft.com/library/b5d425f8-744b-89e6-1929-f1ef9b187b0c%28Office.15%29.aspx)
+[Rectangle.DisplayWhen property (Access)](http://msdn.microsoft.com/library/b8aaae52-6f39-82ad-9eec-f4d0e5b885ff%28Office.15%29.aspx)
diff --git a/F1/dividinglines-property-access-vbaac10-chm13366.md b/F1/dividinglines-property-access-vbaac10-chm13366.md
index b7f0a207d96..9382b6253cb 100644
--- a/F1/dividinglines-property-access-vbaac10-chm13366.md
+++ b/F1/dividinglines-property-access-vbaac10-chm13366.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.DividingLines Property (Access)](http://msdn.microsoft.com/library/f8c62451-ccde-43f9-91f6-cdef38571c54%28Office.15%29.aspx)
+[Form.DividingLines property (Access)](http://msdn.microsoft.com/library/f8c62451-ccde-43f9-91f6-cdef38571c54%28Office.15%29.aspx)
diff --git a/F1/dsum-method-access-vbaac10-chm4123.md b/F1/dsum-method-access-vbaac10-chm4123.md
index ff8c0435dd0..24095d7542a 100644
--- a/F1/dsum-method-access-vbaac10-chm4123.md
+++ b/F1/dsum-method-access-vbaac10-chm4123.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Application.DSum Method (Access)](http://msdn.microsoft.com/library/53a3cfd4-a5e3-d0c5-1727-070c99d2b984%28Office.15%29.aspx)
+[Application.DSum method (Access)](http://msdn.microsoft.com/library/53a3cfd4-a5e3-d0c5-1727-070c99d2b984%28Office.15%29.aspx)
diff --git a/F1/enabled-property-access-vbaac10-chm10464.md b/F1/enabled-property-access-vbaac10-chm10464.md
index 3ba8ab91fc8..f365d5e979a 100644
--- a/F1/enabled-property-access-vbaac10-chm10464.md
+++ b/F1/enabled-property-access-vbaac10-chm10464.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Enabled Property (Access)](http://msdn.microsoft.com/library/00390d23-3088-8f92-db02-902c23ef207c%28Office.15%29.aspx)
+[NavigationButton.Enabled property (Access)](http://msdn.microsoft.com/library/00390d23-3088-8f92-db02-902c23ef207c%28Office.15%29.aspx)
-[CommandButton.Enabled Property (Access)](http://msdn.microsoft.com/library/c48d979d-3320-d8ab-1019-c5d1bf60e01d%28Office.15%29.aspx)
+[CommandButton.Enabled property (Access)](http://msdn.microsoft.com/library/c48d979d-3320-d8ab-1019-c5d1bf60e01d%28Office.15%29.aspx)
diff --git a/F1/enabled-property-access-vbaac10-chm11060.md b/F1/enabled-property-access-vbaac10-chm11060.md
index dec5a48c708..c600b03f8a9 100644
--- a/F1/enabled-property-access-vbaac10-chm11060.md
+++ b/F1/enabled-property-access-vbaac10-chm11060.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Enabled Property (Access)](http://msdn.microsoft.com/library/6296dabf-95a3-6751-7572-95522f7bd57c%28Office.15%29.aspx)
+[NavigationControl.Enabled property (Access)](http://msdn.microsoft.com/library/6296dabf-95a3-6751-7572-95522f7bd57c%28Office.15%29.aspx)
-[TextBox.Enabled Property (Access)](http://msdn.microsoft.com/library/a13297e5-091c-7e83-78cd-fa67f5b81153%28Office.15%29.aspx)
+[TextBox.Enabled property (Access)](http://msdn.microsoft.com/library/a13297e5-091c-7e83-78cd-fa67f5b81153%28Office.15%29.aspx)
diff --git a/F1/enabled-property-access-vbaac10-chm4342.md b/F1/enabled-property-access-vbaac10-chm4342.md
index 5fc40028d7a..b730d36ca1d 100644
--- a/F1/enabled-property-access-vbaac10-chm4342.md
+++ b/F1/enabled-property-access-vbaac10-chm4342.md
@@ -13,25 +13,25 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[FormatCondition.Enabled Property (Access)](http://msdn.microsoft.com/library/bc60dfdf-debe-17f2-fc25-023f2bb2e0e7%28Office.15%29.aspx)
+[FormatCondition.Enabled property (Access)](http://msdn.microsoft.com/library/bc60dfdf-debe-17f2-fc25-023f2bb2e0e7%28Office.15%29.aspx)
-[SubForm.Enabled Property (Access)](http://msdn.microsoft.com/library/62bbd5f7-03f1-a634-f239-1126b0515a82%28Office.15%29.aspx)
+[SubForm.Enabled property (Access)](http://msdn.microsoft.com/library/62bbd5f7-03f1-a634-f239-1126b0515a82%28Office.15%29.aspx)
-[ObjectFrame.Enabled Property (Access)](http://msdn.microsoft.com/library/1b70cc10-3132-f8e4-5a82-19396551f1a7%28Office.15%29.aspx)
-[ListBox.Enabled Property (Access)](http://msdn.microsoft.com/library/f6e95fea-f038-e190-ee8c-1ab088e27828%28Office.15%29.aspx)
-[TabControl.Enabled Property (Access)](http://msdn.microsoft.com/library/902b88fc-b0dc-65b4-24c3-22030aedb1bb%28Office.15%29.aspx)
-[OptionButton.Enabled Property (Access)](http://msdn.microsoft.com/library/ff1a1ee6-c92f-4106-b49f-25d6a17088d7%28Office.15%29.aspx)
-[CustomControl.Enabled Property (Access)](http://msdn.microsoft.com/library/d84b19c0-173d-ffbd-dfb3-47a47709d130%28Office.15%29.aspx)
-[ComboBox.Enabled Property (Access)](http://msdn.microsoft.com/library/69952de0-af27-32fe-0567-6558e85f53c5%28Office.15%29.aspx)
-[CheckBox.Enabled Property (Access)](http://msdn.microsoft.com/library/48bf27fa-f08e-6fc9-ad92-6ec489b80801%28Office.15%29.aspx)
-[Page.Enabled Property (Access)](http://msdn.microsoft.com/library/02e67765-74e5-25e8-3c34-7dabe3b4236c%28Office.15%29.aspx)
-[NavigationButton.Enabled Property (Access)](http://msdn.microsoft.com/library/00390d23-3088-8f92-db02-902c23ef207c%28Office.15%29.aspx)
-[NavigationControl.Enabled Property (Access)](http://msdn.microsoft.com/library/6296dabf-95a3-6751-7572-95522f7bd57c%28Office.15%29.aspx)
-[BoundObjectFrame.Enabled Property (Access)](http://msdn.microsoft.com/library/58b19f0d-8460-0a51-739f-9fae5de20901%28Office.15%29.aspx)
-[ToggleButton.Enabled Property (Access)](http://msdn.microsoft.com/library/836c6553-07ae-0014-6a0a-ab1fa33cf550%28Office.15%29.aspx)
-[CommandButton.Enabled Property (Access)](http://msdn.microsoft.com/library/c48d979d-3320-d8ab-1019-c5d1bf60e01d%28Office.15%29.aspx)
-[OptionGroup.Enabled Property (Access)](http://msdn.microsoft.com/library/7c8a10cc-6277-778c-e7c2-c8274019e3ad%28Office.15%29.aspx)
-[Attachment.Enabled Property (Access)](http://msdn.microsoft.com/library/d0838624-4ed8-6099-8aac-ea947de2f56e%28Office.15%29.aspx)
-[TextBox.Enabled Property (Access)](http://msdn.microsoft.com/library/a13297e5-091c-7e83-78cd-fa67f5b81153%28Office.15%29.aspx)
-[WebBrowserControl.Enabled Property (Access)](http://msdn.microsoft.com/library/6da2553d-0ad9-4741-c89f-fc19dfacb5a2%28Office.15%29.aspx)
+[ObjectFrame.Enabled property (Access)](http://msdn.microsoft.com/library/1b70cc10-3132-f8e4-5a82-19396551f1a7%28Office.15%29.aspx)
+[ListBox.Enabled property (Access)](http://msdn.microsoft.com/library/f6e95fea-f038-e190-ee8c-1ab088e27828%28Office.15%29.aspx)
+[TabControl.Enabled property (Access)](http://msdn.microsoft.com/library/902b88fc-b0dc-65b4-24c3-22030aedb1bb%28Office.15%29.aspx)
+[OptionButton.Enabled property (Access)](http://msdn.microsoft.com/library/ff1a1ee6-c92f-4106-b49f-25d6a17088d7%28Office.15%29.aspx)
+[CustomControl.Enabled property (Access)](http://msdn.microsoft.com/library/d84b19c0-173d-ffbd-dfb3-47a47709d130%28Office.15%29.aspx)
+[ComboBox.Enabled property (Access)](http://msdn.microsoft.com/library/69952de0-af27-32fe-0567-6558e85f53c5%28Office.15%29.aspx)
+[CheckBox.Enabled property (Access)](http://msdn.microsoft.com/library/48bf27fa-f08e-6fc9-ad92-6ec489b80801%28Office.15%29.aspx)
+[Page.Enabled property (Access)](http://msdn.microsoft.com/library/02e67765-74e5-25e8-3c34-7dabe3b4236c%28Office.15%29.aspx)
+[NavigationButton.Enabled property (Access)](http://msdn.microsoft.com/library/00390d23-3088-8f92-db02-902c23ef207c%28Office.15%29.aspx)
+[NavigationControl.Enabled property (Access)](http://msdn.microsoft.com/library/6296dabf-95a3-6751-7572-95522f7bd57c%28Office.15%29.aspx)
+[BoundObjectFrame.Enabled property (Access)](http://msdn.microsoft.com/library/58b19f0d-8460-0a51-739f-9fae5de20901%28Office.15%29.aspx)
+[ToggleButton.Enabled property (Access)](http://msdn.microsoft.com/library/836c6553-07ae-0014-6a0a-ab1fa33cf550%28Office.15%29.aspx)
+[CommandButton.Enabled property (Access)](http://msdn.microsoft.com/library/c48d979d-3320-d8ab-1019-c5d1bf60e01d%28Office.15%29.aspx)
+[OptionGroup.Enabled property (Access)](http://msdn.microsoft.com/library/7c8a10cc-6277-778c-e7c2-c8274019e3ad%28Office.15%29.aspx)
+[Attachment.Enabled property (Access)](http://msdn.microsoft.com/library/d0838624-4ed8-6099-8aac-ea947de2f56e%28Office.15%29.aspx)
+[TextBox.Enabled property (Access)](http://msdn.microsoft.com/library/a13297e5-091c-7e83-78cd-fa67f5b81153%28Office.15%29.aspx)
+[WebBrowserControl.Enabled property (Access)](http://msdn.microsoft.com/library/6da2553d-0ad9-4741-c89f-fc19dfacb5a2%28Office.15%29.aspx)
diff --git a/F1/enter-event-access-vbaac10-chm10554.md b/F1/enter-event-access-vbaac10-chm10554.md
index 2fd935949c2..371e78382f7 100644
--- a/F1/enter-event-access-vbaac10-chm10554.md
+++ b/F1/enter-event-access-vbaac10-chm10554.md
@@ -13,19 +13,19 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Enter Event (Access)](http://msdn.microsoft.com/library/cc60adbd-eb72-92c3-a562-08adbf0dcc99%28Office.15%29.aspx)
+[CommandButton.Enter event (Access)](http://msdn.microsoft.com/library/cc60adbd-eb72-92c3-a562-08adbf0dcc99%28Office.15%29.aspx)
-[CommandButton.MouseUp Event (Access)](http://msdn.microsoft.com/library/92cbef4e-deee-1c5f-ec0e-10bc5e6ebd5b%28Office.15%29.aspx)
+[CommandButton.MouseUp event (Access)](http://msdn.microsoft.com/library/92cbef4e-deee-1c5f-ec0e-10bc5e6ebd5b%28Office.15%29.aspx)
-[CommandButton.MouseMove Event (Access)](http://msdn.microsoft.com/library/f20d4807-42a8-5c90-e18a-1208a138241c%28Office.15%29.aspx)
-[CommandButton Object (Access)](http://msdn.microsoft.com/library/25e7c0b7-03c1-dffe-8f52-4ec59739f6b8%28Office.15%29.aspx)
-[CommandButton.GotFocus Event (Access)](http://msdn.microsoft.com/library/b8ad669d-6353-ff62-5b06-5fda93d50327%28Office.15%29.aspx)
-[CommandButton.KeyDown Event (Access)](http://msdn.microsoft.com/library/d2bc24b6-62c8-dd3f-82af-600f045e2df1%28Office.15%29.aspx)
-[CommandButton.KeyUp Event (Access)](http://msdn.microsoft.com/library/6466c06a-d3fc-8187-82dd-7a5c332049a3%28Office.15%29.aspx)
-[CommandButton.LostFocus Event (Access)](http://msdn.microsoft.com/library/a8c29b13-5757-7be9-7111-81f847c8ec32%28Office.15%29.aspx)
-[CommandButton.Exit Event (Access)](http://msdn.microsoft.com/library/d31c55ca-a2d9-7576-0a7f-a19307c36e87%28Office.15%29.aspx)
-[CommandButton.Click Event (Access)](http://msdn.microsoft.com/library/b84b7acd-c428-8cdb-7fc3-b1963e7102a3%28Office.15%29.aspx)
-[CommandButton.KeyPress Event (Access)](http://msdn.microsoft.com/library/afdc1037-c0fd-d5f2-3ccd-bc67c98aa482%28Office.15%29.aspx)
-[CommandButton.DblClick Event (Access)](http://msdn.microsoft.com/library/0bce5cae-67d8-3acd-2029-be72f511e250%28Office.15%29.aspx)
-[CommandButton.MouseDown Event (Access)](http://msdn.microsoft.com/library/8daa650a-ebd8-6e87-a933-d5b1f240ded6%28Office.15%29.aspx)
+[CommandButton.MouseMove event (Access)](http://msdn.microsoft.com/library/f20d4807-42a8-5c90-e18a-1208a138241c%28Office.15%29.aspx)
+[CommandButton object (Access)](http://msdn.microsoft.com/library/25e7c0b7-03c1-dffe-8f52-4ec59739f6b8%28Office.15%29.aspx)
+[CommandButton.GotFocus event (Access)](http://msdn.microsoft.com/library/b8ad669d-6353-ff62-5b06-5fda93d50327%28Office.15%29.aspx)
+[CommandButton.KeyDown event (Access)](http://msdn.microsoft.com/library/d2bc24b6-62c8-dd3f-82af-600f045e2df1%28Office.15%29.aspx)
+[CommandButton.KeyUp event (Access)](http://msdn.microsoft.com/library/6466c06a-d3fc-8187-82dd-7a5c332049a3%28Office.15%29.aspx)
+[CommandButton.LostFocus event (Access)](http://msdn.microsoft.com/library/a8c29b13-5757-7be9-7111-81f847c8ec32%28Office.15%29.aspx)
+[CommandButton.Exit event (Access)](http://msdn.microsoft.com/library/d31c55ca-a2d9-7576-0a7f-a19307c36e87%28Office.15%29.aspx)
+[CommandButton.Click event (Access)](http://msdn.microsoft.com/library/b84b7acd-c428-8cdb-7fc3-b1963e7102a3%28Office.15%29.aspx)
+[CommandButton.KeyPress event (Access)](http://msdn.microsoft.com/library/afdc1037-c0fd-d5f2-3ccd-bc67c98aa482%28Office.15%29.aspx)
+[CommandButton.DblClick event (Access)](http://msdn.microsoft.com/library/0bce5cae-67d8-3acd-2029-be72f511e250%28Office.15%29.aspx)
+[CommandButton.MouseDown event (Access)](http://msdn.microsoft.com/library/8daa650a-ebd8-6e87-a933-d5b1f240ded6%28Office.15%29.aspx)
diff --git a/F1/enter-event-access-vbaac10-chm11354.md b/F1/enter-event-access-vbaac10-chm11354.md
index 6b7148441c2..f24bc934a34 100644
--- a/F1/enter-event-access-vbaac10-chm11354.md
+++ b/F1/enter-event-access-vbaac10-chm11354.md
@@ -13,21 +13,21 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.Enter Event (Access)](http://msdn.microsoft.com/library/58f29589-8754-2323-c044-09dbea35fd83%28Office.15%29.aspx)
+[ListBox.Enter event (Access)](http://msdn.microsoft.com/library/58f29589-8754-2323-c044-09dbea35fd83%28Office.15%29.aspx)
-[ListBox.MouseMove Event (Access)](http://msdn.microsoft.com/library/f54e529c-0b5e-73ea-286f-3430057bb86c%28Office.15%29.aspx)
+[ListBox.MouseMove event (Access)](http://msdn.microsoft.com/library/f54e529c-0b5e-73ea-286f-3430057bb86c%28Office.15%29.aspx)
-[ListBox Object (Access)](http://msdn.microsoft.com/library/6bc00755-34e7-4fc2-8e72-40dae2010dd8%28Office.15%29.aspx)
-[ListBox.Exit Event (Access)](http://msdn.microsoft.com/library/6a95f727-673a-0f8f-fc61-435398c35195%28Office.15%29.aspx)
-[ListBox.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/2a0c1046-4d40-87f8-7ecc-4ef262ae90f0%28Office.15%29.aspx)
-[ListBox.MouseUp Event (Access)](http://msdn.microsoft.com/library/8d2d5ca3-e93f-9021-341c-769948432d2a%28Office.15%29.aspx)
-[ListBox.KeyPress Event (Access)](http://msdn.microsoft.com/library/1112052d-c5b4-75fd-b76e-79c247910201%28Office.15%29.aspx)
-[ListBox.GotFocus Event (Access)](http://msdn.microsoft.com/library/b451f0a6-7017-124f-44e3-7f64b9a049ef%28Office.15%29.aspx)
-[ListBox.DblClick Event (Access)](http://msdn.microsoft.com/library/fe1b9c61-012e-96b7-ea89-8a8c4b47f483%28Office.15%29.aspx)
-[ListBox.MouseDown Event (Access)](http://msdn.microsoft.com/library/bc55d5f4-b475-2f7d-2434-a5d71bada0f3%28Office.15%29.aspx)
-[ListBox.LostFocus Event (Access)](http://msdn.microsoft.com/library/075bb519-5f53-88b2-f46a-b2c5eb067150%28Office.15%29.aspx)
-[ListBox.Click Event (Access)](http://msdn.microsoft.com/library/92e2a86b-c21d-9ca2-099f-b3f254940791%28Office.15%29.aspx)
-[ListBox.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/b95d98c8-0899-c555-14b4-d8e853b5dce3%28Office.15%29.aspx)
-[ListBox.KeyUp Event (Access)](http://msdn.microsoft.com/library/2e4d0bed-8c2c-967d-e7b4-dc9de12ad570%28Office.15%29.aspx)
-[ListBox.KeyDown Event (Access)](http://msdn.microsoft.com/library/5f1c019a-0a21-d640-d872-e2775ced3c43%28Office.15%29.aspx)
+[ListBox object (Access)](http://msdn.microsoft.com/library/6bc00755-34e7-4fc2-8e72-40dae2010dd8%28Office.15%29.aspx)
+[ListBox.Exit event (Access)](http://msdn.microsoft.com/library/6a95f727-673a-0f8f-fc61-435398c35195%28Office.15%29.aspx)
+[ListBox.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/2a0c1046-4d40-87f8-7ecc-4ef262ae90f0%28Office.15%29.aspx)
+[ListBox.MouseUp event (Access)](http://msdn.microsoft.com/library/8d2d5ca3-e93f-9021-341c-769948432d2a%28Office.15%29.aspx)
+[ListBox.KeyPress event (Access)](http://msdn.microsoft.com/library/1112052d-c5b4-75fd-b76e-79c247910201%28Office.15%29.aspx)
+[ListBox.GotFocus event (Access)](http://msdn.microsoft.com/library/b451f0a6-7017-124f-44e3-7f64b9a049ef%28Office.15%29.aspx)
+[ListBox.DblClick event (Access)](http://msdn.microsoft.com/library/fe1b9c61-012e-96b7-ea89-8a8c4b47f483%28Office.15%29.aspx)
+[ListBox.MouseDown event (Access)](http://msdn.microsoft.com/library/bc55d5f4-b475-2f7d-2434-a5d71bada0f3%28Office.15%29.aspx)
+[ListBox.LostFocus event (Access)](http://msdn.microsoft.com/library/075bb519-5f53-88b2-f46a-b2c5eb067150%28Office.15%29.aspx)
+[ListBox.Click event (Access)](http://msdn.microsoft.com/library/92e2a86b-c21d-9ca2-099f-b3f254940791%28Office.15%29.aspx)
+[ListBox.AfterUpdate event (Access)](http://msdn.microsoft.com/library/b95d98c8-0899-c555-14b4-d8e853b5dce3%28Office.15%29.aspx)
+[ListBox.KeyUp event (Access)](http://msdn.microsoft.com/library/2e4d0bed-8c2c-967d-e7b4-dc9de12ad570%28Office.15%29.aspx)
+[ListBox.KeyDown event (Access)](http://msdn.microsoft.com/library/5f1c019a-0a21-d640-d872-e2775ced3c43%28Office.15%29.aspx)
diff --git a/F1/enter-event-access-vbaac10-chm14078.md b/F1/enter-event-access-vbaac10-chm14078.md
index 2557ad37cc8..882f89913d0 100644
--- a/F1/enter-event-access-vbaac10-chm14078.md
+++ b/F1/enter-event-access-vbaac10-chm14078.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Enter Event (Access)](http://msdn.microsoft.com/library/cc60adbd-eb72-92c3-a562-08adbf0dcc99%28Office.15%29.aspx)
+[CommandButton.Enter event (Access)](http://msdn.microsoft.com/library/cc60adbd-eb72-92c3-a562-08adbf0dcc99%28Office.15%29.aspx)
-[NavigationButton.Enter Event (Access)](http://msdn.microsoft.com/library/bd1599bb-d57e-d1cd-58d6-fef9650b9ab5%28Office.15%29.aspx)
+[NavigationButton.Enter event (Access)](http://msdn.microsoft.com/library/bd1599bb-d57e-d1cd-58d6-fef9650b9ab5%28Office.15%29.aspx)
diff --git a/F1/enter-event-access-vbaac10-chm14197.md b/F1/enter-event-access-vbaac10-chm14197.md
index f872c479d8b..e6b470d5fbe 100644
--- a/F1/enter-event-access-vbaac10-chm14197.md
+++ b/F1/enter-event-access-vbaac10-chm14197.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Enter Event (Access)](http://msdn.microsoft.com/library/970dc73b-8b8e-5811-bd4b-c23a96306bd2%28Office.15%29.aspx)
+[TextBox.Enter event (Access)](http://msdn.microsoft.com/library/970dc73b-8b8e-5811-bd4b-c23a96306bd2%28Office.15%29.aspx)
-[NavigationControl.Enter Event (Access)](http://msdn.microsoft.com/library/30741318-953e-4dde-54df-ef6fca845844%28Office.15%29.aspx)
+[NavigationControl.Enter event (Access)](http://msdn.microsoft.com/library/30741318-953e-4dde-54df-ef6fca845844%28Office.15%29.aspx)
diff --git a/F1/enter-event-access-vbaac10-chm14346.md b/F1/enter-event-access-vbaac10-chm14346.md
index f77991d7632..37d38e65719 100644
--- a/F1/enter-event-access-vbaac10-chm14346.md
+++ b/F1/enter-event-access-vbaac10-chm14346.md
@@ -13,28 +13,28 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[WebBrowserControl.Enter Event (Access)](http://msdn.microsoft.com/library/4461f1ac-3880-42c5-8414-0d5f0fd56d4a%28Office.15%29.aspx)
+[WebBrowserControl.Enter event (Access)](http://msdn.microsoft.com/library/4461f1ac-3880-42c5-8414-0d5f0fd56d4a%28Office.15%29.aspx)
-[WebBrowserControl.Click Event (Access)](http://msdn.microsoft.com/library/3fe2ddc2-f208-3374-3b90-34fd130281ca%28Office.15%29.aspx)
+[WebBrowserControl.Click event (Access)](http://msdn.microsoft.com/library/3fe2ddc2-f208-3374-3b90-34fd130281ca%28Office.15%29.aspx)
-[WebBrowserControl.KeyUp Event (Access)](http://msdn.microsoft.com/library/dd8de3b1-4da0-2498-c07a-392ef5d48c73%28Office.15%29.aspx)
-[WebBrowserControl.MouseUp Event (Access)](http://msdn.microsoft.com/library/8446770d-c347-3389-aefa-431d9387d06f%28Office.15%29.aspx)
-[WebBrowserControl.GotFocus Event (Access)](http://msdn.microsoft.com/library/713bf0e2-6a6c-f377-1667-48c9cee79703%28Office.15%29.aspx)
-[WebBrowserControl.Exit Event (Access)](http://msdn.microsoft.com/library/a4a6a5bf-1cc4-a311-d4cb-51a132a99892%28Office.15%29.aspx)
-[WebBrowserControl.MouseDown Event (Access)](http://msdn.microsoft.com/library/c2679ba7-9f81-da1e-93ec-5232bb2c5111%28Office.15%29.aspx)
-[WebBrowserControl.MouseMove Event (Access)](http://msdn.microsoft.com/library/1a135ded-e0b2-1926-4d3e-701649a15371%28Office.15%29.aspx)
-[WebBrowserControl.Updated Event (Access)](http://msdn.microsoft.com/library/844fb989-98a5-6588-77e3-789bb9a7112c%28Office.15%29.aspx)
-[WebBrowserControl.BeforeNavigate2 Event (Access)](http://msdn.microsoft.com/library/7f6c963b-604e-c350-e71f-899fd6258e46%28Office.15%29.aspx)
-[WebBrowserControl.KeyDown Event (Access)](http://msdn.microsoft.com/library/1136ba36-01c9-bc97-7ba8-8bf215ad8a53%28Office.15%29.aspx)
-[WebBrowserControl.ProgressChange Event (Access)](http://msdn.microsoft.com/library/1a021887-6f0c-236a-2228-90a339407689%28Office.15%29.aspx)
-[WebBrowserControl.Dirty Event (Access)](http://msdn.microsoft.com/library/33ed56a4-6027-b369-7210-9fadf44adf2c%28Office.15%29.aspx)
-[WebBrowserControl.Change Event (Access)](http://msdn.microsoft.com/library/382f6017-dc84-a6e3-ec5d-ae6910dc3fcf%28Office.15%29.aspx)
-[WebBrowserControl.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/902cd078-1f4b-d35a-4136-bc43914b8503%28Office.15%29.aspx)
-[WebBrowserControl.LostFocus Event (Access)](http://msdn.microsoft.com/library/4daa5867-d8c1-b423-b1a8-c178bcfbb575%28Office.15%29.aspx)
-[WebBrowserControl.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/7523efcc-cbee-d452-8e97-cf75fc6d4270%28Office.15%29.aspx)
-[WebBrowserControl Object (Access)](http://msdn.microsoft.com/library/d7a2fc59-e373-ea64-e877-e18f23c491a0%28Office.15%29.aspx)
-[WebBrowserControl.NavigateError Event (Access)](http://msdn.microsoft.com/library/1b94a46a-b423-81e7-13df-e2d24434f0df%28Office.15%29.aspx)
-[WebBrowserControl.KeyPress Event (Access)](http://msdn.microsoft.com/library/6419c8b0-b857-0c05-e626-e996e65d7739%28Office.15%29.aspx)
-[WebBrowserControl.DocumentComplete Event (Access)](http://msdn.microsoft.com/library/8cb83f9f-b9c2-8534-8fe3-eb5c56338d6c%28Office.15%29.aspx)
-[WebBrowserControl.DblClick Event (Access)](http://msdn.microsoft.com/library/e22f8c94-0208-b463-635d-f28c5f20e9fa%28Office.15%29.aspx)
+[WebBrowserControl.KeyUp event (Access)](http://msdn.microsoft.com/library/dd8de3b1-4da0-2498-c07a-392ef5d48c73%28Office.15%29.aspx)
+[WebBrowserControl.MouseUp event (Access)](http://msdn.microsoft.com/library/8446770d-c347-3389-aefa-431d9387d06f%28Office.15%29.aspx)
+[WebBrowserControl.GotFocus event (Access)](http://msdn.microsoft.com/library/713bf0e2-6a6c-f377-1667-48c9cee79703%28Office.15%29.aspx)
+[WebBrowserControl.Exit event (Access)](http://msdn.microsoft.com/library/a4a6a5bf-1cc4-a311-d4cb-51a132a99892%28Office.15%29.aspx)
+[WebBrowserControl.MouseDown event (Access)](http://msdn.microsoft.com/library/c2679ba7-9f81-da1e-93ec-5232bb2c5111%28Office.15%29.aspx)
+[WebBrowserControl.MouseMove event (Access)](http://msdn.microsoft.com/library/1a135ded-e0b2-1926-4d3e-701649a15371%28Office.15%29.aspx)
+[WebBrowserControl.Updated event (Access)](http://msdn.microsoft.com/library/844fb989-98a5-6588-77e3-789bb9a7112c%28Office.15%29.aspx)
+[WebBrowserControl.BeforeNavigate2 event (Access)](http://msdn.microsoft.com/library/7f6c963b-604e-c350-e71f-899fd6258e46%28Office.15%29.aspx)
+[WebBrowserControl.KeyDown event (Access)](http://msdn.microsoft.com/library/1136ba36-01c9-bc97-7ba8-8bf215ad8a53%28Office.15%29.aspx)
+[WebBrowserControl.ProgressChange event (Access)](http://msdn.microsoft.com/library/1a021887-6f0c-236a-2228-90a339407689%28Office.15%29.aspx)
+[WebBrowserControl.Dirty event (Access)](http://msdn.microsoft.com/library/33ed56a4-6027-b369-7210-9fadf44adf2c%28Office.15%29.aspx)
+[WebBrowserControl.Change event (Access)](http://msdn.microsoft.com/library/382f6017-dc84-a6e3-ec5d-ae6910dc3fcf%28Office.15%29.aspx)
+[WebBrowserControl.AfterUpdate event (Access)](http://msdn.microsoft.com/library/902cd078-1f4b-d35a-4136-bc43914b8503%28Office.15%29.aspx)
+[WebBrowserControl.LostFocus event (Access)](http://msdn.microsoft.com/library/4daa5867-d8c1-b423-b1a8-c178bcfbb575%28Office.15%29.aspx)
+[WebBrowserControl.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/7523efcc-cbee-d452-8e97-cf75fc6d4270%28Office.15%29.aspx)
+[WebBrowserControl object (Access)](http://msdn.microsoft.com/library/d7a2fc59-e373-ea64-e877-e18f23c491a0%28Office.15%29.aspx)
+[WebBrowserControl.NavigateError event (Access)](http://msdn.microsoft.com/library/1b94a46a-b423-81e7-13df-e2d24434f0df%28Office.15%29.aspx)
+[WebBrowserControl.KeyPress event (Access)](http://msdn.microsoft.com/library/6419c8b0-b857-0c05-e626-e996e65d7739%28Office.15%29.aspx)
+[WebBrowserControl.DocumentComplete event (Access)](http://msdn.microsoft.com/library/8cb83f9f-b9c2-8534-8fe3-eb5c56338d6c%28Office.15%29.aspx)
+[WebBrowserControl.DblClick event (Access)](http://msdn.microsoft.com/library/e22f8c94-0208-b463-635d-f28c5f20e9fa%28Office.15%29.aspx)
diff --git a/F1/enterkeybehavior-property-access-vbaac10-chm11054.md b/F1/enterkeybehavior-property-access-vbaac10-chm11054.md
index 2b1c6e5db2b..494effbd6b1 100644
--- a/F1/enterkeybehavior-property-access-vbaac10-chm11054.md
+++ b/F1/enterkeybehavior-property-access-vbaac10-chm11054.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.EnterKeyBehavior Property (Access)](http://msdn.microsoft.com/library/b7830316-a1aa-ddc1-094f-5976c5298bc1%28Office.15%29.aspx)
+[TextBox.EnterKeyBehavior property (Access)](http://msdn.microsoft.com/library/b7830316-a1aa-ddc1-094f-5976c5298bc1%28Office.15%29.aspx)
diff --git a/F1/eventprocprefix-property-access-vbaac10-chm10447.md b/F1/eventprocprefix-property-access-vbaac10-chm10447.md
index b509288db2a..d0dd657a7df 100644
--- a/F1/eventprocprefix-property-access-vbaac10-chm10447.md
+++ b/F1/eventprocprefix-property-access-vbaac10-chm10447.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.EventProcPrefix Property (Access)](http://msdn.microsoft.com/library/89611b46-0c56-d855-9e4d-d1a301f300ae%28Office.15%29.aspx)
+[CommandButton.EventProcPrefix property (Access)](http://msdn.microsoft.com/library/89611b46-0c56-d855-9e4d-d1a301f300ae%28Office.15%29.aspx)
-[NavigationButton.EventProcPrefix Property (Access)](http://msdn.microsoft.com/library/84bf1794-9b36-91eb-23d3-e5db4e951f85%28Office.15%29.aspx)
+[NavigationButton.EventProcPrefix property (Access)](http://msdn.microsoft.com/library/84bf1794-9b36-91eb-23d3-e5db4e951f85%28Office.15%29.aspx)
diff --git a/F1/eventprocprefix-property-access-vbaac10-chm11040.md b/F1/eventprocprefix-property-access-vbaac10-chm11040.md
index d6024f5466f..77ca237701c 100644
--- a/F1/eventprocprefix-property-access-vbaac10-chm11040.md
+++ b/F1/eventprocprefix-property-access-vbaac10-chm11040.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.EventProcPrefix Property (Access)](http://msdn.microsoft.com/library/d59c7baf-7614-821b-92ce-582d6f90441c%28Office.15%29.aspx)
+[NavigationControl.EventProcPrefix property (Access)](http://msdn.microsoft.com/library/d59c7baf-7614-821b-92ce-582d6f90441c%28Office.15%29.aspx)
-[TextBox.EventProcPrefix Property (Access)](http://msdn.microsoft.com/library/a8cd7cdc-605b-473c-95b1-9d1736e0ec96%28Office.15%29.aspx)
+[TextBox.EventProcPrefix property (Access)](http://msdn.microsoft.com/library/a8cd7cdc-605b-473c-95b1-9d1736e0ec96%28Office.15%29.aspx)
diff --git a/F1/exit-event-access-vbaac10-chm14079.md b/F1/exit-event-access-vbaac10-chm14079.md
index 27cf3a539f6..d771b0fead5 100644
--- a/F1/exit-event-access-vbaac10-chm14079.md
+++ b/F1/exit-event-access-vbaac10-chm14079.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Exit Event (Access)](http://msdn.microsoft.com/library/773aaaf7-a4af-c720-af34-462810f372ea%28Office.15%29.aspx)
+[NavigationButton.Exit event (Access)](http://msdn.microsoft.com/library/773aaaf7-a4af-c720-af34-462810f372ea%28Office.15%29.aspx)
-[CommandButton.Exit Event (Access)](http://msdn.microsoft.com/library/d31c55ca-a2d9-7576-0a7f-a19307c36e87%28Office.15%29.aspx)
+[CommandButton.Exit event (Access)](http://msdn.microsoft.com/library/d31c55ca-a2d9-7576-0a7f-a19307c36e87%28Office.15%29.aspx)
diff --git a/F1/exit-event-access-vbaac10-chm14198.md b/F1/exit-event-access-vbaac10-chm14198.md
index 664fe4e1fe4..5aba05ca76b 100644
--- a/F1/exit-event-access-vbaac10-chm14198.md
+++ b/F1/exit-event-access-vbaac10-chm14198.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Exit Event (Access)](http://msdn.microsoft.com/library/501b17c7-0039-7418-e31c-7c61c49691dd%28Office.15%29.aspx)
+[NavigationControl.Exit event (Access)](http://msdn.microsoft.com/library/501b17c7-0039-7418-e31c-7c61c49691dd%28Office.15%29.aspx)
-[TextBox.Exit Event (Access)](http://msdn.microsoft.com/library/05b5afca-4cb9-f12b-e05b-8702e35380d0%28Office.15%29.aspx)
+[TextBox.Exit event (Access)](http://msdn.microsoft.com/library/05b5afca-4cb9-f12b-e05b-8702e35380d0%28Office.15%29.aspx)
diff --git a/F1/fastlaserprinting-property-access-vbaac10-chm4346.md b/F1/fastlaserprinting-property-access-vbaac10-chm4346.md
index 2cf959aad5c..60dd50ee682 100644
--- a/F1/fastlaserprinting-property-access-vbaac10-chm4346.md
+++ b/F1/fastlaserprinting-property-access-vbaac10-chm4346.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.FastLaserPrinting Property (Access)](http://msdn.microsoft.com/library/a64775e5-174d-0349-d3f3-0009798d6462%28Office.15%29.aspx)
+[Form.FastLaserPrinting property (Access)](http://msdn.microsoft.com/library/a64775e5-174d-0349-d3f3-0009798d6462%28Office.15%29.aspx)
-[Report.FastLaserPrinting Property (Access)](http://msdn.microsoft.com/library/b96ec618-de46-8802-0d9e-064fd8835fbd%28Office.15%29.aspx)
+[Report.FastLaserPrinting property (Access)](http://msdn.microsoft.com/library/b96ec618-de46-8802-0d9e-064fd8835fbd%28Office.15%29.aspx)
diff --git a/F1/fetchdefaults-property-access-vbaac10-chm5147.md b/F1/fetchdefaults-property-access-vbaac10-chm5147.md
index a8487176cfd..587ef409393 100644
--- a/F1/fetchdefaults-property-access-vbaac10-chm5147.md
+++ b/F1/fetchdefaults-property-access-vbaac10-chm5147.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.FetchDefaults Property (Access)](http://msdn.microsoft.com/library/3bbe8c57-e9ff-419a-d2b4-93cb966d6f30%28Office.15%29.aspx)
+[Form.FetchDefaults property (Access)](http://msdn.microsoft.com/library/3bbe8c57-e9ff-419a-d2b4-93cb966d6f30%28Office.15%29.aspx)
diff --git a/F1/fileformat-property-access-vbaac10-chm12725.md b/F1/fileformat-property-access-vbaac10-chm12725.md
index c75d3ea01a0..7a323ef2aca 100644
--- a/F1/fileformat-property-access-vbaac10-chm12725.md
+++ b/F1/fileformat-property-access-vbaac10-chm12725.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.FileFormat Property (Access)](http://msdn.microsoft.com/library/f72e13d7-58dc-3710-b1e7-798a71601ceb%28Office.15%29.aspx)
+[CodeProject.FileFormat property (Access)](http://msdn.microsoft.com/library/f72e13d7-58dc-3710-b1e7-798a71601ceb%28Office.15%29.aspx)
-[CurrentProject.FileFormat Property (Access)](http://msdn.microsoft.com/library/eb062d95-3042-eae7-9c0b-9d052e28b8cd%28Office.15%29.aspx)
+[CurrentProject.FileFormat property (Access)](http://msdn.microsoft.com/library/eb062d95-3042-eae7-9c0b-9d052e28b8cd%28Office.15%29.aspx)
diff --git a/F1/filter-property-access-vbaac10-chm4352.md b/F1/filter-property-access-vbaac10-chm4352.md
index 3204177cc42..91cbf5947c5 100644
--- a/F1/filter-property-access-vbaac10-chm4352.md
+++ b/F1/filter-property-access-vbaac10-chm4352.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.Filter Property (Access)](http://msdn.microsoft.com/library/ce57e05d-c3a8-012a-205e-7dfb2e4dd78d%28Office.15%29.aspx)
+[Report.Filter property (Access)](http://msdn.microsoft.com/library/ce57e05d-c3a8-012a-205e-7dfb2e4dd78d%28Office.15%29.aspx)
-[Form.Filter Property (Access)](http://msdn.microsoft.com/library/5eb49f82-8519-981c-a663-9862736ac95f%28Office.15%29.aspx)
+[Form.Filter property (Access)](http://msdn.microsoft.com/library/5eb49f82-8519-981c-a663-9862736ac95f%28Office.15%29.aspx)
diff --git a/F1/filterlookup-property-access-vbaac10-chm11062.md b/F1/filterlookup-property-access-vbaac10-chm11062.md
index d99e33ca0da..3edc4daa824 100644
--- a/F1/filterlookup-property-access-vbaac10-chm11062.md
+++ b/F1/filterlookup-property-access-vbaac10-chm11062.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.FilterLookup Property (Access)](http://msdn.microsoft.com/library/5c568366-94a5-8d7a-1fb4-80b4b3ab6c7f%28Office.15%29.aspx)
+[TextBox.FilterLookup property (Access)](http://msdn.microsoft.com/library/5c568366-94a5-8d7a-1fb4-80b4b3ab6c7f%28Office.15%29.aspx)
-[NavigationControl.FilterLookup Property (Access)](http://msdn.microsoft.com/library/c368853c-6a1c-f104-2180-ebc889cf7e6d%28Office.15%29.aspx)
+[NavigationControl.FilterLookup property (Access)](http://msdn.microsoft.com/library/c368853c-6a1c-f104-2180-ebc889cf7e6d%28Office.15%29.aspx)
diff --git a/F1/filteronload-property-access-vbaac10-chm5622.md b/F1/filteronload-property-access-vbaac10-chm5622.md
index 644e1b2b7b3..1d6bd3d854b 100644
--- a/F1/filteronload-property-access-vbaac10-chm5622.md
+++ b/F1/filteronload-property-access-vbaac10-chm5622.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.FilterOnLoad Property (Access)](http://msdn.microsoft.com/library/546f367f-fbe5-355f-ad48-784ac5f28c8d%28Office.15%29.aspx)
+[Form.FilterOnLoad property (Access)](http://msdn.microsoft.com/library/546f367f-fbe5-355f-ad48-784ac5f28c8d%28Office.15%29.aspx)
-[Report.FilterOnLoad Property (Access)](http://msdn.microsoft.com/library/37d0e39d-dfd5-c2b7-e549-9b165a90ceb9%28Office.15%29.aspx)
+[Report.FilterOnLoad property (Access)](http://msdn.microsoft.com/library/37d0e39d-dfd5-c2b7-e549-9b165a90ceb9%28Office.15%29.aspx)
diff --git a/F1/fittopage-property-access-vbaac10-chm5789.md b/F1/fittopage-property-access-vbaac10-chm5789.md
index 6253630d87b..e5915b96ffd 100644
--- a/F1/fittopage-property-access-vbaac10-chm5789.md
+++ b/F1/fittopage-property-access-vbaac10-chm5789.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.FitToPage Property (Access)](http://msdn.microsoft.com/library/e2210e28-273b-8eb5-0229-5f6513cf5ae2%28Office.15%29.aspx)
+[Report.FitToPage property (Access)](http://msdn.microsoft.com/library/e2210e28-273b-8eb5-0229-5f6513cf5ae2%28Office.15%29.aspx)
diff --git a/F1/fittoscreen-property-access-vbaac10-chm14290.md b/F1/fittoscreen-property-access-vbaac10-chm14290.md
index 72389c7a9c2..a92b52a7a91 100644
--- a/F1/fittoscreen-property-access-vbaac10-chm14290.md
+++ b/F1/fittoscreen-property-access-vbaac10-chm14290.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.FitToScreen Property (Access)](http://msdn.microsoft.com/library/5ef37719-ff3b-1f3d-1521-423633ceccc0%28Office.15%29.aspx)
+[Form.FitToScreen property (Access)](http://msdn.microsoft.com/library/5ef37719-ff3b-1f3d-1521-423633ceccc0%28Office.15%29.aspx)
diff --git a/F1/fontbold-property-access-vbaac10-chm10478.md b/F1/fontbold-property-access-vbaac10-chm10478.md
index 940dc17ea2c..9910235601a 100644
--- a/F1/fontbold-property-access-vbaac10-chm10478.md
+++ b/F1/fontbold-property-access-vbaac10-chm10478.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.FontBold Property (Access)](http://msdn.microsoft.com/library/6a736a00-6305-74cd-47b9-aa29b8a76d62%28Office.15%29.aspx)
+[CommandButton.FontBold property (Access)](http://msdn.microsoft.com/library/6a736a00-6305-74cd-47b9-aa29b8a76d62%28Office.15%29.aspx)
-[NavigationButton.FontBold Property (Access)](http://msdn.microsoft.com/library/bdf44cca-eae9-34d7-50a3-d3ac52c9ae39%28Office.15%29.aspx)
+[NavigationButton.FontBold property (Access)](http://msdn.microsoft.com/library/bdf44cca-eae9-34d7-50a3-d3ac52c9ae39%28Office.15%29.aspx)
diff --git a/F1/fontitalic-property-access-vbaac10-chm10475.md b/F1/fontitalic-property-access-vbaac10-chm10475.md
index e79a1657f60..e4ca8c29267 100644
--- a/F1/fontitalic-property-access-vbaac10-chm10475.md
+++ b/F1/fontitalic-property-access-vbaac10-chm10475.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.FontItalic Property (Access)](http://msdn.microsoft.com/library/e4975f8e-be04-8a18-df90-9974159820fb%28Office.15%29.aspx)
+[NavigationButton.FontItalic property (Access)](http://msdn.microsoft.com/library/e4975f8e-be04-8a18-df90-9974159820fb%28Office.15%29.aspx)
-[CommandButton.FontItalic Property (Access)](http://msdn.microsoft.com/library/a82d5e83-b892-a006-e68a-cda3c2c82d1d%28Office.15%29.aspx)
+[CommandButton.FontItalic property (Access)](http://msdn.microsoft.com/library/a82d5e83-b892-a006-e68a-cda3c2c82d1d%28Office.15%29.aspx)
diff --git a/F1/fontitalic-property-access-vbaac10-chm4356.md b/F1/fontitalic-property-access-vbaac10-chm4356.md
index 8c046b37129..a9e60d3e19a 100644
--- a/F1/fontitalic-property-access-vbaac10-chm4356.md
+++ b/F1/fontitalic-property-access-vbaac10-chm4356.md
@@ -13,17 +13,17 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.FontItalic Property (Access)](http://msdn.microsoft.com/library/c0c2f257-832b-ebe2-a341-040adbbf1d3c%28Office.15%29.aspx)
+[ToggleButton.FontItalic property (Access)](http://msdn.microsoft.com/library/c0c2f257-832b-ebe2-a341-040adbbf1d3c%28Office.15%29.aspx)
-[TextBox.FontItalic Property (Access)](http://msdn.microsoft.com/library/f982c1ce-ad47-a05e-6b12-1eb51dbc0eb7%28Office.15%29.aspx)
+[TextBox.FontItalic property (Access)](http://msdn.microsoft.com/library/f982c1ce-ad47-a05e-6b12-1eb51dbc0eb7%28Office.15%29.aspx)
-[FormatCondition.FontItalic Property (Access)](http://msdn.microsoft.com/library/eb7dceb1-ecfb-59b4-f810-28c2becd8a95%28Office.15%29.aspx)
-[ListBox.FontItalic Property (Access)](http://msdn.microsoft.com/library/0d7b2ec0-70a9-e325-2ff3-58f73d9654b3%28Office.15%29.aspx)
-[TabControl.FontItalic Property (Access)](http://msdn.microsoft.com/library/7147f297-b88b-c0b0-94eb-73977c1809ba%28Office.15%29.aspx)
-[Label.FontItalic Property (Access)](http://msdn.microsoft.com/library/7eac7678-1d06-668c-3b85-8a7142a066d4%28Office.15%29.aspx)
-[ComboBox.FontItalic Property (Access)](http://msdn.microsoft.com/library/57a1a671-1001-e614-ff10-8b5e7a16ca43%28Office.15%29.aspx)
-[Report.FontItalic Property (Access)](http://msdn.microsoft.com/library/e6cc9478-2bbd-6a80-daff-95e160bdcbe6%28Office.15%29.aspx)
-[NavigationButton.FontItalic Property (Access)](http://msdn.microsoft.com/library/e4975f8e-be04-8a18-df90-9974159820fb%28Office.15%29.aspx)
-[CommandButton.FontItalic Property (Access)](http://msdn.microsoft.com/library/a82d5e83-b892-a006-e68a-cda3c2c82d1d%28Office.15%29.aspx)
-[Form.DatasheetFontItalic Property (Access)](http://msdn.microsoft.com/library/32fe51fa-ee36-2fc3-bb72-e61a4b43c19c%28Office.15%29.aspx)
+[FormatCondition.FontItalic property (Access)](http://msdn.microsoft.com/library/eb7dceb1-ecfb-59b4-f810-28c2becd8a95%28Office.15%29.aspx)
+[ListBox.FontItalic property (Access)](http://msdn.microsoft.com/library/0d7b2ec0-70a9-e325-2ff3-58f73d9654b3%28Office.15%29.aspx)
+[TabControl.FontItalic property (Access)](http://msdn.microsoft.com/library/7147f297-b88b-c0b0-94eb-73977c1809ba%28Office.15%29.aspx)
+[Label.FontItalic property (Access)](http://msdn.microsoft.com/library/7eac7678-1d06-668c-3b85-8a7142a066d4%28Office.15%29.aspx)
+[ComboBox.FontItalic property (Access)](http://msdn.microsoft.com/library/57a1a671-1001-e614-ff10-8b5e7a16ca43%28Office.15%29.aspx)
+[Report.FontItalic property (Access)](http://msdn.microsoft.com/library/e6cc9478-2bbd-6a80-daff-95e160bdcbe6%28Office.15%29.aspx)
+[NavigationButton.FontItalic property (Access)](http://msdn.microsoft.com/library/e4975f8e-be04-8a18-df90-9974159820fb%28Office.15%29.aspx)
+[CommandButton.FontItalic property (Access)](http://msdn.microsoft.com/library/a82d5e83-b892-a006-e68a-cda3c2c82d1d%28Office.15%29.aspx)
+[Form.DatasheetFontItalic property (Access)](http://msdn.microsoft.com/library/32fe51fa-ee36-2fc3-bb72-e61a4b43c19c%28Office.15%29.aspx)
diff --git a/F1/fontname-property-access-vbaac10-chm10472.md b/F1/fontname-property-access-vbaac10-chm10472.md
index 40797b4b553..b9f03458913 100644
--- a/F1/fontname-property-access-vbaac10-chm10472.md
+++ b/F1/fontname-property-access-vbaac10-chm10472.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.FontName Property (Access)](http://msdn.microsoft.com/library/0e1099d3-92fb-a077-9148-e2f64305faee%28Office.15%29.aspx)
+[CommandButton.FontName property (Access)](http://msdn.microsoft.com/library/0e1099d3-92fb-a077-9148-e2f64305faee%28Office.15%29.aspx)
-[NavigationButton.FontName Property (Access)](http://msdn.microsoft.com/library/52fe8d6b-9631-76b3-f210-e3b98c405549%28Office.15%29.aspx)
+[NavigationButton.FontName property (Access)](http://msdn.microsoft.com/library/52fe8d6b-9631-76b3-f210-e3b98c405549%28Office.15%29.aspx)
diff --git a/F1/fontname-property-access-vbaac10-chm4357.md b/F1/fontname-property-access-vbaac10-chm4357.md
index cab14f9d406..0f3877862f9 100644
--- a/F1/fontname-property-access-vbaac10-chm4357.md
+++ b/F1/fontname-property-access-vbaac10-chm4357.md
@@ -13,15 +13,15 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.FontName Property (Access)](http://msdn.microsoft.com/library/9bcab0c1-7a13-2b1a-91c1-56f784451bdf%28Office.15%29.aspx)
+[ListBox.FontName property (Access)](http://msdn.microsoft.com/library/9bcab0c1-7a13-2b1a-91c1-56f784451bdf%28Office.15%29.aspx)
-[ComboBox.FontName Property (Access)](http://msdn.microsoft.com/library/0869818d-225e-c46b-39f3-5d500374361b%28Office.15%29.aspx)
+[ComboBox.FontName property (Access)](http://msdn.microsoft.com/library/0869818d-225e-c46b-39f3-5d500374361b%28Office.15%29.aspx)
-[Label.FontName Property (Access)](http://msdn.microsoft.com/library/2b91768e-390d-ad74-5805-62b3111d4fc6%28Office.15%29.aspx)
-[TextBox.FontName Property (Access)](http://msdn.microsoft.com/library/4eb7cbbe-1e7d-9e29-cbff-867a83605741%28Office.15%29.aspx)
-[TabControl.FontName Property (Access)](http://msdn.microsoft.com/library/1ce68bee-4655-b3f8-839e-a8eeb92103e9%28Office.15%29.aspx)
-[Report.FontName Property (Access)](http://msdn.microsoft.com/library/37759316-e5f6-14f6-0423-c5a11e02161f%28Office.15%29.aspx)
-[CommandButton.FontName Property (Access)](http://msdn.microsoft.com/library/0e1099d3-92fb-a077-9148-e2f64305faee%28Office.15%29.aspx)
-[NavigationButton.FontName Property (Access)](http://msdn.microsoft.com/library/52fe8d6b-9631-76b3-f210-e3b98c405549%28Office.15%29.aspx)
-[ToggleButton.FontName Property (Access)](http://msdn.microsoft.com/library/7b1d51d8-5307-1446-344a-f406f2758a36%28Office.15%29.aspx)
+[Label.FontName property (Access)](http://msdn.microsoft.com/library/2b91768e-390d-ad74-5805-62b3111d4fc6%28Office.15%29.aspx)
+[TextBox.FontName property (Access)](http://msdn.microsoft.com/library/4eb7cbbe-1e7d-9e29-cbff-867a83605741%28Office.15%29.aspx)
+[TabControl.FontName property (Access)](http://msdn.microsoft.com/library/1ce68bee-4655-b3f8-839e-a8eeb92103e9%28Office.15%29.aspx)
+[Report.FontName property (Access)](http://msdn.microsoft.com/library/37759316-e5f6-14f6-0423-c5a11e02161f%28Office.15%29.aspx)
+[CommandButton.FontName property (Access)](http://msdn.microsoft.com/library/0e1099d3-92fb-a077-9148-e2f64305faee%28Office.15%29.aspx)
+[NavigationButton.FontName property (Access)](http://msdn.microsoft.com/library/52fe8d6b-9631-76b3-f210-e3b98c405549%28Office.15%29.aspx)
+[ToggleButton.FontName property (Access)](http://msdn.microsoft.com/library/7b1d51d8-5307-1446-344a-f406f2758a36%28Office.15%29.aspx)
diff --git a/F1/fontsize-property-access-vbaac10-chm10473.md b/F1/fontsize-property-access-vbaac10-chm10473.md
index 3c80f44b8c8..19f84577fb1 100644
--- a/F1/fontsize-property-access-vbaac10-chm10473.md
+++ b/F1/fontsize-property-access-vbaac10-chm10473.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.FontSize Property (Access)](http://msdn.microsoft.com/library/54e037ef-15c5-e898-ab73-3af6439b9d06%28Office.15%29.aspx)
+[NavigationButton.FontSize property (Access)](http://msdn.microsoft.com/library/54e037ef-15c5-e898-ab73-3af6439b9d06%28Office.15%29.aspx)
-[CommandButton.FontSize Property (Access)](http://msdn.microsoft.com/library/3ceff45a-fe5d-f692-7ad3-ab20143e12fc%28Office.15%29.aspx)
+[CommandButton.FontSize property (Access)](http://msdn.microsoft.com/library/3ceff45a-fe5d-f692-7ad3-ab20143e12fc%28Office.15%29.aspx)
diff --git a/F1/fontsize-property-access-vbaac10-chm5477.md b/F1/fontsize-property-access-vbaac10-chm5477.md
index 08e622fb5ed..8f3b308f032 100644
--- a/F1/fontsize-property-access-vbaac10-chm5477.md
+++ b/F1/fontsize-property-access-vbaac10-chm5477.md
@@ -13,15 +13,15 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.FontSize Property (Access)](http://msdn.microsoft.com/library/7fbb96dd-9354-39e3-a62a-0ca0e3532126%28Office.15%29.aspx)
+[Report.FontSize property (Access)](http://msdn.microsoft.com/library/7fbb96dd-9354-39e3-a62a-0ca0e3532126%28Office.15%29.aspx)
-[NavigationButton.FontSize Property (Access)](http://msdn.microsoft.com/library/54e037ef-15c5-e898-ab73-3af6439b9d06%28Office.15%29.aspx)
+[NavigationButton.FontSize property (Access)](http://msdn.microsoft.com/library/54e037ef-15c5-e898-ab73-3af6439b9d06%28Office.15%29.aspx)
-[ListBox.FontSize Property (Access)](http://msdn.microsoft.com/library/4abc5ab0-8d34-1f87-6e23-706e4d3c9e88%28Office.15%29.aspx)
-[ToggleButton.FontSize Property (Access)](http://msdn.microsoft.com/library/0175a789-55cb-afeb-33ad-81705983a28d%28Office.15%29.aspx)
-[TextBox.FontSize Property (Access)](http://msdn.microsoft.com/library/73bf8d74-c616-8824-c2e0-8eed072df582%28Office.15%29.aspx)
-[CommandButton.FontSize Property (Access)](http://msdn.microsoft.com/library/3ceff45a-fe5d-f692-7ad3-ab20143e12fc%28Office.15%29.aspx)
-[TabControl.FontSize Property (Access)](http://msdn.microsoft.com/library/19a38410-726a-bbc9-f2f8-b4688b2f7576%28Office.15%29.aspx)
-[Label.FontSize Property (Access)](http://msdn.microsoft.com/library/9b669364-ba6e-8b1a-7750-bf0c25b42e40%28Office.15%29.aspx)
-[ComboBox.FontSize Property (Access)](http://msdn.microsoft.com/library/6dcd4b7e-01ec-a44d-4ceb-eecaa02ed1d7%28Office.15%29.aspx)
+[ListBox.FontSize property (Access)](http://msdn.microsoft.com/library/4abc5ab0-8d34-1f87-6e23-706e4d3c9e88%28Office.15%29.aspx)
+[ToggleButton.FontSize property (Access)](http://msdn.microsoft.com/library/0175a789-55cb-afeb-33ad-81705983a28d%28Office.15%29.aspx)
+[TextBox.FontSize property (Access)](http://msdn.microsoft.com/library/73bf8d74-c616-8824-c2e0-8eed072df582%28Office.15%29.aspx)
+[CommandButton.FontSize property (Access)](http://msdn.microsoft.com/library/3ceff45a-fe5d-f692-7ad3-ab20143e12fc%28Office.15%29.aspx)
+[TabControl.FontSize property (Access)](http://msdn.microsoft.com/library/19a38410-726a-bbc9-f2f8-b4688b2f7576%28Office.15%29.aspx)
+[Label.FontSize property (Access)](http://msdn.microsoft.com/library/9b669364-ba6e-8b1a-7750-bf0c25b42e40%28Office.15%29.aspx)
+[ComboBox.FontSize property (Access)](http://msdn.microsoft.com/library/6dcd4b7e-01ec-a44d-4ceb-eecaa02ed1d7%28Office.15%29.aspx)
diff --git a/F1/fontunderline-property-access-vbaac10-chm10476.md b/F1/fontunderline-property-access-vbaac10-chm10476.md
index f7b8959879d..936450782be 100644
--- a/F1/fontunderline-property-access-vbaac10-chm10476.md
+++ b/F1/fontunderline-property-access-vbaac10-chm10476.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.FontUnderline Property (Access)](http://msdn.microsoft.com/library/1882cbe8-3e22-9224-bb18-a5f3aa9cf737%28Office.15%29.aspx)
+[CommandButton.FontUnderline property (Access)](http://msdn.microsoft.com/library/1882cbe8-3e22-9224-bb18-a5f3aa9cf737%28Office.15%29.aspx)
-[NavigationButton.FontUnderline Property (Access)](http://msdn.microsoft.com/library/e5839cc1-d600-d46b-0433-d50aaadd79ca%28Office.15%29.aspx)
+[NavigationButton.FontUnderline property (Access)](http://msdn.microsoft.com/library/e5839cc1-d600-d46b-0433-d50aaadd79ca%28Office.15%29.aspx)
diff --git a/F1/fontunderline-property-access-vbaac10-chm5476.md b/F1/fontunderline-property-access-vbaac10-chm5476.md
index a121ee8100a..b2a9d72ac8a 100644
--- a/F1/fontunderline-property-access-vbaac10-chm5476.md
+++ b/F1/fontunderline-property-access-vbaac10-chm5476.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Label.FontUnderline Property (Access)](http://msdn.microsoft.com/library/0d087af3-06a3-7404-cc02-8d4bc8965c6d%28Office.15%29.aspx)
+[Label.FontUnderline property (Access)](http://msdn.microsoft.com/library/0d087af3-06a3-7404-cc02-8d4bc8965c6d%28Office.15%29.aspx)
-[ListBox.FontUnderline Property (Access)](http://msdn.microsoft.com/library/1b89f608-9d05-015c-b7a5-8f7f9e3ec271%28Office.15%29.aspx)
+[ListBox.FontUnderline property (Access)](http://msdn.microsoft.com/library/1b89f608-9d05-015c-b7a5-8f7f9e3ec271%28Office.15%29.aspx)
-[ComboBox.FontUnderline Property (Access)](http://msdn.microsoft.com/library/54ee770c-4e75-fbc7-0453-99fc2c2456c1%28Office.15%29.aspx)
-[CommandButton.FontUnderline Property (Access)](http://msdn.microsoft.com/library/1882cbe8-3e22-9224-bb18-a5f3aa9cf737%28Office.15%29.aspx)
-[FormatCondition.FontUnderline Property (Access)](http://msdn.microsoft.com/library/bb70c197-8c17-2e31-23e9-c97f58cd434b%28Office.15%29.aspx)
-[NavigationButton.FontUnderline Property (Access)](http://msdn.microsoft.com/library/e5839cc1-d600-d46b-0433-d50aaadd79ca%28Office.15%29.aspx)
-[TextBox.FontUnderline Property (Access)](http://msdn.microsoft.com/library/67bf0551-21c0-73cd-9418-dc7b3582f53c%28Office.15%29.aspx)
-[Report.FontUnderline Property (Access)](http://msdn.microsoft.com/library/37f62220-069d-939d-7ad0-e9f25ae6bf36%28Office.15%29.aspx)
-[TabControl.FontUnderline Property (Access)](http://msdn.microsoft.com/library/d19bccfa-4618-d95e-7467-eee15ba59336%28Office.15%29.aspx)
-[ToggleButton.FontUnderline Property (Access)](http://msdn.microsoft.com/library/fef06d9f-f21f-a753-9822-f1e823ab10b4%28Office.15%29.aspx)
+[ComboBox.FontUnderline property (Access)](http://msdn.microsoft.com/library/54ee770c-4e75-fbc7-0453-99fc2c2456c1%28Office.15%29.aspx)
+[CommandButton.FontUnderline property (Access)](http://msdn.microsoft.com/library/1882cbe8-3e22-9224-bb18-a5f3aa9cf737%28Office.15%29.aspx)
+[FormatCondition.FontUnderline property (Access)](http://msdn.microsoft.com/library/bb70c197-8c17-2e31-23e9-c97f58cd434b%28Office.15%29.aspx)
+[NavigationButton.FontUnderline property (Access)](http://msdn.microsoft.com/library/e5839cc1-d600-d46b-0433-d50aaadd79ca%28Office.15%29.aspx)
+[TextBox.FontUnderline property (Access)](http://msdn.microsoft.com/library/67bf0551-21c0-73cd-9418-dc7b3582f53c%28Office.15%29.aspx)
+[Report.FontUnderline property (Access)](http://msdn.microsoft.com/library/37f62220-069d-939d-7ad0-e9f25ae6bf36%28Office.15%29.aspx)
+[TabControl.FontUnderline property (Access)](http://msdn.microsoft.com/library/d19bccfa-4618-d95e-7467-eee15ba59336%28Office.15%29.aspx)
+[ToggleButton.FontUnderline property (Access)](http://msdn.microsoft.com/library/fef06d9f-f21f-a753-9822-f1e823ab10b4%28Office.15%29.aspx)
diff --git a/F1/fontweight-property-access-vbaac10-chm10474.md b/F1/fontweight-property-access-vbaac10-chm10474.md
index 8d4020a0402..5cb62a03e00 100644
--- a/F1/fontweight-property-access-vbaac10-chm10474.md
+++ b/F1/fontweight-property-access-vbaac10-chm10474.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.FontWeight Property (Access)](http://msdn.microsoft.com/library/23b07172-e1da-bd97-0515-a6c52da4636a%28Office.15%29.aspx)
+[NavigationButton.FontWeight property (Access)](http://msdn.microsoft.com/library/23b07172-e1da-bd97-0515-a6c52da4636a%28Office.15%29.aspx)
-[CommandButton.FontWeight Property (Access)](http://msdn.microsoft.com/library/a7c0b157-c25c-24e5-b05d-cc8ab726ac7b%28Office.15%29.aspx)
+[CommandButton.FontWeight property (Access)](http://msdn.microsoft.com/library/a7c0b157-c25c-24e5-b05d-cc8ab726ac7b%28Office.15%29.aspx)
diff --git a/F1/fontweight-property-access-vbaac10-chm4358.md b/F1/fontweight-property-access-vbaac10-chm4358.md
index 1baa8d92c85..3178498a4e1 100644
--- a/F1/fontweight-property-access-vbaac10-chm4358.md
+++ b/F1/fontweight-property-access-vbaac10-chm4358.md
@@ -13,14 +13,14 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.FontWeight Property (Access)](http://msdn.microsoft.com/library/4dbf8092-c09c-c6ec-9476-20af2e9cf051%28Office.15%29.aspx)
+[TextBox.FontWeight property (Access)](http://msdn.microsoft.com/library/4dbf8092-c09c-c6ec-9476-20af2e9cf051%28Office.15%29.aspx)
-[ListBox.FontWeight Property (Access)](http://msdn.microsoft.com/library/7c5ea418-3b2d-9ec9-3418-250d1496903c%28Office.15%29.aspx)
+[ListBox.FontWeight property (Access)](http://msdn.microsoft.com/library/7c5ea418-3b2d-9ec9-3418-250d1496903c%28Office.15%29.aspx)
-[TabControl.FontWeight Property (Access)](http://msdn.microsoft.com/library/a06b1dc4-9c0d-b19f-1fcc-396aa6e25932%28Office.15%29.aspx)
-[ToggleButton.FontWeight Property (Access)](http://msdn.microsoft.com/library/8b74b5cb-c5d0-82d4-a902-42dcd49ee106%28Office.15%29.aspx)
-[Label.FontWeight Property (Access)](http://msdn.microsoft.com/library/82da64d1-395a-7e42-f7e5-997a9b7b8407%28Office.15%29.aspx)
-[NavigationButton.FontWeight Property (Access)](http://msdn.microsoft.com/library/23b07172-e1da-bd97-0515-a6c52da4636a%28Office.15%29.aspx)
-[ComboBox.FontWeight Property (Access)](http://msdn.microsoft.com/library/4e1cf348-4114-788d-34a6-c0b17152ee4b%28Office.15%29.aspx)
-[CommandButton.FontWeight Property (Access)](http://msdn.microsoft.com/library/a7c0b157-c25c-24e5-b05d-cc8ab726ac7b%28Office.15%29.aspx)
+[TabControl.FontWeight property (Access)](http://msdn.microsoft.com/library/a06b1dc4-9c0d-b19f-1fcc-396aa6e25932%28Office.15%29.aspx)
+[ToggleButton.FontWeight property (Access)](http://msdn.microsoft.com/library/8b74b5cb-c5d0-82d4-a902-42dcd49ee106%28Office.15%29.aspx)
+[Label.FontWeight property (Access)](http://msdn.microsoft.com/library/82da64d1-395a-7e42-f7e5-997a9b7b8407%28Office.15%29.aspx)
+[NavigationButton.FontWeight property (Access)](http://msdn.microsoft.com/library/23b07172-e1da-bd97-0515-a6c52da4636a%28Office.15%29.aspx)
+[ComboBox.FontWeight property (Access)](http://msdn.microsoft.com/library/4e1cf348-4114-788d-34a6-c0b17152ee4b%28Office.15%29.aspx)
+[CommandButton.FontWeight property (Access)](http://msdn.microsoft.com/library/a7c0b157-c25c-24e5-b05d-cc8ab726ac7b%28Office.15%29.aspx)
diff --git a/F1/forcenewpage-property-access-vbaac10-chm4359.md b/F1/forcenewpage-property-access-vbaac10-chm4359.md
index 8c2b065bf46..2e1a864ace0 100644
--- a/F1/forcenewpage-property-access-vbaac10-chm4359.md
+++ b/F1/forcenewpage-property-access-vbaac10-chm4359.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.ForceNewPage Property (Access)](http://msdn.microsoft.com/library/c523159f-f1f4-22b0-1aa3-05b7b213229a%28Office.15%29.aspx)
+[Section.ForceNewPage property (Access)](http://msdn.microsoft.com/library/c523159f-f1f4-22b0-1aa3-05b7b213229a%28Office.15%29.aspx)
diff --git a/F1/forecolor-property-access-vbaac10-chm10471.md b/F1/forecolor-property-access-vbaac10-chm10471.md
index ba60a2c4d3c..3c226104e07 100644
--- a/F1/forecolor-property-access-vbaac10-chm10471.md
+++ b/F1/forecolor-property-access-vbaac10-chm10471.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.ForeColor Property (Access)](http://msdn.microsoft.com/library/6d19e4b2-2375-fe37-c226-4489ebcb808e%28Office.15%29.aspx)
+[CommandButton.ForeColor property (Access)](http://msdn.microsoft.com/library/6d19e4b2-2375-fe37-c226-4489ebcb808e%28Office.15%29.aspx)
-[NavigationButton.ForeColor Property (Access)](http://msdn.microsoft.com/library/86b90246-1431-3ba2-1cc7-5af78a2e8185%28Office.15%29.aspx)
+[NavigationButton.ForeColor property (Access)](http://msdn.microsoft.com/library/86b90246-1431-3ba2-1cc7-5af78a2e8185%28Office.15%29.aspx)
diff --git a/F1/forecolor-property-access-vbaac10-chm11083.md b/F1/forecolor-property-access-vbaac10-chm11083.md
index c6656229abb..5a942d97f7c 100644
--- a/F1/forecolor-property-access-vbaac10-chm11083.md
+++ b/F1/forecolor-property-access-vbaac10-chm11083.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.ForeColor Property (Access)](http://msdn.microsoft.com/library/125bc04a-b747-6397-33ff-31de47004633%28Office.15%29.aspx)
+[TextBox.ForeColor property (Access)](http://msdn.microsoft.com/library/125bc04a-b747-6397-33ff-31de47004633%28Office.15%29.aspx)
-[TabControl.ForeColor Property (Access)](http://msdn.microsoft.com/library/8b690a5f-ce7d-7b9c-09b7-90cbe3b2be81%28Office.15%29.aspx)
+[TabControl.ForeColor property (Access)](http://msdn.microsoft.com/library/8b690a5f-ce7d-7b9c-09b7-90cbe3b2be81%28Office.15%29.aspx)
diff --git a/F1/forecolor-property-access-vbaac10-chm4360.md b/F1/forecolor-property-access-vbaac10-chm4360.md
index 252e8eb5185..35a17d8be8a 100644
--- a/F1/forecolor-property-access-vbaac10-chm4360.md
+++ b/F1/forecolor-property-access-vbaac10-chm4360.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.ForeColor Property (Access)](http://msdn.microsoft.com/library/048b01a3-f962-d2d3-b546-027fec6a1369%28Office.15%29.aspx)
+[Report.ForeColor property (Access)](http://msdn.microsoft.com/library/048b01a3-f962-d2d3-b546-027fec6a1369%28Office.15%29.aspx)
-[TextBox.ForeColor Property (Access)](http://msdn.microsoft.com/library/125bc04a-b747-6397-33ff-31de47004633%28Office.15%29.aspx)
+[TextBox.ForeColor property (Access)](http://msdn.microsoft.com/library/125bc04a-b747-6397-33ff-31de47004633%28Office.15%29.aspx)
-[CommandButton.ForeColor Property (Access)](http://msdn.microsoft.com/library/6d19e4b2-2375-fe37-c226-4489ebcb808e%28Office.15%29.aspx)
-[Label.ForeColor Property (Access)](http://msdn.microsoft.com/library/dc1f1bcc-cd8b-2a13-a4a6-47d0c0101a4d%28Office.15%29.aspx)
-[ToggleButton.ForeColor Property (Access)](http://msdn.microsoft.com/library/89eac6c0-5989-40ba-276e-53f1de2d2ed8%28Office.15%29.aspx)
-[NavigationButton.ForeColor Property (Access)](http://msdn.microsoft.com/library/86b90246-1431-3ba2-1cc7-5af78a2e8185%28Office.15%29.aspx)
-[TabControl.ForeColor Property (Access)](http://msdn.microsoft.com/library/8b690a5f-ce7d-7b9c-09b7-90cbe3b2be81%28Office.15%29.aspx)
-[ListBox.ForeColor Property (Access)](http://msdn.microsoft.com/library/bbc345ab-fd78-3e30-b2d6-d0a43291f576%28Office.15%29.aspx)
-[ComboBox.ForeColor Property (Access)](http://msdn.microsoft.com/library/32327754-0132-0e04-ef61-f94fa6b095f3%28Office.15%29.aspx)
-[FormatCondition.ForeColor Property (Access)](http://msdn.microsoft.com/library/3d9c0474-3723-1250-28f9-fedee6bc6c4d%28Office.15%29.aspx)
+[CommandButton.ForeColor property (Access)](http://msdn.microsoft.com/library/6d19e4b2-2375-fe37-c226-4489ebcb808e%28Office.15%29.aspx)
+[Label.ForeColor property (Access)](http://msdn.microsoft.com/library/dc1f1bcc-cd8b-2a13-a4a6-47d0c0101a4d%28Office.15%29.aspx)
+[ToggleButton.ForeColor property (Access)](http://msdn.microsoft.com/library/89eac6c0-5989-40ba-276e-53f1de2d2ed8%28Office.15%29.aspx)
+[NavigationButton.ForeColor property (Access)](http://msdn.microsoft.com/library/86b90246-1431-3ba2-1cc7-5af78a2e8185%28Office.15%29.aspx)
+[TabControl.ForeColor property (Access)](http://msdn.microsoft.com/library/8b690a5f-ce7d-7b9c-09b7-90cbe3b2be81%28Office.15%29.aspx)
+[ListBox.ForeColor property (Access)](http://msdn.microsoft.com/library/bbc345ab-fd78-3e30-b2d6-d0a43291f576%28Office.15%29.aspx)
+[ComboBox.ForeColor property (Access)](http://msdn.microsoft.com/library/32327754-0132-0e04-ef61-f94fa6b095f3%28Office.15%29.aspx)
+[FormatCondition.ForeColor property (Access)](http://msdn.microsoft.com/library/3d9c0474-3723-1250-28f9-fedee6bc6c4d%28Office.15%29.aspx)
diff --git a/F1/foreshade-property-access-vbaac10-chm14606.md b/F1/foreshade-property-access-vbaac10-chm14606.md
index 82a4881a018..4ab53fb91db 100644
--- a/F1/foreshade-property-access-vbaac10-chm14606.md
+++ b/F1/foreshade-property-access-vbaac10-chm14606.md
@@ -13,14 +13,14 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.ForeShade Property (Access)](http://msdn.microsoft.com/library/4917e73f-595e-7286-adc0-05d3a9e44b34%28Office.15%29.aspx)
+[ListBox.ForeShade property (Access)](http://msdn.microsoft.com/library/4917e73f-595e-7286-adc0-05d3a9e44b34%28Office.15%29.aspx)
-[ComboBox.ForeShade Property (Access)](http://msdn.microsoft.com/library/7bf41b29-6f65-d82d-bea7-1f988381c946%28Office.15%29.aspx)
+[ComboBox.ForeShade property (Access)](http://msdn.microsoft.com/library/7bf41b29-6f65-d82d-bea7-1f988381c946%28Office.15%29.aspx)
-[CommandButton.ForeShade Property (Access)](http://msdn.microsoft.com/library/c8ddc31f-83a3-c836-e1f7-2ffe5ea86d4a%28Office.15%29.aspx)
-[NavigationButton.ForeShade Property (Access)](http://msdn.microsoft.com/library/312eb5f5-0ed8-e3da-0720-420ed03ee19c%28Office.15%29.aspx)
-[TabControl.ForeShade Property (Access)](http://msdn.microsoft.com/library/a17b6a7e-d943-f785-459b-43a2c7998ff7%28Office.15%29.aspx)
-[Label.ForeShade Property (Access)](http://msdn.microsoft.com/library/4ccc09f9-533a-e70f-7194-75b3934f97ff%28Office.15%29.aspx)
-[TextBox.ForeShade Property (Access)](http://msdn.microsoft.com/library/b8437ede-edd1-7d86-1c2f-78d4ed1c3d0e%28Office.15%29.aspx)
-[ToggleButton.ForeShade Property (Access)](http://msdn.microsoft.com/library/266e2047-8d29-69e7-bda9-c3d152cf78ba%28Office.15%29.aspx)
+[CommandButton.ForeShade property (Access)](http://msdn.microsoft.com/library/c8ddc31f-83a3-c836-e1f7-2ffe5ea86d4a%28Office.15%29.aspx)
+[NavigationButton.ForeShade property (Access)](http://msdn.microsoft.com/library/312eb5f5-0ed8-e3da-0720-420ed03ee19c%28Office.15%29.aspx)
+[TabControl.ForeShade property (Access)](http://msdn.microsoft.com/library/a17b6a7e-d943-f785-459b-43a2c7998ff7%28Office.15%29.aspx)
+[Label.ForeShade property (Access)](http://msdn.microsoft.com/library/4ccc09f9-533a-e70f-7194-75b3934f97ff%28Office.15%29.aspx)
+[TextBox.ForeShade property (Access)](http://msdn.microsoft.com/library/b8437ede-edd1-7d86-1c2f-78d4ed1c3d0e%28Office.15%29.aspx)
+[ToggleButton.ForeShade property (Access)](http://msdn.microsoft.com/library/266e2047-8d29-69e7-bda9-c3d152cf78ba%28Office.15%29.aspx)
diff --git a/F1/forethemecolorindex-property-access-vbaac10-chm14604.md b/F1/forethemecolorindex-property-access-vbaac10-chm14604.md
index eba4a632bfc..7fcd6b854d8 100644
--- a/F1/forethemecolorindex-property-access-vbaac10-chm14604.md
+++ b/F1/forethemecolorindex-property-access-vbaac10-chm14604.md
@@ -13,14 +13,14 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Label.ForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/68165420-a121-a610-51bd-17a83fd9ee90%28Office.15%29.aspx)
+[Label.ForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/68165420-a121-a610-51bd-17a83fd9ee90%28Office.15%29.aspx)
-[TabControl.ForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/8c08538f-4bfd-ac57-3b48-61d33deaa520%28Office.15%29.aspx)
+[TabControl.ForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/8c08538f-4bfd-ac57-3b48-61d33deaa520%28Office.15%29.aspx)
-[ToggleButton.ForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/8358b6c4-960d-e414-a6c4-657700caeeb0%28Office.15%29.aspx)
-[CommandButton.ForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/4831634a-6988-57ec-0e47-6c16a6c832a0%28Office.15%29.aspx)
-[ComboBox.ForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/89138cf8-23f1-e795-1d6c-951299c3d90e%28Office.15%29.aspx)
-[TextBox.ForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9b49e363-fe5b-0536-c3ed-b4836acb383b%28Office.15%29.aspx)
-[ListBox.ForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9338e883-4a8d-c2b9-e4ea-dc654dd86f40%28Office.15%29.aspx)
-[NavigationButton.ForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/f0d04d84-338a-c45e-6f26-debc1a402796%28Office.15%29.aspx)
+[ToggleButton.ForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/8358b6c4-960d-e414-a6c4-657700caeeb0%28Office.15%29.aspx)
+[CommandButton.ForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/4831634a-6988-57ec-0e47-6c16a6c832a0%28Office.15%29.aspx)
+[ComboBox.ForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/89138cf8-23f1-e795-1d6c-951299c3d90e%28Office.15%29.aspx)
+[TextBox.ForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9b49e363-fe5b-0536-c3ed-b4836acb383b%28Office.15%29.aspx)
+[ListBox.ForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9338e883-4a8d-c2b9-e4ea-dc654dd86f40%28Office.15%29.aspx)
+[NavigationButton.ForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/f0d04d84-338a-c45e-6f26-debc1a402796%28Office.15%29.aspx)
diff --git a/F1/foretint-property-access-vbaac10-chm14605.md b/F1/foretint-property-access-vbaac10-chm14605.md
index cdea8ec74c0..e652bc69675 100644
--- a/F1/foretint-property-access-vbaac10-chm14605.md
+++ b/F1/foretint-property-access-vbaac10-chm14605.md
@@ -13,14 +13,14 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.ForeTint Property (Access)](http://msdn.microsoft.com/library/d855214b-df01-7158-75ea-1fc974c9b60b%28Office.15%29.aspx)
+[ComboBox.ForeTint property (Access)](http://msdn.microsoft.com/library/d855214b-df01-7158-75ea-1fc974c9b60b%28Office.15%29.aspx)
-[TextBox.ForeTint Property (Access)](http://msdn.microsoft.com/library/8229f864-5ed3-309e-ba29-6a45bf9d59a8%28Office.15%29.aspx)
+[TextBox.ForeTint property (Access)](http://msdn.microsoft.com/library/8229f864-5ed3-309e-ba29-6a45bf9d59a8%28Office.15%29.aspx)
-[CommandButton.ForeTint Property (Access)](http://msdn.microsoft.com/library/87b29d73-fdbf-0ffa-d2eb-78d182625458%28Office.15%29.aspx)
-[ToggleButton.ForeTint Property (Access)](http://msdn.microsoft.com/library/b0ea7b04-962f-bdea-d3c2-8fe9f0bf83e9%28Office.15%29.aspx)
-[Label.ForeTint Property (Access)](http://msdn.microsoft.com/library/cce432e8-44eb-d30c-04e2-b4e3861ecec7%28Office.15%29.aspx)
-[ListBox.ForeTint Property (Access)](http://msdn.microsoft.com/library/3d2d2e77-5819-673b-8e9c-d2d94d06a1bd%28Office.15%29.aspx)
-[NavigationButton.ForeTint Property (Access)](http://msdn.microsoft.com/library/4d19f8e8-67e0-412a-a515-dd357a26bc46%28Office.15%29.aspx)
-[TabControl.ForeTint Property (Access)](http://msdn.microsoft.com/library/9e7c2a92-028b-f565-22fb-fc44753c7908%28Office.15%29.aspx)
+[CommandButton.ForeTint property (Access)](http://msdn.microsoft.com/library/87b29d73-fdbf-0ffa-d2eb-78d182625458%28Office.15%29.aspx)
+[ToggleButton.ForeTint property (Access)](http://msdn.microsoft.com/library/b0ea7b04-962f-bdea-d3c2-8fe9f0bf83e9%28Office.15%29.aspx)
+[Label.ForeTint property (Access)](http://msdn.microsoft.com/library/cce432e8-44eb-d30c-04e2-b4e3861ecec7%28Office.15%29.aspx)
+[ListBox.ForeTint property (Access)](http://msdn.microsoft.com/library/3d2d2e77-5819-673b-8e9c-d2d94d06a1bd%28Office.15%29.aspx)
+[NavigationButton.ForeTint property (Access)](http://msdn.microsoft.com/library/4d19f8e8-67e0-412a-a515-dd357a26bc46%28Office.15%29.aspx)
+[TabControl.ForeTint property (Access)](http://msdn.microsoft.com/library/9e7c2a92-028b-f565-22fb-fc44753c7908%28Office.15%29.aspx)
diff --git a/F1/format-property-access-vbaac10-chm4362.md b/F1/format-property-access-vbaac10-chm4362.md
index 89c27c33a3f..13dfe29f696 100644
--- a/F1/format-property-access-vbaac10-chm4362.md
+++ b/F1/format-property-access-vbaac10-chm4362.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Format Property (Access)](http://msdn.microsoft.com/library/c89491e2-09f8-d928-1aed-9d839545a694%28Office.15%29.aspx)
+[TextBox.Format property (Access)](http://msdn.microsoft.com/library/c89491e2-09f8-d928-1aed-9d839545a694%28Office.15%29.aspx)
-[ComboBox.Format Property (Access)](http://msdn.microsoft.com/library/9bb18f6a-0a25-9bbf-88ba-adf603c11826%28Office.15%29.aspx)
+[ComboBox.Format property (Access)](http://msdn.microsoft.com/library/9bb18f6a-0a25-9bbf-88ba-adf603c11826%28Office.15%29.aspx)
diff --git a/F1/formatconditions-property-access-vbaac10-chm11038.md b/F1/formatconditions-property-access-vbaac10-chm11038.md
index 72ab4581858..54d26ed6bc9 100644
--- a/F1/formatconditions-property-access-vbaac10-chm11038.md
+++ b/F1/formatconditions-property-access-vbaac10-chm11038.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.FormatConditions Property (Access)](http://msdn.microsoft.com/library/20e921d6-e800-fc75-c93a-981815d694ab%28Office.15%29.aspx)
+[NavigationControl.FormatConditions property (Access)](http://msdn.microsoft.com/library/20e921d6-e800-fc75-c93a-981815d694ab%28Office.15%29.aspx)
-[TextBox.FormatConditions Property (Access)](http://msdn.microsoft.com/library/6c643d8b-9b90-2b50-2ba0-c46bb821d38d%28Office.15%29.aspx)
+[TextBox.FormatConditions property (Access)](http://msdn.microsoft.com/library/6c643d8b-9b90-2b50-2ba0-c46bb821d38d%28Office.15%29.aspx)
diff --git a/F1/fullname-property-access-vbaac10-chm12719.md b/F1/fullname-property-access-vbaac10-chm12719.md
index 8d8cc1e611b..bf8f6b2dc3e 100644
--- a/F1/fullname-property-access-vbaac10-chm12719.md
+++ b/F1/fullname-property-access-vbaac10-chm12719.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.FullName Property (Access)](http://msdn.microsoft.com/library/43fa4260-4e70-c314-c02d-1328b7c1b2a2%28Office.15%29.aspx)
+[CurrentProject.FullName property (Access)](http://msdn.microsoft.com/library/43fa4260-4e70-c314-c02d-1328b7c1b2a2%28Office.15%29.aspx)
-[CodeProject.FullName Property (Access)](http://msdn.microsoft.com/library/33361e38-631f-3427-12a9-24bb45086dc1%28Office.15%29.aspx)
+[CodeProject.FullName property (Access)](http://msdn.microsoft.com/library/33361e38-631f-3427-12a9-24bb45086dc1%28Office.15%29.aspx)
diff --git a/F1/glow-property-access-vbaac10-chm14630.md b/F1/glow-property-access-vbaac10-chm14630.md
index f39221bf97e..37755b68ff2 100644
--- a/F1/glow-property-access-vbaac10-chm14630.md
+++ b/F1/glow-property-access-vbaac10-chm14630.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.Glow Property (Access)](http://msdn.microsoft.com/library/f279f51c-11f7-de6c-0f47-369e9b5cb3a6%28Office.15%29.aspx)
+[ToggleButton.Glow property (Access)](http://msdn.microsoft.com/library/f279f51c-11f7-de6c-0f47-369e9b5cb3a6%28Office.15%29.aspx)
-[NavigationButton.Glow Property (Access)](http://msdn.microsoft.com/library/d1123b17-2ee3-626f-d746-a4b0d287c3f6%28Office.15%29.aspx)
+[NavigationButton.Glow property (Access)](http://msdn.microsoft.com/library/d1123b17-2ee3-626f-d746-a4b0d287c3f6%28Office.15%29.aspx)
-[TabControl.Glow Property (Access)](http://msdn.microsoft.com/library/e3ee6d6c-4cca-1555-14e2-a512c8520855%28Office.15%29.aspx)
-[CommandButton.Glow Property (Access)](http://msdn.microsoft.com/library/e6c147b4-c378-90bd-7132-f44021994ecd%28Office.15%29.aspx)
+[TabControl.Glow property (Access)](http://msdn.microsoft.com/library/e3ee6d6c-4cca-1555-14e2-a512c8520855%28Office.15%29.aspx)
+[CommandButton.Glow property (Access)](http://msdn.microsoft.com/library/e6c147b4-c378-90bd-7132-f44021994ecd%28Office.15%29.aspx)
diff --git a/F1/gotfocus-event-access-vbaac10-chm11026.md b/F1/gotfocus-event-access-vbaac10-chm11026.md
index 9b233e991f2..6c261b6079a 100644
--- a/F1/gotfocus-event-access-vbaac10-chm11026.md
+++ b/F1/gotfocus-event-access-vbaac10-chm11026.md
@@ -13,22 +13,22 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[BoundObjectFrame.GotFocus Event (Access)](http://msdn.microsoft.com/library/f18f5756-b2d7-d91c-8cee-0c75f9194579%28Office.15%29.aspx)
+[BoundObjectFrame.GotFocus event (Access)](http://msdn.microsoft.com/library/f18f5756-b2d7-d91c-8cee-0c75f9194579%28Office.15%29.aspx)
-[BoundObjectFrame.KeyDown Event (Access)](http://msdn.microsoft.com/library/97bb4897-416c-b58b-fa14-164ebd053306%28Office.15%29.aspx)
+[BoundObjectFrame.KeyDown event (Access)](http://msdn.microsoft.com/library/97bb4897-416c-b58b-fa14-164ebd053306%28Office.15%29.aspx)
-[BoundObjectFrame Object (Access)](http://msdn.microsoft.com/library/b3025672-60b8-e1d6-4769-1f724c9aa1ef%28Office.15%29.aspx)
-[BoundObjectFrame.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/4da166d5-1c6e-293c-c458-21817ffd78b9%28Office.15%29.aspx)
-[BoundObjectFrame.DblClick Event (Access)](http://msdn.microsoft.com/library/3417bf12-f99a-3792-bdf2-3022cd8590bc%28Office.15%29.aspx)
-[BoundObjectFrame.LostFocus Event (Access)](http://msdn.microsoft.com/library/33972d0c-fc22-458d-26c1-35e7035039bb%28Office.15%29.aspx)
-[BoundObjectFrame.MouseMove Event (Access)](http://msdn.microsoft.com/library/61c95d90-e3b1-a072-fcb0-66717cafb074%28Office.15%29.aspx)
-[BoundObjectFrame.Click Event (Access)](http://msdn.microsoft.com/library/0b602f76-f311-e8f4-bc3b-72a2427f5758%28Office.15%29.aspx)
-[BoundObjectFrame.Updated Event (Access)](http://msdn.microsoft.com/library/eb730f01-1a68-8016-5d87-738ff6b2553c%28Office.15%29.aspx)
-[BoundObjectFrame.Enter Event (Access)](http://msdn.microsoft.com/library/aec0a8ad-b85f-e39a-ede7-79d63a384f00%28Office.15%29.aspx)
-[BoundObjectFrame.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/fdec60fb-99a5-fcdc-17d1-838db71d7ab3%28Office.15%29.aspx)
-[BoundObjectFrame.KeyPress Event (Access)](http://msdn.microsoft.com/library/c5e9760d-4a19-0249-e963-89a53c11966d%28Office.15%29.aspx)
-[BoundObjectFrame.Exit Event (Access)](http://msdn.microsoft.com/library/835b3b85-f9a7-387e-db1c-a75986c9d24f%28Office.15%29.aspx)
-[BoundObjectFrame.KeyUp Event (Access)](http://msdn.microsoft.com/library/1c7a4958-424b-3188-a46d-cc3204b4a2e0%28Office.15%29.aspx)
-[BoundObjectFrame.MouseDown Event (Access)](http://msdn.microsoft.com/library/c1715e90-2f97-4778-6b4c-ceff7f813a9f%28Office.15%29.aspx)
-[BoundObjectFrame.MouseUp Event (Access)](http://msdn.microsoft.com/library/d37ac9b3-e9eb-113c-289a-db8d5b7cf125%28Office.15%29.aspx)
+[BoundObjectFrame object (Access)](http://msdn.microsoft.com/library/b3025672-60b8-e1d6-4769-1f724c9aa1ef%28Office.15%29.aspx)
+[BoundObjectFrame.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/4da166d5-1c6e-293c-c458-21817ffd78b9%28Office.15%29.aspx)
+[BoundObjectFrame.DblClick event (Access)](http://msdn.microsoft.com/library/3417bf12-f99a-3792-bdf2-3022cd8590bc%28Office.15%29.aspx)
+[BoundObjectFrame.LostFocus event (Access)](http://msdn.microsoft.com/library/33972d0c-fc22-458d-26c1-35e7035039bb%28Office.15%29.aspx)
+[BoundObjectFrame.MouseMove event (Access)](http://msdn.microsoft.com/library/61c95d90-e3b1-a072-fcb0-66717cafb074%28Office.15%29.aspx)
+[BoundObjectFrame.Click event (Access)](http://msdn.microsoft.com/library/0b602f76-f311-e8f4-bc3b-72a2427f5758%28Office.15%29.aspx)
+[BoundObjectFrame.Updated event (Access)](http://msdn.microsoft.com/library/eb730f01-1a68-8016-5d87-738ff6b2553c%28Office.15%29.aspx)
+[BoundObjectFrame.Enter event (Access)](http://msdn.microsoft.com/library/aec0a8ad-b85f-e39a-ede7-79d63a384f00%28Office.15%29.aspx)
+[BoundObjectFrame.AfterUpdate event (Access)](http://msdn.microsoft.com/library/fdec60fb-99a5-fcdc-17d1-838db71d7ab3%28Office.15%29.aspx)
+[BoundObjectFrame.KeyPress event (Access)](http://msdn.microsoft.com/library/c5e9760d-4a19-0249-e963-89a53c11966d%28Office.15%29.aspx)
+[BoundObjectFrame.Exit event (Access)](http://msdn.microsoft.com/library/835b3b85-f9a7-387e-db1c-a75986c9d24f%28Office.15%29.aspx)
+[BoundObjectFrame.KeyUp event (Access)](http://msdn.microsoft.com/library/1c7a4958-424b-3188-a46d-cc3204b4a2e0%28Office.15%29.aspx)
+[BoundObjectFrame.MouseDown event (Access)](http://msdn.microsoft.com/library/c1715e90-2f97-4778-6b4c-ceff7f813a9f%28Office.15%29.aspx)
+[BoundObjectFrame.MouseUp event (Access)](http://msdn.microsoft.com/library/d37ac9b3-e9eb-113c-289a-db8d5b7cf125%28Office.15%29.aspx)
diff --git a/F1/gotfocus-event-access-vbaac10-chm14080.md b/F1/gotfocus-event-access-vbaac10-chm14080.md
index da7eb1e6d40..ad7feb21a8d 100644
--- a/F1/gotfocus-event-access-vbaac10-chm14080.md
+++ b/F1/gotfocus-event-access-vbaac10-chm14080.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.GotFocus Event (Access)](http://msdn.microsoft.com/library/b8ad669d-6353-ff62-5b06-5fda93d50327%28Office.15%29.aspx)
+[CommandButton.GotFocus event (Access)](http://msdn.microsoft.com/library/b8ad669d-6353-ff62-5b06-5fda93d50327%28Office.15%29.aspx)
-[NavigationButton.GotFocus Event (Access)](http://msdn.microsoft.com/library/3adf6a7e-34d5-e1ce-e621-8662153156e9%28Office.15%29.aspx)
+[NavigationButton.GotFocus event (Access)](http://msdn.microsoft.com/library/3adf6a7e-34d5-e1ce-e621-8662153156e9%28Office.15%29.aspx)
diff --git a/F1/gotfocus-event-access-vbaac10-chm14199.md b/F1/gotfocus-event-access-vbaac10-chm14199.md
index 7fec01bf426..0a71b8e4435 100644
--- a/F1/gotfocus-event-access-vbaac10-chm14199.md
+++ b/F1/gotfocus-event-access-vbaac10-chm14199.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.GotFocus Event (Access)](http://msdn.microsoft.com/library/50ebdaad-3e2c-9eff-47f0-43a402b17938%28Office.15%29.aspx)
+[NavigationControl.GotFocus event (Access)](http://msdn.microsoft.com/library/50ebdaad-3e2c-9eff-47f0-43a402b17938%28Office.15%29.aspx)
-[TextBox.GotFocus Event (Access)](http://msdn.microsoft.com/library/bc5d12a2-476b-a91d-2ad4-cdd6f46dd44c%28Office.15%29.aspx)
+[TextBox.GotFocus event (Access)](http://msdn.microsoft.com/library/bc5d12a2-476b-a91d-2ad4-cdd6f46dd44c%28Office.15%29.aspx)
diff --git a/F1/gradient-property-access-vbaac10-chm14662.md b/F1/gradient-property-access-vbaac10-chm14662.md
index f936b8ca0fb..72294d4c1a1 100644
--- a/F1/gradient-property-access-vbaac10-chm14662.md
+++ b/F1/gradient-property-access-vbaac10-chm14662.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Gradient Property (Access)](http://msdn.microsoft.com/library/6ab8ea87-7bba-6476-14e5-0d0e7e645d0e%28Office.15%29.aspx)
+[CommandButton.Gradient property (Access)](http://msdn.microsoft.com/library/6ab8ea87-7bba-6476-14e5-0d0e7e645d0e%28Office.15%29.aspx)
-[ToggleButton.Gradient Property (Access)](http://msdn.microsoft.com/library/ac12829e-ec4c-7f6e-93fa-918dc84bf7ce%28Office.15%29.aspx)
+[ToggleButton.Gradient property (Access)](http://msdn.microsoft.com/library/ac12829e-ec4c-7f6e-93fa-918dc84bf7ce%28Office.15%29.aspx)
-[NavigationButton.Gradient Property (Access)](http://msdn.microsoft.com/library/b23fb655-67bf-645f-f510-c4baafe02e58%28Office.15%29.aspx)
-[TabControl.Gradient Property (Access)](http://msdn.microsoft.com/library/0fa97694-025d-4064-5fc1-d95d873ad3fc%28Office.15%29.aspx)
+[NavigationButton.Gradient property (Access)](http://msdn.microsoft.com/library/b23fb655-67bf-645f-f510-c4baafe02e58%28Office.15%29.aspx)
+[TabControl.Gradient property (Access)](http://msdn.microsoft.com/library/0fa97694-025d-4064-5fc1-d95d873ad3fc%28Office.15%29.aspx)
diff --git a/F1/gridlinecolor-property-access-vbaac10-chm10536.md b/F1/gridlinecolor-property-access-vbaac10-chm10536.md
index 02c010ddfb6..c3c7f379692 100644
--- a/F1/gridlinecolor-property-access-vbaac10-chm10536.md
+++ b/F1/gridlinecolor-property-access-vbaac10-chm10536.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.GridlineColor Property (Access)](http://msdn.microsoft.com/library/a07d7fb0-f538-a186-f016-0236a32ab276%28Office.15%29.aspx)
+[CustomControl.GridlineColor property (Access)](http://msdn.microsoft.com/library/a07d7fb0-f538-a186-f016-0236a32ab276%28Office.15%29.aspx)
-[CommandButton.GridlineColor Property (Access)](http://msdn.microsoft.com/library/ef5addc8-5e29-ef8b-f7f6-0b91c68e9bc9%28Office.15%29.aspx)
+[CommandButton.GridlineColor property (Access)](http://msdn.microsoft.com/library/ef5addc8-5e29-ef8b-f7f6-0b91c68e9bc9%28Office.15%29.aspx)
-[NavigationButton.GridlineColor Property (Access)](http://msdn.microsoft.com/library/2f332449-f34d-f290-096a-95f6d4109c4c%28Office.15%29.aspx)
+[NavigationButton.GridlineColor property (Access)](http://msdn.microsoft.com/library/2f332449-f34d-f290-096a-95f6d4109c4c%28Office.15%29.aspx)
diff --git a/F1/gridlinecolor-property-access-vbaac10-chm11164.md b/F1/gridlinecolor-property-access-vbaac10-chm11164.md
index 8b60899a122..e3593e1706c 100644
--- a/F1/gridlinecolor-property-access-vbaac10-chm11164.md
+++ b/F1/gridlinecolor-property-access-vbaac10-chm11164.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.GridlineColor Property (Access)](http://msdn.microsoft.com/library/849e0843-ab35-90d6-02a6-44faa316c83f%28Office.15%29.aspx)
+[TextBox.GridlineColor property (Access)](http://msdn.microsoft.com/library/849e0843-ab35-90d6-02a6-44faa316c83f%28Office.15%29.aspx)
-[NavigationControl.GridlineColor Property (Access)](http://msdn.microsoft.com/library/21502538-377c-fd82-62bb-c68cabd1b2cd%28Office.15%29.aspx)
+[NavigationControl.GridlineColor property (Access)](http://msdn.microsoft.com/library/21502538-377c-fd82-62bb-c68cabd1b2cd%28Office.15%29.aspx)
diff --git a/F1/gridlinecolor-property-access-vbaac10-chm5636.md b/F1/gridlinecolor-property-access-vbaac10-chm5636.md
index 20612ce7c6f..0ee1b270c74 100644
--- a/F1/gridlinecolor-property-access-vbaac10-chm5636.md
+++ b/F1/gridlinecolor-property-access-vbaac10-chm5636.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.GridlineColor Property (Access)](http://msdn.microsoft.com/library/a07d7fb0-f538-a186-f016-0236a32ab276%28Office.15%29.aspx)
+[CustomControl.GridlineColor property (Access)](http://msdn.microsoft.com/library/a07d7fb0-f538-a186-f016-0236a32ab276%28Office.15%29.aspx)
-[ObjectFrame.GridlineColor Property (Access)](http://msdn.microsoft.com/library/746790f7-cac5-5631-ae25-04b95b0c405a%28Office.15%29.aspx)
+[ObjectFrame.GridlineColor property (Access)](http://msdn.microsoft.com/library/746790f7-cac5-5631-ae25-04b95b0c405a%28Office.15%29.aspx)
-[CommandButton.GridlineColor Property (Access)](http://msdn.microsoft.com/library/ef5addc8-5e29-ef8b-f7f6-0b91c68e9bc9%28Office.15%29.aspx)
-[TabControl.GridlineColor Property (Access)](http://msdn.microsoft.com/library/5570df30-be34-07b4-7096-1d1bdd46ead6%28Office.15%29.aspx)
-[OptionButton.GridlineColor Property (Access)](http://msdn.microsoft.com/library/23cdfbdf-6e89-8d2a-bb4a-29ee0a13af37%28Office.15%29.aspx)
-[Attachment.GridlineColor Property (Access)](http://msdn.microsoft.com/library/ee74a374-ad6b-e002-cc02-41861192923c%28Office.15%29.aspx)
-[TextBox.GridlineColor Property (Access)](http://msdn.microsoft.com/library/849e0843-ab35-90d6-02a6-44faa316c83f%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineColor Property (Access)](http://msdn.microsoft.com/library/2cc8616d-e480-2e10-52a6-6914d58579ac%28Office.15%29.aspx)
-[CheckBox.GridlineColor Property (Access)](http://msdn.microsoft.com/library/6d3343aa-3505-dbb9-7e61-6b5c8d67b9f5%28Office.15%29.aspx)
-[Control.GridlineColor Property (Access)](http://msdn.microsoft.com/library/0966f9d9-70a0-cdd9-fc89-7bf9239e63b6%28Office.15%29.aspx)
-[ToggleButton.GridlineColor Property (Access)](http://msdn.microsoft.com/library/8c35e5ad-5a5e-479f-4161-82637aae376c%28Office.15%29.aspx)
-[NavigationButton.GridlineColor Property (Access)](http://msdn.microsoft.com/library/2f332449-f34d-f290-096a-95f6d4109c4c%28Office.15%29.aspx)
-[SubForm.GridlineColor Property (Access)](http://msdn.microsoft.com/library/4b4ea587-e1b1-37f5-81e8-a0b26d62568e%28Office.15%29.aspx)
-[WebBrowserControl.GridlineColor Property (Access)](http://msdn.microsoft.com/library/9859d2e9-e58e-003d-9349-a0bec21ed25a%28Office.15%29.aspx)
-[Label.GridlineColor Property (Access)](http://msdn.microsoft.com/library/f6982726-825a-1ef2-286d-b1f567678002%28Office.15%29.aspx)
-[EmptyCell.GridlineColor Property (Access)](http://msdn.microsoft.com/library/bfc7414c-9008-87a3-91e6-b7d4a6a71696%28Office.15%29.aspx)
-[NavigationControl.GridlineColor Property (Access)](http://msdn.microsoft.com/library/21502538-377c-fd82-62bb-c68cabd1b2cd%28Office.15%29.aspx)
-[ComboBox.GridlineColor Property (Access)](http://msdn.microsoft.com/library/b0085ca5-3d6c-35c2-fe19-ce7a7776d216%28Office.15%29.aspx)
-[ListBox.GridlineColor Property (Access)](http://msdn.microsoft.com/library/296db594-3edc-e32f-c4c1-d854b4f9a922%28Office.15%29.aspx)
-[Image.GridlineColor Property (Access)](http://msdn.microsoft.com/library/bb355521-48f5-6a6f-df05-ff5be9cc1e65%28Office.15%29.aspx)
+[CommandButton.GridlineColor property (Access)](http://msdn.microsoft.com/library/ef5addc8-5e29-ef8b-f7f6-0b91c68e9bc9%28Office.15%29.aspx)
+[TabControl.GridlineColor property (Access)](http://msdn.microsoft.com/library/5570df30-be34-07b4-7096-1d1bdd46ead6%28Office.15%29.aspx)
+[OptionButton.GridlineColor property (Access)](http://msdn.microsoft.com/library/23cdfbdf-6e89-8d2a-bb4a-29ee0a13af37%28Office.15%29.aspx)
+[Attachment.GridlineColor property (Access)](http://msdn.microsoft.com/library/ee74a374-ad6b-e002-cc02-41861192923c%28Office.15%29.aspx)
+[TextBox.GridlineColor property (Access)](http://msdn.microsoft.com/library/849e0843-ab35-90d6-02a6-44faa316c83f%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineColor property (Access)](http://msdn.microsoft.com/library/2cc8616d-e480-2e10-52a6-6914d58579ac%28Office.15%29.aspx)
+[CheckBox.GridlineColor property (Access)](http://msdn.microsoft.com/library/6d3343aa-3505-dbb9-7e61-6b5c8d67b9f5%28Office.15%29.aspx)
+[Control.GridlineColor property (Access)](http://msdn.microsoft.com/library/0966f9d9-70a0-cdd9-fc89-7bf9239e63b6%28Office.15%29.aspx)
+[ToggleButton.GridlineColor property (Access)](http://msdn.microsoft.com/library/8c35e5ad-5a5e-479f-4161-82637aae376c%28Office.15%29.aspx)
+[NavigationButton.GridlineColor property (Access)](http://msdn.microsoft.com/library/2f332449-f34d-f290-096a-95f6d4109c4c%28Office.15%29.aspx)
+[SubForm.GridlineColor property (Access)](http://msdn.microsoft.com/library/4b4ea587-e1b1-37f5-81e8-a0b26d62568e%28Office.15%29.aspx)
+[WebBrowserControl.GridlineColor property (Access)](http://msdn.microsoft.com/library/9859d2e9-e58e-003d-9349-a0bec21ed25a%28Office.15%29.aspx)
+[Label.GridlineColor property (Access)](http://msdn.microsoft.com/library/f6982726-825a-1ef2-286d-b1f567678002%28Office.15%29.aspx)
+[EmptyCell.GridlineColor property (Access)](http://msdn.microsoft.com/library/bfc7414c-9008-87a3-91e6-b7d4a6a71696%28Office.15%29.aspx)
+[NavigationControl.GridlineColor property (Access)](http://msdn.microsoft.com/library/21502538-377c-fd82-62bb-c68cabd1b2cd%28Office.15%29.aspx)
+[ComboBox.GridlineColor property (Access)](http://msdn.microsoft.com/library/b0085ca5-3d6c-35c2-fe19-ce7a7776d216%28Office.15%29.aspx)
+[ListBox.GridlineColor property (Access)](http://msdn.microsoft.com/library/296db594-3edc-e32f-c4c1-d854b4f9a922%28Office.15%29.aspx)
+[Image.GridlineColor property (Access)](http://msdn.microsoft.com/library/bb355521-48f5-6a6f-df05-ff5be9cc1e65%28Office.15%29.aspx)
diff --git a/F1/gridlineshade-property-access-vbaac10-chm14637.md b/F1/gridlineshade-property-access-vbaac10-chm14637.md
index 485100f081d..5de22e362a2 100644
--- a/F1/gridlineshade-property-access-vbaac10-chm14637.md
+++ b/F1/gridlineshade-property-access-vbaac10-chm14637.md
@@ -13,24 +13,24 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.GridlineShade Property (Access)](http://msdn.microsoft.com/library/828d0867-f0e3-6e06-e441-066bf137905c%28Office.15%29.aspx)
+[NavigationButton.GridlineShade property (Access)](http://msdn.microsoft.com/library/828d0867-f0e3-6e06-e441-066bf137905c%28Office.15%29.aspx)
-[TabControl.GridlineShade Property (Access)](http://msdn.microsoft.com/library/fee68e1f-2a0a-cdd4-1270-08df1c751c4b%28Office.15%29.aspx)
+[TabControl.GridlineShade property (Access)](http://msdn.microsoft.com/library/fee68e1f-2a0a-cdd4-1270-08df1c751c4b%28Office.15%29.aspx)
-[OptionButton.GridlineShade Property (Access)](http://msdn.microsoft.com/library/599f0476-e468-8cb7-1cf5-0f63a2dabc8f%28Office.15%29.aspx)
-[WebBrowserControl.GridlineShade Property (Access)](http://msdn.microsoft.com/library/d6547541-832c-a560-4176-29004c0011dd%28Office.15%29.aspx)
-[TextBox.GridlineShade Property (Access)](http://msdn.microsoft.com/library/33daf4ec-1587-63c8-4b23-2abdf5087bbe%28Office.15%29.aspx)
-[CommandButton.GridlineShade Property (Access)](http://msdn.microsoft.com/library/044e8de8-e7c9-dd59-920c-529bc3e6a51a%28Office.15%29.aspx)
-[Attachment.GridlineShade Property (Access)](http://msdn.microsoft.com/library/24b5e8fa-7416-b312-7d2f-75c3b60e4617%28Office.15%29.aspx)
-[Image.GridlineShade Property (Access)](http://msdn.microsoft.com/library/1ed961e6-9698-322f-361c-76e42b81433e%28Office.15%29.aspx)
-[ToggleButton.GridlineShade Property (Access)](http://msdn.microsoft.com/library/33975f40-63ca-aa3f-eb8c-7af752b8c1b3%28Office.15%29.aspx)
-[ListBox.GridlineShade Property (Access)](http://msdn.microsoft.com/library/261c89f0-e1d8-41a0-6d8b-97332a6a01db%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineShade Property (Access)](http://msdn.microsoft.com/library/3fe4929b-9545-e886-f33c-9cae9f0c5f28%28Office.15%29.aspx)
-[SubForm.GridlineShade Property (Access)](http://msdn.microsoft.com/library/404019d4-27c5-abf5-8015-c58d6ea5a3dc%28Office.15%29.aspx)
-[EmptyCell.GridlineShade Property (Access)](http://msdn.microsoft.com/library/64a15ee8-809a-1ce4-186b-c8b2eee50152%28Office.15%29.aspx)
-[ObjectFrame.GridlineShade Property (Access)](http://msdn.microsoft.com/library/837f3c0b-5597-7abd-e580-c92f099d4448%28Office.15%29.aspx)
-[CheckBox.GridlineShade Property (Access)](http://msdn.microsoft.com/library/6f59985a-9b2d-e563-f0ed-dfe938e27331%28Office.15%29.aspx)
-[NavigationControl.GridlineShade Property (Access)](http://msdn.microsoft.com/library/f095b4d4-6c8b-5e17-6282-f4e97a7ef21f%28Office.15%29.aspx)
-[Label.GridlineShade Property (Access)](http://msdn.microsoft.com/library/d2d3415f-99f4-3ba4-78d3-f7d53f792980%28Office.15%29.aspx)
-[ComboBox.GridlineShade Property (Access)](http://msdn.microsoft.com/library/286746a1-0098-8991-0074-fe6fa0ceff0a%28Office.15%29.aspx)
+[OptionButton.GridlineShade property (Access)](http://msdn.microsoft.com/library/599f0476-e468-8cb7-1cf5-0f63a2dabc8f%28Office.15%29.aspx)
+[WebBrowserControl.GridlineShade property (Access)](http://msdn.microsoft.com/library/d6547541-832c-a560-4176-29004c0011dd%28Office.15%29.aspx)
+[TextBox.GridlineShade property (Access)](http://msdn.microsoft.com/library/33daf4ec-1587-63c8-4b23-2abdf5087bbe%28Office.15%29.aspx)
+[CommandButton.GridlineShade property (Access)](http://msdn.microsoft.com/library/044e8de8-e7c9-dd59-920c-529bc3e6a51a%28Office.15%29.aspx)
+[Attachment.GridlineShade property (Access)](http://msdn.microsoft.com/library/24b5e8fa-7416-b312-7d2f-75c3b60e4617%28Office.15%29.aspx)
+[Image.GridlineShade property (Access)](http://msdn.microsoft.com/library/1ed961e6-9698-322f-361c-76e42b81433e%28Office.15%29.aspx)
+[ToggleButton.GridlineShade property (Access)](http://msdn.microsoft.com/library/33975f40-63ca-aa3f-eb8c-7af752b8c1b3%28Office.15%29.aspx)
+[ListBox.GridlineShade property (Access)](http://msdn.microsoft.com/library/261c89f0-e1d8-41a0-6d8b-97332a6a01db%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineShade property (Access)](http://msdn.microsoft.com/library/3fe4929b-9545-e886-f33c-9cae9f0c5f28%28Office.15%29.aspx)
+[SubForm.GridlineShade property (Access)](http://msdn.microsoft.com/library/404019d4-27c5-abf5-8015-c58d6ea5a3dc%28Office.15%29.aspx)
+[EmptyCell.GridlineShade property (Access)](http://msdn.microsoft.com/library/64a15ee8-809a-1ce4-186b-c8b2eee50152%28Office.15%29.aspx)
+[ObjectFrame.GridlineShade property (Access)](http://msdn.microsoft.com/library/837f3c0b-5597-7abd-e580-c92f099d4448%28Office.15%29.aspx)
+[CheckBox.GridlineShade property (Access)](http://msdn.microsoft.com/library/6f59985a-9b2d-e563-f0ed-dfe938e27331%28Office.15%29.aspx)
+[NavigationControl.GridlineShade property (Access)](http://msdn.microsoft.com/library/f095b4d4-6c8b-5e17-6282-f4e97a7ef21f%28Office.15%29.aspx)
+[Label.GridlineShade property (Access)](http://msdn.microsoft.com/library/d2d3415f-99f4-3ba4-78d3-f7d53f792980%28Office.15%29.aspx)
+[ComboBox.GridlineShade property (Access)](http://msdn.microsoft.com/library/286746a1-0098-8991-0074-fe6fa0ceff0a%28Office.15%29.aspx)
diff --git a/F1/gridlinestylebottom-property-access-vbaac10-chm10531.md b/F1/gridlinestylebottom-property-access-vbaac10-chm10531.md
index 65804a8b6f3..b18b6cb41e5 100644
--- a/F1/gridlinestylebottom-property-access-vbaac10-chm10531.md
+++ b/F1/gridlinestylebottom-property-access-vbaac10-chm10531.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/1b20284b-559a-d06c-8a24-2ecd6dcd7837%28Office.15%29.aspx)
+[NavigationButton.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/1b20284b-559a-d06c-8a24-2ecd6dcd7837%28Office.15%29.aspx)
-[CustomControl.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/6cacbac2-3960-3f3e-45a1-d5b0d8fd3ac0%28Office.15%29.aspx)
+[CustomControl.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/6cacbac2-3960-3f3e-45a1-d5b0d8fd3ac0%28Office.15%29.aspx)
-[CommandButton.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/77ee45fb-5dde-2925-d88b-da62a6f9ed27%28Office.15%29.aspx)
+[CommandButton.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/77ee45fb-5dde-2925-d88b-da62a6f9ed27%28Office.15%29.aspx)
diff --git a/F1/gridlinestylebottom-property-access-vbaac10-chm11159.md b/F1/gridlinestylebottom-property-access-vbaac10-chm11159.md
index bd14c0ca184..3af8043f0c9 100644
--- a/F1/gridlinestylebottom-property-access-vbaac10-chm11159.md
+++ b/F1/gridlinestylebottom-property-access-vbaac10-chm11159.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/c58d8030-fc96-a53b-4cb4-5bb21237e20e%28Office.15%29.aspx)
+[TextBox.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/c58d8030-fc96-a53b-4cb4-5bb21237e20e%28Office.15%29.aspx)
-[NavigationControl.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/9bd6575e-a0a5-0757-c517-a694b04130e8%28Office.15%29.aspx)
+[NavigationControl.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/9bd6575e-a0a5-0757-c517-a694b04130e8%28Office.15%29.aspx)
diff --git a/F1/gridlinestylebottom-property-access-vbaac10-chm5635.md b/F1/gridlinestylebottom-property-access-vbaac10-chm5635.md
index b45de81d55e..acf4ee13e5f 100644
--- a/F1/gridlinestylebottom-property-access-vbaac10-chm5635.md
+++ b/F1/gridlinestylebottom-property-access-vbaac10-chm5635.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/02a2cc7e-f8e1-d107-6f13-075ce7448082%28Office.15%29.aspx)
+[ToggleButton.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/02a2cc7e-f8e1-d107-6f13-075ce7448082%28Office.15%29.aspx)
-[NavigationButton.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/1b20284b-559a-d06c-8a24-2ecd6dcd7837%28Office.15%29.aspx)
+[NavigationButton.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/1b20284b-559a-d06c-8a24-2ecd6dcd7837%28Office.15%29.aspx)
-[ObjectFrame.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/692feea8-ab41-e695-c388-38b9f7f9bf26%28Office.15%29.aspx)
-[ListBox.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/1a47a068-aedb-b60e-dbda-42a7f569a099%28Office.15%29.aspx)
-[CheckBox.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/2326ec85-b37b-cc97-d8f3-4913c936436b%28Office.15%29.aspx)
-[ComboBox.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/36ccbfbb-60e4-8d2e-6f15-4b1d22a732bf%28Office.15%29.aspx)
-[TabControl.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/06c42eb1-5123-24a0-2b39-59371b0b23bf%28Office.15%29.aspx)
-[TextBox.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/c58d8030-fc96-a53b-4cb4-5bb21237e20e%28Office.15%29.aspx)
-[Attachment.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/337fb2fd-0f4b-f113-826a-661a03333085%28Office.15%29.aspx)
-[Control.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/d53fb6e0-3613-095f-a52d-747819fc5601%28Office.15%29.aspx)
-[NavigationControl.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/9bd6575e-a0a5-0757-c517-a694b04130e8%28Office.15%29.aspx)
-[WebBrowserControl.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/b3e2fe62-ef2b-3a8d-8f16-a8f7dd635d57%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/422508e7-d735-55a5-04e9-b0297536c2f5%28Office.15%29.aspx)
-[SubForm.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/0976c103-9001-848d-b5e6-baa8593357f1%28Office.15%29.aspx)
-[OptionButton.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/831a0590-1d50-7260-5a00-c0ecf973c5db%28Office.15%29.aspx)
-[EmptyCell.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/3c1d9463-89d7-8783-a0b6-cdc92e84c3ce%28Office.15%29.aspx)
-[CustomControl.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/6cacbac2-3960-3f3e-45a1-d5b0d8fd3ac0%28Office.15%29.aspx)
-[CommandButton.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/77ee45fb-5dde-2925-d88b-da62a6f9ed27%28Office.15%29.aspx)
-[Image.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/1df063c7-2354-5e57-ce0e-ea4619598726%28Office.15%29.aspx)
-[Label.GridlineStyleBottom Property (Access)](http://msdn.microsoft.com/library/14b9658c-4284-0f08-006b-f0ba6d5bc27f%28Office.15%29.aspx)
+[ObjectFrame.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/692feea8-ab41-e695-c388-38b9f7f9bf26%28Office.15%29.aspx)
+[ListBox.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/1a47a068-aedb-b60e-dbda-42a7f569a099%28Office.15%29.aspx)
+[CheckBox.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/2326ec85-b37b-cc97-d8f3-4913c936436b%28Office.15%29.aspx)
+[ComboBox.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/36ccbfbb-60e4-8d2e-6f15-4b1d22a732bf%28Office.15%29.aspx)
+[TabControl.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/06c42eb1-5123-24a0-2b39-59371b0b23bf%28Office.15%29.aspx)
+[TextBox.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/c58d8030-fc96-a53b-4cb4-5bb21237e20e%28Office.15%29.aspx)
+[Attachment.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/337fb2fd-0f4b-f113-826a-661a03333085%28Office.15%29.aspx)
+[Control.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/d53fb6e0-3613-095f-a52d-747819fc5601%28Office.15%29.aspx)
+[NavigationControl.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/9bd6575e-a0a5-0757-c517-a694b04130e8%28Office.15%29.aspx)
+[WebBrowserControl.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/b3e2fe62-ef2b-3a8d-8f16-a8f7dd635d57%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/422508e7-d735-55a5-04e9-b0297536c2f5%28Office.15%29.aspx)
+[SubForm.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/0976c103-9001-848d-b5e6-baa8593357f1%28Office.15%29.aspx)
+[OptionButton.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/831a0590-1d50-7260-5a00-c0ecf973c5db%28Office.15%29.aspx)
+[EmptyCell.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/3c1d9463-89d7-8783-a0b6-cdc92e84c3ce%28Office.15%29.aspx)
+[CustomControl.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/6cacbac2-3960-3f3e-45a1-d5b0d8fd3ac0%28Office.15%29.aspx)
+[CommandButton.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/77ee45fb-5dde-2925-d88b-da62a6f9ed27%28Office.15%29.aspx)
+[Image.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/1df063c7-2354-5e57-ce0e-ea4619598726%28Office.15%29.aspx)
+[Label.GridlineStyleBottom property (Access)](http://msdn.microsoft.com/library/14b9658c-4284-0f08-006b-f0ba6d5bc27f%28Office.15%29.aspx)
diff --git a/F1/gridlinestyleleft-property-access-vbaac10-chm10528.md b/F1/gridlinestyleleft-property-access-vbaac10-chm10528.md
index 11d427a50b6..35643d042c7 100644
--- a/F1/gridlinestyleleft-property-access-vbaac10-chm10528.md
+++ b/F1/gridlinestyleleft-property-access-vbaac10-chm10528.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/ac511d98-b426-bc33-3973-38500fe4add5%28Office.15%29.aspx)
+[NavigationButton.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/ac511d98-b426-bc33-3973-38500fe4add5%28Office.15%29.aspx)
-[CustomControl.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/594c56fb-d8d5-a9af-dc40-d29a9dffd02d%28Office.15%29.aspx)
+[CustomControl.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/594c56fb-d8d5-a9af-dc40-d29a9dffd02d%28Office.15%29.aspx)
-[CommandButton.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/4e98dccd-e0d6-b24c-0a7a-f8dd54907fa0%28Office.15%29.aspx)
+[CommandButton.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/4e98dccd-e0d6-b24c-0a7a-f8dd54907fa0%28Office.15%29.aspx)
diff --git a/F1/gridlinestyleleft-property-access-vbaac10-chm11156.md b/F1/gridlinestyleleft-property-access-vbaac10-chm11156.md
index 6cf44e55743..8f4027f982a 100644
--- a/F1/gridlinestyleleft-property-access-vbaac10-chm11156.md
+++ b/F1/gridlinestyleleft-property-access-vbaac10-chm11156.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/66383fb2-d44d-c979-a025-52c4a4a369ea%28Office.15%29.aspx)
+[NavigationControl.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/66383fb2-d44d-c979-a025-52c4a4a369ea%28Office.15%29.aspx)
-[TextBox.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/f1c71748-a37c-d0d0-5d8e-9899cf1efba5%28Office.15%29.aspx)
+[TextBox.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/f1c71748-a37c-d0d0-5d8e-9899cf1efba5%28Office.15%29.aspx)
diff --git a/F1/gridlinestyleleft-property-access-vbaac10-chm5632.md b/F1/gridlinestyleleft-property-access-vbaac10-chm5632.md
index 33062e4dbc3..9e59a3ac89b 100644
--- a/F1/gridlinestyleleft-property-access-vbaac10-chm5632.md
+++ b/F1/gridlinestyleleft-property-access-vbaac10-chm5632.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/1f5fb2ce-e8e2-f14c-d30d-0d28651aed06%28Office.15%29.aspx)
+[ToggleButton.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/1f5fb2ce-e8e2-f14c-d30d-0d28651aed06%28Office.15%29.aspx)
-[SubForm.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/3d608a5e-6200-ded9-db1f-16909f217390%28Office.15%29.aspx)
+[SubForm.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/3d608a5e-6200-ded9-db1f-16909f217390%28Office.15%29.aspx)
-[CheckBox.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/c4a0cf6d-488c-5978-d3db-184909c79723%28Office.15%29.aspx)
-[Control.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/fe8829f8-bad9-2b34-f613-22b65b3325d4%28Office.15%29.aspx)
-[EmptyCell.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/90b16457-7115-e07b-04c4-359c1a52de38%28Office.15%29.aspx)
-[NavigationButton.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/ac511d98-b426-bc33-3973-38500fe4add5%28Office.15%29.aspx)
-[Attachment.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/0a67119c-035e-157d-f47d-4f5cd3f356c8%28Office.15%29.aspx)
-[NavigationControl.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/66383fb2-d44d-c979-a025-52c4a4a369ea%28Office.15%29.aspx)
-[Label.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/bbd15efc-891a-2789-1f18-631fdac9c801%28Office.15%29.aspx)
-[WebBrowserControl.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/25acf982-ac31-70b2-60b2-69c6ce233700%28Office.15%29.aspx)
-[ListBox.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/c9b37e7e-653f-68fd-40b0-6f601b91fa86%28Office.15%29.aspx)
-[Image.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/830eac6e-9992-057c-5905-92a17bb1d628%28Office.15%29.aspx)
-[TextBox.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/f1c71748-a37c-d0d0-5d8e-9899cf1efba5%28Office.15%29.aspx)
-[TabControl.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/cda36fc3-c96b-aaab-753d-9921b277c311%28Office.15%29.aspx)
-[ComboBox.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/00bb1dfe-ce6f-2bcc-75c6-bd1088d1c656%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/1933af20-09e9-8a62-a127-cbd40b872b1c%28Office.15%29.aspx)
-[CustomControl.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/594c56fb-d8d5-a9af-dc40-d29a9dffd02d%28Office.15%29.aspx)
-[ObjectFrame.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/09791118-77ec-c03c-00e9-d6450d1c7fe2%28Office.15%29.aspx)
-[OptionButton.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/075ad462-4004-0e2c-e1af-dd79de4a9a1d%28Office.15%29.aspx)
-[CommandButton.GridlineStyleLeft Property (Access)](http://msdn.microsoft.com/library/4e98dccd-e0d6-b24c-0a7a-f8dd54907fa0%28Office.15%29.aspx)
+[CheckBox.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/c4a0cf6d-488c-5978-d3db-184909c79723%28Office.15%29.aspx)
+[Control.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/fe8829f8-bad9-2b34-f613-22b65b3325d4%28Office.15%29.aspx)
+[EmptyCell.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/90b16457-7115-e07b-04c4-359c1a52de38%28Office.15%29.aspx)
+[NavigationButton.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/ac511d98-b426-bc33-3973-38500fe4add5%28Office.15%29.aspx)
+[Attachment.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/0a67119c-035e-157d-f47d-4f5cd3f356c8%28Office.15%29.aspx)
+[NavigationControl.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/66383fb2-d44d-c979-a025-52c4a4a369ea%28Office.15%29.aspx)
+[Label.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/bbd15efc-891a-2789-1f18-631fdac9c801%28Office.15%29.aspx)
+[WebBrowserControl.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/25acf982-ac31-70b2-60b2-69c6ce233700%28Office.15%29.aspx)
+[ListBox.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/c9b37e7e-653f-68fd-40b0-6f601b91fa86%28Office.15%29.aspx)
+[Image.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/830eac6e-9992-057c-5905-92a17bb1d628%28Office.15%29.aspx)
+[TextBox.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/f1c71748-a37c-d0d0-5d8e-9899cf1efba5%28Office.15%29.aspx)
+[TabControl.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/cda36fc3-c96b-aaab-753d-9921b277c311%28Office.15%29.aspx)
+[ComboBox.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/00bb1dfe-ce6f-2bcc-75c6-bd1088d1c656%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/1933af20-09e9-8a62-a127-cbd40b872b1c%28Office.15%29.aspx)
+[CustomControl.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/594c56fb-d8d5-a9af-dc40-d29a9dffd02d%28Office.15%29.aspx)
+[ObjectFrame.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/09791118-77ec-c03c-00e9-d6450d1c7fe2%28Office.15%29.aspx)
+[OptionButton.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/075ad462-4004-0e2c-e1af-dd79de4a9a1d%28Office.15%29.aspx)
+[CommandButton.GridlineStyleLeft property (Access)](http://msdn.microsoft.com/library/4e98dccd-e0d6-b24c-0a7a-f8dd54907fa0%28Office.15%29.aspx)
diff --git a/F1/gridlinestyleright-property-access-vbaac10-chm10530.md b/F1/gridlinestyleright-property-access-vbaac10-chm10530.md
index 982b4e0335e..f3c04fff6da 100644
--- a/F1/gridlinestyleright-property-access-vbaac10-chm10530.md
+++ b/F1/gridlinestyleright-property-access-vbaac10-chm10530.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/1bafb68b-5ab3-f1da-1a48-858829006755%28Office.15%29.aspx)
+[CustomControl.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/1bafb68b-5ab3-f1da-1a48-858829006755%28Office.15%29.aspx)
-[NavigationButton.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/4e7e0ba7-8bd1-e7e9-4751-94e72962b8e7%28Office.15%29.aspx)
+[NavigationButton.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/4e7e0ba7-8bd1-e7e9-4751-94e72962b8e7%28Office.15%29.aspx)
-[CommandButton.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/496c1c59-0111-8e2f-31b9-af2ee7ff3964%28Office.15%29.aspx)
+[CommandButton.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/496c1c59-0111-8e2f-31b9-af2ee7ff3964%28Office.15%29.aspx)
diff --git a/F1/gridlinestyleright-property-access-vbaac10-chm11158.md b/F1/gridlinestyleright-property-access-vbaac10-chm11158.md
index f7dfcdcfa63..3da880f33fb 100644
--- a/F1/gridlinestyleright-property-access-vbaac10-chm11158.md
+++ b/F1/gridlinestyleright-property-access-vbaac10-chm11158.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/88e8a163-84ef-8f4c-f7b2-6dd2783389d1%28Office.15%29.aspx)
+[NavigationControl.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/88e8a163-84ef-8f4c-f7b2-6dd2783389d1%28Office.15%29.aspx)
-[TextBox.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/c841157d-6e8d-8cd4-e23a-77d00d0af8e6%28Office.15%29.aspx)
+[TextBox.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/c841157d-6e8d-8cd4-e23a-77d00d0af8e6%28Office.15%29.aspx)
diff --git a/F1/gridlinestyleright-property-access-vbaac10-chm5634.md b/F1/gridlinestyleright-property-access-vbaac10-chm5634.md
index 4381cab4011..4eb7d41aaa7 100644
--- a/F1/gridlinestyleright-property-access-vbaac10-chm5634.md
+++ b/F1/gridlinestyleright-property-access-vbaac10-chm5634.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TabControl.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/10283c49-2f6e-7a32-3ad4-16317054b2f5%28Office.15%29.aspx)
+[TabControl.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/10283c49-2f6e-7a32-3ad4-16317054b2f5%28Office.15%29.aspx)
-[Control.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/1d0bf3f0-97d4-d88f-047f-270985520e45%28Office.15%29.aspx)
+[Control.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/1d0bf3f0-97d4-d88f-047f-270985520e45%28Office.15%29.aspx)
-[Attachment.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/c91f1804-656b-1c5d-84c5-3ac51a57ec20%28Office.15%29.aspx)
-[WebBrowserControl.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/e1781daa-5b1b-a4e9-ff41-3bf7a436f56e%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/498ba715-b84b-d5d9-51a1-5e085a67422b%28Office.15%29.aspx)
-[EmptyCell.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/76cf1ade-fd42-db2c-cdce-64577779e7b2%28Office.15%29.aspx)
-[CheckBox.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/9c78a907-1801-ca30-f24e-6cfa25560a94%28Office.15%29.aspx)
-[NavigationControl.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/88e8a163-84ef-8f4c-f7b2-6dd2783389d1%28Office.15%29.aspx)
-[Label.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/820a9a5e-a996-4f78-337d-70d9530ec239%28Office.15%29.aspx)
-[TextBox.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/c841157d-6e8d-8cd4-e23a-77d00d0af8e6%28Office.15%29.aspx)
-[CustomControl.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/1bafb68b-5ab3-f1da-1a48-858829006755%28Office.15%29.aspx)
-[NavigationButton.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/4e7e0ba7-8bd1-e7e9-4751-94e72962b8e7%28Office.15%29.aspx)
-[ToggleButton.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/c4855cec-2481-1640-9b4e-990d5d4a25a1%28Office.15%29.aspx)
-[Image.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/038f4c8e-a7ba-bfa4-df87-a68baaad1c0b%28Office.15%29.aspx)
-[CommandButton.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/496c1c59-0111-8e2f-31b9-af2ee7ff3964%28Office.15%29.aspx)
-[ComboBox.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/d9b7b183-4fc8-26d2-112a-af65fb0bad8d%28Office.15%29.aspx)
-[OptionButton.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/9ae532dd-48f9-720b-91fe-ba5d67d39176%28Office.15%29.aspx)
-[ObjectFrame.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/98fe7dba-d488-3a19-7640-bab09b1aca7e%28Office.15%29.aspx)
-[ListBox.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/5169d8a9-9263-a30f-bb00-da2b6b4ee130%28Office.15%29.aspx)
-[SubForm.GridlineStyleRight Property (Access)](http://msdn.microsoft.com/library/765ef134-0431-68a3-3bef-eedaa2191cfc%28Office.15%29.aspx)
+[Attachment.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/c91f1804-656b-1c5d-84c5-3ac51a57ec20%28Office.15%29.aspx)
+[WebBrowserControl.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/e1781daa-5b1b-a4e9-ff41-3bf7a436f56e%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/498ba715-b84b-d5d9-51a1-5e085a67422b%28Office.15%29.aspx)
+[EmptyCell.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/76cf1ade-fd42-db2c-cdce-64577779e7b2%28Office.15%29.aspx)
+[CheckBox.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/9c78a907-1801-ca30-f24e-6cfa25560a94%28Office.15%29.aspx)
+[NavigationControl.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/88e8a163-84ef-8f4c-f7b2-6dd2783389d1%28Office.15%29.aspx)
+[Label.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/820a9a5e-a996-4f78-337d-70d9530ec239%28Office.15%29.aspx)
+[TextBox.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/c841157d-6e8d-8cd4-e23a-77d00d0af8e6%28Office.15%29.aspx)
+[CustomControl.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/1bafb68b-5ab3-f1da-1a48-858829006755%28Office.15%29.aspx)
+[NavigationButton.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/4e7e0ba7-8bd1-e7e9-4751-94e72962b8e7%28Office.15%29.aspx)
+[ToggleButton.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/c4855cec-2481-1640-9b4e-990d5d4a25a1%28Office.15%29.aspx)
+[Image.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/038f4c8e-a7ba-bfa4-df87-a68baaad1c0b%28Office.15%29.aspx)
+[CommandButton.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/496c1c59-0111-8e2f-31b9-af2ee7ff3964%28Office.15%29.aspx)
+[ComboBox.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/d9b7b183-4fc8-26d2-112a-af65fb0bad8d%28Office.15%29.aspx)
+[OptionButton.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/9ae532dd-48f9-720b-91fe-ba5d67d39176%28Office.15%29.aspx)
+[ObjectFrame.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/98fe7dba-d488-3a19-7640-bab09b1aca7e%28Office.15%29.aspx)
+[ListBox.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/5169d8a9-9263-a30f-bb00-da2b6b4ee130%28Office.15%29.aspx)
+[SubForm.GridlineStyleRight property (Access)](http://msdn.microsoft.com/library/765ef134-0431-68a3-3bef-eedaa2191cfc%28Office.15%29.aspx)
diff --git a/F1/gridlinestyletop-property-access-vbaac10-chm10529.md b/F1/gridlinestyletop-property-access-vbaac10-chm10529.md
index d0d27b86afb..f0abb6fe941 100644
--- a/F1/gridlinestyletop-property-access-vbaac10-chm10529.md
+++ b/F1/gridlinestyletop-property-access-vbaac10-chm10529.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/5d04ce0c-648f-894b-dd67-06fcc9e4afe4%28Office.15%29.aspx)
+[CustomControl.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/5d04ce0c-648f-894b-dd67-06fcc9e4afe4%28Office.15%29.aspx)
-[NavigationButton.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/53a5bb2c-c76d-0ef4-b48b-63aaf502438c%28Office.15%29.aspx)
+[NavigationButton.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/53a5bb2c-c76d-0ef4-b48b-63aaf502438c%28Office.15%29.aspx)
-[CommandButton.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/f6fb163b-ece7-08a0-b786-e32287d40e50%28Office.15%29.aspx)
+[CommandButton.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/f6fb163b-ece7-08a0-b786-e32287d40e50%28Office.15%29.aspx)
diff --git a/F1/gridlinestyletop-property-access-vbaac10-chm11157.md b/F1/gridlinestyletop-property-access-vbaac10-chm11157.md
index 8eec0b909fb..234a62bce70 100644
--- a/F1/gridlinestyletop-property-access-vbaac10-chm11157.md
+++ b/F1/gridlinestyletop-property-access-vbaac10-chm11157.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/53782607-fd23-26e2-ae48-721786cd20cc%28Office.15%29.aspx)
+[NavigationControl.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/53782607-fd23-26e2-ae48-721786cd20cc%28Office.15%29.aspx)
-[TextBox.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/57a47306-5b85-06e0-e59f-f86e617d9c75%28Office.15%29.aspx)
+[TextBox.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/57a47306-5b85-06e0-e59f-f86e617d9c75%28Office.15%29.aspx)
diff --git a/F1/gridlinestyletop-property-access-vbaac10-chm5633.md b/F1/gridlinestyletop-property-access-vbaac10-chm5633.md
index 13a68f9dd51..a649e53f235 100644
--- a/F1/gridlinestyletop-property-access-vbaac10-chm5633.md
+++ b/F1/gridlinestyletop-property-access-vbaac10-chm5633.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/5d04ce0c-648f-894b-dd67-06fcc9e4afe4%28Office.15%29.aspx)
+[CustomControl.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/5d04ce0c-648f-894b-dd67-06fcc9e4afe4%28Office.15%29.aspx)
-[Attachment.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/bf54b66f-f16f-195a-9fcc-37cfa6b69de3%28Office.15%29.aspx)
+[Attachment.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/bf54b66f-f16f-195a-9fcc-37cfa6b69de3%28Office.15%29.aspx)
-[CheckBox.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/a9bd50a3-0fc1-b39d-ab04-38b06bc2bb65%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/8b8a6626-a0c5-e08d-f256-3d99b47aa984%28Office.15%29.aspx)
-[ComboBox.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/a68481b9-2e6f-fb25-c87f-4e94416aa1dd%28Office.15%29.aspx)
-[OptionButton.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/dcfff0b4-431f-475f-ca1f-569d0df22243%28Office.15%29.aspx)
-[Label.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/2ef763a4-b049-1e40-64c1-57ca85385fb1%28Office.15%29.aspx)
-[NavigationButton.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/53a5bb2c-c76d-0ef4-b48b-63aaf502438c%28Office.15%29.aspx)
-[WebBrowserControl.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/e9463d3f-1988-cf68-9513-6b2f11cf58ea%28Office.15%29.aspx)
-[NavigationControl.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/53782607-fd23-26e2-ae48-721786cd20cc%28Office.15%29.aspx)
-[Image.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/6190a13c-af22-6793-b64e-76c0fc2fed34%28Office.15%29.aspx)
-[SubForm.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/44907fd4-2458-01f8-58e7-95c732de6f7a%28Office.15%29.aspx)
-[Control.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/d2a5a630-d6ff-75ae-5921-9c2953d8e9c6%28Office.15%29.aspx)
-[ListBox.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/d4da57f4-f67b-5759-0e52-bd61b2ce9d18%28Office.15%29.aspx)
-[EmptyCell.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/c2312bcb-2b6e-1779-799c-c1e15bfbbbbb%28Office.15%29.aspx)
-[TabControl.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/458b9b6d-cab1-fd58-6a01-c37c045d711c%28Office.15%29.aspx)
-[ToggleButton.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/119f981d-a6a5-c4d7-613b-cef36699a172%28Office.15%29.aspx)
-[ObjectFrame.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/cf902f29-bd15-9abe-cfdb-d34fc059cf0b%28Office.15%29.aspx)
-[CommandButton.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/f6fb163b-ece7-08a0-b786-e32287d40e50%28Office.15%29.aspx)
-[TextBox.GridlineStyleTop Property (Access)](http://msdn.microsoft.com/library/57a47306-5b85-06e0-e59f-f86e617d9c75%28Office.15%29.aspx)
+[CheckBox.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/a9bd50a3-0fc1-b39d-ab04-38b06bc2bb65%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/8b8a6626-a0c5-e08d-f256-3d99b47aa984%28Office.15%29.aspx)
+[ComboBox.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/a68481b9-2e6f-fb25-c87f-4e94416aa1dd%28Office.15%29.aspx)
+[OptionButton.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/dcfff0b4-431f-475f-ca1f-569d0df22243%28Office.15%29.aspx)
+[Label.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/2ef763a4-b049-1e40-64c1-57ca85385fb1%28Office.15%29.aspx)
+[NavigationButton.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/53a5bb2c-c76d-0ef4-b48b-63aaf502438c%28Office.15%29.aspx)
+[WebBrowserControl.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/e9463d3f-1988-cf68-9513-6b2f11cf58ea%28Office.15%29.aspx)
+[NavigationControl.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/53782607-fd23-26e2-ae48-721786cd20cc%28Office.15%29.aspx)
+[Image.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/6190a13c-af22-6793-b64e-76c0fc2fed34%28Office.15%29.aspx)
+[SubForm.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/44907fd4-2458-01f8-58e7-95c732de6f7a%28Office.15%29.aspx)
+[Control.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/d2a5a630-d6ff-75ae-5921-9c2953d8e9c6%28Office.15%29.aspx)
+[ListBox.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/d4da57f4-f67b-5759-0e52-bd61b2ce9d18%28Office.15%29.aspx)
+[EmptyCell.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/c2312bcb-2b6e-1779-799c-c1e15bfbbbbb%28Office.15%29.aspx)
+[TabControl.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/458b9b6d-cab1-fd58-6a01-c37c045d711c%28Office.15%29.aspx)
+[ToggleButton.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/119f981d-a6a5-c4d7-613b-cef36699a172%28Office.15%29.aspx)
+[ObjectFrame.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/cf902f29-bd15-9abe-cfdb-d34fc059cf0b%28Office.15%29.aspx)
+[CommandButton.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/f6fb163b-ece7-08a0-b786-e32287d40e50%28Office.15%29.aspx)
+[TextBox.GridlineStyleTop property (Access)](http://msdn.microsoft.com/library/57a47306-5b85-06e0-e59f-f86e617d9c75%28Office.15%29.aspx)
diff --git a/F1/gridlinethemecolorindex-property-access-vbaac10-chm14635.md b/F1/gridlinethemecolorindex-property-access-vbaac10-chm14635.md
index bc18f372e1a..b164997f7f3 100644
--- a/F1/gridlinethemecolorindex-property-access-vbaac10-chm14635.md
+++ b/F1/gridlinethemecolorindex-property-access-vbaac10-chm14635.md
@@ -13,24 +13,24 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/47440f76-07fa-8924-4a1d-10fb005e8e5b%28Office.15%29.aspx)
+[ObjectFrame.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/47440f76-07fa-8924-4a1d-10fb005e8e5b%28Office.15%29.aspx)
-[TabControl.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/f1b3ef7c-f123-469d-c045-120eb91dedd6%28Office.15%29.aspx)
+[TabControl.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/f1b3ef7c-f123-469d-c045-120eb91dedd6%28Office.15%29.aspx)
-[ListBox.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/62339876-c58b-6636-5a3d-1fadee6a5c3c%28Office.15%29.aspx)
-[NavigationButton.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/b5060b87-ea34-f30a-91ef-2fd6408f89aa%28Office.15%29.aspx)
-[WebBrowserControl.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/395f1137-8862-7cdb-47c1-3c82676d9968%28Office.15%29.aspx)
-[Image.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/4768daef-932f-969f-fe6f-434fc14b150f%28Office.15%29.aspx)
-[EmptyCell.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/3e0c69e6-8504-8c1b-91ef-6172ee00a49e%28Office.15%29.aspx)
-[SubForm.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/acc96cf5-c024-9024-9e12-76d73b2cd267%28Office.15%29.aspx)
-[CommandButton.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/e736f508-fc12-0244-5f46-825bbbbc24c8%28Office.15%29.aspx)
-[ComboBox.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/5ff8140e-4c6a-b719-3fe5-a9a64bb04771%28Office.15%29.aspx)
-[ToggleButton.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/437bf229-8486-3be0-e115-b81af5a88a1c%28Office.15%29.aspx)
-[TextBox.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/2c67d4b5-47d6-5430-cac0-bc05c3151305%28Office.15%29.aspx)
-[Label.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/3c691628-98c6-0fb6-7416-beeb823e5823%28Office.15%29.aspx)
-[Attachment.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/195122c2-c972-8d39-aea6-bf2b531b1f84%28Office.15%29.aspx)
-[OptionButton.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/58a70e63-9c82-4761-8597-c134882e04e3%28Office.15%29.aspx)
-[NavigationControl.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/58676faf-b4cb-ce1b-a28c-dd93c491b025%28Office.15%29.aspx)
-[CheckBox.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/85f36c8d-e62e-8d41-331f-ec8abd509992%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/1d527006-46f3-fc31-a579-ff2b32a104cc%28Office.15%29.aspx)
+[ListBox.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/62339876-c58b-6636-5a3d-1fadee6a5c3c%28Office.15%29.aspx)
+[NavigationButton.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/b5060b87-ea34-f30a-91ef-2fd6408f89aa%28Office.15%29.aspx)
+[WebBrowserControl.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/395f1137-8862-7cdb-47c1-3c82676d9968%28Office.15%29.aspx)
+[Image.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/4768daef-932f-969f-fe6f-434fc14b150f%28Office.15%29.aspx)
+[EmptyCell.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/3e0c69e6-8504-8c1b-91ef-6172ee00a49e%28Office.15%29.aspx)
+[SubForm.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/acc96cf5-c024-9024-9e12-76d73b2cd267%28Office.15%29.aspx)
+[CommandButton.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/e736f508-fc12-0244-5f46-825bbbbc24c8%28Office.15%29.aspx)
+[ComboBox.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/5ff8140e-4c6a-b719-3fe5-a9a64bb04771%28Office.15%29.aspx)
+[ToggleButton.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/437bf229-8486-3be0-e115-b81af5a88a1c%28Office.15%29.aspx)
+[TextBox.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/2c67d4b5-47d6-5430-cac0-bc05c3151305%28Office.15%29.aspx)
+[Label.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/3c691628-98c6-0fb6-7416-beeb823e5823%28Office.15%29.aspx)
+[Attachment.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/195122c2-c972-8d39-aea6-bf2b531b1f84%28Office.15%29.aspx)
+[OptionButton.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/58a70e63-9c82-4761-8597-c134882e04e3%28Office.15%29.aspx)
+[NavigationControl.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/58676faf-b4cb-ce1b-a28c-dd93c491b025%28Office.15%29.aspx)
+[CheckBox.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/85f36c8d-e62e-8d41-331f-ec8abd509992%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineThemeColorIndex property (Access)](http://msdn.microsoft.com/library/1d527006-46f3-fc31-a579-ff2b32a104cc%28Office.15%29.aspx)
diff --git a/F1/gridlinetint-property-access-vbaac10-chm14636.md b/F1/gridlinetint-property-access-vbaac10-chm14636.md
index 9bab37e8f58..22d7df46c05 100644
--- a/F1/gridlinetint-property-access-vbaac10-chm14636.md
+++ b/F1/gridlinetint-property-access-vbaac10-chm14636.md
@@ -13,24 +13,24 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Label.GridlineTint Property (Access)](http://msdn.microsoft.com/library/3f260e04-569f-b06a-57a0-31a5c0cb846d%28Office.15%29.aspx)
+[Label.GridlineTint property (Access)](http://msdn.microsoft.com/library/3f260e04-569f-b06a-57a0-31a5c0cb846d%28Office.15%29.aspx)
-[WebBrowserControl.GridlineTint Property (Access)](http://msdn.microsoft.com/library/b5d2c928-bfa7-6510-a5c8-3ce0ce380375%28Office.15%29.aspx)
+[WebBrowserControl.GridlineTint property (Access)](http://msdn.microsoft.com/library/b5d2c928-bfa7-6510-a5c8-3ce0ce380375%28Office.15%29.aspx)
-[CheckBox.GridlineTint Property (Access)](http://msdn.microsoft.com/library/710894e8-4271-069f-7e3e-46d39da22daa%28Office.15%29.aspx)
-[ListBox.GridlineTint Property (Access)](http://msdn.microsoft.com/library/409eec01-384c-742c-f1d4-59a54fbaa4d6%28Office.15%29.aspx)
-[NavigationControl.GridlineTint Property (Access)](http://msdn.microsoft.com/library/fff9f85b-c978-3a87-371d-5ad0efa85a38%28Office.15%29.aspx)
-[ToggleButton.GridlineTint Property (Access)](http://msdn.microsoft.com/library/9ad9a972-2b67-94ae-77a2-5b1410b94639%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineTint Property (Access)](http://msdn.microsoft.com/library/bdb98dd5-ec7b-1e39-d39e-66e841b1090e%28Office.15%29.aspx)
-[EmptyCell.GridlineTint Property (Access)](http://msdn.microsoft.com/library/a8749810-6ec0-d10b-2ea8-71531e2dac0a%28Office.15%29.aspx)
-[TabControl.GridlineTint Property (Access)](http://msdn.microsoft.com/library/38c2d0ea-6832-3ea3-c0fd-74d2135cfafd%28Office.15%29.aspx)
-[ObjectFrame.GridlineTint Property (Access)](http://msdn.microsoft.com/library/f32466e0-0924-97c7-2454-7632730ffcfa%28Office.15%29.aspx)
-[Attachment.GridlineTint Property (Access)](http://msdn.microsoft.com/library/c1730e7b-88ae-3810-1a6c-9a0ff17b95b1%28Office.15%29.aspx)
-[TextBox.GridlineTint Property (Access)](http://msdn.microsoft.com/library/5dbbd8a7-0942-c39d-b702-a3c0e569e3c1%28Office.15%29.aspx)
-[SubForm.GridlineTint Property (Access)](http://msdn.microsoft.com/library/7dcae803-f8ff-831e-0d30-b829b37ddaa7%28Office.15%29.aspx)
-[CommandButton.GridlineTint Property (Access)](http://msdn.microsoft.com/library/a24518ba-866e-be3e-dde7-bb3301c83353%28Office.15%29.aspx)
-[NavigationButton.GridlineTint Property (Access)](http://msdn.microsoft.com/library/a6434bb1-88bb-1287-2fcb-c82922c8c868%28Office.15%29.aspx)
-[Image.GridlineTint Property (Access)](http://msdn.microsoft.com/library/40b394db-e64d-f63b-a1a2-e234dc76581b%28Office.15%29.aspx)
-[ComboBox.GridlineTint Property (Access)](http://msdn.microsoft.com/library/b0f0aad3-7355-d594-8874-ec7229c1dff1%28Office.15%29.aspx)
-[OptionButton.GridlineTint Property (Access)](http://msdn.microsoft.com/library/83b2b75b-7c9d-0e6c-1015-eeead18cb20b%28Office.15%29.aspx)
+[CheckBox.GridlineTint property (Access)](http://msdn.microsoft.com/library/710894e8-4271-069f-7e3e-46d39da22daa%28Office.15%29.aspx)
+[ListBox.GridlineTint property (Access)](http://msdn.microsoft.com/library/409eec01-384c-742c-f1d4-59a54fbaa4d6%28Office.15%29.aspx)
+[NavigationControl.GridlineTint property (Access)](http://msdn.microsoft.com/library/fff9f85b-c978-3a87-371d-5ad0efa85a38%28Office.15%29.aspx)
+[ToggleButton.GridlineTint property (Access)](http://msdn.microsoft.com/library/9ad9a972-2b67-94ae-77a2-5b1410b94639%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineTint property (Access)](http://msdn.microsoft.com/library/bdb98dd5-ec7b-1e39-d39e-66e841b1090e%28Office.15%29.aspx)
+[EmptyCell.GridlineTint property (Access)](http://msdn.microsoft.com/library/a8749810-6ec0-d10b-2ea8-71531e2dac0a%28Office.15%29.aspx)
+[TabControl.GridlineTint property (Access)](http://msdn.microsoft.com/library/38c2d0ea-6832-3ea3-c0fd-74d2135cfafd%28Office.15%29.aspx)
+[ObjectFrame.GridlineTint property (Access)](http://msdn.microsoft.com/library/f32466e0-0924-97c7-2454-7632730ffcfa%28Office.15%29.aspx)
+[Attachment.GridlineTint property (Access)](http://msdn.microsoft.com/library/c1730e7b-88ae-3810-1a6c-9a0ff17b95b1%28Office.15%29.aspx)
+[TextBox.GridlineTint property (Access)](http://msdn.microsoft.com/library/5dbbd8a7-0942-c39d-b702-a3c0e569e3c1%28Office.15%29.aspx)
+[SubForm.GridlineTint property (Access)](http://msdn.microsoft.com/library/7dcae803-f8ff-831e-0d30-b829b37ddaa7%28Office.15%29.aspx)
+[CommandButton.GridlineTint property (Access)](http://msdn.microsoft.com/library/a24518ba-866e-be3e-dde7-bb3301c83353%28Office.15%29.aspx)
+[NavigationButton.GridlineTint property (Access)](http://msdn.microsoft.com/library/a6434bb1-88bb-1287-2fcb-c82922c8c868%28Office.15%29.aspx)
+[Image.GridlineTint property (Access)](http://msdn.microsoft.com/library/40b394db-e64d-f63b-a1a2-e234dc76581b%28Office.15%29.aspx)
+[ComboBox.GridlineTint property (Access)](http://msdn.microsoft.com/library/b0f0aad3-7355-d594-8874-ec7229c1dff1%28Office.15%29.aspx)
+[OptionButton.GridlineTint property (Access)](http://msdn.microsoft.com/library/83b2b75b-7c9d-0e6c-1015-eeead18cb20b%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthbottom-property-access-vbaac10-chm10535.md b/F1/gridlinewidthbottom-property-access-vbaac10-chm10535.md
index cde175e8172..34085820615 100644
--- a/F1/gridlinewidthbottom-property-access-vbaac10-chm10535.md
+++ b/F1/gridlinewidthbottom-property-access-vbaac10-chm10535.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/b40d8316-64c5-7039-bd72-27faf3ab4caa%28Office.15%29.aspx)
+[CustomControl.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/b40d8316-64c5-7039-bd72-27faf3ab4caa%28Office.15%29.aspx)
-[CommandButton.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/693e49bf-fd74-b00f-0663-54f577179d3a%28Office.15%29.aspx)
+[CommandButton.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/693e49bf-fd74-b00f-0663-54f577179d3a%28Office.15%29.aspx)
-[NavigationButton.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/ba3c1daa-63bc-666b-d170-8747b2b4a37e%28Office.15%29.aspx)
+[NavigationButton.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/ba3c1daa-63bc-666b-d170-8747b2b4a37e%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthbottom-property-access-vbaac10-chm11163.md b/F1/gridlinewidthbottom-property-access-vbaac10-chm11163.md
index 7cb4d083e83..97623f5064b 100644
--- a/F1/gridlinewidthbottom-property-access-vbaac10-chm11163.md
+++ b/F1/gridlinewidthbottom-property-access-vbaac10-chm11163.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/513fdb37-b479-7022-e0c7-4f8d8209ede9%28Office.15%29.aspx)
+[NavigationControl.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/513fdb37-b479-7022-e0c7-4f8d8209ede9%28Office.15%29.aspx)
-[TextBox.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/4569d053-008b-a4ce-374f-6078f5ea9bee%28Office.15%29.aspx)
+[TextBox.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/4569d053-008b-a4ce-374f-6078f5ea9bee%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthbottom-property-access-vbaac10-chm5640.md b/F1/gridlinewidthbottom-property-access-vbaac10-chm5640.md
index ded87eb61f7..4dc2e1881ed 100644
--- a/F1/gridlinewidthbottom-property-access-vbaac10-chm5640.md
+++ b/F1/gridlinewidthbottom-property-access-vbaac10-chm5640.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/bf5457cf-a762-2f12-7468-0372aedbe9b1%28Office.15%29.aspx)
+[ListBox.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/bf5457cf-a762-2f12-7468-0372aedbe9b1%28Office.15%29.aspx)
-[OptionButton.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/b0a50d2f-25b2-22a9-4cf2-219348ec8daa%28Office.15%29.aspx)
+[OptionButton.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/b0a50d2f-25b2-22a9-4cf2-219348ec8daa%28Office.15%29.aspx)
-[TabControl.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/1ac4edd2-df9b-f7f9-7bbb-234d46ba81a7%28Office.15%29.aspx)
-[CustomControl.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/b40d8316-64c5-7039-bd72-27faf3ab4caa%28Office.15%29.aspx)
-[Attachment.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/47465946-1888-d2f5-a577-44e5c2fa80c2%28Office.15%29.aspx)
-[NavigationControl.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/513fdb37-b479-7022-e0c7-4f8d8209ede9%28Office.15%29.aspx)
-[CommandButton.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/693e49bf-fd74-b00f-0663-54f577179d3a%28Office.15%29.aspx)
-[TextBox.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/4569d053-008b-a4ce-374f-6078f5ea9bee%28Office.15%29.aspx)
-[ToggleButton.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/a262556c-ac3d-46ef-24a1-6215e56911b1%28Office.15%29.aspx)
-[EmptyCell.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/21356489-3048-d5b1-a816-749f39708cd7%28Office.15%29.aspx)
-[WebBrowserControl.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/ed4a2aed-d409-7167-2a52-7a4660383b3e%28Office.15%29.aspx)
-[Label.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/b64e4f85-2b6b-44c1-ee06-7d9a6ddbadc9%28Office.15%29.aspx)
-[Control.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/f51c8d07-a9ce-ce99-622b-7f35290812fb%28Office.15%29.aspx)
-[NavigationButton.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/ba3c1daa-63bc-666b-d170-8747b2b4a37e%28Office.15%29.aspx)
-[ObjectFrame.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/f5d014d2-11ad-f404-b3bc-bafbac93c8e4%28Office.15%29.aspx)
-[ComboBox.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/861d6f35-9c39-fdad-26c9-bf5c60499fbf%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/5fe7525a-20e9-a9f8-b93b-c4bcf1ebdfcb%28Office.15%29.aspx)
-[CheckBox.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/04495e96-0ee3-399e-4718-d372cdb3bc4d%28Office.15%29.aspx)
-[Image.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/f2d3a6d8-c99d-37f2-1a19-eb0a003df8a6%28Office.15%29.aspx)
-[SubForm.GridlineWidthBottom Property (Access)](http://msdn.microsoft.com/library/0d97523e-7962-a72c-6e7b-f7515562d84d%28Office.15%29.aspx)
+[TabControl.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/1ac4edd2-df9b-f7f9-7bbb-234d46ba81a7%28Office.15%29.aspx)
+[CustomControl.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/b40d8316-64c5-7039-bd72-27faf3ab4caa%28Office.15%29.aspx)
+[Attachment.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/47465946-1888-d2f5-a577-44e5c2fa80c2%28Office.15%29.aspx)
+[NavigationControl.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/513fdb37-b479-7022-e0c7-4f8d8209ede9%28Office.15%29.aspx)
+[CommandButton.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/693e49bf-fd74-b00f-0663-54f577179d3a%28Office.15%29.aspx)
+[TextBox.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/4569d053-008b-a4ce-374f-6078f5ea9bee%28Office.15%29.aspx)
+[ToggleButton.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/a262556c-ac3d-46ef-24a1-6215e56911b1%28Office.15%29.aspx)
+[EmptyCell.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/21356489-3048-d5b1-a816-749f39708cd7%28Office.15%29.aspx)
+[WebBrowserControl.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/ed4a2aed-d409-7167-2a52-7a4660383b3e%28Office.15%29.aspx)
+[Label.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/b64e4f85-2b6b-44c1-ee06-7d9a6ddbadc9%28Office.15%29.aspx)
+[Control.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/f51c8d07-a9ce-ce99-622b-7f35290812fb%28Office.15%29.aspx)
+[NavigationButton.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/ba3c1daa-63bc-666b-d170-8747b2b4a37e%28Office.15%29.aspx)
+[ObjectFrame.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/f5d014d2-11ad-f404-b3bc-bafbac93c8e4%28Office.15%29.aspx)
+[ComboBox.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/861d6f35-9c39-fdad-26c9-bf5c60499fbf%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/5fe7525a-20e9-a9f8-b93b-c4bcf1ebdfcb%28Office.15%29.aspx)
+[CheckBox.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/04495e96-0ee3-399e-4718-d372cdb3bc4d%28Office.15%29.aspx)
+[Image.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/f2d3a6d8-c99d-37f2-1a19-eb0a003df8a6%28Office.15%29.aspx)
+[SubForm.GridlineWidthBottom property (Access)](http://msdn.microsoft.com/library/0d97523e-7962-a72c-6e7b-f7515562d84d%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthleft-property-access-vbaac10-chm10532.md b/F1/gridlinewidthleft-property-access-vbaac10-chm10532.md
index a319f1a5357..7637420a9d2 100644
--- a/F1/gridlinewidthleft-property-access-vbaac10-chm10532.md
+++ b/F1/gridlinewidthleft-property-access-vbaac10-chm10532.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/94a8129a-ff41-f252-6af6-33f9c6dd9eaf%28Office.15%29.aspx)
+[CustomControl.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/94a8129a-ff41-f252-6af6-33f9c6dd9eaf%28Office.15%29.aspx)
-[NavigationButton.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/09ffabd2-2e48-a0b8-c4ea-7ffdc96487e5%28Office.15%29.aspx)
+[NavigationButton.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/09ffabd2-2e48-a0b8-c4ea-7ffdc96487e5%28Office.15%29.aspx)
-[CommandButton.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/8c70fe5c-cf65-49af-558a-d5f28dd79f4a%28Office.15%29.aspx)
+[CommandButton.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/8c70fe5c-cf65-49af-558a-d5f28dd79f4a%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthleft-property-access-vbaac10-chm11160.md b/F1/gridlinewidthleft-property-access-vbaac10-chm11160.md
index 1bc99a146d3..c7512cf0def 100644
--- a/F1/gridlinewidthleft-property-access-vbaac10-chm11160.md
+++ b/F1/gridlinewidthleft-property-access-vbaac10-chm11160.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/884b81e2-4941-364f-b195-1731706bbd3d%28Office.15%29.aspx)
+[NavigationControl.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/884b81e2-4941-364f-b195-1731706bbd3d%28Office.15%29.aspx)
-[TextBox.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/0794df4f-88e2-5c75-13ba-88bbb8d7eb40%28Office.15%29.aspx)
+[TextBox.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/0794df4f-88e2-5c75-13ba-88bbb8d7eb40%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthleft-property-access-vbaac10-chm5637.md b/F1/gridlinewidthleft-property-access-vbaac10-chm5637.md
index a934db26393..5e51c72e508 100644
--- a/F1/gridlinewidthleft-property-access-vbaac10-chm5637.md
+++ b/F1/gridlinewidthleft-property-access-vbaac10-chm5637.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/61276c61-f39a-b094-99a4-0118cab9b08a%28Office.15%29.aspx)
+[ListBox.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/61276c61-f39a-b094-99a4-0118cab9b08a%28Office.15%29.aspx)
-[SubForm.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/28ef9cc3-83bb-95ec-daad-01b1dd55c080%28Office.15%29.aspx)
+[SubForm.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/28ef9cc3-83bb-95ec-daad-01b1dd55c080%28Office.15%29.aspx)
-[Attachment.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/2b6bce3c-e1b2-0ce8-c4d6-0c3e160e50cb%28Office.15%29.aspx)
-[NavigationControl.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/884b81e2-4941-364f-b195-1731706bbd3d%28Office.15%29.aspx)
-[OptionButton.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/2edf6a74-dbe8-bf47-afa4-21496e64839e%28Office.15%29.aspx)
-[Label.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/df81ceb5-3077-46c6-0671-234e43ac231e%28Office.15%29.aspx)
-[CustomControl.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/94a8129a-ff41-f252-6af6-33f9c6dd9eaf%28Office.15%29.aspx)
-[WebBrowserControl.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/2befeba4-45aa-75cd-7296-46bfd6d6463b%28Office.15%29.aspx)
-[ObjectFrame.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/86e7166f-ca94-83de-06fd-5182113fbbe7%28Office.15%29.aspx)
-[NavigationButton.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/09ffabd2-2e48-a0b8-c4ea-7ffdc96487e5%28Office.15%29.aspx)
-[TextBox.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/0794df4f-88e2-5c75-13ba-88bbb8d7eb40%28Office.15%29.aspx)
-[EmptyCell.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/2242bc45-d56d-a5d4-3f42-9a97fb467646%28Office.15%29.aspx)
-[TabControl.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/daf142dd-6174-66b0-21fe-a70853c20760%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/0a29f26d-b2b7-67f5-ef8e-a76bd603e462%28Office.15%29.aspx)
-[Image.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/22d22121-1be3-d1c9-9288-bd3294c7c583%28Office.15%29.aspx)
-[CommandButton.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/8c70fe5c-cf65-49af-558a-d5f28dd79f4a%28Office.15%29.aspx)
-[ToggleButton.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/23c09d6b-56a6-2ede-a83e-e542b856d4fd%28Office.15%29.aspx)
-[Control.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/e148bfb1-a668-f2e3-ef0b-f243e943bef3%28Office.15%29.aspx)
-[CheckBox.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/8eff7dcf-e5fc-74d2-2685-fac6f945c661%28Office.15%29.aspx)
-[ComboBox.GridlineWidthLeft Property (Access)](http://msdn.microsoft.com/library/cbcc62ab-90f1-64ed-161f-fba7b465d148%28Office.15%29.aspx)
+[Attachment.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/2b6bce3c-e1b2-0ce8-c4d6-0c3e160e50cb%28Office.15%29.aspx)
+[NavigationControl.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/884b81e2-4941-364f-b195-1731706bbd3d%28Office.15%29.aspx)
+[OptionButton.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/2edf6a74-dbe8-bf47-afa4-21496e64839e%28Office.15%29.aspx)
+[Label.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/df81ceb5-3077-46c6-0671-234e43ac231e%28Office.15%29.aspx)
+[CustomControl.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/94a8129a-ff41-f252-6af6-33f9c6dd9eaf%28Office.15%29.aspx)
+[WebBrowserControl.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/2befeba4-45aa-75cd-7296-46bfd6d6463b%28Office.15%29.aspx)
+[ObjectFrame.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/86e7166f-ca94-83de-06fd-5182113fbbe7%28Office.15%29.aspx)
+[NavigationButton.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/09ffabd2-2e48-a0b8-c4ea-7ffdc96487e5%28Office.15%29.aspx)
+[TextBox.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/0794df4f-88e2-5c75-13ba-88bbb8d7eb40%28Office.15%29.aspx)
+[EmptyCell.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/2242bc45-d56d-a5d4-3f42-9a97fb467646%28Office.15%29.aspx)
+[TabControl.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/daf142dd-6174-66b0-21fe-a70853c20760%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/0a29f26d-b2b7-67f5-ef8e-a76bd603e462%28Office.15%29.aspx)
+[Image.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/22d22121-1be3-d1c9-9288-bd3294c7c583%28Office.15%29.aspx)
+[CommandButton.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/8c70fe5c-cf65-49af-558a-d5f28dd79f4a%28Office.15%29.aspx)
+[ToggleButton.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/23c09d6b-56a6-2ede-a83e-e542b856d4fd%28Office.15%29.aspx)
+[Control.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/e148bfb1-a668-f2e3-ef0b-f243e943bef3%28Office.15%29.aspx)
+[CheckBox.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/8eff7dcf-e5fc-74d2-2685-fac6f945c661%28Office.15%29.aspx)
+[ComboBox.GridlineWidthLeft property (Access)](http://msdn.microsoft.com/library/cbcc62ab-90f1-64ed-161f-fba7b465d148%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthright-property-access-vbaac10-chm10534.md b/F1/gridlinewidthright-property-access-vbaac10-chm10534.md
index 9dde3058864..2ee213062f8 100644
--- a/F1/gridlinewidthright-property-access-vbaac10-chm10534.md
+++ b/F1/gridlinewidthright-property-access-vbaac10-chm10534.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/f3d0cd61-c03c-92ba-6b5e-030d1efed9c5%28Office.15%29.aspx)
+[CommandButton.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/f3d0cd61-c03c-92ba-6b5e-030d1efed9c5%28Office.15%29.aspx)
-[CustomControl.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/ac6c59a2-c074-6678-29fc-200ed3e6b6a9%28Office.15%29.aspx)
+[CustomControl.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/ac6c59a2-c074-6678-29fc-200ed3e6b6a9%28Office.15%29.aspx)
-[NavigationButton.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/56895703-7936-104c-574c-a1d223936e9a%28Office.15%29.aspx)
+[NavigationButton.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/56895703-7936-104c-574c-a1d223936e9a%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthright-property-access-vbaac10-chm11162.md b/F1/gridlinewidthright-property-access-vbaac10-chm11162.md
index 01cad897658..87f3b91d9b9 100644
--- a/F1/gridlinewidthright-property-access-vbaac10-chm11162.md
+++ b/F1/gridlinewidthright-property-access-vbaac10-chm11162.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/6abe0945-a6b9-72b2-e63c-1109fc7455a8%28Office.15%29.aspx)
+[TextBox.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/6abe0945-a6b9-72b2-e63c-1109fc7455a8%28Office.15%29.aspx)
-[NavigationControl.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/1649cfc6-d968-8e51-de44-1ece83c7a5ca%28Office.15%29.aspx)
+[NavigationControl.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/1649cfc6-d968-8e51-de44-1ece83c7a5ca%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthright-property-access-vbaac10-chm5639.md b/F1/gridlinewidthright-property-access-vbaac10-chm5639.md
index 4a722c8cd61..eaeb00de425 100644
--- a/F1/gridlinewidthright-property-access-vbaac10-chm5639.md
+++ b/F1/gridlinewidthright-property-access-vbaac10-chm5639.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/f3d0cd61-c03c-92ba-6b5e-030d1efed9c5%28Office.15%29.aspx)
+[CommandButton.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/f3d0cd61-c03c-92ba-6b5e-030d1efed9c5%28Office.15%29.aspx)
-[TextBox.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/6abe0945-a6b9-72b2-e63c-1109fc7455a8%28Office.15%29.aspx)
+[TextBox.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/6abe0945-a6b9-72b2-e63c-1109fc7455a8%28Office.15%29.aspx)
-[NavigationControl.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/1649cfc6-d968-8e51-de44-1ece83c7a5ca%28Office.15%29.aspx)
-[CustomControl.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/ac6c59a2-c074-6678-29fc-200ed3e6b6a9%28Office.15%29.aspx)
-[Image.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/046f4bb2-2cb3-b383-8ff9-2fd304e84fd4%28Office.15%29.aspx)
-[Label.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/e3b39979-a9fd-7845-0ff7-3147761a1f70%28Office.15%29.aspx)
-[WebBrowserControl.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/7c5a6b1e-48ba-c322-153b-3723b2074f1e%28Office.15%29.aspx)
-[Control.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/12df6aff-9e00-35ff-47ca-40be9622ee8a%28Office.15%29.aspx)
-[SubForm.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/31412ecb-930d-a2f9-a7ee-44b379489611%28Office.15%29.aspx)
-[CheckBox.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/7a51f6bf-bf21-2233-b74e-4d2925df0b1d%28Office.15%29.aspx)
-[Attachment.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/743ab25e-44ae-b5d1-7c7b-4f31a91a8f17%28Office.15%29.aspx)
-[TabControl.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/b670d58a-ee53-266b-999a-5c9576e172a7%28Office.15%29.aspx)
-[ComboBox.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/4a3292f9-1371-38ef-eca6-616d623a34b8%28Office.15%29.aspx)
-[ObjectFrame.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/4838b854-1679-18ff-689e-68bf6043a49a%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/5118a22e-0339-ffda-96e6-7dfe54b26cf7%28Office.15%29.aspx)
-[NavigationButton.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/56895703-7936-104c-574c-a1d223936e9a%28Office.15%29.aspx)
-[OptionButton.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/24b556be-abb4-a87f-d021-c23e7d872ff8%28Office.15%29.aspx)
-[ToggleButton.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/eea6f611-1e03-fabf-53d4-c67b43f5a079%28Office.15%29.aspx)
-[ListBox.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/a795a6d9-e881-94a5-f7b8-d7df63166403%28Office.15%29.aspx)
-[EmptyCell.GridlineWidthRight Property (Access)](http://msdn.microsoft.com/library/bfef02f6-bc3a-988f-c7ba-de1f27754011%28Office.15%29.aspx)
+[NavigationControl.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/1649cfc6-d968-8e51-de44-1ece83c7a5ca%28Office.15%29.aspx)
+[CustomControl.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/ac6c59a2-c074-6678-29fc-200ed3e6b6a9%28Office.15%29.aspx)
+[Image.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/046f4bb2-2cb3-b383-8ff9-2fd304e84fd4%28Office.15%29.aspx)
+[Label.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/e3b39979-a9fd-7845-0ff7-3147761a1f70%28Office.15%29.aspx)
+[WebBrowserControl.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/7c5a6b1e-48ba-c322-153b-3723b2074f1e%28Office.15%29.aspx)
+[Control.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/12df6aff-9e00-35ff-47ca-40be9622ee8a%28Office.15%29.aspx)
+[SubForm.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/31412ecb-930d-a2f9-a7ee-44b379489611%28Office.15%29.aspx)
+[CheckBox.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/7a51f6bf-bf21-2233-b74e-4d2925df0b1d%28Office.15%29.aspx)
+[Attachment.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/743ab25e-44ae-b5d1-7c7b-4f31a91a8f17%28Office.15%29.aspx)
+[TabControl.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/b670d58a-ee53-266b-999a-5c9576e172a7%28Office.15%29.aspx)
+[ComboBox.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/4a3292f9-1371-38ef-eca6-616d623a34b8%28Office.15%29.aspx)
+[ObjectFrame.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/4838b854-1679-18ff-689e-68bf6043a49a%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/5118a22e-0339-ffda-96e6-7dfe54b26cf7%28Office.15%29.aspx)
+[NavigationButton.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/56895703-7936-104c-574c-a1d223936e9a%28Office.15%29.aspx)
+[OptionButton.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/24b556be-abb4-a87f-d021-c23e7d872ff8%28Office.15%29.aspx)
+[ToggleButton.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/eea6f611-1e03-fabf-53d4-c67b43f5a079%28Office.15%29.aspx)
+[ListBox.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/a795a6d9-e881-94a5-f7b8-d7df63166403%28Office.15%29.aspx)
+[EmptyCell.GridlineWidthRight property (Access)](http://msdn.microsoft.com/library/bfef02f6-bc3a-988f-c7ba-de1f27754011%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthtop-property-access-vbaac10-chm10533.md b/F1/gridlinewidthtop-property-access-vbaac10-chm10533.md
index cc2fecab8f2..be33a00ffaf 100644
--- a/F1/gridlinewidthtop-property-access-vbaac10-chm10533.md
+++ b/F1/gridlinewidthtop-property-access-vbaac10-chm10533.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/cc403764-1484-2b0f-a6eb-0cbbc25572c1%28Office.15%29.aspx)
+[NavigationButton.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/cc403764-1484-2b0f-a6eb-0cbbc25572c1%28Office.15%29.aspx)
-[CustomControl.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/9cecf573-f2d5-5e5e-e507-1920ede22d0b%28Office.15%29.aspx)
+[CustomControl.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/9cecf573-f2d5-5e5e-e507-1920ede22d0b%28Office.15%29.aspx)
-[CommandButton.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/dfa6bb67-9841-ddf0-508a-9553fbf0229e%28Office.15%29.aspx)
+[CommandButton.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/dfa6bb67-9841-ddf0-508a-9553fbf0229e%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthtop-property-access-vbaac10-chm11161.md b/F1/gridlinewidthtop-property-access-vbaac10-chm11161.md
index acb049e6feb..390fdecddda 100644
--- a/F1/gridlinewidthtop-property-access-vbaac10-chm11161.md
+++ b/F1/gridlinewidthtop-property-access-vbaac10-chm11161.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/e9d2180e-6037-a040-7b57-1be74587e49b%28Office.15%29.aspx)
+[NavigationControl.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/e9d2180e-6037-a040-7b57-1be74587e49b%28Office.15%29.aspx)
-[TextBox.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/bb49f001-83a9-f1b8-c095-33b8b3f820b3%28Office.15%29.aspx)
+[TextBox.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/bb49f001-83a9-f1b8-c095-33b8b3f820b3%28Office.15%29.aspx)
diff --git a/F1/gridlinewidthtop-property-access-vbaac10-chm5638.md b/F1/gridlinewidthtop-property-access-vbaac10-chm5638.md
index ebed89dc07e..8e3393511d6 100644
--- a/F1/gridlinewidthtop-property-access-vbaac10-chm5638.md
+++ b/F1/gridlinewidthtop-property-access-vbaac10-chm5638.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/cc403764-1484-2b0f-a6eb-0cbbc25572c1%28Office.15%29.aspx)
+[NavigationButton.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/cc403764-1484-2b0f-a6eb-0cbbc25572c1%28Office.15%29.aspx)
-[CustomControl.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/9cecf573-f2d5-5e5e-e507-1920ede22d0b%28Office.15%29.aspx)
+[CustomControl.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/9cecf573-f2d5-5e5e-e507-1920ede22d0b%28Office.15%29.aspx)
-[Control.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/5d3d0d5a-3c72-26fc-66d2-1b7af9768b36%28Office.15%29.aspx)
-[NavigationControl.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/e9d2180e-6037-a040-7b57-1be74587e49b%28Office.15%29.aspx)
-[ComboBox.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/0da57905-51fd-f9fe-374d-2289ad38ff9c%28Office.15%29.aspx)
-[Label.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/a04f9ac8-25a5-eb17-c464-23146eae6732%28Office.15%29.aspx)
-[TextBox.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/bb49f001-83a9-f1b8-c095-33b8b3f820b3%28Office.15%29.aspx)
-[ToggleButton.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/f707fdde-cba6-2d09-b251-358de25db75e%28Office.15%29.aspx)
-[WebBrowserControl.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/561bca13-3f9b-950c-ef74-71d267cb47d1%28Office.15%29.aspx)
-[EmptyCell.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/4393308b-16f1-8dbe-b90b-8d2bc3dcc824%28Office.15%29.aspx)
-[CommandButton.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/dfa6bb67-9841-ddf0-508a-9553fbf0229e%28Office.15%29.aspx)
-[TabControl.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/91a7da4b-bb93-94a3-57bb-a790bf9acc6f%28Office.15%29.aspx)
-[Attachment.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/734f4aef-7233-7fd1-f0e2-bb782b7b6262%28Office.15%29.aspx)
-[SubForm.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/beb6124e-6433-4242-364a-c0c61570d8a0%28Office.15%29.aspx)
-[OptionButton.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/1b650e6f-e6ef-4b47-5b63-c4b26fd9feba%28Office.15%29.aspx)
-[CheckBox.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/337537e4-7754-40a9-b5e7-c672076578f9%28Office.15%29.aspx)
-[Image.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/33a170d3-0f09-3fc2-8a2f-cd12e93a879a%28Office.15%29.aspx)
-[ListBox.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/bef39115-4e27-f291-3ae5-d9eab3a04ace%28Office.15%29.aspx)
-[ObjectFrame.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/72f30e89-326e-ecf3-cf48-eb0a4e56f60d%28Office.15%29.aspx)
-[BoundObjectFrame.GridlineWidthTop Property (Access)](http://msdn.microsoft.com/library/1427956f-17ec-9195-a754-ffa2f2968ed0%28Office.15%29.aspx)
+[Control.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/5d3d0d5a-3c72-26fc-66d2-1b7af9768b36%28Office.15%29.aspx)
+[NavigationControl.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/e9d2180e-6037-a040-7b57-1be74587e49b%28Office.15%29.aspx)
+[ComboBox.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/0da57905-51fd-f9fe-374d-2289ad38ff9c%28Office.15%29.aspx)
+[Label.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/a04f9ac8-25a5-eb17-c464-23146eae6732%28Office.15%29.aspx)
+[TextBox.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/bb49f001-83a9-f1b8-c095-33b8b3f820b3%28Office.15%29.aspx)
+[ToggleButton.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/f707fdde-cba6-2d09-b251-358de25db75e%28Office.15%29.aspx)
+[WebBrowserControl.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/561bca13-3f9b-950c-ef74-71d267cb47d1%28Office.15%29.aspx)
+[EmptyCell.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/4393308b-16f1-8dbe-b90b-8d2bc3dcc824%28Office.15%29.aspx)
+[CommandButton.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/dfa6bb67-9841-ddf0-508a-9553fbf0229e%28Office.15%29.aspx)
+[TabControl.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/91a7da4b-bb93-94a3-57bb-a790bf9acc6f%28Office.15%29.aspx)
+[Attachment.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/734f4aef-7233-7fd1-f0e2-bb782b7b6262%28Office.15%29.aspx)
+[SubForm.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/beb6124e-6433-4242-364a-c0c61570d8a0%28Office.15%29.aspx)
+[OptionButton.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/1b650e6f-e6ef-4b47-5b63-c4b26fd9feba%28Office.15%29.aspx)
+[CheckBox.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/337537e4-7754-40a9-b5e7-c672076578f9%28Office.15%29.aspx)
+[Image.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/33a170d3-0f09-3fc2-8a2f-cd12e93a879a%28Office.15%29.aspx)
+[ListBox.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/bef39115-4e27-f291-3ae5-d9eab3a04ace%28Office.15%29.aspx)
+[ObjectFrame.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/72f30e89-326e-ecf3-cf48-eb0a4e56f60d%28Office.15%29.aspx)
+[BoundObjectFrame.GridlineWidthTop property (Access)](http://msdn.microsoft.com/library/1427956f-17ec-9195-a754-ffa2f2968ed0%28Office.15%29.aspx)
diff --git a/F1/gridx-property-access-vbaac10-chm4367.md b/F1/gridx-property-access-vbaac10-chm4367.md
index 7a9d30d8244..181106903d5 100644
--- a/F1/gridx-property-access-vbaac10-chm4367.md
+++ b/F1/gridx-property-access-vbaac10-chm4367.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.GridX Property (Access)](http://msdn.microsoft.com/library/b932531f-89d3-5f8e-d6cc-43baf1004149%28Office.15%29.aspx)
+[Report.GridX property (Access)](http://msdn.microsoft.com/library/b932531f-89d3-5f8e-d6cc-43baf1004149%28Office.15%29.aspx)
-[Form.GridX Property (Access)](http://msdn.microsoft.com/library/ebc6a4d9-2f73-cf55-504f-a83aff1fecd4%28Office.15%29.aspx)
+[Form.GridX property (Access)](http://msdn.microsoft.com/library/ebc6a4d9-2f73-cf55-504f-a83aff1fecd4%28Office.15%29.aspx)
diff --git a/F1/gridy-property-access-vbaac10-chm5479.md b/F1/gridy-property-access-vbaac10-chm5479.md
index a8d5a45350e..9cecde60268 100644
--- a/F1/gridy-property-access-vbaac10-chm5479.md
+++ b/F1/gridy-property-access-vbaac10-chm5479.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.GridY Property (Access)](http://msdn.microsoft.com/library/e4a13708-fa05-8ac4-af5f-0f78ee15e623%28Office.15%29.aspx)
+[Report.GridY property (Access)](http://msdn.microsoft.com/library/e4a13708-fa05-8ac4-af5f-0f78ee15e623%28Office.15%29.aspx)
-[Form.GridY Property (Access)](http://msdn.microsoft.com/library/d767e7de-e3eb-0523-8782-26770f22a013%28Office.15%29.aspx)
+[Form.GridY property (Access)](http://msdn.microsoft.com/library/d767e7de-e3eb-0523-8782-26770f22a013%28Office.15%29.aspx)
diff --git a/F1/grpkeeptogether-property-access-vbaac10-chm13700.md b/F1/grpkeeptogether-property-access-vbaac10-chm13700.md
index 13b8395ff89..390fa04b951 100644
--- a/F1/grpkeeptogether-property-access-vbaac10-chm13700.md
+++ b/F1/grpkeeptogether-property-access-vbaac10-chm13700.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.GrpKeepTogether Property (Access)](http://msdn.microsoft.com/library/605e8999-d184-b8d9-3f55-9926cd0ceefd%28Office.15%29.aspx)
+[Report.GrpKeepTogether property (Access)](http://msdn.microsoft.com/library/605e8999-d184-b8d9-3f55-9926cd0ceefd%28Office.15%29.aspx)
diff --git a/F1/hasmodule-property-access-vbaac10-chm4376.md b/F1/hasmodule-property-access-vbaac10-chm4376.md
index b9ca34d6aa7..cb81c6af9b7 100644
--- a/F1/hasmodule-property-access-vbaac10-chm4376.md
+++ b/F1/hasmodule-property-access-vbaac10-chm4376.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.HasModule Property (Access)](http://msdn.microsoft.com/library/ba43a8c8-89f2-e744-ed99-082510dc8f3a%28Office.15%29.aspx)
+[Form.HasModule property (Access)](http://msdn.microsoft.com/library/ba43a8c8-89f2-e744-ed99-082510dc8f3a%28Office.15%29.aspx)
-[Report.HasModule Property (Access)](http://msdn.microsoft.com/library/a4f33211-aaa8-d082-feed-aea75bda8659%28Office.15%29.aspx)
+[Report.HasModule property (Access)](http://msdn.microsoft.com/library/a4f33211-aaa8-d082-feed-aea75bda8659%28Office.15%29.aspx)
diff --git a/F1/height-property-access-vbaac10-chm10470.md b/F1/height-property-access-vbaac10-chm10470.md
index c0f5ef67583..0221b0a1bc7 100644
--- a/F1/height-property-access-vbaac10-chm10470.md
+++ b/F1/height-property-access-vbaac10-chm10470.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Height Property (Access)](http://msdn.microsoft.com/library/40b8e9fb-8573-7bb2-9467-12ca5b593a04%28Office.15%29.aspx)
+[CommandButton.Height property (Access)](http://msdn.microsoft.com/library/40b8e9fb-8573-7bb2-9467-12ca5b593a04%28Office.15%29.aspx)
-[NavigationButton.Height Property (Access)](http://msdn.microsoft.com/library/59492efc-5cb0-2659-d930-946831f8c873%28Office.15%29.aspx)
+[NavigationButton.Height property (Access)](http://msdn.microsoft.com/library/59492efc-5cb0-2659-d930-946831f8c873%28Office.15%29.aspx)
diff --git a/F1/height-property-access-vbaac10-chm11074.md b/F1/height-property-access-vbaac10-chm11074.md
index 7014e39a940..f491fc2ea60 100644
--- a/F1/height-property-access-vbaac10-chm11074.md
+++ b/F1/height-property-access-vbaac10-chm11074.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Height Property (Access)](http://msdn.microsoft.com/library/3f3d88d9-3561-a25b-5f22-a21b9cad6673%28Office.15%29.aspx)
+[TextBox.Height property (Access)](http://msdn.microsoft.com/library/3f3d88d9-3561-a25b-5f22-a21b9cad6673%28Office.15%29.aspx)
-[NavigationControl.Height Property (Access)](http://msdn.microsoft.com/library/bf46c094-6eef-452b-dca9-ff6d4a3e5006%28Office.15%29.aspx)
+[NavigationControl.Height property (Access)](http://msdn.microsoft.com/library/bf46c094-6eef-452b-dca9-ff6d4a3e5006%28Office.15%29.aspx)
diff --git a/F1/height-property-access-vbaac10-chm4377.md b/F1/height-property-access-vbaac10-chm4377.md
index 691add4d1cc..8a4f057cb5e 100644
--- a/F1/height-property-access-vbaac10-chm4377.md
+++ b/F1/height-property-access-vbaac10-chm4377.md
@@ -13,31 +13,31 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Height Property (Access)](http://msdn.microsoft.com/library/40b8e9fb-8573-7bb2-9467-12ca5b593a04%28Office.15%29.aspx)
+[CommandButton.Height property (Access)](http://msdn.microsoft.com/library/40b8e9fb-8573-7bb2-9467-12ca5b593a04%28Office.15%29.aspx)
-[SubForm.Height Property (Access)](http://msdn.microsoft.com/library/e5f71fa5-4661-4272-2fea-27fc2be541b7%28Office.15%29.aspx)
+[SubForm.Height property (Access)](http://msdn.microsoft.com/library/e5f71fa5-4661-4272-2fea-27fc2be541b7%28Office.15%29.aspx)
-[Page.Height Property (Access)](http://msdn.microsoft.com/library/df6c7cc3-bcf5-6607-144a-383a1f26d21e%28Office.15%29.aspx)
-[ObjectFrame.Height Property (Access)](http://msdn.microsoft.com/library/53d6085e-e01e-5260-0802-3958f62e378a%28Office.15%29.aspx)
-[ListBox.Height Property (Access)](http://msdn.microsoft.com/library/b8ef3b9c-58bc-e30c-b754-3a3cf574c840%28Office.15%29.aspx)
-[CustomControl.Height Property (Access)](http://msdn.microsoft.com/library/1e482282-30f7-139e-dd89-40cf89139a2e%28Office.15%29.aspx)
-[ComboBox.Height Property (Access)](http://msdn.microsoft.com/library/9cd1dd69-e7b2-800e-301c-742dc4804d28%28Office.15%29.aspx)
-[OptionGroup.Height Property (Access)](http://msdn.microsoft.com/library/f0b715ff-a1d4-4040-59e6-818705042691%28Office.15%29.aspx)
-[Line.Height Property (Access)](http://msdn.microsoft.com/library/51a38ab5-c631-6707-6db5-8cdbc8c5a97f%28Office.15%29.aspx)
-[NavigationButton.Height Property (Access)](http://msdn.microsoft.com/library/59492efc-5cb0-2659-d930-946831f8c873%28Office.15%29.aspx)
-[Report.Height Property (Access)](http://msdn.microsoft.com/library/14821735-efbb-e831-e1d4-94f34de41ef7%28Office.15%29.aspx)
-[WebBrowserControl.Height Property (Access)](http://msdn.microsoft.com/library/8f4223ac-fefa-3ac6-a84e-9cd776bc56d6%28Office.15%29.aspx)
-[TextBox.Height Property (Access)](http://msdn.microsoft.com/library/3f3d88d9-3561-a25b-5f22-a21b9cad6673%28Office.15%29.aspx)
-[Label.Height Property (Access)](http://msdn.microsoft.com/library/492a0e79-b1db-0d5b-3e34-d0e80ca1e6b3%28Office.15%29.aspx)
-[Section.Height Property (Access)](http://msdn.microsoft.com/library/7e568d9f-518b-6d26-e960-dac84e93d45b%28Office.15%29.aspx)
-[ToggleButton.Height Property (Access)](http://msdn.microsoft.com/library/8544f955-3891-3799-5207-de7fa2a5a224%28Office.15%29.aspx)
-[Attachment.Height Property (Access)](http://msdn.microsoft.com/library/377565ec-9e10-2a3f-5d05-e1440707dc9c%28Office.15%29.aspx)
-[OptionButton.Height Property (Access)](http://msdn.microsoft.com/library/d3a95041-1e8f-5a02-019e-ecdb2f795bf0%28Office.15%29.aspx)
-[BoundObjectFrame.Height Property (Access)](http://msdn.microsoft.com/library/53f59551-041e-dc9e-4eee-ed0d5cad0603%28Office.15%29.aspx)
-[Rectangle.Height Property (Access)](http://msdn.microsoft.com/library/1446cfaa-c8ca-8572-ff73-ef2d6a631788%28Office.15%29.aspx)
-[TabControl.Height Property (Access)](http://msdn.microsoft.com/library/defcb681-9f95-4961-f18c-ef87b98a6602%28Office.15%29.aspx)
-[EmptyCell.Height Property (Access)](http://msdn.microsoft.com/library/35a90799-a5fb-62da-1e75-f4f2396cac2e%28Office.15%29.aspx)
-[CheckBox.Height Property (Access)](http://msdn.microsoft.com/library/c45447cc-6659-c370-398d-fd7d4888f7a2%28Office.15%29.aspx)
-[Image.Height Property (Access)](http://msdn.microsoft.com/library/cfc48a43-736f-58c0-95a5-fe248de8b9d3%28Office.15%29.aspx)
-[NavigationControl.Height Property (Access)](http://msdn.microsoft.com/library/bf46c094-6eef-452b-dca9-ff6d4a3e5006%28Office.15%29.aspx)
+[Page.Height property (Access)](http://msdn.microsoft.com/library/df6c7cc3-bcf5-6607-144a-383a1f26d21e%28Office.15%29.aspx)
+[ObjectFrame.Height property (Access)](http://msdn.microsoft.com/library/53d6085e-e01e-5260-0802-3958f62e378a%28Office.15%29.aspx)
+[ListBox.Height property (Access)](http://msdn.microsoft.com/library/b8ef3b9c-58bc-e30c-b754-3a3cf574c840%28Office.15%29.aspx)
+[CustomControl.Height property (Access)](http://msdn.microsoft.com/library/1e482282-30f7-139e-dd89-40cf89139a2e%28Office.15%29.aspx)
+[ComboBox.Height property (Access)](http://msdn.microsoft.com/library/9cd1dd69-e7b2-800e-301c-742dc4804d28%28Office.15%29.aspx)
+[OptionGroup.Height property (Access)](http://msdn.microsoft.com/library/f0b715ff-a1d4-4040-59e6-818705042691%28Office.15%29.aspx)
+[Line.Height property (Access)](http://msdn.microsoft.com/library/51a38ab5-c631-6707-6db5-8cdbc8c5a97f%28Office.15%29.aspx)
+[NavigationButton.Height property (Access)](http://msdn.microsoft.com/library/59492efc-5cb0-2659-d930-946831f8c873%28Office.15%29.aspx)
+[Report.Height property (Access)](http://msdn.microsoft.com/library/14821735-efbb-e831-e1d4-94f34de41ef7%28Office.15%29.aspx)
+[WebBrowserControl.Height property (Access)](http://msdn.microsoft.com/library/8f4223ac-fefa-3ac6-a84e-9cd776bc56d6%28Office.15%29.aspx)
+[TextBox.Height property (Access)](http://msdn.microsoft.com/library/3f3d88d9-3561-a25b-5f22-a21b9cad6673%28Office.15%29.aspx)
+[Label.Height property (Access)](http://msdn.microsoft.com/library/492a0e79-b1db-0d5b-3e34-d0e80ca1e6b3%28Office.15%29.aspx)
+[Section.Height property (Access)](http://msdn.microsoft.com/library/7e568d9f-518b-6d26-e960-dac84e93d45b%28Office.15%29.aspx)
+[ToggleButton.Height property (Access)](http://msdn.microsoft.com/library/8544f955-3891-3799-5207-de7fa2a5a224%28Office.15%29.aspx)
+[Attachment.Height property (Access)](http://msdn.microsoft.com/library/377565ec-9e10-2a3f-5d05-e1440707dc9c%28Office.15%29.aspx)
+[OptionButton.Height property (Access)](http://msdn.microsoft.com/library/d3a95041-1e8f-5a02-019e-ecdb2f795bf0%28Office.15%29.aspx)
+[BoundObjectFrame.Height property (Access)](http://msdn.microsoft.com/library/53f59551-041e-dc9e-4eee-ed0d5cad0603%28Office.15%29.aspx)
+[Rectangle.Height property (Access)](http://msdn.microsoft.com/library/1446cfaa-c8ca-8572-ff73-ef2d6a631788%28Office.15%29.aspx)
+[TabControl.Height property (Access)](http://msdn.microsoft.com/library/defcb681-9f95-4961-f18c-ef87b98a6602%28Office.15%29.aspx)
+[EmptyCell.Height property (Access)](http://msdn.microsoft.com/library/35a90799-a5fb-62da-1e75-f4f2396cac2e%28Office.15%29.aspx)
+[CheckBox.Height property (Access)](http://msdn.microsoft.com/library/c45447cc-6659-c370-398d-fd7d4888f7a2%28Office.15%29.aspx)
+[Image.Height property (Access)](http://msdn.microsoft.com/library/cfc48a43-736f-58c0-95a5-fe248de8b9d3%28Office.15%29.aspx)
+[NavigationControl.Height property (Access)](http://msdn.microsoft.com/library/bf46c094-6eef-452b-dca9-ff6d4a3e5006%28Office.15%29.aspx)
diff --git a/F1/helpcontextid-property-access-vbaac10-chm10481.md b/F1/helpcontextid-property-access-vbaac10-chm10481.md
index 1bb50878133..ef1d64c8af2 100644
--- a/F1/helpcontextid-property-access-vbaac10-chm10481.md
+++ b/F1/helpcontextid-property-access-vbaac10-chm10481.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.HelpContextId Property (Access)](http://msdn.microsoft.com/library/6549fc57-0f33-fe6b-ee5e-88b39107c035%28Office.15%29.aspx)
+[NavigationButton.HelpContextId property (Access)](http://msdn.microsoft.com/library/6549fc57-0f33-fe6b-ee5e-88b39107c035%28Office.15%29.aspx)
-[CommandButton.HelpContextId Property (Access)](http://msdn.microsoft.com/library/265cf535-68b0-f627-f09c-c09b72d41aad%28Office.15%29.aspx)
+[CommandButton.HelpContextId property (Access)](http://msdn.microsoft.com/library/265cf535-68b0-f627-f09c-c09b72d41aad%28Office.15%29.aspx)
diff --git a/F1/helpcontextid-property-access-vbaac10-chm11094.md b/F1/helpcontextid-property-access-vbaac10-chm11094.md
index 2d13f3b62d4..229452b8d23 100644
--- a/F1/helpcontextid-property-access-vbaac10-chm11094.md
+++ b/F1/helpcontextid-property-access-vbaac10-chm11094.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.HelpContextId Property (Access)](http://msdn.microsoft.com/library/6829c95e-d7fc-c3c6-a8ab-0051c8e9af24%28Office.15%29.aspx)
+[TextBox.HelpContextId property (Access)](http://msdn.microsoft.com/library/6829c95e-d7fc-c3c6-a8ab-0051c8e9af24%28Office.15%29.aspx)
-[NavigationControl.HelpContextId Property (Access)](http://msdn.microsoft.com/library/b56cbf60-e760-170c-9c93-edaddabf91b6%28Office.15%29.aspx)
+[NavigationControl.HelpContextId property (Access)](http://msdn.microsoft.com/library/b56cbf60-e760-170c-9c93-edaddabf91b6%28Office.15%29.aspx)
diff --git a/F1/helpcontextid-property-access-vbaac10-chm4379.md b/F1/helpcontextid-property-access-vbaac10-chm4379.md
index 2b2ea8dfca4..053a1d09418 100644
--- a/F1/helpcontextid-property-access-vbaac10-chm4379.md
+++ b/F1/helpcontextid-property-access-vbaac10-chm4379.md
@@ -13,28 +13,28 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.HelpContextId Property (Access)](http://msdn.microsoft.com/library/6829c95e-d7fc-c3c6-a8ab-0051c8e9af24%28Office.15%29.aspx)
+[TextBox.HelpContextId property (Access)](http://msdn.microsoft.com/library/6829c95e-d7fc-c3c6-a8ab-0051c8e9af24%28Office.15%29.aspx)
-[ComboBox.HelpContextId Property (Access)](http://msdn.microsoft.com/library/87ac2391-64d5-5257-d7e8-2ce45b37eeb7%28Office.15%29.aspx)
+[ComboBox.HelpContextId property (Access)](http://msdn.microsoft.com/library/87ac2391-64d5-5257-d7e8-2ce45b37eeb7%28Office.15%29.aspx)
-[Image.HelpContextId Property (Access)](http://msdn.microsoft.com/library/76799f89-978a-4baa-a330-525247c1131d%28Office.15%29.aspx)
-[ListBox.HelpContextId Property (Access)](http://msdn.microsoft.com/library/df459501-09ff-cdae-4903-526d62e1c05b%28Office.15%29.aspx)
-[CustomControl.HelpContextId Property (Access)](http://msdn.microsoft.com/library/a96b1981-3366-f6e9-67c6-5276bfc590d9%28Office.15%29.aspx)
-[OptionGroup.HelpContextId Property (Access)](http://msdn.microsoft.com/library/cd6d2aec-fc7c-5dfc-1386-568bad2a26f8%28Office.15%29.aspx)
-[Attachment.HelpContextId Property (Access)](http://msdn.microsoft.com/library/a9eceafb-48b4-8bcd-bec1-6a16c71b4850%28Office.15%29.aspx)
-[BoundObjectFrame.HelpContextId Property (Access)](http://msdn.microsoft.com/library/81fd943b-58b7-eb51-7578-6b124794d359%28Office.15%29.aspx)
-[OptionButton.HelpContextId Property (Access)](http://msdn.microsoft.com/library/0966e507-59d9-5e14-f6af-6c388b9037f5%28Office.15%29.aspx)
-[ToggleButton.HelpContextId Property (Access)](http://msdn.microsoft.com/library/9f788b15-67d8-84ca-8c6f-6ef1e67f8895%28Office.15%29.aspx)
-[NavigationButton.HelpContextId Property (Access)](http://msdn.microsoft.com/library/6549fc57-0f33-fe6b-ee5e-88b39107c035%28Office.15%29.aspx)
-[WebBrowserControl.HelpContextId Property (Access)](http://msdn.microsoft.com/library/f0678d0c-eb24-2398-208f-971772ea2c21%28Office.15%29.aspx)
-[CheckBox.HelpContextId Property (Access)](http://msdn.microsoft.com/library/205d8d08-4060-7ac3-8bb2-99d381bbef50%28Office.15%29.aspx)
-[Report.HelpContextId Property (Access)](http://msdn.microsoft.com/library/3911ba15-a1fd-06a6-659f-b8599bb01931%28Office.15%29.aspx)
-[Page.HelpContextId Property (Access)](http://msdn.microsoft.com/library/81497fa2-357a-cbf0-3179-bbcb436621d5%28Office.15%29.aspx)
-[CommandButton.HelpContextId Property (Access)](http://msdn.microsoft.com/library/265cf535-68b0-f627-f09c-c09b72d41aad%28Office.15%29.aspx)
-[Label.HelpContextId Property (Access)](http://msdn.microsoft.com/library/fab43591-bf88-901d-0f19-ca4fda93a578%28Office.15%29.aspx)
-[ObjectFrame.HelpContextId Property (Access)](http://msdn.microsoft.com/library/85fa8d67-b0ff-129d-b689-ceca69e8b487%28Office.15%29.aspx)
-[EmptyCell.HelpContextId Property (Access)](http://msdn.microsoft.com/library/f5e6a8ac-bcdd-64e4-24e8-d68cfab6ec4a%28Office.15%29.aspx)
-[Form.HelpContextId Property (Access)](http://msdn.microsoft.com/library/20cd50e1-5ac9-9739-d9e4-e5214706c61d%28Office.15%29.aspx)
-[NavigationControl.HelpContextId Property (Access)](http://msdn.microsoft.com/library/b56cbf60-e760-170c-9c93-edaddabf91b6%28Office.15%29.aspx)
-[TabControl.HelpContextId Property (Access)](http://msdn.microsoft.com/library/d06814d5-7281-d313-844b-fbff296a858d%28Office.15%29.aspx)
+[Image.HelpContextId property (Access)](http://msdn.microsoft.com/library/76799f89-978a-4baa-a330-525247c1131d%28Office.15%29.aspx)
+[ListBox.HelpContextId property (Access)](http://msdn.microsoft.com/library/df459501-09ff-cdae-4903-526d62e1c05b%28Office.15%29.aspx)
+[CustomControl.HelpContextId property (Access)](http://msdn.microsoft.com/library/a96b1981-3366-f6e9-67c6-5276bfc590d9%28Office.15%29.aspx)
+[OptionGroup.HelpContextId property (Access)](http://msdn.microsoft.com/library/cd6d2aec-fc7c-5dfc-1386-568bad2a26f8%28Office.15%29.aspx)
+[Attachment.HelpContextId property (Access)](http://msdn.microsoft.com/library/a9eceafb-48b4-8bcd-bec1-6a16c71b4850%28Office.15%29.aspx)
+[BoundObjectFrame.HelpContextId property (Access)](http://msdn.microsoft.com/library/81fd943b-58b7-eb51-7578-6b124794d359%28Office.15%29.aspx)
+[OptionButton.HelpContextId property (Access)](http://msdn.microsoft.com/library/0966e507-59d9-5e14-f6af-6c388b9037f5%28Office.15%29.aspx)
+[ToggleButton.HelpContextId property (Access)](http://msdn.microsoft.com/library/9f788b15-67d8-84ca-8c6f-6ef1e67f8895%28Office.15%29.aspx)
+[NavigationButton.HelpContextId property (Access)](http://msdn.microsoft.com/library/6549fc57-0f33-fe6b-ee5e-88b39107c035%28Office.15%29.aspx)
+[WebBrowserControl.HelpContextId property (Access)](http://msdn.microsoft.com/library/f0678d0c-eb24-2398-208f-971772ea2c21%28Office.15%29.aspx)
+[CheckBox.HelpContextId property (Access)](http://msdn.microsoft.com/library/205d8d08-4060-7ac3-8bb2-99d381bbef50%28Office.15%29.aspx)
+[Report.HelpContextId property (Access)](http://msdn.microsoft.com/library/3911ba15-a1fd-06a6-659f-b8599bb01931%28Office.15%29.aspx)
+[Page.HelpContextId property (Access)](http://msdn.microsoft.com/library/81497fa2-357a-cbf0-3179-bbcb436621d5%28Office.15%29.aspx)
+[CommandButton.HelpContextId property (Access)](http://msdn.microsoft.com/library/265cf535-68b0-f627-f09c-c09b72d41aad%28Office.15%29.aspx)
+[Label.HelpContextId property (Access)](http://msdn.microsoft.com/library/fab43591-bf88-901d-0f19-ca4fda93a578%28Office.15%29.aspx)
+[ObjectFrame.HelpContextId property (Access)](http://msdn.microsoft.com/library/85fa8d67-b0ff-129d-b689-ceca69e8b487%28Office.15%29.aspx)
+[EmptyCell.HelpContextId property (Access)](http://msdn.microsoft.com/library/f5e6a8ac-bcdd-64e4-24e8-d68cfab6ec4a%28Office.15%29.aspx)
+[Form.HelpContextId property (Access)](http://msdn.microsoft.com/library/20cd50e1-5ac9-9739-d9e4-e5214706c61d%28Office.15%29.aspx)
+[NavigationControl.HelpContextId property (Access)](http://msdn.microsoft.com/library/b56cbf60-e760-170c-9c93-edaddabf91b6%28Office.15%29.aspx)
+[TabControl.HelpContextId property (Access)](http://msdn.microsoft.com/library/d06814d5-7281-d313-844b-fbff296a858d%28Office.15%29.aspx)
diff --git a/F1/helpfile-property-access-vbaac10-chm5483.md b/F1/helpfile-property-access-vbaac10-chm5483.md
index 553cbe99a66..035846e681e 100644
--- a/F1/helpfile-property-access-vbaac10-chm5483.md
+++ b/F1/helpfile-property-access-vbaac10-chm5483.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.HelpFile Property (Access)](http://msdn.microsoft.com/library/72b416b1-5257-9560-ebc0-625abc3f7e85%28Office.15%29.aspx)
+[Form.HelpFile property (Access)](http://msdn.microsoft.com/library/72b416b1-5257-9560-ebc0-625abc3f7e85%28Office.15%29.aspx)
-[Report.HelpFile Property (Access)](http://msdn.microsoft.com/library/cfab3009-c8e1-5f56-020a-e0a972e0de50%28Office.15%29.aspx)
+[Report.HelpFile property (Access)](http://msdn.microsoft.com/library/cfab3009-c8e1-5f56-020a-e0a972e0de50%28Office.15%29.aspx)
diff --git a/F1/hideduplicates-property-access-vbaac10-chm4380.md b/F1/hideduplicates-property-access-vbaac10-chm4380.md
index de81e369ad3..4c81b45ce21 100644
--- a/F1/hideduplicates-property-access-vbaac10-chm4380.md
+++ b/F1/hideduplicates-property-access-vbaac10-chm4380.md
@@ -13,13 +13,13 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.HideDuplicates Property (Access)](http://msdn.microsoft.com/library/3bcd4798-81fa-0cfb-4dd4-1ed9150dbb3a%28Office.15%29.aspx)
+[ToggleButton.HideDuplicates property (Access)](http://msdn.microsoft.com/library/3bcd4798-81fa-0cfb-4dd4-1ed9150dbb3a%28Office.15%29.aspx)
-[ComboBox.HideDuplicates Property (Access)](http://msdn.microsoft.com/library/79b64a87-d98e-76a1-e3c7-57796cb1c173%28Office.15%29.aspx)
+[ComboBox.HideDuplicates property (Access)](http://msdn.microsoft.com/library/79b64a87-d98e-76a1-e3c7-57796cb1c173%28Office.15%29.aspx)
-[ListBox.HideDuplicates Property (Access)](http://msdn.microsoft.com/library/a67c6d19-3064-9909-1242-a764b8732cde%28Office.15%29.aspx)
-[OptionButton.HideDuplicates Property (Access)](http://msdn.microsoft.com/library/c42a89b0-2fff-e56e-0621-c2d9b6e7fc4d%28Office.15%29.aspx)
-[CheckBox.HideDuplicates Property (Access)](http://msdn.microsoft.com/library/60f024b3-113f-4509-6556-cc51ad656c85%28Office.15%29.aspx)
-[OptionGroup.HideDuplicates Property (Access)](http://msdn.microsoft.com/library/d9b17b9f-1eef-eda2-674b-cc7c7b1b5c5a%28Office.15%29.aspx)
-[TextBox.HideDuplicates Property (Access)](http://msdn.microsoft.com/library/a625d232-07d8-23d9-a28a-d01c70aa3a95%28Office.15%29.aspx)
+[ListBox.HideDuplicates property (Access)](http://msdn.microsoft.com/library/a67c6d19-3064-9909-1242-a764b8732cde%28Office.15%29.aspx)
+[OptionButton.HideDuplicates property (Access)](http://msdn.microsoft.com/library/c42a89b0-2fff-e56e-0621-c2d9b6e7fc4d%28Office.15%29.aspx)
+[CheckBox.HideDuplicates property (Access)](http://msdn.microsoft.com/library/60f024b3-113f-4509-6556-cc51ad656c85%28Office.15%29.aspx)
+[OptionGroup.HideDuplicates property (Access)](http://msdn.microsoft.com/library/d9b17b9f-1eef-eda2-674b-cc7c7b1b5c5a%28Office.15%29.aspx)
+[TextBox.HideDuplicates property (Access)](http://msdn.microsoft.com/library/a625d232-07d8-23d9-a28a-d01c70aa3a95%28Office.15%29.aspx)
diff --git a/F1/horizontalanchor-property-access-vbaac10-chm10537.md b/F1/horizontalanchor-property-access-vbaac10-chm10537.md
index 5b23052dd0a..9298fee62b8 100644
--- a/F1/horizontalanchor-property-access-vbaac10-chm10537.md
+++ b/F1/horizontalanchor-property-access-vbaac10-chm10537.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/1ccbf207-3b60-d7e7-dd69-355c2e3a1a60%28Office.15%29.aspx)
+[CustomControl.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/1ccbf207-3b60-d7e7-dd69-355c2e3a1a60%28Office.15%29.aspx)
-[CommandButton.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/3b16ed18-a83d-df6e-5f14-6edbd25e9490%28Office.15%29.aspx)
+[CommandButton.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/3b16ed18-a83d-df6e-5f14-6edbd25e9490%28Office.15%29.aspx)
-[NavigationButton.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/a68f440f-99fd-54f1-bcc0-e06502ac2dbc%28Office.15%29.aspx)
+[NavigationButton.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/a68f440f-99fd-54f1-bcc0-e06502ac2dbc%28Office.15%29.aspx)
diff --git a/F1/horizontalanchor-property-access-vbaac10-chm11165.md b/F1/horizontalanchor-property-access-vbaac10-chm11165.md
index 2cca8d45987..85c65f708b4 100644
--- a/F1/horizontalanchor-property-access-vbaac10-chm11165.md
+++ b/F1/horizontalanchor-property-access-vbaac10-chm11165.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/2e6142a7-1d9b-ec43-5ee2-0388f5d401f4%28Office.15%29.aspx)
+[NavigationControl.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/2e6142a7-1d9b-ec43-5ee2-0388f5d401f4%28Office.15%29.aspx)
-[TextBox.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/85dc54b2-7a20-4667-ade9-47202f77d524%28Office.15%29.aspx)
+[TextBox.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/85dc54b2-7a20-4667-ade9-47202f77d524%28Office.15%29.aspx)
diff --git a/F1/horizontalanchor-property-access-vbaac10-chm5690.md b/F1/horizontalanchor-property-access-vbaac10-chm5690.md
index 75bb3ed3aff..4361af41b6c 100644
--- a/F1/horizontalanchor-property-access-vbaac10-chm5690.md
+++ b/F1/horizontalanchor-property-access-vbaac10-chm5690.md
@@ -13,29 +13,29 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/2e6142a7-1d9b-ec43-5ee2-0388f5d401f4%28Office.15%29.aspx)
+[NavigationControl.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/2e6142a7-1d9b-ec43-5ee2-0388f5d401f4%28Office.15%29.aspx)
-[Label.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/ccdb70d5-53be-a818-52db-0f36df5c6714%28Office.15%29.aspx)
+[Label.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/ccdb70d5-53be-a818-52db-0f36df5c6714%28Office.15%29.aspx)
-[EmptyCell.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/3daacb95-68cc-159e-425d-154063c852d4%28Office.15%29.aspx)
-[BoundObjectFrame.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/b6f0b03d-8c64-ca0e-1efc-1b017aa6b615%28Office.15%29.aspx)
-[Rectangle.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/f00173af-cb55-516f-de3e-293414d8fd08%28Office.15%29.aspx)
-[ComboBox.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/9dfa13fe-d062-d7a8-87a3-2e6e37fce5e9%28Office.15%29.aspx)
-[CustomControl.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/1ccbf207-3b60-d7e7-dd69-355c2e3a1a60%28Office.15%29.aspx)
-[ObjectFrame.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/8476d254-0e20-8c36-961a-3732b59a5b99%28Office.15%29.aspx)
-[TextBox.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/85dc54b2-7a20-4667-ade9-47202f77d524%28Office.15%29.aspx)
-[Attachment.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/0d2aec7f-caa7-4779-fe39-4abe9f1465c6%28Office.15%29.aspx)
-[Image.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/33fa46ae-531c-eeb1-f7ab-51c90ef5c6c5%28Office.15%29.aspx)
-[CommandButton.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/3b16ed18-a83d-df6e-5f14-6edbd25e9490%28Office.15%29.aspx)
-[Line.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/f1c3408c-7507-13c6-8ae9-8d8fb086ecc5%28Office.15%29.aspx)
-[OptionButton.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/1815fce8-2afe-8e21-8702-9bb6f779f112%28Office.15%29.aspx)
-[ToggleButton.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/89bab994-84a3-b363-7169-a12418ef1703%28Office.15%29.aspx)
-[WebBrowserControl.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/42f1b968-5b61-2d17-85f8-a354db3d8e51%28Office.15%29.aspx)
-[SubForm.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/52daba3e-ffa8-415f-e4cb-a4322bbaa11a%28Office.15%29.aspx)
-[TabControl.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/af46f414-5b5a-c0ae-bc63-cb78bd7f4eb6%28Office.15%29.aspx)
-[CheckBox.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/6169f797-eb38-933e-96ca-d1b3259eb2e7%28Office.15%29.aspx)
-[OptionGroup.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/61b8b9cf-6f56-aff1-ee78-ddea0d4e5940%28Office.15%29.aspx)
-[Control.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/e81daacc-3c0b-608c-aea1-e01bc162b6b3%28Office.15%29.aspx)
-[NavigationButton.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/a68f440f-99fd-54f1-bcc0-e06502ac2dbc%28Office.15%29.aspx)
-[ListBox.HorizontalAnchor Property (Access)](http://msdn.microsoft.com/library/f21376e7-55e3-03a2-4687-f02ee5b40a18%28Office.15%29.aspx)
+[EmptyCell.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/3daacb95-68cc-159e-425d-154063c852d4%28Office.15%29.aspx)
+[BoundObjectFrame.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/b6f0b03d-8c64-ca0e-1efc-1b017aa6b615%28Office.15%29.aspx)
+[Rectangle.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/f00173af-cb55-516f-de3e-293414d8fd08%28Office.15%29.aspx)
+[ComboBox.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/9dfa13fe-d062-d7a8-87a3-2e6e37fce5e9%28Office.15%29.aspx)
+[CustomControl.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/1ccbf207-3b60-d7e7-dd69-355c2e3a1a60%28Office.15%29.aspx)
+[ObjectFrame.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/8476d254-0e20-8c36-961a-3732b59a5b99%28Office.15%29.aspx)
+[TextBox.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/85dc54b2-7a20-4667-ade9-47202f77d524%28Office.15%29.aspx)
+[Attachment.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/0d2aec7f-caa7-4779-fe39-4abe9f1465c6%28Office.15%29.aspx)
+[Image.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/33fa46ae-531c-eeb1-f7ab-51c90ef5c6c5%28Office.15%29.aspx)
+[CommandButton.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/3b16ed18-a83d-df6e-5f14-6edbd25e9490%28Office.15%29.aspx)
+[Line.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/f1c3408c-7507-13c6-8ae9-8d8fb086ecc5%28Office.15%29.aspx)
+[OptionButton.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/1815fce8-2afe-8e21-8702-9bb6f779f112%28Office.15%29.aspx)
+[ToggleButton.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/89bab994-84a3-b363-7169-a12418ef1703%28Office.15%29.aspx)
+[WebBrowserControl.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/42f1b968-5b61-2d17-85f8-a354db3d8e51%28Office.15%29.aspx)
+[SubForm.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/52daba3e-ffa8-415f-e4cb-a4322bbaa11a%28Office.15%29.aspx)
+[TabControl.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/af46f414-5b5a-c0ae-bc63-cb78bd7f4eb6%28Office.15%29.aspx)
+[CheckBox.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/6169f797-eb38-933e-96ca-d1b3259eb2e7%28Office.15%29.aspx)
+[OptionGroup.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/61b8b9cf-6f56-aff1-ee78-ddea0d4e5940%28Office.15%29.aspx)
+[Control.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/e81daacc-3c0b-608c-aea1-e01bc162b6b3%28Office.15%29.aspx)
+[NavigationButton.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/a68f440f-99fd-54f1-bcc0-e06502ac2dbc%28Office.15%29.aspx)
+[ListBox.HorizontalAnchor property (Access)](http://msdn.microsoft.com/library/f21376e7-55e3-03a2-4687-f02ee5b40a18%28Office.15%29.aspx)
diff --git a/F1/hoverforecolor-property-access-vbaac10-chm10839.md b/F1/hoverforecolor-property-access-vbaac10-chm10839.md
index d7af0b373be..bea41af4c58 100644
--- a/F1/hoverforecolor-property-access-vbaac10-chm10839.md
+++ b/F1/hoverforecolor-property-access-vbaac10-chm10839.md
@@ -13,29 +13,29 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.HoverForeColor Property (Access)](http://msdn.microsoft.com/library/0280957d-7fca-0202-b9f4-15389ff3d1d9%28Office.15%29.aspx)
+[ToggleButton.HoverForeColor property (Access)](http://msdn.microsoft.com/library/0280957d-7fca-0202-b9f4-15389ff3d1d9%28Office.15%29.aspx)
-[ToggleButton.BackColor Property (Access)](http://msdn.microsoft.com/library/b86516be-1bf2-8a0d-ef4d-1795880ff8c4%28Office.15%29.aspx)
+[ToggleButton.BackColor property (Access)](http://msdn.microsoft.com/library/b86516be-1bf2-8a0d-ef4d-1795880ff8c4%28Office.15%29.aspx)
-[NavigationButton.HoverColor Property (Access)](http://msdn.microsoft.com/library/14bd2102-28d0-c733-74d3-17b5633ac525%28Office.15%29.aspx)
-[NavigationButton.PressedForeColor Property (Access)](http://msdn.microsoft.com/library/90c9b130-65b0-a664-193a-18650fbb90ad%28Office.15%29.aspx)
-[CommandButton.PressedForeColor Property (Access)](http://msdn.microsoft.com/library/b3174fa6-d89a-906f-ef4d-19b489734dfa%28Office.15%29.aspx)
-[TabControl.HoverColor Property (Access)](http://msdn.microsoft.com/library/a3281985-5248-bbd2-c2d7-1b4431209d45%28Office.15%29.aspx)
-[CommandButton.HoverColor Property (Access)](http://msdn.microsoft.com/library/00d4b912-fb14-2e63-ec4e-386ad4b9f0c3%28Office.15%29.aspx)
-[ToggleButton.PressedForeColor Property (Access)](http://msdn.microsoft.com/library/0e05a577-18ec-0d8f-1407-5449153a6156%28Office.15%29.aspx)
-[ToggleButton.BorderColor Property (Access)](http://msdn.microsoft.com/library/0ef018d1-397f-f7e8-317e-639e85de0e98%28Office.15%29.aspx)
-[NavigationButton.PressedColor Property (Access)](http://msdn.microsoft.com/library/34aa58e0-3b0e-cc97-34f1-64e4d0ceb3de%28Office.15%29.aspx)
-[TabControl.BorderColor Property (Access)](http://msdn.microsoft.com/library/26a4f80e-d4d2-a633-0e7d-67a2d1143af6%28Office.15%29.aspx)
-[TabControl.HoverForeColor Property (Access)](http://msdn.microsoft.com/library/011db643-2b2b-0aa2-35b9-67a8dc64703d%28Office.15%29.aspx)
-[CommandButton.PressedColor Property (Access)](http://msdn.microsoft.com/library/c5f446e8-d1a2-f4c9-08c1-7a809b5ae5b8%28Office.15%29.aspx)
-[OptionGroup.BackColor Property (Access)](http://msdn.microsoft.com/library/a329bf89-7bb8-71a5-d2f1-7ae5a0649089%28Office.15%29.aspx)
-[TabControl.PressedForeColor Property (Access)](http://msdn.microsoft.com/library/80fafe03-d614-341e-bf8c-7ec8e3e6eac0%28Office.15%29.aspx)
-[CommandButton.BorderColor Property (Access)](http://msdn.microsoft.com/library/266c8082-30c4-0182-3004-b02b5a9c4a7b%28Office.15%29.aspx)
-[CommandButton.BackColor Property (Access)](http://msdn.microsoft.com/library/aa546889-e77e-35fd-0e98-be020a94cb65%28Office.15%29.aspx)
-[NavigationButton.HoverForeColor Property (Access)](http://msdn.microsoft.com/library/c36924aa-8d94-36af-ecf8-c44cfb777ef0%28Office.15%29.aspx)
-[TabControl.PressedColor Property (Access)](http://msdn.microsoft.com/library/63df3f05-fa03-013c-78f0-c72c97e72ea6%28Office.15%29.aspx)
-[CommandButton.HoverForeColor Property (Access)](http://msdn.microsoft.com/library/a1efabe5-1cde-00f2-319b-df72e0f718c8%28Office.15%29.aspx)
-[TabControl.BackColor Property (Access)](http://msdn.microsoft.com/library/801d889c-0741-1de5-48ed-ea1db8f9a75b%28Office.15%29.aspx)
-[ToggleButton.HoverColor Property (Access)](http://msdn.microsoft.com/library/eade7060-78da-8bea-53b2-f8eb5e40be4c%28Office.15%29.aspx)
-[ToggleButton.PressedColor Property (Access)](http://msdn.microsoft.com/library/b0296b52-1207-0dfa-c4b8-fd8ef5c88338%28Office.15%29.aspx)
+[NavigationButton.HoverColor property (Access)](http://msdn.microsoft.com/library/14bd2102-28d0-c733-74d3-17b5633ac525%28Office.15%29.aspx)
+[NavigationButton.PressedForeColor property (Access)](http://msdn.microsoft.com/library/90c9b130-65b0-a664-193a-18650fbb90ad%28Office.15%29.aspx)
+[CommandButton.PressedForeColor property (Access)](http://msdn.microsoft.com/library/b3174fa6-d89a-906f-ef4d-19b489734dfa%28Office.15%29.aspx)
+[TabControl.HoverColor property (Access)](http://msdn.microsoft.com/library/a3281985-5248-bbd2-c2d7-1b4431209d45%28Office.15%29.aspx)
+[CommandButton.HoverColor property (Access)](http://msdn.microsoft.com/library/00d4b912-fb14-2e63-ec4e-386ad4b9f0c3%28Office.15%29.aspx)
+[ToggleButton.PressedForeColor property (Access)](http://msdn.microsoft.com/library/0e05a577-18ec-0d8f-1407-5449153a6156%28Office.15%29.aspx)
+[ToggleButton.BorderColor property (Access)](http://msdn.microsoft.com/library/0ef018d1-397f-f7e8-317e-639e85de0e98%28Office.15%29.aspx)
+[NavigationButton.PressedColor property (Access)](http://msdn.microsoft.com/library/34aa58e0-3b0e-cc97-34f1-64e4d0ceb3de%28Office.15%29.aspx)
+[TabControl.BorderColor property (Access)](http://msdn.microsoft.com/library/26a4f80e-d4d2-a633-0e7d-67a2d1143af6%28Office.15%29.aspx)
+[TabControl.HoverForeColor property (Access)](http://msdn.microsoft.com/library/011db643-2b2b-0aa2-35b9-67a8dc64703d%28Office.15%29.aspx)
+[CommandButton.PressedColor property (Access)](http://msdn.microsoft.com/library/c5f446e8-d1a2-f4c9-08c1-7a809b5ae5b8%28Office.15%29.aspx)
+[OptionGroup.BackColor property (Access)](http://msdn.microsoft.com/library/a329bf89-7bb8-71a5-d2f1-7ae5a0649089%28Office.15%29.aspx)
+[TabControl.PressedForeColor property (Access)](http://msdn.microsoft.com/library/80fafe03-d614-341e-bf8c-7ec8e3e6eac0%28Office.15%29.aspx)
+[CommandButton.BorderColor property (Access)](http://msdn.microsoft.com/library/266c8082-30c4-0182-3004-b02b5a9c4a7b%28Office.15%29.aspx)
+[CommandButton.BackColor property (Access)](http://msdn.microsoft.com/library/aa546889-e77e-35fd-0e98-be020a94cb65%28Office.15%29.aspx)
+[NavigationButton.HoverForeColor property (Access)](http://msdn.microsoft.com/library/c36924aa-8d94-36af-ecf8-c44cfb777ef0%28Office.15%29.aspx)
+[TabControl.PressedColor property (Access)](http://msdn.microsoft.com/library/63df3f05-fa03-013c-78f0-c72c97e72ea6%28Office.15%29.aspx)
+[CommandButton.HoverForeColor property (Access)](http://msdn.microsoft.com/library/a1efabe5-1cde-00f2-319b-df72e0f718c8%28Office.15%29.aspx)
+[TabControl.BackColor property (Access)](http://msdn.microsoft.com/library/801d889c-0741-1de5-48ed-ea1db8f9a75b%28Office.15%29.aspx)
+[ToggleButton.HoverColor property (Access)](http://msdn.microsoft.com/library/eade7060-78da-8bea-53b2-f8eb5e40be4c%28Office.15%29.aspx)
+[ToggleButton.PressedColor property (Access)](http://msdn.microsoft.com/library/b0296b52-1207-0dfa-c4b8-fd8ef5c88338%28Office.15%29.aspx)
diff --git a/F1/hoverforeshade-property-access-vbaac10-chm14618.md b/F1/hoverforeshade-property-access-vbaac10-chm14618.md
index 33cf00d4f4a..d3bc0a73d3c 100644
--- a/F1/hoverforeshade-property-access-vbaac10-chm14618.md
+++ b/F1/hoverforeshade-property-access-vbaac10-chm14618.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.HoverForeShade Property (Access)](http://msdn.microsoft.com/library/be9e6008-4cc4-94b5-869e-068c3b73443a%28Office.15%29.aspx)
+[CommandButton.HoverForeShade property (Access)](http://msdn.microsoft.com/library/be9e6008-4cc4-94b5-869e-068c3b73443a%28Office.15%29.aspx)
-[TabControl.HoverForeShade Property (Access)](http://msdn.microsoft.com/library/854636ec-a822-be75-307a-50007938ceca%28Office.15%29.aspx)
+[TabControl.HoverForeShade property (Access)](http://msdn.microsoft.com/library/854636ec-a822-be75-307a-50007938ceca%28Office.15%29.aspx)
-[ToggleButton.HoverForeShade Property (Access)](http://msdn.microsoft.com/library/67e4c9bf-0bcc-f79f-491c-93cb32133012%28Office.15%29.aspx)
-[NavigationButton.HoverForeShade Property (Access)](http://msdn.microsoft.com/library/cc98ba4b-1237-cfd7-fb44-983f0d56e512%28Office.15%29.aspx)
+[ToggleButton.HoverForeShade property (Access)](http://msdn.microsoft.com/library/67e4c9bf-0bcc-f79f-491c-93cb32133012%28Office.15%29.aspx)
+[NavigationButton.HoverForeShade property (Access)](http://msdn.microsoft.com/library/cc98ba4b-1237-cfd7-fb44-983f0d56e512%28Office.15%29.aspx)
diff --git a/F1/hoverforethemecolorindex-property-access-vbaac10-chm14616.md b/F1/hoverforethemecolorindex-property-access-vbaac10-chm14616.md
index 10e9e06a59d..e9e4b9ea865 100644
--- a/F1/hoverforethemecolorindex-property-access-vbaac10-chm14616.md
+++ b/F1/hoverforethemecolorindex-property-access-vbaac10-chm14616.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.HoverForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/7952f076-a8ac-c6d3-72f7-23e8365d8a16%28Office.15%29.aspx)
+[CommandButton.HoverForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/7952f076-a8ac-c6d3-72f7-23e8365d8a16%28Office.15%29.aspx)
-[ToggleButton.HoverForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/7159df87-2817-7cab-7e3c-23f0c4613796%28Office.15%29.aspx)
+[ToggleButton.HoverForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/7159df87-2817-7cab-7e3c-23f0c4613796%28Office.15%29.aspx)
-[TabControl.HoverForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/75ffbe8c-2257-8cb7-4ee0-ab6e22e52a4f%28Office.15%29.aspx)
-[NavigationButton.HoverForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/0fe67489-953c-294b-a226-c746e0321782%28Office.15%29.aspx)
+[TabControl.HoverForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/75ffbe8c-2257-8cb7-4ee0-ab6e22e52a4f%28Office.15%29.aspx)
+[NavigationButton.HoverForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/0fe67489-953c-294b-a226-c746e0321782%28Office.15%29.aspx)
diff --git a/F1/hoverforetint-property-access-vbaac10-chm14617.md b/F1/hoverforetint-property-access-vbaac10-chm14617.md
index f28c3a44aba..0c5cd14c739 100644
--- a/F1/hoverforetint-property-access-vbaac10-chm14617.md
+++ b/F1/hoverforetint-property-access-vbaac10-chm14617.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.HoverForeTint Property (Access)](http://msdn.microsoft.com/library/88922fd3-f8ce-5f07-f364-1155ac6070fe%28Office.15%29.aspx)
+[CommandButton.HoverForeTint property (Access)](http://msdn.microsoft.com/library/88922fd3-f8ce-5f07-f364-1155ac6070fe%28Office.15%29.aspx)
-[TabControl.HoverForeTint Property (Access)](http://msdn.microsoft.com/library/0c8468f1-bc5f-85b2-defc-7f193cdd55e7%28Office.15%29.aspx)
+[TabControl.HoverForeTint property (Access)](http://msdn.microsoft.com/library/0c8468f1-bc5f-85b2-defc-7f193cdd55e7%28Office.15%29.aspx)
-[NavigationButton.HoverForeTint Property (Access)](http://msdn.microsoft.com/library/3d609fbc-0828-0607-5b14-e952bd321759%28Office.15%29.aspx)
-[ToggleButton.HoverForeTint Property (Access)](http://msdn.microsoft.com/library/81b67e89-3ae9-941f-4830-fcdbf02afd9e%28Office.15%29.aspx)
+[NavigationButton.HoverForeTint property (Access)](http://msdn.microsoft.com/library/3d609fbc-0828-0607-5b14-e952bd321759%28Office.15%29.aspx)
+[ToggleButton.HoverForeTint property (Access)](http://msdn.microsoft.com/library/81b67e89-3ae9-941f-4830-fcdbf02afd9e%28Office.15%29.aspx)
diff --git a/F1/hovershade-property-access-vbaac10-chm14614.md b/F1/hovershade-property-access-vbaac10-chm14614.md
index c52e9c01fd0..84afedf097f 100644
--- a/F1/hovershade-property-access-vbaac10-chm14614.md
+++ b/F1/hovershade-property-access-vbaac10-chm14614.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.HoverShade Property (Access)](http://msdn.microsoft.com/library/ac2c1525-0b58-a003-5c18-0b80da574219%28Office.15%29.aspx)
+[NavigationButton.HoverShade property (Access)](http://msdn.microsoft.com/library/ac2c1525-0b58-a003-5c18-0b80da574219%28Office.15%29.aspx)
-[CommandButton.HoverShade Property (Access)](http://msdn.microsoft.com/library/9a8b86d0-3849-9902-4dbf-c911c7fbe8e2%28Office.15%29.aspx)
+[CommandButton.HoverShade property (Access)](http://msdn.microsoft.com/library/9a8b86d0-3849-9902-4dbf-c911c7fbe8e2%28Office.15%29.aspx)
-[TabControl.HoverShade Property (Access)](http://msdn.microsoft.com/library/7d0513ec-1e82-cc72-835c-d1c220a31965%28Office.15%29.aspx)
-[ToggleButton.HoverShade Property (Access)](http://msdn.microsoft.com/library/a9e98d48-95a1-64d0-77ba-f2cd8dadc4f8%28Office.15%29.aspx)
+[TabControl.HoverShade property (Access)](http://msdn.microsoft.com/library/7d0513ec-1e82-cc72-835c-d1c220a31965%28Office.15%29.aspx)
+[ToggleButton.HoverShade property (Access)](http://msdn.microsoft.com/library/a9e98d48-95a1-64d0-77ba-f2cd8dadc4f8%28Office.15%29.aspx)
diff --git a/F1/hoverthemecolorindex-property-access-vbaac10-chm14612.md b/F1/hoverthemecolorindex-property-access-vbaac10-chm14612.md
index f349917470e..8f5ee1043e7 100644
--- a/F1/hoverthemecolorindex-property-access-vbaac10-chm14612.md
+++ b/F1/hoverthemecolorindex-property-access-vbaac10-chm14612.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.HoverThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/d2412f7c-0344-1a32-e95b-5abd04d9aabe%28Office.15%29.aspx)
+[NavigationButton.HoverThemeColorIndex property (Access)](http://msdn.microsoft.com/library/d2412f7c-0344-1a32-e95b-5abd04d9aabe%28Office.15%29.aspx)
-[ToggleButton.HoverThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/40c60375-cd0b-73eb-1999-737b6d8cfc01%28Office.15%29.aspx)
+[ToggleButton.HoverThemeColorIndex property (Access)](http://msdn.microsoft.com/library/40c60375-cd0b-73eb-1999-737b6d8cfc01%28Office.15%29.aspx)
-[CommandButton.HoverThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/7fec39e2-f79f-1260-ff6f-9e634ff18fe0%28Office.15%29.aspx)
-[TabControl.HoverThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9e8e2111-33b5-0dc8-5949-f6512b7603e4%28Office.15%29.aspx)
+[CommandButton.HoverThemeColorIndex property (Access)](http://msdn.microsoft.com/library/7fec39e2-f79f-1260-ff6f-9e634ff18fe0%28Office.15%29.aspx)
+[TabControl.HoverThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9e8e2111-33b5-0dc8-5949-f6512b7603e4%28Office.15%29.aspx)
diff --git a/F1/hovertint-property-access-vbaac10-chm14613.md b/F1/hovertint-property-access-vbaac10-chm14613.md
index 1d527ed5be6..f18a32214fc 100644
--- a/F1/hovertint-property-access-vbaac10-chm14613.md
+++ b/F1/hovertint-property-access-vbaac10-chm14613.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.HoverTint Property (Access)](http://msdn.microsoft.com/library/90ecba49-8922-193a-7fde-228b342b4eff%28Office.15%29.aspx)
+[NavigationButton.HoverTint property (Access)](http://msdn.microsoft.com/library/90ecba49-8922-193a-7fde-228b342b4eff%28Office.15%29.aspx)
-[ToggleButton.HoverTint Property (Access)](http://msdn.microsoft.com/library/fbdb27bb-8a21-729c-17d6-a0e9b43826ae%28Office.15%29.aspx)
+[ToggleButton.HoverTint property (Access)](http://msdn.microsoft.com/library/fbdb27bb-8a21-729c-17d6-a0e9b43826ae%28Office.15%29.aspx)
-[CommandButton.HoverTint Property (Access)](http://msdn.microsoft.com/library/0eac99ff-c693-d456-c319-ec1ce60ba05d%28Office.15%29.aspx)
-[TabControl.HoverTint Property (Access)](http://msdn.microsoft.com/library/24de8049-121d-e8c2-ecce-f88b1651cee0%28Office.15%29.aspx)
+[CommandButton.HoverTint property (Access)](http://msdn.microsoft.com/library/0eac99ff-c693-d456-c319-ec1ce60ba05d%28Office.15%29.aspx)
+[TabControl.HoverTint property (Access)](http://msdn.microsoft.com/library/24de8049-121d-e8c2-ecce-f88b1651cee0%28Office.15%29.aspx)
diff --git a/F1/hyperlink-property-access-vbaac10-chm10446.md b/F1/hyperlink-property-access-vbaac10-chm10446.md
index ea3fdef3db1..b62b01099d5 100644
--- a/F1/hyperlink-property-access-vbaac10-chm10446.md
+++ b/F1/hyperlink-property-access-vbaac10-chm10446.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Hyperlink Property (Access)](http://msdn.microsoft.com/library/819c9ce0-7e34-04e3-320f-4eb9e80f0d60%28Office.15%29.aspx)
+[NavigationButton.Hyperlink property (Access)](http://msdn.microsoft.com/library/819c9ce0-7e34-04e3-320f-4eb9e80f0d60%28Office.15%29.aspx)
-[CommandButton.Hyperlink Property (Access)](http://msdn.microsoft.com/library/2f5ce470-967a-450d-f661-ac1e1f370d56%28Office.15%29.aspx)
+[CommandButton.Hyperlink property (Access)](http://msdn.microsoft.com/library/2f5ce470-967a-450d-f661-ac1e1f370d56%28Office.15%29.aspx)
diff --git a/F1/hyperlink-property-access-vbaac10-chm11037.md b/F1/hyperlink-property-access-vbaac10-chm11037.md
index 4b28a6e5915..b4efe243fe6 100644
--- a/F1/hyperlink-property-access-vbaac10-chm11037.md
+++ b/F1/hyperlink-property-access-vbaac10-chm11037.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Hyperlink Property (Access)](http://msdn.microsoft.com/library/a5d80cd4-d03d-41ea-9394-214537dd6c8c%28Office.15%29.aspx)
+[TextBox.Hyperlink property (Access)](http://msdn.microsoft.com/library/a5d80cd4-d03d-41ea-9394-214537dd6c8c%28Office.15%29.aspx)
-[NavigationControl.Hyperlink Property (Access)](http://msdn.microsoft.com/library/2d6bdb1a-808e-1712-1846-71ffa8619f0d%28Office.15%29.aspx)
+[NavigationControl.Hyperlink property (Access)](http://msdn.microsoft.com/library/2d6bdb1a-808e-1712-1846-71ffa8619f0d%28Office.15%29.aspx)
diff --git a/F1/hyperlinkaddress-property-access-vbaac10-chm10460.md b/F1/hyperlinkaddress-property-access-vbaac10-chm10460.md
index 3adb449126a..0f5c50a2d0b 100644
--- a/F1/hyperlinkaddress-property-access-vbaac10-chm10460.md
+++ b/F1/hyperlinkaddress-property-access-vbaac10-chm10460.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.HyperlinkAddress Property (Access)](http://msdn.microsoft.com/library/7efa1230-955b-183c-a459-1b2598eb9163%28Office.15%29.aspx)
+[CommandButton.HyperlinkAddress property (Access)](http://msdn.microsoft.com/library/7efa1230-955b-183c-a459-1b2598eb9163%28Office.15%29.aspx)
-[NavigationButton.HyperlinkAddress Property (Access)](http://msdn.microsoft.com/library/4696efa1-b42b-eb4b-77eb-f0df10c9d131%28Office.15%29.aspx)
+[NavigationButton.HyperlinkAddress property (Access)](http://msdn.microsoft.com/library/4696efa1-b42b-eb4b-77eb-f0df10c9d131%28Office.15%29.aspx)
diff --git a/F1/hyperlinkaddress-property-access-vbaac10-chm5484.md b/F1/hyperlinkaddress-property-access-vbaac10-chm5484.md
index bbe3246c45d..8dcb2822d51 100644
--- a/F1/hyperlinkaddress-property-access-vbaac10-chm5484.md
+++ b/F1/hyperlinkaddress-property-access-vbaac10-chm5484.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.HyperlinkAddress Property (Access)](http://msdn.microsoft.com/library/7efa1230-955b-183c-a459-1b2598eb9163%28Office.15%29.aspx)
+[CommandButton.HyperlinkAddress property (Access)](http://msdn.microsoft.com/library/7efa1230-955b-183c-a459-1b2598eb9163%28Office.15%29.aspx)
-[Image.HyperlinkAddress Property (Access)](http://msdn.microsoft.com/library/e92e7d7e-8447-9c9d-4d17-55c479d13228%28Office.15%29.aspx)
+[Image.HyperlinkAddress property (Access)](http://msdn.microsoft.com/library/e92e7d7e-8447-9c9d-4d17-55c479d13228%28Office.15%29.aspx)
-[Label.HyperlinkAddress Property (Access)](http://msdn.microsoft.com/library/ed50cbbe-f0bb-d096-2c50-920ad2f48eb9%28Office.15%29.aspx)
-[NavigationButton.HyperlinkAddress Property (Access)](http://msdn.microsoft.com/library/4696efa1-b42b-eb4b-77eb-f0df10c9d131%28Office.15%29.aspx)
+[Label.HyperlinkAddress property (Access)](http://msdn.microsoft.com/library/ed50cbbe-f0bb-d096-2c50-920ad2f48eb9%28Office.15%29.aspx)
+[NavigationButton.HyperlinkAddress property (Access)](http://msdn.microsoft.com/library/4696efa1-b42b-eb4b-77eb-f0df10c9d131%28Office.15%29.aspx)
diff --git a/F1/hyperlinksubaddress-property-access-vbaac10-chm10461.md b/F1/hyperlinksubaddress-property-access-vbaac10-chm10461.md
index 45bb3f0c025..1bcc5af1fd5 100644
--- a/F1/hyperlinksubaddress-property-access-vbaac10-chm10461.md
+++ b/F1/hyperlinksubaddress-property-access-vbaac10-chm10461.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.HyperlinkSubAddress Property (Access)](http://msdn.microsoft.com/library/0fe41327-293b-ad6c-b8fe-0b30d472d9c9%28Office.15%29.aspx)
+[NavigationButton.HyperlinkSubAddress property (Access)](http://msdn.microsoft.com/library/0fe41327-293b-ad6c-b8fe-0b30d472d9c9%28Office.15%29.aspx)
-[CommandButton.HyperlinkSubAddress Property (Access)](http://msdn.microsoft.com/library/1c8af1e0-f978-0eb2-c3b5-f5ea9ab84892%28Office.15%29.aspx)
+[CommandButton.HyperlinkSubAddress property (Access)](http://msdn.microsoft.com/library/1c8af1e0-f978-0eb2-c3b5-f5ea9ab84892%28Office.15%29.aspx)
diff --git a/F1/hyperlinksubaddress-property-access-vbaac10-chm4385.md b/F1/hyperlinksubaddress-property-access-vbaac10-chm4385.md
index 0feb57a2eae..3bf4793abaa 100644
--- a/F1/hyperlinksubaddress-property-access-vbaac10-chm4385.md
+++ b/F1/hyperlinksubaddress-property-access-vbaac10-chm4385.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.HyperlinkSubAddress Property (Access)](http://msdn.microsoft.com/library/0fe41327-293b-ad6c-b8fe-0b30d472d9c9%28Office.15%29.aspx)
+[NavigationButton.HyperlinkSubAddress property (Access)](http://msdn.microsoft.com/library/0fe41327-293b-ad6c-b8fe-0b30d472d9c9%28Office.15%29.aspx)
-[Label.HyperlinkSubAddress Property (Access)](http://msdn.microsoft.com/library/3f5cc647-71d8-59bc-b58a-931d1e76e849%28Office.15%29.aspx)
+[Label.HyperlinkSubAddress property (Access)](http://msdn.microsoft.com/library/3f5cc647-71d8-59bc-b58a-931d1e76e849%28Office.15%29.aspx)
-[Image.HyperlinkSubAddress Property (Access)](http://msdn.microsoft.com/library/ba6f27ec-d28b-e495-4e63-9355cd26630b%28Office.15%29.aspx)
-[CommandButton.HyperlinkSubAddress Property (Access)](http://msdn.microsoft.com/library/1c8af1e0-f978-0eb2-c3b5-f5ea9ab84892%28Office.15%29.aspx)
+[Image.HyperlinkSubAddress property (Access)](http://msdn.microsoft.com/library/ba6f27ec-d28b-e495-4e63-9355cd26630b%28Office.15%29.aspx)
+[CommandButton.HyperlinkSubAddress property (Access)](http://msdn.microsoft.com/library/1c8af1e0-f978-0eb2-c3b5-f5ea9ab84892%28Office.15%29.aspx)
diff --git a/F1/imehold-property-access-vbaac10-chm4392.md b/F1/imehold-property-access-vbaac10-chm4392.md
index bb81d983ab1..2061831fdeb 100644
--- a/F1/imehold-property-access-vbaac10-chm4392.md
+++ b/F1/imehold-property-access-vbaac10-chm4392.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.IMEHold Property (Access)](http://msdn.microsoft.com/library/ab128652-1de6-e4a2-4bc5-99936b3fee7f%28Office.15%29.aspx)
+[ComboBox.IMEHold property (Access)](http://msdn.microsoft.com/library/ab128652-1de6-e4a2-4bc5-99936b3fee7f%28Office.15%29.aspx)
-[ListBox.IMEHold Property (Access)](http://msdn.microsoft.com/library/22d6bd7c-704b-2b27-6b04-c6628cd83f02%28Office.15%29.aspx)
+[ListBox.IMEHold property (Access)](http://msdn.microsoft.com/library/22d6bd7c-704b-2b27-6b04-c6628cd83f02%28Office.15%29.aspx)
-[TextBox.IMEHold Property (Access)](http://msdn.microsoft.com/library/0cb93c85-07ff-a10f-5cd0-dc4045ce1079%28Office.15%29.aspx)
+[TextBox.IMEHold property (Access)](http://msdn.microsoft.com/library/0cb93c85-07ff-a10f-5cd0-dc4045ce1079%28Office.15%29.aspx)
diff --git a/F1/imemode-property-access-vbaac10-chm4393.md b/F1/imemode-property-access-vbaac10-chm4393.md
index 7bd40df98ee..5d1cb3f3f60 100644
--- a/F1/imemode-property-access-vbaac10-chm4393.md
+++ b/F1/imemode-property-access-vbaac10-chm4393.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.IMEMode Property (Access)](http://msdn.microsoft.com/library/82f9dc6e-7132-d98c-7c5f-6ed2f0b1e552%28Office.15%29.aspx)
+[ListBox.IMEMode property (Access)](http://msdn.microsoft.com/library/82f9dc6e-7132-d98c-7c5f-6ed2f0b1e552%28Office.15%29.aspx)
-[ComboBox.IMEMode Property (Access)](http://msdn.microsoft.com/library/117b9f33-004e-40f9-7ec9-bb397fda33c0%28Office.15%29.aspx)
+[ComboBox.IMEMode property (Access)](http://msdn.microsoft.com/library/117b9f33-004e-40f9-7ec9-bb397fda33c0%28Office.15%29.aspx)
-[TextBox.IMEMode Property (Access)](http://msdn.microsoft.com/library/fa4adf03-7c20-eade-4a28-e3c3ac64ebc3%28Office.15%29.aspx)
+[TextBox.IMEMode property (Access)](http://msdn.microsoft.com/library/fa4adf03-7c20-eade-4a28-e3c3ac64ebc3%28Office.15%29.aspx)
diff --git a/F1/imesentencemode-property-access-vbaac10-chm4550.md b/F1/imesentencemode-property-access-vbaac10-chm4550.md
index 9798840024c..f24df904fbb 100644
--- a/F1/imesentencemode-property-access-vbaac10-chm4550.md
+++ b/F1/imesentencemode-property-access-vbaac10-chm4550.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.IMESentenceMode Property (Access)](http://msdn.microsoft.com/library/399a28d4-83a9-33d2-5f00-4f388efe048b%28Office.15%29.aspx)
+[TextBox.IMESentenceMode property (Access)](http://msdn.microsoft.com/library/399a28d4-83a9-33d2-5f00-4f388efe048b%28Office.15%29.aspx)
-[ComboBox.IMESentenceMode Property (Access)](http://msdn.microsoft.com/library/f56b97cb-73c9-f5ff-a467-6e7dcd64e613%28Office.15%29.aspx)
+[ComboBox.IMESentenceMode property (Access)](http://msdn.microsoft.com/library/f56b97cb-73c9-f5ff-a467-6e7dcd64e613%28Office.15%29.aspx)
-[ListBox.IMESentenceMode Property (Access)](http://msdn.microsoft.com/library/877e1766-c378-cf7b-b452-bb8f536980f3%28Office.15%29.aspx)
+[ListBox.IMESentenceMode property (Access)](http://msdn.microsoft.com/library/877e1766-c378-cf7b-b452-bb8f536980f3%28Office.15%29.aspx)
diff --git a/F1/importexportspecifications-property-access-vbaac10-chm12729.md b/F1/importexportspecifications-property-access-vbaac10-chm12729.md
index 518bdb64f15..2ecae331557 100644
--- a/F1/importexportspecifications-property-access-vbaac10-chm12729.md
+++ b/F1/importexportspecifications-property-access-vbaac10-chm12729.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.ImportExportSpecifications Property (Access)](http://msdn.microsoft.com/library/100a7924-3f4e-9dec-756e-9aa6f8abba19%28Office.15%29.aspx)
+[CodeProject.ImportExportSpecifications property (Access)](http://msdn.microsoft.com/library/100a7924-3f4e-9dec-756e-9aa6f8abba19%28Office.15%29.aspx)
-[CurrentProject.ImportExportSpecifications Property (Access)](http://msdn.microsoft.com/library/b614eb40-d9cd-d615-41c9-c6980ea85006%28Office.15%29.aspx)
+[CurrentProject.ImportExportSpecifications property (Access)](http://msdn.microsoft.com/library/b614eb40-d9cd-d615-41c9-c6980ea85006%28Office.15%29.aspx)
diff --git a/F1/inheritvaluelist-property-access-vbaac10-chm5806.md b/F1/inheritvaluelist-property-access-vbaac10-chm5806.md
index c10f5ef6d07..3440b8799d8 100644
--- a/F1/inheritvaluelist-property-access-vbaac10-chm5806.md
+++ b/F1/inheritvaluelist-property-access-vbaac10-chm5806.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.InheritValueList Property (Access)](http://msdn.microsoft.com/library/9189cd24-c4f2-c9a4-289f-0515d4b7fd45%28Office.15%29.aspx)
+[ComboBox.InheritValueList property (Access)](http://msdn.microsoft.com/library/9189cd24-c4f2-c9a4-289f-0515d4b7fd45%28Office.15%29.aspx)
-[ListBox.InheritValueList Property (Access)](http://msdn.microsoft.com/library/7b5e0af5-4648-ff09-04a6-25b050dc1861%28Office.15%29.aspx)
+[ListBox.InheritValueList property (Access)](http://msdn.microsoft.com/library/7b5e0af5-4648-ff09-04a6-25b050dc1861%28Office.15%29.aspx)
diff --git a/F1/inputmask-property-access-vbaac10-chm4395.md b/F1/inputmask-property-access-vbaac10-chm4395.md
index e2704a6b5a9..ae1172988ce 100644
--- a/F1/inputmask-property-access-vbaac10-chm4395.md
+++ b/F1/inputmask-property-access-vbaac10-chm4395.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.InputMask Property (Access)](http://msdn.microsoft.com/library/a705c2a4-ff2f-74d1-4a7c-1eade3b00ae8%28Office.15%29.aspx)
+[TextBox.InputMask property (Access)](http://msdn.microsoft.com/library/a705c2a4-ff2f-74d1-4a7c-1eade3b00ae8%28Office.15%29.aspx)
-[ComboBox.InputMask Property (Access)](http://msdn.microsoft.com/library/da40a7cb-d962-dcb7-e536-c90c2753aaed%28Office.15%29.aspx)
+[ComboBox.InputMask property (Access)](http://msdn.microsoft.com/library/da40a7cb-d962-dcb7-e536-c90c2753aaed%28Office.15%29.aspx)
diff --git a/F1/inselection-property-access-vbaac10-chm10492.md b/F1/inselection-property-access-vbaac10-chm10492.md
index 5ca067bc0ee..4928c96f628 100644
--- a/F1/inselection-property-access-vbaac10-chm10492.md
+++ b/F1/inselection-property-access-vbaac10-chm10492.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.InSelection Property (Access)](http://msdn.microsoft.com/library/7d548660-a6ff-50f3-7bb6-71f7b9fe343e%28Office.15%29.aspx)
+[NavigationButton.InSelection property (Access)](http://msdn.microsoft.com/library/7d548660-a6ff-50f3-7bb6-71f7b9fe343e%28Office.15%29.aspx)
-[CommandButton.InSelection Property (Access)](http://msdn.microsoft.com/library/8b8119a7-734c-8e20-8c1a-e80f02a8ad22%28Office.15%29.aspx)
+[CommandButton.InSelection property (Access)](http://msdn.microsoft.com/library/8b8119a7-734c-8e20-8c1a-e80f02a8ad22%28Office.15%29.aspx)
diff --git a/F1/inselection-property-access-vbaac10-chm11114.md b/F1/inselection-property-access-vbaac10-chm11114.md
index 2390e383264..6bd2cebc3d9 100644
--- a/F1/inselection-property-access-vbaac10-chm11114.md
+++ b/F1/inselection-property-access-vbaac10-chm11114.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.InSelection Property (Access)](http://msdn.microsoft.com/library/6ebb497c-00d0-a854-be22-6b034deae98a%28Office.15%29.aspx)
+[TextBox.InSelection property (Access)](http://msdn.microsoft.com/library/6ebb497c-00d0-a854-be22-6b034deae98a%28Office.15%29.aspx)
-[NavigationControl.InSelection Property (Access)](http://msdn.microsoft.com/library/96b49172-cea7-26e3-0bdc-6e0b85a1402f%28Office.15%29.aspx)
+[NavigationControl.InSelection property (Access)](http://msdn.microsoft.com/library/96b49172-cea7-26e3-0bdc-6e0b85a1402f%28Office.15%29.aspx)
diff --git a/F1/inselection-property-access-vbaac10-chm14529.md b/F1/inselection-property-access-vbaac10-chm14529.md
index 4ec3ded6ffa..63008fb0d15 100644
--- a/F1/inselection-property-access-vbaac10-chm14529.md
+++ b/F1/inselection-property-access-vbaac10-chm14529.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[WebBrowserControl.InSelection Property (Access)](http://msdn.microsoft.com/library/32362d58-5fa1-8410-6a7f-522ddef843c1%28Office.15%29.aspx)
+[WebBrowserControl.InSelection property (Access)](http://msdn.microsoft.com/library/32362d58-5fa1-8410-6a7f-522ddef843c1%28Office.15%29.aspx)
-[AcFormatBarLimits Enumeration (Access)](http://msdn.microsoft.com/library/15cc7bb2-ef78-1b55-910c-fbc8b9f95c61%28Office.15%29.aspx)
+[AcFormatBarLimits enumeration (Access)](http://msdn.microsoft.com/library/15cc7bb2-ef78-1b55-910c-fbc8b9f95c61%28Office.15%29.aspx)
diff --git a/F1/isconnected-property-access-vbaac10-chm12714.md b/F1/isconnected-property-access-vbaac10-chm12714.md
index 36e5d30b541..4c68fc7e2f3 100644
--- a/F1/isconnected-property-access-vbaac10-chm12714.md
+++ b/F1/isconnected-property-access-vbaac10-chm12714.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.IsConnected Property (Access)](http://msdn.microsoft.com/library/09710a16-f269-0229-74ea-da128d95ff03%28Office.15%29.aspx)
+[CodeProject.IsConnected property (Access)](http://msdn.microsoft.com/library/09710a16-f269-0229-74ea-da128d95ff03%28Office.15%29.aspx)
-[CurrentProject.IsConnected Property (Access)](http://msdn.microsoft.com/library/04e1123b-ad18-9ebc-3dec-f49bcc16d5a0%28Office.15%29.aspx)
+[CurrentProject.IsConnected property (Access)](http://msdn.microsoft.com/library/04e1123b-ad18-9ebc-3dec-f49bcc16d5a0%28Office.15%29.aspx)
diff --git a/F1/ishyperlink-property-access-vbaac10-chm4576.md b/F1/ishyperlink-property-access-vbaac10-chm4576.md
index 0d3abb0f3b2..f2ad3caac71 100644
--- a/F1/ishyperlink-property-access-vbaac10-chm4576.md
+++ b/F1/ishyperlink-property-access-vbaac10-chm4576.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.IsHyperlink Property (Access)](http://msdn.microsoft.com/library/68d2ca6a-7ea2-a44d-db32-1fa040475267%28Office.15%29.aspx)
+[TextBox.IsHyperlink property (Access)](http://msdn.microsoft.com/library/68d2ca6a-7ea2-a44d-db32-1fa040475267%28Office.15%29.aspx)
-[ComboBox.IsHyperlink Property (Access)](http://msdn.microsoft.com/library/005d21a1-c44c-c0a6-f625-2b3f8f4f8f91%28Office.15%29.aspx)
+[ComboBox.IsHyperlink property (Access)](http://msdn.microsoft.com/library/005d21a1-c44c-c0a6-f625-2b3f8f4f8f91%28Office.15%29.aspx)
diff --git a/F1/issqlbackend-property-access-vbaac10-chm14747.md b/F1/issqlbackend-property-access-vbaac10-chm14747.md
index bb411df0747..8e1b1fe4fa6 100644
--- a/F1/issqlbackend-property-access-vbaac10-chm14747.md
+++ b/F1/issqlbackend-property-access-vbaac10-chm14747.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.IsSQLBackend Property (Access)](http://msdn.microsoft.com/library/c0b0f9bb-5ad4-69c1-9553-2caf420870f1%28Office.15%29.aspx)
+[CodeProject.IsSQLBackend property (Access)](http://msdn.microsoft.com/library/c0b0f9bb-5ad4-69c1-9553-2caf420870f1%28Office.15%29.aspx)
-[CurrentProject.IsSQLBackend Property (Access)](http://msdn.microsoft.com/library/39e312e0-9b58-e1fe-7a98-be5e225a3c0c%28Office.15%29.aspx)
+[CurrentProject.IsSQLBackend property (Access)](http://msdn.microsoft.com/library/39e312e0-9b58-e1fe-7a98-be5e225a3c0c%28Office.15%29.aspx)
diff --git a/F1/istrusted-property-access-vbaac10-chm12730.md b/F1/istrusted-property-access-vbaac10-chm12730.md
index 291788cc18b..222a6c856da 100644
--- a/F1/istrusted-property-access-vbaac10-chm12730.md
+++ b/F1/istrusted-property-access-vbaac10-chm12730.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.IsTrusted Property (Access)](http://msdn.microsoft.com/library/c3d8b6f8-c79f-79ab-d4e0-0454f97ac937%28Office.15%29.aspx)
+[CurrentProject.IsTrusted property (Access)](http://msdn.microsoft.com/library/c3d8b6f8-c79f-79ab-d4e0-0454f97ac937%28Office.15%29.aspx)
-[CodeProject.IsTrusted Property (Access)](http://msdn.microsoft.com/library/11f0088a-77f4-cd37-e730-86c4641f4a70%28Office.15%29.aspx)
+[CodeProject.IsTrusted property (Access)](http://msdn.microsoft.com/library/11f0088a-77f4-cd37-e730-86c4641f4a70%28Office.15%29.aspx)
diff --git a/F1/isvisible-property-access-vbaac10-chm10491.md b/F1/isvisible-property-access-vbaac10-chm10491.md
index ecb98d21a63..21119c34a05 100644
--- a/F1/isvisible-property-access-vbaac10-chm10491.md
+++ b/F1/isvisible-property-access-vbaac10-chm10491.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.IsVisible Property (Access)](http://msdn.microsoft.com/library/f5438725-4628-4f8e-1bf3-0027348b9285%28Office.15%29.aspx)
+[CommandButton.IsVisible property (Access)](http://msdn.microsoft.com/library/f5438725-4628-4f8e-1bf3-0027348b9285%28Office.15%29.aspx)
-[NavigationButton.IsVisible Property (Access)](http://msdn.microsoft.com/library/e288a0a8-40e2-9609-b11c-ac68438c2339%28Office.15%29.aspx)
+[NavigationButton.IsVisible property (Access)](http://msdn.microsoft.com/library/e288a0a8-40e2-9609-b11c-ac68438c2339%28Office.15%29.aspx)
diff --git a/F1/isvisible-property-access-vbaac10-chm11113.md b/F1/isvisible-property-access-vbaac10-chm11113.md
index e9ab9a224f8..5760622da6f 100644
--- a/F1/isvisible-property-access-vbaac10-chm11113.md
+++ b/F1/isvisible-property-access-vbaac10-chm11113.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.IsVisible Property (Access)](http://msdn.microsoft.com/library/659d5713-a385-bead-68a0-501a724e9210%28Office.15%29.aspx)
+[NavigationControl.IsVisible property (Access)](http://msdn.microsoft.com/library/659d5713-a385-bead-68a0-501a724e9210%28Office.15%29.aspx)
-[TextBox.IsVisible Property (Access)](http://msdn.microsoft.com/library/34487db4-6377-04f2-6848-a27dc5f4bab6%28Office.15%29.aspx)
+[TextBox.IsVisible property (Access)](http://msdn.microsoft.com/library/34487db4-6377-04f2-6848-a27dc5f4bab6%28Office.15%29.aspx)
diff --git a/F1/isweb-property-access-vbaac10-chm14677.md b/F1/isweb-property-access-vbaac10-chm14677.md
index 1f75d5f0c31..227324e87ea 100644
--- a/F1/isweb-property-access-vbaac10-chm14677.md
+++ b/F1/isweb-property-access-vbaac10-chm14677.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.IsWeb Property (Access)](http://msdn.microsoft.com/library/6591c95c-db86-95f0-24b5-5da5f4823a22%28Office.15%29.aspx)
+[CodeProject.IsWeb property (Access)](http://msdn.microsoft.com/library/6591c95c-db86-95f0-24b5-5da5f4823a22%28Office.15%29.aspx)
-[CurrentProject.IsWeb Property (Access)](http://msdn.microsoft.com/library/dbcd7b51-75d1-54c7-9c49-7b1ea403c4d9%28Office.15%29.aspx)
+[CurrentProject.IsWeb property (Access)](http://msdn.microsoft.com/library/dbcd7b51-75d1-54c7-9c49-7b1ea403c4d9%28Office.15%29.aspx)
diff --git a/F1/item-property-access-vbaac10-chm12680.md b/F1/item-property-access-vbaac10-chm12680.md
index 7e6c5eabd8e..5f6cdb57971 100644
--- a/F1/item-property-access-vbaac10-chm12680.md
+++ b/F1/item-property-access-vbaac10-chm12680.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[AllDatabaseDiagrams.Item Property (Access)](http://msdn.microsoft.com/library/1f644e28-1988-e22a-b83b-033d1354d09c%28Office.15%29.aspx)
+[AllDatabaseDiagrams.Item property (Access)](http://msdn.microsoft.com/library/1f644e28-1988-e22a-b83b-033d1354d09c%28Office.15%29.aspx)
-[AllForms.Item Property (Access)](http://msdn.microsoft.com/library/07536c98-57e1-8660-b35e-0e79e4e797cb%28Office.15%29.aspx)
+[AllForms.Item property (Access)](http://msdn.microsoft.com/library/07536c98-57e1-8660-b35e-0e79e4e797cb%28Office.15%29.aspx)
-[AllFunctions.Item Property (Access)](http://msdn.microsoft.com/library/d705b1b9-5509-4a1e-8a0e-55357a544d62%28Office.15%29.aspx)
-[AllQueries.Item Property (Access)](http://msdn.microsoft.com/library/96c60139-9cf4-d9c7-4b4d-5eed2d0e7371%28Office.15%29.aspx)
-[AllViews.Item Property (Access)](http://msdn.microsoft.com/library/5fcdb90e-c70c-1a1f-153b-7c50e43308e8%28Office.15%29.aspx)
-[AllMacros.Item Property (Access)](http://msdn.microsoft.com/library/5fc6b7c0-ac04-8b9b-4b8d-a40c00db4578%28Office.15%29.aspx)
-[AllTables.Item Property (Access)](http://msdn.microsoft.com/library/87e8e90d-abfe-c15b-f450-c82a8292fc93%28Office.15%29.aspx)
-[AllStoredProcedures.Item Property (Access)](http://msdn.microsoft.com/library/883c84fd-5186-1944-334b-f2e7f595755b%28Office.15%29.aspx)
-[AllReports.Item Property (Access)](http://msdn.microsoft.com/library/24ef47fa-bc5e-f422-82a7-fbc980579f50%28Office.15%29.aspx)
-[AllModules.Item Property (Access)](http://msdn.microsoft.com/library/9dfffe9b-afb2-a7e8-04f4-fbedb12a14a9%28Office.15%29.aspx)
+[AllFunctions.Item property (Access)](http://msdn.microsoft.com/library/d705b1b9-5509-4a1e-8a0e-55357a544d62%28Office.15%29.aspx)
+[AllQueries.Item property (Access)](http://msdn.microsoft.com/library/96c60139-9cf4-d9c7-4b4d-5eed2d0e7371%28Office.15%29.aspx)
+[AllViews.Item property (Access)](http://msdn.microsoft.com/library/5fcdb90e-c70c-1a1f-153b-7c50e43308e8%28Office.15%29.aspx)
+[AllMacros.Item property (Access)](http://msdn.microsoft.com/library/5fc6b7c0-ac04-8b9b-4b8d-a40c00db4578%28Office.15%29.aspx)
+[AllTables.Item property (Access)](http://msdn.microsoft.com/library/87e8e90d-abfe-c15b-f450-c82a8292fc93%28Office.15%29.aspx)
+[AllStoredProcedures.Item property (Access)](http://msdn.microsoft.com/library/883c84fd-5186-1944-334b-f2e7f595755b%28Office.15%29.aspx)
+[AllReports.Item property (Access)](http://msdn.microsoft.com/library/24ef47fa-bc5e-f422-82a7-fbc980579f50%28Office.15%29.aspx)
+[AllModules.Item property (Access)](http://msdn.microsoft.com/library/9dfffe9b-afb2-a7e8-04f4-fbedb12a14a9%28Office.15%29.aspx)
diff --git a/F1/itemremoved-event-access-vbaac10-chm12648.md b/F1/itemremoved-event-access-vbaac10-chm12648.md
index eb5c29442b4..c101775e9d4 100644
--- a/F1/itemremoved-event-access-vbaac10-chm12648.md
+++ b/F1/itemremoved-event-access-vbaac10-chm12648.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[References.ItemRemoved Event (Access)](http://msdn.microsoft.com/library/19498b96-5e92-8a7a-512a-95a89b878eb2%28Office.15%29.aspx)
+[References.ItemRemoved event (Access)](http://msdn.microsoft.com/library/19498b96-5e92-8a7a-512a-95a89b878eb2%28Office.15%29.aspx)
-[References.ItemAdded Event (Access)](http://msdn.microsoft.com/library/c84b2bd3-42ce-be34-8a5c-ad3cdf1c3f63%28Office.15%29.aspx)
+[References.ItemAdded event (Access)](http://msdn.microsoft.com/library/c84b2bd3-42ce-be34-8a5c-ad3cdf1c3f63%28Office.15%29.aspx)
-[References Object (Access)](http://msdn.microsoft.com/library/ac020382-4ece-f138-d1b9-d05b0fe0f523%28Office.15%29.aspx)
+[References object (Access)](http://msdn.microsoft.com/library/ac020382-4ece-f138-d1b9-d05b0fe0f523%28Office.15%29.aspx)
diff --git a/F1/keeptogether-property-access-vbaac10-chm4404.md b/F1/keeptogether-property-access-vbaac10-chm4404.md
index 9100108e8b6..6795a22cb07 100644
--- a/F1/keeptogether-property-access-vbaac10-chm4404.md
+++ b/F1/keeptogether-property-access-vbaac10-chm4404.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[GroupLevel.KeepTogether Property (Access)](http://msdn.microsoft.com/library/65bc99df-7b0f-ec66-5add-0943ef0cd1f3%28Office.15%29.aspx)
+[GroupLevel.KeepTogether property (Access)](http://msdn.microsoft.com/library/65bc99df-7b0f-ec66-5add-0943ef0cd1f3%28Office.15%29.aspx)
-[Section.KeepTogether Property (Access)](http://msdn.microsoft.com/library/dbe3780b-2150-4b4c-d8bf-5685ab48181e%28Office.15%29.aspx)
+[Section.KeepTogether property (Access)](http://msdn.microsoft.com/library/dbe3780b-2150-4b4c-d8bf-5685ab48181e%28Office.15%29.aspx)
diff --git a/F1/keyboardlanguage-property-access-vbaac10-chm11131.md b/F1/keyboardlanguage-property-access-vbaac10-chm11131.md
index 27c0be8be22..9e39d43f97c 100644
--- a/F1/keyboardlanguage-property-access-vbaac10-chm11131.md
+++ b/F1/keyboardlanguage-property-access-vbaac10-chm11131.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.KeyboardLanguage Property (Access)](http://msdn.microsoft.com/library/5a4f4c8b-2d01-4613-2bb0-8c3e2c7dfda9%28Office.15%29.aspx)
+[NavigationControl.KeyboardLanguage property (Access)](http://msdn.microsoft.com/library/5a4f4c8b-2d01-4613-2bb0-8c3e2c7dfda9%28Office.15%29.aspx)
-[TextBox.KeyboardLanguage Property (Access)](http://msdn.microsoft.com/library/a3b55e3e-16a9-87c7-6c03-bc8392e72c17%28Office.15%29.aspx)
+[TextBox.KeyboardLanguage property (Access)](http://msdn.microsoft.com/library/a3b55e3e-16a9-87c7-6c03-bc8392e72c17%28Office.15%29.aspx)
diff --git a/F1/keyboardlanguage-property-access-vbaac10-chm5008.md b/F1/keyboardlanguage-property-access-vbaac10-chm5008.md
index 7ed40e6fa92..06255e3c916 100644
--- a/F1/keyboardlanguage-property-access-vbaac10-chm5008.md
+++ b/F1/keyboardlanguage-property-access-vbaac10-chm5008.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.KeyboardLanguage Property (Access)](http://msdn.microsoft.com/library/5a4f4c8b-2d01-4613-2bb0-8c3e2c7dfda9%28Office.15%29.aspx)
+[NavigationControl.KeyboardLanguage property (Access)](http://msdn.microsoft.com/library/5a4f4c8b-2d01-4613-2bb0-8c3e2c7dfda9%28Office.15%29.aspx)
-[TextBox.KeyboardLanguage Property (Access)](http://msdn.microsoft.com/library/a3b55e3e-16a9-87c7-6c03-bc8392e72c17%28Office.15%29.aspx)
+[TextBox.KeyboardLanguage property (Access)](http://msdn.microsoft.com/library/a3b55e3e-16a9-87c7-6c03-bc8392e72c17%28Office.15%29.aspx)
-[ComboBox.KeyboardLanguage Property (Access)](http://msdn.microsoft.com/library/5eb0e03c-c931-45b5-7801-d790c4678768%28Office.15%29.aspx)
+[ComboBox.KeyboardLanguage property (Access)](http://msdn.microsoft.com/library/5eb0e03c-c931-45b5-7801-d790c4678768%28Office.15%29.aspx)
diff --git a/F1/keydown-event-access-vbaac10-chm14086.md b/F1/keydown-event-access-vbaac10-chm14086.md
index 3bed327478b..1358d1bc4ad 100644
--- a/F1/keydown-event-access-vbaac10-chm14086.md
+++ b/F1/keydown-event-access-vbaac10-chm14086.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.KeyDown Event (Access)](http://msdn.microsoft.com/library/ffca22d6-50b9-4c98-b9ae-3aec03f2f0fb%28Office.15%29.aspx)
+[NavigationButton.KeyDown event (Access)](http://msdn.microsoft.com/library/ffca22d6-50b9-4c98-b9ae-3aec03f2f0fb%28Office.15%29.aspx)
-[CommandButton.KeyDown Event (Access)](http://msdn.microsoft.com/library/d2bc24b6-62c8-dd3f-82af-600f045e2df1%28Office.15%29.aspx)
+[CommandButton.KeyDown event (Access)](http://msdn.microsoft.com/library/d2bc24b6-62c8-dd3f-82af-600f045e2df1%28Office.15%29.aspx)
diff --git a/F1/keydown-event-access-vbaac10-chm14206.md b/F1/keydown-event-access-vbaac10-chm14206.md
index c9103771971..e2fce7e805c 100644
--- a/F1/keydown-event-access-vbaac10-chm14206.md
+++ b/F1/keydown-event-access-vbaac10-chm14206.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.KeyDown Event (Access)](http://msdn.microsoft.com/library/02b0671c-706c-960c-73d9-76301914aa65%28Office.15%29.aspx)
+[NavigationControl.KeyDown event (Access)](http://msdn.microsoft.com/library/02b0671c-706c-960c-73d9-76301914aa65%28Office.15%29.aspx)
-[TextBox.KeyDown Event (Access)](http://msdn.microsoft.com/library/00324700-f101-48a0-242f-bdabf4f2d70d%28Office.15%29.aspx)
+[TextBox.KeyDown event (Access)](http://msdn.microsoft.com/library/00324700-f101-48a0-242f-bdabf4f2d70d%28Office.15%29.aspx)
diff --git a/F1/keypress-event-access-vbaac10-chm14087.md b/F1/keypress-event-access-vbaac10-chm14087.md
index 8932a20e3db..d380ab24e65 100644
--- a/F1/keypress-event-access-vbaac10-chm14087.md
+++ b/F1/keypress-event-access-vbaac10-chm14087.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.KeyPress Event (Access)](http://msdn.microsoft.com/library/89f074c0-fcc6-e767-a9d5-720a350b43f6%28Office.15%29.aspx)
+[NavigationButton.KeyPress event (Access)](http://msdn.microsoft.com/library/89f074c0-fcc6-e767-a9d5-720a350b43f6%28Office.15%29.aspx)
-[CommandButton.KeyPress Event (Access)](http://msdn.microsoft.com/library/afdc1037-c0fd-d5f2-3ccd-bc67c98aa482%28Office.15%29.aspx)
+[CommandButton.KeyPress event (Access)](http://msdn.microsoft.com/library/afdc1037-c0fd-d5f2-3ccd-bc67c98aa482%28Office.15%29.aspx)
diff --git a/F1/keypress-event-access-vbaac10-chm14207.md b/F1/keypress-event-access-vbaac10-chm14207.md
index 800482183ca..087ed2c73ec 100644
--- a/F1/keypress-event-access-vbaac10-chm14207.md
+++ b/F1/keypress-event-access-vbaac10-chm14207.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.KeyPress Event (Access)](http://msdn.microsoft.com/library/e6dd9500-c6c9-ff51-fad8-2d542cf6bff6%28Office.15%29.aspx)
+[NavigationControl.KeyPress event (Access)](http://msdn.microsoft.com/library/e6dd9500-c6c9-ff51-fad8-2d542cf6bff6%28Office.15%29.aspx)
-[TextBox.KeyPress Event (Access)](http://msdn.microsoft.com/library/87db62a8-30f6-03d8-63ae-f1a1a50caea3%28Office.15%29.aspx)
+[TextBox.KeyPress event (Access)](http://msdn.microsoft.com/library/87db62a8-30f6-03d8-63ae-f1a1a50caea3%28Office.15%29.aspx)
diff --git a/F1/keypreview-property-access-vbaac10-chm4405.md b/F1/keypreview-property-access-vbaac10-chm4405.md
index 7cbf4aed64a..af98af1ca3d 100644
--- a/F1/keypreview-property-access-vbaac10-chm4405.md
+++ b/F1/keypreview-property-access-vbaac10-chm4405.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.KeyPreview Property (Access)](http://msdn.microsoft.com/library/f9153ec0-8b6e-60d5-8541-100e2ad1705e%28Office.15%29.aspx)
+[Form.KeyPreview property (Access)](http://msdn.microsoft.com/library/f9153ec0-8b6e-60d5-8541-100e2ad1705e%28Office.15%29.aspx)
-[Report.KeyPreview Property (Access)](http://msdn.microsoft.com/library/49ca195d-bd9e-7a69-1891-455581bcf09a%28Office.15%29.aspx)
+[Report.KeyPreview property (Access)](http://msdn.microsoft.com/library/49ca195d-bd9e-7a69-1891-455581bcf09a%28Office.15%29.aspx)
diff --git a/F1/keyup-event-access-vbaac10-chm12136.md b/F1/keyup-event-access-vbaac10-chm12136.md
index 56a7e655ed3..d4349e41e63 100644
--- a/F1/keyup-event-access-vbaac10-chm12136.md
+++ b/F1/keyup-event-access-vbaac10-chm12136.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TabControl.KeyUp Event (Access)](http://msdn.microsoft.com/library/c3e9b96d-fb29-6a0c-1547-145ab8f884ca%28Office.15%29.aspx)
+[TabControl.KeyUp event (Access)](http://msdn.microsoft.com/library/c3e9b96d-fb29-6a0c-1547-145ab8f884ca%28Office.15%29.aspx)
-[TabControl.MouseDown Event (Access)](http://msdn.microsoft.com/library/84fc4acb-37df-e5d1-3aa7-15726da2fcde%28Office.15%29.aspx)
+[TabControl.MouseDown event (Access)](http://msdn.microsoft.com/library/84fc4acb-37df-e5d1-3aa7-15726da2fcde%28Office.15%29.aspx)
-[TabControl.Click Event (Access)](http://msdn.microsoft.com/library/21d33e13-8635-2ee7-c299-450e3dc74379%28Office.15%29.aspx)
-[TabControl Object (Access)](http://msdn.microsoft.com/library/05f7de7b-8665-df6d-3fbb-47f8547d3baf%28Office.15%29.aspx)
-[TabControl.Change Event (Access)](http://msdn.microsoft.com/library/e57d4b0b-0f9e-28e7-c1e0-6a1582f1cb0f%28Office.15%29.aspx)
-[TabControl.MouseUp Event (Access)](http://msdn.microsoft.com/library/32e463a0-3926-53d5-86d3-6ccbdbb066de%28Office.15%29.aspx)
-[TabControl.DblClick Event (Access)](http://msdn.microsoft.com/library/d45c03f4-5cde-6aae-e316-9fbe9c71f34a%28Office.15%29.aspx)
-[TabControl.KeyDown Event (Access)](http://msdn.microsoft.com/library/002a65df-7ccd-82e9-c09b-dc4c283488a9%28Office.15%29.aspx)
-[TabControl.KeyPress Event (Access)](http://msdn.microsoft.com/library/4b67dc83-b7fe-4f76-c785-e9b576f51500%28Office.15%29.aspx)
-[TabControl.MouseMove Event (Access)](http://msdn.microsoft.com/library/e684139a-dfde-c9b0-389d-fae941caa481%28Office.15%29.aspx)
+[TabControl.Click event (Access)](http://msdn.microsoft.com/library/21d33e13-8635-2ee7-c299-450e3dc74379%28Office.15%29.aspx)
+[TabControl object (Access)](http://msdn.microsoft.com/library/05f7de7b-8665-df6d-3fbb-47f8547d3baf%28Office.15%29.aspx)
+[TabControl.Change event (Access)](http://msdn.microsoft.com/library/e57d4b0b-0f9e-28e7-c1e0-6a1582f1cb0f%28Office.15%29.aspx)
+[TabControl.MouseUp event (Access)](http://msdn.microsoft.com/library/32e463a0-3926-53d5-86d3-6ccbdbb066de%28Office.15%29.aspx)
+[TabControl.DblClick event (Access)](http://msdn.microsoft.com/library/d45c03f4-5cde-6aae-e316-9fbe9c71f34a%28Office.15%29.aspx)
+[TabControl.KeyDown event (Access)](http://msdn.microsoft.com/library/002a65df-7ccd-82e9-c09b-dc4c283488a9%28Office.15%29.aspx)
+[TabControl.KeyPress event (Access)](http://msdn.microsoft.com/library/4b67dc83-b7fe-4f76-c785-e9b576f51500%28Office.15%29.aspx)
+[TabControl.MouseMove event (Access)](http://msdn.microsoft.com/library/e684139a-dfde-c9b0-389d-fae941caa481%28Office.15%29.aspx)
diff --git a/F1/keyup-event-access-vbaac10-chm14088.md b/F1/keyup-event-access-vbaac10-chm14088.md
index b66dcf3b307..804a6c71c45 100644
--- a/F1/keyup-event-access-vbaac10-chm14088.md
+++ b/F1/keyup-event-access-vbaac10-chm14088.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.KeyUp Event (Access)](http://msdn.microsoft.com/library/6466c06a-d3fc-8187-82dd-7a5c332049a3%28Office.15%29.aspx)
+[CommandButton.KeyUp event (Access)](http://msdn.microsoft.com/library/6466c06a-d3fc-8187-82dd-7a5c332049a3%28Office.15%29.aspx)
-[NavigationButton.KeyUp Event (Access)](http://msdn.microsoft.com/library/65461552-5178-0b71-e82d-a48e98f2cbef%28Office.15%29.aspx)
+[NavigationButton.KeyUp event (Access)](http://msdn.microsoft.com/library/65461552-5178-0b71-e82d-a48e98f2cbef%28Office.15%29.aspx)
diff --git a/F1/keyup-event-access-vbaac10-chm14208.md b/F1/keyup-event-access-vbaac10-chm14208.md
index c5920694bfd..2ec911e5d0b 100644
--- a/F1/keyup-event-access-vbaac10-chm14208.md
+++ b/F1/keyup-event-access-vbaac10-chm14208.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.KeyUp Event (Access)](http://msdn.microsoft.com/library/35e7a26d-617c-9e51-c246-1830cd180420%28Office.15%29.aspx)
+[NavigationControl.KeyUp event (Access)](http://msdn.microsoft.com/library/35e7a26d-617c-9e51-c246-1830cd180420%28Office.15%29.aspx)
-[TextBox.KeyUp Event (Access)](http://msdn.microsoft.com/library/2219075d-92e5-a472-c16a-8a99dfd991c2%28Office.15%29.aspx)
+[TextBox.KeyUp event (Access)](http://msdn.microsoft.com/library/2219075d-92e5-a472-c16a-8a99dfd991c2%28Office.15%29.aspx)
diff --git a/F1/labelalign-property-access-vbaac10-chm10486.md b/F1/labelalign-property-access-vbaac10-chm10486.md
index 241be3f2720..d525660fb52 100644
--- a/F1/labelalign-property-access-vbaac10-chm10486.md
+++ b/F1/labelalign-property-access-vbaac10-chm10486.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.LabelAlign Property (Access)](http://msdn.microsoft.com/library/a586c545-c1b1-ff31-5213-5a3cd055a2b6%28Office.15%29.aspx)
+[CommandButton.LabelAlign property (Access)](http://msdn.microsoft.com/library/a586c545-c1b1-ff31-5213-5a3cd055a2b6%28Office.15%29.aspx)
-[NavigationButton.LabelAlign Property (Access)](http://msdn.microsoft.com/library/d6562f66-5b9a-1f91-e140-b84a57ea5ff9%28Office.15%29.aspx)
+[NavigationButton.LabelAlign property (Access)](http://msdn.microsoft.com/library/d6562f66-5b9a-1f91-e140-b84a57ea5ff9%28Office.15%29.aspx)
diff --git a/F1/labelx-property-access-vbaac10-chm10484.md b/F1/labelx-property-access-vbaac10-chm10484.md
index cee67d8fcbf..df618b67faa 100644
--- a/F1/labelx-property-access-vbaac10-chm10484.md
+++ b/F1/labelx-property-access-vbaac10-chm10484.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.LabelX Property (Access)](http://msdn.microsoft.com/library/cddd2467-4d75-bc40-5472-ab8701120940%28Office.15%29.aspx)
+[NavigationButton.LabelX property (Access)](http://msdn.microsoft.com/library/cddd2467-4d75-bc40-5472-ab8701120940%28Office.15%29.aspx)
-[CommandButton.LabelX Property (Access)](http://msdn.microsoft.com/library/04582d98-dbc6-4aed-e42b-f8d6638ba4ae%28Office.15%29.aspx)
+[CommandButton.LabelX property (Access)](http://msdn.microsoft.com/library/04582d98-dbc6-4aed-e42b-f8d6638ba4ae%28Office.15%29.aspx)
diff --git a/F1/labely-property-access-vbaac10-chm10485.md b/F1/labely-property-access-vbaac10-chm10485.md
index 2fc3b630ce1..df8c273b5ff 100644
--- a/F1/labely-property-access-vbaac10-chm10485.md
+++ b/F1/labely-property-access-vbaac10-chm10485.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.LabelY Property (Access)](http://msdn.microsoft.com/library/09adfd0d-c877-564a-0ddb-a2b3caf5b085%28Office.15%29.aspx)
+[NavigationButton.LabelY property (Access)](http://msdn.microsoft.com/library/09adfd0d-c877-564a-0ddb-a2b3caf5b085%28Office.15%29.aspx)
-[CommandButton.LabelY Property (Access)](http://msdn.microsoft.com/library/8daa4d29-ba7f-67fc-a640-d15a3886441f%28Office.15%29.aspx)
+[CommandButton.LabelY property (Access)](http://msdn.microsoft.com/library/8daa4d29-ba7f-67fc-a640-d15a3886441f%28Office.15%29.aspx)
diff --git a/F1/layout-property-access-vbaac10-chm10523.md b/F1/layout-property-access-vbaac10-chm10523.md
index dda3a4a06b2..332f9de6612 100644
--- a/F1/layout-property-access-vbaac10-chm10523.md
+++ b/F1/layout-property-access-vbaac10-chm10523.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Layout Property (Access)](http://msdn.microsoft.com/library/61e0b921-ee37-af21-e84f-64f0b682e05c%28Office.15%29.aspx)
+[CommandButton.Layout property (Access)](http://msdn.microsoft.com/library/61e0b921-ee37-af21-e84f-64f0b682e05c%28Office.15%29.aspx)
-[CustomControl.Layout Property (Access)](http://msdn.microsoft.com/library/5954580e-18f6-87c0-107b-902065cebc90%28Office.15%29.aspx)
+[CustomControl.Layout property (Access)](http://msdn.microsoft.com/library/5954580e-18f6-87c0-107b-902065cebc90%28Office.15%29.aspx)
-[NavigationButton.Layout Property (Access)](http://msdn.microsoft.com/library/345bd2bf-1f4f-21d5-c4cf-b5fb41f280ea%28Office.15%29.aspx)
+[NavigationButton.Layout property (Access)](http://msdn.microsoft.com/library/345bd2bf-1f4f-21d5-c4cf-b5fb41f280ea%28Office.15%29.aspx)
diff --git a/F1/layout-property-access-vbaac10-chm11150.md b/F1/layout-property-access-vbaac10-chm11150.md
index 2c559437584..e951b6bf422 100644
--- a/F1/layout-property-access-vbaac10-chm11150.md
+++ b/F1/layout-property-access-vbaac10-chm11150.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Layout Property (Access)](http://msdn.microsoft.com/library/eb8ab5e3-2443-d755-6dfa-6432223e87c0%28Office.15%29.aspx)
+[NavigationControl.Layout property (Access)](http://msdn.microsoft.com/library/eb8ab5e3-2443-d755-6dfa-6432223e87c0%28Office.15%29.aspx)
-[TextBox.Layout Property (Access)](http://msdn.microsoft.com/library/a1c841e6-221b-3ba6-4212-d76066afda48%28Office.15%29.aspx)
+[TextBox.Layout property (Access)](http://msdn.microsoft.com/library/a1c841e6-221b-3ba6-4212-d76066afda48%28Office.15%29.aspx)
diff --git a/F1/layoutforprint-property-access-vbaac10-chm4409.md b/F1/layoutforprint-property-access-vbaac10-chm4409.md
index 4b6ad48c2ba..b22aadfa83d 100644
--- a/F1/layoutforprint-property-access-vbaac10-chm4409.md
+++ b/F1/layoutforprint-property-access-vbaac10-chm4409.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.LayoutForPrint Property (Access)](http://msdn.microsoft.com/library/f661155f-696b-3acf-5b90-44fba06345ab%28Office.15%29.aspx)
+[Report.LayoutForPrint property (Access)](http://msdn.microsoft.com/library/f661155f-696b-3acf-5b90-44fba06345ab%28Office.15%29.aspx)
-[Form.LayoutForPrint Property (Access)](http://msdn.microsoft.com/library/fd8c8112-186a-3f77-06ef-783bf48a7052%28Office.15%29.aspx)
+[Form.LayoutForPrint property (Access)](http://msdn.microsoft.com/library/fd8c8112-186a-3f77-06ef-783bf48a7052%28Office.15%29.aspx)
diff --git a/F1/layoutid-property-access-vbaac10-chm10539.md b/F1/layoutid-property-access-vbaac10-chm10539.md
index 6705ae503fe..d9746fb7dda 100644
--- a/F1/layoutid-property-access-vbaac10-chm10539.md
+++ b/F1/layoutid-property-access-vbaac10-chm10539.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.LayoutID Property (Access)](http://msdn.microsoft.com/library/8b511bf2-659b-f2d4-1aeb-0c238a7972a9%28Office.15%29.aspx)
+[CommandButton.LayoutID property (Access)](http://msdn.microsoft.com/library/8b511bf2-659b-f2d4-1aeb-0c238a7972a9%28Office.15%29.aspx)
-[CustomControl.LayoutID Property (Access)](http://msdn.microsoft.com/library/87fab4f4-cd1a-73cd-a36d-d735723c7511%28Office.15%29.aspx)
+[CustomControl.LayoutID property (Access)](http://msdn.microsoft.com/library/87fab4f4-cd1a-73cd-a36d-d735723c7511%28Office.15%29.aspx)
-[NavigationButton.LayoutID Property (Access)](http://msdn.microsoft.com/library/4eaa0461-4c2e-6ed5-f699-fdf879962b8a%28Office.15%29.aspx)
+[NavigationButton.LayoutID property (Access)](http://msdn.microsoft.com/library/4eaa0461-4c2e-6ed5-f699-fdf879962b8a%28Office.15%29.aspx)
diff --git a/F1/layoutid-property-access-vbaac10-chm11182.md b/F1/layoutid-property-access-vbaac10-chm11182.md
index 59c13110d17..5e7bcd7693f 100644
--- a/F1/layoutid-property-access-vbaac10-chm11182.md
+++ b/F1/layoutid-property-access-vbaac10-chm11182.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.LayoutID Property (Access)](http://msdn.microsoft.com/library/b77ccc32-fbaf-e574-b0ae-293d6f999879%28Office.15%29.aspx)
+[TextBox.LayoutID property (Access)](http://msdn.microsoft.com/library/b77ccc32-fbaf-e574-b0ae-293d6f999879%28Office.15%29.aspx)
-[NavigationControl.LayoutID Property (Access)](http://msdn.microsoft.com/library/2fd85cf8-90c3-9b00-6d2a-9078be79f668%28Office.15%29.aspx)
+[NavigationControl.LayoutID property (Access)](http://msdn.microsoft.com/library/2fd85cf8-90c3-9b00-6d2a-9078be79f668%28Office.15%29.aspx)
diff --git a/F1/left-property-access-vbaac10-chm10467.md b/F1/left-property-access-vbaac10-chm10467.md
index cd851a404c6..43104647119 100644
--- a/F1/left-property-access-vbaac10-chm10467.md
+++ b/F1/left-property-access-vbaac10-chm10467.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Left Property (Access)](http://msdn.microsoft.com/library/8cae225d-1919-0c6c-7980-48294fbe8c7a%28Office.15%29.aspx)
+[CommandButton.Left property (Access)](http://msdn.microsoft.com/library/8cae225d-1919-0c6c-7980-48294fbe8c7a%28Office.15%29.aspx)
-[NavigationButton.Left Property (Access)](http://msdn.microsoft.com/library/c9cdccb1-3dd8-d65c-19f8-5e9a0817eefb%28Office.15%29.aspx)
+[NavigationButton.Left property (Access)](http://msdn.microsoft.com/library/c9cdccb1-3dd8-d65c-19f8-5e9a0817eefb%28Office.15%29.aspx)
diff --git a/F1/left-property-access-vbaac10-chm11071.md b/F1/left-property-access-vbaac10-chm11071.md
index a00d17b3de0..79c1a407386 100644
--- a/F1/left-property-access-vbaac10-chm11071.md
+++ b/F1/left-property-access-vbaac10-chm11071.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Left Property (Access)](http://msdn.microsoft.com/library/3e4f76fa-9e5c-a501-ae7f-38dfd89a836a%28Office.15%29.aspx)
+[NavigationControl.Left property (Access)](http://msdn.microsoft.com/library/3e4f76fa-9e5c-a501-ae7f-38dfd89a836a%28Office.15%29.aspx)
-[TextBox.Left Property (Access)](http://msdn.microsoft.com/library/a184b336-215d-ffe0-d7ce-92f1fdc3b656%28Office.15%29.aspx)
+[TextBox.Left property (Access)](http://msdn.microsoft.com/library/a184b336-215d-ffe0-d7ce-92f1fdc3b656%28Office.15%29.aspx)
diff --git a/F1/left-property-access-vbaac10-chm4410.md b/F1/left-property-access-vbaac10-chm4410.md
index a11cee03e57..ce44285ecd8 100644
--- a/F1/left-property-access-vbaac10-chm4410.md
+++ b/F1/left-property-access-vbaac10-chm4410.md
@@ -13,31 +13,31 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[WebBrowserControl.Left Property (Access)](http://msdn.microsoft.com/library/4e14da0d-2b92-73b3-d942-06211e1f5e59%28Office.15%29.aspx)
+[WebBrowserControl.Left property (Access)](http://msdn.microsoft.com/library/4e14da0d-2b92-73b3-d942-06211e1f5e59%28Office.15%29.aspx)
-[NavigationControl.Left Property (Access)](http://msdn.microsoft.com/library/3e4f76fa-9e5c-a501-ae7f-38dfd89a836a%28Office.15%29.aspx)
+[NavigationControl.Left property (Access)](http://msdn.microsoft.com/library/3e4f76fa-9e5c-a501-ae7f-38dfd89a836a%28Office.15%29.aspx)
-[CheckBox.Left Property (Access)](http://msdn.microsoft.com/library/0d4eb8e2-b45a-a293-5d71-3b13743283bc%28Office.15%29.aspx)
-[SubForm.Left Property (Access)](http://msdn.microsoft.com/library/8be83578-029b-0690-bafe-3e57296cf247%28Office.15%29.aspx)
-[CommandButton.Left Property (Access)](http://msdn.microsoft.com/library/8cae225d-1919-0c6c-7980-48294fbe8c7a%28Office.15%29.aspx)
-[OptionButton.Left Property (Access)](http://msdn.microsoft.com/library/bb7f0e55-e08a-a231-ad6c-55ebdd65cf3b%28Office.15%29.aspx)
-[NavigationButton.Left Property (Access)](http://msdn.microsoft.com/library/c9cdccb1-3dd8-d65c-19f8-5e9a0817eefb%28Office.15%29.aspx)
-[ObjectFrame.Left Property (Access)](http://msdn.microsoft.com/library/30af95f2-7643-d3a1-2d6f-69ea98a227f9%28Office.15%29.aspx)
-[Label.Left Property (Access)](http://msdn.microsoft.com/library/b27a17e1-daf3-45a0-3e94-790751db7ca9%28Office.15%29.aspx)
-[Report.Left Property (Access)](http://msdn.microsoft.com/library/678601b5-ab80-2c19-9a29-7c5c2d63f792%28Office.15%29.aspx)
-[ToggleButton.Left Property (Access)](http://msdn.microsoft.com/library/da08e677-2d2c-6f06-fde9-899b82349ec2%28Office.15%29.aspx)
-[Page.Left Property (Access)](http://msdn.microsoft.com/library/6484d3f6-bc30-875d-da6d-8ad577604048%28Office.15%29.aspx)
-[TabControl.Left Property (Access)](http://msdn.microsoft.com/library/5ae5ad68-75b0-1ca2-cf37-8d1e84781b37%28Office.15%29.aspx)
-[Image.Left Property (Access)](http://msdn.microsoft.com/library/76fac9f3-aead-6824-cba3-9246c397148c%28Office.15%29.aspx)
-[TextBox.Left Property (Access)](http://msdn.microsoft.com/library/a184b336-215d-ffe0-d7ce-92f1fdc3b656%28Office.15%29.aspx)
-[Line.Left Property (Access)](http://msdn.microsoft.com/library/a41aa014-e3f0-e01a-2e02-95175eb9d8bd%28Office.15%29.aspx)
-[EmptyCell.Left Property (Access)](http://msdn.microsoft.com/library/69ed2465-33e0-a823-4cfe-97b9c1c55ed4%28Office.15%29.aspx)
-[Attachment.Left Property (Access)](http://msdn.microsoft.com/library/cee21215-a0b0-9247-976d-9f7899287e54%28Office.15%29.aspx)
-[OptionGroup.Left Property (Access)](http://msdn.microsoft.com/library/da310fc7-9fb7-fddf-9cb7-a6e2a7be0bc6%28Office.15%29.aspx)
-[ListBox.Left Property (Access)](http://msdn.microsoft.com/library/3272daef-8241-3305-4623-abfcb6aaffdb%28Office.15%29.aspx)
-[CustomControl.Left Property (Access)](http://msdn.microsoft.com/library/583eb7ee-2df5-aac2-f103-b343a8d315eb%28Office.15%29.aspx)
-[ComboBox.Left Property (Access)](http://msdn.microsoft.com/library/d6eeae85-bc8f-c56e-4014-d1a95e32d18e%28Office.15%29.aspx)
-[BoundObjectFrame.Left Property (Access)](http://msdn.microsoft.com/library/48cc6653-15b3-3f2c-9cfe-d6701099a8dc%28Office.15%29.aspx)
-[Rectangle.Left Property (Access)](http://msdn.microsoft.com/library/8526cd4c-2664-8ea0-3f4d-de40436ed8ed%28Office.15%29.aspx)
-[PageBreak.Left Property (Access)](http://msdn.microsoft.com/library/358f0688-6507-3ee5-bfcf-f266d405a064%28Office.15%29.aspx)
+[CheckBox.Left property (Access)](http://msdn.microsoft.com/library/0d4eb8e2-b45a-a293-5d71-3b13743283bc%28Office.15%29.aspx)
+[SubForm.Left property (Access)](http://msdn.microsoft.com/library/8be83578-029b-0690-bafe-3e57296cf247%28Office.15%29.aspx)
+[CommandButton.Left property (Access)](http://msdn.microsoft.com/library/8cae225d-1919-0c6c-7980-48294fbe8c7a%28Office.15%29.aspx)
+[OptionButton.Left property (Access)](http://msdn.microsoft.com/library/bb7f0e55-e08a-a231-ad6c-55ebdd65cf3b%28Office.15%29.aspx)
+[NavigationButton.Left property (Access)](http://msdn.microsoft.com/library/c9cdccb1-3dd8-d65c-19f8-5e9a0817eefb%28Office.15%29.aspx)
+[ObjectFrame.Left property (Access)](http://msdn.microsoft.com/library/30af95f2-7643-d3a1-2d6f-69ea98a227f9%28Office.15%29.aspx)
+[Label.Left property (Access)](http://msdn.microsoft.com/library/b27a17e1-daf3-45a0-3e94-790751db7ca9%28Office.15%29.aspx)
+[Report.Left property (Access)](http://msdn.microsoft.com/library/678601b5-ab80-2c19-9a29-7c5c2d63f792%28Office.15%29.aspx)
+[ToggleButton.Left property (Access)](http://msdn.microsoft.com/library/da08e677-2d2c-6f06-fde9-899b82349ec2%28Office.15%29.aspx)
+[Page.Left property (Access)](http://msdn.microsoft.com/library/6484d3f6-bc30-875d-da6d-8ad577604048%28Office.15%29.aspx)
+[TabControl.Left property (Access)](http://msdn.microsoft.com/library/5ae5ad68-75b0-1ca2-cf37-8d1e84781b37%28Office.15%29.aspx)
+[Image.Left property (Access)](http://msdn.microsoft.com/library/76fac9f3-aead-6824-cba3-9246c397148c%28Office.15%29.aspx)
+[TextBox.Left property (Access)](http://msdn.microsoft.com/library/a184b336-215d-ffe0-d7ce-92f1fdc3b656%28Office.15%29.aspx)
+[Line.Left property (Access)](http://msdn.microsoft.com/library/a41aa014-e3f0-e01a-2e02-95175eb9d8bd%28Office.15%29.aspx)
+[EmptyCell.Left property (Access)](http://msdn.microsoft.com/library/69ed2465-33e0-a823-4cfe-97b9c1c55ed4%28Office.15%29.aspx)
+[Attachment.Left property (Access)](http://msdn.microsoft.com/library/cee21215-a0b0-9247-976d-9f7899287e54%28Office.15%29.aspx)
+[OptionGroup.Left property (Access)](http://msdn.microsoft.com/library/da310fc7-9fb7-fddf-9cb7-a6e2a7be0bc6%28Office.15%29.aspx)
+[ListBox.Left property (Access)](http://msdn.microsoft.com/library/3272daef-8241-3305-4623-abfcb6aaffdb%28Office.15%29.aspx)
+[CustomControl.Left property (Access)](http://msdn.microsoft.com/library/583eb7ee-2df5-aac2-f103-b343a8d315eb%28Office.15%29.aspx)
+[ComboBox.Left property (Access)](http://msdn.microsoft.com/library/d6eeae85-bc8f-c56e-4014-d1a95e32d18e%28Office.15%29.aspx)
+[BoundObjectFrame.Left property (Access)](http://msdn.microsoft.com/library/48cc6653-15b3-3f2c-9cfe-d6701099a8dc%28Office.15%29.aspx)
+[Rectangle.Left property (Access)](http://msdn.microsoft.com/library/8526cd4c-2664-8ea0-3f4d-de40436ed8ed%28Office.15%29.aspx)
+[PageBreak.Left property (Access)](http://msdn.microsoft.com/library/358f0688-6507-3ee5-bfcf-f266d405a064%28Office.15%29.aspx)
diff --git a/F1/leftmargin-property-access-vbaac10-chm4552.md b/F1/leftmargin-property-access-vbaac10-chm4552.md
index 0e353f7a124..019e8039483 100644
--- a/F1/leftmargin-property-access-vbaac10-chm4552.md
+++ b/F1/leftmargin-property-access-vbaac10-chm4552.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.LeftMargin Property (Access)](http://msdn.microsoft.com/library/b478bd94-b36b-b100-f0a0-10040af55b9d%28Office.15%29.aspx)
+[ComboBox.LeftMargin property (Access)](http://msdn.microsoft.com/library/b478bd94-b36b-b100-f0a0-10040af55b9d%28Office.15%29.aspx)
-[Label.LeftMargin Property (Access)](http://msdn.microsoft.com/library/7eca4de7-fad8-19f5-c3d2-115cd617755d%28Office.15%29.aspx)
+[Label.LeftMargin property (Access)](http://msdn.microsoft.com/library/7eca4de7-fad8-19f5-c3d2-115cd617755d%28Office.15%29.aspx)
-[Printer.LeftMargin Property (Access)](http://msdn.microsoft.com/library/60c43199-1d31-35f5-67fc-344baac19cde%28Office.15%29.aspx)
-[TextBox.LeftMargin Property (Access)](http://msdn.microsoft.com/library/9c5b798b-4afe-85be-aa06-eeff98888850%28Office.15%29.aspx)
+[Printer.LeftMargin property (Access)](http://msdn.microsoft.com/library/60c43199-1d31-35f5-67fc-344baac19cde%28Office.15%29.aspx)
+[TextBox.LeftMargin property (Access)](http://msdn.microsoft.com/library/9c5b798b-4afe-85be-aa06-eeff98888850%28Office.15%29.aspx)
diff --git a/F1/leftpadding-property-access-vbaac10-chm10524.md b/F1/leftpadding-property-access-vbaac10-chm10524.md
index 2a094b9e0dc..efc5893b60a 100644
--- a/F1/leftpadding-property-access-vbaac10-chm10524.md
+++ b/F1/leftpadding-property-access-vbaac10-chm10524.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.LeftPadding Property (Access)](http://msdn.microsoft.com/library/5beaff4a-d129-6039-4552-3afe589bae03%28Office.15%29.aspx)
+[CustomControl.LeftPadding property (Access)](http://msdn.microsoft.com/library/5beaff4a-d129-6039-4552-3afe589bae03%28Office.15%29.aspx)
-[NavigationButton.LeftPadding Property (Access)](http://msdn.microsoft.com/library/9b0fac0b-4ffd-8c83-5d7f-bdfd6f3c8c9a%28Office.15%29.aspx)
+[NavigationButton.LeftPadding property (Access)](http://msdn.microsoft.com/library/9b0fac0b-4ffd-8c83-5d7f-bdfd6f3c8c9a%28Office.15%29.aspx)
-[CommandButton.LeftPadding Property (Access)](http://msdn.microsoft.com/library/a94afdff-4615-529e-04de-fcf3d9e63d2d%28Office.15%29.aspx)
+[CommandButton.LeftPadding property (Access)](http://msdn.microsoft.com/library/a94afdff-4615-529e-04de-fcf3d9e63d2d%28Office.15%29.aspx)
diff --git a/F1/leftpadding-property-access-vbaac10-chm11152.md b/F1/leftpadding-property-access-vbaac10-chm11152.md
index e2a21610b76..132b72d5d63 100644
--- a/F1/leftpadding-property-access-vbaac10-chm11152.md
+++ b/F1/leftpadding-property-access-vbaac10-chm11152.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.LeftPadding Property (Access)](http://msdn.microsoft.com/library/0a082747-dd3d-2ad9-b5e4-4911bd639750%28Office.15%29.aspx)
+[NavigationControl.LeftPadding property (Access)](http://msdn.microsoft.com/library/0a082747-dd3d-2ad9-b5e4-4911bd639750%28Office.15%29.aspx)
-[TextBox.LeftPadding Property (Access)](http://msdn.microsoft.com/library/0ceae1bc-f075-2e5f-48bf-7f749bae0630%28Office.15%29.aspx)
+[TextBox.LeftPadding property (Access)](http://msdn.microsoft.com/library/0ceae1bc-f075-2e5f-48bf-7f749bae0630%28Office.15%29.aspx)
diff --git a/F1/leftpadding-property-access-vbaac10-chm5628.md b/F1/leftpadding-property-access-vbaac10-chm5628.md
index bb60a3ffd93..409bf418551 100644
--- a/F1/leftpadding-property-access-vbaac10-chm5628.md
+++ b/F1/leftpadding-property-access-vbaac10-chm5628.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.LeftPadding Property (Access)](http://msdn.microsoft.com/library/63a94bd3-7929-c204-3612-080bbb5869bc%28Office.15%29.aspx)
+[ListBox.LeftPadding property (Access)](http://msdn.microsoft.com/library/63a94bd3-7929-c204-3612-080bbb5869bc%28Office.15%29.aspx)
-[BoundObjectFrame.LeftPadding Property (Access)](http://msdn.microsoft.com/library/38f4b774-4c64-2fda-65c9-0dd05a95ac8b%28Office.15%29.aspx)
+[BoundObjectFrame.LeftPadding property (Access)](http://msdn.microsoft.com/library/38f4b774-4c64-2fda-65c9-0dd05a95ac8b%28Office.15%29.aspx)
-[Label.LeftPadding Property (Access)](http://msdn.microsoft.com/library/db04fe7d-8496-cbf9-557e-1a284d823a11%28Office.15%29.aspx)
-[ObjectFrame.LeftPadding Property (Access)](http://msdn.microsoft.com/library/b146f062-bf23-32d6-335a-2583b6171006%28Office.15%29.aspx)
-[CustomControl.LeftPadding Property (Access)](http://msdn.microsoft.com/library/5beaff4a-d129-6039-4552-3afe589bae03%28Office.15%29.aspx)
-[NavigationControl.LeftPadding Property (Access)](http://msdn.microsoft.com/library/0a082747-dd3d-2ad9-b5e4-4911bd639750%28Office.15%29.aspx)
-[ComboBox.LeftPadding Property (Access)](http://msdn.microsoft.com/library/4315a484-56ec-efb7-96bb-4eaea1c5c5b3%28Office.15%29.aspx)
-[TabControl.LeftPadding Property (Access)](http://msdn.microsoft.com/library/72b2ef0f-b9aa-501d-1f6e-78a09e967915%28Office.15%29.aspx)
-[TextBox.LeftPadding Property (Access)](http://msdn.microsoft.com/library/0ceae1bc-f075-2e5f-48bf-7f749bae0630%28Office.15%29.aspx)
-[Attachment.LeftPadding Property (Access)](http://msdn.microsoft.com/library/6b6d0829-1c61-db95-f955-863df4827972%28Office.15%29.aspx)
-[CheckBox.LeftPadding Property (Access)](http://msdn.microsoft.com/library/8a12399e-d8bc-54a2-c4ba-88e3b0dc7d58%28Office.15%29.aspx)
-[Control.LeftPadding Property (Access)](http://msdn.microsoft.com/library/42354a61-958a-7c9a-6091-a1884c77ef8a%28Office.15%29.aspx)
-[SubForm.LeftPadding Property (Access)](http://msdn.microsoft.com/library/53c258c9-9a8d-5b12-a2be-a4649f1092cb%28Office.15%29.aspx)
-[Image.LeftPadding Property (Access)](http://msdn.microsoft.com/library/2a409876-3c11-515a-37f5-ac676d693550%28Office.15%29.aspx)
-[ToggleButton.LeftPadding Property (Access)](http://msdn.microsoft.com/library/97747f24-6abf-f005-f4d7-b10af6f7629d%28Office.15%29.aspx)
-[OptionButton.LeftPadding Property (Access)](http://msdn.microsoft.com/library/5e60f737-5cc7-97e9-af4a-b8f065a5277b%28Office.15%29.aspx)
-[NavigationButton.LeftPadding Property (Access)](http://msdn.microsoft.com/library/9b0fac0b-4ffd-8c83-5d7f-bdfd6f3c8c9a%28Office.15%29.aspx)
-[EmptyCell.LeftPadding Property (Access)](http://msdn.microsoft.com/library/e0437bb1-e6cb-fe5f-3aed-f4d068aff22c%28Office.15%29.aspx)
-[WebBrowserControl.LeftPadding Property (Access)](http://msdn.microsoft.com/library/905192bd-eaaf-ef28-03b2-fbb5b3dca0ce%28Office.15%29.aspx)
-[CommandButton.LeftPadding Property (Access)](http://msdn.microsoft.com/library/a94afdff-4615-529e-04de-fcf3d9e63d2d%28Office.15%29.aspx)
+[Label.LeftPadding property (Access)](http://msdn.microsoft.com/library/db04fe7d-8496-cbf9-557e-1a284d823a11%28Office.15%29.aspx)
+[ObjectFrame.LeftPadding property (Access)](http://msdn.microsoft.com/library/b146f062-bf23-32d6-335a-2583b6171006%28Office.15%29.aspx)
+[CustomControl.LeftPadding property (Access)](http://msdn.microsoft.com/library/5beaff4a-d129-6039-4552-3afe589bae03%28Office.15%29.aspx)
+[NavigationControl.LeftPadding property (Access)](http://msdn.microsoft.com/library/0a082747-dd3d-2ad9-b5e4-4911bd639750%28Office.15%29.aspx)
+[ComboBox.LeftPadding property (Access)](http://msdn.microsoft.com/library/4315a484-56ec-efb7-96bb-4eaea1c5c5b3%28Office.15%29.aspx)
+[TabControl.LeftPadding property (Access)](http://msdn.microsoft.com/library/72b2ef0f-b9aa-501d-1f6e-78a09e967915%28Office.15%29.aspx)
+[TextBox.LeftPadding property (Access)](http://msdn.microsoft.com/library/0ceae1bc-f075-2e5f-48bf-7f749bae0630%28Office.15%29.aspx)
+[Attachment.LeftPadding property (Access)](http://msdn.microsoft.com/library/6b6d0829-1c61-db95-f955-863df4827972%28Office.15%29.aspx)
+[CheckBox.LeftPadding property (Access)](http://msdn.microsoft.com/library/8a12399e-d8bc-54a2-c4ba-88e3b0dc7d58%28Office.15%29.aspx)
+[Control.LeftPadding property (Access)](http://msdn.microsoft.com/library/42354a61-958a-7c9a-6091-a1884c77ef8a%28Office.15%29.aspx)
+[SubForm.LeftPadding property (Access)](http://msdn.microsoft.com/library/53c258c9-9a8d-5b12-a2be-a4649f1092cb%28Office.15%29.aspx)
+[Image.LeftPadding property (Access)](http://msdn.microsoft.com/library/2a409876-3c11-515a-37f5-ac676d693550%28Office.15%29.aspx)
+[ToggleButton.LeftPadding property (Access)](http://msdn.microsoft.com/library/97747f24-6abf-f005-f4d7-b10af6f7629d%28Office.15%29.aspx)
+[OptionButton.LeftPadding property (Access)](http://msdn.microsoft.com/library/5e60f737-5cc7-97e9-af4a-b8f065a5277b%28Office.15%29.aspx)
+[NavigationButton.LeftPadding property (Access)](http://msdn.microsoft.com/library/9b0fac0b-4ffd-8c83-5d7f-bdfd6f3c8c9a%28Office.15%29.aspx)
+[EmptyCell.LeftPadding property (Access)](http://msdn.microsoft.com/library/e0437bb1-e6cb-fe5f-3aed-f4d068aff22c%28Office.15%29.aspx)
+[WebBrowserControl.LeftPadding property (Access)](http://msdn.microsoft.com/library/905192bd-eaaf-ef28-03b2-fbb5b3dca0ce%28Office.15%29.aspx)
+[CommandButton.LeftPadding property (Access)](http://msdn.microsoft.com/library/a94afdff-4615-529e-04de-fcf3d9e63d2d%28Office.15%29.aspx)
diff --git a/F1/limittolist-property-access-vbaac10-chm4411.md b/F1/limittolist-property-access-vbaac10-chm4411.md
index bdd1d53ea26..5ec04ff3fb6 100644
--- a/F1/limittolist-property-access-vbaac10-chm4411.md
+++ b/F1/limittolist-property-access-vbaac10-chm4411.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.LimitToList Property (Access)](http://msdn.microsoft.com/library/885ed814-6e04-b9f1-0acb-3ded28e00f93%28Office.15%29.aspx)
+[ComboBox.LimitToList property (Access)](http://msdn.microsoft.com/library/885ed814-6e04-b9f1-0acb-3ded28e00f93%28Office.15%29.aspx)
diff --git a/F1/linespacing-property-access-vbaac10-chm11140.md b/F1/linespacing-property-access-vbaac10-chm11140.md
index 6a1812a69d2..c0f87fe69a0 100644
--- a/F1/linespacing-property-access-vbaac10-chm11140.md
+++ b/F1/linespacing-property-access-vbaac10-chm11140.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.LineSpacing Property (Access)](http://msdn.microsoft.com/library/bf1d5cef-8f0e-f759-3499-2f567097800e%28Office.15%29.aspx)
+[NavigationControl.LineSpacing property (Access)](http://msdn.microsoft.com/library/bf1d5cef-8f0e-f759-3499-2f567097800e%28Office.15%29.aspx)
-[TextBox.LineSpacing Property (Access)](http://msdn.microsoft.com/library/3ac1c335-4b26-1a14-e4dc-bd5d56f44a2b%28Office.15%29.aspx)
+[TextBox.LineSpacing property (Access)](http://msdn.microsoft.com/library/3ac1c335-4b26-1a14-e4dc-bd5d56f44a2b%28Office.15%29.aspx)
diff --git a/F1/linespacing-property-access-vbaac10-chm4553.md b/F1/linespacing-property-access-vbaac10-chm4553.md
index dd727ba8e0e..cf151e9b3ff 100644
--- a/F1/linespacing-property-access-vbaac10-chm4553.md
+++ b/F1/linespacing-property-access-vbaac10-chm4553.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.LineSpacing Property (Access)](http://msdn.microsoft.com/library/bf1d5cef-8f0e-f759-3499-2f567097800e%28Office.15%29.aspx)
+[NavigationControl.LineSpacing property (Access)](http://msdn.microsoft.com/library/bf1d5cef-8f0e-f759-3499-2f567097800e%28Office.15%29.aspx)
-[Label.LineSpacing Property (Access)](http://msdn.microsoft.com/library/871f8b35-d304-4611-4b9c-b7d09b252c11%28Office.15%29.aspx)
+[Label.LineSpacing property (Access)](http://msdn.microsoft.com/library/871f8b35-d304-4611-4b9c-b7d09b252c11%28Office.15%29.aspx)
-[TextBox.LineSpacing Property (Access)](http://msdn.microsoft.com/library/3ac1c335-4b26-1a14-e4dc-bd5d56f44a2b%28Office.15%29.aspx)
+[TextBox.LineSpacing property (Access)](http://msdn.microsoft.com/library/3ac1c335-4b26-1a14-e4dc-bd5d56f44a2b%28Office.15%29.aspx)
diff --git a/F1/linkchildfields-property-access-vbaac10-chm4414.md b/F1/linkchildfields-property-access-vbaac10-chm4414.md
index b76de6f6ba0..170ff4fa5e5 100644
--- a/F1/linkchildfields-property-access-vbaac10-chm4414.md
+++ b/F1/linkchildfields-property-access-vbaac10-chm4414.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[SubForm.LinkChildFields Property (Access)](http://msdn.microsoft.com/library/74daa999-e531-88df-117b-ca7b3b6c795f%28Office.15%29.aspx)
+[SubForm.LinkChildFields property (Access)](http://msdn.microsoft.com/library/74daa999-e531-88df-117b-ca7b3b6c795f%28Office.15%29.aspx)
-[ObjectFrame.LinkChildFields Property (Access)](http://msdn.microsoft.com/library/f82332c1-2dd0-bd3a-3f63-e84727ea7429%28Office.15%29.aspx)
+[ObjectFrame.LinkChildFields property (Access)](http://msdn.microsoft.com/library/f82332c1-2dd0-bd3a-3f63-e84727ea7429%28Office.15%29.aspx)
diff --git a/F1/linkmasterfields-property-access-vbaac10-chm5491.md b/F1/linkmasterfields-property-access-vbaac10-chm5491.md
index 14e41934a59..a83ed72cc87 100644
--- a/F1/linkmasterfields-property-access-vbaac10-chm5491.md
+++ b/F1/linkmasterfields-property-access-vbaac10-chm5491.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.LinkMasterFields Property (Access)](http://msdn.microsoft.com/library/1e3b8cb7-a061-369a-4ff4-44d6989c3234%28Office.15%29.aspx)
+[ObjectFrame.LinkMasterFields property (Access)](http://msdn.microsoft.com/library/1e3b8cb7-a061-369a-4ff4-44d6989c3234%28Office.15%29.aspx)
-[SubForm.LinkMasterFields Property (Access)](http://msdn.microsoft.com/library/b5be0557-a75c-dacc-e842-b9196edf37ce%28Office.15%29.aspx)
+[SubForm.LinkMasterFields property (Access)](http://msdn.microsoft.com/library/b5be0557-a75c-dacc-e842-b9196edf37ce%28Office.15%29.aspx)
diff --git a/F1/listitemseditform-property-access-vbaac10-chm5787.md b/F1/listitemseditform-property-access-vbaac10-chm5787.md
index 3056355ee74..45f16a67c49 100644
--- a/F1/listitemseditform-property-access-vbaac10-chm5787.md
+++ b/F1/listitemseditform-property-access-vbaac10-chm5787.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.ListItemsEditForm Property (Access)](http://msdn.microsoft.com/library/f744fc52-4c50-f740-7a2f-eeccb12de7c9%28Office.15%29.aspx)
+[ListBox.ListItemsEditForm property (Access)](http://msdn.microsoft.com/library/f744fc52-4c50-f740-7a2f-eeccb12de7c9%28Office.15%29.aspx)
-[ComboBox.ListItemsEditForm Property (Access)](http://msdn.microsoft.com/library/5db884d4-4d9f-23b5-9e3a-f6de953a4800%28Office.15%29.aspx)
+[ComboBox.ListItemsEditForm property (Access)](http://msdn.microsoft.com/library/5db884d4-4d9f-23b5-9e3a-f6de953a4800%28Office.15%29.aspx)
diff --git a/F1/listrows-property-access-vbaac10-chm11384.md b/F1/listrows-property-access-vbaac10-chm11384.md
index ffc03a77ad0..b2062ec1174 100644
--- a/F1/listrows-property-access-vbaac10-chm11384.md
+++ b/F1/listrows-property-access-vbaac10-chm11384.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.ListRows Property (Access)](http://msdn.microsoft.com/library/b418e124-71b6-2ffb-101d-b56aadebb1fc%28Office.15%29.aspx)
+[ComboBox.ListRows property (Access)](http://msdn.microsoft.com/library/b418e124-71b6-2ffb-101d-b56aadebb1fc%28Office.15%29.aspx)
diff --git a/F1/listwidth-property-access-vbaac10-chm11385.md b/F1/listwidth-property-access-vbaac10-chm11385.md
index c22877ac0ae..ea7bcb91ec2 100644
--- a/F1/listwidth-property-access-vbaac10-chm11385.md
+++ b/F1/listwidth-property-access-vbaac10-chm11385.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.ListWidth Property (Access)](http://msdn.microsoft.com/library/488a36f0-3ab1-1bb1-ff48-3e5d33a55139%28Office.15%29.aspx)
+[ComboBox.ListWidth property (Access)](http://msdn.microsoft.com/library/488a36f0-3ab1-1bb1-ff48-3e5d33a55139%28Office.15%29.aspx)
diff --git a/F1/locked-property-access-vbaac10-chm5475.md b/F1/locked-property-access-vbaac10-chm5475.md
index 345fe1138db..d40c2a51690 100644
--- a/F1/locked-property-access-vbaac10-chm5475.md
+++ b/F1/locked-property-access-vbaac10-chm5475.md
@@ -13,18 +13,18 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.Locked Property (Access)](http://msdn.microsoft.com/library/6ef9a63c-9b00-126f-f662-0d23d672cfa2%28Office.15%29.aspx)
+[ComboBox.Locked property (Access)](http://msdn.microsoft.com/library/6ef9a63c-9b00-126f-f662-0d23d672cfa2%28Office.15%29.aspx)
-[OptionButton.Locked Property (Access)](http://msdn.microsoft.com/library/dac84eb2-1b12-8d4b-37a0-1cdf320f6faf%28Office.15%29.aspx)
+[OptionButton.Locked property (Access)](http://msdn.microsoft.com/library/dac84eb2-1b12-8d4b-37a0-1cdf320f6faf%28Office.15%29.aspx)
-[BoundObjectFrame.Locked Property (Access)](http://msdn.microsoft.com/library/e43c4870-12bb-ebff-5579-21134de28c36%28Office.15%29.aspx)
-[OptionGroup.Locked Property (Access)](http://msdn.microsoft.com/library/3d131a07-41cf-a21c-afad-623f01ed14ad%28Office.15%29.aspx)
-[Attachment.Locked Property (Access)](http://msdn.microsoft.com/library/d35da857-2f8a-9d7f-19d2-6d7fbe029c76%28Office.15%29.aspx)
-[TextBox.Locked Property (Access)](http://msdn.microsoft.com/library/025b88db-7409-4cb6-bcc0-c72a6a3850d3%28Office.15%29.aspx)
-[CheckBox.Locked Property (Access)](http://msdn.microsoft.com/library/0f0b6f34-d389-8376-81fd-cff5a93ca4c1%28Office.15%29.aspx)
-[ListBox.Locked Property (Access)](http://msdn.microsoft.com/library/b820438b-1ebf-780f-9fe9-e51d90bbf326%28Office.15%29.aspx)
-[ObjectFrame.Locked Property (Access)](http://msdn.microsoft.com/library/0769b9c9-ea0b-33c8-b258-e7d775bee9e6%28Office.15%29.aspx)
-[CustomControl.Locked Property (Access)](http://msdn.microsoft.com/library/e6b42627-6560-2fab-ecb0-e9ff32d3fe4e%28Office.15%29.aspx)
-[SubForm.Locked Property (Access)](http://msdn.microsoft.com/library/30e0f94d-2a45-7185-1aa9-f0c6f42904c3%28Office.15%29.aspx)
-[ToggleButton.Locked Property (Access)](http://msdn.microsoft.com/library/1fb9951a-e531-0423-38bf-f7e4c922acc6%28Office.15%29.aspx)
+[BoundObjectFrame.Locked property (Access)](http://msdn.microsoft.com/library/e43c4870-12bb-ebff-5579-21134de28c36%28Office.15%29.aspx)
+[OptionGroup.Locked property (Access)](http://msdn.microsoft.com/library/3d131a07-41cf-a21c-afad-623f01ed14ad%28Office.15%29.aspx)
+[Attachment.Locked property (Access)](http://msdn.microsoft.com/library/d35da857-2f8a-9d7f-19d2-6d7fbe029c76%28Office.15%29.aspx)
+[TextBox.Locked property (Access)](http://msdn.microsoft.com/library/025b88db-7409-4cb6-bcc0-c72a6a3850d3%28Office.15%29.aspx)
+[CheckBox.Locked property (Access)](http://msdn.microsoft.com/library/0f0b6f34-d389-8376-81fd-cff5a93ca4c1%28Office.15%29.aspx)
+[ListBox.Locked property (Access)](http://msdn.microsoft.com/library/b820438b-1ebf-780f-9fe9-e51d90bbf326%28Office.15%29.aspx)
+[ObjectFrame.Locked property (Access)](http://msdn.microsoft.com/library/0769b9c9-ea0b-33c8-b258-e7d775bee9e6%28Office.15%29.aspx)
+[CustomControl.Locked property (Access)](http://msdn.microsoft.com/library/e6b42627-6560-2fab-ecb0-e9ff32d3fe4e%28Office.15%29.aspx)
+[SubForm.Locked property (Access)](http://msdn.microsoft.com/library/30e0f94d-2a45-7185-1aa9-f0c6f42904c3%28Office.15%29.aspx)
+[ToggleButton.Locked property (Access)](http://msdn.microsoft.com/library/1fb9951a-e531-0423-38bf-f7e4c922acc6%28Office.15%29.aspx)
diff --git a/F1/lostfocus-event-access-vbaac10-chm11201.md b/F1/lostfocus-event-access-vbaac10-chm11201.md
index 1603eaadcac..771c5abe98d 100644
--- a/F1/lostfocus-event-access-vbaac10-chm11201.md
+++ b/F1/lostfocus-event-access-vbaac10-chm11201.md
@@ -13,55 +13,55 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.LostFocus Event (Access)](http://msdn.microsoft.com/library/ddb4d588-bcfc-2639-6b90-05a72c943a5f%28Office.15%29.aspx)
+[NavigationButton.LostFocus event (Access)](http://msdn.microsoft.com/library/ddb4d588-bcfc-2639-6b90-05a72c943a5f%28Office.15%29.aspx)
-[TextBox.MouseDown Event (Access)](http://msdn.microsoft.com/library/ae184752-4c7f-3d79-5b3a-08407225f9d9%28Office.15%29.aspx)
+[TextBox.MouseDown event (Access)](http://msdn.microsoft.com/library/ae184752-4c7f-3d79-5b3a-08407225f9d9%28Office.15%29.aspx)
-[NavigationControl Object (Access)](http://msdn.microsoft.com/library/ab08e35c-e5e4-444c-d169-1092d282ed15%28Office.15%29.aspx)
-[TextBox.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/0d57cbce-bdbf-e19e-7f6a-11a00cb6c5f4%28Office.15%29.aspx)
-[NavigationButton.MouseMove Event (Access)](http://msdn.microsoft.com/library/75d16851-f5e6-a82d-a92b-13263618b9f7%28Office.15%29.aspx)
-[NavigationControl.Dirty Event (Access)](http://msdn.microsoft.com/library/6125891b-c0cf-0b0e-0678-146404b2ed31%28Office.15%29.aspx)
-[TextBox.Undo Event (Access)](http://msdn.microsoft.com/library/ee009e53-41be-0c9a-a92d-15572f6213b6%28Office.15%29.aspx)
-[NavigationControl.KeyUp Event (Access)](http://msdn.microsoft.com/library/35e7a26d-617c-9e51-c246-1830cd180420%28Office.15%29.aspx)
-[TextBox.LostFocus Event (Access)](http://msdn.microsoft.com/library/4c3a2696-5a78-5be9-7af7-205e7eb84dcd%28Office.15%29.aspx)
-[NavigationControl.Click Event (Access)](http://msdn.microsoft.com/library/c49b26bd-dbab-666a-ecc0-2b3137bb10a0%28Office.15%29.aspx)
-[NavigationControl.KeyPress Event (Access)](http://msdn.microsoft.com/library/e6dd9500-c6c9-ff51-fad8-2d542cf6bff6%28Office.15%29.aspx)
-[NavigationButton.KeyDown Event (Access)](http://msdn.microsoft.com/library/ffca22d6-50b9-4c98-b9ae-3aec03f2f0fb%28Office.15%29.aspx)
-[NavigationControl.GotFocus Event (Access)](http://msdn.microsoft.com/library/50ebdaad-3e2c-9eff-47f0-43a402b17938%28Office.15%29.aspx)
-[NavigationButton.Exit Event (Access)](http://msdn.microsoft.com/library/773aaaf7-a4af-c720-af34-462810f372ea%28Office.15%29.aspx)
-[NavigationControl.Undo Event (Access)](http://msdn.microsoft.com/library/ebab443e-6abc-ed4a-5f2a-4ad00c7f9d8c%28Office.15%29.aspx)
-[TextBox.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/609ef5f3-3894-85eb-4879-5db3fc7ff188%28Office.15%29.aspx)
-[NavigationControl.BeforeUpdate Event (Access)](http://msdn.microsoft.com/library/397c8bb2-1c8d-fa32-5015-65b58b215b38%28Office.15%29.aspx)
-[TextBox.MouseMove Event (Access)](http://msdn.microsoft.com/library/90d5d17b-8802-ec93-11ad-6be846bb1efe%28Office.15%29.aspx)
-[NavigationButton.KeyPress Event (Access)](http://msdn.microsoft.com/library/89f074c0-fcc6-e767-a9d5-720a350b43f6%28Office.15%29.aspx)
-[NavigationControl.KeyDown Event (Access)](http://msdn.microsoft.com/library/02b0671c-706c-960c-73d9-76301914aa65%28Office.15%29.aspx)
-[NavigationButton.DblClick Event (Access)](http://msdn.microsoft.com/library/a1804a0b-0c6a-3e3c-4ae1-7819666176b9%28Office.15%29.aspx)
-[TextBox.Dirty Event (Access)](http://msdn.microsoft.com/library/d6073892-7618-8e23-1fb1-795d3c76c2b6%28Office.15%29.aspx)
-[NavigationControl.Exit Event (Access)](http://msdn.microsoft.com/library/501b17c7-0039-7418-e31c-7c61c49691dd%28Office.15%29.aspx)
-[NavigationButton.GotFocus Event (Access)](http://msdn.microsoft.com/library/3adf6a7e-34d5-e1ce-e621-8662153156e9%28Office.15%29.aspx)
-[TextBox.Exit Event (Access)](http://msdn.microsoft.com/library/05b5afca-4cb9-f12b-e05b-8702e35380d0%28Office.15%29.aspx)
-[TextBox.KeyUp Event (Access)](http://msdn.microsoft.com/library/2219075d-92e5-a472-c16a-8a99dfd991c2%28Office.15%29.aspx)
-[NavigationButton.MouseDown Event (Access)](http://msdn.microsoft.com/library/9abe8b35-54b6-9201-74a9-92f6762c9732%28Office.15%29.aspx)
-[NavigationControl.LostFocus Event (Access)](http://msdn.microsoft.com/library/6098212b-fd3b-0868-1112-9f52ae886e7e%28Office.15%29.aspx)
-[TextBox Object (Access)](http://msdn.microsoft.com/library/d74fbe9a-0d40-7d28-956f-a2bfd0cfee45%28Office.15%29.aspx)
-[NavigationButton.KeyUp Event (Access)](http://msdn.microsoft.com/library/65461552-5178-0b71-e82d-a48e98f2cbef%28Office.15%29.aspx)
-[NavigationControl.MouseUp Event (Access)](http://msdn.microsoft.com/library/174c4b0d-9906-5f73-80a2-a59b3d66aae1%28Office.15%29.aspx)
-[NavigationButton.MouseUp Event (Access)](http://msdn.microsoft.com/library/1d90a1f7-6cad-f296-aa22-b066fc0c4787%28Office.15%29.aspx)
-[TextBox.DblClick Event (Access)](http://msdn.microsoft.com/library/ae8787e1-3425-bfbf-acf4-bbb97d42d2da%28Office.15%29.aspx)
-[TextBox.KeyDown Event (Access)](http://msdn.microsoft.com/library/00324700-f101-48a0-242f-bdabf4f2d70d%28Office.15%29.aspx)
-[NavigationControl.Change Event (Access)](http://msdn.microsoft.com/library/43a0c20c-24dc-3be7-42fd-c000cd2dffb3%28Office.15%29.aspx)
-[NavigationControl.MouseDown Event (Access)](http://msdn.microsoft.com/library/0406fc90-fa66-b436-6761-c16915e37b5d%28Office.15%29.aspx)
-[TextBox.Enter Event (Access)](http://msdn.microsoft.com/library/970dc73b-8b8e-5811-bd4b-c23a96306bd2%28Office.15%29.aspx)
-[NavigationButton.Click Event (Access)](http://msdn.microsoft.com/library/b3a11a9a-41ae-625b-1fa2-c771039957b1%28Office.15%29.aspx)
-[TextBox.GotFocus Event (Access)](http://msdn.microsoft.com/library/bc5d12a2-476b-a91d-2ad4-cdd6f46dd44c%28Office.15%29.aspx)
-[TextBox.MouseUp Event (Access)](http://msdn.microsoft.com/library/0dfdc0b3-4a31-fd96-481c-d13db8197edd%28Office.15%29.aspx)
-[NavigationControl.MouseMove Event (Access)](http://msdn.microsoft.com/library/a5676866-db8b-078d-70dc-ee159c66671c%28Office.15%29.aspx)
-[NavigationControl.Enter Event (Access)](http://msdn.microsoft.com/library/30741318-953e-4dde-54df-ef6fca845844%28Office.15%29.aspx)
-[TextBox.KeyPress Event (Access)](http://msdn.microsoft.com/library/87db62a8-30f6-03d8-63ae-f1a1a50caea3%28Office.15%29.aspx)
-[NavigationControl.AfterUpdate Event (Access)](http://msdn.microsoft.com/library/ae34fff1-4521-4ec3-707a-f1f2c49f7946%28Office.15%29.aspx)
-[TextBox.Change Event (Access)](http://msdn.microsoft.com/library/adde0a6d-d37a-a457-0dea-f2358adbb665%28Office.15%29.aspx)
-[TextBox.Click Event (Access)](http://msdn.microsoft.com/library/d102a526-2051-3a36-0f7a-fc234f126c47%28Office.15%29.aspx)
-[NavigationButton Object (Access)](http://msdn.microsoft.com/library/ac6ba9b4-45aa-0d92-d01d-fd8e8b9cede6%28Office.15%29.aspx)
-[NavigationControl.DblClick Event (Access)](http://msdn.microsoft.com/library/f8f4f4d1-fbb7-e6aa-513b-fe434e50caa9%28Office.15%29.aspx)
-[NavigationButton.Enter Event (Access)](http://msdn.microsoft.com/library/bd1599bb-d57e-d1cd-58d6-fef9650b9ab5%28Office.15%29.aspx)
+[NavigationControl object (Access)](http://msdn.microsoft.com/library/ab08e35c-e5e4-444c-d169-1092d282ed15%28Office.15%29.aspx)
+[TextBox.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/0d57cbce-bdbf-e19e-7f6a-11a00cb6c5f4%28Office.15%29.aspx)
+[NavigationButton.MouseMove event (Access)](http://msdn.microsoft.com/library/75d16851-f5e6-a82d-a92b-13263618b9f7%28Office.15%29.aspx)
+[NavigationControl.Dirty event (Access)](http://msdn.microsoft.com/library/6125891b-c0cf-0b0e-0678-146404b2ed31%28Office.15%29.aspx)
+[TextBox.Undo event (Access)](http://msdn.microsoft.com/library/ee009e53-41be-0c9a-a92d-15572f6213b6%28Office.15%29.aspx)
+[NavigationControl.KeyUp event (Access)](http://msdn.microsoft.com/library/35e7a26d-617c-9e51-c246-1830cd180420%28Office.15%29.aspx)
+[TextBox.LostFocus event (Access)](http://msdn.microsoft.com/library/4c3a2696-5a78-5be9-7af7-205e7eb84dcd%28Office.15%29.aspx)
+[NavigationControl.Click event (Access)](http://msdn.microsoft.com/library/c49b26bd-dbab-666a-ecc0-2b3137bb10a0%28Office.15%29.aspx)
+[NavigationControl.KeyPress event (Access)](http://msdn.microsoft.com/library/e6dd9500-c6c9-ff51-fad8-2d542cf6bff6%28Office.15%29.aspx)
+[NavigationButton.KeyDown event (Access)](http://msdn.microsoft.com/library/ffca22d6-50b9-4c98-b9ae-3aec03f2f0fb%28Office.15%29.aspx)
+[NavigationControl.GotFocus event (Access)](http://msdn.microsoft.com/library/50ebdaad-3e2c-9eff-47f0-43a402b17938%28Office.15%29.aspx)
+[NavigationButton.Exit event (Access)](http://msdn.microsoft.com/library/773aaaf7-a4af-c720-af34-462810f372ea%28Office.15%29.aspx)
+[NavigationControl.Undo event (Access)](http://msdn.microsoft.com/library/ebab443e-6abc-ed4a-5f2a-4ad00c7f9d8c%28Office.15%29.aspx)
+[TextBox.AfterUpdate event (Access)](http://msdn.microsoft.com/library/609ef5f3-3894-85eb-4879-5db3fc7ff188%28Office.15%29.aspx)
+[NavigationControl.BeforeUpdate event (Access)](http://msdn.microsoft.com/library/397c8bb2-1c8d-fa32-5015-65b58b215b38%28Office.15%29.aspx)
+[TextBox.MouseMove event (Access)](http://msdn.microsoft.com/library/90d5d17b-8802-ec93-11ad-6be846bb1efe%28Office.15%29.aspx)
+[NavigationButton.KeyPress event (Access)](http://msdn.microsoft.com/library/89f074c0-fcc6-e767-a9d5-720a350b43f6%28Office.15%29.aspx)
+[NavigationControl.KeyDown event (Access)](http://msdn.microsoft.com/library/02b0671c-706c-960c-73d9-76301914aa65%28Office.15%29.aspx)
+[NavigationButton.DblClick event (Access)](http://msdn.microsoft.com/library/a1804a0b-0c6a-3e3c-4ae1-7819666176b9%28Office.15%29.aspx)
+[TextBox.Dirty event (Access)](http://msdn.microsoft.com/library/d6073892-7618-8e23-1fb1-795d3c76c2b6%28Office.15%29.aspx)
+[NavigationControl.Exit event (Access)](http://msdn.microsoft.com/library/501b17c7-0039-7418-e31c-7c61c49691dd%28Office.15%29.aspx)
+[NavigationButton.GotFocus event (Access)](http://msdn.microsoft.com/library/3adf6a7e-34d5-e1ce-e621-8662153156e9%28Office.15%29.aspx)
+[TextBox.Exit event (Access)](http://msdn.microsoft.com/library/05b5afca-4cb9-f12b-e05b-8702e35380d0%28Office.15%29.aspx)
+[TextBox.KeyUp event (Access)](http://msdn.microsoft.com/library/2219075d-92e5-a472-c16a-8a99dfd991c2%28Office.15%29.aspx)
+[NavigationButton.MouseDown event (Access)](http://msdn.microsoft.com/library/9abe8b35-54b6-9201-74a9-92f6762c9732%28Office.15%29.aspx)
+[NavigationControl.LostFocus event (Access)](http://msdn.microsoft.com/library/6098212b-fd3b-0868-1112-9f52ae886e7e%28Office.15%29.aspx)
+[TextBox object (Access)](http://msdn.microsoft.com/library/d74fbe9a-0d40-7d28-956f-a2bfd0cfee45%28Office.15%29.aspx)
+[NavigationButton.KeyUp event (Access)](http://msdn.microsoft.com/library/65461552-5178-0b71-e82d-a48e98f2cbef%28Office.15%29.aspx)
+[NavigationControl.MouseUp event (Access)](http://msdn.microsoft.com/library/174c4b0d-9906-5f73-80a2-a59b3d66aae1%28Office.15%29.aspx)
+[NavigationButton.MouseUp event (Access)](http://msdn.microsoft.com/library/1d90a1f7-6cad-f296-aa22-b066fc0c4787%28Office.15%29.aspx)
+[TextBox.DblClick event (Access)](http://msdn.microsoft.com/library/ae8787e1-3425-bfbf-acf4-bbb97d42d2da%28Office.15%29.aspx)
+[TextBox.KeyDown event (Access)](http://msdn.microsoft.com/library/00324700-f101-48a0-242f-bdabf4f2d70d%28Office.15%29.aspx)
+[NavigationControl.Change event (Access)](http://msdn.microsoft.com/library/43a0c20c-24dc-3be7-42fd-c000cd2dffb3%28Office.15%29.aspx)
+[NavigationControl.MouseDown event (Access)](http://msdn.microsoft.com/library/0406fc90-fa66-b436-6761-c16915e37b5d%28Office.15%29.aspx)
+[TextBox.Enter event (Access)](http://msdn.microsoft.com/library/970dc73b-8b8e-5811-bd4b-c23a96306bd2%28Office.15%29.aspx)
+[NavigationButton.Click event (Access)](http://msdn.microsoft.com/library/b3a11a9a-41ae-625b-1fa2-c771039957b1%28Office.15%29.aspx)
+[TextBox.GotFocus event (Access)](http://msdn.microsoft.com/library/bc5d12a2-476b-a91d-2ad4-cdd6f46dd44c%28Office.15%29.aspx)
+[TextBox.MouseUp event (Access)](http://msdn.microsoft.com/library/0dfdc0b3-4a31-fd96-481c-d13db8197edd%28Office.15%29.aspx)
+[NavigationControl.MouseMove event (Access)](http://msdn.microsoft.com/library/a5676866-db8b-078d-70dc-ee159c66671c%28Office.15%29.aspx)
+[NavigationControl.Enter event (Access)](http://msdn.microsoft.com/library/30741318-953e-4dde-54df-ef6fca845844%28Office.15%29.aspx)
+[TextBox.KeyPress event (Access)](http://msdn.microsoft.com/library/87db62a8-30f6-03d8-63ae-f1a1a50caea3%28Office.15%29.aspx)
+[NavigationControl.AfterUpdate event (Access)](http://msdn.microsoft.com/library/ae34fff1-4521-4ec3-707a-f1f2c49f7946%28Office.15%29.aspx)
+[TextBox.Change event (Access)](http://msdn.microsoft.com/library/adde0a6d-d37a-a457-0dea-f2358adbb665%28Office.15%29.aspx)
+[TextBox.Click event (Access)](http://msdn.microsoft.com/library/d102a526-2051-3a36-0f7a-fc234f126c47%28Office.15%29.aspx)
+[NavigationButton object (Access)](http://msdn.microsoft.com/library/ac6ba9b4-45aa-0d92-d01d-fd8e8b9cede6%28Office.15%29.aspx)
+[NavigationControl.DblClick event (Access)](http://msdn.microsoft.com/library/f8f4f4d1-fbb7-e6aa-513b-fe434e50caa9%28Office.15%29.aspx)
+[NavigationButton.Enter event (Access)](http://msdn.microsoft.com/library/bd1599bb-d57e-d1cd-58d6-fef9650b9ab5%28Office.15%29.aspx)
diff --git a/F1/lostfocus-event-access-vbaac10-chm12062.md b/F1/lostfocus-event-access-vbaac10-chm12062.md
index e1a5e86fe81..4d4b23da7fb 100644
--- a/F1/lostfocus-event-access-vbaac10-chm12062.md
+++ b/F1/lostfocus-event-access-vbaac10-chm12062.md
@@ -13,12 +13,12 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.LostFocus Event (Access)](http://msdn.microsoft.com/library/061c8169-f11a-db5a-3bfe-5f43d1a33a74%28Office.15%29.aspx)
+[CustomControl.LostFocus event (Access)](http://msdn.microsoft.com/library/061c8169-f11a-db5a-3bfe-5f43d1a33a74%28Office.15%29.aspx)
-[CustomControl.GotFocus Event (Access)](http://msdn.microsoft.com/library/c0329ab1-bd08-31be-cd57-636540f58539%28Office.15%29.aspx)
+[CustomControl.GotFocus event (Access)](http://msdn.microsoft.com/library/c0329ab1-bd08-31be-cd57-636540f58539%28Office.15%29.aspx)
-[CustomControl.Updated Event (Access)](http://msdn.microsoft.com/library/4c7820ba-d712-7ace-483f-8c943eec16f6%28Office.15%29.aspx)
-[CustomControl.Exit Event (Access)](http://msdn.microsoft.com/library/3e78fb94-69d0-0192-d5e9-f14d8bbf8c4e%28Office.15%29.aspx)
-[CustomControl Object (Access)](http://msdn.microsoft.com/library/a6ded8cf-4cf8-26ff-bade-f37a7ac52b02%28Office.15%29.aspx)
-[CustomControl.Enter Event (Access)](http://msdn.microsoft.com/library/f62c7d3b-c5af-58a5-f65f-fbcafef724f8%28Office.15%29.aspx)
+[CustomControl.Updated event (Access)](http://msdn.microsoft.com/library/4c7820ba-d712-7ace-483f-8c943eec16f6%28Office.15%29.aspx)
+[CustomControl.Exit event (Access)](http://msdn.microsoft.com/library/3e78fb94-69d0-0192-d5e9-f14d8bbf8c4e%28Office.15%29.aspx)
+[CustomControl object (Access)](http://msdn.microsoft.com/library/a6ded8cf-4cf8-26ff-bade-f37a7ac52b02%28Office.15%29.aspx)
+[CustomControl.Enter event (Access)](http://msdn.microsoft.com/library/f62c7d3b-c5af-58a5-f65f-fbcafef724f8%28Office.15%29.aspx)
diff --git a/F1/lostfocus-event-access-vbaac10-chm14081.md b/F1/lostfocus-event-access-vbaac10-chm14081.md
index b54e348e99b..b1804f1434f 100644
--- a/F1/lostfocus-event-access-vbaac10-chm14081.md
+++ b/F1/lostfocus-event-access-vbaac10-chm14081.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.LostFocus Event (Access)](http://msdn.microsoft.com/library/ddb4d588-bcfc-2639-6b90-05a72c943a5f%28Office.15%29.aspx)
+[NavigationButton.LostFocus event (Access)](http://msdn.microsoft.com/library/ddb4d588-bcfc-2639-6b90-05a72c943a5f%28Office.15%29.aspx)
-[CommandButton.LostFocus Event (Access)](http://msdn.microsoft.com/library/a8c29b13-5757-7be9-7111-81f847c8ec32%28Office.15%29.aspx)
+[CommandButton.LostFocus event (Access)](http://msdn.microsoft.com/library/a8c29b13-5757-7be9-7111-81f847c8ec32%28Office.15%29.aspx)
diff --git a/F1/lostfocus-event-access-vbaac10-chm14200.md b/F1/lostfocus-event-access-vbaac10-chm14200.md
index 88bbe1fc4df..8490d651f9c 100644
--- a/F1/lostfocus-event-access-vbaac10-chm14200.md
+++ b/F1/lostfocus-event-access-vbaac10-chm14200.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.LostFocus Event (Access)](http://msdn.microsoft.com/library/4c3a2696-5a78-5be9-7af7-205e7eb84dcd%28Office.15%29.aspx)
+[TextBox.LostFocus event (Access)](http://msdn.microsoft.com/library/4c3a2696-5a78-5be9-7af7-205e7eb84dcd%28Office.15%29.aspx)
-[NavigationControl.LostFocus Event (Access)](http://msdn.microsoft.com/library/6098212b-fd3b-0868-1112-9f52ae886e7e%28Office.15%29.aspx)
+[NavigationControl.LostFocus event (Access)](http://msdn.microsoft.com/library/6098212b-fd3b-0868-1112-9f52ae886e7e%28Office.15%29.aspx)
diff --git a/F1/lpoleobject-property-access-vbaac10-chm10954.md b/F1/lpoleobject-property-access-vbaac10-chm10954.md
index e1280d97eb9..80bb21c0018 100644
--- a/F1/lpoleobject-property-access-vbaac10-chm10954.md
+++ b/F1/lpoleobject-property-access-vbaac10-chm10954.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[BoundObjectFrame.LpOleObject Property (Access)](http://msdn.microsoft.com/library/0e016e4f-8951-04b6-d8fe-00dba757b04e%28Office.15%29.aspx)
+[BoundObjectFrame.LpOleObject property (Access)](http://msdn.microsoft.com/library/0e016e4f-8951-04b6-d8fe-00dba757b04e%28Office.15%29.aspx)
-[BoundObjectFrame.VarOleObject Property (Access)](http://msdn.microsoft.com/library/3e1a6a95-d238-45ba-172d-1a1b22fb37be%28Office.15%29.aspx)
+[BoundObjectFrame.VarOleObject property (Access)](http://msdn.microsoft.com/library/3e1a6a95-d238-45ba-172d-1a1b22fb37be%28Office.15%29.aspx)
-[CustomControl.VarOleObject Property (Access)](http://msdn.microsoft.com/library/7de5433c-a2da-bb8e-35d2-9c7aae1ff2cd%28Office.15%29.aspx)
-[ObjectFrame.VarOleObject Property (Access)](http://msdn.microsoft.com/library/e04e769d-07fb-dacc-aa70-ddd3a064d785%28Office.15%29.aspx)
+[CustomControl.VarOleObject property (Access)](http://msdn.microsoft.com/library/7de5433c-a2da-bb8e-35d2-9c7aae1ff2cd%28Office.15%29.aspx)
+[ObjectFrame.VarOleObject property (Access)](http://msdn.microsoft.com/library/e04e769d-07fb-dacc-aa70-ddd3a064d785%28Office.15%29.aspx)
diff --git a/F1/menubar-property-access-vbaac10-chm4424.md b/F1/menubar-property-access-vbaac10-chm4424.md
index 4c48798a31b..9b3ca469970 100644
--- a/F1/menubar-property-access-vbaac10-chm4424.md
+++ b/F1/menubar-property-access-vbaac10-chm4424.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.MenuBar Property (Access)](http://msdn.microsoft.com/library/b9e6b6f6-5e60-271d-67c4-6697cb294671%28Office.15%29.aspx)
+[Form.MenuBar property (Access)](http://msdn.microsoft.com/library/b9e6b6f6-5e60-271d-67c4-6697cb294671%28Office.15%29.aspx)
-[Application.MenuBar Property (Access)](http://msdn.microsoft.com/library/dc0f6f9c-4627-96a1-83fa-b58ce1eb7236%28Office.15%29.aspx)
+[Application.MenuBar property (Access)](http://msdn.microsoft.com/library/dc0f6f9c-4627-96a1-83fa-b58ce1eb7236%28Office.15%29.aspx)
-[Report.MenuBar Property (Access)](http://msdn.microsoft.com/library/008e1d2e-f467-05a4-d246-eba85fd626ba%28Office.15%29.aspx)
+[Report.MenuBar property (Access)](http://msdn.microsoft.com/library/008e1d2e-f467-05a4-d246-eba85fd626ba%28Office.15%29.aspx)
diff --git a/F1/minmaxbuttons-property-access-vbaac10-chm4425.md b/F1/minmaxbuttons-property-access-vbaac10-chm4425.md
index 65ee343adcf..6c3b1f51bed 100644
--- a/F1/minmaxbuttons-property-access-vbaac10-chm4425.md
+++ b/F1/minmaxbuttons-property-access-vbaac10-chm4425.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.MinMaxButtons Property (Access)](http://msdn.microsoft.com/library/8aee0247-804a-e9ee-e11a-11c9c5d37ed6%28Office.15%29.aspx)
+[Report.MinMaxButtons property (Access)](http://msdn.microsoft.com/library/8aee0247-804a-e9ee-e11a-11c9c5d37ed6%28Office.15%29.aspx)
-[Form.MinMaxButtons Property (Access)](http://msdn.microsoft.com/library/12f2a0b1-1f45-544b-b116-8d5aa51d6897%28Office.15%29.aspx)
+[Form.MinMaxButtons property (Access)](http://msdn.microsoft.com/library/12f2a0b1-1f45-544b-b116-8d5aa51d6897%28Office.15%29.aspx)
diff --git a/F1/modal-property-access-vbaac10-chm4427.md b/F1/modal-property-access-vbaac10-chm4427.md
index 3d28fdd9fa6..a02a6fdc53d 100644
--- a/F1/modal-property-access-vbaac10-chm4427.md
+++ b/F1/modal-property-access-vbaac10-chm4427.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.Modal Property (Access)](http://msdn.microsoft.com/library/a36b42f6-9d97-acea-cda3-2f380a3270c2%28Office.15%29.aspx)
+[Form.Modal property (Access)](http://msdn.microsoft.com/library/a36b42f6-9d97-acea-cda3-2f380a3270c2%28Office.15%29.aspx)
-[Report.Modal Property (Access)](http://msdn.microsoft.com/library/654ff830-c8d9-5bd9-1ec6-61ee6546b4db%28Office.15%29.aspx)
+[Report.Modal property (Access)](http://msdn.microsoft.com/library/654ff830-c8d9-5bd9-1ec6-61ee6546b4db%28Office.15%29.aspx)
diff --git a/F1/mousedown-event-access-vbaac10-chm10436.md b/F1/mousedown-event-access-vbaac10-chm10436.md
index 77cfa523a3e..aac4e2b67fc 100644
--- a/F1/mousedown-event-access-vbaac10-chm10436.md
+++ b/F1/mousedown-event-access-vbaac10-chm10436.md
@@ -13,12 +13,12 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Image.MouseDown Event (Access)](http://msdn.microsoft.com/library/03da9154-2e2b-7801-ec11-06101f7cecb0%28Office.15%29.aspx)
+[Image.MouseDown event (Access)](http://msdn.microsoft.com/library/03da9154-2e2b-7801-ec11-06101f7cecb0%28Office.15%29.aspx)
-[Image.Click Event (Access)](http://msdn.microsoft.com/library/1bca7597-b536-908e-c3fd-25f9dd5e1ab8%28Office.15%29.aspx)
+[Image.Click event (Access)](http://msdn.microsoft.com/library/1bca7597-b536-908e-c3fd-25f9dd5e1ab8%28Office.15%29.aspx)
-[Image.MouseMove Event (Access)](http://msdn.microsoft.com/library/651525b5-0a71-0e54-d4ed-3802e672b4c2%28Office.15%29.aspx)
-[Image Object (Access)](http://msdn.microsoft.com/library/1bcc8552-94e2-b799-6903-392205cb4341%28Office.15%29.aspx)
-[Image.MouseUp Event (Access)](http://msdn.microsoft.com/library/29aa863b-315a-7b4b-7c9c-89fcbb44e83a%28Office.15%29.aspx)
-[Image.DblClick Event (Access)](http://msdn.microsoft.com/library/605ec6dc-0159-a20e-9b02-cfd9d0a23dd1%28Office.15%29.aspx)
+[Image.MouseMove event (Access)](http://msdn.microsoft.com/library/651525b5-0a71-0e54-d4ed-3802e672b4c2%28Office.15%29.aspx)
+[Image object (Access)](http://msdn.microsoft.com/library/1bcc8552-94e2-b799-6903-392205cb4341%28Office.15%29.aspx)
+[Image.MouseUp event (Access)](http://msdn.microsoft.com/library/29aa863b-315a-7b4b-7c9c-89fcbb44e83a%28Office.15%29.aspx)
+[Image.DblClick event (Access)](http://msdn.microsoft.com/library/605ec6dc-0159-a20e-9b02-cfd9d0a23dd1%28Office.15%29.aspx)
diff --git a/F1/mousedown-event-access-vbaac10-chm14083.md b/F1/mousedown-event-access-vbaac10-chm14083.md
index 4e4a3d9f2bc..fc763f7f383 100644
--- a/F1/mousedown-event-access-vbaac10-chm14083.md
+++ b/F1/mousedown-event-access-vbaac10-chm14083.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.MouseDown Event (Access)](http://msdn.microsoft.com/library/9abe8b35-54b6-9201-74a9-92f6762c9732%28Office.15%29.aspx)
+[NavigationButton.MouseDown event (Access)](http://msdn.microsoft.com/library/9abe8b35-54b6-9201-74a9-92f6762c9732%28Office.15%29.aspx)
-[CommandButton.MouseDown Event (Access)](http://msdn.microsoft.com/library/8daa650a-ebd8-6e87-a933-d5b1f240ded6%28Office.15%29.aspx)
+[CommandButton.MouseDown event (Access)](http://msdn.microsoft.com/library/8daa650a-ebd8-6e87-a933-d5b1f240ded6%28Office.15%29.aspx)
diff --git a/F1/mousedown-event-access-vbaac10-chm14203.md b/F1/mousedown-event-access-vbaac10-chm14203.md
index bf535658eee..b4bf720a24f 100644
--- a/F1/mousedown-event-access-vbaac10-chm14203.md
+++ b/F1/mousedown-event-access-vbaac10-chm14203.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.MouseDown Event (Access)](http://msdn.microsoft.com/library/ae184752-4c7f-3d79-5b3a-08407225f9d9%28Office.15%29.aspx)
+[TextBox.MouseDown event (Access)](http://msdn.microsoft.com/library/ae184752-4c7f-3d79-5b3a-08407225f9d9%28Office.15%29.aspx)
-[NavigationControl.MouseDown Event (Access)](http://msdn.microsoft.com/library/0406fc90-fa66-b436-6761-c16915e37b5d%28Office.15%29.aspx)
+[NavigationControl.MouseDown event (Access)](http://msdn.microsoft.com/library/0406fc90-fa66-b436-6761-c16915e37b5d%28Office.15%29.aspx)
diff --git a/F1/mousemove-event-access-vbaac10-chm10320.md b/F1/mousemove-event-access-vbaac10-chm10320.md
index e947d4ab602..af542f06ea2 100644
--- a/F1/mousemove-event-access-vbaac10-chm10320.md
+++ b/F1/mousemove-event-access-vbaac10-chm10320.md
@@ -13,12 +13,12 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Rectangle.MouseMove Event (Access)](http://msdn.microsoft.com/library/3d91c9c3-1425-0651-1960-19dcba47ea00%28Office.15%29.aspx)
+[Rectangle.MouseMove event (Access)](http://msdn.microsoft.com/library/3d91c9c3-1425-0651-1960-19dcba47ea00%28Office.15%29.aspx)
-[Rectangle Object (Access)](http://msdn.microsoft.com/library/ea624e43-c6a6-36ee-2b0b-4530a0cff3ef%28Office.15%29.aspx)
+[Rectangle object (Access)](http://msdn.microsoft.com/library/ea624e43-c6a6-36ee-2b0b-4530a0cff3ef%28Office.15%29.aspx)
-[Rectangle.MouseUp Event (Access)](http://msdn.microsoft.com/library/cac916c9-47b0-df58-e66a-4fc923fbb2d3%28Office.15%29.aspx)
-[Rectangle.Click Event (Access)](http://msdn.microsoft.com/library/959cbabf-ac13-f449-e313-50beadd2d83d%28Office.15%29.aspx)
-[Rectangle.DblClick Event (Access)](http://msdn.microsoft.com/library/cc43d05a-b8a6-8a6b-8baf-74ad3753515f%28Office.15%29.aspx)
-[Rectangle.MouseDown Event (Access)](http://msdn.microsoft.com/library/10b02033-87d7-53af-2878-d9a0e14e7ec1%28Office.15%29.aspx)
+[Rectangle.MouseUp event (Access)](http://msdn.microsoft.com/library/cac916c9-47b0-df58-e66a-4fc923fbb2d3%28Office.15%29.aspx)
+[Rectangle.Click event (Access)](http://msdn.microsoft.com/library/959cbabf-ac13-f449-e313-50beadd2d83d%28Office.15%29.aspx)
+[Rectangle.DblClick event (Access)](http://msdn.microsoft.com/library/cc43d05a-b8a6-8a6b-8baf-74ad3753515f%28Office.15%29.aspx)
+[Rectangle.MouseDown event (Access)](http://msdn.microsoft.com/library/10b02033-87d7-53af-2878-d9a0e14e7ec1%28Office.15%29.aspx)
diff --git a/F1/mousemove-event-access-vbaac10-chm14084.md b/F1/mousemove-event-access-vbaac10-chm14084.md
index 5333219134e..7089b26da00 100644
--- a/F1/mousemove-event-access-vbaac10-chm14084.md
+++ b/F1/mousemove-event-access-vbaac10-chm14084.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.MouseMove Event (Access)](http://msdn.microsoft.com/library/f20d4807-42a8-5c90-e18a-1208a138241c%28Office.15%29.aspx)
+[CommandButton.MouseMove event (Access)](http://msdn.microsoft.com/library/f20d4807-42a8-5c90-e18a-1208a138241c%28Office.15%29.aspx)
-[NavigationButton.MouseMove Event (Access)](http://msdn.microsoft.com/library/75d16851-f5e6-a82d-a92b-13263618b9f7%28Office.15%29.aspx)
+[NavigationButton.MouseMove event (Access)](http://msdn.microsoft.com/library/75d16851-f5e6-a82d-a92b-13263618b9f7%28Office.15%29.aspx)
diff --git a/F1/mousemove-event-access-vbaac10-chm14204.md b/F1/mousemove-event-access-vbaac10-chm14204.md
index 0fcda0bfdee..9ef4ff57c8a 100644
--- a/F1/mousemove-event-access-vbaac10-chm14204.md
+++ b/F1/mousemove-event-access-vbaac10-chm14204.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.MouseMove Event (Access)](http://msdn.microsoft.com/library/90d5d17b-8802-ec93-11ad-6be846bb1efe%28Office.15%29.aspx)
+[TextBox.MouseMove event (Access)](http://msdn.microsoft.com/library/90d5d17b-8802-ec93-11ad-6be846bb1efe%28Office.15%29.aspx)
-[NavigationControl.MouseMove Event (Access)](http://msdn.microsoft.com/library/a5676866-db8b-078d-70dc-ee159c66671c%28Office.15%29.aspx)
+[NavigationControl.MouseMove event (Access)](http://msdn.microsoft.com/library/a5676866-db8b-078d-70dc-ee159c66671c%28Office.15%29.aspx)
diff --git a/F1/mouseup-event-access-vbaac10-chm10271.md b/F1/mouseup-event-access-vbaac10-chm10271.md
index 85af1810016..043b4a0a011 100644
--- a/F1/mouseup-event-access-vbaac10-chm10271.md
+++ b/F1/mouseup-event-access-vbaac10-chm10271.md
@@ -13,12 +13,12 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Label.MouseUp Event (Access)](http://msdn.microsoft.com/library/da68ccbf-8b14-e605-552d-2e515b5793a3%28Office.15%29.aspx)
+[Label.MouseUp event (Access)](http://msdn.microsoft.com/library/da68ccbf-8b14-e605-552d-2e515b5793a3%28Office.15%29.aspx)
-[Label.MouseMove Event (Access)](http://msdn.microsoft.com/library/a06d836a-bd6b-83ad-26b0-59c3f9a24bcd%28Office.15%29.aspx)
+[Label.MouseMove event (Access)](http://msdn.microsoft.com/library/a06d836a-bd6b-83ad-26b0-59c3f9a24bcd%28Office.15%29.aspx)
-[Label.Click Event (Access)](http://msdn.microsoft.com/library/0fc45b32-481e-9bcc-f308-6b45801251c5%28Office.15%29.aspx)
-[Label.MouseDown Event (Access)](http://msdn.microsoft.com/library/1895790f-e5d6-493e-6005-a2c6a83cbd87%28Office.15%29.aspx)
-[Label.DblClick Event (Access)](http://msdn.microsoft.com/library/0cb6512b-cb04-c586-dc8a-ab9208791475%28Office.15%29.aspx)
-[Label Object (Access)](http://msdn.microsoft.com/library/3d83d916-85d7-b2eb-c9f6-f9a6ff0c9ec7%28Office.15%29.aspx)
+[Label.Click event (Access)](http://msdn.microsoft.com/library/0fc45b32-481e-9bcc-f308-6b45801251c5%28Office.15%29.aspx)
+[Label.MouseDown event (Access)](http://msdn.microsoft.com/library/1895790f-e5d6-493e-6005-a2c6a83cbd87%28Office.15%29.aspx)
+[Label.DblClick event (Access)](http://msdn.microsoft.com/library/0cb6512b-cb04-c586-dc8a-ab9208791475%28Office.15%29.aspx)
+[Label object (Access)](http://msdn.microsoft.com/library/3d83d916-85d7-b2eb-c9f6-f9a6ff0c9ec7%28Office.15%29.aspx)
diff --git a/F1/mouseup-event-access-vbaac10-chm14085.md b/F1/mouseup-event-access-vbaac10-chm14085.md
index 713de194914..9c58577fc9a 100644
--- a/F1/mouseup-event-access-vbaac10-chm14085.md
+++ b/F1/mouseup-event-access-vbaac10-chm14085.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.MouseUp Event (Access)](http://msdn.microsoft.com/library/92cbef4e-deee-1c5f-ec0e-10bc5e6ebd5b%28Office.15%29.aspx)
+[CommandButton.MouseUp event (Access)](http://msdn.microsoft.com/library/92cbef4e-deee-1c5f-ec0e-10bc5e6ebd5b%28Office.15%29.aspx)
-[NavigationButton.MouseUp Event (Access)](http://msdn.microsoft.com/library/1d90a1f7-6cad-f296-aa22-b066fc0c4787%28Office.15%29.aspx)
+[NavigationButton.MouseUp event (Access)](http://msdn.microsoft.com/library/1d90a1f7-6cad-f296-aa22-b066fc0c4787%28Office.15%29.aspx)
diff --git a/F1/mouseup-event-access-vbaac10-chm14205.md b/F1/mouseup-event-access-vbaac10-chm14205.md
index ba209f08886..049f7a27a46 100644
--- a/F1/mouseup-event-access-vbaac10-chm14205.md
+++ b/F1/mouseup-event-access-vbaac10-chm14205.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.MouseUp Event (Access)](http://msdn.microsoft.com/library/174c4b0d-9906-5f73-80a2-a59b3d66aae1%28Office.15%29.aspx)
+[NavigationControl.MouseUp event (Access)](http://msdn.microsoft.com/library/174c4b0d-9906-5f73-80a2-a59b3d66aae1%28Office.15%29.aspx)
-[TextBox.MouseUp Event (Access)](http://msdn.microsoft.com/library/0dfdc0b3-4a31-fd96-481c-d13db8197edd%28Office.15%29.aspx)
+[TextBox.MouseUp event (Access)](http://msdn.microsoft.com/library/0dfdc0b3-4a31-fd96-481c-d13db8197edd%28Office.15%29.aspx)
diff --git a/F1/mousewheel-property-access-vbaac10-chm5117.md b/F1/mousewheel-property-access-vbaac10-chm5117.md
index 525b7ca2ee3..f96bf38ecc2 100644
--- a/F1/mousewheel-property-access-vbaac10-chm5117.md
+++ b/F1/mousewheel-property-access-vbaac10-chm5117.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.MouseWheel Property (Access)](http://msdn.microsoft.com/library/ea9d6443-abfd-6140-e167-548f4aafd342%28Office.15%29.aspx)
+[Report.MouseWheel property (Access)](http://msdn.microsoft.com/library/ea9d6443-abfd-6140-e167-548f4aafd342%28Office.15%29.aspx)
-[Form.MouseWheel Property (Access)](http://msdn.microsoft.com/library/364f7854-d7d5-5fe2-effa-6154e86376b4%28Office.15%29.aspx)
+[Form.MouseWheel property (Access)](http://msdn.microsoft.com/library/364f7854-d7d5-5fe2-effa-6154e86376b4%28Office.15%29.aspx)
diff --git a/F1/move-method-access-vbaac10-chm10507.md b/F1/move-method-access-vbaac10-chm10507.md
index 8bee878bab2..e5505c771aa 100644
--- a/F1/move-method-access-vbaac10-chm10507.md
+++ b/F1/move-method-access-vbaac10-chm10507.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Move Method (Access)](http://msdn.microsoft.com/library/c5c1d841-9f1c-4aac-ec27-01257b397c4a%28Office.15%29.aspx)
+[NavigationButton.Move method (Access)](http://msdn.microsoft.com/library/c5c1d841-9f1c-4aac-ec27-01257b397c4a%28Office.15%29.aspx)
-[CommandButton.Move Method (Access)](http://msdn.microsoft.com/library/58c51741-fb49-4b0a-91e0-cb9486808597%28Office.15%29.aspx)
+[CommandButton.Move method (Access)](http://msdn.microsoft.com/library/58c51741-fb49-4b0a-91e0-cb9486808597%28Office.15%29.aspx)
diff --git a/F1/move-method-access-vbaac10-chm11144.md b/F1/move-method-access-vbaac10-chm11144.md
index abf7ef5e335..03df920ff53 100644
--- a/F1/move-method-access-vbaac10-chm11144.md
+++ b/F1/move-method-access-vbaac10-chm11144.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Move Method (Access)](http://msdn.microsoft.com/library/bbf4e87e-8468-7cfd-7cd4-5f423a6517c8%28Office.15%29.aspx)
+[NavigationControl.Move method (Access)](http://msdn.microsoft.com/library/bbf4e87e-8468-7cfd-7cd4-5f423a6517c8%28Office.15%29.aspx)
-[TextBox.Move Method (Access)](http://msdn.microsoft.com/library/50b25305-0b91-378d-514f-d35b8d7aed6e%28Office.15%29.aspx)
+[TextBox.Move method (Access)](http://msdn.microsoft.com/library/50b25305-0b91-378d-514f-d35b8d7aed6e%28Office.15%29.aspx)
diff --git a/F1/moveable-property-access-vbaac10-chm5054.md b/F1/moveable-property-access-vbaac10-chm5054.md
index dc4f761b172..3ecf5021052 100644
--- a/F1/moveable-property-access-vbaac10-chm5054.md
+++ b/F1/moveable-property-access-vbaac10-chm5054.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.Moveable Property (Access)](http://msdn.microsoft.com/library/77e682a5-7a0f-f55e-a469-2770bb2de844%28Office.15%29.aspx)
+[Report.Moveable property (Access)](http://msdn.microsoft.com/library/77e682a5-7a0f-f55e-a469-2770bb2de844%28Office.15%29.aspx)
-[Form.Moveable Property (Access)](http://msdn.microsoft.com/library/ad0db2eb-9905-15d9-7a96-e61cefd12842%28Office.15%29.aspx)
+[Form.Moveable property (Access)](http://msdn.microsoft.com/library/ad0db2eb-9905-15d9-7a96-e61cefd12842%28Office.15%29.aspx)
diff --git a/F1/multirow-property-access-vbaac10-chm4431.md b/F1/multirow-property-access-vbaac10-chm4431.md
index 38c42e4cd61..e9613248ceb 100644
--- a/F1/multirow-property-access-vbaac10-chm4431.md
+++ b/F1/multirow-property-access-vbaac10-chm4431.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TabControl.MultiRow Property (Access)](http://msdn.microsoft.com/library/b5c3a830-d0df-7cbc-c83b-4b93bced8cd7%28Office.15%29.aspx)
+[TabControl.MultiRow property (Access)](http://msdn.microsoft.com/library/b5c3a830-d0df-7cbc-c83b-4b93bced8cd7%28Office.15%29.aspx)
diff --git a/F1/multiselect-property-access-vbaac10-chm11237.md b/F1/multiselect-property-access-vbaac10-chm11237.md
index b57189f18fe..b724e2bcab4 100644
--- a/F1/multiselect-property-access-vbaac10-chm11237.md
+++ b/F1/multiselect-property-access-vbaac10-chm11237.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.MultiSelect Property (Access)](http://msdn.microsoft.com/library/7115a913-1696-03b4-c88b-0626da1d587a%28Office.15%29.aspx)
+[ListBox.MultiSelect property (Access)](http://msdn.microsoft.com/library/7115a913-1696-03b4-c88b-0626da1d587a%28Office.15%29.aspx)
diff --git a/F1/name-property-access-vbaac10-chm10506.md b/F1/name-property-access-vbaac10-chm10506.md
index d613ecfea74..06e608c2a44 100644
--- a/F1/name-property-access-vbaac10-chm10506.md
+++ b/F1/name-property-access-vbaac10-chm10506.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Name Property (Access)](http://msdn.microsoft.com/library/514d922d-e9bc-6a44-b1ac-323b9eb036c2%28Office.15%29.aspx)
+[NavigationButton.Name property (Access)](http://msdn.microsoft.com/library/514d922d-e9bc-6a44-b1ac-323b9eb036c2%28Office.15%29.aspx)
-[CommandButton.Name Property (Access)](http://msdn.microsoft.com/library/1e0f700c-9114-4add-4a0a-4f93266951d5%28Office.15%29.aspx)
+[CommandButton.Name property (Access)](http://msdn.microsoft.com/library/1e0f700c-9114-4add-4a0a-4f93266951d5%28Office.15%29.aspx)
diff --git a/F1/name-property-access-vbaac10-chm11136.md b/F1/name-property-access-vbaac10-chm11136.md
index d975f226fcc..ad799ccfe26 100644
--- a/F1/name-property-access-vbaac10-chm11136.md
+++ b/F1/name-property-access-vbaac10-chm11136.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Name Property (Access)](http://msdn.microsoft.com/library/e97043b5-216f-2c5c-a531-45b29477cb77%28Office.15%29.aspx)
+[TextBox.Name property (Access)](http://msdn.microsoft.com/library/e97043b5-216f-2c5c-a531-45b29477cb77%28Office.15%29.aspx)
-[NavigationControl.Name Property (Access)](http://msdn.microsoft.com/library/0daea497-ec28-769b-6722-4ac60026147c%28Office.15%29.aspx)
+[NavigationControl.Name property (Access)](http://msdn.microsoft.com/library/0daea497-ec28-769b-6722-4ac60026147c%28Office.15%29.aspx)
diff --git a/F1/name-property-access-vbaac10-chm12717.md b/F1/name-property-access-vbaac10-chm12717.md
index 5ee646e9d04..af735ce4380 100644
--- a/F1/name-property-access-vbaac10-chm12717.md
+++ b/F1/name-property-access-vbaac10-chm12717.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.Name Property (Access)](http://msdn.microsoft.com/library/5ab3a3c5-8a3a-13eb-9fe7-3c4e01eeaa3d%28Office.15%29.aspx)
+[CodeProject.Name property (Access)](http://msdn.microsoft.com/library/5ab3a3c5-8a3a-13eb-9fe7-3c4e01eeaa3d%28Office.15%29.aspx)
-[CurrentProject.Name Property (Access)](http://msdn.microsoft.com/library/b7eb012e-6145-d962-8884-3ccf3eaf46fd%28Office.15%29.aspx)
+[CurrentProject.Name property (Access)](http://msdn.microsoft.com/library/b7eb012e-6145-d962-8884-3ccf3eaf46fd%28Office.15%29.aspx)
diff --git a/F1/name-property-access-vbaac10-chm4433.md b/F1/name-property-access-vbaac10-chm4433.md
index 87bcc3afde4..38f2e1c70fa 100644
--- a/F1/name-property-access-vbaac10-chm4433.md
+++ b/F1/name-property-access-vbaac10-chm4433.md
@@ -13,30 +13,30 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.Name Property (Access)](http://msdn.microsoft.com/library/ba6e31fc-7ca9-9495-a055-0f3e5b3d4ed2%28Office.15%29.aspx)
+[Section.Name property (Access)](http://msdn.microsoft.com/library/ba6e31fc-7ca9-9495-a055-0f3e5b3d4ed2%28Office.15%29.aspx)
-[SmartTag.Name Property (Access)](http://msdn.microsoft.com/library/29cbf933-97f6-f006-f650-1680bfd79c3e%28Office.15%29.aspx)
+[SmartTag.Name property (Access)](http://msdn.microsoft.com/library/29cbf933-97f6-f006-f650-1680bfd79c3e%28Office.15%29.aspx)
-[Attachment.Name Property (Access)](http://msdn.microsoft.com/library/5f4eaa10-4f7c-70ee-f408-23f3b4135ce2%28Office.15%29.aspx)
-[NavigationButton.Name Property (Access)](http://msdn.microsoft.com/library/514d922d-e9bc-6a44-b1ac-323b9eb036c2%28Office.15%29.aspx)
-[ObjectFrame.Name Property (Access)](http://msdn.microsoft.com/library/d903a75a-579e-7896-a2e2-3d1688fe5145%28Office.15%29.aspx)
-[TextBox.Name Property (Access)](http://msdn.microsoft.com/library/e97043b5-216f-2c5c-a531-45b29477cb77%28Office.15%29.aspx)
-[ListBox.Name Property (Access)](http://msdn.microsoft.com/library/86162898-8107-c6c8-7249-463ff4312671%28Office.15%29.aspx)
-[ToggleButton.Name Property (Access)](http://msdn.microsoft.com/library/70e428c6-96ab-1747-7cfa-484e9abad0e7%28Office.15%29.aspx)
-[NavigationControl.Name Property (Access)](http://msdn.microsoft.com/library/0daea497-ec28-769b-6722-4ac60026147c%28Office.15%29.aspx)
-[WebBrowserControl.Name Property (Access)](http://msdn.microsoft.com/library/4194b582-3558-755f-f8b6-4b303443417c%28Office.15%29.aspx)
-[CheckBox.Name Property (Access)](http://msdn.microsoft.com/library/545d17e4-f695-33ab-8e72-4c8e048b86d4%28Office.15%29.aspx)
-[Rectangle.Name Property (Access)](http://msdn.microsoft.com/library/d7eb4ffa-ee60-2bd0-cd91-4f4ce681794c%28Office.15%29.aspx)
-[CommandButton.Name Property (Access)](http://msdn.microsoft.com/library/1e0f700c-9114-4add-4a0a-4f93266951d5%28Office.15%29.aspx)
-[EmptyCell.Name Property (Access)](http://msdn.microsoft.com/library/08aad149-294b-691c-64bd-57ffa949df19%28Office.15%29.aspx)
-[Line.Name Property (Access)](http://msdn.microsoft.com/library/0193e272-0d6a-307b-caf7-5b26d39e6e1a%28Office.15%29.aspx)
-[ComboBox.Name Property (Access)](http://msdn.microsoft.com/library/d43da3b5-3189-b5be-37e6-6e1fdf99787b%28Office.15%29.aspx)
-[BoundObjectFrame.Name Property (Access)](http://msdn.microsoft.com/library/d83c19fc-2d3e-a8ee-e9ce-7e6e758cdd03%28Office.15%29.aspx)
-[SubForm.Name Property (Access)](http://msdn.microsoft.com/library/dbd8cbee-a17c-c8d7-09de-89e4f82a7662%28Office.15%29.aspx)
-[Report.Name Property (Access)](http://msdn.microsoft.com/library/a5d01749-e127-8807-4c90-a86c2d5dc028%28Office.15%29.aspx)
-[PageBreak.Name Property (Access)](http://msdn.microsoft.com/library/ddb134f6-91b8-4565-8c6b-b1ac1d498fbb%28Office.15%29.aspx)
-[OptionButton.Name Property (Access)](http://msdn.microsoft.com/library/8ab3e829-5414-de39-adcd-b67cb27fc197%28Office.15%29.aspx)
-[Label.Name Property (Access)](http://msdn.microsoft.com/library/5d452246-b13f-af03-b733-c0f4cb207c89%28Office.15%29.aspx)
-[OptionGroup.Name Property (Access)](http://msdn.microsoft.com/library/065ce5dd-8589-ee21-b850-d5ee95fb11ba%28Office.15%29.aspx)
-[Form.Name Property (Access)](http://msdn.microsoft.com/library/29cd22a8-7f38-9559-8c34-d6319a32adab%28Office.15%29.aspx)
+[Attachment.Name property (Access)](http://msdn.microsoft.com/library/5f4eaa10-4f7c-70ee-f408-23f3b4135ce2%28Office.15%29.aspx)
+[NavigationButton.Name property (Access)](http://msdn.microsoft.com/library/514d922d-e9bc-6a44-b1ac-323b9eb036c2%28Office.15%29.aspx)
+[ObjectFrame.Name property (Access)](http://msdn.microsoft.com/library/d903a75a-579e-7896-a2e2-3d1688fe5145%28Office.15%29.aspx)
+[TextBox.Name property (Access)](http://msdn.microsoft.com/library/e97043b5-216f-2c5c-a531-45b29477cb77%28Office.15%29.aspx)
+[ListBox.Name property (Access)](http://msdn.microsoft.com/library/86162898-8107-c6c8-7249-463ff4312671%28Office.15%29.aspx)
+[ToggleButton.Name property (Access)](http://msdn.microsoft.com/library/70e428c6-96ab-1747-7cfa-484e9abad0e7%28Office.15%29.aspx)
+[NavigationControl.Name property (Access)](http://msdn.microsoft.com/library/0daea497-ec28-769b-6722-4ac60026147c%28Office.15%29.aspx)
+[WebBrowserControl.Name property (Access)](http://msdn.microsoft.com/library/4194b582-3558-755f-f8b6-4b303443417c%28Office.15%29.aspx)
+[CheckBox.Name property (Access)](http://msdn.microsoft.com/library/545d17e4-f695-33ab-8e72-4c8e048b86d4%28Office.15%29.aspx)
+[Rectangle.Name property (Access)](http://msdn.microsoft.com/library/d7eb4ffa-ee60-2bd0-cd91-4f4ce681794c%28Office.15%29.aspx)
+[CommandButton.Name property (Access)](http://msdn.microsoft.com/library/1e0f700c-9114-4add-4a0a-4f93266951d5%28Office.15%29.aspx)
+[EmptyCell.Name property (Access)](http://msdn.microsoft.com/library/08aad149-294b-691c-64bd-57ffa949df19%28Office.15%29.aspx)
+[Line.Name property (Access)](http://msdn.microsoft.com/library/0193e272-0d6a-307b-caf7-5b26d39e6e1a%28Office.15%29.aspx)
+[ComboBox.Name property (Access)](http://msdn.microsoft.com/library/d43da3b5-3189-b5be-37e6-6e1fdf99787b%28Office.15%29.aspx)
+[BoundObjectFrame.Name property (Access)](http://msdn.microsoft.com/library/d83c19fc-2d3e-a8ee-e9ce-7e6e758cdd03%28Office.15%29.aspx)
+[SubForm.Name property (Access)](http://msdn.microsoft.com/library/dbd8cbee-a17c-c8d7-09de-89e4f82a7662%28Office.15%29.aspx)
+[Report.Name property (Access)](http://msdn.microsoft.com/library/a5d01749-e127-8807-4c90-a86c2d5dc028%28Office.15%29.aspx)
+[PageBreak.Name property (Access)](http://msdn.microsoft.com/library/ddb134f6-91b8-4565-8c6b-b1ac1d498fbb%28Office.15%29.aspx)
+[OptionButton.Name property (Access)](http://msdn.microsoft.com/library/8ab3e829-5414-de39-adcd-b67cb27fc197%28Office.15%29.aspx)
+[Label.Name property (Access)](http://msdn.microsoft.com/library/5d452246-b13f-af03-b733-c0f4cb207c89%28Office.15%29.aspx)
+[OptionGroup.Name property (Access)](http://msdn.microsoft.com/library/065ce5dd-8589-ee21-b850-d5ee95fb11ba%28Office.15%29.aspx)
+[Form.Name property (Access)](http://msdn.microsoft.com/library/29cd22a8-7f38-9559-8c34-d6319a32adab%28Office.15%29.aspx)
diff --git a/F1/navigationbuttons-property-access-vbaac10-chm4434.md b/F1/navigationbuttons-property-access-vbaac10-chm4434.md
index 642f49cad27..5ea9a9f084f 100644
--- a/F1/navigationbuttons-property-access-vbaac10-chm4434.md
+++ b/F1/navigationbuttons-property-access-vbaac10-chm4434.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.NavigationButtons Property (Access)](http://msdn.microsoft.com/library/23af1adc-67e9-b39d-772b-ddecf159f861%28Office.15%29.aspx)
+[Form.NavigationButtons property (Access)](http://msdn.microsoft.com/library/23af1adc-67e9-b39d-772b-ddecf159f861%28Office.15%29.aspx)
diff --git a/F1/navigationcaption-property-access-vbaac10-chm13568.md b/F1/navigationcaption-property-access-vbaac10-chm13568.md
index 386884632f1..1f44581d0f2 100644
--- a/F1/navigationcaption-property-access-vbaac10-chm13568.md
+++ b/F1/navigationcaption-property-access-vbaac10-chm13568.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.NavigationCaption Property (Access)](http://msdn.microsoft.com/library/0801ef4c-3f0c-6d45-d1f1-4ed46163586e%28Office.15%29.aspx)
+[Form.NavigationCaption property (Access)](http://msdn.microsoft.com/library/0801ef4c-3f0c-6d45-d1f1-4ed46163586e%28Office.15%29.aspx)
diff --git a/F1/newroworcol-property-access-vbaac10-chm12193.md b/F1/newroworcol-property-access-vbaac10-chm12193.md
index 2c574c6111c..d0127d3aa73 100644
--- a/F1/newroworcol-property-access-vbaac10-chm12193.md
+++ b/F1/newroworcol-property-access-vbaac10-chm12193.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.NewRowOrCol Property (Access)](http://msdn.microsoft.com/library/c14c669a-9aff-6fc1-9bcc-b7bf011abed1%28Office.15%29.aspx)
+[Section.NewRowOrCol property (Access)](http://msdn.microsoft.com/library/c14c669a-9aff-6fc1-9bcc-b7bf011abed1%28Office.15%29.aspx)
diff --git a/F1/numeralshapes-property-access-vbaac10-chm11134.md b/F1/numeralshapes-property-access-vbaac10-chm11134.md
index ac474af6bbc..5513c38d60d 100644
--- a/F1/numeralshapes-property-access-vbaac10-chm11134.md
+++ b/F1/numeralshapes-property-access-vbaac10-chm11134.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.NumeralShapes Property (Access)](http://msdn.microsoft.com/library/207bbece-366e-bc72-876f-98c80f7bf6b5%28Office.15%29.aspx)
+[NavigationControl.NumeralShapes property (Access)](http://msdn.microsoft.com/library/207bbece-366e-bc72-876f-98c80f7bf6b5%28Office.15%29.aspx)
-[TextBox.NumeralShapes Property (Access)](http://msdn.microsoft.com/library/f0fda4bb-2522-622c-24ab-d3324a4b8dca%28Office.15%29.aspx)
+[TextBox.NumeralShapes property (Access)](http://msdn.microsoft.com/library/f0fda4bb-2522-622c-24ab-d3324a4b8dca%28Office.15%29.aspx)
diff --git a/F1/numeralshapes-property-access-vbaac10-chm5007.md b/F1/numeralshapes-property-access-vbaac10-chm5007.md
index de4a3d5181b..ee37ab595a3 100644
--- a/F1/numeralshapes-property-access-vbaac10-chm5007.md
+++ b/F1/numeralshapes-property-access-vbaac10-chm5007.md
@@ -13,11 +13,11 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.NumeralShapes Property (Access)](http://msdn.microsoft.com/library/b89bf0e9-7cd2-0676-ca07-0d813cd175e9%28Office.15%29.aspx)
+[ListBox.NumeralShapes property (Access)](http://msdn.microsoft.com/library/b89bf0e9-7cd2-0676-ca07-0d813cd175e9%28Office.15%29.aspx)
-[ComboBox.NumeralShapes Property (Access)](http://msdn.microsoft.com/library/93cb42d2-6274-3af4-0801-87ecf8eb4252%28Office.15%29.aspx)
+[ComboBox.NumeralShapes property (Access)](http://msdn.microsoft.com/library/93cb42d2-6274-3af4-0801-87ecf8eb4252%28Office.15%29.aspx)
-[NavigationControl.NumeralShapes Property (Access)](http://msdn.microsoft.com/library/207bbece-366e-bc72-876f-98c80f7bf6b5%28Office.15%29.aspx)
-[TextBox.NumeralShapes Property (Access)](http://msdn.microsoft.com/library/f0fda4bb-2522-622c-24ab-d3324a4b8dca%28Office.15%29.aspx)
-[Label.NumeralShapes Property (Access)](http://msdn.microsoft.com/library/3da2f917-a257-b9aa-3517-f4d65bc3af18%28Office.15%29.aspx)
+[NavigationControl.NumeralShapes property (Access)](http://msdn.microsoft.com/library/207bbece-366e-bc72-876f-98c80f7bf6b5%28Office.15%29.aspx)
+[TextBox.NumeralShapes property (Access)](http://msdn.microsoft.com/library/f0fda4bb-2522-622c-24ab-d3324a4b8dca%28Office.15%29.aspx)
+[Label.NumeralShapes property (Access)](http://msdn.microsoft.com/library/3da2f917-a257-b9aa-3517-f4d65bc3af18%28Office.15%29.aspx)
diff --git a/F1/objectpalette-property-access-vbaac10-chm10490.md b/F1/objectpalette-property-access-vbaac10-chm10490.md
index 7f923512cfe..62c39d569d2 100644
--- a/F1/objectpalette-property-access-vbaac10-chm10490.md
+++ b/F1/objectpalette-property-access-vbaac10-chm10490.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.ObjectPalette Property (Access)](http://msdn.microsoft.com/library/10578730-717c-6c3c-d6d4-61a9bc765ca3%28Office.15%29.aspx)
+[NavigationButton.ObjectPalette property (Access)](http://msdn.microsoft.com/library/10578730-717c-6c3c-d6d4-61a9bc765ca3%28Office.15%29.aspx)
-[CommandButton.ObjectPalette Property (Access)](http://msdn.microsoft.com/library/e4c8ea81-b39f-e580-9a68-c809c0deaf71%28Office.15%29.aspx)
+[CommandButton.ObjectPalette property (Access)](http://msdn.microsoft.com/library/e4c8ea81-b39f-e580-9a68-c809c0deaf71%28Office.15%29.aspx)
diff --git a/F1/oldborderstyle-property-access-vbaac10-chm11079.md b/F1/oldborderstyle-property-access-vbaac10-chm11079.md
index d9dbbe25edb..6b4ae6ccd88 100644
--- a/F1/oldborderstyle-property-access-vbaac10-chm11079.md
+++ b/F1/oldborderstyle-property-access-vbaac10-chm11079.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.OldBorderStyle Property (Access)](http://msdn.microsoft.com/library/57f378e9-7211-1d05-15d0-0bc1b2f2f4b3%28Office.15%29.aspx)
+[NavigationControl.OldBorderStyle property (Access)](http://msdn.microsoft.com/library/57f378e9-7211-1d05-15d0-0bc1b2f2f4b3%28Office.15%29.aspx)
-[TextBox.OldBorderStyle Property (Access)](http://msdn.microsoft.com/library/6064f8b9-31ec-da00-0346-cd259b917daa%28Office.15%29.aspx)
+[TextBox.OldBorderStyle property (Access)](http://msdn.microsoft.com/library/6064f8b9-31ec-da00-0346-cd259b917daa%28Office.15%29.aspx)
diff --git a/F1/oldvalue-property-access-vbaac10-chm10440.md b/F1/oldvalue-property-access-vbaac10-chm10440.md
index 71b5560ecb4..08b312590d6 100644
--- a/F1/oldvalue-property-access-vbaac10-chm10440.md
+++ b/F1/oldvalue-property-access-vbaac10-chm10440.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OldValue Property (Access)](http://msdn.microsoft.com/library/9152ce56-8ac6-ebb4-f940-8baa1a5c10c3%28Office.15%29.aspx)
+[NavigationButton.OldValue property (Access)](http://msdn.microsoft.com/library/9152ce56-8ac6-ebb4-f940-8baa1a5c10c3%28Office.15%29.aspx)
-[CommandButton.OldValue Property (Access)](http://msdn.microsoft.com/library/a03e4e4c-0c02-7e6a-0654-fafc8a0f0036%28Office.15%29.aspx)
+[CommandButton.OldValue property (Access)](http://msdn.microsoft.com/library/a03e4e4c-0c02-7e6a-0654-fafc8a0f0036%28Office.15%29.aspx)
diff --git a/F1/oldvalue-property-access-vbaac10-chm11031.md b/F1/oldvalue-property-access-vbaac10-chm11031.md
index 38962ca166f..98bec32e336 100644
--- a/F1/oldvalue-property-access-vbaac10-chm11031.md
+++ b/F1/oldvalue-property-access-vbaac10-chm11031.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.OldValue Property (Access)](http://msdn.microsoft.com/library/ddee64e6-38cf-d033-4963-76529744ef81%28Office.15%29.aspx)
+[NavigationControl.OldValue property (Access)](http://msdn.microsoft.com/library/ddee64e6-38cf-d033-4963-76529744ef81%28Office.15%29.aspx)
-[TextBox.OldValue Property (Access)](http://msdn.microsoft.com/library/d62150d2-6dc6-85c0-0452-e9e5fee199b4%28Office.15%29.aspx)
+[TextBox.OldValue property (Access)](http://msdn.microsoft.com/library/d62150d2-6dc6-85c0-0452-e9e5fee199b4%28Office.15%29.aspx)
diff --git a/F1/oleclass-property-access-vbaac10-chm4445.md b/F1/oleclass-property-access-vbaac10-chm4445.md
index 2def208fe4e..4061ca6df96 100644
--- a/F1/oleclass-property-access-vbaac10-chm4445.md
+++ b/F1/oleclass-property-access-vbaac10-chm4445.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.OLEClass Property (Access)](http://msdn.microsoft.com/library/ed32f15c-77da-0bd6-46da-38373ea37cc1%28Office.15%29.aspx)
+[ObjectFrame.OLEClass property (Access)](http://msdn.microsoft.com/library/ed32f15c-77da-0bd6-46da-38373ea37cc1%28Office.15%29.aspx)
-[CustomControl.OLEClass Property (Access)](http://msdn.microsoft.com/library/d9aad7b9-6388-3365-881a-6e42ebebcfd6%28Office.15%29.aspx)
+[CustomControl.OLEClass property (Access)](http://msdn.microsoft.com/library/d9aad7b9-6388-3365-881a-6e42ebebcfd6%28Office.15%29.aspx)
diff --git a/F1/oletype-property-access-vbaac10-chm4447.md b/F1/oletype-property-access-vbaac10-chm4447.md
index 17b8a17b12d..d2511a9cfed 100644
--- a/F1/oletype-property-access-vbaac10-chm4447.md
+++ b/F1/oletype-property-access-vbaac10-chm4447.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.OLEType Property (Access)](http://msdn.microsoft.com/library/eb9a08ba-8fc6-247d-14c3-0791a0461f0c%28Office.15%29.aspx)
+[ObjectFrame.OLEType property (Access)](http://msdn.microsoft.com/library/eb9a08ba-8fc6-247d-14c3-0791a0461f0c%28Office.15%29.aspx)
-[BoundObjectFrame.OLEType Property (Access)](http://msdn.microsoft.com/library/9ce7cb88-e13e-4cda-bfe7-096734b796a0%28Office.15%29.aspx)
+[BoundObjectFrame.OLEType property (Access)](http://msdn.microsoft.com/library/9ce7cb88-e13e-4cda-bfe7-096734b796a0%28Office.15%29.aspx)
diff --git a/F1/oletypeallowed-property-access-vbaac10-chm4448.md b/F1/oletypeallowed-property-access-vbaac10-chm4448.md
index 4d27610536a..7b325ba044d 100644
--- a/F1/oletypeallowed-property-access-vbaac10-chm4448.md
+++ b/F1/oletypeallowed-property-access-vbaac10-chm4448.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.OLETypeAllowed Property (Access)](http://msdn.microsoft.com/library/ca669834-9bce-057c-dfb7-c8411b26bdd1%28Office.15%29.aspx)
+[ObjectFrame.OLETypeAllowed property (Access)](http://msdn.microsoft.com/library/ca669834-9bce-057c-dfb7-c8411b26bdd1%28Office.15%29.aspx)
-[BoundObjectFrame.OLETypeAllowed Property (Access)](http://msdn.microsoft.com/library/6c5ec029-043e-9828-e451-cd3507850953%28Office.15%29.aspx)
+[BoundObjectFrame.OLETypeAllowed property (Access)](http://msdn.microsoft.com/library/6c5ec029-043e-9828-e451-cd3507850953%28Office.15%29.aspx)
diff --git a/F1/onactivate-property-access-vbaac10-chm4077.md b/F1/onactivate-property-access-vbaac10-chm4077.md
index b6f54a262a7..367b564217d 100644
--- a/F1/onactivate-property-access-vbaac10-chm4077.md
+++ b/F1/onactivate-property-access-vbaac10-chm4077.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnActivate Property (Access)](http://msdn.microsoft.com/library/eb7f05e3-edba-ab9e-3708-5c3ee7b2ee18%28Office.15%29.aspx)
+[Report.OnActivate property (Access)](http://msdn.microsoft.com/library/eb7f05e3-edba-ab9e-3708-5c3ee7b2ee18%28Office.15%29.aspx)
-[Form.OnActivate Property (Access)](http://msdn.microsoft.com/library/ab9899de-e0dc-7884-e293-e031098d644c%28Office.15%29.aspx)
+[Form.OnActivate property (Access)](http://msdn.microsoft.com/library/ab9899de-e0dc-7884-e293-e031098d644c%28Office.15%29.aspx)
diff --git a/F1/onapplyfilter-property-access-vbaac10-chm4078.md b/F1/onapplyfilter-property-access-vbaac10-chm4078.md
index 203ec23c484..f2584fa7e9c 100644
--- a/F1/onapplyfilter-property-access-vbaac10-chm4078.md
+++ b/F1/onapplyfilter-property-access-vbaac10-chm4078.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnApplyFilter Property (Access)](http://msdn.microsoft.com/library/18e5b016-19a0-46bb-c552-c4bb8d458ca4%28Office.15%29.aspx)
+[Report.OnApplyFilter property (Access)](http://msdn.microsoft.com/library/18e5b016-19a0-46bb-c552-c4bb8d458ca4%28Office.15%29.aspx)
-[Form.OnApplyFilter Property (Access)](http://msdn.microsoft.com/library/5e147a50-5516-f6d3-c1c9-e2c4522cb804%28Office.15%29.aspx)
+[Form.OnApplyFilter property (Access)](http://msdn.microsoft.com/library/5e147a50-5516-f6d3-c1c9-e2c4522cb804%28Office.15%29.aspx)
diff --git a/F1/onattachmentcurrent-property-access-vbaac10-chm13953.md b/F1/onattachmentcurrent-property-access-vbaac10-chm13953.md
index dd2fb51d450..87667c21c26 100644
--- a/F1/onattachmentcurrent-property-access-vbaac10-chm13953.md
+++ b/F1/onattachmentcurrent-property-access-vbaac10-chm13953.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Attachment.OnAttachmentCurrent Property (Access)](http://msdn.microsoft.com/library/7987943b-5283-e9dc-17a6-5f4b54c90d4d%28Office.15%29.aspx)
+[Attachment.OnAttachmentCurrent property (Access)](http://msdn.microsoft.com/library/7987943b-5283-e9dc-17a6-5f4b54c90d4d%28Office.15%29.aspx)
diff --git a/F1/onchange-property-access-vbaac10-chm4081.md b/F1/onchange-property-access-vbaac10-chm4081.md
index 52d2830ad76..5d0a215e5ff 100644
--- a/F1/onchange-property-access-vbaac10-chm4081.md
+++ b/F1/onchange-property-access-vbaac10-chm4081.md
@@ -13,11 +13,11 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.OnChange Property (Access)](http://msdn.microsoft.com/library/ea25341f-fd30-62b1-476d-29febf4db4b4%28Office.15%29.aspx)
+[TextBox.OnChange property (Access)](http://msdn.microsoft.com/library/ea25341f-fd30-62b1-476d-29febf4db4b4%28Office.15%29.aspx)
-[TabControl.OnChange Property (Access)](http://msdn.microsoft.com/library/373307d6-0106-af99-bf0e-5e4c155252ec%28Office.15%29.aspx)
+[TabControl.OnChange property (Access)](http://msdn.microsoft.com/library/373307d6-0106-af99-bf0e-5e4c155252ec%28Office.15%29.aspx)
-[Form.SelectionChange Property (Access)](http://msdn.microsoft.com/library/e31876fc-103a-d231-a6fa-7cb026a343e1%28Office.15%29.aspx)
-[Attachment.OnChange Property (Access)](http://msdn.microsoft.com/library/c2c12032-463a-2e3e-f434-defce71c8138%28Office.15%29.aspx)
-[ComboBox.OnChange Property (Access)](http://msdn.microsoft.com/library/e3c26738-a14f-e379-d909-f4919bb37a20%28Office.15%29.aspx)
+[Form.SelectionChange property (Access)](http://msdn.microsoft.com/library/e31876fc-103a-d231-a6fa-7cb026a343e1%28Office.15%29.aspx)
+[Attachment.OnChange property (Access)](http://msdn.microsoft.com/library/c2c12032-463a-2e3e-f434-defce71c8138%28Office.15%29.aspx)
+[ComboBox.OnChange property (Access)](http://msdn.microsoft.com/library/e3c26738-a14f-e379-d909-f4919bb37a20%28Office.15%29.aspx)
diff --git a/F1/onclick-property-access-vbaac10-chm10497.md b/F1/onclick-property-access-vbaac10-chm10497.md
index 46fb7e3ab57..e7f7716e44a 100644
--- a/F1/onclick-property-access-vbaac10-chm10497.md
+++ b/F1/onclick-property-access-vbaac10-chm10497.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.OnClick Property (Access)](http://msdn.microsoft.com/library/1034aa82-58cd-f639-d936-326049ccf38c%28Office.15%29.aspx)
+[CommandButton.OnClick property (Access)](http://msdn.microsoft.com/library/1034aa82-58cd-f639-d936-326049ccf38c%28Office.15%29.aspx)
-[NavigationButton.OnClick Property (Access)](http://msdn.microsoft.com/library/8011ea46-129e-4194-7b2f-e577378111c7%28Office.15%29.aspx)
+[NavigationButton.OnClick property (Access)](http://msdn.microsoft.com/library/8011ea46-129e-4194-7b2f-e577378111c7%28Office.15%29.aspx)
diff --git a/F1/onclick-property-access-vbaac10-chm11122.md b/F1/onclick-property-access-vbaac10-chm11122.md
index 0a1602810b7..e7bb017ce87 100644
--- a/F1/onclick-property-access-vbaac10-chm11122.md
+++ b/F1/onclick-property-access-vbaac10-chm11122.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.OnClick Property (Access)](http://msdn.microsoft.com/library/41352c03-f034-a882-9ef1-05b06c2f51af%28Office.15%29.aspx)
+[NavigationControl.OnClick property (Access)](http://msdn.microsoft.com/library/41352c03-f034-a882-9ef1-05b06c2f51af%28Office.15%29.aspx)
-[TextBox.OnClick Property (Access)](http://msdn.microsoft.com/library/54f32b3d-16df-376d-b5c0-9bbb2ff0931a%28Office.15%29.aspx)
+[TextBox.OnClick property (Access)](http://msdn.microsoft.com/library/54f32b3d-16df-376d-b5c0-9bbb2ff0931a%28Office.15%29.aspx)
diff --git a/F1/onclick-property-access-vbaac10-chm4082.md b/F1/onclick-property-access-vbaac10-chm4082.md
index 5ca8fee59c7..f3f36af0335 100644
--- a/F1/onclick-property-access-vbaac10-chm4082.md
+++ b/F1/onclick-property-access-vbaac10-chm4082.md
@@ -13,27 +13,27 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OnClick Property (Access)](http://msdn.microsoft.com/library/a02c677d-d96b-754f-3ca8-0089a27a7e84%28Office.15%29.aspx)
+[Form.OnClick property (Access)](http://msdn.microsoft.com/library/a02c677d-d96b-754f-3ca8-0089a27a7e84%28Office.15%29.aspx)
-[NavigationControl.OnClick Property (Access)](http://msdn.microsoft.com/library/41352c03-f034-a882-9ef1-05b06c2f51af%28Office.15%29.aspx)
+[NavigationControl.OnClick property (Access)](http://msdn.microsoft.com/library/41352c03-f034-a882-9ef1-05b06c2f51af%28Office.15%29.aspx)
-[Page.OnClick Property (Access)](http://msdn.microsoft.com/library/be4ccc80-dfab-2e44-5bfd-06dcd7d40687%28Office.15%29.aspx)
-[Attachment.OnClick Property (Access)](http://msdn.microsoft.com/library/c1d1ddcb-db80-e0e1-4318-0cf9477d7316%28Office.15%29.aspx)
-[Image.OnClick Property (Access)](http://msdn.microsoft.com/library/ddd7ceb8-59ad-ffc4-771d-17ed0fb42ca2%28Office.15%29.aspx)
-[OptionGroup.OnClick Property (Access)](http://msdn.microsoft.com/library/57ea9cba-cfbd-76f6-0cf9-193a5df87d66%28Office.15%29.aspx)
-[ComboBox.OnClick Property (Access)](http://msdn.microsoft.com/library/9cb266d8-6e7d-80c9-c5e9-1d2406b7d54d%28Office.15%29.aspx)
-[Report.OnClick Property (Access)](http://msdn.microsoft.com/library/45161619-ed2c-ff3d-00a6-26ed802e0480%28Office.15%29.aspx)
-[CommandButton.OnClick Property (Access)](http://msdn.microsoft.com/library/1034aa82-58cd-f639-d936-326049ccf38c%28Office.15%29.aspx)
-[OptionButton.OnClick Property (Access)](http://msdn.microsoft.com/library/74fe1cf7-0f17-a495-6e2d-527691eae129%28Office.15%29.aspx)
-[TabControl.OnClick Property (Access)](http://msdn.microsoft.com/library/ae3246ef-91ef-d55d-2c72-676da8a70ed4%28Office.15%29.aspx)
-[ToggleButton.OnClick Property (Access)](http://msdn.microsoft.com/library/54a5ade7-7da4-9357-588a-7b97f0a44661%28Office.15%29.aspx)
-[Rectangle.OnClick Property (Access)](http://msdn.microsoft.com/library/7b0802ec-3320-44fc-09b5-8f6ed65c32de%28Office.15%29.aspx)
-[TextBox.OnClick Property (Access)](http://msdn.microsoft.com/library/54f32b3d-16df-376d-b5c0-9bbb2ff0931a%28Office.15%29.aspx)
-[ListBox.OnClick Property (Access)](http://msdn.microsoft.com/library/1afb8ebd-c22b-1978-1eb4-a18d75f7f6c0%28Office.15%29.aspx)
-[Section.OnClick Property (Access)](http://msdn.microsoft.com/library/f832f471-dcda-a951-78d7-b963a83fd4bf%28Office.15%29.aspx)
-[Label.OnClick Property (Access)](http://msdn.microsoft.com/library/a498c7de-614f-bdef-2c03-bc6c764b0953%28Office.15%29.aspx)
-[ObjectFrame.OnClick Property (Access)](http://msdn.microsoft.com/library/521e9685-317b-aafc-3ef2-bfd0d04dd3d0%28Office.15%29.aspx)
-[BoundObjectFrame.OnClick Property (Access)](http://msdn.microsoft.com/library/1afb4220-a3de-076b-5619-d758b4e8483c%28Office.15%29.aspx)
-[NavigationButton.OnClick Property (Access)](http://msdn.microsoft.com/library/8011ea46-129e-4194-7b2f-e577378111c7%28Office.15%29.aspx)
-[CheckBox.OnClick Property (Access)](http://msdn.microsoft.com/library/3721a21b-77dd-5f43-baea-e7e98647c17a%28Office.15%29.aspx)
+[Page.OnClick property (Access)](http://msdn.microsoft.com/library/be4ccc80-dfab-2e44-5bfd-06dcd7d40687%28Office.15%29.aspx)
+[Attachment.OnClick property (Access)](http://msdn.microsoft.com/library/c1d1ddcb-db80-e0e1-4318-0cf9477d7316%28Office.15%29.aspx)
+[Image.OnClick property (Access)](http://msdn.microsoft.com/library/ddd7ceb8-59ad-ffc4-771d-17ed0fb42ca2%28Office.15%29.aspx)
+[OptionGroup.OnClick property (Access)](http://msdn.microsoft.com/library/57ea9cba-cfbd-76f6-0cf9-193a5df87d66%28Office.15%29.aspx)
+[ComboBox.OnClick property (Access)](http://msdn.microsoft.com/library/9cb266d8-6e7d-80c9-c5e9-1d2406b7d54d%28Office.15%29.aspx)
+[Report.OnClick property (Access)](http://msdn.microsoft.com/library/45161619-ed2c-ff3d-00a6-26ed802e0480%28Office.15%29.aspx)
+[CommandButton.OnClick property (Access)](http://msdn.microsoft.com/library/1034aa82-58cd-f639-d936-326049ccf38c%28Office.15%29.aspx)
+[OptionButton.OnClick property (Access)](http://msdn.microsoft.com/library/74fe1cf7-0f17-a495-6e2d-527691eae129%28Office.15%29.aspx)
+[TabControl.OnClick property (Access)](http://msdn.microsoft.com/library/ae3246ef-91ef-d55d-2c72-676da8a70ed4%28Office.15%29.aspx)
+[ToggleButton.OnClick property (Access)](http://msdn.microsoft.com/library/54a5ade7-7da4-9357-588a-7b97f0a44661%28Office.15%29.aspx)
+[Rectangle.OnClick property (Access)](http://msdn.microsoft.com/library/7b0802ec-3320-44fc-09b5-8f6ed65c32de%28Office.15%29.aspx)
+[TextBox.OnClick property (Access)](http://msdn.microsoft.com/library/54f32b3d-16df-376d-b5c0-9bbb2ff0931a%28Office.15%29.aspx)
+[ListBox.OnClick property (Access)](http://msdn.microsoft.com/library/1afb8ebd-c22b-1978-1eb4-a18d75f7f6c0%28Office.15%29.aspx)
+[Section.OnClick property (Access)](http://msdn.microsoft.com/library/f832f471-dcda-a951-78d7-b963a83fd4bf%28Office.15%29.aspx)
+[Label.OnClick property (Access)](http://msdn.microsoft.com/library/a498c7de-614f-bdef-2c03-bc6c764b0953%28Office.15%29.aspx)
+[ObjectFrame.OnClick property (Access)](http://msdn.microsoft.com/library/521e9685-317b-aafc-3ef2-bfd0d04dd3d0%28Office.15%29.aspx)
+[BoundObjectFrame.OnClick property (Access)](http://msdn.microsoft.com/library/1afb4220-a3de-076b-5619-d758b4e8483c%28Office.15%29.aspx)
+[NavigationButton.OnClick property (Access)](http://msdn.microsoft.com/library/8011ea46-129e-4194-7b2f-e577378111c7%28Office.15%29.aspx)
+[CheckBox.OnClick property (Access)](http://msdn.microsoft.com/library/3721a21b-77dd-5f43-baea-e7e98647c17a%28Office.15%29.aspx)
diff --git a/F1/onclose-property-access-vbaac10-chm4101.md b/F1/onclose-property-access-vbaac10-chm4101.md
index dc0ec9bcddc..5e3cc4a3851 100644
--- a/F1/onclose-property-access-vbaac10-chm4101.md
+++ b/F1/onclose-property-access-vbaac10-chm4101.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnClose Property (Access)](http://msdn.microsoft.com/library/640b5540-4b0d-6649-0a36-9dd63a437c84%28Office.15%29.aspx)
+[Report.OnClose property (Access)](http://msdn.microsoft.com/library/640b5540-4b0d-6649-0a36-9dd63a437c84%28Office.15%29.aspx)
-[Form.OnClose Property (Access)](http://msdn.microsoft.com/library/af4a7532-f12a-5194-9636-a09f9221f465%28Office.15%29.aspx)
+[Form.OnClose property (Access)](http://msdn.microsoft.com/library/af4a7532-f12a-5194-9636-a09f9221f465%28Office.15%29.aspx)
diff --git a/F1/onconnect-property-access-vbaac10-chm13536.md b/F1/onconnect-property-access-vbaac10-chm13536.md
index fbcf4dfd928..70fc436be2d 100644
--- a/F1/onconnect-property-access-vbaac10-chm13536.md
+++ b/F1/onconnect-property-access-vbaac10-chm13536.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OnConnect Property (Access)](http://msdn.microsoft.com/library/de181e49-ccba-52fa-f521-3e55f3ed78d2%28Office.15%29.aspx)
+[Form.OnConnect property (Access)](http://msdn.microsoft.com/library/de181e49-ccba-52fa-f521-3e55f3ed78d2%28Office.15%29.aspx)
diff --git a/F1/oncurrent-property-access-vbaac10-chm4083.md b/F1/oncurrent-property-access-vbaac10-chm4083.md
index dcf410d23a6..2d767170d31 100644
--- a/F1/oncurrent-property-access-vbaac10-chm4083.md
+++ b/F1/oncurrent-property-access-vbaac10-chm4083.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnCurrent Property (Access)](http://msdn.microsoft.com/library/593fdb6c-017a-986f-22ef-cc9e66aaaf01%28Office.15%29.aspx)
+[Report.OnCurrent property (Access)](http://msdn.microsoft.com/library/593fdb6c-017a-986f-22ef-cc9e66aaaf01%28Office.15%29.aspx)
-[Form.OnCurrent Property (Access)](http://msdn.microsoft.com/library/bb7eb7be-7bb6-8fdd-6a48-f5b33ad7dc14%28Office.15%29.aspx)
+[Form.OnCurrent property (Access)](http://msdn.microsoft.com/library/bb7eb7be-7bb6-8fdd-6a48-f5b33ad7dc14%28Office.15%29.aspx)
diff --git a/F1/ondblclick-property-access-vbaac10-chm10498.md b/F1/ondblclick-property-access-vbaac10-chm10498.md
index 97f85fa720e..b8411a87aaa 100644
--- a/F1/ondblclick-property-access-vbaac10-chm10498.md
+++ b/F1/ondblclick-property-access-vbaac10-chm10498.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnDblClick Property (Access)](http://msdn.microsoft.com/library/149872bc-946e-fffe-7f43-03bbdbd0ef2b%28Office.15%29.aspx)
+[NavigationButton.OnDblClick property (Access)](http://msdn.microsoft.com/library/149872bc-946e-fffe-7f43-03bbdbd0ef2b%28Office.15%29.aspx)
-[CommandButton.OnDblClick Property (Access)](http://msdn.microsoft.com/library/465d95b4-64e3-1d1b-e388-5c96bfd2e5c9%28Office.15%29.aspx)
+[CommandButton.OnDblClick property (Access)](http://msdn.microsoft.com/library/465d95b4-64e3-1d1b-e388-5c96bfd2e5c9%28Office.15%29.aspx)
diff --git a/F1/ondblclick-property-access-vbaac10-chm11123.md b/F1/ondblclick-property-access-vbaac10-chm11123.md
index 53333023b01..4b19dda4e7e 100644
--- a/F1/ondblclick-property-access-vbaac10-chm11123.md
+++ b/F1/ondblclick-property-access-vbaac10-chm11123.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.OnDblClick Property (Access)](http://msdn.microsoft.com/library/571a01ff-b92b-bb9b-1363-43086ef71c02%28Office.15%29.aspx)
+[TextBox.OnDblClick property (Access)](http://msdn.microsoft.com/library/571a01ff-b92b-bb9b-1363-43086ef71c02%28Office.15%29.aspx)
-[NavigationControl.OnDblClick Property (Access)](http://msdn.microsoft.com/library/19b575b9-a727-85e0-f5c3-c4ebe3bbd987%28Office.15%29.aspx)
+[NavigationControl.OnDblClick property (Access)](http://msdn.microsoft.com/library/19b575b9-a727-85e0-f5c3-c4ebe3bbd987%28Office.15%29.aspx)
diff --git a/F1/ondblclick-property-access-vbaac10-chm4084.md b/F1/ondblclick-property-access-vbaac10-chm4084.md
index 676526fec0e..7fcc3aeeb2f 100644
--- a/F1/ondblclick-property-access-vbaac10-chm4084.md
+++ b/F1/ondblclick-property-access-vbaac10-chm4084.md
@@ -13,27 +13,27 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnDblClick Property (Access)](http://msdn.microsoft.com/library/149872bc-946e-fffe-7f43-03bbdbd0ef2b%28Office.15%29.aspx)
+[NavigationButton.OnDblClick property (Access)](http://msdn.microsoft.com/library/149872bc-946e-fffe-7f43-03bbdbd0ef2b%28Office.15%29.aspx)
-[Page.OnDblClick Property (Access)](http://msdn.microsoft.com/library/af72d00d-6089-6571-cea8-1c1ccb94dba6%28Office.15%29.aspx)
+[Page.OnDblClick property (Access)](http://msdn.microsoft.com/library/af72d00d-6089-6571-cea8-1c1ccb94dba6%28Office.15%29.aspx)
-[Section.OnDblClick Property (Access)](http://msdn.microsoft.com/library/b8c90deb-b35a-442e-a00a-2309d2285649%28Office.15%29.aspx)
-[TextBox.OnDblClick Property (Access)](http://msdn.microsoft.com/library/571a01ff-b92b-bb9b-1363-43086ef71c02%28Office.15%29.aspx)
-[ObjectFrame.OnDblClick Property (Access)](http://msdn.microsoft.com/library/356cbeb6-b0e2-d5a5-434a-507a760b8631%28Office.15%29.aspx)
-[ComboBox.OnDblClick Property (Access)](http://msdn.microsoft.com/library/737b1fd2-8966-5417-4979-538fa0594ef9%28Office.15%29.aspx)
-[Label.OnDblClick Property (Access)](http://msdn.microsoft.com/library/19d1cfa2-12da-4161-245f-5c45ba4405da%28Office.15%29.aspx)
-[CommandButton.OnDblClick Property (Access)](http://msdn.microsoft.com/library/465d95b4-64e3-1d1b-e388-5c96bfd2e5c9%28Office.15%29.aspx)
-[Report.OnDblClick Property (Access)](http://msdn.microsoft.com/library/b92a1b2b-4f27-4f45-959c-6f1aec557004%28Office.15%29.aspx)
-[Image.OnDblClick Property (Access)](http://msdn.microsoft.com/library/65700447-c7bf-7b7f-ea2e-75e4c8fff70a%28Office.15%29.aspx)
-[ToggleButton.OnDblClick Property (Access)](http://msdn.microsoft.com/library/7d7a6627-db0f-f276-36fd-776d5e4b806c%28Office.15%29.aspx)
-[Rectangle.OnDblClick Property (Access)](http://msdn.microsoft.com/library/2ab4d3e2-26d9-c3e1-4558-7861b00174ab%28Office.15%29.aspx)
-[OptionGroup.OnDblClick Property (Access)](http://msdn.microsoft.com/library/f1dfb135-716f-4db3-1d4a-89c4b28b40f8%28Office.15%29.aspx)
-[ListBox.OnDblClick Property (Access)](http://msdn.microsoft.com/library/4271eff9-1d13-209a-9d7b-965893e36f59%28Office.15%29.aspx)
-[Form.OnDblClick Property (Access)](http://msdn.microsoft.com/library/8e38c442-f2b2-b125-e006-b507765fefd4%28Office.15%29.aspx)
-[NavigationControl.OnDblClick Property (Access)](http://msdn.microsoft.com/library/19b575b9-a727-85e0-f5c3-c4ebe3bbd987%28Office.15%29.aspx)
-[OptionButton.OnDblClick Property (Access)](http://msdn.microsoft.com/library/45a7b4fa-ce24-aab3-6057-ce23b1055a74%28Office.15%29.aspx)
-[CheckBox.OnDblClick Property (Access)](http://msdn.microsoft.com/library/3c4f98d5-3190-e88b-50ce-df08a3c4aac0%28Office.15%29.aspx)
-[Attachment.OnDblClick Property (Access)](http://msdn.microsoft.com/library/5bfe9633-dd3a-d1d5-450b-eafbc1a607c1%28Office.15%29.aspx)
-[TabControl.OnDblClick Property (Access)](http://msdn.microsoft.com/library/3c3271cd-478b-7b4b-2043-f641920e16e8%28Office.15%29.aspx)
-[BoundObjectFrame.OnDblClick Property (Access)](http://msdn.microsoft.com/library/554db576-5976-6f05-0cb4-fdc6a38fd09c%28Office.15%29.aspx)
+[Section.OnDblClick property (Access)](http://msdn.microsoft.com/library/b8c90deb-b35a-442e-a00a-2309d2285649%28Office.15%29.aspx)
+[TextBox.OnDblClick property (Access)](http://msdn.microsoft.com/library/571a01ff-b92b-bb9b-1363-43086ef71c02%28Office.15%29.aspx)
+[ObjectFrame.OnDblClick property (Access)](http://msdn.microsoft.com/library/356cbeb6-b0e2-d5a5-434a-507a760b8631%28Office.15%29.aspx)
+[ComboBox.OnDblClick property (Access)](http://msdn.microsoft.com/library/737b1fd2-8966-5417-4979-538fa0594ef9%28Office.15%29.aspx)
+[Label.OnDblClick property (Access)](http://msdn.microsoft.com/library/19d1cfa2-12da-4161-245f-5c45ba4405da%28Office.15%29.aspx)
+[CommandButton.OnDblClick property (Access)](http://msdn.microsoft.com/library/465d95b4-64e3-1d1b-e388-5c96bfd2e5c9%28Office.15%29.aspx)
+[Report.OnDblClick property (Access)](http://msdn.microsoft.com/library/b92a1b2b-4f27-4f45-959c-6f1aec557004%28Office.15%29.aspx)
+[Image.OnDblClick property (Access)](http://msdn.microsoft.com/library/65700447-c7bf-7b7f-ea2e-75e4c8fff70a%28Office.15%29.aspx)
+[ToggleButton.OnDblClick property (Access)](http://msdn.microsoft.com/library/7d7a6627-db0f-f276-36fd-776d5e4b806c%28Office.15%29.aspx)
+[Rectangle.OnDblClick property (Access)](http://msdn.microsoft.com/library/2ab4d3e2-26d9-c3e1-4558-7861b00174ab%28Office.15%29.aspx)
+[OptionGroup.OnDblClick property (Access)](http://msdn.microsoft.com/library/f1dfb135-716f-4db3-1d4a-89c4b28b40f8%28Office.15%29.aspx)
+[ListBox.OnDblClick property (Access)](http://msdn.microsoft.com/library/4271eff9-1d13-209a-9d7b-965893e36f59%28Office.15%29.aspx)
+[Form.OnDblClick property (Access)](http://msdn.microsoft.com/library/8e38c442-f2b2-b125-e006-b507765fefd4%28Office.15%29.aspx)
+[NavigationControl.OnDblClick property (Access)](http://msdn.microsoft.com/library/19b575b9-a727-85e0-f5c3-c4ebe3bbd987%28Office.15%29.aspx)
+[OptionButton.OnDblClick property (Access)](http://msdn.microsoft.com/library/45a7b4fa-ce24-aab3-6057-ce23b1055a74%28Office.15%29.aspx)
+[CheckBox.OnDblClick property (Access)](http://msdn.microsoft.com/library/3c4f98d5-3190-e88b-50ce-df08a3c4aac0%28Office.15%29.aspx)
+[Attachment.OnDblClick property (Access)](http://msdn.microsoft.com/library/5bfe9633-dd3a-d1d5-450b-eafbc1a607c1%28Office.15%29.aspx)
+[TabControl.OnDblClick property (Access)](http://msdn.microsoft.com/library/3c3271cd-478b-7b4b-2043-f641920e16e8%28Office.15%29.aspx)
+[BoundObjectFrame.OnDblClick property (Access)](http://msdn.microsoft.com/library/554db576-5976-6f05-0cb4-fdc6a38fd09c%28Office.15%29.aspx)
diff --git a/F1/ondeactivate-property-access-vbaac10-chm5409.md b/F1/ondeactivate-property-access-vbaac10-chm5409.md
index 15c27a8f73b..fd1690eb168 100644
--- a/F1/ondeactivate-property-access-vbaac10-chm5409.md
+++ b/F1/ondeactivate-property-access-vbaac10-chm5409.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OnDeactivate Property (Access)](http://msdn.microsoft.com/library/c241c3cc-377b-7407-87f3-3003edb3ff8f%28Office.15%29.aspx)
+[Form.OnDeactivate property (Access)](http://msdn.microsoft.com/library/c241c3cc-377b-7407-87f3-3003edb3ff8f%28Office.15%29.aspx)
-[Report.OnDeactivate Property (Access)](http://msdn.microsoft.com/library/2b15bb7c-a307-6e2b-c933-b7a069ff99d0%28Office.15%29.aspx)
+[Report.OnDeactivate property (Access)](http://msdn.microsoft.com/library/2b15bb7c-a307-6e2b-c933-b7a069ff99d0%28Office.15%29.aspx)
diff --git a/F1/ondelete-property-access-vbaac10-chm13437.md b/F1/ondelete-property-access-vbaac10-chm13437.md
index 775c551d11b..a16c7d0e27b 100644
--- a/F1/ondelete-property-access-vbaac10-chm13437.md
+++ b/F1/ondelete-property-access-vbaac10-chm13437.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OnDelete Property (Access)](http://msdn.microsoft.com/library/97cfb9eb-e1c7-a879-a8aa-d26ff337efbb%28Office.15%29.aspx)
+[Form.OnDelete property (Access)](http://msdn.microsoft.com/library/97cfb9eb-e1c7-a879-a8aa-d26ff337efbb%28Office.15%29.aspx)
diff --git a/F1/ondirty-property-access-vbaac10-chm4549.md b/F1/ondirty-property-access-vbaac10-chm4549.md
index 76bc160b25e..ed873e6ec15 100644
--- a/F1/ondirty-property-access-vbaac10-chm4549.md
+++ b/F1/ondirty-property-access-vbaac10-chm4549.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OnDirty Property (Access)](http://msdn.microsoft.com/library/e1b14d73-a5f6-a393-ea29-4b98cc7bfdd4%28Office.15%29.aspx)
+[Form.OnDirty property (Access)](http://msdn.microsoft.com/library/e1b14d73-a5f6-a393-ea29-4b98cc7bfdd4%28Office.15%29.aspx)
-[TextBox.OnDirty Property (Access)](http://msdn.microsoft.com/library/312418b3-29cf-0d53-d92f-aaca6ec192b3%28Office.15%29.aspx)
+[TextBox.OnDirty property (Access)](http://msdn.microsoft.com/library/312418b3-29cf-0d53-d92f-aaca6ec192b3%28Office.15%29.aspx)
-[ComboBox.OnDirty Property (Access)](http://msdn.microsoft.com/library/2ef8c314-65d2-a61d-70e1-c8f8c40d86a8%28Office.15%29.aspx)
-[Attachment.OnDirty Property (Access)](http://msdn.microsoft.com/library/a3f0e108-3abe-23b2-6c7d-e528432fc3d9%28Office.15%29.aspx)
+[ComboBox.OnDirty property (Access)](http://msdn.microsoft.com/library/2ef8c314-65d2-a61d-70e1-c8f8c40d86a8%28Office.15%29.aspx)
+[Attachment.OnDirty property (Access)](http://msdn.microsoft.com/library/a3f0e108-3abe-23b2-6c7d-e528432fc3d9%28Office.15%29.aspx)
diff --git a/F1/ondisconnect-property-access-vbaac10-chm13537.md b/F1/ondisconnect-property-access-vbaac10-chm13537.md
index 9bf49bba496..14e12f6101b 100644
--- a/F1/ondisconnect-property-access-vbaac10-chm13537.md
+++ b/F1/ondisconnect-property-access-vbaac10-chm13537.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OnDisconnect Property (Access)](http://msdn.microsoft.com/library/8f6514c7-8f61-2ae7-0859-8299523609ca%28Office.15%29.aspx)
+[Form.OnDisconnect property (Access)](http://msdn.microsoft.com/library/8f6514c7-8f61-2ae7-0859-8299523609ca%28Office.15%29.aspx)
diff --git a/F1/onenter-property-access-vbaac10-chm10493.md b/F1/onenter-property-access-vbaac10-chm10493.md
index 005b67341f3..7836856eb6a 100644
--- a/F1/onenter-property-access-vbaac10-chm10493.md
+++ b/F1/onenter-property-access-vbaac10-chm10493.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnEnter Property (Access)](http://msdn.microsoft.com/library/3da3f669-1314-97af-bd01-b1e4848f3a13%28Office.15%29.aspx)
+[NavigationButton.OnEnter property (Access)](http://msdn.microsoft.com/library/3da3f669-1314-97af-bd01-b1e4848f3a13%28Office.15%29.aspx)
-[CommandButton.OnEnter Property (Access)](http://msdn.microsoft.com/library/6d8f659f-a8aa-4671-509c-c82ae5dead0c%28Office.15%29.aspx)
+[CommandButton.OnEnter property (Access)](http://msdn.microsoft.com/library/6d8f659f-a8aa-4671-509c-c82ae5dead0c%28Office.15%29.aspx)
diff --git a/F1/onenter-property-access-vbaac10-chm4086.md b/F1/onenter-property-access-vbaac10-chm4086.md
index 32b24395da6..0471b8492e5 100644
--- a/F1/onenter-property-access-vbaac10-chm4086.md
+++ b/F1/onenter-property-access-vbaac10-chm4086.md
@@ -13,20 +13,20 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[SubForm.OnEnter Property (Access)](http://msdn.microsoft.com/library/381870d2-b3f2-d914-bdd5-0a120e1f28da%28Office.15%29.aspx)
+[SubForm.OnEnter property (Access)](http://msdn.microsoft.com/library/381870d2-b3f2-d914-bdd5-0a120e1f28da%28Office.15%29.aspx)
-[Attachment.OnEnter Property (Access)](http://msdn.microsoft.com/library/5aae3814-5fff-2011-c86d-3765f2a3615d%28Office.15%29.aspx)
+[Attachment.OnEnter property (Access)](http://msdn.microsoft.com/library/5aae3814-5fff-2011-c86d-3765f2a3615d%28Office.15%29.aspx)
-[TextBox.OnEnter Property (Access)](http://msdn.microsoft.com/library/d8f7aa7f-5222-ec0e-7be9-4022f5e697af%28Office.15%29.aspx)
-[BoundObjectFrame.OnEnter Property (Access)](http://msdn.microsoft.com/library/8374c513-ede2-4ed7-2e35-55755cfd3942%28Office.15%29.aspx)
-[ToggleButton.OnEnter Property (Access)](http://msdn.microsoft.com/library/06605089-613c-114b-4775-587a0357e875%28Office.15%29.aspx)
-[ComboBox.OnEnter Property (Access)](http://msdn.microsoft.com/library/be3b353e-7105-010a-0c6a-6c551dcf62d3%28Office.15%29.aspx)
-[ObjectFrame.OnEnter Property (Access)](http://msdn.microsoft.com/library/386524c3-8208-05dd-5d0f-9899e4619eb7%28Office.15%29.aspx)
-[OptionButton.OnEnter Property (Access)](http://msdn.microsoft.com/library/e454abc8-f344-f67a-f67a-ae1a8003155e%28Office.15%29.aspx)
-[OptionGroup.OnEnter Property (Access)](http://msdn.microsoft.com/library/1edbc677-6cf5-a14c-1bd8-b12e6c5a22cf%28Office.15%29.aspx)
-[NavigationButton.OnEnter Property (Access)](http://msdn.microsoft.com/library/3da3f669-1314-97af-bd01-b1e4848f3a13%28Office.15%29.aspx)
-[CommandButton.OnEnter Property (Access)](http://msdn.microsoft.com/library/6d8f659f-a8aa-4671-509c-c82ae5dead0c%28Office.15%29.aspx)
-[CheckBox.OnEnter Property (Access)](http://msdn.microsoft.com/library/54894c2c-e0ab-8679-a55a-df44af856f8a%28Office.15%29.aspx)
-[ListBox.OnEnter Property (Access)](http://msdn.microsoft.com/library/390d7350-3a93-d9f8-e377-f83102e8b5f1%28Office.15%29.aspx)
-[CustomControl.OnEnter Property (Access)](http://msdn.microsoft.com/library/c2ca822a-2b67-5b06-0d5c-ff602b21226b%28Office.15%29.aspx)
+[TextBox.OnEnter property (Access)](http://msdn.microsoft.com/library/d8f7aa7f-5222-ec0e-7be9-4022f5e697af%28Office.15%29.aspx)
+[BoundObjectFrame.OnEnter property (Access)](http://msdn.microsoft.com/library/8374c513-ede2-4ed7-2e35-55755cfd3942%28Office.15%29.aspx)
+[ToggleButton.OnEnter property (Access)](http://msdn.microsoft.com/library/06605089-613c-114b-4775-587a0357e875%28Office.15%29.aspx)
+[ComboBox.OnEnter property (Access)](http://msdn.microsoft.com/library/be3b353e-7105-010a-0c6a-6c551dcf62d3%28Office.15%29.aspx)
+[ObjectFrame.OnEnter property (Access)](http://msdn.microsoft.com/library/386524c3-8208-05dd-5d0f-9899e4619eb7%28Office.15%29.aspx)
+[OptionButton.OnEnter property (Access)](http://msdn.microsoft.com/library/e454abc8-f344-f67a-f67a-ae1a8003155e%28Office.15%29.aspx)
+[OptionGroup.OnEnter property (Access)](http://msdn.microsoft.com/library/1edbc677-6cf5-a14c-1bd8-b12e6c5a22cf%28Office.15%29.aspx)
+[NavigationButton.OnEnter property (Access)](http://msdn.microsoft.com/library/3da3f669-1314-97af-bd01-b1e4848f3a13%28Office.15%29.aspx)
+[CommandButton.OnEnter property (Access)](http://msdn.microsoft.com/library/6d8f659f-a8aa-4671-509c-c82ae5dead0c%28Office.15%29.aspx)
+[CheckBox.OnEnter property (Access)](http://msdn.microsoft.com/library/54894c2c-e0ab-8679-a55a-df44af856f8a%28Office.15%29.aspx)
+[ListBox.OnEnter property (Access)](http://msdn.microsoft.com/library/390d7350-3a93-d9f8-e377-f83102e8b5f1%28Office.15%29.aspx)
+[CustomControl.OnEnter property (Access)](http://msdn.microsoft.com/library/c2ca822a-2b67-5b06-0d5c-ff602b21226b%28Office.15%29.aspx)
diff --git a/F1/onerror-property-access-vbaac10-chm4087.md b/F1/onerror-property-access-vbaac10-chm4087.md
index 8b7c0d69081..8d622a87a0a 100644
--- a/F1/onerror-property-access-vbaac10-chm4087.md
+++ b/F1/onerror-property-access-vbaac10-chm4087.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnError Property (Access)](http://msdn.microsoft.com/library/28436e0e-a37e-8acd-6c3c-1f6d96c63e23%28Office.15%29.aspx)
+[Report.OnError property (Access)](http://msdn.microsoft.com/library/28436e0e-a37e-8acd-6c3c-1f6d96c63e23%28Office.15%29.aspx)
-[Form.OnError Property (Access)](http://msdn.microsoft.com/library/f89366ad-7d68-cb0f-0b17-c6b4f4eb3f3c%28Office.15%29.aspx)
+[Form.OnError property (Access)](http://msdn.microsoft.com/library/f89366ad-7d68-cb0f-0b17-c6b4f4eb3f3c%28Office.15%29.aspx)
diff --git a/F1/onexit-property-access-vbaac10-chm10494.md b/F1/onexit-property-access-vbaac10-chm10494.md
index ec18f5cf761..6da6d736f7f 100644
--- a/F1/onexit-property-access-vbaac10-chm10494.md
+++ b/F1/onexit-property-access-vbaac10-chm10494.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnExit Property (Access)](http://msdn.microsoft.com/library/f452b2c7-4d4e-2df4-da47-30d64b6e5e71%28Office.15%29.aspx)
+[NavigationButton.OnExit property (Access)](http://msdn.microsoft.com/library/f452b2c7-4d4e-2df4-da47-30d64b6e5e71%28Office.15%29.aspx)
-[CommandButton.OnExit Property (Access)](http://msdn.microsoft.com/library/8ff969a9-bb7c-9185-dba3-3259647fddbd%28Office.15%29.aspx)
+[CommandButton.OnExit property (Access)](http://msdn.microsoft.com/library/8ff969a9-bb7c-9185-dba3-3259647fddbd%28Office.15%29.aspx)
diff --git a/F1/onexit-property-access-vbaac10-chm5430.md b/F1/onexit-property-access-vbaac10-chm5430.md
index b3e20eddd53..7428074ed5c 100644
--- a/F1/onexit-property-access-vbaac10-chm5430.md
+++ b/F1/onexit-property-access-vbaac10-chm5430.md
@@ -13,20 +13,20 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[BoundObjectFrame.OnExit Property (Access)](http://msdn.microsoft.com/library/aec13583-19c6-b5a6-2bc1-0a46e23e9459%28Office.15%29.aspx)
+[BoundObjectFrame.OnExit property (Access)](http://msdn.microsoft.com/library/aec13583-19c6-b5a6-2bc1-0a46e23e9459%28Office.15%29.aspx)
-[OptionGroup.OnExit Property (Access)](http://msdn.microsoft.com/library/48a64bc3-df50-6fd7-8784-1413a5bb88ac%28Office.15%29.aspx)
+[OptionGroup.OnExit property (Access)](http://msdn.microsoft.com/library/48a64bc3-df50-6fd7-8784-1413a5bb88ac%28Office.15%29.aspx)
-[SubForm.OnExit Property (Access)](http://msdn.microsoft.com/library/6b19161f-a6e3-bd2d-0fde-21b16f4b324b%28Office.15%29.aspx)
-[ListBox.OnExit Property (Access)](http://msdn.microsoft.com/library/87ac5b4f-85d0-7edb-28d6-253f44496946%28Office.15%29.aspx)
-[ComboBox.OnExit Property (Access)](http://msdn.microsoft.com/library/0bc23d67-a1c1-8140-1930-2a1d97008fb5%28Office.15%29.aspx)
-[NavigationButton.OnExit Property (Access)](http://msdn.microsoft.com/library/f452b2c7-4d4e-2df4-da47-30d64b6e5e71%28Office.15%29.aspx)
-[CommandButton.OnExit Property (Access)](http://msdn.microsoft.com/library/8ff969a9-bb7c-9185-dba3-3259647fddbd%28Office.15%29.aspx)
-[ObjectFrame.OnExit Property (Access)](http://msdn.microsoft.com/library/47cb4cb3-1d8a-d286-a7df-832d6aa3fb55%28Office.15%29.aspx)
-[Attachment.OnExit Property (Access)](http://msdn.microsoft.com/library/5ca25e6f-1fc3-826a-9111-b899e324ef99%28Office.15%29.aspx)
-[CustomControl.OnExit Property (Access)](http://msdn.microsoft.com/library/a634b83c-fd5a-1277-44b2-d9e2c4b13436%28Office.15%29.aspx)
-[ToggleButton.OnExit Property (Access)](http://msdn.microsoft.com/library/59dd0f8d-7c77-08be-8978-ea039ad851b9%28Office.15%29.aspx)
-[OptionButton.OnExit Property (Access)](http://msdn.microsoft.com/library/a857d054-b372-e10b-0246-f0e95b742902%28Office.15%29.aspx)
-[CheckBox.OnExit Property (Access)](http://msdn.microsoft.com/library/fd52a8c3-7d49-9504-9afd-f6132f138690%28Office.15%29.aspx)
-[TextBox.OnExit Property (Access)](http://msdn.microsoft.com/library/2489acdf-4cf5-8b49-e9fe-fc78c07a87f3%28Office.15%29.aspx)
+[SubForm.OnExit property (Access)](http://msdn.microsoft.com/library/6b19161f-a6e3-bd2d-0fde-21b16f4b324b%28Office.15%29.aspx)
+[ListBox.OnExit property (Access)](http://msdn.microsoft.com/library/87ac5b4f-85d0-7edb-28d6-253f44496946%28Office.15%29.aspx)
+[ComboBox.OnExit property (Access)](http://msdn.microsoft.com/library/0bc23d67-a1c1-8140-1930-2a1d97008fb5%28Office.15%29.aspx)
+[NavigationButton.OnExit property (Access)](http://msdn.microsoft.com/library/f452b2c7-4d4e-2df4-da47-30d64b6e5e71%28Office.15%29.aspx)
+[CommandButton.OnExit property (Access)](http://msdn.microsoft.com/library/8ff969a9-bb7c-9185-dba3-3259647fddbd%28Office.15%29.aspx)
+[ObjectFrame.OnExit property (Access)](http://msdn.microsoft.com/library/47cb4cb3-1d8a-d286-a7df-832d6aa3fb55%28Office.15%29.aspx)
+[Attachment.OnExit property (Access)](http://msdn.microsoft.com/library/5ca25e6f-1fc3-826a-9111-b899e324ef99%28Office.15%29.aspx)
+[CustomControl.OnExit property (Access)](http://msdn.microsoft.com/library/a634b83c-fd5a-1277-44b2-d9e2c4b13436%28Office.15%29.aspx)
+[ToggleButton.OnExit property (Access)](http://msdn.microsoft.com/library/59dd0f8d-7c77-08be-8978-ea039ad851b9%28Office.15%29.aspx)
+[OptionButton.OnExit property (Access)](http://msdn.microsoft.com/library/a857d054-b372-e10b-0246-f0e95b742902%28Office.15%29.aspx)
+[CheckBox.OnExit property (Access)](http://msdn.microsoft.com/library/fd52a8c3-7d49-9504-9afd-f6132f138690%28Office.15%29.aspx)
+[TextBox.OnExit property (Access)](http://msdn.microsoft.com/library/2489acdf-4cf5-8b49-e9fe-fc78c07a87f3%28Office.15%29.aspx)
diff --git a/F1/onfilter-property-access-vbaac10-chm4134.md b/F1/onfilter-property-access-vbaac10-chm4134.md
index ea4c0813c1e..6034518b6d3 100644
--- a/F1/onfilter-property-access-vbaac10-chm4134.md
+++ b/F1/onfilter-property-access-vbaac10-chm4134.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnFilter Property (Access)](http://msdn.microsoft.com/library/72af402e-8e37-328e-b0f4-89f54f59bce0%28Office.15%29.aspx)
+[Report.OnFilter property (Access)](http://msdn.microsoft.com/library/72af402e-8e37-328e-b0f4-89f54f59bce0%28Office.15%29.aspx)
-[Form.OnFilter Property (Access)](http://msdn.microsoft.com/library/4d1b52cb-0f79-d8e9-05b3-a7a1da0a7a62%28Office.15%29.aspx)
+[Form.OnFilter property (Access)](http://msdn.microsoft.com/library/4d1b52cb-0f79-d8e9-05b3-a7a1da0a7a62%28Office.15%29.aspx)
diff --git a/F1/onformat-property-access-vbaac10-chm12204.md b/F1/onformat-property-access-vbaac10-chm12204.md
index 1665da3e055..9a24bb1f07d 100644
--- a/F1/onformat-property-access-vbaac10-chm12204.md
+++ b/F1/onformat-property-access-vbaac10-chm12204.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.OnFormat Property (Access)](http://msdn.microsoft.com/library/061652a9-0253-8dc2-a8c0-02daa40d132d%28Office.15%29.aspx)
+[Section.OnFormat property (Access)](http://msdn.microsoft.com/library/061652a9-0253-8dc2-a8c0-02daa40d132d%28Office.15%29.aspx)
diff --git a/F1/ongotfocus-property-access-vbaac10-chm10495.md b/F1/ongotfocus-property-access-vbaac10-chm10495.md
index b74a0fe3177..79885c28cf0 100644
--- a/F1/ongotfocus-property-access-vbaac10-chm10495.md
+++ b/F1/ongotfocus-property-access-vbaac10-chm10495.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/3c3f637b-1027-b758-f02d-2f4d3aeb1f6f%28Office.15%29.aspx)
+[NavigationButton.OnGotFocus property (Access)](http://msdn.microsoft.com/library/3c3f637b-1027-b758-f02d-2f4d3aeb1f6f%28Office.15%29.aspx)
-[CommandButton.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/4d892495-791b-05b3-0bcb-3b3c3635a0bd%28Office.15%29.aspx)
+[CommandButton.OnGotFocus property (Access)](http://msdn.microsoft.com/library/4d892495-791b-05b3-0bcb-3b3c3635a0bd%28Office.15%29.aspx)
diff --git a/F1/ongotfocus-property-access-vbaac10-chm4090.md b/F1/ongotfocus-property-access-vbaac10-chm4090.md
index 367342c3b58..c7b6cebb8e1 100644
--- a/F1/ongotfocus-property-access-vbaac10-chm4090.md
+++ b/F1/ongotfocus-property-access-vbaac10-chm4090.md
@@ -13,21 +13,21 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/6fb801bd-c2f9-e81d-24b7-0669ece6422d%28Office.15%29.aspx)
+[ComboBox.OnGotFocus property (Access)](http://msdn.microsoft.com/library/6fb801bd-c2f9-e81d-24b7-0669ece6422d%28Office.15%29.aspx)
-[OptionButton.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/04c44e84-0a60-cef5-16eb-0a9ec90015ec%28Office.15%29.aspx)
+[OptionButton.OnGotFocus property (Access)](http://msdn.microsoft.com/library/04c44e84-0a60-cef5-16eb-0a9ec90015ec%28Office.15%29.aspx)
-[Report.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/259d14b1-cd39-722e-b4d7-28742fefd831%28Office.15%29.aspx)
-[NavigationButton.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/3c3f637b-1027-b758-f02d-2f4d3aeb1f6f%28Office.15%29.aspx)
-[Form.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/04f2e6e2-aaa3-eb05-16ff-32d5a252df94%28Office.15%29.aspx)
-[CommandButton.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/4d892495-791b-05b3-0bcb-3b3c3635a0bd%28Office.15%29.aspx)
-[Attachment.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/a25aa4f5-8ac6-86e9-d8de-725072a77007%28Office.15%29.aspx)
-[ObjectFrame.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/3897a919-6180-6b57-eba9-72eea8831753%28Office.15%29.aspx)
-[NavigationControl.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/62e5608d-c002-cc2b-305c-90b9ba68b527%28Office.15%29.aspx)
-[TextBox.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/3a180b9a-d415-b124-f884-9ce64dba8358%28Office.15%29.aspx)
-[CustomControl.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/75c6d494-5524-f628-5d27-aff11dc9e358%28Office.15%29.aspx)
-[ListBox.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/ded32fef-1821-5288-9265-c1e1f4819efe%28Office.15%29.aspx)
-[ToggleButton.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/bcc774c8-7766-942d-b37d-d4c96dd84911%28Office.15%29.aspx)
-[CheckBox.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/eaa59b30-d037-2b3a-1e24-e5ea9a11f0f3%28Office.15%29.aspx)
-[BoundObjectFrame.OnGotFocus Property (Access)](http://msdn.microsoft.com/library/67b47b88-8a45-c1e6-68b2-fe2cf2e726fe%28Office.15%29.aspx)
+[Report.OnGotFocus property (Access)](http://msdn.microsoft.com/library/259d14b1-cd39-722e-b4d7-28742fefd831%28Office.15%29.aspx)
+[NavigationButton.OnGotFocus property (Access)](http://msdn.microsoft.com/library/3c3f637b-1027-b758-f02d-2f4d3aeb1f6f%28Office.15%29.aspx)
+[Form.OnGotFocus property (Access)](http://msdn.microsoft.com/library/04f2e6e2-aaa3-eb05-16ff-32d5a252df94%28Office.15%29.aspx)
+[CommandButton.OnGotFocus property (Access)](http://msdn.microsoft.com/library/4d892495-791b-05b3-0bcb-3b3c3635a0bd%28Office.15%29.aspx)
+[Attachment.OnGotFocus property (Access)](http://msdn.microsoft.com/library/a25aa4f5-8ac6-86e9-d8de-725072a77007%28Office.15%29.aspx)
+[ObjectFrame.OnGotFocus property (Access)](http://msdn.microsoft.com/library/3897a919-6180-6b57-eba9-72eea8831753%28Office.15%29.aspx)
+[NavigationControl.OnGotFocus property (Access)](http://msdn.microsoft.com/library/62e5608d-c002-cc2b-305c-90b9ba68b527%28Office.15%29.aspx)
+[TextBox.OnGotFocus property (Access)](http://msdn.microsoft.com/library/3a180b9a-d415-b124-f884-9ce64dba8358%28Office.15%29.aspx)
+[CustomControl.OnGotFocus property (Access)](http://msdn.microsoft.com/library/75c6d494-5524-f628-5d27-aff11dc9e358%28Office.15%29.aspx)
+[ListBox.OnGotFocus property (Access)](http://msdn.microsoft.com/library/ded32fef-1821-5288-9265-c1e1f4819efe%28Office.15%29.aspx)
+[ToggleButton.OnGotFocus property (Access)](http://msdn.microsoft.com/library/bcc774c8-7766-942d-b37d-d4c96dd84911%28Office.15%29.aspx)
+[CheckBox.OnGotFocus property (Access)](http://msdn.microsoft.com/library/eaa59b30-d037-2b3a-1e24-e5ea9a11f0f3%28Office.15%29.aspx)
+[BoundObjectFrame.OnGotFocus property (Access)](http://msdn.microsoft.com/library/67b47b88-8a45-c1e6-68b2-fe2cf2e726fe%28Office.15%29.aspx)
diff --git a/F1/onkeydown-property-access-vbaac10-chm10502.md b/F1/onkeydown-property-access-vbaac10-chm10502.md
index 9321dd961fc..261c505f193 100644
--- a/F1/onkeydown-property-access-vbaac10-chm10502.md
+++ b/F1/onkeydown-property-access-vbaac10-chm10502.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/33945139-f404-ea8a-577e-2a3623f52cb3%28Office.15%29.aspx)
+[CommandButton.OnKeyDown property (Access)](http://msdn.microsoft.com/library/33945139-f404-ea8a-577e-2a3623f52cb3%28Office.15%29.aspx)
-[NavigationButton.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/8300e663-ec50-a08f-7ee5-f8b5cf7e5db0%28Office.15%29.aspx)
+[NavigationButton.OnKeyDown property (Access)](http://msdn.microsoft.com/library/8300e663-ec50-a08f-7ee5-f8b5cf7e5db0%28Office.15%29.aspx)
diff --git a/F1/onkeydown-property-access-vbaac10-chm11127.md b/F1/onkeydown-property-access-vbaac10-chm11127.md
index 0e7a8836ec0..0cb597654ab 100644
--- a/F1/onkeydown-property-access-vbaac10-chm11127.md
+++ b/F1/onkeydown-property-access-vbaac10-chm11127.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/472e4b96-a6b1-6473-ed56-64af3522281f%28Office.15%29.aspx)
+[TextBox.OnKeyDown property (Access)](http://msdn.microsoft.com/library/472e4b96-a6b1-6473-ed56-64af3522281f%28Office.15%29.aspx)
-[NavigationControl.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/8de375d7-da00-318a-2a1a-7d2fb26bd11d%28Office.15%29.aspx)
+[NavigationControl.OnKeyDown property (Access)](http://msdn.microsoft.com/library/8de375d7-da00-318a-2a1a-7d2fb26bd11d%28Office.15%29.aspx)
diff --git a/F1/onkeydown-property-access-vbaac10-chm4094.md b/F1/onkeydown-property-access-vbaac10-chm4094.md
index 8f7d64a162d..9049bf9aaa1 100644
--- a/F1/onkeydown-property-access-vbaac10-chm4094.md
+++ b/F1/onkeydown-property-access-vbaac10-chm4094.md
@@ -13,21 +13,21 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[OptionButton.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/631cb13b-cbee-e5eb-2be8-260aa08c441b%28Office.15%29.aspx)
+[OptionButton.OnKeyDown property (Access)](http://msdn.microsoft.com/library/631cb13b-cbee-e5eb-2be8-260aa08c441b%28Office.15%29.aspx)
-[CommandButton.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/33945139-f404-ea8a-577e-2a3623f52cb3%28Office.15%29.aspx)
+[CommandButton.OnKeyDown property (Access)](http://msdn.microsoft.com/library/33945139-f404-ea8a-577e-2a3623f52cb3%28Office.15%29.aspx)
-[WebBrowserControl.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/43e45acd-33a4-a740-b733-516e8f6c3c83%28Office.15%29.aspx)
-[TextBox.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/472e4b96-a6b1-6473-ed56-64af3522281f%28Office.15%29.aspx)
-[Report.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/22be1d11-abbd-81ff-d83c-66aa2884560a%28Office.15%29.aspx)
-[Attachment.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/8135c3e5-e7d0-bafa-3eef-740b6ee73edd%28Office.15%29.aspx)
-[Form.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/73302cbd-25bc-4ae1-8df9-7813d0a67b65%28Office.15%29.aspx)
-[CheckBox.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/ead6dc7b-2be4-a8c4-6f4a-7b3fcfcacc48%28Office.15%29.aspx)
-[ToggleButton.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/b6a167f8-a6a3-a0b1-e04f-7bf1b595c318%28Office.15%29.aspx)
-[NavigationControl.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/8de375d7-da00-318a-2a1a-7d2fb26bd11d%28Office.15%29.aspx)
-[TabControl.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/2ced5814-b1b0-0fff-1003-a5e72e66dbc3%28Office.15%29.aspx)
-[ListBox.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/f1136953-16b3-9628-9411-b13b143725d0%28Office.15%29.aspx)
-[ComboBox.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/49921f2f-abab-692f-52ca-bbdf2ce04ae3%28Office.15%29.aspx)
-[BoundObjectFrame.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/4602eec0-96ae-1592-d8b8-d4a44d7e8312%28Office.15%29.aspx)
-[NavigationButton.OnKeyDown Property (Access)](http://msdn.microsoft.com/library/8300e663-ec50-a08f-7ee5-f8b5cf7e5db0%28Office.15%29.aspx)
+[WebBrowserControl.OnKeyDown property (Access)](http://msdn.microsoft.com/library/43e45acd-33a4-a740-b733-516e8f6c3c83%28Office.15%29.aspx)
+[TextBox.OnKeyDown property (Access)](http://msdn.microsoft.com/library/472e4b96-a6b1-6473-ed56-64af3522281f%28Office.15%29.aspx)
+[Report.OnKeyDown property (Access)](http://msdn.microsoft.com/library/22be1d11-abbd-81ff-d83c-66aa2884560a%28Office.15%29.aspx)
+[Attachment.OnKeyDown property (Access)](http://msdn.microsoft.com/library/8135c3e5-e7d0-bafa-3eef-740b6ee73edd%28Office.15%29.aspx)
+[Form.OnKeyDown property (Access)](http://msdn.microsoft.com/library/73302cbd-25bc-4ae1-8df9-7813d0a67b65%28Office.15%29.aspx)
+[CheckBox.OnKeyDown property (Access)](http://msdn.microsoft.com/library/ead6dc7b-2be4-a8c4-6f4a-7b3fcfcacc48%28Office.15%29.aspx)
+[ToggleButton.OnKeyDown property (Access)](http://msdn.microsoft.com/library/b6a167f8-a6a3-a0b1-e04f-7bf1b595c318%28Office.15%29.aspx)
+[NavigationControl.OnKeyDown property (Access)](http://msdn.microsoft.com/library/8de375d7-da00-318a-2a1a-7d2fb26bd11d%28Office.15%29.aspx)
+[TabControl.OnKeyDown property (Access)](http://msdn.microsoft.com/library/2ced5814-b1b0-0fff-1003-a5e72e66dbc3%28Office.15%29.aspx)
+[ListBox.OnKeyDown property (Access)](http://msdn.microsoft.com/library/f1136953-16b3-9628-9411-b13b143725d0%28Office.15%29.aspx)
+[ComboBox.OnKeyDown property (Access)](http://msdn.microsoft.com/library/49921f2f-abab-692f-52ca-bbdf2ce04ae3%28Office.15%29.aspx)
+[BoundObjectFrame.OnKeyDown property (Access)](http://msdn.microsoft.com/library/4602eec0-96ae-1592-d8b8-d4a44d7e8312%28Office.15%29.aspx)
+[NavigationButton.OnKeyDown property (Access)](http://msdn.microsoft.com/library/8300e663-ec50-a08f-7ee5-f8b5cf7e5db0%28Office.15%29.aspx)
diff --git a/F1/onkeypress-property-access-vbaac10-chm10504.md b/F1/onkeypress-property-access-vbaac10-chm10504.md
index c2023c40fbd..56e4a97d075 100644
--- a/F1/onkeypress-property-access-vbaac10-chm10504.md
+++ b/F1/onkeypress-property-access-vbaac10-chm10504.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/de0dd03a-e3f4-c69d-0d9e-030fefc0a2de%28Office.15%29.aspx)
+[CommandButton.OnKeyPress property (Access)](http://msdn.microsoft.com/library/de0dd03a-e3f4-c69d-0d9e-030fefc0a2de%28Office.15%29.aspx)
-[NavigationButton.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/6831ae04-07b0-e84b-4451-0c728e80d8e9%28Office.15%29.aspx)
+[NavigationButton.OnKeyPress property (Access)](http://msdn.microsoft.com/library/6831ae04-07b0-e84b-4451-0c728e80d8e9%28Office.15%29.aspx)
diff --git a/F1/onkeypress-property-access-vbaac10-chm11129.md b/F1/onkeypress-property-access-vbaac10-chm11129.md
index 0e5dd3180a1..f5ebaf1cd7f 100644
--- a/F1/onkeypress-property-access-vbaac10-chm11129.md
+++ b/F1/onkeypress-property-access-vbaac10-chm11129.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/458d2e2d-3003-79e4-a911-058928c25cef%28Office.15%29.aspx)
+[TextBox.OnKeyPress property (Access)](http://msdn.microsoft.com/library/458d2e2d-3003-79e4-a911-058928c25cef%28Office.15%29.aspx)
-[NavigationControl.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/5efcc70d-6609-d4b3-509c-063af66195c4%28Office.15%29.aspx)
+[NavigationControl.OnKeyPress property (Access)](http://msdn.microsoft.com/library/5efcc70d-6609-d4b3-509c-063af66195c4%28Office.15%29.aspx)
diff --git a/F1/onkeypress-property-access-vbaac10-chm4095.md b/F1/onkeypress-property-access-vbaac10-chm4095.md
index f8c08e4df92..5297ef56141 100644
--- a/F1/onkeypress-property-access-vbaac10-chm4095.md
+++ b/F1/onkeypress-property-access-vbaac10-chm4095.md
@@ -13,21 +13,21 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/de0dd03a-e3f4-c69d-0d9e-030fefc0a2de%28Office.15%29.aspx)
+[CommandButton.OnKeyPress property (Access)](http://msdn.microsoft.com/library/de0dd03a-e3f4-c69d-0d9e-030fefc0a2de%28Office.15%29.aspx)
-[TextBox.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/458d2e2d-3003-79e4-a911-058928c25cef%28Office.15%29.aspx)
+[TextBox.OnKeyPress property (Access)](http://msdn.microsoft.com/library/458d2e2d-3003-79e4-a911-058928c25cef%28Office.15%29.aspx)
-[NavigationControl.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/5efcc70d-6609-d4b3-509c-063af66195c4%28Office.15%29.aspx)
-[NavigationButton.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/6831ae04-07b0-e84b-4451-0c728e80d8e9%28Office.15%29.aspx)
-[Form.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/1ba311c2-15f2-1756-b35c-18df7cf7f858%28Office.15%29.aspx)
-[ToggleButton.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/8fe11ce6-1566-238e-c93a-1ee5835b9c2e%28Office.15%29.aspx)
-[CheckBox.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/a1f83ff8-b334-0314-8041-38a357b8c5a8%28Office.15%29.aspx)
-[OptionButton.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/6adf4d90-7922-bdb4-c09e-397f1c8c8a42%28Office.15%29.aspx)
-[ComboBox.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/ddd9e200-5578-3269-d2c8-5352684e5fab%28Office.15%29.aspx)
-[ListBox.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/f7d0c300-d3dc-78e3-0e2d-825bd7088ad7%28Office.15%29.aspx)
-[WebBrowserControl.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/9f79f4cb-09dd-a6db-c70c-b77c83caa315%28Office.15%29.aspx)
-[Report.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/9f6dcc2e-b2b1-56bc-2c3a-c7be498eda72%28Office.15%29.aspx)
-[BoundObjectFrame.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/fd4c6208-d311-64dd-8683-d106d33cffc0%28Office.15%29.aspx)
-[Attachment.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/9f3213eb-9c37-f550-6c14-e6dd85d030a5%28Office.15%29.aspx)
-[TabControl.OnKeyPress Property (Access)](http://msdn.microsoft.com/library/4045a573-1871-a968-21f1-ebae85dc8318%28Office.15%29.aspx)
+[NavigationControl.OnKeyPress property (Access)](http://msdn.microsoft.com/library/5efcc70d-6609-d4b3-509c-063af66195c4%28Office.15%29.aspx)
+[NavigationButton.OnKeyPress property (Access)](http://msdn.microsoft.com/library/6831ae04-07b0-e84b-4451-0c728e80d8e9%28Office.15%29.aspx)
+[Form.OnKeyPress property (Access)](http://msdn.microsoft.com/library/1ba311c2-15f2-1756-b35c-18df7cf7f858%28Office.15%29.aspx)
+[ToggleButton.OnKeyPress property (Access)](http://msdn.microsoft.com/library/8fe11ce6-1566-238e-c93a-1ee5835b9c2e%28Office.15%29.aspx)
+[CheckBox.OnKeyPress property (Access)](http://msdn.microsoft.com/library/a1f83ff8-b334-0314-8041-38a357b8c5a8%28Office.15%29.aspx)
+[OptionButton.OnKeyPress property (Access)](http://msdn.microsoft.com/library/6adf4d90-7922-bdb4-c09e-397f1c8c8a42%28Office.15%29.aspx)
+[ComboBox.OnKeyPress property (Access)](http://msdn.microsoft.com/library/ddd9e200-5578-3269-d2c8-5352684e5fab%28Office.15%29.aspx)
+[ListBox.OnKeyPress property (Access)](http://msdn.microsoft.com/library/f7d0c300-d3dc-78e3-0e2d-825bd7088ad7%28Office.15%29.aspx)
+[WebBrowserControl.OnKeyPress property (Access)](http://msdn.microsoft.com/library/9f79f4cb-09dd-a6db-c70c-b77c83caa315%28Office.15%29.aspx)
+[Report.OnKeyPress property (Access)](http://msdn.microsoft.com/library/9f6dcc2e-b2b1-56bc-2c3a-c7be498eda72%28Office.15%29.aspx)
+[BoundObjectFrame.OnKeyPress property (Access)](http://msdn.microsoft.com/library/fd4c6208-d311-64dd-8683-d106d33cffc0%28Office.15%29.aspx)
+[Attachment.OnKeyPress property (Access)](http://msdn.microsoft.com/library/9f3213eb-9c37-f550-6c14-e6dd85d030a5%28Office.15%29.aspx)
+[TabControl.OnKeyPress property (Access)](http://msdn.microsoft.com/library/4045a573-1871-a968-21f1-ebae85dc8318%28Office.15%29.aspx)
diff --git a/F1/onkeyup-property-access-vbaac10-chm10503.md b/F1/onkeyup-property-access-vbaac10-chm10503.md
index b18631ef8fe..2614824fe74 100644
--- a/F1/onkeyup-property-access-vbaac10-chm10503.md
+++ b/F1/onkeyup-property-access-vbaac10-chm10503.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/4239b8d8-6d38-3406-1a56-994a4dba778f%28Office.15%29.aspx)
+[NavigationButton.OnKeyUp property (Access)](http://msdn.microsoft.com/library/4239b8d8-6d38-3406-1a56-994a4dba778f%28Office.15%29.aspx)
-[CommandButton.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/dc4ad60c-4ba5-bf80-2e83-ee75da462e27%28Office.15%29.aspx)
+[CommandButton.OnKeyUp property (Access)](http://msdn.microsoft.com/library/dc4ad60c-4ba5-bf80-2e83-ee75da462e27%28Office.15%29.aspx)
diff --git a/F1/onkeyup-property-access-vbaac10-chm11128.md b/F1/onkeyup-property-access-vbaac10-chm11128.md
index 3aef16a356d..948f74613f8 100644
--- a/F1/onkeyup-property-access-vbaac10-chm11128.md
+++ b/F1/onkeyup-property-access-vbaac10-chm11128.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/77ebdf97-ae3f-73f4-d670-3c99d1f4f87d%28Office.15%29.aspx)
+[TextBox.OnKeyUp property (Access)](http://msdn.microsoft.com/library/77ebdf97-ae3f-73f4-d670-3c99d1f4f87d%28Office.15%29.aspx)
-[NavigationControl.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/ac069657-a9de-79f2-2e7c-92e151228f2a%28Office.15%29.aspx)
+[NavigationControl.OnKeyUp property (Access)](http://msdn.microsoft.com/library/ac069657-a9de-79f2-2e7c-92e151228f2a%28Office.15%29.aspx)
diff --git a/F1/onkeyup-property-access-vbaac10-chm5437.md b/F1/onkeyup-property-access-vbaac10-chm5437.md
index 143004c4d5f..2e4791e76d9 100644
--- a/F1/onkeyup-property-access-vbaac10-chm5437.md
+++ b/F1/onkeyup-property-access-vbaac10-chm5437.md
@@ -13,21 +13,21 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/a31122bb-3f5a-4021-a2b5-16487aa0ce7c%28Office.15%29.aspx)
+[Report.OnKeyUp property (Access)](http://msdn.microsoft.com/library/a31122bb-3f5a-4021-a2b5-16487aa0ce7c%28Office.15%29.aspx)
-[BoundObjectFrame.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/527a0034-31e1-af3f-d518-3c3b7cb62c8b%28Office.15%29.aspx)
+[BoundObjectFrame.OnKeyUp property (Access)](http://msdn.microsoft.com/library/527a0034-31e1-af3f-d518-3c3b7cb62c8b%28Office.15%29.aspx)
-[TextBox.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/77ebdf97-ae3f-73f4-d670-3c99d1f4f87d%28Office.15%29.aspx)
-[ComboBox.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/5ee1855c-c6ba-84a6-4cc8-586ee2b201e0%28Office.15%29.aspx)
-[ListBox.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/efc5b93f-ddbc-4fc0-2c2e-6a3fd13b2b97%28Office.15%29.aspx)
-[TabControl.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/f0a0c7c6-989c-d914-ccf5-7bac89d84dce%28Office.15%29.aspx)
-[WebBrowserControl.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/b9ad26fe-2e31-958c-220d-8394b8a2e3de%28Office.15%29.aspx)
-[NavigationControl.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/ac069657-a9de-79f2-2e7c-92e151228f2a%28Office.15%29.aspx)
-[ToggleButton.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/a932ab8a-3b48-8aa3-5ee4-97593b4394a4%28Office.15%29.aspx)
-[NavigationButton.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/4239b8d8-6d38-3406-1a56-994a4dba778f%28Office.15%29.aspx)
-[Attachment.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/56e5a246-5907-f537-0c89-a746beab0865%28Office.15%29.aspx)
-[OptionButton.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/99b7e4be-f2fc-f221-814e-b31cd3360063%28Office.15%29.aspx)
-[CheckBox.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/a3e08de2-f135-b7e2-6d7e-c3030674f7be%28Office.15%29.aspx)
-[CommandButton.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/dc4ad60c-4ba5-bf80-2e83-ee75da462e27%28Office.15%29.aspx)
-[Form.OnKeyUp Property (Access)](http://msdn.microsoft.com/library/18cc6617-082d-584d-518b-f89e4c71f8eb%28Office.15%29.aspx)
+[TextBox.OnKeyUp property (Access)](http://msdn.microsoft.com/library/77ebdf97-ae3f-73f4-d670-3c99d1f4f87d%28Office.15%29.aspx)
+[ComboBox.OnKeyUp property (Access)](http://msdn.microsoft.com/library/5ee1855c-c6ba-84a6-4cc8-586ee2b201e0%28Office.15%29.aspx)
+[ListBox.OnKeyUp property (Access)](http://msdn.microsoft.com/library/efc5b93f-ddbc-4fc0-2c2e-6a3fd13b2b97%28Office.15%29.aspx)
+[TabControl.OnKeyUp property (Access)](http://msdn.microsoft.com/library/f0a0c7c6-989c-d914-ccf5-7bac89d84dce%28Office.15%29.aspx)
+[WebBrowserControl.OnKeyUp property (Access)](http://msdn.microsoft.com/library/b9ad26fe-2e31-958c-220d-8394b8a2e3de%28Office.15%29.aspx)
+[NavigationControl.OnKeyUp property (Access)](http://msdn.microsoft.com/library/ac069657-a9de-79f2-2e7c-92e151228f2a%28Office.15%29.aspx)
+[ToggleButton.OnKeyUp property (Access)](http://msdn.microsoft.com/library/a932ab8a-3b48-8aa3-5ee4-97593b4394a4%28Office.15%29.aspx)
+[NavigationButton.OnKeyUp property (Access)](http://msdn.microsoft.com/library/4239b8d8-6d38-3406-1a56-994a4dba778f%28Office.15%29.aspx)
+[Attachment.OnKeyUp property (Access)](http://msdn.microsoft.com/library/56e5a246-5907-f537-0c89-a746beab0865%28Office.15%29.aspx)
+[OptionButton.OnKeyUp property (Access)](http://msdn.microsoft.com/library/99b7e4be-f2fc-f221-814e-b31cd3360063%28Office.15%29.aspx)
+[CheckBox.OnKeyUp property (Access)](http://msdn.microsoft.com/library/a3e08de2-f135-b7e2-6d7e-c3030674f7be%28Office.15%29.aspx)
+[CommandButton.OnKeyUp property (Access)](http://msdn.microsoft.com/library/dc4ad60c-4ba5-bf80-2e83-ee75da462e27%28Office.15%29.aspx)
+[Form.OnKeyUp property (Access)](http://msdn.microsoft.com/library/18cc6617-082d-584d-518b-f89e4c71f8eb%28Office.15%29.aspx)
diff --git a/F1/onload-property-access-vbaac10-chm4096.md b/F1/onload-property-access-vbaac10-chm4096.md
index 5cc12dc62bd..c8bb16eae80 100644
--- a/F1/onload-property-access-vbaac10-chm4096.md
+++ b/F1/onload-property-access-vbaac10-chm4096.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnLoad Property (Access)](http://msdn.microsoft.com/library/b9ce7eaf-3f52-4cdf-a8eb-74f242c6b526%28Office.15%29.aspx)
+[Report.OnLoad property (Access)](http://msdn.microsoft.com/library/b9ce7eaf-3f52-4cdf-a8eb-74f242c6b526%28Office.15%29.aspx)
-[Form.OnLoad Property (Access)](http://msdn.microsoft.com/library/8614f8a8-b5ca-6fa6-46b2-7e88d8a8137d%28Office.15%29.aspx)
+[Form.OnLoad property (Access)](http://msdn.microsoft.com/library/8614f8a8-b5ca-6fa6-46b2-7e88d8a8137d%28Office.15%29.aspx)
diff --git a/F1/onlostfocus-property-access-vbaac10-chm10496.md b/F1/onlostfocus-property-access-vbaac10-chm10496.md
index b71ef5b65f2..e3721b5c680 100644
--- a/F1/onlostfocus-property-access-vbaac10-chm10496.md
+++ b/F1/onlostfocus-property-access-vbaac10-chm10496.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/c802a73b-5f6b-d7b2-7a8b-303f3fdf3440%28Office.15%29.aspx)
+[NavigationButton.OnLostFocus property (Access)](http://msdn.microsoft.com/library/c802a73b-5f6b-d7b2-7a8b-303f3fdf3440%28Office.15%29.aspx)
-[CommandButton.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/e3bddd85-772e-9d3c-d079-b323f10a7d5a%28Office.15%29.aspx)
+[CommandButton.OnLostFocus property (Access)](http://msdn.microsoft.com/library/e3bddd85-772e-9d3c-d079-b323f10a7d5a%28Office.15%29.aspx)
diff --git a/F1/onlostfocus-property-access-vbaac10-chm11121.md b/F1/onlostfocus-property-access-vbaac10-chm11121.md
index 502062292ff..ffd03fa363c 100644
--- a/F1/onlostfocus-property-access-vbaac10-chm11121.md
+++ b/F1/onlostfocus-property-access-vbaac10-chm11121.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/1606cb80-bf56-3766-d939-b545c2738e17%28Office.15%29.aspx)
+[TextBox.OnLostFocus property (Access)](http://msdn.microsoft.com/library/1606cb80-bf56-3766-d939-b545c2738e17%28Office.15%29.aspx)
-[NavigationControl.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/1f7496cc-7550-d9cd-c7bb-d461775d8fed%28Office.15%29.aspx)
+[NavigationControl.OnLostFocus property (Access)](http://msdn.microsoft.com/library/1f7496cc-7550-d9cd-c7bb-d461775d8fed%28Office.15%29.aspx)
diff --git a/F1/onlostfocus-property-access-vbaac10-chm5434.md b/F1/onlostfocus-property-access-vbaac10-chm5434.md
index eeb3dd1dc16..409b97ef4fc 100644
--- a/F1/onlostfocus-property-access-vbaac10-chm5434.md
+++ b/F1/onlostfocus-property-access-vbaac10-chm5434.md
@@ -13,21 +13,21 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[OptionButton.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/e2579b6b-a499-ff37-8195-29cc1aad79db%28Office.15%29.aspx)
+[OptionButton.OnLostFocus property (Access)](http://msdn.microsoft.com/library/e2579b6b-a499-ff37-8195-29cc1aad79db%28Office.15%29.aspx)
-[NavigationButton.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/c802a73b-5f6b-d7b2-7a8b-303f3fdf3440%28Office.15%29.aspx)
+[NavigationButton.OnLostFocus property (Access)](http://msdn.microsoft.com/library/c802a73b-5f6b-d7b2-7a8b-303f3fdf3440%28Office.15%29.aspx)
-[ListBox.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/ce4b1917-c986-3059-69cb-830345c5f25a%28Office.15%29.aspx)
-[CommandButton.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/e3bddd85-772e-9d3c-d079-b323f10a7d5a%28Office.15%29.aspx)
-[TextBox.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/1606cb80-bf56-3766-d939-b545c2738e17%28Office.15%29.aspx)
-[ComboBox.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/95356ca4-d76d-9027-7330-b5d36ccf7afc%28Office.15%29.aspx)
-[CheckBox.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/b2f7b85b-73c3-b47c-5a31-b9b733208901%28Office.15%29.aspx)
-[ObjectFrame.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/47f336d6-2a89-4824-55c3-c632d2fbf2f2%28Office.15%29.aspx)
-[Form.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/2bbc34d2-e4e6-7133-ef9e-d112514ace92%28Office.15%29.aspx)
-[NavigationControl.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/1f7496cc-7550-d9cd-c7bb-d461775d8fed%28Office.15%29.aspx)
-[Attachment.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/546d0491-ddb8-87d4-9f97-d68cfd96070c%28Office.15%29.aspx)
-[ToggleButton.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/f7f9f17d-0fb3-49b1-a6d8-d9498b188651%28Office.15%29.aspx)
-[Report.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/5a0e6b1d-ad2b-f28e-a565-dddeff9659c6%28Office.15%29.aspx)
-[CustomControl.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/5bbe697b-d9e7-a534-d4b2-ec2e05452682%28Office.15%29.aspx)
-[BoundObjectFrame.OnLostFocus Property (Access)](http://msdn.microsoft.com/library/78ee2d7f-89d4-e9d2-a0ce-ecd6d35a98c3%28Office.15%29.aspx)
+[ListBox.OnLostFocus property (Access)](http://msdn.microsoft.com/library/ce4b1917-c986-3059-69cb-830345c5f25a%28Office.15%29.aspx)
+[CommandButton.OnLostFocus property (Access)](http://msdn.microsoft.com/library/e3bddd85-772e-9d3c-d079-b323f10a7d5a%28Office.15%29.aspx)
+[TextBox.OnLostFocus property (Access)](http://msdn.microsoft.com/library/1606cb80-bf56-3766-d939-b545c2738e17%28Office.15%29.aspx)
+[ComboBox.OnLostFocus property (Access)](http://msdn.microsoft.com/library/95356ca4-d76d-9027-7330-b5d36ccf7afc%28Office.15%29.aspx)
+[CheckBox.OnLostFocus property (Access)](http://msdn.microsoft.com/library/b2f7b85b-73c3-b47c-5a31-b9b733208901%28Office.15%29.aspx)
+[ObjectFrame.OnLostFocus property (Access)](http://msdn.microsoft.com/library/47f336d6-2a89-4824-55c3-c632d2fbf2f2%28Office.15%29.aspx)
+[Form.OnLostFocus property (Access)](http://msdn.microsoft.com/library/2bbc34d2-e4e6-7133-ef9e-d112514ace92%28Office.15%29.aspx)
+[NavigationControl.OnLostFocus property (Access)](http://msdn.microsoft.com/library/1f7496cc-7550-d9cd-c7bb-d461775d8fed%28Office.15%29.aspx)
+[Attachment.OnLostFocus property (Access)](http://msdn.microsoft.com/library/546d0491-ddb8-87d4-9f97-d68cfd96070c%28Office.15%29.aspx)
+[ToggleButton.OnLostFocus property (Access)](http://msdn.microsoft.com/library/f7f9f17d-0fb3-49b1-a6d8-d9498b188651%28Office.15%29.aspx)
+[Report.OnLostFocus property (Access)](http://msdn.microsoft.com/library/5a0e6b1d-ad2b-f28e-a565-dddeff9659c6%28Office.15%29.aspx)
+[CustomControl.OnLostFocus property (Access)](http://msdn.microsoft.com/library/5bbe697b-d9e7-a534-d4b2-ec2e05452682%28Office.15%29.aspx)
+[BoundObjectFrame.OnLostFocus property (Access)](http://msdn.microsoft.com/library/78ee2d7f-89d4-e9d2-a0ce-ecd6d35a98c3%28Office.15%29.aspx)
diff --git a/F1/onmousedown-property-access-vbaac10-chm10499.md b/F1/onmousedown-property-access-vbaac10-chm10499.md
index 9f3bf16b883..28119de2318 100644
--- a/F1/onmousedown-property-access-vbaac10-chm10499.md
+++ b/F1/onmousedown-property-access-vbaac10-chm10499.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/249e3dd3-f239-f12e-c47f-6a0212ca2655%28Office.15%29.aspx)
+[NavigationButton.OnMouseDown property (Access)](http://msdn.microsoft.com/library/249e3dd3-f239-f12e-c47f-6a0212ca2655%28Office.15%29.aspx)
-[CommandButton.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/52b27f17-3df7-b0ab-23cd-7913cebaa979%28Office.15%29.aspx)
+[CommandButton.OnMouseDown property (Access)](http://msdn.microsoft.com/library/52b27f17-3df7-b0ab-23cd-7913cebaa979%28Office.15%29.aspx)
diff --git a/F1/onmousedown-property-access-vbaac10-chm11124.md b/F1/onmousedown-property-access-vbaac10-chm11124.md
index 9ed6d2561bf..bcd921ada4f 100644
--- a/F1/onmousedown-property-access-vbaac10-chm11124.md
+++ b/F1/onmousedown-property-access-vbaac10-chm11124.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/2392c2eb-6c3b-047b-1e4e-2772989ba1f2%28Office.15%29.aspx)
+[TextBox.OnMouseDown property (Access)](http://msdn.microsoft.com/library/2392c2eb-6c3b-047b-1e4e-2772989ba1f2%28Office.15%29.aspx)
-[NavigationControl.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/c8258e0e-c115-2556-a929-753c510fdc49%28Office.15%29.aspx)
+[NavigationControl.OnMouseDown property (Access)](http://msdn.microsoft.com/library/c8258e0e-c115-2556-a929-753c510fdc49%28Office.15%29.aspx)
diff --git a/F1/onmousedown-property-access-vbaac10-chm4097.md b/F1/onmousedown-property-access-vbaac10-chm4097.md
index 618581d011f..6d1da376403 100644
--- a/F1/onmousedown-property-access-vbaac10-chm4097.md
+++ b/F1/onmousedown-property-access-vbaac10-chm4097.md
@@ -13,28 +13,28 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/2290e2ef-956a-4178-0de5-03fb8b7470aa%28Office.15%29.aspx)
+[ListBox.OnMouseDown property (Access)](http://msdn.microsoft.com/library/2290e2ef-956a-4178-0de5-03fb8b7470aa%28Office.15%29.aspx)
-[OptionButton.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/064de273-6dd9-091c-07cf-1241f45071b6%28Office.15%29.aspx)
+[OptionButton.OnMouseDown property (Access)](http://msdn.microsoft.com/library/064de273-6dd9-091c-07cf-1241f45071b6%28Office.15%29.aspx)
-[Label.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/ff172b24-f9e7-bfb9-89f2-1e747a82be76%28Office.15%29.aspx)
-[CheckBox.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/236c9263-4238-ec07-d239-2481575ab8c6%28Office.15%29.aspx)
-[TextBox.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/2392c2eb-6c3b-047b-1e4e-2772989ba1f2%28Office.15%29.aspx)
-[ToggleButton.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/a9bbf8a5-4e62-fa9e-63a4-2f59cd2734f4%28Office.15%29.aspx)
-[BoundObjectFrame.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/cf1eac07-1e0f-ad7b-05c4-405867b1be71%28Office.15%29.aspx)
-[Rectangle.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/cb63a4ea-455c-8b15-70e0-454a51902add%28Office.15%29.aspx)
-[WebBrowserControl.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/b3a1d803-078c-fdd9-7e1f-4ce93bd1719c%28Office.15%29.aspx)
-[OptionGroup.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/313ac392-639a-b9c6-b0f3-64f7d34fe839%28Office.15%29.aspx)
-[ObjectFrame.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/de03fb25-bf9b-4365-3540-68505f58048c%28Office.15%29.aspx)
-[NavigationButton.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/249e3dd3-f239-f12e-c47f-6a0212ca2655%28Office.15%29.aspx)
-[Report.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/8b66aa47-d409-4cc6-2441-6c959f7120a4%28Office.15%29.aspx)
-[Page.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/bef21fb9-db50-833f-b76c-6df740a6b97a%28Office.15%29.aspx)
-[NavigationControl.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/c8258e0e-c115-2556-a929-753c510fdc49%28Office.15%29.aspx)
-[CommandButton.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/52b27f17-3df7-b0ab-23cd-7913cebaa979%28Office.15%29.aspx)
-[Form.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/cb812cbf-8ec3-e4b2-ebf3-882c8b21df7f%28Office.15%29.aspx)
-[Attachment.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/71ba8a45-7814-4939-b8cf-9b07d9e04b4d%28Office.15%29.aspx)
-[Section.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/3780a950-6f01-10de-7e91-c991e92f344a%28Office.15%29.aspx)
-[Image.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/d9c4128e-0a52-698c-a605-cbf31e183e2c%28Office.15%29.aspx)
-[TabControl.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/034bf4b5-c170-f349-c4aa-d114f0d27caf%28Office.15%29.aspx)
-[ComboBox.OnMouseDown Property (Access)](http://msdn.microsoft.com/library/b0078538-a6b2-fcce-56f4-d38260694faa%28Office.15%29.aspx)
+[Label.OnMouseDown property (Access)](http://msdn.microsoft.com/library/ff172b24-f9e7-bfb9-89f2-1e747a82be76%28Office.15%29.aspx)
+[CheckBox.OnMouseDown property (Access)](http://msdn.microsoft.com/library/236c9263-4238-ec07-d239-2481575ab8c6%28Office.15%29.aspx)
+[TextBox.OnMouseDown property (Access)](http://msdn.microsoft.com/library/2392c2eb-6c3b-047b-1e4e-2772989ba1f2%28Office.15%29.aspx)
+[ToggleButton.OnMouseDown property (Access)](http://msdn.microsoft.com/library/a9bbf8a5-4e62-fa9e-63a4-2f59cd2734f4%28Office.15%29.aspx)
+[BoundObjectFrame.OnMouseDown property (Access)](http://msdn.microsoft.com/library/cf1eac07-1e0f-ad7b-05c4-405867b1be71%28Office.15%29.aspx)
+[Rectangle.OnMouseDown property (Access)](http://msdn.microsoft.com/library/cb63a4ea-455c-8b15-70e0-454a51902add%28Office.15%29.aspx)
+[WebBrowserControl.OnMouseDown property (Access)](http://msdn.microsoft.com/library/b3a1d803-078c-fdd9-7e1f-4ce93bd1719c%28Office.15%29.aspx)
+[OptionGroup.OnMouseDown property (Access)](http://msdn.microsoft.com/library/313ac392-639a-b9c6-b0f3-64f7d34fe839%28Office.15%29.aspx)
+[ObjectFrame.OnMouseDown property (Access)](http://msdn.microsoft.com/library/de03fb25-bf9b-4365-3540-68505f58048c%28Office.15%29.aspx)
+[NavigationButton.OnMouseDown property (Access)](http://msdn.microsoft.com/library/249e3dd3-f239-f12e-c47f-6a0212ca2655%28Office.15%29.aspx)
+[Report.OnMouseDown property (Access)](http://msdn.microsoft.com/library/8b66aa47-d409-4cc6-2441-6c959f7120a4%28Office.15%29.aspx)
+[Page.OnMouseDown property (Access)](http://msdn.microsoft.com/library/bef21fb9-db50-833f-b76c-6df740a6b97a%28Office.15%29.aspx)
+[NavigationControl.OnMouseDown property (Access)](http://msdn.microsoft.com/library/c8258e0e-c115-2556-a929-753c510fdc49%28Office.15%29.aspx)
+[CommandButton.OnMouseDown property (Access)](http://msdn.microsoft.com/library/52b27f17-3df7-b0ab-23cd-7913cebaa979%28Office.15%29.aspx)
+[Form.OnMouseDown property (Access)](http://msdn.microsoft.com/library/cb812cbf-8ec3-e4b2-ebf3-882c8b21df7f%28Office.15%29.aspx)
+[Attachment.OnMouseDown property (Access)](http://msdn.microsoft.com/library/71ba8a45-7814-4939-b8cf-9b07d9e04b4d%28Office.15%29.aspx)
+[Section.OnMouseDown property (Access)](http://msdn.microsoft.com/library/3780a950-6f01-10de-7e91-c991e92f344a%28Office.15%29.aspx)
+[Image.OnMouseDown property (Access)](http://msdn.microsoft.com/library/d9c4128e-0a52-698c-a605-cbf31e183e2c%28Office.15%29.aspx)
+[TabControl.OnMouseDown property (Access)](http://msdn.microsoft.com/library/034bf4b5-c170-f349-c4aa-d114f0d27caf%28Office.15%29.aspx)
+[ComboBox.OnMouseDown property (Access)](http://msdn.microsoft.com/library/b0078538-a6b2-fcce-56f4-d38260694faa%28Office.15%29.aspx)
diff --git a/F1/onmousemove-property-access-vbaac10-chm10500.md b/F1/onmousemove-property-access-vbaac10-chm10500.md
index bb156b425d1..da211d3083f 100644
--- a/F1/onmousemove-property-access-vbaac10-chm10500.md
+++ b/F1/onmousemove-property-access-vbaac10-chm10500.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/aca4fe0f-c768-83b3-5383-a18720a5b301%28Office.15%29.aspx)
+[NavigationButton.OnMouseMove property (Access)](http://msdn.microsoft.com/library/aca4fe0f-c768-83b3-5383-a18720a5b301%28Office.15%29.aspx)
-[CommandButton.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/1b24e970-1f29-af26-2d01-e6587812bf13%28Office.15%29.aspx)
+[CommandButton.OnMouseMove property (Access)](http://msdn.microsoft.com/library/1b24e970-1f29-af26-2d01-e6587812bf13%28Office.15%29.aspx)
diff --git a/F1/onmousemove-property-access-vbaac10-chm11125.md b/F1/onmousemove-property-access-vbaac10-chm11125.md
index 78525ab895f..53acd2a7b5b 100644
--- a/F1/onmousemove-property-access-vbaac10-chm11125.md
+++ b/F1/onmousemove-property-access-vbaac10-chm11125.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/12259131-0b06-e01f-4a94-05dabaf0e53c%28Office.15%29.aspx)
+[NavigationControl.OnMouseMove property (Access)](http://msdn.microsoft.com/library/12259131-0b06-e01f-4a94-05dabaf0e53c%28Office.15%29.aspx)
-[TextBox.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/7201a61b-5b69-c13f-63bf-a2a5f329ecc5%28Office.15%29.aspx)
+[TextBox.OnMouseMove property (Access)](http://msdn.microsoft.com/library/7201a61b-5b69-c13f-63bf-a2a5f329ecc5%28Office.15%29.aspx)
diff --git a/F1/onmousemove-property-access-vbaac10-chm4098.md b/F1/onmousemove-property-access-vbaac10-chm4098.md
index 728053b5712..1b94dab6ea4 100644
--- a/F1/onmousemove-property-access-vbaac10-chm4098.md
+++ b/F1/onmousemove-property-access-vbaac10-chm4098.md
@@ -13,28 +13,28 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/12259131-0b06-e01f-4a94-05dabaf0e53c%28Office.15%29.aspx)
+[NavigationControl.OnMouseMove property (Access)](http://msdn.microsoft.com/library/12259131-0b06-e01f-4a94-05dabaf0e53c%28Office.15%29.aspx)
-[BoundObjectFrame.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/8d61c653-519b-dc0a-1025-0d4bd440930a%28Office.15%29.aspx)
+[BoundObjectFrame.OnMouseMove property (Access)](http://msdn.microsoft.com/library/8d61c653-519b-dc0a-1025-0d4bd440930a%28Office.15%29.aspx)
-[Report.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/260c8b56-2985-1da4-7c3f-1398b54666b3%28Office.15%29.aspx)
-[Attachment.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/4bf67a8a-1c54-d67c-b93d-1cfd98e59e70%28Office.15%29.aspx)
-[CheckBox.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/a3d86d09-c821-72a4-f48e-2cd022c2659d%28Office.15%29.aspx)
-[TabControl.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/32dae617-f4b8-6a32-36a6-3792ffffcde8%28Office.15%29.aspx)
-[OptionGroup.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/0f987181-1506-51ee-8f40-5a902c86d458%28Office.15%29.aspx)
-[ObjectFrame.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/b57730b7-a8ae-d62f-0511-793633d04969%28Office.15%29.aspx)
-[Image.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/9890dd97-0025-7329-1751-82d69799510d%28Office.15%29.aspx)
-[Label.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/31d14519-05c4-687f-af51-8ca198f5c7de%28Office.15%29.aspx)
-[Rectangle.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/691aad82-38cd-9caf-a4b2-90b3f24a8056%28Office.15%29.aspx)
-[NavigationButton.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/aca4fe0f-c768-83b3-5383-a18720a5b301%28Office.15%29.aspx)
-[TextBox.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/7201a61b-5b69-c13f-63bf-a2a5f329ecc5%28Office.15%29.aspx)
-[WebBrowserControl.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/a78fede1-fa73-9a8d-60c7-a79709b12008%28Office.15%29.aspx)
-[OptionButton.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/4a93846f-5774-1cf1-4dfe-a93361408497%28Office.15%29.aspx)
-[Section.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/f68e19c8-1eeb-7edc-0296-c4eadb313125%28Office.15%29.aspx)
-[ListBox.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/2a173ef5-4c63-98e1-aa24-dbb106fcc8cd%28Office.15%29.aspx)
-[Form.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/c0d5b1f8-edbc-d319-6edd-e48768b61f40%28Office.15%29.aspx)
-[CommandButton.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/1b24e970-1f29-af26-2d01-e6587812bf13%28Office.15%29.aspx)
-[ToggleButton.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/3bfbe7b8-3f8d-5f77-2afe-e8a4f3e11c8a%28Office.15%29.aspx)
-[Page.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/aa52fc17-d3b3-516a-ccad-f8471faf427d%28Office.15%29.aspx)
-[ComboBox.OnMouseMove Property (Access)](http://msdn.microsoft.com/library/4610d4e9-97a5-2091-095c-f8aa5d8ac427%28Office.15%29.aspx)
+[Report.OnMouseMove property (Access)](http://msdn.microsoft.com/library/260c8b56-2985-1da4-7c3f-1398b54666b3%28Office.15%29.aspx)
+[Attachment.OnMouseMove property (Access)](http://msdn.microsoft.com/library/4bf67a8a-1c54-d67c-b93d-1cfd98e59e70%28Office.15%29.aspx)
+[CheckBox.OnMouseMove property (Access)](http://msdn.microsoft.com/library/a3d86d09-c821-72a4-f48e-2cd022c2659d%28Office.15%29.aspx)
+[TabControl.OnMouseMove property (Access)](http://msdn.microsoft.com/library/32dae617-f4b8-6a32-36a6-3792ffffcde8%28Office.15%29.aspx)
+[OptionGroup.OnMouseMove property (Access)](http://msdn.microsoft.com/library/0f987181-1506-51ee-8f40-5a902c86d458%28Office.15%29.aspx)
+[ObjectFrame.OnMouseMove property (Access)](http://msdn.microsoft.com/library/b57730b7-a8ae-d62f-0511-793633d04969%28Office.15%29.aspx)
+[Image.OnMouseMove property (Access)](http://msdn.microsoft.com/library/9890dd97-0025-7329-1751-82d69799510d%28Office.15%29.aspx)
+[Label.OnMouseMove property (Access)](http://msdn.microsoft.com/library/31d14519-05c4-687f-af51-8ca198f5c7de%28Office.15%29.aspx)
+[Rectangle.OnMouseMove property (Access)](http://msdn.microsoft.com/library/691aad82-38cd-9caf-a4b2-90b3f24a8056%28Office.15%29.aspx)
+[NavigationButton.OnMouseMove property (Access)](http://msdn.microsoft.com/library/aca4fe0f-c768-83b3-5383-a18720a5b301%28Office.15%29.aspx)
+[TextBox.OnMouseMove property (Access)](http://msdn.microsoft.com/library/7201a61b-5b69-c13f-63bf-a2a5f329ecc5%28Office.15%29.aspx)
+[WebBrowserControl.OnMouseMove property (Access)](http://msdn.microsoft.com/library/a78fede1-fa73-9a8d-60c7-a79709b12008%28Office.15%29.aspx)
+[OptionButton.OnMouseMove property (Access)](http://msdn.microsoft.com/library/4a93846f-5774-1cf1-4dfe-a93361408497%28Office.15%29.aspx)
+[Section.OnMouseMove property (Access)](http://msdn.microsoft.com/library/f68e19c8-1eeb-7edc-0296-c4eadb313125%28Office.15%29.aspx)
+[ListBox.OnMouseMove property (Access)](http://msdn.microsoft.com/library/2a173ef5-4c63-98e1-aa24-dbb106fcc8cd%28Office.15%29.aspx)
+[Form.OnMouseMove property (Access)](http://msdn.microsoft.com/library/c0d5b1f8-edbc-d319-6edd-e48768b61f40%28Office.15%29.aspx)
+[CommandButton.OnMouseMove property (Access)](http://msdn.microsoft.com/library/1b24e970-1f29-af26-2d01-e6587812bf13%28Office.15%29.aspx)
+[ToggleButton.OnMouseMove property (Access)](http://msdn.microsoft.com/library/3bfbe7b8-3f8d-5f77-2afe-e8a4f3e11c8a%28Office.15%29.aspx)
+[Page.OnMouseMove property (Access)](http://msdn.microsoft.com/library/aa52fc17-d3b3-516a-ccad-f8471faf427d%28Office.15%29.aspx)
+[ComboBox.OnMouseMove property (Access)](http://msdn.microsoft.com/library/4610d4e9-97a5-2091-095c-f8aa5d8ac427%28Office.15%29.aspx)
diff --git a/F1/onmouseup-property-access-vbaac10-chm10501.md b/F1/onmouseup-property-access-vbaac10-chm10501.md
index 303c3851ee2..2a7808454e1 100644
--- a/F1/onmouseup-property-access-vbaac10-chm10501.md
+++ b/F1/onmouseup-property-access-vbaac10-chm10501.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/4191de63-b131-5b79-32bb-543777c5620c%28Office.15%29.aspx)
+[NavigationButton.OnMouseUp property (Access)](http://msdn.microsoft.com/library/4191de63-b131-5b79-32bb-543777c5620c%28Office.15%29.aspx)
-[CommandButton.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/01abc8c3-031e-eb7e-1893-a4a7c6fbd24e%28Office.15%29.aspx)
+[CommandButton.OnMouseUp property (Access)](http://msdn.microsoft.com/library/01abc8c3-031e-eb7e-1893-a4a7c6fbd24e%28Office.15%29.aspx)
diff --git a/F1/onmouseup-property-access-vbaac10-chm11126.md b/F1/onmouseup-property-access-vbaac10-chm11126.md
index 6c32c05b475..4b161195f77 100644
--- a/F1/onmouseup-property-access-vbaac10-chm11126.md
+++ b/F1/onmouseup-property-access-vbaac10-chm11126.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/acd5de89-de56-e7c4-1a5d-cc560c5cffb6%28Office.15%29.aspx)
+[TextBox.OnMouseUp property (Access)](http://msdn.microsoft.com/library/acd5de89-de56-e7c4-1a5d-cc560c5cffb6%28Office.15%29.aspx)
-[NavigationControl.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/fc251872-bc0b-d3a3-1426-fdb121b24145%28Office.15%29.aspx)
+[NavigationControl.OnMouseUp property (Access)](http://msdn.microsoft.com/library/fc251872-bc0b-d3a3-1426-fdb121b24145%28Office.15%29.aspx)
diff --git a/F1/onmouseup-property-access-vbaac10-chm5444.md b/F1/onmouseup-property-access-vbaac10-chm5444.md
index 418377b3212..93a53bc72bd 100644
--- a/F1/onmouseup-property-access-vbaac10-chm5444.md
+++ b/F1/onmouseup-property-access-vbaac10-chm5444.md
@@ -13,28 +13,28 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Page.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/a260efe8-c226-eb95-de0a-284b47b035ec%28Office.15%29.aspx)
+[Page.OnMouseUp property (Access)](http://msdn.microsoft.com/library/a260efe8-c226-eb95-de0a-284b47b035ec%28Office.15%29.aspx)
-[Rectangle.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/dbea1e29-6084-1728-2b2c-2a17312b451e%28Office.15%29.aspx)
+[Rectangle.OnMouseUp property (Access)](http://msdn.microsoft.com/library/dbea1e29-6084-1728-2b2c-2a17312b451e%28Office.15%29.aspx)
-[Report.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/0fc68ad5-6738-ba57-2f31-40d3d3e93cb3%28Office.15%29.aspx)
-[Attachment.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/077568b6-2053-7ddb-9afe-503b8a9850a5%28Office.15%29.aspx)
-[NavigationButton.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/4191de63-b131-5b79-32bb-543777c5620c%28Office.15%29.aspx)
-[CheckBox.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/898c8b44-d2f6-7d4f-f3b8-5d71d893eca1%28Office.15%29.aspx)
-[ObjectFrame.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/0c77a908-07f5-7838-fa61-5ee0fc197aeb%28Office.15%29.aspx)
-[OptionButton.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/8c1cfbbf-99da-0844-d435-5f911ad24b17%28Office.15%29.aspx)
-[Form.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/8aea46bc-b62a-351a-0a02-6afbb1362b2b%28Office.15%29.aspx)
-[ListBox.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/a0f93909-a3d6-255f-6c9d-77259155741b%28Office.15%29.aspx)
-[BoundObjectFrame.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/333e2527-f190-e8b1-0f3b-789f4e37bff6%28Office.15%29.aspx)
-[TabControl.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/91489f10-4903-1eeb-6530-832b644c624f%28Office.15%29.aspx)
-[OptionGroup.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/d132898c-7dba-4048-d32a-8f4257c5668c%28Office.15%29.aspx)
-[Section.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/446e5d0b-015c-ced1-e600-9d2e1289515e%28Office.15%29.aspx)
-[CommandButton.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/01abc8c3-031e-eb7e-1893-a4a7c6fbd24e%28Office.15%29.aspx)
-[Label.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/1210cf94-0d64-878e-deea-b746db3a8027%28Office.15%29.aspx)
-[Image.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/d0c73a5e-a478-ca9c-e5c0-c9fc9bcc6269%28Office.15%29.aspx)
-[WebBrowserControl.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/7c76ab24-d9df-c038-b4cc-cb6fbe38a8a0%28Office.15%29.aspx)
-[TextBox.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/acd5de89-de56-e7c4-1a5d-cc560c5cffb6%28Office.15%29.aspx)
-[ComboBox.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/bf6f673c-fd59-d411-9cd2-cf7820bb04b3%28Office.15%29.aspx)
-[ToggleButton.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/734cb3dc-0489-d336-007c-e7a93658680f%28Office.15%29.aspx)
-[NavigationControl.OnMouseUp Property (Access)](http://msdn.microsoft.com/library/fc251872-bc0b-d3a3-1426-fdb121b24145%28Office.15%29.aspx)
+[Report.OnMouseUp property (Access)](http://msdn.microsoft.com/library/0fc68ad5-6738-ba57-2f31-40d3d3e93cb3%28Office.15%29.aspx)
+[Attachment.OnMouseUp property (Access)](http://msdn.microsoft.com/library/077568b6-2053-7ddb-9afe-503b8a9850a5%28Office.15%29.aspx)
+[NavigationButton.OnMouseUp property (Access)](http://msdn.microsoft.com/library/4191de63-b131-5b79-32bb-543777c5620c%28Office.15%29.aspx)
+[CheckBox.OnMouseUp property (Access)](http://msdn.microsoft.com/library/898c8b44-d2f6-7d4f-f3b8-5d71d893eca1%28Office.15%29.aspx)
+[ObjectFrame.OnMouseUp property (Access)](http://msdn.microsoft.com/library/0c77a908-07f5-7838-fa61-5ee0fc197aeb%28Office.15%29.aspx)
+[OptionButton.OnMouseUp property (Access)](http://msdn.microsoft.com/library/8c1cfbbf-99da-0844-d435-5f911ad24b17%28Office.15%29.aspx)
+[Form.OnMouseUp property (Access)](http://msdn.microsoft.com/library/8aea46bc-b62a-351a-0a02-6afbb1362b2b%28Office.15%29.aspx)
+[ListBox.OnMouseUp property (Access)](http://msdn.microsoft.com/library/a0f93909-a3d6-255f-6c9d-77259155741b%28Office.15%29.aspx)
+[BoundObjectFrame.OnMouseUp property (Access)](http://msdn.microsoft.com/library/333e2527-f190-e8b1-0f3b-789f4e37bff6%28Office.15%29.aspx)
+[TabControl.OnMouseUp property (Access)](http://msdn.microsoft.com/library/91489f10-4903-1eeb-6530-832b644c624f%28Office.15%29.aspx)
+[OptionGroup.OnMouseUp property (Access)](http://msdn.microsoft.com/library/d132898c-7dba-4048-d32a-8f4257c5668c%28Office.15%29.aspx)
+[Section.OnMouseUp property (Access)](http://msdn.microsoft.com/library/446e5d0b-015c-ced1-e600-9d2e1289515e%28Office.15%29.aspx)
+[CommandButton.OnMouseUp property (Access)](http://msdn.microsoft.com/library/01abc8c3-031e-eb7e-1893-a4a7c6fbd24e%28Office.15%29.aspx)
+[Label.OnMouseUp property (Access)](http://msdn.microsoft.com/library/1210cf94-0d64-878e-deea-b746db3a8027%28Office.15%29.aspx)
+[Image.OnMouseUp property (Access)](http://msdn.microsoft.com/library/d0c73a5e-a478-ca9c-e5c0-c9fc9bcc6269%28Office.15%29.aspx)
+[WebBrowserControl.OnMouseUp property (Access)](http://msdn.microsoft.com/library/7c76ab24-d9df-c038-b4cc-cb6fbe38a8a0%28Office.15%29.aspx)
+[TextBox.OnMouseUp property (Access)](http://msdn.microsoft.com/library/acd5de89-de56-e7c4-1a5d-cc560c5cffb6%28Office.15%29.aspx)
+[ComboBox.OnMouseUp property (Access)](http://msdn.microsoft.com/library/bf6f673c-fd59-d411-9cd2-cf7820bb04b3%28Office.15%29.aspx)
+[ToggleButton.OnMouseUp property (Access)](http://msdn.microsoft.com/library/734cb3dc-0489-d336-007c-e7a93658680f%28Office.15%29.aspx)
+[NavigationControl.OnMouseUp property (Access)](http://msdn.microsoft.com/library/fc251872-bc0b-d3a3-1426-fdb121b24145%28Office.15%29.aspx)
diff --git a/F1/onnavigateerror-property-access-vbaac10-chm14415.md b/F1/onnavigateerror-property-access-vbaac10-chm14415.md
index 41a4e9c8cbf..a38dd87e20c 100644
--- a/F1/onnavigateerror-property-access-vbaac10-chm14415.md
+++ b/F1/onnavigateerror-property-access-vbaac10-chm14415.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[WebBrowserControl.OnNavigateError Property (Access)](http://msdn.microsoft.com/library/aeb415fb-3dcf-f656-db0d-71db2a72433c%28Office.15%29.aspx)
+[WebBrowserControl.OnNavigateError property (Access)](http://msdn.microsoft.com/library/aeb415fb-3dcf-f656-db0d-71db2a72433c%28Office.15%29.aspx)
diff --git a/F1/onnodata-property-access-vbaac10-chm13767.md b/F1/onnodata-property-access-vbaac10-chm13767.md
index 1720161561f..4d8a0e2b561 100644
--- a/F1/onnodata-property-access-vbaac10-chm13767.md
+++ b/F1/onnodata-property-access-vbaac10-chm13767.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnNoData Property (Access)](http://msdn.microsoft.com/library/5d3cfec5-1b57-625c-c350-0d7e475be2d2%28Office.15%29.aspx)
+[Report.OnNoData property (Access)](http://msdn.microsoft.com/library/5d3cfec5-1b57-625c-c350-0d7e475be2d2%28Office.15%29.aspx)
diff --git a/F1/onnotinlist-property-access-vbaac10-chm11450.md b/F1/onnotinlist-property-access-vbaac10-chm11450.md
index 62afc69a217..8daa885b126 100644
--- a/F1/onnotinlist-property-access-vbaac10-chm11450.md
+++ b/F1/onnotinlist-property-access-vbaac10-chm11450.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.OnNotInList Property (Access)](http://msdn.microsoft.com/library/307e9f0c-6db7-b995-166b-060c697b9f6e%28Office.15%29.aspx)
+[ComboBox.OnNotInList property (Access)](http://msdn.microsoft.com/library/307e9f0c-6db7-b995-166b-060c697b9f6e%28Office.15%29.aspx)
diff --git a/F1/onopen-property-access-vbaac10-chm5448.md b/F1/onopen-property-access-vbaac10-chm5448.md
index 02a5f0157fd..1ba33539128 100644
--- a/F1/onopen-property-access-vbaac10-chm5448.md
+++ b/F1/onopen-property-access-vbaac10-chm5448.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OnOpen Property (Access)](http://msdn.microsoft.com/library/151b9103-a25d-a595-6cab-20b737909fa6%28Office.15%29.aspx)
+[Form.OnOpen property (Access)](http://msdn.microsoft.com/library/151b9103-a25d-a595-6cab-20b737909fa6%28Office.15%29.aspx)
-[Report.OnOpen Property (Access)](http://msdn.microsoft.com/library/e381f9a5-c409-7ae5-e266-cb3a046eb919%28Office.15%29.aspx)
+[Report.OnOpen property (Access)](http://msdn.microsoft.com/library/e381f9a5-c409-7ae5-e266-cb3a046eb919%28Office.15%29.aspx)
diff --git a/F1/onpage-property-access-vbaac10-chm4136.md b/F1/onpage-property-access-vbaac10-chm4136.md
index 06013192188..dab0129eea7 100644
--- a/F1/onpage-property-access-vbaac10-chm4136.md
+++ b/F1/onpage-property-access-vbaac10-chm4136.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnPage Property (Access)](http://msdn.microsoft.com/library/d72bab5d-fdb8-99f5-5d27-8227bc0136ec%28Office.15%29.aspx)
+[Report.OnPage property (Access)](http://msdn.microsoft.com/library/d72bab5d-fdb8-99f5-5d27-8227bc0136ec%28Office.15%29.aspx)
diff --git a/F1/onpaint-property-access-vbaac10-chm12227.md b/F1/onpaint-property-access-vbaac10-chm12227.md
index c1be311b0bd..cba48c5680c 100644
--- a/F1/onpaint-property-access-vbaac10-chm12227.md
+++ b/F1/onpaint-property-access-vbaac10-chm12227.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.OnPaint Property (Access)](http://msdn.microsoft.com/library/ecc8a106-3aff-e0e2-3e7b-86a793cc6f7e%28Office.15%29.aspx)
+[Section.OnPaint property (Access)](http://msdn.microsoft.com/library/ecc8a106-3aff-e0e2-3e7b-86a793cc6f7e%28Office.15%29.aspx)
diff --git a/F1/onprint-property-access-vbaac10-chm4103.md b/F1/onprint-property-access-vbaac10-chm4103.md
index 561a9022ff3..a1924aa1f47 100644
--- a/F1/onprint-property-access-vbaac10-chm4103.md
+++ b/F1/onprint-property-access-vbaac10-chm4103.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.OnPrint Property (Access)](http://msdn.microsoft.com/library/f8df36f2-697b-7a1d-6343-76d2a2a7b0cf%28Office.15%29.aspx)
+[Section.OnPrint property (Access)](http://msdn.microsoft.com/library/f8df36f2-697b-7a1d-6343-76d2a2a7b0cf%28Office.15%29.aspx)
diff --git a/F1/onpush-property-access-vbaac10-chm10459.md b/F1/onpush-property-access-vbaac10-chm10459.md
index 6f84421e3d7..88591827cad 100644
--- a/F1/onpush-property-access-vbaac10-chm10459.md
+++ b/F1/onpush-property-access-vbaac10-chm10459.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.OnPush Property (Access)](http://msdn.microsoft.com/library/38fab0d1-495e-9053-5e24-932ae0d8bdce%28Office.15%29.aspx)
+[CommandButton.OnPush property (Access)](http://msdn.microsoft.com/library/38fab0d1-495e-9053-5e24-932ae0d8bdce%28Office.15%29.aspx)
-[NavigationButton.OnPush Property (Access)](http://msdn.microsoft.com/library/09b91008-ab58-d7d6-40af-aeb2e41d8823%28Office.15%29.aspx)
+[NavigationButton.OnPush property (Access)](http://msdn.microsoft.com/library/09b91008-ab58-d7d6-40af-aeb2e41d8823%28Office.15%29.aspx)
diff --git a/F1/onresize-property-access-vbaac10-chm4104.md b/F1/onresize-property-access-vbaac10-chm4104.md
index f5bdc58531c..cdf7e695f3b 100644
--- a/F1/onresize-property-access-vbaac10-chm4104.md
+++ b/F1/onresize-property-access-vbaac10-chm4104.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OnResize Property (Access)](http://msdn.microsoft.com/library/84e6df44-53d2-19c9-e8c5-47681649c7e8%28Office.15%29.aspx)
+[Form.OnResize property (Access)](http://msdn.microsoft.com/library/84e6df44-53d2-19c9-e8c5-47681649c7e8%28Office.15%29.aspx)
-[Report.OnResize Property (Access)](http://msdn.microsoft.com/library/336eceb4-7f78-b0b0-cb8f-a6a35c8bea76%28Office.15%29.aspx)
+[Report.OnResize property (Access)](http://msdn.microsoft.com/library/336eceb4-7f78-b0b0-cb8f-a6a35c8bea76%28Office.15%29.aspx)
diff --git a/F1/onretreat-property-access-vbaac10-chm12206.md b/F1/onretreat-property-access-vbaac10-chm12206.md
index 1347fdb7f28..bf731dc4c79 100644
--- a/F1/onretreat-property-access-vbaac10-chm12206.md
+++ b/F1/onretreat-property-access-vbaac10-chm12206.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.OnRetreat Property (Access)](http://msdn.microsoft.com/library/0da552f0-72bc-3886-2708-a8c4180f4903%28Office.15%29.aspx)
+[Section.OnRetreat property (Access)](http://msdn.microsoft.com/library/0da552f0-72bc-3886-2708-a8c4180f4903%28Office.15%29.aspx)
diff --git a/F1/ontimer-property-access-vbaac10-chm4107.md b/F1/ontimer-property-access-vbaac10-chm4107.md
index c30e01a79a4..46bf37dd1e5 100644
--- a/F1/ontimer-property-access-vbaac10-chm4107.md
+++ b/F1/ontimer-property-access-vbaac10-chm4107.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OnTimer Property (Access)](http://msdn.microsoft.com/library/a7df5020-5163-967b-b59a-0fd8f6fe7a54%28Office.15%29.aspx)
+[Form.OnTimer property (Access)](http://msdn.microsoft.com/library/a7df5020-5163-967b-b59a-0fd8f6fe7a54%28Office.15%29.aspx)
-[Report.OnTimer Property (Access)](http://msdn.microsoft.com/library/ef7ac956-ffa4-da79-0d39-9c505409b4af%28Office.15%29.aspx)
+[Report.OnTimer property (Access)](http://msdn.microsoft.com/library/ef7ac956-ffa4-da79-0d39-9c505409b4af%28Office.15%29.aspx)
diff --git a/F1/onundo-property-access-vbaac10-chm5191.md b/F1/onundo-property-access-vbaac10-chm5191.md
index c69bd65b194..5a4d22a8153 100644
--- a/F1/onundo-property-access-vbaac10-chm5191.md
+++ b/F1/onundo-property-access-vbaac10-chm5191.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.OnUndo Property (Access)](http://msdn.microsoft.com/library/848f5228-7238-6e56-af49-8334c821ec04%28Office.15%29.aspx)
+[ComboBox.OnUndo property (Access)](http://msdn.microsoft.com/library/848f5228-7238-6e56-af49-8334c821ec04%28Office.15%29.aspx)
-[TextBox.OnUndo Property (Access)](http://msdn.microsoft.com/library/fa62ba10-c8e8-f4d4-5d48-ab73c074f2ef%28Office.15%29.aspx)
+[TextBox.OnUndo property (Access)](http://msdn.microsoft.com/library/fa62ba10-c8e8-f4d4-5d48-ab73c074f2ef%28Office.15%29.aspx)
-[Form.OnUndo Property (Access)](http://msdn.microsoft.com/library/30e36849-e190-3a50-a8ef-cf7aa995607c%28Office.15%29.aspx)
+[Form.OnUndo property (Access)](http://msdn.microsoft.com/library/30e36849-e190-3a50-a8ef-cf7aa995607c%28Office.15%29.aspx)
diff --git a/F1/onunload-property-access-vbaac10-chm5440.md b/F1/onunload-property-access-vbaac10-chm5440.md
index 5210ae0b528..64ce6cb25a7 100644
--- a/F1/onunload-property-access-vbaac10-chm5440.md
+++ b/F1/onunload-property-access-vbaac10-chm5440.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OnUnload Property (Access)](http://msdn.microsoft.com/library/0ebc34b7-3541-4d35-fc9b-ac0feb41b873%28Office.15%29.aspx)
+[Report.OnUnload property (Access)](http://msdn.microsoft.com/library/0ebc34b7-3541-4d35-fc9b-ac0feb41b873%28Office.15%29.aspx)
-[Form.OnUnload Property (Access)](http://msdn.microsoft.com/library/70544311-921c-a610-6fbe-bd3bbef0a6a5%28Office.15%29.aspx)
+[Form.OnUnload property (Access)](http://msdn.microsoft.com/library/70544311-921c-a610-6fbe-bd3bbef0a6a5%28Office.15%29.aspx)
diff --git a/F1/onupdated-property-access-vbaac10-chm4108.md b/F1/onupdated-property-access-vbaac10-chm4108.md
index a10e1f68969..ebc57a89317 100644
--- a/F1/onupdated-property-access-vbaac10-chm4108.md
+++ b/F1/onupdated-property-access-vbaac10-chm4108.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[BoundObjectFrame.OnUpdated Property (Access)](http://msdn.microsoft.com/library/1af7adce-8d59-d8ac-cd3a-102266e55618%28Office.15%29.aspx)
+[BoundObjectFrame.OnUpdated property (Access)](http://msdn.microsoft.com/library/1af7adce-8d59-d8ac-cd3a-102266e55618%28Office.15%29.aspx)
-[CustomControl.OnUpdated Property (Access)](http://msdn.microsoft.com/library/6cd30c42-d645-6ca8-5c9e-7a5951283fd9%28Office.15%29.aspx)
+[CustomControl.OnUpdated property (Access)](http://msdn.microsoft.com/library/6cd30c42-d645-6ca8-5c9e-7a5951283fd9%28Office.15%29.aspx)
-[WebBrowserControl.OnUpdated Property (Access)](http://msdn.microsoft.com/library/81b6208e-4034-41ba-8694-c75f0155d562%28Office.15%29.aspx)
-[ObjectFrame.OnUpdated Property (Access)](http://msdn.microsoft.com/library/d2239f45-959b-beb7-fe9e-c9a9a257dd4b%28Office.15%29.aspx)
+[WebBrowserControl.OnUpdated property (Access)](http://msdn.microsoft.com/library/81b6208e-4034-41ba-8694-c75f0155d562%28Office.15%29.aspx)
+[ObjectFrame.OnUpdated property (Access)](http://msdn.microsoft.com/library/d2239f45-959b-beb7-fe9e-c9a9a257dd4b%28Office.15%29.aspx)
diff --git a/F1/openconnection-method-access-vbaac10-chm12715.md b/F1/openconnection-method-access-vbaac10-chm12715.md
index d1d8b81bd61..95e8de67f98 100644
--- a/F1/openconnection-method-access-vbaac10-chm12715.md
+++ b/F1/openconnection-method-access-vbaac10-chm12715.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.OpenConnection Method (Access)](http://msdn.microsoft.com/library/37b5d50c-ddc9-97d4-2b8f-068ba2702e6d%28Office.15%29.aspx)
+[CurrentProject.OpenConnection method (Access)](http://msdn.microsoft.com/library/37b5d50c-ddc9-97d4-2b8f-068ba2702e6d%28Office.15%29.aspx)
-[CodeProject.OpenConnection Method (Access)](http://msdn.microsoft.com/library/ed67b379-20aa-0d4c-11e0-3bb2fbe4ff06%28Office.15%29.aspx)
+[CodeProject.OpenConnection method (Access)](http://msdn.microsoft.com/library/ed67b379-20aa-0d4c-11e0-3bb2fbe4ff06%28Office.15%29.aspx)
diff --git a/F1/orderby-property-access-vbaac10-chm4451.md b/F1/orderby-property-access-vbaac10-chm4451.md
index 3b860dca799..6049c45cc53 100644
--- a/F1/orderby-property-access-vbaac10-chm4451.md
+++ b/F1/orderby-property-access-vbaac10-chm4451.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.OrderBy Property (Access)](http://msdn.microsoft.com/library/1939157c-12ad-2e58-bf4c-22c04a6c4366%28Office.15%29.aspx)
+[Report.OrderBy property (Access)](http://msdn.microsoft.com/library/1939157c-12ad-2e58-bf4c-22c04a6c4366%28Office.15%29.aspx)
-[Form.OrderBy Property (Access)](http://msdn.microsoft.com/library/6ca9c25e-9f16-1f08-1ac3-6f19761f9f55%28Office.15%29.aspx)
+[Form.OrderBy property (Access)](http://msdn.microsoft.com/library/6ca9c25e-9f16-1f08-1ac3-6f19761f9f55%28Office.15%29.aspx)
diff --git a/F1/orderbyonload-property-access-vbaac10-chm5623.md b/F1/orderbyonload-property-access-vbaac10-chm5623.md
index e08154a972d..8f2afdfbe82 100644
--- a/F1/orderbyonload-property-access-vbaac10-chm5623.md
+++ b/F1/orderbyonload-property-access-vbaac10-chm5623.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.OrderByOnLoad Property (Access)](http://msdn.microsoft.com/library/8acb931e-d0fc-4a17-cd89-1f802af4e4d1%28Office.15%29.aspx)
+[Form.OrderByOnLoad property (Access)](http://msdn.microsoft.com/library/8acb931e-d0fc-4a17-cd89-1f802af4e4d1%28Office.15%29.aspx)
-[Report.OrderByOnLoad Property (Access)](http://msdn.microsoft.com/library/28c05775-7090-a699-c7be-8a17b43210b0%28Office.15%29.aspx)
+[Report.OrderByOnLoad property (Access)](http://msdn.microsoft.com/library/28c05775-7090-a699-c7be-8a17b43210b0%28Office.15%29.aspx)
diff --git a/F1/orientation-property-access-vbaac10-chm5010.md b/F1/orientation-property-access-vbaac10-chm5010.md
index e97904c0a7b..34a42742869 100644
--- a/F1/orientation-property-access-vbaac10-chm5010.md
+++ b/F1/orientation-property-access-vbaac10-chm5010.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Printer.Orientation Property (Access)](http://msdn.microsoft.com/library/274c875b-dcea-1534-3215-132001bbf53f%28Office.15%29.aspx)
+[Printer.Orientation property (Access)](http://msdn.microsoft.com/library/274c875b-dcea-1534-3215-132001bbf53f%28Office.15%29.aspx)
-[Report.Orientation Property (Access)](http://msdn.microsoft.com/library/46687f4f-77e2-d9c3-ed12-5df0a8abc2bb%28Office.15%29.aspx)
+[Report.Orientation property (Access)](http://msdn.microsoft.com/library/46687f4f-77e2-d9c3-ed12-5df0a8abc2bb%28Office.15%29.aspx)
-[Form.Orientation Property (Access)](http://msdn.microsoft.com/library/25a13b75-48b7-69bd-4d70-e9aa8a94652e%28Office.15%29.aspx)
+[Form.Orientation property (Access)](http://msdn.microsoft.com/library/25a13b75-48b7-69bd-4d70-e9aa8a94652e%28Office.15%29.aspx)
diff --git a/F1/page-object-access-vbaac10-chm10124.md b/F1/page-object-access-vbaac10-chm10124.md
index c557f17724c..baf151b41d7 100644
--- a/F1/page-object-access-vbaac10-chm10124.md
+++ b/F1/page-object-access-vbaac10-chm10124.md
@@ -13,12 +13,12 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Page Object (Access)](http://msdn.microsoft.com/library/6351b0ea-bd07-5ee6-ea20-0d410e09d939%28Office.15%29.aspx)
+[Page object (Access)](http://msdn.microsoft.com/library/6351b0ea-bd07-5ee6-ea20-0d410e09d939%28Office.15%29.aspx)
-[Page.MouseMove Event (Access)](http://msdn.microsoft.com/library/a0300ad3-8cff-855b-fbc6-0dae054e9e76%28Office.15%29.aspx)
+[Page.MouseMove event (Access)](http://msdn.microsoft.com/library/a0300ad3-8cff-855b-fbc6-0dae054e9e76%28Office.15%29.aspx)
-[Page.Click Event (Access)](http://msdn.microsoft.com/library/7de6a718-d808-96bb-cf96-0eeee5b6ffbb%28Office.15%29.aspx)
-[Page.DblClick Event (Access)](http://msdn.microsoft.com/library/9f2f0ceb-c832-b87a-38b3-7a8c1a406a88%28Office.15%29.aspx)
-[Page.MouseUp Event (Access)](http://msdn.microsoft.com/library/e53503ea-3210-a4b4-d3c2-b54fa16b48a6%28Office.15%29.aspx)
-[Page.MouseDown Event (Access)](http://msdn.microsoft.com/library/6b63c5b5-36c6-aa5c-cbf1-c9249b8bff94%28Office.15%29.aspx)
+[Page.Click event (Access)](http://msdn.microsoft.com/library/7de6a718-d808-96bb-cf96-0eeee5b6ffbb%28Office.15%29.aspx)
+[Page.DblClick event (Access)](http://msdn.microsoft.com/library/9f2f0ceb-c832-b87a-38b3-7a8c1a406a88%28Office.15%29.aspx)
+[Page.MouseUp event (Access)](http://msdn.microsoft.com/library/e53503ea-3210-a4b4-d3c2-b54fa16b48a6%28Office.15%29.aspx)
+[Page.MouseDown event (Access)](http://msdn.microsoft.com/library/6b63c5b5-36c6-aa5c-cbf1-c9249b8bff94%28Office.15%29.aspx)
diff --git a/F1/pagefooter-property-access-vbaac10-chm4454.md b/F1/pagefooter-property-access-vbaac10-chm4454.md
index 376cd6b5d55..1c2e81100a7 100644
--- a/F1/pagefooter-property-access-vbaac10-chm4454.md
+++ b/F1/pagefooter-property-access-vbaac10-chm4454.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.PageFooter Property (Access)](http://msdn.microsoft.com/library/82cd1c0f-2823-9b61-a1fd-66c02c6aaadf%28Office.15%29.aspx)
+[Report.PageFooter property (Access)](http://msdn.microsoft.com/library/82cd1c0f-2823-9b61-a1fd-66c02c6aaadf%28Office.15%29.aspx)
diff --git a/F1/pageheader-property-access-vbaac10-chm13697.md b/F1/pageheader-property-access-vbaac10-chm13697.md
index ebb27b1d664..b06475b9c1f 100644
--- a/F1/pageheader-property-access-vbaac10-chm13697.md
+++ b/F1/pageheader-property-access-vbaac10-chm13697.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.PageHeader Property (Access)](http://msdn.microsoft.com/library/9f9fe114-b5a5-39c7-d2c0-39453948ace6%28Office.15%29.aspx)
+[Report.PageHeader property (Access)](http://msdn.microsoft.com/library/9f9fe114-b5a5-39c7-d2c0-39453948ace6%28Office.15%29.aspx)
diff --git a/F1/pageindex-property-access-vbaac10-chm12151.md b/F1/pageindex-property-access-vbaac10-chm12151.md
index 9ba46e4320d..8a284fe99e3 100644
--- a/F1/pageindex-property-access-vbaac10-chm12151.md
+++ b/F1/pageindex-property-access-vbaac10-chm12151.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Page.PageIndex Property (Access)](http://msdn.microsoft.com/library/22b71f19-2734-f735-8a64-d02901c598c0%28Office.15%29.aspx)
+[Page.PageIndex property (Access)](http://msdn.microsoft.com/library/22b71f19-2734-f735-8a64-d02901c598c0%28Office.15%29.aspx)
diff --git a/F1/paint-event-access-vbaac10-chm12235.md b/F1/paint-event-access-vbaac10-chm12235.md
index 84fabc0082b..ede45beda09 100644
--- a/F1/paint-event-access-vbaac10-chm12235.md
+++ b/F1/paint-event-access-vbaac10-chm12235.md
@@ -13,13 +13,13 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.Paint Event (Access)](http://msdn.microsoft.com/library/f68d981d-8371-cf0d-9da4-063aaa0f0907%28Office.15%29.aspx)
+[Section.Paint event (Access)](http://msdn.microsoft.com/library/f68d981d-8371-cf0d-9da4-063aaa0f0907%28Office.15%29.aspx)
-[Section.MouseUp Event (Access)](http://msdn.microsoft.com/library/fcfb223c-b57e-5f3c-60aa-1a9edc149c48%28Office.15%29.aspx)
+[Section.MouseUp event (Access)](http://msdn.microsoft.com/library/fcfb223c-b57e-5f3c-60aa-1a9edc149c48%28Office.15%29.aspx)
-[Section.MouseMove Event (Access)](http://msdn.microsoft.com/library/5ae021c2-24fc-5507-3267-245f061de35b%28Office.15%29.aspx)
-[Section.Click Event (Access)](http://msdn.microsoft.com/library/e32826fd-da43-b122-c656-6a9994496edf%28Office.15%29.aspx)
-[Section.DblClick Event (Access)](http://msdn.microsoft.com/library/6523062c-887d-de9a-a17b-b47768eb5ad0%28Office.15%29.aspx)
-[Section.MouseDown Event (Access)](http://msdn.microsoft.com/library/e262213a-cf22-bb6f-b3b0-bcbdba33e61d%28Office.15%29.aspx)
-[Section Object (Access)](http://msdn.microsoft.com/library/9edc5e29-bdd6-7627-230e-ca3812e0414e%28Office.15%29.aspx)
+[Section.MouseMove event (Access)](http://msdn.microsoft.com/library/5ae021c2-24fc-5507-3267-245f061de35b%28Office.15%29.aspx)
+[Section.Click event (Access)](http://msdn.microsoft.com/library/e32826fd-da43-b122-c656-6a9994496edf%28Office.15%29.aspx)
+[Section.DblClick event (Access)](http://msdn.microsoft.com/library/6523062c-887d-de9a-a17b-b47768eb5ad0%28Office.15%29.aspx)
+[Section.MouseDown event (Access)](http://msdn.microsoft.com/library/e262213a-cf22-bb6f-b3b0-bcbdba33e61d%28Office.15%29.aspx)
+[Section object (Access)](http://msdn.microsoft.com/library/9edc5e29-bdd6-7627-230e-ca3812e0414e%28Office.15%29.aspx)
diff --git a/F1/palettesource-property-access-vbaac10-chm4459.md b/F1/palettesource-property-access-vbaac10-chm4459.md
index 6873ca25abf..89dfc53b0bd 100644
--- a/F1/palettesource-property-access-vbaac10-chm4459.md
+++ b/F1/palettesource-property-access-vbaac10-chm4459.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.PaletteSource Property (Access)](http://msdn.microsoft.com/library/91276931-0aa6-7e54-09eb-1747f036aa7c%28Office.15%29.aspx)
+[Form.PaletteSource property (Access)](http://msdn.microsoft.com/library/91276931-0aa6-7e54-09eb-1747f036aa7c%28Office.15%29.aspx)
-[Report.PaletteSource Property (Access)](http://msdn.microsoft.com/library/9dc324a1-dc31-b0c5-edca-c4bc1674155a%28Office.15%29.aspx)
+[Report.PaletteSource property (Access)](http://msdn.microsoft.com/library/9dc324a1-dc31-b0c5-edca-c4bc1674155a%28Office.15%29.aspx)
diff --git a/F1/parent-property-access-vbaac10-chm10439.md b/F1/parent-property-access-vbaac10-chm10439.md
index fcc0117f83d..b665467ed56 100644
--- a/F1/parent-property-access-vbaac10-chm10439.md
+++ b/F1/parent-property-access-vbaac10-chm10439.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Parent Property (Access)](http://msdn.microsoft.com/library/381975a0-db89-1888-2c55-002157881db0%28Office.15%29.aspx)
+[NavigationButton.Parent property (Access)](http://msdn.microsoft.com/library/381975a0-db89-1888-2c55-002157881db0%28Office.15%29.aspx)
-[CommandButton.Parent Property (Access)](http://msdn.microsoft.com/library/288169cc-0934-43b0-a7b4-18445844519b%28Office.15%29.aspx)
+[CommandButton.Parent property (Access)](http://msdn.microsoft.com/library/288169cc-0934-43b0-a7b4-18445844519b%28Office.15%29.aspx)
diff --git a/F1/parent-property-access-vbaac10-chm11029.md b/F1/parent-property-access-vbaac10-chm11029.md
index 570f0a2ed7d..7cccfa08aaf 100644
--- a/F1/parent-property-access-vbaac10-chm11029.md
+++ b/F1/parent-property-access-vbaac10-chm11029.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Parent Property (Access)](http://msdn.microsoft.com/library/e07da876-e24c-0828-e986-d13a0cb1f78e%28Office.15%29.aspx)
+[TextBox.Parent property (Access)](http://msdn.microsoft.com/library/e07da876-e24c-0828-e986-d13a0cb1f78e%28Office.15%29.aspx)
-[NavigationControl.Parent Property (Access)](http://msdn.microsoft.com/library/e6b36fe8-b4d3-6571-0965-f27ac611fd29%28Office.15%29.aspx)
+[NavigationControl.Parent property (Access)](http://msdn.microsoft.com/library/e6b36fe8-b4d3-6571-0965-f27ac611fd29%28Office.15%29.aspx)
diff --git a/F1/parent-property-access-vbaac10-chm12679.md b/F1/parent-property-access-vbaac10-chm12679.md
index 395cc26d80d..28449fc160e 100644
--- a/F1/parent-property-access-vbaac10-chm12679.md
+++ b/F1/parent-property-access-vbaac10-chm12679.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[AllStoredProcedures.Parent Property (Access)](http://msdn.microsoft.com/library/c3078759-8f32-f7b9-1b71-1cd3f55578b1%28Office.15%29.aspx)
+[AllStoredProcedures.Parent property (Access)](http://msdn.microsoft.com/library/c3078759-8f32-f7b9-1b71-1cd3f55578b1%28Office.15%29.aspx)
-[AllDatabaseDiagrams.Parent Property (Access)](http://msdn.microsoft.com/library/51b83a15-7da5-a6dd-ec04-28b00f368ea0%28Office.15%29.aspx)
+[AllDatabaseDiagrams.Parent property (Access)](http://msdn.microsoft.com/library/51b83a15-7da5-a6dd-ec04-28b00f368ea0%28Office.15%29.aspx)
-[AllQueries.Parent Property (Access)](http://msdn.microsoft.com/library/6ecf7fa6-f150-fa1d-94b5-2c2c48480367%28Office.15%29.aspx)
-[AllModules.Parent Property (Access)](http://msdn.microsoft.com/library/d808196c-f185-188c-4fd3-56b5b62c387d%28Office.15%29.aspx)
-[AllMacros.Parent Property (Access)](http://msdn.microsoft.com/library/082d7ddc-1bb2-4959-005e-7ccd4c019130%28Office.15%29.aspx)
-[AllViews.Parent Property (Access)](http://msdn.microsoft.com/library/1f505dd8-05bf-6efc-e492-83595b39de8b%28Office.15%29.aspx)
-[AllReports.Parent Property (Access)](http://msdn.microsoft.com/library/4655352b-4051-33cd-24a8-a18f275d3454%28Office.15%29.aspx)
-[AllForms.Parent Property (Access)](http://msdn.microsoft.com/library/fa16ed80-9eb2-7bd8-fdc6-a8c9a8eb7ea0%28Office.15%29.aspx)
-[AllFunctions.Parent Property (Access)](http://msdn.microsoft.com/library/2e148328-476b-055c-6b29-d332dd0a0764%28Office.15%29.aspx)
-[AllTables.Parent Property (Access)](http://msdn.microsoft.com/library/41801b04-da13-c917-8692-d6d56bd45516%28Office.15%29.aspx)
+[AllQueries.Parent property (Access)](http://msdn.microsoft.com/library/6ecf7fa6-f150-fa1d-94b5-2c2c48480367%28Office.15%29.aspx)
+[AllModules.Parent property (Access)](http://msdn.microsoft.com/library/d808196c-f185-188c-4fd3-56b5b62c387d%28Office.15%29.aspx)
+[AllMacros.Parent property (Access)](http://msdn.microsoft.com/library/082d7ddc-1bb2-4959-005e-7ccd4c019130%28Office.15%29.aspx)
+[AllViews.Parent property (Access)](http://msdn.microsoft.com/library/1f505dd8-05bf-6efc-e492-83595b39de8b%28Office.15%29.aspx)
+[AllReports.Parent property (Access)](http://msdn.microsoft.com/library/4655352b-4051-33cd-24a8-a18f275d3454%28Office.15%29.aspx)
+[AllForms.Parent property (Access)](http://msdn.microsoft.com/library/fa16ed80-9eb2-7bd8-fdc6-a8c9a8eb7ea0%28Office.15%29.aspx)
+[AllFunctions.Parent property (Access)](http://msdn.microsoft.com/library/2e148328-476b-055c-6b29-d332dd0a0764%28Office.15%29.aspx)
+[AllTables.Parent property (Access)](http://msdn.microsoft.com/library/41801b04-da13-c917-8692-d6d56bd45516%28Office.15%29.aspx)
diff --git a/F1/parent-property-access-vbaac10-chm12723.md b/F1/parent-property-access-vbaac10-chm12723.md
index a42e4966e10..157c3654cec 100644
--- a/F1/parent-property-access-vbaac10-chm12723.md
+++ b/F1/parent-property-access-vbaac10-chm12723.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.Parent Property (Access)](http://msdn.microsoft.com/library/2dfa77fe-de58-15f4-da97-41da8b06c449%28Office.15%29.aspx)
+[CodeProject.Parent property (Access)](http://msdn.microsoft.com/library/2dfa77fe-de58-15f4-da97-41da8b06c449%28Office.15%29.aspx)
-[CurrentProject.Parent Property (Access)](http://msdn.microsoft.com/library/afd66c1b-db13-e336-02db-fcdc8f5226bc%28Office.15%29.aspx)
+[CurrentProject.Parent property (Access)](http://msdn.microsoft.com/library/afd66c1b-db13-e336-02db-fcdc8f5226bc%28Office.15%29.aspx)
diff --git a/F1/path-property-access-vbaac10-chm12718.md b/F1/path-property-access-vbaac10-chm12718.md
index bbe75509777..f94605c5d34 100644
--- a/F1/path-property-access-vbaac10-chm12718.md
+++ b/F1/path-property-access-vbaac10-chm12718.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.Path Property (Access)](http://msdn.microsoft.com/library/3d811cc3-ebb3-3cbc-fc3d-e1ab40ceea27%28Office.15%29.aspx)
+[CodeProject.Path property (Access)](http://msdn.microsoft.com/library/3d811cc3-ebb3-3cbc-fc3d-e1ab40ceea27%28Office.15%29.aspx)
-[CurrentProject.Path Property (Access)](http://msdn.microsoft.com/library/25f28502-b5fc-aafa-9189-eb091907a529%28Office.15%29.aspx)
+[CurrentProject.Path property (Access)](http://msdn.microsoft.com/library/25f28502-b5fc-aafa-9189-eb091907a529%28Office.15%29.aspx)
diff --git a/F1/picture-property-access-vbaac10-chm10451.md b/F1/picture-property-access-vbaac10-chm10451.md
index 8d8773f2e56..a2b22e0a0ca 100644
--- a/F1/picture-property-access-vbaac10-chm10451.md
+++ b/F1/picture-property-access-vbaac10-chm10451.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Picture Property (Access)](http://msdn.microsoft.com/library/1d0d5956-719e-13eb-e6ca-319f8da78754%28Office.15%29.aspx)
+[CommandButton.Picture property (Access)](http://msdn.microsoft.com/library/1d0d5956-719e-13eb-e6ca-319f8da78754%28Office.15%29.aspx)
-[NavigationButton.Picture Property (Access)](http://msdn.microsoft.com/library/ba8a27c9-b288-401b-a6c1-46fb16bc1326%28Office.15%29.aspx)
+[NavigationButton.Picture property (Access)](http://msdn.microsoft.com/library/ba8a27c9-b288-401b-a6c1-46fb16bc1326%28Office.15%29.aspx)
diff --git a/F1/picture-property-access-vbaac10-chm4462.md b/F1/picture-property-access-vbaac10-chm4462.md
index 2bb786e42cd..e8711a2cf23 100644
--- a/F1/picture-property-access-vbaac10-chm4462.md
+++ b/F1/picture-property-access-vbaac10-chm4462.md
@@ -13,13 +13,13 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.Picture Property (Access)](http://msdn.microsoft.com/library/18c914c4-0c6d-6ab3-49e0-0e68a9b60ce0%28Office.15%29.aspx)
+[Report.Picture property (Access)](http://msdn.microsoft.com/library/18c914c4-0c6d-6ab3-49e0-0e68a9b60ce0%28Office.15%29.aspx)
-[CommandButton.Picture Property (Access)](http://msdn.microsoft.com/library/1d0d5956-719e-13eb-e6ca-319f8da78754%28Office.15%29.aspx)
+[CommandButton.Picture property (Access)](http://msdn.microsoft.com/library/1d0d5956-719e-13eb-e6ca-319f8da78754%28Office.15%29.aspx)
-[Form.Picture Property (Access)](http://msdn.microsoft.com/library/4a42a443-13f0-e7aa-848d-34faff52c9bd%28Office.15%29.aspx)
-[NavigationButton.Picture Property (Access)](http://msdn.microsoft.com/library/ba8a27c9-b288-401b-a6c1-46fb16bc1326%28Office.15%29.aspx)
-[Page.Picture Property (Access)](http://msdn.microsoft.com/library/22487a28-6773-7223-ffcc-59e885790c69%28Office.15%29.aspx)
-[Image.Picture Property (Access)](http://msdn.microsoft.com/library/7844c00d-d56d-0473-31d6-7278f9e4d10f%28Office.15%29.aspx)
-[ToggleButton.Picture Property (Access)](http://msdn.microsoft.com/library/78889614-9916-1265-611a-8ae6932187fd%28Office.15%29.aspx)
+[Form.Picture property (Access)](http://msdn.microsoft.com/library/4a42a443-13f0-e7aa-848d-34faff52c9bd%28Office.15%29.aspx)
+[NavigationButton.Picture property (Access)](http://msdn.microsoft.com/library/ba8a27c9-b288-401b-a6c1-46fb16bc1326%28Office.15%29.aspx)
+[Page.Picture property (Access)](http://msdn.microsoft.com/library/22487a28-6773-7223-ffcc-59e885790c69%28Office.15%29.aspx)
+[Image.Picture property (Access)](http://msdn.microsoft.com/library/7844c00d-d56d-0473-31d6-7278f9e4d10f%28Office.15%29.aspx)
+[ToggleButton.Picture property (Access)](http://msdn.microsoft.com/library/78889614-9916-1265-611a-8ae6932187fd%28Office.15%29.aspx)
diff --git a/F1/picturealignment-property-access-vbaac10-chm4463.md b/F1/picturealignment-property-access-vbaac10-chm4463.md
index b4981d6fc4d..e035769524f 100644
--- a/F1/picturealignment-property-access-vbaac10-chm4463.md
+++ b/F1/picturealignment-property-access-vbaac10-chm4463.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.PictureAlignment Property (Access)](http://msdn.microsoft.com/library/8e6c09ac-9e2e-14b2-c3cf-09be95cd10b8%28Office.15%29.aspx)
+[Form.PictureAlignment property (Access)](http://msdn.microsoft.com/library/8e6c09ac-9e2e-14b2-c3cf-09be95cd10b8%28Office.15%29.aspx)
-[Image.PictureAlignment Property (Access)](http://msdn.microsoft.com/library/e0ebec64-9a26-859e-b9fd-5f4a47253bba%28Office.15%29.aspx)
+[Image.PictureAlignment property (Access)](http://msdn.microsoft.com/library/e0ebec64-9a26-859e-b9fd-5f4a47253bba%28Office.15%29.aspx)
-[Report.PictureAlignment Property (Access)](http://msdn.microsoft.com/library/d038e65b-c258-b6b7-ce53-87b9a60e74e3%28Office.15%29.aspx)
-[Attachment.PictureAlignment Property (Access)](http://msdn.microsoft.com/library/505daae0-8321-cce0-028a-ff6c2ac16245%28Office.15%29.aspx)
+[Report.PictureAlignment property (Access)](http://msdn.microsoft.com/library/d038e65b-c258-b6b7-ce53-87b9a60e74e3%28Office.15%29.aspx)
+[Attachment.PictureAlignment property (Access)](http://msdn.microsoft.com/library/505daae0-8321-cce0-028a-ff6c2ac16245%28Office.15%29.aspx)
diff --git a/F1/picturealignment-property-access-vbaac10-chm5819.md b/F1/picturealignment-property-access-vbaac10-chm5819.md
index cc73aad8168..2bf1b94b140 100644
--- a/F1/picturealignment-property-access-vbaac10-chm5819.md
+++ b/F1/picturealignment-property-access-vbaac10-chm5819.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.PictureAlignment Property (Access)](http://msdn.microsoft.com/library/8e6c09ac-9e2e-14b2-c3cf-09be95cd10b8%28Office.15%29.aspx)
+[Form.PictureAlignment property (Access)](http://msdn.microsoft.com/library/8e6c09ac-9e2e-14b2-c3cf-09be95cd10b8%28Office.15%29.aspx)
-[Image.PictureAlignment Property (Access)](http://msdn.microsoft.com/library/e0ebec64-9a26-859e-b9fd-5f4a47253bba%28Office.15%29.aspx)
+[Image.PictureAlignment property (Access)](http://msdn.microsoft.com/library/e0ebec64-9a26-859e-b9fd-5f4a47253bba%28Office.15%29.aspx)
-[Report.PictureAlignment Property (Access)](http://msdn.microsoft.com/library/d038e65b-c258-b6b7-ce53-87b9a60e74e3%28Office.15%29.aspx)
-[Attachment.PictureAlignment Property (Access)](http://msdn.microsoft.com/library/505daae0-8321-cce0-028a-ff6c2ac16245%28Office.15%29.aspx)
+[Report.PictureAlignment property (Access)](http://msdn.microsoft.com/library/d038e65b-c258-b6b7-ce53-87b9a60e74e3%28Office.15%29.aspx)
+[Attachment.PictureAlignment property (Access)](http://msdn.microsoft.com/library/505daae0-8321-cce0-028a-ff6c2ac16245%28Office.15%29.aspx)
diff --git a/F1/picturecaptionarrangement-property-access-vbaac10-chm14291.md b/F1/picturecaptionarrangement-property-access-vbaac10-chm14291.md
index 7197ad2f374..8b799ffedde 100644
--- a/F1/picturecaptionarrangement-property-access-vbaac10-chm14291.md
+++ b/F1/picturecaptionarrangement-property-access-vbaac10-chm14291.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.PictureCaptionArrangement Property (Access)](http://msdn.microsoft.com/library/b33ce40a-b247-9d69-c06d-17c822c80283%28Office.15%29.aspx)
+[CommandButton.PictureCaptionArrangement property (Access)](http://msdn.microsoft.com/library/b33ce40a-b247-9d69-c06d-17c822c80283%28Office.15%29.aspx)
-[NavigationButton.PictureCaptionArrangement Property (Access)](http://msdn.microsoft.com/library/4b9a87a0-3e9f-5a95-cab0-90427c714c12%28Office.15%29.aspx)
+[NavigationButton.PictureCaptionArrangement property (Access)](http://msdn.microsoft.com/library/4b9a87a0-3e9f-5a95-cab0-90427c714c12%28Office.15%29.aspx)
-[AcPictureCaptionArrangement Enumeration (Access)](http://msdn.microsoft.com/library/e77a758f-4139-343f-9f1c-5e29db3fe5a3%28Office.15%29.aspx)
+[AcPictureCaptionArrangement enumeration (Access)](http://msdn.microsoft.com/library/e77a758f-4139-343f-9f1c-5e29db3fe5a3%28Office.15%29.aspx)
diff --git a/F1/picturedata-property-access-vbaac10-chm10453.md b/F1/picturedata-property-access-vbaac10-chm10453.md
index d0d40b84fe8..6ed9e0655b9 100644
--- a/F1/picturedata-property-access-vbaac10-chm10453.md
+++ b/F1/picturedata-property-access-vbaac10-chm10453.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.PictureData Property (Access)](http://msdn.microsoft.com/library/7208ecc7-c057-4ad0-c55e-15a7a710f0a4%28Office.15%29.aspx)
+[CommandButton.PictureData property (Access)](http://msdn.microsoft.com/library/7208ecc7-c057-4ad0-c55e-15a7a710f0a4%28Office.15%29.aspx)
-[NavigationButton.PictureData Property (Access)](http://msdn.microsoft.com/library/3154933c-0945-81b8-272b-3e37fa819b05%28Office.15%29.aspx)
+[NavigationButton.PictureData property (Access)](http://msdn.microsoft.com/library/3154933c-0945-81b8-272b-3e37fa819b05%28Office.15%29.aspx)
diff --git a/F1/picturepages-property-access-vbaac10-chm13709.md b/F1/picturepages-property-access-vbaac10-chm13709.md
index 67cb9aec602..48a5f456bec 100644
--- a/F1/picturepages-property-access-vbaac10-chm13709.md
+++ b/F1/picturepages-property-access-vbaac10-chm13709.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.PicturePages Property (Access)](http://msdn.microsoft.com/library/a1266a43-3e1c-33f3-ae18-a7306723cc11%28Office.15%29.aspx)
+[Report.PicturePages property (Access)](http://msdn.microsoft.com/library/a1266a43-3e1c-33f3-ae18-a7306723cc11%28Office.15%29.aspx)
diff --git a/F1/picturesizemode-property-access-vbaac10-chm4465.md b/F1/picturesizemode-property-access-vbaac10-chm4465.md
index 9e7c4d8c61f..35aabb4af34 100644
--- a/F1/picturesizemode-property-access-vbaac10-chm4465.md
+++ b/F1/picturesizemode-property-access-vbaac10-chm4465.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.PictureSizeMode Property (Access)](http://msdn.microsoft.com/library/b2e7646c-a040-0205-b840-0ed5b43982ab%28Office.15%29.aspx)
+[Form.PictureSizeMode property (Access)](http://msdn.microsoft.com/library/b2e7646c-a040-0205-b840-0ed5b43982ab%28Office.15%29.aspx)
-[Report.PictureSizeMode Property (Access)](http://msdn.microsoft.com/library/7343ec48-b15e-632e-7493-776d8c9cd456%28Office.15%29.aspx)
+[Report.PictureSizeMode property (Access)](http://msdn.microsoft.com/library/7343ec48-b15e-632e-7493-776d8c9cd456%28Office.15%29.aspx)
-[Attachment.PictureSizeMode Property (Access)](http://msdn.microsoft.com/library/07d268ad-d4ba-c9ba-1ef4-7b3e7911ebba%28Office.15%29.aspx)
+[Attachment.PictureSizeMode property (Access)](http://msdn.microsoft.com/library/07d268ad-d4ba-c9ba-1ef4-7b3e7911ebba%28Office.15%29.aspx)
diff --git a/F1/picturetiling-property-access-vbaac10-chm4466.md b/F1/picturetiling-property-access-vbaac10-chm4466.md
index 7f4c1451358..9d32ac2dd5a 100644
--- a/F1/picturetiling-property-access-vbaac10-chm4466.md
+++ b/F1/picturetiling-property-access-vbaac10-chm4466.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.PictureTiling Property (Access)](http://msdn.microsoft.com/library/44927121-1ec4-1edf-b3ca-3e00022fab08%28Office.15%29.aspx)
+[Report.PictureTiling property (Access)](http://msdn.microsoft.com/library/44927121-1ec4-1edf-b3ca-3e00022fab08%28Office.15%29.aspx)
-[Attachment.PictureTiling Property (Access)](http://msdn.microsoft.com/library/d7eb8047-ea1d-e864-d2d7-51cd340cbc63%28Office.15%29.aspx)
+[Attachment.PictureTiling property (Access)](http://msdn.microsoft.com/library/d7eb8047-ea1d-e864-d2d7-51cd340cbc63%28Office.15%29.aspx)
-[Image.PictureTiling Property (Access)](http://msdn.microsoft.com/library/9be8cde0-4632-197e-ea3a-8db5846b8920%28Office.15%29.aspx)
-[Form.PictureTiling Property (Access)](http://msdn.microsoft.com/library/9343925c-8184-e9fc-ed62-a272a0bfa0a6%28Office.15%29.aspx)
+[Image.PictureTiling property (Access)](http://msdn.microsoft.com/library/9be8cde0-4632-197e-ea3a-8db5846b8920%28Office.15%29.aspx)
+[Form.PictureTiling property (Access)](http://msdn.microsoft.com/library/9343925c-8184-e9fc-ed62-a272a0bfa0a6%28Office.15%29.aspx)
diff --git a/F1/picturetiling-property-access-vbaac10-chm5820.md b/F1/picturetiling-property-access-vbaac10-chm5820.md
index ea4a2df1ff1..2d13e8d3f39 100644
--- a/F1/picturetiling-property-access-vbaac10-chm5820.md
+++ b/F1/picturetiling-property-access-vbaac10-chm5820.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.PictureTiling Property (Access)](http://msdn.microsoft.com/library/44927121-1ec4-1edf-b3ca-3e00022fab08%28Office.15%29.aspx)
+[Report.PictureTiling property (Access)](http://msdn.microsoft.com/library/44927121-1ec4-1edf-b3ca-3e00022fab08%28Office.15%29.aspx)
-[Attachment.PictureTiling Property (Access)](http://msdn.microsoft.com/library/d7eb8047-ea1d-e864-d2d7-51cd340cbc63%28Office.15%29.aspx)
+[Attachment.PictureTiling property (Access)](http://msdn.microsoft.com/library/d7eb8047-ea1d-e864-d2d7-51cd340cbc63%28Office.15%29.aspx)
-[Image.PictureTiling Property (Access)](http://msdn.microsoft.com/library/9be8cde0-4632-197e-ea3a-8db5846b8920%28Office.15%29.aspx)
-[Form.PictureTiling Property (Access)](http://msdn.microsoft.com/library/9343925c-8184-e9fc-ed62-a272a0bfa0a6%28Office.15%29.aspx)
+[Image.PictureTiling property (Access)](http://msdn.microsoft.com/library/9be8cde0-4632-197e-ea3a-8db5846b8920%28Office.15%29.aspx)
+[Form.PictureTiling property (Access)](http://msdn.microsoft.com/library/9343925c-8184-e9fc-ed62-a272a0bfa0a6%28Office.15%29.aspx)
diff --git a/F1/picturetype-property-access-vbaac10-chm10452.md b/F1/picturetype-property-access-vbaac10-chm10452.md
index 7bfae3a263c..71c28218360 100644
--- a/F1/picturetype-property-access-vbaac10-chm10452.md
+++ b/F1/picturetype-property-access-vbaac10-chm10452.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.PictureType Property (Access)](http://msdn.microsoft.com/library/deba650f-b365-3092-40df-3c5e6ed836ab%28Office.15%29.aspx)
+[NavigationButton.PictureType property (Access)](http://msdn.microsoft.com/library/deba650f-b365-3092-40df-3c5e6ed836ab%28Office.15%29.aspx)
-[Attachment.DefaultPictureType Property (Access)](http://msdn.microsoft.com/library/77032908-5b98-7072-1e53-520485580746%28Office.15%29.aspx)
+[Attachment.DefaultPictureType property (Access)](http://msdn.microsoft.com/library/77032908-5b98-7072-1e53-520485580746%28Office.15%29.aspx)
-[CommandButton.PictureType Property (Access)](http://msdn.microsoft.com/library/a835b294-4de1-b948-e59c-a7e9c3a4f9ae%28Office.15%29.aspx)
+[CommandButton.PictureType property (Access)](http://msdn.microsoft.com/library/a835b294-4de1-b948-e59c-a7e9c3a4f9ae%28Office.15%29.aspx)
diff --git a/F1/picturetype-property-access-vbaac10-chm4467.md b/F1/picturetype-property-access-vbaac10-chm4467.md
index a540c1e1393..705a91ff1bb 100644
--- a/F1/picturetype-property-access-vbaac10-chm4467.md
+++ b/F1/picturetype-property-access-vbaac10-chm4467.md
@@ -13,14 +13,14 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.PictureType Property (Access)](http://msdn.microsoft.com/library/93d3b9e4-ca7d-5f21-81b7-24270532dfa2%28Office.15%29.aspx)
+[Form.PictureType property (Access)](http://msdn.microsoft.com/library/93d3b9e4-ca7d-5f21-81b7-24270532dfa2%28Office.15%29.aspx)
-[NavigationButton.PictureType Property (Access)](http://msdn.microsoft.com/library/deba650f-b365-3092-40df-3c5e6ed836ab%28Office.15%29.aspx)
+[NavigationButton.PictureType property (Access)](http://msdn.microsoft.com/library/deba650f-b365-3092-40df-3c5e6ed836ab%28Office.15%29.aspx)
-[Image.PictureType Property (Access)](http://msdn.microsoft.com/library/873fdf85-bbd5-98d3-c8f0-4b1994ed0a85%28Office.15%29.aspx)
-[Report.PictureType Property (Access)](http://msdn.microsoft.com/library/96a8ab1c-42d2-2322-927f-4b2cf8822c56%28Office.15%29.aspx)
-[Attachment.DefaultPictureType Property (Access)](http://msdn.microsoft.com/library/77032908-5b98-7072-1e53-520485580746%28Office.15%29.aspx)
-[Page.PictureType Property (Access)](http://msdn.microsoft.com/library/113e63ec-a2d9-bd5e-8a49-82fd92339cb8%28Office.15%29.aspx)
-[CommandButton.PictureType Property (Access)](http://msdn.microsoft.com/library/a835b294-4de1-b948-e59c-a7e9c3a4f9ae%28Office.15%29.aspx)
-[ToggleButton.PictureType Property (Access)](http://msdn.microsoft.com/library/b9fafc70-9398-9b22-8d3f-ae0d05671aae%28Office.15%29.aspx)
+[Image.PictureType property (Access)](http://msdn.microsoft.com/library/873fdf85-bbd5-98d3-c8f0-4b1994ed0a85%28Office.15%29.aspx)
+[Report.PictureType property (Access)](http://msdn.microsoft.com/library/96a8ab1c-42d2-2322-927f-4b2cf8822c56%28Office.15%29.aspx)
+[Attachment.DefaultPictureType property (Access)](http://msdn.microsoft.com/library/77032908-5b98-7072-1e53-520485580746%28Office.15%29.aspx)
+[Page.PictureType property (Access)](http://msdn.microsoft.com/library/113e63ec-a2d9-bd5e-8a49-82fd92339cb8%28Office.15%29.aspx)
+[CommandButton.PictureType property (Access)](http://msdn.microsoft.com/library/a835b294-4de1-b948-e59c-a7e9c3a4f9ae%28Office.15%29.aspx)
+[ToggleButton.PictureType property (Access)](http://msdn.microsoft.com/library/b9fafc70-9398-9b22-8d3f-ae0d05671aae%28Office.15%29.aspx)
diff --git a/F1/pivottablechange-property-access-vbaac10-chm13538.md b/F1/pivottablechange-property-access-vbaac10-chm13538.md
index d686496720a..a6e163d43d9 100644
--- a/F1/pivottablechange-property-access-vbaac10-chm13538.md
+++ b/F1/pivottablechange-property-access-vbaac10-chm13538.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.PivotTableChange Property (Access)](http://msdn.microsoft.com/library/d8d6a7eb-2bc1-e441-95fe-aefaec7fde9d%28Office.15%29.aspx)
+[Form.PivotTableChange property (Access)](http://msdn.microsoft.com/library/d8d6a7eb-2bc1-e441-95fe-aefaec7fde9d%28Office.15%29.aspx)
diff --git a/F1/popup-property-access-vbaac10-chm4468.md b/F1/popup-property-access-vbaac10-chm4468.md
index 5f6c5cebda5..23e66d60ff8 100644
--- a/F1/popup-property-access-vbaac10-chm4468.md
+++ b/F1/popup-property-access-vbaac10-chm4468.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.PopUp Property (Access)](http://msdn.microsoft.com/library/0ccaa174-80e2-5ca3-9614-93b12dc1bfcd%28Office.15%29.aspx)
+[Form.PopUp property (Access)](http://msdn.microsoft.com/library/0ccaa174-80e2-5ca3-9614-93b12dc1bfcd%28Office.15%29.aspx)
-[Report.PopUp Property (Access)](http://msdn.microsoft.com/library/76e82181-c5d5-01b2-c7ce-b2c78f237a75%28Office.15%29.aspx)
+[Report.PopUp property (Access)](http://msdn.microsoft.com/library/76e82181-c5d5-01b2-c7ce-b2c78f237a75%28Office.15%29.aspx)
diff --git a/F1/pressedforeshade-property-access-vbaac10-chm14626.md b/F1/pressedforeshade-property-access-vbaac10-chm14626.md
index 5bb0901f2f3..4841c399177 100644
--- a/F1/pressedforeshade-property-access-vbaac10-chm14626.md
+++ b/F1/pressedforeshade-property-access-vbaac10-chm14626.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.PressedForeShade Property (Access)](http://msdn.microsoft.com/library/5a086d71-d916-5b97-9e98-51f6394f3eaa%28Office.15%29.aspx)
+[NavigationButton.PressedForeShade property (Access)](http://msdn.microsoft.com/library/5a086d71-d916-5b97-9e98-51f6394f3eaa%28Office.15%29.aspx)
-[CommandButton.PressedForeShade Property (Access)](http://msdn.microsoft.com/library/496e310e-b5eb-8e6a-7079-530126e71399%28Office.15%29.aspx)
+[CommandButton.PressedForeShade property (Access)](http://msdn.microsoft.com/library/496e310e-b5eb-8e6a-7079-530126e71399%28Office.15%29.aspx)
-[ToggleButton.PressedForeShade Property (Access)](http://msdn.microsoft.com/library/9a6ddbd0-154d-6018-e8fd-8fa9bd916356%28Office.15%29.aspx)
-[TabControl.PressedForeShade Property (Access)](http://msdn.microsoft.com/library/ff4421d8-58aa-93a8-ab57-af686f1c44da%28Office.15%29.aspx)
+[ToggleButton.PressedForeShade property (Access)](http://msdn.microsoft.com/library/9a6ddbd0-154d-6018-e8fd-8fa9bd916356%28Office.15%29.aspx)
+[TabControl.PressedForeShade property (Access)](http://msdn.microsoft.com/library/ff4421d8-58aa-93a8-ab57-af686f1c44da%28Office.15%29.aspx)
diff --git a/F1/pressedforethemecolorindex-property-access-vbaac10-chm14624.md b/F1/pressedforethemecolorindex-property-access-vbaac10-chm14624.md
index af87b88b945..3447a38e26b 100644
--- a/F1/pressedforethemecolorindex-property-access-vbaac10-chm14624.md
+++ b/F1/pressedforethemecolorindex-property-access-vbaac10-chm14624.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.PressedForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/32ad73cd-3960-1516-c45d-175c7d642847%28Office.15%29.aspx)
+[CommandButton.PressedForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/32ad73cd-3960-1516-c45d-175c7d642847%28Office.15%29.aspx)
-[ToggleButton.PressedForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/9c2b6020-3bb5-72f5-184d-2b1453946a26%28Office.15%29.aspx)
+[ToggleButton.PressedForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/9c2b6020-3bb5-72f5-184d-2b1453946a26%28Office.15%29.aspx)
-[TabControl.PressedForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/c7fed49b-7d46-f278-da70-2e3995554af4%28Office.15%29.aspx)
-[NavigationButton.PressedForeThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/3c8ee610-503b-1d9d-80e3-6a4dcbcb9b5b%28Office.15%29.aspx)
+[TabControl.PressedForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/c7fed49b-7d46-f278-da70-2e3995554af4%28Office.15%29.aspx)
+[NavigationButton.PressedForeThemeColorIndex property (Access)](http://msdn.microsoft.com/library/3c8ee610-503b-1d9d-80e3-6a4dcbcb9b5b%28Office.15%29.aspx)
diff --git a/F1/pressedforetint-property-access-vbaac10-chm14625.md b/F1/pressedforetint-property-access-vbaac10-chm14625.md
index e696a2be6d6..6f500ce4f0d 100644
--- a/F1/pressedforetint-property-access-vbaac10-chm14625.md
+++ b/F1/pressedforetint-property-access-vbaac10-chm14625.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.PressedForeTint Property (Access)](http://msdn.microsoft.com/library/c93d5f87-9b9a-fa6e-7226-709484c1e257%28Office.15%29.aspx)
+[ToggleButton.PressedForeTint property (Access)](http://msdn.microsoft.com/library/c93d5f87-9b9a-fa6e-7226-709484c1e257%28Office.15%29.aspx)
-[CommandButton.PressedForeTint Property (Access)](http://msdn.microsoft.com/library/3c5bce3c-e140-cd4c-ef69-7aee89b89998%28Office.15%29.aspx)
+[CommandButton.PressedForeTint property (Access)](http://msdn.microsoft.com/library/3c5bce3c-e140-cd4c-ef69-7aee89b89998%28Office.15%29.aspx)
-[NavigationButton.PressedForeTint Property (Access)](http://msdn.microsoft.com/library/70267cd4-ed42-9533-4cb6-e4338fa38fc1%28Office.15%29.aspx)
-[TabControl.PressedForeTint Property (Access)](http://msdn.microsoft.com/library/e27aab0a-8ffa-15df-0f48-ff2f64489644%28Office.15%29.aspx)
+[NavigationButton.PressedForeTint property (Access)](http://msdn.microsoft.com/library/70267cd4-ed42-9533-4cb6-e4338fa38fc1%28Office.15%29.aspx)
+[TabControl.PressedForeTint property (Access)](http://msdn.microsoft.com/library/e27aab0a-8ffa-15df-0f48-ff2f64489644%28Office.15%29.aspx)
diff --git a/F1/pressedshade-property-access-vbaac10-chm14622.md b/F1/pressedshade-property-access-vbaac10-chm14622.md
index 14b17817525..8cc33f51f64 100644
--- a/F1/pressedshade-property-access-vbaac10-chm14622.md
+++ b/F1/pressedshade-property-access-vbaac10-chm14622.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.PressedShade Property (Access)](http://msdn.microsoft.com/library/f595839b-cbd8-4dd3-baa1-49db6a9c58ca%28Office.15%29.aspx)
+[NavigationButton.PressedShade property (Access)](http://msdn.microsoft.com/library/f595839b-cbd8-4dd3-baa1-49db6a9c58ca%28Office.15%29.aspx)
-[TabControl.PressedShade Property (Access)](http://msdn.microsoft.com/library/842c93bf-7350-9f12-229c-6eec383dc9d9%28Office.15%29.aspx)
+[TabControl.PressedShade property (Access)](http://msdn.microsoft.com/library/842c93bf-7350-9f12-229c-6eec383dc9d9%28Office.15%29.aspx)
-[CommandButton.PressedShade Property (Access)](http://msdn.microsoft.com/library/8aa77c14-e9da-d4a2-015d-f1a2c2ced859%28Office.15%29.aspx)
-[ToggleButton.PressedShade Property (Access)](http://msdn.microsoft.com/library/72176e9c-68bf-971c-3147-fea692240d17%28Office.15%29.aspx)
+[CommandButton.PressedShade property (Access)](http://msdn.microsoft.com/library/8aa77c14-e9da-d4a2-015d-f1a2c2ced859%28Office.15%29.aspx)
+[ToggleButton.PressedShade property (Access)](http://msdn.microsoft.com/library/72176e9c-68bf-971c-3147-fea692240d17%28Office.15%29.aspx)
diff --git a/F1/pressedthemecolorindex-property-access-vbaac10-chm14620.md b/F1/pressedthemecolorindex-property-access-vbaac10-chm14620.md
index 5e73a5f544f..5a15c92834e 100644
--- a/F1/pressedthemecolorindex-property-access-vbaac10-chm14620.md
+++ b/F1/pressedthemecolorindex-property-access-vbaac10-chm14620.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.PressedThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/85609290-6641-001c-7bc2-0f14443b326f%28Office.15%29.aspx)
+[ToggleButton.PressedThemeColorIndex property (Access)](http://msdn.microsoft.com/library/85609290-6641-001c-7bc2-0f14443b326f%28Office.15%29.aspx)
-[TabControl.PressedThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/1ac09ba3-ba29-81d1-044a-210cd09e1cb6%28Office.15%29.aspx)
+[TabControl.PressedThemeColorIndex property (Access)](http://msdn.microsoft.com/library/1ac09ba3-ba29-81d1-044a-210cd09e1cb6%28Office.15%29.aspx)
-[CommandButton.PressedThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/12d76216-6a16-c487-02b3-721ed5e27b79%28Office.15%29.aspx)
-[NavigationButton.PressedThemeColorIndex Property (Access)](http://msdn.microsoft.com/library/82db8953-4344-8d4e-8bd6-9c9cedba6657%28Office.15%29.aspx)
+[CommandButton.PressedThemeColorIndex property (Access)](http://msdn.microsoft.com/library/12d76216-6a16-c487-02b3-721ed5e27b79%28Office.15%29.aspx)
+[NavigationButton.PressedThemeColorIndex property (Access)](http://msdn.microsoft.com/library/82db8953-4344-8d4e-8bd6-9c9cedba6657%28Office.15%29.aspx)
diff --git a/F1/pressedtint-property-access-vbaac10-chm14621.md b/F1/pressedtint-property-access-vbaac10-chm14621.md
index a93624ab512..8baee8b4dcb 100644
--- a/F1/pressedtint-property-access-vbaac10-chm14621.md
+++ b/F1/pressedtint-property-access-vbaac10-chm14621.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.PressedTint Property (Access)](http://msdn.microsoft.com/library/01fa017e-05b3-7bd7-b2bf-19bf4a641802%28Office.15%29.aspx)
+[ToggleButton.PressedTint property (Access)](http://msdn.microsoft.com/library/01fa017e-05b3-7bd7-b2bf-19bf4a641802%28Office.15%29.aspx)
-[NavigationButton.PressedTint Property (Access)](http://msdn.microsoft.com/library/3a657cd9-e81a-f82b-88f1-2387688d0650%28Office.15%29.aspx)
+[NavigationButton.PressedTint property (Access)](http://msdn.microsoft.com/library/3a657cd9-e81a-f82b-88f1-2387688d0650%28Office.15%29.aspx)
-[CommandButton.PressedTint Property (Access)](http://msdn.microsoft.com/library/11439c75-f951-a551-12ee-b7b2d2e8ee94%28Office.15%29.aspx)
-[TabControl.PressedTint Property (Access)](http://msdn.microsoft.com/library/1826cb99-d49c-465c-6c80-bca5a31f0f06%28Office.15%29.aspx)
+[CommandButton.PressedTint property (Access)](http://msdn.microsoft.com/library/11439c75-f951-a551-12ee-b7b2d2e8ee94%28Office.15%29.aspx)
+[TabControl.PressedTint property (Access)](http://msdn.microsoft.com/library/1826cb99-d49c-465c-6c80-bca5a31f0f06%28Office.15%29.aspx)
diff --git a/F1/projecttype-property-access-vbaac10-chm12712.md b/F1/projecttype-property-access-vbaac10-chm12712.md
index b0a6dad945d..6e1a2cfd564 100644
--- a/F1/projecttype-property-access-vbaac10-chm12712.md
+++ b/F1/projecttype-property-access-vbaac10-chm12712.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.ProjectType Property (Access)](http://msdn.microsoft.com/library/c669da2f-6559-8f9c-8935-94f38624dd20%28Office.15%29.aspx)
+[CodeProject.ProjectType property (Access)](http://msdn.microsoft.com/library/c669da2f-6559-8f9c-8935-94f38624dd20%28Office.15%29.aspx)
-[CurrentProject.ProjectType Property (Access)](http://msdn.microsoft.com/library/b68e5888-0bea-ae7a-b389-b87c7002352c%28Office.15%29.aspx)
+[CurrentProject.ProjectType property (Access)](http://msdn.microsoft.com/library/b68e5888-0bea-ae7a-b389-b87c7002352c%28Office.15%29.aspx)
diff --git a/F1/properties-property-access-vbaac10-chm10441.md b/F1/properties-property-access-vbaac10-chm10441.md
index 86e22641f7f..e57caee1c5a 100644
--- a/F1/properties-property-access-vbaac10-chm10441.md
+++ b/F1/properties-property-access-vbaac10-chm10441.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Properties Property (Access)](http://msdn.microsoft.com/library/9f306b5a-3e83-96bf-d8a6-0aec3f2d4e2c%28Office.15%29.aspx)
+[NavigationButton.Properties property (Access)](http://msdn.microsoft.com/library/9f306b5a-3e83-96bf-d8a6-0aec3f2d4e2c%28Office.15%29.aspx)
-[CommandButton.Properties Property (Access)](http://msdn.microsoft.com/library/2d819871-1a93-c835-7c2b-c42797dceaf8%28Office.15%29.aspx)
+[CommandButton.Properties property (Access)](http://msdn.microsoft.com/library/2d819871-1a93-c835-7c2b-c42797dceaf8%28Office.15%29.aspx)
diff --git a/F1/properties-property-access-vbaac10-chm11032.md b/F1/properties-property-access-vbaac10-chm11032.md
index 4e04af10820..a515858c6b4 100644
--- a/F1/properties-property-access-vbaac10-chm11032.md
+++ b/F1/properties-property-access-vbaac10-chm11032.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Properties Property (Access)](http://msdn.microsoft.com/library/54a6372b-77db-5557-7af1-0c608f6d46a6%28Office.15%29.aspx)
+[TextBox.Properties property (Access)](http://msdn.microsoft.com/library/54a6372b-77db-5557-7af1-0c608f6d46a6%28Office.15%29.aspx)
-[NavigationControl.Properties Property (Access)](http://msdn.microsoft.com/library/682d75b4-5bfd-ea22-c47a-ceb7a4d504f2%28Office.15%29.aspx)
+[NavigationControl.Properties property (Access)](http://msdn.microsoft.com/library/682d75b4-5bfd-ea22-c47a-ceb7a4d504f2%28Office.15%29.aspx)
diff --git a/F1/properties-property-access-vbaac10-chm12721.md b/F1/properties-property-access-vbaac10-chm12721.md
index 072099a142a..6b7592516d5 100644
--- a/F1/properties-property-access-vbaac10-chm12721.md
+++ b/F1/properties-property-access-vbaac10-chm12721.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.Properties Property (Access)](http://msdn.microsoft.com/library/47617f8c-6c87-ec70-5661-51204ef44cdf%28Office.15%29.aspx)
+[CodeProject.Properties property (Access)](http://msdn.microsoft.com/library/47617f8c-6c87-ec70-5661-51204ef44cdf%28Office.15%29.aspx)
-[CurrentProject.Properties Property (Access)](http://msdn.microsoft.com/library/fd53f73f-184a-0793-da0d-7bcd95c20439%28Office.15%29.aspx)
+[CurrentProject.Properties property (Access)](http://msdn.microsoft.com/library/fd53f73f-184a-0793-da0d-7bcd95c20439%28Office.15%29.aspx)
diff --git a/F1/query-property-access-vbaac10-chm13539.md b/F1/query-property-access-vbaac10-chm13539.md
index ccac418820c..23af375cb26 100644
--- a/F1/query-property-access-vbaac10-chm13539.md
+++ b/F1/query-property-access-vbaac10-chm13539.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.Query Property (Access)](http://msdn.microsoft.com/library/fcef59f9-f405-0a05-f986-b29c2b0528de%28Office.15%29.aspx)
+[Form.Query property (Access)](http://msdn.microsoft.com/library/fcef59f9-f405-0a05-f986-b29c2b0528de%28Office.15%29.aspx)
diff --git a/F1/quickstyle-property-access-vbaac10-chm14646.md b/F1/quickstyle-property-access-vbaac10-chm14646.md
index b23d054dc08..efd2b4a0d5f 100644
--- a/F1/quickstyle-property-access-vbaac10-chm14646.md
+++ b/F1/quickstyle-property-access-vbaac10-chm14646.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.QuickStyle Property (Access)](http://msdn.microsoft.com/library/6dc5a569-8758-86cd-5b2a-693081ef95c5%28Office.15%29.aspx)
+[ToggleButton.QuickStyle property (Access)](http://msdn.microsoft.com/library/6dc5a569-8758-86cd-5b2a-693081ef95c5%28Office.15%29.aspx)
-[CommandButton.QuickStyle Property (Access)](http://msdn.microsoft.com/library/ac5750b0-e4cc-4330-8391-7aaef008973d%28Office.15%29.aspx)
+[CommandButton.QuickStyle property (Access)](http://msdn.microsoft.com/library/ac5750b0-e4cc-4330-8391-7aaef008973d%28Office.15%29.aspx)
-[NavigationButton.QuickStyle Property (Access)](http://msdn.microsoft.com/library/a676c9e1-71f7-c93e-dfb4-8ab2c513893a%28Office.15%29.aspx)
+[NavigationButton.QuickStyle property (Access)](http://msdn.microsoft.com/library/a676c9e1-71f7-c93e-dfb4-8ab2c513893a%28Office.15%29.aspx)
diff --git a/F1/quickstylemask-property-access-vbaac10-chm14647.md b/F1/quickstylemask-property-access-vbaac10-chm14647.md
index f3dffc3db5a..5d38c3f5f1b 100644
--- a/F1/quickstylemask-property-access-vbaac10-chm14647.md
+++ b/F1/quickstylemask-property-access-vbaac10-chm14647.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.QuickStyleMask Property (Access)](http://msdn.microsoft.com/library/7f3e65d9-44e8-289a-2123-093aed70650c%28Office.15%29.aspx)
+[ToggleButton.QuickStyleMask property (Access)](http://msdn.microsoft.com/library/7f3e65d9-44e8-289a-2123-093aed70650c%28Office.15%29.aspx)
-[CommandButton.QuickStyleMask Property (Access)](http://msdn.microsoft.com/library/c0661897-d71c-8c3e-b18d-1100a24ed6a2%28Office.15%29.aspx)
+[CommandButton.QuickStyleMask property (Access)](http://msdn.microsoft.com/library/c0661897-d71c-8c3e-b18d-1100a24ed6a2%28Office.15%29.aspx)
-[NavigationButton.QuickStyleMask Property (Access)](http://msdn.microsoft.com/library/d7a5e454-399b-090c-46d9-add8ad13ff0f%28Office.15%29.aspx)
+[NavigationButton.QuickStyleMask property (Access)](http://msdn.microsoft.com/library/d7a5e454-399b-090c-46d9-add8ad13ff0f%28Office.15%29.aspx)
diff --git a/F1/readingorder-property-access-vbaac10-chm10505.md b/F1/readingorder-property-access-vbaac10-chm10505.md
index 91f3c1ff46e..580461cd6ac 100644
--- a/F1/readingorder-property-access-vbaac10-chm10505.md
+++ b/F1/readingorder-property-access-vbaac10-chm10505.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/5a47e95d-7421-147f-084a-74130cf524c7%28Office.15%29.aspx)
+[CommandButton.ReadingOrder property (Access)](http://msdn.microsoft.com/library/5a47e95d-7421-147f-084a-74130cf524c7%28Office.15%29.aspx)
-[NavigationButton.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/5d436f27-e896-15c0-3733-ec7629d58214%28Office.15%29.aspx)
+[NavigationButton.ReadingOrder property (Access)](http://msdn.microsoft.com/library/5d436f27-e896-15c0-3733-ec7629d58214%28Office.15%29.aspx)
diff --git a/F1/readingorder-property-access-vbaac10-chm11130.md b/F1/readingorder-property-access-vbaac10-chm11130.md
index 3021bee0e5c..9ac26ff792d 100644
--- a/F1/readingorder-property-access-vbaac10-chm11130.md
+++ b/F1/readingorder-property-access-vbaac10-chm11130.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/ecd7522a-3a16-2a18-a3c1-0798dba1baec%28Office.15%29.aspx)
+[NavigationControl.ReadingOrder property (Access)](http://msdn.microsoft.com/library/ecd7522a-3a16-2a18-a3c1-0798dba1baec%28Office.15%29.aspx)
-[TextBox.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/1b53bb00-9252-ca99-c3b7-3a97d06552c4%28Office.15%29.aspx)
+[TextBox.ReadingOrder property (Access)](http://msdn.microsoft.com/library/1b53bb00-9252-ca99-c3b7-3a97d06552c4%28Office.15%29.aspx)
diff --git a/F1/readingorder-property-access-vbaac10-chm5006.md b/F1/readingorder-property-access-vbaac10-chm5006.md
index 4bc712f2e7c..62c61d0678f 100644
--- a/F1/readingorder-property-access-vbaac10-chm5006.md
+++ b/F1/readingorder-property-access-vbaac10-chm5006.md
@@ -13,16 +13,16 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/9af8afab-e253-01d4-f79c-01bfa9d8e60b%28Office.15%29.aspx)
+[ListBox.ReadingOrder property (Access)](http://msdn.microsoft.com/library/9af8afab-e253-01d4-f79c-01bfa9d8e60b%28Office.15%29.aspx)
-[NavigationControl.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/ecd7522a-3a16-2a18-a3c1-0798dba1baec%28Office.15%29.aspx)
+[NavigationControl.ReadingOrder property (Access)](http://msdn.microsoft.com/library/ecd7522a-3a16-2a18-a3c1-0798dba1baec%28Office.15%29.aspx)
-[CheckBox.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/b0c40eaf-447a-0051-6ffe-2c7895cdbb58%28Office.15%29.aspx)
-[TextBox.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/1b53bb00-9252-ca99-c3b7-3a97d06552c4%28Office.15%29.aspx)
-[ComboBox.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/83989cec-fcab-0b83-5b5a-5dedc1a77aea%28Office.15%29.aspx)
-[Label.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/f6d9642b-b482-8300-e66a-5f320547fdfa%28Office.15%29.aspx)
-[CommandButton.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/5a47e95d-7421-147f-084a-74130cf524c7%28Office.15%29.aspx)
-[ToggleButton.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/172e40bd-bdd2-a4e8-3e96-d4bd8d3c40c8%28Office.15%29.aspx)
-[NavigationButton.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/5d436f27-e896-15c0-3733-ec7629d58214%28Office.15%29.aspx)
-[OptionButton.ReadingOrder Property (Access)](http://msdn.microsoft.com/library/52dab78d-5c67-4031-06b4-f7fa43207f4c%28Office.15%29.aspx)
+[CheckBox.ReadingOrder property (Access)](http://msdn.microsoft.com/library/b0c40eaf-447a-0051-6ffe-2c7895cdbb58%28Office.15%29.aspx)
+[TextBox.ReadingOrder property (Access)](http://msdn.microsoft.com/library/1b53bb00-9252-ca99-c3b7-3a97d06552c4%28Office.15%29.aspx)
+[ComboBox.ReadingOrder property (Access)](http://msdn.microsoft.com/library/83989cec-fcab-0b83-5b5a-5dedc1a77aea%28Office.15%29.aspx)
+[Label.ReadingOrder property (Access)](http://msdn.microsoft.com/library/f6d9642b-b482-8300-e66a-5f320547fdfa%28Office.15%29.aspx)
+[CommandButton.ReadingOrder property (Access)](http://msdn.microsoft.com/library/5a47e95d-7421-147f-084a-74130cf524c7%28Office.15%29.aspx)
+[ToggleButton.ReadingOrder property (Access)](http://msdn.microsoft.com/library/172e40bd-bdd2-a4e8-3e96-d4bd8d3c40c8%28Office.15%29.aspx)
+[NavigationButton.ReadingOrder property (Access)](http://msdn.microsoft.com/library/5d436f27-e896-15c0-3733-ec7629d58214%28Office.15%29.aspx)
+[OptionButton.ReadingOrder property (Access)](http://msdn.microsoft.com/library/52dab78d-5c67-4031-06b4-f7fa43207f4c%28Office.15%29.aspx)
diff --git a/F1/recordlocks-property-access-vbaac10-chm4481.md b/F1/recordlocks-property-access-vbaac10-chm4481.md
index 629ba2802ab..6d08224b7bb 100644
--- a/F1/recordlocks-property-access-vbaac10-chm4481.md
+++ b/F1/recordlocks-property-access-vbaac10-chm4481.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.RecordLocks Property (Access)](http://msdn.microsoft.com/library/9080f7dd-259e-8b13-9648-3269bc7321d3%28Office.15%29.aspx)
+[Form.RecordLocks property (Access)](http://msdn.microsoft.com/library/9080f7dd-259e-8b13-9648-3269bc7321d3%28Office.15%29.aspx)
-[Report.RecordLocks Property (Access)](http://msdn.microsoft.com/library/21f8d145-e417-a7a1-e697-b1e07434c760%28Office.15%29.aspx)
+[Report.RecordLocks property (Access)](http://msdn.microsoft.com/library/21f8d145-e417-a7a1-e697-b1e07434c760%28Office.15%29.aspx)
diff --git a/F1/recordselectors-property-access-vbaac10-chm4482.md b/F1/recordselectors-property-access-vbaac10-chm4482.md
index a5ab6aadcba..b54f752f58f 100644
--- a/F1/recordselectors-property-access-vbaac10-chm4482.md
+++ b/F1/recordselectors-property-access-vbaac10-chm4482.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.RecordSelectors Property (Access)](http://msdn.microsoft.com/library/7700f0c5-621f-5145-57be-777d53228379%28Office.15%29.aspx)
+[Form.RecordSelectors property (Access)](http://msdn.microsoft.com/library/7700f0c5-621f-5145-57be-777d53228379%28Office.15%29.aspx)
diff --git a/F1/recordsource-property-access-vbaac10-chm4485.md b/F1/recordsource-property-access-vbaac10-chm4485.md
index de42a2c4a67..c844258cc38 100644
--- a/F1/recordsource-property-access-vbaac10-chm4485.md
+++ b/F1/recordsource-property-access-vbaac10-chm4485.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.RecordSource Property (Access)](http://msdn.microsoft.com/library/a473695a-7645-744d-bf69-760e1f2b9fb1%28Office.15%29.aspx)
+[Form.RecordSource property (Access)](http://msdn.microsoft.com/library/a473695a-7645-744d-bf69-760e1f2b9fb1%28Office.15%29.aspx)
-[Report.RecordSource Property (Access)](http://msdn.microsoft.com/library/aa3b31cc-21a6-5d56-8361-9fc232ffae97%28Office.15%29.aspx)
+[Report.RecordSource property (Access)](http://msdn.microsoft.com/library/aa3b31cc-21a6-5d56-8361-9fc232ffae97%28Office.15%29.aspx)
diff --git a/F1/removepersonalinformation-property-access-vbaac10-chm12724.md b/F1/removepersonalinformation-property-access-vbaac10-chm12724.md
index c29bada2493..6d405179d0c 100644
--- a/F1/removepersonalinformation-property-access-vbaac10-chm12724.md
+++ b/F1/removepersonalinformation-property-access-vbaac10-chm12724.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.RemovePersonalInformation Property (Access)](http://msdn.microsoft.com/library/d98f2b2a-304f-8d27-14ad-55407f335f1e%28Office.15%29.aspx)
+[CurrentProject.RemovePersonalInformation property (Access)](http://msdn.microsoft.com/library/d98f2b2a-304f-8d27-14ad-55407f335f1e%28Office.15%29.aspx)
-[CodeProject.RemovePersonalInformation Property (Access)](http://msdn.microsoft.com/library/e5332cce-31a9-6aed-11d3-9aa1329123a8%28Office.15%29.aspx)
+[CodeProject.RemovePersonalInformation property (Access)](http://msdn.microsoft.com/library/e5332cce-31a9-6aed-11d3-9aa1329123a8%28Office.15%29.aspx)
diff --git a/F1/requery-method-access-vbaac10-chm10443.md b/F1/requery-method-access-vbaac10-chm10443.md
index 2d19fa10fd2..2f6779edc43 100644
--- a/F1/requery-method-access-vbaac10-chm10443.md
+++ b/F1/requery-method-access-vbaac10-chm10443.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Requery Method (Access)](http://msdn.microsoft.com/library/9a8fed17-aec2-c592-c003-92bc832d5da0%28Office.15%29.aspx)
+[CommandButton.Requery method (Access)](http://msdn.microsoft.com/library/9a8fed17-aec2-c592-c003-92bc832d5da0%28Office.15%29.aspx)
-[NavigationButton.Requery Method (Access)](http://msdn.microsoft.com/library/4beb0efc-2e95-469e-21be-e546d0a66414%28Office.15%29.aspx)
+[NavigationButton.Requery method (Access)](http://msdn.microsoft.com/library/4beb0efc-2e95-469e-21be-e546d0a66414%28Office.15%29.aspx)
diff --git a/F1/requery-method-access-vbaac10-chm11034.md b/F1/requery-method-access-vbaac10-chm11034.md
index 24fc38f1601..f2edaae9468 100644
--- a/F1/requery-method-access-vbaac10-chm11034.md
+++ b/F1/requery-method-access-vbaac10-chm11034.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Requery Method (Access)](http://msdn.microsoft.com/library/b1f8991e-7ccc-4f0b-c50f-1d51a0abda7e%28Office.15%29.aspx)
+[TextBox.Requery method (Access)](http://msdn.microsoft.com/library/b1f8991e-7ccc-4f0b-c50f-1d51a0abda7e%28Office.15%29.aspx)
-[NavigationControl.Requery Method (Access)](http://msdn.microsoft.com/library/613e89e1-5e02-d2da-4881-c77f3d8cb55e%28Office.15%29.aspx)
+[NavigationControl.Requery method (Access)](http://msdn.microsoft.com/library/613e89e1-5e02-d2da-4881-c77f3d8cb55e%28Office.15%29.aspx)
diff --git a/F1/required-property-access-vbaac10-chm4488.md b/F1/required-property-access-vbaac10-chm4488.md
index a906440accd..3026acc93d9 100644
--- a/F1/required-property-access-vbaac10-chm4488.md
+++ b/F1/required-property-access-vbaac10-chm4488.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Required Property (Access)](http://msdn.microsoft.com/library/4aa6d0bb-4a07-9efc-4d2e-414bcc11e42e%28Office.15%29.aspx)
+[Required property (Access)](http://msdn.microsoft.com/library/4aa6d0bb-4a07-9efc-4d2e-414bcc11e42e%28Office.15%29.aspx)
diff --git a/F1/required-property-access-vbaac10-chm5187962.md b/F1/required-property-access-vbaac10-chm5187962.md
index 6fb4a12d8a3..0e5852375e5 100644
--- a/F1/required-property-access-vbaac10-chm5187962.md
+++ b/F1/required-property-access-vbaac10-chm5187962.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Required Property (Access)](http://msdn.microsoft.com/library/4aa6d0bb-4a07-9efc-4d2e-414bcc11e42e%28Office.15%29.aspx)
+[Required property (Access)](http://msdn.microsoft.com/library/4aa6d0bb-4a07-9efc-4d2e-414bcc11e42e%28Office.15%29.aspx)
diff --git a/F1/resources-property-access-vbaac10-chm14653.md b/F1/resources-property-access-vbaac10-chm14653.md
index afbf2155ca6..ef409d02427 100644
--- a/F1/resources-property-access-vbaac10-chm14653.md
+++ b/F1/resources-property-access-vbaac10-chm14653.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.Resources Property (Access)](http://msdn.microsoft.com/library/2edc7258-77b3-5d09-22eb-1620d460f0f3%28Office.15%29.aspx)
+[CurrentProject.Resources property (Access)](http://msdn.microsoft.com/library/2edc7258-77b3-5d09-22eb-1620d460f0f3%28Office.15%29.aspx)
-[CodeProject.Resources Property (Access)](http://msdn.microsoft.com/library/630b6b57-5f6d-bf9e-6026-3858d314d329%28Office.15%29.aspx)
+[CodeProject.Resources property (Access)](http://msdn.microsoft.com/library/630b6b57-5f6d-bf9e-6026-3858d314d329%28Office.15%29.aspx)
diff --git a/F1/returnvars-property-access-vbaac10-chm14688.md b/F1/returnvars-property-access-vbaac10-chm14688.md
index c332999b297..df5ab842e8d 100644
--- a/F1/returnvars-property-access-vbaac10-chm14688.md
+++ b/F1/returnvars-property-access-vbaac10-chm14688.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Application.ReturnVars Property (Access)](http://msdn.microsoft.com/library/2b8f455a-328f-d2f5-8277-24e9c2b9f5c7%28Office.15%29.aspx)
+[Application.ReturnVars property (Access)](http://msdn.microsoft.com/library/2b8f455a-328f-d2f5-8277-24e9c2b9f5c7%28Office.15%29.aspx)
-[ReturnVars Object (Access)](http://msdn.microsoft.com/library/3cc16825-665f-4bd8-a606-6b3b93594659%28Office.15%29.aspx)
+[ReturnVars object (Access)](http://msdn.microsoft.com/library/3cc16825-665f-4bd8-a606-6b3b93594659%28Office.15%29.aspx)
diff --git a/F1/ribbonname-property-access-vbaac10-chm5866.md b/F1/ribbonname-property-access-vbaac10-chm5866.md
index 5148638f5f1..3a17d4801b8 100644
--- a/F1/ribbonname-property-access-vbaac10-chm5866.md
+++ b/F1/ribbonname-property-access-vbaac10-chm5866.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.RibbonName Property (Access)](http://msdn.microsoft.com/library/e352711e-a43d-2dd2-d6db-2bbec7c99e74%28Office.15%29.aspx)
+[Form.RibbonName property (Access)](http://msdn.microsoft.com/library/e352711e-a43d-2dd2-d6db-2bbec7c99e74%28Office.15%29.aspx)
-[Report.RibbonName Property (Access)](http://msdn.microsoft.com/library/598dc161-1d90-8339-a214-95d6e9d6396a%28Office.15%29.aspx)
+[Report.RibbonName property (Access)](http://msdn.microsoft.com/library/598dc161-1d90-8339-a214-95d6e9d6396a%28Office.15%29.aspx)
diff --git a/F1/rightmargin-property-access-vbaac10-chm4574.md b/F1/rightmargin-property-access-vbaac10-chm4574.md
index cd4e0f1a96e..b6f7e25800b 100644
--- a/F1/rightmargin-property-access-vbaac10-chm4574.md
+++ b/F1/rightmargin-property-access-vbaac10-chm4574.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.RightMargin Property (Access)](http://msdn.microsoft.com/library/4ee85481-4489-4f81-123b-54062c071b97%28Office.15%29.aspx)
+[ComboBox.RightMargin property (Access)](http://msdn.microsoft.com/library/4ee85481-4489-4f81-123b-54062c071b97%28Office.15%29.aspx)
-[Printer.RightMargin Property (Access)](http://msdn.microsoft.com/library/cd4fc2b9-5612-b16f-b58a-7b1f9da0f936%28Office.15%29.aspx)
+[Printer.RightMargin property (Access)](http://msdn.microsoft.com/library/cd4fc2b9-5612-b16f-b58a-7b1f9da0f936%28Office.15%29.aspx)
-[TextBox.RightMargin Property (Access)](http://msdn.microsoft.com/library/13f3fe1f-d5c3-33ac-9b9b-897df8ff5ba9%28Office.15%29.aspx)
-[Label.RightMargin Property (Access)](http://msdn.microsoft.com/library/03a7e1fa-bf05-dc29-be2f-f79f761d870d%28Office.15%29.aspx)
+[TextBox.RightMargin property (Access)](http://msdn.microsoft.com/library/13f3fe1f-d5c3-33ac-9b9b-897df8ff5ba9%28Office.15%29.aspx)
+[Label.RightMargin property (Access)](http://msdn.microsoft.com/library/03a7e1fa-bf05-dc29-be2f-f79f761d870d%28Office.15%29.aspx)
diff --git a/F1/rightpadding-property-access-vbaac10-chm10526.md b/F1/rightpadding-property-access-vbaac10-chm10526.md
index 25b8bc7cfed..272b24959e9 100644
--- a/F1/rightpadding-property-access-vbaac10-chm10526.md
+++ b/F1/rightpadding-property-access-vbaac10-chm10526.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.RightPadding Property (Access)](http://msdn.microsoft.com/library/eaa9ae99-22f9-f237-da25-9515d3b8d8a6%28Office.15%29.aspx)
+[CustomControl.RightPadding property (Access)](http://msdn.microsoft.com/library/eaa9ae99-22f9-f237-da25-9515d3b8d8a6%28Office.15%29.aspx)
-[NavigationButton.RightPadding Property (Access)](http://msdn.microsoft.com/library/16a951da-7b28-7013-9183-b79d903dbad5%28Office.15%29.aspx)
+[NavigationButton.RightPadding property (Access)](http://msdn.microsoft.com/library/16a951da-7b28-7013-9183-b79d903dbad5%28Office.15%29.aspx)
-[CommandButton.RightPadding Property (Access)](http://msdn.microsoft.com/library/f5a02077-2598-3b5c-58c9-fa77d5947cff%28Office.15%29.aspx)
+[CommandButton.RightPadding property (Access)](http://msdn.microsoft.com/library/f5a02077-2598-3b5c-58c9-fa77d5947cff%28Office.15%29.aspx)
diff --git a/F1/rightpadding-property-access-vbaac10-chm11154.md b/F1/rightpadding-property-access-vbaac10-chm11154.md
index 42288cb1815..2e79d5e2161 100644
--- a/F1/rightpadding-property-access-vbaac10-chm11154.md
+++ b/F1/rightpadding-property-access-vbaac10-chm11154.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.RightPadding Property (Access)](http://msdn.microsoft.com/library/7f9e2e21-1e36-01c1-f4e7-b3373644f9e5%28Office.15%29.aspx)
+[TextBox.RightPadding property (Access)](http://msdn.microsoft.com/library/7f9e2e21-1e36-01c1-f4e7-b3373644f9e5%28Office.15%29.aspx)
-[NavigationControl.RightPadding Property (Access)](http://msdn.microsoft.com/library/8c2cd0df-f629-e8d1-a2df-ba0f6203ec07%28Office.15%29.aspx)
+[NavigationControl.RightPadding property (Access)](http://msdn.microsoft.com/library/8c2cd0df-f629-e8d1-a2df-ba0f6203ec07%28Office.15%29.aspx)
diff --git a/F1/rightpadding-property-access-vbaac10-chm5630.md b/F1/rightpadding-property-access-vbaac10-chm5630.md
index cc38270ee70..47b399dfa1b 100644
--- a/F1/rightpadding-property-access-vbaac10-chm5630.md
+++ b/F1/rightpadding-property-access-vbaac10-chm5630.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.RightPadding Property (Access)](http://msdn.microsoft.com/library/9882c250-bbe0-8abb-8c7e-00e1f8c6af4e%28Office.15%29.aspx)
+[ObjectFrame.RightPadding property (Access)](http://msdn.microsoft.com/library/9882c250-bbe0-8abb-8c7e-00e1f8c6af4e%28Office.15%29.aspx)
-[Image.RightPadding Property (Access)](http://msdn.microsoft.com/library/9fe9eb52-d504-6406-894f-0a90530687b9%28Office.15%29.aspx)
+[Image.RightPadding property (Access)](http://msdn.microsoft.com/library/9fe9eb52-d504-6406-894f-0a90530687b9%28Office.15%29.aspx)
-[ToggleButton.RightPadding Property (Access)](http://msdn.microsoft.com/library/36e38e77-104a-0cac-9c89-1bd0958ad55a%28Office.15%29.aspx)
-[SubForm.RightPadding Property (Access)](http://msdn.microsoft.com/library/17cae6e0-4010-86e1-73ba-1f8a9b629dd4%28Office.15%29.aspx)
-[WebBrowserControl.RightPadding Property (Access)](http://msdn.microsoft.com/library/ac784983-260e-2ac1-4377-23a7920b038a%28Office.15%29.aspx)
-[ListBox.RightPadding Property (Access)](http://msdn.microsoft.com/library/aacb7180-a9f3-9450-dd2f-35f21768a9c7%28Office.15%29.aspx)
-[Control.RightPadding Property (Access)](http://msdn.microsoft.com/library/3c9d50a2-42e7-f292-a3bc-42bed689fcef%28Office.15%29.aspx)
-[Label.RightPadding Property (Access)](http://msdn.microsoft.com/library/62e0dc41-59fb-06c3-b6c6-6da02d32f54b%28Office.15%29.aspx)
-[CustomControl.RightPadding Property (Access)](http://msdn.microsoft.com/library/eaa9ae99-22f9-f237-da25-9515d3b8d8a6%28Office.15%29.aspx)
-[OptionButton.RightPadding Property (Access)](http://msdn.microsoft.com/library/e739fdd2-18be-eb96-f8ed-a9b4b82b4885%28Office.15%29.aspx)
-[ComboBox.RightPadding Property (Access)](http://msdn.microsoft.com/library/71089377-d206-24b0-be15-aca3e7f33c2e%28Office.15%29.aspx)
-[TextBox.RightPadding Property (Access)](http://msdn.microsoft.com/library/7f9e2e21-1e36-01c1-f4e7-b3373644f9e5%28Office.15%29.aspx)
-[NavigationButton.RightPadding Property (Access)](http://msdn.microsoft.com/library/16a951da-7b28-7013-9183-b79d903dbad5%28Office.15%29.aspx)
-[NavigationControl.RightPadding Property (Access)](http://msdn.microsoft.com/library/8c2cd0df-f629-e8d1-a2df-ba0f6203ec07%28Office.15%29.aspx)
-[CheckBox.RightPadding Property (Access)](http://msdn.microsoft.com/library/669e17f4-586f-1ea3-a239-c72902970f89%28Office.15%29.aspx)
-[BoundObjectFrame.RightPadding Property (Access)](http://msdn.microsoft.com/library/766c6e34-7996-f592-6fae-cb26aa2e4b40%28Office.15%29.aspx)
-[EmptyCell.RightPadding Property (Access)](http://msdn.microsoft.com/library/25191897-1093-6d5c-638e-e4ece1e813bb%28Office.15%29.aspx)
-[Attachment.RightPadding Property (Access)](http://msdn.microsoft.com/library/ade6bde4-ebea-36af-f0ad-f071260dbf00%28Office.15%29.aspx)
-[CommandButton.RightPadding Property (Access)](http://msdn.microsoft.com/library/f5a02077-2598-3b5c-58c9-fa77d5947cff%28Office.15%29.aspx)
-[TabControl.RightPadding Property (Access)](http://msdn.microsoft.com/library/03474457-ab92-5892-6fcc-fe397de5035d%28Office.15%29.aspx)
+[ToggleButton.RightPadding property (Access)](http://msdn.microsoft.com/library/36e38e77-104a-0cac-9c89-1bd0958ad55a%28Office.15%29.aspx)
+[SubForm.RightPadding property (Access)](http://msdn.microsoft.com/library/17cae6e0-4010-86e1-73ba-1f8a9b629dd4%28Office.15%29.aspx)
+[WebBrowserControl.RightPadding property (Access)](http://msdn.microsoft.com/library/ac784983-260e-2ac1-4377-23a7920b038a%28Office.15%29.aspx)
+[ListBox.RightPadding property (Access)](http://msdn.microsoft.com/library/aacb7180-a9f3-9450-dd2f-35f21768a9c7%28Office.15%29.aspx)
+[Control.RightPadding property (Access)](http://msdn.microsoft.com/library/3c9d50a2-42e7-f292-a3bc-42bed689fcef%28Office.15%29.aspx)
+[Label.RightPadding property (Access)](http://msdn.microsoft.com/library/62e0dc41-59fb-06c3-b6c6-6da02d32f54b%28Office.15%29.aspx)
+[CustomControl.RightPadding property (Access)](http://msdn.microsoft.com/library/eaa9ae99-22f9-f237-da25-9515d3b8d8a6%28Office.15%29.aspx)
+[OptionButton.RightPadding property (Access)](http://msdn.microsoft.com/library/e739fdd2-18be-eb96-f8ed-a9b4b82b4885%28Office.15%29.aspx)
+[ComboBox.RightPadding property (Access)](http://msdn.microsoft.com/library/71089377-d206-24b0-be15-aca3e7f33c2e%28Office.15%29.aspx)
+[TextBox.RightPadding property (Access)](http://msdn.microsoft.com/library/7f9e2e21-1e36-01c1-f4e7-b3373644f9e5%28Office.15%29.aspx)
+[NavigationButton.RightPadding property (Access)](http://msdn.microsoft.com/library/16a951da-7b28-7013-9183-b79d903dbad5%28Office.15%29.aspx)
+[NavigationControl.RightPadding property (Access)](http://msdn.microsoft.com/library/8c2cd0df-f629-e8d1-a2df-ba0f6203ec07%28Office.15%29.aspx)
+[CheckBox.RightPadding property (Access)](http://msdn.microsoft.com/library/669e17f4-586f-1ea3-a239-c72902970f89%28Office.15%29.aspx)
+[BoundObjectFrame.RightPadding property (Access)](http://msdn.microsoft.com/library/766c6e34-7996-f592-6fae-cb26aa2e4b40%28Office.15%29.aspx)
+[EmptyCell.RightPadding property (Access)](http://msdn.microsoft.com/library/25191897-1093-6d5c-638e-e4ece1e813bb%28Office.15%29.aspx)
+[Attachment.RightPadding property (Access)](http://msdn.microsoft.com/library/ade6bde4-ebea-36af-f0ad-f071260dbf00%28Office.15%29.aspx)
+[CommandButton.RightPadding property (Access)](http://msdn.microsoft.com/library/f5a02077-2598-3b5c-58c9-fa77d5947cff%28Office.15%29.aspx)
+[TabControl.RightPadding property (Access)](http://msdn.microsoft.com/library/03474457-ab92-5892-6fcc-fe397de5035d%28Office.15%29.aspx)
diff --git a/F1/rowsource-property-access-vbaac10-chm4491.md b/F1/rowsource-property-access-vbaac10-chm4491.md
index 080373127e6..0175e93c551 100644
--- a/F1/rowsource-property-access-vbaac10-chm4491.md
+++ b/F1/rowsource-property-access-vbaac10-chm4491.md
@@ -13,11 +13,11 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.RowSource Property (Access)](http://msdn.microsoft.com/library/de2aa92d-34e8-20e7-ece7-5e1dcb8cd877%28Office.15%29.aspx)
+[ObjectFrame.RowSource property (Access)](http://msdn.microsoft.com/library/de2aa92d-34e8-20e7-ece7-5e1dcb8cd877%28Office.15%29.aspx)
-[ListBox.BoundColumn Property (Access)](http://msdn.microsoft.com/library/f6a742a4-40ff-bb83-8946-7e8bb71e5690%28Office.15%29.aspx)
+[ListBox.BoundColumn property (Access)](http://msdn.microsoft.com/library/f6a742a4-40ff-bb83-8946-7e8bb71e5690%28Office.15%29.aspx)
-[ComboBox.BoundColumn Property (Access)](http://msdn.microsoft.com/library/ba2b5807-5f5a-52bb-d5d3-db7525bccba4%28Office.15%29.aspx)
-[ComboBox.RowSource Property (Access)](http://msdn.microsoft.com/library/1225e566-24e0-244d-09ae-e036c87f3141%28Office.15%29.aspx)
-[ListBox.RowSource Property (Access)](http://msdn.microsoft.com/library/7f6c8b99-36b2-3bd3-af8f-f93d67d20f39%28Office.15%29.aspx)
+[ComboBox.BoundColumn property (Access)](http://msdn.microsoft.com/library/ba2b5807-5f5a-52bb-d5d3-db7525bccba4%28Office.15%29.aspx)
+[ComboBox.RowSource property (Access)](http://msdn.microsoft.com/library/1225e566-24e0-244d-09ae-e036c87f3141%28Office.15%29.aspx)
+[ListBox.RowSource property (Access)](http://msdn.microsoft.com/library/7f6c8b99-36b2-3bd3-af8f-f93d67d20f39%28Office.15%29.aspx)
diff --git a/F1/rowsourcetype-property-access-vbaac10-chm5498.md b/F1/rowsourcetype-property-access-vbaac10-chm5498.md
index d9216ae3ccd..e842ce2a9db 100644
--- a/F1/rowsourcetype-property-access-vbaac10-chm5498.md
+++ b/F1/rowsourcetype-property-access-vbaac10-chm5498.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.RowSourceType Property (Access)](http://msdn.microsoft.com/library/dd1d6ea8-5479-4bf9-3317-0b95282c7d74%28Office.15%29.aspx)
+[ComboBox.RowSourceType property (Access)](http://msdn.microsoft.com/library/dd1d6ea8-5479-4bf9-3317-0b95282c7d74%28Office.15%29.aspx)
-[ListBox.RowSourceType Property (Access)](http://msdn.microsoft.com/library/a98a44d4-b2a5-d591-9295-3222d708ee88%28Office.15%29.aspx)
+[ListBox.RowSourceType property (Access)](http://msdn.microsoft.com/library/a98a44d4-b2a5-d591-9295-3222d708ee88%28Office.15%29.aspx)
-[ObjectFrame.RowSourceType Property (Access)](http://msdn.microsoft.com/library/d450ce8b-c2e9-f51b-61af-b46a64ab7d32%28Office.15%29.aspx)
+[ObjectFrame.RowSourceType property (Access)](http://msdn.microsoft.com/library/d450ce8b-c2e9-f51b-61af-b46a64ab7d32%28Office.15%29.aspx)
diff --git a/F1/runningsum-property-access-vbaac10-chm4492.md b/F1/runningsum-property-access-vbaac10-chm4492.md
index 8025cad45d9..4088e418d9c 100644
--- a/F1/runningsum-property-access-vbaac10-chm4492.md
+++ b/F1/runningsum-property-access-vbaac10-chm4492.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.RunningSum Property (Access)](http://msdn.microsoft.com/library/8918a58c-8c07-84dc-f43c-2486d54cd677%28Office.15%29.aspx)
+[TextBox.RunningSum property (Access)](http://msdn.microsoft.com/library/8918a58c-8c07-84dc-f43c-2486d54cd677%28Office.15%29.aspx)
diff --git a/F1/scrollbaralign-property-access-vbaac10-chm11133.md b/F1/scrollbaralign-property-access-vbaac10-chm11133.md
index a2e82f2fc12..f4147f8fe52 100644
--- a/F1/scrollbaralign-property-access-vbaac10-chm11133.md
+++ b/F1/scrollbaralign-property-access-vbaac10-chm11133.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.ScrollBarAlign Property (Access)](http://msdn.microsoft.com/library/5a8a77df-571a-7294-8be8-0ff2c4546131%28Office.15%29.aspx)
+[TextBox.ScrollBarAlign property (Access)](http://msdn.microsoft.com/library/5a8a77df-571a-7294-8be8-0ff2c4546131%28Office.15%29.aspx)
-[NavigationControl.ScrollBarAlign Property (Access)](http://msdn.microsoft.com/library/b685e196-513e-fe57-d993-d1e2f4051a4c%28Office.15%29.aspx)
+[NavigationControl.ScrollBarAlign property (Access)](http://msdn.microsoft.com/library/b685e196-513e-fe57-d993-d1e2f4051a4c%28Office.15%29.aspx)
diff --git a/F1/scrollbaralign-property-access-vbaac10-chm5009.md b/F1/scrollbaralign-property-access-vbaac10-chm5009.md
index 1cf788599a5..139cc7aa9e6 100644
--- a/F1/scrollbaralign-property-access-vbaac10-chm5009.md
+++ b/F1/scrollbaralign-property-access-vbaac10-chm5009.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.ScrollBarAlign Property (Access)](http://msdn.microsoft.com/library/5a8a77df-571a-7294-8be8-0ff2c4546131%28Office.15%29.aspx)
+[TextBox.ScrollBarAlign property (Access)](http://msdn.microsoft.com/library/5a8a77df-571a-7294-8be8-0ff2c4546131%28Office.15%29.aspx)
-[ComboBox.ScrollBarAlign Property (Access)](http://msdn.microsoft.com/library/ded4533c-2879-d57f-b6ff-cccd20a88090%28Office.15%29.aspx)
+[ComboBox.ScrollBarAlign property (Access)](http://msdn.microsoft.com/library/ded4533c-2879-d57f-b6ff-cccd20a88090%28Office.15%29.aspx)
-[NavigationControl.ScrollBarAlign Property (Access)](http://msdn.microsoft.com/library/b685e196-513e-fe57-d993-d1e2f4051a4c%28Office.15%29.aspx)
-[ListBox.ScrollBarAlign Property (Access)](http://msdn.microsoft.com/library/6eb9b2d1-e306-5980-7ad0-ff0b9c1cd0c6%28Office.15%29.aspx)
+[NavigationControl.ScrollBarAlign property (Access)](http://msdn.microsoft.com/library/b685e196-513e-fe57-d993-d1e2f4051a4c%28Office.15%29.aspx)
+[ListBox.ScrollBarAlign property (Access)](http://msdn.microsoft.com/library/6eb9b2d1-e306-5980-7ad0-ff0b9c1cd0c6%28Office.15%29.aspx)
diff --git a/F1/scrollbars-property-access-vbaac10-chm4264.md b/F1/scrollbars-property-access-vbaac10-chm4264.md
index 57dc773f476..8adbe485087 100644
--- a/F1/scrollbars-property-access-vbaac10-chm4264.md
+++ b/F1/scrollbars-property-access-vbaac10-chm4264.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.ScrollBars Property (Access)](http://msdn.microsoft.com/library/d35e3e88-10ce-20f8-d4b1-305b27992395%28Office.15%29.aspx)
+[Form.ScrollBars property (Access)](http://msdn.microsoft.com/library/d35e3e88-10ce-20f8-d4b1-305b27992395%28Office.15%29.aspx)
-[Report.ScrollBars Property (Access)](http://msdn.microsoft.com/library/12693642-6288-4f21-40cd-5aa1d6886cca%28Office.15%29.aspx)
+[Report.ScrollBars property (Access)](http://msdn.microsoft.com/library/12693642-6288-4f21-40cd-5aa1d6886cca%28Office.15%29.aspx)
-[TextBox.ScrollBars Property (Access)](http://msdn.microsoft.com/library/de3adbf1-4398-8782-0998-d392ab860669%28Office.15%29.aspx)
-[WebBrowserControl.ScrollBars Property (Access)](http://msdn.microsoft.com/library/7f886ed1-32d1-5f0c-022f-e310046f75e0%28Office.15%29.aspx)
+[TextBox.ScrollBars property (Access)](http://msdn.microsoft.com/library/de3adbf1-4398-8782-0998-d392ab860669%28Office.15%29.aspx)
+[WebBrowserControl.ScrollBars property (Access)](http://msdn.microsoft.com/library/7f886ed1-32d1-5f0c-022f-e310046f75e0%28Office.15%29.aspx)
diff --git a/F1/scrollbars-property-access-vbaac10-chm5900.md b/F1/scrollbars-property-access-vbaac10-chm5900.md
index dfef28f7ce2..4c638c7d078 100644
--- a/F1/scrollbars-property-access-vbaac10-chm5900.md
+++ b/F1/scrollbars-property-access-vbaac10-chm5900.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[WebBrowserControl.ScrollBars Property (Access)](http://msdn.microsoft.com/library/7f886ed1-32d1-5f0c-022f-e310046f75e0%28Office.15%29.aspx)
+[WebBrowserControl.ScrollBars property (Access)](http://msdn.microsoft.com/library/7f886ed1-32d1-5f0c-022f-e310046f75e0%28Office.15%29.aspx)
diff --git a/F1/scrolltop-property-access-vbaac10-chm14365.md b/F1/scrolltop-property-access-vbaac10-chm14365.md
index bed734a1e86..57fc53197d4 100644
--- a/F1/scrolltop-property-access-vbaac10-chm14365.md
+++ b/F1/scrolltop-property-access-vbaac10-chm14365.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[WebBrowserControl.ScrollTop Property (Access)](http://msdn.microsoft.com/library/adc0ee0f-1262-373f-a0db-de7bba917e13%28Office.15%29.aspx)
+[WebBrowserControl.ScrollTop property (Access)](http://msdn.microsoft.com/library/adc0ee0f-1262-373f-a0db-de7bba917e13%28Office.15%29.aspx)
diff --git a/F1/section-property-access-vbaac10-chm10487.md b/F1/section-property-access-vbaac10-chm10487.md
index 9f5ac3735dd..f12df57bc06 100644
--- a/F1/section-property-access-vbaac10-chm10487.md
+++ b/F1/section-property-access-vbaac10-chm10487.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Section Property (Access)](http://msdn.microsoft.com/library/0ef5f32e-b724-205a-94bc-337b76f0a1b7%28Office.15%29.aspx)
+[CommandButton.Section property (Access)](http://msdn.microsoft.com/library/0ef5f32e-b724-205a-94bc-337b76f0a1b7%28Office.15%29.aspx)
-[NavigationButton.Section Property (Access)](http://msdn.microsoft.com/library/810c32b5-2a6a-b6d2-65bc-96f28b3f9547%28Office.15%29.aspx)
+[NavigationButton.Section property (Access)](http://msdn.microsoft.com/library/810c32b5-2a6a-b6d2-65bc-96f28b3f9547%28Office.15%29.aspx)
diff --git a/F1/section-property-access-vbaac10-chm11103.md b/F1/section-property-access-vbaac10-chm11103.md
index 93c840be8e7..e7d01f1cb7c 100644
--- a/F1/section-property-access-vbaac10-chm11103.md
+++ b/F1/section-property-access-vbaac10-chm11103.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Section Property (Access)](http://msdn.microsoft.com/library/670b7950-5f94-461e-8cd1-9c6f95169e89%28Office.15%29.aspx)
+[NavigationControl.Section property (Access)](http://msdn.microsoft.com/library/670b7950-5f94-461e-8cd1-9c6f95169e89%28Office.15%29.aspx)
-[TextBox.Section Property (Access)](http://msdn.microsoft.com/library/76a43ccb-a199-b640-623c-d008b7d48e1c%28Office.15%29.aspx)
+[TextBox.Section property (Access)](http://msdn.microsoft.com/library/76a43ccb-a199-b640-623c-d008b7d48e1c%28Office.15%29.aspx)
[RestoreWindow Macro Action](http://msdn.microsoft.com/library/507a6452-2be0-a523-1201-0108d2b9d23c%28Office.15%29.aspx)
diff --git a/F1/selectionchange-property-access-vbaac10-chm5105.md b/F1/selectionchange-property-access-vbaac10-chm5105.md
index aa5974e398b..7d3c0bd212d 100644
--- a/F1/selectionchange-property-access-vbaac10-chm5105.md
+++ b/F1/selectionchange-property-access-vbaac10-chm5105.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.SelectionChange Property (Access)](http://msdn.microsoft.com/library/e31876fc-103a-d231-a6fa-7cb026a343e1%28Office.15%29.aspx)
+[Form.SelectionChange property (Access)](http://msdn.microsoft.com/library/e31876fc-103a-d231-a6fa-7cb026a343e1%28Office.15%29.aspx)
diff --git a/F1/separatorcharacters-property-access-vbaac10-chm5821.md b/F1/separatorcharacters-property-access-vbaac10-chm5821.md
index f1fa0d736c0..ca144aea174 100644
--- a/F1/separatorcharacters-property-access-vbaac10-chm5821.md
+++ b/F1/separatorcharacters-property-access-vbaac10-chm5821.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.SeparatorCharacters Property (Access)](http://msdn.microsoft.com/library/7a91ecdf-35e0-d32c-7355-7656d9ed7ad1%28Office.15%29.aspx)
+[ComboBox.SeparatorCharacters property (Access)](http://msdn.microsoft.com/library/7a91ecdf-35e0-d32c-7355-7656d9ed7ad1%28Office.15%29.aspx)
diff --git a/F1/setfocus-method-access-vbaac10-chm10444.md b/F1/setfocus-method-access-vbaac10-chm10444.md
index f191f20d531..09f38c81fee 100644
--- a/F1/setfocus-method-access-vbaac10-chm10444.md
+++ b/F1/setfocus-method-access-vbaac10-chm10444.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.SetFocus Method (Access)](http://msdn.microsoft.com/library/71954d0e-a919-63b8-bba1-4f80e5940336%28Office.15%29.aspx)
+[NavigationButton.SetFocus method (Access)](http://msdn.microsoft.com/library/71954d0e-a919-63b8-bba1-4f80e5940336%28Office.15%29.aspx)
-[CommandButton.SetFocus Method (Access)](http://msdn.microsoft.com/library/ec0c4c1a-72cb-f766-c05b-fc1e99e5c8e9%28Office.15%29.aspx)
+[CommandButton.SetFocus method (Access)](http://msdn.microsoft.com/library/ec0c4c1a-72cb-f766-c05b-fc1e99e5c8e9%28Office.15%29.aspx)
diff --git a/F1/setfocus-method-access-vbaac10-chm11035.md b/F1/setfocus-method-access-vbaac10-chm11035.md
index 63783471a53..f7a961c2650 100644
--- a/F1/setfocus-method-access-vbaac10-chm11035.md
+++ b/F1/setfocus-method-access-vbaac10-chm11035.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.SetFocus Method (Access)](http://msdn.microsoft.com/library/74232b27-17f4-78fc-9c42-0aabaad56257%28Office.15%29.aspx)
+[NavigationControl.SetFocus method (Access)](http://msdn.microsoft.com/library/74232b27-17f4-78fc-9c42-0aabaad56257%28Office.15%29.aspx)
-[TextBox.SetFocus Method (Access)](http://msdn.microsoft.com/library/dc5edcd0-09af-2fdb-0b94-49af0bfa705b%28Office.15%29.aspx)
+[TextBox.SetFocus method (Access)](http://msdn.microsoft.com/library/dc5edcd0-09af-2fdb-0b94-49af0bfa705b%28Office.15%29.aspx)
diff --git a/F1/settaborder-method-access-vbaac10-chm14294.md b/F1/settaborder-method-access-vbaac10-chm14294.md
index 6cc1f09bfbf..1ead01ab06c 100644
--- a/F1/settaborder-method-access-vbaac10-chm14294.md
+++ b/F1/settaborder-method-access-vbaac10-chm14294.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Section.SetTabOrder Method (Access)](http://msdn.microsoft.com/library/d0d993c5-045d-a457-f89a-459d85f98dec%28Office.15%29.aspx)
+[Section.SetTabOrder method (Access)](http://msdn.microsoft.com/library/d0d993c5-045d-a457-f89a-459d85f98dec%28Office.15%29.aspx)
-[Page.SetTabOrder Method (Access)](http://msdn.microsoft.com/library/446762c2-00b0-5b60-5e32-c2703681a753%28Office.15%29.aspx)
+[Page.SetTabOrder method (Access)](http://msdn.microsoft.com/library/446762c2-00b0-5b60-5e32-c2703681a753%28Office.15%29.aspx)
diff --git a/F1/shadow-property-access-vbaac10-chm14638.md b/F1/shadow-property-access-vbaac10-chm14638.md
index 05469a30847..bfd918fd55c 100644
--- a/F1/shadow-property-access-vbaac10-chm14638.md
+++ b/F1/shadow-property-access-vbaac10-chm14638.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Shadow Property (Access)](http://msdn.microsoft.com/library/06e28d4d-8390-8c2c-9095-05a0e14c81e6%28Office.15%29.aspx)
+[NavigationButton.Shadow property (Access)](http://msdn.microsoft.com/library/06e28d4d-8390-8c2c-9095-05a0e14c81e6%28Office.15%29.aspx)
-[CommandButton.Shadow Property (Access)](http://msdn.microsoft.com/library/71af60bc-6f69-1408-8f3a-076a75daddcc%28Office.15%29.aspx)
+[CommandButton.Shadow property (Access)](http://msdn.microsoft.com/library/71af60bc-6f69-1408-8f3a-076a75daddcc%28Office.15%29.aspx)
-[ToggleButton.Shadow Property (Access)](http://msdn.microsoft.com/library/0095ff4e-56f0-9b56-73e2-2e3066ee8b03%28Office.15%29.aspx)
+[ToggleButton.Shadow property (Access)](http://msdn.microsoft.com/library/0095ff4e-56f0-9b56-73e2-2e3066ee8b03%28Office.15%29.aspx)
diff --git a/F1/shape-property-access-vbaac10-chm13815.md b/F1/shape-property-access-vbaac10-chm13815.md
index e755afc0807..2becd2513c4 100644
--- a/F1/shape-property-access-vbaac10-chm13815.md
+++ b/F1/shape-property-access-vbaac10-chm13815.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.Shape Property (Access)](http://msdn.microsoft.com/library/1fd2eb3c-5473-b239-d0c6-4e0ded950df6%28Office.15%29.aspx)
+[Report.Shape property (Access)](http://msdn.microsoft.com/library/1fd2eb3c-5473-b239-d0c6-4e0ded950df6%28Office.15%29.aspx)
-[CommandButton.Shape Property (Access) Reference](http://msdn.microsoft.com/library/a22ca4ec-584d-46c8-2a11-aeb1503ec07f%28Office.15%29.aspx)
+[CommandButton.Shape property (Access) Reference](http://msdn.microsoft.com/library/a22ca4ec-584d-46c8-2a11-aeb1503ec07f%28Office.15%29.aspx)
diff --git a/F1/shape-property-access-vbaac10-chm14628.md b/F1/shape-property-access-vbaac10-chm14628.md
index e6fb6997d1c..bb7b19ffbad 100644
--- a/F1/shape-property-access-vbaac10-chm14628.md
+++ b/F1/shape-property-access-vbaac10-chm14628.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TabControl.Shape Property (Access)](http://msdn.microsoft.com/library/579e6710-0e42-74ac-ea97-1618baf9497a%28Office.15%29.aspx)
+[TabControl.Shape property (Access)](http://msdn.microsoft.com/library/579e6710-0e42-74ac-ea97-1618baf9497a%28Office.15%29.aspx)
-[NavigationButton.Shape Property (Access)](http://msdn.microsoft.com/library/9d9ecd73-b1a4-6861-a420-3bc52beae95c%28Office.15%29.aspx)
+[NavigationButton.Shape property (Access)](http://msdn.microsoft.com/library/9d9ecd73-b1a4-6861-a420-3bc52beae95c%28Office.15%29.aspx)
-[ToggleButton.Shape Property (Access)](http://msdn.microsoft.com/library/86f39f5a-ab5b-2db2-611b-53568a99ac0c%28Office.15%29.aspx)
-[CommandButton.Shape Property (Access)](http://msdn.microsoft.com/library/92088237-5dd8-0b40-ed2d-e5a5bfef4495%28Office.15%29.aspx)
+[ToggleButton.Shape property (Access)](http://msdn.microsoft.com/library/86f39f5a-ab5b-2db2-611b-53568a99ac0c%28Office.15%29.aspx)
+[CommandButton.Shape property (Access)](http://msdn.microsoft.com/library/92088237-5dd8-0b40-ed2d-e5a5bfef4495%28Office.15%29.aspx)
diff --git a/F1/shortcutmenu-property-access-vbaac10-chm13387.md b/F1/shortcutmenu-property-access-vbaac10-chm13387.md
index 8012cedc71e..f3a3141d59d 100644
--- a/F1/shortcutmenu-property-access-vbaac10-chm13387.md
+++ b/F1/shortcutmenu-property-access-vbaac10-chm13387.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.ShortcutMenu Property (Access)](http://msdn.microsoft.com/library/ec652f43-4dc8-4970-19ad-d117c3193528%28Office.15%29.aspx)
+[Form.ShortcutMenu property (Access)](http://msdn.microsoft.com/library/ec652f43-4dc8-4970-19ad-d117c3193528%28Office.15%29.aspx)
diff --git a/F1/shortcutmenubar-property-access-vbaac10-chm10479.md b/F1/shortcutmenubar-property-access-vbaac10-chm10479.md
index b82e0afc75e..ed5f542a386 100644
--- a/F1/shortcutmenubar-property-access-vbaac10-chm10479.md
+++ b/F1/shortcutmenubar-property-access-vbaac10-chm10479.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/fea5b3e5-da70-c3b6-95f6-bc06e7b6c762%28Office.15%29.aspx)
+[CommandButton.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/fea5b3e5-da70-c3b6-95f6-bc06e7b6c762%28Office.15%29.aspx)
-[NavigationButton.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/bfc92fea-48ef-e995-53c4-be0354de1550%28Office.15%29.aspx)
+[NavigationButton.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/bfc92fea-48ef-e995-53c4-be0354de1550%28Office.15%29.aspx)
diff --git a/F1/shortcutmenubar-property-access-vbaac10-chm11092.md b/F1/shortcutmenubar-property-access-vbaac10-chm11092.md
index 40fe6486acb..3ae34e96826 100644
--- a/F1/shortcutmenubar-property-access-vbaac10-chm11092.md
+++ b/F1/shortcutmenubar-property-access-vbaac10-chm11092.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/89e4e907-4d28-6c9b-424c-3400d448b222%28Office.15%29.aspx)
+[NavigationControl.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/89e4e907-4d28-6c9b-424c-3400d448b222%28Office.15%29.aspx)
-[TextBox.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/620de877-2164-6426-90b8-c72a6db637fd%28Office.15%29.aspx)
+[TextBox.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/620de877-2164-6426-90b8-c72a6db637fd%28Office.15%29.aspx)
diff --git a/F1/shortcutmenubar-property-access-vbaac10-chm4501.md b/F1/shortcutmenubar-property-access-vbaac10-chm4501.md
index 52f0dbb9e1b..564758cf09f 100644
--- a/F1/shortcutmenubar-property-access-vbaac10-chm4501.md
+++ b/F1/shortcutmenubar-property-access-vbaac10-chm4501.md
@@ -13,27 +13,27 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[EmptyCell.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/81ee7d0c-4dd9-810e-8384-026bae0569bb%28Office.15%29.aspx)
+[EmptyCell.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/81ee7d0c-4dd9-810e-8384-026bae0569bb%28Office.15%29.aspx)
-[BoundObjectFrame.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/05f24e86-b02b-c55a-de10-0a6896ffefe0%28Office.15%29.aspx)
+[BoundObjectFrame.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/05f24e86-b02b-c55a-de10-0a6896ffefe0%28Office.15%29.aspx)
-[Application.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/6785320b-b50f-dcaa-3eae-13d378573613%28Office.15%29.aspx)
-[Attachment.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/be4ce61e-c4a9-9e3b-e2f4-187b77451f67%28Office.15%29.aspx)
-[ListBox.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/5da48eb8-b4ce-a3e5-323b-18f1ec76e00c%28Office.15%29.aspx)
-[NavigationControl.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/89e4e907-4d28-6c9b-424c-3400d448b222%28Office.15%29.aspx)
-[OptionGroup.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/f08f9c3a-f267-dab7-48db-3c972131b6e8%28Office.15%29.aspx)
-[TabControl.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/cc1becd1-4300-9d96-ca4d-4f2addfc63e9%28Office.15%29.aspx)
-[ToggleButton.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/ba7ac65f-644c-b75c-12cc-565cd27a7162%28Office.15%29.aspx)
-[ComboBox.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/e010eab3-c24c-b077-b8cd-6fbf708aa3a9%28Office.15%29.aspx)
-[ObjectFrame.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/06ed3789-f76d-0ccd-7580-74fbfc76a983%28Office.15%29.aspx)
-[Page.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/eb9a1075-27c3-4b37-1ebb-7693afd6ba5e%28Office.15%29.aspx)
-[Form.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/b45a1673-292e-8ae0-8936-7d3f7b052d1f%28Office.15%29.aspx)
-[OptionButton.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/735575cf-fccd-5de8-875b-8718b60892dc%28Office.15%29.aspx)
-[Label.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/2515e73f-f4c6-3025-553f-b8271e94db34%28Office.15%29.aspx)
-[CommandButton.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/fea5b3e5-da70-c3b6-95f6-bc06e7b6c762%28Office.15%29.aspx)
-[NavigationButton.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/bfc92fea-48ef-e995-53c4-be0354de1550%28Office.15%29.aspx)
-[TextBox.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/620de877-2164-6426-90b8-c72a6db637fd%28Office.15%29.aspx)
-[CheckBox.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/1f9bf8b4-d0c7-ddd3-9c4f-cb9bd863463e%28Office.15%29.aspx)
-[Image.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/1d85ddc5-3aa7-2267-778d-e96f1e1148b0%28Office.15%29.aspx)
-[Report.ShortcutMenuBar Property (Access)](http://msdn.microsoft.com/library/2773dcb2-b122-6502-66f6-ecd412fb75d0%28Office.15%29.aspx)
+[Application.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/6785320b-b50f-dcaa-3eae-13d378573613%28Office.15%29.aspx)
+[Attachment.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/be4ce61e-c4a9-9e3b-e2f4-187b77451f67%28Office.15%29.aspx)
+[ListBox.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/5da48eb8-b4ce-a3e5-323b-18f1ec76e00c%28Office.15%29.aspx)
+[NavigationControl.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/89e4e907-4d28-6c9b-424c-3400d448b222%28Office.15%29.aspx)
+[OptionGroup.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/f08f9c3a-f267-dab7-48db-3c972131b6e8%28Office.15%29.aspx)
+[TabControl.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/cc1becd1-4300-9d96-ca4d-4f2addfc63e9%28Office.15%29.aspx)
+[ToggleButton.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/ba7ac65f-644c-b75c-12cc-565cd27a7162%28Office.15%29.aspx)
+[ComboBox.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/e010eab3-c24c-b077-b8cd-6fbf708aa3a9%28Office.15%29.aspx)
+[ObjectFrame.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/06ed3789-f76d-0ccd-7580-74fbfc76a983%28Office.15%29.aspx)
+[Page.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/eb9a1075-27c3-4b37-1ebb-7693afd6ba5e%28Office.15%29.aspx)
+[Form.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/b45a1673-292e-8ae0-8936-7d3f7b052d1f%28Office.15%29.aspx)
+[OptionButton.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/735575cf-fccd-5de8-875b-8718b60892dc%28Office.15%29.aspx)
+[Label.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/2515e73f-f4c6-3025-553f-b8271e94db34%28Office.15%29.aspx)
+[CommandButton.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/fea5b3e5-da70-c3b6-95f6-bc06e7b6c762%28Office.15%29.aspx)
+[NavigationButton.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/bfc92fea-48ef-e995-53c4-be0354de1550%28Office.15%29.aspx)
+[TextBox.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/620de877-2164-6426-90b8-c72a6db637fd%28Office.15%29.aspx)
+[CheckBox.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/1f9bf8b4-d0c7-ddd3-9c4f-cb9bd863463e%28Office.15%29.aspx)
+[Image.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/1d85ddc5-3aa7-2267-778d-e96f1e1148b0%28Office.15%29.aspx)
+[Report.ShortcutMenuBar property (Access)](http://msdn.microsoft.com/library/2773dcb2-b122-6502-66f6-ecd412fb75d0%28Office.15%29.aspx)
diff --git a/F1/showdatepicker-property-access-vbaac10-chm5805.md b/F1/showdatepicker-property-access-vbaac10-chm5805.md
index b8669ca85be..a527e764eb7 100644
--- a/F1/showdatepicker-property-access-vbaac10-chm5805.md
+++ b/F1/showdatepicker-property-access-vbaac10-chm5805.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.ShowDatePicker Property (Access)](http://msdn.microsoft.com/library/5d65938b-ac7b-abbd-2e50-41f41c0b1558%28Office.15%29.aspx)
+[TextBox.ShowDatePicker property (Access)](http://msdn.microsoft.com/library/5d65938b-ac7b-abbd-2e50-41f41c0b1558%28Office.15%29.aspx)
diff --git a/F1/showonlyrowsourcevalues-property-access-vbaac10-chm5863.md b/F1/showonlyrowsourcevalues-property-access-vbaac10-chm5863.md
index a782c76c00c..ad2c350eba7 100644
--- a/F1/showonlyrowsourcevalues-property-access-vbaac10-chm5863.md
+++ b/F1/showonlyrowsourcevalues-property-access-vbaac10-chm5863.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.ShowOnlyRowSourceValues Property (Access)](http://msdn.microsoft.com/library/3400539d-64c2-bd83-6d82-b70bf9ba6654%28Office.15%29.aspx)
+[ComboBox.ShowOnlyRowSourceValues property (Access)](http://msdn.microsoft.com/library/3400539d-64c2-bd83-6d82-b70bf9ba6654%28Office.15%29.aspx)
-[ListBox.ShowOnlyRowSourceValues Property (Access)](http://msdn.microsoft.com/library/35fc7924-ba76-d322-99ae-f5e355536bc0%28Office.15%29.aspx)
+[ListBox.ShowOnlyRowSourceValues property (Access)](http://msdn.microsoft.com/library/35fc7924-ba76-d322-99ae-f5e355536bc0%28Office.15%29.aspx)
diff --git a/F1/showpagemargins-property-access-vbaac10-chm13853.md b/F1/showpagemargins-property-access-vbaac10-chm13853.md
index 749b02ea676..107e8d9f73a 100644
--- a/F1/showpagemargins-property-access-vbaac10-chm13853.md
+++ b/F1/showpagemargins-property-access-vbaac10-chm13853.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.ShowPageMargins Property (Access)](http://msdn.microsoft.com/library/7001d6ae-40db-ca7b-5276-0f299890ff9f%28Office.15%29.aspx)
+[Report.ShowPageMargins property (Access)](http://msdn.microsoft.com/library/7001d6ae-40db-ca7b-5276-0f299890ff9f%28Office.15%29.aspx)
diff --git a/F1/sizemode-property-access-vbaac10-chm4503.md b/F1/sizemode-property-access-vbaac10-chm4503.md
index b95a485c7bf..2b0d327fdc5 100644
--- a/F1/sizemode-property-access-vbaac10-chm4503.md
+++ b/F1/sizemode-property-access-vbaac10-chm4503.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Image.SizeMode Property (Access)](http://msdn.microsoft.com/library/feaa8002-7d5c-6ce8-dd07-49f6a7330b17%28Office.15%29.aspx)
+[Image.SizeMode property (Access)](http://msdn.microsoft.com/library/feaa8002-7d5c-6ce8-dd07-49f6a7330b17%28Office.15%29.aspx)
-[BoundObjectFrame.SizeMode Property (Access)](http://msdn.microsoft.com/library/2c44b16f-cb04-8e45-2a67-7424342f48de%28Office.15%29.aspx)
+[BoundObjectFrame.SizeMode property (Access)](http://msdn.microsoft.com/library/2c44b16f-cb04-8e45-2a67-7424342f48de%28Office.15%29.aspx)
-[ObjectFrame.SizeMode Property (Access)](http://msdn.microsoft.com/library/2aaa2f95-7982-a585-1a9f-a6ed191be79e%28Office.15%29.aspx)
+[ObjectFrame.SizeMode property (Access)](http://msdn.microsoft.com/library/2aaa2f95-7982-a585-1a9f-a6ed191be79e%28Office.15%29.aspx)
diff --git a/F1/sizetofit-method-access-vbaac10-chm10442.md b/F1/sizetofit-method-access-vbaac10-chm10442.md
index 063b9ed653f..26891caba57 100644
--- a/F1/sizetofit-method-access-vbaac10-chm10442.md
+++ b/F1/sizetofit-method-access-vbaac10-chm10442.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.SizeToFit Method (Access)](http://msdn.microsoft.com/library/a1e8f47f-30b4-c2f4-7d95-2be75f0a4aa5%28Office.15%29.aspx)
+[CommandButton.SizeToFit method (Access)](http://msdn.microsoft.com/library/a1e8f47f-30b4-c2f4-7d95-2be75f0a4aa5%28Office.15%29.aspx)
-[NavigationButton.SizeToFit Method (Access)](http://msdn.microsoft.com/library/b8ca4ed4-4092-3996-b26a-d3ec561906e9%28Office.15%29.aspx)
+[NavigationButton.SizeToFit method (Access)](http://msdn.microsoft.com/library/b8ca4ed4-4092-3996-b26a-d3ec561906e9%28Office.15%29.aspx)
diff --git a/F1/sizetofit-method-access-vbaac10-chm11033.md b/F1/sizetofit-method-access-vbaac10-chm11033.md
index f4db939073a..f94d93aa533 100644
--- a/F1/sizetofit-method-access-vbaac10-chm11033.md
+++ b/F1/sizetofit-method-access-vbaac10-chm11033.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.SizeToFit Method (Access)](http://msdn.microsoft.com/library/690d17ca-866d-2f8e-fc54-a5cc166b6ad1%28Office.15%29.aspx)
+[NavigationControl.SizeToFit method (Access)](http://msdn.microsoft.com/library/690d17ca-866d-2f8e-fc54-a5cc166b6ad1%28Office.15%29.aspx)
-[TextBox.SizeToFit Method (Access)](http://msdn.microsoft.com/library/17289703-1943-2499-48c5-f34f200fd304%28Office.15%29.aspx)
+[TextBox.SizeToFit method (Access)](http://msdn.microsoft.com/library/17289703-1943-2499-48c5-f34f200fd304%28Office.15%29.aspx)
diff --git a/F1/smarttags-property-access-vbaac10-chm11148.md b/F1/smarttags-property-access-vbaac10-chm11148.md
index 12a85ce33f7..f0754fcadea 100644
--- a/F1/smarttags-property-access-vbaac10-chm11148.md
+++ b/F1/smarttags-property-access-vbaac10-chm11148.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.SmartTags Property (Access)](http://msdn.microsoft.com/library/200175d1-78a2-3036-72ba-4a85dfc21864%28Office.15%29.aspx)
+[TextBox.SmartTags property (Access)](http://msdn.microsoft.com/library/200175d1-78a2-3036-72ba-4a85dfc21864%28Office.15%29.aspx)
-[NavigationControl.SmartTags Property (Access)](http://msdn.microsoft.com/library/e4c3553a-7ce3-291e-b83a-c88e20685b4d%28Office.15%29.aspx)
+[NavigationControl.SmartTags property (Access)](http://msdn.microsoft.com/library/e4c3553a-7ce3-291e-b83a-c88e20685b4d%28Office.15%29.aspx)
diff --git a/F1/smarttags-property-access-vbaac10-chm553714026.md b/F1/smarttags-property-access-vbaac10-chm553714026.md
index 002e500b5ea..a50c38378e7 100644
--- a/F1/smarttags-property-access-vbaac10-chm553714026.md
+++ b/F1/smarttags-property-access-vbaac10-chm553714026.md
@@ -13,12 +13,12 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ComboBox.SmartTags Property (Access)](http://msdn.microsoft.com/library/b86a8460-48c6-92ad-602b-1d736bb2c38c%28Office.15%29.aspx)
+[ComboBox.SmartTags property (Access)](http://msdn.microsoft.com/library/b86a8460-48c6-92ad-602b-1d736bb2c38c%28Office.15%29.aspx)
-[TextBox.SmartTags Property (Access)](http://msdn.microsoft.com/library/200175d1-78a2-3036-72ba-4a85dfc21864%28Office.15%29.aspx)
+[TextBox.SmartTags property (Access)](http://msdn.microsoft.com/library/200175d1-78a2-3036-72ba-4a85dfc21864%28Office.15%29.aspx)
-[Control.SmartTags Property (Access)](http://msdn.microsoft.com/library/2f8b1435-31d4-4388-614c-4f26544eed7c%28Office.15%29.aspx)
-[Label.SmartTags Property (Access)](http://msdn.microsoft.com/library/1c31246b-870d-2d73-1737-829cbd67baba%28Office.15%29.aspx)
-[NavigationControl.SmartTags Property (Access)](http://msdn.microsoft.com/library/e4c3553a-7ce3-291e-b83a-c88e20685b4d%28Office.15%29.aspx)
-[ListBox.SmartTags Property (Access)](http://msdn.microsoft.com/library/1f35ca6b-fde1-6dc8-4b1b-f3089eee9204%28Office.15%29.aspx)
+[Control.SmartTags property (Access)](http://msdn.microsoft.com/library/2f8b1435-31d4-4388-614c-4f26544eed7c%28Office.15%29.aspx)
+[Label.SmartTags property (Access)](http://msdn.microsoft.com/library/1c31246b-870d-2d73-1737-829cbd67baba%28Office.15%29.aspx)
+[NavigationControl.SmartTags property (Access)](http://msdn.microsoft.com/library/e4c3553a-7ce3-291e-b83a-c88e20685b4d%28Office.15%29.aspx)
+[ListBox.SmartTags property (Access)](http://msdn.microsoft.com/library/1f35ca6b-fde1-6dc8-4b1b-f3089eee9204%28Office.15%29.aspx)
diff --git a/F1/softedges-property-access-vbaac10-chm14639.md b/F1/softedges-property-access-vbaac10-chm14639.md
index 86809765f6a..f6c53c73264 100644
--- a/F1/softedges-property-access-vbaac10-chm14639.md
+++ b/F1/softedges-property-access-vbaac10-chm14639.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.SoftEdges Property (Access)](http://msdn.microsoft.com/library/ab52bf67-7ea2-e23e-d4a5-264bb153ee0d%28Office.15%29.aspx)
+[NavigationButton.SoftEdges property (Access)](http://msdn.microsoft.com/library/ab52bf67-7ea2-e23e-d4a5-264bb153ee0d%28Office.15%29.aspx)
-[CommandButton.SoftEdges Property (Access)](http://msdn.microsoft.com/library/a970945c-a8d7-4888-8408-33bfc803d73d%28Office.15%29.aspx)
+[CommandButton.SoftEdges property (Access)](http://msdn.microsoft.com/library/a970945c-a8d7-4888-8408-33bfc803d73d%28Office.15%29.aspx)
-[ToggleButton.SoftEdges Property (Access)](http://msdn.microsoft.com/library/23c63821-966c-4d9f-7304-5b6e31b85675%28Office.15%29.aspx)
+[ToggleButton.SoftEdges property (Access)](http://msdn.microsoft.com/library/23c63821-966c-4d9f-7304-5b6e31b85675%28Office.15%29.aspx)
diff --git a/F1/sourcedoc-property-access-vbaac10-chm4507.md b/F1/sourcedoc-property-access-vbaac10-chm4507.md
index 001bbe798d6..e93db8255c0 100644
--- a/F1/sourcedoc-property-access-vbaac10-chm4507.md
+++ b/F1/sourcedoc-property-access-vbaac10-chm4507.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[BoundObjectFrame.SourceDoc Property (Access)](http://msdn.microsoft.com/library/5b0e6b68-6528-5a35-e31d-b93d119897cc%28Office.15%29.aspx)
+[BoundObjectFrame.SourceDoc property (Access)](http://msdn.microsoft.com/library/5b0e6b68-6528-5a35-e31d-b93d119897cc%28Office.15%29.aspx)
-[ObjectFrame.SourceDoc Property (Access)](http://msdn.microsoft.com/library/23a45f7f-b4e2-fc93-6049-c9298e199202%28Office.15%29.aspx)
+[ObjectFrame.SourceDoc property (Access)](http://msdn.microsoft.com/library/23a45f7f-b4e2-fc93-6049-c9298e199202%28Office.15%29.aspx)
diff --git a/F1/sourceitem-property-access-vbaac10-chm4508.md b/F1/sourceitem-property-access-vbaac10-chm4508.md
index d336d2d5e77..68c9ea44166 100644
--- a/F1/sourceitem-property-access-vbaac10-chm4508.md
+++ b/F1/sourceitem-property-access-vbaac10-chm4508.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.SourceItem Property (Access)](http://msdn.microsoft.com/library/86cb94a8-9c13-0b07-58c2-1b78849061c9%28Office.15%29.aspx)
+[ObjectFrame.SourceItem property (Access)](http://msdn.microsoft.com/library/86cb94a8-9c13-0b07-58c2-1b78849061c9%28Office.15%29.aspx)
-[BoundObjectFrame.SourceItem Property (Access)](http://msdn.microsoft.com/library/ab802b9b-d17c-695b-aaf5-4f84d1935615%28Office.15%29.aspx)
+[BoundObjectFrame.SourceItem property (Access)](http://msdn.microsoft.com/library/ab802b9b-d17c-695b-aaf5-4f84d1935615%28Office.15%29.aspx)
diff --git a/F1/sourceobject-property-access-vbaac10-chm4509.md b/F1/sourceobject-property-access-vbaac10-chm4509.md
index 37094bbcc12..f464be5c112 100644
--- a/F1/sourceobject-property-access-vbaac10-chm4509.md
+++ b/F1/sourceobject-property-access-vbaac10-chm4509.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.SourceObject Property (Access)](http://msdn.microsoft.com/library/a7ba81c6-e042-48b7-012f-396a90e7a5ea%28Office.15%29.aspx)
+[NavigationButton.SourceObject property (Access)](http://msdn.microsoft.com/library/a7ba81c6-e042-48b7-012f-396a90e7a5ea%28Office.15%29.aspx)
-[ObjectFrame.SourceObject Property (Access)](http://msdn.microsoft.com/library/985c8b01-84d8-2da6-6cad-5de08d835434%28Office.15%29.aspx)
+[ObjectFrame.SourceObject property (Access)](http://msdn.microsoft.com/library/985c8b01-84d8-2da6-6cad-5de08d835434%28Office.15%29.aspx)
-[SubForm.SourceObject Property (Access)](http://msdn.microsoft.com/library/bee9c1fe-c58c-b6f3-e2ad-7ceb99bacee4%28Office.15%29.aspx)
+[SubForm.SourceObject property (Access)](http://msdn.microsoft.com/library/bee9c1fe-c58c-b6f3-e2ad-7ceb99bacee4%28Office.15%29.aspx)
diff --git a/F1/specialeffect-property-access-vbaac10-chm11077.md b/F1/specialeffect-property-access-vbaac10-chm11077.md
index f15a37c1690..8785721cc67 100644
--- a/F1/specialeffect-property-access-vbaac10-chm11077.md
+++ b/F1/specialeffect-property-access-vbaac10-chm11077.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/9d34e61b-9ba9-02e0-4bd8-30da0a043a89%28Office.15%29.aspx)
+[TextBox.SpecialEffect property (Access)](http://msdn.microsoft.com/library/9d34e61b-9ba9-02e0-4bd8-30da0a043a89%28Office.15%29.aspx)
-[NavigationControl.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/ab1cb63a-d51b-cbd3-bf40-d52148925556%28Office.15%29.aspx)
+[NavigationControl.SpecialEffect property (Access)](http://msdn.microsoft.com/library/ab1cb63a-d51b-cbd3-bf40-d52148925556%28Office.15%29.aspx)
diff --git a/F1/specialeffect-property-access-vbaac10-chm4510.md b/F1/specialeffect-property-access-vbaac10-chm4510.md
index b5275709fe1..7392694f0df 100644
--- a/F1/specialeffect-property-access-vbaac10-chm4510.md
+++ b/F1/specialeffect-property-access-vbaac10-chm4510.md
@@ -13,25 +13,25 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/40117a03-0640-5b5c-363d-19f1f5b9f2d0%28Office.15%29.aspx)
+[ObjectFrame.SpecialEffect property (Access)](http://msdn.microsoft.com/library/40117a03-0640-5b5c-363d-19f1f5b9f2d0%28Office.15%29.aspx)
-[TextBox.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/9d34e61b-9ba9-02e0-4bd8-30da0a043a89%28Office.15%29.aspx)
+[TextBox.SpecialEffect property (Access)](http://msdn.microsoft.com/library/9d34e61b-9ba9-02e0-4bd8-30da0a043a89%28Office.15%29.aspx)
-[EmptyCell.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/f5858a41-9ba2-83a8-6457-3a5a04352d5a%28Office.15%29.aspx)
-[Section.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/5143b888-5263-6ccd-1d98-3c7168ca7734%28Office.15%29.aspx)
-[CheckBox.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/5e09067e-1648-8f95-f10a-5e125c28def5%28Office.15%29.aspx)
-[SubForm.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/b2959ab7-c66d-99a4-e7df-716556ec56b1%28Office.15%29.aspx)
-[BoundObjectFrame.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/29bcf6e1-880a-9e32-840f-75a54bed18ab%28Office.15%29.aspx)
-[Rectangle.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/c46e207a-123b-7ec2-b21c-99c6d507aee7%28Office.15%29.aspx)
-[ComboBox.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/d9b82840-8914-7818-990d-9b595da4ba9f%28Office.15%29.aspx)
-[WebBrowserControl.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/59764207-eecc-d310-30dd-ac5173d5c2a4%28Office.15%29.aspx)
-[Label.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/2c641afc-f957-146d-08a6-b972cd2bb7a1%28Office.15%29.aspx)
-[OptionGroup.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/6d286cb3-193b-34d3-5335-c10564165af3%28Office.15%29.aspx)
-[Image.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/30b9d6c8-4071-4eb0-27b8-cf4ddd7c44f7%28Office.15%29.aspx)
-[Attachment.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/4c2a07d1-99b4-1558-7956-d4a8d4fa157d%28Office.15%29.aspx)
-[NavigationControl.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/ab1cb63a-d51b-cbd3-bf40-d52148925556%28Office.15%29.aspx)
-[Line.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/42d493be-128b-fe5e-6d96-d963ee3870cf%28Office.15%29.aspx)
-[CustomControl.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/cad6b92e-b927-fa6f-518c-f019dba0f879%28Office.15%29.aspx)
-[OptionButton.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/33dd01c0-0ee0-640d-d8f3-f7c3590aeb90%28Office.15%29.aspx)
-[ListBox.SpecialEffect Property (Access)](http://msdn.microsoft.com/library/7cd56728-559d-ffd8-8230-fa570c4633e9%28Office.15%29.aspx)
+[EmptyCell.SpecialEffect property (Access)](http://msdn.microsoft.com/library/f5858a41-9ba2-83a8-6457-3a5a04352d5a%28Office.15%29.aspx)
+[Section.SpecialEffect property (Access)](http://msdn.microsoft.com/library/5143b888-5263-6ccd-1d98-3c7168ca7734%28Office.15%29.aspx)
+[CheckBox.SpecialEffect property (Access)](http://msdn.microsoft.com/library/5e09067e-1648-8f95-f10a-5e125c28def5%28Office.15%29.aspx)
+[SubForm.SpecialEffect property (Access)](http://msdn.microsoft.com/library/b2959ab7-c66d-99a4-e7df-716556ec56b1%28Office.15%29.aspx)
+[BoundObjectFrame.SpecialEffect property (Access)](http://msdn.microsoft.com/library/29bcf6e1-880a-9e32-840f-75a54bed18ab%28Office.15%29.aspx)
+[Rectangle.SpecialEffect property (Access)](http://msdn.microsoft.com/library/c46e207a-123b-7ec2-b21c-99c6d507aee7%28Office.15%29.aspx)
+[ComboBox.SpecialEffect property (Access)](http://msdn.microsoft.com/library/d9b82840-8914-7818-990d-9b595da4ba9f%28Office.15%29.aspx)
+[WebBrowserControl.SpecialEffect property (Access)](http://msdn.microsoft.com/library/59764207-eecc-d310-30dd-ac5173d5c2a4%28Office.15%29.aspx)
+[Label.SpecialEffect property (Access)](http://msdn.microsoft.com/library/2c641afc-f957-146d-08a6-b972cd2bb7a1%28Office.15%29.aspx)
+[OptionGroup.SpecialEffect property (Access)](http://msdn.microsoft.com/library/6d286cb3-193b-34d3-5335-c10564165af3%28Office.15%29.aspx)
+[Image.SpecialEffect property (Access)](http://msdn.microsoft.com/library/30b9d6c8-4071-4eb0-27b8-cf4ddd7c44f7%28Office.15%29.aspx)
+[Attachment.SpecialEffect property (Access)](http://msdn.microsoft.com/library/4c2a07d1-99b4-1558-7956-d4a8d4fa157d%28Office.15%29.aspx)
+[NavigationControl.SpecialEffect property (Access)](http://msdn.microsoft.com/library/ab1cb63a-d51b-cbd3-bf40-d52148925556%28Office.15%29.aspx)
+[Line.SpecialEffect property (Access)](http://msdn.microsoft.com/library/42d493be-128b-fe5e-6d96-d963ee3870cf%28Office.15%29.aspx)
+[CustomControl.SpecialEffect property (Access)](http://msdn.microsoft.com/library/cad6b92e-b927-fa6f-518c-f019dba0f879%28Office.15%29.aspx)
+[OptionButton.SpecialEffect property (Access)](http://msdn.microsoft.com/library/33dd01c0-0ee0-640d-d8f3-f7c3590aeb90%28Office.15%29.aspx)
+[ListBox.SpecialEffect property (Access)](http://msdn.microsoft.com/library/7cd56728-559d-ffd8-8230-fa570c4633e9%28Office.15%29.aspx)
diff --git a/F1/splitformdatasheet-property-access-vbaac10-chm13564.md b/F1/splitformdatasheet-property-access-vbaac10-chm13564.md
index 74af957a9d4..c87a6ca0872 100644
--- a/F1/splitformdatasheet-property-access-vbaac10-chm13564.md
+++ b/F1/splitformdatasheet-property-access-vbaac10-chm13564.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.SplitFormDatasheet Property (Access)](http://msdn.microsoft.com/library/765eacb5-ef79-3b1d-6511-501ec0def22c%28Office.15%29.aspx)
+[Form.SplitFormDatasheet property (Access)](http://msdn.microsoft.com/library/765eacb5-ef79-3b1d-6511-501ec0def22c%28Office.15%29.aspx)
diff --git a/F1/splitformorientation-property-access-vbaac10-chm5641.md b/F1/splitformorientation-property-access-vbaac10-chm5641.md
index 73490453e30..d228fc92ddc 100644
--- a/F1/splitformorientation-property-access-vbaac10-chm5641.md
+++ b/F1/splitformorientation-property-access-vbaac10-chm5641.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.SplitFormOrientation Property (Access)](http://msdn.microsoft.com/library/ddf2228f-6973-ae6c-1477-41a07557b7a2%28Office.15%29.aspx)
+[Form.SplitFormOrientation property (Access)](http://msdn.microsoft.com/library/ddf2228f-6973-ae6c-1477-41a07557b7a2%28Office.15%29.aspx)
diff --git a/F1/splitformprinting-property-access-vbaac10-chm5644.md b/F1/splitformprinting-property-access-vbaac10-chm5644.md
index 13cc7959039..cb0a33b84d9 100644
--- a/F1/splitformprinting-property-access-vbaac10-chm5644.md
+++ b/F1/splitformprinting-property-access-vbaac10-chm5644.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.SplitFormPrinting Property (Access)](http://msdn.microsoft.com/library/0542af4f-c778-9038-0058-74aa187d0fc7%28Office.15%29.aspx)
+[Form.SplitFormPrinting property (Access)](http://msdn.microsoft.com/library/0542af4f-c778-9038-0058-74aa187d0fc7%28Office.15%29.aspx)
diff --git a/F1/splitformsize-property-access-vbaac10-chm5867.md b/F1/splitformsize-property-access-vbaac10-chm5867.md
index 29b0fa314c3..4af6390adef 100644
--- a/F1/splitformsize-property-access-vbaac10-chm5867.md
+++ b/F1/splitformsize-property-access-vbaac10-chm5867.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.SplitFormSize Property (Access)](http://msdn.microsoft.com/library/2fb63076-aebe-23ef-2a11-1c7b1b82ccb1%28Office.15%29.aspx)
+[Form.SplitFormSize property (Access)](http://msdn.microsoft.com/library/2fb63076-aebe-23ef-2a11-1c7b1b82ccb1%28Office.15%29.aspx)
diff --git a/F1/splitformsplitterbar-property-access-vbaac10-chm5643.md b/F1/splitformsplitterbar-property-access-vbaac10-chm5643.md
index fb421b7fe00..274a9ffbd62 100644
--- a/F1/splitformsplitterbar-property-access-vbaac10-chm5643.md
+++ b/F1/splitformsplitterbar-property-access-vbaac10-chm5643.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.SplitFormSplitterBar Property (Access)](http://msdn.microsoft.com/library/80b7c812-2382-ea12-9aff-fb83e5baa7ea%28Office.15%29.aspx)
+[Form.SplitFormSplitterBar property (Access)](http://msdn.microsoft.com/library/80b7c812-2382-ea12-9aff-fb83e5baa7ea%28Office.15%29.aspx)
diff --git a/F1/splitformsplitterbarsave-property-access-vbaac10-chm5645.md b/F1/splitformsplitterbarsave-property-access-vbaac10-chm5645.md
index 576b813c1e6..87336e34299 100644
--- a/F1/splitformsplitterbarsave-property-access-vbaac10-chm5645.md
+++ b/F1/splitformsplitterbarsave-property-access-vbaac10-chm5645.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.SplitFormSplitterBarSave Property (Access)](http://msdn.microsoft.com/library/70bd37de-9b8c-0e47-80a8-83e53290e04c%28Office.15%29.aspx)
+[Form.SplitFormSplitterBarSave property (Access)](http://msdn.microsoft.com/library/70bd37de-9b8c-0e47-80a8-83e53290e04c%28Office.15%29.aspx)
diff --git a/F1/statusbartext-property-access-vbaac10-chm10458.md b/F1/statusbartext-property-access-vbaac10-chm10458.md
index 64c8b075763..33054958bc2 100644
--- a/F1/statusbartext-property-access-vbaac10-chm10458.md
+++ b/F1/statusbartext-property-access-vbaac10-chm10458.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.StatusBarText Property (Access)](http://msdn.microsoft.com/library/2dc18f10-0b6f-2ae5-21c6-52c6d21ff03b%28Office.15%29.aspx)
+[CommandButton.StatusBarText property (Access)](http://msdn.microsoft.com/library/2dc18f10-0b6f-2ae5-21c6-52c6d21ff03b%28Office.15%29.aspx)
-[NavigationButton.StatusBarText Property (Access)](http://msdn.microsoft.com/library/ebfeaa64-b614-11a7-c385-53fe24745a77%28Office.15%29.aspx)
+[NavigationButton.StatusBarText property (Access)](http://msdn.microsoft.com/library/ebfeaa64-b614-11a7-c385-53fe24745a77%28Office.15%29.aspx)
diff --git a/F1/statusbartext-property-access-vbaac10-chm11053.md b/F1/statusbartext-property-access-vbaac10-chm11053.md
index 0242aa43eb0..f570a7b0c2a 100644
--- a/F1/statusbartext-property-access-vbaac10-chm11053.md
+++ b/F1/statusbartext-property-access-vbaac10-chm11053.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.StatusBarText Property (Access)](http://msdn.microsoft.com/library/8cd0c070-a8ec-e5c3-8996-a551cd344da5%28Office.15%29.aspx)
+[NavigationControl.StatusBarText property (Access)](http://msdn.microsoft.com/library/8cd0c070-a8ec-e5c3-8996-a551cd344da5%28Office.15%29.aspx)
-[TextBox.StatusBarText Property (Access)](http://msdn.microsoft.com/library/18ae7a69-2e63-7896-1bff-da3f45b62c63%28Office.15%29.aspx)
+[TextBox.StatusBarText property (Access)](http://msdn.microsoft.com/library/18ae7a69-2e63-7896-1bff-da3f45b62c63%28Office.15%29.aspx)
diff --git a/F1/statusbartext-property-access-vbaac10-chm4516.md b/F1/statusbartext-property-access-vbaac10-chm4516.md
index 1c119005bf4..d3afc0c7d6f 100644
--- a/F1/statusbartext-property-access-vbaac10-chm4516.md
+++ b/F1/statusbartext-property-access-vbaac10-chm4516.md
@@ -13,24 +13,24 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[OptionButton.StatusBarText Property (Access)](http://msdn.microsoft.com/library/d3cda3a2-1b19-6b12-6d22-0cfd1b869933%28Office.15%29.aspx)
+[OptionButton.StatusBarText property (Access)](http://msdn.microsoft.com/library/d3cda3a2-1b19-6b12-6d22-0cfd1b869933%28Office.15%29.aspx)
-[CheckBox.StatusBarText Property (Access)](http://msdn.microsoft.com/library/5b199d3e-b79d-f611-9e66-1816f5c60f25%28Office.15%29.aspx)
+[CheckBox.StatusBarText property (Access)](http://msdn.microsoft.com/library/5b199d3e-b79d-f611-9e66-1816f5c60f25%28Office.15%29.aspx)
-[ListBox.StatusBarText Property (Access)](http://msdn.microsoft.com/library/281baa24-d32f-72fe-a57d-201ce4bd8777%28Office.15%29.aspx)
-[EmptyCell.StatusBarText Property (Access)](http://msdn.microsoft.com/library/c0c02302-b2a5-ab77-8f4e-26c0402bb4b0%28Office.15%29.aspx)
-[ComboBox.StatusBarText Property (Access)](http://msdn.microsoft.com/library/430dabc5-ffdb-37fa-473d-359035bac761%28Office.15%29.aspx)
-[CommandButton.StatusBarText Property (Access)](http://msdn.microsoft.com/library/2dc18f10-0b6f-2ae5-21c6-52c6d21ff03b%28Office.15%29.aspx)
-[NavigationButton.StatusBarText Property (Access)](http://msdn.microsoft.com/library/ebfeaa64-b614-11a7-c385-53fe24745a77%28Office.15%29.aspx)
-[Attachment.StatusBarText Property (Access)](http://msdn.microsoft.com/library/9d947d11-edb1-947a-df0c-727ef9b1599a%28Office.15%29.aspx)
-[WebBrowserControl.StatusBarText Property (Access)](http://msdn.microsoft.com/library/8d2daa59-e8aa-103a-ce26-99fe8a1eae80%28Office.15%29.aspx)
-[NavigationControl.StatusBarText Property (Access)](http://msdn.microsoft.com/library/8cd0c070-a8ec-e5c3-8996-a551cd344da5%28Office.15%29.aspx)
-[ToggleButton.StatusBarText Property (Access)](http://msdn.microsoft.com/library/098391de-a83b-b8cb-e045-b6d9edac3ff5%28Office.15%29.aspx)
-[TabControl.StatusBarText Property (Access)](http://msdn.microsoft.com/library/ce358992-5dd9-d90a-83bf-b8b099315786%28Office.15%29.aspx)
-[OptionGroup.StatusBarText Property (Access)](http://msdn.microsoft.com/library/d30da689-1716-767f-0f0a-c1d0ffee6c48%28Office.15%29.aspx)
-[BoundObjectFrame.StatusBarText Property (Access)](http://msdn.microsoft.com/library/dc8ec458-8013-f6ff-5763-d083babcb4c9%28Office.15%29.aspx)
-[TextBox.StatusBarText Property (Access)](http://msdn.microsoft.com/library/18ae7a69-2e63-7896-1bff-da3f45b62c63%28Office.15%29.aspx)
-[SubForm.StatusBarText Property (Access)](http://msdn.microsoft.com/library/6bf20a7a-385e-c5e2-a924-e886eb8997a8%28Office.15%29.aspx)
-[Page.StatusBarText Property (Access)](http://msdn.microsoft.com/library/43dcd6d0-471c-a696-8764-e958910d7cde%28Office.15%29.aspx)
-[ObjectFrame.StatusBarText Property (Access)](http://msdn.microsoft.com/library/51daa6c0-8887-9843-c899-ebb99c722866%28Office.15%29.aspx)
+[ListBox.StatusBarText property (Access)](http://msdn.microsoft.com/library/281baa24-d32f-72fe-a57d-201ce4bd8777%28Office.15%29.aspx)
+[EmptyCell.StatusBarText property (Access)](http://msdn.microsoft.com/library/c0c02302-b2a5-ab77-8f4e-26c0402bb4b0%28Office.15%29.aspx)
+[ComboBox.StatusBarText property (Access)](http://msdn.microsoft.com/library/430dabc5-ffdb-37fa-473d-359035bac761%28Office.15%29.aspx)
+[CommandButton.StatusBarText property (Access)](http://msdn.microsoft.com/library/2dc18f10-0b6f-2ae5-21c6-52c6d21ff03b%28Office.15%29.aspx)
+[NavigationButton.StatusBarText property (Access)](http://msdn.microsoft.com/library/ebfeaa64-b614-11a7-c385-53fe24745a77%28Office.15%29.aspx)
+[Attachment.StatusBarText property (Access)](http://msdn.microsoft.com/library/9d947d11-edb1-947a-df0c-727ef9b1599a%28Office.15%29.aspx)
+[WebBrowserControl.StatusBarText property (Access)](http://msdn.microsoft.com/library/8d2daa59-e8aa-103a-ce26-99fe8a1eae80%28Office.15%29.aspx)
+[NavigationControl.StatusBarText property (Access)](http://msdn.microsoft.com/library/8cd0c070-a8ec-e5c3-8996-a551cd344da5%28Office.15%29.aspx)
+[ToggleButton.StatusBarText property (Access)](http://msdn.microsoft.com/library/098391de-a83b-b8cb-e045-b6d9edac3ff5%28Office.15%29.aspx)
+[TabControl.StatusBarText property (Access)](http://msdn.microsoft.com/library/ce358992-5dd9-d90a-83bf-b8b099315786%28Office.15%29.aspx)
+[OptionGroup.StatusBarText property (Access)](http://msdn.microsoft.com/library/d30da689-1716-767f-0f0a-c1d0ffee6c48%28Office.15%29.aspx)
+[BoundObjectFrame.StatusBarText property (Access)](http://msdn.microsoft.com/library/dc8ec458-8013-f6ff-5763-d083babcb4c9%28Office.15%29.aspx)
+[TextBox.StatusBarText property (Access)](http://msdn.microsoft.com/library/18ae7a69-2e63-7896-1bff-da3f45b62c63%28Office.15%29.aspx)
+[SubForm.StatusBarText property (Access)](http://msdn.microsoft.com/library/6bf20a7a-385e-c5e2-a924-e886eb8997a8%28Office.15%29.aspx)
+[Page.StatusBarText property (Access)](http://msdn.microsoft.com/library/43dcd6d0-471c-a696-8764-e958910d7cde%28Office.15%29.aspx)
+[ObjectFrame.StatusBarText property (Access)](http://msdn.microsoft.com/library/51daa6c0-8887-9843-c899-ebb99c722866%28Office.15%29.aspx)
diff --git a/F1/style-property-access-vbaac10-chm4139.md b/F1/style-property-access-vbaac10-chm4139.md
index 418abca042d..b72fb887528 100644
--- a/F1/style-property-access-vbaac10-chm4139.md
+++ b/F1/style-property-access-vbaac10-chm4139.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TabControl.Style Property (Access)](http://msdn.microsoft.com/library/de0859cd-27af-294b-da0c-ef2055180b21%28Office.15%29.aspx)
+[TabControl.Style property (Access)](http://msdn.microsoft.com/library/de0859cd-27af-294b-da0c-ef2055180b21%28Office.15%29.aspx)
diff --git a/F1/subdatasheetexpanded-property-access-vbaac10-chm4965.md b/F1/subdatasheetexpanded-property-access-vbaac10-chm4965.md
index 43dede3079c..ab58d04a1be 100644
--- a/F1/subdatasheetexpanded-property-access-vbaac10-chm4965.md
+++ b/F1/subdatasheetexpanded-property-access-vbaac10-chm4965.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.SubdatasheetExpanded Property (Access)](http://msdn.microsoft.com/library/543f2398-ca70-5261-0f9f-e1d864c442e0%28Office.15%29.aspx)
+[Form.SubdatasheetExpanded property (Access)](http://msdn.microsoft.com/library/543f2398-ca70-5261-0f9f-e1d864c442e0%28Office.15%29.aspx)
diff --git a/F1/subdatasheetheight-property-access-vbaac10-chm4964.md b/F1/subdatasheetheight-property-access-vbaac10-chm4964.md
index 6f70bb8fbab..7afe36d9281 100644
--- a/F1/subdatasheetheight-property-access-vbaac10-chm4964.md
+++ b/F1/subdatasheetheight-property-access-vbaac10-chm4964.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.SubdatasheetHeight Property (Access)](http://msdn.microsoft.com/library/0db2e4b5-e64b-6f55-ebfa-bcce98734491%28Office.15%29.aspx)
+[Form.SubdatasheetHeight property (Access)](http://msdn.microsoft.com/library/0db2e4b5-e64b-6f55-ebfa-bcce98734491%28Office.15%29.aspx)
diff --git a/F1/subform-object-access-vbaac10-chm11985.md b/F1/subform-object-access-vbaac10-chm11985.md
index 82a77e991bb..f4c2a2e2cf3 100644
--- a/F1/subform-object-access-vbaac10-chm11985.md
+++ b/F1/subform-object-access-vbaac10-chm11985.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[SubForm Object (Access)](http://msdn.microsoft.com/library/60f961fa-dcf4-e1d1-8c50-9e88963f9dec%28Office.15%29.aspx)
+[SubForm object (Access)](http://msdn.microsoft.com/library/60f961fa-dcf4-e1d1-8c50-9e88963f9dec%28Office.15%29.aspx)
-[SubForm.Exit Event (Access)](http://msdn.microsoft.com/library/f925a6da-33cd-a1dd-1ad7-b11504c574fd%28Office.15%29.aspx)
+[SubForm.Exit event (Access)](http://msdn.microsoft.com/library/f925a6da-33cd-a1dd-1ad7-b11504c574fd%28Office.15%29.aspx)
-[SubForm.Enter Event (Access)](http://msdn.microsoft.com/library/9b5e717c-2f48-c74f-c3fd-eea9004bc9f9%28Office.15%29.aspx)
+[SubForm.Enter event (Access)](http://msdn.microsoft.com/library/9b5e717c-2f48-c74f-c3fd-eea9004bc9f9%28Office.15%29.aspx)
diff --git a/F1/tabfixedheight-property-access-vbaac10-chm12088.md b/F1/tabfixedheight-property-access-vbaac10-chm12088.md
index 23d2a512dd7..7b3cbfcf8b6 100644
--- a/F1/tabfixedheight-property-access-vbaac10-chm12088.md
+++ b/F1/tabfixedheight-property-access-vbaac10-chm12088.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TabControl.TabFixedHeight Property (Access)](http://msdn.microsoft.com/library/562c4e43-0729-000a-9d8d-aff64a3bbb2e%28Office.15%29.aspx)
+[TabControl.TabFixedHeight property (Access)](http://msdn.microsoft.com/library/562c4e43-0729-000a-9d8d-aff64a3bbb2e%28Office.15%29.aspx)
diff --git a/F1/tabfixedwidth-property-access-vbaac10-chm12089.md b/F1/tabfixedwidth-property-access-vbaac10-chm12089.md
index a7ff7b73569..33d7a6ccb1b 100644
--- a/F1/tabfixedwidth-property-access-vbaac10-chm12089.md
+++ b/F1/tabfixedwidth-property-access-vbaac10-chm12089.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TabControl.TabFixedWidth Property (Access)](http://msdn.microsoft.com/library/e4f819b3-fb2d-cddb-c675-6bc831cb2077%28Office.15%29.aspx)
+[TabControl.TabFixedWidth property (Access)](http://msdn.microsoft.com/library/e4f819b3-fb2d-cddb-c675-6bc831cb2077%28Office.15%29.aspx)
diff --git a/F1/tabindex-property-access-vbaac10-chm10466.md b/F1/tabindex-property-access-vbaac10-chm10466.md
index a7fb0184fca..ddeb63f2d81 100644
--- a/F1/tabindex-property-access-vbaac10-chm10466.md
+++ b/F1/tabindex-property-access-vbaac10-chm10466.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.TabIndex Property (Access)](http://msdn.microsoft.com/library/2042a31a-ae68-665b-624e-1a41ad7b7c37%28Office.15%29.aspx)
+[NavigationButton.TabIndex property (Access)](http://msdn.microsoft.com/library/2042a31a-ae68-665b-624e-1a41ad7b7c37%28Office.15%29.aspx)
-[CommandButton.TabIndex Property (Access)](http://msdn.microsoft.com/library/f8b37846-6a65-6b39-9234-5cd77049c907%28Office.15%29.aspx)
+[CommandButton.TabIndex property (Access)](http://msdn.microsoft.com/library/f8b37846-6a65-6b39-9234-5cd77049c907%28Office.15%29.aspx)
diff --git a/F1/tabindex-property-access-vbaac10-chm11065.md b/F1/tabindex-property-access-vbaac10-chm11065.md
index f7800aefbb2..3524f09283a 100644
--- a/F1/tabindex-property-access-vbaac10-chm11065.md
+++ b/F1/tabindex-property-access-vbaac10-chm11065.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.TabIndex Property (Access)](http://msdn.microsoft.com/library/d52e0839-e0aa-1b67-b075-115ad7b2f774%28Office.15%29.aspx)
+[TextBox.TabIndex property (Access)](http://msdn.microsoft.com/library/d52e0839-e0aa-1b67-b075-115ad7b2f774%28Office.15%29.aspx)
-[NavigationControl.TabIndex Property (Access)](http://msdn.microsoft.com/library/2fc2511e-5a92-7039-cfec-2556b3384fb7%28Office.15%29.aspx)
+[NavigationControl.TabIndex property (Access)](http://msdn.microsoft.com/library/2fc2511e-5a92-7039-cfec-2556b3384fb7%28Office.15%29.aspx)
diff --git a/F1/tabindex-property-access-vbaac10-chm4518.md b/F1/tabindex-property-access-vbaac10-chm4518.md
index a2942255990..240709390d6 100644
--- a/F1/tabindex-property-access-vbaac10-chm4518.md
+++ b/F1/tabindex-property-access-vbaac10-chm4518.md
@@ -13,23 +13,23 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.TabIndex Property (Access)](http://msdn.microsoft.com/library/d52e0839-e0aa-1b67-b075-115ad7b2f774%28Office.15%29.aspx)
+[TextBox.TabIndex property (Access)](http://msdn.microsoft.com/library/d52e0839-e0aa-1b67-b075-115ad7b2f774%28Office.15%29.aspx)
-[NavigationButton.TabIndex Property (Access)](http://msdn.microsoft.com/library/2042a31a-ae68-665b-624e-1a41ad7b7c37%28Office.15%29.aspx)
+[NavigationButton.TabIndex property (Access)](http://msdn.microsoft.com/library/2042a31a-ae68-665b-624e-1a41ad7b7c37%28Office.15%29.aspx)
-[TabControl.TabIndex Property (Access)](http://msdn.microsoft.com/library/5c5ac57f-e197-bf4d-d149-1ba07daa4e88%28Office.15%29.aspx)
-[NavigationControl.TabIndex Property (Access)](http://msdn.microsoft.com/library/2fc2511e-5a92-7039-cfec-2556b3384fb7%28Office.15%29.aspx)
-[OptionGroup.TabIndex Property (Access)](http://msdn.microsoft.com/library/1ceeb9cd-e9b6-129f-72b9-3d15d9622709%28Office.15%29.aspx)
-[OptionButton.TabIndex Property (Access)](http://msdn.microsoft.com/library/a962d94f-9e3d-b52e-1e0b-50aa27b98e58%28Office.15%29.aspx)
-[ComboBox.TabIndex Property (Access)](http://msdn.microsoft.com/library/7e04fd77-8f25-eaad-c902-526f69226322%28Office.15%29.aspx)
-[CommandButton.TabIndex Property (Access)](http://msdn.microsoft.com/library/f8b37846-6a65-6b39-9234-5cd77049c907%28Office.15%29.aspx)
-[BoundObjectFrame.TabIndex Property (Access)](http://msdn.microsoft.com/library/f312def1-7abe-67e8-7970-60f09f10853a%28Office.15%29.aspx)
-[ListBox.TabIndex Property (Access)](http://msdn.microsoft.com/library/50db3c8f-5bc6-d663-3e07-7014f80188b5%28Office.15%29.aspx)
-[Attachment.TabIndex Property (Access)](http://msdn.microsoft.com/library/bca68c61-a795-34d9-9e42-97113f1d4387%28Office.15%29.aspx)
-[ObjectFrame.TabIndex Property (Access)](http://msdn.microsoft.com/library/3eae97f2-daa4-c9e9-2e4e-a17f153d5633%28Office.15%29.aspx)
-[CheckBox.TabIndex Property (Access)](http://msdn.microsoft.com/library/094064c7-83f3-8d3d-25f2-b5b2956331ef%28Office.15%29.aspx)
-[CustomControl.TabIndex Property (Access)](http://msdn.microsoft.com/library/2240626f-2aa8-be76-ce5a-b706bcb70de6%28Office.15%29.aspx)
-[WebBrowserControl.TabIndex Property (Access)](http://msdn.microsoft.com/library/87661ef2-ce0d-2525-2759-c115e3ac2ab5%28Office.15%29.aspx)
-[SubForm.TabIndex Property (Access)](http://msdn.microsoft.com/library/d135000e-3b91-4646-66b9-e4418321285e%28Office.15%29.aspx)
-[ToggleButton.TabIndex Property (Access)](http://msdn.microsoft.com/library/1712e879-20da-8797-e94d-ee68b0d23c59%28Office.15%29.aspx)
+[TabControl.TabIndex property (Access)](http://msdn.microsoft.com/library/5c5ac57f-e197-bf4d-d149-1ba07daa4e88%28Office.15%29.aspx)
+[NavigationControl.TabIndex property (Access)](http://msdn.microsoft.com/library/2fc2511e-5a92-7039-cfec-2556b3384fb7%28Office.15%29.aspx)
+[OptionGroup.TabIndex property (Access)](http://msdn.microsoft.com/library/1ceeb9cd-e9b6-129f-72b9-3d15d9622709%28Office.15%29.aspx)
+[OptionButton.TabIndex property (Access)](http://msdn.microsoft.com/library/a962d94f-9e3d-b52e-1e0b-50aa27b98e58%28Office.15%29.aspx)
+[ComboBox.TabIndex property (Access)](http://msdn.microsoft.com/library/7e04fd77-8f25-eaad-c902-526f69226322%28Office.15%29.aspx)
+[CommandButton.TabIndex property (Access)](http://msdn.microsoft.com/library/f8b37846-6a65-6b39-9234-5cd77049c907%28Office.15%29.aspx)
+[BoundObjectFrame.TabIndex property (Access)](http://msdn.microsoft.com/library/f312def1-7abe-67e8-7970-60f09f10853a%28Office.15%29.aspx)
+[ListBox.TabIndex property (Access)](http://msdn.microsoft.com/library/50db3c8f-5bc6-d663-3e07-7014f80188b5%28Office.15%29.aspx)
+[Attachment.TabIndex property (Access)](http://msdn.microsoft.com/library/bca68c61-a795-34d9-9e42-97113f1d4387%28Office.15%29.aspx)
+[ObjectFrame.TabIndex property (Access)](http://msdn.microsoft.com/library/3eae97f2-daa4-c9e9-2e4e-a17f153d5633%28Office.15%29.aspx)
+[CheckBox.TabIndex property (Access)](http://msdn.microsoft.com/library/094064c7-83f3-8d3d-25f2-b5b2956331ef%28Office.15%29.aspx)
+[CustomControl.TabIndex property (Access)](http://msdn.microsoft.com/library/2240626f-2aa8-be76-ce5a-b706bcb70de6%28Office.15%29.aspx)
+[WebBrowserControl.TabIndex property (Access)](http://msdn.microsoft.com/library/87661ef2-ce0d-2525-2759-c115e3ac2ab5%28Office.15%29.aspx)
+[SubForm.TabIndex property (Access)](http://msdn.microsoft.com/library/d135000e-3b91-4646-66b9-e4418321285e%28Office.15%29.aspx)
+[ToggleButton.TabIndex property (Access)](http://msdn.microsoft.com/library/1712e879-20da-8797-e94d-ee68b0d23c59%28Office.15%29.aspx)
diff --git a/F1/tabstop-property-access-vbaac10-chm10465.md b/F1/tabstop-property-access-vbaac10-chm10465.md
index 70b66604f7b..c93e2868774 100644
--- a/F1/tabstop-property-access-vbaac10-chm10465.md
+++ b/F1/tabstop-property-access-vbaac10-chm10465.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.TabStop Property (Access)](http://msdn.microsoft.com/library/ec624311-cad4-87b7-e697-053c939a078a%28Office.15%29.aspx)
+[CommandButton.TabStop property (Access)](http://msdn.microsoft.com/library/ec624311-cad4-87b7-e697-053c939a078a%28Office.15%29.aspx)
-[NavigationButton.TabStop Property (Access)](http://msdn.microsoft.com/library/615492c6-d953-3c0d-21c4-b9f233743aa6%28Office.15%29.aspx)
+[NavigationButton.TabStop property (Access)](http://msdn.microsoft.com/library/615492c6-d953-3c0d-21c4-b9f233743aa6%28Office.15%29.aspx)
diff --git a/F1/tabstop-property-access-vbaac10-chm11064.md b/F1/tabstop-property-access-vbaac10-chm11064.md
index 7feb77fc8ef..5cb8ea30bd7 100644
--- a/F1/tabstop-property-access-vbaac10-chm11064.md
+++ b/F1/tabstop-property-access-vbaac10-chm11064.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.TabStop Property (Access)](http://msdn.microsoft.com/library/40aeb05f-b94f-ee88-5e98-0f77599c7a14%28Office.15%29.aspx)
+[NavigationControl.TabStop property (Access)](http://msdn.microsoft.com/library/40aeb05f-b94f-ee88-5e98-0f77599c7a14%28Office.15%29.aspx)
-[TextBox.TabStop Property (Access)](http://msdn.microsoft.com/library/ecb9ede6-e7a8-ca91-9ca3-3fad9de2ef90%28Office.15%29.aspx)
+[TextBox.TabStop property (Access)](http://msdn.microsoft.com/library/ecb9ede6-e7a8-ca91-9ca3-3fad9de2ef90%28Office.15%29.aspx)
diff --git a/F1/tabstop-property-access-vbaac10-chm4519.md b/F1/tabstop-property-access-vbaac10-chm4519.md
index 4c80cec2203..18e59756c96 100644
--- a/F1/tabstop-property-access-vbaac10-chm4519.md
+++ b/F1/tabstop-property-access-vbaac10-chm4519.md
@@ -13,23 +13,23 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.TabStop Property (Access)](http://msdn.microsoft.com/library/ec624311-cad4-87b7-e697-053c939a078a%28Office.15%29.aspx)
+[CommandButton.TabStop property (Access)](http://msdn.microsoft.com/library/ec624311-cad4-87b7-e697-053c939a078a%28Office.15%29.aspx)
-[CheckBox.TabStop Property (Access)](http://msdn.microsoft.com/library/2949f9f9-a18d-900b-cc43-05732b91eb19%28Office.15%29.aspx)
+[CheckBox.TabStop property (Access)](http://msdn.microsoft.com/library/2949f9f9-a18d-900b-cc43-05732b91eb19%28Office.15%29.aspx)
-[NavigationControl.TabStop Property (Access)](http://msdn.microsoft.com/library/40aeb05f-b94f-ee88-5e98-0f77599c7a14%28Office.15%29.aspx)
-[BoundObjectFrame.TabStop Property (Access)](http://msdn.microsoft.com/library/9bcec2a4-c1b1-88db-e7b4-15e744c1e340%28Office.15%29.aspx)
-[WebBrowserControl.TabStop Property (Access)](http://msdn.microsoft.com/library/92f60227-186c-6f46-bc1d-289a28de6bd0%28Office.15%29.aspx)
-[TextBox.TabStop Property (Access)](http://msdn.microsoft.com/library/ecb9ede6-e7a8-ca91-9ca3-3fad9de2ef90%28Office.15%29.aspx)
-[ListBox.TabStop Property (Access)](http://msdn.microsoft.com/library/0581f18a-7d23-2836-0959-88f84dc1a4ad%28Office.15%29.aspx)
-[TabControl.TabStop Property (Access)](http://msdn.microsoft.com/library/f22f1c17-ceee-189f-3755-9f9f69e1e216%28Office.15%29.aspx)
-[Attachment.TabStop Property (Access)](http://msdn.microsoft.com/library/918d81a6-a9a2-ab4e-6fb3-ad78233b6e7f%28Office.15%29.aspx)
-[NavigationButton.TabStop Property (Access)](http://msdn.microsoft.com/library/615492c6-d953-3c0d-21c4-b9f233743aa6%28Office.15%29.aspx)
-[OptionGroup.TabStop Property (Access)](http://msdn.microsoft.com/library/cce6547b-9e55-2216-9f00-ba9147849e21%28Office.15%29.aspx)
-[ComboBox.TabStop Property (Access)](http://msdn.microsoft.com/library/c22f2818-0c7f-522b-b17a-c4e32b26e99a%28Office.15%29.aspx)
-[SubForm.TabStop Property (Access)](http://msdn.microsoft.com/library/1b357da0-274d-266d-6cf1-cd96ec2f1b57%28Office.15%29.aspx)
-[OptionButton.TabStop Property (Access)](http://msdn.microsoft.com/library/b7bd7921-2ba3-1445-1e89-ce8fa0c2ed4e%28Office.15%29.aspx)
-[CustomControl.TabStop Property (Access)](http://msdn.microsoft.com/library/d1cb97a8-49f8-deb7-66d6-e402da45fc74%28Office.15%29.aspx)
-[ToggleButton.TabStop Property (Access)](http://msdn.microsoft.com/library/28712aec-2836-9ed0-c8a0-fd5aa50828d0%28Office.15%29.aspx)
-[ObjectFrame.TabStop Property (Access)](http://msdn.microsoft.com/library/2930cfb8-22be-1d39-7514-fe864b2f9373%28Office.15%29.aspx)
+[NavigationControl.TabStop property (Access)](http://msdn.microsoft.com/library/40aeb05f-b94f-ee88-5e98-0f77599c7a14%28Office.15%29.aspx)
+[BoundObjectFrame.TabStop property (Access)](http://msdn.microsoft.com/library/9bcec2a4-c1b1-88db-e7b4-15e744c1e340%28Office.15%29.aspx)
+[WebBrowserControl.TabStop property (Access)](http://msdn.microsoft.com/library/92f60227-186c-6f46-bc1d-289a28de6bd0%28Office.15%29.aspx)
+[TextBox.TabStop property (Access)](http://msdn.microsoft.com/library/ecb9ede6-e7a8-ca91-9ca3-3fad9de2ef90%28Office.15%29.aspx)
+[ListBox.TabStop property (Access)](http://msdn.microsoft.com/library/0581f18a-7d23-2836-0959-88f84dc1a4ad%28Office.15%29.aspx)
+[TabControl.TabStop property (Access)](http://msdn.microsoft.com/library/f22f1c17-ceee-189f-3755-9f9f69e1e216%28Office.15%29.aspx)
+[Attachment.TabStop property (Access)](http://msdn.microsoft.com/library/918d81a6-a9a2-ab4e-6fb3-ad78233b6e7f%28Office.15%29.aspx)
+[NavigationButton.TabStop property (Access)](http://msdn.microsoft.com/library/615492c6-d953-3c0d-21c4-b9f233743aa6%28Office.15%29.aspx)
+[OptionGroup.TabStop property (Access)](http://msdn.microsoft.com/library/cce6547b-9e55-2216-9f00-ba9147849e21%28Office.15%29.aspx)
+[ComboBox.TabStop property (Access)](http://msdn.microsoft.com/library/c22f2818-0c7f-522b-b17a-c4e32b26e99a%28Office.15%29.aspx)
+[SubForm.TabStop property (Access)](http://msdn.microsoft.com/library/1b357da0-274d-266d-6cf1-cd96ec2f1b57%28Office.15%29.aspx)
+[OptionButton.TabStop property (Access)](http://msdn.microsoft.com/library/b7bd7921-2ba3-1445-1e89-ce8fa0c2ed4e%28Office.15%29.aspx)
+[CustomControl.TabStop property (Access)](http://msdn.microsoft.com/library/d1cb97a8-49f8-deb7-66d6-e402da45fc74%28Office.15%29.aspx)
+[ToggleButton.TabStop property (Access)](http://msdn.microsoft.com/library/28712aec-2836-9ed0-c8a0-fd5aa50828d0%28Office.15%29.aspx)
+[ObjectFrame.TabStop property (Access)](http://msdn.microsoft.com/library/2930cfb8-22be-1d39-7514-fe864b2f9373%28Office.15%29.aspx)
diff --git a/F1/tag-property-access-vbaac10-chm10489.md b/F1/tag-property-access-vbaac10-chm10489.md
index bd742ecd495..1fa715a7ea8 100644
--- a/F1/tag-property-access-vbaac10-chm10489.md
+++ b/F1/tag-property-access-vbaac10-chm10489.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Tag Property (Access)](http://msdn.microsoft.com/library/bd477752-2259-190d-cd3a-6c803ebb81ba%28Office.15%29.aspx)
+[NavigationButton.Tag property (Access)](http://msdn.microsoft.com/library/bd477752-2259-190d-cd3a-6c803ebb81ba%28Office.15%29.aspx)
-[CommandButton.Tag Property (Access)](http://msdn.microsoft.com/library/5099e435-8957-e54c-9c6c-bc6b063cfe66%28Office.15%29.aspx)
+[CommandButton.Tag property (Access)](http://msdn.microsoft.com/library/5099e435-8957-e54c-9c6c-bc6b063cfe66%28Office.15%29.aspx)
diff --git a/F1/tag-property-access-vbaac10-chm11105.md b/F1/tag-property-access-vbaac10-chm11105.md
index beb5081fe15..635f2b712a1 100644
--- a/F1/tag-property-access-vbaac10-chm11105.md
+++ b/F1/tag-property-access-vbaac10-chm11105.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Tag Property (Access)](http://msdn.microsoft.com/library/6bec7ae8-556c-77b1-19cf-aae36dc646ec%28Office.15%29.aspx)
+[NavigationControl.Tag property (Access)](http://msdn.microsoft.com/library/6bec7ae8-556c-77b1-19cf-aae36dc646ec%28Office.15%29.aspx)
-[TextBox.Tag Property (Access)](http://msdn.microsoft.com/library/9df21640-6bea-60a9-f9d0-dac90a60af1c%28Office.15%29.aspx)
+[TextBox.Tag property (Access)](http://msdn.microsoft.com/library/9df21640-6bea-60a9-f9d0-dac90a60af1c%28Office.15%29.aspx)
diff --git a/F1/tag-property-access-vbaac10-chm4520.md b/F1/tag-property-access-vbaac10-chm4520.md
index 0518b3d160d..a557dd798ec 100644
--- a/F1/tag-property-access-vbaac10-chm4520.md
+++ b/F1/tag-property-access-vbaac10-chm4520.md
@@ -13,33 +13,33 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.Tag Property (Access)](http://msdn.microsoft.com/library/d487494e-e987-1a2f-86c3-09bdfa1ede08%28Office.15%29.aspx)
+[ToggleButton.Tag property (Access)](http://msdn.microsoft.com/library/d487494e-e987-1a2f-86c3-09bdfa1ede08%28Office.15%29.aspx)
-[TabControl.Tag Property (Access)](http://msdn.microsoft.com/library/809632e6-e053-a025-203b-1263e7677bef%28Office.15%29.aspx)
+[TabControl.Tag property (Access)](http://msdn.microsoft.com/library/809632e6-e053-a025-203b-1263e7677bef%28Office.15%29.aspx)
-[Section.Tag Property (Access)](http://msdn.microsoft.com/library/121fa59f-d4e6-f020-3f2e-1a9218986c8c%28Office.15%29.aspx)
-[Attachment.Tag Property (Access)](http://msdn.microsoft.com/library/6d3e9f35-1986-e6b4-5f35-2652123c007c%28Office.15%29.aspx)
-[ComboBox.Tag Property (Access)](http://msdn.microsoft.com/library/b128fa76-0ab7-48ae-398f-352be0d638ae%28Office.15%29.aspx)
-[ListBox.Tag Property (Access)](http://msdn.microsoft.com/library/85ee226a-3f66-820d-e90c-3e47ddb8d2d4%28Office.15%29.aspx)
-[Page.Tag Property (Access)](http://msdn.microsoft.com/library/d7d3b60b-318e-a2ae-dda7-4d090e2398f2%28Office.15%29.aspx)
-[Form.Tag Property (Access)](http://msdn.microsoft.com/library/7fec664b-b82e-8cd1-93ff-5162c72fb036%28Office.15%29.aspx)
-[Line.Tag Property (Access)](http://msdn.microsoft.com/library/6823d960-37e3-4597-7cb0-656d38c4cf6b%28Office.15%29.aspx)
-[Label.Tag Property (Access)](http://msdn.microsoft.com/library/06e1f108-d222-b9d5-1c57-65c3ff13cde2%28Office.15%29.aspx)
-[BoundObjectFrame.Tag Property (Access)](http://msdn.microsoft.com/library/390cbfb5-5b05-2298-6b23-67ca7f9e2bba%28Office.15%29.aspx)
-[NavigationButton.Tag Property (Access)](http://msdn.microsoft.com/library/bd477752-2259-190d-cd3a-6c803ebb81ba%28Office.15%29.aspx)
-[OptionButton.Tag Property (Access)](http://msdn.microsoft.com/library/147ddd8e-6fe2-d59d-2f83-71c7cdfcd263%28Office.15%29.aspx)
-[ObjectFrame.Tag Property (Access)](http://msdn.microsoft.com/library/0b8fdb5f-dadc-fafb-cc9a-74dfe40f9b80%28Office.15%29.aspx)
-[Report.Tag Property (Access)](http://msdn.microsoft.com/library/7e67170b-0058-bdd8-161b-806f732fbca4%28Office.15%29.aspx)
-[Rectangle.Tag Property (Access)](http://msdn.microsoft.com/library/5d69a71f-0b68-0f2d-d2fc-80de9544bd06%28Office.15%29.aspx)
-[CustomControl.Tag Property (Access)](http://msdn.microsoft.com/library/7be610c6-9d2f-4c06-bda7-8de246badf54%28Office.15%29.aspx)
-[PageBreak.Tag Property (Access)](http://msdn.microsoft.com/library/9cba9c3e-eb63-e47a-8b1f-a47d3a448c84%28Office.15%29.aspx)
-[NavigationControl.Tag Property (Access)](http://msdn.microsoft.com/library/6bec7ae8-556c-77b1-19cf-aae36dc646ec%28Office.15%29.aspx)
-[CheckBox.Tag Property (Access)](http://msdn.microsoft.com/library/3aa44f1b-9373-86df-fd78-ac9f5e3f8108%28Office.15%29.aspx)
-[EmptyCell.Tag Property (Access)](http://msdn.microsoft.com/library/3590b561-e233-eacf-fa0a-b401c5fd64a4%28Office.15%29.aspx)
-[WebBrowserControl.Tag Property (Access)](http://msdn.microsoft.com/library/540e37bb-db7b-4b5d-9713-b4829a8acd57%28Office.15%29.aspx)
-[CommandButton.Tag Property (Access)](http://msdn.microsoft.com/library/5099e435-8957-e54c-9c6c-bc6b063cfe66%28Office.15%29.aspx)
-[Image.Tag Property (Access)](http://msdn.microsoft.com/library/627e6f93-8812-e66e-0291-d24be9185fc2%28Office.15%29.aspx)
-[TextBox.Tag Property (Access)](http://msdn.microsoft.com/library/9df21640-6bea-60a9-f9d0-dac90a60af1c%28Office.15%29.aspx)
-[SubForm.Tag Property (Access)](http://msdn.microsoft.com/library/80eef251-9b7e-c15d-ffab-e131edae90c1%28Office.15%29.aspx)
-[OptionGroup.Tag Property (Access)](http://msdn.microsoft.com/library/a8d4d55c-f2ff-0636-fe97-f35407dd20b9%28Office.15%29.aspx)
+[Section.Tag property (Access)](http://msdn.microsoft.com/library/121fa59f-d4e6-f020-3f2e-1a9218986c8c%28Office.15%29.aspx)
+[Attachment.Tag property (Access)](http://msdn.microsoft.com/library/6d3e9f35-1986-e6b4-5f35-2652123c007c%28Office.15%29.aspx)
+[ComboBox.Tag property (Access)](http://msdn.microsoft.com/library/b128fa76-0ab7-48ae-398f-352be0d638ae%28Office.15%29.aspx)
+[ListBox.Tag property (Access)](http://msdn.microsoft.com/library/85ee226a-3f66-820d-e90c-3e47ddb8d2d4%28Office.15%29.aspx)
+[Page.Tag property (Access)](http://msdn.microsoft.com/library/d7d3b60b-318e-a2ae-dda7-4d090e2398f2%28Office.15%29.aspx)
+[Form.Tag property (Access)](http://msdn.microsoft.com/library/7fec664b-b82e-8cd1-93ff-5162c72fb036%28Office.15%29.aspx)
+[Line.Tag property (Access)](http://msdn.microsoft.com/library/6823d960-37e3-4597-7cb0-656d38c4cf6b%28Office.15%29.aspx)
+[Label.Tag property (Access)](http://msdn.microsoft.com/library/06e1f108-d222-b9d5-1c57-65c3ff13cde2%28Office.15%29.aspx)
+[BoundObjectFrame.Tag property (Access)](http://msdn.microsoft.com/library/390cbfb5-5b05-2298-6b23-67ca7f9e2bba%28Office.15%29.aspx)
+[NavigationButton.Tag property (Access)](http://msdn.microsoft.com/library/bd477752-2259-190d-cd3a-6c803ebb81ba%28Office.15%29.aspx)
+[OptionButton.Tag property (Access)](http://msdn.microsoft.com/library/147ddd8e-6fe2-d59d-2f83-71c7cdfcd263%28Office.15%29.aspx)
+[ObjectFrame.Tag property (Access)](http://msdn.microsoft.com/library/0b8fdb5f-dadc-fafb-cc9a-74dfe40f9b80%28Office.15%29.aspx)
+[Report.Tag property (Access)](http://msdn.microsoft.com/library/7e67170b-0058-bdd8-161b-806f732fbca4%28Office.15%29.aspx)
+[Rectangle.Tag property (Access)](http://msdn.microsoft.com/library/5d69a71f-0b68-0f2d-d2fc-80de9544bd06%28Office.15%29.aspx)
+[CustomControl.Tag property (Access)](http://msdn.microsoft.com/library/7be610c6-9d2f-4c06-bda7-8de246badf54%28Office.15%29.aspx)
+[PageBreak.Tag property (Access)](http://msdn.microsoft.com/library/9cba9c3e-eb63-e47a-8b1f-a47d3a448c84%28Office.15%29.aspx)
+[NavigationControl.Tag property (Access)](http://msdn.microsoft.com/library/6bec7ae8-556c-77b1-19cf-aae36dc646ec%28Office.15%29.aspx)
+[CheckBox.Tag property (Access)](http://msdn.microsoft.com/library/3aa44f1b-9373-86df-fd78-ac9f5e3f8108%28Office.15%29.aspx)
+[EmptyCell.Tag property (Access)](http://msdn.microsoft.com/library/3590b561-e233-eacf-fa0a-b401c5fd64a4%28Office.15%29.aspx)
+[WebBrowserControl.Tag property (Access)](http://msdn.microsoft.com/library/540e37bb-db7b-4b5d-9713-b4829a8acd57%28Office.15%29.aspx)
+[CommandButton.Tag property (Access)](http://msdn.microsoft.com/library/5099e435-8957-e54c-9c6c-bc6b063cfe66%28Office.15%29.aspx)
+[Image.Tag property (Access)](http://msdn.microsoft.com/library/627e6f93-8812-e66e-0291-d24be9185fc2%28Office.15%29.aspx)
+[TextBox.Tag property (Access)](http://msdn.microsoft.com/library/9df21640-6bea-60a9-f9d0-dac90a60af1c%28Office.15%29.aspx)
+[SubForm.Tag property (Access)](http://msdn.microsoft.com/library/80eef251-9b7e-c15d-ffab-e131edae90c1%28Office.15%29.aspx)
+[OptionGroup.Tag property (Access)](http://msdn.microsoft.com/library/a8d4d55c-f2ff-0636-fe97-f35407dd20b9%28Office.15%29.aspx)
diff --git a/F1/textformat-property-access-vbaac10-chm11151.md b/F1/textformat-property-access-vbaac10-chm11151.md
index 82046950a22..0d32b6e3360 100644
--- a/F1/textformat-property-access-vbaac10-chm11151.md
+++ b/F1/textformat-property-access-vbaac10-chm11151.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.TextFormat Property (Access)](http://msdn.microsoft.com/library/3d164782-9d9c-5462-ac40-51772d475407%28Office.15%29.aspx)
+[TextBox.TextFormat property (Access)](http://msdn.microsoft.com/library/3d164782-9d9c-5462-ac40-51772d475407%28Office.15%29.aspx)
diff --git a/F1/themefontindex-property-access-vbaac10-chm14610.md b/F1/themefontindex-property-access-vbaac10-chm14610.md
index 459248629f1..9077968f6df 100644
--- a/F1/themefontindex-property-access-vbaac10-chm14610.md
+++ b/F1/themefontindex-property-access-vbaac10-chm14610.md
@@ -13,14 +13,14 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.ThemeFontIndex Property (Access)](http://msdn.microsoft.com/library/c85eef50-220f-372d-9a86-2107a8447053%28Office.15%29.aspx)
+[ToggleButton.ThemeFontIndex property (Access)](http://msdn.microsoft.com/library/c85eef50-220f-372d-9a86-2107a8447053%28Office.15%29.aspx)
-[ComboBox.ThemeFontIndex Property (Access)](http://msdn.microsoft.com/library/07fec290-0bf3-138f-94cd-55d5979b2aca%28Office.15%29.aspx)
+[ComboBox.ThemeFontIndex property (Access)](http://msdn.microsoft.com/library/07fec290-0bf3-138f-94cd-55d5979b2aca%28Office.15%29.aspx)
-[ListBox.ThemeFontIndex Property (Access)](http://msdn.microsoft.com/library/7fa3a5ef-c59b-8ce5-1d7f-6b00991dc12b%28Office.15%29.aspx)
-[TabControl.ThemeFontIndex Property (Access)](http://msdn.microsoft.com/library/b3de7b94-dd76-82ee-dfe5-7c2b7e956a34%28Office.15%29.aspx)
-[CommandButton.ThemeFontIndex Property (Access)](http://msdn.microsoft.com/library/8cb51c03-09a1-83ba-c6bf-7e74d7444c8b%28Office.15%29.aspx)
-[TextBox.ThemeFontIndex Property (Access)](http://msdn.microsoft.com/library/2abe2063-4658-e441-7a7d-c4d226063172%28Office.15%29.aspx)
-[Label.ThemeFontIndex Property (Access)](http://msdn.microsoft.com/library/56e24b5e-18c4-193a-95ec-dcfc5b8ff477%28Office.15%29.aspx)
-[NavigationButton.ThemeFontIndex Property (Access)](http://msdn.microsoft.com/library/fb9dab70-239b-f5c9-a160-f2ce23678598%28Office.15%29.aspx)
+[ListBox.ThemeFontIndex property (Access)](http://msdn.microsoft.com/library/7fa3a5ef-c59b-8ce5-1d7f-6b00991dc12b%28Office.15%29.aspx)
+[TabControl.ThemeFontIndex property (Access)](http://msdn.microsoft.com/library/b3de7b94-dd76-82ee-dfe5-7c2b7e956a34%28Office.15%29.aspx)
+[CommandButton.ThemeFontIndex property (Access)](http://msdn.microsoft.com/library/8cb51c03-09a1-83ba-c6bf-7e74d7444c8b%28Office.15%29.aspx)
+[TextBox.ThemeFontIndex property (Access)](http://msdn.microsoft.com/library/2abe2063-4658-e441-7a7d-c4d226063172%28Office.15%29.aspx)
+[Label.ThemeFontIndex property (Access)](http://msdn.microsoft.com/library/56e24b5e-18c4-193a-95ec-dcfc5b8ff477%28Office.15%29.aspx)
+[NavigationButton.ThemeFontIndex property (Access)](http://msdn.microsoft.com/library/fb9dab70-239b-f5c9-a160-f2ce23678598%28Office.15%29.aspx)
diff --git a/F1/timerinterval-property-access-vbaac10-chm4523.md b/F1/timerinterval-property-access-vbaac10-chm4523.md
index 341a481c4c3..c7648bb8721 100644
--- a/F1/timerinterval-property-access-vbaac10-chm4523.md
+++ b/F1/timerinterval-property-access-vbaac10-chm4523.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.TimerInterval Property (Access)](http://msdn.microsoft.com/library/ee56bcf8-20cb-9d86-ed17-3b85ac88f6f1%28Office.15%29.aspx)
+[Form.TimerInterval property (Access)](http://msdn.microsoft.com/library/ee56bcf8-20cb-9d86-ed17-3b85ac88f6f1%28Office.15%29.aspx)
-[Report.TimerInterval Property (Access)](http://msdn.microsoft.com/library/272fb1f6-2aca-60c2-1f0f-d901e0da91ac%28Office.15%29.aspx)
+[Report.TimerInterval property (Access)](http://msdn.microsoft.com/library/272fb1f6-2aca-60c2-1f0f-d901e0da91ac%28Office.15%29.aspx)
diff --git a/F1/toolbar-property-access-vbaac10-chm4524.md b/F1/toolbar-property-access-vbaac10-chm4524.md
index f767397c26c..a08a2064674 100644
--- a/F1/toolbar-property-access-vbaac10-chm4524.md
+++ b/F1/toolbar-property-access-vbaac10-chm4524.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Report.Toolbar Property (Access)](http://msdn.microsoft.com/library/e897d294-2d8d-aca7-9aed-4bd2ebd23552%28Office.15%29.aspx)
+[Report.Toolbar property (Access)](http://msdn.microsoft.com/library/e897d294-2d8d-aca7-9aed-4bd2ebd23552%28Office.15%29.aspx)
-[Form.Toolbar Property (Access)](http://msdn.microsoft.com/library/a004200c-5404-c3ba-f00d-591c0f0a545d%28Office.15%29.aspx)
+[Form.Toolbar property (Access)](http://msdn.microsoft.com/library/a004200c-5404-c3ba-f00d-591c0f0a545d%28Office.15%29.aspx)
diff --git a/F1/top-property-access-vbaac10-chm10468.md b/F1/top-property-access-vbaac10-chm10468.md
index fe1055a0cde..27c633ea8df 100644
--- a/F1/top-property-access-vbaac10-chm10468.md
+++ b/F1/top-property-access-vbaac10-chm10468.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Top Property (Access)](http://msdn.microsoft.com/library/0c2207a6-5d99-0409-58e5-6a9ec2716e77%28Office.15%29.aspx)
+[CommandButton.Top property (Access)](http://msdn.microsoft.com/library/0c2207a6-5d99-0409-58e5-6a9ec2716e77%28Office.15%29.aspx)
-[NavigationButton.Top Property (Access)](http://msdn.microsoft.com/library/7bce7df5-2c37-ac6e-9788-f6a5a0d26940%28Office.15%29.aspx)
+[NavigationButton.Top property (Access)](http://msdn.microsoft.com/library/7bce7df5-2c37-ac6e-9788-f6a5a0d26940%28Office.15%29.aspx)
diff --git a/F1/top-property-access-vbaac10-chm11072.md b/F1/top-property-access-vbaac10-chm11072.md
index ea85f393fc4..81affd8532d 100644
--- a/F1/top-property-access-vbaac10-chm11072.md
+++ b/F1/top-property-access-vbaac10-chm11072.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Top Property (Access)](http://msdn.microsoft.com/library/6a220cec-d42c-05e3-c8c0-078687813a8d%28Office.15%29.aspx)
+[TextBox.Top property (Access)](http://msdn.microsoft.com/library/6a220cec-d42c-05e3-c8c0-078687813a8d%28Office.15%29.aspx)
-[NavigationControl.Top Property (Access)](http://msdn.microsoft.com/library/76681117-639d-8e4c-4a3b-7c68e3863928%28Office.15%29.aspx)
+[NavigationControl.Top property (Access)](http://msdn.microsoft.com/library/76681117-639d-8e4c-4a3b-7c68e3863928%28Office.15%29.aspx)
diff --git a/F1/top-property-access-vbaac10-chm5490.md b/F1/top-property-access-vbaac10-chm5490.md
index 80cdc7e850b..8bc6624d51b 100644
--- a/F1/top-property-access-vbaac10-chm5490.md
+++ b/F1/top-property-access-vbaac10-chm5490.md
@@ -13,31 +13,31 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Line.Top Property (Access)](http://msdn.microsoft.com/library/58457c20-e300-ebc2-dfc3-05d73e4f145e%28Office.15%29.aspx)
+[Line.Top property (Access)](http://msdn.microsoft.com/library/58457c20-e300-ebc2-dfc3-05d73e4f145e%28Office.15%29.aspx)
-[TextBox.Top Property (Access)](http://msdn.microsoft.com/library/6a220cec-d42c-05e3-c8c0-078687813a8d%28Office.15%29.aspx)
+[TextBox.Top property (Access)](http://msdn.microsoft.com/library/6a220cec-d42c-05e3-c8c0-078687813a8d%28Office.15%29.aspx)
-[Image.Top Property (Access)](http://msdn.microsoft.com/library/4ab0b0d1-802e-08f9-27a2-08500e0f8b62%28Office.15%29.aspx)
-[PageBreak.Top Property (Access)](http://msdn.microsoft.com/library/4655b6b8-98b8-9feb-243b-1090eaedbe7b%28Office.15%29.aspx)
-[OptionButton.Top Property (Access)](http://msdn.microsoft.com/library/21612875-5a0d-3a13-28a1-1e087c5991cb%28Office.15%29.aspx)
-[CheckBox.Top Property (Access)](http://msdn.microsoft.com/library/61c03e90-c5cc-c316-64dc-26293db3cf13%28Office.15%29.aspx)
-[Rectangle.Top Property (Access)](http://msdn.microsoft.com/library/ae012c86-a595-9804-c9ac-3bade01d480f%28Office.15%29.aspx)
-[ToggleButton.Top Property (Access)](http://msdn.microsoft.com/library/31f8d2d5-6372-9241-9f30-3bc1d140ae3d%28Office.15%29.aspx)
-[Page.Top Property (Access)](http://msdn.microsoft.com/library/9d869d81-0e6f-d4a5-2646-43f6e3c0494c%28Office.15%29.aspx)
-[OptionGroup.Top Property (Access)](http://msdn.microsoft.com/library/60a479aa-c9df-3eef-3752-4fc0bcbc07d6%28Office.15%29.aspx)
-[ListBox.Top Property (Access)](http://msdn.microsoft.com/library/1b1606ca-01df-1c5b-5865-51dc257d62c0%28Office.15%29.aspx)
-[Label.Top Property (Access)](http://msdn.microsoft.com/library/c8f4fbd0-bf2a-eb73-0d03-5dce19d17161%28Office.15%29.aspx)
-[SubForm.Top Property (Access)](http://msdn.microsoft.com/library/c5ffd8bb-479d-81a2-cfbb-67ae1bbd2cd5%28Office.15%29.aspx)
-[TabControl.Top Property (Access)](http://msdn.microsoft.com/library/3f37fcf4-3359-184a-2a0d-6836a84a5ca4%28Office.15%29.aspx)
-[ObjectFrame.Top Property (Access)](http://msdn.microsoft.com/library/b9a6e2fc-7b71-580c-1483-69ff799c0f0f%28Office.15%29.aspx)
-[CommandButton.Top Property (Access)](http://msdn.microsoft.com/library/0c2207a6-5d99-0409-58e5-6a9ec2716e77%28Office.15%29.aspx)
-[NavigationControl.Top Property (Access)](http://msdn.microsoft.com/library/76681117-639d-8e4c-4a3b-7c68e3863928%28Office.15%29.aspx)
-[Report.Top Property (Access)](http://msdn.microsoft.com/library/badaa1a0-44ef-c2cd-64fa-8450add21d69%28Office.15%29.aspx)
-[ComboBox.Top Property (Access)](http://msdn.microsoft.com/library/17e9ca79-0b35-0c50-09f5-bbbc36482081%28Office.15%29.aspx)
-[Attachment.Top Property (Access)](http://msdn.microsoft.com/library/051c785a-7e71-fb5c-c00c-c86bdaf7194b%28Office.15%29.aspx)
-[BoundObjectFrame.Top Property (Access)](http://msdn.microsoft.com/library/83edbe69-58c5-ced5-9a51-d6e38f47aec5%28Office.15%29.aspx)
-[CustomControl.Top Property (Access)](http://msdn.microsoft.com/library/a79a5dba-acdc-d17e-76fb-d90629ea84d5%28Office.15%29.aspx)
-[WebBrowserControl.Top Property (Access)](http://msdn.microsoft.com/library/af18145b-aa73-2ebe-f387-e2cce62a1051%28Office.15%29.aspx)
-[EmptyCell.Top Property (Access)](http://msdn.microsoft.com/library/ddd720f0-441f-4ac3-ca95-ecfc4408569e%28Office.15%29.aspx)
-[NavigationButton.Top Property (Access)](http://msdn.microsoft.com/library/7bce7df5-2c37-ac6e-9788-f6a5a0d26940%28Office.15%29.aspx)
+[Image.Top property (Access)](http://msdn.microsoft.com/library/4ab0b0d1-802e-08f9-27a2-08500e0f8b62%28Office.15%29.aspx)
+[PageBreak.Top property (Access)](http://msdn.microsoft.com/library/4655b6b8-98b8-9feb-243b-1090eaedbe7b%28Office.15%29.aspx)
+[OptionButton.Top property (Access)](http://msdn.microsoft.com/library/21612875-5a0d-3a13-28a1-1e087c5991cb%28Office.15%29.aspx)
+[CheckBox.Top property (Access)](http://msdn.microsoft.com/library/61c03e90-c5cc-c316-64dc-26293db3cf13%28Office.15%29.aspx)
+[Rectangle.Top property (Access)](http://msdn.microsoft.com/library/ae012c86-a595-9804-c9ac-3bade01d480f%28Office.15%29.aspx)
+[ToggleButton.Top property (Access)](http://msdn.microsoft.com/library/31f8d2d5-6372-9241-9f30-3bc1d140ae3d%28Office.15%29.aspx)
+[Page.Top property (Access)](http://msdn.microsoft.com/library/9d869d81-0e6f-d4a5-2646-43f6e3c0494c%28Office.15%29.aspx)
+[OptionGroup.Top property (Access)](http://msdn.microsoft.com/library/60a479aa-c9df-3eef-3752-4fc0bcbc07d6%28Office.15%29.aspx)
+[ListBox.Top property (Access)](http://msdn.microsoft.com/library/1b1606ca-01df-1c5b-5865-51dc257d62c0%28Office.15%29.aspx)
+[Label.Top property (Access)](http://msdn.microsoft.com/library/c8f4fbd0-bf2a-eb73-0d03-5dce19d17161%28Office.15%29.aspx)
+[SubForm.Top property (Access)](http://msdn.microsoft.com/library/c5ffd8bb-479d-81a2-cfbb-67ae1bbd2cd5%28Office.15%29.aspx)
+[TabControl.Top property (Access)](http://msdn.microsoft.com/library/3f37fcf4-3359-184a-2a0d-6836a84a5ca4%28Office.15%29.aspx)
+[ObjectFrame.Top property (Access)](http://msdn.microsoft.com/library/b9a6e2fc-7b71-580c-1483-69ff799c0f0f%28Office.15%29.aspx)
+[CommandButton.Top property (Access)](http://msdn.microsoft.com/library/0c2207a6-5d99-0409-58e5-6a9ec2716e77%28Office.15%29.aspx)
+[NavigationControl.Top property (Access)](http://msdn.microsoft.com/library/76681117-639d-8e4c-4a3b-7c68e3863928%28Office.15%29.aspx)
+[Report.Top property (Access)](http://msdn.microsoft.com/library/badaa1a0-44ef-c2cd-64fa-8450add21d69%28Office.15%29.aspx)
+[ComboBox.Top property (Access)](http://msdn.microsoft.com/library/17e9ca79-0b35-0c50-09f5-bbbc36482081%28Office.15%29.aspx)
+[Attachment.Top property (Access)](http://msdn.microsoft.com/library/051c785a-7e71-fb5c-c00c-c86bdaf7194b%28Office.15%29.aspx)
+[BoundObjectFrame.Top property (Access)](http://msdn.microsoft.com/library/83edbe69-58c5-ced5-9a51-d6e38f47aec5%28Office.15%29.aspx)
+[CustomControl.Top property (Access)](http://msdn.microsoft.com/library/a79a5dba-acdc-d17e-76fb-d90629ea84d5%28Office.15%29.aspx)
+[WebBrowserControl.Top property (Access)](http://msdn.microsoft.com/library/af18145b-aa73-2ebe-f387-e2cce62a1051%28Office.15%29.aspx)
+[EmptyCell.Top property (Access)](http://msdn.microsoft.com/library/ddd720f0-441f-4ac3-ca95-ecfc4408569e%28Office.15%29.aspx)
+[NavigationButton.Top property (Access)](http://msdn.microsoft.com/library/7bce7df5-2c37-ac6e-9788-f6a5a0d26940%28Office.15%29.aspx)
diff --git a/F1/topmargin-property-access-vbaac10-chm5513.md b/F1/topmargin-property-access-vbaac10-chm5513.md
index b3e583c0bae..1dff1fc72ea 100644
--- a/F1/topmargin-property-access-vbaac10-chm5513.md
+++ b/F1/topmargin-property-access-vbaac10-chm5513.md
@@ -13,10 +13,10 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.TopMargin Property (Access)](http://msdn.microsoft.com/library/cd56b2b2-8bb5-b3cf-bacf-13d311e5479b%28Office.15%29.aspx)
+[TextBox.TopMargin property (Access)](http://msdn.microsoft.com/library/cd56b2b2-8bb5-b3cf-bacf-13d311e5479b%28Office.15%29.aspx)
-[Label.TopMargin Property (Access)](http://msdn.microsoft.com/library/95432167-4b75-ba84-a75d-57ad3cab35b9%28Office.15%29.aspx)
+[Label.TopMargin property (Access)](http://msdn.microsoft.com/library/95432167-4b75-ba84-a75d-57ad3cab35b9%28Office.15%29.aspx)
-[ComboBox.TopMargin Property (Access)](http://msdn.microsoft.com/library/fe3a17d8-c345-6dc6-5b26-5fc6f06632ac%28Office.15%29.aspx)
-[Printer.TopMargin Property (Access)](http://msdn.microsoft.com/library/e0dcc6bf-14eb-17b0-df5e-c3de101b8fb7%28Office.15%29.aspx)
+[ComboBox.TopMargin property (Access)](http://msdn.microsoft.com/library/fe3a17d8-c345-6dc6-5b26-5fc6f06632ac%28Office.15%29.aspx)
+[Printer.TopMargin property (Access)](http://msdn.microsoft.com/library/e0dcc6bf-14eb-17b0-df5e-c3de101b8fb7%28Office.15%29.aspx)
diff --git a/F1/toppadding-property-access-vbaac10-chm10525.md b/F1/toppadding-property-access-vbaac10-chm10525.md
index e5207b06973..a005aecca5b 100644
--- a/F1/toppadding-property-access-vbaac10-chm10525.md
+++ b/F1/toppadding-property-access-vbaac10-chm10525.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CustomControl.TopPadding Property (Access)](http://msdn.microsoft.com/library/77604178-a2b7-9ad9-2a2d-91d60843c31c%28Office.15%29.aspx)
+[CustomControl.TopPadding property (Access)](http://msdn.microsoft.com/library/77604178-a2b7-9ad9-2a2d-91d60843c31c%28Office.15%29.aspx)
-[CommandButton.TopPadding Property (Access)](http://msdn.microsoft.com/library/475398a6-ab75-1e39-12dc-ba7056b8caa0%28Office.15%29.aspx)
+[CommandButton.TopPadding property (Access)](http://msdn.microsoft.com/library/475398a6-ab75-1e39-12dc-ba7056b8caa0%28Office.15%29.aspx)
-[NavigationButton.TopPadding Property (Access)](http://msdn.microsoft.com/library/05088d34-eae7-bc0e-314b-cd8640c9ed0b%28Office.15%29.aspx)
+[NavigationButton.TopPadding property (Access)](http://msdn.microsoft.com/library/05088d34-eae7-bc0e-314b-cd8640c9ed0b%28Office.15%29.aspx)
diff --git a/F1/toppadding-property-access-vbaac10-chm11153.md b/F1/toppadding-property-access-vbaac10-chm11153.md
index 23f03a83efc..dd79b1a0d44 100644
--- a/F1/toppadding-property-access-vbaac10-chm11153.md
+++ b/F1/toppadding-property-access-vbaac10-chm11153.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.TopPadding Property (Access)](http://msdn.microsoft.com/library/fd6420f1-c3d9-2374-7b3c-e1fa5dd8199a%28Office.15%29.aspx)
+[TextBox.TopPadding property (Access)](http://msdn.microsoft.com/library/fd6420f1-c3d9-2374-7b3c-e1fa5dd8199a%28Office.15%29.aspx)
-[NavigationControl.TopPadding Property (Access)](http://msdn.microsoft.com/library/56cae307-f23c-d2e1-5095-fe6b696a6d98%28Office.15%29.aspx)
+[NavigationControl.TopPadding property (Access)](http://msdn.microsoft.com/library/56cae307-f23c-d2e1-5095-fe6b696a6d98%28Office.15%29.aspx)
diff --git a/F1/toppadding-property-access-vbaac10-chm5629.md b/F1/toppadding-property-access-vbaac10-chm5629.md
index d2d2b693ba4..4d43e436d65 100644
--- a/F1/toppadding-property-access-vbaac10-chm5629.md
+++ b/F1/toppadding-property-access-vbaac10-chm5629.md
@@ -13,26 +13,26 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ToggleButton.TopPadding Property (Access)](http://msdn.microsoft.com/library/5a53f0b9-895f-afbb-b0cf-209652d3863e%28Office.15%29.aspx)
+[ToggleButton.TopPadding property (Access)](http://msdn.microsoft.com/library/5a53f0b9-895f-afbb-b0cf-209652d3863e%28Office.15%29.aspx)
-[EmptyCell.TopPadding Property (Access)](http://msdn.microsoft.com/library/b6273300-0abf-8365-0c0a-23c7d225ee3f%28Office.15%29.aspx)
+[EmptyCell.TopPadding property (Access)](http://msdn.microsoft.com/library/b6273300-0abf-8365-0c0a-23c7d225ee3f%28Office.15%29.aspx)
-[BoundObjectFrame.TopPadding Property (Access)](http://msdn.microsoft.com/library/cb80b5d1-a9a5-00a7-f439-3f6e7be6439b%28Office.15%29.aspx)
-[TabControl.TopPadding Property (Access)](http://msdn.microsoft.com/library/563984b7-d637-ff8b-8996-46f5740aba4f%28Office.15%29.aspx)
-[Image.TopPadding Property (Access)](http://msdn.microsoft.com/library/fb248161-837d-e455-8d9e-4fb5d1a39d3b%28Office.15%29.aspx)
-[ComboBox.TopPadding Property (Access)](http://msdn.microsoft.com/library/3e92fdc3-79a3-8ed9-2547-5bb49df29852%28Office.15%29.aspx)
-[Attachment.TopPadding Property (Access)](http://msdn.microsoft.com/library/18c89f2e-e276-6c9f-b317-5fa931dd7003%28Office.15%29.aspx)
-[CheckBox.TopPadding Property (Access)](http://msdn.microsoft.com/library/e3fc7819-8cb1-44b9-dc13-6e5c75bff62b%28Office.15%29.aspx)
-[ObjectFrame.TopPadding Property (Access)](http://msdn.microsoft.com/library/cbc4038c-e9e8-7e57-5bb2-7cafe917c6b3%28Office.15%29.aspx)
-[CustomControl.TopPadding Property (Access)](http://msdn.microsoft.com/library/77604178-a2b7-9ad9-2a2d-91d60843c31c%28Office.15%29.aspx)
-[Label.TopPadding Property (Access)](http://msdn.microsoft.com/library/982054f2-2746-096b-8c5e-9d44985e50b7%28Office.15%29.aspx)
-[OptionButton.TopPadding Property (Access)](http://msdn.microsoft.com/library/2689deb0-0477-6c83-550b-a08529f1f08b%28Office.15%29.aspx)
-[WebBrowserControl.TopPadding Property (Access)](http://msdn.microsoft.com/library/f6030eab-cb34-09b8-0015-a1b2febcaa22%28Office.15%29.aspx)
-[ListBox.TopPadding Property (Access)](http://msdn.microsoft.com/library/b453cfc4-d059-395a-7c62-ae07f12e1677%28Office.15%29.aspx)
-[SubForm.TopPadding Property (Access)](http://msdn.microsoft.com/library/8a22f683-1f0c-be79-48d7-b59bd4d0759a%28Office.15%29.aspx)
-[CommandButton.TopPadding Property (Access)](http://msdn.microsoft.com/library/475398a6-ab75-1e39-12dc-ba7056b8caa0%28Office.15%29.aspx)
-[NavigationButton.TopPadding Property (Access)](http://msdn.microsoft.com/library/05088d34-eae7-bc0e-314b-cd8640c9ed0b%28Office.15%29.aspx)
-[Control.TopPadding Property (Access)](http://msdn.microsoft.com/library/52197046-2042-fc96-f72d-d81413546e9e%28Office.15%29.aspx)
-[TextBox.TopPadding Property (Access)](http://msdn.microsoft.com/library/fd6420f1-c3d9-2374-7b3c-e1fa5dd8199a%28Office.15%29.aspx)
-[NavigationControl.TopPadding Property (Access)](http://msdn.microsoft.com/library/56cae307-f23c-d2e1-5095-fe6b696a6d98%28Office.15%29.aspx)
+[BoundObjectFrame.TopPadding property (Access)](http://msdn.microsoft.com/library/cb80b5d1-a9a5-00a7-f439-3f6e7be6439b%28Office.15%29.aspx)
+[TabControl.TopPadding property (Access)](http://msdn.microsoft.com/library/563984b7-d637-ff8b-8996-46f5740aba4f%28Office.15%29.aspx)
+[Image.TopPadding property (Access)](http://msdn.microsoft.com/library/fb248161-837d-e455-8d9e-4fb5d1a39d3b%28Office.15%29.aspx)
+[ComboBox.TopPadding property (Access)](http://msdn.microsoft.com/library/3e92fdc3-79a3-8ed9-2547-5bb49df29852%28Office.15%29.aspx)
+[Attachment.TopPadding property (Access)](http://msdn.microsoft.com/library/18c89f2e-e276-6c9f-b317-5fa931dd7003%28Office.15%29.aspx)
+[CheckBox.TopPadding property (Access)](http://msdn.microsoft.com/library/e3fc7819-8cb1-44b9-dc13-6e5c75bff62b%28Office.15%29.aspx)
+[ObjectFrame.TopPadding property (Access)](http://msdn.microsoft.com/library/cbc4038c-e9e8-7e57-5bb2-7cafe917c6b3%28Office.15%29.aspx)
+[CustomControl.TopPadding property (Access)](http://msdn.microsoft.com/library/77604178-a2b7-9ad9-2a2d-91d60843c31c%28Office.15%29.aspx)
+[Label.TopPadding property (Access)](http://msdn.microsoft.com/library/982054f2-2746-096b-8c5e-9d44985e50b7%28Office.15%29.aspx)
+[OptionButton.TopPadding property (Access)](http://msdn.microsoft.com/library/2689deb0-0477-6c83-550b-a08529f1f08b%28Office.15%29.aspx)
+[WebBrowserControl.TopPadding property (Access)](http://msdn.microsoft.com/library/f6030eab-cb34-09b8-0015-a1b2febcaa22%28Office.15%29.aspx)
+[ListBox.TopPadding property (Access)](http://msdn.microsoft.com/library/b453cfc4-d059-395a-7c62-ae07f12e1677%28Office.15%29.aspx)
+[SubForm.TopPadding property (Access)](http://msdn.microsoft.com/library/8a22f683-1f0c-be79-48d7-b59bd4d0759a%28Office.15%29.aspx)
+[CommandButton.TopPadding property (Access)](http://msdn.microsoft.com/library/475398a6-ab75-1e39-12dc-ba7056b8caa0%28Office.15%29.aspx)
+[NavigationButton.TopPadding property (Access)](http://msdn.microsoft.com/library/05088d34-eae7-bc0e-314b-cd8640c9ed0b%28Office.15%29.aspx)
+[Control.TopPadding property (Access)](http://msdn.microsoft.com/library/52197046-2042-fc96-f72d-d81413546e9e%28Office.15%29.aspx)
+[TextBox.TopPadding property (Access)](http://msdn.microsoft.com/library/fd6420f1-c3d9-2374-7b3c-e1fa5dd8199a%28Office.15%29.aspx)
+[NavigationControl.TopPadding property (Access)](http://msdn.microsoft.com/library/56cae307-f23c-d2e1-5095-fe6b696a6d98%28Office.15%29.aspx)
diff --git a/F1/transform-property-access-vbaac10-chm14367.md b/F1/transform-property-access-vbaac10-chm14367.md
index f5bf786d1ea..e019ed7acb7 100644
--- a/F1/transform-property-access-vbaac10-chm14367.md
+++ b/F1/transform-property-access-vbaac10-chm14367.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[WebBrowserControl.Transform Property (Access)](http://msdn.microsoft.com/library/7ed545dc-96f4-2cb5-ad35-e50ff4beb270%28Office.15%29.aspx)
+[WebBrowserControl.Transform property (Access)](http://msdn.microsoft.com/library/7ed545dc-96f4-2cb5-ad35-e50ff4beb270%28Office.15%29.aspx)
diff --git a/F1/transparent-property-access-vbaac10-chm10454.md b/F1/transparent-property-access-vbaac10-chm10454.md
index 181b69275f4..eb69a032bed 100644
--- a/F1/transparent-property-access-vbaac10-chm10454.md
+++ b/F1/transparent-property-access-vbaac10-chm10454.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.Transparent Property (Access)](http://msdn.microsoft.com/library/655e127e-7e2e-c2c2-a979-952f95c534a6%28Office.15%29.aspx)
+[CommandButton.Transparent property (Access)](http://msdn.microsoft.com/library/655e127e-7e2e-c2c2-a979-952f95c534a6%28Office.15%29.aspx)
-[NavigationButton.Transparent Property (Access)](http://msdn.microsoft.com/library/9eab3a03-2498-f1f5-f2e1-f238859c4850%28Office.15%29.aspx)
+[NavigationButton.Transparent property (Access)](http://msdn.microsoft.com/library/9eab3a03-2498-f1f5-f2e1-f238859c4850%28Office.15%29.aspx)
diff --git a/F1/triplestate-property-access-vbaac10-chm4527.md b/F1/triplestate-property-access-vbaac10-chm4527.md
index 30633853966..ee4eaf5ac25 100644
--- a/F1/triplestate-property-access-vbaac10-chm4527.md
+++ b/F1/triplestate-property-access-vbaac10-chm4527.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CheckBox.TripleState Property (Access)](http://msdn.microsoft.com/library/f2c9f398-6e1b-00cb-4033-b0fb5a83e737%28Office.15%29.aspx)
+[CheckBox.TripleState property (Access)](http://msdn.microsoft.com/library/f2c9f398-6e1b-00cb-4033-b0fb5a83e737%28Office.15%29.aspx)
-[ToggleButton.TripleState Property (Access)](http://msdn.microsoft.com/library/e36d31b2-25e4-ab83-4a6e-def377ec6fe7%28Office.15%29.aspx)
+[ToggleButton.TripleState property (Access)](http://msdn.microsoft.com/library/e36d31b2-25e4-ab83-4a6e-def377ec6fe7%28Office.15%29.aspx)
-[OptionButton.TripleState Property (Access)](http://msdn.microsoft.com/library/f2764290-00be-38f7-f078-fc0059340455%28Office.15%29.aspx)
+[OptionButton.TripleState property (Access)](http://msdn.microsoft.com/library/f2764290-00be-38f7-f078-fc0059340455%28Office.15%29.aspx)
diff --git a/F1/type-property-access-vbaac10-chm12747.md b/F1/type-property-access-vbaac10-chm12747.md
index 49d2024de71..32f6dedc171 100644
--- a/F1/type-property-access-vbaac10-chm12747.md
+++ b/F1/type-property-access-vbaac10-chm12747.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[AccessObject.Type Property (Access)](http://msdn.microsoft.com/library/205384a2-13da-d4b7-ed6e-741fb21f24c0%28Office.15%29.aspx)
+[AccessObject.Type property (Access)](http://msdn.microsoft.com/library/205384a2-13da-d4b7-ed6e-741fb21f24c0%28Office.15%29.aspx)
-[WSParameter.Type Property (Access)](http://msdn.microsoft.com/library/c3ab559c-f364-63c4-df45-d48dfe569f08%28Office.15%29.aspx)
+[WSParameter.Type property (Access)](http://msdn.microsoft.com/library/c3ab559c-f364-63c4-df45-d48dfe569f08%28Office.15%29.aspx)
diff --git a/F1/undo-event-access-vbaac10-chm14210.md b/F1/undo-event-access-vbaac10-chm14210.md
index 93a2f3537af..564ace22d60 100644
--- a/F1/undo-event-access-vbaac10-chm14210.md
+++ b/F1/undo-event-access-vbaac10-chm14210.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Undo Event (Access)](http://msdn.microsoft.com/library/ee009e53-41be-0c9a-a92d-15572f6213b6%28Office.15%29.aspx)
+[TextBox.Undo event (Access)](http://msdn.microsoft.com/library/ee009e53-41be-0c9a-a92d-15572f6213b6%28Office.15%29.aspx)
-[NavigationControl.Undo Event (Access)](http://msdn.microsoft.com/library/ebab443e-6abc-ed4a-5f2a-4ad00c7f9d8c%28Office.15%29.aspx)
+[NavigationControl.Undo event (Access)](http://msdn.microsoft.com/library/ebab443e-6abc-ed4a-5f2a-4ad00c7f9d8c%28Office.15%29.aspx)
diff --git a/F1/undo-method-access-vbaac10-chm11030.md b/F1/undo-method-access-vbaac10-chm11030.md
index 4b7636704dd..806f4c3cb72 100644
--- a/F1/undo-method-access-vbaac10-chm11030.md
+++ b/F1/undo-method-access-vbaac10-chm11030.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Undo Method (Access)](http://msdn.microsoft.com/library/b019355a-7b78-4f03-878f-d2830c20117d%28Office.15%29.aspx)
+[TextBox.Undo method (Access)](http://msdn.microsoft.com/library/b019355a-7b78-4f03-878f-d2830c20117d%28Office.15%29.aspx)
-[NavigationControl.Undo Method (Access)](http://msdn.microsoft.com/library/d15daeaf-5c78-5833-9fed-d57d2996e60b%28Office.15%29.aspx)
+[NavigationControl.Undo method (Access)](http://msdn.microsoft.com/library/d15daeaf-5c78-5833-9fed-d57d2996e60b%28Office.15%29.aspx)
diff --git a/F1/updatedependencyinfo-method-access-vbaac10-chm12727.md b/F1/updatedependencyinfo-method-access-vbaac10-chm12727.md
index 25e52fa644f..400d5323486 100644
--- a/F1/updatedependencyinfo-method-access-vbaac10-chm12727.md
+++ b/F1/updatedependencyinfo-method-access-vbaac10-chm12727.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CodeProject.UpdateDependencyInfo Method (Access)](http://msdn.microsoft.com/library/52530a57-6246-d204-b317-0673f762f138%28Office.15%29.aspx)
+[CodeProject.UpdateDependencyInfo method (Access)](http://msdn.microsoft.com/library/52530a57-6246-d204-b317-0673f762f138%28Office.15%29.aspx)
-[CurrentProject.UpdateDependencyInfo Method (Access)](http://msdn.microsoft.com/library/90461646-22a6-bfa8-4663-9f05c8ac3757%28Office.15%29.aspx)
+[CurrentProject.UpdateDependencyInfo method (Access)](http://msdn.microsoft.com/library/90461646-22a6-bfa8-4663-9f05c8ac3757%28Office.15%29.aspx)
diff --git a/F1/updateoptions-property-access-vbaac10-chm4532.md b/F1/updateoptions-property-access-vbaac10-chm4532.md
index ca2e08096bb..d087859a315 100644
--- a/F1/updateoptions-property-access-vbaac10-chm4532.md
+++ b/F1/updateoptions-property-access-vbaac10-chm4532.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.UpdateOptions Property (Access)](http://msdn.microsoft.com/library/29effba2-7427-62ca-c0d6-6ed5081b0e02%28Office.15%29.aspx)
+[ObjectFrame.UpdateOptions property (Access)](http://msdn.microsoft.com/library/29effba2-7427-62ca-c0d6-6ed5081b0e02%28Office.15%29.aspx)
-[BoundObjectFrame.UpdateOptions Property (Access)](http://msdn.microsoft.com/library/919ad3b4-1128-947a-09c0-7c7b0373698e%28Office.15%29.aspx)
+[BoundObjectFrame.UpdateOptions property (Access)](http://msdn.microsoft.com/library/919ad3b4-1128-947a-09c0-7c7b0373698e%28Office.15%29.aspx)
diff --git a/F1/usetheme-property-access-vbaac10-chm14627.md b/F1/usetheme-property-access-vbaac10-chm14627.md
index 39fe04603bb..40deace07f3 100644
--- a/F1/usetheme-property-access-vbaac10-chm14627.md
+++ b/F1/usetheme-property-access-vbaac10-chm14627.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.UseTheme Property (Access)](http://msdn.microsoft.com/library/b28982a6-1291-377b-91af-0421b8fcb9f4%28Office.15%29.aspx)
+[CommandButton.UseTheme property (Access)](http://msdn.microsoft.com/library/b28982a6-1291-377b-91af-0421b8fcb9f4%28Office.15%29.aspx)
-[TabControl.UseTheme Property (Access)](http://msdn.microsoft.com/library/a138cd16-de05-bbde-1361-6b7d71565078%28Office.15%29.aspx)
+[TabControl.UseTheme property (Access)](http://msdn.microsoft.com/library/a138cd16-de05-bbde-1361-6b7d71565078%28Office.15%29.aspx)
-[ToggleButton.UseTheme Property (Access)](http://msdn.microsoft.com/library/770bea3c-4039-f6a5-a341-93d878d74085%28Office.15%29.aspx)
+[ToggleButton.UseTheme property (Access)](http://msdn.microsoft.com/library/770bea3c-4039-f6a5-a341-93d878d74085%28Office.15%29.aspx)
diff --git a/F1/validationtext-property-access-vbaac10-chm4535.md b/F1/validationtext-property-access-vbaac10-chm4535.md
index 9be753350a4..818de382c26 100644
--- a/F1/validationtext-property-access-vbaac10-chm4535.md
+++ b/F1/validationtext-property-access-vbaac10-chm4535.md
@@ -13,20 +13,20 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[OptionButton.ValidationText Property (Access)](http://msdn.microsoft.com/library/4a0a025f-7c86-cd2c-efa3-2786fc31a675%28Office.15%29.aspx)
+[OptionButton.ValidationText property (Access)](http://msdn.microsoft.com/library/4a0a025f-7c86-cd2c-efa3-2786fc31a675%28Office.15%29.aspx)
-[OptionGroup.ValidationRule Property (Access)](http://msdn.microsoft.com/library/ac66176e-35a6-6fe5-bcbe-2b201a6d8548%28Office.15%29.aspx)
+[OptionGroup.ValidationRule property (Access)](http://msdn.microsoft.com/library/ac66176e-35a6-6fe5-bcbe-2b201a6d8548%28Office.15%29.aspx)
-[ComboBox.ValidationText Property (Access)](http://msdn.microsoft.com/library/479d2067-caae-efcc-92a8-36aa68edb4a4%28Office.15%29.aspx)
-[CheckBox.ValidationText Property (Access)](http://msdn.microsoft.com/library/25f8d9be-1015-4ff7-c088-569b8995e80b%28Office.15%29.aspx)
-[TextBox.ValidationRule Property (Access)](http://msdn.microsoft.com/library/e481fba1-7e08-f8da-b644-5e38c2bf445e%28Office.15%29.aspx)
-[ListBox.ValidationText Property (Access)](http://msdn.microsoft.com/library/be52194b-be06-9a85-30f6-718211038213%28Office.15%29.aspx)
-[ListBox.ValidationRule Property (Access)](http://msdn.microsoft.com/library/d3a605d6-cb17-fc4a-0e01-72a21416f980%28Office.15%29.aspx)
-[ToggleButton.ValidationRule Property (Access)](http://msdn.microsoft.com/library/2f7f967c-f98a-9d07-c2f7-7ce717d67e4a%28Office.15%29.aspx)
-[ToggleButton.ValidationText Property (Access)](http://msdn.microsoft.com/library/d42ad483-2720-2b9b-89f6-9611e345e44a%28Office.15%29.aspx)
-[ComboBox.ValidationRule Property (Access)](http://msdn.microsoft.com/library/3ea94f44-46fa-57a7-a9b4-a9e7b58e087b%28Office.15%29.aspx)
-[TextBox.ValidationText Property (Access)](http://msdn.microsoft.com/library/5d3ab2a3-9166-714f-a0c2-d56d42b19ebc%28Office.15%29.aspx)
-[OptionButton.ValidationRule Property (Access)](http://msdn.microsoft.com/library/1113ce22-08cf-f29d-8290-e2c86b0c4be5%28Office.15%29.aspx)
-[OptionGroup.ValidationText Property (Access)](http://msdn.microsoft.com/library/d115a085-7c22-7a88-539e-ec4461ca6d5d%28Office.15%29.aspx)
-[CheckBox.ValidationRule Property (Access)](http://msdn.microsoft.com/library/4ebb1371-acd0-2227-49e9-ec646a0daaad%28Office.15%29.aspx)
+[ComboBox.ValidationText property (Access)](http://msdn.microsoft.com/library/479d2067-caae-efcc-92a8-36aa68edb4a4%28Office.15%29.aspx)
+[CheckBox.ValidationText property (Access)](http://msdn.microsoft.com/library/25f8d9be-1015-4ff7-c088-569b8995e80b%28Office.15%29.aspx)
+[TextBox.ValidationRule property (Access)](http://msdn.microsoft.com/library/e481fba1-7e08-f8da-b644-5e38c2bf445e%28Office.15%29.aspx)
+[ListBox.ValidationText property (Access)](http://msdn.microsoft.com/library/be52194b-be06-9a85-30f6-718211038213%28Office.15%29.aspx)
+[ListBox.ValidationRule property (Access)](http://msdn.microsoft.com/library/d3a605d6-cb17-fc4a-0e01-72a21416f980%28Office.15%29.aspx)
+[ToggleButton.ValidationRule property (Access)](http://msdn.microsoft.com/library/2f7f967c-f98a-9d07-c2f7-7ce717d67e4a%28Office.15%29.aspx)
+[ToggleButton.ValidationText property (Access)](http://msdn.microsoft.com/library/d42ad483-2720-2b9b-89f6-9611e345e44a%28Office.15%29.aspx)
+[ComboBox.ValidationRule property (Access)](http://msdn.microsoft.com/library/3ea94f44-46fa-57a7-a9b4-a9e7b58e087b%28Office.15%29.aspx)
+[TextBox.ValidationText property (Access)](http://msdn.microsoft.com/library/5d3ab2a3-9166-714f-a0c2-d56d42b19ebc%28Office.15%29.aspx)
+[OptionButton.ValidationRule property (Access)](http://msdn.microsoft.com/library/1113ce22-08cf-f29d-8290-e2c86b0c4be5%28Office.15%29.aspx)
+[OptionGroup.ValidationText property (Access)](http://msdn.microsoft.com/library/d115a085-7c22-7a88-539e-ec4461ca6d5d%28Office.15%29.aspx)
+[CheckBox.ValidationRule property (Access)](http://msdn.microsoft.com/library/4ebb1371-acd0-2227-49e9-ec646a0daaad%28Office.15%29.aspx)
diff --git a/F1/validationtext-property-access-vbaac10-chm5507.md b/F1/validationtext-property-access-vbaac10-chm5507.md
index 1fd6830e102..ac12e439b2e 100644
--- a/F1/validationtext-property-access-vbaac10-chm5507.md
+++ b/F1/validationtext-property-access-vbaac10-chm5507.md
@@ -13,13 +13,13 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[OptionButton.ValidationText Property (Access)](http://msdn.microsoft.com/library/4a0a025f-7c86-cd2c-efa3-2786fc31a675%28Office.15%29.aspx)
+[OptionButton.ValidationText property (Access)](http://msdn.microsoft.com/library/4a0a025f-7c86-cd2c-efa3-2786fc31a675%28Office.15%29.aspx)
-[ComboBox.ValidationText Property (Access)](http://msdn.microsoft.com/library/479d2067-caae-efcc-92a8-36aa68edb4a4%28Office.15%29.aspx)
+[ComboBox.ValidationText property (Access)](http://msdn.microsoft.com/library/479d2067-caae-efcc-92a8-36aa68edb4a4%28Office.15%29.aspx)
-[CheckBox.ValidationText Property (Access)](http://msdn.microsoft.com/library/25f8d9be-1015-4ff7-c088-569b8995e80b%28Office.15%29.aspx)
-[ListBox.ValidationText Property (Access)](http://msdn.microsoft.com/library/be52194b-be06-9a85-30f6-718211038213%28Office.15%29.aspx)
-[ToggleButton.ValidationText Property (Access)](http://msdn.microsoft.com/library/d42ad483-2720-2b9b-89f6-9611e345e44a%28Office.15%29.aspx)
-[TextBox.ValidationText Property (Access)](http://msdn.microsoft.com/library/5d3ab2a3-9166-714f-a0c2-d56d42b19ebc%28Office.15%29.aspx)
-[OptionGroup.ValidationText Property (Access)](http://msdn.microsoft.com/library/d115a085-7c22-7a88-539e-ec4461ca6d5d%28Office.15%29.aspx)
+[CheckBox.ValidationText property (Access)](http://msdn.microsoft.com/library/25f8d9be-1015-4ff7-c088-569b8995e80b%28Office.15%29.aspx)
+[ListBox.ValidationText property (Access)](http://msdn.microsoft.com/library/be52194b-be06-9a85-30f6-718211038213%28Office.15%29.aspx)
+[ToggleButton.ValidationText property (Access)](http://msdn.microsoft.com/library/d42ad483-2720-2b9b-89f6-9611e345e44a%28Office.15%29.aspx)
+[TextBox.ValidationText property (Access)](http://msdn.microsoft.com/library/5d3ab2a3-9166-714f-a0c2-d56d42b19ebc%28Office.15%29.aspx)
+[OptionGroup.ValidationText property (Access)](http://msdn.microsoft.com/library/d115a085-7c22-7a88-539e-ec4461ca6d5d%28Office.15%29.aspx)
diff --git a/F1/value-property-access-vbaac10-chm11039.md b/F1/value-property-access-vbaac10-chm11039.md
index 9b6db9bd863..9e1d0546803 100644
--- a/F1/value-property-access-vbaac10-chm11039.md
+++ b/F1/value-property-access-vbaac10-chm11039.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.Value Property (Access)](http://msdn.microsoft.com/library/9e45f505-81d3-63e9-b0c1-7182372224ad%28Office.15%29.aspx)
+[NavigationControl.Value property (Access)](http://msdn.microsoft.com/library/9e45f505-81d3-63e9-b0c1-7182372224ad%28Office.15%29.aspx)
-[TextBox.Value Property (Access)](http://msdn.microsoft.com/library/4cb4c33f-dd96-0309-f30b-8e445d123756%28Office.15%29.aspx)
+[TextBox.Value property (Access)](http://msdn.microsoft.com/library/4cb4c33f-dd96-0309-f30b-8e445d123756%28Office.15%29.aspx)
diff --git a/F1/verb-property-access-vbaac10-chm4537.md b/F1/verb-property-access-vbaac10-chm4537.md
index 152e4351c00..249be40b51a 100644
--- a/F1/verb-property-access-vbaac10-chm4537.md
+++ b/F1/verb-property-access-vbaac10-chm4537.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ObjectFrame.Verb Property (Access)](http://msdn.microsoft.com/library/ed661d02-d00f-4911-7be7-3a0e973e6456%28Office.15%29.aspx)
+[ObjectFrame.Verb property (Access)](http://msdn.microsoft.com/library/ed661d02-d00f-4911-7be7-3a0e973e6456%28Office.15%29.aspx)
-[CustomControl.Verb Property (Access)](http://msdn.microsoft.com/library/dffd74b7-2a69-9b18-dde2-d0fd02754f15%28Office.15%29.aspx)
+[CustomControl.Verb property (Access)](http://msdn.microsoft.com/library/dffd74b7-2a69-9b18-dde2-d0fd02754f15%28Office.15%29.aspx)
-[BoundObjectFrame.Verb Property (Access)](http://msdn.microsoft.com/library/edbca2b1-fe7a-f0d0-1baf-fedbccb6dfb7%28Office.15%29.aspx)
+[BoundObjectFrame.Verb property (Access)](http://msdn.microsoft.com/library/edbca2b1-fe7a-f0d0-1baf-fedbccb6dfb7%28Office.15%29.aspx)
diff --git a/F1/vertical-property-access-vbaac10-chm4538.md b/F1/vertical-property-access-vbaac10-chm4538.md
index 7e645f1d14d..bc418915444 100644
--- a/F1/vertical-property-access-vbaac10-chm4538.md
+++ b/F1/vertical-property-access-vbaac10-chm4538.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Vertical Property (Access)](http://msdn.microsoft.com/library/40b9f9c0-daab-5562-395e-3e785d316d91%28Office.15%29.aspx)
+[TextBox.Vertical property (Access)](http://msdn.microsoft.com/library/40b9f9c0-daab-5562-395e-3e785d316d91%28Office.15%29.aspx)
-[Label.Vertical Property (Access)](http://msdn.microsoft.com/library/6ce97069-0713-9a6f-3efc-4a5161ee54e3%28Office.15%29.aspx)
+[Label.Vertical property (Access)](http://msdn.microsoft.com/library/6ce97069-0713-9a6f-3efc-4a5161ee54e3%28Office.15%29.aspx)
diff --git a/F1/verticalanchor-property-access-vbaac10-chm10538.md b/F1/verticalanchor-property-access-vbaac10-chm10538.md
index 45c621e2515..c12eab25e2f 100644
--- a/F1/verticalanchor-property-access-vbaac10-chm10538.md
+++ b/F1/verticalanchor-property-access-vbaac10-chm10538.md
@@ -13,9 +13,9 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CommandButton.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/e0da1883-eec3-39fa-2bff-1410d79a7b2a%28Office.15%29.aspx)
+[CommandButton.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/e0da1883-eec3-39fa-2bff-1410d79a7b2a%28Office.15%29.aspx)
-[CustomControl.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/0a4658e3-3406-a9f6-58e8-e284e95fe616%28Office.15%29.aspx)
+[CustomControl.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/0a4658e3-3406-a9f6-58e8-e284e95fe616%28Office.15%29.aspx)
-[NavigationButton.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/72694f69-3690-1848-5fff-ff232697a972%28Office.15%29.aspx)
+[NavigationButton.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/72694f69-3690-1848-5fff-ff232697a972%28Office.15%29.aspx)
diff --git a/F1/verticalanchor-property-access-vbaac10-chm11166.md b/F1/verticalanchor-property-access-vbaac10-chm11166.md
index 99bbd036402..0298c97fbe4 100644
--- a/F1/verticalanchor-property-access-vbaac10-chm11166.md
+++ b/F1/verticalanchor-property-access-vbaac10-chm11166.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationControl.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/0018fcea-2b3b-3e57-8055-4aaef922f999%28Office.15%29.aspx)
+[NavigationControl.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/0018fcea-2b3b-3e57-8055-4aaef922f999%28Office.15%29.aspx)
-[TextBox.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/b515b37f-0566-0483-d387-8bc02c7be980%28Office.15%29.aspx)
+[TextBox.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/b515b37f-0566-0483-d387-8bc02c7be980%28Office.15%29.aspx)
diff --git a/F1/verticalanchor-property-access-vbaac10-chm5691.md b/F1/verticalanchor-property-access-vbaac10-chm5691.md
index 9eb2a0f430f..13165b32626 100644
--- a/F1/verticalanchor-property-access-vbaac10-chm5691.md
+++ b/F1/verticalanchor-property-access-vbaac10-chm5691.md
@@ -13,29 +13,29 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CheckBox.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/71b3b605-ff9f-b383-d367-0701c078a910%28Office.15%29.aspx)
+[CheckBox.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/71b3b605-ff9f-b383-d367-0701c078a910%28Office.15%29.aspx)
-[CommandButton.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/e0da1883-eec3-39fa-2bff-1410d79a7b2a%28Office.15%29.aspx)
+[CommandButton.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/e0da1883-eec3-39fa-2bff-1410d79a7b2a%28Office.15%29.aspx)
-[Image.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/dbbd345c-b384-0a4f-fd80-22920e71c4a8%28Office.15%29.aspx)
-[ListBox.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/2c38763c-5b90-9219-8a3b-3bfef035a9bb%28Office.15%29.aspx)
-[ToggleButton.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/4700f630-b040-e00a-4bc0-3cf6425632d2%28Office.15%29.aspx)
-[Control.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/ce4da8b9-aaad-85db-fd3a-490fbd87c380%28Office.15%29.aspx)
-[NavigationControl.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/0018fcea-2b3b-3e57-8055-4aaef922f999%28Office.15%29.aspx)
-[SubForm.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/d429b552-298e-1a0c-0485-4ef8b8e60c7f%28Office.15%29.aspx)
-[BoundObjectFrame.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/cea08737-227c-e0f6-cc8e-5e4b9129ad03%28Office.15%29.aspx)
-[Label.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/56be4e50-4c25-a829-d77d-5eeee89120c9%28Office.15%29.aspx)
-[ComboBox.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/ac25f518-9954-7422-b0ac-61bb5a8ea758%28Office.15%29.aspx)
-[Line.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/533343f3-e9bb-d169-e5b5-6c473cf85951%28Office.15%29.aspx)
-[TextBox.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/b515b37f-0566-0483-d387-8bc02c7be980%28Office.15%29.aspx)
-[WebBrowserControl.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/b0f991a4-744b-aac8-8456-a455f71942b7%28Office.15%29.aspx)
-[EmptyCell.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/191310d9-3c46-41fb-40cf-ab5d74e8483a%28Office.15%29.aspx)
-[TabControl.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/035bbf92-a346-1fea-c7c5-b9c34c251705%28Office.15%29.aspx)
-[OptionButton.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/1f821dec-12b7-bff9-4ec3-d55bf4782cf2%28Office.15%29.aspx)
-[OptionGroup.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/9f8a49f1-0bce-6db8-460a-e1676af211f1%28Office.15%29.aspx)
-[CustomControl.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/0a4658e3-3406-a9f6-58e8-e284e95fe616%28Office.15%29.aspx)
-[ObjectFrame.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/972f9c07-ef2e-5bf4-2562-e411e9ae05ce%28Office.15%29.aspx)
-[Rectangle.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/f963072a-4d2c-874a-2989-f1c05c04e2f5%28Office.15%29.aspx)
-[Attachment.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/bbb588c4-ec99-1352-4f1b-fd166d67df33%28Office.15%29.aspx)
-[NavigationButton.VerticalAnchor Property (Access)](http://msdn.microsoft.com/library/72694f69-3690-1848-5fff-ff232697a972%28Office.15%29.aspx)
+[Image.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/dbbd345c-b384-0a4f-fd80-22920e71c4a8%28Office.15%29.aspx)
+[ListBox.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/2c38763c-5b90-9219-8a3b-3bfef035a9bb%28Office.15%29.aspx)
+[ToggleButton.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/4700f630-b040-e00a-4bc0-3cf6425632d2%28Office.15%29.aspx)
+[Control.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/ce4da8b9-aaad-85db-fd3a-490fbd87c380%28Office.15%29.aspx)
+[NavigationControl.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/0018fcea-2b3b-3e57-8055-4aaef922f999%28Office.15%29.aspx)
+[SubForm.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/d429b552-298e-1a0c-0485-4ef8b8e60c7f%28Office.15%29.aspx)
+[BoundObjectFrame.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/cea08737-227c-e0f6-cc8e-5e4b9129ad03%28Office.15%29.aspx)
+[Label.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/56be4e50-4c25-a829-d77d-5eeee89120c9%28Office.15%29.aspx)
+[ComboBox.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/ac25f518-9954-7422-b0ac-61bb5a8ea758%28Office.15%29.aspx)
+[Line.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/533343f3-e9bb-d169-e5b5-6c473cf85951%28Office.15%29.aspx)
+[TextBox.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/b515b37f-0566-0483-d387-8bc02c7be980%28Office.15%29.aspx)
+[WebBrowserControl.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/b0f991a4-744b-aac8-8456-a455f71942b7%28Office.15%29.aspx)
+[EmptyCell.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/191310d9-3c46-41fb-40cf-ab5d74e8483a%28Office.15%29.aspx)
+[TabControl.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/035bbf92-a346-1fea-c7c5-b9c34c251705%28Office.15%29.aspx)
+[OptionButton.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/1f821dec-12b7-bff9-4ec3-d55bf4782cf2%28Office.15%29.aspx)
+[OptionGroup.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/9f8a49f1-0bce-6db8-460a-e1676af211f1%28Office.15%29.aspx)
+[CustomControl.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/0a4658e3-3406-a9f6-58e8-e284e95fe616%28Office.15%29.aspx)
+[ObjectFrame.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/972f9c07-ef2e-5bf4-2562-e411e9ae05ce%28Office.15%29.aspx)
+[Rectangle.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/f963072a-4d2c-874a-2989-f1c05c04e2f5%28Office.15%29.aspx)
+[Attachment.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/bbb588c4-ec99-1352-4f1b-fd166d67df33%28Office.15%29.aspx)
+[NavigationButton.VerticalAnchor property (Access)](http://msdn.microsoft.com/library/72694f69-3690-1848-5fff-ff232697a972%28Office.15%29.aspx)
diff --git a/F1/viewchange-property-access-vbaac10-chm13553.md b/F1/viewchange-property-access-vbaac10-chm13553.md
index 0b3ececf83e..6a6a0fd0879 100644
--- a/F1/viewchange-property-access-vbaac10-chm13553.md
+++ b/F1/viewchange-property-access-vbaac10-chm13553.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[Form.ViewChange Property (Access)](http://msdn.microsoft.com/library/f8a8fe82-6983-5632-b779-879faf228ac2%28Office.15%29.aspx)
+[Form.ViewChange property (Access)](http://msdn.microsoft.com/library/f8a8fe82-6983-5632-b779-879faf228ac2%28Office.15%29.aspx)
diff --git a/F1/visible-property-access-acmain11-chm5897.md b/F1/visible-property-access-acmain11-chm5897.md
index 572db877c17..bcc3902d9c0 100644
--- a/F1/visible-property-access-acmain11-chm5897.md
+++ b/F1/visible-property-access-acmain11-chm5897.md
@@ -13,5 +13,5 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[EmptyCell.Visible Property (Access)](http://msdn.microsoft.com/library/b4418ac0-fd50-e5d2-9af4-0e66a403790f%28Office.15%29.aspx)
+[EmptyCell.Visible property (Access)](http://msdn.microsoft.com/library/b4418ac0-fd50-e5d2-9af4-0e66a403790f%28Office.15%29.aspx)
diff --git a/F1/visible-property-access-vbaac10-chm10462.md b/F1/visible-property-access-vbaac10-chm10462.md
index d56ad7dd0c6..874bc84a759 100644
--- a/F1/visible-property-access-vbaac10-chm10462.md
+++ b/F1/visible-property-access-vbaac10-chm10462.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Visible Property (Access)](http://msdn.microsoft.com/library/26773edc-1143-d13f-eb75-206640cfae2e%28Office.15%29.aspx)
+[NavigationButton.Visible property (Access)](http://msdn.microsoft.com/library/26773edc-1143-d13f-eb75-206640cfae2e%28Office.15%29.aspx)
-[CommandButton.Visible Property (Access)](http://msdn.microsoft.com/library/980c1f93-ae95-3481-5358-ad5362ffc9e8%28Office.15%29.aspx)
+[CommandButton.Visible property (Access)](http://msdn.microsoft.com/library/980c1f93-ae95-3481-5358-ad5362ffc9e8%28Office.15%29.aspx)
diff --git a/F1/visible-property-access-vbaac10-chm11056.md b/F1/visible-property-access-vbaac10-chm11056.md
index 44d085a3dd3..c681099196d 100644
--- a/F1/visible-property-access-vbaac10-chm11056.md
+++ b/F1/visible-property-access-vbaac10-chm11056.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Visible Property (Access)](http://msdn.microsoft.com/library/af1b9264-53f9-bf4c-2f05-049288a1d3d5%28Office.15%29.aspx)
+[TextBox.Visible property (Access)](http://msdn.microsoft.com/library/af1b9264-53f9-bf4c-2f05-049288a1d3d5%28Office.15%29.aspx)
-[NavigationControl.Visible Property (Access)](http://msdn.microsoft.com/library/91ea0e8c-63d1-3ca7-7f26-748f1651a1c6%28Office.15%29.aspx)
+[NavigationControl.Visible property (Access)](http://msdn.microsoft.com/library/91ea0e8c-63d1-3ca7-7f26-748f1651a1c6%28Office.15%29.aspx)
diff --git a/F1/visible-property-access-vbaac10-chm4539.md b/F1/visible-property-access-vbaac10-chm4539.md
index b09d14e76c6..dbaba613458 100644
--- a/F1/visible-property-access-vbaac10-chm4539.md
+++ b/F1/visible-property-access-vbaac10-chm4539.md
@@ -13,34 +13,34 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Visible Property (Access)](http://msdn.microsoft.com/library/af1b9264-53f9-bf4c-2f05-049288a1d3d5%28Office.15%29.aspx)
+[TextBox.Visible property (Access)](http://msdn.microsoft.com/library/af1b9264-53f9-bf4c-2f05-049288a1d3d5%28Office.15%29.aspx)
-[EmptyCell.Visible Property (Access)](http://msdn.microsoft.com/library/b4418ac0-fd50-e5d2-9af4-0e66a403790f%28Office.15%29.aspx)
+[EmptyCell.Visible property (Access)](http://msdn.microsoft.com/library/b4418ac0-fd50-e5d2-9af4-0e66a403790f%28Office.15%29.aspx)
-[NavigationButton.Visible Property (Access)](http://msdn.microsoft.com/library/26773edc-1143-d13f-eb75-206640cfae2e%28Office.15%29.aspx)
-[CheckBox.Visible Property (Access)](http://msdn.microsoft.com/library/90d15ba3-525b-81cb-5768-2b4f9c3b9a70%28Office.15%29.aspx)
-[ListBox.Visible Property (Access)](http://msdn.microsoft.com/library/76361c20-b6b4-6d75-e732-2e63b2c8485e%28Office.15%29.aspx)
-[Report.Visible Property (Access)](http://msdn.microsoft.com/library/b860f01b-3a3e-14ab-686b-402fef0027f9%28Office.15%29.aspx)
-[Attachment.Visible Property (Access)](http://msdn.microsoft.com/library/15606b3e-dffb-f179-021a-5bf8087003a7%28Office.15%29.aspx)
-[Label.Visible Property (Access)](http://msdn.microsoft.com/library/bdc6b7bb-8877-d382-ee91-5f69e666e0d8%28Office.15%29.aspx)
-[CustomControl.Visible Property (Access)](http://msdn.microsoft.com/library/574563a0-937c-271b-b106-67c9f48a18aa%28Office.15%29.aspx)
-[Rectangle.Visible Property (Access)](http://msdn.microsoft.com/library/189ade15-1523-7543-8382-73d53c1c0f86%28Office.15%29.aspx)
-[NavigationControl.Visible Property (Access)](http://msdn.microsoft.com/library/91ea0e8c-63d1-3ca7-7f26-748f1651a1c6%28Office.15%29.aspx)
-[Application.Visible Property (Access)](http://msdn.microsoft.com/library/ac1558c1-68c4-fdf1-4f59-77343b7b5e59%28Office.15%29.aspx)
-[Section.Visible Property (Access)](http://msdn.microsoft.com/library/378042c4-48df-c45d-30ab-7bc46c417f31%28Office.15%29.aspx)
-[Form.Visible Property (Access)](http://msdn.microsoft.com/library/85567666-297a-3380-2d08-864d44b637a1%28Office.15%29.aspx)
-[Image.Visible Property (Access)](http://msdn.microsoft.com/library/022201dd-2847-dba5-2a0e-86e94feab535%28Office.15%29.aspx)
-[SubForm.Visible Property (Access)](http://msdn.microsoft.com/library/6566c85c-f906-d6a1-3e44-8f6bedde1167%28Office.15%29.aspx)
-[ToggleButton.Visible Property (Access)](http://msdn.microsoft.com/library/84e5926b-a6a5-6590-20eb-92a3b129bfa4%28Office.15%29.aspx)
-[Page.Visible Property (Access)](http://msdn.microsoft.com/library/d01a5c26-18ee-2533-38d7-98a7bb84a971%28Office.15%29.aspx)
-[ObjectFrame.Visible Property (Access)](http://msdn.microsoft.com/library/2461bccb-44c6-82b4-93a0-9e4f8231cf53%28Office.15%29.aspx)
-[ComboBox.Visible Property (Access)](http://msdn.microsoft.com/library/68d69090-cf5f-5d24-de4d-a5304a41bd64%28Office.15%29.aspx)
-[CommandButton.Visible Property (Access)](http://msdn.microsoft.com/library/980c1f93-ae95-3481-5358-ad5362ffc9e8%28Office.15%29.aspx)
-[BoundObjectFrame.Visible Property (Access)](http://msdn.microsoft.com/library/9fed4568-083a-8c38-4d44-b4085c2c8613%28Office.15%29.aspx)
-[PageBreak.Visible Property (Access)](http://msdn.microsoft.com/library/bce10ac3-a7a5-5d0e-df76-b8222aa64267%28Office.15%29.aspx)
-[TabControl.Visible Property (Access)](http://msdn.microsoft.com/library/4e112aa7-113c-64e4-8e6c-c495c40ab5cd%28Office.15%29.aspx)
-[Line.Visible Property (Access)](http://msdn.microsoft.com/library/ac50ead5-9b85-8fcd-070f-d13b99a315fb%28Office.15%29.aspx)
-[OptionGroup.Visible Property (Access)](http://msdn.microsoft.com/library/3af38a57-97bf-e427-acb5-ddc21678715a%28Office.15%29.aspx)
-[WebBrowserControl.Visible Property (Access)](http://msdn.microsoft.com/library/e46ef067-30a7-a0ea-f2ec-e10ddef4bd6c%28Office.15%29.aspx)
-[OptionButton.Visible Property (Access)](http://msdn.microsoft.com/library/f5481b70-82a3-d2ee-d886-e952a091a9fe%28Office.15%29.aspx)
+[NavigationButton.Visible property (Access)](http://msdn.microsoft.com/library/26773edc-1143-d13f-eb75-206640cfae2e%28Office.15%29.aspx)
+[CheckBox.Visible property (Access)](http://msdn.microsoft.com/library/90d15ba3-525b-81cb-5768-2b4f9c3b9a70%28Office.15%29.aspx)
+[ListBox.Visible property (Access)](http://msdn.microsoft.com/library/76361c20-b6b4-6d75-e732-2e63b2c8485e%28Office.15%29.aspx)
+[Report.Visible property (Access)](http://msdn.microsoft.com/library/b860f01b-3a3e-14ab-686b-402fef0027f9%28Office.15%29.aspx)
+[Attachment.Visible property (Access)](http://msdn.microsoft.com/library/15606b3e-dffb-f179-021a-5bf8087003a7%28Office.15%29.aspx)
+[Label.Visible property (Access)](http://msdn.microsoft.com/library/bdc6b7bb-8877-d382-ee91-5f69e666e0d8%28Office.15%29.aspx)
+[CustomControl.Visible property (Access)](http://msdn.microsoft.com/library/574563a0-937c-271b-b106-67c9f48a18aa%28Office.15%29.aspx)
+[Rectangle.Visible property (Access)](http://msdn.microsoft.com/library/189ade15-1523-7543-8382-73d53c1c0f86%28Office.15%29.aspx)
+[NavigationControl.Visible property (Access)](http://msdn.microsoft.com/library/91ea0e8c-63d1-3ca7-7f26-748f1651a1c6%28Office.15%29.aspx)
+[Application.Visible property (Access)](http://msdn.microsoft.com/library/ac1558c1-68c4-fdf1-4f59-77343b7b5e59%28Office.15%29.aspx)
+[Section.Visible property (Access)](http://msdn.microsoft.com/library/378042c4-48df-c45d-30ab-7bc46c417f31%28Office.15%29.aspx)
+[Form.Visible property (Access)](http://msdn.microsoft.com/library/85567666-297a-3380-2d08-864d44b637a1%28Office.15%29.aspx)
+[Image.Visible property (Access)](http://msdn.microsoft.com/library/022201dd-2847-dba5-2a0e-86e94feab535%28Office.15%29.aspx)
+[SubForm.Visible property (Access)](http://msdn.microsoft.com/library/6566c85c-f906-d6a1-3e44-8f6bedde1167%28Office.15%29.aspx)
+[ToggleButton.Visible property (Access)](http://msdn.microsoft.com/library/84e5926b-a6a5-6590-20eb-92a3b129bfa4%28Office.15%29.aspx)
+[Page.Visible property (Access)](http://msdn.microsoft.com/library/d01a5c26-18ee-2533-38d7-98a7bb84a971%28Office.15%29.aspx)
+[ObjectFrame.Visible property (Access)](http://msdn.microsoft.com/library/2461bccb-44c6-82b4-93a0-9e4f8231cf53%28Office.15%29.aspx)
+[ComboBox.Visible property (Access)](http://msdn.microsoft.com/library/68d69090-cf5f-5d24-de4d-a5304a41bd64%28Office.15%29.aspx)
+[CommandButton.Visible property (Access)](http://msdn.microsoft.com/library/980c1f93-ae95-3481-5358-ad5362ffc9e8%28Office.15%29.aspx)
+[BoundObjectFrame.Visible property (Access)](http://msdn.microsoft.com/library/9fed4568-083a-8c38-4d44-b4085c2c8613%28Office.15%29.aspx)
+[PageBreak.Visible property (Access)](http://msdn.microsoft.com/library/bce10ac3-a7a5-5d0e-df76-b8222aa64267%28Office.15%29.aspx)
+[TabControl.Visible property (Access)](http://msdn.microsoft.com/library/4e112aa7-113c-64e4-8e6c-c495c40ab5cd%28Office.15%29.aspx)
+[Line.Visible property (Access)](http://msdn.microsoft.com/library/ac50ead5-9b85-8fcd-070f-d13b99a315fb%28Office.15%29.aspx)
+[OptionGroup.Visible property (Access)](http://msdn.microsoft.com/library/3af38a57-97bf-e427-acb5-ddc21678715a%28Office.15%29.aspx)
+[WebBrowserControl.Visible property (Access)](http://msdn.microsoft.com/library/e46ef067-30a7-a0ea-f2ec-e10ddef4bd6c%28Office.15%29.aspx)
+[OptionButton.Visible property (Access)](http://msdn.microsoft.com/library/f5481b70-82a3-d2ee-d886-e952a091a9fe%28Office.15%29.aspx)
diff --git a/F1/website-property-access-vbaac10-chm14663.md b/F1/website-property-access-vbaac10-chm14663.md
index 97e7343edad..861cf88dea9 100644
--- a/F1/website-property-access-vbaac10-chm14663.md
+++ b/F1/website-property-access-vbaac10-chm14663.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[CurrentProject.WebSite Property (Access)](http://msdn.microsoft.com/library/ab2cc5f8-bd24-9f88-2598-1d8e6c71895e%28Office.15%29.aspx)
+[CurrentProject.WebSite property (Access)](http://msdn.microsoft.com/library/ab2cc5f8-bd24-9f88-2598-1d8e6c71895e%28Office.15%29.aspx)
-[CodeProject.WebSite Property (Access)](http://msdn.microsoft.com/library/96e7cdb1-10f0-4a39-04c2-c6fb19f01bad%28Office.15%29.aspx)
+[CodeProject.WebSite property (Access)](http://msdn.microsoft.com/library/96e7cdb1-10f0-4a39-04c2-c6fb19f01bad%28Office.15%29.aspx)
diff --git a/F1/width-property-access-vbaac10-chm10469.md b/F1/width-property-access-vbaac10-chm10469.md
index 05a5194d2f9..569339c49a2 100644
--- a/F1/width-property-access-vbaac10-chm10469.md
+++ b/F1/width-property-access-vbaac10-chm10469.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[NavigationButton.Width Property (Access)](http://msdn.microsoft.com/library/1000d389-b727-c3a3-593a-5ffc85a89366%28Office.15%29.aspx)
+[NavigationButton.Width property (Access)](http://msdn.microsoft.com/library/1000d389-b727-c3a3-593a-5ffc85a89366%28Office.15%29.aspx)
-[CommandButton.Width Property (Access)](http://msdn.microsoft.com/library/03729218-4c70-8312-ab61-be3cf4b7a029%28Office.15%29.aspx)
+[CommandButton.Width property (Access)](http://msdn.microsoft.com/library/03729218-4c70-8312-ab61-be3cf4b7a029%28Office.15%29.aspx)
diff --git a/F1/width-property-access-vbaac10-chm11073.md b/F1/width-property-access-vbaac10-chm11073.md
index bfb68ce5dc2..e50fd162e13 100644
--- a/F1/width-property-access-vbaac10-chm11073.md
+++ b/F1/width-property-access-vbaac10-chm11073.md
@@ -13,8 +13,8 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[TextBox.Width Property (Access)](http://msdn.microsoft.com/library/0bb72524-6682-f783-e9f9-4fd34a757a40%28Office.15%29.aspx)
+[TextBox.Width property (Access)](http://msdn.microsoft.com/library/0bb72524-6682-f783-e9f9-4fd34a757a40%28Office.15%29.aspx)
-[NavigationControl.Width Property (Access)](http://msdn.microsoft.com/library/373efc78-6b33-827a-5b95-9cc9fff7f9e6%28Office.15%29.aspx)
+[NavigationControl.Width property (Access)](http://msdn.microsoft.com/library/373efc78-6b33-827a-5b95-9cc9fff7f9e6%28Office.15%29.aspx)
diff --git a/F1/width-property-access-vbaac10-chm5482.md b/F1/width-property-access-vbaac10-chm5482.md
index 02e96b1cc57..33f990473f1 100644
--- a/F1/width-property-access-vbaac10-chm5482.md
+++ b/F1/width-property-access-vbaac10-chm5482.md
@@ -13,31 +13,31 @@ ms.date: 06/08/2017
Hi there! You have landed on one of our F1 Help redirector pages. Please select the topic you were looking for below.
-[ListBox.Width Property (Access)](http://msdn.microsoft.com/library/3c57661f-34a3-c8d7-c8ca-076bf73610b0%28Office.15%29.aspx)
+[ListBox.Width property (Access)](http://msdn.microsoft.com/library/3c57661f-34a3-c8d7-c8ca-076bf73610b0%28Office.15%29.aspx)
-[Report.Width Property (Access)](http://msdn.microsoft.com/library/f6631a47-79a0-3b8e-e0f0-11aab5b1b477%28Office.15%29.aspx)
+[Report.Width property (Access)](http://msdn.microsoft.com/library/f6631a47-79a0-3b8e-e0f0-11aab5b1b477%28Office.15%29.aspx)
-[WebBrowserControl.Width Property (Access)](http://msdn.microsoft.com/library/0a55e8d9-c53e-0afe-b41e-31c1e3f8b10e%28Office.15%29.aspx)
-[CustomControl.Width Property (Access)](http://msdn.microsoft.com/library/659a7481-cf4e-1909-38b7-358b59002a83%28Office.15%29.aspx)
-[TextBox.Width Property (Access)](http://msdn.microsoft.com/library/0bb72524-6682-f783-e9f9-4fd34a757a40%28Office.15%29.aspx)
-[Attachment.Width Property (Access)](http://msdn.microsoft.com/library/708c9f0d-deaa-1149-2ce7-53f0b5ec8c25%28Office.15%29.aspx)
-[TabControl.Width Property (Access)](http://msdn.microsoft.com/library/a62fbaa3-2055-6b65-3cf3-57061c00fea6%28Office.15%29.aspx)
-[Label.Width Property (Access)](http://msdn.microsoft.com/library/a4bb2d1a-6731-87b1-192a-5c4483ee2318%28Office.15%29.aspx)
-[OptionGroup.Width Property (Access)](http://msdn.microsoft.com/library/03db8a33-19f3-94dc-4a46-5d643ab0da14%28Office.15%29.aspx)
-[EmptyCell.Width Property (Access)](http://msdn.microsoft.com/library/ae5cf65a-4f32-7f34-0202-5f4919b033c7%28Office.15%29.aspx)
-[NavigationButton.Width Property (Access)](http://msdn.microsoft.com/library/1000d389-b727-c3a3-593a-5ffc85a89366%28Office.15%29.aspx)
-[Image.Width Property (Access)](http://msdn.microsoft.com/library/9a6641b4-8e9b-2d9b-8122-6f4d6967606c%28Office.15%29.aspx)
-[SubForm.Width Property (Access)](http://msdn.microsoft.com/library/da0c1b22-1373-63da-5a02-7f4fe7d1aef2%28Office.15%29.aspx)
-[BoundObjectFrame.Width Property (Access)](http://msdn.microsoft.com/library/6ec65f4a-a02a-4434-65f6-8302cfc10b89%28Office.15%29.aspx)
-[Page.Width Property (Access)](http://msdn.microsoft.com/library/86b8bc5a-664f-5a62-16a8-87a685f7e293%28Office.15%29.aspx)
-[ObjectFrame.Width Property (Access)](http://msdn.microsoft.com/library/7a42f8ef-6c69-1fa8-d326-95f1aab8880a%28Office.15%29.aspx)
-[NavigationControl.Width Property (Access)](http://msdn.microsoft.com/library/373efc78-6b33-827a-5b95-9cc9fff7f9e6%28Office.15%29.aspx)
-[OptionButton.Width Property (Access)](http://msdn.microsoft.com/library/b5cd80f3-62cb-c0f5-1ca1-adc92e97307e%28Office.15%29.aspx)
-[ToggleButton.Width Property (Access)](http://msdn.microsoft.com/library/77c69a42-4203-77ee-9d2e-b100cad9b75b%28Office.15%29.aspx)
-[CommandButton.Width Property (Access)](http://msdn.microsoft.com/library/03729218-4c70-8312-ab61-be3cf4b7a029%28Office.15%29.aspx)
-[ComboBox.Width Property (Access)](http://msdn.microsoft.com/library/e5d7c087-c226-8c85-627f-d63c6b526f20%28Office.15%29.aspx)
-[Form.Width Property (Access)](http://msdn.microsoft.com/library/3f417a95-16a7-fdfa-8661-e71992c757cc%28Office.15%29.aspx)
-[CheckBox.Width Property (Access)](http://msdn.microsoft.com/library/a5756720-ee33-6a47-e4eb-ec54b11cd45a%28Office.15%29.aspx)
-[Rectangle.Width Property (Access)](http://msdn.microsoft.com/library/78a6f0ca-2a29-933b-11d2-ec6967d00898%28Office.15%29.aspx)
-[Line.Width Property (Access)](http://msdn.microsoft.com/library/01bb11d8-2d82-c3d6-cf04-f30ed3259193%28Office.15%29.aspx)
+[WebBrowserControl.Width property (Access)](http://msdn.microsoft.com/library/0a55e8d9-c53e-0afe-b41e-31c1e3f8b10e%28Office.15%29.aspx)
+[CustomControl.Width property (Access)](http://msdn.microsoft.com/library/659a7481-cf4e-1909-38b7-358b59002a83%28Office.15%29.aspx)
+[TextBox.Width property (Access)](http://msdn.microsoft.com/library/0bb72524-6682-f783-e9f9-4fd34a757a40%28Office.15%29.aspx)
+[Attachment.Width property (Access)](http://msdn.microsoft.com/library/708c9f0d-deaa-1149-2ce7-53f0b5ec8c25%28Office.15%29.aspx)
+[TabControl.Width property (Access)](http://msdn.microsoft.com/library/a62fbaa3-2055-6b65-3cf3-57061c00fea6%28Office.15%29.aspx)
+[Label.Width property (Access)](http://msdn.microsoft.com/library/a4bb2d1a-6731-87b1-192a-5c4483ee2318%28Office.15%29.aspx)
+[OptionGroup.Width property (Access)](http://msdn.microsoft.com/library/03db8a33-19f3-94dc-4a46-5d643ab0da14%28Office.15%29.aspx)
+[EmptyCell.Width property (Access)](http://msdn.microsoft.com/library/ae5cf65a-4f32-7f34-0202-5f4919b033c7%28Office.15%29.aspx)
+[NavigationButton.Width property (Access)](http://msdn.microsoft.com/library/1000d389-b727-c3a3-593a-5ffc85a89366%28Office.15%29.aspx)
+[Image.Width property (Access)](http://msdn.microsoft.com/library/9a6641b4-8e9b-2d9b-8122-6f4d6967606c%28Office.15%29.aspx)
+[SubForm.Width property (Access)](http://msdn.microsoft.com/library/da0c1b22-1373-63da-5a02-7f4fe7d1aef2%28Office.15%29.aspx)
+[BoundObjectFrame.Width property (Access)](http://msdn.microsoft.com/library/6ec65f4a-a02a-4434-65f6-8302cfc10b89%28Office.15%29.aspx)
+[Page.Width property (Access)](http://msdn.microsoft.com/library/86b8bc5a-664f-5a62-16a8-87a685f7e293%28Office.15%29.aspx)
+[ObjectFrame.Width property (Access)](http://msdn.microsoft.com/library/7a42f8ef-6c69-1fa8-d326-95f1aab8880a%28Office.15%29.aspx)
+[NavigationControl.Width property (Access)](http://msdn.microsoft.com/library/373efc78-6b33-827a-5b95-9cc9fff7f9e6%28Office.15%29.aspx)
+[OptionButton.Width property (Access)](http://msdn.microsoft.com/library/b5cd80f3-62cb-c0f5-1ca1-adc92e97307e%28Office.15%29.aspx)
+[ToggleButton.Width property (Access)](http://msdn.microsoft.com/library/77c69a42-4203-77ee-9d2e-b100cad9b75b%28Office.15%29.aspx)
+[CommandButton.Width property (Access)](http://msdn.microsoft.com/library/03729218-4c70-8312-ab61-be3cf4b7a029%28Office.15%29.aspx)
+[ComboBox.Width property (Access)](http://msdn.microsoft.com/library/e5d7c087-c226-8c85-627f-d63c6b526f20%28Office.15%29.aspx)
+[Form.Width property (Access)](http://msdn.microsoft.com/library/3f417a95-16a7-fdfa-8661-e71992c757cc%28Office.15%29.aspx)
+[CheckBox.Width property (Access)](http://msdn.microsoft.com/library/a5756720-ee33-6a47-e4eb-ec54b11cd45a%28Office.15%29.aspx)
+[Rectangle.Width property (Access)](http://msdn.microsoft.com/library/78a6f0ca-2a29-933b-11d2-ec6967d00898%28Office.15%29.aspx)
+[Line.Width property (Access)](http://msdn.microsoft.com/library/01bb11d8-2d82-c3d6-cf04-f30ed3259193%28Office.15%29.aspx)
diff --git a/Library-Reference/Concepts/what-s-new-for-vba-in-office-2016.md b/Library-Reference/Concepts/what-s-new-for-vba-in-office-2016.md
index 4317007360f..fecf9791f89 100644
--- a/Library-Reference/Concepts/what-s-new-for-vba-in-office-2016.md
+++ b/Library-Reference/Concepts/what-s-new-for-vba-in-office-2016.md
@@ -20,8 +20,8 @@ The following tables summarize the new VBA language updates for Office 2016.
|**Name**|**Description**|
|:-----|:-----|
-|**[CodeProject.IsSQLBackend Property (Access)](../../api/overview/Library-Reference.md)**|Returns the **Boolean** value **true** if the code project was created in Access 2013 and newer, and **false** if otherwise.|
-|**[CurrentProject.IsSQLBackend Property (Access)](../../api/overview/Library-Reference.md)**|Returns **true** if the current project was created in Access 2013 and onwards and **false** if the current project was created prior to Access 2013. Read-only **Boolean**.|
+|**[CodeProject.IsSQLBackend property (Access)](../../api/overview/Library-Reference.md)**|Returns the **Boolean** value **true** if the code project was created in Access 2013 and newer, and **false** if otherwise.|
+|**[CurrentProject.IsSQLBackend property (Access)](../../api/overview/Library-Reference.md)**|Returns **true** if the current project was created in Access 2013 and onwards and **false** if the current project was created prior to Access 2013. Read-only **Boolean**.|
## Excel
diff --git a/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md b/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md
index 7799e22be4f..f696b62657d 100644
--- a/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md
+++ b/access/Concepts/Miscellaneous/cannot-open-a-database-created-with-a-previous-version-of-your-applicationerror.md
@@ -19,7 +19,7 @@ You tried to access a database that is in an outdated format. Compact the databa
For information about how to compact and repair Access databases, see the following:
-- [Application.CompactRepair Method (Access)](http://msdn.microsoft.com/library/4820fd79-d907-21bc-0ad5-5fc096c1ef3b%28Office.15%29.aspx)
+- [Application.CompactRepair method (Access)](http://msdn.microsoft.com/library/4820fd79-d907-21bc-0ad5-5fc096c1ef3b%28Office.15%29.aspx)
- [Compact and Repair a Database](http://msdn.microsoft.com/library/5ad4e6b1-abfd-3f89-5c80-9e41397a96e8%28Office.15%29.aspx)
diff --git a/access/Concepts/Miscellaneous/constants-enumeration-access.md b/access/Concepts/Miscellaneous/constants-enumeration-access.md
index 9fd889b552f..4bf8e78983b 100644
--- a/access/Concepts/Miscellaneous/constants-enumeration-access.md
+++ b/access/Concepts/Miscellaneous/constants-enumeration-access.md
@@ -1,5 +1,5 @@
---
-title: Constants Enumeration (Access)
+title: Constants enumeration (Access)
keywords: vbaac10.chm10006
f1_keywords:
- vbaac10.chm10006
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Constants Enumeration (Access)
+# Constants enumeration (Access)
@@ -21,7 +21,7 @@ ms.date: 06/08/2017
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acAltMask**|4||
|**acApplyFilter**|1||
diff --git a/access/Concepts/Miscellaneous/create-a-database-template-programmatically.md b/access/Concepts/Miscellaneous/create-a-database-template-programmatically.md
index e30ed7ffa91..a3f8209720c 100644
--- a/access/Concepts/Miscellaneous/create-a-database-template-programmatically.md
+++ b/access/Concepts/Miscellaneous/create-a-database-template-programmatically.md
@@ -22,7 +22,7 @@ The following table describes the arguments of the **SaveAsTemplate** method.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TemplateLocation_|Required|**String**|The full path and file name of the database template to create.For the template to appear on the **Getting Started with Microsoft Office Access** page, it must be saved to **Microsoft\Templates** subfolder of the user's Application Data folder.
In Windows XP, the default location of the Application Data folder is **C:\Documents and Settings\ _User Name_ \Application Data**, where _User Name_ is the name of the user who is currently logged on.
In Windows Vista, the default location of the Application Data folder is **C:\Users\ _User Name_ \AppData\Roaming**, where _User Name_ is the name of the user who is currently logged on. You can use the **Environ** function to determine the current location of the user's Application Data folder. The following code illustrates how to do this. `strTemplateLocation = Environ("AppData") &; "\Microsoft\Templates\"`|
| _TemplateName_|Optional|**String**|The name of the database that is created when the user opens the template.|
diff --git a/access/Concepts/Miscellaneous/create-a-deployment-package-programmatically.md b/access/Concepts/Miscellaneous/create-a-deployment-package-programmatically.md
index b278849af59..f4889fa6959 100644
--- a/access/Concepts/Miscellaneous/create-a-deployment-package-programmatically.md
+++ b/access/Concepts/Miscellaneous/create-a-deployment-package-programmatically.md
@@ -22,7 +22,7 @@ The following table describes the arguments of the **CreateInstallPackage** meth
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _WizardSettingsFile_|Required|**String**|The path and file name of the wizard template file that contains the settings to use when creating the deployment package. To create a wizard template (.adepsws), click **Save Wizard Settings** on any Package Solution Wizard page.|
diff --git a/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md b/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md
index 3c4439af5e4..bbf390364dc 100644
--- a/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md
+++ b/access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md
@@ -13,7 +13,7 @@ ms.date: 09/26/2018
Each Access database includes a Visual Basic project. The Visual Basic project is the set of all modules in the project, including both standard modules and class modules. Every Access database, library database, or add-in contained in an .mde file includes a Visual Basic project.
-The name of the Access database and the name of the project can differ. The name of the Access database is determined by the name of the .mdb (or .mda or .mde) or .adp file, while the name of the project is determined by the setting of the [CodeProject.Name Property (Access)](../../../api/Access.CodeProject.Name.md) option on the **General** tab of the _ProjectName -_ **Project Properties** dialog box, available by clicking _ProjectName_ Properties on the **Tools** menu in the Visual Basic Editor. When you first create a database (.mdb or .adp), the database name and project name are the same by default. However, if you rename the database, the project name doesn't automatically change. Likewise, changing the project name has no effect on the database name.
+The name of the Access database and the name of the project can differ. The name of the Access database is determined by the name of the .mdb (or .mda or .mde) or .adp file, while the name of the project is determined by the setting of the [CodeProject.Name property (Access)](../../../api/Access.CodeProject.Name.md) option on the **General** tab of the _ProjectName -_ **Project Properties** dialog box, available by clicking _ProjectName_ Properties on the **Tools** menu in the Visual Basic Editor. When you first create a database (.mdb or .adp), the database name and project name are the same by default. However, if you rename the database, the project name doesn't automatically change. Likewise, changing the project name has no effect on the database name.
You can set a reference from a Visual Basic project in one Access database to a project in another Access database, a library database, or an add-in contained in an .mde file. Once you've set a reference, you can run Visual Basic procedures in the referenced project. For example, the Northwind sample database includes a module named Utility Functions that contains a function called IsLoaded. You can set a reference to the project in the Northwind sample database from the project in the current database, and then call the IsLoaded function just as you would if it were defined within the current database.
diff --git a/api/Access.AcBrowseToObjectType.md b/api/Access.AcBrowseToObjectType.md
index 50e01940507..71066948c34 100644
--- a/api/Access.AcBrowseToObjectType.md
+++ b/api/Access.AcBrowseToObjectType.md
@@ -1,5 +1,5 @@
---
-title: AcBrowseToObjectType Enumeration (Access)
+title: AcBrowseToObjectType enumeration (Access)
keywords: vbaac10.chm14598
f1_keywords:
- vbaac10.chm14598
@@ -7,17 +7,15 @@ ms.prod: access
api_name:
- Access.AcBrowseToObjectType
ms.assetid: 52388196-e1e3-f199-24e8-04b399d55cfb
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# AcBrowseToObjectType Enumeration (Access)
+# AcBrowseToObjectType enumeration (Access)
Specifies the type of object to browse to.
-
-
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acBrowseToForm**|2|Open a form.|
|**acBrowseToReport**|3|Open a report.|
diff --git a/api/Access.AcCloseSave.md b/api/Access.AcCloseSave.md
index 31215ba4825..1edfe550e2d 100644
--- a/api/Access.AcCloseSave.md
+++ b/api/Access.AcCloseSave.md
@@ -1,5 +1,5 @@
---
-title: AcCloseSave Enumeration (Access)
+title: AcCloseSave enumeration (Access)
keywords: vbaac10.chm10008
f1_keywords:
- vbaac10.chm10008
@@ -11,11 +11,11 @@ ms.date: 06/08/2017
---
-# AcCloseSave Enumeration (Access)
+# AcCloseSave enumeration (Access)
Used by the **Close** method to specify whether or not to save an object upon closing.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acSaveNo**|2|The specified object is not saved.|
|**acSavePrompt**|0|The user is asked whether or not they want to save the object.| **Note** |
|---|
| This value is ignored if you are closing a Visual Basic module. The module will be closed, but changes to the module will not be saved. |
|
diff --git a/api/Access.AcColorIndex.md b/api/Access.AcColorIndex.md
index 946e8a3702f..01da7338bd3 100644
--- a/api/Access.AcColorIndex.md
+++ b/api/Access.AcColorIndex.md
@@ -1,5 +1,5 @@
---
-title: AcColorIndex Enumeration (Access)
+title: AcColorIndex enumeration (Access)
keywords: vbaac10.chm10041
f1_keywords:
- vbaac10.chm10041
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcColorIndex Enumeration (Access)
+# AcColorIndex enumeration (Access)
Specifies the color to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acColorIndexAqua**|14|Aqua color.|
|**acColorIndexBlack**|0|Black color.|
diff --git a/api/Access.AcCommand.md b/api/Access.AcCommand.md
index 31031f88de5..d92673871b4 100644
--- a/api/Access.AcCommand.md
+++ b/api/Access.AcCommand.md
@@ -1,5 +1,5 @@
---
-title: AcCommand Enumeration (Access)
+title: AcCommand enumeration (Access)
keywords: vbaac10.chm10037
f1_keywords:
- vbaac10.chm10037
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcCommand Enumeration (Access)
+# AcCommand enumeration (Access)
Used with the **[RunCommand](Access.Application.RunCommand.md)** method to run built-in commands.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acCmdAboutMicrosoftAccess**|35||
|**acCmdAddDataMacroAfterDelete**|720||
diff --git a/api/Access.AcControlType.md b/api/Access.AcControlType.md
index b3983513355..72ddd616a49 100644
--- a/api/Access.AcControlType.md
+++ b/api/Access.AcControlType.md
@@ -1,5 +1,5 @@
---
-title: AcControlType Enumeration (Access)
+title: AcControlType enumeration (Access)
keywords: vbaac10.chm10011
f1_keywords:
- vbaac10.chm10011
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcControlType Enumeration (Access)
+# AcControlType enumeration (Access)
Specifies the type of control created by the **CreateControl** and **CreateReportControl** methods.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acAttachment**|126|Attachment control.|
|**acBoundObjectFrame**|108|Bound Object Frame control.|
diff --git a/api/Access.AcCurrentView.md b/api/Access.AcCurrentView.md
index 7511f74d3bf..d320de5a36d 100644
--- a/api/Access.AcCurrentView.md
+++ b/api/Access.AcCurrentView.md
@@ -1,5 +1,5 @@
---
-title: AcCurrentView Enumeration (Access)
+title: AcCurrentView enumeration (Access)
keywords: vbaac10.chm13237
f1_keywords:
- vbaac10.chm13237
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcCurrentView Enumeration (Access)
+# AcCurrentView enumeration (Access)
Used with the **CurrentView** property to determine the current view of an object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acCurViewDatasheet**|2|The object is in Datasheet view.|
|**acCurViewDesign**|0|The object is in Design view.|
diff --git a/api/Access.AcCursorOnHover.md b/api/Access.AcCursorOnHover.md
index 6b7ee8539d3..44439129a65 100644
--- a/api/Access.AcCursorOnHover.md
+++ b/api/Access.AcCursorOnHover.md
@@ -1,5 +1,5 @@
---
-title: AcCursorOnHover Enumeration (Access)
+title: AcCursorOnHover enumeration (Access)
keywords: vbaac10.chm14076
f1_keywords:
- vbaac10.chm14076
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcCursorOnHover Enumeration (Access)
+# AcCursorOnHover enumeration (Access)
Used with the **CursorOnHover** property to specify the type of cursor displayed when a user rests the pointer on a button.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acCursorOnHoverDefault**|0|The default cursor is displayed.|
|**acCursorOnHoverHyperlinkHand**|1|The hyperlink hand cursor is displayed.|
diff --git a/api/Access.AcDataObjectType.md b/api/Access.AcDataObjectType.md
index 96eb195743f..16e899c6377 100644
--- a/api/Access.AcDataObjectType.md
+++ b/api/Access.AcDataObjectType.md
@@ -1,5 +1,5 @@
---
-title: AcDataObjectType Enumeration (Access)
+title: AcDataObjectType enumeration (Access)
keywords: vbaac10.chm10012
f1_keywords:
- vbaac10.chm10012
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcDataObjectType Enumeration (Access)
+# AcDataObjectType enumeration (Access)
Used with the **GoToRecord** method to specify the type of object that contains the record to make current.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acActiveDataObject**|-1|The active object contains the record.|
|**acDataForm**|2|A form contains the record.|
diff --git a/api/Access.AcDataTransferType.md b/api/Access.AcDataTransferType.md
index a675dbb5cc8..33c907f863b 100644
--- a/api/Access.AcDataTransferType.md
+++ b/api/Access.AcDataTransferType.md
@@ -1,5 +1,5 @@
---
-title: AcDataTransferType Enumeration (Access)
+title: AcDataTransferType enumeration (Access)
keywords: vbaac10.chm10013
f1_keywords:
- vbaac10.chm10013
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcDataTransferType Enumeration (Access)
+# AcDataTransferType enumeration (Access)
Specifies the type of transfer that you want to make with the **TransferDatabase** or **TransferSpreadsheet** method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acExport**|1|The data is exported.|
|**acImport**|0|(Default) The data is imported.|
diff --git a/api/Access.AcDefReportView.md b/api/Access.AcDefReportView.md
index da838ec56dc..87361255179 100644
--- a/api/Access.AcDefReportView.md
+++ b/api/Access.AcDefReportView.md
@@ -1,5 +1,5 @@
---
-title: AcDefReportView Enumeration (Access)
+title: AcDefReportView enumeration (Access)
keywords: vbaac10.chm14056
f1_keywords:
- vbaac10.chm14056
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcDefReportView Enumeration (Access)
+# AcDefReportView enumeration (Access)
Use with the **DefaultView** property to set or return the opening view of a report.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDefViewPreview**|0|The report opens in Print Preview.|
|**acDefViewReportBrowse**|1|The report opens in Report view.|
diff --git a/api/Access.AcDefView.md b/api/Access.AcDefView.md
index 0cdde6e3b6f..16d177d92fe 100644
--- a/api/Access.AcDefView.md
+++ b/api/Access.AcDefView.md
@@ -1,5 +1,5 @@
---
-title: AcDefView Enumeration (Access)
+title: AcDefView enumeration (Access)
keywords: vbaac10.chm13236
f1_keywords:
- vbaac10.chm13236
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcDefView Enumeration (Access)
+# AcDefView enumeration (Access)
Use with the **DefaultView** property to set or return the opening view of a form.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDefViewContinuous**|1|The form displays multiple records (as many as will fit in the current window), each in its own copy of the form's detail section.|
|**acDefViewDatasheet**|2|Displays the form fields arranged in rows and columns like a spreadsheet.|
diff --git a/api/Access.AcDisplayAs.md b/api/Access.AcDisplayAs.md
index 9e8eb3ea1ed..62e89e485a8 100644
--- a/api/Access.AcDisplayAs.md
+++ b/api/Access.AcDisplayAs.md
@@ -1,5 +1,5 @@
---
-title: AcDisplayAs Enumeration (Access)
+title: AcDisplayAs enumeration (Access)
keywords: vbaac10.chm14054
f1_keywords:
- vbaac10.chm14054
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcDisplayAs Enumeration (Access)
+# AcDisplayAs enumeration (Access)
Use with the **DisplayAs** property to specify what is displayed in an Attachment control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDisplayAsIcon**|1|The attachment is displayed as the icon for that file type.|
|**acDisplayAsImageIcon**|0|If the attachment is a supported image format, then the image is displayed. If the attachment is not a supported image format, then the icon for that file type is displayed.|
diff --git a/api/Access.AcDisplayAsHyperlink.md b/api/Access.AcDisplayAsHyperlink.md
index 2a272d04609..a0a9f112dc9 100644
--- a/api/Access.AcDisplayAsHyperlink.md
+++ b/api/Access.AcDisplayAsHyperlink.md
@@ -1,5 +1,5 @@
---
-title: AcDisplayAsHyperlink Enumeration (Access)
+title: AcDisplayAsHyperlink enumeration (Access)
keywords: vbaac10.chm14289
f1_keywords:
- vbaac10.chm14289
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcDisplayAsHyperlink Enumeration (Access)
+# AcDisplayAsHyperlink enumeration (Access)
Used with the **DisplayAsHyperlink** property to specify whether to display the contents of a text box or combo box as a hyperlink.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDisplayAsHyperlinkAlways**|1|Always display the contents of the control as a hyperlink.|
|**acDisplayAsHyperlinkIfHlink**|0|Display the contents of the control as a hyperlink only when its contents are in the form of a Uniform Resource Locator (URL).|
diff --git a/api/Access.AcExportQuality.md b/api/Access.AcExportQuality.md
index 0ca4d178caf..9093a624979 100644
--- a/api/Access.AcExportQuality.md
+++ b/api/Access.AcExportQuality.md
@@ -1,5 +1,5 @@
---
-title: AcExportQuality Enumeration (Access)
+title: AcExportQuality enumeration (Access)
keywords: vbaac10.chm14055
f1_keywords:
- vbaac10.chm14055
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcExportQuality Enumeration (Access)
+# AcExportQuality enumeration (Access)
Use with the **OutputTo** method to specify the type of output device to optimize for when exporting an object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acExportQualityPrint**|0|The output is optimized for printing.|
|**acExportQualityScreen**|1|The output is optimized for onscreen display.|
diff --git a/api/Access.AcExportXMLEncoding.md b/api/Access.AcExportXMLEncoding.md
index 620bca98e73..45bbe8a3719 100644
--- a/api/Access.AcExportXMLEncoding.md
+++ b/api/Access.AcExportXMLEncoding.md
@@ -1,5 +1,5 @@
---
-title: AcExportXMLEncoding Enumeration (Access)
+title: AcExportXMLEncoding enumeration (Access)
keywords: vbaac10.chm13241
f1_keywords:
- vbaac10.chm13241
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcExportXMLEncoding Enumeration (Access)
+# AcExportXMLEncoding enumeration (Access)
Use with the **ExportXML** method to specify the text encoding to use for exporting XML data.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acUTF16**|1|UTF16 encoding.|
|**acUTF8**|0|(Default) UTF8 encoding.|
diff --git a/api/Access.AcExportXMLObjectType.md b/api/Access.AcExportXMLObjectType.md
index 8c3b0427100..33705c67def 100644
--- a/api/Access.AcExportXMLObjectType.md
+++ b/api/Access.AcExportXMLObjectType.md
@@ -1,5 +1,5 @@
---
-title: AcExportXMLObjectType Enumeration (Access)
+title: AcExportXMLObjectType enumeration (Access)
keywords: vbaac10.chm13239
f1_keywords:
- vbaac10.chm13239
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcExportXMLObjectType Enumeration (Access)
+# AcExportXMLObjectType enumeration (Access)
Use with the **ExportXML** method to specify the type of object to export.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acExportForm**|2|Form|
|**acExportFunction**|10|User-defined function (Microsoft Access project only)|
diff --git a/api/Access.AcExportXMLOtherFlags.md b/api/Access.AcExportXMLOtherFlags.md
index baeefc55fec..72be89096a6 100644
--- a/api/Access.AcExportXMLOtherFlags.md
+++ b/api/Access.AcExportXMLOtherFlags.md
@@ -1,5 +1,5 @@
---
-title: AcExportXMLOtherFlags Enumeration (Access)
+title: AcExportXMLOtherFlags enumeration (Access)
keywords: vbaac10.chm13251
f1_keywords:
- vbaac10.chm13251
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcExportXMLOtherFlags Enumeration (Access)
+# AcExportXMLOtherFlags enumeration (Access)
Use with the **ExportXML** method to specify other behaviors associated with exporting to XML.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acEmbedSchema**|1|Writes schema information into the document specified by the DataTarget argument; this value takes precedence over the SchemaTarget argument.|
|**acExcludePrimaryKeyAndIndexes**|2|Does not export primary key and index schema properties.|
diff --git a/api/Access.AcExportXMLSchemaFormat.md b/api/Access.AcExportXMLSchemaFormat.md
index 42a97fc3f49..a5ccb26c1a5 100644
--- a/api/Access.AcExportXMLSchemaFormat.md
+++ b/api/Access.AcExportXMLSchemaFormat.md
@@ -1,5 +1,5 @@
---
-title: AcExportXMLSchemaFormat Enumeration (Access)
+title: AcExportXMLSchemaFormat enumeration (Access)
keywords: vbaac10.chm13240
f1_keywords:
- vbaac10.chm13240
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcExportXMLSchemaFormat Enumeration (Access)
+# AcExportXMLSchemaFormat enumeration (Access)
Not supported in Access.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acSchemaNone**|0||
|**acSchemaXSD**|1||
diff --git a/api/Access.AcFileFormat.md b/api/Access.AcFileFormat.md
index 48fb3589c3d..dc61e6e1e44 100644
--- a/api/Access.AcFileFormat.md
+++ b/api/Access.AcFileFormat.md
@@ -1,5 +1,5 @@
---
-title: AcFileFormat Enumeration (Access)
+title: AcFileFormat enumeration (Access)
keywords: vbaac10.chm13238
f1_keywords:
- vbaac10.chm13238
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcFileFormat Enumeration (Access)
+# AcFileFormat enumeration (Access)
Specifies the Microsoft Access file format to use when converting an Access file.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acFileFormatAccess12**|12|Microsoft Access 2007 format|
|**acFileFormatAccess2**|2|Microsoft Access 2.0 format|
diff --git a/api/Access.AcFilterType.md b/api/Access.AcFilterType.md
index 2eabc44d26b..1ac9ef7ed2c 100644
--- a/api/Access.AcFilterType.md
+++ b/api/Access.AcFilterType.md
@@ -1,5 +1,5 @@
---
-title: AcFilterType Enumeration (Access)
+title: AcFilterType enumeration (Access)
keywords: vbaac10.chm10031
f1_keywords:
- vbaac10.chm10031
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcFilterType Enumeration (Access)
+# AcFilterType enumeration (Access)
Not supported in Access.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acFilterNormal**|0||
|**acServerFilter**|1||
diff --git a/api/Access.AcFindField.md b/api/Access.AcFindField.md
index 5462586f131..ff097ee515c 100644
--- a/api/Access.AcFindField.md
+++ b/api/Access.AcFindField.md
@@ -1,5 +1,5 @@
---
-title: AcFindField Enumeration (Access)
+title: AcFindField enumeration (Access)
keywords: vbaac10.chm10016
f1_keywords:
- vbaac10.chm10016
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcFindField Enumeration (Access)
+# AcFindField enumeration (Access)
Specifies whether the search is confined to the current field in each record or includes all fields in each record.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acAll**|0|Search in all fields in each record.|
|**acCurrent**|-1|Confine the search to the current field.|
diff --git a/api/Access.AcFindMatch.md b/api/Access.AcFindMatch.md
index af449bd94c7..776cebd56b6 100644
--- a/api/Access.AcFindMatch.md
+++ b/api/Access.AcFindMatch.md
@@ -1,5 +1,5 @@
---
-title: AcFindMatch Enumeration (Access)
+title: AcFindMatch enumeration (Access)
keywords: vbaac10.chm10017
f1_keywords:
- vbaac10.chm10017
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcFindMatch Enumeration (Access)
+# AcFindMatch enumeration (Access)
Specifies where the data is located in the field.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acAnywhere**|0|Search for data in any part of the field.|
|**acEntire**|1|Search for data that fills the entire field.|
diff --git a/api/Access.AcFormOpenDataMode.md b/api/Access.AcFormOpenDataMode.md
index 17d89d017bd..05c1f27cd9e 100644
--- a/api/Access.AcFormOpenDataMode.md
+++ b/api/Access.AcFormOpenDataMode.md
@@ -1,5 +1,5 @@
---
-title: AcFormOpenDataMode Enumeration (Access)
+title: AcFormOpenDataMode enumeration (Access)
keywords: vbaac10.chm10021
f1_keywords:
- vbaac10.chm10021
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcFormOpenDataMode Enumeration (Access)
+# AcFormOpenDataMode enumeration (Access)
Specifies the data entry mode of a form.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acFormAdd**|0|The user can add new records but can't edit existing records.|
|**acFormEdit**|1|The user can edit existing records and add new records.|
diff --git a/api/Access.AcFormView.md b/api/Access.AcFormView.md
index b8f2c78f0ad..5e15834aded 100644
--- a/api/Access.AcFormView.md
+++ b/api/Access.AcFormView.md
@@ -1,5 +1,5 @@
---
-title: AcFormView Enumeration (Access)
+title: AcFormView enumeration (Access)
keywords: vbaac10.chm10018
f1_keywords:
- vbaac10.chm10018
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcFormView Enumeration (Access)
+# AcFormView enumeration (Access)
Specifies the view when opeing a form.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDesign**|1|The form opens in Design view.|
|**acFormDS**|3|The form opens in Datasheet view.|
diff --git a/api/Access.AcFormatBarLimits.md b/api/Access.AcFormatBarLimits.md
index fca1c1ad859..5c695dd9881 100644
--- a/api/Access.AcFormatBarLimits.md
+++ b/api/Access.AcFormatBarLimits.md
@@ -1,5 +1,5 @@
---
-title: AcFormatBarLimits Enumeration (Access)
+title: AcFormatBarLimits enumeration (Access)
keywords: vbaac10.chm14529
f1_keywords:
- vbaac10.chm14529
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcFormatBarLimits Enumeration (Access)
+# AcFormatBarLimits enumeration (Access)
Specifies how the threshhold values for a Data Bar is determined.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acAutomatic**|0|For the shortest bar, the lowest value is used. For the highest bar, the highest value is used.|
|**acNumber**|1|A number is used.|
diff --git a/api/Access.AcFormatConditionOperator.md b/api/Access.AcFormatConditionOperator.md
index 5382be2aad5..a7a842b13e4 100644
--- a/api/Access.AcFormatConditionOperator.md
+++ b/api/Access.AcFormatConditionOperator.md
@@ -1,5 +1,5 @@
---
-title: AcFormatConditionOperator Enumeration (Access)
+title: AcFormatConditionOperator enumeration (Access)
keywords: vbaac10.chm10040
f1_keywords:
- vbaac10.chm10040
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcFormatConditionOperator Enumeration (Access)
+# AcFormatConditionOperator enumeration (Access)
Specifies the operator to apply when using the **Add** method to create a conditional format.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acBetween**|0|The value must be between the values specified by the Expression1 and Expression2 arguments. |
|**acEqual**|2|The value must equal to the value specified by the Expression1 argument.|
diff --git a/api/Access.AcFormatConditionType.md b/api/Access.AcFormatConditionType.md
index 62d8782be60..868c2ae9552 100644
--- a/api/Access.AcFormatConditionType.md
+++ b/api/Access.AcFormatConditionType.md
@@ -1,5 +1,5 @@
---
-title: AcFormatConditionType Enumeration (Access)
+title: AcFormatConditionType enumeration (Access)
keywords: vbaac10.chm10039
f1_keywords:
- vbaac10.chm10039
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcFormatConditionType Enumeration (Access)
+# AcFormatConditionType enumeration (Access)
Specifies the type of conditional formatting to apply to a control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDataBar**|3|The conditional format is displayed as a data bar.|
|**acExpression**|1|The conditional format is based on an expression.|
diff --git a/api/Access.AcHorizontalAnchor.md b/api/Access.AcHorizontalAnchor.md
index 6a446065ec5..8d89168b489 100644
--- a/api/Access.AcHorizontalAnchor.md
+++ b/api/Access.AcHorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: AcHorizontalAnchor Enumeration (Access)
+title: AcHorizontalAnchor enumeration (Access)
keywords: vbaac10.chm14043
f1_keywords:
- vbaac10.chm14043
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcHorizontalAnchor Enumeration (Access)
+# AcHorizontalAnchor enumeration (Access)
Used with the **HorizontalAnchor** property to specify how a control is anchored horizontally within its layout.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acHorizontalAnchorBoth**|2|The control is stretched horizontally across its layout.|
|**acHorizontalAnchorLeft**|0|The control is anchored to the left side of its layout.|
diff --git a/api/Access.AcHyperlinkPart.md b/api/Access.AcHyperlinkPart.md
index 41d71006862..a2e7a46b08d 100644
--- a/api/Access.AcHyperlinkPart.md
+++ b/api/Access.AcHyperlinkPart.md
@@ -1,5 +1,5 @@
---
-title: AcHyperlinkPart Enumeration (Access)
+title: AcHyperlinkPart enumeration (Access)
keywords: vbaac10.chm10035
f1_keywords:
- vbaac10.chm10035
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcHyperlinkPart Enumeration (Access)
+# AcHyperlinkPart enumeration (Access)
Specifies the the information you want returned by the **HyperlinkPart** method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acAddress**|2|The address part of a Hyperlink field.|
|**acDisplayedValue**|0|The underlined text displayed in a hyperlink.|
diff --git a/api/Access.AcImeMode.md b/api/Access.AcImeMode.md
index 598f7e46587..3a8fb8ee3b3 100644
--- a/api/Access.AcImeMode.md
+++ b/api/Access.AcImeMode.md
@@ -1,5 +1,5 @@
---
-title: AcImeMode Enumeration (Access)
+title: AcImeMode enumeration (Access)
keywords: vbaac10.chm10033
f1_keywords:
- vbaac10.chm10033
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcImeMode Enumeration (Access)
+# AcImeMode enumeration (Access)
Specifies the default startup mode for the Japanese Input Method Editor (IME).
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acImeModeAlpha**|8|Activates the IME in half-width Latin mode.|
|**acImeModeAlphaFull**|7|Activates the IME in full-width Latin mode.|
diff --git a/api/Access.AcImeSentenceMode.md b/api/Access.AcImeSentenceMode.md
index 279c8701095..7609a4b2ed5 100644
--- a/api/Access.AcImeSentenceMode.md
+++ b/api/Access.AcImeSentenceMode.md
@@ -1,5 +1,5 @@
---
-title: AcImeSentenceMode Enumeration (Access)
+title: AcImeSentenceMode enumeration (Access)
keywords: vbaac10.chm10034
f1_keywords:
- vbaac10.chm10034
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AcImeSentenceMode Enumeration (Access)
+# AcImeSentenceMode enumeration (Access)
Used with the [IMESentenceMode](overview/Access.md) property to specify the IME sentence mode for the IMM.
diff --git a/api/Access.AcImportXMLOption.md b/api/Access.AcImportXMLOption.md
index ba60cc03afa..19be7c6bc49 100644
--- a/api/Access.AcImportXMLOption.md
+++ b/api/Access.AcImportXMLOption.md
@@ -1,5 +1,5 @@
---
-title: AcImportXMLOption Enumeration (Access)
+title: AcImportXMLOption enumeration (Access)
keywords: vbaac10.chm13249
f1_keywords:
- vbaac10.chm13249
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcImportXMLOption Enumeration (Access)
+# AcImportXMLOption enumeration (Access)
-Specifies the action to take when using the [Application.ImportXML Method (Access)](Access.Application.ImportXML.md) method to import data from an XML file.
+Specifies the action to take when using the [Application.ImportXML method (Access)](Access.Application.ImportXML.md) method to import data from an XML file.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acAppendData**|2|Imports the data into an existing table.|
|**acStructureAndData**|1|Imports the data into a new table based on the structure of the specified XML file.|
diff --git a/api/Access.AcLayoutType.md b/api/Access.AcLayoutType.md
index a76b5efa0fa..4c2f668aee3 100644
--- a/api/Access.AcLayoutType.md
+++ b/api/Access.AcLayoutType.md
@@ -1,5 +1,5 @@
---
-title: AcLayoutType Enumeration (Access)
+title: AcLayoutType enumeration (Access)
keywords: vbaac10.chm14040
f1_keywords:
- vbaac10.chm14040
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
---
-# AcLayoutType Enumeration (Access)
+# AcLayoutType enumeration (Access)
Specifies the type of layout that the control is part of.
|
|
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acLayoutNone**|0|The control is not part of a layout.|
|**acLayoutStacked**|2|The control is part of a stacked layout.|
diff --git a/api/Access.AcModuleType.md b/api/Access.AcModuleType.md
index 4e6e2e30c87..0c4c7d1e088 100644
--- a/api/Access.AcModuleType.md
+++ b/api/Access.AcModuleType.md
@@ -1,5 +1,5 @@
---
-title: AcModuleType Enumeration (Access)
+title: AcModuleType enumeration (Access)
keywords: vbaac10.chm10007
f1_keywords:
- vbaac10.chm10007
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcModuleType Enumeration (Access)
+# AcModuleType enumeration (Access)
Returns the type of the specified Visual Basic module.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acClassModule**|1|The specified module is a class module.|
|**acStandardModule**|0|The specified module is a standard module.|
diff --git a/api/Access.AcNavigationSpan.md b/api/Access.AcNavigationSpan.md
index 16c375d7dc8..23e95ca666c 100644
--- a/api/Access.AcNavigationSpan.md
+++ b/api/Access.AcNavigationSpan.md
@@ -1,5 +1,5 @@
---
-title: AcNavigationSpan Enumeration (Access)
+title: AcNavigationSpan enumeration (Access)
keywords: vbaac10.chm14675
f1_keywords:
- vbaac10.chm14675
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcNavigationSpan Enumeration (Access)
+# AcNavigationSpan enumeration (Access)
Specifies the orientation of navigation buttons.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acHorizontal**|0|The navigation buttons are displayed horizontally.|
|**acVertical**|1|The navigation buttons are displayed vertically.|
diff --git a/api/Access.AcNewDatabaseFormat.md b/api/Access.AcNewDatabaseFormat.md
index 33f49639389..45a2ad0f79d 100644
--- a/api/Access.AcNewDatabaseFormat.md
+++ b/api/Access.AcNewDatabaseFormat.md
@@ -1,5 +1,5 @@
---
-title: AcNewDatabaseFormat Enumeration (Access)
+title: AcNewDatabaseFormat enumeration (Access)
keywords: vbaac10.chm14075
f1_keywords:
- vbaac10.chm14075
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcNewDatabaseFormat Enumeration (Access)
+# AcNewDatabaseFormat enumeration (Access)
Used with the [NewCurrentDatabase](Access.Application.NewCurrentDatabase.md) method to specify the database format of the newly created database.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acNewDatabaseFormatAccess12**|12|Create a database in the Access (.accdb) file format.|
|**acNewDatabaseFormatAccess2000**|9|Create a database in the Microsoft Access 2000 (.mdb) file format.|
diff --git a/api/Access.AcObjectType.md b/api/Access.AcObjectType.md
index 283041cb827..536dd1b0b84 100644
--- a/api/Access.AcObjectType.md
+++ b/api/Access.AcObjectType.md
@@ -1,5 +1,5 @@
---
-title: AcObjectType Enumeration (Access)
+title: AcObjectType enumeration (Access)
keywords: vbaac10.chm10015
f1_keywords:
- vbaac10.chm10015
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcObjectType Enumeration (Access)
+# AcObjectType enumeration (Access)
Specifies the type of object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDatabaseProperties**|11|Database property|
|**acDefault**|-1||
diff --git a/api/Access.AcOpenDataMode.md b/api/Access.AcOpenDataMode.md
index 213321bd43c..7462f3f96d5 100644
--- a/api/Access.AcOpenDataMode.md
+++ b/api/Access.AcOpenDataMode.md
@@ -1,5 +1,5 @@
---
-title: AcOpenDataMode Enumeration (Access)
+title: AcOpenDataMode enumeration (Access)
keywords: vbaac10.chm10020
f1_keywords:
- vbaac10.chm10020
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcOpenDataMode Enumeration (Access)
+# AcOpenDataMode enumeration (Access)
Specifies the data entry mode when opening a table, query, stored procedure, view, or user-defined function.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acAdd**|0|The user can add new records but can't view or edit existing records.|
|**acEdit**|1|The user can view or edit existing records and add new records.|
diff --git a/api/Access.AcOutputObjectType.md b/api/Access.AcOutputObjectType.md
index 4bde5a55f7e..2d4f959c220 100644
--- a/api/Access.AcOutputObjectType.md
+++ b/api/Access.AcOutputObjectType.md
@@ -1,5 +1,5 @@
---
-title: AcOutputObjectType Enumeration (Access)
+title: AcOutputObjectType enumeration (Access)
keywords: vbaac10.chm10022
f1_keywords:
- vbaac10.chm10022
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcOutputObjectType Enumeration (Access)
+# AcOutputObjectType enumeration (Access)
Specifies the type of object to output when using the **OutputTo** method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acOutputForm**|2|Form|
|**acOutputFunction**|10|User-Defined Function|
diff --git a/api/Access.AcPictureCaptionArrangement.md b/api/Access.AcPictureCaptionArrangement.md
index 9b95eb3b76b..dffd3624e50 100644
--- a/api/Access.AcPictureCaptionArrangement.md
+++ b/api/Access.AcPictureCaptionArrangement.md
@@ -1,5 +1,5 @@
---
-title: AcPictureCaptionArrangement Enumeration (Access)
+title: AcPictureCaptionArrangement enumeration (Access)
keywords: vbaac10.chm14291
f1_keywords:
- vbaac10.chm14291
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPictureCaptionArrangement Enumeration (Access)
+# AcPictureCaptionArrangement enumeration (Access)
Used with the **[PictureCaptionArrangement](Access.CommandButton.PictureCaptionArrangement.md)** property to determine how a button's caption is arranged in relation to its picture.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acBottom**|3|The caption appears below the picture.|
|**acGeneral**|1|The caption uses the General alignment setting.|
diff --git a/api/Access.AcPrintColor.md b/api/Access.AcPrintColor.md
index 980a23b0915..79a138c5c5a 100644
--- a/api/Access.AcPrintColor.md
+++ b/api/Access.AcPrintColor.md
@@ -1,5 +1,5 @@
---
-title: AcPrintColor Enumeration (Access)
+title: AcPrintColor enumeration (Access)
keywords: vbaac10.chm13242
f1_keywords:
- vbaac10.chm13242
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPrintColor Enumeration (Access)
+# AcPrintColor enumeration (Access)
Used with the **ColorMode** property to specify whether the printer should print output in color or monochrome.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acPRCMColor**|2|The printer should print in color. |
|**acPRCMMonochrome**|1|The printer should print in monochrome. |
diff --git a/api/Access.AcPrintDuplex.md b/api/Access.AcPrintDuplex.md
index 65ae6b88472..ff1fbf52b05 100644
--- a/api/Access.AcPrintDuplex.md
+++ b/api/Access.AcPrintDuplex.md
@@ -1,5 +1,5 @@
---
-title: AcPrintDuplex Enumeration (Access)
+title: AcPrintDuplex enumeration (Access)
keywords: vbaac10.chm13243
f1_keywords:
- vbaac10.chm13243
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPrintDuplex Enumeration (Access)
+# AcPrintDuplex enumeration (Access)
Used with the **Duplex** property to specify how the printer handles duplex printing.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acPRDPHorizontal**|2|Double-sided printing using a horizontal page turn.|
|**acPRDPSimplex**|1|Single-sided printing with the current orientation setting.|
diff --git a/api/Access.AcPrintItemLayout.md b/api/Access.AcPrintItemLayout.md
index f0d8d83b5d6..13319a3a2d6 100644
--- a/api/Access.AcPrintItemLayout.md
+++ b/api/Access.AcPrintItemLayout.md
@@ -1,5 +1,5 @@
---
-title: AcPrintItemLayout Enumeration (Access)
+title: AcPrintItemLayout enumeration (Access)
keywords: vbaac10.chm13248
f1_keywords:
- vbaac10.chm13248
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPrintItemLayout Enumeration (Access)
+# AcPrintItemLayout enumeration (Access)
Used with the **ItemLayout** property to specify how columns are laid out when printing.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acPRHorizontalColumnLayout**|1953|Columns are laid across, then down.|
|**acPRVerticalColumnLayout**|1954|Columns are laid down, then across.|
diff --git a/api/Access.AcPrintObjQuality.md b/api/Access.AcPrintObjQuality.md
index 7cd39fe7ffa..71e92b36335 100644
--- a/api/Access.AcPrintObjQuality.md
+++ b/api/Access.AcPrintObjQuality.md
@@ -1,5 +1,5 @@
---
-title: AcPrintObjQuality Enumeration (Access)
+title: AcPrintObjQuality enumeration (Access)
keywords: vbaac10.chm13245
f1_keywords:
- vbaac10.chm13245
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPrintObjQuality Enumeration (Access)
+# AcPrintObjQuality enumeration (Access)
Used with the **PrintQuality** property to specify the resolution at which the specified printer should print jobs.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acPRPQDraft**|-1|The printer prints in draft quality.|
|**acPRPQHigh**|-4|The printer prints in high quality.|
diff --git a/api/Access.AcPrintOrientation.md b/api/Access.AcPrintOrientation.md
index 3b9eb39a61b..207b482fbad 100644
--- a/api/Access.AcPrintOrientation.md
+++ b/api/Access.AcPrintOrientation.md
@@ -1,5 +1,5 @@
---
-title: AcPrintOrientation Enumeration (Access)
+title: AcPrintOrientation enumeration (Access)
keywords: vbaac10.chm13244
f1_keywords:
- vbaac10.chm13244
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPrintOrientation Enumeration (Access)
+# AcPrintOrientation enumeration (Access)
Used with the **Orientation** property to specify a printer's print orientation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acPRORLandscape**|2|Landscape orientation|
|**acPRORPortrait**|1|Portrait orientation|
diff --git a/api/Access.AcPrintPaperBin.md b/api/Access.AcPrintPaperBin.md
index 54d063e60f2..d30da5302a5 100644
--- a/api/Access.AcPrintPaperBin.md
+++ b/api/Access.AcPrintPaperBin.md
@@ -1,5 +1,5 @@
---
-title: AcPrintPaperBin Enumeration (Access)
+title: AcPrintPaperBin enumeration (Access)
keywords: vbaac10.chm13246
f1_keywords:
- vbaac10.chm13246
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPrintPaperBin Enumeration (Access)
+# AcPrintPaperBin enumeration (Access)
Used with the **PaperBin** property to indicate which paper bin the specified printer should use.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acPRBNAuto**|7|(Default) Use paper from the current default bin. |
|**acPRBNCassette**|14|Use paper from the attached cassette cartridge. |
diff --git a/api/Access.AcPrintPaperSize.md b/api/Access.AcPrintPaperSize.md
index e1083f53637..eb819e804d1 100644
--- a/api/Access.AcPrintPaperSize.md
+++ b/api/Access.AcPrintPaperSize.md
@@ -1,5 +1,5 @@
---
-title: AcPrintPaperSize Enumeration (Access)
+title: AcPrintPaperSize enumeration (Access)
keywords: vbaac10.chm13247
f1_keywords:
- vbaac10.chm13247
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPrintPaperSize Enumeration (Access)
+# AcPrintPaperSize enumeration (Access)
Used with the **PaperSize** property to indicate the paper size to use when printing.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acPRPS10x14**|16|10 x 14 in.|
|**acPRPS11x17**|17|11 x 17 in. |
diff --git a/api/Access.AcPrintQuality.md b/api/Access.AcPrintQuality.md
index 5e741348aad..6ac4e01cd0d 100644
--- a/api/Access.AcPrintQuality.md
+++ b/api/Access.AcPrintQuality.md
@@ -1,5 +1,5 @@
---
-title: AcPrintQuality Enumeration (Access)
+title: AcPrintQuality enumeration (Access)
keywords: vbaac10.chm10023
f1_keywords:
- vbaac10.chm10023
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPrintQuality Enumeration (Access)
+# AcPrintQuality enumeration (Access)
Used with the **PrintOut** method to specify the print quality of a particular print job.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDraft**|3|Draft quality|
|**acHigh**|0|(Default) High quality|
diff --git a/api/Access.AcPrintRange.md b/api/Access.AcPrintRange.md
index efaa36167ce..fe44699834f 100644
--- a/api/Access.AcPrintRange.md
+++ b/api/Access.AcPrintRange.md
@@ -1,5 +1,5 @@
---
-title: AcPrintRange Enumeration (Access)
+title: AcPrintRange enumeration (Access)
keywords: vbaac10.chm10024
f1_keywords:
- vbaac10.chm10024
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcPrintRange Enumeration (Access)
+# AcPrintRange enumeration (Access)
Used with the **PrintOut** method to specify the range to print.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acPages**|2|A specific range of pages will be printed. Use the PageFrom and PageTo arguments to specify the range of pages to print.|
|**acPrintAll**|0|Prints all of the object.|
diff --git a/api/Access.AcProjectType.md b/api/Access.AcProjectType.md
index 0980fdd8819..02744d73b28 100644
--- a/api/Access.AcProjectType.md
+++ b/api/Access.AcProjectType.md
@@ -1,5 +1,5 @@
---
-title: AcProjectType Enumeration (Access)
+title: AcProjectType enumeration (Access)
keywords: vbaac10.chm10036
f1_keywords:
- vbaac10.chm10036
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcProjectType Enumeration (Access)
+# AcProjectType enumeration (Access)
Used with the **ProjectType** property to determine the type of project that is currently open.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acADP**|1|The current project is a Microsoft Access project.|
|**acMDB**|2|The current project is a Microsoft Access database.|
diff --git a/api/Access.AcProperty.md b/api/Access.AcProperty.md
index 0dee84b074c..21715ef006a 100644
--- a/api/Access.AcProperty.md
+++ b/api/Access.AcProperty.md
@@ -1,5 +1,5 @@
---
-title: AcProperty Enumeration (Access)
+title: AcProperty enumeration (Access)
keywords: vbaac10.chm14074
f1_keywords:
- vbaac10.chm14074
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcProperty Enumeration (Access)
+# AcProperty enumeration (Access)
Used with the [SetProperty](Access.DoCmd.SetProperty.md) method to specify which property to set for a control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acPropertyBackColor**|8|Set the **BackColor** property.|
|**acPropertyCaption**|9|Set the **Caption** property.|
diff --git a/api/Access.AcQuitOption.md b/api/Access.AcQuitOption.md
index fa04e0f79c2..fb7d924cf14 100644
--- a/api/Access.AcQuitOption.md
+++ b/api/Access.AcQuitOption.md
@@ -1,5 +1,5 @@
---
-title: AcQuitOption Enumeration (Access)
+title: AcQuitOption enumeration (Access)
keywords: vbaac10.chm10009
f1_keywords:
- vbaac10.chm10009
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcQuitOption Enumeration (Access)
+# AcQuitOption enumeration (Access)
Used with the [Quit](Access.Application.Quit.md) method to specify whether or not to save changes to the database when quitting Microsoft Access.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acQuitPrompt**|0|Displays a dialog box that asks whether you want to save any database objects that have been changed but not saved. |
|**acQuitSaveAll**|1|(Default) Saves all objects without displaying a dialog box.|
diff --git a/api/Access.AcRecord.md b/api/Access.AcRecord.md
index fdbe5ae8e1b..3d4057bf53b 100644
--- a/api/Access.AcRecord.md
+++ b/api/Access.AcRecord.md
@@ -1,5 +1,5 @@
---
-title: AcRecord Enumeration (Access)
+title: AcRecord enumeration (Access)
keywords: vbaac10.chm10025
f1_keywords:
- vbaac10.chm10025
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcRecord Enumeration (Access)
+# AcRecord enumeration (Access)
Used with the [GoToRecord](Access.DoCmd.GoToRecord.md) method to specify which record to make the current record.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acFirst**|2|Make the first record the current record.|
|**acGoTo**|4|Make the specified record the current record.|
diff --git a/api/Access.AcResourceType.md b/api/Access.AcResourceType.md
index 734e862de03..2c350c6e088 100644
--- a/api/Access.AcResourceType.md
+++ b/api/Access.AcResourceType.md
@@ -1,5 +1,5 @@
---
-title: AcResourceType Enumeration (Access)
+title: AcResourceType enumeration (Access)
keywords: vbaac10.chm14659
f1_keywords:
- vbaac10.chm14659
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcResourceType Enumeration (Access)
+# AcResourceType enumeration (Access)
Specifies the type of a [SharedResource](Access.SharedResource.md) object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acResourceImage**|1|Image.|
|**acResourceTheme**|0|Office theme.|
diff --git a/api/Access.AcSearchDirection.md b/api/Access.AcSearchDirection.md
index d15b5fe6b3e..1e355329934 100644
--- a/api/Access.AcSearchDirection.md
+++ b/api/Access.AcSearchDirection.md
@@ -1,5 +1,5 @@
---
-title: AcSearchDirection Enumeration (Access)
+title: AcSearchDirection enumeration (Access)
keywords: vbaac10.chm10026
f1_keywords:
- vbaac10.chm10026
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSearchDirection Enumeration (Access)
+# AcSearchDirection enumeration (Access)
-Used with the [DoCmd.FindRecord Method (Access)](Access.DoCmd.FindRecord.md) method to specify the direction to search.
+Used with the [DoCmd.FindRecord method (Access)](Access.DoCmd.FindRecord.md) method to specify the direction to search.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDown**|1|Search all records below the current record.|
|**acSearchAll**|2|Search all records.|
diff --git a/api/Access.AcSection.md b/api/Access.AcSection.md
index 6f62149aab3..a856d3e775d 100644
--- a/api/Access.AcSection.md
+++ b/api/Access.AcSection.md
@@ -1,5 +1,5 @@
---
-title: AcSection Enumeration (Access)
+title: AcSection enumeration (Access)
keywords: vbaac10.chm10010
f1_keywords:
- vbaac10.chm10010
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSection Enumeration (Access)
+# AcSection enumeration (Access)
Specifies the section that will contain the new control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDetail**|0|(Default) Detail section|
|**acFooter**|2|Form or report footer|
diff --git a/api/Access.AcSendObjectType.md b/api/Access.AcSendObjectType.md
index 7b2f4013254..2834baa1124 100644
--- a/api/Access.AcSendObjectType.md
+++ b/api/Access.AcSendObjectType.md
@@ -1,5 +1,5 @@
---
-title: AcSendObjectType Enumeration (Access)
+title: AcSendObjectType enumeration (Access)
keywords: vbaac10.chm10014
f1_keywords:
- vbaac10.chm10014
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSendObjectType Enumeration (Access)
+# AcSendObjectType enumeration (Access)
-Used with the [DoCmd.SendObject Method (Access)](Access.DoCmd.SendObject.md) method to specify the type of object to send.
+Used with the [DoCmd.SendObject method (Access)](Access.DoCmd.SendObject.md) method to specify the type of object to send.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acSendForm**|2|Send a Form.|
|**acSendModule**|5|Send a Module.|
diff --git a/api/Access.AcSeparatorCharacters.md b/api/Access.AcSeparatorCharacters.md
index 1699ff3f47d..5e06c8dd859 100644
--- a/api/Access.AcSeparatorCharacters.md
+++ b/api/Access.AcSeparatorCharacters.md
@@ -1,5 +1,5 @@
---
-title: AcSeparatorCharacters Enumeration (Access)
+title: AcSeparatorCharacters enumeration (Access)
keywords: vbaac10.chm14042
f1_keywords:
- vbaac10.chm14042
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSeparatorCharacters Enumeration (Access)
+# AcSeparatorCharacters enumeration (Access)
-Used with the [ComboBox.SeparatorCharacters Property (Access)](Access.ComboBox.SeparatorCharacters.md) property to specify the separator displayed between values in combo boxes that are linked to multi-valued fields.
+Used with the [ComboBox.SeparatorCharacters property (Access)](Access.ComboBox.SeparatorCharacters.md) property to specify the separator displayed between values in combo boxes that are linked to multi-valued fields.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acSeparatorCharactersComma**|3|A comma (,) is used as the separator character.|
|**acSeparatorCharactersNewLine**|1|Each value appears on its own line.|
diff --git a/api/Access.AcSharePointListTransferType.md b/api/Access.AcSharePointListTransferType.md
index 0dd43735ece..2529e33f107 100644
--- a/api/Access.AcSharePointListTransferType.md
+++ b/api/Access.AcSharePointListTransferType.md
@@ -1,5 +1,5 @@
---
-title: AcSharePointListTransferType Enumeration (Access)
+title: AcSharePointListTransferType enumeration (Access)
keywords: vbaac10.chm14057
f1_keywords:
- vbaac10.chm14057
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSharePointListTransferType Enumeration (Access)
+# AcSharePointListTransferType enumeration (Access)
-Used with the [DoCmd.TransferSharePointList Method (Access)](Access.DoCmd.TransferSharePointList.md) method to specify whether to import or link to a SharePoint list.
+Used with the [DoCmd.TransferSharePointList method (Access)](Access.DoCmd.TransferSharePointList.md) method to specify whether to import or link to a SharePoint list.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acImportSharePointList**|0|Import the SharePoint list.|
|**acLinkSharePointList**|1|Link to the SharePoint list.|
diff --git a/api/Access.AcShowToolbar.md b/api/Access.AcShowToolbar.md
index 17238eb27b4..3839633b406 100644
--- a/api/Access.AcShowToolbar.md
+++ b/api/Access.AcShowToolbar.md
@@ -1,5 +1,5 @@
---
-title: AcShowToolbar Enumeration (Access)
+title: AcShowToolbar enumeration (Access)
keywords: vbaac10.chm10038
f1_keywords:
- vbaac10.chm10038
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcShowToolbar Enumeration (Access)
+# AcShowToolbar enumeration (Access)
-Used with the [DoCmd.ShowToolbar Method (Access)](Access.DoCmd.ShowToolbar.md) method to specify whether to display a particular custom toolbar.
+Used with the [DoCmd.ShowToolbar method (Access)](Access.DoCmd.ShowToolbar.md) method to specify whether to display a particular custom toolbar.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acToolbarNo**|2|Hide the toolbar.|
|**acToolbarWhereApprop**|1|Display the toolbar while in the appropriate view.|
diff --git a/api/Access.AcSplitFormDatasheet.md b/api/Access.AcSplitFormDatasheet.md
index 3c2306bf845..64f03305956 100644
--- a/api/Access.AcSplitFormDatasheet.md
+++ b/api/Access.AcSplitFormDatasheet.md
@@ -1,5 +1,5 @@
---
-title: AcSplitFormDatasheet Enumeration (Access)
+title: AcSplitFormDatasheet enumeration (Access)
keywords: vbaac10.chm14039
f1_keywords:
- vbaac10.chm14039
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSplitFormDatasheet Enumeration (Access)
+# AcSplitFormDatasheet enumeration (Access)
-Used with the [Form.SplitFormDatasheet Property (Access)](Access.Form.SplitFormDatasheet.md) property to specify whether the user can edit contents of the datasheet while a form is displayed in Split Form view.
+Used with the [Form.SplitFormDatasheet property (Access)](Access.Form.SplitFormDatasheet.md) property to specify whether the user can edit contents of the datasheet while a form is displayed in Split Form view.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDatasheetAllowEdits**|0|The user can edit the contents of the datasheet.|
|**acDatasheetReadOnly**|1|The user cannot edit the contents of the datasheet.|
diff --git a/api/Access.AcSplitFormOrientation.md b/api/Access.AcSplitFormOrientation.md
index a068c72df69..f6b18da8277 100644
--- a/api/Access.AcSplitFormOrientation.md
+++ b/api/Access.AcSplitFormOrientation.md
@@ -1,5 +1,5 @@
---
-title: AcSplitFormOrientation Enumeration (Access)
+title: AcSplitFormOrientation enumeration (Access)
keywords: vbaac10.chm14038
f1_keywords:
- vbaac10.chm14038
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSplitFormOrientation Enumeration (Access)
+# AcSplitFormOrientation enumeration (Access)
Used with the [SplitFormOrientation](Access.Form.SplitFormOrientation.md) property to specify the orientation of the datasheet in relation to the form while in Split Form view.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDatasheetOnBottom**|1|The datasheet is displayed below the form.|
|**acDatasheetOnLeft**|2|The datasheet is displayed to the left of the form.|
diff --git a/api/Access.AcSplitFormPrinting.md b/api/Access.AcSplitFormPrinting.md
index 76856acce35..847257a6708 100644
--- a/api/Access.AcSplitFormPrinting.md
+++ b/api/Access.AcSplitFormPrinting.md
@@ -1,5 +1,5 @@
---
-title: AcSplitFormPrinting Enumeration (Access)
+title: AcSplitFormPrinting enumeration (Access)
keywords: vbaac10.chm14037
f1_keywords:
- vbaac10.chm14037
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSplitFormPrinting Enumeration (Access)
+# AcSplitFormPrinting enumeration (Access)
Used with the [SplitFormPrinting](Access.Form.SplitFormPrinting.md) property to specify what to print when a form is in Split Form view.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acFormOnly**|0|The contents of the form are printed.|
|**acGridOnly**|1|The contents of the datasheet are printed. |
diff --git a/api/Access.AcSpreadSheetType.md b/api/Access.AcSpreadSheetType.md
index fa94091f2e6..f8fde88da7c 100644
--- a/api/Access.AcSpreadSheetType.md
+++ b/api/Access.AcSpreadSheetType.md
@@ -1,5 +1,5 @@
---
-title: AcSpreadSheetType Enumeration (Access)
+title: AcSpreadSheetType enumeration (Access)
keywords: vbaac10.chm10032
f1_keywords:
- vbaac10.chm10032
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSpreadSheetType Enumeration (Access)
+# AcSpreadSheetType enumeration (Access)
Used with the [TransferSpreadsheet](Access.DoCmd.TransferSpreadsheet.md) method to specify the type of spreadsheet to import from, export to, or link to.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acSpreadsheetTypeExcel3**|0|Microsoft Excel 3.0 format|
|**acSpreadsheetTypeExcel4**|6|Microsoft Excel 4.0 format|
diff --git a/api/Access.AcSysCmdAction.md b/api/Access.AcSysCmdAction.md
index dc386892dfd..36ec7c1ebb9 100644
--- a/api/Access.AcSysCmdAction.md
+++ b/api/Access.AcSysCmdAction.md
@@ -1,5 +1,5 @@
---
-title: AcSysCmdAction Enumeration (Access)
+title: AcSysCmdAction enumeration (Access)
keywords: vbaac10.chm10027
f1_keywords:
- vbaac10.chm10027
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcSysCmdAction Enumeration (Access)
+# AcSysCmdAction enumeration (Access)
Used with the **SysCmd** method to specify an action to take.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acSysCmdAccessDir**|9|Returns the name of the directory where Msaccess.exe is located.|
|**acSysCmdAccessVer**|7|Returns the version number of Microsoft Access.|
diff --git a/api/Access.AcTextFormat.md b/api/Access.AcTextFormat.md
index 3b9452ed7f6..e643c2a39f8 100644
--- a/api/Access.AcTextFormat.md
+++ b/api/Access.AcTextFormat.md
@@ -1,5 +1,5 @@
---
-title: AcTextFormat Enumeration (Access)
+title: AcTextFormat enumeration (Access)
keywords: vbaac10.chm14041
f1_keywords:
- vbaac10.chm14041
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcTextFormat Enumeration (Access)
+# AcTextFormat enumeration (Access)
Used with the [TextFormat](Access.TextBox.TextFormat.md) property to specify whether or not rich text is displayed in a Text Box.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acTextFormatHTMLRichText**|1|Rich text can be displayed.|
|**acTextFormatPlain**|0| (Default) Plain text is displayed.|
diff --git a/api/Access.AcTextTransferType.md b/api/Access.AcTextTransferType.md
index b0bf84caf0a..39045d053cd 100644
--- a/api/Access.AcTextTransferType.md
+++ b/api/Access.AcTextTransferType.md
@@ -1,5 +1,5 @@
---
-title: AcTextTransferType Enumeration (Access)
+title: AcTextTransferType enumeration (Access)
keywords: vbaac10.chm10028
f1_keywords:
- vbaac10.chm10028
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcTextTransferType Enumeration (Access)
+# AcTextTransferType enumeration (Access)
-Used with the [DoCmd.TransferText Method (Access)](Access.DoCmd.TransferText.md) method to specify the type of transfer you want to make.
+Used with the [DoCmd.TransferText method (Access)](Access.DoCmd.TransferText.md) method to specify the type of transfer you want to make.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acExportDelim**|2|Export Delimited|
|**acExportFixed**|3|Export Fixed Width|
diff --git a/api/Access.AcTransformXMLScriptOption.md b/api/Access.AcTransformXMLScriptOption.md
index e11d1af8947..f1d7d6216c4 100644
--- a/api/Access.AcTransformXMLScriptOption.md
+++ b/api/Access.AcTransformXMLScriptOption.md
@@ -1,5 +1,5 @@
---
-title: AcTransformXMLScriptOption Enumeration (Access)
+title: AcTransformXMLScriptOption enumeration (Access)
keywords: vbaac10.chm13252
f1_keywords:
- vbaac10.chm13252
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcTransformXMLScriptOption Enumeration (Access)
+# AcTransformXMLScriptOption enumeration (Access)
Used with the [TransformXML](Access.Application.TransformXML.md) method to specify the action taken if the XSL file contains scripting code.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDisableScript**|2|The script is disabled.|
|**acEnableScript**|0|The script is enabled.|
diff --git a/api/Access.AcVerticalAnchor.md b/api/Access.AcVerticalAnchor.md
index 1b3bd7ddf74..e33d935bc25 100644
--- a/api/Access.AcVerticalAnchor.md
+++ b/api/Access.AcVerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: AcVerticalAnchor Enumeration (Access)
+title: AcVerticalAnchor enumeration (Access)
keywords: vbaac10.chm14044
f1_keywords:
- vbaac10.chm14044
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcVerticalAnchor Enumeration (Access)
+# AcVerticalAnchor enumeration (Access)
Used with the **VerticalAnchor** property to specify how a control is anchored vertically within its layout.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acVerticalAnchorBoth**|2|The control is stretched vertically across its layout.|
|**acVerticalAnchorBottom**|1|The control is anchored at the bottom of its layout.|
diff --git a/api/Access.AcView.md b/api/Access.AcView.md
index 2695a9bf6c9..4fdbd5c32c2 100644
--- a/api/Access.AcView.md
+++ b/api/Access.AcView.md
@@ -1,5 +1,5 @@
---
-title: AcView Enumeration (Access)
+title: AcView enumeration (Access)
keywords: vbaac10.chm10029
f1_keywords:
- vbaac10.chm10029
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcView Enumeration (Access)
+# AcView enumeration (Access)
Specifies an object's view.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acViewDesign**|1|Design view|
|**acViewLayout**|6|Layout view|
diff --git a/api/Access.AcWebBrowserScrollBars.md b/api/Access.AcWebBrowserScrollBars.md
index 778b6c208a4..37b87d83281 100644
--- a/api/Access.AcWebBrowserScrollBars.md
+++ b/api/Access.AcWebBrowserScrollBars.md
@@ -1,5 +1,5 @@
---
-title: AcWebBrowserScrollBars Enumeration (Access)
+title: AcWebBrowserScrollBars enumeration (Access)
keywords: vbaac10.chm14345
f1_keywords:
- vbaac10.chm14345
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcWebBrowserScrollBars Enumeration (Access)
+# AcWebBrowserScrollBars enumeration (Access)
Used by the [ScrollBars](Access.WebBrowserControl.ScrollBars.md) property to specify whether scroll bars are displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acScrollAuto**|0|Scroll bars are displayed if the currrent page in the control is too large to be displayed in its entirely.|
|**acScrollNo**|2|Scroll bars are not displayed.|
diff --git a/api/Access.AcWebBrowserState.md b/api/Access.AcWebBrowserState.md
index 9f1302979b3..79320a3f8b3 100644
--- a/api/Access.AcWebBrowserState.md
+++ b/api/Access.AcWebBrowserState.md
@@ -1,5 +1,5 @@
---
-title: AcWebBrowserState Enumeration (Access)
+title: AcWebBrowserState enumeration (Access)
keywords: vbaac10.chm14344
f1_keywords:
- vbaac10.chm14344
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcWebBrowserState Enumeration (Access)
+# AcWebBrowserState enumeration (Access)
Used by the [ReadyState](Access.WebBrowserControl.ReadyState.md) property to determine the state of the Web Browser control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acComplete**|3|The Web Browser control has finished loading the new document and all its contents.|
|**acInteractive**|3|The Web Browser control has loaded enough of the document to allow limited user interaction, such as clicking hyperlinks that have been displayed.|
diff --git a/api/Access.AcWebUserDisplay.md b/api/Access.AcWebUserDisplay.md
index 2d393b6802b..b62c22d6aff 100644
--- a/api/Access.AcWebUserDisplay.md
+++ b/api/Access.AcWebUserDisplay.md
@@ -1,5 +1,5 @@
---
-title: AcWebUserDisplay Enumeration (Access)
+title: AcWebUserDisplay enumeration (Access)
keywords: vbaac10.chm14599
f1_keywords:
- vbaac10.chm14599
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcWebUserDisplay Enumeration (Access)
+# AcWebUserDisplay enumeration (Access)
Specifies information about the current user of a Web database.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acWebUserEmail**|3|The current user's e-mail address.|
|**acWebUserID**|0|The current user's member ID.|
diff --git a/api/Access.AcWebUserGroupsDisplay.md b/api/Access.AcWebUserGroupsDisplay.md
index 5d852f5c981..fb50ada4231 100644
--- a/api/Access.AcWebUserGroupsDisplay.md
+++ b/api/Access.AcWebUserGroupsDisplay.md
@@ -1,5 +1,5 @@
---
-title: AcWebUserGroupsDisplay Enumeration (Access)
+title: AcWebUserGroupsDisplay enumeration (Access)
keywords: vbaac10.chm14600
f1_keywords:
- vbaac10.chm14600
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcWebUserGroupsDisplay Enumeration (Access)
+# AcWebUserGroupsDisplay enumeration (Access)
Specifies the type of information to return about the group membership of the current user of a Web database.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acWebUserGroupID**|0|The identifiers of the groups.|
|**acWebUserGroupName**|1|The names of the groups.|
diff --git a/api/Access.AcWindowMode.md b/api/Access.AcWindowMode.md
index 5532c9e4be4..f522901bcfa 100644
--- a/api/Access.AcWindowMode.md
+++ b/api/Access.AcWindowMode.md
@@ -1,5 +1,5 @@
---
-title: AcWindowMode Enumeration (Access)
+title: AcWindowMode enumeration (Access)
keywords: vbaac10.chm10030
f1_keywords:
- vbaac10.chm10030
@@ -11,13 +11,13 @@ ms.date: 06/08/2017
---
-# AcWindowMode Enumeration (Access)
+# AcWindowMode enumeration (Access)
Specifies the mode in which a form or report is opened.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**acDialog**|3|The form or report's **Modal** and **PopUp** properties are set to **Yes**.|
|**acHidden**|1|The form or report is hidden.|
diff --git a/api/Access.AccessObject.CurrentView.md b/api/Access.AccessObject.CurrentView.md
index dac514fd021..9707f62e564 100644
--- a/api/Access.AccessObject.CurrentView.md
+++ b/api/Access.AccessObject.CurrentView.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.CurrentView Property (Access)
+title: AccessObject.CurrentView property (Access)
keywords: vbaac10.chm12754
f1_keywords:
- vbaac10.chm12754
@@ -7,24 +7,20 @@ ms.prod: access
api_name:
- Access.AccessObject.CurrentView
ms.assetid: d957f544-9619-be5c-dfce-c6962ba24655
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# AccessObject.CurrentView Property (Access)
+# AccessObject.CurrentView property (Access)
-Returns the current view for the specified Access object. Read-only **[AcCurrentView](Access.AcCurrentView.md)**.
+Returns the current view for the specified Access object. Read-only **[AcCurrentView](Access.AcCurrentView.md)**.
## Syntax
- _expression_. `CurrentView`
+_expression_. `CurrentView`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
-## See also
-
-
-[AccessObject Object](Access.AccessObject.md)
diff --git a/api/Access.AccessObject.DateCreated.md b/api/Access.AccessObject.DateCreated.md
index b51f5904f81..9d389ef63c7 100644
--- a/api/Access.AccessObject.DateCreated.md
+++ b/api/Access.AccessObject.DateCreated.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.DateCreated Property (Access)
+title: AccessObject.DateCreated property (Access)
keywords: vbaac10.chm12752
f1_keywords:
- vbaac10.chm12752
@@ -7,20 +7,20 @@ ms.prod: access
api_name:
- Access.AccessObject.DateCreated
ms.assetid: 68a6fd13-2831-386f-0328-274e43219578
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# AccessObject.DateCreated Property (Access)
+# AccessObject.DateCreated property (Access)
-Returns a **Date** indicating the date and time when the design of the specified object was last modified. Read-only.
+Returns a **Date** indicating the date and time when the design of the specified object was last modified. Read-only.
## Syntax
- _expression_. `DateCreated`
+_expression_. `DateCreated`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
## Example
@@ -40,8 +40,3 @@ Next acobjLoop
```
-## See also
-
-
-[AccessObject Object](Access.AccessObject.md)
-
diff --git a/api/Access.AccessObject.DateModified.md b/api/Access.AccessObject.DateModified.md
index 3853469f4ab..77bf39c5d4f 100644
--- a/api/Access.AccessObject.DateModified.md
+++ b/api/Access.AccessObject.DateModified.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.DateModified Property (Access)
+title: AccessObject.DateModified property (Access)
keywords: vbaac10.chm12753
f1_keywords:
- vbaac10.chm12753
@@ -7,20 +7,20 @@ ms.prod: access
api_name:
- Access.AccessObject.DateModified
ms.assetid: a5392776-febe-de09-103d-2d2683f2d0bf
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# AccessObject.DateModified Property (Access)
+# AccessObject.DateModified property (Access)
-Returns a **Date** indicating the date and time when the design of the specified object was last modified. Read-only.
+Returns a **Date** indicating the date and time when the design of the specified object was last modified. Read-only.
## Syntax
- _expression_. `DateModified`
+_expression_. `DateModified`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
## Example
@@ -40,8 +40,4 @@ Next acobjLoop
```
-## See also
-
-
-[AccessObject Object](Access.AccessObject.md)
diff --git a/api/Access.AccessObject.FullName.md b/api/Access.AccessObject.FullName.md
index df2c54a7aea..119e0b897d0 100644
--- a/api/Access.AccessObject.FullName.md
+++ b/api/Access.AccessObject.FullName.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.FullName Property (Access)
+title: AccessObject.FullName property (Access)
keywords: vbaac10.chm12751
f1_keywords:
- vbaac10.chm12751
@@ -7,24 +7,21 @@ ms.prod: access
api_name:
- Access.AccessObject.FullName
ms.assetid: 9e6d2249-893e-8b0f-87b8-c427e6d89927
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# AccessObject.FullName Property (Access)
+# AccessObject.FullName property (Access)
-Sets or returns the full path (including file name) of a specific object. Read/write **String**.
+Sets or returns the full path (including file name) of a specific object. Read/write **String**.
## Syntax
- _expression_. `FullName`
+_expression_. `FullName`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
-## See also
-[AccessObject Object](Access.AccessObject.md)
-
diff --git a/api/Access.AccessObject.GetDependencyInfo.md b/api/Access.AccessObject.GetDependencyInfo.md
index b5c3c1d84f3..a410013f492 100644
--- a/api/Access.AccessObject.GetDependencyInfo.md
+++ b/api/Access.AccessObject.GetDependencyInfo.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.GetDependencyInfo Method (Access)
+title: AccessObject.GetDependencyInfo method (Access)
keywords: vbaac10.chm12756
f1_keywords:
- vbaac10.chm12756
@@ -7,20 +7,20 @@ ms.prod: access
api_name:
- Access.AccessObject.GetDependencyInfo
ms.assetid: 33feb9c9-abac-cbe4-acf9-989957f41b7a
-ms.date: 06/08/2017
+ms.date: 09/26/2018
---
-# AccessObject.GetDependencyInfo Method (Access)
+# AccessObject.GetDependencyInfo method (Access)
- Returns a **[DependencyInfo](Access.DependencyInfo.md)** object that represents the database objects that are dependent upon the specified object.
+Returns a **[DependencyInfo](Access.DependencyInfo.md)** object that represents the database objects that are dependent upon the specified object.
## Syntax
- _expression_. `GetDependencyInfo`
+_expression_. `GetDependencyInfo`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
### Return value
@@ -44,8 +44,4 @@ This method will return a run-time error if any of the following conditions are
Access does not search Visual Basic for Applications (VBA) code, macros, or data access pages for dependencies.
-## See also
-
-
-[AccessObject Object](Access.AccessObject.md)
diff --git a/api/Access.AccessObject.IsDependentUpon.md b/api/Access.AccessObject.IsDependentUpon.md
index 068100b10d8..1c630c31d97 100644
--- a/api/Access.AccessObject.IsDependentUpon.md
+++ b/api/Access.AccessObject.IsDependentUpon.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.IsDependentUpon Method (Access)
+title: AccessObject.IsDependentUpon method (Access)
keywords: vbaac10.chm12755
f1_keywords:
- vbaac10.chm12755
@@ -11,23 +11,21 @@ ms.date: 06/08/2017
---
-# AccessObject.IsDependentUpon Method (Access)
+# AccessObject.IsDependentUpon method (Access)
Returns a **Boolean** value that indicates whether the specified object is dependent upon the database object specified in the _ObjectName_ argument.
## Syntax
- _expression_. `IsDependentUpon`( ` _ObjectType_`, ` _ObjectName_` )
+_expression_. `IsDependentUpon`( ` _ObjectType_`, ` _ObjectName_` )
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
### Parameters
-
-
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**AcObjectType**|An **[AcObjectType](Access.AcObjectType.md)** constant that represents the type of database object to check for dependency.|
| _ObjectName_|Required|**String**|The name of the database object to check for dependency.|
diff --git a/api/Access.AccessObject.IsLoaded.md b/api/Access.AccessObject.IsLoaded.md
index 13dc2d7b559..ec18dc6bb9f 100644
--- a/api/Access.AccessObject.IsLoaded.md
+++ b/api/Access.AccessObject.IsLoaded.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.IsLoaded Property (Access)
+title: AccessObject.IsLoaded property (Access)
keywords: vbaac10.chm12750
f1_keywords:
- vbaac10.chm12750
@@ -11,16 +11,16 @@ ms.date: 11/30/2017
---
-# AccessObject.IsLoaded Property (Access)
+# AccessObject.IsLoaded property (Access)
You can use the **IsLoaded** property to determine if an **[AccessObject](Access.AccessObject.md)** is currently loaded. Read-only **Boolean**.
## Syntax
- _expression_. `IsLoaded`
+_expression_. `IsLoaded`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
## Remarks
diff --git a/api/Access.AccessObject.IsWeb.md b/api/Access.AccessObject.IsWeb.md
index ebb692850fa..983c4f1d2ae 100644
--- a/api/Access.AccessObject.IsWeb.md
+++ b/api/Access.AccessObject.IsWeb.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.IsWeb Property (Access)
+title: AccessObject.IsWeb property (Access)
keywords: vbaac10.chm14678
f1_keywords:
- vbaac10.chm14678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObject.IsWeb Property (Access)
+# AccessObject.IsWeb property (Access)
Gets whether the specified object is a Web object. Read-only **Boolean**.
## Syntax
- _expression_. `IsWeb`
+_expression_. `IsWeb`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
## Remarks
diff --git a/api/Access.AccessObject.Name.md b/api/Access.AccessObject.Name.md
index 20c941a9549..629416fb5b3 100644
--- a/api/Access.AccessObject.Name.md
+++ b/api/Access.AccessObject.Name.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.Name Property (Access)
+title: AccessObject.Name property (Access)
keywords: vbaac10.chm12746
f1_keywords:
- vbaac10.chm12746
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObject.Name Property (Access)
+# AccessObject.Name property (Access)
You can use the **Name** property to determine the string expression that identifies the name of an object. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
## Remarks
diff --git a/api/Access.AccessObject.Parent.md b/api/Access.AccessObject.Parent.md
index 24fbd851177..a48f3337fe4 100644
--- a/api/Access.AccessObject.Parent.md
+++ b/api/Access.AccessObject.Parent.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.Parent Property (Access)
+title: AccessObject.Parent property (Access)
keywords: vbaac10.chm12744
f1_keywords:
- vbaac10.chm12744
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObject.Parent Property (Access)
+# AccessObject.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
## See also
diff --git a/api/Access.AccessObject.Properties.md b/api/Access.AccessObject.Properties.md
index 9cc079aa945..3a9a6ae472a 100644
--- a/api/Access.AccessObject.Properties.md
+++ b/api/Access.AccessObject.Properties.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.Properties Property (Access)
+title: AccessObject.Properties property (Access)
keywords: vbaac10.chm12749
f1_keywords:
- vbaac10.chm12749
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObject.Properties Property (Access)
+# AccessObject.Properties property (Access)
Returns a reference to a **[AccessObject](Access.AccessObject.md)** object's **[AccessObjectProperties](Access.AccessObjectProperties.md)** collection. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
## Remarks
diff --git a/api/Access.AccessObject.Type.md b/api/Access.AccessObject.Type.md
index 03369935b75..0414d0acda8 100644
--- a/api/Access.AccessObject.Type.md
+++ b/api/Access.AccessObject.Type.md
@@ -1,5 +1,5 @@
---
-title: AccessObject.Type Property (Access)
+title: AccessObject.Type property (Access)
keywords: vbaac10.chm12747
f1_keywords:
- vbaac10.chm12747
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObject.Type Property (Access)
+# AccessObject.Type property (Access)
Returns the value of an **[AccessObject](Access.AccessObject.md)** object type. Read-only **[AcObjectType](Access.AcObjectType.md)**.
## Syntax
- _expression_. `Type`
+_expression_. `Type`
- _expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
+_expression_ A variable that represents an [AccessObject](Access.AccessObject.md) object.
## See also
diff --git a/api/Access.AccessObject.md b/api/Access.AccessObject.md
index a6f4f2dbb75..c6b9af843b3 100644
--- a/api/Access.AccessObject.md
+++ b/api/Access.AccessObject.md
@@ -1,5 +1,5 @@
---
-title: AccessObject Object (Access)
+title: AccessObject object (Access)
keywords: vbaac10.chm12743
f1_keywords:
- vbaac10.chm12743
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AccessObject Object (Access)
+# AccessObject object (Access)
An **AccessObject** object refers to a particular Access object.
diff --git a/api/Access.AccessObjectProperties.Add.md b/api/Access.AccessObjectProperties.Add.md
index 40be363cadf..f49810b3df0 100644
--- a/api/Access.AccessObjectProperties.Add.md
+++ b/api/Access.AccessObjectProperties.Add.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperties.Add Method (Access)
+title: AccessObjectProperties.Add method (Access)
keywords: vbaac10.chm12703
f1_keywords:
- vbaac10.chm12703
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# AccessObjectProperties.Add Method (Access)
+# AccessObjectProperties.Add method (Access)
-You can use the **Add** method to add a new property as an **AccessObjectProperty** object to the **[AccessObjectProperties](Access.AccessObjectProperties.md)** collection of an **[AccessObject](Access.AccessObject.md)** object.
+You can use the **Add** method to add a new property as an **AccessObjectProperty** object to the **[AccessObjectProperties](Access.AccessObjectProperties.md)** collection of an **[AccessObject](Access.AccessObject.md)** object.
## Syntax
- _expression_. `Add`( ` _PropertyName_`, ` _Value_` )
+_expression_. `Add`( ` _PropertyName_`, ` _Value_` )
- _expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
+_expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PropertyName_|Required|**String**|A string expression that's the name of the new property.|
-| _Value_|Required|**Variant**|A **Variant** value corresponding to the option setting. The setting of the value argument depends on the possible settings for a particular option. Can be a constant or a string value.|
+| _Value_|Required|**Variant**|A **Variant** value corresponding to the option setting. The setting of the value argument depends on the possible settings for a particular option. Can be a constant or a string value.|
## Remarks
-You can use the **Remove** method of the **AccessObjectProperties** collection to delete an existing property.
+You can use the **Remove** method of the **AccessObjectProperties** collection to delete an existing property.
## See also
diff --git a/api/Access.AccessObjectProperties.Application.md b/api/Access.AccessObjectProperties.Application.md
index 8f6649f1de4..11b16fa95b4 100644
--- a/api/Access.AccessObjectProperties.Application.md
+++ b/api/Access.AccessObjectProperties.Application.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperties.Application Property (Access)
+title: AccessObjectProperties.Application property (Access)
keywords: vbaac10.chm12699
f1_keywords:
- vbaac10.chm12699
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObjectProperties.Application Property (Access)
+# AccessObjectProperties.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
+_expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
## Remarks
diff --git a/api/Access.AccessObjectProperties.Count.md b/api/Access.AccessObjectProperties.Count.md
index b39776c9d62..94986c221e2 100644
--- a/api/Access.AccessObjectProperties.Count.md
+++ b/api/Access.AccessObjectProperties.Count.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperties.Count Property (Access)
+title: AccessObjectProperties.Count property (Access)
keywords: vbaac10.chm12702
f1_keywords:
- vbaac10.chm12702
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObjectProperties.Count Property (Access)
+# AccessObjectProperties.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
+_expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
## See also
diff --git a/api/Access.AccessObjectProperties.Item.md b/api/Access.AccessObjectProperties.Item.md
index c7634066dd2..f3c3fa57d2e 100644
--- a/api/Access.AccessObjectProperties.Item.md
+++ b/api/Access.AccessObjectProperties.Item.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperties.Item Property (Access)
+title: AccessObjectProperties.Item property (Access)
keywords: vbaac10.chm12701
f1_keywords:
- vbaac10.chm12701
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AccessObjectProperties.Item Property (Access)
+# AccessObjectProperties.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObjectProperty**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
+_expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AccessObjectProperties.Parent.md b/api/Access.AccessObjectProperties.Parent.md
index ab9ef56f60f..e31edddf842 100644
--- a/api/Access.AccessObjectProperties.Parent.md
+++ b/api/Access.AccessObjectProperties.Parent.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperties.Parent Property (Access)
+title: AccessObjectProperties.Parent property (Access)
keywords: vbaac10.chm12700
f1_keywords:
- vbaac10.chm12700
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObjectProperties.Parent Property (Access)
+# AccessObjectProperties.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
+_expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
## See also
diff --git a/api/Access.AccessObjectProperties.Remove.md b/api/Access.AccessObjectProperties.Remove.md
index 49227856c09..cd94824e683 100644
--- a/api/Access.AccessObjectProperties.Remove.md
+++ b/api/Access.AccessObjectProperties.Remove.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperties.Remove Method (Access)
+title: AccessObjectProperties.Remove method (Access)
keywords: vbaac10.chm12704
f1_keywords:
- vbaac10.chm12704
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AccessObjectProperties.Remove Method (Access)
+# AccessObjectProperties.Remove method (Access)
-You can use the **Remove** method to remove an **AccessObjectProperty** object from the **[AccessObjectProperties](Access.AccessObjectProperties.md)** collection of an **[AccessObject](Access.AccessObject.md)** object.
+You can use the **Remove** method to remove an **AccessObjectProperty** object from the **[AccessObjectProperties](Access.AccessObjectProperties.md)** collection of an **[AccessObject](Access.AccessObject.md)** object.
## Syntax
- _expression_. `Remove`( ` _Item_` )
+_expression_. `Remove`( ` _Item_` )
- _expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
+_expression_ A variable that represents an [AccessObjectProperties](Access.AccessObjectProperties.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Item_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the object argument. If a numeric expression, the index argument must be a number from 0 to the value of the collection's **Count** property minus 1. If a string expression, the index argument must be the name of a member of the collection.|
+| _Item_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the object argument. If a numeric expression, the index argument must be a number from 0 to the value of the collection's **Count** property minus 1. If a string expression, the index argument must be the name of a member of the collection.|
## See also
diff --git a/api/Access.AccessObjectProperties.md b/api/Access.AccessObjectProperties.md
index 77b1c688eaf..59148460817 100644
--- a/api/Access.AccessObjectProperties.md
+++ b/api/Access.AccessObjectProperties.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperties Object (Access)
+title: AccessObjectProperties object (Access)
keywords: vbaac10.chm12698
f1_keywords:
- vbaac10.chm12698
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AccessObjectProperties Object (Access)
+# AccessObjectProperties object (Access)
The **AccessObjectProperties** collection contains all of the custom **[AccessObjectProperty](Access.AccessObjectProperty.md)** objects of a specific instance of an object. These **AccessObjectProperty** objects (which are often just called properties) uniquely characterize that instance of the object.
diff --git a/api/Access.AccessObjectProperty.Name.md b/api/Access.AccessObjectProperty.Name.md
index 498a0686b7b..0aeb901a2fe 100644
--- a/api/Access.AccessObjectProperty.Name.md
+++ b/api/Access.AccessObjectProperty.Name.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperty.Name Property (Access)
+title: AccessObjectProperty.Name property (Access)
keywords: vbaac10.chm12695
f1_keywords:
- vbaac10.chm12695
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObjectProperty.Name Property (Access)
+# AccessObjectProperty.Name property (Access)
You can use the **Name** property to determine the string expression that identifies the name of an object. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [AccessObjectProperty](Access.AccessObjectProperty.md) object.
+_expression_ A variable that represents an [AccessObjectProperty](Access.AccessObjectProperty.md) object.
## Remarks
diff --git a/api/Access.AccessObjectProperty.Value.md b/api/Access.AccessObjectProperty.Value.md
index 2db2bbb2d8c..119ea581f94 100644
--- a/api/Access.AccessObjectProperty.Value.md
+++ b/api/Access.AccessObjectProperty.Value.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperty.Value Property (Access)
+title: AccessObjectProperty.Value property (Access)
keywords: vbaac10.chm12696
f1_keywords:
- vbaac10.chm12696
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AccessObjectProperty.Value Property (Access)
+# AccessObjectProperty.Value property (Access)
Determines or specifies the value of a built-in property of an **[AccessObject](Access.AccessObject.md)** object. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents an [AccessObjectProperty](Access.AccessObjectProperty.md) object.
+_expression_ A variable that represents an [AccessObjectProperty](Access.AccessObjectProperty.md) object.
## Remarks
diff --git a/api/Access.AccessObjectProperty.md b/api/Access.AccessObjectProperty.md
index d6d29181589..106b10d0b8e 100644
--- a/api/Access.AccessObjectProperty.md
+++ b/api/Access.AccessObjectProperty.md
@@ -1,5 +1,5 @@
---
-title: AccessObjectProperty Object (Access)
+title: AccessObjectProperty object (Access)
keywords: vbaac10.chm12693
f1_keywords:
- vbaac10.chm12693
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AccessObjectProperty Object (Access)
+# AccessObjectProperty object (Access)
An **AccessObjectProperty** object represents a built-in or user-defined characteristic of an **AccessObject** object.
diff --git a/api/Access.ActionName.md b/api/Access.ActionName.md
index e30b9de3445..2a31ae9ec2c 100644
--- a/api/Access.ActionName.md
+++ b/api/Access.ActionName.md
@@ -1,5 +1,5 @@
---
-title: MacroError.ActionName Property (Access)
+title: MacroError.ActionName property (Access)
keywords: vbaac10.chm14047
f1_keywords:
- vbaac10.chm14047
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# MacroError.ActionName Property (Access)
+# MacroError.ActionName property (Access)
Gets the name of the macro action that was executing when an error occurred. Read-only.
## Syntax
- _expression_. `ActionName`
+_expression_. `ActionName`
- _expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
+_expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
## Remarks
diff --git a/api/Access.AdditionalData.Add.md b/api/Access.AdditionalData.Add.md
index 501b1ff63a5..b9113e2fc7d 100644
--- a/api/Access.AdditionalData.Add.md
+++ b/api/Access.AdditionalData.Add.md
@@ -1,5 +1,5 @@
---
-title: AdditionalData.Add Method (Access)
+title: AdditionalData.Add method (Access)
keywords: vbaac10.chm13258
f1_keywords:
- vbaac10.chm13258
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# AdditionalData.Add Method (Access)
+# AdditionalData.Add method (Access)
-Adds an add table or query that will be included when the **ExportXML** method is called.
+Adds an add table or query that will be included when the **ExportXML** method is called.
## Syntax
- _expression_. `Add`( ` _var_` )
+_expression_. `Add`( ` _var_` )
- _expression_ A variable that represents an [AdditionalData](Access.AdditionalData.md) object.
+_expression_ A variable that represents an [AdditionalData](Access.AdditionalData.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _var_|Required|**String**|The name of the table or query to add.|
-### Return Value
+### Return value
AdditionalData
diff --git a/api/Access.AdditionalData.Count.md b/api/Access.AdditionalData.Count.md
index 4cb15868bdc..bb9090ccb1b 100644
--- a/api/Access.AdditionalData.Count.md
+++ b/api/Access.AdditionalData.Count.md
@@ -1,5 +1,5 @@
---
-title: AdditionalData.Count Property (Access)
+title: AdditionalData.Count property (Access)
keywords: vbaac10.chm13257
f1_keywords:
- vbaac10.chm13257
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AdditionalData.Count Property (Access)
+# AdditionalData.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AdditionalData](Access.AdditionalData.md) object.
+_expression_ A variable that represents an [AdditionalData](Access.AdditionalData.md) object.
## See also
diff --git a/api/Access.AdditionalData.Item.md b/api/Access.AdditionalData.Item.md
index 50ff02a7f2a..e8a465cbdcb 100644
--- a/api/Access.AdditionalData.Item.md
+++ b/api/Access.AdditionalData.Item.md
@@ -1,5 +1,5 @@
---
-title: AdditionalData.Item Property (Access)
+title: AdditionalData.Item property (Access)
keywords: vbaac10.chm13256
f1_keywords:
- vbaac10.chm13256
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AdditionalData.Item Property (Access)
+# AdditionalData.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AdditionalData**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents an [AdditionalData](Access.AdditionalData.md) object.
+_expression_ A variable that represents an [AdditionalData](Access.AdditionalData.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AdditionalData.Name.md b/api/Access.AdditionalData.Name.md
index e296a901268..1ea164901bb 100644
--- a/api/Access.AdditionalData.Name.md
+++ b/api/Access.AdditionalData.Name.md
@@ -1,5 +1,5 @@
---
-title: AdditionalData.Name Property (Access)
+title: AdditionalData.Name property (Access)
keywords: vbaac10.chm13255
f1_keywords:
- vbaac10.chm13255
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AdditionalData.Name Property (Access)
+# AdditionalData.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [AdditionalData](Access.AdditionalData.md) object.
+_expression_ A variable that represents an [AdditionalData](Access.AdditionalData.md) object.
## Remarks
diff --git a/api/Access.AdditionalData.md b/api/Access.AdditionalData.md
index 13c02960696..c4e699bf18f 100644
--- a/api/Access.AdditionalData.md
+++ b/api/Access.AdditionalData.md
@@ -1,5 +1,5 @@
---
-title: AdditionalData Object (Access)
+title: AdditionalData object (Access)
keywords: vbaac10.chm13253
f1_keywords:
- vbaac10.chm13253
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AdditionalData Object (Access)
+# AdditionalData object (Access)
Represents the collection of tables and queries that will be included with the parent table that is exported by the **[ExportXML](Access.Application.ExportXML.md)** method.
diff --git a/api/Access.AllDatabaseDiagrams.Application.md b/api/Access.AllDatabaseDiagrams.Application.md
index d76ac88c7c2..08ddc129505 100644
--- a/api/Access.AllDatabaseDiagrams.Application.md
+++ b/api/Access.AllDatabaseDiagrams.Application.md
@@ -1,5 +1,5 @@
---
-title: AllDatabaseDiagrams.Application Property (Access)
+title: AllDatabaseDiagrams.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllDatabaseDiagrams.Application Property (Access)
+# AllDatabaseDiagrams.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md) object.
+_expression_ A variable that represents an [AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md) object.
## Remarks
diff --git a/api/Access.AllDatabaseDiagrams.Count.md b/api/Access.AllDatabaseDiagrams.Count.md
index e68ffd6eead..f47b0610260 100644
--- a/api/Access.AllDatabaseDiagrams.Count.md
+++ b/api/Access.AllDatabaseDiagrams.Count.md
@@ -1,5 +1,5 @@
---
-title: AllDatabaseDiagrams.Count Property (Access)
+title: AllDatabaseDiagrams.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllDatabaseDiagrams.Count Property (Access)
+# AllDatabaseDiagrams.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md) object.
+_expression_ A variable that represents an [AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md) object.
## See also
diff --git a/api/Access.AllDatabaseDiagrams.Item.md b/api/Access.AllDatabaseDiagrams.Item.md
index 828dc91c714..318c14ceb75 100644
--- a/api/Access.AllDatabaseDiagrams.Item.md
+++ b/api/Access.AllDatabaseDiagrams.Item.md
@@ -1,5 +1,5 @@
---
-title: AllDatabaseDiagrams.Item Property (Access)
+title: AllDatabaseDiagrams.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AllDatabaseDiagrams.Item Property (Access)
+# AllDatabaseDiagrams.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an [AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md) object.
+_expression_ A variable that represents an [AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AllDatabaseDiagrams.Parent.md b/api/Access.AllDatabaseDiagrams.Parent.md
index ca5c1ef4e38..0e37b0aa458 100644
--- a/api/Access.AllDatabaseDiagrams.Parent.md
+++ b/api/Access.AllDatabaseDiagrams.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllDatabaseDiagrams.Parent Property (Access)
+title: AllDatabaseDiagrams.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllDatabaseDiagrams.Parent Property (Access)
+# AllDatabaseDiagrams.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md) object.
+_expression_ A variable that represents an [AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md) object.
## See also
diff --git a/api/Access.AllDatabaseDiagrams.md b/api/Access.AllDatabaseDiagrams.md
index 99f2baa2d72..5c845699ac7 100644
--- a/api/Access.AllDatabaseDiagrams.md
+++ b/api/Access.AllDatabaseDiagrams.md
@@ -1,5 +1,5 @@
---
-title: AllDatabaseDiagrams Object (Access)
+title: AllDatabaseDiagrams object (Access)
keywords: vbaac10.chm12692
f1_keywords:
- vbaac10.chm12692
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AllDatabaseDiagrams Object (Access)
+# AllDatabaseDiagrams object (Access)
The **AllDatabaseDiagrams** collection contains an **[AccessObject](Access.AccessObject.md)** for each database diagram in the **[CurrentData](Access.CurrentData.md)** or **[CodeData](Access.CodeData.md)** object.
diff --git a/api/Access.AllForms.Application.md b/api/Access.AllForms.Application.md
index 2a934571cf0..5c7fe83ac87 100644
--- a/api/Access.AllForms.Application.md
+++ b/api/Access.AllForms.Application.md
@@ -1,5 +1,5 @@
---
-title: AllForms.Application Property (Access)
+title: AllForms.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllForms.Application Property (Access)
+# AllForms.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AllForms](Access.AllForms.md) object.
+_expression_ A variable that represents an [AllForms](Access.AllForms.md) object.
## Remarks
diff --git a/api/Access.AllForms.Count.md b/api/Access.AllForms.Count.md
index adcbced591d..f577e46cfcc 100644
--- a/api/Access.AllForms.Count.md
+++ b/api/Access.AllForms.Count.md
@@ -1,5 +1,5 @@
---
-title: AllForms.Count Property (Access)
+title: AllForms.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllForms.Count Property (Access)
+# AllForms.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AllForms](Access.AllForms.md) object.
+_expression_ A variable that represents an [AllForms](Access.AllForms.md) object.
## Example
diff --git a/api/Access.AllForms.Item.md b/api/Access.AllForms.Item.md
index ac54b8bdf4f..1dd364b5c24 100644
--- a/api/Access.AllForms.Item.md
+++ b/api/Access.AllForms.Item.md
@@ -1,5 +1,5 @@
---
-title: AllForms.Item Property (Access)
+title: AllForms.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,31 +11,31 @@ ms.date: 06/08/2017
---
-# AllForms.Item Property (Access)
+# AllForms.Item property (Access)
-The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
+The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an [AllForms](Access.AllForms.md) object.
+_expression_ A variable that represents an [AllForms](Access.AllForms.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
If the value provided for the _index_ argument doesn't match any existing member of the collection, an error occurs.
-The **Item** property is the default member of a collection, so you don't have to specify it explicitly. For example, the following two lines of code are equivalent:
+The **Item** property is the default member of a collection, so you don't have to specify it explicitly. For example, the following two lines of code are equivalent:
diff --git a/api/Access.AllForms.Parent.md b/api/Access.AllForms.Parent.md
index f3f5017315d..4cf68049013 100644
--- a/api/Access.AllForms.Parent.md
+++ b/api/Access.AllForms.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllForms.Parent Property (Access)
+title: AllForms.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllForms.Parent Property (Access)
+# AllForms.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AllForms](Access.AllForms.md) object.
+_expression_ A variable that represents an [AllForms](Access.AllForms.md) object.
## Remarks
diff --git a/api/Access.AllForms.md b/api/Access.AllForms.md
index c89cfb88a02..98e039c0d7c 100644
--- a/api/Access.AllForms.md
+++ b/api/Access.AllForms.md
@@ -1,5 +1,5 @@
---
-title: AllForms Object (Access)
+title: AllForms object (Access)
keywords: vbaac10.chm12683
f1_keywords:
- vbaac10.chm12683
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AllForms Object (Access)
+# AllForms object (Access)
The **AllForms** collection contains an **[AccessObject](Access.AccessObject.md)** object for each form in the **[CurrentProject](Access.CurrentProject.md)** or **[CodeProject](Access.CodeProject.md)** object.
diff --git a/api/Access.AllFunctions.Application.md b/api/Access.AllFunctions.Application.md
index 346d5a29979..a2f5cd11436 100644
--- a/api/Access.AllFunctions.Application.md
+++ b/api/Access.AllFunctions.Application.md
@@ -1,5 +1,5 @@
---
-title: AllFunctions.Application Property (Access)
+title: AllFunctions.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllFunctions.Application Property (Access)
+# AllFunctions.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AllFunctions](Access.AllFunctions.md) object.
+_expression_ A variable that represents an [AllFunctions](Access.AllFunctions.md) object.
## Remarks
diff --git a/api/Access.AllFunctions.Count.md b/api/Access.AllFunctions.Count.md
index 6f0c464f767..6548b9eb122 100644
--- a/api/Access.AllFunctions.Count.md
+++ b/api/Access.AllFunctions.Count.md
@@ -1,5 +1,5 @@
---
-title: AllFunctions.Count Property (Access)
+title: AllFunctions.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllFunctions.Count Property (Access)
+# AllFunctions.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AllFunctions](Access.AllFunctions.md) object.
+_expression_ A variable that represents an [AllFunctions](Access.AllFunctions.md) object.
## See also
diff --git a/api/Access.AllFunctions.Item.md b/api/Access.AllFunctions.Item.md
index 79dd79432e6..88d2912259f 100644
--- a/api/Access.AllFunctions.Item.md
+++ b/api/Access.AllFunctions.Item.md
@@ -1,5 +1,5 @@
---
-title: AllFunctions.Item Property (Access)
+title: AllFunctions.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,31 +11,31 @@ ms.date: 06/08/2017
---
-# AllFunctions.Item Property (Access)
+# AllFunctions.Item property (Access)
-The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
+The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an [AllFunctions](Access.AllFunctions.md) object.
+_expression_ A variable that represents an [AllFunctions](Access.AllFunctions.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
If the value provided for the _index_ argument doesn't match any existing member of the collection, an error occurs.
-The **Item** property is the default member of a collection, so you don't have to specify it explicitly. For example, the following two lines of code are equivalent:
+The **Item** property is the default member of a collection, so you don't have to specify it explicitly. For example, the following two lines of code are equivalent:
diff --git a/api/Access.AllFunctions.Parent.md b/api/Access.AllFunctions.Parent.md
index 50b10cd0555..72d55147fee 100644
--- a/api/Access.AllFunctions.Parent.md
+++ b/api/Access.AllFunctions.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllFunctions.Parent Property (Access)
+title: AllFunctions.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllFunctions.Parent Property (Access)
+# AllFunctions.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AllFunctions](Access.AllFunctions.md) object.
+_expression_ A variable that represents an [AllFunctions](Access.AllFunctions.md) object.
## See also
diff --git a/api/Access.AllFunctions.md b/api/Access.AllFunctions.md
index 604150fe04b..6a661e51299 100644
--- a/api/Access.AllFunctions.md
+++ b/api/Access.AllFunctions.md
@@ -1,5 +1,5 @@
---
-title: AllFunctions Object (Access)
+title: AllFunctions object (Access)
keywords: vbaac10.chm13250
f1_keywords:
- vbaac10.chm13250
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AllFunctions Object (Access)
+# AllFunctions object (Access)
The **AllFunctions** collection contains an **[AccessObject](Access.AccessObject.md)** object for each function in the **[CurrentData](Access.CurrentData.md)** or **[CodeData](Access.CodeData.md)** object.
diff --git a/api/Access.AllMacros.Application.md b/api/Access.AllMacros.Application.md
index cabd0fdeae4..537e4deb6ef 100644
--- a/api/Access.AllMacros.Application.md
+++ b/api/Access.AllMacros.Application.md
@@ -1,5 +1,5 @@
---
-title: AllMacros.Application Property (Access)
+title: AllMacros.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllMacros.Application Property (Access)
+# AllMacros.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an 'AllMacros' object.
+_expression_ A variable that represents an 'AllMacros' object.
## Remarks
diff --git a/api/Access.AllMacros.Count.md b/api/Access.AllMacros.Count.md
index 9bbff918d00..ba0f02f3943 100644
--- a/api/Access.AllMacros.Count.md
+++ b/api/Access.AllMacros.Count.md
@@ -1,5 +1,5 @@
---
-title: AllMacros.Count Property (Access)
+title: AllMacros.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllMacros.Count Property (Access)
+# AllMacros.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an 'AllMacros' object.
+_expression_ A variable that represents an 'AllMacros' object.
## See also
diff --git a/api/Access.AllMacros.Item.md b/api/Access.AllMacros.Item.md
index b0115b8c3c7..d9a47813762 100644
--- a/api/Access.AllMacros.Item.md
+++ b/api/Access.AllMacros.Item.md
@@ -1,5 +1,5 @@
---
-title: AllMacros.Item Property (Access)
+title: AllMacros.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AllMacros.Item Property (Access)
+# AllMacros.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an 'AllMacros' object.
+_expression_ A variable that represents an 'AllMacros' object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AllMacros.Parent.md b/api/Access.AllMacros.Parent.md
index deb8b0ef445..8e25d6f5848 100644
--- a/api/Access.AllMacros.Parent.md
+++ b/api/Access.AllMacros.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllMacros.Parent Property (Access)
+title: AllMacros.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllMacros.Parent Property (Access)
+# AllMacros.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an 'AllMacros' object.
+_expression_ A variable that represents an 'AllMacros' object.
## See also
diff --git a/api/Access.AllModules.Application.md b/api/Access.AllModules.Application.md
index 55249bbb3f0..e08e80c7cb8 100644
--- a/api/Access.AllModules.Application.md
+++ b/api/Access.AllModules.Application.md
@@ -1,5 +1,5 @@
---
-title: AllModules.Application Property (Access)
+title: AllModules.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllModules.Application Property (Access)
+# AllModules.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AllModules](Access.AllModules.md) object.
+_expression_ A variable that represents an [AllModules](Access.AllModules.md) object.
## Remarks
diff --git a/api/Access.AllModules.Count.md b/api/Access.AllModules.Count.md
index 247de9899fa..bf25bc3e81e 100644
--- a/api/Access.AllModules.Count.md
+++ b/api/Access.AllModules.Count.md
@@ -1,5 +1,5 @@
---
-title: AllModules.Count Property (Access)
+title: AllModules.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllModules.Count Property (Access)
+# AllModules.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AllModules](Access.AllModules.md) object.
+_expression_ A variable that represents an [AllModules](Access.AllModules.md) object.
## See also
diff --git a/api/Access.AllModules.Item.md b/api/Access.AllModules.Item.md
index 50bb08ab599..0a48cf7ce28 100644
--- a/api/Access.AllModules.Item.md
+++ b/api/Access.AllModules.Item.md
@@ -1,5 +1,5 @@
---
-title: AllModules.Item Property (Access)
+title: AllModules.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AllModules.Item Property (Access)
+# AllModules.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an [AllModules](Access.AllModules.md) object.
+_expression_ A variable that represents an [AllModules](Access.AllModules.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AllModules.Parent.md b/api/Access.AllModules.Parent.md
index 9ad82c8c764..1c52b37a8e6 100644
--- a/api/Access.AllModules.Parent.md
+++ b/api/Access.AllModules.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllModules.Parent Property (Access)
+title: AllModules.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllModules.Parent Property (Access)
+# AllModules.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AllModules](Access.AllModules.md) object.
+_expression_ A variable that represents an [AllModules](Access.AllModules.md) object.
## See also
diff --git a/api/Access.AllModules.md b/api/Access.AllModules.md
index dd37a1ab615..784a7c9612e 100644
--- a/api/Access.AllModules.md
+++ b/api/Access.AllModules.md
@@ -1,5 +1,5 @@
---
-title: AllModules Object (Access)
+title: AllModules object (Access)
keywords: vbaac10.chm12686
f1_keywords:
- vbaac10.chm12686
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AllModules Object (Access)
+# AllModules object (Access)
The **AllModules** collection contains an **[AccessObject](Access.AccessObject.md)** of each module in the **[CurrentProject](Access.CurrentProject.md)** or **[CodeProject](Access.CodeProject.md)** object.
diff --git a/api/Access.AllQueries.Application.md b/api/Access.AllQueries.Application.md
index 535194a7742..41e7ab8ab6e 100644
--- a/api/Access.AllQueries.Application.md
+++ b/api/Access.AllQueries.Application.md
@@ -1,5 +1,5 @@
---
-title: AllQueries.Application Property (Access)
+title: AllQueries.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllQueries.Application Property (Access)
+# AllQueries.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AllQueries](Access.AllQueries.md) object.
+_expression_ A variable that represents an [AllQueries](Access.AllQueries.md) object.
## Remarks
diff --git a/api/Access.AllQueries.Count.md b/api/Access.AllQueries.Count.md
index 023353865cd..276908bdb04 100644
--- a/api/Access.AllQueries.Count.md
+++ b/api/Access.AllQueries.Count.md
@@ -1,5 +1,5 @@
---
-title: AllQueries.Count Property (Access)
+title: AllQueries.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllQueries.Count Property (Access)
+# AllQueries.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AllQueries](Access.AllQueries.md) object.
+_expression_ A variable that represents an [AllQueries](Access.AllQueries.md) object.
## See also
diff --git a/api/Access.AllQueries.Item.md b/api/Access.AllQueries.Item.md
index 02b7209295b..9103fecdc6d 100644
--- a/api/Access.AllQueries.Item.md
+++ b/api/Access.AllQueries.Item.md
@@ -1,5 +1,5 @@
---
-title: AllQueries.Item Property (Access)
+title: AllQueries.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AllQueries.Item Property (Access)
+# AllQueries.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**,.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an [AllQueries](Access.AllQueries.md) object.
+_expression_ A variable that represents an [AllQueries](Access.AllQueries.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AllQueries.Parent.md b/api/Access.AllQueries.Parent.md
index 3e1656baab6..f1b87a804d1 100644
--- a/api/Access.AllQueries.Parent.md
+++ b/api/Access.AllQueries.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllQueries.Parent Property (Access)
+title: AllQueries.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllQueries.Parent Property (Access)
+# AllQueries.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AllQueries](Access.AllQueries.md) object.
+_expression_ A variable that represents an [AllQueries](Access.AllQueries.md) object.
## See also
diff --git a/api/Access.AllQueries.md b/api/Access.AllQueries.md
index 3aa31a66415..7fa8e0523d9 100644
--- a/api/Access.AllQueries.md
+++ b/api/Access.AllQueries.md
@@ -1,5 +1,5 @@
---
-title: AllQueries Object (Access)
+title: AllQueries object (Access)
keywords: vbaac10.chm12689
f1_keywords:
- vbaac10.chm12689
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AllQueries Object (Access)
+# AllQueries object (Access)
The **AllQueries** collection contains an **[AccessObject](Access.AccessObject.md)** for each query in the **[CurrentData](Access.CurrentData.md)** or **[CodeData](Access.CodeData.md)** object.
diff --git a/api/Access.AllReports.Application.md b/api/Access.AllReports.Application.md
index dbae25376aa..a976749550f 100644
--- a/api/Access.AllReports.Application.md
+++ b/api/Access.AllReports.Application.md
@@ -1,5 +1,5 @@
---
-title: AllReports.Application Property (Access)
+title: AllReports.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllReports.Application Property (Access)
+# AllReports.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AllReports](Access.AllReports.md) object.
+_expression_ A variable that represents an [AllReports](Access.AllReports.md) object.
## Remarks
diff --git a/api/Access.AllReports.Count.md b/api/Access.AllReports.Count.md
index 7795357f8a7..d02f07343a1 100644
--- a/api/Access.AllReports.Count.md
+++ b/api/Access.AllReports.Count.md
@@ -1,5 +1,5 @@
---
-title: AllReports.Count Property (Access)
+title: AllReports.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllReports.Count Property (Access)
+# AllReports.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AllReports](Access.AllReports.md) object.
+_expression_ A variable that represents an [AllReports](Access.AllReports.md) object.
## Example
diff --git a/api/Access.AllReports.Item.md b/api/Access.AllReports.Item.md
index 77beed3f5e0..9f9931765f6 100644
--- a/api/Access.AllReports.Item.md
+++ b/api/Access.AllReports.Item.md
@@ -1,5 +1,5 @@
---
-title: AllReports.Item Property (Access)
+title: AllReports.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AllReports.Item Property (Access)
+# AllReports.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an [AllReports](Access.AllReports.md) object.
+_expression_ A variable that represents an [AllReports](Access.AllReports.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AllReports.Parent.md b/api/Access.AllReports.Parent.md
index ee44dcc641a..416d3af75ae 100644
--- a/api/Access.AllReports.Parent.md
+++ b/api/Access.AllReports.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllReports.Parent Property (Access)
+title: AllReports.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllReports.Parent Property (Access)
+# AllReports.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AllReports](Access.AllReports.md) object.
+_expression_ A variable that represents an [AllReports](Access.AllReports.md) object.
## See also
diff --git a/api/Access.AllReports.md b/api/Access.AllReports.md
index 371ce3e1a1c..66e244d2596 100644
--- a/api/Access.AllReports.md
+++ b/api/Access.AllReports.md
@@ -1,5 +1,5 @@
---
-title: AllReports Object (Access)
+title: AllReports object (Access)
keywords: vbaac10.chm12684
f1_keywords:
- vbaac10.chm12684
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AllReports Object (Access)
+# AllReports object (Access)
The **AllReports** collection contains an **[AccessObject](Access.AccessObject.md)** for each report in the **[CurrentProject](Access.CurrentProject.md)** or **[CodeProject](Access.CodeProject.md)** object.
diff --git a/api/Access.AllStoredProcedures.Application.md b/api/Access.AllStoredProcedures.Application.md
index 5de99cd8223..0514b636ba3 100644
--- a/api/Access.AllStoredProcedures.Application.md
+++ b/api/Access.AllStoredProcedures.Application.md
@@ -1,5 +1,5 @@
---
-title: AllStoredProcedures.Application Property (Access)
+title: AllStoredProcedures.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllStoredProcedures.Application Property (Access)
+# AllStoredProcedures.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AllStoredProcedures](Access.AllStoredProcedures.md) object.
+_expression_ A variable that represents an [AllStoredProcedures](Access.AllStoredProcedures.md) object.
## Remarks
diff --git a/api/Access.AllStoredProcedures.Count.md b/api/Access.AllStoredProcedures.Count.md
index aef5e300aef..cd1c659e9cd 100644
--- a/api/Access.AllStoredProcedures.Count.md
+++ b/api/Access.AllStoredProcedures.Count.md
@@ -1,5 +1,5 @@
---
-title: AllStoredProcedures.Count Property (Access)
+title: AllStoredProcedures.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllStoredProcedures.Count Property (Access)
+# AllStoredProcedures.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AllStoredProcedures](Access.AllStoredProcedures.md) object.
+_expression_ A variable that represents an [AllStoredProcedures](Access.AllStoredProcedures.md) object.
## See also
diff --git a/api/Access.AllStoredProcedures.Item.md b/api/Access.AllStoredProcedures.Item.md
index acc1b2ac70c..c7c2ba7ad8d 100644
--- a/api/Access.AllStoredProcedures.Item.md
+++ b/api/Access.AllStoredProcedures.Item.md
@@ -1,5 +1,5 @@
---
-title: AllStoredProcedures.Item Property (Access)
+title: AllStoredProcedures.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AllStoredProcedures.Item Property (Access)
+# AllStoredProcedures.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an [AllStoredProcedures](Access.AllStoredProcedures.md) object.
+_expression_ A variable that represents an [AllStoredProcedures](Access.AllStoredProcedures.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AllStoredProcedures.Parent.md b/api/Access.AllStoredProcedures.Parent.md
index 2af6b371489..5dcbdc8822f 100644
--- a/api/Access.AllStoredProcedures.Parent.md
+++ b/api/Access.AllStoredProcedures.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllStoredProcedures.Parent Property (Access)
+title: AllStoredProcedures.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllStoredProcedures.Parent Property (Access)
+# AllStoredProcedures.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AllStoredProcedures](Access.AllStoredProcedures.md) object.
+_expression_ A variable that represents an [AllStoredProcedures](Access.AllStoredProcedures.md) object.
## See also
diff --git a/api/Access.AllStoredProcedures.md b/api/Access.AllStoredProcedures.md
index 3735a5c2ddc..5a2310a73a6 100644
--- a/api/Access.AllStoredProcedures.md
+++ b/api/Access.AllStoredProcedures.md
@@ -1,5 +1,5 @@
---
-title: AllStoredProcedures Object (Access)
+title: AllStoredProcedures object (Access)
keywords: vbaac10.chm12691
f1_keywords:
- vbaac10.chm12691
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AllStoredProcedures Object (Access)
+# AllStoredProcedures object (Access)
The **AllStoredProcedures** collection contains an **[AccessObject](Access.AccessObject.md)** for each stored procedure in the **[CurrentData](Access.CurrentData.md)** or **[CodeData](Access.CodeData.md)** object.
diff --git a/api/Access.AllTables.Application.md b/api/Access.AllTables.Application.md
index 1932d925562..e8045c58411 100644
--- a/api/Access.AllTables.Application.md
+++ b/api/Access.AllTables.Application.md
@@ -1,5 +1,5 @@
---
-title: AllTables.Application Property (Access)
+title: AllTables.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllTables.Application Property (Access)
+# AllTables.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AllTables](Access.AllTables.md) object.
+_expression_ A variable that represents an [AllTables](Access.AllTables.md) object.
## Remarks
diff --git a/api/Access.AllTables.Count.md b/api/Access.AllTables.Count.md
index 0ad28e200e8..8724fe2acb6 100644
--- a/api/Access.AllTables.Count.md
+++ b/api/Access.AllTables.Count.md
@@ -1,5 +1,5 @@
---
-title: AllTables.Count Property (Access)
+title: AllTables.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllTables.Count Property (Access)
+# AllTables.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AllTables](Access.AllTables.md) object.
+_expression_ A variable that represents an [AllTables](Access.AllTables.md) object.
## See also
diff --git a/api/Access.AllTables.Item.md b/api/Access.AllTables.Item.md
index f2469da092c..6f98207489a 100644
--- a/api/Access.AllTables.Item.md
+++ b/api/Access.AllTables.Item.md
@@ -1,5 +1,5 @@
---
-title: AllTables.Item Property (Access)
+title: AllTables.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AllTables.Item Property (Access)
+# AllTables.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an [AllTables](Access.AllTables.md) object.
+_expression_ A variable that represents an [AllTables](Access.AllTables.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AllTables.Parent.md b/api/Access.AllTables.Parent.md
index 21b55b175c0..47d254d4009 100644
--- a/api/Access.AllTables.Parent.md
+++ b/api/Access.AllTables.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllTables.Parent Property (Access)
+title: AllTables.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllTables.Parent Property (Access)
+# AllTables.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AllTables](Access.AllTables.md) object.
+_expression_ A variable that represents an [AllTables](Access.AllTables.md) object.
## See also
diff --git a/api/Access.AllTables.md b/api/Access.AllTables.md
index 3c7422df219..b2e94fc16a1 100644
--- a/api/Access.AllTables.md
+++ b/api/Access.AllTables.md
@@ -1,5 +1,5 @@
---
-title: AllTables Object (Access)
+title: AllTables object (Access)
keywords: vbaac10.chm12688
f1_keywords:
- vbaac10.chm12688
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AllTables Object (Access)
+# AllTables object (Access)
The **AllTables** collection contains an **[AccessObject](Access.AccessObject.md)** for each table in the **[CurrentData](Access.CurrentData.md)** or **[CodeData](Access.CodeData.md)** object.
diff --git a/api/Access.AllViews.Application.md b/api/Access.AllViews.Application.md
index 16c2790c59b..c0048ab7d4e 100644
--- a/api/Access.AllViews.Application.md
+++ b/api/Access.AllViews.Application.md
@@ -1,5 +1,5 @@
---
-title: AllViews.Application Property (Access)
+title: AllViews.Application property (Access)
keywords: vbaac10.chm12678
f1_keywords:
- vbaac10.chm12678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllViews.Application Property (Access)
+# AllViews.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [AllViews](Access.AllViews.md) object.
+_expression_ A variable that represents an [AllViews](Access.AllViews.md) object.
## Remarks
diff --git a/api/Access.AllViews.Count.md b/api/Access.AllViews.Count.md
index dc3be337083..d6080581501 100644
--- a/api/Access.AllViews.Count.md
+++ b/api/Access.AllViews.Count.md
@@ -1,5 +1,5 @@
---
-title: AllViews.Count Property (Access)
+title: AllViews.Count property (Access)
keywords: vbaac10.chm12681
f1_keywords:
- vbaac10.chm12681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllViews.Count Property (Access)
+# AllViews.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [AllViews](Access.AllViews.md) object.
+_expression_ A variable that represents an [AllViews](Access.AllViews.md) object.
## See also
diff --git a/api/Access.AllViews.Item.md b/api/Access.AllViews.Item.md
index 48987d174f3..f1c32b6016a 100644
--- a/api/Access.AllViews.Item.md
+++ b/api/Access.AllViews.Item.md
@@ -1,5 +1,5 @@
---
-title: AllViews.Item Property (Access)
+title: AllViews.Item property (Access)
keywords: vbaac10.chm12680
f1_keywords:
- vbaac10.chm12680
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# AllViews.Item Property (Access)
+# AllViews.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents an [AllViews](Access.AllViews.md) object.
+_expression_ A variable that represents an [AllViews](Access.AllViews.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.AllViews.Parent.md b/api/Access.AllViews.Parent.md
index f4dc24172b1..17d28686ee8 100644
--- a/api/Access.AllViews.Parent.md
+++ b/api/Access.AllViews.Parent.md
@@ -1,5 +1,5 @@
---
-title: AllViews.Parent Property (Access)
+title: AllViews.Parent property (Access)
keywords: vbaac10.chm12679
f1_keywords:
- vbaac10.chm12679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AllViews.Parent Property (Access)
+# AllViews.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [AllViews](Access.AllViews.md) object.
+_expression_ A variable that represents an [AllViews](Access.AllViews.md) object.
## See also
diff --git a/api/Access.AllViews.md b/api/Access.AllViews.md
index 08fdfc0090a..c047e1d93f8 100644
--- a/api/Access.AllViews.md
+++ b/api/Access.AllViews.md
@@ -1,5 +1,5 @@
---
-title: AllViews Object (Access)
+title: AllViews object (Access)
keywords: vbaac10.chm12690
f1_keywords:
- vbaac10.chm12690
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AllViews Object (Access)
+# AllViews object (Access)
The **AllViews** collection contains an **[AccessObject](Access.AccessObject.md)** for each view in the **[CurrentData](Access.CurrentData.md)** or **[CodeData](Access.CodeData.md)** object.
diff --git a/api/Access.Application.AccessError.md b/api/Access.Application.AccessError.md
index d6bcfee9062..d44e431364a 100644
--- a/api/Access.Application.AccessError.md
+++ b/api/Access.Application.AccessError.md
@@ -1,5 +1,5 @@
---
-title: Application.AccessError Method (Access)
+title: Application.AccessError method (Access)
keywords: vbaac10.chm12556
f1_keywords:
- vbaac10.chm12556
@@ -11,42 +11,42 @@ ms.date: 06/08/2017
---
-# Application.AccessError Method (Access)
+# Application.AccessError method (Access)
-You can use the **AccessError** method to return the descriptive string associated with a Microsoft Access or DAO error.
+You can use the **AccessError** method to return the descriptive string associated with a Microsoft Access or DAO error.
## Syntax
- _expression_. `AccessError`( ` _ErrorNumber_` )
+_expression_. `AccessError`( ` _ErrorNumber_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ErrorNumber_|Required|**Variant**|The number of the error for which you wish to return a descriptive string.|
-### Return Value
+### Return value
Variant
## Remarks
-You can use the **AccessError** method to return the descriptive string associated with a Microsoft Access or DAO error when the error hasn't actually occurred, but you cannot use it for ADO errors.
+You can use the **AccessError** method to return the descriptive string associated with a Microsoft Access or DAO error when the error hasn't actually occurred, but you cannot use it for ADO errors.
-You can use the Visual Basic **Raise** method to raise a Visual Basic error. Once you've raised the error, you can determine its associated descriptive string by reading the **Description** property of the **Err** object.
+You can use the Visual Basic **Raise** method to raise a Visual Basic error. Once you've raised the error, you can determine its associated descriptive string by reading the **Description** property of the **Err** object.
-You can't use the **Raise** method to raise a Microsoft Access or DAO error. However, you can use the **AccessError** method to return the descriptive string associated with these errors, without having to generate the error.
+You can't use the **Raise** method to raise a Microsoft Access or DAO error. However, you can use the **AccessError** method to return the descriptive string associated with these errors, without having to generate the error.
-You can use the **AccessError** method to return a descriptive string from within a form's **Error** event.
+You can use the **AccessError** method to return a descriptive string from within a form's **Error** event.
-If the Microsoft Access error has occurred, you can return the descriptive string by using either the **AccessError** method or the **Description** property of the Visual Basic **Err** object.
+If the Microsoft Access error has occurred, you can return the descriptive string by using either the **AccessError** method or the **Description** property of the Visual Basic **Err** object.
## Example
diff --git a/api/Access.Application.AddToFavorites.md b/api/Access.Application.AddToFavorites.md
index 4711addff52..418cd3b130d 100644
--- a/api/Access.Application.AddToFavorites.md
+++ b/api/Access.Application.AddToFavorites.md
@@ -1,5 +1,5 @@
---
-title: Application.AddToFavorites Method (Access)
+title: Application.AddToFavorites method (Access)
keywords: vbaac10.chm12562
f1_keywords:
- vbaac10.chm12562
@@ -11,21 +11,21 @@ ms.date: 06/08/2017
---
-# Application.AddToFavorites Method (Access)
+# Application.AddToFavorites method (Access)
-The **AddToFavorites** method adds a hyperlink address to the Favorites folder.
+The **AddToFavorites** method adds a hyperlink address to the Favorites folder.
## Syntax
- _expression_. `AddToFavorites`
+_expression_. `AddToFavorites`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
-When applied to the **Application** object, the **AddToFavorites** method adds the name of the current database to the Favorites folder. For example, if you're working in the Northwind sample database, applying the **AddToFavorites** method to the **Application** object adds the hyperlink address of the Northwind database to the Favorites folder.
+When applied to the **Application** object, the **AddToFavorites** method adds the name of the current database to the Favorites folder. For example, if you're working in the Northwind sample database, applying the **AddToFavorites** method to the **Application** object adds the hyperlink address of the Northwind database to the Favorites folder.
## See also
diff --git a/api/Access.Application.Application.md b/api/Access.Application.Application.md
index 161435e2209..d0ec97cc0ae 100644
--- a/api/Access.Application.Application.md
+++ b/api/Access.Application.Application.md
@@ -1,5 +1,5 @@
---
-title: Application.Application Property (Access)
+title: Application.Application property (Access)
keywords: vbaac10.chm12495
f1_keywords:
- vbaac10.chm12495
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Application Property (Access)
+# Application.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.Assistance.md b/api/Access.Application.Assistance.md
index 1e21dd9a132..0bd73cb916e 100644
--- a/api/Access.Application.Assistance.md
+++ b/api/Access.Application.Assistance.md
@@ -1,5 +1,5 @@
---
-title: Application.Assistance Property (Access)
+title: Application.Assistance property (Access)
keywords: vbaac10.chm12621
f1_keywords:
- vbaac10.chm12621
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Assistance Property (Access)
+# Application.Assistance property (Access)
Returns an **[IAssistance](Office.IAssistance.md)** object that represents the Microsoft Office Help Viewer. Read-only.
## Syntax
- _expression_. `Assistance`
+_expression_. `Assistance`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.AutoCorrect.md b/api/Access.Application.AutoCorrect.md
index 1ec236d886d..ba3b5f86fdb 100644
--- a/api/Access.Application.AutoCorrect.md
+++ b/api/Access.Application.AutoCorrect.md
@@ -1,5 +1,5 @@
---
-title: Application.AutoCorrect Property (Access)
+title: Application.AutoCorrect property (Access)
keywords: vbaac10.chm12608
f1_keywords:
- vbaac10.chm12608
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.AutoCorrect Property (Access)
+# Application.AutoCorrect property (Access)
Returns an **[AutoCorrect](Access.AutoCorrect.md)** object that represents the AutoCorrect settings for Microsoft Access. Read-only.
## Syntax
- _expression_. `AutoCorrect`
+_expression_. `AutoCorrect`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## See also
diff --git a/api/Access.Application.AutomationSecurity.md b/api/Access.Application.AutomationSecurity.md
index 671dc21cb80..d1075115d56 100644
--- a/api/Access.Application.AutomationSecurity.md
+++ b/api/Access.Application.AutomationSecurity.md
@@ -1,5 +1,5 @@
---
-title: Application.AutomationSecurity Property (Access)
+title: Application.AutomationSecurity property (Access)
keywords: vbaac10.chm12611
f1_keywords:
- vbaac10.chm12611
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.AutomationSecurity Property (Access)
+# Application.AutomationSecurity property (Access)
Returns or sets an **MsoAutomationSecurity** constant that represents the security mode that Microsoft Access uses when it is programmatically opening files. Read/write. .
## Syntax
- _expression_. `AutomationSecurity`
+_expression_. `AutomationSecurity`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.BrokenReference.md b/api/Access.Application.BrokenReference.md
index 34d1292c638..6510cc51296 100644
--- a/api/Access.Application.BrokenReference.md
+++ b/api/Access.Application.BrokenReference.md
@@ -1,5 +1,5 @@
---
-title: Application.BrokenReference Property (Access)
+title: Application.BrokenReference property (Access)
keywords: vbaac10.chm12593
f1_keywords:
- vbaac10.chm12593
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.BrokenReference Property (Access)
+# Application.BrokenReference property (Access)
Returns a **Boolean** indicating whether the current database has any broken references to databases or type libraries. **True** if there are any broken references. Read-only.
## Syntax
- _expression_. `BrokenReference`
+_expression_. `BrokenReference`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.Build.md b/api/Access.Application.Build.md
index 64a109a256c..d9d01deae29 100644
--- a/api/Access.Application.Build.md
+++ b/api/Access.Application.Build.md
@@ -1,5 +1,5 @@
---
-title: Application.Build Property (Access)
+title: Application.Build property (Access)
keywords: vbaac10.chm12600
f1_keywords:
- vbaac10.chm12600
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Build Property (Access)
+# Application.Build property (Access)
Returns as a **Long** representing the build number of the currently installed copy of Microsoft Access. Read-only.
## Syntax
- _expression_. `Build`
+_expression_. `Build`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Example
diff --git a/api/Access.Application.BuildCriteria.md b/api/Access.Application.BuildCriteria.md
index b664c785d34..149e0712758 100644
--- a/api/Access.Application.BuildCriteria.md
+++ b/api/Access.Application.BuildCriteria.md
@@ -1,5 +1,5 @@
---
-title: Application.BuildCriteria Method (Access)
+title: Application.BuildCriteria method (Access)
keywords: vbaac10.chm12548
f1_keywords:
- vbaac10.chm12548
@@ -11,38 +11,38 @@ ms.date: 06/08/2017
---
-# Application.BuildCriteria Method (Access)
+# Application.BuildCriteria method (Access)
-The **BuildCriteria** method returns a parsed criteria string as it would appear in the query design grid, in Filter By Form or Server Filter By Form mode. For example, you may want to set a form's **Filter** or **[ServerFilter](Access.Form.ServerFilter.md)** property based on varying criteria from the user. You can use the **BuildCriteria** method to construct the string expression argument for the **Filter** or **ServerFilter** property. **String**.
+The **BuildCriteria** method returns a parsed criteria string as it would appear in the query design grid, in Filter By Form or Server Filter By Form mode. For example, you may want to set a form's **Filter** or **[ServerFilter](Access.Form.ServerFilter.md)** property based on varying criteria from the user. You can use the **BuildCriteria** method to construct the string expression argument for the **Filter** or **ServerFilter** property. **String**.
## Syntax
- _expression_. `BuildCriteria`( ` _Field_`, ` _FieldType_`, ` _Expression_` )
+_expression_. `BuildCriteria`( ` _Field_`, ` _FieldType_`, ` _Expression_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**String**|The field for which you wish to define criteria.|
-| _FieldType_|Required|**Integer**|An intrinsic constant denoting the data type of the field. Can be set to one of the DAO **DataTypeEnum** values.|
+| _FieldType_|Required|**Integer**|An intrinsic constant denoting the data type of the field. Can be set to one of the DAO **DataTypeEnum** values.|
| _Expression_|Required|**String**|A string expression identifying the criteria to be parsed.|
-### Return Value
+### Return value
String
## Remarks
-The **BuildCriteria** method enables you to easily construct criteria for a filter based on user input. It parses the _expression_ argument in the same way that the expression would be parsed had it been entered in the query design grid, in Filter By Form or Server Filter By Form mode.
+The **BuildCriteria** method enables you to easily construct criteria for a filter based on user input. It parses the_expression_ argument in the same way that the expression would be parsed had it been entered in the query design grid, in Filter By Form or Server Filter By Form mode.
-For example, a user creating a query on an Orders table might restrict the result set to orders placed after January 1, 1995, by setting criteria on an OrderDate field. The user might enter an expression such as the following one in the **Criteria** row beneath the OrderDate field:
+For example, a user creating a query on an Orders table might restrict the result set to orders placed after January 1, 1995, by setting criteria on an OrderDate field. The user might enter an expression such as the following one in the **Criteria** row beneath the OrderDate field:
>1-1-95
@@ -50,7 +50,7 @@ Microsoft Access automatically parses this expression and returns the following
>#1/1/95#
-The **BuildCriteria** method provides the same parsing from Visual Basic code. For example, to return the preceding correctly parsed string, you can supply the following arguments to the **BuildCriteria** method:
+The **BuildCriteria** method provides the same parsing from Visual Basic code. For example, to return the preceding correctly parsed string, you can supply the following arguments to the **BuildCriteria** method:
@@ -60,9 +60,9 @@ Dim strCriteria As String
strCriteria = BuildCriteria("OrderDate", dbDate, ">1-1-95")
```
-Since you need to supply criteria for the **Filter** property in correctly parsed form, you can use the **BuildCriteria** method to construct a correctly parsed string.
+Since you need to supply criteria for the **Filter** property in correctly parsed form, you can use the **BuildCriteria** method to construct a correctly parsed string.
-You can use the **BuildCriteria** method to construct a string with multiple criteria if those criteria refer to the same field. For example, you can use the **BuildCriteria** method with the following arguments to construct a string with multiple criteria relating to the OrderDate field:
+You can use the **BuildCriteria** method to construct a string with multiple criteria if those criteria refer to the same field. For example, you can use the **BuildCriteria** method with the following arguments to construct a string with multiple criteria relating to the OrderDate field:
@@ -77,12 +77,12 @@ This example returns the following criteria string:
OrderDate>#1/1/95# And OrderDate<#5/1/95#
```
-However, if you wish to construct a criteria string that refers to multiple fields, you must create the strings and concatenate them yourself. For example, if you wish to construct criteria for a filter to show records for orders placed after 1-1-95 and for which freight is less than $50, you would need to use the **BuildCriteria** method twice and concatenate the resulting strings.
+However, if you wish to construct a criteria string that refers to multiple fields, you must create the strings and concatenate them yourself. For example, if you wish to construct criteria for a filter to show records for orders placed after 1-1-95 and for which freight is less than $50, you would need to use the **BuildCriteria** method twice and concatenate the resulting strings.
## Example
-The following example prompts the user to enter the first few letters of a product's name and then uses the **BuildCriteria** method to construct a criteria string based on the user's input. Next, the procedure provides this string as an argument to the **Filter** property of a Products form. Finally, the **FilterOn** property is set to apply the filter.
+The following example prompts the user to enter the first few letters of a product's name and then uses the **BuildCriteria** method to construct a criteria string based on the user's input. Next, the procedure provides this string as an argument to the **Filter** property of a Products form. Finally, the **FilterOn** property is set to apply the filter.
```vb
diff --git a/api/Access.Application.COMAddIns.md b/api/Access.Application.COMAddIns.md
index 7f39adcb074..4ae7b6612ba 100644
--- a/api/Access.Application.COMAddIns.md
+++ b/api/Access.Application.COMAddIns.md
@@ -1,5 +1,5 @@
---
-title: Application.COMAddIns Property (Access)
+title: Application.COMAddIns property (Access)
keywords: vbaac10.chm12585
f1_keywords:
- vbaac10.chm12585
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.COMAddIns Property (Access)
+# Application.COMAddIns property (Access)
You can use the **COMAddIns** property to return a reference to the current **COMAddIns** collection object and its related properties. Read-only **COMAddIns** object.
## Syntax
- _expression_. `COMAddIns`
+_expression_. `COMAddIns`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.CloseCurrentDatabase.md b/api/Access.Application.CloseCurrentDatabase.md
index 760521d4457..72b4eb7727f 100644
--- a/api/Access.Application.CloseCurrentDatabase.md
+++ b/api/Access.Application.CloseCurrentDatabase.md
@@ -1,5 +1,5 @@
---
-title: Application.CloseCurrentDatabase Method (Access)
+title: Application.CloseCurrentDatabase method (Access)
keywords: vbaac10.chm12506
f1_keywords:
- vbaac10.chm12506
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Application.CloseCurrentDatabase Method (Access)
+# Application.CloseCurrentDatabase method (Access)
-You can use the **CloseCurrentDatabase** method to close the current database (either a Microsoft Access database or an Access project (.adp) from another application that has opened a database through Automation.
+You can use the **CloseCurrentDatabase** method to close the current database (either a Microsoft Access database or an Access project (.adp) from another application that has opened a database through Automation.
## Syntax
- _expression_. `CloseCurrentDatabase`
+_expression_. `CloseCurrentDatabase`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
Nothing
@@ -32,9 +32,9 @@ Nothing
For example, you might use this method from Microsoft Excel to close the database currently open in the Microsoft Access window before opening another database.
-The **CloseCurrentDatabase** method is useful when you have opened a Microsoft Access database from another application through Automation. Once you have created an instance of Microsoft Access from another application, you must also create a new database or specify an existing database to open. This database opens in the Microsoft Access window.
+The **CloseCurrentDatabase** method is useful when you have opened a Microsoft Access database from another application through Automation. Once you have created an instance of Microsoft Access from another application, you must also create a new database or specify an existing database to open. This database opens in the Microsoft Access window.
-If you use the **CloseCurrentDatabase** method to close the database that is open in the current instance of Microsoft Access, you can then open a different database without having to create another instance of Microsoft Access.
+If you use the **CloseCurrentDatabase** method to close the database that is open in the current instance of Microsoft Access, you can then open a different database without having to create another instance of Microsoft Access.
## Example
@@ -43,7 +43,7 @@ The following example opens a Microsoft Access database from another application
You can enter this code in a Visual Basic module in any application that can act as a COM component. For example, you might run the following code from Microsoft Excel or Microsoft Visual Basic.
-When the variable pointing to the **Application** object goes out of scope, the instance of Microsoft Access that it represents closes as well. Therefore, you should declare this variable at the module level.
+When the variable pointing to the **Application** object goes out of scope, the instance of Microsoft Access that it represents closes as well. Therefore, you should declare this variable at the module level.
diff --git a/api/Access.Application.CodeContextObject.md b/api/Access.Application.CodeContextObject.md
index 6b014c34022..df62c2fe18a 100644
--- a/api/Access.Application.CodeContextObject.md
+++ b/api/Access.Application.CodeContextObject.md
@@ -1,5 +1,5 @@
---
-title: Application.CodeContextObject Property (Access)
+title: Application.CodeContextObject property (Access)
keywords: vbaac10.chm12497
f1_keywords:
- vbaac10.chm12497
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.CodeContextObject Property (Access)
+# Application.CodeContextObject property (Access)
You can use the **CodeContextObject** property to determine the object in which a macro or Visual Basic code is executing. Read-only **Object**.
## Syntax
- _expression_. `CodeContextObject`
+_expression_. `CodeContextObject`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.CodeData.md b/api/Access.Application.CodeData.md
index fa0619af488..d36213ee923 100644
--- a/api/Access.Application.CodeData.md
+++ b/api/Access.Application.CodeData.md
@@ -1,5 +1,5 @@
---
-title: Application.CodeData Property (Access)
+title: Application.CodeData property (Access)
keywords: vbaac10.chm12579
f1_keywords:
- vbaac10.chm12579
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.CodeData Property (Access)
+# Application.CodeData property (Access)
You can use the **CodeData** property to access the **[CodeData](Access.CodeData.md)** object and its related collections. Read-only **CodeData** object.
## Syntax
- _expression_. `CodeData`
+_expression_. `CodeData`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.CodeDb.md b/api/Access.Application.CodeDb.md
index f557a1404bb..90e1c3c479b 100644
--- a/api/Access.Application.CodeDb.md
+++ b/api/Access.Application.CodeDb.md
@@ -1,5 +1,5 @@
---
-title: Application.CodeDb Method (Access)
+title: Application.CodeDb method (Access)
keywords: vbaac10.chm12547
f1_keywords:
- vbaac10.chm12547
@@ -11,41 +11,41 @@ ms.date: 06/08/2017
---
-# Application.CodeDb Method (Access)
+# Application.CodeDb method (Access)
-You can use the **CodeDb** method in a code module to determine the name of the **Database** object that refers to the database in which code is currently running. Use the **CodeDb** method to access Data Access Objects (DAO) that are part of a library database.
+You can use the **CodeDb** method in a code module to determine the name of the **Database** object that refers to the database in which code is currently running. Use the **CodeDb** method to access Data Access Objects (DAO) that are part of a library database.
## Syntax
- _expression_. `CodeDb`
+_expression_. `CodeDb`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
Database
## Remarks
-For example, you can use the **CodeDb** method in a module in a library database to create a **Database** object referring to the library database. You can then open a recordset based on a table in the library database.
+For example, you can use the **CodeDb** method in a module in a library database to create a **Database** object referring to the library database. You can then open a recordset based on a table in the library database.
- **Set** _database_= **CodeDb**
+ **Set** _database_= **CodeDb**
-The **CodeDb** method returns a **Database** object for which the **Name** property is the full path and name of the database from which it is called. This method can be useful when you need to manipulate the Data Access Objects in your library database.
+The **CodeDb** method returns a **Database** object for which the **Name** property is the full path and name of the database from which it is called. This method can be useful when you need to manipulate the Data Access Objects in your library database.
-When you call a method in a library database, the database from which you have called the method remains the current database, even while code is running in a module in the library database. In order to refer to the Data Access Objects in the library database, you need to know the name of the **Database** object that represents the library database.
+When you call a method in a library database, the database from which you have called the method remains the current database, even while code is running in a module in the library database. In order to refer to the Data Access Objects in the library database, you need to know the name of the **Database** object that represents the library database.
-For example, suppose you have a table in a library database that lists error messages. To manipulate data in the table from code, you could use the **CodeDb** method to determine the name of the **Database** object that refers to the library database that contains the table.
+For example, suppose you have a table in a library database that lists error messages. To manipulate data in the table from code, you could use the **CodeDb** method to determine the name of the **Database** object that refers to the library database that contains the table.
-If the **CodeDb** method is run from the current database, it returns the name of the current database, which is the same value returned by the **[CurrentDb](Access.Application.CurrentDb.md)** method.
+If the **CodeDb** method is run from the current database, it returns the name of the current database, which is the same value returned by the **[CurrentDb](Access.Application.CurrentDb.md)** method.
## Example
-The following example uses the **CodeDb** method to return a **Database** object that refers to a library database. The library database contains both a table named Errors and the code that is currently running. After the **CodeDb** method determines this information, the GetErrorString function opens a table-type recordset based on the Errors table. It then extracts an error message from a field named ErrorData based on the **Integer** value passed to the function.
+The following example uses the **CodeDb** method to return a **Database** object that refers to a library database. The library database contains both a table named Errors and the code that is currently running. After the **CodeDb** method determines this information, the GetErrorString function opens a table-type recordset based on the Errors table. It then extracts an error message from a field named ErrorData based on the **Integer** value passed to the function.
```vb
diff --git a/api/Access.Application.CodeProject.md b/api/Access.Application.CodeProject.md
index bb35e487eba..09c58ad57b9 100644
--- a/api/Access.Application.CodeProject.md
+++ b/api/Access.Application.CodeProject.md
@@ -1,5 +1,5 @@
---
-title: Application.CodeProject Property (Access)
+title: Application.CodeProject property (Access)
keywords: vbaac10.chm12578
f1_keywords:
- vbaac10.chm12578
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.CodeProject Property (Access)
+# Application.CodeProject property (Access)
You can use the **CodeProject** property to access the **[CodeProject](Access.CodeProject.md)** object and its related collections, properties, and methods. Read-only **CodeProject** object.
## Syntax
- _expression_.CodeProject
+_expression_.CodeProject
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.ColumnHistory.md b/api/Access.Application.ColumnHistory.md
index 07de2f8ca48..6e4763bfe10 100644
--- a/api/Access.Application.ColumnHistory.md
+++ b/api/Access.Application.ColumnHistory.md
@@ -1,5 +1,5 @@
---
-title: Application.ColumnHistory Method (Access)
+title: Application.ColumnHistory method (Access)
keywords: vbaac10.chm12620
f1_keywords:
- vbaac10.chm12620
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.ColumnHistory Method (Access)
+# Application.ColumnHistory method (Access)
Gets the history of values that have been stored in a Memo field.
## Syntax
- _expression_. `ColumnHistory`( ` _TableName_`, ` _ColumnName_`, ` _queryString_` )
+_expression_. `ColumnHistory`( ` _TableName_`, ` _ColumnName_`, ` _queryString_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TableName_|Required|**String**|The name of the table that contains the Append Only field.|
| _ColumnName_|Required|**String**|The name of the field to display the history for.|
| _queryString_|Required|**String**|A **String** used to locate the record. It is like the WHERE clause in an SQL statement, but without the word WHERE.|
-### Return Value
+### Return value
String
diff --git a/api/Access.Application.CommandBars.md b/api/Access.Application.CommandBars.md
index 26a1bc29a4b..2c6893955fe 100644
--- a/api/Access.Application.CommandBars.md
+++ b/api/Access.Application.CommandBars.md
@@ -1,5 +1,5 @@
---
-title: Application.CommandBars Property (Access)
+title: Application.CommandBars property (Access)
keywords: vbaac10.chm12559
f1_keywords:
- vbaac10.chm12559
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.CommandBars Property (Access)
+# Application.CommandBars property (Access)
You can use the **CommandBars** property to return a reference to the **CommandBars** collection object. Read-only **CommandBars** object.
## Syntax
- _expression_. `CommandBars`
+_expression_. `CommandBars`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.CompactRepair.md b/api/Access.Application.CompactRepair.md
index ccd2e370924..338551b8825 100644
--- a/api/Access.Application.CompactRepair.md
+++ b/api/Access.Application.CompactRepair.md
@@ -1,5 +1,5 @@
---
-title: Application.CompactRepair Method (Access)
+title: Application.CompactRepair method (Access)
keywords: vbaac10.chm12602
f1_keywords:
- vbaac10.chm12602
@@ -11,5 +11,5 @@ ms.date: 06/08/2017
---
-# Application.CompactRepair Method (Access)
+# Application.CompactRepair method (Access)
diff --git a/api/Access.Application.ConvertAccessProject.md b/api/Access.Application.ConvertAccessProject.md
index bdffeb6fd7c..b626fce8008 100644
--- a/api/Access.Application.ConvertAccessProject.md
+++ b/api/Access.Application.ConvertAccessProject.md
@@ -1,5 +1,5 @@
---
-title: Application.ConvertAccessProject Method (Access)
+title: Application.ConvertAccessProject method (Access)
keywords: vbaac10.chm12598
f1_keywords:
- vbaac10.chm12598
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.ConvertAccessProject Method (Access)
+# Application.ConvertAccessProject method (Access)
Converts the specified Microsoft Access file from one version to another.
## Syntax
- _expression_. `ConvertAccessProject`( ` _SourceFilename_`, ` _DestinationFilename_`, ` _DestinationFileFormat_` )
+_expression_. `ConvertAccessProject`( ` _SourceFilename_`, ` _DestinationFilename_`, ` _DestinationFileFormat_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceFilename_|Required|**String**|The name of the Access file to convert. If a path isn't specified, Access looks for the file in the current directory.|
| _DestinationFilename_|Required|**String**|e name of the file where Access saves the converted file. If a path isn't specified, Access saves the file in the current directory.|
| _DestinationFileFormat_|Required|**AcFileFormat**|An **[AcFileFormat](Access.AcFileFormat.md)** constant that specifies the format of the converted file.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.CreateAccessProject.md b/api/Access.Application.CreateAccessProject.md
index f802922f9a8..3db4e0e2af7 100644
--- a/api/Access.Application.CreateAccessProject.md
+++ b/api/Access.Application.CreateAccessProject.md
@@ -1,5 +1,5 @@
---
-title: Application.CreateAccessProject Method (Access)
+title: Application.CreateAccessProject method (Access)
keywords: vbaac10.chm12582
f1_keywords:
- vbaac10.chm12582
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.CreateAccessProject Method (Access)
+# Application.CreateAccessProject method (Access)
You can use the **CreateAccessProject** method to create a new Microsoft Access project (.adp) on disk.
## Syntax
- _expression_. `CreateAccessProject`( `_filepath_`, `_Connect_` )
+_expression_. `CreateAccessProject`( `_filepath_`, `_Connect_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _filepath_|Required|**String**|A string expression that is the name of the new Access project, including the path name and the file name extension. If your network supports it, you can also specify a network path in the following form: \\Server\Share\Folder\Filename.adp|
| _Connect_|Optional|**Variant**|A string expression that's the valid connection string for the Access project. See the ADO **ConnectionString** property for details about this string.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.CreateAdditionalData.md b/api/Access.Application.CreateAdditionalData.md
index 607fc6b3a28..975e04830a8 100644
--- a/api/Access.Application.CreateAdditionalData.md
+++ b/api/Access.Application.CreateAdditionalData.md
@@ -1,5 +1,5 @@
---
-title: Application.CreateAdditionalData Method (Access)
+title: Application.CreateAdditionalData method (Access)
keywords: vbaac10.chm12607
f1_keywords:
- vbaac10.chm12607
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Application.CreateAdditionalData Method (Access)
+# Application.CreateAdditionalData method (Access)
Creates an **[AdditionalData](Access.AdditionalData.md)** object that can be used to add additional tables and queries to the parent table that is being exported by the **[ExportXML](Access.Application.ExportXML.md)** method.
## Syntax
- _expression_. `CreateAdditionalData`
+_expression_. `CreateAdditionalData`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
AdditionalData
diff --git a/api/Access.Application.CreateControl.md b/api/Access.Application.CreateControl.md
index 2dfab29c96d..94605488e66 100644
--- a/api/Access.Application.CreateControl.md
+++ b/api/Access.Application.CreateControl.md
@@ -1,5 +1,5 @@
---
-title: Application.CreateControl Method (Access)
+title: Application.CreateControl method (Access)
keywords: vbaac10.chm12622
f1_keywords:
- vbaac10.chm12622
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.CreateControl Method (Access)
+# Application.CreateControl method (Access)
The **CreateControl** method creates a control on a specified open form. For example, suppose you are building a custom wizard that allows users to easily construct a particular form. You can use the **CreateControl** method in your wizard to add the appropriate controls to the form.
## Syntax
- _expression_. `CreateControl`( ` _FormName_`, ` _ControlType_`, ` _Section_`, ` _Parent_`, ` _ColumnName_`, ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `CreateControl`( ` _FormName_`, ` _ControlType_`, ` _Section_`, ` _Parent_`, ` _ColumnName_`, ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FormName_|Required|**String**|The name of the open form or report on which you want to create the control.|
| _ControlType_|Required|**AcControlType**|An **[AcControlType](Access.AcControlType.md)** constant that represents the type of control you want to create.|
@@ -37,7 +37,7 @@ The **CreateControl** method creates a control on a specified open form. For ex
| _Left,Top_|Optional|**Variant**|The coordinates for the upper-left corner of the control in twips.|
| _Width, Height_|Optional|**Variant**|Numeric expressions indicating the width and height of the control in twips.|
-### Return Value
+### Return value
Control
diff --git a/api/Access.Application.CreateForm.md b/api/Access.Application.CreateForm.md
index 9ec13c767d3..6dc1cc08d6f 100644
--- a/api/Access.Application.CreateForm.md
+++ b/api/Access.Application.CreateForm.md
@@ -1,5 +1,5 @@
---
-title: Application.CreateForm Method (Access)
+title: Application.CreateForm method (Access)
keywords: vbaac10.chm12516
f1_keywords:
- vbaac10.chm12516
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.CreateForm Method (Access)
+# Application.CreateForm method (Access)
The **CreateForm** method creates a form and returns a **[Form](Access.Form.md)** object.
## Syntax
- _expression_. `CreateForm`( ` _Database_`, ` _FormTemplate_` )
+_expression_. `CreateForm`( ` _Database_`, ` _FormTemplate_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Database_|Optional|**Variant**|The name of the database that contains the form template you want to use to create a form. If you want the current database, omit this argument. If you want to use an open library database, specify the library database with this argument.|
| _FormTemplate_|Optional|**Variant**|The name of the form you want to use as a template to create a new form.|
-### Return Value
+### Return value
Form
diff --git a/api/Access.Application.CreateGroupLevel.md b/api/Access.Application.CreateGroupLevel.md
index edab712f0c6..a2914d1dd55 100644
--- a/api/Access.Application.CreateGroupLevel.md
+++ b/api/Access.Application.CreateGroupLevel.md
@@ -1,5 +1,5 @@
---
-title: Application.CreateGroupLevel Method (Access)
+title: Application.CreateGroupLevel method (Access)
keywords: vbaac10.chm12524
f1_keywords:
- vbaac10.chm12524
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# Application.CreateGroupLevel Method (Access)
+# Application.CreateGroupLevel method (Access)
You can use the **CreateGroupLevel** method to specify a field or expression on which to group or sort data in a report. .
## Syntax
- _expression_. `CreateGroupLevel`( ` _ReportName_`, ` _Expression_`, ` _Header_`, ` _Footer_` )
+_expression_. `CreateGroupLevel`( ` _ReportName_`, ` _Expression_`, ` _Header_`, ` _Footer_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReportName_|Required|**String**| the name of the report that will contain the new group level.|
| _Expression_|Required|**String**|The field or expression to sort or group on.|
| _Header_|Required|**Integer**|Indicates a field or expression will have an associated group header. If the _header_ argument is **True** (?1), the field or expression will have a group header. If the _header_ argument is **False** (0), the field or expression won't. You can create a header by setting the argument to **True**.|
| _Footer_|Required|**Integer**|Indicates a field or expression will have an associated group footer. If the _footer_ argument is **True** (?1), the field or expression will have a group footer. If the _footer_ argument is **False** (0), the field or expression won't. You can create a footer by setting the argument to **True**.|
-### Return Value
+### Return value
Long
@@ -47,7 +47,7 @@ You can use the **CreateGroupLevel** method when designing a wizard that create
The **CreateGroupLevel** method is available only in report Design view.
-Microsoft Access uses an array, the **[GroupLevel](Access.Report.GroupLevel.md)** property array, to keep track of the group levels created for a report. The **CreateGroupLevel** method adds a new group level to the array, based on the _expression_ argument. The 'CreateGroupLevel' method then returns an index value that represents the new group level's position in the array. The first field or expression you sort or group on is level 0, the second is level 1, and so on. You can have up to ten group levels in a report (0 to 9).
+Microsoft Access uses an array, the **[GroupLevel](Access.Report.GroupLevel.md)** property array, to keep track of the group levels created for a report. The **CreateGroupLevel** method adds a new group level to the array, based on the_expression_ argument. The 'CreateGroupLevel' method then returns an index value that represents the new group level's position in the array. The first field or expression you sort or group on is level 0, the second is level 1, and so on. You can have up to ten group levels in a report (0 to 9).
When you specify that either the _header_ or _footer_ argument, or both, is **True**, the **[GroupHeader](Access.GroupLevel.GroupHeader.md)** and **[GroupFooter](Access.GroupLevel.GroupFooter.md)** properties in a report are set to Yes, and a header and/or footer is created for the group level.
diff --git a/api/Access.Application.CreateReport.md b/api/Access.Application.CreateReport.md
index 735971decc9..897f592a107 100644
--- a/api/Access.Application.CreateReport.md
+++ b/api/Access.Application.CreateReport.md
@@ -1,5 +1,5 @@
---
-title: Application.CreateReport Method (Access)
+title: Application.CreateReport method (Access)
keywords: vbaac10.chm12517
f1_keywords:
- vbaac10.chm12517
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.CreateReport Method (Access)
+# Application.CreateReport method (Access)
The **CreateReport** method creates a report and returns a **[Report](Access.Report.md)** object. For example, suppose you are building a custom wizard to create a sales report. You can use the **CreateReport** method in your wizard to create a new report based on a specified report template.
## Syntax
- _expression_. `CreateReport`( ` _Database_`, ` _ReportTemplate_` )
+_expression_. `CreateReport`( ` _Database_`, ` _ReportTemplate_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Database_|Optional|**Variant**|The name of the database that contains the report template you want to use to create a report. If you want the current database, omit this argument. If you want to use an open library database, specify the library database with this argument.|
| _ReportTemplate_|Optional|**Variant**| The name of the report you want to use as a template to create a new report.|
-### Return Value
+### Return value
Report
diff --git a/api/Access.Application.CreateReportControl.md b/api/Access.Application.CreateReportControl.md
index e25a635acf5..4cfec2dd7b0 100644
--- a/api/Access.Application.CreateReportControl.md
+++ b/api/Access.Application.CreateReportControl.md
@@ -1,5 +1,5 @@
---
-title: Application.CreateReportControl Method (Access)
+title: Application.CreateReportControl method (Access)
keywords: vbaac10.chm12623
f1_keywords:
- vbaac10.chm12623
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.CreateReportControl Method (Access)
+# Application.CreateReportControl method (Access)
The **CreateReportControl** method creates a control on a specified open report. For more information, see the **[CreateControl](Access.Application.CreateControl.md)** method.
## Syntax
- _expression_. `CreateReportControl`( ` _ReportName_`, ` _ControlType_`, ` _Section_`, ` _Parent_`, ` _ColumnName_`, ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `CreateReportControl`( ` _ReportName_`, ` _ControlType_`, ` _Section_`, ` _Parent_`, ` _ColumnName_`, ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReportName_|Required|**String**|The name of the open report on which you want to create the control.|
| _ControlType_|Required|**AcControlType**|An **[AcControlType](Access.AcControlType.md)** constant that represents the type of control you want to create.|
@@ -37,7 +37,7 @@ The **CreateReportControl** method creates a control on a specified open report
| _Left, Top_|Optional|**Variant**|The coordinates for the upper-left corner of the control in twips.|
| _Width, Height_|Optional|**Variant**|The width and height of the control in twips.|
-### Return Value
+### Return value
Control
diff --git a/api/Access.Application.CurrentData.md b/api/Access.Application.CurrentData.md
index e1e6d71e79c..16ed244ced2 100644
--- a/api/Access.Application.CurrentData.md
+++ b/api/Access.Application.CurrentData.md
@@ -1,5 +1,5 @@
---
-title: Application.CurrentData Property (Access)
+title: Application.CurrentData property (Access)
keywords: vbaac10.chm12577
f1_keywords:
- vbaac10.chm12577
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.CurrentData Property (Access)
+# Application.CurrentData property (Access)
You can use the **CurrentData** property to access the **[CurrentData](Access.CurrentData.md)** object and its related collections. Read-only **CurrentData** object.
## Syntax
- _expression_. `CurrentData`
+_expression_. `CurrentData`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.CurrentDb.md b/api/Access.Application.CurrentDb.md
index 23f25552756..6d92c1afb67 100644
--- a/api/Access.Application.CurrentDb.md
+++ b/api/Access.Application.CurrentDb.md
@@ -1,5 +1,5 @@
---
-title: Application.CurrentDb Method (Access)
+title: Application.CurrentDb method (Access)
keywords: vbaac10.chm12546
f1_keywords:
- vbaac10.chm12546
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Application.CurrentDb Method (Access)
+# Application.CurrentDb method (Access)
The **CurrentDb** method returns an object variable of type **Database** that represents the database currently open in the Microsoft Access window.
## Syntax
- _expression_. `CurrentDb`
+_expression_. `CurrentDb`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
Database
diff --git a/api/Access.Application.CurrentObjectName.md b/api/Access.Application.CurrentObjectName.md
index 82bd18507cd..9707a40055c 100644
--- a/api/Access.Application.CurrentObjectName.md
+++ b/api/Access.Application.CurrentObjectName.md
@@ -1,5 +1,5 @@
---
-title: Application.CurrentObjectName Property (Access)
+title: Application.CurrentObjectName property (Access)
keywords: vbaac10.chm12502
f1_keywords:
- vbaac10.chm12502
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.CurrentObjectName Property (Access)
+# Application.CurrentObjectName property (Access)
You can use the **CurrentObjectName** property with the **[Application](Access.Application.md)** object to determine the name of the active database object. The active database object is the object that has the focus or in which code is running. Read-only **String**.
## Syntax
- _expression_. `CurrentObjectName`
+_expression_. `CurrentObjectName`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.CurrentObjectType.md b/api/Access.Application.CurrentObjectType.md
index ae38f0c63fe..78aa4cc6716 100644
--- a/api/Access.Application.CurrentObjectType.md
+++ b/api/Access.Application.CurrentObjectType.md
@@ -1,5 +1,5 @@
---
-title: Application.CurrentObjectType Property (Access)
+title: Application.CurrentObjectType property (Access)
keywords: vbaac10.chm12501
f1_keywords:
- vbaac10.chm12501
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.CurrentObjectType Property (Access)
+# Application.CurrentObjectType property (Access)
You can use the **CurrentObjectType** property together with the **[Application](Access.Application.md)** object to determine the type of the active database object (table, query, form, report, macro, module, server view, database diagram, or stored procedure). The active database object is the object that has the focus or in which code is running. Read-only **[AcObjectType](Access.AcObjectType.md)**.
## Syntax
- _expression_. `CurrentObjectType`
+_expression_. `CurrentObjectType`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.CurrentProject.md b/api/Access.Application.CurrentProject.md
index 60844f71a7f..2001de7020d 100644
--- a/api/Access.Application.CurrentProject.md
+++ b/api/Access.Application.CurrentProject.md
@@ -1,5 +1,5 @@
---
-title: Application.CurrentProject Property (Access)
+title: Application.CurrentProject property (Access)
keywords: vbaac10.chm12576
f1_keywords:
- vbaac10.chm12576
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.CurrentProject Property (Access)
+# Application.CurrentProject property (Access)
You can use the **CurrentProject** property to access the **[CurrentProject](Access.CurrentProject.md)** object and its related collections, properties, and methods. Read-only **CurrentProject** object.
## Syntax
- _expression_. `CurrentProject`
+_expression_. `CurrentProject`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.CurrentUser.md b/api/Access.Application.CurrentUser.md
index 1670e1ab251..f413f5bf003 100644
--- a/api/Access.Application.CurrentUser.md
+++ b/api/Access.Application.CurrentUser.md
@@ -1,5 +1,5 @@
---
-title: Application.CurrentUser Method (Access)
+title: Application.CurrentUser method (Access)
keywords: vbaac10.chm12538
f1_keywords:
- vbaac10.chm12538
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Application.CurrentUser Method (Access)
+# Application.CurrentUser method (Access)
You can use the **CurrentUser** method to return the name of the current user of the database. .
## Syntax
- _expression_. `CurrentUser`
+_expression_. `CurrentUser`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Access.Application.CurrentWebUser.md b/api/Access.Application.CurrentWebUser.md
index 7d447da22c5..140a05f43b0 100644
--- a/api/Access.Application.CurrentWebUser.md
+++ b/api/Access.Application.CurrentWebUser.md
@@ -1,5 +1,5 @@
---
-title: Application.CurrentWebUser Method (Access)
+title: Application.CurrentWebUser method (Access)
keywords: vbaac10.chm14599
f1_keywords:
- vbaac10.chm14599
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Application.CurrentWebUser Method (Access)
+# Application.CurrentWebUser method (Access)
Gets information about the current user of a Web database on Microsoft SharePoint Foundation 2010.
## Syntax
- _expression_. `CurrentWebUser`( ` _DisplayOption_` )
+_expression_. `CurrentWebUser`( ` _DisplayOption_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DisplayOption_|Required|**AcWebUserDisplay**|Specifies the type of information to return about the user.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.CurrentWebUserGroups.md b/api/Access.Application.CurrentWebUserGroups.md
index c1161d8f1b3..5a20d66daa3 100644
--- a/api/Access.Application.CurrentWebUserGroups.md
+++ b/api/Access.Application.CurrentWebUserGroups.md
@@ -1,5 +1,5 @@
---
-title: Application.CurrentWebUserGroups Method (Access)
+title: Application.CurrentWebUserGroups method (Access)
keywords: vbaac10.chm14600
f1_keywords:
- vbaac10.chm14600
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Application.CurrentWebUserGroups Method (Access)
+# Application.CurrentWebUserGroups method (Access)
Gets the collection of Microsoft SharePoint Foundation 2010 groups of which the user is a member.
## Syntax
- _expression_. `CurrentWebUserGroups`( ` _DisplayOption_` )
+_expression_. `CurrentWebUserGroups`( ` _DisplayOption_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DisplayOption_|Required|**AcWebUserGroupsDisplay**|Specifies the type of information to return about the user's groups.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DBEngine.md b/api/Access.Application.DBEngine.md
index d1879d21930..f16ab8ceb0c 100644
--- a/api/Access.Application.DBEngine.md
+++ b/api/Access.Application.DBEngine.md
@@ -1,5 +1,5 @@
---
-title: Application.DBEngine Property (Access)
+title: Application.DBEngine property (Access)
keywords: vbaac10.chm12545
f1_keywords:
- vbaac10.chm12545
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.DBEngine Property (Access)
+# Application.DBEngine property (Access)
You can use the **DBEngine** property in [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)to access the current **DBEngine** object and its related properties. Read-only **DBEngine**.
## Syntax
- _expression_. `DBEngine`
+_expression_. `DBEngine`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.DCount.md b/api/Access.Application.DCount.md
index 16b9f95d823..b4c963a2585 100644
--- a/api/Access.Application.DCount.md
+++ b/api/Access.Application.DCount.md
@@ -1,5 +1,5 @@
---
-title: Application.DCount Method (Access)
+title: Application.DCount method (Access)
keywords: vbaac10.chm12536
f1_keywords:
- vbaac10.chm12536
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DCount Method (Access)
+# Application.DCount method (Access)
You can use the **DCount** function to determine the number of records that are in a specified set of records (a domain).
## Syntax
- _expression_. `DCount`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DCount`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the field for which you want to count records. It can be a string expression identifying a field in a table or query, or it can be an expression that performs a calculation on data in that field. In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DCount** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DCount** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise the **DCount** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DDEExecute.md b/api/Access.Application.DDEExecute.md
index 6c51264c83c..b391cda0f99 100644
--- a/api/Access.Application.DDEExecute.md
+++ b/api/Access.Application.DDEExecute.md
@@ -1,5 +1,5 @@
---
-title: Application.DDEExecute Method (Access)
+title: Application.DDEExecute method (Access)
keywords: vbaac10.chm12540
f1_keywords:
- vbaac10.chm12540
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.DDEExecute Method (Access)
+# Application.DDEExecute method (Access)
You can use the **DDEExecute** statement to send a command from a client application to a server application over an open dynamic data exchange (DDE) channel.
## Syntax
- _expression_. `DDEExecute`( ` _ChanNum_`, ` _Command_` )
+_expression_. `DDEExecute`( ` _ChanNum_`, ` _Command_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ChanNum_|Required|**Variant**|A channel number, the long integer returned by the **[DDEInitiate](Access.Application.DDEInitiate.md)** function.|
| _Command_|Required|**String**|a command recognized by the server application. Check the server application's documentation for a list of these commands.|
diff --git a/api/Access.Application.DDEInitiate.md b/api/Access.Application.DDEInitiate.md
index 6b9c71ac56d..527177ef788 100644
--- a/api/Access.Application.DDEInitiate.md
+++ b/api/Access.Application.DDEInitiate.md
@@ -1,5 +1,5 @@
---
-title: Application.DDEInitiate Method (Access)
+title: Application.DDEInitiate method (Access)
keywords: vbaac10.chm12539
f1_keywords:
- vbaac10.chm12539
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.DDEInitiate Method (Access)
+# Application.DDEInitiate method (Access)
You can use the **DDEInitiate** function to begin a dynamic data exchange (DDE) conversation with another application. The **DDEInitiate** function opens a DDE channel for transfer of data between a DDE server and client application.
## Syntax
- _expression_. `DDEInitiate`( ` _Application_`, ` _Topic_` )
+_expression_. `DDEInitiate`( ` _Application_`, ` _Topic_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Application_|Required|**String**|A string expression identifying an application that can participate in a DDE conversation. Usually, the _application_ argument is the name of an .exe file (without the .exe extension) for a Microsoft Windows?based application, such as Microsoft Excel.|
| _Topic_|Required|**String**|A string expression that is the name of a topic recognized by the _application_ argument. Check the application's documentation for a list of topics.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DDEPoke.md b/api/Access.Application.DDEPoke.md
index f5368cae457..21d56262d10 100644
--- a/api/Access.Application.DDEPoke.md
+++ b/api/Access.Application.DDEPoke.md
@@ -1,5 +1,5 @@
---
-title: Application.DDEPoke Method (Access)
+title: Application.DDEPoke method (Access)
keywords: vbaac10.chm12541
f1_keywords:
- vbaac10.chm12541
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.DDEPoke Method (Access)
+# Application.DDEPoke method (Access)
You can use the **DDEPoke** statement to supply text data from a client application to a server application over an open dynamic data exchange (DDE) channel.
## Syntax
- _expression_. `DDEPoke`( ` _ChanNum_`, ` _Item_`, ` _Data_` )
+_expression_. `DDEPoke`( ` _ChanNum_`, ` _Item_`, ` _Data_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ChanNum_|Required|**Variant**| A channel number, an integer returned by the **[DDEInitiate](Access.Application.DDEInitiate.md)** function.|
| _Item_|Required|**String**|The name of a data item recognized by the application specified by the **DDEInitiate** function. Check the application's documentation for a list of possible items.|
diff --git a/api/Access.Application.DDERequest.md b/api/Access.Application.DDERequest.md
index 62ebbf614b5..d71b14eb970 100644
--- a/api/Access.Application.DDERequest.md
+++ b/api/Access.Application.DDERequest.md
@@ -1,5 +1,5 @@
---
-title: Application.DDERequest Method (Access)
+title: Application.DDERequest method (Access)
keywords: vbaac10.chm12542
f1_keywords:
- vbaac10.chm12542
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.DDERequest Method (Access)
+# Application.DDERequest method (Access)
You can use the **DDERequest** function over an open dynamic data exchange (DDE) channel to request an item of information from a DDE server application.
## Syntax
- _expression_. `DDERequest`( ` _ChanNum_`, ` _Item_` )
+_expression_. `DDERequest`( ` _ChanNum_`, ` _Item_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ChanNum_|Required|**Variant**|A channel number, the integer returned by the **DDEInitiate** function.|
| _Item_|Required|**String**|A string expression that's the name of a data item recognized by the application specified by the **DDEInitiate** function. Check the application's documentation for a list of possible items.|
-### Return Value
+### Return value
String
diff --git a/api/Access.Application.DDETerminate.md b/api/Access.Application.DDETerminate.md
index 2e7aa5b7fa6..227c97f61c5 100644
--- a/api/Access.Application.DDETerminate.md
+++ b/api/Access.Application.DDETerminate.md
@@ -1,5 +1,5 @@
---
-title: Application.DDETerminate Method (Access)
+title: Application.DDETerminate method (Access)
keywords: vbaac10.chm12543
f1_keywords:
- vbaac10.chm12543
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Application.DDETerminate Method (Access)
+# Application.DDETerminate method (Access)
You can use the **DDETerminate** statement to close a specified dynamic data exchange (DDE) channel.
## Syntax
- _expression_. `DDETerminate`( ` _ChanNum_` )
+_expression_. `DDETerminate`( ` _ChanNum_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ChanNum_|Required|**Variant**|A channel number to close, refers to a channel opened by the **[DDEInitiate](Access.Application.DDEInitiate.md)** function.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.DDETerminateAll.md b/api/Access.Application.DDETerminateAll.md
index b9eaae96d9b..61bb6ebfc75 100644
--- a/api/Access.Application.DDETerminateAll.md
+++ b/api/Access.Application.DDETerminateAll.md
@@ -1,5 +1,5 @@
---
-title: Application.DDETerminateAll Method (Access)
+title: Application.DDETerminateAll method (Access)
keywords: vbaac10.chm12544
f1_keywords:
- vbaac10.chm12544
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Application.DDETerminateAll Method (Access)
+# Application.DDETerminateAll method (Access)
You can use the **DDETerminateAll** statement to close all open dynamic data exchange (DDE) channels.
## Syntax
- _expression_. `DDETerminateAll`
+_expression_. `DDETerminateAll`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.DFirst.md b/api/Access.Application.DFirst.md
index 1149607e12a..4c8486572df 100644
--- a/api/Access.Application.DFirst.md
+++ b/api/Access.Application.DFirst.md
@@ -1,5 +1,5 @@
---
-title: Application.DFirst Method (Access)
+title: Application.DFirst method (Access)
keywords: vbaac10.chm12535
f1_keywords:
- vbaac10.chm12535
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DFirst Method (Access)
+# Application.DFirst method (Access)
You can use the **DFirst** function to return a random record from a particular field in a table or query when you simply need any value from that field.
## Syntax
- _expression_. `DFirst`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DFirst`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the field from which you want to find the first or last value. It can be either a string expression identifying a field in a table or query, or an expression that performs a [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md). In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DFirst** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the wrd WHERE. If _criteria_ is omitted, the **DFirst** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise, the **DFirst** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DLast.md b/api/Access.Application.DLast.md
index 5a7b8e8e92e..c4c276f5d33 100644
--- a/api/Access.Application.DLast.md
+++ b/api/Access.Application.DLast.md
@@ -1,5 +1,5 @@
---
-title: Application.DLast Method (Access)
+title: Application.DLast method (Access)
keywords: vbaac10.chm12530
f1_keywords:
- vbaac10.chm12530
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DLast Method (Access)
+# Application.DLast method (Access)
You can use the **DLast** function to return a random record from a particular field in a table or query when you simply need any value from that field. .
## Syntax
- _expression_. `DLast`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DLast`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the field from which you want to find the first or last value. It can be either a string expression identifying a field in a table or query, or an expression that performs a [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md). In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DLast** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the wrd WHERE. If _criteria_ is omitted, the **DLast** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise, the **DLast** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DLookup.md b/api/Access.Application.DLookup.md
index b46dc1c5728..38bb1314d70 100644
--- a/api/Access.Application.DLookup.md
+++ b/api/Access.Application.DLookup.md
@@ -1,5 +1,5 @@
---
-title: Application.DLookup Method (Access)
+title: Application.DLookup method (Access)
keywords: vbaac10.chm12529
f1_keywords:
- vbaac10.chm12529
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DLookup Method (Access)
+# Application.DLookup method (Access)
You can use the **DLookup** function to get the value of a particular field from a specified set of records (a domain).
## Syntax
- _expression_. `DLookup`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DLookup`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the field whose value you want to return. It can be a string expression identifying a field in a table or query, or it can be an expression that performs a [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md). In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DLookup** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DLookup** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise, the **DLookup** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DMax.md b/api/Access.Application.DMax.md
index 6c71cf71685..8e5d3d605d3 100644
--- a/api/Access.Application.DMax.md
+++ b/api/Access.Application.DMax.md
@@ -1,5 +1,5 @@
---
-title: Application.DMax Method (Access)
+title: Application.DMax method (Access)
keywords: vbaac10.chm12526
f1_keywords:
- vbaac10.chm12526
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DMax Method (Access)
+# Application.DMax method (Access)
You can use **DMax** function to determine maximum value in a specified set of records (a domain).
## Syntax
- _expression_. `DMax`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DMax`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the field for which you want to find the minimum or maximum value. It can be a string expression identifying a field in a table or query, or it can be an expression that performs [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md). In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DMax** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DMax** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_, otherwise the **DMax** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DMin.md b/api/Access.Application.DMin.md
index b9e25dcca6e..108b78fdea0 100644
--- a/api/Access.Application.DMin.md
+++ b/api/Access.Application.DMin.md
@@ -1,5 +1,5 @@
---
-title: Application.DMin Method (Access)
+title: Application.DMin method (Access)
keywords: vbaac10.chm12525
f1_keywords:
- vbaac10.chm12525
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DMin Method (Access)
+# Application.DMin method (Access)
You can use **DMin** function to determine minnimum value in a specified set of records (a domain). .
## Syntax
- _expression_. `DMin`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DMin`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the field for which you want to find the minimum or maximum value. It can be a string expression identifying a field in a table or query, or it can be an expression that performs [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md) . In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DMin** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DMin** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_, otherwise the **DMin** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DStDev.md b/api/Access.Application.DStDev.md
index 400b1010f8c..48bd26b474b 100644
--- a/api/Access.Application.DStDev.md
+++ b/api/Access.Application.DStDev.md
@@ -1,5 +1,5 @@
---
-title: Application.DStDev Method (Access)
+title: Application.DStDev method (Access)
keywords: vbaac10.chm12533
f1_keywords:
- vbaac10.chm12533
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DStDev Method (Access)
+# Application.DStDev method (Access)
Estimates the standard deviation across a population sample in a specified set of records (a domain). .
## Syntax
- _expression_. `DStDev`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DStDev`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the numeric field on which you want to find the standard deviation. It can be a string expression identifying a field from a table or query, or it can be an expression that performs a [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md). In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DStDev** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DStDev** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise, the **DStDev** function will return a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DStDevP.md b/api/Access.Application.DStDevP.md
index dc2c38e87f9..4d51b148fb9 100644
--- a/api/Access.Application.DStDevP.md
+++ b/api/Access.Application.DStDevP.md
@@ -1,5 +1,5 @@
---
-title: Application.DStDevP Method (Access)
+title: Application.DStDevP method (Access)
keywords: vbaac10.chm12534
f1_keywords:
- vbaac10.chm12534
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DStDevP Method (Access)
+# Application.DStDevP method (Access)
Estimates the standard deviation across a population in a specified set of records (a domain). .
## Syntax
- _expression_. `DStDevP`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DStDevP`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the numeric field on which you want to find the standard deviation. It can be a string expression identifying a field from a table or query, or it can be an expression that performs a [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md). In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DStDevP** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DStDevP** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise, the **DStDevP** function will return a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DSum.md b/api/Access.Application.DSum.md
index cff5d028c25..b58a54fcfca 100644
--- a/api/Access.Application.DSum.md
+++ b/api/Access.Application.DSum.md
@@ -1,5 +1,5 @@
---
-title: Application.DSum Method (Access)
+title: Application.DSum method (Access)
keywords: vbaac10.chm12527
f1_keywords:
- vbaac10.chm12527
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DSum Method (Access)
+# Application.DSum method (Access)
You can use the **DSum** function to calculate the sum of a set of values in a specified set of records (a domain). .
## Syntax
- _expression_. `DSum`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DSum`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the numeric field whose values you want to total. It can be a string expression identifying a field in a table or query, or it can be an expression that performs a [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md) . In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DSum** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DSum** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise, the **DSum** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DVar.md b/api/Access.Application.DVar.md
index 665c6acd1be..30f345a5df9 100644
--- a/api/Access.Application.DVar.md
+++ b/api/Access.Application.DVar.md
@@ -1,5 +1,5 @@
---
-title: Application.DVar Method (Access)
+title: Application.DVar method (Access)
keywords: vbaac10.chm12531
f1_keywords:
- vbaac10.chm12531
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DVar Method (Access)
+# Application.DVar method (Access)
Estimates the variance across a sample in a specified set of records (a domain).
## Syntax
- _expression_. `DVar`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DVar`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the numeric field on which you want to find the variance. It can be a string expression identifying a field from a table or query, or it can be an expression that performs a [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md) . In _expr_, you can include the name field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function. Any field included in _expr_ must be a numeric field.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DVar** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DVar** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise the **DVar** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DVarP.md b/api/Access.Application.DVarP.md
index 0d0a44f75f5..bf52beafd50 100644
--- a/api/Access.Application.DVarP.md
+++ b/api/Access.Application.DVarP.md
@@ -1,5 +1,5 @@
---
-title: Application.DVarP Method (Access)
+title: Application.DVarP method (Access)
keywords: vbaac10.chm12532
f1_keywords:
- vbaac10.chm12532
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.DVarP Method (Access)
+# Application.DVarP method (Access)
Calculates the variance of a population in a specified set of records (a domain).
## Syntax
- _expression_. `DVarP`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DVarP`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the numeric field on which you want to find the variance. It can be a string expression identifying a field from a table or query, or it can be an expression that performs a [calculation on data in that field](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md) . In _expr_, you can include the name field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function. Any field included in _expr_ must be a numeric field.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DVarP** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DVarP** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise the **DVarP** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.DefaultWorkspaceClone.md b/api/Access.Application.DefaultWorkspaceClone.md
index 7f6165d5049..d1bb6d82af8 100644
--- a/api/Access.Application.DefaultWorkspaceClone.md
+++ b/api/Access.Application.DefaultWorkspaceClone.md
@@ -1,5 +1,5 @@
---
-title: Application.DefaultWorkspaceClone Method (Access)
+title: Application.DefaultWorkspaceClone method (Access)
keywords: vbaac10.chm12550
f1_keywords:
- vbaac10.chm12550
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Application.DefaultWorkspaceClone Method (Access)
+# Application.DefaultWorkspaceClone method (Access)
You can use the **DefaultWorkspaceClone** method to create a new **Workspace** object without requiring the user to log on again. For example, if you need to conduct two sets of transactions simultaneously in separate workspaces, you can use the **DefaultWorkspaceClone** method to create a second **Workspace** object with the same user name and password without prompting the user for this information again.
## Syntax
- _expression_. `DefaultWorkspaceClone`
+_expression_. `DefaultWorkspaceClone`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
Workspace
diff --git a/api/Access.Application.DeleteControl.md b/api/Access.Application.DeleteControl.md
index 08af0056f84..c420a7a9e62 100644
--- a/api/Access.Application.DeleteControl.md
+++ b/api/Access.Application.DeleteControl.md
@@ -1,5 +1,5 @@
---
-title: Application.DeleteControl Method (Access)
+title: Application.DeleteControl method (Access)
keywords: vbaac10.chm12522
f1_keywords:
- vbaac10.chm12522
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.DeleteControl Method (Access)
+# Application.DeleteControl method (Access)
The **DeleteControl** method deletes a specified control from a form.
## Syntax
- _expression_. `DeleteControl`( ` _FormName_`, ` _ControlName_` )
+_expression_. `DeleteControl`( ` _FormName_`, ` _ControlName_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FormName_|Required|**String**|The name of the form containing the control you want to delete.|
| _ControlName_|Required|**String**|The name of the control you want to delete.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.DeleteReportControl.md b/api/Access.Application.DeleteReportControl.md
index b12a7968e9f..f4c0df301ee 100644
--- a/api/Access.Application.DeleteReportControl.md
+++ b/api/Access.Application.DeleteReportControl.md
@@ -1,5 +1,5 @@
---
-title: Application.DeleteReportControl Method (Access)
+title: Application.DeleteReportControl method (Access)
keywords: vbaac10.chm12523
f1_keywords:
- vbaac10.chm12523
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.DeleteReportControl Method (Access)
+# Application.DeleteReportControl method (Access)
The **DeleteReportControl** method deletes a specified control from a report.
## Syntax
- _expression_. `DeleteReportControl`( ` _ReportName_`, ` _ControlName_` )
+_expression_. `DeleteReportControl`( ` _ReportName_`, ` _ControlName_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReportName_|Required|**String**|The name of the report containing the control you want to delete.|
| _ControlName_|Required|**String**|The name of the control you want to delete.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.DirtyObject.md b/api/Access.Application.DirtyObject.md
index a86da944894..5b330645041 100644
--- a/api/Access.Application.DirtyObject.md
+++ b/api/Access.Application.DirtyObject.md
@@ -1,5 +1,5 @@
---
-title: Application.DirtyObject Method (Access)
+title: Application.DirtyObject method (Access)
keywords: vbaac10.chm14676
f1_keywords:
- vbaac10.chm14676
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.DirtyObject Method (Access)
+# Application.DirtyObject method (Access)
Marks a form or report as dirty.
## Syntax
- _expression_. `DirtyObject`( ` _ObjectType_`, ` _ObjectName_` )
+_expression_. `DirtyObject`( ` _ObjectType_`, ` _ObjectName_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**AcObjectType**|Specifies the type of object to mark as dirty. This argument should be set to **acForm** or **acReport**.|
| _ObjectName_|Required|**String**|Specifies the name of the object to mark as dirty.|
diff --git a/api/Access.Application.DoCmd.md b/api/Access.Application.DoCmd.md
index 9ec1f8b355a..a8206a1e239 100644
--- a/api/Access.Application.DoCmd.md
+++ b/api/Access.Application.DoCmd.md
@@ -1,5 +1,5 @@
---
-title: Application.DoCmd Property (Access)
+title: Application.DoCmd property (Access)
keywords: vbaac10.chm12511
f1_keywords:
- vbaac10.chm12511
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.DoCmd Property (Access)
+# Application.DoCmd property (Access)
You can use the **DoCmd** property to access the read-only **[DoCmd](Access.DoCmd.md)** object and its related methods. Read-only **DoCmd**.
## Syntax
- _expression_. `DoCmd`
+_expression_. `DoCmd`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Example
diff --git a/api/Access.Application.Echo.md b/api/Access.Application.Echo.md
index 3073ea8b421..b60f64cd503 100644
--- a/api/Access.Application.Echo.md
+++ b/api/Access.Application.Echo.md
@@ -1,5 +1,5 @@
---
-title: Application.Echo Method (Access)
+title: Application.Echo method (Access)
keywords: vbaac10.chm12505
f1_keywords:
- vbaac10.chm12505
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.Echo Method (Access)
+# Application.Echo method (Access)
The **Echo** method specifies whether Microsoft Access repaints the display screen.
## Syntax
- _expression_. `Echo`( ` _EchoOn_`, ` _bstrStatusBarText_` )
+_expression_. `Echo`( ` _EchoOn_`, ` _bstrStatusBarText_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EchoOn_|Required|**Integer**|**True** (default) indicates that the screen is repainted.|
| _bstrStatusBarText_|Optional|**String**|A string expression that specifies the text to display in the status bar when repainting is turned on or off.|
diff --git a/api/Access.Application.EuroConvert.md b/api/Access.Application.EuroConvert.md
index 9fafa910005..19b859499d6 100644
--- a/api/Access.Application.EuroConvert.md
+++ b/api/Access.Application.EuroConvert.md
@@ -1,5 +1,5 @@
---
-title: Application.EuroConvert Method (Access)
+title: Application.EuroConvert method (Access)
keywords: vbaac10.chm12591
f1_keywords:
- vbaac10.chm12591
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.EuroConvert Method (Access)
+# Application.EuroConvert method (Access)
You can use the **EuroConvert** function to convert a number to euro or from euro to a participating currency. You can also use it to convert a number from one participating currency to another by using the euro as an intermediary (triangulation). The **EuroConvert** function uses fixed conversion rates established by the European Union.
## Syntax
- _expression_. `EuroConvert`( ` _Number_`, ` _SourceCurrency_`, ` _TargetCurrency_`, ` _FullPrecision_`, ` _TriangulationPrecision_` )
+_expression_. `EuroConvert`( ` _Number_`, ` _SourceCurrency_`, ` _TargetCurrency_`, ` _FullPrecision_`, ` _TriangulationPrecision_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Number_|Required|**Double**|The number you want to convert, or a reference to a field containing the number.|
| _SourceCurrency_|Required|**String**|A string expression, or reference to a field containing the string, corresponding to the International Standards Organization (ISO) acronym for the currency you want to convert. Can be one of the ISO codes listed in the Remarks section.|
@@ -35,7 +35,7 @@ You can use the **EuroConvert** function to convert a number to euro or from eu
| _FullPrecision_|Optional|**Variant**|A **Boolean** value where **True** (1) ignores the currency-specific rounding rules (called display precision in _sourcecurrency_ argument description) and uses the 6-significant-digit conversion factor with no follow-up rounding. **False** (0) uses the currency-specific rounding rules to display the result. If the parameter is omitted, the default value is **False**.|
| _TriangulationPrecision_|Optional|**Variant**|An **Integer** value greater than or equal to 3 that specifies the number of significant digits in the calculation precision used for the intermediate euro value when converting between two national currencies.|
-### Return Value
+### Return value
Double
diff --git a/api/Access.Application.Eval.md b/api/Access.Application.Eval.md
index 0077f0d15fc..f69ac37dfe7 100644
--- a/api/Access.Application.Eval.md
+++ b/api/Access.Application.Eval.md
@@ -1,5 +1,5 @@
---
-title: Application.Eval Method (Access)
+title: Application.Eval method (Access)
keywords: vbaac10.chm12537
f1_keywords:
- vbaac10.chm12537
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Application.Eval Method (Access)
+# Application.Eval method (Access)
You can use the **Eval** function to evaluate an expression that results in a text string or a numeric value.
## Syntax
- _expression_. `Eval`( ` _StringExpr_` )
+_expression_. `Eval`( ` _StringExpr_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StringExpr_|Required|**String**|An expression that evaluates to an alphanumeric text string. For example, _stringexpr_ can be a function that returns a string or a numeric value. Or it can be a reference to a control on a form. The _stringexpr_ argument must evaluate to a string or numeric value; it can't evaluate to a Microsoft Access object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.ExportNavigationPane.md b/api/Access.Application.ExportNavigationPane.md
index 5667be8b185..246dec52b0c 100644
--- a/api/Access.Application.ExportNavigationPane.md
+++ b/api/Access.Application.ExportNavigationPane.md
@@ -1,5 +1,5 @@
---
-title: Application.ExportNavigationPane Method (Access)
+title: Application.ExportNavigationPane method (Access)
keywords: vbaac10.chm12618
f1_keywords:
- vbaac10.chm12618
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.ExportNavigationPane Method (Access)
+# Application.ExportNavigationPane method (Access)
Saves the current configuration of the Navigation Pane to an XML file.
## Syntax
- _expression_. `ExportNavigationPane`( ` _Path_` )
+_expression_. `ExportNavigationPane`( ` _Path_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required|**String**|The path and name of the XML file that you want to save the configuration of the Navigation Pane to. |
diff --git a/api/Access.Application.ExportXML.md b/api/Access.Application.ExportXML.md
index 438e9b7032b..d2169db6327 100644
--- a/api/Access.Application.ExportXML.md
+++ b/api/Access.Application.ExportXML.md
@@ -1,5 +1,5 @@
---
-title: Application.ExportXML Method (Access)
+title: Application.ExportXML method (Access)
keywords: vbaac10.chm12609
f1_keywords:
- vbaac10.chm12609
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.ExportXML Method (Access)
+# Application.ExportXML method (Access)
The **ExportXML** method allows developers to export XML data, schemas, and presentation information from Microsoft SQL Server 2000 Desktop Engine (MSDE 2000), Microsoft SQL Server 6.5 or later, or the Microsoft Access database engine.
## Syntax
- _expression_. `ExportXML`( ` _ObjectType_`, ` _DataSource_`, ` _DataTarget_`, ` _SchemaTarget_`, ` _PresentationTarget_`, ` _ImageTarget_`, ` _Encoding_`, ` _OtherFlags_`, ` _WhereCondition_`, ` _AdditionalData_` )
+_expression_. `ExportXML`( ` _ObjectType_`, ` _DataSource_`, ` _DataTarget_`, ` _SchemaTarget_`, ` _PresentationTarget_`, ` _ImageTarget_`, ` _Encoding_`, ` _OtherFlags_`, ` _WhereCondition_`, ` _AdditionalData_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**AcExportXMLObjectType**| A **[AcExportXMLObjectType](Access.AcExportXMLObjectType.md)** that represents the type of **[AccessObject](Access.AccessObject.md)** object to export.|
| _DataSource_|Required|**String**| The name of the **AccessObject** object to export. The default is the currently open object of the type specified by the _ObjectType_ argument.|
@@ -40,7 +40,7 @@ The **ExportXML** method allows developers to export XML data, schemas, and pre
| _WhereCondition_|Optional|**String**|Specifies a subset of records to be exported.|
| _AdditionalData_|Optional|**Variant**|Specifies additional tables to export. This argument is ignored if the _OtherFlags_ argument is set to **acLiveReportSource**.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.FeatureInstall.md b/api/Access.Application.FeatureInstall.md
index c0bd004f033..c291548c285 100644
--- a/api/Access.Application.FeatureInstall.md
+++ b/api/Access.Application.FeatureInstall.md
@@ -1,5 +1,5 @@
---
-title: Application.FeatureInstall Property (Access)
+title: Application.FeatureInstall property (Access)
keywords: vbaac10.chm12590
f1_keywords:
- vbaac10.chm12590
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.FeatureInstall Property (Access)
+# Application.FeatureInstall property (Access)
You can use the **FeatureInstall** property to specify or determine how Microsoft Access handles calls to methods and properties that require features not yet installed. Read/write **[MsoFeatureInstall](Office.MsoFeatureInstall.md)**.
## Syntax
- _expression_. `FeatureInstall`
+_expression_. `FeatureInstall`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.FileDialog.md b/api/Access.Application.FileDialog.md
index 45000f56cb5..3c1faa04129 100644
--- a/api/Access.Application.FileDialog.md
+++ b/api/Access.Application.FileDialog.md
@@ -1,5 +1,5 @@
---
-title: Application.FileDialog Property (Access)
+title: Application.FileDialog property (Access)
keywords: vbaac10.chm12592
f1_keywords:
- vbaac10.chm12592
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.FileDialog Property (Access)
+# Application.FileDialog property (Access)
Returns a **FileDialog** object which represents a single instance of a file dialog box. Read-only.
## Syntax
- _expression_. `FileDialog`( ` _dialogType_` )
+_expression_. `FileDialog`( ` _dialogType_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _dialogType_|Required|**MsoFileDialogType**|An **[MsoFileDialogType](Office.MsoFileDialogType.md)** constant that represents the type of dialog box.|
diff --git a/api/Access.Application.FollowHyperlink.md b/api/Access.Application.FollowHyperlink.md
index a4000f38272..bc1658cf65e 100644
--- a/api/Access.Application.FollowHyperlink.md
+++ b/api/Access.Application.FollowHyperlink.md
@@ -1,5 +1,5 @@
---
-title: Application.FollowHyperlink Method (Access)
+title: Application.FollowHyperlink method (Access)
keywords: vbaac10.chm12561
f1_keywords:
- vbaac10.chm12561
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.FollowHyperlink Method (Access)
+# Application.FollowHyperlink method (Access)
The **FollowHyperlink** method opens the document or Web page specified by a hyperlink address.
## Syntax
- _expression_. `FollowHyperlink`( ` _Address_`, ` _SubAddress_`, ` _NewWindow_`, ` _AddHistory_`, ` _ExtraInfo_`, ` _Method_`, ` _HeaderInfo_` )
+_expression_. `FollowHyperlink`( ` _Address_`, ` _SubAddress_`, ` _NewWindow_`, ` _AddHistory_`, ` _ExtraInfo_`, ` _Method_`, ` _HeaderInfo_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Required|**String**|A string expression that evaluates to a valid hyperlink address.|
| _SubAddress_|Optional|**String**| A string expression that evaluates to a named location in the document specified by the _address_ argument. The default is a zero-length string (" ").|
diff --git a/api/Access.Application.Forms.md b/api/Access.Application.Forms.md
index be3d873a845..e4dcda274f8 100644
--- a/api/Access.Application.Forms.md
+++ b/api/Access.Application.Forms.md
@@ -1,5 +1,5 @@
---
-title: Application.Forms Property (Access)
+title: Application.Forms property (Access)
keywords: vbaac10.chm12508
f1_keywords:
- vbaac10.chm12508
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Forms Property (Access)
+# Application.Forms property (Access)
You can use the **Forms** property to return a read-only reference to the **[Forms](Access.Forms.md)** collection and its related properties.
## Syntax
- _expression_. `Forms`
+_expression_. `Forms`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.GUIDFromString.md b/api/Access.Application.GUIDFromString.md
index 28e7e599236..7c795624860 100644
--- a/api/Access.Application.GUIDFromString.md
+++ b/api/Access.Application.GUIDFromString.md
@@ -1,5 +1,5 @@
---
-title: Application.GUIDFromString Method (Access)
+title: Application.GUIDFromString method (Access)
keywords: vbaac10.chm12558
f1_keywords:
- vbaac10.chm12558
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Application.GUIDFromString Method (Access)
+# Application.GUIDFromString method (Access)
The **GUIDFromString** function converts a string to a GUID, which is an array of type **Byte**.
## Syntax
- _expression_. `GUIDFromString`( ` _String_` )
+_expression_. `GUIDFromString`( ` _String_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required|**Variant**|A string expression which evaluates to a GUID in string form.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.GetHiddenAttribute.md b/api/Access.Application.GetHiddenAttribute.md
index 9940a0f8ad9..0c6e0bf7e8e 100644
--- a/api/Access.Application.GetHiddenAttribute.md
+++ b/api/Access.Application.GetHiddenAttribute.md
@@ -1,5 +1,5 @@
---
-title: Application.GetHiddenAttribute Method (Access)
+title: Application.GetHiddenAttribute method (Access)
keywords: vbaac10.chm12570
f1_keywords:
- vbaac10.chm12570
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.GetHiddenAttribute Method (Access)
+# Application.GetHiddenAttribute method (Access)
The **GetHiddenAttribute** method returns the value of hidden attribute of a Microsoft Access object in the object's **Properties** dialog box, available by selecting the object in the Database window and clicking **Properties** on the **View** menu.
## Syntax
- _expression_. `GetHiddenAttribute`( ` _ObjectType_`, ` _ObjectName_` )
+_expression_. `GetHiddenAttribute`( ` _ObjectType_`, ` _ObjectName_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**AcObjectType**|A **[AcObjectType](Access.AcObjectType.md)** constant that specifies the type of Access object.|
| _ObjectName_|Required|**String**|The name of the Access object.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Access.Application.GetOption.md b/api/Access.Application.GetOption.md
index 52f661c5603..575407b0d04 100644
--- a/api/Access.Application.GetOption.md
+++ b/api/Access.Application.GetOption.md
@@ -1,5 +1,5 @@
---
-title: Application.GetOption Method (Access)
+title: Application.GetOption method (Access)
keywords: vbaac10.chm12503
f1_keywords:
- vbaac10.chm12503
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Application.GetOption Method (Access)
+# Application.GetOption method (Access)
The **GetOption** method returns the current value of an option in the **Access Options** dialog box, available by clicking the Microsoft Office Button
 and then clicking **Access Options**. **Variant**.
@@ -19,20 +19,20 @@ The **GetOption** method returns the current value of an option in the **Access
## Syntax
- _expression_. `GetOption`( `_OptionName_` )
+_expression_. `GetOption`( `_OptionName_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OptionName_|Required|**String**|The name of the option. For a list of optionname argument strings, see [Set Options from Visual Basic](../access/Concepts/Settings/set-options-from-visual-basic.md) .|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.HtmlEncode.md b/api/Access.Application.HtmlEncode.md
index 2568bad2d0f..8e8bb84c2ca 100644
--- a/api/Access.Application.HtmlEncode.md
+++ b/api/Access.Application.HtmlEncode.md
@@ -1,5 +1,5 @@
---
-title: Application.HtmlEncode Method (Access)
+title: Application.HtmlEncode method (Access)
keywords: vbaac10.chm12614
f1_keywords:
- vbaac10.chm12614
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.HtmlEncode Method (Access)
+# Application.HtmlEncode method (Access)
Converts a string to an HTML-encoded string.
## Syntax
- _expression_. `HtmlEncode`( ` _PlainText_`, ` _Length_` )
+_expression_. `HtmlEncode`( ` _PlainText_`, ` _Length_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PlainText_|Required|**Variant**|The text string to encode.|
| _Length_|Optional|**Variant**|The number of characters to return.|
-### Return Value
+### Return value
String
diff --git a/api/Access.Application.HyperlinkPart.md b/api/Access.Application.HyperlinkPart.md
index e5c4b3ea7cf..8bf77652af1 100644
--- a/api/Access.Application.HyperlinkPart.md
+++ b/api/Access.Application.HyperlinkPart.md
@@ -1,5 +1,5 @@
---
-title: Application.HyperlinkPart Method (Access)
+title: Application.HyperlinkPart method (Access)
keywords: vbaac10.chm12569
f1_keywords:
- vbaac10.chm12569
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.HyperlinkPart Method (Access)
+# Application.HyperlinkPart method (Access)
The **HyperlinkPart** method returns information about data stored as a Hyperlink data type. .
## Syntax
- _expression_. `HyperlinkPart`( ` _Hyperlink_`, ` _Part_` )
+_expression_. `HyperlinkPart`( ` _Hyperlink_`, ` _Part_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Hyperlink_|Required|**Variant**|The data stored in a Hyperlink field.|
| _Part_|Optional|**AcHyperlinkPart**|A **[AcHyperlinkPart](Access.AcHyperlinkPart.md)** constant representing the information you want returned by the **HyperlinkPart** method.|
-### Return Value
+### Return value
String
diff --git a/api/Access.Application.ImportNavigationPane.md b/api/Access.Application.ImportNavigationPane.md
index b4e4febc74d..98311b4edbf 100644
--- a/api/Access.Application.ImportNavigationPane.md
+++ b/api/Access.Application.ImportNavigationPane.md
@@ -1,5 +1,5 @@
---
-title: Application.ImportNavigationPane Method (Access)
+title: Application.ImportNavigationPane method (Access)
keywords: vbaac10.chm12619
f1_keywords:
- vbaac10.chm12619
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.ImportNavigationPane Method (Access)
+# Application.ImportNavigationPane method (Access)
Loads a saved Navigation Pane configuration from disk.
## Syntax
- _expression_. `ImportNavigationPane`( ` _Path_`, ` _fAppendOnly_` )
+_expression_. `ImportNavigationPane`( ` _Path_`, ` _fAppendOnly_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required|**String**|The path and name of the XML file that contains the Navigation Pane configuration to load. |
| _fAppendOnly_|Optional|**Boolean**|Set to **True** to append the imported categories to the existing categories. The default value is **False**.|
diff --git a/api/Access.Application.ImportXML.md b/api/Access.Application.ImportXML.md
index 54d7fd453ea..d769187797d 100644
--- a/api/Access.Application.ImportXML.md
+++ b/api/Access.Application.ImportXML.md
@@ -1,5 +1,5 @@
---
-title: Application.ImportXML Method (Access)
+title: Application.ImportXML method (Access)
keywords: vbaac10.chm12604
f1_keywords:
- vbaac10.chm12604
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.ImportXML Method (Access)
+# Application.ImportXML method (Access)
The **ImportXML** method allows developers to import XML data and/or schema information into Microsoft SQL Server 2000 Desktop Engine (MSDE 2000), Microsoft SQL Server 7.0 or later, or the Microsoft Access database engine.
## Syntax
- _expression_. `ImportXML`( ` _DataSource_`, ` _ImportOptions_` )
+_expression_. `ImportXML`( ` _DataSource_`, ` _ImportOptions_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataSource_|Required|**String**|The name and path of the XML file to import.|
| _ImportOptions_|Optional|**AcImportXMLOption**|An [AcImportXMLOption](Access.AcImportXMLOption.md) constant that specifies the option to use when importing XML files. The default value is **acStructureAndData**.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.InstantiateTemplate.md b/api/Access.Application.InstantiateTemplate.md
index 18467790fb7..95e0807e45e 100644
--- a/api/Access.Application.InstantiateTemplate.md
+++ b/api/Access.Application.InstantiateTemplate.md
@@ -1,5 +1,5 @@
---
-title: Application.InstantiateTemplate Method (Access)
+title: Application.InstantiateTemplate method (Access)
keywords: vbaac10.chm14527
f1_keywords:
- vbaac10.chm14527
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.InstantiateTemplate Method (Access)
+# Application.InstantiateTemplate method (Access)
Opens a new database and applies the specified template.
## Syntax
- _expression_. `InstantiateTemplate`( ` _Path_` )
+_expression_. `InstantiateTemplate`( ` _Path_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required|**String**|The full path and filename of the template to apply to the new database.|
diff --git a/api/Access.Application.IsCompiled.md b/api/Access.Application.IsCompiled.md
index 4b5ac57dd60..c98a7f3d9e8 100644
--- a/api/Access.Application.IsCompiled.md
+++ b/api/Access.Application.IsCompiled.md
@@ -1,5 +1,5 @@
---
-title: Application.IsCompiled Property (Access)
+title: Application.IsCompiled property (Access)
keywords: vbaac10.chm12567
f1_keywords:
- vbaac10.chm12567
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.IsCompiled Property (Access)
+# Application.IsCompiled property (Access)
The **IsCompiled** property returns a **Boolean** value indicating whether the Visual Basic project is in a compiled state. Read-only **Boolean**.
## Syntax
- _expression_. `IsCompiled`
+_expression_. `IsCompiled`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.IsCurrentWebUserInGroup.md b/api/Access.Application.IsCurrentWebUserInGroup.md
index 6575d2b2eb7..03e965e77d7 100644
--- a/api/Access.Application.IsCurrentWebUserInGroup.md
+++ b/api/Access.Application.IsCurrentWebUserInGroup.md
@@ -1,5 +1,5 @@
---
-title: Application.IsCurrentWebUserInGroup Method (Access)
+title: Application.IsCurrentWebUserInGroup method (Access)
keywords: vbaac10.chm14601
f1_keywords:
- vbaac10.chm14601
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Application.IsCurrentWebUserInGroup Method (Access)
+# Application.IsCurrentWebUserInGroup method (Access)
Gets whether or not the current user of a Web databse is a member of the specified Microsoft SharePoint Foundation 2010 group.
## Syntax
- _expression_. `IsCurrentWebUserInGroup`( ` _GroupNameOrID_` )
+_expression_. `IsCurrentWebUserInGroup`( ` _GroupNameOrID_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _GroupNameOrID_|Required|**Variant**| The name or identifier (ID) of the group.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Access.Application.LanguageSettings.md b/api/Access.Application.LanguageSettings.md
index 8411f402a76..41ee78843db 100644
--- a/api/Access.Application.LanguageSettings.md
+++ b/api/Access.Application.LanguageSettings.md
@@ -1,5 +1,5 @@
---
-title: Application.LanguageSettings Property (Access)
+title: Application.LanguageSettings property (Access)
keywords: vbaac10.chm12588
f1_keywords:
- vbaac10.chm12588
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.LanguageSettings Property (Access)
+# Application.LanguageSettings property (Access)
You can use the **LanguageSettings** property to return a read-only reference to the current **LanguageSettings** object and its related properties.
## Syntax
- _expression_. `LanguageSettings`
+_expression_. `LanguageSettings`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.LoadCustomUI.md b/api/Access.Application.LoadCustomUI.md
index 169969c8746..1b5c5eb2b59 100644
--- a/api/Access.Application.LoadCustomUI.md
+++ b/api/Access.Application.LoadCustomUI.md
@@ -1,5 +1,5 @@
---
-title: Application.LoadCustomUI Method (Access)
+title: Application.LoadCustomUI method (Access)
keywords: vbaac10.chm12616
f1_keywords:
- vbaac10.chm12616
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.LoadCustomUI Method (Access)
+# Application.LoadCustomUI method (Access)
Loads XML markup that represents a customized ribbon.
## Syntax
- _expression_. `LoadCustomUI`( ` _CustomUIName_`, ` _CustomUIXML_` )
+_expression_. `LoadCustomUI`( ` _CustomUIName_`, ` _CustomUIXML_` )
- _expression_ An expression that returns a [Application](Access.Application.md) object.
+_expression_ An expression that returns a [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomUIName_|Required|**String**|The name that will be used to identify the customized ribbon.|
| _CustomUIXML_|Required|**String**|The XML markup code that defines the customized ribbon.|
diff --git a/api/Access.Application.LoadFromAXL.md b/api/Access.Application.LoadFromAXL.md
index fce68617a6e..76a34c413ef 100644
--- a/api/Access.Application.LoadFromAXL.md
+++ b/api/Access.Application.LoadFromAXL.md
@@ -1,5 +1,5 @@
---
-title: Application.LoadFromAXL Method (Access)
+title: Application.LoadFromAXL method (Access)
keywords: vbaac10.chm14665
f1_keywords:
- vbaac10.chm14665
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.LoadFromAXL Method (Access)
+# Application.LoadFromAXL method (Access)
Imports the object defined in an Application XML (AXL) file into the database.
## Syntax
- _expression_. `LoadFromAXL`( ` _ObjectType_`, ` _ObjectName_`, ` _FileName_` )
+_expression_. `LoadFromAXL`( ` _ObjectType_`, ` _ObjectName_`, ` _FileName_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**AcObjectType**|Specifies the type of object to create.|
| _ObjectName_|Required|**String**|Specifies the name of the object.|
diff --git a/api/Access.Application.LoadPicture.md b/api/Access.Application.LoadPicture.md
index b3c41cf4b34..94df9252bf5 100644
--- a/api/Access.Application.LoadPicture.md
+++ b/api/Access.Application.LoadPicture.md
@@ -1,5 +1,5 @@
---
-title: Application.LoadPicture Method (Access)
+title: Application.LoadPicture method (Access)
keywords: vbaac10.chm12555
f1_keywords:
- vbaac10.chm12555
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Application.LoadPicture Method (Access)
+# Application.LoadPicture method (Access)
The **LoadPicture** method loads a graphic into an ActiveX control.
## Syntax
- _expression_. `LoadPicture`( ` _FileName_` )
+_expression_. `LoadPicture`( ` _FileName_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The file name of the graphic to be loaded. The graphic can be a bitmap file (.bmp), icon file (.ico), run-length encoded file (.rle), or metafile (.wmf).|
-### Return Value
+### Return value
Object
diff --git a/api/Access.Application.MacroError.md b/api/Access.Application.MacroError.md
index 23a7eb49d44..fb863d14373 100644
--- a/api/Access.Application.MacroError.md
+++ b/api/Access.Application.MacroError.md
@@ -1,5 +1,5 @@
---
-title: Application.MacroError Property (Access)
+title: Application.MacroError property (Access)
keywords: vbaac10.chm12615
f1_keywords:
- vbaac10.chm12615
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.MacroError Property (Access)
+# Application.MacroError property (Access)
Returns a **[MacroError](Access.MacroError.md)** object that contains information about the latest error to occur in a macro. Read-only.
## Syntax
- _expression_. `MacroError`
+_expression_. `MacroError`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## See also
diff --git a/api/Access.Application.MenuBar.md b/api/Access.Application.MenuBar.md
index 58b613c34b2..80df24c5802 100644
--- a/api/Access.Application.MenuBar.md
+++ b/api/Access.Application.MenuBar.md
@@ -1,5 +1,5 @@
---
-title: Application.MenuBar Property (Access)
+title: Application.MenuBar property (Access)
keywords: vbaac10.chm12500
f1_keywords:
- vbaac10.chm12500
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.MenuBar Property (Access)
+# Application.MenuBar property (Access)
Specifies a custom menu to display for a Microsoft Access database. Read/write **String**.
## Syntax
- _expression_. `MenuBar`
+_expression_. `MenuBar`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.Modules.md b/api/Access.Application.Modules.md
index f16130e67c3..aedd62c255b 100644
--- a/api/Access.Application.Modules.md
+++ b/api/Access.Application.Modules.md
@@ -1,5 +1,5 @@
---
-title: Application.Modules Property (Access)
+title: Application.Modules property (Access)
keywords: vbaac10.chm12565
f1_keywords:
- vbaac10.chm12565
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Modules Property (Access)
+# Application.Modules property (Access)
You can use the **Modules** property to access the **[Modules](Access.Modules.md)** collection and its related properties. Read-only **Modules** object.
## Syntax
- _expression_. `Modules`
+_expression_. `Modules`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.Name.md b/api/Access.Application.Name.md
index 02c6c19ee97..6745d5c0e52 100644
--- a/api/Access.Application.Name.md
+++ b/api/Access.Application.Name.md
@@ -1,5 +1,5 @@
---
-title: Application.Name Property (Access)
+title: Application.Name property (Access)
keywords: vbaac10.chm12586
f1_keywords:
- vbaac10.chm12586
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Name Property (Access)
+# Application.Name property (Access)
You can use the **Name** property to determine the string expression that identifies the name of an object. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.NewAccessProject.md b/api/Access.Application.NewAccessProject.md
index e257a8a8bf3..fa21b799851 100644
--- a/api/Access.Application.NewAccessProject.md
+++ b/api/Access.Application.NewAccessProject.md
@@ -1,5 +1,5 @@
---
-title: Application.NewAccessProject Method (Access)
+title: Application.NewAccessProject method (Access)
keywords: vbaac10.chm12580
f1_keywords:
- vbaac10.chm12580
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.NewAccessProject Method (Access)
+# Application.NewAccessProject method (Access)
You can use the **NewAccessProject** method to create and open a new Microsoft Access project (.adp) as the current Access project in the Microsoft Access window.
## Syntax
- _expression_. `NewAccessProject`( ` _filepath_`, ` _Connect_` )
+_expression_. `NewAccessProject`( ` _filepath_`, ` _Connect_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _filepath_|Required|**String**|the name of the new Access project, including the path name and the file name extension.|
| _Connect_|Optional|**Variant**|The connection string for the Access project. See the ADO **ConnectionString** property for details about this string.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.NewCurrentDatabase.md b/api/Access.Application.NewCurrentDatabase.md
index 9972623fa28..c4508db4d69 100644
--- a/api/Access.Application.NewCurrentDatabase.md
+++ b/api/Access.Application.NewCurrentDatabase.md
@@ -1,5 +1,5 @@
---
-title: Application.NewCurrentDatabase Method (Access)
+title: Application.NewCurrentDatabase method (Access)
keywords: vbaac10.chm12612
f1_keywords:
- vbaac10.chm12612
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.NewCurrentDatabase Method (Access)
+# Application.NewCurrentDatabase method (Access)
Creates a new Microsoft Access database.
## Syntax
- _expression_. `NewCurrentDatabase`( ` _filepath_`, ` _FileFormat_`, ` _Template_`, ` _SiteAddress_`, ` _ListID_` )
+_expression_. `NewCurrentDatabase`( ` _filepath_`, ` _FileFormat_`, ` _Template_`, ` _SiteAddress_`, ` _ListID_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _filepath_|Required|**String**|A string expression that is the name of a new database file, including the path name and the file name extension. If your network supports it, you can also specify a network path in the following form: \\Server\Share\Folder\Filename|
| _FileFormat_|Optional|**AcNewDatabaseFormat**|A **[AcNewDatabaseFormat](Access.AcNewDatabaseFormat.md)** constant that specifes the file format to use for the newly created database.|
diff --git a/api/Access.Application.NewFileTaskPane.md b/api/Access.Application.NewFileTaskPane.md
index db6f5840ba0..90f4157f41a 100644
--- a/api/Access.Application.NewFileTaskPane.md
+++ b/api/Access.Application.NewFileTaskPane.md
@@ -1,5 +1,5 @@
---
-title: Application.NewFileTaskPane Property (Access)
+title: Application.NewFileTaskPane property (Access)
keywords: vbaac10.chm12605
f1_keywords:
- vbaac10.chm12605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.NewFileTaskPane Property (Access)
+# Application.NewFileTaskPane property (Access)
Returns a **NewFile** object that represents a document listed on the **New File** task pane. Read-only **NewFile** object.
## Syntax
- _expression_. `NewFileTaskPane`
+_expression_. `NewFileTaskPane`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Example
diff --git a/api/Access.Application.Nz.md b/api/Access.Application.Nz.md
index 72cebc11c20..5a9ea171bd7 100644
--- a/api/Access.Application.Nz.md
+++ b/api/Access.Application.Nz.md
@@ -1,5 +1,5 @@
---
-title: Application.Nz Method (Access)
+title: Application.Nz method (Access)
keywords: vbaac10.chm12554
f1_keywords:
- vbaac10.chm12554
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.Nz Method (Access)
+# Application.Nz method (Access)
You can use the **Nz** function to return zero, a zero-length string (" "), or another specified value when a **Variant** is **Null**. For example, you can use this function to convert a **Null** value to another value and prevent it from propagating through an expression.
## Syntax
- _expression_. `Nz`( ` _Value_`, ` _ValueIfNull_` )
+_expression_. `Nz`( ` _Value_`, ` _ValueIfNull_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required|**Variant**|A variable of data type **Variant**.|
| _ValueIfNull_|Optional|**Variant**|Optional (unless used in a query). A **Variant** that supplies a value to be returned if the variant argument is **Null**. This argument enables you to return a value other than zero or a zero-length string.| **Note** |
|---|
| If you use the **Nz** function in an expression in a query without using the _valueifnull_ argument, the results will be a zero-length string in the fields that contain null values. |
|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.OpenAccessProject.md b/api/Access.Application.OpenAccessProject.md
index fd1a0f52379..b24f9200604 100644
--- a/api/Access.Application.OpenAccessProject.md
+++ b/api/Access.Application.OpenAccessProject.md
@@ -1,5 +1,5 @@
---
-title: Application.OpenAccessProject Method (Access)
+title: Application.OpenAccessProject method (Access)
keywords: vbaac10.chm12581
f1_keywords:
- vbaac10.chm12581
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.OpenAccessProject Method (Access)
+# Application.OpenAccessProject method (Access)
You can use the **OpenAccessProject** method to open an existing Microsoft Access project (.adp) as the current Access project in the Microsoft Access window.
## Syntax
- _expression_. `OpenAccessProject`( ` _filepath_`, ` _Exclusive_` )
+_expression_. `OpenAccessProject`( ` _filepath_`, ` _Exclusive_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _filepath_|Required|**String**|The name of the existing Access project, including the path name and the file name extension.|
| _Exclusive_|Optional|**Boolean**|Specifies whether you want to open the Access project in exclusive mode. The default value is **False**, which specifies that the Access project should be opened in shared mode.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.OpenCurrentDatabase.md b/api/Access.Application.OpenCurrentDatabase.md
index 7d13cb6e689..2ee18780b83 100644
--- a/api/Access.Application.OpenCurrentDatabase.md
+++ b/api/Access.Application.OpenCurrentDatabase.md
@@ -1,5 +1,5 @@
---
-title: Application.OpenCurrentDatabase Method (Access)
+title: Application.OpenCurrentDatabase method (Access)
keywords: vbaac10.chm12601
f1_keywords:
- vbaac10.chm12601
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.OpenCurrentDatabase Method (Access)
+# Application.OpenCurrentDatabase method (Access)
You can use the **OpenCurrentDatabase** method to open an existing Microsoft Access database as the current database.
## Syntax
- _expression_. `OpenCurrentDatabase`( ` _filepath_`, ` _Exclusive_`, ` _bstrPassword_` )
+_expression_. `OpenCurrentDatabase`( ` _filepath_`, ` _Exclusive_`, ` _bstrPassword_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _filepath_|Required|**String**|The name of an existing database file, including the path name and the file name extension.|
| _Exclusive_|Optional|**Boolean**|Specifies whether you want to open the database in exclusive mode. The default value is **False**, which specifies that the database should be opened in shared mode.|
| _bstrPassword_|Optional|**String**|The password to open the specified database.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.Parent.md b/api/Access.Application.Parent.md
index eb3b9236c1d..012d92970f7 100644
--- a/api/Access.Application.Parent.md
+++ b/api/Access.Application.Parent.md
@@ -1,5 +1,5 @@
---
-title: Application.Parent Property (Access)
+title: Application.Parent property (Access)
keywords: vbaac10.chm12496
f1_keywords:
- vbaac10.chm12496
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Parent Property (Access)
+# Application.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## See also
diff --git a/api/Access.Application.PlainText.md b/api/Access.Application.PlainText.md
index 8a92cf71728..6d66d38cb60 100644
--- a/api/Access.Application.PlainText.md
+++ b/api/Access.Application.PlainText.md
@@ -1,5 +1,5 @@
---
-title: Application.PlainText Method (Access)
+title: Application.PlainText method (Access)
keywords: vbaac10.chm12613
f1_keywords:
- vbaac10.chm12613
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.PlainText Method (Access)
+# Application.PlainText method (Access)
Strips the rich text formatting from a string and returns an unformatted text string.
## Syntax
- _expression_. `PlainText`( ` _RichText_`, ` _Length_` )
+_expression_. `PlainText`( ` _RichText_`, ` _Length_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RichText_|Required|**Variant**|The rich text string that you want to remove the formatting of.|
| _Length_|Optional|**Variant**|The number of character to return.|
-### Return Value
+### Return value
String
diff --git a/api/Access.Application.Printer.md b/api/Access.Application.Printer.md
index f900dc9cba8..af35111f693 100644
--- a/api/Access.Application.Printer.md
+++ b/api/Access.Application.Printer.md
@@ -1,5 +1,5 @@
---
-title: Application.Printer Property (Access)
+title: Application.Printer property (Access)
keywords: vbaac10.chm12597
f1_keywords:
- vbaac10.chm12597
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Printer Property (Access)
+# Application.Printer property (Access)
Returns or sets a **[Printer](Access.Printer.md)** object representing the default printer on the current system. Read/write.
## Syntax
- _expression_. `Printer`
+_expression_. `Printer`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Example
diff --git a/api/Access.Application.Printers.md b/api/Access.Application.Printers.md
index ba852ba943f..96040951821 100644
--- a/api/Access.Application.Printers.md
+++ b/api/Access.Application.Printers.md
@@ -1,5 +1,5 @@
---
-title: Application.Printers Property (Access)
+title: Application.Printers property (Access)
keywords: vbaac10.chm12596
f1_keywords:
- vbaac10.chm12596
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Printers Property (Access)
+# Application.Printers property (Access)
Returns the **[Printers](Access.Printers.md)** collection representing all the available printers on the current system. Read-only **Printers** collection.
## Syntax
- _expression_. `Printers`
+_expression_. `Printers`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Example
diff --git a/api/Access.Application.ProductCode.md b/api/Access.Application.ProductCode.md
index 6c0049e4606..d61cce996fb 100644
--- a/api/Access.Application.ProductCode.md
+++ b/api/Access.Application.ProductCode.md
@@ -1,5 +1,5 @@
---
-title: Application.ProductCode Property (Access)
+title: Application.ProductCode property (Access)
keywords: vbaac10.chm12584
f1_keywords:
- vbaac10.chm12584
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.ProductCode Property (Access)
+# Application.ProductCode property (Access)
You can use the **ProductCode** property to determine the Access globally unique identifier (GUID). Read-only **String**.
## Syntax
- _expression_. `ProductCode`
+_expression_. `ProductCode`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Example
diff --git a/api/Access.Application.Quit.md b/api/Access.Application.Quit.md
index d50e0d89ab6..37539001ca3 100644
--- a/api/Access.Application.Quit.md
+++ b/api/Access.Application.Quit.md
@@ -1,5 +1,5 @@
---
-title: Application.Quit Method (Access)
+title: Application.Quit method (Access)
keywords: vbaac10.chm12507
f1_keywords:
- vbaac10.chm12507
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.Quit Method (Access)
+# Application.Quit method (Access)
The [Quit](Access.Application.Quit.md) method quits Microsoft Access. You can select one of several options for saving a database object before quitting.
## Syntax
- _expression_. `Quit`( ` _Option_` )
+_expression_. `Quit`( ` _Option_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Options_|Optional|**AcQuitOption**|An [AcQuitOption](Access.AcQuitOption.md) constant that indicates the action to take when quitting Access. The default value is **acQuitSaveAll**.|
diff --git a/api/Access.Application.References.md b/api/Access.Application.References.md
index c67084a7a8c..e0f0804b439 100644
--- a/api/Access.Application.References.md
+++ b/api/Access.Application.References.md
@@ -1,5 +1,5 @@
---
-title: Application.References Property (Access)
+title: Application.References property (Access)
keywords: vbaac10.chm12564
f1_keywords:
- vbaac10.chm12564
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.References Property (Access)
+# Application.References property (Access)
You can use the **References** property to access the **[References](Access.References.md)** collection and its related properties, methods, and events. Read-only **References** collection.
## Syntax
- _expression_. `References`
+_expression_. `References`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.RefreshDatabaseWindow.md b/api/Access.Application.RefreshDatabaseWindow.md
index 300750845d3..74b282b1a6f 100644
--- a/api/Access.Application.RefreshDatabaseWindow.md
+++ b/api/Access.Application.RefreshDatabaseWindow.md
@@ -1,5 +1,5 @@
---
-title: Application.RefreshDatabaseWindow Method (Access)
+title: Application.RefreshDatabaseWindow method (Access)
keywords: vbaac10.chm12563
f1_keywords:
- vbaac10.chm12563
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Application.RefreshDatabaseWindow Method (Access)
+# Application.RefreshDatabaseWindow method (Access)
The **RefreshDatabaseWindow** method updates the Database window after a database object has been created, deleted, or renamed.
## Syntax
- _expression_. `RefreshDatabaseWindow`
+_expression_. `RefreshDatabaseWindow`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.RefreshTitleBar.md b/api/Access.Application.RefreshTitleBar.md
index 94014a8fbc0..764a2128cdb 100644
--- a/api/Access.Application.RefreshTitleBar.md
+++ b/api/Access.Application.RefreshTitleBar.md
@@ -1,5 +1,5 @@
---
-title: Application.RefreshTitleBar Method (Access)
+title: Application.RefreshTitleBar method (Access)
keywords: vbaac10.chm12551
f1_keywords:
- vbaac10.chm12551
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Application.RefreshTitleBar Method (Access)
+# Application.RefreshTitleBar method (Access)
The **RefreshTitleBar** method refreshes the Microsoft Access title bar after the **[AppTitle](Access.AppTitle.md)** or **[AppIcon](Access.AppIcon.md)** property has been set in Visual Basic.
## Syntax
- _expression_. `RefreshTitleBar`
+_expression_. `RefreshTitleBar`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.Reports.md b/api/Access.Application.Reports.md
index a648cbd77b4..7261cd6b66e 100644
--- a/api/Access.Application.Reports.md
+++ b/api/Access.Application.Reports.md
@@ -1,5 +1,5 @@
---
-title: Application.Reports Property (Access)
+title: Application.Reports property (Access)
keywords: vbaac10.chm12509
f1_keywords:
- vbaac10.chm12509
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Reports Property (Access)
+# Application.Reports property (Access)
You can use the **Reports** property to access the read-only **[Reports](Access.Reports.md)** collection and its related properties.
## Syntax
- _expression_. `Reports`
+_expression_. `Reports`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.Run.md b/api/Access.Application.Run.md
index 07cce54841a..c59d175e6a7 100644
--- a/api/Access.Application.Run.md
+++ b/api/Access.Application.Run.md
@@ -1,5 +1,5 @@
---
-title: Application.Run Method (Access)
+title: Application.Run method (Access)
keywords: vbaac10.chm12553
f1_keywords:
- vbaac10.chm12553
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Application.Run Method (Access)
+# Application.Run method (Access)
You can use the **Run** method to carry out a specified Microsoft Access or user-defined **Function** or **Sub** procedure. **Variant**.
## Syntax
- _expression_. `Run`( ` _Procedure_`, ` _Arg1_`, ` _Arg2_`, ` _Arg3_`, ` _Arg4_`, ` _Arg5_`, ` _Arg6_`, ` _Arg7_`, ` _Arg8_`, ` _Arg9_`, ` _Arg10_`, ` _Arg11_`, ` _Arg12_`, ` _Arg13_`, ` _Arg14_`, ` _Arg15_`, ` _Arg16_`, ` _Arg17_`, ` _Arg18_`, ` _Arg19_`, ` _Arg20_`, ` _Arg21_`, ` _Arg22_`, ` _Arg23_`, ` _Arg24_`, ` _Arg25_`, ` _Arg26_`, ` _Arg27_`, ` _Arg28_`, ` _Arg29_`, ` _Arg30_` )
+_expression_. `Run`( ` _Procedure_`, ` _Arg1_`, ` _Arg2_`, ` _Arg3_`, ` _Arg4_`, ` _Arg5_`, ` _Arg6_`, ` _Arg7_`, ` _Arg8_`, ` _Arg9_`, ` _Arg10_`, ` _Arg11_`, ` _Arg12_`, ` _Arg13_`, ` _Arg14_`, ` _Arg15_`, ` _Arg16_`, ` _Arg17_`, ` _Arg18_`, ` _Arg19_`, ` _Arg20_`, ` _Arg21_`, ` _Arg22_`, ` _Arg23_`, ` _Arg24_`, ` _Arg25_`, ` _Arg26_`, ` _Arg27_`, ` _Arg28_`, ` _Arg29_`, ` _Arg30_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Procedure_|Required|**String**|The name of the **Function** or **Sub** procedure to be run. If you are calling a procedure in another database use the project name and the procedure name separated by a dot in the form: " _projectname_. _procedurename_". If you execute Visual Basic code containing the **Run** method in a library database, Microsoft Access looks for the procedure first in the library database, then in the current database.|
| _Arg1, Arg2, ...Arg30_|Optional|**Variant**|The arguments that should be passed to the **Function** or **Sub** specified in the _Procedure_ argument.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.RunCommand.md b/api/Access.Application.RunCommand.md
index ef6a7234245..802bc181ab0 100644
--- a/api/Access.Application.RunCommand.md
+++ b/api/Access.Application.RunCommand.md
@@ -1,5 +1,5 @@
---
-title: Application.RunCommand Method (Access)
+title: Application.RunCommand method (Access)
keywords: vbaac10.chm12568
f1_keywords:
- vbaac10.chm12568
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.RunCommand Method (Access)
+# Application.RunCommand method (Access)
The **RunCommand** method runs a built-in command.
## Syntax
- _expression_. `RunCommand`( ` _Command_` )
+_expression_. `RunCommand`( ` _Command_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Command_|Required|**AcCommand**|An **[AcCommand](Access.AcCommand.md)** constant that specifies the commend to run.|
diff --git a/api/Access.Application.SaveAsAXL.md b/api/Access.Application.SaveAsAXL.md
index 12bd20acc55..066ce411363 100644
--- a/api/Access.Application.SaveAsAXL.md
+++ b/api/Access.Application.SaveAsAXL.md
@@ -1,5 +1,5 @@
---
-title: Application.SaveAsAXL Method (Access)
+title: Application.SaveAsAXL method (Access)
keywords: vbaac10.chm14664
f1_keywords:
- vbaac10.chm14664
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.SaveAsAXL Method (Access)
+# Application.SaveAsAXL method (Access)
Exports the specified object to an Application XML (AXL) file.
## Syntax
- _expression_. `SaveAsAXL`( ` _ObjectType_`, ` _ObjectName_`, ` _FileName_` )
+_expression_. `SaveAsAXL`( ` _ObjectType_`, ` _ObjectName_`, ` _FileName_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**AcObjectType**|Specifies the type of object to export.|
| _ObjectName_|Required|**String**|Specifies the name of the object to export. |
diff --git a/api/Access.Application.SaveAsTemplate.md b/api/Access.Application.SaveAsTemplate.md
index 878a75149aa..2530562388d 100644
--- a/api/Access.Application.SaveAsTemplate.md
+++ b/api/Access.Application.SaveAsTemplate.md
@@ -1,5 +1,5 @@
---
-title: Application.SaveAsTemplate Method (Access)
+title: Application.SaveAsTemplate method (Access)
keywords: vbaac10.chm14524
f1_keywords:
- vbaac10.chm14524
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.SaveAsTemplate Method (Access)
+# Application.SaveAsTemplate method (Access)
Converts an existing Access database file to a database template (*.accdt) format file.
## Syntax
- _expression_. `SaveAsTemplate`( ` _Path_`, ` _Title_`, ` _IconPath_`, ` _CoreTable_`, ` _Category_`, ` _PreviewPath_`, ` _Description_`, ` _InstantiationForm_`, ` _ApplicationPart_`, ` _IncludeData_` )
+_expression_. `SaveAsTemplate`( ` _Path_`, ` _Title_`, ` _IconPath_`, ` _CoreTable_`, ` _Category_`, ` _PreviewPath_`, ` _Description_`, ` _InstantiationForm_`, ` _ApplicationPart_`, ` _IncludeData_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required|**String**|The full path and file name of the database template to create.|
| _Title_|Required|**String**|The name of the database that is created when the instantiates the template.|
diff --git a/api/Access.Application.Screen.md b/api/Access.Application.Screen.md
index 57b12a28721..35a1fea5ea3 100644
--- a/api/Access.Application.Screen.md
+++ b/api/Access.Application.Screen.md
@@ -1,5 +1,5 @@
---
-title: Application.Screen Property (Access)
+title: Application.Screen property (Access)
keywords: vbaac10.chm12510
f1_keywords:
- vbaac10.chm12510
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Screen Property (Access)
+# Application.Screen property (Access)
You can use the **Screen** property to return a reference the **[Screen](Access.Screen.md)** object and its related properties. Read-only.
## Syntax
- _expression_. `Screen`
+_expression_. `Screen`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.SetDefaultWorkgroupFile.md b/api/Access.Application.SetDefaultWorkgroupFile.md
index 25b14f08388..9dcb6795a03 100644
--- a/api/Access.Application.SetDefaultWorkgroupFile.md
+++ b/api/Access.Application.SetDefaultWorkgroupFile.md
@@ -1,5 +1,5 @@
---
-title: Application.SetDefaultWorkgroupFile Method (Access)
+title: Application.SetDefaultWorkgroupFile method (Access)
keywords: vbaac10.chm12595
f1_keywords:
- vbaac10.chm12595
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Application.SetDefaultWorkgroupFile Method (Access)
+# Application.SetDefaultWorkgroupFile method (Access)
Sets the default workgroup file to the specified file.
## Syntax
- _expression_. `SetDefaultWorkgroupFile`( ` _Path_` )
+_expression_. `SetDefaultWorkgroupFile`( ` _Path_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required|**String**|The full path and file name of the workgroup file to use as the default.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.SetHiddenAttribute.md b/api/Access.Application.SetHiddenAttribute.md
index fc99c5435bc..d9211e9f531 100644
--- a/api/Access.Application.SetHiddenAttribute.md
+++ b/api/Access.Application.SetHiddenAttribute.md
@@ -1,5 +1,5 @@
---
-title: Application.SetHiddenAttribute Method (Access)
+title: Application.SetHiddenAttribute method (Access)
keywords: vbaac10.chm12571
f1_keywords:
- vbaac10.chm12571
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Application.SetHiddenAttribute Method (Access)
+# Application.SetHiddenAttribute method (Access)
The **SetHiddenAttribute** method sets the hidden attribute of an Access object.
## Syntax
- _expression_. `SetHiddenAttribute`( ` _ObjectType_`, ` _ObjectName_`, ` _fHidden_` )
+_expression_. `SetHiddenAttribute`( ` _ObjectType_`, ` _ObjectName_`, ` _fHidden_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**AcObjectType**|A **[AcObjectType](Access.AcObjectType.md)** constant that specifies the type of Access object.|
| _ObjectName_|Required|**String**|The name of the Access object.|
| _fHidden_|Required|**Boolean**|**True** sets the hidden attribute and **False** clears the attribute.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.SetOption.md b/api/Access.Application.SetOption.md
index 7190a258a8a..6c90aff5a07 100644
--- a/api/Access.Application.SetOption.md
+++ b/api/Access.Application.SetOption.md
@@ -1,5 +1,5 @@
---
-title: Application.SetOption Method (Access)
+title: Application.SetOption method (Access)
keywords: vbaac10.chm12504
f1_keywords:
- vbaac10.chm12504
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.SetOption Method (Access)
+# Application.SetOption method (Access)
The **SetOption** method sets the current value of an option in the **Access Options** dialog box.
## Syntax
- _expression_. `SetOption`( ` _OptionName_`, ` _Setting_` )
+_expression_. `SetOption`( ` _OptionName_`, ` _Setting_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OptionName_|Required|**String**|The name of the option. For a list of optionname argument strings, see [Set Options from Visual Basic](../access/Concepts/Settings/set-options-from-visual-basic.md).|
| _Setting_|Required|**Variant**|A value corresponding to the option setting. The value of the setting argument depends on the possible settings for a particular option.|
diff --git a/api/Access.Application.ShortcutMenuBar.md b/api/Access.Application.ShortcutMenuBar.md
index 525e2bdf4d8..0697e484c54 100644
--- a/api/Access.Application.ShortcutMenuBar.md
+++ b/api/Access.Application.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: Application.ShortcutMenuBar Property (Access)
+title: Application.ShortcutMenuBar property (Access)
keywords: vbaac10.chm12512
f1_keywords:
- vbaac10.chm12512
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.ShortcutMenuBar Property (Access)
+# Application.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.StringFromGUID.md b/api/Access.Application.StringFromGUID.md
index 851a76f149f..2d7b5e62ea7 100644
--- a/api/Access.Application.StringFromGUID.md
+++ b/api/Access.Application.StringFromGUID.md
@@ -1,5 +1,5 @@
---
-title: Application.StringFromGUID Method (Access)
+title: Application.StringFromGUID method (Access)
keywords: vbaac10.chm12557
f1_keywords:
- vbaac10.chm12557
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Application.StringFromGUID Method (Access)
+# Application.StringFromGUID method (Access)
The **StringFromGUID** function converts a GUID, which is an array of type **Byte**, to a string.
## Syntax
- _expression_. `StringFromGUID`( ` _Guid_` )
+_expression_. `StringFromGUID`( ` _Guid_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Guid_|Required|**Variant**|An array of **Byte** data used to uniquely identify an application, component, or item of data to the operating system.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.SysCmd.md b/api/Access.Application.SysCmd.md
index 44d16e18b51..fb2ee3c35f4 100644
--- a/api/Access.Application.SysCmd.md
+++ b/api/Access.Application.SysCmd.md
@@ -1,5 +1,5 @@
---
-title: Application.SysCmd Method (Access)
+title: Application.SysCmd method (Access)
keywords: vbaac10.chm12515
f1_keywords:
- vbaac10.chm12515
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.SysCmd Method (Access)
+# Application.SysCmd method (Access)
You can use the **SysCmd** method to, display a progress meter or optional specified text in the status bar, return information about Microsoft Access and its associated files, or return the state of a specified database object (to indicate whether the object is open, is a new object, or has been changed but not saved). **Variant**.
## Syntax
- _expression_. `SysCmd`( ` _Action_`, ` _Argument2_`, ` _Argument3_` )
+_expression_. `SysCmd`( ` _Action_`, ` _Argument2_`, ` _Argument3_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required|**AcSysCmdAction**|A **[AcSysCmdAction](Access.AcSysCmdAction.md)** constant that identifies the type of action to take. This set of constants applies to a progress meter. The **SysCmd** method returns a **null** if these actions are successful. Otherwise, Microsoft Access generates a run-time error.|
| _Argument2_|Optional|**Variant**|The text to be displayed left-aligned in the status bar. This argument is required when the action argument is **acSysCmdInitMeter**, **acSysCmdUpdateMeter**, or **acSysCmdSetStatus**; this argument isn't valid for other action argument values.
@@ -39,7 +39,7 @@ You can use the **SysCmd** method to, display a progress meter or optional spec
|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Application.TempVars.md b/api/Access.Application.TempVars.md
index d946be0f25a..b3dd807e98d 100644
--- a/api/Access.Application.TempVars.md
+++ b/api/Access.Application.TempVars.md
@@ -1,5 +1,5 @@
---
-title: Application.TempVars Property (Access)
+title: Application.TempVars property (Access)
keywords: vbaac10.chm12617
f1_keywords:
- vbaac10.chm12617
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.TempVars Property (Access)
+# Application.TempVars property (Access)
Returns the collection of **[TempVar](Access.TempVar.md)** objects. Read-only **[TempVars](Access.TempVars.md)**.
## Syntax
- _expression_. `TempVars`
+_expression_. `TempVars`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## See also
diff --git a/api/Access.Application.TransformXML.md b/api/Access.Application.TransformXML.md
index 9a67f579ad9..7ba985c1789 100644
--- a/api/Access.Application.TransformXML.md
+++ b/api/Access.Application.TransformXML.md
@@ -1,5 +1,5 @@
---
-title: Application.TransformXML Method (Access)
+title: Application.TransformXML method (Access)
keywords: vbaac10.chm12606
f1_keywords:
- vbaac10.chm12606
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Application.TransformXML Method (Access)
+# Application.TransformXML method (Access)
Applies an Extensible Stylesheet Language (XSL) stylesheet to an XML data file and writes the resulting XML to an XML data file.
## Syntax
- _expression_. `TransformXML`( ` _DataSource_`, ` _TransformSource_`, ` _OutputTarget_`, ` _WellFormedXMLOutput_`, ` _ScriptOption_` )
+_expression_. `TransformXML`( ` _DataSource_`, ` _TransformSource_`, ` _OutputTarget_`, ` _WellFormedXMLOutput_`, ` _ScriptOption_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataSource_|Required|**String**|The name and path of the XML file to import.|
| _TransformSource_|Required|**String**|The name and path to the XSL file to apply to the XML data file.|
@@ -35,7 +35,7 @@ Applies an Extensible Stylesheet Language (XSL) stylesheet to an XML data file a
| _WellFormedXMLOutput_|Optional|**Boolean**|Setting this argument to **True** will create a well-formed XML file. Setting this argument to **False** will encode the resulting XML file in UTF-16 format. The default value is **False**.|
| _ScriptOption_|Optional|**AcTransformXMLScriptOption**|A [AcTransformXMLScriptOption](Access.AcTransformXMLScriptOption.md) constant that specifies the action taken if the XSL file contains scripting code. The default value is **acPromptScript**.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Application.UserControl.md b/api/Access.Application.UserControl.md
index e04d7a6ea5e..3a58556fae0 100644
--- a/api/Access.Application.UserControl.md
+++ b/api/Access.Application.UserControl.md
@@ -1,5 +1,5 @@
---
-title: Application.UserControl Property (Access)
+title: Application.UserControl property (Access)
keywords: vbaac10.chm12514
f1_keywords:
- vbaac10.chm12514
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.UserControl Property (Access)
+# Application.UserControl property (Access)
You can use the **UserControl** property to determine whether the current Microsoft Access application was started by the user or by another application with Automation, formerly called OLE Automation. Read/write **Boolean**.
## Syntax
- _expression_. `UserControl`
+_expression_. `UserControl`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.VBE.md b/api/Access.Application.VBE.md
index 5de6ff39741..2fc623acc7a 100644
--- a/api/Access.Application.VBE.md
+++ b/api/Access.Application.VBE.md
@@ -1,5 +1,5 @@
---
-title: Application.VBE Property (Access)
+title: Application.VBE property (Access)
keywords: vbaac10.chm12572
f1_keywords:
- vbaac10.chm12572
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.VBE Property (Access)
+# Application.VBE property (Access)
You can use the **VBE** property to return a reference to the current **VBE** object and its related properties. The **VBE** property of the **[Application](Access.Application.md)** object represents the Microsoft Visual Basic for Applications editor. Read-only **VBE** object.
## Syntax
- _expression_. `VBE`
+_expression_. `VBE`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.Version.md b/api/Access.Application.Version.md
index 81242a6a5c8..bd233c094ef 100644
--- a/api/Access.Application.Version.md
+++ b/api/Access.Application.Version.md
@@ -1,5 +1,5 @@
---
-title: Application.Version Property (Access)
+title: Application.Version property (Access)
keywords: vbaac10.chm12599
f1_keywords:
- vbaac10.chm12599
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Version Property (Access)
+# Application.Version property (Access)
Returns a **String** indicating the version number of the currently installed copy of Access. Read-only.
## Syntax
- _expression_. `Version`
+_expression_. `Version`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Example
diff --git a/api/Access.Application.Visible.md b/api/Access.Application.Visible.md
index 22538721389..4f94aaebfe5 100644
--- a/api/Access.Application.Visible.md
+++ b/api/Access.Application.Visible.md
@@ -1,5 +1,5 @@
---
-title: Application.Visible Property (Access)
+title: Application.Visible property (Access)
keywords: vbaac10.chm12513
f1_keywords:
- vbaac10.chm12513
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.Visible Property (Access)
+# Application.Visible property (Access)
Returns or sets whether a Microsoft Access application is minimized. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Remarks
diff --git a/api/Access.Application.WebServices.md b/api/Access.Application.WebServices.md
index 6db257c1705..26fa86b4573 100644
--- a/api/Access.Application.WebServices.md
+++ b/api/Access.Application.WebServices.md
@@ -1,5 +1,5 @@
---
-title: Application.WebServices Property (Access)
+title: Application.WebServices property (Access)
keywords: vbaac10.chm14555
f1_keywords:
- vbaac10.chm14555
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Application.WebServices Property (Access)
+# Application.WebServices property (Access)
Gets the collection of installed Data Service data connections. Read-only **[WebServices](Access.WebServices.md)**.
## Syntax
- _expression_. `WebServices`
+_expression_. `WebServices`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## See also
diff --git a/api/Access.Application.hWndAccessApp.md b/api/Access.Application.hWndAccessApp.md
index cb8c493c047..425716e718e 100644
--- a/api/Access.Application.hWndAccessApp.md
+++ b/api/Access.Application.hWndAccessApp.md
@@ -1,5 +1,5 @@
---
-title: Application.hWndAccessApp Method (Access)
+title: Application.hWndAccessApp method (Access)
keywords: vbaac10.chm12552
f1_keywords:
- vbaac10.chm12552
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Application.hWndAccessApp Method (Access)
+# Application.hWndAccessApp method (Access)
You can use the **hWndAccessApp** method to determine the handle assigned by Microsoft Windows to the main Microsoft Access window.
## Syntax
- _expression_. `hWndAccessApp`
+_expression_. `hWndAccessApp`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Access.Application.md b/api/Access.Application.md
index e0169f78597..c4956f2e3ce 100644
--- a/api/Access.Application.md
+++ b/api/Access.Application.md
@@ -1,5 +1,5 @@
---
-title: Application Object (Access)
+title: Application object (Access)
keywords: vbaac10.chm12627
f1_keywords:
- vbaac10.chm12627
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Application Object (Access)
+# Application object (Access)
The **Application** object refers to the active Microsoft Access application.
diff --git a/api/Access.Attachment.AddColon.md b/api/Access.Attachment.AddColon.md
index 3dcda3b4c48..2a2ffa82d6c 100644
--- a/api/Access.Attachment.AddColon.md
+++ b/api/Access.Attachment.AddColon.md
@@ -1,5 +1,5 @@
---
-title: Attachment.AddColon Property (Access)
+title: Attachment.AddColon property (Access)
keywords: vbaac10.chm14004
f1_keywords:
- vbaac10.chm14004
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.AddColon Property (Access)
+# Attachment.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.AfterUpdate(even).md b/api/Access.Attachment.AfterUpdate(even).md
index 1860a0a6613..6a455e5039a 100644
--- a/api/Access.Attachment.AfterUpdate(even).md
+++ b/api/Access.Attachment.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: Attachment.AfterUpdate Event (Access)
+title: Attachment.AfterUpdate event (Access)
keywords: vbaac10.chm14020
f1_keywords:
- vbaac10.chm14020
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.AfterUpdate Event (Access)
+# Attachment.AfterUpdate event (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ An expression that returns an [Attachment](Access.Attachment.md) object.
+_expression_ An expression that returns an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.AfterUpdate(property).md b/api/Access.Attachment.AfterUpdate(property).md
index db3c76079e9..39bc05853da 100644
--- a/api/Access.Attachment.AfterUpdate(property).md
+++ b/api/Access.Attachment.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: Attachment.AfterUpdate Property (Access)
+title: Attachment.AfterUpdate property (Access)
keywords: vbaac10.chm13938
f1_keywords:
- vbaac10.chm13938
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.AfterUpdate Property (Access)
+# Attachment.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ An expression that returns an [Attachment](Access.Attachment.md) object.
+_expression_ An expression that returns an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Application.md b/api/Access.Attachment.Application.md
index af448404786..ba4c32e8601 100644
--- a/api/Access.Attachment.Application.md
+++ b/api/Access.Attachment.Application.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Application Property (Access)
+title: Attachment.Application property (Access)
keywords: vbaac10.chm13903
f1_keywords:
- vbaac10.chm13903
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Application Property (Access)
+# Attachment.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_.
+_expression_.
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.AttachmentCount.md b/api/Access.Attachment.AttachmentCount.md
index 6d699f999ea..42db12ea1d6 100644
--- a/api/Access.Attachment.AttachmentCount.md
+++ b/api/Access.Attachment.AttachmentCount.md
@@ -1,5 +1,5 @@
---
-title: Attachment.AttachmentCount Property (Access)
+title: Attachment.AttachmentCount property (Access)
keywords: vbaac10.chm13979
f1_keywords:
- vbaac10.chm13979
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.AttachmentCount Property (Access)
+# Attachment.AttachmentCount property (Access)
Gets the number of documents attached to the specified **Attachment** control. Read-only **Long**.
## Syntax
- _expression_. `AttachmentCount`
+_expression_. `AttachmentCount`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.AttachmentCurrent.md b/api/Access.Attachment.AttachmentCurrent.md
index 413c7fbbe5b..cfaf368c697 100644
--- a/api/Access.Attachment.AttachmentCurrent.md
+++ b/api/Access.Attachment.AttachmentCurrent.md
@@ -1,5 +1,5 @@
---
-title: Attachment.AttachmentCurrent Event (Access)
+title: Attachment.AttachmentCurrent event (Access)
keywords: vbaac10.chm14035
f1_keywords:
- vbaac10.chm14035
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.AttachmentCurrent Event (Access)
+# Attachment.AttachmentCurrent event (Access)
Occurs when the focus moves to or from a file contained in the specified **Attachment** control, making it the current attachment, or when the form is refreshed or requeried.
## Syntax
- _expression_. `AttachmentCurrent`
+_expression_. `AttachmentCurrent`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.AutoLabel.md b/api/Access.Attachment.AutoLabel.md
index bb8e2793dcb..7b764805f74 100644
--- a/api/Access.Attachment.AutoLabel.md
+++ b/api/Access.Attachment.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: Attachment.AutoLabel Property (Access)
+title: Attachment.AutoLabel property (Access)
keywords: vbaac10.chm14003
f1_keywords:
- vbaac10.chm14003
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.AutoLabel Property (Access)
+# Attachment.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.Back.md b/api/Access.Attachment.Back.md
index bbcfbaf7fcb..d4ee7e4c6d0 100644
--- a/api/Access.Attachment.Back.md
+++ b/api/Access.Attachment.Back.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Back Method (Access)
+title: Attachment.Back method (Access)
keywords: vbaac10.chm13978
f1_keywords:
- vbaac10.chm13978
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Back Method (Access)
+# Attachment.Back method (Access)
Moves the focus to the previous file in the specified **Attachment** control.
## Syntax
- _expression_. `Back`
+_expression_. `Back`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.BackColor.md b/api/Access.Attachment.BackColor.md
index 80015e447c8..babb296a3be 100644
--- a/api/Access.Attachment.BackColor.md
+++ b/api/Access.Attachment.BackColor.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BackColor Property (Access)
+title: Attachment.BackColor property (Access)
keywords: vbaac10.chm13925
f1_keywords:
- vbaac10.chm13925
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BackColor Property (Access)
+# Attachment.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.BackShade.md b/api/Access.Attachment.BackShade.md
index 708d32ef834..2ed69765542 100644
--- a/api/Access.Attachment.BackShade.md
+++ b/api/Access.Attachment.BackShade.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BackShade Property (Access)
+title: Attachment.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BackShade Property (Access)
+# Attachment.BackShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
+_expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
## Remarks
diff --git a/api/Access.Attachment.BackStyle.md b/api/Access.Attachment.BackStyle.md
index 89087345433..f51062c2201 100644
--- a/api/Access.Attachment.BackStyle.md
+++ b/api/Access.Attachment.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BackStyle Property (Access)
+title: Attachment.BackStyle property (Access)
keywords: vbaac10.chm13924
f1_keywords:
- vbaac10.chm13924
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BackStyle Property (Access)
+# Attachment.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.BackThemeColorIndex.md b/api/Access.Attachment.BackThemeColorIndex.md
index eec79ad2189..5be2ce5446e 100644
--- a/api/Access.Attachment.BackThemeColorIndex.md
+++ b/api/Access.Attachment.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BackThemeColorIndex Property (Access)
+title: Attachment.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BackThemeColorIndex Property (Access)
+# Attachment.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
+_expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
## Remarks
diff --git a/api/Access.Attachment.BackTint.md b/api/Access.Attachment.BackTint.md
index 90a276353fa..fcbab521908 100644
--- a/api/Access.Attachment.BackTint.md
+++ b/api/Access.Attachment.BackTint.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BackTint Property (Access)
+title: Attachment.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BackTint Property (Access)
+# Attachment.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
+_expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
## Remarks
diff --git a/api/Access.Attachment.BeforeUpdate(even).md b/api/Access.Attachment.BeforeUpdate(even).md
index 4cc449497de..d63e54c577e 100644
--- a/api/Access.Attachment.BeforeUpdate(even).md
+++ b/api/Access.Attachment.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: Attachment.BeforeUpdate Event (Access)
+title: Attachment.BeforeUpdate event (Access)
keywords: vbaac10.chm14019
f1_keywords:
- vbaac10.chm14019
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Attachment.BeforeUpdate Event (Access)
+# Attachment.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_`, )
+_expression_. `BeforeUpdate`( ` _Cancel_`, )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Attachment.BeforeUpdate(property).md b/api/Access.Attachment.BeforeUpdate(property).md
index 883ed15c3bd..04922920417 100644
--- a/api/Access.Attachment.BeforeUpdate(property).md
+++ b/api/Access.Attachment.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: Attachment.BeforeUpdate Property (Access)
+title: Attachment.BeforeUpdate property (Access)
keywords: vbaac10.chm13937
f1_keywords:
- vbaac10.chm13937
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BeforeUpdate Property (Access)
+# Attachment.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.BorderColor.md b/api/Access.Attachment.BorderColor.md
index 93ca8f1d272..eb23b2ae5dd 100644
--- a/api/Access.Attachment.BorderColor.md
+++ b/api/Access.Attachment.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BorderColor Property (Access)
+title: Attachment.BorderColor property (Access)
keywords: vbaac10.chm13929
f1_keywords:
- vbaac10.chm13929
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BorderColor Property (Access)
+# Attachment.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.BorderShade.md b/api/Access.Attachment.BorderShade.md
index e5c5e36aa91..1f42a8f3600 100644
--- a/api/Access.Attachment.BorderShade.md
+++ b/api/Access.Attachment.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BorderShade Property (Access)
+title: Attachment.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BorderShade Property (Access)
+# Attachment.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
+_expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
## Remarks
diff --git a/api/Access.Attachment.BorderStyle.md b/api/Access.Attachment.BorderStyle.md
index 81e71363da5..a82a8ef8984 100644
--- a/api/Access.Attachment.BorderStyle.md
+++ b/api/Access.Attachment.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BorderStyle Property (Access)
+title: Attachment.BorderStyle property (Access)
keywords: vbaac10.chm13927
f1_keywords:
- vbaac10.chm13927
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BorderStyle Property (Access)
+# Attachment.BorderStyle property (Access)
Specifies how a control's border appears. Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.BorderThemeColorIndex.md b/api/Access.Attachment.BorderThemeColorIndex.md
index 227f0d4e3b5..e35b4faab1e 100644
--- a/api/Access.Attachment.BorderThemeColorIndex.md
+++ b/api/Access.Attachment.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BorderThemeColorIndex Property (Access)
+title: Attachment.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BorderThemeColorIndex Property (Access)
+# Attachment.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme that is associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
+_expression_ A variable that represents an '[Attachment](Access.Attachment.md)' object.
## Remarks
diff --git a/api/Access.Attachment.BorderTint.md b/api/Access.Attachment.BorderTint.md
index fce8cd4b2d8..ae2639cbf3a 100644
--- a/api/Access.Attachment.BorderTint.md
+++ b/api/Access.Attachment.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BorderTint Property (Access)
+title: Attachment.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BorderTint Property (Access)
+# Attachment.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.BorderWidth.md b/api/Access.Attachment.BorderWidth.md
index fcc03584173..fd0a397eb3a 100644
--- a/api/Access.Attachment.BorderWidth.md
+++ b/api/Access.Attachment.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BorderWidth Property (Access)
+title: Attachment.BorderWidth property (Access)
keywords: vbaac10.chm13930
f1_keywords:
- vbaac10.chm13930
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BorderWidth Property (Access)
+# Attachment.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.BottomPadding.md b/api/Access.Attachment.BottomPadding.md
index 05c3a39a41b..5ce25f27032 100644
--- a/api/Access.Attachment.BottomPadding.md
+++ b/api/Access.Attachment.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: Attachment.BottomPadding Property (Access)
+title: Attachment.BottomPadding property (Access)
keywords: vbaac10.chm13991
f1_keywords:
- vbaac10.chm13991
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.BottomPadding Property (Access)
+# Attachment.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the attachment and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.Change.md b/api/Access.Attachment.Change.md
index e7f39d84648..070c35e2655 100644
--- a/api/Access.Attachment.Change.md
+++ b/api/Access.Attachment.Change.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Change Event (Access)
+title: Attachment.Change event (Access)
keywords: vbaac10.chm14024
f1_keywords:
- vbaac10.chm14024
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Attachment.Change Event (Access)
+# Attachment.Change event (Access)
The **Change** event occurs when the contents of the specified control change.
## Syntax
- _expression_. `Change`
+_expression_. `Change`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Attachment.Click.md b/api/Access.Attachment.Click.md
index f3d65578af8..c0df3f64797 100644
--- a/api/Access.Attachment.Click.md
+++ b/api/Access.Attachment.Click.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Click Event (Access)
+title: Attachment.Click event (Access)
keywords: vbaac10.chm14027
f1_keywords:
- vbaac10.chm14027
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Attachment.Click Event (Access)
+# Attachment.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Attachment.ColumnHidden.md b/api/Access.Attachment.ColumnHidden.md
index 024be22edda..eea9269d503 100644
--- a/api/Access.Attachment.ColumnHidden.md
+++ b/api/Access.Attachment.ColumnHidden.md
@@ -1,5 +1,5 @@
---
-title: Attachment.ColumnHidden Property (Access)
+title: Attachment.ColumnHidden property (Access)
keywords: vbaac10.chm14010
f1_keywords:
- vbaac10.chm14010
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.ColumnHidden Property (Access)
+# Attachment.ColumnHidden property (Access)
You can use the **ColumnHidden** property to show or hide a specified column in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHidden`
+_expression_. `ColumnHidden`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.ColumnOrder.md b/api/Access.Attachment.ColumnOrder.md
index 65fdb67b20e..354c06a8e5b 100644
--- a/api/Access.Attachment.ColumnOrder.md
+++ b/api/Access.Attachment.ColumnOrder.md
@@ -1,5 +1,5 @@
---
-title: Attachment.ColumnOrder Property (Access)
+title: Attachment.ColumnOrder property (Access)
keywords: vbaac10.chm14009
f1_keywords:
- vbaac10.chm14009
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.ColumnOrder Property (Access)
+# Attachment.ColumnOrder property (Access)
You can use the **ColumnOrder** property to specify the order of the columns in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnOrder`
+_expression_. `ColumnOrder`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.ColumnWidth.md b/api/Access.Attachment.ColumnWidth.md
index 2364ca6b5c3..38c42e7de47 100644
--- a/api/Access.Attachment.ColumnWidth.md
+++ b/api/Access.Attachment.ColumnWidth.md
@@ -1,5 +1,5 @@
---
-title: Attachment.ColumnWidth Property (Access)
+title: Attachment.ColumnWidth property (Access)
keywords: vbaac10.chm14008
f1_keywords:
- vbaac10.chm14008
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.ColumnWidth Property (Access)
+# Attachment.ColumnWidth property (Access)
You can use the **ColumnWidth** property to specify the width of a column in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnWidth`
+_expression_. `ColumnWidth`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.ControlSource.md b/api/Access.Attachment.ControlSource.md
index afbfb38638d..c0bb28329bf 100644
--- a/api/Access.Attachment.ControlSource.md
+++ b/api/Access.Attachment.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: Attachment.ControlSource Property (Access)
+title: Attachment.ControlSource property (Access)
keywords: vbaac10.chm14011
f1_keywords:
- vbaac10.chm14011
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.ControlSource Property (Access)
+# Attachment.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in the specified **[Attachment](Access.Attachment.md)** control. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.ControlTipText.md b/api/Access.Attachment.ControlTipText.md
index ccf1d29ccb2..2d141a6d5bc 100644
--- a/api/Access.Attachment.ControlTipText.md
+++ b/api/Access.Attachment.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: Attachment.ControlTipText Property (Access)
+title: Attachment.ControlTipText property (Access)
keywords: vbaac10.chm13932
f1_keywords:
- vbaac10.chm13932
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.ControlTipText Property (Access)
+# Attachment.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.ControlType.md b/api/Access.Attachment.ControlType.md
index a9d0077b042..24fd078b77d 100644
--- a/api/Access.Attachment.ControlType.md
+++ b/api/Access.Attachment.ControlType.md
@@ -1,5 +1,5 @@
---
-title: Attachment.ControlType Property (Access)
+title: Attachment.ControlType property (Access)
keywords: vbaac10.chm13914
f1_keywords:
- vbaac10.chm13914
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.ControlType Property (Access)
+# Attachment.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Controls.md b/api/Access.Attachment.Controls.md
index 5781f1f1229..1e1241d07a9 100644
--- a/api/Access.Attachment.Controls.md
+++ b/api/Access.Attachment.Controls.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Controls Property (Access)
+title: Attachment.Controls property (Access)
keywords: vbaac10.chm13910
f1_keywords:
- vbaac10.chm13910
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Controls Property (Access)
+# Attachment.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.CurrentAttachment.md b/api/Access.Attachment.CurrentAttachment.md
index 4262f39277b..aa15e5a9566 100644
--- a/api/Access.Attachment.CurrentAttachment.md
+++ b/api/Access.Attachment.CurrentAttachment.md
@@ -1,5 +1,5 @@
---
-title: Attachment.CurrentAttachment Property (Access)
+title: Attachment.CurrentAttachment property (Access)
keywords: vbaac10.chm13980
f1_keywords:
- vbaac10.chm13980
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.CurrentAttachment Property (Access)
+# Attachment.CurrentAttachment property (Access)
Gets the index number of the file that has the focus in the **Attachment** control. Read/write **Long**.
## Syntax
- _expression_. `CurrentAttachment`
+_expression_. `CurrentAttachment`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.DblClick.md b/api/Access.Attachment.DblClick.md
index 15743924708..8c59d51de54 100644
--- a/api/Access.Attachment.DblClick.md
+++ b/api/Access.Attachment.DblClick.md
@@ -1,5 +1,5 @@
---
-title: Attachment.DblClick Event (Access)
+title: Attachment.DblClick event (Access)
keywords: vbaac10.chm14028
f1_keywords:
- vbaac10.chm14028
@@ -11,22 +11,22 @@ ms.date: 06/08/2017
---
-# Attachment.DblClick Event (Access)
+# Attachment.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`(*Cancel*)
+_expression_. `DblClick`(*Cancel*)
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|Integer|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (1) cancels the **DblClick** event.|
diff --git a/api/Access.Attachment.DefaultPicture.md b/api/Access.Attachment.DefaultPicture.md
index 20172983982..18355ee3585 100644
--- a/api/Access.Attachment.DefaultPicture.md
+++ b/api/Access.Attachment.DefaultPicture.md
@@ -1,5 +1,5 @@
---
-title: Attachment.DefaultPicture Property (Access)
+title: Attachment.DefaultPicture property (Access)
keywords: vbaac10.chm14001,vbaac10.chm5849
f1_keywords:
- vbaac10.chm14001,vbaac10.chm5849
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.DefaultPicture Property (Access)
+# Attachment.DefaultPicture property (Access)
Gets or sets the path and file name of the graphic to be used as a background picture on an attachment control. Read/write **String**.
## Syntax
- _expression_. `DefaultPicture`
+_expression_. `DefaultPicture`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.DefaultPictureType.md b/api/Access.Attachment.DefaultPictureType.md
index 90e1721d2c9..b5a687e46f3 100644
--- a/api/Access.Attachment.DefaultPictureType.md
+++ b/api/Access.Attachment.DefaultPictureType.md
@@ -1,5 +1,5 @@
---
-title: Attachment.DefaultPictureType Property (Access)
+title: Attachment.DefaultPictureType property (Access)
keywords: vbaac10.chm10452
f1_keywords:
- vbaac10.chm10452
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.DefaultPictureType Property (Access)
+# Attachment.DefaultPictureType property (Access)
Gets or sets the method used to store the image specified by the **[DefaultPicture](Access.Attachment.DefaultPicture.md)** property in the database. Read/write **Byte**.
## Syntax
- _expression_. `DefaultPictureType`
+_expression_. `DefaultPictureType`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Dirty.md b/api/Access.Attachment.Dirty.md
index 91840da99ea..28c9988a85d 100644
--- a/api/Access.Attachment.Dirty.md
+++ b/api/Access.Attachment.Dirty.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Dirty Event (Access)
+title: Attachment.Dirty event (Access)
keywords: vbaac10.chm14023
f1_keywords:
- vbaac10.chm14023
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Attachment.Dirty Event (Access)
+# Attachment.Dirty event (Access)
The **Dirty** event occurs when the content of the specified control changes.
## Syntax
- _expression_. `Dirty`( ` _Cancel_`, )
+_expression_. `Dirty`( ` _Cancel_`, )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **Dirty** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **Dirty** event.|
diff --git a/api/Access.Attachment.DisplayAs.md b/api/Access.Attachment.DisplayAs.md
index cf642933c1b..9b728b70c33 100644
--- a/api/Access.Attachment.DisplayAs.md
+++ b/api/Access.Attachment.DisplayAs.md
@@ -1,5 +1,5 @@
---
-title: Attachment.DisplayAs Property (Access)
+title: Attachment.DisplayAs property (Access)
keywords: vbaac10.chm13975,vbaac10.chm5817
f1_keywords:
- vbaac10.chm13975,vbaac10.chm5817
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.DisplayAs Property (Access)
+# Attachment.DisplayAs property (Access)
Gets or sets an **[AcDisplayAs](Access.AcDisplayAs.md)** constant that specifies how a file should be displayed in the **Attachment** control. Read/write.
## Syntax
- _expression_. `DisplayAs`
+_expression_. `DisplayAs`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.DisplayWhen.md b/api/Access.Attachment.DisplayWhen.md
index 3b12d278a02..5bb72b7697d 100644
--- a/api/Access.Attachment.DisplayWhen.md
+++ b/api/Access.Attachment.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: Attachment.DisplayWhen Property (Access)
+title: Attachment.DisplayWhen property (Access)
keywords: vbaac10.chm13919
f1_keywords:
- vbaac10.chm13919
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.DisplayWhen Property (Access)
+# Attachment.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Enabled.md b/api/Access.Attachment.Enabled.md
index 48070c47deb..82032d694f0 100644
--- a/api/Access.Attachment.Enabled.md
+++ b/api/Access.Attachment.Enabled.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Enabled Property (Access)
+title: Attachment.Enabled property (Access)
keywords: vbaac10.chm14015
f1_keywords:
- vbaac10.chm14015
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Enabled Property (Access)
+# Attachment.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Enter.md b/api/Access.Attachment.Enter.md
index d524d3835de..a26a016c85c 100644
--- a/api/Access.Attachment.Enter.md
+++ b/api/Access.Attachment.Enter.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Enter Event (Access)
+title: Attachment.Enter event (Access)
keywords: vbaac10.chm14021
f1_keywords:
- vbaac10.chm14021
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Enter Event (Access)
+# Attachment.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.EventProcPrefix.md b/api/Access.Attachment.EventProcPrefix.md
index 83625a30608..c44490b6ce2 100644
--- a/api/Access.Attachment.EventProcPrefix.md
+++ b/api/Access.Attachment.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: Attachment.EventProcPrefix Property (Access)
+title: Attachment.EventProcPrefix property (Access)
keywords: vbaac10.chm13912
f1_keywords:
- vbaac10.chm13912
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.EventProcPrefix Property (Access)
+# Attachment.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Exit.md b/api/Access.Attachment.Exit.md
index 5ae2ec26d74..8ade61d435e 100644
--- a/api/Access.Attachment.Exit.md
+++ b/api/Access.Attachment.Exit.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Exit Event (Access)
+title: Attachment.Exit event (Access)
keywords: vbaac10.chm14022
f1_keywords:
- vbaac10.chm14022
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Attachment.Exit Event (Access)
+# Attachment.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form.
## Syntax
- _expression_. `Exit`( ` _Cancel_`, )
+_expression_. `Exit`( ` _Cancel_`, )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **Exit** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **Exit** event.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Attachment.FileName.md b/api/Access.Attachment.FileName.md
index c90b4dac381..e53121cf71a 100644
--- a/api/Access.Attachment.FileName.md
+++ b/api/Access.Attachment.FileName.md
@@ -1,5 +1,5 @@
---
-title: Attachment.FileName Property (Access)
+title: Attachment.FileName property (Access)
keywords: vbaac10.chm13981
f1_keywords:
- vbaac10.chm13981
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Attachment.FileName Property (Access)
+# Attachment.FileName property (Access)
Returns the full file name of the specified attachment. Read-only **String**.
## Syntax
- _expression_. `FileName`( ` _var_` )
+_expression_. `FileName`( ` _var_` )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Optional|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
+| _var_|Optional|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
## See also
diff --git a/api/Access.Attachment.FileType.md b/api/Access.Attachment.FileType.md
index b33b8084e2b..ac31ca9033a 100644
--- a/api/Access.Attachment.FileType.md
+++ b/api/Access.Attachment.FileType.md
@@ -1,5 +1,5 @@
---
-title: Attachment.FileType Property (Access)
+title: Attachment.FileType property (Access)
keywords: vbaac10.chm13982
f1_keywords:
- vbaac10.chm13982
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Attachment.FileType Property (Access)
+# Attachment.FileType property (Access)
Returns the file extension of the specifed attachment. Read-only **String**.
## Syntax
- _expression_. `FileType`( ` _var_` )
+_expression_. `FileType`( ` _var_` )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Optional|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
+| _var_|Optional|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
## See also
diff --git a/api/Access.Attachment.FileURL.md b/api/Access.Attachment.FileURL.md
index dedb7bfe168..eb34bb85e7a 100644
--- a/api/Access.Attachment.FileURL.md
+++ b/api/Access.Attachment.FileURL.md
@@ -1,5 +1,5 @@
---
-title: Attachment.FileURL Property (Access)
+title: Attachment.FileURL property (Access)
keywords: vbaac10.chm13983
f1_keywords:
- vbaac10.chm13983
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Attachment.FileURL Property (Access)
+# Attachment.FileURL property (Access)
Returns the Uniform Resource Locator (URL) of the specified attachment. Read-only **String**.
## Syntax
- _expression_. `FileURL`( ` _var_` )
+_expression_. `FileURL`( ` _var_` )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Optional|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
+| _var_|Optional|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
## Remarks
diff --git a/api/Access.Attachment.Forward.md b/api/Access.Attachment.Forward.md
index 8757a57d21d..99b88369dc3 100644
--- a/api/Access.Attachment.Forward.md
+++ b/api/Access.Attachment.Forward.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Forward Method (Access)
+title: Attachment.Forward method (Access)
keywords: vbaac10.chm13977
f1_keywords:
- vbaac10.chm13977
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Forward Method (Access)
+# Attachment.Forward method (Access)
Moves the focus to the next file in the specified **Attachment** control.
## Syntax
- _expression_. `Forward`
+_expression_. `Forward`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.GotFocus.md b/api/Access.Attachment.GotFocus.md
index 5346ad94ca5..2528199d9ad 100644
--- a/api/Access.Attachment.GotFocus.md
+++ b/api/Access.Attachment.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GotFocus Event (Access)
+title: Attachment.GotFocus event (Access)
keywords: vbaac10.chm14025
f1_keywords:
- vbaac10.chm14025
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Attachment.GotFocus Event (Access)
+# Attachment.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Attachment.GridlineColor.md b/api/Access.Attachment.GridlineColor.md
index d6b0f19bd6d..e6c347b48b3 100644
--- a/api/Access.Attachment.GridlineColor.md
+++ b/api/Access.Attachment.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineColor Property (Access)
+title: Attachment.GridlineColor property (Access)
keywords: vbaac10.chm14000
f1_keywords:
- vbaac10.chm14000
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineColor Property (Access)
+# Attachment.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified attachment. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineShade.md b/api/Access.Attachment.GridlineShade.md
index 1fb99e326c6..57d66388180 100644
--- a/api/Access.Attachment.GridlineShade.md
+++ b/api/Access.Attachment.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineShade Property (Access)
+title: Attachment.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineShade Property (Access)
+# Attachment.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineStyleBottom.md b/api/Access.Attachment.GridlineStyleBottom.md
index 82bb2feb2d3..76cc315291e 100644
--- a/api/Access.Attachment.GridlineStyleBottom.md
+++ b/api/Access.Attachment.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineStyleBottom Property (Access)
+title: Attachment.GridlineStyleBottom property (Access)
keywords: vbaac10.chm13995
f1_keywords:
- vbaac10.chm13995
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineStyleBottom Property (Access)
+# Attachment.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified attachment. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineStyleLeft.md b/api/Access.Attachment.GridlineStyleLeft.md
index b590ba73a2d..d65f844de32 100644
--- a/api/Access.Attachment.GridlineStyleLeft.md
+++ b/api/Access.Attachment.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineStyleLeft Property (Access)
+title: Attachment.GridlineStyleLeft property (Access)
keywords: vbaac10.chm13992
f1_keywords:
- vbaac10.chm13992
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineStyleLeft Property (Access)
+# Attachment.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified attachment. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineStyleRight.md b/api/Access.Attachment.GridlineStyleRight.md
index bf36817eb77..45cd7ed52f0 100644
--- a/api/Access.Attachment.GridlineStyleRight.md
+++ b/api/Access.Attachment.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineStyleRight Property (Access)
+title: Attachment.GridlineStyleRight property (Access)
keywords: vbaac10.chm13994
f1_keywords:
- vbaac10.chm13994
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineStyleRight Property (Access)
+# Attachment.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified attachment. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineStyleTop.md b/api/Access.Attachment.GridlineStyleTop.md
index 4bb0232d448..c43900041ca 100644
--- a/api/Access.Attachment.GridlineStyleTop.md
+++ b/api/Access.Attachment.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineStyleTop Property (Access)
+title: Attachment.GridlineStyleTop property (Access)
keywords: vbaac10.chm13993
f1_keywords:
- vbaac10.chm13993
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineStyleTop Property (Access)
+# Attachment.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified attachment. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineThemeColorIndex.md b/api/Access.Attachment.GridlineThemeColorIndex.md
index 5ec2b5f4680..dae38dbd8e3 100644
--- a/api/Access.Attachment.GridlineThemeColorIndex.md
+++ b/api/Access.Attachment.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineThemeColorIndex Property (Access)
+title: Attachment.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineThemeColorIndex Property (Access)
+# Attachment.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineTint.md b/api/Access.Attachment.GridlineTint.md
index f636f24a20a..5de1c55f50d 100644
--- a/api/Access.Attachment.GridlineTint.md
+++ b/api/Access.Attachment.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineTint Property (Access)
+title: Attachment.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineTint Property (Access)
+# Attachment.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineWidthBottom.md b/api/Access.Attachment.GridlineWidthBottom.md
index 0eacf20ea6f..ef6e1c8a0e4 100644
--- a/api/Access.Attachment.GridlineWidthBottom.md
+++ b/api/Access.Attachment.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineWidthBottom Property (Access)
+title: Attachment.GridlineWidthBottom property (Access)
keywords: vbaac10.chm13999
f1_keywords:
- vbaac10.chm13999
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineWidthBottom Property (Access)
+# Attachment.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified attachment. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineWidthLeft.md b/api/Access.Attachment.GridlineWidthLeft.md
index ee28d437b08..2f92cab6ba1 100644
--- a/api/Access.Attachment.GridlineWidthLeft.md
+++ b/api/Access.Attachment.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineWidthLeft Property (Access)
+title: Attachment.GridlineWidthLeft property (Access)
keywords: vbaac10.chm13996
f1_keywords:
- vbaac10.chm13996
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineWidthLeft Property (Access)
+# Attachment.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified attachment. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineWidthRight.md b/api/Access.Attachment.GridlineWidthRight.md
index 0a9e127e0da..eff5da862c4 100644
--- a/api/Access.Attachment.GridlineWidthRight.md
+++ b/api/Access.Attachment.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineWidthRight Property (Access)
+title: Attachment.GridlineWidthRight property (Access)
keywords: vbaac10.chm13998
f1_keywords:
- vbaac10.chm13998
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineWidthRight Property (Access)
+# Attachment.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified attachment. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.GridlineWidthTop.md b/api/Access.Attachment.GridlineWidthTop.md
index 15c4d52e6c4..67374867f4d 100644
--- a/api/Access.Attachment.GridlineWidthTop.md
+++ b/api/Access.Attachment.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: Attachment.GridlineWidthTop Property (Access)
+title: Attachment.GridlineWidthTop property (Access)
keywords: vbaac10.chm13997
f1_keywords:
- vbaac10.chm13997
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.GridlineWidthTop Property (Access)
+# Attachment.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified attachment. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Height.md b/api/Access.Attachment.Height.md
index c6f69a25a4e..8bb2b17e2fe 100644
--- a/api/Access.Attachment.Height.md
+++ b/api/Access.Attachment.Height.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Height Property (Access)
+title: Attachment.Height property (Access)
keywords: vbaac10.chm13923
f1_keywords:
- vbaac10.chm13923
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Height Property (Access)
+# Attachment.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.HelpContextId.md b/api/Access.Attachment.HelpContextId.md
index 3abfaf549d7..4a1f9157f12 100644
--- a/api/Access.Attachment.HelpContextId.md
+++ b/api/Access.Attachment.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: Attachment.HelpContextId Property (Access)
+title: Attachment.HelpContextId property (Access)
keywords: vbaac10.chm13933
f1_keywords:
- vbaac10.chm13933
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.HelpContextId Property (Access)
+# Attachment.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.HorizontalAnchor.md b/api/Access.Attachment.HorizontalAnchor.md
index 83dec5e6150..19b8d6954b1 100644
--- a/api/Access.Attachment.HorizontalAnchor.md
+++ b/api/Access.Attachment.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Attachment.HorizontalAnchor Property (Access)
+title: Attachment.HorizontalAnchor property (Access)
keywords: vbaac10.chm13985
f1_keywords:
- vbaac10.chm13985
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.HorizontalAnchor Property (Access)
+# Attachment.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the attachment is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.InSelection.md b/api/Access.Attachment.InSelection.md
index 0a2f4e6a1d8..e1c8f8814c1 100644
--- a/api/Access.Attachment.InSelection.md
+++ b/api/Access.Attachment.InSelection.md
@@ -1,5 +1,5 @@
---
-title: Attachment.InSelection Property (Access)
+title: Attachment.InSelection property (Access)
keywords: vbaac10.chm13972
f1_keywords:
- vbaac10.chm13972
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.InSelection Property (Access)
+# Attachment.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.IsVisible.md b/api/Access.Attachment.IsVisible.md
index 493b830d749..18a8d90afb3 100644
--- a/api/Access.Attachment.IsVisible.md
+++ b/api/Access.Attachment.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: Attachment.IsVisible Property (Access)
+title: Attachment.IsVisible property (Access)
keywords: vbaac10.chm13936
f1_keywords:
- vbaac10.chm13936
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.IsVisible Property (Access)
+# Attachment.IsVisible property (Access)
You can use the **IsVisible** property to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.KeyDown.md b/api/Access.Attachment.KeyDown.md
index a655ea03500..781fa2ad523 100644
--- a/api/Access.Attachment.KeyDown.md
+++ b/api/Access.Attachment.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: Attachment.KeyDown Event (Access)
+title: Attachment.KeyDown event (Access)
keywords: vbaac10.chm14032
f1_keywords:
- vbaac10.chm14032
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Attachment.KeyDown Event (Access)
+# Attachment.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.Attachment.KeyPress.md b/api/Access.Attachment.KeyPress.md
index def43580273..91ad2abf2b7 100644
--- a/api/Access.Attachment.KeyPress.md
+++ b/api/Access.Attachment.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: Attachment.KeyPress Event (Access)
+title: Attachment.KeyPress event (Access)
keywords: vbaac10.chm14033
f1_keywords:
- vbaac10.chm14033
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Attachment.KeyPress Event (Access)
+# Attachment.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_`, )
+_expression_. `KeyPress`( ` _KeyAscii_`, )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.Attachment.KeyUp.md b/api/Access.Attachment.KeyUp.md
index f7ae93b65f0..81d2148f1ad 100644
--- a/api/Access.Attachment.KeyUp.md
+++ b/api/Access.Attachment.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: Attachment.KeyUp Event (Access)
+title: Attachment.KeyUp event (Access)
keywords: vbaac10.chm14034
f1_keywords:
- vbaac10.chm14034
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Attachment.KeyUp Event (Access)
+# Attachment.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.Attachment.LabelAlign.md b/api/Access.Attachment.LabelAlign.md
index 4fada9c395a..4e3a4a9c940 100644
--- a/api/Access.Attachment.LabelAlign.md
+++ b/api/Access.Attachment.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: Attachment.LabelAlign Property (Access)
+title: Attachment.LabelAlign property (Access)
keywords: vbaac10.chm14007
f1_keywords:
- vbaac10.chm14007
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.LabelAlign Property (Access)
+# Attachment.LabelAlign property (Access)
The **LabelAlign** property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.LabelX.md b/api/Access.Attachment.LabelX.md
index 4a413560eb7..9c13b608523 100644
--- a/api/Access.Attachment.LabelX.md
+++ b/api/Access.Attachment.LabelX.md
@@ -1,5 +1,5 @@
---
-title: Attachment.LabelX Property (Access)
+title: Attachment.LabelX property (Access)
keywords: vbaac10.chm14005
f1_keywords:
- vbaac10.chm14005
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Attachment.LabelX Property (Access)
+# Attachment.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.LabelY.md b/api/Access.Attachment.LabelY.md
index 34e57374168..73300ae323f 100644
--- a/api/Access.Attachment.LabelY.md
+++ b/api/Access.Attachment.LabelY.md
@@ -1,5 +1,5 @@
---
-title: Attachment.LabelY Property (Access)
+title: Attachment.LabelY property (Access)
keywords: vbaac10.chm14006
f1_keywords:
- vbaac10.chm14006
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Attachment.LabelY Property (Access)
+# Attachment.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Layout.md b/api/Access.Attachment.Layout.md
index 20bae12adcb..5ebec9c947a 100644
--- a/api/Access.Attachment.Layout.md
+++ b/api/Access.Attachment.Layout.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Layout Property (Access)
+title: Attachment.Layout property (Access)
keywords: vbaac10.chm13987
f1_keywords:
- vbaac10.chm13987
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Layout Property (Access)
+# Attachment.Layout property (Access)
Returns the type of layout for the specified attachment. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.LayoutID.md b/api/Access.Attachment.LayoutID.md
index d27d7f3f4fc..d0ca180de4b 100644
--- a/api/Access.Attachment.LayoutID.md
+++ b/api/Access.Attachment.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: Attachment.LayoutID Property (Access)
+title: Attachment.LayoutID property (Access)
keywords: vbaac10.chm14002
f1_keywords:
- vbaac10.chm14002
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.LayoutID Property (Access)
+# Attachment.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified attachment. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Left.md b/api/Access.Attachment.Left.md
index 9f6e0ab659f..45552265e25 100644
--- a/api/Access.Attachment.Left.md
+++ b/api/Access.Attachment.Left.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Left Property (Access)
+title: Attachment.Left property (Access)
keywords: vbaac10.chm13920
f1_keywords:
- vbaac10.chm13920
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Left Property (Access)
+# Attachment.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.LeftPadding.md b/api/Access.Attachment.LeftPadding.md
index 3b38cc34065..5b3f9508f3d 100644
--- a/api/Access.Attachment.LeftPadding.md
+++ b/api/Access.Attachment.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: Attachment.LeftPadding Property (Access)
+title: Attachment.LeftPadding property (Access)
keywords: vbaac10.chm13988
f1_keywords:
- vbaac10.chm13988
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.LeftPadding Property (Access)
+# Attachment.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the attachment and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.Locked.md b/api/Access.Attachment.Locked.md
index 3602f945e36..b76ef920e97 100644
--- a/api/Access.Attachment.Locked.md
+++ b/api/Access.Attachment.Locked.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Locked Property (Access)
+title: Attachment.Locked property (Access)
keywords: vbaac10.chm14016
f1_keywords:
- vbaac10.chm14016
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Locked Property (Access)
+# Attachment.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.LostFocus.md b/api/Access.Attachment.LostFocus.md
index ca581a75db7..ed60d4c5d48 100644
--- a/api/Access.Attachment.LostFocus.md
+++ b/api/Access.Attachment.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: Attachment.LostFocus Event (Access)
+title: Attachment.LostFocus event (Access)
keywords: vbaac10.chm14026
f1_keywords:
- vbaac10.chm14026
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.LostFocus Event (Access)
+# Attachment.LostFocus event (Access)
The **LostFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.MouseDown.md b/api/Access.Attachment.MouseDown.md
index 510360da7c3..bc87a8c09ac 100644
--- a/api/Access.Attachment.MouseDown.md
+++ b/api/Access.Attachment.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: Attachment.MouseDown Event (Access)
+title: Attachment.MouseDown event (Access)
keywords: vbaac10.chm14029
f1_keywords:
- vbaac10.chm14029
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Attachment.MouseDown Event (Access)
+# Attachment.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Attachment.MouseMove.md b/api/Access.Attachment.MouseMove.md
index 3fc104c2d04..d1fdf8de745 100644
--- a/api/Access.Attachment.MouseMove.md
+++ b/api/Access.Attachment.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: Attachment.MouseMove Event (Access)
+title: Attachment.MouseMove event (Access)
keywords: vbaac10.chm14030
f1_keywords:
- vbaac10.chm14030
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Attachment.MouseMove Event (Access)
+# Attachment.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Attachment.MouseUp.md b/api/Access.Attachment.MouseUp.md
index 9d7acb89667..d0ba8637ce4 100644
--- a/api/Access.Attachment.MouseUp.md
+++ b/api/Access.Attachment.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: Attachment.MouseUp Event (Access)
+title: Attachment.MouseUp event (Access)
keywords: vbaac10.chm14031
f1_keywords:
- vbaac10.chm14031
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Attachment.MouseUp Event (Access)
+# Attachment.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Attachment.Move.md b/api/Access.Attachment.Move.md
index 70929b188a8..00ef9d76650 100644
--- a/api/Access.Attachment.Move.md
+++ b/api/Access.Attachment.Move.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Move Method (Access)
+title: Attachment.Move method (Access)
keywords: vbaac10.chm13976
f1_keywords:
- vbaac10.chm13976
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Attachment.Move Method (Access)
+# Attachment.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.Attachment.Name.md b/api/Access.Attachment.Name.md
index bb0a8a5847b..dec99be2135 100644
--- a/api/Access.Attachment.Name.md
+++ b/api/Access.Attachment.Name.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Name Property (Access)
+title: Attachment.Name property (Access)
keywords: vbaac10.chm13974
f1_keywords:
- vbaac10.chm13974
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Name Property (Access)
+# Attachment.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.OldBorderStyle.md b/api/Access.Attachment.OldBorderStyle.md
index a51c5193761..2342fa45e1b 100644
--- a/api/Access.Attachment.OldBorderStyle.md
+++ b/api/Access.Attachment.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OldBorderStyle Property (Access)
+title: Attachment.OldBorderStyle property (Access)
keywords: vbaac10.chm13928
f1_keywords:
- vbaac10.chm13928
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OldBorderStyle Property (Access)
+# Attachment.OldBorderStyle property (Access)
You can use this property to set or return the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.OldValue.md b/api/Access.Attachment.OldValue.md
index 878f62eb6e0..665a39554a3 100644
--- a/api/Access.Attachment.OldValue.md
+++ b/api/Access.Attachment.OldValue.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OldValue Property (Access)
+title: Attachment.OldValue property (Access)
keywords: vbaac10.chm13905
f1_keywords:
- vbaac10.chm13905
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OldValue Property (Access)
+# Attachment.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.OnAttachmentCurrent.md b/api/Access.Attachment.OnAttachmentCurrent.md
index 41531f112e3..663ebb6c4d2 100644
--- a/api/Access.Attachment.OnAttachmentCurrent.md
+++ b/api/Access.Attachment.OnAttachmentCurrent.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnAttachmentCurrent Property (Access)
+title: Attachment.OnAttachmentCurrent property (Access)
keywords: vbaac10.chm13953,vbaac10.chm5830
f1_keywords:
- vbaac10.chm13953,vbaac10.chm5830
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnAttachmentCurrent Property (Access)
+# Attachment.OnAttachmentCurrent property (Access)
Sets or gets the value of the **On Attachment Current** box in the Properties window of the specified **Attachment**. Read/write.
## Syntax
- _expression_. `OnAttachmentCurrent`
+_expression_. `OnAttachmentCurrent`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.OnChange.md b/api/Access.Attachment.OnChange.md
index 73289ab2eac..e8bbf277674 100644
--- a/api/Access.Attachment.OnChange.md
+++ b/api/Access.Attachment.OnChange.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnChange Property (Access)
+title: Attachment.OnChange property (Access)
keywords: vbaac10.chm13942
f1_keywords:
- vbaac10.chm13942
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnChange Property (Access)
+# Attachment.OnChange property (Access)
Sets or returns the value of the **On Change** box in the **Properties** window of one of the objects in the Applies To list. Read/write **String**.
## Syntax
- _expression_. `OnChange`
+_expression_. `OnChange`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Change** event occurs when the contents of a text box or the text portion
The **OnChange** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Change** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnClick.md b/api/Access.Attachment.OnClick.md
index 2fb0655d75b..2e3f678470e 100644
--- a/api/Access.Attachment.OnClick.md
+++ b/api/Access.Attachment.OnClick.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnClick Property (Access)
+title: Attachment.OnClick property (Access)
keywords: vbaac10.chm13945
f1_keywords:
- vbaac10.chm13945
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnClick Property (Access)
+# Attachment.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnDblClick.md b/api/Access.Attachment.OnDblClick.md
index 53fbd5563e9..5349d54795a 100644
--- a/api/Access.Attachment.OnDblClick.md
+++ b/api/Access.Attachment.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnDblClick Property (Access)
+title: Attachment.OnDblClick property (Access)
keywords: vbaac10.chm13946
f1_keywords:
- vbaac10.chm13946
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnDblClick Property (Access)
+# Attachment.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnDirty.md b/api/Access.Attachment.OnDirty.md
index 246c6950c15..a7a2cf2228c 100644
--- a/api/Access.Attachment.OnDirty.md
+++ b/api/Access.Attachment.OnDirty.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnDirty Property (Access)
+title: Attachment.OnDirty property (Access)
keywords: vbaac10.chm13941
f1_keywords:
- vbaac10.chm13941
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnDirty Property (Access)
+# Attachment.OnDirty property (Access)
Sets or returns the value of the **On Dirty** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnDirty`
+_expression_. `OnDirty`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Dirty** event occurs when the contents of a form or the text portion of a
The **OnClose** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dirty** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnEnter.md b/api/Access.Attachment.OnEnter.md
index ea76a1f5c31..df2b552a11f 100644
--- a/api/Access.Attachment.OnEnter.md
+++ b/api/Access.Attachment.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnEnter Property (Access)
+title: Attachment.OnEnter property (Access)
keywords: vbaac10.chm13939
f1_keywords:
- vbaac10.chm13939
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnEnter Property (Access)
+# Attachment.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of the specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnExit.md b/api/Access.Attachment.OnExit.md
index 81ce28b7deb..a6498ebff95 100644
--- a/api/Access.Attachment.OnExit.md
+++ b/api/Access.Attachment.OnExit.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnExit Property (Access)
+title: Attachment.OnExit property (Access)
keywords: vbaac10.chm13940
f1_keywords:
- vbaac10.chm13940
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnExit Property (Access)
+# Attachment.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of the specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnGotFocus.md b/api/Access.Attachment.OnGotFocus.md
index df7ad33863e..d38e1d719fc 100644
--- a/api/Access.Attachment.OnGotFocus.md
+++ b/api/Access.Attachment.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnGotFocus Property (Access)
+title: Attachment.OnGotFocus property (Access)
keywords: vbaac10.chm13943
f1_keywords:
- vbaac10.chm13943
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnGotFocus Property (Access)
+# Attachment.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnKeyDown.md b/api/Access.Attachment.OnKeyDown.md
index fbb54cbb352..40c7a6bb5c4 100644
--- a/api/Access.Attachment.OnKeyDown.md
+++ b/api/Access.Attachment.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnKeyDown Property (Access)
+title: Attachment.OnKeyDown property (Access)
keywords: vbaac10.chm13950
f1_keywords:
- vbaac10.chm13950
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnKeyDown Property (Access)
+# Attachment.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnKeyPress.md b/api/Access.Attachment.OnKeyPress.md
index 219263dd104..7d6d523bddd 100644
--- a/api/Access.Attachment.OnKeyPress.md
+++ b/api/Access.Attachment.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnKeyPress Property (Access)
+title: Attachment.OnKeyPress property (Access)
keywords: vbaac10.chm13952
f1_keywords:
- vbaac10.chm13952
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnKeyPress Property (Access)
+# Attachment.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnKeyUp.md b/api/Access.Attachment.OnKeyUp.md
index 5029e7efe9d..a3ad9b239ba 100644
--- a/api/Access.Attachment.OnKeyUp.md
+++ b/api/Access.Attachment.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnKeyUp Property (Access)
+title: Attachment.OnKeyUp property (Access)
keywords: vbaac10.chm13951
f1_keywords:
- vbaac10.chm13951
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnKeyUp Property (Access)
+# Attachment.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnLostFocus.md b/api/Access.Attachment.OnLostFocus.md
index b15abe8627a..519970bc30a 100644
--- a/api/Access.Attachment.OnLostFocus.md
+++ b/api/Access.Attachment.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnLostFocus Property (Access)
+title: Attachment.OnLostFocus property (Access)
keywords: vbaac10.chm13944
f1_keywords:
- vbaac10.chm13944
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnLostFocus Property (Access)
+# Attachment.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnMouseDown.md b/api/Access.Attachment.OnMouseDown.md
index c22072fe2c2..0c99315b95a 100644
--- a/api/Access.Attachment.OnMouseDown.md
+++ b/api/Access.Attachment.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnMouseDown Property (Access)
+title: Attachment.OnMouseDown property (Access)
keywords: vbaac10.chm13947
f1_keywords:
- vbaac10.chm13947
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnMouseDown Property (Access)
+# Attachment.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnMouseMove.md b/api/Access.Attachment.OnMouseMove.md
index 72b293342f2..54fffa67fd7 100644
--- a/api/Access.Attachment.OnMouseMove.md
+++ b/api/Access.Attachment.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnMouseMove Property (Access)
+title: Attachment.OnMouseMove property (Access)
keywords: vbaac10.chm13948
f1_keywords:
- vbaac10.chm13948
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnMouseMove Property (Access)
+# Attachment.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.OnMouseUp.md b/api/Access.Attachment.OnMouseUp.md
index ffc0f421154..8edfbbc2c7a 100644
--- a/api/Access.Attachment.OnMouseUp.md
+++ b/api/Access.Attachment.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: Attachment.OnMouseUp Property (Access)
+title: Attachment.OnMouseUp property (Access)
keywords: vbaac10.chm13949
f1_keywords:
- vbaac10.chm13949
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.OnMouseUp Property (Access)
+# Attachment.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Attachment.Parent.md b/api/Access.Attachment.Parent.md
index db253baf09a..ac30583c43e 100644
--- a/api/Access.Attachment.Parent.md
+++ b/api/Access.Attachment.Parent.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Parent Property (Access)
+title: Attachment.Parent property (Access)
keywords: vbaac10.chm13904
f1_keywords:
- vbaac10.chm13904
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Parent Property (Access)
+# Attachment.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.PictureAlignment.md b/api/Access.Attachment.PictureAlignment.md
index c386de517e6..f85e26fe3ef 100644
--- a/api/Access.Attachment.PictureAlignment.md
+++ b/api/Access.Attachment.PictureAlignment.md
@@ -1,5 +1,5 @@
---
-title: Attachment.PictureAlignment Property (Access)
+title: Attachment.PictureAlignment property (Access)
keywords: vbaac10.chm13916
f1_keywords:
- vbaac10.chm13916
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.PictureAlignment Property (Access)
+# Attachment.PictureAlignment property (Access)
You can use the **PictureAlignment** property to specify where a background picture will appear in the **Attachment** control. Read/write **Byte**.
## Syntax
- _expression_. `PictureAlignment`
+_expression_. `PictureAlignment`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.PictureSizeMode.md b/api/Access.Attachment.PictureSizeMode.md
index de4ab313777..737f125df9d 100644
--- a/api/Access.Attachment.PictureSizeMode.md
+++ b/api/Access.Attachment.PictureSizeMode.md
@@ -1,5 +1,5 @@
---
-title: Attachment.PictureSizeMode Property (Access)
+title: Attachment.PictureSizeMode property (Access)
keywords: vbaac10.chm13915
f1_keywords:
- vbaac10.chm13915
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.PictureSizeMode Property (Access)
+# Attachment.PictureSizeMode property (Access)
You can use the **PictureSizeMode** property to specify how a picture for an attachment control is sized. Read/write **Byte**.
## Syntax
- _expression_. `PictureSizeMode`
+_expression_. `PictureSizeMode`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.PictureTiling.md b/api/Access.Attachment.PictureTiling.md
index 733a8a37677..90fb55f3a16 100644
--- a/api/Access.Attachment.PictureTiling.md
+++ b/api/Access.Attachment.PictureTiling.md
@@ -1,5 +1,5 @@
---
-title: Attachment.PictureTiling Property (Access)
+title: Attachment.PictureTiling property (Access)
keywords: vbaac10.chm13917
f1_keywords:
- vbaac10.chm13917
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.PictureTiling Property (Access)
+# Attachment.PictureTiling property (Access)
You can use the **PictureTiling** property to specify whether a background picture is tiled across the entire attachment control. Read/write **Boolean**.
## Syntax
- _expression_. `PictureTiling`
+_expression_. `PictureTiling`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Properties.md b/api/Access.Attachment.Properties.md
index fbf72758f98..4deb1dd09a5 100644
--- a/api/Access.Attachment.Properties.md
+++ b/api/Access.Attachment.Properties.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Properties Property (Access)
+title: Attachment.Properties property (Access)
keywords: vbaac10.chm13906
f1_keywords:
- vbaac10.chm13906
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Properties Property (Access)
+# Attachment.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Requery.md b/api/Access.Attachment.Requery.md
index 59ec9383c74..33ad57f43b3 100644
--- a/api/Access.Attachment.Requery.md
+++ b/api/Access.Attachment.Requery.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Requery Method (Access)
+title: Attachment.Requery method (Access)
keywords: vbaac10.chm13908
f1_keywords:
- vbaac10.chm13908
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Requery Method (Access)
+# Attachment.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.RightPadding.md b/api/Access.Attachment.RightPadding.md
index 6dbca9af2d9..533c8384435 100644
--- a/api/Access.Attachment.RightPadding.md
+++ b/api/Access.Attachment.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: Attachment.RightPadding Property (Access)
+title: Attachment.RightPadding property (Access)
keywords: vbaac10.chm13990
f1_keywords:
- vbaac10.chm13990
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.RightPadding Property (Access)
+# Attachment.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the attachment and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.Section.md b/api/Access.Attachment.Section.md
index f2059fa3f57..984cb616aa9 100644
--- a/api/Access.Attachment.Section.md
+++ b/api/Access.Attachment.Section.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Section Property (Access)
+title: Attachment.Section property (Access)
keywords: vbaac10.chm13934
f1_keywords:
- vbaac10.chm13934
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Section Property (Access)
+# Attachment.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.SetFocus.md b/api/Access.Attachment.SetFocus.md
index f297424bf86..04a172e3d0c 100644
--- a/api/Access.Attachment.SetFocus.md
+++ b/api/Access.Attachment.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: Attachment.SetFocus Method (Access)
+title: Attachment.SetFocus method (Access)
keywords: vbaac10.chm13909
f1_keywords:
- vbaac10.chm13909
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.SetFocus Method (Access)
+# Attachment.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.ShortcutMenuBar.md b/api/Access.Attachment.ShortcutMenuBar.md
index 73513bfdb0c..d0644da0204 100644
--- a/api/Access.Attachment.ShortcutMenuBar.md
+++ b/api/Access.Attachment.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: Attachment.ShortcutMenuBar Property (Access)
+title: Attachment.ShortcutMenuBar property (Access)
keywords: vbaac10.chm13971
f1_keywords:
- vbaac10.chm13971
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.ShortcutMenuBar Property (Access)
+# Attachment.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.SizeToFit.md b/api/Access.Attachment.SizeToFit.md
index 0a90776b4aa..c0443bbdeb8 100644
--- a/api/Access.Attachment.SizeToFit.md
+++ b/api/Access.Attachment.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: Attachment.SizeToFit Method (Access)
+title: Attachment.SizeToFit method (Access)
keywords: vbaac10.chm13907
f1_keywords:
- vbaac10.chm13907
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.SizeToFit Method (Access)
+# Attachment.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.SpecialEffect.md b/api/Access.Attachment.SpecialEffect.md
index b6b11d3552b..020c2f9b9a8 100644
--- a/api/Access.Attachment.SpecialEffect.md
+++ b/api/Access.Attachment.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: Attachment.SpecialEffect Property (Access)
+title: Attachment.SpecialEffect property (Access)
keywords: vbaac10.chm13926
f1_keywords:
- vbaac10.chm13926
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.SpecialEffect Property (Access)
+# Attachment.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.StatusBarText.md b/api/Access.Attachment.StatusBarText.md
index 7619e976de2..933e1273824 100644
--- a/api/Access.Attachment.StatusBarText.md
+++ b/api/Access.Attachment.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: Attachment.StatusBarText Property (Access)
+title: Attachment.StatusBarText property (Access)
keywords: vbaac10.chm14012
f1_keywords:
- vbaac10.chm14012
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.StatusBarText Property (Access)
+# Attachment.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.TabIndex.md b/api/Access.Attachment.TabIndex.md
index 9c89ab708c6..dc379e6e410 100644
--- a/api/Access.Attachment.TabIndex.md
+++ b/api/Access.Attachment.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: Attachment.TabIndex Property (Access)
+title: Attachment.TabIndex property (Access)
keywords: vbaac10.chm14014
f1_keywords:
- vbaac10.chm14014
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.TabIndex Property (Access)
+# Attachment.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.TabStop.md b/api/Access.Attachment.TabStop.md
index 6174af0ffe7..623b9121ad1 100644
--- a/api/Access.Attachment.TabStop.md
+++ b/api/Access.Attachment.TabStop.md
@@ -1,5 +1,5 @@
---
-title: Attachment.TabStop Property (Access)
+title: Attachment.TabStop property (Access)
keywords: vbaac10.chm14013
f1_keywords:
- vbaac10.chm14013
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.TabStop Property (Access)
+# Attachment.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Tag.md b/api/Access.Attachment.Tag.md
index b8fea024a18..b9d25b08f76 100644
--- a/api/Access.Attachment.Tag.md
+++ b/api/Access.Attachment.Tag.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Tag Property (Access)
+title: Attachment.Tag property (Access)
keywords: vbaac10.chm13973
f1_keywords:
- vbaac10.chm13973
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Tag Property (Access)
+# Attachment.Tag property (Access)
Stores extra information about a control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Top.md b/api/Access.Attachment.Top.md
index a122d9502fa..2454a488096 100644
--- a/api/Access.Attachment.Top.md
+++ b/api/Access.Attachment.Top.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Top Property (Access)
+title: Attachment.Top property (Access)
keywords: vbaac10.chm13921
f1_keywords:
- vbaac10.chm13921
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Top Property (Access)
+# Attachment.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.TopPadding.md b/api/Access.Attachment.TopPadding.md
index ae8230d682a..3d444d80d90 100644
--- a/api/Access.Attachment.TopPadding.md
+++ b/api/Access.Attachment.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: Attachment.TopPadding Property (Access)
+title: Attachment.TopPadding property (Access)
keywords: vbaac10.chm13989
f1_keywords:
- vbaac10.chm13989
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.TopPadding Property (Access)
+# Attachment.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the attachment and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## See also
diff --git a/api/Access.Attachment.VerticalAnchor.md b/api/Access.Attachment.VerticalAnchor.md
index 27480a1550b..f5a0e6d19ad 100644
--- a/api/Access.Attachment.VerticalAnchor.md
+++ b/api/Access.Attachment.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Attachment.VerticalAnchor Property (Access)
+title: Attachment.VerticalAnchor property (Access)
keywords: vbaac10.chm13986
f1_keywords:
- vbaac10.chm13986
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.VerticalAnchor Property (Access)
+# Attachment.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified attachment is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Visible.md b/api/Access.Attachment.Visible.md
index 97664dc0a49..9fe10d977d5 100644
--- a/api/Access.Attachment.Visible.md
+++ b/api/Access.Attachment.Visible.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Visible Property (Access)
+title: Attachment.Visible property (Access)
keywords: vbaac10.chm13918
f1_keywords:
- vbaac10.chm13918
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Visible Property (Access)
+# Attachment.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.Width.md b/api/Access.Attachment.Width.md
index b882b3be17a..c5b56449305 100644
--- a/api/Access.Attachment.Width.md
+++ b/api/Access.Attachment.Width.md
@@ -1,5 +1,5 @@
---
-title: Attachment.Width Property (Access)
+title: Attachment.Width property (Access)
keywords: vbaac10.chm13922
f1_keywords:
- vbaac10.chm13922
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Attachment.Width Property (Access)
+# Attachment.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
+_expression_ A variable that represents an [Attachment](Access.Attachment.md) object.
## Remarks
diff --git a/api/Access.Attachment.md b/api/Access.Attachment.md
index 527c60909c3..66ceeb11ec0 100644
--- a/api/Access.Attachment.md
+++ b/api/Access.Attachment.md
@@ -1,5 +1,5 @@
---
-title: Attachment Object (Access)
+title: Attachment object (Access)
keywords: vbaac10.chm14036
f1_keywords:
- vbaac10.chm14036
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Attachment Object (Access)
+# Attachment object (Access)
This object corresponds to an attachment control. Use an attachment control when you want to manipulate the contents fields of the attachment data type.
diff --git a/api/Access.AutoCorrect.DisplayAutoCorrectOptions.md b/api/Access.AutoCorrect.DisplayAutoCorrectOptions.md
index 7457f36455e..4d85da99264 100644
--- a/api/Access.AutoCorrect.DisplayAutoCorrectOptions.md
+++ b/api/Access.AutoCorrect.DisplayAutoCorrectOptions.md
@@ -1,5 +1,5 @@
---
-title: AutoCorrect.DisplayAutoCorrectOptions Property (Access)
+title: AutoCorrect.DisplayAutoCorrectOptions property (Access)
keywords: vbaac10.chm13262
f1_keywords:
- vbaac10.chm13262
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# AutoCorrect.DisplayAutoCorrectOptions Property (Access)
+# AutoCorrect.DisplayAutoCorrectOptions property (Access)
Returns or sets a **Boolean** value that specifies whether the **AutoCorrect Options** button is displayed for the specified control. The default value is **True**. Read/write.
## Syntax
- _expression_. `DisplayAutoCorrectOptions`
+_expression_. `DisplayAutoCorrectOptions`
- _expression_ A variable that represents an [AutoCorrect](Access.AutoCorrect.md) object.
+_expression_ A variable that represents an [AutoCorrect](Access.AutoCorrect.md) object.
## See also
diff --git a/api/Access.AutoCorrect.md b/api/Access.AutoCorrect.md
index e3687bbbcbf..ae91e2a5e96 100644
--- a/api/Access.AutoCorrect.md
+++ b/api/Access.AutoCorrect.md
@@ -1,5 +1,5 @@
---
-title: AutoCorrect Object (Access)
+title: AutoCorrect object (Access)
keywords: vbaac10.chm13260
f1_keywords:
- vbaac10.chm13260
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# AutoCorrect Object (Access)
+# AutoCorrect object (Access)
The **AutoCorrect** object represents the AutoCorrect functionality of Microsoft Access.
diff --git a/api/Access.BoundObjectFrame.Action.md b/api/Access.BoundObjectFrame.Action.md
index 0962ee742b0..8789a417c45 100644
--- a/api/Access.BoundObjectFrame.Action.md
+++ b/api/Access.BoundObjectFrame.Action.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Action Property (Access)
+title: BoundObjectFrame.Action property (Access)
keywords: vbaac10.chm10956
f1_keywords:
- vbaac10.chm10956
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Action Property (Access)
+# BoundObjectFrame.Action property (Access)
You can use the **Action** property in Visual Basic to specify the operation to perform on an OLE object. Read/write **Integer**.
## Syntax
- _expression_. `Action`
+_expression_. `Action`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.AddColon.md b/api/Access.BoundObjectFrame.AddColon.md
index e531804bbd4..34820f365e1 100644
--- a/api/Access.BoundObjectFrame.AddColon.md
+++ b/api/Access.BoundObjectFrame.AddColon.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.AddColon Property (Access)
+title: BoundObjectFrame.AddColon property (Access)
keywords: vbaac10.chm10946
f1_keywords:
- vbaac10.chm10946
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.AddColon Property (Access)
+# BoundObjectFrame.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## See also
diff --git a/api/Access.BoundObjectFrame.AfterUpdate(even).md b/api/Access.BoundObjectFrame.AfterUpdate(even).md
index 3244625580c..604f2278312 100644
--- a/api/Access.BoundObjectFrame.AfterUpdate(even).md
+++ b/api/Access.BoundObjectFrame.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.AfterUpdate Event (Access)
+title: BoundObjectFrame.AfterUpdate event (Access)
keywords: vbaac10.chm14091
f1_keywords:
- vbaac10.chm14091
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.AfterUpdate Event (Access)
+# BoundObjectFrame.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.AfterUpdate(property).md b/api/Access.BoundObjectFrame.AfterUpdate(property).md
index cb192fc8f43..81d68d80911 100644
--- a/api/Access.BoundObjectFrame.AfterUpdate(property).md
+++ b/api/Access.BoundObjectFrame.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.AfterUpdate Property (Access)
+title: BoundObjectFrame.AfterUpdate property (Access)
keywords: vbaac10.chm10962
f1_keywords:
- vbaac10.chm10962
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.AfterUpdate Property (Access)
+# BoundObjectFrame.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Application.md b/api/Access.BoundObjectFrame.Application.md
index 369472fb640..3b4736dea43 100644
--- a/api/Access.BoundObjectFrame.Application.md
+++ b/api/Access.BoundObjectFrame.Application.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Application Property (Access)
+title: BoundObjectFrame.Application property (Access)
keywords: vbaac10.chm10896
f1_keywords:
- vbaac10.chm10896
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Application Property (Access)
+# BoundObjectFrame.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.AutoActivate.md b/api/Access.BoundObjectFrame.AutoActivate.md
index 8a5b38894e3..9648c842231 100644
--- a/api/Access.BoundObjectFrame.AutoActivate.md
+++ b/api/Access.BoundObjectFrame.AutoActivate.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.AutoActivate Property (Access)
+title: BoundObjectFrame.AutoActivate property (Access)
keywords: vbaac10.chm10915
f1_keywords:
- vbaac10.chm10915
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.AutoActivate Property (Access)
+# BoundObjectFrame.AutoActivate property (Access)
You can use the **AutoActivate** property to specify how the user can activate an OLE object. Read/write **Integer**.
## Syntax
- _expression_. `AutoActivate`
+_expression_. `AutoActivate`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.AutoLabel.md b/api/Access.BoundObjectFrame.AutoLabel.md
index 5b28112d6fc..2886411a7e7 100644
--- a/api/Access.BoundObjectFrame.AutoLabel.md
+++ b/api/Access.BoundObjectFrame.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.AutoLabel Property (Access)
+title: BoundObjectFrame.AutoLabel property (Access)
keywords: vbaac10.chm10945
f1_keywords:
- vbaac10.chm10945
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.AutoLabel Property (Access)
+# BoundObjectFrame.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## See also
diff --git a/api/Access.BoundObjectFrame.BackColor.md b/api/Access.BoundObjectFrame.BackColor.md
index 04275bac6c0..034e7841881 100644
--- a/api/Access.BoundObjectFrame.BackColor.md
+++ b/api/Access.BoundObjectFrame.BackColor.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BackColor Property (Access)
+title: BoundObjectFrame.BackColor property (Access)
keywords: vbaac10.chm10932
f1_keywords:
- vbaac10.chm10932
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BackColor Property (Access)
+# BoundObjectFrame.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BackShade.md b/api/Access.BoundObjectFrame.BackShade.md
index aeb7094dbe2..ed0e0c10ac2 100644
--- a/api/Access.BoundObjectFrame.BackShade.md
+++ b/api/Access.BoundObjectFrame.BackShade.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BackShade Property (Access)
+title: BoundObjectFrame.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BackShade Property (Access)
+# BoundObjectFrame.BackShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
+_expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BackStyle.md b/api/Access.BoundObjectFrame.BackStyle.md
index 5ed157fdd1b..b57235269fa 100644
--- a/api/Access.BoundObjectFrame.BackStyle.md
+++ b/api/Access.BoundObjectFrame.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BackStyle Property (Access)
+title: BoundObjectFrame.BackStyle property (Access)
keywords: vbaac10.chm10931
f1_keywords:
- vbaac10.chm10931
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BackStyle Property (Access)
+# BoundObjectFrame.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BackThemeColorIndex.md b/api/Access.BoundObjectFrame.BackThemeColorIndex.md
index 9c8a74c67e2..f52a2018b52 100644
--- a/api/Access.BoundObjectFrame.BackThemeColorIndex.md
+++ b/api/Access.BoundObjectFrame.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BackThemeColorIndex Property (Access)
+title: BoundObjectFrame.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BackThemeColorIndex Property (Access)
+# BoundObjectFrame.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
+_expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BackTint.md b/api/Access.BoundObjectFrame.BackTint.md
index ebbd6c8ae74..a6c8d4ca850 100644
--- a/api/Access.BoundObjectFrame.BackTint.md
+++ b/api/Access.BoundObjectFrame.BackTint.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BackTint Property (Access)
+title: BoundObjectFrame.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BackTint Property (Access)
+# BoundObjectFrame.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
+_expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BeforeUpdate(even).md b/api/Access.BoundObjectFrame.BeforeUpdate(even).md
index b7462ac9043..03aadcf64ab 100644
--- a/api/Access.BoundObjectFrame.BeforeUpdate(even).md
+++ b/api/Access.BoundObjectFrame.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BeforeUpdate Event (Access)
+title: BoundObjectFrame.BeforeUpdate event (Access)
keywords: vbaac10.chm14090
f1_keywords:
- vbaac10.chm14090
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BeforeUpdate Event (Access)
+# BoundObjectFrame.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_` )
+_expression_. `BeforeUpdate`( ` _Cancel_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
diff --git a/api/Access.BoundObjectFrame.BeforeUpdate(property).md b/api/Access.BoundObjectFrame.BeforeUpdate(property).md
index 76a82f9877d..f1c606ca6d8 100644
--- a/api/Access.BoundObjectFrame.BeforeUpdate(property).md
+++ b/api/Access.BoundObjectFrame.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BeforeUpdate Property (Access)
+title: BoundObjectFrame.BeforeUpdate property (Access)
keywords: vbaac10.chm10961
f1_keywords:
- vbaac10.chm10961
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BeforeUpdate Property (Access)
+# BoundObjectFrame.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BorderColor.md b/api/Access.BoundObjectFrame.BorderColor.md
index 9f3c60b64b9..f97f7cc0e9d 100644
--- a/api/Access.BoundObjectFrame.BorderColor.md
+++ b/api/Access.BoundObjectFrame.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BorderColor Property (Access)
+title: BoundObjectFrame.BorderColor property (Access)
keywords: vbaac10.chm10936
f1_keywords:
- vbaac10.chm10936
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BorderColor Property (Access)
+# BoundObjectFrame.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BorderShade.md b/api/Access.BoundObjectFrame.BorderShade.md
index 203ade4b6be..3d9087f97d2 100644
--- a/api/Access.BoundObjectFrame.BorderShade.md
+++ b/api/Access.BoundObjectFrame.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BorderShade Property (Access)
+title: BoundObjectFrame.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BorderShade Property (Access)
+# BoundObjectFrame.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
+_expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BorderStyle.md b/api/Access.BoundObjectFrame.BorderStyle.md
index 27006b3a1e9..678d7d21a9c 100644
--- a/api/Access.BoundObjectFrame.BorderStyle.md
+++ b/api/Access.BoundObjectFrame.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BorderStyle Property (Access)
+title: BoundObjectFrame.BorderStyle property (Access)
keywords: vbaac10.chm10934
f1_keywords:
- vbaac10.chm10934
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BorderStyle Property (Access)
+# BoundObjectFrame.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BorderThemeColorIndex.md b/api/Access.BoundObjectFrame.BorderThemeColorIndex.md
index b6a655b60ed..a4e62cb61fa 100644
--- a/api/Access.BoundObjectFrame.BorderThemeColorIndex.md
+++ b/api/Access.BoundObjectFrame.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BorderThemeColorIndex Property (Access)
+title: BoundObjectFrame.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BorderThemeColorIndex Property (Access)
+# BoundObjectFrame.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
+_expression_ A variable that represents a '[BoundObjectFrame](Access.BoundObjectFrame.md)' object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BorderTint.md b/api/Access.BoundObjectFrame.BorderTint.md
index fd8701376bc..7dc58c9c80f 100644
--- a/api/Access.BoundObjectFrame.BorderTint.md
+++ b/api/Access.BoundObjectFrame.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BorderTint Property (Access)
+title: BoundObjectFrame.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BorderTint Property (Access)
+# BoundObjectFrame.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BorderWidth.md b/api/Access.BoundObjectFrame.BorderWidth.md
index f0c6f015b08..c3a0284679e 100644
--- a/api/Access.BoundObjectFrame.BorderWidth.md
+++ b/api/Access.BoundObjectFrame.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BorderWidth Property (Access)
+title: BoundObjectFrame.BorderWidth property (Access)
keywords: vbaac10.chm10937
f1_keywords:
- vbaac10.chm10937
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BorderWidth Property (Access)
+# BoundObjectFrame.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.BottomPadding.md b/api/Access.BoundObjectFrame.BottomPadding.md
index ab567d997f3..936639eb33a 100644
--- a/api/Access.BoundObjectFrame.BottomPadding.md
+++ b/api/Access.BoundObjectFrame.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.BottomPadding Property (Access)
+title: BoundObjectFrame.BottomPadding property (Access)
keywords: vbaac10.chm10998
f1_keywords:
- vbaac10.chm10998
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.BottomPadding Property (Access)
+# BoundObjectFrame.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the object frame and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## See also
diff --git a/api/Access.BoundObjectFrame.Class.md b/api/Access.BoundObjectFrame.Class.md
index 274ccb71863..45e06c1afa7 100644
--- a/api/Access.BoundObjectFrame.Class.md
+++ b/api/Access.BoundObjectFrame.Class.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Class Property (Access)
+title: BoundObjectFrame.Class property (Access)
keywords: vbaac10.chm10912
f1_keywords:
- vbaac10.chm10912
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Class Property (Access)
+# BoundObjectFrame.Class property (Access)
You can use the **Class** property to specify or determine the class name of an embeddedOLE object. Read/write **String**.
## Syntax
- _expression_. `Class`
+_expression_. `Class`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Click.md b/api/Access.BoundObjectFrame.Click.md
index 9a77ba4bffc..79ceac55a7a 100644
--- a/api/Access.BoundObjectFrame.Click.md
+++ b/api/Access.BoundObjectFrame.Click.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Click Event (Access)
+title: BoundObjectFrame.Click event (Access)
keywords: vbaac10.chm14096
f1_keywords:
- vbaac10.chm14096
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Click Event (Access)
+# BoundObjectFrame.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.ColumnHidden.md b/api/Access.BoundObjectFrame.ColumnHidden.md
index d83ca78b27d..bbcb382fd61 100644
--- a/api/Access.BoundObjectFrame.ColumnHidden.md
+++ b/api/Access.BoundObjectFrame.ColumnHidden.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ColumnHidden Property (Access)
+title: BoundObjectFrame.ColumnHidden property (Access)
keywords: vbaac10.chm10944
f1_keywords:
- vbaac10.chm10944
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ColumnHidden Property (Access)
+# BoundObjectFrame.ColumnHidden property (Access)
You can use the **ColumnHidden** property to show or hide a specified column in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHidden`
+_expression_. `ColumnHidden`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.ColumnOrder.md b/api/Access.BoundObjectFrame.ColumnOrder.md
index 3a6eafa80d4..61c0d9f7fba 100644
--- a/api/Access.BoundObjectFrame.ColumnOrder.md
+++ b/api/Access.BoundObjectFrame.ColumnOrder.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ColumnOrder Property (Access)
+title: BoundObjectFrame.ColumnOrder property (Access)
keywords: vbaac10.chm10943
f1_keywords:
- vbaac10.chm10943
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ColumnOrder Property (Access)
+# BoundObjectFrame.ColumnOrder property (Access)
You can use the **ColumnOrder** property to specify the order of the columns in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnOrder`
+_expression_. `ColumnOrder`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.ColumnWidth.md b/api/Access.BoundObjectFrame.ColumnWidth.md
index 272b299b0ea..56709a3ffd3 100644
--- a/api/Access.BoundObjectFrame.ColumnWidth.md
+++ b/api/Access.BoundObjectFrame.ColumnWidth.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ColumnWidth Property (Access)
+title: BoundObjectFrame.ColumnWidth property (Access)
keywords: vbaac10.chm10942
f1_keywords:
- vbaac10.chm10942
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ColumnWidth Property (Access)
+# BoundObjectFrame.ColumnWidth property (Access)
You can use the **ColumnWidth** property to specify the width of a column in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnWidth`
+_expression_. `ColumnWidth`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.ControlSource.md b/api/Access.BoundObjectFrame.ControlSource.md
index 6282989d3b3..569e8fb93a4 100644
--- a/api/Access.BoundObjectFrame.ControlSource.md
+++ b/api/Access.BoundObjectFrame.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ControlSource Property (Access)
+title: BoundObjectFrame.ControlSource property (Access)
keywords: vbaac10.chm10910
f1_keywords:
- vbaac10.chm10910
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ControlSource Property (Access)
+# BoundObjectFrame.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.ControlTipText.md b/api/Access.BoundObjectFrame.ControlTipText.md
index 04b0942dee2..f500bcfe50b 100644
--- a/api/Access.BoundObjectFrame.ControlTipText.md
+++ b/api/Access.BoundObjectFrame.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ControlTipText Property (Access)
+title: BoundObjectFrame.ControlTipText property (Access)
keywords: vbaac10.chm10940
f1_keywords:
- vbaac10.chm10940
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ControlTipText Property (Access)
+# BoundObjectFrame.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.ControlType.md b/api/Access.BoundObjectFrame.ControlType.md
index 7882a76f3c2..6ed5f0bbf83 100644
--- a/api/Access.BoundObjectFrame.ControlType.md
+++ b/api/Access.BoundObjectFrame.ControlType.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ControlType Property (Access)
+title: BoundObjectFrame.ControlType property (Access)
keywords: vbaac10.chm10909
f1_keywords:
- vbaac10.chm10909
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ControlType Property (Access)
+# BoundObjectFrame.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Controls.md b/api/Access.BoundObjectFrame.Controls.md
index 5d31a69b734..67f184f8849 100644
--- a/api/Access.BoundObjectFrame.Controls.md
+++ b/api/Access.BoundObjectFrame.Controls.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Controls Property (Access)
+title: BoundObjectFrame.Controls property (Access)
keywords: vbaac10.chm10905
f1_keywords:
- vbaac10.chm10905
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Controls Property (Access)
+# BoundObjectFrame.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.DblClick.md b/api/Access.BoundObjectFrame.DblClick.md
index e490c53b6bc..84226304659 100644
--- a/api/Access.BoundObjectFrame.DblClick.md
+++ b/api/Access.BoundObjectFrame.DblClick.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.DblClick Event (Access)
+title: BoundObjectFrame.DblClick event (Access)
keywords: vbaac10.chm14097
f1_keywords:
- vbaac10.chm14097
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.DblClick Event (Access)
+# BoundObjectFrame.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.BoundObjectFrame.DisplayType.md b/api/Access.BoundObjectFrame.DisplayType.md
index 4a2988db19d..59796fb9432 100644
--- a/api/Access.BoundObjectFrame.DisplayType.md
+++ b/api/Access.BoundObjectFrame.DisplayType.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.DisplayType Property (Access)
+title: BoundObjectFrame.DisplayType property (Access)
keywords: vbaac10.chm10916
f1_keywords:
- vbaac10.chm10916
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.DisplayType Property (Access)
+# BoundObjectFrame.DisplayType property (Access)
You can use the **DisplayType** property to specify whether Microsoft Access displays an OLE object's content or an icon. Read/write **Boolean**.
## Syntax
- _expression_. `DisplayType`
+_expression_. `DisplayType`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.DisplayWhen.md b/api/Access.BoundObjectFrame.DisplayWhen.md
index ae1d2b14bee..3d949b34438 100644
--- a/api/Access.BoundObjectFrame.DisplayWhen.md
+++ b/api/Access.BoundObjectFrame.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.DisplayWhen Property (Access)
+title: BoundObjectFrame.DisplayWhen property (Access)
keywords: vbaac10.chm10922
f1_keywords:
- vbaac10.chm10922
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.DisplayWhen Property (Access)
+# BoundObjectFrame.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Enabled.md b/api/Access.BoundObjectFrame.Enabled.md
index 7653d7ae176..0d792bef39e 100644
--- a/api/Access.BoundObjectFrame.Enabled.md
+++ b/api/Access.BoundObjectFrame.Enabled.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Enabled Property (Access)
+title: BoundObjectFrame.Enabled property (Access)
keywords: vbaac10.chm10923
f1_keywords:
- vbaac10.chm10923
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Enabled Property (Access)
+# BoundObjectFrame.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Enter.md b/api/Access.BoundObjectFrame.Enter.md
index c9a5cee1c62..1f6a3a6e8d3 100644
--- a/api/Access.BoundObjectFrame.Enter.md
+++ b/api/Access.BoundObjectFrame.Enter.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Enter Event (Access)
+title: BoundObjectFrame.Enter event (Access)
keywords: vbaac10.chm14092
f1_keywords:
- vbaac10.chm14092
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Enter Event (Access)
+# BoundObjectFrame.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.EventProcPrefix.md b/api/Access.BoundObjectFrame.EventProcPrefix.md
index 7ae2d87587b..14c88d5f796 100644
--- a/api/Access.BoundObjectFrame.EventProcPrefix.md
+++ b/api/Access.BoundObjectFrame.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.EventProcPrefix Property (Access)
+title: BoundObjectFrame.EventProcPrefix property (Access)
keywords: vbaac10.chm10907
f1_keywords:
- vbaac10.chm10907
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.EventProcPrefix Property (Access)
+# BoundObjectFrame.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Exit.md b/api/Access.BoundObjectFrame.Exit.md
index e26c37c090d..264a9401247 100644
--- a/api/Access.BoundObjectFrame.Exit.md
+++ b/api/Access.BoundObjectFrame.Exit.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Exit Event (Access)
+title: BoundObjectFrame.Exit event (Access)
keywords: vbaac10.chm14093
f1_keywords:
- vbaac10.chm14093
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Exit Event (Access)
+# BoundObjectFrame.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.BoundObjectFrame.GotFocus.md b/api/Access.BoundObjectFrame.GotFocus.md
index 2230770795e..5c61bafe6c4 100644
--- a/api/Access.BoundObjectFrame.GotFocus.md
+++ b/api/Access.BoundObjectFrame.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GotFocus Event (Access)
+title: BoundObjectFrame.GotFocus event (Access)
keywords: vbaac10.chm14094
f1_keywords:
- vbaac10.chm14094
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GotFocus Event (Access)
+# BoundObjectFrame.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineColor.md b/api/Access.BoundObjectFrame.GridlineColor.md
index a8a88cced6f..6fc728b7312 100644
--- a/api/Access.BoundObjectFrame.GridlineColor.md
+++ b/api/Access.BoundObjectFrame.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineColor Property (Access)
+title: BoundObjectFrame.GridlineColor property (Access)
keywords: vbaac10.chm11007
f1_keywords:
- vbaac10.chm11007
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineColor Property (Access)
+# BoundObjectFrame.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified object frame. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineShade.md b/api/Access.BoundObjectFrame.GridlineShade.md
index 28249bbf285..6261a3c4eed 100644
--- a/api/Access.BoundObjectFrame.GridlineShade.md
+++ b/api/Access.BoundObjectFrame.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineShade Property (Access)
+title: BoundObjectFrame.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineShade Property (Access)
+# BoundObjectFrame.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineStyleBottom.md b/api/Access.BoundObjectFrame.GridlineStyleBottom.md
index 181adbc7acb..95a2907f97a 100644
--- a/api/Access.BoundObjectFrame.GridlineStyleBottom.md
+++ b/api/Access.BoundObjectFrame.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineStyleBottom Property (Access)
+title: BoundObjectFrame.GridlineStyleBottom property (Access)
keywords: vbaac10.chm11002
f1_keywords:
- vbaac10.chm11002
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineStyleBottom Property (Access)
+# BoundObjectFrame.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineStyleLeft.md b/api/Access.BoundObjectFrame.GridlineStyleLeft.md
index c51a3b384d8..7c1a6f59300 100644
--- a/api/Access.BoundObjectFrame.GridlineStyleLeft.md
+++ b/api/Access.BoundObjectFrame.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineStyleLeft Property (Access)
+title: BoundObjectFrame.GridlineStyleLeft property (Access)
keywords: vbaac10.chm10999
f1_keywords:
- vbaac10.chm10999
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineStyleLeft Property (Access)
+# BoundObjectFrame.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineStyleRight.md b/api/Access.BoundObjectFrame.GridlineStyleRight.md
index 2fa3ab8470f..b5c422aab3f 100644
--- a/api/Access.BoundObjectFrame.GridlineStyleRight.md
+++ b/api/Access.BoundObjectFrame.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineStyleRight Property (Access)
+title: BoundObjectFrame.GridlineStyleRight property (Access)
keywords: vbaac10.chm11001
f1_keywords:
- vbaac10.chm11001
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineStyleRight Property (Access)
+# BoundObjectFrame.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineStyleTop.md b/api/Access.BoundObjectFrame.GridlineStyleTop.md
index 6d705eaaad7..643fab566ce 100644
--- a/api/Access.BoundObjectFrame.GridlineStyleTop.md
+++ b/api/Access.BoundObjectFrame.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineStyleTop Property (Access)
+title: BoundObjectFrame.GridlineStyleTop property (Access)
keywords: vbaac10.chm11000
f1_keywords:
- vbaac10.chm11000
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineStyleTop Property (Access)
+# BoundObjectFrame.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineThemeColorIndex.md b/api/Access.BoundObjectFrame.GridlineThemeColorIndex.md
index 7d8223da7d9..ffd1fa98651 100644
--- a/api/Access.BoundObjectFrame.GridlineThemeColorIndex.md
+++ b/api/Access.BoundObjectFrame.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineThemeColorIndex Property (Access)
+title: BoundObjectFrame.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineThemeColorIndex Property (Access)
+# BoundObjectFrame.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineTint.md b/api/Access.BoundObjectFrame.GridlineTint.md
index 922a4393e1e..d456ef5c7c0 100644
--- a/api/Access.BoundObjectFrame.GridlineTint.md
+++ b/api/Access.BoundObjectFrame.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineTint Property (Access)
+title: BoundObjectFrame.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineTint Property (Access)
+# BoundObjectFrame.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineWidthBottom.md b/api/Access.BoundObjectFrame.GridlineWidthBottom.md
index 2c93f54c4da..13d7b6e0a70 100644
--- a/api/Access.BoundObjectFrame.GridlineWidthBottom.md
+++ b/api/Access.BoundObjectFrame.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineWidthBottom Property (Access)
+title: BoundObjectFrame.GridlineWidthBottom property (Access)
keywords: vbaac10.chm11006
f1_keywords:
- vbaac10.chm11006
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineWidthBottom Property (Access)
+# BoundObjectFrame.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineWidthLeft.md b/api/Access.BoundObjectFrame.GridlineWidthLeft.md
index eabb107815c..65569dbc28a 100644
--- a/api/Access.BoundObjectFrame.GridlineWidthLeft.md
+++ b/api/Access.BoundObjectFrame.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineWidthLeft Property (Access)
+title: BoundObjectFrame.GridlineWidthLeft property (Access)
keywords: vbaac10.chm11003
f1_keywords:
- vbaac10.chm11003
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineWidthLeft Property (Access)
+# BoundObjectFrame.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineWidthRight.md b/api/Access.BoundObjectFrame.GridlineWidthRight.md
index 6175139c7dd..868532233ad 100644
--- a/api/Access.BoundObjectFrame.GridlineWidthRight.md
+++ b/api/Access.BoundObjectFrame.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineWidthRight Property (Access)
+title: BoundObjectFrame.GridlineWidthRight property (Access)
keywords: vbaac10.chm11005
f1_keywords:
- vbaac10.chm11005
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineWidthRight Property (Access)
+# BoundObjectFrame.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.GridlineWidthTop.md b/api/Access.BoundObjectFrame.GridlineWidthTop.md
index 4e25b6d730b..bf1a21ec827 100644
--- a/api/Access.BoundObjectFrame.GridlineWidthTop.md
+++ b/api/Access.BoundObjectFrame.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.GridlineWidthTop Property (Access)
+title: BoundObjectFrame.GridlineWidthTop property (Access)
keywords: vbaac10.chm11004
f1_keywords:
- vbaac10.chm11004
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.GridlineWidthTop Property (Access)
+# BoundObjectFrame.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Height.md b/api/Access.BoundObjectFrame.Height.md
index 9dc5f2a48d8..f465adab115 100644
--- a/api/Access.BoundObjectFrame.Height.md
+++ b/api/Access.BoundObjectFrame.Height.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Height Property (Access)
+title: BoundObjectFrame.Height property (Access)
keywords: vbaac10.chm10930
f1_keywords:
- vbaac10.chm10930
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Height Property (Access)
+# BoundObjectFrame.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.HelpContextId.md b/api/Access.BoundObjectFrame.HelpContextId.md
index d6afbbc4d65..223e008e7b3 100644
--- a/api/Access.BoundObjectFrame.HelpContextId.md
+++ b/api/Access.BoundObjectFrame.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.HelpContextId Property (Access)
+title: BoundObjectFrame.HelpContextId property (Access)
keywords: vbaac10.chm10941
f1_keywords:
- vbaac10.chm10941
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.HelpContextId Property (Access)
+# BoundObjectFrame.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.HorizontalAnchor.md b/api/Access.BoundObjectFrame.HorizontalAnchor.md
index d95fc6cbaa6..6257c15898c 100644
--- a/api/Access.BoundObjectFrame.HorizontalAnchor.md
+++ b/api/Access.BoundObjectFrame.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.HorizontalAnchor Property (Access)
+title: BoundObjectFrame.HorizontalAnchor property (Access)
keywords: vbaac10.chm11008
f1_keywords:
- vbaac10.chm11008
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.HorizontalAnchor Property (Access)
+# BoundObjectFrame.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the object frame is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.InSelection.md b/api/Access.BoundObjectFrame.InSelection.md
index e86dc5a32eb..d97e464fb4e 100644
--- a/api/Access.BoundObjectFrame.InSelection.md
+++ b/api/Access.BoundObjectFrame.InSelection.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.InSelection Property (Access)
+title: BoundObjectFrame.InSelection property (Access)
keywords: vbaac10.chm10960
f1_keywords:
- vbaac10.chm10960
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.InSelection Property (Access)
+# BoundObjectFrame.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.IsVisible.md b/api/Access.BoundObjectFrame.IsVisible.md
index 6428ab8e72b..5a8e59d4d2e 100644
--- a/api/Access.BoundObjectFrame.IsVisible.md
+++ b/api/Access.BoundObjectFrame.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.IsVisible Property (Access)
+title: BoundObjectFrame.IsVisible property (Access)
keywords: vbaac10.chm10959
f1_keywords:
- vbaac10.chm10959
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.IsVisible Property (Access)
+# BoundObjectFrame.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.KeyDown.md b/api/Access.BoundObjectFrame.KeyDown.md
index 7744bca8861..9ed18f043dc 100644
--- a/api/Access.BoundObjectFrame.KeyDown.md
+++ b/api/Access.BoundObjectFrame.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.KeyDown Event (Access)
+title: BoundObjectFrame.KeyDown event (Access)
keywords: vbaac10.chm14101
f1_keywords:
- vbaac10.chm14101
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.KeyDown Event (Access)
+# BoundObjectFrame.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.BoundObjectFrame.KeyPress.md b/api/Access.BoundObjectFrame.KeyPress.md
index eec12c551fe..9e15451036a 100644
--- a/api/Access.BoundObjectFrame.KeyPress.md
+++ b/api/Access.BoundObjectFrame.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.KeyPress Event (Access)
+title: BoundObjectFrame.KeyPress event (Access)
keywords: vbaac10.chm14102
f1_keywords:
- vbaac10.chm14102
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.KeyPress Event (Access)
+# BoundObjectFrame.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_` )
+_expression_. `KeyPress`( ` _KeyAscii_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.BoundObjectFrame.KeyUp.md b/api/Access.BoundObjectFrame.KeyUp.md
index f7c45f3663a..1511ab19a3e 100644
--- a/api/Access.BoundObjectFrame.KeyUp.md
+++ b/api/Access.BoundObjectFrame.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.KeyUp Event (Access)
+title: BoundObjectFrame.KeyUp event (Access)
keywords: vbaac10.chm14103
f1_keywords:
- vbaac10.chm14103
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.KeyUp Event (Access)
+# BoundObjectFrame.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.BoundObjectFrame.LabelAlign.md b/api/Access.BoundObjectFrame.LabelAlign.md
index 99f9884c57f..c262ae2cf67 100644
--- a/api/Access.BoundObjectFrame.LabelAlign.md
+++ b/api/Access.BoundObjectFrame.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.LabelAlign Property (Access)
+title: BoundObjectFrame.LabelAlign property (Access)
keywords: vbaac10.chm10949
f1_keywords:
- vbaac10.chm10949
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.LabelAlign Property (Access)
+# BoundObjectFrame.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.LabelX.md b/api/Access.BoundObjectFrame.LabelX.md
index 4e8395c52a0..c39a81555e2 100644
--- a/api/Access.BoundObjectFrame.LabelX.md
+++ b/api/Access.BoundObjectFrame.LabelX.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.LabelX Property (Access)
+title: BoundObjectFrame.LabelX property (Access)
keywords: vbaac10.chm10947
f1_keywords:
- vbaac10.chm10947
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.LabelX Property (Access)
+# BoundObjectFrame.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.LabelY.md b/api/Access.BoundObjectFrame.LabelY.md
index b85b5ac6989..c7c2674ab7c 100644
--- a/api/Access.BoundObjectFrame.LabelY.md
+++ b/api/Access.BoundObjectFrame.LabelY.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.LabelY Property (Access)
+title: BoundObjectFrame.LabelY property (Access)
keywords: vbaac10.chm10948
f1_keywords:
- vbaac10.chm10948
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.LabelY Property (Access)
+# BoundObjectFrame.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Layout.md b/api/Access.BoundObjectFrame.Layout.md
index 76d38136d31..5bf481c0d81 100644
--- a/api/Access.BoundObjectFrame.Layout.md
+++ b/api/Access.BoundObjectFrame.Layout.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Layout Property (Access)
+title: BoundObjectFrame.Layout property (Access)
keywords: vbaac10.chm10994
f1_keywords:
- vbaac10.chm10994
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Layout Property (Access)
+# BoundObjectFrame.Layout property (Access)
Returns the type of layout for the specified object frame. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## See also
diff --git a/api/Access.BoundObjectFrame.LayoutID.md b/api/Access.BoundObjectFrame.LayoutID.md
index a56bf308b91..205ae2d74ce 100644
--- a/api/Access.BoundObjectFrame.LayoutID.md
+++ b/api/Access.BoundObjectFrame.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.LayoutID Property (Access)
+title: BoundObjectFrame.LayoutID property (Access)
keywords: vbaac10.chm11010
f1_keywords:
- vbaac10.chm11010
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.LayoutID Property (Access)
+# BoundObjectFrame.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified object frame. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Left.md b/api/Access.BoundObjectFrame.Left.md
index 40662e2ab50..7ac48178d39 100644
--- a/api/Access.BoundObjectFrame.Left.md
+++ b/api/Access.BoundObjectFrame.Left.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Left Property (Access)
+title: BoundObjectFrame.Left property (Access)
keywords: vbaac10.chm10927
f1_keywords:
- vbaac10.chm10927
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Left Property (Access)
+# BoundObjectFrame.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.LeftPadding.md b/api/Access.BoundObjectFrame.LeftPadding.md
index 9732a0eafba..cd5ab00d38f 100644
--- a/api/Access.BoundObjectFrame.LeftPadding.md
+++ b/api/Access.BoundObjectFrame.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.LeftPadding Property (Access)
+title: BoundObjectFrame.LeftPadding property (Access)
keywords: vbaac10.chm10995
f1_keywords:
- vbaac10.chm10995
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.LeftPadding Property (Access)
+# BoundObjectFrame.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the object frame and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## See also
diff --git a/api/Access.BoundObjectFrame.Locked.md b/api/Access.BoundObjectFrame.Locked.md
index 67d8042ecaf..4418a712857 100644
--- a/api/Access.BoundObjectFrame.Locked.md
+++ b/api/Access.BoundObjectFrame.Locked.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Locked Property (Access)
+title: BoundObjectFrame.Locked property (Access)
keywords: vbaac10.chm10924
f1_keywords:
- vbaac10.chm10924
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Locked Property (Access)
+# BoundObjectFrame.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.LostFocus.md b/api/Access.BoundObjectFrame.LostFocus.md
index d9e3a57615d..3716baa5e29 100644
--- a/api/Access.BoundObjectFrame.LostFocus.md
+++ b/api/Access.BoundObjectFrame.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.LostFocus Event (Access)
+title: BoundObjectFrame.LostFocus event (Access)
keywords: vbaac10.chm14095
f1_keywords:
- vbaac10.chm14095
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.LostFocus Event (Access)
+# BoundObjectFrame.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.MouseDown.md b/api/Access.BoundObjectFrame.MouseDown.md
index dc604add65d..66f15401536 100644
--- a/api/Access.BoundObjectFrame.MouseDown.md
+++ b/api/Access.BoundObjectFrame.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.MouseDown Event (Access)
+title: BoundObjectFrame.MouseDown event (Access)
keywords: vbaac10.chm14098
f1_keywords:
- vbaac10.chm14098
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.MouseDown Event (Access)
+# BoundObjectFrame.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.BoundObjectFrame.MouseMove.md b/api/Access.BoundObjectFrame.MouseMove.md
index 3df0e426158..e642755f186 100644
--- a/api/Access.BoundObjectFrame.MouseMove.md
+++ b/api/Access.BoundObjectFrame.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.MouseMove Event (Access)
+title: BoundObjectFrame.MouseMove event (Access)
keywords: vbaac10.chm14099
f1_keywords:
- vbaac10.chm14099
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.MouseMove Event (Access)
+# BoundObjectFrame.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.BoundObjectFrame.MouseUp.md b/api/Access.BoundObjectFrame.MouseUp.md
index 3069155f38b..30b67b86759 100644
--- a/api/Access.BoundObjectFrame.MouseUp.md
+++ b/api/Access.BoundObjectFrame.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.MouseUp Event (Access)
+title: BoundObjectFrame.MouseUp event (Access)
keywords: vbaac10.chm14100
f1_keywords:
- vbaac10.chm14100
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.MouseUp Event (Access)
+# BoundObjectFrame.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.BoundObjectFrame.Move.md b/api/Access.BoundObjectFrame.Move.md
index ed72c25a7fe..21f014040bf 100644
--- a/api/Access.BoundObjectFrame.Move.md
+++ b/api/Access.BoundObjectFrame.Move.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Move Method (Access)
+title: BoundObjectFrame.Move method (Access)
keywords: vbaac10.chm10977
f1_keywords:
- vbaac10.chm10977
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Move Method (Access)
+# BoundObjectFrame.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.BoundObjectFrame.Name.md b/api/Access.BoundObjectFrame.Name.md
index d8d71cbc07d..22500a82414 100644
--- a/api/Access.BoundObjectFrame.Name.md
+++ b/api/Access.BoundObjectFrame.Name.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Name Property (Access)
+title: BoundObjectFrame.Name property (Access)
keywords: vbaac10.chm10976
f1_keywords:
- vbaac10.chm10976
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Name Property (Access)
+# BoundObjectFrame.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.OLEType.md b/api/Access.BoundObjectFrame.OLEType.md
index bd534da3f99..662bae0aed9 100644
--- a/api/Access.BoundObjectFrame.OLEType.md
+++ b/api/Access.BoundObjectFrame.OLEType.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OLEType Property (Access)
+title: BoundObjectFrame.OLEType property (Access)
keywords: vbaac10.chm10958
f1_keywords:
- vbaac10.chm10958
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OLEType Property (Access)
+# BoundObjectFrame.OLEType property (Access)
You can use the **OLEType** property to determine if a control contains an OLE object, and, if so, whether the object is linked or embedded. Read/write **Byte**.
## Syntax
- _expression_. `OLEType`
+_expression_. `OLEType`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.OLETypeAllowed.md b/api/Access.BoundObjectFrame.OLETypeAllowed.md
index 9e541e6366c..9f0fa9a0598 100644
--- a/api/Access.BoundObjectFrame.OLETypeAllowed.md
+++ b/api/Access.BoundObjectFrame.OLETypeAllowed.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OLETypeAllowed Property (Access)
+title: BoundObjectFrame.OLETypeAllowed property (Access)
keywords: vbaac10.chm10919
f1_keywords:
- vbaac10.chm10919
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OLETypeAllowed Property (Access)
+# BoundObjectFrame.OLETypeAllowed property (Access)
You can use the **OLETypeAllowed** property to specify the type of OLE object a control can contain. Read/write **Byte**.
## Syntax
- _expression_. `OLETypeAllowed`
+_expression_. `OLETypeAllowed`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Object.md b/api/Access.BoundObjectFrame.Object.md
index 1edf0111d4f..d5d95b3549f 100644
--- a/api/Access.BoundObjectFrame.Object.md
+++ b/api/Access.BoundObjectFrame.Object.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Object Property (Access)
+title: BoundObjectFrame.Object property (Access)
keywords: vbaac10.chm10899
f1_keywords:
- vbaac10.chm10899
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Object Property (Access)
+# BoundObjectFrame.Object property (Access)
You can use the **Object** property in Visual Basic to return a reference to the ActiveX object that is associated with a linked or embedded OLE object in a control. By using this reference, you can access the properties or invoke the methods of the OLE object. Read-only **Object**.
## Syntax
- _expression_. `Object`
+_expression_. `Object`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.ObjectPalette.md b/api/Access.BoundObjectFrame.ObjectPalette.md
index 4b37587678f..3e10cf922b8 100644
--- a/api/Access.BoundObjectFrame.ObjectPalette.md
+++ b/api/Access.BoundObjectFrame.ObjectPalette.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ObjectPalette Property (Access)
+title: BoundObjectFrame.ObjectPalette property (Access)
keywords: vbaac10.chm10953
f1_keywords:
- vbaac10.chm10953
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ObjectPalette Property (Access)
+# BoundObjectFrame.ObjectPalette property (Access)
The **ObjectPalette** property specifies the palette in the application used to create an OLE object. Read/write **Variant**.
## Syntax
- _expression_. `ObjectPalette`
+_expression_. `ObjectPalette`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.ObjectVerbs.md b/api/Access.BoundObjectFrame.ObjectVerbs.md
index 9ebf53ad38e..b90e34ffdf2 100644
--- a/api/Access.BoundObjectFrame.ObjectVerbs.md
+++ b/api/Access.BoundObjectFrame.ObjectVerbs.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ObjectVerbs Property (Access)
+title: BoundObjectFrame.ObjectVerbs property (Access)
keywords: vbaac10.chm10900
f1_keywords:
- vbaac10.chm10900
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ObjectVerbs Property (Access)
+# BoundObjectFrame.ObjectVerbs property (Access)
You can use the **ObjectVerbs** property in Visual Basic to determine the list of verbs an OLE object supports. Read-only **String**.
## Syntax
- _expression_. `ObjectVerbs`( ` _Index_` )
+_expression_. `ObjectVerbs`( ` _Index_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|An element in the array of supported verbs. This is a zero-based index, meaning zero (0) represents the first verb in the array, one (1) represents the second verb in the array, and so on.|
diff --git a/api/Access.BoundObjectFrame.ObjectVerbsCount.md b/api/Access.BoundObjectFrame.ObjectVerbsCount.md
index f75f4c3ab7c..30ed264af7d 100644
--- a/api/Access.BoundObjectFrame.ObjectVerbsCount.md
+++ b/api/Access.BoundObjectFrame.ObjectVerbsCount.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ObjectVerbsCount Property (Access)
+title: BoundObjectFrame.ObjectVerbsCount property (Access)
keywords: vbaac10.chm10955
f1_keywords:
- vbaac10.chm10955
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ObjectVerbsCount Property (Access)
+# BoundObjectFrame.ObjectVerbsCount property (Access)
You can use the **ObjectVerbsCount** property in Visual Basic to determine the number of verbs supported by an OLE object. Read-only **Long**.
## Syntax
- _expression_. `ObjectVerbsCount`
+_expression_. `ObjectVerbsCount`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.OldBorderStyle.md b/api/Access.BoundObjectFrame.OldBorderStyle.md
index 75fd79744f4..1ae83d9bf91 100644
--- a/api/Access.BoundObjectFrame.OldBorderStyle.md
+++ b/api/Access.BoundObjectFrame.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OldBorderStyle Property (Access)
+title: BoundObjectFrame.OldBorderStyle property (Access)
keywords: vbaac10.chm10935
f1_keywords:
- vbaac10.chm10935
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OldBorderStyle Property (Access)
+# BoundObjectFrame.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.OldValue.md b/api/Access.BoundObjectFrame.OldValue.md
index af5b394306a..4cf3230418e 100644
--- a/api/Access.BoundObjectFrame.OldValue.md
+++ b/api/Access.BoundObjectFrame.OldValue.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OldValue Property (Access)
+title: BoundObjectFrame.OldValue property (Access)
keywords: vbaac10.chm10898
f1_keywords:
- vbaac10.chm10898
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OldValue Property (Access)
+# BoundObjectFrame.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.OnClick.md b/api/Access.BoundObjectFrame.OnClick.md
index 740cf62c0a9..e1f8e27510d 100644
--- a/api/Access.BoundObjectFrame.OnClick.md
+++ b/api/Access.BoundObjectFrame.OnClick.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnClick Property (Access)
+title: BoundObjectFrame.OnClick property (Access)
keywords: vbaac10.chm10968
f1_keywords:
- vbaac10.chm10968
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnClick Property (Access)
+# BoundObjectFrame.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnDblClick.md b/api/Access.BoundObjectFrame.OnDblClick.md
index 6d4ba427b57..378797c7db1 100644
--- a/api/Access.BoundObjectFrame.OnDblClick.md
+++ b/api/Access.BoundObjectFrame.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnDblClick Property (Access)
+title: BoundObjectFrame.OnDblClick property (Access)
keywords: vbaac10.chm10969
f1_keywords:
- vbaac10.chm10969
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnDblClick Property (Access)
+# BoundObjectFrame.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnEnter.md b/api/Access.BoundObjectFrame.OnEnter.md
index 84c73a44786..f6cf7eac487 100644
--- a/api/Access.BoundObjectFrame.OnEnter.md
+++ b/api/Access.BoundObjectFrame.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnEnter Property (Access)
+title: BoundObjectFrame.OnEnter property (Access)
keywords: vbaac10.chm10964
f1_keywords:
- vbaac10.chm10964
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnEnter Property (Access)
+# BoundObjectFrame.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnExit.md b/api/Access.BoundObjectFrame.OnExit.md
index cfb2004bebb..7e02dc0cd82 100644
--- a/api/Access.BoundObjectFrame.OnExit.md
+++ b/api/Access.BoundObjectFrame.OnExit.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnExit Property (Access)
+title: BoundObjectFrame.OnExit property (Access)
keywords: vbaac10.chm10965
f1_keywords:
- vbaac10.chm10965
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnExit Property (Access)
+# BoundObjectFrame.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnGotFocus.md b/api/Access.BoundObjectFrame.OnGotFocus.md
index 87a92a94220..3c5570b4b55 100644
--- a/api/Access.BoundObjectFrame.OnGotFocus.md
+++ b/api/Access.BoundObjectFrame.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnGotFocus Property (Access)
+title: BoundObjectFrame.OnGotFocus property (Access)
keywords: vbaac10.chm10966
f1_keywords:
- vbaac10.chm10966
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnGotFocus Property (Access)
+# BoundObjectFrame.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnKeyDown.md b/api/Access.BoundObjectFrame.OnKeyDown.md
index d58c433cf5b..fb1de34611c 100644
--- a/api/Access.BoundObjectFrame.OnKeyDown.md
+++ b/api/Access.BoundObjectFrame.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnKeyDown Property (Access)
+title: BoundObjectFrame.OnKeyDown property (Access)
keywords: vbaac10.chm10973
f1_keywords:
- vbaac10.chm10973
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnKeyDown Property (Access)
+# BoundObjectFrame.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnKeyPress.md b/api/Access.BoundObjectFrame.OnKeyPress.md
index e3acdc80035..b0ffca5359a 100644
--- a/api/Access.BoundObjectFrame.OnKeyPress.md
+++ b/api/Access.BoundObjectFrame.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnKeyPress Property (Access)
+title: BoundObjectFrame.OnKeyPress property (Access)
keywords: vbaac10.chm10975
f1_keywords:
- vbaac10.chm10975
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnKeyPress Property (Access)
+# BoundObjectFrame.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnKeyUp.md b/api/Access.BoundObjectFrame.OnKeyUp.md
index 13946b08403..40e0c844cd1 100644
--- a/api/Access.BoundObjectFrame.OnKeyUp.md
+++ b/api/Access.BoundObjectFrame.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnKeyUp Property (Access)
+title: BoundObjectFrame.OnKeyUp property (Access)
keywords: vbaac10.chm10974
f1_keywords:
- vbaac10.chm10974
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnKeyUp Property (Access)
+# BoundObjectFrame.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user releases a key while a form or control h
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnLostFocus.md b/api/Access.BoundObjectFrame.OnLostFocus.md
index e7a23b55b22..27b6dd75b24 100644
--- a/api/Access.BoundObjectFrame.OnLostFocus.md
+++ b/api/Access.BoundObjectFrame.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnLostFocus Property (Access)
+title: BoundObjectFrame.OnLostFocus property (Access)
keywords: vbaac10.chm10967
f1_keywords:
- vbaac10.chm10967
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnLostFocus Property (Access)
+# BoundObjectFrame.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnMouseDown.md b/api/Access.BoundObjectFrame.OnMouseDown.md
index 58d4a805ef5..8c98c3dacb8 100644
--- a/api/Access.BoundObjectFrame.OnMouseDown.md
+++ b/api/Access.BoundObjectFrame.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnMouseDown Property (Access)
+title: BoundObjectFrame.OnMouseDown property (Access)
keywords: vbaac10.chm10970
f1_keywords:
- vbaac10.chm10970
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnMouseDown Property (Access)
+# BoundObjectFrame.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnMouseMove.md b/api/Access.BoundObjectFrame.OnMouseMove.md
index 485562dba30..3dea9abdec3 100644
--- a/api/Access.BoundObjectFrame.OnMouseMove.md
+++ b/api/Access.BoundObjectFrame.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnMouseMove Property (Access)
+title: BoundObjectFrame.OnMouseMove property (Access)
keywords: vbaac10.chm10971
f1_keywords:
- vbaac10.chm10971
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnMouseMove Property (Access)
+# BoundObjectFrame.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnMouseUp.md b/api/Access.BoundObjectFrame.OnMouseUp.md
index 3e8247e3d26..f2cbcb26c57 100644
--- a/api/Access.BoundObjectFrame.OnMouseUp.md
+++ b/api/Access.BoundObjectFrame.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnMouseUp Property (Access)
+title: BoundObjectFrame.OnMouseUp property (Access)
keywords: vbaac10.chm10972
f1_keywords:
- vbaac10.chm10972
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnMouseUp Property (Access)
+# BoundObjectFrame.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.OnUpdated.md b/api/Access.BoundObjectFrame.OnUpdated.md
index 54717689e15..3995c5e9fd7 100644
--- a/api/Access.BoundObjectFrame.OnUpdated.md
+++ b/api/Access.BoundObjectFrame.OnUpdated.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.OnUpdated Property (Access)
+title: BoundObjectFrame.OnUpdated property (Access)
keywords: vbaac10.chm10963
f1_keywords:
- vbaac10.chm10963
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.OnUpdated Property (Access)
+# BoundObjectFrame.OnUpdated property (Access)
Sets or returns the value of the **On Updated** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnUpdated`
+_expression_. `OnUpdated`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
@@ -30,7 +30,7 @@ This property is helpful for programmatically changing the action Microsoft Acce
The **OnUpdated** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Updated** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.BoundObjectFrame.Parent.md b/api/Access.BoundObjectFrame.Parent.md
index c6d24dc6b68..e57566a05e1 100644
--- a/api/Access.BoundObjectFrame.Parent.md
+++ b/api/Access.BoundObjectFrame.Parent.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Parent Property (Access)
+title: BoundObjectFrame.Parent property (Access)
keywords: vbaac10.chm10897
f1_keywords:
- vbaac10.chm10897
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Parent Property (Access)
+# BoundObjectFrame.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## See also
diff --git a/api/Access.BoundObjectFrame.Properties.md b/api/Access.BoundObjectFrame.Properties.md
index 22e414f5242..94e36625200 100644
--- a/api/Access.BoundObjectFrame.Properties.md
+++ b/api/Access.BoundObjectFrame.Properties.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Properties Property (Access)
+title: BoundObjectFrame.Properties property (Access)
keywords: vbaac10.chm10901
f1_keywords:
- vbaac10.chm10901
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Properties Property (Access)
+# BoundObjectFrame.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Requery.md b/api/Access.BoundObjectFrame.Requery.md
index 99c04b47f36..b14675c6f17 100644
--- a/api/Access.BoundObjectFrame.Requery.md
+++ b/api/Access.BoundObjectFrame.Requery.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Requery Method (Access)
+title: BoundObjectFrame.Requery method (Access)
keywords: vbaac10.chm10903
f1_keywords:
- vbaac10.chm10903
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Requery Method (Access)
+# BoundObjectFrame.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.RightPadding.md b/api/Access.BoundObjectFrame.RightPadding.md
index 5f94ca5568c..d2666f94e70 100644
--- a/api/Access.BoundObjectFrame.RightPadding.md
+++ b/api/Access.BoundObjectFrame.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.RightPadding Property (Access)
+title: BoundObjectFrame.RightPadding property (Access)
keywords: vbaac10.chm10997
f1_keywords:
- vbaac10.chm10997
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.RightPadding Property (Access)
+# BoundObjectFrame.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the object frame and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## See also
diff --git a/api/Access.BoundObjectFrame.Scaling.md b/api/Access.BoundObjectFrame.Scaling.md
index 23a38b8a951..2b74b0b4acc 100644
--- a/api/Access.BoundObjectFrame.Scaling.md
+++ b/api/Access.BoundObjectFrame.Scaling.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Scaling Property (Access)
+title: BoundObjectFrame.Scaling property (Access)
keywords: vbaac10.chm10957
f1_keywords:
- vbaac10.chm10957
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Scaling Property (Access)
+# BoundObjectFrame.Scaling property (Access)
Controls how the contents of an object frame control are displayed. Read/write **Byte**.
## Syntax
- _expression_. `Scaling`
+_expression_. `Scaling`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Section.md b/api/Access.BoundObjectFrame.Section.md
index 17fd619293d..0ccce0fd40d 100644
--- a/api/Access.BoundObjectFrame.Section.md
+++ b/api/Access.BoundObjectFrame.Section.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Section Property (Access)
+title: BoundObjectFrame.Section property (Access)
keywords: vbaac10.chm10950
f1_keywords:
- vbaac10.chm10950
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Section Property (Access)
+# BoundObjectFrame.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.SetFocus.md b/api/Access.BoundObjectFrame.SetFocus.md
index ce37ec9653f..145ec15b739 100644
--- a/api/Access.BoundObjectFrame.SetFocus.md
+++ b/api/Access.BoundObjectFrame.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.SetFocus Method (Access)
+title: BoundObjectFrame.SetFocus method (Access)
keywords: vbaac10.chm10904
f1_keywords:
- vbaac10.chm10904
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.SetFocus Method (Access)
+# BoundObjectFrame.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.BoundObjectFrame.ShortcutMenuBar.md b/api/Access.BoundObjectFrame.ShortcutMenuBar.md
index 605f5aa0dd9..258243538b3 100644
--- a/api/Access.BoundObjectFrame.ShortcutMenuBar.md
+++ b/api/Access.BoundObjectFrame.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.ShortcutMenuBar Property (Access)
+title: BoundObjectFrame.ShortcutMenuBar property (Access)
keywords: vbaac10.chm10939
f1_keywords:
- vbaac10.chm10939
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.ShortcutMenuBar Property (Access)
+# BoundObjectFrame.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.SizeMode.md b/api/Access.BoundObjectFrame.SizeMode.md
index e7ef3b31bcc..d22355897c2 100644
--- a/api/Access.BoundObjectFrame.SizeMode.md
+++ b/api/Access.BoundObjectFrame.SizeMode.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.SizeMode Property (Access)
+title: BoundObjectFrame.SizeMode property (Access)
keywords: vbaac10.chm10911
f1_keywords:
- vbaac10.chm10911
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.SizeMode Property (Access)
+# BoundObjectFrame.SizeMode property (Access)
You can use the **SizeMode** property to specify how to size a picture or other object in a bound object frame, an unbound object frame, or an image control.
## Syntax
- _expression_. `SizeMode`
+_expression_. `SizeMode`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.SizeToFit.md b/api/Access.BoundObjectFrame.SizeToFit.md
index 06f1f595c18..61be444352e 100644
--- a/api/Access.BoundObjectFrame.SizeToFit.md
+++ b/api/Access.BoundObjectFrame.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.SizeToFit Method (Access)
+title: BoundObjectFrame.SizeToFit method (Access)
keywords: vbaac10.chm10902
f1_keywords:
- vbaac10.chm10902
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.SizeToFit Method (Access)
+# BoundObjectFrame.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.SourceDoc.md b/api/Access.BoundObjectFrame.SourceDoc.md
index fd373ecb5f4..c828b2229a8 100644
--- a/api/Access.BoundObjectFrame.SourceDoc.md
+++ b/api/Access.BoundObjectFrame.SourceDoc.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.SourceDoc Property (Access)
+title: BoundObjectFrame.SourceDoc property (Access)
keywords: vbaac10.chm10913
f1_keywords:
- vbaac10.chm10913
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.SourceDoc Property (Access)
+# BoundObjectFrame.SourceDoc property (Access)
You can use the **SourceDoc** property to specify the file to create a link to or to embed when you create a linked object or embedded object by using the **Action** property in Visual Basic. Read/write **String**.
## Syntax
- _expression_. `SourceDoc`
+_expression_. `SourceDoc`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.SourceItem.md b/api/Access.BoundObjectFrame.SourceItem.md
index 3718fdc1432..71d9abf686c 100644
--- a/api/Access.BoundObjectFrame.SourceItem.md
+++ b/api/Access.BoundObjectFrame.SourceItem.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.SourceItem Property (Access)
+title: BoundObjectFrame.SourceItem property (Access)
keywords: vbaac10.chm10914
f1_keywords:
- vbaac10.chm10914
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.SourceItem Property (Access)
+# BoundObjectFrame.SourceItem property (Access)
You can use the **SourceItem** property to specify the data within a file to be linked when you create a linked OLE object. Read/write **String**.
## Syntax
- _expression_. `SourceItem`
+_expression_. `SourceItem`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.SpecialEffect.md b/api/Access.BoundObjectFrame.SpecialEffect.md
index ec1632551ba..2db481d28c2 100644
--- a/api/Access.BoundObjectFrame.SpecialEffect.md
+++ b/api/Access.BoundObjectFrame.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.SpecialEffect Property (Access)
+title: BoundObjectFrame.SpecialEffect property (Access)
keywords: vbaac10.chm10933
f1_keywords:
- vbaac10.chm10933
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.SpecialEffect Property (Access)
+# BoundObjectFrame.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.StatusBarText.md b/api/Access.BoundObjectFrame.StatusBarText.md
index 44dfe65cd81..94a5fe1359d 100644
--- a/api/Access.BoundObjectFrame.StatusBarText.md
+++ b/api/Access.BoundObjectFrame.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.StatusBarText Property (Access)
+title: BoundObjectFrame.StatusBarText property (Access)
keywords: vbaac10.chm10920
f1_keywords:
- vbaac10.chm10920
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.StatusBarText Property (Access)
+# BoundObjectFrame.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.TabIndex.md b/api/Access.BoundObjectFrame.TabIndex.md
index 3b1cf13c087..118ec8349c1 100644
--- a/api/Access.BoundObjectFrame.TabIndex.md
+++ b/api/Access.BoundObjectFrame.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.TabIndex Property (Access)
+title: BoundObjectFrame.TabIndex property (Access)
keywords: vbaac10.chm10926
f1_keywords:
- vbaac10.chm10926
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.TabIndex Property (Access)
+# BoundObjectFrame.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.TabStop.md b/api/Access.BoundObjectFrame.TabStop.md
index cadaaa48716..59fa233af1f 100644
--- a/api/Access.BoundObjectFrame.TabStop.md
+++ b/api/Access.BoundObjectFrame.TabStop.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.TabStop Property (Access)
+title: BoundObjectFrame.TabStop property (Access)
keywords: vbaac10.chm10925
f1_keywords:
- vbaac10.chm10925
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.TabStop Property (Access)
+# BoundObjectFrame.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Tag.md b/api/Access.BoundObjectFrame.Tag.md
index a0959d8229c..76ee772e0b9 100644
--- a/api/Access.BoundObjectFrame.Tag.md
+++ b/api/Access.BoundObjectFrame.Tag.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Tag Property (Access)
+title: BoundObjectFrame.Tag property (Access)
keywords: vbaac10.chm10952
f1_keywords:
- vbaac10.chm10952
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Tag Property (Access)
+# BoundObjectFrame.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Top.md b/api/Access.BoundObjectFrame.Top.md
index 2d2f5f1fdb0..1599c90533e 100644
--- a/api/Access.BoundObjectFrame.Top.md
+++ b/api/Access.BoundObjectFrame.Top.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Top Property (Access)
+title: BoundObjectFrame.Top property (Access)
keywords: vbaac10.chm10928
f1_keywords:
- vbaac10.chm10928
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Top Property (Access)
+# BoundObjectFrame.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.TopPadding.md b/api/Access.BoundObjectFrame.TopPadding.md
index 77d042a824c..7ac90ad88c8 100644
--- a/api/Access.BoundObjectFrame.TopPadding.md
+++ b/api/Access.BoundObjectFrame.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.TopPadding Property (Access)
+title: BoundObjectFrame.TopPadding property (Access)
keywords: vbaac10.chm10996
f1_keywords:
- vbaac10.chm10996
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.TopPadding Property (Access)
+# BoundObjectFrame.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the object frame and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## See also
diff --git a/api/Access.BoundObjectFrame.UpdateOptions.md b/api/Access.BoundObjectFrame.UpdateOptions.md
index 4169563c323..36af6e1beae 100644
--- a/api/Access.BoundObjectFrame.UpdateOptions.md
+++ b/api/Access.BoundObjectFrame.UpdateOptions.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.UpdateOptions Property (Access)
+title: BoundObjectFrame.UpdateOptions property (Access)
keywords: vbaac10.chm10917
f1_keywords:
- vbaac10.chm10917
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.UpdateOptions Property (Access)
+# BoundObjectFrame.UpdateOptions property (Access)
You can use the **UpdateOptions** property to specify how a linkedOLE object is updated. Read/write **Integer**.
## Syntax
- _expression_. `UpdateOptions`
+_expression_. `UpdateOptions`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Updated.md b/api/Access.BoundObjectFrame.Updated.md
index e4940a2c1e5..2879689573c 100644
--- a/api/Access.BoundObjectFrame.Updated.md
+++ b/api/Access.BoundObjectFrame.Updated.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Updated Event (Access)
+title: BoundObjectFrame.Updated event (Access)
keywords: vbaac10.chm14089
f1_keywords:
- vbaac10.chm14089
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Updated Event (Access)
+# BoundObjectFrame.Updated event (Access)
The **Updated** event occurs when an OLE object's data has been modified.
## Syntax
- _expression_. `Updated`( ` _Code_` )
+_expression_. `Updated`( ` _Code_` )
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Value.md b/api/Access.BoundObjectFrame.Value.md
index d3778d1f088..b8e31f04158 100644
--- a/api/Access.BoundObjectFrame.Value.md
+++ b/api/Access.BoundObjectFrame.Value.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Value Property (Access)
+title: BoundObjectFrame.Value property (Access)
keywords: vbaac10.chm10906
f1_keywords:
- vbaac10.chm10906
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Value Property (Access)
+# BoundObjectFrame.Value property (Access)
Gets of sets the value of the field that the control is bound to. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.VarOleObject.md b/api/Access.BoundObjectFrame.VarOleObject.md
index 9d46fdbb449..6349277a389 100644
--- a/api/Access.BoundObjectFrame.VarOleObject.md
+++ b/api/Access.BoundObjectFrame.VarOleObject.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.VarOleObject Property (Access)
+title: BoundObjectFrame.VarOleObject property (Access)
keywords: vbaac10.chm10954
f1_keywords:
- vbaac10.chm10954
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.VarOleObject Property (Access)
+# BoundObjectFrame.VarOleObject property (Access)
Gets a pointer to an **IOLEObject** that represents the memory address of an OLE object. Read-only **Variant**.
## Syntax
- _expression_. `VarOleObject`
+_expression_. `VarOleObject`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Verb.md b/api/Access.BoundObjectFrame.Verb.md
index 4d207858760..881eb72f8ea 100644
--- a/api/Access.BoundObjectFrame.Verb.md
+++ b/api/Access.BoundObjectFrame.Verb.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Verb Property (Access)
+title: BoundObjectFrame.Verb property (Access)
keywords: vbaac10.chm10918
f1_keywords:
- vbaac10.chm10918
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Verb Property (Access)
+# BoundObjectFrame.Verb property (Access)
You can use the **Verb** property to specify the operation to perform when an OLE object is activated, which is permitted when the control's **Action** property is set to **acOLEActivate**. Read/write **Long**.
## Syntax
- _expression_. `Verb`
+_expression_. `Verb`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.VerticalAnchor.md b/api/Access.BoundObjectFrame.VerticalAnchor.md
index b990305eb8f..4eb4fa1f5f4 100644
--- a/api/Access.BoundObjectFrame.VerticalAnchor.md
+++ b/api/Access.BoundObjectFrame.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.VerticalAnchor Property (Access)
+title: BoundObjectFrame.VerticalAnchor property (Access)
keywords: vbaac10.chm11009
f1_keywords:
- vbaac10.chm11009
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.VerticalAnchor Property (Access)
+# BoundObjectFrame.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified object frame is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. **VerticalAnchor**
+_expression_. **VerticalAnchor**
- _expression_. A variable that represents a **BoundObjectFrame** object.
+_expression_. A variable that represents a **BoundObjectFrame** object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Visible.md b/api/Access.BoundObjectFrame.Visible.md
index e91426029b6..2825a574c22 100644
--- a/api/Access.BoundObjectFrame.Visible.md
+++ b/api/Access.BoundObjectFrame.Visible.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Visible Property (Access)
+title: BoundObjectFrame.Visible property (Access)
keywords: vbaac10.chm10921
f1_keywords:
- vbaac10.chm10921
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Visible Property (Access)
+# BoundObjectFrame.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.Width.md b/api/Access.BoundObjectFrame.Width.md
index 8ea4cd23d60..fd9a8df7712 100644
--- a/api/Access.BoundObjectFrame.Width.md
+++ b/api/Access.BoundObjectFrame.Width.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame.Width Property (Access)
+title: BoundObjectFrame.Width property (Access)
keywords: vbaac10.chm10929
f1_keywords:
- vbaac10.chm10929
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame.Width Property (Access)
+# BoundObjectFrame.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
+_expression_ A variable that represents a [BoundObjectFrame](Access.BoundObjectFrame.md) object.
## Remarks
diff --git a/api/Access.BoundObjectFrame.md b/api/Access.BoundObjectFrame.md
index ff3d03f0e45..d1af59f5037 100644
--- a/api/Access.BoundObjectFrame.md
+++ b/api/Access.BoundObjectFrame.md
@@ -1,5 +1,5 @@
---
-title: BoundObjectFrame Object (Access)
+title: BoundObjectFrame object (Access)
keywords: vbaac10.chm11026
f1_keywords:
- vbaac10.chm11026
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# BoundObjectFrame Object (Access)
+# BoundObjectFrame object (Access)
A bound object frame object displays a picture, chart, or any OLE object stored in a table in a Microsoft Access database. For example, if you store pictures of your employees in a table in Microsoft Access, you can use a bound object frame to display these pictures on a form or report.
diff --git a/api/Access.CheckBox.AddColon.md b/api/Access.CheckBox.AddColon.md
index 91ff5a5edbc..35138066448 100644
--- a/api/Access.CheckBox.AddColon.md
+++ b/api/Access.CheckBox.AddColon.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.AddColon Property (Access)
+title: CheckBox.AddColon property (Access)
keywords: vbaac10.chm10726
f1_keywords:
- vbaac10.chm10726
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.AddColon Property (Access)
+# CheckBox.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## See also
diff --git a/api/Access.CheckBox.AfterUpdate(even).md b/api/Access.CheckBox.AfterUpdate(even).md
index 98372b9262a..e2e41992008 100644
--- a/api/Access.CheckBox.AfterUpdate(even).md
+++ b/api/Access.CheckBox.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: CheckBox.AfterUpdate Event (Access)
+title: CheckBox.AfterUpdate event (Access)
keywords: vbaac10.chm14121
f1_keywords:
- vbaac10.chm14121
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.AfterUpdate Event (Access)
+# CheckBox.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.AfterUpdate(property).md b/api/Access.CheckBox.AfterUpdate(property).md
index a508d4df143..a6c4c1ec21e 100644
--- a/api/Access.CheckBox.AfterUpdate(property).md
+++ b/api/Access.CheckBox.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: CheckBox.AfterUpdate Property (Access)
+title: CheckBox.AfterUpdate property (Access)
keywords: vbaac10.chm10736
f1_keywords:
- vbaac10.chm10736
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.AfterUpdate Property (Access)
+# CheckBox.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Application.md b/api/Access.CheckBox.Application.md
index a3a2469ea12..93779c23b81 100644
--- a/api/Access.CheckBox.Application.md
+++ b/api/Access.CheckBox.Application.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Application Property (Access)
+title: CheckBox.Application property (Access)
keywords: vbaac10.chm10682
f1_keywords:
- vbaac10.chm10682
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Application Property (Access)
+# CheckBox.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.AutoLabel.md b/api/Access.CheckBox.AutoLabel.md
index 6b0f4542c1b..403bb26fb5e 100644
--- a/api/Access.CheckBox.AutoLabel.md
+++ b/api/Access.CheckBox.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.AutoLabel Property (Access)
+title: CheckBox.AutoLabel property (Access)
keywords: vbaac10.chm10725
f1_keywords:
- vbaac10.chm10725
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.AutoLabel Property (Access)
+# CheckBox.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## See also
diff --git a/api/Access.CheckBox.BeforeUpdate(even).md b/api/Access.CheckBox.BeforeUpdate(even).md
index 3213d651f17..cc6d985935f 100644
--- a/api/Access.CheckBox.BeforeUpdate(even).md
+++ b/api/Access.CheckBox.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: CheckBox.BeforeUpdate Event (Access)
+title: CheckBox.BeforeUpdate event (Access)
keywords: vbaac10.chm14120
f1_keywords:
- vbaac10.chm14120
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.BeforeUpdate Event (Access)
+# CheckBox.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_` )
+_expression_. `BeforeUpdate`( ` _Cancel_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
diff --git a/api/Access.CheckBox.BeforeUpdate(property).md b/api/Access.CheckBox.BeforeUpdate(property).md
index cae36325b42..e93ae788219 100644
--- a/api/Access.CheckBox.BeforeUpdate(property).md
+++ b/api/Access.CheckBox.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: CheckBox.BeforeUpdate Property (Access)
+title: CheckBox.BeforeUpdate property (Access)
keywords: vbaac10.chm10735
f1_keywords:
- vbaac10.chm10735
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.BeforeUpdate Property (Access)
+# CheckBox.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.BorderColor.md b/api/Access.CheckBox.BorderColor.md
index 6cb36e7bb94..979696d9fa8 100644
--- a/api/Access.CheckBox.BorderColor.md
+++ b/api/Access.CheckBox.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.BorderColor Property (Access)
+title: CheckBox.BorderColor property (Access)
keywords: vbaac10.chm10718
f1_keywords:
- vbaac10.chm10718
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.BorderColor Property (Access)
+# CheckBox.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.BorderShade.md b/api/Access.CheckBox.BorderShade.md
index b6c90b8a5d3..f46d6154ae7 100644
--- a/api/Access.CheckBox.BorderShade.md
+++ b/api/Access.CheckBox.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.BorderShade Property (Access)
+title: CheckBox.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.BorderShade Property (Access)
+# CheckBox.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a '[CheckBox](Access.CheckBox.md)' object.
+_expression_ A variable that represents a '[CheckBox](Access.CheckBox.md)' object.
## Remarks
diff --git a/api/Access.CheckBox.BorderStyle.md b/api/Access.CheckBox.BorderStyle.md
index ab3de45a8c0..9ff1d8315cf 100644
--- a/api/Access.CheckBox.BorderStyle.md
+++ b/api/Access.CheckBox.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.BorderStyle Property (Access)
+title: CheckBox.BorderStyle property (Access)
keywords: vbaac10.chm10714
f1_keywords:
- vbaac10.chm10714
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.BorderStyle Property (Access)
+# CheckBox.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.BorderThemeColorIndex.md b/api/Access.CheckBox.BorderThemeColorIndex.md
index 93d9650ce46..143ef36d68f 100644
--- a/api/Access.CheckBox.BorderThemeColorIndex.md
+++ b/api/Access.CheckBox.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.BorderThemeColorIndex Property (Access)
+title: CheckBox.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.BorderThemeColorIndex Property (Access)
+# CheckBox.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a '[CheckBox](Access.CheckBox.md)' object.
+_expression_ A variable that represents a '[CheckBox](Access.CheckBox.md)' object.
## Remarks
diff --git a/api/Access.CheckBox.BorderTint.md b/api/Access.CheckBox.BorderTint.md
index 401165a091c..c0515e50c9a 100644
--- a/api/Access.CheckBox.BorderTint.md
+++ b/api/Access.CheckBox.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.BorderTint Property (Access)
+title: CheckBox.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.BorderTint Property (Access)
+# CheckBox.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.BorderWidth.md b/api/Access.CheckBox.BorderWidth.md
index 5801a81a9b2..d4be42f9ac0 100644
--- a/api/Access.CheckBox.BorderWidth.md
+++ b/api/Access.CheckBox.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.BorderWidth Property (Access)
+title: CheckBox.BorderWidth property (Access)
keywords: vbaac10.chm10716
f1_keywords:
- vbaac10.chm10716
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.BorderWidth Property (Access)
+# CheckBox.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.BottomPadding.md b/api/Access.CheckBox.BottomPadding.md
index e6c075f25bc..9d682163b9f 100644
--- a/api/Access.CheckBox.BottomPadding.md
+++ b/api/Access.CheckBox.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.BottomPadding Property (Access)
+title: CheckBox.BottomPadding property (Access)
keywords: vbaac10.chm10771
f1_keywords:
- vbaac10.chm10771
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.BottomPadding Property (Access)
+# CheckBox.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the check box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## See also
diff --git a/api/Access.CheckBox.Click.md b/api/Access.CheckBox.Click.md
index f1d12be0098..ecd107be028 100644
--- a/api/Access.CheckBox.Click.md
+++ b/api/Access.CheckBox.Click.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Click Event (Access)
+title: CheckBox.Click event (Access)
keywords: vbaac10.chm14119
f1_keywords:
- vbaac10.chm14119
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Click Event (Access)
+# CheckBox.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.ColumnHidden.md b/api/Access.CheckBox.ColumnHidden.md
index efdc2bcb3c6..b82fadf1a95 100644
--- a/api/Access.CheckBox.ColumnHidden.md
+++ b/api/Access.CheckBox.ColumnHidden.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ColumnHidden Property (Access)
+title: CheckBox.ColumnHidden property (Access)
keywords: vbaac10.chm10724
f1_keywords:
- vbaac10.chm10724
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ColumnHidden Property (Access)
+# CheckBox.ColumnHidden property (Access)
You can use the **ColumnHidden** property to show or hide a specified column in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHidden`
+_expression_. `ColumnHidden`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.ColumnOrder.md b/api/Access.CheckBox.ColumnOrder.md
index 666ce07f7f1..8965333ef02 100644
--- a/api/Access.CheckBox.ColumnOrder.md
+++ b/api/Access.CheckBox.ColumnOrder.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ColumnOrder Property (Access)
+title: CheckBox.ColumnOrder property (Access)
keywords: vbaac10.chm10723
f1_keywords:
- vbaac10.chm10723
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ColumnOrder Property (Access)
+# CheckBox.ColumnOrder property (Access)
You can use the **ColumnOrder** property to specify the order of the columns in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnOrder`
+_expression_. `ColumnOrder`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.ColumnWidth.md b/api/Access.CheckBox.ColumnWidth.md
index cbd21d04ff8..23aa95fe72b 100644
--- a/api/Access.CheckBox.ColumnWidth.md
+++ b/api/Access.CheckBox.ColumnWidth.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ColumnWidth Property (Access)
+title: CheckBox.ColumnWidth property (Access)
keywords: vbaac10.chm10722
f1_keywords:
- vbaac10.chm10722
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ColumnWidth Property (Access)
+# CheckBox.ColumnWidth property (Access)
You can use the **ColumnWidth** property to specify the width of a column in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnWidth`
+_expression_. `ColumnWidth`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.ControlSource.md b/api/Access.CheckBox.ControlSource.md
index c7e6b4cd8ea..4b5e254d699 100644
--- a/api/Access.CheckBox.ControlSource.md
+++ b/api/Access.CheckBox.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ControlSource Property (Access)
+title: CheckBox.ControlSource property (Access)
keywords: vbaac10.chm10696
f1_keywords:
- vbaac10.chm10696
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ControlSource Property (Access)
+# CheckBox.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.ControlTipText.md b/api/Access.CheckBox.ControlTipText.md
index d22d628755b..0d8c639b473 100644
--- a/api/Access.CheckBox.ControlTipText.md
+++ b/api/Access.CheckBox.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ControlTipText Property (Access)
+title: CheckBox.ControlTipText property (Access)
keywords: vbaac10.chm10720
f1_keywords:
- vbaac10.chm10720
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ControlTipText Property (Access)
+# CheckBox.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.ControlType.md b/api/Access.CheckBox.ControlType.md
index 5f1bd7a02f9..e78950a39e4 100644
--- a/api/Access.CheckBox.ControlType.md
+++ b/api/Access.CheckBox.ControlType.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ControlType Property (Access)
+title: CheckBox.ControlType property (Access)
keywords: vbaac10.chm10694
f1_keywords:
- vbaac10.chm10694
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ControlType Property (Access)
+# CheckBox.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Controls.md b/api/Access.CheckBox.Controls.md
index 4022f5e1e4b..89253e3c329 100644
--- a/api/Access.CheckBox.Controls.md
+++ b/api/Access.CheckBox.Controls.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Controls Property (Access)
+title: CheckBox.Controls property (Access)
keywords: vbaac10.chm10690
f1_keywords:
- vbaac10.chm10690
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Controls Property (Access)
+# CheckBox.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.DblClick.md b/api/Access.CheckBox.DblClick.md
index 35b372b71af..9bfbc17bac3 100644
--- a/api/Access.CheckBox.DblClick.md
+++ b/api/Access.CheckBox.DblClick.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.DblClick Event (Access)
+title: CheckBox.DblClick event (Access)
keywords: vbaac10.chm14126
f1_keywords:
- vbaac10.chm14126
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.DblClick Event (Access)
+# CheckBox.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.CheckBox.DefaultValue.md b/api/Access.CheckBox.DefaultValue.md
index 0b723802a17..637ed7ba8ef 100644
--- a/api/Access.CheckBox.DefaultValue.md
+++ b/api/Access.CheckBox.DefaultValue.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.DefaultValue Property (Access)
+title: CheckBox.DefaultValue property (Access)
keywords: vbaac10.chm10697
f1_keywords:
- vbaac10.chm10697
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.DefaultValue Property (Access)
+# CheckBox.DefaultValue property (Access)
Specifies a value that is automatically entered in a field when a new record is created. For example, in an Addresses table you can set the default value for the City field to New York. When users add a record to the table, they can either accept this value or enter the name of a different city. Read/write **String**.
## Syntax
- _expression_. `DefaultValue`
+_expression_. `DefaultValue`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.DisplayWhen.md b/api/Access.CheckBox.DisplayWhen.md
index b71564c7d67..b8be1022466 100644
--- a/api/Access.CheckBox.DisplayWhen.md
+++ b/api/Access.CheckBox.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.DisplayWhen Property (Access)
+title: CheckBox.DisplayWhen property (Access)
keywords: vbaac10.chm10702
f1_keywords:
- vbaac10.chm10702
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.DisplayWhen Property (Access)
+# CheckBox.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Enabled.md b/api/Access.CheckBox.Enabled.md
index 54054b3fc2f..5e061e82736 100644
--- a/api/Access.CheckBox.Enabled.md
+++ b/api/Access.CheckBox.Enabled.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Enabled Property (Access)
+title: CheckBox.Enabled property (Access)
keywords: vbaac10.chm10703
f1_keywords:
- vbaac10.chm10703
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Enabled Property (Access)
+# CheckBox.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Enter.md b/api/Access.CheckBox.Enter.md
index 983b226fb96..a2ee6d9def7 100644
--- a/api/Access.CheckBox.Enter.md
+++ b/api/Access.CheckBox.Enter.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Enter Event (Access)
+title: CheckBox.Enter event (Access)
keywords: vbaac10.chm14122
f1_keywords:
- vbaac10.chm14122
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Enter Event (Access)
+# CheckBox.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.EventProcPrefix.md b/api/Access.CheckBox.EventProcPrefix.md
index 7d53a47202c..adf0b471c3e 100644
--- a/api/Access.CheckBox.EventProcPrefix.md
+++ b/api/Access.CheckBox.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.EventProcPrefix Property (Access)
+title: CheckBox.EventProcPrefix property (Access)
keywords: vbaac10.chm10692
f1_keywords:
- vbaac10.chm10692
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.EventProcPrefix Property (Access)
+# CheckBox.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Exit.md b/api/Access.CheckBox.Exit.md
index 613df5a336f..54d8d266b45 100644
--- a/api/Access.CheckBox.Exit.md
+++ b/api/Access.CheckBox.Exit.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Exit Event (Access)
+title: CheckBox.Exit event (Access)
keywords: vbaac10.chm14123
f1_keywords:
- vbaac10.chm14123
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.Exit Event (Access)
+# CheckBox.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.CheckBox.GotFocus.md b/api/Access.CheckBox.GotFocus.md
index 84ac60ec093..6272694da6f 100644
--- a/api/Access.CheckBox.GotFocus.md
+++ b/api/Access.CheckBox.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GotFocus Event (Access)
+title: CheckBox.GotFocus event (Access)
keywords: vbaac10.chm14124
f1_keywords:
- vbaac10.chm14124
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GotFocus Event (Access)
+# CheckBox.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineColor.md b/api/Access.CheckBox.GridlineColor.md
index c07b135bbf3..46914ca9892 100644
--- a/api/Access.CheckBox.GridlineColor.md
+++ b/api/Access.CheckBox.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineColor Property (Access)
+title: CheckBox.GridlineColor property (Access)
keywords: vbaac10.chm10780
f1_keywords:
- vbaac10.chm10780
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineColor Property (Access)
+# CheckBox.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified check box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineShade.md b/api/Access.CheckBox.GridlineShade.md
index d0c5f465982..f4666b91aa4 100644
--- a/api/Access.CheckBox.GridlineShade.md
+++ b/api/Access.CheckBox.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineShade Property (Access)
+title: CheckBox.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineShade Property (Access)
+# CheckBox.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents an [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineStyleBottom.md b/api/Access.CheckBox.GridlineStyleBottom.md
index 0bb6a0dc213..74bf5a71eac 100644
--- a/api/Access.CheckBox.GridlineStyleBottom.md
+++ b/api/Access.CheckBox.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineStyleBottom Property (Access)
+title: CheckBox.GridlineStyleBottom property (Access)
keywords: vbaac10.chm10775
f1_keywords:
- vbaac10.chm10775
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineStyleBottom Property (Access)
+# CheckBox.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified check box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineStyleLeft.md b/api/Access.CheckBox.GridlineStyleLeft.md
index 141098d5786..d796bcddd83 100644
--- a/api/Access.CheckBox.GridlineStyleLeft.md
+++ b/api/Access.CheckBox.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineStyleLeft Property (Access)
+title: CheckBox.GridlineStyleLeft property (Access)
keywords: vbaac10.chm10772
f1_keywords:
- vbaac10.chm10772
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineStyleLeft Property (Access)
+# CheckBox.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified check box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineStyleRight.md b/api/Access.CheckBox.GridlineStyleRight.md
index ee2bb299af1..7d3abd0a99e 100644
--- a/api/Access.CheckBox.GridlineStyleRight.md
+++ b/api/Access.CheckBox.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineStyleRight Property (Access)
+title: CheckBox.GridlineStyleRight property (Access)
keywords: vbaac10.chm10774
f1_keywords:
- vbaac10.chm10774
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineStyleRight Property (Access)
+# CheckBox.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified check box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineStyleTop.md b/api/Access.CheckBox.GridlineStyleTop.md
index 2503728bfe3..c1755e3a1cc 100644
--- a/api/Access.CheckBox.GridlineStyleTop.md
+++ b/api/Access.CheckBox.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineStyleTop Property (Access)
+title: CheckBox.GridlineStyleTop property (Access)
keywords: vbaac10.chm10773
f1_keywords:
- vbaac10.chm10773
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineStyleTop Property (Access)
+# CheckBox.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified check box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineThemeColorIndex.md b/api/Access.CheckBox.GridlineThemeColorIndex.md
index 333273a81b7..7ee34475b74 100644
--- a/api/Access.CheckBox.GridlineThemeColorIndex.md
+++ b/api/Access.CheckBox.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineThemeColorIndex Property (Access)
+title: CheckBox.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineThemeColorIndex Property (Access)
+# CheckBox.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineTint.md b/api/Access.CheckBox.GridlineTint.md
index 054373bb25e..d74fba91c0e 100644
--- a/api/Access.CheckBox.GridlineTint.md
+++ b/api/Access.CheckBox.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineTint Property (Access)
+title: CheckBox.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineTint Property (Access)
+# CheckBox.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineWidthBottom.md b/api/Access.CheckBox.GridlineWidthBottom.md
index 98e6219dff7..e8a9ffa49dc 100644
--- a/api/Access.CheckBox.GridlineWidthBottom.md
+++ b/api/Access.CheckBox.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineWidthBottom Property (Access)
+title: CheckBox.GridlineWidthBottom property (Access)
keywords: vbaac10.chm10779
f1_keywords:
- vbaac10.chm10779
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineWidthBottom Property (Access)
+# CheckBox.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified check box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineWidthLeft.md b/api/Access.CheckBox.GridlineWidthLeft.md
index 616a271f829..99cea8eb224 100644
--- a/api/Access.CheckBox.GridlineWidthLeft.md
+++ b/api/Access.CheckBox.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineWidthLeft Property (Access)
+title: CheckBox.GridlineWidthLeft property (Access)
keywords: vbaac10.chm10776
f1_keywords:
- vbaac10.chm10776
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineWidthLeft Property (Access)
+# CheckBox.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified check box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineWidthRight.md b/api/Access.CheckBox.GridlineWidthRight.md
index 724f6f3e420..b6e3a0e3ead 100644
--- a/api/Access.CheckBox.GridlineWidthRight.md
+++ b/api/Access.CheckBox.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineWidthRight Property (Access)
+title: CheckBox.GridlineWidthRight property (Access)
keywords: vbaac10.chm10778
f1_keywords:
- vbaac10.chm10778
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineWidthRight Property (Access)
+# CheckBox.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified check box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.GridlineWidthTop.md b/api/Access.CheckBox.GridlineWidthTop.md
index 97945189b7e..958bc1da8a2 100644
--- a/api/Access.CheckBox.GridlineWidthTop.md
+++ b/api/Access.CheckBox.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.GridlineWidthTop Property (Access)
+title: CheckBox.GridlineWidthTop property (Access)
keywords: vbaac10.chm10777
f1_keywords:
- vbaac10.chm10777
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.GridlineWidthTop Property (Access)
+# CheckBox.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified check box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Height.md b/api/Access.CheckBox.Height.md
index d02cb0382e5..b02ed318e6b 100644
--- a/api/Access.CheckBox.Height.md
+++ b/api/Access.CheckBox.Height.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Height Property (Access)
+title: CheckBox.Height property (Access)
keywords: vbaac10.chm10712
f1_keywords:
- vbaac10.chm10712
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Height Property (Access)
+# CheckBox.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.HelpContextId.md b/api/Access.CheckBox.HelpContextId.md
index 0f22cb1ba27..c70b01c0f9c 100644
--- a/api/Access.CheckBox.HelpContextId.md
+++ b/api/Access.CheckBox.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.HelpContextId Property (Access)
+title: CheckBox.HelpContextId property (Access)
keywords: vbaac10.chm10721
f1_keywords:
- vbaac10.chm10721
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.HelpContextId Property (Access)
+# CheckBox.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.HideDuplicates.md b/api/Access.CheckBox.HideDuplicates.md
index 90ff58e2d6b..838e1894561 100644
--- a/api/Access.CheckBox.HideDuplicates.md
+++ b/api/Access.CheckBox.HideDuplicates.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.HideDuplicates Property (Access)
+title: CheckBox.HideDuplicates property (Access)
keywords: vbaac10.chm10708
f1_keywords:
- vbaac10.chm10708
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.HideDuplicates Property (Access)
+# CheckBox.HideDuplicates property (Access)
You can use the **HideDuplicates** property to hide a control on a report when its value is the same as in the preceding record. Read/write **Boolean**.
## Syntax
- _expression_. `HideDuplicates`
+_expression_. `HideDuplicates`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.HorizontalAnchor.md b/api/Access.CheckBox.HorizontalAnchor.md
index 1144af1ccf6..58edb89bf50 100644
--- a/api/Access.CheckBox.HorizontalAnchor.md
+++ b/api/Access.CheckBox.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.HorizontalAnchor Property (Access)
+title: CheckBox.HorizontalAnchor property (Access)
keywords: vbaac10.chm10781
f1_keywords:
- vbaac10.chm10781
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.HorizontalAnchor Property (Access)
+# CheckBox.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the check box is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.InSelection.md b/api/Access.CheckBox.InSelection.md
index a6529aa9b66..205e175caf2 100644
--- a/api/Access.CheckBox.InSelection.md
+++ b/api/Access.CheckBox.InSelection.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.InSelection Property (Access)
+title: CheckBox.InSelection property (Access)
keywords: vbaac10.chm10734
f1_keywords:
- vbaac10.chm10734
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.InSelection Property (Access)
+# CheckBox.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.IsVisible.md b/api/Access.CheckBox.IsVisible.md
index dc2556523a0..eebb0d7a89a 100644
--- a/api/Access.CheckBox.IsVisible.md
+++ b/api/Access.CheckBox.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.IsVisible Property (Access)
+title: CheckBox.IsVisible property (Access)
keywords: vbaac10.chm10733
f1_keywords:
- vbaac10.chm10733
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.IsVisible Property (Access)
+# CheckBox.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.KeyDown.md b/api/Access.CheckBox.KeyDown.md
index 79cf4b81817..4990efb8ad5 100644
--- a/api/Access.CheckBox.KeyDown.md
+++ b/api/Access.CheckBox.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.KeyDown Event (Access)
+title: CheckBox.KeyDown event (Access)
keywords: vbaac10.chm14130
f1_keywords:
- vbaac10.chm14130
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.KeyDown Event (Access)
+# CheckBox.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.CheckBox.KeyPress.md b/api/Access.CheckBox.KeyPress.md
index 83efcc63dd0..434e79bab2f 100644
--- a/api/Access.CheckBox.KeyPress.md
+++ b/api/Access.CheckBox.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.KeyPress Event (Access)
+title: CheckBox.KeyPress event (Access)
keywords: vbaac10.chm14131
f1_keywords:
- vbaac10.chm14131
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.KeyPress Event (Access)
+# CheckBox.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_` )
+_expression_. `KeyPress`( ` _KeyAscii_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.CheckBox.KeyUp.md b/api/Access.CheckBox.KeyUp.md
index 9a3a0f76eff..642189e343d 100644
--- a/api/Access.CheckBox.KeyUp.md
+++ b/api/Access.CheckBox.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.KeyUp Event (Access)
+title: CheckBox.KeyUp event (Access)
keywords: vbaac10.chm14132
f1_keywords:
- vbaac10.chm14132
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.KeyUp Event (Access)
+# CheckBox.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.CheckBox.LabelAlign.md b/api/Access.CheckBox.LabelAlign.md
index 60cb6814427..633c1766018 100644
--- a/api/Access.CheckBox.LabelAlign.md
+++ b/api/Access.CheckBox.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.LabelAlign Property (Access)
+title: CheckBox.LabelAlign property (Access)
keywords: vbaac10.chm10729
f1_keywords:
- vbaac10.chm10729
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.LabelAlign Property (Access)
+# CheckBox.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.LabelX.md b/api/Access.CheckBox.LabelX.md
index 65f444f82ec..7148c89f0de 100644
--- a/api/Access.CheckBox.LabelX.md
+++ b/api/Access.CheckBox.LabelX.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.LabelX Property (Access)
+title: CheckBox.LabelX property (Access)
keywords: vbaac10.chm10727
f1_keywords:
- vbaac10.chm10727
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CheckBox.LabelX Property (Access)
+# CheckBox.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.LabelY.md b/api/Access.CheckBox.LabelY.md
index 1e0f875ab68..198986beb70 100644
--- a/api/Access.CheckBox.LabelY.md
+++ b/api/Access.CheckBox.LabelY.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.LabelY Property (Access)
+title: CheckBox.LabelY property (Access)
keywords: vbaac10.chm10728
f1_keywords:
- vbaac10.chm10728
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CheckBox.LabelY Property (Access)
+# CheckBox.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Layout.md b/api/Access.CheckBox.Layout.md
index 6076e257027..69f995faf9b 100644
--- a/api/Access.CheckBox.Layout.md
+++ b/api/Access.CheckBox.Layout.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Layout Property (Access)
+title: CheckBox.Layout property (Access)
keywords: vbaac10.chm10767
f1_keywords:
- vbaac10.chm10767
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Layout Property (Access)
+# CheckBox.Layout property (Access)
Returns the type of layout for the specified check box. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## See also
diff --git a/api/Access.CheckBox.LayoutID.md b/api/Access.CheckBox.LayoutID.md
index af06963bc8c..9e5e9b46819 100644
--- a/api/Access.CheckBox.LayoutID.md
+++ b/api/Access.CheckBox.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.LayoutID Property (Access)
+title: CheckBox.LayoutID property (Access)
keywords: vbaac10.chm10783
f1_keywords:
- vbaac10.chm10783
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.LayoutID Property (Access)
+# CheckBox.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified check box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Left.md b/api/Access.CheckBox.Left.md
index 11e7dc144b6..9ba2d809ea2 100644
--- a/api/Access.CheckBox.Left.md
+++ b/api/Access.CheckBox.Left.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Left Property (Access)
+title: CheckBox.Left property (Access)
keywords: vbaac10.chm10709
f1_keywords:
- vbaac10.chm10709
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Left Property (Access)
+# CheckBox.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.LeftPadding.md b/api/Access.CheckBox.LeftPadding.md
index 30efed6a3fc..c2a60cb1e54 100644
--- a/api/Access.CheckBox.LeftPadding.md
+++ b/api/Access.CheckBox.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.LeftPadding Property (Access)
+title: CheckBox.LeftPadding property (Access)
keywords: vbaac10.chm10768
f1_keywords:
- vbaac10.chm10768
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.LeftPadding Property (Access)
+# CheckBox.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the check box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## See also
diff --git a/api/Access.CheckBox.Locked.md b/api/Access.CheckBox.Locked.md
index 1f265783701..711ebfdab08 100644
--- a/api/Access.CheckBox.Locked.md
+++ b/api/Access.CheckBox.Locked.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Locked Property (Access)
+title: CheckBox.Locked property (Access)
keywords: vbaac10.chm10704
f1_keywords:
- vbaac10.chm10704
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Locked Property (Access)
+# CheckBox.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.LostFocus.md b/api/Access.CheckBox.LostFocus.md
index c4cf6763c00..1b35ccf9cb5 100644
--- a/api/Access.CheckBox.LostFocus.md
+++ b/api/Access.CheckBox.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.LostFocus Event (Access)
+title: CheckBox.LostFocus event (Access)
keywords: vbaac10.chm14125
f1_keywords:
- vbaac10.chm14125
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.LostFocus Event (Access)
+# CheckBox.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.MouseDown.md b/api/Access.CheckBox.MouseDown.md
index d161851c638..4e0232eb55b 100644
--- a/api/Access.CheckBox.MouseDown.md
+++ b/api/Access.CheckBox.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.MouseDown Event (Access)
+title: CheckBox.MouseDown event (Access)
keywords: vbaac10.chm14127
f1_keywords:
- vbaac10.chm14127
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.MouseDown Event (Access)
+# CheckBox.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.CheckBox.MouseMove.md b/api/Access.CheckBox.MouseMove.md
index 245012ead77..e9a69fdff27 100644
--- a/api/Access.CheckBox.MouseMove.md
+++ b/api/Access.CheckBox.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.MouseMove Event (Access)
+title: CheckBox.MouseMove event (Access)
keywords: vbaac10.chm14128
f1_keywords:
- vbaac10.chm14128
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.MouseMove Event (Access)
+# CheckBox.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.CheckBox.MouseUp.md b/api/Access.CheckBox.MouseUp.md
index d2e67e990b0..12e513eb077 100644
--- a/api/Access.CheckBox.MouseUp.md
+++ b/api/Access.CheckBox.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.MouseUp Event (Access)
+title: CheckBox.MouseUp event (Access)
keywords: vbaac10.chm14129
f1_keywords:
- vbaac10.chm14129
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.MouseUp Event (Access)
+# CheckBox.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.CheckBox.Move.md b/api/Access.CheckBox.Move.md
index b42b368ccc0..86ef891eb10 100644
--- a/api/Access.CheckBox.Move.md
+++ b/api/Access.CheckBox.Move.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Move Method (Access)
+title: CheckBox.Move method (Access)
keywords: vbaac10.chm10751
f1_keywords:
- vbaac10.chm10751
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CheckBox.Move Method (Access)
+# CheckBox.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.CheckBox.Name.md b/api/Access.CheckBox.Name.md
index 9921de54881..30b89e55c73 100644
--- a/api/Access.CheckBox.Name.md
+++ b/api/Access.CheckBox.Name.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Name Property (Access)
+title: CheckBox.Name property (Access)
keywords: vbaac10.chm10750
f1_keywords:
- vbaac10.chm10750
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Name Property (Access)
+# CheckBox.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.OldBorderStyle.md b/api/Access.CheckBox.OldBorderStyle.md
index 693caa25b17..534bfff2588 100644
--- a/api/Access.CheckBox.OldBorderStyle.md
+++ b/api/Access.CheckBox.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OldBorderStyle Property (Access)
+title: CheckBox.OldBorderStyle property (Access)
keywords: vbaac10.chm10715
f1_keywords:
- vbaac10.chm10715
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OldBorderStyle Property (Access)
+# CheckBox.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.OldValue.md b/api/Access.CheckBox.OldValue.md
index 2564cb86931..a4124fd481e 100644
--- a/api/Access.CheckBox.OldValue.md
+++ b/api/Access.CheckBox.OldValue.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OldValue Property (Access)
+title: CheckBox.OldValue property (Access)
keywords: vbaac10.chm10685
f1_keywords:
- vbaac10.chm10685
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OldValue Property (Access)
+# CheckBox.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.OnClick.md b/api/Access.CheckBox.OnClick.md
index e15440f0de3..580f080b812 100644
--- a/api/Access.CheckBox.OnClick.md
+++ b/api/Access.CheckBox.OnClick.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnClick Property (Access)
+title: CheckBox.OnClick property (Access)
keywords: vbaac10.chm10741
f1_keywords:
- vbaac10.chm10741
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnClick Property (Access)
+# CheckBox.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnDblClick.md b/api/Access.CheckBox.OnDblClick.md
index 25a378640c7..071f03fed32 100644
--- a/api/Access.CheckBox.OnDblClick.md
+++ b/api/Access.CheckBox.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnDblClick Property (Access)
+title: CheckBox.OnDblClick property (Access)
keywords: vbaac10.chm10742
f1_keywords:
- vbaac10.chm10742
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnDblClick Property (Access)
+# CheckBox.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnEnter.md b/api/Access.CheckBox.OnEnter.md
index cf60b42a1b6..65571aad001 100644
--- a/api/Access.CheckBox.OnEnter.md
+++ b/api/Access.CheckBox.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnEnter Property (Access)
+title: CheckBox.OnEnter property (Access)
keywords: vbaac10.chm10737
f1_keywords:
- vbaac10.chm10737
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnEnter Property (Access)
+# CheckBox.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnExit.md b/api/Access.CheckBox.OnExit.md
index c76399fcb33..acd59c5e727 100644
--- a/api/Access.CheckBox.OnExit.md
+++ b/api/Access.CheckBox.OnExit.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnExit Property (Access)
+title: CheckBox.OnExit property (Access)
keywords: vbaac10.chm10738
f1_keywords:
- vbaac10.chm10738
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnExit Property (Access)
+# CheckBox.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnGotFocus.md b/api/Access.CheckBox.OnGotFocus.md
index e22da7bd42f..29edea52f0f 100644
--- a/api/Access.CheckBox.OnGotFocus.md
+++ b/api/Access.CheckBox.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnGotFocus Property (Access)
+title: CheckBox.OnGotFocus property (Access)
keywords: vbaac10.chm10739
f1_keywords:
- vbaac10.chm10739
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnGotFocus Property (Access)
+# CheckBox.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnKeyDown.md b/api/Access.CheckBox.OnKeyDown.md
index 669bde2f81a..17d125cf9b2 100644
--- a/api/Access.CheckBox.OnKeyDown.md
+++ b/api/Access.CheckBox.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnKeyDown Property (Access)
+title: CheckBox.OnKeyDown property (Access)
keywords: vbaac10.chm10746
f1_keywords:
- vbaac10.chm10746
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnKeyDown Property (Access)
+# CheckBox.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnKeyPress.md b/api/Access.CheckBox.OnKeyPress.md
index ffdc7fb0a07..0fff4d98fb9 100644
--- a/api/Access.CheckBox.OnKeyPress.md
+++ b/api/Access.CheckBox.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnKeyPress Property (Access)
+title: CheckBox.OnKeyPress property (Access)
keywords: vbaac10.chm10748
f1_keywords:
- vbaac10.chm10748
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnKeyPress Property (Access)
+# CheckBox.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnKeyUp.md b/api/Access.CheckBox.OnKeyUp.md
index 2e58110584a..dadd3f102c9 100644
--- a/api/Access.CheckBox.OnKeyUp.md
+++ b/api/Access.CheckBox.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnKeyUp Property (Access)
+title: CheckBox.OnKeyUp property (Access)
keywords: vbaac10.chm10747
f1_keywords:
- vbaac10.chm10747
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnKeyUp Property (Access)
+# CheckBox.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnLostFocus.md b/api/Access.CheckBox.OnLostFocus.md
index b0df2788445..b1d1bb247b7 100644
--- a/api/Access.CheckBox.OnLostFocus.md
+++ b/api/Access.CheckBox.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnLostFocus Property (Access)
+title: CheckBox.OnLostFocus property (Access)
keywords: vbaac10.chm10740
f1_keywords:
- vbaac10.chm10740
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnLostFocus Property (Access)
+# CheckBox.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnMouseDown.md b/api/Access.CheckBox.OnMouseDown.md
index 849ed6d06bd..dd15e7e98bb 100644
--- a/api/Access.CheckBox.OnMouseDown.md
+++ b/api/Access.CheckBox.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnMouseDown Property (Access)
+title: CheckBox.OnMouseDown property (Access)
keywords: vbaac10.chm10743
f1_keywords:
- vbaac10.chm10743
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnMouseDown Property (Access)
+# CheckBox.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnMouseMove.md b/api/Access.CheckBox.OnMouseMove.md
index 7c7aea5fed5..a4b12d9e419 100644
--- a/api/Access.CheckBox.OnMouseMove.md
+++ b/api/Access.CheckBox.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnMouseMove Property (Access)
+title: CheckBox.OnMouseMove property (Access)
keywords: vbaac10.chm10744
f1_keywords:
- vbaac10.chm10744
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnMouseMove Property (Access)
+# CheckBox.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OnMouseUp.md b/api/Access.CheckBox.OnMouseUp.md
index 323622bef06..2a118f2f4ff 100644
--- a/api/Access.CheckBox.OnMouseUp.md
+++ b/api/Access.CheckBox.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OnMouseUp Property (Access)
+title: CheckBox.OnMouseUp property (Access)
keywords: vbaac10.chm10745
f1_keywords:
- vbaac10.chm10745
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OnMouseUp Property (Access)
+# CheckBox.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CheckBox.OptionValue.md b/api/Access.CheckBox.OptionValue.md
index c8036603d4a..959d8551087 100644
--- a/api/Access.CheckBox.OptionValue.md
+++ b/api/Access.CheckBox.OptionValue.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.OptionValue Property (Access)
+title: CheckBox.OptionValue property (Access)
keywords: vbaac10.chm10695
f1_keywords:
- vbaac10.chm10695
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.OptionValue Property (Access)
+# CheckBox.OptionValue property (Access)
Each control in an option group has a numeric value that you can set with the **OptionValue** property. Read/write **Long**.
## Syntax
- _expression_. `OptionValue`
+_expression_. `OptionValue`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Parent.md b/api/Access.CheckBox.Parent.md
index f3b67769114..2226f1f54f7 100644
--- a/api/Access.CheckBox.Parent.md
+++ b/api/Access.CheckBox.Parent.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Parent Property (Access)
+title: CheckBox.Parent property (Access)
keywords: vbaac10.chm10683
f1_keywords:
- vbaac10.chm10683
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Parent Property (Access)
+# CheckBox.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Properties.md b/api/Access.CheckBox.Properties.md
index dbac3e13a91..58a23153241 100644
--- a/api/Access.CheckBox.Properties.md
+++ b/api/Access.CheckBox.Properties.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Properties Property (Access)
+title: CheckBox.Properties property (Access)
keywords: vbaac10.chm10686
f1_keywords:
- vbaac10.chm10686
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Properties Property (Access)
+# CheckBox.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.ReadingOrder.md b/api/Access.CheckBox.ReadingOrder.md
index 0648c2441a9..82f5332943e 100644
--- a/api/Access.CheckBox.ReadingOrder.md
+++ b/api/Access.CheckBox.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ReadingOrder Property (Access)
+title: CheckBox.ReadingOrder property (Access)
keywords: vbaac10.chm10749
f1_keywords:
- vbaac10.chm10749
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ReadingOrder Property (Access)
+# CheckBox.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Requery.md b/api/Access.CheckBox.Requery.md
index 0aa721ca3c4..5545699382c 100644
--- a/api/Access.CheckBox.Requery.md
+++ b/api/Access.CheckBox.Requery.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Requery Method (Access)
+title: CheckBox.Requery method (Access)
keywords: vbaac10.chm10688
f1_keywords:
- vbaac10.chm10688
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Requery Method (Access)
+# CheckBox.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.RightPadding.md b/api/Access.CheckBox.RightPadding.md
index c09789742ad..ce501232a8e 100644
--- a/api/Access.CheckBox.RightPadding.md
+++ b/api/Access.CheckBox.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.RightPadding Property (Access)
+title: CheckBox.RightPadding property (Access)
keywords: vbaac10.chm10770
f1_keywords:
- vbaac10.chm10770
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.RightPadding Property (Access)
+# CheckBox.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the check box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## See also
diff --git a/api/Access.CheckBox.Section.md b/api/Access.CheckBox.Section.md
index e2c577e01be..9c6231ae63d 100644
--- a/api/Access.CheckBox.Section.md
+++ b/api/Access.CheckBox.Section.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Section Property (Access)
+title: CheckBox.Section property (Access)
keywords: vbaac10.chm10730
f1_keywords:
- vbaac10.chm10730
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Section Property (Access)
+# CheckBox.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.SetFocus.md b/api/Access.CheckBox.SetFocus.md
index 4864ffadf2e..19334a0a5bb 100644
--- a/api/Access.CheckBox.SetFocus.md
+++ b/api/Access.CheckBox.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.SetFocus Method (Access)
+title: CheckBox.SetFocus method (Access)
keywords: vbaac10.chm10689
f1_keywords:
- vbaac10.chm10689
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# CheckBox.SetFocus Method (Access)
+# CheckBox.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.CheckBox.ShortcutMenuBar.md b/api/Access.CheckBox.ShortcutMenuBar.md
index 1443d88b220..dd2fcb270ae 100644
--- a/api/Access.CheckBox.ShortcutMenuBar.md
+++ b/api/Access.CheckBox.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ShortcutMenuBar Property (Access)
+title: CheckBox.ShortcutMenuBar property (Access)
keywords: vbaac10.chm10719
f1_keywords:
- vbaac10.chm10719
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ShortcutMenuBar Property (Access)
+# CheckBox.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.SizeToFit.md b/api/Access.CheckBox.SizeToFit.md
index dff787a4617..8021d5f28fb 100644
--- a/api/Access.CheckBox.SizeToFit.md
+++ b/api/Access.CheckBox.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.SizeToFit Method (Access)
+title: CheckBox.SizeToFit method (Access)
keywords: vbaac10.chm10687
f1_keywords:
- vbaac10.chm10687
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.SizeToFit Method (Access)
+# CheckBox.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.SpecialEffect.md b/api/Access.CheckBox.SpecialEffect.md
index 482181cde4e..42f27ef5fc9 100644
--- a/api/Access.CheckBox.SpecialEffect.md
+++ b/api/Access.CheckBox.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.SpecialEffect Property (Access)
+title: CheckBox.SpecialEffect property (Access)
keywords: vbaac10.chm10713
f1_keywords:
- vbaac10.chm10713
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.SpecialEffect Property (Access)
+# CheckBox.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.StatusBarText.md b/api/Access.CheckBox.StatusBarText.md
index bd8a3cc7a0c..260ff0b91b9 100644
--- a/api/Access.CheckBox.StatusBarText.md
+++ b/api/Access.CheckBox.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.StatusBarText Property (Access)
+title: CheckBox.StatusBarText property (Access)
keywords: vbaac10.chm10700
f1_keywords:
- vbaac10.chm10700
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.StatusBarText Property (Access)
+# CheckBox.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.TabIndex.md b/api/Access.CheckBox.TabIndex.md
index 9fec3bb2f55..43df371ef5a 100644
--- a/api/Access.CheckBox.TabIndex.md
+++ b/api/Access.CheckBox.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.TabIndex Property (Access)
+title: CheckBox.TabIndex property (Access)
keywords: vbaac10.chm10707
f1_keywords:
- vbaac10.chm10707
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.TabIndex Property (Access)
+# CheckBox.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.TabStop.md b/api/Access.CheckBox.TabStop.md
index 8285e30a930..8b0f46a3d26 100644
--- a/api/Access.CheckBox.TabStop.md
+++ b/api/Access.CheckBox.TabStop.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.TabStop Property (Access)
+title: CheckBox.TabStop property (Access)
keywords: vbaac10.chm10706
f1_keywords:
- vbaac10.chm10706
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.TabStop Property (Access)
+# CheckBox.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Tag.md b/api/Access.CheckBox.Tag.md
index 77cbb53c993..1b09f70983c 100644
--- a/api/Access.CheckBox.Tag.md
+++ b/api/Access.CheckBox.Tag.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Tag Property (Access)
+title: CheckBox.Tag property (Access)
keywords: vbaac10.chm10732
f1_keywords:
- vbaac10.chm10732
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Tag Property (Access)
+# CheckBox.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Top.md b/api/Access.CheckBox.Top.md
index 1a6c4dce546..09a2974005b 100644
--- a/api/Access.CheckBox.Top.md
+++ b/api/Access.CheckBox.Top.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Top Property (Access)
+title: CheckBox.Top property (Access)
keywords: vbaac10.chm10710
f1_keywords:
- vbaac10.chm10710
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Top Property (Access)
+# CheckBox.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.TopPadding.md b/api/Access.CheckBox.TopPadding.md
index 4b55c8a026d..e2a6b971542 100644
--- a/api/Access.CheckBox.TopPadding.md
+++ b/api/Access.CheckBox.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.TopPadding Property (Access)
+title: CheckBox.TopPadding property (Access)
keywords: vbaac10.chm10769
f1_keywords:
- vbaac10.chm10769
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.TopPadding Property (Access)
+# CheckBox.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the check box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## See also
diff --git a/api/Access.CheckBox.TripleState.md b/api/Access.CheckBox.TripleState.md
index ba804afddff..3418effa859 100644
--- a/api/Access.CheckBox.TripleState.md
+++ b/api/Access.CheckBox.TripleState.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.TripleState Property (Access)
+title: CheckBox.TripleState property (Access)
keywords: vbaac10.chm10705
f1_keywords:
- vbaac10.chm10705
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.TripleState Property (Access)
+# CheckBox.TripleState property (Access)
You can use the **TripleState** property to specify how the specified control will display Null values. Read/write **Boolean**.
## Syntax
- _expression_. `TripleState`
+_expression_. `TripleState`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Undo.md b/api/Access.CheckBox.Undo.md
index a66801f83b6..8f6ce883116 100644
--- a/api/Access.CheckBox.Undo.md
+++ b/api/Access.CheckBox.Undo.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Undo Method (Access)
+title: CheckBox.Undo method (Access)
keywords: vbaac10.chm10684
f1_keywords:
- vbaac10.chm10684
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Undo Method (Access)
+# CheckBox.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.ValidationRule.md b/api/Access.CheckBox.ValidationRule.md
index c95711af2f2..59e33628673 100644
--- a/api/Access.CheckBox.ValidationRule.md
+++ b/api/Access.CheckBox.ValidationRule.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ValidationRule Property (Access)
+title: CheckBox.ValidationRule property (Access)
keywords: vbaac10.chm10698
f1_keywords:
- vbaac10.chm10698
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ValidationRule Property (Access)
+# CheckBox.ValidationRule property (Access)
You can use the **ValidationRule** property to specify requirements for data entered into a record, field, or control. When data is entered that violates the **ValidationRule** setting, you can use the **ValidationText** property to specify the message to be displayed to the user. Read/write **String**.
## Syntax
- _expression_. `ValidationRule`
+_expression_. `ValidationRule`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.ValidationText.md b/api/Access.CheckBox.ValidationText.md
index 48e60c0aeb9..7dc5e8c4ac2 100644
--- a/api/Access.CheckBox.ValidationText.md
+++ b/api/Access.CheckBox.ValidationText.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.ValidationText Property (Access)
+title: CheckBox.ValidationText property (Access)
keywords: vbaac10.chm10699
f1_keywords:
- vbaac10.chm10699
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.ValidationText Property (Access)
+# CheckBox.ValidationText property (Access)
Use the **ValidationText** property to specify a message to be displayed to the user when data is entered that violates a **ValidationRule** setting for a record, field, or control. Read/write **String**.
## Syntax
- _expression_. `ValidationText`
+_expression_. `ValidationText`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Value.md b/api/Access.CheckBox.Value.md
index 4751059134b..bb493059a2e 100644
--- a/api/Access.CheckBox.Value.md
+++ b/api/Access.CheckBox.Value.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Value Property (Access)
+title: CheckBox.Value property (Access)
keywords: vbaac10.chm10691
f1_keywords:
- vbaac10.chm10691
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Value Property (Access)
+# CheckBox.Value property (Access)
Determines or specifies whether or not the specifed check box is checked. Read /write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.VerticalAnchor.md b/api/Access.CheckBox.VerticalAnchor.md
index 69a5f40bd5a..d4d9bcdf2b4 100644
--- a/api/Access.CheckBox.VerticalAnchor.md
+++ b/api/Access.CheckBox.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.VerticalAnchor Property (Access)
+title: CheckBox.VerticalAnchor property (Access)
keywords: vbaac10.chm10782
f1_keywords:
- vbaac10.chm10782
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.VerticalAnchor Property (Access)
+# CheckBox.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified check box is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. **VerticalAnchor**
+_expression_. **VerticalAnchor**
- _expression_. A variable that represents a **CheckBox** object.
+_expression_. A variable that represents a **CheckBox** object.
## Remarks
diff --git a/api/Access.CheckBox.Visible.md b/api/Access.CheckBox.Visible.md
index 037ff0772d6..83e5f990f10 100644
--- a/api/Access.CheckBox.Visible.md
+++ b/api/Access.CheckBox.Visible.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Visible Property (Access)
+title: CheckBox.Visible property (Access)
keywords: vbaac10.chm10701
f1_keywords:
- vbaac10.chm10701
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Visible Property (Access)
+# CheckBox.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.Width.md b/api/Access.CheckBox.Width.md
index 6505db72e66..8c2455aa65f 100644
--- a/api/Access.CheckBox.Width.md
+++ b/api/Access.CheckBox.Width.md
@@ -1,5 +1,5 @@
---
-title: CheckBox.Width Property (Access)
+title: CheckBox.Width property (Access)
keywords: vbaac10.chm10711
f1_keywords:
- vbaac10.chm10711
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CheckBox.Width Property (Access)
+# CheckBox.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
+_expression_ A variable that represents a [CheckBox](Access.CheckBox.md) object.
## Remarks
diff --git a/api/Access.CheckBox.md b/api/Access.CheckBox.md
index 91642a093f5..89578102731 100644
--- a/api/Access.CheckBox.md
+++ b/api/Access.CheckBox.md
@@ -1,5 +1,5 @@
---
-title: CheckBox Object (Access)
+title: CheckBox object (Access)
keywords: vbaac10.chm10798
f1_keywords:
- vbaac10.chm10798
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CheckBox Object (Access)
+# CheckBox object (Access)
This object corresponds to a check box on a form or report. This check box is a stand-alone control that displays a Yes/No value from an underlying record source.
diff --git a/api/Access.CodeData.AllDatabaseDiagrams.md b/api/Access.CodeData.AllDatabaseDiagrams.md
index f7d05913c54..99faaed9a99 100644
--- a/api/Access.CodeData.AllDatabaseDiagrams.md
+++ b/api/Access.CodeData.AllDatabaseDiagrams.md
@@ -1,5 +1,5 @@
---
-title: CodeData.AllDatabaseDiagrams Property (Access)
+title: CodeData.AllDatabaseDiagrams property (Access)
keywords: vbaac10.chm12736
f1_keywords:
- vbaac10.chm12736
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeData.AllDatabaseDiagrams Property (Access)
+# CodeData.AllDatabaseDiagrams property (Access)
You can use the **AllDatabaseDiagrams** property to reference the **[AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md)** collection and its related properties. Read-only **AllDatabaseDiagrams** object.
## Syntax
- _expression_. `AllDatabaseDiagrams`
+_expression_. `AllDatabaseDiagrams`
- _expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
+_expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
## See also
diff --git a/api/Access.CodeData.AllFunctions.md b/api/Access.CodeData.AllFunctions.md
index 32b77930410..52bcfeec044 100644
--- a/api/Access.CodeData.AllFunctions.md
+++ b/api/Access.CodeData.AllFunctions.md
@@ -1,5 +1,5 @@
---
-title: CodeData.AllFunctions Property (Access)
+title: CodeData.AllFunctions property (Access)
keywords: vbaac10.chm12737
f1_keywords:
- vbaac10.chm12737
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeData.AllFunctions Property (Access)
+# CodeData.AllFunctions property (Access)
You can use the **AllFunctions** property to reference the **[AllFunctions](Access.AllFunctions.md)** collection and its related properties. Read-only **AllFunctions** object.
## Syntax
- _expression_. `AllFunctions`
+_expression_. `AllFunctions`
- _expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
+_expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
## See also
diff --git a/api/Access.CodeData.AllQueries.md b/api/Access.CodeData.AllQueries.md
index c88be334d5f..cf9b9424c55 100644
--- a/api/Access.CodeData.AllQueries.md
+++ b/api/Access.CodeData.AllQueries.md
@@ -1,5 +1,5 @@
---
-title: CodeData.AllQueries Property (Access)
+title: CodeData.AllQueries property (Access)
keywords: vbaac10.chm12733
f1_keywords:
- vbaac10.chm12733
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeData.AllQueries Property (Access)
+# CodeData.AllQueries property (Access)
You can use the **AllQueries** property to reference the **[AllQueries](Access.AllQueries.md)** collection and its related properties. Read-only **AllQueries** object.
## Syntax
- _expression_. `AllQueries`
+_expression_. `AllQueries`
- _expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
+_expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
## See also
diff --git a/api/Access.CodeData.AllStoredProcedures.md b/api/Access.CodeData.AllStoredProcedures.md
index 50403b4312b..277f8e55067 100644
--- a/api/Access.CodeData.AllStoredProcedures.md
+++ b/api/Access.CodeData.AllStoredProcedures.md
@@ -1,5 +1,5 @@
---
-title: CodeData.AllStoredProcedures Property (Access)
+title: CodeData.AllStoredProcedures property (Access)
keywords: vbaac10.chm12735
f1_keywords:
- vbaac10.chm12735
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeData.AllStoredProcedures Property (Access)
+# CodeData.AllStoredProcedures property (Access)
You can use the **AllStoredProcedures** property to reference the **[AllStoredProcedures](Access.AllStoredProcedures.md)** collection and its related properties. Read-only **AllStoredProcedures** object.
## Syntax
- _expression_. `AllStoredProcedures`
+_expression_. `AllStoredProcedures`
- _expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
+_expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
## See also
diff --git a/api/Access.CodeData.AllTables.md b/api/Access.CodeData.AllTables.md
index 4afde0eac19..8984cd97cf8 100644
--- a/api/Access.CodeData.AllTables.md
+++ b/api/Access.CodeData.AllTables.md
@@ -1,5 +1,5 @@
---
-title: CodeData.AllTables Property (Access)
+title: CodeData.AllTables property (Access)
keywords: vbaac10.chm12732
f1_keywords:
- vbaac10.chm12732
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeData.AllTables Property (Access)
+# CodeData.AllTables property (Access)
You can use the **AllTables** property to reference the **[AllTables](Access.AllTables.md)** collection and its related properties. Read-only **AllTables** object.
## Syntax
- _expression_. `AllTables`
+_expression_. `AllTables`
- _expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
+_expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
## See also
diff --git a/api/Access.CodeData.AllViews.md b/api/Access.CodeData.AllViews.md
index e70444a219a..e3cdec784bf 100644
--- a/api/Access.CodeData.AllViews.md
+++ b/api/Access.CodeData.AllViews.md
@@ -1,5 +1,5 @@
---
-title: CodeData.AllViews Property (Access)
+title: CodeData.AllViews property (Access)
keywords: vbaac10.chm12734
f1_keywords:
- vbaac10.chm12734
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeData.AllViews Property (Access)
+# CodeData.AllViews property (Access)
You can use the **AllViews** property to reference the **[AllViews](Access.AllViews.md)** collection and its related properties. Read-only **AllViews** object.
## Syntax
- _expression_. `AllViews`
+_expression_. `AllViews`
- _expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
+_expression_ A variable that represents a [CodeData](Access.CodeData.md) object.
## See also
diff --git a/api/Access.CodeData.md b/api/Access.CodeData.md
index 1036e118901..d6155e63976 100644
--- a/api/Access.CodeData.md
+++ b/api/Access.CodeData.md
@@ -1,5 +1,5 @@
---
-title: CodeData Object (Access)
+title: CodeData object (Access)
keywords: vbaac10.chm12742
f1_keywords:
- vbaac10.chm12742
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CodeData Object (Access)
+# CodeData object (Access)
The **CodeData** object refers to objects stored within the code database by the source (server) application.
diff --git a/api/Access.CodeProject.AccessConnection.md b/api/Access.CodeProject.AccessConnection.md
index 2f87c17f0b4..28e3bc83527 100644
--- a/api/Access.CodeProject.AccessConnection.md
+++ b/api/Access.CodeProject.AccessConnection.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.AccessConnection Property (Access)
+title: CodeProject.AccessConnection property (Access)
keywords: vbaac10.chm12726
f1_keywords:
- vbaac10.chm12726
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.AccessConnection Property (Access)
+# CodeProject.AccessConnection property (Access)
You can use the **AccessConnection** property to return a reference to the current Microsoft ActiveX Data Objects (ADO) **Connection** object and its related properties. Read-only **Connection**.
## Syntax
- _expression_. `AccessConnection`
+_expression_. `AccessConnection`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.AddSharedImage.md b/api/Access.CodeProject.AddSharedImage.md
index 459ecc33be4..2e8c62b6580 100644
--- a/api/Access.CodeProject.AddSharedImage.md
+++ b/api/Access.CodeProject.AddSharedImage.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.AddSharedImage Method (Access)
+title: CodeProject.AddSharedImage method (Access)
keywords: vbaac10.chm14660
f1_keywords:
- vbaac10.chm14660
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CodeProject.AddSharedImage Method (Access)
+# CodeProject.AddSharedImage method (Access)
Imports the specified image into the database and adds it to the **[SharedResources](Access.SharedResources.md)** collection.
## Syntax
- _expression_. `AddSharedImage`( ` _SharedImageName_`, ` _FileName_` )
+_expression_. `AddSharedImage`( ` _SharedImageName_`, ` _FileName_` )
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SharedImageName_|Required|**String**|Specifies the string used to identify the image in the collection.|
| _FileName_|Required|**String**|Specifies the full name and path to the image file.|
diff --git a/api/Access.CodeProject.AllForms.md b/api/Access.CodeProject.AllForms.md
index 365f07a2ee9..a51e170933d 100644
--- a/api/Access.CodeProject.AllForms.md
+++ b/api/Access.CodeProject.AllForms.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.AllForms Property (Access)
+title: CodeProject.AllForms property (Access)
keywords: vbaac10.chm12707
f1_keywords:
- vbaac10.chm12707
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.AllForms Property (Access)
+# CodeProject.AllForms property (Access)
You can use the **AllForms** property to reference the **[AllForms](Access.AllForms.md)** collection and its related properties. Read-only **AllForms** object.
## Syntax
- _expression_. `AllForms`
+_expression_. `AllForms`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.AllMacros.md b/api/Access.CodeProject.AllMacros.md
index 9645edd8c1e..16cbe86cfb6 100644
--- a/api/Access.CodeProject.AllMacros.md
+++ b/api/Access.CodeProject.AllMacros.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.AllMacros Property (Access)
+title: CodeProject.AllMacros property (Access)
keywords: vbaac10.chm12709
f1_keywords:
- vbaac10.chm12709
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.AllMacros Property (Access)
+# CodeProject.AllMacros property (Access)
You can use the **AllMacros** property to reference the **[AllMacros](Access.allmacros.md)** collection and its related properties. Read-only **AllMacros** object.
## Syntax
- _expression_. `AllMacros`
+_expression_. `AllMacros`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.AllModules.md b/api/Access.CodeProject.AllModules.md
index 71a429b66cb..62ed3237bdc 100644
--- a/api/Access.CodeProject.AllModules.md
+++ b/api/Access.CodeProject.AllModules.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.AllModules Property (Access)
+title: CodeProject.AllModules property (Access)
keywords: vbaac10.chm12710
f1_keywords:
- vbaac10.chm12710
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.AllModules Property (Access)
+# CodeProject.AllModules property (Access)
You can use the **AllModules** property to reference the **[AllModules](Access.AllModules.md)** collection and its related properties. Read-only **AllModules** object.
## Syntax
- _expression_. `AllModules`
+_expression_. `AllModules`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.AllReports.md b/api/Access.CodeProject.AllReports.md
index 6408119ff0c..8a230c1cbe9 100644
--- a/api/Access.CodeProject.AllReports.md
+++ b/api/Access.CodeProject.AllReports.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.AllReports Property (Access)
+title: CodeProject.AllReports property (Access)
keywords: vbaac10.chm12708
f1_keywords:
- vbaac10.chm12708
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.AllReports Property (Access)
+# CodeProject.AllReports property (Access)
You can use the **AllReports** property to reference the **[AllReports](Access.AllReports.md)** collection and its related properties. Read-only **AllReports** object.
## Syntax
- _expression_. `AllReports`
+_expression_. `AllReports`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.Application.md b/api/Access.CodeProject.Application.md
index d15cd2a986c..03dc35c9d8b 100644
--- a/api/Access.CodeProject.Application.md
+++ b/api/Access.CodeProject.Application.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.Application Property (Access)
+title: CodeProject.Application property (Access)
keywords: vbaac10.chm12722
f1_keywords:
- vbaac10.chm12722
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.Application Property (Access)
+# CodeProject.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.BaseConnectionString.md b/api/Access.CodeProject.BaseConnectionString.md
index f7847d2081f..7c81000b541 100644
--- a/api/Access.CodeProject.BaseConnectionString.md
+++ b/api/Access.CodeProject.BaseConnectionString.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.BaseConnectionString Property (Access)
+title: CodeProject.BaseConnectionString property (Access)
keywords: vbaac10.chm12713
f1_keywords:
- vbaac10.chm12713
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.BaseConnectionString Property (Access)
+# CodeProject.BaseConnectionString property (Access)
You can use the **BaseConnectionString** property to return the base connection string for the specified object. Read-only **String**.
## Syntax
- _expression_. `BaseConnectionString`
+_expression_. `BaseConnectionString`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.CloseConnection.md b/api/Access.CodeProject.CloseConnection.md
index bcfc0053a46..e183ceb8b82 100644
--- a/api/Access.CodeProject.CloseConnection.md
+++ b/api/Access.CodeProject.CloseConnection.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.CloseConnection Method (Access)
+title: CodeProject.CloseConnection method (Access)
keywords: vbaac10.chm12716
f1_keywords:
- vbaac10.chm12716
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# CodeProject.CloseConnection Method (Access)
+# CodeProject.CloseConnection method (Access)
You can use the **CloseConnection** method to close the current connection between the **CodeProject** object in a Microsoft Access project (.adp) or Access database and the database specified in the project's base connection string.
## Syntax
- _expression_. `CloseConnection`
+_expression_. `CloseConnection`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.CodeProject.Connection.md b/api/Access.CodeProject.Connection.md
index af92d5e4a1b..fb6f76f0aeb 100644
--- a/api/Access.CodeProject.Connection.md
+++ b/api/Access.CodeProject.Connection.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.Connection Property (Access)
+title: CodeProject.Connection property (Access)
keywords: vbaac10.chm12720
f1_keywords:
- vbaac10.chm12720
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.Connection Property (Access)
+# CodeProject.Connection property (Access)
You can use the **Connection** property to return a reference to the current ActiveX Data Objects (ADO) **Connection** object and its related properties. Read-only **Connection**.
## Syntax
- _expression_. `Connection`
+_expression_. `Connection`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.FileFormat.md b/api/Access.CodeProject.FileFormat.md
index 5023381f335..4c7b65e0f20 100644
--- a/api/Access.CodeProject.FileFormat.md
+++ b/api/Access.CodeProject.FileFormat.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.FileFormat Property (Access)
+title: CodeProject.FileFormat property (Access)
keywords: vbaac10.chm12725
f1_keywords:
- vbaac10.chm12725
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.FileFormat Property (Access)
+# CodeProject.FileFormat property (Access)
Returns an **[AcFileFormat](Access.AcFileFormat.md)** constant indicating the Microsoft Access version format of the specified project. Read-only.
## Syntax
- _expression_. `FileFormat`
+_expression_. `FileFormat`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.FullName.md b/api/Access.CodeProject.FullName.md
index 9c950a0cb38..d6539242d4f 100644
--- a/api/Access.CodeProject.FullName.md
+++ b/api/Access.CodeProject.FullName.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.FullName Property (Access)
+title: CodeProject.FullName property (Access)
keywords: vbaac10.chm12719
f1_keywords:
- vbaac10.chm12719
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.FullName Property (Access)
+# CodeProject.FullName property (Access)
Sets or returns the full path (including file name) of a specific object. Read-only **String**.
## Syntax
- _expression_. `FullName`
+_expression_. `FullName`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.ImportExportSpecifications.md b/api/Access.CodeProject.ImportExportSpecifications.md
index 5905e4f45bc..e64d6fb21bd 100644
--- a/api/Access.CodeProject.ImportExportSpecifications.md
+++ b/api/Access.CodeProject.ImportExportSpecifications.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.ImportExportSpecifications Property (Access)
+title: CodeProject.ImportExportSpecifications property (Access)
keywords: vbaac10.chm12729
f1_keywords:
- vbaac10.chm12729
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.ImportExportSpecifications Property (Access)
+# CodeProject.ImportExportSpecifications property (Access)
Returns a **[ImportExportSpecifications](Access.ImportExportSpecifications.md)** collection that represents the collection of saved import or export operations for the specified object. Read-only.
## Syntax
- _expression_. `ImportExportSpecifications`
+_expression_. `ImportExportSpecifications`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.IsConnected.md b/api/Access.CodeProject.IsConnected.md
index 82645a11357..7fef9dcce81 100644
--- a/api/Access.CodeProject.IsConnected.md
+++ b/api/Access.CodeProject.IsConnected.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.IsConnected Property (Access)
+title: CodeProject.IsConnected property (Access)
keywords: vbaac10.chm12714
f1_keywords:
- vbaac10.chm12714
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.IsConnected Property (Access)
+# CodeProject.IsConnected property (Access)
You can use the **IsConnected** property to determine if the **[CodeProject](Access.CodeProject.md)** object is currently connected. Read-only **Boolean**.
## Syntax
- _expression_. `IsConnected`
+_expression_. `IsConnected`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.IsSQLBackend.md b/api/Access.CodeProject.IsSQLBackend.md
index e2503b47680..4f8831502d6 100644
--- a/api/Access.CodeProject.IsSQLBackend.md
+++ b/api/Access.CodeProject.IsSQLBackend.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.IsSQLBackend Property (Access)
+title: CodeProject.IsSQLBackend property (Access)
keywords: vbaac10.chm14747
f1_keywords:
- vbaac10.chm14747
@@ -9,16 +9,16 @@ ms.prod: access
---
-# CodeProject.IsSQLBackend Property (Access)
+# CodeProject.IsSQLBackend property (Access)
Returns **true** if the code project was created in Access 2013 and onwards and **false** if the code project was created prior to Access 2013 . Read-only **Boolean** Introduced in Office 2016.
## Syntax
- _expression_. `IsSQLBackend`
+_expression_. `IsSQLBackend`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.IsTrusted.md b/api/Access.CodeProject.IsTrusted.md
index 0f1671d788b..5d548d83603 100644
--- a/api/Access.CodeProject.IsTrusted.md
+++ b/api/Access.CodeProject.IsTrusted.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.IsTrusted Property (Access)
+title: CodeProject.IsTrusted property (Access)
keywords: vbaac10.chm12730
f1_keywords:
- vbaac10.chm12730
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.IsTrusted Property (Access)
+# CodeProject.IsTrusted property (Access)
Gets whether or not macros and Visual Basic for Applications (VBA) code have been enabled in the current project. Read-only **Boolean**.
## Syntax
- _expression_. `IsTrusted`
+_expression_. `IsTrusted`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.IsWeb.md b/api/Access.CodeProject.IsWeb.md
index 2603833affe..f39139df68b 100644
--- a/api/Access.CodeProject.IsWeb.md
+++ b/api/Access.CodeProject.IsWeb.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.IsWeb Property (Access)
+title: CodeProject.IsWeb property (Access)
keywords: vbaac10.chm14677
f1_keywords:
- vbaac10.chm14677
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.IsWeb Property (Access)
+# CodeProject.IsWeb property (Access)
Gets whether the database is a Web database. Read-only **Boolean**.
## Syntax
- _expression_. `IsWeb`
+_expression_. `IsWeb`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.Name.md b/api/Access.CodeProject.Name.md
index 60487bbb499..24cb77bd2a3 100644
--- a/api/Access.CodeProject.Name.md
+++ b/api/Access.CodeProject.Name.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.Name Property (Access)
+title: CodeProject.Name property (Access)
keywords: vbaac10.chm12717
f1_keywords:
- vbaac10.chm12717
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.Name Property (Access)
+# CodeProject.Name property (Access)
You can use the **Name** property to determine the string expression that identifies the name of an object. Read-only **String**.
## Syntax
- _expression_.Name
+_expression_.Name
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.OpenConnection.md b/api/Access.CodeProject.OpenConnection.md
index 4df7af3b62a..f29ef3f2ea4 100644
--- a/api/Access.CodeProject.OpenConnection.md
+++ b/api/Access.CodeProject.OpenConnection.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.OpenConnection Method (Access)
+title: CodeProject.OpenConnection method (Access)
keywords: vbaac10.chm12715
f1_keywords:
- vbaac10.chm12715
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CodeProject.OpenConnection Method (Access)
+# CodeProject.OpenConnection method (Access)
You can use the **OpenConnection** method to open an ADO connection to an existing Microsoft Access project (.adp) or Access database as the current Access project or database in the Microsoft Access window.
## Syntax
- _expression_. `OpenConnection`( ` _BaseConnectionString_`, ` _UserID_`, ` _Password_` )
+_expression_. `OpenConnection`( ` _BaseConnectionString_`, ` _UserID_`, ` _Password_` )
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BaseConnectionString_|Optional|**Variant**|A string expression that is the base connection string of the database.|
| _UserID_|Optional|**Variant**|A string expression that is the name of the existing Access project, including the path name and the file name extension. If your network supports it, you can also specify a network path in the following form: \\Server\Share\Folder\Filename.adp|
diff --git a/api/Access.CodeProject.Parent.md b/api/Access.CodeProject.Parent.md
index fb5ed9a67a2..655b93f2a4f 100644
--- a/api/Access.CodeProject.Parent.md
+++ b/api/Access.CodeProject.Parent.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.Parent Property (Access)
+title: CodeProject.Parent property (Access)
keywords: vbaac10.chm12723
f1_keywords:
- vbaac10.chm12723
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.Parent Property (Access)
+# CodeProject.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.Path.md b/api/Access.CodeProject.Path.md
index 6ac6f30ab95..54e1ae2abb7 100644
--- a/api/Access.CodeProject.Path.md
+++ b/api/Access.CodeProject.Path.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.Path Property (Access)
+title: CodeProject.Path property (Access)
keywords: vbaac10.chm12718
f1_keywords:
- vbaac10.chm12718
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.Path Property (Access)
+# CodeProject.Path property (Access)
You can use the **Path** property to determine the location where data is stored for a Microsoft Access project (.adp) or Microsoft Access database. Read-only **String**.
## Syntax
- _expression_. `Path`
+_expression_. `Path`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.ProjectType.md b/api/Access.CodeProject.ProjectType.md
index f1491c69c73..5446da70076 100644
--- a/api/Access.CodeProject.ProjectType.md
+++ b/api/Access.CodeProject.ProjectType.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.ProjectType Property (Access)
+title: CodeProject.ProjectType property (Access)
keywords: vbaac10.chm12712
f1_keywords:
- vbaac10.chm12712
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.ProjectType Property (Access)
+# CodeProject.ProjectType property (Access)
You can use the **ProjectType** property to determine the type of project that is currently open. Read-only **[AcProjectType](Access.AcProjectType.md)**.
## Syntax
- _expression_. `ProjectType`
+_expression_. `ProjectType`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.Properties.md b/api/Access.CodeProject.Properties.md
index 72f315c77dc..fa33b04bfc9 100644
--- a/api/Access.CodeProject.Properties.md
+++ b/api/Access.CodeProject.Properties.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.Properties Property (Access)
+title: CodeProject.Properties property (Access)
keywords: vbaac10.chm12721
f1_keywords:
- vbaac10.chm12721
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.Properties Property (Access)
+# CodeProject.Properties property (Access)
Returns a reference to a **[CodeProject](Access.CodeProject.md)** object's **[AccessObjectProperties](Access.AccessObjectProperties.md)** collection. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.RemovePersonalInformation.md b/api/Access.CodeProject.RemovePersonalInformation.md
index a4f1464a2f8..9485a18f0ed 100644
--- a/api/Access.CodeProject.RemovePersonalInformation.md
+++ b/api/Access.CodeProject.RemovePersonalInformation.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.RemovePersonalInformation Property (Access)
+title: CodeProject.RemovePersonalInformation property (Access)
keywords: vbaac10.chm12724
f1_keywords:
- vbaac10.chm12724
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.RemovePersonalInformation Property (Access)
+# CodeProject.RemovePersonalInformation property (Access)
Returns or sets a **Boolean** indicating whether personal information about the user is stored in the specified project. **True** if personal information is removed. Read-write.
## Syntax
- _expression_. `RemovePersonalInformation`
+_expression_. `RemovePersonalInformation`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.Resources.md b/api/Access.CodeProject.Resources.md
index 28e42f43d4d..1585eece580 100644
--- a/api/Access.CodeProject.Resources.md
+++ b/api/Access.CodeProject.Resources.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.Resources Property (Access)
+title: CodeProject.Resources property (Access)
keywords: vbaac10.chm14653
f1_keywords:
- vbaac10.chm14653
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.Resources Property (Access)
+# CodeProject.Resources property (Access)
Gets the **[SharedResources](Access.SharedResources.md)** collection for the specified object. Read-only **SharedResources**.
## Syntax
- _expression_. `Resources`
+_expression_. `Resources`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## See also
diff --git a/api/Access.CodeProject.UpdateDependencyInfo.md b/api/Access.CodeProject.UpdateDependencyInfo.md
index d846b598307..d739d29914a 100644
--- a/api/Access.CodeProject.UpdateDependencyInfo.md
+++ b/api/Access.CodeProject.UpdateDependencyInfo.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.UpdateDependencyInfo Method (Access)
+title: CodeProject.UpdateDependencyInfo method (Access)
keywords: vbaac10.chm12727
f1_keywords:
- vbaac10.chm12727
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# CodeProject.UpdateDependencyInfo Method (Access)
+# CodeProject.UpdateDependencyInfo method (Access)
Updates the dependency information for the database.
## Syntax
- _expression_. `UpdateDependencyInfo`
+_expression_. `UpdateDependencyInfo`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.CodeProject.WebSite.md b/api/Access.CodeProject.WebSite.md
index ae982a46d57..199752c2c4b 100644
--- a/api/Access.CodeProject.WebSite.md
+++ b/api/Access.CodeProject.WebSite.md
@@ -1,5 +1,5 @@
---
-title: CodeProject.WebSite Property (Access)
+title: CodeProject.WebSite property (Access)
keywords: vbaac10.chm14663
f1_keywords:
- vbaac10.chm14663
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CodeProject.WebSite Property (Access)
+# CodeProject.WebSite property (Access)
Gets the Uniform Resource Locator (URL) of the Web site to which the database has been published. Read-only **String**.
## Syntax
- _expression_. `WebSite`
+_expression_. `WebSite`
- _expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
+_expression_ A variable that represents a [CodeProject](Access.CodeProject.md) object.
## Remarks
diff --git a/api/Access.CodeProject.md b/api/Access.CodeProject.md
index 4d13028cb8c..1dbfc89d883 100644
--- a/api/Access.CodeProject.md
+++ b/api/Access.CodeProject.md
@@ -1,5 +1,5 @@
---
-title: CodeProject Object (Access)
+title: CodeProject object (Access)
keywords: vbaac10.chm12741
f1_keywords:
- vbaac10.chm12741
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CodeProject Object (Access)
+# CodeProject object (Access)
The **CodeProject** object refers to the project for the code database of a Microsoft Access project (.adp) or Access database.
diff --git a/api/Access.ComboBox.AddColon.md b/api/Access.ComboBox.AddColon.md
index c351490cfc0..95b7f6e2a39 100644
--- a/api/Access.ComboBox.AddColon.md
+++ b/api/Access.ComboBox.AddColon.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.AddColon Property (Access)
+title: ComboBox.AddColon property (Access)
keywords: vbaac10.chm11429
f1_keywords:
- vbaac10.chm11429
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.AddColon Property (Access)
+# ComboBox.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.AddItem.md b/api/Access.ComboBox.AddItem.md
index c84cb2f8044..5da4c4f7b4c 100644
--- a/api/Access.ComboBox.AddItem.md
+++ b/api/Access.ComboBox.AddItem.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.AddItem Method (Access)
+title: ComboBox.AddItem method (Access)
keywords: vbaac10.chm11476
f1_keywords:
- vbaac10.chm11476
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.AddItem Method (Access)
+# ComboBox.AddItem method (Access)
Adds a new item to the list of values displayed by the specified combo box control.
## Syntax
- _expression_. `AddItem`( ` _Item_`, ` _Index_` )
+_expression_. `AddItem`( ` _Item_`, ` _Index_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**String**|The display text for the new item.|
| _Index_|Optional|**Variant**|The position of the item in the list. If this argument is omitted, the item is added to the end of the list.|
diff --git a/api/Access.ComboBox.AfterUpdate(even).md b/api/Access.ComboBox.AfterUpdate(even).md
index b1156946683..a2238dfdfd0 100644
--- a/api/Access.ComboBox.AfterUpdate(even).md
+++ b/api/Access.ComboBox.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: ComboBox.AfterUpdate Event (Access)
+title: ComboBox.AfterUpdate event (Access)
keywords: vbaac10.chm14212
f1_keywords:
- vbaac10.chm14212
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.AfterUpdate Event (Access)
+# ComboBox.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.AfterUpdate(property).md b/api/Access.ComboBox.AfterUpdate(property).md
index f67ff2ba5e7..7d54b6a1666 100644
--- a/api/Access.ComboBox.AfterUpdate(property).md
+++ b/api/Access.ComboBox.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: ComboBox.AfterUpdate Property (Access)
+title: ComboBox.AfterUpdate property (Access)
keywords: vbaac10.chm11448
f1_keywords:
- vbaac10.chm11448
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.AfterUpdate Property (Access)
+# ComboBox.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.AllowAutoCorrect.md b/api/Access.ComboBox.AllowAutoCorrect.md
index 017395a10f7..f3d06996c68 100644
--- a/api/Access.ComboBox.AllowAutoCorrect.md
+++ b/api/Access.ComboBox.AllowAutoCorrect.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.AllowAutoCorrect Property (Access)
+title: ComboBox.AllowAutoCorrect property (Access)
keywords: vbaac10.chm11397
f1_keywords:
- vbaac10.chm11397
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.AllowAutoCorrect Property (Access)
+# ComboBox.AllowAutoCorrect property (Access)
You can use the **AllowAutoCorrect** property to specify whetherthe specified control will automatically correct entries made by the user. Read/write **Boolean**.
## Syntax
- _expression_. `AllowAutoCorrect`
+_expression_. `AllowAutoCorrect`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.AllowValueListEdits.md b/api/Access.ComboBox.AllowValueListEdits.md
index b378d176ada..dd1e4e3da49 100644
--- a/api/Access.ComboBox.AllowValueListEdits.md
+++ b/api/Access.ComboBox.AllowValueListEdits.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.AllowValueListEdits Property (Access)
+title: ComboBox.AllowValueListEdits property (Access)
keywords: vbaac10.chm11517
f1_keywords:
- vbaac10.chm11517
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.AllowValueListEdits Property (Access)
+# ComboBox.AllowValueListEdits property (Access)
Gets or sets whether the **Edit List Items** command is available when the user right-clicks a combo box. Read/write **Boolean**.
## Syntax
- _expression_. `AllowValueListEdits`
+_expression_. `AllowValueListEdits`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Application.md b/api/Access.ComboBox.Application.md
index fce1d3b8ac7..893e83d8d99 100644
--- a/api/Access.ComboBox.Application.md
+++ b/api/Access.ComboBox.Application.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Application Property (Access)
+title: ComboBox.Application property (Access)
keywords: vbaac10.chm11356
f1_keywords:
- vbaac10.chm11356
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Application Property (Access)
+# ComboBox.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.AutoExpand.md b/api/Access.ComboBox.AutoExpand.md
index dbe73182314..a03b8b12030 100644
--- a/api/Access.ComboBox.AutoExpand.md
+++ b/api/Access.ComboBox.AutoExpand.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.AutoExpand Property (Access)
+title: ComboBox.AutoExpand property (Access)
keywords: vbaac10.chm11388,vbaac10.chm4275
f1_keywords:
- vbaac10.chm11388,vbaac10.chm4275
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.AutoExpand Property (Access)
+# ComboBox.AutoExpand property (Access)
You can use the **AutoExpand** property to specify whether Microsoft Access automatically fills the text box portion of a combo box with a value from the combo box list that matches the characters you enter as you type in the combo box. This lets you quickly enter an existing value in a combo box without displaying the list box portion of the combo box. Read/write **Boolean**.
## Syntax
- _expression_. `AutoExpand`
+_expression_. `AutoExpand`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.AutoLabel.md b/api/Access.ComboBox.AutoLabel.md
index f4ba02b5db4..5f942176031 100644
--- a/api/Access.ComboBox.AutoLabel.md
+++ b/api/Access.ComboBox.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.AutoLabel Property (Access)
+title: ComboBox.AutoLabel property (Access)
keywords: vbaac10.chm11428
f1_keywords:
- vbaac10.chm11428
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.AutoLabel Property (Access)
+# ComboBox.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.BackColor.md b/api/Access.ComboBox.BackColor.md
index ca63ce60d6f..e802b155788 100644
--- a/api/Access.ComboBox.BackColor.md
+++ b/api/Access.ComboBox.BackColor.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BackColor Property (Access)
+title: ComboBox.BackColor property (Access)
keywords: vbaac10.chm11406
f1_keywords:
- vbaac10.chm11406
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BackColor Property (Access)
+# ComboBox.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.BackShade.md b/api/Access.ComboBox.BackShade.md
index 74e39f0a7a2..41f16de8dcf 100644
--- a/api/Access.ComboBox.BackShade.md
+++ b/api/Access.ComboBox.BackShade.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BackShade Property (Access)
+title: ComboBox.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BackShade Property (Access)
+# ComboBox.BackShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a '[ComboBox](Access.ComboBox.md)' object.
+_expression_ A variable that represents a '[ComboBox](Access.ComboBox.md)' object.
## Remarks
diff --git a/api/Access.ComboBox.BackStyle.md b/api/Access.ComboBox.BackStyle.md
index d64415a230f..1c8b9950c05 100644
--- a/api/Access.ComboBox.BackStyle.md
+++ b/api/Access.ComboBox.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BackStyle Property (Access)
+title: ComboBox.BackStyle property (Access)
keywords: vbaac10.chm11405
f1_keywords:
- vbaac10.chm11405
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BackStyle Property (Access)
+# ComboBox.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.BackThemeColorIndex.md b/api/Access.ComboBox.BackThemeColorIndex.md
index 10da2203297..875a4ea6813 100644
--- a/api/Access.ComboBox.BackThemeColorIndex.md
+++ b/api/Access.ComboBox.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BackThemeColorIndex Property (Access)
+title: ComboBox.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BackThemeColorIndex Property (Access)
+# ComboBox.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a '[ComboBox](Access.ComboBox.md)' object.
+_expression_ A variable that represents a '[ComboBox](Access.ComboBox.md)' object.
## Remarks
diff --git a/api/Access.ComboBox.BackTint.md b/api/Access.ComboBox.BackTint.md
index 9cc1fedae83..2c759c8fe56 100644
--- a/api/Access.ComboBox.BackTint.md
+++ b/api/Access.ComboBox.BackTint.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BackTint Property (Access)
+title: ComboBox.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BackTint Property (Access)
+# ComboBox.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a '[ComboBox](Access.ComboBox.md)' object.
+_expression_ A variable that represents a '[ComboBox](Access.ComboBox.md)' object.
## Remarks
diff --git a/api/Access.ComboBox.BeforeUpdate(even).md b/api/Access.ComboBox.BeforeUpdate(even).md
index d2c6481f431..f31058504b6 100644
--- a/api/Access.ComboBox.BeforeUpdate(even).md
+++ b/api/Access.ComboBox.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BeforeUpdate Event (Access)
+title: ComboBox.BeforeUpdate event (Access)
keywords: vbaac10.chm14211
f1_keywords:
- vbaac10.chm14211
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.BeforeUpdate Event (Access)
+# ComboBox.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_` )
+_expression_. `BeforeUpdate`( ` _Cancel_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
diff --git a/api/Access.ComboBox.BeforeUpdate(property).md b/api/Access.ComboBox.BeforeUpdate(property).md
index 29e71e28c07..c1bb837961c 100644
--- a/api/Access.ComboBox.BeforeUpdate(property).md
+++ b/api/Access.ComboBox.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BeforeUpdate Property (Access)
+title: ComboBox.BeforeUpdate property (Access)
keywords: vbaac10.chm11447
f1_keywords:
- vbaac10.chm11447
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BeforeUpdate Property (Access)
+# ComboBox.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.BorderColor.md b/api/Access.ComboBox.BorderColor.md
index cdd53a03af2..438fd2c6f72 100644
--- a/api/Access.ComboBox.BorderColor.md
+++ b/api/Access.ComboBox.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BorderColor Property (Access)
+title: ComboBox.BorderColor property (Access)
keywords: vbaac10.chm11410
f1_keywords:
- vbaac10.chm11410
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BorderColor Property (Access)
+# ComboBox.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.BorderShade.md b/api/Access.ComboBox.BorderShade.md
index bd9a9a0a08e..a85bb49eb55 100644
--- a/api/Access.ComboBox.BorderShade.md
+++ b/api/Access.ComboBox.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BorderShade Property (Access)
+title: ComboBox.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BorderShade Property (Access)
+# ComboBox.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a '[ComboBox](Access.ComboBox.md)' object.
+_expression_ A variable that represents a '[ComboBox](Access.ComboBox.md)' object.
## Remarks
diff --git a/api/Access.ComboBox.BorderStyle.md b/api/Access.ComboBox.BorderStyle.md
index 41bce4c81d3..fadc02ff51d 100644
--- a/api/Access.ComboBox.BorderStyle.md
+++ b/api/Access.ComboBox.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BorderStyle Property (Access)
+title: ComboBox.BorderStyle property (Access)
keywords: vbaac10.chm11408
f1_keywords:
- vbaac10.chm11408
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BorderStyle Property (Access)
+# ComboBox.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.BorderThemeColorIndex.md b/api/Access.ComboBox.BorderThemeColorIndex.md
index c6377dbcb7c..12358531d58 100644
--- a/api/Access.ComboBox.BorderThemeColorIndex.md
+++ b/api/Access.ComboBox.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BorderThemeColorIndex Property (Access)
+title: ComboBox.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BorderThemeColorIndex Property (Access)
+# ComboBox.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.BorderTint.md b/api/Access.ComboBox.BorderTint.md
index a903424c12c..7fc361cccd0 100644
--- a/api/Access.ComboBox.BorderTint.md
+++ b/api/Access.ComboBox.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BorderTint Property (Access)
+title: ComboBox.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BorderTint Property (Access)
+# ComboBox.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.BorderWidth.md b/api/Access.ComboBox.BorderWidth.md
index 5fb47079bf3..2df62a40404 100644
--- a/api/Access.ComboBox.BorderWidth.md
+++ b/api/Access.ComboBox.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BorderWidth Property (Access)
+title: ComboBox.BorderWidth property (Access)
keywords: vbaac10.chm11411
f1_keywords:
- vbaac10.chm11411
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BorderWidth Property (Access)
+# ComboBox.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.BottomMargin.md b/api/Access.ComboBox.BottomMargin.md
index 82bb3cdb9c7..f89b411502e 100644
--- a/api/Access.ComboBox.BottomMargin.md
+++ b/api/Access.ComboBox.BottomMargin.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BottomMargin Property (Access)
+title: ComboBox.BottomMargin property (Access)
keywords: vbaac10.chm11523
f1_keywords:
- vbaac10.chm11523
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BottomMargin Property (Access)
+# ComboBox.BottomMargin property (Access)
Along with the **LeftMargin**, **RightMargin**, and **TopMargin** properties, specifies the location of information displayed within a text box control. Read/write **Integer**.
## Syntax
- _expression_. `BottomMargin`
+_expression_. `BottomMargin`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.BottomPadding.md b/api/Access.ComboBox.BottomPadding.md
index c7f788d789a..ea8aa1fb512 100644
--- a/api/Access.ComboBox.BottomPadding.md
+++ b/api/Access.ComboBox.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BottomPadding Property (Access)
+title: ComboBox.BottomPadding property (Access)
keywords: vbaac10.chm11484
f1_keywords:
- vbaac10.chm11484
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BottomPadding Property (Access)
+# ComboBox.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the combo box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.BoundColumn.md b/api/Access.ComboBox.BoundColumn.md
index 083a9e5ad11..b20a9d65866 100644
--- a/api/Access.ComboBox.BoundColumn.md
+++ b/api/Access.ComboBox.BoundColumn.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.BoundColumn Property (Access)
+title: ComboBox.BoundColumn property (Access)
keywords: vbaac10.chm11383
f1_keywords:
- vbaac10.chm11383
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.BoundColumn Property (Access)
+# ComboBox.BoundColumn property (Access)
When you make a selection from a combo box, the **BoundColumn** property tells Microsoft Access which column's values to use as the value of the control. If the control is bound to a field, the value in the column specified by the **BoundColumn** property is stored in the field named in the **ControlSource** property. Read/write **Long**.
## Syntax
- _expression_. `BoundColumn`
+_expression_. `BoundColumn`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.CanGrow.md b/api/Access.ComboBox.CanGrow.md
index 3076a139d3f..dd8db530e29 100644
--- a/api/Access.ComboBox.CanGrow.md
+++ b/api/Access.ComboBox.CanGrow.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.CanGrow Property (Access)
+title: ComboBox.CanGrow property (Access)
keywords: vbaac10.chm11496
f1_keywords:
- vbaac10.chm11496
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.CanGrow Property (Access)
+# ComboBox.CanGrow property (Access)
Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the control contains. Read/write **Boolean**.
## Syntax
- _expression_. `CanGrow`
+_expression_. `CanGrow`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.CanShrink.md b/api/Access.ComboBox.CanShrink.md
index 31397939f3e..a99033371bb 100644
--- a/api/Access.ComboBox.CanShrink.md
+++ b/api/Access.ComboBox.CanShrink.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.CanShrink Property (Access)
+title: ComboBox.CanShrink property (Access)
keywords: vbaac10.chm11497
f1_keywords:
- vbaac10.chm11497
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.CanShrink Property (Access)
+# ComboBox.CanShrink property (Access)
Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the control contains. Read/write **Boolean**.
## Syntax
- _expression_. `CanShrink`
+_expression_. `CanShrink`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Change.md b/api/Access.ComboBox.Change.md
index f3506b76662..4b161b2ed75 100644
--- a/api/Access.ComboBox.Change.md
+++ b/api/Access.ComboBox.Change.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Change Event (Access)
+title: ComboBox.Change event (Access)
keywords: vbaac10.chm14213
f1_keywords:
- vbaac10.chm14213
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Change Event (Access)
+# ComboBox.Change event (Access)
The **Change** event occurs when the contents of the specified control changes.
## Syntax
- _expression_. `Change`
+_expression_. `Change`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Click.md b/api/Access.ComboBox.Click.md
index 8a917a1e36a..e8951d5df26 100644
--- a/api/Access.ComboBox.Click.md
+++ b/api/Access.ComboBox.Click.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Click Event (Access)
+title: ComboBox.Click event (Access)
keywords: vbaac10.chm14219
f1_keywords:
- vbaac10.chm14219
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Click Event (Access)
+# ComboBox.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Column.md b/api/Access.ComboBox.Column.md
index 80f35c6bd0d..710377524c4 100644
--- a/api/Access.ComboBox.Column.md
+++ b/api/Access.ComboBox.Column.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Column Property (Access)
+title: ComboBox.Column property (Access)
keywords: vbaac10.chm11360
f1_keywords:
- vbaac10.chm11360
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.Column Property (Access)
+# ComboBox.Column property (Access)
You can use the **Column** property to refer to a specific column, or column and row combination, in a multiple-column combo box or list box. Read-only **Variant**.
## Syntax
- _expression_. `Column`( ` _Index_`, ` _Row_` )
+_expression_. `Column`( ` _Index_`, ` _Row_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|A long integer that can range from 0 to the setting of the **ColumnCount** property minus one.|
| _Row_|Optional|**Variant**|An integer that can range from 0 to the setting of the **ListCount** property minus 1.|
diff --git a/api/Access.ComboBox.ColumnCount.md b/api/Access.ComboBox.ColumnCount.md
index f62a55f1f4d..1cec3250656 100644
--- a/api/Access.ComboBox.ColumnCount.md
+++ b/api/Access.ComboBox.ColumnCount.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ColumnCount Property (Access)
+title: ComboBox.ColumnCount property (Access)
keywords: vbaac10.chm11380
f1_keywords:
- vbaac10.chm11380
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ColumnCount Property (Access)
+# ComboBox.ColumnCount property (Access)
You can use the **ColumnCount** property to specify the number of columns displayed in a list box or in the list box portion of a combo box, or sent to OLE objects in a chart control or unbound object frame . Read/write **Integer**.
## Syntax
- _expression_. `ColumnCount`
+_expression_. `ColumnCount`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ColumnHeads.md b/api/Access.ComboBox.ColumnHeads.md
index 29ccc2254f7..f74bcae8c31 100644
--- a/api/Access.ComboBox.ColumnHeads.md
+++ b/api/Access.ComboBox.ColumnHeads.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ColumnHeads Property (Access)
+title: ComboBox.ColumnHeads property (Access)
keywords: vbaac10.chm11381
f1_keywords:
- vbaac10.chm11381
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ColumnHeads Property (Access)
+# ComboBox.ColumnHeads property (Access)
You can use the **ColumnHeads** property to display a single row of column headings for list boxes, combo boxes, and OLE objects that accept column headings. You can also use this property to create a label for each entry in a chart control . What is actually displayed as the first-row column heading depends on the object's **RowSourceType** property setting. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHeads`
+_expression_. `ColumnHeads`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ColumnHidden.md b/api/Access.ComboBox.ColumnHidden.md
index 973c630f638..f0b0899375e 100644
--- a/api/Access.ComboBox.ColumnHidden.md
+++ b/api/Access.ComboBox.ColumnHidden.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ColumnHidden Property (Access)
+title: ComboBox.ColumnHidden property (Access)
keywords: vbaac10.chm11427
f1_keywords:
- vbaac10.chm11427
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ColumnHidden Property (Access)
+# ComboBox.ColumnHidden property (Access)
You can use the **ColumnHidden** property to show or hide a specified column in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHidden`
+_expression_. `ColumnHidden`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ColumnOrder.md b/api/Access.ComboBox.ColumnOrder.md
index 3912c8fd752..6a36dd39655 100644
--- a/api/Access.ComboBox.ColumnOrder.md
+++ b/api/Access.ComboBox.ColumnOrder.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ColumnOrder Property (Access)
+title: ComboBox.ColumnOrder property (Access)
keywords: vbaac10.chm11426
f1_keywords:
- vbaac10.chm11426
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ColumnOrder Property (Access)
+# ComboBox.ColumnOrder property (Access)
You can use the **ColumnOrder** property to specify the order of the columns in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnOrder`
+_expression_. `ColumnOrder`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ColumnWidth.md b/api/Access.ComboBox.ColumnWidth.md
index a43dac6c6f4..b2652d47e0c 100644
--- a/api/Access.ComboBox.ColumnWidth.md
+++ b/api/Access.ComboBox.ColumnWidth.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ColumnWidth Property (Access)
+title: ComboBox.ColumnWidth property (Access)
keywords: vbaac10.chm11425
f1_keywords:
- vbaac10.chm11425
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ColumnWidth Property (Access)
+# ComboBox.ColumnWidth property (Access)
You can use the **ColumnWidth** property to specify the width of a column in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnWidth`
+_expression_. `ColumnWidth`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ColumnWidths.md b/api/Access.ComboBox.ColumnWidths.md
index 33d1813fd94..bd867924d2a 100644
--- a/api/Access.ComboBox.ColumnWidths.md
+++ b/api/Access.ComboBox.ColumnWidths.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ColumnWidths Property (Access)
+title: ComboBox.ColumnWidths property (Access)
keywords: vbaac10.chm11382
f1_keywords:
- vbaac10.chm11382
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ColumnWidths Property (Access)
+# ComboBox.ColumnWidths property (Access)
You can use the **ColumnWidths** property to specify the width of each column in a multiple-column combo box. Read/write **String**.
## Syntax
- _expression_. `ColumnWidths`
+_expression_. `ColumnWidths`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ControlSource.md b/api/Access.ComboBox.ControlSource.md
index efdf2dad08a..02ce57f3aa2 100644
--- a/api/Access.ComboBox.ControlSource.md
+++ b/api/Access.ComboBox.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ControlSource Property (Access)
+title: ComboBox.ControlSource property (Access)
keywords: vbaac10.chm11374
f1_keywords:
- vbaac10.chm11374
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ControlSource Property (Access)
+# ComboBox.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ControlTipText.md b/api/Access.ComboBox.ControlTipText.md
index a415ea06c39..87a81547745 100644
--- a/api/Access.ComboBox.ControlTipText.md
+++ b/api/Access.ComboBox.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ControlTipText Property (Access)
+title: ComboBox.ControlTipText property (Access)
keywords: vbaac10.chm11423
f1_keywords:
- vbaac10.chm11423
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ControlTipText Property (Access)
+# ComboBox.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ControlType.md b/api/Access.ComboBox.ControlType.md
index 5e560f94664..50815b05325 100644
--- a/api/Access.ComboBox.ControlType.md
+++ b/api/Access.ComboBox.ControlType.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ControlType Property (Access)
+title: ComboBox.ControlType property (Access)
keywords: vbaac10.chm11373
f1_keywords:
- vbaac10.chm11373
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ControlType Property (Access)
+# ComboBox.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Controls.md b/api/Access.ComboBox.Controls.md
index a81f5eaf166..ac1434d132c 100644
--- a/api/Access.ComboBox.Controls.md
+++ b/api/Access.ComboBox.Controls.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Controls Property (Access)
+title: ComboBox.Controls property (Access)
keywords: vbaac10.chm11367
f1_keywords:
- vbaac10.chm11367
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Controls Property (Access)
+# ComboBox.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.DblClick.md b/api/Access.ComboBox.DblClick.md
index f079ea5ab2c..81a843ae9f4 100644
--- a/api/Access.ComboBox.DblClick.md
+++ b/api/Access.ComboBox.DblClick.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.DblClick Event (Access)
+title: ComboBox.DblClick event (Access)
keywords: vbaac10.chm14220
f1_keywords:
- vbaac10.chm14220
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.DblClick Event (Access)
+# ComboBox.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.ComboBox.DecimalPlaces.md b/api/Access.ComboBox.DecimalPlaces.md
index 656526944a0..e851222d7b8 100644
--- a/api/Access.ComboBox.DecimalPlaces.md
+++ b/api/Access.ComboBox.DecimalPlaces.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.DecimalPlaces Property (Access)
+title: ComboBox.DecimalPlaces property (Access)
keywords: vbaac10.chm11376
f1_keywords:
- vbaac10.chm11376
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.DecimalPlaces Property (Access)
+# ComboBox.DecimalPlaces property (Access)
You can use the **DecimalPlaces** property to specify the number of decimal places Microsoft Access uses to display numbers. Read/write **Byte**.
## Syntax
- _expression_. `DecimalPlaces`
+_expression_. `DecimalPlaces`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.DefaultValue.md b/api/Access.ComboBox.DefaultValue.md
index 7cca94fe101..9b7c1b7cfff 100644
--- a/api/Access.ComboBox.DefaultValue.md
+++ b/api/Access.ComboBox.DefaultValue.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.DefaultValue Property (Access)
+title: ComboBox.DefaultValue property (Access)
keywords: vbaac10.chm11389
f1_keywords:
- vbaac10.chm11389
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.DefaultValue Property (Access)
+# ComboBox.DefaultValue property (Access)
Specifies a value that is automatically entered in a field when a new record is created. For example, in an Addresses table you can set the default value for the City field to New York. When users add a record to the table, they can either accept this value or enter the name of a different city. Read/write **String**.
## Syntax
- _expression_. `DefaultValue`
+_expression_. `DefaultValue`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Dirty.md b/api/Access.ComboBox.Dirty.md
index e94c820305d..2717c61b86a 100644
--- a/api/Access.ComboBox.Dirty.md
+++ b/api/Access.ComboBox.Dirty.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Dirty Event (Access)
+title: ComboBox.Dirty event (Access)
keywords: vbaac10.chm14227
f1_keywords:
- vbaac10.chm14227
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.Dirty Event (Access)
+# ComboBox.Dirty event (Access)
The Dirty event occurs when the contents of the specified control changes.
## Syntax
- _expression_. `Dirty`( ` _Cancel_`, )
+_expression_. `Dirty`( ` _Cancel_`, )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **Dirty** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **Dirty** event.|
diff --git a/api/Access.ComboBox.DisplayAsHyperlink.md b/api/Access.ComboBox.DisplayAsHyperlink.md
index 58a544b8e72..695bb4b93af 100644
--- a/api/Access.ComboBox.DisplayAsHyperlink.md
+++ b/api/Access.ComboBox.DisplayAsHyperlink.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.DisplayAsHyperlink Property (Access)
+title: ComboBox.DisplayAsHyperlink property (Access)
keywords: vbaac10.chm11526
f1_keywords:
- vbaac10.chm11526
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.DisplayAsHyperlink Property (Access)
+# ComboBox.DisplayAsHyperlink property (Access)
Gets or sets an **[AcDisplayAsHyperlink](Access.AcDisplayAsHyperlink.md)** constant that specifies whether to display the contents of the specified combo box as a hyperlink. Read/write.
## Syntax
- _expression_. `DisplayAsHyperlink`
+_expression_. `DisplayAsHyperlink`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.DisplayWhen.md b/api/Access.ComboBox.DisplayWhen.md
index 3be4c70f5dd..26429e2d489 100644
--- a/api/Access.ComboBox.DisplayWhen.md
+++ b/api/Access.ComboBox.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.DisplayWhen Property (Access)
+title: ComboBox.DisplayWhen property (Access)
keywords: vbaac10.chm11394
f1_keywords:
- vbaac10.chm11394
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.DisplayWhen Property (Access)
+# ComboBox.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Dropdown.md b/api/Access.ComboBox.Dropdown.md
index 8377f4a4f31..ca0322e1b5e 100644
--- a/api/Access.ComboBox.Dropdown.md
+++ b/api/Access.ComboBox.Dropdown.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Dropdown Method (Access)
+title: ComboBox.Dropdown method (Access)
keywords: vbaac10.chm11359
f1_keywords:
- vbaac10.chm11359
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# ComboBox.Dropdown Method (Access)
+# ComboBox.Dropdown method (Access)
You can use the **Dropdown** method to force the list in the specified combo box to drop down.
## Syntax
- _expression_. `Dropdown`
+_expression_. `Dropdown`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.ComboBox.Enabled.md b/api/Access.ComboBox.Enabled.md
index e2286c9762d..fdc83407e99 100644
--- a/api/Access.ComboBox.Enabled.md
+++ b/api/Access.ComboBox.Enabled.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Enabled Property (Access)
+title: ComboBox.Enabled property (Access)
keywords: vbaac10.chm11395
f1_keywords:
- vbaac10.chm11395
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Enabled Property (Access)
+# ComboBox.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Enter.md b/api/Access.ComboBox.Enter.md
index 6739540f698..774f33fc719 100644
--- a/api/Access.ComboBox.Enter.md
+++ b/api/Access.ComboBox.Enter.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Enter Event (Access)
+title: ComboBox.Enter event (Access)
keywords: vbaac10.chm14215
f1_keywords:
- vbaac10.chm14215
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Enter Event (Access)
+# ComboBox.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.EventProcPrefix.md b/api/Access.ComboBox.EventProcPrefix.md
index f1a00ef8673..198f64b7b7c 100644
--- a/api/Access.ComboBox.EventProcPrefix.md
+++ b/api/Access.ComboBox.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.EventProcPrefix Property (Access)
+title: ComboBox.EventProcPrefix property (Access)
keywords: vbaac10.chm11371
f1_keywords:
- vbaac10.chm11371
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.EventProcPrefix Property (Access)
+# ComboBox.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Exit.md b/api/Access.ComboBox.Exit.md
index c5589801a8f..df830025d36 100644
--- a/api/Access.ComboBox.Exit.md
+++ b/api/Access.ComboBox.Exit.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Exit Event (Access)
+title: ComboBox.Exit event (Access)
keywords: vbaac10.chm14216
f1_keywords:
- vbaac10.chm14216
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.Exit Event (Access)
+# ComboBox.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **Exit** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **Exit** event.|
diff --git a/api/Access.ComboBox.FontBold.md b/api/Access.ComboBox.FontBold.md
index 4702c239913..d3f57f4156d 100644
--- a/api/Access.ComboBox.FontBold.md
+++ b/api/Access.ComboBox.FontBold.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.FontBold Property (Access)
+title: ComboBox.FontBold property (Access)
keywords: vbaac10.chm11421
f1_keywords:
- vbaac10.chm11421
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.FontBold Property (Access)
+# ComboBox.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.FontItalic.md b/api/Access.ComboBox.FontItalic.md
index 314ae103281..c1eeec90a23 100644
--- a/api/Access.ComboBox.FontItalic.md
+++ b/api/Access.ComboBox.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.FontItalic Property (Access)
+title: ComboBox.FontItalic property (Access)
keywords: vbaac10.chm11417
f1_keywords:
- vbaac10.chm11417
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.FontItalic Property (Access)
+# ComboBox.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.FontName.md b/api/Access.ComboBox.FontName.md
index 3053c04f366..63b74556e75 100644
--- a/api/Access.ComboBox.FontName.md
+++ b/api/Access.ComboBox.FontName.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.FontName Property (Access)
+title: ComboBox.FontName property (Access)
keywords: vbaac10.chm11414
f1_keywords:
- vbaac10.chm11414
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.FontName Property (Access)
+# ComboBox.FontName property (Access)
You can use the **FontName** property to specify the font for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **String**.
## Syntax
- _expression_. `FontName`
+_expression_. `FontName`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.FontSize.md b/api/Access.ComboBox.FontSize.md
index d1bbd5c3023..589f4ec62e5 100644
--- a/api/Access.ComboBox.FontSize.md
+++ b/api/Access.ComboBox.FontSize.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.FontSize Property (Access)
+title: ComboBox.FontSize property (Access)
keywords: vbaac10.chm11415
f1_keywords:
- vbaac10.chm11415
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.FontSize Property (Access)
+# ComboBox.FontSize property (Access)
You can use the **FontSize** property to specify the point size for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **Integer**.
## Syntax
- _expression_. `FontSize`
+_expression_. `FontSize`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.FontUnderline.md b/api/Access.ComboBox.FontUnderline.md
index c33e343dfaf..62abf598d6d 100644
--- a/api/Access.ComboBox.FontUnderline.md
+++ b/api/Access.ComboBox.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.FontUnderline Property (Access)
+title: ComboBox.FontUnderline property (Access)
keywords: vbaac10.chm11418
f1_keywords:
- vbaac10.chm11418
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.FontUnderline Property (Access)
+# ComboBox.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.FontWeight.md b/api/Access.ComboBox.FontWeight.md
index 739adfcaa39..a3ce4e8a227 100644
--- a/api/Access.ComboBox.FontWeight.md
+++ b/api/Access.ComboBox.FontWeight.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.FontWeight Property (Access)
+title: ComboBox.FontWeight property (Access)
keywords: vbaac10.chm11416
f1_keywords:
- vbaac10.chm11416
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.FontWeight Property (Access)
+# ComboBox.FontWeight property (Access)
You can use the **DatasheetFontWeight** property to specify the line width of the font used to display and print characters for field names and data in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `FontWeight`
+_expression_. `FontWeight`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ForeColor.md b/api/Access.ComboBox.ForeColor.md
index 4d2912c06a4..f7f43fb15d4 100644
--- a/api/Access.ComboBox.ForeColor.md
+++ b/api/Access.ComboBox.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ForeColor Property (Access)
+title: ComboBox.ForeColor property (Access)
keywords: vbaac10.chm11413
f1_keywords:
- vbaac10.chm11413
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ForeColor Property (Access)
+# ComboBox.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ForeShade.md b/api/Access.ComboBox.ForeShade.md
index ebc6180dc3d..50335ebc025 100644
--- a/api/Access.ComboBox.ForeShade.md
+++ b/api/Access.ComboBox.ForeShade.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ForeShade Property (Access)
+title: ComboBox.ForeShade property (Access)
keywords: vbaac10.chm14606
f1_keywords:
- vbaac10.chm14606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ForeShade Property (Access)
+# ComboBox.ForeShade property (Access)
Gets or sets the shade that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeShade`
+_expression_. `ForeShade`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ForeThemeColorIndex.md b/api/Access.ComboBox.ForeThemeColorIndex.md
index ce44a2db36c..d51cf23ec5b 100644
--- a/api/Access.ComboBox.ForeThemeColorIndex.md
+++ b/api/Access.ComboBox.ForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ForeThemeColorIndex Property (Access)
+title: ComboBox.ForeThemeColorIndex property (Access)
keywords: vbaac10.chm14604
f1_keywords:
- vbaac10.chm14604
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ForeThemeColorIndex Property (Access)
+# ComboBox.ForeThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **ForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ForeThemeColorIndex`
+_expression_. `ForeThemeColorIndex`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ForeTint.md b/api/Access.ComboBox.ForeTint.md
index 812b82bbe75..a1f673adc2c 100644
--- a/api/Access.ComboBox.ForeTint.md
+++ b/api/Access.ComboBox.ForeTint.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ForeTint Property (Access)
+title: ComboBox.ForeTint property (Access)
keywords: vbaac10.chm14605
f1_keywords:
- vbaac10.chm14605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ForeTint Property (Access)
+# ComboBox.ForeTint property (Access)
Gets or sets the tint that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeTint`
+_expression_. `ForeTint`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Format.md b/api/Access.ComboBox.Format.md
index 424027abc5a..8f08cd68eb8 100644
--- a/api/Access.ComboBox.Format.md
+++ b/api/Access.ComboBox.Format.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Format Property (Access)
+title: ComboBox.Format property (Access)
keywords: vbaac10.chm11375
f1_keywords:
- vbaac10.chm11375
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Format Property (Access)
+# ComboBox.Format property (Access)
You can use the **Format** property to customize the way numbers, dates, times, and text are displayed and printed. Read/write **String**.
## Syntax
- _expression_. `Format`
+_expression_. `Format`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.FormatConditions.md b/api/Access.ComboBox.FormatConditions.md
index d6c508f1bd5..009e6cce129 100644
--- a/api/Access.ComboBox.FormatConditions.md
+++ b/api/Access.ComboBox.FormatConditions.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.FormatConditions Property (Access)
+title: ComboBox.FormatConditions property (Access)
keywords: vbaac10.chm11369
f1_keywords:
- vbaac10.chm11369
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.FormatConditions Property (Access)
+# ComboBox.FormatConditions property (Access)
You can use the **FormatConditions** property to return a read-only reference to the **[FormatConditions](Access.FormatConditions.md)** collection and its related properties.
## Syntax
- _expression_. `FormatConditions`
+_expression_. `FormatConditions`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Example
diff --git a/api/Access.ComboBox.GotFocus.md b/api/Access.ComboBox.GotFocus.md
index 96390f0b830..e1fc2693c56 100644
--- a/api/Access.ComboBox.GotFocus.md
+++ b/api/Access.ComboBox.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GotFocus Event (Access)
+title: ComboBox.GotFocus event (Access)
keywords: vbaac10.chm14217
f1_keywords:
- vbaac10.chm14217
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GotFocus Event (Access)
+# ComboBox.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineColor.md b/api/Access.ComboBox.GridlineColor.md
index 3a60a61faaa..42db441f2f3 100644
--- a/api/Access.ComboBox.GridlineColor.md
+++ b/api/Access.ComboBox.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineColor Property (Access)
+title: ComboBox.GridlineColor property (Access)
keywords: vbaac10.chm11493
f1_keywords:
- vbaac10.chm11493
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineColor Property (Access)
+# ComboBox.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified combo box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineShade.md b/api/Access.ComboBox.GridlineShade.md
index 31e88d5afa0..3c811c2b2a7 100644
--- a/api/Access.ComboBox.GridlineShade.md
+++ b/api/Access.ComboBox.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineShade Property (Access)
+title: ComboBox.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineShade Property (Access)
+# ComboBox.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineStyleBottom.md b/api/Access.ComboBox.GridlineStyleBottom.md
index 698dbb75beb..faf07a0f5a2 100644
--- a/api/Access.ComboBox.GridlineStyleBottom.md
+++ b/api/Access.ComboBox.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineStyleBottom Property (Access)
+title: ComboBox.GridlineStyleBottom property (Access)
keywords: vbaac10.chm11488
f1_keywords:
- vbaac10.chm11488
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineStyleBottom Property (Access)
+# ComboBox.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified combo box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineStyleLeft.md b/api/Access.ComboBox.GridlineStyleLeft.md
index 216be5c8efd..d0c72aad465 100644
--- a/api/Access.ComboBox.GridlineStyleLeft.md
+++ b/api/Access.ComboBox.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineStyleLeft Property (Access)
+title: ComboBox.GridlineStyleLeft property (Access)
keywords: vbaac10.chm11485
f1_keywords:
- vbaac10.chm11485
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineStyleLeft Property (Access)
+# ComboBox.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified combo box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineStyleRight.md b/api/Access.ComboBox.GridlineStyleRight.md
index dbdc061d312..db791f65fda 100644
--- a/api/Access.ComboBox.GridlineStyleRight.md
+++ b/api/Access.ComboBox.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineStyleRight Property (Access)
+title: ComboBox.GridlineStyleRight property (Access)
keywords: vbaac10.chm11487
f1_keywords:
- vbaac10.chm11487
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineStyleRight Property (Access)
+# ComboBox.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified combo box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineStyleTop.md b/api/Access.ComboBox.GridlineStyleTop.md
index adaa69767c5..cd208bfa773 100644
--- a/api/Access.ComboBox.GridlineStyleTop.md
+++ b/api/Access.ComboBox.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineStyleTop Property (Access)
+title: ComboBox.GridlineStyleTop property (Access)
keywords: vbaac10.chm11486
f1_keywords:
- vbaac10.chm11486
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineStyleTop Property (Access)
+# ComboBox.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified combo box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineThemeColorIndex.md b/api/Access.ComboBox.GridlineThemeColorIndex.md
index 04455e825db..af726db469f 100644
--- a/api/Access.ComboBox.GridlineThemeColorIndex.md
+++ b/api/Access.ComboBox.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineThemeColorIndex Property (Access)
+title: ComboBox.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineThemeColorIndex Property (Access)
+# ComboBox.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineTint.md b/api/Access.ComboBox.GridlineTint.md
index 352e309feba..b72f195e813 100644
--- a/api/Access.ComboBox.GridlineTint.md
+++ b/api/Access.ComboBox.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineTint Property (Access)
+title: ComboBox.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineTint Property (Access)
+# ComboBox.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineWidthBottom.md b/api/Access.ComboBox.GridlineWidthBottom.md
index 63800250a0a..68f5717880c 100644
--- a/api/Access.ComboBox.GridlineWidthBottom.md
+++ b/api/Access.ComboBox.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineWidthBottom Property (Access)
+title: ComboBox.GridlineWidthBottom property (Access)
keywords: vbaac10.chm11492
f1_keywords:
- vbaac10.chm11492
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineWidthBottom Property (Access)
+# ComboBox.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified combo box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineWidthLeft.md b/api/Access.ComboBox.GridlineWidthLeft.md
index 7c796782fd0..89cfbbf7b89 100644
--- a/api/Access.ComboBox.GridlineWidthLeft.md
+++ b/api/Access.ComboBox.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineWidthLeft Property (Access)
+title: ComboBox.GridlineWidthLeft property (Access)
keywords: vbaac10.chm11489
f1_keywords:
- vbaac10.chm11489
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineWidthLeft Property (Access)
+# ComboBox.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified combo box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineWidthRight.md b/api/Access.ComboBox.GridlineWidthRight.md
index 2aac30f36b0..982ea055230 100644
--- a/api/Access.ComboBox.GridlineWidthRight.md
+++ b/api/Access.ComboBox.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineWidthRight Property (Access)
+title: ComboBox.GridlineWidthRight property (Access)
keywords: vbaac10.chm11491
f1_keywords:
- vbaac10.chm11491
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineWidthRight Property (Access)
+# ComboBox.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified combo box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.GridlineWidthTop.md b/api/Access.ComboBox.GridlineWidthTop.md
index 9c73f34f5b1..d7f2a94bb9e 100644
--- a/api/Access.ComboBox.GridlineWidthTop.md
+++ b/api/Access.ComboBox.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.GridlineWidthTop Property (Access)
+title: ComboBox.GridlineWidthTop property (Access)
keywords: vbaac10.chm11490
f1_keywords:
- vbaac10.chm11490
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.GridlineWidthTop Property (Access)
+# ComboBox.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified combo box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Height.md b/api/Access.ComboBox.Height.md
index c94d7fad90a..4eb735db6d6 100644
--- a/api/Access.ComboBox.Height.md
+++ b/api/Access.ComboBox.Height.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Height Property (Access)
+title: ComboBox.Height property (Access)
keywords: vbaac10.chm11404
f1_keywords:
- vbaac10.chm11404
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Height Property (Access)
+# ComboBox.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.HelpContextId.md b/api/Access.ComboBox.HelpContextId.md
index 602a336bede..1732e492b8e 100644
--- a/api/Access.ComboBox.HelpContextId.md
+++ b/api/Access.ComboBox.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.HelpContextId Property (Access)
+title: ComboBox.HelpContextId property (Access)
keywords: vbaac10.chm11424
f1_keywords:
- vbaac10.chm11424
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.HelpContextId Property (Access)
+# ComboBox.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.HideDuplicates.md b/api/Access.ComboBox.HideDuplicates.md
index 33c30acf3f0..d527b4f3a7e 100644
--- a/api/Access.ComboBox.HideDuplicates.md
+++ b/api/Access.ComboBox.HideDuplicates.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.HideDuplicates Property (Access)
+title: ComboBox.HideDuplicates property (Access)
keywords: vbaac10.chm11400
f1_keywords:
- vbaac10.chm11400
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.HideDuplicates Property (Access)
+# ComboBox.HideDuplicates property (Access)
You can use the **HideDuplicates** property to hide a control on a report when its value is the same as in the preceding record. Read/write **Boolean**.
## Syntax
- _expression_. `HideDuplicates`
+_expression_. `HideDuplicates`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.HorizontalAnchor.md b/api/Access.ComboBox.HorizontalAnchor.md
index 339371bcfd2..6a5a6bc2dd8 100644
--- a/api/Access.ComboBox.HorizontalAnchor.md
+++ b/api/Access.ComboBox.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.HorizontalAnchor Property (Access)
+title: ComboBox.HorizontalAnchor property (Access)
keywords: vbaac10.chm11499
f1_keywords:
- vbaac10.chm11499
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.HorizontalAnchor Property (Access)
+# ComboBox.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the combo box is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Hyperlink.md b/api/Access.ComboBox.Hyperlink.md
index 409d37f0542..982ed0e3a58 100644
--- a/api/Access.ComboBox.Hyperlink.md
+++ b/api/Access.ComboBox.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Hyperlink Property (Access)
+title: ComboBox.Hyperlink property (Access)
keywords: vbaac10.chm11368
f1_keywords:
- vbaac10.chm11368
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Hyperlink Property (Access)
+# ComboBox.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Example
diff --git a/api/Access.ComboBox.IMEHold.md b/api/Access.ComboBox.IMEHold.md
index 2ccfb814ffe..438a9b4c707 100644
--- a/api/Access.ComboBox.IMEHold.md
+++ b/api/Access.ComboBox.IMEHold.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.IMEHold Property (Access)
+title: ComboBox.IMEHold property (Access)
keywords: vbaac10.chm11390
f1_keywords:
- vbaac10.chm11390
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.IMEHold Property (Access)
+# ComboBox.IMEHold property (Access)
[Language-specific information](overview/learn-about-language-specific-information-access.md)You can use the **IMEHold/Hold KanjiConversionMode** property to show whether the Kanji Conversion Mode is maintained when the control loses the focus. Read/write **Boolean**.
## Syntax
- _expression_. `IMEHold`
+_expression_. `IMEHold`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.IMEMode.md b/api/Access.ComboBox.IMEMode.md
index 8cbc288ed77..f604e26b324 100644
--- a/api/Access.ComboBox.IMEMode.md
+++ b/api/Access.ComboBox.IMEMode.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.IMEMode Property (Access)
+title: ComboBox.IMEMode property (Access)
keywords: vbaac10.chm11468
f1_keywords:
- vbaac10.chm11468
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.IMEMode Property (Access)
+# ComboBox.IMEMode property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `IMEMode`
+_expression_. `IMEMode`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.IMESentenceMode.md b/api/Access.ComboBox.IMESentenceMode.md
index 0ca4631d33b..b78912074cb 100644
--- a/api/Access.ComboBox.IMESentenceMode.md
+++ b/api/Access.ComboBox.IMESentenceMode.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.IMESentenceMode Property (Access)
+title: ComboBox.IMESentenceMode property (Access)
keywords: vbaac10.chm11470
f1_keywords:
- vbaac10.chm11470
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.IMESentenceMode Property (Access)
+# ComboBox.IMESentenceMode property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `IMESentenceMode`
+_expression_. `IMESentenceMode`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.InSelection.md b/api/Access.ComboBox.InSelection.md
index 5b6611e8170..17e642400b2 100644
--- a/api/Access.ComboBox.InSelection.md
+++ b/api/Access.ComboBox.InSelection.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.InSelection Property (Access)
+title: ComboBox.InSelection property (Access)
keywords: vbaac10.chm11446
f1_keywords:
- vbaac10.chm11446
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.InSelection Property (Access)
+# ComboBox.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.InheritValueList.md b/api/Access.ComboBox.InheritValueList.md
index c8f0efe5a43..df2d017e76f 100644
--- a/api/Access.ComboBox.InheritValueList.md
+++ b/api/Access.ComboBox.InheritValueList.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.InheritValueList Property (Access)
+title: ComboBox.InheritValueList property (Access)
keywords: vbaac10.chm11519
f1_keywords:
- vbaac10.chm11519
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.InheritValueList Property (Access)
+# ComboBox.InheritValueList property (Access)
Gets or sets whether a combo box's value list is inherited from its field. Read/write **Boolean**.
## Syntax
- _expression_. `InheritValueList`
+_expression_. `InheritValueList`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.InputMask.md b/api/Access.ComboBox.InputMask.md
index 8c5382991fb..0f323292507 100644
--- a/api/Access.ComboBox.InputMask.md
+++ b/api/Access.ComboBox.InputMask.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.InputMask Property (Access)
+title: ComboBox.InputMask property (Access)
keywords: vbaac10.chm11377
f1_keywords:
- vbaac10.chm11377
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.InputMask Property (Access)
+# ComboBox.InputMask property (Access)
You can use the **InputMask** property to make data entry easier and to control the values users can enter in a combo box control. Read/write **String**.
## Syntax
- _expression_. `InputMask`
+_expression_. `InputMask`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.IsHyperlink.md b/api/Access.ComboBox.IsHyperlink.md
index 967cb81c45c..f47136b0b9e 100644
--- a/api/Access.ComboBox.IsHyperlink.md
+++ b/api/Access.ComboBox.IsHyperlink.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.IsHyperlink Property (Access)
+title: ComboBox.IsHyperlink property (Access)
keywords: vbaac10.chm11471
f1_keywords:
- vbaac10.chm11471
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.IsHyperlink Property (Access)
+# ComboBox.IsHyperlink property (Access)
You can use the **IsHyperlink** property to specify or determine if the data contained in a combo box is a hyperlink. Read/write **Boolean**.
## Syntax
- _expression_. `IsHyperlink`
+_expression_. `IsHyperlink`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.IsVisible.md b/api/Access.ComboBox.IsVisible.md
index 14e7f525ab3..0f844a398d3 100644
--- a/api/Access.ComboBox.IsVisible.md
+++ b/api/Access.ComboBox.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.IsVisible Property (Access)
+title: ComboBox.IsVisible property (Access)
keywords: vbaac10.chm11445
f1_keywords:
- vbaac10.chm11445
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.IsVisible Property (Access)
+# ComboBox.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ItemData.md b/api/Access.ComboBox.ItemData.md
index 123ec7992a2..ce972655e78 100644
--- a/api/Access.ComboBox.ItemData.md
+++ b/api/Access.ComboBox.ItemData.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ItemData Property (Access)
+title: ComboBox.ItemData property (Access)
keywords: vbaac10.chm11362
f1_keywords:
- vbaac10.chm11362
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.ItemData Property (Access)
+# ComboBox.ItemData property (Access)
The **ItemData** property returns the data in the bound column for the specified row in a combo box. Read-only **Variant**.
## Syntax
- _expression_. `ItemData`( ` _Index_` )
+_expression_. `ItemData`( ` _Index_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The row in the combo box or list box containing the data you want to return. Rows in combo and list boxes are indexed starting with zero. For example, to return the item in the sixth row of a combo box, you'd specify 5 for the _rowindex_ argument.|
diff --git a/api/Access.ComboBox.ItemsSelected.md b/api/Access.ComboBox.ItemsSelected.md
index 4be574c5bbe..c66790a828f 100644
--- a/api/Access.ComboBox.ItemsSelected.md
+++ b/api/Access.ComboBox.ItemsSelected.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ItemsSelected Property (Access)
+title: ComboBox.ItemsSelected property (Access)
keywords: vbaac10.chm11495
f1_keywords:
- vbaac10.chm11495
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ItemsSelected Property (Access)
+# ComboBox.ItemsSelected property (Access)
You can use the **ItemsSelected** property to return a read-only reference to the hidden **ItemsSelected** collection. This hidden collection can be used to access data in the selected rows of a multiselect combo box control.
## Syntax
- _expression_. `ItemsSelected`
+_expression_. `ItemsSelected`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.KeyDown.md b/api/Access.ComboBox.KeyDown.md
index 7082b7f9336..16733541d7f 100644
--- a/api/Access.ComboBox.KeyDown.md
+++ b/api/Access.ComboBox.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.KeyDown Event (Access)
+title: ComboBox.KeyDown event (Access)
keywords: vbaac10.chm14224
f1_keywords:
- vbaac10.chm14224
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.KeyDown Event (Access)
+# ComboBox.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.ComboBox.KeyPress.md b/api/Access.ComboBox.KeyPress.md
index a561ba862e8..c102ed35b77 100644
--- a/api/Access.ComboBox.KeyPress.md
+++ b/api/Access.ComboBox.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.KeyPress Event (Access)
+title: ComboBox.KeyPress event (Access)
keywords: vbaac10.chm14225
f1_keywords:
- vbaac10.chm14225
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.KeyPress Event (Access)
+# ComboBox.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_` )
+_expression_. `KeyPress`( ` _KeyAscii_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.ComboBox.KeyUp.md b/api/Access.ComboBox.KeyUp.md
index 9b3f7985e37..af9eb0161fe 100644
--- a/api/Access.ComboBox.KeyUp.md
+++ b/api/Access.ComboBox.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.KeyUp Event (Access)
+title: ComboBox.KeyUp event (Access)
keywords: vbaac10.chm14226
f1_keywords:
- vbaac10.chm14226
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.KeyUp Event (Access)
+# ComboBox.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.ComboBox.KeyboardLanguage.md b/api/Access.ComboBox.KeyboardLanguage.md
index ccece2c27f2..a17758c0d57 100644
--- a/api/Access.ComboBox.KeyboardLanguage.md
+++ b/api/Access.ComboBox.KeyboardLanguage.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.KeyboardLanguage Property (Access)
+title: ComboBox.KeyboardLanguage property (Access)
keywords: vbaac10.chm11464
f1_keywords:
- vbaac10.chm11464
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.KeyboardLanguage Property (Access)
+# ComboBox.KeyboardLanguage property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `KeyboardLanguage`
+_expression_. `KeyboardLanguage`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.LabelAlign.md b/api/Access.ComboBox.LabelAlign.md
index 940c15c94e8..c32b257b3e0 100644
--- a/api/Access.ComboBox.LabelAlign.md
+++ b/api/Access.ComboBox.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.LabelAlign Property (Access)
+title: ComboBox.LabelAlign property (Access)
keywords: vbaac10.chm11432
f1_keywords:
- vbaac10.chm11432
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.LabelAlign Property (Access)
+# ComboBox.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.LabelX.md b/api/Access.ComboBox.LabelX.md
index 40d970c6d31..45fd3586837 100644
--- a/api/Access.ComboBox.LabelX.md
+++ b/api/Access.ComboBox.LabelX.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.LabelX Property (Access)
+title: ComboBox.LabelX property (Access)
keywords: vbaac10.chm11430
f1_keywords:
- vbaac10.chm11430
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.LabelX Property (Access)
+# ComboBox.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.LabelY.md b/api/Access.ComboBox.LabelY.md
index 5e7be0be989..7f106c4365d 100644
--- a/api/Access.ComboBox.LabelY.md
+++ b/api/Access.ComboBox.LabelY.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.LabelY Property (Access)
+title: ComboBox.LabelY property (Access)
keywords: vbaac10.chm11431
f1_keywords:
- vbaac10.chm11431
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.LabelY Property (Access)
+# ComboBox.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Layout.md b/api/Access.ComboBox.Layout.md
index f35235212e5..893686b9cd2 100644
--- a/api/Access.ComboBox.Layout.md
+++ b/api/Access.ComboBox.Layout.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Layout Property (Access)
+title: ComboBox.Layout property (Access)
keywords: vbaac10.chm11480
f1_keywords:
- vbaac10.chm11480
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Layout Property (Access)
+# ComboBox.Layout property (Access)
Returns the type of layout for the specified combo box. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.LayoutID.md b/api/Access.ComboBox.LayoutID.md
index 785dcbb7d02..7a0b20259b0 100644
--- a/api/Access.ComboBox.LayoutID.md
+++ b/api/Access.ComboBox.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.LayoutID Property (Access)
+title: ComboBox.LayoutID property (Access)
keywords: vbaac10.chm11524
f1_keywords:
- vbaac10.chm11524
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.LayoutID Property (Access)
+# ComboBox.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified combo box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Left.md b/api/Access.ComboBox.Left.md
index 271ab49022c..346b5f956a1 100644
--- a/api/Access.ComboBox.Left.md
+++ b/api/Access.ComboBox.Left.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Left Property (Access)
+title: ComboBox.Left property (Access)
keywords: vbaac10.chm11401
f1_keywords:
- vbaac10.chm11401
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Left Property (Access)
+# ComboBox.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.LeftMargin.md b/api/Access.ComboBox.LeftMargin.md
index 9aef80ab301..a7ba28c8ad4 100644
--- a/api/Access.ComboBox.LeftMargin.md
+++ b/api/Access.ComboBox.LeftMargin.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.LeftMargin Property (Access)
+title: ComboBox.LeftMargin property (Access)
keywords: vbaac10.chm11520
f1_keywords:
- vbaac10.chm11520
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.LeftMargin Property (Access)
+# ComboBox.LeftMargin property (Access)
Along with the **TopMargin**, **RightMargin**, and **BottomMargin** properties, specifies the location of information displayed within a text box control. Read/write **Integer**. .
## Syntax
- _expression_. `LeftMargin`
+_expression_. `LeftMargin`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.LeftPadding.md b/api/Access.ComboBox.LeftPadding.md
index 267c6ddf3f3..d2a827efaa9 100644
--- a/api/Access.ComboBox.LeftPadding.md
+++ b/api/Access.ComboBox.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.LeftPadding Property (Access)
+title: ComboBox.LeftPadding property (Access)
keywords: vbaac10.chm11481
f1_keywords:
- vbaac10.chm11481
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.LeftPadding Property (Access)
+# ComboBox.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the combo box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.LimitToList.md b/api/Access.ComboBox.LimitToList.md
index 3eb36f0eb3d..eb5a80f6075 100644
--- a/api/Access.ComboBox.LimitToList.md
+++ b/api/Access.ComboBox.LimitToList.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.LimitToList Property (Access)
+title: ComboBox.LimitToList property (Access)
keywords: vbaac10.chm11387
f1_keywords:
- vbaac10.chm11387
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.LimitToList Property (Access)
+# ComboBox.LimitToList property (Access)
You can use the **LimitToList** property to limit a combo box's values to the listed items. Read/write **Boolean**.
## Syntax
- _expression_. `LimitToList`
+_expression_. `LimitToList`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ListCount.md b/api/Access.ComboBox.ListCount.md
index 3095a9d033d..35cf849e117 100644
--- a/api/Access.ComboBox.ListCount.md
+++ b/api/Access.ComboBox.ListCount.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ListCount Property (Access)
+title: ComboBox.ListCount property (Access)
keywords: vbaac10.chm11443
f1_keywords:
- vbaac10.chm11443
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ListCount Property (Access)
+# ComboBox.ListCount property (Access)
You can use the **ListCount** property to determine the number of rows in the list box portion of a combo box. Read/write **Long**.
## Syntax
- _expression_. `ListCount`
+_expression_. `ListCount`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ListIndex.md b/api/Access.ComboBox.ListIndex.md
index eef0134cfba..f50a0d0a913 100644
--- a/api/Access.ComboBox.ListIndex.md
+++ b/api/Access.ComboBox.ListIndex.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ListIndex Property (Access)
+title: ComboBox.ListIndex property (Access)
keywords: vbaac10.chm11444
f1_keywords:
- vbaac10.chm11444
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ListIndex Property (Access)
+# ComboBox.ListIndex property (Access)
You can use the **ListIndex** property to determine which item is selected in a combo box. Read/write **Long**.
## Syntax
- _expression_. `ListIndex`
+_expression_. `ListIndex`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ListItemsEditForm.md b/api/Access.ComboBox.ListItemsEditForm.md
index 089ec3879b7..daafb74a951 100644
--- a/api/Access.ComboBox.ListItemsEditForm.md
+++ b/api/Access.ComboBox.ListItemsEditForm.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ListItemsEditForm Property (Access)
+title: ComboBox.ListItemsEditForm property (Access)
keywords: vbaac10.chm11518
f1_keywords:
- vbaac10.chm11518
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ListItemsEditForm Property (Access)
+# ComboBox.ListItemsEditForm property (Access)
Gets or sets the name of the form that is displayed when the user clicks **Edit List Items**. Read/write **String**.
## Syntax
- _expression_. `ListItemsEditForm`
+_expression_. `ListItemsEditForm`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ListRows.md b/api/Access.ComboBox.ListRows.md
index 55f053c001e..5620f49226c 100644
--- a/api/Access.ComboBox.ListRows.md
+++ b/api/Access.ComboBox.ListRows.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ListRows Property (Access)
+title: ComboBox.ListRows property (Access)
keywords: vbaac10.chm11384,vbaac10.chm4417
f1_keywords:
- vbaac10.chm11384,vbaac10.chm4417
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ListRows Property (Access)
+# ComboBox.ListRows property (Access)
You can use the **ListRows** property to set the maximum number of rows to display in the list box portion of a combo box. Read/write **Integer**.
## Syntax
- _expression_. `ListRows`
+_expression_. `ListRows`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ListWidth.md b/api/Access.ComboBox.ListWidth.md
index 8bdcbd340bb..242214300bf 100644
--- a/api/Access.ComboBox.ListWidth.md
+++ b/api/Access.ComboBox.ListWidth.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ListWidth Property (Access)
+title: ComboBox.ListWidth property (Access)
keywords: vbaac10.chm11385,vbaac10.chm4418
f1_keywords:
- vbaac10.chm11385,vbaac10.chm4418
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ListWidth Property (Access)
+# ComboBox.ListWidth property (Access)
You can use the **ListWidth** property to set the width of the list box portion of a combo box. Read/write **String**.
## Syntax
- _expression_. `ListWidth`
+_expression_. `ListWidth`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Locked.md b/api/Access.ComboBox.Locked.md
index f238af943e5..8d6596feed3 100644
--- a/api/Access.ComboBox.Locked.md
+++ b/api/Access.ComboBox.Locked.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Locked Property (Access)
+title: ComboBox.Locked property (Access)
keywords: vbaac10.chm11396
f1_keywords:
- vbaac10.chm11396
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Locked Property (Access)
+# ComboBox.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.LostFocus.md b/api/Access.ComboBox.LostFocus.md
index 52e8603d7fc..2233b793331 100644
--- a/api/Access.ComboBox.LostFocus.md
+++ b/api/Access.ComboBox.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.LostFocus Event (Access)
+title: ComboBox.LostFocus event (Access)
keywords: vbaac10.chm14218
f1_keywords:
- vbaac10.chm14218
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.LostFocus Event (Access)
+# ComboBox.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.MouseDown.md b/api/Access.ComboBox.MouseDown.md
index af6320ed81a..6110454c5e5 100644
--- a/api/Access.ComboBox.MouseDown.md
+++ b/api/Access.ComboBox.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.MouseDown Event (Access)
+title: ComboBox.MouseDown event (Access)
keywords: vbaac10.chm14221
f1_keywords:
- vbaac10.chm14221
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.MouseDown Event (Access)
+# ComboBox.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ComboBox.MouseMove.md b/api/Access.ComboBox.MouseMove.md
index cf3e19fc73d..ef9e3e2d192 100644
--- a/api/Access.ComboBox.MouseMove.md
+++ b/api/Access.ComboBox.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.MouseMove Event (Access)
+title: ComboBox.MouseMove event (Access)
keywords: vbaac10.chm14222
f1_keywords:
- vbaac10.chm14222
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.MouseMove Event (Access)
+# ComboBox.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ComboBox.MouseUp.md b/api/Access.ComboBox.MouseUp.md
index 80da1c1a062..0e11bb8e505 100644
--- a/api/Access.ComboBox.MouseUp.md
+++ b/api/Access.ComboBox.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.MouseUp Event (Access)
+title: ComboBox.MouseUp event (Access)
keywords: vbaac10.chm14223
f1_keywords:
- vbaac10.chm14223
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.MouseUp Event (Access)
+# ComboBox.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ComboBox.Move.md b/api/Access.ComboBox.Move.md
index 06509149d20..7d239d48a35 100644
--- a/api/Access.ComboBox.Move.md
+++ b/api/Access.ComboBox.Move.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Move Method (Access)
+title: ComboBox.Move method (Access)
keywords: vbaac10.chm11472
f1_keywords:
- vbaac10.chm11472
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.Move Method (Access)
+# ComboBox.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.ComboBox.Name.md b/api/Access.ComboBox.Name.md
index ee6da0e6e58..cb1171bf10c 100644
--- a/api/Access.ComboBox.Name.md
+++ b/api/Access.ComboBox.Name.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Name Property (Access)
+title: ComboBox.Name property (Access)
keywords: vbaac10.chm11469
f1_keywords:
- vbaac10.chm11469
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Name Property (Access)
+# ComboBox.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.NotInList.md b/api/Access.ComboBox.NotInList.md
index 66d27911634..4f691d549cd 100644
--- a/api/Access.ComboBox.NotInList.md
+++ b/api/Access.ComboBox.NotInList.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.NotInList Event (Access)
+title: ComboBox.NotInList event (Access)
keywords: vbaac10.chm14214
f1_keywords:
- vbaac10.chm14214
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.NotInList Event (Access)
+# ComboBox.NotInList event (Access)
The **NotInList** event occurs when the user enters a value in the text box portion of a combo box that isn't in the combo box list.
## Syntax
- _expression_. `NotInList`( `_NewData_`, `_Response_` )
+_expression_. `NotInList`( `_NewData_`, `_Response_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewData_|Required|**String**|A string that Microsoft Access uses to pass the text the user entered in the text box portion of the combo box to the event procedure.|
| _Response_|Required|**Integer**|The setting indicates how the **NotInList** event was handled. The _Response_ argument can be one of the following intrinsic constants:
- **acDataErrDisplay** (Default) Displays the default message to the user. You can use this when you don't want to allow the user to add a new value to the combo box list.
- **acDataErrContinue** Doesn't display the default message to the user. You can use this when you want to display a custom message to the user. For example, the event procedure could display a custom dialog box asking if the user wanted to save the new entry. If the response is Yes, the event procedure would add the new entry to the list and set the **Response** argument to **acDataErrAdded**. If the response is No, the event procedure would set the **Response** argument to **acDataErrContinue**.
- **acDataErrAdded** Doesn't display a message to the user but enables you to add the entry to the combo box list in the **NotInList** event procedure. After the entry is added, Microsoft Access updates the list by re-querying the combo box. Microsoft Access then rechecks the string against the combo box list, and saves the value in the **NewData** argument in the field the combo box is bound to. If the string is not in the list, then Microsoft Access displays an error message.
|
diff --git a/api/Access.ComboBox.NumeralShapes.md b/api/Access.ComboBox.NumeralShapes.md
index a7c95e00c6f..ea851d35fb4 100644
--- a/api/Access.ComboBox.NumeralShapes.md
+++ b/api/Access.ComboBox.NumeralShapes.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.NumeralShapes Property (Access)
+title: ComboBox.NumeralShapes property (Access)
keywords: vbaac10.chm11467
f1_keywords:
- vbaac10.chm11467
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox.NumeralShapes Property (Access)
+# ComboBox.NumeralShapes property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `NumeralShapes`
+_expression_. `NumeralShapes`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.OldBorderStyle.md b/api/Access.ComboBox.OldBorderStyle.md
index e1f50a5320d..9f70c9969f8 100644
--- a/api/Access.ComboBox.OldBorderStyle.md
+++ b/api/Access.ComboBox.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OldBorderStyle Property (Access)
+title: ComboBox.OldBorderStyle property (Access)
keywords: vbaac10.chm11409
f1_keywords:
- vbaac10.chm11409
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OldBorderStyle Property (Access)
+# ComboBox.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.OldValue.md b/api/Access.ComboBox.OldValue.md
index a64e4c549a4..5320dd211bb 100644
--- a/api/Access.ComboBox.OldValue.md
+++ b/api/Access.ComboBox.OldValue.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OldValue Property (Access)
+title: ComboBox.OldValue property (Access)
keywords: vbaac10.chm11361
f1_keywords:
- vbaac10.chm11361
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OldValue Property (Access)
+# ComboBox.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.OnChange.md b/api/Access.ComboBox.OnChange.md
index 078c2ce42d7..da1c06e5a03 100644
--- a/api/Access.ComboBox.OnChange.md
+++ b/api/Access.ComboBox.OnChange.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnChange Property (Access)
+title: ComboBox.OnChange property (Access)
keywords: vbaac10.chm11449
f1_keywords:
- vbaac10.chm11449
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnChange Property (Access)
+# ComboBox.OnChange property (Access)
Sets or returns the value of the **On Change** box in the **Properties** window of one of the objects in the Applies To list. Read/write **String**.
## Syntax
- _expression_. `OnChange`
+_expression_. `OnChange`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Change** event occurs when the contents of a text box or the text portion
The **OnChange** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Change** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnClick.md b/api/Access.ComboBox.OnClick.md
index a999c3b16e6..d542aff5562 100644
--- a/api/Access.ComboBox.OnClick.md
+++ b/api/Access.ComboBox.OnClick.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnClick Property (Access)
+title: ComboBox.OnClick property (Access)
keywords: vbaac10.chm11455
f1_keywords:
- vbaac10.chm11455
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnClick Property (Access)
+# ComboBox.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -37,7 +37,7 @@ The **Click** event occurs when one of the following things occurs:
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnDblClick.md b/api/Access.ComboBox.OnDblClick.md
index 63328f10355..727d9751101 100644
--- a/api/Access.ComboBox.OnDblClick.md
+++ b/api/Access.ComboBox.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnDblClick Property (Access)
+title: ComboBox.OnDblClick property (Access)
keywords: vbaac10.chm11456
f1_keywords:
- vbaac10.chm11456
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnDblClick Property (Access)
+# ComboBox.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnDirty.md b/api/Access.ComboBox.OnDirty.md
index 2018c2f4d59..b36c411cc8d 100644
--- a/api/Access.ComboBox.OnDirty.md
+++ b/api/Access.ComboBox.OnDirty.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnDirty Property (Access)
+title: ComboBox.OnDirty property (Access)
keywords: vbaac10.chm11473
f1_keywords:
- vbaac10.chm11473
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnDirty Property (Access)
+# ComboBox.OnDirty property (Access)
Sets or returns the value of the **On Dirty** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnDirty`
+_expression_. `OnDirty`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Dirty** event occurs when the contents of a form or the text portion of a
The **OnClose** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dirty** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnEnter.md b/api/Access.ComboBox.OnEnter.md
index eccd9e4ce04..206d61d273c 100644
--- a/api/Access.ComboBox.OnEnter.md
+++ b/api/Access.ComboBox.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnEnter Property (Access)
+title: ComboBox.OnEnter property (Access)
keywords: vbaac10.chm11451
f1_keywords:
- vbaac10.chm11451
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnEnter Property (Access)
+# ComboBox.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnExit.md b/api/Access.ComboBox.OnExit.md
index 40253c05564..e928e0964ba 100644
--- a/api/Access.ComboBox.OnExit.md
+++ b/api/Access.ComboBox.OnExit.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnExit Property (Access)
+title: ComboBox.OnExit property (Access)
keywords: vbaac10.chm11452
f1_keywords:
- vbaac10.chm11452
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnExit Property (Access)
+# ComboBox.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnGotFocus.md b/api/Access.ComboBox.OnGotFocus.md
index 87dee1a478b..7194753defa 100644
--- a/api/Access.ComboBox.OnGotFocus.md
+++ b/api/Access.ComboBox.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnGotFocus Property (Access)
+title: ComboBox.OnGotFocus property (Access)
keywords: vbaac10.chm11453
f1_keywords:
- vbaac10.chm11453
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnGotFocus Property (Access)
+# ComboBox.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnKeyDown.md b/api/Access.ComboBox.OnKeyDown.md
index e194361f2d5..e8808ab0700 100644
--- a/api/Access.ComboBox.OnKeyDown.md
+++ b/api/Access.ComboBox.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnKeyDown Property (Access)
+title: ComboBox.OnKeyDown property (Access)
keywords: vbaac10.chm11460
f1_keywords:
- vbaac10.chm11460
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnKeyDown Property (Access)
+# ComboBox.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnKeyPress.md b/api/Access.ComboBox.OnKeyPress.md
index 62ec245317d..5a5f1d70891 100644
--- a/api/Access.ComboBox.OnKeyPress.md
+++ b/api/Access.ComboBox.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnKeyPress Property (Access)
+title: ComboBox.OnKeyPress property (Access)
keywords: vbaac10.chm11462
f1_keywords:
- vbaac10.chm11462
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnKeyPress Property (Access)
+# ComboBox.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnKeyUp.md b/api/Access.ComboBox.OnKeyUp.md
index 22abc3109dd..9a51c72da70 100644
--- a/api/Access.ComboBox.OnKeyUp.md
+++ b/api/Access.ComboBox.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnKeyUp Property (Access)
+title: ComboBox.OnKeyUp property (Access)
keywords: vbaac10.chm11461
f1_keywords:
- vbaac10.chm11461
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnKeyUp Property (Access)
+# ComboBox.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnLostFocus.md b/api/Access.ComboBox.OnLostFocus.md
index b7b0c30e8c7..363bc5b0789 100644
--- a/api/Access.ComboBox.OnLostFocus.md
+++ b/api/Access.ComboBox.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnLostFocus Property (Access)
+title: ComboBox.OnLostFocus property (Access)
keywords: vbaac10.chm11454
f1_keywords:
- vbaac10.chm11454
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnLostFocus Property (Access)
+# ComboBox.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnMouseDown.md b/api/Access.ComboBox.OnMouseDown.md
index 7f352ecbe98..ee2051469a7 100644
--- a/api/Access.ComboBox.OnMouseDown.md
+++ b/api/Access.ComboBox.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnMouseDown Property (Access)
+title: ComboBox.OnMouseDown property (Access)
keywords: vbaac10.chm11457
f1_keywords:
- vbaac10.chm11457
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnMouseDown Property (Access)
+# ComboBox.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnMouseMove.md b/api/Access.ComboBox.OnMouseMove.md
index f7d55522c26..7ef15aff9ad 100644
--- a/api/Access.ComboBox.OnMouseMove.md
+++ b/api/Access.ComboBox.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnMouseMove Property (Access)
+title: ComboBox.OnMouseMove property (Access)
keywords: vbaac10.chm11458
f1_keywords:
- vbaac10.chm11458
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnMouseMove Property (Access)
+# ComboBox.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnMouseUp.md b/api/Access.ComboBox.OnMouseUp.md
index a5efc06d776..add05dc07fa 100644
--- a/api/Access.ComboBox.OnMouseUp.md
+++ b/api/Access.ComboBox.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnMouseUp Property (Access)
+title: ComboBox.OnMouseUp property (Access)
keywords: vbaac10.chm11459
f1_keywords:
- vbaac10.chm11459
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnMouseUp Property (Access)
+# ComboBox.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnNotInList.md b/api/Access.ComboBox.OnNotInList.md
index 55c22249b44..896f69cdf61 100644
--- a/api/Access.ComboBox.OnNotInList.md
+++ b/api/Access.ComboBox.OnNotInList.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnNotInList Property (Access)
+title: ComboBox.OnNotInList property (Access)
keywords: vbaac10.chm11450,vbaac10.chm4100
f1_keywords:
- vbaac10.chm11450,vbaac10.chm4100
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnNotInList Property (Access)
+# ComboBox.OnNotInList property (Access)
Sets or returns the value of the **On Not in List** box in the **Properties** window of a combo box. Read/write **String**.
## Syntax
- _expression_. `OnNotInList`
+_expression_. `OnNotInList`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **NotInList** event occurs when the user enters a value in the text box por
The **OnNotInList** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Not in List** box in the combo box's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ComboBox.OnUndo.md b/api/Access.ComboBox.OnUndo.md
index a7a27ce1c37..a6a6cbd133d 100644
--- a/api/Access.ComboBox.OnUndo.md
+++ b/api/Access.ComboBox.OnUndo.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.OnUndo Property (Access)
+title: ComboBox.OnUndo property (Access)
keywords: vbaac10.chm11474
f1_keywords:
- vbaac10.chm11474
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.OnUndo Property (Access)
+# ComboBox.OnUndo property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **Undo** event occurs. Read/write..
## Syntax
- _expression_. `OnUndo`
+_expression_. `OnUndo`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Parent.md b/api/Access.ComboBox.Parent.md
index ba552f43c02..bff155ff1ab 100644
--- a/api/Access.ComboBox.Parent.md
+++ b/api/Access.ComboBox.Parent.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Parent Property (Access)
+title: ComboBox.Parent property (Access)
keywords: vbaac10.chm11357
f1_keywords:
- vbaac10.chm11357
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Parent Property (Access)
+# ComboBox.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.Properties.md b/api/Access.ComboBox.Properties.md
index 4ba0e087f8d..adb937aade0 100644
--- a/api/Access.ComboBox.Properties.md
+++ b/api/Access.ComboBox.Properties.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Properties Property (Access)
+title: ComboBox.Properties property (Access)
keywords: vbaac10.chm11363
f1_keywords:
- vbaac10.chm11363
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Properties Property (Access)
+# ComboBox.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ReadingOrder.md b/api/Access.ComboBox.ReadingOrder.md
index 49fa92e531c..a300b80af93 100644
--- a/api/Access.ComboBox.ReadingOrder.md
+++ b/api/Access.ComboBox.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ReadingOrder Property (Access)
+title: ComboBox.ReadingOrder property (Access)
keywords: vbaac10.chm11463
f1_keywords:
- vbaac10.chm11463
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ReadingOrder Property (Access)
+# ComboBox.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Recordset.md b/api/Access.ComboBox.Recordset.md
index 2dcfae7e630..431be83319f 100644
--- a/api/Access.ComboBox.Recordset.md
+++ b/api/Access.ComboBox.Recordset.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Recordset Property (Access)
+title: ComboBox.Recordset property (Access)
keywords: vbaac10.chm11475
f1_keywords:
- vbaac10.chm11475
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Recordset Property (Access)
+# ComboBox.Recordset property (Access)
Returns or sets the ADO **Recordset** or DAO **[Recordset](overview/Access.md)** object representing the record source for the specified object. Read/write **Object**.
## Syntax
- _expression_. `Recordset`
+_expression_. `Recordset`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.RemoveItem.md b/api/Access.ComboBox.RemoveItem.md
index ec3338359b7..74a9d40d26e 100644
--- a/api/Access.ComboBox.RemoveItem.md
+++ b/api/Access.ComboBox.RemoveItem.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.RemoveItem Method (Access)
+title: ComboBox.RemoveItem method (Access)
keywords: vbaac10.chm11477
f1_keywords:
- vbaac10.chm11477
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.RemoveItem Method (Access)
+# ComboBox.RemoveItem method (Access)
Removes an item from the list of values displayed by the specified combo box control.
## Syntax
- _expression_. `RemoveItem`( ` _Index_` )
+_expression_. `RemoveItem`( ` _Index_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The item to be removed from the list, expressed as either an item number or the list item text.|
diff --git a/api/Access.ComboBox.Requery.md b/api/Access.ComboBox.Requery.md
index 71b3f870be1..b208e2396ea 100644
--- a/api/Access.ComboBox.Requery.md
+++ b/api/Access.ComboBox.Requery.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Requery Method (Access)
+title: ComboBox.Requery method (Access)
keywords: vbaac10.chm11365
f1_keywords:
- vbaac10.chm11365
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Requery Method (Access)
+# ComboBox.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.RightMargin.md b/api/Access.ComboBox.RightMargin.md
index 9a78d19f250..485d8757ca3 100644
--- a/api/Access.ComboBox.RightMargin.md
+++ b/api/Access.ComboBox.RightMargin.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.RightMargin Property (Access)
+title: ComboBox.RightMargin property (Access)
keywords: vbaac10.chm11522
f1_keywords:
- vbaac10.chm11522
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.RightMargin Property (Access)
+# ComboBox.RightMargin property (Access)
Along with the **TopMargin**, **Left Margin**, and **BottomMargin** properties, specifies the location of information displayed within a combo box control. Read/write **Integer**.
## Syntax
- _expression_. `RightMargin`
+_expression_. `RightMargin`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.RightPadding.md b/api/Access.ComboBox.RightPadding.md
index eb32d4cf792..87748ddb674 100644
--- a/api/Access.ComboBox.RightPadding.md
+++ b/api/Access.ComboBox.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.RightPadding Property (Access)
+title: ComboBox.RightPadding property (Access)
keywords: vbaac10.chm11483
f1_keywords:
- vbaac10.chm11483
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.RightPadding Property (Access)
+# ComboBox.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the combo box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.RowSource.md b/api/Access.ComboBox.RowSource.md
index db34f154772..6cbeb8fdbbc 100644
--- a/api/Access.ComboBox.RowSource.md
+++ b/api/Access.ComboBox.RowSource.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.RowSource Property (Access)
+title: ComboBox.RowSource property (Access)
keywords: vbaac10.chm11379
f1_keywords:
- vbaac10.chm11379
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.RowSource Property (Access)
+# ComboBox.RowSource property (Access)
You can use the **RowSource** property (along with the **RowSourceType** property) to tell Microsoft Access how to provide data tothe specified object. Read/write **String**.
## Syntax
- _expression_. `RowSource`
+_expression_. `RowSource`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.RowSourceType.md b/api/Access.ComboBox.RowSourceType.md
index 65fb0a58ee4..3c5dba1e735 100644
--- a/api/Access.ComboBox.RowSourceType.md
+++ b/api/Access.ComboBox.RowSourceType.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.RowSourceType Property (Access)
+title: ComboBox.RowSourceType property (Access)
keywords: vbaac10.chm11378
f1_keywords:
- vbaac10.chm11378
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.RowSourceType Property (Access)
+# ComboBox.RowSourceType property (Access)
You can use the **RowSourceType** property (along with the **RowSource** property) to tell Microsoft Access how to provide data tothe specified object. Read/write **String**.
## Syntax
- _expression_. `RowSourceType`
+_expression_. `RowSourceType`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ScrollBarAlign.md b/api/Access.ComboBox.ScrollBarAlign.md
index 29cd8b03f9c..9d3a5b5b7f4 100644
--- a/api/Access.ComboBox.ScrollBarAlign.md
+++ b/api/Access.ComboBox.ScrollBarAlign.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ScrollBarAlign Property (Access)
+title: ComboBox.ScrollBarAlign property (Access)
keywords: vbaac10.chm11466
f1_keywords:
- vbaac10.chm11466
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ScrollBarAlign Property (Access)
+# ComboBox.ScrollBarAlign property (Access)
You can use the **ScrollBarAlign** to specify or determine the alignment of a vertical scroll bar. Read/write **Byte**.
## Syntax
- _expression_. `ScrollBarAlign`
+_expression_. `ScrollBarAlign`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Section.md b/api/Access.ComboBox.Section.md
index f072fad80d0..abe0795a4a7 100644
--- a/api/Access.ComboBox.Section.md
+++ b/api/Access.ComboBox.Section.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Section Property (Access)
+title: ComboBox.Section property (Access)
keywords: vbaac10.chm11433
f1_keywords:
- vbaac10.chm11433
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Section Property (Access)
+# ComboBox.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.SelLength.md b/api/Access.ComboBox.SelLength.md
index 6573731dc1b..f6db2e680bc 100644
--- a/api/Access.ComboBox.SelLength.md
+++ b/api/Access.ComboBox.SelLength.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.SelLength Property (Access)
+title: ComboBox.SelLength property (Access)
keywords: vbaac10.chm11439
f1_keywords:
- vbaac10.chm11439
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.SelLength Property (Access)
+# ComboBox.SelLength property (Access)
The **SelLength** property specifies or determines the number of characters selected in the text box portion of a combo box. Read/write **Integer**.
## Syntax
- _expression_. `SelLength`
+_expression_. `SelLength`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.SelStart.md b/api/Access.ComboBox.SelStart.md
index 8963c6a60eb..839d4b8b622 100644
--- a/api/Access.ComboBox.SelStart.md
+++ b/api/Access.ComboBox.SelStart.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.SelStart Property (Access)
+title: ComboBox.SelStart property (Access)
keywords: vbaac10.chm11438
f1_keywords:
- vbaac10.chm11438
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.SelStart Property (Access)
+# ComboBox.SelStart property (Access)
The **SelStart** property specifies or determines the starting point of the selected text or the position of the insertion point if no text is selected. Read/write **Integer**.
## Syntax
- _expression_. `SelStart`
+_expression_. `SelStart`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.SelText.md b/api/Access.ComboBox.SelText.md
index c63cf316ca7..28341022424 100644
--- a/api/Access.ComboBox.SelText.md
+++ b/api/Access.ComboBox.SelText.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.SelText Property (Access)
+title: ComboBox.SelText property (Access)
keywords: vbaac10.chm11437
f1_keywords:
- vbaac10.chm11437
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.SelText Property (Access)
+# ComboBox.SelText property (Access)
The **SelText** property returns a string containing the selected text. Read/write **String**.
## Syntax
- _expression_. `SelText`
+_expression_. `SelText`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Selected.md b/api/Access.ComboBox.Selected.md
index 949fefe37ec..fea63675e37 100644
--- a/api/Access.ComboBox.Selected.md
+++ b/api/Access.ComboBox.Selected.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Selected Property (Access)
+title: ComboBox.Selected property (Access)
keywords: vbaac10.chm11494
f1_keywords:
- vbaac10.chm11494
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.Selected Property (Access)
+# ComboBox.Selected property (Access)
You can use the **Selected** property in Visual Basic to determine if an item in a combo box is selected. Read/write **Long**.
## Syntax
- _expression_. `Selected`( ` _lRow_` )
+_expression_. `Selected`( ` _lRow_` )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lRow_|Required|**Long**|The item in the combo box. The first item is represented by a zero (0), the second by a one (1), and so on.|
diff --git a/api/Access.ComboBox.SeparatorCharacters.md b/api/Access.ComboBox.SeparatorCharacters.md
index ad2fb452516..3374a41d4f1 100644
--- a/api/Access.ComboBox.SeparatorCharacters.md
+++ b/api/Access.ComboBox.SeparatorCharacters.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.SeparatorCharacters Property (Access)
+title: ComboBox.SeparatorCharacters property (Access)
keywords: vbaac10.chm11498
f1_keywords:
- vbaac10.chm11498
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.SeparatorCharacters Property (Access)
+# ComboBox.SeparatorCharacters property (Access)
Gets or sets the separator displayed between values when the combo box is bound to a multi-valued field. Read/write [AcSeparatorCharacters](Access.AcSeparatorCharacters.md).
## Syntax
- _expression_. `SeparatorCharacters`
+_expression_. `SeparatorCharacters`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.SetFocus.md b/api/Access.ComboBox.SetFocus.md
index ebd59f00f66..0a804b91193 100644
--- a/api/Access.ComboBox.SetFocus.md
+++ b/api/Access.ComboBox.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.SetFocus Method (Access)
+title: ComboBox.SetFocus method (Access)
keywords: vbaac10.chm11366
f1_keywords:
- vbaac10.chm11366
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# ComboBox.SetFocus Method (Access)
+# ComboBox.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.ComboBox.ShortcutMenuBar.md b/api/Access.ComboBox.ShortcutMenuBar.md
index e755daafe65..75af473485f 100644
--- a/api/Access.ComboBox.ShortcutMenuBar.md
+++ b/api/Access.ComboBox.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ShortcutMenuBar Property (Access)
+title: ComboBox.ShortcutMenuBar property (Access)
keywords: vbaac10.chm11422
f1_keywords:
- vbaac10.chm11422
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ShortcutMenuBar Property (Access)
+# ComboBox.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ShowOnlyRowSourceValues.md b/api/Access.ComboBox.ShowOnlyRowSourceValues.md
index e98dc420e1d..5eb7dee7328 100644
--- a/api/Access.ComboBox.ShowOnlyRowSourceValues.md
+++ b/api/Access.ComboBox.ShowOnlyRowSourceValues.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ShowOnlyRowSourceValues Property (Access)
+title: ComboBox.ShowOnlyRowSourceValues property (Access)
keywords: vbaac10.chm11525
f1_keywords:
- vbaac10.chm11525
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ShowOnlyRowSourceValues Property (Access)
+# ComboBox.ShowOnlyRowSourceValues property (Access)
Gets or sets whether the combo box can display values that aren't specified by the **RowSource** property. Read/write **Boolean**.
## Syntax
- _expression_. `ShowOnlyRowSourceValues`
+_expression_. `ShowOnlyRowSourceValues`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.SizeToFit.md b/api/Access.ComboBox.SizeToFit.md
index e259ca63c33..d75c1bd87e2 100644
--- a/api/Access.ComboBox.SizeToFit.md
+++ b/api/Access.ComboBox.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.SizeToFit Method (Access)
+title: ComboBox.SizeToFit method (Access)
keywords: vbaac10.chm11364
f1_keywords:
- vbaac10.chm11364
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.SizeToFit Method (Access)
+# ComboBox.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.SmartTags.md b/api/Access.ComboBox.SmartTags.md
index 46f45e9922a..9bbf2847522 100644
--- a/api/Access.ComboBox.SmartTags.md
+++ b/api/Access.ComboBox.SmartTags.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.SmartTags Property (Access)
+title: ComboBox.SmartTags property (Access)
keywords: vbaac10.chm11478
f1_keywords:
- vbaac10.chm11478
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.SmartTags Property (Access)
+# ComboBox.SmartTags property (Access)
Returns a **[SmartTags](Access.SmartTags.md)** collection that represents the collection of smart tags that have been added to a control. .
## Syntax
- _expression_. `SmartTags`
+_expression_. `SmartTags`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.SpecialEffect.md b/api/Access.ComboBox.SpecialEffect.md
index 729cd4ba047..d9c0fefa93e 100644
--- a/api/Access.ComboBox.SpecialEffect.md
+++ b/api/Access.ComboBox.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.SpecialEffect Property (Access)
+title: ComboBox.SpecialEffect property (Access)
keywords: vbaac10.chm11407
f1_keywords:
- vbaac10.chm11407
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.SpecialEffect Property (Access)
+# ComboBox.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.StatusBarText.md b/api/Access.ComboBox.StatusBarText.md
index 7873dbb1759..17c4ef1fb56 100644
--- a/api/Access.ComboBox.StatusBarText.md
+++ b/api/Access.ComboBox.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.StatusBarText Property (Access)
+title: ComboBox.StatusBarText property (Access)
keywords: vbaac10.chm11386
f1_keywords:
- vbaac10.chm11386
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.StatusBarText Property (Access)
+# ComboBox.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.TabIndex.md b/api/Access.ComboBox.TabIndex.md
index 99fa6c11ec5..dc5f2e61d1e 100644
--- a/api/Access.ComboBox.TabIndex.md
+++ b/api/Access.ComboBox.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.TabIndex Property (Access)
+title: ComboBox.TabIndex property (Access)
keywords: vbaac10.chm11399
f1_keywords:
- vbaac10.chm11399
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.TabIndex Property (Access)
+# ComboBox.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.TabStop.md b/api/Access.ComboBox.TabStop.md
index 25957555b8b..8255d987f84 100644
--- a/api/Access.ComboBox.TabStop.md
+++ b/api/Access.ComboBox.TabStop.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.TabStop Property (Access)
+title: ComboBox.TabStop property (Access)
keywords: vbaac10.chm11398
f1_keywords:
- vbaac10.chm11398
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.TabStop Property (Access)
+# ComboBox.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Tag.md b/api/Access.ComboBox.Tag.md
index 7ce41efb4e3..1d878530db3 100644
--- a/api/Access.ComboBox.Tag.md
+++ b/api/Access.ComboBox.Tag.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Tag Property (Access)
+title: ComboBox.Tag property (Access)
keywords: vbaac10.chm11435
f1_keywords:
- vbaac10.chm11435
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Tag Property (Access)
+# ComboBox.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Text.md b/api/Access.ComboBox.Text.md
index 613fe8185a2..da6138c3c76 100644
--- a/api/Access.ComboBox.Text.md
+++ b/api/Access.ComboBox.Text.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Text Property (Access)
+title: ComboBox.Text property (Access)
keywords: vbaac10.chm11436
f1_keywords:
- vbaac10.chm11436
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Text Property (Access)
+# ComboBox.Text property (Access)
You can use the **Text** property to set or return the text contained in the text box portion of a combo box. Read/write **String**.
## Syntax
- _expression_. `Text`
+_expression_. `Text`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.TextAlign.md b/api/Access.ComboBox.TextAlign.md
index b69edb1817f..047e1190fff 100644
--- a/api/Access.ComboBox.TextAlign.md
+++ b/api/Access.ComboBox.TextAlign.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.TextAlign Property (Access)
+title: ComboBox.TextAlign property (Access)
keywords: vbaac10.chm11420
f1_keywords:
- vbaac10.chm11420
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.TextAlign Property (Access)
+# ComboBox.TextAlign property (Access)
The **TextAlign** property specifies the text alignment in new controls. Read/write **Byte**.
## Syntax
- _expression_. `TextAlign`
+_expression_. `TextAlign`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ThemeFontIndex.md b/api/Access.ComboBox.ThemeFontIndex.md
index 018b2657927..5c84e9fe24b 100644
--- a/api/Access.ComboBox.ThemeFontIndex.md
+++ b/api/Access.ComboBox.ThemeFontIndex.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ThemeFontIndex Property (Access)
+title: ComboBox.ThemeFontIndex property (Access)
keywords: vbaac10.chm14610
f1_keywords:
- vbaac10.chm14610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ThemeFontIndex Property (Access)
+# ComboBox.ThemeFontIndex property (Access)
Gets or sets the font index that represents a font in the applied theme associated with the **FontName** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ThemeFontIndex`
+_expression_. `ThemeFontIndex`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Top.md b/api/Access.ComboBox.Top.md
index cc5eb876b75..6f1f6da89bf 100644
--- a/api/Access.ComboBox.Top.md
+++ b/api/Access.ComboBox.Top.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Top Property (Access)
+title: ComboBox.Top property (Access)
keywords: vbaac10.chm11402
f1_keywords:
- vbaac10.chm11402
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Top Property (Access)
+# ComboBox.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.TopMargin.md b/api/Access.ComboBox.TopMargin.md
index bb1cdaa2a64..8337b105245 100644
--- a/api/Access.ComboBox.TopMargin.md
+++ b/api/Access.ComboBox.TopMargin.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.TopMargin Property (Access)
+title: ComboBox.TopMargin property (Access)
keywords: vbaac10.chm11521
f1_keywords:
- vbaac10.chm11521
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.TopMargin Property (Access)
+# ComboBox.TopMargin property (Access)
Along with the **LeftMargin**, **RightMargin**, and **BottomMargin** properties, specifies the location of information displayed within a text box control. Read/write **Integer**.
## Syntax
- _expression_. `TopMargin`
+_expression_. `TopMargin`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.TopPadding.md b/api/Access.ComboBox.TopPadding.md
index 86897e40385..3d61fe4ca3b 100644
--- a/api/Access.ComboBox.TopPadding.md
+++ b/api/Access.ComboBox.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.TopPadding Property (Access)
+title: ComboBox.TopPadding property (Access)
keywords: vbaac10.chm11482
f1_keywords:
- vbaac10.chm11482
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.TopPadding Property (Access)
+# ComboBox.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the combo box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## See also
diff --git a/api/Access.ComboBox.Undo(even).md b/api/Access.ComboBox.Undo(even).md
index 7a9ffdeca28..8618feb0e0f 100644
--- a/api/Access.ComboBox.Undo(even).md
+++ b/api/Access.ComboBox.Undo(even).md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Undo Event (Access)
+title: ComboBox.Undo event (Access)
keywords: vbaac10.chm14228
f1_keywords:
- vbaac10.chm14228
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ComboBox.Undo Event (Access)
+# ComboBox.Undo event (Access)
Occurs when the user undoes a change.
## Syntax
- _expression_. `Undo`( ` _Cancel_`, )
+_expression_. `Undo`( ` _Cancel_`, )
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set this argument to **True** to cancel the undo operation and leave the control or form in its edited state.|
diff --git a/api/Access.ComboBox.Undo(method).md b/api/Access.ComboBox.Undo(method).md
index 0cc66008f03..0ed9ea1d043 100644
--- a/api/Access.ComboBox.Undo(method).md
+++ b/api/Access.ComboBox.Undo(method).md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Undo Method (Access)
+title: ComboBox.Undo method (Access)
keywords: vbaac10.chm11358
f1_keywords:
- vbaac10.chm11358
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Undo Method (Access)
+# ComboBox.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ValidationRule.md b/api/Access.ComboBox.ValidationRule.md
index 35b3a52c426..14e452dd29d 100644
--- a/api/Access.ComboBox.ValidationRule.md
+++ b/api/Access.ComboBox.ValidationRule.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ValidationRule Property (Access)
+title: ComboBox.ValidationRule property (Access)
keywords: vbaac10.chm11391
f1_keywords:
- vbaac10.chm11391
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ValidationRule Property (Access)
+# ComboBox.ValidationRule property (Access)
You can use the **ValidationRule** property to specify requirements for data entered into a record, field, or control. When data is entered that violates the **ValidationRule** setting, you can use the **ValidationText** property to specify the message to be displayed to the user. Read/write **String**.
## Syntax
- _expression_. `ValidationRule`
+_expression_. `ValidationRule`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.ValidationText.md b/api/Access.ComboBox.ValidationText.md
index b448ffbd53f..e45aedcf37f 100644
--- a/api/Access.ComboBox.ValidationText.md
+++ b/api/Access.ComboBox.ValidationText.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.ValidationText Property (Access)
+title: ComboBox.ValidationText property (Access)
keywords: vbaac10.chm11392
f1_keywords:
- vbaac10.chm11392
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.ValidationText Property (Access)
+# ComboBox.ValidationText property (Access)
Use the **ValidationText** property to specify a message to be displayed to the user when data is entered that violates a **ValidationRule** setting for a record, field, or control. Read/write **String**.
## Syntax
- _expression_. `ValidationText`
+_expression_. `ValidationText`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Value.md b/api/Access.ComboBox.Value.md
index 0b4f6fc9b20..1e9aeed4f1d 100644
--- a/api/Access.ComboBox.Value.md
+++ b/api/Access.ComboBox.Value.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Value Property (Access)
+title: ComboBox.Value property (Access)
keywords: vbaac10.chm11370
f1_keywords:
- vbaac10.chm11370
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Value Property (Access)
+# ComboBox.Value property (Access)
Determines or specifies which value or option in the combo box is selected. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.VerticalAnchor.md b/api/Access.ComboBox.VerticalAnchor.md
index 54dbf853af1..5971392ee94 100644
--- a/api/Access.ComboBox.VerticalAnchor.md
+++ b/api/Access.ComboBox.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.VerticalAnchor Property (Access)
+title: ComboBox.VerticalAnchor property (Access)
keywords: vbaac10.chm11500
f1_keywords:
- vbaac10.chm11500
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.VerticalAnchor Property (Access)
+# ComboBox.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified combo box is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Visible.md b/api/Access.ComboBox.Visible.md
index 9bb054fcb8f..372e946b7cc 100644
--- a/api/Access.ComboBox.Visible.md
+++ b/api/Access.ComboBox.Visible.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Visible Property (Access)
+title: ComboBox.Visible property (Access)
keywords: vbaac10.chm11393
f1_keywords:
- vbaac10.chm11393
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Visible Property (Access)
+# ComboBox.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.Width.md b/api/Access.ComboBox.Width.md
index 472d7f9c267..8fb1bb44822 100644
--- a/api/Access.ComboBox.Width.md
+++ b/api/Access.ComboBox.Width.md
@@ -1,5 +1,5 @@
---
-title: ComboBox.Width Property (Access)
+title: ComboBox.Width property (Access)
keywords: vbaac10.chm11403
f1_keywords:
- vbaac10.chm11403
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ComboBox.Width Property (Access)
+# ComboBox.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
+_expression_ A variable that represents a [ComboBox](Access.ComboBox.md) object.
## Remarks
diff --git a/api/Access.ComboBox.md b/api/Access.ComboBox.md
index 1d86907ed9a..c7c713f92c5 100644
--- a/api/Access.ComboBox.md
+++ b/api/Access.ComboBox.md
@@ -1,5 +1,5 @@
---
-title: ComboBox Object (Access)
+title: ComboBox object (Access)
keywords: vbaac10.chm11545
f1_keywords:
- vbaac10.chm11545
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ComboBox Object (Access)
+# ComboBox object (Access)
This object corresponds to a combo box control. The combo box control combines the features of a text box and a list box. Use a combo box when you want the option of either typing a value or selecting a value from a predefined list.
diff --git a/api/Access.CommandButton.AddColon.md b/api/Access.CommandButton.AddColon.md
index 288cc2494cf..e4f5c749948 100644
--- a/api/Access.CommandButton.AddColon.md
+++ b/api/Access.CommandButton.AddColon.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.AddColon Property (Access)
+title: CommandButton.AddColon property (Access)
keywords: vbaac10.chm10483
f1_keywords:
- vbaac10.chm10483
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.AddColon Property (Access)
+# CommandButton.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## See also
diff --git a/api/Access.CommandButton.Alignment.md b/api/Access.CommandButton.Alignment.md
index fa92d92b3d4..b557aef957a 100644
--- a/api/Access.CommandButton.Alignment.md
+++ b/api/Access.CommandButton.Alignment.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Alignment Property (Access)
+title: CommandButton.Alignment property (Access)
keywords: vbaac10.chm14292
f1_keywords:
- vbaac10.chm14292
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Alignment Property (Access)
+# CommandButton.Alignment property (Access)
Gets or sets how the specified button's caption and picture are aligned. Read/write **Byte**.
## Syntax
- _expression_. `Alignment`
+_expression_. `Alignment`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Application.md b/api/Access.CommandButton.Application.md
index b928fef462b..122b2311dec 100644
--- a/api/Access.CommandButton.Application.md
+++ b/api/Access.CommandButton.Application.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Application Property (Access)
+title: CommandButton.Application property (Access)
keywords: vbaac10.chm10438
f1_keywords:
- vbaac10.chm10438
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Application Property (Access)
+# CommandButton.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.AutoLabel.md b/api/Access.CommandButton.AutoLabel.md
index b58d76ab90e..53e124dddba 100644
--- a/api/Access.CommandButton.AutoLabel.md
+++ b/api/Access.CommandButton.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.AutoLabel Property (Access)
+title: CommandButton.AutoLabel property (Access)
keywords: vbaac10.chm10482
f1_keywords:
- vbaac10.chm10482
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.AutoLabel Property (Access)
+# CommandButton.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## See also
diff --git a/api/Access.CommandButton.AutoRepeat.md b/api/Access.CommandButton.AutoRepeat.md
index 4c5946ed545..b47f3963d66 100644
--- a/api/Access.CommandButton.AutoRepeat.md
+++ b/api/Access.CommandButton.AutoRepeat.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.AutoRepeat Property (Access)
+title: CommandButton.AutoRepeat property (Access)
keywords: vbaac10.chm10457,vbaac10.chm4276
f1_keywords:
- vbaac10.chm10457,vbaac10.chm4276
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.AutoRepeat Property (Access)
+# CommandButton.AutoRepeat property (Access)
You can use the **AutoRepeat** property to specify whether an event procedure or macro runs repeatedly while a command button on a form remains pressed in. Read/write **Boolean**.
## Syntax
- _expression_. `AutoRepeat`
+_expression_. `AutoRepeat`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BackColor.md b/api/Access.CommandButton.BackColor.md
index 68552ea7a9b..29546452744 100644
--- a/api/Access.CommandButton.BackColor.md
+++ b/api/Access.CommandButton.BackColor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BackColor Property (Access)
+title: CommandButton.BackColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BackColor Property (Access)
+# CommandButton.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BackShade.md b/api/Access.CommandButton.BackShade.md
index e7ce4254a3a..c3424391ef7 100644
--- a/api/Access.CommandButton.BackShade.md
+++ b/api/Access.CommandButton.BackShade.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BackShade Property (Access)
+title: CommandButton.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BackShade Property (Access)
+# CommandButton.BackShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a '[CommandButton](Access.CommandButton.md)' object.
+_expression_ A variable that represents a '[CommandButton](Access.CommandButton.md)' object.
## Remarks
diff --git a/api/Access.CommandButton.BackStyle.md b/api/Access.CommandButton.BackStyle.md
index 087b31c0d99..b086b5a26b8 100644
--- a/api/Access.CommandButton.BackStyle.md
+++ b/api/Access.CommandButton.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BackStyle Property (Access)
+title: CommandButton.BackStyle property (Access)
keywords: vbaac10.chm10540
f1_keywords:
- vbaac10.chm10540
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BackStyle Property (Access)
+# CommandButton.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BackThemeColorIndex.md b/api/Access.CommandButton.BackThemeColorIndex.md
index 0abd9e2c857..0b513c6cf5c 100644
--- a/api/Access.CommandButton.BackThemeColorIndex.md
+++ b/api/Access.CommandButton.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BackThemeColorIndex Property (Access)
+title: CommandButton.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BackThemeColorIndex Property (Access)
+# CommandButton.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BackTint.md b/api/Access.CommandButton.BackTint.md
index 4ff43792372..eca49593924 100644
--- a/api/Access.CommandButton.BackTint.md
+++ b/api/Access.CommandButton.BackTint.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BackTint Property (Access)
+title: CommandButton.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BackTint Property (Access)
+# CommandButton.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a '[CommandButton](Access.CommandButton.md)' object.
+_expression_ A variable that represents a '[CommandButton](Access.CommandButton.md)' object.
## Remarks
diff --git a/api/Access.CommandButton.Bevel.md b/api/Access.CommandButton.Bevel.md
index 5b01226f81b..17b5057adbe 100644
--- a/api/Access.CommandButton.Bevel.md
+++ b/api/Access.CommandButton.Bevel.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Bevel Property (Access)
+title: CommandButton.Bevel property (Access)
keywords: vbaac10.chm14629
f1_keywords:
- vbaac10.chm14629
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Bevel Property (Access)
+# CommandButton.Bevel property (Access)
Gets or sets the bevel effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Bevel`
+_expression_. `Bevel`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BorderColor.md b/api/Access.CommandButton.BorderColor.md
index 5e8b5935d3a..7cb90958d52 100644
--- a/api/Access.CommandButton.BorderColor.md
+++ b/api/Access.CommandButton.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BorderColor Property (Access)
+title: CommandButton.BorderColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BorderColor Property (Access)
+# CommandButton.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BorderShade.md b/api/Access.CommandButton.BorderShade.md
index 8c19edd38f0..710d166d630 100644
--- a/api/Access.CommandButton.BorderShade.md
+++ b/api/Access.CommandButton.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BorderShade Property (Access)
+title: CommandButton.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BorderShade Property (Access)
+# CommandButton.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BorderStyle.md b/api/Access.CommandButton.BorderStyle.md
index 5261962ed7f..887c2e0449b 100644
--- a/api/Access.CommandButton.BorderStyle.md
+++ b/api/Access.CommandButton.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BorderStyle Property (Access)
+title: CommandButton.BorderStyle property (Access)
keywords: vbaac10.chm10204
f1_keywords:
- vbaac10.chm10204
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BorderStyle Property (Access)
+# CommandButton.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BorderThemeColorIndex.md b/api/Access.CommandButton.BorderThemeColorIndex.md
index 1eb78715bff..0ec1a162ae8 100644
--- a/api/Access.CommandButton.BorderThemeColorIndex.md
+++ b/api/Access.CommandButton.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BorderThemeColorIndex Property (Access)
+title: CommandButton.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BorderThemeColorIndex Property (Access)
+# CommandButton.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BorderTint.md b/api/Access.CommandButton.BorderTint.md
index 105f6860090..847a96d129c 100644
--- a/api/Access.CommandButton.BorderTint.md
+++ b/api/Access.CommandButton.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BorderTint Property (Access)
+title: CommandButton.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BorderTint Property (Access)
+# CommandButton.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BorderWidth.md b/api/Access.CommandButton.BorderWidth.md
index 0cfe984e9a9..c7ca706a840 100644
--- a/api/Access.CommandButton.BorderWidth.md
+++ b/api/Access.CommandButton.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BorderWidth Property (Access)
+title: CommandButton.BorderWidth property (Access)
keywords: vbaac10.chm10207
f1_keywords:
- vbaac10.chm10207
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BorderWidth Property (Access)
+# CommandButton.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.BottomPadding.md b/api/Access.CommandButton.BottomPadding.md
index 4b1c962c214..072cf581c22 100644
--- a/api/Access.CommandButton.BottomPadding.md
+++ b/api/Access.CommandButton.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.BottomPadding Property (Access)
+title: CommandButton.BottomPadding property (Access)
keywords: vbaac10.chm10527
f1_keywords:
- vbaac10.chm10527
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.BottomPadding Property (Access)
+# CommandButton.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the button and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## See also
diff --git a/api/Access.CommandButton.Cancel.md b/api/Access.CommandButton.Cancel.md
index 84946c71176..d0316344cdf 100644
--- a/api/Access.CommandButton.Cancel.md
+++ b/api/Access.CommandButton.Cancel.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Cancel Property (Access)
+title: CommandButton.Cancel property (Access)
keywords: vbaac10.chm10456
f1_keywords:
- vbaac10.chm10456
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Cancel Property (Access)
+# CommandButton.Cancel property (Access)
You can use the **Cancel** property to specify whether a command button is also the Cancel button on a form. Read/write **Boolean**.
## Syntax
- _expression_. `Cancel`
+_expression_. `Cancel`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Caption.md b/api/Access.CommandButton.Caption.md
index 7711b351f41..c92ad2849d3 100644
--- a/api/Access.CommandButton.Caption.md
+++ b/api/Access.CommandButton.Caption.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Caption Property (Access)
+title: CommandButton.Caption property (Access)
keywords: vbaac10.chm10450
f1_keywords:
- vbaac10.chm10450
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Caption Property (Access)
+# CommandButton.Caption property (Access)
Gets or sets the text that appears in the control. Read/write **String**.
## Syntax
- _expression_. `Caption`
+_expression_. `Caption`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Click.md b/api/Access.CommandButton.Click.md
index 2f437ecc7ca..6463028f787 100644
--- a/api/Access.CommandButton.Click.md
+++ b/api/Access.CommandButton.Click.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Click Event (Access)
+title: CommandButton.Click event (Access)
keywords: vbaac10.chm14077
f1_keywords:
- vbaac10.chm14077
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Click Event (Access)
+# CommandButton.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ControlTipText.md b/api/Access.CommandButton.ControlTipText.md
index 8ba02065a16..6b877769e83 100644
--- a/api/Access.CommandButton.ControlTipText.md
+++ b/api/Access.CommandButton.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ControlTipText Property (Access)
+title: CommandButton.ControlTipText property (Access)
keywords: vbaac10.chm10480
f1_keywords:
- vbaac10.chm10480
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ControlTipText Property (Access)
+# CommandButton.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ControlType.md b/api/Access.CommandButton.ControlType.md
index 88e49b74763..57f37f01eec 100644
--- a/api/Access.CommandButton.ControlType.md
+++ b/api/Access.CommandButton.ControlType.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ControlType Property (Access)
+title: CommandButton.ControlType property (Access)
keywords: vbaac10.chm10449
f1_keywords:
- vbaac10.chm10449
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ControlType Property (Access)
+# CommandButton.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Controls.md b/api/Access.CommandButton.Controls.md
index e76bb744525..296ca75e024 100644
--- a/api/Access.CommandButton.Controls.md
+++ b/api/Access.CommandButton.Controls.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Controls Property (Access)
+title: CommandButton.Controls property (Access)
keywords: vbaac10.chm10445
f1_keywords:
- vbaac10.chm10445
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Controls Property (Access)
+# CommandButton.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.CursorOnHover.md b/api/Access.CommandButton.CursorOnHover.md
index 9c6a9b31b7f..529ec49a297 100644
--- a/api/Access.CommandButton.CursorOnHover.md
+++ b/api/Access.CommandButton.CursorOnHover.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.CursorOnHover Property (Access)
+title: CommandButton.CursorOnHover property (Access)
keywords: vbaac10.chm10541
f1_keywords:
- vbaac10.chm10541
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.CursorOnHover Property (Access)
+# CommandButton.CursorOnHover property (Access)
Gets or sets the type of mouse cursor displayed when the user rests the pointer on a button. Read/write **[AcCursorOnHover](Access.AcCursorOnHover.md)**.
## Syntax
- _expression_. `CursorOnHover`
+_expression_. `CursorOnHover`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.DblClick.md b/api/Access.CommandButton.DblClick.md
index 5114da9cf83..e90a13ec22f 100644
--- a/api/Access.CommandButton.DblClick.md
+++ b/api/Access.CommandButton.DblClick.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.DblClick Event (Access)
+title: CommandButton.DblClick event (Access)
keywords: vbaac10.chm14082
f1_keywords:
- vbaac10.chm14082
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CommandButton.DblClick Event (Access)
+# CommandButton.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.CommandButton.Default.md b/api/Access.CommandButton.Default.md
index 3ea1a0f1fb0..cd40b4fddee 100644
--- a/api/Access.CommandButton.Default.md
+++ b/api/Access.CommandButton.Default.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Default Property (Access)
+title: CommandButton.Default property (Access)
keywords: vbaac10.chm10455
f1_keywords:
- vbaac10.chm10455
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Default Property (Access)
+# CommandButton.Default property (Access)
You can use the **Default** property to specify whether a command button is the default button on a form. Read/write **Boolean**.
## Syntax
- _expression_. `Default`
+_expression_. `Default`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.DisplayWhen.md b/api/Access.CommandButton.DisplayWhen.md
index 53a457626c1..adabd82f784 100644
--- a/api/Access.CommandButton.DisplayWhen.md
+++ b/api/Access.CommandButton.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.DisplayWhen Property (Access)
+title: CommandButton.DisplayWhen property (Access)
keywords: vbaac10.chm10463
f1_keywords:
- vbaac10.chm10463
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.DisplayWhen Property (Access)
+# CommandButton.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Enabled.md b/api/Access.CommandButton.Enabled.md
index 1d47632b32d..460d8bc9e84 100644
--- a/api/Access.CommandButton.Enabled.md
+++ b/api/Access.CommandButton.Enabled.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Enabled Property (Access)
+title: CommandButton.Enabled property (Access)
keywords: vbaac10.chm10464
f1_keywords:
- vbaac10.chm10464
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Enabled Property (Access)
+# CommandButton.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Enter.md b/api/Access.CommandButton.Enter.md
index 31f18485140..371ff35d3d1 100644
--- a/api/Access.CommandButton.Enter.md
+++ b/api/Access.CommandButton.Enter.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Enter Event (Access)
+title: CommandButton.Enter event (Access)
keywords: vbaac10.chm14078
f1_keywords:
- vbaac10.chm14078
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Enter Event (Access)
+# CommandButton.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.EventProcPrefix.md b/api/Access.CommandButton.EventProcPrefix.md
index 0a075547b41..2ca30193a8f 100644
--- a/api/Access.CommandButton.EventProcPrefix.md
+++ b/api/Access.CommandButton.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.EventProcPrefix Property (Access)
+title: CommandButton.EventProcPrefix property (Access)
keywords: vbaac10.chm10447
f1_keywords:
- vbaac10.chm10447
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.EventProcPrefix Property (Access)
+# CommandButton.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Exit.md b/api/Access.CommandButton.Exit.md
index c259f8984eb..10f72afa30d 100644
--- a/api/Access.CommandButton.Exit.md
+++ b/api/Access.CommandButton.Exit.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Exit Event (Access)
+title: CommandButton.Exit event (Access)
keywords: vbaac10.chm14079
f1_keywords:
- vbaac10.chm14079
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CommandButton.Exit Event (Access)
+# CommandButton.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.CommandButton.FontBold.md b/api/Access.CommandButton.FontBold.md
index 4fbe2b74444..0dde7d1bf51 100644
--- a/api/Access.CommandButton.FontBold.md
+++ b/api/Access.CommandButton.FontBold.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.FontBold Property (Access)
+title: CommandButton.FontBold property (Access)
keywords: vbaac10.chm10478
f1_keywords:
- vbaac10.chm10478
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CommandButton.FontBold Property (Access)
+# CommandButton.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.FontItalic.md b/api/Access.CommandButton.FontItalic.md
index 4598bfef920..5f45578d48e 100644
--- a/api/Access.CommandButton.FontItalic.md
+++ b/api/Access.CommandButton.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.FontItalic Property (Access)
+title: CommandButton.FontItalic property (Access)
keywords: vbaac10.chm10475
f1_keywords:
- vbaac10.chm10475
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CommandButton.FontItalic Property (Access)
+# CommandButton.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.FontName.md b/api/Access.CommandButton.FontName.md
index 86a6b74346c..bf5f37eeaea 100644
--- a/api/Access.CommandButton.FontName.md
+++ b/api/Access.CommandButton.FontName.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.FontName Property (Access)
+title: CommandButton.FontName property (Access)
keywords: vbaac10.chm10472
f1_keywords:
- vbaac10.chm10472
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CommandButton.FontName Property (Access)
+# CommandButton.FontName property (Access)
You can use the **FontName** property to specify the font for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **String**.
## Syntax
- _expression_. `FontName`
+_expression_. `FontName`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.FontSize.md b/api/Access.CommandButton.FontSize.md
index b16a79ac322..c9539cc5e63 100644
--- a/api/Access.CommandButton.FontSize.md
+++ b/api/Access.CommandButton.FontSize.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.FontSize Property (Access)
+title: CommandButton.FontSize property (Access)
keywords: vbaac10.chm10473
f1_keywords:
- vbaac10.chm10473
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CommandButton.FontSize Property (Access)
+# CommandButton.FontSize property (Access)
You can use the **FontSize** property to specify the point size for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **Integer**.
## Syntax
- _expression_. `FontSize`
+_expression_. `FontSize`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.FontUnderline.md b/api/Access.CommandButton.FontUnderline.md
index 48fac9bd7e9..f65e8e96fce 100644
--- a/api/Access.CommandButton.FontUnderline.md
+++ b/api/Access.CommandButton.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.FontUnderline Property (Access)
+title: CommandButton.FontUnderline property (Access)
keywords: vbaac10.chm10476
f1_keywords:
- vbaac10.chm10476
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CommandButton.FontUnderline Property (Access)
+# CommandButton.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.FontWeight.md b/api/Access.CommandButton.FontWeight.md
index 2272832a84b..bcee69389bd 100644
--- a/api/Access.CommandButton.FontWeight.md
+++ b/api/Access.CommandButton.FontWeight.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.FontWeight Property (Access)
+title: CommandButton.FontWeight property (Access)
keywords: vbaac10.chm10474
f1_keywords:
- vbaac10.chm10474
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.FontWeight Property (Access)
+# CommandButton.FontWeight property (Access)
You can use the **DatasheetFontWeight** property to specify the line width of the font used to display and print characters for field names and data in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `FontWeight`
+_expression_. `FontWeight`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ForeColor.md b/api/Access.CommandButton.ForeColor.md
index 90dd7a6133a..ce3c72cf149 100644
--- a/api/Access.CommandButton.ForeColor.md
+++ b/api/Access.CommandButton.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ForeColor Property (Access)
+title: CommandButton.ForeColor property (Access)
keywords: vbaac10.chm10471
f1_keywords:
- vbaac10.chm10471
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ForeColor Property (Access)
+# CommandButton.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ForeShade.md b/api/Access.CommandButton.ForeShade.md
index 29febf59c89..e341b882b4b 100644
--- a/api/Access.CommandButton.ForeShade.md
+++ b/api/Access.CommandButton.ForeShade.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ForeShade Property (Access)
+title: CommandButton.ForeShade property (Access)
keywords: vbaac10.chm14606
f1_keywords:
- vbaac10.chm14606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ForeShade Property (Access)
+# CommandButton.ForeShade property (Access)
Gets or sets the shade that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeShade`
+_expression_. `ForeShade`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ForeThemeColorIndex.md b/api/Access.CommandButton.ForeThemeColorIndex.md
index 5f085d95df8..4d02d2549b2 100644
--- a/api/Access.CommandButton.ForeThemeColorIndex.md
+++ b/api/Access.CommandButton.ForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ForeThemeColorIndex Property (Access)
+title: CommandButton.ForeThemeColorIndex property (Access)
keywords: vbaac10.chm14604
f1_keywords:
- vbaac10.chm14604
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ForeThemeColorIndex Property (Access)
+# CommandButton.ForeThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **ForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ForeThemeColorIndex`
+_expression_. `ForeThemeColorIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ForeTint.md b/api/Access.CommandButton.ForeTint.md
index 9f05c3ec094..8934e8c8639 100644
--- a/api/Access.CommandButton.ForeTint.md
+++ b/api/Access.CommandButton.ForeTint.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ForeTint Property (Access)
+title: CommandButton.ForeTint property (Access)
keywords: vbaac10.chm14605
f1_keywords:
- vbaac10.chm14605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ForeTint Property (Access)
+# CommandButton.ForeTint property (Access)
Gets or sets the tint that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeTint`
+_expression_. `ForeTint`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Glow.md b/api/Access.CommandButton.Glow.md
index 9d0e7b08f32..75bd3ca881c 100644
--- a/api/Access.CommandButton.Glow.md
+++ b/api/Access.CommandButton.Glow.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Glow Property (Access)
+title: CommandButton.Glow property (Access)
keywords: vbaac10.chm14630
f1_keywords:
- vbaac10.chm14630
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Glow Property (Access)
+# CommandButton.Glow property (Access)
Gets or sets the Glow effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Glow`
+_expression_. `Glow`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GotFocus.md b/api/Access.CommandButton.GotFocus.md
index 976a44c0985..be4fec941d7 100644
--- a/api/Access.CommandButton.GotFocus.md
+++ b/api/Access.CommandButton.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GotFocus Event (Access)
+title: CommandButton.GotFocus event (Access)
keywords: vbaac10.chm14080
f1_keywords:
- vbaac10.chm14080
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GotFocus Event (Access)
+# CommandButton.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Gradient.md b/api/Access.CommandButton.Gradient.md
index d4f00b52899..5330b0a633e 100644
--- a/api/Access.CommandButton.Gradient.md
+++ b/api/Access.CommandButton.Gradient.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Gradient Property (Access)
+title: CommandButton.Gradient property (Access)
keywords: vbaac10.chm14662
f1_keywords:
- vbaac10.chm14662
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Gradient Property (Access)
+# CommandButton.Gradient property (Access)
Gets or sets the gradient fill applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Gradient`
+_expression_. `Gradient`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineColor.md b/api/Access.CommandButton.GridlineColor.md
index 1ca62940034..cdb7bb56971 100644
--- a/api/Access.CommandButton.GridlineColor.md
+++ b/api/Access.CommandButton.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineColor Property (Access)
+title: CommandButton.GridlineColor property (Access)
keywords: vbaac10.chm10536
f1_keywords:
- vbaac10.chm10536
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineColor Property (Access)
+# CommandButton.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified command button. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineShade.md b/api/Access.CommandButton.GridlineShade.md
index c23be54b31e..41ecb026bf1 100644
--- a/api/Access.CommandButton.GridlineShade.md
+++ b/api/Access.CommandButton.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineShade Property (Access)
+title: CommandButton.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineShade Property (Access)
+# CommandButton.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineStyleBottom.md b/api/Access.CommandButton.GridlineStyleBottom.md
index b7911063eb2..72feab6b31a 100644
--- a/api/Access.CommandButton.GridlineStyleBottom.md
+++ b/api/Access.CommandButton.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineStyleBottom Property (Access)
+title: CommandButton.GridlineStyleBottom property (Access)
keywords: vbaac10.chm10531
f1_keywords:
- vbaac10.chm10531
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineStyleBottom Property (Access)
+# CommandButton.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineStyleLeft.md b/api/Access.CommandButton.GridlineStyleLeft.md
index d0ee83fda2a..a58a4422f84 100644
--- a/api/Access.CommandButton.GridlineStyleLeft.md
+++ b/api/Access.CommandButton.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineStyleLeft Property (Access)
+title: CommandButton.GridlineStyleLeft property (Access)
keywords: vbaac10.chm10528
f1_keywords:
- vbaac10.chm10528
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineStyleLeft Property (Access)
+# CommandButton.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineStyleRight.md b/api/Access.CommandButton.GridlineStyleRight.md
index a6b3970bb0f..355423bdc6d 100644
--- a/api/Access.CommandButton.GridlineStyleRight.md
+++ b/api/Access.CommandButton.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineStyleRight Property (Access)
+title: CommandButton.GridlineStyleRight property (Access)
keywords: vbaac10.chm10530
f1_keywords:
- vbaac10.chm10530
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineStyleRight Property (Access)
+# CommandButton.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineStyleTop.md b/api/Access.CommandButton.GridlineStyleTop.md
index b2794e0b036..320a9230766 100644
--- a/api/Access.CommandButton.GridlineStyleTop.md
+++ b/api/Access.CommandButton.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineStyleTop Property (Access)
+title: CommandButton.GridlineStyleTop property (Access)
keywords: vbaac10.chm10529
f1_keywords:
- vbaac10.chm10529
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineStyleTop Property (Access)
+# CommandButton.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineThemeColorIndex.md b/api/Access.CommandButton.GridlineThemeColorIndex.md
index 2f4d6cc6dce..c8d5bf6605a 100644
--- a/api/Access.CommandButton.GridlineThemeColorIndex.md
+++ b/api/Access.CommandButton.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineThemeColorIndex Property (Access)
+title: CommandButton.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineThemeColorIndex Property (Access)
+# CommandButton.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineTint.md b/api/Access.CommandButton.GridlineTint.md
index 8002c06c662..09d45fae9c8 100644
--- a/api/Access.CommandButton.GridlineTint.md
+++ b/api/Access.CommandButton.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineTint Property (Access)
+title: CommandButton.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineTint Property (Access)
+# CommandButton.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineWidthBottom.md b/api/Access.CommandButton.GridlineWidthBottom.md
index 08ea08ab8e0..c9304eb5b89 100644
--- a/api/Access.CommandButton.GridlineWidthBottom.md
+++ b/api/Access.CommandButton.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineWidthBottom Property (Access)
+title: CommandButton.GridlineWidthBottom property (Access)
keywords: vbaac10.chm10535
f1_keywords:
- vbaac10.chm10535
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineWidthBottom Property (Access)
+# CommandButton.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineWidthLeft.md b/api/Access.CommandButton.GridlineWidthLeft.md
index 4ecc31ec304..74a2fb8d22d 100644
--- a/api/Access.CommandButton.GridlineWidthLeft.md
+++ b/api/Access.CommandButton.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineWidthLeft Property (Access)
+title: CommandButton.GridlineWidthLeft property (Access)
keywords: vbaac10.chm10532
f1_keywords:
- vbaac10.chm10532
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineWidthLeft Property (Access)
+# CommandButton.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineWidthRight.md b/api/Access.CommandButton.GridlineWidthRight.md
index 985d48cb7b0..3f508737f21 100644
--- a/api/Access.CommandButton.GridlineWidthRight.md
+++ b/api/Access.CommandButton.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineWidthRight Property (Access)
+title: CommandButton.GridlineWidthRight property (Access)
keywords: vbaac10.chm10534
f1_keywords:
- vbaac10.chm10534
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineWidthRight Property (Access)
+# CommandButton.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.GridlineWidthTop.md b/api/Access.CommandButton.GridlineWidthTop.md
index 68f707e4a64..d2d64ef805a 100644
--- a/api/Access.CommandButton.GridlineWidthTop.md
+++ b/api/Access.CommandButton.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.GridlineWidthTop Property (Access)
+title: CommandButton.GridlineWidthTop property (Access)
keywords: vbaac10.chm10533
f1_keywords:
- vbaac10.chm10533
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.GridlineWidthTop Property (Access)
+# CommandButton.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Height.md b/api/Access.CommandButton.Height.md
index 1ed9f502402..a426dcdaf8f 100644
--- a/api/Access.CommandButton.Height.md
+++ b/api/Access.CommandButton.Height.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Height Property (Access)
+title: CommandButton.Height property (Access)
keywords: vbaac10.chm10470
f1_keywords:
- vbaac10.chm10470
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Height Property (Access)
+# CommandButton.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HelpContextId.md b/api/Access.CommandButton.HelpContextId.md
index b9c1a0e53cc..f49f381fd0d 100644
--- a/api/Access.CommandButton.HelpContextId.md
+++ b/api/Access.CommandButton.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HelpContextId Property (Access)
+title: CommandButton.HelpContextId property (Access)
keywords: vbaac10.chm10481
f1_keywords:
- vbaac10.chm10481
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HelpContextId Property (Access)
+# CommandButton.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HorizontalAnchor.md b/api/Access.CommandButton.HorizontalAnchor.md
index db082d37c46..13b22be7ddc 100644
--- a/api/Access.CommandButton.HorizontalAnchor.md
+++ b/api/Access.CommandButton.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HorizontalAnchor Property (Access)
+title: CommandButton.HorizontalAnchor property (Access)
keywords: vbaac10.chm10537
f1_keywords:
- vbaac10.chm10537
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HorizontalAnchor Property (Access)
+# CommandButton.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the button is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HoverColor.md b/api/Access.CommandButton.HoverColor.md
index 7cda5445ebd..80485fbf9c6 100644
--- a/api/Access.CommandButton.HoverColor.md
+++ b/api/Access.CommandButton.HoverColor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HoverColor Property (Access)
+title: CommandButton.HoverColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HoverColor Property (Access)
+# CommandButton.HoverColor property (Access)
Gets or sets the color displayed on the control when the user rests the mouse cursor over it. Read/write **Long**.
## Syntax
- _expression_. `HoverColor`
+_expression_. `HoverColor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HoverForeColor.md b/api/Access.CommandButton.HoverForeColor.md
index 39bec07f715..3f08e6c9fff 100644
--- a/api/Access.CommandButton.HoverForeColor.md
+++ b/api/Access.CommandButton.HoverForeColor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HoverForeColor Property (Access)
+title: CommandButton.HoverForeColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HoverForeColor Property (Access)
+# CommandButton.HoverForeColor property (Access)
Gets or sets the color of the text displayed on the control when the user rests the mouse cursor over it. Read/write **Long**.
## Syntax
- _expression_. `HoverForeColor`
+_expression_. `HoverForeColor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HoverForeShade.md b/api/Access.CommandButton.HoverForeShade.md
index 33a3d5a9e8b..570a11480c5 100644
--- a/api/Access.CommandButton.HoverForeShade.md
+++ b/api/Access.CommandButton.HoverForeShade.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HoverForeShade Property (Access)
+title: CommandButton.HoverForeShade property (Access)
keywords: vbaac10.chm14618
f1_keywords:
- vbaac10.chm14618
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HoverForeShade Property (Access)
+# CommandButton.HoverForeShade property (Access)
Gets or sets the shade applied to the theme color in the **HoverForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverForeShade`
+_expression_. `HoverForeShade`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HoverForeThemeColorIndex.md b/api/Access.CommandButton.HoverForeThemeColorIndex.md
index c13de467371..2eb85b8ad0b 100644
--- a/api/Access.CommandButton.HoverForeThemeColorIndex.md
+++ b/api/Access.CommandButton.HoverForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HoverForeThemeColorIndex Property (Access)
+title: CommandButton.HoverForeThemeColorIndex property (Access)
keywords: vbaac10.chm14616
f1_keywords:
- vbaac10.chm14616
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HoverForeThemeColorIndex Property (Access)
+# CommandButton.HoverForeThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **HoverForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `HoverForeThemeColorIndex`
+_expression_. `HoverForeThemeColorIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HoverForeTint.md b/api/Access.CommandButton.HoverForeTint.md
index 7ef487a6d5d..404ce6b8c73 100644
--- a/api/Access.CommandButton.HoverForeTint.md
+++ b/api/Access.CommandButton.HoverForeTint.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HoverForeTint Property (Access)
+title: CommandButton.HoverForeTint property (Access)
keywords: vbaac10.chm14617
f1_keywords:
- vbaac10.chm14617
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HoverForeTint Property (Access)
+# CommandButton.HoverForeTint property (Access)
Gets or sets the tint applied to the theme color in the **HoverForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverForeTint`
+_expression_. `HoverForeTint`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HoverShade.md b/api/Access.CommandButton.HoverShade.md
index decf94227cb..59651090ec9 100644
--- a/api/Access.CommandButton.HoverShade.md
+++ b/api/Access.CommandButton.HoverShade.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HoverShade Property (Access)
+title: CommandButton.HoverShade property (Access)
keywords: vbaac10.chm14614
f1_keywords:
- vbaac10.chm14614
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HoverShade Property (Access)
+# CommandButton.HoverShade property (Access)
Gets or sets the shade that is applied to the theme color in the **HoverColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverShade`
+_expression_. `HoverShade`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HoverThemeColorIndex.md b/api/Access.CommandButton.HoverThemeColorIndex.md
index 482079df8f5..a51e350bf23 100644
--- a/api/Access.CommandButton.HoverThemeColorIndex.md
+++ b/api/Access.CommandButton.HoverThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HoverThemeColorIndex Property (Access)
+title: CommandButton.HoverThemeColorIndex property (Access)
keywords: vbaac10.chm14612
f1_keywords:
- vbaac10.chm14612
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HoverThemeColorIndex Property (Access)
+# CommandButton.HoverThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **HoverColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `HoverThemeColorIndex`
+_expression_. `HoverThemeColorIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HoverTint.md b/api/Access.CommandButton.HoverTint.md
index 94d1112866c..49506d82e64 100644
--- a/api/Access.CommandButton.HoverTint.md
+++ b/api/Access.CommandButton.HoverTint.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HoverTint Property (Access)
+title: CommandButton.HoverTint property (Access)
keywords: vbaac10.chm14613
f1_keywords:
- vbaac10.chm14613
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HoverTint Property (Access)
+# CommandButton.HoverTint property (Access)
Gets or sets the tint applied to the theme color in the **HoverColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverTint`
+_expression_. `HoverTint`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Hyperlink.md b/api/Access.CommandButton.Hyperlink.md
index f31d1ff5678..efc265cbffd 100644
--- a/api/Access.CommandButton.Hyperlink.md
+++ b/api/Access.CommandButton.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Hyperlink Property (Access)
+title: CommandButton.Hyperlink property (Access)
keywords: vbaac10.chm10446
f1_keywords:
- vbaac10.chm10446
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Hyperlink Property (Access)
+# CommandButton.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Example
diff --git a/api/Access.CommandButton.HyperlinkAddress.md b/api/Access.CommandButton.HyperlinkAddress.md
index 6a3fcaff7ce..61ccf7ca16e 100644
--- a/api/Access.CommandButton.HyperlinkAddress.md
+++ b/api/Access.CommandButton.HyperlinkAddress.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HyperlinkAddress Property (Access)
+title: CommandButton.HyperlinkAddress property (Access)
keywords: vbaac10.chm10460
f1_keywords:
- vbaac10.chm10460
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HyperlinkAddress Property (Access)
+# CommandButton.HyperlinkAddress property (Access)
You can use the **HyperlinkAddress** property to specify or determine the path to an object, document, Web page or other destination for a hyperlink associated with a the specified control. Read/write **String**.
## Syntax
- _expression_. `HyperlinkAddress`
+_expression_. `HyperlinkAddress`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.HyperlinkSubAddress.md b/api/Access.CommandButton.HyperlinkSubAddress.md
index 86ca79df912..e8370446416 100644
--- a/api/Access.CommandButton.HyperlinkSubAddress.md
+++ b/api/Access.CommandButton.HyperlinkSubAddress.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.HyperlinkSubAddress Property (Access)
+title: CommandButton.HyperlinkSubAddress property (Access)
keywords: vbaac10.chm10461
f1_keywords:
- vbaac10.chm10461
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.HyperlinkSubAddress Property (Access)
+# CommandButton.HyperlinkSubAddress property (Access)
You can use the **HyperlinkSubAddress** property to specify or determine a location within the target document specified by the **HyperlinkAddress** property. Read/write **String**.
## Syntax
- _expression_. `HyperlinkSubAddress`
+_expression_. `HyperlinkSubAddress`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.InSelection.md b/api/Access.CommandButton.InSelection.md
index 133ac88efe6..3fdfca78662 100644
--- a/api/Access.CommandButton.InSelection.md
+++ b/api/Access.CommandButton.InSelection.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.InSelection Property (Access)
+title: CommandButton.InSelection property (Access)
keywords: vbaac10.chm10492
f1_keywords:
- vbaac10.chm10492
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.InSelection Property (Access)
+# CommandButton.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.IsVisible.md b/api/Access.CommandButton.IsVisible.md
index c8175ee8192..d6854ec4d20 100644
--- a/api/Access.CommandButton.IsVisible.md
+++ b/api/Access.CommandButton.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.IsVisible Property (Access)
+title: CommandButton.IsVisible property (Access)
keywords: vbaac10.chm10491
f1_keywords:
- vbaac10.chm10491
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.IsVisible Property (Access)
+# CommandButton.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.KeyDown.md b/api/Access.CommandButton.KeyDown.md
index 1b33582320c..ceb611dac22 100644
--- a/api/Access.CommandButton.KeyDown.md
+++ b/api/Access.CommandButton.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.KeyDown Event (Access)
+title: CommandButton.KeyDown event (Access)
keywords: vbaac10.chm14086
f1_keywords:
- vbaac10.chm14086
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CommandButton.KeyDown Event (Access)
+# CommandButton.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.CommandButton.KeyPress.md b/api/Access.CommandButton.KeyPress.md
index 31f18552928..7a07150ab83 100644
--- a/api/Access.CommandButton.KeyPress.md
+++ b/api/Access.CommandButton.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.KeyPress Event (Access)
+title: CommandButton.KeyPress event (Access)
keywords: vbaac10.chm14087
f1_keywords:
- vbaac10.chm14087
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CommandButton.KeyPress Event (Access)
+# CommandButton.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_` )
+_expression_. `KeyPress`( ` _KeyAscii_` )
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.CommandButton.KeyUp.md b/api/Access.CommandButton.KeyUp.md
index 90d3eaec34b..440aedc350c 100644
--- a/api/Access.CommandButton.KeyUp.md
+++ b/api/Access.CommandButton.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.KeyUp Event (Access)
+title: CommandButton.KeyUp event (Access)
keywords: vbaac10.chm14088
f1_keywords:
- vbaac10.chm14088
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CommandButton.KeyUp Event (Access)
+# CommandButton.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.CommandButton.LabelAlign.md b/api/Access.CommandButton.LabelAlign.md
index db2f1e77c65..a29de5ea903 100644
--- a/api/Access.CommandButton.LabelAlign.md
+++ b/api/Access.CommandButton.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.LabelAlign Property (Access)
+title: CommandButton.LabelAlign property (Access)
keywords: vbaac10.chm10486
f1_keywords:
- vbaac10.chm10486
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.LabelAlign Property (Access)
+# CommandButton.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.LabelX.md b/api/Access.CommandButton.LabelX.md
index 53e4910010a..6a57f22342b 100644
--- a/api/Access.CommandButton.LabelX.md
+++ b/api/Access.CommandButton.LabelX.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.LabelX Property (Access)
+title: CommandButton.LabelX property (Access)
keywords: vbaac10.chm10484
f1_keywords:
- vbaac10.chm10484
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CommandButton.LabelX Property (Access)
+# CommandButton.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.LabelY.md b/api/Access.CommandButton.LabelY.md
index 488d058259c..7912a2604a4 100644
--- a/api/Access.CommandButton.LabelY.md
+++ b/api/Access.CommandButton.LabelY.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.LabelY Property (Access)
+title: CommandButton.LabelY property (Access)
keywords: vbaac10.chm10485
f1_keywords:
- vbaac10.chm10485
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CommandButton.LabelY Property (Access)
+# CommandButton.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Layout.md b/api/Access.CommandButton.Layout.md
index 4502cd91e32..60bd293577d 100644
--- a/api/Access.CommandButton.Layout.md
+++ b/api/Access.CommandButton.Layout.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Layout Property (Access)
+title: CommandButton.Layout property (Access)
keywords: vbaac10.chm10523
f1_keywords:
- vbaac10.chm10523
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Layout Property (Access)
+# CommandButton.Layout property (Access)
Returns the type of layout for the specified button. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## See also
diff --git a/api/Access.CommandButton.LayoutID.md b/api/Access.CommandButton.LayoutID.md
index c9592d605af..648cc11e3a4 100644
--- a/api/Access.CommandButton.LayoutID.md
+++ b/api/Access.CommandButton.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.LayoutID Property (Access)
+title: CommandButton.LayoutID property (Access)
keywords: vbaac10.chm10539
f1_keywords:
- vbaac10.chm10539
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.LayoutID Property (Access)
+# CommandButton.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified button. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Left.md b/api/Access.CommandButton.Left.md
index 97944fe0bbb..ccfbb490f8b 100644
--- a/api/Access.CommandButton.Left.md
+++ b/api/Access.CommandButton.Left.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Left Property (Access)
+title: CommandButton.Left property (Access)
keywords: vbaac10.chm10467
f1_keywords:
- vbaac10.chm10467
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Left Property (Access)
+# CommandButton.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.LeftPadding.md b/api/Access.CommandButton.LeftPadding.md
index 1506749e757..9a5e1210ba0 100644
--- a/api/Access.CommandButton.LeftPadding.md
+++ b/api/Access.CommandButton.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.LeftPadding Property (Access)
+title: CommandButton.LeftPadding property (Access)
keywords: vbaac10.chm10524
f1_keywords:
- vbaac10.chm10524
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.LeftPadding Property (Access)
+# CommandButton.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the button and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## See also
diff --git a/api/Access.CommandButton.LostFocus.md b/api/Access.CommandButton.LostFocus.md
index e618d641c4d..73d30b12480 100644
--- a/api/Access.CommandButton.LostFocus.md
+++ b/api/Access.CommandButton.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.LostFocus Event (Access)
+title: CommandButton.LostFocus event (Access)
keywords: vbaac10.chm14081
f1_keywords:
- vbaac10.chm14081
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.LostFocus Event (Access)
+# CommandButton.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.MouseDown.md b/api/Access.CommandButton.MouseDown.md
index 556d19af651..ab77e49927b 100644
--- a/api/Access.CommandButton.MouseDown.md
+++ b/api/Access.CommandButton.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.MouseDown Event (Access)
+title: CommandButton.MouseDown event (Access)
keywords: vbaac10.chm14083
f1_keywords:
- vbaac10.chm14083
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CommandButton.MouseDown Event (Access)
+# CommandButton.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.CommandButton.MouseMove.md b/api/Access.CommandButton.MouseMove.md
index af19e9a7c26..dcaa191be61 100644
--- a/api/Access.CommandButton.MouseMove.md
+++ b/api/Access.CommandButton.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.MouseMove Event (Access)
+title: CommandButton.MouseMove event (Access)
keywords: vbaac10.chm14084
f1_keywords:
- vbaac10.chm14084
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CommandButton.MouseMove Event (Access)
+# CommandButton.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
acRightButton The bit mask for the right mouse button.
acMiddleButton The bit mask for the middle mouse button.
|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys when the button specified by the Button argument was pressed or released. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:acShiftMask The bit mask for the SHIFT key.
acCtrlMask The bit mask for the CTRL key.
acAltMask The bit mask for the ALT key.
|
diff --git a/api/Access.CommandButton.MouseUp.md b/api/Access.CommandButton.MouseUp.md
index 9a458ab8072..3ad76fc83a0 100644
--- a/api/Access.CommandButton.MouseUp.md
+++ b/api/Access.CommandButton.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.MouseUp Event (Access)
+title: CommandButton.MouseUp event (Access)
keywords: vbaac10.chm14085
f1_keywords:
- vbaac10.chm14085
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CommandButton.MouseUp Event (Access)
+# CommandButton.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.CommandButton.Move.md b/api/Access.CommandButton.Move.md
index 49df315e3af..7cde03e09b6 100644
--- a/api/Access.CommandButton.Move.md
+++ b/api/Access.CommandButton.Move.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Move Method (Access)
+title: CommandButton.Move method (Access)
keywords: vbaac10.chm10507
f1_keywords:
- vbaac10.chm10507
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CommandButton.Move Method (Access)
+# CommandButton.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.CommandButton.Name.md b/api/Access.CommandButton.Name.md
index 1b3cc9a82c0..836aaa41fda 100644
--- a/api/Access.CommandButton.Name.md
+++ b/api/Access.CommandButton.Name.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Name Property (Access)
+title: CommandButton.Name property (Access)
keywords: vbaac10.chm10506
f1_keywords:
- vbaac10.chm10506
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Name Property (Access)
+# CommandButton.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ObjectPalette.md b/api/Access.CommandButton.ObjectPalette.md
index 951bcddc06e..d7dca13c021 100644
--- a/api/Access.CommandButton.ObjectPalette.md
+++ b/api/Access.CommandButton.ObjectPalette.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ObjectPalette Property (Access)
+title: CommandButton.ObjectPalette property (Access)
keywords: vbaac10.chm10490
f1_keywords:
- vbaac10.chm10490
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ObjectPalette Property (Access)
+# CommandButton.ObjectPalette property (Access)
The **ObjectPalette** property specifies the palette in the application used to create A bitmap or other graphic that is loaded into the specified control by using the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `ObjectPalette`
+_expression_. `ObjectPalette`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.OldValue.md b/api/Access.CommandButton.OldValue.md
index 8f73f218d27..ba41ed3fbc2 100644
--- a/api/Access.CommandButton.OldValue.md
+++ b/api/Access.CommandButton.OldValue.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OldValue Property (Access)
+title: CommandButton.OldValue property (Access)
keywords: vbaac10.chm10440
f1_keywords:
- vbaac10.chm10440
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OldValue Property (Access)
+# CommandButton.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.OnClick.md b/api/Access.CommandButton.OnClick.md
index 17012bc5791..46046d51346 100644
--- a/api/Access.CommandButton.OnClick.md
+++ b/api/Access.CommandButton.OnClick.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnClick Property (Access)
+title: CommandButton.OnClick property (Access)
keywords: vbaac10.chm10497
f1_keywords:
- vbaac10.chm10497
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnClick Property (Access)
+# CommandButton.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnDblClick.md b/api/Access.CommandButton.OnDblClick.md
index 28d46efab07..f27c186691e 100644
--- a/api/Access.CommandButton.OnDblClick.md
+++ b/api/Access.CommandButton.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnDblClick Property (Access)
+title: CommandButton.OnDblClick property (Access)
keywords: vbaac10.chm10498
f1_keywords:
- vbaac10.chm10498
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnDblClick Property (Access)
+# CommandButton.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnEnter.md b/api/Access.CommandButton.OnEnter.md
index 9611fcb759c..53711793345 100644
--- a/api/Access.CommandButton.OnEnter.md
+++ b/api/Access.CommandButton.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnEnter Property (Access)
+title: CommandButton.OnEnter property (Access)
keywords: vbaac10.chm10493
f1_keywords:
- vbaac10.chm10493
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnEnter Property (Access)
+# CommandButton.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnExit.md b/api/Access.CommandButton.OnExit.md
index 8ec11088081..f4f6191086a 100644
--- a/api/Access.CommandButton.OnExit.md
+++ b/api/Access.CommandButton.OnExit.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnExit Property (Access)
+title: CommandButton.OnExit property (Access)
keywords: vbaac10.chm10494
f1_keywords:
- vbaac10.chm10494
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnExit Property (Access)
+# CommandButton.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnGotFocus.md b/api/Access.CommandButton.OnGotFocus.md
index eeac01fb0c0..f8e52d43bb4 100644
--- a/api/Access.CommandButton.OnGotFocus.md
+++ b/api/Access.CommandButton.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnGotFocus Property (Access)
+title: CommandButton.OnGotFocus property (Access)
keywords: vbaac10.chm10495
f1_keywords:
- vbaac10.chm10495
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnGotFocus Property (Access)
+# CommandButton.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnKeyDown.md b/api/Access.CommandButton.OnKeyDown.md
index 17fd728372e..a35001ab34c 100644
--- a/api/Access.CommandButton.OnKeyDown.md
+++ b/api/Access.CommandButton.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnKeyDown Property (Access)
+title: CommandButton.OnKeyDown property (Access)
keywords: vbaac10.chm10502
f1_keywords:
- vbaac10.chm10502
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnKeyDown Property (Access)
+# CommandButton.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnKeyPress.md b/api/Access.CommandButton.OnKeyPress.md
index 4844808ab7f..6046a19dd3b 100644
--- a/api/Access.CommandButton.OnKeyPress.md
+++ b/api/Access.CommandButton.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnKeyPress Property (Access)
+title: CommandButton.OnKeyPress property (Access)
keywords: vbaac10.chm10504
f1_keywords:
- vbaac10.chm10504
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnKeyPress Property (Access)
+# CommandButton.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnKeyUp.md b/api/Access.CommandButton.OnKeyUp.md
index c6abb494e30..293274f6ef2 100644
--- a/api/Access.CommandButton.OnKeyUp.md
+++ b/api/Access.CommandButton.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnKeyUp Property (Access)
+title: CommandButton.OnKeyUp property (Access)
keywords: vbaac10.chm10503
f1_keywords:
- vbaac10.chm10503
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnKeyUp Property (Access)
+# CommandButton.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnLostFocus.md b/api/Access.CommandButton.OnLostFocus.md
index 54328076b33..2f1654ed50f 100644
--- a/api/Access.CommandButton.OnLostFocus.md
+++ b/api/Access.CommandButton.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnLostFocus Property (Access)
+title: CommandButton.OnLostFocus property (Access)
keywords: vbaac10.chm10496
f1_keywords:
- vbaac10.chm10496
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnLostFocus Property (Access)
+# CommandButton.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnMouseDown.md b/api/Access.CommandButton.OnMouseDown.md
index 81f19344df1..75ceff65fa8 100644
--- a/api/Access.CommandButton.OnMouseDown.md
+++ b/api/Access.CommandButton.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnMouseDown Property (Access)
+title: CommandButton.OnMouseDown property (Access)
keywords: vbaac10.chm10499
f1_keywords:
- vbaac10.chm10499
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnMouseDown Property (Access)
+# CommandButton.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnMouseMove.md b/api/Access.CommandButton.OnMouseMove.md
index a59bf92d29a..34608debd9b 100644
--- a/api/Access.CommandButton.OnMouseMove.md
+++ b/api/Access.CommandButton.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnMouseMove Property (Access)
+title: CommandButton.OnMouseMove property (Access)
keywords: vbaac10.chm10500
f1_keywords:
- vbaac10.chm10500
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnMouseMove Property (Access)
+# CommandButton.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnMouseUp.md b/api/Access.CommandButton.OnMouseUp.md
index ba569407719..e875a4301e6 100644
--- a/api/Access.CommandButton.OnMouseUp.md
+++ b/api/Access.CommandButton.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnMouseUp Property (Access)
+title: CommandButton.OnMouseUp property (Access)
keywords: vbaac10.chm10501
f1_keywords:
- vbaac10.chm10501
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnMouseUp Property (Access)
+# CommandButton.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.OnPush.md b/api/Access.CommandButton.OnPush.md
index 365411dd3f7..d81fdc6cf0e 100644
--- a/api/Access.CommandButton.OnPush.md
+++ b/api/Access.CommandButton.OnPush.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.OnPush Property (Access)
+title: CommandButton.OnPush property (Access)
keywords: vbaac10.chm10459
f1_keywords:
- vbaac10.chm10459
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.OnPush Property (Access)
+# CommandButton.OnPush property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window of a command button. Read/write **String**.
## Syntax
- _expression_. `OnPush`
+_expression_. `OnPush`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ Although the name of this property is **OnPush**, setting this property actuall
The **OnPush** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the command button's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CommandButton.Parent.md b/api/Access.CommandButton.Parent.md
index eeaab8be611..2fc7bfcb220 100644
--- a/api/Access.CommandButton.Parent.md
+++ b/api/Access.CommandButton.Parent.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Parent Property (Access)
+title: CommandButton.Parent property (Access)
keywords: vbaac10.chm10439
f1_keywords:
- vbaac10.chm10439
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Parent Property (Access)
+# CommandButton.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## See also
diff --git a/api/Access.CommandButton.Picture.md b/api/Access.CommandButton.Picture.md
index 62f6c15e8ab..60e8fd9d674 100644
--- a/api/Access.CommandButton.Picture.md
+++ b/api/Access.CommandButton.Picture.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Picture Property (Access)
+title: CommandButton.Picture property (Access)
keywords: vbaac10.chm10451
f1_keywords:
- vbaac10.chm10451
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Picture Property (Access)
+# CommandButton.Picture property (Access)
You can use the **Picture** property to specify a bitmap or other type of graphic to be displayed on the specified control. Read/write **String**.
## Syntax
- _expression_. `Picture`
+_expression_. `Picture`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PictureCaptionArrangement.md b/api/Access.CommandButton.PictureCaptionArrangement.md
index 4381e713c85..9dbf35296e0 100644
--- a/api/Access.CommandButton.PictureCaptionArrangement.md
+++ b/api/Access.CommandButton.PictureCaptionArrangement.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PictureCaptionArrangement Property (Access)
+title: CommandButton.PictureCaptionArrangement property (Access)
keywords: vbaac10.chm14291,vbaac10.chm5883
f1_keywords:
- vbaac10.chm14291,vbaac10.chm5883
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PictureCaptionArrangement Property (Access)
+# CommandButton.PictureCaptionArrangement property (Access)
Gets or sets how the specified button's caption is arranged in relation to its picture. Read/write **[AcPictureCaptionArrangement](Access.AcPictureCaptionArrangement.md)**.
## Syntax
- _expression_. `PictureCaptionArrangement`
+_expression_. `PictureCaptionArrangement`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## See also
diff --git a/api/Access.CommandButton.PictureData.md b/api/Access.CommandButton.PictureData.md
index db10396b4c0..1d1579682b5 100644
--- a/api/Access.CommandButton.PictureData.md
+++ b/api/Access.CommandButton.PictureData.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PictureData Property (Access)
+title: CommandButton.PictureData property (Access)
keywords: vbaac10.chm10453
f1_keywords:
- vbaac10.chm10453
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PictureData Property (Access)
+# CommandButton.PictureData property (Access)
You can use the **PictureData** property to copy the picture to another object that supports the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `PictureData`
+_expression_. `PictureData`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PictureType.md b/api/Access.CommandButton.PictureType.md
index 1789caf09a0..397a9f7a81f 100644
--- a/api/Access.CommandButton.PictureType.md
+++ b/api/Access.CommandButton.PictureType.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PictureType Property (Access)
+title: CommandButton.PictureType property (Access)
keywords: vbaac10.chm10452
f1_keywords:
- vbaac10.chm10452
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PictureType Property (Access)
+# CommandButton.PictureType property (Access)
You can use the **PictureType** property to specify whether Microsoft Access stores an object's picture as a linked or an embedded object. Read/write **Byte**.
## Syntax
- _expression_. `PictureType`
+_expression_. `PictureType`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PressedColor.md b/api/Access.CommandButton.PressedColor.md
index f9079461c49..9e13c912fe7 100644
--- a/api/Access.CommandButton.PressedColor.md
+++ b/api/Access.CommandButton.PressedColor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PressedColor Property (Access)
+title: CommandButton.PressedColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PressedColor Property (Access)
+# CommandButton.PressedColor property (Access)
Gets or sets the color displayed on the control when the user clicks it. Read/write **Long**.
## Syntax
- _expression_. `PressedColor`
+_expression_. `PressedColor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PressedForeColor.md b/api/Access.CommandButton.PressedForeColor.md
index b624eb07c53..50bba761a66 100644
--- a/api/Access.CommandButton.PressedForeColor.md
+++ b/api/Access.CommandButton.PressedForeColor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PressedForeColor Property (Access)
+title: CommandButton.PressedForeColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PressedForeColor Property (Access)
+# CommandButton.PressedForeColor property (Access)
Gets or sets the color of the text displayed on the control when the user clicks it. Read/write **Long**.
## Syntax
- _expression_. `PressedForeColor`
+_expression_. `PressedForeColor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PressedForeShade.md b/api/Access.CommandButton.PressedForeShade.md
index 20a2a9fc6f6..176a6d03e89 100644
--- a/api/Access.CommandButton.PressedForeShade.md
+++ b/api/Access.CommandButton.PressedForeShade.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PressedForeShade Property (Access)
+title: CommandButton.PressedForeShade property (Access)
keywords: vbaac10.chm14626
f1_keywords:
- vbaac10.chm14626
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PressedForeShade Property (Access)
+# CommandButton.PressedForeShade property (Access)
Gets or sets the shade applied to the theme color in the **PressedForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedForeShade`
+_expression_. `PressedForeShade`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PressedForeThemeColorIndex.md b/api/Access.CommandButton.PressedForeThemeColorIndex.md
index 89464a8fe2d..f6a1d79009d 100644
--- a/api/Access.CommandButton.PressedForeThemeColorIndex.md
+++ b/api/Access.CommandButton.PressedForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PressedForeThemeColorIndex Property (Access)
+title: CommandButton.PressedForeThemeColorIndex property (Access)
keywords: vbaac10.chm14624
f1_keywords:
- vbaac10.chm14624
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PressedForeThemeColorIndex Property (Access)
+# CommandButton.PressedForeThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **PressedForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `PressedForeThemeColorIndex`
+_expression_. `PressedForeThemeColorIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PressedForeTint.md b/api/Access.CommandButton.PressedForeTint.md
index 78833af8789..14f5f21814e 100644
--- a/api/Access.CommandButton.PressedForeTint.md
+++ b/api/Access.CommandButton.PressedForeTint.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PressedForeTint Property (Access)
+title: CommandButton.PressedForeTint property (Access)
keywords: vbaac10.chm14625
f1_keywords:
- vbaac10.chm14625
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PressedForeTint Property (Access)
+# CommandButton.PressedForeTint property (Access)
Gets or sets the tint applied to the theme color in the **PressedForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedForeTint`
+_expression_. `PressedForeTint`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PressedShade.md b/api/Access.CommandButton.PressedShade.md
index 7991ce7db45..0d0481fff47 100644
--- a/api/Access.CommandButton.PressedShade.md
+++ b/api/Access.CommandButton.PressedShade.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PressedShade Property (Access)
+title: CommandButton.PressedShade property (Access)
keywords: vbaac10.chm14622
f1_keywords:
- vbaac10.chm14622
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PressedShade Property (Access)
+# CommandButton.PressedShade property (Access)
Gets or sets the shade that is applied to the theme color in the **PressedColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedShade`
+_expression_. `PressedShade`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PressedThemeColorIndex.md b/api/Access.CommandButton.PressedThemeColorIndex.md
index 8022b5ccc25..045b2f716c5 100644
--- a/api/Access.CommandButton.PressedThemeColorIndex.md
+++ b/api/Access.CommandButton.PressedThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PressedThemeColorIndex Property (Access)
+title: CommandButton.PressedThemeColorIndex property (Access)
keywords: vbaac10.chm14620
f1_keywords:
- vbaac10.chm14620
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PressedThemeColorIndex Property (Access)
+# CommandButton.PressedThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **PressedColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `PressedThemeColorIndex`
+_expression_. `PressedThemeColorIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.PressedTint.md b/api/Access.CommandButton.PressedTint.md
index c179f11e36d..1a22f878fbf 100644
--- a/api/Access.CommandButton.PressedTint.md
+++ b/api/Access.CommandButton.PressedTint.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.PressedTint Property (Access)
+title: CommandButton.PressedTint property (Access)
keywords: vbaac10.chm14621
f1_keywords:
- vbaac10.chm14621
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.PressedTint Property (Access)
+# CommandButton.PressedTint property (Access)
Gets or sets the tint applied to the theme color in the **PressedColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedTint`
+_expression_. `PressedTint`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Properties.md b/api/Access.CommandButton.Properties.md
index 2e7260b22e0..431ce3cb2ba 100644
--- a/api/Access.CommandButton.Properties.md
+++ b/api/Access.CommandButton.Properties.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Properties Property (Access)
+title: CommandButton.Properties property (Access)
keywords: vbaac10.chm10441
f1_keywords:
- vbaac10.chm10441
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Properties Property (Access)
+# CommandButton.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.QuickStyle.md b/api/Access.CommandButton.QuickStyle.md
index 49115fb1a4c..d0df90b75ce 100644
--- a/api/Access.CommandButton.QuickStyle.md
+++ b/api/Access.CommandButton.QuickStyle.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.QuickStyle Property (Access)
+title: CommandButton.QuickStyle property (Access)
keywords: vbaac10.chm14646
f1_keywords:
- vbaac10.chm14646
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.QuickStyle Property (Access)
+# CommandButton.QuickStyle property (Access)
Gets or sets the Quick Style that is applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `QuickStyle`
+_expression_. `QuickStyle`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ReadingOrder.md b/api/Access.CommandButton.ReadingOrder.md
index c92021563b1..ac4330af1c6 100644
--- a/api/Access.CommandButton.ReadingOrder.md
+++ b/api/Access.CommandButton.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ReadingOrder Property (Access)
+title: CommandButton.ReadingOrder property (Access)
keywords: vbaac10.chm10505
f1_keywords:
- vbaac10.chm10505
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ReadingOrder Property (Access)
+# CommandButton.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Requery.md b/api/Access.CommandButton.Requery.md
index cfddf911163..8e218401487 100644
--- a/api/Access.CommandButton.Requery.md
+++ b/api/Access.CommandButton.Requery.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Requery Method (Access)
+title: CommandButton.Requery method (Access)
keywords: vbaac10.chm10443
f1_keywords:
- vbaac10.chm10443
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Requery Method (Access)
+# CommandButton.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.RightPadding.md b/api/Access.CommandButton.RightPadding.md
index fe88e3a7f3a..e59a30c4a93 100644
--- a/api/Access.CommandButton.RightPadding.md
+++ b/api/Access.CommandButton.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.RightPadding Property (Access)
+title: CommandButton.RightPadding property (Access)
keywords: vbaac10.chm10526
f1_keywords:
- vbaac10.chm10526
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.RightPadding Property (Access)
+# CommandButton.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the button and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## See also
diff --git a/api/Access.CommandButton.Section.md b/api/Access.CommandButton.Section.md
index 4ad320a86c9..d3e40e7daaf 100644
--- a/api/Access.CommandButton.Section.md
+++ b/api/Access.CommandButton.Section.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Section Property (Access)
+title: CommandButton.Section property (Access)
keywords: vbaac10.chm10487
f1_keywords:
- vbaac10.chm10487
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Section Property (Access)
+# CommandButton.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.SetFocus.md b/api/Access.CommandButton.SetFocus.md
index 5c56d8bd8a7..c013a1d53d3 100644
--- a/api/Access.CommandButton.SetFocus.md
+++ b/api/Access.CommandButton.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.SetFocus Method (Access)
+title: CommandButton.SetFocus method (Access)
keywords: vbaac10.chm10444
f1_keywords:
- vbaac10.chm10444
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# CommandButton.SetFocus Method (Access)
+# CommandButton.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.CommandButton.Shadow.md b/api/Access.CommandButton.Shadow.md
index adf700b4eda..c410eb87efe 100644
--- a/api/Access.CommandButton.Shadow.md
+++ b/api/Access.CommandButton.Shadow.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Shadow Property (Access)
+title: CommandButton.Shadow property (Access)
keywords: vbaac10.chm14638
f1_keywords:
- vbaac10.chm14638
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Shadow Property (Access)
+# CommandButton.Shadow property (Access)
Gets or sets the **Shadow** effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Shadow`
+_expression_. `Shadow`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Shape.md b/api/Access.CommandButton.Shape.md
index e3b65ab4caa..d42dfae4a51 100644
--- a/api/Access.CommandButton.Shape.md
+++ b/api/Access.CommandButton.Shape.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Shape Property (Access)
+title: CommandButton.Shape property (Access)
keywords: vbaac10.chm14628
f1_keywords:
- vbaac10.chm14628
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Shape Property (Access)
+# CommandButton.Shape property (Access)
Returns or sets the shape of the specified button. Read/write **Long**.
## Syntax
- _expression_. `Shape`
+_expression_. `Shape`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ShortcutMenuBar.md b/api/Access.CommandButton.ShortcutMenuBar.md
index a64531afa40..42a7a66e99c 100644
--- a/api/Access.CommandButton.ShortcutMenuBar.md
+++ b/api/Access.CommandButton.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ShortcutMenuBar Property (Access)
+title: CommandButton.ShortcutMenuBar property (Access)
keywords: vbaac10.chm10479
f1_keywords:
- vbaac10.chm10479
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ShortcutMenuBar Property (Access)
+# CommandButton.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.SizeToFit.md b/api/Access.CommandButton.SizeToFit.md
index fd4c1ca1d5d..c54f83d9cd1 100644
--- a/api/Access.CommandButton.SizeToFit.md
+++ b/api/Access.CommandButton.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.SizeToFit Method (Access)
+title: CommandButton.SizeToFit method (Access)
keywords: vbaac10.chm10442
f1_keywords:
- vbaac10.chm10442
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.SizeToFit Method (Access)
+# CommandButton.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.SoftEdges.md b/api/Access.CommandButton.SoftEdges.md
index 5c94ea7bd3b..a277814a620 100644
--- a/api/Access.CommandButton.SoftEdges.md
+++ b/api/Access.CommandButton.SoftEdges.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.SoftEdges Property (Access)
+title: CommandButton.SoftEdges property (Access)
keywords: vbaac10.chm14639
f1_keywords:
- vbaac10.chm14639
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.SoftEdges Property (Access)
+# CommandButton.SoftEdges property (Access)
Gets or sets the **Soft Edges** effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `SoftEdges`
+_expression_. `SoftEdges`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.StatusBarText.md b/api/Access.CommandButton.StatusBarText.md
index 3e0d891d186..aa0bc53a96e 100644
--- a/api/Access.CommandButton.StatusBarText.md
+++ b/api/Access.CommandButton.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.StatusBarText Property (Access)
+title: CommandButton.StatusBarText property (Access)
keywords: vbaac10.chm10458
f1_keywords:
- vbaac10.chm10458
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.StatusBarText Property (Access)
+# CommandButton.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.TabIndex.md b/api/Access.CommandButton.TabIndex.md
index 6a0b3152b52..4972e749b7a 100644
--- a/api/Access.CommandButton.TabIndex.md
+++ b/api/Access.CommandButton.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.TabIndex Property (Access)
+title: CommandButton.TabIndex property (Access)
keywords: vbaac10.chm10466
f1_keywords:
- vbaac10.chm10466
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.TabIndex Property (Access)
+# CommandButton.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.TabStop.md b/api/Access.CommandButton.TabStop.md
index c63d6e5116b..1546eb4a247 100644
--- a/api/Access.CommandButton.TabStop.md
+++ b/api/Access.CommandButton.TabStop.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.TabStop Property (Access)
+title: CommandButton.TabStop property (Access)
keywords: vbaac10.chm10465
f1_keywords:
- vbaac10.chm10465
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.TabStop Property (Access)
+# CommandButton.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Tag.md b/api/Access.CommandButton.Tag.md
index a55e3d01436..d1c0e9c7885 100644
--- a/api/Access.CommandButton.Tag.md
+++ b/api/Access.CommandButton.Tag.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Tag Property (Access)
+title: CommandButton.Tag property (Access)
keywords: vbaac10.chm10489
f1_keywords:
- vbaac10.chm10489
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Tag Property (Access)
+# CommandButton.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.ThemeFontIndex.md b/api/Access.CommandButton.ThemeFontIndex.md
index 437151152fd..9b121c092ca 100644
--- a/api/Access.CommandButton.ThemeFontIndex.md
+++ b/api/Access.CommandButton.ThemeFontIndex.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.ThemeFontIndex Property (Access)
+title: CommandButton.ThemeFontIndex property (Access)
keywords: vbaac10.chm14610
f1_keywords:
- vbaac10.chm14610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.ThemeFontIndex Property (Access)
+# CommandButton.ThemeFontIndex property (Access)
Gets or sets the font index that represents a font in the applied theme associated with the **FontName** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ThemeFontIndex`
+_expression_. `ThemeFontIndex`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Top.md b/api/Access.CommandButton.Top.md
index 4229f716830..728bf46786b 100644
--- a/api/Access.CommandButton.Top.md
+++ b/api/Access.CommandButton.Top.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Top Property (Access)
+title: CommandButton.Top property (Access)
keywords: vbaac10.chm10468
f1_keywords:
- vbaac10.chm10468
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Top Property (Access)
+# CommandButton.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.TopPadding.md b/api/Access.CommandButton.TopPadding.md
index cbcfc81cb09..7692a4b8e94 100644
--- a/api/Access.CommandButton.TopPadding.md
+++ b/api/Access.CommandButton.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.TopPadding Property (Access)
+title: CommandButton.TopPadding property (Access)
keywords: vbaac10.chm10525
f1_keywords:
- vbaac10.chm10525
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.TopPadding Property (Access)
+# CommandButton.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the button and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## See also
diff --git a/api/Access.CommandButton.Transparent.md b/api/Access.CommandButton.Transparent.md
index 42381acd8c6..00b3fbde281 100644
--- a/api/Access.CommandButton.Transparent.md
+++ b/api/Access.CommandButton.Transparent.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Transparent Property (Access)
+title: CommandButton.Transparent property (Access)
keywords: vbaac10.chm10454,vbaac10.chm4526
f1_keywords:
- vbaac10.chm10454,vbaac10.chm4526
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Transparent Property (Access)
+# CommandButton.Transparent property (Access)
You can use the **Transparent** property to specify whether a command button is solid or transparent. Read/write **Boolean**.
## Syntax
- _expression_. `Transparent`
+_expression_. `Transparent`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.UseTheme.md b/api/Access.CommandButton.UseTheme.md
index fa3449b68da..c822be95150 100644
--- a/api/Access.CommandButton.UseTheme.md
+++ b/api/Access.CommandButton.UseTheme.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.UseTheme Property (Access)
+title: CommandButton.UseTheme property (Access)
keywords: vbaac10.chm14627
f1_keywords:
- vbaac10.chm14627
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.UseTheme Property (Access)
+# CommandButton.UseTheme property (Access)
Gets or sets whether the specified object will utilize formatting styles defined in Office Document Themes. Read/write **Boolean**.
## Syntax
- _expression_. `UseTheme`
+_expression_. `UseTheme`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.VerticalAnchor.md b/api/Access.CommandButton.VerticalAnchor.md
index 4fb12ef40f0..9c26a981b45 100644
--- a/api/Access.CommandButton.VerticalAnchor.md
+++ b/api/Access.CommandButton.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.VerticalAnchor Property (Access)
+title: CommandButton.VerticalAnchor property (Access)
keywords: vbaac10.chm10538
f1_keywords:
- vbaac10.chm10538
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.VerticalAnchor Property (Access)
+# CommandButton.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified button is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Visible.md b/api/Access.CommandButton.Visible.md
index 889265d0053..8874785eb89 100644
--- a/api/Access.CommandButton.Visible.md
+++ b/api/Access.CommandButton.Visible.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Visible Property (Access)
+title: CommandButton.Visible property (Access)
keywords: vbaac10.chm10462
f1_keywords:
- vbaac10.chm10462
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Visible Property (Access)
+# CommandButton.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.Width.md b/api/Access.CommandButton.Width.md
index cf13d213881..ce0568a380f 100644
--- a/api/Access.CommandButton.Width.md
+++ b/api/Access.CommandButton.Width.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.Width Property (Access)
+title: CommandButton.Width property (Access)
keywords: vbaac10.chm10469
f1_keywords:
- vbaac10.chm10469
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CommandButton.Width Property (Access)
+# CommandButton.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.CommandButton.md b/api/Access.CommandButton.md
index 96fd2737727..15cb9df5c6d 100644
--- a/api/Access.CommandButton.md
+++ b/api/Access.CommandButton.md
@@ -1,5 +1,5 @@
---
-title: CommandButton Object (Access)
+title: CommandButton object (Access)
keywords: vbaac10.chm10554
f1_keywords:
- vbaac10.chm10554
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CommandButton Object (Access)
+# CommandButton object (Access)
This object corresponds to a command button. A command button on a form can start an action or a set of actions. For example, you could create a command button that opens another form. To make a command button do something, you write a macro or event procedure and attach it to the button's **OnClick** property.
diff --git a/api/Access.Control.Application.md b/api/Access.Control.Application.md
index 38290bbe0c4..7bdcb41b2da 100644
--- a/api/Access.Control.Application.md
+++ b/api/Access.Control.Application.md
@@ -1,5 +1,5 @@
---
-title: Control.Application Property (Access)
+title: Control.Application property (Access)
keywords: vbaac10.chm10132
f1_keywords:
- vbaac10.chm10132
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Application Property (Access)
+# Control.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.BottomPadding.md b/api/Access.Control.BottomPadding.md
index 9778d0c79a2..5f1ace055b7 100644
--- a/api/Access.Control.BottomPadding.md
+++ b/api/Access.Control.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: Control.BottomPadding Property (Access)
+title: Control.BottomPadding property (Access)
keywords: vbaac10.chm10159
f1_keywords:
- vbaac10.chm10159
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.BottomPadding Property (Access)
+# Control.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the control and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## See also
diff --git a/api/Access.Control.Column.md b/api/Access.Control.Column.md
index 7d6da26bc63..200fef900d8 100644
--- a/api/Access.Control.Column.md
+++ b/api/Access.Control.Column.md
@@ -1,5 +1,5 @@
---
-title: Control.Column Property (Access)
+title: Control.Column property (Access)
keywords: vbaac10.chm10136
f1_keywords:
- vbaac10.chm10136
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Control.Column Property (Access)
+# Control.Column property (Access)
You can use the **Column** property to refer to a specific column, or column and row combination, in a multiple-column combo box or list box. Read-only **Variant**.
## Syntax
- _expression_. `Column`( ` _Index_`, ` _Row_` )
+_expression_. `Column`( ` _Index_`, ` _Row_` )
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|A long integer that can range from 0 to the setting of the **ColumnCount** property minus one.|
| _Row_|Optional|**Variant**|An integer that can range from 0 to the setting of the **ListCount** property minus 1.|
diff --git a/api/Access.Control.Controls.md b/api/Access.Control.Controls.md
index 5acdf7008df..38afe62baaa 100644
--- a/api/Access.Control.Controls.md
+++ b/api/Access.Control.Controls.md
@@ -1,5 +1,5 @@
---
-title: Control.Controls Property (Access)
+title: Control.Controls property (Access)
keywords: vbaac10.chm10150
f1_keywords:
- vbaac10.chm10150
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Controls Property (Access)
+# Control.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.Dropdown.md b/api/Access.Control.Dropdown.md
index 7059332f5a0..0dca5d67ceb 100644
--- a/api/Access.Control.Dropdown.md
+++ b/api/Access.Control.Dropdown.md
@@ -1,5 +1,5 @@
---
-title: Control.Dropdown Method (Access)
+title: Control.Dropdown method (Access)
keywords: vbaac10.chm10135
f1_keywords:
- vbaac10.chm10135
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Control.Dropdown Method (Access)
+# Control.Dropdown method (Access)
You can use the **Dropdown** method to force the list in the specified combo box to drop down.
## Syntax
- _expression_. `Dropdown`
+_expression_. `Dropdown`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Control.Form.md b/api/Access.Control.Form.md
index d881ec4e31e..c4fb2c20c38 100644
--- a/api/Access.Control.Form.md
+++ b/api/Access.Control.Form.md
@@ -1,5 +1,5 @@
---
-title: Control.Form Property (Access)
+title: Control.Form property (Access)
keywords: vbaac10.chm10139
f1_keywords:
- vbaac10.chm10139
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Form Property (Access)
+# Control.Form property (Access)
You can use the **Form** property to refer to a form or to refer to the form associated with a subformcontrol. Read-only **Form**.
## Syntax
- _expression_. `Form`
+_expression_. `Form`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.GridlineColor.md b/api/Access.Control.GridlineColor.md
index 9a05a573424..c7459ac7d5e 100644
--- a/api/Access.Control.GridlineColor.md
+++ b/api/Access.Control.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: Control.GridlineColor Property (Access)
+title: Control.GridlineColor property (Access)
keywords: vbaac10.chm10168
f1_keywords:
- vbaac10.chm10168
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.GridlineColor Property (Access)
+# Control.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified control. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.GridlineStyleBottom.md b/api/Access.Control.GridlineStyleBottom.md
index 50e7d1133c7..f39ebfebe23 100644
--- a/api/Access.Control.GridlineStyleBottom.md
+++ b/api/Access.Control.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: Control.GridlineStyleBottom Property (Access)
+title: Control.GridlineStyleBottom property (Access)
keywords: vbaac10.chm10163
f1_keywords:
- vbaac10.chm10163
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.GridlineStyleBottom Property (Access)
+# Control.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.GridlineStyleLeft.md b/api/Access.Control.GridlineStyleLeft.md
index 4cbf814d602..16ea69428ca 100644
--- a/api/Access.Control.GridlineStyleLeft.md
+++ b/api/Access.Control.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: Control.GridlineStyleLeft Property (Access)
+title: Control.GridlineStyleLeft property (Access)
keywords: vbaac10.chm10160
f1_keywords:
- vbaac10.chm10160
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.GridlineStyleLeft Property (Access)
+# Control.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.GridlineStyleRight.md b/api/Access.Control.GridlineStyleRight.md
index 67a4505bf9e..e1ee09ef759 100644
--- a/api/Access.Control.GridlineStyleRight.md
+++ b/api/Access.Control.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: Control.GridlineStyleRight Property (Access)
+title: Control.GridlineStyleRight property (Access)
keywords: vbaac10.chm10162
f1_keywords:
- vbaac10.chm10162
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.GridlineStyleRight Property (Access)
+# Control.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.GridlineStyleTop.md b/api/Access.Control.GridlineStyleTop.md
index d1a18f4fb79..6d535523274 100644
--- a/api/Access.Control.GridlineStyleTop.md
+++ b/api/Access.Control.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: Control.GridlineStyleTop Property (Access)
+title: Control.GridlineStyleTop property (Access)
keywords: vbaac10.chm10161
f1_keywords:
- vbaac10.chm10161
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.GridlineStyleTop Property (Access)
+# Control.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.GridlineWidthBottom.md b/api/Access.Control.GridlineWidthBottom.md
index 6d12991b9c9..e540dd93bb9 100644
--- a/api/Access.Control.GridlineWidthBottom.md
+++ b/api/Access.Control.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: Control.GridlineWidthBottom Property (Access)
+title: Control.GridlineWidthBottom property (Access)
keywords: vbaac10.chm10167
f1_keywords:
- vbaac10.chm10167
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.GridlineWidthBottom Property (Access)
+# Control.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.GridlineWidthLeft.md b/api/Access.Control.GridlineWidthLeft.md
index bfbb4b1d96a..6015592982d 100644
--- a/api/Access.Control.GridlineWidthLeft.md
+++ b/api/Access.Control.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: Control.GridlineWidthLeft Property (Access)
+title: Control.GridlineWidthLeft property (Access)
keywords: vbaac10.chm10164
f1_keywords:
- vbaac10.chm10164
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.GridlineWidthLeft Property (Access)
+# Control.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.GridlineWidthRight.md b/api/Access.Control.GridlineWidthRight.md
index 8b6f297749e..72257d62701 100644
--- a/api/Access.Control.GridlineWidthRight.md
+++ b/api/Access.Control.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: Control.GridlineWidthRight Property (Access)
+title: Control.GridlineWidthRight property (Access)
keywords: vbaac10.chm10166
f1_keywords:
- vbaac10.chm10166
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.GridlineWidthRight Property (Access)
+# Control.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.GridlineWidthTop.md b/api/Access.Control.GridlineWidthTop.md
index b25ecfb5d1f..8b9cdb7be9a 100644
--- a/api/Access.Control.GridlineWidthTop.md
+++ b/api/Access.Control.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: Control.GridlineWidthTop Property (Access)
+title: Control.GridlineWidthTop property (Access)
keywords: vbaac10.chm10165
f1_keywords:
- vbaac10.chm10165
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.GridlineWidthTop Property (Access)
+# Control.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.HorizontalAnchor.md b/api/Access.Control.HorizontalAnchor.md
index c655c0cc046..98db9d5003a 100644
--- a/api/Access.Control.HorizontalAnchor.md
+++ b/api/Access.Control.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Control.HorizontalAnchor Property (Access)
+title: Control.HorizontalAnchor property (Access)
keywords: vbaac10.chm10169
f1_keywords:
- vbaac10.chm10169
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.HorizontalAnchor Property (Access)
+# Control.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the control is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.Hyperlink.md b/api/Access.Control.Hyperlink.md
index 5f7d25363df..a08d074d06d 100644
--- a/api/Access.Control.Hyperlink.md
+++ b/api/Access.Control.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: Control.Hyperlink Property (Access)
+title: Control.Hyperlink property (Access)
keywords: vbaac10.chm10151
f1_keywords:
- vbaac10.chm10151
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Hyperlink Property (Access)
+# Control.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Example
diff --git a/api/Access.Control.ItemData.md b/api/Access.Control.ItemData.md
index 00e8526a31f..98646d001ec 100644
--- a/api/Access.Control.ItemData.md
+++ b/api/Access.Control.ItemData.md
@@ -1,5 +1,5 @@
---
-title: Control.ItemData Property (Access)
+title: Control.ItemData property (Access)
keywords: vbaac10.chm10141
f1_keywords:
- vbaac10.chm10141
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Control.ItemData Property (Access)
+# Control.ItemData property (Access)
The **ItemData** property returns the data in the bound column for the specified row in a combo box or list box. Read-only **Variant**.
## Syntax
- _expression_. `ItemData`( ` _Index_` )
+_expression_. `ItemData`( ` _Index_` )
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The row in the combo box or list box containing the data you want to return. Rows in combo and list boxes are indexed starting with zero. For example, to return the item in the sixth row of a combo box, you'd specify 5 for the _rowindex_ argument.|
diff --git a/api/Access.Control.ItemsSelected.md b/api/Access.Control.ItemsSelected.md
index 12a0fa40a8a..7e773afb724 100644
--- a/api/Access.Control.ItemsSelected.md
+++ b/api/Access.Control.ItemsSelected.md
@@ -1,5 +1,5 @@
---
-title: Control.ItemsSelected Property (Access)
+title: Control.ItemsSelected property (Access)
keywords: vbaac10.chm10147
f1_keywords:
- vbaac10.chm10147
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.ItemsSelected Property (Access)
+# Control.ItemsSelected property (Access)
You can use the **ItemsSelected** property to return a read-only reference to the hidden **ItemsSelected** collection. This hidden collection can be used to access data in the selected rows of a multiselect list box control.
## Syntax
- _expression_. `ItemsSelected`
+_expression_. `ItemsSelected`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.Layout.md b/api/Access.Control.Layout.md
index 5ba594a1f33..db01877d680 100644
--- a/api/Access.Control.Layout.md
+++ b/api/Access.Control.Layout.md
@@ -1,5 +1,5 @@
---
-title: Control.Layout Property (Access)
+title: Control.Layout property (Access)
keywords: vbaac10.chm10155
f1_keywords:
- vbaac10.chm10155
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Layout Property (Access)
+# Control.Layout property (Access)
Returns the type of layout for the specified control. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## See also
diff --git a/api/Access.Control.LayoutID.md b/api/Access.Control.LayoutID.md
index bc2277d215c..9f974964941 100644
--- a/api/Access.Control.LayoutID.md
+++ b/api/Access.Control.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: Control.LayoutID Property (Access)
+title: Control.LayoutID property (Access)
keywords: vbaac10.chm10171
f1_keywords:
- vbaac10.chm10171
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.LayoutID Property (Access)
+# Control.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified control. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.LeftPadding.md b/api/Access.Control.LeftPadding.md
index ce371743c87..43b892aa5ef 100644
--- a/api/Access.Control.LeftPadding.md
+++ b/api/Access.Control.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: Control.LeftPadding Property (Access)
+title: Control.LeftPadding property (Access)
keywords: vbaac10.chm10156
f1_keywords:
- vbaac10.chm10156
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.LeftPadding Property (Access)
+# Control.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the control and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## See also
diff --git a/api/Access.Control.Move.md b/api/Access.Control.Move.md
index c9ecf76d615..31e2d099325 100644
--- a/api/Access.Control.Move.md
+++ b/api/Access.Control.Move.md
@@ -1,5 +1,5 @@
---
-title: Control.Move Method (Access)
+title: Control.Move method (Access)
keywords: vbaac10.chm10152
f1_keywords:
- vbaac10.chm10152
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Control.Move Method (Access)
+# Control.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.Control.Name.md b/api/Access.Control.Name.md
index 818eb33b766..cfdb7c1ce30 100644
--- a/api/Access.Control.Name.md
+++ b/api/Access.Control.Name.md
@@ -1,5 +1,5 @@
---
-title: Control.Name Property (Access)
+title: Control.Name property (Access)
keywords: vbaac10.chm10173
f1_keywords:
- vbaac10.chm10173
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Name Property (Access)
+# Control.Name property (Access)
You can use the Name property to determine the string expression that identifies the name of an object. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.Object.md b/api/Access.Control.Object.md
index 9b1a3fa8e5e..7a9d67af4aa 100644
--- a/api/Access.Control.Object.md
+++ b/api/Access.Control.Object.md
@@ -1,5 +1,5 @@
---
-title: Control.Object Property (Access)
+title: Control.Object property (Access)
keywords: vbaac10.chm10142
f1_keywords:
- vbaac10.chm10142
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Object Property (Access)
+# Control.Object property (Access)
You can use the **Object** property in Visual Basic to return a reference to the ActiveX object that is associated with a linked or embedded OLE object in a control. By using this reference, you can access the properties or invoke the methods of the OLE object. Read-only **Object**.
## Syntax
- _expression_. `Object`
+_expression_. `Object`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.ObjectVerbs.md b/api/Access.Control.ObjectVerbs.md
index c6fcb5bfd78..aa11bfaf358 100644
--- a/api/Access.Control.ObjectVerbs.md
+++ b/api/Access.Control.ObjectVerbs.md
@@ -1,5 +1,5 @@
---
-title: Control.ObjectVerbs Property (Access)
+title: Control.ObjectVerbs property (Access)
keywords: vbaac10.chm10143
f1_keywords:
- vbaac10.chm10143
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Control.ObjectVerbs Property (Access)
+# Control.ObjectVerbs property (Access)
You can use the **ObjectVerbs** property in Visual Basic to determine the list of verbs an OLE object supports. Read-only **String**.
## Syntax
- _expression_. `ObjectVerbs`( ` _Index_` )
+_expression_. `ObjectVerbs`( ` _Index_` )
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|An element in the array of supported verbs. This is a zero-based index, meaning zero (0) represents the first verb in the array, one (1) represents the second verb in the array, and so on.|
diff --git a/api/Access.Control.OldValue.md b/api/Access.Control.OldValue.md
index fc58099ebf6..32e2caed3d5 100644
--- a/api/Access.Control.OldValue.md
+++ b/api/Access.Control.OldValue.md
@@ -1,5 +1,5 @@
---
-title: Control.OldValue Property (Access)
+title: Control.OldValue property (Access)
keywords: vbaac10.chm10138
f1_keywords:
- vbaac10.chm10138
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.OldValue Property (Access)
+# Control.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.Pages.md b/api/Access.Control.Pages.md
index 2107973e004..327a92637a1 100644
--- a/api/Access.Control.Pages.md
+++ b/api/Access.Control.Pages.md
@@ -1,5 +1,5 @@
---
-title: Control.Pages Property (Access)
+title: Control.Pages property (Access)
keywords: vbaac10.chm10149
f1_keywords:
- vbaac10.chm10149
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Pages Property (Access)
+# Control.Pages property (Access)
Returns a **[Pages](Access.Pages.md)** collection that represents the pages in the specified control that supports tabbed pages (for example, a **TabControl** object). Read-only.
## Syntax
- _expression_. `Pages`
+_expression_. `Pages`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Example
diff --git a/api/Access.Control.Parent.md b/api/Access.Control.Parent.md
index 073124fd8e6..71649169ad6 100644
--- a/api/Access.Control.Parent.md
+++ b/api/Access.Control.Parent.md
@@ -1,5 +1,5 @@
---
-title: Control.Parent Property (Access)
+title: Control.Parent property (Access)
keywords: vbaac10.chm10133
f1_keywords:
- vbaac10.chm10133
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Parent Property (Access)
+# Control.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## See also
diff --git a/api/Access.Control.Properties.md b/api/Access.Control.Properties.md
index 761cb63fb81..ce8acfe01f1 100644
--- a/api/Access.Control.Properties.md
+++ b/api/Access.Control.Properties.md
@@ -1,5 +1,5 @@
---
-title: Control.Properties Property (Access)
+title: Control.Properties property (Access)
keywords: vbaac10.chm10144
f1_keywords:
- vbaac10.chm10144
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Properties Property (Access)
+# Control.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.Report.md b/api/Access.Control.Report.md
index 7f6739e1caa..254deb6afb4 100644
--- a/api/Access.Control.Report.md
+++ b/api/Access.Control.Report.md
@@ -1,5 +1,5 @@
---
-title: Control.Report Property (Access)
+title: Control.Report property (Access)
keywords: vbaac10.chm10140
f1_keywords:
- vbaac10.chm10140
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Report Property (Access)
+# Control.Report property (Access)
You can use the **Report** property to refer to a report or to refer to the report associated with a subreport control. Read-only **Report**.
## Syntax
- _expression_. `Report`
+_expression_. `Report`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.Requery.md b/api/Access.Control.Requery.md
index 51856a9ed82..81b3d69d813 100644
--- a/api/Access.Control.Requery.md
+++ b/api/Access.Control.Requery.md
@@ -1,5 +1,5 @@
---
-title: Control.Requery Method (Access)
+title: Control.Requery method (Access)
keywords: vbaac10.chm10145
f1_keywords:
- vbaac10.chm10145
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Requery Method (Access)
+# Control.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.RightPadding.md b/api/Access.Control.RightPadding.md
index 67fe485c156..d7b30920736 100644
--- a/api/Access.Control.RightPadding.md
+++ b/api/Access.Control.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: Control.RightPadding Property (Access)
+title: Control.RightPadding property (Access)
keywords: vbaac10.chm10158
f1_keywords:
- vbaac10.chm10158
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.RightPadding Property (Access)
+# Control.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the control and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## See also
diff --git a/api/Access.Control.Selected.md b/api/Access.Control.Selected.md
index 27d17fcb572..07d96d04176 100644
--- a/api/Access.Control.Selected.md
+++ b/api/Access.Control.Selected.md
@@ -1,5 +1,5 @@
---
-title: Control.Selected Property (Access)
+title: Control.Selected property (Access)
keywords: vbaac10.chm10137
f1_keywords:
- vbaac10.chm10137
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Control.Selected Property (Access)
+# Control.Selected property (Access)
You can use the **Selected** property in Visual Basic to determine if an item is selected. Read/write **Long**.
## Syntax
- _expression_. `Selected`( ` _lRow_` )
+_expression_. `Selected`( ` _lRow_` )
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lRow_|Required|**Long**|The item in the list box. The first item is represented by a zero (0), the second by a one (1), and so on.|
diff --git a/api/Access.Control.SetFocus.md b/api/Access.Control.SetFocus.md
index 0bd629c55f7..3953f529ce4 100644
--- a/api/Access.Control.SetFocus.md
+++ b/api/Access.Control.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: Control.SetFocus Method (Access)
+title: Control.SetFocus method (Access)
keywords: vbaac10.chm10148
f1_keywords:
- vbaac10.chm10148
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Control.SetFocus Method (Access)
+# Control.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Control.SizeToFit.md b/api/Access.Control.SizeToFit.md
index 501e75bdb70..40ead04536b 100644
--- a/api/Access.Control.SizeToFit.md
+++ b/api/Access.Control.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: Control.SizeToFit Method (Access)
+title: Control.SizeToFit method (Access)
keywords: vbaac10.chm10146
f1_keywords:
- vbaac10.chm10146
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.SizeToFit Method (Access)
+# Control.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.SmartTags.md b/api/Access.Control.SmartTags.md
index 060bba80e74..ebc50411a85 100644
--- a/api/Access.Control.SmartTags.md
+++ b/api/Access.Control.SmartTags.md
@@ -1,5 +1,5 @@
---
-title: Control.SmartTags Property (Access)
+title: Control.SmartTags property (Access)
keywords: vbaac10.chm10153
f1_keywords:
- vbaac10.chm10153
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.SmartTags Property (Access)
+# Control.SmartTags property (Access)
Returns a **[SmartTags](Access.SmartTags.md)** collection that represents the collection of smart tags that have been added to a control. .
## Syntax
- _expression_. `SmartTags`
+_expression_. `SmartTags`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.TopPadding.md b/api/Access.Control.TopPadding.md
index 83e18bab5ce..47208572e64 100644
--- a/api/Access.Control.TopPadding.md
+++ b/api/Access.Control.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: Control.TopPadding Property (Access)
+title: Control.TopPadding property (Access)
keywords: vbaac10.chm10157
f1_keywords:
- vbaac10.chm10157
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.TopPadding Property (Access)
+# Control.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the control and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## See also
diff --git a/api/Access.Control.Undo.md b/api/Access.Control.Undo.md
index a1ad612cf6e..d3008baf8fc 100644
--- a/api/Access.Control.Undo.md
+++ b/api/Access.Control.Undo.md
@@ -1,5 +1,5 @@
---
-title: Control.Undo Method (Access)
+title: Control.Undo method (Access)
keywords: vbaac10.chm10134
f1_keywords:
- vbaac10.chm10134
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.Undo Method (Access)
+# Control.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.VerticalAnchor.md b/api/Access.Control.VerticalAnchor.md
index 3610d99e208..a02ec8769ca 100644
--- a/api/Access.Control.VerticalAnchor.md
+++ b/api/Access.Control.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Control.VerticalAnchor Property (Access)
+title: Control.VerticalAnchor property (Access)
keywords: vbaac10.chm10170
f1_keywords:
- vbaac10.chm10170
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Control.VerticalAnchor Property (Access)
+# Control.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified control is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [Control](Access.Control.md) object.
+_expression_ A variable that represents a [Control](Access.Control.md) object.
## Remarks
diff --git a/api/Access.Control.md b/api/Access.Control.md
index d7f805ad7d0..fc6c4cab06f 100644
--- a/api/Access.Control.md
+++ b/api/Access.Control.md
@@ -1,5 +1,5 @@
---
-title: Control Object (Access)
+title: Control object (Access)
keywords: vbaac10.chm10174
f1_keywords:
- vbaac10.chm10174
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Control Object (Access)
+# Control object (Access)
The **Control** object represents a control on a form, report, or section, within another control, or attached to another control.
diff --git a/api/Access.Controls.Application.md b/api/Access.Controls.Application.md
index 4f65d0891bd..eda58078e94 100644
--- a/api/Access.Controls.Application.md
+++ b/api/Access.Controls.Application.md
@@ -1,5 +1,5 @@
---
-title: Controls.Application Property (Access)
+title: Controls.Application property (Access)
keywords: vbaac10.chm10177
f1_keywords:
- vbaac10.chm10177
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Controls.Application Property (Access)
+# Controls.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Controls](Access.Controls.md) object.
+_expression_ A variable that represents a [Controls](Access.Controls.md) object.
## Remarks
diff --git a/api/Access.Controls.Count.md b/api/Access.Controls.Count.md
index 795ca4fa003..13100096390 100644
--- a/api/Access.Controls.Count.md
+++ b/api/Access.Controls.Count.md
@@ -1,5 +1,5 @@
---
-title: Controls.Count Property (Access)
+title: Controls.Count property (Access)
keywords: vbaac10.chm10180
f1_keywords:
- vbaac10.chm10180
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Controls.Count Property (Access)
+# Controls.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [Controls](Access.Controls.md) object.
+_expression_ A variable that represents a [Controls](Access.Controls.md) object.
## Example
diff --git a/api/Access.Controls.Item.md b/api/Access.Controls.Item.md
index 2c3b539b71e..abd51867136 100644
--- a/api/Access.Controls.Item.md
+++ b/api/Access.Controls.Item.md
@@ -1,5 +1,5 @@
---
-title: Controls.Item Property (Access)
+title: Controls.Item property (Access)
keywords: vbaac10.chm10179
f1_keywords:
- vbaac10.chm10179
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Controls.Item Property (Access)
+# Controls.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Object**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [Controls](Access.Controls.md) object.
+_expression_ A variable that represents a [Controls](Access.Controls.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.Controls.Parent.md b/api/Access.Controls.Parent.md
index 288224658c0..fe96f2f6e91 100644
--- a/api/Access.Controls.Parent.md
+++ b/api/Access.Controls.Parent.md
@@ -1,5 +1,5 @@
---
-title: Controls.Parent Property (Access)
+title: Controls.Parent property (Access)
keywords: vbaac10.chm10178
f1_keywords:
- vbaac10.chm10178
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Controls.Parent Property (Access)
+# Controls.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Controls](Access.Controls.md) object.
+_expression_ A variable that represents a [Controls](Access.Controls.md) object.
## See also
diff --git a/api/Access.Controls.md b/api/Access.Controls.md
index b20b3756be2..cc5200a2b0d 100644
--- a/api/Access.Controls.md
+++ b/api/Access.Controls.md
@@ -1,5 +1,5 @@
---
-title: Controls Object (Access)
+title: Controls object (Access)
keywords: vbaac10.chm10176
f1_keywords:
- vbaac10.chm10176
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Controls Object (Access)
+# Controls object (Access)
The **Controls** collection contains all of the controls on a form, report, or subform, within another control, or attached to another control. The **Controls** collection is a member of a **[Form](Access.Form.md)**, **[Report](Access.Report.md)**, and **[SubForm](Access.SubForm.md)** objects.
diff --git a/api/Access.CurrentData.AllDatabaseDiagrams.md b/api/Access.CurrentData.AllDatabaseDiagrams.md
index f6a85e8aedd..9ca02c796d9 100644
--- a/api/Access.CurrentData.AllDatabaseDiagrams.md
+++ b/api/Access.CurrentData.AllDatabaseDiagrams.md
@@ -1,5 +1,5 @@
---
-title: CurrentData.AllDatabaseDiagrams Property (Access)
+title: CurrentData.AllDatabaseDiagrams property (Access)
keywords: vbaac10.chm12736
f1_keywords:
- vbaac10.chm12736
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentData.AllDatabaseDiagrams Property (Access)
+# CurrentData.AllDatabaseDiagrams property (Access)
You can use the **AllDatabaseDiagrams** property to reference the **[AllDatabaseDiagrams](Access.AllDatabaseDiagrams.md)** collection and its related properties. Read-only **AllDatabaseDiagrams** object.
## Syntax
- _expression_. `AllDatabaseDiagrams`
+_expression_. `AllDatabaseDiagrams`
- _expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
+_expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
## See also
diff --git a/api/Access.CurrentData.AllFunctions.md b/api/Access.CurrentData.AllFunctions.md
index 9e56c0cc5a3..0497300e280 100644
--- a/api/Access.CurrentData.AllFunctions.md
+++ b/api/Access.CurrentData.AllFunctions.md
@@ -1,5 +1,5 @@
---
-title: CurrentData.AllFunctions Property (Access)
+title: CurrentData.AllFunctions property (Access)
keywords: vbaac10.chm12737
f1_keywords:
- vbaac10.chm12737
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentData.AllFunctions Property (Access)
+# CurrentData.AllFunctions property (Access)
You can use the **AllFunctions** property to reference the **[AllFunctions](Access.AllFunctions.md)** collection and its related properties. Read-only **AllFunctions** object.
## Syntax
- _expression_. `AllFunctions`
+_expression_. `AllFunctions`
- _expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
+_expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
## See also
diff --git a/api/Access.CurrentData.AllQueries.md b/api/Access.CurrentData.AllQueries.md
index d2201d5f775..89bd98d5271 100644
--- a/api/Access.CurrentData.AllQueries.md
+++ b/api/Access.CurrentData.AllQueries.md
@@ -1,5 +1,5 @@
---
-title: CurrentData.AllQueries Property (Access)
+title: CurrentData.AllQueries property (Access)
keywords: vbaac10.chm12733
f1_keywords:
- vbaac10.chm12733
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentData.AllQueries Property (Access)
+# CurrentData.AllQueries property (Access)
You can use the **AllQueries** property to reference the **[AllQueries](Access.AllQueries.md)** collection and its related properties. Read-only **AllQueries** object.
## Syntax
- _expression_. `AllQueries`
+_expression_. `AllQueries`
- _expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
+_expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
## See also
diff --git a/api/Access.CurrentData.AllStoredProcedures.md b/api/Access.CurrentData.AllStoredProcedures.md
index 53330c56dd9..08667ee3a94 100644
--- a/api/Access.CurrentData.AllStoredProcedures.md
+++ b/api/Access.CurrentData.AllStoredProcedures.md
@@ -1,5 +1,5 @@
---
-title: CurrentData.AllStoredProcedures Property (Access)
+title: CurrentData.AllStoredProcedures property (Access)
keywords: vbaac10.chm12735
f1_keywords:
- vbaac10.chm12735
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentData.AllStoredProcedures Property (Access)
+# CurrentData.AllStoredProcedures property (Access)
You can use the **AllStoredProcedures** property to reference the **[AllStoredProcedures](Access.AllStoredProcedures.md)** collection and its related properties. Read-only **AllStoredProcedures** object.
## Syntax
- _expression_. `AllStoredProcedures`
+_expression_. `AllStoredProcedures`
- _expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
+_expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
## See also
diff --git a/api/Access.CurrentData.AllTables.md b/api/Access.CurrentData.AllTables.md
index eb84959a3f7..aa1a42d5744 100644
--- a/api/Access.CurrentData.AllTables.md
+++ b/api/Access.CurrentData.AllTables.md
@@ -1,5 +1,5 @@
---
-title: CurrentData.AllTables Property (Access)
+title: CurrentData.AllTables property (Access)
keywords: vbaac10.chm12732
f1_keywords:
- vbaac10.chm12732
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentData.AllTables Property (Access)
+# CurrentData.AllTables property (Access)
You can use the **AllTables** property to reference the **[AllTables](Access.AllTables.md)** collection and its related properties. Read-only **AllTables** object.
## Syntax
- _expression_. `AllTables`
+_expression_. `AllTables`
- _expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
+_expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
## See also
diff --git a/api/Access.CurrentData.AllViews.md b/api/Access.CurrentData.AllViews.md
index be619215194..933f1673e3a 100644
--- a/api/Access.CurrentData.AllViews.md
+++ b/api/Access.CurrentData.AllViews.md
@@ -1,5 +1,5 @@
---
-title: CurrentData.AllViews Property (Access)
+title: CurrentData.AllViews property (Access)
keywords: vbaac10.chm12734
f1_keywords:
- vbaac10.chm12734
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentData.AllViews Property (Access)
+# CurrentData.AllViews property (Access)
You can use the **AllViews** property to reference the **[AllViews](Access.AllViews.md)** collection and its related properties. Read-only **AllViews** object.
## Syntax
- _expression_. `AllViews`
+_expression_. `AllViews`
- _expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
+_expression_ A variable that represents a [CurrentData](Access.CurrentData.md) object.
## See also
diff --git a/api/Access.CurrentData.md b/api/Access.CurrentData.md
index 7e238963041..d209dbd5133 100644
--- a/api/Access.CurrentData.md
+++ b/api/Access.CurrentData.md
@@ -1,5 +1,5 @@
---
-title: CurrentData Object (Access)
+title: CurrentData object (Access)
keywords: vbaac10.chm12740
f1_keywords:
- vbaac10.chm12740
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CurrentData Object (Access)
+# CurrentData object (Access)
The **CurrentData** object refers to the objects stored in the current database by the source (server) application.
diff --git a/api/Access.CurrentProject.AccessConnection.md b/api/Access.CurrentProject.AccessConnection.md
index 37482486df0..1d3a5131ecf 100644
--- a/api/Access.CurrentProject.AccessConnection.md
+++ b/api/Access.CurrentProject.AccessConnection.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.AccessConnection Property (Access)
+title: CurrentProject.AccessConnection property (Access)
keywords: vbaac10.chm12726
f1_keywords:
- vbaac10.chm12726
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.AccessConnection Property (Access)
+# CurrentProject.AccessConnection property (Access)
You can use the **AccessConnection** property to return a reference to the current Microsoft ActiveX Data Objects (ADO) **Connection** object and its related properties. Read-only **Connection**.
## Syntax
- _expression_. `AccessConnection`
+_expression_. `AccessConnection`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.AddSharedImage.md b/api/Access.CurrentProject.AddSharedImage.md
index c8ed9b4c710..e57060e4396 100644
--- a/api/Access.CurrentProject.AddSharedImage.md
+++ b/api/Access.CurrentProject.AddSharedImage.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.AddSharedImage Method (Access)
+title: CurrentProject.AddSharedImage method (Access)
keywords: vbaac10.chm14660
f1_keywords:
- vbaac10.chm14660
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CurrentProject.AddSharedImage Method (Access)
+# CurrentProject.AddSharedImage method (Access)
Imports the the specified image into the database and adds it to the **[SharedResources](Access.SharedResources.md)** collection.
## Syntax
- _expression_. `AddSharedImage`( ` _SharedImageName_`, ` _FileName_` )
+_expression_. `AddSharedImage`( ` _SharedImageName_`, ` _FileName_` )
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SharedImageName_|Required|**String**|Specifies the string used to identify the image in the collection.|
| _FileName_|Required|**String**|Specifies the full name and path to the image file.|
diff --git a/api/Access.CurrentProject.AllForms.md b/api/Access.CurrentProject.AllForms.md
index f21e90178b2..f3ce1602ce4 100644
--- a/api/Access.CurrentProject.AllForms.md
+++ b/api/Access.CurrentProject.AllForms.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.AllForms Property (Access)
+title: CurrentProject.AllForms property (Access)
keywords: vbaac10.chm12707
f1_keywords:
- vbaac10.chm12707
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.AllForms Property (Access)
+# CurrentProject.AllForms property (Access)
You can use the **AllForms** property to reference the **[AllForms](Access.AllForms.md)** collection and its related properties. Read-only **AllForms** object.
## Syntax
- _expression_. `AllForms`
+_expression_. `AllForms`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.AllMacros.md b/api/Access.CurrentProject.AllMacros.md
index f1420555e85..eb7a202b997 100644
--- a/api/Access.CurrentProject.AllMacros.md
+++ b/api/Access.CurrentProject.AllMacros.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.AllMacros Property (Access)
+title: CurrentProject.AllMacros property (Access)
keywords: vbaac10.chm12709
f1_keywords:
- vbaac10.chm12709
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.AllMacros Property (Access)
+# CurrentProject.AllMacros property (Access)
You can use the **AllMacros** property to reference the **[AllMacros](Access.allmacros.md)** collection and its related properties. Read-only **AllMacros** object.
## Syntax
- _expression_. `AllMacros`
+_expression_. `AllMacros`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.AllModules.md b/api/Access.CurrentProject.AllModules.md
index d7515f2f4f5..825d3175854 100644
--- a/api/Access.CurrentProject.AllModules.md
+++ b/api/Access.CurrentProject.AllModules.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.AllModules Property (Access)
+title: CurrentProject.AllModules property (Access)
keywords: vbaac10.chm12710
f1_keywords:
- vbaac10.chm12710
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.AllModules Property (Access)
+# CurrentProject.AllModules property (Access)
You can use the **AllModules** property to reference the **[AllModules](Access.AllModules.md)** collection and its related properties. Read-only **AllModules** object.
## Syntax
- _expression_. `AllModules`
+_expression_. `AllModules`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.AllReports.md b/api/Access.CurrentProject.AllReports.md
index 2022bcf75a3..de25f71e42e 100644
--- a/api/Access.CurrentProject.AllReports.md
+++ b/api/Access.CurrentProject.AllReports.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.AllReports Property (Access)
+title: CurrentProject.AllReports property (Access)
keywords: vbaac10.chm12708
f1_keywords:
- vbaac10.chm12708
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.AllReports Property (Access)
+# CurrentProject.AllReports property (Access)
You can use the **AllReports** property to reference the **[AllReports](Access.AllReports.md)** collection and its related properties. Read-only **AllReports** object.
## Syntax
- _expression_. `AllReports`
+_expression_. `AllReports`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.Application.md b/api/Access.CurrentProject.Application.md
index e9c31210724..9b18563c9c0 100644
--- a/api/Access.CurrentProject.Application.md
+++ b/api/Access.CurrentProject.Application.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.Application Property (Access)
+title: CurrentProject.Application property (Access)
keywords: vbaac10.chm12722
f1_keywords:
- vbaac10.chm12722
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.Application Property (Access)
+# CurrentProject.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.BaseConnectionString.md b/api/Access.CurrentProject.BaseConnectionString.md
index 16c9f561cb4..a439e297d48 100644
--- a/api/Access.CurrentProject.BaseConnectionString.md
+++ b/api/Access.CurrentProject.BaseConnectionString.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.BaseConnectionString Property (Access)
+title: CurrentProject.BaseConnectionString property (Access)
keywords: vbaac10.chm12713
f1_keywords:
- vbaac10.chm12713
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.BaseConnectionString Property (Access)
+# CurrentProject.BaseConnectionString property (Access)
You can use the **BaseConnectionString** property to return the base connection string for the specified object. Read-only **String**.
## Syntax
- _expression_. `BaseConnectionString`
+_expression_. `BaseConnectionString`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.CloseConnection.md b/api/Access.CurrentProject.CloseConnection.md
index 24fc591037b..e2ccb8bcaef 100644
--- a/api/Access.CurrentProject.CloseConnection.md
+++ b/api/Access.CurrentProject.CloseConnection.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.CloseConnection Method (Access)
+title: CurrentProject.CloseConnection method (Access)
keywords: vbaac10.chm12716
f1_keywords:
- vbaac10.chm12716
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# CurrentProject.CloseConnection Method (Access)
+# CurrentProject.CloseConnection method (Access)
You can use the **CloseConnection** method to close the current connection between the **CurrentProject** object in a Microsoft Access project (.adp) or Access database and the database specified in the project's base connection string.
## Syntax
- _expression_. `CloseConnection`
+_expression_. `CloseConnection`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.CurrentProject.Connection.md b/api/Access.CurrentProject.Connection.md
index ddf2a00113e..92d736cb79b 100644
--- a/api/Access.CurrentProject.Connection.md
+++ b/api/Access.CurrentProject.Connection.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.Connection Property (Access)
+title: CurrentProject.Connection property (Access)
keywords: vbaac10.chm12720
f1_keywords:
- vbaac10.chm12720
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.Connection Property (Access)
+# CurrentProject.Connection property (Access)
You can use the **Connection** property to return a reference to the current ActiveX Data Objects (ADO) **Connection** object and its related properties. Read-only **Connection**.
## Syntax
- _expression_. `Connection`
+_expression_. `Connection`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.FileFormat.md b/api/Access.CurrentProject.FileFormat.md
index 29a7d061845..99b6156f6ba 100644
--- a/api/Access.CurrentProject.FileFormat.md
+++ b/api/Access.CurrentProject.FileFormat.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.FileFormat Property (Access)
+title: CurrentProject.FileFormat property (Access)
keywords: vbaac10.chm12725
f1_keywords:
- vbaac10.chm12725
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.FileFormat Property (Access)
+# CurrentProject.FileFormat property (Access)
Returns an **[AcFileFormat](Access.AcFileFormat.md)** constant indicating the Microsoft Access version format of the specified project. Read-only.
## Syntax
- _expression_. `FileFormat`
+_expression_. `FileFormat`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.FullName.md b/api/Access.CurrentProject.FullName.md
index 527d5a35e6c..284ba2e70fb 100644
--- a/api/Access.CurrentProject.FullName.md
+++ b/api/Access.CurrentProject.FullName.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.FullName Property (Access)
+title: CurrentProject.FullName property (Access)
keywords: vbaac10.chm12719
f1_keywords:
- vbaac10.chm12719
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.FullName Property (Access)
+# CurrentProject.FullName property (Access)
Sets or returns the full path (including file name) of a specific object. Read-only **String**.
## Syntax
- _expression_. `FullName`
+_expression_. `FullName`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.ImportExportSpecifications.md b/api/Access.CurrentProject.ImportExportSpecifications.md
index 28a26202274..89e2ff6ceda 100644
--- a/api/Access.CurrentProject.ImportExportSpecifications.md
+++ b/api/Access.CurrentProject.ImportExportSpecifications.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.ImportExportSpecifications Property (Access)
+title: CurrentProject.ImportExportSpecifications property (Access)
keywords: vbaac10.chm12729
f1_keywords:
- vbaac10.chm12729
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.ImportExportSpecifications Property (Access)
+# CurrentProject.ImportExportSpecifications property (Access)
Returns a **[ImportExportSpecifications](Access.ImportExportSpecifications.md)** collection that represents the collection of saved import or export operations for the specified object. Read-only.
## Syntax
- _expression_. `ImportExportSpecifications`
+_expression_. `ImportExportSpecifications`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.IsConnected.md b/api/Access.CurrentProject.IsConnected.md
index c2cdae58bad..688f77580ca 100644
--- a/api/Access.CurrentProject.IsConnected.md
+++ b/api/Access.CurrentProject.IsConnected.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.IsConnected Property (Access)
+title: CurrentProject.IsConnected property (Access)
keywords: vbaac10.chm12714
f1_keywords:
- vbaac10.chm12714
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.IsConnected Property (Access)
+# CurrentProject.IsConnected property (Access)
You can use the **IsConnected** property to determine if the **[CurrentProject](Access.CurrentProject.md)** object is currently connected. Read-only **Boolean**.
## Syntax
- _expression_. `IsConnected`
+_expression_. `IsConnected`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.IsTrusted.md b/api/Access.CurrentProject.IsTrusted.md
index 176e6111e58..01d2ea6b8f9 100644
--- a/api/Access.CurrentProject.IsTrusted.md
+++ b/api/Access.CurrentProject.IsTrusted.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.IsTrusted Property (Access)
+title: CurrentProject.IsTrusted property (Access)
keywords: vbaac10.chm12730
f1_keywords:
- vbaac10.chm12730
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.IsTrusted Property (Access)
+# CurrentProject.IsTrusted property (Access)
Gets whether or not macros and Visual Basic for Applications (VBA) code have been enabled in the current project. Read-only **Boolean**.
## Syntax
- _expression_. `IsTrusted`
+_expression_. `IsTrusted`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Example
diff --git a/api/Access.CurrentProject.IsWeb.md b/api/Access.CurrentProject.IsWeb.md
index e63dee7604c..9cb62a5c6b5 100644
--- a/api/Access.CurrentProject.IsWeb.md
+++ b/api/Access.CurrentProject.IsWeb.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.IsWeb Property (Access)
+title: CurrentProject.IsWeb property (Access)
keywords: vbaac10.chm14677
f1_keywords:
- vbaac10.chm14677
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.IsWeb Property (Access)
+# CurrentProject.IsWeb property (Access)
Gets whether the database is a Web database. Read-only **Boolean**.
## Syntax
- _expression_. `IsWeb`
+_expression_. `IsWeb`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.Name.md b/api/Access.CurrentProject.Name.md
index 9b292cbd4e0..20a75ad933f 100644
--- a/api/Access.CurrentProject.Name.md
+++ b/api/Access.CurrentProject.Name.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.Name Property (Access)
+title: CurrentProject.Name property (Access)
keywords: vbaac10.chm12717
f1_keywords:
- vbaac10.chm12717
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.Name Property (Access)
+# CurrentProject.Name property (Access)
You can use the **Name** property to determine the string expression that identifies the name of an object. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.OpenConnection.md b/api/Access.CurrentProject.OpenConnection.md
index 2ba7eb1ab0e..80b666aecf2 100644
--- a/api/Access.CurrentProject.OpenConnection.md
+++ b/api/Access.CurrentProject.OpenConnection.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.OpenConnection Method (Access)
+title: CurrentProject.OpenConnection method (Access)
keywords: vbaac10.chm12715
f1_keywords:
- vbaac10.chm12715
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CurrentProject.OpenConnection Method (Access)
+# CurrentProject.OpenConnection method (Access)
You can use the **OpenConnection** method to open an ADO connection to an existing Microsoft Access project (.adp) or Access database as the current Access project or database in the Microsoft Access window.
## Syntax
- _expression_. `OpenConnection`( ` _BaseConnectionString_`, ` _UserID_`, ` _Password_` )
+_expression_. `OpenConnection`( ` _BaseConnectionString_`, ` _UserID_`, ` _Password_` )
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BaseConnectionString_|Optional|**Variant**|A string expression that is the base connection string of the database.|
| _UserID_|Optional|**Variant**|A string expression that is the name of the existing Access project, including the path name and the file name extension. If your network supports it, you can also specify a network path in the following form: \\Server\Share\Folder\Filename.adp|
diff --git a/api/Access.CurrentProject.Parent.md b/api/Access.CurrentProject.Parent.md
index 02defd5765b..116e0772e60 100644
--- a/api/Access.CurrentProject.Parent.md
+++ b/api/Access.CurrentProject.Parent.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.Parent Property (Access)
+title: CurrentProject.Parent property (Access)
keywords: vbaac10.chm12723
f1_keywords:
- vbaac10.chm12723
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.Parent Property (Access)
+# CurrentProject.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.Path.md b/api/Access.CurrentProject.Path.md
index d64e66e1b24..d8f90eaa9e9 100644
--- a/api/Access.CurrentProject.Path.md
+++ b/api/Access.CurrentProject.Path.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.Path Property (Access)
+title: CurrentProject.Path property (Access)
keywords: vbaac10.chm12718
f1_keywords:
- vbaac10.chm12718
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.Path Property (Access)
+# CurrentProject.Path property (Access)
You can use the **Path** property to determine the location where data is stored for a Microsoft Access project (.adp) or Microsoft Access database. Read-only **String**.
## Syntax
- _expression_. `Path`
+_expression_. `Path`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.ProjectType.md b/api/Access.CurrentProject.ProjectType.md
index 84a7c32c407..6d825a4db3f 100644
--- a/api/Access.CurrentProject.ProjectType.md
+++ b/api/Access.CurrentProject.ProjectType.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.ProjectType Property (Access)
+title: CurrentProject.ProjectType property (Access)
keywords: vbaac10.chm12712
f1_keywords:
- vbaac10.chm12712
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.ProjectType Property (Access)
+# CurrentProject.ProjectType property (Access)
You can use the **ProjectType** property to determine the type of project that is currently open. Read-only **[AcProjectType](Access.AcProjectType.md)**.
## Syntax
- _expression_. `ProjectType`
+_expression_. `ProjectType`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.Properties.md b/api/Access.CurrentProject.Properties.md
index 08649df827b..1e9436c21d9 100644
--- a/api/Access.CurrentProject.Properties.md
+++ b/api/Access.CurrentProject.Properties.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.Properties Property (Access)
+title: CurrentProject.Properties property (Access)
keywords: vbaac10.chm12721
f1_keywords:
- vbaac10.chm12721
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.Properties Property (Access)
+# CurrentProject.Properties property (Access)
Returns a reference to a **[CurrentProject](Access.CurrentProject.md)** object's **[AccessObjectProperties](Access.AccessObjectProperties.md)** collection. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.RemovePersonalInformation.md b/api/Access.CurrentProject.RemovePersonalInformation.md
index e92a3276fc7..718cda9ed09 100644
--- a/api/Access.CurrentProject.RemovePersonalInformation.md
+++ b/api/Access.CurrentProject.RemovePersonalInformation.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.RemovePersonalInformation Property (Access)
+title: CurrentProject.RemovePersonalInformation property (Access)
keywords: vbaac10.chm12724
f1_keywords:
- vbaac10.chm12724
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.RemovePersonalInformation Property (Access)
+# CurrentProject.RemovePersonalInformation property (Access)
Returns or sets a **Boolean** indicating whether personal information about the user is stored in the specified project. **True** if personal information is removed. Read-write.
## Syntax
- _expression_. `RemovePersonalInformation`
+_expression_. `RemovePersonalInformation`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.Resources.md b/api/Access.CurrentProject.Resources.md
index 79c487e54b0..bb13ead0244 100644
--- a/api/Access.CurrentProject.Resources.md
+++ b/api/Access.CurrentProject.Resources.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.Resources Property (Access)
+title: CurrentProject.Resources property (Access)
keywords: vbaac10.chm14653
f1_keywords:
- vbaac10.chm14653
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.Resources Property (Access)
+# CurrentProject.Resources property (Access)
Gets the **[SharedResources](Access.SharedResources.md)** collection for the specified object. Read-only **SharedResources**.
## Syntax
- _expression_. `Resources`
+_expression_. `Resources`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## See also
diff --git a/api/Access.CurrentProject.UpdateDependencyInfo.md b/api/Access.CurrentProject.UpdateDependencyInfo.md
index 85b377a9beb..9a76b8646a3 100644
--- a/api/Access.CurrentProject.UpdateDependencyInfo.md
+++ b/api/Access.CurrentProject.UpdateDependencyInfo.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.UpdateDependencyInfo Method (Access)
+title: CurrentProject.UpdateDependencyInfo method (Access)
keywords: vbaac10.chm12727
f1_keywords:
- vbaac10.chm12727
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.UpdateDependencyInfo Method (Access)
+# CurrentProject.UpdateDependencyInfo method (Access)
Updates the dependency information for the database.
## Syntax
- _expression_. `UpdateDependencyInfo`
+_expression_. `UpdateDependencyInfo`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.WebSite.md b/api/Access.CurrentProject.WebSite.md
index bd92930ccd6..218fa8550d4 100644
--- a/api/Access.CurrentProject.WebSite.md
+++ b/api/Access.CurrentProject.WebSite.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject.WebSite Property (Access)
+title: CurrentProject.WebSite property (Access)
keywords: vbaac10.chm14663
f1_keywords:
- vbaac10.chm14663
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CurrentProject.WebSite Property (Access)
+# CurrentProject.WebSite property (Access)
Gets the Uniform Resource Locator (URL) of the Web site to which the database has been published. Read-only **String**.
## Syntax
- _expression_. `WebSite`
+_expression_. `WebSite`
- _expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
+_expression_ A variable that represents a [CurrentProject](Access.CurrentProject.md) object.
## Remarks
diff --git a/api/Access.CurrentProject.md b/api/Access.CurrentProject.md
index 95298504253..f4b6e854d87 100644
--- a/api/Access.CurrentProject.md
+++ b/api/Access.CurrentProject.md
@@ -1,5 +1,5 @@
---
-title: CurrentProject Object (Access)
+title: CurrentProject object (Access)
keywords: vbaac10.chm12739
f1_keywords:
- vbaac10.chm12739
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CurrentProject Object (Access)
+# CurrentProject object (Access)
The **CurrentProject** object refers to the project for the current Microsoft Access project (.adp) or Access database.
diff --git a/api/Access.CustomControl.About.md b/api/Access.CustomControl.About.md
index 2939c72fe70..88d63c5c197 100644
--- a/api/Access.CustomControl.About.md
+++ b/api/Access.CustomControl.About.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.About Property (Access)
+title: CustomControl.About property (Access)
keywords: vbaac10.chm12048
f1_keywords:
- vbaac10.chm12048
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.About Property (Access)
+# CustomControl.About property (Access)
Returns or sets a **String** representing version and copyright information for an ActiveX control. Read/write.
## Syntax
- _expression_. `About`
+_expression_. `About`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Application.md b/api/Access.CustomControl.Application.md
index a0d0bf426f0..e0815fc88fe 100644
--- a/api/Access.CustomControl.Application.md
+++ b/api/Access.CustomControl.Application.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Application Property (Access)
+title: CustomControl.Application property (Access)
keywords: vbaac10.chm11995
f1_keywords:
- vbaac10.chm11995
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Application Property (Access)
+# CustomControl.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.BorderColor.md b/api/Access.CustomControl.BorderColor.md
index f1823a34430..feffc55352f 100644
--- a/api/Access.CustomControl.BorderColor.md
+++ b/api/Access.CustomControl.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.BorderColor Property (Access)
+title: CustomControl.BorderColor property (Access)
keywords: vbaac10.chm12027
f1_keywords:
- vbaac10.chm12027
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.BorderColor Property (Access)
+# CustomControl.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.BorderShade.md b/api/Access.CustomControl.BorderShade.md
index 8c603d323da..c57509f21eb 100644
--- a/api/Access.CustomControl.BorderShade.md
+++ b/api/Access.CustomControl.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.BorderShade Property (Access)
+title: CustomControl.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.BorderShade Property (Access)
+# CustomControl.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.BorderStyle.md b/api/Access.CustomControl.BorderStyle.md
index d091d164063..6a5d762e0ac 100644
--- a/api/Access.CustomControl.BorderStyle.md
+++ b/api/Access.CustomControl.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.BorderStyle Property (Access)
+title: CustomControl.BorderStyle property (Access)
keywords: vbaac10.chm12025
f1_keywords:
- vbaac10.chm12025
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.BorderStyle Property (Access)
+# CustomControl.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.BorderThemeColorIndex.md b/api/Access.CustomControl.BorderThemeColorIndex.md
index c0991cc400f..7d4e12721a9 100644
--- a/api/Access.CustomControl.BorderThemeColorIndex.md
+++ b/api/Access.CustomControl.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.BorderThemeColorIndex Property (Access)
+title: CustomControl.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.BorderThemeColorIndex Property (Access)
+# CustomControl.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.BorderTint.md b/api/Access.CustomControl.BorderTint.md
index 6a2760cfaed..78275126516 100644
--- a/api/Access.CustomControl.BorderTint.md
+++ b/api/Access.CustomControl.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.BorderTint Property (Access)
+title: CustomControl.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.BorderTint Property (Access)
+# CustomControl.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.BorderWidth.md b/api/Access.CustomControl.BorderWidth.md
index 1e476d7ada5..a0eb6453f95 100644
--- a/api/Access.CustomControl.BorderWidth.md
+++ b/api/Access.CustomControl.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.BorderWidth Property (Access)
+title: CustomControl.BorderWidth property (Access)
keywords: vbaac10.chm12028
f1_keywords:
- vbaac10.chm12028
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.BorderWidth Property (Access)
+# CustomControl.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.BottomPadding.md b/api/Access.CustomControl.BottomPadding.md
index 637e77e4fd4..f9fc32ea6a1 100644
--- a/api/Access.CustomControl.BottomPadding.md
+++ b/api/Access.CustomControl.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.BottomPadding Property (Access)
+title: CustomControl.BottomPadding property (Access)
keywords: vbaac10.chm10527
f1_keywords:
- vbaac10.chm10527
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.BottomPadding Property (Access)
+# CustomControl.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## See also
diff --git a/api/Access.CustomControl.Cancel.md b/api/Access.CustomControl.Cancel.md
index ff8a6d55fd9..b8f454bcd5c 100644
--- a/api/Access.CustomControl.Cancel.md
+++ b/api/Access.CustomControl.Cancel.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Cancel Property (Access)
+title: CustomControl.Cancel property (Access)
keywords: vbaac10.chm12046
f1_keywords:
- vbaac10.chm12046
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Cancel Property (Access)
+# CustomControl.Cancel property (Access)
You can use the **Cancel** property to specify whether a command button is also the Cancel button on a form. Read/write **Boolean**.
## Syntax
- _expression_. `Cancel`
+_expression_. `Cancel`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Class.md b/api/Access.CustomControl.Class.md
index 43c2508716e..43996238b91 100644
--- a/api/Access.CustomControl.Class.md
+++ b/api/Access.CustomControl.Class.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Class Property (Access)
+title: CustomControl.Class property (Access)
keywords: vbaac10.chm12012
f1_keywords:
- vbaac10.chm12012
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Class Property (Access)
+# CustomControl.Class property (Access)
You can use the **Class** property to specify or determine the class name of an embeddedOLE object. Read/write **String**.
## Syntax
- _expression_. `Class`
+_expression_. `Class`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.ControlSource.md b/api/Access.CustomControl.ControlSource.md
index c6591e091aa..08222f15232 100644
--- a/api/Access.CustomControl.ControlSource.md
+++ b/api/Access.CustomControl.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.ControlSource Property (Access)
+title: CustomControl.ControlSource property (Access)
keywords: vbaac10.chm12009
f1_keywords:
- vbaac10.chm12009
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.ControlSource Property (Access)
+# CustomControl.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.ControlTipText.md b/api/Access.CustomControl.ControlTipText.md
index f874d67dae3..a75b8f51c71 100644
--- a/api/Access.CustomControl.ControlTipText.md
+++ b/api/Access.CustomControl.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.ControlTipText Property (Access)
+title: CustomControl.ControlTipText property (Access)
keywords: vbaac10.chm12030
f1_keywords:
- vbaac10.chm12030
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.ControlTipText Property (Access)
+# CustomControl.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.ControlType.md b/api/Access.CustomControl.ControlType.md
index 42656c0cfc2..e4ef58e7c42 100644
--- a/api/Access.CustomControl.ControlType.md
+++ b/api/Access.CustomControl.ControlType.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.ControlType Property (Access)
+title: CustomControl.ControlType property (Access)
keywords: vbaac10.chm12008
f1_keywords:
- vbaac10.chm12008
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.ControlType Property (Access)
+# CustomControl.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Controls.md b/api/Access.CustomControl.Controls.md
index 1d20a84162a..139e994f073 100644
--- a/api/Access.CustomControl.Controls.md
+++ b/api/Access.CustomControl.Controls.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Controls Property (Access)
+title: CustomControl.Controls property (Access)
keywords: vbaac10.chm12004
f1_keywords:
- vbaac10.chm12004
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Controls Property (Access)
+# CustomControl.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Custom.md b/api/Access.CustomControl.Custom.md
index 259cd3e2195..9366101dbe5 100644
--- a/api/Access.CustomControl.Custom.md
+++ b/api/Access.CustomControl.Custom.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Custom Property (Access)
+title: CustomControl.Custom property (Access)
keywords: vbaac10.chm12047
f1_keywords:
- vbaac10.chm12047
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Custom Property (Access)
+# CustomControl.Custom property (Access)
Returns or sets a **String** representing the custom properties dialog box for an ActiveX control. Read/write.
## Syntax
- _expression_. `Custom`
+_expression_. `Custom`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Default.md b/api/Access.CustomControl.Default.md
index 46b2e575427..b6dbb08b2b7 100644
--- a/api/Access.CustomControl.Default.md
+++ b/api/Access.CustomControl.Default.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Default Property (Access)
+title: CustomControl.Default property (Access)
keywords: vbaac10.chm12045
f1_keywords:
- vbaac10.chm12045
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Default Property (Access)
+# CustomControl.Default property (Access)
You can use the **Default** property to specify whether a command button is the default button on a form. Read/write **Boolean**.
## Syntax
- _expression_. `Default`
+_expression_. `Default`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.DisplayWhen.md b/api/Access.CustomControl.DisplayWhen.md
index c1aa1052b88..b176cd72e43 100644
--- a/api/Access.CustomControl.DisplayWhen.md
+++ b/api/Access.CustomControl.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.DisplayWhen Property (Access)
+title: CustomControl.DisplayWhen property (Access)
keywords: vbaac10.chm12014
f1_keywords:
- vbaac10.chm12014
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.DisplayWhen Property (Access)
+# CustomControl.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Enabled.md b/api/Access.CustomControl.Enabled.md
index 54ca300071f..41a7e002585 100644
--- a/api/Access.CustomControl.Enabled.md
+++ b/api/Access.CustomControl.Enabled.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Enabled Property (Access)
+title: CustomControl.Enabled property (Access)
keywords: vbaac10.chm12015
f1_keywords:
- vbaac10.chm12015
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Enabled Property (Access)
+# CustomControl.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Enter.md b/api/Access.CustomControl.Enter.md
index dcff5dda4a2..bd2fc0d45e7 100644
--- a/api/Access.CustomControl.Enter.md
+++ b/api/Access.CustomControl.Enter.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Enter Event (Access)
+title: CustomControl.Enter event (Access)
keywords: vbaac10.chm14115
f1_keywords:
- vbaac10.chm14115
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Enter Event (Access)
+# CustomControl.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.EventProcPrefix.md b/api/Access.CustomControl.EventProcPrefix.md
index a53b1e74d23..efa64c84ca2 100644
--- a/api/Access.CustomControl.EventProcPrefix.md
+++ b/api/Access.CustomControl.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.EventProcPrefix Property (Access)
+title: CustomControl.EventProcPrefix property (Access)
keywords: vbaac10.chm12006
f1_keywords:
- vbaac10.chm12006
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.EventProcPrefix Property (Access)
+# CustomControl.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Exit.md b/api/Access.CustomControl.Exit.md
index 05fbda22f85..83cdb99e270 100644
--- a/api/Access.CustomControl.Exit.md
+++ b/api/Access.CustomControl.Exit.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Exit Event (Access)
+title: CustomControl.Exit event (Access)
keywords: vbaac10.chm14116
f1_keywords:
- vbaac10.chm14116
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CustomControl.Exit Event (Access)
+# CustomControl.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.CustomControl.GotFocus.md b/api/Access.CustomControl.GotFocus.md
index 0ab1b86966d..e50003c6af1 100644
--- a/api/Access.CustomControl.GotFocus.md
+++ b/api/Access.CustomControl.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GotFocus Event (Access)
+title: CustomControl.GotFocus event (Access)
keywords: vbaac10.chm14117
f1_keywords:
- vbaac10.chm14117
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GotFocus Event (Access)
+# CustomControl.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.GridlineColor.md b/api/Access.CustomControl.GridlineColor.md
index e30b4a2afca..9cdd06c91b0 100644
--- a/api/Access.CustomControl.GridlineColor.md
+++ b/api/Access.CustomControl.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GridlineColor Property (Access)
+title: CustomControl.GridlineColor property (Access)
keywords: vbaac10.chm10536
f1_keywords:
- vbaac10.chm10536
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GridlineColor Property (Access)
+# CustomControl.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified list box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.GridlineStyleBottom.md b/api/Access.CustomControl.GridlineStyleBottom.md
index 0503d799848..51e99ad5625 100644
--- a/api/Access.CustomControl.GridlineStyleBottom.md
+++ b/api/Access.CustomControl.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GridlineStyleBottom Property (Access)
+title: CustomControl.GridlineStyleBottom property (Access)
keywords: vbaac10.chm10531
f1_keywords:
- vbaac10.chm10531
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GridlineStyleBottom Property (Access)
+# CustomControl.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.GridlineStyleLeft.md b/api/Access.CustomControl.GridlineStyleLeft.md
index d30c4023f44..f1f80e55c98 100644
--- a/api/Access.CustomControl.GridlineStyleLeft.md
+++ b/api/Access.CustomControl.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GridlineStyleLeft Property (Access)
+title: CustomControl.GridlineStyleLeft property (Access)
keywords: vbaac10.chm10528
f1_keywords:
- vbaac10.chm10528
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GridlineStyleLeft Property (Access)
+# CustomControl.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.GridlineStyleRight.md b/api/Access.CustomControl.GridlineStyleRight.md
index cc2483ad5f3..d1963509fbb 100644
--- a/api/Access.CustomControl.GridlineStyleRight.md
+++ b/api/Access.CustomControl.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GridlineStyleRight Property (Access)
+title: CustomControl.GridlineStyleRight property (Access)
keywords: vbaac10.chm10530
f1_keywords:
- vbaac10.chm10530
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GridlineStyleRight Property (Access)
+# CustomControl.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.GridlineStyleTop.md b/api/Access.CustomControl.GridlineStyleTop.md
index 1261505255f..eb23a8ff0f1 100644
--- a/api/Access.CustomControl.GridlineStyleTop.md
+++ b/api/Access.CustomControl.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GridlineStyleTop Property (Access)
+title: CustomControl.GridlineStyleTop property (Access)
keywords: vbaac10.chm10529
f1_keywords:
- vbaac10.chm10529
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GridlineStyleTop Property (Access)
+# CustomControl.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.GridlineWidthBottom.md b/api/Access.CustomControl.GridlineWidthBottom.md
index 12302b413b8..7e9d2837d0d 100644
--- a/api/Access.CustomControl.GridlineWidthBottom.md
+++ b/api/Access.CustomControl.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GridlineWidthBottom Property (Access)
+title: CustomControl.GridlineWidthBottom property (Access)
keywords: vbaac10.chm10535
f1_keywords:
- vbaac10.chm10535
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GridlineWidthBottom Property (Access)
+# CustomControl.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.GridlineWidthLeft.md b/api/Access.CustomControl.GridlineWidthLeft.md
index 655ed1d7a93..8c11541bfb6 100644
--- a/api/Access.CustomControl.GridlineWidthLeft.md
+++ b/api/Access.CustomControl.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GridlineWidthLeft Property (Access)
+title: CustomControl.GridlineWidthLeft property (Access)
keywords: vbaac10.chm10532
f1_keywords:
- vbaac10.chm10532
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GridlineWidthLeft Property (Access)
+# CustomControl.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.GridlineWidthRight.md b/api/Access.CustomControl.GridlineWidthRight.md
index ca97594fd96..81d6add2c5b 100644
--- a/api/Access.CustomControl.GridlineWidthRight.md
+++ b/api/Access.CustomControl.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GridlineWidthRight Property (Access)
+title: CustomControl.GridlineWidthRight property (Access)
keywords: vbaac10.chm10534
f1_keywords:
- vbaac10.chm10534
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GridlineWidthRight Property (Access)
+# CustomControl.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.GridlineWidthTop.md b/api/Access.CustomControl.GridlineWidthTop.md
index 7de2c9b5c0b..37f15dad2a0 100644
--- a/api/Access.CustomControl.GridlineWidthTop.md
+++ b/api/Access.CustomControl.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.GridlineWidthTop Property (Access)
+title: CustomControl.GridlineWidthTop property (Access)
keywords: vbaac10.chm10533
f1_keywords:
- vbaac10.chm10533
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.GridlineWidthTop Property (Access)
+# CustomControl.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Height.md b/api/Access.CustomControl.Height.md
index 7e18edd17d1..03f81518625 100644
--- a/api/Access.CustomControl.Height.md
+++ b/api/Access.CustomControl.Height.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Height Property (Access)
+title: CustomControl.Height property (Access)
keywords: vbaac10.chm12023
f1_keywords:
- vbaac10.chm12023
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Height Property (Access)
+# CustomControl.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.HelpContextId.md b/api/Access.CustomControl.HelpContextId.md
index 4b97f8382de..cb94e9f282e 100644
--- a/api/Access.CustomControl.HelpContextId.md
+++ b/api/Access.CustomControl.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.HelpContextId Property (Access)
+title: CustomControl.HelpContextId property (Access)
keywords: vbaac10.chm12031
f1_keywords:
- vbaac10.chm12031
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.HelpContextId Property (Access)
+# CustomControl.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.HorizontalAnchor.md b/api/Access.CustomControl.HorizontalAnchor.md
index a219e7752c0..4be167fe039 100644
--- a/api/Access.CustomControl.HorizontalAnchor.md
+++ b/api/Access.CustomControl.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.HorizontalAnchor Property (Access)
+title: CustomControl.HorizontalAnchor property (Access)
keywords: vbaac10.chm10537
f1_keywords:
- vbaac10.chm10537
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.HorizontalAnchor Property (Access)
+# CustomControl.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the text box is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.InSelection.md b/api/Access.CustomControl.InSelection.md
index 5ece310a19b..109449efaaa 100644
--- a/api/Access.CustomControl.InSelection.md
+++ b/api/Access.CustomControl.InSelection.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.InSelection Property (Access)
+title: CustomControl.InSelection property (Access)
keywords: vbaac10.chm12039
f1_keywords:
- vbaac10.chm12039
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.InSelection Property (Access)
+# CustomControl.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.IsVisible.md b/api/Access.CustomControl.IsVisible.md
index f8d1e8b060b..0791af6b935 100644
--- a/api/Access.CustomControl.IsVisible.md
+++ b/api/Access.CustomControl.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.IsVisible Property (Access)
+title: CustomControl.IsVisible property (Access)
keywords: vbaac10.chm12038
f1_keywords:
- vbaac10.chm12038
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.IsVisible Property (Access)
+# CustomControl.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Layout.md b/api/Access.CustomControl.Layout.md
index a5b95363b8d..b87855e851a 100644
--- a/api/Access.CustomControl.Layout.md
+++ b/api/Access.CustomControl.Layout.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Layout Property (Access)
+title: CustomControl.Layout property (Access)
keywords: vbaac10.chm10523
f1_keywords:
- vbaac10.chm10523
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Layout Property (Access)
+# CustomControl.Layout property (Access)
Returns the type of layout for the specified text box. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## See also
diff --git a/api/Access.CustomControl.LayoutID.md b/api/Access.CustomControl.LayoutID.md
index d4bc2b22382..3c27c0199aa 100644
--- a/api/Access.CustomControl.LayoutID.md
+++ b/api/Access.CustomControl.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.LayoutID Property (Access)
+title: CustomControl.LayoutID property (Access)
keywords: vbaac10.chm10539
f1_keywords:
- vbaac10.chm10539
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.LayoutID Property (Access)
+# CustomControl.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified text box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Left.md b/api/Access.CustomControl.Left.md
index dad612bdb0d..b1959a1cea1 100644
--- a/api/Access.CustomControl.Left.md
+++ b/api/Access.CustomControl.Left.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Left Property (Access)
+title: CustomControl.Left property (Access)
keywords: vbaac10.chm12020
f1_keywords:
- vbaac10.chm12020
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Left Property (Access)
+# CustomControl.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.LeftPadding.md b/api/Access.CustomControl.LeftPadding.md
index 3451f60d943..d3de3f03baa 100644
--- a/api/Access.CustomControl.LeftPadding.md
+++ b/api/Access.CustomControl.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.LeftPadding Property (Access)
+title: CustomControl.LeftPadding property (Access)
keywords: vbaac10.chm10524
f1_keywords:
- vbaac10.chm10524
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.LeftPadding Property (Access)
+# CustomControl.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## See also
diff --git a/api/Access.CustomControl.Locked.md b/api/Access.CustomControl.Locked.md
index 6475fa7a430..3973463ce71 100644
--- a/api/Access.CustomControl.Locked.md
+++ b/api/Access.CustomControl.Locked.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Locked Property (Access)
+title: CustomControl.Locked property (Access)
keywords: vbaac10.chm12016
f1_keywords:
- vbaac10.chm12016
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Locked Property (Access)
+# CustomControl.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.LostFocus.md b/api/Access.CustomControl.LostFocus.md
index b2fe1b8f53f..f067259fa68 100644
--- a/api/Access.CustomControl.LostFocus.md
+++ b/api/Access.CustomControl.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.LostFocus Event (Access)
+title: CustomControl.LostFocus event (Access)
keywords: vbaac10.chm14118
f1_keywords:
- vbaac10.chm14118
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.LostFocus Event (Access)
+# CustomControl.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Move.md b/api/Access.CustomControl.Move.md
index 09994bae6b6..144727aad60 100644
--- a/api/Access.CustomControl.Move.md
+++ b/api/Access.CustomControl.Move.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Move Method (Access)
+title: CustomControl.Move method (Access)
keywords: vbaac10.chm12050
f1_keywords:
- vbaac10.chm12050
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CustomControl.Move Method (Access)
+# CustomControl.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.CustomControl.Name.md b/api/Access.CustomControl.Name.md
index 0a8cb9ec798..e460fe731df 100644
--- a/api/Access.CustomControl.Name.md
+++ b/api/Access.CustomControl.Name.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Name Property (Access)
+title: CustomControl.Name property (Access)
keywords: vbaac10.chm12049
f1_keywords:
- vbaac10.chm12049
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Name Property (Access)
+# CustomControl.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.OLEClass.md b/api/Access.CustomControl.OLEClass.md
index 4dde52b80e1..a922b3779f5 100644
--- a/api/Access.CustomControl.OLEClass.md
+++ b/api/Access.CustomControl.OLEClass.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.OLEClass Property (Access)
+title: CustomControl.OLEClass property (Access)
keywords: vbaac10.chm12010
f1_keywords:
- vbaac10.chm12010
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.OLEClass Property (Access)
+# CustomControl.OLEClass property (Access)
You can use the **OLEClass** property to obtain a description of the kind of OLE object contained in a chart control or an unbound object frame. Read-only **String**.
## Syntax
- _expression_. `OLEClass`
+_expression_. `OLEClass`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Object.md b/api/Access.CustomControl.Object.md
index 340a2f2c21b..04cacb403c4 100644
--- a/api/Access.CustomControl.Object.md
+++ b/api/Access.CustomControl.Object.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Object Property (Access)
+title: CustomControl.Object property (Access)
keywords: vbaac10.chm11998
f1_keywords:
- vbaac10.chm11998
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Object Property (Access)
+# CustomControl.Object property (Access)
You can use the **Object** property in Visual Basic to return a reference to the ActiveX object that is associated with a linked or embedded OLE object in a control. By using this reference, you can access the properties or invoke the methods of the OLE object. Read-only **Object**.
## Syntax
- _expression_. `Object`
+_expression_. `Object`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.ObjectPalette.md b/api/Access.CustomControl.ObjectPalette.md
index 3a24dc477e6..6caec357620 100644
--- a/api/Access.CustomControl.ObjectPalette.md
+++ b/api/Access.CustomControl.ObjectPalette.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.ObjectPalette Property (Access)
+title: CustomControl.ObjectPalette property (Access)
keywords: vbaac10.chm12035
f1_keywords:
- vbaac10.chm12035
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.ObjectPalette Property (Access)
+# CustomControl.ObjectPalette property (Access)
The **ObjectPalette** property specifies the palette in the application used to create an OLE object. Read/write **Variant**.
## Syntax
- _expression_. `ObjectPalette`
+_expression_. `ObjectPalette`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.ObjectVerbs.md b/api/Access.CustomControl.ObjectVerbs.md
index ecb9b42a972..2495c8c891d 100644
--- a/api/Access.CustomControl.ObjectVerbs.md
+++ b/api/Access.CustomControl.ObjectVerbs.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.ObjectVerbs Property (Access)
+title: CustomControl.ObjectVerbs property (Access)
keywords: vbaac10.chm11999
f1_keywords:
- vbaac10.chm11999
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# CustomControl.ObjectVerbs Property (Access)
+# CustomControl.ObjectVerbs property (Access)
You can use the **ObjectVerbs** property in Visual Basic to determine the list of verbs an OLE object supports. Read-only **String**.
## Syntax
- _expression_. `ObjectVerbs`( ` _Index_` )
+_expression_. `ObjectVerbs`( ` _Index_` )
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|An element in the array of supported verbs. This is a zero-based index, meaning zero (0) represents the first verb in the array, one (1) represents the second verb in the array, and so on.|
diff --git a/api/Access.CustomControl.ObjectVerbsCount.md b/api/Access.CustomControl.ObjectVerbsCount.md
index 10541f30555..4a664f6ccec 100644
--- a/api/Access.CustomControl.ObjectVerbsCount.md
+++ b/api/Access.CustomControl.ObjectVerbsCount.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.ObjectVerbsCount Property (Access)
+title: CustomControl.ObjectVerbsCount property (Access)
keywords: vbaac10.chm12037
f1_keywords:
- vbaac10.chm12037
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.ObjectVerbsCount Property (Access)
+# CustomControl.ObjectVerbsCount property (Access)
You can use the **ObjectVerbsCount** property in Visual Basic to determine the number of verbs supported by an OLE object. Read-only **Long**.
## Syntax
- _expression_. `ObjectVerbsCount`
+_expression_. `ObjectVerbsCount`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.OldBorderStyle.md b/api/Access.CustomControl.OldBorderStyle.md
index 0f4600c1422..5d29d1562f0 100644
--- a/api/Access.CustomControl.OldBorderStyle.md
+++ b/api/Access.CustomControl.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.OldBorderStyle Property (Access)
+title: CustomControl.OldBorderStyle property (Access)
keywords: vbaac10.chm12026
f1_keywords:
- vbaac10.chm12026
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.OldBorderStyle Property (Access)
+# CustomControl.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.OldValue.md b/api/Access.CustomControl.OldValue.md
index c1be2d3aa84..b16d191e455 100644
--- a/api/Access.CustomControl.OldValue.md
+++ b/api/Access.CustomControl.OldValue.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.OldValue Property (Access)
+title: CustomControl.OldValue property (Access)
keywords: vbaac10.chm11997
f1_keywords:
- vbaac10.chm11997
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.OldValue Property (Access)
+# CustomControl.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.OnEnter.md b/api/Access.CustomControl.OnEnter.md
index 0c57ceb120f..f3eb9909c2e 100644
--- a/api/Access.CustomControl.OnEnter.md
+++ b/api/Access.CustomControl.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.OnEnter Property (Access)
+title: CustomControl.OnEnter property (Access)
keywords: vbaac10.chm12041
f1_keywords:
- vbaac10.chm12041
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.OnEnter Property (Access)
+# CustomControl.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CustomControl.OnExit.md b/api/Access.CustomControl.OnExit.md
index 6c9bcdcdd92..9cb693b9b1d 100644
--- a/api/Access.CustomControl.OnExit.md
+++ b/api/Access.CustomControl.OnExit.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.OnExit Property (Access)
+title: CustomControl.OnExit property (Access)
keywords: vbaac10.chm12042
f1_keywords:
- vbaac10.chm12042
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.OnExit Property (Access)
+# CustomControl.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CustomControl.OnGotFocus.md b/api/Access.CustomControl.OnGotFocus.md
index ed699b8dcd4..98ab308eba8 100644
--- a/api/Access.CustomControl.OnGotFocus.md
+++ b/api/Access.CustomControl.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.OnGotFocus Property (Access)
+title: CustomControl.OnGotFocus property (Access)
keywords: vbaac10.chm12043
f1_keywords:
- vbaac10.chm12043
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.OnGotFocus Property (Access)
+# CustomControl.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CustomControl.OnLostFocus.md b/api/Access.CustomControl.OnLostFocus.md
index c3b0999ca52..70c1332ab48 100644
--- a/api/Access.CustomControl.OnLostFocus.md
+++ b/api/Access.CustomControl.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.OnLostFocus Property (Access)
+title: CustomControl.OnLostFocus property (Access)
keywords: vbaac10.chm12044
f1_keywords:
- vbaac10.chm12044
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.OnLostFocus Property (Access)
+# CustomControl.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CustomControl.OnUpdated.md b/api/Access.CustomControl.OnUpdated.md
index 0073f3b43bf..365838ab8f5 100644
--- a/api/Access.CustomControl.OnUpdated.md
+++ b/api/Access.CustomControl.OnUpdated.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.OnUpdated Property (Access)
+title: CustomControl.OnUpdated property (Access)
keywords: vbaac10.chm12040
f1_keywords:
- vbaac10.chm12040
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.OnUpdated Property (Access)
+# CustomControl.OnUpdated property (Access)
Sets or returns the value of the **On Updated** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnUpdated`
+_expression_. `OnUpdated`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
@@ -30,7 +30,7 @@ This property is helpful for programmatically changing the action Microsoft Acce
The **OnUpdated** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Updated** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.CustomControl.Parent.md b/api/Access.CustomControl.Parent.md
index aad099d7081..7053bacd366 100644
--- a/api/Access.CustomControl.Parent.md
+++ b/api/Access.CustomControl.Parent.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Parent Property (Access)
+title: CustomControl.Parent property (Access)
keywords: vbaac10.chm11996
f1_keywords:
- vbaac10.chm11996
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Parent Property (Access)
+# CustomControl.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## See also
diff --git a/api/Access.CustomControl.Properties.md b/api/Access.CustomControl.Properties.md
index 7ac58030d5a..7726802754b 100644
--- a/api/Access.CustomControl.Properties.md
+++ b/api/Access.CustomControl.Properties.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Properties Property (Access)
+title: CustomControl.Properties property (Access)
keywords: vbaac10.chm12000
f1_keywords:
- vbaac10.chm12000
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Properties Property (Access)
+# CustomControl.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Requery.md b/api/Access.CustomControl.Requery.md
index ff43037dcb8..7bb25dea286 100644
--- a/api/Access.CustomControl.Requery.md
+++ b/api/Access.CustomControl.Requery.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Requery Method (Access)
+title: CustomControl.Requery method (Access)
keywords: vbaac10.chm12002
f1_keywords:
- vbaac10.chm12002
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Requery Method (Access)
+# CustomControl.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.RightPadding.md b/api/Access.CustomControl.RightPadding.md
index 82038df2880..3d21b0c21e4 100644
--- a/api/Access.CustomControl.RightPadding.md
+++ b/api/Access.CustomControl.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.RightPadding Property (Access)
+title: CustomControl.RightPadding property (Access)
keywords: vbaac10.chm10526
f1_keywords:
- vbaac10.chm10526
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.RightPadding Property (Access)
+# CustomControl.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## See also
diff --git a/api/Access.CustomControl.Section.md b/api/Access.CustomControl.Section.md
index 455f9718a00..289b0bd0074 100644
--- a/api/Access.CustomControl.Section.md
+++ b/api/Access.CustomControl.Section.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Section Property (Access)
+title: CustomControl.Section property (Access)
keywords: vbaac10.chm12032
f1_keywords:
- vbaac10.chm12032
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Section Property (Access)
+# CustomControl.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.SetFocus.md b/api/Access.CustomControl.SetFocus.md
index 0a80c66821e..1d74705c2c6 100644
--- a/api/Access.CustomControl.SetFocus.md
+++ b/api/Access.CustomControl.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.SetFocus Method (Access)
+title: CustomControl.SetFocus method (Access)
keywords: vbaac10.chm12003
f1_keywords:
- vbaac10.chm12003
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# CustomControl.SetFocus Method (Access)
+# CustomControl.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.CustomControl.SizeToFit.md b/api/Access.CustomControl.SizeToFit.md
index d4d44355216..c0d19c99b9b 100644
--- a/api/Access.CustomControl.SizeToFit.md
+++ b/api/Access.CustomControl.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.SizeToFit Method (Access)
+title: CustomControl.SizeToFit method (Access)
keywords: vbaac10.chm12001
f1_keywords:
- vbaac10.chm12001
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.SizeToFit Method (Access)
+# CustomControl.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.SpecialEffect.md b/api/Access.CustomControl.SpecialEffect.md
index 99669a204c7..bbf7ac1ecbc 100644
--- a/api/Access.CustomControl.SpecialEffect.md
+++ b/api/Access.CustomControl.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.SpecialEffect Property (Access)
+title: CustomControl.SpecialEffect property (Access)
keywords: vbaac10.chm12024
f1_keywords:
- vbaac10.chm12024
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.SpecialEffect Property (Access)
+# CustomControl.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.TabIndex.md b/api/Access.CustomControl.TabIndex.md
index 424cdcd9494..07ccad511be 100644
--- a/api/Access.CustomControl.TabIndex.md
+++ b/api/Access.CustomControl.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.TabIndex Property (Access)
+title: CustomControl.TabIndex property (Access)
keywords: vbaac10.chm12019
f1_keywords:
- vbaac10.chm12019
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.TabIndex Property (Access)
+# CustomControl.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.TabStop.md b/api/Access.CustomControl.TabStop.md
index bb81bbcdade..83f7e740b8a 100644
--- a/api/Access.CustomControl.TabStop.md
+++ b/api/Access.CustomControl.TabStop.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.TabStop Property (Access)
+title: CustomControl.TabStop property (Access)
keywords: vbaac10.chm12018
f1_keywords:
- vbaac10.chm12018
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.TabStop Property (Access)
+# CustomControl.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Tag.md b/api/Access.CustomControl.Tag.md
index 3c9b1da2b05..476c19be9dd 100644
--- a/api/Access.CustomControl.Tag.md
+++ b/api/Access.CustomControl.Tag.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Tag Property (Access)
+title: CustomControl.Tag property (Access)
keywords: vbaac10.chm12034
f1_keywords:
- vbaac10.chm12034
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Tag Property (Access)
+# CustomControl.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Top.md b/api/Access.CustomControl.Top.md
index 84f59ab0086..9e439e57f1d 100644
--- a/api/Access.CustomControl.Top.md
+++ b/api/Access.CustomControl.Top.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Top Property (Access)
+title: CustomControl.Top property (Access)
keywords: vbaac10.chm12021
f1_keywords:
- vbaac10.chm12021
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Top Property (Access)
+# CustomControl.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.TopPadding.md b/api/Access.CustomControl.TopPadding.md
index e25f2bb1ef1..cfa042ce86a 100644
--- a/api/Access.CustomControl.TopPadding.md
+++ b/api/Access.CustomControl.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.TopPadding Property (Access)
+title: CustomControl.TopPadding property (Access)
keywords: vbaac10.chm10525
f1_keywords:
- vbaac10.chm10525
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.TopPadding Property (Access)
+# CustomControl.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## See also
diff --git a/api/Access.CustomControl.Updated.md b/api/Access.CustomControl.Updated.md
index b0bd01a663a..cc1dd78b940 100644
--- a/api/Access.CustomControl.Updated.md
+++ b/api/Access.CustomControl.Updated.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Updated Event (Access)
+title: CustomControl.Updated event (Access)
keywords: vbaac10.chm14114
f1_keywords:
- vbaac10.chm14114
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Updated Event (Access)
+# CustomControl.Updated event (Access)
The **Updated** event occurs when an OLE object's data has been modified.
## Syntax
- _expression_. `Updated`( ` _Code_` )
+_expression_. `Updated`( ` _Code_` )
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Value.md b/api/Access.CustomControl.Value.md
index c576f3fdab1..88b764517cc 100644
--- a/api/Access.CustomControl.Value.md
+++ b/api/Access.CustomControl.Value.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Value Property (Access)
+title: CustomControl.Value property (Access)
keywords: vbaac10.chm12005
f1_keywords:
- vbaac10.chm12005
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Value Property (Access)
+# CustomControl.Value property (Access)
Gets or sets the value displayed in the specified control. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## See also
diff --git a/api/Access.CustomControl.VarOleObject.md b/api/Access.CustomControl.VarOleObject.md
index 0fa90ace432..0f7445037fd 100644
--- a/api/Access.CustomControl.VarOleObject.md
+++ b/api/Access.CustomControl.VarOleObject.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.VarOleObject Property (Access)
+title: CustomControl.VarOleObject property (Access)
keywords: vbaac10.chm10954
f1_keywords:
- vbaac10.chm10954
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.VarOleObject Property (Access)
+# CustomControl.VarOleObject property (Access)
Gets a pointer to an **IOLEObject** that represents the memory address of an OLE object. Read-only **Variant**.
## Syntax
- _expression_. `VarOleObject`
+_expression_. `VarOleObject`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Verb.md b/api/Access.CustomControl.Verb.md
index d96e1df7832..76f33ae7d50 100644
--- a/api/Access.CustomControl.Verb.md
+++ b/api/Access.CustomControl.Verb.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Verb Property (Access)
+title: CustomControl.Verb property (Access)
keywords: vbaac10.chm12011
f1_keywords:
- vbaac10.chm12011
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Verb Property (Access)
+# CustomControl.Verb property (Access)
You can use the **Verb** property to specify the operation to perform when an OLE object is activated, which is permitted when the control's **Action** property is set to **acOLEActivate**. Read/write **Long**.
## Syntax
- _expression_. `Verb`
+_expression_. `Verb`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.VerticalAnchor.md b/api/Access.CustomControl.VerticalAnchor.md
index fe312480778..003b548c023 100644
--- a/api/Access.CustomControl.VerticalAnchor.md
+++ b/api/Access.CustomControl.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.VerticalAnchor Property (Access)
+title: CustomControl.VerticalAnchor property (Access)
keywords: vbaac10.chm10538
f1_keywords:
- vbaac10.chm10538
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.VerticalAnchor Property (Access)
+# CustomControl.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified text box is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Visible.md b/api/Access.CustomControl.Visible.md
index 8ddad69c064..4da6983a709 100644
--- a/api/Access.CustomControl.Visible.md
+++ b/api/Access.CustomControl.Visible.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Visible Property (Access)
+title: CustomControl.Visible property (Access)
keywords: vbaac10.chm12013
f1_keywords:
- vbaac10.chm12013
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Visible Property (Access)
+# CustomControl.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.Width.md b/api/Access.CustomControl.Width.md
index fead7c52fe6..055caa9a67b 100644
--- a/api/Access.CustomControl.Width.md
+++ b/api/Access.CustomControl.Width.md
@@ -1,5 +1,5 @@
---
-title: CustomControl.Width Property (Access)
+title: CustomControl.Width property (Access)
keywords: vbaac10.chm12022
f1_keywords:
- vbaac10.chm12022
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# CustomControl.Width Property (Access)
+# CustomControl.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
+_expression_ A variable that represents a [CustomControl](Access.CustomControl.md) object.
## Remarks
diff --git a/api/Access.CustomControl.md b/api/Access.CustomControl.md
index f21c445c2e0..41eee0e16c4 100644
--- a/api/Access.CustomControl.md
+++ b/api/Access.CustomControl.md
@@ -1,5 +1,5 @@
---
-title: CustomControl Object (Access)
+title: CustomControl object (Access)
keywords: vbaac10.chm12062
f1_keywords:
- vbaac10.chm12062
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# CustomControl Object (Access)
+# CustomControl object (Access)
When setting the properties of an ActiveX control, you may need or prefer to use the control's custom properties dialog box. This custom properties dialog box provides an alternative to the list of properties in the Microsoft Access property sheet for setting ActiveX control properties in Design view.
diff --git a/api/Access.DependencyInfo.Dependants.md b/api/Access.DependencyInfo.Dependants.md
index 844f5f15086..85a33ceb6c9 100644
--- a/api/Access.DependencyInfo.Dependants.md
+++ b/api/Access.DependencyInfo.Dependants.md
@@ -1,5 +1,5 @@
---
-title: DependencyInfo.Dependants Property (Access)
+title: DependencyInfo.Dependants property (Access)
keywords: vbaac10.chm13274
f1_keywords:
- vbaac10.chm13274
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DependencyInfo.Dependants Property (Access)
+# DependencyInfo.Dependants property (Access)
Returns a **[DependencyObjects](Access.DependencyObjects.md)** collection that represents the objects that depend upon the specified **[AccessObject](Access.AccessObject.md)** object. Read-only.
## Syntax
- _expression_. `Dependants`
+_expression_. `Dependants`
- _expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
+_expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
## Remarks
diff --git a/api/Access.DependencyInfo.Dependencies.md b/api/Access.DependencyInfo.Dependencies.md
index e8b14156e11..73cc17b3e8a 100644
--- a/api/Access.DependencyInfo.Dependencies.md
+++ b/api/Access.DependencyInfo.Dependencies.md
@@ -1,5 +1,5 @@
---
-title: DependencyInfo.Dependencies Property (Access)
+title: DependencyInfo.Dependencies property (Access)
keywords: vbaac10.chm13275
f1_keywords:
- vbaac10.chm13275
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DependencyInfo.Dependencies Property (Access)
+# DependencyInfo.Dependencies property (Access)
Returns a **[DependencyObjects](Access.DependencyObjects.md)** collection that represents the objects that the specified **[AccessObject](Access.AccessObject.md)** object depends upon. Read-only.
## Syntax
- _expression_. `Dependencies`
+_expression_. `Dependencies`
- _expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
+_expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
## Remarks
diff --git a/api/Access.DependencyInfo.InsufficientPermissions.md b/api/Access.DependencyInfo.InsufficientPermissions.md
index 30225e31b72..9d38fc2900d 100644
--- a/api/Access.DependencyInfo.InsufficientPermissions.md
+++ b/api/Access.DependencyInfo.InsufficientPermissions.md
@@ -1,5 +1,5 @@
---
-title: DependencyInfo.InsufficientPermissions Property (Access)
+title: DependencyInfo.InsufficientPermissions property (Access)
keywords: vbaac10.chm13277
f1_keywords:
- vbaac10.chm13277
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DependencyInfo.InsufficientPermissions Property (Access)
+# DependencyInfo.InsufficientPermissions property (Access)
Returns a **[DependencyObjects](Access.DependencyObjects.md)** collection that contains a collection of objects to which you don't have sufficient permissions to check for dependencies. Read-only.
## Syntax
- _expression_. `InsufficientPermissions`
+_expression_. `InsufficientPermissions`
- _expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
+_expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
## Remarks
diff --git a/api/Access.DependencyInfo.OutOfDateObjects.md b/api/Access.DependencyInfo.OutOfDateObjects.md
index 7a14393f25d..0a70f5fdabb 100644
--- a/api/Access.DependencyInfo.OutOfDateObjects.md
+++ b/api/Access.DependencyInfo.OutOfDateObjects.md
@@ -1,5 +1,5 @@
---
-title: DependencyInfo.OutOfDateObjects Property (Access)
+title: DependencyInfo.OutOfDateObjects property (Access)
keywords: vbaac10.chm13276
f1_keywords:
- vbaac10.chm13276
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DependencyInfo.OutOfDateObjects Property (Access)
+# DependencyInfo.OutOfDateObjects property (Access)
Returns a **[DependencyObjects](Access.DependencyObjects.md)** collection that represents the **[AccessObject](Access.AccessObject.md)** objects for which the dependency information is outdated. Read-only.
## Syntax
- _expression_. `OutOfDateObjects`
+_expression_. `OutOfDateObjects`
- _expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
+_expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
## Remarks
diff --git a/api/Access.DependencyInfo.Parent.md b/api/Access.DependencyInfo.Parent.md
index 3b2398c409a..9946f506f00 100644
--- a/api/Access.DependencyInfo.Parent.md
+++ b/api/Access.DependencyInfo.Parent.md
@@ -1,5 +1,5 @@
---
-title: DependencyInfo.Parent Property (Access)
+title: DependencyInfo.Parent property (Access)
keywords: vbaac10.chm13273
f1_keywords:
- vbaac10.chm13273
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DependencyInfo.Parent Property (Access)
+# DependencyInfo.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
+_expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
## See also
diff --git a/api/Access.DependencyInfo.UnsupportedObjects.md b/api/Access.DependencyInfo.UnsupportedObjects.md
index b472d17b221..d89986992db 100644
--- a/api/Access.DependencyInfo.UnsupportedObjects.md
+++ b/api/Access.DependencyInfo.UnsupportedObjects.md
@@ -1,5 +1,5 @@
---
-title: DependencyInfo.UnsupportedObjects Property (Access)
+title: DependencyInfo.UnsupportedObjects property (Access)
keywords: vbaac10.chm13278
f1_keywords:
- vbaac10.chm13278
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DependencyInfo.UnsupportedObjects Property (Access)
+# DependencyInfo.UnsupportedObjects property (Access)
Returns a **[DependencyObjects](Access.DependencyObjects.md)** collection that contains objects that cannot be searched for dependency. Read-only.
## Syntax
- _expression_. `UnsupportedObjects`
+_expression_. `UnsupportedObjects`
- _expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
+_expression_ A variable that represents a [DependencyInfo](Access.DependencyInfo.md) object.
## Remarks
diff --git a/api/Access.DependencyInfo.md b/api/Access.DependencyInfo.md
index 081d8c36329..369e2653b1d 100644
--- a/api/Access.DependencyInfo.md
+++ b/api/Access.DependencyInfo.md
@@ -1,5 +1,5 @@
---
-title: DependencyInfo Object (Access)
+title: DependencyInfo object (Access)
keywords: vbaac10.chm13271
f1_keywords:
- vbaac10.chm13271
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# DependencyInfo Object (Access)
+# DependencyInfo object (Access)
Represents the dependency information for an **[AccessObject](Access.AccessObject.md)** object.
diff --git a/api/Access.DependencyObjects.Application.md b/api/Access.DependencyObjects.Application.md
index 51947a2b4e8..4a5f983d361 100644
--- a/api/Access.DependencyObjects.Application.md
+++ b/api/Access.DependencyObjects.Application.md
@@ -1,5 +1,5 @@
---
-title: DependencyObjects.Application Property (Access)
+title: DependencyObjects.Application property (Access)
keywords: vbaac10.chm13266
f1_keywords:
- vbaac10.chm13266
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DependencyObjects.Application Property (Access)
+# DependencyObjects.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [DependencyObjects](Access.DependencyObjects.md) object.
+_expression_ A variable that represents a [DependencyObjects](Access.DependencyObjects.md) object.
## Remarks
diff --git a/api/Access.DependencyObjects.Count.md b/api/Access.DependencyObjects.Count.md
index 81e2c6c5db8..67dafccf74a 100644
--- a/api/Access.DependencyObjects.Count.md
+++ b/api/Access.DependencyObjects.Count.md
@@ -1,5 +1,5 @@
---
-title: DependencyObjects.Count Property (Access)
+title: DependencyObjects.Count property (Access)
keywords: vbaac10.chm13269
f1_keywords:
- vbaac10.chm13269
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DependencyObjects.Count Property (Access)
+# DependencyObjects.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [DependencyObjects](Access.DependencyObjects.md) object.
+_expression_ A variable that represents a [DependencyObjects](Access.DependencyObjects.md) object.
## See also
diff --git a/api/Access.DependencyObjects.Item.md b/api/Access.DependencyObjects.Item.md
index d2085fff280..82bedcbdf37 100644
--- a/api/Access.DependencyObjects.Item.md
+++ b/api/Access.DependencyObjects.Item.md
@@ -1,5 +1,5 @@
---
-title: DependencyObjects.Item Property (Access)
+title: DependencyObjects.Item property (Access)
keywords: vbaac10.chm13268
f1_keywords:
- vbaac10.chm13268
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# DependencyObjects.Item Property (Access)
+# DependencyObjects.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **AccessObject**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [DependencyObjects](Access.DependencyObjects.md) object.
+_expression_ A variable that represents a [DependencyObjects](Access.DependencyObjects.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.DependencyObjects.Parent.md b/api/Access.DependencyObjects.Parent.md
index 09375e7100f..3c88c643c7c 100644
--- a/api/Access.DependencyObjects.Parent.md
+++ b/api/Access.DependencyObjects.Parent.md
@@ -1,5 +1,5 @@
---
-title: DependencyObjects.Parent Property (Access)
+title: DependencyObjects.Parent property (Access)
keywords: vbaac10.chm13267
f1_keywords:
- vbaac10.chm13267
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DependencyObjects.Parent Property (Access)
+# DependencyObjects.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [DependencyObjects](Access.DependencyObjects.md) object.
+_expression_ A variable that represents a [DependencyObjects](Access.DependencyObjects.md) object.
## See also
diff --git a/api/Access.DependencyObjects.md b/api/Access.DependencyObjects.md
index 9e92e98d7ce..325a78723ec 100644
--- a/api/Access.DependencyObjects.md
+++ b/api/Access.DependencyObjects.md
@@ -1,5 +1,5 @@
---
-title: DependencyObjects Object (Access)
+title: DependencyObjects object (Access)
keywords: vbaac10.chm13264
f1_keywords:
- vbaac10.chm13264
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# DependencyObjects Object (Access)
+# DependencyObjects object (Access)
Represents the collection of **[AccessObject](Access.AccessObject.md)** objects that a **[DependencyInfo](Access.DependencyInfo.md)** object contains.
diff --git a/api/Access.DoCmd.AddMenu.md b/api/Access.DoCmd.AddMenu.md
index 4934b5cc8a5..e65ec636524 100644
--- a/api/Access.DoCmd.AddMenu.md
+++ b/api/Access.DoCmd.AddMenu.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.AddMenu Method (Access)
+title: DoCmd.AddMenu method (Access)
keywords: vbaac10.chm4141
f1_keywords:
- vbaac10.chm4141
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.AddMenu Method (Access)
+# DoCmd.AddMenu method (Access)
The **AddMenu** method carries out the AddMenu action in Visual Basic.
## Syntax
- _expression_. `AddMenu`( ` _MenuName_`, ` _MenuMacroName_`, ` _StatusBarText_` )
+_expression_. `AddMenu`( ` _MenuName_`, ` _MenuMacroName_`, ` _StatusBarText_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MenuName_|Required|**Variant**|A string expression that's the valid name of a drop-down menu to add to the custom menu bar or global menu bar. To create an access key so that you can use the keyboard to choose the menu, type an ampersand (&;) before the letter you want to be the access key. This letter will be underlined in the menu name on the menu bar.|
| _MenuMacroName_|Required|**Variant**|A string expression that's the valid name of the macro group that contains the macros for the menu's commands. This is a required argument.|
diff --git a/api/Access.DoCmd.ApplyFilter.md b/api/Access.DoCmd.ApplyFilter.md
index ed2f5450e2c..d7dbe510bc2 100644
--- a/api/Access.DoCmd.ApplyFilter.md
+++ b/api/Access.DoCmd.ApplyFilter.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.ApplyFilter Method (Access)
+title: DoCmd.ApplyFilter method (Access)
keywords: vbaac10.chm4142
f1_keywords:
- vbaac10.chm4142
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.ApplyFilter Method (Access)
+# DoCmd.ApplyFilter method (Access)
The **ApplyFilter** method carries out the **ApplyFilter** action in Visual Basic.
## Syntax
- _expression_. `ApplyFilter`( ` _FilterName_`, ` _WhereCondition_`, ` _ControlName_` )
+_expression_. `ApplyFilter`( ` _FilterName_`, ` _WhereCondition_`, ` _ControlName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FilterName_|Optional|**Variant**|A string expression that is the valid name of a filter or query in the current database. When using this method to apply a server filter, the _FilterName_ argument must be blank.|
| _WhereCondition_|Optional|**Variant**|A string expression that is a valid SQL WHERE clause without the word WHERE.|
diff --git a/api/Access.DoCmd.Beep.md b/api/Access.DoCmd.Beep.md
index c34e3af8787..28a076cedfc 100644
--- a/api/Access.DoCmd.Beep.md
+++ b/api/Access.DoCmd.Beep.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Beep Method (Access)
+title: DoCmd.Beep method (Access)
keywords: vbaac10.chm4143
f1_keywords:
- vbaac10.chm4143
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.Beep Method (Access)
+# DoCmd.Beep method (Access)
The **Beep** method carries out the Beep action in Visual Basic.
## Syntax
- _expression_. `Beep`
+_expression_. `Beep`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.BrowseTo.md b/api/Access.DoCmd.BrowseTo.md
index 973178f79e4..4f8f80c315f 100644
--- a/api/Access.DoCmd.BrowseTo.md
+++ b/api/Access.DoCmd.BrowseTo.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.BrowseTo Method (Access)
+title: DoCmd.BrowseTo method (Access)
keywords: vbaac10.chm5973
f1_keywords:
- vbaac10.chm5973
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.BrowseTo Method (Access)
+# DoCmd.BrowseTo method (Access)
The **BrowseTo** method performs the BrowseTo action in Visual Basic.
## Syntax
- _expression_. `BrowseTo`( ` _ObjectType_`, ` _ObjectName_`, ` _PathtoSubformControl_`, ` _WhereCondition_`, ` _Page_`, ` _DataMode_` )
+_expression_. `BrowseTo`( ` _ObjectType_`, ` _ObjectName_`, ` _PathtoSubformControl_`, ` _WhereCondition_`, ` _Page_`, ` _DataMode_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**[AcBrowseToObjectType](Access.AcBrowseToObjectType.md)**|The object type to which to browse.|
| _ObjectName_|Required|**Variant**|The object that loads inside the subform control referenced by the PathtoSubformControl argument. |
diff --git a/api/Access.DoCmd.CancelEvent.md b/api/Access.DoCmd.CancelEvent.md
index c25dc3c896a..89f9a754849 100644
--- a/api/Access.DoCmd.CancelEvent.md
+++ b/api/Access.DoCmd.CancelEvent.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.CancelEvent Method (Access)
+title: DoCmd.CancelEvent method (Access)
keywords: vbaac10.chm4144
f1_keywords:
- vbaac10.chm4144
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.CancelEvent Method (Access)
+# DoCmd.CancelEvent method (Access)
The **CancelEvent** method carries out the CancelEvent action in Visual Basic.
## Syntax
- _expression_. `CancelEvent`
+_expression_. `CancelEvent`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.ClearMacroError.md b/api/Access.DoCmd.ClearMacroError.md
index 1d04854104f..b1ced4364fa 100644
--- a/api/Access.DoCmd.ClearMacroError.md
+++ b/api/Access.DoCmd.ClearMacroError.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.ClearMacroError Method (Access)
+title: DoCmd.ClearMacroError method (Access)
keywords: vbaac10.chm5773
f1_keywords:
- vbaac10.chm5773
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.ClearMacroError Method (Access)
+# DoCmd.ClearMacroError method (Access)
Removes information about an error that is stored in the **MacroError** object.
## Syntax
- _expression_. `ClearMacroError`
+_expression_. `ClearMacroError`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.Close.md b/api/Access.DoCmd.Close.md
index 64d530ec3e5..3cae08d6468 100644
--- a/api/Access.DoCmd.Close.md
+++ b/api/Access.DoCmd.Close.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Close Method (Access)
+title: DoCmd.Close method (Access)
keywords: vbaac10.chm4145
f1_keywords:
- vbaac10.chm4145
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.Close Method (Access)
+# DoCmd.Close method (Access)
The **Close** method carries out the Close action in Visual Basic.
## Syntax
- _expression_. `Close`( ` _ObjectType_`, ` _ObjectName_`, ` _Save_` )
+_expression_. `Close`( ` _ObjectType_`, ` _ObjectName_`, ` _Save_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Optional|**AcObjectType**|A **[AcObjectType](Access.AcObjectType.md)** constant that represents the type of object to close.|
| _ObjectName_|Optional|**Variant**|A string expression that's the valid name of an object of the type selected by the _objecttype_ argument.|
diff --git a/api/Access.DoCmd.CloseDatabase.md b/api/Access.DoCmd.CloseDatabase.md
index 74adb3a36c9..fbc6be08c16 100644
--- a/api/Access.DoCmd.CloseDatabase.md
+++ b/api/Access.DoCmd.CloseDatabase.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.CloseDatabase Method (Access)
+title: DoCmd.CloseDatabase method (Access)
keywords: vbaac10.chm5621
f1_keywords:
- vbaac10.chm5621
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.CloseDatabase Method (Access)
+# DoCmd.CloseDatabase method (Access)
Closes the current database.
## Syntax
- _expression_. `CloseDatabase`
+_expression_. `CloseDatabase`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.CopyDatabaseFile.md b/api/Access.DoCmd.CopyDatabaseFile.md
index 57b65381855..e6fb2833b78 100644
--- a/api/Access.DoCmd.CopyDatabaseFile.md
+++ b/api/Access.DoCmd.CopyDatabaseFile.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.CopyDatabaseFile Method (Access)
+title: DoCmd.CopyDatabaseFile method (Access)
keywords: vbaac10.chm5088
f1_keywords:
- vbaac10.chm5088
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.CopyDatabaseFile Method (Access)
+# DoCmd.CopyDatabaseFile method (Access)
Copies the database connected to the current project to a Microsoft SQL Server database file for export.
## Syntax
- _expression_. `CopyDatabaseFile`( ` _DatabaseFileName_`, ` _OverwriteExistingFile_`, ` _DisconnectAllUsers_` )
+_expression_. `CopyDatabaseFile`( ` _DatabaseFileName_`, ` _OverwriteExistingFile_`, ` _DisconnectAllUsers_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DatabaseFileName_|Required|**Variant**|The name of the file (and path) to which the current database is copied. If no path is specified, the current directory is used.|
| _OverwriteExistingFile_|Optional|**Variant**|Determines whether Microsoft Access overwrites the file specified by _DatabaseFileName_. **True** to overwrite the existing file. If the file doesn't already exist, this argument is ignored|
diff --git a/api/Access.DoCmd.CopyObject.md b/api/Access.DoCmd.CopyObject.md
index dc5c9ff362f..4f5376c062c 100644
--- a/api/Access.DoCmd.CopyObject.md
+++ b/api/Access.DoCmd.CopyObject.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.CopyObject Method (Access)
+title: DoCmd.CopyObject method (Access)
keywords: vbaac10.chm4146
f1_keywords:
- vbaac10.chm4146
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.CopyObject Method (Access)
+# DoCmd.CopyObject method (Access)
The **CopyObject** method carries out the CopyObject action in Visual Basic.
## Syntax
- _expression_. `CopyObject`( ` _DestinationDatabase_`, ` _NewName_`, ` _SourceObjectType_`, ` _SourceObjectName_` )
+_expression_. `CopyObject`( ` _DestinationDatabase_`, ` _NewName_`, ` _SourceObjectType_`, ` _SourceObjectName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestinationDatabase_|Optional|**Variant**|A string expression that's the valid path and file name for the database you want to copy the object into. To select the current database, leave this argument blank.
**Note** In a Microsoft Access project (.adp) you must leave the destinationdatabase argument blank. If you execute Visual Basic code containing the **CopyObject** method in a library database and leave this argument blank, Microsoft Access copies the object into the library database.
diff --git a/api/Access.DoCmd.DeleteObject.md b/api/Access.DoCmd.DeleteObject.md
index 33bbb8d1f6d..9c1378b5385 100644
--- a/api/Access.DoCmd.DeleteObject.md
+++ b/api/Access.DoCmd.DeleteObject.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.DeleteObject Method (Access)
+title: DoCmd.DeleteObject method (Access)
keywords: vbaac10.chm4147
f1_keywords:
- vbaac10.chm4147
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.DeleteObject Method (Access)
+# DoCmd.DeleteObject method (Access)
The **DeleteObject** method carries out the DeleteObject action in Visual Basic.
## Syntax
- _expression_. `DeleteObject`( ` _ObjectType_`, ` _ObjectName_` )
+_expression_. `DeleteObject`( ` _ObjectType_`, ` _ObjectName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Optional|**AcObjectType**|A **[AcObjectType](Access.AcObjectType.md)** constant that represents the type of object to delete.|
| _ObjectName_|Optional|**Variant**| string expression that's the valid name of an object of the type selected by the _objecttype_ argument. If you run Visual Basic code containing the **DeleteObject** method in a library database, Microsoft Access looks for the object with this name first in the library database, then in the current database.|
diff --git a/api/Access.DoCmd.DoMenuItem.md b/api/Access.DoCmd.DoMenuItem.md
index 17ea0f9585d..e474891c4d2 100644
--- a/api/Access.DoCmd.DoMenuItem.md
+++ b/api/Access.DoCmd.DoMenuItem.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.DoMenuItem Method (Access)
+title: DoCmd.DoMenuItem method (Access)
keywords: vbaac10.chm4148
f1_keywords:
- vbaac10.chm4148
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.DoMenuItem Method (Access)
+# DoCmd.DoMenuItem method (Access)
Displays the appropriate menu or toolbar command for Microsoft Access.
## Syntax
- _expression_. `DoMenuItem`( ` _MenuBar_`, ` _MenuName_`, ` _Command_`, ` _Subcommand_`, ` _Version_` )
+_expression_. `DoMenuItem`( ` _MenuBar_`, ` _MenuName_`, ` _Command_`, ` _Subcommand_`, ` _Version_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MenuBar_|Required|**Variant**|Use the intrinsic constant **acFormBar** for the menu bar in Form view. For other views, use the number of the view in the menu bar argument list, as shown in the Macro window in previous versions of Microsoft Access (count down the list, starting from 0).|
| _MenuName_|Required|**Variant**|You can use one of the following intrinsic constants.
acFile
acEditMenu
acRecordsMenu
You can use acRecordsMenu only for the Form view menu bar in Microsoft Access version 2.0 and Microsoft Access 95 databases. For other menus, use the number of the menu in the menu name argument list, as shown in the Macro window in previous versions of Microsoft Access (count down the list, starting from 0).
|
diff --git a/api/Access.DoCmd.Echo.md b/api/Access.DoCmd.Echo.md
index 26c33823593..a5dda666863 100644
--- a/api/Access.DoCmd.Echo.md
+++ b/api/Access.DoCmd.Echo.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Echo Method (Access)
+title: DoCmd.Echo method (Access)
keywords: vbaac10.chm4149
f1_keywords:
- vbaac10.chm4149
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.Echo Method (Access)
+# DoCmd.Echo method (Access)
Carries out the Echo action in Visual Basic.
## Syntax
- _expression_. `Echo`( ` _EchoOn_`, ` _StatusBarText_` )
+_expression_. `Echo`( ` _EchoOn_`, ` _StatusBarText_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EchoOn_|Required|**Variant**|Use **True** to turn echo on and **False** to turn it off.|
| _StatusBarText_|Optional|**Variant**|A string expression indicating the text that appears in the status bar.|
diff --git a/api/Access.DoCmd.FindNext.md b/api/Access.DoCmd.FindNext.md
index 8bfeab0236f..59ac0a33bb9 100644
--- a/api/Access.DoCmd.FindNext.md
+++ b/api/Access.DoCmd.FindNext.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.FindNext Method (Access)
+title: DoCmd.FindNext method (Access)
keywords: vbaac10.chm4150
f1_keywords:
- vbaac10.chm4150
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.FindNext Method (Access)
+# DoCmd.FindNext method (Access)
The **FindNext** method carries out the FindNext action in Visual Basic.
## Syntax
- _expression_. `FindNext`
+_expression_. `FindNext`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.FindRecord.md b/api/Access.DoCmd.FindRecord.md
index 34c0002eebd..31bb6026cfd 100644
--- a/api/Access.DoCmd.FindRecord.md
+++ b/api/Access.DoCmd.FindRecord.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.FindRecord Method (Access)
+title: DoCmd.FindRecord method (Access)
keywords: vbaac10.chm4151
f1_keywords:
- vbaac10.chm4151
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.FindRecord Method (Access)
+# DoCmd.FindRecord method (Access)
The **FindRecord** method carries out the FindRecord action in Visual Basic.
## Syntax
- _expression_. `FindRecord`( ` _FindWhat_`, ` _Match_`, ` _MatchCase_`, ` _Search_`, ` _SearchAsFormatted_`, ` _OnlyCurrentField_`, ` _FindFirst_` )
+_expression_. `FindRecord`( ` _FindWhat_`, ` _Match_`, ` _MatchCase_`, ` _Search_`, ` _SearchAsFormatted_`, ` _OnlyCurrentField_`, ` _FindFirst_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindWhat_|Required|**Variant**|An expression that evaluates to text, a number, or a date. The expression contains the data to search for.|
| _Match_|Optional|**AcFindMatch**|An **[AcFindMatch](Access.AcFindMatch.md)** constant that specifies where to search for the match. The default value is **acEntire**.|
diff --git a/api/Access.DoCmd.GoToControl.md b/api/Access.DoCmd.GoToControl.md
index 2b99c455be4..b6bfc49a2c5 100644
--- a/api/Access.DoCmd.GoToControl.md
+++ b/api/Access.DoCmd.GoToControl.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.GoToControl Method (Access)
+title: DoCmd.GoToControl method (Access)
keywords: vbaac10.chm4152
f1_keywords:
- vbaac10.chm4152
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.GoToControl Method (Access)
+# DoCmd.GoToControl method (Access)
The **GoToControl** method performs the GoToControl action action in Visual Basic.
## Syntax
- _expression_. `GoToControl`( ` _ControlName_` )
+_expression_. `GoToControl`( ` _ControlName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ControlName_|Required|**Variant**|A string expression that is the name of a control on the active form or datasheet.|
diff --git a/api/Access.DoCmd.GoToPage.md b/api/Access.DoCmd.GoToPage.md
index 6e7c7280ef0..a33c5033b7d 100644
--- a/api/Access.DoCmd.GoToPage.md
+++ b/api/Access.DoCmd.GoToPage.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.GoToPage Method (Access)
+title: DoCmd.GoToPage method (Access)
keywords: vbaac10.chm4153
f1_keywords:
- vbaac10.chm4153
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# DoCmd.GoToPage Method (Access)
+# DoCmd.GoToPage method (Access)
Carries out the GoToPage action in Visual Basic. .
## Syntax
- _expression_. `GoToPage`( ` _PageNumber_`, ` _Right_`, ` _Down_` )
+_expression_. `GoToPage`( ` _PageNumber_`, ` _Right_`, ` _Down_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageNumber_|Required|**Variant**|A numeric expression that's a valid page number for the active form. If you leave this argument blank, the focus stays on the current page. You can use the _right_ and _down_ arguments to display the part of the page you want to see.|
| _Right_|Optional|**Variant**|A numeric expression that's a valid horizontal offset for the page.|
| _Down_|Optional|**Variant**|A numeric expression that's a valid vertical offset for the page.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.DoCmd.GoToRecord.md b/api/Access.DoCmd.GoToRecord.md
index ffa3e48508d..bd74f4e50a0 100644
--- a/api/Access.DoCmd.GoToRecord.md
+++ b/api/Access.DoCmd.GoToRecord.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.GoToRecord Method (Access)
+title: DoCmd.GoToRecord method (Access)
keywords: vbaac10.chm4154
f1_keywords:
- vbaac10.chm4154
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.GoToRecord Method (Access)
+# DoCmd.GoToRecord method (Access)
The **GoToRecord** method carries out the GoToRecord action in Visual Basic.
## Syntax
- _expression_. `GoToRecord`( ` _ObjectType_`, ` _ObjectName_`, ` _Record_`, ` _Offset_` )
+_expression_. `GoToRecord`( ` _ObjectType_`, ` _ObjectName_`, ` _Record_`, ` _Offset_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Optional|**AcDataObjectType**|A **AcDataObjectType** constant that specifies the type of object that contains the record you want to make current.|
| _ObjectName_|Optional|**Variant**|A string expression that's the valid name of an object of the type selected by the _objecttype_ argument.|
diff --git a/api/Access.DoCmd.Hourglass.md b/api/Access.DoCmd.Hourglass.md
index bf82531b636..f5afe0e60b0 100644
--- a/api/Access.DoCmd.Hourglass.md
+++ b/api/Access.DoCmd.Hourglass.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Hourglass Method (Access)
+title: DoCmd.Hourglass method (Access)
keywords: vbaac10.chm4155
f1_keywords:
- vbaac10.chm4155
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.Hourglass Method (Access)
+# DoCmd.Hourglass method (Access)
The **Hourglass** method carries out the Hourglass action in Visual Basic.
## Syntax
- _expression_. `Hourglass`( ` _HourglassOn_` )
+_expression_. `Hourglass`( ` _HourglassOn_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HourglassOn_|Required|**Variant**|Use **True** (?1) to display the hourglass icon (or another icon you've chosen). Use **False** (0) to display the normal mouse pointer.|
diff --git a/api/Access.DoCmd.LockNavigationPane.md b/api/Access.DoCmd.LockNavigationPane.md
index 5a90576e847..4aa06ced023 100644
--- a/api/Access.DoCmd.LockNavigationPane.md
+++ b/api/Access.DoCmd.LockNavigationPane.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.LockNavigationPane Method (Access)
+title: DoCmd.LockNavigationPane method (Access)
keywords: vbaac10.chm5853
f1_keywords:
- vbaac10.chm5853
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.LockNavigationPane Method (Access)
+# DoCmd.LockNavigationPane method (Access)
You can use the **LockNavigationPane** action to prevent users from deleting database objects that are displayed in the Navigation Pane.
## Syntax
- _expression_. `LockNavigationPane`( ` _Lock_` )
+_expression_. `LockNavigationPane`( ` _Lock_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Lock_|Required|**Variant**|Set to **True** to lock the Navigation Pane.|
diff --git a/api/Access.DoCmd.Maximize.md b/api/Access.DoCmd.Maximize.md
index 0a4829d511c..4e3ecad222a 100644
--- a/api/Access.DoCmd.Maximize.md
+++ b/api/Access.DoCmd.Maximize.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Maximize Method (Access)
+title: DoCmd.Maximize method (Access)
keywords: vbaac10.chm4156
f1_keywords:
- vbaac10.chm4156
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.Maximize Method (Access)
+# DoCmd.Maximize method (Access)
The **Maximize** method carries out the Maximize action in Visual Basic.
## Syntax
- _expression_. `Maximize`
+_expression_. `Maximize`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.Minimize.md b/api/Access.DoCmd.Minimize.md
index 746595769f8..9c7cb339e79 100644
--- a/api/Access.DoCmd.Minimize.md
+++ b/api/Access.DoCmd.Minimize.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Minimize Method (Access)
+title: DoCmd.Minimize method (Access)
keywords: vbaac10.chm4157
f1_keywords:
- vbaac10.chm4157
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.Minimize Method (Access)
+# DoCmd.Minimize method (Access)
The **Minimize** method carries out the Minimize action in Visual Basic.
## Syntax
- _expression_. `Minimize`
+_expression_. `Minimize`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.MoveSize.md b/api/Access.DoCmd.MoveSize.md
index 2c1cdc3d6c3..15ef887c386 100644
--- a/api/Access.DoCmd.MoveSize.md
+++ b/api/Access.DoCmd.MoveSize.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.MoveSize Method (Access)
+title: DoCmd.MoveSize method (Access)
keywords: vbaac10.chm4158
f1_keywords:
- vbaac10.chm4158
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.MoveSize Method (Access)
+# DoCmd.MoveSize method (Access)
The **MoveSize** method carries out the MoveSize action in Visual Basic.
## Syntax
- _expression_. `MoveSize`( ` _Right_`, ` _Down_`, ` _Width_`, ` _Height_` )
+_expression_. `MoveSize`( ` _Right_`, ` _Down_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Right_|Optional|**Variant**|The new horizontal position of the window's upper-left corner, measured from the left edge of its containing window.|
| _Down_|Optional|**Variant**|The new vertical position of the window's upper-left corner, measured from the top edge of its containing window.|
diff --git a/api/Access.DoCmd.NavigateTo.md b/api/Access.DoCmd.NavigateTo.md
index cd5e63372cc..d71a766cd6a 100644
--- a/api/Access.DoCmd.NavigateTo.md
+++ b/api/Access.DoCmd.NavigateTo.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.NavigateTo Method (Access)
+title: DoCmd.NavigateTo method (Access)
keywords: vbaac10.chm5689
f1_keywords:
- vbaac10.chm5689
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.NavigateTo Method (Access)
+# DoCmd.NavigateTo method (Access)
You can use the **NavigateTo** method to control the display of database objects in the Navigation Pane. .
## Syntax
- _expression_. `NavigateTo`( ` _Category_`, ` _Group_` )
+_expression_. `NavigateTo`( ` _Category_`, ` _Group_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Category_|Optional|**Variant**|The category by which you want the Navigation Pane to display objects. |
| _Group_|Optional|**Variant**|Determines which objects in the category appear in the Navigation Pane. If you leave the this argument blank, the Navigation Pane will display all database objects grouped by the criteria you specify in the _Category_ argument. Examples of valid _Group_ arguments for the various _Category_ arguments are shown in the following table.|
diff --git a/api/Access.DoCmd.OpenDataAccessPage.md b/api/Access.DoCmd.OpenDataAccessPage.md
index 6ff20abe315..0e8a6b67dc4 100644
--- a/api/Access.DoCmd.OpenDataAccessPage.md
+++ b/api/Access.DoCmd.OpenDataAccessPage.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenDataAccessPage Method (Access)
+title: DoCmd.OpenDataAccessPage method (Access)
keywords: vbaac10.chm4648
f1_keywords:
- vbaac10.chm4648
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenDataAccessPage Method (Access)
+# DoCmd.OpenDataAccessPage method (Access)
The **OpenDataAccessPage** method carries out the OpenDataAccessPage action in Visual Basic.
## Syntax
- _expression_. `OpenDataAccessPage`( ` _DataAccessPageName_`, ` _View_` )
+_expression_. `OpenDataAccessPage`( ` _DataAccessPageName_`, ` _View_` )
- _expression_ An expression that returns a [DoCmd](Access.DoCmd.md) object.
+_expression_ An expression that returns a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataAccessPageName_|Required|**Variant**|A string expression that's the valid name of a data access page in the current database. If you execute Visual Basic code containing the **OpenDataAccessPage** method in a library database, Microsoft Access looks for the form with this name, first in the library database, then in the current database.|
| _View_|Optional|**AcDataAccessPageView**|The view in which to open the data access page. In Access, this must be set to **acDataAccessPageBrowse**.|
diff --git a/api/Access.DoCmd.OpenDiagram.md b/api/Access.DoCmd.OpenDiagram.md
index a726c3349d9..d007646fed2 100644
--- a/api/Access.DoCmd.OpenDiagram.md
+++ b/api/Access.DoCmd.OpenDiagram.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenDiagram Method (Access)
+title: DoCmd.OpenDiagram method (Access)
keywords: vbaac10.chm4650
f1_keywords:
- vbaac10.chm4650
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenDiagram Method (Access)
+# DoCmd.OpenDiagram method (Access)
The **OpenDiagram** method carries out the OpenDiagram action in Visual Basic.
## Syntax
- _expression_. `OpenDiagram`( ` _DiagramName_` )
+_expression_. `OpenDiagram`( ` _DiagramName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DiagramName_|Required|**Variant**|A string expression that's the valid name of a database diagram in the current database. If you execute Visual Basic code containing the **OpenDiagram** method in a library database, Microsoft Access looks for the database diagram with this name first in the library database, then in the current database.|
diff --git a/api/Access.DoCmd.OpenForm.md b/api/Access.DoCmd.OpenForm.md
index 18484c6c5c2..20bdcb7ed97 100644
--- a/api/Access.DoCmd.OpenForm.md
+++ b/api/Access.DoCmd.OpenForm.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenForm Method (Access)
+title: DoCmd.OpenForm method (Access)
keywords: vbaac10.chm4160
f1_keywords:
- vbaac10.chm4160
@@ -11,21 +11,21 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenForm Method (Access)
+# DoCmd.OpenForm method (Access)
The **OpenForm** method carries out the **OpenForm** action in Visual Basic.
## Syntax
- _expression_. `OpenForm` (`_FormName_`, `_View_`, `_FilterName_`, `_WhereCondition_`, `_DataMode_`, `_WindowMode_`, `_OpenArgs_`)
+_expression_. `OpenForm` (`_FormName_`, `_View_`, `_FilterName_`, `_WhereCondition_`, `_DataMode_`, `_WindowMode_`, `_OpenArgs_`)
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FormName_|Required|**Variant**|A string expression that's the valid name of a form in the current database. If you execute Visual Basic code containing the **OpenForm** method in a library database, Access looks for the form with this name first in the library database, and then in the current database.|
| _View_|Optional|**AcFormView**|A **[AcFormView](Access.AcFormView.md)** constant that specifies the view in which the form will open. The default value is **acNormal**.|
diff --git a/api/Access.DoCmd.OpenFunction.md b/api/Access.DoCmd.OpenFunction.md
index 6bdfb2a67c5..1c881913ced 100644
--- a/api/Access.DoCmd.OpenFunction.md
+++ b/api/Access.DoCmd.OpenFunction.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenFunction Method (Access)
+title: DoCmd.OpenFunction method (Access)
keywords: vbaac10.chm5161
f1_keywords:
- vbaac10.chm5161
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenFunction Method (Access)
+# DoCmd.OpenFunction method (Access)
Opens a user-defined function in a Microsoft SQL Server database for viewing in Microsoft Access.
## Syntax
- _expression_. `OpenFunction`( ` _FunctionName_`, ` _View_`, ` _DataMode_` )
+_expression_. `OpenFunction`( ` _FunctionName_`, ` _View_`, ` _DataMode_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FunctionName_|Required|**Variant**|The name of the function to open.|
| _View_|Optional|**AcView**|A **[AcView](Access.AcView.md)** constant that specifies the view in which to open the function. The default value is **acViewNormal**.|
diff --git a/api/Access.DoCmd.OpenModule.md b/api/Access.DoCmd.OpenModule.md
index 0b9adfd0ab0..759fcfea19d 100644
--- a/api/Access.DoCmd.OpenModule.md
+++ b/api/Access.DoCmd.OpenModule.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenModule Method (Access)
+title: DoCmd.OpenModule method (Access)
keywords: vbaac10.chm4161
f1_keywords:
- vbaac10.chm4161
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenModule Method (Access)
+# DoCmd.OpenModule method (Access)
The **OpenModule** method carries out the OpenModule action in Visual Basic.
## Syntax
- _expression_. `OpenModule`( ` _ModuleName_`, ` _ProcedureName_` )
+_expression_. `OpenModule`( ` _ModuleName_`, ` _ProcedureName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ModuleName_|Optional|**Variant**| A string expression that's the valid name of the Visual Basic module you want to open. If you leave this argument blank, Microsoft Access searches all the standard modules in the database for the procedure you selected with the _procedurename_ argument and opens the module containing the procedure to that procedure. If you execute Visual Basic code containing the **OpenModule** method in a library database, Microsoft Access looks for the module with this name first in the library database, then in the current database.|
| _ProcedureName_|Optional|**Variant**|A string expression that's the valid name for the procedure you want to open the module to. If you leave this argument blank, the module opens to the Declarations section.|
diff --git a/api/Access.DoCmd.OpenQuery.md b/api/Access.DoCmd.OpenQuery.md
index 7f1a67459a8..81e28125f9f 100644
--- a/api/Access.DoCmd.OpenQuery.md
+++ b/api/Access.DoCmd.OpenQuery.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenQuery Method (Access)
+title: DoCmd.OpenQuery method (Access)
keywords: vbaac10.chm4162
f1_keywords:
- vbaac10.chm4162
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenQuery Method (Access)
+# DoCmd.OpenQuery method (Access)
The **OpenQuery** method carries out the **OpenQuery** action in Visual Basic.
## Syntax
- _expression_. `OpenQuery`( ` _QueryName_`, ` _View_`, ` _DataMode_` )
+_expression_. `OpenQuery`( ` _QueryName_`, ` _View_`, ` _DataMode_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _QueryName_|Required|**Variant**|A string expression that's the valid name of a query in the current database. If you execute Visual Basic code containing the **OpenQuery** method in a library database, Microsoft Access looks for the query with this name first in the library database, then in the current database.|
| _View_|Optional|**AcView**|A **[AcView](Access.AcView.md)** constant that specifies the view in which the query will open. The default value is **acViewNormal**.|
diff --git a/api/Access.DoCmd.OpenReport.md b/api/Access.DoCmd.OpenReport.md
index 58a6a70cc74..a122240d333 100644
--- a/api/Access.DoCmd.OpenReport.md
+++ b/api/Access.DoCmd.OpenReport.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenReport Method (Access)
+title: DoCmd.OpenReport method (Access)
keywords: vbaac10.chm4163
f1_keywords:
- vbaac10.chm4163
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenReport Method (Access)
+# DoCmd.OpenReport method (Access)
The **OpenReport** method carries out the OpenReport action in Visual Basic.
## Syntax
- _expression_. `OpenReport`( ` _ReportName_`, ` _View_`, ` _FilterName_`, ` _WhereCondition_`, ` _WindowMode_`, ` _OpenArgs_` )
+_expression_. `OpenReport`( ` _ReportName_`, ` _View_`, ` _FilterName_`, ` _WhereCondition_`, ` _WindowMode_`, ` _OpenArgs_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReportName_|Required|**Variant**|A string expression that's the valid name of a report in the current database. If you execute Visual Basic code containing the **OpenReport** method in a library database, Microsoft Access looks for the report with this name, first in the library database, then in the current database.|
| _View_|Optional|**AcView**|A **[AcView](Access.AcView.md)** constant that specifies the view in which the report will open. The default value is **acViewNormal**.|
diff --git a/api/Access.DoCmd.OpenStoredProcedure.md b/api/Access.DoCmd.OpenStoredProcedure.md
index 83b548add68..49e43b2bbbd 100644
--- a/api/Access.DoCmd.OpenStoredProcedure.md
+++ b/api/Access.DoCmd.OpenStoredProcedure.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenStoredProcedure Method (Access)
+title: DoCmd.OpenStoredProcedure method (Access)
keywords: vbaac10.chm4651
f1_keywords:
- vbaac10.chm4651
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenStoredProcedure Method (Access)
+# DoCmd.OpenStoredProcedure method (Access)
The **OpenStoredProcedure** method carries out the OpenStoredProcedure action in Visual Basic.
## Syntax
- _expression_. `OpenStoredProcedure`( ` _ProcedureName_`, ` _View_`, ` _DataMode_` )
+_expression_. `OpenStoredProcedure`( ` _ProcedureName_`, ` _View_`, ` _DataMode_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProcedureName_|Required|**Variant**|A string expression that's the valid name of a stored procedure in the current database. If you execute Visual Basic code containing the **OpenStoredProcedure** method in a library database, Microsoft Access looks for the stored procedure with this name first in the library database, then in the current database.|
| _View_|Optional|**AcView**|A **[AcView](Access.AcView.md)** constant that specifies the view in which the stored procedure will open. The default value is **acViewNormal**.|
diff --git a/api/Access.DoCmd.OpenTable.md b/api/Access.DoCmd.OpenTable.md
index 8b839510a96..45062c01e68 100644
--- a/api/Access.DoCmd.OpenTable.md
+++ b/api/Access.DoCmd.OpenTable.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenTable Method (Access)
+title: DoCmd.OpenTable method (Access)
keywords: vbaac10.chm4164
f1_keywords:
- vbaac10.chm4164
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenTable Method (Access)
+# DoCmd.OpenTable method (Access)
The **OpenTable** method carries out the OpenTable action in Visual Basic.
## Syntax
- _expression_. `OpenTable`( ` _TableName_`, ` _View_`, ` _DataMode_` )
+_expression_. `OpenTable`( ` _TableName_`, ` _View_`, ` _DataMode_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TableName_|Required|**Variant**|A string expression that's the valid name of a table in the current database. If you execute Visual Basic code containing the **OpenTable** method in a library database, Microsoft Access looks for the table with this name first in the library database, then in the current database.|
| _View_|Optional|**AcView**|A **[AcView](Access.AcView.md)** constant that specifies the view in which the table will open. The default value is **acViewNormal**.|
diff --git a/api/Access.DoCmd.OpenView.md b/api/Access.DoCmd.OpenView.md
index b3376f8d664..4cb8d9a6f91 100644
--- a/api/Access.DoCmd.OpenView.md
+++ b/api/Access.DoCmd.OpenView.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OpenView Method (Access)
+title: DoCmd.OpenView method (Access)
keywords: vbaac10.chm4649
f1_keywords:
- vbaac10.chm4649
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OpenView Method (Access)
+# DoCmd.OpenView method (Access)
The **OpenView** method carries out the [OpenView](overview/Access.md) action in Visual Basic.
## Syntax
- _expression_. `OpenView`( ` _ViewName_`, ` _View_`, ` _DataMode_` )
+_expression_. `OpenView`( ` _ViewName_`, ` _View_`, ` _DataMode_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ViewName_|Required|**Variant**|A string expression that's the valid name of a view in the current database. If you execute Visual Basic code containing the **OpenView** method in a library database, Microsoft Access looks for the view with this name first in the library database, then in the current database.|
| _View_|Optional|**AcView**|A **[AcView](Access.AcView.md)** constant that specifies the view in which the view will open. The default value is **acViewNormal**.|
diff --git a/api/Access.DoCmd.OutputTo.md b/api/Access.DoCmd.OutputTo.md
index 9371de5de60..eae0e4f7d4a 100644
--- a/api/Access.DoCmd.OutputTo.md
+++ b/api/Access.DoCmd.OutputTo.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.OutputTo Method (Access)
+title: DoCmd.OutputTo method (Access)
keywords: vbaac10.chm4165
f1_keywords:
- vbaac10.chm4165
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.OutputTo Method (Access)
+# DoCmd.OutputTo method (Access)
The **OutputTo** method carries out the OutputTo action in Visual Basic.
## Syntax
- _expression_. `OutputTo`( ` _ObjectType_`, ` _ObjectName_`, ` _OutputFormat_`, ` _OutputFile_`, ` _AutoStart_`, ` _TemplateFile_`, ` _Encoding_`, ` _OutputQuality_` )
+_expression_. `OutputTo`( ` _ObjectType_`, ` _ObjectName_`, ` _OutputFormat_`, ` _OutputFile_`, ` _AutoStart_`, ` _TemplateFile_`, ` _Encoding_`, ` _OutputQuality_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**AcOutputObjectType**|An [AcOutputObjectType](Access.AcOutputObjectType.md) constant that specifies the type of object to output.|
| _ObjectName_|Optional|**Variant**|A string expression that's the valid name of an object of the type selected by the _ObjectType_ argument. If you want to output the active object, specify the object's type for the _ObjectType_ argument and leave this argument blank. If you run Visual Basic code containing the **OutputTo** method in a library database, Microsoft Office Access searches for the object with this name, first in the library database, then in the current database.|
diff --git a/api/Access.DoCmd.PrintOut.md b/api/Access.DoCmd.PrintOut.md
index 123fdefe8f3..82f109ca394 100644
--- a/api/Access.DoCmd.PrintOut.md
+++ b/api/Access.DoCmd.PrintOut.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.PrintOut Method (Access)
+title: DoCmd.PrintOut method (Access)
keywords: vbaac10.chm4166
f1_keywords:
- vbaac10.chm4166
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.PrintOut Method (Access)
+# DoCmd.PrintOut method (Access)
The **PrintOut** method carries out the PrintOut action in Visual Basic.
## Syntax
- _expression_. `PrintOut`( ` _PrintRange_`, ` _PageFrom_`, ` _PageTo_`, ` _PrintQuality_`, ` _Copies_`, ` _CollateCopies_` )
+_expression_. `PrintOut`( ` _PrintRange_`, ` _PageFrom_`, ` _PageTo_`, ` _PrintQuality_`, ` _Copies_`, ` _CollateCopies_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PrintRange_|Optional|**AcPrintRange**|A **[AcPrintRange](Access.AcPrintRange.md)** constant that specifies the range to print. The default value is **acPrintAll**.|
| _PageFrom_|Optional|**Variant**|The first page to print. A numeric expression that's a valid page number in the active form or datasheet. This argument is required if you specify **acPages** for the _printrange_ argument.|
diff --git a/api/Access.DoCmd.Quit.md b/api/Access.DoCmd.Quit.md
index f904f400671..d09ec8195b9 100644
--- a/api/Access.DoCmd.Quit.md
+++ b/api/Access.DoCmd.Quit.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Quit Method (Access)
+title: DoCmd.Quit method (Access)
keywords: vbaac10.chm4167
f1_keywords:
- vbaac10.chm4167
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.Quit Method (Access)
+# DoCmd.Quit method (Access)
The **Quit** method quits Microsoft Access. You can select one of several options for saving a database object before quitting.
## Syntax
- _expression_. `Quit`( ` _Options_` )
+_expression_. `Quit`( ` _Options_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Options_|Optional|**AcQuitOption**|An **[AcQuitOption](Access.AcQuitOption.md)** constant that indicates the action to take when quitting Access. The default value is **acQuitSaveAll**.|
diff --git a/api/Access.DoCmd.RefreshRecord.md b/api/Access.DoCmd.RefreshRecord.md
index 563941ecd00..65f7ac82f33 100644
--- a/api/Access.DoCmd.RefreshRecord.md
+++ b/api/Access.DoCmd.RefreshRecord.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.RefreshRecord Method (Access)
+title: DoCmd.RefreshRecord method (Access)
keywords: vbaac10.chm6002
f1_keywords:
- vbaac10.chm6002
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.RefreshRecord Method (Access)
+# DoCmd.RefreshRecord method (Access)
The **RefreshRecord** method performs the **RefreshRecord** macro operation from Visual Basic.
## Syntax
- _expression_. `RefreshRecord`
+_expression_. `RefreshRecord`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.Rename.md b/api/Access.DoCmd.Rename.md
index 0fdae48ce4d..946044a8a6c 100644
--- a/api/Access.DoCmd.Rename.md
+++ b/api/Access.DoCmd.Rename.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Rename Method (Access)
+title: DoCmd.Rename method (Access)
keywords: vbaac10.chm4168
f1_keywords:
- vbaac10.chm4168
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.Rename Method (Access)
+# DoCmd.Rename method (Access)
The **Rename** method carries out the Rename action in Visual Basic.
## Syntax
- _expression_. `Rename`( ` _NewName_`, ` _ObjectType_`, ` _OldName_` )
+_expression_. `Rename`( ` _NewName_`, ` _ObjectType_`, ` _OldName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewName_|Required|**Variant**| A string expression that's the new name for the object you want to rename. The name must follow the object-naming rules for Microsoft Access objects.|
| _ObjectType_|Optional|**AcObjectType**|A **[AcObjectType](Access.AcObjectType.md)** constant that specifies the type of object to rename. The default value is **acDefault**.|
diff --git a/api/Access.DoCmd.RepaintObject.md b/api/Access.DoCmd.RepaintObject.md
index c9fe71a183a..6619ab54a1d 100644
--- a/api/Access.DoCmd.RepaintObject.md
+++ b/api/Access.DoCmd.RepaintObject.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.RepaintObject Method (Access)
+title: DoCmd.RepaintObject method (Access)
keywords: vbaac10.chm4169
f1_keywords:
- vbaac10.chm4169
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.RepaintObject Method (Access)
+# DoCmd.RepaintObject method (Access)
The **RepaintObject** method carries out the RepaintObject action in Visual Basic.
## Syntax
- _expression_. `RepaintObject`( ` _ObjectType_`, ` _ObjectName_` )
+_expression_. `RepaintObject`( ` _ObjectType_`, ` _ObjectName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Optional|**AcObjectType**|A **[AcObjectType](Access.AcObjectType.md)** constant that specifies the type of object to repaint.|
| _ObjectName_|Optional|**Variant**|A string expression that's the valid name of an object of the type selected by the _objecttype_ argument.|
diff --git a/api/Access.DoCmd.Requery.md b/api/Access.DoCmd.Requery.md
index 8a9ff450deb..7cc29bb4bf5 100644
--- a/api/Access.DoCmd.Requery.md
+++ b/api/Access.DoCmd.Requery.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Requery Method (Access)
+title: DoCmd.Requery method (Access)
keywords: vbaac10.chm4170
f1_keywords:
- vbaac10.chm4170
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.Requery Method (Access)
+# DoCmd.Requery method (Access)
Carries out the Requery action in Visual Basic.
## Syntax
- _expression_. `Requery`( ` _ControlName_` )
+_expression_. `Requery`( ` _ControlName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ControlName_|Optional|**Variant**|A string expression that's the name of a control on the active object.|
diff --git a/api/Access.DoCmd.Restore.md b/api/Access.DoCmd.Restore.md
index 7cd20767993..558aad1b55a 100644
--- a/api/Access.DoCmd.Restore.md
+++ b/api/Access.DoCmd.Restore.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Restore Method (Access)
+title: DoCmd.Restore method (Access)
keywords: vbaac10.chm4171
f1_keywords:
- vbaac10.chm4171
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.Restore Method (Access)
+# DoCmd.Restore method (Access)
The **Restore** method carries out the Restore action in Visual Basic.
## Syntax
- _expression_. `Restore`
+_expression_. `Restore`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.RunCommand.md b/api/Access.DoCmd.RunCommand.md
index 9e050933c16..f337e662234 100644
--- a/api/Access.DoCmd.RunCommand.md
+++ b/api/Access.DoCmd.RunCommand.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.RunCommand Method (Access)
+title: DoCmd.RunCommand method (Access)
keywords: vbaac10.chm4174
f1_keywords:
- vbaac10.chm4174
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.RunCommand Method (Access)
+# DoCmd.RunCommand method (Access)
The **RunCommand** method runs a built-in command.
## Syntax
- _expression_. `RunCommand`( ` _Command_` )
+_expression_. `RunCommand`( ` _Command_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Command_|Required|**AcCommand**|An **[AcCommand](Access.AcCommand.md)** constant that specifies the commend to run.|
diff --git a/api/Access.DoCmd.RunDataMacro.md b/api/Access.DoCmd.RunDataMacro.md
index 36c4ae2581e..e2c9d5ab91e 100644
--- a/api/Access.DoCmd.RunDataMacro.md
+++ b/api/Access.DoCmd.RunDataMacro.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.RunDataMacro Method (Access)
+title: DoCmd.RunDataMacro method (Access)
keywords: vbaac10.chm5978
f1_keywords:
- vbaac10.chm5978
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.RunDataMacro Method (Access)
+# DoCmd.RunDataMacro method (Access)
Use the **RunDataMacro** method to run a named data macro from Visual Basic.
## Syntax
- _expression_. `RunDataMacro`( ` _MacroName_` )
+_expression_. `RunDataMacro`( ` _MacroName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MacroName_|Required|**Variant**|Name of the saved macro. The name must include the name of the table to which the data macro is attached (for example, "Comments.AddComment").|
diff --git a/api/Access.DoCmd.RunMacro.md b/api/Access.DoCmd.RunMacro.md
index a4328f9b848..b8791dca7ca 100644
--- a/api/Access.DoCmd.RunMacro.md
+++ b/api/Access.DoCmd.RunMacro.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.RunMacro Method (Access)
+title: DoCmd.RunMacro method (Access)
keywords: vbaac10.chm4175
f1_keywords:
- vbaac10.chm4175
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.RunMacro Method (Access)
+# DoCmd.RunMacro method (Access)
The **RunMacro** method carries out the RunMacro action in Visual Basic.
## Syntax
- _expression_. `RunMacro`( ` _MacroName_`, ` _RepeatCount_`, ` _RepeatExpression_` )
+_expression_. `RunMacro`( ` _MacroName_`, ` _RepeatCount_`, ` _RepeatExpression_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MacroName_|Required|**Variant**|A string expression that's the valid name of a macro in the current database. If you run Visual Basic code containing the **RunMacro** method in a library database, Microsoft Access looks for the macro with this name in the library database and doesn't look for it in the current database.|
| _RepeatCount_|Optional|**Variant**|A numeric expression that evaluates to an integer, which is the number of times the macro will run.|
diff --git a/api/Access.DoCmd.RunSQL.md b/api/Access.DoCmd.RunSQL.md
index 32381b7a1a0..1f51d556d0f 100644
--- a/api/Access.DoCmd.RunSQL.md
+++ b/api/Access.DoCmd.RunSQL.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.RunSQL Method (Access)
+title: DoCmd.RunSQL method (Access)
keywords: vbaac10.chm4176
f1_keywords:
- vbaac10.chm4176
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.RunSQL Method (Access)
+# DoCmd.RunSQL method (Access)
The **RunSQL** method carries out the RunSQL action in Visual Basic.
## Syntax
- _expression_. `RunSQL`( ` _SQLStatement_`, ` _UseTransaction_` )
+_expression_. `RunSQL`( ` _SQLStatement_`, ` _UseTransaction_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SQLStatement_|Required|**Variant**|A string expression that's a valid SQL statement for an action query or a data-definition query. It uses an INSERT INTO, DELETE, SELECT...INTO, UPDATE, CREATE TABLE, ALTER TABLE, DROP TABLE, CREATE INDEX, or DROP INDEX statement. Include an IN clause if you want to access another database.|
| _UseTransaction_|Optional|**Variant**|Use **True** (?1) to include this query in a transaction. Use **False** (0) if you don't want to use a transaction. If you leave this argument blank, the default (**True**) is assumed.|
diff --git a/api/Access.DoCmd.RunSavedImportExport.md b/api/Access.DoCmd.RunSavedImportExport.md
index 56fddafb391..5431d1dc8f8 100644
--- a/api/Access.DoCmd.RunSavedImportExport.md
+++ b/api/Access.DoCmd.RunSavedImportExport.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.RunSavedImportExport Method (Access)
+title: DoCmd.RunSavedImportExport method (Access)
keywords: vbaac10.chm5878
f1_keywords:
- vbaac10.chm5878
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.RunSavedImportExport Method (Access)
+# DoCmd.RunSavedImportExport method (Access)
Run a saved import or export specification.
## Syntax
- _expression_. `RunSavedImportExport`( ` _SavedImportExportName_` )
+_expression_. `RunSavedImportExport`( ` _SavedImportExportName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SavedImportExportName_|Required|**Variant**| The name of a saved import or export specification to run.|
diff --git a/api/Access.DoCmd.Save.md b/api/Access.DoCmd.Save.md
index b9648f901d6..c72810e2964 100644
--- a/api/Access.DoCmd.Save.md
+++ b/api/Access.DoCmd.Save.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.Save Method (Access)
+title: DoCmd.Save method (Access)
keywords: vbaac10.chm4177
f1_keywords:
- vbaac10.chm4177
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.Save Method (Access)
+# DoCmd.Save method (Access)
The **Save** method carries out the Save action in Visual Basic.
## Syntax
- _expression_. `Save`( ` _ObjectType_`, ` _ObjectName_` )
+_expression_. `Save`( ` _ObjectType_`, ` _ObjectName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Optional|**AcObjectType**|A **[AcObjectType](Access.AcObjectType.md)** constant that specifies the type of object you want to save.|
| _ObjectName_|Optional|**Variant**|A string expression that's the valid name of an object of the type selected by the _objecttype_ argument.|
diff --git a/api/Access.DoCmd.SearchForRecord.md b/api/Access.DoCmd.SearchForRecord.md
index f691dda6f43..3bc645603b4 100644
--- a/api/Access.DoCmd.SearchForRecord.md
+++ b/api/Access.DoCmd.SearchForRecord.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SearchForRecord Method (Access)
+title: DoCmd.SearchForRecord method (Access)
keywords: vbaac10.chm5765
f1_keywords:
- vbaac10.chm5765
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# DoCmd.SearchForRecord Method (Access)
+# DoCmd.SearchForRecord method (Access)
You can use the **SearchForRecord** method to search for a specific record in a table, query, form, or report.
@@ -25,7 +25,7 @@ _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Optional|**AcDataObjectType**|An **[AcDataObjectType](Access.AcDataObjectType.md)** constant that specifies the type of database object in which you are searching. The default value is **acActiveDataObject**.|
| _ObjectName_|Optional|**Variant**|The name of the database object that contains the record to search for.|
diff --git a/api/Access.DoCmd.SelectObject.md b/api/Access.DoCmd.SelectObject.md
index 2aaf174f450..e08b7350019 100644
--- a/api/Access.DoCmd.SelectObject.md
+++ b/api/Access.DoCmd.SelectObject.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SelectObject Method (Access)
+title: DoCmd.SelectObject method (Access)
keywords: vbaac10.chm4178
f1_keywords:
- vbaac10.chm4178
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.SelectObject Method (Access)
+# DoCmd.SelectObject method (Access)
The **SelectObject** method carries out the SelectObject action in Visual Basic.
## Syntax
- _expression_. `SelectObject`( ` _ObjectType_`, ` _ObjectName_`, ` _InNavigationPane_` )
+_expression_. `SelectObject`( ` _ObjectType_`, ` _ObjectName_`, ` _InNavigationPane_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**AcObjectType**|A **[AcObjectType](Access.AcObjectType.md)** constant that specifies the type of object you want to select.|
| _ObjectName_|Optional|**Variant**|A string expression that's the valid name of an object of the type selected by the _objecttype_ argument. This is a required argument, unless you specify **True** (?1) for the _InNavigationPane_ argument.|
diff --git a/api/Access.DoCmd.SendObject.md b/api/Access.DoCmd.SendObject.md
index ce0041590d7..b6251002762 100644
--- a/api/Access.DoCmd.SendObject.md
+++ b/api/Access.DoCmd.SendObject.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SendObject Method (Access)
+title: DoCmd.SendObject method (Access)
keywords: vbaac10.chm4180
f1_keywords:
- vbaac10.chm4180
@@ -11,7 +11,7 @@ ms.date: 11/30/2017
---
-# DoCmd.SendObject Method (Access)
+# DoCmd.SendObject method (Access)
The **SendObject** method carries out the **SendObject** action in Visual Basic.
@@ -25,7 +25,7 @@ _expression_ A variable that represents a **DoCmd** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Optional|**AcSendObjectType**|A **[AcSendObjectType](Access.AcSendObjectType.md)** constant that specifies the type of object to send.|
| _ObjectName_|Optional|**Variant**|A string expression that's the valid name of an object of the type selected by the _ObjectType_ argument. If you want to include the active object in the mail message, specify the object's type with the _ObjectType_ argument and leave this argument blank. If you leave both the _ObjectType_ and _ObjectName_ arguments blank (the default constant, **acSendNoObject**, is assumed for the _ObjectType_ argument), Microsoft Access sends a message to the electronic mail application without an included database object. If you run Visual Basic code containing the **SendObject** method in a library database, Microsoft Access looks for the object with this name first in the library database, then in the current database.|
diff --git a/api/Access.DoCmd.SetDisplayedCategories.md b/api/Access.DoCmd.SetDisplayedCategories.md
index c3b48c511cc..5d29ea83af4 100644
--- a/api/Access.DoCmd.SetDisplayedCategories.md
+++ b/api/Access.DoCmd.SetDisplayedCategories.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SetDisplayedCategories Method (Access)
+title: DoCmd.SetDisplayedCategories method (Access)
keywords: vbaac10.chm5851
f1_keywords:
- vbaac10.chm5851
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.SetDisplayedCategories Method (Access)
+# DoCmd.SetDisplayedCategories method (Access)
Specifies which categories are displayed under **Navigate to Category** in the title bar of the Navigation Pane. .
## Syntax
- _expression_. `SetDisplayedCategories`( ` _Show_`, ` _Category_` )
+_expression_. `SetDisplayedCategories`( ` _Show_`, ` _Category_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Required|**Variant**|Set to Yes to show the category or categories. Set to No to hide them.|
| _Category_|Optional|**Variant**|The name of the category you want to show or hide. Leave blank to show or hide all categories.|
diff --git a/api/Access.DoCmd.SetFilter.md b/api/Access.DoCmd.SetFilter.md
index d2f45c444e8..b4d2c06cfa2 100644
--- a/api/Access.DoCmd.SetFilter.md
+++ b/api/Access.DoCmd.SetFilter.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SetFilter Method (Access)
+title: DoCmd.SetFilter method (Access)
keywords: vbaac10.chm6000
f1_keywords:
- vbaac10.chm6000
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.SetFilter Method (Access)
+# DoCmd.SetFilter method (Access)
Use the **SetFilter** method to apply a filter to the records in the active datasheet, form, report, or table.
## Syntax
- _expression_. `SetFilter`( ` _FilterName_`, ` _WhereCondition_`, ` _ControlName_` )
+_expression_. `SetFilter`( ` _FilterName_`, ` _WhereCondition_`, ` _ControlName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FilterName_|Optional|**Variant**|If provided, the name of a query or of a filter saved as a query. This argument or the WhereCondition argument is required.|
| _WhereCondition_|Optional|**Variant**|If provided, a SQL WHERE clause that restricts the records in the datasheet, form, report, or table.|
diff --git a/api/Access.DoCmd.SetMenuItem.md b/api/Access.DoCmd.SetMenuItem.md
index 061b13ee201..bd3d896e235 100644
--- a/api/Access.DoCmd.SetMenuItem.md
+++ b/api/Access.DoCmd.SetMenuItem.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SetMenuItem Method (Access)
+title: DoCmd.SetMenuItem method (Access)
keywords: vbaac10.chm4181
f1_keywords:
- vbaac10.chm4181
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.SetMenuItem Method (Access)
+# DoCmd.SetMenuItem method (Access)
The **SetMenuItem** method carries out the SetMenuItem action in Visual Basic.
## Syntax
- _expression_. `SetMenuItem`( ` _MenuIndex_`, ` _CommandIndex_`, ` _SubcommandIndex_`, ` _Flag_` )
+_expression_. `SetMenuItem`( ` _MenuIndex_`, ` _CommandIndex_`, ` _SubcommandIndex_`, ` _Flag_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MenuIndex_|Required|**Variant**|An integer, counting from 0, that's the valid index of a menu on the custom menu bar or global menu bar for the active window, as defined in the menu bar macro for the custom menu bar or global menu bar. If you select a menu with this argument and leave the commandindex and subcommandindex arguments blank (or set them to ?1), you can enable or disable the menu name itself. You can't, however, check or uncheck a menu name (Microsoft Access ignores the **acMenuCheck** and **acMenuUncheck** settings for the flag argument for menu names).|
| _CommandIndex_|Optional|**Variant**|An integer, counting from 0, that's the valid index of a command on the menu selected by the menuindex argument, as defined in the macro group that defines the selected menu for the custom menu bar or global menu bar for the active window.|
diff --git a/api/Access.DoCmd.SetOrderBy.md b/api/Access.DoCmd.SetOrderBy.md
index 1c2f1f4c36a..446fecfddef 100644
--- a/api/Access.DoCmd.SetOrderBy.md
+++ b/api/Access.DoCmd.SetOrderBy.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SetOrderBy Method (Access)
+title: DoCmd.SetOrderBy method (Access)
keywords: vbaac10.chm5980
f1_keywords:
- vbaac10.chm5980
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.SetOrderBy Method (Access)
+# DoCmd.SetOrderBy method (Access)
Use the **SetOrderBy** method to apply a sort to the active datasheet, form, report, or table.
## Syntax
- _expression_. `SetOrderBy`( ` _OrderBy_`, ` _ControlName_` )
+_expression_. `SetOrderBy`( ` _OrderBy_`, ` _ControlName_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OrderBy_|Required|**Variant**|A string expression that includes the name of the field or fields on which to sort records and the optional ASC or DESC keywords.|
| _ControlName_|Optional|**Variant**|If provided and the active object is a form or report, the name of the control that corresponds to the subform or subreport that will be sorted. If empty and the active object is a form or report, the parent form or report is sorted.|
diff --git a/api/Access.DoCmd.SetParameter.md b/api/Access.DoCmd.SetParameter.md
index 5bc41b22d5a..58744e8bddb 100644
--- a/api/Access.DoCmd.SetParameter.md
+++ b/api/Access.DoCmd.SetParameter.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SetParameter Method (Access)
+title: DoCmd.SetParameter method (Access)
keywords: vbaac10.chm5977
f1_keywords:
- vbaac10.chm5977
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.SetParameter Method (Access)
+# DoCmd.SetParameter method (Access)
Use the **SetParameter** method to create a parameter for use by the **[BrowseTo ](Access.DoCmd.BrowseTo.md)**, **[OpenForm](Access.DoCmd.OpenForm.md)**, **[OpenQuery](Access.DoCmd.OpenQuery.md)**, **[OpenReport](Access.DoCmd.OpenReport.md)**, or **[RunDataMacro](Access.DoCmd.RunDataMacro.md)** methods.
## Syntax
- _expression_. `SetParameter`( ` _Name_`, ` _Expression_` )
+_expression_. `SetParameter`( ` _Name_`, ` _Expression_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**Variant**|The name of the parameter. The name must match the name of the parameter expected by the **BrowseTo**, **OpenForm**, **OpenQuery**, **OpenReport**, or **RunDataMacro** method.|
| _Expression_|Required|**Variant**|An expression that evaluates to a value to assign to the parameter.|
diff --git a/api/Access.DoCmd.SetProperty.md b/api/Access.DoCmd.SetProperty.md
index 0afd4c7583e..82a518ca7eb 100644
--- a/api/Access.DoCmd.SetProperty.md
+++ b/api/Access.DoCmd.SetProperty.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SetProperty Method (Access)
+title: DoCmd.SetProperty method (Access)
keywords: vbaac10.chm5775
f1_keywords:
- vbaac10.chm5775
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.SetProperty Method (Access)
+# DoCmd.SetProperty method (Access)
The **SetProperty** method carries out the SetProperty action in Visual Basic.
## Syntax
- _expression_. `SetProperty`( ` _ControlName_`, ` _Property_`, ` _Value_` )
+_expression_. `SetProperty`( ` _ControlName_`, ` _Property_`, ` _Value_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ControlName_|Required|**Variant**|The name of the field or control for which you want to set the property value. Leave this argument blank to set the property for the current form or report.|
| _Property_|Optional|**Variant**|A **[AcProperty](Access.AcProperty.md)** constant that specifies the property that you want to set.|
diff --git a/api/Access.DoCmd.SetWarnings.md b/api/Access.DoCmd.SetWarnings.md
index c7d2c822229..034423c2e54 100644
--- a/api/Access.DoCmd.SetWarnings.md
+++ b/api/Access.DoCmd.SetWarnings.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SetWarnings Method (Access)
+title: DoCmd.SetWarnings method (Access)
keywords: vbaac10.chm4183
f1_keywords:
- vbaac10.chm4183
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.SetWarnings Method (Access)
+# DoCmd.SetWarnings method (Access)
The **SetWarnings** method carries out the SetWarnings action in Visual Basic.
## Syntax
- _expression_. `SetWarnings`( ` _WarningsOn_` )
+_expression_. `SetWarnings`( ` _WarningsOn_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _WarningsOn_|Required|**Variant**|Use **True** (?1) to turn on the display of system messages and **False** (0) to turn it off.|
diff --git a/api/Access.DoCmd.ShowAllRecords.md b/api/Access.DoCmd.ShowAllRecords.md
index b654ae059d3..276fff9315d 100644
--- a/api/Access.DoCmd.ShowAllRecords.md
+++ b/api/Access.DoCmd.ShowAllRecords.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.ShowAllRecords Method (Access)
+title: DoCmd.ShowAllRecords method (Access)
keywords: vbaac10.chm4184
f1_keywords:
- vbaac10.chm4184
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.ShowAllRecords Method (Access)
+# DoCmd.ShowAllRecords method (Access)
The **ShowAllRecords** method carries out the ShowAllRecords action in Visual Basic.
## Syntax
- _expression_. `ShowAllRecords`
+_expression_. `ShowAllRecords`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.ShowToolbar.md b/api/Access.DoCmd.ShowToolbar.md
index 8285365191f..dcb8c790cc9 100644
--- a/api/Access.DoCmd.ShowToolbar.md
+++ b/api/Access.DoCmd.ShowToolbar.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.ShowToolbar Method (Access)
+title: DoCmd.ShowToolbar method (Access)
keywords: vbaac10.chm4185
f1_keywords:
- vbaac10.chm4185
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.ShowToolbar Method (Access)
+# DoCmd.ShowToolbar method (Access)
The **ShowToolbar** method carries out the ShowToolbar action in Visual Basic.
## Syntax
- _expression_. `ShowToolbar`( ` _ToolbarName_`, ` _Show_` )
+_expression_. `ShowToolbar`( ` _ToolbarName_`, ` _Show_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ToolbarName_|Required|**Variant**|A string expression that's the valid name of a custom toolbar you've created. If you run Visual Basic code containing the **ShowToolbar** method in a library database, Microsoft Access looks for the toolbar with this name first in the library database, then in the current database.|
| _Show_|Optional|**AcShowToolbar**| An[AcShowToolbar](Access.AcShowToolbar.md) constant that specifies whether to display or hide the toolbar and in which views to display or hide it. The default value is **acToolbarYes**.|
diff --git a/api/Access.DoCmd.SingleStep.md b/api/Access.DoCmd.SingleStep.md
index c50d5acd20b..0bcf04a5b0e 100644
--- a/api/Access.DoCmd.SingleStep.md
+++ b/api/Access.DoCmd.SingleStep.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.SingleStep Method (Access)
+title: DoCmd.SingleStep method (Access)
keywords: vbaac10.chm5766
f1_keywords:
- vbaac10.chm5766
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# DoCmd.SingleStep Method (Access)
+# DoCmd.SingleStep method (Access)
Pauses macro execution and opens the **Macro Single Step** dialog box.
## Syntax
- _expression_. `SingleStep`
+_expression_. `SingleStep`
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
## Remarks
diff --git a/api/Access.DoCmd.TransferDatabase.md b/api/Access.DoCmd.TransferDatabase.md
index 2f7d02da398..ceebafc1742 100644
--- a/api/Access.DoCmd.TransferDatabase.md
+++ b/api/Access.DoCmd.TransferDatabase.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.TransferDatabase Method (Access)
+title: DoCmd.TransferDatabase method (Access)
keywords: vbaac10.chm4188
f1_keywords:
- vbaac10.chm4188
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.TransferDatabase Method (Access)
+# DoCmd.TransferDatabase method (Access)
The **TransferDatabase** method carries out the TransferDatabase action in Visual Basic.
## Syntax
- _expression_. `TransferDatabase`( ` _TransferType_`, ` _DatabaseType_`, ` _DatabaseName_`, ` _ObjectType_`, ` _Source_`, ` _Destination_`, ` _StructureOnly_`, ` _StoreLogin_` )
+_expression_. `TransferDatabase`( ` _TransferType_`, ` _DatabaseType_`, ` _DatabaseName_`, ` _ObjectType_`, ` _Source_`, ` _Destination_`, ` _StructureOnly_`, ` _StoreLogin_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TransferType_|Optional|**[AcDataTransferType](Access.AcDataTransferType.md)**|The type of transfer you want to make.|
| _DatabaseType_|Optional|**Variant**|A string expression that's the name of one of the types of databases you can use to import, export, or link data. The DatatbaseType parameter is required for exporting and link data actions but not required for importing actions. The types or databases are:|
diff --git a/api/Access.DoCmd.TransferSQLDatabase.md b/api/Access.DoCmd.TransferSQLDatabase.md
index 68c417b727b..2b9e7fd662c 100644
--- a/api/Access.DoCmd.TransferSQLDatabase.md
+++ b/api/Access.DoCmd.TransferSQLDatabase.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.TransferSQLDatabase Method (Access)
+title: DoCmd.TransferSQLDatabase method (Access)
keywords: vbaac10.chm5085
f1_keywords:
- vbaac10.chm5085
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.TransferSQLDatabase Method (Access)
+# DoCmd.TransferSQLDatabase method (Access)
Transfers the entire specified Microsoft SQL Server database to another SQL Server database.
## Syntax
- _expression_. `TransferSQLDatabase`( ` _Server_`, ` _Database_`, ` _UseTrustedConnection_`, ` _Login_`, ` _Password_`, ` _TransferCopyData_` )
+_expression_. `TransferSQLDatabase`( ` _Server_`, ` _Database_`, ` _UseTrustedConnection_`, ` _Login_`, ` _Password_`, ` _TransferCopyData_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Server_|Required|**Variant**|The name of the SQL Server to which the database will be transferred.|
| _Database_|Required|**Variant**|The name of the new database on the specified server.|
diff --git a/api/Access.DoCmd.TransferSharePointList.md b/api/Access.DoCmd.TransferSharePointList.md
index 7a7335338a2..62bff16f28d 100644
--- a/api/Access.DoCmd.TransferSharePointList.md
+++ b/api/Access.DoCmd.TransferSharePointList.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.TransferSharePointList Method (Access)
+title: DoCmd.TransferSharePointList method (Access)
keywords: vbaac10.chm5618
f1_keywords:
- vbaac10.chm5618
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# DoCmd.TransferSharePointList Method (Access)
+# DoCmd.TransferSharePointList method (Access)
You can use the **TransferSharePointList** method to import or link data from a SharePoint Foundation site.
## Syntax
- _expression_. `TransferSharePointList`( ` _TransferType_`, ` _SiteAddress_`, ` _ListID_`, ` _ViewID_`, ` _TableName_`, ` _GetLookupDisplayValues_` )
+_expression_. `TransferSharePointList`( ` _TransferType_`, ` _SiteAddress_`, ` _ListID_`, ` _ViewID_`, ` _TableName_`, ` _GetLookupDisplayValues_` )
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TransferType_|Required|**AcSharePointListTransferType**|An **[AcSharePointListTransferType](Access.AcSharePointListTransferType.md)** constant that specifies the type of transfer to make.|
| _SiteAddress_|Required|**Variant**|The full path of the SharePoint site.|
diff --git a/api/Access.DoCmd.TransferSpreadsheet.md b/api/Access.DoCmd.TransferSpreadsheet.md
index 40a049403dc..dac19706b08 100644
--- a/api/Access.DoCmd.TransferSpreadsheet.md
+++ b/api/Access.DoCmd.TransferSpreadsheet.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.TransferSpreadsheet Method (Access)
+title: DoCmd.TransferSpreadsheet method (Access)
keywords: vbaac10.chm4189
f1_keywords:
- vbaac10.chm4189
@@ -11,21 +11,21 @@ ms.date: 06/08/2017
---
-# DoCmd.TransferSpreadsheet Method (Access)
+# DoCmd.TransferSpreadsheet method (Access)
The **TransferSpreadsheet** method carries out the TransferSpreadsheet action in Visual Basic.
## Syntax
- _expression_. `TransferSpreadsheet` (`_TransferType_`, `_SpreadsheetType_`, `_TableName_`, `_FileName_`, `_HasFieldNames_`, `_Range_`, `_UseOA_`)
+_expression_. `TransferSpreadsheet` (`_TransferType_`, `_SpreadsheetType_`, `_TableName_`, `_FileName_`, `_HasFieldNames_`, `_Range_`, `_UseOA_`)
- _expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
+_expression_ A variable that represents a [DoCmd](Access.DoCmd.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TransferType_|Optional|[AcDataTransferType](Access.AcDataTransferType.md)|The type of transfer you want to make. The default value is **acImport**.|
| _SpreadsheetType_|Optional|[AcSpreadSheetType](Access.AcSpreadSheetType.md)|The type of spreadsheet to import from, export to, or link to. |
diff --git a/api/Access.DoCmd.TransferText.md b/api/Access.DoCmd.TransferText.md
index 7faa79c1475..2834ae795cc 100644
--- a/api/Access.DoCmd.TransferText.md
+++ b/api/Access.DoCmd.TransferText.md
@@ -1,5 +1,5 @@
---
-title: DoCmd.TransferText Method (Access)
+title: DoCmd.TransferText method (Access)
keywords: vbaac10.chm4190
f1_keywords:
- vbaac10.chm4190
@@ -11,7 +11,7 @@ ms.date: 11/30/2017
---
-# DoCmd.TransferText Method (Access)
+# DoCmd.TransferText method (Access)
The **TransferText** method carries out the **TransferText** action in Visual Basic.
@@ -25,7 +25,7 @@ _expression_ A variable that represents a **DoCmd** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|_TransferType_|Optional|[AcTextTransferType](Access.AcTextTransferType.md)|The type of transfer you want to make. You can import data from, export data to, or link to data in delimited or fixed-width text files or HTML files. The default value is **acImportDelim**. Only **acImportDelim**, **acImportFixed**, **acExportDelim**, **acExportFixed**, or **acExportMerge** transfer types are supported in a Microsoft Access project (.adp).|
|_SpecificationName_|Optional|**Variant**|A string expression that's the name of an import or export specification you've created and saved in the current database. For a fixed-width text file, you must either specify an argument or use a schema.ini file, which must be stored in the same folder as the imported, linked, or exported text file. To create a schema file, you can use the text import/export wizard to create the file. For delimited text files and Microsoft Word mail merge data files, you can leave this argument blank to select the default import/export specifications.|
diff --git a/api/Access.DoCmd.md b/api/Access.DoCmd.md
index 1d3e46bf79a..d14e137a969 100644
--- a/api/Access.DoCmd.md
+++ b/api/Access.DoCmd.md
@@ -1,5 +1,5 @@
---
-title: DoCmd Object (Access)
+title: DoCmd object (Access)
keywords: vbaac10.chm4241
f1_keywords:
- vbaac10.chm4241
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# DoCmd Object (Access)
+# DoCmd object (Access)
You can use the methods of the **DoCmd** object to run Microsoft Office Access actions from Visual Basic. An action performs tasks such as closing windows, opening forms, and setting the value of controls.
diff --git a/api/Access.EmptyCell.Application.md b/api/Access.EmptyCell.Application.md
index cb84099bf68..8bb9a2996e7 100644
--- a/api/Access.EmptyCell.Application.md
+++ b/api/Access.EmptyCell.Application.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Application Property (Access)
+title: EmptyCell.Application property (Access)
keywords: vbaac10.chm14297
f1_keywords:
- vbaac10.chm14297
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Application Property (Access)
+# EmptyCell.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.BackColor.md b/api/Access.EmptyCell.BackColor.md
index 877a5ab223c..ee78c781871 100644
--- a/api/Access.EmptyCell.BackColor.md
+++ b/api/Access.EmptyCell.BackColor.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.BackColor Property (Access)
+title: EmptyCell.BackColor property (Access)
keywords: vbaac10.chm14312
f1_keywords:
- vbaac10.chm14312
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.BackColor Property (Access)
+# EmptyCell.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.BackShade.md b/api/Access.EmptyCell.BackShade.md
index 6ab5066f124..e133be66f80 100644
--- a/api/Access.EmptyCell.BackShade.md
+++ b/api/Access.EmptyCell.BackShade.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.BackShade Property (Access)
+title: EmptyCell.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.BackShade Property (Access)
+# EmptyCell.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.BackStyle.md b/api/Access.EmptyCell.BackStyle.md
index daf221db3ca..73a7819a3fe 100644
--- a/api/Access.EmptyCell.BackStyle.md
+++ b/api/Access.EmptyCell.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.BackStyle Property (Access)
+title: EmptyCell.BackStyle property (Access)
keywords: vbaac10.chm14311
f1_keywords:
- vbaac10.chm14311
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.BackStyle Property (Access)
+# EmptyCell.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.BackThemeColorIndex.md b/api/Access.EmptyCell.BackThemeColorIndex.md
index ce57e1c45e4..06858536e5d 100644
--- a/api/Access.EmptyCell.BackThemeColorIndex.md
+++ b/api/Access.EmptyCell.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.BackThemeColorIndex Property (Access)
+title: EmptyCell.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.BackThemeColorIndex Property (Access)
+# EmptyCell.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.BackTint.md b/api/Access.EmptyCell.BackTint.md
index 0acd5dcaa32..103d3f5ab93 100644
--- a/api/Access.EmptyCell.BackTint.md
+++ b/api/Access.EmptyCell.BackTint.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.BackTint Property (Access)
+title: EmptyCell.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.BackTint Property (Access)
+# EmptyCell.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.BottomPadding.md b/api/Access.EmptyCell.BottomPadding.md
index 7a16e6b1f15..b40fac403e5 100644
--- a/api/Access.EmptyCell.BottomPadding.md
+++ b/api/Access.EmptyCell.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.BottomPadding Property (Access)
+title: EmptyCell.BottomPadding property (Access)
keywords: vbaac10.chm14330
f1_keywords:
- vbaac10.chm14330
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.BottomPadding Property (Access)
+# EmptyCell.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## See also
diff --git a/api/Access.EmptyCell.ControlType.md b/api/Access.EmptyCell.ControlType.md
index 9b9d08f304c..1519b25eb30 100644
--- a/api/Access.EmptyCell.ControlType.md
+++ b/api/Access.EmptyCell.ControlType.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.ControlType Property (Access)
+title: EmptyCell.ControlType property (Access)
keywords: vbaac10.chm14304
f1_keywords:
- vbaac10.chm14304
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.ControlType Property (Access)
+# EmptyCell.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.DisplayWhen.md b/api/Access.EmptyCell.DisplayWhen.md
index 4d21f9ef493..4eb11c58f51 100644
--- a/api/Access.EmptyCell.DisplayWhen.md
+++ b/api/Access.EmptyCell.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.DisplayWhen Property (Access)
+title: EmptyCell.DisplayWhen property (Access)
keywords: vbaac10.chm14306
f1_keywords:
- vbaac10.chm14306
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.DisplayWhen Property (Access)
+# EmptyCell.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.EventProcPrefix.md b/api/Access.EmptyCell.EventProcPrefix.md
index a1c45af5e6d..ed51022ccd6 100644
--- a/api/Access.EmptyCell.EventProcPrefix.md
+++ b/api/Access.EmptyCell.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.EventProcPrefix Property (Access)
+title: EmptyCell.EventProcPrefix property (Access)
keywords: vbaac10.chm14302
f1_keywords:
- vbaac10.chm14302
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.EventProcPrefix Property (Access)
+# EmptyCell.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineColor.md b/api/Access.EmptyCell.GridlineColor.md
index bcab990e633..680be2105de 100644
--- a/api/Access.EmptyCell.GridlineColor.md
+++ b/api/Access.EmptyCell.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineColor Property (Access)
+title: EmptyCell.GridlineColor property (Access)
keywords: vbaac10.chm14339
f1_keywords:
- vbaac10.chm14339
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineColor Property (Access)
+# EmptyCell.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified list box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineShade.md b/api/Access.EmptyCell.GridlineShade.md
index 88ced636629..13489d30129 100644
--- a/api/Access.EmptyCell.GridlineShade.md
+++ b/api/Access.EmptyCell.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineShade Property (Access)
+title: EmptyCell.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineShade Property (Access)
+# EmptyCell.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineStyleBottom.md b/api/Access.EmptyCell.GridlineStyleBottom.md
index a9373a17618..21b794e1ebe 100644
--- a/api/Access.EmptyCell.GridlineStyleBottom.md
+++ b/api/Access.EmptyCell.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineStyleBottom Property (Access)
+title: EmptyCell.GridlineStyleBottom property (Access)
keywords: vbaac10.chm14334
f1_keywords:
- vbaac10.chm14334
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineStyleBottom Property (Access)
+# EmptyCell.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineStyleLeft.md b/api/Access.EmptyCell.GridlineStyleLeft.md
index 18a9a493a32..497f8cb6f89 100644
--- a/api/Access.EmptyCell.GridlineStyleLeft.md
+++ b/api/Access.EmptyCell.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineStyleLeft Property (Access)
+title: EmptyCell.GridlineStyleLeft property (Access)
keywords: vbaac10.chm14331
f1_keywords:
- vbaac10.chm14331
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineStyleLeft Property (Access)
+# EmptyCell.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineStyleRight.md b/api/Access.EmptyCell.GridlineStyleRight.md
index ec3302ffe3a..1b6409741d5 100644
--- a/api/Access.EmptyCell.GridlineStyleRight.md
+++ b/api/Access.EmptyCell.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineStyleRight Property (Access)
+title: EmptyCell.GridlineStyleRight property (Access)
keywords: vbaac10.chm14333
f1_keywords:
- vbaac10.chm14333
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineStyleRight Property (Access)
+# EmptyCell.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineStyleTop.md b/api/Access.EmptyCell.GridlineStyleTop.md
index 22738f7639e..7cae7b35779 100644
--- a/api/Access.EmptyCell.GridlineStyleTop.md
+++ b/api/Access.EmptyCell.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineStyleTop Property (Access)
+title: EmptyCell.GridlineStyleTop property (Access)
keywords: vbaac10.chm14332
f1_keywords:
- vbaac10.chm14332
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineStyleTop Property (Access)
+# EmptyCell.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineThemeColorIndex.md b/api/Access.EmptyCell.GridlineThemeColorIndex.md
index 289e4395a8b..e9558a26d81 100644
--- a/api/Access.EmptyCell.GridlineThemeColorIndex.md
+++ b/api/Access.EmptyCell.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineThemeColorIndex Property (Access)
+title: EmptyCell.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineThemeColorIndex Property (Access)
+# EmptyCell.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineTint.md b/api/Access.EmptyCell.GridlineTint.md
index 1d753282f71..82ef7b6a336 100644
--- a/api/Access.EmptyCell.GridlineTint.md
+++ b/api/Access.EmptyCell.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineTint Property (Access)
+title: EmptyCell.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineTint Property (Access)
+# EmptyCell.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineWidthBottom.md b/api/Access.EmptyCell.GridlineWidthBottom.md
index dd8d4bc0737..b67fd187695 100644
--- a/api/Access.EmptyCell.GridlineWidthBottom.md
+++ b/api/Access.EmptyCell.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineWidthBottom Property (Access)
+title: EmptyCell.GridlineWidthBottom property (Access)
keywords: vbaac10.chm14338
f1_keywords:
- vbaac10.chm14338
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineWidthBottom Property (Access)
+# EmptyCell.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineWidthLeft.md b/api/Access.EmptyCell.GridlineWidthLeft.md
index 5a149e74a68..b24edd2ca37 100644
--- a/api/Access.EmptyCell.GridlineWidthLeft.md
+++ b/api/Access.EmptyCell.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineWidthLeft Property (Access)
+title: EmptyCell.GridlineWidthLeft property (Access)
keywords: vbaac10.chm14335
f1_keywords:
- vbaac10.chm14335
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineWidthLeft Property (Access)
+# EmptyCell.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineWidthRight.md b/api/Access.EmptyCell.GridlineWidthRight.md
index e601902b0f0..9906250ea69 100644
--- a/api/Access.EmptyCell.GridlineWidthRight.md
+++ b/api/Access.EmptyCell.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineWidthRight Property (Access)
+title: EmptyCell.GridlineWidthRight property (Access)
keywords: vbaac10.chm14337
f1_keywords:
- vbaac10.chm14337
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineWidthRight Property (Access)
+# EmptyCell.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.GridlineWidthTop.md b/api/Access.EmptyCell.GridlineWidthTop.md
index 061213367d3..9c045c6efcb 100644
--- a/api/Access.EmptyCell.GridlineWidthTop.md
+++ b/api/Access.EmptyCell.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.GridlineWidthTop Property (Access)
+title: EmptyCell.GridlineWidthTop property (Access)
keywords: vbaac10.chm14336
f1_keywords:
- vbaac10.chm14336
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.GridlineWidthTop Property (Access)
+# EmptyCell.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.Height.md b/api/Access.EmptyCell.Height.md
index 5c3c87404a8..445c14353b3 100644
--- a/api/Access.EmptyCell.Height.md
+++ b/api/Access.EmptyCell.Height.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Height Property (Access)
+title: EmptyCell.Height property (Access)
keywords: vbaac10.chm14310
f1_keywords:
- vbaac10.chm14310
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Height Property (Access)
+# EmptyCell.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.HelpContextId.md b/api/Access.EmptyCell.HelpContextId.md
index 078b2a98a5b..67e7ee48d8a 100644
--- a/api/Access.EmptyCell.HelpContextId.md
+++ b/api/Access.EmptyCell.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.HelpContextId Property (Access)
+title: EmptyCell.HelpContextId property (Access)
keywords: vbaac10.chm14314
f1_keywords:
- vbaac10.chm14314
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.HelpContextId Property (Access)
+# EmptyCell.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.HorizontalAnchor.md b/api/Access.EmptyCell.HorizontalAnchor.md
index e1014013591..c3666f37225 100644
--- a/api/Access.EmptyCell.HorizontalAnchor.md
+++ b/api/Access.EmptyCell.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.HorizontalAnchor Property (Access)
+title: EmptyCell.HorizontalAnchor property (Access)
keywords: vbaac10.chm14324
f1_keywords:
- vbaac10.chm14324
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.HorizontalAnchor Property (Access)
+# EmptyCell.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the text box is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.InSelection.md b/api/Access.EmptyCell.InSelection.md
index c7414e0669b..7c09a152703 100644
--- a/api/Access.EmptyCell.InSelection.md
+++ b/api/Access.EmptyCell.InSelection.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.InSelection Property (Access)
+title: EmptyCell.InSelection property (Access)
keywords: vbaac10.chm14319
f1_keywords:
- vbaac10.chm14319
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.InSelection Property (Access)
+# EmptyCell.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.IsVisible.md b/api/Access.EmptyCell.IsVisible.md
index 397f96fa8ca..04eca0363a7 100644
--- a/api/Access.EmptyCell.IsVisible.md
+++ b/api/Access.EmptyCell.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.IsVisible Property (Access)
+title: EmptyCell.IsVisible property (Access)
keywords: vbaac10.chm14317
f1_keywords:
- vbaac10.chm14317
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.IsVisible Property (Access)
+# EmptyCell.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.Layout.md b/api/Access.EmptyCell.Layout.md
index 84650c9c153..d25c98d0f6e 100644
--- a/api/Access.EmptyCell.Layout.md
+++ b/api/Access.EmptyCell.Layout.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Layout Property (Access)
+title: EmptyCell.Layout property (Access)
keywords: vbaac10.chm14326
f1_keywords:
- vbaac10.chm14326
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Layout Property (Access)
+# EmptyCell.Layout property (Access)
Returns the type of layout for the specified text box. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## See also
diff --git a/api/Access.EmptyCell.LayoutID.md b/api/Access.EmptyCell.LayoutID.md
index f7a4e80cc68..1d43fdc289c 100644
--- a/api/Access.EmptyCell.LayoutID.md
+++ b/api/Access.EmptyCell.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.LayoutID Property (Access)
+title: EmptyCell.LayoutID property (Access)
keywords: vbaac10.chm14340
f1_keywords:
- vbaac10.chm14340
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.LayoutID Property (Access)
+# EmptyCell.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified text box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.Left.md b/api/Access.EmptyCell.Left.md
index 74cf9861fa3..ca0cc5907a6 100644
--- a/api/Access.EmptyCell.Left.md
+++ b/api/Access.EmptyCell.Left.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Left Property (Access)
+title: EmptyCell.Left property (Access)
keywords: vbaac10.chm14307
f1_keywords:
- vbaac10.chm14307
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Left Property (Access)
+# EmptyCell.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.LeftPadding.md b/api/Access.EmptyCell.LeftPadding.md
index 127c3436946..f56c3f174f8 100644
--- a/api/Access.EmptyCell.LeftPadding.md
+++ b/api/Access.EmptyCell.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.LeftPadding Property (Access)
+title: EmptyCell.LeftPadding property (Access)
keywords: vbaac10.chm14327
f1_keywords:
- vbaac10.chm14327
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.LeftPadding Property (Access)
+# EmptyCell.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## See also
diff --git a/api/Access.EmptyCell.Move.md b/api/Access.EmptyCell.Move.md
index a46aa738f13..97a4b12e38a 100644
--- a/api/Access.EmptyCell.Move.md
+++ b/api/Access.EmptyCell.Move.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Move Method (Access)
+title: EmptyCell.Move method (Access)
keywords: vbaac10.chm14322
f1_keywords:
- vbaac10.chm14322
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# EmptyCell.Move Method (Access)
+# EmptyCell.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**||
| _Top_|Optional|**Variant**||
diff --git a/api/Access.EmptyCell.Name.md b/api/Access.EmptyCell.Name.md
index 9da8399552f..67a54f5854d 100644
--- a/api/Access.EmptyCell.Name.md
+++ b/api/Access.EmptyCell.Name.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Name Property (Access)
+title: EmptyCell.Name property (Access)
keywords: vbaac10.chm14321
f1_keywords:
- vbaac10.chm14321
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Name Property (Access)
+# EmptyCell.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.Parent.md b/api/Access.EmptyCell.Parent.md
index 31a705492a5..0242f283ef5 100644
--- a/api/Access.EmptyCell.Parent.md
+++ b/api/Access.EmptyCell.Parent.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Parent Property (Access)
+title: EmptyCell.Parent property (Access)
keywords: vbaac10.chm14298
f1_keywords:
- vbaac10.chm14298
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Parent Property (Access)
+# EmptyCell.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## See also
diff --git a/api/Access.EmptyCell.Properties.md b/api/Access.EmptyCell.Properties.md
index daca848571c..fa2e0ac112f 100644
--- a/api/Access.EmptyCell.Properties.md
+++ b/api/Access.EmptyCell.Properties.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Properties Property (Access)
+title: EmptyCell.Properties property (Access)
keywords: vbaac10.chm14299
f1_keywords:
- vbaac10.chm14299
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Properties Property (Access)
+# EmptyCell.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.RightPadding.md b/api/Access.EmptyCell.RightPadding.md
index 1ea0ec0ddac..c36b839733c 100644
--- a/api/Access.EmptyCell.RightPadding.md
+++ b/api/Access.EmptyCell.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.RightPadding Property (Access)
+title: EmptyCell.RightPadding property (Access)
keywords: vbaac10.chm14329
f1_keywords:
- vbaac10.chm14329
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.RightPadding Property (Access)
+# EmptyCell.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## See also
diff --git a/api/Access.EmptyCell.Section.md b/api/Access.EmptyCell.Section.md
index eb34872a63b..d2e80dad325 100644
--- a/api/Access.EmptyCell.Section.md
+++ b/api/Access.EmptyCell.Section.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Section Property (Access)
+title: EmptyCell.Section property (Access)
keywords: vbaac10.chm14315
f1_keywords:
- vbaac10.chm14315
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Section Property (Access)
+# EmptyCell.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.ShortcutMenuBar.md b/api/Access.EmptyCell.ShortcutMenuBar.md
index 7cc359f7e65..cef36487f64 100644
--- a/api/Access.EmptyCell.ShortcutMenuBar.md
+++ b/api/Access.EmptyCell.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.ShortcutMenuBar Property (Access)
+title: EmptyCell.ShortcutMenuBar property (Access)
keywords: vbaac10.chm14318
f1_keywords:
- vbaac10.chm14318
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.ShortcutMenuBar Property (Access)
+# EmptyCell.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.SizeToFit.md b/api/Access.EmptyCell.SizeToFit.md
index de4d711595b..4f8d58f2f1a 100644
--- a/api/Access.EmptyCell.SizeToFit.md
+++ b/api/Access.EmptyCell.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.SizeToFit Method (Access)
+title: EmptyCell.SizeToFit method (Access)
keywords: vbaac10.chm14300
f1_keywords:
- vbaac10.chm14300
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.SizeToFit Method (Access)
+# EmptyCell.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.SpecialEffect.md b/api/Access.EmptyCell.SpecialEffect.md
index 6ac80596fa5..128952dbe6c 100644
--- a/api/Access.EmptyCell.SpecialEffect.md
+++ b/api/Access.EmptyCell.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.SpecialEffect Property (Access)
+title: EmptyCell.SpecialEffect property (Access)
keywords: vbaac10.chm14313
f1_keywords:
- vbaac10.chm14313
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.SpecialEffect Property (Access)
+# EmptyCell.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.StatusBarText.md b/api/Access.EmptyCell.StatusBarText.md
index ea87f1ceb0a..9e227cb6ffc 100644
--- a/api/Access.EmptyCell.StatusBarText.md
+++ b/api/Access.EmptyCell.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.StatusBarText Property (Access)
+title: EmptyCell.StatusBarText property (Access)
keywords: vbaac10.chm14341
f1_keywords:
- vbaac10.chm14341
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.StatusBarText Property (Access)
+# EmptyCell.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.Tag.md b/api/Access.EmptyCell.Tag.md
index 54a8d2082f2..603f13b09e2 100644
--- a/api/Access.EmptyCell.Tag.md
+++ b/api/Access.EmptyCell.Tag.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Tag Property (Access)
+title: EmptyCell.Tag property (Access)
keywords: vbaac10.chm14320
f1_keywords:
- vbaac10.chm14320
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Tag Property (Access)
+# EmptyCell.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.Top.md b/api/Access.EmptyCell.Top.md
index f7e156b773d..52342d4648a 100644
--- a/api/Access.EmptyCell.Top.md
+++ b/api/Access.EmptyCell.Top.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Top Property (Access)
+title: EmptyCell.Top property (Access)
keywords: vbaac10.chm14308
f1_keywords:
- vbaac10.chm14308
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Top Property (Access)
+# EmptyCell.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.TopPadding.md b/api/Access.EmptyCell.TopPadding.md
index 9f2475c781d..744177be8bb 100644
--- a/api/Access.EmptyCell.TopPadding.md
+++ b/api/Access.EmptyCell.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.TopPadding Property (Access)
+title: EmptyCell.TopPadding property (Access)
keywords: vbaac10.chm14328
f1_keywords:
- vbaac10.chm14328
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.TopPadding Property (Access)
+# EmptyCell.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## See also
diff --git a/api/Access.EmptyCell.VerticalAnchor.md b/api/Access.EmptyCell.VerticalAnchor.md
index 7ba2e64616f..db064e3d15a 100644
--- a/api/Access.EmptyCell.VerticalAnchor.md
+++ b/api/Access.EmptyCell.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.VerticalAnchor Property (Access)
+title: EmptyCell.VerticalAnchor property (Access)
keywords: vbaac10.chm14325
f1_keywords:
- vbaac10.chm14325
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.VerticalAnchor Property (Access)
+# EmptyCell.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified text box is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.Visible.md b/api/Access.EmptyCell.Visible.md
index 3519493930e..28e2d813316 100644
--- a/api/Access.EmptyCell.Visible.md
+++ b/api/Access.EmptyCell.Visible.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Visible Property (Access)
+title: EmptyCell.Visible property (Access)
keywords: vbaac10.chm14305
f1_keywords:
- vbaac10.chm14305
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Visible Property (Access)
+# EmptyCell.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.Width.md b/api/Access.EmptyCell.Width.md
index 908fd7cdc5c..b3343150a88 100644
--- a/api/Access.EmptyCell.Width.md
+++ b/api/Access.EmptyCell.Width.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell.Width Property (Access)
+title: EmptyCell.Width property (Access)
keywords: vbaac10.chm14309
f1_keywords:
- vbaac10.chm14309
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# EmptyCell.Width Property (Access)
+# EmptyCell.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
+_expression_ A variable that represents an [EmptyCell](Access.EmptyCell.md) object.
## Remarks
diff --git a/api/Access.EmptyCell.md b/api/Access.EmptyCell.md
index 374bcf2c264..a8893031c49 100644
--- a/api/Access.EmptyCell.md
+++ b/api/Access.EmptyCell.md
@@ -1,5 +1,5 @@
---
-title: EmptyCell Object (Access)
+title: EmptyCell object (Access)
keywords: vbaac10.chm14342
f1_keywords:
- vbaac10.chm14342
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# EmptyCell Object (Access)
+# EmptyCell object (Access)
Represents an empty cell in a control layout.
diff --git a/api/Access.Entities.Count.md b/api/Access.Entities.Count.md
index 9d3fa45a62e..6174b2e6015 100644
--- a/api/Access.Entities.Count.md
+++ b/api/Access.Entities.Count.md
@@ -1,5 +1,5 @@
---
-title: Entities.Count Property (Access)
+title: Entities.Count property (Access)
keywords: vbaac10.chm14563
f1_keywords:
- vbaac10.chm14563
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Entities.Count Property (Access)
+# Entities.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [Entities](Access.Entities.md) object.
+_expression_ A variable that represents an [Entities](Access.Entities.md) object.
## See also
diff --git a/api/Access.Entities.Item.md b/api/Access.Entities.Item.md
index 8cc23ea9705..06cfa559440 100644
--- a/api/Access.Entities.Item.md
+++ b/api/Access.Entities.Item.md
@@ -1,5 +1,5 @@
---
-title: Entities.Item Property (Access)
+title: Entities.Item property (Access)
keywords: vbaac10.chm14562
f1_keywords:
- vbaac10.chm14562
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Entities.Item Property (Access)
+# Entities.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Object**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents an [Entities](Access.Entities.md) object.
+_expression_ A variable that represents an [Entities](Access.Entities.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**||
diff --git a/api/Access.Entities.Parent.md b/api/Access.Entities.Parent.md
index 68dbc255362..046623d97d4 100644
--- a/api/Access.Entities.Parent.md
+++ b/api/Access.Entities.Parent.md
@@ -1,5 +1,5 @@
---
-title: Entities.Parent Property (Access)
+title: Entities.Parent property (Access)
keywords: vbaac10.chm14561
f1_keywords:
- vbaac10.chm14561
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Entities.Parent Property (Access)
+# Entities.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [Entities](Access.Entities.md) object.
+_expression_ A variable that represents an [Entities](Access.Entities.md) object.
## See also
diff --git a/api/Access.Entities.md b/api/Access.Entities.md
index 71b4232a8d5..de082c3ece5 100644
--- a/api/Access.Entities.md
+++ b/api/Access.Entities.md
@@ -1,5 +1,5 @@
---
-title: Entities Object (Access)
+title: Entities object (Access)
keywords: vbaac10.chm14560
f1_keywords:
- vbaac10.chm14560
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Entities Object (Access)
+# Entities object (Access)
Represents the collection of entities defined in a Data Service data connection.
diff --git a/api/Access.Entity.Name.md b/api/Access.Entity.Name.md
index da67b281c7c..6536889089d 100644
--- a/api/Access.Entity.Name.md
+++ b/api/Access.Entity.Name.md
@@ -1,5 +1,5 @@
---
-title: Entity.Name Property (Access)
+title: Entity.Name property (Access)
keywords: vbaac10.chm14567
f1_keywords:
- vbaac10.chm14567
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Entity.Name Property (Access)
+# Entity.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [Entity](Access.Entity.md) object.
+_expression_ A variable that represents an [Entity](Access.Entity.md) object.
## Remarks
diff --git a/api/Access.Entity.Operations.md b/api/Access.Entity.Operations.md
index 1a784565913..1e3ce76f15c 100644
--- a/api/Access.Entity.Operations.md
+++ b/api/Access.Entity.Operations.md
@@ -1,5 +1,5 @@
---
-title: Entity.Operations Property (Access)
+title: Entity.Operations property (Access)
keywords: vbaac10.chm14568
f1_keywords:
- vbaac10.chm14568
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Entity.Operations Property (Access)
+# Entity.Operations property (Access)
Gets the collection of operations defined for the specified **[Entity](Access.Entity.md)**. Read-only **[Operations](Access.Operations.md)**.
## Syntax
- _expression_. `Operations`
+_expression_. `Operations`
- _expression_ A variable that represents an [Entity](Access.Entity.md) object.
+_expression_ A variable that represents an [Entity](Access.Entity.md) object.
## See also
diff --git a/api/Access.Entity.Parent.md b/api/Access.Entity.Parent.md
index b2850043c94..9c477bcd1a7 100644
--- a/api/Access.Entity.Parent.md
+++ b/api/Access.Entity.Parent.md
@@ -1,5 +1,5 @@
---
-title: Entity.Parent Property (Access)
+title: Entity.Parent property (Access)
keywords: vbaac10.chm14566
f1_keywords:
- vbaac10.chm14566
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Entity.Parent Property (Access)
+# Entity.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [Entity](Access.Entity.md) object.
+_expression_ A variable that represents an [Entity](Access.Entity.md) object.
## See also
diff --git a/api/Access.Entity.md b/api/Access.Entity.md
index 912d9d6e790..c73b1470230 100644
--- a/api/Access.Entity.md
+++ b/api/Access.Entity.md
@@ -1,5 +1,5 @@
---
-title: Entity Object (Access)
+title: Entity object (Access)
keywords: vbaac10.chm14565
f1_keywords:
- vbaac10.chm14565
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Entity Object (Access)
+# Entity object (Access)
Represents an entity defined in a Data Service data connection.
diff --git a/api/Access.Form.Activate.md b/api/Access.Form.Activate.md
index 3e845e14ce5..36dda422736 100644
--- a/api/Access.Form.Activate.md
+++ b/api/Access.Form.Activate.md
@@ -1,5 +1,5 @@
---
-title: Form.Activate Event (Access)
+title: Form.Activate event (Access)
keywords: vbaac10.chm13646
f1_keywords:
- vbaac10.chm13646
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.Activate Event (Access)
+# Form.Activate event (Access)
The Activate event occurs when a form receives the focus and becomes the active window.
## Syntax
- _expression_. `Activate`
+_expression_. `Activate`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.ActiveControl.md b/api/Access.Form.ActiveControl.md
index 4b09c8f0ce5..2c380fe873f 100644
--- a/api/Access.Form.ActiveControl.md
+++ b/api/Access.Form.ActiveControl.md
@@ -1,5 +1,5 @@
---
-title: Form.ActiveControl Property (Access)
+title: Form.ActiveControl property (Access)
keywords: vbaac10.chm13493
f1_keywords:
- vbaac10.chm13493
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ActiveControl Property (Access)
+# Form.ActiveControl property (Access)
You can use the **ActiveControl** property together with the **[Screen](Access.Screen.md)** object to identify or refer to the control that has the focus. Read-only **Control** object.
## Syntax
- _expression_. `ActiveControl`
+_expression_. `ActiveControl`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AfterDelConfirm(even).md b/api/Access.Form.AfterDelConfirm(even).md
index b63af6538b1..0001ea8b878 100644
--- a/api/Access.Form.AfterDelConfirm(even).md
+++ b/api/Access.Form.AfterDelConfirm(even).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterDelConfirm Event (Access)
+title: Form.AfterDelConfirm event (Access)
keywords: vbaac10.chm13641
f1_keywords:
- vbaac10.chm13641
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.AfterDelConfirm Event (Access)
+# Form.AfterDelConfirm event (Access)
The **AfterDelConfirm** event occurs after the user confirms the deletions and the records are actually deleted or when the deletions are canceled.
## Syntax
- _expression_. `AfterDelConfirm`( ` _Status_` )
+_expression_. `AfterDelConfirm`( ` _Status_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Status_|Required|**Integer**|An intrinsic constant that indicates whether a record has been deleted. **acDeleteOK** indicates the deletion was successful. **acDeleteCancel** indicates the deletion was canceled in Visual Basic. **acDeleteUserCancel** indicates the deletion was canceled by the user.|
diff --git a/api/Access.Form.AfterDelConfirm(property).md b/api/Access.Form.AfterDelConfirm(property).md
index 5494b87cf5f..f36a9389c43 100644
--- a/api/Access.Form.AfterDelConfirm(property).md
+++ b/api/Access.Form.AfterDelConfirm(property).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterDelConfirm Property (Access)
+title: Form.AfterDelConfirm property (Access)
keywords: vbaac10.chm13439,vbaac10.chm4085
f1_keywords:
- vbaac10.chm13439,vbaac10.chm4085
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AfterDelConfirm Property (Access)
+# Form.AfterDelConfirm property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[AfterDelConfirm](Access.Form.AfterDelConfirm(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `AfterDelConfirm`
+_expression_. `AfterDelConfirm`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AfterFinalRender(even).md b/api/Access.Form.AfterFinalRender(even).md
index 600abb0aac0..3d5ddefbb05 100644
--- a/api/Access.Form.AfterFinalRender(even).md
+++ b/api/Access.Form.AfterFinalRender(even).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterFinalRender Event (Access)
+title: Form.AfterFinalRender event (Access)
keywords: vbaac10.chm13681
f1_keywords:
- vbaac10.chm13681
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Form.AfterFinalRender Event (Access)
+# Form.AfterFinalRender event (Access)
Occurs after all elements in the specified PivotChart view have been rendered.
## Syntax
- _expression_. `AfterFinalRender`( ` _drawObject_` )
+_expression_. `AfterFinalRender`( ` _drawObject_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _drawObject_|Required|**Object**|A **ChChartDraw** object. Use the methods and properties of this object to draw objects on the chart.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.AfterFinalRender(property).md b/api/Access.Form.AfterFinalRender(property).md
index 2324809c51d..aa3b1adc16e 100644
--- a/api/Access.Form.AfterFinalRender(property).md
+++ b/api/Access.Form.AfterFinalRender(property).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterFinalRender Property (Access)
+title: Form.AfterFinalRender property (Access)
keywords: vbaac10.chm13548,vbaac10.chm5113
f1_keywords:
- vbaac10.chm13548,vbaac10.chm5113
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AfterFinalRender Property (Access)
+# Form.AfterFinalRender property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[AfterFinalRender](Access.Form.AfterFinalRender(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `AfterFinalRender`
+_expression_. `AfterFinalRender`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AfterInsert(even).md b/api/Access.Form.AfterInsert(even).md
index 88783616135..04e616e1515 100644
--- a/api/Access.Form.AfterInsert(even).md
+++ b/api/Access.Form.AfterInsert(even).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterInsert Event (Access)
+title: Form.AfterInsert event (Access)
keywords: vbaac10.chm13636
f1_keywords:
- vbaac10.chm13636
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.AfterInsert Event (Access)
+# Form.AfterInsert event (Access)
The **AfterInsert** event occurs after a new record is added.
## Syntax
- _expression_. `AfterInsert`
+_expression_. `AfterInsert`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.AfterInsert(property).md b/api/Access.Form.AfterInsert(property).md
index e7b71ef7c9d..397dd8665b0 100644
--- a/api/Access.Form.AfterInsert(property).md
+++ b/api/Access.Form.AfterInsert(property).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterInsert Property (Access)
+title: Form.AfterInsert property (Access)
keywords: vbaac10.chm13433
f1_keywords:
- vbaac10.chm13433
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AfterInsert Property (Access)
+# Form.AfterInsert property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[AfterInsert](Access.Form.AfterInsert(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `AfterInsert`
+_expression_. `AfterInsert`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AfterLayout(even).md b/api/Access.Form.AfterLayout(even).md
index d4d3c509fce..ef9fdfba9be 100644
--- a/api/Access.Form.AfterLayout(even).md
+++ b/api/Access.Form.AfterLayout(even).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterLayout Event (Access)
+title: Form.AfterLayout event (Access)
keywords: vbaac10.chm13682
f1_keywords:
- vbaac10.chm13682
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Form.AfterLayout Event (Access)
+# Form.AfterLayout event (Access)
Occurs after all charts in the specfied PivotChart view have been laid out, but before they have been rendered.
## Syntax
- _expression_. `AfterLayout`( ` _drawObject_`, )
+_expression_. `AfterLayout`( ` _drawObject_`, )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _drawObject_|Required|**Object**|A **ChChartDraw** object. Use the methods and properties of this object to draw objects on the chart.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.AfterLayout(property).md b/api/Access.Form.AfterLayout(property).md
index a0b4ac57e94..24f1dfc0aab 100644
--- a/api/Access.Form.AfterLayout(property).md
+++ b/api/Access.Form.AfterLayout(property).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterLayout Property (Access)
+title: Form.AfterLayout property (Access)
keywords: vbaac10.chm13550
f1_keywords:
- vbaac10.chm13550
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AfterLayout Property (Access)
+# Form.AfterLayout property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the [AfterLayout](Access.Form.AfterLayout(even).md)event occurs. Read/write.
## Syntax
- _expression_. `AfterLayout`
+_expression_. `AfterLayout`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AfterRender(even).md b/api/Access.Form.AfterRender(even).md
index 0cabf57f180..9fb39afe460 100644
--- a/api/Access.Form.AfterRender(even).md
+++ b/api/Access.Form.AfterRender(even).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterRender Event (Access)
+title: Form.AfterRender event (Access)
keywords: vbaac10.chm13680
f1_keywords:
- vbaac10.chm13680
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Form.AfterRender Event (Access)
+# Form.AfterRender event (Access)
Occurs after the object represented by the _chartObject_ argument has been rendered.
## Syntax
- _expression_. `AfterRender`( ` _drawObject_`, ` _chartObject_` )
+_expression_. `AfterRender`( ` _drawObject_`, ` _chartObject_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _drawObject_|Required|**Object**|A **ChChartDraw** object. Use the methods and properties of this object to draw objects on the chart.|
| _chartObject_|Required|**Object**|The object that has just been rendered. Use the **TypeName** function to determine what type of object has just been rendered.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.AfterRender(property).md b/api/Access.Form.AfterRender(property).md
index 0bd61b758d0..ac5619cb28b 100644
--- a/api/Access.Form.AfterRender(property).md
+++ b/api/Access.Form.AfterRender(property).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterRender Property (Access)
+title: Form.AfterRender property (Access)
keywords: vbaac10.chm13549,vbaac10.chm5114
f1_keywords:
- vbaac10.chm13549,vbaac10.chm5114
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AfterRender Property (Access)
+# Form.AfterRender property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[AfterRender](Access.Form.AfterRender(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `AfterRender`
+_expression_. `AfterRender`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AfterUpdate(even).md b/api/Access.Form.AfterUpdate(even).md
index bd602908954..f5e14a0d87a 100644
--- a/api/Access.Form.AfterUpdate(even).md
+++ b/api/Access.Form.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterUpdate Event (Access)
+title: Form.AfterUpdate event (Access)
keywords: vbaac10.chm13638
f1_keywords:
- vbaac10.chm13638
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AfterUpdate Event (Access)
+# Form.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AfterUpdate(property).md b/api/Access.Form.AfterUpdate(property).md
index 2d2a70113c3..0b7b55a6710 100644
--- a/api/Access.Form.AfterUpdate(property).md
+++ b/api/Access.Form.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: Form.AfterUpdate Property (Access)
+title: Form.AfterUpdate property (Access)
keywords: vbaac10.chm13435
f1_keywords:
- vbaac10.chm13435
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AfterUpdate Property (Access)
+# Form.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AllowAdditions.md b/api/Access.Form.AllowAdditions.md
index 1acaf6f778d..0ef6744c37c 100644
--- a/api/Access.Form.AllowAdditions.md
+++ b/api/Access.Form.AllowAdditions.md
@@ -1,5 +1,5 @@
---
-title: Form.AllowAdditions Property (Access)
+title: Form.AllowAdditions property (Access)
keywords: vbaac10.chm13358
f1_keywords:
- vbaac10.chm13358
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AllowAdditions Property (Access)
+# Form.AllowAdditions property (Access)
You can use the **AllowAdditions** property to specify whether a user can add a record when using a form. Read/write **Boolean**.
## Syntax
- _expression_. `AllowAdditions`
+_expression_. `AllowAdditions`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AllowDatasheetView.md b/api/Access.Form.AllowDatasheetView.md
index af65c387d45..d0745d4b3e4 100644
--- a/api/Access.Form.AllowDatasheetView.md
+++ b/api/Access.Form.AllowDatasheetView.md
@@ -1,5 +1,5 @@
---
-title: Form.AllowDatasheetView Property (Access)
+title: Form.AllowDatasheetView property (Access)
keywords: vbaac10.chm13533
f1_keywords:
- vbaac10.chm13533
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AllowDatasheetView Property (Access)
+# Form.AllowDatasheetView property (Access)
Returns or sets a **Boolean** indicating whether the specified form may be viewed in Datasheet View. **True** if Datasheet View is allowed. Read/write.
## Syntax
- _expression_. `AllowDatasheetView`
+_expression_. `AllowDatasheetView`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AllowDeletions.md b/api/Access.Form.AllowDeletions.md
index 3d69f0c74d3..0838dfc71b0 100644
--- a/api/Access.Form.AllowDeletions.md
+++ b/api/Access.Form.AllowDeletions.md
@@ -1,5 +1,5 @@
---
-title: Form.AllowDeletions Property (Access)
+title: Form.AllowDeletions property (Access)
keywords: vbaac10.chm13357,vbaac10.chm4260
f1_keywords:
- vbaac10.chm13357,vbaac10.chm4260
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AllowDeletions Property (Access)
+# Form.AllowDeletions property (Access)
You can use the **AllowDeletions** property to specify whether a user can delete a record when using a form. Read/write **Boolean**.
## Syntax
- _expression_. `AllowDeletions`
+_expression_. `AllowDeletions`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AllowEdits.md b/api/Access.Form.AllowEdits.md
index 71c5e75f732..41f22acf387 100644
--- a/api/Access.Form.AllowEdits.md
+++ b/api/Access.Form.AllowEdits.md
@@ -1,5 +1,5 @@
---
-title: Form.AllowEdits Property (Access)
+title: Form.AllowEdits property (Access)
keywords: vbaac10.chm13356
f1_keywords:
- vbaac10.chm13356
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AllowEdits Property (Access)
+# Form.AllowEdits property (Access)
You can use the **AllowEdits** property to specify whether a user can edit saved records when using a form. Read/write **Boolean**.
## Syntax
- _expression_. `AllowEdits`
+_expression_. `AllowEdits`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AllowFilters.md b/api/Access.Form.AllowFilters.md
index 769a12cd57b..9ffd3b04635 100644
--- a/api/Access.Form.AllowFilters.md
+++ b/api/Access.Form.AllowFilters.md
@@ -1,5 +1,5 @@
---
-title: Form.AllowFilters Property (Access)
+title: Form.AllowFilters property (Access)
keywords: vbaac10.chm13350,vbaac10.chm4262
f1_keywords:
- vbaac10.chm13350,vbaac10.chm4262
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AllowFilters Property (Access)
+# Form.AllowFilters property (Access)
You can use the **AllowFilters** property to specify whether records in a form can be filtered. Read/write **Boolean**.
## Syntax
- _expression_. `AllowFilters`
+_expression_. `AllowFilters`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AllowFormView.md b/api/Access.Form.AllowFormView.md
index 5d901a036a3..125540f95c7 100644
--- a/api/Access.Form.AllowFormView.md
+++ b/api/Access.Form.AllowFormView.md
@@ -1,5 +1,5 @@
---
-title: Form.AllowFormView Property (Access)
+title: Form.AllowFormView property (Access)
keywords: vbaac10.chm13532
f1_keywords:
- vbaac10.chm13532
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AllowFormView Property (Access)
+# Form.AllowFormView property (Access)
Returns or sets a **Boolean** indicating whether the specified form may be viewed in Form View. **True** if Form View is allowed. Read/write.
## Syntax
- _expression_. `AllowFormView`
+_expression_. `AllowFormView`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AllowLayoutView.md b/api/Access.Form.AllowLayoutView.md
index 020b2d34bc3..2689175cb9d 100644
--- a/api/Access.Form.AllowLayoutView.md
+++ b/api/Access.Form.AllowLayoutView.md
@@ -1,5 +1,5 @@
---
-title: Form.AllowLayoutView Property (Access)
+title: Form.AllowLayoutView property (Access)
keywords: vbaac10.chm13627
f1_keywords:
- vbaac10.chm13627
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AllowLayoutView Property (Access)
+# Form.AllowLayoutView property (Access)
Gets or sets whether the specified form can be used in Layout View. Read/write **Boolean**.
## Syntax
- _expression_. `AllowLayoutView`
+_expression_. `AllowLayoutView`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.AllowPivotChartView.md b/api/Access.Form.AllowPivotChartView.md
index d823059dfe7..1b8f3cbb6a0 100644
--- a/api/Access.Form.AllowPivotChartView.md
+++ b/api/Access.Form.AllowPivotChartView.md
@@ -1,5 +1,5 @@
---
-title: Form.AllowPivotChartView Property (Access)
+title: Form.AllowPivotChartView property (Access)
keywords: vbaac10.chm13535
f1_keywords:
- vbaac10.chm13535
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AllowPivotChartView Property (Access)
+# Form.AllowPivotChartView property (Access)
Returns or sets a **Boolean** indicating whether the specified form may be viewed in PivotChart View. **True** if PivotChart View is allowed. Read/write.
## Syntax
- _expression_. `AllowPivotChartView`
+_expression_. `AllowPivotChartView`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AllowPivotTableView.md b/api/Access.Form.AllowPivotTableView.md
index f9426b9dc5c..d3a56c4fc0b 100644
--- a/api/Access.Form.AllowPivotTableView.md
+++ b/api/Access.Form.AllowPivotTableView.md
@@ -1,5 +1,5 @@
---
-title: Form.AllowPivotTableView Property (Access)
+title: Form.AllowPivotTableView property (Access)
keywords: vbaac10.chm13534,vbaac10.chm5540
f1_keywords:
- vbaac10.chm13534,vbaac10.chm5540
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AllowPivotTableView Property (Access)
+# Form.AllowPivotTableView property (Access)
Returns or sets a **Boolean** indicating whether the specified form may be viewed in PivotTable View. **True** if PivotTable View is allowed. Read/write.
## Syntax
- _expression_. `AllowPivotTableView`
+_expression_. `AllowPivotTableView`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Application.md b/api/Access.Form.Application.md
index 2b27133be8c..c09c377b823 100644
--- a/api/Access.Form.Application.md
+++ b/api/Access.Form.Application.md
@@ -1,5 +1,5 @@
---
-title: Form.Application Property (Access)
+title: Form.Application property (Access)
keywords: vbaac10.chm13489
f1_keywords:
- vbaac10.chm13489
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Application Property (Access)
+# Form.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ApplyFilter.md b/api/Access.Form.ApplyFilter.md
index bd389e5e135..9a6f04b72d6 100644
--- a/api/Access.Form.ApplyFilter.md
+++ b/api/Access.Form.ApplyFilter.md
@@ -1,5 +1,5 @@
---
-title: Form.ApplyFilter Event (Access)
+title: Form.ApplyFilter event (Access)
keywords: vbaac10.chm13661
f1_keywords:
- vbaac10.chm13661
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.ApplyFilter Event (Access)
+# Form.ApplyFilter event (Access)
Occurs when a filter is applied to a form.
## Syntax
- _expression_. `ApplyFilter`( ` _Cancel_`, ` _ApplyType_` )
+_expression_. `ApplyFilter`( ` _Cancel_`, ` _ApplyType_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **ApplyFilter** event occurs. Setting the _Cancel_ argument to **True** cancels the **ApplyFilter** event and the filter is not applied to the form.|
| _ApplyType_|Required|**Integer**|Returns the type of filter that was applied.|
diff --git a/api/Access.Form.AutoCenter.md b/api/Access.Form.AutoCenter.md
index b5375e2143c..2455335dfc4 100644
--- a/api/Access.Form.AutoCenter.md
+++ b/api/Access.Form.AutoCenter.md
@@ -1,5 +1,5 @@
---
-title: Form.AutoCenter Property (Access)
+title: Form.AutoCenter property (Access)
keywords: vbaac10.chm13368
f1_keywords:
- vbaac10.chm13368
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AutoCenter Property (Access)
+# Form.AutoCenter property (Access)
Returns or sets a **Boolean** indicating whether a form will be centered automatically in the application window when the form is opened. Read/write.
## Syntax
- _expression_. `AutoCenter`
+_expression_. `AutoCenter`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.AutoResize.md b/api/Access.Form.AutoResize.md
index 647a57720fa..0f7600c9e41 100644
--- a/api/Access.Form.AutoResize.md
+++ b/api/Access.Form.AutoResize.md
@@ -1,5 +1,5 @@
---
-title: Form.AutoResize Property (Access)
+title: Form.AutoResize property (Access)
keywords: vbaac10.chm13367
f1_keywords:
- vbaac10.chm13367
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.AutoResize Property (Access)
+# Form.AutoResize property (Access)
Returns or sets a **Boolean** indicating whether a Form window opens automatically sized to display complete records. Read/write.
## Syntax
- _expression_. `AutoResize`
+_expression_. `AutoResize`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.BeforeDelConfirm(even).md b/api/Access.Form.BeforeDelConfirm(even).md
index 7ae58274921..c40eee73702 100644
--- a/api/Access.Form.BeforeDelConfirm(even).md
+++ b/api/Access.Form.BeforeDelConfirm(even).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeDelConfirm Event (Access)
+title: Form.BeforeDelConfirm event (Access)
keywords: vbaac10.chm13640
f1_keywords:
- vbaac10.chm13640
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.BeforeDelConfirm Event (Access)
+# Form.BeforeDelConfirm event (Access)
The **BeforeDelConfirm** event occurs after the user deletes to the buffer one or more records, but before Microsoft Access displays a dialog box asking the user to confirm the deletions.
## Syntax
- _expression_. `BeforeDelConfirm`( ` _Cancel_`, ` _Response_` )
+_expression_. `BeforeDelConfirm`( ` _Cancel_`, ` _Response_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeDelConfirm** event occurs. Setting the _Cancel_ argument to **True** cancels the **BeforeDelConfirm** event and prevents the **Delete Confirm** dialog box from being displayed. If the event is canceled, the original records are restored, but the **AfterDelConfirm** event still occurs. If _Cancel_ is set to **True**, the _Response_ argument is ignored. If _Cancel_ is set to **False** (0), which it is by default, the value in the _Response_ argument is used by Microsoft Access to determine the type of response to the delete event.|
| _Response_|Required|**Integer**|An intrinsic constant that determines whether Microsoft Access displays the Delete Confirm dialog box asking if the record should be deleted. **acDataErrContinue** continues without displaying the **Delete Confirm** dialog box. Setting the _Cancel_ argument to **False** and the _Response_ argument to **acDataErrContinue** enables Microsoft Access to delete records without prompting the user. **acDataErrDisplay** displays the **Delete Confirm** dialog box. The default value is **acDataErrDisplay**.|
diff --git a/api/Access.Form.BeforeDelConfirm(property).md b/api/Access.Form.BeforeDelConfirm(property).md
index 4e9568dcb78..e2d9e5f4cb7 100644
--- a/api/Access.Form.BeforeDelConfirm(property).md
+++ b/api/Access.Form.BeforeDelConfirm(property).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeDelConfirm Property (Access)
+title: Form.BeforeDelConfirm property (Access)
keywords: vbaac10.chm13438
f1_keywords:
- vbaac10.chm13438
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.BeforeDelConfirm Property (Access)
+# Form.BeforeDelConfirm property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the [BeforeDelConfirm](Access.Form.BeforeDelConfirm(even).md)event occurs. Read/write.
## Syntax
- _expression_. `BeforeDelConfirm`
+_expression_. `BeforeDelConfirm`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.BeforeInsert(even).md b/api/Access.Form.BeforeInsert(even).md
index 9cd0034ed4d..4fe32b918f7 100644
--- a/api/Access.Form.BeforeInsert(even).md
+++ b/api/Access.Form.BeforeInsert(even).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeInsert Event (Access)
+title: Form.BeforeInsert event (Access)
keywords: vbaac10.chm13635
f1_keywords:
- vbaac10.chm13635
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.BeforeInsert Event (Access)
+# Form.BeforeInsert event (Access)
The BeforeInsert event occurs when the user types the first character in a new record, but before the record is actually created.
## Syntax
- _expression_. `BeforeInsert`( ` _Cancel_` )
+_expression_. `BeforeInsert`( ` _Cancel_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeInsert** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeInsert** event.|
diff --git a/api/Access.Form.BeforeInsert(property).md b/api/Access.Form.BeforeInsert(property).md
index c8dcfa63257..f32cdc5237b 100644
--- a/api/Access.Form.BeforeInsert(property).md
+++ b/api/Access.Form.BeforeInsert(property).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeInsert Property (Access)
+title: Form.BeforeInsert property (Access)
keywords: vbaac10.chm13432
f1_keywords:
- vbaac10.chm13432
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.BeforeInsert Property (Access)
+# Form.BeforeInsert property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[BeforeInsert](Access.Form.BeforeInsert(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `BeforeInsert`
+_expression_. `BeforeInsert`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.BeforeQuery(even).md b/api/Access.Form.BeforeQuery(even).md
index 7d999dabb99..1bd46254f4e 100644
--- a/api/Access.Form.BeforeQuery(even).md
+++ b/api/Access.Form.BeforeQuery(even).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeQuery Event (Access)
+title: Form.BeforeQuery event (Access)
keywords: vbaac10.chm13671
f1_keywords:
- vbaac10.chm13671
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.BeforeQuery Event (Access)
+# Form.BeforeQuery event (Access)
Occurs when the specified PivotTable view queries its data source.
## Syntax
- _expression_. `BeforeQuery`
+_expression_. `BeforeQuery`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.BeforeQuery(property).md b/api/Access.Form.BeforeQuery(property).md
index 70c190b0955..1cda8f670cd 100644
--- a/api/Access.Form.BeforeQuery(property).md
+++ b/api/Access.Form.BeforeQuery(property).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeQuery Property (Access)
+title: Form.BeforeQuery property (Access)
keywords: vbaac10.chm13540
f1_keywords:
- vbaac10.chm13540
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.BeforeQuery Property (Access)
+# Form.BeforeQuery property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[BeforeQuery](Access.Form.BeforeQuery(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `BeforeQuery`
+_expression_. `BeforeQuery`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.BeforeRender(even).md b/api/Access.Form.BeforeRender(even).md
index 22d2f288ef8..ba11c907d7c 100644
--- a/api/Access.Form.BeforeRender(even).md
+++ b/api/Access.Form.BeforeRender(even).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeRender Event (Access)
+title: Form.BeforeRender event (Access)
keywords: vbaac10.chm13679
f1_keywords:
- vbaac10.chm13679
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Form.BeforeRender Event (Access)
+# Form.BeforeRender event (Access)
Occurs before any object in the specified PivotChart view has been rendered.
## Syntax
- _expression_. `BeforeRender`( ` _drawObject_`, ` _chartObject_`, ` _Cancel_` )
+_expression_. `BeforeRender`( ` _drawObject_`, ` _chartObject_`, ` _Cancel_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _drawObject_|Required|**Object**|A reference to the **ChChartDraw** object. Use the **DrawType** property of the returned object to determine what type of rendering is about to occur.|
| _chartObject_|Required|**Object**| The object that is to be rendered. Use the **TypeName** function to determine the type of the object.|
| _Cancel_|Required|**Object**| Set the **Value** property of this object to **True** to cancel the rendering of the PivotChart View object.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.BeforeRender(property).md b/api/Access.Form.BeforeRender(property).md
index 5c5d222c330..d4560555293 100644
--- a/api/Access.Form.BeforeRender(property).md
+++ b/api/Access.Form.BeforeRender(property).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeRender Property (Access)
+title: Form.BeforeRender property (Access)
keywords: vbaac10.chm13551
f1_keywords:
- vbaac10.chm13551
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.BeforeRender Property (Access)
+# Form.BeforeRender property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[BeforeRender](Access.Form.BeforeRender(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `BeforeRender`
+_expression_. `BeforeRender`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.BeforeScreenTip(even).md b/api/Access.Form.BeforeScreenTip(even).md
index 25e244319c6..e35a0982e9e 100644
--- a/api/Access.Form.BeforeScreenTip(even).md
+++ b/api/Access.Form.BeforeScreenTip(even).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeScreenTip Event (Access)
+title: Form.BeforeScreenTip event (Access)
keywords: vbaac10.chm13678
f1_keywords:
- vbaac10.chm13678
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Form.BeforeScreenTip Event (Access)
+# Form.BeforeScreenTip event (Access)
Occurs before a ScreenTip is displayed for an element in a PivotChart view or PivotTable view.
## Syntax
- _expression_. `BeforeScreenTip`( ` _ScreenTipText_`, ` _SourceObject_` )
+_expression_. `BeforeScreenTip`( ` _ScreenTipText_`, ` _SourceObject_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ScreenTipText_|Required|**Object**|Set the Value property of this object to the ScreenTip that you want to display. Changing this argument to an empty string effectively hides the ScreenTip.|
| _SourceObject_|Required|**Object**|The object that generates the ScreenTip.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.BeforeScreenTip(property).md b/api/Access.Form.BeforeScreenTip(property).md
index e5a247a74f5..da41a4cad1b 100644
--- a/api/Access.Form.BeforeScreenTip(property).md
+++ b/api/Access.Form.BeforeScreenTip(property).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeScreenTip Property (Access)
+title: Form.BeforeScreenTip property (Access)
keywords: vbaac10.chm13547,vbaac10.chm5112
f1_keywords:
- vbaac10.chm13547,vbaac10.chm5112
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.BeforeScreenTip Property (Access)
+# Form.BeforeScreenTip property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[BeforeScreenTip](Access.Form.BeforeScreenTip(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `BeforeScreenTip`
+_expression_. `BeforeScreenTip`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.BeforeUpdate(even).md b/api/Access.Form.BeforeUpdate(even).md
index 0a8579b4fec..2a2ee670d2c 100644
--- a/api/Access.Form.BeforeUpdate(even).md
+++ b/api/Access.Form.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeUpdate Event (Access)
+title: Form.BeforeUpdate event (Access)
keywords: vbaac10.chm13637
f1_keywords:
- vbaac10.chm13637
@@ -11,7 +11,7 @@ ms.date: 11/30/2017
---
-# Form.BeforeUpdate Event (Access)
+# Form.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
@@ -27,7 +27,7 @@ _expression_ A variable that represents a **Form** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
diff --git a/api/Access.Form.BeforeUpdate(property).md b/api/Access.Form.BeforeUpdate(property).md
index ef1ae16cc98..a83bcec3142 100644
--- a/api/Access.Form.BeforeUpdate(property).md
+++ b/api/Access.Form.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: Form.BeforeUpdate Property (Access)
+title: Form.BeforeUpdate property (Access)
keywords: vbaac10.chm13434
f1_keywords:
- vbaac10.chm13434
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.BeforeUpdate Property (Access)
+# Form.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Bookmark.md b/api/Access.Form.Bookmark.md
index a287de5050b..6bcda9c43d4 100644
--- a/api/Access.Form.Bookmark.md
+++ b/api/Access.Form.Bookmark.md
@@ -1,5 +1,5 @@
---
-title: Form.Bookmark Property (Access)
+title: Form.Bookmark property (Access)
keywords: vbaac10.chm13421
f1_keywords:
- vbaac10.chm13421
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Bookmark Property (Access)
+# Form.Bookmark property (Access)
You can use the **Bookmark** property with forms to set a bookmark that uniquely identifies a particular record in the form's underlying table, query, or SQL statement. Read/write **Variant**.
## Syntax
- _expression_. `Bookmark`
+_expression_. `Bookmark`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.BorderStyle.md b/api/Access.Form.BorderStyle.md
index c8f9367d596..6dd6c251daa 100644
--- a/api/Access.Form.BorderStyle.md
+++ b/api/Access.Form.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Form.BorderStyle Property (Access)
+title: Form.BorderStyle property (Access)
keywords: vbaac10.chm13371
f1_keywords:
- vbaac10.chm13371
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.BorderStyle Property (Access)
+# Form.BorderStyle property (Access)
Specifies the type of border and border elements (title bar, **Control** menu, **Minimize** and **Maximize** buttons, or **Close** button) to use for the form. You typically use different border styles for normal forms, pop-up forms, and custom dialog boxes. Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Caption.md b/api/Access.Form.Caption.md
index d4e30adb623..7b975b87564 100644
--- a/api/Access.Form.Caption.md
+++ b/api/Access.Form.Caption.md
@@ -1,5 +1,5 @@
---
-title: Form.Caption Property (Access)
+title: Form.Caption property (Access)
keywords: vbaac10.chm13351
f1_keywords:
- vbaac10.chm13351
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Caption Property (Access)
+# Form.Caption property (Access)
Gets or sets the text that appears in the title bar in Form view. Read/write **String**.
## Syntax
- _expression_. `Caption`
+_expression_. `Caption`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ChartSpace.md b/api/Access.Form.ChartSpace.md
index c18727e9dd1..6ae675c55cf 100644
--- a/api/Access.Form.ChartSpace.md
+++ b/api/Access.Form.ChartSpace.md
@@ -1,5 +1,5 @@
---
-title: Form.ChartSpace Property (Access)
+title: Form.ChartSpace property (Access)
keywords: vbaac10.chm13522
f1_keywords:
- vbaac10.chm13522
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ChartSpace Property (Access)
+# Form.ChartSpace property (Access)
Returns a **ChartSpace** object. Read-only.
## Syntax
- _expression_. `ChartSpace`
+_expression_. `ChartSpace`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Click.md b/api/Access.Form.Click.md
index ac384008c2b..2c4d9a128f5 100644
--- a/api/Access.Form.Click.md
+++ b/api/Access.Form.Click.md
@@ -1,5 +1,5 @@
---
-title: Form.Click Event (Access)
+title: Form.Click event (Access)
keywords: vbaac10.chm13650
f1_keywords:
- vbaac10.chm13650
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Click Event (Access)
+# Form.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Close.md b/api/Access.Form.Close.md
index 66f47181d86..fac43934056 100644
--- a/api/Access.Form.Close.md
+++ b/api/Access.Form.Close.md
@@ -1,5 +1,5 @@
---
-title: Form.Close Event (Access)
+title: Form.Close event (Access)
keywords: vbaac10.chm13645
f1_keywords:
- vbaac10.chm13645
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.Close Event (Access)
+# Form.Close event (Access)
The **Close** event occurs when a form is closed and removed from the screen.
## Syntax
- _expression_. `Close`
+_expression_. `Close`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.CloseButton.md b/api/Access.Form.CloseButton.md
index da01c4ea7e5..18339d4ab1a 100644
--- a/api/Access.Form.CloseButton.md
+++ b/api/Access.Form.CloseButton.md
@@ -1,5 +1,5 @@
---
-title: Form.CloseButton Property (Access)
+title: Form.CloseButton property (Access)
keywords: vbaac10.chm13376
f1_keywords:
- vbaac10.chm13376
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.CloseButton Property (Access)
+# Form.CloseButton property (Access)
Specifies whether the **Close** button on a form is enabled. Read/write **Boolean**.
## Syntax
- _expression_. `CloseButton`
+_expression_. `CloseButton`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.CommandBeforeExecute(even).md b/api/Access.Form.CommandBeforeExecute(even).md
index 1efb8b1a461..7f17001f14a 100644
--- a/api/Access.Form.CommandBeforeExecute(even).md
+++ b/api/Access.Form.CommandBeforeExecute(even).md
@@ -1,5 +1,5 @@
---
-title: Form.CommandBeforeExecute Event (Access)
+title: Form.CommandBeforeExecute event (Access)
keywords: vbaac10.chm13673
f1_keywords:
- vbaac10.chm13673
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Form.CommandBeforeExecute Event (Access)
+# Form.CommandBeforeExecute event (Access)
Occurs before a specified command is executed. Use this event when you want to impose certain restrictions before a particular command is executed.
## Syntax
- _expression_. `CommandBeforeExecute`( ` _Command_`, ` _Cancel_` )
+_expression_. `CommandBeforeExecute`( ` _Command_`, ` _Cancel_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Command_|Required|**Variant**| The command that is going to be executed.|
| _Cancel_|Required|**Object**| Set the **Value** property of this object to **True** to cancel the command.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.CommandBeforeExecute(property).md b/api/Access.Form.CommandBeforeExecute(property).md
index d2320271eb7..80791e9192b 100644
--- a/api/Access.Form.CommandBeforeExecute(property).md
+++ b/api/Access.Form.CommandBeforeExecute(property).md
@@ -1,5 +1,5 @@
---
-title: Form.CommandBeforeExecute Property (Access)
+title: Form.CommandBeforeExecute property (Access)
keywords: vbaac10.chm13542
f1_keywords:
- vbaac10.chm13542
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.CommandBeforeExecute Property (Access)
+# Form.CommandBeforeExecute property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[CommandBeforeExecute](Access.Form.CommandBeforeExecute(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `CommandBeforeExecute`
+_expression_. `CommandBeforeExecute`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.CommandChecked(even).md b/api/Access.Form.CommandChecked(even).md
index 325d733e24b..56f6ff15f2b 100644
--- a/api/Access.Form.CommandChecked(even).md
+++ b/api/Access.Form.CommandChecked(even).md
@@ -1,5 +1,5 @@
---
-title: Form.CommandChecked Event (Access)
+title: Form.CommandChecked event (Access)
keywords: vbaac10.chm13674
f1_keywords:
- vbaac10.chm13674
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Form.CommandChecked Event (Access)
+# Form.CommandChecked event (Access)
Occurs when the specified Microsoft Office Web Component determines whether the specified command is checked.
## Syntax
- _expression_. `CommandChecked`( ` _Command_`, ` _Checked_` )
+_expression_. `CommandChecked`( ` _Command_`, ` _Checked_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Command_|Required|**Variant**| The command that has been verified as being checked.|
| _Checked_|Required|**Object**| Set the **Value** property of this object to **False** to uncheck the command.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.CommandChecked(property).md b/api/Access.Form.CommandChecked(property).md
index bad42d52a21..97aed726627 100644
--- a/api/Access.Form.CommandChecked(property).md
+++ b/api/Access.Form.CommandChecked(property).md
@@ -1,5 +1,5 @@
---
-title: Form.CommandChecked Property (Access)
+title: Form.CommandChecked property (Access)
keywords: vbaac10.chm13543
f1_keywords:
- vbaac10.chm13543
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.CommandChecked Property (Access)
+# Form.CommandChecked property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[CommandChecked](Access.Form.CommandChecked(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `CommandChecked`
+_expression_. `CommandChecked`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.CommandEnabled(even).md b/api/Access.Form.CommandEnabled(even).md
index a655e6b4fec..f16af6342db 100644
--- a/api/Access.Form.CommandEnabled(even).md
+++ b/api/Access.Form.CommandEnabled(even).md
@@ -1,5 +1,5 @@
---
-title: Form.CommandEnabled Event (Access)
+title: Form.CommandEnabled event (Access)
keywords: vbaac10.chm13675
f1_keywords:
- vbaac10.chm13675
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Form.CommandEnabled Event (Access)
+# Form.CommandEnabled event (Access)
Occurs when the specified Microsoft Office Web Component determines whether the specified command is enabled.
## Syntax
- _expression_. `CommandEnabled`( ` _Command_`, ` _Enabled_` )
+_expression_. `CommandEnabled`( ` _Command_`, ` _Enabled_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Command_|Required|**Variant**| The command that has been verified as being enabled.|
| _Enabled_|Required|**Object**|Set the **Value** property of this object to **False** to disable the command.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.CommandEnabled(property).md b/api/Access.Form.CommandEnabled(property).md
index 27ea059b543..97335735f7b 100644
--- a/api/Access.Form.CommandEnabled(property).md
+++ b/api/Access.Form.CommandEnabled(property).md
@@ -1,5 +1,5 @@
---
-title: Form.CommandEnabled Property (Access)
+title: Form.CommandEnabled property (Access)
keywords: vbaac10.chm13544,vbaac10.chm5108
f1_keywords:
- vbaac10.chm13544,vbaac10.chm5108
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.CommandEnabled Property (Access)
+# Form.CommandEnabled property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[CommandEnabled](Access.Form.CommandEnabled(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `CommandEnabled`
+_expression_. `CommandEnabled`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.CommandExecute(even).md b/api/Access.Form.CommandExecute(even).md
index edde03cca90..8838e7dfcfa 100644
--- a/api/Access.Form.CommandExecute(even).md
+++ b/api/Access.Form.CommandExecute(even).md
@@ -1,5 +1,5 @@
---
-title: Form.CommandExecute Event (Access)
+title: Form.CommandExecute event (Access)
keywords: vbaac10.chm13676
f1_keywords:
- vbaac10.chm13676
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Form.CommandExecute Event (Access)
+# Form.CommandExecute event (Access)
Occurs after the specified command is executed. Use this event when you want to execute a set of commands after a particular command is executed.
## Syntax
- _expression_. `CommandExecute`( ` _Command_`, )
+_expression_. `CommandExecute`( ` _Command_`, )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Command_|Required|**Variant**|The command that is executed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.CommandExecute(property).md b/api/Access.Form.CommandExecute(property).md
index 929917203b6..99eecda7cab 100644
--- a/api/Access.Form.CommandExecute(property).md
+++ b/api/Access.Form.CommandExecute(property).md
@@ -1,5 +1,5 @@
---
-title: Form.CommandExecute Property (Access)
+title: Form.CommandExecute property (Access)
keywords: vbaac10.chm13545
f1_keywords:
- vbaac10.chm13545
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.CommandExecute Property (Access)
+# Form.CommandExecute property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[CommandExecute](Access.Form.CommandExecute(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `CommandExecute`
+_expression_. `CommandExecute`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ControlBox.md b/api/Access.Form.ControlBox.md
index 55edd1baa17..e3c64b974ad 100644
--- a/api/Access.Form.ControlBox.md
+++ b/api/Access.Form.ControlBox.md
@@ -1,5 +1,5 @@
---
-title: Form.ControlBox Property (Access)
+title: Form.ControlBox property (Access)
keywords: vbaac10.chm13372
f1_keywords:
- vbaac10.chm13372
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ControlBox Property (Access)
+# Form.ControlBox property (Access)
Specifies whether a form has a **Control** menu in Form view and Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ControlBox`
+_expression_. `ControlBox`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Controls.md b/api/Access.Form.Controls.md
index 59fffba41dc..fdf338cafd1 100644
--- a/api/Access.Form.Controls.md
+++ b/api/Access.Form.Controls.md
@@ -1,5 +1,5 @@
---
-title: Form.Controls Property (Access)
+title: Form.Controls property (Access)
keywords: vbaac10.chm13508
f1_keywords:
- vbaac10.chm13508
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Controls Property (Access)
+# Form.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Count.md b/api/Access.Form.Count.md
index 343157e5feb..7714f0400ac 100644
--- a/api/Access.Form.Count.md
+++ b/api/Access.Form.Count.md
@@ -1,5 +1,5 @@
---
-title: Form.Count Property (Access)
+title: Form.Count property (Access)
keywords: vbaac10.chm13409
f1_keywords:
- vbaac10.chm13409
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Count Property (Access)
+# Form.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Integer**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.Current.md b/api/Access.Form.Current.md
index c415a3f82bc..1bdf3cdbb6a 100644
--- a/api/Access.Form.Current.md
+++ b/api/Access.Form.Current.md
@@ -1,5 +1,5 @@
---
-title: Form.Current Event (Access)
+title: Form.Current event (Access)
keywords: vbaac10.chm13634
f1_keywords:
- vbaac10.chm13634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Current Event (Access)
+# Form.Current event (Access)
Occurs when the focus moves to a record, making it the current record, or when the form is refreshed or requeried.
## Syntax
- _expression_. `Current`
+_expression_. `Current`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.CurrentRecord.md b/api/Access.Form.CurrentRecord.md
index 3c7c931724b..8d28e0878f6 100644
--- a/api/Access.Form.CurrentRecord.md
+++ b/api/Access.Form.CurrentRecord.md
@@ -1,5 +1,5 @@
---
-title: Form.CurrentRecord Property (Access)
+title: Form.CurrentRecord property (Access)
keywords: vbaac10.chm13473
f1_keywords:
- vbaac10.chm13473
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.CurrentRecord Property (Access)
+# Form.CurrentRecord property (Access)
You can use the **CurrentRecord** property to identify the current record in the recordset being viewed on a form. Read/write **Long**.
## Syntax
- _expression_. `CurrentRecord`
+_expression_. `CurrentRecord`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.CurrentSectionLeft.md b/api/Access.Form.CurrentSectionLeft.md
index ebd8c2c968f..4b848781ef5 100644
--- a/api/Access.Form.CurrentSectionLeft.md
+++ b/api/Access.Form.CurrentSectionLeft.md
@@ -1,5 +1,5 @@
---
-title: Form.CurrentSectionLeft Property (Access)
+title: Form.CurrentSectionLeft property (Access)
keywords: vbaac10.chm13468
f1_keywords:
- vbaac10.chm13468
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.CurrentSectionLeft Property (Access)
+# Form.CurrentSectionLeft property (Access)
You can use this property to determine the distance in twips from the left side of the current section to the left side of the form. Read/write **Integer**.
## Syntax
- _expression_. `CurrentSectionLeft`
+_expression_. `CurrentSectionLeft`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.CurrentSectionTop.md b/api/Access.Form.CurrentSectionTop.md
index ee053ab54c1..a40c24f5f20 100644
--- a/api/Access.Form.CurrentSectionTop.md
+++ b/api/Access.Form.CurrentSectionTop.md
@@ -1,5 +1,5 @@
---
-title: Form.CurrentSectionTop Property (Access)
+title: Form.CurrentSectionTop property (Access)
keywords: vbaac10.chm13467
f1_keywords:
- vbaac10.chm13467
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.CurrentSectionTop Property (Access)
+# Form.CurrentSectionTop property (Access)
You can use this property to determine the distance in twips from the top edge of the current section to the top edge of the form. Read/write **Integer**.
## Syntax
- _expression_. `CurrentSectionTop`
+_expression_. `CurrentSectionTop`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.CurrentView.md b/api/Access.Form.CurrentView.md
index 7db3ec3d1ff..db13d6e3cdb 100644
--- a/api/Access.Form.CurrentView.md
+++ b/api/Access.Form.CurrentView.md
@@ -1,5 +1,5 @@
---
-title: Form.CurrentView Property (Access)
+title: Form.CurrentView property (Access)
keywords: vbaac10.chm13466
f1_keywords:
- vbaac10.chm13466
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.CurrentView Property (Access)
+# Form.CurrentView property (Access)
You can use the **CurrentView** property to determine how a form is currently displayed. Read/write **Integer**.
## Syntax
- _expression_. `CurrentView`
+_expression_. `CurrentView`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Cycle.md b/api/Access.Form.Cycle.md
index d96fb483d1e..93181324f55 100644
--- a/api/Access.Form.Cycle.md
+++ b/api/Access.Form.Cycle.md
@@ -1,5 +1,5 @@
---
-title: Form.Cycle Property (Access)
+title: Form.Cycle property (Access)
keywords: vbaac10.chm13384
f1_keywords:
- vbaac10.chm13384
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Cycle Property (Access)
+# Form.Cycle property (Access)
You can use the **Cycle** property to specify what happens when you press the TAB key and the focus is in the last control on a bound form. Read/write **Byte**.
## Syntax
- _expression_. `Cycle`
+_expression_. `Cycle`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DataChange(even).md b/api/Access.Form.DataChange(even).md
index 37e07b5e757..aa4ad46fe07 100644
--- a/api/Access.Form.DataChange(even).md
+++ b/api/Access.Form.DataChange(even).md
@@ -1,5 +1,5 @@
---
-title: Form.DataChange Event (Access)
+title: Form.DataChange event (Access)
keywords: vbaac10.chm13685
f1_keywords:
- vbaac10.chm13685
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Form.DataChange Event (Access)
+# Form.DataChange event (Access)
Occurs when certain properties are changed or when certain methods are executed in the specified PivotTable view.
## Syntax
- _expression_. `DataChange`( ` _Reason_`, )
+_expression_. `DataChange`( ` _Reason_`, )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Reason_|Required|**Long**|A **PivotDataReasonEnum** constant that indicates the reason that this event was triggered.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.DataChange(property).md b/api/Access.Form.DataChange(property).md
index cbc0c83eb56..b88b99d1287 100644
--- a/api/Access.Form.DataChange(property).md
+++ b/api/Access.Form.DataChange(property).md
@@ -1,5 +1,5 @@
---
-title: Form.DataChange Property (Access)
+title: Form.DataChange property (Access)
keywords: vbaac10.chm13554
f1_keywords:
- vbaac10.chm13554
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DataChange Property (Access)
+# Form.DataChange property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[DataChange](Access.Form.DataChange(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `DataChange`
+_expression_. `DataChange`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DataEntry.md b/api/Access.Form.DataEntry.md
index 3907cf1f297..dce6bda34aa 100644
--- a/api/Access.Form.DataEntry.md
+++ b/api/Access.Form.DataEntry.md
@@ -1,5 +1,5 @@
---
-title: Form.DataEntry Property (Access)
+title: Form.DataEntry property (Access)
keywords: vbaac10.chm13359,vbaac10.chm4316
f1_keywords:
- vbaac10.chm13359,vbaac10.chm4316
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DataEntry Property (Access)
+# Form.DataEntry property (Access)
You can use the **DataEntry** property to specify whether a bound form opens to allow data entry only. The **Data Entry** property doesn't determine whether records can be added; it only determines whether existing records are displayed. Read/write **Boolean**.
## Syntax
- _expression_. `DataEntry`
+_expression_. `DataEntry`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DataSetChange(even).md b/api/Access.Form.DataSetChange(even).md
index 421220c0d2a..ca57f3cc3ff 100644
--- a/api/Access.Form.DataSetChange(even).md
+++ b/api/Access.Form.DataSetChange(even).md
@@ -1,5 +1,5 @@
---
-title: Form.DataSetChange Event (Access)
+title: Form.DataSetChange event (Access)
keywords: vbaac10.chm13677
f1_keywords:
- vbaac10.chm13677
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.DataSetChange Event (Access)
+# Form.DataSetChange event (Access)
Occurs whenever the specified PivotTable view is data-bound and the data set changes — for example, when a filter operation takes place. This event also occurs when initial data is available from the data source.
## Syntax
- _expression_. `DataSetChange`
+_expression_. `DataSetChange`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.DataSetChange(property).md b/api/Access.Form.DataSetChange(property).md
index 04d75a3edbb..2ecedb56d92 100644
--- a/api/Access.Form.DataSetChange(property).md
+++ b/api/Access.Form.DataSetChange(property).md
@@ -1,5 +1,5 @@
---
-title: Form.DataSetChange Property (Access)
+title: Form.DataSetChange property (Access)
keywords: vbaac10.chm13546,vbaac10.chm5111
f1_keywords:
- vbaac10.chm13546,vbaac10.chm5111
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DataSetChange Property (Access)
+# Form.DataSetChange property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[DataSetChange](Access.Form.DataSetChange(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `DataSetChange`
+_expression_. `DataSetChange`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetAlternateBackColor.md b/api/Access.Form.DatasheetAlternateBackColor.md
index d06c9b64d91..9d52121d0b9 100644
--- a/api/Access.Form.DatasheetAlternateBackColor.md
+++ b/api/Access.Form.DatasheetAlternateBackColor.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetAlternateBackColor Property (Access)
+title: Form.DatasheetAlternateBackColor property (Access)
keywords: vbaac10.chm13628
f1_keywords:
- vbaac10.chm13628
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetAlternateBackColor Property (Access)
+# Form.DatasheetAlternateBackColor property (Access)
Gets or sets the color displayed on alternate rows of a form's datasheet. Read/write **Long**.
## Syntax
- _expression_. `DatasheetAlternateBackColor`
+_expression_. `DatasheetAlternateBackColor`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.DatasheetBackColor.md b/api/Access.Form.DatasheetBackColor.md
index 0d3a3d33de4..952527a5af6 100644
--- a/api/Access.Form.DatasheetBackColor.md
+++ b/api/Access.Form.DatasheetBackColor.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetBackColor Property (Access)
+title: Form.DatasheetBackColor property (Access)
keywords: vbaac10.chm13407
f1_keywords:
- vbaac10.chm13407
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetBackColor Property (Access)
+# Form.DatasheetBackColor property (Access)
You can use the **DatasheetBackColor** property in [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)to specify or determine the background color of an entire table, query, or form in Datasheet view within a Microsoft Access database. Read/write **Long**.
## Syntax
- _expression_. `DatasheetBackColor`
+_expression_. `DatasheetBackColor`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetBorderLineStyle.md b/api/Access.Form.DatasheetBorderLineStyle.md
index d97d6fc09a3..3c5087c1793 100644
--- a/api/Access.Form.DatasheetBorderLineStyle.md
+++ b/api/Access.Form.DatasheetBorderLineStyle.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetBorderLineStyle Property (Access)
+title: Form.DatasheetBorderLineStyle property (Access)
keywords: vbaac10.chm13512
f1_keywords:
- vbaac10.chm13512
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetBorderLineStyle Property (Access)
+# Form.DatasheetBorderLineStyle property (Access)
Returns or sets a **Byte** indicating the line style to use for the border of the specified datasheet. Read/write.
## Syntax
- _expression_. `DatasheetBorderLineStyle`
+_expression_. `DatasheetBorderLineStyle`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetCellsEffect.md b/api/Access.Form.DatasheetCellsEffect.md
index 1088fbff7f6..9a1fdf35d85 100644
--- a/api/Access.Form.DatasheetCellsEffect.md
+++ b/api/Access.Form.DatasheetCellsEffect.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetCellsEffect Property (Access)
+title: Form.DatasheetCellsEffect property (Access)
keywords: vbaac10.chm13404
f1_keywords:
- vbaac10.chm13404
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetCellsEffect Property (Access)
+# Form.DatasheetCellsEffect property (Access)
You can use the **DatasheetCellsEffect** property to specify whether special effects are applied to cells in a datasheet. Read/write **Byte**.
## Syntax
- _expression_. `DatasheetCellsEffect`
+_expression_. `DatasheetCellsEffect`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetColumnHeaderUnderlineStyle.md b/api/Access.Form.DatasheetColumnHeaderUnderlineStyle.md
index f2f0965cede..2ef45387126 100644
--- a/api/Access.Form.DatasheetColumnHeaderUnderlineStyle.md
+++ b/api/Access.Form.DatasheetColumnHeaderUnderlineStyle.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetColumnHeaderUnderlineStyle Property (Access)
+title: Form.DatasheetColumnHeaderUnderlineStyle property (Access)
keywords: vbaac10.chm13513
f1_keywords:
- vbaac10.chm13513
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetColumnHeaderUnderlineStyle Property (Access)
+# Form.DatasheetColumnHeaderUnderlineStyle property (Access)
Returns or sets a **Byte** indicating the line style to use for the bottom edge of the column headers on the specified datasheet. Read/write.
## Syntax
- _expression_. `DatasheetColumnHeaderUnderlineStyle`
+_expression_. `DatasheetColumnHeaderUnderlineStyle`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetFontHeight.md b/api/Access.Form.DatasheetFontHeight.md
index 90b06b7d0a1..e8e0f68b14f 100644
--- a/api/Access.Form.DatasheetFontHeight.md
+++ b/api/Access.Form.DatasheetFontHeight.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetFontHeight Property (Access)
+title: Form.DatasheetFontHeight property (Access)
keywords: vbaac10.chm13397
f1_keywords:
- vbaac10.chm13397
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetFontHeight Property (Access)
+# Form.DatasheetFontHeight property (Access)
You can use the **DatasheetFontHeight** property to specify the font point size used to display and print field names and data in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `DatasheetFontHeight`
+_expression_. `DatasheetFontHeight`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetFontItalic.md b/api/Access.Form.DatasheetFontItalic.md
index 6dbc81b9103..ee006a829a5 100644
--- a/api/Access.Form.DatasheetFontItalic.md
+++ b/api/Access.Form.DatasheetFontItalic.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetFontItalic Property (Access)
+title: Form.DatasheetFontItalic property (Access)
keywords: vbaac10.chm13399
f1_keywords:
- vbaac10.chm13399
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetFontItalic Property (Access)
+# Form.DatasheetFontItalic property (Access)
You can use the **DatasheetFontItalic** property to specify an italicized appearance for field names and data in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `DatasheetFontItalic`
+_expression_. `DatasheetFontItalic`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetFontName.md b/api/Access.Form.DatasheetFontName.md
index 8a5323f1543..de86c756fa8 100644
--- a/api/Access.Form.DatasheetFontName.md
+++ b/api/Access.Form.DatasheetFontName.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetFontName Property (Access)
+title: Form.DatasheetFontName property (Access)
keywords: vbaac10.chm13396
f1_keywords:
- vbaac10.chm13396
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetFontName Property (Access)
+# Form.DatasheetFontName property (Access)
You can use the **DatasheetFontName** property to specify the font used to display and print field names and data in Datasheet view. Read/write **String**.
## Syntax
- _expression_. `DatasheetFontName`
+_expression_. `DatasheetFontName`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetFontUnderline.md b/api/Access.Form.DatasheetFontUnderline.md
index b276df25f50..b062034fe0a 100644
--- a/api/Access.Form.DatasheetFontUnderline.md
+++ b/api/Access.Form.DatasheetFontUnderline.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetFontUnderline Property (Access)
+title: Form.DatasheetFontUnderline property (Access)
keywords: vbaac10.chm13400
f1_keywords:
- vbaac10.chm13400
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetFontUnderline Property (Access)
+# Form.DatasheetFontUnderline property (Access)
You can use the **DatasheetFontUnderline** property to specify an underlined appearance for field names and data in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `DatasheetFontUnderline`
+_expression_. `DatasheetFontUnderline`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetFontWeight.md b/api/Access.Form.DatasheetFontWeight.md
index 5a7677359dc..efaa592d36a 100644
--- a/api/Access.Form.DatasheetFontWeight.md
+++ b/api/Access.Form.DatasheetFontWeight.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetFontWeight Property (Access)
+title: Form.DatasheetFontWeight property (Access)
keywords: vbaac10.chm13398
f1_keywords:
- vbaac10.chm13398
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetFontWeight Property (Access)
+# Form.DatasheetFontWeight property (Access)
You can use the **DatasheetFontWeight** property to specify the line width of the font used to display and print characters for field names and data in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `DatasheetFontWeight`
+_expression_. `DatasheetFontWeight`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetForeColor.md b/api/Access.Form.DatasheetForeColor.md
index e6171e634ca..98068f4f59d 100644
--- a/api/Access.Form.DatasheetForeColor.md
+++ b/api/Access.Form.DatasheetForeColor.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetForeColor Property (Access)
+title: Form.DatasheetForeColor property (Access)
keywords: vbaac10.chm13405
f1_keywords:
- vbaac10.chm13405
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetForeColor Property (Access)
+# Form.DatasheetForeColor property (Access)
You can use the **DatasheetForeColor** property in Visual Basic to specify or determine the color of all text in a table, query, or form in Datasheet view within an Access database. Read/write **Long**.
## Syntax
- _expression_. `DatasheetForeColor`
+_expression_. `DatasheetForeColor`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetGridlinesBehavior.md b/api/Access.Form.DatasheetGridlinesBehavior.md
index 5ac60af05a4..f1afc95a139 100644
--- a/api/Access.Form.DatasheetGridlinesBehavior.md
+++ b/api/Access.Form.DatasheetGridlinesBehavior.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetGridlinesBehavior Property (Access)
+title: Form.DatasheetGridlinesBehavior property (Access)
keywords: vbaac10.chm13402
f1_keywords:
- vbaac10.chm13402
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetGridlinesBehavior Property (Access)
+# Form.DatasheetGridlinesBehavior property (Access)
You can use the **DatasheetGridlinesBehavior** property to specify which gridlines will appear in Datasheet view. Read/write **Byte**.
## Syntax
- _expression_. `DatasheetGridlinesBehavior`
+_expression_. `DatasheetGridlinesBehavior`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DatasheetGridlinesColor.md b/api/Access.Form.DatasheetGridlinesColor.md
index d739affd0ae..02f7bdf3747 100644
--- a/api/Access.Form.DatasheetGridlinesColor.md
+++ b/api/Access.Form.DatasheetGridlinesColor.md
@@ -1,5 +1,5 @@
---
-title: Form.DatasheetGridlinesColor Property (Access)
+title: Form.DatasheetGridlinesColor property (Access)
keywords: vbaac10.chm13403
f1_keywords:
- vbaac10.chm13403
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DatasheetGridlinesColor Property (Access)
+# Form.DatasheetGridlinesColor property (Access)
You can use the **DatasheetGridlinesColor** property to specify the color of gridlines in a datasheet. Read/write **Long**.
## Syntax
- _expression_. `DatasheetGridlinesColor`
+_expression_. `DatasheetGridlinesColor`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DblClick.md b/api/Access.Form.DblClick.md
index 546f7962006..32201dc4b90 100644
--- a/api/Access.Form.DblClick.md
+++ b/api/Access.Form.DblClick.md
@@ -1,5 +1,5 @@
---
-title: Form.DblClick Event (Access)
+title: Form.DblClick event (Access)
keywords: vbaac10.chm13651
f1_keywords:
- vbaac10.chm13651
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.DblClick Event (Access)
+# Form.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.Form.Deactivate.md b/api/Access.Form.Deactivate.md
index 178f2f96010..8cb3037b3b1 100644
--- a/api/Access.Form.Deactivate.md
+++ b/api/Access.Form.Deactivate.md
@@ -1,5 +1,5 @@
---
-title: Form.Deactivate Event (Access)
+title: Form.Deactivate event (Access)
keywords: vbaac10.chm13647
f1_keywords:
- vbaac10.chm13647
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.Deactivate Event (Access)
+# Form.Deactivate event (Access)
The **Deactivate** event occurs when a form loses the focus to a Table, Query, Form, Report, Macro, or Module window, or to the Database window.
## Syntax
- _expression_. `Deactivate`
+_expression_. `Deactivate`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.DefaultControl.md b/api/Access.Form.DefaultControl.md
index 8364ad71651..76f6eb92702 100644
--- a/api/Access.Form.DefaultControl.md
+++ b/api/Access.Form.DefaultControl.md
@@ -1,5 +1,5 @@
---
-title: Form.DefaultControl Property (Access)
+title: Form.DefaultControl property (Access)
keywords: vbaac10.chm13494
f1_keywords:
- vbaac10.chm13494
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.DefaultControl Property (Access)
+# Form.DefaultControl property (Access)
The **DefaultControl** property returns a **[Control](Access.Control.md)** object with which you can set the default properties for a particular type of control on a particular form. Read-only.
## Syntax
- _expression_. `DefaultControl`( ` _ControlType_` )
+_expression_. `DefaultControl`( ` _ControlType_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ControlType_|Required|**Long**|An **[AcControlType](Access.AcControlType.md)** constant that indicates the type of control for which default property settings are to be set.|
diff --git a/api/Access.Form.DefaultView.md b/api/Access.Form.DefaultView.md
index f11922723bb..2b1915f6881 100644
--- a/api/Access.Form.DefaultView.md
+++ b/api/Access.Form.DefaultView.md
@@ -1,5 +1,5 @@
---
-title: Form.DefaultView Property (Access)
+title: Form.DefaultView property (Access)
keywords: vbaac10.chm13352
f1_keywords:
- vbaac10.chm13352
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DefaultView Property (Access)
+# Form.DefaultView property (Access)
You can use the **DefaultView** property to specify the opening view of a form. Read/write **Byte**.
## Syntax
- _expression_. `DefaultView`
+_expression_. `DefaultView`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Delete.md b/api/Access.Form.Delete.md
index 5580ce1cd7e..c1000b75e0f 100644
--- a/api/Access.Form.Delete.md
+++ b/api/Access.Form.Delete.md
@@ -1,5 +1,5 @@
---
-title: Form.Delete Event (Access)
+title: Form.Delete event (Access)
keywords: vbaac10.chm13639
f1_keywords:
- vbaac10.chm13639
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.Delete Event (Access)
+# Form.Delete event (Access)
Occurs when the user performs some action, such as pressing the DEL key, to delete a record, but before the record is actually deleted.
## Syntax
- _expression_. `Delete`( `_Cancel_`, )
+_expression_. `Delete`( `_Cancel_`, )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **Delete** event occurs. Setting the Cancel argument to **True** (?1) cancels the **Delete** event.|
diff --git a/api/Access.Form.Dirty(even).md b/api/Access.Form.Dirty(even).md
index d7ccae5eff0..ac2a6b4d053 100644
--- a/api/Access.Form.Dirty(even).md
+++ b/api/Access.Form.Dirty(even).md
@@ -1,5 +1,5 @@
---
-title: Form.Dirty Event (Access)
+title: Form.Dirty event (Access)
keywords: vbaac10.chm13662
f1_keywords:
- vbaac10.chm13662
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.Dirty Event (Access)
+# Form.Dirty event (Access)
The Dirty event occurs when the contents of the specified control changes.
## Syntax
- _expression_. `Dirty`( ` _Cancel_`, )
+_expression_. `Dirty`( ` _Cancel_`, )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **Dirty** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **Dirty** event.|
diff --git a/api/Access.Form.Dirty(property).md b/api/Access.Form.Dirty(property).md
index 9ae27e18811..0c30feda686 100644
--- a/api/Access.Form.Dirty(property).md
+++ b/api/Access.Form.Dirty(property).md
@@ -1,5 +1,5 @@
---
-title: Form.Dirty Property (Access)
+title: Form.Dirty property (Access)
keywords: vbaac10.chm13463
f1_keywords:
- vbaac10.chm13463
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Dirty Property (Access)
+# Form.Dirty property (Access)
You can use the **Dirty** property to determine whether the current record has been modified since it was last saved. Read/write **Boolean**.
## Syntax
- _expression_. `Dirty`
+_expression_. `Dirty`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DisplayOnSharePointSite.md b/api/Access.Form.DisplayOnSharePointSite.md
index 0def6969959..42cee2dc505 100644
--- a/api/Access.Form.DisplayOnSharePointSite.md
+++ b/api/Access.Form.DisplayOnSharePointSite.md
@@ -1,5 +1,5 @@
---
-title: Form.DisplayOnSharePointSite Property (Access)
+title: Form.DisplayOnSharePointSite property (Access)
keywords: vbaac10.chm13629
f1_keywords:
- vbaac10.chm13629
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DisplayOnSharePointSite Property (Access)
+# Form.DisplayOnSharePointSite property (Access)
Gets or sets whether the specified form can be made available as a view on a Microsoft SharePoint Foundation site. Read/write **Byte**.
## Syntax
- _expression_. `DisplayOnSharePointSite`
+_expression_. `DisplayOnSharePointSite`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.DividingLines.md b/api/Access.Form.DividingLines.md
index 8feb0bc053d..c17d5bfdd69 100644
--- a/api/Access.Form.DividingLines.md
+++ b/api/Access.Form.DividingLines.md
@@ -1,5 +1,5 @@
---
-title: Form.DividingLines Property (Access)
+title: Form.DividingLines property (Access)
keywords: vbaac10.chm13366,vbaac10.chm4337
f1_keywords:
- vbaac10.chm13366,vbaac10.chm4337
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.DividingLines Property (Access)
+# Form.DividingLines property (Access)
You can use the **DividingLines** property to specify whether dividing lines will separate sections on a form or records displayed on a continuous form. Read/write **Boolean**.
## Syntax
- _expression_. `DividingLines`
+_expression_. `DividingLines`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Error.md b/api/Access.Form.Error.md
index e6aa5db313a..5e1471e12bf 100644
--- a/api/Access.Form.Error.md
+++ b/api/Access.Form.Error.md
@@ -1,5 +1,5 @@
---
-title: Form.Error Event (Access)
+title: Form.Error event (Access)
keywords: vbaac10.chm13658
f1_keywords:
- vbaac10.chm13658
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.Error Event (Access)
+# Form.Error event (Access)
The Error event occurs when a run-time error is produced in Microsoft Access when a form has the focus.
## Syntax
- _expression_. `Error`( ` _DataErr_`, ` _Response_` )
+_expression_. `Error`( ` _DataErr_`, ` _Response_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataErr_|Required|**Integer**|The error code returned by the Err object when an error occurs. You can use the DataErr argument with the Error function to map the number to the corresponding error message. |
| _Response_|Required|**Integer**|The setting determines whether or not an error message is displayed. The Response argument can be one of the following intrinsic constants.acDataErrContinue Ignore the error and continue without displaying the default Microsoft Access error message. You can supply a custom error message in place of the default error message.
acDataErrDisplay (Default) Display the default Microsoft Access error message.
|
diff --git a/api/Access.Form.FastLaserPrinting.md b/api/Access.Form.FastLaserPrinting.md
index a9da2480870..f688e76b586 100644
--- a/api/Access.Form.FastLaserPrinting.md
+++ b/api/Access.Form.FastLaserPrinting.md
@@ -1,5 +1,5 @@
---
-title: Form.FastLaserPrinting Property (Access)
+title: Form.FastLaserPrinting property (Access)
keywords: vbaac10.chm13392
f1_keywords:
- vbaac10.chm13392
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.FastLaserPrinting Property (Access)
+# Form.FastLaserPrinting property (Access)
You can use the **FastLaserPrinting** property to specify whether lines and rectangles are replaced by text character lines — similar to the underscore (_) and vertical bar (|) characters — when you print a form using most laser printers. Replacing lines and rectangles with text character lines can make printing much faster. Read/write **Boolean**.
## Syntax
- _expression_. `FastLaserPrinting`
+_expression_. `FastLaserPrinting`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.FetchDefaults.md b/api/Access.Form.FetchDefaults.md
index 0acffaaf1c7..6fa4934e4c8 100644
--- a/api/Access.Form.FetchDefaults.md
+++ b/api/Access.Form.FetchDefaults.md
@@ -1,5 +1,5 @@
---
-title: Form.FetchDefaults Property (Access)
+title: Form.FetchDefaults property (Access)
keywords: vbaac10.chm13555
f1_keywords:
- vbaac10.chm13555
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.FetchDefaults Property (Access)
+# Form.FetchDefaults property (Access)
Returns or sets a **Boolean** indicating whether Microsoft Access shows default values for new rows on the specified form before the row is saved. **True** if Access shows the default values for new rows on the specified form. Read/write.
## Syntax
- _expression_. `FetchDefaults`
+_expression_. `FetchDefaults`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Example
diff --git a/api/Access.Form.Filter(even).md b/api/Access.Form.Filter(even).md
index b8b8dfc6def..a9cbfc9ca3b 100644
--- a/api/Access.Form.Filter(even).md
+++ b/api/Access.Form.Filter(even).md
@@ -1,5 +1,5 @@
---
-title: Form.Filter Event (Access)
+title: Form.Filter event (Access)
keywords: vbaac10.chm13660
f1_keywords:
- vbaac10.chm13660
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.Filter Event (Access)
+# Form.Filter event (Access)
Occurs when the user opens a filter window by clicking **Filter by Form**, **Advanced Filter/Sort**, or **Server Filter By Form**.
## Syntax
- _expression_. `Filter`( ` _Cancel_`, ` _FilterType_` )
+_expression_. `Filter`( ` _Cancel_`, ` _FilterType_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines whether to open the filter window. Setting the Cancel argument to **True** (?1) prevents the filter window from opening. You can also use the **CancelEvent** method of the **DoCmd** object to cancel opening the filter window.|
| _FilterType_|Required|**Integer**|The filter window the user is trying to open. The FilterType argument can be one of the following intrinsic constants:- acFilterByForm
- acFilterAdvanced
- acServerFilterByForm
|
diff --git a/api/Access.Form.Filter(property).md b/api/Access.Form.Filter(property).md
index 5db7d80116b..87b853605e5 100644
--- a/api/Access.Form.Filter(property).md
+++ b/api/Access.Form.Filter(property).md
@@ -1,5 +1,5 @@
---
-title: Form.Filter Property (Access)
+title: Form.Filter property (Access)
keywords: vbaac10.chm13346
f1_keywords:
- vbaac10.chm13346
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Filter Property (Access)
+# Form.Filter property (Access)
You can use the **Filter** property to specify a subset of records to be displayed when a filter is applied to a form, reportquery, or table. Read/write **String**.
## Syntax
- _expression_. `Filter`
+_expression_. `Filter`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.FilterOn.md b/api/Access.Form.FilterOn.md
index 696f899cb06..697cd7f5d50 100644
--- a/api/Access.Form.FilterOn.md
+++ b/api/Access.Form.FilterOn.md
@@ -1,5 +1,5 @@
---
-title: Form.FilterOn Property (Access)
+title: Form.FilterOn property (Access)
keywords: vbaac10.chm13347
f1_keywords:
- vbaac10.chm13347
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.FilterOn Property (Access)
+# Form.FilterOn property (Access)
You can use the **FilterOn** property to specify or determine whether the **Filter** property for a form or report is applied. Read/write **Boolean**.
## Syntax
- _expression_. `FilterOn`
+_expression_. `FilterOn`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.FilterOnLoad.md b/api/Access.Form.FilterOnLoad.md
index dc6d7496711..8f517df2e52 100644
--- a/api/Access.Form.FilterOnLoad.md
+++ b/api/Access.Form.FilterOnLoad.md
@@ -1,5 +1,5 @@
---
-title: Form.FilterOnLoad Property (Access)
+title: Form.FilterOnLoad property (Access)
keywords: vbaac10.chm13561
f1_keywords:
- vbaac10.chm13561
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.FilterOnLoad Property (Access)
+# Form.FilterOnLoad property (Access)
Gets or sets whether the filter specified by the **[Filter](Access.Form.Filter(property).md)** property is applied when the form is loaded. Read/write **Boolean**.
## Syntax
- _expression_. `FilterOnLoad`
+_expression_. `FilterOnLoad`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.FitToScreen.md b/api/Access.Form.FitToScreen.md
index 2e0697cf780..955c1c2e044 100644
--- a/api/Access.Form.FitToScreen.md
+++ b/api/Access.Form.FitToScreen.md
@@ -1,5 +1,5 @@
---
-title: Form.FitToScreen Property (Access)
+title: Form.FitToScreen property (Access)
keywords: vbaac10.chm14290,vbaac10.chm5882
f1_keywords:
- vbaac10.chm14290,vbaac10.chm5882
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.FitToScreen Property (Access)
+# Form.FitToScreen property (Access)
Gets or sets whether the width of the form is reduced to fit the width of the screen. Read/write **Boolean**.
## Syntax
- _expression_. `FitToScreen`
+_expression_. `FitToScreen`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.Form.md b/api/Access.Form.Form.md
index 18e1e55c0b6..fd699c8c955 100644
--- a/api/Access.Form.Form.md
+++ b/api/Access.Form.Form.md
@@ -1,5 +1,5 @@
---
-title: Form.Form Property (Access)
+title: Form.Form property (Access)
keywords: vbaac10.chm13499
f1_keywords:
- vbaac10.chm13499
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Form Property (Access)
+# Form.Form property (Access)
You can use the **Form** property to refer to a form or to refer to the form associated with a subformcontrol. Read-only **Form**.
## Syntax
- _expression_. `Form`
+_expression_. `Form`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.FrozenColumns.md b/api/Access.Form.FrozenColumns.md
index 89d075e1dc8..2021d14ebaa 100644
--- a/api/Access.Form.FrozenColumns.md
+++ b/api/Access.Form.FrozenColumns.md
@@ -1,5 +1,5 @@
---
-title: Form.FrozenColumns Property (Access)
+title: Form.FrozenColumns property (Access)
keywords: vbaac10.chm13420
f1_keywords:
- vbaac10.chm13420
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.FrozenColumns Property (Access)
+# Form.FrozenColumns property (Access)
You can use the **FrozenColumns** property to determine how many columns in a datasheet are frozen. Read/write **Integer**.
## Syntax
- _expression_. `FrozenColumns`
+_expression_. `FrozenColumns`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.GoToPage.md b/api/Access.Form.GoToPage.md
index dccd1ac4e82..d3601cc3425 100644
--- a/api/Access.Form.GoToPage.md
+++ b/api/Access.Form.GoToPage.md
@@ -1,5 +1,5 @@
---
-title: Form.GoToPage Method (Access)
+title: Form.GoToPage method (Access)
keywords: vbaac10.chm13506
f1_keywords:
- vbaac10.chm13506
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.GoToPage Method (Access)
+# Form.GoToPage method (Access)
The **GoToPage** method moves the focus to the first control on a specified page in the active form.
## Syntax
- _expression_. `GoToPage`( ` _PageNumber_`, ` _Right_`, ` _Down_` )
+_expression_. `GoToPage`( ` _PageNumber_`, ` _Right_`, ` _Down_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageNumber_|Required|**Long**|A numeric expression that's a valid page number for the active form.|
| _Right_|Optional|**Long**|A numeric expression that's a valid horizontal offset (in twips) from the left side of the window to the part of the page to be viewed.|
diff --git a/api/Access.Form.GotFocus.md b/api/Access.Form.GotFocus.md
index 8928d08ec83..3003404ee68 100644
--- a/api/Access.Form.GotFocus.md
+++ b/api/Access.Form.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: Form.GotFocus Event (Access)
+title: Form.GotFocus event (Access)
keywords: vbaac10.chm13648
f1_keywords:
- vbaac10.chm13648
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.GotFocus Event (Access)
+# Form.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.GridX.md b/api/Access.Form.GridX.md
index 13a76674c5b..d04871ff3dc 100644
--- a/api/Access.Form.GridX.md
+++ b/api/Access.Form.GridX.md
@@ -1,5 +1,5 @@
---
-title: Form.GridX Property (Access)
+title: Form.GridX property (Access)
keywords: vbaac10.chm13389
f1_keywords:
- vbaac10.chm13389
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.GridX Property (Access)
+# Form.GridX property (Access)
You can use the **GridX** property (along with the **GridY** property) to specify the horizontal and vertical divisions of the alignment grid in form Design view. Read/write **Integer**.
## Syntax
- _expression_. `GridX`
+_expression_. `GridX`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.GridY.md b/api/Access.Form.GridY.md
index 14a4a0f3106..2ac81e34d11 100644
--- a/api/Access.Form.GridY.md
+++ b/api/Access.Form.GridY.md
@@ -1,5 +1,5 @@
---
-title: Form.GridY Property (Access)
+title: Form.GridY property (Access)
keywords: vbaac10.chm13390
f1_keywords:
- vbaac10.chm13390
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.GridY Property (Access)
+# Form.GridY property (Access)
You can use the **GridY** property (along with the **GridX** property) to specify the horizontal and vertical divisions of the alignment grid in form Design view. Read/write **Integer**.
## Syntax
- _expression_. `GridY`
+_expression_. `GridY`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.HasModule.md b/api/Access.Form.HasModule.md
index 7ed40f63edc..15be544f7a3 100644
--- a/api/Access.Form.HasModule.md
+++ b/api/Access.Form.HasModule.md
@@ -1,5 +1,5 @@
---
-title: Form.HasModule Property (Access)
+title: Form.HasModule property (Access)
keywords: vbaac10.chm13478
f1_keywords:
- vbaac10.chm13478
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.HasModule Property (Access)
+# Form.HasModule property (Access)
You can use the **HasModule** property to specify or determine whether a form or report has a class module. Read/write **Boolean**.
## Syntax
- _expression_. `HasModule`
+_expression_. `HasModule`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.HelpContextId.md b/api/Access.Form.HelpContextId.md
index 90cccc36920..daf27ccfa9a 100644
--- a/api/Access.Form.HelpContextId.md
+++ b/api/Access.Form.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: Form.HelpContextId Property (Access)
+title: Form.HelpContextId property (Access)
keywords: vbaac10.chm13394
f1_keywords:
- vbaac10.chm13394
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.HelpContextId Property (Access)
+# Form.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.HelpFile.md b/api/Access.Form.HelpFile.md
index 52ba424dc11..654444a223f 100644
--- a/api/Access.Form.HelpFile.md
+++ b/api/Access.Form.HelpFile.md
@@ -1,5 +1,5 @@
---
-title: Form.HelpFile Property (Access)
+title: Form.HelpFile property (Access)
keywords: vbaac10.chm13393
f1_keywords:
- vbaac10.chm13393
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.HelpFile Property (Access)
+# Form.HelpFile property (Access)
The name of a help file associated with a form. Read/write **String**.
## Syntax
- _expression_. `HelpFile`
+_expression_. `HelpFile`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Example
diff --git a/api/Access.Form.HorizontalDatasheetGridlineStyle.md b/api/Access.Form.HorizontalDatasheetGridlineStyle.md
index 80b54d5e86d..5b648eacfa2 100644
--- a/api/Access.Form.HorizontalDatasheetGridlineStyle.md
+++ b/api/Access.Form.HorizontalDatasheetGridlineStyle.md
@@ -1,5 +1,5 @@
---
-title: Form.HorizontalDatasheetGridlineStyle Property (Access)
+title: Form.HorizontalDatasheetGridlineStyle property (Access)
keywords: vbaac10.chm13514
f1_keywords:
- vbaac10.chm13514
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.HorizontalDatasheetGridlineStyle Property (Access)
+# Form.HorizontalDatasheetGridlineStyle property (Access)
Returns or sets a **Byte** indicating the line style to use for horizontal gridlines on the specified datasheet. Read/write.
## Syntax
- _expression_. `HorizontalDatasheetGridlineStyle`
+_expression_. `HorizontalDatasheetGridlineStyle`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Hwnd.md b/api/Access.Form.Hwnd.md
index f980941a768..47120f2f90c 100644
--- a/api/Access.Form.Hwnd.md
+++ b/api/Access.Form.Hwnd.md
@@ -1,5 +1,5 @@
---
-title: Form.Hwnd Property (Access)
+title: Form.Hwnd property (Access)
keywords: vbaac10.chm13408
f1_keywords:
- vbaac10.chm13408
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Hwnd Property (Access)
+# Form.Hwnd property (Access)
You can use the **hWnd** property to determine the handle (a unique **Long Integer** value) assigned by Microsoft Windows to the current window. Read/write **Long**.
## Syntax
- _expression_. `Hwnd`
+_expression_. `Hwnd`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.InputParameters.md b/api/Access.Form.InputParameters.md
index 7d58dd9655d..10f68f0a05c 100644
--- a/api/Access.Form.InputParameters.md
+++ b/api/Access.Form.InputParameters.md
@@ -1,5 +1,5 @@
---
-title: Form.InputParameters Property (Access)
+title: Form.InputParameters property (Access)
keywords: vbaac10.chm13487
f1_keywords:
- vbaac10.chm13487
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.InputParameters Property (Access)
+# Form.InputParameters property (Access)
You can use the **InputParameters** property to specify or determine the input parameters that are passed to a SQL statement in the **RecordSource** property of a form or report or a stored procedure when used as the record source within a Microsoft Access project (.adp). Read/write **String**.
## Syntax
- _expression_. `InputParameters`
+_expression_. `InputParameters`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.InsideHeight.md b/api/Access.Form.InsideHeight.md
index 563fa5b5d88..b630f3adb14 100644
--- a/api/Access.Form.InsideHeight.md
+++ b/api/Access.Form.InsideHeight.md
@@ -1,5 +1,5 @@
---
-title: Form.InsideHeight Property (Access)
+title: Form.InsideHeight property (Access)
keywords: vbaac10.chm13475
f1_keywords:
- vbaac10.chm13475
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.InsideHeight Property (Access)
+# Form.InsideHeight property (Access)
You can use the **InsideHeight** property (along with the **InsideWidth** property) to determine the height and width (in twips) of the window containing a form. Read/write **Long**.
## Syntax
- _expression_. `InsideHeight`
+_expression_. `InsideHeight`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.InsideWidth.md b/api/Access.Form.InsideWidth.md
index c496d6b0e63..6c8a22f064f 100644
--- a/api/Access.Form.InsideWidth.md
+++ b/api/Access.Form.InsideWidth.md
@@ -1,5 +1,5 @@
---
-title: Form.InsideWidth Property (Access)
+title: Form.InsideWidth property (Access)
keywords: vbaac10.chm13476
f1_keywords:
- vbaac10.chm13476
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.InsideWidth Property (Access)
+# Form.InsideWidth property (Access)
You can use the **InsideWidth** property (along with the **InsideHeight** property) to determine the height and width (in twips) of the window containing a form. Read/write **Long**.
## Syntax
- _expression_. `InsideWidth`
+_expression_. `InsideWidth`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.KeyDown.md b/api/Access.Form.KeyDown.md
index 7faadd11227..912407f42eb 100644
--- a/api/Access.Form.KeyDown.md
+++ b/api/Access.Form.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: Form.KeyDown Event (Access)
+title: Form.KeyDown event (Access)
keywords: vbaac10.chm13655
f1_keywords:
- vbaac10.chm13655
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.KeyDown Event (Access)
+# Form.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:acShiftMask The bit mask for the SHIFT key.
acCtrlMask The bit mask for the CTRL key.
acAltMask The bit mask for the ALT key.
|
diff --git a/api/Access.Form.KeyPress.md b/api/Access.Form.KeyPress.md
index d891356a0ef..94095a5d581 100644
--- a/api/Access.Form.KeyPress.md
+++ b/api/Access.Form.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: Form.KeyPress Event (Access)
+title: Form.KeyPress event (Access)
keywords: vbaac10.chm13656
f1_keywords:
- vbaac10.chm13656
@@ -11,19 +11,19 @@ ms.date: 11/24/2017
---
-# Form.KeyPress Event (Access)
+# Form.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`(`_KeyAscii_`)
+_expression_. `KeyPress`(`_KeyAscii_`)
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.Form.KeyPreview.md b/api/Access.Form.KeyPreview.md
index aa1961cde5f..5fb952ae910 100644
--- a/api/Access.Form.KeyPreview.md
+++ b/api/Access.Form.KeyPreview.md
@@ -1,5 +1,5 @@
---
-title: Form.KeyPreview Property (Access)
+title: Form.KeyPreview property (Access)
keywords: vbaac10.chm13457
f1_keywords:
- vbaac10.chm13457
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.KeyPreview Property (Access)
+# Form.KeyPreview property (Access)
You can use the **KeyPreview** property to specify whether the form-level keyboard event procedures are invoked before a control's keyboard event procedures. Read/write **Boolean**.
## Syntax
- _expression_. `KeyPreview`
+_expression_. `KeyPreview`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.KeyUp.md b/api/Access.Form.KeyUp.md
index 4b948f05fc1..c14bf29f7f3 100644
--- a/api/Access.Form.KeyUp.md
+++ b/api/Access.Form.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: Form.KeyUp Event (Access)
+title: Form.KeyUp event (Access)
keywords: vbaac10.chm13657
f1_keywords:
- vbaac10.chm13657
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.KeyUp Event (Access)
+# Form.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.Form.LayoutForPrint.md b/api/Access.Form.LayoutForPrint.md
index aae73f2e952..a7aac5e4b99 100644
--- a/api/Access.Form.LayoutForPrint.md
+++ b/api/Access.Form.LayoutForPrint.md
@@ -1,5 +1,5 @@
---
-title: Form.LayoutForPrint Property (Access)
+title: Form.LayoutForPrint property (Access)
keywords: vbaac10.chm13391
f1_keywords:
- vbaac10.chm13391
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.LayoutForPrint Property (Access)
+# Form.LayoutForPrint property (Access)
You can use the **LayoutForPrint** property to specify whether the form uses printer or screen fonts. Read/write **Boolean**.
## Syntax
- _expression_. `LayoutForPrint`
+_expression_. `LayoutForPrint`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Load.md b/api/Access.Form.Load.md
index f53a7e4e972..a6fbc978a27 100644
--- a/api/Access.Form.Load.md
+++ b/api/Access.Form.Load.md
@@ -1,5 +1,5 @@
---
-title: Form.Load Event (Access)
+title: Form.Load event (Access)
keywords: vbaac10.chm13633
f1_keywords:
- vbaac10.chm13633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Load Event (Access)
+# Form.Load event (Access)
Occurs when a form is opened and its records are displayed.
## Syntax
- _expression_. `Load`
+_expression_. `Load`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.LostFocus.md b/api/Access.Form.LostFocus.md
index 6bff0cb34a1..694664fab74 100644
--- a/api/Access.Form.LostFocus.md
+++ b/api/Access.Form.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: Form.LostFocus Event (Access)
+title: Form.LostFocus event (Access)
keywords: vbaac10.chm13649
f1_keywords:
- vbaac10.chm13649
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.LostFocus Event (Access)
+# Form.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.MaxRecButton.md b/api/Access.Form.MaxRecButton.md
index 5176fa14cef..9978711394e 100644
--- a/api/Access.Form.MaxRecButton.md
+++ b/api/Access.Form.MaxRecButton.md
@@ -1,5 +1,5 @@
---
-title: Form.MaxRecButton Property (Access)
+title: Form.MaxRecButton property (Access)
keywords: vbaac10.chm13488
f1_keywords:
- vbaac10.chm13488
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.MaxRecButton Property (Access)
+# Form.MaxRecButton property (Access)
You can use the **MaxRecButton** property to specify or determine if the maximum record limit button is available on the navigation bar of a form in Datasheet view or Form view. Read/write **Boolean**.
## Syntax
- _expression_. `MaxRecButton`
+_expression_. `MaxRecButton`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.MaxRecords.md b/api/Access.Form.MaxRecords.md
index 62e08067caa..c00f41f35e5 100644
--- a/api/Access.Form.MaxRecords.md
+++ b/api/Access.Form.MaxRecords.md
@@ -1,5 +1,5 @@
---
-title: Form.MaxRecords Property (Access)
+title: Form.MaxRecords property (Access)
keywords: vbaac10.chm13484
f1_keywords:
- vbaac10.chm13484
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.MaxRecords Property (Access)
+# Form.MaxRecords property (Access)
Specifies the maximum number of records by a query or view. Read/write **Long**.
## Syntax
- _expression_. `MaxRecords`
+_expression_. `MaxRecords`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.MenuBar.md b/api/Access.Form.MenuBar.md
index 4663fdbe230..083b4d3cbc4 100644
--- a/api/Access.Form.MenuBar.md
+++ b/api/Access.Form.MenuBar.md
@@ -1,5 +1,5 @@
---
-title: Form.MenuBar Property (Access)
+title: Form.MenuBar property (Access)
keywords: vbaac10.chm13385
f1_keywords:
- vbaac10.chm13385
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.MenuBar Property (Access)
+# Form.MenuBar property (Access)
Specifies a custom menu to display for a form. Read/write **String**.
## Syntax
- _expression_. `MenuBar`
+_expression_. `MenuBar`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.MinMaxButtons.md b/api/Access.Form.MinMaxButtons.md
index cd2db509aa3..4ed5f76b16c 100644
--- a/api/Access.Form.MinMaxButtons.md
+++ b/api/Access.Form.MinMaxButtons.md
@@ -1,5 +1,5 @@
---
-title: Form.MinMaxButtons Property (Access)
+title: Form.MinMaxButtons property (Access)
keywords: vbaac10.chm13375
f1_keywords:
- vbaac10.chm13375
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.MinMaxButtons Property (Access)
+# Form.MinMaxButtons property (Access)
You can use the **MinMaxButtons** property to specify whether the **Maximize** and **Minimize** buttons will be visible on a form. Read/write **Byte**.
## Syntax
- _expression_. `MinMaxButtons`
+_expression_. `MinMaxButtons`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Modal.md b/api/Access.Form.Modal.md
index a7b7a163575..f4c43fc2764 100644
--- a/api/Access.Form.Modal.md
+++ b/api/Access.Form.Modal.md
@@ -1,5 +1,5 @@
---
-title: Form.Modal Property (Access)
+title: Form.Modal property (Access)
keywords: vbaac10.chm13370
f1_keywords:
- vbaac10.chm13370
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Modal Property (Access)
+# Form.Modal property (Access)
You can use the **Modal** property to specify whether a form opens as a modal window. When a form opens as a modal window, you must close the window before you can move the focus to another object. Read/write **Boolean**.
## Syntax
- _expression_. `Modal`
+_expression_. `Modal`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Module.md b/api/Access.Form.Module.md
index 921ae756ee5..75c2a20a3c4 100644
--- a/api/Access.Form.Module.md
+++ b/api/Access.Form.Module.md
@@ -1,5 +1,5 @@
---
-title: Form.Module Property (Access)
+title: Form.Module property (Access)
keywords: vbaac10.chm13500
f1_keywords:
- vbaac10.chm13500
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Module Property (Access)
+# Form.Module property (Access)
You can use the **Module** property to specify a form module. Read-only **Module** object.
## Syntax
- _expression_. `Module`
+_expression_. `Module`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.MouseDown.md b/api/Access.Form.MouseDown.md
index 7775b508f3a..4df0a400d0e 100644
--- a/api/Access.Form.MouseDown.md
+++ b/api/Access.Form.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: Form.MouseDown Event (Access)
+title: Form.MouseDown event (Access)
keywords: vbaac10.chm13652
f1_keywords:
- vbaac10.chm13652
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.MouseDown Event (Access)
+# Form.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Form.MouseMove.md b/api/Access.Form.MouseMove.md
index 9c24d334e4b..080a15e9212 100644
--- a/api/Access.Form.MouseMove.md
+++ b/api/Access.Form.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: Form.MouseMove Event (Access)
+title: Form.MouseMove event (Access)
keywords: vbaac10.chm13653
f1_keywords:
- vbaac10.chm13653
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.MouseMove Event (Access)
+# Form.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
acRightButton The bit mask for the right mouse button.
acMiddleButton The bit mask for the middle mouse button.
|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys when the button specified by the Button argument was pressed or released. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:acShiftMask The bit mask for the SHIFT key.
acCtrlMask The bit mask for the CTRL key.
acAltMask The bit mask for the ALT key.
|
diff --git a/api/Access.Form.MouseUp.md b/api/Access.Form.MouseUp.md
index 0e6372ae6ec..818352d6bf8 100644
--- a/api/Access.Form.MouseUp.md
+++ b/api/Access.Form.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: Form.MouseUp Event (Access)
+title: Form.MouseUp event (Access)
keywords: vbaac10.chm13654
f1_keywords:
- vbaac10.chm13654
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.MouseUp Event (Access)
+# Form.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Form.MouseWheel(even).md b/api/Access.Form.MouseWheel(even).md
index 06d53427b19..55921b31dcc 100644
--- a/api/Access.Form.MouseWheel(even).md
+++ b/api/Access.Form.MouseWheel(even).md
@@ -1,5 +1,5 @@
---
-title: Form.MouseWheel Event (Access)
+title: Form.MouseWheel event (Access)
keywords: vbaac10.chm13683
f1_keywords:
- vbaac10.chm13683
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.MouseWheel Event (Access)
+# Form.MouseWheel event (Access)
Occurs when the user rolls the mouse wheel in Form View, Split Form View, Datasheet View, Layout View, PivotChart View, or PivotTable View.
## Syntax
- _expression_. `MouseWheel`( ` _Page_`, ` _Count_` )
+_expression_. `MouseWheel`( ` _Page_`, ` _Count_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required|**Boolean**|**True** if the page was changed.|
| _Count_|Required|**Long**|The number of lines by which the view was scrolled with the mouse wheel.|
diff --git a/api/Access.Form.MouseWheel(property).md b/api/Access.Form.MouseWheel(property).md
index 3239d2f79ec..0253ad6a714 100644
--- a/api/Access.Form.MouseWheel(property).md
+++ b/api/Access.Form.MouseWheel(property).md
@@ -1,5 +1,5 @@
---
-title: Form.MouseWheel Property (Access)
+title: Form.MouseWheel property (Access)
keywords: vbaac10.chm13552
f1_keywords:
- vbaac10.chm13552
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.MouseWheel Property (Access)
+# Form.MouseWheel property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **MouseWheel** event occurs. Read/write.
## Syntax
- _expression_. `MouseWheel`
+_expression_. `MouseWheel`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Move.md b/api/Access.Form.Move.md
index 6d84e470463..d7314f03a70 100644
--- a/api/Access.Form.Move.md
+++ b/api/Access.Form.Move.md
@@ -1,5 +1,5 @@
---
-title: Form.Move Method (Access)
+title: Form.Move method (Access)
keywords: vbaac10.chm13518
f1_keywords:
- vbaac10.chm13518
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.Move Method (Access)
+# Form.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.Form.Moveable.md b/api/Access.Form.Moveable.md
index 66c4dfed259..67794ecbff9 100644
--- a/api/Access.Form.Moveable.md
+++ b/api/Access.Form.Moveable.md
@@ -1,5 +1,5 @@
---
-title: Form.Moveable Property (Access)
+title: Form.Moveable property (Access)
keywords: vbaac10.chm13524
f1_keywords:
- vbaac10.chm13524
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Moveable Property (Access)
+# Form.Moveable property (Access)
Returns or sets a **Boolean** indicating whether the specified form can be moved by the user; **True** if it can be moved. Read/write.
## Syntax
- _expression_. `Moveable`
+_expression_. `Moveable`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Name.md b/api/Access.Form.Name.md
index 954370c62aa..74e544d2b6f 100644
--- a/api/Access.Form.Name.md
+++ b/api/Access.Form.Name.md
@@ -1,5 +1,5 @@
---
-title: Form.Name Property (Access)
+title: Form.Name property (Access)
keywords: vbaac10.chm13509
f1_keywords:
- vbaac10.chm13509
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Name Property (Access)
+# Form.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.NavigationButtons.md b/api/Access.Form.NavigationButtons.md
index 8e0117d93ce..845f9da7055 100644
--- a/api/Access.Form.NavigationButtons.md
+++ b/api/Access.Form.NavigationButtons.md
@@ -1,5 +1,5 @@
---
-title: Form.NavigationButtons Property (Access)
+title: Form.NavigationButtons property (Access)
keywords: vbaac10.chm13365
f1_keywords:
- vbaac10.chm13365
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.NavigationButtons Property (Access)
+# Form.NavigationButtons property (Access)
You can use the **NavigationButtons** property to specify whether navigation buttons and a record number box are displayed on a form. Read/write **Boolean**.
## Syntax
- _expression_. `NavigationButtons`
+_expression_. `NavigationButtons`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.NavigationCaption.md b/api/Access.Form.NavigationCaption.md
index 6a3e204e8ad..a20d19029d5 100644
--- a/api/Access.Form.NavigationCaption.md
+++ b/api/Access.Form.NavigationCaption.md
@@ -1,5 +1,5 @@
---
-title: Form.NavigationCaption Property (Access)
+title: Form.NavigationCaption property (Access)
keywords: vbaac10.chm13568,vbaac10.chm5683
f1_keywords:
- vbaac10.chm13568,vbaac10.chm5683
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.NavigationCaption Property (Access)
+# Form.NavigationCaption property (Access)
Gets or sets the text that appears to the left of the form's navigation buttons. Read/write **String**.
## Syntax
- _expression_. `NavigationCaption`
+_expression_. `NavigationCaption`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.NewRecord.md b/api/Access.Form.NewRecord.md
index 066c191ba1c..c46e7fe4659 100644
--- a/api/Access.Form.NewRecord.md
+++ b/api/Access.Form.NewRecord.md
@@ -1,5 +1,5 @@
---
-title: Form.NewRecord Property (Access)
+title: Form.NewRecord property (Access)
keywords: vbaac10.chm13491
f1_keywords:
- vbaac10.chm13491
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.NewRecord Property (Access)
+# Form.NewRecord property (Access)
You can use the **NewRecord** property to determine whether the current record is a new record. Read-only **Integer**.
## Syntax
- _expression_. `NewRecord`
+_expression_. `NewRecord`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.OnActivate.md b/api/Access.Form.OnActivate.md
index e3797e0ebe9..248b125b54e 100644
--- a/api/Access.Form.OnActivate.md
+++ b/api/Access.Form.OnActivate.md
@@ -1,5 +1,5 @@
---
-title: Form.OnActivate Property (Access)
+title: Form.OnActivate property (Access)
keywords: vbaac10.chm13445
f1_keywords:
- vbaac10.chm13445
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnActivate Property (Access)
+# Form.OnActivate property (Access)
Sets or returns the value of the **On Activate** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnActivate`
+_expression_. `OnActivate`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Activate** event occurs when the form or report receives the focus and be
The **OnActivate** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Activate** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnApplyFilter.md b/api/Access.Form.OnApplyFilter.md
index a3e9a8a2267..5e79c63c92d 100644
--- a/api/Access.Form.OnApplyFilter.md
+++ b/api/Access.Form.OnApplyFilter.md
@@ -1,5 +1,5 @@
---
-title: Form.OnApplyFilter Property (Access)
+title: Form.OnApplyFilter property (Access)
keywords: vbaac10.chm13460
f1_keywords:
- vbaac10.chm13460
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnApplyFilter Property (Access)
+# Form.OnApplyFilter property (Access)
Sets or returns the value of the **On Apply Filter** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnApplyFilter`
+_expression_. `OnApplyFilter`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Apply Filter** event occurs when a filter is applied or removed.
The **OnApplyFilter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Apply Filter** box in the form's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnClick.md b/api/Access.Form.OnClick.md
index f026fe07754..35148ac9467 100644
--- a/api/Access.Form.OnClick.md
+++ b/api/Access.Form.OnClick.md
@@ -1,5 +1,5 @@
---
-title: Form.OnClick Property (Access)
+title: Form.OnClick property (Access)
keywords: vbaac10.chm13449
f1_keywords:
- vbaac10.chm13449
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnClick Property (Access)
+# Form.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnClose.md b/api/Access.Form.OnClose.md
index d93c0ac55c5..3c5bb85d372 100644
--- a/api/Access.Form.OnClose.md
+++ b/api/Access.Form.OnClose.md
@@ -1,5 +1,5 @@
---
-title: Form.OnClose Property (Access)
+title: Form.OnClose property (Access)
keywords: vbaac10.chm13444
f1_keywords:
- vbaac10.chm13444
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnClose Property (Access)
+# Form.OnClose property (Access)
Sets or returns the value of the **On Close** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnClose`
+_expression_. `OnClose`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Close** event occurs when when a form or report is closed and removed fro
The **OnClose** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Close** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnConnect(even).md b/api/Access.Form.OnConnect(even).md
index 42f44cbf98c..e0c460459b8 100644
--- a/api/Access.Form.OnConnect(even).md
+++ b/api/Access.Form.OnConnect(even).md
@@ -1,5 +1,5 @@
---
-title: Form.OnConnect Event (Access)
+title: Form.OnConnect event (Access)
keywords: vbaac10.chm13667
f1_keywords:
- vbaac10.chm13667
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.OnConnect Event (Access)
+# Form.OnConnect event (Access)
Occurs when the specified PivotTable view connects to a data source.
## Syntax
- _expression_. `OnConnect`
+_expression_. `OnConnect`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.OnConnect(property).md b/api/Access.Form.OnConnect(property).md
index df80769e02f..e5aceb8f2ed 100644
--- a/api/Access.Form.OnConnect(property).md
+++ b/api/Access.Form.OnConnect(property).md
@@ -1,5 +1,5 @@
---
-title: Form.OnConnect Property (Access)
+title: Form.OnConnect property (Access)
keywords: vbaac10.chm13536,vbaac10.chm5100
f1_keywords:
- vbaac10.chm13536,vbaac10.chm5100
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnConnect Property (Access)
+# Form.OnConnect property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[OnConnect](Access.Form.OnConnect(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `OnConnect`
+_expression_. `OnConnect`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.OnCurrent.md b/api/Access.Form.OnCurrent.md
index 50dca37acba..95796b1b088 100644
--- a/api/Access.Form.OnCurrent.md
+++ b/api/Access.Form.OnCurrent.md
@@ -1,5 +1,5 @@
---
-title: Form.OnCurrent Property (Access)
+title: Form.OnCurrent property (Access)
keywords: vbaac10.chm13430
f1_keywords:
- vbaac10.chm13430
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnCurrent Property (Access)
+# Form.OnCurrent property (Access)
Sets or returns the value of the **On Current** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnCurrent`
+_expression_. `OnCurrent`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Current** event occurs when the focus moves to a record, making it the cu
The **OnCurrent** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Apply Filter** box in the form's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnDblClick.md b/api/Access.Form.OnDblClick.md
index 4801c2d34ac..759fd6adce8 100644
--- a/api/Access.Form.OnDblClick.md
+++ b/api/Access.Form.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: Form.OnDblClick Property (Access)
+title: Form.OnDblClick property (Access)
keywords: vbaac10.chm13450
f1_keywords:
- vbaac10.chm13450
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnDblClick Property (Access)
+# Form.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnDeactivate.md b/api/Access.Form.OnDeactivate.md
index 1bc3890ab7e..686d9683bfe 100644
--- a/api/Access.Form.OnDeactivate.md
+++ b/api/Access.Form.OnDeactivate.md
@@ -1,5 +1,5 @@
---
-title: Form.OnDeactivate Property (Access)
+title: Form.OnDeactivate property (Access)
keywords: vbaac10.chm13446
f1_keywords:
- vbaac10.chm13446
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnDeactivate Property (Access)
+# Form.OnDeactivate property (Access)
Sets or returns the value of the **On Deactivate** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnDeactivate`
+_expression_. `OnDeactivate`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Deactivate** event occurs when the form or report loses the focus to a Ta
The **OnDeactivate** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Deactivate** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnDelete.md b/api/Access.Form.OnDelete.md
index a9de3af8bf3..45b399b5407 100644
--- a/api/Access.Form.OnDelete.md
+++ b/api/Access.Form.OnDelete.md
@@ -1,5 +1,5 @@
---
-title: Form.OnDelete Property (Access)
+title: Form.OnDelete property (Access)
keywords: vbaac10.chm13437,vbaac10.chm5427
f1_keywords:
- vbaac10.chm13437,vbaac10.chm5427
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnDelete Property (Access)
+# Form.OnDelete property (Access)
Sets or returns the value of the **On Delete** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnDelete`
+_expression_. `OnDelete`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Delete** event occurs when the user performs some action, such as pressin
The **OnDelete** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Delete** box in the form's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnDirty.md b/api/Access.Form.OnDirty.md
index 599a5fa75b0..46b709726f7 100644
--- a/api/Access.Form.OnDirty.md
+++ b/api/Access.Form.OnDirty.md
@@ -1,5 +1,5 @@
---
-title: Form.OnDirty Property (Access)
+title: Form.OnDirty property (Access)
keywords: vbaac10.chm13436
f1_keywords:
- vbaac10.chm13436
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnDirty Property (Access)
+# Form.OnDirty property (Access)
Sets or returns the value of the **On Dirty** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnDirty`
+_expression_. `OnDirty`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Dirty** event occurs when the contents of a form or the text portion of a
The **OnClose** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dirty** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnDisconnect(even).md b/api/Access.Form.OnDisconnect(even).md
index 9fff61d8526..3e85b8347fb 100644
--- a/api/Access.Form.OnDisconnect(even).md
+++ b/api/Access.Form.OnDisconnect(even).md
@@ -1,5 +1,5 @@
---
-title: Form.OnDisconnect Event (Access)
+title: Form.OnDisconnect event (Access)
keywords: vbaac10.chm13668
f1_keywords:
- vbaac10.chm13668
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.OnDisconnect Event (Access)
+# Form.OnDisconnect event (Access)
Occurs when the specified PivotTable view disconnects from a data source.
## Syntax
- _expression_. `OnDisconnect`
+_expression_. `OnDisconnect`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.OnDisconnect(property).md b/api/Access.Form.OnDisconnect(property).md
index 56205b7b840..88d37bc87b6 100644
--- a/api/Access.Form.OnDisconnect(property).md
+++ b/api/Access.Form.OnDisconnect(property).md
@@ -1,5 +1,5 @@
---
-title: Form.OnDisconnect Property (Access)
+title: Form.OnDisconnect property (Access)
keywords: vbaac10.chm13537,vbaac10.chm5101
f1_keywords:
- vbaac10.chm13537,vbaac10.chm5101
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnDisconnect Property (Access)
+# Form.OnDisconnect property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[OnDisconnect](Access.Form.OnDisconnect(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `OnDisconnect`
+_expression_. `OnDisconnect`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.OnError.md b/api/Access.Form.OnError.md
index 5dd0a20f483..f6dc1cc95d7 100644
--- a/api/Access.Form.OnError.md
+++ b/api/Access.Form.OnError.md
@@ -1,5 +1,5 @@
---
-title: Form.OnError Property (Access)
+title: Form.OnError property (Access)
keywords: vbaac10.chm13458
f1_keywords:
- vbaac10.chm13458
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnError Property (Access)
+# Form.OnError property (Access)
Sets or returns the value of the **OnError** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnError`
+_expression_. `OnError`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Error** event occurs when a run-time error is produced in Microsoft Acces
The **OnError** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **OnError** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnFilter.md b/api/Access.Form.OnFilter.md
index 235863e8807..e20e4cba832 100644
--- a/api/Access.Form.OnFilter.md
+++ b/api/Access.Form.OnFilter.md
@@ -1,5 +1,5 @@
---
-title: Form.OnFilter Property (Access)
+title: Form.OnFilter property (Access)
keywords: vbaac10.chm13459
f1_keywords:
- vbaac10.chm13459
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnFilter Property (Access)
+# Form.OnFilter property (Access)
Sets or returns the value of the **On Filter** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnFilter`
+_expression_. `OnFilter`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Filter** event occurs when a form is opened and its records are displayed
The **OnFilter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Filter** box in the form's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnGotFocus.md b/api/Access.Form.OnGotFocus.md
index f29bc5d0a4b..bbb84aa6aa2 100644
--- a/api/Access.Form.OnGotFocus.md
+++ b/api/Access.Form.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: Form.OnGotFocus Property (Access)
+title: Form.OnGotFocus property (Access)
keywords: vbaac10.chm13447
f1_keywords:
- vbaac10.chm13447
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnGotFocus Property (Access)
+# Form.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnInsert.md b/api/Access.Form.OnInsert.md
index f4a7a5bafee..2a25bd57207 100644
--- a/api/Access.Form.OnInsert.md
+++ b/api/Access.Form.OnInsert.md
@@ -1,5 +1,5 @@
---
-title: Form.OnInsert Property (Access)
+title: Form.OnInsert property (Access)
keywords: vbaac10.chm13431
f1_keywords:
- vbaac10.chm13431
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnInsert Property (Access)
+# Form.OnInsert property (Access)
Sets or returns the value of the **Before Insert** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnInsert`
+_expression_. `OnInsert`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -34,7 +34,7 @@ The **BeforeInsert** event occurs when the user types the first character in a
The **OnInsert** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **Before Insert** box in the form's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnKeyDown.md b/api/Access.Form.OnKeyDown.md
index a751402f832..da187551190 100644
--- a/api/Access.Form.OnKeyDown.md
+++ b/api/Access.Form.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: Form.OnKeyDown Property (Access)
+title: Form.OnKeyDown property (Access)
keywords: vbaac10.chm13454
f1_keywords:
- vbaac10.chm13454
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnKeyDown Property (Access)
+# Form.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnKeyPress.md b/api/Access.Form.OnKeyPress.md
index a00a29b90ad..270140562da 100644
--- a/api/Access.Form.OnKeyPress.md
+++ b/api/Access.Form.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: Form.OnKeyPress Property (Access)
+title: Form.OnKeyPress property (Access)
keywords: vbaac10.chm13456
f1_keywords:
- vbaac10.chm13456
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnKeyPress Property (Access)
+# Form.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnKeyUp.md b/api/Access.Form.OnKeyUp.md
index 1cba0b1cf0e..35fa0d54be0 100644
--- a/api/Access.Form.OnKeyUp.md
+++ b/api/Access.Form.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: Form.OnKeyUp Property (Access)
+title: Form.OnKeyUp property (Access)
keywords: vbaac10.chm13455
f1_keywords:
- vbaac10.chm13455
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnKeyUp Property (Access)
+# Form.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnLoad.md b/api/Access.Form.OnLoad.md
index 57e2237e772..4a8f02ce8ae 100644
--- a/api/Access.Form.OnLoad.md
+++ b/api/Access.Form.OnLoad.md
@@ -1,5 +1,5 @@
---
-title: Form.OnLoad Property (Access)
+title: Form.OnLoad property (Access)
keywords: vbaac10.chm13441
f1_keywords:
- vbaac10.chm13441
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnLoad Property (Access)
+# Form.OnLoad property (Access)
Sets or returns the value of the **On Load** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnLoad`
+_expression_. `OnLoad`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Load** event occurs when a form is opened and its records are displayed.
The **OnLoad** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Load** box in the form's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnLostFocus.md b/api/Access.Form.OnLostFocus.md
index c4ccaa6bf5b..14c079a952d 100644
--- a/api/Access.Form.OnLostFocus.md
+++ b/api/Access.Form.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: Form.OnLostFocus Property (Access)
+title: Form.OnLostFocus property (Access)
keywords: vbaac10.chm13448
f1_keywords:
- vbaac10.chm13448
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnLostFocus Property (Access)
+# Form.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnMouseDown.md b/api/Access.Form.OnMouseDown.md
index f1c4a732a4f..8f724fd7b41 100644
--- a/api/Access.Form.OnMouseDown.md
+++ b/api/Access.Form.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: Form.OnMouseDown Property (Access)
+title: Form.OnMouseDown property (Access)
keywords: vbaac10.chm13451
f1_keywords:
- vbaac10.chm13451
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnMouseDown Property (Access)
+# Form.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnMouseMove.md b/api/Access.Form.OnMouseMove.md
index a3bb83cf0c7..4b3e4d28cfb 100644
--- a/api/Access.Form.OnMouseMove.md
+++ b/api/Access.Form.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: Form.OnMouseMove Property (Access)
+title: Form.OnMouseMove property (Access)
keywords: vbaac10.chm13452
f1_keywords:
- vbaac10.chm13452
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnMouseMove Property (Access)
+# Form.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnMouseUp.md b/api/Access.Form.OnMouseUp.md
index 447d2dfefb8..894a15a5aec 100644
--- a/api/Access.Form.OnMouseUp.md
+++ b/api/Access.Form.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: Form.OnMouseUp Property (Access)
+title: Form.OnMouseUp property (Access)
keywords: vbaac10.chm13453
f1_keywords:
- vbaac10.chm13453
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnMouseUp Property (Access)
+# Form.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnOpen.md b/api/Access.Form.OnOpen.md
index d88feb56a02..b4432922c64 100644
--- a/api/Access.Form.OnOpen.md
+++ b/api/Access.Form.OnOpen.md
@@ -1,5 +1,5 @@
---
-title: Form.OnOpen Property (Access)
+title: Form.OnOpen property (Access)
keywords: vbaac10.chm13440
f1_keywords:
- vbaac10.chm13440
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnOpen Property (Access)
+# Form.OnOpen property (Access)
Sets or returns the value of the **On Open** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnOpen`
+_expression_. `OnOpen`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Open** event occurs when a form is opened, but before the first record is
The **OnOpen** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Open** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnResize.md b/api/Access.Form.OnResize.md
index 4b65bcd2d97..db4e010e7ca 100644
--- a/api/Access.Form.OnResize.md
+++ b/api/Access.Form.OnResize.md
@@ -1,5 +1,5 @@
---
-title: Form.OnResize Property (Access)
+title: Form.OnResize property (Access)
keywords: vbaac10.chm13442
f1_keywords:
- vbaac10.chm13442
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnResize Property (Access)
+# Form.OnResize property (Access)
Sets or returns the value of the **On Resize** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnResize`
+_expression_. `OnResize`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Resize** event occurs when a form is opened and whenever the size of a fo
The **OnResize** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Resize** box in the form's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnTimer.md b/api/Access.Form.OnTimer.md
index acea640ffb6..c13faf65bd9 100644
--- a/api/Access.Form.OnTimer.md
+++ b/api/Access.Form.OnTimer.md
@@ -1,5 +1,5 @@
---
-title: Form.OnTimer Property (Access)
+title: Form.OnTimer property (Access)
keywords: vbaac10.chm13461
f1_keywords:
- vbaac10.chm13461
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnTimer Property (Access)
+# Form.OnTimer property (Access)
Sets or returns the value of the **On Timer** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnTimer`
+_expression_. `OnTimer`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Timer** event occurs for a form at regular intervals as specified by the
The **OnTimer** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Timer** box in the form's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.OnUndo.md b/api/Access.Form.OnUndo.md
index 609bbf81e85..9c585967144 100644
--- a/api/Access.Form.OnUndo.md
+++ b/api/Access.Form.OnUndo.md
@@ -1,5 +1,5 @@
---
-title: Form.OnUndo Property (Access)
+title: Form.OnUndo property (Access)
keywords: vbaac10.chm13519
f1_keywords:
- vbaac10.chm13519
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnUndo Property (Access)
+# Form.OnUndo property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **Undo** event occurs. Read/write..
## Syntax
- _expression_. `OnUndo`
+_expression_. `OnUndo`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.OnUnload.md b/api/Access.Form.OnUnload.md
index ab0bcca5aa1..958074543ce 100644
--- a/api/Access.Form.OnUnload.md
+++ b/api/Access.Form.OnUnload.md
@@ -1,5 +1,5 @@
---
-title: Form.OnUnload Property (Access)
+title: Form.OnUnload property (Access)
keywords: vbaac10.chm13443
f1_keywords:
- vbaac10.chm13443
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OnUnload Property (Access)
+# Form.OnUnload property (Access)
Sets or returns the value of the **On Unload** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnUnload`
+_expression_. `OnUnload`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Unload** event occurs after a form is closed but before it's removed from
The **OnUnload** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Unload** box in the form's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Form.Open.md b/api/Access.Form.Open.md
index f39efa53b23..957917cb74f 100644
--- a/api/Access.Form.Open.md
+++ b/api/Access.Form.Open.md
@@ -1,5 +1,5 @@
---
-title: Form.Open Event (Access)
+title: Form.Open event (Access)
keywords: vbaac10.chm13642
f1_keywords:
- vbaac10.chm13642
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.Open Event (Access)
+# Form.Open event (Access)
The **Open** event occurs when a form is opened, but before the first record is displayed.
## Syntax
- _expression_. `Open`( ` _Cancel_`, )
+_expression_. `Open`( ` _Cancel_`, )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the opening of the form or report occurs. Setting the Cancel argument to True (?1) cancels the opening of the form or report.|
diff --git a/api/Access.Form.OpenArgs.md b/api/Access.Form.OpenArgs.md
index 1d9f9882db3..b1ee5bd839d 100644
--- a/api/Access.Form.OpenArgs.md
+++ b/api/Access.Form.OpenArgs.md
@@ -1,5 +1,5 @@
---
-title: Form.OpenArgs Property (Access)
+title: Form.OpenArgs property (Access)
keywords: vbaac10.chm13428
f1_keywords:
- vbaac10.chm13428
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OpenArgs Property (Access)
+# Form.OpenArgs property (Access)
Determines the string expression specified by the _OpenArgs_ argument of the **OpenForm** method that opened a form. Read/write **Variant**.
## Syntax
- _expression_. `OpenArgs`
+_expression_. `OpenArgs`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.OrderBy.md b/api/Access.Form.OrderBy.md
index 8540ff64f9c..0435995a88f 100644
--- a/api/Access.Form.OrderBy.md
+++ b/api/Access.Form.OrderBy.md
@@ -1,5 +1,5 @@
---
-title: Form.OrderBy Property (Access)
+title: Form.OrderBy property (Access)
keywords: vbaac10.chm13348
f1_keywords:
- vbaac10.chm13348
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OrderBy Property (Access)
+# Form.OrderBy property (Access)
You can use the **OrderBy** property to specify how you want to sort records in a form. Read/write **String**.
## Syntax
- _expression_. `OrderBy`
+_expression_. `OrderBy`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.OrderByOn.md b/api/Access.Form.OrderByOn.md
index 9ea14b3a7e4..87162f02c9d 100644
--- a/api/Access.Form.OrderByOn.md
+++ b/api/Access.Form.OrderByOn.md
@@ -1,5 +1,5 @@
---
-title: Form.OrderByOn Property (Access)
+title: Form.OrderByOn property (Access)
keywords: vbaac10.chm13349
f1_keywords:
- vbaac10.chm13349
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OrderByOn Property (Access)
+# Form.OrderByOn property (Access)
You can use the **OrderByOn** property to specify whether an object's **OrderBy** property setting is applied. Read/write **Boolean**.
## Syntax
- _expression_. `OrderByOn`
+_expression_. `OrderByOn`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.OrderByOnLoad.md b/api/Access.Form.OrderByOnLoad.md
index 8ba44d178e6..cd6328d21cf 100644
--- a/api/Access.Form.OrderByOnLoad.md
+++ b/api/Access.Form.OrderByOnLoad.md
@@ -1,5 +1,5 @@
---
-title: Form.OrderByOnLoad Property (Access)
+title: Form.OrderByOnLoad property (Access)
keywords: vbaac10.chm13562
f1_keywords:
- vbaac10.chm13562
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.OrderByOnLoad Property (Access)
+# Form.OrderByOnLoad property (Access)
Gets or sets whether the sorting specified by the **[OrderBy](Access.Form.OrderBy.md)** property is applied when the form is loaded. Read/write **Boolean**.
## Syntax
- _expression_. `OrderByOnLoad`
+_expression_. `OrderByOnLoad`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.Orientation.md b/api/Access.Form.Orientation.md
index 432d0ef0254..d779ff5af2a 100644
--- a/api/Access.Form.Orientation.md
+++ b/api/Access.Form.Orientation.md
@@ -1,5 +1,5 @@
---
-title: Form.Orientation Property (Access)
+title: Form.Orientation property (Access)
keywords: vbaac10.chm13480
f1_keywords:
- vbaac10.chm13480
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Orientation Property (Access)
+# Form.Orientation property (Access)
You can use the **Orientation** property to specify or determine the view orientation. Read/write **Byte**.
## Syntax
- _expression_. `Orientation`
+_expression_. `Orientation`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Page.md b/api/Access.Form.Page.md
index 0296a3553c9..adc4ab32ad7 100644
--- a/api/Access.Form.Page.md
+++ b/api/Access.Form.Page.md
@@ -1,5 +1,5 @@
---
-title: Form.Page Property (Access)
+title: Form.Page property (Access)
keywords: vbaac10.chm13410
f1_keywords:
- vbaac10.chm13410
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Page Property (Access)
+# Form.Page property (Access)
The **Page** property specifies the current page number when a form is being printed. Read/write **Long**.
## Syntax
- _expression_. `Page`
+_expression_. `Page`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Pages.md b/api/Access.Form.Pages.md
index 5ed55ca5264..619480ce6f5 100644
--- a/api/Access.Form.Pages.md
+++ b/api/Access.Form.Pages.md
@@ -1,5 +1,5 @@
---
-title: Form.Pages Property (Access)
+title: Form.Pages property (Access)
keywords: vbaac10.chm13411
f1_keywords:
- vbaac10.chm13411
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Pages Property (Access)
+# Form.Pages property (Access)
You can use the **Pages** property to return information needed to print page numbers in a form. Read/write **Integer**.
## Syntax
- _expression_. `Pages`
+_expression_. `Pages`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PaintPalette.md b/api/Access.Form.PaintPalette.md
index c93fecef4bd..9e6ac9603c9 100644
--- a/api/Access.Form.PaintPalette.md
+++ b/api/Access.Form.PaintPalette.md
@@ -1,5 +1,5 @@
---
-title: Form.PaintPalette Property (Access)
+title: Form.PaintPalette property (Access)
keywords: vbaac10.chm13426
f1_keywords:
- vbaac10.chm13426
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PaintPalette Property (Access)
+# Form.PaintPalette property (Access)
You can use the **PaintPalette** property to specify a palette to be used by a form. Read/write **Variant**.
## Syntax
- _expression_. `PaintPalette`
+_expression_. `PaintPalette`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Painting.md b/api/Access.Form.Painting.md
index 12e6528d567..41ede4cfe40 100644
--- a/api/Access.Form.Painting.md
+++ b/api/Access.Form.Painting.md
@@ -1,5 +1,5 @@
---
-title: Form.Painting Property (Access)
+title: Form.Painting property (Access)
keywords: vbaac10.chm13416
f1_keywords:
- vbaac10.chm13416
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Painting Property (Access)
+# Form.Painting property (Access)
You can use the **Painting** property to specify whether a form is repainted. Read/write **Boolean**.
## Syntax
- _expression_. `Painting`
+_expression_. `Painting`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PaletteSource.md b/api/Access.Form.PaletteSource.md
index f52ace6cd0a..86cb58e6e19 100644
--- a/api/Access.Form.PaletteSource.md
+++ b/api/Access.Form.PaletteSource.md
@@ -1,5 +1,5 @@
---
-title: Form.PaletteSource Property (Access)
+title: Form.PaletteSource property (Access)
keywords: vbaac10.chm13424
f1_keywords:
- vbaac10.chm13424
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PaletteSource Property (Access)
+# Form.PaletteSource property (Access)
You can use the **PaletteSource** property to specify the palette for a form. Read/write **String**.
## Syntax
- _expression_. `PaletteSource`
+_expression_. `PaletteSource`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Parent.md b/api/Access.Form.Parent.md
index 52ac13e08f5..9962dad331c 100644
--- a/api/Access.Form.Parent.md
+++ b/api/Access.Form.Parent.md
@@ -1,5 +1,5 @@
---
-title: Form.Parent Property (Access)
+title: Form.Parent property (Access)
keywords: vbaac10.chm13490
f1_keywords:
- vbaac10.chm13490
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Parent Property (Access)
+# Form.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.Picture.md b/api/Access.Form.Picture.md
index d005e55599f..c24980c6bce 100644
--- a/api/Access.Form.Picture.md
+++ b/api/Access.Form.Picture.md
@@ -1,5 +1,5 @@
---
-title: Form.Picture Property (Access)
+title: Form.Picture property (Access)
keywords: vbaac10.chm13379
f1_keywords:
- vbaac10.chm13379
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Picture Property (Access)
+# Form.Picture property (Access)
You can use the **Picture** property to specify a bitmap or other type of graphic to be used as a background picture on a form. Read/write **String**.
## Syntax
- _expression_. `Picture`
+_expression_. `Picture`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PictureAlignment.md b/api/Access.Form.PictureAlignment.md
index 005d13b3ac9..da7053d4fd0 100644
--- a/api/Access.Form.PictureAlignment.md
+++ b/api/Access.Form.PictureAlignment.md
@@ -1,5 +1,5 @@
---
-title: Form.PictureAlignment Property (Access)
+title: Form.PictureAlignment property (Access)
keywords: vbaac10.chm13382
f1_keywords:
- vbaac10.chm13382
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PictureAlignment Property (Access)
+# Form.PictureAlignment property (Access)
You can use the **PictureAlignment** property to specify where a background picture will appear in an image control or on a form or report. Read/write **Byte**.Read/write.
## Syntax
- _expression_. `PictureAlignment`
+_expression_. `PictureAlignment`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PictureData.md b/api/Access.Form.PictureData.md
index 48bcdb076e4..30653b2f877 100644
--- a/api/Access.Form.PictureData.md
+++ b/api/Access.Form.PictureData.md
@@ -1,5 +1,5 @@
---
-title: Form.PictureData Property (Access)
+title: Form.PictureData property (Access)
keywords: vbaac10.chm13474
f1_keywords:
- vbaac10.chm13474
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PictureData Property (Access)
+# Form.PictureData property (Access)
You can use the **PictureData** property to copy the picture to another object that supports the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `PictureData`
+_expression_. `PictureData`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PicturePalette.md b/api/Access.Form.PicturePalette.md
index 9569751a4fb..50d6abc8bf2 100644
--- a/api/Access.Form.PicturePalette.md
+++ b/api/Access.Form.PicturePalette.md
@@ -1,5 +1,5 @@
---
-title: Form.PicturePalette Property (Access)
+title: Form.PicturePalette property (Access)
keywords: vbaac10.chm13477
f1_keywords:
- vbaac10.chm13477
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PicturePalette Property (Access)
+# Form.PicturePalette property (Access)
You can use the **PicturePalette** property to specify a palette to be used by a form. Read/write **Variant**.
## Syntax
- _expression_. `PicturePalette`
+_expression_. `PicturePalette`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.PictureSizeMode.md b/api/Access.Form.PictureSizeMode.md
index 153b43b8bb9..904030d884a 100644
--- a/api/Access.Form.PictureSizeMode.md
+++ b/api/Access.Form.PictureSizeMode.md
@@ -1,5 +1,5 @@
---
-title: Form.PictureSizeMode Property (Access)
+title: Form.PictureSizeMode property (Access)
keywords: vbaac10.chm13381
f1_keywords:
- vbaac10.chm13381
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PictureSizeMode Property (Access)
+# Form.PictureSizeMode property (Access)
You can use the **PictureSizeMode** property to specify how a picture for a form or report is sized. Read/write **Byte**.
## Syntax
- _expression_. `PictureSizeMode`
+_expression_. `PictureSizeMode`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PictureTiling.md b/api/Access.Form.PictureTiling.md
index 0f09bee8038..df134897f5a 100644
--- a/api/Access.Form.PictureTiling.md
+++ b/api/Access.Form.PictureTiling.md
@@ -1,5 +1,5 @@
---
-title: Form.PictureTiling Property (Access)
+title: Form.PictureTiling property (Access)
keywords: vbaac10.chm13383
f1_keywords:
- vbaac10.chm13383
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PictureTiling Property (Access)
+# Form.PictureTiling property (Access)
You can use the **PictureTiling** property to specify whether a background picture is tiled across the entire image control, Form window, form, or page of a report. Read/write **Boolean**.
## Syntax
- _expression_. `PictureTiling`
+_expression_. `PictureTiling`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PictureType.md b/api/Access.Form.PictureType.md
index a55d4694061..5387730c278 100644
--- a/api/Access.Form.PictureType.md
+++ b/api/Access.Form.PictureType.md
@@ -1,5 +1,5 @@
---
-title: Form.PictureType Property (Access)
+title: Form.PictureType property (Access)
keywords: vbaac10.chm13380
f1_keywords:
- vbaac10.chm13380
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PictureType Property (Access)
+# Form.PictureType property (Access)
You can use the **PictureType** property to specify whether Microsoft Access stores an object's picture as a linked or an embedded object. Read/write **Byte**.
## Syntax
- _expression_. `PictureType`
+_expression_. `PictureType`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PivotTable.md b/api/Access.Form.PivotTable.md
index 441847e48d6..88212e735cd 100644
--- a/api/Access.Form.PivotTable.md
+++ b/api/Access.Form.PivotTable.md
@@ -1,5 +1,5 @@
---
-title: Form.PivotTable Property (Access)
+title: Form.PivotTable property (Access)
keywords: vbaac10.chm13521
f1_keywords:
- vbaac10.chm13521
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PivotTable Property (Access)
+# Form.PivotTable property (Access)
Returns a **PivotTable** object representing a PivotTable View on a form. Read-only.
## Syntax
- _expression_. `PivotTable`
+_expression_. `PivotTable`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Example
diff --git a/api/Access.Form.PivotTableChange(even).md b/api/Access.Form.PivotTableChange(even).md
index 1c1aad2864b..24a390c2df3 100644
--- a/api/Access.Form.PivotTableChange(even).md
+++ b/api/Access.Form.PivotTableChange(even).md
@@ -1,5 +1,5 @@
---
-title: Form.PivotTableChange Event (Access)
+title: Form.PivotTableChange event (Access)
keywords: vbaac10.chm13669
f1_keywords:
- vbaac10.chm13669
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.PivotTableChange Event (Access)
+# Form.PivotTableChange event (Access)
Occurs whenever the specified PivotTable view field, field set, or total is added or deleted.
## Syntax
- _expression_. `PivotTableChange`( ` _Reason_` )
+_expression_. `PivotTableChange`( ` _Reason_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Reason_|Required|**Long**|A **PivotTableReasonEnum** constant that indicates how the PivotTable list changed.|
diff --git a/api/Access.Form.PivotTableChange(property).md b/api/Access.Form.PivotTableChange(property).md
index 246f1357452..b76fc7e4d58 100644
--- a/api/Access.Form.PivotTableChange(property).md
+++ b/api/Access.Form.PivotTableChange(property).md
@@ -1,5 +1,5 @@
---
-title: Form.PivotTableChange Property (Access)
+title: Form.PivotTableChange property (Access)
keywords: vbaac10.chm13538,vbaac10.chm5102
f1_keywords:
- vbaac10.chm13538,vbaac10.chm5102
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PivotTableChange Property (Access)
+# Form.PivotTableChange property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **PivotTableChange** event occurs. Read/write.
## Syntax
- _expression_. `PivotTableChange`
+_expression_. `PivotTableChange`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PopUp.md b/api/Access.Form.PopUp.md
index 9d58e8e62a2..1c7404178a2 100644
--- a/api/Access.Form.PopUp.md
+++ b/api/Access.Form.PopUp.md
@@ -1,5 +1,5 @@
---
-title: Form.PopUp Property (Access)
+title: Form.PopUp property (Access)
keywords: vbaac10.chm13369
f1_keywords:
- vbaac10.chm13369
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PopUp Property (Access)
+# Form.PopUp property (Access)
Specifies whether a form opens as a pop-up window. Read/write **Boolean**.
## Syntax
- _expression_. `PopUp`
+_expression_. `PopUp`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Printer.md b/api/Access.Form.Printer.md
index 850d26c4646..ad7d77fc7ac 100644
--- a/api/Access.Form.Printer.md
+++ b/api/Access.Form.Printer.md
@@ -1,5 +1,5 @@
---
-title: Form.Printer Property (Access)
+title: Form.Printer property (Access)
keywords: vbaac10.chm13523
f1_keywords:
- vbaac10.chm13523
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Printer Property (Access)
+# Form.Printer property (Access)
Returns or sets a **[Printer](Access.Printer.md)** object representing the default printer on the current system. Read/write.
## Syntax
- _expression_. `Printer`
+_expression_. `Printer`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Example
diff --git a/api/Access.Form.Properties.md b/api/Access.Form.Properties.md
index 699fba514c5..140251f965f 100644
--- a/api/Access.Form.Properties.md
+++ b/api/Access.Form.Properties.md
@@ -1,5 +1,5 @@
---
-title: Form.Properties Property (Access)
+title: Form.Properties property (Access)
keywords: vbaac10.chm13501
f1_keywords:
- vbaac10.chm13501
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Properties Property (Access)
+# Form.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PrtDevMode.md b/api/Access.Form.PrtDevMode.md
index 041bd22cc5f..2819bbb7a0c 100644
--- a/api/Access.Form.PrtDevMode.md
+++ b/api/Access.Form.PrtDevMode.md
@@ -1,5 +1,5 @@
---
-title: Form.PrtDevMode Property (Access)
+title: Form.PrtDevMode property (Access)
keywords: vbaac10.chm13418
f1_keywords:
- vbaac10.chm13418
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PrtDevMode Property (Access)
+# Form.PrtDevMode property (Access)
You can use the **PrtDevMode** property to set or return printing device mode information specified for a form or report in the **Print** dialog box. Read/write **Variant**.
## Syntax
- _expression_. `PrtDevMode`
+_expression_. `PrtDevMode`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PrtDevNames.md b/api/Access.Form.PrtDevNames.md
index 7570461a87b..286de326eac 100644
--- a/api/Access.Form.PrtDevNames.md
+++ b/api/Access.Form.PrtDevNames.md
@@ -1,5 +1,5 @@
---
-title: Form.PrtDevNames Property (Access)
+title: Form.PrtDevNames property (Access)
keywords: vbaac10.chm13419
f1_keywords:
- vbaac10.chm13419
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PrtDevNames Property (Access)
+# Form.PrtDevNames property (Access)
You can use the **PrtDevNames** property to set or return information about the printer selected in the **Print** dialog box for a form or report. Read/write **Variant**.
## Syntax
- _expression_. `PrtDevNames`
+_expression_. `PrtDevNames`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.PrtMip.md b/api/Access.Form.PrtMip.md
index b3c75286e00..94689f3ddce 100644
--- a/api/Access.Form.PrtMip.md
+++ b/api/Access.Form.PrtMip.md
@@ -1,5 +1,5 @@
---
-title: Form.PrtMip Property (Access)
+title: Form.PrtMip property (Access)
keywords: vbaac10.chm13417
f1_keywords:
- vbaac10.chm13417
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.PrtMip Property (Access)
+# Form.PrtMip property (Access)
You can use the **PrtMip** property in Visual Basic to set or return the device mode information specified for a form or report in the **Print** dialog box.
## Syntax
- _expression_. `PrtMip`
+_expression_. `PrtMip`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Query(even).md b/api/Access.Form.Query(even).md
index a8be71a14a0..7167673626b 100644
--- a/api/Access.Form.Query(even).md
+++ b/api/Access.Form.Query(even).md
@@ -1,5 +1,5 @@
---
-title: Form.Query Event (Access)
+title: Form.Query event (Access)
keywords: vbaac10.chm13670
f1_keywords:
- vbaac10.chm13670
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Query Event (Access)
+# Form.Query event (Access)
Occurs whenever the specified PivotTable view query becomes necessary. The query may not occur immediately; it may be delayed until the new data is displayed.
## Syntax
- _expression_. `Query`
+_expression_. `Query`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Example
diff --git a/api/Access.Form.Query(property).md b/api/Access.Form.Query(property).md
index 905015a393b..d12b79100c1 100644
--- a/api/Access.Form.Query(property).md
+++ b/api/Access.Form.Query(property).md
@@ -1,5 +1,5 @@
---
-title: Form.Query Property (Access)
+title: Form.Query property (Access)
keywords: vbaac10.chm13539,vbaac10.chm5103
f1_keywords:
- vbaac10.chm13539,vbaac10.chm5103
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Query Property (Access)
+# Form.Query property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[Query](Access.Form.Query(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `Query`
+_expression_. `Query`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Recalc.md b/api/Access.Form.Recalc.md
index 8c18161c469..7a207ead5c7 100644
--- a/api/Access.Form.Recalc.md
+++ b/api/Access.Form.Recalc.md
@@ -1,5 +1,5 @@
---
-title: Form.Recalc Method (Access)
+title: Form.Recalc method (Access)
keywords: vbaac10.chm13502
f1_keywords:
- vbaac10.chm13502
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.Recalc Method (Access)
+# Form.Recalc method (Access)
The **Recalc** method immediately updates all calculated controls on a form.
## Syntax
- _expression_. `Recalc`
+_expression_. `Recalc`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Form.RecordLocks.md b/api/Access.Form.RecordLocks.md
index ea9e78c54a4..4b2d121cd89 100644
--- a/api/Access.Form.RecordLocks.md
+++ b/api/Access.Form.RecordLocks.md
@@ -1,5 +1,5 @@
---
-title: Form.RecordLocks Property (Access)
+title: Form.RecordLocks property (Access)
keywords: vbaac10.chm13362
f1_keywords:
- vbaac10.chm13362
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.RecordLocks Property (Access)
+# Form.RecordLocks property (Access)
You can use the **RecordLocks** property to determine how records are locked and what happens when two users try to edit the same record at the same time. Read/write.
## Syntax
- _expression_. `RecordLocks`
+_expression_. `RecordLocks`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.RecordSelectors.md b/api/Access.Form.RecordSelectors.md
index d5ed13fd348..fd5ad5caede 100644
--- a/api/Access.Form.RecordSelectors.md
+++ b/api/Access.Form.RecordSelectors.md
@@ -1,5 +1,5 @@
---
-title: Form.RecordSelectors Property (Access)
+title: Form.RecordSelectors property (Access)
keywords: vbaac10.chm13364
f1_keywords:
- vbaac10.chm13364
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.RecordSelectors Property (Access)
+# Form.RecordSelectors property (Access)
You can use the **RecordSelectors** property to specify whether a form displays record selectors in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `RecordSelectors`
+_expression_. `RecordSelectors`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.RecordSource.md b/api/Access.Form.RecordSource.md
index 95e9e4cfa0b..338ce2c63a4 100644
--- a/api/Access.Form.RecordSource.md
+++ b/api/Access.Form.RecordSource.md
@@ -1,5 +1,5 @@
---
-title: Form.RecordSource Property (Access)
+title: Form.RecordSource property (Access)
keywords: vbaac10.chm13345
f1_keywords:
- vbaac10.chm13345
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.RecordSource Property (Access)
+# Form.RecordSource property (Access)
You can use the **RecordSource** property to specify the source of the data for a form. Read/write **String**.
## Syntax
- _expression_. `RecordSource`
+_expression_. `RecordSource`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.RecordSourceQualifier.md b/api/Access.Form.RecordSourceQualifier.md
index b93ef21c81d..259e116698f 100644
--- a/api/Access.Form.RecordSourceQualifier.md
+++ b/api/Access.Form.RecordSourceQualifier.md
@@ -1,5 +1,5 @@
---
-title: Form.RecordSourceQualifier Property (Access)
+title: Form.RecordSourceQualifier property (Access)
keywords: vbaac10.chm13560
f1_keywords:
- vbaac10.chm13560
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.RecordSourceQualifier Property (Access)
+# Form.RecordSourceQualifier property (Access)
Returns or sets a **String** indicating the SQL Server owner name of the record source for the specified form. Read/write.
## Syntax
- _expression_. `RecordSourceQualifier`
+_expression_. `RecordSourceQualifier`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.Recordset.md b/api/Access.Form.Recordset.md
index f514e12b05b..337435f70d3 100644
--- a/api/Access.Form.Recordset.md
+++ b/api/Access.Form.Recordset.md
@@ -1,5 +1,5 @@
---
-title: Form.Recordset Property (Access)
+title: Form.Recordset property (Access)
keywords: vbaac10.chm13497
f1_keywords:
- vbaac10.chm13497
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Recordset Property (Access)
+# Form.Recordset property (Access)
Returns or sets the ADO **Recordset** or DAO **[Recordset](overview/Access.md)** object representing the record source for the specified object. Read/write **Object**.
## Syntax
- _expression_. `Recordset`
+_expression_. `Recordset`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.RecordsetClone.md b/api/Access.Form.RecordsetClone.md
index 725b90adb06..dc430f2f881 100644
--- a/api/Access.Form.RecordsetClone.md
+++ b/api/Access.Form.RecordsetClone.md
@@ -1,5 +1,5 @@
---
-title: Form.RecordsetClone Property (Access)
+title: Form.RecordsetClone property (Access)
keywords: vbaac10.chm13496
f1_keywords:
- vbaac10.chm13496
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.RecordsetClone Property (Access)
+# Form.RecordsetClone property (Access)
You can use the **RecordsetClone** property to refer to a form's **Recordset** object specified by the form's **[RecordSource](Access.Form.RecordSource.md)** property. Read-only.
## Syntax
- _expression_. `RecordsetClone`
+_expression_. `RecordsetClone`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Refresh.md b/api/Access.Form.Refresh.md
index 6d6e9e034bf..452298202a1 100644
--- a/api/Access.Form.Refresh.md
+++ b/api/Access.Form.Refresh.md
@@ -1,5 +1,5 @@
---
-title: Form.Refresh Method (Access)
+title: Form.Refresh method (Access)
keywords: vbaac10.chm13504
f1_keywords:
- vbaac10.chm13504
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.Refresh Method (Access)
+# Form.Refresh method (Access)
The **Refresh** method immediately updates the records in the underlying record source for a specified form or datasheet to reflect changes made to the data by you and other users in a multiuser environment.
## Syntax
- _expression_. `Refresh`
+_expression_. `Refresh`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Form.Repaint.md b/api/Access.Form.Repaint.md
index 349cebf63d7..8ea354d23d7 100644
--- a/api/Access.Form.Repaint.md
+++ b/api/Access.Form.Repaint.md
@@ -1,5 +1,5 @@
---
-title: Form.Repaint Method (Access)
+title: Form.Repaint method (Access)
keywords: vbaac10.chm13505
f1_keywords:
- vbaac10.chm13505
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.Repaint Method (Access)
+# Form.Repaint method (Access)
The **Repaint** method completes any pending screen updates for a specified form. When performed on a form, the **Repaint** method also completes any pending recalculations of the form's controls.
## Syntax
- _expression_. `Repaint`
+_expression_. `Repaint`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Form.Requery.md b/api/Access.Form.Requery.md
index 70aa7b033a9..e5d9d1201b7 100644
--- a/api/Access.Form.Requery.md
+++ b/api/Access.Form.Requery.md
@@ -1,5 +1,5 @@
---
-title: Form.Requery Method (Access)
+title: Form.Requery method (Access)
keywords: vbaac10.chm13503
f1_keywords:
- vbaac10.chm13503
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Requery Method (Access)
+# Form.Requery method (Access)
The **Requery** method updates the data underlying a specified form by requerying the source of data for the form.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Resize.md b/api/Access.Form.Resize.md
index 20ced6c3321..11f5b7a7f62 100644
--- a/api/Access.Form.Resize.md
+++ b/api/Access.Form.Resize.md
@@ -1,5 +1,5 @@
---
-title: Form.Resize Event (Access)
+title: Form.Resize event (Access)
keywords: vbaac10.chm13643
f1_keywords:
- vbaac10.chm13643
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Resize Event (Access)
+# Form.Resize event (Access)
The **Resize** event occurs when a form is opened and whenever the size of a form changes.
## Syntax
- _expression_. `Resize`
+_expression_. `Resize`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ResyncCommand.md b/api/Access.Form.ResyncCommand.md
index a5ae97013a4..83594a6deea 100644
--- a/api/Access.Form.ResyncCommand.md
+++ b/api/Access.Form.ResyncCommand.md
@@ -1,5 +1,5 @@
---
-title: Form.ResyncCommand Property (Access)
+title: Form.ResyncCommand property (Access)
keywords: vbaac10.chm13486
f1_keywords:
- vbaac10.chm13486
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ResyncCommand Property (Access)
+# Form.ResyncCommand property (Access)
You can use the **ResyncCommand** property to specify or determine the SQL statement or stored procedure that will be used in an updateable snapshot of a table. Read/write **String**.
## Syntax
- _expression_. `ResyncCommand`
+_expression_. `ResyncCommand`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.RibbonName.md b/api/Access.Form.RibbonName.md
index 2d721a6dbe7..94f4a0f8517 100644
--- a/api/Access.Form.RibbonName.md
+++ b/api/Access.Form.RibbonName.md
@@ -1,5 +1,5 @@
---
-title: Form.RibbonName Property (Access)
+title: Form.RibbonName property (Access)
keywords: vbaac10.chm13632
f1_keywords:
- vbaac10.chm13632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.RibbonName Property (Access)
+# Form.RibbonName property (Access)
Gets or set the name of the customized ribbon to be displayed when the specified form is loaded. Read/write **String**.
## Syntax
- _expression_. `RibbonName`
+_expression_. `RibbonName`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.RowHeight.md b/api/Access.Form.RowHeight.md
index e2a4988a5dc..06cb5dcfaf6 100644
--- a/api/Access.Form.RowHeight.md
+++ b/api/Access.Form.RowHeight.md
@@ -1,5 +1,5 @@
---
-title: Form.RowHeight Property (Access)
+title: Form.RowHeight property (Access)
keywords: vbaac10.chm13395
f1_keywords:
- vbaac10.chm13395
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.RowHeight Property (Access)
+# Form.RowHeight property (Access)
You can use the **RowHeight** property to specify the height of all rows in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `RowHeight`
+_expression_. `RowHeight`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ScrollBars.md b/api/Access.Form.ScrollBars.md
index f9e593a5028..f81093538cf 100644
--- a/api/Access.Form.ScrollBars.md
+++ b/api/Access.Form.ScrollBars.md
@@ -1,5 +1,5 @@
---
-title: Form.ScrollBars Property (Access)
+title: Form.ScrollBars property (Access)
keywords: vbaac10.chm13363
f1_keywords:
- vbaac10.chm13363
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ScrollBars Property (Access)
+# Form.ScrollBars property (Access)
You can use the **ScrollBars** property to specify whether scroll bars appear on a form. Read/write **Byte**.
## Syntax
- _expression_. `ScrollBars`
+_expression_. `ScrollBars`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Section.md b/api/Access.Form.Section.md
index 5e9caf2570c..7601db9a0a4 100644
--- a/api/Access.Form.Section.md
+++ b/api/Access.Form.Section.md
@@ -1,5 +1,5 @@
---
-title: Form.Section Property (Access)
+title: Form.Section property (Access)
keywords: vbaac10.chm13631
f1_keywords:
- vbaac10.chm13631
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.Section Property (Access)
+# Form.Section property (Access)
You can use the **Section** property to identify a section of a form and provide access to the properties of that section. Read-only **Section** object.
## Syntax
- _expression_. `Section`( ` _Index_` )
+_expression_. `Section`( ` _Index_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The section number or name.|
diff --git a/api/Access.Form.SelHeight.md b/api/Access.Form.SelHeight.md
index 841d145e818..4df3b5638ac 100644
--- a/api/Access.Form.SelHeight.md
+++ b/api/Access.Form.SelHeight.md
@@ -1,5 +1,5 @@
---
-title: Form.SelHeight Property (Access)
+title: Form.SelHeight property (Access)
keywords: vbaac10.chm13472
f1_keywords:
- vbaac10.chm13472
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SelHeight Property (Access)
+# Form.SelHeight property (Access)
You can use the **SelHeight** property to specify or determine the number of selected rows (records) in the current selection rectangle in a table, query, or form datasheet, or the number of selected records in a continuous form. Read/write **Long**.
## Syntax
- _expression_. `SelHeight`
+_expression_. `SelHeight`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.SelLeft.md b/api/Access.Form.SelLeft.md
index 0b07aa6c4b1..ecbac6a6b72 100644
--- a/api/Access.Form.SelLeft.md
+++ b/api/Access.Form.SelLeft.md
@@ -1,5 +1,5 @@
---
-title: Form.SelLeft Property (Access)
+title: Form.SelLeft property (Access)
keywords: vbaac10.chm13469
f1_keywords:
- vbaac10.chm13469
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SelLeft Property (Access)
+# Form.SelLeft property (Access)
You can use the **SelLeft** property to specify or determine which column (field) is leftmost in the current selection rectangle. Read/write **Long**.
## Syntax
- _expression_. `SelLeft`
+_expression_. `SelLeft`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.SelTop.md b/api/Access.Form.SelTop.md
index 627795a2f10..efbe5b84de5 100644
--- a/api/Access.Form.SelTop.md
+++ b/api/Access.Form.SelTop.md
@@ -1,5 +1,5 @@
---
-title: Form.SelTop Property (Access)
+title: Form.SelTop property (Access)
keywords: vbaac10.chm13470
f1_keywords:
- vbaac10.chm13470
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SelTop Property (Access)
+# Form.SelTop property (Access)
You can use the **SelTop** property to specify or determine which row (record) is topmost in the current selection rectangle in a table, query, or form datasheet, or which selected record is topmost in a continuous form.Read/write **Long**.
## Syntax
- _expression_. `SelTop`
+_expression_. `SelTop`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.SelWidth.md b/api/Access.Form.SelWidth.md
index ab3dfddb8e9..1158a80d87f 100644
--- a/api/Access.Form.SelWidth.md
+++ b/api/Access.Form.SelWidth.md
@@ -1,5 +1,5 @@
---
-title: Form.SelWidth Property (Access)
+title: Form.SelWidth property (Access)
keywords: vbaac10.chm13471
f1_keywords:
- vbaac10.chm13471
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SelWidth Property (Access)
+# Form.SelWidth property (Access)
You can use the **SelWidth** property to specify or determine the number of selected columns (fields) in the current selection rectangle. Read/write **Long**.
## Syntax
- _expression_. `SelWidth`
+_expression_. `SelWidth`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.SelectionChange(even).md b/api/Access.Form.SelectionChange(even).md
index 5e78f0a48c9..e1603b011f8 100644
--- a/api/Access.Form.SelectionChange(even).md
+++ b/api/Access.Form.SelectionChange(even).md
@@ -1,5 +1,5 @@
---
-title: Form.SelectionChange Event (Access)
+title: Form.SelectionChange event (Access)
keywords: vbaac10.chm13672
f1_keywords:
- vbaac10.chm13672
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Form.SelectionChange Event (Access)
+# Form.SelectionChange event (Access)
Occurs whenever the user makes a new selection in a PivotChart view or PivotTable view.
## Syntax
- _expression_. `SelectionChange`
+_expression_. `SelectionChange`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Form.SelectionChange(property).md b/api/Access.Form.SelectionChange(property).md
index 0784a19974a..15e989ada84 100644
--- a/api/Access.Form.SelectionChange(property).md
+++ b/api/Access.Form.SelectionChange(property).md
@@ -1,5 +1,5 @@
---
-title: Form.SelectionChange Property (Access)
+title: Form.SelectionChange property (Access)
keywords: vbaac10.chm13541
f1_keywords:
- vbaac10.chm13541
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SelectionChange Property (Access)
+# Form.SelectionChange property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[SelectionChange](Access.Form.SelectionChange(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `SelectionChange`
+_expression_. `SelectionChange`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ServerFilter.md b/api/Access.Form.ServerFilter.md
index e8740345fbd..c8c2c59e692 100644
--- a/api/Access.Form.ServerFilter.md
+++ b/api/Access.Form.ServerFilter.md
@@ -1,5 +1,5 @@
---
-title: Form.ServerFilter Property (Access)
+title: Form.ServerFilter property (Access)
keywords: vbaac10.chm13482
f1_keywords:
- vbaac10.chm13482
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ServerFilter Property (Access)
+# Form.ServerFilter property (Access)
You can use the **ServerFilter** property to specify a subset of records to be displayed when a server filter is applied to a form within a Microsoft Access project (.adp) or database. Read/write **String**.
## Syntax
- _expression_. `ServerFilter`
+_expression_. `ServerFilter`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ServerFilterByForm.md b/api/Access.Form.ServerFilterByForm.md
index b17a8f8f6b5..7277f125e13 100644
--- a/api/Access.Form.ServerFilterByForm.md
+++ b/api/Access.Form.ServerFilterByForm.md
@@ -1,5 +1,5 @@
---
-title: Form.ServerFilterByForm Property (Access)
+title: Form.ServerFilterByForm property (Access)
keywords: vbaac10.chm13483
f1_keywords:
- vbaac10.chm13483
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ServerFilterByForm Property (Access)
+# Form.ServerFilterByForm property (Access)
You can use the **ServerFilterByForm** property to specify or determine whether a form is opened in the Server Filter By Form window. Read/write **Boolean**.
## Syntax
- _expression_. `ServerFilterByForm`
+_expression_. `ServerFilterByForm`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.SetFocus.md b/api/Access.Form.SetFocus.md
index 2dde19c52f8..f2b07c6dcf3 100644
--- a/api/Access.Form.SetFocus.md
+++ b/api/Access.Form.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: Form.SetFocus Method (Access)
+title: Form.SetFocus method (Access)
keywords: vbaac10.chm13507
f1_keywords:
- vbaac10.chm13507
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SetFocus Method (Access)
+# Form.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ShortcutMenu.md b/api/Access.Form.ShortcutMenu.md
index 4fd3f5d73ed..043e89cbb03 100644
--- a/api/Access.Form.ShortcutMenu.md
+++ b/api/Access.Form.ShortcutMenu.md
@@ -1,5 +1,5 @@
---
-title: Form.ShortcutMenu Property (Access)
+title: Form.ShortcutMenu property (Access)
keywords: vbaac10.chm13387,vbaac10.chm4502
f1_keywords:
- vbaac10.chm13387,vbaac10.chm4502
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ShortcutMenu Property (Access)
+# Form.ShortcutMenu property (Access)
You can use the **ShortcutMenu** property to specify whether a shortcut menu is displayed when you right-click an object on a form. For example, you might want to disable a shortcut menu to prevent the user from changing the form's underlying record source by using one of the filtering commands on the form's shortcut menu. Read/write **Boolean**.
## Syntax
- _expression_. `ShortcutMenu`
+_expression_. `ShortcutMenu`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ShortcutMenuBar.md b/api/Access.Form.ShortcutMenuBar.md
index 3f27f148842..c01c68fdd29 100644
--- a/api/Access.Form.ShortcutMenuBar.md
+++ b/api/Access.Form.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: Form.ShortcutMenuBar Property (Access)
+title: Form.ShortcutMenuBar property (Access)
keywords: vbaac10.chm13388
f1_keywords:
- vbaac10.chm13388
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ShortcutMenuBar Property (Access)
+# Form.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.SplitFormDatasheet.md b/api/Access.Form.SplitFormDatasheet.md
index df05ba0cb2e..dfdd73ba4b8 100644
--- a/api/Access.Form.SplitFormDatasheet.md
+++ b/api/Access.Form.SplitFormDatasheet.md
@@ -1,5 +1,5 @@
---
-title: Form.SplitFormDatasheet Property (Access)
+title: Form.SplitFormDatasheet property (Access)
keywords: vbaac10.chm13564,vbaac10.chm5642
f1_keywords:
- vbaac10.chm13564,vbaac10.chm5642
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SplitFormDatasheet Property (Access)
+# Form.SplitFormDatasheet property (Access)
Gets or sets whether the user can edit records in the datasheet when a form is displayed in Split Form view. Read/write **[AcSplitFormDatasheet](Access.AcSplitFormDatasheet.md)**.
## Syntax
- _expression_. `SplitFormDatasheet`
+_expression_. `SplitFormDatasheet`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.SplitFormOrientation.md b/api/Access.Form.SplitFormOrientation.md
index 7e28a30bf62..f6cb001be13 100644
--- a/api/Access.Form.SplitFormOrientation.md
+++ b/api/Access.Form.SplitFormOrientation.md
@@ -1,5 +1,5 @@
---
-title: Form.SplitFormOrientation Property (Access)
+title: Form.SplitFormOrientation property (Access)
keywords: vbaac10.chm13563
f1_keywords:
- vbaac10.chm13563
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SplitFormOrientation Property (Access)
+# Form.SplitFormOrientation property (Access)
Gets or sets the position of the datasheet relative to the form when the form is displayed in Split Form view. Read/write [AcSplitFormOrientation](Access.AcSplitFormOrientation.md).
## Syntax
- _expression_. `SplitFormOrientation`
+_expression_. `SplitFormOrientation`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.SplitFormPrinting.md b/api/Access.Form.SplitFormPrinting.md
index e1c3e476295..85297eebdd1 100644
--- a/api/Access.Form.SplitFormPrinting.md
+++ b/api/Access.Form.SplitFormPrinting.md
@@ -1,5 +1,5 @@
---
-title: Form.SplitFormPrinting Property (Access)
+title: Form.SplitFormPrinting property (Access)
keywords: vbaac10.chm13566
f1_keywords:
- vbaac10.chm13566
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SplitFormPrinting Property (Access)
+# Form.SplitFormPrinting property (Access)
Gets or sets whether the contents of the form or the datasheet are printed when printing a form displayed in Split Form view. Read/write [AcSplitFormPrinting](Access.AcSplitFormPrinting.md).
## Syntax
- _expression_. `SplitFormPrinting`
+_expression_. `SplitFormPrinting`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.SplitFormSize.md b/api/Access.Form.SplitFormSize.md
index c783b16d0fb..fe6286c587e 100644
--- a/api/Access.Form.SplitFormSize.md
+++ b/api/Access.Form.SplitFormSize.md
@@ -1,5 +1,5 @@
---
-title: Form.SplitFormSize Property (Access)
+title: Form.SplitFormSize property (Access)
keywords: vbaac10.chm13630
f1_keywords:
- vbaac10.chm13630
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SplitFormSize Property (Access)
+# Form.SplitFormSize property (Access)
Gets or sets the size in twips of the form when it's displayed in Split Form view. Read/write **Long**.
## Syntax
- _expression_. `SplitFormSize`
+_expression_. `SplitFormSize`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.SplitFormSplitterBar.md b/api/Access.Form.SplitFormSplitterBar.md
index 3acc3d5b9e4..143b8bb5f0c 100644
--- a/api/Access.Form.SplitFormSplitterBar.md
+++ b/api/Access.Form.SplitFormSplitterBar.md
@@ -1,5 +1,5 @@
---
-title: Form.SplitFormSplitterBar Property (Access)
+title: Form.SplitFormSplitterBar property (Access)
keywords: vbaac10.chm13565
f1_keywords:
- vbaac10.chm13565
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SplitFormSplitterBar Property (Access)
+# Form.SplitFormSplitterBar property (Access)
Gets or sets whether the splitter bar is available when the form is displayed in Split Form mode. Read/write **Boolean**.
## Syntax
- _expression_. `SplitFormSplitterBar`
+_expression_. `SplitFormSplitterBar`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.SplitFormSplitterBarSave.md b/api/Access.Form.SplitFormSplitterBarSave.md
index 4db1f261434..0a8837a77c4 100644
--- a/api/Access.Form.SplitFormSplitterBarSave.md
+++ b/api/Access.Form.SplitFormSplitterBarSave.md
@@ -1,5 +1,5 @@
---
-title: Form.SplitFormSplitterBarSave Property (Access)
+title: Form.SplitFormSplitterBarSave property (Access)
keywords: vbaac10.chm13567
f1_keywords:
- vbaac10.chm13567
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SplitFormSplitterBarSave Property (Access)
+# Form.SplitFormSplitterBarSave property (Access)
Gets or sets whether the location of the splitter bar is saved when a form that's displayed in Split Form mode is closed. Read/write **Boolean**.
## Syntax
- _expression_. `SplitFormSplitterBarSave`
+_expression_. `SplitFormSplitterBarSave`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## See also
diff --git a/api/Access.Form.SubdatasheetExpanded.md b/api/Access.Form.SubdatasheetExpanded.md
index 92d0af6c741..34e669952f7 100644
--- a/api/Access.Form.SubdatasheetExpanded.md
+++ b/api/Access.Form.SubdatasheetExpanded.md
@@ -1,5 +1,5 @@
---
-title: Form.SubdatasheetExpanded Property (Access)
+title: Form.SubdatasheetExpanded property (Access)
keywords: vbaac10.chm13511
f1_keywords:
- vbaac10.chm13511
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SubdatasheetExpanded Property (Access)
+# Form.SubdatasheetExpanded property (Access)
You can use the **SubdatasheetExpanded** property to specify or determine the saved state of all subdatasheets within a table or query. Read/write **Boolean**.
## Syntax
- _expression_. `SubdatasheetExpanded`
+_expression_. `SubdatasheetExpanded`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.SubdatasheetHeight.md b/api/Access.Form.SubdatasheetHeight.md
index e6af72fbe14..d54fb3a243d 100644
--- a/api/Access.Form.SubdatasheetHeight.md
+++ b/api/Access.Form.SubdatasheetHeight.md
@@ -1,5 +1,5 @@
---
-title: Form.SubdatasheetHeight Property (Access)
+title: Form.SubdatasheetHeight property (Access)
keywords: vbaac10.chm13510
f1_keywords:
- vbaac10.chm13510
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.SubdatasheetHeight Property (Access)
+# Form.SubdatasheetHeight property (Access)
You can use the **SubdatasheetHeight** property to specify or determine the default display height of a subdatasheet when expanded. Read/write **Integer**.
## Syntax
- _expression_. `SubdatasheetHeight`
+_expression_. `SubdatasheetHeight`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Tag.md b/api/Access.Form.Tag.md
index 4992f20e229..e209757c73a 100644
--- a/api/Access.Form.Tag.md
+++ b/api/Access.Form.Tag.md
@@ -1,5 +1,5 @@
---
-title: Form.Tag Property (Access)
+title: Form.Tag property (Access)
keywords: vbaac10.chm13425
f1_keywords:
- vbaac10.chm13425
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Tag Property (Access)
+# Form.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Timer.md b/api/Access.Form.Timer.md
index 4666702d608..5274ecc4aa6 100644
--- a/api/Access.Form.Timer.md
+++ b/api/Access.Form.Timer.md
@@ -1,5 +1,5 @@
---
-title: Form.Timer Event (Access)
+title: Form.Timer event (Access)
keywords: vbaac10.chm13659
f1_keywords:
- vbaac10.chm13659
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Timer Event (Access)
+# Form.Timer event (Access)
The **Timer** event occurs for a form at regular intervals as specified by the form's **[TimerInterval](Access.Form.TimerInterval.md)** property.
## Syntax
- _expression_. `Timer`
+_expression_. `Timer`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.TimerInterval.md b/api/Access.Form.TimerInterval.md
index ef0497ec36f..a98beb02fd0 100644
--- a/api/Access.Form.TimerInterval.md
+++ b/api/Access.Form.TimerInterval.md
@@ -1,5 +1,5 @@
---
-title: Form.TimerInterval Property (Access)
+title: Form.TimerInterval property (Access)
keywords: vbaac10.chm13462
f1_keywords:
- vbaac10.chm13462
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.TimerInterval Property (Access)
+# Form.TimerInterval property (Access)
You can use the **TimerInterval** property to specify the interval, in milliseconds, between **[Timer](Access.Form.Timer.md)** events on a form. Read/write Long.
## Syntax
- _expression_. `TimerInterval`
+_expression_. `TimerInterval`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Toolbar.md b/api/Access.Form.Toolbar.md
index 8ccb05f871a..3aa83715440 100644
--- a/api/Access.Form.Toolbar.md
+++ b/api/Access.Form.Toolbar.md
@@ -1,5 +1,5 @@
---
-title: Form.Toolbar Property (Access)
+title: Form.Toolbar property (Access)
keywords: vbaac10.chm13386
f1_keywords:
- vbaac10.chm13386
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Toolbar Property (Access)
+# Form.Toolbar property (Access)
Specifies a custom toolbar to display for a form. Read/write **String**.
## Syntax
- _expression_. `Toolbar`
+_expression_. `Toolbar`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Undo(even).md b/api/Access.Form.Undo(even).md
index 7bb4cef93ba..80353ee2053 100644
--- a/api/Access.Form.Undo(even).md
+++ b/api/Access.Form.Undo(even).md
@@ -1,5 +1,5 @@
---
-title: Form.Undo Event (Access)
+title: Form.Undo event (Access)
keywords: vbaac10.chm13663
f1_keywords:
- vbaac10.chm13663
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.Undo Event (Access)
+# Form.Undo event (Access)
Occurs when the user undoes a change.
## Syntax
- _expression_. `Undo`( ` _Cancel_` )
+_expression_. `Undo`( ` _Cancel_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set this argument to **True** to cancel the undo operation and leave the control or form in its edited state.|
diff --git a/api/Access.Form.Undo(method).md b/api/Access.Form.Undo(method).md
index affed54fd8f..6f213803f57 100644
--- a/api/Access.Form.Undo(method).md
+++ b/api/Access.Form.Undo(method).md
@@ -1,5 +1,5 @@
---
-title: Form.Undo Method (Access)
+title: Form.Undo method (Access)
keywords: vbaac10.chm13492
f1_keywords:
- vbaac10.chm13492
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Undo Method (Access)
+# Form.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.UniqueTable.md b/api/Access.Form.UniqueTable.md
index c3c9feebeff..916eb4280f9 100644
--- a/api/Access.Form.UniqueTable.md
+++ b/api/Access.Form.UniqueTable.md
@@ -1,5 +1,5 @@
---
-title: Form.UniqueTable Property (Access)
+title: Form.UniqueTable property (Access)
keywords: vbaac10.chm13485
f1_keywords:
- vbaac10.chm13485
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.UniqueTable Property (Access)
+# Form.UniqueTable property (Access)
Specifies the table to be updateable when A form is bound to a multiple table view or stored procedure within a Microsoft Access project (.adp).
## Syntax
- _expression_. `UniqueTable`
+_expression_. `UniqueTable`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Unload.md b/api/Access.Form.Unload.md
index fb8055f0b65..421613494b5 100644
--- a/api/Access.Form.Unload.md
+++ b/api/Access.Form.Unload.md
@@ -1,5 +1,5 @@
---
-title: Form.Unload Event (Access)
+title: Form.Unload event (Access)
keywords: vbaac10.chm13644
f1_keywords:
- vbaac10.chm13644
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.Unload Event (Access)
+# Form.Unload event (Access)
The **Unload** event occurs after a form is closed but before it's removed from the screen. When the form is reloaded, Microsoft Access redisplays the form and reinitializes the contents of all its controls.
## Syntax
- _expression_. `Unload`( ` _Cancel_`, )
+_expression_. `Unload`( ` _Cancel_`, )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the **Unload** event.|
diff --git a/api/Access.Form.UseDefaultPrinter.md b/api/Access.Form.UseDefaultPrinter.md
index 36c86848d44..d0e66623ad2 100644
--- a/api/Access.Form.UseDefaultPrinter.md
+++ b/api/Access.Form.UseDefaultPrinter.md
@@ -1,5 +1,5 @@
---
-title: Form.UseDefaultPrinter Property (Access)
+title: Form.UseDefaultPrinter property (Access)
keywords: vbaac10.chm13559
f1_keywords:
- vbaac10.chm13559
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.UseDefaultPrinter Property (Access)
+# Form.UseDefaultPrinter property (Access)
Returns or sets a **Boolean** indicating whether the specified form uses the default printer for the system; **True** if the form or report uses the default printer. Read/write.
## Syntax
- _expression_. `UseDefaultPrinter`
+_expression_. `UseDefaultPrinter`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.VerticalDatasheetGridlineStyle.md b/api/Access.Form.VerticalDatasheetGridlineStyle.md
index beb9189009e..5d37c142014 100644
--- a/api/Access.Form.VerticalDatasheetGridlineStyle.md
+++ b/api/Access.Form.VerticalDatasheetGridlineStyle.md
@@ -1,5 +1,5 @@
---
-title: Form.VerticalDatasheetGridlineStyle Property (Access)
+title: Form.VerticalDatasheetGridlineStyle property (Access)
keywords: vbaac10.chm13515
f1_keywords:
- vbaac10.chm13515
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.VerticalDatasheetGridlineStyle Property (Access)
+# Form.VerticalDatasheetGridlineStyle property (Access)
Returns or sets a **Byte** indicating the line style to use for vertical gridlines on the specified datasheet. Read/write.
## Syntax
- _expression_. `VerticalDatasheetGridlineStyle`
+_expression_. `VerticalDatasheetGridlineStyle`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ViewChange(even).md b/api/Access.Form.ViewChange(even).md
index 2a1a53d955a..15827e67fe8 100644
--- a/api/Access.Form.ViewChange(even).md
+++ b/api/Access.Form.ViewChange(even).md
@@ -1,5 +1,5 @@
---
-title: Form.ViewChange Event (Access)
+title: Form.ViewChange event (Access)
keywords: vbaac10.chm13684
f1_keywords:
- vbaac10.chm13684
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Form.ViewChange Event (Access)
+# Form.ViewChange event (Access)
Occurs whenever the specified PivotChart view or PivotTable view is redrawn.
## Syntax
- _expression_. `ViewChange`( ` _Reason_` )
+_expression_. `ViewChange`( ` _Reason_` )
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Reason_|Required|**Long**| A **PivotViewReasonEnum** constant that indicates how the view was changed. _Reason_ always returns ?1 for PivotChart Views.|
diff --git a/api/Access.Form.ViewChange(property).md b/api/Access.Form.ViewChange(property).md
index 56ff524738e..56946b8d153 100644
--- a/api/Access.Form.ViewChange(property).md
+++ b/api/Access.Form.ViewChange(property).md
@@ -1,5 +1,5 @@
---
-title: Form.ViewChange Property (Access)
+title: Form.ViewChange property (Access)
keywords: vbaac10.chm13553,vbaac10.chm5118
f1_keywords:
- vbaac10.chm13553,vbaac10.chm5118
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ViewChange Property (Access)
+# Form.ViewChange property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **[ViewChange](Access.Form.ViewChange(even).md)** event occurs. Read/write.
## Syntax
- _expression_. `ViewChange`
+_expression_. `ViewChange`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.ViewsAllowed.md b/api/Access.Form.ViewsAllowed.md
index 80363c54d55..9c104b8b838 100644
--- a/api/Access.Form.ViewsAllowed.md
+++ b/api/Access.Form.ViewsAllowed.md
@@ -1,5 +1,5 @@
---
-title: Form.ViewsAllowed Property (Access)
+title: Form.ViewsAllowed property (Access)
keywords: vbaac10.chm13353
f1_keywords:
- vbaac10.chm13353
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.ViewsAllowed Property (Access)
+# Form.ViewsAllowed property (Access)
You can use the **ViewsAllowed** property to specify whether users can switch between Datasheet view and Form view by clicking the **Form View** or **Datasheet View** command on the **View** menu or by clicking the arrow next to the **View** button and clicking **Form View** or **Datasheet View**. Read/write **Byte**.
## Syntax
- _expression_. `ViewsAllowed`
+_expression_. `ViewsAllowed`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Visible.md b/api/Access.Form.Visible.md
index aac7de2248a..342cc56e72b 100644
--- a/api/Access.Form.Visible.md
+++ b/api/Access.Form.Visible.md
@@ -1,5 +1,5 @@
---
-title: Form.Visible Property (Access)
+title: Form.Visible property (Access)
keywords: vbaac10.chm13415
f1_keywords:
- vbaac10.chm13415
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Visible Property (Access)
+# Form.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.Width.md b/api/Access.Form.Width.md
index fce21549c78..9e2c5f6825a 100644
--- a/api/Access.Form.Width.md
+++ b/api/Access.Form.Width.md
@@ -1,5 +1,5 @@
---
-title: Form.Width Property (Access)
+title: Form.Width property (Access)
keywords: vbaac10.chm13378
f1_keywords:
- vbaac10.chm13378
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.Width Property (Access)
+# Form.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.WindowHeight.md b/api/Access.Form.WindowHeight.md
index 809920f6c89..285355639f3 100644
--- a/api/Access.Form.WindowHeight.md
+++ b/api/Access.Form.WindowHeight.md
@@ -1,5 +1,5 @@
---
-title: Form.WindowHeight Property (Access)
+title: Form.WindowHeight property (Access)
keywords: vbaac10.chm13465
f1_keywords:
- vbaac10.chm13465
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.WindowHeight Property (Access)
+# Form.WindowHeight property (Access)
Returns the height of a form in twips. Read-only **Integer**.
## Syntax
- _expression_. `WindowHeight`
+_expression_. `WindowHeight`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.WindowLeft.md b/api/Access.Form.WindowLeft.md
index 312f6218293..1a7cfa3b8f5 100644
--- a/api/Access.Form.WindowLeft.md
+++ b/api/Access.Form.WindowLeft.md
@@ -1,5 +1,5 @@
---
-title: Form.WindowLeft Property (Access)
+title: Form.WindowLeft property (Access)
keywords: vbaac10.chm13517
f1_keywords:
- vbaac10.chm13517
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.WindowLeft Property (Access)
+# Form.WindowLeft property (Access)
Returns an **Integer** indicating the screen position in twips of the left edge of a form relative to the left edge of the Microsoft Access window. Read-only.
## Syntax
- _expression_. `WindowLeft`
+_expression_. `WindowLeft`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.WindowTop.md b/api/Access.Form.WindowTop.md
index cdf72d046ae..e3741dadaeb 100644
--- a/api/Access.Form.WindowTop.md
+++ b/api/Access.Form.WindowTop.md
@@ -1,5 +1,5 @@
---
-title: Form.WindowTop Property (Access)
+title: Form.WindowTop property (Access)
keywords: vbaac10.chm13516
f1_keywords:
- vbaac10.chm13516
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.WindowTop Property (Access)
+# Form.WindowTop property (Access)
Returns an **Integer** indicating the screen position in twips of the top edge of a form relative to the top of the Microsoft Access window. Read-only.
## Syntax
- _expression_. `WindowTop`
+_expression_. `WindowTop`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.WindowWidth.md b/api/Access.Form.WindowWidth.md
index 340acb3c6c6..e17b4f3c08c 100644
--- a/api/Access.Form.WindowWidth.md
+++ b/api/Access.Form.WindowWidth.md
@@ -1,5 +1,5 @@
---
-title: Form.WindowWidth Property (Access)
+title: Form.WindowWidth property (Access)
keywords: vbaac10.chm13464
f1_keywords:
- vbaac10.chm13464
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Form.WindowWidth Property (Access)
+# Form.WindowWidth property (Access)
Returns the height of a form in twips. Read-only **Integer**.
## Syntax
- _expression_. `WindowWidth`
+_expression_. `WindowWidth`
- _expression_ A variable that represents a [Form](Access.Form.md) object.
+_expression_ A variable that represents a [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.Form.md b/api/Access.Form.md
index b8a98f20789..2d3bd2c234a 100644
--- a/api/Access.Form.md
+++ b/api/Access.Form.md
@@ -1,5 +1,5 @@
---
-title: Form Object (Access)
+title: Form object (Access)
keywords: vbaac10.chm13686
f1_keywords:
- vbaac10.chm13686
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Form Object (Access)
+# Form object (Access)
A **Form** object refers to a particular Microsoft Access form.
diff --git a/api/Access.FormatCondition.BackColor.md b/api/Access.FormatCondition.BackColor.md
index 52e625eeb50..8d3773a403f 100644
--- a/api/Access.FormatCondition.BackColor.md
+++ b/api/Access.FormatCondition.BackColor.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.BackColor Property (Access)
+title: FormatCondition.BackColor property (Access)
keywords: vbaac10.chm10053
f1_keywords:
- vbaac10.chm10053
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.BackColor Property (Access)
+# FormatCondition.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.Delete.md b/api/Access.FormatCondition.Delete.md
index 193a48e6528..6307141137e 100644
--- a/api/Access.FormatCondition.Delete.md
+++ b/api/Access.FormatCondition.Delete.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.Delete Method (Access)
+title: FormatCondition.Delete method (Access)
keywords: vbaac10.chm10063
f1_keywords:
- vbaac10.chm10063
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# FormatCondition.Delete Method (Access)
+# FormatCondition.Delete method (Access)
Deletes the specified object.
## Syntax
- _expression_. `Delete`
+_expression_. `Delete`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.FormatCondition.Enabled.md b/api/Access.FormatCondition.Enabled.md
index 9536b36f6c8..ba0e0c597a2 100644
--- a/api/Access.FormatCondition.Enabled.md
+++ b/api/Access.FormatCondition.Enabled.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.Enabled Property (Access)
+title: FormatCondition.Enabled property (Access)
keywords: vbaac10.chm10057
f1_keywords:
- vbaac10.chm10057
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.Enabled Property (Access)
+# FormatCondition.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.Expression1.md b/api/Access.FormatCondition.Expression1.md
index a86d69250dc..8229ec8be39 100644
--- a/api/Access.FormatCondition.Expression1.md
+++ b/api/Access.FormatCondition.Expression1.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.Expression1 Property (Access)
+title: FormatCondition.Expression1 property (Access)
keywords: vbaac10.chm10060
f1_keywords:
- vbaac10.chm10060
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.Expression1 Property (Access)
+# FormatCondition.Expression1 property (Access)
You can use the **Expression1** property to return the values of a conditional format within a **[FormatCondition](Access.FormatCondition.md)** object. Read-only **String**.
## Syntax
- _expression_. `Expression1`
+_expression_. `Expression1`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.Expression2.md b/api/Access.FormatCondition.Expression2.md
index ee0ad06891d..3d9d162340e 100644
--- a/api/Access.FormatCondition.Expression2.md
+++ b/api/Access.FormatCondition.Expression2.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.Expression2 Property (Access)
+title: FormatCondition.Expression2 property (Access)
keywords: vbaac10.chm10061
f1_keywords:
- vbaac10.chm10061
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.Expression2 Property (Access)
+# FormatCondition.Expression2 property (Access)
You can use the **Expression2** property to return the values of a conditional format within a **[FormatCondition](Access.FormatCondition.md)** object. Read-only **String**.
## Syntax
- _expression_. `Expression2`
+_expression_. `Expression2`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.FontBold.md b/api/Access.FormatCondition.FontBold.md
index 49482575684..7285b6e7da9 100644
--- a/api/Access.FormatCondition.FontBold.md
+++ b/api/Access.FormatCondition.FontBold.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.FontBold Property (Access)
+title: FormatCondition.FontBold property (Access)
keywords: vbaac10.chm10054
f1_keywords:
- vbaac10.chm10054
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# FormatCondition.FontBold Property (Access)
+# FormatCondition.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.FontItalic.md b/api/Access.FormatCondition.FontItalic.md
index ec25dfbf57e..59e21e4ac7a 100644
--- a/api/Access.FormatCondition.FontItalic.md
+++ b/api/Access.FormatCondition.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.FontItalic Property (Access)
+title: FormatCondition.FontItalic property (Access)
keywords: vbaac10.chm10055
f1_keywords:
- vbaac10.chm10055
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# FormatCondition.FontItalic Property (Access)
+# FormatCondition.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.FontUnderline.md b/api/Access.FormatCondition.FontUnderline.md
index a104f498792..84f8d3dbb55 100644
--- a/api/Access.FormatCondition.FontUnderline.md
+++ b/api/Access.FormatCondition.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.FontUnderline Property (Access)
+title: FormatCondition.FontUnderline property (Access)
keywords: vbaac10.chm10056
f1_keywords:
- vbaac10.chm10056
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# FormatCondition.FontUnderline Property (Access)
+# FormatCondition.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.ForeColor.md b/api/Access.FormatCondition.ForeColor.md
index f29484d0d39..fa3ce69fa51 100644
--- a/api/Access.FormatCondition.ForeColor.md
+++ b/api/Access.FormatCondition.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.ForeColor Property (Access)
+title: FormatCondition.ForeColor property (Access)
keywords: vbaac10.chm10052
f1_keywords:
- vbaac10.chm10052
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.ForeColor Property (Access)
+# FormatCondition.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.LongestBarLimit.md b/api/Access.FormatCondition.LongestBarLimit.md
index 063ff6b9d26..5dca0743e1f 100644
--- a/api/Access.FormatCondition.LongestBarLimit.md
+++ b/api/Access.FormatCondition.LongestBarLimit.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.LongestBarLimit Property (Access)
+title: FormatCondition.LongestBarLimit property (Access)
keywords: vbaac10.chm14532
f1_keywords:
- vbaac10.chm14532
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.LongestBarLimit Property (Access)
+# FormatCondition.LongestBarLimit property (Access)
Gets or sets how the longest data bar is evaluated for the specified **[FormatCondition](Access.FormatCondition.md)**. Read/write **[AcFormatBarLimits](Access.AcFormatBarLimits.md)**.
## Syntax
- _expression_. `LongestBarLimit`
+_expression_. `LongestBarLimit`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.LongestBarValue.md b/api/Access.FormatCondition.LongestBarValue.md
index 8ae6e90c607..d301793cd2a 100644
--- a/api/Access.FormatCondition.LongestBarValue.md
+++ b/api/Access.FormatCondition.LongestBarValue.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.LongestBarValue Property (Access)
+title: FormatCondition.LongestBarValue property (Access)
keywords: vbaac10.chm14533
f1_keywords:
- vbaac10.chm14533
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.LongestBarValue Property (Access)
+# FormatCondition.LongestBarValue property (Access)
Gets or sets a numeric expression that specifies the value of the longest bar of a **[FormatCondition](Access.FormatCondition.md)**. Read/write **String**.
## Syntax
- _expression_. `LongestBarValue`
+_expression_. `LongestBarValue`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.Modify.md b/api/Access.FormatCondition.Modify.md
index 4d5c1a2e3b6..000c0c6ad20 100644
--- a/api/Access.FormatCondition.Modify.md
+++ b/api/Access.FormatCondition.Modify.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.Modify Method (Access)
+title: FormatCondition.Modify method (Access)
keywords: vbaac10.chm10062
f1_keywords:
- vbaac10.chm10062
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# FormatCondition.Modify Method (Access)
+# FormatCondition.Modify method (Access)
You can use the **Modify** method to change the format conditions of a **[FormatCondition](Access.FormatCondition.md)** object in the **[FormatConditions](Access.FormatConditions.md)** collection of a combo box or text box control.
## Syntax
- _expression_. `Modify`( `_Type_`, `_Operator_`, `_Expression1_`, `_Expression2_` )
+_expression_. `Modify`( `_Type_`, `_Operator_`, `_Expression1_`, `_Expression2_` )
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**AcFormatConditionType**|A **[AcFormatConditionType](Access.AcFormatConditionType.md)** constant that specifies the type of condition to be modified.|
| _Operator_|Optional|**AcFormatConditionOperator**|A **[AcFormatConditionOperator](access.acformatconditionoperator.md)** constant that specifies the type of operator to be used.
**Note:** If the type argument is **acExpression**, the operator argument is ignored. If you leave this argument blank, the default constant ( **acBetween** ) is assumed. |
| _Expression1_|Optional|**Variant**|A value or expression associated with the first part of the conditional format. Can be a constant value or a string value.|
| _Expression2_|Optional|**Variant**|A value or expression associated with the second part of the conditional format when the operator argument is **acBetween** or **acNotBetween** (otherwise, this argument is ignored). Can be a constant value or a string value.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.FormatCondition.Operator.md b/api/Access.FormatCondition.Operator.md
index bace39b8796..eafc003ab68 100644
--- a/api/Access.FormatCondition.Operator.md
+++ b/api/Access.FormatCondition.Operator.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.Operator Property (Access)
+title: FormatCondition.Operator property (Access)
keywords: vbaac10.chm10059
f1_keywords:
- vbaac10.chm10059
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.Operator Property (Access)
+# FormatCondition.Operator property (Access)
You can use the **Operator** property to return the operator value for the conditional format or data validation of a **[FormatCondition](Access.FormatCondition.md)** object. Read-only **[AcFormatConditionOperator](Access.AcFormatConditionOperator.md)**.
## Syntax
- _expression_. `Operator`
+_expression_. `Operator`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.ShortestBarLimit.md b/api/Access.FormatCondition.ShortestBarLimit.md
index 5ea8a3d9499..04711ee33ed 100644
--- a/api/Access.FormatCondition.ShortestBarLimit.md
+++ b/api/Access.FormatCondition.ShortestBarLimit.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.ShortestBarLimit Property (Access)
+title: FormatCondition.ShortestBarLimit property (Access)
keywords: vbaac10.chm14530
f1_keywords:
- vbaac10.chm14530
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.ShortestBarLimit Property (Access)
+# FormatCondition.ShortestBarLimit property (Access)
Gets or sets how the shortest data bar is evaluated for the specified **[FormatCondition](Access.FormatCondition.md)**. Read/write **[AcFormatBarLimits](Access.AcFormatBarLimits.md)**.
## Syntax
- _expression_. `ShortestBarLimit`
+_expression_. `ShortestBarLimit`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.ShortestBarValue.md b/api/Access.FormatCondition.ShortestBarValue.md
index cbd786ea72e..c6f50d6bc5f 100644
--- a/api/Access.FormatCondition.ShortestBarValue.md
+++ b/api/Access.FormatCondition.ShortestBarValue.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.ShortestBarValue Property (Access)
+title: FormatCondition.ShortestBarValue property (Access)
keywords: vbaac10.chm14531
f1_keywords:
- vbaac10.chm14531
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.ShortestBarValue Property (Access)
+# FormatCondition.ShortestBarValue property (Access)
Gets or sets a numeric expression that specifies the value of the shortest bar of a **[FormatCondition](Access.FormatCondition.md)**. Read/write **String**.
## Syntax
- _expression_. `ShortestBarValue`
+_expression_. `ShortestBarValue`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## Remarks
diff --git a/api/Access.FormatCondition.ShowBarOnly.md b/api/Access.FormatCondition.ShowBarOnly.md
index 83a20437385..5918c371596 100644
--- a/api/Access.FormatCondition.ShowBarOnly.md
+++ b/api/Access.FormatCondition.ShowBarOnly.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.ShowBarOnly Property (Access)
+title: FormatCondition.ShowBarOnly property (Access)
keywords: vbaac10.chm14534
f1_keywords:
- vbaac10.chm14534
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.ShowBarOnly Property (Access)
+# FormatCondition.ShowBarOnly property (Access)
Gets or sets whether the data bar or the data bar and its value are displayed. Set to **True** to display only the data bar. Read/write ** Boolean**.
## Syntax
- _expression_. `ShowBarOnly`
+_expression_. `ShowBarOnly`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## See also
diff --git a/api/Access.FormatCondition.Type.md b/api/Access.FormatCondition.Type.md
index e18e71465da..b103230099b 100644
--- a/api/Access.FormatCondition.Type.md
+++ b/api/Access.FormatCondition.Type.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition.Type Property (Access)
+title: FormatCondition.Type property (Access)
keywords: vbaac10.chm10058
f1_keywords:
- vbaac10.chm10058
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatCondition.Type Property (Access)
+# FormatCondition.Type property (Access)
Returns the value of a **[FormatCondition](Access.FormatCondition.md)** object type. Read-only **[AcFormatConditionType](Access.AcFormatConditionType.md)**.
## Syntax
- _expression_. `Type`
+_expression_. `Type`
- _expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
+_expression_ A variable that represents a [FormatCondition](Access.FormatCondition.md) object.
## See also
diff --git a/api/Access.FormatCondition.md b/api/Access.FormatCondition.md
index 877f54caaed..c8de39912f0 100644
--- a/api/Access.FormatCondition.md
+++ b/api/Access.FormatCondition.md
@@ -1,5 +1,5 @@
---
-title: FormatCondition Object (Access)
+title: FormatCondition object (Access)
keywords: vbaac10.chm10065
f1_keywords:
- vbaac10.chm10065
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# FormatCondition Object (Access)
+# FormatCondition object (Access)
The **FormatCondition** object represents a conditional format of a combo box or text box control and is a member of the **FormatConditions** collection.
diff --git a/api/Access.FormatConditions.Add.md b/api/Access.FormatConditions.Add.md
index de1c6361d05..a1d26a1fb46 100644
--- a/api/Access.FormatConditions.Add.md
+++ b/api/Access.FormatConditions.Add.md
@@ -1,5 +1,5 @@
---
-title: FormatConditions.Add Method (Access)
+title: FormatConditions.Add method (Access)
keywords: vbaac10.chm10071
f1_keywords:
- vbaac10.chm10071
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# FormatConditions.Add Method (Access)
+# FormatConditions.Add method (Access)
You can use the **Add** method to add a conditional format as a **[FormatCondition](Access.FormatCondition.md)** object to the **[FormatConditions](Access.FormatConditions.md)** collection of a combo box or text box control.
## Syntax
- _expression_. `Add`( ` _Type_`, ` _Operator_`, ` _Expression1_`, ` _Expression2_` )
+_expression_. `Add`( ` _Type_`, ` _Operator_`, ` _Expression1_`, ` _Expression2_` )
- _expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
+_expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**AcFormatConditionType**|An **[AcFormatConditionType](Access.AcFormatConditionType.md)** constant that specifies the type of format condition to be added.|
| _Operator_|Optional|**AcFormatConditionOperator**|An **[AcFormatConditionOperator](Access.AcFormatConditionOperator.md)** constant that specified the operator. If the _Type_ argument is **acExpression**, the _Operator_ argument is ignored. If you leave this argument blank, the default constant (**acBetween**) is assumed.|
| _Expression1_|Optional|**Variant**|A value or expression associated with the first part of the conditional format. Can be a constant or a string value.|
| _Expression2_|Optional|**Variant**|A value or expression associated with the second part of the conditional format when the _Operator_ argument is **acBetween** or **acNotBetween** (otherwise, this argument is ignored). Can be a constant or a string value.|
-### Return Value
+### Return value
FormatCondition
diff --git a/api/Access.FormatConditions.Application.md b/api/Access.FormatConditions.Application.md
index a26508ddbd3..81e53c2f07f 100644
--- a/api/Access.FormatConditions.Application.md
+++ b/api/Access.FormatConditions.Application.md
@@ -1,5 +1,5 @@
---
-title: FormatConditions.Application Property (Access)
+title: FormatConditions.Application property (Access)
keywords: vbaac10.chm10067
f1_keywords:
- vbaac10.chm10067
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatConditions.Application Property (Access)
+# FormatConditions.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
+_expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
## Remarks
diff --git a/api/Access.FormatConditions.Count.md b/api/Access.FormatConditions.Count.md
index a7bf58b0952..b5e0136c276 100644
--- a/api/Access.FormatConditions.Count.md
+++ b/api/Access.FormatConditions.Count.md
@@ -1,5 +1,5 @@
---
-title: FormatConditions.Count Property (Access)
+title: FormatConditions.Count property (Access)
keywords: vbaac10.chm10070
f1_keywords:
- vbaac10.chm10070
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatConditions.Count Property (Access)
+# FormatConditions.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
+_expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
## See also
diff --git a/api/Access.FormatConditions.Delete.md b/api/Access.FormatConditions.Delete.md
index 444732297a1..b9f598d2fd7 100644
--- a/api/Access.FormatConditions.Delete.md
+++ b/api/Access.FormatConditions.Delete.md
@@ -1,5 +1,5 @@
---
-title: FormatConditions.Delete Method (Access)
+title: FormatConditions.Delete method (Access)
keywords: vbaac10.chm10072
f1_keywords:
- vbaac10.chm10072
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatConditions.Delete Method (Access)
+# FormatConditions.Delete method (Access)
Deletes the specified object.
## Syntax
- _expression_. `Delete`
+_expression_. `Delete`
- _expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
+_expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
## See also
diff --git a/api/Access.FormatConditions.Item.md b/api/Access.FormatConditions.Item.md
index a0d93ce5c05..deb33a9d416 100644
--- a/api/Access.FormatConditions.Item.md
+++ b/api/Access.FormatConditions.Item.md
@@ -1,5 +1,5 @@
---
-title: FormatConditions.Item Property (Access)
+title: FormatConditions.Item property (Access)
keywords: vbaac10.chm10069
f1_keywords:
- vbaac10.chm10069
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# FormatConditions.Item Property (Access)
+# FormatConditions.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **FormatCondition**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
+_expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.FormatConditions.Parent.md b/api/Access.FormatConditions.Parent.md
index 509ec8a4cb5..ccb705cf75f 100644
--- a/api/Access.FormatConditions.Parent.md
+++ b/api/Access.FormatConditions.Parent.md
@@ -1,5 +1,5 @@
---
-title: FormatConditions.Parent Property (Access)
+title: FormatConditions.Parent property (Access)
keywords: vbaac10.chm10068
f1_keywords:
- vbaac10.chm10068
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# FormatConditions.Parent Property (Access)
+# FormatConditions.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
+_expression_ A variable that represents a [FormatConditions](Access.FormatConditions.md) object.
## See also
diff --git a/api/Access.FormatConditions.md b/api/Access.FormatConditions.md
index f7259e35141..b28f19bcc81 100644
--- a/api/Access.FormatConditions.md
+++ b/api/Access.FormatConditions.md
@@ -1,5 +1,5 @@
---
-title: FormatConditions Object (Access)
+title: FormatConditions object (Access)
keywords: vbaac10.chm10066
f1_keywords:
- vbaac10.chm10066
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# FormatConditions Object (Access)
+# FormatConditions object (Access)
The **FormatConditions** collection represents the collection of conditional formats for a combo box or text box control. Each format is represented by a **[FormatCondition](Access.FormatCondition.md)** object.
diff --git a/api/Access.Forms.Application.md b/api/Access.Forms.Application.md
index af4d4dc9454..306e88f2866 100644
--- a/api/Access.Forms.Application.md
+++ b/api/Access.Forms.Application.md
@@ -1,5 +1,5 @@
---
-title: Forms.Application Property (Access)
+title: Forms.Application property (Access)
keywords: vbaac10.chm12356
f1_keywords:
- vbaac10.chm12356
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Forms.Application Property (Access)
+# Forms.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Forms](Access.Forms.md) object.
+_expression_ A variable that represents a [Forms](Access.Forms.md) object.
## Remarks
diff --git a/api/Access.Forms.Count.md b/api/Access.Forms.Count.md
index c64dcd5a5df..8b9e15b1a93 100644
--- a/api/Access.Forms.Count.md
+++ b/api/Access.Forms.Count.md
@@ -1,5 +1,5 @@
---
-title: Forms.Count Property (Access)
+title: Forms.Count property (Access)
keywords: vbaac10.chm12359
f1_keywords:
- vbaac10.chm12359
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Forms.Count Property (Access)
+# Forms.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [Forms](Access.Forms.md) object.
+_expression_ A variable that represents a [Forms](Access.Forms.md) object.
## Example
diff --git a/api/Access.Forms.Item.md b/api/Access.Forms.Item.md
index 8e03787292a..5fda3fb604e 100644
--- a/api/Access.Forms.Item.md
+++ b/api/Access.Forms.Item.md
@@ -1,5 +1,5 @@
---
-title: Forms.Item Property (Access)
+title: Forms.Item property (Access)
keywords: vbaac10.chm12358
f1_keywords:
- vbaac10.chm12358
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Forms.Item Property (Access)
+# Forms.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Form**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [Forms](Access.Forms.md) object.
+_expression_ A variable that represents a [Forms](Access.Forms.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.Forms.Parent.md b/api/Access.Forms.Parent.md
index c64d16db02f..8890bbdaeec 100644
--- a/api/Access.Forms.Parent.md
+++ b/api/Access.Forms.Parent.md
@@ -1,5 +1,5 @@
---
-title: Forms.Parent Property (Access)
+title: Forms.Parent property (Access)
keywords: vbaac10.chm12357
f1_keywords:
- vbaac10.chm12357
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Forms.Parent Property (Access)
+# Forms.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Forms](Access.Forms.md) object.
+_expression_ A variable that represents a [Forms](Access.Forms.md) object.
## See also
diff --git a/api/Access.Forms.md b/api/Access.Forms.md
index f28feb2b795..094352616f9 100644
--- a/api/Access.Forms.md
+++ b/api/Access.Forms.md
@@ -1,5 +1,5 @@
---
-title: Forms Object (Access)
+title: Forms object (Access)
keywords: vbaac10.chm12355
f1_keywords:
- vbaac10.chm12355
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Forms Object (Access)
+# Forms object (Access)
The **Forms** collection contains all of the currently open forms in a Microsoft Access database.
diff --git a/api/Access.GroupLevel.Application.md b/api/Access.GroupLevel.Application.md
index e86a8b8c67f..e4d792b5325 100644
--- a/api/Access.GroupLevel.Application.md
+++ b/api/Access.GroupLevel.Application.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.Application Property (Access)
+title: GroupLevel.Application property (Access)
keywords: vbaac10.chm12236
f1_keywords:
- vbaac10.chm12236
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.Application Property (Access)
+# GroupLevel.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## Remarks
diff --git a/api/Access.GroupLevel.ControlSource.md b/api/Access.GroupLevel.ControlSource.md
index 126de8e4d2a..7c34e3c2f3f 100644
--- a/api/Access.GroupLevel.ControlSource.md
+++ b/api/Access.GroupLevel.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.ControlSource Property (Access)
+title: GroupLevel.ControlSource property (Access)
keywords: vbaac10.chm12239
f1_keywords:
- vbaac10.chm12239
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.ControlSource Property (Access)
+# GroupLevel.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## Remarks
diff --git a/api/Access.GroupLevel.GroupFooter.md b/api/Access.GroupLevel.GroupFooter.md
index 5cf7d21206e..f69f57eae1c 100644
--- a/api/Access.GroupLevel.GroupFooter.md
+++ b/api/Access.GroupLevel.GroupFooter.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.GroupFooter Property (Access)
+title: GroupLevel.GroupFooter property (Access)
keywords: vbaac10.chm12242
f1_keywords:
- vbaac10.chm12242
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.GroupFooter Property (Access)
+# GroupLevel.GroupFooter property (Access)
You can use the **GroupFooter** property to create a group footer for a selected field or expression in a report. Read/write **Boolean**.
## Syntax
- _expression_. `GroupFooter`
+_expression_. `GroupFooter`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## Remarks
diff --git a/api/Access.GroupLevel.GroupHeader.md b/api/Access.GroupLevel.GroupHeader.md
index 5ae7e89d2e1..05cf3851ca1 100644
--- a/api/Access.GroupLevel.GroupHeader.md
+++ b/api/Access.GroupLevel.GroupHeader.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.GroupHeader Property (Access)
+title: GroupLevel.GroupHeader property (Access)
keywords: vbaac10.chm12241
f1_keywords:
- vbaac10.chm12241
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.GroupHeader Property (Access)
+# GroupLevel.GroupHeader property (Access)
You can use the **GroupHeader** property to create a group header for a selected field or expression in a report. Read/write **Boolean**.
## Syntax
- _expression_. `GroupHeader`
+_expression_. `GroupHeader`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## Remarks
diff --git a/api/Access.GroupLevel.GroupInterval.md b/api/Access.GroupLevel.GroupInterval.md
index 8774867dc8a..6079727c718 100644
--- a/api/Access.GroupLevel.GroupInterval.md
+++ b/api/Access.GroupLevel.GroupInterval.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.GroupInterval Property (Access)
+title: GroupLevel.GroupInterval property (Access)
keywords: vbaac10.chm12244
f1_keywords:
- vbaac10.chm12244
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.GroupInterval Property (Access)
+# GroupLevel.GroupInterval property (Access)
You can use the **GroupInterval** property with the **[GroupOn](Access.GroupLevel.GroupOn.md)** property to specify how records are grouped in a report. Read/write **Long**.
## Syntax
- _expression_. `GroupInterval`
+_expression_. `GroupInterval`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## Remarks
diff --git a/api/Access.GroupLevel.GroupOn.md b/api/Access.GroupLevel.GroupOn.md
index cde20c21a99..dff443ff74a 100644
--- a/api/Access.GroupLevel.GroupOn.md
+++ b/api/Access.GroupLevel.GroupOn.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.GroupOn Property (Access)
+title: GroupLevel.GroupOn property (Access)
keywords: vbaac10.chm12243
f1_keywords:
- vbaac10.chm12243
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.GroupOn Property (Access)
+# GroupLevel.GroupOn property (Access)
You can use the **GroupOn** property in a report to specify how to group data in a field or expression by data type. For example, this property lets you group a Date field by month. Read/write **Integer**.
## Syntax
- _expression_. `GroupOn`
+_expression_. `GroupOn`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## Remarks
diff --git a/api/Access.GroupLevel.KeepTogether.md b/api/Access.GroupLevel.KeepTogether.md
index 4b9448f2f99..7c11370a95c 100644
--- a/api/Access.GroupLevel.KeepTogether.md
+++ b/api/Access.GroupLevel.KeepTogether.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.KeepTogether Property (Access)
+title: GroupLevel.KeepTogether property (Access)
keywords: vbaac10.chm12245
f1_keywords:
- vbaac10.chm12245
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.KeepTogether Property (Access)
+# GroupLevel.KeepTogether property (Access)
You can use the **KeepTogether** property for a group in a report to keep parts of a group ? including the group header, detail section, and group footer ? together on the same page. For example, you might want a group header to always be printed on the same page with the first detail section. Read/write **Byte**.
## Syntax
- _expression_. `KeepTogether`
+_expression_. `KeepTogether`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## Remarks
diff --git a/api/Access.GroupLevel.Parent.md b/api/Access.GroupLevel.Parent.md
index 5c9960789a5..5246e76a2f1 100644
--- a/api/Access.GroupLevel.Parent.md
+++ b/api/Access.GroupLevel.Parent.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.Parent Property (Access)
+title: GroupLevel.Parent property (Access)
keywords: vbaac10.chm12237
f1_keywords:
- vbaac10.chm12237
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.Parent Property (Access)
+# GroupLevel.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## See also
diff --git a/api/Access.GroupLevel.Properties.md b/api/Access.GroupLevel.Properties.md
index 996ffde42a9..2d58ab3edba 100644
--- a/api/Access.GroupLevel.Properties.md
+++ b/api/Access.GroupLevel.Properties.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.Properties Property (Access)
+title: GroupLevel.Properties property (Access)
keywords: vbaac10.chm12238
f1_keywords:
- vbaac10.chm12238
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.Properties Property (Access)
+# GroupLevel.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## Remarks
diff --git a/api/Access.GroupLevel.SortOrder.md b/api/Access.GroupLevel.SortOrder.md
index 51e04742f1a..d1b81faeff4 100644
--- a/api/Access.GroupLevel.SortOrder.md
+++ b/api/Access.GroupLevel.SortOrder.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel.SortOrder Property (Access)
+title: GroupLevel.SortOrder property (Access)
keywords: vbaac10.chm12240
f1_keywords:
- vbaac10.chm12240
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# GroupLevel.SortOrder Property (Access)
+# GroupLevel.SortOrder property (Access)
You use the **SortOrder** property to specify the sort order for fields and expressions in a report. For example, if you're printing a list of suppliers, you can sort the records alphabetically by company name. Read/write **Boolean**.
## Syntax
- _expression_. `SortOrder`
+_expression_. `SortOrder`
- _expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
+_expression_ A variable that represents a [GroupLevel](Access.GroupLevel.md) object.
## Remarks
diff --git a/api/Access.GroupLevel.md b/api/Access.GroupLevel.md
index faf5f26048c..e72e281709e 100644
--- a/api/Access.GroupLevel.md
+++ b/api/Access.GroupLevel.md
@@ -1,5 +1,5 @@
---
-title: GroupLevel Object (Access)
+title: GroupLevel object (Access)
keywords: vbaac10.chm12247
f1_keywords:
- vbaac10.chm12247
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# GroupLevel Object (Access)
+# GroupLevel object (Access)
You can use the **GroupLevel** property in Visual Basic to refer to the group level you are grouping or sorting on in a report.
diff --git a/api/Access.Hyperlink.AddToFavorites.md b/api/Access.Hyperlink.AddToFavorites.md
index de757a05875..506f4b30a60 100644
--- a/api/Access.Hyperlink.AddToFavorites.md
+++ b/api/Access.Hyperlink.AddToFavorites.md
@@ -1,5 +1,5 @@
---
-title: Hyperlink.AddToFavorites Method (Access)
+title: Hyperlink.AddToFavorites method (Access)
keywords: vbaac10.chm10116
f1_keywords:
- vbaac10.chm10116
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Hyperlink.AddToFavorites Method (Access)
+# Hyperlink.AddToFavorites method (Access)
The **AddToFavorites** method adds a hyperlink address to the Favorites folder.
## Syntax
- _expression_. `AddToFavorites`
+_expression_. `AddToFavorites`
- _expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
+_expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Hyperlink.Address.md b/api/Access.Hyperlink.Address.md
index 04d92702a0a..a22a6b15ccc 100644
--- a/api/Access.Hyperlink.Address.md
+++ b/api/Access.Hyperlink.Address.md
@@ -1,5 +1,5 @@
---
-title: Hyperlink.Address Property (Access)
+title: Hyperlink.Address property (Access)
keywords: vbaac10.chm10115
f1_keywords:
- vbaac10.chm10115
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Hyperlink.Address Property (Access)
+# Hyperlink.Address property (Access)
You can use the **Address** property to specify or determine the path to an object, document, Web page or other destination for a **[Hyperlink](Access.Hyperlink.md)** object associated with a command button, image control, or label control. Read/write **String**.
## Syntax
- _expression_. `Address`
+_expression_. `Address`
- _expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
+_expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
## Remarks
diff --git a/api/Access.Hyperlink.CreateNewDocument.md b/api/Access.Hyperlink.CreateNewDocument.md
index 1ef9a79381d..dabb111bced 100644
--- a/api/Access.Hyperlink.CreateNewDocument.md
+++ b/api/Access.Hyperlink.CreateNewDocument.md
@@ -1,5 +1,5 @@
---
-title: Hyperlink.CreateNewDocument Method (Access)
+title: Hyperlink.CreateNewDocument method (Access)
keywords: vbaac10.chm10121
f1_keywords:
- vbaac10.chm10121
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# Hyperlink.CreateNewDocument Method (Access)
+# Hyperlink.CreateNewDocument method (Access)
You can use the **CreateNewDocument** method to create a new document associated with a specified hyperlink.
## Syntax
- _expression_. `CreateNewDocument`( ` _FileName_`, ` _EditNow_`, ` _Overwrite_` )
+_expression_. `CreateNewDocument`( ` _FileName_`, ` _EditNow_`, ` _Overwrite_` )
- _expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
+_expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**| The name and path of the document. The type of document format you want used can be determine by the extension used with the filename. to output the data. You can create HTML (*.htm), Microsoft Active Server Pages (*.asp), Microsoft Excel (*.xls), Microsoft IIS (*.htx, *.idc), MS-DOS Text (*.txt), or Rich Text Format (*.rtf). Modules can be output only to MS-DOS text format. Microsoft Internet Information Server and Microsoft Active Server formats are available only for tables, queries, and forms.|
| _EditNow_|Required|**Boolean**|**True** opens the document in design view and **False** stores the new document in the specified database directory. The default is **True**.|
| _Overwrite_|Required|**Boolean**|**True** overwrites an existing document if the _filename_ argument identifies an existing document and **False** requires that the filename argument specifies a new filename. The default is **False**.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Hyperlink.EmailSubject.md b/api/Access.Hyperlink.EmailSubject.md
index 46b89cf564d..4ae70a90fe1 100644
--- a/api/Access.Hyperlink.EmailSubject.md
+++ b/api/Access.Hyperlink.EmailSubject.md
@@ -1,5 +1,5 @@
---
-title: Hyperlink.EmailSubject Property (Access)
+title: Hyperlink.EmailSubject property (Access)
keywords: vbaac10.chm10118
f1_keywords:
- vbaac10.chm10118
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Hyperlink.EmailSubject Property (Access)
+# Hyperlink.EmailSubject property (Access)
You can use the **EmailSubject** property to specify or determine return the email subject line of a hyperlink to an object, document, Web page or other destination for a command button, image control, or label control. Read/write **String**.
## Syntax
- _expression_. `EmailSubject`
+_expression_. `EmailSubject`
- _expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
+_expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
## Remarks
diff --git a/api/Access.Hyperlink.Follow.md b/api/Access.Hyperlink.Follow.md
index 233f147fc94..cde129b6bc3 100644
--- a/api/Access.Hyperlink.Follow.md
+++ b/api/Access.Hyperlink.Follow.md
@@ -1,5 +1,5 @@
---
-title: Hyperlink.Follow Method (Access)
+title: Hyperlink.Follow method (Access)
keywords: vbaac10.chm10117
f1_keywords:
- vbaac10.chm10117
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Hyperlink.Follow Method (Access)
+# Hyperlink.Follow method (Access)
The **Follow** method opens the document or Web page specified by a hyperlink address associated with a control on a form or report.
## Syntax
- _expression_. `Follow`( ` _NewWindow_`, ` _AddHistory_`, ` _ExtraInfo_`, ` _Method_`, ` _HeaderInfo_` )
+_expression_. `Follow`( ` _NewWindow_`, ` _AddHistory_`, ` _ExtraInfo_`, ` _Method_`, ` _HeaderInfo_` )
- _expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
+_expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewWindow_|Optional|**Boolean**|**True** (?1) opens the document in a new window and **False** (0) opens the document in the current window. The default is **False**.|
| _AddHistory_|Optional|**Boolean**|**True** adds the hyperlink to the History folder and **False** doesn't add the hyperlink to the History folder. The default is **True**.|
diff --git a/api/Access.Hyperlink.ScreenTip.md b/api/Access.Hyperlink.ScreenTip.md
index 2c654ce0ca1..5cad225cc1c 100644
--- a/api/Access.Hyperlink.ScreenTip.md
+++ b/api/Access.Hyperlink.ScreenTip.md
@@ -1,5 +1,5 @@
---
-title: Hyperlink.ScreenTip Property (Access)
+title: Hyperlink.ScreenTip property (Access)
keywords: vbaac10.chm10119
f1_keywords:
- vbaac10.chm10119
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Hyperlink.ScreenTip Property (Access)
+# Hyperlink.ScreenTip property (Access)
You can use the **ScreenTip** property to specify or determine the text that is displayed when you move the cursor over a hyperlink control. Read/write **String**.
## Syntax
- _expression_. `ScreenTip`
+_expression_. `ScreenTip`
- _expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
+_expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
## Remarks
diff --git a/api/Access.Hyperlink.SubAddress.md b/api/Access.Hyperlink.SubAddress.md
index 80b92cd0860..8fc897a02a4 100644
--- a/api/Access.Hyperlink.SubAddress.md
+++ b/api/Access.Hyperlink.SubAddress.md
@@ -1,5 +1,5 @@
---
-title: Hyperlink.SubAddress Property (Access)
+title: Hyperlink.SubAddress property (Access)
keywords: vbaac10.chm10114
f1_keywords:
- vbaac10.chm10114
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Hyperlink.SubAddress Property (Access)
+# Hyperlink.SubAddress property (Access)
You can use the **SubAddress** property to specify or determine a location within the target document specified by the **[Address](Access.Hyperlink.Address.md)** property. Read/write **String**. .
## Syntax
- _expression_. `SubAddress`
+_expression_. `SubAddress`
- _expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
+_expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
## Remarks
diff --git a/api/Access.Hyperlink.TextToDisplay.md b/api/Access.Hyperlink.TextToDisplay.md
index 757041d0083..d982663c03e 100644
--- a/api/Access.Hyperlink.TextToDisplay.md
+++ b/api/Access.Hyperlink.TextToDisplay.md
@@ -1,5 +1,5 @@
---
-title: Hyperlink.TextToDisplay Property (Access)
+title: Hyperlink.TextToDisplay property (Access)
keywords: vbaac10.chm10120
f1_keywords:
- vbaac10.chm10120
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Hyperlink.TextToDisplay Property (Access)
+# Hyperlink.TextToDisplay property (Access)
You can use the **TextToDisplay** property to specify or determine the display text for a hyperlink. Read/write **String**.
## Syntax
- _expression_. `TextToDisplay`
+_expression_. `TextToDisplay`
- _expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
+_expression_ A variable that represents a [Hyperlink](Access.Hyperlink.md) object.
## Example
diff --git a/api/Access.Hyperlink.md b/api/Access.Hyperlink.md
index 7f6f3cb4ea9..ee66ee9f12f 100644
--- a/api/Access.Hyperlink.md
+++ b/api/Access.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: Hyperlink Object (Access)
+title: Hyperlink object (Access)
keywords: vbaac10.chm10123
f1_keywords:
- vbaac10.chm10123
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Hyperlink Object (Access)
+# Hyperlink object (Access)
The **Hyperlink** object represents a hyperlink associated with a control on a form, report, or data access page.
diff --git a/api/Access.Image.Application.md b/api/Access.Image.Application.md
index 3c631347105..07260c54eb3 100644
--- a/api/Access.Image.Application.md
+++ b/api/Access.Image.Application.md
@@ -1,5 +1,5 @@
---
-title: Image.Application Property (Access)
+title: Image.Application property (Access)
keywords: vbaac10.chm10354
f1_keywords:
- vbaac10.chm10354
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Application Property (Access)
+# Image.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BackColor.md b/api/Access.Image.BackColor.md
index 7a52a8581e3..b56e1adefdb 100644
--- a/api/Access.Image.BackColor.md
+++ b/api/Access.Image.BackColor.md
@@ -1,5 +1,5 @@
---
-title: Image.BackColor Property (Access)
+title: Image.BackColor property (Access)
keywords: vbaac10.chm10381
f1_keywords:
- vbaac10.chm10381
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BackColor Property (Access)
+# Image.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BackShade.md b/api/Access.Image.BackShade.md
index 42d1e203116..fc2d39ef4bf 100644
--- a/api/Access.Image.BackShade.md
+++ b/api/Access.Image.BackShade.md
@@ -1,5 +1,5 @@
---
-title: Image.BackShade Property (Access)
+title: Image.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BackShade Property (Access)
+# Image.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BackStyle.md b/api/Access.Image.BackStyle.md
index 67eec135ca7..8678218395a 100644
--- a/api/Access.Image.BackStyle.md
+++ b/api/Access.Image.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: Image.BackStyle Property (Access)
+title: Image.BackStyle property (Access)
keywords: vbaac10.chm10380
f1_keywords:
- vbaac10.chm10380
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BackStyle Property (Access)
+# Image.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BackThemeColorIndex.md b/api/Access.Image.BackThemeColorIndex.md
index 43c9bd1be01..11bd5fb5fe7 100644
--- a/api/Access.Image.BackThemeColorIndex.md
+++ b/api/Access.Image.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Image.BackThemeColorIndex Property (Access)
+title: Image.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BackThemeColorIndex Property (Access)
+# Image.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BackTint.md b/api/Access.Image.BackTint.md
index c3fe4bbad55..0bc80573370 100644
--- a/api/Access.Image.BackTint.md
+++ b/api/Access.Image.BackTint.md
@@ -1,5 +1,5 @@
---
-title: Image.BackTint Property (Access)
+title: Image.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BackTint Property (Access)
+# Image.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BorderColor.md b/api/Access.Image.BorderColor.md
index 40a833606a2..e22d0aa6c08 100644
--- a/api/Access.Image.BorderColor.md
+++ b/api/Access.Image.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: Image.BorderColor Property (Access)
+title: Image.BorderColor property (Access)
keywords: vbaac10.chm10385
f1_keywords:
- vbaac10.chm10385
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BorderColor Property (Access)
+# Image.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BorderShade.md b/api/Access.Image.BorderShade.md
index 9700ceea6d5..6224125603a 100644
--- a/api/Access.Image.BorderShade.md
+++ b/api/Access.Image.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: Image.BorderShade Property (Access)
+title: Image.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BorderShade Property (Access)
+# Image.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BorderStyle.md b/api/Access.Image.BorderStyle.md
index 5ed1facc5ba..4edd15400ce 100644
--- a/api/Access.Image.BorderStyle.md
+++ b/api/Access.Image.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Image.BorderStyle Property (Access)
+title: Image.BorderStyle property (Access)
keywords: vbaac10.chm10383
f1_keywords:
- vbaac10.chm10383
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BorderStyle Property (Access)
+# Image.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BorderThemeColorIndex.md b/api/Access.Image.BorderThemeColorIndex.md
index 30221784dfc..879134522ce 100644
--- a/api/Access.Image.BorderThemeColorIndex.md
+++ b/api/Access.Image.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Image.BorderThemeColorIndex Property (Access)
+title: Image.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BorderThemeColorIndex Property (Access)
+# Image.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BorderTint.md b/api/Access.Image.BorderTint.md
index 07039d28053..7fc948623a7 100644
--- a/api/Access.Image.BorderTint.md
+++ b/api/Access.Image.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: Image.BorderTint Property (Access)
+title: Image.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BorderTint Property (Access)
+# Image.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BorderWidth.md b/api/Access.Image.BorderWidth.md
index c9981dd38bb..374b876b34f 100644
--- a/api/Access.Image.BorderWidth.md
+++ b/api/Access.Image.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: Image.BorderWidth Property (Access)
+title: Image.BorderWidth property (Access)
keywords: vbaac10.chm10386
f1_keywords:
- vbaac10.chm10386
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BorderWidth Property (Access)
+# Image.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.BottomPadding.md b/api/Access.Image.BottomPadding.md
index 2454b21e50c..d1937d02240 100644
--- a/api/Access.Image.BottomPadding.md
+++ b/api/Access.Image.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: Image.BottomPadding Property (Access)
+title: Image.BottomPadding property (Access)
keywords: vbaac10.chm10416
f1_keywords:
- vbaac10.chm10416
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.BottomPadding Property (Access)
+# Image.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the image control and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## See also
diff --git a/api/Access.Image.Click.md b/api/Access.Image.Click.md
index 29d75a98169..8fc7bf80bc5 100644
--- a/api/Access.Image.Click.md
+++ b/api/Access.Image.Click.md
@@ -1,5 +1,5 @@
---
-title: Image.Click Event (Access)
+title: Image.Click event (Access)
keywords: vbaac10.chm14166
f1_keywords:
- vbaac10.chm14166
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Click Event (Access)
+# Image.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.ControlTipText.md b/api/Access.Image.ControlTipText.md
index d6aefc4c917..cd3773ad6d7 100644
--- a/api/Access.Image.ControlTipText.md
+++ b/api/Access.Image.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: Image.ControlTipText Property (Access)
+title: Image.ControlTipText property (Access)
keywords: vbaac10.chm10388
f1_keywords:
- vbaac10.chm10388
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.ControlTipText Property (Access)
+# Image.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.ControlType.md b/api/Access.Image.ControlType.md
index b6bd7a7a045..6694fab6fee 100644
--- a/api/Access.Image.ControlType.md
+++ b/api/Access.Image.ControlType.md
@@ -1,5 +1,5 @@
---
-title: Image.ControlType Property (Access)
+title: Image.ControlType property (Access)
keywords: vbaac10.chm10365
f1_keywords:
- vbaac10.chm10365
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.ControlType Property (Access)
+# Image.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Controls.md b/api/Access.Image.Controls.md
index a9b95f42b02..03d37bd357d 100644
--- a/api/Access.Image.Controls.md
+++ b/api/Access.Image.Controls.md
@@ -1,5 +1,5 @@
---
-title: Image.Controls Property (Access)
+title: Image.Controls property (Access)
keywords: vbaac10.chm10361
f1_keywords:
- vbaac10.chm10361
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Controls Property (Access)
+# Image.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.DblClick.md b/api/Access.Image.DblClick.md
index efdb908d6d7..e92db90319e 100644
--- a/api/Access.Image.DblClick.md
+++ b/api/Access.Image.DblClick.md
@@ -1,5 +1,5 @@
---
-title: Image.DblClick Event (Access)
+title: Image.DblClick event (Access)
keywords: vbaac10.chm14167
f1_keywords:
- vbaac10.chm14167
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Image.DblClick Event (Access)
+# Image.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.Image.DisplayWhen.md b/api/Access.Image.DisplayWhen.md
index ed890078042..ced140fb5ef 100644
--- a/api/Access.Image.DisplayWhen.md
+++ b/api/Access.Image.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: Image.DisplayWhen Property (Access)
+title: Image.DisplayWhen property (Access)
keywords: vbaac10.chm10375
f1_keywords:
- vbaac10.chm10375
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.DisplayWhen Property (Access)
+# Image.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.EventProcPrefix.md b/api/Access.Image.EventProcPrefix.md
index 492537e3cca..eb3c9312e35 100644
--- a/api/Access.Image.EventProcPrefix.md
+++ b/api/Access.Image.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: Image.EventProcPrefix Property (Access)
+title: Image.EventProcPrefix property (Access)
keywords: vbaac10.chm10363
f1_keywords:
- vbaac10.chm10363
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.EventProcPrefix Property (Access)
+# Image.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineColor.md b/api/Access.Image.GridlineColor.md
index 35f50204ac0..ccb4971f7ad 100644
--- a/api/Access.Image.GridlineColor.md
+++ b/api/Access.Image.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineColor Property (Access)
+title: Image.GridlineColor property (Access)
keywords: vbaac10.chm10425
f1_keywords:
- vbaac10.chm10425
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineColor Property (Access)
+# Image.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified image control. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineShade.md b/api/Access.Image.GridlineShade.md
index 356b563e8fe..dd6e9fc98fe 100644
--- a/api/Access.Image.GridlineShade.md
+++ b/api/Access.Image.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineShade Property (Access)
+title: Image.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineShade Property (Access)
+# Image.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineStyleBottom.md b/api/Access.Image.GridlineStyleBottom.md
index 47fe241de71..226f18b70fb 100644
--- a/api/Access.Image.GridlineStyleBottom.md
+++ b/api/Access.Image.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineStyleBottom Property (Access)
+title: Image.GridlineStyleBottom property (Access)
keywords: vbaac10.chm10420
f1_keywords:
- vbaac10.chm10420
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineStyleBottom Property (Access)
+# Image.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified image control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineStyleLeft.md b/api/Access.Image.GridlineStyleLeft.md
index 75504786d61..6c0838dd961 100644
--- a/api/Access.Image.GridlineStyleLeft.md
+++ b/api/Access.Image.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineStyleLeft Property (Access)
+title: Image.GridlineStyleLeft property (Access)
keywords: vbaac10.chm10417
f1_keywords:
- vbaac10.chm10417
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineStyleLeft Property (Access)
+# Image.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified image. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineStyleRight.md b/api/Access.Image.GridlineStyleRight.md
index 91bac54daad..0b53ac2dcbe 100644
--- a/api/Access.Image.GridlineStyleRight.md
+++ b/api/Access.Image.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineStyleRight Property (Access)
+title: Image.GridlineStyleRight property (Access)
keywords: vbaac10.chm10419
f1_keywords:
- vbaac10.chm10419
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineStyleRight Property (Access)
+# Image.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified image control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineStyleTop.md b/api/Access.Image.GridlineStyleTop.md
index 136f3436d9a..daf70cbbbf0 100644
--- a/api/Access.Image.GridlineStyleTop.md
+++ b/api/Access.Image.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineStyleTop Property (Access)
+title: Image.GridlineStyleTop property (Access)
keywords: vbaac10.chm10418
f1_keywords:
- vbaac10.chm10418
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineStyleTop Property (Access)
+# Image.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified image control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineThemeColorIndex.md b/api/Access.Image.GridlineThemeColorIndex.md
index 06c209569cd..f92a526c6a7 100644
--- a/api/Access.Image.GridlineThemeColorIndex.md
+++ b/api/Access.Image.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineThemeColorIndex Property (Access)
+title: Image.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineThemeColorIndex Property (Access)
+# Image.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineTint.md b/api/Access.Image.GridlineTint.md
index 7a3069464b7..3f03a18f7d1 100644
--- a/api/Access.Image.GridlineTint.md
+++ b/api/Access.Image.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineTint Property (Access)
+title: Image.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineTint Property (Access)
+# Image.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineWidthBottom.md b/api/Access.Image.GridlineWidthBottom.md
index 7ac55d146cd..33065689930 100644
--- a/api/Access.Image.GridlineWidthBottom.md
+++ b/api/Access.Image.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineWidthBottom Property (Access)
+title: Image.GridlineWidthBottom property (Access)
keywords: vbaac10.chm10424
f1_keywords:
- vbaac10.chm10424
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineWidthBottom Property (Access)
+# Image.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified image control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineWidthLeft.md b/api/Access.Image.GridlineWidthLeft.md
index e678bcb142f..cf3abf32f65 100644
--- a/api/Access.Image.GridlineWidthLeft.md
+++ b/api/Access.Image.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineWidthLeft Property (Access)
+title: Image.GridlineWidthLeft property (Access)
keywords: vbaac10.chm10421
f1_keywords:
- vbaac10.chm10421
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineWidthLeft Property (Access)
+# Image.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified image control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineWidthRight.md b/api/Access.Image.GridlineWidthRight.md
index d74ea12e609..c75cab4ab7f 100644
--- a/api/Access.Image.GridlineWidthRight.md
+++ b/api/Access.Image.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineWidthRight Property (Access)
+title: Image.GridlineWidthRight property (Access)
keywords: vbaac10.chm10423
f1_keywords:
- vbaac10.chm10423
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineWidthRight Property (Access)
+# Image.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified image control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.GridlineWidthTop.md b/api/Access.Image.GridlineWidthTop.md
index 66658993cb4..0c26f0bd75b 100644
--- a/api/Access.Image.GridlineWidthTop.md
+++ b/api/Access.Image.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: Image.GridlineWidthTop Property (Access)
+title: Image.GridlineWidthTop property (Access)
keywords: vbaac10.chm10422
f1_keywords:
- vbaac10.chm10422
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.GridlineWidthTop Property (Access)
+# Image.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified image control. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Height.md b/api/Access.Image.Height.md
index 5ed0a8a635a..597f0e5e05c 100644
--- a/api/Access.Image.Height.md
+++ b/api/Access.Image.Height.md
@@ -1,5 +1,5 @@
---
-title: Image.Height Property (Access)
+title: Image.Height property (Access)
keywords: vbaac10.chm10379
f1_keywords:
- vbaac10.chm10379
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Image.Height Property (Access)
+# Image.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Access.Image.HelpContextId.md b/api/Access.Image.HelpContextId.md
index 387e60ddde6..dda6874a200 100644
--- a/api/Access.Image.HelpContextId.md
+++ b/api/Access.Image.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: Image.HelpContextId Property (Access)
+title: Image.HelpContextId property (Access)
keywords: vbaac10.chm10389
f1_keywords:
- vbaac10.chm10389
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.HelpContextId Property (Access)
+# Image.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.HorizontalAnchor.md b/api/Access.Image.HorizontalAnchor.md
index 8766f54d52e..5bc326c28a4 100644
--- a/api/Access.Image.HorizontalAnchor.md
+++ b/api/Access.Image.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Image.HorizontalAnchor Property (Access)
+title: Image.HorizontalAnchor property (Access)
keywords: vbaac10.chm10426
f1_keywords:
- vbaac10.chm10426
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.HorizontalAnchor Property (Access)
+# Image.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the image is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Hyperlink.md b/api/Access.Image.Hyperlink.md
index 309db3121af..2a0c5c33763 100644
--- a/api/Access.Image.Hyperlink.md
+++ b/api/Access.Image.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: Image.Hyperlink Property (Access)
+title: Image.Hyperlink property (Access)
keywords: vbaac10.chm10362
f1_keywords:
- vbaac10.chm10362
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Hyperlink Property (Access)
+# Image.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Example
diff --git a/api/Access.Image.HyperlinkAddress.md b/api/Access.Image.HyperlinkAddress.md
index 75d7b7618b1..ff662bac930 100644
--- a/api/Access.Image.HyperlinkAddress.md
+++ b/api/Access.Image.HyperlinkAddress.md
@@ -1,5 +1,5 @@
---
-title: Image.HyperlinkAddress Property (Access)
+title: Image.HyperlinkAddress property (Access)
keywords: vbaac10.chm10372
f1_keywords:
- vbaac10.chm10372
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.HyperlinkAddress Property (Access)
+# Image.HyperlinkAddress property (Access)
You can use the **HyperlinkAddress** property to specify or determine the path to an object, document, Web page or other destination for a hyperlink associated with a the specified control. Read/write **String**.
## Syntax
- _expression_. `HyperlinkAddress`
+_expression_. `HyperlinkAddress`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.HyperlinkSubAddress.md b/api/Access.Image.HyperlinkSubAddress.md
index ede3cfbca7d..5a304a5ddc3 100644
--- a/api/Access.Image.HyperlinkSubAddress.md
+++ b/api/Access.Image.HyperlinkSubAddress.md
@@ -1,5 +1,5 @@
---
-title: Image.HyperlinkSubAddress Property (Access)
+title: Image.HyperlinkSubAddress property (Access)
keywords: vbaac10.chm10373
f1_keywords:
- vbaac10.chm10373
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.HyperlinkSubAddress Property (Access)
+# Image.HyperlinkSubAddress property (Access)
You can use the **HyperlinkSubAddress** property to specify or determine a location within the target document specified by the **HyperlinkAddress** property. Read/write **String**.
## Syntax
- _expression_. `HyperlinkSubAddress`
+_expression_. `HyperlinkSubAddress`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.ImageHeight.md b/api/Access.Image.ImageHeight.md
index 66e4e61b707..97cfe8530ce 100644
--- a/api/Access.Image.ImageHeight.md
+++ b/api/Access.Image.ImageHeight.md
@@ -1,5 +1,5 @@
---
-title: Image.ImageHeight Property (Access)
+title: Image.ImageHeight property (Access)
keywords: vbaac10.chm10400
f1_keywords:
- vbaac10.chm10400
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.ImageHeight Property (Access)
+# Image.ImageHeight property (Access)
You can use the **ImageHeight** property to determine the height in twips of the picture in an image control. Read/write **Long**.
## Syntax
- _expression_. `ImageHeight`
+_expression_. `ImageHeight`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.ImageWidth.md b/api/Access.Image.ImageWidth.md
index 8e176fc0086..60d9d97ad25 100644
--- a/api/Access.Image.ImageWidth.md
+++ b/api/Access.Image.ImageWidth.md
@@ -1,5 +1,5 @@
---
-title: Image.ImageWidth Property (Access)
+title: Image.ImageWidth property (Access)
keywords: vbaac10.chm10401
f1_keywords:
- vbaac10.chm10401
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.ImageWidth Property (Access)
+# Image.ImageWidth property (Access)
You can use the **ImageWidth** property to determine the width in twips of a picture in an image control. Read/write **Long**.
## Syntax
- _expression_. `ImageWidth`
+_expression_. `ImageWidth`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.InSelection.md b/api/Access.Image.InSelection.md
index 51d93a0732c..6112150907a 100644
--- a/api/Access.Image.InSelection.md
+++ b/api/Access.Image.InSelection.md
@@ -1,5 +1,5 @@
---
-title: Image.InSelection Property (Access)
+title: Image.InSelection property (Access)
keywords: vbaac10.chm10402
f1_keywords:
- vbaac10.chm10402
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.InSelection Property (Access)
+# Image.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.IsVisible.md b/api/Access.Image.IsVisible.md
index dba19ab1978..bce91258c27 100644
--- a/api/Access.Image.IsVisible.md
+++ b/api/Access.Image.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: Image.IsVisible Property (Access)
+title: Image.IsVisible property (Access)
keywords: vbaac10.chm10393
f1_keywords:
- vbaac10.chm10393
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.IsVisible Property (Access)
+# Image.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Layout.md b/api/Access.Image.Layout.md
index adb40bba81c..c1f83d1c7d3 100644
--- a/api/Access.Image.Layout.md
+++ b/api/Access.Image.Layout.md
@@ -1,5 +1,5 @@
---
-title: Image.Layout Property (Access)
+title: Image.Layout property (Access)
keywords: vbaac10.chm10412
f1_keywords:
- vbaac10.chm10412
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Layout Property (Access)
+# Image.Layout property (Access)
Returns the type of layout for the specified image. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## See also
diff --git a/api/Access.Image.LayoutID.md b/api/Access.Image.LayoutID.md
index 31e594a43e2..acc6a082567 100644
--- a/api/Access.Image.LayoutID.md
+++ b/api/Access.Image.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: Image.LayoutID Property (Access)
+title: Image.LayoutID property (Access)
keywords: vbaac10.chm10428
f1_keywords:
- vbaac10.chm10428
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.LayoutID Property (Access)
+# Image.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified image. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Left.md b/api/Access.Image.Left.md
index 6412a5b801f..74a75039774 100644
--- a/api/Access.Image.Left.md
+++ b/api/Access.Image.Left.md
@@ -1,5 +1,5 @@
---
-title: Image.Left Property (Access)
+title: Image.Left property (Access)
keywords: vbaac10.chm10376
f1_keywords:
- vbaac10.chm10376
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Left Property (Access)
+# Image.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.LeftPadding.md b/api/Access.Image.LeftPadding.md
index d3276d85970..2a2edd79301 100644
--- a/api/Access.Image.LeftPadding.md
+++ b/api/Access.Image.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: Image.LeftPadding Property (Access)
+title: Image.LeftPadding property (Access)
keywords: vbaac10.chm10413
f1_keywords:
- vbaac10.chm10413
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.LeftPadding Property (Access)
+# Image.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the image control and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## See also
diff --git a/api/Access.Image.MouseDown.md b/api/Access.Image.MouseDown.md
index b783cad9d16..832a8ff6709 100644
--- a/api/Access.Image.MouseDown.md
+++ b/api/Access.Image.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: Image.MouseDown Event (Access)
+title: Image.MouseDown event (Access)
keywords: vbaac10.chm14168
f1_keywords:
- vbaac10.chm14168
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Image.MouseDown Event (Access)
+# Image.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Image.MouseMove.md b/api/Access.Image.MouseMove.md
index 2d67348c01a..3dd8f166092 100644
--- a/api/Access.Image.MouseMove.md
+++ b/api/Access.Image.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: Image.MouseMove Event (Access)
+title: Image.MouseMove event (Access)
keywords: vbaac10.chm14169
f1_keywords:
- vbaac10.chm14169
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Image.MouseMove Event (Access)
+# Image.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Image.MouseUp.md b/api/Access.Image.MouseUp.md
index 0e8d115566f..7e09ce754b6 100644
--- a/api/Access.Image.MouseUp.md
+++ b/api/Access.Image.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: Image.MouseUp Event (Access)
+title: Image.MouseUp event (Access)
keywords: vbaac10.chm14170
f1_keywords:
- vbaac10.chm14170
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Image.MouseUp Event (Access)
+# Image.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Image.Move.md b/api/Access.Image.Move.md
index b98fcb505bc..6c2b0aab4e6 100644
--- a/api/Access.Image.Move.md
+++ b/api/Access.Image.Move.md
@@ -1,5 +1,5 @@
---
-title: Image.Move Method (Access)
+title: Image.Move method (Access)
keywords: vbaac10.chm10405
f1_keywords:
- vbaac10.chm10405
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Image.Move Method (Access)
+# Image.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.Image.Name.md b/api/Access.Image.Name.md
index 61f6c981fe6..addc903cfa4 100644
--- a/api/Access.Image.Name.md
+++ b/api/Access.Image.Name.md
@@ -1,5 +1,5 @@
---
-title: Image.Name Property (Access)
+title: Image.Name property (Access)
keywords: vbaac10.chm10404
f1_keywords:
- vbaac10.chm10404
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Name Property (Access)
+# Image.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.ObjectPalette.md b/api/Access.Image.ObjectPalette.md
index 15f3a18c974..916a46cb444 100644
--- a/api/Access.Image.ObjectPalette.md
+++ b/api/Access.Image.ObjectPalette.md
@@ -1,5 +1,5 @@
---
-title: Image.ObjectPalette Property (Access)
+title: Image.ObjectPalette property (Access)
keywords: vbaac10.chm10392
f1_keywords:
- vbaac10.chm10392
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.ObjectPalette Property (Access)
+# Image.ObjectPalette property (Access)
The **ObjectPalette** property specifies the palette in the application used to create A bitmap or other graphic that is loaded into the specified control by using the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `ObjectPalette`
+_expression_. `ObjectPalette`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.OldBorderStyle.md b/api/Access.Image.OldBorderStyle.md
index 18b237f58fc..57ae47b98ad 100644
--- a/api/Access.Image.OldBorderStyle.md
+++ b/api/Access.Image.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Image.OldBorderStyle Property (Access)
+title: Image.OldBorderStyle property (Access)
keywords: vbaac10.chm10384
f1_keywords:
- vbaac10.chm10384
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.OldBorderStyle Property (Access)
+# Image.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.OldValue.md b/api/Access.Image.OldValue.md
index 90fd3166c8f..bb7879e797d 100644
--- a/api/Access.Image.OldValue.md
+++ b/api/Access.Image.OldValue.md
@@ -1,5 +1,5 @@
---
-title: Image.OldValue Property (Access)
+title: Image.OldValue property (Access)
keywords: vbaac10.chm10356
f1_keywords:
- vbaac10.chm10356
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.OldValue Property (Access)
+# Image.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.OnClick.md b/api/Access.Image.OnClick.md
index 08168810d56..97d99cfa292 100644
--- a/api/Access.Image.OnClick.md
+++ b/api/Access.Image.OnClick.md
@@ -1,5 +1,5 @@
---
-title: Image.OnClick Property (Access)
+title: Image.OnClick property (Access)
keywords: vbaac10.chm10394
f1_keywords:
- vbaac10.chm10394
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.OnClick Property (Access)
+# Image.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Image.OnDblClick.md b/api/Access.Image.OnDblClick.md
index e024aff8091..d5fd850f467 100644
--- a/api/Access.Image.OnDblClick.md
+++ b/api/Access.Image.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: Image.OnDblClick Property (Access)
+title: Image.OnDblClick property (Access)
keywords: vbaac10.chm10395
f1_keywords:
- vbaac10.chm10395
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.OnDblClick Property (Access)
+# Image.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Image.OnMouseDown.md b/api/Access.Image.OnMouseDown.md
index 9c6504b0f80..ab17d6ee18b 100644
--- a/api/Access.Image.OnMouseDown.md
+++ b/api/Access.Image.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: Image.OnMouseDown Property (Access)
+title: Image.OnMouseDown property (Access)
keywords: vbaac10.chm10396
f1_keywords:
- vbaac10.chm10396
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.OnMouseDown Property (Access)
+# Image.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Image.OnMouseMove.md b/api/Access.Image.OnMouseMove.md
index 0aab2ad764d..9b63377f633 100644
--- a/api/Access.Image.OnMouseMove.md
+++ b/api/Access.Image.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: Image.OnMouseMove Property (Access)
+title: Image.OnMouseMove property (Access)
keywords: vbaac10.chm10397
f1_keywords:
- vbaac10.chm10397
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.OnMouseMove Property (Access)
+# Image.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Image.OnMouseUp.md b/api/Access.Image.OnMouseUp.md
index 081a9fd14ee..675276229b8 100644
--- a/api/Access.Image.OnMouseUp.md
+++ b/api/Access.Image.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: Image.OnMouseUp Property (Access)
+title: Image.OnMouseUp property (Access)
keywords: vbaac10.chm10398
f1_keywords:
- vbaac10.chm10398
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.OnMouseUp Property (Access)
+# Image.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Image.Parent.md b/api/Access.Image.Parent.md
index 8a7773761e6..30f85f00988 100644
--- a/api/Access.Image.Parent.md
+++ b/api/Access.Image.Parent.md
@@ -1,5 +1,5 @@
---
-title: Image.Parent Property (Access)
+title: Image.Parent property (Access)
keywords: vbaac10.chm10355
f1_keywords:
- vbaac10.chm10355
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Parent Property (Access)
+# Image.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## See also
diff --git a/api/Access.Image.Picture.md b/api/Access.Image.Picture.md
index 581b95d162e..71c5c57a397 100644
--- a/api/Access.Image.Picture.md
+++ b/api/Access.Image.Picture.md
@@ -1,5 +1,5 @@
---
-title: Image.Picture Property (Access)
+title: Image.Picture property (Access)
keywords: vbaac10.chm10366
f1_keywords:
- vbaac10.chm10366
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Picture Property (Access)
+# Image.Picture property (Access)
You can use the **Picture** property to specify a bitmap or other type of graphic to be displayed on the specified control. Read/write **String**.
## Syntax
- _expression_. `Picture`
+_expression_. `Picture`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.PictureAlignment.md b/api/Access.Image.PictureAlignment.md
index 337a5a50933..de02c3bd16c 100644
--- a/api/Access.Image.PictureAlignment.md
+++ b/api/Access.Image.PictureAlignment.md
@@ -1,5 +1,5 @@
---
-title: Image.PictureAlignment Property (Access)
+title: Image.PictureAlignment property (Access)
keywords: vbaac10.chm10370
f1_keywords:
- vbaac10.chm10370
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.PictureAlignment Property (Access)
+# Image.PictureAlignment property (Access)
You can use the **PictureAlignment** property to specify where a background picture will appear in an image control or on a form or report. Read/write **Byte**.Read/write.
## Syntax
- _expression_. `PictureAlignment`
+_expression_. `PictureAlignment`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.PictureData.md b/api/Access.Image.PictureData.md
index 0af7249f8e8..b18c2a9f0b7 100644
--- a/api/Access.Image.PictureData.md
+++ b/api/Access.Image.PictureData.md
@@ -1,5 +1,5 @@
---
-title: Image.PictureData Property (Access)
+title: Image.PictureData property (Access)
keywords: vbaac10.chm10368
f1_keywords:
- vbaac10.chm10368
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.PictureData Property (Access)
+# Image.PictureData property (Access)
You can use the **PictureData** property to copy the picture to another object that supports the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `PictureData`
+_expression_. `PictureData`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.PictureTiling.md b/api/Access.Image.PictureTiling.md
index 88e3e01315b..e19c58de423 100644
--- a/api/Access.Image.PictureTiling.md
+++ b/api/Access.Image.PictureTiling.md
@@ -1,5 +1,5 @@
---
-title: Image.PictureTiling Property (Access)
+title: Image.PictureTiling property (Access)
keywords: vbaac10.chm10371
f1_keywords:
- vbaac10.chm10371
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.PictureTiling Property (Access)
+# Image.PictureTiling property (Access)
You can use the **PictureTiling** property to specify whether a background picture is tiled across the entire image control, Form window, form, or page of a report. Read/write **Boolean**.
## Syntax
- _expression_. `PictureTiling`
+_expression_. `PictureTiling`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.PictureType.md b/api/Access.Image.PictureType.md
index 2c5e3b203f9..16efdfbb3a3 100644
--- a/api/Access.Image.PictureType.md
+++ b/api/Access.Image.PictureType.md
@@ -1,5 +1,5 @@
---
-title: Image.PictureType Property (Access)
+title: Image.PictureType property (Access)
keywords: vbaac10.chm10367
f1_keywords:
- vbaac10.chm10367
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.PictureType Property (Access)
+# Image.PictureType property (Access)
You can use the **PictureType** property to specify whether Microsoft Access stores an object's picture as a linked or an embedded object. Read/write **Byte**.
## Syntax
- _expression_. `PictureType`
+_expression_. `PictureType`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Properties.md b/api/Access.Image.Properties.md
index 94ab46a2ce2..51a65e21f39 100644
--- a/api/Access.Image.Properties.md
+++ b/api/Access.Image.Properties.md
@@ -1,5 +1,5 @@
---
-title: Image.Properties Property (Access)
+title: Image.Properties property (Access)
keywords: vbaac10.chm10357
f1_keywords:
- vbaac10.chm10357
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Properties Property (Access)
+# Image.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Requery.md b/api/Access.Image.Requery.md
index 5246c0b8c30..4a349b7c605 100644
--- a/api/Access.Image.Requery.md
+++ b/api/Access.Image.Requery.md
@@ -1,5 +1,5 @@
---
-title: Image.Requery Method (Access)
+title: Image.Requery method (Access)
keywords: vbaac10.chm10359
f1_keywords:
- vbaac10.chm10359
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Requery Method (Access)
+# Image.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.RightPadding.md b/api/Access.Image.RightPadding.md
index 548e000e26f..bbcbf551a36 100644
--- a/api/Access.Image.RightPadding.md
+++ b/api/Access.Image.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: Image.RightPadding Property (Access)
+title: Image.RightPadding property (Access)
keywords: vbaac10.chm10415
f1_keywords:
- vbaac10.chm10415
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.RightPadding Property (Access)
+# Image.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the image control and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## See also
diff --git a/api/Access.Image.Section.md b/api/Access.Image.Section.md
index e83c31dadc9..3c56f0c708b 100644
--- a/api/Access.Image.Section.md
+++ b/api/Access.Image.Section.md
@@ -1,5 +1,5 @@
---
-title: Image.Section Property (Access)
+title: Image.Section property (Access)
keywords: vbaac10.chm10390
f1_keywords:
- vbaac10.chm10390
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Section Property (Access)
+# Image.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.SetFocus.md b/api/Access.Image.SetFocus.md
index bfcc53a7df8..279c1b32b10 100644
--- a/api/Access.Image.SetFocus.md
+++ b/api/Access.Image.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: Image.SetFocus Method (Access)
+title: Image.SetFocus method (Access)
keywords: vbaac10.chm10360
f1_keywords:
- vbaac10.chm10360
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Image.SetFocus Method (Access)
+# Image.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Image.ShortcutMenuBar.md b/api/Access.Image.ShortcutMenuBar.md
index 6742edcddeb..b21766b2f41 100644
--- a/api/Access.Image.ShortcutMenuBar.md
+++ b/api/Access.Image.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: Image.ShortcutMenuBar Property (Access)
+title: Image.ShortcutMenuBar property (Access)
keywords: vbaac10.chm10399
f1_keywords:
- vbaac10.chm10399
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.ShortcutMenuBar Property (Access)
+# Image.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.SizeMode.md b/api/Access.Image.SizeMode.md
index 1b8abd92f87..f62ede6badc 100644
--- a/api/Access.Image.SizeMode.md
+++ b/api/Access.Image.SizeMode.md
@@ -1,5 +1,5 @@
---
-title: Image.SizeMode Property (Access)
+title: Image.SizeMode property (Access)
keywords: vbaac10.chm10369
f1_keywords:
- vbaac10.chm10369
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.SizeMode Property (Access)
+# Image.SizeMode property (Access)
You can use the **SizeMode** property to specify how to size a picture or other object in a bound object frame, an unbound object frame, or an image control.
## Syntax
- _expression_. `SizeMode`
+_expression_. `SizeMode`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.SizeToFit.md b/api/Access.Image.SizeToFit.md
index a8786bcf188..a3ed124c2d4 100644
--- a/api/Access.Image.SizeToFit.md
+++ b/api/Access.Image.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: Image.SizeToFit Method (Access)
+title: Image.SizeToFit method (Access)
keywords: vbaac10.chm10358
f1_keywords:
- vbaac10.chm10358
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.SizeToFit Method (Access)
+# Image.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.SpecialEffect.md b/api/Access.Image.SpecialEffect.md
index bc4f01fd9fa..e895d69bc86 100644
--- a/api/Access.Image.SpecialEffect.md
+++ b/api/Access.Image.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: Image.SpecialEffect Property (Access)
+title: Image.SpecialEffect property (Access)
keywords: vbaac10.chm10382
f1_keywords:
- vbaac10.chm10382
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.SpecialEffect Property (Access)
+# Image.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Tag.md b/api/Access.Image.Tag.md
index 23b0a3be96a..d7fb078c6ab 100644
--- a/api/Access.Image.Tag.md
+++ b/api/Access.Image.Tag.md
@@ -1,5 +1,5 @@
---
-title: Image.Tag Property (Access)
+title: Image.Tag property (Access)
keywords: vbaac10.chm10403
f1_keywords:
- vbaac10.chm10403
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Tag Property (Access)
+# Image.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Top.md b/api/Access.Image.Top.md
index eff713d17d7..dcd59fdf9fd 100644
--- a/api/Access.Image.Top.md
+++ b/api/Access.Image.Top.md
@@ -1,5 +1,5 @@
---
-title: Image.Top Property (Access)
+title: Image.Top property (Access)
keywords: vbaac10.chm10377
f1_keywords:
- vbaac10.chm10377
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Top Property (Access)
+# Image.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.TopPadding.md b/api/Access.Image.TopPadding.md
index 28b48510c95..d451096c618 100644
--- a/api/Access.Image.TopPadding.md
+++ b/api/Access.Image.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: Image.TopPadding Property (Access)
+title: Image.TopPadding property (Access)
keywords: vbaac10.chm10414
f1_keywords:
- vbaac10.chm10414
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.TopPadding Property (Access)
+# Image.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the image control and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## See also
diff --git a/api/Access.Image.VerticalAnchor.md b/api/Access.Image.VerticalAnchor.md
index 1476d7d740b..4db3f856f61 100644
--- a/api/Access.Image.VerticalAnchor.md
+++ b/api/Access.Image.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Image.VerticalAnchor Property (Access)
+title: Image.VerticalAnchor property (Access)
keywords: vbaac10.chm10427
f1_keywords:
- vbaac10.chm10427
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.VerticalAnchor Property (Access)
+# Image.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified image is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Visible.md b/api/Access.Image.Visible.md
index 72b2857e9a4..7e35cca3346 100644
--- a/api/Access.Image.Visible.md
+++ b/api/Access.Image.Visible.md
@@ -1,5 +1,5 @@
---
-title: Image.Visible Property (Access)
+title: Image.Visible property (Access)
keywords: vbaac10.chm10374
f1_keywords:
- vbaac10.chm10374
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Visible Property (Access)
+# Image.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.Width.md b/api/Access.Image.Width.md
index 0b9cbdf6fb3..a7c1ff9dbf2 100644
--- a/api/Access.Image.Width.md
+++ b/api/Access.Image.Width.md
@@ -1,5 +1,5 @@
---
-title: Image.Width Property (Access)
+title: Image.Width property (Access)
keywords: vbaac10.chm10378
f1_keywords:
- vbaac10.chm10378
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Image.Width Property (Access)
+# Image.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents an [Image](Access.Image.md) object.
+_expression_ A variable that represents an [Image](Access.Image.md) object.
## Remarks
diff --git a/api/Access.Image.md b/api/Access.Image.md
index 63306abc7ee..85c45495705 100644
--- a/api/Access.Image.md
+++ b/api/Access.Image.md
@@ -1,5 +1,5 @@
---
-title: Image Object (Access)
+title: Image object (Access)
keywords: vbaac10.chm10436
f1_keywords:
- vbaac10.chm10436
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Image Object (Access)
+# Image object (Access)
This object corresponds to an image control. The image control can add a picture to a form or report. For example, you could include an image control for a logo on an Invoice report.
diff --git a/api/Access.ImportExportSpecification.Application.md b/api/Access.ImportExportSpecification.Application.md
index e18272dc743..13615c6abf6 100644
--- a/api/Access.ImportExportSpecification.Application.md
+++ b/api/Access.ImportExportSpecification.Application.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecification.Application Property (Access)
+title: ImportExportSpecification.Application property (Access)
keywords: vbaac10.chm13328
f1_keywords:
- vbaac10.chm13328
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ImportExportSpecification.Application Property (Access)
+# ImportExportSpecification.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
+_expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
## Remarks
diff --git a/api/Access.ImportExportSpecification.Delete.md b/api/Access.ImportExportSpecification.Delete.md
index 4549c6a66cd..c7c3e0b9161 100644
--- a/api/Access.ImportExportSpecification.Delete.md
+++ b/api/Access.ImportExportSpecification.Delete.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecification.Delete Method (Access)
+title: ImportExportSpecification.Delete method (Access)
keywords: vbaac10.chm13332
f1_keywords:
- vbaac10.chm13332
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ImportExportSpecification.Delete Method (Access)
+# ImportExportSpecification.Delete method (Access)
Deletes the specified **[ImportExportSpecification](Access.ImportExportSpecification.md)** object from the **[ImportExportSpecifications](Access.ImportExportSpecifications.md)** collection.
## Syntax
- _expression_. `Delete`
+_expression_. `Delete`
- _expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
+_expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
## See also
diff --git a/api/Access.ImportExportSpecification.Description.md b/api/Access.ImportExportSpecification.Description.md
index b46dac6398f..4f29c0e44e3 100644
--- a/api/Access.ImportExportSpecification.Description.md
+++ b/api/Access.ImportExportSpecification.Description.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecification.Description Property (Access)
+title: ImportExportSpecification.Description property (Access)
keywords: vbaac10.chm13334
f1_keywords:
- vbaac10.chm13334
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ImportExportSpecification.Description Property (Access)
+# ImportExportSpecification.Description property (Access)
Gets or sets a **String** that describes the specified **[ImportExportSpecification](Access.ImportExportSpecification.md)** object. Read/write.
## Syntax
- _expression_. `Description`
+_expression_. `Description`
- _expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
+_expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
## Remarks
diff --git a/api/Access.ImportExportSpecification.Execute.md b/api/Access.ImportExportSpecification.Execute.md
index dbf18bbf3e9..d6e94783c93 100644
--- a/api/Access.ImportExportSpecification.Execute.md
+++ b/api/Access.ImportExportSpecification.Execute.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecification.Execute Method (Access)
+title: ImportExportSpecification.Execute method (Access)
keywords: vbaac10.chm13331
f1_keywords:
- vbaac10.chm13331
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ImportExportSpecification.Execute Method (Access)
+# ImportExportSpecification.Execute method (Access)
Executes the specfied import or export specification.
## Syntax
- _expression_. `Execute`( ` _OverwritePrompt_` )
+_expression_. `Execute`( ` _OverwritePrompt_` )
- _expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
+_expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OverwritePrompt_|Optional|**Variant**|Specifies whether to notify the user when an export operation would overwrite an existing file. The default value is **True**.|
diff --git a/api/Access.ImportExportSpecification.Name.md b/api/Access.ImportExportSpecification.Name.md
index 80dd2f5eb10..42ef9ef737b 100644
--- a/api/Access.ImportExportSpecification.Name.md
+++ b/api/Access.ImportExportSpecification.Name.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecification.Name Property (Access)
+title: ImportExportSpecification.Name property (Access)
keywords: vbaac10.chm13330
f1_keywords:
- vbaac10.chm13330
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ImportExportSpecification.Name Property (Access)
+# ImportExportSpecification.Name property (Access)
Gets or sets the name of the specified **[ImportExportSpecification](Access.ImportExportSpecification.md)** object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
+_expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
## Remarks
diff --git a/api/Access.ImportExportSpecification.Parent.md b/api/Access.ImportExportSpecification.Parent.md
index b38f5f38d42..05623ee84cd 100644
--- a/api/Access.ImportExportSpecification.Parent.md
+++ b/api/Access.ImportExportSpecification.Parent.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecification.Parent Property (Access)
+title: ImportExportSpecification.Parent property (Access)
keywords: vbaac10.chm13329
f1_keywords:
- vbaac10.chm13329
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ImportExportSpecification.Parent Property (Access)
+# ImportExportSpecification.Parent property (Access)
Returns the parent object for the specified object. Read-only **Object**.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
+_expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
## See also
diff --git a/api/Access.ImportExportSpecification.XML.md b/api/Access.ImportExportSpecification.XML.md
index 991d367ab2b..e1d732d763c 100644
--- a/api/Access.ImportExportSpecification.XML.md
+++ b/api/Access.ImportExportSpecification.XML.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecification.XML Property (Access)
+title: ImportExportSpecification.XML property (Access)
keywords: vbaac10.chm13333
f1_keywords:
- vbaac10.chm13333
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ImportExportSpecification.XML Property (Access)
+# ImportExportSpecification.XML property (Access)
Gets or sets the Extensible Markup Language (XML) string that defines an **[ImportExportSpecification](Access.ImportExportSpecification.md)** object. Read/write **String**.
## Syntax
- _expression_. `XML`
+_expression_. `XML`
- _expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
+_expression_ A variable that represents an [ImportExportSpecification](Access.ImportExportSpecification.md) object.
## See also
diff --git a/api/Access.ImportExportSpecification.md b/api/Access.ImportExportSpecification.md
index 09107a703a7..85616a97356 100644
--- a/api/Access.ImportExportSpecification.md
+++ b/api/Access.ImportExportSpecification.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecification Object (Access)
+title: ImportExportSpecification object (Access)
keywords: vbaac10.chm13327
f1_keywords:
- vbaac10.chm13327
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ImportExportSpecification Object (Access)
+# ImportExportSpecification object (Access)
Represents a saved import or export operation.
diff --git a/api/Access.ImportExportSpecifications.Add.md b/api/Access.ImportExportSpecifications.Add.md
index 39448009ec7..1c818fee970 100644
--- a/api/Access.ImportExportSpecifications.Add.md
+++ b/api/Access.ImportExportSpecifications.Add.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecifications.Add Method (Access)
+title: ImportExportSpecifications.Add method (Access)
keywords: vbaac10.chm13341
f1_keywords:
- vbaac10.chm13341
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# ImportExportSpecifications.Add Method (Access)
+# ImportExportSpecifications.Add method (Access)
Adds a new [ImportExportSpecification](Access.ImportExportSpecification.md) object to the [ImportExportSpecifications](Access.ImportExportSpecifications.md) collection.
## Syntax
- _expression_. `Add`( ` _Name_`, ` _SpecificationDefinition_` )
+_expression_. `Add`( ` _Name_`, ` _SpecificationDefinition_` )
- _expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
+_expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name to use for the **ImportExportSpecification**.|
| _SpecificationDefinition_|Required|**String**|The XML markup that represents the settings to save for the import or export operation.|
-### Return Value
+### Return value
ImportExportSpecification
diff --git a/api/Access.ImportExportSpecifications.Application.md b/api/Access.ImportExportSpecifications.Application.md
index 8f949be44f2..461e915e876 100644
--- a/api/Access.ImportExportSpecifications.Application.md
+++ b/api/Access.ImportExportSpecifications.Application.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecifications.Application Property (Access)
+title: ImportExportSpecifications.Application property (Access)
keywords: vbaac10.chm13337
f1_keywords:
- vbaac10.chm13337
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ImportExportSpecifications.Application Property (Access)
+# ImportExportSpecifications.Application property (Access)
You can use the **Application** property to access the active Microsoft Access[Application](Access.Application.md)object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
+_expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
## Remarks
diff --git a/api/Access.ImportExportSpecifications.Count.md b/api/Access.ImportExportSpecifications.Count.md
index 7ce361cb95b..22a0c53c854 100644
--- a/api/Access.ImportExportSpecifications.Count.md
+++ b/api/Access.ImportExportSpecifications.Count.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecifications.Count Property (Access)
+title: ImportExportSpecifications.Count property (Access)
keywords: vbaac10.chm13338
f1_keywords:
- vbaac10.chm13338
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ImportExportSpecifications.Count Property (Access)
+# ImportExportSpecifications.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
+_expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
## See also
diff --git a/api/Access.ImportExportSpecifications.Item.md b/api/Access.ImportExportSpecifications.Item.md
index 94c65dcca76..60235f7c21f 100644
--- a/api/Access.ImportExportSpecifications.Item.md
+++ b/api/Access.ImportExportSpecifications.Item.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecifications.Item Property (Access)
+title: ImportExportSpecifications.Item property (Access)
keywords: vbaac10.chm13340
f1_keywords:
- vbaac10.chm13340
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# ImportExportSpecifications.Item Property (Access)
+# ImportExportSpecifications.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **ImportExportSpecification**.
## Syntax
- _expression_. `Item`( `Index`)
+_expression_. `Item`( `Index`)
- _expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
+_expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
## See also
diff --git a/api/Access.ImportExportSpecifications.Parent.md b/api/Access.ImportExportSpecifications.Parent.md
index e60eefa4f1d..a6bcdbd8c19 100644
--- a/api/Access.ImportExportSpecifications.Parent.md
+++ b/api/Access.ImportExportSpecifications.Parent.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecifications.Parent Property (Access)
+title: ImportExportSpecifications.Parent property (Access)
keywords: vbaac10.chm13339
f1_keywords:
- vbaac10.chm13339
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ImportExportSpecifications.Parent Property (Access)
+# ImportExportSpecifications.Parent property (Access)
Returns the parent object for the specified object. Read-only **Object**.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
+_expression_ A variable that represents an [ImportExportSpecifications](Access.ImportExportSpecifications.md) object.
## See also
diff --git a/api/Access.ImportExportSpecifications.md b/api/Access.ImportExportSpecifications.md
index abada9c4f8f..c89586125ea 100644
--- a/api/Access.ImportExportSpecifications.md
+++ b/api/Access.ImportExportSpecifications.md
@@ -1,5 +1,5 @@
---
-title: ImportExportSpecifications Object (Access)
+title: ImportExportSpecifications object (Access)
keywords: vbaac10.chm13336
f1_keywords:
- vbaac10.chm13336
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ImportExportSpecifications Object (Access)
+# ImportExportSpecifications object (Access)
Represents the collection of available [ImportExportSpecification](Access.ImportExportSpecification.md) objects.
diff --git a/api/Access.Label.Application.md b/api/Access.Label.Application.md
index ee656b00fc2..f446fb46609 100644
--- a/api/Access.Label.Application.md
+++ b/api/Access.Label.Application.md
@@ -1,5 +1,5 @@
---
-title: Label.Application Property (Access)
+title: Label.Application property (Access)
keywords: vbaac10.chm10183
f1_keywords:
- vbaac10.chm10183
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Application Property (Access)
+# Label.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BackColor.md b/api/Access.Label.BackColor.md
index 6f4bf6ac5b8..d3f5ab83570 100644
--- a/api/Access.Label.BackColor.md
+++ b/api/Access.Label.BackColor.md
@@ -1,5 +1,5 @@
---
-title: Label.BackColor Property (Access)
+title: Label.BackColor property (Access)
keywords: vbaac10.chm10202
f1_keywords:
- vbaac10.chm10202
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BackColor Property (Access)
+# Label.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BackShade.md b/api/Access.Label.BackShade.md
index 337a48420f2..5ddca8457d0 100644
--- a/api/Access.Label.BackShade.md
+++ b/api/Access.Label.BackShade.md
@@ -1,5 +1,5 @@
---
-title: Label.BackShade Property (Access)
+title: Label.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BackShade Property (Access)
+# Label.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BackStyle.md b/api/Access.Label.BackStyle.md
index 060e593ff27..dbec40ad3c9 100644
--- a/api/Access.Label.BackStyle.md
+++ b/api/Access.Label.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: Label.BackStyle Property (Access)
+title: Label.BackStyle property (Access)
keywords: vbaac10.chm10201
f1_keywords:
- vbaac10.chm10201
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BackStyle Property (Access)
+# Label.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BackThemeColorIndex.md b/api/Access.Label.BackThemeColorIndex.md
index 620f68fd503..1d01d119f8e 100644
--- a/api/Access.Label.BackThemeColorIndex.md
+++ b/api/Access.Label.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Label.BackThemeColorIndex Property (Access)
+title: Label.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BackThemeColorIndex Property (Access)
+# Label.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BackTint.md b/api/Access.Label.BackTint.md
index 128b8d91df4..423c2388be6 100644
--- a/api/Access.Label.BackTint.md
+++ b/api/Access.Label.BackTint.md
@@ -1,5 +1,5 @@
---
-title: Label.BackTint Property (Access)
+title: Label.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BackTint Property (Access)
+# Label.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BorderColor.md b/api/Access.Label.BorderColor.md
index 9687ae90781..0c66fa61cf5 100644
--- a/api/Access.Label.BorderColor.md
+++ b/api/Access.Label.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: Label.BorderColor Property (Access)
+title: Label.BorderColor property (Access)
keywords: vbaac10.chm10206
f1_keywords:
- vbaac10.chm10206
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BorderColor Property (Access)
+# Label.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BorderShade.md b/api/Access.Label.BorderShade.md
index 63846f9db53..1f5ba8c5ea3 100644
--- a/api/Access.Label.BorderShade.md
+++ b/api/Access.Label.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: Label.BorderShade Property (Access)
+title: Label.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BorderShade Property (Access)
+# Label.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BorderStyle.md b/api/Access.Label.BorderStyle.md
index 67daa0290e7..fc532de707f 100644
--- a/api/Access.Label.BorderStyle.md
+++ b/api/Access.Label.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Label.BorderStyle Property (Access)
+title: Label.BorderStyle property (Access)
keywords: vbaac10.chm10204
f1_keywords:
- vbaac10.chm10204
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BorderStyle Property (Access)
+# Label.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BorderThemeColorIndex.md b/api/Access.Label.BorderThemeColorIndex.md
index 4d1a523b5d1..9d51101392c 100644
--- a/api/Access.Label.BorderThemeColorIndex.md
+++ b/api/Access.Label.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Label.BorderThemeColorIndex Property (Access)
+title: Label.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BorderThemeColorIndex Property (Access)
+# Label.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BorderTint.md b/api/Access.Label.BorderTint.md
index e2b38b21d33..e0243e4e615 100644
--- a/api/Access.Label.BorderTint.md
+++ b/api/Access.Label.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: Label.BorderTint Property (Access)
+title: Label.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BorderTint Property (Access)
+# Label.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BorderWidth.md b/api/Access.Label.BorderWidth.md
index 523a7225882..a6b9f63121a 100644
--- a/api/Access.Label.BorderWidth.md
+++ b/api/Access.Label.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: Label.BorderWidth Property (Access)
+title: Label.BorderWidth property (Access)
keywords: vbaac10.chm10207
f1_keywords:
- vbaac10.chm10207
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BorderWidth Property (Access)
+# Label.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BottomMargin.md b/api/Access.Label.BottomMargin.md
index 4aa25058b2c..8f301e7197d 100644
--- a/api/Access.Label.BottomMargin.md
+++ b/api/Access.Label.BottomMargin.md
@@ -1,5 +1,5 @@
---
-title: Label.BottomMargin Property (Access)
+title: Label.BottomMargin property (Access)
keywords: vbaac10.chm10238
f1_keywords:
- vbaac10.chm10238
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BottomMargin Property (Access)
+# Label.BottomMargin property (Access)
Along with the **LeftMargin**, **RightMargin**, and **TopMargin** properties, specifies the location of information displayed within a label control. Read/write **Integer**.
## Syntax
- _expression_. `BottomMargin`
+_expression_. `BottomMargin`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.BottomPadding.md b/api/Access.Label.BottomPadding.md
index bd76e9b12a4..5c3586d05c5 100644
--- a/api/Access.Label.BottomPadding.md
+++ b/api/Access.Label.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: Label.BottomPadding Property (Access)
+title: Label.BottomPadding property (Access)
keywords: vbaac10.chm10248
f1_keywords:
- vbaac10.chm10248
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.BottomPadding Property (Access)
+# Label.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the label and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## See also
diff --git a/api/Access.Label.Caption.md b/api/Access.Label.Caption.md
index a4edf42f8c5..67e4e0caac2 100644
--- a/api/Access.Label.Caption.md
+++ b/api/Access.Label.Caption.md
@@ -1,5 +1,5 @@
---
-title: Label.Caption Property (Access)
+title: Label.Caption property (Access)
keywords: vbaac10.chm10191
f1_keywords:
- vbaac10.chm10191
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Caption Property (Access)
+# Label.Caption property (Access)
Gets or sets the text that appears in the control. Read/write **String**.
## Syntax
- _expression_. `Caption`
+_expression_. `Caption`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Click.md b/api/Access.Label.Click.md
index b7f9bf9ac3a..fdab6de7b71 100644
--- a/api/Access.Label.Click.md
+++ b/api/Access.Label.Click.md
@@ -1,5 +1,5 @@
---
-title: Label.Click Event (Access)
+title: Label.Click event (Access)
keywords: vbaac10.chm14284
f1_keywords:
- vbaac10.chm14284
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Click Event (Access)
+# Label.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.ControlTipText.md b/api/Access.Label.ControlTipText.md
index c982ac17cba..78d0cef5168 100644
--- a/api/Access.Label.ControlTipText.md
+++ b/api/Access.Label.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: Label.ControlTipText Property (Access)
+title: Label.ControlTipText property (Access)
keywords: vbaac10.chm10218
f1_keywords:
- vbaac10.chm10218
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.ControlTipText Property (Access)
+# Label.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.ControlType.md b/api/Access.Label.ControlType.md
index 4ce4176d6ce..19a197e1e78 100644
--- a/api/Access.Label.ControlType.md
+++ b/api/Access.Label.ControlType.md
@@ -1,5 +1,5 @@
---
-title: Label.ControlType Property (Access)
+title: Label.ControlType property (Access)
keywords: vbaac10.chm10190
f1_keywords:
- vbaac10.chm10190
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.ControlType Property (Access)
+# Label.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.DblClick.md b/api/Access.Label.DblClick.md
index 8d841ee574a..3962ef8191a 100644
--- a/api/Access.Label.DblClick.md
+++ b/api/Access.Label.DblClick.md
@@ -1,5 +1,5 @@
---
-title: Label.DblClick Event (Access)
+title: Label.DblClick event (Access)
keywords: vbaac10.chm14285
f1_keywords:
- vbaac10.chm14285
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Label.DblClick Event (Access)
+# Label.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.Label.DisplayWhen.md b/api/Access.Label.DisplayWhen.md
index d5885c95bfa..3681300d5ec 100644
--- a/api/Access.Label.DisplayWhen.md
+++ b/api/Access.Label.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: Label.DisplayWhen Property (Access)
+title: Label.DisplayWhen property (Access)
keywords: vbaac10.chm10195
f1_keywords:
- vbaac10.chm10195
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.DisplayWhen Property (Access)
+# Label.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.EventProcPrefix.md b/api/Access.Label.EventProcPrefix.md
index 114a610c337..d9d88fe3e28 100644
--- a/api/Access.Label.EventProcPrefix.md
+++ b/api/Access.Label.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: Label.EventProcPrefix Property (Access)
+title: Label.EventProcPrefix property (Access)
keywords: vbaac10.chm10188
f1_keywords:
- vbaac10.chm10188
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.EventProcPrefix Property (Access)
+# Label.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.FontBold.md b/api/Access.Label.FontBold.md
index 1ac97e0c291..2a7158cc5d0 100644
--- a/api/Access.Label.FontBold.md
+++ b/api/Access.Label.FontBold.md
@@ -1,5 +1,5 @@
---
-title: Label.FontBold Property (Access)
+title: Label.FontBold property (Access)
keywords: vbaac10.chm10217
f1_keywords:
- vbaac10.chm10217
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Label.FontBold Property (Access)
+# Label.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.FontItalic.md b/api/Access.Label.FontItalic.md
index 06997a8a3a6..e688a0e1e0f 100644
--- a/api/Access.Label.FontItalic.md
+++ b/api/Access.Label.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: Label.FontItalic Property (Access)
+title: Label.FontItalic property (Access)
keywords: vbaac10.chm10213
f1_keywords:
- vbaac10.chm10213
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Label.FontItalic Property (Access)
+# Label.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.FontName.md b/api/Access.Label.FontName.md
index 8f0591f14e7..1d68f1cb4ae 100644
--- a/api/Access.Label.FontName.md
+++ b/api/Access.Label.FontName.md
@@ -1,5 +1,5 @@
---
-title: Label.FontName Property (Access)
+title: Label.FontName property (Access)
keywords: vbaac10.chm10210
f1_keywords:
- vbaac10.chm10210
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Label.FontName Property (Access)
+# Label.FontName property (Access)
You can use the **FontName** property to specify the font for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **String**.
## Syntax
- _expression_. `FontName`
+_expression_. `FontName`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.FontSize.md b/api/Access.Label.FontSize.md
index a73cad84064..ce8ea558afa 100644
--- a/api/Access.Label.FontSize.md
+++ b/api/Access.Label.FontSize.md
@@ -1,5 +1,5 @@
---
-title: Label.FontSize Property (Access)
+title: Label.FontSize property (Access)
keywords: vbaac10.chm10211
f1_keywords:
- vbaac10.chm10211
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Label.FontSize Property (Access)
+# Label.FontSize property (Access)
You can use the **FontSize** property to specify the point size for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **Integer**.
## Syntax
- _expression_. `FontSize`
+_expression_. `FontSize`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.FontUnderline.md b/api/Access.Label.FontUnderline.md
index 0e506fe05db..08408b68ad5 100644
--- a/api/Access.Label.FontUnderline.md
+++ b/api/Access.Label.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: Label.FontUnderline Property (Access)
+title: Label.FontUnderline property (Access)
keywords: vbaac10.chm10214
f1_keywords:
- vbaac10.chm10214
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Label.FontUnderline Property (Access)
+# Label.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.FontWeight.md b/api/Access.Label.FontWeight.md
index 6dba2fa93f5..4afc74021e0 100644
--- a/api/Access.Label.FontWeight.md
+++ b/api/Access.Label.FontWeight.md
@@ -1,5 +1,5 @@
---
-title: Label.FontWeight Property (Access)
+title: Label.FontWeight property (Access)
keywords: vbaac10.chm10212
f1_keywords:
- vbaac10.chm10212
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.FontWeight Property (Access)
+# Label.FontWeight property (Access)
You can use the **DatasheetFontWeight** property to specify the line width of the font used to display and print characters for field names and data in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `FontWeight`
+_expression_. `FontWeight`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.ForeColor.md b/api/Access.Label.ForeColor.md
index 5181424c9a3..281d6697537 100644
--- a/api/Access.Label.ForeColor.md
+++ b/api/Access.Label.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: Label.ForeColor Property (Access)
+title: Label.ForeColor property (Access)
keywords: vbaac10.chm10209
f1_keywords:
- vbaac10.chm10209
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.ForeColor Property (Access)
+# Label.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.ForeShade.md b/api/Access.Label.ForeShade.md
index 64c300c1cf6..f200acca33a 100644
--- a/api/Access.Label.ForeShade.md
+++ b/api/Access.Label.ForeShade.md
@@ -1,5 +1,5 @@
---
-title: Label.ForeShade Property (Access)
+title: Label.ForeShade property (Access)
keywords: vbaac10.chm14606
f1_keywords:
- vbaac10.chm14606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.ForeShade Property (Access)
+# Label.ForeShade property (Access)
Gets or sets the shade that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeShade`
+_expression_. `ForeShade`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.ForeThemeColorIndex.md b/api/Access.Label.ForeThemeColorIndex.md
index 6b1727dd26b..31c357f9a66 100644
--- a/api/Access.Label.ForeThemeColorIndex.md
+++ b/api/Access.Label.ForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Label.ForeThemeColorIndex Property (Access)
+title: Label.ForeThemeColorIndex property (Access)
keywords: vbaac10.chm14604
f1_keywords:
- vbaac10.chm14604
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.ForeThemeColorIndex Property (Access)
+# Label.ForeThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **ForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ForeThemeColorIndex`
+_expression_. `ForeThemeColorIndex`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.ForeTint.md b/api/Access.Label.ForeTint.md
index 84dbc6594cc..2237414abfb 100644
--- a/api/Access.Label.ForeTint.md
+++ b/api/Access.Label.ForeTint.md
@@ -1,5 +1,5 @@
---
-title: Label.ForeTint Property (Access)
+title: Label.ForeTint property (Access)
keywords: vbaac10.chm14605
f1_keywords:
- vbaac10.chm14605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.ForeTint Property (Access)
+# Label.ForeTint property (Access)
Gets or sets the tint that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeTint`
+_expression_. `ForeTint`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineColor.md b/api/Access.Label.GridlineColor.md
index f6141b2f305..4c6d49a6f25 100644
--- a/api/Access.Label.GridlineColor.md
+++ b/api/Access.Label.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineColor Property (Access)
+title: Label.GridlineColor property (Access)
keywords: vbaac10.chm10257
f1_keywords:
- vbaac10.chm10257
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineColor Property (Access)
+# Label.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified label. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineShade.md b/api/Access.Label.GridlineShade.md
index c9cdbf632c7..d907421baf2 100644
--- a/api/Access.Label.GridlineShade.md
+++ b/api/Access.Label.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineShade Property (Access)
+title: Label.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineShade Property (Access)
+# Label.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [Label](Access.Label.md) object.
+_expression_ A variable that represents an [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineStyleBottom.md b/api/Access.Label.GridlineStyleBottom.md
index d248ea41108..8d152e2288e 100644
--- a/api/Access.Label.GridlineStyleBottom.md
+++ b/api/Access.Label.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineStyleBottom Property (Access)
+title: Label.GridlineStyleBottom property (Access)
keywords: vbaac10.chm10252
f1_keywords:
- vbaac10.chm10252
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineStyleBottom Property (Access)
+# Label.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified label. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineStyleLeft.md b/api/Access.Label.GridlineStyleLeft.md
index 4c0f355459e..342f7301db6 100644
--- a/api/Access.Label.GridlineStyleLeft.md
+++ b/api/Access.Label.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineStyleLeft Property (Access)
+title: Label.GridlineStyleLeft property (Access)
keywords: vbaac10.chm10249
f1_keywords:
- vbaac10.chm10249
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineStyleLeft Property (Access)
+# Label.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified label. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineStyleRight.md b/api/Access.Label.GridlineStyleRight.md
index 80786382a30..6e5c724325a 100644
--- a/api/Access.Label.GridlineStyleRight.md
+++ b/api/Access.Label.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineStyleRight Property (Access)
+title: Label.GridlineStyleRight property (Access)
keywords: vbaac10.chm10251
f1_keywords:
- vbaac10.chm10251
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineStyleRight Property (Access)
+# Label.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified label. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineStyleTop.md b/api/Access.Label.GridlineStyleTop.md
index 8be468da93f..c4ebf69963b 100644
--- a/api/Access.Label.GridlineStyleTop.md
+++ b/api/Access.Label.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineStyleTop Property (Access)
+title: Label.GridlineStyleTop property (Access)
keywords: vbaac10.chm10250
f1_keywords:
- vbaac10.chm10250
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineStyleTop Property (Access)
+# Label.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified label. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineThemeColorIndex.md b/api/Access.Label.GridlineThemeColorIndex.md
index 2e9bf8a28bd..501e3e19bee 100644
--- a/api/Access.Label.GridlineThemeColorIndex.md
+++ b/api/Access.Label.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineThemeColorIndex Property (Access)
+title: Label.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineThemeColorIndex Property (Access)
+# Label.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineTint.md b/api/Access.Label.GridlineTint.md
index eb5fec0a8f4..6dcbfc0eece 100644
--- a/api/Access.Label.GridlineTint.md
+++ b/api/Access.Label.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineTint Property (Access)
+title: Label.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineTint Property (Access)
+# Label.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineWidthBottom.md b/api/Access.Label.GridlineWidthBottom.md
index e8f2790c0cd..78f4bf8d587 100644
--- a/api/Access.Label.GridlineWidthBottom.md
+++ b/api/Access.Label.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineWidthBottom Property (Access)
+title: Label.GridlineWidthBottom property (Access)
keywords: vbaac10.chm10256
f1_keywords:
- vbaac10.chm10256
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineWidthBottom Property (Access)
+# Label.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified label. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineWidthLeft.md b/api/Access.Label.GridlineWidthLeft.md
index 5fd555d9063..d8d145dbe79 100644
--- a/api/Access.Label.GridlineWidthLeft.md
+++ b/api/Access.Label.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineWidthLeft Property (Access)
+title: Label.GridlineWidthLeft property (Access)
keywords: vbaac10.chm10253
f1_keywords:
- vbaac10.chm10253
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineWidthLeft Property (Access)
+# Label.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified label. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineWidthRight.md b/api/Access.Label.GridlineWidthRight.md
index ea739495b33..7da4e1d0e13 100644
--- a/api/Access.Label.GridlineWidthRight.md
+++ b/api/Access.Label.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineWidthRight Property (Access)
+title: Label.GridlineWidthRight property (Access)
keywords: vbaac10.chm10255
f1_keywords:
- vbaac10.chm10255
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineWidthRight Property (Access)
+# Label.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified label. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.GridlineWidthTop.md b/api/Access.Label.GridlineWidthTop.md
index 5dd50d67409..e85f44c3548 100644
--- a/api/Access.Label.GridlineWidthTop.md
+++ b/api/Access.Label.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: Label.GridlineWidthTop Property (Access)
+title: Label.GridlineWidthTop property (Access)
keywords: vbaac10.chm10254
f1_keywords:
- vbaac10.chm10254
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.GridlineWidthTop Property (Access)
+# Label.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified label. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Height.md b/api/Access.Label.Height.md
index 779a0c4409c..e3e3dc2bb35 100644
--- a/api/Access.Label.Height.md
+++ b/api/Access.Label.Height.md
@@ -1,5 +1,5 @@
---
-title: Label.Height Property (Access)
+title: Label.Height property (Access)
keywords: vbaac10.chm10200
f1_keywords:
- vbaac10.chm10200
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Height Property (Access)
+# Label.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.HelpContextId.md b/api/Access.Label.HelpContextId.md
index 0332f602e88..d061a0b0b0d 100644
--- a/api/Access.Label.HelpContextId.md
+++ b/api/Access.Label.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: Label.HelpContextId Property (Access)
+title: Label.HelpContextId property (Access)
keywords: vbaac10.chm10219
f1_keywords:
- vbaac10.chm10219
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.HelpContextId Property (Access)
+# Label.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.HorizontalAnchor.md b/api/Access.Label.HorizontalAnchor.md
index e23266068a3..c3c25c23542 100644
--- a/api/Access.Label.HorizontalAnchor.md
+++ b/api/Access.Label.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Label.HorizontalAnchor Property (Access)
+title: Label.HorizontalAnchor property (Access)
keywords: vbaac10.chm10258
f1_keywords:
- vbaac10.chm10258
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.HorizontalAnchor Property (Access)
+# Label.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the label is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Hyperlink.md b/api/Access.Label.Hyperlink.md
index 931bfc3c690..6ab4e02e005 100644
--- a/api/Access.Label.Hyperlink.md
+++ b/api/Access.Label.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: Label.Hyperlink Property (Access)
+title: Label.Hyperlink property (Access)
keywords: vbaac10.chm10187
f1_keywords:
- vbaac10.chm10187
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Hyperlink Property (Access)
+# Label.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Example
diff --git a/api/Access.Label.HyperlinkAddress.md b/api/Access.Label.HyperlinkAddress.md
index 91c44a6b89e..f16e83e24bf 100644
--- a/api/Access.Label.HyperlinkAddress.md
+++ b/api/Access.Label.HyperlinkAddress.md
@@ -1,5 +1,5 @@
---
-title: Label.HyperlinkAddress Property (Access)
+title: Label.HyperlinkAddress property (Access)
keywords: vbaac10.chm10192
f1_keywords:
- vbaac10.chm10192
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.HyperlinkAddress Property (Access)
+# Label.HyperlinkAddress property (Access)
You can use the **HyperlinkAddress** property to specify or determine the path to an object, document, Web page or other destination for a hyperlink associated with a the specified control. Read/write **String**.
## Syntax
- _expression_. `HyperlinkAddress`
+_expression_. `HyperlinkAddress`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.HyperlinkSubAddress.md b/api/Access.Label.HyperlinkSubAddress.md
index 2c5c2fa9741..3d2eddcc439 100644
--- a/api/Access.Label.HyperlinkSubAddress.md
+++ b/api/Access.Label.HyperlinkSubAddress.md
@@ -1,5 +1,5 @@
---
-title: Label.HyperlinkSubAddress Property (Access)
+title: Label.HyperlinkSubAddress property (Access)
keywords: vbaac10.chm10193
f1_keywords:
- vbaac10.chm10193
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.HyperlinkSubAddress Property (Access)
+# Label.HyperlinkSubAddress property (Access)
You can use the **HyperlinkSubAddress** property to specify or determine a location within the target document specified by the **HyperlinkAddress** property. Read/write **String**.
## Syntax
- _expression_. `HyperlinkSubAddress`
+_expression_. `HyperlinkSubAddress`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.InSelection.md b/api/Access.Label.InSelection.md
index 7814be65696..cb20c141e04 100644
--- a/api/Access.Label.InSelection.md
+++ b/api/Access.Label.InSelection.md
@@ -1,5 +1,5 @@
---
-title: Label.InSelection Property (Access)
+title: Label.InSelection property (Access)
keywords: vbaac10.chm10223
f1_keywords:
- vbaac10.chm10223
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.InSelection Property (Access)
+# Label.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.IsVisible.md b/api/Access.Label.IsVisible.md
index 5db593cdc3c..76446462f51 100644
--- a/api/Access.Label.IsVisible.md
+++ b/api/Access.Label.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: Label.IsVisible Property (Access)
+title: Label.IsVisible property (Access)
keywords: vbaac10.chm10222
f1_keywords:
- vbaac10.chm10222
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.IsVisible Property (Access)
+# Label.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Layout.md b/api/Access.Label.Layout.md
index 47193328c4d..4873b17d111 100644
--- a/api/Access.Label.Layout.md
+++ b/api/Access.Label.Layout.md
@@ -1,5 +1,5 @@
---
-title: Label.Layout Property (Access)
+title: Label.Layout property (Access)
keywords: vbaac10.chm10244
f1_keywords:
- vbaac10.chm10244
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Layout Property (Access)
+# Label.Layout property (Access)
Returns the type of layout for the specified label. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## See also
diff --git a/api/Access.Label.LayoutID.md b/api/Access.Label.LayoutID.md
index dd5ff5061c7..c7713da6e73 100644
--- a/api/Access.Label.LayoutID.md
+++ b/api/Access.Label.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: Label.LayoutID Property (Access)
+title: Label.LayoutID property (Access)
keywords: vbaac10.chm10265
f1_keywords:
- vbaac10.chm10265
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.LayoutID Property (Access)
+# Label.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified label. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Left.md b/api/Access.Label.Left.md
index 806652abece..4b4dd20bc7d 100644
--- a/api/Access.Label.Left.md
+++ b/api/Access.Label.Left.md
@@ -1,5 +1,5 @@
---
-title: Label.Left Property (Access)
+title: Label.Left property (Access)
keywords: vbaac10.chm10197
f1_keywords:
- vbaac10.chm10197
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Left Property (Access)
+# Label.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.LeftMargin.md b/api/Access.Label.LeftMargin.md
index 171d99cd860..c71f0646827 100644
--- a/api/Access.Label.LeftMargin.md
+++ b/api/Access.Label.LeftMargin.md
@@ -1,5 +1,5 @@
---
-title: Label.LeftMargin Property (Access)
+title: Label.LeftMargin property (Access)
keywords: vbaac10.chm10234
f1_keywords:
- vbaac10.chm10234
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.LeftMargin Property (Access)
+# Label.LeftMargin property (Access)
Along with the **TopMargin**, **RightMargin**, and **BottomMargin** properties, specifies the location of information displayed within a label control. Read/write **Integer**. .
## Syntax
- _expression_. `LeftMargin`
+_expression_. `LeftMargin`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.LeftPadding.md b/api/Access.Label.LeftPadding.md
index 1e730f58b7d..6981fd8e074 100644
--- a/api/Access.Label.LeftPadding.md
+++ b/api/Access.Label.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: Label.LeftPadding Property (Access)
+title: Label.LeftPadding property (Access)
keywords: vbaac10.chm10245
f1_keywords:
- vbaac10.chm10245
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.LeftPadding Property (Access)
+# Label.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the label and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## See also
diff --git a/api/Access.Label.LineSpacing.md b/api/Access.Label.LineSpacing.md
index 427d7f1ba2a..f84f8f9b649 100644
--- a/api/Access.Label.LineSpacing.md
+++ b/api/Access.Label.LineSpacing.md
@@ -1,5 +1,5 @@
---
-title: Label.LineSpacing Property (Access)
+title: Label.LineSpacing property (Access)
keywords: vbaac10.chm10236
f1_keywords:
- vbaac10.chm10236
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.LineSpacing Property (Access)
+# Label.LineSpacing property (Access)
You can use the **LineSpacing** property to specify or determine the location of information displayed within a label or text box control. Read/write **Integer**.
## Syntax
- _expression_. `LineSpacing`
+_expression_. `LineSpacing`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.MouseDown.md b/api/Access.Label.MouseDown.md
index 07cbad602bd..8f0417feb69 100644
--- a/api/Access.Label.MouseDown.md
+++ b/api/Access.Label.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: Label.MouseDown Event (Access)
+title: Label.MouseDown event (Access)
keywords: vbaac10.chm14286
f1_keywords:
- vbaac10.chm14286
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Label.MouseDown Event (Access)
+# Label.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Label.MouseMove.md b/api/Access.Label.MouseMove.md
index 193369b521b..d93aa8b144b 100644
--- a/api/Access.Label.MouseMove.md
+++ b/api/Access.Label.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: Label.MouseMove Event (Access)
+title: Label.MouseMove event (Access)
keywords: vbaac10.chm14287
f1_keywords:
- vbaac10.chm14287
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Label.MouseMove Event (Access)
+# Label.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Label.MouseUp.md b/api/Access.Label.MouseUp.md
index 4b08e6a111f..9be26f1b852 100644
--- a/api/Access.Label.MouseUp.md
+++ b/api/Access.Label.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: Label.MouseUp Event (Access)
+title: Label.MouseUp event (Access)
keywords: vbaac10.chm14288
f1_keywords:
- vbaac10.chm14288
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Label.MouseUp Event (Access)
+# Label.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Label.Move.md b/api/Access.Label.Move.md
index 22be12a0854..3333df06445 100644
--- a/api/Access.Label.Move.md
+++ b/api/Access.Label.Move.md
@@ -1,5 +1,5 @@
---
-title: Label.Move Method (Access)
+title: Label.Move method (Access)
keywords: vbaac10.chm10241
f1_keywords:
- vbaac10.chm10241
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Label.Move Method (Access)
+# Label.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.Label.Name.md b/api/Access.Label.Name.md
index 3647913f262..ec61cdf2345 100644
--- a/api/Access.Label.Name.md
+++ b/api/Access.Label.Name.md
@@ -1,5 +1,5 @@
---
-title: Label.Name Property (Access)
+title: Label.Name property (Access)
keywords: vbaac10.chm10233
f1_keywords:
- vbaac10.chm10233
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Name Property (Access)
+# Label.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.NumeralShapes.md b/api/Access.Label.NumeralShapes.md
index 39f3f59dc56..d05c526b1a3 100644
--- a/api/Access.Label.NumeralShapes.md
+++ b/api/Access.Label.NumeralShapes.md
@@ -1,5 +1,5 @@
---
-title: Label.NumeralShapes Property (Access)
+title: Label.NumeralShapes property (Access)
keywords: vbaac10.chm10232
f1_keywords:
- vbaac10.chm10232
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Label.NumeralShapes Property (Access)
+# Label.NumeralShapes property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `NumeralShapes`
+_expression_. `NumeralShapes`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.OldBorderStyle.md b/api/Access.Label.OldBorderStyle.md
index 1d31e72752f..5a98c6b6a8f 100644
--- a/api/Access.Label.OldBorderStyle.md
+++ b/api/Access.Label.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Label.OldBorderStyle Property (Access)
+title: Label.OldBorderStyle property (Access)
keywords: vbaac10.chm10205
f1_keywords:
- vbaac10.chm10205
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.OldBorderStyle Property (Access)
+# Label.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.OnClick.md b/api/Access.Label.OnClick.md
index 1d7520340f9..20d0082a5cd 100644
--- a/api/Access.Label.OnClick.md
+++ b/api/Access.Label.OnClick.md
@@ -1,5 +1,5 @@
---
-title: Label.OnClick Property (Access)
+title: Label.OnClick property (Access)
keywords: vbaac10.chm10224
f1_keywords:
- vbaac10.chm10224
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.OnClick Property (Access)
+# Label.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Label.OnDblClick.md b/api/Access.Label.OnDblClick.md
index 42cde4eea03..c51cc4f8b97 100644
--- a/api/Access.Label.OnDblClick.md
+++ b/api/Access.Label.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: Label.OnDblClick Property (Access)
+title: Label.OnDblClick property (Access)
keywords: vbaac10.chm10225
f1_keywords:
- vbaac10.chm10225
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.OnDblClick Property (Access)
+# Label.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Label.OnMouseDown.md b/api/Access.Label.OnMouseDown.md
index d20abbbfc60..52fe2951bbc 100644
--- a/api/Access.Label.OnMouseDown.md
+++ b/api/Access.Label.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: Label.OnMouseDown Property (Access)
+title: Label.OnMouseDown property (Access)
keywords: vbaac10.chm10226
f1_keywords:
- vbaac10.chm10226
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.OnMouseDown Property (Access)
+# Label.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Label.OnMouseMove.md b/api/Access.Label.OnMouseMove.md
index e6b9f59633a..14a40f45b57 100644
--- a/api/Access.Label.OnMouseMove.md
+++ b/api/Access.Label.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: Label.OnMouseMove Property (Access)
+title: Label.OnMouseMove property (Access)
keywords: vbaac10.chm10227
f1_keywords:
- vbaac10.chm10227
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.OnMouseMove Property (Access)
+# Label.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Label.OnMouseUp.md b/api/Access.Label.OnMouseUp.md
index 776b0ce3cd7..f8c0a46c321 100644
--- a/api/Access.Label.OnMouseUp.md
+++ b/api/Access.Label.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: Label.OnMouseUp Property (Access)
+title: Label.OnMouseUp property (Access)
keywords: vbaac10.chm10228
f1_keywords:
- vbaac10.chm10228
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.OnMouseUp Property (Access)
+# Label.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Label.Parent.md b/api/Access.Label.Parent.md
index fa17fb3376d..05b7e97eebd 100644
--- a/api/Access.Label.Parent.md
+++ b/api/Access.Label.Parent.md
@@ -1,5 +1,5 @@
---
-title: Label.Parent Property (Access)
+title: Label.Parent property (Access)
keywords: vbaac10.chm10184
f1_keywords:
- vbaac10.chm10184
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Parent Property (Access)
+# Label.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Properties.md b/api/Access.Label.Properties.md
index 7e37ace515e..823992abd44 100644
--- a/api/Access.Label.Properties.md
+++ b/api/Access.Label.Properties.md
@@ -1,5 +1,5 @@
---
-title: Label.Properties Property (Access)
+title: Label.Properties property (Access)
keywords: vbaac10.chm10185
f1_keywords:
- vbaac10.chm10185
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Properties Property (Access)
+# Label.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.ReadingOrder.md b/api/Access.Label.ReadingOrder.md
index e0ae9a71063..79d3cc97c00 100644
--- a/api/Access.Label.ReadingOrder.md
+++ b/api/Access.Label.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: Label.ReadingOrder Property (Access)
+title: Label.ReadingOrder property (Access)
keywords: vbaac10.chm10231
f1_keywords:
- vbaac10.chm10231
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.ReadingOrder Property (Access)
+# Label.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.RightMargin.md b/api/Access.Label.RightMargin.md
index 3780c917319..da7169ee4ed 100644
--- a/api/Access.Label.RightMargin.md
+++ b/api/Access.Label.RightMargin.md
@@ -1,5 +1,5 @@
---
-title: Label.RightMargin Property (Access)
+title: Label.RightMargin property (Access)
keywords: vbaac10.chm10237
f1_keywords:
- vbaac10.chm10237
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.RightMargin Property (Access)
+# Label.RightMargin property (Access)
Along with the **TopMargin**, **Left Margin**, and **BottomMargin** properties, specifies the location of information displayed within a label control. Read/write **Integer**.
## Syntax
- _expression_. `RightMargin`
+_expression_. `RightMargin`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.RightPadding.md b/api/Access.Label.RightPadding.md
index 1abe553633d..1b02cd12636 100644
--- a/api/Access.Label.RightPadding.md
+++ b/api/Access.Label.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: Label.RightPadding Property (Access)
+title: Label.RightPadding property (Access)
keywords: vbaac10.chm10247
f1_keywords:
- vbaac10.chm10247
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.RightPadding Property (Access)
+# Label.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the label and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## See also
diff --git a/api/Access.Label.Section.md b/api/Access.Label.Section.md
index 980474f07df..5f9d212d54e 100644
--- a/api/Access.Label.Section.md
+++ b/api/Access.Label.Section.md
@@ -1,5 +1,5 @@
---
-title: Label.Section Property (Access)
+title: Label.Section property (Access)
keywords: vbaac10.chm10220
f1_keywords:
- vbaac10.chm10220
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Section Property (Access)
+# Label.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.ShortcutMenuBar.md b/api/Access.Label.ShortcutMenuBar.md
index e954dc54576..e9b6108002c 100644
--- a/api/Access.Label.ShortcutMenuBar.md
+++ b/api/Access.Label.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: Label.ShortcutMenuBar Property (Access)
+title: Label.ShortcutMenuBar property (Access)
keywords: vbaac10.chm10229
f1_keywords:
- vbaac10.chm10229
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.ShortcutMenuBar Property (Access)
+# Label.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.SizeToFit.md b/api/Access.Label.SizeToFit.md
index 0f3b85e660a..36a11985b9d 100644
--- a/api/Access.Label.SizeToFit.md
+++ b/api/Access.Label.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: Label.SizeToFit Method (Access)
+title: Label.SizeToFit method (Access)
keywords: vbaac10.chm10186
f1_keywords:
- vbaac10.chm10186
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.SizeToFit Method (Access)
+# Label.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.SmartTags.md b/api/Access.Label.SmartTags.md
index 486f4c22d34..55bba72a7a9 100644
--- a/api/Access.Label.SmartTags.md
+++ b/api/Access.Label.SmartTags.md
@@ -1,5 +1,5 @@
---
-title: Label.SmartTags Property (Access)
+title: Label.SmartTags property (Access)
keywords: vbaac10.chm10242
f1_keywords:
- vbaac10.chm10242
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.SmartTags Property (Access)
+# Label.SmartTags property (Access)
Returns a **[SmartTags](Access.SmartTags.md)** collection that represents the collection of smart tags that have been added to a control. .
## Syntax
- _expression_. `SmartTags`
+_expression_. `SmartTags`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.SpecialEffect.md b/api/Access.Label.SpecialEffect.md
index f43c7785db6..737076264e0 100644
--- a/api/Access.Label.SpecialEffect.md
+++ b/api/Access.Label.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: Label.SpecialEffect Property (Access)
+title: Label.SpecialEffect property (Access)
keywords: vbaac10.chm10203
f1_keywords:
- vbaac10.chm10203
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.SpecialEffect Property (Access)
+# Label.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Tag.md b/api/Access.Label.Tag.md
index 804efee352e..5566d8e6650 100644
--- a/api/Access.Label.Tag.md
+++ b/api/Access.Label.Tag.md
@@ -1,5 +1,5 @@
---
-title: Label.Tag Property (Access)
+title: Label.Tag property (Access)
keywords: vbaac10.chm10230
f1_keywords:
- vbaac10.chm10230
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Tag Property (Access)
+# Label.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.TextAlign.md b/api/Access.Label.TextAlign.md
index 14170188203..2ed5d9ffea4 100644
--- a/api/Access.Label.TextAlign.md
+++ b/api/Access.Label.TextAlign.md
@@ -1,5 +1,5 @@
---
-title: Label.TextAlign Property (Access)
+title: Label.TextAlign property (Access)
keywords: vbaac10.chm10216
f1_keywords:
- vbaac10.chm10216
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.TextAlign Property (Access)
+# Label.TextAlign property (Access)
The **TextAlign** property specifies the text alignment in new controls. Read/write **Byte**.
## Syntax
- _expression_. `TextAlign`
+_expression_. `TextAlign`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.ThemeFontIndex.md b/api/Access.Label.ThemeFontIndex.md
index a924cc181cc..cf251d13291 100644
--- a/api/Access.Label.ThemeFontIndex.md
+++ b/api/Access.Label.ThemeFontIndex.md
@@ -1,5 +1,5 @@
---
-title: Label.ThemeFontIndex Property (Access)
+title: Label.ThemeFontIndex property (Access)
keywords: vbaac10.chm14610
f1_keywords:
- vbaac10.chm14610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.ThemeFontIndex Property (Access)
+# Label.ThemeFontIndex property (Access)
Gets or sets the font index that represents a font in the applied theme associated with the **FontName** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ThemeFontIndex`
+_expression_. `ThemeFontIndex`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Top.md b/api/Access.Label.Top.md
index 4167b5fdb6b..c954ed7d6a9 100644
--- a/api/Access.Label.Top.md
+++ b/api/Access.Label.Top.md
@@ -1,5 +1,5 @@
---
-title: Label.Top Property (Access)
+title: Label.Top property (Access)
keywords: vbaac10.chm10198
f1_keywords:
- vbaac10.chm10198
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Top Property (Access)
+# Label.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.TopMargin.md b/api/Access.Label.TopMargin.md
index 67858848c68..ff7b6d3313b 100644
--- a/api/Access.Label.TopMargin.md
+++ b/api/Access.Label.TopMargin.md
@@ -1,5 +1,5 @@
---
-title: Label.TopMargin Property (Access)
+title: Label.TopMargin property (Access)
keywords: vbaac10.chm10235
f1_keywords:
- vbaac10.chm10235
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.TopMargin Property (Access)
+# Label.TopMargin property (Access)
Along with the **LeftMargin**, **RightMargin**, and **BottomMargin** properties, specifies the location of information displayed within a label control. Read/write **Integer**.
## Syntax
- _expression_. `TopMargin`
+_expression_. `TopMargin`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.TopPadding.md b/api/Access.Label.TopPadding.md
index ee6507e001f..9dd784a42ed 100644
--- a/api/Access.Label.TopPadding.md
+++ b/api/Access.Label.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: Label.TopPadding Property (Access)
+title: Label.TopPadding property (Access)
keywords: vbaac10.chm10246
f1_keywords:
- vbaac10.chm10246
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.TopPadding Property (Access)
+# Label.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the label and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## See also
diff --git a/api/Access.Label.Vertical.md b/api/Access.Label.Vertical.md
index 2557b980e8b..08445ee4818 100644
--- a/api/Access.Label.Vertical.md
+++ b/api/Access.Label.Vertical.md
@@ -1,5 +1,5 @@
---
-title: Label.Vertical Property (Access)
+title: Label.Vertical property (Access)
keywords: vbaac10.chm10196
f1_keywords:
- vbaac10.chm10196
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Vertical Property (Access)
+# Label.Vertical property (Access)
You can use the **Vertical** property to set a form control for vertical display and editing or set a report control for vertical display and printing. Read/write **Boolean**.
## Syntax
- _expression_. `Vertical`
+_expression_. `Vertical`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.VerticalAnchor.md b/api/Access.Label.VerticalAnchor.md
index c10461637f1..1985cf9b814 100644
--- a/api/Access.Label.VerticalAnchor.md
+++ b/api/Access.Label.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Label.VerticalAnchor Property (Access)
+title: Label.VerticalAnchor property (Access)
keywords: vbaac10.chm10259
f1_keywords:
- vbaac10.chm10259
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.VerticalAnchor Property (Access)
+# Label.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified label is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Visible.md b/api/Access.Label.Visible.md
index 4c36d71d84a..e0ff9ed1e55 100644
--- a/api/Access.Label.Visible.md
+++ b/api/Access.Label.Visible.md
@@ -1,5 +1,5 @@
---
-title: Label.Visible Property (Access)
+title: Label.Visible property (Access)
keywords: vbaac10.chm10194
f1_keywords:
- vbaac10.chm10194
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Visible Property (Access)
+# Label.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.Width.md b/api/Access.Label.Width.md
index 02887cdf0d1..93ee07dee61 100644
--- a/api/Access.Label.Width.md
+++ b/api/Access.Label.Width.md
@@ -1,5 +1,5 @@
---
-title: Label.Width Property (Access)
+title: Label.Width property (Access)
keywords: vbaac10.chm10199
f1_keywords:
- vbaac10.chm10199
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Label.Width Property (Access)
+# Label.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [Label](Access.Label.md) object.
+_expression_ A variable that represents a [Label](Access.Label.md) object.
## Remarks
diff --git a/api/Access.Label.md b/api/Access.Label.md
index 15080d41b02..e2ce9bdc264 100644
--- a/api/Access.Label.md
+++ b/api/Access.Label.md
@@ -1,5 +1,5 @@
---
-title: Label Object (Access)
+title: Label object (Access)
keywords: vbaac10.chm10271
f1_keywords:
- vbaac10.chm10271
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Label Object (Access)
+# Label object (Access)
This object corresponds to a label control. Labels on a form or report display descriptive text such as titles, captions, or brief instructions.
diff --git a/api/Access.Line.Application.md b/api/Access.Line.Application.md
index 038d6592004..511c374dbb0 100644
--- a/api/Access.Line.Application.md
+++ b/api/Access.Line.Application.md
@@ -1,5 +1,5 @@
---
-title: Line.Application Property (Access)
+title: Line.Application property (Access)
keywords: vbaac10.chm10322
f1_keywords:
- vbaac10.chm10322
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Application Property (Access)
+# Line.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.BorderColor.md b/api/Access.Line.BorderColor.md
index bc9897499be..43ae4209723 100644
--- a/api/Access.Line.BorderColor.md
+++ b/api/Access.Line.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: Line.BorderColor Property (Access)
+title: Line.BorderColor property (Access)
keywords: vbaac10.chm10339
f1_keywords:
- vbaac10.chm10339
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.BorderColor Property (Access)
+# Line.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.BorderShade.md b/api/Access.Line.BorderShade.md
index 9e7ae0f6fa1..77600b09b64 100644
--- a/api/Access.Line.BorderShade.md
+++ b/api/Access.Line.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: Line.BorderShade Property (Access)
+title: Line.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.BorderShade Property (Access)
+# Line.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.BorderStyle.md b/api/Access.Line.BorderStyle.md
index 2288e7f1a51..b6968a7452c 100644
--- a/api/Access.Line.BorderStyle.md
+++ b/api/Access.Line.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Line.BorderStyle Property (Access)
+title: Line.BorderStyle property (Access)
keywords: vbaac10.chm10337
f1_keywords:
- vbaac10.chm10337
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.BorderStyle Property (Access)
+# Line.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.BorderThemeColorIndex.md b/api/Access.Line.BorderThemeColorIndex.md
index f849b8f24f5..0d5728e1317 100644
--- a/api/Access.Line.BorderThemeColorIndex.md
+++ b/api/Access.Line.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Line.BorderThemeColorIndex Property (Access)
+title: Line.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.BorderThemeColorIndex Property (Access)
+# Line.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.BorderTint.md b/api/Access.Line.BorderTint.md
index 4c16885186d..5ed055f2772 100644
--- a/api/Access.Line.BorderTint.md
+++ b/api/Access.Line.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: Line.BorderTint Property (Access)
+title: Line.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.BorderTint Property (Access)
+# Line.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.BorderWidth.md b/api/Access.Line.BorderWidth.md
index b846c3c9a4c..4bbdf2e3725 100644
--- a/api/Access.Line.BorderWidth.md
+++ b/api/Access.Line.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: Line.BorderWidth Property (Access)
+title: Line.BorderWidth property (Access)
keywords: vbaac10.chm10340
f1_keywords:
- vbaac10.chm10340
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.BorderWidth Property (Access)
+# Line.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.ControlType.md b/api/Access.Line.ControlType.md
index b87c2f586ce..2ad4c046e60 100644
--- a/api/Access.Line.ControlType.md
+++ b/api/Access.Line.ControlType.md
@@ -1,5 +1,5 @@
---
-title: Line.ControlType Property (Access)
+title: Line.ControlType property (Access)
keywords: vbaac10.chm10328
f1_keywords:
- vbaac10.chm10328
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.ControlType Property (Access)
+# Line.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.DisplayWhen.md b/api/Access.Line.DisplayWhen.md
index 4d1d9bba172..65dbc1f8eea 100644
--- a/api/Access.Line.DisplayWhen.md
+++ b/api/Access.Line.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: Line.DisplayWhen Property (Access)
+title: Line.DisplayWhen property (Access)
keywords: vbaac10.chm10331
f1_keywords:
- vbaac10.chm10331
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.DisplayWhen Property (Access)
+# Line.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.EventProcPrefix.md b/api/Access.Line.EventProcPrefix.md
index d1c8ea26d89..78c778b142d 100644
--- a/api/Access.Line.EventProcPrefix.md
+++ b/api/Access.Line.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: Line.EventProcPrefix Property (Access)
+title: Line.EventProcPrefix property (Access)
keywords: vbaac10.chm10326
f1_keywords:
- vbaac10.chm10326
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.EventProcPrefix Property (Access)
+# Line.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.Height.md b/api/Access.Line.Height.md
index c80bab4170e..548c3470859 100644
--- a/api/Access.Line.Height.md
+++ b/api/Access.Line.Height.md
@@ -1,5 +1,5 @@
---
-title: Line.Height Property (Access)
+title: Line.Height property (Access)
keywords: vbaac10.chm10335
f1_keywords:
- vbaac10.chm10335
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Height Property (Access)
+# Line.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.HorizontalAnchor.md b/api/Access.Line.HorizontalAnchor.md
index 00fcdd5281f..521f280adab 100644
--- a/api/Access.Line.HorizontalAnchor.md
+++ b/api/Access.Line.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Line.HorizontalAnchor Property (Access)
+title: Line.HorizontalAnchor property (Access)
keywords: vbaac10.chm10350
f1_keywords:
- vbaac10.chm10350
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.HorizontalAnchor Property (Access)
+# Line.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the line is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.InSelection.md b/api/Access.Line.InSelection.md
index b0dee9b89ef..636e1d8a270 100644
--- a/api/Access.Line.InSelection.md
+++ b/api/Access.Line.InSelection.md
@@ -1,5 +1,5 @@
---
-title: Line.InSelection Property (Access)
+title: Line.InSelection property (Access)
keywords: vbaac10.chm10346
f1_keywords:
- vbaac10.chm10346
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.InSelection Property (Access)
+# Line.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.IsVisible.md b/api/Access.Line.IsVisible.md
index f094081a9ae..13c6180a0ae 100644
--- a/api/Access.Line.IsVisible.md
+++ b/api/Access.Line.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: Line.IsVisible Property (Access)
+title: Line.IsVisible property (Access)
keywords: vbaac10.chm10345
f1_keywords:
- vbaac10.chm10345
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.IsVisible Property (Access)
+# Line.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.Left.md b/api/Access.Line.Left.md
index 3e1d0e62e03..d4421153d72 100644
--- a/api/Access.Line.Left.md
+++ b/api/Access.Line.Left.md
@@ -1,5 +1,5 @@
---
-title: Line.Left Property (Access)
+title: Line.Left property (Access)
keywords: vbaac10.chm10332
f1_keywords:
- vbaac10.chm10332
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Left Property (Access)
+# Line.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.LineSlant.md b/api/Access.Line.LineSlant.md
index 2c3a2bf34a6..af3c562d40d 100644
--- a/api/Access.Line.LineSlant.md
+++ b/api/Access.Line.LineSlant.md
@@ -1,5 +1,5 @@
---
-title: Line.LineSlant Property (Access)
+title: Line.LineSlant property (Access)
keywords: vbaac10.chm10329
f1_keywords:
- vbaac10.chm10329
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.LineSlant Property (Access)
+# Line.LineSlant property (Access)
You use the **LineSlant** property to specify whether a [line control](overview/line-control.md)slants from upper left to lower right or from upper right to lower left. Read/write **Boolean**.
## Syntax
- _expression_. `LineSlant`
+_expression_. `LineSlant`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.Move.md b/api/Access.Line.Move.md
index 42aeb2c97a8..a6e5b8701d4 100644
--- a/api/Access.Line.Move.md
+++ b/api/Access.Line.Move.md
@@ -1,5 +1,5 @@
---
-title: Line.Move Method (Access)
+title: Line.Move method (Access)
keywords: vbaac10.chm10348
f1_keywords:
- vbaac10.chm10348
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Line.Move Method (Access)
+# Line.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.Line.Name.md b/api/Access.Line.Name.md
index b4ff9a01bc7..8b2c4278920 100644
--- a/api/Access.Line.Name.md
+++ b/api/Access.Line.Name.md
@@ -1,5 +1,5 @@
---
-title: Line.Name Property (Access)
+title: Line.Name property (Access)
keywords: vbaac10.chm10347
f1_keywords:
- vbaac10.chm10347
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Name Property (Access)
+# Line.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.OldBorderStyle.md b/api/Access.Line.OldBorderStyle.md
index b3f83be5eb1..e0458c93f7a 100644
--- a/api/Access.Line.OldBorderStyle.md
+++ b/api/Access.Line.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Line.OldBorderStyle Property (Access)
+title: Line.OldBorderStyle property (Access)
keywords: vbaac10.chm10338
f1_keywords:
- vbaac10.chm10338
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.OldBorderStyle Property (Access)
+# Line.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.Parent.md b/api/Access.Line.Parent.md
index abc07a10a8c..5af84bf652d 100644
--- a/api/Access.Line.Parent.md
+++ b/api/Access.Line.Parent.md
@@ -1,5 +1,5 @@
---
-title: Line.Parent Property (Access)
+title: Line.Parent property (Access)
keywords: vbaac10.chm10323
f1_keywords:
- vbaac10.chm10323
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Parent Property (Access)
+# Line.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## See also
diff --git a/api/Access.Line.Properties.md b/api/Access.Line.Properties.md
index 42f4ae01edf..ac0a63f6fd5 100644
--- a/api/Access.Line.Properties.md
+++ b/api/Access.Line.Properties.md
@@ -1,5 +1,5 @@
---
-title: Line.Properties Property (Access)
+title: Line.Properties property (Access)
keywords: vbaac10.chm10324
f1_keywords:
- vbaac10.chm10324
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Properties Property (Access)
+# Line.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.Section.md b/api/Access.Line.Section.md
index 90152989d9a..d08fbacef1c 100644
--- a/api/Access.Line.Section.md
+++ b/api/Access.Line.Section.md
@@ -1,5 +1,5 @@
---
-title: Line.Section Property (Access)
+title: Line.Section property (Access)
keywords: vbaac10.chm10342
f1_keywords:
- vbaac10.chm10342
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Section Property (Access)
+# Line.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.SizeToFit.md b/api/Access.Line.SizeToFit.md
index 7ad41b0b591..7b4dc8041db 100644
--- a/api/Access.Line.SizeToFit.md
+++ b/api/Access.Line.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: Line.SizeToFit Method (Access)
+title: Line.SizeToFit method (Access)
keywords: vbaac10.chm10325
f1_keywords:
- vbaac10.chm10325
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.SizeToFit Method (Access)
+# Line.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.SpecialEffect.md b/api/Access.Line.SpecialEffect.md
index e59d71199ff..f5b30cd71f7 100644
--- a/api/Access.Line.SpecialEffect.md
+++ b/api/Access.Line.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: Line.SpecialEffect Property (Access)
+title: Line.SpecialEffect property (Access)
keywords: vbaac10.chm10336
f1_keywords:
- vbaac10.chm10336
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.SpecialEffect Property (Access)
+# Line.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.Tag.md b/api/Access.Line.Tag.md
index 2c29a08bea5..46b50d76598 100644
--- a/api/Access.Line.Tag.md
+++ b/api/Access.Line.Tag.md
@@ -1,5 +1,5 @@
---
-title: Line.Tag Property (Access)
+title: Line.Tag property (Access)
keywords: vbaac10.chm10344
f1_keywords:
- vbaac10.chm10344
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Tag Property (Access)
+# Line.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.Top.md b/api/Access.Line.Top.md
index 91cf8c3b606..ff4d8901feb 100644
--- a/api/Access.Line.Top.md
+++ b/api/Access.Line.Top.md
@@ -1,5 +1,5 @@
---
-title: Line.Top Property (Access)
+title: Line.Top property (Access)
keywords: vbaac10.chm10333
f1_keywords:
- vbaac10.chm10333
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Top Property (Access)
+# Line.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.VerticalAnchor.md b/api/Access.Line.VerticalAnchor.md
index f7540fb90c0..4beafd30d1f 100644
--- a/api/Access.Line.VerticalAnchor.md
+++ b/api/Access.Line.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Line.VerticalAnchor Property (Access)
+title: Line.VerticalAnchor property (Access)
keywords: vbaac10.chm10351
f1_keywords:
- vbaac10.chm10351
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.VerticalAnchor Property (Access)
+# Line.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified line is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.Visible.md b/api/Access.Line.Visible.md
index cb8e36f9270..699e2151914 100644
--- a/api/Access.Line.Visible.md
+++ b/api/Access.Line.Visible.md
@@ -1,5 +1,5 @@
---
-title: Line.Visible Property (Access)
+title: Line.Visible property (Access)
keywords: vbaac10.chm10330
f1_keywords:
- vbaac10.chm10330
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Visible Property (Access)
+# Line.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.Width.md b/api/Access.Line.Width.md
index c251a898663..190ad8ac337 100644
--- a/api/Access.Line.Width.md
+++ b/api/Access.Line.Width.md
@@ -1,5 +1,5 @@
---
-title: Line.Width Property (Access)
+title: Line.Width property (Access)
keywords: vbaac10.chm10334
f1_keywords:
- vbaac10.chm10334
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Line.Width Property (Access)
+# Line.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [Line](Access.Line.md) object.
+_expression_ A variable that represents a [Line](Access.Line.md) object.
## Remarks
diff --git a/api/Access.Line.md b/api/Access.Line.md
index d597b86bd38..4700ad06427 100644
--- a/api/Access.Line.md
+++ b/api/Access.Line.md
@@ -1,5 +1,5 @@
---
-title: Line Object (Access)
+title: Line object (Access)
keywords: vbaac10.chm10352
f1_keywords:
- vbaac10.chm10352
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Line Object (Access)
+# Line object (Access)
The line control displays a horizontal, vertical, or diagonal line on a form or report.
diff --git a/api/Access.ListBox.AddColon.md b/api/Access.ListBox.AddColon.md
index 504b2a88e6f..e5218a0d9e1 100644
--- a/api/Access.ListBox.AddColon.md
+++ b/api/Access.ListBox.AddColon.md
@@ -1,5 +1,5 @@
---
-title: ListBox.AddColon Property (Access)
+title: ListBox.AddColon property (Access)
keywords: vbaac10.chm11267
f1_keywords:
- vbaac10.chm11267
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.AddColon Property (Access)
+# ListBox.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## See also
diff --git a/api/Access.ListBox.AddItem.md b/api/Access.ListBox.AddItem.md
index 47c91e2343b..a73f0c48d0e 100644
--- a/api/Access.ListBox.AddItem.md
+++ b/api/Access.ListBox.AddItem.md
@@ -1,5 +1,5 @@
---
-title: ListBox.AddItem Method (Access)
+title: ListBox.AddItem method (Access)
keywords: vbaac10.chm11301
f1_keywords:
- vbaac10.chm11301
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.AddItem Method (Access)
+# ListBox.AddItem method (Access)
Adds a new item to the list of values displayed by the specified list box control.
## Syntax
- _expression_. `AddItem`( ` _Item_`, ` _Index_` )
+_expression_. `AddItem`( ` _Item_`, ` _Index_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**String**|The display text for the new item.|
| _Index_|Optional|**Variant**|The position of the item in the list. If this argument is omitted, the item is added to the end of the list.|
diff --git a/api/Access.ListBox.AfterUpdate(even).md b/api/Access.ListBox.AfterUpdate(even).md
index 8fbaffb92be..5ad1ba115f4 100644
--- a/api/Access.ListBox.AfterUpdate(even).md
+++ b/api/Access.ListBox.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: ListBox.AfterUpdate Event (Access)
+title: ListBox.AfterUpdate event (Access)
keywords: vbaac10.chm14172
f1_keywords:
- vbaac10.chm14172
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.AfterUpdate Event (Access)
+# ListBox.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.AfterUpdate(property).md b/api/Access.ListBox.AfterUpdate(property).md
index 0553363fd6e..b6f110f3541 100644
--- a/api/Access.ListBox.AfterUpdate(property).md
+++ b/api/Access.ListBox.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: ListBox.AfterUpdate Property (Access)
+title: ListBox.AfterUpdate property (Access)
keywords: vbaac10.chm11279
f1_keywords:
- vbaac10.chm11279
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.AfterUpdate Property (Access)
+# ListBox.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.AllowValueListEdits.md b/api/Access.ListBox.AllowValueListEdits.md
index 70f20db9feb..b1692b7b3ff 100644
--- a/api/Access.ListBox.AllowValueListEdits.md
+++ b/api/Access.ListBox.AllowValueListEdits.md
@@ -1,5 +1,5 @@
---
-title: ListBox.AllowValueListEdits Property (Access)
+title: ListBox.AllowValueListEdits property (Access)
keywords: vbaac10.chm11335
f1_keywords:
- vbaac10.chm11335
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.AllowValueListEdits Property (Access)
+# ListBox.AllowValueListEdits property (Access)
Gets or sets whether the **Edit List Items** command is available when the user right-clicks a list box. Read/write **Boolean**.
## Syntax
- _expression_. `AllowValueListEdits`
+_expression_. `AllowValueListEdits`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Application.md b/api/Access.ListBox.Application.md
index a11ef3eec47..e4b8355fa78 100644
--- a/api/Access.ListBox.Application.md
+++ b/api/Access.ListBox.Application.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Application Property (Access)
+title: ListBox.Application property (Access)
keywords: vbaac10.chm11203
f1_keywords:
- vbaac10.chm11203
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Application Property (Access)
+# ListBox.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.AutoLabel.md b/api/Access.ListBox.AutoLabel.md
index 4d2c5f83b8c..78d0ca7ac37 100644
--- a/api/Access.ListBox.AutoLabel.md
+++ b/api/Access.ListBox.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: ListBox.AutoLabel Property (Access)
+title: ListBox.AutoLabel property (Access)
keywords: vbaac10.chm11266
f1_keywords:
- vbaac10.chm11266
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.AutoLabel Property (Access)
+# ListBox.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## See also
diff --git a/api/Access.ListBox.BackColor.md b/api/Access.ListBox.BackColor.md
index 5f0d0ac3104..1090798a7fb 100644
--- a/api/Access.ListBox.BackColor.md
+++ b/api/Access.ListBox.BackColor.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BackColor Property (Access)
+title: ListBox.BackColor property (Access)
keywords: vbaac10.chm11245
f1_keywords:
- vbaac10.chm11245
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BackColor Property (Access)
+# ListBox.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BackShade.md b/api/Access.ListBox.BackShade.md
index ceb66548cd6..49ff8de17fa 100644
--- a/api/Access.ListBox.BackShade.md
+++ b/api/Access.ListBox.BackShade.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BackShade Property (Access)
+title: ListBox.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BackShade Property (Access)
+# ListBox.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BackThemeColorIndex.md b/api/Access.ListBox.BackThemeColorIndex.md
index 7052caa57ae..52a3c1da310 100644
--- a/api/Access.ListBox.BackThemeColorIndex.md
+++ b/api/Access.ListBox.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BackThemeColorIndex Property (Access)
+title: ListBox.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BackThemeColorIndex Property (Access)
+# ListBox.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BackTint.md b/api/Access.ListBox.BackTint.md
index cf06ba1e141..43db453507f 100644
--- a/api/Access.ListBox.BackTint.md
+++ b/api/Access.ListBox.BackTint.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BackTint Property (Access)
+title: ListBox.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BackTint Property (Access)
+# ListBox.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BeforeUpdate(even).md b/api/Access.ListBox.BeforeUpdate(even).md
index 60998e9827e..d51d32c8312 100644
--- a/api/Access.ListBox.BeforeUpdate(even).md
+++ b/api/Access.ListBox.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: ListBox.BeforeUpdate Event (Access)
+title: ListBox.BeforeUpdate event (Access)
keywords: vbaac10.chm14171
f1_keywords:
- vbaac10.chm14171
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.BeforeUpdate Event (Access)
+# ListBox.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_` )
+_expression_. `BeforeUpdate`( ` _Cancel_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
diff --git a/api/Access.ListBox.BeforeUpdate(property).md b/api/Access.ListBox.BeforeUpdate(property).md
index 7b992bf9335..7f2c37c4cec 100644
--- a/api/Access.ListBox.BeforeUpdate(property).md
+++ b/api/Access.ListBox.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: ListBox.BeforeUpdate Property (Access)
+title: ListBox.BeforeUpdate property (Access)
keywords: vbaac10.chm11278
f1_keywords:
- vbaac10.chm11278
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BeforeUpdate Property (Access)
+# ListBox.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BorderColor.md b/api/Access.ListBox.BorderColor.md
index 6185e4c5572..bee48bfc3e5 100644
--- a/api/Access.ListBox.BorderColor.md
+++ b/api/Access.ListBox.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BorderColor Property (Access)
+title: ListBox.BorderColor property (Access)
keywords: vbaac10.chm11251
f1_keywords:
- vbaac10.chm11251
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BorderColor Property (Access)
+# ListBox.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BorderShade.md b/api/Access.ListBox.BorderShade.md
index 55a262557d3..aa8cd57ec76 100644
--- a/api/Access.ListBox.BorderShade.md
+++ b/api/Access.ListBox.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BorderShade Property (Access)
+title: ListBox.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BorderShade Property (Access)
+# ListBox.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BorderStyle.md b/api/Access.ListBox.BorderStyle.md
index bccb9d5f74d..a42bb393e69 100644
--- a/api/Access.ListBox.BorderStyle.md
+++ b/api/Access.ListBox.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BorderStyle Property (Access)
+title: ListBox.BorderStyle property (Access)
keywords: vbaac10.chm11247
f1_keywords:
- vbaac10.chm11247
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BorderStyle Property (Access)
+# ListBox.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BorderThemeColorIndex.md b/api/Access.ListBox.BorderThemeColorIndex.md
index cc667566e57..1a9a486915c 100644
--- a/api/Access.ListBox.BorderThemeColorIndex.md
+++ b/api/Access.ListBox.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BorderThemeColorIndex Property (Access)
+title: ListBox.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BorderThemeColorIndex Property (Access)
+# ListBox.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BorderTint.md b/api/Access.ListBox.BorderTint.md
index 4941265dd9e..b780b555cd8 100644
--- a/api/Access.ListBox.BorderTint.md
+++ b/api/Access.ListBox.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BorderTint Property (Access)
+title: ListBox.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BorderTint Property (Access)
+# ListBox.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BorderWidth.md b/api/Access.ListBox.BorderWidth.md
index f48397fb5d3..ea9530acf62 100644
--- a/api/Access.ListBox.BorderWidth.md
+++ b/api/Access.ListBox.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BorderWidth Property (Access)
+title: ListBox.BorderWidth property (Access)
keywords: vbaac10.chm11249
f1_keywords:
- vbaac10.chm11249
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BorderWidth Property (Access)
+# ListBox.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.BottomPadding.md b/api/Access.ListBox.BottomPadding.md
index 882958c381f..64d9c35bea7 100644
--- a/api/Access.ListBox.BottomPadding.md
+++ b/api/Access.ListBox.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BottomPadding Property (Access)
+title: ListBox.BottomPadding property (Access)
keywords: vbaac10.chm11309
f1_keywords:
- vbaac10.chm11309
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BottomPadding Property (Access)
+# ListBox.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## See also
diff --git a/api/Access.ListBox.BoundColumn.md b/api/Access.ListBox.BoundColumn.md
index e15a1753e75..e52f84fc223 100644
--- a/api/Access.ListBox.BoundColumn.md
+++ b/api/Access.ListBox.BoundColumn.md
@@ -1,5 +1,5 @@
---
-title: ListBox.BoundColumn Property (Access)
+title: ListBox.BoundColumn property (Access)
keywords: vbaac10.chm11227
f1_keywords:
- vbaac10.chm11227
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.BoundColumn Property (Access)
+# ListBox.BoundColumn property (Access)
When you make a selection from a list box, the **BoundColumn** property tells Microsoft Access which column's values to use as the value of the control. If the control is bound to a field, the value in the column specified by the **BoundColumn** property is stored in the field named in the **ControlSource** property. Read/write **Long**.
## Syntax
- _expression_. `BoundColumn`
+_expression_. `BoundColumn`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Click.md b/api/Access.ListBox.Click.md
index e2b8a6a816e..358bf69ffaa 100644
--- a/api/Access.ListBox.Click.md
+++ b/api/Access.ListBox.Click.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Click Event (Access)
+title: ListBox.Click event (Access)
keywords: vbaac10.chm14177
f1_keywords:
- vbaac10.chm14177
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Click Event (Access)
+# ListBox.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Column.md b/api/Access.ListBox.Column.md
index 756b1e0cdcb..aaf7de2a76b 100644
--- a/api/Access.ListBox.Column.md
+++ b/api/Access.ListBox.Column.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Column Property (Access)
+title: ListBox.Column property (Access)
keywords: vbaac10.chm11206
f1_keywords:
- vbaac10.chm11206
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.Column Property (Access)
+# ListBox.Column property (Access)
You can use the **Column** property to refer to a specific column, or column and row combination, in a multiple-column combo box or list box. Read-only **Variant**.
## Syntax
- _expression_. `Column`( ` _Index_`, ` _Row_` )
+_expression_. `Column`( ` _Index_`, ` _Row_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|A long integer that can range from 0 to the setting of the **ColumnCount** property minus one.|
| _Row_|Optional|**Variant**|An integer that can range from 0 to the setting of the **ListCount** property minus 1.|
diff --git a/api/Access.ListBox.ColumnCount.md b/api/Access.ListBox.ColumnCount.md
index 82dc532bb60..edf091a9426 100644
--- a/api/Access.ListBox.ColumnCount.md
+++ b/api/Access.ListBox.ColumnCount.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ColumnCount Property (Access)
+title: ListBox.ColumnCount property (Access)
keywords: vbaac10.chm11224
f1_keywords:
- vbaac10.chm11224
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ColumnCount Property (Access)
+# ListBox.ColumnCount property (Access)
You can use the **ColumnCount** property to specify the number of columns displayed in a list box or in the list box portion of a combo box, or sent to OLE objects in a chart control or unbound object frame . Read/write **Integer**.
## Syntax
- _expression_. `ColumnCount`
+_expression_. `ColumnCount`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ColumnHeads.md b/api/Access.ListBox.ColumnHeads.md
index 191aecb998a..4d82e3ca0aa 100644
--- a/api/Access.ListBox.ColumnHeads.md
+++ b/api/Access.ListBox.ColumnHeads.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ColumnHeads Property (Access)
+title: ListBox.ColumnHeads property (Access)
keywords: vbaac10.chm11225
f1_keywords:
- vbaac10.chm11225
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ColumnHeads Property (Access)
+# ListBox.ColumnHeads property (Access)
You can use the **ColumnHeads** property to display a single row of column headings for list boxes, combo boxes, and OLE objects that accept column headings. You can also use this property to create a label for each entry in a chart control . What is actually displayed as the first-row column heading depends on the object's **RowSourceType** property setting. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHeads`
+_expression_. `ColumnHeads`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ColumnHidden.md b/api/Access.ListBox.ColumnHidden.md
index c9bbdb274f4..6aac9982b68 100644
--- a/api/Access.ListBox.ColumnHidden.md
+++ b/api/Access.ListBox.ColumnHidden.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ColumnHidden Property (Access)
+title: ListBox.ColumnHidden property (Access)
keywords: vbaac10.chm11265
f1_keywords:
- vbaac10.chm11265
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ColumnHidden Property (Access)
+# ListBox.ColumnHidden property (Access)
You can use the **ColumnHidden** property to show or hide a specified column in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHidden`
+_expression_. `ColumnHidden`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ColumnOrder.md b/api/Access.ListBox.ColumnOrder.md
index c1ddf4daf32..870398eb667 100644
--- a/api/Access.ListBox.ColumnOrder.md
+++ b/api/Access.ListBox.ColumnOrder.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ColumnOrder Property (Access)
+title: ListBox.ColumnOrder property (Access)
keywords: vbaac10.chm11264
f1_keywords:
- vbaac10.chm11264
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ColumnOrder Property (Access)
+# ListBox.ColumnOrder property (Access)
You can use the **ColumnOrder** property to specify the order of the columns in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnOrder`
+_expression_. `ColumnOrder`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ColumnWidth.md b/api/Access.ListBox.ColumnWidth.md
index df16e0979d4..1849a2467e7 100644
--- a/api/Access.ListBox.ColumnWidth.md
+++ b/api/Access.ListBox.ColumnWidth.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ColumnWidth Property (Access)
+title: ListBox.ColumnWidth property (Access)
keywords: vbaac10.chm11263
f1_keywords:
- vbaac10.chm11263
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ColumnWidth Property (Access)
+# ListBox.ColumnWidth property (Access)
You can use the **ColumnWidth** property to specify the width of a column in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnWidth`
+_expression_. `ColumnWidth`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ColumnWidths.md b/api/Access.ListBox.ColumnWidths.md
index f5a6c235515..dbc306655c1 100644
--- a/api/Access.ListBox.ColumnWidths.md
+++ b/api/Access.ListBox.ColumnWidths.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ColumnWidths Property (Access)
+title: ListBox.ColumnWidths property (Access)
keywords: vbaac10.chm11226
f1_keywords:
- vbaac10.chm11226
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ColumnWidths Property (Access)
+# ListBox.ColumnWidths property (Access)
You can use the **ColumnWidths** property to specify the width of each column in a multiple-column list box. Read/write **String**.
## Syntax
- _expression_. `ColumnWidths`
+_expression_. `ColumnWidths`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ControlSource.md b/api/Access.ListBox.ControlSource.md
index d2125172467..edc0cdeb3ea 100644
--- a/api/Access.ListBox.ControlSource.md
+++ b/api/Access.ListBox.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ControlSource Property (Access)
+title: ListBox.ControlSource property (Access)
keywords: vbaac10.chm11221
f1_keywords:
- vbaac10.chm11221
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ControlSource Property (Access)
+# ListBox.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ControlTipText.md b/api/Access.ListBox.ControlTipText.md
index ccf354610f3..87bbe628bf5 100644
--- a/api/Access.ListBox.ControlTipText.md
+++ b/api/Access.ListBox.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ControlTipText Property (Access)
+title: ListBox.ControlTipText property (Access)
keywords: vbaac10.chm11261
f1_keywords:
- vbaac10.chm11261
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ControlTipText Property (Access)
+# ListBox.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ControlType.md b/api/Access.ListBox.ControlType.md
index 6215caeb73a..eca4cf53b30 100644
--- a/api/Access.ListBox.ControlType.md
+++ b/api/Access.ListBox.ControlType.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ControlType Property (Access)
+title: ListBox.ControlType property (Access)
keywords: vbaac10.chm11220
f1_keywords:
- vbaac10.chm11220
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ControlType Property (Access)
+# ListBox.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Controls.md b/api/Access.ListBox.Controls.md
index b083f56a64b..53b53b379f4 100644
--- a/api/Access.ListBox.Controls.md
+++ b/api/Access.ListBox.Controls.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Controls Property (Access)
+title: ListBox.Controls property (Access)
keywords: vbaac10.chm11214
f1_keywords:
- vbaac10.chm11214
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Controls Property (Access)
+# ListBox.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.DblClick.md b/api/Access.ListBox.DblClick.md
index f9b206b7f53..14f2ee7f403 100644
--- a/api/Access.ListBox.DblClick.md
+++ b/api/Access.ListBox.DblClick.md
@@ -1,5 +1,5 @@
---
-title: ListBox.DblClick Event (Access)
+title: ListBox.DblClick event (Access)
keywords: vbaac10.chm14178
f1_keywords:
- vbaac10.chm14178
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.DblClick Event (Access)
+# ListBox.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.ListBox.DefaultValue.md b/api/Access.ListBox.DefaultValue.md
index 3522797a016..684c964c448 100644
--- a/api/Access.ListBox.DefaultValue.md
+++ b/api/Access.ListBox.DefaultValue.md
@@ -1,5 +1,5 @@
---
-title: ListBox.DefaultValue Property (Access)
+title: ListBox.DefaultValue property (Access)
keywords: vbaac10.chm11228
f1_keywords:
- vbaac10.chm11228
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.DefaultValue Property (Access)
+# ListBox.DefaultValue property (Access)
Specifies a value that is automatically entered in a field when a new record is created. For example, in an Addresses table you can set the default value for the City field to New York. When users add a record to the table, they can either accept this value or enter the name of a different city. Read/write **String**.
## Syntax
- _expression_. `DefaultValue`
+_expression_. `DefaultValue`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.DisplayWhen.md b/api/Access.ListBox.DisplayWhen.md
index 1cc2e996a55..faa26fdc3ae 100644
--- a/api/Access.ListBox.DisplayWhen.md
+++ b/api/Access.ListBox.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: ListBox.DisplayWhen Property (Access)
+title: ListBox.DisplayWhen property (Access)
keywords: vbaac10.chm11234
f1_keywords:
- vbaac10.chm11234
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.DisplayWhen Property (Access)
+# ListBox.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Enabled.md b/api/Access.ListBox.Enabled.md
index 047057aed29..57bb4bdc458 100644
--- a/api/Access.ListBox.Enabled.md
+++ b/api/Access.ListBox.Enabled.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Enabled Property (Access)
+title: ListBox.Enabled property (Access)
keywords: vbaac10.chm11235
f1_keywords:
- vbaac10.chm11235
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Enabled Property (Access)
+# ListBox.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Enter.md b/api/Access.ListBox.Enter.md
index 73dc3648fe5..f12c8af1a2d 100644
--- a/api/Access.ListBox.Enter.md
+++ b/api/Access.ListBox.Enter.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Enter Event (Access)
+title: ListBox.Enter event (Access)
keywords: vbaac10.chm14173
f1_keywords:
- vbaac10.chm14173
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Enter Event (Access)
+# ListBox.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.EventProcPrefix.md b/api/Access.ListBox.EventProcPrefix.md
index 70381aa1690..96e574197cc 100644
--- a/api/Access.ListBox.EventProcPrefix.md
+++ b/api/Access.ListBox.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: ListBox.EventProcPrefix Property (Access)
+title: ListBox.EventProcPrefix property (Access)
keywords: vbaac10.chm11218
f1_keywords:
- vbaac10.chm11218
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.EventProcPrefix Property (Access)
+# ListBox.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Exit.md b/api/Access.ListBox.Exit.md
index dea3a08ae8d..35a3f0d84c3 100644
--- a/api/Access.ListBox.Exit.md
+++ b/api/Access.ListBox.Exit.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Exit Event (Access)
+title: ListBox.Exit event (Access)
keywords: vbaac10.chm14174
f1_keywords:
- vbaac10.chm14174
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.Exit Event (Access)
+# ListBox.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.ListBox.FontBold.md b/api/Access.ListBox.FontBold.md
index 1862c517fa5..06503d719c3 100644
--- a/api/Access.ListBox.FontBold.md
+++ b/api/Access.ListBox.FontBold.md
@@ -1,5 +1,5 @@
---
-title: ListBox.FontBold Property (Access)
+title: ListBox.FontBold property (Access)
keywords: vbaac10.chm11259
f1_keywords:
- vbaac10.chm11259
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.FontBold Property (Access)
+# ListBox.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.FontItalic.md b/api/Access.ListBox.FontItalic.md
index eb70c6fb0cd..1dffcde30e7 100644
--- a/api/Access.ListBox.FontItalic.md
+++ b/api/Access.ListBox.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: ListBox.FontItalic Property (Access)
+title: ListBox.FontItalic property (Access)
keywords: vbaac10.chm11256
f1_keywords:
- vbaac10.chm11256
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.FontItalic Property (Access)
+# ListBox.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.FontName.md b/api/Access.ListBox.FontName.md
index 1044e190ae9..e72f2958ae0 100644
--- a/api/Access.ListBox.FontName.md
+++ b/api/Access.ListBox.FontName.md
@@ -1,5 +1,5 @@
---
-title: ListBox.FontName Property (Access)
+title: ListBox.FontName property (Access)
keywords: vbaac10.chm11253
f1_keywords:
- vbaac10.chm11253
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.FontName Property (Access)
+# ListBox.FontName property (Access)
You can use the **FontName** property to specify the font for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **String**.
## Syntax
- _expression_. `FontName`
+_expression_. `FontName`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.FontSize.md b/api/Access.ListBox.FontSize.md
index 737792e88c6..58c92b2bc0f 100644
--- a/api/Access.ListBox.FontSize.md
+++ b/api/Access.ListBox.FontSize.md
@@ -1,5 +1,5 @@
---
-title: ListBox.FontSize Property (Access)
+title: ListBox.FontSize property (Access)
keywords: vbaac10.chm11254
f1_keywords:
- vbaac10.chm11254
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.FontSize Property (Access)
+# ListBox.FontSize property (Access)
You can use the **FontSize** property to specify the point size for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **Integer**.
## Syntax
- _expression_. `FontSize`
+_expression_. `FontSize`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.FontUnderline.md b/api/Access.ListBox.FontUnderline.md
index 6c60d0b4c34..f17143de0f4 100644
--- a/api/Access.ListBox.FontUnderline.md
+++ b/api/Access.ListBox.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: ListBox.FontUnderline Property (Access)
+title: ListBox.FontUnderline property (Access)
keywords: vbaac10.chm11257
f1_keywords:
- vbaac10.chm11257
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.FontUnderline Property (Access)
+# ListBox.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.FontWeight.md b/api/Access.ListBox.FontWeight.md
index 1dbca43949a..41f6a230df3 100644
--- a/api/Access.ListBox.FontWeight.md
+++ b/api/Access.ListBox.FontWeight.md
@@ -1,5 +1,5 @@
---
-title: ListBox.FontWeight Property (Access)
+title: ListBox.FontWeight property (Access)
keywords: vbaac10.chm11255
f1_keywords:
- vbaac10.chm11255
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.FontWeight Property (Access)
+# ListBox.FontWeight property (Access)
You can use the **DatasheetFontWeight** property to specify the line width of the font used to display and print characters for field names and data in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `FontWeight`
+_expression_. `FontWeight`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ForeColor.md b/api/Access.ListBox.ForeColor.md
index fb7085e54ed..2b0806af21e 100644
--- a/api/Access.ListBox.ForeColor.md
+++ b/api/Access.ListBox.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ForeColor Property (Access)
+title: ListBox.ForeColor property (Access)
keywords: vbaac10.chm11252
f1_keywords:
- vbaac10.chm11252
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ForeColor Property (Access)
+# ListBox.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ForeShade.md b/api/Access.ListBox.ForeShade.md
index 152cde362e9..2c19111b73d 100644
--- a/api/Access.ListBox.ForeShade.md
+++ b/api/Access.ListBox.ForeShade.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ForeShade Property (Access)
+title: ListBox.ForeShade property (Access)
keywords: vbaac10.chm14606
f1_keywords:
- vbaac10.chm14606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ForeShade Property (Access)
+# ListBox.ForeShade property (Access)
Gets or sets the shade that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeShade`
+_expression_. `ForeShade`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ForeThemeColorIndex.md b/api/Access.ListBox.ForeThemeColorIndex.md
index c75a68d7d94..21f00e4e9eb 100644
--- a/api/Access.ListBox.ForeThemeColorIndex.md
+++ b/api/Access.ListBox.ForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ForeThemeColorIndex Property (Access)
+title: ListBox.ForeThemeColorIndex property (Access)
keywords: vbaac10.chm14604
f1_keywords:
- vbaac10.chm14604
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ForeThemeColorIndex Property (Access)
+# ListBox.ForeThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **ForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ForeThemeColorIndex`
+_expression_. `ForeThemeColorIndex`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ForeTint.md b/api/Access.ListBox.ForeTint.md
index dca23253e92..7b4fdbb0a04 100644
--- a/api/Access.ListBox.ForeTint.md
+++ b/api/Access.ListBox.ForeTint.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ForeTint Property (Access)
+title: ListBox.ForeTint property (Access)
keywords: vbaac10.chm14605
f1_keywords:
- vbaac10.chm14605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ForeTint Property (Access)
+# ListBox.ForeTint property (Access)
Gets or sets the tint that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeTint`
+_expression_. `ForeTint`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GotFocus.md b/api/Access.ListBox.GotFocus.md
index 557a4cb9fd1..fc90ba62a88 100644
--- a/api/Access.ListBox.GotFocus.md
+++ b/api/Access.ListBox.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GotFocus Event (Access)
+title: ListBox.GotFocus event (Access)
keywords: vbaac10.chm14175
f1_keywords:
- vbaac10.chm14175
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GotFocus Event (Access)
+# ListBox.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineColor.md b/api/Access.ListBox.GridlineColor.md
index 0b3f9c62c03..b03e3dab158 100644
--- a/api/Access.ListBox.GridlineColor.md
+++ b/api/Access.ListBox.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineColor Property (Access)
+title: ListBox.GridlineColor property (Access)
keywords: vbaac10.chm11318
f1_keywords:
- vbaac10.chm11318
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineColor Property (Access)
+# ListBox.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified list box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineShade.md b/api/Access.ListBox.GridlineShade.md
index 5ce55b5e5af..0e86c288c4e 100644
--- a/api/Access.ListBox.GridlineShade.md
+++ b/api/Access.ListBox.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineShade Property (Access)
+title: ListBox.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineShade Property (Access)
+# ListBox.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents an [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineStyleBottom.md b/api/Access.ListBox.GridlineStyleBottom.md
index cd6c7acdcf7..a3390cc37ba 100644
--- a/api/Access.ListBox.GridlineStyleBottom.md
+++ b/api/Access.ListBox.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineStyleBottom Property (Access)
+title: ListBox.GridlineStyleBottom property (Access)
keywords: vbaac10.chm11313
f1_keywords:
- vbaac10.chm11313
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineStyleBottom Property (Access)
+# ListBox.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineStyleLeft.md b/api/Access.ListBox.GridlineStyleLeft.md
index 20fac3eba6e..180e15f38a3 100644
--- a/api/Access.ListBox.GridlineStyleLeft.md
+++ b/api/Access.ListBox.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineStyleLeft Property (Access)
+title: ListBox.GridlineStyleLeft property (Access)
keywords: vbaac10.chm11310
f1_keywords:
- vbaac10.chm11310
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineStyleLeft Property (Access)
+# ListBox.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineStyleRight.md b/api/Access.ListBox.GridlineStyleRight.md
index c1f46f133ce..0a5867ddfe7 100644
--- a/api/Access.ListBox.GridlineStyleRight.md
+++ b/api/Access.ListBox.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineStyleRight Property (Access)
+title: ListBox.GridlineStyleRight property (Access)
keywords: vbaac10.chm11312
f1_keywords:
- vbaac10.chm11312
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineStyleRight Property (Access)
+# ListBox.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineStyleTop.md b/api/Access.ListBox.GridlineStyleTop.md
index a2767cfe5e4..50d04999ca9 100644
--- a/api/Access.ListBox.GridlineStyleTop.md
+++ b/api/Access.ListBox.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineStyleTop Property (Access)
+title: ListBox.GridlineStyleTop property (Access)
keywords: vbaac10.chm11311
f1_keywords:
- vbaac10.chm11311
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineStyleTop Property (Access)
+# ListBox.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineThemeColorIndex.md b/api/Access.ListBox.GridlineThemeColorIndex.md
index 62b5539cf51..580872e4e69 100644
--- a/api/Access.ListBox.GridlineThemeColorIndex.md
+++ b/api/Access.ListBox.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineThemeColorIndex Property (Access)
+title: ListBox.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineThemeColorIndex Property (Access)
+# ListBox.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineTint.md b/api/Access.ListBox.GridlineTint.md
index b29030ee816..66f8195d573 100644
--- a/api/Access.ListBox.GridlineTint.md
+++ b/api/Access.ListBox.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineTint Property (Access)
+title: ListBox.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineTint Property (Access)
+# ListBox.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineWidthBottom.md b/api/Access.ListBox.GridlineWidthBottom.md
index 41f6096fc63..be829223696 100644
--- a/api/Access.ListBox.GridlineWidthBottom.md
+++ b/api/Access.ListBox.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineWidthBottom Property (Access)
+title: ListBox.GridlineWidthBottom property (Access)
keywords: vbaac10.chm11317
f1_keywords:
- vbaac10.chm11317
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineWidthBottom Property (Access)
+# ListBox.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineWidthLeft.md b/api/Access.ListBox.GridlineWidthLeft.md
index fee285e43bf..d5c0dbd4613 100644
--- a/api/Access.ListBox.GridlineWidthLeft.md
+++ b/api/Access.ListBox.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineWidthLeft Property (Access)
+title: ListBox.GridlineWidthLeft property (Access)
keywords: vbaac10.chm11314
f1_keywords:
- vbaac10.chm11314
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineWidthLeft Property (Access)
+# ListBox.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineWidthRight.md b/api/Access.ListBox.GridlineWidthRight.md
index a117605ed01..d913ad1b07c 100644
--- a/api/Access.ListBox.GridlineWidthRight.md
+++ b/api/Access.ListBox.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineWidthRight Property (Access)
+title: ListBox.GridlineWidthRight property (Access)
keywords: vbaac10.chm11316
f1_keywords:
- vbaac10.chm11316
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineWidthRight Property (Access)
+# ListBox.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.GridlineWidthTop.md b/api/Access.ListBox.GridlineWidthTop.md
index fb65decd397..8f2bf3b9227 100644
--- a/api/Access.ListBox.GridlineWidthTop.md
+++ b/api/Access.ListBox.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: ListBox.GridlineWidthTop Property (Access)
+title: ListBox.GridlineWidthTop property (Access)
keywords: vbaac10.chm11315
f1_keywords:
- vbaac10.chm11315
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.GridlineWidthTop Property (Access)
+# ListBox.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Height.md b/api/Access.ListBox.Height.md
index 7844326e26c..0bf91ff440e 100644
--- a/api/Access.ListBox.Height.md
+++ b/api/Access.ListBox.Height.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Height Property (Access)
+title: ListBox.Height property (Access)
keywords: vbaac10.chm11244
f1_keywords:
- vbaac10.chm11244
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Height Property (Access)
+# ListBox.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.HelpContextId.md b/api/Access.ListBox.HelpContextId.md
index c6b69facfb7..43b7301e9ce 100644
--- a/api/Access.ListBox.HelpContextId.md
+++ b/api/Access.ListBox.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: ListBox.HelpContextId Property (Access)
+title: ListBox.HelpContextId property (Access)
keywords: vbaac10.chm11262
f1_keywords:
- vbaac10.chm11262
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.HelpContextId Property (Access)
+# ListBox.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.HideDuplicates.md b/api/Access.ListBox.HideDuplicates.md
index 3ee2f2b7170..7adc34dbd7b 100644
--- a/api/Access.ListBox.HideDuplicates.md
+++ b/api/Access.ListBox.HideDuplicates.md
@@ -1,5 +1,5 @@
---
-title: ListBox.HideDuplicates Property (Access)
+title: ListBox.HideDuplicates property (Access)
keywords: vbaac10.chm11240
f1_keywords:
- vbaac10.chm11240
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.HideDuplicates Property (Access)
+# ListBox.HideDuplicates property (Access)
You can use the **HideDuplicates** property to hide a control on a report when its value is the same as in the preceding record. Read/write **Boolean**.
## Syntax
- _expression_. `HideDuplicates`
+_expression_. `HideDuplicates`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.HorizontalAnchor.md b/api/Access.ListBox.HorizontalAnchor.md
index ec587123c1c..bd0793fb47a 100644
--- a/api/Access.ListBox.HorizontalAnchor.md
+++ b/api/Access.ListBox.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: ListBox.HorizontalAnchor Property (Access)
+title: ListBox.HorizontalAnchor property (Access)
keywords: vbaac10.chm11319
f1_keywords:
- vbaac10.chm11319
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.HorizontalAnchor Property (Access)
+# ListBox.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the list box is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Hyperlink.md b/api/Access.ListBox.Hyperlink.md
index c11cf400b8e..d28b15ebc3e 100644
--- a/api/Access.ListBox.Hyperlink.md
+++ b/api/Access.ListBox.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Hyperlink Property (Access)
+title: ListBox.Hyperlink property (Access)
keywords: vbaac10.chm11216
f1_keywords:
- vbaac10.chm11216
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Hyperlink Property (Access)
+# ListBox.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Example
diff --git a/api/Access.ListBox.IMEHold.md b/api/Access.ListBox.IMEHold.md
index 97258c17d93..e8adf6c82f2 100644
--- a/api/Access.ListBox.IMEHold.md
+++ b/api/Access.ListBox.IMEHold.md
@@ -1,5 +1,5 @@
---
-title: ListBox.IMEHold Property (Access)
+title: ListBox.IMEHold property (Access)
keywords: vbaac10.chm11229
f1_keywords:
- vbaac10.chm11229
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.IMEHold Property (Access)
+# ListBox.IMEHold property (Access)
[Language-specific information](overview/learn-about-language-specific-information-access.md)You can use the **IMEHold/Hold KanjiConversionMode** property to show whether the Kanji Conversion Mode is maintained when the control loses the focus. Read/write **Boolean**.
## Syntax
- _expression_. `IMEHold`
+_expression_. `IMEHold`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.IMEMode.md b/api/Access.ListBox.IMEMode.md
index 9368589f7d0..1d5ae460357 100644
--- a/api/Access.ListBox.IMEMode.md
+++ b/api/Access.ListBox.IMEMode.md
@@ -1,5 +1,5 @@
---
-title: ListBox.IMEMode Property (Access)
+title: ListBox.IMEMode property (Access)
keywords: vbaac10.chm11296
f1_keywords:
- vbaac10.chm11296
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.IMEMode Property (Access)
+# ListBox.IMEMode property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `IMEMode`
+_expression_. `IMEMode`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.IMESentenceMode.md b/api/Access.ListBox.IMESentenceMode.md
index b5f1e0d3ebc..256217a07a3 100644
--- a/api/Access.ListBox.IMESentenceMode.md
+++ b/api/Access.ListBox.IMESentenceMode.md
@@ -1,5 +1,5 @@
---
-title: ListBox.IMESentenceMode Property (Access)
+title: ListBox.IMESentenceMode property (Access)
keywords: vbaac10.chm11298
f1_keywords:
- vbaac10.chm11298
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.IMESentenceMode Property (Access)
+# ListBox.IMESentenceMode property (Access)
@@ -19,14 +19,14 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `IMESentenceMode`
+_expression_. `IMESentenceMode`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
-The **IMESentenceMode** property accepts the [AcImeSentenceMode Enumeration (Access)](Access.AcImeSentenceMode.md) enumeration.
+The **IMESentenceMode** property accepts the [AcImeSentenceMode enumeration (Access)](Access.AcImeSentenceMode.md) enumeration.
diff --git a/api/Access.ListBox.InSelection.md b/api/Access.ListBox.InSelection.md
index b99363199f3..460c26fce20 100644
--- a/api/Access.ListBox.InSelection.md
+++ b/api/Access.ListBox.InSelection.md
@@ -1,5 +1,5 @@
---
-title: ListBox.InSelection Property (Access)
+title: ListBox.InSelection property (Access)
keywords: vbaac10.chm11277
f1_keywords:
- vbaac10.chm11277
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.InSelection Property (Access)
+# ListBox.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.InheritValueList.md b/api/Access.ListBox.InheritValueList.md
index e9be29ce664..407d274bad8 100644
--- a/api/Access.ListBox.InheritValueList.md
+++ b/api/Access.ListBox.InheritValueList.md
@@ -1,5 +1,5 @@
---
-title: ListBox.InheritValueList Property (Access)
+title: ListBox.InheritValueList property (Access)
keywords: vbaac10.chm11337
f1_keywords:
- vbaac10.chm11337
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.InheritValueList Property (Access)
+# ListBox.InheritValueList property (Access)
Gets or sets whether a list box's value list is inherited from its field. Read/write **Boolean**.
## Syntax
- _expression_. `InheritValueList`
+_expression_. `InheritValueList`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.IsVisible.md b/api/Access.ListBox.IsVisible.md
index 0dd4dc5947c..dedd4332d46 100644
--- a/api/Access.ListBox.IsVisible.md
+++ b/api/Access.ListBox.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: ListBox.IsVisible Property (Access)
+title: ListBox.IsVisible property (Access)
keywords: vbaac10.chm11276
f1_keywords:
- vbaac10.chm11276
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.IsVisible Property (Access)
+# ListBox.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ItemData.md b/api/Access.ListBox.ItemData.md
index ade8e52eef6..3b1b28ebeb1 100644
--- a/api/Access.ListBox.ItemData.md
+++ b/api/Access.ListBox.ItemData.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ItemData Property (Access)
+title: ListBox.ItemData property (Access)
keywords: vbaac10.chm11209
f1_keywords:
- vbaac10.chm11209
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.ItemData Property (Access)
+# ListBox.ItemData property (Access)
The **ItemData** property returns the data in the bound column for the specified row in a list box. Read-only **Variant**.
## Syntax
- _expression_. `ItemData`( ` _Index_` )
+_expression_. `ItemData`( ` _Index_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The row in the combo box or list box containing the data you want to return. Rows in combo and list boxes are indexed starting with zero. For example, to return the item in the sixth row of a combo box, you'd specify 5 for the _rowindex_ argument.|
diff --git a/api/Access.ListBox.ItemsSelected.md b/api/Access.ListBox.ItemsSelected.md
index 79699bc3593..92d93267ce7 100644
--- a/api/Access.ListBox.ItemsSelected.md
+++ b/api/Access.ListBox.ItemsSelected.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ItemsSelected Property (Access)
+title: ListBox.ItemsSelected property (Access)
keywords: vbaac10.chm11215
f1_keywords:
- vbaac10.chm11215
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ItemsSelected Property (Access)
+# ListBox.ItemsSelected property (Access)
You can use the **ItemsSelected** property to return a read-only reference to the hidden **ItemsSelected** collection. This hidden collection can be used to access data in the selected rows of a multiselect list box control.
## Syntax
- _expression_. `ItemsSelected`
+_expression_. `ItemsSelected`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.KeyDown.md b/api/Access.ListBox.KeyDown.md
index 07c4f053387..e32a52f2aae 100644
--- a/api/Access.ListBox.KeyDown.md
+++ b/api/Access.ListBox.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: ListBox.KeyDown Event (Access)
+title: ListBox.KeyDown event (Access)
keywords: vbaac10.chm14182
f1_keywords:
- vbaac10.chm14182
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.KeyDown Event (Access)
+# ListBox.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.ListBox.KeyPress.md b/api/Access.ListBox.KeyPress.md
index 6d81b4f0d1a..b6246258740 100644
--- a/api/Access.ListBox.KeyPress.md
+++ b/api/Access.ListBox.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: ListBox.KeyPress Event (Access)
+title: ListBox.KeyPress event (Access)
keywords: vbaac10.chm14183
f1_keywords:
- vbaac10.chm14183
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.KeyPress Event (Access)
+# ListBox.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_` )
+_expression_. `KeyPress`( ` _KeyAscii_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.ListBox.KeyUp.md b/api/Access.ListBox.KeyUp.md
index 8551d4de2e6..a1737751d51 100644
--- a/api/Access.ListBox.KeyUp.md
+++ b/api/Access.ListBox.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: ListBox.KeyUp Event (Access)
+title: ListBox.KeyUp event (Access)
keywords: vbaac10.chm14184
f1_keywords:
- vbaac10.chm14184
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.KeyUp Event (Access)
+# ListBox.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.ListBox.LabelAlign.md b/api/Access.ListBox.LabelAlign.md
index 50e93196fd9..a53e8621380 100644
--- a/api/Access.ListBox.LabelAlign.md
+++ b/api/Access.ListBox.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: ListBox.LabelAlign Property (Access)
+title: ListBox.LabelAlign property (Access)
keywords: vbaac10.chm11270
f1_keywords:
- vbaac10.chm11270
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.LabelAlign Property (Access)
+# ListBox.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.LabelX.md b/api/Access.ListBox.LabelX.md
index bcf1d74df31..14850d01ac4 100644
--- a/api/Access.ListBox.LabelX.md
+++ b/api/Access.ListBox.LabelX.md
@@ -1,5 +1,5 @@
---
-title: ListBox.LabelX Property (Access)
+title: ListBox.LabelX property (Access)
keywords: vbaac10.chm11268
f1_keywords:
- vbaac10.chm11268
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.LabelX Property (Access)
+# ListBox.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.LabelY.md b/api/Access.ListBox.LabelY.md
index 2287d983fa6..f9d63244b45 100644
--- a/api/Access.ListBox.LabelY.md
+++ b/api/Access.ListBox.LabelY.md
@@ -1,5 +1,5 @@
---
-title: ListBox.LabelY Property (Access)
+title: ListBox.LabelY property (Access)
keywords: vbaac10.chm11269
f1_keywords:
- vbaac10.chm11269
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.LabelY Property (Access)
+# ListBox.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Layout.md b/api/Access.ListBox.Layout.md
index 1eb1cb19f32..953c183bf04 100644
--- a/api/Access.ListBox.Layout.md
+++ b/api/Access.ListBox.Layout.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Layout Property (Access)
+title: ListBox.Layout property (Access)
keywords: vbaac10.chm11305
f1_keywords:
- vbaac10.chm11305
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Layout Property (Access)
+# ListBox.Layout property (Access)
Returns the type of layout for the specified list box. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## See also
diff --git a/api/Access.ListBox.LayoutID.md b/api/Access.ListBox.LayoutID.md
index a438b611a22..9c7bad2d819 100644
--- a/api/Access.ListBox.LayoutID.md
+++ b/api/Access.ListBox.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: ListBox.LayoutID Property (Access)
+title: ListBox.LayoutID property (Access)
keywords: vbaac10.chm11338
f1_keywords:
- vbaac10.chm11338
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.LayoutID Property (Access)
+# ListBox.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified list box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Left.md b/api/Access.ListBox.Left.md
index 69b7c184b97..c180c6e18bb 100644
--- a/api/Access.ListBox.Left.md
+++ b/api/Access.ListBox.Left.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Left Property (Access)
+title: ListBox.Left property (Access)
keywords: vbaac10.chm11241
f1_keywords:
- vbaac10.chm11241
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Left Property (Access)
+# ListBox.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.LeftPadding.md b/api/Access.ListBox.LeftPadding.md
index f7ceb92241b..85615025218 100644
--- a/api/Access.ListBox.LeftPadding.md
+++ b/api/Access.ListBox.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: ListBox.LeftPadding Property (Access)
+title: ListBox.LeftPadding property (Access)
keywords: vbaac10.chm11306
f1_keywords:
- vbaac10.chm11306
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.LeftPadding Property (Access)
+# ListBox.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## See also
diff --git a/api/Access.ListBox.ListCount.md b/api/Access.ListBox.ListCount.md
index 2aa54d3c3f1..452e7c51bbc 100644
--- a/api/Access.ListBox.ListCount.md
+++ b/api/Access.ListBox.ListCount.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ListCount Property (Access)
+title: ListBox.ListCount property (Access)
keywords: vbaac10.chm11274
f1_keywords:
- vbaac10.chm11274
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ListCount Property (Access)
+# ListBox.ListCount property (Access)
You can use the **ListCount** property to determine the number of rows in a list box. Read/write **Long**.
## Syntax
- _expression_. `ListCount`
+_expression_. `ListCount`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ListIndex.md b/api/Access.ListBox.ListIndex.md
index 5228f8a4bb0..5a8c1ca2b0a 100644
--- a/api/Access.ListBox.ListIndex.md
+++ b/api/Access.ListBox.ListIndex.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ListIndex Property (Access)
+title: ListBox.ListIndex property (Access)
keywords: vbaac10.chm11275
f1_keywords:
- vbaac10.chm11275
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ListIndex Property (Access)
+# ListBox.ListIndex property (Access)
You can use the **ListIndex** property to determine which item is selected in a list box. Read/write **Long**.
## Syntax
- _expression_. `ListIndex`
+_expression_. `ListIndex`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ListItemsEditForm.md b/api/Access.ListBox.ListItemsEditForm.md
index d88642780ac..5188ba37727 100644
--- a/api/Access.ListBox.ListItemsEditForm.md
+++ b/api/Access.ListBox.ListItemsEditForm.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ListItemsEditForm Property (Access)
+title: ListBox.ListItemsEditForm property (Access)
keywords: vbaac10.chm11336
f1_keywords:
- vbaac10.chm11336
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ListItemsEditForm Property (Access)
+# ListBox.ListItemsEditForm property (Access)
Gets or sets the name of the form that is displayed when the user clicks **Edit List Items**. Read/write **String**.
## Syntax
- _expression_. `ListItemsEditForm`
+_expression_. `ListItemsEditForm`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Locked.md b/api/Access.ListBox.Locked.md
index 24306cc0501..929e89df8af 100644
--- a/api/Access.ListBox.Locked.md
+++ b/api/Access.ListBox.Locked.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Locked Property (Access)
+title: ListBox.Locked property (Access)
keywords: vbaac10.chm11236
f1_keywords:
- vbaac10.chm11236
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Locked Property (Access)
+# ListBox.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.LostFocus.md b/api/Access.ListBox.LostFocus.md
index 7c43073a1c1..1455e285f45 100644
--- a/api/Access.ListBox.LostFocus.md
+++ b/api/Access.ListBox.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: ListBox.LostFocus Event (Access)
+title: ListBox.LostFocus event (Access)
keywords: vbaac10.chm14176
f1_keywords:
- vbaac10.chm14176
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.LostFocus Event (Access)
+# ListBox.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.MouseDown.md b/api/Access.ListBox.MouseDown.md
index 86150d15583..98f1d534740 100644
--- a/api/Access.ListBox.MouseDown.md
+++ b/api/Access.ListBox.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: ListBox.MouseDown Event (Access)
+title: ListBox.MouseDown event (Access)
keywords: vbaac10.chm14179
f1_keywords:
- vbaac10.chm14179
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.MouseDown Event (Access)
+# ListBox.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ListBox.MouseMove.md b/api/Access.ListBox.MouseMove.md
index 120b29c9d74..c797109436e 100644
--- a/api/Access.ListBox.MouseMove.md
+++ b/api/Access.ListBox.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: ListBox.MouseMove Event (Access)
+title: ListBox.MouseMove event (Access)
keywords: vbaac10.chm14180
f1_keywords:
- vbaac10.chm14180
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.MouseMove Event (Access)
+# ListBox.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ListBox.MouseUp.md b/api/Access.ListBox.MouseUp.md
index 462f582eafb..306b6fd0812 100644
--- a/api/Access.ListBox.MouseUp.md
+++ b/api/Access.ListBox.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: ListBox.MouseUp Event (Access)
+title: ListBox.MouseUp event (Access)
keywords: vbaac10.chm14181
f1_keywords:
- vbaac10.chm14181
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.MouseUp Event (Access)
+# ListBox.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ListBox.Move.md b/api/Access.ListBox.Move.md
index b1c3e505bc8..35711fdc6d8 100644
--- a/api/Access.ListBox.Move.md
+++ b/api/Access.ListBox.Move.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Move Method (Access)
+title: ListBox.Move method (Access)
keywords: vbaac10.chm11299
f1_keywords:
- vbaac10.chm11299
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.Move Method (Access)
+# ListBox.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.ListBox.MultiSelect.md b/api/Access.ListBox.MultiSelect.md
index d72d14412ce..1b48bcfbdba 100644
--- a/api/Access.ListBox.MultiSelect.md
+++ b/api/Access.ListBox.MultiSelect.md
@@ -1,5 +1,5 @@
---
-title: ListBox.MultiSelect Property (Access)
+title: ListBox.MultiSelect property (Access)
keywords: vbaac10.chm11237,vbaac10.chm4432
f1_keywords:
- vbaac10.chm11237,vbaac10.chm4432
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.MultiSelect Property (Access)
+# ListBox.MultiSelect property (Access)
You can use the **MultiSelect** property to specify whether a user can make multiple selections in a list box on a form and how the multiple selections can be made. Read/write **Byte**.
## Syntax
- _expression_. `MultiSelect`
+_expression_. `MultiSelect`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Name.md b/api/Access.ListBox.Name.md
index 8ecbdd9cd11..722cec0772a 100644
--- a/api/Access.ListBox.Name.md
+++ b/api/Access.ListBox.Name.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Name Property (Access)
+title: ListBox.Name property (Access)
keywords: vbaac10.chm11297
f1_keywords:
- vbaac10.chm11297
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Name Property (Access)
+# ListBox.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.NumeralShapes.md b/api/Access.ListBox.NumeralShapes.md
index 032215b8183..742ffcdd8e6 100644
--- a/api/Access.ListBox.NumeralShapes.md
+++ b/api/Access.ListBox.NumeralShapes.md
@@ -1,5 +1,5 @@
---
-title: ListBox.NumeralShapes Property (Access)
+title: ListBox.NumeralShapes property (Access)
keywords: vbaac10.chm11295
f1_keywords:
- vbaac10.chm11295
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox.NumeralShapes Property (Access)
+# ListBox.NumeralShapes property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `NumeralShapes`
+_expression_. `NumeralShapes`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.OldBorderStyle.md b/api/Access.ListBox.OldBorderStyle.md
index 56adf8ab587..30525182d2c 100644
--- a/api/Access.ListBox.OldBorderStyle.md
+++ b/api/Access.ListBox.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OldBorderStyle Property (Access)
+title: ListBox.OldBorderStyle property (Access)
keywords: vbaac10.chm11248
f1_keywords:
- vbaac10.chm11248
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OldBorderStyle Property (Access)
+# ListBox.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.OldValue.md b/api/Access.ListBox.OldValue.md
index a89352faf31..13f731575f3 100644
--- a/api/Access.ListBox.OldValue.md
+++ b/api/Access.ListBox.OldValue.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OldValue Property (Access)
+title: ListBox.OldValue property (Access)
keywords: vbaac10.chm11208
f1_keywords:
- vbaac10.chm11208
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OldValue Property (Access)
+# ListBox.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.OnClick.md b/api/Access.ListBox.OnClick.md
index 56877ebade6..679cc3ba3ca 100644
--- a/api/Access.ListBox.OnClick.md
+++ b/api/Access.ListBox.OnClick.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnClick Property (Access)
+title: ListBox.OnClick property (Access)
keywords: vbaac10.chm11284
f1_keywords:
- vbaac10.chm11284
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnClick Property (Access)
+# ListBox.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnDblClick.md b/api/Access.ListBox.OnDblClick.md
index 3b859088ec8..4b6a6732c4c 100644
--- a/api/Access.ListBox.OnDblClick.md
+++ b/api/Access.ListBox.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnDblClick Property (Access)
+title: ListBox.OnDblClick property (Access)
keywords: vbaac10.chm11285
f1_keywords:
- vbaac10.chm11285
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnDblClick Property (Access)
+# ListBox.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnEnter.md b/api/Access.ListBox.OnEnter.md
index d79ddb26041..a3606e6ef25 100644
--- a/api/Access.ListBox.OnEnter.md
+++ b/api/Access.ListBox.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnEnter Property (Access)
+title: ListBox.OnEnter property (Access)
keywords: vbaac10.chm11280
f1_keywords:
- vbaac10.chm11280
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnEnter Property (Access)
+# ListBox.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnExit.md b/api/Access.ListBox.OnExit.md
index 983b6a5de19..0235d8baba9 100644
--- a/api/Access.ListBox.OnExit.md
+++ b/api/Access.ListBox.OnExit.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnExit Property (Access)
+title: ListBox.OnExit property (Access)
keywords: vbaac10.chm11281
f1_keywords:
- vbaac10.chm11281
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnExit Property (Access)
+# ListBox.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnGotFocus.md b/api/Access.ListBox.OnGotFocus.md
index 4a1d925554e..c8edf0db0fa 100644
--- a/api/Access.ListBox.OnGotFocus.md
+++ b/api/Access.ListBox.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnGotFocus Property (Access)
+title: ListBox.OnGotFocus property (Access)
keywords: vbaac10.chm11282
f1_keywords:
- vbaac10.chm11282
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnGotFocus Property (Access)
+# ListBox.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnKeyDown.md b/api/Access.ListBox.OnKeyDown.md
index 4a391132d0a..5a57d96953a 100644
--- a/api/Access.ListBox.OnKeyDown.md
+++ b/api/Access.ListBox.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnKeyDown Property (Access)
+title: ListBox.OnKeyDown property (Access)
keywords: vbaac10.chm11289
f1_keywords:
- vbaac10.chm11289
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnKeyDown Property (Access)
+# ListBox.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnKeyPress.md b/api/Access.ListBox.OnKeyPress.md
index d65fd80bf56..41b8fc817a1 100644
--- a/api/Access.ListBox.OnKeyPress.md
+++ b/api/Access.ListBox.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnKeyPress Property (Access)
+title: ListBox.OnKeyPress property (Access)
keywords: vbaac10.chm11291
f1_keywords:
- vbaac10.chm11291
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnKeyPress Property (Access)
+# ListBox.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnKeyUp.md b/api/Access.ListBox.OnKeyUp.md
index 04454b9357e..2f49edfa1d8 100644
--- a/api/Access.ListBox.OnKeyUp.md
+++ b/api/Access.ListBox.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnKeyUp Property (Access)
+title: ListBox.OnKeyUp property (Access)
keywords: vbaac10.chm11290
f1_keywords:
- vbaac10.chm11290
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnKeyUp Property (Access)
+# ListBox.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnLostFocus.md b/api/Access.ListBox.OnLostFocus.md
index 309f1000d60..6919bb580f4 100644
--- a/api/Access.ListBox.OnLostFocus.md
+++ b/api/Access.ListBox.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnLostFocus Property (Access)
+title: ListBox.OnLostFocus property (Access)
keywords: vbaac10.chm11283
f1_keywords:
- vbaac10.chm11283
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnLostFocus Property (Access)
+# ListBox.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnMouseDown.md b/api/Access.ListBox.OnMouseDown.md
index ed60b42b28f..8f15cc02670 100644
--- a/api/Access.ListBox.OnMouseDown.md
+++ b/api/Access.ListBox.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnMouseDown Property (Access)
+title: ListBox.OnMouseDown property (Access)
keywords: vbaac10.chm11286
f1_keywords:
- vbaac10.chm11286
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnMouseDown Property (Access)
+# ListBox.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnMouseMove.md b/api/Access.ListBox.OnMouseMove.md
index 6df4e6e1710..1af686b0ec9 100644
--- a/api/Access.ListBox.OnMouseMove.md
+++ b/api/Access.ListBox.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnMouseMove Property (Access)
+title: ListBox.OnMouseMove property (Access)
keywords: vbaac10.chm11287
f1_keywords:
- vbaac10.chm11287
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnMouseMove Property (Access)
+# ListBox.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.OnMouseUp.md b/api/Access.ListBox.OnMouseUp.md
index 45fdd77c8a6..8a6ab8ce3f6 100644
--- a/api/Access.ListBox.OnMouseUp.md
+++ b/api/Access.ListBox.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: ListBox.OnMouseUp Property (Access)
+title: ListBox.OnMouseUp property (Access)
keywords: vbaac10.chm11288
f1_keywords:
- vbaac10.chm11288
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.OnMouseUp Property (Access)
+# ListBox.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ListBox.Parent.md b/api/Access.ListBox.Parent.md
index b2dee49ad15..66c35a44a19 100644
--- a/api/Access.ListBox.Parent.md
+++ b/api/Access.ListBox.Parent.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Parent Property (Access)
+title: ListBox.Parent property (Access)
keywords: vbaac10.chm11204
f1_keywords:
- vbaac10.chm11204
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Parent Property (Access)
+# ListBox.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## See also
diff --git a/api/Access.ListBox.Properties.md b/api/Access.ListBox.Properties.md
index 1063f5d2f82..ad3ab3af2f5 100644
--- a/api/Access.ListBox.Properties.md
+++ b/api/Access.ListBox.Properties.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Properties Property (Access)
+title: ListBox.Properties property (Access)
keywords: vbaac10.chm11210
f1_keywords:
- vbaac10.chm11210
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Properties Property (Access)
+# ListBox.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ReadingOrder.md b/api/Access.ListBox.ReadingOrder.md
index 46d72469803..c21936d7657 100644
--- a/api/Access.ListBox.ReadingOrder.md
+++ b/api/Access.ListBox.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ReadingOrder Property (Access)
+title: ListBox.ReadingOrder property (Access)
keywords: vbaac10.chm11292
f1_keywords:
- vbaac10.chm11292
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ReadingOrder Property (Access)
+# ListBox.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Recordset.md b/api/Access.ListBox.Recordset.md
index 0cc3e2029d5..bbad3b8c091 100644
--- a/api/Access.ListBox.Recordset.md
+++ b/api/Access.ListBox.Recordset.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Recordset Property (Access)
+title: ListBox.Recordset property (Access)
keywords: vbaac10.chm11300
f1_keywords:
- vbaac10.chm11300
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Recordset Property (Access)
+# ListBox.Recordset property (Access)
Returns or sets the ADO **Recordset** or DAO **[Recordset](overview/Access.md)** object representing the record source for the specified object. Read/write **Object**.
## Syntax
- _expression_. `Recordset`
+_expression_. `Recordset`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.RemoveItem.md b/api/Access.ListBox.RemoveItem.md
index a2afb9c880f..1a1ea6ac9cf 100644
--- a/api/Access.ListBox.RemoveItem.md
+++ b/api/Access.ListBox.RemoveItem.md
@@ -1,5 +1,5 @@
---
-title: ListBox.RemoveItem Method (Access)
+title: ListBox.RemoveItem method (Access)
keywords: vbaac10.chm11302
f1_keywords:
- vbaac10.chm11302
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.RemoveItem Method (Access)
+# ListBox.RemoveItem method (Access)
Removes an item from the list of values displayed by the specified list box control.
## Syntax
- _expression_. `RemoveItem`( ` _Index_` )
+_expression_. `RemoveItem`( ` _Index_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The item to be removed from the list, expressed as either an item number or the list item text.|
diff --git a/api/Access.ListBox.Requery.md b/api/Access.ListBox.Requery.md
index df6f7f5d408..a292eeb127c 100644
--- a/api/Access.ListBox.Requery.md
+++ b/api/Access.ListBox.Requery.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Requery Method (Access)
+title: ListBox.Requery method (Access)
keywords: vbaac10.chm11212
f1_keywords:
- vbaac10.chm11212
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Requery Method (Access)
+# ListBox.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.RightPadding.md b/api/Access.ListBox.RightPadding.md
index 2e62a10b4ba..fe9234517a3 100644
--- a/api/Access.ListBox.RightPadding.md
+++ b/api/Access.ListBox.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: ListBox.RightPadding Property (Access)
+title: ListBox.RightPadding property (Access)
keywords: vbaac10.chm11308
f1_keywords:
- vbaac10.chm11308
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.RightPadding Property (Access)
+# ListBox.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## See also
diff --git a/api/Access.ListBox.RowSource.md b/api/Access.ListBox.RowSource.md
index 18eb22a8fcd..d02605f1ed8 100644
--- a/api/Access.ListBox.RowSource.md
+++ b/api/Access.ListBox.RowSource.md
@@ -1,5 +1,5 @@
---
-title: ListBox.RowSource Property (Access)
+title: ListBox.RowSource property (Access)
keywords: vbaac10.chm11223
f1_keywords:
- vbaac10.chm11223
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.RowSource Property (Access)
+# ListBox.RowSource property (Access)
You can use the **RowSource** property (along with the **RowSourceType** property) to tell Microsoft Access how to provide data tothe specified object. Read/write **String**.
## Syntax
- _expression_. `RowSource`
+_expression_. `RowSource`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.RowSourceType.md b/api/Access.ListBox.RowSourceType.md
index f70958ecfe2..d02a93e1def 100644
--- a/api/Access.ListBox.RowSourceType.md
+++ b/api/Access.ListBox.RowSourceType.md
@@ -1,5 +1,5 @@
---
-title: ListBox.RowSourceType Property (Access)
+title: ListBox.RowSourceType property (Access)
keywords: vbaac10.chm11222
f1_keywords:
- vbaac10.chm11222
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.RowSourceType Property (Access)
+# ListBox.RowSourceType property (Access)
You can use the **RowSourceType** property (along with the **RowSource** property) to tell Microsoft Access how to provide data tothe specified object. Read/write **String**.
## Syntax
- _expression_. `RowSourceType`
+_expression_. `RowSourceType`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ScrollBarAlign.md b/api/Access.ListBox.ScrollBarAlign.md
index b825f031f08..7408672e4c0 100644
--- a/api/Access.ListBox.ScrollBarAlign.md
+++ b/api/Access.ListBox.ScrollBarAlign.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ScrollBarAlign Property (Access)
+title: ListBox.ScrollBarAlign property (Access)
keywords: vbaac10.chm11293
f1_keywords:
- vbaac10.chm11293
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ScrollBarAlign Property (Access)
+# ListBox.ScrollBarAlign property (Access)
You can use the **ScrollBarAlign** to specify or determine the alignment of a vertical scroll bar. Read/write **Byte**.
## Syntax
- _expression_. `ScrollBarAlign`
+_expression_. `ScrollBarAlign`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Section.md b/api/Access.ListBox.Section.md
index d84a430e86d..79de1f7ae39 100644
--- a/api/Access.ListBox.Section.md
+++ b/api/Access.ListBox.Section.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Section Property (Access)
+title: ListBox.Section property (Access)
keywords: vbaac10.chm11271
f1_keywords:
- vbaac10.chm11271
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Section Property (Access)
+# ListBox.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Selected.md b/api/Access.ListBox.Selected.md
index 326d53bc0bf..f56f37ea529 100644
--- a/api/Access.ListBox.Selected.md
+++ b/api/Access.ListBox.Selected.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Selected Property (Access)
+title: ListBox.Selected property (Access)
keywords: vbaac10.chm11207
f1_keywords:
- vbaac10.chm11207
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ListBox.Selected Property (Access)
+# ListBox.Selected property (Access)
You can use the **Selected** property in Visual Basic to determine if an item in a list box is selected. Read/write **Long**.
## Syntax
- _expression_. `Selected`( ` _lRow_` )
+_expression_. `Selected`( ` _lRow_` )
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lRow_|Required|**Long**|The item in the list box. The first item is represented by a zero (0), the second by a one (1), and so on.|
diff --git a/api/Access.ListBox.SetFocus.md b/api/Access.ListBox.SetFocus.md
index 89c0375c23c..338ef12ee35 100644
--- a/api/Access.ListBox.SetFocus.md
+++ b/api/Access.ListBox.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: ListBox.SetFocus Method (Access)
+title: ListBox.SetFocus method (Access)
keywords: vbaac10.chm11213
f1_keywords:
- vbaac10.chm11213
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# ListBox.SetFocus Method (Access)
+# ListBox.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.ListBox.ShortcutMenuBar.md b/api/Access.ListBox.ShortcutMenuBar.md
index 4ad74aa71a6..44028eb822e 100644
--- a/api/Access.ListBox.ShortcutMenuBar.md
+++ b/api/Access.ListBox.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ShortcutMenuBar Property (Access)
+title: ListBox.ShortcutMenuBar property (Access)
keywords: vbaac10.chm11260
f1_keywords:
- vbaac10.chm11260
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ShortcutMenuBar Property (Access)
+# ListBox.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ShowOnlyRowSourceValues.md b/api/Access.ListBox.ShowOnlyRowSourceValues.md
index beb55daba08..ea94db5f9ef 100644
--- a/api/Access.ListBox.ShowOnlyRowSourceValues.md
+++ b/api/Access.ListBox.ShowOnlyRowSourceValues.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ShowOnlyRowSourceValues Property (Access)
+title: ListBox.ShowOnlyRowSourceValues property (Access)
keywords: vbaac10.chm11339
f1_keywords:
- vbaac10.chm11339
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ShowOnlyRowSourceValues Property (Access)
+# ListBox.ShowOnlyRowSourceValues property (Access)
Gets or sets whether the list box can display values that aren't specified by the **RowSource** property. Read/write **Boolean**.
## Syntax
- _expression_. `ShowOnlyRowSourceValues`
+_expression_. `ShowOnlyRowSourceValues`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## See also
diff --git a/api/Access.ListBox.SizeToFit.md b/api/Access.ListBox.SizeToFit.md
index 2c2ecb61091..65dc0d62def 100644
--- a/api/Access.ListBox.SizeToFit.md
+++ b/api/Access.ListBox.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: ListBox.SizeToFit Method (Access)
+title: ListBox.SizeToFit method (Access)
keywords: vbaac10.chm11211
f1_keywords:
- vbaac10.chm11211
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.SizeToFit Method (Access)
+# ListBox.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.SmartTags.md b/api/Access.ListBox.SmartTags.md
index b2ccdf6bcfa..de6363ea310 100644
--- a/api/Access.ListBox.SmartTags.md
+++ b/api/Access.ListBox.SmartTags.md
@@ -1,5 +1,5 @@
---
-title: ListBox.SmartTags Property (Access)
+title: ListBox.SmartTags property (Access)
keywords: vbaac10.chm11303
f1_keywords:
- vbaac10.chm11303
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.SmartTags Property (Access)
+# ListBox.SmartTags property (Access)
Returns a **[SmartTags](Access.SmartTags.md)** collection that represents the collection of smart tags that have been added to a control. .
## Syntax
- _expression_. `SmartTags`
+_expression_. `SmartTags`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.SpecialEffect.md b/api/Access.ListBox.SpecialEffect.md
index 6f7c6f0b87c..0b7de213fae 100644
--- a/api/Access.ListBox.SpecialEffect.md
+++ b/api/Access.ListBox.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: ListBox.SpecialEffect Property (Access)
+title: ListBox.SpecialEffect property (Access)
keywords: vbaac10.chm11246
f1_keywords:
- vbaac10.chm11246
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.SpecialEffect Property (Access)
+# ListBox.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.StatusBarText.md b/api/Access.ListBox.StatusBarText.md
index 3562de3600c..926125e7af8 100644
--- a/api/Access.ListBox.StatusBarText.md
+++ b/api/Access.ListBox.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: ListBox.StatusBarText Property (Access)
+title: ListBox.StatusBarText property (Access)
keywords: vbaac10.chm11232
f1_keywords:
- vbaac10.chm11232
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.StatusBarText Property (Access)
+# ListBox.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.TabIndex.md b/api/Access.ListBox.TabIndex.md
index 4c0f223649c..2a3f1b677e0 100644
--- a/api/Access.ListBox.TabIndex.md
+++ b/api/Access.ListBox.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: ListBox.TabIndex Property (Access)
+title: ListBox.TabIndex property (Access)
keywords: vbaac10.chm11239
f1_keywords:
- vbaac10.chm11239
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.TabIndex Property (Access)
+# ListBox.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.TabStop.md b/api/Access.ListBox.TabStop.md
index 0cf6be5408b..57125798ede 100644
--- a/api/Access.ListBox.TabStop.md
+++ b/api/Access.ListBox.TabStop.md
@@ -1,5 +1,5 @@
---
-title: ListBox.TabStop Property (Access)
+title: ListBox.TabStop property (Access)
keywords: vbaac10.chm11238
f1_keywords:
- vbaac10.chm11238
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.TabStop Property (Access)
+# ListBox.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Tag.md b/api/Access.ListBox.Tag.md
index 9e36cfb8d26..11f0270f46a 100644
--- a/api/Access.ListBox.Tag.md
+++ b/api/Access.ListBox.Tag.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Tag Property (Access)
+title: ListBox.Tag property (Access)
keywords: vbaac10.chm11273
f1_keywords:
- vbaac10.chm11273
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Tag Property (Access)
+# ListBox.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ThemeFontIndex.md b/api/Access.ListBox.ThemeFontIndex.md
index 830ea55e871..e5b9128029c 100644
--- a/api/Access.ListBox.ThemeFontIndex.md
+++ b/api/Access.ListBox.ThemeFontIndex.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ThemeFontIndex Property (Access)
+title: ListBox.ThemeFontIndex property (Access)
keywords: vbaac10.chm14610
f1_keywords:
- vbaac10.chm14610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ThemeFontIndex Property (Access)
+# ListBox.ThemeFontIndex property (Access)
Gets or sets the font index that represents a font in the applied theme associated with the **FontName** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ThemeFontIndex`
+_expression_. `ThemeFontIndex`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Top.md b/api/Access.ListBox.Top.md
index 674ef4d7002..dbb9dd3bca8 100644
--- a/api/Access.ListBox.Top.md
+++ b/api/Access.ListBox.Top.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Top Property (Access)
+title: ListBox.Top property (Access)
keywords: vbaac10.chm11242
f1_keywords:
- vbaac10.chm11242
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Top Property (Access)
+# ListBox.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.TopPadding.md b/api/Access.ListBox.TopPadding.md
index cf37cf72146..5ee6340d6c2 100644
--- a/api/Access.ListBox.TopPadding.md
+++ b/api/Access.ListBox.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: ListBox.TopPadding Property (Access)
+title: ListBox.TopPadding property (Access)
keywords: vbaac10.chm11307
f1_keywords:
- vbaac10.chm11307
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.TopPadding Property (Access)
+# ListBox.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## See also
diff --git a/api/Access.ListBox.Undo.md b/api/Access.ListBox.Undo.md
index 42820af270e..2692a36cf70 100644
--- a/api/Access.ListBox.Undo.md
+++ b/api/Access.ListBox.Undo.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Undo Method (Access)
+title: ListBox.Undo method (Access)
keywords: vbaac10.chm11205
f1_keywords:
- vbaac10.chm11205
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Undo Method (Access)
+# ListBox.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ValidationRule.md b/api/Access.ListBox.ValidationRule.md
index 14a0c3e6c3c..db491136a36 100644
--- a/api/Access.ListBox.ValidationRule.md
+++ b/api/Access.ListBox.ValidationRule.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ValidationRule Property (Access)
+title: ListBox.ValidationRule property (Access)
keywords: vbaac10.chm11230
f1_keywords:
- vbaac10.chm11230
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ValidationRule Property (Access)
+# ListBox.ValidationRule property (Access)
You can use the **ValidationRule** property to specify requirements for data entered into a record, field, or control. When data is entered that violates the **ValidationRule** setting, you can use the **ValidationText** property to specify the message to be displayed to the user. Read/write **String**.
## Syntax
- _expression_. `ValidationRule`
+_expression_. `ValidationRule`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.ValidationText.md b/api/Access.ListBox.ValidationText.md
index 8349b68f8b2..f16747efa05 100644
--- a/api/Access.ListBox.ValidationText.md
+++ b/api/Access.ListBox.ValidationText.md
@@ -1,5 +1,5 @@
---
-title: ListBox.ValidationText Property (Access)
+title: ListBox.ValidationText property (Access)
keywords: vbaac10.chm11231
f1_keywords:
- vbaac10.chm11231
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.ValidationText Property (Access)
+# ListBox.ValidationText property (Access)
Use the **ValidationText** property to specify a message to be displayed to the user when data is entered that violates a **ValidationRule** setting for a record, field, or control. Read/write **String**.
## Syntax
- _expression_. `ValidationText`
+_expression_. `ValidationText`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Value.md b/api/Access.ListBox.Value.md
index a48f8c303ee..84a12727402 100644
--- a/api/Access.ListBox.Value.md
+++ b/api/Access.ListBox.Value.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Value Property (Access)
+title: ListBox.Value property (Access)
keywords: vbaac10.chm11217
f1_keywords:
- vbaac10.chm11217
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Value Property (Access)
+# ListBox.Value property (Access)
Determines or specifies which value or option in the list box is selected. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.VerticalAnchor.md b/api/Access.ListBox.VerticalAnchor.md
index baaeb466c91..fba83f1e098 100644
--- a/api/Access.ListBox.VerticalAnchor.md
+++ b/api/Access.ListBox.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: ListBox.VerticalAnchor Property (Access)
+title: ListBox.VerticalAnchor property (Access)
keywords: vbaac10.chm11320
f1_keywords:
- vbaac10.chm11320
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.VerticalAnchor Property (Access)
+# ListBox.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified list box is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Visible.md b/api/Access.ListBox.Visible.md
index aefdef7d0d0..d6d1b5777c4 100644
--- a/api/Access.ListBox.Visible.md
+++ b/api/Access.ListBox.Visible.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Visible Property (Access)
+title: ListBox.Visible property (Access)
keywords: vbaac10.chm11233
f1_keywords:
- vbaac10.chm11233
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Visible Property (Access)
+# ListBox.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.Width.md b/api/Access.ListBox.Width.md
index ef31fafdbd5..4b8e4aff7d7 100644
--- a/api/Access.ListBox.Width.md
+++ b/api/Access.ListBox.Width.md
@@ -1,5 +1,5 @@
---
-title: ListBox.Width Property (Access)
+title: ListBox.Width property (Access)
keywords: vbaac10.chm11243
f1_keywords:
- vbaac10.chm11243
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ListBox.Width Property (Access)
+# ListBox.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
+_expression_ A variable that represents a [ListBox](Access.ListBox.md) object.
## Remarks
diff --git a/api/Access.ListBox.md b/api/Access.ListBox.md
index 6ac717f19b8..6e58895aca1 100644
--- a/api/Access.ListBox.md
+++ b/api/Access.ListBox.md
@@ -1,5 +1,5 @@
---
-title: ListBox Object (Access)
+title: ListBox object (Access)
keywords: vbaac10.chm11354
f1_keywords:
- vbaac10.chm11354
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ListBox Object (Access)
+# ListBox object (Access)
This object corresponds to a list box control. The list box control displays a list of values or alternatives.
diff --git a/api/Access.MacroError.Arguments.md b/api/Access.MacroError.Arguments.md
index 8bffca464f1..88672439cd3 100644
--- a/api/Access.MacroError.Arguments.md
+++ b/api/Access.MacroError.Arguments.md
@@ -1,5 +1,5 @@
---
-title: MacroError.Arguments Property (Access)
+title: MacroError.Arguments property (Access)
keywords: vbaac10.chm14048
f1_keywords:
- vbaac10.chm14048
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# MacroError.Arguments Property (Access)
+# MacroError.Arguments property (Access)
Gets the arguments specified for the macro action that was executing when an error occurred. Read-only **String**.
## Syntax
- _expression_. `Arguments`
+_expression_. `Arguments`
- _expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
+_expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
## Remarks
diff --git a/api/Access.MacroError.Condition.md b/api/Access.MacroError.Condition.md
index 177a5decd7f..89c9f4a3765 100644
--- a/api/Access.MacroError.Condition.md
+++ b/api/Access.MacroError.Condition.md
@@ -1,5 +1,5 @@
---
-title: MacroError.Condition Property (Access)
+title: MacroError.Condition property (Access)
keywords: vbaac10.chm14046
f1_keywords:
- vbaac10.chm14046
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# MacroError.Condition Property (Access)
+# MacroError.Condition property (Access)
Gets the condition of the macro action that was executing when an error occurred. Read-only **String**.
## Syntax
- _expression_. `Condition`
+_expression_. `Condition`
- _expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
+_expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
## Remarks
diff --git a/api/Access.MacroError.Description.md b/api/Access.MacroError.Description.md
index 17df5818322..bf812c65e2e 100644
--- a/api/Access.MacroError.Description.md
+++ b/api/Access.MacroError.Description.md
@@ -1,5 +1,5 @@
---
-title: MacroError.Description Property (Access)
+title: MacroError.Description property (Access)
keywords: vbaac10.chm14049
f1_keywords:
- vbaac10.chm14049
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# MacroError.Description Property (Access)
+# MacroError.Description property (Access)
Gets the text that represents the current error message. Read-only **String**.
## Syntax
- _expression_. `Description`
+_expression_. `Description`
- _expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
+_expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
## Remarks
diff --git a/api/Access.MacroError.MacroName.md b/api/Access.MacroError.MacroName.md
index 092f77a8f34..f8db0f2247e 100644
--- a/api/Access.MacroError.MacroName.md
+++ b/api/Access.MacroError.MacroName.md
@@ -1,5 +1,5 @@
---
-title: MacroError.MacroName Property (Access)
+title: MacroError.MacroName property (Access)
keywords: vbaac10.chm14051
f1_keywords:
- vbaac10.chm14051
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# MacroError.MacroName Property (Access)
+# MacroError.MacroName property (Access)
Gets the name of the macro that was running when an error occurred. Read-only **String**.
## Syntax
- _expression_. `MacroName`
+_expression_. `MacroName`
- _expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
+_expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
## Remarks
diff --git a/api/Access.MacroError.Number.md b/api/Access.MacroError.Number.md
index ab970dc8520..82e00532b42 100644
--- a/api/Access.MacroError.Number.md
+++ b/api/Access.MacroError.Number.md
@@ -1,5 +1,5 @@
---
-title: MacroError.Number Property (Access)
+title: MacroError.Number property (Access)
keywords: vbaac10.chm14050
f1_keywords:
- vbaac10.chm14050
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# MacroError.Number Property (Access)
+# MacroError.Number property (Access)
Gets the current error number. Read-only **Long**.
## Syntax
- _expression_. `Number`
+_expression_. `Number`
- _expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
+_expression_ A variable that represents a [MacroError](Access.MacroError.md) object.
## Remarks
diff --git a/api/Access.MacroError.md b/api/Access.MacroError.md
index 28dddb69460..887a58365ec 100644
--- a/api/Access.MacroError.md
+++ b/api/Access.MacroError.md
@@ -1,5 +1,5 @@
---
-title: MacroError Object (Access)
+title: MacroError object (Access)
keywords: vbaac10.chm14053
f1_keywords:
- vbaac10.chm14053
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# MacroError Object (Access)
+# MacroError object (Access)
Represents the properties of a run-time error that occurs in a macro.
diff --git a/api/Access.Module.AddFromFile.md b/api/Access.Module.AddFromFile.md
index 1536446a934..333ab64a914 100644
--- a/api/Access.Module.AddFromFile.md
+++ b/api/Access.Module.AddFromFile.md
@@ -1,5 +1,5 @@
---
-title: Module.AddFromFile Method (Access)
+title: Module.AddFromFile method (Access)
keywords: vbaac10.chm12274
f1_keywords:
- vbaac10.chm12274
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Module.AddFromFile Method (Access)
+# Module.AddFromFile method (Access)
The **AddFromFile** method adds the contents of a text file to a **Module** object. The **Module** object may represent a standard module or a class module.
## Syntax
- _expression_. `AddFromFile`( ` _FileName_` )
+_expression_. `AddFromFile`( ` _FileName_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name and full path of a text (.txt) file or another file that stores text in an ANSI format.|
diff --git a/api/Access.Module.AddFromString.md b/api/Access.Module.AddFromString.md
index 7195b89c586..b5248b78556 100644
--- a/api/Access.Module.AddFromString.md
+++ b/api/Access.Module.AddFromString.md
@@ -1,5 +1,5 @@
---
-title: Module.AddFromString Method (Access)
+title: Module.AddFromString method (Access)
keywords: vbaac10.chm12273
f1_keywords:
- vbaac10.chm12273
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Module.AddFromString Method (Access)
+# Module.AddFromString method (Access)
The **AddFromString** method adds a string to a **[Module](Access.Module.md)** object. The **Module** object may represent a standard module or a class module.
## Syntax
- _expression_. `AddFromString`( ` _String_` )
+_expression_. `AddFromString`( ` _String_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required|**String**|The information that you want to add to the module.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Module.Application.md b/api/Access.Module.Application.md
index f14cf7651fd..6b21c2e4ae6 100644
--- a/api/Access.Module.Application.md
+++ b/api/Access.Module.Application.md
@@ -1,5 +1,5 @@
---
-title: Module.Application Property (Access)
+title: Module.Application property (Access)
keywords: vbaac10.chm12269
f1_keywords:
- vbaac10.chm12269
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Module.Application Property (Access)
+# Module.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
## Remarks
diff --git a/api/Access.Module.CountOfDeclarationLines.md b/api/Access.Module.CountOfDeclarationLines.md
index 93b7bfeee3e..252436c2646 100644
--- a/api/Access.Module.CountOfDeclarationLines.md
+++ b/api/Access.Module.CountOfDeclarationLines.md
@@ -1,5 +1,5 @@
---
-title: Module.CountOfDeclarationLines Property (Access)
+title: Module.CountOfDeclarationLines property (Access)
keywords: vbaac10.chm12284
f1_keywords:
- vbaac10.chm12284
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Module.CountOfDeclarationLines Property (Access)
+# Module.CountOfDeclarationLines property (Access)
The **CountOfDeclarationLines** property returns a **Long** value indicating the number of lines of code in the Declarations section in a standard module or class module. Read-only **Long**.
## Syntax
- _expression_. `CountOfDeclarationLines`
+_expression_. `CountOfDeclarationLines`
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
## Remarks
diff --git a/api/Access.Module.CountOfLines.md b/api/Access.Module.CountOfLines.md
index c05b7f250b0..12f6561676e 100644
--- a/api/Access.Module.CountOfLines.md
+++ b/api/Access.Module.CountOfLines.md
@@ -1,5 +1,5 @@
---
-title: Module.CountOfLines Property (Access)
+title: Module.CountOfLines property (Access)
keywords: vbaac10.chm12276
f1_keywords:
- vbaac10.chm12276
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Module.CountOfLines Property (Access)
+# Module.CountOfLines property (Access)
The **CountOfLines** property returns a **Long** value indicating the number of lines of code in a standard module or class module. Read-only **Long**.
## Syntax
- _expression_. `CountOfLines`
+_expression_. `CountOfLines`
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
## Remarks
diff --git a/api/Access.Module.CreateEventProc.md b/api/Access.Module.CreateEventProc.md
index 4a47c60d995..fda78d98675 100644
--- a/api/Access.Module.CreateEventProc.md
+++ b/api/Access.Module.CreateEventProc.md
@@ -1,5 +1,5 @@
---
-title: Module.CreateEventProc Method (Access)
+title: Module.CreateEventProc method (Access)
keywords: vbaac10.chm12285
f1_keywords:
- vbaac10.chm12285
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Module.CreateEventProc Method (Access)
+# Module.CreateEventProc method (Access)
The **CreateEventProc** method creates an event procedure in a class module.
## Syntax
- _expression_. `CreateEventProc`( ` _EventName_`, ` _ObjectName_` )
+_expression_. `CreateEventProc`( ` _EventName_`, ` _ObjectName_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EventName_|Required|**String**|The name of an event.|
| _ObjectName_|Required|**String**|An object that has the event specified by the _eventname_ argument. If the event procedure is being added to a **[Form](Access.Form.md)**, the word "Form" should be specified for this argument. If the event procedure is being added to a **[Report](Access.Report.md)**, the word "Report" should be specified for this argument. If the event procedure is being added to a **[Control](Access.Control.md)**, the name of the control should be specified for this argument.|
-### Return Value
+### Return value
Long
diff --git a/api/Access.Module.DeleteLines.md b/api/Access.Module.DeleteLines.md
index 02a915fa21b..d53b8e5e09a 100644
--- a/api/Access.Module.DeleteLines.md
+++ b/api/Access.Module.DeleteLines.md
@@ -1,5 +1,5 @@
---
-title: Module.DeleteLines Method (Access)
+title: Module.DeleteLines method (Access)
keywords: vbaac10.chm12278
f1_keywords:
- vbaac10.chm12278
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Module.DeleteLines Method (Access)
+# Module.DeleteLines method (Access)
The **DeleteLines** method deletes lines from a standard module or a class module.
## Syntax
- _expression_. `DeleteLines`( ` _StartLine_`, ` _Count_` )
+_expression_. `DeleteLines`( ` _StartLine_`, ` _Count_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartLine_|Required|**Long**| The number of the line from which to begin deleting.|
| _Count_|Required|**Long**|The number of lines to delete.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Module.Find.md b/api/Access.Module.Find.md
index e42eb10dd19..264bd0609d1 100644
--- a/api/Access.Module.Find.md
+++ b/api/Access.Module.Find.md
@@ -1,5 +1,5 @@
---
-title: Module.Find Method (Access)
+title: Module.Find method (Access)
keywords: vbaac10.chm12286
f1_keywords:
- vbaac10.chm12286
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Module.Find Method (Access)
+# Module.Find method (Access)
Finds specified text in a standard module or class module.
## Syntax
- _expression_. `Find`( ` _Target_`, ` _StartLine_`, ` _StartColumn_`, ` _EndLine_`, ` _EndColumn_`, ` _WholeWord_`, ` _MatchCase_`, ` _PatternSearch_` )
+_expression_. `Find`( ` _Target_`, ` _StartLine_`, ` _StartColumn_`, ` _EndLine_`, ` _EndColumn_`, ` _WholeWord_`, ` _MatchCase_`, ` _PatternSearch_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required|**String**|The text that you want to find.|
| _StartLine_|Required|**Long**|The line on which to begin searching. If a match is found, the value of the _StartLine_ argument is set to the line on which the beginning character of the matching text is found.|
@@ -38,7 +38,7 @@ Finds specified text in a standard module or class module.
| _MatchCase_|Optional|**Boolean**|**True** results in a search for words with case matching the _Target_ argument. The default is **False**.|
| _PatternSearch_|Optional|**Boolean**|**True** results in a search in which the _Target_ argument may contain wildcard characters such as an asterisk (*) or a question mark (?). The default is **False**.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Access.Module.InsertLines.md b/api/Access.Module.InsertLines.md
index d2aca5dd8a6..f58caa40dd1 100644
--- a/api/Access.Module.InsertLines.md
+++ b/api/Access.Module.InsertLines.md
@@ -1,5 +1,5 @@
---
-title: Module.InsertLines Method (Access)
+title: Module.InsertLines method (Access)
keywords: vbaac10.chm12277
f1_keywords:
- vbaac10.chm12277
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Module.InsertLines Method (Access)
+# Module.InsertLines method (Access)
The **InsertLines** method inserts a line or group of lines of code in a standard module or a class module.
## Syntax
- _expression_. `InsertLines`( ` _Line_`, ` _String_` )
+_expression_. `InsertLines`( ` _Line_`, ` _String_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Line_|Required|**Long**|The number of the line at which to begin inserting.|
| _String_|Required|**String**|The text to be inserted into the module.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Module.InsertText.md b/api/Access.Module.InsertText.md
index 2acb9986b55..6a67a0bb2b6 100644
--- a/api/Access.Module.InsertText.md
+++ b/api/Access.Module.InsertText.md
@@ -1,5 +1,5 @@
---
-title: Module.InsertText Method (Access)
+title: Module.InsertText method (Access)
keywords: vbaac10.chm12271
f1_keywords:
- vbaac10.chm12271
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Module.InsertText Method (Access)
+# Module.InsertText method (Access)
The **InsertText** method inserts a specified string of text into a standard module or a class module.
## Syntax
- _expression_. `InsertText`( ` _Text_` )
+_expression_. `InsertText`( ` _Text_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required|**String**|The text to be inserted into the module.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Module.Lines.md b/api/Access.Module.Lines.md
index 01f72c7798a..faf7ef049e3 100644
--- a/api/Access.Module.Lines.md
+++ b/api/Access.Module.Lines.md
@@ -1,5 +1,5 @@
---
-title: Module.Lines Property (Access)
+title: Module.Lines property (Access)
keywords: vbaac10.chm12275
f1_keywords:
- vbaac10.chm12275
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Module.Lines Property (Access)
+# Module.Lines property (Access)
The **Lines** property returns a string containing the contents of a specified line or lines in a standard module or a class module. Read-only **String**.
## Syntax
- _expression_. `Lines`( ` _Line_`, ` _NumLines_` )
+_expression_. `Lines`( ` _Line_`, ` _NumLines_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Line_|Required|**Long**|The number of the first line to return.|
| _NumLines_|Required|**Long**|The number of lines to return.|
diff --git a/api/Access.Module.Name.md b/api/Access.Module.Name.md
index 1d46e8f8b3b..b4bcca4c04a 100644
--- a/api/Access.Module.Name.md
+++ b/api/Access.Module.Name.md
@@ -1,5 +1,5 @@
---
-title: Module.Name Property (Access)
+title: Module.Name property (Access)
keywords: vbaac10.chm12272
f1_keywords:
- vbaac10.chm12272
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Module.Name Property (Access)
+# Module.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
## Remarks
diff --git a/api/Access.Module.Parent.md b/api/Access.Module.Parent.md
index 28c69ce5c41..a95f7430583 100644
--- a/api/Access.Module.Parent.md
+++ b/api/Access.Module.Parent.md
@@ -1,5 +1,5 @@
---
-title: Module.Parent Property (Access)
+title: Module.Parent property (Access)
keywords: vbaac10.chm12270
f1_keywords:
- vbaac10.chm12270
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Module.Parent Property (Access)
+# Module.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
## See also
diff --git a/api/Access.Module.ProcBodyLine.md b/api/Access.Module.ProcBodyLine.md
index 7d2cb0b197b..1de3cec93b1 100644
--- a/api/Access.Module.ProcBodyLine.md
+++ b/api/Access.Module.ProcBodyLine.md
@@ -1,5 +1,5 @@
---
-title: Module.ProcBodyLine Property (Access)
+title: Module.ProcBodyLine property (Access)
keywords: vbaac10.chm12282
f1_keywords:
- vbaac10.chm12282
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Module.ProcBodyLine Property (Access)
+# Module.ProcBodyLine property (Access)
The **ProcBodyLine** property returns the number of the line at which the body of a specified procedure begins in a standard module or a class module. Read-only **Long**.
## Syntax
- _expression_. `ProcBodyLine`( ` _ProcName_`, ` _ProcKind_` )
+_expression_. `ProcBodyLine`( ` _ProcName_`, ` _ProcKind_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProcName_|Required|**String**|The name of a procedure in the module.|
| _ProcKind_|Required|**vbext_ProcKind**|The type of procedure. See the Remarks section for the possible settings.|
diff --git a/api/Access.Module.ProcCountLines.md b/api/Access.Module.ProcCountLines.md
index 23e13eb5be8..f6cac21609d 100644
--- a/api/Access.Module.ProcCountLines.md
+++ b/api/Access.Module.ProcCountLines.md
@@ -1,5 +1,5 @@
---
-title: Module.ProcCountLines Property (Access)
+title: Module.ProcCountLines property (Access)
keywords: vbaac10.chm12281
f1_keywords:
- vbaac10.chm12281
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Module.ProcCountLines Property (Access)
+# Module.ProcCountLines property (Access)
The **ProcCountLines** property returns the number of lines in a specified procedure in a standard module or a class module. Read-only **Long**.
## Syntax
- _expression_. `ProcCountLines`( ` _ProcName_`, ` _ProcKind_` )
+_expression_. `ProcCountLines`( ` _ProcName_`, ` _ProcKind_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProcName_|Required|**String**|The name of a procedure in the module.|
| _ProcKind_|Required|**vbext_ProcKind**|The type of procedure. See the Remarks section for the possible settings.|
diff --git a/api/Access.Module.ProcOfLine.md b/api/Access.Module.ProcOfLine.md
index 0d000428dee..9e30730a9f3 100644
--- a/api/Access.Module.ProcOfLine.md
+++ b/api/Access.Module.ProcOfLine.md
@@ -1,5 +1,5 @@
---
-title: Module.ProcOfLine Property (Access)
+title: Module.ProcOfLine property (Access)
keywords: vbaac10.chm12283
f1_keywords:
- vbaac10.chm12283
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Module.ProcOfLine Property (Access)
+# Module.ProcOfLine property (Access)
The **ProcOfLine** property returns the name of the procedure that contains a specified line in a standard module or a class module. Read-only string.
## Syntax
- _expression_. `ProcOfLine`( ` _Line_`, ` _pprockind_` )
+_expression_. `ProcOfLine`( ` _Line_`, ` _pprockind_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Line_|Required|**Long**|The number of a line in the module.|
| _pprockind_|Required|**vbext_ProcKind**|The type of procedure. See the Remarks section for the possible settings.|
diff --git a/api/Access.Module.ProcStartLine.md b/api/Access.Module.ProcStartLine.md
index 371fa7b0216..6b2fad09220 100644
--- a/api/Access.Module.ProcStartLine.md
+++ b/api/Access.Module.ProcStartLine.md
@@ -1,5 +1,5 @@
---
-title: Module.ProcStartLine Property (Access)
+title: Module.ProcStartLine property (Access)
keywords: vbaac10.chm12280
f1_keywords:
- vbaac10.chm12280
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Module.ProcStartLine Property (Access)
+# Module.ProcStartLine property (Access)
The **ProcStartLine** property returns avalue identifying the line at which a specified procedure begins in a standard module or a class module. Read-only **Long**.
## Syntax
- _expression_. `ProcStartLine`( ` _ProcName_`, ` _ProcKind_` )
+_expression_. `ProcStartLine`( ` _ProcName_`, ` _ProcKind_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProcName_|Required|**String**|The name of a procedure in the module.|
| _ProcKind_|Required|**vbext_ProcKind**|The type of procedure. See the Remarks section for the possible settings.|
diff --git a/api/Access.Module.ReplaceLine.md b/api/Access.Module.ReplaceLine.md
index 5d6329cf97f..10ec08596ab 100644
--- a/api/Access.Module.ReplaceLine.md
+++ b/api/Access.Module.ReplaceLine.md
@@ -1,5 +1,5 @@
---
-title: Module.ReplaceLine Method (Access)
+title: Module.ReplaceLine method (Access)
keywords: vbaac10.chm12279
f1_keywords:
- vbaac10.chm12279
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# Module.ReplaceLine Method (Access)
+# Module.ReplaceLine method (Access)
The **ReplaceLine** method replaces a specified line in a standard module or a class module.
## Syntax
- _expression_. `ReplaceLine`( ` _Line_`, ` _String_` )
+_expression_. `ReplaceLine`( ` _Line_`, ` _String_` )
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Line_|Required|**Long**|The number of the line to be replaced.|
| _String_|Required|**String**|The text that is to replace the existing line.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Module.Type.md b/api/Access.Module.Type.md
index cfec47f2dfe..2d13d95a6de 100644
--- a/api/Access.Module.Type.md
+++ b/api/Access.Module.Type.md
@@ -1,5 +1,5 @@
---
-title: Module.Type Property (Access)
+title: Module.Type property (Access)
keywords: vbaac10.chm12287
f1_keywords:
- vbaac10.chm12287
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Module.Type Property (Access)
+# Module.Type property (Access)
Indicates whether a module is a standard module or a class module. Read-only **[AcModuleType](Access.AcModuleType.md)**.
## Syntax
- _expression_. `Type`
+_expression_. `Type`
- _expression_ A variable that represents a [Module](Access.Module.md) object.
+_expression_ A variable that represents a [Module](Access.Module.md) object.
## Example
diff --git a/api/Access.Module.md b/api/Access.Module.md
index f3ddbe3efe4..9db5c1dc6c1 100644
--- a/api/Access.Module.md
+++ b/api/Access.Module.md
@@ -1,5 +1,5 @@
---
-title: Module Object (Access)
+title: Module object (Access)
keywords: vbaac10.chm12268
f1_keywords:
- vbaac10.chm12268
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Module Object (Access)
+# Module object (Access)
A **Module** object refers to a standard module or a class module.
diff --git a/api/Access.Modules.Application.md b/api/Access.Modules.Application.md
index cc60bac3728..945151fe4b7 100644
--- a/api/Access.Modules.Application.md
+++ b/api/Access.Modules.Application.md
@@ -1,5 +1,5 @@
---
-title: Modules.Application Property (Access)
+title: Modules.Application property (Access)
keywords: vbaac10.chm12290
f1_keywords:
- vbaac10.chm12290
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Modules.Application Property (Access)
+# Modules.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Modules](Access.Modules.md) object.
+_expression_ A variable that represents a [Modules](Access.Modules.md) object.
## Remarks
diff --git a/api/Access.Modules.Count.md b/api/Access.Modules.Count.md
index 04f4ae3e0f5..9e6fd6f1c2c 100644
--- a/api/Access.Modules.Count.md
+++ b/api/Access.Modules.Count.md
@@ -1,5 +1,5 @@
---
-title: Modules.Count Property (Access)
+title: Modules.Count property (Access)
keywords: vbaac10.chm12293
f1_keywords:
- vbaac10.chm12293
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Modules.Count Property (Access)
+# Modules.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [Modules](Access.Modules.md) object.
+_expression_ A variable that represents a [Modules](Access.Modules.md) object.
## See also
diff --git a/api/Access.Modules.Item.md b/api/Access.Modules.Item.md
index 510008e0674..1ebad6e6803 100644
--- a/api/Access.Modules.Item.md
+++ b/api/Access.Modules.Item.md
@@ -1,5 +1,5 @@
---
-title: Modules.Item Property (Access)
+title: Modules.Item property (Access)
keywords: vbaac10.chm12292
f1_keywords:
- vbaac10.chm12292
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Modules.Item Property (Access)
+# Modules.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Module**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [Modules](Access.Modules.md) object.
+_expression_ A variable that represents a [Modules](Access.Modules.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.Modules.Parent.md b/api/Access.Modules.Parent.md
index 4ac98582573..d65798b5a07 100644
--- a/api/Access.Modules.Parent.md
+++ b/api/Access.Modules.Parent.md
@@ -1,5 +1,5 @@
---
-title: Modules.Parent Property (Access)
+title: Modules.Parent property (Access)
keywords: vbaac10.chm12291
f1_keywords:
- vbaac10.chm12291
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Modules.Parent Property (Access)
+# Modules.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Modules](Access.Modules.md) object.
+_expression_ A variable that represents a [Modules](Access.Modules.md) object.
## See also
diff --git a/api/Access.Modules.md b/api/Access.Modules.md
index 5eb776a4bf5..97e81f8d74d 100644
--- a/api/Access.Modules.md
+++ b/api/Access.Modules.md
@@ -1,5 +1,5 @@
---
-title: Modules Object (Access)
+title: Modules object (Access)
keywords: vbaac10.chm12289
f1_keywords:
- vbaac10.chm12289
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Modules Object (Access)
+# Modules object (Access)
The **Modules** collection contains all open standard modules and class modules in a Microsoft Access database.
diff --git a/api/Access.NavigationButton.AddColon.md b/api/Access.NavigationButton.AddColon.md
index 94afc4a47e5..6d63346d355 100644
--- a/api/Access.NavigationButton.AddColon.md
+++ b/api/Access.NavigationButton.AddColon.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.AddColon Property (Access)
+title: NavigationButton.AddColon property (Access)
keywords: vbaac10.chm10483
f1_keywords:
- vbaac10.chm10483
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.AddColon Property (Access)
+# NavigationButton.AddColon property (Access)
Specifies whether a colon (:) follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.Alignment.md b/api/Access.NavigationButton.Alignment.md
index 769d94fbc70..6bbfc1cfff1 100644
--- a/api/Access.NavigationButton.Alignment.md
+++ b/api/Access.NavigationButton.Alignment.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Alignment Property (Access)
+title: NavigationButton.Alignment property (Access)
keywords: vbaac10.chm14292
f1_keywords:
- vbaac10.chm14292
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Alignment Property (Access)
+# NavigationButton.Alignment property (Access)
Gets or sets how the specified button's caption and picture are aligned. Read/write **Byte**.
## Syntax
- _expression_. `Alignment`
+_expression_. `Alignment`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Application.md b/api/Access.NavigationButton.Application.md
index 03cfb6b2da6..0a1a4bd64af 100644
--- a/api/Access.NavigationButton.Application.md
+++ b/api/Access.NavigationButton.Application.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Application Property (Access)
+title: NavigationButton.Application property (Access)
keywords: vbaac10.chm10438
f1_keywords:
- vbaac10.chm10438
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Application Property (Access)
+# NavigationButton.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.AutoLabel.md b/api/Access.NavigationButton.AutoLabel.md
index 933658486ca..58044008a40 100644
--- a/api/Access.NavigationButton.AutoLabel.md
+++ b/api/Access.NavigationButton.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.AutoLabel Property (Access)
+title: NavigationButton.AutoLabel property (Access)
keywords: vbaac10.chm10482
f1_keywords:
- vbaac10.chm10482
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.AutoLabel Property (Access)
+# NavigationButton.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.AutoRepeat.md b/api/Access.NavigationButton.AutoRepeat.md
index 8f161159d1f..65ab28c2279 100644
--- a/api/Access.NavigationButton.AutoRepeat.md
+++ b/api/Access.NavigationButton.AutoRepeat.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.AutoRepeat Property (Access)
+title: NavigationButton.AutoRepeat property (Access)
keywords: vbaac10.chm10457
f1_keywords:
- vbaac10.chm10457
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.AutoRepeat Property (Access)
+# NavigationButton.AutoRepeat property (Access)
You can use the **AutoRepeat** property to specify whether an event procedure or macro runs repeatedly while a command button on a form remains pressed in. Read/write **Boolean**.
## Syntax
- _expression_. `AutoRepeat`
+_expression_. `AutoRepeat`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BackColor.md b/api/Access.NavigationButton.BackColor.md
index ee989af81c5..4705710b730 100644
--- a/api/Access.NavigationButton.BackColor.md
+++ b/api/Access.NavigationButton.BackColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BackColor Property (Access)
+title: NavigationButton.BackColor property (Access)
keywords: vbaac10.chm11076
f1_keywords:
- vbaac10.chm11076
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BackColor Property (Access)
+# NavigationButton.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BackShade.md b/api/Access.NavigationButton.BackShade.md
index a2a3849968c..7d9e7aa3ebd 100644
--- a/api/Access.NavigationButton.BackShade.md
+++ b/api/Access.NavigationButton.BackShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BackShade Property (Access)
+title: NavigationButton.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BackShade Property (Access)
+# NavigationButton.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BackStyle.md b/api/Access.NavigationButton.BackStyle.md
index d38ee187b39..5dabaababd7 100644
--- a/api/Access.NavigationButton.BackStyle.md
+++ b/api/Access.NavigationButton.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BackStyle Property (Access)
+title: NavigationButton.BackStyle property (Access)
keywords: vbaac10.chm10540
f1_keywords:
- vbaac10.chm10540
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BackStyle Property (Access)
+# NavigationButton.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BackThemeColorIndex.md b/api/Access.NavigationButton.BackThemeColorIndex.md
index 3d13d014420..69d4e078b5a 100644
--- a/api/Access.NavigationButton.BackThemeColorIndex.md
+++ b/api/Access.NavigationButton.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BackThemeColorIndex Property (Access)
+title: NavigationButton.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BackThemeColorIndex Property (Access)
+# NavigationButton.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BackTint.md b/api/Access.NavigationButton.BackTint.md
index 731f8f22a50..fb269f42d43 100644
--- a/api/Access.NavigationButton.BackTint.md
+++ b/api/Access.NavigationButton.BackTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BackTint Property (Access)
+title: NavigationButton.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BackTint Property (Access)
+# NavigationButton.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Bevel.md b/api/Access.NavigationButton.Bevel.md
index 8dda3676b7a..6f01350aa69 100644
--- a/api/Access.NavigationButton.Bevel.md
+++ b/api/Access.NavigationButton.Bevel.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Bevel Property (Access)
+title: NavigationButton.Bevel property (Access)
keywords: vbaac10.chm14629
f1_keywords:
- vbaac10.chm14629
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Bevel Property (Access)
+# NavigationButton.Bevel property (Access)
Gets or sets the bevel effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Bevel`
+_expression_. `Bevel`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BorderColor.md b/api/Access.NavigationButton.BorderColor.md
index 321f81a54bb..5f813c9b7a3 100644
--- a/api/Access.NavigationButton.BorderColor.md
+++ b/api/Access.NavigationButton.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BorderColor Property (Access)
+title: NavigationButton.BorderColor property (Access)
keywords: vbaac10.chm11080
f1_keywords:
- vbaac10.chm11080
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BorderColor Property (Access)
+# NavigationButton.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BorderShade.md b/api/Access.NavigationButton.BorderShade.md
index 58452d5453a..c6da0cb0298 100644
--- a/api/Access.NavigationButton.BorderShade.md
+++ b/api/Access.NavigationButton.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BorderShade Property (Access)
+title: NavigationButton.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BorderShade Property (Access)
+# NavigationButton.BorderShade property (Access)
Gets or sets the shade applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BorderStyle.md b/api/Access.NavigationButton.BorderStyle.md
index ce8e650def0..643c73c2f19 100644
--- a/api/Access.NavigationButton.BorderStyle.md
+++ b/api/Access.NavigationButton.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BorderStyle Property (Access)
+title: NavigationButton.BorderStyle property (Access)
keywords: vbaac10.chm10204
f1_keywords:
- vbaac10.chm10204
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BorderStyle Property (Access)
+# NavigationButton.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BorderThemeColorIndex.md b/api/Access.NavigationButton.BorderThemeColorIndex.md
index 53c4d2fc7f7..e599e075650 100644
--- a/api/Access.NavigationButton.BorderThemeColorIndex.md
+++ b/api/Access.NavigationButton.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BorderThemeColorIndex Property (Access)
+title: NavigationButton.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BorderThemeColorIndex Property (Access)
+# NavigationButton.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BorderTint.md b/api/Access.NavigationButton.BorderTint.md
index 608286d2596..f869513c74b 100644
--- a/api/Access.NavigationButton.BorderTint.md
+++ b/api/Access.NavigationButton.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BorderTint Property (Access)
+title: NavigationButton.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BorderTint Property (Access)
+# NavigationButton.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BorderWidth.md b/api/Access.NavigationButton.BorderWidth.md
index 357a0518155..f3667787335 100644
--- a/api/Access.NavigationButton.BorderWidth.md
+++ b/api/Access.NavigationButton.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BorderWidth Property (Access)
+title: NavigationButton.BorderWidth property (Access)
keywords: vbaac10.chm10207
f1_keywords:
- vbaac10.chm10207
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BorderWidth Property (Access)
+# NavigationButton.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.BottomPadding.md b/api/Access.NavigationButton.BottomPadding.md
index c26edf3ba0c..9e63a8a9902 100644
--- a/api/Access.NavigationButton.BottomPadding.md
+++ b/api/Access.NavigationButton.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.BottomPadding Property (Access)
+title: NavigationButton.BottomPadding property (Access)
keywords: vbaac10.chm10527
f1_keywords:
- vbaac10.chm10527
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.BottomPadding Property (Access)
+# NavigationButton.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.Caption.md b/api/Access.NavigationButton.Caption.md
index c79c919d0aa..fd7d6d62a5c 100644
--- a/api/Access.NavigationButton.Caption.md
+++ b/api/Access.NavigationButton.Caption.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Caption Property (Access)
+title: NavigationButton.Caption property (Access)
keywords: vbaac10.chm10450
f1_keywords:
- vbaac10.chm10450
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Caption Property (Access)
+# NavigationButton.Caption property (Access)
Gets or sets the text that appears in the control. Read/write **String**.
## Syntax
- _expression_. `Caption`
+_expression_. `Caption`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Click.md b/api/Access.NavigationButton.Click.md
index 5142423d0fa..9c7435f8d5a 100644
--- a/api/Access.NavigationButton.Click.md
+++ b/api/Access.NavigationButton.Click.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Click Event (Access)
+title: NavigationButton.Click event (Access)
keywords: vbaac10.chm14077
f1_keywords:
- vbaac10.chm14077
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# NavigationButton.Click Event (Access)
+# NavigationButton.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.ControlTipText.md b/api/Access.NavigationButton.ControlTipText.md
index f2262956d92..96b93547049 100644
--- a/api/Access.NavigationButton.ControlTipText.md
+++ b/api/Access.NavigationButton.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ControlTipText Property (Access)
+title: NavigationButton.ControlTipText property (Access)
keywords: vbaac10.chm10480
f1_keywords:
- vbaac10.chm10480
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ControlTipText Property (Access)
+# NavigationButton.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.ControlType.md b/api/Access.NavigationButton.ControlType.md
index d6760619b88..e2a4b571c76 100644
--- a/api/Access.NavigationButton.ControlType.md
+++ b/api/Access.NavigationButton.ControlType.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ControlType Property (Access)
+title: NavigationButton.ControlType property (Access)
keywords: vbaac10.chm10449
f1_keywords:
- vbaac10.chm10449
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ControlType Property (Access)
+# NavigationButton.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Controls.md b/api/Access.NavigationButton.Controls.md
index 8266a8c16b8..bfe2118a210 100644
--- a/api/Access.NavigationButton.Controls.md
+++ b/api/Access.NavigationButton.Controls.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Controls Property (Access)
+title: NavigationButton.Controls property (Access)
keywords: vbaac10.chm10445
f1_keywords:
- vbaac10.chm10445
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Controls Property (Access)
+# NavigationButton.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.CursorOnHover.md b/api/Access.NavigationButton.CursorOnHover.md
index 2036f91447c..e142c5e8219 100644
--- a/api/Access.NavigationButton.CursorOnHover.md
+++ b/api/Access.NavigationButton.CursorOnHover.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.CursorOnHover Property (Access)
+title: NavigationButton.CursorOnHover property (Access)
keywords: vbaac10.chm10541
f1_keywords:
- vbaac10.chm10541
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.CursorOnHover Property (Access)
+# NavigationButton.CursorOnHover property (Access)
Gets or sets the type of mouse cursor displayed when the user rests the pointer on a button. Read/write **[AcCursorOnHover](Access.AcCursorOnHover.md)**.
## Syntax
- _expression_. `CursorOnHover`
+_expression_. `CursorOnHover`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.DblClick.md b/api/Access.NavigationButton.DblClick.md
index b342c9c500c..bb62ea8409a 100644
--- a/api/Access.NavigationButton.DblClick.md
+++ b/api/Access.NavigationButton.DblClick.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.DblClick Event (Access)
+title: NavigationButton.DblClick event (Access)
keywords: vbaac10.chm14082
f1_keywords:
- vbaac10.chm14082
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# NavigationButton.DblClick Event (Access)
+# NavigationButton.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_`, )
+_expression_. `DblClick`( ` _Cancel_`, )
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.DisplayWhen.md b/api/Access.NavigationButton.DisplayWhen.md
index 62c654ec81a..691f5695cd2 100644
--- a/api/Access.NavigationButton.DisplayWhen.md
+++ b/api/Access.NavigationButton.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.DisplayWhen Property (Access)
+title: NavigationButton.DisplayWhen property (Access)
keywords: vbaac10.chm10463
f1_keywords:
- vbaac10.chm10463
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.DisplayWhen Property (Access)
+# NavigationButton.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Enabled.md b/api/Access.NavigationButton.Enabled.md
index ffc60f0709f..af1e0200bb6 100644
--- a/api/Access.NavigationButton.Enabled.md
+++ b/api/Access.NavigationButton.Enabled.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Enabled Property (Access)
+title: NavigationButton.Enabled property (Access)
keywords: vbaac10.chm10464
f1_keywords:
- vbaac10.chm10464
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Enabled Property (Access)
+# NavigationButton.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Enter.md b/api/Access.NavigationButton.Enter.md
index 4132717b086..99e8d977067 100644
--- a/api/Access.NavigationButton.Enter.md
+++ b/api/Access.NavigationButton.Enter.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Enter Event (Access)
+title: NavigationButton.Enter event (Access)
keywords: vbaac10.chm14078
f1_keywords:
- vbaac10.chm14078
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# NavigationButton.Enter Event (Access)
+# NavigationButton.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.EventProcPrefix.md b/api/Access.NavigationButton.EventProcPrefix.md
index 18b24faa177..90e9bbcc0a6 100644
--- a/api/Access.NavigationButton.EventProcPrefix.md
+++ b/api/Access.NavigationButton.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.EventProcPrefix Property (Access)
+title: NavigationButton.EventProcPrefix property (Access)
keywords: vbaac10.chm10447
f1_keywords:
- vbaac10.chm10447
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.EventProcPrefix Property (Access)
+# NavigationButton.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Exit.md b/api/Access.NavigationButton.Exit.md
index 4afe5cad0e9..427feb655a8 100644
--- a/api/Access.NavigationButton.Exit.md
+++ b/api/Access.NavigationButton.Exit.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Exit Event (Access)
+title: NavigationButton.Exit event (Access)
keywords: vbaac10.chm14079
f1_keywords:
- vbaac10.chm14079
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# NavigationButton.Exit Event (Access)
+# NavigationButton.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_`, )
+_expression_. `Exit`( ` _Cancel_`, )
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.FontBold.md b/api/Access.NavigationButton.FontBold.md
index cab9548114d..c2f729c40d7 100644
--- a/api/Access.NavigationButton.FontBold.md
+++ b/api/Access.NavigationButton.FontBold.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.FontBold Property (Access)
+title: NavigationButton.FontBold property (Access)
keywords: vbaac10.chm10478
f1_keywords:
- vbaac10.chm10478
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationButton.FontBold Property (Access)
+# NavigationButton.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.FontItalic.md b/api/Access.NavigationButton.FontItalic.md
index ae10da576f2..fd13b400437 100644
--- a/api/Access.NavigationButton.FontItalic.md
+++ b/api/Access.NavigationButton.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.FontItalic Property (Access)
+title: NavigationButton.FontItalic property (Access)
keywords: vbaac10.chm10475
f1_keywords:
- vbaac10.chm10475
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationButton.FontItalic Property (Access)
+# NavigationButton.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.FontName.md b/api/Access.NavigationButton.FontName.md
index 6f65b0148ff..d9c086e0ca3 100644
--- a/api/Access.NavigationButton.FontName.md
+++ b/api/Access.NavigationButton.FontName.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.FontName Property (Access)
+title: NavigationButton.FontName property (Access)
keywords: vbaac10.chm10472
f1_keywords:
- vbaac10.chm10472
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationButton.FontName Property (Access)
+# NavigationButton.FontName property (Access)
You can use the **FontName** property to specify the font for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **String**.
## Syntax
- _expression_. `FontName`
+_expression_. `FontName`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.FontSize.md b/api/Access.NavigationButton.FontSize.md
index c827e458d60..6aef113e06f 100644
--- a/api/Access.NavigationButton.FontSize.md
+++ b/api/Access.NavigationButton.FontSize.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.FontSize Property (Access)
+title: NavigationButton.FontSize property (Access)
keywords: vbaac10.chm10473
f1_keywords:
- vbaac10.chm10473
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationButton.FontSize Property (Access)
+# NavigationButton.FontSize property (Access)
You can use the **FontSize** property to specify the point size for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **Integer**.
## Syntax
- _expression_. `FontSize`
+_expression_. `FontSize`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.FontUnderline.md b/api/Access.NavigationButton.FontUnderline.md
index 514f7e95e96..f3c1d83f00a 100644
--- a/api/Access.NavigationButton.FontUnderline.md
+++ b/api/Access.NavigationButton.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.FontUnderline Property (Access)
+title: NavigationButton.FontUnderline property (Access)
keywords: vbaac10.chm10476
f1_keywords:
- vbaac10.chm10476
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationButton.FontUnderline Property (Access)
+# NavigationButton.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.FontWeight.md b/api/Access.NavigationButton.FontWeight.md
index 3e6a0ee67e1..85079b8ad20 100644
--- a/api/Access.NavigationButton.FontWeight.md
+++ b/api/Access.NavigationButton.FontWeight.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.FontWeight Property (Access)
+title: NavigationButton.FontWeight property (Access)
keywords: vbaac10.chm10474
f1_keywords:
- vbaac10.chm10474
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.FontWeight Property (Access)
+# NavigationButton.FontWeight property (Access)
You can use the **DatasheetFontWeight** property to specify the line width of the font used to display and print characters for field names and data in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `FontWeight`
+_expression_. `FontWeight`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.ForeColor.md b/api/Access.NavigationButton.ForeColor.md
index d9550e27002..97a811ca378 100644
--- a/api/Access.NavigationButton.ForeColor.md
+++ b/api/Access.NavigationButton.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ForeColor Property (Access)
+title: NavigationButton.ForeColor property (Access)
keywords: vbaac10.chm10471
f1_keywords:
- vbaac10.chm10471
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ForeColor Property (Access)
+# NavigationButton.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.ForeShade.md b/api/Access.NavigationButton.ForeShade.md
index 28fd8cc6076..d4a0d45374b 100644
--- a/api/Access.NavigationButton.ForeShade.md
+++ b/api/Access.NavigationButton.ForeShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ForeShade Property (Access)
+title: NavigationButton.ForeShade property (Access)
keywords: vbaac10.chm14606
f1_keywords:
- vbaac10.chm14606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ForeShade Property (Access)
+# NavigationButton.ForeShade property (Access)
Gets or sets the shade that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeShade`
+_expression_. `ForeShade`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.ForeThemeColorIndex.md b/api/Access.NavigationButton.ForeThemeColorIndex.md
index 48ecce20925..cd0d04df554 100644
--- a/api/Access.NavigationButton.ForeThemeColorIndex.md
+++ b/api/Access.NavigationButton.ForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ForeThemeColorIndex Property (Access)
+title: NavigationButton.ForeThemeColorIndex property (Access)
keywords: vbaac10.chm14604
f1_keywords:
- vbaac10.chm14604
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ForeThemeColorIndex Property (Access)
+# NavigationButton.ForeThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **ForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ForeThemeColorIndex`
+_expression_. `ForeThemeColorIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.ForeTint.md b/api/Access.NavigationButton.ForeTint.md
index 6136b1a57eb..273d51bb2fe 100644
--- a/api/Access.NavigationButton.ForeTint.md
+++ b/api/Access.NavigationButton.ForeTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ForeTint Property (Access)
+title: NavigationButton.ForeTint property (Access)
keywords: vbaac10.chm14605
f1_keywords:
- vbaac10.chm14605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ForeTint Property (Access)
+# NavigationButton.ForeTint property (Access)
Gets or sets the tint that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeTint`
+_expression_. `ForeTint`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Glow.md b/api/Access.NavigationButton.Glow.md
index eb831b7adde..95641ace240 100644
--- a/api/Access.NavigationButton.Glow.md
+++ b/api/Access.NavigationButton.Glow.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Glow Property (Access)
+title: NavigationButton.Glow property (Access)
keywords: vbaac10.chm14630
f1_keywords:
- vbaac10.chm14630
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Glow Property (Access)
+# NavigationButton.Glow property (Access)
Gets or sets the Glow effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Glow`
+_expression_. `Glow`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GotFocus.md b/api/Access.NavigationButton.GotFocus.md
index 9877fe720a9..73a4fd29021 100644
--- a/api/Access.NavigationButton.GotFocus.md
+++ b/api/Access.NavigationButton.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GotFocus Event (Access)
+title: NavigationButton.GotFocus event (Access)
keywords: vbaac10.chm14080
f1_keywords:
- vbaac10.chm14080
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# NavigationButton.GotFocus Event (Access)
+# NavigationButton.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.Gradient.md b/api/Access.NavigationButton.Gradient.md
index 66e97b0bd0d..16efabc60e6 100644
--- a/api/Access.NavigationButton.Gradient.md
+++ b/api/Access.NavigationButton.Gradient.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Gradient Property (Access)
+title: NavigationButton.Gradient property (Access)
keywords: vbaac10.chm14662
f1_keywords:
- vbaac10.chm14662
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Gradient Property (Access)
+# NavigationButton.Gradient property (Access)
Gets or sets the gradient fill applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Gradient`
+_expression_. `Gradient`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineColor.md b/api/Access.NavigationButton.GridlineColor.md
index 9d7a7596c9b..5dc6676ed9e 100644
--- a/api/Access.NavigationButton.GridlineColor.md
+++ b/api/Access.NavigationButton.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineColor Property (Access)
+title: NavigationButton.GridlineColor property (Access)
keywords: vbaac10.chm10536
f1_keywords:
- vbaac10.chm10536
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineColor Property (Access)
+# NavigationButton.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified list box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineShade.md b/api/Access.NavigationButton.GridlineShade.md
index fb50e6c558c..0926bb55c74 100644
--- a/api/Access.NavigationButton.GridlineShade.md
+++ b/api/Access.NavigationButton.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineShade Property (Access)
+title: NavigationButton.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineShade Property (Access)
+# NavigationButton.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents an [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineStyleBottom.md b/api/Access.NavigationButton.GridlineStyleBottom.md
index 099d3e16e24..0020e328e54 100644
--- a/api/Access.NavigationButton.GridlineStyleBottom.md
+++ b/api/Access.NavigationButton.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineStyleBottom Property (Access)
+title: NavigationButton.GridlineStyleBottom property (Access)
keywords: vbaac10.chm10531
f1_keywords:
- vbaac10.chm10531
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineStyleBottom Property (Access)
+# NavigationButton.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineStyleLeft.md b/api/Access.NavigationButton.GridlineStyleLeft.md
index c56d29ea498..eeec260faf7 100644
--- a/api/Access.NavigationButton.GridlineStyleLeft.md
+++ b/api/Access.NavigationButton.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineStyleLeft Property (Access)
+title: NavigationButton.GridlineStyleLeft property (Access)
keywords: vbaac10.chm10528
f1_keywords:
- vbaac10.chm10528
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineStyleLeft Property (Access)
+# NavigationButton.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineStyleRight.md b/api/Access.NavigationButton.GridlineStyleRight.md
index 1cd5862e6ea..e115c950c25 100644
--- a/api/Access.NavigationButton.GridlineStyleRight.md
+++ b/api/Access.NavigationButton.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineStyleRight Property (Access)
+title: NavigationButton.GridlineStyleRight property (Access)
keywords: vbaac10.chm10530
f1_keywords:
- vbaac10.chm10530
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineStyleRight Property (Access)
+# NavigationButton.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineStyleTop.md b/api/Access.NavigationButton.GridlineStyleTop.md
index 245407700c4..655fbdb7116 100644
--- a/api/Access.NavigationButton.GridlineStyleTop.md
+++ b/api/Access.NavigationButton.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineStyleTop Property (Access)
+title: NavigationButton.GridlineStyleTop property (Access)
keywords: vbaac10.chm10529
f1_keywords:
- vbaac10.chm10529
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineStyleTop Property (Access)
+# NavigationButton.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineThemeColorIndex.md b/api/Access.NavigationButton.GridlineThemeColorIndex.md
index e9811a0c456..5617a4cfafb 100644
--- a/api/Access.NavigationButton.GridlineThemeColorIndex.md
+++ b/api/Access.NavigationButton.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineThemeColorIndex Property (Access)
+title: NavigationButton.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineThemeColorIndex Property (Access)
+# NavigationButton.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineTint.md b/api/Access.NavigationButton.GridlineTint.md
index af056074d6d..7884c5f29ba 100644
--- a/api/Access.NavigationButton.GridlineTint.md
+++ b/api/Access.NavigationButton.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineTint Property (Access)
+title: NavigationButton.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineTint Property (Access)
+# NavigationButton.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineWidthBottom.md b/api/Access.NavigationButton.GridlineWidthBottom.md
index 8f124b6f7f1..b159199d2ce 100644
--- a/api/Access.NavigationButton.GridlineWidthBottom.md
+++ b/api/Access.NavigationButton.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineWidthBottom Property (Access)
+title: NavigationButton.GridlineWidthBottom property (Access)
keywords: vbaac10.chm10535
f1_keywords:
- vbaac10.chm10535
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineWidthBottom Property (Access)
+# NavigationButton.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineWidthLeft.md b/api/Access.NavigationButton.GridlineWidthLeft.md
index 9d1f8093408..e88abc6d6a0 100644
--- a/api/Access.NavigationButton.GridlineWidthLeft.md
+++ b/api/Access.NavigationButton.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineWidthLeft Property (Access)
+title: NavigationButton.GridlineWidthLeft property (Access)
keywords: vbaac10.chm10532
f1_keywords:
- vbaac10.chm10532
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineWidthLeft Property (Access)
+# NavigationButton.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineWidthRight.md b/api/Access.NavigationButton.GridlineWidthRight.md
index 0b5bad1e9d6..e9f4a50de79 100644
--- a/api/Access.NavigationButton.GridlineWidthRight.md
+++ b/api/Access.NavigationButton.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineWidthRight Property (Access)
+title: NavigationButton.GridlineWidthRight property (Access)
keywords: vbaac10.chm10534
f1_keywords:
- vbaac10.chm10534
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineWidthRight Property (Access)
+# NavigationButton.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.GridlineWidthTop.md b/api/Access.NavigationButton.GridlineWidthTop.md
index 0ad233a419c..1582e5c10c7 100644
--- a/api/Access.NavigationButton.GridlineWidthTop.md
+++ b/api/Access.NavigationButton.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.GridlineWidthTop Property (Access)
+title: NavigationButton.GridlineWidthTop property (Access)
keywords: vbaac10.chm10533
f1_keywords:
- vbaac10.chm10533
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.GridlineWidthTop Property (Access)
+# NavigationButton.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Height.md b/api/Access.NavigationButton.Height.md
index 194a564f0c0..715756b4f17 100644
--- a/api/Access.NavigationButton.Height.md
+++ b/api/Access.NavigationButton.Height.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Height Property (Access)
+title: NavigationButton.Height property (Access)
keywords: vbaac10.chm10470
f1_keywords:
- vbaac10.chm10470
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Height Property (Access)
+# NavigationButton.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HelpContextId.md b/api/Access.NavigationButton.HelpContextId.md
index 979370ccc11..006d16f3753 100644
--- a/api/Access.NavigationButton.HelpContextId.md
+++ b/api/Access.NavigationButton.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HelpContextId Property (Access)
+title: NavigationButton.HelpContextId property (Access)
keywords: vbaac10.chm10481
f1_keywords:
- vbaac10.chm10481
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HelpContextId Property (Access)
+# NavigationButton.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HorizontalAnchor.md b/api/Access.NavigationButton.HorizontalAnchor.md
index eb12b24c0e9..9bc86e6f1e7 100644
--- a/api/Access.NavigationButton.HorizontalAnchor.md
+++ b/api/Access.NavigationButton.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HorizontalAnchor Property (Access)
+title: NavigationButton.HorizontalAnchor property (Access)
keywords: vbaac10.chm10537
f1_keywords:
- vbaac10.chm10537
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HorizontalAnchor Property (Access)
+# NavigationButton.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the text box is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HoverColor.md b/api/Access.NavigationButton.HoverColor.md
index 0cea8369bcc..65bb03b7089 100644
--- a/api/Access.NavigationButton.HoverColor.md
+++ b/api/Access.NavigationButton.HoverColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HoverColor Property (Access)
+title: NavigationButton.HoverColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HoverColor Property (Access)
+# NavigationButton.HoverColor property (Access)
Gets or sets the color displayed on the control when the user rests the mouse cursor over it. Read/write **Long**.
## Syntax
- _expression_. `HoverColor`
+_expression_. `HoverColor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HoverForeColor.md b/api/Access.NavigationButton.HoverForeColor.md
index 2d215012bd4..93937a53785 100644
--- a/api/Access.NavigationButton.HoverForeColor.md
+++ b/api/Access.NavigationButton.HoverForeColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HoverForeColor Property (Access)
+title: NavigationButton.HoverForeColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HoverForeColor Property (Access)
+# NavigationButton.HoverForeColor property (Access)
Gets or sets the color of the text displayed on the control when the user rests the mouse cursor over it. Read/write **Long**.
## Syntax
- _expression_. `HoverForeColor`
+_expression_. `HoverForeColor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HoverForeShade.md b/api/Access.NavigationButton.HoverForeShade.md
index 9005aa8596e..b9265aedacf 100644
--- a/api/Access.NavigationButton.HoverForeShade.md
+++ b/api/Access.NavigationButton.HoverForeShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HoverForeShade Property (Access)
+title: NavigationButton.HoverForeShade property (Access)
keywords: vbaac10.chm14618
f1_keywords:
- vbaac10.chm14618
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HoverForeShade Property (Access)
+# NavigationButton.HoverForeShade property (Access)
Gets or sets the shade applied to the theme color in the **HoverForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverForeShade`
+_expression_. `HoverForeShade`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HoverForeThemeColorIndex.md b/api/Access.NavigationButton.HoverForeThemeColorIndex.md
index 19afd6caa5e..d4b67962faa 100644
--- a/api/Access.NavigationButton.HoverForeThemeColorIndex.md
+++ b/api/Access.NavigationButton.HoverForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HoverForeThemeColorIndex Property (Access)
+title: NavigationButton.HoverForeThemeColorIndex property (Access)
keywords: vbaac10.chm14616
f1_keywords:
- vbaac10.chm14616
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HoverForeThemeColorIndex Property (Access)
+# NavigationButton.HoverForeThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **HoverForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `HoverForeThemeColorIndex`
+_expression_. `HoverForeThemeColorIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HoverForeTint.md b/api/Access.NavigationButton.HoverForeTint.md
index 84d52d21d6a..4023fac5705 100644
--- a/api/Access.NavigationButton.HoverForeTint.md
+++ b/api/Access.NavigationButton.HoverForeTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HoverForeTint Property (Access)
+title: NavigationButton.HoverForeTint property (Access)
keywords: vbaac10.chm14617
f1_keywords:
- vbaac10.chm14617
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HoverForeTint Property (Access)
+# NavigationButton.HoverForeTint property (Access)
Gets or sets the tint applied to the theme color in the **HoverForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverForeTint`
+_expression_. `HoverForeTint`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HoverShade.md b/api/Access.NavigationButton.HoverShade.md
index f0e43b63bae..396b8463c20 100644
--- a/api/Access.NavigationButton.HoverShade.md
+++ b/api/Access.NavigationButton.HoverShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HoverShade Property (Access)
+title: NavigationButton.HoverShade property (Access)
keywords: vbaac10.chm14614
f1_keywords:
- vbaac10.chm14614
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HoverShade Property (Access)
+# NavigationButton.HoverShade property (Access)
Gets or sets the shade that is applied to the theme color in the **HoverColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverShade`
+_expression_. `HoverShade`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HoverThemeColorIndex.md b/api/Access.NavigationButton.HoverThemeColorIndex.md
index 7f276a6876c..84f8de085f4 100644
--- a/api/Access.NavigationButton.HoverThemeColorIndex.md
+++ b/api/Access.NavigationButton.HoverThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HoverThemeColorIndex Property (Access)
+title: NavigationButton.HoverThemeColorIndex property (Access)
keywords: vbaac10.chm14612
f1_keywords:
- vbaac10.chm14612
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HoverThemeColorIndex Property (Access)
+# NavigationButton.HoverThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **HoverColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `HoverThemeColorIndex`
+_expression_. `HoverThemeColorIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HoverTint.md b/api/Access.NavigationButton.HoverTint.md
index 200c0d75e97..499caad19fe 100644
--- a/api/Access.NavigationButton.HoverTint.md
+++ b/api/Access.NavigationButton.HoverTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HoverTint Property (Access)
+title: NavigationButton.HoverTint property (Access)
keywords: vbaac10.chm14613
f1_keywords:
- vbaac10.chm14613
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HoverTint Property (Access)
+# NavigationButton.HoverTint property (Access)
Gets or sets the tint applied to the theme color in the **HoverColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverTint`
+_expression_. `HoverTint`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Hyperlink.md b/api/Access.NavigationButton.Hyperlink.md
index fececc742cd..bf7d46b546a 100644
--- a/api/Access.NavigationButton.Hyperlink.md
+++ b/api/Access.NavigationButton.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Hyperlink Property (Access)
+title: NavigationButton.Hyperlink property (Access)
keywords: vbaac10.chm10446
f1_keywords:
- vbaac10.chm10446
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Hyperlink Property (Access)
+# NavigationButton.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Example
diff --git a/api/Access.NavigationButton.HyperlinkAddress.md b/api/Access.NavigationButton.HyperlinkAddress.md
index 7a7bc61ec59..6642b0e1c68 100644
--- a/api/Access.NavigationButton.HyperlinkAddress.md
+++ b/api/Access.NavigationButton.HyperlinkAddress.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HyperlinkAddress Property (Access)
+title: NavigationButton.HyperlinkAddress property (Access)
keywords: vbaac10.chm10460
f1_keywords:
- vbaac10.chm10460
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HyperlinkAddress Property (Access)
+# NavigationButton.HyperlinkAddress property (Access)
You can use the **HyperlinkAddress** property to specify or determine the path to an object, document, Web page or other destination for a hyperlink associated with a the specified control. Read/write **String**.
## Syntax
- _expression_. `HyperlinkAddress`
+_expression_. `HyperlinkAddress`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.HyperlinkSubAddress.md b/api/Access.NavigationButton.HyperlinkSubAddress.md
index 66d7096d18d..07073ecf22b 100644
--- a/api/Access.NavigationButton.HyperlinkSubAddress.md
+++ b/api/Access.NavigationButton.HyperlinkSubAddress.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.HyperlinkSubAddress Property (Access)
+title: NavigationButton.HyperlinkSubAddress property (Access)
keywords: vbaac10.chm10461
f1_keywords:
- vbaac10.chm10461
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.HyperlinkSubAddress Property (Access)
+# NavigationButton.HyperlinkSubAddress property (Access)
You can use the **HyperlinkSubAddress** property to specify or determine a location within the target document specified by the **HyperlinkAddress** property. Read/write **String**.
## Syntax
- _expression_. `HyperlinkSubAddress`
+_expression_. `HyperlinkSubAddress`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.InSelection.md b/api/Access.NavigationButton.InSelection.md
index 3b84d941090..a4bd36a8507 100644
--- a/api/Access.NavigationButton.InSelection.md
+++ b/api/Access.NavigationButton.InSelection.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.InSelection Property (Access)
+title: NavigationButton.InSelection property (Access)
keywords: vbaac10.chm10492
f1_keywords:
- vbaac10.chm10492
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.InSelection Property (Access)
+# NavigationButton.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.IsVisible.md b/api/Access.NavigationButton.IsVisible.md
index c11e3732b8b..fec01aa96e2 100644
--- a/api/Access.NavigationButton.IsVisible.md
+++ b/api/Access.NavigationButton.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.IsVisible Property (Access)
+title: NavigationButton.IsVisible property (Access)
keywords: vbaac10.chm10491
f1_keywords:
- vbaac10.chm10491
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.IsVisible Property (Access)
+# NavigationButton.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.KeyDown.md b/api/Access.NavigationButton.KeyDown.md
index dea6f09a208..57734ddb86b 100644
--- a/api/Access.NavigationButton.KeyDown.md
+++ b/api/Access.NavigationButton.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.KeyDown Event (Access)
+title: NavigationButton.KeyDown event (Access)
keywords: vbaac10.chm14086
f1_keywords:
- vbaac10.chm14086
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# NavigationButton.KeyDown Event (Access)
+# NavigationButton.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**||
| _Shift_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.KeyPress.md b/api/Access.NavigationButton.KeyPress.md
index fc2b68c0c42..1e4678dcb9e 100644
--- a/api/Access.NavigationButton.KeyPress.md
+++ b/api/Access.NavigationButton.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.KeyPress Event (Access)
+title: NavigationButton.KeyPress event (Access)
keywords: vbaac10.chm14087
f1_keywords:
- vbaac10.chm14087
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# NavigationButton.KeyPress Event (Access)
+# NavigationButton.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_`, )
+_expression_. `KeyPress`( ` _KeyAscii_`, )
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.KeyUp.md b/api/Access.NavigationButton.KeyUp.md
index b340fdcdba6..2e9aeb26160 100644
--- a/api/Access.NavigationButton.KeyUp.md
+++ b/api/Access.NavigationButton.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.KeyUp Event (Access)
+title: NavigationButton.KeyUp event (Access)
keywords: vbaac10.chm14088
f1_keywords:
- vbaac10.chm14088
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# NavigationButton.KeyUp Event (Access)
+# NavigationButton.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**||
| _Shift_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.LabelAlign.md b/api/Access.NavigationButton.LabelAlign.md
index 3e4fcf733e5..3c408eb6708 100644
--- a/api/Access.NavigationButton.LabelAlign.md
+++ b/api/Access.NavigationButton.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.LabelAlign Property (Access)
+title: NavigationButton.LabelAlign property (Access)
keywords: vbaac10.chm10486
f1_keywords:
- vbaac10.chm10486
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.LabelAlign Property (Access)
+# NavigationButton.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.LabelX.md b/api/Access.NavigationButton.LabelX.md
index d91399c97ad..9ff02965a09 100644
--- a/api/Access.NavigationButton.LabelX.md
+++ b/api/Access.NavigationButton.LabelX.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.LabelX Property (Access)
+title: NavigationButton.LabelX property (Access)
keywords: vbaac10.chm10484
f1_keywords:
- vbaac10.chm10484
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationButton.LabelX Property (Access)
+# NavigationButton.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.LabelY.md b/api/Access.NavigationButton.LabelY.md
index 35314ce2961..07c9e14bfbe 100644
--- a/api/Access.NavigationButton.LabelY.md
+++ b/api/Access.NavigationButton.LabelY.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.LabelY Property (Access)
+title: NavigationButton.LabelY property (Access)
keywords: vbaac10.chm10485
f1_keywords:
- vbaac10.chm10485
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationButton.LabelY Property (Access)
+# NavigationButton.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Layout.md b/api/Access.NavigationButton.Layout.md
index c4b6e42ef6a..61bf1c00a07 100644
--- a/api/Access.NavigationButton.Layout.md
+++ b/api/Access.NavigationButton.Layout.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Layout Property (Access)
+title: NavigationButton.Layout property (Access)
keywords: vbaac10.chm10523
f1_keywords:
- vbaac10.chm10523
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Layout Property (Access)
+# NavigationButton.Layout property (Access)
Returns the type of layout for the specified text box. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.LayoutID.md b/api/Access.NavigationButton.LayoutID.md
index 63d426ce98d..2332bee7629 100644
--- a/api/Access.NavigationButton.LayoutID.md
+++ b/api/Access.NavigationButton.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.LayoutID Property (Access)
+title: NavigationButton.LayoutID property (Access)
keywords: vbaac10.chm10539
f1_keywords:
- vbaac10.chm10539
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.LayoutID Property (Access)
+# NavigationButton.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified text box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Left.md b/api/Access.NavigationButton.Left.md
index 37af95b6ef9..ce03091bccd 100644
--- a/api/Access.NavigationButton.Left.md
+++ b/api/Access.NavigationButton.Left.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Left Property (Access)
+title: NavigationButton.Left property (Access)
keywords: vbaac10.chm10467
f1_keywords:
- vbaac10.chm10467
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Left Property (Access)
+# NavigationButton.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.LeftPadding.md b/api/Access.NavigationButton.LeftPadding.md
index a761256d391..af39f4a4f8a 100644
--- a/api/Access.NavigationButton.LeftPadding.md
+++ b/api/Access.NavigationButton.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.LeftPadding Property (Access)
+title: NavigationButton.LeftPadding property (Access)
keywords: vbaac10.chm10524
f1_keywords:
- vbaac10.chm10524
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.LeftPadding Property (Access)
+# NavigationButton.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.LostFocus.md b/api/Access.NavigationButton.LostFocus.md
index 7b66a2e66c5..8ee2fb5a854 100644
--- a/api/Access.NavigationButton.LostFocus.md
+++ b/api/Access.NavigationButton.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.LostFocus Event (Access)
+title: NavigationButton.LostFocus event (Access)
keywords: vbaac10.chm14081
f1_keywords:
- vbaac10.chm14081
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# NavigationButton.LostFocus Event (Access)
+# NavigationButton.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.MouseDown.md b/api/Access.NavigationButton.MouseDown.md
index 77a3c88c455..62bf775df3f 100644
--- a/api/Access.NavigationButton.MouseDown.md
+++ b/api/Access.NavigationButton.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.MouseDown Event (Access)
+title: NavigationButton.MouseDown event (Access)
keywords: vbaac10.chm14083
f1_keywords:
- vbaac10.chm14083
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# NavigationButton.MouseDown Event (Access)
+# NavigationButton.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**||
| _Shift_|Required|**Integer**||
| _X_|Required|**Single**||
| _Y_|Required|**Single**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.MouseMove.md b/api/Access.NavigationButton.MouseMove.md
index 31c63865434..c8a3c20b45d 100644
--- a/api/Access.NavigationButton.MouseMove.md
+++ b/api/Access.NavigationButton.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.MouseMove Event (Access)
+title: NavigationButton.MouseMove event (Access)
keywords: vbaac10.chm14084
f1_keywords:
- vbaac10.chm14084
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# NavigationButton.MouseMove Event (Access)
+# NavigationButton.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**||
| _Shift_|Required|**Integer**||
| _X_|Required|**Single**||
| _Y_|Required|**Single**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.MouseUp.md b/api/Access.NavigationButton.MouseUp.md
index ebf4cf5521d..84a8c4977d0 100644
--- a/api/Access.NavigationButton.MouseUp.md
+++ b/api/Access.NavigationButton.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.MouseUp Event (Access)
+title: NavigationButton.MouseUp event (Access)
keywords: vbaac10.chm14085
f1_keywords:
- vbaac10.chm14085
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# NavigationButton.MouseUp Event (Access)
+# NavigationButton.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**||
| _Shift_|Required|**Integer**||
| _X_|Required|**Single**||
| _Y_|Required|**Single**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationButton.Move.md b/api/Access.NavigationButton.Move.md
index 97b0bb745da..b5eb5c3d45f 100644
--- a/api/Access.NavigationButton.Move.md
+++ b/api/Access.NavigationButton.Move.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Move Method (Access)
+title: NavigationButton.Move method (Access)
keywords: vbaac10.chm10507
f1_keywords:
- vbaac10.chm10507
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# NavigationButton.Move Method (Access)
+# NavigationButton.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**||
| _Top_|Optional|**Variant**||
diff --git a/api/Access.NavigationButton.Name.md b/api/Access.NavigationButton.Name.md
index 5653a1d9c1c..72f65285450 100644
--- a/api/Access.NavigationButton.Name.md
+++ b/api/Access.NavigationButton.Name.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Name Property (Access)
+title: NavigationButton.Name property (Access)
keywords: vbaac10.chm10506
f1_keywords:
- vbaac10.chm10506
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Name Property (Access)
+# NavigationButton.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.NavigationTargetName.md b/api/Access.NavigationButton.NavigationTargetName.md
index ddf48a73e35..bd421e9fa35 100644
--- a/api/Access.NavigationButton.NavigationTargetName.md
+++ b/api/Access.NavigationButton.NavigationTargetName.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.NavigationTargetName Property (Access)
+title: NavigationButton.NavigationTargetName property (Access)
keywords: vbaac10.chm14641
f1_keywords:
- vbaac10.chm14641
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.NavigationTargetName Property (Access)
+# NavigationButton.NavigationTargetName property (Access)
Gets or sets the name of the form or report to be displayed when the user click the specified navigation button. Read/write **String**.
## Syntax
- _expression_. `NavigationTargetName`
+_expression_. `NavigationTargetName`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.NavigationWhereClause.md b/api/Access.NavigationButton.NavigationWhereClause.md
index 3a9173ed6d9..a7427745a7e 100644
--- a/api/Access.NavigationButton.NavigationWhereClause.md
+++ b/api/Access.NavigationButton.NavigationWhereClause.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.NavigationWhereClause Property (Access)
+title: NavigationButton.NavigationWhereClause property (Access)
keywords: vbaac10.chm14642
f1_keywords:
- vbaac10.chm14642
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.NavigationWhereClause Property (Access)
+# NavigationButton.NavigationWhereClause property (Access)
Gets or sets the filter criteria applied when opening the form or report associated with the specified navigation button. Read/write **String**.
## Syntax
- _expression_. `NavigationWhereClause`
+_expression_. `NavigationWhereClause`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.ObjectPalette.md b/api/Access.NavigationButton.ObjectPalette.md
index 70a41b2beb2..d457633f46b 100644
--- a/api/Access.NavigationButton.ObjectPalette.md
+++ b/api/Access.NavigationButton.ObjectPalette.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ObjectPalette Property (Access)
+title: NavigationButton.ObjectPalette property (Access)
keywords: vbaac10.chm10490
f1_keywords:
- vbaac10.chm10490
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ObjectPalette Property (Access)
+# NavigationButton.ObjectPalette property (Access)
The **ObjectPalette** property specifies the palette in the application used to create A bitmap or other graphic that is loaded into the specified control by using the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `ObjectPalette`
+_expression_. `ObjectPalette`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.OldValue.md b/api/Access.NavigationButton.OldValue.md
index eb33528f165..9f91e0e7fc1 100644
--- a/api/Access.NavigationButton.OldValue.md
+++ b/api/Access.NavigationButton.OldValue.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OldValue Property (Access)
+title: NavigationButton.OldValue property (Access)
keywords: vbaac10.chm10440
f1_keywords:
- vbaac10.chm10440
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OldValue Property (Access)
+# NavigationButton.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.OnClick.md b/api/Access.NavigationButton.OnClick.md
index c64d06cff85..3cb569ee5c1 100644
--- a/api/Access.NavigationButton.OnClick.md
+++ b/api/Access.NavigationButton.OnClick.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnClick Property (Access)
+title: NavigationButton.OnClick property (Access)
keywords: vbaac10.chm10497
f1_keywords:
- vbaac10.chm10497
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnClick Property (Access)
+# NavigationButton.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnDblClick.md b/api/Access.NavigationButton.OnDblClick.md
index 87e05629004..41e6e710d12 100644
--- a/api/Access.NavigationButton.OnDblClick.md
+++ b/api/Access.NavigationButton.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnDblClick Property (Access)
+title: NavigationButton.OnDblClick property (Access)
keywords: vbaac10.chm10498
f1_keywords:
- vbaac10.chm10498
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnDblClick Property (Access)
+# NavigationButton.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnEnter.md b/api/Access.NavigationButton.OnEnter.md
index 43f73b7f58a..dd5a638fe0d 100644
--- a/api/Access.NavigationButton.OnEnter.md
+++ b/api/Access.NavigationButton.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnEnter Property (Access)
+title: NavigationButton.OnEnter property (Access)
keywords: vbaac10.chm10493
f1_keywords:
- vbaac10.chm10493
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnEnter Property (Access)
+# NavigationButton.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnExit.md b/api/Access.NavigationButton.OnExit.md
index 8ab111bf9db..585ba643e6f 100644
--- a/api/Access.NavigationButton.OnExit.md
+++ b/api/Access.NavigationButton.OnExit.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnExit Property (Access)
+title: NavigationButton.OnExit property (Access)
keywords: vbaac10.chm10494
f1_keywords:
- vbaac10.chm10494
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnExit Property (Access)
+# NavigationButton.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnGotFocus.md b/api/Access.NavigationButton.OnGotFocus.md
index e83c0bd0209..0091a34f2b9 100644
--- a/api/Access.NavigationButton.OnGotFocus.md
+++ b/api/Access.NavigationButton.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnGotFocus Property (Access)
+title: NavigationButton.OnGotFocus property (Access)
keywords: vbaac10.chm10495
f1_keywords:
- vbaac10.chm10495
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnGotFocus Property (Access)
+# NavigationButton.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnKeyDown.md b/api/Access.NavigationButton.OnKeyDown.md
index e4d6e1a410d..a50f4e660b7 100644
--- a/api/Access.NavigationButton.OnKeyDown.md
+++ b/api/Access.NavigationButton.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnKeyDown Property (Access)
+title: NavigationButton.OnKeyDown property (Access)
keywords: vbaac10.chm10502
f1_keywords:
- vbaac10.chm10502
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnKeyDown Property (Access)
+# NavigationButton.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnKeyPress.md b/api/Access.NavigationButton.OnKeyPress.md
index f258b2e1863..f4af9284306 100644
--- a/api/Access.NavigationButton.OnKeyPress.md
+++ b/api/Access.NavigationButton.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnKeyPress Property (Access)
+title: NavigationButton.OnKeyPress property (Access)
keywords: vbaac10.chm10504
f1_keywords:
- vbaac10.chm10504
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnKeyPress Property (Access)
+# NavigationButton.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnKeyUp.md b/api/Access.NavigationButton.OnKeyUp.md
index cb9f8cf1583..46b49e8a016 100644
--- a/api/Access.NavigationButton.OnKeyUp.md
+++ b/api/Access.NavigationButton.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnKeyUp Property (Access)
+title: NavigationButton.OnKeyUp property (Access)
keywords: vbaac10.chm10503
f1_keywords:
- vbaac10.chm10503
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnKeyUp Property (Access)
+# NavigationButton.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnLostFocus.md b/api/Access.NavigationButton.OnLostFocus.md
index a5c69fa4aff..e11c284dc60 100644
--- a/api/Access.NavigationButton.OnLostFocus.md
+++ b/api/Access.NavigationButton.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnLostFocus Property (Access)
+title: NavigationButton.OnLostFocus property (Access)
keywords: vbaac10.chm10496
f1_keywords:
- vbaac10.chm10496
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnLostFocus Property (Access)
+# NavigationButton.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnMouseDown.md b/api/Access.NavigationButton.OnMouseDown.md
index 5c59c0b6de0..fcd1e8065ec 100644
--- a/api/Access.NavigationButton.OnMouseDown.md
+++ b/api/Access.NavigationButton.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnMouseDown Property (Access)
+title: NavigationButton.OnMouseDown property (Access)
keywords: vbaac10.chm10499
f1_keywords:
- vbaac10.chm10499
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnMouseDown Property (Access)
+# NavigationButton.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnMouseMove.md b/api/Access.NavigationButton.OnMouseMove.md
index 54ec235a629..2ba1692d591 100644
--- a/api/Access.NavigationButton.OnMouseMove.md
+++ b/api/Access.NavigationButton.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnMouseMove Property (Access)
+title: NavigationButton.OnMouseMove property (Access)
keywords: vbaac10.chm10500
f1_keywords:
- vbaac10.chm10500
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnMouseMove Property (Access)
+# NavigationButton.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnMouseUp.md b/api/Access.NavigationButton.OnMouseUp.md
index c7c916d8928..5cc7ce020ac 100644
--- a/api/Access.NavigationButton.OnMouseUp.md
+++ b/api/Access.NavigationButton.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnMouseUp Property (Access)
+title: NavigationButton.OnMouseUp property (Access)
keywords: vbaac10.chm10501
f1_keywords:
- vbaac10.chm10501
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnMouseUp Property (Access)
+# NavigationButton.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.OnPush.md b/api/Access.NavigationButton.OnPush.md
index a86175df4e2..50630955964 100644
--- a/api/Access.NavigationButton.OnPush.md
+++ b/api/Access.NavigationButton.OnPush.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.OnPush Property (Access)
+title: NavigationButton.OnPush property (Access)
keywords: vbaac10.chm10459
f1_keywords:
- vbaac10.chm10459
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.OnPush Property (Access)
+# NavigationButton.OnPush property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window of a command button. Read/write **String**.
## Syntax
- _expression_. `OnPush`
+_expression_. `OnPush`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ Although the name of this property is **OnPush**, setting this property actuall
The **OnPush** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the command button's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationButton.Parent.md b/api/Access.NavigationButton.Parent.md
index e7f3cd60155..7cb043c91bf 100644
--- a/api/Access.NavigationButton.Parent.md
+++ b/api/Access.NavigationButton.Parent.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Parent Property (Access)
+title: NavigationButton.Parent property (Access)
keywords: vbaac10.chm10439
f1_keywords:
- vbaac10.chm10439
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Parent Property (Access)
+# NavigationButton.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.ParentTab.md b/api/Access.NavigationButton.ParentTab.md
index 62f8100e4e0..84496a25810 100644
--- a/api/Access.NavigationButton.ParentTab.md
+++ b/api/Access.NavigationButton.ParentTab.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ParentTab Property (Access)
+title: NavigationButton.ParentTab property (Access)
keywords: vbaac10.chm14645
f1_keywords:
- vbaac10.chm14645
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ParentTab Property (Access)
+# NavigationButton.ParentTab property (Access)
Gets the top-level navigation button associated with the specified navigation button. Read-only **NavigationButton**.
## Syntax
- _expression_. `ParentTab`
+_expression_. `ParentTab`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Picture.md b/api/Access.NavigationButton.Picture.md
index 856bcd638cd..6bf33239f90 100644
--- a/api/Access.NavigationButton.Picture.md
+++ b/api/Access.NavigationButton.Picture.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Picture Property (Access)
+title: NavigationButton.Picture property (Access)
keywords: vbaac10.chm10451
f1_keywords:
- vbaac10.chm10451
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Picture Property (Access)
+# NavigationButton.Picture property (Access)
You can use the **Picture** property to specify a bitmap or other type of graphic to be displayed on the specified control. Read/write **String**.
## Syntax
- _expression_. `Picture`
+_expression_. `Picture`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PictureCaptionArrangement.md b/api/Access.NavigationButton.PictureCaptionArrangement.md
index 17cb310e770..ced118a8fd1 100644
--- a/api/Access.NavigationButton.PictureCaptionArrangement.md
+++ b/api/Access.NavigationButton.PictureCaptionArrangement.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PictureCaptionArrangement Property (Access)
+title: NavigationButton.PictureCaptionArrangement property (Access)
keywords: vbaac10.chm14291
f1_keywords:
- vbaac10.chm14291
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PictureCaptionArrangement Property (Access)
+# NavigationButton.PictureCaptionArrangement property (Access)
Gets or sets how the specified button's caption is arranged in relation to its picture. Read/write **[AcPictureCaptionArrangement](Access.AcPictureCaptionArrangement.md)**.
## Syntax
- _expression_. `PictureCaptionArrangement`
+_expression_. `PictureCaptionArrangement`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.PictureData.md b/api/Access.NavigationButton.PictureData.md
index dcb10b30552..6353b4b1a88 100644
--- a/api/Access.NavigationButton.PictureData.md
+++ b/api/Access.NavigationButton.PictureData.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PictureData Property (Access)
+title: NavigationButton.PictureData property (Access)
keywords: vbaac10.chm10453
f1_keywords:
- vbaac10.chm10453
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PictureData Property (Access)
+# NavigationButton.PictureData property (Access)
You can use the **PictureData** property to copy the picture to another object that supports the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `PictureData`
+_expression_. `PictureData`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PictureType.md b/api/Access.NavigationButton.PictureType.md
index 56f03e2f1be..b95735df77d 100644
--- a/api/Access.NavigationButton.PictureType.md
+++ b/api/Access.NavigationButton.PictureType.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PictureType Property (Access)
+title: NavigationButton.PictureType property (Access)
keywords: vbaac10.chm10452
f1_keywords:
- vbaac10.chm10452
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PictureType Property (Access)
+# NavigationButton.PictureType property (Access)
You can use the **PictureType** property to specify whether Microsoft Access stores an object's picture as a linked or an embedded object. Read/write **Byte**.
## Syntax
- _expression_. `PictureType`
+_expression_. `PictureType`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PressedColor.md b/api/Access.NavigationButton.PressedColor.md
index 21b07594442..6c088afc64a 100644
--- a/api/Access.NavigationButton.PressedColor.md
+++ b/api/Access.NavigationButton.PressedColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PressedColor Property (Access)
+title: NavigationButton.PressedColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PressedColor Property (Access)
+# NavigationButton.PressedColor property (Access)
Gets or sets the color displayed on the control when the user clicks it. Read/write **Long**.
## Syntax
- _expression_. `PressedColor`
+_expression_. `PressedColor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PressedForeColor.md b/api/Access.NavigationButton.PressedForeColor.md
index b253afb670b..8d806148a4c 100644
--- a/api/Access.NavigationButton.PressedForeColor.md
+++ b/api/Access.NavigationButton.PressedForeColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PressedForeColor Property (Access)
+title: NavigationButton.PressedForeColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PressedForeColor Property (Access)
+# NavigationButton.PressedForeColor property (Access)
Gets or sets the color of the text displayed on the control when the user clicks it. Read/write **Long**.
## Syntax
- _expression_. `PressedForeColor`
+_expression_. `PressedForeColor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PressedForeShade.md b/api/Access.NavigationButton.PressedForeShade.md
index 7d83508e4eb..292131965a9 100644
--- a/api/Access.NavigationButton.PressedForeShade.md
+++ b/api/Access.NavigationButton.PressedForeShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PressedForeShade Property (Access)
+title: NavigationButton.PressedForeShade property (Access)
keywords: vbaac10.chm14626
f1_keywords:
- vbaac10.chm14626
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PressedForeShade Property (Access)
+# NavigationButton.PressedForeShade property (Access)
Gets or sets the shade applied to the theme color in the **PressedForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedForeShade`
+_expression_. `PressedForeShade`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PressedForeThemeColorIndex.md b/api/Access.NavigationButton.PressedForeThemeColorIndex.md
index c405c3fc754..aaead8d0bda 100644
--- a/api/Access.NavigationButton.PressedForeThemeColorIndex.md
+++ b/api/Access.NavigationButton.PressedForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PressedForeThemeColorIndex Property (Access)
+title: NavigationButton.PressedForeThemeColorIndex property (Access)
keywords: vbaac10.chm14624
f1_keywords:
- vbaac10.chm14624
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PressedForeThemeColorIndex Property (Access)
+# NavigationButton.PressedForeThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **PressedForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `PressedForeThemeColorIndex`
+_expression_. `PressedForeThemeColorIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PressedForeTint.md b/api/Access.NavigationButton.PressedForeTint.md
index 4db24870130..719f2c0db80 100644
--- a/api/Access.NavigationButton.PressedForeTint.md
+++ b/api/Access.NavigationButton.PressedForeTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PressedForeTint Property (Access)
+title: NavigationButton.PressedForeTint property (Access)
keywords: vbaac10.chm14625
f1_keywords:
- vbaac10.chm14625
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PressedForeTint Property (Access)
+# NavigationButton.PressedForeTint property (Access)
Gets or sets the tint applied to the theme color in the **PressedForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedForeTint`
+_expression_. `PressedForeTint`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PressedShade.md b/api/Access.NavigationButton.PressedShade.md
index bebdc4fa03a..02b6e725d62 100644
--- a/api/Access.NavigationButton.PressedShade.md
+++ b/api/Access.NavigationButton.PressedShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PressedShade Property (Access)
+title: NavigationButton.PressedShade property (Access)
keywords: vbaac10.chm14622
f1_keywords:
- vbaac10.chm14622
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PressedShade Property (Access)
+# NavigationButton.PressedShade property (Access)
Gets or sets the shade that is applied to the theme color in the **PressedColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedShade`
+_expression_. `PressedShade`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PressedThemeColorIndex.md b/api/Access.NavigationButton.PressedThemeColorIndex.md
index 14719cbcb0b..d26b05b9fe8 100644
--- a/api/Access.NavigationButton.PressedThemeColorIndex.md
+++ b/api/Access.NavigationButton.PressedThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PressedThemeColorIndex Property (Access)
+title: NavigationButton.PressedThemeColorIndex property (Access)
keywords: vbaac10.chm14620
f1_keywords:
- vbaac10.chm14620
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PressedThemeColorIndex Property (Access)
+# NavigationButton.PressedThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **PressedColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `PressedThemeColorIndex`
+_expression_. `PressedThemeColorIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.PressedTint.md b/api/Access.NavigationButton.PressedTint.md
index 36fd2cc2cbd..6601fc80670 100644
--- a/api/Access.NavigationButton.PressedTint.md
+++ b/api/Access.NavigationButton.PressedTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.PressedTint Property (Access)
+title: NavigationButton.PressedTint property (Access)
keywords: vbaac10.chm14621
f1_keywords:
- vbaac10.chm14621
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.PressedTint Property (Access)
+# NavigationButton.PressedTint property (Access)
Gets or sets the tint applied to the theme color in the **PressedColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedTint`
+_expression_. `PressedTint`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Properties.md b/api/Access.NavigationButton.Properties.md
index 0d4deb591b2..65b3019f830 100644
--- a/api/Access.NavigationButton.Properties.md
+++ b/api/Access.NavigationButton.Properties.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Properties Property (Access)
+title: NavigationButton.Properties property (Access)
keywords: vbaac10.chm10441
f1_keywords:
- vbaac10.chm10441
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Properties Property (Access)
+# NavigationButton.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.QuickStyle.md b/api/Access.NavigationButton.QuickStyle.md
index d5031e49066..e7659aaf80c 100644
--- a/api/Access.NavigationButton.QuickStyle.md
+++ b/api/Access.NavigationButton.QuickStyle.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.QuickStyle Property (Access)
+title: NavigationButton.QuickStyle property (Access)
keywords: vbaac10.chm14646
f1_keywords:
- vbaac10.chm14646
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.QuickStyle Property (Access)
+# NavigationButton.QuickStyle property (Access)
Gets or sets the Quick Style that is applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `QuickStyle`
+_expression_. `QuickStyle`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.ReadingOrder.md b/api/Access.NavigationButton.ReadingOrder.md
index 0591984c08a..97350aaea47 100644
--- a/api/Access.NavigationButton.ReadingOrder.md
+++ b/api/Access.NavigationButton.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ReadingOrder Property (Access)
+title: NavigationButton.ReadingOrder property (Access)
keywords: vbaac10.chm10505
f1_keywords:
- vbaac10.chm10505
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ReadingOrder Property (Access)
+# NavigationButton.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Requery.md b/api/Access.NavigationButton.Requery.md
index bd68584459e..d1ab2916de2 100644
--- a/api/Access.NavigationButton.Requery.md
+++ b/api/Access.NavigationButton.Requery.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Requery Method (Access)
+title: NavigationButton.Requery method (Access)
keywords: vbaac10.chm10443
f1_keywords:
- vbaac10.chm10443
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Requery Method (Access)
+# NavigationButton.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.RightPadding.md b/api/Access.NavigationButton.RightPadding.md
index ba345bb5234..57bc42a32ba 100644
--- a/api/Access.NavigationButton.RightPadding.md
+++ b/api/Access.NavigationButton.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.RightPadding Property (Access)
+title: NavigationButton.RightPadding property (Access)
keywords: vbaac10.chm10526
f1_keywords:
- vbaac10.chm10526
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.RightPadding Property (Access)
+# NavigationButton.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.Section.md b/api/Access.NavigationButton.Section.md
index 045f257da62..f524bf50fdf 100644
--- a/api/Access.NavigationButton.Section.md
+++ b/api/Access.NavigationButton.Section.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Section Property (Access)
+title: NavigationButton.Section property (Access)
keywords: vbaac10.chm10487
f1_keywords:
- vbaac10.chm10487
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Section Property (Access)
+# NavigationButton.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.SetFocus.md b/api/Access.NavigationButton.SetFocus.md
index db554b3707c..990b570ef23 100644
--- a/api/Access.NavigationButton.SetFocus.md
+++ b/api/Access.NavigationButton.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.SetFocus Method (Access)
+title: NavigationButton.SetFocus method (Access)
keywords: vbaac10.chm10444
f1_keywords:
- vbaac10.chm10444
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.SetFocus Method (Access)
+# NavigationButton.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Shadow.md b/api/Access.NavigationButton.Shadow.md
index b60caabbfb2..8f36362dd3e 100644
--- a/api/Access.NavigationButton.Shadow.md
+++ b/api/Access.NavigationButton.Shadow.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Shadow Property (Access)
+title: NavigationButton.Shadow property (Access)
keywords: vbaac10.chm14638
f1_keywords:
- vbaac10.chm14638
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Shadow Property (Access)
+# NavigationButton.Shadow property (Access)
Gets or sets the **Shadow** effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Shadow`
+_expression_. `Shadow`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Shape.md b/api/Access.NavigationButton.Shape.md
index 91652194477..9637f6d0e36 100644
--- a/api/Access.NavigationButton.Shape.md
+++ b/api/Access.NavigationButton.Shape.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Shape Property (Access)
+title: NavigationButton.Shape property (Access)
keywords: vbaac10.chm14628
f1_keywords:
- vbaac10.chm14628
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Shape Property (Access)
+# NavigationButton.Shape property (Access)
Returns or sets the shape of the specifiednavigation button. Read/write **Long**.
## Syntax
- _expression_. `Shape`
+_expression_. `Shape`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.ShortcutMenuBar.md b/api/Access.NavigationButton.ShortcutMenuBar.md
index 46a4430d651..36691f59814 100644
--- a/api/Access.NavigationButton.ShortcutMenuBar.md
+++ b/api/Access.NavigationButton.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ShortcutMenuBar Property (Access)
+title: NavigationButton.ShortcutMenuBar property (Access)
keywords: vbaac10.chm10479
f1_keywords:
- vbaac10.chm10479
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ShortcutMenuBar Property (Access)
+# NavigationButton.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.SizeToFit.md b/api/Access.NavigationButton.SizeToFit.md
index 859c1027bac..2de77a850ef 100644
--- a/api/Access.NavigationButton.SizeToFit.md
+++ b/api/Access.NavigationButton.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.SizeToFit Method (Access)
+title: NavigationButton.SizeToFit method (Access)
keywords: vbaac10.chm10442
f1_keywords:
- vbaac10.chm10442
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.SizeToFit Method (Access)
+# NavigationButton.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.SoftEdges.md b/api/Access.NavigationButton.SoftEdges.md
index a8800f715e4..b9adbea46bd 100644
--- a/api/Access.NavigationButton.SoftEdges.md
+++ b/api/Access.NavigationButton.SoftEdges.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.SoftEdges Property (Access)
+title: NavigationButton.SoftEdges property (Access)
keywords: vbaac10.chm14639
f1_keywords:
- vbaac10.chm14639
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.SoftEdges Property (Access)
+# NavigationButton.SoftEdges property (Access)
Gets or sets the **Soft Edges** effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `SoftEdges`
+_expression_. `SoftEdges`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.StatusBarText.md b/api/Access.NavigationButton.StatusBarText.md
index ac2e2c9aeef..577b8465817 100644
--- a/api/Access.NavigationButton.StatusBarText.md
+++ b/api/Access.NavigationButton.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.StatusBarText Property (Access)
+title: NavigationButton.StatusBarText property (Access)
keywords: vbaac10.chm10458
f1_keywords:
- vbaac10.chm10458
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.StatusBarText Property (Access)
+# NavigationButton.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.TabIndex.md b/api/Access.NavigationButton.TabIndex.md
index 98304597ca1..3b34b460d48 100644
--- a/api/Access.NavigationButton.TabIndex.md
+++ b/api/Access.NavigationButton.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.TabIndex Property (Access)
+title: NavigationButton.TabIndex property (Access)
keywords: vbaac10.chm10466
f1_keywords:
- vbaac10.chm10466
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.TabIndex Property (Access)
+# NavigationButton.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.TabStop.md b/api/Access.NavigationButton.TabStop.md
index 1c9621ef860..9291ff3d5dc 100644
--- a/api/Access.NavigationButton.TabStop.md
+++ b/api/Access.NavigationButton.TabStop.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.TabStop Property (Access)
+title: NavigationButton.TabStop property (Access)
keywords: vbaac10.chm10465
f1_keywords:
- vbaac10.chm10465
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.TabStop Property (Access)
+# NavigationButton.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Tag.md b/api/Access.NavigationButton.Tag.md
index 18865ab0920..78a60275d79 100644
--- a/api/Access.NavigationButton.Tag.md
+++ b/api/Access.NavigationButton.Tag.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Tag Property (Access)
+title: NavigationButton.Tag property (Access)
keywords: vbaac10.chm10489
f1_keywords:
- vbaac10.chm10489
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Tag Property (Access)
+# NavigationButton.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.ThemeFontIndex.md b/api/Access.NavigationButton.ThemeFontIndex.md
index fee91083a95..bddf10689ef 100644
--- a/api/Access.NavigationButton.ThemeFontIndex.md
+++ b/api/Access.NavigationButton.ThemeFontIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.ThemeFontIndex Property (Access)
+title: NavigationButton.ThemeFontIndex property (Access)
keywords: vbaac10.chm14610
f1_keywords:
- vbaac10.chm14610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.ThemeFontIndex Property (Access)
+# NavigationButton.ThemeFontIndex property (Access)
Gets or sets the font index that represents a font in the applied theme associated with the **FontName** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ThemeFontIndex`
+_expression_. `ThemeFontIndex`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Top.md b/api/Access.NavigationButton.Top.md
index f6aad56f948..d9514ddc1e9 100644
--- a/api/Access.NavigationButton.Top.md
+++ b/api/Access.NavigationButton.Top.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Top Property (Access)
+title: NavigationButton.Top property (Access)
keywords: vbaac10.chm10468
f1_keywords:
- vbaac10.chm10468
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Top Property (Access)
+# NavigationButton.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.TopPadding.md b/api/Access.NavigationButton.TopPadding.md
index 05c2346ea8a..d6d1f460f8a 100644
--- a/api/Access.NavigationButton.TopPadding.md
+++ b/api/Access.NavigationButton.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.TopPadding Property (Access)
+title: NavigationButton.TopPadding property (Access)
keywords: vbaac10.chm10525
f1_keywords:
- vbaac10.chm10525
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.TopPadding Property (Access)
+# NavigationButton.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## See also
diff --git a/api/Access.NavigationButton.Transparent.md b/api/Access.NavigationButton.Transparent.md
index d9092060a90..9a2405b7869 100644
--- a/api/Access.NavigationButton.Transparent.md
+++ b/api/Access.NavigationButton.Transparent.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Transparent Property (Access)
+title: NavigationButton.Transparent property (Access)
keywords: vbaac10.chm10454
f1_keywords:
- vbaac10.chm10454
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Transparent Property (Access)
+# NavigationButton.Transparent property (Access)
You can use the **Transparent** property to specify whether a command button is solid or transparent. Read/write **Boolean**.
## Syntax
- _expression_. `Transparent`
+_expression_. `Transparent`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.VerticalAnchor.md b/api/Access.NavigationButton.VerticalAnchor.md
index 2347b4cc2af..2e48f5f502a 100644
--- a/api/Access.NavigationButton.VerticalAnchor.md
+++ b/api/Access.NavigationButton.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.VerticalAnchor Property (Access)
+title: NavigationButton.VerticalAnchor property (Access)
keywords: vbaac10.chm10538
f1_keywords:
- vbaac10.chm10538
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.VerticalAnchor Property (Access)
+# NavigationButton.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified text box is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Visible.md b/api/Access.NavigationButton.Visible.md
index 8a8d06e6bb8..6deaf5bb8c8 100644
--- a/api/Access.NavigationButton.Visible.md
+++ b/api/Access.NavigationButton.Visible.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Visible Property (Access)
+title: NavigationButton.Visible property (Access)
keywords: vbaac10.chm10462
f1_keywords:
- vbaac10.chm10462
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Visible Property (Access)
+# NavigationButton.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.Width.md b/api/Access.NavigationButton.Width.md
index f80e125c981..eed8ae126da 100644
--- a/api/Access.NavigationButton.Width.md
+++ b/api/Access.NavigationButton.Width.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.Width Property (Access)
+title: NavigationButton.Width property (Access)
keywords: vbaac10.chm10469
f1_keywords:
- vbaac10.chm10469
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.Width Property (Access)
+# NavigationButton.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.NavigationButton.md b/api/Access.NavigationButton.md
index 79f6dca24b2..abbd8c74f46 100644
--- a/api/Access.NavigationButton.md
+++ b/api/Access.NavigationButton.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton Object (Access)
+title: NavigationButton object (Access)
keywords: vbaac10.chm11201
f1_keywords:
- vbaac10.chm11201
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationButton Object (Access)
+# NavigationButton object (Access)
This object represents a navigation button in a navigation control on a form.
diff --git a/api/Access.NavigationControl.AfterUpdate.md b/api/Access.NavigationControl.AfterUpdate.md
index 503b2b65488..9a1b0eccf2a 100644
--- a/api/Access.NavigationControl.AfterUpdate.md
+++ b/api/Access.NavigationControl.AfterUpdate.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.AfterUpdate Event (Access)
+title: NavigationControl.AfterUpdate event (Access)
keywords: vbaac10.chm14195
f1_keywords:
- vbaac10.chm14195
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.AfterUpdate Event (Access)
+# NavigationControl.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Application.md b/api/Access.NavigationControl.Application.md
index cd668c7f98b..c456e4cb886 100644
--- a/api/Access.NavigationControl.Application.md
+++ b/api/Access.NavigationControl.Application.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Application Property (Access)
+title: NavigationControl.Application property (Access)
keywords: vbaac10.chm11028
f1_keywords:
- vbaac10.chm11028
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Application Property (Access)
+# NavigationControl.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.AutoTab.md b/api/Access.NavigationControl.AutoTab.md
index c7b50745f26..397c80bc32f 100644
--- a/api/Access.NavigationControl.AutoTab.md
+++ b/api/Access.NavigationControl.AutoTab.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.AutoTab Property (Access)
+title: NavigationControl.AutoTab property (Access)
keywords: vbaac10.chm11063
f1_keywords:
- vbaac10.chm11063
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.AutoTab Property (Access)
+# NavigationControl.AutoTab property (Access)
You can use the **AutoTab** property to specify whether an automatic tab occurs when the last character permitted by a text box control's input mask is entered. An automatic tab moves the focus to the next control in the form's tab order. Read/write **Boolean**.
## Syntax
- _expression_. `AutoTab`
+_expression_. `AutoTab`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BackColor.md b/api/Access.NavigationControl.BackColor.md
index 211a011ac8c..d1296e2838c 100644
--- a/api/Access.NavigationControl.BackColor.md
+++ b/api/Access.NavigationControl.BackColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BackColor Property (Access)
+title: NavigationControl.BackColor property (Access)
keywords: vbaac10.chm11076
f1_keywords:
- vbaac10.chm11076
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BackColor Property (Access)
+# NavigationControl.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BackShade.md b/api/Access.NavigationControl.BackShade.md
index 9fed406146a..ba23d96752e 100644
--- a/api/Access.NavigationControl.BackShade.md
+++ b/api/Access.NavigationControl.BackShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BackShade Property (Access)
+title: NavigationControl.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BackShade Property (Access)
+# NavigationControl.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BackStyle.md b/api/Access.NavigationControl.BackStyle.md
index 97ea5cad55d..784f33625fd 100644
--- a/api/Access.NavigationControl.BackStyle.md
+++ b/api/Access.NavigationControl.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BackStyle Property (Access)
+title: NavigationControl.BackStyle property (Access)
keywords: vbaac10.chm11075
f1_keywords:
- vbaac10.chm11075
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BackStyle Property (Access)
+# NavigationControl.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BackThemeColorIndex.md b/api/Access.NavigationControl.BackThemeColorIndex.md
index 95bd06eceaf..4bb23b5b997 100644
--- a/api/Access.NavigationControl.BackThemeColorIndex.md
+++ b/api/Access.NavigationControl.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BackThemeColorIndex Property (Access)
+title: NavigationControl.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BackThemeColorIndex Property (Access)
+# NavigationControl.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BackTint.md b/api/Access.NavigationControl.BackTint.md
index cf117b014c6..c94b0ac0dfb 100644
--- a/api/Access.NavigationControl.BackTint.md
+++ b/api/Access.NavigationControl.BackTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BackTint Property (Access)
+title: NavigationControl.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BackTint Property (Access)
+# NavigationControl.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BeforeUpdate.md b/api/Access.NavigationControl.BeforeUpdate.md
index 05a1b209695..5ba5b3e4ab5 100644
--- a/api/Access.NavigationControl.BeforeUpdate.md
+++ b/api/Access.NavigationControl.BeforeUpdate.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BeforeUpdate Event (Access)
+title: NavigationControl.BeforeUpdate event (Access)
keywords: vbaac10.chm14194
f1_keywords:
- vbaac10.chm14194
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# NavigationControl.BeforeUpdate Event (Access)
+# NavigationControl.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_`, )
+_expression_. `BeforeUpdate`( ` _Cancel_`, )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.BorderColor.md b/api/Access.NavigationControl.BorderColor.md
index c47a6c9881c..bc878fa8357 100644
--- a/api/Access.NavigationControl.BorderColor.md
+++ b/api/Access.NavigationControl.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BorderColor Property (Access)
+title: NavigationControl.BorderColor property (Access)
keywords: vbaac10.chm11080
f1_keywords:
- vbaac10.chm11080
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BorderColor Property (Access)
+# NavigationControl.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BorderShade.md b/api/Access.NavigationControl.BorderShade.md
index 6880c545afa..0bb13d91523 100644
--- a/api/Access.NavigationControl.BorderShade.md
+++ b/api/Access.NavigationControl.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BorderShade Property (Access)
+title: NavigationControl.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BorderShade Property (Access)
+# NavigationControl.BorderShade property (Access)
Gets or sets the shade applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BorderStyle.md b/api/Access.NavigationControl.BorderStyle.md
index 01a36352e32..3d72984973e 100644
--- a/api/Access.NavigationControl.BorderStyle.md
+++ b/api/Access.NavigationControl.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BorderStyle Property (Access)
+title: NavigationControl.BorderStyle property (Access)
keywords: vbaac10.chm11078
f1_keywords:
- vbaac10.chm11078
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BorderStyle Property (Access)
+# NavigationControl.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BorderThemeColorIndex.md b/api/Access.NavigationControl.BorderThemeColorIndex.md
index 4229477003c..bdc19a66251 100644
--- a/api/Access.NavigationControl.BorderThemeColorIndex.md
+++ b/api/Access.NavigationControl.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BorderThemeColorIndex Property (Access)
+title: NavigationControl.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BorderThemeColorIndex Property (Access)
+# NavigationControl.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BorderTint.md b/api/Access.NavigationControl.BorderTint.md
index 542bed2e85e..dd592acd9eb 100644
--- a/api/Access.NavigationControl.BorderTint.md
+++ b/api/Access.NavigationControl.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BorderTint Property (Access)
+title: NavigationControl.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BorderTint Property (Access)
+# NavigationControl.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BorderWidth.md b/api/Access.NavigationControl.BorderWidth.md
index 50cf0d00379..fba3f357fdc 100644
--- a/api/Access.NavigationControl.BorderWidth.md
+++ b/api/Access.NavigationControl.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BorderWidth Property (Access)
+title: NavigationControl.BorderWidth property (Access)
keywords: vbaac10.chm11081
f1_keywords:
- vbaac10.chm11081
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BorderWidth Property (Access)
+# NavigationControl.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.BottomPadding.md b/api/Access.NavigationControl.BottomPadding.md
index 0c18a61eb53..8b12ccf63a7 100644
--- a/api/Access.NavigationControl.BottomPadding.md
+++ b/api/Access.NavigationControl.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.BottomPadding Property (Access)
+title: NavigationControl.BottomPadding property (Access)
keywords: vbaac10.chm11155
f1_keywords:
- vbaac10.chm11155
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.BottomPadding Property (Access)
+# NavigationControl.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.Change.md b/api/Access.NavigationControl.Change.md
index 11532de0748..ea8c08caa94 100644
--- a/api/Access.NavigationControl.Change.md
+++ b/api/Access.NavigationControl.Change.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Change Event (Access)
+title: NavigationControl.Change event (Access)
keywords: vbaac10.chm14196
f1_keywords:
- vbaac10.chm14196
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# NavigationControl.Change Event (Access)
+# NavigationControl.Change event (Access)
The **Change** event occurs when the contents of the specified control changes.
## Syntax
- _expression_. `Change`
+_expression_. `Change`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.Click.md b/api/Access.NavigationControl.Click.md
index a1daaf2f8b1..4fdf5f6f86d 100644
--- a/api/Access.NavigationControl.Click.md
+++ b/api/Access.NavigationControl.Click.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Click Event (Access)
+title: NavigationControl.Click event (Access)
keywords: vbaac10.chm14201
f1_keywords:
- vbaac10.chm14201
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# NavigationControl.Click Event (Access)
+# NavigationControl.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.ControlTipText.md b/api/Access.NavigationControl.ControlTipText.md
index 486b4ee6e00..70f995fd25c 100644
--- a/api/Access.NavigationControl.ControlTipText.md
+++ b/api/Access.NavigationControl.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.ControlTipText Property (Access)
+title: NavigationControl.ControlTipText property (Access)
keywords: vbaac10.chm11093
f1_keywords:
- vbaac10.chm11093
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.ControlTipText Property (Access)
+# NavigationControl.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.ControlType.md b/api/Access.NavigationControl.ControlType.md
index 347e408affd..4e9c41bbdfd 100644
--- a/api/Access.NavigationControl.ControlType.md
+++ b/api/Access.NavigationControl.ControlType.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.ControlType Property (Access)
+title: NavigationControl.ControlType property (Access)
keywords: vbaac10.chm11042
f1_keywords:
- vbaac10.chm11042
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.ControlType Property (Access)
+# NavigationControl.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Controls.md b/api/Access.NavigationControl.Controls.md
index d6d71a60ce3..1b9ddaf0540 100644
--- a/api/Access.NavigationControl.Controls.md
+++ b/api/Access.NavigationControl.Controls.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Controls Property (Access)
+title: NavigationControl.Controls property (Access)
keywords: vbaac10.chm11036
f1_keywords:
- vbaac10.chm11036
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Controls Property (Access)
+# NavigationControl.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.DblClick.md b/api/Access.NavigationControl.DblClick.md
index 3af5604c2be..dd2fc22b54f 100644
--- a/api/Access.NavigationControl.DblClick.md
+++ b/api/Access.NavigationControl.DblClick.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.DblClick Event (Access)
+title: NavigationControl.DblClick event (Access)
keywords: vbaac10.chm14202
f1_keywords:
- vbaac10.chm14202
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# NavigationControl.DblClick Event (Access)
+# NavigationControl.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_`, )
+_expression_. `DblClick`( ` _Cancel_`, )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.Dirty.md b/api/Access.NavigationControl.Dirty.md
index d56b9ebed41..26091411bbd 100644
--- a/api/Access.NavigationControl.Dirty.md
+++ b/api/Access.NavigationControl.Dirty.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Dirty Event (Access)
+title: NavigationControl.Dirty event (Access)
keywords: vbaac10.chm14209
f1_keywords:
- vbaac10.chm14209
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# NavigationControl.Dirty Event (Access)
+# NavigationControl.Dirty event (Access)
The Dirty event occurs when the contents of the specified control changes.
## Syntax
- _expression_. `Dirty`( ` _Cancel_`, )
+_expression_. `Dirty`( ` _Cancel_`, )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.DisplayWhen.md b/api/Access.NavigationControl.DisplayWhen.md
index 4bca5bc887a..aa8c760774d 100644
--- a/api/Access.NavigationControl.DisplayWhen.md
+++ b/api/Access.NavigationControl.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.DisplayWhen Property (Access)
+title: NavigationControl.DisplayWhen property (Access)
keywords: vbaac10.chm11057
f1_keywords:
- vbaac10.chm11057
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.DisplayWhen Property (Access)
+# NavigationControl.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Enabled.md b/api/Access.NavigationControl.Enabled.md
index 00b3ff4f212..f99a685e3ee 100644
--- a/api/Access.NavigationControl.Enabled.md
+++ b/api/Access.NavigationControl.Enabled.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Enabled Property (Access)
+title: NavigationControl.Enabled property (Access)
keywords: vbaac10.chm11060
f1_keywords:
- vbaac10.chm11060
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Enabled Property (Access)
+# NavigationControl.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Enter.md b/api/Access.NavigationControl.Enter.md
index d3ed6bf1254..3db7e7bdfdd 100644
--- a/api/Access.NavigationControl.Enter.md
+++ b/api/Access.NavigationControl.Enter.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Enter Event (Access)
+title: NavigationControl.Enter event (Access)
keywords: vbaac10.chm14197
f1_keywords:
- vbaac10.chm14197
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# NavigationControl.Enter Event (Access)
+# NavigationControl.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.EventProcPrefix.md b/api/Access.NavigationControl.EventProcPrefix.md
index 0bd749e9cf6..ff7a9be828d 100644
--- a/api/Access.NavigationControl.EventProcPrefix.md
+++ b/api/Access.NavigationControl.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.EventProcPrefix Property (Access)
+title: NavigationControl.EventProcPrefix property (Access)
keywords: vbaac10.chm11040
f1_keywords:
- vbaac10.chm11040
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.EventProcPrefix Property (Access)
+# NavigationControl.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Exit.md b/api/Access.NavigationControl.Exit.md
index ce56ca4a19e..179bfc49b4d 100644
--- a/api/Access.NavigationControl.Exit.md
+++ b/api/Access.NavigationControl.Exit.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Exit Event (Access)
+title: NavigationControl.Exit event (Access)
keywords: vbaac10.chm14198
f1_keywords:
- vbaac10.chm14198
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# NavigationControl.Exit Event (Access)
+# NavigationControl.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_`, )
+_expression_. `Exit`( ` _Cancel_`, )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.FilterLookup.md b/api/Access.NavigationControl.FilterLookup.md
index 1e49bb544bd..22cd74b889c 100644
--- a/api/Access.NavigationControl.FilterLookup.md
+++ b/api/Access.NavigationControl.FilterLookup.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.FilterLookup Property (Access)
+title: NavigationControl.FilterLookup property (Access)
keywords: vbaac10.chm11062
f1_keywords:
- vbaac10.chm11062
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.FilterLookup Property (Access)
+# NavigationControl.FilterLookup property (Access)
You can use the **FilterLookup** property to specify whether values appear in a boundtext box control when using the Filter By Form or Server Filter By Form window. Read/write **Byte**.
## Syntax
- _expression_. `FilterLookup`
+_expression_. `FilterLookup`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.FormatConditions.md b/api/Access.NavigationControl.FormatConditions.md
index aff08436f4d..9993a83d644 100644
--- a/api/Access.NavigationControl.FormatConditions.md
+++ b/api/Access.NavigationControl.FormatConditions.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.FormatConditions Property (Access)
+title: NavigationControl.FormatConditions property (Access)
keywords: vbaac10.chm11038
f1_keywords:
- vbaac10.chm11038
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.FormatConditions Property (Access)
+# NavigationControl.FormatConditions property (Access)
You can use the **FormatConditions** property to return a read-only reference to the **[FormatConditions](Access.FormatConditions.md)** collection and its related properties.
## Syntax
- _expression_. `FormatConditions`
+_expression_. `FormatConditions`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Example
diff --git a/api/Access.NavigationControl.GotFocus.md b/api/Access.NavigationControl.GotFocus.md
index 0701f1064e0..2ccbcfb3f87 100644
--- a/api/Access.NavigationControl.GotFocus.md
+++ b/api/Access.NavigationControl.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GotFocus Event (Access)
+title: NavigationControl.GotFocus event (Access)
keywords: vbaac10.chm14199
f1_keywords:
- vbaac10.chm14199
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# NavigationControl.GotFocus Event (Access)
+# NavigationControl.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.GridlineColor.md b/api/Access.NavigationControl.GridlineColor.md
index b87a477f65f..032d596a5fd 100644
--- a/api/Access.NavigationControl.GridlineColor.md
+++ b/api/Access.NavigationControl.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineColor Property (Access)
+title: NavigationControl.GridlineColor property (Access)
keywords: vbaac10.chm11164
f1_keywords:
- vbaac10.chm11164
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineColor Property (Access)
+# NavigationControl.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified list box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineShade.md b/api/Access.NavigationControl.GridlineShade.md
index f88dee6012e..9d2ce0c6671 100644
--- a/api/Access.NavigationControl.GridlineShade.md
+++ b/api/Access.NavigationControl.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineShade Property (Access)
+title: NavigationControl.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineShade Property (Access)
+# NavigationControl.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents an [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineStyleBottom.md b/api/Access.NavigationControl.GridlineStyleBottom.md
index 4d2ce424b4d..78e98776574 100644
--- a/api/Access.NavigationControl.GridlineStyleBottom.md
+++ b/api/Access.NavigationControl.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineStyleBottom Property (Access)
+title: NavigationControl.GridlineStyleBottom property (Access)
keywords: vbaac10.chm11159
f1_keywords:
- vbaac10.chm11159
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineStyleBottom Property (Access)
+# NavigationControl.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineStyleLeft.md b/api/Access.NavigationControl.GridlineStyleLeft.md
index a62d091a3b9..015fa5290ae 100644
--- a/api/Access.NavigationControl.GridlineStyleLeft.md
+++ b/api/Access.NavigationControl.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineStyleLeft Property (Access)
+title: NavigationControl.GridlineStyleLeft property (Access)
keywords: vbaac10.chm11156
f1_keywords:
- vbaac10.chm11156
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineStyleLeft Property (Access)
+# NavigationControl.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineStyleRight.md b/api/Access.NavigationControl.GridlineStyleRight.md
index b4f6084b5a0..0fc44ffbbde 100644
--- a/api/Access.NavigationControl.GridlineStyleRight.md
+++ b/api/Access.NavigationControl.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineStyleRight Property (Access)
+title: NavigationControl.GridlineStyleRight property (Access)
keywords: vbaac10.chm11158
f1_keywords:
- vbaac10.chm11158
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineStyleRight Property (Access)
+# NavigationControl.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineStyleTop.md b/api/Access.NavigationControl.GridlineStyleTop.md
index aa4208c4b24..b248253b3b8 100644
--- a/api/Access.NavigationControl.GridlineStyleTop.md
+++ b/api/Access.NavigationControl.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineStyleTop Property (Access)
+title: NavigationControl.GridlineStyleTop property (Access)
keywords: vbaac10.chm11157
f1_keywords:
- vbaac10.chm11157
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineStyleTop Property (Access)
+# NavigationControl.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineThemeColorIndex.md b/api/Access.NavigationControl.GridlineThemeColorIndex.md
index 0b79fada4bf..db8da51ff9d 100644
--- a/api/Access.NavigationControl.GridlineThemeColorIndex.md
+++ b/api/Access.NavigationControl.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineThemeColorIndex Property (Access)
+title: NavigationControl.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineThemeColorIndex Property (Access)
+# NavigationControl.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineTint.md b/api/Access.NavigationControl.GridlineTint.md
index 547de9c1bfd..fe45df713c1 100644
--- a/api/Access.NavigationControl.GridlineTint.md
+++ b/api/Access.NavigationControl.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineTint Property (Access)
+title: NavigationControl.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineTint Property (Access)
+# NavigationControl.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineWidthBottom.md b/api/Access.NavigationControl.GridlineWidthBottom.md
index 311dd332a87..af882b492ea 100644
--- a/api/Access.NavigationControl.GridlineWidthBottom.md
+++ b/api/Access.NavigationControl.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineWidthBottom Property (Access)
+title: NavigationControl.GridlineWidthBottom property (Access)
keywords: vbaac10.chm11163
f1_keywords:
- vbaac10.chm11163
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineWidthBottom Property (Access)
+# NavigationControl.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineWidthLeft.md b/api/Access.NavigationControl.GridlineWidthLeft.md
index 5e53cc8eaad..b680c6bc07f 100644
--- a/api/Access.NavigationControl.GridlineWidthLeft.md
+++ b/api/Access.NavigationControl.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineWidthLeft Property (Access)
+title: NavigationControl.GridlineWidthLeft property (Access)
keywords: vbaac10.chm11160
f1_keywords:
- vbaac10.chm11160
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineWidthLeft Property (Access)
+# NavigationControl.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineWidthRight.md b/api/Access.NavigationControl.GridlineWidthRight.md
index a76b34de315..8e6d3fa3339 100644
--- a/api/Access.NavigationControl.GridlineWidthRight.md
+++ b/api/Access.NavigationControl.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineWidthRight Property (Access)
+title: NavigationControl.GridlineWidthRight property (Access)
keywords: vbaac10.chm11162
f1_keywords:
- vbaac10.chm11162
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineWidthRight Property (Access)
+# NavigationControl.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.GridlineWidthTop.md b/api/Access.NavigationControl.GridlineWidthTop.md
index e33530732df..a51e280b11d 100644
--- a/api/Access.NavigationControl.GridlineWidthTop.md
+++ b/api/Access.NavigationControl.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.GridlineWidthTop Property (Access)
+title: NavigationControl.GridlineWidthTop property (Access)
keywords: vbaac10.chm11161
f1_keywords:
- vbaac10.chm11161
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.GridlineWidthTop Property (Access)
+# NavigationControl.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Height.md b/api/Access.NavigationControl.Height.md
index 5c1233cec37..3464d0e3771 100644
--- a/api/Access.NavigationControl.Height.md
+++ b/api/Access.NavigationControl.Height.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Height Property (Access)
+title: NavigationControl.Height property (Access)
keywords: vbaac10.chm11074
f1_keywords:
- vbaac10.chm11074
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Height Property (Access)
+# NavigationControl.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.HelpContextId.md b/api/Access.NavigationControl.HelpContextId.md
index 2f04c58fa56..b3c1462d715 100644
--- a/api/Access.NavigationControl.HelpContextId.md
+++ b/api/Access.NavigationControl.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.HelpContextId Property (Access)
+title: NavigationControl.HelpContextId property (Access)
keywords: vbaac10.chm11094
f1_keywords:
- vbaac10.chm11094
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.HelpContextId Property (Access)
+# NavigationControl.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.HorizontalAnchor.md b/api/Access.NavigationControl.HorizontalAnchor.md
index 4e5e9e93ed3..cd66acf2772 100644
--- a/api/Access.NavigationControl.HorizontalAnchor.md
+++ b/api/Access.NavigationControl.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.HorizontalAnchor Property (Access)
+title: NavigationControl.HorizontalAnchor property (Access)
keywords: vbaac10.chm11165
f1_keywords:
- vbaac10.chm11165
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.HorizontalAnchor Property (Access)
+# NavigationControl.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the text box is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Hyperlink.md b/api/Access.NavigationControl.Hyperlink.md
index c5b6389c56e..bf26df4206b 100644
--- a/api/Access.NavigationControl.Hyperlink.md
+++ b/api/Access.NavigationControl.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Hyperlink Property (Access)
+title: NavigationControl.Hyperlink property (Access)
keywords: vbaac10.chm11037
f1_keywords:
- vbaac10.chm11037
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Hyperlink Property (Access)
+# NavigationControl.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Example
diff --git a/api/Access.NavigationControl.InSelection.md b/api/Access.NavigationControl.InSelection.md
index d05d9b932c3..c9ccbc965f3 100644
--- a/api/Access.NavigationControl.InSelection.md
+++ b/api/Access.NavigationControl.InSelection.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.InSelection Property (Access)
+title: NavigationControl.InSelection property (Access)
keywords: vbaac10.chm11114
f1_keywords:
- vbaac10.chm11114
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.InSelection Property (Access)
+# NavigationControl.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.IsVisible.md b/api/Access.NavigationControl.IsVisible.md
index af672670b3e..4802c17206c 100644
--- a/api/Access.NavigationControl.IsVisible.md
+++ b/api/Access.NavigationControl.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.IsVisible Property (Access)
+title: NavigationControl.IsVisible property (Access)
keywords: vbaac10.chm11113
f1_keywords:
- vbaac10.chm11113
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.IsVisible Property (Access)
+# NavigationControl.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.KeyDown.md b/api/Access.NavigationControl.KeyDown.md
index 68a83cef190..8eba2d613d5 100644
--- a/api/Access.NavigationControl.KeyDown.md
+++ b/api/Access.NavigationControl.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.KeyDown Event (Access)
+title: NavigationControl.KeyDown event (Access)
keywords: vbaac10.chm14206
f1_keywords:
- vbaac10.chm14206
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# NavigationControl.KeyDown Event (Access)
+# NavigationControl.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**||
| _Shift_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.KeyPress.md b/api/Access.NavigationControl.KeyPress.md
index 64948169caf..21c46dfd1ff 100644
--- a/api/Access.NavigationControl.KeyPress.md
+++ b/api/Access.NavigationControl.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.KeyPress Event (Access)
+title: NavigationControl.KeyPress event (Access)
keywords: vbaac10.chm14207
f1_keywords:
- vbaac10.chm14207
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# NavigationControl.KeyPress Event (Access)
+# NavigationControl.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_`, )
+_expression_. `KeyPress`( ` _KeyAscii_`, )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.KeyUp.md b/api/Access.NavigationControl.KeyUp.md
index cf817c7dde2..37aac3ed8f5 100644
--- a/api/Access.NavigationControl.KeyUp.md
+++ b/api/Access.NavigationControl.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.KeyUp Event (Access)
+title: NavigationControl.KeyUp event (Access)
keywords: vbaac10.chm14208
f1_keywords:
- vbaac10.chm14208
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# NavigationControl.KeyUp Event (Access)
+# NavigationControl.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**||
| _Shift_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.KeyboardLanguage.md b/api/Access.NavigationControl.KeyboardLanguage.md
index e7ee9cf34fd..d9ef116adcf 100644
--- a/api/Access.NavigationControl.KeyboardLanguage.md
+++ b/api/Access.NavigationControl.KeyboardLanguage.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.KeyboardLanguage Property (Access)
+title: NavigationControl.KeyboardLanguage property (Access)
keywords: vbaac10.chm11131
f1_keywords:
- vbaac10.chm11131
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationControl.KeyboardLanguage Property (Access)
+# NavigationControl.KeyboardLanguage property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `KeyboardLanguage`
+_expression_. `KeyboardLanguage`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Layout.md b/api/Access.NavigationControl.Layout.md
index efe92e3e5eb..b8f621a687e 100644
--- a/api/Access.NavigationControl.Layout.md
+++ b/api/Access.NavigationControl.Layout.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Layout Property (Access)
+title: NavigationControl.Layout property (Access)
keywords: vbaac10.chm11150
f1_keywords:
- vbaac10.chm11150
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Layout Property (Access)
+# NavigationControl.Layout property (Access)
Returns the type of layout for the specified text box. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.LayoutID.md b/api/Access.NavigationControl.LayoutID.md
index dddafe7086b..672ca3957ac 100644
--- a/api/Access.NavigationControl.LayoutID.md
+++ b/api/Access.NavigationControl.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.LayoutID Property (Access)
+title: NavigationControl.LayoutID property (Access)
keywords: vbaac10.chm11182
f1_keywords:
- vbaac10.chm11182
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.LayoutID Property (Access)
+# NavigationControl.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified text box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Left.md b/api/Access.NavigationControl.Left.md
index 5dc0f3e5d31..e5c1dc6c35f 100644
--- a/api/Access.NavigationControl.Left.md
+++ b/api/Access.NavigationControl.Left.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Left Property (Access)
+title: NavigationControl.Left property (Access)
keywords: vbaac10.chm11071
f1_keywords:
- vbaac10.chm11071
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Left Property (Access)
+# NavigationControl.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.LeftPadding.md b/api/Access.NavigationControl.LeftPadding.md
index b14ff27a6c9..411003644be 100644
--- a/api/Access.NavigationControl.LeftPadding.md
+++ b/api/Access.NavigationControl.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.LeftPadding Property (Access)
+title: NavigationControl.LeftPadding property (Access)
keywords: vbaac10.chm11152
f1_keywords:
- vbaac10.chm11152
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.LeftPadding Property (Access)
+# NavigationControl.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.LineSpacing.md b/api/Access.NavigationControl.LineSpacing.md
index 848a143be04..6c6f1cff37f 100644
--- a/api/Access.NavigationControl.LineSpacing.md
+++ b/api/Access.NavigationControl.LineSpacing.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.LineSpacing Property (Access)
+title: NavigationControl.LineSpacing property (Access)
keywords: vbaac10.chm11140
f1_keywords:
- vbaac10.chm11140
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.LineSpacing Property (Access)
+# NavigationControl.LineSpacing property (Access)
You can use the **LineSpacing** property to specify or determine the location of information displayed within a label or text box control. Read/write **Integer**.
## Syntax
- _expression_. `LineSpacing`
+_expression_. `LineSpacing`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.LostFocus.md b/api/Access.NavigationControl.LostFocus.md
index 86364b1e6b2..6a3e7a14a70 100644
--- a/api/Access.NavigationControl.LostFocus.md
+++ b/api/Access.NavigationControl.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.LostFocus Event (Access)
+title: NavigationControl.LostFocus event (Access)
keywords: vbaac10.chm14200
f1_keywords:
- vbaac10.chm14200
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# NavigationControl.LostFocus Event (Access)
+# NavigationControl.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.MouseDown.md b/api/Access.NavigationControl.MouseDown.md
index ab0c67350b6..ecccc1a8070 100644
--- a/api/Access.NavigationControl.MouseDown.md
+++ b/api/Access.NavigationControl.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.MouseDown Event (Access)
+title: NavigationControl.MouseDown event (Access)
keywords: vbaac10.chm14203
f1_keywords:
- vbaac10.chm14203
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# NavigationControl.MouseDown Event (Access)
+# NavigationControl.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**||
| _Shift_|Required|**Integer**||
| _X_|Required|**Single**||
| _Y_|Required|**Single**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.MouseMove.md b/api/Access.NavigationControl.MouseMove.md
index a44828b62cf..775e5280406 100644
--- a/api/Access.NavigationControl.MouseMove.md
+++ b/api/Access.NavigationControl.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.MouseMove Event (Access)
+title: NavigationControl.MouseMove event (Access)
keywords: vbaac10.chm14204
f1_keywords:
- vbaac10.chm14204
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# NavigationControl.MouseMove Event (Access)
+# NavigationControl.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**||
| _Shift_|Required|**Integer**||
| _X_|Required|**Single**||
| _Y_|Required|**Single**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.MouseUp.md b/api/Access.NavigationControl.MouseUp.md
index 84a036abda8..e3cd0e0cafc 100644
--- a/api/Access.NavigationControl.MouseUp.md
+++ b/api/Access.NavigationControl.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.MouseUp Event (Access)
+title: NavigationControl.MouseUp event (Access)
keywords: vbaac10.chm14205
f1_keywords:
- vbaac10.chm14205
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# NavigationControl.MouseUp Event (Access)
+# NavigationControl.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**||
| _Shift_|Required|**Integer**||
| _X_|Required|**Single**||
| _Y_|Required|**Single**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.Move.md b/api/Access.NavigationControl.Move.md
index 90be46c08a6..8a55db0ba84 100644
--- a/api/Access.NavigationControl.Move.md
+++ b/api/Access.NavigationControl.Move.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Move Method (Access)
+title: NavigationControl.Move method (Access)
keywords: vbaac10.chm11144
f1_keywords:
- vbaac10.chm11144
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# NavigationControl.Move Method (Access)
+# NavigationControl.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**||
| _Top_|Optional|**Variant**||
diff --git a/api/Access.NavigationControl.Name.md b/api/Access.NavigationControl.Name.md
index d337b7680dc..7aeb962e872 100644
--- a/api/Access.NavigationControl.Name.md
+++ b/api/Access.NavigationControl.Name.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Name Property (Access)
+title: NavigationControl.Name property (Access)
keywords: vbaac10.chm11136
f1_keywords:
- vbaac10.chm11136
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Name Property (Access)
+# NavigationControl.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.NumeralShapes.md b/api/Access.NavigationControl.NumeralShapes.md
index 5d99e2ce8a5..a9ba3c9d76d 100644
--- a/api/Access.NavigationControl.NumeralShapes.md
+++ b/api/Access.NavigationControl.NumeralShapes.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.NumeralShapes Property (Access)
+title: NavigationControl.NumeralShapes property (Access)
keywords: vbaac10.chm11134
f1_keywords:
- vbaac10.chm11134
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationControl.NumeralShapes Property (Access)
+# NavigationControl.NumeralShapes property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `NumeralShapes`
+_expression_. `NumeralShapes`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.OldBorderStyle.md b/api/Access.NavigationControl.OldBorderStyle.md
index 981532bed3b..6efb6f881ad 100644
--- a/api/Access.NavigationControl.OldBorderStyle.md
+++ b/api/Access.NavigationControl.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OldBorderStyle Property (Access)
+title: NavigationControl.OldBorderStyle property (Access)
keywords: vbaac10.chm11079
f1_keywords:
- vbaac10.chm11079
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OldBorderStyle Property (Access)
+# NavigationControl.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.OldValue.md b/api/Access.NavigationControl.OldValue.md
index 06bb3504c8b..75ce07684f9 100644
--- a/api/Access.NavigationControl.OldValue.md
+++ b/api/Access.NavigationControl.OldValue.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OldValue Property (Access)
+title: NavigationControl.OldValue property (Access)
keywords: vbaac10.chm11031
f1_keywords:
- vbaac10.chm11031
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OldValue Property (Access)
+# NavigationControl.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.OnClick.md b/api/Access.NavigationControl.OnClick.md
index 4d211f08a03..28654758877 100644
--- a/api/Access.NavigationControl.OnClick.md
+++ b/api/Access.NavigationControl.OnClick.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnClick Property (Access)
+title: NavigationControl.OnClick property (Access)
keywords: vbaac10.chm11122
f1_keywords:
- vbaac10.chm11122
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnClick Property (Access)
+# NavigationControl.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.OnDblClick.md b/api/Access.NavigationControl.OnDblClick.md
index 876259a390d..40839bc2287 100644
--- a/api/Access.NavigationControl.OnDblClick.md
+++ b/api/Access.NavigationControl.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnDblClick Property (Access)
+title: NavigationControl.OnDblClick property (Access)
keywords: vbaac10.chm11123
f1_keywords:
- vbaac10.chm11123
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnDblClick Property (Access)
+# NavigationControl.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.OnGotFocus.md b/api/Access.NavigationControl.OnGotFocus.md
index ad43f90cb7f..004b9430ce7 100644
--- a/api/Access.NavigationControl.OnGotFocus.md
+++ b/api/Access.NavigationControl.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnGotFocus Property (Access)
+title: NavigationControl.OnGotFocus property (Access)
keywords: vbaac10.chm11120
f1_keywords:
- vbaac10.chm11120
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnGotFocus Property (Access)
+# NavigationControl.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.OnKeyDown.md b/api/Access.NavigationControl.OnKeyDown.md
index f423c57c771..fd86606fe9c 100644
--- a/api/Access.NavigationControl.OnKeyDown.md
+++ b/api/Access.NavigationControl.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnKeyDown Property (Access)
+title: NavigationControl.OnKeyDown property (Access)
keywords: vbaac10.chm11127
f1_keywords:
- vbaac10.chm11127
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnKeyDown Property (Access)
+# NavigationControl.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.OnKeyPress.md b/api/Access.NavigationControl.OnKeyPress.md
index 899993e25ba..854bea2d36b 100644
--- a/api/Access.NavigationControl.OnKeyPress.md
+++ b/api/Access.NavigationControl.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnKeyPress Property (Access)
+title: NavigationControl.OnKeyPress property (Access)
keywords: vbaac10.chm11129
f1_keywords:
- vbaac10.chm11129
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnKeyPress Property (Access)
+# NavigationControl.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.OnKeyUp.md b/api/Access.NavigationControl.OnKeyUp.md
index 81294214c46..a38629ed1e4 100644
--- a/api/Access.NavigationControl.OnKeyUp.md
+++ b/api/Access.NavigationControl.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnKeyUp Property (Access)
+title: NavigationControl.OnKeyUp property (Access)
keywords: vbaac10.chm11128
f1_keywords:
- vbaac10.chm11128
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnKeyUp Property (Access)
+# NavigationControl.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.OnLostFocus.md b/api/Access.NavigationControl.OnLostFocus.md
index 76d4d8e215c..6ce8744ed04 100644
--- a/api/Access.NavigationControl.OnLostFocus.md
+++ b/api/Access.NavigationControl.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnLostFocus Property (Access)
+title: NavigationControl.OnLostFocus property (Access)
keywords: vbaac10.chm11121
f1_keywords:
- vbaac10.chm11121
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnLostFocus Property (Access)
+# NavigationControl.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.OnMouseDown.md b/api/Access.NavigationControl.OnMouseDown.md
index 922a902925f..98f7140e0d9 100644
--- a/api/Access.NavigationControl.OnMouseDown.md
+++ b/api/Access.NavigationControl.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnMouseDown Property (Access)
+title: NavigationControl.OnMouseDown property (Access)
keywords: vbaac10.chm11124
f1_keywords:
- vbaac10.chm11124
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnMouseDown Property (Access)
+# NavigationControl.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.OnMouseMove.md b/api/Access.NavigationControl.OnMouseMove.md
index d3781a1583b..d2a7bd94eb7 100644
--- a/api/Access.NavigationControl.OnMouseMove.md
+++ b/api/Access.NavigationControl.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnMouseMove Property (Access)
+title: NavigationControl.OnMouseMove property (Access)
keywords: vbaac10.chm11125
f1_keywords:
- vbaac10.chm11125
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnMouseMove Property (Access)
+# NavigationControl.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.OnMouseUp.md b/api/Access.NavigationControl.OnMouseUp.md
index 58d9a06bfd1..969cc5ae09d 100644
--- a/api/Access.NavigationControl.OnMouseUp.md
+++ b/api/Access.NavigationControl.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.OnMouseUp Property (Access)
+title: NavigationControl.OnMouseUp property (Access)
keywords: vbaac10.chm11126
f1_keywords:
- vbaac10.chm11126
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.OnMouseUp Property (Access)
+# NavigationControl.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.NavigationControl.Parent.md b/api/Access.NavigationControl.Parent.md
index 567610de84f..112957976d4 100644
--- a/api/Access.NavigationControl.Parent.md
+++ b/api/Access.NavigationControl.Parent.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Parent Property (Access)
+title: NavigationControl.Parent property (Access)
keywords: vbaac10.chm11029
f1_keywords:
- vbaac10.chm11029
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Parent Property (Access)
+# NavigationControl.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.Properties.md b/api/Access.NavigationControl.Properties.md
index 2a6ba10dce4..bbdcd5fcfba 100644
--- a/api/Access.NavigationControl.Properties.md
+++ b/api/Access.NavigationControl.Properties.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Properties Property (Access)
+title: NavigationControl.Properties property (Access)
keywords: vbaac10.chm11032
f1_keywords:
- vbaac10.chm11032
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Properties Property (Access)
+# NavigationControl.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.ReadingOrder.md b/api/Access.NavigationControl.ReadingOrder.md
index 400e148b479..d625f0f8743 100644
--- a/api/Access.NavigationControl.ReadingOrder.md
+++ b/api/Access.NavigationControl.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.ReadingOrder Property (Access)
+title: NavigationControl.ReadingOrder property (Access)
keywords: vbaac10.chm11130
f1_keywords:
- vbaac10.chm11130
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.ReadingOrder Property (Access)
+# NavigationControl.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Requery.md b/api/Access.NavigationControl.Requery.md
index b998032f91e..3031ea7a209 100644
--- a/api/Access.NavigationControl.Requery.md
+++ b/api/Access.NavigationControl.Requery.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Requery Method (Access)
+title: NavigationControl.Requery method (Access)
keywords: vbaac10.chm11034
f1_keywords:
- vbaac10.chm11034
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Requery Method (Access)
+# NavigationControl.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.RightPadding.md b/api/Access.NavigationControl.RightPadding.md
index a7c18360168..798c9c591f7 100644
--- a/api/Access.NavigationControl.RightPadding.md
+++ b/api/Access.NavigationControl.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.RightPadding Property (Access)
+title: NavigationControl.RightPadding property (Access)
keywords: vbaac10.chm11154
f1_keywords:
- vbaac10.chm11154
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.RightPadding Property (Access)
+# NavigationControl.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.ScrollBarAlign.md b/api/Access.NavigationControl.ScrollBarAlign.md
index 017c5bd19f9..ca8153fdb07 100644
--- a/api/Access.NavigationControl.ScrollBarAlign.md
+++ b/api/Access.NavigationControl.ScrollBarAlign.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.ScrollBarAlign Property (Access)
+title: NavigationControl.ScrollBarAlign property (Access)
keywords: vbaac10.chm11133
f1_keywords:
- vbaac10.chm11133
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.ScrollBarAlign Property (Access)
+# NavigationControl.ScrollBarAlign property (Access)
You can use the **ScrollBarAlign** to specify or determine the alignment of a vertical scroll bar. Read/write **Byte**.
## Syntax
- _expression_. `ScrollBarAlign`
+_expression_. `ScrollBarAlign`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Section.md b/api/Access.NavigationControl.Section.md
index d2c6818fe19..19070be4c5f 100644
--- a/api/Access.NavigationControl.Section.md
+++ b/api/Access.NavigationControl.Section.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Section Property (Access)
+title: NavigationControl.Section property (Access)
keywords: vbaac10.chm11103
f1_keywords:
- vbaac10.chm11103
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Section Property (Access)
+# NavigationControl.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.SelectedTab.md b/api/Access.NavigationControl.SelectedTab.md
index 24281bd5dd1..4fddac9202f 100644
--- a/api/Access.NavigationControl.SelectedTab.md
+++ b/api/Access.NavigationControl.SelectedTab.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.SelectedTab Property (Access)
+title: NavigationControl.SelectedTab property (Access)
keywords: vbaac10.chm14644
f1_keywords:
- vbaac10.chm14644
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.SelectedTab Property (Access)
+# NavigationControl.SelectedTab property (Access)
Gets the active tab of the navigation control. Read-only **[NavigationButton](Access.NavigationButton.md)**.
## Syntax
- _expression_. `SelectedTab`
+_expression_. `SelectedTab`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.SetFocus.md b/api/Access.NavigationControl.SetFocus.md
index 33653162acd..9324ca85945 100644
--- a/api/Access.NavigationControl.SetFocus.md
+++ b/api/Access.NavigationControl.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.SetFocus Method (Access)
+title: NavigationControl.SetFocus method (Access)
keywords: vbaac10.chm11035
f1_keywords:
- vbaac10.chm11035
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.SetFocus Method (Access)
+# NavigationControl.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.ShortcutMenuBar.md b/api/Access.NavigationControl.ShortcutMenuBar.md
index b442aeacae7..c412b79d40a 100644
--- a/api/Access.NavigationControl.ShortcutMenuBar.md
+++ b/api/Access.NavigationControl.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.ShortcutMenuBar Property (Access)
+title: NavigationControl.ShortcutMenuBar property (Access)
keywords: vbaac10.chm11092
f1_keywords:
- vbaac10.chm11092
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.ShortcutMenuBar Property (Access)
+# NavigationControl.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.SizeToFit.md b/api/Access.NavigationControl.SizeToFit.md
index 7715913e261..6160cc90aee 100644
--- a/api/Access.NavigationControl.SizeToFit.md
+++ b/api/Access.NavigationControl.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.SizeToFit Method (Access)
+title: NavigationControl.SizeToFit method (Access)
keywords: vbaac10.chm11033
f1_keywords:
- vbaac10.chm11033
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.SizeToFit Method (Access)
+# NavigationControl.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.SmartTags.md b/api/Access.NavigationControl.SmartTags.md
index 8e0d3b66e25..75cf90f5c94 100644
--- a/api/Access.NavigationControl.SmartTags.md
+++ b/api/Access.NavigationControl.SmartTags.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.SmartTags Property (Access)
+title: NavigationControl.SmartTags property (Access)
keywords: vbaac10.chm11148
f1_keywords:
- vbaac10.chm11148
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.SmartTags Property (Access)
+# NavigationControl.SmartTags property (Access)
Returns a **[SmartTags](Access.SmartTags.md)** collection that represents the collection of smart tags that have been added to a control. .
## Syntax
- _expression_. `SmartTags`
+_expression_. `SmartTags`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Span.md b/api/Access.NavigationControl.Span.md
index 8f4a3a7a481..f7c26039405 100644
--- a/api/Access.NavigationControl.Span.md
+++ b/api/Access.NavigationControl.Span.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Span Property (Access)
+title: NavigationControl.Span property (Access)
keywords: vbaac10.chm14675
f1_keywords:
- vbaac10.chm14675
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Span Property (Access)
+# NavigationControl.Span property (Access)
Gets or sets the orientation of the navigation buttons. Read/write **[AcNavigationSpan](Access.AcNavigationSpan.md)**.
## Syntax
- _expression_. `Span`
+_expression_. `Span`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.SpecialEffect.md b/api/Access.NavigationControl.SpecialEffect.md
index cc8ee96c205..a840e34afe4 100644
--- a/api/Access.NavigationControl.SpecialEffect.md
+++ b/api/Access.NavigationControl.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.SpecialEffect Property (Access)
+title: NavigationControl.SpecialEffect property (Access)
keywords: vbaac10.chm11077
f1_keywords:
- vbaac10.chm11077
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.SpecialEffect Property (Access)
+# NavigationControl.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.StatusBarText.md b/api/Access.NavigationControl.StatusBarText.md
index 14bc63519ae..efdb5d0b8c3 100644
--- a/api/Access.NavigationControl.StatusBarText.md
+++ b/api/Access.NavigationControl.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.StatusBarText Property (Access)
+title: NavigationControl.StatusBarText property (Access)
keywords: vbaac10.chm11053
f1_keywords:
- vbaac10.chm11053
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.StatusBarText Property (Access)
+# NavigationControl.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.SubForm.md b/api/Access.NavigationControl.SubForm.md
index 62d4b99d944..c6281a2cfc8 100644
--- a/api/Access.NavigationControl.SubForm.md
+++ b/api/Access.NavigationControl.SubForm.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.SubForm Property (Access)
+title: NavigationControl.SubForm property (Access)
keywords: vbaac10.chm14640
f1_keywords:
- vbaac10.chm14640
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.SubForm Property (Access)
+# NavigationControl.SubForm property (Access)
Gets or sets the name of the **[SubForm](Access.SubForm.md)** object used to display forms. Read/write **String**.
## Syntax
- _expression_. `SubForm`
+_expression_. `SubForm`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.TabIndex.md b/api/Access.NavigationControl.TabIndex.md
index 7aaa2c71f14..a46443b491b 100644
--- a/api/Access.NavigationControl.TabIndex.md
+++ b/api/Access.NavigationControl.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.TabIndex Property (Access)
+title: NavigationControl.TabIndex property (Access)
keywords: vbaac10.chm11065
f1_keywords:
- vbaac10.chm11065
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.TabIndex Property (Access)
+# NavigationControl.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.TabStop.md b/api/Access.NavigationControl.TabStop.md
index fd91d8a41d7..507c830a5e9 100644
--- a/api/Access.NavigationControl.TabStop.md
+++ b/api/Access.NavigationControl.TabStop.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.TabStop Property (Access)
+title: NavigationControl.TabStop property (Access)
keywords: vbaac10.chm11064
f1_keywords:
- vbaac10.chm11064
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.TabStop Property (Access)
+# NavigationControl.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Tabs.md b/api/Access.NavigationControl.Tabs.md
index 4b8ade9d89f..e91d65d98fb 100644
--- a/api/Access.NavigationControl.Tabs.md
+++ b/api/Access.NavigationControl.Tabs.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Tabs Property (Access)
+title: NavigationControl.Tabs property (Access)
keywords: vbaac10.chm14643
f1_keywords:
- vbaac10.chm14643
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Tabs Property (Access)
+# NavigationControl.Tabs property (Access)
Gets the collection of navigation buttons for the specified navigation control. Read-only **Children**.
## Syntax
- _expression_. `Tabs`
+_expression_. `Tabs`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.Tag.md b/api/Access.NavigationControl.Tag.md
index 7118d673db5..53f8b68958d 100644
--- a/api/Access.NavigationControl.Tag.md
+++ b/api/Access.NavigationControl.Tag.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Tag Property (Access)
+title: NavigationControl.Tag property (Access)
keywords: vbaac10.chm11105
f1_keywords:
- vbaac10.chm11105
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Tag Property (Access)
+# NavigationControl.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Top.md b/api/Access.NavigationControl.Top.md
index b9a8ab81870..b9b8d6e2919 100644
--- a/api/Access.NavigationControl.Top.md
+++ b/api/Access.NavigationControl.Top.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Top Property (Access)
+title: NavigationControl.Top property (Access)
keywords: vbaac10.chm11072
f1_keywords:
- vbaac10.chm11072
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Top Property (Access)
+# NavigationControl.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.TopPadding.md b/api/Access.NavigationControl.TopPadding.md
index 4e8172781c8..4e6e1190039 100644
--- a/api/Access.NavigationControl.TopPadding.md
+++ b/api/Access.NavigationControl.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.TopPadding Property (Access)
+title: NavigationControl.TopPadding property (Access)
keywords: vbaac10.chm11153
f1_keywords:
- vbaac10.chm11153
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.TopPadding Property (Access)
+# NavigationControl.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## See also
diff --git a/api/Access.NavigationControl.Undo(event).md b/api/Access.NavigationControl.Undo(event).md
index 7246771e5e6..316a5cb45fa 100644
--- a/api/Access.NavigationControl.Undo(event).md
+++ b/api/Access.NavigationControl.Undo(event).md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Undo Event (Access)
+title: NavigationControl.Undo event (Access)
keywords: vbaac10.chm14210
f1_keywords:
- vbaac10.chm14210
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# NavigationControl.Undo Event (Access)
+# NavigationControl.Undo event (Access)
Occurs when the user undoes a change.
## Syntax
- _expression_. `Undo`( ` _Cancel_`, )
+_expression_. `Undo`( ` _Cancel_`, )
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.NavigationControl.Undo(method).md b/api/Access.NavigationControl.Undo(method).md
index dee9a91dfc0..ab2e80fe249 100644
--- a/api/Access.NavigationControl.Undo(method).md
+++ b/api/Access.NavigationControl.Undo(method).md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Undo Method (Access)
+title: NavigationControl.Undo method (Access)
keywords: vbaac10.chm11030
f1_keywords:
- vbaac10.chm11030
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Undo Method (Access)
+# NavigationControl.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Value.md b/api/Access.NavigationControl.Value.md
index 363ec08e030..8efc4c642ed 100644
--- a/api/Access.NavigationControl.Value.md
+++ b/api/Access.NavigationControl.Value.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Value Property (Access)
+title: NavigationControl.Value property (Access)
keywords: vbaac10.chm11039
f1_keywords:
- vbaac10.chm11039
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Value Property (Access)
+# NavigationControl.Value property (Access)
Determines or specifies the text in the text box. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.VerticalAnchor.md b/api/Access.NavigationControl.VerticalAnchor.md
index 2033dfc9eb2..05b188263aa 100644
--- a/api/Access.NavigationControl.VerticalAnchor.md
+++ b/api/Access.NavigationControl.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.VerticalAnchor Property (Access)
+title: NavigationControl.VerticalAnchor property (Access)
keywords: vbaac10.chm11166
f1_keywords:
- vbaac10.chm11166
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.VerticalAnchor Property (Access)
+# NavigationControl.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified text box is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Visible.md b/api/Access.NavigationControl.Visible.md
index e768500038a..9a93b7496b4 100644
--- a/api/Access.NavigationControl.Visible.md
+++ b/api/Access.NavigationControl.Visible.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Visible Property (Access)
+title: NavigationControl.Visible property (Access)
keywords: vbaac10.chm11056
f1_keywords:
- vbaac10.chm11056
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Visible Property (Access)
+# NavigationControl.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.Width.md b/api/Access.NavigationControl.Width.md
index c364224dbfb..94120f6632b 100644
--- a/api/Access.NavigationControl.Width.md
+++ b/api/Access.NavigationControl.Width.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl.Width Property (Access)
+title: NavigationControl.Width property (Access)
keywords: vbaac10.chm11073
f1_keywords:
- vbaac10.chm11073
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# NavigationControl.Width Property (Access)
+# NavigationControl.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
+_expression_ A variable that represents a [NavigationControl](Access.NavigationControl.md) object.
## Remarks
diff --git a/api/Access.NavigationControl.md b/api/Access.NavigationControl.md
index 87893a43e93..35f1e2e432b 100644
--- a/api/Access.NavigationControl.md
+++ b/api/Access.NavigationControl.md
@@ -1,5 +1,5 @@
---
-title: NavigationControl Object (Access)
+title: NavigationControl object (Access)
keywords: vbaac10.chm11201
f1_keywords:
- vbaac10.chm11201
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# NavigationControl Object (Access)
+# NavigationControl object (Access)
This object represents a navigation control on a form.
diff --git a/api/Access.ObjectFrame.Action.md b/api/Access.ObjectFrame.Action.md
index 7e41b117be6..7469e210027 100644
--- a/api/Access.ObjectFrame.Action.md
+++ b/api/Access.ObjectFrame.Action.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Action Property (Access)
+title: ObjectFrame.Action property (Access)
keywords: vbaac10.chm11610
f1_keywords:
- vbaac10.chm11610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Action Property (Access)
+# ObjectFrame.Action property (Access)
You can use the **Action** property in Visual Basic to specify the operation to perform on an OLE object. Read/write **Integer**.
## Syntax
- _expression_. `Action`
+_expression_. `Action`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Application.md b/api/Access.ObjectFrame.Application.md
index 3fca4c08dc4..a35cc101abf 100644
--- a/api/Access.ObjectFrame.Application.md
+++ b/api/Access.ObjectFrame.Application.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Application Property (Access)
+title: ObjectFrame.Application property (Access)
keywords: vbaac10.chm11547
f1_keywords:
- vbaac10.chm11547
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Application Property (Access)
+# ObjectFrame.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.AutoActivate.md b/api/Access.ObjectFrame.AutoActivate.md
index 56102b02d87..787244922c3 100644
--- a/api/Access.ObjectFrame.AutoActivate.md
+++ b/api/Access.ObjectFrame.AutoActivate.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.AutoActivate Property (Access)
+title: ObjectFrame.AutoActivate property (Access)
keywords: vbaac10.chm11567
f1_keywords:
- vbaac10.chm11567
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.AutoActivate Property (Access)
+# ObjectFrame.AutoActivate property (Access)
You can use the **AutoActivate** property to specify how the user can activate an OLE object. Read/write **Integer**.
## Syntax
- _expression_. `AutoActivate`
+_expression_. `AutoActivate`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BackColor.md b/api/Access.ObjectFrame.BackColor.md
index 45f59c8a652..0230848c2d5 100644
--- a/api/Access.ObjectFrame.BackColor.md
+++ b/api/Access.ObjectFrame.BackColor.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BackColor Property (Access)
+title: ObjectFrame.BackColor property (Access)
keywords: vbaac10.chm11593
f1_keywords:
- vbaac10.chm11593
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BackColor Property (Access)
+# ObjectFrame.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BackShade.md b/api/Access.ObjectFrame.BackShade.md
index 40fcf1360ed..5f665b7c4c4 100644
--- a/api/Access.ObjectFrame.BackShade.md
+++ b/api/Access.ObjectFrame.BackShade.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BackShade Property (Access)
+title: ObjectFrame.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BackShade Property (Access)
+# ObjectFrame.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BackStyle.md b/api/Access.ObjectFrame.BackStyle.md
index 43d5c427842..b8267538e92 100644
--- a/api/Access.ObjectFrame.BackStyle.md
+++ b/api/Access.ObjectFrame.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BackStyle Property (Access)
+title: ObjectFrame.BackStyle property (Access)
keywords: vbaac10.chm11592
f1_keywords:
- vbaac10.chm11592
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BackStyle Property (Access)
+# ObjectFrame.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BackThemeColorIndex.md b/api/Access.ObjectFrame.BackThemeColorIndex.md
index ff39b049c13..55a43645839 100644
--- a/api/Access.ObjectFrame.BackThemeColorIndex.md
+++ b/api/Access.ObjectFrame.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BackThemeColorIndex Property (Access)
+title: ObjectFrame.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BackThemeColorIndex Property (Access)
+# ObjectFrame.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BackTint.md b/api/Access.ObjectFrame.BackTint.md
index 4f90feebd0d..99363b94cd2 100644
--- a/api/Access.ObjectFrame.BackTint.md
+++ b/api/Access.ObjectFrame.BackTint.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BackTint Property (Access)
+title: ObjectFrame.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BackTint Property (Access)
+# ObjectFrame.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BorderColor.md b/api/Access.ObjectFrame.BorderColor.md
index a5809181556..2c8360d0165 100644
--- a/api/Access.ObjectFrame.BorderColor.md
+++ b/api/Access.ObjectFrame.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BorderColor Property (Access)
+title: ObjectFrame.BorderColor property (Access)
keywords: vbaac10.chm11597
f1_keywords:
- vbaac10.chm11597
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BorderColor Property (Access)
+# ObjectFrame.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BorderShade.md b/api/Access.ObjectFrame.BorderShade.md
index dc4307dd660..e7b293b174f 100644
--- a/api/Access.ObjectFrame.BorderShade.md
+++ b/api/Access.ObjectFrame.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BorderShade Property (Access)
+title: ObjectFrame.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BorderShade Property (Access)
+# ObjectFrame.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BorderStyle.md b/api/Access.ObjectFrame.BorderStyle.md
index 4de9a5eb1d7..775f89d15ca 100644
--- a/api/Access.ObjectFrame.BorderStyle.md
+++ b/api/Access.ObjectFrame.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BorderStyle Property (Access)
+title: ObjectFrame.BorderStyle property (Access)
keywords: vbaac10.chm11595
f1_keywords:
- vbaac10.chm11595
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BorderStyle Property (Access)
+# ObjectFrame.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BorderThemeColorIndex.md b/api/Access.ObjectFrame.BorderThemeColorIndex.md
index 9b76f525181..51864d2333d 100644
--- a/api/Access.ObjectFrame.BorderThemeColorIndex.md
+++ b/api/Access.ObjectFrame.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BorderThemeColorIndex Property (Access)
+title: ObjectFrame.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BorderThemeColorIndex Property (Access)
+# ObjectFrame.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BorderTint.md b/api/Access.ObjectFrame.BorderTint.md
index c37a279646d..f929124836b 100644
--- a/api/Access.ObjectFrame.BorderTint.md
+++ b/api/Access.ObjectFrame.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BorderTint Property (Access)
+title: ObjectFrame.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BorderTint Property (Access)
+# ObjectFrame.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BorderWidth.md b/api/Access.ObjectFrame.BorderWidth.md
index 63024cab49e..d5696c22a4e 100644
--- a/api/Access.ObjectFrame.BorderWidth.md
+++ b/api/Access.ObjectFrame.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BorderWidth Property (Access)
+title: ObjectFrame.BorderWidth property (Access)
keywords: vbaac10.chm11598
f1_keywords:
- vbaac10.chm11598
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BorderWidth Property (Access)
+# ObjectFrame.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.BottomPadding.md b/api/Access.ObjectFrame.BottomPadding.md
index 5794b904f72..c088611452e 100644
--- a/api/Access.ObjectFrame.BottomPadding.md
+++ b/api/Access.ObjectFrame.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.BottomPadding Property (Access)
+title: ObjectFrame.BottomPadding property (Access)
keywords: vbaac10.chm11642
f1_keywords:
- vbaac10.chm11642
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.BottomPadding Property (Access)
+# ObjectFrame.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the object frame and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## See also
diff --git a/api/Access.ObjectFrame.Class.md b/api/Access.ObjectFrame.Class.md
index 27364d6381c..b8ee76a06e3 100644
--- a/api/Access.ObjectFrame.Class.md
+++ b/api/Access.ObjectFrame.Class.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Class Property (Access)
+title: ObjectFrame.Class property (Access)
keywords: vbaac10.chm11574
f1_keywords:
- vbaac10.chm11574
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Class Property (Access)
+# ObjectFrame.Class property (Access)
You can use the **Class** property to specify or determine the class name of an embeddedOLE object. Read/write **String**.
## Syntax
- _expression_. `Class`
+_expression_. `Class`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Click.md b/api/Access.ObjectFrame.Click.md
index 95ce0560026..730fe2802ef 100644
--- a/api/Access.ObjectFrame.Click.md
+++ b/api/Access.ObjectFrame.Click.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Click Event (Access)
+title: ObjectFrame.Click event (Access)
keywords: vbaac10.chm14109
f1_keywords:
- vbaac10.chm14109
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Click Event (Access)
+# ObjectFrame.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.ColumnCount.md b/api/Access.ObjectFrame.ColumnCount.md
index a07c3370f7b..ad888f6955e 100644
--- a/api/Access.ObjectFrame.ColumnCount.md
+++ b/api/Access.ObjectFrame.ColumnCount.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.ColumnCount Property (Access)
+title: ObjectFrame.ColumnCount property (Access)
keywords: vbaac10.chm11577
f1_keywords:
- vbaac10.chm11577
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.ColumnCount Property (Access)
+# ObjectFrame.ColumnCount property (Access)
You can use the **ColumnCount** property to specify the number of columns displayed in a list box or in the list box portion of a combo box, or sent to OLE objects in a chart control or unbound object frame . Read/write **Integer**.
## Syntax
- _expression_. `ColumnCount`
+_expression_. `ColumnCount`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.ColumnHeads.md b/api/Access.ObjectFrame.ColumnHeads.md
index 13e6ebb6d4a..3f9df509154 100644
--- a/api/Access.ObjectFrame.ColumnHeads.md
+++ b/api/Access.ObjectFrame.ColumnHeads.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.ColumnHeads Property (Access)
+title: ObjectFrame.ColumnHeads property (Access)
keywords: vbaac10.chm11578
f1_keywords:
- vbaac10.chm11578
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.ColumnHeads Property (Access)
+# ObjectFrame.ColumnHeads property (Access)
You can use the **ColumnHeads** property to display a single row of column headings for list boxes, combo boxes, and OLE objects that accept column headings. You can also use this property to create a label for each entry in a chart control . What is actually displayed as the first-row column heading depends on the object's **RowSourceType** property setting. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHeads`
+_expression_. `ColumnHeads`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.ControlTipText.md b/api/Access.ObjectFrame.ControlTipText.md
index 024907e9808..a81cdda4379 100644
--- a/api/Access.ObjectFrame.ControlTipText.md
+++ b/api/Access.ObjectFrame.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.ControlTipText Property (Access)
+title: ObjectFrame.ControlTipText property (Access)
keywords: vbaac10.chm11601
f1_keywords:
- vbaac10.chm11601
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.ControlTipText Property (Access)
+# ObjectFrame.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.ControlType.md b/api/Access.ObjectFrame.ControlType.md
index acfda45d52d..c3e81158320 100644
--- a/api/Access.ObjectFrame.ControlType.md
+++ b/api/Access.ObjectFrame.ControlType.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.ControlType Property (Access)
+title: ObjectFrame.ControlType property (Access)
keywords: vbaac10.chm11559
f1_keywords:
- vbaac10.chm11559
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.ControlType Property (Access)
+# ObjectFrame.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Controls.md b/api/Access.ObjectFrame.Controls.md
index 8b028a5aa24..dfafe515e98 100644
--- a/api/Access.ObjectFrame.Controls.md
+++ b/api/Access.ObjectFrame.Controls.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Controls Property (Access)
+title: ObjectFrame.Controls property (Access)
keywords: vbaac10.chm11556
f1_keywords:
- vbaac10.chm11556
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Controls Property (Access)
+# ObjectFrame.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.DblClick.md b/api/Access.ObjectFrame.DblClick.md
index 2969485ed19..808433fb084 100644
--- a/api/Access.ObjectFrame.DblClick.md
+++ b/api/Access.ObjectFrame.DblClick.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.DblClick Event (Access)
+title: ObjectFrame.DblClick event (Access)
keywords: vbaac10.chm14110
f1_keywords:
- vbaac10.chm14110
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ObjectFrame.DblClick Event (Access)
+# ObjectFrame.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.ObjectFrame.DisplayType.md b/api/Access.ObjectFrame.DisplayType.md
index 36bab6251e0..18df2fd3b04 100644
--- a/api/Access.ObjectFrame.DisplayType.md
+++ b/api/Access.ObjectFrame.DisplayType.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.DisplayType Property (Access)
+title: ObjectFrame.DisplayType property (Access)
keywords: vbaac10.chm11568
f1_keywords:
- vbaac10.chm11568
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.DisplayType Property (Access)
+# ObjectFrame.DisplayType property (Access)
You can use the **DisplayType** property to specify whether Microsoft Access displays an OLE object's content or an icon. Read/write **Boolean**.
## Syntax
- _expression_. `DisplayType`
+_expression_. `DisplayType`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.DisplayWhen.md b/api/Access.ObjectFrame.DisplayWhen.md
index 7138f8a8109..6576dd7952e 100644
--- a/api/Access.ObjectFrame.DisplayWhen.md
+++ b/api/Access.ObjectFrame.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.DisplayWhen Property (Access)
+title: ObjectFrame.DisplayWhen property (Access)
keywords: vbaac10.chm11580
f1_keywords:
- vbaac10.chm11580
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.DisplayWhen Property (Access)
+# ObjectFrame.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Enabled.md b/api/Access.ObjectFrame.Enabled.md
index abd34077279..0a564128d26 100644
--- a/api/Access.ObjectFrame.Enabled.md
+++ b/api/Access.ObjectFrame.Enabled.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Enabled Property (Access)
+title: ObjectFrame.Enabled property (Access)
keywords: vbaac10.chm11583
f1_keywords:
- vbaac10.chm11583
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Enabled Property (Access)
+# ObjectFrame.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Enter.md b/api/Access.ObjectFrame.Enter.md
index 475da93c3e9..0026671f6a1 100644
--- a/api/Access.ObjectFrame.Enter.md
+++ b/api/Access.ObjectFrame.Enter.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Enter Event (Access)
+title: ObjectFrame.Enter event (Access)
keywords: vbaac10.chm14105
f1_keywords:
- vbaac10.chm14105
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Enter Event (Access)
+# ObjectFrame.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.EventProcPrefix.md b/api/Access.ObjectFrame.EventProcPrefix.md
index b2613ff52f7..2732e114342 100644
--- a/api/Access.ObjectFrame.EventProcPrefix.md
+++ b/api/Access.ObjectFrame.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.EventProcPrefix Property (Access)
+title: ObjectFrame.EventProcPrefix property (Access)
keywords: vbaac10.chm11557
f1_keywords:
- vbaac10.chm11557
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.EventProcPrefix Property (Access)
+# ObjectFrame.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Exit.md b/api/Access.ObjectFrame.Exit.md
index f99ad162599..92c8586a20f 100644
--- a/api/Access.ObjectFrame.Exit.md
+++ b/api/Access.ObjectFrame.Exit.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Exit Event (Access)
+title: ObjectFrame.Exit event (Access)
keywords: vbaac10.chm14106
f1_keywords:
- vbaac10.chm14106
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Exit Event (Access)
+# ObjectFrame.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.ObjectFrame.GotFocus.md b/api/Access.ObjectFrame.GotFocus.md
index d11d6e3c5a3..ef76b3008f2 100644
--- a/api/Access.ObjectFrame.GotFocus.md
+++ b/api/Access.ObjectFrame.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GotFocus Event (Access)
+title: ObjectFrame.GotFocus event (Access)
keywords: vbaac10.chm14107
f1_keywords:
- vbaac10.chm14107
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GotFocus Event (Access)
+# ObjectFrame.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineColor.md b/api/Access.ObjectFrame.GridlineColor.md
index f8834f09488..fb36b802db1 100644
--- a/api/Access.ObjectFrame.GridlineColor.md
+++ b/api/Access.ObjectFrame.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineColor Property (Access)
+title: ObjectFrame.GridlineColor property (Access)
keywords: vbaac10.chm11651
f1_keywords:
- vbaac10.chm11651
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineColor Property (Access)
+# ObjectFrame.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified object frame. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineShade.md b/api/Access.ObjectFrame.GridlineShade.md
index c17d00a1cb2..a66c4d2ea52 100644
--- a/api/Access.ObjectFrame.GridlineShade.md
+++ b/api/Access.ObjectFrame.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineShade Property (Access)
+title: ObjectFrame.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineShade Property (Access)
+# ObjectFrame.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineStyleBottom.md b/api/Access.ObjectFrame.GridlineStyleBottom.md
index c1863367df9..0dc8fdac114 100644
--- a/api/Access.ObjectFrame.GridlineStyleBottom.md
+++ b/api/Access.ObjectFrame.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineStyleBottom Property (Access)
+title: ObjectFrame.GridlineStyleBottom property (Access)
keywords: vbaac10.chm11646
f1_keywords:
- vbaac10.chm11646
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineStyleBottom Property (Access)
+# ObjectFrame.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineStyleLeft.md b/api/Access.ObjectFrame.GridlineStyleLeft.md
index d65044323c8..93b88067ef9 100644
--- a/api/Access.ObjectFrame.GridlineStyleLeft.md
+++ b/api/Access.ObjectFrame.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineStyleLeft Property (Access)
+title: ObjectFrame.GridlineStyleLeft property (Access)
keywords: vbaac10.chm11643
f1_keywords:
- vbaac10.chm11643
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineStyleLeft Property (Access)
+# ObjectFrame.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineStyleRight.md b/api/Access.ObjectFrame.GridlineStyleRight.md
index 28564c705ec..6c646252b66 100644
--- a/api/Access.ObjectFrame.GridlineStyleRight.md
+++ b/api/Access.ObjectFrame.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineStyleRight Property (Access)
+title: ObjectFrame.GridlineStyleRight property (Access)
keywords: vbaac10.chm11645
f1_keywords:
- vbaac10.chm11645
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineStyleRight Property (Access)
+# ObjectFrame.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineStyleTop.md b/api/Access.ObjectFrame.GridlineStyleTop.md
index 7bd42034b7c..69898c8cc61 100644
--- a/api/Access.ObjectFrame.GridlineStyleTop.md
+++ b/api/Access.ObjectFrame.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineStyleTop Property (Access)
+title: ObjectFrame.GridlineStyleTop property (Access)
keywords: vbaac10.chm11644
f1_keywords:
- vbaac10.chm11644
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineStyleTop Property (Access)
+# ObjectFrame.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineThemeColorIndex.md b/api/Access.ObjectFrame.GridlineThemeColorIndex.md
index 80f7ddb373b..06e5956790e 100644
--- a/api/Access.ObjectFrame.GridlineThemeColorIndex.md
+++ b/api/Access.ObjectFrame.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineThemeColorIndex Property (Access)
+title: ObjectFrame.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineThemeColorIndex Property (Access)
+# ObjectFrame.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineTint.md b/api/Access.ObjectFrame.GridlineTint.md
index f4a5e06d780..f579c191e6c 100644
--- a/api/Access.ObjectFrame.GridlineTint.md
+++ b/api/Access.ObjectFrame.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineTint Property (Access)
+title: ObjectFrame.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineTint Property (Access)
+# ObjectFrame.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineWidthBottom.md b/api/Access.ObjectFrame.GridlineWidthBottom.md
index 2af08f69627..899c907df65 100644
--- a/api/Access.ObjectFrame.GridlineWidthBottom.md
+++ b/api/Access.ObjectFrame.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineWidthBottom Property (Access)
+title: ObjectFrame.GridlineWidthBottom property (Access)
keywords: vbaac10.chm11650
f1_keywords:
- vbaac10.chm11650
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineWidthBottom Property (Access)
+# ObjectFrame.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineWidthLeft.md b/api/Access.ObjectFrame.GridlineWidthLeft.md
index c03d280c395..a047e7a1658 100644
--- a/api/Access.ObjectFrame.GridlineWidthLeft.md
+++ b/api/Access.ObjectFrame.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineWidthLeft Property (Access)
+title: ObjectFrame.GridlineWidthLeft property (Access)
keywords: vbaac10.chm11647
f1_keywords:
- vbaac10.chm11647
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineWidthLeft Property (Access)
+# ObjectFrame.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineWidthRight.md b/api/Access.ObjectFrame.GridlineWidthRight.md
index cab12c9942c..a7b91edbab3 100644
--- a/api/Access.ObjectFrame.GridlineWidthRight.md
+++ b/api/Access.ObjectFrame.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineWidthRight Property (Access)
+title: ObjectFrame.GridlineWidthRight property (Access)
keywords: vbaac10.chm11649
f1_keywords:
- vbaac10.chm11649
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineWidthRight Property (Access)
+# ObjectFrame.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.GridlineWidthTop.md b/api/Access.ObjectFrame.GridlineWidthTop.md
index 0282e1533ac..fbe6f491458 100644
--- a/api/Access.ObjectFrame.GridlineWidthTop.md
+++ b/api/Access.ObjectFrame.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.GridlineWidthTop Property (Access)
+title: ObjectFrame.GridlineWidthTop property (Access)
keywords: vbaac10.chm11648
f1_keywords:
- vbaac10.chm11648
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.GridlineWidthTop Property (Access)
+# ObjectFrame.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified frame. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Height.md b/api/Access.ObjectFrame.Height.md
index 2c2512740bc..d1760a2fcd5 100644
--- a/api/Access.ObjectFrame.Height.md
+++ b/api/Access.ObjectFrame.Height.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Height Property (Access)
+title: ObjectFrame.Height property (Access)
keywords: vbaac10.chm11591
f1_keywords:
- vbaac10.chm11591
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Height Property (Access)
+# ObjectFrame.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.HelpContextId.md b/api/Access.ObjectFrame.HelpContextId.md
index 2f406f436eb..512d90d69fb 100644
--- a/api/Access.ObjectFrame.HelpContextId.md
+++ b/api/Access.ObjectFrame.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.HelpContextId Property (Access)
+title: ObjectFrame.HelpContextId property (Access)
keywords: vbaac10.chm11602
f1_keywords:
- vbaac10.chm11602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.HelpContextId Property (Access)
+# ObjectFrame.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.HorizontalAnchor.md b/api/Access.ObjectFrame.HorizontalAnchor.md
index fe38a9e794c..237390ed7a3 100644
--- a/api/Access.ObjectFrame.HorizontalAnchor.md
+++ b/api/Access.ObjectFrame.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.HorizontalAnchor Property (Access)
+title: ObjectFrame.HorizontalAnchor property (Access)
keywords: vbaac10.chm11652
f1_keywords:
- vbaac10.chm11652
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.HorizontalAnchor Property (Access)
+# ObjectFrame.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the object frame is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.InSelection.md b/api/Access.ObjectFrame.InSelection.md
index 7b760fb96c1..a42574bb331 100644
--- a/api/Access.ObjectFrame.InSelection.md
+++ b/api/Access.ObjectFrame.InSelection.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.InSelection Property (Access)
+title: ObjectFrame.InSelection property (Access)
keywords: vbaac10.chm11613
f1_keywords:
- vbaac10.chm11613
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.InSelection Property (Access)
+# ObjectFrame.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.IsVisible.md b/api/Access.ObjectFrame.IsVisible.md
index 5a7c4b0846b..c34f11fdaff 100644
--- a/api/Access.ObjectFrame.IsVisible.md
+++ b/api/Access.ObjectFrame.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.IsVisible Property (Access)
+title: ObjectFrame.IsVisible property (Access)
keywords: vbaac10.chm11612
f1_keywords:
- vbaac10.chm11612
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.IsVisible Property (Access)
+# ObjectFrame.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Item.md b/api/Access.ObjectFrame.Item.md
index 79f2ff3a273..65ae92e6090 100644
--- a/api/Access.ObjectFrame.Item.md
+++ b/api/Access.ObjectFrame.Item.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Item Property (Access)
+title: ObjectFrame.Item property (Access)
keywords: vbaac10.chm11562
f1_keywords:
- vbaac10.chm11562
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Item Property (Access)
+# ObjectFrame.Item property (Access)
The **Item** property returns or sets a specific member of a collection. Read/write **String**.
## Syntax
- _expression_. `Item`
+_expression_. `Item`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## See also
diff --git a/api/Access.ObjectFrame.Layout.md b/api/Access.ObjectFrame.Layout.md
index 8548a7ec88f..083de12e5d6 100644
--- a/api/Access.ObjectFrame.Layout.md
+++ b/api/Access.ObjectFrame.Layout.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Layout Property (Access)
+title: ObjectFrame.Layout property (Access)
keywords: vbaac10.chm11638
f1_keywords:
- vbaac10.chm11638
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Layout Property (Access)
+# ObjectFrame.Layout property (Access)
Returns the type of layout for the specified object frame. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## See also
diff --git a/api/Access.ObjectFrame.LayoutID.md b/api/Access.ObjectFrame.LayoutID.md
index 322476c80e5..33bf9384890 100644
--- a/api/Access.ObjectFrame.LayoutID.md
+++ b/api/Access.ObjectFrame.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.LayoutID Property (Access)
+title: ObjectFrame.LayoutID property (Access)
keywords: vbaac10.chm11654
f1_keywords:
- vbaac10.chm11654
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.LayoutID Property (Access)
+# ObjectFrame.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified object frame. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Left.md b/api/Access.ObjectFrame.Left.md
index 0f9eb1b2337..1bf71106d5d 100644
--- a/api/Access.ObjectFrame.Left.md
+++ b/api/Access.ObjectFrame.Left.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Left Property (Access)
+title: ObjectFrame.Left property (Access)
keywords: vbaac10.chm11588
f1_keywords:
- vbaac10.chm11588
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Left Property (Access)
+# ObjectFrame.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.LeftPadding.md b/api/Access.ObjectFrame.LeftPadding.md
index 12d4c7e69c8..f93b8095118 100644
--- a/api/Access.ObjectFrame.LeftPadding.md
+++ b/api/Access.ObjectFrame.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.LeftPadding Property (Access)
+title: ObjectFrame.LeftPadding property (Access)
keywords: vbaac10.chm11639
f1_keywords:
- vbaac10.chm11639
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.LeftPadding Property (Access)
+# ObjectFrame.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the object frame and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## See also
diff --git a/api/Access.ObjectFrame.LinkChildFields.md b/api/Access.ObjectFrame.LinkChildFields.md
index 3fd131971be..958615db267 100644
--- a/api/Access.ObjectFrame.LinkChildFields.md
+++ b/api/Access.ObjectFrame.LinkChildFields.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.LinkChildFields Property (Access)
+title: ObjectFrame.LinkChildFields property (Access)
keywords: vbaac10.chm11565
f1_keywords:
- vbaac10.chm11565
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.LinkChildFields Property (Access)
+# ObjectFrame.LinkChildFields property (Access)
You can use the **LinkChildFields** property (along with the **LinkMasterFields** property) together to specify how Microsoft Access links records in a form or report to records in a subform, subreport, or embedded object, such as a chart. If these properties are set, Microsoft Access automatically updates the related record in the subform when you change to a new record in a main form. Read/write **String**.
## Syntax
- _expression_. `LinkChildFields`
+_expression_. `LinkChildFields`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.LinkMasterFields.md b/api/Access.ObjectFrame.LinkMasterFields.md
index 0a4ee7a562c..40b673dde71 100644
--- a/api/Access.ObjectFrame.LinkMasterFields.md
+++ b/api/Access.ObjectFrame.LinkMasterFields.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.LinkMasterFields Property (Access)
+title: ObjectFrame.LinkMasterFields property (Access)
keywords: vbaac10.chm11566
f1_keywords:
- vbaac10.chm11566
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.LinkMasterFields Property (Access)
+# ObjectFrame.LinkMasterFields property (Access)
You can use the **LinkMasterFields** property (along with the **LinkChildFields** property) together to specify how Microsoft Access links records in a form or report to records in a subform, subreport, or embedded object, such as a chart. If these properties are set, Microsoft Access automatically updates the related record in the subform when you change to a new record in a main form. Read/write **String**.
## Syntax
- _expression_. `LinkMasterFields`
+_expression_. `LinkMasterFields`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Locked.md b/api/Access.ObjectFrame.Locked.md
index a98f57ce59b..f1a59a1c810 100644
--- a/api/Access.ObjectFrame.Locked.md
+++ b/api/Access.ObjectFrame.Locked.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Locked Property (Access)
+title: ObjectFrame.Locked property (Access)
keywords: vbaac10.chm11584
f1_keywords:
- vbaac10.chm11584
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Locked Property (Access)
+# ObjectFrame.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.LostFocus.md b/api/Access.ObjectFrame.LostFocus.md
index abceaac6d9d..ea806e3f13a 100644
--- a/api/Access.ObjectFrame.LostFocus.md
+++ b/api/Access.ObjectFrame.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.LostFocus Event (Access)
+title: ObjectFrame.LostFocus event (Access)
keywords: vbaac10.chm14108
f1_keywords:
- vbaac10.chm14108
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.LostFocus Event (Access)
+# ObjectFrame.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.MouseDown.md b/api/Access.ObjectFrame.MouseDown.md
index ed612d99a76..7fb0c18eef7 100644
--- a/api/Access.ObjectFrame.MouseDown.md
+++ b/api/Access.ObjectFrame.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.MouseDown Event (Access)
+title: ObjectFrame.MouseDown event (Access)
keywords: vbaac10.chm14111
f1_keywords:
- vbaac10.chm14111
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ObjectFrame.MouseDown Event (Access)
+# ObjectFrame.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ObjectFrame.MouseMove.md b/api/Access.ObjectFrame.MouseMove.md
index ff775f19416..1d442326377 100644
--- a/api/Access.ObjectFrame.MouseMove.md
+++ b/api/Access.ObjectFrame.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.MouseMove Event (Access)
+title: ObjectFrame.MouseMove event (Access)
keywords: vbaac10.chm14112
f1_keywords:
- vbaac10.chm14112
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ObjectFrame.MouseMove Event (Access)
+# ObjectFrame.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ObjectFrame.MouseUp.md b/api/Access.ObjectFrame.MouseUp.md
index fd6adf5083e..5849774dffe 100644
--- a/api/Access.ObjectFrame.MouseUp.md
+++ b/api/Access.ObjectFrame.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.MouseUp Event (Access)
+title: ObjectFrame.MouseUp event (Access)
keywords: vbaac10.chm14113
f1_keywords:
- vbaac10.chm14113
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ObjectFrame.MouseUp Event (Access)
+# ObjectFrame.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ObjectFrame.Move.md b/api/Access.ObjectFrame.Move.md
index a1f9472d1f8..693a166ffbd 100644
--- a/api/Access.ObjectFrame.Move.md
+++ b/api/Access.ObjectFrame.Move.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Move Method (Access)
+title: ObjectFrame.Move method (Access)
keywords: vbaac10.chm11625
f1_keywords:
- vbaac10.chm11625
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Move Method (Access)
+# ObjectFrame.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.ObjectFrame.Name.md b/api/Access.ObjectFrame.Name.md
index c4959d50e9f..f5215cd44b3 100644
--- a/api/Access.ObjectFrame.Name.md
+++ b/api/Access.ObjectFrame.Name.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Name Property (Access)
+title: ObjectFrame.Name property (Access)
keywords: vbaac10.chm11624
f1_keywords:
- vbaac10.chm11624
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Name Property (Access)
+# ObjectFrame.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.OLEClass.md b/api/Access.ObjectFrame.OLEClass.md
index f96837c1bec..075b48d2caa 100644
--- a/api/Access.ObjectFrame.OLEClass.md
+++ b/api/Access.ObjectFrame.OLEClass.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OLEClass Property (Access)
+title: ObjectFrame.OLEClass property (Access)
keywords: vbaac10.chm11561
f1_keywords:
- vbaac10.chm11561
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OLEClass Property (Access)
+# ObjectFrame.OLEClass property (Access)
You can use the **OLEClass** property to obtain a description of the kind of OLE object contained in a chart control or an unbound object frame. Read-only **String**.
## Syntax
- _expression_. `OLEClass`
+_expression_. `OLEClass`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.OLEType.md b/api/Access.ObjectFrame.OLEType.md
index f0197867990..d46b1f6f8e9 100644
--- a/api/Access.ObjectFrame.OLEType.md
+++ b/api/Access.ObjectFrame.OLEType.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OLEType Property (Access)
+title: ObjectFrame.OLEType property (Access)
keywords: vbaac10.chm11571
f1_keywords:
- vbaac10.chm11571
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OLEType Property (Access)
+# ObjectFrame.OLEType property (Access)
You can use the **OLEType** property to determine if a control contains an OLE object, and, if so, whether the object is linked or embedded. Read/write **Byte**.
## Syntax
- _expression_. `OLEType`
+_expression_. `OLEType`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.OLETypeAllowed.md b/api/Access.ObjectFrame.OLETypeAllowed.md
index 35709a4fa03..86f2de11231 100644
--- a/api/Access.ObjectFrame.OLETypeAllowed.md
+++ b/api/Access.ObjectFrame.OLETypeAllowed.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OLETypeAllowed Property (Access)
+title: ObjectFrame.OLETypeAllowed property (Access)
keywords: vbaac10.chm11572
f1_keywords:
- vbaac10.chm11572
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OLETypeAllowed Property (Access)
+# ObjectFrame.OLETypeAllowed property (Access)
You can use the **OLETypeAllowed** property to specify the type of OLE object a control can contain. Read/write **Byte**.
## Syntax
- _expression_. `OLETypeAllowed`
+_expression_. `OLETypeAllowed`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Object.md b/api/Access.ObjectFrame.Object.md
index 4ef527510df..c6ef2206c6f 100644
--- a/api/Access.ObjectFrame.Object.md
+++ b/api/Access.ObjectFrame.Object.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Object Property (Access)
+title: ObjectFrame.Object property (Access)
keywords: vbaac10.chm11550
f1_keywords:
- vbaac10.chm11550
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Object Property (Access)
+# ObjectFrame.Object property (Access)
You can use the **Object** property in Visual Basic to return a reference to the ActiveX object that is associated with a linked or embedded OLE object in a control. By using this reference, you can access the properties or invoke the methods of the OLE object. Read-only **Object**.
## Syntax
- _expression_. `Object`
+_expression_. `Object`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.ObjectPalette.md b/api/Access.ObjectFrame.ObjectPalette.md
index 3c0a7778e06..a166db10de4 100644
--- a/api/Access.ObjectFrame.ObjectPalette.md
+++ b/api/Access.ObjectFrame.ObjectPalette.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.ObjectPalette Property (Access)
+title: ObjectFrame.ObjectPalette property (Access)
keywords: vbaac10.chm11607
f1_keywords:
- vbaac10.chm11607
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.ObjectPalette Property (Access)
+# ObjectFrame.ObjectPalette property (Access)
The **ObjectPalette** property specifies the palette in the application used to create an OLE object. Read/write **Variant**.
## Syntax
- _expression_. `ObjectPalette`
+_expression_. `ObjectPalette`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.ObjectVerbs.md b/api/Access.ObjectFrame.ObjectVerbs.md
index 1d1a17b9912..1ca7ced0c8b 100644
--- a/api/Access.ObjectFrame.ObjectVerbs.md
+++ b/api/Access.ObjectFrame.ObjectVerbs.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.ObjectVerbs Property (Access)
+title: ObjectFrame.ObjectVerbs property (Access)
keywords: vbaac10.chm11551
f1_keywords:
- vbaac10.chm11551
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ObjectFrame.ObjectVerbs Property (Access)
+# ObjectFrame.ObjectVerbs property (Access)
You can use the **ObjectVerbs** property in Visual Basic to determine the list of verbs an OLE object supports. Read-only **String**.
## Syntax
- _expression_. `ObjectVerbs`( ` _Index_` )
+_expression_. `ObjectVerbs`( ` _Index_` )
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|An element in the array of supported verbs. This is a zero-based index, meaning zero (0) represents the first verb in the array, one (1) represents the second verb in the array, and so on.|
diff --git a/api/Access.ObjectFrame.ObjectVerbsCount.md b/api/Access.ObjectFrame.ObjectVerbsCount.md
index cd7256b0386..a3f8eed7cec 100644
--- a/api/Access.ObjectFrame.ObjectVerbsCount.md
+++ b/api/Access.ObjectFrame.ObjectVerbsCount.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.ObjectVerbsCount Property (Access)
+title: ObjectFrame.ObjectVerbsCount property (Access)
keywords: vbaac10.chm11609
f1_keywords:
- vbaac10.chm11609
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.ObjectVerbsCount Property (Access)
+# ObjectFrame.ObjectVerbsCount property (Access)
You can use the **ObjectVerbsCount** property in Visual Basic to determine the number of verbs supported by an OLE object. Read-only **Long**.
## Syntax
- _expression_. `ObjectVerbsCount`
+_expression_. `ObjectVerbsCount`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.OldBorderStyle.md b/api/Access.ObjectFrame.OldBorderStyle.md
index a36cfe7c8c5..b85840cc3b6 100644
--- a/api/Access.ObjectFrame.OldBorderStyle.md
+++ b/api/Access.ObjectFrame.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OldBorderStyle Property (Access)
+title: ObjectFrame.OldBorderStyle property (Access)
keywords: vbaac10.chm11596
f1_keywords:
- vbaac10.chm11596
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OldBorderStyle Property (Access)
+# ObjectFrame.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.OldValue.md b/api/Access.ObjectFrame.OldValue.md
index d9475ded51e..96ca88c3d21 100644
--- a/api/Access.ObjectFrame.OldValue.md
+++ b/api/Access.ObjectFrame.OldValue.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OldValue Property (Access)
+title: ObjectFrame.OldValue property (Access)
keywords: vbaac10.chm11549
f1_keywords:
- vbaac10.chm11549
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OldValue Property (Access)
+# ObjectFrame.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.OnClick.md b/api/Access.ObjectFrame.OnClick.md
index 07e2470d4df..bbf4a1d78f6 100644
--- a/api/Access.ObjectFrame.OnClick.md
+++ b/api/Access.ObjectFrame.OnClick.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnClick Property (Access)
+title: ObjectFrame.OnClick property (Access)
keywords: vbaac10.chm11619
f1_keywords:
- vbaac10.chm11619
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnClick Property (Access)
+# ObjectFrame.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.OnDblClick.md b/api/Access.ObjectFrame.OnDblClick.md
index 4240fff3431..0a6c7f17800 100644
--- a/api/Access.ObjectFrame.OnDblClick.md
+++ b/api/Access.ObjectFrame.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnDblClick Property (Access)
+title: ObjectFrame.OnDblClick property (Access)
keywords: vbaac10.chm11620
f1_keywords:
- vbaac10.chm11620
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnDblClick Property (Access)
+# ObjectFrame.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.OnEnter.md b/api/Access.ObjectFrame.OnEnter.md
index e06401223d9..9d14eed969e 100644
--- a/api/Access.ObjectFrame.OnEnter.md
+++ b/api/Access.ObjectFrame.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnEnter Property (Access)
+title: ObjectFrame.OnEnter property (Access)
keywords: vbaac10.chm11615
f1_keywords:
- vbaac10.chm11615
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnEnter Property (Access)
+# ObjectFrame.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.OnExit.md b/api/Access.ObjectFrame.OnExit.md
index acb97479b8d..c7f30b13da3 100644
--- a/api/Access.ObjectFrame.OnExit.md
+++ b/api/Access.ObjectFrame.OnExit.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnExit Property (Access)
+title: ObjectFrame.OnExit property (Access)
keywords: vbaac10.chm11616
f1_keywords:
- vbaac10.chm11616
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnExit Property (Access)
+# ObjectFrame.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.OnGotFocus.md b/api/Access.ObjectFrame.OnGotFocus.md
index 3bc5dd781f2..81373315aa1 100644
--- a/api/Access.ObjectFrame.OnGotFocus.md
+++ b/api/Access.ObjectFrame.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnGotFocus Property (Access)
+title: ObjectFrame.OnGotFocus property (Access)
keywords: vbaac10.chm11617
f1_keywords:
- vbaac10.chm11617
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnGotFocus Property (Access)
+# ObjectFrame.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.OnLostFocus.md b/api/Access.ObjectFrame.OnLostFocus.md
index 809967a84d4..85ef105d78b 100644
--- a/api/Access.ObjectFrame.OnLostFocus.md
+++ b/api/Access.ObjectFrame.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnLostFocus Property (Access)
+title: ObjectFrame.OnLostFocus property (Access)
keywords: vbaac10.chm11618
f1_keywords:
- vbaac10.chm11618
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnLostFocus Property (Access)
+# ObjectFrame.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.OnMouseDown.md b/api/Access.ObjectFrame.OnMouseDown.md
index fcb6422a630..b1fd06db42e 100644
--- a/api/Access.ObjectFrame.OnMouseDown.md
+++ b/api/Access.ObjectFrame.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnMouseDown Property (Access)
+title: ObjectFrame.OnMouseDown property (Access)
keywords: vbaac10.chm11621
f1_keywords:
- vbaac10.chm11621
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnMouseDown Property (Access)
+# ObjectFrame.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.OnMouseMove.md b/api/Access.ObjectFrame.OnMouseMove.md
index 5f70644db90..295362d0198 100644
--- a/api/Access.ObjectFrame.OnMouseMove.md
+++ b/api/Access.ObjectFrame.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnMouseMove Property (Access)
+title: ObjectFrame.OnMouseMove property (Access)
keywords: vbaac10.chm11622
f1_keywords:
- vbaac10.chm11622
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnMouseMove Property (Access)
+# ObjectFrame.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.OnMouseUp.md b/api/Access.ObjectFrame.OnMouseUp.md
index f556b7fce2f..823a604dfd4 100644
--- a/api/Access.ObjectFrame.OnMouseUp.md
+++ b/api/Access.ObjectFrame.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnMouseUp Property (Access)
+title: ObjectFrame.OnMouseUp property (Access)
keywords: vbaac10.chm11623
f1_keywords:
- vbaac10.chm11623
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnMouseUp Property (Access)
+# ObjectFrame.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.OnUpdated.md b/api/Access.ObjectFrame.OnUpdated.md
index 273cb96afaa..486ca5efcff 100644
--- a/api/Access.ObjectFrame.OnUpdated.md
+++ b/api/Access.ObjectFrame.OnUpdated.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.OnUpdated Property (Access)
+title: ObjectFrame.OnUpdated property (Access)
keywords: vbaac10.chm11614
f1_keywords:
- vbaac10.chm11614
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.OnUpdated Property (Access)
+# ObjectFrame.OnUpdated property (Access)
Sets or returns the value of the **On Updated** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnUpdated`
+_expression_. `OnUpdated`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
@@ -30,7 +30,7 @@ This property is helpful for programmatically changing the action Microsoft Acce
The **OnUpdated** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Updated** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ObjectFrame.Parent.md b/api/Access.ObjectFrame.Parent.md
index 3e1515d4642..15be5013755 100644
--- a/api/Access.ObjectFrame.Parent.md
+++ b/api/Access.ObjectFrame.Parent.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Parent Property (Access)
+title: ObjectFrame.Parent property (Access)
keywords: vbaac10.chm11548
f1_keywords:
- vbaac10.chm11548
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Parent Property (Access)
+# ObjectFrame.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## See also
diff --git a/api/Access.ObjectFrame.Properties.md b/api/Access.ObjectFrame.Properties.md
index 9497f5b34d7..afd946dadc8 100644
--- a/api/Access.ObjectFrame.Properties.md
+++ b/api/Access.ObjectFrame.Properties.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Properties Property (Access)
+title: ObjectFrame.Properties property (Access)
keywords: vbaac10.chm11552
f1_keywords:
- vbaac10.chm11552
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Properties Property (Access)
+# ObjectFrame.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Requery.md b/api/Access.ObjectFrame.Requery.md
index 10ad19622be..ee6a883c892 100644
--- a/api/Access.ObjectFrame.Requery.md
+++ b/api/Access.ObjectFrame.Requery.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Requery Method (Access)
+title: ObjectFrame.Requery method (Access)
keywords: vbaac10.chm11554
f1_keywords:
- vbaac10.chm11554
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Requery Method (Access)
+# ObjectFrame.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.RightPadding.md b/api/Access.ObjectFrame.RightPadding.md
index 25e55b3f7c2..4aa509124a1 100644
--- a/api/Access.ObjectFrame.RightPadding.md
+++ b/api/Access.ObjectFrame.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.RightPadding Property (Access)
+title: ObjectFrame.RightPadding property (Access)
keywords: vbaac10.chm11641
f1_keywords:
- vbaac10.chm11641
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.RightPadding Property (Access)
+# ObjectFrame.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the object frame and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## See also
diff --git a/api/Access.ObjectFrame.RowSource.md b/api/Access.ObjectFrame.RowSource.md
index db2406ed492..9a784fe98f4 100644
--- a/api/Access.ObjectFrame.RowSource.md
+++ b/api/Access.ObjectFrame.RowSource.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.RowSource Property (Access)
+title: ObjectFrame.RowSource property (Access)
keywords: vbaac10.chm11564
f1_keywords:
- vbaac10.chm11564
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.RowSource Property (Access)
+# ObjectFrame.RowSource property (Access)
You can use the **RowSource** property (along with the **RowSourceType** property) to tell Microsoft Access how to provide data tothe specified object. Read/write **String**.
## Syntax
- _expression_. `RowSource`
+_expression_. `RowSource`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.RowSourceType.md b/api/Access.ObjectFrame.RowSourceType.md
index 422dc2dd5c5..2293003bd50 100644
--- a/api/Access.ObjectFrame.RowSourceType.md
+++ b/api/Access.ObjectFrame.RowSourceType.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.RowSourceType Property (Access)
+title: ObjectFrame.RowSourceType property (Access)
keywords: vbaac10.chm11563
f1_keywords:
- vbaac10.chm11563
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.RowSourceType Property (Access)
+# ObjectFrame.RowSourceType property (Access)
You can use the **RowSourceType** property (along with the **RowSource** property) to tell Microsoft Access how to provide data tothe specified object. Read/write **String**.
## Syntax
- _expression_. `RowSourceType`
+_expression_. `RowSourceType`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Scaling.md b/api/Access.ObjectFrame.Scaling.md
index 442f73c9089..e2bece6a651 100644
--- a/api/Access.ObjectFrame.Scaling.md
+++ b/api/Access.ObjectFrame.Scaling.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Scaling Property (Access)
+title: ObjectFrame.Scaling property (Access)
keywords: vbaac10.chm11611
f1_keywords:
- vbaac10.chm11611
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Scaling Property (Access)
+# ObjectFrame.Scaling property (Access)
Controls how the contents of an object frame control are displayed. Read/write **Byte**.
## Syntax
- _expression_. `Scaling`
+_expression_. `Scaling`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Section.md b/api/Access.ObjectFrame.Section.md
index 1391ec0aed7..26ae8568f43 100644
--- a/api/Access.ObjectFrame.Section.md
+++ b/api/Access.ObjectFrame.Section.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Section Property (Access)
+title: ObjectFrame.Section property (Access)
keywords: vbaac10.chm11604
f1_keywords:
- vbaac10.chm11604
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Section Property (Access)
+# ObjectFrame.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.SetFocus.md b/api/Access.ObjectFrame.SetFocus.md
index a520778482c..df211bb2b55 100644
--- a/api/Access.ObjectFrame.SetFocus.md
+++ b/api/Access.ObjectFrame.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.SetFocus Method (Access)
+title: ObjectFrame.SetFocus method (Access)
keywords: vbaac10.chm11555
f1_keywords:
- vbaac10.chm11555
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# ObjectFrame.SetFocus Method (Access)
+# ObjectFrame.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.ObjectFrame.ShortcutMenuBar.md b/api/Access.ObjectFrame.ShortcutMenuBar.md
index f339b108027..12c88cbdbd3 100644
--- a/api/Access.ObjectFrame.ShortcutMenuBar.md
+++ b/api/Access.ObjectFrame.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.ShortcutMenuBar Property (Access)
+title: ObjectFrame.ShortcutMenuBar property (Access)
keywords: vbaac10.chm11600
f1_keywords:
- vbaac10.chm11600
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.ShortcutMenuBar Property (Access)
+# ObjectFrame.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.SizeMode.md b/api/Access.ObjectFrame.SizeMode.md
index 97139315f90..b84cb98655e 100644
--- a/api/Access.ObjectFrame.SizeMode.md
+++ b/api/Access.ObjectFrame.SizeMode.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.SizeMode Property (Access)
+title: ObjectFrame.SizeMode property (Access)
keywords: vbaac10.chm11560
f1_keywords:
- vbaac10.chm11560
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.SizeMode Property (Access)
+# ObjectFrame.SizeMode property (Access)
You can use the **SizeMode** property to specify how to size a picture or other object in a bound object frame, an unbound object frame, or an image control.
## Syntax
- _expression_. `SizeMode`
+_expression_. `SizeMode`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.SizeToFit.md b/api/Access.ObjectFrame.SizeToFit.md
index 6709bdb94b7..0ae45887fd3 100644
--- a/api/Access.ObjectFrame.SizeToFit.md
+++ b/api/Access.ObjectFrame.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.SizeToFit Method (Access)
+title: ObjectFrame.SizeToFit method (Access)
keywords: vbaac10.chm11553
f1_keywords:
- vbaac10.chm11553
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.SizeToFit Method (Access)
+# ObjectFrame.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.SourceDoc.md b/api/Access.ObjectFrame.SourceDoc.md
index f6b4a1f4770..31d2c446353 100644
--- a/api/Access.ObjectFrame.SourceDoc.md
+++ b/api/Access.ObjectFrame.SourceDoc.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.SourceDoc Property (Access)
+title: ObjectFrame.SourceDoc property (Access)
keywords: vbaac10.chm11575
f1_keywords:
- vbaac10.chm11575
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.SourceDoc Property (Access)
+# ObjectFrame.SourceDoc property (Access)
You can use the **SourceDoc** property to specify the file to create a link to or to embed when you create a linked object or embedded object by using the **Action** property in Visual Basic. Read/write **String**.
## Syntax
- _expression_. `SourceDoc`
+_expression_. `SourceDoc`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.SourceItem.md b/api/Access.ObjectFrame.SourceItem.md
index 4f6de2dd93c..ef9d7a372fd 100644
--- a/api/Access.ObjectFrame.SourceItem.md
+++ b/api/Access.ObjectFrame.SourceItem.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.SourceItem Property (Access)
+title: ObjectFrame.SourceItem property (Access)
keywords: vbaac10.chm11576
f1_keywords:
- vbaac10.chm11576
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.SourceItem Property (Access)
+# ObjectFrame.SourceItem property (Access)
You can use the **SourceItem** property to specify the data within a file to be linked when you create a linked OLE object. Read/write **String**.
## Syntax
- _expression_. `SourceItem`
+_expression_. `SourceItem`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.SourceObject.md b/api/Access.ObjectFrame.SourceObject.md
index c7f470fbdf8..1a9dbddc62f 100644
--- a/api/Access.ObjectFrame.SourceObject.md
+++ b/api/Access.ObjectFrame.SourceObject.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.SourceObject Property (Access)
+title: ObjectFrame.SourceObject property (Access)
keywords: vbaac10.chm11573
f1_keywords:
- vbaac10.chm11573
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.SourceObject Property (Access)
+# ObjectFrame.SourceObject property (Access)
You can use this property for linked unbound object frames to determine the complete path and file name of the file that contains the data linked to the object frame. Read-only **String**.
## Syntax
- _expression_. `SourceObject`
+_expression_. `SourceObject`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.SpecialEffect.md b/api/Access.ObjectFrame.SpecialEffect.md
index 5c1fdb45673..1a2f132086d 100644
--- a/api/Access.ObjectFrame.SpecialEffect.md
+++ b/api/Access.ObjectFrame.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.SpecialEffect Property (Access)
+title: ObjectFrame.SpecialEffect property (Access)
keywords: vbaac10.chm11594
f1_keywords:
- vbaac10.chm11594
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.SpecialEffect Property (Access)
+# ObjectFrame.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.StatusBarText.md b/api/Access.ObjectFrame.StatusBarText.md
index ce47665700b..bd1b71b1267 100644
--- a/api/Access.ObjectFrame.StatusBarText.md
+++ b/api/Access.ObjectFrame.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.StatusBarText Property (Access)
+title: ObjectFrame.StatusBarText property (Access)
keywords: vbaac10.chm11585
f1_keywords:
- vbaac10.chm11585
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.StatusBarText Property (Access)
+# ObjectFrame.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.TabIndex.md b/api/Access.ObjectFrame.TabIndex.md
index a138fddf4ee..cdd6addac4c 100644
--- a/api/Access.ObjectFrame.TabIndex.md
+++ b/api/Access.ObjectFrame.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.TabIndex Property (Access)
+title: ObjectFrame.TabIndex property (Access)
keywords: vbaac10.chm11587
f1_keywords:
- vbaac10.chm11587
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.TabIndex Property (Access)
+# ObjectFrame.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.TabStop.md b/api/Access.ObjectFrame.TabStop.md
index 140955d7d00..9ffc5efcb36 100644
--- a/api/Access.ObjectFrame.TabStop.md
+++ b/api/Access.ObjectFrame.TabStop.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.TabStop Property (Access)
+title: ObjectFrame.TabStop property (Access)
keywords: vbaac10.chm11586
f1_keywords:
- vbaac10.chm11586
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.TabStop Property (Access)
+# ObjectFrame.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Tag.md b/api/Access.ObjectFrame.Tag.md
index a8a1674751a..1ff152d40e6 100644
--- a/api/Access.ObjectFrame.Tag.md
+++ b/api/Access.ObjectFrame.Tag.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Tag Property (Access)
+title: ObjectFrame.Tag property (Access)
keywords: vbaac10.chm11606
f1_keywords:
- vbaac10.chm11606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Tag Property (Access)
+# ObjectFrame.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Top.md b/api/Access.ObjectFrame.Top.md
index 1a50b0133c9..a5945521e10 100644
--- a/api/Access.ObjectFrame.Top.md
+++ b/api/Access.ObjectFrame.Top.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Top Property (Access)
+title: ObjectFrame.Top property (Access)
keywords: vbaac10.chm11589
f1_keywords:
- vbaac10.chm11589
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Top Property (Access)
+# ObjectFrame.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.TopPadding.md b/api/Access.ObjectFrame.TopPadding.md
index 35e72db29a1..73e86498179 100644
--- a/api/Access.ObjectFrame.TopPadding.md
+++ b/api/Access.ObjectFrame.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.TopPadding Property (Access)
+title: ObjectFrame.TopPadding property (Access)
keywords: vbaac10.chm11640
f1_keywords:
- vbaac10.chm11640
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.TopPadding Property (Access)
+# ObjectFrame.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the object frame and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## See also
diff --git a/api/Access.ObjectFrame.UpdateMethod.md b/api/Access.ObjectFrame.UpdateMethod.md
index 20a09e32aac..e1953c8108b 100644
--- a/api/Access.ObjectFrame.UpdateMethod.md
+++ b/api/Access.ObjectFrame.UpdateMethod.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.UpdateMethod Property (Access)
+title: ObjectFrame.UpdateMethod property (Access)
keywords: vbaac10.chm11582
f1_keywords:
- vbaac10.chm11582
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.UpdateMethod Property (Access)
+# ObjectFrame.UpdateMethod property (Access)
This property has been deprecated. Use the **[UpdateOptions](Access.ObjectFrame.UpdateOptions.md)** property to specify how a linkedOLE object is updated.
## Syntax
- _expression_. `UpdateMethod`
+_expression_. `UpdateMethod`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## See also
diff --git a/api/Access.ObjectFrame.UpdateOptions.md b/api/Access.ObjectFrame.UpdateOptions.md
index a2c0a020d0a..5748d2b6f0a 100644
--- a/api/Access.ObjectFrame.UpdateOptions.md
+++ b/api/Access.ObjectFrame.UpdateOptions.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.UpdateOptions Property (Access)
+title: ObjectFrame.UpdateOptions property (Access)
keywords: vbaac10.chm11569
f1_keywords:
- vbaac10.chm11569
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.UpdateOptions Property (Access)
+# ObjectFrame.UpdateOptions property (Access)
You can use the **UpdateOptions** property to specify how a linkedOLE object is updated. Read/write **Integer**.
## Syntax
- _expression_. `UpdateOptions`
+_expression_. `UpdateOptions`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Updated.md b/api/Access.ObjectFrame.Updated.md
index 924b771e930..9216884a0e9 100644
--- a/api/Access.ObjectFrame.Updated.md
+++ b/api/Access.ObjectFrame.Updated.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Updated Event (Access)
+title: ObjectFrame.Updated event (Access)
keywords: vbaac10.chm14104
f1_keywords:
- vbaac10.chm14104
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Updated Event (Access)
+# ObjectFrame.Updated event (Access)
The **Updated** event occurs when an OLE object's data has been modified.
## Syntax
- _expression_. `Updated`( ` _Code_` )
+_expression_. `Updated`( ` _Code_` )
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.VarOleObject.md b/api/Access.ObjectFrame.VarOleObject.md
index dd2e16e662d..50e6a5ae41c 100644
--- a/api/Access.ObjectFrame.VarOleObject.md
+++ b/api/Access.ObjectFrame.VarOleObject.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.VarOleObject Property (Access)
+title: ObjectFrame.VarOleObject property (Access)
keywords: vbaac10.chm10954
f1_keywords:
- vbaac10.chm10954
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.VarOleObject Property (Access)
+# ObjectFrame.VarOleObject property (Access)
Gets a pointer to an **IOLEObject** that represents the memory address of an OLE object. Read-only **Variant**.
## Syntax
- _expression_. `VarOleObject`
+_expression_. `VarOleObject`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Verb.md b/api/Access.ObjectFrame.Verb.md
index 4b6417227e3..a86d2071f1d 100644
--- a/api/Access.ObjectFrame.Verb.md
+++ b/api/Access.ObjectFrame.Verb.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Verb Property (Access)
+title: ObjectFrame.Verb property (Access)
keywords: vbaac10.chm11570
f1_keywords:
- vbaac10.chm11570
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Verb Property (Access)
+# ObjectFrame.Verb property (Access)
You can use the **Verb** property to specify the operation to perform when an OLE object is activated, which is permitted when the control's **Action** property is set to **acOLEActivate**. Read/write **Long**.
## Syntax
- _expression_. `Verb`
+_expression_. `Verb`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.VerticalAnchor.md b/api/Access.ObjectFrame.VerticalAnchor.md
index dd083f3d4ba..079139812f4 100644
--- a/api/Access.ObjectFrame.VerticalAnchor.md
+++ b/api/Access.ObjectFrame.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.VerticalAnchor Property (Access)
+title: ObjectFrame.VerticalAnchor property (Access)
keywords: vbaac10.chm11653
f1_keywords:
- vbaac10.chm11653
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.VerticalAnchor Property (Access)
+# ObjectFrame.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified object frame is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Visible.md b/api/Access.ObjectFrame.Visible.md
index 0068368d5bf..63e78a6dbd3 100644
--- a/api/Access.ObjectFrame.Visible.md
+++ b/api/Access.ObjectFrame.Visible.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Visible Property (Access)
+title: ObjectFrame.Visible property (Access)
keywords: vbaac10.chm11579
f1_keywords:
- vbaac10.chm11579
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Visible Property (Access)
+# ObjectFrame.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.Width.md b/api/Access.ObjectFrame.Width.md
index cfaa9c40007..7b3b1fc053e 100644
--- a/api/Access.ObjectFrame.Width.md
+++ b/api/Access.ObjectFrame.Width.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame.Width Property (Access)
+title: ObjectFrame.Width property (Access)
keywords: vbaac10.chm11590
f1_keywords:
- vbaac10.chm11590
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ObjectFrame.Width Property (Access)
+# ObjectFrame.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
+_expression_ A variable that represents an [ObjectFrame](Access.ObjectFrame.md) object.
## Remarks
diff --git a/api/Access.ObjectFrame.md b/api/Access.ObjectFrame.md
index 5bcb58cf851..cfde6dbc915 100644
--- a/api/Access.ObjectFrame.md
+++ b/api/Access.ObjectFrame.md
@@ -1,5 +1,5 @@
---
-title: ObjectFrame Object (Access)
+title: ObjectFrame object (Access)
keywords: vbaac10.chm11665
f1_keywords:
- vbaac10.chm11665
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ObjectFrame Object (Access)
+# ObjectFrame object (Access)
This object corresponds to an unbound object frame. The unbound object frame control displays a picture, chart, or any OLE object not stored in a table.
diff --git a/api/Access.Operation.Execute.md b/api/Access.Operation.Execute.md
index 0e24cab3ff1..9e7084b5efe 100644
--- a/api/Access.Operation.Execute.md
+++ b/api/Access.Operation.Execute.md
@@ -1,5 +1,5 @@
---
-title: Operation.Execute Method (Access)
+title: Operation.Execute method (Access)
keywords: vbaac10.chm14585
f1_keywords:
- vbaac10.chm14585
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Operation.Execute Method (Access)
+# Operation.Execute method (Access)
Executes the specified operation.
## Syntax
- _expression_. `Execute`( ` _bstrParameters_` )
+_expression_. `Execute`( ` _bstrParameters_` )
- _expression_ A variable that represents an [Operation](Access.Operation.md) object.
+_expression_ A variable that represents an [Operation](Access.Operation.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrParameters_|Optional|**String**|Specifies values for the parameters of the operation.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.Operation.Name.md b/api/Access.Operation.Name.md
index 56a1138627d..5c02cfa7f01 100644
--- a/api/Access.Operation.Name.md
+++ b/api/Access.Operation.Name.md
@@ -1,5 +1,5 @@
---
-title: Operation.Name Property (Access)
+title: Operation.Name property (Access)
keywords: vbaac10.chm14576
f1_keywords:
- vbaac10.chm14576
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Operation.Name Property (Access)
+# Operation.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [Operation](Access.Operation.md) object.
+_expression_ A variable that represents an [Operation](Access.Operation.md) object.
## Remarks
diff --git a/api/Access.Operation.Parent.md b/api/Access.Operation.Parent.md
index 2594cf4074f..cdb29a4841e 100644
--- a/api/Access.Operation.Parent.md
+++ b/api/Access.Operation.Parent.md
@@ -1,5 +1,5 @@
---
-title: Operation.Parent Property (Access)
+title: Operation.Parent property (Access)
keywords: vbaac10.chm14575
f1_keywords:
- vbaac10.chm14575
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Operation.Parent Property (Access)
+# Operation.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [Operation](Access.Operation.md) object.
+_expression_ A variable that represents an [Operation](Access.Operation.md) object.
## See also
diff --git a/api/Access.Operation.WSParameters.md b/api/Access.Operation.WSParameters.md
index 268239098fc..d21e5493ee5 100644
--- a/api/Access.Operation.WSParameters.md
+++ b/api/Access.Operation.WSParameters.md
@@ -1,5 +1,5 @@
---
-title: Operation.WSParameters Property (Access)
+title: Operation.WSParameters property (Access)
keywords: vbaac10.chm14577
f1_keywords:
- vbaac10.chm14577
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Operation.WSParameters Property (Access)
+# Operation.WSParameters property (Access)
Gets the collection of parameters defined for the specified operation. Read-only [WSParameters](Access.WSParameters.md).
## Syntax
- _expression_. `WSParameters`
+_expression_. `WSParameters`
- _expression_ A variable that represents an [Operation](Access.Operation.md) object.
+_expression_ A variable that represents an [Operation](Access.Operation.md) object.
## See also
diff --git a/api/Access.Operation.md b/api/Access.Operation.md
index 06e9224954c..d98a1b7d32c 100644
--- a/api/Access.Operation.md
+++ b/api/Access.Operation.md
@@ -1,5 +1,5 @@
---
-title: Operation Object (Access)
+title: Operation object (Access)
keywords: vbaac10.chm14574
f1_keywords:
- vbaac10.chm14574
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Operation Object (Access)
+# Operation object (Access)
Represents an operation defined for an [Entity](Access.Entity.md).
diff --git a/api/Access.Operations.Count.md b/api/Access.Operations.Count.md
index 21ce6d3b547..1ce7c677650 100644
--- a/api/Access.Operations.Count.md
+++ b/api/Access.Operations.Count.md
@@ -1,5 +1,5 @@
---
-title: Operations.Count Property (Access)
+title: Operations.Count property (Access)
keywords: vbaac10.chm14572
f1_keywords:
- vbaac10.chm14572
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Operations.Count Property (Access)
+# Operations.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents an [Operations](Access.Operations.md) object.
+_expression_ A variable that represents an [Operations](Access.Operations.md) object.
## See also
diff --git a/api/Access.Operations.Item.md b/api/Access.Operations.Item.md
index 24c760eb73e..2a1b171caf0 100644
--- a/api/Access.Operations.Item.md
+++ b/api/Access.Operations.Item.md
@@ -1,5 +1,5 @@
---
-title: Operations.Item Property (Access)
+title: Operations.Item property (Access)
keywords: vbaac10.chm14571
f1_keywords:
- vbaac10.chm14571
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Operations.Item Property (Access)
+# Operations.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Object**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents an [Operations](Access.Operations.md) object.
+_expression_ A variable that represents an [Operations](Access.Operations.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**||
diff --git a/api/Access.Operations.Parent.md b/api/Access.Operations.Parent.md
index d1b85c50d59..4c06f4796be 100644
--- a/api/Access.Operations.Parent.md
+++ b/api/Access.Operations.Parent.md
@@ -1,5 +1,5 @@
---
-title: Operations.Parent Property (Access)
+title: Operations.Parent property (Access)
keywords: vbaac10.chm14570
f1_keywords:
- vbaac10.chm14570
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Operations.Parent Property (Access)
+# Operations.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [Operations](Access.Operations.md) object.
+_expression_ A variable that represents an [Operations](Access.Operations.md) object.
## See also
diff --git a/api/Access.Operations.md b/api/Access.Operations.md
index 1f7d8256e89..49fa77b8944 100644
--- a/api/Access.Operations.md
+++ b/api/Access.Operations.md
@@ -1,5 +1,5 @@
---
-title: Operations Object (Access)
+title: Operations object (Access)
keywords: vbaac10.chm14569
f1_keywords:
- vbaac10.chm14569
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Operations Object (Access)
+# Operations object (Access)
Represents the collection of operations defined for an **[Entity](Access.Entity.md)**.
diff --git a/api/Access.OptionButton.AddColon.md b/api/Access.OptionButton.AddColon.md
index 5dcd423f9af..5c7b6195db1 100644
--- a/api/Access.OptionButton.AddColon.md
+++ b/api/Access.OptionButton.AddColon.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.AddColon Property (Access)
+title: OptionButton.AddColon property (Access)
keywords: vbaac10.chm10599
f1_keywords:
- vbaac10.chm10599
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.AddColon Property (Access)
+# OptionButton.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## See also
diff --git a/api/Access.OptionButton.AfterUpdate(even).md b/api/Access.OptionButton.AfterUpdate(even).md
index 7c9e90e3831..a0c12b939d4 100644
--- a/api/Access.OptionButton.AfterUpdate(even).md
+++ b/api/Access.OptionButton.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: OptionButton.AfterUpdate Event (Access)
+title: OptionButton.AfterUpdate event (Access)
keywords: vbaac10.chm14135
f1_keywords:
- vbaac10.chm14135
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.AfterUpdate Event (Access)
+# OptionButton.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.AfterUpdate(property).md b/api/Access.OptionButton.AfterUpdate(property).md
index b5fd5ff7435..7c37a87bf6b 100644
--- a/api/Access.OptionButton.AfterUpdate(property).md
+++ b/api/Access.OptionButton.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: OptionButton.AfterUpdate Property (Access)
+title: OptionButton.AfterUpdate property (Access)
keywords: vbaac10.chm10609
f1_keywords:
- vbaac10.chm10609
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.AfterUpdate Property (Access)
+# OptionButton.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Application.md b/api/Access.OptionButton.Application.md
index 705056e598a..b3a24632944 100644
--- a/api/Access.OptionButton.Application.md
+++ b/api/Access.OptionButton.Application.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Application Property (Access)
+title: OptionButton.Application property (Access)
keywords: vbaac10.chm10556
f1_keywords:
- vbaac10.chm10556
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Application Property (Access)
+# OptionButton.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.AutoLabel.md b/api/Access.OptionButton.AutoLabel.md
index f505024cebf..150b3867db5 100644
--- a/api/Access.OptionButton.AutoLabel.md
+++ b/api/Access.OptionButton.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.AutoLabel Property (Access)
+title: OptionButton.AutoLabel property (Access)
keywords: vbaac10.chm10598
f1_keywords:
- vbaac10.chm10598
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.AutoLabel Property (Access)
+# OptionButton.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## See also
diff --git a/api/Access.OptionButton.BeforeUpdate(even).md b/api/Access.OptionButton.BeforeUpdate(even).md
index 8265e08df5c..a83c396af76 100644
--- a/api/Access.OptionButton.BeforeUpdate(even).md
+++ b/api/Access.OptionButton.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: OptionButton.BeforeUpdate Event (Access)
+title: OptionButton.BeforeUpdate event (Access)
keywords: vbaac10.chm14134
f1_keywords:
- vbaac10.chm14134
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.BeforeUpdate Event (Access)
+# OptionButton.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_` )
+_expression_. `BeforeUpdate`( ` _Cancel_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
diff --git a/api/Access.OptionButton.BeforeUpdate(property).md b/api/Access.OptionButton.BeforeUpdate(property).md
index cb605aa85f2..d5b25227cf4 100644
--- a/api/Access.OptionButton.BeforeUpdate(property).md
+++ b/api/Access.OptionButton.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: OptionButton.BeforeUpdate Property (Access)
+title: OptionButton.BeforeUpdate property (Access)
keywords: vbaac10.chm10608
f1_keywords:
- vbaac10.chm10608
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.BeforeUpdate Property (Access)
+# OptionButton.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.BorderColor.md b/api/Access.OptionButton.BorderColor.md
index a1f66c4bda9..346dd2f9ccc 100644
--- a/api/Access.OptionButton.BorderColor.md
+++ b/api/Access.OptionButton.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.BorderColor Property (Access)
+title: OptionButton.BorderColor property (Access)
keywords: vbaac10.chm10591
f1_keywords:
- vbaac10.chm10591
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.BorderColor Property (Access)
+# OptionButton.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.BorderShade.md b/api/Access.OptionButton.BorderShade.md
index 87b19bffe9c..c59d0a78469 100644
--- a/api/Access.OptionButton.BorderShade.md
+++ b/api/Access.OptionButton.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.BorderShade Property (Access)
+title: OptionButton.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.BorderShade Property (Access)
+# OptionButton.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.BorderStyle.md b/api/Access.OptionButton.BorderStyle.md
index 00da1abd755..76a771c6984 100644
--- a/api/Access.OptionButton.BorderStyle.md
+++ b/api/Access.OptionButton.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.BorderStyle Property (Access)
+title: OptionButton.BorderStyle property (Access)
keywords: vbaac10.chm10587
f1_keywords:
- vbaac10.chm10587
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.BorderStyle Property (Access)
+# OptionButton.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.BorderThemeColorIndex.md b/api/Access.OptionButton.BorderThemeColorIndex.md
index 00030eaf72d..ee2f0402b14 100644
--- a/api/Access.OptionButton.BorderThemeColorIndex.md
+++ b/api/Access.OptionButton.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.BorderThemeColorIndex Property (Access)
+title: OptionButton.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.BorderThemeColorIndex Property (Access)
+# OptionButton.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.BorderTint.md b/api/Access.OptionButton.BorderTint.md
index afb7d1153ac..166ea213ce6 100644
--- a/api/Access.OptionButton.BorderTint.md
+++ b/api/Access.OptionButton.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.BorderTint Property (Access)
+title: OptionButton.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.BorderTint Property (Access)
+# OptionButton.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.BorderWidth.md b/api/Access.OptionButton.BorderWidth.md
index 7148d0b1003..faf385b8996 100644
--- a/api/Access.OptionButton.BorderWidth.md
+++ b/api/Access.OptionButton.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.BorderWidth Property (Access)
+title: OptionButton.BorderWidth property (Access)
keywords: vbaac10.chm10589
f1_keywords:
- vbaac10.chm10589
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.BorderWidth Property (Access)
+# OptionButton.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.BottomPadding.md b/api/Access.OptionButton.BottomPadding.md
index 136a5dc39b5..307ff0733ff 100644
--- a/api/Access.OptionButton.BottomPadding.md
+++ b/api/Access.OptionButton.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.BottomPadding Property (Access)
+title: OptionButton.BottomPadding property (Access)
keywords: vbaac10.chm10644
f1_keywords:
- vbaac10.chm10644
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.BottomPadding Property (Access)
+# OptionButton.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the option button and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## See also
diff --git a/api/Access.OptionButton.Click.md b/api/Access.OptionButton.Click.md
index deabfc36b71..99c34282c33 100644
--- a/api/Access.OptionButton.Click.md
+++ b/api/Access.OptionButton.Click.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Click Event (Access)
+title: OptionButton.Click event (Access)
keywords: vbaac10.chm14133
f1_keywords:
- vbaac10.chm14133
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Click Event (Access)
+# OptionButton.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.ColumnHidden.md b/api/Access.OptionButton.ColumnHidden.md
index 721aa8fd60d..3af8c10d490 100644
--- a/api/Access.OptionButton.ColumnHidden.md
+++ b/api/Access.OptionButton.ColumnHidden.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ColumnHidden Property (Access)
+title: OptionButton.ColumnHidden property (Access)
keywords: vbaac10.chm10597
f1_keywords:
- vbaac10.chm10597
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ColumnHidden Property (Access)
+# OptionButton.ColumnHidden property (Access)
You can use the **ColumnHidden** property to show or hide a specified column in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHidden`
+_expression_. `ColumnHidden`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.ColumnOrder.md b/api/Access.OptionButton.ColumnOrder.md
index d5842847180..9ac1d116920 100644
--- a/api/Access.OptionButton.ColumnOrder.md
+++ b/api/Access.OptionButton.ColumnOrder.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ColumnOrder Property (Access)
+title: OptionButton.ColumnOrder property (Access)
keywords: vbaac10.chm10596
f1_keywords:
- vbaac10.chm10596
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ColumnOrder Property (Access)
+# OptionButton.ColumnOrder property (Access)
You can use the **ColumnOrder** property to specify the order of the columns in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnOrder`
+_expression_. `ColumnOrder`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.ColumnWidth.md b/api/Access.OptionButton.ColumnWidth.md
index 15f40e7c4a3..fec2c80d534 100644
--- a/api/Access.OptionButton.ColumnWidth.md
+++ b/api/Access.OptionButton.ColumnWidth.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ColumnWidth Property (Access)
+title: OptionButton.ColumnWidth property (Access)
keywords: vbaac10.chm10595
f1_keywords:
- vbaac10.chm10595
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ColumnWidth Property (Access)
+# OptionButton.ColumnWidth property (Access)
You can use the **ColumnWidth** property to specify the width of a column in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnWidth`
+_expression_. `ColumnWidth`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.ControlSource.md b/api/Access.OptionButton.ControlSource.md
index bad4c152c4d..9d197d7c6a8 100644
--- a/api/Access.OptionButton.ControlSource.md
+++ b/api/Access.OptionButton.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ControlSource Property (Access)
+title: OptionButton.ControlSource property (Access)
keywords: vbaac10.chm10569
f1_keywords:
- vbaac10.chm10569
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ControlSource Property (Access)
+# OptionButton.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.ControlTipText.md b/api/Access.OptionButton.ControlTipText.md
index 7934d1fb5a1..9a173d50c06 100644
--- a/api/Access.OptionButton.ControlTipText.md
+++ b/api/Access.OptionButton.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ControlTipText Property (Access)
+title: OptionButton.ControlTipText property (Access)
keywords: vbaac10.chm10593
f1_keywords:
- vbaac10.chm10593
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ControlTipText Property (Access)
+# OptionButton.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.ControlType.md b/api/Access.OptionButton.ControlType.md
index 6788de6cb5c..870e26e11e7 100644
--- a/api/Access.OptionButton.ControlType.md
+++ b/api/Access.OptionButton.ControlType.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ControlType Property (Access)
+title: OptionButton.ControlType property (Access)
keywords: vbaac10.chm10567
f1_keywords:
- vbaac10.chm10567
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ControlType Property (Access)
+# OptionButton.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Controls.md b/api/Access.OptionButton.Controls.md
index 88a4c8a463b..bf37cc4af82 100644
--- a/api/Access.OptionButton.Controls.md
+++ b/api/Access.OptionButton.Controls.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Controls Property (Access)
+title: OptionButton.Controls property (Access)
keywords: vbaac10.chm10563
f1_keywords:
- vbaac10.chm10563
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Controls Property (Access)
+# OptionButton.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.DblClick.md b/api/Access.OptionButton.DblClick.md
index f736a8a4c22..a7b14a160fa 100644
--- a/api/Access.OptionButton.DblClick.md
+++ b/api/Access.OptionButton.DblClick.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.DblClick Event (Access)
+title: OptionButton.DblClick event (Access)
keywords: vbaac10.chm14140
f1_keywords:
- vbaac10.chm14140
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.DblClick Event (Access)
+# OptionButton.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.OptionButton.DefaultValue.md b/api/Access.OptionButton.DefaultValue.md
index d72ea13ce1e..cfa1dfb98fe 100644
--- a/api/Access.OptionButton.DefaultValue.md
+++ b/api/Access.OptionButton.DefaultValue.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.DefaultValue Property (Access)
+title: OptionButton.DefaultValue property (Access)
keywords: vbaac10.chm10570
f1_keywords:
- vbaac10.chm10570
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.DefaultValue Property (Access)
+# OptionButton.DefaultValue property (Access)
Specifies a value that is automatically entered in a field when a new record is created. For example, in an Addresses table you can set the default value for the City field to New York. When users add a record to the table, they can either accept this value or enter the name of a different city. Read/write **String**.
## Syntax
- _expression_. `DefaultValue`
+_expression_. `DefaultValue`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.DisplayWhen.md b/api/Access.OptionButton.DisplayWhen.md
index fa7ece2af19..b42aa8be190 100644
--- a/api/Access.OptionButton.DisplayWhen.md
+++ b/api/Access.OptionButton.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.DisplayWhen Property (Access)
+title: OptionButton.DisplayWhen property (Access)
keywords: vbaac10.chm10575
f1_keywords:
- vbaac10.chm10575
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.DisplayWhen Property (Access)
+# OptionButton.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Enabled.md b/api/Access.OptionButton.Enabled.md
index 0717842f01d..89b55ca1438 100644
--- a/api/Access.OptionButton.Enabled.md
+++ b/api/Access.OptionButton.Enabled.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Enabled Property (Access)
+title: OptionButton.Enabled property (Access)
keywords: vbaac10.chm10576
f1_keywords:
- vbaac10.chm10576
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Enabled Property (Access)
+# OptionButton.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Enter.md b/api/Access.OptionButton.Enter.md
index 59c11632758..80717243e12 100644
--- a/api/Access.OptionButton.Enter.md
+++ b/api/Access.OptionButton.Enter.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Enter Event (Access)
+title: OptionButton.Enter event (Access)
keywords: vbaac10.chm14136
f1_keywords:
- vbaac10.chm14136
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Enter Event (Access)
+# OptionButton.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.EventProcPrefix.md b/api/Access.OptionButton.EventProcPrefix.md
index c57a4d5f905..f1badfa1435 100644
--- a/api/Access.OptionButton.EventProcPrefix.md
+++ b/api/Access.OptionButton.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.EventProcPrefix Property (Access)
+title: OptionButton.EventProcPrefix property (Access)
keywords: vbaac10.chm10565
f1_keywords:
- vbaac10.chm10565
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.EventProcPrefix Property (Access)
+# OptionButton.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Exit.md b/api/Access.OptionButton.Exit.md
index a8dad723f97..87bded01adc 100644
--- a/api/Access.OptionButton.Exit.md
+++ b/api/Access.OptionButton.Exit.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Exit Event (Access)
+title: OptionButton.Exit event (Access)
keywords: vbaac10.chm14137
f1_keywords:
- vbaac10.chm14137
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.Exit Event (Access)
+# OptionButton.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.OptionButton.GotFocus.md b/api/Access.OptionButton.GotFocus.md
index 6fbca309bf5..430f88737e4 100644
--- a/api/Access.OptionButton.GotFocus.md
+++ b/api/Access.OptionButton.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GotFocus Event (Access)
+title: OptionButton.GotFocus event (Access)
keywords: vbaac10.chm14138
f1_keywords:
- vbaac10.chm14138
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GotFocus Event (Access)
+# OptionButton.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineColor.md b/api/Access.OptionButton.GridlineColor.md
index 05af2b79991..3c505471e6e 100644
--- a/api/Access.OptionButton.GridlineColor.md
+++ b/api/Access.OptionButton.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineColor Property (Access)
+title: OptionButton.GridlineColor property (Access)
keywords: vbaac10.chm10653
f1_keywords:
- vbaac10.chm10653
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineColor Property (Access)
+# OptionButton.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified option button. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineShade.md b/api/Access.OptionButton.GridlineShade.md
index f60433d9e95..c4431f5684e 100644
--- a/api/Access.OptionButton.GridlineShade.md
+++ b/api/Access.OptionButton.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineShade Property (Access)
+title: OptionButton.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineShade Property (Access)
+# OptionButton.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineStyleBottom.md b/api/Access.OptionButton.GridlineStyleBottom.md
index f4002de9a47..2aec34cd1a4 100644
--- a/api/Access.OptionButton.GridlineStyleBottom.md
+++ b/api/Access.OptionButton.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineStyleBottom Property (Access)
+title: OptionButton.GridlineStyleBottom property (Access)
keywords: vbaac10.chm10648
f1_keywords:
- vbaac10.chm10648
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineStyleBottom Property (Access)
+# OptionButton.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified option button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineStyleLeft.md b/api/Access.OptionButton.GridlineStyleLeft.md
index a40a7ef153f..adf14ae5835 100644
--- a/api/Access.OptionButton.GridlineStyleLeft.md
+++ b/api/Access.OptionButton.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineStyleLeft Property (Access)
+title: OptionButton.GridlineStyleLeft property (Access)
keywords: vbaac10.chm10645
f1_keywords:
- vbaac10.chm10645
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineStyleLeft Property (Access)
+# OptionButton.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified option button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineStyleRight.md b/api/Access.OptionButton.GridlineStyleRight.md
index 8c56468b9e6..3d5988312d2 100644
--- a/api/Access.OptionButton.GridlineStyleRight.md
+++ b/api/Access.OptionButton.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineStyleRight Property (Access)
+title: OptionButton.GridlineStyleRight property (Access)
keywords: vbaac10.chm10647
f1_keywords:
- vbaac10.chm10647
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineStyleRight Property (Access)
+# OptionButton.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified option button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineStyleTop.md b/api/Access.OptionButton.GridlineStyleTop.md
index 9c64e8eec5a..d5e2307c167 100644
--- a/api/Access.OptionButton.GridlineStyleTop.md
+++ b/api/Access.OptionButton.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineStyleTop Property (Access)
+title: OptionButton.GridlineStyleTop property (Access)
keywords: vbaac10.chm10646
f1_keywords:
- vbaac10.chm10646
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineStyleTop Property (Access)
+# OptionButton.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified option button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineThemeColorIndex.md b/api/Access.OptionButton.GridlineThemeColorIndex.md
index 926c7eb61c2..d0065358f81 100644
--- a/api/Access.OptionButton.GridlineThemeColorIndex.md
+++ b/api/Access.OptionButton.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineThemeColorIndex Property (Access)
+title: OptionButton.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineThemeColorIndex Property (Access)
+# OptionButton.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineTint.md b/api/Access.OptionButton.GridlineTint.md
index 7965c4127bd..b8e322a3cf2 100644
--- a/api/Access.OptionButton.GridlineTint.md
+++ b/api/Access.OptionButton.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineTint Property (Access)
+title: OptionButton.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineTint Property (Access)
+# OptionButton.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineWidthBottom.md b/api/Access.OptionButton.GridlineWidthBottom.md
index 9e57e6b7346..f6815d889cc 100644
--- a/api/Access.OptionButton.GridlineWidthBottom.md
+++ b/api/Access.OptionButton.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineWidthBottom Property (Access)
+title: OptionButton.GridlineWidthBottom property (Access)
keywords: vbaac10.chm10652
f1_keywords:
- vbaac10.chm10652
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineWidthBottom Property (Access)
+# OptionButton.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified option button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineWidthLeft.md b/api/Access.OptionButton.GridlineWidthLeft.md
index df30e985276..2832c83a3c7 100644
--- a/api/Access.OptionButton.GridlineWidthLeft.md
+++ b/api/Access.OptionButton.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineWidthLeft Property (Access)
+title: OptionButton.GridlineWidthLeft property (Access)
keywords: vbaac10.chm10649
f1_keywords:
- vbaac10.chm10649
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineWidthLeft Property (Access)
+# OptionButton.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified option button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineWidthRight.md b/api/Access.OptionButton.GridlineWidthRight.md
index 7ba2694d8af..adb68b3e071 100644
--- a/api/Access.OptionButton.GridlineWidthRight.md
+++ b/api/Access.OptionButton.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineWidthRight Property (Access)
+title: OptionButton.GridlineWidthRight property (Access)
keywords: vbaac10.chm10651
f1_keywords:
- vbaac10.chm10651
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineWidthRight Property (Access)
+# OptionButton.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified option button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.GridlineWidthTop.md b/api/Access.OptionButton.GridlineWidthTop.md
index 05a88adf4fa..23d6489b6e8 100644
--- a/api/Access.OptionButton.GridlineWidthTop.md
+++ b/api/Access.OptionButton.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.GridlineWidthTop Property (Access)
+title: OptionButton.GridlineWidthTop property (Access)
keywords: vbaac10.chm10650
f1_keywords:
- vbaac10.chm10650
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.GridlineWidthTop Property (Access)
+# OptionButton.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified option button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Height.md b/api/Access.OptionButton.Height.md
index cbc3a0c81a4..037e72f2141 100644
--- a/api/Access.OptionButton.Height.md
+++ b/api/Access.OptionButton.Height.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Height Property (Access)
+title: OptionButton.Height property (Access)
keywords: vbaac10.chm10585
f1_keywords:
- vbaac10.chm10585
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Height Property (Access)
+# OptionButton.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.HelpContextId.md b/api/Access.OptionButton.HelpContextId.md
index 794a2e6ac6a..6f5d99c253d 100644
--- a/api/Access.OptionButton.HelpContextId.md
+++ b/api/Access.OptionButton.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.HelpContextId Property (Access)
+title: OptionButton.HelpContextId property (Access)
keywords: vbaac10.chm10594
f1_keywords:
- vbaac10.chm10594
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.HelpContextId Property (Access)
+# OptionButton.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.HideDuplicates.md b/api/Access.OptionButton.HideDuplicates.md
index 74030296a88..10133faf822 100644
--- a/api/Access.OptionButton.HideDuplicates.md
+++ b/api/Access.OptionButton.HideDuplicates.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.HideDuplicates Property (Access)
+title: OptionButton.HideDuplicates property (Access)
keywords: vbaac10.chm10581
f1_keywords:
- vbaac10.chm10581
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.HideDuplicates Property (Access)
+# OptionButton.HideDuplicates property (Access)
You can use the **HideDuplicates** property to hide a control on a report when its value is the same as in the preceding record. Read/write **Boolean**.
## Syntax
- _expression_. `HideDuplicates`
+_expression_. `HideDuplicates`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.HorizontalAnchor.md b/api/Access.OptionButton.HorizontalAnchor.md
index b3b0466cf2e..92ef40e5c9c 100644
--- a/api/Access.OptionButton.HorizontalAnchor.md
+++ b/api/Access.OptionButton.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.HorizontalAnchor Property (Access)
+title: OptionButton.HorizontalAnchor property (Access)
keywords: vbaac10.chm10654
f1_keywords:
- vbaac10.chm10654
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.HorizontalAnchor Property (Access)
+# OptionButton.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the option button is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.InSelection.md b/api/Access.OptionButton.InSelection.md
index 9c8afcec344..a8743f80717 100644
--- a/api/Access.OptionButton.InSelection.md
+++ b/api/Access.OptionButton.InSelection.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.InSelection Property (Access)
+title: OptionButton.InSelection property (Access)
keywords: vbaac10.chm10607
f1_keywords:
- vbaac10.chm10607
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.InSelection Property (Access)
+# OptionButton.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.IsVisible.md b/api/Access.OptionButton.IsVisible.md
index f1fde9cf244..11527d881c8 100644
--- a/api/Access.OptionButton.IsVisible.md
+++ b/api/Access.OptionButton.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.IsVisible Property (Access)
+title: OptionButton.IsVisible property (Access)
keywords: vbaac10.chm10606
f1_keywords:
- vbaac10.chm10606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.IsVisible Property (Access)
+# OptionButton.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.KeyDown.md b/api/Access.OptionButton.KeyDown.md
index 16873630970..13ac7353fa4 100644
--- a/api/Access.OptionButton.KeyDown.md
+++ b/api/Access.OptionButton.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.KeyDown Event (Access)
+title: OptionButton.KeyDown event (Access)
keywords: vbaac10.chm14144
f1_keywords:
- vbaac10.chm14144
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.KeyDown Event (Access)
+# OptionButton.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.OptionButton.KeyPress.md b/api/Access.OptionButton.KeyPress.md
index e51321c6c1b..68f4138ea55 100644
--- a/api/Access.OptionButton.KeyPress.md
+++ b/api/Access.OptionButton.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.KeyPress Event (Access)
+title: OptionButton.KeyPress event (Access)
keywords: vbaac10.chm14145
f1_keywords:
- vbaac10.chm14145
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.KeyPress Event (Access)
+# OptionButton.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_` )
+_expression_. `KeyPress`( ` _KeyAscii_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.OptionButton.KeyUp.md b/api/Access.OptionButton.KeyUp.md
index 6f94cbe0f74..0d05bd26dfa 100644
--- a/api/Access.OptionButton.KeyUp.md
+++ b/api/Access.OptionButton.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.KeyUp Event (Access)
+title: OptionButton.KeyUp event (Access)
keywords: vbaac10.chm14146
f1_keywords:
- vbaac10.chm14146
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.KeyUp Event (Access)
+# OptionButton.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.OptionButton.LabelAlign.md b/api/Access.OptionButton.LabelAlign.md
index 82d204b3bee..5ff9c3fd40e 100644
--- a/api/Access.OptionButton.LabelAlign.md
+++ b/api/Access.OptionButton.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.LabelAlign Property (Access)
+title: OptionButton.LabelAlign property (Access)
keywords: vbaac10.chm10602
f1_keywords:
- vbaac10.chm10602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.LabelAlign Property (Access)
+# OptionButton.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.LabelX.md b/api/Access.OptionButton.LabelX.md
index 7849f2b17c9..c7a3a593cb5 100644
--- a/api/Access.OptionButton.LabelX.md
+++ b/api/Access.OptionButton.LabelX.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.LabelX Property (Access)
+title: OptionButton.LabelX property (Access)
keywords: vbaac10.chm10600
f1_keywords:
- vbaac10.chm10600
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.LabelX Property (Access)
+# OptionButton.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.LabelY.md b/api/Access.OptionButton.LabelY.md
index 5f10c60a93b..97f66d24204 100644
--- a/api/Access.OptionButton.LabelY.md
+++ b/api/Access.OptionButton.LabelY.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.LabelY Property (Access)
+title: OptionButton.LabelY property (Access)
keywords: vbaac10.chm10601
f1_keywords:
- vbaac10.chm10601
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.LabelY Property (Access)
+# OptionButton.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Layout.md b/api/Access.OptionButton.Layout.md
index b1d0c218463..07a906fff06 100644
--- a/api/Access.OptionButton.Layout.md
+++ b/api/Access.OptionButton.Layout.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Layout Property (Access)
+title: OptionButton.Layout property (Access)
keywords: vbaac10.chm10640
f1_keywords:
- vbaac10.chm10640
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Layout Property (Access)
+# OptionButton.Layout property (Access)
Returns the type of layout for the specified option button. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## See also
diff --git a/api/Access.OptionButton.LayoutID.md b/api/Access.OptionButton.LayoutID.md
index 5d0388aadaf..8c8cff9cce3 100644
--- a/api/Access.OptionButton.LayoutID.md
+++ b/api/Access.OptionButton.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.LayoutID Property (Access)
+title: OptionButton.LayoutID property (Access)
keywords: vbaac10.chm10656
f1_keywords:
- vbaac10.chm10656
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.LayoutID Property (Access)
+# OptionButton.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified option button. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Left.md b/api/Access.OptionButton.Left.md
index 3c47e20a959..70523fe8c72 100644
--- a/api/Access.OptionButton.Left.md
+++ b/api/Access.OptionButton.Left.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Left Property (Access)
+title: OptionButton.Left property (Access)
keywords: vbaac10.chm10582
f1_keywords:
- vbaac10.chm10582
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Left Property (Access)
+# OptionButton.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.LeftPadding.md b/api/Access.OptionButton.LeftPadding.md
index 005f81b4bcf..c4a62a07c2f 100644
--- a/api/Access.OptionButton.LeftPadding.md
+++ b/api/Access.OptionButton.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.LeftPadding Property (Access)
+title: OptionButton.LeftPadding property (Access)
keywords: vbaac10.chm10641
f1_keywords:
- vbaac10.chm10641
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.LeftPadding Property (Access)
+# OptionButton.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the option button and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## See also
diff --git a/api/Access.OptionButton.Locked.md b/api/Access.OptionButton.Locked.md
index 7885df0e40e..664e84a60dd 100644
--- a/api/Access.OptionButton.Locked.md
+++ b/api/Access.OptionButton.Locked.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Locked Property (Access)
+title: OptionButton.Locked property (Access)
keywords: vbaac10.chm10577
f1_keywords:
- vbaac10.chm10577
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Locked Property (Access)
+# OptionButton.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.LostFocus.md b/api/Access.OptionButton.LostFocus.md
index 32b21fd7a7c..ff107a66e3d 100644
--- a/api/Access.OptionButton.LostFocus.md
+++ b/api/Access.OptionButton.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.LostFocus Event (Access)
+title: OptionButton.LostFocus event (Access)
keywords: vbaac10.chm14139
f1_keywords:
- vbaac10.chm14139
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.LostFocus Event (Access)
+# OptionButton.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.MouseDown.md b/api/Access.OptionButton.MouseDown.md
index faf1b3e352b..f0b6e9e8be5 100644
--- a/api/Access.OptionButton.MouseDown.md
+++ b/api/Access.OptionButton.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.MouseDown Event (Access)
+title: OptionButton.MouseDown event (Access)
keywords: vbaac10.chm14141
f1_keywords:
- vbaac10.chm14141
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.MouseDown Event (Access)
+# OptionButton.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.OptionButton.MouseMove.md b/api/Access.OptionButton.MouseMove.md
index b3629b6f773..3557125c3f7 100644
--- a/api/Access.OptionButton.MouseMove.md
+++ b/api/Access.OptionButton.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.MouseMove Event (Access)
+title: OptionButton.MouseMove event (Access)
keywords: vbaac10.chm14142
f1_keywords:
- vbaac10.chm14142
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.MouseMove Event (Access)
+# OptionButton.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.OptionButton.MouseUp.md b/api/Access.OptionButton.MouseUp.md
index 71edcccbccc..d97919dfd2f 100644
--- a/api/Access.OptionButton.MouseUp.md
+++ b/api/Access.OptionButton.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.MouseUp Event (Access)
+title: OptionButton.MouseUp event (Access)
keywords: vbaac10.chm14143
f1_keywords:
- vbaac10.chm14143
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.MouseUp Event (Access)
+# OptionButton.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.OptionButton.Move.md b/api/Access.OptionButton.Move.md
index 0280f65de86..a35c886f441 100644
--- a/api/Access.OptionButton.Move.md
+++ b/api/Access.OptionButton.Move.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Move Method (Access)
+title: OptionButton.Move method (Access)
keywords: vbaac10.chm10624
f1_keywords:
- vbaac10.chm10624
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionButton.Move Method (Access)
+# OptionButton.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.OptionButton.Name.md b/api/Access.OptionButton.Name.md
index b52157b9368..2568d2fdb8e 100644
--- a/api/Access.OptionButton.Name.md
+++ b/api/Access.OptionButton.Name.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Name Property (Access)
+title: OptionButton.Name property (Access)
keywords: vbaac10.chm10623
f1_keywords:
- vbaac10.chm10623
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Name Property (Access)
+# OptionButton.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.OldBorderStyle.md b/api/Access.OptionButton.OldBorderStyle.md
index 8155de8996f..5342d563393 100644
--- a/api/Access.OptionButton.OldBorderStyle.md
+++ b/api/Access.OptionButton.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OldBorderStyle Property (Access)
+title: OptionButton.OldBorderStyle property (Access)
keywords: vbaac10.chm10588
f1_keywords:
- vbaac10.chm10588
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OldBorderStyle Property (Access)
+# OptionButton.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.OldValue.md b/api/Access.OptionButton.OldValue.md
index 5834788f63c..a77011579d3 100644
--- a/api/Access.OptionButton.OldValue.md
+++ b/api/Access.OptionButton.OldValue.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OldValue Property (Access)
+title: OptionButton.OldValue property (Access)
keywords: vbaac10.chm10558
f1_keywords:
- vbaac10.chm10558
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OldValue Property (Access)
+# OptionButton.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.OnClick.md b/api/Access.OptionButton.OnClick.md
index 1384d26a069..b16163b0064 100644
--- a/api/Access.OptionButton.OnClick.md
+++ b/api/Access.OptionButton.OnClick.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnClick Property (Access)
+title: OptionButton.OnClick property (Access)
keywords: vbaac10.chm10614
f1_keywords:
- vbaac10.chm10614
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnClick Property (Access)
+# OptionButton.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnDblClick.md b/api/Access.OptionButton.OnDblClick.md
index d6517546e39..0be7cc42d36 100644
--- a/api/Access.OptionButton.OnDblClick.md
+++ b/api/Access.OptionButton.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnDblClick Property (Access)
+title: OptionButton.OnDblClick property (Access)
keywords: vbaac10.chm10615
f1_keywords:
- vbaac10.chm10615
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnDblClick Property (Access)
+# OptionButton.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnEnter.md b/api/Access.OptionButton.OnEnter.md
index 60104081861..eb5ce71a90b 100644
--- a/api/Access.OptionButton.OnEnter.md
+++ b/api/Access.OptionButton.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnEnter Property (Access)
+title: OptionButton.OnEnter property (Access)
keywords: vbaac10.chm10610
f1_keywords:
- vbaac10.chm10610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnEnter Property (Access)
+# OptionButton.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnExit.md b/api/Access.OptionButton.OnExit.md
index 9f8594a8126..9210424cb2e 100644
--- a/api/Access.OptionButton.OnExit.md
+++ b/api/Access.OptionButton.OnExit.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnExit Property (Access)
+title: OptionButton.OnExit property (Access)
keywords: vbaac10.chm10611
f1_keywords:
- vbaac10.chm10611
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnExit Property (Access)
+# OptionButton.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnGotFocus.md b/api/Access.OptionButton.OnGotFocus.md
index 952b9992ec6..24c85d4fc94 100644
--- a/api/Access.OptionButton.OnGotFocus.md
+++ b/api/Access.OptionButton.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnGotFocus Property (Access)
+title: OptionButton.OnGotFocus property (Access)
keywords: vbaac10.chm10612
f1_keywords:
- vbaac10.chm10612
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnGotFocus Property (Access)
+# OptionButton.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnKeyDown.md b/api/Access.OptionButton.OnKeyDown.md
index 2e068c3c14c..627b94103fb 100644
--- a/api/Access.OptionButton.OnKeyDown.md
+++ b/api/Access.OptionButton.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnKeyDown Property (Access)
+title: OptionButton.OnKeyDown property (Access)
keywords: vbaac10.chm10619
f1_keywords:
- vbaac10.chm10619
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnKeyDown Property (Access)
+# OptionButton.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnKeyPress.md b/api/Access.OptionButton.OnKeyPress.md
index 808dfe6c5a2..3efbc27314d 100644
--- a/api/Access.OptionButton.OnKeyPress.md
+++ b/api/Access.OptionButton.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnKeyPress Property (Access)
+title: OptionButton.OnKeyPress property (Access)
keywords: vbaac10.chm10621
f1_keywords:
- vbaac10.chm10621
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnKeyPress Property (Access)
+# OptionButton.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnKeyUp.md b/api/Access.OptionButton.OnKeyUp.md
index 8dafb28a72a..b3e0f1ba643 100644
--- a/api/Access.OptionButton.OnKeyUp.md
+++ b/api/Access.OptionButton.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnKeyUp Property (Access)
+title: OptionButton.OnKeyUp property (Access)
keywords: vbaac10.chm10620
f1_keywords:
- vbaac10.chm10620
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnKeyUp Property (Access)
+# OptionButton.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnLostFocus.md b/api/Access.OptionButton.OnLostFocus.md
index aded580150a..f3c20de9448 100644
--- a/api/Access.OptionButton.OnLostFocus.md
+++ b/api/Access.OptionButton.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnLostFocus Property (Access)
+title: OptionButton.OnLostFocus property (Access)
keywords: vbaac10.chm10613
f1_keywords:
- vbaac10.chm10613
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnLostFocus Property (Access)
+# OptionButton.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnMouseDown.md b/api/Access.OptionButton.OnMouseDown.md
index 74c5dbb564f..b1d3f073a5a 100644
--- a/api/Access.OptionButton.OnMouseDown.md
+++ b/api/Access.OptionButton.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnMouseDown Property (Access)
+title: OptionButton.OnMouseDown property (Access)
keywords: vbaac10.chm10616
f1_keywords:
- vbaac10.chm10616
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnMouseDown Property (Access)
+# OptionButton.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnMouseMove.md b/api/Access.OptionButton.OnMouseMove.md
index 3fcdeba5c43..fbcb25a1dc1 100644
--- a/api/Access.OptionButton.OnMouseMove.md
+++ b/api/Access.OptionButton.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnMouseMove Property (Access)
+title: OptionButton.OnMouseMove property (Access)
keywords: vbaac10.chm10617
f1_keywords:
- vbaac10.chm10617
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnMouseMove Property (Access)
+# OptionButton.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OnMouseUp.md b/api/Access.OptionButton.OnMouseUp.md
index cde85d5d238..9e4fe562909 100644
--- a/api/Access.OptionButton.OnMouseUp.md
+++ b/api/Access.OptionButton.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OnMouseUp Property (Access)
+title: OptionButton.OnMouseUp property (Access)
keywords: vbaac10.chm10618
f1_keywords:
- vbaac10.chm10618
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OnMouseUp Property (Access)
+# OptionButton.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionButton.OptionValue.md b/api/Access.OptionButton.OptionValue.md
index 41918175459..063ca44d8c1 100644
--- a/api/Access.OptionButton.OptionValue.md
+++ b/api/Access.OptionButton.OptionValue.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.OptionValue Property (Access)
+title: OptionButton.OptionValue property (Access)
keywords: vbaac10.chm10568
f1_keywords:
- vbaac10.chm10568
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.OptionValue Property (Access)
+# OptionButton.OptionValue property (Access)
Each control in an option group has a numeric value that you can set with the **OptionValue** property. Read/write **Long**.
## Syntax
- _expression_. `OptionValue`
+_expression_. `OptionValue`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Parent.md b/api/Access.OptionButton.Parent.md
index 0e026bf754d..9a3f92404bf 100644
--- a/api/Access.OptionButton.Parent.md
+++ b/api/Access.OptionButton.Parent.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Parent Property (Access)
+title: OptionButton.Parent property (Access)
keywords: vbaac10.chm10557
f1_keywords:
- vbaac10.chm10557
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Parent Property (Access)
+# OptionButton.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Properties.md b/api/Access.OptionButton.Properties.md
index d2e66c2f866..215bb7f1c77 100644
--- a/api/Access.OptionButton.Properties.md
+++ b/api/Access.OptionButton.Properties.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Properties Property (Access)
+title: OptionButton.Properties property (Access)
keywords: vbaac10.chm10559
f1_keywords:
- vbaac10.chm10559
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Properties Property (Access)
+# OptionButton.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.ReadingOrder.md b/api/Access.OptionButton.ReadingOrder.md
index f2e0b7d9e88..00e2fd7183e 100644
--- a/api/Access.OptionButton.ReadingOrder.md
+++ b/api/Access.OptionButton.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ReadingOrder Property (Access)
+title: OptionButton.ReadingOrder property (Access)
keywords: vbaac10.chm10622
f1_keywords:
- vbaac10.chm10622
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ReadingOrder Property (Access)
+# OptionButton.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Requery.md b/api/Access.OptionButton.Requery.md
index 8d0fb3e14f9..ebe2695a4f0 100644
--- a/api/Access.OptionButton.Requery.md
+++ b/api/Access.OptionButton.Requery.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Requery Method (Access)
+title: OptionButton.Requery method (Access)
keywords: vbaac10.chm10561
f1_keywords:
- vbaac10.chm10561
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Requery Method (Access)
+# OptionButton.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.RightPadding.md b/api/Access.OptionButton.RightPadding.md
index dbc0ba98b7f..42944c21e75 100644
--- a/api/Access.OptionButton.RightPadding.md
+++ b/api/Access.OptionButton.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.RightPadding Property (Access)
+title: OptionButton.RightPadding property (Access)
keywords: vbaac10.chm10643
f1_keywords:
- vbaac10.chm10643
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.RightPadding Property (Access)
+# OptionButton.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the option button and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## See also
diff --git a/api/Access.OptionButton.Section.md b/api/Access.OptionButton.Section.md
index 9f1ee392b55..7e186f06bb0 100644
--- a/api/Access.OptionButton.Section.md
+++ b/api/Access.OptionButton.Section.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Section Property (Access)
+title: OptionButton.Section property (Access)
keywords: vbaac10.chm10603
f1_keywords:
- vbaac10.chm10603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Section Property (Access)
+# OptionButton.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.SetFocus.md b/api/Access.OptionButton.SetFocus.md
index f02d56f5453..e1b045c2350 100644
--- a/api/Access.OptionButton.SetFocus.md
+++ b/api/Access.OptionButton.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.SetFocus Method (Access)
+title: OptionButton.SetFocus method (Access)
keywords: vbaac10.chm10562
f1_keywords:
- vbaac10.chm10562
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# OptionButton.SetFocus Method (Access)
+# OptionButton.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.OptionButton.ShortcutMenuBar.md b/api/Access.OptionButton.ShortcutMenuBar.md
index 69d2e3832af..2bfddd0c0f4 100644
--- a/api/Access.OptionButton.ShortcutMenuBar.md
+++ b/api/Access.OptionButton.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ShortcutMenuBar Property (Access)
+title: OptionButton.ShortcutMenuBar property (Access)
keywords: vbaac10.chm10592
f1_keywords:
- vbaac10.chm10592
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ShortcutMenuBar Property (Access)
+# OptionButton.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.SizeToFit.md b/api/Access.OptionButton.SizeToFit.md
index 0075014659c..23bcec1c52b 100644
--- a/api/Access.OptionButton.SizeToFit.md
+++ b/api/Access.OptionButton.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.SizeToFit Method (Access)
+title: OptionButton.SizeToFit method (Access)
keywords: vbaac10.chm10560
f1_keywords:
- vbaac10.chm10560
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.SizeToFit Method (Access)
+# OptionButton.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.SpecialEffect.md b/api/Access.OptionButton.SpecialEffect.md
index c3f9b4a4ae4..4993519d8ef 100644
--- a/api/Access.OptionButton.SpecialEffect.md
+++ b/api/Access.OptionButton.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.SpecialEffect Property (Access)
+title: OptionButton.SpecialEffect property (Access)
keywords: vbaac10.chm10586
f1_keywords:
- vbaac10.chm10586
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.SpecialEffect Property (Access)
+# OptionButton.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.StatusBarText.md b/api/Access.OptionButton.StatusBarText.md
index f61a59f7d7a..b5847b23d4a 100644
--- a/api/Access.OptionButton.StatusBarText.md
+++ b/api/Access.OptionButton.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.StatusBarText Property (Access)
+title: OptionButton.StatusBarText property (Access)
keywords: vbaac10.chm10573
f1_keywords:
- vbaac10.chm10573
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.StatusBarText Property (Access)
+# OptionButton.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.TabIndex.md b/api/Access.OptionButton.TabIndex.md
index 8098a4d63f2..776269adffc 100644
--- a/api/Access.OptionButton.TabIndex.md
+++ b/api/Access.OptionButton.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.TabIndex Property (Access)
+title: OptionButton.TabIndex property (Access)
keywords: vbaac10.chm10580
f1_keywords:
- vbaac10.chm10580
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.TabIndex Property (Access)
+# OptionButton.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.TabStop.md b/api/Access.OptionButton.TabStop.md
index 29435de98bf..f53e1b308b1 100644
--- a/api/Access.OptionButton.TabStop.md
+++ b/api/Access.OptionButton.TabStop.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.TabStop Property (Access)
+title: OptionButton.TabStop property (Access)
keywords: vbaac10.chm10579
f1_keywords:
- vbaac10.chm10579
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.TabStop Property (Access)
+# OptionButton.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Tag.md b/api/Access.OptionButton.Tag.md
index de50badc61e..be18987d3aa 100644
--- a/api/Access.OptionButton.Tag.md
+++ b/api/Access.OptionButton.Tag.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Tag Property (Access)
+title: OptionButton.Tag property (Access)
keywords: vbaac10.chm10605
f1_keywords:
- vbaac10.chm10605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Tag Property (Access)
+# OptionButton.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Top.md b/api/Access.OptionButton.Top.md
index 2f693238477..790c46b8f90 100644
--- a/api/Access.OptionButton.Top.md
+++ b/api/Access.OptionButton.Top.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Top Property (Access)
+title: OptionButton.Top property (Access)
keywords: vbaac10.chm10583
f1_keywords:
- vbaac10.chm10583
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Top Property (Access)
+# OptionButton.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.TopPadding.md b/api/Access.OptionButton.TopPadding.md
index 24b16d1b3e2..6832f77e57c 100644
--- a/api/Access.OptionButton.TopPadding.md
+++ b/api/Access.OptionButton.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.TopPadding Property (Access)
+title: OptionButton.TopPadding property (Access)
keywords: vbaac10.chm10642
f1_keywords:
- vbaac10.chm10642
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.TopPadding Property (Access)
+# OptionButton.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the option button and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## See also
diff --git a/api/Access.OptionButton.TripleState.md b/api/Access.OptionButton.TripleState.md
index 903f3d4e208..0c16e58f2f3 100644
--- a/api/Access.OptionButton.TripleState.md
+++ b/api/Access.OptionButton.TripleState.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.TripleState Property (Access)
+title: OptionButton.TripleState property (Access)
keywords: vbaac10.chm10578
f1_keywords:
- vbaac10.chm10578
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.TripleState Property (Access)
+# OptionButton.TripleState property (Access)
You can use the **TripleState** property to specify how the specified control will display Null values. Read/write **Boolean**.
## Syntax
- _expression_. `TripleState`
+_expression_. `TripleState`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.ValidationRule.md b/api/Access.OptionButton.ValidationRule.md
index b8514ba3e67..7ce3fa46d4a 100644
--- a/api/Access.OptionButton.ValidationRule.md
+++ b/api/Access.OptionButton.ValidationRule.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ValidationRule Property (Access)
+title: OptionButton.ValidationRule property (Access)
keywords: vbaac10.chm10571
f1_keywords:
- vbaac10.chm10571
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ValidationRule Property (Access)
+# OptionButton.ValidationRule property (Access)
You can use the **ValidationRule** property to specify requirements for data entered into a record, field, or control. When data is entered that violates the **ValidationRule** setting, you can use the **ValidationText** property to specify the message to be displayed to the user. Read/write **String**.
## Syntax
- _expression_. `ValidationRule`
+_expression_. `ValidationRule`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.ValidationText.md b/api/Access.OptionButton.ValidationText.md
index c0786620edc..fff2a74aa10 100644
--- a/api/Access.OptionButton.ValidationText.md
+++ b/api/Access.OptionButton.ValidationText.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.ValidationText Property (Access)
+title: OptionButton.ValidationText property (Access)
keywords: vbaac10.chm10572
f1_keywords:
- vbaac10.chm10572
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.ValidationText Property (Access)
+# OptionButton.ValidationText property (Access)
Use the **ValidationText** property to specify a message to be displayed to the user when data is entered that violates a **ValidationRule** setting for a record, field, or control. Read/write **String**.
## Syntax
- _expression_. `ValidationText`
+_expression_. `ValidationText`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Value.md b/api/Access.OptionButton.Value.md
index 91935f04523..8f4353f8f36 100644
--- a/api/Access.OptionButton.Value.md
+++ b/api/Access.OptionButton.Value.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Value Property (Access)
+title: OptionButton.Value property (Access)
keywords: vbaac10.chm10564
f1_keywords:
- vbaac10.chm10564
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Value Property (Access)
+# OptionButton.Value property (Access)
Determines or specifies whether or not the specified option button is selected. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.VerticalAnchor.md b/api/Access.OptionButton.VerticalAnchor.md
index e3913162fc4..338e9e634c7 100644
--- a/api/Access.OptionButton.VerticalAnchor.md
+++ b/api/Access.OptionButton.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.VerticalAnchor Property (Access)
+title: OptionButton.VerticalAnchor property (Access)
keywords: vbaac10.chm10655
f1_keywords:
- vbaac10.chm10655
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.VerticalAnchor Property (Access)
+# OptionButton.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified option button is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Visible.md b/api/Access.OptionButton.Visible.md
index 465d737c9f4..33cee2f03f0 100644
--- a/api/Access.OptionButton.Visible.md
+++ b/api/Access.OptionButton.Visible.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Visible Property (Access)
+title: OptionButton.Visible property (Access)
keywords: vbaac10.chm10574
f1_keywords:
- vbaac10.chm10574
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Visible Property (Access)
+# OptionButton.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.Width.md b/api/Access.OptionButton.Width.md
index 4356e44746c..33652e2d215 100644
--- a/api/Access.OptionButton.Width.md
+++ b/api/Access.OptionButton.Width.md
@@ -1,5 +1,5 @@
---
-title: OptionButton.Width Property (Access)
+title: OptionButton.Width property (Access)
keywords: vbaac10.chm10584
f1_keywords:
- vbaac10.chm10584
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionButton.Width Property (Access)
+# OptionButton.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
+_expression_ A variable that represents an [OptionButton](Access.OptionButton.md) object.
## Remarks
diff --git a/api/Access.OptionButton.md b/api/Access.OptionButton.md
index 3809654e7a0..49e22b190d4 100644
--- a/api/Access.OptionButton.md
+++ b/api/Access.OptionButton.md
@@ -1,5 +1,5 @@
---
-title: OptionButton Object (Access)
+title: OptionButton object (Access)
keywords: vbaac10.chm10671
f1_keywords:
- vbaac10.chm10671
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# OptionButton Object (Access)
+# OptionButton object (Access)
An option button on a form or report is a stand-alone control used to display a Yes/No value from an underlying record source.
diff --git a/api/Access.OptionGroup.AddColon.md b/api/Access.OptionGroup.AddColon.md
index b5f65ada6fe..b765a78f593 100644
--- a/api/Access.OptionGroup.AddColon.md
+++ b/api/Access.OptionGroup.AddColon.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.AddColon Property (Access)
+title: OptionGroup.AddColon property (Access)
keywords: vbaac10.chm10853
f1_keywords:
- vbaac10.chm10853
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.AddColon Property (Access)
+# OptionGroup.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## See also
diff --git a/api/Access.OptionGroup.AfterUpdate(even).md b/api/Access.OptionGroup.AfterUpdate(even).md
index 448768c95e2..be91b1b8856 100644
--- a/api/Access.OptionGroup.AfterUpdate(even).md
+++ b/api/Access.OptionGroup.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.AfterUpdate Event (Access)
+title: OptionGroup.AfterUpdate event (Access)
keywords: vbaac10.chm14186
f1_keywords:
- vbaac10.chm14186
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.AfterUpdate Event (Access)
+# OptionGroup.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.AfterUpdate(property).md b/api/Access.OptionGroup.AfterUpdate(property).md
index ba23a13161d..17565634f46 100644
--- a/api/Access.OptionGroup.AfterUpdate(property).md
+++ b/api/Access.OptionGroup.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.AfterUpdate Property (Access)
+title: OptionGroup.AfterUpdate property (Access)
keywords: vbaac10.chm10863
f1_keywords:
- vbaac10.chm10863
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.AfterUpdate Property (Access)
+# OptionGroup.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Application.md b/api/Access.OptionGroup.Application.md
index ec34e833b87..b00f384b338 100644
--- a/api/Access.OptionGroup.Application.md
+++ b/api/Access.OptionGroup.Application.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Application Property (Access)
+title: OptionGroup.Application property (Access)
keywords: vbaac10.chm10809
f1_keywords:
- vbaac10.chm10809
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Application Property (Access)
+# OptionGroup.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.AutoLabel.md b/api/Access.OptionGroup.AutoLabel.md
index 6b489c7c94f..0095ef4a398 100644
--- a/api/Access.OptionGroup.AutoLabel.md
+++ b/api/Access.OptionGroup.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.AutoLabel Property (Access)
+title: OptionGroup.AutoLabel property (Access)
keywords: vbaac10.chm10852
f1_keywords:
- vbaac10.chm10852
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.AutoLabel Property (Access)
+# OptionGroup.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## See also
diff --git a/api/Access.OptionGroup.BackColor.md b/api/Access.OptionGroup.BackColor.md
index c728c82673d..a468fd2f53f 100644
--- a/api/Access.OptionGroup.BackColor.md
+++ b/api/Access.OptionGroup.BackColor.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BackColor Property (Access)
+title: OptionGroup.BackColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BackColor Property (Access)
+# OptionGroup.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BackShade.md b/api/Access.OptionGroup.BackShade.md
index 018ab1263ea..af95f0ac831 100644
--- a/api/Access.OptionGroup.BackShade.md
+++ b/api/Access.OptionGroup.BackShade.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BackShade Property (Access)
+title: OptionGroup.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BackShade Property (Access)
+# OptionGroup.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BackStyle.md b/api/Access.OptionGroup.BackStyle.md
index 43153bbdfac..f42042f5da5 100644
--- a/api/Access.OptionGroup.BackStyle.md
+++ b/api/Access.OptionGroup.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BackStyle Property (Access)
+title: OptionGroup.BackStyle property (Access)
keywords: vbaac10.chm10838
f1_keywords:
- vbaac10.chm10838
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BackStyle Property (Access)
+# OptionGroup.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BackThemeColorIndex.md b/api/Access.OptionGroup.BackThemeColorIndex.md
index 89a9e524f78..655ffab2809 100644
--- a/api/Access.OptionGroup.BackThemeColorIndex.md
+++ b/api/Access.OptionGroup.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BackThemeColorIndex Property (Access)
+title: OptionGroup.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BackThemeColorIndex Property (Access)
+# OptionGroup.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BackTint.md b/api/Access.OptionGroup.BackTint.md
index 1d84d14399a..6e323f38f46 100644
--- a/api/Access.OptionGroup.BackTint.md
+++ b/api/Access.OptionGroup.BackTint.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BackTint Property (Access)
+title: OptionGroup.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BackTint Property (Access)
+# OptionGroup.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BeforeUpdate(even).md b/api/Access.OptionGroup.BeforeUpdate(even).md
index 701c9aa0d68..ae0b5732b67 100644
--- a/api/Access.OptionGroup.BeforeUpdate(even).md
+++ b/api/Access.OptionGroup.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BeforeUpdate Event (Access)
+title: OptionGroup.BeforeUpdate event (Access)
keywords: vbaac10.chm14185
f1_keywords:
- vbaac10.chm14185
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionGroup.BeforeUpdate Event (Access)
+# OptionGroup.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_` )
+_expression_. `BeforeUpdate`( ` _Cancel_` )
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
diff --git a/api/Access.OptionGroup.BeforeUpdate(property).md b/api/Access.OptionGroup.BeforeUpdate(property).md
index 640f083b7e8..fc815988c8e 100644
--- a/api/Access.OptionGroup.BeforeUpdate(property).md
+++ b/api/Access.OptionGroup.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BeforeUpdate Property (Access)
+title: OptionGroup.BeforeUpdate property (Access)
keywords: vbaac10.chm10862
f1_keywords:
- vbaac10.chm10862
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BeforeUpdate Property (Access)
+# OptionGroup.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BorderColor.md b/api/Access.OptionGroup.BorderColor.md
index 122212ecec4..0fe7fdb7d84 100644
--- a/api/Access.OptionGroup.BorderColor.md
+++ b/api/Access.OptionGroup.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BorderColor Property (Access)
+title: OptionGroup.BorderColor property (Access)
keywords: vbaac10.chm10843
f1_keywords:
- vbaac10.chm10843
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BorderColor Property (Access)
+# OptionGroup.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BorderShade.md b/api/Access.OptionGroup.BorderShade.md
index da86a649b1c..560a17f55f0 100644
--- a/api/Access.OptionGroup.BorderShade.md
+++ b/api/Access.OptionGroup.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BorderShade Property (Access)
+title: OptionGroup.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BorderShade Property (Access)
+# OptionGroup.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BorderStyle.md b/api/Access.OptionGroup.BorderStyle.md
index 288d601ad1d..9a5c49d258b 100644
--- a/api/Access.OptionGroup.BorderStyle.md
+++ b/api/Access.OptionGroup.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BorderStyle Property (Access)
+title: OptionGroup.BorderStyle property (Access)
keywords: vbaac10.chm10841
f1_keywords:
- vbaac10.chm10841
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BorderStyle Property (Access)
+# OptionGroup.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BorderThemeColorIndex.md b/api/Access.OptionGroup.BorderThemeColorIndex.md
index 03e49aee6e7..3854745e9a7 100644
--- a/api/Access.OptionGroup.BorderThemeColorIndex.md
+++ b/api/Access.OptionGroup.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BorderThemeColorIndex Property (Access)
+title: OptionGroup.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BorderThemeColorIndex Property (Access)
+# OptionGroup.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BorderTint.md b/api/Access.OptionGroup.BorderTint.md
index 54e40b484bd..204a11159f6 100644
--- a/api/Access.OptionGroup.BorderTint.md
+++ b/api/Access.OptionGroup.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BorderTint Property (Access)
+title: OptionGroup.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BorderTint Property (Access)
+# OptionGroup.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.BorderWidth.md b/api/Access.OptionGroup.BorderWidth.md
index 593feb45e46..59debd9149a 100644
--- a/api/Access.OptionGroup.BorderWidth.md
+++ b/api/Access.OptionGroup.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.BorderWidth Property (Access)
+title: OptionGroup.BorderWidth property (Access)
keywords: vbaac10.chm10844
f1_keywords:
- vbaac10.chm10844
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.BorderWidth Property (Access)
+# OptionGroup.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Click.md b/api/Access.OptionGroup.Click.md
index 87671a2b041..143617ab8c0 100644
--- a/api/Access.OptionGroup.Click.md
+++ b/api/Access.OptionGroup.Click.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Click Event (Access)
+title: OptionGroup.Click event (Access)
keywords: vbaac10.chm14189
f1_keywords:
- vbaac10.chm14189
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Click Event (Access)
+# OptionGroup.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.ColumnHidden.md b/api/Access.OptionGroup.ColumnHidden.md
index a48af3c441c..ecc98e5bdbd 100644
--- a/api/Access.OptionGroup.ColumnHidden.md
+++ b/api/Access.OptionGroup.ColumnHidden.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.ColumnHidden Property (Access)
+title: OptionGroup.ColumnHidden property (Access)
keywords: vbaac10.chm10851
f1_keywords:
- vbaac10.chm10851
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.ColumnHidden Property (Access)
+# OptionGroup.ColumnHidden property (Access)
You can use the **ColumnHidden** property to show or hide a specified column in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHidden`
+_expression_. `ColumnHidden`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.ColumnOrder.md b/api/Access.OptionGroup.ColumnOrder.md
index 84b9e496dcb..9344c1ddb7d 100644
--- a/api/Access.OptionGroup.ColumnOrder.md
+++ b/api/Access.OptionGroup.ColumnOrder.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.ColumnOrder Property (Access)
+title: OptionGroup.ColumnOrder property (Access)
keywords: vbaac10.chm10850
f1_keywords:
- vbaac10.chm10850
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.ColumnOrder Property (Access)
+# OptionGroup.ColumnOrder property (Access)
You can use the **ColumnOrder** property to specify the order of the columns in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnOrder`
+_expression_. `ColumnOrder`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.ColumnWidth.md b/api/Access.OptionGroup.ColumnWidth.md
index eaf99bbcccc..ae9715a6cea 100644
--- a/api/Access.OptionGroup.ColumnWidth.md
+++ b/api/Access.OptionGroup.ColumnWidth.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.ColumnWidth Property (Access)
+title: OptionGroup.ColumnWidth property (Access)
keywords: vbaac10.chm10849
f1_keywords:
- vbaac10.chm10849
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.ColumnWidth Property (Access)
+# OptionGroup.ColumnWidth property (Access)
You can use the **ColumnWidth** property to specify the width of a column in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnWidth`
+_expression_. `ColumnWidth`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.ControlSource.md b/api/Access.OptionGroup.ControlSource.md
index c039cb8ea9a..8515f70cf46 100644
--- a/api/Access.OptionGroup.ControlSource.md
+++ b/api/Access.OptionGroup.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.ControlSource Property (Access)
+title: OptionGroup.ControlSource property (Access)
keywords: vbaac10.chm10822
f1_keywords:
- vbaac10.chm10822
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.ControlSource Property (Access)
+# OptionGroup.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.ControlTipText.md b/api/Access.OptionGroup.ControlTipText.md
index bc6bd769064..15c90d8a4aa 100644
--- a/api/Access.OptionGroup.ControlTipText.md
+++ b/api/Access.OptionGroup.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.ControlTipText Property (Access)
+title: OptionGroup.ControlTipText property (Access)
keywords: vbaac10.chm10847
f1_keywords:
- vbaac10.chm10847
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.ControlTipText Property (Access)
+# OptionGroup.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.ControlType.md b/api/Access.OptionGroup.ControlType.md
index 9de2be50f0f..3382df86495 100644
--- a/api/Access.OptionGroup.ControlType.md
+++ b/api/Access.OptionGroup.ControlType.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.ControlType Property (Access)
+title: OptionGroup.ControlType property (Access)
keywords: vbaac10.chm10821
f1_keywords:
- vbaac10.chm10821
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.ControlType Property (Access)
+# OptionGroup.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Controls.md b/api/Access.OptionGroup.Controls.md
index 094e92ecaa2..ff4337a922f 100644
--- a/api/Access.OptionGroup.Controls.md
+++ b/api/Access.OptionGroup.Controls.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Controls Property (Access)
+title: OptionGroup.Controls property (Access)
keywords: vbaac10.chm10817
f1_keywords:
- vbaac10.chm10817
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Controls Property (Access)
+# OptionGroup.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.DblClick.md b/api/Access.OptionGroup.DblClick.md
index 79ce1789216..085f9807d0a 100644
--- a/api/Access.OptionGroup.DblClick.md
+++ b/api/Access.OptionGroup.DblClick.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.DblClick Event (Access)
+title: OptionGroup.DblClick event (Access)
keywords: vbaac10.chm14190
f1_keywords:
- vbaac10.chm14190
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionGroup.DblClick Event (Access)
+# OptionGroup.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.OptionGroup.DefaultValue.md b/api/Access.OptionGroup.DefaultValue.md
index b69f2c5a666..ed92912d80c 100644
--- a/api/Access.OptionGroup.DefaultValue.md
+++ b/api/Access.OptionGroup.DefaultValue.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.DefaultValue Property (Access)
+title: OptionGroup.DefaultValue property (Access)
keywords: vbaac10.chm10823
f1_keywords:
- vbaac10.chm10823
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.DefaultValue Property (Access)
+# OptionGroup.DefaultValue property (Access)
Specifies a value that is automatically entered in a field when a new record is created. For example, in an Addresses table you can set the default value for the City field to New York. When users add a record to the table, they can either accept this value or enter the name of a different city. Read/write **String**.
## Syntax
- _expression_. `DefaultValue`
+_expression_. `DefaultValue`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.DisplayWhen.md b/api/Access.OptionGroup.DisplayWhen.md
index 45706786c7b..729c0fb9472 100644
--- a/api/Access.OptionGroup.DisplayWhen.md
+++ b/api/Access.OptionGroup.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.DisplayWhen Property (Access)
+title: OptionGroup.DisplayWhen property (Access)
keywords: vbaac10.chm10828
f1_keywords:
- vbaac10.chm10828
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.DisplayWhen Property (Access)
+# OptionGroup.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Enabled.md b/api/Access.OptionGroup.Enabled.md
index ab9674f2b44..d579b328d52 100644
--- a/api/Access.OptionGroup.Enabled.md
+++ b/api/Access.OptionGroup.Enabled.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Enabled Property (Access)
+title: OptionGroup.Enabled property (Access)
keywords: vbaac10.chm10829
f1_keywords:
- vbaac10.chm10829
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Enabled Property (Access)
+# OptionGroup.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Enter.md b/api/Access.OptionGroup.Enter.md
index cc96e4d15b8..8454d851876 100644
--- a/api/Access.OptionGroup.Enter.md
+++ b/api/Access.OptionGroup.Enter.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Enter Event (Access)
+title: OptionGroup.Enter event (Access)
keywords: vbaac10.chm14187
f1_keywords:
- vbaac10.chm14187
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Enter Event (Access)
+# OptionGroup.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.EventProcPrefix.md b/api/Access.OptionGroup.EventProcPrefix.md
index f530b44f470..a750b7039be 100644
--- a/api/Access.OptionGroup.EventProcPrefix.md
+++ b/api/Access.OptionGroup.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.EventProcPrefix Property (Access)
+title: OptionGroup.EventProcPrefix property (Access)
keywords: vbaac10.chm10819
f1_keywords:
- vbaac10.chm10819
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.EventProcPrefix Property (Access)
+# OptionGroup.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Exit.md b/api/Access.OptionGroup.Exit.md
index 5d29c93785b..e957f8d9020 100644
--- a/api/Access.OptionGroup.Exit.md
+++ b/api/Access.OptionGroup.Exit.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Exit Event (Access)
+title: OptionGroup.Exit event (Access)
keywords: vbaac10.chm14188
f1_keywords:
- vbaac10.chm14188
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionGroup.Exit Event (Access)
+# OptionGroup.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.OptionGroup.Height.md b/api/Access.OptionGroup.Height.md
index 3ac118b62e8..79b8c4273cd 100644
--- a/api/Access.OptionGroup.Height.md
+++ b/api/Access.OptionGroup.Height.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Height Property (Access)
+title: OptionGroup.Height property (Access)
keywords: vbaac10.chm10837
f1_keywords:
- vbaac10.chm10837
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Height Property (Access)
+# OptionGroup.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.HelpContextId.md b/api/Access.OptionGroup.HelpContextId.md
index 1295885d2d9..269a2a8c7e2 100644
--- a/api/Access.OptionGroup.HelpContextId.md
+++ b/api/Access.OptionGroup.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.HelpContextId Property (Access)
+title: OptionGroup.HelpContextId property (Access)
keywords: vbaac10.chm10848
f1_keywords:
- vbaac10.chm10848
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.HelpContextId Property (Access)
+# OptionGroup.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.HideDuplicates.md b/api/Access.OptionGroup.HideDuplicates.md
index 4b4864c356d..6a939fb60e7 100644
--- a/api/Access.OptionGroup.HideDuplicates.md
+++ b/api/Access.OptionGroup.HideDuplicates.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.HideDuplicates Property (Access)
+title: OptionGroup.HideDuplicates property (Access)
keywords: vbaac10.chm10833
f1_keywords:
- vbaac10.chm10833
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.HideDuplicates Property (Access)
+# OptionGroup.HideDuplicates property (Access)
You can use the **HideDuplicates** property to hide a control on a report when its value is the same as in the preceding record. Read/write **Boolean**.
## Syntax
- _expression_. `HideDuplicates`
+_expression_. `HideDuplicates`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.HorizontalAnchor.md b/api/Access.OptionGroup.HorizontalAnchor.md
index c71ffedb483..549a0fb9a70 100644
--- a/api/Access.OptionGroup.HorizontalAnchor.md
+++ b/api/Access.OptionGroup.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.HorizontalAnchor Property (Access)
+title: OptionGroup.HorizontalAnchor property (Access)
keywords: vbaac10.chm10883
f1_keywords:
- vbaac10.chm10883
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.HorizontalAnchor Property (Access)
+# OptionGroup.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the option group is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.InSelection.md b/api/Access.OptionGroup.InSelection.md
index 02e989c1e2b..0d07de01d9e 100644
--- a/api/Access.OptionGroup.InSelection.md
+++ b/api/Access.OptionGroup.InSelection.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.InSelection Property (Access)
+title: OptionGroup.InSelection property (Access)
keywords: vbaac10.chm10861
f1_keywords:
- vbaac10.chm10861
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.InSelection Property (Access)
+# OptionGroup.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.IsVisible.md b/api/Access.OptionGroup.IsVisible.md
index ff55d7aabf7..dab003f33e2 100644
--- a/api/Access.OptionGroup.IsVisible.md
+++ b/api/Access.OptionGroup.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.IsVisible Property (Access)
+title: OptionGroup.IsVisible property (Access)
keywords: vbaac10.chm10860
f1_keywords:
- vbaac10.chm10860
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.IsVisible Property (Access)
+# OptionGroup.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.LabelAlign.md b/api/Access.OptionGroup.LabelAlign.md
index da4fda20d1e..52ef8b7c5e4 100644
--- a/api/Access.OptionGroup.LabelAlign.md
+++ b/api/Access.OptionGroup.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.LabelAlign Property (Access)
+title: OptionGroup.LabelAlign property (Access)
keywords: vbaac10.chm10856
f1_keywords:
- vbaac10.chm10856
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.LabelAlign Property (Access)
+# OptionGroup.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.LabelX.md b/api/Access.OptionGroup.LabelX.md
index d61ce667204..76ba88d105f 100644
--- a/api/Access.OptionGroup.LabelX.md
+++ b/api/Access.OptionGroup.LabelX.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.LabelX Property (Access)
+title: OptionGroup.LabelX property (Access)
keywords: vbaac10.chm10854
f1_keywords:
- vbaac10.chm10854
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# OptionGroup.LabelX Property (Access)
+# OptionGroup.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.LabelY.md b/api/Access.OptionGroup.LabelY.md
index b0b927e56fa..65549e7e8ed 100644
--- a/api/Access.OptionGroup.LabelY.md
+++ b/api/Access.OptionGroup.LabelY.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.LabelY Property (Access)
+title: OptionGroup.LabelY property (Access)
keywords: vbaac10.chm10855
f1_keywords:
- vbaac10.chm10855
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# OptionGroup.LabelY Property (Access)
+# OptionGroup.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Left.md b/api/Access.OptionGroup.Left.md
index df03f66883a..e058a3aef97 100644
--- a/api/Access.OptionGroup.Left.md
+++ b/api/Access.OptionGroup.Left.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Left Property (Access)
+title: OptionGroup.Left property (Access)
keywords: vbaac10.chm10834
f1_keywords:
- vbaac10.chm10834
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Left Property (Access)
+# OptionGroup.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Locked.md b/api/Access.OptionGroup.Locked.md
index 182a1926b42..7af4637ef2d 100644
--- a/api/Access.OptionGroup.Locked.md
+++ b/api/Access.OptionGroup.Locked.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Locked Property (Access)
+title: OptionGroup.Locked property (Access)
keywords: vbaac10.chm10830
f1_keywords:
- vbaac10.chm10830
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Locked Property (Access)
+# OptionGroup.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.MouseDown.md b/api/Access.OptionGroup.MouseDown.md
index b7428da1b53..c5edf8b9401 100644
--- a/api/Access.OptionGroup.MouseDown.md
+++ b/api/Access.OptionGroup.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.MouseDown Event (Access)
+title: OptionGroup.MouseDown event (Access)
keywords: vbaac10.chm14191
f1_keywords:
- vbaac10.chm14191
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionGroup.MouseDown Event (Access)
+# OptionGroup.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.OptionGroup.MouseMove.md b/api/Access.OptionGroup.MouseMove.md
index 4f1168b880b..f30b3560df7 100644
--- a/api/Access.OptionGroup.MouseMove.md
+++ b/api/Access.OptionGroup.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.MouseMove Event (Access)
+title: OptionGroup.MouseMove event (Access)
keywords: vbaac10.chm14192
f1_keywords:
- vbaac10.chm14192
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionGroup.MouseMove Event (Access)
+# OptionGroup.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.OptionGroup.MouseUp.md b/api/Access.OptionGroup.MouseUp.md
index e8010180ff8..41385c0befe 100644
--- a/api/Access.OptionGroup.MouseUp.md
+++ b/api/Access.OptionGroup.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.MouseUp Event (Access)
+title: OptionGroup.MouseUp event (Access)
keywords: vbaac10.chm14193
f1_keywords:
- vbaac10.chm14193
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionGroup.MouseUp Event (Access)
+# OptionGroup.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.OptionGroup.Move.md b/api/Access.OptionGroup.Move.md
index cd0ff2c93c7..3cdcd3845df 100644
--- a/api/Access.OptionGroup.Move.md
+++ b/api/Access.OptionGroup.Move.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Move Method (Access)
+title: OptionGroup.Move method (Access)
keywords: vbaac10.chm10872
f1_keywords:
- vbaac10.chm10872
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# OptionGroup.Move Method (Access)
+# OptionGroup.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.OptionGroup.Name.md b/api/Access.OptionGroup.Name.md
index d9dbd45780a..0f012c0a75e 100644
--- a/api/Access.OptionGroup.Name.md
+++ b/api/Access.OptionGroup.Name.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Name Property (Access)
+title: OptionGroup.Name property (Access)
keywords: vbaac10.chm10871
f1_keywords:
- vbaac10.chm10871
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Name Property (Access)
+# OptionGroup.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.OldBorderStyle.md b/api/Access.OptionGroup.OldBorderStyle.md
index e318d832fdf..70979df9c2e 100644
--- a/api/Access.OptionGroup.OldBorderStyle.md
+++ b/api/Access.OptionGroup.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.OldBorderStyle Property (Access)
+title: OptionGroup.OldBorderStyle property (Access)
keywords: vbaac10.chm10842
f1_keywords:
- vbaac10.chm10842
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.OldBorderStyle Property (Access)
+# OptionGroup.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.OldValue.md b/api/Access.OptionGroup.OldValue.md
index 89a9bddc17c..d8df3c92451 100644
--- a/api/Access.OptionGroup.OldValue.md
+++ b/api/Access.OptionGroup.OldValue.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.OldValue Property (Access)
+title: OptionGroup.OldValue property (Access)
keywords: vbaac10.chm10812
f1_keywords:
- vbaac10.chm10812
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.OldValue Property (Access)
+# OptionGroup.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.OnClick.md b/api/Access.OptionGroup.OnClick.md
index 53f72d51210..6b70e21ae3a 100644
--- a/api/Access.OptionGroup.OnClick.md
+++ b/api/Access.OptionGroup.OnClick.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.OnClick Property (Access)
+title: OptionGroup.OnClick property (Access)
keywords: vbaac10.chm10866
f1_keywords:
- vbaac10.chm10866
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.OnClick Property (Access)
+# OptionGroup.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionGroup.OnDblClick.md b/api/Access.OptionGroup.OnDblClick.md
index b9021c18e70..0de47804332 100644
--- a/api/Access.OptionGroup.OnDblClick.md
+++ b/api/Access.OptionGroup.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.OnDblClick Property (Access)
+title: OptionGroup.OnDblClick property (Access)
keywords: vbaac10.chm10867
f1_keywords:
- vbaac10.chm10867
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.OnDblClick Property (Access)
+# OptionGroup.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionGroup.OnEnter.md b/api/Access.OptionGroup.OnEnter.md
index cccbebd08ce..6a275397c95 100644
--- a/api/Access.OptionGroup.OnEnter.md
+++ b/api/Access.OptionGroup.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.OnEnter Property (Access)
+title: OptionGroup.OnEnter property (Access)
keywords: vbaac10.chm10864
f1_keywords:
- vbaac10.chm10864
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.OnEnter Property (Access)
+# OptionGroup.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionGroup.OnExit.md b/api/Access.OptionGroup.OnExit.md
index 3c72ef6940b..57b2fb2bb13 100644
--- a/api/Access.OptionGroup.OnExit.md
+++ b/api/Access.OptionGroup.OnExit.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.OnExit Property (Access)
+title: OptionGroup.OnExit property (Access)
keywords: vbaac10.chm10865
f1_keywords:
- vbaac10.chm10865
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.OnExit Property (Access)
+# OptionGroup.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionGroup.OnMouseDown.md b/api/Access.OptionGroup.OnMouseDown.md
index 02dc336e0d0..36857ab1408 100644
--- a/api/Access.OptionGroup.OnMouseDown.md
+++ b/api/Access.OptionGroup.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.OnMouseDown Property (Access)
+title: OptionGroup.OnMouseDown property (Access)
keywords: vbaac10.chm10868
f1_keywords:
- vbaac10.chm10868
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.OnMouseDown Property (Access)
+# OptionGroup.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionGroup.OnMouseMove.md b/api/Access.OptionGroup.OnMouseMove.md
index f0d8f19a002..c23a4bed6c4 100644
--- a/api/Access.OptionGroup.OnMouseMove.md
+++ b/api/Access.OptionGroup.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.OnMouseMove Property (Access)
+title: OptionGroup.OnMouseMove property (Access)
keywords: vbaac10.chm10869
f1_keywords:
- vbaac10.chm10869
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.OnMouseMove Property (Access)
+# OptionGroup.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionGroup.OnMouseUp.md b/api/Access.OptionGroup.OnMouseUp.md
index 817669d6c1e..f214a655add 100644
--- a/api/Access.OptionGroup.OnMouseUp.md
+++ b/api/Access.OptionGroup.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.OnMouseUp Property (Access)
+title: OptionGroup.OnMouseUp property (Access)
keywords: vbaac10.chm10870
f1_keywords:
- vbaac10.chm10870
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.OnMouseUp Property (Access)
+# OptionGroup.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.OptionGroup.Parent.md b/api/Access.OptionGroup.Parent.md
index 5ff4cbe2b44..66c13a250da 100644
--- a/api/Access.OptionGroup.Parent.md
+++ b/api/Access.OptionGroup.Parent.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Parent Property (Access)
+title: OptionGroup.Parent property (Access)
keywords: vbaac10.chm10810
f1_keywords:
- vbaac10.chm10810
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Parent Property (Access)
+# OptionGroup.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Properties.md b/api/Access.OptionGroup.Properties.md
index cc4db9c38d0..cbea284a930 100644
--- a/api/Access.OptionGroup.Properties.md
+++ b/api/Access.OptionGroup.Properties.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Properties Property (Access)
+title: OptionGroup.Properties property (Access)
keywords: vbaac10.chm10813
f1_keywords:
- vbaac10.chm10813
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Properties Property (Access)
+# OptionGroup.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Requery.md b/api/Access.OptionGroup.Requery.md
index e2b93655408..dbc282e40c1 100644
--- a/api/Access.OptionGroup.Requery.md
+++ b/api/Access.OptionGroup.Requery.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Requery Method (Access)
+title: OptionGroup.Requery method (Access)
keywords: vbaac10.chm10815
f1_keywords:
- vbaac10.chm10815
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Requery Method (Access)
+# OptionGroup.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Section.md b/api/Access.OptionGroup.Section.md
index 526fae9c7e7..8257b47dd54 100644
--- a/api/Access.OptionGroup.Section.md
+++ b/api/Access.OptionGroup.Section.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Section Property (Access)
+title: OptionGroup.Section property (Access)
keywords: vbaac10.chm10857
f1_keywords:
- vbaac10.chm10857
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Section Property (Access)
+# OptionGroup.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.SetFocus.md b/api/Access.OptionGroup.SetFocus.md
index f430e00f44c..3c930ca67f3 100644
--- a/api/Access.OptionGroup.SetFocus.md
+++ b/api/Access.OptionGroup.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.SetFocus Method (Access)
+title: OptionGroup.SetFocus method (Access)
keywords: vbaac10.chm10816
f1_keywords:
- vbaac10.chm10816
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# OptionGroup.SetFocus Method (Access)
+# OptionGroup.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.OptionGroup.ShortcutMenuBar.md b/api/Access.OptionGroup.ShortcutMenuBar.md
index 2bd33cb1350..d8005c24c71 100644
--- a/api/Access.OptionGroup.ShortcutMenuBar.md
+++ b/api/Access.OptionGroup.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.ShortcutMenuBar Property (Access)
+title: OptionGroup.ShortcutMenuBar property (Access)
keywords: vbaac10.chm10846
f1_keywords:
- vbaac10.chm10846
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.ShortcutMenuBar Property (Access)
+# OptionGroup.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.SizeToFit.md b/api/Access.OptionGroup.SizeToFit.md
index 2623ebf6757..96751a42ea3 100644
--- a/api/Access.OptionGroup.SizeToFit.md
+++ b/api/Access.OptionGroup.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.SizeToFit Method (Access)
+title: OptionGroup.SizeToFit method (Access)
keywords: vbaac10.chm10814
f1_keywords:
- vbaac10.chm10814
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.SizeToFit Method (Access)
+# OptionGroup.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.SpecialEffect.md b/api/Access.OptionGroup.SpecialEffect.md
index 86e2942f87b..7fcf5b20f6f 100644
--- a/api/Access.OptionGroup.SpecialEffect.md
+++ b/api/Access.OptionGroup.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.SpecialEffect Property (Access)
+title: OptionGroup.SpecialEffect property (Access)
keywords: vbaac10.chm10840
f1_keywords:
- vbaac10.chm10840
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.SpecialEffect Property (Access)
+# OptionGroup.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.StatusBarText.md b/api/Access.OptionGroup.StatusBarText.md
index f1db631d261..514f2897831 100644
--- a/api/Access.OptionGroup.StatusBarText.md
+++ b/api/Access.OptionGroup.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.StatusBarText Property (Access)
+title: OptionGroup.StatusBarText property (Access)
keywords: vbaac10.chm10826
f1_keywords:
- vbaac10.chm10826
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.StatusBarText Property (Access)
+# OptionGroup.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.TabIndex.md b/api/Access.OptionGroup.TabIndex.md
index f55a5c62439..61b7eaff6a1 100644
--- a/api/Access.OptionGroup.TabIndex.md
+++ b/api/Access.OptionGroup.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.TabIndex Property (Access)
+title: OptionGroup.TabIndex property (Access)
keywords: vbaac10.chm10832
f1_keywords:
- vbaac10.chm10832
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.TabIndex Property (Access)
+# OptionGroup.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.TabStop.md b/api/Access.OptionGroup.TabStop.md
index f227ce827a9..cb73be99a35 100644
--- a/api/Access.OptionGroup.TabStop.md
+++ b/api/Access.OptionGroup.TabStop.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.TabStop Property (Access)
+title: OptionGroup.TabStop property (Access)
keywords: vbaac10.chm10831
f1_keywords:
- vbaac10.chm10831
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.TabStop Property (Access)
+# OptionGroup.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Tag.md b/api/Access.OptionGroup.Tag.md
index 662c9ef85de..37c5abb3f24 100644
--- a/api/Access.OptionGroup.Tag.md
+++ b/api/Access.OptionGroup.Tag.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Tag Property (Access)
+title: OptionGroup.Tag property (Access)
keywords: vbaac10.chm10859
f1_keywords:
- vbaac10.chm10859
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Tag Property (Access)
+# OptionGroup.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Top.md b/api/Access.OptionGroup.Top.md
index 3c392b4da9b..58486333956 100644
--- a/api/Access.OptionGroup.Top.md
+++ b/api/Access.OptionGroup.Top.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Top Property (Access)
+title: OptionGroup.Top property (Access)
keywords: vbaac10.chm10835
f1_keywords:
- vbaac10.chm10835
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Top Property (Access)
+# OptionGroup.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Undo.md b/api/Access.OptionGroup.Undo.md
index 167eae0fddc..f30dac38a88 100644
--- a/api/Access.OptionGroup.Undo.md
+++ b/api/Access.OptionGroup.Undo.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Undo Method (Access)
+title: OptionGroup.Undo method (Access)
keywords: vbaac10.chm10811
f1_keywords:
- vbaac10.chm10811
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Undo Method (Access)
+# OptionGroup.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.ValidationRule.md b/api/Access.OptionGroup.ValidationRule.md
index fbc870124eb..d768ce1aaa1 100644
--- a/api/Access.OptionGroup.ValidationRule.md
+++ b/api/Access.OptionGroup.ValidationRule.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.ValidationRule Property (Access)
+title: OptionGroup.ValidationRule property (Access)
keywords: vbaac10.chm10824
f1_keywords:
- vbaac10.chm10824
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.ValidationRule Property (Access)
+# OptionGroup.ValidationRule property (Access)
You can use the **ValidationRule** property to specify requirements for data entered into a record, field, or control. When data is entered that violates the **ValidationRule** setting, you can use the **ValidationText** property to specify the message to be displayed to the user. Read/write **String**.
## Syntax
- _expression_. `ValidationRule`
+_expression_. `ValidationRule`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.ValidationText.md b/api/Access.OptionGroup.ValidationText.md
index 82a7699082f..7180ad8a555 100644
--- a/api/Access.OptionGroup.ValidationText.md
+++ b/api/Access.OptionGroup.ValidationText.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.ValidationText Property (Access)
+title: OptionGroup.ValidationText property (Access)
keywords: vbaac10.chm10825
f1_keywords:
- vbaac10.chm10825
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.ValidationText Property (Access)
+# OptionGroup.ValidationText property (Access)
Use the **ValidationText** property to specify a message to be displayed to the user when data is entered that violates a **ValidationRule** setting for a record, field, or control. Read/write **String**.
## Syntax
- _expression_. `ValidationText`
+_expression_. `ValidationText`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Value.md b/api/Access.OptionGroup.Value.md
index ea4f6ec7683..9ff136e2046 100644
--- a/api/Access.OptionGroup.Value.md
+++ b/api/Access.OptionGroup.Value.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Value Property (Access)
+title: OptionGroup.Value property (Access)
keywords: vbaac10.chm10818
f1_keywords:
- vbaac10.chm10818
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Value Property (Access)
+# OptionGroup.Value property (Access)
Gets or sets whether or not the specified option button is selected. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.VerticalAnchor.md b/api/Access.OptionGroup.VerticalAnchor.md
index c54b1b72af9..cdc4c1d979c 100644
--- a/api/Access.OptionGroup.VerticalAnchor.md
+++ b/api/Access.OptionGroup.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.VerticalAnchor Property (Access)
+title: OptionGroup.VerticalAnchor property (Access)
keywords: vbaac10.chm10884
f1_keywords:
- vbaac10.chm10884
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.VerticalAnchor Property (Access)
+# OptionGroup.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified option group is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Visible.md b/api/Access.OptionGroup.Visible.md
index fd93859d135..4feec446f80 100644
--- a/api/Access.OptionGroup.Visible.md
+++ b/api/Access.OptionGroup.Visible.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Visible Property (Access)
+title: OptionGroup.Visible property (Access)
keywords: vbaac10.chm10827
f1_keywords:
- vbaac10.chm10827
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Visible Property (Access)
+# OptionGroup.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.Width.md b/api/Access.OptionGroup.Width.md
index 2a663a2c106..b5aff8cea61 100644
--- a/api/Access.OptionGroup.Width.md
+++ b/api/Access.OptionGroup.Width.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup.Width Property (Access)
+title: OptionGroup.Width property (Access)
keywords: vbaac10.chm10836
f1_keywords:
- vbaac10.chm10836
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# OptionGroup.Width Property (Access)
+# OptionGroup.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
+_expression_ A variable that represents an [OptionGroup](Access.OptionGroup.md) object.
## Remarks
diff --git a/api/Access.OptionGroup.md b/api/Access.OptionGroup.md
index ae47bcd2529..d4e14f5316e 100644
--- a/api/Access.OptionGroup.md
+++ b/api/Access.OptionGroup.md
@@ -1,5 +1,5 @@
---
-title: OptionGroup Object (Access)
+title: OptionGroup object (Access)
keywords: vbaac10.chm10894
f1_keywords:
- vbaac10.chm10894
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# OptionGroup Object (Access)
+# OptionGroup object (Access)
An option group on a form or report displays a limited set of alternatives. An option group makes selecting a value easy since you can just click the value you want. Only one option in an option group can be selected at a time.
diff --git a/api/Access.Page.Application.md b/api/Access.Page.Application.md
index 5fc59333efa..12d1aaf1e76 100644
--- a/api/Access.Page.Application.md
+++ b/api/Access.Page.Application.md
@@ -1,5 +1,5 @@
---
-title: Page.Application Property (Access)
+title: Page.Application property (Access)
keywords: vbaac10.chm12138
f1_keywords:
- vbaac10.chm12138
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Application Property (Access)
+# Page.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Caption.md b/api/Access.Page.Caption.md
index e35b925cb75..ebd00b7c874 100644
--- a/api/Access.Page.Caption.md
+++ b/api/Access.Page.Caption.md
@@ -1,5 +1,5 @@
---
-title: Page.Caption Property (Access)
+title: Page.Caption property (Access)
keywords: vbaac10.chm12148
f1_keywords:
- vbaac10.chm12148
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Caption Property (Access)
+# Page.Caption property (Access)
Gets or sets the text that appears at the top of the page. Read/write **String**.
## Syntax
- _expression_. `Caption`
+_expression_. `Caption`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Click.md b/api/Access.Page.Click.md
index 7b4f6153373..95f19e6ca48 100644
--- a/api/Access.Page.Click.md
+++ b/api/Access.Page.Click.md
@@ -1,5 +1,5 @@
---
-title: Page.Click Event (Access)
+title: Page.Click event (Access)
keywords: vbaac10.chm14279
f1_keywords:
- vbaac10.chm14279
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Click Event (Access)
+# Page.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.ControlTipText.md b/api/Access.Page.ControlTipText.md
index c747b214f58..734597067c0 100644
--- a/api/Access.Page.ControlTipText.md
+++ b/api/Access.Page.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: Page.ControlTipText Property (Access)
+title: Page.ControlTipText property (Access)
keywords: vbaac10.chm12160
f1_keywords:
- vbaac10.chm12160
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.ControlTipText Property (Access)
+# Page.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.ControlType.md b/api/Access.Page.ControlType.md
index 98d47035071..82706985177 100644
--- a/api/Access.Page.ControlType.md
+++ b/api/Access.Page.ControlType.md
@@ -1,5 +1,5 @@
---
-title: Page.ControlType Property (Access)
+title: Page.ControlType property (Access)
keywords: vbaac10.chm12147
f1_keywords:
- vbaac10.chm12147
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.ControlType Property (Access)
+# Page.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Controls.md b/api/Access.Page.Controls.md
index ec64670138a..35e5731fd71 100644
--- a/api/Access.Page.Controls.md
+++ b/api/Access.Page.Controls.md
@@ -1,5 +1,5 @@
---
-title: Page.Controls Property (Access)
+title: Page.Controls property (Access)
keywords: vbaac10.chm12144
f1_keywords:
- vbaac10.chm12144
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Controls Property (Access)
+# Page.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.DblClick.md b/api/Access.Page.DblClick.md
index c1796910d86..ab2df453207 100644
--- a/api/Access.Page.DblClick.md
+++ b/api/Access.Page.DblClick.md
@@ -1,5 +1,5 @@
---
-title: Page.DblClick Event (Access)
+title: Page.DblClick event (Access)
keywords: vbaac10.chm14280
f1_keywords:
- vbaac10.chm14280
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Page.DblClick Event (Access)
+# Page.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.Page.Enabled.md b/api/Access.Page.Enabled.md
index 52586f4f8a7..f0f377ac4ff 100644
--- a/api/Access.Page.Enabled.md
+++ b/api/Access.Page.Enabled.md
@@ -1,5 +1,5 @@
---
-title: Page.Enabled Property (Access)
+title: Page.Enabled property (Access)
keywords: vbaac10.chm12154
f1_keywords:
- vbaac10.chm12154
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Enabled Property (Access)
+# Page.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.EventProcPrefix.md b/api/Access.Page.EventProcPrefix.md
index 52cb09489e3..ccbbc8bc652 100644
--- a/api/Access.Page.EventProcPrefix.md
+++ b/api/Access.Page.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: Page.EventProcPrefix Property (Access)
+title: Page.EventProcPrefix property (Access)
keywords: vbaac10.chm12145
f1_keywords:
- vbaac10.chm12145
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.EventProcPrefix Property (Access)
+# Page.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Height.md b/api/Access.Page.Height.md
index 0eed612a92f..0e4263271a2 100644
--- a/api/Access.Page.Height.md
+++ b/api/Access.Page.Height.md
@@ -1,5 +1,5 @@
---
-title: Page.Height Property (Access)
+title: Page.Height property (Access)
keywords: vbaac10.chm12158
f1_keywords:
- vbaac10.chm12158
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Height Property (Access)
+# Page.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.HelpContextId.md b/api/Access.Page.HelpContextId.md
index 92257e69ec8..45ef68933b7 100644
--- a/api/Access.Page.HelpContextId.md
+++ b/api/Access.Page.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: Page.HelpContextId Property (Access)
+title: Page.HelpContextId property (Access)
keywords: vbaac10.chm12161
f1_keywords:
- vbaac10.chm12161
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.HelpContextId Property (Access)
+# Page.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.InSelection.md b/api/Access.Page.InSelection.md
index 48eec4dd81c..293103be73f 100644
--- a/api/Access.Page.InSelection.md
+++ b/api/Access.Page.InSelection.md
@@ -1,5 +1,5 @@
---
-title: Page.InSelection Property (Access)
+title: Page.InSelection property (Access)
keywords: vbaac10.chm12166
f1_keywords:
- vbaac10.chm12166
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.InSelection Property (Access)
+# Page.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.IsVisible.md b/api/Access.Page.IsVisible.md
index 90f3b61b409..e25586267de 100644
--- a/api/Access.Page.IsVisible.md
+++ b/api/Access.Page.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: Page.IsVisible Property (Access)
+title: Page.IsVisible property (Access)
keywords: vbaac10.chm12165
f1_keywords:
- vbaac10.chm12165
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.IsVisible Property (Access)
+# Page.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Left.md b/api/Access.Page.Left.md
index d86d172b79d..6b0981e3ef6 100644
--- a/api/Access.Page.Left.md
+++ b/api/Access.Page.Left.md
@@ -1,5 +1,5 @@
---
-title: Page.Left Property (Access)
+title: Page.Left property (Access)
keywords: vbaac10.chm12155
f1_keywords:
- vbaac10.chm12155
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Left Property (Access)
+# Page.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.MouseDown.md b/api/Access.Page.MouseDown.md
index a5846024520..b5a1042b417 100644
--- a/api/Access.Page.MouseDown.md
+++ b/api/Access.Page.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: Page.MouseDown Event (Access)
+title: Page.MouseDown event (Access)
keywords: vbaac10.chm14281
f1_keywords:
- vbaac10.chm14281
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Page.MouseDown Event (Access)
+# Page.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Page.MouseMove.md b/api/Access.Page.MouseMove.md
index af47df9dc31..68980d14c7d 100644
--- a/api/Access.Page.MouseMove.md
+++ b/api/Access.Page.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: Page.MouseMove Event (Access)
+title: Page.MouseMove event (Access)
keywords: vbaac10.chm14282
f1_keywords:
- vbaac10.chm14282
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Page.MouseMove Event (Access)
+# Page.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Page.MouseUp.md b/api/Access.Page.MouseUp.md
index 8547fe283b6..ae21f836c95 100644
--- a/api/Access.Page.MouseUp.md
+++ b/api/Access.Page.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: Page.MouseUp Event (Access)
+title: Page.MouseUp event (Access)
keywords: vbaac10.chm14283
f1_keywords:
- vbaac10.chm14283
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Page.MouseUp Event (Access)
+# Page.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Page.Move.md b/api/Access.Page.Move.md
index 389b6c0ca61..fa1b4feab95 100644
--- a/api/Access.Page.Move.md
+++ b/api/Access.Page.Move.md
@@ -1,5 +1,5 @@
---
-title: Page.Move Method (Access)
+title: Page.Move method (Access)
keywords: vbaac10.chm12174
f1_keywords:
- vbaac10.chm12174
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Page.Move Method (Access)
+# Page.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.Page.Name.md b/api/Access.Page.Name.md
index f704febf3d4..4bf482fa92e 100644
--- a/api/Access.Page.Name.md
+++ b/api/Access.Page.Name.md
@@ -1,5 +1,5 @@
---
-title: Page.Name Property (Access)
+title: Page.Name property (Access)
keywords: vbaac10.chm12173
f1_keywords:
- vbaac10.chm12173
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Name Property (Access)
+# Page.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.OnClick.md b/api/Access.Page.OnClick.md
index 804ee9b21df..84c6197a07e 100644
--- a/api/Access.Page.OnClick.md
+++ b/api/Access.Page.OnClick.md
@@ -1,5 +1,5 @@
---
-title: Page.OnClick Property (Access)
+title: Page.OnClick property (Access)
keywords: vbaac10.chm12167
f1_keywords:
- vbaac10.chm12167
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.OnClick Property (Access)
+# Page.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Page.OnDblClick.md b/api/Access.Page.OnDblClick.md
index f45a10f4967..56b06a7b6e5 100644
--- a/api/Access.Page.OnDblClick.md
+++ b/api/Access.Page.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: Page.OnDblClick Property (Access)
+title: Page.OnDblClick property (Access)
keywords: vbaac10.chm12168
f1_keywords:
- vbaac10.chm12168
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.OnDblClick Property (Access)
+# Page.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Page.OnMouseDown.md b/api/Access.Page.OnMouseDown.md
index 3c407120450..5714c2b8c4c 100644
--- a/api/Access.Page.OnMouseDown.md
+++ b/api/Access.Page.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: Page.OnMouseDown Property (Access)
+title: Page.OnMouseDown property (Access)
keywords: vbaac10.chm12169
f1_keywords:
- vbaac10.chm12169
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.OnMouseDown Property (Access)
+# Page.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Page.OnMouseMove.md b/api/Access.Page.OnMouseMove.md
index b992e5f49b6..4bf23171abd 100644
--- a/api/Access.Page.OnMouseMove.md
+++ b/api/Access.Page.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: Page.OnMouseMove Property (Access)
+title: Page.OnMouseMove property (Access)
keywords: vbaac10.chm12170
f1_keywords:
- vbaac10.chm12170
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.OnMouseMove Property (Access)
+# Page.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Page.OnMouseUp.md b/api/Access.Page.OnMouseUp.md
index 193e6dcd595..246fd94102a 100644
--- a/api/Access.Page.OnMouseUp.md
+++ b/api/Access.Page.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: Page.OnMouseUp Property (Access)
+title: Page.OnMouseUp property (Access)
keywords: vbaac10.chm12171
f1_keywords:
- vbaac10.chm12171
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.OnMouseUp Property (Access)
+# Page.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Page.PageIndex.md b/api/Access.Page.PageIndex.md
index c3e59238432..cac52a0aedf 100644
--- a/api/Access.Page.PageIndex.md
+++ b/api/Access.Page.PageIndex.md
@@ -1,5 +1,5 @@
---
-title: Page.PageIndex Property (Access)
+title: Page.PageIndex property (Access)
keywords: vbaac10.chm12151,vbaac10.chm4455
f1_keywords:
- vbaac10.chm12151,vbaac10.chm4455
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.PageIndex Property (Access)
+# Page.PageIndex property (Access)
You can use the **PageIndex** property to specify or determine the position of a **[Page](Access.Page.md)** object within a **[Pages](Access.Pages.md)** collection. The **PageIndex** property specifies the order in which the pages on a tab control appear. Read/write **Integer**.
## Syntax
- _expression_. `PageIndex`
+_expression_. `PageIndex`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Parent.md b/api/Access.Page.Parent.md
index 7be9cde11ed..e61acc20b77 100644
--- a/api/Access.Page.Parent.md
+++ b/api/Access.Page.Parent.md
@@ -1,5 +1,5 @@
---
-title: Page.Parent Property (Access)
+title: Page.Parent property (Access)
keywords: vbaac10.chm12139
f1_keywords:
- vbaac10.chm12139
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Parent Property (Access)
+# Page.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## See also
diff --git a/api/Access.Page.Picture.md b/api/Access.Page.Picture.md
index 33e5c7670c5..4f061132663 100644
--- a/api/Access.Page.Picture.md
+++ b/api/Access.Page.Picture.md
@@ -1,5 +1,5 @@
---
-title: Page.Picture Property (Access)
+title: Page.Picture property (Access)
keywords: vbaac10.chm12149
f1_keywords:
- vbaac10.chm12149
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Picture Property (Access)
+# Page.Picture property (Access)
You can use the **Picture** property to specify a bitmap or other type of graphic to be displayed on the specified control. Read/write **String**.
## Syntax
- _expression_. `Picture`
+_expression_. `Picture`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.PictureData.md b/api/Access.Page.PictureData.md
index 6f1c1f09869..81c0ba8e338 100644
--- a/api/Access.Page.PictureData.md
+++ b/api/Access.Page.PictureData.md
@@ -1,5 +1,5 @@
---
-title: Page.PictureData Property (Access)
+title: Page.PictureData property (Access)
keywords: vbaac10.chm12172
f1_keywords:
- vbaac10.chm12172
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.PictureData Property (Access)
+# Page.PictureData property (Access)
You can use the **PictureData** property to copy the picture to another object that supports the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `PictureData`
+_expression_. `PictureData`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.PictureType.md b/api/Access.Page.PictureType.md
index be52515d67e..bb7c4a681e1 100644
--- a/api/Access.Page.PictureType.md
+++ b/api/Access.Page.PictureType.md
@@ -1,5 +1,5 @@
---
-title: Page.PictureType Property (Access)
+title: Page.PictureType property (Access)
keywords: vbaac10.chm12150
f1_keywords:
- vbaac10.chm12150
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.PictureType Property (Access)
+# Page.PictureType property (Access)
You can use the **PictureType** property to specify whether Microsoft Access stores an object's picture as a linked or an embedded object. Read/write **Byte**.
## Syntax
- _expression_. `PictureType`
+_expression_. `PictureType`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Properties.md b/api/Access.Page.Properties.md
index 46a25b0338d..a2ba2ff76f9 100644
--- a/api/Access.Page.Properties.md
+++ b/api/Access.Page.Properties.md
@@ -1,5 +1,5 @@
---
-title: Page.Properties Property (Access)
+title: Page.Properties property (Access)
keywords: vbaac10.chm12140
f1_keywords:
- vbaac10.chm12140
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Properties Property (Access)
+# Page.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Requery.md b/api/Access.Page.Requery.md
index f21a3fc7827..d73d7676ee3 100644
--- a/api/Access.Page.Requery.md
+++ b/api/Access.Page.Requery.md
@@ -1,5 +1,5 @@
---
-title: Page.Requery Method (Access)
+title: Page.Requery method (Access)
keywords: vbaac10.chm12142
f1_keywords:
- vbaac10.chm12142
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Requery Method (Access)
+# Page.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Section.md b/api/Access.Page.Section.md
index abba0e89add..7cf50168b3c 100644
--- a/api/Access.Page.Section.md
+++ b/api/Access.Page.Section.md
@@ -1,5 +1,5 @@
---
-title: Page.Section Property (Access)
+title: Page.Section property (Access)
keywords: vbaac10.chm12162
f1_keywords:
- vbaac10.chm12162
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Section Property (Access)
+# Page.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.SetFocus.md b/api/Access.Page.SetFocus.md
index c34001bf864..e205d399501 100644
--- a/api/Access.Page.SetFocus.md
+++ b/api/Access.Page.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: Page.SetFocus Method (Access)
+title: Page.SetFocus method (Access)
keywords: vbaac10.chm12143
f1_keywords:
- vbaac10.chm12143
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Page.SetFocus Method (Access)
+# Page.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Page.SetTabOrder.md b/api/Access.Page.SetTabOrder.md
index 66f53e35d6e..60ebe0752a8 100644
--- a/api/Access.Page.SetTabOrder.md
+++ b/api/Access.Page.SetTabOrder.md
@@ -1,5 +1,5 @@
---
-title: Page.SetTabOrder Method (Access)
+title: Page.SetTabOrder method (Access)
keywords: vbaac10.chm14294
f1_keywords:
- vbaac10.chm14294
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.SetTabOrder Method (Access)
+# Page.SetTabOrder method (Access)
Resets the tab order of the controls in the specified **Page** to their default values.
## Syntax
- _expression_. `SetTabOrder`
+_expression_. `SetTabOrder`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## See also
diff --git a/api/Access.Page.ShortcutMenuBar.md b/api/Access.Page.ShortcutMenuBar.md
index 077e4be1480..d96829ab418 100644
--- a/api/Access.Page.ShortcutMenuBar.md
+++ b/api/Access.Page.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: Page.ShortcutMenuBar Property (Access)
+title: Page.ShortcutMenuBar property (Access)
keywords: vbaac10.chm12159
f1_keywords:
- vbaac10.chm12159
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.ShortcutMenuBar Property (Access)
+# Page.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.SizeToFit.md b/api/Access.Page.SizeToFit.md
index 5bf4236b6bd..00a565960d9 100644
--- a/api/Access.Page.SizeToFit.md
+++ b/api/Access.Page.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: Page.SizeToFit Method (Access)
+title: Page.SizeToFit method (Access)
keywords: vbaac10.chm12141
f1_keywords:
- vbaac10.chm12141
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.SizeToFit Method (Access)
+# Page.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.StatusBarText.md b/api/Access.Page.StatusBarText.md
index dd3426e9be2..ffad10cf243 100644
--- a/api/Access.Page.StatusBarText.md
+++ b/api/Access.Page.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: Page.StatusBarText Property (Access)
+title: Page.StatusBarText property (Access)
keywords: vbaac10.chm12152
f1_keywords:
- vbaac10.chm12152
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.StatusBarText Property (Access)
+# Page.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Tag.md b/api/Access.Page.Tag.md
index 9f3ca3e547d..794a5d990f9 100644
--- a/api/Access.Page.Tag.md
+++ b/api/Access.Page.Tag.md
@@ -1,5 +1,5 @@
---
-title: Page.Tag Property (Access)
+title: Page.Tag property (Access)
keywords: vbaac10.chm12164
f1_keywords:
- vbaac10.chm12164
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Tag Property (Access)
+# Page.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Top.md b/api/Access.Page.Top.md
index 1fdae11d74f..61320386c09 100644
--- a/api/Access.Page.Top.md
+++ b/api/Access.Page.Top.md
@@ -1,5 +1,5 @@
---
-title: Page.Top Property (Access)
+title: Page.Top property (Access)
keywords: vbaac10.chm12156
f1_keywords:
- vbaac10.chm12156
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Top Property (Access)
+# Page.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Visible.md b/api/Access.Page.Visible.md
index 651702f5d2c..f8da124ea9b 100644
--- a/api/Access.Page.Visible.md
+++ b/api/Access.Page.Visible.md
@@ -1,5 +1,5 @@
---
-title: Page.Visible Property (Access)
+title: Page.Visible property (Access)
keywords: vbaac10.chm12153
f1_keywords:
- vbaac10.chm12153
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Visible Property (Access)
+# Page.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.Width.md b/api/Access.Page.Width.md
index c5e620b5d68..0b145778c8d 100644
--- a/api/Access.Page.Width.md
+++ b/api/Access.Page.Width.md
@@ -1,5 +1,5 @@
---
-title: Page.Width Property (Access)
+title: Page.Width property (Access)
keywords: vbaac10.chm12157
f1_keywords:
- vbaac10.chm12157
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Page.Width Property (Access)
+# Page.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [Page](Access.Page.md) object.
+_expression_ A variable that represents a [Page](Access.Page.md) object.
## Remarks
diff --git a/api/Access.Page.md b/api/Access.Page.md
index ba894a6d215..bdaface2a81 100644
--- a/api/Access.Page.md
+++ b/api/Access.Page.md
@@ -1,5 +1,5 @@
---
-title: Page Object (Access)
+title: Page object (Access)
keywords: vbaac10.chm10124
f1_keywords:
- vbaac10.chm10124
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Page Object (Access)
+# Page object (Access)
A **Page** object corresponds to an individual page on a tab control.
diff --git a/api/Access.PageBreak.Application.md b/api/Access.PageBreak.Application.md
index 1c8c4ebdf3e..d323a56a7af 100644
--- a/api/Access.PageBreak.Application.md
+++ b/api/Access.PageBreak.Application.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Application Property (Access)
+title: PageBreak.Application property (Access)
keywords: vbaac10.chm11667
f1_keywords:
- vbaac10.chm11667
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.Application Property (Access)
+# PageBreak.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.ControlType.md b/api/Access.PageBreak.ControlType.md
index 3a08439b3fe..676b5b61f92 100644
--- a/api/Access.PageBreak.ControlType.md
+++ b/api/Access.PageBreak.ControlType.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.ControlType Property (Access)
+title: PageBreak.ControlType property (Access)
keywords: vbaac10.chm11673
f1_keywords:
- vbaac10.chm11673
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.ControlType Property (Access)
+# PageBreak.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.EventProcPrefix.md b/api/Access.PageBreak.EventProcPrefix.md
index 0d6c85e919b..021f3dfc3aa 100644
--- a/api/Access.PageBreak.EventProcPrefix.md
+++ b/api/Access.PageBreak.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.EventProcPrefix Property (Access)
+title: PageBreak.EventProcPrefix property (Access)
keywords: vbaac10.chm11671
f1_keywords:
- vbaac10.chm11671
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.EventProcPrefix Property (Access)
+# PageBreak.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.InSelection.md b/api/Access.PageBreak.InSelection.md
index 75fbd2060d4..5c8aeeec3f0 100644
--- a/api/Access.PageBreak.InSelection.md
+++ b/api/Access.PageBreak.InSelection.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.InSelection Property (Access)
+title: PageBreak.InSelection property (Access)
keywords: vbaac10.chm11680
f1_keywords:
- vbaac10.chm11680
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.InSelection Property (Access)
+# PageBreak.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.IsVisible.md b/api/Access.PageBreak.IsVisible.md
index 8590aa39368..ea16478584f 100644
--- a/api/Access.PageBreak.IsVisible.md
+++ b/api/Access.PageBreak.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.IsVisible Property (Access)
+title: PageBreak.IsVisible property (Access)
keywords: vbaac10.chm11679
f1_keywords:
- vbaac10.chm11679
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.IsVisible Property (Access)
+# PageBreak.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.Left.md b/api/Access.PageBreak.Left.md
index f03fb002e6b..042f032b282 100644
--- a/api/Access.PageBreak.Left.md
+++ b/api/Access.PageBreak.Left.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Left Property (Access)
+title: PageBreak.Left property (Access)
keywords: vbaac10.chm11674
f1_keywords:
- vbaac10.chm11674
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.Left Property (Access)
+# PageBreak.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.Move.md b/api/Access.PageBreak.Move.md
index 38704f28939..cccac86b81c 100644
--- a/api/Access.PageBreak.Move.md
+++ b/api/Access.PageBreak.Move.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Move Method (Access)
+title: PageBreak.Move method (Access)
keywords: vbaac10.chm11683
f1_keywords:
- vbaac10.chm11683
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# PageBreak.Move Method (Access)
+# PageBreak.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.PageBreak.Name.md b/api/Access.PageBreak.Name.md
index 5ed71df093f..6cd650f4487 100644
--- a/api/Access.PageBreak.Name.md
+++ b/api/Access.PageBreak.Name.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Name Property (Access)
+title: PageBreak.Name property (Access)
keywords: vbaac10.chm11682
f1_keywords:
- vbaac10.chm11682
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.Name Property (Access)
+# PageBreak.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.Parent.md b/api/Access.PageBreak.Parent.md
index 31236db3c79..b0c4e32dfe3 100644
--- a/api/Access.PageBreak.Parent.md
+++ b/api/Access.PageBreak.Parent.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Parent Property (Access)
+title: PageBreak.Parent property (Access)
keywords: vbaac10.chm11668
f1_keywords:
- vbaac10.chm11668
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.Parent Property (Access)
+# PageBreak.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## See also
diff --git a/api/Access.PageBreak.Properties.md b/api/Access.PageBreak.Properties.md
index 0b1e7e14f2c..e5640466874 100644
--- a/api/Access.PageBreak.Properties.md
+++ b/api/Access.PageBreak.Properties.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Properties Property (Access)
+title: PageBreak.Properties property (Access)
keywords: vbaac10.chm11669
f1_keywords:
- vbaac10.chm11669
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.Properties Property (Access)
+# PageBreak.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.Section.md b/api/Access.PageBreak.Section.md
index 90d4a1ec856..c58deca3fca 100644
--- a/api/Access.PageBreak.Section.md
+++ b/api/Access.PageBreak.Section.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Section Property (Access)
+title: PageBreak.Section property (Access)
keywords: vbaac10.chm11677
f1_keywords:
- vbaac10.chm11677
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.Section Property (Access)
+# PageBreak.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.SizeToFit.md b/api/Access.PageBreak.SizeToFit.md
index 7236dcd85fb..2b51cdaa897 100644
--- a/api/Access.PageBreak.SizeToFit.md
+++ b/api/Access.PageBreak.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.SizeToFit Method (Access)
+title: PageBreak.SizeToFit method (Access)
keywords: vbaac10.chm11670
f1_keywords:
- vbaac10.chm11670
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.SizeToFit Method (Access)
+# PageBreak.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.Tag.md b/api/Access.PageBreak.Tag.md
index 8d8e8d55d5b..0d7618ec612 100644
--- a/api/Access.PageBreak.Tag.md
+++ b/api/Access.PageBreak.Tag.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Tag Property (Access)
+title: PageBreak.Tag property (Access)
keywords: vbaac10.chm11676
f1_keywords:
- vbaac10.chm11676
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.Tag Property (Access)
+# PageBreak.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.Top.md b/api/Access.PageBreak.Top.md
index e7288a9d365..a9fcaa64a76 100644
--- a/api/Access.PageBreak.Top.md
+++ b/api/Access.PageBreak.Top.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Top Property (Access)
+title: PageBreak.Top property (Access)
keywords: vbaac10.chm11675
f1_keywords:
- vbaac10.chm11675
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.Top Property (Access)
+# PageBreak.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.Visible.md b/api/Access.PageBreak.Visible.md
index 683c393ff24..61ec8239872 100644
--- a/api/Access.PageBreak.Visible.md
+++ b/api/Access.PageBreak.Visible.md
@@ -1,5 +1,5 @@
---
-title: PageBreak.Visible Property (Access)
+title: PageBreak.Visible property (Access)
keywords: vbaac10.chm11678
f1_keywords:
- vbaac10.chm11678
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# PageBreak.Visible Property (Access)
+# PageBreak.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
+_expression_ A variable that represents a [PageBreak](Access.PageBreak.md) object.
## Remarks
diff --git a/api/Access.PageBreak.md b/api/Access.PageBreak.md
index b95067428ad..4d86fe47dce 100644
--- a/api/Access.PageBreak.md
+++ b/api/Access.PageBreak.md
@@ -1,5 +1,5 @@
---
-title: PageBreak Object (Access)
+title: PageBreak object (Access)
keywords: vbaac10.chm11685
f1_keywords:
- vbaac10.chm11685
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# PageBreak Object (Access)
+# PageBreak object (Access)
This object corresponds to a page break control. The page break control marks the start of a new screen or printed page on a form or report.
diff --git a/api/Access.Pages.Add.md b/api/Access.Pages.Add.md
index 07eb8d261af..26fda6ab578 100644
--- a/api/Access.Pages.Add.md
+++ b/api/Access.Pages.Add.md
@@ -1,5 +1,5 @@
---
-title: Pages.Add Method (Access)
+title: Pages.Add method (Access)
keywords: vbaac10.chm10128
f1_keywords:
- vbaac10.chm10128
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Pages.Add Method (Access)
+# Pages.Add method (Access)
The **Add** method adds a new **[Page](Access.Page.md)** object to the **[Pages](Access.Pages.md)** collection of a tab control.
## Syntax
- _expression_. `Add`( ` _Before_` )
+_expression_. `Add`( ` _Before_` )
- _expression_ A variable that represents a [Pages](Access.Pages.md) object.
+_expression_ A variable that represents a [Pages](Access.Pages.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional|**Variant**|An **Integer** that specifies the index of the **Page** object before which the new **Page** object should be added. The index of the **Page** object corresponds to the value of the **PageIndex** property for that **Page** object. If you omit this argument, the new **Page** object is added to the end of the collection.|
-### Return Value
+### Return value
Page
diff --git a/api/Access.Pages.Count.md b/api/Access.Pages.Count.md
index e7ce1fff99f..e818ee20f8c 100644
--- a/api/Access.Pages.Count.md
+++ b/api/Access.Pages.Count.md
@@ -1,5 +1,5 @@
---
-title: Pages.Count Property (Access)
+title: Pages.Count property (Access)
keywords: vbaac10.chm10127
f1_keywords:
- vbaac10.chm10127
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Pages.Count Property (Access)
+# Pages.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [Pages](Access.Pages.md) object.
+_expression_ A variable that represents a [Pages](Access.Pages.md) object.
## See also
diff --git a/api/Access.Pages.Item.md b/api/Access.Pages.Item.md
index d42cda73c4d..75244ef889a 100644
--- a/api/Access.Pages.Item.md
+++ b/api/Access.Pages.Item.md
@@ -1,5 +1,5 @@
---
-title: Pages.Item Property (Access)
+title: Pages.Item property (Access)
keywords: vbaac10.chm10126
f1_keywords:
- vbaac10.chm10126
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Pages.Item Property (Access)
+# Pages.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Page**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [Pages](Access.Pages.md) object.
+_expression_ A variable that represents a [Pages](Access.Pages.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.Pages.Remove.md b/api/Access.Pages.Remove.md
index f6feca30e77..8a153ace08b 100644
--- a/api/Access.Pages.Remove.md
+++ b/api/Access.Pages.Remove.md
@@ -1,5 +1,5 @@
---
-title: Pages.Remove Method (Access)
+title: Pages.Remove method (Access)
keywords: vbaac10.chm10129
f1_keywords:
- vbaac10.chm10129
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Pages.Remove Method (Access)
+# Pages.Remove method (Access)
The **Remove** method removes a **[Page](Access.Page.md)** object from the **[Pages](Access.Pages.md)** collection of a tab control.
## Syntax
- _expression_. `Remove`( ` _Item_` )
+_expression_. `Remove`( ` _Item_` )
- _expression_ A variable that represents a [Pages](Access.Pages.md) object.
+_expression_ A variable that represents a [Pages](Access.Pages.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Optional|**Variant**|An integer that specifies the index of the **Page** object to be removed. The index of the **Page** object corresponds to the value of the **PageIndex** property for that **Page** object. If you omit this argument, the last **Page** object in the collection is removed.|
diff --git a/api/Access.Pages.md b/api/Access.Pages.md
index ce446d4a845..7dc12f79836 100644
--- a/api/Access.Pages.md
+++ b/api/Access.Pages.md
@@ -1,5 +1,5 @@
---
-title: Pages Object (Access)
+title: Pages object (Access)
keywords: vbaac10.chm10125
f1_keywords:
- vbaac10.chm10125
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Pages Object (Access)
+# Pages object (Access)
The **Pages** collection contains all **[Page](Access.Page.md)** objects in a tab control.
diff --git a/api/Access.Printer.BottomMargin.md b/api/Access.Printer.BottomMargin.md
index 6006df979ca..04657741f5d 100644
--- a/api/Access.Printer.BottomMargin.md
+++ b/api/Access.Printer.BottomMargin.md
@@ -1,5 +1,5 @@
---
-title: Printer.BottomMargin Property (Access)
+title: Printer.BottomMargin property (Access)
keywords: vbaac10.chm12870
f1_keywords:
- vbaac10.chm12870
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.BottomMargin Property (Access)
+# Printer.BottomMargin property (Access)
Along with the **TopMargin**, **RightMargin**, and **LeftMargin** properties, specifies the margins for a printed page. Read/write **Long**.
## Syntax
- _expression_. `BottomMargin`
+_expression_. `BottomMargin`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## See also
diff --git a/api/Access.Printer.ColorMode.md b/api/Access.Printer.ColorMode.md
index 9c69ce473d1..4362e4c195e 100644
--- a/api/Access.Printer.ColorMode.md
+++ b/api/Access.Printer.ColorMode.md
@@ -1,5 +1,5 @@
---
-title: Printer.ColorMode Property (Access)
+title: Printer.ColorMode property (Access)
keywords: vbaac10.chm12857
f1_keywords:
- vbaac10.chm12857
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.ColorMode Property (Access)
+# Printer.ColorMode property (Access)
Returns or sets an **[AcPrintColor](Access.AcPrintColor.md)** constant representing whether the specified printer should print output in color or monochrome. Read/write.
## Syntax
- _expression_. `ColorMode`
+_expression_. `ColorMode`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.ColumnSpacing.md b/api/Access.Printer.ColumnSpacing.md
index 08b9c24421e..1b44a2af8ec 100644
--- a/api/Access.Printer.ColumnSpacing.md
+++ b/api/Access.Printer.ColumnSpacing.md
@@ -1,5 +1,5 @@
---
-title: Printer.ColumnSpacing Property (Access)
+title: Printer.ColumnSpacing property (Access)
keywords: vbaac10.chm12874
f1_keywords:
- vbaac10.chm12874
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.ColumnSpacing Property (Access)
+# Printer.ColumnSpacing property (Access)
Returns or sets a **Long** representing the vertical space between detail sections in twips. Read/write.
## Syntax
- _expression_. `ColumnSpacing`
+_expression_. `ColumnSpacing`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.Copies.md b/api/Access.Printer.Copies.md
index 0900ba50c11..108e1f2a5ba 100644
--- a/api/Access.Printer.Copies.md
+++ b/api/Access.Printer.Copies.md
@@ -1,5 +1,5 @@
---
-title: Printer.Copies Property (Access)
+title: Printer.Copies property (Access)
keywords: vbaac10.chm12858
f1_keywords:
- vbaac10.chm12858
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.Copies Property (Access)
+# Printer.Copies property (Access)
Returns or sets a **Long** indicating the number of copies to be printed. Read/write.
## Syntax
- _expression_. `Copies`
+_expression_. `Copies`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.DataOnly.md b/api/Access.Printer.DataOnly.md
index 74819eb1cda..7d36c70ee95 100644
--- a/api/Access.Printer.DataOnly.md
+++ b/api/Access.Printer.DataOnly.md
@@ -1,5 +1,5 @@
---
-title: Printer.DataOnly Property (Access)
+title: Printer.DataOnly property (Access)
keywords: vbaac10.chm12871
f1_keywords:
- vbaac10.chm12871
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.DataOnly Property (Access)
+# Printer.DataOnly property (Access)
**True** if Microsoft Access prints only the data from a table or query in Datasheet View and not the labels, control borders, gridlines, and display graphics. Read/write **Boolean**.
## Syntax
- _expression_. `DataOnly`
+_expression_. `DataOnly`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.DefaultSize.md b/api/Access.Printer.DefaultSize.md
index f6b2f7dd4a0..ea21f402e3f 100644
--- a/api/Access.Printer.DefaultSize.md
+++ b/api/Access.Printer.DefaultSize.md
@@ -1,5 +1,5 @@
---
-title: Printer.DefaultSize Property (Access)
+title: Printer.DefaultSize property (Access)
keywords: vbaac10.chm12875
f1_keywords:
- vbaac10.chm12875
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.DefaultSize Property (Access)
+# Printer.DefaultSize property (Access)
**True** if the size of the detail section in Design View is used for printing; otherwise, the values of the **[ItemSizeHeight](Access.Printer.ItemSizeHeight.md)** and **[ItemSizeWidth](Access.Printer.ItemSizeWidth.md)** properties are used. Read/write **Boolean**.
## Syntax
- _expression_. `DefaultSize`
+_expression_. `DefaultSize`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Remarks
diff --git a/api/Access.Printer.DeviceName.md b/api/Access.Printer.DeviceName.md
index 1a0f7cd2afc..c29417f1a0f 100644
--- a/api/Access.Printer.DeviceName.md
+++ b/api/Access.Printer.DeviceName.md
@@ -1,5 +1,5 @@
---
-title: Printer.DeviceName Property (Access)
+title: Printer.DeviceName property (Access)
keywords: vbaac10.chm12859
f1_keywords:
- vbaac10.chm12859
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.DeviceName Property (Access)
+# Printer.DeviceName property (Access)
Returns a **String** indicating name of the specified printer device. Read-only.
## Syntax
- _expression_. `DeviceName`
+_expression_. `DeviceName`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.DriverName.md b/api/Access.Printer.DriverName.md
index 1e7986ed965..91d06266836 100644
--- a/api/Access.Printer.DriverName.md
+++ b/api/Access.Printer.DriverName.md
@@ -1,5 +1,5 @@
---
-title: Printer.DriverName Property (Access)
+title: Printer.DriverName property (Access)
keywords: vbaac10.chm12860
f1_keywords:
- vbaac10.chm12860
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.DriverName Property (Access)
+# Printer.DriverName property (Access)
Returns a **String** indicating the name of the driver used by the specified printer. Read-only.
## Syntax
- _expression_. `DriverName`
+_expression_. `DriverName`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.Duplex.md b/api/Access.Printer.Duplex.md
index 897991cc6da..0f6d1cef6a0 100644
--- a/api/Access.Printer.Duplex.md
+++ b/api/Access.Printer.Duplex.md
@@ -1,5 +1,5 @@
---
-title: Printer.Duplex Property (Access)
+title: Printer.Duplex property (Access)
keywords: vbaac10.chm12861
f1_keywords:
- vbaac10.chm12861
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.Duplex Property (Access)
+# Printer.Duplex property (Access)
Returns or sets an **[AcPrintDuplex](Access.AcPrintDuplex.md)** constant indicating how the specified printer handles duplex printing. Read/write.
## Syntax
- _expression_. `Duplex`
+_expression_. `Duplex`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.ItemLayout.md b/api/Access.Printer.ItemLayout.md
index b34391f4d6d..e70f41296b5 100644
--- a/api/Access.Printer.ItemLayout.md
+++ b/api/Access.Printer.ItemLayout.md
@@ -1,5 +1,5 @@
---
-title: Printer.ItemLayout Property (Access)
+title: Printer.ItemLayout property (Access)
keywords: vbaac10.chm12878
f1_keywords:
- vbaac10.chm12878
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.ItemLayout Property (Access)
+# Printer.ItemLayout property (Access)
Returns or sets an **[AcPrintItemLayout](Access.AcPrintItemLayout.md)** constant indicating whether the printer lays columns across, then down, or down, then across. Read/write.
## Syntax
- _expression_. `ItemLayout`
+_expression_. `ItemLayout`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.ItemSizeHeight.md b/api/Access.Printer.ItemSizeHeight.md
index a90a8b137c4..e1e6e5a8ce9 100644
--- a/api/Access.Printer.ItemSizeHeight.md
+++ b/api/Access.Printer.ItemSizeHeight.md
@@ -1,5 +1,5 @@
---
-title: Printer.ItemSizeHeight Property (Access)
+title: Printer.ItemSizeHeight property (Access)
keywords: vbaac10.chm12877
f1_keywords:
- vbaac10.chm12877
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.ItemSizeHeight Property (Access)
+# Printer.ItemSizeHeight property (Access)
Returns or sets a **Long** indicating the height of the detail section of a form or report in twips. Read/write.
## Syntax
- _expression_. `ItemSizeHeight`
+_expression_. `ItemSizeHeight`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.ItemSizeWidth.md b/api/Access.Printer.ItemSizeWidth.md
index bf9a30ab002..49373b66378 100644
--- a/api/Access.Printer.ItemSizeWidth.md
+++ b/api/Access.Printer.ItemSizeWidth.md
@@ -1,5 +1,5 @@
---
-title: Printer.ItemSizeWidth Property (Access)
+title: Printer.ItemSizeWidth property (Access)
keywords: vbaac10.chm12876
f1_keywords:
- vbaac10.chm12876
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.ItemSizeWidth Property (Access)
+# Printer.ItemSizeWidth property (Access)
Returns or sets a **Long** indicating the height of the detail section of a form or report in twips. Read/write.
## Syntax
- _expression_. `ItemSizeWidth`
+_expression_. `ItemSizeWidth`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Remarks
diff --git a/api/Access.Printer.ItemsAcross.md b/api/Access.Printer.ItemsAcross.md
index f551f3344eb..2a87a92035e 100644
--- a/api/Access.Printer.ItemsAcross.md
+++ b/api/Access.Printer.ItemsAcross.md
@@ -1,5 +1,5 @@
---
-title: Printer.ItemsAcross Property (Access)
+title: Printer.ItemsAcross property (Access)
keywords: vbaac10.chm12872
f1_keywords:
- vbaac10.chm12872
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.ItemsAcross Property (Access)
+# Printer.ItemsAcross property (Access)
Returns or sets a **Long** indicating the number of columns to print across a page for multiple-column reports or labels. Read/write.
## Syntax
- _expression_. `ItemsAcross`
+_expression_. `ItemsAcross`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.LeftMargin.md b/api/Access.Printer.LeftMargin.md
index 75b38aa3e7e..1ee3db1b696 100644
--- a/api/Access.Printer.LeftMargin.md
+++ b/api/Access.Printer.LeftMargin.md
@@ -1,5 +1,5 @@
---
-title: Printer.LeftMargin Property (Access)
+title: Printer.LeftMargin property (Access)
keywords: vbaac10.chm12867
f1_keywords:
- vbaac10.chm12867
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.LeftMargin Property (Access)
+# Printer.LeftMargin property (Access)
Along with the **TopMargin**, **RightMargin**, and **BottomMargin** properties, specifies the margins for a printed page. Read/write **Long**.
## Syntax
- _expression_. `LeftMargin`
+_expression_. `LeftMargin`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## See also
diff --git a/api/Access.Printer.Orientation.md b/api/Access.Printer.Orientation.md
index 08253ab5b7b..5278421331c 100644
--- a/api/Access.Printer.Orientation.md
+++ b/api/Access.Printer.Orientation.md
@@ -1,5 +1,5 @@
---
-title: Printer.Orientation Property (Access)
+title: Printer.Orientation property (Access)
keywords: vbaac10.chm12862
f1_keywords:
- vbaac10.chm12862
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.Orientation Property (Access)
+# Printer.Orientation property (Access)
Gets or sets an **[AcPrintOrientation](Access.AcPrintOrientation.md)** constant that represents the print orientation. Read/write.
## Syntax
- _expression_. `Orientation`
+_expression_. `Orientation`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## See also
diff --git a/api/Access.Printer.PaperBin.md b/api/Access.Printer.PaperBin.md
index e5b377a16d7..8751aebc73d 100644
--- a/api/Access.Printer.PaperBin.md
+++ b/api/Access.Printer.PaperBin.md
@@ -1,5 +1,5 @@
---
-title: Printer.PaperBin Property (Access)
+title: Printer.PaperBin property (Access)
keywords: vbaac10.chm12863
f1_keywords:
- vbaac10.chm12863
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.PaperBin Property (Access)
+# Printer.PaperBin property (Access)
Returns or sets an **[AcPrintPaperBin](Access.AcPrintPaperBin.md)** constant indicating which paper bin the specified printer should use. Read/write.
## Syntax
- _expression_. `PaperBin`
+_expression_. `PaperBin`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.PaperSize.md b/api/Access.Printer.PaperSize.md
index e907d5aebfb..352fcbd2de2 100644
--- a/api/Access.Printer.PaperSize.md
+++ b/api/Access.Printer.PaperSize.md
@@ -1,5 +1,5 @@
---
-title: Printer.PaperSize Property (Access)
+title: Printer.PaperSize property (Access)
keywords: vbaac10.chm12864
f1_keywords:
- vbaac10.chm12864
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.PaperSize Property (Access)
+# Printer.PaperSize property (Access)
Returns or sets an **[AcPrintPaperSize](Access.AcPrintPaperSize.md)** constant indicating the paper size to use when printing. Read/write.
## Syntax
- _expression_. `PaperSize`
+_expression_. `PaperSize`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.Port.md b/api/Access.Printer.Port.md
index d7682411a86..d8766e3e34b 100644
--- a/api/Access.Printer.Port.md
+++ b/api/Access.Printer.Port.md
@@ -1,5 +1,5 @@
---
-title: Printer.Port Property (Access)
+title: Printer.Port property (Access)
keywords: vbaac10.chm12865
f1_keywords:
- vbaac10.chm12865
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.Port Property (Access)
+# Printer.Port property (Access)
Returns a **String** indicating the port name of the specified printer. Read-only.
## Syntax
- _expression_. `Port`
+_expression_. `Port`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.PrintQuality.md b/api/Access.Printer.PrintQuality.md
index 9a18949b3c6..49697524f6e 100644
--- a/api/Access.Printer.PrintQuality.md
+++ b/api/Access.Printer.PrintQuality.md
@@ -1,5 +1,5 @@
---
-title: Printer.PrintQuality Property (Access)
+title: Printer.PrintQuality property (Access)
keywords: vbaac10.chm12866
f1_keywords:
- vbaac10.chm12866
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.PrintQuality Property (Access)
+# Printer.PrintQuality property (Access)
Returns or sets an **[AcPrintObjQuality](Access.AcPrintObjQuality.md)** constant indicating the resolution at which the specified printer should print jobs. Read/write.
## Syntax
- _expression_. `PrintQuality`
+_expression_. `PrintQuality`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.RightMargin.md b/api/Access.Printer.RightMargin.md
index 6be5c9af131..5458a4f1dbd 100644
--- a/api/Access.Printer.RightMargin.md
+++ b/api/Access.Printer.RightMargin.md
@@ -1,5 +1,5 @@
---
-title: Printer.RightMargin Property (Access)
+title: Printer.RightMargin property (Access)
keywords: vbaac10.chm12868
f1_keywords:
- vbaac10.chm12868
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.RightMargin Property (Access)
+# Printer.RightMargin property (Access)
Along with the **TopMargin**, **LeftMargin**, and **BottomMargin** properties, specifies the margins for a printed page. Read/write **Long**.
## Syntax
- _expression_. `RightMargin`
+_expression_. `RightMargin`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## See also
diff --git a/api/Access.Printer.RowSpacing.md b/api/Access.Printer.RowSpacing.md
index 3c197fe82e4..a42b9670e83 100644
--- a/api/Access.Printer.RowSpacing.md
+++ b/api/Access.Printer.RowSpacing.md
@@ -1,5 +1,5 @@
---
-title: Printer.RowSpacing Property (Access)
+title: Printer.RowSpacing property (Access)
keywords: vbaac10.chm12873
f1_keywords:
- vbaac10.chm12873
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.RowSpacing Property (Access)
+# Printer.RowSpacing property (Access)
Returns or sets a **Long** indicating the horizontal space between detail sections in twips. Read/write.
## Syntax
- _expression_. `RowSpacing`
+_expression_. `RowSpacing`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## Example
diff --git a/api/Access.Printer.TopMargin.md b/api/Access.Printer.TopMargin.md
index 124d7bed741..0f05448563f 100644
--- a/api/Access.Printer.TopMargin.md
+++ b/api/Access.Printer.TopMargin.md
@@ -1,5 +1,5 @@
---
-title: Printer.TopMargin Property (Access)
+title: Printer.TopMargin property (Access)
keywords: vbaac10.chm12869
f1_keywords:
- vbaac10.chm12869
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printer.TopMargin Property (Access)
+# Printer.TopMargin property (Access)
Along with the **LeftMargin**, **RightMargin**, and **BottomMargin** properties, specifies the margins for a printed page. Read/write **Long**.
## Syntax
- _expression_. `TopMargin`
+_expression_. `TopMargin`
- _expression_ A variable that represents a [Printer](Access.Printer.md) object.
+_expression_ A variable that represents a [Printer](Access.Printer.md) object.
## See also
diff --git a/api/Access.Printer.md b/api/Access.Printer.md
index 405e2f82e4c..fb1a5f33e2f 100644
--- a/api/Access.Printer.md
+++ b/api/Access.Printer.md
@@ -1,5 +1,5 @@
---
-title: Printer Object (Access)
+title: Printer object (Access)
keywords: vbaac10.chm12880
f1_keywords:
- vbaac10.chm12880
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Printer Object (Access)
+# Printer object (Access)
A **Printer** object corresponds to a printer available on your system.
diff --git a/api/Access.Printers.Application.md b/api/Access.Printers.Application.md
index c5118e07474..229b010a278 100644
--- a/api/Access.Printers.Application.md
+++ b/api/Access.Printers.Application.md
@@ -1,5 +1,5 @@
---
-title: Printers.Application Property (Access)
+title: Printers.Application property (Access)
keywords: vbaac10.chm12882
f1_keywords:
- vbaac10.chm12882
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printers.Application Property (Access)
+# Printers.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Printers](Access.Printers.md) object.
+_expression_ A variable that represents a [Printers](Access.Printers.md) object.
## Remarks
diff --git a/api/Access.Printers.Count.md b/api/Access.Printers.Count.md
index 33fddb1df7a..0ac2428d8fd 100644
--- a/api/Access.Printers.Count.md
+++ b/api/Access.Printers.Count.md
@@ -1,5 +1,5 @@
---
-title: Printers.Count Property (Access)
+title: Printers.Count property (Access)
keywords: vbaac10.chm12885
f1_keywords:
- vbaac10.chm12885
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printers.Count Property (Access)
+# Printers.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [Printers](Access.Printers.md) object.
+_expression_ A variable that represents a [Printers](Access.Printers.md) object.
## See also
diff --git a/api/Access.Printers.Item.md b/api/Access.Printers.Item.md
index 2ab65a579ed..eb07339978a 100644
--- a/api/Access.Printers.Item.md
+++ b/api/Access.Printers.Item.md
@@ -1,5 +1,5 @@
---
-title: Printers.Item Property (Access)
+title: Printers.Item property (Access)
keywords: vbaac10.chm12884
f1_keywords:
- vbaac10.chm12884
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Printers.Item Property (Access)
+# Printers.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Printer**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [Printers](Access.Printers.md) object.
+_expression_ A variable that represents a [Printers](Access.Printers.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.Printers.Parent.md b/api/Access.Printers.Parent.md
index 7f89bddb522..ddb1d0843fe 100644
--- a/api/Access.Printers.Parent.md
+++ b/api/Access.Printers.Parent.md
@@ -1,5 +1,5 @@
---
-title: Printers.Parent Property (Access)
+title: Printers.Parent property (Access)
keywords: vbaac10.chm12883
f1_keywords:
- vbaac10.chm12883
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Printers.Parent Property (Access)
+# Printers.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Printers](Access.Printers.md) object.
+_expression_ A variable that represents a [Printers](Access.Printers.md) object.
## See also
diff --git a/api/Access.Printers.md b/api/Access.Printers.md
index 1387781cd75..9ec74adbca1 100644
--- a/api/Access.Printers.md
+++ b/api/Access.Printers.md
@@ -1,5 +1,5 @@
---
-title: Printers Object (Access)
+title: Printers object (Access)
keywords: vbaac10.chm12881
f1_keywords:
- vbaac10.chm12881
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Printers Object (Access)
+# Printers object (Access)
The **Printers** collection contains **[Printer](Access.Printer.md)** objects representing all the printers available on the current system.
diff --git a/api/Access.Properties.Application.md b/api/Access.Properties.Application.md
index c3b11b5130b..7385bed66de 100644
--- a/api/Access.Properties.Application.md
+++ b/api/Access.Properties.Application.md
@@ -1,5 +1,5 @@
---
-title: Properties.Application Property (Access)
+title: Properties.Application property (Access)
keywords: vbaac10.chm10047
f1_keywords:
- vbaac10.chm10047
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Properties.Application Property (Access)
+# Properties.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Properties](Access.Properties.md) object.
+_expression_ A variable that represents a [Properties](Access.Properties.md) object.
## Remarks
diff --git a/api/Access.Properties.Count.md b/api/Access.Properties.Count.md
index cb27cb2926c..4414f19aefa 100644
--- a/api/Access.Properties.Count.md
+++ b/api/Access.Properties.Count.md
@@ -1,5 +1,5 @@
---
-title: Properties.Count Property (Access)
+title: Properties.Count property (Access)
keywords: vbaac10.chm10050
f1_keywords:
- vbaac10.chm10050
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Properties.Count Property (Access)
+# Properties.Count property (Access)
Returns the number of objects in the specified collection. Read-only.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [Properties](Access.Properties.md) object.
+_expression_ A variable that represents a [Properties](Access.Properties.md) object.
## Remarks
diff --git a/api/Access.Properties.Item.md b/api/Access.Properties.Item.md
index 3e9ac0fa38f..211348cd3a5 100644
--- a/api/Access.Properties.Item.md
+++ b/api/Access.Properties.Item.md
@@ -1,5 +1,5 @@
---
-title: Properties.Item Property (Access)
+title: Properties.Item property (Access)
keywords: vbaac10.chm10049
f1_keywords:
- vbaac10.chm10049
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Properties.Item Property (Access)
+# Properties.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Object**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [Properties](Access.Properties.md) object.
+_expression_ A variable that represents a [Properties](Access.Properties.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.Properties.Parent.md b/api/Access.Properties.Parent.md
index f5b00906ec7..b10d7f5ce29 100644
--- a/api/Access.Properties.Parent.md
+++ b/api/Access.Properties.Parent.md
@@ -1,5 +1,5 @@
---
-title: Properties.Parent Property (Access)
+title: Properties.Parent property (Access)
keywords: vbaac10.chm10048
f1_keywords:
- vbaac10.chm10048
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Properties.Parent Property (Access)
+# Properties.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Properties](Access.Properties.md) object.
+_expression_ A variable that represents a [Properties](Access.Properties.md) object.
## See also
diff --git a/api/Access.Properties.md b/api/Access.Properties.md
index 2fc2023d403..e0486df457a 100644
--- a/api/Access.Properties.md
+++ b/api/Access.Properties.md
@@ -1,5 +1,5 @@
---
-title: Properties Object (Access)
+title: Properties object (Access)
keywords: vbaac10.chm10046
f1_keywords:
- vbaac10.chm10046
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Properties Object (Access)
+# Properties object (Access)
The **Properties** collection contains all of the built-in properties in an instance of an open form, report, or control. These properties uniquely characterize that instance of the object.
diff --git a/api/Access.Rectangle.Application.md b/api/Access.Rectangle.Application.md
index 4d99f9184c6..14d33adfb3d 100644
--- a/api/Access.Rectangle.Application.md
+++ b/api/Access.Rectangle.Application.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Application Property (Access)
+title: Rectangle.Application property (Access)
keywords: vbaac10.chm10274
f1_keywords:
- vbaac10.chm10274
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Application Property (Access)
+# Rectangle.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BackColor.md b/api/Access.Rectangle.BackColor.md
index e15f5f504e9..e9bcc459dca 100644
--- a/api/Access.Rectangle.BackColor.md
+++ b/api/Access.Rectangle.BackColor.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BackColor Property (Access)
+title: Rectangle.BackColor property (Access)
keywords: vbaac10.chm10288
f1_keywords:
- vbaac10.chm10288
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BackColor Property (Access)
+# Rectangle.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BackShade.md b/api/Access.Rectangle.BackShade.md
index b3734dc3e3a..2aed667ea67 100644
--- a/api/Access.Rectangle.BackShade.md
+++ b/api/Access.Rectangle.BackShade.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BackShade Property (Access)
+title: Rectangle.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BackShade Property (Access)
+# Rectangle.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BackStyle.md b/api/Access.Rectangle.BackStyle.md
index 9d2212f67e9..672953e6bf2 100644
--- a/api/Access.Rectangle.BackStyle.md
+++ b/api/Access.Rectangle.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BackStyle Property (Access)
+title: Rectangle.BackStyle property (Access)
keywords: vbaac10.chm10287
f1_keywords:
- vbaac10.chm10287
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BackStyle Property (Access)
+# Rectangle.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BackThemeColorIndex.md b/api/Access.Rectangle.BackThemeColorIndex.md
index 41bd2bab8a9..661c09f27ef 100644
--- a/api/Access.Rectangle.BackThemeColorIndex.md
+++ b/api/Access.Rectangle.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BackThemeColorIndex Property (Access)
+title: Rectangle.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BackThemeColorIndex Property (Access)
+# Rectangle.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BackTint.md b/api/Access.Rectangle.BackTint.md
index 8bde30511f3..99dacd6d0c7 100644
--- a/api/Access.Rectangle.BackTint.md
+++ b/api/Access.Rectangle.BackTint.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BackTint Property (Access)
+title: Rectangle.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BackTint Property (Access)
+# Rectangle.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BorderColor.md b/api/Access.Rectangle.BorderColor.md
index dabd44b7672..e4c863fb164 100644
--- a/api/Access.Rectangle.BorderColor.md
+++ b/api/Access.Rectangle.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BorderColor Property (Access)
+title: Rectangle.BorderColor property (Access)
keywords: vbaac10.chm10292
f1_keywords:
- vbaac10.chm10292
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BorderColor Property (Access)
+# Rectangle.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BorderShade.md b/api/Access.Rectangle.BorderShade.md
index f2535ba16e3..42e2a57c54d 100644
--- a/api/Access.Rectangle.BorderShade.md
+++ b/api/Access.Rectangle.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BorderShade Property (Access)
+title: Rectangle.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BorderShade Property (Access)
+# Rectangle.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BorderStyle.md b/api/Access.Rectangle.BorderStyle.md
index 164855cec0c..2a0c9a689b6 100644
--- a/api/Access.Rectangle.BorderStyle.md
+++ b/api/Access.Rectangle.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BorderStyle Property (Access)
+title: Rectangle.BorderStyle property (Access)
keywords: vbaac10.chm10290
f1_keywords:
- vbaac10.chm10290
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BorderStyle Property (Access)
+# Rectangle.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BorderThemeColorIndex.md b/api/Access.Rectangle.BorderThemeColorIndex.md
index 0cc3f8d105e..10a4b519991 100644
--- a/api/Access.Rectangle.BorderThemeColorIndex.md
+++ b/api/Access.Rectangle.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BorderThemeColorIndex Property (Access)
+title: Rectangle.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BorderThemeColorIndex Property (Access)
+# Rectangle.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BorderTint.md b/api/Access.Rectangle.BorderTint.md
index ae73b68efaf..4f412be95c4 100644
--- a/api/Access.Rectangle.BorderTint.md
+++ b/api/Access.Rectangle.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BorderTint Property (Access)
+title: Rectangle.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BorderTint Property (Access)
+# Rectangle.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.BorderWidth.md b/api/Access.Rectangle.BorderWidth.md
index cf66398fbf9..104c1ee2663 100644
--- a/api/Access.Rectangle.BorderWidth.md
+++ b/api/Access.Rectangle.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.BorderWidth Property (Access)
+title: Rectangle.BorderWidth property (Access)
keywords: vbaac10.chm10293
f1_keywords:
- vbaac10.chm10293
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.BorderWidth Property (Access)
+# Rectangle.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.Click.md b/api/Access.Rectangle.Click.md
index b169e39d03c..4d41d4cab7d 100644
--- a/api/Access.Rectangle.Click.md
+++ b/api/Access.Rectangle.Click.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Click Event (Access)
+title: Rectangle.Click event (Access)
keywords: vbaac10.chm14161
f1_keywords:
- vbaac10.chm14161
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Click Event (Access)
+# Rectangle.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.ControlType.md b/api/Access.Rectangle.ControlType.md
index f978e8a65d6..4abbe77623d 100644
--- a/api/Access.Rectangle.ControlType.md
+++ b/api/Access.Rectangle.ControlType.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.ControlType Property (Access)
+title: Rectangle.ControlType property (Access)
keywords: vbaac10.chm10280
f1_keywords:
- vbaac10.chm10280
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.ControlType Property (Access)
+# Rectangle.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.DblClick.md b/api/Access.Rectangle.DblClick.md
index 5fb32fb4a23..5f4ddcd661b 100644
--- a/api/Access.Rectangle.DblClick.md
+++ b/api/Access.Rectangle.DblClick.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.DblClick Event (Access)
+title: Rectangle.DblClick event (Access)
keywords: vbaac10.chm14162
f1_keywords:
- vbaac10.chm14162
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Rectangle.DblClick Event (Access)
+# Rectangle.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.Rectangle.DisplayWhen.md b/api/Access.Rectangle.DisplayWhen.md
index 1dca6fc7f8c..f719c4534e1 100644
--- a/api/Access.Rectangle.DisplayWhen.md
+++ b/api/Access.Rectangle.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.DisplayWhen Property (Access)
+title: Rectangle.DisplayWhen property (Access)
keywords: vbaac10.chm10282
f1_keywords:
- vbaac10.chm10282
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.DisplayWhen Property (Access)
+# Rectangle.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.EventProcPrefix.md b/api/Access.Rectangle.EventProcPrefix.md
index e8101e506cb..e405429ea2f 100644
--- a/api/Access.Rectangle.EventProcPrefix.md
+++ b/api/Access.Rectangle.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.EventProcPrefix Property (Access)
+title: Rectangle.EventProcPrefix property (Access)
keywords: vbaac10.chm10278
f1_keywords:
- vbaac10.chm10278
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.EventProcPrefix Property (Access)
+# Rectangle.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.Height.md b/api/Access.Rectangle.Height.md
index e41350f1c63..7538b715caa 100644
--- a/api/Access.Rectangle.Height.md
+++ b/api/Access.Rectangle.Height.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Height Property (Access)
+title: Rectangle.Height property (Access)
keywords: vbaac10.chm10286
f1_keywords:
- vbaac10.chm10286
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Height Property (Access)
+# Rectangle.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.HorizontalAnchor.md b/api/Access.Rectangle.HorizontalAnchor.md
index cca3cad6757..2fad6c4adf1 100644
--- a/api/Access.Rectangle.HorizontalAnchor.md
+++ b/api/Access.Rectangle.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.HorizontalAnchor Property (Access)
+title: Rectangle.HorizontalAnchor property (Access)
keywords: vbaac10.chm10313
f1_keywords:
- vbaac10.chm10313
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.HorizontalAnchor Property (Access)
+# Rectangle.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the rectangle is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.InSelection.md b/api/Access.Rectangle.InSelection.md
index deac9be1194..3859964ded6 100644
--- a/api/Access.Rectangle.InSelection.md
+++ b/api/Access.Rectangle.InSelection.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.InSelection Property (Access)
+title: Rectangle.InSelection property (Access)
keywords: vbaac10.chm10299
f1_keywords:
- vbaac10.chm10299
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.InSelection Property (Access)
+# Rectangle.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.IsVisible.md b/api/Access.Rectangle.IsVisible.md
index f26e4c33c76..c24dbf07bef 100644
--- a/api/Access.Rectangle.IsVisible.md
+++ b/api/Access.Rectangle.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.IsVisible Property (Access)
+title: Rectangle.IsVisible property (Access)
keywords: vbaac10.chm10298
f1_keywords:
- vbaac10.chm10298
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.IsVisible Property (Access)
+# Rectangle.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.Left.md b/api/Access.Rectangle.Left.md
index 3f25809db99..b7f5c3c5c0d 100644
--- a/api/Access.Rectangle.Left.md
+++ b/api/Access.Rectangle.Left.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Left Property (Access)
+title: Rectangle.Left property (Access)
keywords: vbaac10.chm10283
f1_keywords:
- vbaac10.chm10283
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Left Property (Access)
+# Rectangle.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.MouseDown.md b/api/Access.Rectangle.MouseDown.md
index b8797e3ba06..ffbb5f5334e 100644
--- a/api/Access.Rectangle.MouseDown.md
+++ b/api/Access.Rectangle.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.MouseDown Event (Access)
+title: Rectangle.MouseDown event (Access)
keywords: vbaac10.chm14163
f1_keywords:
- vbaac10.chm14163
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Rectangle.MouseDown Event (Access)
+# Rectangle.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Rectangle.MouseMove.md b/api/Access.Rectangle.MouseMove.md
index 75d4d86a7e8..2d2a691665d 100644
--- a/api/Access.Rectangle.MouseMove.md
+++ b/api/Access.Rectangle.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.MouseMove Event (Access)
+title: Rectangle.MouseMove event (Access)
keywords: vbaac10.chm14164
f1_keywords:
- vbaac10.chm14164
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Rectangle.MouseMove Event (Access)
+# Rectangle.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Rectangle.MouseUp.md b/api/Access.Rectangle.MouseUp.md
index 4792641ed98..54349a5000e 100644
--- a/api/Access.Rectangle.MouseUp.md
+++ b/api/Access.Rectangle.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.MouseUp Event (Access)
+title: Rectangle.MouseUp event (Access)
keywords: vbaac10.chm14165
f1_keywords:
- vbaac10.chm14165
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Rectangle.MouseUp Event (Access)
+# Rectangle.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Rectangle.Move.md b/api/Access.Rectangle.Move.md
index d1eda70b0e2..eccb0e8d809 100644
--- a/api/Access.Rectangle.Move.md
+++ b/api/Access.Rectangle.Move.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Move Method (Access)
+title: Rectangle.Move method (Access)
keywords: vbaac10.chm10306
f1_keywords:
- vbaac10.chm10306
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Rectangle.Move Method (Access)
+# Rectangle.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.Rectangle.Name.md b/api/Access.Rectangle.Name.md
index 73c2352862c..a87aa46be10 100644
--- a/api/Access.Rectangle.Name.md
+++ b/api/Access.Rectangle.Name.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Name Property (Access)
+title: Rectangle.Name property (Access)
keywords: vbaac10.chm10305
f1_keywords:
- vbaac10.chm10305
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Name Property (Access)
+# Rectangle.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.OldBorderStyle.md b/api/Access.Rectangle.OldBorderStyle.md
index 1c8c8f4d73e..0fd99130181 100644
--- a/api/Access.Rectangle.OldBorderStyle.md
+++ b/api/Access.Rectangle.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.OldBorderStyle Property (Access)
+title: Rectangle.OldBorderStyle property (Access)
keywords: vbaac10.chm10291
f1_keywords:
- vbaac10.chm10291
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.OldBorderStyle Property (Access)
+# Rectangle.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.OnClick.md b/api/Access.Rectangle.OnClick.md
index de77dd282e2..3408564b870 100644
--- a/api/Access.Rectangle.OnClick.md
+++ b/api/Access.Rectangle.OnClick.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.OnClick Property (Access)
+title: Rectangle.OnClick property (Access)
keywords: vbaac10.chm10300
f1_keywords:
- vbaac10.chm10300
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.OnClick Property (Access)
+# Rectangle.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Rectangle.OnDblClick.md b/api/Access.Rectangle.OnDblClick.md
index 399fe648f66..ecaf3f81257 100644
--- a/api/Access.Rectangle.OnDblClick.md
+++ b/api/Access.Rectangle.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.OnDblClick Property (Access)
+title: Rectangle.OnDblClick property (Access)
keywords: vbaac10.chm10301
f1_keywords:
- vbaac10.chm10301
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.OnDblClick Property (Access)
+# Rectangle.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Rectangle.OnMouseDown.md b/api/Access.Rectangle.OnMouseDown.md
index 10827928593..c5c741a7394 100644
--- a/api/Access.Rectangle.OnMouseDown.md
+++ b/api/Access.Rectangle.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.OnMouseDown Property (Access)
+title: Rectangle.OnMouseDown property (Access)
keywords: vbaac10.chm10302
f1_keywords:
- vbaac10.chm10302
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.OnMouseDown Property (Access)
+# Rectangle.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Rectangle.OnMouseMove.md b/api/Access.Rectangle.OnMouseMove.md
index c95c906a767..237f2a6e22e 100644
--- a/api/Access.Rectangle.OnMouseMove.md
+++ b/api/Access.Rectangle.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.OnMouseMove Property (Access)
+title: Rectangle.OnMouseMove property (Access)
keywords: vbaac10.chm10303
f1_keywords:
- vbaac10.chm10303
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.OnMouseMove Property (Access)
+# Rectangle.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Rectangle.OnMouseUp.md b/api/Access.Rectangle.OnMouseUp.md
index ea5ae979afb..31361c36a91 100644
--- a/api/Access.Rectangle.OnMouseUp.md
+++ b/api/Access.Rectangle.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.OnMouseUp Property (Access)
+title: Rectangle.OnMouseUp property (Access)
keywords: vbaac10.chm10304
f1_keywords:
- vbaac10.chm10304
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.OnMouseUp Property (Access)
+# Rectangle.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Rectangle.Parent.md b/api/Access.Rectangle.Parent.md
index 6ceb659bca5..9c7f5d90cad 100644
--- a/api/Access.Rectangle.Parent.md
+++ b/api/Access.Rectangle.Parent.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Parent Property (Access)
+title: Rectangle.Parent property (Access)
keywords: vbaac10.chm10275
f1_keywords:
- vbaac10.chm10275
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Parent Property (Access)
+# Rectangle.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## See also
diff --git a/api/Access.Rectangle.Properties.md b/api/Access.Rectangle.Properties.md
index 915d47a8050..30c9050c669 100644
--- a/api/Access.Rectangle.Properties.md
+++ b/api/Access.Rectangle.Properties.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Properties Property (Access)
+title: Rectangle.Properties property (Access)
keywords: vbaac10.chm10276
f1_keywords:
- vbaac10.chm10276
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Properties Property (Access)
+# Rectangle.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.Section.md b/api/Access.Rectangle.Section.md
index 5ae128f25e1..a30d3b890c2 100644
--- a/api/Access.Rectangle.Section.md
+++ b/api/Access.Rectangle.Section.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Section Property (Access)
+title: Rectangle.Section property (Access)
keywords: vbaac10.chm10295
f1_keywords:
- vbaac10.chm10295
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Section Property (Access)
+# Rectangle.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.SizeToFit.md b/api/Access.Rectangle.SizeToFit.md
index cfb7ac69e18..2e7ea13afcb 100644
--- a/api/Access.Rectangle.SizeToFit.md
+++ b/api/Access.Rectangle.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.SizeToFit Method (Access)
+title: Rectangle.SizeToFit method (Access)
keywords: vbaac10.chm10277
f1_keywords:
- vbaac10.chm10277
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.SizeToFit Method (Access)
+# Rectangle.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.SpecialEffect.md b/api/Access.Rectangle.SpecialEffect.md
index f744c58aca4..4888622d81a 100644
--- a/api/Access.Rectangle.SpecialEffect.md
+++ b/api/Access.Rectangle.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.SpecialEffect Property (Access)
+title: Rectangle.SpecialEffect property (Access)
keywords: vbaac10.chm10289
f1_keywords:
- vbaac10.chm10289
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.SpecialEffect Property (Access)
+# Rectangle.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.Tag.md b/api/Access.Rectangle.Tag.md
index 6885bcd4f35..2a5d4453a45 100644
--- a/api/Access.Rectangle.Tag.md
+++ b/api/Access.Rectangle.Tag.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Tag Property (Access)
+title: Rectangle.Tag property (Access)
keywords: vbaac10.chm10297
f1_keywords:
- vbaac10.chm10297
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Tag Property (Access)
+# Rectangle.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.Top.md b/api/Access.Rectangle.Top.md
index 9220aa2c6f6..bf7ec9559dc 100644
--- a/api/Access.Rectangle.Top.md
+++ b/api/Access.Rectangle.Top.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Top Property (Access)
+title: Rectangle.Top property (Access)
keywords: vbaac10.chm10284
f1_keywords:
- vbaac10.chm10284
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Top Property (Access)
+# Rectangle.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.VerticalAnchor.md b/api/Access.Rectangle.VerticalAnchor.md
index f8b8e24e82a..a089d585a89 100644
--- a/api/Access.Rectangle.VerticalAnchor.md
+++ b/api/Access.Rectangle.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.VerticalAnchor Property (Access)
+title: Rectangle.VerticalAnchor property (Access)
keywords: vbaac10.chm10314
f1_keywords:
- vbaac10.chm10314
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.VerticalAnchor Property (Access)
+# Rectangle.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified rectangle is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.Visible.md b/api/Access.Rectangle.Visible.md
index 980c044969b..0870c6de2b3 100644
--- a/api/Access.Rectangle.Visible.md
+++ b/api/Access.Rectangle.Visible.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Visible Property (Access)
+title: Rectangle.Visible property (Access)
keywords: vbaac10.chm10281
f1_keywords:
- vbaac10.chm10281
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Visible Property (Access)
+# Rectangle.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.Width.md b/api/Access.Rectangle.Width.md
index ba43849a037..1707562a715 100644
--- a/api/Access.Rectangle.Width.md
+++ b/api/Access.Rectangle.Width.md
@@ -1,5 +1,5 @@
---
-title: Rectangle.Width Property (Access)
+title: Rectangle.Width property (Access)
keywords: vbaac10.chm10285
f1_keywords:
- vbaac10.chm10285
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Rectangle.Width Property (Access)
+# Rectangle.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
+_expression_ A variable that represents a [Rectangle](Access.Rectangle.md) object.
## Remarks
diff --git a/api/Access.Rectangle.md b/api/Access.Rectangle.md
index 042514840d6..dde7c4f5e7d 100644
--- a/api/Access.Rectangle.md
+++ b/api/Access.Rectangle.md
@@ -1,5 +1,5 @@
---
-title: Rectangle Object (Access)
+title: Rectangle object (Access)
keywords: vbaac10.chm10320
f1_keywords:
- vbaac10.chm10320
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Rectangle Object (Access)
+# Rectangle object (Access)
This object corresponds to a rectangle control. The rectangle control displays a rectangle on a form or report.
diff --git a/api/Access.Reference.BuiltIn.md b/api/Access.Reference.BuiltIn.md
index ad148291911..dc0c1d66f94 100644
--- a/api/Access.Reference.BuiltIn.md
+++ b/api/Access.Reference.BuiltIn.md
@@ -1,5 +1,5 @@
---
-title: Reference.BuiltIn Property (Access)
+title: Reference.BuiltIn property (Access)
keywords: vbaac10.chm12635
f1_keywords:
- vbaac10.chm12635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reference.BuiltIn Property (Access)
+# Reference.BuiltIn property (Access)
The **BuiltIn** property returns a **Boolean** value indicating whether a **[Reference](Access.Reference.md)** object points to a default reference that's necessary for Microsoft Access to function properly. Read-only **Boolean**.
## Syntax
- _expression_. `BuiltIn`
+_expression_. `BuiltIn`
- _expression_ A variable that represents a [Reference](Access.Reference.md) object.
+_expression_ A variable that represents a [Reference](Access.Reference.md) object.
## Remarks
diff --git a/api/Access.Reference.Collection.md b/api/Access.Reference.Collection.md
index 31c754b997b..b691a8d0822 100644
--- a/api/Access.Reference.Collection.md
+++ b/api/Access.Reference.Collection.md
@@ -1,5 +1,5 @@
---
-title: Reference.Collection Property (Access)
+title: Reference.Collection property (Access)
keywords: vbaac10.chm12629
f1_keywords:
- vbaac10.chm12629
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reference.Collection Property (Access)
+# Reference.Collection property (Access)
The **Collection** property returns a reference to the collection that contains an object. Read-only **References** object.
## Syntax
- _expression_. `Collection`
+_expression_. `Collection`
- _expression_ A variable that represents a [Reference](Access.Reference.md) object.
+_expression_ A variable that represents a [Reference](Access.Reference.md) object.
## Remarks
diff --git a/api/Access.Reference.FullPath.md b/api/Access.Reference.FullPath.md
index 1d57efcc732..8217c421ef2 100644
--- a/api/Access.Reference.FullPath.md
+++ b/api/Access.Reference.FullPath.md
@@ -1,5 +1,5 @@
---
-title: Reference.FullPath Property (Access)
+title: Reference.FullPath property (Access)
keywords: vbaac10.chm12634
f1_keywords:
- vbaac10.chm12634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reference.FullPath Property (Access)
+# Reference.FullPath property (Access)
The **FullPath** property returns a string containing the path and file name of the referenced type library.
## Syntax
- _expression_. `FullPath`
+_expression_. `FullPath`
- _expression_ A variable that represents a [Reference](Access.Reference.md) object.
+_expression_ A variable that represents a [Reference](Access.Reference.md) object.
## Remarks
diff --git a/api/Access.Reference.Guid.md b/api/Access.Reference.Guid.md
index 47e42ee9b79..ed26d1795a2 100644
--- a/api/Access.Reference.Guid.md
+++ b/api/Access.Reference.Guid.md
@@ -1,5 +1,5 @@
---
-title: Reference.Guid Property (Access)
+title: Reference.Guid property (Access)
keywords: vbaac10.chm12631
f1_keywords:
- vbaac10.chm12631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reference.Guid Property (Access)
+# Reference.Guid property (Access)
The **GUID** property of a **[Reference](Access.Reference.md)** object returns a GUID that identifies a type library in the Windows Registry. Read-only **String**.
## Syntax
- _expression_. `Guid`
+_expression_. `Guid`
- _expression_ A variable that represents a [Reference](Access.Reference.md) object.
+_expression_ A variable that represents a [Reference](Access.Reference.md) object.
## Remarks
diff --git a/api/Access.Reference.IsBroken.md b/api/Access.Reference.IsBroken.md
index f3aa136ecdc..e46ca5a832f 100644
--- a/api/Access.Reference.IsBroken.md
+++ b/api/Access.Reference.IsBroken.md
@@ -1,5 +1,5 @@
---
-title: Reference.IsBroken Property (Access)
+title: Reference.IsBroken property (Access)
keywords: vbaac10.chm12636
f1_keywords:
- vbaac10.chm12636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reference.IsBroken Property (Access)
+# Reference.IsBroken property (Access)
The **IsBroken** property returns a **Boolean** value indicating whether a **[Reference](Access.Reference.md)** object points to a valid reference in the Windows Registry. Read-only **Boolean**.
## Syntax
- _expression_. `IsBroken`
+_expression_. `IsBroken`
- _expression_ A variable that represents a [Reference](Access.Reference.md) object.
+_expression_ A variable that represents a [Reference](Access.Reference.md) object.
## Remarks
diff --git a/api/Access.Reference.Kind.md b/api/Access.Reference.Kind.md
index c719dd2d207..0f097f0b91c 100644
--- a/api/Access.Reference.Kind.md
+++ b/api/Access.Reference.Kind.md
@@ -1,5 +1,5 @@
---
-title: Reference.Kind Property (Access)
+title: Reference.Kind property (Access)
keywords: vbaac10.chm12637
f1_keywords:
- vbaac10.chm12637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reference.Kind Property (Access)
+# Reference.Kind property (Access)
The **Kind** property indicates the type of reference that a **[Reference](Access.Reference.md)** object represents. Read-only **vbext_RefKind**.
## Syntax
- _expression_. `Kind`
+_expression_. `Kind`
- _expression_ A variable that represents a [Reference](Access.Reference.md) object.
+_expression_ A variable that represents a [Reference](Access.Reference.md) object.
## Remarks
diff --git a/api/Access.Reference.Major.md b/api/Access.Reference.Major.md
index bfbc61a0c05..e77f11d8592 100644
--- a/api/Access.Reference.Major.md
+++ b/api/Access.Reference.Major.md
@@ -1,5 +1,5 @@
---
-title: Reference.Major Property (Access)
+title: Reference.Major property (Access)
keywords: vbaac10.chm12632
f1_keywords:
- vbaac10.chm12632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reference.Major Property (Access)
+# Reference.Major property (Access)
The **Major** property of a **[Reference](Access.Reference.md)** object returns a read-only **Long** value indicating the major version number of an application to which you have set a reference.
## Syntax
- _expression_. `Major`
+_expression_. `Major`
- _expression_ A variable that represents a [Reference](Access.Reference.md) object.
+_expression_ A variable that represents a [Reference](Access.Reference.md) object.
## Remarks
diff --git a/api/Access.Reference.Minor.md b/api/Access.Reference.Minor.md
index 0097c5056c3..fa69d4f07d4 100644
--- a/api/Access.Reference.Minor.md
+++ b/api/Access.Reference.Minor.md
@@ -1,5 +1,5 @@
---
-title: Reference.Minor Property (Access)
+title: Reference.Minor property (Access)
keywords: vbaac10.chm12633
f1_keywords:
- vbaac10.chm12633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reference.Minor Property (Access)
+# Reference.Minor property (Access)
The **Minor** property of a **[Reference](Access.Reference.md)** object returns a **Long** value indicating the minor version number of the application to which you have set a reference.
## Syntax
- _expression_. `Minor`
+_expression_. `Minor`
- _expression_ A variable that represents a [Reference](Access.Reference.md) object.
+_expression_ A variable that represents a [Reference](Access.Reference.md) object.
## Remarks
diff --git a/api/Access.Reference.Name.md b/api/Access.Reference.Name.md
index 0a69b41f554..141af07e5f3 100644
--- a/api/Access.Reference.Name.md
+++ b/api/Access.Reference.Name.md
@@ -1,5 +1,5 @@
---
-title: Reference.Name Property (Access)
+title: Reference.Name property (Access)
keywords: vbaac10.chm12630
f1_keywords:
- vbaac10.chm12630
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reference.Name Property (Access)
+# Reference.Name property (Access)
You can use the **Name** property to determine the string expression that identifies the name of an object. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Reference](Access.Reference.md) object.
+_expression_ A variable that represents a [Reference](Access.Reference.md) object.
## Remarks
diff --git a/api/Access.Reference.md b/api/Access.Reference.md
index 06f1c2fb704..1d5c1298aab 100644
--- a/api/Access.Reference.md
+++ b/api/Access.Reference.md
@@ -1,5 +1,5 @@
---
-title: Reference Object (Access)
+title: Reference object (Access)
keywords: vbaac10.chm12628
f1_keywords:
- vbaac10.chm12628
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Reference Object (Access)
+# Reference object (Access)
The **Reference** object refers to a reference set to another application's or project's type library.
diff --git a/api/Access.References.AddFromFile.md b/api/Access.References.AddFromFile.md
index ae9da647661..298a0aa6369 100644
--- a/api/Access.References.AddFromFile.md
+++ b/api/Access.References.AddFromFile.md
@@ -1,5 +1,5 @@
---
-title: References.AddFromFile Method (Access)
+title: References.AddFromFile method (Access)
keywords: vbaac10.chm12643
f1_keywords:
- vbaac10.chm12643
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# References.AddFromFile Method (Access)
+# References.AddFromFile method (Access)
The **AddFromFile** method creates a reference to a type library in a specified file. .
## Syntax
- _expression_. `AddFromFile`( ` _FileName_` )
+_expression_. `AddFromFile`( ` _FileName_` )
- _expression_ A variable that represents a [References](Access.References.md) object.
+_expression_ A variable that represents a [References](Access.References.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|A string expression that evaluates to the full path and file name of the file containing the type library to which you wish to set a reference.|
-### Return Value
+### Return value
Reference
diff --git a/api/Access.References.AddFromGuid.md b/api/Access.References.AddFromGuid.md
index 832adbb9307..4ba180fc359 100644
--- a/api/Access.References.AddFromGuid.md
+++ b/api/Access.References.AddFromGuid.md
@@ -1,5 +1,5 @@
---
-title: References.AddFromGuid Method (Access)
+title: References.AddFromGuid method (Access)
keywords: vbaac10.chm12642
f1_keywords:
- vbaac10.chm12642
@@ -11,29 +11,29 @@ ms.date: 06/08/2017
---
-# References.AddFromGuid Method (Access)
+# References.AddFromGuid method (Access)
The **AddFromGUID** method creates a **[Reference](Access.Reference.md)** object based on the GUID that identifies a type library. **Reference** object.
## Syntax
- _expression_. `AddFromGuid`( ` _Guid_`, ` _Major_`, ` _Minor_` )
+_expression_. `AddFromGuid`( ` _Guid_`, ` _Major_`, ` _Minor_` )
- _expression_ A variable that represents a [References](Access.References.md) object.
+_expression_ A variable that represents a [References](Access.References.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Guid_|Required|**String**|A GUID that identifies a type library.|
| _Major_|Required|**Long**|The major version number of the reference.|
| _Minor_|Required|**Long**|The minor version number of the reference.|
-### Return Value
+### Return value
Reference
diff --git a/api/Access.References.Count.md b/api/Access.References.Count.md
index a34e3111381..d56991fcff8 100644
--- a/api/Access.References.Count.md
+++ b/api/Access.References.Count.md
@@ -1,5 +1,5 @@
---
-title: References.Count Property (Access)
+title: References.Count property (Access)
keywords: vbaac10.chm12641
f1_keywords:
- vbaac10.chm12641
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# References.Count Property (Access)
+# References.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [References](Access.References.md) object.
+_expression_ A variable that represents a [References](Access.References.md) object.
## See also
diff --git a/api/Access.References.Item.md b/api/Access.References.Item.md
index 6b306142a6f..8b123b782cf 100644
--- a/api/Access.References.Item.md
+++ b/api/Access.References.Item.md
@@ -1,5 +1,5 @@
---
-title: References.Item Method (Access)
+title: References.Item method (Access)
keywords: vbaac10.chm12640
f1_keywords:
- vbaac10.chm12640
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# References.Item Method (Access)
+# References.Item method (Access)
The **Item** method returns a specific member of a collection either by position or by key. **Reference** object.
## Syntax
- _expression_. `Item`( ` _var_` )
+_expression_. `Item`( ` _var_` )
- _expression_ A variable that represents a [References](Access.References.md) object.
+_expression_ A variable that represents a [References](Access.References.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection. If a numeric expression, the _var_ argument must be a number from 1 to the value of the collection's **Count** property. If a string expression, the _var_ argument must be the name of a member of the collection.|
-### Return Value
+### Return value
Reference
diff --git a/api/Access.References.ItemAdded.md b/api/Access.References.ItemAdded.md
index 934c6778117..c7a38b33bd6 100644
--- a/api/Access.References.ItemAdded.md
+++ b/api/Access.References.ItemAdded.md
@@ -1,5 +1,5 @@
---
-title: References.ItemAdded Event (Access)
+title: References.ItemAdded event (Access)
keywords: vbaac10.chm12646
f1_keywords:
- vbaac10.chm12646
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# References.ItemAdded Event (Access)
+# References.ItemAdded event (Access)
The **ItemAdded** event occurs when a reference is added to the project from Visual Basic.
## Syntax
- _expression_. `ItemAdded`( ` _Reference_`, )
+_expression_. `ItemAdded`( ` _Reference_`, )
- _expression_ A variable that represents a [References](Access.References.md) object.
+_expression_ A variable that represents a [References](Access.References.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Reference_|Required|**Reference**|The reference that was added to the project.|
diff --git a/api/Access.References.ItemRemoved.md b/api/Access.References.ItemRemoved.md
index 868fa5b4871..761347ce275 100644
--- a/api/Access.References.ItemRemoved.md
+++ b/api/Access.References.ItemRemoved.md
@@ -1,5 +1,5 @@
---
-title: References.ItemRemoved Event (Access)
+title: References.ItemRemoved event (Access)
keywords: vbaac10.chm12647
f1_keywords:
- vbaac10.chm12647
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# References.ItemRemoved Event (Access)
+# References.ItemRemoved event (Access)
The **ItemRemoved** event occurs when a reference is removed from the project.
## Syntax
- _expression_. `ItemRemoved`( ` _Reference_`, )
+_expression_. `ItemRemoved`( ` _Reference_`, )
- _expression_ A variable that represents a [References](Access.References.md) object.
+_expression_ A variable that represents a [References](Access.References.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Reference_|Required|**Reference**|The reference that was removed from the project.|
diff --git a/api/Access.References.Parent.md b/api/Access.References.Parent.md
index 9ff9462326c..6eeae6f6dad 100644
--- a/api/Access.References.Parent.md
+++ b/api/Access.References.Parent.md
@@ -1,5 +1,5 @@
---
-title: References.Parent Property (Access)
+title: References.Parent property (Access)
keywords: vbaac10.chm12639
f1_keywords:
- vbaac10.chm12639
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# References.Parent Property (Access)
+# References.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [References](Access.References.md) object.
+_expression_ A variable that represents a [References](Access.References.md) object.
## See also
diff --git a/api/Access.References.Remove.md b/api/Access.References.Remove.md
index 8c39cfec232..48cfd9ce5a4 100644
--- a/api/Access.References.Remove.md
+++ b/api/Access.References.Remove.md
@@ -1,5 +1,5 @@
---
-title: References.Remove Method (Access)
+title: References.Remove method (Access)
keywords: vbaac10.chm12644
f1_keywords:
- vbaac10.chm12644
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# References.Remove Method (Access)
+# References.Remove method (Access)
The **Remove** method removes a **[Reference](Access.Reference.md)** object from the **[References](Access.References.md)** collection.
## Syntax
- _expression_. `Remove`( ` _Reference_` )
+_expression_. `Remove`( ` _Reference_` )
- _expression_ A variable that represents a [References](Access.References.md) object.
+_expression_ A variable that represents a [References](Access.References.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Reference_|Required|**Reference**|The **Reference** object that represents the reference you wish to remove.|
diff --git a/api/Access.References.md b/api/Access.References.md
index 21d4c43ca6b..c01ddfb7c33 100644
--- a/api/Access.References.md
+++ b/api/Access.References.md
@@ -1,5 +1,5 @@
---
-title: References Object (Access)
+title: References object (Access)
keywords: vbaac10.chm12648
f1_keywords:
- vbaac10.chm12648
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# References Object (Access)
+# References object (Access)
The **References** collection contains **Reference** objects representing each reference that's currently set.
diff --git a/api/Access.Report.Activate.md b/api/Access.Report.Activate.md
index 14a01f8d2d8..acdab2e28b1 100644
--- a/api/Access.Report.Activate.md
+++ b/api/Access.Report.Activate.md
@@ -1,5 +1,5 @@
---
-title: Report.Activate Event (Access)
+title: Report.Activate event (Access)
keywords: vbaac10.chm13878
f1_keywords:
- vbaac10.chm13878
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Report.Activate Event (Access)
+# Report.Activate event (Access)
The Activate event occurs when a report receives the focus and becomes the active window.
## Syntax
- _expression_. `Activate`
+_expression_. `Activate`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Report.ActiveControl.md b/api/Access.Report.ActiveControl.md
index d52dd7ebe08..9c65ede11a5 100644
--- a/api/Access.Report.ActiveControl.md
+++ b/api/Access.Report.ActiveControl.md
@@ -1,5 +1,5 @@
---
-title: Report.ActiveControl Property (Access)
+title: Report.ActiveControl property (Access)
keywords: vbaac10.chm13780
f1_keywords:
- vbaac10.chm13780
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ActiveControl Property (Access)
+# Report.ActiveControl property (Access)
You can use the **ActiveControl** property together with the **[Screen](Access.Screen.md)** object to identify or refer to the control that has the focus. Read-only **Control** object.
## Syntax
- _expression_. `ActiveControl`
+_expression_. `ActiveControl`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.AllowLayoutView.md b/api/Access.Report.AllowLayoutView.md
index fbb1bcbdf4a..fe5819ba898 100644
--- a/api/Access.Report.AllowLayoutView.md
+++ b/api/Access.Report.AllowLayoutView.md
@@ -1,5 +1,5 @@
---
-title: Report.AllowLayoutView Property (Access)
+title: Report.AllowLayoutView property (Access)
keywords: vbaac10.chm13855
f1_keywords:
- vbaac10.chm13855
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.AllowLayoutView Property (Access)
+# Report.AllowLayoutView property (Access)
Gets or sets whether the specified report can be used in Layout View. Read/write **Boolean**.
## Syntax
- _expression_. `AllowLayoutView`
+_expression_. `AllowLayoutView`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.AllowReportView.md b/api/Access.Report.AllowReportView.md
index b120b8a7837..e53374cd895 100644
--- a/api/Access.Report.AllowReportView.md
+++ b/api/Access.Report.AllowReportView.md
@@ -1,5 +1,5 @@
---
-title: Report.AllowReportView Property (Access)
+title: Report.AllowReportView property (Access)
keywords: vbaac10.chm13819
f1_keywords:
- vbaac10.chm13819
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.AllowReportView Property (Access)
+# Report.AllowReportView property (Access)
Gets or sets whether the user is allowed to enter Report view while using the specified report. Read/write **Boolean**.
## Syntax
- _expression_. `AllowReportView`
+_expression_. `AllowReportView`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.Application.md b/api/Access.Report.Application.md
index fe895b26617..997bf3204e6 100644
--- a/api/Access.Report.Application.md
+++ b/api/Access.Report.Application.md
@@ -1,5 +1,5 @@
---
-title: Report.Application Property (Access)
+title: Report.Application property (Access)
keywords: vbaac10.chm13778
f1_keywords:
- vbaac10.chm13778
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Application Property (Access)
+# Report.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ApplyFilter.md b/api/Access.Report.ApplyFilter.md
index 648a0baccab..9762b566927 100644
--- a/api/Access.Report.ApplyFilter.md
+++ b/api/Access.Report.ApplyFilter.md
@@ -1,5 +1,5 @@
---
-title: Report.ApplyFilter Event (Access)
+title: Report.ApplyFilter event (Access)
keywords: vbaac10.chm13899
f1_keywords:
- vbaac10.chm13899
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.ApplyFilter Event (Access)
+# Report.ApplyFilter event (Access)
Occurs when a filter is applied to a report.
## Syntax
- _expression_. `ApplyFilter`( ` _Cancel_`, ` _ApplyType_` )
+_expression_. `ApplyFilter`( ` _Cancel_`, ` _ApplyType_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **ApplyFilter** event occurs. Setting the _Cancel_ argument to **True** cancels the **ApplyFilter** event and the filter is not applied to the report.|
| _ApplyType_|Required|**Integer**|Returns the type of filter that was applied.|
diff --git a/api/Access.Report.AutoCenter.md b/api/Access.Report.AutoCenter.md
index eec0f5dd88c..2226d45d0d5 100644
--- a/api/Access.Report.AutoCenter.md
+++ b/api/Access.Report.AutoCenter.md
@@ -1,5 +1,5 @@
---
-title: Report.AutoCenter Property (Access)
+title: Report.AutoCenter property (Access)
keywords: vbaac10.chm13797
f1_keywords:
- vbaac10.chm13797
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.AutoCenter Property (Access)
+# Report.AutoCenter property (Access)
Returns or sets a **Boolean** indicating whether a report will be centered automatically in the application window when the form is opened. Read/write.
## Syntax
- _expression_. `AutoCenter`
+_expression_. `AutoCenter`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.AutoResize.md b/api/Access.Report.AutoResize.md
index d18a3f388f8..3526cf41131 100644
--- a/api/Access.Report.AutoResize.md
+++ b/api/Access.Report.AutoResize.md
@@ -1,5 +1,5 @@
---
-title: Report.AutoResize Property (Access)
+title: Report.AutoResize property (Access)
keywords: vbaac10.chm13796
f1_keywords:
- vbaac10.chm13796
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.AutoResize Property (Access)
+# Report.AutoResize property (Access)
Returns or sets a **Boolean** indicating whether a Report window opens automatically sized to display complete records. Read/write.
## Syntax
- _expression_. `AutoResize`
+_expression_. `AutoResize`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.BorderStyle.md b/api/Access.Report.BorderStyle.md
index 7eeac15af1b..d4ef964c7af 100644
--- a/api/Access.Report.BorderStyle.md
+++ b/api/Access.Report.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: Report.BorderStyle Property (Access)
+title: Report.BorderStyle property (Access)
keywords: vbaac10.chm13800
f1_keywords:
- vbaac10.chm13800
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.BorderStyle Property (Access)
+# Report.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Caption.md b/api/Access.Report.Caption.md
index 3ce30310412..8611fdeb179 100644
--- a/api/Access.Report.Caption.md
+++ b/api/Access.Report.Caption.md
@@ -1,5 +1,5 @@
---
-title: Report.Caption Property (Access)
+title: Report.Caption property (Access)
keywords: vbaac10.chm13695
f1_keywords:
- vbaac10.chm13695
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Caption Property (Access)
+# Report.Caption property (Access)
Gets or sets the title of the report in Print Preview. Read/write **String**.
## Syntax
- _expression_. `Caption`
+_expression_. `Caption`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Circle.md b/api/Access.Report.Circle.md
index ffa2396536c..b3b23d04486 100644
--- a/api/Access.Report.Circle.md
+++ b/api/Access.Report.Circle.md
@@ -1,5 +1,5 @@
---
-title: Report.Circle Method (Access)
+title: Report.Circle method (Access)
keywords: vbaac10.chm13782
f1_keywords:
- vbaac10.chm13782
@@ -11,14 +11,14 @@ ms.date: 06/08/2017
---
-# Report.Circle Method (Access)
+# Report.Circle method (Access)
The **Circle** method draws a circle, an ellipse, or an arc on a **Report** object when the Print event occurs.
## Syntax
- _expression_. **Circle** (** _Step_** (** _x, y_**), ** _radius_**, ** _color_**, ** _start_**, ** _end_**, ** _aspect_**)
+_expression_. **Circle** (** _Step_** (** _x, y_**), ** _radius_**, ** _color_**, ** _start_**, ** _end_**, ** _aspect_**)
### Parameters
diff --git a/api/Access.Report.Click.md b/api/Access.Report.Click.md
index 983f7e03bbe..1eaaeaeacfd 100644
--- a/api/Access.Report.Click.md
+++ b/api/Access.Report.Click.md
@@ -1,5 +1,5 @@
---
-title: Report.Click Event (Access)
+title: Report.Click event (Access)
keywords: vbaac10.chm13889
f1_keywords:
- vbaac10.chm13889
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Click Event (Access)
+# Report.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over a report.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Close.md b/api/Access.Report.Close.md
index b6ce7396756..039eb1f11d5 100644
--- a/api/Access.Report.Close.md
+++ b/api/Access.Report.Close.md
@@ -1,5 +1,5 @@
---
-title: Report.Close Event (Access)
+title: Report.Close event (Access)
keywords: vbaac10.chm13877
f1_keywords:
- vbaac10.chm13877
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Close Event (Access)
+# Report.Close event (Access)
The **Close** event occurs when a report is closed and removed from the screen.
## Syntax
- _expression_. `Close`
+_expression_. `Close`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.CloseButton.md b/api/Access.Report.CloseButton.md
index f1c1210b4d3..8fb019f5153 100644
--- a/api/Access.Report.CloseButton.md
+++ b/api/Access.Report.CloseButton.md
@@ -1,5 +1,5 @@
---
-title: Report.CloseButton Property (Access)
+title: Report.CloseButton property (Access)
keywords: vbaac10.chm13803
f1_keywords:
- vbaac10.chm13803
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.CloseButton Property (Access)
+# Report.CloseButton property (Access)
Specifies whether the **Close** button on a form is enabled. Read/write **Boolean**.
## Syntax
- _expression_. `CloseButton`
+_expression_. `CloseButton`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ControlBox.md b/api/Access.Report.ControlBox.md
index 4ae321e95cb..b8ece894626 100644
--- a/api/Access.Report.ControlBox.md
+++ b/api/Access.Report.ControlBox.md
@@ -1,5 +1,5 @@
---
-title: Report.ControlBox Property (Access)
+title: Report.ControlBox property (Access)
keywords: vbaac10.chm13801
f1_keywords:
- vbaac10.chm13801
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ControlBox Property (Access)
+# Report.ControlBox property (Access)
Specifies whether a report has a **Control** menu in Report view. Read/write **Boolean**.
## Syntax
- _expression_. `ControlBox`
+_expression_. `ControlBox`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Controls.md b/api/Access.Report.Controls.md
index a82c3029682..6a766d5017b 100644
--- a/api/Access.Report.Controls.md
+++ b/api/Access.Report.Controls.md
@@ -1,5 +1,5 @@
---
-title: Report.Controls Property (Access)
+title: Report.Controls property (Access)
keywords: vbaac10.chm13794
f1_keywords:
- vbaac10.chm13794
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Controls Property (Access)
+# Report.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Count.md b/api/Access.Report.Count.md
index 76e0afcbc85..9d0603798bf 100644
--- a/api/Access.Report.Count.md
+++ b/api/Access.Report.Count.md
@@ -1,5 +1,5 @@
---
-title: Report.Count Property (Access)
+title: Report.Count property (Access)
keywords: vbaac10.chm13720
f1_keywords:
- vbaac10.chm13720
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Count Property (Access)
+# Report.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Integer**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.Current.md b/api/Access.Report.Current.md
index 6891a0b5f00..5f782dd5457 100644
--- a/api/Access.Report.Current.md
+++ b/api/Access.Report.Current.md
@@ -1,5 +1,5 @@
---
-title: Report.Current Event (Access)
+title: Report.Current event (Access)
keywords: vbaac10.chm13883
f1_keywords:
- vbaac10.chm13883
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Current Event (Access)
+# Report.Current event (Access)
Occurs when the focus moves to a record, making it the current record, or when the report is refreshed or requeried.
## Syntax
- _expression_. `Current`
+_expression_. `Current`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.CurrentRecord.md b/api/Access.Report.CurrentRecord.md
index 9422135e825..d1749c893fa 100644
--- a/api/Access.Report.CurrentRecord.md
+++ b/api/Access.Report.CurrentRecord.md
@@ -1,5 +1,5 @@
---
-title: Report.CurrentRecord Property (Access)
+title: Report.CurrentRecord property (Access)
keywords: vbaac10.chm13771
f1_keywords:
- vbaac10.chm13771
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.CurrentRecord Property (Access)
+# Report.CurrentRecord property (Access)
You can use the **CurrentRecord** property to identify the current record in the recordset being viewed. Read/write **Long**.
## Syntax
- _expression_. `CurrentRecord`
+_expression_. `CurrentRecord`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.CurrentView.md b/api/Access.Report.CurrentView.md
index 3bfdef48d0d..e84605258ba 100644
--- a/api/Access.Report.CurrentView.md
+++ b/api/Access.Report.CurrentView.md
@@ -1,5 +1,5 @@
---
-title: Report.CurrentView Property (Access)
+title: Report.CurrentView property (Access)
keywords: vbaac10.chm13826
f1_keywords:
- vbaac10.chm13826
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.CurrentView Property (Access)
+# Report.CurrentView property (Access)
You can use the **CurrentView** property to determine how a report is currently displayed. Read/write **Integer**.
## Syntax
- _expression_. `CurrentView`
+_expression_. `CurrentView`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.CurrentX.md b/api/Access.Report.CurrentX.md
index 6c55b3263f7..9acf6f17ec6 100644
--- a/api/Access.Report.CurrentX.md
+++ b/api/Access.Report.CurrentX.md
@@ -1,5 +1,5 @@
---
-title: Report.CurrentX Property (Access)
+title: Report.CurrentX property (Access)
keywords: vbaac10.chm13741
f1_keywords:
- vbaac10.chm13741
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.CurrentX Property (Access)
+# Report.CurrentX property (Access)
You can use the **CurrentX** property (along with the **CurrentY** property) to specify the horizontal and vertical coordinates for the starting position of the next printing and drawing method on a report. Read/write **Single**.
## Syntax
- _expression_. `CurrentX`
+_expression_. `CurrentX`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.CurrentY.md b/api/Access.Report.CurrentY.md
index 247214a1236..0a080b5db20 100644
--- a/api/Access.Report.CurrentY.md
+++ b/api/Access.Report.CurrentY.md
@@ -1,5 +1,5 @@
---
-title: Report.CurrentY Property (Access)
+title: Report.CurrentY property (Access)
keywords: vbaac10.chm13742
f1_keywords:
- vbaac10.chm13742
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.CurrentY Property (Access)
+# Report.CurrentY property (Access)
You can use the **CurrentY** property (along with the **CurrentX** property) to specify the horizontal and vertical coordinates for the starting position of the next printing and drawing method on a report. Read/write **Single**.
## Syntax
- _expression_. `CurrentY`
+_expression_. `CurrentY`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Cycle.md b/api/Access.Report.Cycle.md
index 50336a2d3bb..d48863e389b 100644
--- a/api/Access.Report.Cycle.md
+++ b/api/Access.Report.Cycle.md
@@ -1,5 +1,5 @@
---
-title: Report.Cycle Property (Access)
+title: Report.Cycle property (Access)
keywords: vbaac10.chm13821
f1_keywords:
- vbaac10.chm13821
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Cycle Property (Access)
+# Report.Cycle property (Access)
You can use the **Cycle** property to specify what happens when you press the TAB key and the focus is in the last control on a report. Read/write **Byte**.
## Syntax
- _expression_. `Cycle`
+_expression_. `Cycle`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.DateGrouping.md b/api/Access.Report.DateGrouping.md
index cfd31ee3cca..fb6b03e63d0 100644
--- a/api/Access.Report.DateGrouping.md
+++ b/api/Access.Report.DateGrouping.md
@@ -1,5 +1,5 @@
---
-title: Report.DateGrouping Property (Access)
+title: Report.DateGrouping property (Access)
keywords: vbaac10.chm13699
f1_keywords:
- vbaac10.chm13699
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.DateGrouping Property (Access)
+# Report.DateGrouping property (Access)
You can use the **DateGrouping** property to specify how you want to group dates in a report. Read/write **Byte**.
## Syntax
- _expression_. `DateGrouping`
+_expression_. `DateGrouping`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.DblClick.md b/api/Access.Report.DblClick.md
index 3efb0205f6d..eb6e4d2e5ff 100644
--- a/api/Access.Report.DblClick.md
+++ b/api/Access.Report.DblClick.md
@@ -1,5 +1,5 @@
---
-title: Report.DblClick Event (Access)
+title: Report.DblClick event (Access)
keywords: vbaac10.chm13890
f1_keywords:
- vbaac10.chm13890
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.DblClick Event (Access)
+# Report.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an report within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.Report.Deactivate.md b/api/Access.Report.Deactivate.md
index 5c54c9caf13..93403ba8b92 100644
--- a/api/Access.Report.Deactivate.md
+++ b/api/Access.Report.Deactivate.md
@@ -1,5 +1,5 @@
---
-title: Report.Deactivate Event (Access)
+title: Report.Deactivate event (Access)
keywords: vbaac10.chm13879
f1_keywords:
- vbaac10.chm13879
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Deactivate Event (Access)
+# Report.Deactivate event (Access)
The **Deactivate** event occurs when a report loses the focus to a Table, Query, Form, Report, Macro, or Module window, or to the Database window.
## Syntax
- _expression_. `Deactivate`
+_expression_. `Deactivate`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.DefaultControl.md b/api/Access.Report.DefaultControl.md
index 0cd66d39fec..2581667484d 100644
--- a/api/Access.Report.DefaultControl.md
+++ b/api/Access.Report.DefaultControl.md
@@ -1,5 +1,5 @@
---
-title: Report.DefaultControl Property (Access)
+title: Report.DefaultControl property (Access)
keywords: vbaac10.chm13781
f1_keywords:
- vbaac10.chm13781
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.DefaultControl Property (Access)
+# Report.DefaultControl property (Access)
The **DefaultControl** property returns a **[Control](Access.Control.md)** object with which you can set the default properties for a particular type of control on a particular report. Read-only.
## Syntax
- _expression_. `DefaultControl`( ` _ControlType_` )
+_expression_. `DefaultControl`( ` _ControlType_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ControlType_|Required|**Long**|An **[AcControlType](Access.AcControlType.md)** constant that indicates the type of control for which default property settings are to be set.|
diff --git a/api/Access.Report.DefaultView.md b/api/Access.Report.DefaultView.md
index 509da357c9f..294120348a0 100644
--- a/api/Access.Report.DefaultView.md
+++ b/api/Access.Report.DefaultView.md
@@ -1,5 +1,5 @@
---
-title: Report.DefaultView Property (Access)
+title: Report.DefaultView property (Access)
keywords: vbaac10.chm13818
f1_keywords:
- vbaac10.chm13818
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.DefaultView Property (Access)
+# Report.DefaultView property (Access)
You can use the **DefaultView** property to specify the opening view of a report. Read/write **Byte**.
## Syntax
- _expression_. `DefaultView`
+_expression_. `DefaultView`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Dirty.md b/api/Access.Report.Dirty.md
index a02faabe0c5..3b84e7f7ce7 100644
--- a/api/Access.Report.Dirty.md
+++ b/api/Access.Report.Dirty.md
@@ -1,5 +1,5 @@
---
-title: Report.Dirty Property (Access)
+title: Report.Dirty property (Access)
keywords: vbaac10.chm13770
f1_keywords:
- vbaac10.chm13770
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Dirty Property (Access)
+# Report.Dirty property (Access)
You can use the **Dirty** property to determine whether the current record has been modified since it was last saved. Read/write **Boolean**.
## Syntax
- _expression_. `Dirty`
+_expression_. `Dirty`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.DisplayOnSharePointSite.md b/api/Access.Report.DisplayOnSharePointSite.md
index 180b3070841..99d50349b8e 100644
--- a/api/Access.Report.DisplayOnSharePointSite.md
+++ b/api/Access.Report.DisplayOnSharePointSite.md
@@ -1,5 +1,5 @@
---
-title: Report.DisplayOnSharePointSite Property (Access)
+title: Report.DisplayOnSharePointSite property (Access)
keywords: vbaac10.chm13873
f1_keywords:
- vbaac10.chm13873
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.DisplayOnSharePointSite Property (Access)
+# Report.DisplayOnSharePointSite property (Access)
Gets or sets whether the specified report can be made available as a view on a Microsoft SharePoint Foundation site. Read/write **Byte**.
## Syntax
- _expression_. `DisplayOnSharePointSite`
+_expression_. `DisplayOnSharePointSite`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.DrawMode.md b/api/Access.Report.DrawMode.md
index 77d9e6a254c..b440713cd3c 100644
--- a/api/Access.Report.DrawMode.md
+++ b/api/Access.Report.DrawMode.md
@@ -1,5 +1,5 @@
---
-title: Report.DrawMode Property (Access)
+title: Report.DrawMode property (Access)
keywords: vbaac10.chm13753
f1_keywords:
- vbaac10.chm13753
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.DrawMode Property (Access)
+# Report.DrawMode property (Access)
You can use the **DrawMode** property to specify how the pen (the color used in drawing) interacts with existing background colors on a report when the **[Line](Access.Report.Line.md)**, **[Circle](Access.Report.Circle.md)**, or **[Pset](Access.Report.PSet.md)** method is used to draw on a report when printing. Read/write **Integer**.
## Syntax
- _expression_. `DrawMode`
+_expression_. `DrawMode`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.DrawStyle.md b/api/Access.Report.DrawStyle.md
index 1932d2e1b77..f0f5b541195 100644
--- a/api/Access.Report.DrawStyle.md
+++ b/api/Access.Report.DrawStyle.md
@@ -1,5 +1,5 @@
---
-title: Report.DrawStyle Property (Access)
+title: Report.DrawStyle property (Access)
keywords: vbaac10.chm13754
f1_keywords:
- vbaac10.chm13754
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.DrawStyle Property (Access)
+# Report.DrawStyle property (Access)
You can use the **DrawStyle** property to specify the line style when using the **[Line](Access.Report.Line.md)** and **[Circle](Access.Report.Circle.md)** methods to print lines on reports. Read/write **Integer**.
## Syntax
- _expression_. `DrawStyle`
+_expression_. `DrawStyle`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.DrawWidth.md b/api/Access.Report.DrawWidth.md
index f104ea4c592..4d7fb197ba3 100644
--- a/api/Access.Report.DrawWidth.md
+++ b/api/Access.Report.DrawWidth.md
@@ -1,5 +1,5 @@
---
-title: Report.DrawWidth Property (Access)
+title: Report.DrawWidth property (Access)
keywords: vbaac10.chm13755
f1_keywords:
- vbaac10.chm13755
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.DrawWidth Property (Access)
+# Report.DrawWidth property (Access)
You can use the **DrawWidth** property to specify the line width for the **[Line](Access.Report.Line.md)**, **[Circle](Access.Report.Circle.md)**, and **[Pset](Access.Report.PSet.md)** methods to print lines on reports. Read/write **Integer**.
## Syntax
- _expression_. `DrawWidth`
+_expression_. `DrawWidth`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Error.md b/api/Access.Report.Error.md
index a21e4976e07..0e1b5a753bf 100644
--- a/api/Access.Report.Error.md
+++ b/api/Access.Report.Error.md
@@ -1,5 +1,5 @@
---
-title: Report.Error Event (Access)
+title: Report.Error event (Access)
keywords: vbaac10.chm13880
f1_keywords:
- vbaac10.chm13880
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# Report.Error Event (Access)
+# Report.Error event (Access)
The Error event occurs when a run-time error is produced in Microsoft Access when a report has the focus.
## Syntax
- _expression_. `Error`( ` _DataErr_`, ` _Response_` )
+_expression_. `Error`( ` _DataErr_`, ` _Response_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataErr_|Required|**Integer**|The error code returned by the Err object when an error occurs. You can use the DataErr argument with the Error function to map the number to the corresponding error message. |
| _Response_|Required|**Integer**|The setting determines whether or not an error message is displayed. The Response argument can be one of the following intrinsic constants.
acDataErrContinue Ignore the error and continue without displaying the default Microsoft Access error message. You can supply a custom error message in place of the default error message.
acDataErrDisplay (Default) Display the default Microsoft Access error message.
|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Report.FastLaserPrinting.md b/api/Access.Report.FastLaserPrinting.md
index 981682715da..349eac2d1e5 100644
--- a/api/Access.Report.FastLaserPrinting.md
+++ b/api/Access.Report.FastLaserPrinting.md
@@ -1,5 +1,5 @@
---
-title: Report.FastLaserPrinting Property (Access)
+title: Report.FastLaserPrinting property (Access)
keywords: vbaac10.chm13716
f1_keywords:
- vbaac10.chm13716
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.FastLaserPrinting Property (Access)
+# Report.FastLaserPrinting property (Access)
You can use the **FastLaserPrinting** property to specify whether lines and rectangles are replaced by text character lines — similar to the underscore (_) and vertical bar (|) characters — when you print a report using most laser printers. Replacing lines and rectangles with text character lines can make printing much faster. Read/write **Boolean**.
## Syntax
- _expression_. `FastLaserPrinting`
+_expression_. `FastLaserPrinting`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FillColor.md b/api/Access.Report.FillColor.md
index c64104f302b..029d2931c68 100644
--- a/api/Access.Report.FillColor.md
+++ b/api/Access.Report.FillColor.md
@@ -1,5 +1,5 @@
---
-title: Report.FillColor Property (Access)
+title: Report.FillColor property (Access)
keywords: vbaac10.chm13756
f1_keywords:
- vbaac10.chm13756
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.FillColor Property (Access)
+# Report.FillColor property (Access)
You use the **FillColor** property to specify the color that fills in boxes and circles drawn on reports with the **[Line](Access.Report.Line.md)** and **[Circle](Access.Report.Circle.md)** methods. You can also use this property with [Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md)to create special visual effects on custom reports when you print using a color printer or preview the reports on a color monitor. Read/write **Long**.
## Syntax
- _expression_. `FillColor`
+_expression_. `FillColor`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FillStyle.md b/api/Access.Report.FillStyle.md
index 67906342e67..18b3542f1cd 100644
--- a/api/Access.Report.FillStyle.md
+++ b/api/Access.Report.FillStyle.md
@@ -1,5 +1,5 @@
---
-title: Report.FillStyle Property (Access)
+title: Report.FillStyle property (Access)
keywords: vbaac10.chm13757
f1_keywords:
- vbaac10.chm13757
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.FillStyle Property (Access)
+# Report.FillStyle property (Access)
You can use the **FillStyle** property to specify whether a circle or line drawn by the **[Circle](Access.Report.Circle.md)** or **[Line](Access.Report.Line.md)** method on a report is transparent, opaque, or filled with a pattern. Read/write **Integer**.
## Syntax
- _expression_. `FillStyle`
+_expression_. `FillStyle`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Filter(even).md b/api/Access.Report.Filter(even).md
index 33bdd882da0..da918f1f225 100644
--- a/api/Access.Report.Filter(even).md
+++ b/api/Access.Report.Filter(even).md
@@ -1,5 +1,5 @@
---
-title: Report.Filter Event (Access)
+title: Report.Filter event (Access)
keywords: vbaac10.chm13898
f1_keywords:
- vbaac10.chm13898
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.Filter Event (Access)
+# Report.Filter event (Access)
Occurs when the user opens a filter window by clicking **Advanced Filter/Sort**.
## Syntax
- _expression_. `Filter`( ` _Cancel_`, ` _FilterType_` )
+_expression_. `Filter`( ` _Cancel_`, ` _FilterType_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines whether to open the filter window. Setting the _Cancel_ argument to **True** (?1) prevents the filter window from opening. You can also use the **CancelEvent** method of the **DoCmd** object to cancel opening the filter window.|
| _FilterType_|Required|**Integer**|The filter window the user is trying to open. The _FilterType_ argument can be **acFilterAdvanced**.|
diff --git a/api/Access.Report.Filter(property).md b/api/Access.Report.Filter(property).md
index 0c7fad408b3..eb110a819ad 100644
--- a/api/Access.Report.Filter(property).md
+++ b/api/Access.Report.Filter(property).md
@@ -1,5 +1,5 @@
---
-title: Report.Filter Property (Access)
+title: Report.Filter property (Access)
keywords: vbaac10.chm13690
f1_keywords:
- vbaac10.chm13690
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Filter Property (Access)
+# Report.Filter property (Access)
You can use the **Filter** property to specify a subset of records to be displayed when a filter is applied to a form, reportquery, or table. Read/write **String**.
## Syntax
- _expression_. `Filter`
+_expression_. `Filter`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FilterOn.md b/api/Access.Report.FilterOn.md
index ebda938abf9..58b021f6f38 100644
--- a/api/Access.Report.FilterOn.md
+++ b/api/Access.Report.FilterOn.md
@@ -1,5 +1,5 @@
---
-title: Report.FilterOn Property (Access)
+title: Report.FilterOn property (Access)
keywords: vbaac10.chm13691
f1_keywords:
- vbaac10.chm13691
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.FilterOn Property (Access)
+# Report.FilterOn property (Access)
You can use the **FilterOn** property to specify or determine whether the **Filter** property for a form or report is applied. Read/write **Boolean**.
## Syntax
- _expression_. `FilterOn`
+_expression_. `FilterOn`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FilterOnLoad.md b/api/Access.Report.FilterOnLoad.md
index b7f738aeaad..5a835e346c5 100644
--- a/api/Access.Report.FilterOnLoad.md
+++ b/api/Access.Report.FilterOnLoad.md
@@ -1,5 +1,5 @@
---
-title: Report.FilterOnLoad Property (Access)
+title: Report.FilterOnLoad property (Access)
keywords: vbaac10.chm13816
f1_keywords:
- vbaac10.chm13816
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.FilterOnLoad Property (Access)
+# Report.FilterOnLoad property (Access)
Gets or sets whether the filter specified by the **[Filter](Access.Report.Filter(property).md)** property is applied when the report is loaded. Read/write **Boolean**.
## Syntax
- _expression_. `FilterOnLoad`
+_expression_. `FilterOnLoad`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.FitToPage.md b/api/Access.Report.FitToPage.md
index aaac3ba51a9..90e2915a3bf 100644
--- a/api/Access.Report.FitToPage.md
+++ b/api/Access.Report.FitToPage.md
@@ -1,5 +1,5 @@
---
-title: Report.FitToPage Property (Access)
+title: Report.FitToPage property (Access)
keywords: vbaac10.chm13854
f1_keywords:
- vbaac10.chm13854
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.FitToPage Property (Access)
+# Report.FitToPage property (Access)
Gets or sets whether the width of the specified report is sized to automatically fit the page. Read/write **Boolean**.
## Syntax
- _expression_. `FitToPage`
+_expression_. `FitToPage`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FontBold.md b/api/Access.Report.FontBold.md
index f2b04bafdf3..df82f4b36d3 100644
--- a/api/Access.Report.FontBold.md
+++ b/api/Access.Report.FontBold.md
@@ -1,5 +1,5 @@
---
-title: Report.FontBold Property (Access)
+title: Report.FontBold property (Access)
keywords: vbaac10.chm13748
f1_keywords:
- vbaac10.chm13748
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Report.FontBold Property (Access)
+# Report.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FontItalic.md b/api/Access.Report.FontItalic.md
index 16e7607ef06..151be78362d 100644
--- a/api/Access.Report.FontItalic.md
+++ b/api/Access.Report.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: Report.FontItalic Property (Access)
+title: Report.FontItalic property (Access)
keywords: vbaac10.chm13749
f1_keywords:
- vbaac10.chm13749
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Report.FontItalic Property (Access)
+# Report.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FontName.md b/api/Access.Report.FontName.md
index 862550a585c..1197cc874b5 100644
--- a/api/Access.Report.FontName.md
+++ b/api/Access.Report.FontName.md
@@ -1,5 +1,5 @@
---
-title: Report.FontName Property (Access)
+title: Report.FontName property (Access)
keywords: vbaac10.chm13750
f1_keywords:
- vbaac10.chm13750
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Report.FontName Property (Access)
+# Report.FontName property (Access)
You can use the **FontName** property to specify the font for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **String**.
## Syntax
- _expression_. `FontName`
+_expression_. `FontName`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FontSize.md b/api/Access.Report.FontSize.md
index d844d3fedac..87526d0e820 100644
--- a/api/Access.Report.FontSize.md
+++ b/api/Access.Report.FontSize.md
@@ -1,5 +1,5 @@
---
-title: Report.FontSize Property (Access)
+title: Report.FontSize property (Access)
keywords: vbaac10.chm13751
f1_keywords:
- vbaac10.chm13751
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Report.FontSize Property (Access)
+# Report.FontSize property (Access)
You can use the **FontSize** property to specify the point size for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **Integer**.
## Syntax
- _expression_. `FontSize`
+_expression_. `FontSize`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FontUnderline.md b/api/Access.Report.FontUnderline.md
index 1517b1501aa..5d14824431e 100644
--- a/api/Access.Report.FontUnderline.md
+++ b/api/Access.Report.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: Report.FontUnderline Property (Access)
+title: Report.FontUnderline property (Access)
keywords: vbaac10.chm13752
f1_keywords:
- vbaac10.chm13752
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Report.FontUnderline Property (Access)
+# Report.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ForeColor.md b/api/Access.Report.ForeColor.md
index 8070f441947..b3227f97a97 100644
--- a/api/Access.Report.ForeColor.md
+++ b/api/Access.Report.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: Report.ForeColor Property (Access)
+title: Report.ForeColor property (Access)
keywords: vbaac10.chm13740
f1_keywords:
- vbaac10.chm13740
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ForeColor Property (Access)
+# Report.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.FormatCount.md b/api/Access.Report.FormatCount.md
index 16f5f8e9bce..bc7c8899254 100644
--- a/api/Access.Report.FormatCount.md
+++ b/api/Access.Report.FormatCount.md
@@ -1,5 +1,5 @@
---
-title: Report.FormatCount Property (Access)
+title: Report.FormatCount property (Access)
keywords: vbaac10.chm13733
f1_keywords:
- vbaac10.chm13733
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.FormatCount Property (Access)
+# Report.FormatCount property (Access)
You can use the **FormatCount** property to determine the number of times the **[OnFormat](Access.Section.OnFormat.md)** property has been evaluated for the current section on a report. Read/write **Integer**.
## Syntax
- _expression_. `FormatCount`
+_expression_. `FormatCount`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.GotFocus.md b/api/Access.Report.GotFocus.md
index a03e3dbefd2..81b41ccd1cb 100644
--- a/api/Access.Report.GotFocus.md
+++ b/api/Access.Report.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: Report.GotFocus Event (Access)
+title: Report.GotFocus event (Access)
keywords: vbaac10.chm13887
f1_keywords:
- vbaac10.chm13887
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.GotFocus Event (Access)
+# Report.GotFocus event (Access)
The **GotFocus** event occurs when the report receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.GridX.md b/api/Access.Report.GridX.md
index 8c8dbd8f1f0..acf6a8dd2a8 100644
--- a/api/Access.Report.GridX.md
+++ b/api/Access.Report.GridX.md
@@ -1,5 +1,5 @@
---
-title: Report.GridX Property (Access)
+title: Report.GridX property (Access)
keywords: vbaac10.chm13713
f1_keywords:
- vbaac10.chm13713
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.GridX Property (Access)
+# Report.GridX property (Access)
You can use the **GridX** property (along with the **GridY** property) to specify the horizontal and vertical divisions of the alignment grid in report Design view. Read/write **Integer**.
## Syntax
- _expression_. `GridX`
+_expression_. `GridX`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.GridY.md b/api/Access.Report.GridY.md
index 76db8b85927..bc71416aacb 100644
--- a/api/Access.Report.GridY.md
+++ b/api/Access.Report.GridY.md
@@ -1,5 +1,5 @@
---
-title: Report.GridY Property (Access)
+title: Report.GridY property (Access)
keywords: vbaac10.chm13714
f1_keywords:
- vbaac10.chm13714
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.GridY Property (Access)
+# Report.GridY property (Access)
You can use the **GridY** property (along with the **GridX** property) to specify the horizontal and vertical divisions of the alignment grid in report Design view. Read/write **Integer**.
## Syntax
- _expression_. `GridY`
+_expression_. `GridY`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.GroupLevel.md b/api/Access.Report.GroupLevel.md
index 9df8c5d0857..dc0910b0814 100644
--- a/api/Access.Report.GroupLevel.md
+++ b/api/Access.Report.GroupLevel.md
@@ -1,5 +1,5 @@
---
-title: Report.GroupLevel Property (Access)
+title: Report.GroupLevel property (Access)
keywords: vbaac10.chm13790
f1_keywords:
- vbaac10.chm13790
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.GroupLevel Property (Access)
+# Report.GroupLevel property (Access)
You can use the **GroupLevel** property in Visual Basic to refer to the group level you are grouping or sorting on in a report. Read-only **GroupLevel** object.
## Syntax
- _expression_. `GroupLevel`( ` _Index_` )
+_expression_. `GroupLevel`( ` _Index_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The group level, starting with 0. The first field or expression you group on is group level 0, the second is group level 1, and so on.|
diff --git a/api/Access.Report.GrpKeepTogether.md b/api/Access.Report.GrpKeepTogether.md
index d2043f39cbf..cdd54646733 100644
--- a/api/Access.Report.GrpKeepTogether.md
+++ b/api/Access.Report.GrpKeepTogether.md
@@ -1,5 +1,5 @@
---
-title: Report.GrpKeepTogether Property (Access)
+title: Report.GrpKeepTogether property (Access)
keywords: vbaac10.chm13700,vbaac10.chm4372
f1_keywords:
- vbaac10.chm13700,vbaac10.chm4372
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.GrpKeepTogether Property (Access)
+# Report.GrpKeepTogether property (Access)
You can use the **GrpKeepTogether** property to specify whether groups in a multiple column report that have their **[KeepTogether](Access.GroupLevel.KeepTogether.md)** property for a group set to Whole Group or With First Detail will be kept together by page or by column. Read/write **Byte**.
## Syntax
- _expression_. `GrpKeepTogether`
+_expression_. `GrpKeepTogether`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.HasData.md b/api/Access.Report.HasData.md
index 8f1460322f8..c0c04dfd604 100644
--- a/api/Access.Report.HasData.md
+++ b/api/Access.Report.HasData.md
@@ -1,5 +1,5 @@
---
-title: Report.HasData Property (Access)
+title: Report.HasData property (Access)
keywords: vbaac10.chm13726
f1_keywords:
- vbaac10.chm13726
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.HasData Property (Access)
+# Report.HasData property (Access)
You can use the **HasData** property to determine if a report is bound to an empty recordset. Read/write **Long**.
## Syntax
- _expression_. `HasData`
+_expression_. `HasData`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.HasModule.md b/api/Access.Report.HasModule.md
index 4a8205920a7..ab86292a340 100644
--- a/api/Access.Report.HasModule.md
+++ b/api/Access.Report.HasModule.md
@@ -1,5 +1,5 @@
---
-title: Report.HasModule Property (Access)
+title: Report.HasModule property (Access)
keywords: vbaac10.chm13774
f1_keywords:
- vbaac10.chm13774
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.HasModule Property (Access)
+# Report.HasModule property (Access)
You can use the **HasModule** property to specify or determine whether a form or report has a class module. Read/write **Boolean**.
## Syntax
- _expression_. `HasModule`
+_expression_. `HasModule`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Height.md b/api/Access.Report.Height.md
index 32a597f9107..a4296bafcdf 100644
--- a/api/Access.Report.Height.md
+++ b/api/Access.Report.Height.md
@@ -1,5 +1,5 @@
---
-title: Report.Height Property (Access)
+title: Report.Height property (Access)
keywords: vbaac10.chm13729
f1_keywords:
- vbaac10.chm13729
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Height Property (Access)
+# Report.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Long**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.HelpContextId.md b/api/Access.Report.HelpContextId.md
index c22b27f4fc0..61d98539ee7 100644
--- a/api/Access.Report.HelpContextId.md
+++ b/api/Access.Report.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: Report.HelpContextId Property (Access)
+title: Report.HelpContextId property (Access)
keywords: vbaac10.chm13718
f1_keywords:
- vbaac10.chm13718
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.HelpContextId Property (Access)
+# Report.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.HelpFile.md b/api/Access.Report.HelpFile.md
index 8e8b0a9736f..3811e1c5a8c 100644
--- a/api/Access.Report.HelpFile.md
+++ b/api/Access.Report.HelpFile.md
@@ -1,5 +1,5 @@
---
-title: Report.HelpFile Property (Access)
+title: Report.HelpFile property (Access)
keywords: vbaac10.chm13717
f1_keywords:
- vbaac10.chm13717
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.HelpFile Property (Access)
+# Report.HelpFile property (Access)
The name of a help file associated with a report. Read/write **String**.
## Syntax
- _expression_. `HelpFile`
+_expression_. `HelpFile`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Example
diff --git a/api/Access.Report.Hwnd.md b/api/Access.Report.Hwnd.md
index a64840d4799..34ca4a43b02 100644
--- a/api/Access.Report.Hwnd.md
+++ b/api/Access.Report.Hwnd.md
@@ -1,5 +1,5 @@
---
-title: Report.Hwnd Property (Access)
+title: Report.Hwnd property (Access)
keywords: vbaac10.chm13719
f1_keywords:
- vbaac10.chm13719
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Hwnd Property (Access)
+# Report.Hwnd property (Access)
You can use the **hWnd** property to determine the handle (a unique **Long Integer** value) assigned by Microsoft Windows to the current window. Read/write **Long**.
## Syntax
- _expression_. `Hwnd`
+_expression_. `Hwnd`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.InputParameters.md b/api/Access.Report.InputParameters.md
index a486f8d282d..2b72268ca4f 100644
--- a/api/Access.Report.InputParameters.md
+++ b/api/Access.Report.InputParameters.md
@@ -1,5 +1,5 @@
---
-title: Report.InputParameters Property (Access)
+title: Report.InputParameters property (Access)
keywords: vbaac10.chm13777
f1_keywords:
- vbaac10.chm13777
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.InputParameters Property (Access)
+# Report.InputParameters property (Access)
You can use the **InputParameters** property to specify or determine the input parameters that are passed to a SQL statement in the **RecordSource** property of a form or report or a stored procedure when used as the record source within a Microsoft Access project (.adp). Read/write **String**.
## Syntax
- _expression_. `InputParameters`
+_expression_. `InputParameters`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.KeyDown.md b/api/Access.Report.KeyDown.md
index e5369204320..753951a449f 100644
--- a/api/Access.Report.KeyDown.md
+++ b/api/Access.Report.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: Report.KeyDown Event (Access)
+title: Report.KeyDown event (Access)
keywords: vbaac10.chm13894
f1_keywords:
- vbaac10.chm13894
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.KeyDown Event (Access)
+# Report.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a report has the focus. This event also occurs if you send a keystroke to a report by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.Report.KeyPress.md b/api/Access.Report.KeyPress.md
index f2e0f2c5b90..37e91ca330f 100644
--- a/api/Access.Report.KeyPress.md
+++ b/api/Access.Report.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: Report.KeyPress Event (Access)
+title: Report.KeyPress event (Access)
keywords: vbaac10.chm13895
f1_keywords:
- vbaac10.chm13895
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.KeyPress Event (Access)
+# Report.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a report has the focus. This event also occurs if you send an ANSI keystroke to a report by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_`, )
+_expression_. `KeyPress`( ` _KeyAscii_`, )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.Report.KeyPreview.md b/api/Access.Report.KeyPreview.md
index 8593ccfedd7..0014f3cf3d7 100644
--- a/api/Access.Report.KeyPreview.md
+++ b/api/Access.Report.KeyPreview.md
@@ -1,5 +1,5 @@
---
-title: Report.KeyPreview Property (Access)
+title: Report.KeyPreview property (Access)
keywords: vbaac10.chm13824
f1_keywords:
- vbaac10.chm13824
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.KeyPreview Property (Access)
+# Report.KeyPreview property (Access)
You can use the **KeyPreview** property to specify whether the report-level keyboard event procedures are invoked before a control's keyboard event procedures. Read/write **Boolean**.
## Syntax
- _expression_. `KeyPreview`
+_expression_. `KeyPreview`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.KeyUp.md b/api/Access.Report.KeyUp.md
index 31e31b6d210..316412ca5c5 100644
--- a/api/Access.Report.KeyUp.md
+++ b/api/Access.Report.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: Report.KeyUp Event (Access)
+title: Report.KeyUp event (Access)
keywords: vbaac10.chm13896
f1_keywords:
- vbaac10.chm13896
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.KeyUp Event (Access)
+# Report.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a report has the focus. This event also occurs if you send a keystroke to a report by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.Report.LayoutForPrint.md b/api/Access.Report.LayoutForPrint.md
index a7a55543987..39af80187d7 100644
--- a/api/Access.Report.LayoutForPrint.md
+++ b/api/Access.Report.LayoutForPrint.md
@@ -1,5 +1,5 @@
---
-title: Report.LayoutForPrint Property (Access)
+title: Report.LayoutForPrint property (Access)
keywords: vbaac10.chm13715
f1_keywords:
- vbaac10.chm13715
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.LayoutForPrint Property (Access)
+# Report.LayoutForPrint property (Access)
You can use the **LayoutForPrint** property to specify whether the report uses printer or screen fonts. Read/write **Boolean**.
## Syntax
- _expression_. `LayoutForPrint`
+_expression_. `LayoutForPrint`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Left.md b/api/Access.Report.Left.md
index a6441fb84f8..0192b979803 100644
--- a/api/Access.Report.Left.md
+++ b/api/Access.Report.Left.md
@@ -1,5 +1,5 @@
---
-title: Report.Left Property (Access)
+title: Report.Left property (Access)
keywords: vbaac10.chm13727
f1_keywords:
- vbaac10.chm13727
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Left Property (Access)
+# Report.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Long**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Line.md b/api/Access.Report.Line.md
index 3cf5eca20ea..fc70d7d6c2f 100644
--- a/api/Access.Report.Line.md
+++ b/api/Access.Report.Line.md
@@ -1,5 +1,5 @@
---
-title: Report.Line Method (Access)
+title: Report.Line method (Access)
keywords: vbaac10.chm13783
f1_keywords:
- vbaac10.chm13783
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Line Method (Access)
+# Report.Line method (Access)
The **Line** method draws lines and rectangles on a **Report** object when the Print event occurs.
## Syntax
- _expression_. `Line` ( ` _Step_` ( `x1, _y1_` ) - ` _Step_` ( ` _x2, y2_` ), ` _color_`, ` _BF_` )
+_expression_. `Line` ( ` _Step_` ( `x1, _y1_` ) - ` _Step_` ( ` _x2, y2_` ), ` _color_`, ` _BF_` )
- _expression_ Required. An expression that returns one of the objects in the Applies To list.
+_expression_ Required. An expression that returns one of the objects in the Applies To list.
### Parameters
diff --git a/api/Access.Report.Load.md b/api/Access.Report.Load.md
index 4ab79c069f7..fffb8f2fe4b 100644
--- a/api/Access.Report.Load.md
+++ b/api/Access.Report.Load.md
@@ -1,5 +1,5 @@
---
-title: Report.Load Event (Access)
+title: Report.Load event (Access)
keywords: vbaac10.chm13884
f1_keywords:
- vbaac10.chm13884
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Load Event (Access)
+# Report.Load event (Access)
Occurs when a report is opened and its records are displayed.
## Syntax
- _expression_. `Load`
+_expression_. `Load`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.LostFocus.md b/api/Access.Report.LostFocus.md
index 3a80b4eb0cb..fb21a2aec82 100644
--- a/api/Access.Report.LostFocus.md
+++ b/api/Access.Report.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: Report.LostFocus Event (Access)
+title: Report.LostFocus event (Access)
keywords: vbaac10.chm13888
f1_keywords:
- vbaac10.chm13888
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.LostFocus Event (Access)
+# Report.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.MenuBar.md b/api/Access.Report.MenuBar.md
index 72c258a9de3..657e6078afa 100644
--- a/api/Access.Report.MenuBar.md
+++ b/api/Access.Report.MenuBar.md
@@ -1,5 +1,5 @@
---
-title: Report.MenuBar Property (Access)
+title: Report.MenuBar property (Access)
keywords: vbaac10.chm13710
f1_keywords:
- vbaac10.chm13710
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.MenuBar Property (Access)
+# Report.MenuBar property (Access)
Specifies a custom menu to display for a report. Read/write **String**.
## Syntax
- _expression_. `MenuBar`
+_expression_. `MenuBar`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.MinMaxButtons.md b/api/Access.Report.MinMaxButtons.md
index e1e9bfb8a61..9d1f8509ff8 100644
--- a/api/Access.Report.MinMaxButtons.md
+++ b/api/Access.Report.MinMaxButtons.md
@@ -1,5 +1,5 @@
---
-title: Report.MinMaxButtons Property (Access)
+title: Report.MinMaxButtons property (Access)
keywords: vbaac10.chm13802
f1_keywords:
- vbaac10.chm13802
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.MinMaxButtons Property (Access)
+# Report.MinMaxButtons property (Access)
You can use the **MinMaxButtons** property to specify whether the **Maximize** and **Minimize** buttons will be visible on a report. Read/write **Byte**.
## Syntax
- _expression_. `MinMaxButtons`
+_expression_. `MinMaxButtons`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Modal.md b/api/Access.Report.Modal.md
index 13169bf7163..a385e06ce68 100644
--- a/api/Access.Report.Modal.md
+++ b/api/Access.Report.Modal.md
@@ -1,5 +1,5 @@
---
-title: Report.Modal Property (Access)
+title: Report.Modal property (Access)
keywords: vbaac10.chm13799
f1_keywords:
- vbaac10.chm13799
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Modal Property (Access)
+# Report.Modal property (Access)
You can use the **Modal** property to specify whether a report opens as a modal window. When a report opens as a modal window, you must close the window before you can move the focus to another object. Read/write **Boolean**.
## Syntax
- _expression_. `Modal`
+_expression_. `Modal`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Module.md b/api/Access.Report.Module.md
index 784a8aea89d..356e395286e 100644
--- a/api/Access.Report.Module.md
+++ b/api/Access.Report.Module.md
@@ -1,5 +1,5 @@
---
-title: Report.Module Property (Access)
+title: Report.Module property (Access)
keywords: vbaac10.chm13792
f1_keywords:
- vbaac10.chm13792
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Module Property (Access)
+# Report.Module property (Access)
You can use the **Module** property to specify a report module. Read-only **Module** object.
## Syntax
- _expression_. `Module`
+_expression_. `Module`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.MouseDown.md b/api/Access.Report.MouseDown.md
index 421b901c1fd..8aedc3e59fa 100644
--- a/api/Access.Report.MouseDown.md
+++ b/api/Access.Report.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: Report.MouseDown Event (Access)
+title: Report.MouseDown event (Access)
keywords: vbaac10.chm13891
f1_keywords:
- vbaac10.chm13891
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.MouseDown Event (Access)
+# Report.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Report.MouseMove.md b/api/Access.Report.MouseMove.md
index f9005baf0ac..53092ba9548 100644
--- a/api/Access.Report.MouseMove.md
+++ b/api/Access.Report.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: Report.MouseMove Event (Access)
+title: Report.MouseMove event (Access)
keywords: vbaac10.chm13892
f1_keywords:
- vbaac10.chm13892
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.MouseMove Event (Access)
+# Report.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**| The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
@@ -41,7 +41,7 @@ The **MouseMove** event occurs when the user moves the mouse.
| _X_|Required|**Single**|The x coordinate for the current location of the mouse pointer, in twips. |
| _Y_|Required|**Single**|The y coordinate for the current location of the mouse pointer, in twips. |
-### Return Value
+### Return value
nothing
diff --git a/api/Access.Report.MouseUp.md b/api/Access.Report.MouseUp.md
index 3c1fd82c668..37537ca8cad 100644
--- a/api/Access.Report.MouseUp.md
+++ b/api/Access.Report.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: Report.MouseUp Event (Access)
+title: Report.MouseUp event (Access)
keywords: vbaac10.chm13893
f1_keywords:
- vbaac10.chm13893
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.MouseUp Event (Access)
+# Report.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Report.MouseWheel(even).md b/api/Access.Report.MouseWheel(even).md
index a96a8c774ad..33d272783fb 100644
--- a/api/Access.Report.MouseWheel(even).md
+++ b/api/Access.Report.MouseWheel(even).md
@@ -1,5 +1,5 @@
---
-title: Report.MouseWheel Event (Access)
+title: Report.MouseWheel event (Access)
keywords: vbaac10.chm13900
f1_keywords:
- vbaac10.chm13900
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.MouseWheel Event (Access)
+# Report.MouseWheel event (Access)
Occurs when the user rolls the mouse wheel in Report view or Layout view.
## Syntax
- _expression_. `MouseWheel`( ` _Page_`, ` _Count_` )
+_expression_. `MouseWheel`( ` _Page_`, ` _Count_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required|**Boolean**|**True** if the page was changed.|
| _Count_|Required|**Long**|The number of lines by which the view was scrolled with the mouse wheel.|
diff --git a/api/Access.Report.MouseWheel(property).md b/api/Access.Report.MouseWheel(property).md
index 9f59713afae..834787b6ce2 100644
--- a/api/Access.Report.MouseWheel(property).md
+++ b/api/Access.Report.MouseWheel(property).md
@@ -1,5 +1,5 @@
---
-title: Report.MouseWheel Property (Access)
+title: Report.MouseWheel property (Access)
keywords: vbaac10.chm13872
f1_keywords:
- vbaac10.chm13872
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.MouseWheel Property (Access)
+# Report.MouseWheel property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **MouseWheel** event occurs. Read/write.
## Syntax
- _expression_. `MouseWheel`
+_expression_. `MouseWheel`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Move.md b/api/Access.Report.Move.md
index 269f78d86c4..abb17129717 100644
--- a/api/Access.Report.Move.md
+++ b/api/Access.Report.Move.md
@@ -1,5 +1,5 @@
---
-title: Report.Move Method (Access)
+title: Report.Move method (Access)
keywords: vbaac10.chm13808
f1_keywords:
- vbaac10.chm13808
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.Move Method (Access)
+# Report.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.Report.MoveLayout.md b/api/Access.Report.MoveLayout.md
index 22829801a10..09f9dde6f55 100644
--- a/api/Access.Report.MoveLayout.md
+++ b/api/Access.Report.MoveLayout.md
@@ -1,5 +1,5 @@
---
-title: Report.MoveLayout Property (Access)
+title: Report.MoveLayout property (Access)
keywords: vbaac10.chm13732
f1_keywords:
- vbaac10.chm13732
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.MoveLayout Property (Access)
+# Report.MoveLayout property (Access)
The **MoveLayout** property specifies whether Microsoft Access should move to the next printing location on the page. Read/write **Boolean**.
## Syntax
- _expression_. `MoveLayout`
+_expression_. `MoveLayout`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Moveable.md b/api/Access.Report.Moveable.md
index d320e027aae..e37f56a6d30 100644
--- a/api/Access.Report.Moveable.md
+++ b/api/Access.Report.Moveable.md
@@ -1,5 +1,5 @@
---
-title: Report.Moveable Property (Access)
+title: Report.Moveable property (Access)
keywords: vbaac10.chm13811
f1_keywords:
- vbaac10.chm13811
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Moveable Property (Access)
+# Report.Moveable property (Access)
Returns or sets a **Boolean** indicating whether the specified report can be moved by the user; **True** if it can be moved. Read/write.
## Syntax
- _expression_. `Moveable`
+_expression_. `Moveable`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Name.md b/api/Access.Report.Name.md
index 6db1f6d8d26..c7348b8a8c4 100644
--- a/api/Access.Report.Name.md
+++ b/api/Access.Report.Name.md
@@ -1,5 +1,5 @@
---
-title: Report.Name Property (Access)
+title: Report.Name property (Access)
keywords: vbaac10.chm13795
f1_keywords:
- vbaac10.chm13795
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Name Property (Access)
+# Report.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.NextRecord.md b/api/Access.Report.NextRecord.md
index 710fcdf36b0..48e54bd16b3 100644
--- a/api/Access.Report.NextRecord.md
+++ b/api/Access.Report.NextRecord.md
@@ -1,5 +1,5 @@
---
-title: Report.NextRecord Property (Access)
+title: Report.NextRecord property (Access)
keywords: vbaac10.chm13731
f1_keywords:
- vbaac10.chm13731
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.NextRecord Property (Access)
+# Report.NextRecord property (Access)
The **NextRecord** property specifies whether a section should advance to the next record. Read/write **Boolean**.
## Syntax
- _expression_. `NextRecord`
+_expression_. `NextRecord`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.NoData.md b/api/Access.Report.NoData.md
index addd735d00d..bbe182c6eb1 100644
--- a/api/Access.Report.NoData.md
+++ b/api/Access.Report.NoData.md
@@ -1,5 +1,5 @@
---
-title: Report.NoData Event (Access)
+title: Report.NoData event (Access)
keywords: vbaac10.chm13881
f1_keywords:
- vbaac10.chm13881
@@ -11,7 +11,7 @@ ms.date: 11/30/2017
---
-# Report.NoData Event (Access)
+# Report.NoData event (Access)
The **NoData** event occurs after Microsoft Access formats a report for printing that has no data (the report is bound to an empty recordset), but before the report is printed. You can use this event to cancel printing of a blank report.
@@ -24,7 +24,7 @@ _expression_ A variable that represents a **Report** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines whether to print the report. Setting the _Cancel_ argument to **True** (?1) prevents the report from printing. You can also use the **CancelEvent** method of the **DoCmd** object to cancel printing the report.|
diff --git a/api/Access.Report.OnActivate.md b/api/Access.Report.OnActivate.md
index 5b9e75ee0fc..6771b22ff2c 100644
--- a/api/Access.Report.OnActivate.md
+++ b/api/Access.Report.OnActivate.md
@@ -1,5 +1,5 @@
---
-title: Report.OnActivate Property (Access)
+title: Report.OnActivate property (Access)
keywords: vbaac10.chm13765
f1_keywords:
- vbaac10.chm13765
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnActivate Property (Access)
+# Report.OnActivate property (Access)
Sets or returns the value of the **On Activate** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnActivate`
+_expression_. `OnActivate`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Activate** event occurs when the form or report receives the focus and be
The **OnActivate** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Activate** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnApplyFilter.md b/api/Access.Report.OnApplyFilter.md
index 08454bfda6e..3a03e4eba6a 100644
--- a/api/Access.Report.OnApplyFilter.md
+++ b/api/Access.Report.OnApplyFilter.md
@@ -1,5 +1,5 @@
---
-title: Report.OnApplyFilter Property (Access)
+title: Report.OnApplyFilter property (Access)
keywords: vbaac10.chm13870
f1_keywords:
- vbaac10.chm13870
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnApplyFilter Property (Access)
+# Report.OnApplyFilter property (Access)
Sets or returns the value of the **On Apply Filter** box in the **Properties** window of a report. Read/write **String**.
## Syntax
- _expression_. `OnApplyFilter`
+_expression_. `OnApplyFilter`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **ApplyFilter** event occurs when a filter is applied or removed.
The **OnApplyFilter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Apply Filter** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnClick.md b/api/Access.Report.OnClick.md
index a7d1f3378c3..01f95157317 100644
--- a/api/Access.Report.OnClick.md
+++ b/api/Access.Report.OnClick.md
@@ -1,5 +1,5 @@
---
-title: Report.OnClick Property (Access)
+title: Report.OnClick property (Access)
keywords: vbaac10.chm13861
f1_keywords:
- vbaac10.chm13861
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnClick Property (Access)
+# Report.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnClose.md b/api/Access.Report.OnClose.md
index 064f53c3f0e..ca7bb1e9caf 100644
--- a/api/Access.Report.OnClose.md
+++ b/api/Access.Report.OnClose.md
@@ -1,5 +1,5 @@
---
-title: Report.OnClose Property (Access)
+title: Report.OnClose property (Access)
keywords: vbaac10.chm13764
f1_keywords:
- vbaac10.chm13764
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnClose Property (Access)
+# Report.OnClose property (Access)
Sets or returns the value of the **On Close** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnClose`
+_expression_. `OnClose`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Close** event occurs when when a form or report is closed and removed fro
The **OnClose** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Close** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnCurrent.md b/api/Access.Report.OnCurrent.md
index a86ede9c409..db0a5e298d6 100644
--- a/api/Access.Report.OnCurrent.md
+++ b/api/Access.Report.OnCurrent.md
@@ -1,5 +1,5 @@
---
-title: Report.OnCurrent Property (Access)
+title: Report.OnCurrent property (Access)
keywords: vbaac10.chm13823
f1_keywords:
- vbaac10.chm13823
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnCurrent Property (Access)
+# Report.OnCurrent property (Access)
Sets or returns the value of the **On Current** property on the Report. Read/write **String**.
## Syntax
- _expression_. `OnCurrent`
+_expression_. `OnCurrent`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -34,7 +34,7 @@ If you set the form's **On Current** property in the UI, it gets it value based
- If you select **Code Builder**, then the value will be _[Event Procedure]_.
-- If you select **Expression Builder**, then the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If you select **Expression Builder**, then the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If you select **Macro Builder**, then the value will be the name of the macro.
@@ -96,6 +96,6 @@ End Sub
## See also
-[Report.Current Event (Access)](Access.Report.Current.md)
+[Report.Current event (Access)](Access.Report.Current.md)
[Report Object](Access.Report.md)
diff --git a/api/Access.Report.OnDblClick.md b/api/Access.Report.OnDblClick.md
index 9847709b3af..eaba465ed57 100644
--- a/api/Access.Report.OnDblClick.md
+++ b/api/Access.Report.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: Report.OnDblClick Property (Access)
+title: Report.OnDblClick property (Access)
keywords: vbaac10.chm13862
f1_keywords:
- vbaac10.chm13862
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnDblClick Property (Access)
+# Report.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnDeactivate.md b/api/Access.Report.OnDeactivate.md
index 6c4d21e90a6..26a4139e8cb 100644
--- a/api/Access.Report.OnDeactivate.md
+++ b/api/Access.Report.OnDeactivate.md
@@ -1,5 +1,5 @@
---
-title: Report.OnDeactivate Property (Access)
+title: Report.OnDeactivate property (Access)
keywords: vbaac10.chm13766
f1_keywords:
- vbaac10.chm13766
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnDeactivate Property (Access)
+# Report.OnDeactivate property (Access)
Sets or returns the value of the **On Deactivate** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnDeactivate`
+_expression_. `OnDeactivate`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Deactivate** event occurs when the form or report loses the focus to a Ta
The **OnDeactivate** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Deactivate** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnError.md b/api/Access.Report.OnError.md
index ab23d9ee0bc..31705f91455 100644
--- a/api/Access.Report.OnError.md
+++ b/api/Access.Report.OnError.md
@@ -1,5 +1,5 @@
---
-title: Report.OnError Property (Access)
+title: Report.OnError property (Access)
keywords: vbaac10.chm13769
f1_keywords:
- vbaac10.chm13769
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnError Property (Access)
+# Report.OnError property (Access)
Sets or returns the value of the **OnError** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnError`
+_expression_. `OnError`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Error** event occurs when a run-time error is produced in Microsoft Acces
The **OnError** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **OnError** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnFilter.md b/api/Access.Report.OnFilter.md
index d5106044f84..efa9dcd712d 100644
--- a/api/Access.Report.OnFilter.md
+++ b/api/Access.Report.OnFilter.md
@@ -1,5 +1,5 @@
---
-title: Report.OnFilter Property (Access)
+title: Report.OnFilter property (Access)
keywords: vbaac10.chm13869
f1_keywords:
- vbaac10.chm13869
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnFilter Property (Access)
+# Report.OnFilter property (Access)
Sets or returns the value of the **On Filter** box in the **Properties** window of a report. Read/write **String**.
## Syntax
- _expression_. `OnFilter`
+_expression_. `OnFilter`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Filter** event occurs when a report is opened and its records are display
The **OnFilter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Filter** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnGotFocus.md b/api/Access.Report.OnGotFocus.md
index 62808b97016..5fe191cae9e 100644
--- a/api/Access.Report.OnGotFocus.md
+++ b/api/Access.Report.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: Report.OnGotFocus Property (Access)
+title: Report.OnGotFocus property (Access)
keywords: vbaac10.chm13859
f1_keywords:
- vbaac10.chm13859
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnGotFocus Property (Access)
+# Report.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified report. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the report receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnKeyDown.md b/api/Access.Report.OnKeyDown.md
index 3f29af21789..df22fc16627 100644
--- a/api/Access.Report.OnKeyDown.md
+++ b/api/Access.Report.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: Report.OnKeyDown Property (Access)
+title: Report.OnKeyDown property (Access)
keywords: vbaac10.chm13866
f1_keywords:
- vbaac10.chm13866
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnKeyDown Property (Access)
+# Report.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a report or contro
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnKeyPress.md b/api/Access.Report.OnKeyPress.md
index eef92791b2a..1f04376c09c 100644
--- a/api/Access.Report.OnKeyPress.md
+++ b/api/Access.Report.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: Report.OnKeyPress Property (Access)
+title: Report.OnKeyPress property (Access)
keywords: vbaac10.chm13868
f1_keywords:
- vbaac10.chm13868
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnKeyPress Property (Access)
+# Report.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a report or contr
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnKeyUp.md b/api/Access.Report.OnKeyUp.md
index 327fafb540c..bb7a3847118 100644
--- a/api/Access.Report.OnKeyUp.md
+++ b/api/Access.Report.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: Report.OnKeyUp Property (Access)
+title: Report.OnKeyUp property (Access)
keywords: vbaac10.chm13867
f1_keywords:
- vbaac10.chm13867
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnKeyUp Property (Access)
+# Report.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a report or control
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnLoad.md b/api/Access.Report.OnLoad.md
index 801d3ac234c..d05028dff41 100644
--- a/api/Access.Report.OnLoad.md
+++ b/api/Access.Report.OnLoad.md
@@ -1,5 +1,5 @@
---
-title: Report.OnLoad Property (Access)
+title: Report.OnLoad property (Access)
keywords: vbaac10.chm13856
f1_keywords:
- vbaac10.chm13856
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnLoad Property (Access)
+# Report.OnLoad property (Access)
Sets or returns the value of the **On Load** box in the **Properties** window of a report. Read/write **String**.
## Syntax
- _expression_. `OnLoad`
+_expression_. `OnLoad`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Load** event occurs when a report is opened and its records are displayed
The **OnLoad** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Load** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnLostFocus.md b/api/Access.Report.OnLostFocus.md
index 6413c63884e..33a25e32010 100644
--- a/api/Access.Report.OnLostFocus.md
+++ b/api/Access.Report.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: Report.OnLostFocus Property (Access)
+title: Report.OnLostFocus property (Access)
keywords: vbaac10.chm13860
f1_keywords:
- vbaac10.chm13860
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnLostFocus Property (Access)
+# Report.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified report. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the report loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnMouseDown.md b/api/Access.Report.OnMouseDown.md
index cdad01a100a..69472f3a748 100644
--- a/api/Access.Report.OnMouseDown.md
+++ b/api/Access.Report.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: Report.OnMouseDown Property (Access)
+title: Report.OnMouseDown property (Access)
keywords: vbaac10.chm13863
f1_keywords:
- vbaac10.chm13863
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnMouseDown Property (Access)
+# Report.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnMouseMove.md b/api/Access.Report.OnMouseMove.md
index 3ac0c81fe70..04e114d9aa1 100644
--- a/api/Access.Report.OnMouseMove.md
+++ b/api/Access.Report.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: Report.OnMouseMove Property (Access)
+title: Report.OnMouseMove property (Access)
keywords: vbaac10.chm13864
f1_keywords:
- vbaac10.chm13864
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnMouseMove Property (Access)
+# Report.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the report.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnMouseUp.md b/api/Access.Report.OnMouseUp.md
index 1d97f41fb78..b2eacf13595 100644
--- a/api/Access.Report.OnMouseUp.md
+++ b/api/Access.Report.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: Report.OnMouseUp Property (Access)
+title: Report.OnMouseUp property (Access)
keywords: vbaac10.chm13865
f1_keywords:
- vbaac10.chm13865
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnMouseUp Property (Access)
+# Report.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnNoData.md b/api/Access.Report.OnNoData.md
index 46bc30cc318..217533c8f2c 100644
--- a/api/Access.Report.OnNoData.md
+++ b/api/Access.Report.OnNoData.md
@@ -1,5 +1,5 @@
---
-title: Report.OnNoData Property (Access)
+title: Report.OnNoData property (Access)
keywords: vbaac10.chm13767,vbaac10.chm4135
f1_keywords:
- vbaac10.chm13767,vbaac10.chm4135
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnNoData Property (Access)
+# Report.OnNoData property (Access)
Sets or returns the value of the **On No Data** box in the **Properties** window of a report. Read/write **String**.
## Syntax
- _expression_. `OnNoData`
+_expression_. `OnNoData`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **NoData** event occurs after Microsoft Access formats a report for printin
The **OnNoData** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On No Data** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnOpen.md b/api/Access.Report.OnOpen.md
index 1c70bbc46e6..a09b1fb9cc5 100644
--- a/api/Access.Report.OnOpen.md
+++ b/api/Access.Report.OnOpen.md
@@ -1,5 +1,5 @@
---
-title: Report.OnOpen Property (Access)
+title: Report.OnOpen property (Access)
keywords: vbaac10.chm13763
f1_keywords:
- vbaac10.chm13763
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnOpen Property (Access)
+# Report.OnOpen property (Access)
Sets or returns the value of the **On Open** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnOpen`
+_expression_. `OnOpen`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Open** event occurs when a form is opened, but before the first record is
The **OnOpen** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Open** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnPage.md b/api/Access.Report.OnPage.md
index d91f7e6082d..e49e538c252 100644
--- a/api/Access.Report.OnPage.md
+++ b/api/Access.Report.OnPage.md
@@ -1,5 +1,5 @@
---
-title: Report.OnPage Property (Access)
+title: Report.OnPage property (Access)
keywords: vbaac10.chm13768
f1_keywords:
- vbaac10.chm13768
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnPage Property (Access)
+# Report.OnPage property (Access)
Sets or returns the value of the **On Page** box in the **Properties** window of a report. Read/write **String**.
## Syntax
- _expression_. `OnPage`
+_expression_. `OnPage`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Page** event occurs after Microsoft Access formats a page of a report for
The **OnPage** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Page** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnResize.md b/api/Access.Report.OnResize.md
index 5e6a009b6c6..b314c96393c 100644
--- a/api/Access.Report.OnResize.md
+++ b/api/Access.Report.OnResize.md
@@ -1,5 +1,5 @@
---
-title: Report.OnResize Property (Access)
+title: Report.OnResize property (Access)
keywords: vbaac10.chm13857
f1_keywords:
- vbaac10.chm13857
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnResize Property (Access)
+# Report.OnResize property (Access)
Sets or returns the value of the **On Resize** box in the **Properties** window of a report. Read/write **String**.
## Syntax
- _expression_. `OnResize`
+_expression_. `OnResize`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Resize** event occurs when a report is opened and whenever the size of a
The **OnResize** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Resize** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnTimer.md b/api/Access.Report.OnTimer.md
index b2442d49474..d253e7a07e9 100644
--- a/api/Access.Report.OnTimer.md
+++ b/api/Access.Report.OnTimer.md
@@ -1,5 +1,5 @@
---
-title: Report.OnTimer Property (Access)
+title: Report.OnTimer property (Access)
keywords: vbaac10.chm13871
f1_keywords:
- vbaac10.chm13871
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnTimer Property (Access)
+# Report.OnTimer property (Access)
Sets or returns the value of the **On Timer** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnTimer`
+_expression_. `OnTimer`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Timer** event occurs for a report at regular intervals as specified by th
The **OnTimer** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Timer** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.OnUnload.md b/api/Access.Report.OnUnload.md
index c41cf180d6f..67e238ebd94 100644
--- a/api/Access.Report.OnUnload.md
+++ b/api/Access.Report.OnUnload.md
@@ -1,5 +1,5 @@
---
-title: Report.OnUnload Property (Access)
+title: Report.OnUnload property (Access)
keywords: vbaac10.chm13858
f1_keywords:
- vbaac10.chm13858
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OnUnload Property (Access)
+# Report.OnUnload property (Access)
Sets or returns the value of the **On Unload** box in the **Properties** window of a form. Read/write **String**.
## Syntax
- _expression_. `OnUnload`
+_expression_. `OnUnload`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Unload** event occurs after a report is closed but before it's removed fr
The **OnUnload** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Unload** box in the report's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Report.Open.md b/api/Access.Report.Open.md
index 043e8ca3679..a641b316e43 100644
--- a/api/Access.Report.Open.md
+++ b/api/Access.Report.Open.md
@@ -1,5 +1,5 @@
---
-title: Report.Open Event (Access)
+title: Report.Open event (Access)
keywords: vbaac10.chm13876
f1_keywords:
- vbaac10.chm13876
@@ -11,7 +11,7 @@ ms.date: 11/30/2017
---
-# Report.Open Event (Access)
+# Report.Open event (Access)
The **Open** occurs before a report is previewed or printed.
@@ -25,7 +25,7 @@ _expression_ A variable that represents a **Report** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|
diff --git a/api/Access.Report.OpenArgs.md b/api/Access.Report.OpenArgs.md
index ad67c8a0bb3..4f906efe83b 100644
--- a/api/Access.Report.OpenArgs.md
+++ b/api/Access.Report.OpenArgs.md
@@ -1,5 +1,5 @@
---
-title: Report.OpenArgs Property (Access)
+title: Report.OpenArgs property (Access)
keywords: vbaac10.chm13809
f1_keywords:
- vbaac10.chm13809
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OpenArgs Property (Access)
+# Report.OpenArgs property (Access)
Determines the string expression specified by the _OpenArgs_ argument of the **OpenReport** method that opened a Report. Read/write **Variant**.
## Syntax
- _expression_. `OpenArgs`
+_expression_. `OpenArgs`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.OrderBy.md b/api/Access.Report.OrderBy.md
index ef5ef292267..8afc774eb92 100644
--- a/api/Access.Report.OrderBy.md
+++ b/api/Access.Report.OrderBy.md
@@ -1,5 +1,5 @@
---
-title: Report.OrderBy Property (Access)
+title: Report.OrderBy property (Access)
keywords: vbaac10.chm13692
f1_keywords:
- vbaac10.chm13692
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OrderBy Property (Access)
+# Report.OrderBy property (Access)
You can use the **OrderBy** property to specify how you want to sort records in a report. Read/write **String**.
## Syntax
- _expression_. `OrderBy`
+_expression_. `OrderBy`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.OrderByOn.md b/api/Access.Report.OrderByOn.md
index 87f0cdc5320..4ed9f2b9a99 100644
--- a/api/Access.Report.OrderByOn.md
+++ b/api/Access.Report.OrderByOn.md
@@ -1,5 +1,5 @@
---
-title: Report.OrderByOn Property (Access)
+title: Report.OrderByOn property (Access)
keywords: vbaac10.chm13693
f1_keywords:
- vbaac10.chm13693
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OrderByOn Property (Access)
+# Report.OrderByOn property (Access)
You can use the **OrderByOn** property to specify whether an object's **OrderBy** property setting is applied. Read/write **Boolean**.
## Syntax
- _expression_. `OrderByOn`
+_expression_. `OrderByOn`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.OrderByOnLoad.md b/api/Access.Report.OrderByOnLoad.md
index 5eeba110325..95690b30803 100644
--- a/api/Access.Report.OrderByOnLoad.md
+++ b/api/Access.Report.OrderByOnLoad.md
@@ -1,5 +1,5 @@
---
-title: Report.OrderByOnLoad Property (Access)
+title: Report.OrderByOnLoad property (Access)
keywords: vbaac10.chm13817
f1_keywords:
- vbaac10.chm13817
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.OrderByOnLoad Property (Access)
+# Report.OrderByOnLoad property (Access)
Gets or sets whether the sorting specified by the **[OrderBy](Access.Report.OrderBy.md)** property is applied when the report is loaded. Read/write **Boolean**.
## Syntax
- _expression_. `OrderByOnLoad`
+_expression_. `OrderByOnLoad`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.Orientation.md b/api/Access.Report.Orientation.md
index db7a537d152..877cf3f1b1f 100644
--- a/api/Access.Report.Orientation.md
+++ b/api/Access.Report.Orientation.md
@@ -1,5 +1,5 @@
---
-title: Report.Orientation Property (Access)
+title: Report.Orientation property (Access)
keywords: vbaac10.chm13776
f1_keywords:
- vbaac10.chm13776
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Orientation Property (Access)
+# Report.Orientation property (Access)
You can use the **Orientation** property to specify or determine the view orientation. Read/write **Byte**.
## Syntax
- _expression_. `Orientation`
+_expression_. `Orientation`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PSet.md b/api/Access.Report.PSet.md
index 0b45a5f56da..a5284c85e1e 100644
--- a/api/Access.Report.PSet.md
+++ b/api/Access.Report.PSet.md
@@ -1,5 +1,5 @@
---
-title: Report.PSet Method (Access)
+title: Report.PSet method (Access)
keywords: vbaac10.chm13784
f1_keywords:
- vbaac10.chm13784
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# Report.PSet Method (Access)
+# Report.PSet method (Access)
The **PSet** method sets a point on a **[Report](Access.Report.md)** object to a specified color when the **Print** event occurs.
## Syntax
- _expression_. `PSet`( ` _flags_`, ` _X_`, ` _Y_`, ` _color_` )
+_expression_. `PSet`( ` _flags_`, ` _X_`, ` _Y_`, ` _color_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _flags_|Required|**Integer**| A keyword that indicates the coordinates are relative to the current graphics position given by the settings for the **[CurrentX](Access.Report.CurrentX.md)** and **[CurrentY](Access.Report.CurrentY.md)** properties of the _object_ argument.|
| _X_|Required|**Single**|The horizontal coordinate of the point to set.|
| _Y_|Required|**Single**|The vertical coordinate of the point to set.|
| _color_|Required|**Long**|the RGB (red-green-blue) color to set the point to. If this argument is omitted, the value of the **ForeColor** property is used. You can also use the **RGB** function or **QBColor** function to specify the color.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Report.Page(even).md b/api/Access.Report.Page(even).md
index 6940d0a1c11..a42e64e5bff 100644
--- a/api/Access.Report.Page(even).md
+++ b/api/Access.Report.Page(even).md
@@ -1,5 +1,5 @@
---
-title: Report.Page Event (Access)
+title: Report.Page event (Access)
keywords: vbaac10.chm13882
f1_keywords:
- vbaac10.chm13882
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# Report.Page Event (Access)
+# Report.Page event (Access)
The **Page** event occurs after Microsoft Access formats a page of a report for printing, but before the page is printed. You can use this event to draw a border around the page, or add other graphic elements to the page.
## Syntax
- _expression_. `Page`
+_expression_. `Page`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Report.Page(property).md b/api/Access.Report.Page(property).md
index 79a99cea504..45a3fd1c147 100644
--- a/api/Access.Report.Page(property).md
+++ b/api/Access.Report.Page(property).md
@@ -1,5 +1,5 @@
---
-title: Report.Page Property (Access)
+title: Report.Page property (Access)
keywords: vbaac10.chm13721
f1_keywords:
- vbaac10.chm13721
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Page Property (Access)
+# Report.Page property (Access)
The **Page** property specifies the current page number when a report is being printed. Read/write **Long**.
## Syntax
- _expression_. `Page`
+_expression_. `Page`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PageFooter.md b/api/Access.Report.PageFooter.md
index 2eb9730d593..a272a5ecf7c 100644
--- a/api/Access.Report.PageFooter.md
+++ b/api/Access.Report.PageFooter.md
@@ -1,5 +1,5 @@
---
-title: Report.PageFooter Property (Access)
+title: Report.PageFooter property (Access)
keywords: vbaac10.chm13698
f1_keywords:
- vbaac10.chm13698
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PageFooter Property (Access)
+# Report.PageFooter property (Access)
You can use the **PageFooter** property to specify whether a report's page footer is printed on the same page as a report footer. Read/write **Byte**.
## Syntax
- _expression_. `PageFooter`
+_expression_. `PageFooter`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PageHeader.md b/api/Access.Report.PageHeader.md
index ef5615f91b0..42f53f78cb3 100644
--- a/api/Access.Report.PageHeader.md
+++ b/api/Access.Report.PageHeader.md
@@ -1,5 +1,5 @@
---
-title: Report.PageHeader Property (Access)
+title: Report.PageHeader property (Access)
keywords: vbaac10.chm13697,vbaac10.chm5495
f1_keywords:
- vbaac10.chm13697,vbaac10.chm5495
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PageHeader Property (Access)
+# Report.PageHeader property (Access)
You can use the **PageHeader** property to specify whether a report's page header is printed on the same page as a report header. Read/write **Byte**.
## Syntax
- _expression_. `PageHeader`
+_expression_. `PageHeader`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Pages.md b/api/Access.Report.Pages.md
index 92ea596ecb4..8e8185fb6e4 100644
--- a/api/Access.Report.Pages.md
+++ b/api/Access.Report.Pages.md
@@ -1,5 +1,5 @@
---
-title: Report.Pages Property (Access)
+title: Report.Pages property (Access)
keywords: vbaac10.chm13722
f1_keywords:
- vbaac10.chm13722
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Pages Property (Access)
+# Report.Pages property (Access)
You can use the **Pages** property to return information needed to print page numbers in a report. Read/write **Integer**.
## Syntax
- _expression_. `Pages`
+_expression_. `Pages`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PaintPalette.md b/api/Access.Report.PaintPalette.md
index 9158696ea7c..93e7521cf5b 100644
--- a/api/Access.Report.PaintPalette.md
+++ b/api/Access.Report.PaintPalette.md
@@ -1,5 +1,5 @@
---
-title: Report.PaintPalette Property (Access)
+title: Report.PaintPalette property (Access)
keywords: vbaac10.chm13761
f1_keywords:
- vbaac10.chm13761
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PaintPalette Property (Access)
+# Report.PaintPalette property (Access)
You can use the **PaintPalette** property to specify a palette to be used by a report. Read/write **Variant**.
## Syntax
- _expression_. `PaintPalette`
+_expression_. `PaintPalette`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Painting.md b/api/Access.Report.Painting.md
index 5c0d9c7a61f..a9b4e788edc 100644
--- a/api/Access.Report.Painting.md
+++ b/api/Access.Report.Painting.md
@@ -1,5 +1,5 @@
---
-title: Report.Painting Property (Access)
+title: Report.Painting property (Access)
keywords: vbaac10.chm13736
f1_keywords:
- vbaac10.chm13736
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Painting Property (Access)
+# Report.Painting property (Access)
You can use the **Painting** property to specify whether a report is repainted. Read/write **Boolean**.
## Syntax
- _expression_. `Painting`
+_expression_. `Painting`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PaletteSource.md b/api/Access.Report.PaletteSource.md
index 017a76b5523..dec17f9ac00 100644
--- a/api/Access.Report.PaletteSource.md
+++ b/api/Access.Report.PaletteSource.md
@@ -1,5 +1,5 @@
---
-title: Report.PaletteSource Property (Access)
+title: Report.PaletteSource property (Access)
keywords: vbaac10.chm13759
f1_keywords:
- vbaac10.chm13759
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PaletteSource Property (Access)
+# Report.PaletteSource property (Access)
You can use the **PaletteSource** property to specify the palette for a report. Read/write **String**.
## Syntax
- _expression_. `PaletteSource`
+_expression_. `PaletteSource`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Parent.md b/api/Access.Report.Parent.md
index 8ecba5f6d81..01c59ea874c 100644
--- a/api/Access.Report.Parent.md
+++ b/api/Access.Report.Parent.md
@@ -1,5 +1,5 @@
---
-title: Report.Parent Property (Access)
+title: Report.Parent property (Access)
keywords: vbaac10.chm13779
f1_keywords:
- vbaac10.chm13779
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Parent Property (Access)
+# Report.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Picture.md b/api/Access.Report.Picture.md
index 6fe0e73434e..f2a5368dedd 100644
--- a/api/Access.Report.Picture.md
+++ b/api/Access.Report.Picture.md
@@ -1,5 +1,5 @@
---
-title: Report.Picture Property (Access)
+title: Report.Picture property (Access)
keywords: vbaac10.chm13704
f1_keywords:
- vbaac10.chm13704
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Picture Property (Access)
+# Report.Picture property (Access)
You can use the **Picture** property to specify a bitmap or other type of graphic to be used as a background picture on a report. Read/write **String**.
## Syntax
- _expression_. `Picture`
+_expression_. `Picture`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PictureAlignment.md b/api/Access.Report.PictureAlignment.md
index 5421a787d86..f3228df8fea 100644
--- a/api/Access.Report.PictureAlignment.md
+++ b/api/Access.Report.PictureAlignment.md
@@ -1,5 +1,5 @@
---
-title: Report.PictureAlignment Property (Access)
+title: Report.PictureAlignment property (Access)
keywords: vbaac10.chm13707
f1_keywords:
- vbaac10.chm13707
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PictureAlignment Property (Access)
+# Report.PictureAlignment property (Access)
You can use the **PictureAlignment** property to specify where a background picture will appear in an image control or on a form or report. Read/write **Byte**.Read/write.
## Syntax
- _expression_. `PictureAlignment`
+_expression_. `PictureAlignment`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PictureData.md b/api/Access.Report.PictureData.md
index 7e78e71aa0f..5e31a4b7eda 100644
--- a/api/Access.Report.PictureData.md
+++ b/api/Access.Report.PictureData.md
@@ -1,5 +1,5 @@
---
-title: Report.PictureData Property (Access)
+title: Report.PictureData property (Access)
keywords: vbaac10.chm13772
f1_keywords:
- vbaac10.chm13772
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PictureData Property (Access)
+# Report.PictureData property (Access)
You can use the **PictureData** property to copy the picture to another object that supports the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `PictureData`
+_expression_. `PictureData`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PicturePages.md b/api/Access.Report.PicturePages.md
index bd555f68ce7..edd56b69f65 100644
--- a/api/Access.Report.PicturePages.md
+++ b/api/Access.Report.PicturePages.md
@@ -1,5 +1,5 @@
---
-title: Report.PicturePages Property (Access)
+title: Report.PicturePages property (Access)
keywords: vbaac10.chm13709,vbaac10.chm4464
f1_keywords:
- vbaac10.chm13709,vbaac10.chm4464
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PicturePages Property (Access)
+# Report.PicturePages property (Access)
You can use the **PicturePages** property to specify on which page or pages of a report a picture will be displayed. Read/write **Byte**.
## Syntax
- _expression_. `PicturePages`
+_expression_. `PicturePages`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PicturePalette.md b/api/Access.Report.PicturePalette.md
index 4b7c9b5c5ac..e8f0ff08356 100644
--- a/api/Access.Report.PicturePalette.md
+++ b/api/Access.Report.PicturePalette.md
@@ -1,5 +1,5 @@
---
-title: Report.PicturePalette Property (Access)
+title: Report.PicturePalette property (Access)
keywords: vbaac10.chm13773
f1_keywords:
- vbaac10.chm13773
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PicturePalette Property (Access)
+# Report.PicturePalette property (Access)
You can use the **PicturePalette** property to specify a palette to be used by a report. Read/write **Variant**.
## Syntax
- _expression_. `PicturePalette`
+_expression_. `PicturePalette`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.PictureSizeMode.md b/api/Access.Report.PictureSizeMode.md
index bdff3da4235..a8a47470a8e 100644
--- a/api/Access.Report.PictureSizeMode.md
+++ b/api/Access.Report.PictureSizeMode.md
@@ -1,5 +1,5 @@
---
-title: Report.PictureSizeMode Property (Access)
+title: Report.PictureSizeMode property (Access)
keywords: vbaac10.chm13706
f1_keywords:
- vbaac10.chm13706
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PictureSizeMode Property (Access)
+# Report.PictureSizeMode property (Access)
You can use the **PictureSizeMode** property to specify how a picture for a form or report is sized. Read/write **Byte**.
## Syntax
- _expression_. `PictureSizeMode`
+_expression_. `PictureSizeMode`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PictureTiling.md b/api/Access.Report.PictureTiling.md
index 86f415762b5..4344623e49e 100644
--- a/api/Access.Report.PictureTiling.md
+++ b/api/Access.Report.PictureTiling.md
@@ -1,5 +1,5 @@
---
-title: Report.PictureTiling Property (Access)
+title: Report.PictureTiling property (Access)
keywords: vbaac10.chm13708
f1_keywords:
- vbaac10.chm13708
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PictureTiling Property (Access)
+# Report.PictureTiling property (Access)
You can use the **PictureTiling** property to specify whether a background picture is tiled across the entire image control, Form window, form, or page of a report. Read/write **Boolean**.
## Syntax
- _expression_. `PictureTiling`
+_expression_. `PictureTiling`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PictureType.md b/api/Access.Report.PictureType.md
index 5542da60620..635be4d2c9c 100644
--- a/api/Access.Report.PictureType.md
+++ b/api/Access.Report.PictureType.md
@@ -1,5 +1,5 @@
---
-title: Report.PictureType Property (Access)
+title: Report.PictureType property (Access)
keywords: vbaac10.chm13705
f1_keywords:
- vbaac10.chm13705
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PictureType Property (Access)
+# Report.PictureType property (Access)
You can use the **PictureType** property to specify whether Microsoft Access stores an object's picture as a linked or an embedded object. Read/write **Byte**.
## Syntax
- _expression_. `PictureType`
+_expression_. `PictureType`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PopUp.md b/api/Access.Report.PopUp.md
index a40f84ca355..6803798a61d 100644
--- a/api/Access.Report.PopUp.md
+++ b/api/Access.Report.PopUp.md
@@ -1,5 +1,5 @@
---
-title: Report.PopUp Property (Access)
+title: Report.PopUp property (Access)
keywords: vbaac10.chm13798
f1_keywords:
- vbaac10.chm13798
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PopUp Property (Access)
+# Report.PopUp property (Access)
Specifies whether a report opens as a pop-up window. Read/write **Boolean**.
## Syntax
- _expression_. `PopUp`
+_expression_. `PopUp`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Print.md b/api/Access.Report.Print.md
index 1bb1a8749b3..9155696ac30 100644
--- a/api/Access.Report.Print.md
+++ b/api/Access.Report.Print.md
@@ -1,5 +1,5 @@
---
-title: Report.Print Method (Access)
+title: Report.Print method (Access)
keywords: vbaac10.chm13788
f1_keywords:
- vbaac10.chm13788
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Report.Print Method (Access)
+# Report.Print method (Access)
The **Print** method prints text on a **[Report](Access.Report.md)** object using the current color and font.
## Syntax
- _expression_. `Print`( ` _Expr_` )
+_expression_. `Print`( ` _Expr_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|The string expressions to print. If this argument is omitted, the **Print** method prints a blank line. Multiple expressions can be separated with a space, a semicolon (;), or a comma. A space has the same effect as a semicolon.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Report.PrintCount.md b/api/Access.Report.PrintCount.md
index 6a2ec6b04fe..771040fda3f 100644
--- a/api/Access.Report.PrintCount.md
+++ b/api/Access.Report.PrintCount.md
@@ -1,5 +1,5 @@
---
-title: Report.PrintCount Property (Access)
+title: Report.PrintCount property (Access)
keywords: vbaac10.chm13734
f1_keywords:
- vbaac10.chm13734
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PrintCount Property (Access)
+# Report.PrintCount property (Access)
You can use the **PrintCount** property to identify the number of times the **OnPrint** property has been evaluated for the current section of a report. Read/write **Integer**.
## Syntax
- _expression_. `PrintCount`
+_expression_. `PrintCount`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PrintSection.md b/api/Access.Report.PrintSection.md
index 446beb3e5fa..22927621460 100644
--- a/api/Access.Report.PrintSection.md
+++ b/api/Access.Report.PrintSection.md
@@ -1,5 +1,5 @@
---
-title: Report.PrintSection Property (Access)
+title: Report.PrintSection property (Access)
keywords: vbaac10.chm13730
f1_keywords:
- vbaac10.chm13730
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PrintSection Property (Access)
+# Report.PrintSection property (Access)
The **PrintSection** property specifies whether a section should be printed. Read/write **Boolean**.
## Syntax
- _expression_. `PrintSection`
+_expression_. `PrintSection`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Printer.md b/api/Access.Report.Printer.md
index 73514e9d4eb..9d956ddd999 100644
--- a/api/Access.Report.Printer.md
+++ b/api/Access.Report.Printer.md
@@ -1,5 +1,5 @@
---
-title: Report.Printer Property (Access)
+title: Report.Printer property (Access)
keywords: vbaac10.chm13810
f1_keywords:
- vbaac10.chm13810
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Printer Property (Access)
+# Report.Printer property (Access)
Returns or sets a **[Printer](Access.Printer.md)** object representing the default printer on the current system. Read/write.
## Syntax
- _expression_. `Printer`
+_expression_. `Printer`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Example
diff --git a/api/Access.Report.Properties.md b/api/Access.Report.Properties.md
index 37ff980ea9d..756a8f444b9 100644
--- a/api/Access.Report.Properties.md
+++ b/api/Access.Report.Properties.md
@@ -1,5 +1,5 @@
---
-title: Report.Properties Property (Access)
+title: Report.Properties property (Access)
keywords: vbaac10.chm13793
f1_keywords:
- vbaac10.chm13793
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Properties Property (Access)
+# Report.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PrtDevMode.md b/api/Access.Report.PrtDevMode.md
index 28d7268a953..63d3dccf271 100644
--- a/api/Access.Report.PrtDevMode.md
+++ b/api/Access.Report.PrtDevMode.md
@@ -1,5 +1,5 @@
---
-title: Report.PrtDevMode Property (Access)
+title: Report.PrtDevMode property (Access)
keywords: vbaac10.chm13738
f1_keywords:
- vbaac10.chm13738
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PrtDevMode Property (Access)
+# Report.PrtDevMode property (Access)
You can use the **PrtDevMode** property to set or return printing device mode information specified for a form or report in the **Print** dialog box. Read/write **Variant**.
## Syntax
- _expression_. `PrtDevMode`
+_expression_. `PrtDevMode`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PrtDevNames.md b/api/Access.Report.PrtDevNames.md
index 907fd252609..d561c1d3229 100644
--- a/api/Access.Report.PrtDevNames.md
+++ b/api/Access.Report.PrtDevNames.md
@@ -1,5 +1,5 @@
---
-title: Report.PrtDevNames Property (Access)
+title: Report.PrtDevNames property (Access)
keywords: vbaac10.chm13739
f1_keywords:
- vbaac10.chm13739
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PrtDevNames Property (Access)
+# Report.PrtDevNames property (Access)
You can use the **PrtDevNames** property to set or return information about the printer selected in the **Print** dialog box for a form or report. Read/write **Variant**.
## Syntax
- _expression_. `PrtDevNames`
+_expression_. `PrtDevNames`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.PrtMip.md b/api/Access.Report.PrtMip.md
index a24ec72575e..9524f6e0f38 100644
--- a/api/Access.Report.PrtMip.md
+++ b/api/Access.Report.PrtMip.md
@@ -1,5 +1,5 @@
---
-title: Report.PrtMip Property (Access)
+title: Report.PrtMip property (Access)
keywords: vbaac10.chm13737
f1_keywords:
- vbaac10.chm13737
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.PrtMip Property (Access)
+# Report.PrtMip property (Access)
You can use the **PrtMip** property in Visual Basic to set or return the device mode information specified for a form or report in the **Print** dialog box.
## Syntax
- _expression_. `PrtMip`
+_expression_. `PrtMip`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.RecordLocks.md b/api/Access.Report.RecordLocks.md
index 8c2d60daa76..1143219c19d 100644
--- a/api/Access.Report.RecordLocks.md
+++ b/api/Access.Report.RecordLocks.md
@@ -1,5 +1,5 @@
---
-title: Report.RecordLocks Property (Access)
+title: Report.RecordLocks property (Access)
keywords: vbaac10.chm13696
f1_keywords:
- vbaac10.chm13696
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.RecordLocks Property (Access)
+# Report.RecordLocks property (Access)
You can use the **RecordLocks** property to determine how records are locked and what happens when two users try to edit the same record at the same time. Read/write.
## Syntax
- _expression_. `RecordLocks`
+_expression_. `RecordLocks`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.RecordSource.md b/api/Access.Report.RecordSource.md
index 996b1d55bb2..857c853b3a2 100644
--- a/api/Access.Report.RecordSource.md
+++ b/api/Access.Report.RecordSource.md
@@ -1,5 +1,5 @@
---
-title: Report.RecordSource Property (Access)
+title: Report.RecordSource property (Access)
keywords: vbaac10.chm13689
f1_keywords:
- vbaac10.chm13689
@@ -11,7 +11,7 @@ ms.date: 11/30/2017
---
-# Report.RecordSource Property (Access)
+# Report.RecordSource property (Access)
You can use the **RecordSource** property to specify the source of the data for a report. Read/write **String**.
diff --git a/api/Access.Report.RecordSourceQualifier.md b/api/Access.Report.RecordSourceQualifier.md
index 986e2d15da0..bb4e5168cfb 100644
--- a/api/Access.Report.RecordSourceQualifier.md
+++ b/api/Access.Report.RecordSourceQualifier.md
@@ -1,5 +1,5 @@
---
-title: Report.RecordSourceQualifier Property (Access)
+title: Report.RecordSourceQualifier property (Access)
keywords: vbaac10.chm13814
f1_keywords:
- vbaac10.chm13814
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.RecordSourceQualifier Property (Access)
+# Report.RecordSourceQualifier property (Access)
Returns or sets a **String** indicating the SQL Server owner name of the record source for the specified report. Read/write.
## Syntax
- _expression_. `RecordSourceQualifier`
+_expression_. `RecordSourceQualifier`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.Recordset.md b/api/Access.Report.Recordset.md
index cbfaa8ccbc4..f7d6a732c47 100644
--- a/api/Access.Report.Recordset.md
+++ b/api/Access.Report.Recordset.md
@@ -1,5 +1,5 @@
---
-title: Report.Recordset Property (Access)
+title: Report.Recordset property (Access)
keywords: vbaac10.chm13813
f1_keywords:
- vbaac10.chm13813
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Recordset Property (Access)
+# Report.Recordset property (Access)
Returns or sets the ADO **Recordset** or DAO **[Recordset](overview/Access.md)** object representing the record source for the specified object. Read/write **Object**.
## Syntax
- _expression_. `Recordset`
+_expression_. `Recordset`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Report.md b/api/Access.Report.Report.md
index 8d263bac1a8..5c55f70dd7b 100644
--- a/api/Access.Report.Report.md
+++ b/api/Access.Report.Report.md
@@ -1,5 +1,5 @@
---
-title: Report.Report Property (Access)
+title: Report.Report property (Access)
keywords: vbaac10.chm13791
f1_keywords:
- vbaac10.chm13791
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Report Property (Access)
+# Report.Report property (Access)
You can use the **Report** property to refer to a report or to refer to the report associated with a subreport control. Read-only **Report**.
## Syntax
- _expression_. `Report`
+_expression_. `Report`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Requery.md b/api/Access.Report.Requery.md
index 4a9d46a6941..f3d7f973215 100644
--- a/api/Access.Report.Requery.md
+++ b/api/Access.Report.Requery.md
@@ -1,5 +1,5 @@
---
-title: Report.Requery Method (Access)
+title: Report.Requery method (Access)
keywords: vbaac10.chm13827
f1_keywords:
- vbaac10.chm13827
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Requery Method (Access)
+# Report.Requery method (Access)
The **Requery** method updates the data underlying the specified report by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Resize.md b/api/Access.Report.Resize.md
index 5e1eb6a6171..1d2f6bf34bf 100644
--- a/api/Access.Report.Resize.md
+++ b/api/Access.Report.Resize.md
@@ -1,5 +1,5 @@
---
-title: Report.Resize Event (Access)
+title: Report.Resize event (Access)
keywords: vbaac10.chm13885
f1_keywords:
- vbaac10.chm13885
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Resize Event (Access)
+# Report.Resize event (Access)
The **Resize** event occurs when a report is opened and whenever the size of a report changes.
## Syntax
- _expression_. `Resize`
+_expression_. `Resize`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.RibbonName.md b/api/Access.Report.RibbonName.md
index 8af12809f46..95ef91206f1 100644
--- a/api/Access.Report.RibbonName.md
+++ b/api/Access.Report.RibbonName.md
@@ -1,5 +1,5 @@
---
-title: Report.RibbonName Property (Access)
+title: Report.RibbonName property (Access)
keywords: vbaac10.chm13875
f1_keywords:
- vbaac10.chm13875
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.RibbonName Property (Access)
+# Report.RibbonName property (Access)
Gets or set the name of the customized ribbon to be displayed when the specified report is loaded. Read/write **String**.
## Syntax
- _expression_. `RibbonName`
+_expression_. `RibbonName`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Scale.md b/api/Access.Report.Scale.md
index 7c61b782be2..e99a8ab1608 100644
--- a/api/Access.Report.Scale.md
+++ b/api/Access.Report.Scale.md
@@ -1,5 +1,5 @@
---
-title: Report.Scale Method (Access)
+title: Report.Scale method (Access)
keywords: vbaac10.chm13785
f1_keywords:
- vbaac10.chm13785
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.Scale Method (Access)
+# Report.Scale method (Access)
The **Scale** method defines the coordinate system for a **[Report](Access.Report.md)** object.
## Syntax
- _expression_. `Scale`( ` _flags_`, ` _x1_`, ` _y1_`, ` _x2_`, ` _y2_` )
+_expression_. `Scale`( ` _flags_`, ` _x1_`, ` _y1_`, ` _x2_`, ` _y2_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _flags_|Required|**Integer**||
| _x1_|Required|**Single**| A value for the horizontal coordinate that defines the position of the upper-left corner of the object.|
@@ -35,7 +35,7 @@ The **Scale** method defines the coordinate system for a **[Report](Access.Repo
| _x2_|Required|**Single**|A value for the horizontal coordinate that defines the position of the lower-right corner of the object.|
| _y2_|Required|**Single**|A value for the vertical coordinate that defines the position of the lower-right corner of the object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.Report.ScaleHeight.md b/api/Access.Report.ScaleHeight.md
index 4a85590ac70..40731a3e504 100644
--- a/api/Access.Report.ScaleHeight.md
+++ b/api/Access.Report.ScaleHeight.md
@@ -1,5 +1,5 @@
---
-title: Report.ScaleHeight Property (Access)
+title: Report.ScaleHeight property (Access)
keywords: vbaac10.chm13743
f1_keywords:
- vbaac10.chm13743
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ScaleHeight Property (Access)
+# Report.ScaleHeight property (Access)
You can use the **ScaleHeight** property to specify the number of units for the vertical measurement of the page when the **[Circle](Access.Report.Circle.md)**, **[Line](Access.Report.Line.md)**, **[Pset](Access.Report.PSet.md)**, or **[Print](Access.Report.Print.md)** method is used while a report is printed or previewed, or its output is saved to a file. Read/write **Single**.
## Syntax
- _expression_. `ScaleHeight`
+_expression_. `ScaleHeight`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ScaleLeft.md b/api/Access.Report.ScaleLeft.md
index 090d896e571..dbb0e06def4 100644
--- a/api/Access.Report.ScaleLeft.md
+++ b/api/Access.Report.ScaleLeft.md
@@ -1,5 +1,5 @@
---
-title: Report.ScaleLeft Property (Access)
+title: Report.ScaleLeft property (Access)
keywords: vbaac10.chm13744
f1_keywords:
- vbaac10.chm13744
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ScaleLeft Property (Access)
+# Report.ScaleLeft property (Access)
You can use the **ScaleLeft** property to specify the units for the horizontal coordinates that describe the location of the left edge of a page when the **[Circle](Access.Report.Circle.md)**, **[Line](Access.Report.Line.md)**, **[Pset](Access.Report.PSet.md)**, or **[Print](Access.Report.Print.md)** method is used while a report is previewed, printed, or its output is saved to a file. Read / write **Single**.
## Syntax
- _expression_. `ScaleLeft`
+_expression_. `ScaleLeft`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ScaleMode.md b/api/Access.Report.ScaleMode.md
index 4ea6e3d2647..14a565310f1 100644
--- a/api/Access.Report.ScaleMode.md
+++ b/api/Access.Report.ScaleMode.md
@@ -1,5 +1,5 @@
---
-title: Report.ScaleMode Property (Access)
+title: Report.ScaleMode property (Access)
keywords: vbaac10.chm13745
f1_keywords:
- vbaac10.chm13745
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ScaleMode Property (Access)
+# Report.ScaleMode property (Access)
You can use the **ScaleMode** property in Visual Basic to specify the unit of measurement for coordinates on a page when the **[Circle](Access.Report.Circle.md)**, **[Line](Access.Report.Line.md)**, **[Pset](Access.Report.PSet.md)**, or **[Print](Access.Report.Print.md)** method is used while a report is previewed or printed, or its output is saved to a file. Read/write **Integer**.
## Syntax
- _expression_. `ScaleMode`
+_expression_. `ScaleMode`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ScaleTop.md b/api/Access.Report.ScaleTop.md
index 956d756a5ce..f823712b187 100644
--- a/api/Access.Report.ScaleTop.md
+++ b/api/Access.Report.ScaleTop.md
@@ -1,5 +1,5 @@
---
-title: Report.ScaleTop Property (Access)
+title: Report.ScaleTop property (Access)
keywords: vbaac10.chm13746
f1_keywords:
- vbaac10.chm13746
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ScaleTop Property (Access)
+# Report.ScaleTop property (Access)
You can use the **ScaleTop** property to specify the units for the vertical coordinates that describe the location of the top edge of a page when the **[Circle](Access.Report.Circle.md)**, **[Line](Access.Report.Line.md)**, **[Pset](Access.Report.PSet.md)**, or **[Print](Access.Report.Print.md)** method is used while a report is previewed, printed, or its output is saved to a file. Read / write **Single**.
## Syntax
- _expression_. `ScaleTop`
+_expression_. `ScaleTop`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ScaleWidth.md b/api/Access.Report.ScaleWidth.md
index 1c7457d893f..65bdee8c40c 100644
--- a/api/Access.Report.ScaleWidth.md
+++ b/api/Access.Report.ScaleWidth.md
@@ -1,5 +1,5 @@
---
-title: Report.ScaleWidth Property (Access)
+title: Report.ScaleWidth property (Access)
keywords: vbaac10.chm13747
f1_keywords:
- vbaac10.chm13747
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ScaleWidth Property (Access)
+# Report.ScaleWidth property (Access)
You can use the **ScaleWidth** property to specify the number of units for the horizontal measurement of the page when the **[Circle](Access.Report.Circle.md)**, **[Line](Access.Report.Line.md)**, **[Pset](Access.Report.PSet.md)**, or **[Print](Access.Report.Print.md)** method is used while a report is printed or previewed, or its output is saved to a file. Read/write **Single**.
## Syntax
- _expression_. `ScaleWidth`
+_expression_. `ScaleWidth`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ScrollBars.md b/api/Access.Report.ScrollBars.md
index f97412eda61..1d530375212 100644
--- a/api/Access.Report.ScrollBars.md
+++ b/api/Access.Report.ScrollBars.md
@@ -1,5 +1,5 @@
---
-title: Report.ScrollBars Property (Access)
+title: Report.ScrollBars property (Access)
keywords: vbaac10.chm13820
f1_keywords:
- vbaac10.chm13820
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ScrollBars Property (Access)
+# Report.ScrollBars property (Access)
Gets or sets whether scroll bars appear on a report. Read/write **Byte**.
## Syntax
- _expression_. `ScrollBars`
+_expression_. `ScrollBars`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Section.md b/api/Access.Report.Section.md
index f69a42ad67a..e78702e2d22 100644
--- a/api/Access.Report.Section.md
+++ b/api/Access.Report.Section.md
@@ -1,5 +1,5 @@
---
-title: Report.Section Property (Access)
+title: Report.Section property (Access)
keywords: vbaac10.chm13874
f1_keywords:
- vbaac10.chm13874
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.Section Property (Access)
+# Report.Section property (Access)
You can use the **Section** property to identify a section of a report and provide access to the properties of that section. Read-only **Section** object.
## Syntax
- _expression_. `Section`( ` _Index_` )
+_expression_. `Section`( ` _Index_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The section number or name.|
diff --git a/api/Access.Report.ServerFilter.md b/api/Access.Report.ServerFilter.md
index dc3be0179b3..d7b1d0c58e5 100644
--- a/api/Access.Report.ServerFilter.md
+++ b/api/Access.Report.ServerFilter.md
@@ -1,5 +1,5 @@
---
-title: Report.ServerFilter Property (Access)
+title: Report.ServerFilter property (Access)
keywords: vbaac10.chm13694
f1_keywords:
- vbaac10.chm13694
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ServerFilter Property (Access)
+# Report.ServerFilter property (Access)
You can use the **ServerFilter** property to specify a subset of records to be displayed when a server filter is applied to a report within a Microsoft Access project (.adp) or database. Read/write **String**.
## Syntax
- _expression_. `ServerFilter`
+_expression_. `ServerFilter`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ShortcutMenuBar.md b/api/Access.Report.ShortcutMenuBar.md
index 382c8d56323..ebf03a5894b 100644
--- a/api/Access.Report.ShortcutMenuBar.md
+++ b/api/Access.Report.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: Report.ShortcutMenuBar Property (Access)
+title: Report.ShortcutMenuBar property (Access)
keywords: vbaac10.chm13712
f1_keywords:
- vbaac10.chm13712
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ShortcutMenuBar Property (Access)
+# Report.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.ShowPageMargins.md b/api/Access.Report.ShowPageMargins.md
index fca63052604..f4a16dbd822 100644
--- a/api/Access.Report.ShowPageMargins.md
+++ b/api/Access.Report.ShowPageMargins.md
@@ -1,5 +1,5 @@
---
-title: Report.ShowPageMargins Property (Access)
+title: Report.ShowPageMargins property (Access)
keywords: vbaac10.chm13853,vbaac10.chm5788
f1_keywords:
- vbaac10.chm13853,vbaac10.chm5788
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.ShowPageMargins Property (Access)
+# Report.ShowPageMargins property (Access)
Gets or sets whether page margins are displayed when the specified report is in Layout view. Read/write **Boolean**.
## Syntax
- _expression_. `ShowPageMargins`
+_expression_. `ShowPageMargins`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## See also
diff --git a/api/Access.Report.Tag.md b/api/Access.Report.Tag.md
index c2090288d58..cb87373f3ed 100644
--- a/api/Access.Report.Tag.md
+++ b/api/Access.Report.Tag.md
@@ -1,5 +1,5 @@
---
-title: Report.Tag Property (Access)
+title: Report.Tag property (Access)
keywords: vbaac10.chm13760
f1_keywords:
- vbaac10.chm13760
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Tag Property (Access)
+# Report.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.TextHeight.md b/api/Access.Report.TextHeight.md
index 2f032de90de..b6626002d7c 100644
--- a/api/Access.Report.TextHeight.md
+++ b/api/Access.Report.TextHeight.md
@@ -1,5 +1,5 @@
---
-title: Report.TextHeight Method (Access)
+title: Report.TextHeight method (Access)
keywords: vbaac10.chm13787
f1_keywords:
- vbaac10.chm13787
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Report.TextHeight Method (Access)
+# Report.TextHeight method (Access)
The **TextHeight** method returns the height of a text string as it would be printed in the current font of a **[Report](Access.Report.md)** object.
## Syntax
- _expression_. `TextHeight`( ` _Expr_` )
+_expression_. `TextHeight`( ` _Expr_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|The text string for which the text height will be determined.|
-### Return Value
+### Return value
Single
diff --git a/api/Access.Report.TextWidth.md b/api/Access.Report.TextWidth.md
index 393fcc5fa2b..a76d58f56b6 100644
--- a/api/Access.Report.TextWidth.md
+++ b/api/Access.Report.TextWidth.md
@@ -1,5 +1,5 @@
---
-title: Report.TextWidth Method (Access)
+title: Report.TextWidth method (Access)
keywords: vbaac10.chm13786
f1_keywords:
- vbaac10.chm13786
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# Report.TextWidth Method (Access)
+# Report.TextWidth method (Access)
The **TextWidth** method returns the width of a text string as it would be printed in the current font of a **[Report](Access.Report.md)** object.
## Syntax
- _expression_. `TextWidth`( ` _Expr_` )
+_expression_. `TextWidth`( ` _Expr_` )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|The text string for which the text width will be determined.|
-### Return Value
+### Return value
Single
diff --git a/api/Access.Report.Timer.md b/api/Access.Report.Timer.md
index 1edc31f2f08..79e5988183f 100644
--- a/api/Access.Report.Timer.md
+++ b/api/Access.Report.Timer.md
@@ -1,5 +1,5 @@
---
-title: Report.Timer Event (Access)
+title: Report.Timer event (Access)
keywords: vbaac10.chm13897
f1_keywords:
- vbaac10.chm13897
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Timer Event (Access)
+# Report.Timer event (Access)
The **Timer** event occurs for a report at regular intervals as specified by the report's **[TimerInterval](Access.Report.TimerInterval.md)** property.
## Syntax
- _expression_. `Timer`
+_expression_. `Timer`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.TimerInterval.md b/api/Access.Report.TimerInterval.md
index 381b87cc0ec..bd538b87cb6 100644
--- a/api/Access.Report.TimerInterval.md
+++ b/api/Access.Report.TimerInterval.md
@@ -1,5 +1,5 @@
---
-title: Report.TimerInterval Property (Access)
+title: Report.TimerInterval property (Access)
keywords: vbaac10.chm13825
f1_keywords:
- vbaac10.chm13825
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.TimerInterval Property (Access)
+# Report.TimerInterval property (Access)
You can use the **TimerInterval** property to specify the interval, in milliseconds, between **[Timer](Access.Report.Timer.md)** events on a report. Read/write **Long**.
## Syntax
- _expression_. `TimerInterval`
+_expression_. `TimerInterval`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Toolbar.md b/api/Access.Report.Toolbar.md
index 9eeb4cc5948..31543432937 100644
--- a/api/Access.Report.Toolbar.md
+++ b/api/Access.Report.Toolbar.md
@@ -1,5 +1,5 @@
---
-title: Report.Toolbar Property (Access)
+title: Report.Toolbar property (Access)
keywords: vbaac10.chm13711
f1_keywords:
- vbaac10.chm13711
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Toolbar Property (Access)
+# Report.Toolbar property (Access)
Specifies a custom toolbar to display for a report. Read/write **String**.
## Syntax
- _expression_. `Toolbar`
+_expression_. `Toolbar`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Top.md b/api/Access.Report.Top.md
index c9650bacb3e..c2594dfeef8 100644
--- a/api/Access.Report.Top.md
+++ b/api/Access.Report.Top.md
@@ -1,5 +1,5 @@
---
-title: Report.Top Property (Access)
+title: Report.Top property (Access)
keywords: vbaac10.chm13728
f1_keywords:
- vbaac10.chm13728
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Top Property (Access)
+# Report.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Long**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Unload.md b/api/Access.Report.Unload.md
index f4926353cbc..5d02084c44e 100644
--- a/api/Access.Report.Unload.md
+++ b/api/Access.Report.Unload.md
@@ -1,5 +1,5 @@
---
-title: Report.Unload Event (Access)
+title: Report.Unload event (Access)
keywords: vbaac10.chm13886
f1_keywords:
- vbaac10.chm13886
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Report.Unload Event (Access)
+# Report.Unload event (Access)
The **Unload** event occurs after a report is closed but before it's removed from the screen.
## Syntax
- _expression_. `Unload`( ` _Cancel_`, )
+_expression_. `Unload`( ` _Cancel_`, )
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
diff --git a/api/Access.Report.UseDefaultPrinter.md b/api/Access.Report.UseDefaultPrinter.md
index 19ca1077d44..08223f0bfc7 100644
--- a/api/Access.Report.UseDefaultPrinter.md
+++ b/api/Access.Report.UseDefaultPrinter.md
@@ -1,5 +1,5 @@
---
-title: Report.UseDefaultPrinter Property (Access)
+title: Report.UseDefaultPrinter property (Access)
keywords: vbaac10.chm13812
f1_keywords:
- vbaac10.chm13812
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.UseDefaultPrinter Property (Access)
+# Report.UseDefaultPrinter property (Access)
Returns or sets a **Boolean** indicating whether the specified report uses the default printer for the system; **True** if the form or report uses the default printer. Read/write.
## Syntax
- _expression_. `UseDefaultPrinter`
+_expression_. `UseDefaultPrinter`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Visible.md b/api/Access.Report.Visible.md
index a026c5d4472..410afc2097a 100644
--- a/api/Access.Report.Visible.md
+++ b/api/Access.Report.Visible.md
@@ -1,5 +1,5 @@
---
-title: Report.Visible Property (Access)
+title: Report.Visible property (Access)
keywords: vbaac10.chm13735
f1_keywords:
- vbaac10.chm13735
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Visible Property (Access)
+# Report.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.Width.md b/api/Access.Report.Width.md
index 13842224d74..504e1a9d6c4 100644
--- a/api/Access.Report.Width.md
+++ b/api/Access.Report.Width.md
@@ -1,5 +1,5 @@
---
-title: Report.Width Property (Access)
+title: Report.Width property (Access)
keywords: vbaac10.chm13703
f1_keywords:
- vbaac10.chm13703
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.Width Property (Access)
+# Report.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.WindowHeight.md b/api/Access.Report.WindowHeight.md
index 59eb879acba..32964f1f0b4 100644
--- a/api/Access.Report.WindowHeight.md
+++ b/api/Access.Report.WindowHeight.md
@@ -1,5 +1,5 @@
---
-title: Report.WindowHeight Property (Access)
+title: Report.WindowHeight property (Access)
keywords: vbaac10.chm13805
f1_keywords:
- vbaac10.chm13805
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.WindowHeight Property (Access)
+# Report.WindowHeight property (Access)
Returns the height of a report in twips. Read-only **Integer**.
## Syntax
- _expression_. `WindowHeight`
+_expression_. `WindowHeight`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.WindowLeft.md b/api/Access.Report.WindowLeft.md
index 4aacd88eae4..367f4d21885 100644
--- a/api/Access.Report.WindowLeft.md
+++ b/api/Access.Report.WindowLeft.md
@@ -1,5 +1,5 @@
---
-title: Report.WindowLeft Property (Access)
+title: Report.WindowLeft property (Access)
keywords: vbaac10.chm13807
f1_keywords:
- vbaac10.chm13807
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.WindowLeft Property (Access)
+# Report.WindowLeft property (Access)
Returns an **Integer** indicating the screen position in twips of the left edge of a report relative to the left edge of the Microsoft Access window. Read-only.
## Syntax
- _expression_. `WindowLeft`
+_expression_. `WindowLeft`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.WindowTop.md b/api/Access.Report.WindowTop.md
index 3aea0382bc7..09214990573 100644
--- a/api/Access.Report.WindowTop.md
+++ b/api/Access.Report.WindowTop.md
@@ -1,5 +1,5 @@
---
-title: Report.WindowTop Property (Access)
+title: Report.WindowTop property (Access)
keywords: vbaac10.chm13806
f1_keywords:
- vbaac10.chm13806
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.WindowTop Property (Access)
+# Report.WindowTop property (Access)
Returns an **Integer** indicating the screen position in twips of the top edge of a report relative to the top of the Microsoft Access window. Read-only.
## Syntax
- _expression_. `WindowTop`
+_expression_. `WindowTop`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.WindowWidth.md b/api/Access.Report.WindowWidth.md
index 10c888170db..2ae8f34b9f4 100644
--- a/api/Access.Report.WindowWidth.md
+++ b/api/Access.Report.WindowWidth.md
@@ -1,5 +1,5 @@
---
-title: Report.WindowWidth Property (Access)
+title: Report.WindowWidth property (Access)
keywords: vbaac10.chm13804
f1_keywords:
- vbaac10.chm13804
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Report.WindowWidth Property (Access)
+# Report.WindowWidth property (Access)
Returns the width of a report in twips. Read-only **Integer**.
## Syntax
- _expression_. `WindowWidth`
+_expression_. `WindowWidth`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.Report.md b/api/Access.Report.md
index c8e037abe4d..5fd4fb7c5b8 100644
--- a/api/Access.Report.md
+++ b/api/Access.Report.md
@@ -1,5 +1,5 @@
---
-title: Report Object (Access)
+title: Report object (Access)
keywords: vbaac10.chm13901
f1_keywords:
- vbaac10.chm13901
@@ -11,7 +11,7 @@ ms.date: 11/30/2017
---
-# Report Object (Access)
+# Report object (Access)
A **Report** object refers to a particular Microsoft Access report.
diff --git a/api/Access.Reports.Application.md b/api/Access.Reports.Application.md
index 7a11ae2ed35..2e9035a5030 100644
--- a/api/Access.Reports.Application.md
+++ b/api/Access.Reports.Application.md
@@ -1,5 +1,5 @@
---
-title: Reports.Application Property (Access)
+title: Reports.Application property (Access)
keywords: vbaac10.chm12479
f1_keywords:
- vbaac10.chm12479
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reports.Application Property (Access)
+# Reports.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Reports](Access.Reports.md) object.
+_expression_ A variable that represents a [Reports](Access.Reports.md) object.
## Remarks
diff --git a/api/Access.Reports.Count.md b/api/Access.Reports.Count.md
index 5a76c1fe285..1beeba9520f 100644
--- a/api/Access.Reports.Count.md
+++ b/api/Access.Reports.Count.md
@@ -1,5 +1,5 @@
---
-title: Reports.Count Property (Access)
+title: Reports.Count property (Access)
keywords: vbaac10.chm12482
f1_keywords:
- vbaac10.chm12482
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reports.Count Property (Access)
+# Reports.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [Reports](Access.Reports.md) object.
+_expression_ A variable that represents a [Reports](Access.Reports.md) object.
## See also
diff --git a/api/Access.Reports.Item.md b/api/Access.Reports.Item.md
index 90690ab2f7d..27b1b93c776 100644
--- a/api/Access.Reports.Item.md
+++ b/api/Access.Reports.Item.md
@@ -1,5 +1,5 @@
---
-title: Reports.Item Property (Access)
+title: Reports.Item property (Access)
keywords: vbaac10.chm12481
f1_keywords:
- vbaac10.chm12481
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# Reports.Item Property (Access)
+# Reports.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Report**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [Reports](Access.Reports.md) object.
+_expression_ A variable that represents a [Reports](Access.Reports.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.Reports.Parent.md b/api/Access.Reports.Parent.md
index 983fc6c3ac2..e5189e9f99d 100644
--- a/api/Access.Reports.Parent.md
+++ b/api/Access.Reports.Parent.md
@@ -1,5 +1,5 @@
---
-title: Reports.Parent Property (Access)
+title: Reports.Parent property (Access)
keywords: vbaac10.chm12480
f1_keywords:
- vbaac10.chm12480
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Reports.Parent Property (Access)
+# Reports.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Reports](Access.Reports.md) object.
+_expression_ A variable that represents a [Reports](Access.Reports.md) object.
## See also
diff --git a/api/Access.Reports.md b/api/Access.Reports.md
index 1fc0ac9e4c8..9e554efd9ec 100644
--- a/api/Access.Reports.md
+++ b/api/Access.Reports.md
@@ -1,5 +1,5 @@
---
-title: Reports Object (Access)
+title: Reports object (Access)
keywords: vbaac10.chm12478
f1_keywords:
- vbaac10.chm12478
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Reports Object (Access)
+# Reports object (Access)
The **Reports** collection contains all of the currently open reports in a Microsoft Access database.
diff --git a/api/Access.ReturnVar.Name.md b/api/Access.ReturnVar.Name.md
index 7a9d2c0f8ae..0df319a1c3d 100644
--- a/api/Access.ReturnVar.Name.md
+++ b/api/Access.ReturnVar.Name.md
@@ -1,5 +1,5 @@
---
-title: ReturnVar.Name Property (Access)
+title: ReturnVar.Name property (Access)
keywords: vbaac10.chm14691
f1_keywords:
- vbaac10.chm14691
@@ -11,15 +11,15 @@ ms.date: 06/08/2017
---
-# ReturnVar.Name Property (Access)
+# ReturnVar.Name property (Access)
Gets the name of the specified **[ReturnVar](Access.ReturnVar.md)**. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [ReturnVar](Access.ReturnVar.md) object.
+_expression_ A variable that represents a [ReturnVar](Access.ReturnVar.md) object.
diff --git a/api/Access.ReturnVar.Value.md b/api/Access.ReturnVar.Value.md
index ebc734ffefa..8162754fc69 100644
--- a/api/Access.ReturnVar.Value.md
+++ b/api/Access.ReturnVar.Value.md
@@ -1,5 +1,5 @@
---
-title: ReturnVar.Value Property (Access)
+title: ReturnVar.Value property (Access)
keywords: vbaac10.chm14690
f1_keywords:
- vbaac10.chm14690
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ReturnVar.Value Property (Access)
+# ReturnVar.Value property (Access)
Gets the value of the specified **[ReturnVar](Access.ReturnVar.md)**. Read-only **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [ReturnVar](Access.ReturnVar.md) object.
+_expression_ A variable that represents a [ReturnVar](Access.ReturnVar.md) object.
## Remarks
diff --git a/api/Access.ReturnVar.md b/api/Access.ReturnVar.md
index bb6d686d720..ea0c07fa7f5 100644
--- a/api/Access.ReturnVar.md
+++ b/api/Access.ReturnVar.md
@@ -1,5 +1,5 @@
---
-title: ReturnVar Object (Access)
+title: ReturnVar object (Access)
keywords: vbaac10.chm14689
f1_keywords:
- vbaac10.chm14689
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ReturnVar Object (Access)
+# ReturnVar object (Access)
Represents a variable that was initialized by the **SetReturnVar** function in a Data Macro.
diff --git a/api/Access.ReturnVars.Application.md b/api/Access.ReturnVars.Application.md
index 00d770b0e72..4ccd048ebc6 100644
--- a/api/Access.ReturnVars.Application.md
+++ b/api/Access.ReturnVars.Application.md
@@ -1,5 +1,5 @@
---
-title: ReturnVars.Application Property (Access)
+title: ReturnVars.Application property (Access)
keywords: vbaac10.chm14693
f1_keywords:
- vbaac10.chm14693
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ReturnVars.Application Property (Access)
+# ReturnVars.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a 'RetunVars' object.
+_expression_ A variable that represents a 'RetunVars' object.
## Remarks
diff --git a/api/Access.ReturnVars.Count.md b/api/Access.ReturnVars.Count.md
index 1c8580c6bd4..d6defb6249a 100644
--- a/api/Access.ReturnVars.Count.md
+++ b/api/Access.ReturnVars.Count.md
@@ -1,5 +1,5 @@
---
-title: ReturnVars.Count Property (Access)
+title: ReturnVars.Count property (Access)
keywords: vbaac10.chm14696
f1_keywords:
- vbaac10.chm14696
@@ -11,15 +11,15 @@ ms.date: 06/08/2017
---
-# ReturnVars.Count Property (Access)
+# ReturnVars.Count property (Access)
Gets the number of **[ReturnVar](Access.ReturnVar.md)** objects in the **[ReturnVars](Access.ReturnVars.md)** collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [ReturnVars](Access.ReturnVars.md) object.
+_expression_ A variable that represents a [ReturnVars](Access.ReturnVars.md) object.
diff --git a/api/Access.ReturnVars.Item.md b/api/Access.ReturnVars.Item.md
index 257f3365b39..54d1c6c620f 100644
--- a/api/Access.ReturnVars.Item.md
+++ b/api/Access.ReturnVars.Item.md
@@ -1,5 +1,5 @@
---
-title: ReturnVars.Item Property (Access)
+title: ReturnVars.Item property (Access)
keywords: vbaac10.chm14695
f1_keywords:
- vbaac10.chm14695
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ReturnVars.Item Property (Access)
+# ReturnVars.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **ReturnVar**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [ReturnVars](Access.ReturnVars.md) object.
+_expression_ A variable that represents a [ReturnVars](Access.ReturnVars.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
diff --git a/api/Access.ReturnVars.Parent.md b/api/Access.ReturnVars.Parent.md
index 59e6620058d..2ac81c2ddcf 100644
--- a/api/Access.ReturnVars.Parent.md
+++ b/api/Access.ReturnVars.Parent.md
@@ -1,5 +1,5 @@
---
-title: ReturnVars.Parent Property (Access)
+title: ReturnVars.Parent property (Access)
keywords: vbaac10.chm14694
f1_keywords:
- vbaac10.chm14694
@@ -11,15 +11,15 @@ ms.date: 06/08/2017
---
-# ReturnVars.Parent Property (Access)
+# ReturnVars.Parent property (Access)
Returns the parent object for the specified object. Read-only **Object**.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [ReturnVars](Access.ReturnVars.md) object.
+_expression_ A variable that represents a [ReturnVars](Access.ReturnVars.md) object.
diff --git a/api/Access.ReturnVars.md b/api/Access.ReturnVars.md
index 5c5d225ec58..372fa851614 100644
--- a/api/Access.ReturnVars.md
+++ b/api/Access.ReturnVars.md
@@ -1,5 +1,5 @@
---
-title: ReturnVars Object (Access)
+title: ReturnVars object (Access)
keywords: vbaac10.chm14688
f1_keywords:
- vbaac10.chm14688
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ReturnVars Object (Access)
+# ReturnVars object (Access)
Represents the collection of **[ReturnVar](Access.ReturnVar.md)** objects.
diff --git a/api/Access.Screen.ActiveControl.md b/api/Access.Screen.ActiveControl.md
index 018ae86a044..0749274d0cd 100644
--- a/api/Access.Screen.ActiveControl.md
+++ b/api/Access.Screen.ActiveControl.md
@@ -1,5 +1,5 @@
---
-title: Screen.ActiveControl Property (Access)
+title: Screen.ActiveControl property (Access)
keywords: vbaac10.chm12488
f1_keywords:
- vbaac10.chm12488
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Screen.ActiveControl Property (Access)
+# Screen.ActiveControl property (Access)
You can use the **ActiveControl** property together with the **[Screen](Access.Screen.md)** object to identify or refer to the control that has the focus. Read-only **Control** object.
## Syntax
- _expression_. `ActiveControl`
+_expression_. `ActiveControl`
- _expression_ A variable that represents a [Screen](Access.Screen.md) object.
+_expression_ A variable that represents a [Screen](Access.Screen.md) object.
## Remarks
diff --git a/api/Access.Screen.ActiveDatasheet.md b/api/Access.Screen.ActiveDatasheet.md
index 01a1046df2b..6e9ace0541b 100644
--- a/api/Access.Screen.ActiveDatasheet.md
+++ b/api/Access.Screen.ActiveDatasheet.md
@@ -1,5 +1,5 @@
---
-title: Screen.ActiveDatasheet Property (Access)
+title: Screen.ActiveDatasheet property (Access)
keywords: vbaac10.chm12487
f1_keywords:
- vbaac10.chm12487
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Screen.ActiveDatasheet Property (Access)
+# Screen.ActiveDatasheet property (Access)
You can use the **ActiveDatasheet** property together with the **[Screen](Access.Screen.md)** object to identify or refer to the datasheet that has the focus. Read-only **Form** object.
## Syntax
- _expression_. `ActiveDatasheet`
+_expression_. `ActiveDatasheet`
- _expression_ A variable that represents a [Screen](Access.Screen.md) object.
+_expression_ A variable that represents a [Screen](Access.Screen.md) object.
## Remarks
diff --git a/api/Access.Screen.ActiveForm.md b/api/Access.Screen.ActiveForm.md
index 8006013130e..d6b34fe7344 100644
--- a/api/Access.Screen.ActiveForm.md
+++ b/api/Access.Screen.ActiveForm.md
@@ -1,5 +1,5 @@
---
-title: Screen.ActiveForm Property (Access)
+title: Screen.ActiveForm property (Access)
keywords: vbaac10.chm12490
f1_keywords:
- vbaac10.chm12490
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Screen.ActiveForm Property (Access)
+# Screen.ActiveForm property (Access)
You can use the **ActiveForm** property together with the **[Screen](Access.Screen.md)** object to identify or refer to the form that has the focus. Read-only **Form** object.
## Syntax
- _expression_. `ActiveForm`
+_expression_. `ActiveForm`
- _expression_ A variable that represents a [Screen](Access.Screen.md) object.
+_expression_ A variable that represents a [Screen](Access.Screen.md) object.
## Remarks
diff --git a/api/Access.Screen.ActiveReport.md b/api/Access.Screen.ActiveReport.md
index 18c493373ed..34a6c960eb5 100644
--- a/api/Access.Screen.ActiveReport.md
+++ b/api/Access.Screen.ActiveReport.md
@@ -1,5 +1,5 @@
---
-title: Screen.ActiveReport Property (Access)
+title: Screen.ActiveReport property (Access)
keywords: vbaac10.chm12491
f1_keywords:
- vbaac10.chm12491
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Screen.ActiveReport Property (Access)
+# Screen.ActiveReport property (Access)
You can use the **ActiveReport** property together with the **[Screen](Access.Screen.md)** object to identify or refer to the report that has the focus. Read-only **Report** object.
## Syntax
- _expression_. `ActiveReport`
+_expression_. `ActiveReport`
- _expression_ A variable that represents a [Screen](Access.Screen.md) object.
+_expression_ A variable that represents a [Screen](Access.Screen.md) object.
## Remarks
diff --git a/api/Access.Screen.Application.md b/api/Access.Screen.Application.md
index 3d81b6b4788..2fa094063ac 100644
--- a/api/Access.Screen.Application.md
+++ b/api/Access.Screen.Application.md
@@ -1,5 +1,5 @@
---
-title: Screen.Application Property (Access)
+title: Screen.Application property (Access)
keywords: vbaac10.chm12485
f1_keywords:
- vbaac10.chm12485
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Screen.Application Property (Access)
+# Screen.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Screen](Access.Screen.md) object.
+_expression_ A variable that represents a [Screen](Access.Screen.md) object.
## Remarks
diff --git a/api/Access.Screen.MousePointer.md b/api/Access.Screen.MousePointer.md
index b2322ec67f1..b07d8c684d2 100644
--- a/api/Access.Screen.MousePointer.md
+++ b/api/Access.Screen.MousePointer.md
@@ -1,5 +1,5 @@
---
-title: Screen.MousePointer Property (Access)
+title: Screen.MousePointer property (Access)
keywords: vbaac10.chm12492
f1_keywords:
- vbaac10.chm12492
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Screen.MousePointer Property (Access)
+# Screen.MousePointer property (Access)
You can use the **MousePointer** property together with the **[Screen](Access.Screen.md)** object to specify or determine the type of mouse pointer currently displayed. Read/write **Integer**.
## Syntax
- _expression_. `MousePointer`
+_expression_. `MousePointer`
- _expression_ A variable that represents a [Screen](Access.Screen.md) object.
+_expression_ A variable that represents a [Screen](Access.Screen.md) object.
## Remarks
diff --git a/api/Access.Screen.Parent.md b/api/Access.Screen.Parent.md
index 6841b00d06d..8247dc42680 100644
--- a/api/Access.Screen.Parent.md
+++ b/api/Access.Screen.Parent.md
@@ -1,5 +1,5 @@
---
-title: Screen.Parent Property (Access)
+title: Screen.Parent property (Access)
keywords: vbaac10.chm12486
f1_keywords:
- vbaac10.chm12486
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Screen.Parent Property (Access)
+# Screen.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Screen](Access.Screen.md) object.
+_expression_ A variable that represents a [Screen](Access.Screen.md) object.
## See also
diff --git a/api/Access.Screen.PreviousControl.md b/api/Access.Screen.PreviousControl.md
index 5d52bee4879..2c74b56c9cd 100644
--- a/api/Access.Screen.PreviousControl.md
+++ b/api/Access.Screen.PreviousControl.md
@@ -1,5 +1,5 @@
---
-title: Screen.PreviousControl Property (Access)
+title: Screen.PreviousControl property (Access)
keywords: vbaac10.chm12489
f1_keywords:
- vbaac10.chm12489
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Screen.PreviousControl Property (Access)
+# Screen.PreviousControl property (Access)
You can use the **PreviousControl** property with the **[Screen](Access.Screen.md)** object to return a reference to the control that last received the focus. Read-only.
## Syntax
- _expression_. `PreviousControl`
+_expression_. `PreviousControl`
- _expression_ A variable that represents a [Screen](Access.Screen.md) object.
+_expression_ A variable that represents a [Screen](Access.Screen.md) object.
## Remarks
diff --git a/api/Access.Screen.md b/api/Access.Screen.md
index 19c5c64ba57..466bed0b26f 100644
--- a/api/Access.Screen.md
+++ b/api/Access.Screen.md
@@ -1,5 +1,5 @@
---
-title: Screen Object (Access)
+title: Screen object (Access)
keywords: vbaac10.chm12484
f1_keywords:
- vbaac10.chm12484
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Screen Object (Access)
+# Screen object (Access)
The **Screen** object refers to the particular form, report, or control that currently has the focus.
diff --git a/api/Access.Section.AlternateBackColor.md b/api/Access.Section.AlternateBackColor.md
index d1c2b85a1ef..cf6d4551b84 100644
--- a/api/Access.Section.AlternateBackColor.md
+++ b/api/Access.Section.AlternateBackColor.md
@@ -1,5 +1,5 @@
---
-title: Section.AlternateBackColor Property (Access)
+title: Section.AlternateBackColor property (Access)
keywords: vbaac10.chm12226
f1_keywords:
- vbaac10.chm12226
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.AlternateBackColor Property (Access)
+# Section.AlternateBackColor property (Access)
Gets or sets the background color to display on alternate rows of the specified section. Read/write **Long**.
## Syntax
- _expression_. `AlternateBackColor`
+_expression_. `AlternateBackColor`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.AlternateBackShade.md b/api/Access.Section.AlternateBackShade.md
index c02cd70f080..674ab3923a7 100644
--- a/api/Access.Section.AlternateBackShade.md
+++ b/api/Access.Section.AlternateBackShade.md
@@ -1,5 +1,5 @@
---
-title: Section.AlternateBackShade Property (Access)
+title: Section.AlternateBackShade property (Access)
keywords: vbaac10.chm14609
f1_keywords:
- vbaac10.chm14609
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.AlternateBackShade Property (Access)
+# Section.AlternateBackShade property (Access)
Gets or sets the shade applied to the theme color in the **AlternateBackColor** property of the section. Read/write **Single**.
## Syntax
- _expression_. `AlternateBackShade`
+_expression_. `AlternateBackShade`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.AlternateBackThemeColorIndex.md b/api/Access.Section.AlternateBackThemeColorIndex.md
index 0c2f6107b98..94fe7c5007e 100644
--- a/api/Access.Section.AlternateBackThemeColorIndex.md
+++ b/api/Access.Section.AlternateBackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Section.AlternateBackThemeColorIndex Property (Access)
+title: Section.AlternateBackThemeColorIndex property (Access)
keywords: vbaac10.chm14607
f1_keywords:
- vbaac10.chm14607
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.AlternateBackThemeColorIndex Property (Access)
+# Section.AlternateBackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **AlternateBackColor** property of the section. Read/write **Long**.
## Syntax
- _expression_. `AlternateBackThemeColorIndex`
+_expression_. `AlternateBackThemeColorIndex`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.AlternateBackTint.md b/api/Access.Section.AlternateBackTint.md
index 0361279fea6..8efca8a4d9e 100644
--- a/api/Access.Section.AlternateBackTint.md
+++ b/api/Access.Section.AlternateBackTint.md
@@ -1,5 +1,5 @@
---
-title: Section.AlternateBackTint Property (Access)
+title: Section.AlternateBackTint property (Access)
keywords: vbaac10.chm14608
f1_keywords:
- vbaac10.chm14608
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.AlternateBackTint Property (Access)
+# Section.AlternateBackTint property (Access)
Gets or sets the tint applied to the theme color in the **AlternateBackColor** property of the section. Read/write **Single**.
## Syntax
- _expression_. `AlternateBackTint`
+_expression_. `AlternateBackTint`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.Application.md b/api/Access.Section.Application.md
index 13669c69461..3bf617b76f5 100644
--- a/api/Access.Section.Application.md
+++ b/api/Access.Section.Application.md
@@ -1,5 +1,5 @@
---
-title: Section.Application Property (Access)
+title: Section.Application property (Access)
keywords: vbaac10.chm12186
f1_keywords:
- vbaac10.chm12186
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Application Property (Access)
+# Section.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.AutoHeight.md b/api/Access.Section.AutoHeight.md
index 55de17804f4..3386154f770 100644
--- a/api/Access.Section.AutoHeight.md
+++ b/api/Access.Section.AutoHeight.md
@@ -1,5 +1,5 @@
---
-title: Section.AutoHeight Property (Access)
+title: Section.AutoHeight property (Access)
keywords: vbaac10.chm12217,vbaac10.chm5655
f1_keywords:
- vbaac10.chm12217,vbaac10.chm5655
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.AutoHeight Property (Access)
+# Section.AutoHeight property (Access)
Gets or sets whether a section's height is adjusted automatically when controls are resized. Read/write **Boolean**.
## Syntax
- _expression_. `AutoHeight`
+_expression_. `AutoHeight`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## See also
diff --git a/api/Access.Section.BackColor.md b/api/Access.Section.BackColor.md
index 470de84edd8..855aae3442a 100644
--- a/api/Access.Section.BackColor.md
+++ b/api/Access.Section.BackColor.md
@@ -1,5 +1,5 @@
---
-title: Section.BackColor Property (Access)
+title: Section.BackColor property (Access)
keywords: vbaac10.chm12201
f1_keywords:
- vbaac10.chm12201
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.BackColor Property (Access)
+# Section.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.BackShade.md b/api/Access.Section.BackShade.md
index 1fc3e116fba..9dbaa3c73bb 100644
--- a/api/Access.Section.BackShade.md
+++ b/api/Access.Section.BackShade.md
@@ -1,5 +1,5 @@
---
-title: Section.BackShade Property (Access)
+title: Section.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.BackShade Property (Access)
+# Section.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.BackThemeColorIndex.md b/api/Access.Section.BackThemeColorIndex.md
index d06375303fc..961a69e8b9a 100644
--- a/api/Access.Section.BackThemeColorIndex.md
+++ b/api/Access.Section.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: Section.BackThemeColorIndex Property (Access)
+title: Section.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.BackThemeColorIndex Property (Access)
+# Section.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.BackTint.md b/api/Access.Section.BackTint.md
index 71975a60381..6c9d03bd590 100644
--- a/api/Access.Section.BackTint.md
+++ b/api/Access.Section.BackTint.md
@@ -1,5 +1,5 @@
---
-title: Section.BackTint Property (Access)
+title: Section.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.BackTint Property (Access)
+# Section.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.CanGrow.md b/api/Access.Section.CanGrow.md
index ff1b2a719b7..8ef168b2909 100644
--- a/api/Access.Section.CanGrow.md
+++ b/api/Access.Section.CanGrow.md
@@ -1,5 +1,5 @@
---
-title: Section.CanGrow Property (Access)
+title: Section.CanGrow property (Access)
keywords: vbaac10.chm12197
f1_keywords:
- vbaac10.chm12197
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.CanGrow Property (Access)
+# Section.CanGrow property (Access)
Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the control contains. Read/write **Boolean**.
## Syntax
- _expression_. `CanGrow`
+_expression_. `CanGrow`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.CanShrink.md b/api/Access.Section.CanShrink.md
index 3ec6a6ce028..8bce4b947ca 100644
--- a/api/Access.Section.CanShrink.md
+++ b/api/Access.Section.CanShrink.md
@@ -1,5 +1,5 @@
---
-title: Section.CanShrink Property (Access)
+title: Section.CanShrink property (Access)
keywords: vbaac10.chm12198
f1_keywords:
- vbaac10.chm12198
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.CanShrink Property (Access)
+# Section.CanShrink property (Access)
Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the section or control contains. Read/write **Boolean**.
## Syntax
- _expression_. `CanShrink`
+_expression_. `CanShrink`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.Click.md b/api/Access.Section.Click.md
index 7759515d0c3..003f58d2ccd 100644
--- a/api/Access.Section.Click.md
+++ b/api/Access.Section.Click.md
@@ -1,5 +1,5 @@
---
-title: Section.Click Event (Access)
+title: Section.Click event (Access)
keywords: vbaac10.chm14233
f1_keywords:
- vbaac10.chm14233
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Click Event (Access)
+# Section.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.Controls.md b/api/Access.Section.Controls.md
index 63ea9511928..25688dc2745 100644
--- a/api/Access.Section.Controls.md
+++ b/api/Access.Section.Controls.md
@@ -1,5 +1,5 @@
---
-title: Section.Controls Property (Access)
+title: Section.Controls property (Access)
keywords: vbaac10.chm12189
f1_keywords:
- vbaac10.chm12189
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Controls Property (Access)
+# Section.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.DblClick.md b/api/Access.Section.DblClick.md
index 6ab16c4b8a8..602c9e4300e 100644
--- a/api/Access.Section.DblClick.md
+++ b/api/Access.Section.DblClick.md
@@ -1,5 +1,5 @@
---
-title: Section.DblClick Event (Access)
+title: Section.DblClick event (Access)
keywords: vbaac10.chm14234
f1_keywords:
- vbaac10.chm14234
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Section.DblClick Event (Access)
+# Section.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.Section.DisplayWhen.md b/api/Access.Section.DisplayWhen.md
index 3b9f6bc672d..1451298166c 100644
--- a/api/Access.Section.DisplayWhen.md
+++ b/api/Access.Section.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: Section.DisplayWhen Property (Access)
+title: Section.DisplayWhen property (Access)
keywords: vbaac10.chm12196
f1_keywords:
- vbaac10.chm12196
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.DisplayWhen Property (Access)
+# Section.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's sections you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.EventProcPrefix.md b/api/Access.Section.EventProcPrefix.md
index 282d66d58b8..6cf2af48865 100644
--- a/api/Access.Section.EventProcPrefix.md
+++ b/api/Access.Section.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: Section.EventProcPrefix Property (Access)
+title: Section.EventProcPrefix property (Access)
keywords: vbaac10.chm12190
f1_keywords:
- vbaac10.chm12190
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.EventProcPrefix Property (Access)
+# Section.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.ForceNewPage.md b/api/Access.Section.ForceNewPage.md
index 33191beb8cf..dea0a686882 100644
--- a/api/Access.Section.ForceNewPage.md
+++ b/api/Access.Section.ForceNewPage.md
@@ -1,5 +1,5 @@
---
-title: Section.ForceNewPage Property (Access)
+title: Section.ForceNewPage property (Access)
keywords: vbaac10.chm12192
f1_keywords:
- vbaac10.chm12192
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.ForceNewPage Property (Access)
+# Section.ForceNewPage property (Access)
You can use the **ForceNewPage** property to specify whether form sections detail, footer) or report sections (header, detail, footer) print on a separate page, rather than on the current page. Read/write **Byte**.
## Syntax
- _expression_. `ForceNewPage`
+_expression_. `ForceNewPage`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.HasContinued.md b/api/Access.Section.HasContinued.md
index 5bc40ad1a63..f88e610510d 100644
--- a/api/Access.Section.HasContinued.md
+++ b/api/Access.Section.HasContinued.md
@@ -1,5 +1,5 @@
---
-title: Section.HasContinued Property (Access)
+title: Section.HasContinued property (Access)
keywords: vbaac10.chm12212
f1_keywords:
- vbaac10.chm12212
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.HasContinued Property (Access)
+# Section.HasContinued property (Access)
You can use the **HasContinued** property to determine if part of the current section begins on the previous page. Read/write **Boolean**.
## Syntax
- _expression_. `HasContinued`
+_expression_. `HasContinued`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.Height.md b/api/Access.Section.Height.md
index 05bf8bdb0ac..235803ad449 100644
--- a/api/Access.Section.Height.md
+++ b/api/Access.Section.Height.md
@@ -1,5 +1,5 @@
---
-title: Section.Height Property (Access)
+title: Section.Height property (Access)
keywords: vbaac10.chm12200
f1_keywords:
- vbaac10.chm12200
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Height Property (Access)
+# Section.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.InSelection.md b/api/Access.Section.InSelection.md
index e2fed5ca2f8..c084bf74b37 100644
--- a/api/Access.Section.InSelection.md
+++ b/api/Access.Section.InSelection.md
@@ -1,5 +1,5 @@
---
-title: Section.InSelection Property (Access)
+title: Section.InSelection property (Access)
keywords: vbaac10.chm12214
f1_keywords:
- vbaac10.chm12214
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.InSelection Property (Access)
+# Section.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.KeepTogether.md b/api/Access.Section.KeepTogether.md
index 6519edf368f..e08e5edb53b 100644
--- a/api/Access.Section.KeepTogether.md
+++ b/api/Access.Section.KeepTogether.md
@@ -1,5 +1,5 @@
---
-title: Section.KeepTogether Property (Access)
+title: Section.KeepTogether property (Access)
keywords: vbaac10.chm12194
f1_keywords:
- vbaac10.chm12194
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.KeepTogether Property (Access)
+# Section.KeepTogether property (Access)
You can use the **KeepTogether** property for a section to print a form or report section all on one page. For example, you might have a group of related information that you don't want printed across two pages. The **KeepTogether** property applies only to form and report sections (except page headers and page footers). Read/write **Boolean**.
## Syntax
- _expression_. `KeepTogether`
+_expression_. `KeepTogether`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.MouseDown.md b/api/Access.Section.MouseDown.md
index 2032d23b991..83b0d8a5e95 100644
--- a/api/Access.Section.MouseDown.md
+++ b/api/Access.Section.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: Section.MouseDown Event (Access)
+title: Section.MouseDown event (Access)
keywords: vbaac10.chm14235
f1_keywords:
- vbaac10.chm14235
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Section.MouseDown Event (Access)
+# Section.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Section.MouseMove.md b/api/Access.Section.MouseMove.md
index 63c2d62df59..9ed475fb738 100644
--- a/api/Access.Section.MouseMove.md
+++ b/api/Access.Section.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: Section.MouseMove Event (Access)
+title: Section.MouseMove event (Access)
keywords: vbaac10.chm14236
f1_keywords:
- vbaac10.chm14236
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Section.MouseMove Event (Access)
+# Section.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Section.MouseUp.md b/api/Access.Section.MouseUp.md
index aaf3457b561..362da2dbc4b 100644
--- a/api/Access.Section.MouseUp.md
+++ b/api/Access.Section.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: Section.MouseUp Event (Access)
+title: Section.MouseUp event (Access)
keywords: vbaac10.chm14237
f1_keywords:
- vbaac10.chm14237
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# Section.MouseUp Event (Access)
+# Section.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.Section.Name.md b/api/Access.Section.Name.md
index 2c2d5d7197e..f6a0fa12a19 100644
--- a/api/Access.Section.Name.md
+++ b/api/Access.Section.Name.md
@@ -1,5 +1,5 @@
---
-title: Section.Name Property (Access)
+title: Section.Name property (Access)
keywords: vbaac10.chm12215
f1_keywords:
- vbaac10.chm12215
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Name Property (Access)
+# Section.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.NewRowOrCol.md b/api/Access.Section.NewRowOrCol.md
index ae49c5410f5..44d7f2978ff 100644
--- a/api/Access.Section.NewRowOrCol.md
+++ b/api/Access.Section.NewRowOrCol.md
@@ -1,5 +1,5 @@
---
-title: Section.NewRowOrCol Property (Access)
+title: Section.NewRowOrCol property (Access)
keywords: vbaac10.chm12193,vbaac10.chm4436
f1_keywords:
- vbaac10.chm12193,vbaac10.chm4436
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.NewRowOrCol Property (Access)
+# Section.NewRowOrCol property (Access)
You can use the **NewRowOrCol** property to specify whether a section and its associated data is printed in a new row or column within a multiple-column report or multiple-column form. Read/write **Byte**.
## Syntax
- _expression_. `NewRowOrCol`
+_expression_. `NewRowOrCol`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.OnClick.md b/api/Access.Section.OnClick.md
index 11d5086e4af..f253ae9342d 100644
--- a/api/Access.Section.OnClick.md
+++ b/api/Access.Section.OnClick.md
@@ -1,5 +1,5 @@
---
-title: Section.OnClick Property (Access)
+title: Section.OnClick property (Access)
keywords: vbaac10.chm12207
f1_keywords:
- vbaac10.chm12207
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.OnClick Property (Access)
+# Section.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Section.OnDblClick.md b/api/Access.Section.OnDblClick.md
index 7ce0336101a..0c9653e00f1 100644
--- a/api/Access.Section.OnDblClick.md
+++ b/api/Access.Section.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: Section.OnDblClick Property (Access)
+title: Section.OnDblClick property (Access)
keywords: vbaac10.chm12208
f1_keywords:
- vbaac10.chm12208
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.OnDblClick Property (Access)
+# Section.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Section.OnFormat.md b/api/Access.Section.OnFormat.md
index c3ba8e530da..020d8a8f4a7 100644
--- a/api/Access.Section.OnFormat.md
+++ b/api/Access.Section.OnFormat.md
@@ -1,5 +1,5 @@
---
-title: Section.OnFormat Property (Access)
+title: Section.OnFormat property (Access)
keywords: vbaac10.chm12204,vbaac10.chm4089
f1_keywords:
- vbaac10.chm12204,vbaac10.chm4089
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.OnFormat Property (Access)
+# Section.OnFormat property (Access)
Sets or returns the value of the **On Format** box in the **Properties** window of a report section. Read/write **String**.
## Syntax
- _expression_. `OnFormat`
+_expression_. `OnFormat`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Format** event occurs when Microsoft Access determines which data belongs
The **OnFormat** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Format** box in the report section's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Section.OnMouseDown.md b/api/Access.Section.OnMouseDown.md
index 6bc4651275f..286285941f9 100644
--- a/api/Access.Section.OnMouseDown.md
+++ b/api/Access.Section.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: Section.OnMouseDown Property (Access)
+title: Section.OnMouseDown property (Access)
keywords: vbaac10.chm12209
f1_keywords:
- vbaac10.chm12209
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.OnMouseDown Property (Access)
+# Section.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Section.OnMouseMove.md b/api/Access.Section.OnMouseMove.md
index bad72c10f72..86c69551c1b 100644
--- a/api/Access.Section.OnMouseMove.md
+++ b/api/Access.Section.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: Section.OnMouseMove Property (Access)
+title: Section.OnMouseMove property (Access)
keywords: vbaac10.chm12210
f1_keywords:
- vbaac10.chm12210
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.OnMouseMove Property (Access)
+# Section.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Section.OnMouseUp.md b/api/Access.Section.OnMouseUp.md
index bf75568b30c..ca5390fd513 100644
--- a/api/Access.Section.OnMouseUp.md
+++ b/api/Access.Section.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: Section.OnMouseUp Property (Access)
+title: Section.OnMouseUp property (Access)
keywords: vbaac10.chm12211
f1_keywords:
- vbaac10.chm12211
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.OnMouseUp Property (Access)
+# Section.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Section.OnPaint.md b/api/Access.Section.OnPaint.md
index e27492f2361..3628955053a 100644
--- a/api/Access.Section.OnPaint.md
+++ b/api/Access.Section.OnPaint.md
@@ -1,5 +1,5 @@
---
-title: Section.OnPaint Property (Access)
+title: Section.OnPaint property (Access)
keywords: vbaac10.chm12227,vbaac10.chm5808
f1_keywords:
- vbaac10.chm12227,vbaac10.chm5808
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.OnPaint Property (Access)
+# Section.OnPaint property (Access)
Sets or returns the value of the **On Paint** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnPaint`
+_expression_. `OnPaint`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Paint** event occurs when the section is redrawn.
The **OnPaint** value will be one of the following, depending on the selection in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Paint** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Section.OnPrint.md b/api/Access.Section.OnPrint.md
index a7203e9e173..d7641b17b54 100644
--- a/api/Access.Section.OnPrint.md
+++ b/api/Access.Section.OnPrint.md
@@ -1,5 +1,5 @@
---
-title: Section.OnPrint Property (Access)
+title: Section.OnPrint property (Access)
keywords: vbaac10.chm12205
f1_keywords:
- vbaac10.chm12205
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.OnPrint Property (Access)
+# Section.OnPrint property (Access)
Sets or returns the value of the **On Print** box in the **Properties** window of a report section. Read/write **String**.
## Syntax
- _expression_. `OnPrint`
+_expression_. `OnPrint`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Print** event occurs after data in a report section is formatted for prin
The **OnPrint** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Print** box in the report section's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Section.OnRetreat.md b/api/Access.Section.OnRetreat.md
index 35e78151e26..6ba2957f1e9 100644
--- a/api/Access.Section.OnRetreat.md
+++ b/api/Access.Section.OnRetreat.md
@@ -1,5 +1,5 @@
---
-title: Section.OnRetreat Property (Access)
+title: Section.OnRetreat property (Access)
keywords: vbaac10.chm12206,vbaac10.chm4105
f1_keywords:
- vbaac10.chm12206,vbaac10.chm4105
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.OnRetreat Property (Access)
+# Section.OnRetreat property (Access)
Sets or returns the value of the **On Retreat** box in the **Properties** window of a report section. Read/write **String**.
## Syntax
- _expression_. `OnRetreat`
+_expression_. `OnRetreat`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Retreat** event occurs when Microsoft Access returns to a previous report
The **OnRetreat** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Retreat** box in the report section's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.Section.Paint.md b/api/Access.Section.Paint.md
index e32595d1df2..eb7f2703d6c 100644
--- a/api/Access.Section.Paint.md
+++ b/api/Access.Section.Paint.md
@@ -1,5 +1,5 @@
---
-title: Section.Paint Event (Access)
+title: Section.Paint event (Access)
keywords: vbaac10.chm14238
f1_keywords:
- vbaac10.chm14238
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Paint Event (Access)
+# Section.Paint event (Access)
Occurs when the specified section is redrawn.
## Syntax
- _expression_. `Paint`
+_expression_. `Paint`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Example
diff --git a/api/Access.Section.Parent.md b/api/Access.Section.Parent.md
index f12e266174c..1c7f61674ff 100644
--- a/api/Access.Section.Parent.md
+++ b/api/Access.Section.Parent.md
@@ -1,5 +1,5 @@
---
-title: Section.Parent Property (Access)
+title: Section.Parent property (Access)
keywords: vbaac10.chm12187
f1_keywords:
- vbaac10.chm12187
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Parent Property (Access)
+# Section.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## See also
diff --git a/api/Access.Section.Properties.md b/api/Access.Section.Properties.md
index 67cb245d307..c1b769df791 100644
--- a/api/Access.Section.Properties.md
+++ b/api/Access.Section.Properties.md
@@ -1,5 +1,5 @@
---
-title: Section.Properties Property (Access)
+title: Section.Properties property (Access)
keywords: vbaac10.chm12188
f1_keywords:
- vbaac10.chm12188
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Properties Property (Access)
+# Section.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.RepeatSection.md b/api/Access.Section.RepeatSection.md
index a7665f0a6fd..d61bb1be489 100644
--- a/api/Access.Section.RepeatSection.md
+++ b/api/Access.Section.RepeatSection.md
@@ -1,5 +1,5 @@
---
-title: Section.RepeatSection Property (Access)
+title: Section.RepeatSection property (Access)
keywords: vbaac10.chm12199
f1_keywords:
- vbaac10.chm12199
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.RepeatSection Property (Access)
+# Section.RepeatSection property (Access)
You can use the **RepeatSection** property to specify whether a group header is repeated on the next page or column when a group spans more than one page or column. Read/write **Boolean**.
## Syntax
- _expression_. `RepeatSection`
+_expression_. `RepeatSection`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.SetTabOrder.md b/api/Access.Section.SetTabOrder.md
index 605c3a26511..5bbb9270d1a 100644
--- a/api/Access.Section.SetTabOrder.md
+++ b/api/Access.Section.SetTabOrder.md
@@ -1,5 +1,5 @@
---
-title: Section.SetTabOrder Method (Access)
+title: Section.SetTabOrder method (Access)
keywords: vbaac10.chm14294
f1_keywords:
- vbaac10.chm14294
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.SetTabOrder Method (Access)
+# Section.SetTabOrder method (Access)
Resets the tab order of the controls in the specified **Section** to their default values.
## Syntax
- _expression_. `SetTabOrder`
+_expression_. `SetTabOrder`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## See also
diff --git a/api/Access.Section.SpecialEffect.md b/api/Access.Section.SpecialEffect.md
index d8b516db2f2..741e8adeb26 100644
--- a/api/Access.Section.SpecialEffect.md
+++ b/api/Access.Section.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: Section.SpecialEffect Property (Access)
+title: Section.SpecialEffect property (Access)
keywords: vbaac10.chm12202
f1_keywords:
- vbaac10.chm12202
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.SpecialEffect Property (Access)
+# Section.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.Tag.md b/api/Access.Section.Tag.md
index 9c2bf0623e1..af28ac64759 100644
--- a/api/Access.Section.Tag.md
+++ b/api/Access.Section.Tag.md
@@ -1,5 +1,5 @@
---
-title: Section.Tag Property (Access)
+title: Section.Tag property (Access)
keywords: vbaac10.chm12203
f1_keywords:
- vbaac10.chm12203
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Tag Property (Access)
+# Section.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.Visible.md b/api/Access.Section.Visible.md
index 2c94367c52c..7953952690b 100644
--- a/api/Access.Section.Visible.md
+++ b/api/Access.Section.Visible.md
@@ -1,5 +1,5 @@
---
-title: Section.Visible Property (Access)
+title: Section.Visible property (Access)
keywords: vbaac10.chm12195
f1_keywords:
- vbaac10.chm12195
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.Visible Property (Access)
+# Section.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.WillContinue.md b/api/Access.Section.WillContinue.md
index 4497a2897d0..c74f6732a72 100644
--- a/api/Access.Section.WillContinue.md
+++ b/api/Access.Section.WillContinue.md
@@ -1,5 +1,5 @@
---
-title: Section.WillContinue Property (Access)
+title: Section.WillContinue property (Access)
keywords: vbaac10.chm12213
f1_keywords:
- vbaac10.chm12213
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# Section.WillContinue Property (Access)
+# Section.WillContinue property (Access)
Determines if the current section will continue on the following page. Read/write **Boolean**.
## Syntax
- _expression_. `WillContinue`
+_expression_. `WillContinue`
- _expression_ A variable that represents a [Section](Access.Section.md) object.
+_expression_ A variable that represents a [Section](Access.Section.md) object.
## Remarks
diff --git a/api/Access.Section.md b/api/Access.Section.md
index c5b6dd96ea5..fe397c787ab 100644
--- a/api/Access.Section.md
+++ b/api/Access.Section.md
@@ -1,5 +1,5 @@
---
-title: Section Object (Access)
+title: Section object (Access)
keywords: vbaac10.chm12235
f1_keywords:
- vbaac10.chm12235
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# Section Object (Access)
+# Section object (Access)
A form section is part of a form such as a header, footer, or detail section.
diff --git a/api/Access.SharedResource.Delete.md b/api/Access.SharedResource.Delete.md
index f38fd7cf678..7a181f6dd09 100644
--- a/api/Access.SharedResource.Delete.md
+++ b/api/Access.SharedResource.Delete.md
@@ -1,5 +1,5 @@
---
-title: SharedResource.Delete Method (Access)
+title: SharedResource.Delete method (Access)
keywords: vbaac10.chm14661
f1_keywords:
- vbaac10.chm14661
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SharedResource.Delete Method (Access)
+# SharedResource.Delete method (Access)
Deletes the specified object.
## Syntax
- _expression_. `Delete`
+_expression_. `Delete`
- _expression_ A variable that represents a [SharedResource](Access.SharedResource.md) object.
+_expression_ A variable that represents a [SharedResource](Access.SharedResource.md) object.
## See also
diff --git a/api/Access.SharedResource.Name.md b/api/Access.SharedResource.Name.md
index e1ea14b3c8e..51d78f57e03 100644
--- a/api/Access.SharedResource.Name.md
+++ b/api/Access.SharedResource.Name.md
@@ -1,5 +1,5 @@
---
-title: SharedResource.Name Property (Access)
+title: SharedResource.Name property (Access)
keywords: vbaac10.chm14656
f1_keywords:
- vbaac10.chm14656
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SharedResource.Name Property (Access)
+# SharedResource.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [SharedResource](Access.SharedResource.md) object.
+_expression_ A variable that represents a [SharedResource](Access.SharedResource.md) object.
## Remarks
diff --git a/api/Access.SharedResource.Parent.md b/api/Access.SharedResource.Parent.md
index 5f142ed4d1e..e5d12772826 100644
--- a/api/Access.SharedResource.Parent.md
+++ b/api/Access.SharedResource.Parent.md
@@ -1,5 +1,5 @@
---
-title: SharedResource.Parent Property (Access)
+title: SharedResource.Parent property (Access)
keywords: vbaac10.chm14655
f1_keywords:
- vbaac10.chm14655
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SharedResource.Parent Property (Access)
+# SharedResource.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [SharedResource](Access.SharedResource.md) object.
+_expression_ A variable that represents a [SharedResource](Access.SharedResource.md) object.
## See also
diff --git a/api/Access.SharedResource.Type.md b/api/Access.SharedResource.Type.md
index 4fb1043b276..1c06a608eb1 100644
--- a/api/Access.SharedResource.Type.md
+++ b/api/Access.SharedResource.Type.md
@@ -1,5 +1,5 @@
---
-title: SharedResource.Type Property (Access)
+title: SharedResource.Type property (Access)
keywords: vbaac10.chm14657
f1_keywords:
- vbaac10.chm14657
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SharedResource.Type Property (Access)
+# SharedResource.Type property (Access)
Gets the type of the **[SharedResource](Access.SharedResource.md)** object. Read-only **[AcResourceType](Access.AcResourceType.md)**.
## Syntax
- _expression_. `Type`
+_expression_. `Type`
- _expression_ A variable that represents a [SharedResource](Access.SharedResource.md) object.
+_expression_ A variable that represents a [SharedResource](Access.SharedResource.md) object.
## See also
diff --git a/api/Access.SharedResource.md b/api/Access.SharedResource.md
index 10e303533df..ce27c2382c8 100644
--- a/api/Access.SharedResource.md
+++ b/api/Access.SharedResource.md
@@ -1,5 +1,5 @@
---
-title: SharedResource Object (Access)
+title: SharedResource object (Access)
keywords: vbaac10.chm14654
f1_keywords:
- vbaac10.chm14654
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SharedResource Object (Access)
+# SharedResource object (Access)
Represents a Microsoft Office theme or image that is available as a shared resource in the database.
diff --git a/api/Access.SharedResources.Application.md b/api/Access.SharedResources.Application.md
index d2b3d37334a..96e709c89f2 100644
--- a/api/Access.SharedResources.Application.md
+++ b/api/Access.SharedResources.Application.md
@@ -1,5 +1,5 @@
---
-title: SharedResources.Application Property (Access)
+title: SharedResources.Application property (Access)
keywords: vbaac10.chm14649
f1_keywords:
- vbaac10.chm14649
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SharedResources.Application Property (Access)
+# SharedResources.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [SharedResources](Access.SharedResources.md) object.
+_expression_ A variable that represents a [SharedResources](Access.SharedResources.md) object.
## Remarks
diff --git a/api/Access.SharedResources.Count.md b/api/Access.SharedResources.Count.md
index 88c82dbdff0..f5579268d7e 100644
--- a/api/Access.SharedResources.Count.md
+++ b/api/Access.SharedResources.Count.md
@@ -1,5 +1,5 @@
---
-title: SharedResources.Count Property (Access)
+title: SharedResources.Count property (Access)
keywords: vbaac10.chm14652
f1_keywords:
- vbaac10.chm14652
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SharedResources.Count Property (Access)
+# SharedResources.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [SharedResources](Access.SharedResources.md) object.
+_expression_ A variable that represents a [SharedResources](Access.SharedResources.md) object.
## See also
diff --git a/api/Access.SharedResources.Item.md b/api/Access.SharedResources.Item.md
index 9fa68d2c590..3bd30ca31e3 100644
--- a/api/Access.SharedResources.Item.md
+++ b/api/Access.SharedResources.Item.md
@@ -1,5 +1,5 @@
---
-title: SharedResources.Item Property (Access)
+title: SharedResources.Item property (Access)
keywords: vbaac10.chm14651
f1_keywords:
- vbaac10.chm14651
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# SharedResources.Item Property (Access)
+# SharedResources.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Object**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [SharedResources](Access.SharedResources.md) object.
+_expression_ A variable that represents a [SharedResources](Access.SharedResources.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**||
diff --git a/api/Access.SharedResources.Parent.md b/api/Access.SharedResources.Parent.md
index 4b534bff4e5..92d83962e4f 100644
--- a/api/Access.SharedResources.Parent.md
+++ b/api/Access.SharedResources.Parent.md
@@ -1,5 +1,5 @@
---
-title: SharedResources.Parent Property (Access)
+title: SharedResources.Parent property (Access)
keywords: vbaac10.chm14650
f1_keywords:
- vbaac10.chm14650
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SharedResources.Parent Property (Access)
+# SharedResources.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [SharedResources](Access.SharedResources.md) object.
+_expression_ A variable that represents a [SharedResources](Access.SharedResources.md) object.
## See also
diff --git a/api/Access.SharedResources.md b/api/Access.SharedResources.md
index f821c88ba03..1274bfaa2ed 100644
--- a/api/Access.SharedResources.md
+++ b/api/Access.SharedResources.md
@@ -1,5 +1,5 @@
---
-title: SharedResources Object (Access)
+title: SharedResources object (Access)
keywords: vbaac10.chm14648
f1_keywords:
- vbaac10.chm14648
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SharedResources Object (Access)
+# SharedResources object (Access)
Represents the collection of shared resources in the database.
diff --git a/api/Access.SmartTag.Application.md b/api/Access.SmartTag.Application.md
index 7e83c5fb1c1..1a5dde119ef 100644
--- a/api/Access.SmartTag.Application.md
+++ b/api/Access.SmartTag.Application.md
@@ -1,5 +1,5 @@
---
-title: SmartTag.Application Property (Access)
+title: SmartTag.Application property (Access)
keywords: vbaac10.chm13318
f1_keywords:
- vbaac10.chm13318
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTag.Application Property (Access)
+# SmartTag.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
+_expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
## Remarks
diff --git a/api/Access.SmartTag.Delete.md b/api/Access.SmartTag.Delete.md
index 16f2b5f658f..8560abbad33 100644
--- a/api/Access.SmartTag.Delete.md
+++ b/api/Access.SmartTag.Delete.md
@@ -1,5 +1,5 @@
---
-title: SmartTag.Delete Method (Access)
+title: SmartTag.Delete method (Access)
keywords: vbaac10.chm13324
f1_keywords:
- vbaac10.chm13324
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# SmartTag.Delete Method (Access)
+# SmartTag.Delete method (Access)
Deletes the specified object.
## Syntax
- _expression_. `Delete`
+_expression_. `Delete`
- _expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
+_expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.SmartTag.IsMissing.md b/api/Access.SmartTag.IsMissing.md
index 01896fae1be..71ae0557141 100644
--- a/api/Access.SmartTag.IsMissing.md
+++ b/api/Access.SmartTag.IsMissing.md
@@ -1,5 +1,5 @@
---
-title: SmartTag.IsMissing Property (Access)
+title: SmartTag.IsMissing property (Access)
keywords: vbaac10.chm13325
f1_keywords:
- vbaac10.chm13325
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTag.IsMissing Property (Access)
+# SmartTag.IsMissing property (Access)
Returns **True** if the specified smart tag is not installed or is installed incorrectly. Read-only **Boolean**.
## Syntax
- _expression_. `IsMissing`
+_expression_. `IsMissing`
- _expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
+_expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
## See also
diff --git a/api/Access.SmartTag.Name.md b/api/Access.SmartTag.Name.md
index a64e7bbbfc2..8b0e567ccbf 100644
--- a/api/Access.SmartTag.Name.md
+++ b/api/Access.SmartTag.Name.md
@@ -1,5 +1,5 @@
---
-title: SmartTag.Name Property (Access)
+title: SmartTag.Name property (Access)
keywords: vbaac10.chm13319
f1_keywords:
- vbaac10.chm13319
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTag.Name Property (Access)
+# SmartTag.Name property (Access)
You can use the **Name** property to determine the string expression that identifies the name of an object. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
+_expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
## Remarks
diff --git a/api/Access.SmartTag.Parent.md b/api/Access.SmartTag.Parent.md
index 9a70295031e..5de16df4b8e 100644
--- a/api/Access.SmartTag.Parent.md
+++ b/api/Access.SmartTag.Parent.md
@@ -1,5 +1,5 @@
---
-title: SmartTag.Parent Property (Access)
+title: SmartTag.Parent property (Access)
keywords: vbaac10.chm13320
f1_keywords:
- vbaac10.chm13320
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTag.Parent Property (Access)
+# SmartTag.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
+_expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
## See also
diff --git a/api/Access.SmartTag.Properties.md b/api/Access.SmartTag.Properties.md
index 265d78c5a6e..f6350f26c4c 100644
--- a/api/Access.SmartTag.Properties.md
+++ b/api/Access.SmartTag.Properties.md
@@ -1,5 +1,5 @@
---
-title: SmartTag.Properties Property (Access)
+title: SmartTag.Properties property (Access)
keywords: vbaac10.chm13321
f1_keywords:
- vbaac10.chm13321
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTag.Properties Property (Access)
+# SmartTag.Properties property (Access)
Returns a **SmartTagProperties** collection that represents the collection of properties for a particular smart tag. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
+_expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
## See also
diff --git a/api/Access.SmartTag.SmartTagActions.md b/api/Access.SmartTag.SmartTagActions.md
index 313a7aa1cf0..2797fa92e25 100644
--- a/api/Access.SmartTag.SmartTagActions.md
+++ b/api/Access.SmartTag.SmartTagActions.md
@@ -1,5 +1,5 @@
---
-title: SmartTag.SmartTagActions Property (Access)
+title: SmartTag.SmartTagActions property (Access)
keywords: vbaac10.chm13322
f1_keywords:
- vbaac10.chm13322
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTag.SmartTagActions Property (Access)
+# SmartTag.SmartTagActions property (Access)
Returns a **[SmartTagActions](Access.SmartTagActions.md)** collection that represents the actions available for a specific smart tag. Read-only.
## Syntax
- _expression_. `SmartTagActions`
+_expression_. `SmartTagActions`
- _expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
+_expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
## Remarks
diff --git a/api/Access.SmartTag.XML.md b/api/Access.SmartTag.XML.md
index ea829366015..d527eefc31c 100644
--- a/api/Access.SmartTag.XML.md
+++ b/api/Access.SmartTag.XML.md
@@ -1,5 +1,5 @@
---
-title: SmartTag.XML Property (Access)
+title: SmartTag.XML property (Access)
keywords: vbaac10.chm13323
f1_keywords:
- vbaac10.chm13323
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTag.XML Property (Access)
+# SmartTag.XML property (Access)
Returns a **String** that represents the related XML code for a smart tag. Read-only.
## Syntax
- _expression_. `XML`
+_expression_. `XML`
- _expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
+_expression_ A variable that represents a [SmartTag](Access.SmartTag.md) object.
## See also
diff --git a/api/Access.SmartTag.md b/api/Access.SmartTag.md
index af33830108b..6c4f2ee67d8 100644
--- a/api/Access.SmartTag.md
+++ b/api/Access.SmartTag.md
@@ -1,5 +1,5 @@
---
-title: SmartTag Object (Access)
+title: SmartTag object (Access)
keywords: vbaac10.chm13316
f1_keywords:
- vbaac10.chm13316
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SmartTag Object (Access)
+# SmartTag object (Access)
Represents a smart tag that has been added to a control on a form or report. The **SmartTag** object is a member of the **[SmartTags](Access.SmartTags.md)** collection.
diff --git a/api/Access.SmartTagAction.Application.md b/api/Access.SmartTagAction.Application.md
index 8b0931be774..4875a27fe74 100644
--- a/api/Access.SmartTagAction.Application.md
+++ b/api/Access.SmartTagAction.Application.md
@@ -1,5 +1,5 @@
---
-title: SmartTagAction.Application Property (Access)
+title: SmartTagAction.Application property (Access)
keywords: vbaac10.chm13290
f1_keywords:
- vbaac10.chm13290
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagAction.Application Property (Access)
+# SmartTagAction.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [SmartTagAction](Access.SmartTagAction.md) object.
+_expression_ A variable that represents a [SmartTagAction](Access.SmartTagAction.md) object.
## Remarks
diff --git a/api/Access.SmartTagAction.Execute.md b/api/Access.SmartTagAction.Execute.md
index 6542c248e56..8bb44464a99 100644
--- a/api/Access.SmartTagAction.Execute.md
+++ b/api/Access.SmartTagAction.Execute.md
@@ -1,5 +1,5 @@
---
-title: SmartTagAction.Execute Method (Access)
+title: SmartTagAction.Execute method (Access)
keywords: vbaac10.chm13293
f1_keywords:
- vbaac10.chm13293
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagAction.Execute Method (Access)
+# SmartTagAction.Execute method (Access)
The **Execute** method performs the specified smart tag action.
## Syntax
- _expression_. `Execute`
+_expression_. `Execute`
- _expression_ A variable that represents a [SmartTagAction](Access.SmartTagAction.md) object.
+_expression_ A variable that represents a [SmartTagAction](Access.SmartTagAction.md) object.
## Remarks
diff --git a/api/Access.SmartTagAction.Name.md b/api/Access.SmartTagAction.Name.md
index d96b88d3e16..8e27c414904 100644
--- a/api/Access.SmartTagAction.Name.md
+++ b/api/Access.SmartTagAction.Name.md
@@ -1,5 +1,5 @@
---
-title: SmartTagAction.Name Property (Access)
+title: SmartTagAction.Name property (Access)
keywords: vbaac10.chm13292
f1_keywords:
- vbaac10.chm13292
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagAction.Name Property (Access)
+# SmartTagAction.Name property (Access)
You can use the **Name** property to determine the string expression that identifies the name of an object. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [SmartTagAction](Access.SmartTagAction.md) object.
+_expression_ A variable that represents a [SmartTagAction](Access.SmartTagAction.md) object.
## Remarks
diff --git a/api/Access.SmartTagAction.Parent.md b/api/Access.SmartTagAction.Parent.md
index 7ce9573eb91..9bae0597768 100644
--- a/api/Access.SmartTagAction.Parent.md
+++ b/api/Access.SmartTagAction.Parent.md
@@ -1,5 +1,5 @@
---
-title: SmartTagAction.Parent Property (Access)
+title: SmartTagAction.Parent property (Access)
keywords: vbaac10.chm13291
f1_keywords:
- vbaac10.chm13291
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagAction.Parent Property (Access)
+# SmartTagAction.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [SmartTagAction](Access.SmartTagAction.md) object.
+_expression_ A variable that represents a [SmartTagAction](Access.SmartTagAction.md) object.
## See also
diff --git a/api/Access.SmartTagAction.md b/api/Access.SmartTagAction.md
index 24a75656d41..cd03f20e645 100644
--- a/api/Access.SmartTagAction.md
+++ b/api/Access.SmartTagAction.md
@@ -1,5 +1,5 @@
---
-title: SmartTagAction Object (Access)
+title: SmartTagAction object (Access)
keywords: vbaac10.chm13288
f1_keywords:
- vbaac10.chm13288
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SmartTagAction Object (Access)
+# SmartTagAction object (Access)
Represents a single action for a smart tag.
diff --git a/api/Access.SmartTagActions.Application.md b/api/Access.SmartTagActions.Application.md
index ae5dc02579b..a4b8d6a87e0 100644
--- a/api/Access.SmartTagActions.Application.md
+++ b/api/Access.SmartTagActions.Application.md
@@ -1,5 +1,5 @@
---
-title: SmartTagActions.Application Property (Access)
+title: SmartTagActions.Application property (Access)
keywords: vbaac10.chm13297
f1_keywords:
- vbaac10.chm13297
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagActions.Application Property (Access)
+# SmartTagActions.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [SmartTagActions](Access.SmartTagActions.md) object.
+_expression_ A variable that represents a [SmartTagActions](Access.SmartTagActions.md) object.
## Remarks
diff --git a/api/Access.SmartTagActions.Count.md b/api/Access.SmartTagActions.Count.md
index 4ed008323d8..675bfc74cd3 100644
--- a/api/Access.SmartTagActions.Count.md
+++ b/api/Access.SmartTagActions.Count.md
@@ -1,5 +1,5 @@
---
-title: SmartTagActions.Count Property (Access)
+title: SmartTagActions.Count property (Access)
keywords: vbaac10.chm13298
f1_keywords:
- vbaac10.chm13298
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagActions.Count Property (Access)
+# SmartTagActions.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [SmartTagActions](Access.SmartTagActions.md) object.
+_expression_ A variable that represents a [SmartTagActions](Access.SmartTagActions.md) object.
## See also
diff --git a/api/Access.SmartTagActions.Item.md b/api/Access.SmartTagActions.Item.md
index 8fe036f75b5..7056bbef74b 100644
--- a/api/Access.SmartTagActions.Item.md
+++ b/api/Access.SmartTagActions.Item.md
@@ -1,5 +1,5 @@
---
-title: SmartTagActions.Item Property (Access)
+title: SmartTagActions.Item property (Access)
keywords: vbaac10.chm13300
f1_keywords:
- vbaac10.chm13300
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# SmartTagActions.Item Property (Access)
+# SmartTagActions.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **SmartTagAction**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [SmartTagActions](Access.SmartTagActions.md) object.
+_expression_ A variable that represents a [SmartTagActions](Access.SmartTagActions.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.SmartTagActions.Parent.md b/api/Access.SmartTagActions.Parent.md
index ca9fe28e2b9..2c62aa0c6d7 100644
--- a/api/Access.SmartTagActions.Parent.md
+++ b/api/Access.SmartTagActions.Parent.md
@@ -1,5 +1,5 @@
---
-title: SmartTagActions.Parent Property (Access)
+title: SmartTagActions.Parent property (Access)
keywords: vbaac10.chm13299
f1_keywords:
- vbaac10.chm13299
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagActions.Parent Property (Access)
+# SmartTagActions.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [SmartTagActions](Access.SmartTagActions.md) object.
+_expression_ A variable that represents a [SmartTagActions](Access.SmartTagActions.md) object.
## See also
diff --git a/api/Access.SmartTagActions.md b/api/Access.SmartTagActions.md
index 82cf710a2e7..0a3c3ff352e 100644
--- a/api/Access.SmartTagActions.md
+++ b/api/Access.SmartTagActions.md
@@ -1,5 +1,5 @@
---
-title: SmartTagActions Object (Access)
+title: SmartTagActions object (Access)
keywords: vbaac10.chm13295
f1_keywords:
- vbaac10.chm13295
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SmartTagActions Object (Access)
+# SmartTagActions object (Access)
Represents a collection of actions for an individual smart tag or a type of smart tag.
diff --git a/api/Access.SmartTagProperties.Add.md b/api/Access.SmartTagProperties.Add.md
index 40271b90653..708d758cdb2 100644
--- a/api/Access.SmartTagProperties.Add.md
+++ b/api/Access.SmartTagProperties.Add.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperties.Add Method (Access)
+title: SmartTagProperties.Add method (Access)
keywords: vbaac10.chm13314
f1_keywords:
- vbaac10.chm13314
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# SmartTagProperties.Add Method (Access)
+# SmartTagProperties.Add method (Access)
Adds a custom property to a smart tag.
## Syntax
- _expression_. `Add`( ` _Name_`, ` _Value_` )
+_expression_. `Add`( ` _Name_`, ` _Value_` )
- _expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
+_expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name to be used for the custom property.|
| _Value_|Required|**Variant**|The value of the custom property.|
-### Return Value
+### Return value
SmartTagProperty
diff --git a/api/Access.SmartTagProperties.Application.md b/api/Access.SmartTagProperties.Application.md
index 4f1710671f7..d49dbcceb3b 100644
--- a/api/Access.SmartTagProperties.Application.md
+++ b/api/Access.SmartTagProperties.Application.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperties.Application Property (Access)
+title: SmartTagProperties.Application property (Access)
keywords: vbaac10.chm13310
f1_keywords:
- vbaac10.chm13310
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagProperties.Application Property (Access)
+# SmartTagProperties.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
+_expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
## Remarks
diff --git a/api/Access.SmartTagProperties.Count.md b/api/Access.SmartTagProperties.Count.md
index e66e5ca6cc9..fc26f7e7e9d 100644
--- a/api/Access.SmartTagProperties.Count.md
+++ b/api/Access.SmartTagProperties.Count.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperties.Count Property (Access)
+title: SmartTagProperties.Count property (Access)
keywords: vbaac10.chm13311
f1_keywords:
- vbaac10.chm13311
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagProperties.Count Property (Access)
+# SmartTagProperties.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
+_expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
## See also
diff --git a/api/Access.SmartTagProperties.Item.md b/api/Access.SmartTagProperties.Item.md
index d4693a9c89b..f5b65cc22f8 100644
--- a/api/Access.SmartTagProperties.Item.md
+++ b/api/Access.SmartTagProperties.Item.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperties.Item Property (Access)
+title: SmartTagProperties.Item property (Access)
keywords: vbaac10.chm13313
f1_keywords:
- vbaac10.chm13313
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# SmartTagProperties.Item Property (Access)
+# SmartTagProperties.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **SmartTagProperty**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
+_expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.SmartTagProperties.Parent.md b/api/Access.SmartTagProperties.Parent.md
index 765dad247ed..2dfa691766f 100644
--- a/api/Access.SmartTagProperties.Parent.md
+++ b/api/Access.SmartTagProperties.Parent.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperties.Parent Property (Access)
+title: SmartTagProperties.Parent property (Access)
keywords: vbaac10.chm13312
f1_keywords:
- vbaac10.chm13312
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagProperties.Parent Property (Access)
+# SmartTagProperties.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
+_expression_ A variable that represents a [SmartTagProperties](Access.SmartTagProperties.md) object.
## See also
diff --git a/api/Access.SmartTagProperties.md b/api/Access.SmartTagProperties.md
index 3bb004a975e..c320a3000c6 100644
--- a/api/Access.SmartTagProperties.md
+++ b/api/Access.SmartTagProperties.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperties Object (Access)
+title: SmartTagProperties object (Access)
keywords: vbaac10.chm13308
f1_keywords:
- vbaac10.chm13308
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SmartTagProperties Object (Access)
+# SmartTagProperties object (Access)
A collection of **[SmartTagProperty](Access.SmartTagProperty.md)** objects that represents the properties related to a smart tag.
diff --git a/api/Access.SmartTagProperty.Delete.md b/api/Access.SmartTagProperty.Delete.md
index 2c3c64d6a56..a12a434ca5f 100644
--- a/api/Access.SmartTagProperty.Delete.md
+++ b/api/Access.SmartTagProperty.Delete.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperty.Delete Method (Access)
+title: SmartTagProperty.Delete method (Access)
keywords: vbaac10.chm13306
f1_keywords:
- vbaac10.chm13306
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# SmartTagProperty.Delete Method (Access)
+# SmartTagProperty.Delete method (Access)
Deletes the specified object.
## Syntax
- _expression_. `Delete`
+_expression_. `Delete`
- _expression_ A variable that represents a [SmartTagProperty](Access.SmartTagProperty.md) object.
+_expression_ A variable that represents a [SmartTagProperty](Access.SmartTagProperty.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.SmartTagProperty.Name.md b/api/Access.SmartTagProperty.Name.md
index 00bb870b64f..5fdaf09923f 100644
--- a/api/Access.SmartTagProperty.Name.md
+++ b/api/Access.SmartTagProperty.Name.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperty.Name Property (Access)
+title: SmartTagProperty.Name property (Access)
keywords: vbaac10.chm13304
f1_keywords:
- vbaac10.chm13304
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagProperty.Name Property (Access)
+# SmartTagProperty.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [SmartTagProperty](Access.SmartTagProperty.md) object.
+_expression_ A variable that represents a [SmartTagProperty](Access.SmartTagProperty.md) object.
## Remarks
diff --git a/api/Access.SmartTagProperty.Value.md b/api/Access.SmartTagProperty.Value.md
index 1a89c19819d..0def5da3be3 100644
--- a/api/Access.SmartTagProperty.Value.md
+++ b/api/Access.SmartTagProperty.Value.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperty.Value Property (Access)
+title: SmartTagProperty.Value property (Access)
keywords: vbaac10.chm13305
f1_keywords:
- vbaac10.chm13305
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTagProperty.Value Property (Access)
+# SmartTagProperty.Value property (Access)
Gets or sets the value of the specified object. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [SmartTagProperty](Access.SmartTagProperty.md) object.
+_expression_ A variable that represents a [SmartTagProperty](Access.SmartTagProperty.md) object.
## Remarks
diff --git a/api/Access.SmartTagProperty.md b/api/Access.SmartTagProperty.md
index b37b5a9c4d2..799df649f58 100644
--- a/api/Access.SmartTagProperty.md
+++ b/api/Access.SmartTagProperty.md
@@ -1,5 +1,5 @@
---
-title: SmartTagProperty Object (Access)
+title: SmartTagProperty object (Access)
keywords: vbaac10.chm13302
f1_keywords:
- vbaac10.chm13302
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SmartTagProperty Object (Access)
+# SmartTagProperty object (Access)
Represents a single instance of a custom property for a smart tag. The **SmartTagProperty** object is a member of the **[SmartTagProperties](Access.SmartTagProperties.md)** collection.
diff --git a/api/Access.SmartTags.Add.md b/api/Access.SmartTags.Add.md
index 686d0220d38..9f65253645f 100644
--- a/api/Access.SmartTags.Add.md
+++ b/api/Access.SmartTags.Add.md
@@ -1,5 +1,5 @@
---
-title: SmartTags.Add Method (Access)
+title: SmartTags.Add method (Access)
keywords: vbaac10.chm13286
f1_keywords:
- vbaac10.chm13286
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# SmartTags.Add Method (Access)
+# SmartTags.Add method (Access)
Adds a smart tag to a form or control.
## Syntax
- _expression_. `Add`( ` _Name_` )
+_expression_. `Add`( ` _Name_` )
- _expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
+_expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the smart tag to add.|
-### Return Value
+### Return value
SmartTag
diff --git a/api/Access.SmartTags.Application.md b/api/Access.SmartTags.Application.md
index 0a2f1d3af73..0d3e4083c20 100644
--- a/api/Access.SmartTags.Application.md
+++ b/api/Access.SmartTags.Application.md
@@ -1,5 +1,5 @@
---
-title: SmartTags.Application Property (Access)
+title: SmartTags.Application property (Access)
keywords: vbaac10.chm13282
f1_keywords:
- vbaac10.chm13282
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTags.Application Property (Access)
+# SmartTags.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
+_expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
## Remarks
diff --git a/api/Access.SmartTags.Count.md b/api/Access.SmartTags.Count.md
index 4f6fd4c45ad..764dc632a78 100644
--- a/api/Access.SmartTags.Count.md
+++ b/api/Access.SmartTags.Count.md
@@ -1,5 +1,5 @@
---
-title: SmartTags.Count Property (Access)
+title: SmartTags.Count property (Access)
keywords: vbaac10.chm13285
f1_keywords:
- vbaac10.chm13285
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTags.Count Property (Access)
+# SmartTags.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
+_expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
## See also
diff --git a/api/Access.SmartTags.Item.md b/api/Access.SmartTags.Item.md
index 36507bbec03..3152de5d669 100644
--- a/api/Access.SmartTags.Item.md
+++ b/api/Access.SmartTags.Item.md
@@ -1,5 +1,5 @@
---
-title: SmartTags.Item Property (Access)
+title: SmartTags.Item property (Access)
keywords: vbaac10.chm13284
f1_keywords:
- vbaac10.chm13284
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# SmartTags.Item Property (Access)
+# SmartTags.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **SmartTag**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
+_expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection|
## Remarks
diff --git a/api/Access.SmartTags.Parent.md b/api/Access.SmartTags.Parent.md
index a78fc8c39a3..534316d6223 100644
--- a/api/Access.SmartTags.Parent.md
+++ b/api/Access.SmartTags.Parent.md
@@ -1,5 +1,5 @@
---
-title: SmartTags.Parent Property (Access)
+title: SmartTags.Parent property (Access)
keywords: vbaac10.chm13283
f1_keywords:
- vbaac10.chm13283
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SmartTags.Parent Property (Access)
+# SmartTags.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
+_expression_ A variable that represents a [SmartTags](Access.SmartTags.md) object.
## See also
diff --git a/api/Access.SmartTags.md b/api/Access.SmartTags.md
index 31d2fd0f925..add1ed60879 100644
--- a/api/Access.SmartTags.md
+++ b/api/Access.SmartTags.md
@@ -1,5 +1,5 @@
---
-title: SmartTags Object (Access)
+title: SmartTags object (Access)
keywords: vbaac10.chm13280
f1_keywords:
- vbaac10.chm13280
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SmartTags Object (Access)
+# SmartTags object (Access)
Represents the collection of smart tags for a control on a form, report, or data access page.
diff --git a/api/Access.SubForm.AddColon.md b/api/Access.SubForm.AddColon.md
index 3e3d5254b14..d66546d1376 100644
--- a/api/Access.SubForm.AddColon.md
+++ b/api/Access.SubForm.AddColon.md
@@ -1,5 +1,5 @@
---
-title: SubForm.AddColon Property (Access)
+title: SubForm.AddColon property (Access)
keywords: vbaac10.chm11949
f1_keywords:
- vbaac10.chm11949
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.AddColon Property (Access)
+# SubForm.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## See also
diff --git a/api/Access.SubForm.Application.md b/api/Access.SubForm.Application.md
index d03ebab41b6..641fb46abb3 100644
--- a/api/Access.SubForm.Application.md
+++ b/api/Access.SubForm.Application.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Application Property (Access)
+title: SubForm.Application property (Access)
keywords: vbaac10.chm11914
f1_keywords:
- vbaac10.chm11914
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Application Property (Access)
+# SubForm.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.AutoLabel.md b/api/Access.SubForm.AutoLabel.md
index 84fa26caff2..48a49d93cf1 100644
--- a/api/Access.SubForm.AutoLabel.md
+++ b/api/Access.SubForm.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: SubForm.AutoLabel Property (Access)
+title: SubForm.AutoLabel property (Access)
keywords: vbaac10.chm11948
f1_keywords:
- vbaac10.chm11948
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.AutoLabel Property (Access)
+# SubForm.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## See also
diff --git a/api/Access.SubForm.BorderColor.md b/api/Access.SubForm.BorderColor.md
index c7932313cf3..c10aac35dc5 100644
--- a/api/Access.SubForm.BorderColor.md
+++ b/api/Access.SubForm.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: SubForm.BorderColor Property (Access)
+title: SubForm.BorderColor property (Access)
keywords: vbaac10.chm11947
f1_keywords:
- vbaac10.chm11947
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.BorderColor Property (Access)
+# SubForm.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.BorderShade.md b/api/Access.SubForm.BorderShade.md
index f41b6669a80..303fdd91ff2 100644
--- a/api/Access.SubForm.BorderShade.md
+++ b/api/Access.SubForm.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: SubForm.BorderShade Property (Access)
+title: SubForm.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.BorderShade Property (Access)
+# SubForm.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.BorderStyle.md b/api/Access.SubForm.BorderStyle.md
index d5b006847f3..ec925442ee3 100644
--- a/api/Access.SubForm.BorderStyle.md
+++ b/api/Access.SubForm.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: SubForm.BorderStyle Property (Access)
+title: SubForm.BorderStyle property (Access)
keywords: vbaac10.chm11943
f1_keywords:
- vbaac10.chm11943
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.BorderStyle Property (Access)
+# SubForm.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.BorderThemeColorIndex.md b/api/Access.SubForm.BorderThemeColorIndex.md
index a03c8ca13df..0c88e35ad6e 100644
--- a/api/Access.SubForm.BorderThemeColorIndex.md
+++ b/api/Access.SubForm.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: SubForm.BorderThemeColorIndex Property (Access)
+title: SubForm.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.BorderThemeColorIndex Property (Access)
+# SubForm.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.BorderTint.md b/api/Access.SubForm.BorderTint.md
index 7cce8e4b789..df6ea61c087 100644
--- a/api/Access.SubForm.BorderTint.md
+++ b/api/Access.SubForm.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: SubForm.BorderTint Property (Access)
+title: SubForm.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.BorderTint Property (Access)
+# SubForm.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.BorderWidth.md b/api/Access.SubForm.BorderWidth.md
index c32c1ecea78..d0a33341b8a 100644
--- a/api/Access.SubForm.BorderWidth.md
+++ b/api/Access.SubForm.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: SubForm.BorderWidth Property (Access)
+title: SubForm.BorderWidth property (Access)
keywords: vbaac10.chm11945
f1_keywords:
- vbaac10.chm11945
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.BorderWidth Property (Access)
+# SubForm.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.BottomPadding.md b/api/Access.SubForm.BottomPadding.md
index bbfc39deac3..cbd5d00b006 100644
--- a/api/Access.SubForm.BottomPadding.md
+++ b/api/Access.SubForm.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: SubForm.BottomPadding Property (Access)
+title: SubForm.BottomPadding property (Access)
keywords: vbaac10.chm11969
f1_keywords:
- vbaac10.chm11969
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.BottomPadding Property (Access)
+# SubForm.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the subform and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## See also
diff --git a/api/Access.SubForm.CanGrow.md b/api/Access.SubForm.CanGrow.md
index 1ca9be73a5c..d8adcb9c5b9 100644
--- a/api/Access.SubForm.CanGrow.md
+++ b/api/Access.SubForm.CanGrow.md
@@ -1,5 +1,5 @@
---
-title: SubForm.CanGrow Property (Access)
+title: SubForm.CanGrow property (Access)
keywords: vbaac10.chm11936
f1_keywords:
- vbaac10.chm11936
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.CanGrow Property (Access)
+# SubForm.CanGrow property (Access)
Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the control contains. Read/write **Boolean**.
## Syntax
- _expression_. `CanGrow`
+_expression_. `CanGrow`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.CanShrink.md b/api/Access.SubForm.CanShrink.md
index 81e86d0c46f..0869ca8f2c9 100644
--- a/api/Access.SubForm.CanShrink.md
+++ b/api/Access.SubForm.CanShrink.md
@@ -1,5 +1,5 @@
---
-title: SubForm.CanShrink Property (Access)
+title: SubForm.CanShrink property (Access)
keywords: vbaac10.chm11937
f1_keywords:
- vbaac10.chm11937
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.CanShrink Property (Access)
+# SubForm.CanShrink property (Access)
Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the section or control contains. Read/write **Boolean**.
## Syntax
- _expression_. `CanShrink`
+_expression_. `CanShrink`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.ControlType.md b/api/Access.SubForm.ControlType.md
index 67cc62b6268..5004ba16c1a 100644
--- a/api/Access.SubForm.ControlType.md
+++ b/api/Access.SubForm.ControlType.md
@@ -1,5 +1,5 @@
---
-title: SubForm.ControlType Property (Access)
+title: SubForm.ControlType property (Access)
keywords: vbaac10.chm11925
f1_keywords:
- vbaac10.chm11925
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.ControlType Property (Access)
+# SubForm.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Controls.md b/api/Access.SubForm.Controls.md
index e22aa8ec56a..84019d8ccc3 100644
--- a/api/Access.SubForm.Controls.md
+++ b/api/Access.SubForm.Controls.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Controls Property (Access)
+title: SubForm.Controls property (Access)
keywords: vbaac10.chm11922
f1_keywords:
- vbaac10.chm11922
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Controls Property (Access)
+# SubForm.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.DisplayWhen.md b/api/Access.SubForm.DisplayWhen.md
index 849357d33c0..16479156e9a 100644
--- a/api/Access.SubForm.DisplayWhen.md
+++ b/api/Access.SubForm.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: SubForm.DisplayWhen Property (Access)
+title: SubForm.DisplayWhen property (Access)
keywords: vbaac10.chm11931
f1_keywords:
- vbaac10.chm11931
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.DisplayWhen Property (Access)
+# SubForm.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Enabled.md b/api/Access.SubForm.Enabled.md
index e64b1cf12d6..24915ff5626 100644
--- a/api/Access.SubForm.Enabled.md
+++ b/api/Access.SubForm.Enabled.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Enabled Property (Access)
+title: SubForm.Enabled property (Access)
keywords: vbaac10.chm11932
f1_keywords:
- vbaac10.chm11932
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Enabled Property (Access)
+# SubForm.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Enter.md b/api/Access.SubForm.Enter.md
index 7fa0c715f21..851d6ecadf1 100644
--- a/api/Access.SubForm.Enter.md
+++ b/api/Access.SubForm.Enter.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Enter Event (Access)
+title: SubForm.Enter event (Access)
keywords: vbaac10.chm14229
f1_keywords:
- vbaac10.chm14229
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Enter Event (Access)
+# SubForm.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.EventProcPrefix.md b/api/Access.SubForm.EventProcPrefix.md
index 6796b95b446..5904f7e2005 100644
--- a/api/Access.SubForm.EventProcPrefix.md
+++ b/api/Access.SubForm.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: SubForm.EventProcPrefix Property (Access)
+title: SubForm.EventProcPrefix property (Access)
keywords: vbaac10.chm11923
f1_keywords:
- vbaac10.chm11923
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.EventProcPrefix Property (Access)
+# SubForm.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Exit.md b/api/Access.SubForm.Exit.md
index d7e005a0c1e..4a704a2e371 100644
--- a/api/Access.SubForm.Exit.md
+++ b/api/Access.SubForm.Exit.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Exit Event (Access)
+title: SubForm.Exit event (Access)
keywords: vbaac10.chm14230
f1_keywords:
- vbaac10.chm14230
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# SubForm.Exit Event (Access)
+# SubForm.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.SubForm.FilterOnEmptyMaster.md b/api/Access.SubForm.FilterOnEmptyMaster.md
index 8437c9f9e4a..bc0eb736cde 100644
--- a/api/Access.SubForm.FilterOnEmptyMaster.md
+++ b/api/Access.SubForm.FilterOnEmptyMaster.md
@@ -1,5 +1,5 @@
---
-title: SubForm.FilterOnEmptyMaster Property (Access)
+title: SubForm.FilterOnEmptyMaster property (Access)
keywords: vbaac10.chm11981
f1_keywords:
- vbaac10.chm11981
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.FilterOnEmptyMaster Property (Access)
+# SubForm.FilterOnEmptyMaster property (Access)
Gets or sets whether all records are displayed when the subform's master field is **Null**. Read/write **Boolean**.
## Syntax
- _expression_. `FilterOnEmptyMaster`
+_expression_. `FilterOnEmptyMaster`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## See also
diff --git a/api/Access.SubForm.Form.md b/api/Access.SubForm.Form.md
index e86c2bfe685..a7d856fac64 100644
--- a/api/Access.SubForm.Form.md
+++ b/api/Access.SubForm.Form.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Form Property (Access)
+title: SubForm.Form property (Access)
keywords: vbaac10.chm11916
f1_keywords:
- vbaac10.chm11916
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Form Property (Access)
+# SubForm.Form property (Access)
You can use the **Form** property to refer to a form or to refer to the form associated with a subformcontrol. Read-only **Form**.
## Syntax
- _expression_. `Form`
+_expression_. `Form`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineColor.md b/api/Access.SubForm.GridlineColor.md
index 6776f4b1a79..b608204668b 100644
--- a/api/Access.SubForm.GridlineColor.md
+++ b/api/Access.SubForm.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineColor Property (Access)
+title: SubForm.GridlineColor property (Access)
keywords: vbaac10.chm11978
f1_keywords:
- vbaac10.chm11978
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineColor Property (Access)
+# SubForm.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified subform. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineShade.md b/api/Access.SubForm.GridlineShade.md
index 3f8156721eb..50f3cc9b354 100644
--- a/api/Access.SubForm.GridlineShade.md
+++ b/api/Access.SubForm.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineShade Property (Access)
+title: SubForm.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineShade Property (Access)
+# SubForm.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents an [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineStyleBottom.md b/api/Access.SubForm.GridlineStyleBottom.md
index 2c9add56326..e3318cd57f4 100644
--- a/api/Access.SubForm.GridlineStyleBottom.md
+++ b/api/Access.SubForm.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineStyleBottom Property (Access)
+title: SubForm.GridlineStyleBottom property (Access)
keywords: vbaac10.chm11973
f1_keywords:
- vbaac10.chm11973
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineStyleBottom Property (Access)
+# SubForm.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified subform. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineStyleLeft.md b/api/Access.SubForm.GridlineStyleLeft.md
index 793569035a8..2d7c667b9ec 100644
--- a/api/Access.SubForm.GridlineStyleLeft.md
+++ b/api/Access.SubForm.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineStyleLeft Property (Access)
+title: SubForm.GridlineStyleLeft property (Access)
keywords: vbaac10.chm11970
f1_keywords:
- vbaac10.chm11970
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineStyleLeft Property (Access)
+# SubForm.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified subform. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineStyleRight.md b/api/Access.SubForm.GridlineStyleRight.md
index a952f5266d6..dc662f05d5a 100644
--- a/api/Access.SubForm.GridlineStyleRight.md
+++ b/api/Access.SubForm.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineStyleRight Property (Access)
+title: SubForm.GridlineStyleRight property (Access)
keywords: vbaac10.chm11972
f1_keywords:
- vbaac10.chm11972
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineStyleRight Property (Access)
+# SubForm.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified subform. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineStyleTop.md b/api/Access.SubForm.GridlineStyleTop.md
index 9eee6b3d470..634664aa0b6 100644
--- a/api/Access.SubForm.GridlineStyleTop.md
+++ b/api/Access.SubForm.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineStyleTop Property (Access)
+title: SubForm.GridlineStyleTop property (Access)
keywords: vbaac10.chm11971
f1_keywords:
- vbaac10.chm11971
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineStyleTop Property (Access)
+# SubForm.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified subform. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineThemeColorIndex.md b/api/Access.SubForm.GridlineThemeColorIndex.md
index c0aba84843f..66268ca5849 100644
--- a/api/Access.SubForm.GridlineThemeColorIndex.md
+++ b/api/Access.SubForm.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineThemeColorIndex Property (Access)
+title: SubForm.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineThemeColorIndex Property (Access)
+# SubForm.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineTint.md b/api/Access.SubForm.GridlineTint.md
index 1375271e45d..40fdc4495ae 100644
--- a/api/Access.SubForm.GridlineTint.md
+++ b/api/Access.SubForm.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineTint Property (Access)
+title: SubForm.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineTint Property (Access)
+# SubForm.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineWidthBottom.md b/api/Access.SubForm.GridlineWidthBottom.md
index b6eca139890..3efbccc605f 100644
--- a/api/Access.SubForm.GridlineWidthBottom.md
+++ b/api/Access.SubForm.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineWidthBottom Property (Access)
+title: SubForm.GridlineWidthBottom property (Access)
keywords: vbaac10.chm11977
f1_keywords:
- vbaac10.chm11977
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineWidthBottom Property (Access)
+# SubForm.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified subform. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineWidthLeft.md b/api/Access.SubForm.GridlineWidthLeft.md
index cf0d81b911b..a306f90dac4 100644
--- a/api/Access.SubForm.GridlineWidthLeft.md
+++ b/api/Access.SubForm.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineWidthLeft Property (Access)
+title: SubForm.GridlineWidthLeft property (Access)
keywords: vbaac10.chm11974
f1_keywords:
- vbaac10.chm11974
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineWidthLeft Property (Access)
+# SubForm.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified subform. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineWidthRight.md b/api/Access.SubForm.GridlineWidthRight.md
index 9f99f9b4035..825e008b84e 100644
--- a/api/Access.SubForm.GridlineWidthRight.md
+++ b/api/Access.SubForm.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineWidthRight Property (Access)
+title: SubForm.GridlineWidthRight property (Access)
keywords: vbaac10.chm11976
f1_keywords:
- vbaac10.chm11976
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineWidthRight Property (Access)
+# SubForm.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified subform. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.GridlineWidthTop.md b/api/Access.SubForm.GridlineWidthTop.md
index 3c984371d78..48ed8b9516a 100644
--- a/api/Access.SubForm.GridlineWidthTop.md
+++ b/api/Access.SubForm.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: SubForm.GridlineWidthTop Property (Access)
+title: SubForm.GridlineWidthTop property (Access)
keywords: vbaac10.chm11975
f1_keywords:
- vbaac10.chm11975
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.GridlineWidthTop Property (Access)
+# SubForm.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified subform. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Height.md b/api/Access.SubForm.Height.md
index 7706d2596a9..ad4e02009f5 100644
--- a/api/Access.SubForm.Height.md
+++ b/api/Access.SubForm.Height.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Height Property (Access)
+title: SubForm.Height property (Access)
keywords: vbaac10.chm11941
f1_keywords:
- vbaac10.chm11941
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Height Property (Access)
+# SubForm.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.HorizontalAnchor.md b/api/Access.SubForm.HorizontalAnchor.md
index 2a9ca85530b..706f6b0b519 100644
--- a/api/Access.SubForm.HorizontalAnchor.md
+++ b/api/Access.SubForm.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: SubForm.HorizontalAnchor Property (Access)
+title: SubForm.HorizontalAnchor property (Access)
keywords: vbaac10.chm11979
f1_keywords:
- vbaac10.chm11979
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.HorizontalAnchor Property (Access)
+# SubForm.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the subform is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.InSelection.md b/api/Access.SubForm.InSelection.md
index 31fff79e21a..820088a0773 100644
--- a/api/Access.SubForm.InSelection.md
+++ b/api/Access.SubForm.InSelection.md
@@ -1,5 +1,5 @@
---
-title: SubForm.InSelection Property (Access)
+title: SubForm.InSelection property (Access)
keywords: vbaac10.chm11957
f1_keywords:
- vbaac10.chm11957
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.InSelection Property (Access)
+# SubForm.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.IsVisible.md b/api/Access.SubForm.IsVisible.md
index 7000a52d4fb..ab13b85e252 100644
--- a/api/Access.SubForm.IsVisible.md
+++ b/api/Access.SubForm.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: SubForm.IsVisible Property (Access)
+title: SubForm.IsVisible property (Access)
keywords: vbaac10.chm11956
f1_keywords:
- vbaac10.chm11956
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.IsVisible Property (Access)
+# SubForm.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.LabelAlign.md b/api/Access.SubForm.LabelAlign.md
index 1aea5669f20..3dc9382bd3b 100644
--- a/api/Access.SubForm.LabelAlign.md
+++ b/api/Access.SubForm.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: SubForm.LabelAlign Property (Access)
+title: SubForm.LabelAlign property (Access)
keywords: vbaac10.chm11952
f1_keywords:
- vbaac10.chm11952
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.LabelAlign Property (Access)
+# SubForm.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.LabelX.md b/api/Access.SubForm.LabelX.md
index b0675d67a42..1b71d3e1f36 100644
--- a/api/Access.SubForm.LabelX.md
+++ b/api/Access.SubForm.LabelX.md
@@ -1,5 +1,5 @@
---
-title: SubForm.LabelX Property (Access)
+title: SubForm.LabelX property (Access)
keywords: vbaac10.chm11950
f1_keywords:
- vbaac10.chm11950
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SubForm.LabelX Property (Access)
+# SubForm.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.LabelY.md b/api/Access.SubForm.LabelY.md
index 2658ff0d3e5..1bcbf82d5aa 100644
--- a/api/Access.SubForm.LabelY.md
+++ b/api/Access.SubForm.LabelY.md
@@ -1,5 +1,5 @@
---
-title: SubForm.LabelY Property (Access)
+title: SubForm.LabelY property (Access)
keywords: vbaac10.chm11951
f1_keywords:
- vbaac10.chm11951
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SubForm.LabelY Property (Access)
+# SubForm.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Layout.md b/api/Access.SubForm.Layout.md
index f06fac28471..963afc6ef45 100644
--- a/api/Access.SubForm.Layout.md
+++ b/api/Access.SubForm.Layout.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Layout Property (Access)
+title: SubForm.Layout property (Access)
keywords: vbaac10.chm11965
f1_keywords:
- vbaac10.chm11965
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Layout Property (Access)
+# SubForm.Layout property (Access)
Returns the type of layout for the specified subform. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## See also
diff --git a/api/Access.SubForm.LayoutID.md b/api/Access.SubForm.LayoutID.md
index 2ed2b6878d6..bb819b91a20 100644
--- a/api/Access.SubForm.LayoutID.md
+++ b/api/Access.SubForm.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: SubForm.LayoutID Property (Access)
+title: SubForm.LayoutID property (Access)
keywords: vbaac10.chm11982
f1_keywords:
- vbaac10.chm11982
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.LayoutID Property (Access)
+# SubForm.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified subform. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Left.md b/api/Access.SubForm.Left.md
index da0e9265670..5a1a36ec019 100644
--- a/api/Access.SubForm.Left.md
+++ b/api/Access.SubForm.Left.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Left Property (Access)
+title: SubForm.Left property (Access)
keywords: vbaac10.chm11938
f1_keywords:
- vbaac10.chm11938
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Left Property (Access)
+# SubForm.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.LeftPadding.md b/api/Access.SubForm.LeftPadding.md
index 01da9affabd..82be769578a 100644
--- a/api/Access.SubForm.LeftPadding.md
+++ b/api/Access.SubForm.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: SubForm.LeftPadding Property (Access)
+title: SubForm.LeftPadding property (Access)
keywords: vbaac10.chm11966
f1_keywords:
- vbaac10.chm11966
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.LeftPadding Property (Access)
+# SubForm.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the subform and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## See also
diff --git a/api/Access.SubForm.LinkChildFields.md b/api/Access.SubForm.LinkChildFields.md
index 3f120d2ed20..f88f98f9f27 100644
--- a/api/Access.SubForm.LinkChildFields.md
+++ b/api/Access.SubForm.LinkChildFields.md
@@ -1,5 +1,5 @@
---
-title: SubForm.LinkChildFields Property (Access)
+title: SubForm.LinkChildFields property (Access)
keywords: vbaac10.chm11927
f1_keywords:
- vbaac10.chm11927
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.LinkChildFields Property (Access)
+# SubForm.LinkChildFields property (Access)
You can use the **LinkChildFields** property (along with the **LinkMasterFields** property) together to specify how Microsoft Access links records in a form or report to records in a subform, subreport, or embedded object, such as a chart. If these properties are set, Microsoft Access automatically updates the related record in the subform when you change to a new record in a main form. Read/write **String**.
## Syntax
- _expression_. `LinkChildFields`
+_expression_. `LinkChildFields`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.LinkMasterFields.md b/api/Access.SubForm.LinkMasterFields.md
index bc0c4ef7863..4345098833d 100644
--- a/api/Access.SubForm.LinkMasterFields.md
+++ b/api/Access.SubForm.LinkMasterFields.md
@@ -1,5 +1,5 @@
---
-title: SubForm.LinkMasterFields Property (Access)
+title: SubForm.LinkMasterFields property (Access)
keywords: vbaac10.chm11928
f1_keywords:
- vbaac10.chm11928
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.LinkMasterFields Property (Access)
+# SubForm.LinkMasterFields property (Access)
You can use the **LinkMasterFields** property (along with the **LinkChildFields** property) together to specify how Microsoft Access links records in a form or report to records in a subform, subreport, or embedded object, such as a chart. If these properties are set, Microsoft Access automatically updates the related record in the subform when you change to a new record in a main form. Read/write **String**.
## Syntax
- _expression_. `LinkMasterFields`
+_expression_. `LinkMasterFields`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Locked.md b/api/Access.SubForm.Locked.md
index 70e7a101c1a..dffe7020466 100644
--- a/api/Access.SubForm.Locked.md
+++ b/api/Access.SubForm.Locked.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Locked Property (Access)
+title: SubForm.Locked property (Access)
keywords: vbaac10.chm11933
f1_keywords:
- vbaac10.chm11933
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Locked Property (Access)
+# SubForm.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Move.md b/api/Access.SubForm.Move.md
index 54db7926715..572709e5f62 100644
--- a/api/Access.SubForm.Move.md
+++ b/api/Access.SubForm.Move.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Move Method (Access)
+title: SubForm.Move method (Access)
keywords: vbaac10.chm11961
f1_keywords:
- vbaac10.chm11961
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# SubForm.Move Method (Access)
+# SubForm.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.SubForm.Name.md b/api/Access.SubForm.Name.md
index d2be620e937..fe47781c6d0 100644
--- a/api/Access.SubForm.Name.md
+++ b/api/Access.SubForm.Name.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Name Property (Access)
+title: SubForm.Name property (Access)
keywords: vbaac10.chm11960
f1_keywords:
- vbaac10.chm11960
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Name Property (Access)
+# SubForm.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.OldBorderStyle.md b/api/Access.SubForm.OldBorderStyle.md
index b7edf4f74eb..aa2546d65bd 100644
--- a/api/Access.SubForm.OldBorderStyle.md
+++ b/api/Access.SubForm.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: SubForm.OldBorderStyle Property (Access)
+title: SubForm.OldBorderStyle property (Access)
keywords: vbaac10.chm11944
f1_keywords:
- vbaac10.chm11944
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.OldBorderStyle Property (Access)
+# SubForm.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.OnEnter.md b/api/Access.SubForm.OnEnter.md
index 55c2853f9ca..393bc68c7b5 100644
--- a/api/Access.SubForm.OnEnter.md
+++ b/api/Access.SubForm.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: SubForm.OnEnter Property (Access)
+title: SubForm.OnEnter property (Access)
keywords: vbaac10.chm11958
f1_keywords:
- vbaac10.chm11958
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.OnEnter Property (Access)
+# SubForm.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.SubForm.OnExit.md b/api/Access.SubForm.OnExit.md
index e8cc1751ffd..cc7f99955cf 100644
--- a/api/Access.SubForm.OnExit.md
+++ b/api/Access.SubForm.OnExit.md
@@ -1,5 +1,5 @@
---
-title: SubForm.OnExit Property (Access)
+title: SubForm.OnExit property (Access)
keywords: vbaac10.chm11959
f1_keywords:
- vbaac10.chm11959
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.OnExit Property (Access)
+# SubForm.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.SubForm.Parent.md b/api/Access.SubForm.Parent.md
index 44920df6abe..7ae8f199970 100644
--- a/api/Access.SubForm.Parent.md
+++ b/api/Access.SubForm.Parent.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Parent Property (Access)
+title: SubForm.Parent property (Access)
keywords: vbaac10.chm11915
f1_keywords:
- vbaac10.chm11915
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Parent Property (Access)
+# SubForm.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Properties.md b/api/Access.SubForm.Properties.md
index 0c6d6a139d1..b8edc8a2c01 100644
--- a/api/Access.SubForm.Properties.md
+++ b/api/Access.SubForm.Properties.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Properties Property (Access)
+title: SubForm.Properties property (Access)
keywords: vbaac10.chm11918
f1_keywords:
- vbaac10.chm11918
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Properties Property (Access)
+# SubForm.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Report.md b/api/Access.SubForm.Report.md
index e75bbcd6873..7b78dd666fc 100644
--- a/api/Access.SubForm.Report.md
+++ b/api/Access.SubForm.Report.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Report Property (Access)
+title: SubForm.Report property (Access)
keywords: vbaac10.chm11917
f1_keywords:
- vbaac10.chm11917
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Report Property (Access)
+# SubForm.Report property (Access)
You can use the **Report** property to refer to a report or to refer to the report associated with a subreport control. Read-only **Report**.
## Syntax
- _expression_. `Report`
+_expression_. `Report`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Requery.md b/api/Access.SubForm.Requery.md
index c4893c11bae..4d0e8e8c376 100644
--- a/api/Access.SubForm.Requery.md
+++ b/api/Access.SubForm.Requery.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Requery Method (Access)
+title: SubForm.Requery method (Access)
keywords: vbaac10.chm11921
f1_keywords:
- vbaac10.chm11921
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Requery Method (Access)
+# SubForm.Requery method (Access)
The **Requery** method updates the data underlying a specified subform by requerying the source of data for the subform.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.RightPadding.md b/api/Access.SubForm.RightPadding.md
index 652fae2c277..85b03cbb292 100644
--- a/api/Access.SubForm.RightPadding.md
+++ b/api/Access.SubForm.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: SubForm.RightPadding Property (Access)
+title: SubForm.RightPadding property (Access)
keywords: vbaac10.chm11968
f1_keywords:
- vbaac10.chm11968
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.RightPadding Property (Access)
+# SubForm.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the subform and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## See also
diff --git a/api/Access.SubForm.Section.md b/api/Access.SubForm.Section.md
index 0be85d347ee..cdd3d893f9c 100644
--- a/api/Access.SubForm.Section.md
+++ b/api/Access.SubForm.Section.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Section Property (Access)
+title: SubForm.Section property (Access)
keywords: vbaac10.chm11953
f1_keywords:
- vbaac10.chm11953
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Section Property (Access)
+# SubForm.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.SetFocus.md b/api/Access.SubForm.SetFocus.md
index cab3b85aef9..521fdffa350 100644
--- a/api/Access.SubForm.SetFocus.md
+++ b/api/Access.SubForm.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: SubForm.SetFocus Method (Access)
+title: SubForm.SetFocus method (Access)
keywords: vbaac10.chm11920
f1_keywords:
- vbaac10.chm11920
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# SubForm.SetFocus Method (Access)
+# SubForm.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.SubForm.SizeToFit.md b/api/Access.SubForm.SizeToFit.md
index 49bcfe125d7..f2e5d679891 100644
--- a/api/Access.SubForm.SizeToFit.md
+++ b/api/Access.SubForm.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: SubForm.SizeToFit Method (Access)
+title: SubForm.SizeToFit method (Access)
keywords: vbaac10.chm11919
f1_keywords:
- vbaac10.chm11919
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.SizeToFit Method (Access)
+# SubForm.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.SourceObject.md b/api/Access.SubForm.SourceObject.md
index 7a5d070f6d3..a275c44ce96 100644
--- a/api/Access.SubForm.SourceObject.md
+++ b/api/Access.SubForm.SourceObject.md
@@ -1,5 +1,5 @@
---
-title: SubForm.SourceObject Property (Access)
+title: SubForm.SourceObject property (Access)
keywords: vbaac10.chm11926
f1_keywords:
- vbaac10.chm11926
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.SourceObject Property (Access)
+# SubForm.SourceObject property (Access)
You can use the **SourceObject** property to identify the form or report that is the source of the subform or subreport on a form or report. Read/write **String**.
## Syntax
- _expression_. `SourceObject`
+_expression_. `SourceObject`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.SpecialEffect.md b/api/Access.SubForm.SpecialEffect.md
index a5acfe2adce..35a69d431fd 100644
--- a/api/Access.SubForm.SpecialEffect.md
+++ b/api/Access.SubForm.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: SubForm.SpecialEffect Property (Access)
+title: SubForm.SpecialEffect property (Access)
keywords: vbaac10.chm11942
f1_keywords:
- vbaac10.chm11942
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.SpecialEffect Property (Access)
+# SubForm.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.StatusBarText.md b/api/Access.SubForm.StatusBarText.md
index 3a4f3ede27b..7b665253aa0 100644
--- a/api/Access.SubForm.StatusBarText.md
+++ b/api/Access.SubForm.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: SubForm.StatusBarText Property (Access)
+title: SubForm.StatusBarText property (Access)
keywords: vbaac10.chm11929
f1_keywords:
- vbaac10.chm11929
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.StatusBarText Property (Access)
+# SubForm.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.TabIndex.md b/api/Access.SubForm.TabIndex.md
index 82e03eccaa0..b103e1c314f 100644
--- a/api/Access.SubForm.TabIndex.md
+++ b/api/Access.SubForm.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: SubForm.TabIndex Property (Access)
+title: SubForm.TabIndex property (Access)
keywords: vbaac10.chm11935
f1_keywords:
- vbaac10.chm11935
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.TabIndex Property (Access)
+# SubForm.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.TabStop.md b/api/Access.SubForm.TabStop.md
index 86875ab9fdf..d0fc52b74e8 100644
--- a/api/Access.SubForm.TabStop.md
+++ b/api/Access.SubForm.TabStop.md
@@ -1,5 +1,5 @@
---
-title: SubForm.TabStop Property (Access)
+title: SubForm.TabStop property (Access)
keywords: vbaac10.chm11934
f1_keywords:
- vbaac10.chm11934
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.TabStop Property (Access)
+# SubForm.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Tag.md b/api/Access.SubForm.Tag.md
index ec8ad85ff68..b71625c2d0e 100644
--- a/api/Access.SubForm.Tag.md
+++ b/api/Access.SubForm.Tag.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Tag Property (Access)
+title: SubForm.Tag property (Access)
keywords: vbaac10.chm11955
f1_keywords:
- vbaac10.chm11955
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Tag Property (Access)
+# SubForm.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Top.md b/api/Access.SubForm.Top.md
index e7f673f4f33..3cc543042d5 100644
--- a/api/Access.SubForm.Top.md
+++ b/api/Access.SubForm.Top.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Top Property (Access)
+title: SubForm.Top property (Access)
keywords: vbaac10.chm11939
f1_keywords:
- vbaac10.chm11939
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Top Property (Access)
+# SubForm.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.TopPadding.md b/api/Access.SubForm.TopPadding.md
index 2d6bd4d09d5..469f0604acd 100644
--- a/api/Access.SubForm.TopPadding.md
+++ b/api/Access.SubForm.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: SubForm.TopPadding Property (Access)
+title: SubForm.TopPadding property (Access)
keywords: vbaac10.chm11967
f1_keywords:
- vbaac10.chm11967
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.TopPadding Property (Access)
+# SubForm.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the subform and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## See also
diff --git a/api/Access.SubForm.VerticalAnchor.md b/api/Access.SubForm.VerticalAnchor.md
index 79c423e828d..9247d6ec7d7 100644
--- a/api/Access.SubForm.VerticalAnchor.md
+++ b/api/Access.SubForm.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: SubForm.VerticalAnchor Property (Access)
+title: SubForm.VerticalAnchor property (Access)
keywords: vbaac10.chm11980
f1_keywords:
- vbaac10.chm11980
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.VerticalAnchor Property (Access)
+# SubForm.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified subform is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Visible.md b/api/Access.SubForm.Visible.md
index f2dd3525604..42ee9d2e29d 100644
--- a/api/Access.SubForm.Visible.md
+++ b/api/Access.SubForm.Visible.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Visible Property (Access)
+title: SubForm.Visible property (Access)
keywords: vbaac10.chm11930
f1_keywords:
- vbaac10.chm11930
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Visible Property (Access)
+# SubForm.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.Width.md b/api/Access.SubForm.Width.md
index 3ce16e1b847..4a4fda8853f 100644
--- a/api/Access.SubForm.Width.md
+++ b/api/Access.SubForm.Width.md
@@ -1,5 +1,5 @@
---
-title: SubForm.Width Property (Access)
+title: SubForm.Width property (Access)
keywords: vbaac10.chm11940
f1_keywords:
- vbaac10.chm11940
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# SubForm.Width Property (Access)
+# SubForm.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
+_expression_ A variable that represents a [SubForm](Access.SubForm.md) object.
## Remarks
diff --git a/api/Access.SubForm.md b/api/Access.SubForm.md
index 8127ee2395d..155908bc14b 100644
--- a/api/Access.SubForm.md
+++ b/api/Access.SubForm.md
@@ -1,5 +1,5 @@
---
-title: SubForm Object (Access)
+title: SubForm object (Access)
keywords: vbaac10.chm11985
f1_keywords:
- vbaac10.chm11985
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# SubForm Object (Access)
+# SubForm object (Access)
This object corresponds to a subform control. The subform control embeds a form in a form.
diff --git a/api/Access.TabControl.Application.md b/api/Access.TabControl.Application.md
index 3edc6b9b519..7e1160745d0 100644
--- a/api/Access.TabControl.Application.md
+++ b/api/Access.TabControl.Application.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Application Property (Access)
+title: TabControl.Application property (Access)
keywords: vbaac10.chm12065
f1_keywords:
- vbaac10.chm12065
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Application Property (Access)
+# TabControl.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BackColor.md b/api/Access.TabControl.BackColor.md
index ff42388c1c1..ee600a01de1 100644
--- a/api/Access.TabControl.BackColor.md
+++ b/api/Access.TabControl.BackColor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BackColor Property (Access)
+title: TabControl.BackColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BackColor Property (Access)
+# TabControl.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BackShade.md b/api/Access.TabControl.BackShade.md
index 2b127cc0ade..bbfd913373d 100644
--- a/api/Access.TabControl.BackShade.md
+++ b/api/Access.TabControl.BackShade.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BackShade Property (Access)
+title: TabControl.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BackShade Property (Access)
+# TabControl.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BackStyle.md b/api/Access.TabControl.BackStyle.md
index ac4149ec14d..cd68cf4c471 100644
--- a/api/Access.TabControl.BackStyle.md
+++ b/api/Access.TabControl.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BackStyle Property (Access)
+title: TabControl.BackStyle property (Access)
keywords: vbaac10.chm12085
f1_keywords:
- vbaac10.chm12085
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BackStyle Property (Access)
+# TabControl.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BackThemeColorIndex.md b/api/Access.TabControl.BackThemeColorIndex.md
index c9e30e71854..985ee8dcd64 100644
--- a/api/Access.TabControl.BackThemeColorIndex.md
+++ b/api/Access.TabControl.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BackThemeColorIndex Property (Access)
+title: TabControl.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BackThemeColorIndex Property (Access)
+# TabControl.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BackTint.md b/api/Access.TabControl.BackTint.md
index 3dbfdcab00b..5bc74435036 100644
--- a/api/Access.TabControl.BackTint.md
+++ b/api/Access.TabControl.BackTint.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BackTint Property (Access)
+title: TabControl.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BackTint Property (Access)
+# TabControl.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BorderColor.md b/api/Access.TabControl.BorderColor.md
index f40664b26b1..1845bfefc6d 100644
--- a/api/Access.TabControl.BorderColor.md
+++ b/api/Access.TabControl.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BorderColor Property (Access)
+title: TabControl.BorderColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BorderColor Property (Access)
+# TabControl.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BorderShade.md b/api/Access.TabControl.BorderShade.md
index 1a2d59c679a..3d1009ee03a 100644
--- a/api/Access.TabControl.BorderShade.md
+++ b/api/Access.TabControl.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BorderShade Property (Access)
+title: TabControl.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BorderShade Property (Access)
+# TabControl.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BorderStyle.md b/api/Access.TabControl.BorderStyle.md
index 2523519cb56..08d9ce6911d 100644
--- a/api/Access.TabControl.BorderStyle.md
+++ b/api/Access.TabControl.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BorderStyle Property (Access)
+title: TabControl.BorderStyle property (Access)
keywords: vbaac10.chm10204
f1_keywords:
- vbaac10.chm10204
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BorderStyle Property (Access)
+# TabControl.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BorderThemeColorIndex.md b/api/Access.TabControl.BorderThemeColorIndex.md
index 2de3a6d0fe1..1fcae03b2c4 100644
--- a/api/Access.TabControl.BorderThemeColorIndex.md
+++ b/api/Access.TabControl.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BorderThemeColorIndex Property (Access)
+title: TabControl.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BorderThemeColorIndex Property (Access)
+# TabControl.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BorderTint.md b/api/Access.TabControl.BorderTint.md
index 89a302f717c..02e53d2edf5 100644
--- a/api/Access.TabControl.BorderTint.md
+++ b/api/Access.TabControl.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BorderTint Property (Access)
+title: TabControl.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BorderTint Property (Access)
+# TabControl.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.BottomPadding.md b/api/Access.TabControl.BottomPadding.md
index 03e0835ff3d..bd92d2f8590 100644
--- a/api/Access.TabControl.BottomPadding.md
+++ b/api/Access.TabControl.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: TabControl.BottomPadding Property (Access)
+title: TabControl.BottomPadding property (Access)
keywords: vbaac10.chm14539
f1_keywords:
- vbaac10.chm14539
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.BottomPadding Property (Access)
+# TabControl.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## See also
diff --git a/api/Access.TabControl.Change.md b/api/Access.TabControl.Change.md
index b2f8e2bd324..7499c10adac 100644
--- a/api/Access.TabControl.Change.md
+++ b/api/Access.TabControl.Change.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Change Event (Access)
+title: TabControl.Change event (Access)
keywords: vbaac10.chm14278
f1_keywords:
- vbaac10.chm14278
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Change Event (Access)
+# TabControl.Change event (Access)
The **Change** event occurs when when you move from one page to another page.
## Syntax
- _expression_. `Change`
+_expression_. `Change`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Click.md b/api/Access.TabControl.Click.md
index 7052e6134ed..61c2feef1a5 100644
--- a/api/Access.TabControl.Click.md
+++ b/api/Access.TabControl.Click.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Click Event (Access)
+title: TabControl.Click event (Access)
keywords: vbaac10.chm14270
f1_keywords:
- vbaac10.chm14270
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Click Event (Access)
+# TabControl.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.ControlType.md b/api/Access.TabControl.ControlType.md
index 7ac950e4823..581c6a517fd 100644
--- a/api/Access.TabControl.ControlType.md
+++ b/api/Access.TabControl.ControlType.md
@@ -1,5 +1,5 @@
---
-title: TabControl.ControlType Property (Access)
+title: TabControl.ControlType property (Access)
keywords: vbaac10.chm12074
f1_keywords:
- vbaac10.chm12074
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.ControlType Property (Access)
+# TabControl.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.DblClick.md b/api/Access.TabControl.DblClick.md
index 16f7b44a390..83fae167768 100644
--- a/api/Access.TabControl.DblClick.md
+++ b/api/Access.TabControl.DblClick.md
@@ -1,5 +1,5 @@
---
-title: TabControl.DblClick Event (Access)
+title: TabControl.DblClick event (Access)
keywords: vbaac10.chm14271
f1_keywords:
- vbaac10.chm14271
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TabControl.DblClick Event (Access)
+# TabControl.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.TabControl.DisplayWhen.md b/api/Access.TabControl.DisplayWhen.md
index 40cd6e4135b..98a65bee11a 100644
--- a/api/Access.TabControl.DisplayWhen.md
+++ b/api/Access.TabControl.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: TabControl.DisplayWhen Property (Access)
+title: TabControl.DisplayWhen property (Access)
keywords: vbaac10.chm12077
f1_keywords:
- vbaac10.chm12077
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.DisplayWhen Property (Access)
+# TabControl.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Enabled.md b/api/Access.TabControl.Enabled.md
index ec1b6ed79b1..0c40bb9f737 100644
--- a/api/Access.TabControl.Enabled.md
+++ b/api/Access.TabControl.Enabled.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Enabled Property (Access)
+title: TabControl.Enabled property (Access)
keywords: vbaac10.chm12078
f1_keywords:
- vbaac10.chm12078
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Enabled Property (Access)
+# TabControl.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.EventProcPrefix.md b/api/Access.TabControl.EventProcPrefix.md
index edc27189621..b4786ede44b 100644
--- a/api/Access.TabControl.EventProcPrefix.md
+++ b/api/Access.TabControl.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: TabControl.EventProcPrefix Property (Access)
+title: TabControl.EventProcPrefix property (Access)
keywords: vbaac10.chm12072
f1_keywords:
- vbaac10.chm12072
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.EventProcPrefix Property (Access)
+# TabControl.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.FontBold.md b/api/Access.TabControl.FontBold.md
index 233f18fc88b..0101d006717 100644
--- a/api/Access.TabControl.FontBold.md
+++ b/api/Access.TabControl.FontBold.md
@@ -1,5 +1,5 @@
---
-title: TabControl.FontBold Property (Access)
+title: TabControl.FontBold property (Access)
keywords: vbaac10.chm12096
f1_keywords:
- vbaac10.chm12096
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TabControl.FontBold Property (Access)
+# TabControl.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.FontItalic.md b/api/Access.TabControl.FontItalic.md
index 065bde0a26b..2400685fae1 100644
--- a/api/Access.TabControl.FontItalic.md
+++ b/api/Access.TabControl.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: TabControl.FontItalic Property (Access)
+title: TabControl.FontItalic property (Access)
keywords: vbaac10.chm12093
f1_keywords:
- vbaac10.chm12093
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TabControl.FontItalic Property (Access)
+# TabControl.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.FontName.md b/api/Access.TabControl.FontName.md
index f0933aca982..fcaeff1faf5 100644
--- a/api/Access.TabControl.FontName.md
+++ b/api/Access.TabControl.FontName.md
@@ -1,5 +1,5 @@
---
-title: TabControl.FontName Property (Access)
+title: TabControl.FontName property (Access)
keywords: vbaac10.chm12090
f1_keywords:
- vbaac10.chm12090
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TabControl.FontName Property (Access)
+# TabControl.FontName property (Access)
You can use the **FontName** property to specify the font for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **String**.
## Syntax
- _expression_. `FontName`
+_expression_. `FontName`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.FontSize.md b/api/Access.TabControl.FontSize.md
index 033852de6f9..75562d2a644 100644
--- a/api/Access.TabControl.FontSize.md
+++ b/api/Access.TabControl.FontSize.md
@@ -1,5 +1,5 @@
---
-title: TabControl.FontSize Property (Access)
+title: TabControl.FontSize property (Access)
keywords: vbaac10.chm12091
f1_keywords:
- vbaac10.chm12091
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TabControl.FontSize Property (Access)
+# TabControl.FontSize property (Access)
You can use the **FontSize** property to specify the point size for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **Integer**.
## Syntax
- _expression_. `FontSize`
+_expression_. `FontSize`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.FontUnderline.md b/api/Access.TabControl.FontUnderline.md
index d465b4fbcfd..98c6a72a641 100644
--- a/api/Access.TabControl.FontUnderline.md
+++ b/api/Access.TabControl.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: TabControl.FontUnderline Property (Access)
+title: TabControl.FontUnderline property (Access)
keywords: vbaac10.chm12094
f1_keywords:
- vbaac10.chm12094
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TabControl.FontUnderline Property (Access)
+# TabControl.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.FontWeight.md b/api/Access.TabControl.FontWeight.md
index 1b4116e6ff3..f2b27b4a4e2 100644
--- a/api/Access.TabControl.FontWeight.md
+++ b/api/Access.TabControl.FontWeight.md
@@ -1,5 +1,5 @@
---
-title: TabControl.FontWeight Property (Access)
+title: TabControl.FontWeight property (Access)
keywords: vbaac10.chm12092
f1_keywords:
- vbaac10.chm12092
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.FontWeight Property (Access)
+# TabControl.FontWeight property (Access)
You can use the **DatasheetFontWeight** property to specify the line width of the font used to display and print characters for field names and data in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `FontWeight`
+_expression_. `FontWeight`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.ForeColor.md b/api/Access.TabControl.ForeColor.md
index ea356a9718d..079f06e3932 100644
--- a/api/Access.TabControl.ForeColor.md
+++ b/api/Access.TabControl.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.ForeColor Property (Access)
+title: TabControl.ForeColor property (Access)
keywords: vbaac10.chm11083
f1_keywords:
- vbaac10.chm11083
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.ForeColor Property (Access)
+# TabControl.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.ForeShade.md b/api/Access.TabControl.ForeShade.md
index c61c47ab529..9d9ea5d1aff 100644
--- a/api/Access.TabControl.ForeShade.md
+++ b/api/Access.TabControl.ForeShade.md
@@ -1,5 +1,5 @@
---
-title: TabControl.ForeShade Property (Access)
+title: TabControl.ForeShade property (Access)
keywords: vbaac10.chm14606
f1_keywords:
- vbaac10.chm14606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.ForeShade Property (Access)
+# TabControl.ForeShade property (Access)
Gets or sets the shade that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeShade`
+_expression_. `ForeShade`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.ForeThemeColorIndex.md b/api/Access.TabControl.ForeThemeColorIndex.md
index b75514635ed..87695369df4 100644
--- a/api/Access.TabControl.ForeThemeColorIndex.md
+++ b/api/Access.TabControl.ForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.ForeThemeColorIndex Property (Access)
+title: TabControl.ForeThemeColorIndex property (Access)
keywords: vbaac10.chm14604
f1_keywords:
- vbaac10.chm14604
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.ForeThemeColorIndex Property (Access)
+# TabControl.ForeThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **ForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ForeThemeColorIndex`
+_expression_. `ForeThemeColorIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.ForeTint.md b/api/Access.TabControl.ForeTint.md
index 9da747ef38a..e00e6b51af4 100644
--- a/api/Access.TabControl.ForeTint.md
+++ b/api/Access.TabControl.ForeTint.md
@@ -1,5 +1,5 @@
---
-title: TabControl.ForeTint Property (Access)
+title: TabControl.ForeTint property (Access)
keywords: vbaac10.chm14605
f1_keywords:
- vbaac10.chm14605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.ForeTint Property (Access)
+# TabControl.ForeTint property (Access)
Gets or sets the tint that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeTint`
+_expression_. `ForeTint`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Gradient.md b/api/Access.TabControl.Gradient.md
index f0320ff0213..a080a3166d4 100644
--- a/api/Access.TabControl.Gradient.md
+++ b/api/Access.TabControl.Gradient.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Gradient Property (Access)
+title: TabControl.Gradient property (Access)
keywords: vbaac10.chm14662
f1_keywords:
- vbaac10.chm14662
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Gradient Property (Access)
+# TabControl.Gradient property (Access)
Gets or sets the gradient fill applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Gradient`
+_expression_. `Gradient`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineColor.md b/api/Access.TabControl.GridlineColor.md
index e66b5117d53..aef9b9c16f8 100644
--- a/api/Access.TabControl.GridlineColor.md
+++ b/api/Access.TabControl.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineColor Property (Access)
+title: TabControl.GridlineColor property (Access)
keywords: vbaac10.chm14549
f1_keywords:
- vbaac10.chm14549
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineColor Property (Access)
+# TabControl.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified list box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineShade.md b/api/Access.TabControl.GridlineShade.md
index 1d11c5efb0a..8f417d835d7 100644
--- a/api/Access.TabControl.GridlineShade.md
+++ b/api/Access.TabControl.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineShade Property (Access)
+title: TabControl.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineShade Property (Access)
+# TabControl.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents an [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineStyleBottom.md b/api/Access.TabControl.GridlineStyleBottom.md
index 5e3b95d2307..063bbdc542a 100644
--- a/api/Access.TabControl.GridlineStyleBottom.md
+++ b/api/Access.TabControl.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineStyleBottom Property (Access)
+title: TabControl.GridlineStyleBottom property (Access)
keywords: vbaac10.chm14543
f1_keywords:
- vbaac10.chm14543
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineStyleBottom Property (Access)
+# TabControl.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineStyleLeft.md b/api/Access.TabControl.GridlineStyleLeft.md
index c3e5a8ed54c..d3664315737 100644
--- a/api/Access.TabControl.GridlineStyleLeft.md
+++ b/api/Access.TabControl.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineStyleLeft Property (Access)
+title: TabControl.GridlineStyleLeft property (Access)
keywords: vbaac10.chm14540
f1_keywords:
- vbaac10.chm14540
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineStyleLeft Property (Access)
+# TabControl.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineStyleRight.md b/api/Access.TabControl.GridlineStyleRight.md
index d95d4b7d790..caa11e84f41 100644
--- a/api/Access.TabControl.GridlineStyleRight.md
+++ b/api/Access.TabControl.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineStyleRight Property (Access)
+title: TabControl.GridlineStyleRight property (Access)
keywords: vbaac10.chm14542
f1_keywords:
- vbaac10.chm14542
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineStyleRight Property (Access)
+# TabControl.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineStyleTop.md b/api/Access.TabControl.GridlineStyleTop.md
index 0d4d4aaae72..25e2e2d803f 100644
--- a/api/Access.TabControl.GridlineStyleTop.md
+++ b/api/Access.TabControl.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineStyleTop Property (Access)
+title: TabControl.GridlineStyleTop property (Access)
keywords: vbaac10.chm14541
f1_keywords:
- vbaac10.chm14541
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineStyleTop Property (Access)
+# TabControl.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineThemeColorIndex.md b/api/Access.TabControl.GridlineThemeColorIndex.md
index 3eef3851fa4..eea147a2759 100644
--- a/api/Access.TabControl.GridlineThemeColorIndex.md
+++ b/api/Access.TabControl.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineThemeColorIndex Property (Access)
+title: TabControl.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineThemeColorIndex Property (Access)
+# TabControl.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineTint.md b/api/Access.TabControl.GridlineTint.md
index 68fd3d139b5..72a6abc00e6 100644
--- a/api/Access.TabControl.GridlineTint.md
+++ b/api/Access.TabControl.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineTint Property (Access)
+title: TabControl.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineTint Property (Access)
+# TabControl.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineWidthBottom.md b/api/Access.TabControl.GridlineWidthBottom.md
index 03120eb211d..2145831d8e0 100644
--- a/api/Access.TabControl.GridlineWidthBottom.md
+++ b/api/Access.TabControl.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineWidthBottom Property (Access)
+title: TabControl.GridlineWidthBottom property (Access)
keywords: vbaac10.chm14547
f1_keywords:
- vbaac10.chm14547
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineWidthBottom Property (Access)
+# TabControl.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineWidthLeft.md b/api/Access.TabControl.GridlineWidthLeft.md
index e4807e254ff..1f11a6780ea 100644
--- a/api/Access.TabControl.GridlineWidthLeft.md
+++ b/api/Access.TabControl.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineWidthLeft Property (Access)
+title: TabControl.GridlineWidthLeft property (Access)
keywords: vbaac10.chm14544
f1_keywords:
- vbaac10.chm14544
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineWidthLeft Property (Access)
+# TabControl.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineWidthRight.md b/api/Access.TabControl.GridlineWidthRight.md
index 0f5179f9709..4e385ad5c43 100644
--- a/api/Access.TabControl.GridlineWidthRight.md
+++ b/api/Access.TabControl.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineWidthRight Property (Access)
+title: TabControl.GridlineWidthRight property (Access)
keywords: vbaac10.chm14546
f1_keywords:
- vbaac10.chm14546
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineWidthRight Property (Access)
+# TabControl.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.GridlineWidthTop.md b/api/Access.TabControl.GridlineWidthTop.md
index e6382e30f14..e44608da5f5 100644
--- a/api/Access.TabControl.GridlineWidthTop.md
+++ b/api/Access.TabControl.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: TabControl.GridlineWidthTop Property (Access)
+title: TabControl.GridlineWidthTop property (Access)
keywords: vbaac10.chm14545
f1_keywords:
- vbaac10.chm14545
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.GridlineWidthTop Property (Access)
+# TabControl.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Height.md b/api/Access.TabControl.Height.md
index 76588f56625..b68b0be09c8 100644
--- a/api/Access.TabControl.Height.md
+++ b/api/Access.TabControl.Height.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Height Property (Access)
+title: TabControl.Height property (Access)
keywords: vbaac10.chm12084
f1_keywords:
- vbaac10.chm12084
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Height Property (Access)
+# TabControl.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HelpContextId.md b/api/Access.TabControl.HelpContextId.md
index 335e2a5f402..1002926e734 100644
--- a/api/Access.TabControl.HelpContextId.md
+++ b/api/Access.TabControl.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HelpContextId Property (Access)
+title: TabControl.HelpContextId property (Access)
keywords: vbaac10.chm12098
f1_keywords:
- vbaac10.chm12098
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HelpContextId Property (Access)
+# TabControl.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HorizontalAnchor.md b/api/Access.TabControl.HorizontalAnchor.md
index 305350c4c11..3ad836cc3ee 100644
--- a/api/Access.TabControl.HorizontalAnchor.md
+++ b/api/Access.TabControl.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HorizontalAnchor Property (Access)
+title: TabControl.HorizontalAnchor property (Access)
keywords: vbaac10.chm12125
f1_keywords:
- vbaac10.chm12125
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HorizontalAnchor Property (Access)
+# TabControl.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the tab control is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HoverColor.md b/api/Access.TabControl.HoverColor.md
index 7431ca03814..f2c07357ad7 100644
--- a/api/Access.TabControl.HoverColor.md
+++ b/api/Access.TabControl.HoverColor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HoverColor Property (Access)
+title: TabControl.HoverColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HoverColor Property (Access)
+# TabControl.HoverColor property (Access)
Gets or sets the color displayed on the control when the user rests the mouse cursor over it. Read/write **Long**.
## Syntax
- _expression_. `HoverColor`
+_expression_. `HoverColor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HoverForeColor.md b/api/Access.TabControl.HoverForeColor.md
index efb20825b8a..77d4b9573f2 100644
--- a/api/Access.TabControl.HoverForeColor.md
+++ b/api/Access.TabControl.HoverForeColor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HoverForeColor Property (Access)
+title: TabControl.HoverForeColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HoverForeColor Property (Access)
+# TabControl.HoverForeColor property (Access)
Gets or sets the color of the text displayed on the control when the user rests the mouse cursor over it. Read/write **Long**.
## Syntax
- _expression_. `HoverForeColor`
+_expression_. `HoverForeColor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HoverForeShade.md b/api/Access.TabControl.HoverForeShade.md
index 228342baffb..0bbc09ce49b 100644
--- a/api/Access.TabControl.HoverForeShade.md
+++ b/api/Access.TabControl.HoverForeShade.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HoverForeShade Property (Access)
+title: TabControl.HoverForeShade property (Access)
keywords: vbaac10.chm14618
f1_keywords:
- vbaac10.chm14618
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HoverForeShade Property (Access)
+# TabControl.HoverForeShade property (Access)
Gets or sets the shade applied to the theme color in the **HoverForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverForeShade`
+_expression_. `HoverForeShade`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HoverForeThemeColorIndex.md b/api/Access.TabControl.HoverForeThemeColorIndex.md
index 2296a6daa30..a364fafc17e 100644
--- a/api/Access.TabControl.HoverForeThemeColorIndex.md
+++ b/api/Access.TabControl.HoverForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HoverForeThemeColorIndex Property (Access)
+title: TabControl.HoverForeThemeColorIndex property (Access)
keywords: vbaac10.chm14616
f1_keywords:
- vbaac10.chm14616
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HoverForeThemeColorIndex Property (Access)
+# TabControl.HoverForeThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **HoverForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `HoverForeThemeColorIndex`
+_expression_. `HoverForeThemeColorIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HoverForeTint.md b/api/Access.TabControl.HoverForeTint.md
index 2ed3fe9afc5..88dc8f3b0f5 100644
--- a/api/Access.TabControl.HoverForeTint.md
+++ b/api/Access.TabControl.HoverForeTint.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HoverForeTint Property (Access)
+title: TabControl.HoverForeTint property (Access)
keywords: vbaac10.chm14617
f1_keywords:
- vbaac10.chm14617
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HoverForeTint Property (Access)
+# TabControl.HoverForeTint property (Access)
Gets or sets the tint applied to the theme color in the **HoverForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverForeTint`
+_expression_. `HoverForeTint`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HoverShade.md b/api/Access.TabControl.HoverShade.md
index 4372ea3c0c5..2c2b899d13f 100644
--- a/api/Access.TabControl.HoverShade.md
+++ b/api/Access.TabControl.HoverShade.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HoverShade Property (Access)
+title: TabControl.HoverShade property (Access)
keywords: vbaac10.chm14614
f1_keywords:
- vbaac10.chm14614
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HoverShade Property (Access)
+# TabControl.HoverShade property (Access)
Gets or sets the shade that is applied to the theme color in the **HoverColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverShade`
+_expression_. `HoverShade`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HoverThemeColorIndex.md b/api/Access.TabControl.HoverThemeColorIndex.md
index d2e6578db76..6aa6c9cacee 100644
--- a/api/Access.TabControl.HoverThemeColorIndex.md
+++ b/api/Access.TabControl.HoverThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HoverThemeColorIndex Property (Access)
+title: TabControl.HoverThemeColorIndex property (Access)
keywords: vbaac10.chm14612
f1_keywords:
- vbaac10.chm14612
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HoverThemeColorIndex Property (Access)
+# TabControl.HoverThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **HoverColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `HoverThemeColorIndex`
+_expression_. `HoverThemeColorIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.HoverTint.md b/api/Access.TabControl.HoverTint.md
index 91db3c62125..d75ce076ac2 100644
--- a/api/Access.TabControl.HoverTint.md
+++ b/api/Access.TabControl.HoverTint.md
@@ -1,5 +1,5 @@
---
-title: TabControl.HoverTint Property (Access)
+title: TabControl.HoverTint property (Access)
keywords: vbaac10.chm14613
f1_keywords:
- vbaac10.chm14613
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.HoverTint Property (Access)
+# TabControl.HoverTint property (Access)
Gets or sets the tint applied to the theme color in the **HoverColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverTint`
+_expression_. `HoverTint`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.InSelection.md b/api/Access.TabControl.InSelection.md
index ad140e51f74..9be3a9bfb2d 100644
--- a/api/Access.TabControl.InSelection.md
+++ b/api/Access.TabControl.InSelection.md
@@ -1,5 +1,5 @@
---
-title: TabControl.InSelection Property (Access)
+title: TabControl.InSelection property (Access)
keywords: vbaac10.chm12103
f1_keywords:
- vbaac10.chm12103
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.InSelection Property (Access)
+# TabControl.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.IsVisible.md b/api/Access.TabControl.IsVisible.md
index 41513e503ca..06ce59589f1 100644
--- a/api/Access.TabControl.IsVisible.md
+++ b/api/Access.TabControl.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: TabControl.IsVisible Property (Access)
+title: TabControl.IsVisible property (Access)
keywords: vbaac10.chm12102
f1_keywords:
- vbaac10.chm12102
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.IsVisible Property (Access)
+# TabControl.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.KeyDown.md b/api/Access.TabControl.KeyDown.md
index 4854971cf5f..071764368c1 100644
--- a/api/Access.TabControl.KeyDown.md
+++ b/api/Access.TabControl.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: TabControl.KeyDown Event (Access)
+title: TabControl.KeyDown event (Access)
keywords: vbaac10.chm14275
f1_keywords:
- vbaac10.chm14275
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TabControl.KeyDown Event (Access)
+# TabControl.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.TabControl.KeyPress.md b/api/Access.TabControl.KeyPress.md
index 0cdb5d89621..6031a5e99ba 100644
--- a/api/Access.TabControl.KeyPress.md
+++ b/api/Access.TabControl.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: TabControl.KeyPress Event (Access)
+title: TabControl.KeyPress event (Access)
keywords: vbaac10.chm14276
f1_keywords:
- vbaac10.chm14276
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TabControl.KeyPress Event (Access)
+# TabControl.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_` )
+_expression_. `KeyPress`( ` _KeyAscii_` )
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.TabControl.KeyUp.md b/api/Access.TabControl.KeyUp.md
index 48d189bc248..0101ba6e6ad 100644
--- a/api/Access.TabControl.KeyUp.md
+++ b/api/Access.TabControl.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: TabControl.KeyUp Event (Access)
+title: TabControl.KeyUp event (Access)
keywords: vbaac10.chm14277
f1_keywords:
- vbaac10.chm14277
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TabControl.KeyUp Event (Access)
+# TabControl.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.TabControl.Layout.md b/api/Access.TabControl.Layout.md
index 8c1127c07e9..dc9cc375884 100644
--- a/api/Access.TabControl.Layout.md
+++ b/api/Access.TabControl.Layout.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Layout Property (Access)
+title: TabControl.Layout property (Access)
keywords: vbaac10.chm14535
f1_keywords:
- vbaac10.chm14535
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Layout Property (Access)
+# TabControl.Layout property (Access)
Returns the type of layout for the specified text box. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## See also
diff --git a/api/Access.TabControl.LayoutID.md b/api/Access.TabControl.LayoutID.md
index 1fedb48efe7..e54d91b8d10 100644
--- a/api/Access.TabControl.LayoutID.md
+++ b/api/Access.TabControl.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: TabControl.LayoutID Property (Access)
+title: TabControl.LayoutID property (Access)
keywords: vbaac10.chm14548
f1_keywords:
- vbaac10.chm14548
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.LayoutID Property (Access)
+# TabControl.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified text box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Left.md b/api/Access.TabControl.Left.md
index afafcf16321..be0907daa7c 100644
--- a/api/Access.TabControl.Left.md
+++ b/api/Access.TabControl.Left.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Left Property (Access)
+title: TabControl.Left property (Access)
keywords: vbaac10.chm12081
f1_keywords:
- vbaac10.chm12081
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Left Property (Access)
+# TabControl.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.LeftPadding.md b/api/Access.TabControl.LeftPadding.md
index 71365b3498b..c277033b3ee 100644
--- a/api/Access.TabControl.LeftPadding.md
+++ b/api/Access.TabControl.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: TabControl.LeftPadding Property (Access)
+title: TabControl.LeftPadding property (Access)
keywords: vbaac10.chm14536
f1_keywords:
- vbaac10.chm14536
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.LeftPadding Property (Access)
+# TabControl.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## See also
diff --git a/api/Access.TabControl.MouseDown.md b/api/Access.TabControl.MouseDown.md
index 5cf5b55db51..a0b71911bc7 100644
--- a/api/Access.TabControl.MouseDown.md
+++ b/api/Access.TabControl.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: TabControl.MouseDown Event (Access)
+title: TabControl.MouseDown event (Access)
keywords: vbaac10.chm14272
f1_keywords:
- vbaac10.chm14272
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TabControl.MouseDown Event (Access)
+# TabControl.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.TabControl.MouseMove.md b/api/Access.TabControl.MouseMove.md
index e088b492d44..dd9897793a8 100644
--- a/api/Access.TabControl.MouseMove.md
+++ b/api/Access.TabControl.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: TabControl.MouseMove Event (Access)
+title: TabControl.MouseMove event (Access)
keywords: vbaac10.chm14273
f1_keywords:
- vbaac10.chm14273
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TabControl.MouseMove Event (Access)
+# TabControl.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.TabControl.MouseUp.md b/api/Access.TabControl.MouseUp.md
index 18071c07f0b..1bf582e8aa3 100644
--- a/api/Access.TabControl.MouseUp.md
+++ b/api/Access.TabControl.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: TabControl.MouseUp Event (Access)
+title: TabControl.MouseUp event (Access)
keywords: vbaac10.chm14274
f1_keywords:
- vbaac10.chm14274
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TabControl.MouseUp Event (Access)
+# TabControl.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.TabControl.Move.md b/api/Access.TabControl.Move.md
index abfd6bbe8fe..f49feb4d685 100644
--- a/api/Access.TabControl.Move.md
+++ b/api/Access.TabControl.Move.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Move Method (Access)
+title: TabControl.Move method (Access)
keywords: vbaac10.chm12114
f1_keywords:
- vbaac10.chm12114
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TabControl.Move Method (Access)
+# TabControl.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.TabControl.MultiRow.md b/api/Access.TabControl.MultiRow.md
index 100a76686f2..cc879556c8b 100644
--- a/api/Access.TabControl.MultiRow.md
+++ b/api/Access.TabControl.MultiRow.md
@@ -1,5 +1,5 @@
---
-title: TabControl.MultiRow Property (Access)
+title: TabControl.MultiRow property (Access)
keywords: vbaac10.chm12086
f1_keywords:
- vbaac10.chm12086
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.MultiRow Property (Access)
+# TabControl.MultiRow property (Access)
You can use the **MultiRow** property to specify or determine whether a tab control can display more than one row of tabs. Read/write **Boolean**.
## Syntax
- _expression_. `MultiRow`
+_expression_. `MultiRow`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Name.md b/api/Access.TabControl.Name.md
index 40159ad525e..713769041fe 100644
--- a/api/Access.TabControl.Name.md
+++ b/api/Access.TabControl.Name.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Name Property (Access)
+title: TabControl.Name property (Access)
keywords: vbaac10.chm12113
f1_keywords:
- vbaac10.chm12113
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Name Property (Access)
+# TabControl.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.OldValue.md b/api/Access.TabControl.OldValue.md
index 2ed2913a8e8..c8048b943a8 100644
--- a/api/Access.TabControl.OldValue.md
+++ b/api/Access.TabControl.OldValue.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OldValue Property (Access)
+title: TabControl.OldValue property (Access)
keywords: vbaac10.chm12067
f1_keywords:
- vbaac10.chm12067
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OldValue Property (Access)
+# TabControl.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.OnChange.md b/api/Access.TabControl.OnChange.md
index cdb7833d03f..2fb8ede17aa 100644
--- a/api/Access.TabControl.OnChange.md
+++ b/api/Access.TabControl.OnChange.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OnChange Property (Access)
+title: TabControl.OnChange property (Access)
keywords: vbaac10.chm12104
f1_keywords:
- vbaac10.chm12104
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OnChange Property (Access)
+# TabControl.OnChange property (Access)
Sets or returns the value of the **On Change** box in the **Properties** window of one of the objects in the Applies To list. Read/write **String**.
## Syntax
- _expression_. `OnChange`
+_expression_. `OnChange`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Change** event occurs when the contents of a text box or the text portion
The **OnChange** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Change** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TabControl.OnClick.md b/api/Access.TabControl.OnClick.md
index e3b6a06e5e3..e8d4ba868f8 100644
--- a/api/Access.TabControl.OnClick.md
+++ b/api/Access.TabControl.OnClick.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OnClick Property (Access)
+title: TabControl.OnClick property (Access)
keywords: vbaac10.chm12105
f1_keywords:
- vbaac10.chm12105
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OnClick Property (Access)
+# TabControl.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TabControl.OnDblClick.md b/api/Access.TabControl.OnDblClick.md
index e0d6a2db698..3495d038731 100644
--- a/api/Access.TabControl.OnDblClick.md
+++ b/api/Access.TabControl.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OnDblClick Property (Access)
+title: TabControl.OnDblClick property (Access)
keywords: vbaac10.chm12106
f1_keywords:
- vbaac10.chm12106
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OnDblClick Property (Access)
+# TabControl.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TabControl.OnKeyDown.md b/api/Access.TabControl.OnKeyDown.md
index 0f514f54f0b..d880210fcde 100644
--- a/api/Access.TabControl.OnKeyDown.md
+++ b/api/Access.TabControl.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OnKeyDown Property (Access)
+title: TabControl.OnKeyDown property (Access)
keywords: vbaac10.chm12110
f1_keywords:
- vbaac10.chm12110
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OnKeyDown Property (Access)
+# TabControl.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TabControl.OnKeyPress.md b/api/Access.TabControl.OnKeyPress.md
index 9fdc9c6a60d..8acc5ca572a 100644
--- a/api/Access.TabControl.OnKeyPress.md
+++ b/api/Access.TabControl.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OnKeyPress Property (Access)
+title: TabControl.OnKeyPress property (Access)
keywords: vbaac10.chm12112
f1_keywords:
- vbaac10.chm12112
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OnKeyPress Property (Access)
+# TabControl.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TabControl.OnKeyUp.md b/api/Access.TabControl.OnKeyUp.md
index c21f0822787..7a5b7c9d06a 100644
--- a/api/Access.TabControl.OnKeyUp.md
+++ b/api/Access.TabControl.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OnKeyUp Property (Access)
+title: TabControl.OnKeyUp property (Access)
keywords: vbaac10.chm12111
f1_keywords:
- vbaac10.chm12111
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OnKeyUp Property (Access)
+# TabControl.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TabControl.OnMouseDown.md b/api/Access.TabControl.OnMouseDown.md
index a81d1ff95c0..5d839bd44ae 100644
--- a/api/Access.TabControl.OnMouseDown.md
+++ b/api/Access.TabControl.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OnMouseDown Property (Access)
+title: TabControl.OnMouseDown property (Access)
keywords: vbaac10.chm12107
f1_keywords:
- vbaac10.chm12107
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OnMouseDown Property (Access)
+# TabControl.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TabControl.OnMouseMove.md b/api/Access.TabControl.OnMouseMove.md
index b1574fbec9e..dc7ab9fb525 100644
--- a/api/Access.TabControl.OnMouseMove.md
+++ b/api/Access.TabControl.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OnMouseMove Property (Access)
+title: TabControl.OnMouseMove property (Access)
keywords: vbaac10.chm12108
f1_keywords:
- vbaac10.chm12108
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OnMouseMove Property (Access)
+# TabControl.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TabControl.OnMouseUp.md b/api/Access.TabControl.OnMouseUp.md
index 0bbd1bf38b1..ec7f941881e 100644
--- a/api/Access.TabControl.OnMouseUp.md
+++ b/api/Access.TabControl.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: TabControl.OnMouseUp Property (Access)
+title: TabControl.OnMouseUp property (Access)
keywords: vbaac10.chm12109
f1_keywords:
- vbaac10.chm12109
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.OnMouseUp Property (Access)
+# TabControl.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TabControl.Pages.md b/api/Access.TabControl.Pages.md
index de74a350fd7..80d666478b2 100644
--- a/api/Access.TabControl.Pages.md
+++ b/api/Access.TabControl.Pages.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Pages Property (Access)
+title: TabControl.Pages property (Access)
keywords: vbaac10.chm12070
f1_keywords:
- vbaac10.chm12070
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Pages Property (Access)
+# TabControl.Pages property (Access)
Returns a **[Pages](Access.Pages.md)** collection that represents the pages in the specified **TabControl** object. Read-only.
## Syntax
- _expression_. `Pages`
+_expression_. `Pages`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Example
diff --git a/api/Access.TabControl.Parent.md b/api/Access.TabControl.Parent.md
index e830525f4d4..1c80d135cd2 100644
--- a/api/Access.TabControl.Parent.md
+++ b/api/Access.TabControl.Parent.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Parent Property (Access)
+title: TabControl.Parent property (Access)
keywords: vbaac10.chm12066
f1_keywords:
- vbaac10.chm12066
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Parent Property (Access)
+# TabControl.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## See also
diff --git a/api/Access.TabControl.PressedColor.md b/api/Access.TabControl.PressedColor.md
index 26c56ad85e8..bbec5968472 100644
--- a/api/Access.TabControl.PressedColor.md
+++ b/api/Access.TabControl.PressedColor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.PressedColor Property (Access)
+title: TabControl.PressedColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.PressedColor Property (Access)
+# TabControl.PressedColor property (Access)
Gets or sets the color displayed on the control when the user clicks it. Read/write **Long**.
## Syntax
- _expression_. `PressedColor`
+_expression_. `PressedColor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.PressedForeColor.md b/api/Access.TabControl.PressedForeColor.md
index 956a91db058..aad2c086517 100644
--- a/api/Access.TabControl.PressedForeColor.md
+++ b/api/Access.TabControl.PressedForeColor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.PressedForeColor Property (Access)
+title: TabControl.PressedForeColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.PressedForeColor Property (Access)
+# TabControl.PressedForeColor property (Access)
Gets or sets the color of the text displayed on the control when the user clicks it. Read/write **Long**.
## Syntax
- _expression_. `PressedForeColor`
+_expression_. `PressedForeColor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.PressedForeShade.md b/api/Access.TabControl.PressedForeShade.md
index 3bcd2b21856..e466af2c832 100644
--- a/api/Access.TabControl.PressedForeShade.md
+++ b/api/Access.TabControl.PressedForeShade.md
@@ -1,5 +1,5 @@
---
-title: TabControl.PressedForeShade Property (Access)
+title: TabControl.PressedForeShade property (Access)
keywords: vbaac10.chm14626
f1_keywords:
- vbaac10.chm14626
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.PressedForeShade Property (Access)
+# TabControl.PressedForeShade property (Access)
Gets or sets the shade applied to the theme color in the **PressedForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedForeShade`
+_expression_. `PressedForeShade`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.PressedForeThemeColorIndex.md b/api/Access.TabControl.PressedForeThemeColorIndex.md
index 100be68800a..04ebc6f07c5 100644
--- a/api/Access.TabControl.PressedForeThemeColorIndex.md
+++ b/api/Access.TabControl.PressedForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.PressedForeThemeColorIndex Property (Access)
+title: TabControl.PressedForeThemeColorIndex property (Access)
keywords: vbaac10.chm14624
f1_keywords:
- vbaac10.chm14624
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.PressedForeThemeColorIndex Property (Access)
+# TabControl.PressedForeThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **PressedForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `PressedForeThemeColorIndex`
+_expression_. `PressedForeThemeColorIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.PressedForeTint.md b/api/Access.TabControl.PressedForeTint.md
index a8a1e4f4c94..94c097f1c44 100644
--- a/api/Access.TabControl.PressedForeTint.md
+++ b/api/Access.TabControl.PressedForeTint.md
@@ -1,5 +1,5 @@
---
-title: TabControl.PressedForeTint Property (Access)
+title: TabControl.PressedForeTint property (Access)
keywords: vbaac10.chm14625
f1_keywords:
- vbaac10.chm14625
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.PressedForeTint Property (Access)
+# TabControl.PressedForeTint property (Access)
Gets or sets the tint applied to the theme color in the **PressedForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedForeTint`
+_expression_. `PressedForeTint`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.PressedShade.md b/api/Access.TabControl.PressedShade.md
index acb2416a2f4..b65c09828de 100644
--- a/api/Access.TabControl.PressedShade.md
+++ b/api/Access.TabControl.PressedShade.md
@@ -1,5 +1,5 @@
---
-title: TabControl.PressedShade Property (Access)
+title: TabControl.PressedShade property (Access)
keywords: vbaac10.chm14622
f1_keywords:
- vbaac10.chm14622
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.PressedShade Property (Access)
+# TabControl.PressedShade property (Access)
Gets or sets the shade that is applied to the theme color in the **PressedColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedShade`
+_expression_. `PressedShade`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.PressedThemeColorIndex.md b/api/Access.TabControl.PressedThemeColorIndex.md
index 83ca76b3fa7..7d4a8ebb4e9 100644
--- a/api/Access.TabControl.PressedThemeColorIndex.md
+++ b/api/Access.TabControl.PressedThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.PressedThemeColorIndex Property (Access)
+title: TabControl.PressedThemeColorIndex property (Access)
keywords: vbaac10.chm14620
f1_keywords:
- vbaac10.chm14620
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.PressedThemeColorIndex Property (Access)
+# TabControl.PressedThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **PressedColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `PressedThemeColorIndex`
+_expression_. `PressedThemeColorIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.PressedTint.md b/api/Access.TabControl.PressedTint.md
index 7654f796b10..f79279356fc 100644
--- a/api/Access.TabControl.PressedTint.md
+++ b/api/Access.TabControl.PressedTint.md
@@ -1,5 +1,5 @@
---
-title: TabControl.PressedTint Property (Access)
+title: TabControl.PressedTint property (Access)
keywords: vbaac10.chm14621
f1_keywords:
- vbaac10.chm14621
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.PressedTint Property (Access)
+# TabControl.PressedTint property (Access)
Gets or sets the tint applied to the theme color in the **PressedColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedTint`
+_expression_. `PressedTint`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Properties.md b/api/Access.TabControl.Properties.md
index 2b476634390..4d7c18786c1 100644
--- a/api/Access.TabControl.Properties.md
+++ b/api/Access.TabControl.Properties.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Properties Property (Access)
+title: TabControl.Properties property (Access)
keywords: vbaac10.chm12068
f1_keywords:
- vbaac10.chm12068
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Properties Property (Access)
+# TabControl.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.RightPadding.md b/api/Access.TabControl.RightPadding.md
index dc0c5dcd91b..e443f1d376b 100644
--- a/api/Access.TabControl.RightPadding.md
+++ b/api/Access.TabControl.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: TabControl.RightPadding Property (Access)
+title: TabControl.RightPadding property (Access)
keywords: vbaac10.chm14538
f1_keywords:
- vbaac10.chm14538
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.RightPadding Property (Access)
+# TabControl.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## See also
diff --git a/api/Access.TabControl.Section.md b/api/Access.TabControl.Section.md
index bb304bd60b2..3973c48fb6f 100644
--- a/api/Access.TabControl.Section.md
+++ b/api/Access.TabControl.Section.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Section Property (Access)
+title: TabControl.Section property (Access)
keywords: vbaac10.chm12099
f1_keywords:
- vbaac10.chm12099
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Section Property (Access)
+# TabControl.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Shape.md b/api/Access.TabControl.Shape.md
index 4210e7c14ce..57f17f9c336 100644
--- a/api/Access.TabControl.Shape.md
+++ b/api/Access.TabControl.Shape.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Shape Property (Access)
+title: TabControl.Shape property (Access)
keywords: vbaac10.chm14628
f1_keywords:
- vbaac10.chm14628
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Shape Property (Access)
+# TabControl.Shape property (Access)
Returns or sets the shape of the specified tab control. Read/write **Long**.
## Syntax
- _expression_. `Shape`
+_expression_. `Shape`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.ShortcutMenuBar.md b/api/Access.TabControl.ShortcutMenuBar.md
index 2c79237360d..62a6fee8f11 100644
--- a/api/Access.TabControl.ShortcutMenuBar.md
+++ b/api/Access.TabControl.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: TabControl.ShortcutMenuBar Property (Access)
+title: TabControl.ShortcutMenuBar property (Access)
keywords: vbaac10.chm12097
f1_keywords:
- vbaac10.chm12097
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.ShortcutMenuBar Property (Access)
+# TabControl.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.SizeToFit.md b/api/Access.TabControl.SizeToFit.md
index c5f8edadc30..e8a79376760 100644
--- a/api/Access.TabControl.SizeToFit.md
+++ b/api/Access.TabControl.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: TabControl.SizeToFit Method (Access)
+title: TabControl.SizeToFit method (Access)
keywords: vbaac10.chm12069
f1_keywords:
- vbaac10.chm12069
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.SizeToFit Method (Access)
+# TabControl.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.StatusBarText.md b/api/Access.TabControl.StatusBarText.md
index 8b32d92448d..69e7552ace4 100644
--- a/api/Access.TabControl.StatusBarText.md
+++ b/api/Access.TabControl.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: TabControl.StatusBarText Property (Access)
+title: TabControl.StatusBarText property (Access)
keywords: vbaac10.chm12075
f1_keywords:
- vbaac10.chm12075
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.StatusBarText Property (Access)
+# TabControl.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Style.md b/api/Access.TabControl.Style.md
index 9fb76638207..46e0fa3e856 100644
--- a/api/Access.TabControl.Style.md
+++ b/api/Access.TabControl.Style.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Style Property (Access)
+title: TabControl.Style property (Access)
keywords: vbaac10.chm12087
f1_keywords:
- vbaac10.chm12087
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Style Property (Access)
+# TabControl.Style property (Access)
You can use the **Style** property to specify or determine the appearance of tabs on a tab control. Read/write **Byte**.
## Syntax
- _expression_. `Style`
+_expression_. `Style`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.TabFixedHeight.md b/api/Access.TabControl.TabFixedHeight.md
index 23d738c1250..35019a95fe0 100644
--- a/api/Access.TabControl.TabFixedHeight.md
+++ b/api/Access.TabControl.TabFixedHeight.md
@@ -1,5 +1,5 @@
---
-title: TabControl.TabFixedHeight Property (Access)
+title: TabControl.TabFixedHeight property (Access)
keywords: vbaac10.chm12088,vbaac10.chm4517
f1_keywords:
- vbaac10.chm12088,vbaac10.chm4517
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.TabFixedHeight Property (Access)
+# TabControl.TabFixedHeight property (Access)
You can use the **TabFixedHeight** property to specify or determine the height of the tabs on a tab control. Read/write **Integer**.
## Syntax
- _expression_. `TabFixedHeight`
+_expression_. `TabFixedHeight`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.TabFixedWidth.md b/api/Access.TabControl.TabFixedWidth.md
index e367bbac092..ec614cc67d3 100644
--- a/api/Access.TabControl.TabFixedWidth.md
+++ b/api/Access.TabControl.TabFixedWidth.md
@@ -1,5 +1,5 @@
---
-title: TabControl.TabFixedWidth Property (Access)
+title: TabControl.TabFixedWidth property (Access)
keywords: vbaac10.chm12089,vbaac10.chm5506
f1_keywords:
- vbaac10.chm12089,vbaac10.chm5506
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.TabFixedWidth Property (Access)
+# TabControl.TabFixedWidth property (Access)
You can use the **TabFixedWidth** property to specify or determine the width of the tabs on a tab control. Read/write **Integer**.
## Syntax
- _expression_. `TabFixedWidth`
+_expression_. `TabFixedWidth`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.TabIndex.md b/api/Access.TabControl.TabIndex.md
index 1478e7b1a8d..c3d8b452a8c 100644
--- a/api/Access.TabControl.TabIndex.md
+++ b/api/Access.TabControl.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.TabIndex Property (Access)
+title: TabControl.TabIndex property (Access)
keywords: vbaac10.chm12080
f1_keywords:
- vbaac10.chm12080
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.TabIndex Property (Access)
+# TabControl.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.TabStop.md b/api/Access.TabControl.TabStop.md
index 04028cb0133..0c5159850db 100644
--- a/api/Access.TabControl.TabStop.md
+++ b/api/Access.TabControl.TabStop.md
@@ -1,5 +1,5 @@
---
-title: TabControl.TabStop Property (Access)
+title: TabControl.TabStop property (Access)
keywords: vbaac10.chm12079
f1_keywords:
- vbaac10.chm12079
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.TabStop Property (Access)
+# TabControl.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Tag.md b/api/Access.TabControl.Tag.md
index 60db65160c2..e7b2c45d382 100644
--- a/api/Access.TabControl.Tag.md
+++ b/api/Access.TabControl.Tag.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Tag Property (Access)
+title: TabControl.Tag property (Access)
keywords: vbaac10.chm12101
f1_keywords:
- vbaac10.chm12101
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Tag Property (Access)
+# TabControl.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.ThemeFontIndex.md b/api/Access.TabControl.ThemeFontIndex.md
index 37c82975f86..419fc48d991 100644
--- a/api/Access.TabControl.ThemeFontIndex.md
+++ b/api/Access.TabControl.ThemeFontIndex.md
@@ -1,5 +1,5 @@
---
-title: TabControl.ThemeFontIndex Property (Access)
+title: TabControl.ThemeFontIndex property (Access)
keywords: vbaac10.chm14610
f1_keywords:
- vbaac10.chm14610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.ThemeFontIndex Property (Access)
+# TabControl.ThemeFontIndex property (Access)
Gets or sets the font index that represents a font in the applied theme associated with the **FontName** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ThemeFontIndex`
+_expression_. `ThemeFontIndex`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Top.md b/api/Access.TabControl.Top.md
index 6ca437247bb..bb5261bdf16 100644
--- a/api/Access.TabControl.Top.md
+++ b/api/Access.TabControl.Top.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Top Property (Access)
+title: TabControl.Top property (Access)
keywords: vbaac10.chm12082
f1_keywords:
- vbaac10.chm12082
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Top Property (Access)
+# TabControl.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.TopPadding.md b/api/Access.TabControl.TopPadding.md
index 244fcff7bad..49427986966 100644
--- a/api/Access.TabControl.TopPadding.md
+++ b/api/Access.TabControl.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: TabControl.TopPadding Property (Access)
+title: TabControl.TopPadding property (Access)
keywords: vbaac10.chm14537
f1_keywords:
- vbaac10.chm14537
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.TopPadding Property (Access)
+# TabControl.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## See also
diff --git a/api/Access.TabControl.UseTheme.md b/api/Access.TabControl.UseTheme.md
index bed02c2ff61..1b3c3f3a4ec 100644
--- a/api/Access.TabControl.UseTheme.md
+++ b/api/Access.TabControl.UseTheme.md
@@ -1,5 +1,5 @@
---
-title: TabControl.UseTheme Property (Access)
+title: TabControl.UseTheme property (Access)
keywords: vbaac10.chm14627
f1_keywords:
- vbaac10.chm14627
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.UseTheme Property (Access)
+# TabControl.UseTheme property (Access)
Gets or sets whether the specified object will utilize formatting styles defined in Office Document Themes. Read/write **Boolean**.
## Syntax
- _expression_. `UseTheme`
+_expression_. `UseTheme`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Value.md b/api/Access.TabControl.Value.md
index 7dd63ae5e7c..925bbb94d0a 100644
--- a/api/Access.TabControl.Value.md
+++ b/api/Access.TabControl.Value.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Value Property (Access)
+title: TabControl.Value property (Access)
keywords: vbaac10.chm12071
f1_keywords:
- vbaac10.chm12071
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Value Property (Access)
+# TabControl.Value property (Access)
Determines or specifies the selected **[Page](Access.Page.md)** object. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.VerticalAnchor.md b/api/Access.TabControl.VerticalAnchor.md
index 9f54aa99519..9ee18ef3217 100644
--- a/api/Access.TabControl.VerticalAnchor.md
+++ b/api/Access.TabControl.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: TabControl.VerticalAnchor Property (Access)
+title: TabControl.VerticalAnchor property (Access)
keywords: vbaac10.chm12126
f1_keywords:
- vbaac10.chm12126
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.VerticalAnchor Property (Access)
+# TabControl.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified tab control is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Visible.md b/api/Access.TabControl.Visible.md
index c3e451700bc..0af922092cd 100644
--- a/api/Access.TabControl.Visible.md
+++ b/api/Access.TabControl.Visible.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Visible Property (Access)
+title: TabControl.Visible property (Access)
keywords: vbaac10.chm12076
f1_keywords:
- vbaac10.chm12076
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Visible Property (Access)
+# TabControl.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.Width.md b/api/Access.TabControl.Width.md
index 40182038c27..8fb1469da7e 100644
--- a/api/Access.TabControl.Width.md
+++ b/api/Access.TabControl.Width.md
@@ -1,5 +1,5 @@
---
-title: TabControl.Width Property (Access)
+title: TabControl.Width property (Access)
keywords: vbaac10.chm12083
f1_keywords:
- vbaac10.chm12083
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TabControl.Width Property (Access)
+# TabControl.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
+_expression_ A variable that represents a [TabControl](Access.TabControl.md) object.
## Remarks
diff --git a/api/Access.TabControl.md b/api/Access.TabControl.md
index 30e217cb167..94784356a15 100644
--- a/api/Access.TabControl.md
+++ b/api/Access.TabControl.md
@@ -1,5 +1,5 @@
---
-title: TabControl Object (Access)
+title: TabControl object (Access)
keywords: vbaac10.chm12136
f1_keywords:
- vbaac10.chm12136
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TabControl Object (Access)
+# TabControl object (Access)
A tab control contains multiple pages on which you can place other controls, such as text boxes or option buttons. When a user clicks the corresponding tab, that page becomes active.
diff --git a/api/Access.TempVar.Name.md b/api/Access.TempVar.Name.md
index a3ee831150c..9aa36aee6ee 100644
--- a/api/Access.TempVar.Name.md
+++ b/api/Access.TempVar.Name.md
@@ -1,5 +1,5 @@
---
-title: TempVar.Name Property (Access)
+title: TempVar.Name property (Access)
keywords: vbaac10.chm14060
f1_keywords:
- vbaac10.chm14060
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TempVar.Name Property (Access)
+# TempVar.Name property (Access)
Gets the name of the specified **[TempVar](Access.TempVar.md)**. Read-only **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [TempVar](Access.TempVar.md) object.
+_expression_ A variable that represents a [TempVar](Access.TempVar.md) object.
## See also
diff --git a/api/Access.TempVar.Value.md b/api/Access.TempVar.Value.md
index 27f29150836..46560d6660a 100644
--- a/api/Access.TempVar.Value.md
+++ b/api/Access.TempVar.Value.md
@@ -1,5 +1,5 @@
---
-title: TempVar.Value Property (Access)
+title: TempVar.Value property (Access)
keywords: vbaac10.chm14061
f1_keywords:
- vbaac10.chm14061
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TempVar.Value Property (Access)
+# TempVar.Value property (Access)
Gets or sets the value of the specified **[TempVar](Access.TempVar.md)**. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [TempVar](Access.TempVar.md) object.
+_expression_ A variable that represents a [TempVar](Access.TempVar.md) object.
## Remarks
diff --git a/api/Access.TempVar.md b/api/Access.TempVar.md
index 41770b5c79d..6d300171c5f 100644
--- a/api/Access.TempVar.md
+++ b/api/Access.TempVar.md
@@ -1,5 +1,5 @@
---
-title: TempVar Object (Access)
+title: TempVar object (Access)
keywords: vbaac10.chm14063
f1_keywords:
- vbaac10.chm14063
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TempVar Object (Access)
+# TempVar object (Access)
Represents a variable that be used in Visual Basic for Applications (VBA) code or from a macro.
diff --git a/api/Access.TempVars.Add.md b/api/Access.TempVars.Add.md
index 09472e9248e..3adde8c92e6 100644
--- a/api/Access.TempVars.Add.md
+++ b/api/Access.TempVars.Add.md
@@ -1,5 +1,5 @@
---
-title: TempVars.Add Method (Access)
+title: TempVars.Add method (Access)
keywords: vbaac10.chm14069
f1_keywords:
- vbaac10.chm14069
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TempVars.Add Method (Access)
+# TempVars.Add method (Access)
Adds a variable to the **[TempVars](Access.TempVars.md)** collection.
## Syntax
- _expression_. `Add`( ` _Name_`, ` _Value_` )
+_expression_. `Add`( ` _Name_`, ` _Value_` )
- _expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
+_expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name to use for the **TempVar**.|
| _Value_|Required|**Variant**|The value to store as a **TempVar**. This value must be a string expression or a numeric expression. Setting this argument to an object data type will result in a run-time error.|
diff --git a/api/Access.TempVars.Application.md b/api/Access.TempVars.Application.md
index 56a58c2fd7e..259d8fb8e28 100644
--- a/api/Access.TempVars.Application.md
+++ b/api/Access.TempVars.Application.md
@@ -1,5 +1,5 @@
---
-title: TempVars.Application Property (Access)
+title: TempVars.Application property (Access)
keywords: vbaac10.chm14065
f1_keywords:
- vbaac10.chm14065
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TempVars.Application Property (Access)
+# TempVars.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
+_expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
## Remarks
diff --git a/api/Access.TempVars.Count.md b/api/Access.TempVars.Count.md
index a1e0b584b0b..5aa8532e6b1 100644
--- a/api/Access.TempVars.Count.md
+++ b/api/Access.TempVars.Count.md
@@ -1,5 +1,5 @@
---
-title: TempVars.Count Property (Access)
+title: TempVars.Count property (Access)
keywords: vbaac10.chm14068
f1_keywords:
- vbaac10.chm14068
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TempVars.Count Property (Access)
+# TempVars.Count property (Access)
Gets the number of **[TempVar](Access.TempVar.md)** objects in the **[TempVars](Access.TempVars.md)** collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
+_expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
## See also
diff --git a/api/Access.TempVars.Item.md b/api/Access.TempVars.Item.md
index f08a846357d..5c0c204e278 100644
--- a/api/Access.TempVars.Item.md
+++ b/api/Access.TempVars.Item.md
@@ -1,5 +1,5 @@
---
-title: TempVars.Item Property (Access)
+title: TempVars.Item property (Access)
keywords: vbaac10.chm14067
f1_keywords:
- vbaac10.chm14067
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# TempVars.Item Property (Access)
+# TempVars.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **TempVar**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
+_expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
+| _Index_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the _index_ argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the _index_ argument must be the name of a member of the collection.|
## See also
diff --git a/api/Access.TempVars.Parent.md b/api/Access.TempVars.Parent.md
index 0e40ef1d5b3..62e3247be5b 100644
--- a/api/Access.TempVars.Parent.md
+++ b/api/Access.TempVars.Parent.md
@@ -1,5 +1,5 @@
---
-title: TempVars.Parent Property (Access)
+title: TempVars.Parent property (Access)
keywords: vbaac10.chm14066
f1_keywords:
- vbaac10.chm14066
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TempVars.Parent Property (Access)
+# TempVars.Parent property (Access)
Returns the parent object for the specified object. Read-only **Object**.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
+_expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
## See also
diff --git a/api/Access.TempVars.Remove.md b/api/Access.TempVars.Remove.md
index 29daafe4df5..f9d272af69f 100644
--- a/api/Access.TempVars.Remove.md
+++ b/api/Access.TempVars.Remove.md
@@ -1,5 +1,5 @@
---
-title: TempVars.Remove Method (Access)
+title: TempVars.Remove method (Access)
keywords: vbaac10.chm14070
f1_keywords:
- vbaac10.chm14070
@@ -11,25 +11,25 @@ ms.date: 06/08/2017
---
-# TempVars.Remove Method (Access)
+# TempVars.Remove method (Access)
Removes the specified **[TempVar](Access.TempVar.md)** object from the **[TempVars](Access.TempVars.md)** collection.
## Syntax
- _expression_. `Remove`( ` _var_` )
+_expression_. `Remove`( ` _var_` )
- _expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
+_expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
-| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the argument must be the name of a member of the collection.|
+| _var_|Required|**Variant**|An expression that specifies the position of a member of the collection referred to by the _expression_ argument. If a numeric expression, the argument must be a number from 0 to the value of the collection's 'Count' property minus 1. If a string expression, the argument must be the name of a member of the collection.|
## See also
diff --git a/api/Access.TempVars.RemoveAll.md b/api/Access.TempVars.RemoveAll.md
index 4be719d6e57..ea382f40d56 100644
--- a/api/Access.TempVars.RemoveAll.md
+++ b/api/Access.TempVars.RemoveAll.md
@@ -1,5 +1,5 @@
---
-title: TempVars.RemoveAll Method (Access)
+title: TempVars.RemoveAll method (Access)
keywords: vbaac10.chm14071
f1_keywords:
- vbaac10.chm14071
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TempVars.RemoveAll Method (Access)
+# TempVars.RemoveAll method (Access)
Removes all of the **[TempVar](Access.TempVar.md)** objects from the **[TempVars](Access.TempVars.md)** collection.
## Syntax
- _expression_. `RemoveAll`
+_expression_. `RemoveAll`
- _expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
+_expression_ A variable that represents a [TempVars](Access.TempVars.md) object.
## See also
diff --git a/api/Access.TempVars.md b/api/Access.TempVars.md
index 097d49e695e..91077bbf2be 100644
--- a/api/Access.TempVars.md
+++ b/api/Access.TempVars.md
@@ -1,5 +1,5 @@
---
-title: TempVars Object (Access)
+title: TempVars object (Access)
keywords: vbaac10.chm14073
f1_keywords:
- vbaac10.chm14073
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TempVars Object (Access)
+# TempVars object (Access)
Represents the collection of **[TempVar](Access.TempVar.md)** objects.
diff --git a/api/Access.TextBox.AddColon.md b/api/Access.TextBox.AddColon.md
index 0f23dd07641..3c81dfd9995 100644
--- a/api/Access.TextBox.AddColon.md
+++ b/api/Access.TextBox.AddColon.md
@@ -1,5 +1,5 @@
---
-title: TextBox.AddColon Property (Access)
+title: TextBox.AddColon property (Access)
keywords: vbaac10.chm11099
f1_keywords:
- vbaac10.chm11099
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.AddColon Property (Access)
+# TextBox.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.AfterUpdate(even).md b/api/Access.TextBox.AfterUpdate(even).md
index 325eb59448c..8374f46620a 100644
--- a/api/Access.TextBox.AfterUpdate(even).md
+++ b/api/Access.TextBox.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: TextBox.AfterUpdate Event (Access)
+title: TextBox.AfterUpdate event (Access)
keywords: vbaac10.chm14195
f1_keywords:
- vbaac10.chm14195
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.AfterUpdate Event (Access)
+# TextBox.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.AfterUpdate(property).md b/api/Access.TextBox.AfterUpdate(property).md
index 75e1c3141f0..a5735f73e08 100644
--- a/api/Access.TextBox.AfterUpdate(property).md
+++ b/api/Access.TextBox.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: TextBox.AfterUpdate Property (Access)
+title: TextBox.AfterUpdate property (Access)
keywords: vbaac10.chm11116
f1_keywords:
- vbaac10.chm11116
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.AfterUpdate Property (Access)
+# TextBox.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.AllowAutoCorrect.md b/api/Access.TextBox.AllowAutoCorrect.md
index a4e09038e48..c71941500e1 100644
--- a/api/Access.TextBox.AllowAutoCorrect.md
+++ b/api/Access.TextBox.AllowAutoCorrect.md
@@ -1,5 +1,5 @@
---
-title: TextBox.AllowAutoCorrect Property (Access)
+title: TextBox.AllowAutoCorrect property (Access)
keywords: vbaac10.chm11055
f1_keywords:
- vbaac10.chm11055
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.AllowAutoCorrect Property (Access)
+# TextBox.AllowAutoCorrect property (Access)
You can use the **AllowAutoCorrect** property to specify whetherthe specified control will automatically correct entries made by the user. Read/write **Boolean**.
## Syntax
- _expression_. `AllowAutoCorrect`
+_expression_. `AllowAutoCorrect`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Application.md b/api/Access.TextBox.Application.md
index 2ab6ee7fe61..aa25107d6dc 100644
--- a/api/Access.TextBox.Application.md
+++ b/api/Access.TextBox.Application.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Application Property (Access)
+title: TextBox.Application property (Access)
keywords: vbaac10.chm11028
f1_keywords:
- vbaac10.chm11028
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Application Property (Access)
+# TextBox.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.AsianLineBreak.md b/api/Access.TextBox.AsianLineBreak.md
index 3ba42050499..a2008669149 100644
--- a/api/Access.TextBox.AsianLineBreak.md
+++ b/api/Access.TextBox.AsianLineBreak.md
@@ -1,5 +1,5 @@
---
-title: TextBox.AsianLineBreak Property (Access)
+title: TextBox.AsianLineBreak property (Access)
keywords: vbaac10.chm11147
f1_keywords:
- vbaac10.chm11147
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.AsianLineBreak Property (Access)
+# TextBox.AsianLineBreak property (Access)
Returns or sets a **Boolean** indicating whether line breaks in text boxes follow rules governing East Asian languages. **True** to control line breaks based on East Asian language rules. Read/write.
## Syntax
- _expression_. `AsianLineBreak`
+_expression_. `AsianLineBreak`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.AutoLabel.md b/api/Access.TextBox.AutoLabel.md
index 26afe37f0a6..9bdcc88aa21 100644
--- a/api/Access.TextBox.AutoLabel.md
+++ b/api/Access.TextBox.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: TextBox.AutoLabel Property (Access)
+title: TextBox.AutoLabel property (Access)
keywords: vbaac10.chm11098
f1_keywords:
- vbaac10.chm11098
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.AutoLabel Property (Access)
+# TextBox.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.AutoTab.md b/api/Access.TextBox.AutoTab.md
index 017ff6b45bd..4e507a8a965 100644
--- a/api/Access.TextBox.AutoTab.md
+++ b/api/Access.TextBox.AutoTab.md
@@ -1,5 +1,5 @@
---
-title: TextBox.AutoTab Property (Access)
+title: TextBox.AutoTab property (Access)
keywords: vbaac10.chm11063,vbaac10.chm4278
f1_keywords:
- vbaac10.chm11063,vbaac10.chm4278
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.AutoTab Property (Access)
+# TextBox.AutoTab property (Access)
You can use the **AutoTab** property to specify whether an automatic tab occurs when the last character permitted by a text box control's input mask is entered. An automatic tab moves the focus to the next control in the form's tab order. Read/write **Boolean**.
## Syntax
- _expression_. `AutoTab`
+_expression_. `AutoTab`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BackColor.md b/api/Access.TextBox.BackColor.md
index c56a09d24d5..b729909df14 100644
--- a/api/Access.TextBox.BackColor.md
+++ b/api/Access.TextBox.BackColor.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BackColor Property (Access)
+title: TextBox.BackColor property (Access)
keywords: vbaac10.chm11076
f1_keywords:
- vbaac10.chm11076
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BackColor Property (Access)
+# TextBox.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BackShade.md b/api/Access.TextBox.BackShade.md
index f6e2eee8d6d..57835dd5236 100644
--- a/api/Access.TextBox.BackShade.md
+++ b/api/Access.TextBox.BackShade.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BackShade Property (Access)
+title: TextBox.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BackShade Property (Access)
+# TextBox.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BackStyle.md b/api/Access.TextBox.BackStyle.md
index 63633700ece..a25333c44ab 100644
--- a/api/Access.TextBox.BackStyle.md
+++ b/api/Access.TextBox.BackStyle.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BackStyle Property (Access)
+title: TextBox.BackStyle property (Access)
keywords: vbaac10.chm11075
f1_keywords:
- vbaac10.chm11075
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BackStyle Property (Access)
+# TextBox.BackStyle property (Access)
You can use the **BackStyle** property to specify whether a control will be transparent. Read/write **Byte**.
## Syntax
- _expression_. `BackStyle`
+_expression_. `BackStyle`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BackThemeColorIndex.md b/api/Access.TextBox.BackThemeColorIndex.md
index 37cc909ea23..0a89f2c74ae 100644
--- a/api/Access.TextBox.BackThemeColorIndex.md
+++ b/api/Access.TextBox.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BackThemeColorIndex Property (Access)
+title: TextBox.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BackThemeColorIndex Property (Access)
+# TextBox.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BackTint.md b/api/Access.TextBox.BackTint.md
index 49990b88aae..3dc26407c52 100644
--- a/api/Access.TextBox.BackTint.md
+++ b/api/Access.TextBox.BackTint.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BackTint Property (Access)
+title: TextBox.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BackTint Property (Access)
+# TextBox.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BeforeUpdate(even).md b/api/Access.TextBox.BeforeUpdate(even).md
index 1824bbe33b8..c07819b324d 100644
--- a/api/Access.TextBox.BeforeUpdate(even).md
+++ b/api/Access.TextBox.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: TextBox.BeforeUpdate Event (Access)
+title: TextBox.BeforeUpdate event (Access)
keywords: vbaac10.chm14194
f1_keywords:
- vbaac10.chm14194
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.BeforeUpdate Event (Access)
+# TextBox.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_` )
+_expression_. `BeforeUpdate`( ` _Cancel_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
diff --git a/api/Access.TextBox.BeforeUpdate(property).md b/api/Access.TextBox.BeforeUpdate(property).md
index 0e3bfc29378..0f2bd093846 100644
--- a/api/Access.TextBox.BeforeUpdate(property).md
+++ b/api/Access.TextBox.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: TextBox.BeforeUpdate Property (Access)
+title: TextBox.BeforeUpdate property (Access)
keywords: vbaac10.chm11115
f1_keywords:
- vbaac10.chm11115
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BeforeUpdate Property (Access)
+# TextBox.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BorderColor.md b/api/Access.TextBox.BorderColor.md
index a4c8a58f028..8d1c25aba56 100644
--- a/api/Access.TextBox.BorderColor.md
+++ b/api/Access.TextBox.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BorderColor Property (Access)
+title: TextBox.BorderColor property (Access)
keywords: vbaac10.chm11080
f1_keywords:
- vbaac10.chm11080
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BorderColor Property (Access)
+# TextBox.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BorderShade.md b/api/Access.TextBox.BorderShade.md
index bcd39d9ee43..85e94646a47 100644
--- a/api/Access.TextBox.BorderShade.md
+++ b/api/Access.TextBox.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BorderShade Property (Access)
+title: TextBox.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BorderShade Property (Access)
+# TextBox.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BorderStyle.md b/api/Access.TextBox.BorderStyle.md
index 2d1e86e9cf9..096f29afce6 100644
--- a/api/Access.TextBox.BorderStyle.md
+++ b/api/Access.TextBox.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BorderStyle Property (Access)
+title: TextBox.BorderStyle property (Access)
keywords: vbaac10.chm11078
f1_keywords:
- vbaac10.chm11078
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BorderStyle Property (Access)
+# TextBox.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BorderThemeColorIndex.md b/api/Access.TextBox.BorderThemeColorIndex.md
index 63c6e0d8cd6..907232c12bc 100644
--- a/api/Access.TextBox.BorderThemeColorIndex.md
+++ b/api/Access.TextBox.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BorderThemeColorIndex Property (Access)
+title: TextBox.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BorderThemeColorIndex Property (Access)
+# TextBox.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BorderTint.md b/api/Access.TextBox.BorderTint.md
index c5bc61d3b3f..d7ba294651b 100644
--- a/api/Access.TextBox.BorderTint.md
+++ b/api/Access.TextBox.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BorderTint Property (Access)
+title: TextBox.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BorderTint Property (Access)
+# TextBox.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BorderWidth.md b/api/Access.TextBox.BorderWidth.md
index 890f9b6ba67..9687dd08694 100644
--- a/api/Access.TextBox.BorderWidth.md
+++ b/api/Access.TextBox.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BorderWidth Property (Access)
+title: TextBox.BorderWidth property (Access)
keywords: vbaac10.chm11081
f1_keywords:
- vbaac10.chm11081
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BorderWidth Property (Access)
+# TextBox.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BottomMargin.md b/api/Access.TextBox.BottomMargin.md
index 9fb74068482..3921093599a 100644
--- a/api/Access.TextBox.BottomMargin.md
+++ b/api/Access.TextBox.BottomMargin.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BottomMargin Property (Access)
+title: TextBox.BottomMargin property (Access)
keywords: vbaac10.chm11142
f1_keywords:
- vbaac10.chm11142
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BottomMargin Property (Access)
+# TextBox.BottomMargin property (Access)
Along with the **LeftMargin**, **RightMargin**, and **TopMargin** properties, specifies the location of information displayed within a text box control. Read/write **Integer**.
## Syntax
- _expression_. `BottomMargin`
+_expression_. `BottomMargin`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.BottomPadding.md b/api/Access.TextBox.BottomPadding.md
index f0c20338326..5629dd6fb76 100644
--- a/api/Access.TextBox.BottomPadding.md
+++ b/api/Access.TextBox.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: TextBox.BottomPadding Property (Access)
+title: TextBox.BottomPadding property (Access)
keywords: vbaac10.chm11155
f1_keywords:
- vbaac10.chm11155
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.BottomPadding Property (Access)
+# TextBox.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.CanGrow.md b/api/Access.TextBox.CanGrow.md
index a11ecbeb8ce..9c75317490a 100644
--- a/api/Access.TextBox.CanGrow.md
+++ b/api/Access.TextBox.CanGrow.md
@@ -1,5 +1,5 @@
---
-title: TextBox.CanGrow Property (Access)
+title: TextBox.CanGrow property (Access)
keywords: vbaac10.chm11068
f1_keywords:
- vbaac10.chm11068
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.CanGrow Property (Access)
+# TextBox.CanGrow property (Access)
Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the control contains. Read/write **Boolean**.
## Syntax
- _expression_. `CanGrow`
+_expression_. `CanGrow`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.CanShrink.md b/api/Access.TextBox.CanShrink.md
index 89c8c6d1c45..2eab7fea4da 100644
--- a/api/Access.TextBox.CanShrink.md
+++ b/api/Access.TextBox.CanShrink.md
@@ -1,5 +1,5 @@
---
-title: TextBox.CanShrink Property (Access)
+title: TextBox.CanShrink property (Access)
keywords: vbaac10.chm11069
f1_keywords:
- vbaac10.chm11069
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.CanShrink Property (Access)
+# TextBox.CanShrink property (Access)
Gets or sets whether the specified control automatically adjusts vertically to print or preview all the data the section or control contains. Read/write **Boolean**.
## Syntax
- _expression_. `CanShrink`
+_expression_. `CanShrink`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Change.md b/api/Access.TextBox.Change.md
index 4ffd99e601b..c117f5122b8 100644
--- a/api/Access.TextBox.Change.md
+++ b/api/Access.TextBox.Change.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Change Event (Access)
+title: TextBox.Change event (Access)
keywords: vbaac10.chm14196
f1_keywords:
- vbaac10.chm14196
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Change Event (Access)
+# TextBox.Change event (Access)
The **Change** event occurs when the contents of the specified control changes.
## Syntax
- _expression_. `Change`
+_expression_. `Change`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Click.md b/api/Access.TextBox.Click.md
index 563bf6329ba..f7a044014e9 100644
--- a/api/Access.TextBox.Click.md
+++ b/api/Access.TextBox.Click.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Click Event (Access)
+title: TextBox.Click event (Access)
keywords: vbaac10.chm14201
f1_keywords:
- vbaac10.chm14201
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Click Event (Access)
+# TextBox.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ColumnHidden.md b/api/Access.TextBox.ColumnHidden.md
index f8cee0523e6..c565895f37e 100644
--- a/api/Access.TextBox.ColumnHidden.md
+++ b/api/Access.TextBox.ColumnHidden.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ColumnHidden Property (Access)
+title: TextBox.ColumnHidden property (Access)
keywords: vbaac10.chm11097
f1_keywords:
- vbaac10.chm11097
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ColumnHidden Property (Access)
+# TextBox.ColumnHidden property (Access)
You can use the **ColumnHidden** property to show or hide a specified column in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHidden`
+_expression_. `ColumnHidden`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ColumnOrder.md b/api/Access.TextBox.ColumnOrder.md
index 30a241f147f..8beb1e635f5 100644
--- a/api/Access.TextBox.ColumnOrder.md
+++ b/api/Access.TextBox.ColumnOrder.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ColumnOrder Property (Access)
+title: TextBox.ColumnOrder property (Access)
keywords: vbaac10.chm11096
f1_keywords:
- vbaac10.chm11096
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ColumnOrder Property (Access)
+# TextBox.ColumnOrder property (Access)
You can use the **ColumnOrder** property to specify the order of the columns in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnOrder`
+_expression_. `ColumnOrder`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ColumnWidth.md b/api/Access.TextBox.ColumnWidth.md
index 1b1c1bb00db..e55fab3e08f 100644
--- a/api/Access.TextBox.ColumnWidth.md
+++ b/api/Access.TextBox.ColumnWidth.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ColumnWidth Property (Access)
+title: TextBox.ColumnWidth property (Access)
keywords: vbaac10.chm11095
f1_keywords:
- vbaac10.chm11095
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ColumnWidth Property (Access)
+# TextBox.ColumnWidth property (Access)
You can use the **ColumnWidth** property to specify the width of a column in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnWidth`
+_expression_. `ColumnWidth`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ControlSource.md b/api/Access.TextBox.ControlSource.md
index c0c231a21d1..a5eca02bad5 100644
--- a/api/Access.TextBox.ControlSource.md
+++ b/api/Access.TextBox.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ControlSource Property (Access)
+title: TextBox.ControlSource property (Access)
keywords: vbaac10.chm11043
f1_keywords:
- vbaac10.chm11043
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ControlSource Property (Access)
+# TextBox.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ControlTipText.md b/api/Access.TextBox.ControlTipText.md
index 21bed3ece8a..6527b1db47b 100644
--- a/api/Access.TextBox.ControlTipText.md
+++ b/api/Access.TextBox.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ControlTipText Property (Access)
+title: TextBox.ControlTipText property (Access)
keywords: vbaac10.chm11093
f1_keywords:
- vbaac10.chm11093
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ControlTipText Property (Access)
+# TextBox.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ControlType.md b/api/Access.TextBox.ControlType.md
index ad598829047..f4fc4b04f1f 100644
--- a/api/Access.TextBox.ControlType.md
+++ b/api/Access.TextBox.ControlType.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ControlType Property (Access)
+title: TextBox.ControlType property (Access)
keywords: vbaac10.chm11042
f1_keywords:
- vbaac10.chm11042
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ControlType Property (Access)
+# TextBox.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Controls.md b/api/Access.TextBox.Controls.md
index 18bba62049e..a5fcb097cbe 100644
--- a/api/Access.TextBox.Controls.md
+++ b/api/Access.TextBox.Controls.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Controls Property (Access)
+title: TextBox.Controls property (Access)
keywords: vbaac10.chm11036
f1_keywords:
- vbaac10.chm11036
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Controls Property (Access)
+# TextBox.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.DblClick.md b/api/Access.TextBox.DblClick.md
index 86f870ad641..a13c7e99f4b 100644
--- a/api/Access.TextBox.DblClick.md
+++ b/api/Access.TextBox.DblClick.md
@@ -1,5 +1,5 @@
---
-title: TextBox.DblClick Event (Access)
+title: TextBox.DblClick event (Access)
keywords: vbaac10.chm14202
f1_keywords:
- vbaac10.chm14202
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.DblClick Event (Access)
+# TextBox.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.TextBox.DecimalPlaces.md b/api/Access.TextBox.DecimalPlaces.md
index e4f003c4c47..344802d2201 100644
--- a/api/Access.TextBox.DecimalPlaces.md
+++ b/api/Access.TextBox.DecimalPlaces.md
@@ -1,5 +1,5 @@
---
-title: TextBox.DecimalPlaces Property (Access)
+title: TextBox.DecimalPlaces property (Access)
keywords: vbaac10.chm11045
f1_keywords:
- vbaac10.chm11045
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.DecimalPlaces Property (Access)
+# TextBox.DecimalPlaces property (Access)
You can use the **DecimalPlaces** property to specify the number of decimal places Microsoft Access uses to display numbers. Read/write **Byte**.
## Syntax
- _expression_. `DecimalPlaces`
+_expression_. `DecimalPlaces`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.DefaultValue.md b/api/Access.TextBox.DefaultValue.md
index a6cdf10a9a6..dbca57e8ea1 100644
--- a/api/Access.TextBox.DefaultValue.md
+++ b/api/Access.TextBox.DefaultValue.md
@@ -1,5 +1,5 @@
---
-title: TextBox.DefaultValue Property (Access)
+title: TextBox.DefaultValue property (Access)
keywords: vbaac10.chm11047
f1_keywords:
- vbaac10.chm11047
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.DefaultValue Property (Access)
+# TextBox.DefaultValue property (Access)
Specifies a value that is automatically entered in a field when a new record is created. For example, in an Addresses table you can set the default value for the City field to New York. When users add a record to the table, they can either accept this value or enter the name of a different city. Read/write **String**.
## Syntax
- _expression_. `DefaultValue`
+_expression_. `DefaultValue`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Dirty.md b/api/Access.TextBox.Dirty.md
index 77bf2d8a0c6..31b155a5a04 100644
--- a/api/Access.TextBox.Dirty.md
+++ b/api/Access.TextBox.Dirty.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Dirty Event (Access)
+title: TextBox.Dirty event (Access)
keywords: vbaac10.chm14209
f1_keywords:
- vbaac10.chm14209
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.Dirty Event (Access)
+# TextBox.Dirty event (Access)
The Dirty event occurs when the contents of the specified control changes.
## Syntax
- _expression_. `Dirty`( ` _Cancel_` )
+_expression_. `Dirty`( ` _Cancel_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **Dirty** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **Dirty** event.|
diff --git a/api/Access.TextBox.DisplayAsHyperlink.md b/api/Access.TextBox.DisplayAsHyperlink.md
index 9054013ceca..8fc3997f718 100644
--- a/api/Access.TextBox.DisplayAsHyperlink.md
+++ b/api/Access.TextBox.DisplayAsHyperlink.md
@@ -1,5 +1,5 @@
---
-title: TextBox.DisplayAsHyperlink Property (Access)
+title: TextBox.DisplayAsHyperlink property (Access)
keywords: vbaac10.chm11183
f1_keywords:
- vbaac10.chm11183
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.DisplayAsHyperlink Property (Access)
+# TextBox.DisplayAsHyperlink property (Access)
Gets or sets an **[AcDisplayAsHyperlink](Access.AcDisplayAsHyperlink.md)** constant that specifies whether to display the contents of the specified text box as a hyperlink. Read/write.
## Syntax
- _expression_. `DisplayAsHyperlink`
+_expression_. `DisplayAsHyperlink`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.DisplayWhen.md b/api/Access.TextBox.DisplayWhen.md
index e4dbd700a51..95c4633fc97 100644
--- a/api/Access.TextBox.DisplayWhen.md
+++ b/api/Access.TextBox.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: TextBox.DisplayWhen Property (Access)
+title: TextBox.DisplayWhen property (Access)
keywords: vbaac10.chm11057
f1_keywords:
- vbaac10.chm11057
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.DisplayWhen Property (Access)
+# TextBox.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Enabled.md b/api/Access.TextBox.Enabled.md
index c108b8d4312..b8cc64fa3d5 100644
--- a/api/Access.TextBox.Enabled.md
+++ b/api/Access.TextBox.Enabled.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Enabled Property (Access)
+title: TextBox.Enabled property (Access)
keywords: vbaac10.chm11060
f1_keywords:
- vbaac10.chm11060
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Enabled Property (Access)
+# TextBox.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Enter.md b/api/Access.TextBox.Enter.md
index 3004663c61e..a95eaeb70a8 100644
--- a/api/Access.TextBox.Enter.md
+++ b/api/Access.TextBox.Enter.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Enter Event (Access)
+title: TextBox.Enter event (Access)
keywords: vbaac10.chm14197
f1_keywords:
- vbaac10.chm14197
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Enter Event (Access)
+# TextBox.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.EnterKeyBehavior.md b/api/Access.TextBox.EnterKeyBehavior.md
index c566fbb54a5..82ab4ff2ca9 100644
--- a/api/Access.TextBox.EnterKeyBehavior.md
+++ b/api/Access.TextBox.EnterKeyBehavior.md
@@ -1,5 +1,5 @@
---
-title: TextBox.EnterKeyBehavior Property (Access)
+title: TextBox.EnterKeyBehavior property (Access)
keywords: vbaac10.chm11054,vbaac10.chm4343
f1_keywords:
- vbaac10.chm11054,vbaac10.chm4343
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.EnterKeyBehavior Property (Access)
+# TextBox.EnterKeyBehavior property (Access)
You can use the **EnterKeyBehavior** property to specify what happens when you press ENTER in a text box control in Form view or Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `EnterKeyBehavior`
+_expression_. `EnterKeyBehavior`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.EventProcPrefix.md b/api/Access.TextBox.EventProcPrefix.md
index 039545b1d81..e088f9f692a 100644
--- a/api/Access.TextBox.EventProcPrefix.md
+++ b/api/Access.TextBox.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: TextBox.EventProcPrefix Property (Access)
+title: TextBox.EventProcPrefix property (Access)
keywords: vbaac10.chm11040
f1_keywords:
- vbaac10.chm11040
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.EventProcPrefix Property (Access)
+# TextBox.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Exit.md b/api/Access.TextBox.Exit.md
index f5e0072210b..81366644695 100644
--- a/api/Access.TextBox.Exit.md
+++ b/api/Access.TextBox.Exit.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Exit Event (Access)
+title: TextBox.Exit event (Access)
keywords: vbaac10.chm14198
f1_keywords:
- vbaac10.chm14198
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.Exit Event (Access)
+# TextBox.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.TextBox.FilterLookup.md b/api/Access.TextBox.FilterLookup.md
index 88a1e730f08..b201b54988b 100644
--- a/api/Access.TextBox.FilterLookup.md
+++ b/api/Access.TextBox.FilterLookup.md
@@ -1,5 +1,5 @@
---
-title: TextBox.FilterLookup Property (Access)
+title: TextBox.FilterLookup property (Access)
keywords: vbaac10.chm11062,vbaac10.chm4353
f1_keywords:
- vbaac10.chm11062,vbaac10.chm4353
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.FilterLookup Property (Access)
+# TextBox.FilterLookup property (Access)
You can use the **FilterLookup** property to specify whether values appear in a bound text box control when using the Filter By Form or Server Filter By Form window. Read/write **Byte**.
## Syntax
- _expression_. `FilterLookup`
+_expression_. `FilterLookup`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.FontBold.md b/api/Access.TextBox.FontBold.md
index cfe6de45ed9..0430a755415 100644
--- a/api/Access.TextBox.FontBold.md
+++ b/api/Access.TextBox.FontBold.md
@@ -1,5 +1,5 @@
---
-title: TextBox.FontBold Property (Access)
+title: TextBox.FontBold property (Access)
keywords: vbaac10.chm11091
f1_keywords:
- vbaac10.chm11091
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.FontBold Property (Access)
+# TextBox.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.FontItalic.md b/api/Access.TextBox.FontItalic.md
index 672b5d6aeef..9b1eb4ba1e1 100644
--- a/api/Access.TextBox.FontItalic.md
+++ b/api/Access.TextBox.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: TextBox.FontItalic Property (Access)
+title: TextBox.FontItalic property (Access)
keywords: vbaac10.chm11087
f1_keywords:
- vbaac10.chm11087
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.FontItalic Property (Access)
+# TextBox.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.FontName.md b/api/Access.TextBox.FontName.md
index 3d50a6e7f7a..54f69d5adee 100644
--- a/api/Access.TextBox.FontName.md
+++ b/api/Access.TextBox.FontName.md
@@ -1,5 +1,5 @@
---
-title: TextBox.FontName Property (Access)
+title: TextBox.FontName property (Access)
keywords: vbaac10.chm11084
f1_keywords:
- vbaac10.chm11084
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.FontName Property (Access)
+# TextBox.FontName property (Access)
You can use the **FontName** property to specify the font for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **String**.
## Syntax
- _expression_. `FontName`
+_expression_. `FontName`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.FontSize.md b/api/Access.TextBox.FontSize.md
index ad3468c7e2b..95261c3fdb3 100644
--- a/api/Access.TextBox.FontSize.md
+++ b/api/Access.TextBox.FontSize.md
@@ -1,5 +1,5 @@
---
-title: TextBox.FontSize Property (Access)
+title: TextBox.FontSize property (Access)
keywords: vbaac10.chm11085
f1_keywords:
- vbaac10.chm11085
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.FontSize Property (Access)
+# TextBox.FontSize property (Access)
You can use the **FontSize** property to specify the point size for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **Integer**.
## Syntax
- _expression_. `FontSize`
+_expression_. `FontSize`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.FontUnderline.md b/api/Access.TextBox.FontUnderline.md
index d909d2dd97d..21f357edc90 100644
--- a/api/Access.TextBox.FontUnderline.md
+++ b/api/Access.TextBox.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: TextBox.FontUnderline Property (Access)
+title: TextBox.FontUnderline property (Access)
keywords: vbaac10.chm11088
f1_keywords:
- vbaac10.chm11088
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.FontUnderline Property (Access)
+# TextBox.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.FontWeight.md b/api/Access.TextBox.FontWeight.md
index bf4db9be2ff..5cfde706147 100644
--- a/api/Access.TextBox.FontWeight.md
+++ b/api/Access.TextBox.FontWeight.md
@@ -1,5 +1,5 @@
---
-title: TextBox.FontWeight Property (Access)
+title: TextBox.FontWeight property (Access)
keywords: vbaac10.chm11086
f1_keywords:
- vbaac10.chm11086
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.FontWeight Property (Access)
+# TextBox.FontWeight property (Access)
You can use the **DatasheetFontWeight** property to specify the line width of the font used to display and print characters for field names and data in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `FontWeight`
+_expression_. `FontWeight`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ForeColor.md b/api/Access.TextBox.ForeColor.md
index 675cfa9c38c..0c0800acf76 100644
--- a/api/Access.TextBox.ForeColor.md
+++ b/api/Access.TextBox.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ForeColor Property (Access)
+title: TextBox.ForeColor property (Access)
keywords: vbaac10.chm11083
f1_keywords:
- vbaac10.chm11083
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ForeColor Property (Access)
+# TextBox.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ForeShade.md b/api/Access.TextBox.ForeShade.md
index b80bd524fb5..729975ee0f6 100644
--- a/api/Access.TextBox.ForeShade.md
+++ b/api/Access.TextBox.ForeShade.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ForeShade Property (Access)
+title: TextBox.ForeShade property (Access)
keywords: vbaac10.chm14606
f1_keywords:
- vbaac10.chm14606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ForeShade Property (Access)
+# TextBox.ForeShade property (Access)
Gets or sets the shade that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeShade`
+_expression_. `ForeShade`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ForeThemeColorIndex.md b/api/Access.TextBox.ForeThemeColorIndex.md
index f7ec66af605..e94fdeced33 100644
--- a/api/Access.TextBox.ForeThemeColorIndex.md
+++ b/api/Access.TextBox.ForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ForeThemeColorIndex Property (Access)
+title: TextBox.ForeThemeColorIndex property (Access)
keywords: vbaac10.chm14604
f1_keywords:
- vbaac10.chm14604
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ForeThemeColorIndex Property (Access)
+# TextBox.ForeThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **ForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ForeThemeColorIndex`
+_expression_. `ForeThemeColorIndex`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ForeTint.md b/api/Access.TextBox.ForeTint.md
index 1a432a5d2c9..f8ceacaab6b 100644
--- a/api/Access.TextBox.ForeTint.md
+++ b/api/Access.TextBox.ForeTint.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ForeTint Property (Access)
+title: TextBox.ForeTint property (Access)
keywords: vbaac10.chm14605
f1_keywords:
- vbaac10.chm14605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ForeTint Property (Access)
+# TextBox.ForeTint property (Access)
Gets or sets the tint that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeTint`
+_expression_. `ForeTint`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Format.md b/api/Access.TextBox.Format.md
index 71846a8e397..1e86973c769 100644
--- a/api/Access.TextBox.Format.md
+++ b/api/Access.TextBox.Format.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Format Property (Access)
+title: TextBox.Format property (Access)
keywords: vbaac10.chm11044
f1_keywords:
- vbaac10.chm11044
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Format Property (Access)
+# TextBox.Format property (Access)
You can use the **Format** property to customize the way numbers, dates, times, and text are displayed and printed. Read/write **String**.
## Syntax
- _expression_. `Format`
+_expression_. `Format`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.FormatConditions.md b/api/Access.TextBox.FormatConditions.md
index d76a0616254..194a64b1a7a 100644
--- a/api/Access.TextBox.FormatConditions.md
+++ b/api/Access.TextBox.FormatConditions.md
@@ -1,5 +1,5 @@
---
-title: TextBox.FormatConditions Property (Access)
+title: TextBox.FormatConditions property (Access)
keywords: vbaac10.chm11038
f1_keywords:
- vbaac10.chm11038
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.FormatConditions Property (Access)
+# TextBox.FormatConditions property (Access)
You can use the **FormatConditions** property to return a read-only reference to the **[FormatConditions](Access.FormatConditions.md)** collection and its related properties.
## Syntax
- _expression_. `FormatConditions`
+_expression_. `FormatConditions`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Example
diff --git a/api/Access.TextBox.FuriganaControl.md b/api/Access.TextBox.FuriganaControl.md
index 4f1d797c6f2..74009d4c7d6 100644
--- a/api/Access.TextBox.FuriganaControl.md
+++ b/api/Access.TextBox.FuriganaControl.md
@@ -1,5 +1,5 @@
---
-title: TextBox.FuriganaControl Property (Access)
+title: TextBox.FuriganaControl property (Access)
keywords: vbaac10.chm11049
f1_keywords:
- vbaac10.chm11049
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.FuriganaControl Property (Access)
+# TextBox.FuriganaControl property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `FuriganaControl`
+_expression_. `FuriganaControl`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GotFocus.md b/api/Access.TextBox.GotFocus.md
index 5a864377b08..908d9dd9901 100644
--- a/api/Access.TextBox.GotFocus.md
+++ b/api/Access.TextBox.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GotFocus Event (Access)
+title: TextBox.GotFocus event (Access)
keywords: vbaac10.chm14199
f1_keywords:
- vbaac10.chm14199
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GotFocus Event (Access)
+# TextBox.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineColor.md b/api/Access.TextBox.GridlineColor.md
index bbe527d6d7a..3e97e91c7c3 100644
--- a/api/Access.TextBox.GridlineColor.md
+++ b/api/Access.TextBox.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineColor Property (Access)
+title: TextBox.GridlineColor property (Access)
keywords: vbaac10.chm11164
f1_keywords:
- vbaac10.chm11164
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineColor Property (Access)
+# TextBox.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified text box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineShade.md b/api/Access.TextBox.GridlineShade.md
index aebad4b633a..41b80691829 100644
--- a/api/Access.TextBox.GridlineShade.md
+++ b/api/Access.TextBox.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineShade Property (Access)
+title: TextBox.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineShade Property (Access)
+# TextBox.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents an [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineStyleBottom.md b/api/Access.TextBox.GridlineStyleBottom.md
index 1345946157c..ed7d8409606 100644
--- a/api/Access.TextBox.GridlineStyleBottom.md
+++ b/api/Access.TextBox.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineStyleBottom Property (Access)
+title: TextBox.GridlineStyleBottom property (Access)
keywords: vbaac10.chm11159
f1_keywords:
- vbaac10.chm11159
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineStyleBottom Property (Access)
+# TextBox.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineStyleLeft.md b/api/Access.TextBox.GridlineStyleLeft.md
index 9ea07ab925c..9ebb1d2732e 100644
--- a/api/Access.TextBox.GridlineStyleLeft.md
+++ b/api/Access.TextBox.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineStyleLeft Property (Access)
+title: TextBox.GridlineStyleLeft property (Access)
keywords: vbaac10.chm11156
f1_keywords:
- vbaac10.chm11156
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineStyleLeft Property (Access)
+# TextBox.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineStyleRight.md b/api/Access.TextBox.GridlineStyleRight.md
index 1e2a27af877..03c611467e7 100644
--- a/api/Access.TextBox.GridlineStyleRight.md
+++ b/api/Access.TextBox.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineStyleRight Property (Access)
+title: TextBox.GridlineStyleRight property (Access)
keywords: vbaac10.chm11158
f1_keywords:
- vbaac10.chm11158
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineStyleRight Property (Access)
+# TextBox.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineStyleTop.md b/api/Access.TextBox.GridlineStyleTop.md
index a152313a9a3..f8ec8a8d690 100644
--- a/api/Access.TextBox.GridlineStyleTop.md
+++ b/api/Access.TextBox.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineStyleTop Property (Access)
+title: TextBox.GridlineStyleTop property (Access)
keywords: vbaac10.chm11157
f1_keywords:
- vbaac10.chm11157
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineStyleTop Property (Access)
+# TextBox.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineThemeColorIndex.md b/api/Access.TextBox.GridlineThemeColorIndex.md
index fe4c3fed5f1..9e61d2171cd 100644
--- a/api/Access.TextBox.GridlineThemeColorIndex.md
+++ b/api/Access.TextBox.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineThemeColorIndex Property (Access)
+title: TextBox.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineThemeColorIndex Property (Access)
+# TextBox.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineTint.md b/api/Access.TextBox.GridlineTint.md
index 42cb47b94ad..cb18b5a813f 100644
--- a/api/Access.TextBox.GridlineTint.md
+++ b/api/Access.TextBox.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineTint Property (Access)
+title: TextBox.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineTint Property (Access)
+# TextBox.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineWidthBottom.md b/api/Access.TextBox.GridlineWidthBottom.md
index f8956025778..55f13ddb7e1 100644
--- a/api/Access.TextBox.GridlineWidthBottom.md
+++ b/api/Access.TextBox.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineWidthBottom Property (Access)
+title: TextBox.GridlineWidthBottom property (Access)
keywords: vbaac10.chm11163
f1_keywords:
- vbaac10.chm11163
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineWidthBottom Property (Access)
+# TextBox.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineWidthLeft.md b/api/Access.TextBox.GridlineWidthLeft.md
index db944e384fc..4fd420eb741 100644
--- a/api/Access.TextBox.GridlineWidthLeft.md
+++ b/api/Access.TextBox.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineWidthLeft Property (Access)
+title: TextBox.GridlineWidthLeft property (Access)
keywords: vbaac10.chm11160
f1_keywords:
- vbaac10.chm11160
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineWidthLeft Property (Access)
+# TextBox.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineWidthRight.md b/api/Access.TextBox.GridlineWidthRight.md
index 83da008e8b1..fab4d8d9f14 100644
--- a/api/Access.TextBox.GridlineWidthRight.md
+++ b/api/Access.TextBox.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineWidthRight Property (Access)
+title: TextBox.GridlineWidthRight property (Access)
keywords: vbaac10.chm11162
f1_keywords:
- vbaac10.chm11162
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineWidthRight Property (Access)
+# TextBox.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.GridlineWidthTop.md b/api/Access.TextBox.GridlineWidthTop.md
index 2bb938adc8b..df27d304d82 100644
--- a/api/Access.TextBox.GridlineWidthTop.md
+++ b/api/Access.TextBox.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: TextBox.GridlineWidthTop Property (Access)
+title: TextBox.GridlineWidthTop property (Access)
keywords: vbaac10.chm11161
f1_keywords:
- vbaac10.chm11161
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.GridlineWidthTop Property (Access)
+# TextBox.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Height.md b/api/Access.TextBox.Height.md
index 7a503340e3f..de25cbb78f6 100644
--- a/api/Access.TextBox.Height.md
+++ b/api/Access.TextBox.Height.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Height Property (Access)
+title: TextBox.Height property (Access)
keywords: vbaac10.chm11074
f1_keywords:
- vbaac10.chm11074
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Height Property (Access)
+# TextBox.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.HelpContextId.md b/api/Access.TextBox.HelpContextId.md
index ff13028f9cf..68f0e8f9f60 100644
--- a/api/Access.TextBox.HelpContextId.md
+++ b/api/Access.TextBox.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: TextBox.HelpContextId Property (Access)
+title: TextBox.HelpContextId property (Access)
keywords: vbaac10.chm11094
f1_keywords:
- vbaac10.chm11094
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.HelpContextId Property (Access)
+# TextBox.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.HideDuplicates.md b/api/Access.TextBox.HideDuplicates.md
index ed96bbde335..5942d7f4e1c 100644
--- a/api/Access.TextBox.HideDuplicates.md
+++ b/api/Access.TextBox.HideDuplicates.md
@@ -1,5 +1,5 @@
---
-title: TextBox.HideDuplicates Property (Access)
+title: TextBox.HideDuplicates property (Access)
keywords: vbaac10.chm11067
f1_keywords:
- vbaac10.chm11067
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.HideDuplicates Property (Access)
+# TextBox.HideDuplicates property (Access)
You can use the **HideDuplicates** property to hide a control on a report when its value is the same as in the preceding record. Read/write **Boolean**.
## Syntax
- _expression_. `HideDuplicates`
+_expression_. `HideDuplicates`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.HorizontalAnchor.md b/api/Access.TextBox.HorizontalAnchor.md
index 54dcbc94115..7028b30e3aa 100644
--- a/api/Access.TextBox.HorizontalAnchor.md
+++ b/api/Access.TextBox.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: TextBox.HorizontalAnchor Property (Access)
+title: TextBox.HorizontalAnchor property (Access)
keywords: vbaac10.chm11165
f1_keywords:
- vbaac10.chm11165
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.HorizontalAnchor Property (Access)
+# TextBox.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the text box is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Hyperlink.md b/api/Access.TextBox.Hyperlink.md
index 3128963965b..cb8b1a89596 100644
--- a/api/Access.TextBox.Hyperlink.md
+++ b/api/Access.TextBox.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Hyperlink Property (Access)
+title: TextBox.Hyperlink property (Access)
keywords: vbaac10.chm11037
f1_keywords:
- vbaac10.chm11037
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Hyperlink Property (Access)
+# TextBox.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Example
diff --git a/api/Access.TextBox.IMEHold.md b/api/Access.TextBox.IMEHold.md
index aecb031d069..418aea97a0f 100644
--- a/api/Access.TextBox.IMEHold.md
+++ b/api/Access.TextBox.IMEHold.md
@@ -1,5 +1,5 @@
---
-title: TextBox.IMEHold Property (Access)
+title: TextBox.IMEHold property (Access)
keywords: vbaac10.chm11048
f1_keywords:
- vbaac10.chm11048
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.IMEHold Property (Access)
+# TextBox.IMEHold property (Access)
[Language-specific information](overview/learn-about-language-specific-information-access.md)You can use the **IMEHold/Hold KanjiConversionMode** property to show whether the Kanji Conversion Mode is maintained when the control loses the focus. Read/write **Boolean**.
## Syntax
- _expression_. `IMEHold`
+_expression_. `IMEHold`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.IMEMode.md b/api/Access.TextBox.IMEMode.md
index 38d19e3ac5e..7daa5f9e62f 100644
--- a/api/Access.TextBox.IMEMode.md
+++ b/api/Access.TextBox.IMEMode.md
@@ -1,5 +1,5 @@
---
-title: TextBox.IMEMode Property (Access)
+title: TextBox.IMEMode property (Access)
keywords: vbaac10.chm11135
f1_keywords:
- vbaac10.chm11135
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.IMEMode Property (Access)
+# TextBox.IMEMode property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `IMEMode`
+_expression_. `IMEMode`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.IMESentenceMode.md b/api/Access.TextBox.IMESentenceMode.md
index 2f5d9a65c5a..66e6e3bca16 100644
--- a/api/Access.TextBox.IMESentenceMode.md
+++ b/api/Access.TextBox.IMESentenceMode.md
@@ -1,5 +1,5 @@
---
-title: TextBox.IMESentenceMode Property (Access)
+title: TextBox.IMESentenceMode property (Access)
keywords: vbaac10.chm11137
f1_keywords:
- vbaac10.chm11137
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.IMESentenceMode Property (Access)
+# TextBox.IMESentenceMode property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `IMESentenceMode`
+_expression_. `IMESentenceMode`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.InSelection.md b/api/Access.TextBox.InSelection.md
index efb563bf944..2a18a00a353 100644
--- a/api/Access.TextBox.InSelection.md
+++ b/api/Access.TextBox.InSelection.md
@@ -1,5 +1,5 @@
---
-title: TextBox.InSelection Property (Access)
+title: TextBox.InSelection property (Access)
keywords: vbaac10.chm11114
f1_keywords:
- vbaac10.chm11114
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.InSelection Property (Access)
+# TextBox.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.InputMask.md b/api/Access.TextBox.InputMask.md
index 473b2833e2d..8f6f0addfa6 100644
--- a/api/Access.TextBox.InputMask.md
+++ b/api/Access.TextBox.InputMask.md
@@ -1,5 +1,5 @@
---
-title: TextBox.InputMask Property (Access)
+title: TextBox.InputMask property (Access)
keywords: vbaac10.chm11046
f1_keywords:
- vbaac10.chm11046
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.InputMask Property (Access)
+# TextBox.InputMask property (Access)
You can use the **InputMask** property to make data entry easier and to control the values users can enter in a text boxcontrol. Read/write **String**.
## Syntax
- _expression_. `InputMask`
+_expression_. `InputMask`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.IsHyperlink.md b/api/Access.TextBox.IsHyperlink.md
index 32c35553bb0..ff60a15dc2c 100644
--- a/api/Access.TextBox.IsHyperlink.md
+++ b/api/Access.TextBox.IsHyperlink.md
@@ -1,5 +1,5 @@
---
-title: TextBox.IsHyperlink Property (Access)
+title: TextBox.IsHyperlink property (Access)
keywords: vbaac10.chm11143
f1_keywords:
- vbaac10.chm11143
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.IsHyperlink Property (Access)
+# TextBox.IsHyperlink property (Access)
You can use the **IsHyperlink** property to specify or determine if the data contained in a text box is a hyperlink. Read/write **Boolean**.
## Syntax
- _expression_. `IsHyperlink`
+_expression_. `IsHyperlink`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.IsVisible.md b/api/Access.TextBox.IsVisible.md
index 87aa153b063..4f2a7e26622 100644
--- a/api/Access.TextBox.IsVisible.md
+++ b/api/Access.TextBox.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: TextBox.IsVisible Property (Access)
+title: TextBox.IsVisible property (Access)
keywords: vbaac10.chm11113
f1_keywords:
- vbaac10.chm11113
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.IsVisible Property (Access)
+# TextBox.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.KeyDown.md b/api/Access.TextBox.KeyDown.md
index 2b9eb79bb08..2ffa4bee151 100644
--- a/api/Access.TextBox.KeyDown.md
+++ b/api/Access.TextBox.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: TextBox.KeyDown Event (Access)
+title: TextBox.KeyDown event (Access)
keywords: vbaac10.chm14206
f1_keywords:
- vbaac10.chm14206
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.KeyDown Event (Access)
+# TextBox.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
- acShiftMask The bit mask for the SHIFT key.
- acCtrlMask The bit mask for the CTRL key.
- acAltMask The bit mask for the ALT key.
|
diff --git a/api/Access.TextBox.KeyPress.md b/api/Access.TextBox.KeyPress.md
index a9fb6b18142..bf2cc0f823d 100644
--- a/api/Access.TextBox.KeyPress.md
+++ b/api/Access.TextBox.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: TextBox.KeyPress Event (Access)
+title: TextBox.KeyPress event (Access)
keywords: vbaac10.chm14207
f1_keywords:
- vbaac10.chm14207
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.KeyPress Event (Access)
+# TextBox.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_` )
+_expression_. `KeyPress`( ` _KeyAscii_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.TextBox.KeyUp.md b/api/Access.TextBox.KeyUp.md
index 997da14a8a5..e11748dbc19 100644
--- a/api/Access.TextBox.KeyUp.md
+++ b/api/Access.TextBox.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: TextBox.KeyUp Event (Access)
+title: TextBox.KeyUp event (Access)
keywords: vbaac10.chm14208
f1_keywords:
- vbaac10.chm14208
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.KeyUp Event (Access)
+# TextBox.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.TextBox.KeyboardLanguage.md b/api/Access.TextBox.KeyboardLanguage.md
index fc0b26b3675..2d4d0117caa 100644
--- a/api/Access.TextBox.KeyboardLanguage.md
+++ b/api/Access.TextBox.KeyboardLanguage.md
@@ -1,5 +1,5 @@
---
-title: TextBox.KeyboardLanguage Property (Access)
+title: TextBox.KeyboardLanguage property (Access)
keywords: vbaac10.chm11131
f1_keywords:
- vbaac10.chm11131
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.KeyboardLanguage Property (Access)
+# TextBox.KeyboardLanguage property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `KeyboardLanguage`
+_expression_. `KeyboardLanguage`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.LabelAlign.md b/api/Access.TextBox.LabelAlign.md
index 9e71789c352..1a3b31907b6 100644
--- a/api/Access.TextBox.LabelAlign.md
+++ b/api/Access.TextBox.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: TextBox.LabelAlign Property (Access)
+title: TextBox.LabelAlign property (Access)
keywords: vbaac10.chm11102
f1_keywords:
- vbaac10.chm11102
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.LabelAlign Property (Access)
+# TextBox.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.LabelX.md b/api/Access.TextBox.LabelX.md
index b163cf36181..7f6ce03059e 100644
--- a/api/Access.TextBox.LabelX.md
+++ b/api/Access.TextBox.LabelX.md
@@ -1,5 +1,5 @@
---
-title: TextBox.LabelX Property (Access)
+title: TextBox.LabelX property (Access)
keywords: vbaac10.chm11100
f1_keywords:
- vbaac10.chm11100
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.LabelX Property (Access)
+# TextBox.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.LabelY.md b/api/Access.TextBox.LabelY.md
index 9907536d054..9601c3f438e 100644
--- a/api/Access.TextBox.LabelY.md
+++ b/api/Access.TextBox.LabelY.md
@@ -1,5 +1,5 @@
---
-title: TextBox.LabelY Property (Access)
+title: TextBox.LabelY property (Access)
keywords: vbaac10.chm11101
f1_keywords:
- vbaac10.chm11101
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.LabelY Property (Access)
+# TextBox.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Layout.md b/api/Access.TextBox.Layout.md
index de69307b715..2a4feab4553 100644
--- a/api/Access.TextBox.Layout.md
+++ b/api/Access.TextBox.Layout.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Layout Property (Access)
+title: TextBox.Layout property (Access)
keywords: vbaac10.chm11150
f1_keywords:
- vbaac10.chm11150
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Layout Property (Access)
+# TextBox.Layout property (Access)
Returns the type of layout for the specified text box. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.LayoutID.md b/api/Access.TextBox.LayoutID.md
index 9e2ac62f552..3bd84fe07dd 100644
--- a/api/Access.TextBox.LayoutID.md
+++ b/api/Access.TextBox.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: TextBox.LayoutID Property (Access)
+title: TextBox.LayoutID property (Access)
keywords: vbaac10.chm11182
f1_keywords:
- vbaac10.chm11182
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.LayoutID Property (Access)
+# TextBox.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified text box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Left.md b/api/Access.TextBox.Left.md
index 7634bd12f24..651d98fe998 100644
--- a/api/Access.TextBox.Left.md
+++ b/api/Access.TextBox.Left.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Left Property (Access)
+title: TextBox.Left property (Access)
keywords: vbaac10.chm11071
f1_keywords:
- vbaac10.chm11071
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Left Property (Access)
+# TextBox.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.LeftMargin.md b/api/Access.TextBox.LeftMargin.md
index 5fd65925a17..f84715c95a5 100644
--- a/api/Access.TextBox.LeftMargin.md
+++ b/api/Access.TextBox.LeftMargin.md
@@ -1,5 +1,5 @@
---
-title: TextBox.LeftMargin Property (Access)
+title: TextBox.LeftMargin property (Access)
keywords: vbaac10.chm11138
f1_keywords:
- vbaac10.chm11138
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.LeftMargin Property (Access)
+# TextBox.LeftMargin property (Access)
Along with the **TopMargin**, **RightMargin**, and **BottomMargin** properties. specifies the location of information displayed within a text box control. Read/write **Integer**. .
## Syntax
- _expression_. `LeftMargin`
+_expression_. `LeftMargin`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.LeftPadding.md b/api/Access.TextBox.LeftPadding.md
index 09cf6f5df19..a0f10f19d19 100644
--- a/api/Access.TextBox.LeftPadding.md
+++ b/api/Access.TextBox.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: TextBox.LeftPadding Property (Access)
+title: TextBox.LeftPadding property (Access)
keywords: vbaac10.chm11152
f1_keywords:
- vbaac10.chm11152
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.LeftPadding Property (Access)
+# TextBox.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.LineSpacing.md b/api/Access.TextBox.LineSpacing.md
index 48f89c64157..372700ee9f1 100644
--- a/api/Access.TextBox.LineSpacing.md
+++ b/api/Access.TextBox.LineSpacing.md
@@ -1,5 +1,5 @@
---
-title: TextBox.LineSpacing Property (Access)
+title: TextBox.LineSpacing property (Access)
keywords: vbaac10.chm11140
f1_keywords:
- vbaac10.chm11140
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.LineSpacing Property (Access)
+# TextBox.LineSpacing property (Access)
You can use the **LineSpacing** property to specify or determine the location of information displayed within a label or text box control. Read/write **Integer**.
## Syntax
- _expression_. `LineSpacing`
+_expression_. `LineSpacing`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Locked.md b/api/Access.TextBox.Locked.md
index 33279e74088..f3a33be4987 100644
--- a/api/Access.TextBox.Locked.md
+++ b/api/Access.TextBox.Locked.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Locked Property (Access)
+title: TextBox.Locked property (Access)
keywords: vbaac10.chm11061
f1_keywords:
- vbaac10.chm11061
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Locked Property (Access)
+# TextBox.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.LostFocus.md b/api/Access.TextBox.LostFocus.md
index b37dad5fa21..21ae45c77cd 100644
--- a/api/Access.TextBox.LostFocus.md
+++ b/api/Access.TextBox.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: TextBox.LostFocus Event (Access)
+title: TextBox.LostFocus event (Access)
keywords: vbaac10.chm14200
f1_keywords:
- vbaac10.chm14200
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.LostFocus Event (Access)
+# TextBox.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.MouseDown.md b/api/Access.TextBox.MouseDown.md
index c8fa0865092..74577a0a8dc 100644
--- a/api/Access.TextBox.MouseDown.md
+++ b/api/Access.TextBox.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: TextBox.MouseDown Event (Access)
+title: TextBox.MouseDown event (Access)
keywords: vbaac10.chm14203
f1_keywords:
- vbaac10.chm14203
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.MouseDown Event (Access)
+# TextBox.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.TextBox.MouseMove.md b/api/Access.TextBox.MouseMove.md
index d463384b3dc..cca88eebe2e 100644
--- a/api/Access.TextBox.MouseMove.md
+++ b/api/Access.TextBox.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: TextBox.MouseMove Event (Access)
+title: TextBox.MouseMove event (Access)
keywords: vbaac10.chm14204
f1_keywords:
- vbaac10.chm14204
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.MouseMove Event (Access)
+# TextBox.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.TextBox.MouseUp.md b/api/Access.TextBox.MouseUp.md
index 3bc4160ab08..3292e20ce8a 100644
--- a/api/Access.TextBox.MouseUp.md
+++ b/api/Access.TextBox.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: TextBox.MouseUp Event (Access)
+title: TextBox.MouseUp event (Access)
keywords: vbaac10.chm14205
f1_keywords:
- vbaac10.chm14205
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.MouseUp Event (Access)
+# TextBox.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.TextBox.Move.md b/api/Access.TextBox.Move.md
index 72eb83a22c5..116ea9f76ed 100644
--- a/api/Access.TextBox.Move.md
+++ b/api/Access.TextBox.Move.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Move Method (Access)
+title: TextBox.Move method (Access)
keywords: vbaac10.chm11144
f1_keywords:
- vbaac10.chm11144
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.Move Method (Access)
+# TextBox.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.TextBox.Name.md b/api/Access.TextBox.Name.md
index 8f5235bf698..b43cd7088c8 100644
--- a/api/Access.TextBox.Name.md
+++ b/api/Access.TextBox.Name.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Name Property (Access)
+title: TextBox.Name property (Access)
keywords: vbaac10.chm11136
f1_keywords:
- vbaac10.chm11136
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Name Property (Access)
+# TextBox.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.NumeralShapes.md b/api/Access.TextBox.NumeralShapes.md
index 9b5beeb507c..98659ccb485 100644
--- a/api/Access.TextBox.NumeralShapes.md
+++ b/api/Access.TextBox.NumeralShapes.md
@@ -1,5 +1,5 @@
---
-title: TextBox.NumeralShapes Property (Access)
+title: TextBox.NumeralShapes property (Access)
keywords: vbaac10.chm11134
f1_keywords:
- vbaac10.chm11134
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox.NumeralShapes Property (Access)
+# TextBox.NumeralShapes property (Access)
@@ -19,9 +19,9 @@ ms.date: 06/08/2017
## Syntax
- _expression_. `NumeralShapes`
+_expression_. `NumeralShapes`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.OldBorderStyle.md b/api/Access.TextBox.OldBorderStyle.md
index 7a302be7c32..4f35583c032 100644
--- a/api/Access.TextBox.OldBorderStyle.md
+++ b/api/Access.TextBox.OldBorderStyle.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OldBorderStyle Property (Access)
+title: TextBox.OldBorderStyle property (Access)
keywords: vbaac10.chm11079
f1_keywords:
- vbaac10.chm11079
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OldBorderStyle Property (Access)
+# TextBox.OldBorderStyle property (Access)
You can use this property to set or returns the unedited value of the **BorderStyle** property for a form or control. This property is useful if you need to revert to an unedited or preferred border style. Read/write **Byte**.
## Syntax
- _expression_. `OldBorderStyle`
+_expression_. `OldBorderStyle`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.OldValue.md b/api/Access.TextBox.OldValue.md
index 66ae4140c78..5c8dc98422b 100644
--- a/api/Access.TextBox.OldValue.md
+++ b/api/Access.TextBox.OldValue.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OldValue Property (Access)
+title: TextBox.OldValue property (Access)
keywords: vbaac10.chm11031
f1_keywords:
- vbaac10.chm11031
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OldValue Property (Access)
+# TextBox.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.OnChange.md b/api/Access.TextBox.OnChange.md
index 596a9e09101..6acd465b6eb 100644
--- a/api/Access.TextBox.OnChange.md
+++ b/api/Access.TextBox.OnChange.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnChange Property (Access)
+title: TextBox.OnChange property (Access)
keywords: vbaac10.chm11117
f1_keywords:
- vbaac10.chm11117
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnChange Property (Access)
+# TextBox.OnChange property (Access)
Sets or returns the value of the **On Change** box in the **Properties** window of one of the objects in the Applies To list. Read/write **String**.
## Syntax
- _expression_. `OnChange`
+_expression_. `OnChange`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Change** event occurs when the contents of a text box or the text portion
The **OnChange** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Change** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnClick.md b/api/Access.TextBox.OnClick.md
index ab3f5a51011..640aad04cbc 100644
--- a/api/Access.TextBox.OnClick.md
+++ b/api/Access.TextBox.OnClick.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnClick Property (Access)
+title: TextBox.OnClick property (Access)
keywords: vbaac10.chm11122
f1_keywords:
- vbaac10.chm11122
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnClick Property (Access)
+# TextBox.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnDblClick.md b/api/Access.TextBox.OnDblClick.md
index 65afc81dc99..482c0a4ba24 100644
--- a/api/Access.TextBox.OnDblClick.md
+++ b/api/Access.TextBox.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnDblClick Property (Access)
+title: TextBox.OnDblClick property (Access)
keywords: vbaac10.chm11123
f1_keywords:
- vbaac10.chm11123
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnDblClick Property (Access)
+# TextBox.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnDirty.md b/api/Access.TextBox.OnDirty.md
index eca846e48ad..b05ca5ab7a8 100644
--- a/api/Access.TextBox.OnDirty.md
+++ b/api/Access.TextBox.OnDirty.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnDirty Property (Access)
+title: TextBox.OnDirty property (Access)
keywords: vbaac10.chm11145
f1_keywords:
- vbaac10.chm11145
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnDirty Property (Access)
+# TextBox.OnDirty property (Access)
Sets or returns the value of the **On Dirty** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnDirty`
+_expression_. `OnDirty`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Dirty** event occurs when the contents of a form or the text portion of a
The **OnClose** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dirty** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnEnter.md b/api/Access.TextBox.OnEnter.md
index 022b1ea3ae0..04db45a775e 100644
--- a/api/Access.TextBox.OnEnter.md
+++ b/api/Access.TextBox.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnEnter Property (Access)
+title: TextBox.OnEnter property (Access)
keywords: vbaac10.chm11118
f1_keywords:
- vbaac10.chm11118
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnEnter Property (Access)
+# TextBox.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnExit.md b/api/Access.TextBox.OnExit.md
index 66b5deab3ee..82b3bdd5ee9 100644
--- a/api/Access.TextBox.OnExit.md
+++ b/api/Access.TextBox.OnExit.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnExit Property (Access)
+title: TextBox.OnExit property (Access)
keywords: vbaac10.chm11119
f1_keywords:
- vbaac10.chm11119
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnExit Property (Access)
+# TextBox.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnGotFocus.md b/api/Access.TextBox.OnGotFocus.md
index 3ed53e0bfea..391b0441346 100644
--- a/api/Access.TextBox.OnGotFocus.md
+++ b/api/Access.TextBox.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnGotFocus Property (Access)
+title: TextBox.OnGotFocus property (Access)
keywords: vbaac10.chm11120
f1_keywords:
- vbaac10.chm11120
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnGotFocus Property (Access)
+# TextBox.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnKeyDown.md b/api/Access.TextBox.OnKeyDown.md
index cdce70e95db..8855564da6f 100644
--- a/api/Access.TextBox.OnKeyDown.md
+++ b/api/Access.TextBox.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnKeyDown Property (Access)
+title: TextBox.OnKeyDown property (Access)
keywords: vbaac10.chm11127
f1_keywords:
- vbaac10.chm11127
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnKeyDown Property (Access)
+# TextBox.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnKeyPress.md b/api/Access.TextBox.OnKeyPress.md
index 36c2b9adbaf..fc72d6d012d 100644
--- a/api/Access.TextBox.OnKeyPress.md
+++ b/api/Access.TextBox.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnKeyPress Property (Access)
+title: TextBox.OnKeyPress property (Access)
keywords: vbaac10.chm11129
f1_keywords:
- vbaac10.chm11129
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnKeyPress Property (Access)
+# TextBox.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnKeyUp.md b/api/Access.TextBox.OnKeyUp.md
index db7ba53f803..abec7acb8e3 100644
--- a/api/Access.TextBox.OnKeyUp.md
+++ b/api/Access.TextBox.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnKeyUp Property (Access)
+title: TextBox.OnKeyUp property (Access)
keywords: vbaac10.chm11128
f1_keywords:
- vbaac10.chm11128
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnKeyUp Property (Access)
+# TextBox.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnLostFocus.md b/api/Access.TextBox.OnLostFocus.md
index 852e9a1ff7b..6e908048c0e 100644
--- a/api/Access.TextBox.OnLostFocus.md
+++ b/api/Access.TextBox.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnLostFocus Property (Access)
+title: TextBox.OnLostFocus property (Access)
keywords: vbaac10.chm11121
f1_keywords:
- vbaac10.chm11121
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnLostFocus Property (Access)
+# TextBox.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnMouseDown.md b/api/Access.TextBox.OnMouseDown.md
index cb85f0ea4bf..9698e49e1c4 100644
--- a/api/Access.TextBox.OnMouseDown.md
+++ b/api/Access.TextBox.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnMouseDown Property (Access)
+title: TextBox.OnMouseDown property (Access)
keywords: vbaac10.chm11124
f1_keywords:
- vbaac10.chm11124
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnMouseDown Property (Access)
+# TextBox.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnMouseMove.md b/api/Access.TextBox.OnMouseMove.md
index 17815c8adc1..539c25b8669 100644
--- a/api/Access.TextBox.OnMouseMove.md
+++ b/api/Access.TextBox.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnMouseMove Property (Access)
+title: TextBox.OnMouseMove property (Access)
keywords: vbaac10.chm11125
f1_keywords:
- vbaac10.chm11125
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnMouseMove Property (Access)
+# TextBox.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnMouseUp.md b/api/Access.TextBox.OnMouseUp.md
index 6f9ba13b5d8..563e4185fdf 100644
--- a/api/Access.TextBox.OnMouseUp.md
+++ b/api/Access.TextBox.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnMouseUp Property (Access)
+title: TextBox.OnMouseUp property (Access)
keywords: vbaac10.chm11126
f1_keywords:
- vbaac10.chm11126
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnMouseUp Property (Access)
+# TextBox.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.TextBox.OnUndo.md b/api/Access.TextBox.OnUndo.md
index 2b48e0a17d4..cff616fe515 100644
--- a/api/Access.TextBox.OnUndo.md
+++ b/api/Access.TextBox.OnUndo.md
@@ -1,5 +1,5 @@
---
-title: TextBox.OnUndo Property (Access)
+title: TextBox.OnUndo property (Access)
keywords: vbaac10.chm11146
f1_keywords:
- vbaac10.chm11146
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.OnUndo Property (Access)
+# TextBox.OnUndo property (Access)
Returns or sets a **String** indicating which macro, event procedure, or user-defined function runs when the **Undo** event occurs. Read/write..
## Syntax
- _expression_. `OnUndo`
+_expression_. `OnUndo`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Parent.md b/api/Access.TextBox.Parent.md
index b6540bba851..be9566441e5 100644
--- a/api/Access.TextBox.Parent.md
+++ b/api/Access.TextBox.Parent.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Parent Property (Access)
+title: TextBox.Parent property (Access)
keywords: vbaac10.chm11029
f1_keywords:
- vbaac10.chm11029
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Parent Property (Access)
+# TextBox.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.PostalAddress.md b/api/Access.TextBox.PostalAddress.md
index 1e70c6295b5..619872911e8 100644
--- a/api/Access.TextBox.PostalAddress.md
+++ b/api/Access.TextBox.PostalAddress.md
@@ -1,5 +1,5 @@
---
-title: TextBox.PostalAddress Property (Access)
+title: TextBox.PostalAddress property (Access)
keywords: vbaac10.chm11050
f1_keywords:
- vbaac10.chm11050
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.PostalAddress Property (Access)
+# TextBox.PostalAddress property (Access)
You can use the **PostalAddress Property** property to specify or determine the postal code and the Customer Barcode data corresponding to the address information displayed in a specified field/textbox. The PostalAddress Property wizard enables the setting of these properties. Read/write **String**.
## Syntax
- _expression_. `PostalAddress`
+_expression_. `PostalAddress`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Properties.md b/api/Access.TextBox.Properties.md
index de5b117b5d9..35796003a19 100644
--- a/api/Access.TextBox.Properties.md
+++ b/api/Access.TextBox.Properties.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Properties Property (Access)
+title: TextBox.Properties property (Access)
keywords: vbaac10.chm11032
f1_keywords:
- vbaac10.chm11032
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Properties Property (Access)
+# TextBox.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ReadingOrder.md b/api/Access.TextBox.ReadingOrder.md
index 438d3dbffcf..2778a807aa7 100644
--- a/api/Access.TextBox.ReadingOrder.md
+++ b/api/Access.TextBox.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ReadingOrder Property (Access)
+title: TextBox.ReadingOrder property (Access)
keywords: vbaac10.chm11130
f1_keywords:
- vbaac10.chm11130
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ReadingOrder Property (Access)
+# TextBox.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Requery.md b/api/Access.TextBox.Requery.md
index 1d600405a23..1c9f47a1f25 100644
--- a/api/Access.TextBox.Requery.md
+++ b/api/Access.TextBox.Requery.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Requery Method (Access)
+title: TextBox.Requery method (Access)
keywords: vbaac10.chm11034
f1_keywords:
- vbaac10.chm11034
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Requery Method (Access)
+# TextBox.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.RightMargin.md b/api/Access.TextBox.RightMargin.md
index 14b551b08bb..095a9396061 100644
--- a/api/Access.TextBox.RightMargin.md
+++ b/api/Access.TextBox.RightMargin.md
@@ -1,5 +1,5 @@
---
-title: TextBox.RightMargin Property (Access)
+title: TextBox.RightMargin property (Access)
keywords: vbaac10.chm11141
f1_keywords:
- vbaac10.chm11141
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.RightMargin Property (Access)
+# TextBox.RightMargin property (Access)
Along with the **TopMargin**, **Left Margin**, and **BottomMargin** properties, specifies the location of information displayed within text box control. Read/write **Integer**.
## Syntax
- _expression_. `RightMargin`
+_expression_. `RightMargin`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.RightPadding.md b/api/Access.TextBox.RightPadding.md
index 62db0fdb6a3..0b13a5c4606 100644
--- a/api/Access.TextBox.RightPadding.md
+++ b/api/Access.TextBox.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: TextBox.RightPadding Property (Access)
+title: TextBox.RightPadding property (Access)
keywords: vbaac10.chm11154
f1_keywords:
- vbaac10.chm11154
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.RightPadding Property (Access)
+# TextBox.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.RunningSum.md b/api/Access.TextBox.RunningSum.md
index 9f2a5cd7779..21793b69560 100644
--- a/api/Access.TextBox.RunningSum.md
+++ b/api/Access.TextBox.RunningSum.md
@@ -1,5 +1,5 @@
---
-title: TextBox.RunningSum Property (Access)
+title: TextBox.RunningSum property (Access)
keywords: vbaac10.chm11070
f1_keywords:
- vbaac10.chm11070
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.RunningSum Property (Access)
+# TextBox.RunningSum property (Access)
You can use the **RunningSum** property to calculate record-by-record or group-by-group totals in a report. Read/write **Byte**.
## Syntax
- _expression_. `RunningSum`
+_expression_. `RunningSum`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ScrollBarAlign.md b/api/Access.TextBox.ScrollBarAlign.md
index eca33e0279a..a6656347cd9 100644
--- a/api/Access.TextBox.ScrollBarAlign.md
+++ b/api/Access.TextBox.ScrollBarAlign.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ScrollBarAlign Property (Access)
+title: TextBox.ScrollBarAlign property (Access)
keywords: vbaac10.chm11133
f1_keywords:
- vbaac10.chm11133
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ScrollBarAlign Property (Access)
+# TextBox.ScrollBarAlign property (Access)
You can use the **ScrollBarAlign** to specify or determine the alignment of a vertical scroll bar. Read/write **Byte**.
## Syntax
- _expression_. `ScrollBarAlign`
+_expression_. `ScrollBarAlign`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ScrollBars.md b/api/Access.TextBox.ScrollBars.md
index a9b48337607..68a2c821230 100644
--- a/api/Access.TextBox.ScrollBars.md
+++ b/api/Access.TextBox.ScrollBars.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ScrollBars Property (Access)
+title: TextBox.ScrollBars property (Access)
keywords: vbaac10.chm11066
f1_keywords:
- vbaac10.chm11066
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ScrollBars Property (Access)
+# TextBox.ScrollBars property (Access)
You can use the **ScrollBars** property to specify whether scroll bars appear on a text box control. Read/write **Byte**.
## Syntax
- _expression_. `ScrollBars`
+_expression_. `ScrollBars`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Section.md b/api/Access.TextBox.Section.md
index 67623a7c05f..5b5801adf3f 100644
--- a/api/Access.TextBox.Section.md
+++ b/api/Access.TextBox.Section.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Section Property (Access)
+title: TextBox.Section property (Access)
keywords: vbaac10.chm11103
f1_keywords:
- vbaac10.chm11103
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Section Property (Access)
+# TextBox.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.SelLength.md b/api/Access.TextBox.SelLength.md
index 1a44c727df4..f83f891340e 100644
--- a/api/Access.TextBox.SelLength.md
+++ b/api/Access.TextBox.SelLength.md
@@ -1,5 +1,5 @@
---
-title: TextBox.SelLength Property (Access)
+title: TextBox.SelLength property (Access)
keywords: vbaac10.chm11109
f1_keywords:
- vbaac10.chm11109
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.SelLength Property (Access)
+# TextBox.SelLength property (Access)
The **SelLength** property specifies or determines the number of characters selected in a text box. Read/write **Integer**.
## Syntax
- _expression_. `SelLength`
+_expression_. `SelLength`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.SelStart.md b/api/Access.TextBox.SelStart.md
index fa91451d469..082a11d0b2b 100644
--- a/api/Access.TextBox.SelStart.md
+++ b/api/Access.TextBox.SelStart.md
@@ -1,5 +1,5 @@
---
-title: TextBox.SelStart Property (Access)
+title: TextBox.SelStart property (Access)
keywords: vbaac10.chm11108
f1_keywords:
- vbaac10.chm11108
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.SelStart Property (Access)
+# TextBox.SelStart property (Access)
The **SelStart** property specifies or determines the starting point of the selected text or the position of the insertion point if no text is selected. Read/write **Integer**.
## Syntax
- _expression_. `SelStart`
+_expression_. `SelStart`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.SelText.md b/api/Access.TextBox.SelText.md
index 0d3db7cb6fa..24ed8f77d86 100644
--- a/api/Access.TextBox.SelText.md
+++ b/api/Access.TextBox.SelText.md
@@ -1,5 +1,5 @@
---
-title: TextBox.SelText Property (Access)
+title: TextBox.SelText property (Access)
keywords: vbaac10.chm11107
f1_keywords:
- vbaac10.chm11107
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.SelText Property (Access)
+# TextBox.SelText property (Access)
The **SelText** property returns a string containing the selected text. Read/write **String**.
## Syntax
- _expression_. `SelText`
+_expression_. `SelText`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.SetFocus.md b/api/Access.TextBox.SetFocus.md
index b1bc927a151..8b05b92677d 100644
--- a/api/Access.TextBox.SetFocus.md
+++ b/api/Access.TextBox.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: TextBox.SetFocus Method (Access)
+title: TextBox.SetFocus method (Access)
keywords: vbaac10.chm11035
f1_keywords:
- vbaac10.chm11035
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# TextBox.SetFocus Method (Access)
+# TextBox.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.TextBox.ShortcutMenuBar.md b/api/Access.TextBox.ShortcutMenuBar.md
index 875c8e32852..aad0d3b54ec 100644
--- a/api/Access.TextBox.ShortcutMenuBar.md
+++ b/api/Access.TextBox.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ShortcutMenuBar Property (Access)
+title: TextBox.ShortcutMenuBar property (Access)
keywords: vbaac10.chm11092
f1_keywords:
- vbaac10.chm11092
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ShortcutMenuBar Property (Access)
+# TextBox.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ShowDatePicker.md b/api/Access.TextBox.ShowDatePicker.md
index 586eca3791b..5de233c0fd3 100644
--- a/api/Access.TextBox.ShowDatePicker.md
+++ b/api/Access.TextBox.ShowDatePicker.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ShowDatePicker Property (Access)
+title: TextBox.ShowDatePicker property (Access)
keywords: vbaac10.chm14293
f1_keywords:
- vbaac10.chm14293
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ShowDatePicker Property (Access)
+# TextBox.ShowDatePicker property (Access)
Gets or sets whether the date picker control is displayed for the specified text box. Read/write **Integer**.
## Syntax
- _expression_. `ShowDatePicker`
+_expression_. `ShowDatePicker`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.SizeToFit.md b/api/Access.TextBox.SizeToFit.md
index b98f311cfbd..e5c5ebf55bf 100644
--- a/api/Access.TextBox.SizeToFit.md
+++ b/api/Access.TextBox.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: TextBox.SizeToFit Method (Access)
+title: TextBox.SizeToFit method (Access)
keywords: vbaac10.chm11033
f1_keywords:
- vbaac10.chm11033
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.SizeToFit Method (Access)
+# TextBox.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.SmartTags.md b/api/Access.TextBox.SmartTags.md
index 0f38ce346a3..22da4546426 100644
--- a/api/Access.TextBox.SmartTags.md
+++ b/api/Access.TextBox.SmartTags.md
@@ -1,5 +1,5 @@
---
-title: TextBox.SmartTags Property (Access)
+title: TextBox.SmartTags property (Access)
keywords: vbaac10.chm11148
f1_keywords:
- vbaac10.chm11148
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.SmartTags Property (Access)
+# TextBox.SmartTags property (Access)
Returns a **[SmartTags](Access.SmartTags.md)** collection that represents the collection of smart tags that have been added to a control. .
## Syntax
- _expression_. `SmartTags`
+_expression_. `SmartTags`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.SpecialEffect.md b/api/Access.TextBox.SpecialEffect.md
index b6b882e2f68..579330c4f75 100644
--- a/api/Access.TextBox.SpecialEffect.md
+++ b/api/Access.TextBox.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: TextBox.SpecialEffect Property (Access)
+title: TextBox.SpecialEffect property (Access)
keywords: vbaac10.chm11077
f1_keywords:
- vbaac10.chm11077
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.SpecialEffect Property (Access)
+# TextBox.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.StatusBarText.md b/api/Access.TextBox.StatusBarText.md
index 775249d9591..3498c6c842b 100644
--- a/api/Access.TextBox.StatusBarText.md
+++ b/api/Access.TextBox.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: TextBox.StatusBarText Property (Access)
+title: TextBox.StatusBarText property (Access)
keywords: vbaac10.chm11053
f1_keywords:
- vbaac10.chm11053
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.StatusBarText Property (Access)
+# TextBox.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.TabIndex.md b/api/Access.TextBox.TabIndex.md
index 447f01c9bb1..b05610f5807 100644
--- a/api/Access.TextBox.TabIndex.md
+++ b/api/Access.TextBox.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: TextBox.TabIndex Property (Access)
+title: TextBox.TabIndex property (Access)
keywords: vbaac10.chm11065
f1_keywords:
- vbaac10.chm11065
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.TabIndex Property (Access)
+# TextBox.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.TabStop.md b/api/Access.TextBox.TabStop.md
index 54d9e65e0d9..e4540c4b4a5 100644
--- a/api/Access.TextBox.TabStop.md
+++ b/api/Access.TextBox.TabStop.md
@@ -1,5 +1,5 @@
---
-title: TextBox.TabStop Property (Access)
+title: TextBox.TabStop property (Access)
keywords: vbaac10.chm11064
f1_keywords:
- vbaac10.chm11064
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.TabStop Property (Access)
+# TextBox.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Tag.md b/api/Access.TextBox.Tag.md
index 0e4a25aa93f..fc5be7c0ba4 100644
--- a/api/Access.TextBox.Tag.md
+++ b/api/Access.TextBox.Tag.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Tag Property (Access)
+title: TextBox.Tag property (Access)
keywords: vbaac10.chm11105
f1_keywords:
- vbaac10.chm11105
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Tag Property (Access)
+# TextBox.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Text.md b/api/Access.TextBox.Text.md
index 9986021f633..64f0e4e8f0b 100644
--- a/api/Access.TextBox.Text.md
+++ b/api/Access.TextBox.Text.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Text Property (Access)
+title: TextBox.Text property (Access)
keywords: vbaac10.chm11106
f1_keywords:
- vbaac10.chm11106
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Text Property (Access)
+# TextBox.Text property (Access)
You can use the **Text** property to set or return the text **Value** contained in a text box. Read/write **String**.
## Syntax
- _expression_. `Text`
+_expression_. `Text`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.TextAlign.md b/api/Access.TextBox.TextAlign.md
index 7c4894a71f9..4ac3bc40061 100644
--- a/api/Access.TextBox.TextAlign.md
+++ b/api/Access.TextBox.TextAlign.md
@@ -1,5 +1,5 @@
---
-title: TextBox.TextAlign Property (Access)
+title: TextBox.TextAlign property (Access)
keywords: vbaac10.chm11090
f1_keywords:
- vbaac10.chm11090
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.TextAlign Property (Access)
+# TextBox.TextAlign property (Access)
The **TextAlign** property specifies the text alignment in new controls. Read/write **Byte**.
## Syntax
- _expression_. `TextAlign`
+_expression_. `TextAlign`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.TextFormat.md b/api/Access.TextBox.TextFormat.md
index 84da82c4f17..8798bfd6df8 100644
--- a/api/Access.TextBox.TextFormat.md
+++ b/api/Access.TextBox.TextFormat.md
@@ -1,5 +1,5 @@
---
-title: TextBox.TextFormat Property (Access)
+title: TextBox.TextFormat property (Access)
keywords: vbaac10.chm11151,vbaac10.chm5650
f1_keywords:
- vbaac10.chm11151,vbaac10.chm5650
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.TextFormat Property (Access)
+# TextBox.TextFormat property (Access)
Gets or sets whether rich text is displayed in the specified text box. Read/write [AcTextFormat](Access.AcTextFormat.md).
## Syntax
- _expression_. `TextFormat`
+_expression_. `TextFormat`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.ThemeFontIndex.md b/api/Access.TextBox.ThemeFontIndex.md
index 81005250c78..622730245b4 100644
--- a/api/Access.TextBox.ThemeFontIndex.md
+++ b/api/Access.TextBox.ThemeFontIndex.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ThemeFontIndex Property (Access)
+title: TextBox.ThemeFontIndex property (Access)
keywords: vbaac10.chm14610
f1_keywords:
- vbaac10.chm14610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ThemeFontIndex Property (Access)
+# TextBox.ThemeFontIndex property (Access)
Gets or sets the font index that represents a font in the applied theme associated with the **FontName** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ThemeFontIndex`
+_expression_. `ThemeFontIndex`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Top.md b/api/Access.TextBox.Top.md
index a6d4475b814..1973c0231bf 100644
--- a/api/Access.TextBox.Top.md
+++ b/api/Access.TextBox.Top.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Top Property (Access)
+title: TextBox.Top property (Access)
keywords: vbaac10.chm11072
f1_keywords:
- vbaac10.chm11072
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Top Property (Access)
+# TextBox.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.TopMargin.md b/api/Access.TextBox.TopMargin.md
index ddccc9a579a..71101a3888b 100644
--- a/api/Access.TextBox.TopMargin.md
+++ b/api/Access.TextBox.TopMargin.md
@@ -1,5 +1,5 @@
---
-title: TextBox.TopMargin Property (Access)
+title: TextBox.TopMargin property (Access)
keywords: vbaac10.chm11139
f1_keywords:
- vbaac10.chm11139
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.TopMargin Property (Access)
+# TextBox.TopMargin property (Access)
Along with the **LeftMargin**, **RightMargin**, and **BottomMargin** properties, specifies the location of information displayed within a text box control. Read/write **Integer**.
## Syntax
- _expression_. `TopMargin`
+_expression_. `TopMargin`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.TopPadding.md b/api/Access.TextBox.TopPadding.md
index f1ce5ed68c6..f373cf51bc3 100644
--- a/api/Access.TextBox.TopPadding.md
+++ b/api/Access.TextBox.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: TextBox.TopPadding Property (Access)
+title: TextBox.TopPadding property (Access)
keywords: vbaac10.chm11153
f1_keywords:
- vbaac10.chm11153
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.TopPadding Property (Access)
+# TextBox.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## See also
diff --git a/api/Access.TextBox.Undo(even).md b/api/Access.TextBox.Undo(even).md
index 0012843ab3b..d4fc2caeb37 100644
--- a/api/Access.TextBox.Undo(even).md
+++ b/api/Access.TextBox.Undo(even).md
@@ -1,5 +1,5 @@
---
-title: TextBox.Undo Event (Access)
+title: TextBox.Undo event (Access)
keywords: vbaac10.chm14210
f1_keywords:
- vbaac10.chm14210
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# TextBox.Undo Event (Access)
+# TextBox.Undo event (Access)
Occurs when the user undoes a change.
## Syntax
- _expression_. `Undo`( ` _Cancel_`, )
+_expression_. `Undo`( ` _Cancel_`, )
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set this argument to **True** to cancel the undo operation and leave the control or form in its edited state.|
diff --git a/api/Access.TextBox.Undo(method).md b/api/Access.TextBox.Undo(method).md
index ae2b48e9aa8..2307348c773 100644
--- a/api/Access.TextBox.Undo(method).md
+++ b/api/Access.TextBox.Undo(method).md
@@ -1,5 +1,5 @@
---
-title: TextBox.Undo Method (Access)
+title: TextBox.Undo method (Access)
keywords: vbaac10.chm11030
f1_keywords:
- vbaac10.chm11030
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Undo Method (Access)
+# TextBox.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ValidationRule.md b/api/Access.TextBox.ValidationRule.md
index b8c5542e2c2..1a36b5c8405 100644
--- a/api/Access.TextBox.ValidationRule.md
+++ b/api/Access.TextBox.ValidationRule.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ValidationRule Property (Access)
+title: TextBox.ValidationRule property (Access)
keywords: vbaac10.chm11051
f1_keywords:
- vbaac10.chm11051
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ValidationRule Property (Access)
+# TextBox.ValidationRule property (Access)
You can use the **ValidationRule** property to specify requirements for data entered into a record, field, or control. When data is entered that violates the **ValidationRule** setting, you can use the **ValidationText** property to specify the message to be displayed to the user. Read/write **String**.
## Syntax
- _expression_. `ValidationRule`
+_expression_. `ValidationRule`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.ValidationText.md b/api/Access.TextBox.ValidationText.md
index b3119d14c0a..5a486260e66 100644
--- a/api/Access.TextBox.ValidationText.md
+++ b/api/Access.TextBox.ValidationText.md
@@ -1,5 +1,5 @@
---
-title: TextBox.ValidationText Property (Access)
+title: TextBox.ValidationText property (Access)
keywords: vbaac10.chm11052
f1_keywords:
- vbaac10.chm11052
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.ValidationText Property (Access)
+# TextBox.ValidationText property (Access)
Use the **ValidationText** property to specify a message to be displayed to the user when data is entered that violates a **ValidationRule** setting for a record, field, or control. Read/write **String**.
## Syntax
- _expression_. `ValidationText`
+_expression_. `ValidationText`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Value.md b/api/Access.TextBox.Value.md
index bfdc6d1851c..90aa1e0453d 100644
--- a/api/Access.TextBox.Value.md
+++ b/api/Access.TextBox.Value.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Value Property (Access)
+title: TextBox.Value property (Access)
keywords: vbaac10.chm11039
f1_keywords:
- vbaac10.chm11039
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Value Property (Access)
+# TextBox.Value property (Access)
Determines or specifies the text in the text box. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Vertical.md b/api/Access.TextBox.Vertical.md
index 36aa3088042..177f89f727c 100644
--- a/api/Access.TextBox.Vertical.md
+++ b/api/Access.TextBox.Vertical.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Vertical Property (Access)
+title: TextBox.Vertical property (Access)
keywords: vbaac10.chm11058
f1_keywords:
- vbaac10.chm11058
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Vertical Property (Access)
+# TextBox.Vertical property (Access)
You can use the **Vertical** property to set a form control for vertical display and editing or set a report control for vertical display and printing. Read/write **Boolean**.
## Syntax
- _expression_. `Vertical`
+_expression_. `Vertical`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.VerticalAnchor.md b/api/Access.TextBox.VerticalAnchor.md
index 17c2460e709..aa44085c895 100644
--- a/api/Access.TextBox.VerticalAnchor.md
+++ b/api/Access.TextBox.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: TextBox.VerticalAnchor Property (Access)
+title: TextBox.VerticalAnchor property (Access)
keywords: vbaac10.chm11166
f1_keywords:
- vbaac10.chm11166
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.VerticalAnchor Property (Access)
+# TextBox.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified text box is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Visible.md b/api/Access.TextBox.Visible.md
index 22b08355302..567e9ea55dc 100644
--- a/api/Access.TextBox.Visible.md
+++ b/api/Access.TextBox.Visible.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Visible Property (Access)
+title: TextBox.Visible property (Access)
keywords: vbaac10.chm11056
f1_keywords:
- vbaac10.chm11056
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Visible Property (Access)
+# TextBox.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.Width.md b/api/Access.TextBox.Width.md
index 7828d193d20..de49d25503a 100644
--- a/api/Access.TextBox.Width.md
+++ b/api/Access.TextBox.Width.md
@@ -1,5 +1,5 @@
---
-title: TextBox.Width Property (Access)
+title: TextBox.Width property (Access)
keywords: vbaac10.chm11073
f1_keywords:
- vbaac10.chm11073
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# TextBox.Width Property (Access)
+# TextBox.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
+_expression_ A variable that represents a [TextBox](Access.TextBox.md) object.
## Remarks
diff --git a/api/Access.TextBox.md b/api/Access.TextBox.md
index bf297c9ffb0..50500b71e3b 100644
--- a/api/Access.TextBox.md
+++ b/api/Access.TextBox.md
@@ -1,5 +1,5 @@
---
-title: TextBox Object (Access)
+title: TextBox object (Access)
keywords: vbaac10.chm11201
f1_keywords:
- vbaac10.chm11201
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# TextBox Object (Access)
+# TextBox object (Access)
This object represents a text box control on a form or report. Text boxes are used to either display data from a record source, or to display the results of a calculation, or to accept input from a user.
diff --git a/api/Access.ToggleButton.AddColon.md b/api/Access.ToggleButton.AddColon.md
index a32877c3bce..df0490b109c 100644
--- a/api/Access.ToggleButton.AddColon.md
+++ b/api/Access.ToggleButton.AddColon.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.AddColon Property (Access)
+title: ToggleButton.AddColon property (Access)
keywords: vbaac10.chm11737
f1_keywords:
- vbaac10.chm11737
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.AddColon Property (Access)
+# ToggleButton.AddColon property (Access)
Specifies whether a colon follows the text in labels for new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AddColon`
+_expression_. `AddColon`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## See also
diff --git a/api/Access.ToggleButton.AfterUpdate(even).md b/api/Access.ToggleButton.AfterUpdate(even).md
index 7e49c319851..a5c19e8c007 100644
--- a/api/Access.ToggleButton.AfterUpdate(even).md
+++ b/api/Access.ToggleButton.AfterUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.AfterUpdate Event (Access)
+title: ToggleButton.AfterUpdate event (Access)
keywords: vbaac10.chm14149
f1_keywords:
- vbaac10.chm14149
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.AfterUpdate Event (Access)
+# ToggleButton.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.AfterUpdate(property).md b/api/Access.ToggleButton.AfterUpdate(property).md
index 69fe5565cef..cbbef055b2c 100644
--- a/api/Access.ToggleButton.AfterUpdate(property).md
+++ b/api/Access.ToggleButton.AfterUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.AfterUpdate Property (Access)
+title: ToggleButton.AfterUpdate property (Access)
keywords: vbaac10.chm11748
f1_keywords:
- vbaac10.chm11748
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.AfterUpdate Property (Access)
+# ToggleButton.AfterUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **AfterUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Application.md b/api/Access.ToggleButton.Application.md
index 4e13905a119..9e491a04981 100644
--- a/api/Access.ToggleButton.Application.md
+++ b/api/Access.ToggleButton.Application.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Application Property (Access)
+title: ToggleButton.Application property (Access)
keywords: vbaac10.chm11687
f1_keywords:
- vbaac10.chm11687
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Application Property (Access)
+# ToggleButton.Application property (Access)
You can use the **Application** property to access the active Microsoft Access **[Application](Access.Application.md)** object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.AutoLabel.md b/api/Access.ToggleButton.AutoLabel.md
index ffdbaa49fd6..58432d7238a 100644
--- a/api/Access.ToggleButton.AutoLabel.md
+++ b/api/Access.ToggleButton.AutoLabel.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.AutoLabel Property (Access)
+title: ToggleButton.AutoLabel property (Access)
keywords: vbaac10.chm11736
f1_keywords:
- vbaac10.chm11736
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.AutoLabel Property (Access)
+# ToggleButton.AutoLabel property (Access)
Specifies whether labels are automatically created and attached to new controls. Read/write **Boolean**.
## Syntax
- _expression_. `AutoLabel`
+_expression_. `AutoLabel`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## See also
diff --git a/api/Access.ToggleButton.BackColor.md b/api/Access.ToggleButton.BackColor.md
index fb2e91cc649..a2153b0d01e 100644
--- a/api/Access.ToggleButton.BackColor.md
+++ b/api/Access.ToggleButton.BackColor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BackColor Property (Access)
+title: ToggleButton.BackColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BackColor Property (Access)
+# ToggleButton.BackColor property (Access)
Gets or sets the interior color of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackColor`
+_expression_. `BackColor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BackShade.md b/api/Access.ToggleButton.BackShade.md
index 40bdc417873..15f99affb15 100644
--- a/api/Access.ToggleButton.BackShade.md
+++ b/api/Access.ToggleButton.BackShade.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BackShade Property (Access)
+title: ToggleButton.BackShade property (Access)
keywords: vbaac10.chm14633
f1_keywords:
- vbaac10.chm14633
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BackShade Property (Access)
+# ToggleButton.BackShade property (Access)
Gets or sets the shade applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackShade`
+_expression_. `BackShade`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BackThemeColorIndex.md b/api/Access.ToggleButton.BackThemeColorIndex.md
index 170c2e28a25..4af4e622b09 100644
--- a/api/Access.ToggleButton.BackThemeColorIndex.md
+++ b/api/Access.ToggleButton.BackThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BackThemeColorIndex Property (Access)
+title: ToggleButton.BackThemeColorIndex property (Access)
keywords: vbaac10.chm14631
f1_keywords:
- vbaac10.chm14631
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BackThemeColorIndex Property (Access)
+# ToggleButton.BackThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BackColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BackThemeColorIndex`
+_expression_. `BackThemeColorIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BackTint.md b/api/Access.ToggleButton.BackTint.md
index fd787e858d7..213ef23d8d3 100644
--- a/api/Access.ToggleButton.BackTint.md
+++ b/api/Access.ToggleButton.BackTint.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BackTint Property (Access)
+title: ToggleButton.BackTint property (Access)
keywords: vbaac10.chm14632
f1_keywords:
- vbaac10.chm14632
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BackTint Property (Access)
+# ToggleButton.BackTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BackColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BackTint`
+_expression_. `BackTint`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BeforeUpdate(even).md b/api/Access.ToggleButton.BeforeUpdate(even).md
index 3803db336d9..c657d71c21d 100644
--- a/api/Access.ToggleButton.BeforeUpdate(even).md
+++ b/api/Access.ToggleButton.BeforeUpdate(even).md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BeforeUpdate Event (Access)
+title: ToggleButton.BeforeUpdate event (Access)
keywords: vbaac10.chm14148
f1_keywords:
- vbaac10.chm14148
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.BeforeUpdate Event (Access)
+# ToggleButton.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_` )
+_expression_. `BeforeUpdate`( ` _Cancel_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **BeforeUpdate** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **BeforeUpdate** event.|
diff --git a/api/Access.ToggleButton.BeforeUpdate(property).md b/api/Access.ToggleButton.BeforeUpdate(property).md
index fb9594face6..97ea924305e 100644
--- a/api/Access.ToggleButton.BeforeUpdate(property).md
+++ b/api/Access.ToggleButton.BeforeUpdate(property).md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BeforeUpdate Property (Access)
+title: ToggleButton.BeforeUpdate property (Access)
keywords: vbaac10.chm11747
f1_keywords:
- vbaac10.chm11747
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BeforeUpdate Property (Access)
+# ToggleButton.BeforeUpdate property (Access)
Returns or sets which macro, event procedure, or user-defined function runs when the **BeforeUpdate** event occurs. Read/write **String**.
## Syntax
- _expression_. `BeforeUpdate`
+_expression_. `BeforeUpdate`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Bevel.md b/api/Access.ToggleButton.Bevel.md
index e5ede21cab6..c324061f227 100644
--- a/api/Access.ToggleButton.Bevel.md
+++ b/api/Access.ToggleButton.Bevel.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Bevel Property (Access)
+title: ToggleButton.Bevel property (Access)
keywords: vbaac10.chm14629
f1_keywords:
- vbaac10.chm14629
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Bevel Property (Access)
+# ToggleButton.Bevel property (Access)
Gets or sets the bevel effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Bevel`
+_expression_. `Bevel`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BorderColor.md b/api/Access.ToggleButton.BorderColor.md
index e91a2a8a7c6..ee6e4aec7ac 100644
--- a/api/Access.ToggleButton.BorderColor.md
+++ b/api/Access.ToggleButton.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BorderColor Property (Access)
+title: ToggleButton.BorderColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BorderColor Property (Access)
+# ToggleButton.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BorderShade.md b/api/Access.ToggleButton.BorderShade.md
index dc6716ff855..eaa56305fec 100644
--- a/api/Access.ToggleButton.BorderShade.md
+++ b/api/Access.ToggleButton.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BorderShade Property (Access)
+title: ToggleButton.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BorderShade Property (Access)
+# ToggleButton.BorderShade property (Access)
Gets or sets the shade that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BorderStyle.md b/api/Access.ToggleButton.BorderStyle.md
index ccb44c849d4..5f0afd22a27 100644
--- a/api/Access.ToggleButton.BorderStyle.md
+++ b/api/Access.ToggleButton.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BorderStyle Property (Access)
+title: ToggleButton.BorderStyle property (Access)
keywords: vbaac10.chm10204
f1_keywords:
- vbaac10.chm10204
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BorderStyle Property (Access)
+# ToggleButton.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BorderThemeColorIndex.md b/api/Access.ToggleButton.BorderThemeColorIndex.md
index 4aa819e633f..82ee9a67da0 100644
--- a/api/Access.ToggleButton.BorderThemeColorIndex.md
+++ b/api/Access.ToggleButton.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BorderThemeColorIndex Property (Access)
+title: ToggleButton.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BorderThemeColorIndex Property (Access)
+# ToggleButton.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BorderTint.md b/api/Access.ToggleButton.BorderTint.md
index b11590e927e..5245448ed42 100644
--- a/api/Access.ToggleButton.BorderTint.md
+++ b/api/Access.ToggleButton.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BorderTint Property (Access)
+title: ToggleButton.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BorderTint Property (Access)
+# ToggleButton.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BorderWidth.md b/api/Access.ToggleButton.BorderWidth.md
index bfad418ed4c..6beed5122cf 100644
--- a/api/Access.ToggleButton.BorderWidth.md
+++ b/api/Access.ToggleButton.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BorderWidth Property (Access)
+title: ToggleButton.BorderWidth property (Access)
keywords: vbaac10.chm10207
f1_keywords:
- vbaac10.chm10207
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BorderWidth Property (Access)
+# ToggleButton.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.BottomPadding.md b/api/Access.ToggleButton.BottomPadding.md
index 99f07c3fef7..fc9a01b3f10 100644
--- a/api/Access.ToggleButton.BottomPadding.md
+++ b/api/Access.ToggleButton.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.BottomPadding Property (Access)
+title: ToggleButton.BottomPadding property (Access)
keywords: vbaac10.chm11783
f1_keywords:
- vbaac10.chm11783
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.BottomPadding Property (Access)
+# ToggleButton.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the toggle button and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## See also
diff --git a/api/Access.ToggleButton.Caption.md b/api/Access.ToggleButton.Caption.md
index 19b90e373ff..674d474d70c 100644
--- a/api/Access.ToggleButton.Caption.md
+++ b/api/Access.ToggleButton.Caption.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Caption Property (Access)
+title: ToggleButton.Caption property (Access)
keywords: vbaac10.chm11701
f1_keywords:
- vbaac10.chm11701
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Caption Property (Access)
+# ToggleButton.Caption property (Access)
Gets or sets the text that appears in the control. Read/write **String**.
## Syntax
- _expression_. `Caption`
+_expression_. `Caption`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Click.md b/api/Access.ToggleButton.Click.md
index 739966fc8f1..851d960ed72 100644
--- a/api/Access.ToggleButton.Click.md
+++ b/api/Access.ToggleButton.Click.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Click Event (Access)
+title: ToggleButton.Click event (Access)
keywords: vbaac10.chm14147
f1_keywords:
- vbaac10.chm14147
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Click Event (Access)
+# ToggleButton.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ColumnHidden.md b/api/Access.ToggleButton.ColumnHidden.md
index 18e3450e591..0d0318e5148 100644
--- a/api/Access.ToggleButton.ColumnHidden.md
+++ b/api/Access.ToggleButton.ColumnHidden.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ColumnHidden Property (Access)
+title: ToggleButton.ColumnHidden property (Access)
keywords: vbaac10.chm11735
f1_keywords:
- vbaac10.chm11735
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ColumnHidden Property (Access)
+# ToggleButton.ColumnHidden property (Access)
You can use the **ColumnHidden** property to show or hide a specified column in Datasheet view. Read/write **Boolean**.
## Syntax
- _expression_. `ColumnHidden`
+_expression_. `ColumnHidden`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ColumnOrder.md b/api/Access.ToggleButton.ColumnOrder.md
index 760be101498..6992da439a9 100644
--- a/api/Access.ToggleButton.ColumnOrder.md
+++ b/api/Access.ToggleButton.ColumnOrder.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ColumnOrder Property (Access)
+title: ToggleButton.ColumnOrder property (Access)
keywords: vbaac10.chm11734
f1_keywords:
- vbaac10.chm11734
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ColumnOrder Property (Access)
+# ToggleButton.ColumnOrder property (Access)
You can use the **ColumnOrder** property to specify the order of the columns in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnOrder`
+_expression_. `ColumnOrder`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ColumnWidth.md b/api/Access.ToggleButton.ColumnWidth.md
index c7422cbf300..59124054c8c 100644
--- a/api/Access.ToggleButton.ColumnWidth.md
+++ b/api/Access.ToggleButton.ColumnWidth.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ColumnWidth Property (Access)
+title: ToggleButton.ColumnWidth property (Access)
keywords: vbaac10.chm11733
f1_keywords:
- vbaac10.chm11733
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ColumnWidth Property (Access)
+# ToggleButton.ColumnWidth property (Access)
You can use the **ColumnWidth** property to specify the width of a column in Datasheet view. Read/write **Integer**.
## Syntax
- _expression_. `ColumnWidth`
+_expression_. `ColumnWidth`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ControlSource.md b/api/Access.ToggleButton.ControlSource.md
index 48b3621aacb..4af19b9311e 100644
--- a/api/Access.ToggleButton.ControlSource.md
+++ b/api/Access.ToggleButton.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ControlSource Property (Access)
+title: ToggleButton.ControlSource property (Access)
keywords: vbaac10.chm11700
f1_keywords:
- vbaac10.chm11700
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ControlSource Property (Access)
+# ToggleButton.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ControlTipText.md b/api/Access.ToggleButton.ControlTipText.md
index 5ee876d79e9..43b2415fdd1 100644
--- a/api/Access.ToggleButton.ControlTipText.md
+++ b/api/Access.ToggleButton.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ControlTipText Property (Access)
+title: ToggleButton.ControlTipText property (Access)
keywords: vbaac10.chm11731
f1_keywords:
- vbaac10.chm11731
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ControlTipText Property (Access)
+# ToggleButton.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ControlType.md b/api/Access.ToggleButton.ControlType.md
index 553ab93b802..29afa21f830 100644
--- a/api/Access.ToggleButton.ControlType.md
+++ b/api/Access.ToggleButton.ControlType.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ControlType Property (Access)
+title: ToggleButton.ControlType property (Access)
keywords: vbaac10.chm11699
f1_keywords:
- vbaac10.chm11699
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ControlType Property (Access)
+# ToggleButton.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Controls.md b/api/Access.ToggleButton.Controls.md
index 290ef960e93..92d4d19deca 100644
--- a/api/Access.ToggleButton.Controls.md
+++ b/api/Access.ToggleButton.Controls.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Controls Property (Access)
+title: ToggleButton.Controls property (Access)
keywords: vbaac10.chm11695
f1_keywords:
- vbaac10.chm11695
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Controls Property (Access)
+# ToggleButton.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.DblClick.md b/api/Access.ToggleButton.DblClick.md
index 50ca9b4fb41..399e51bec72 100644
--- a/api/Access.ToggleButton.DblClick.md
+++ b/api/Access.ToggleButton.DblClick.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.DblClick Event (Access)
+title: ToggleButton.DblClick event (Access)
keywords: vbaac10.chm14154
f1_keywords:
- vbaac10.chm14154
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.DblClick Event (Access)
+# ToggleButton.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_` )
+_expression_. `DblClick`( ` _Cancel_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|The setting determines if the **DblClick** event occurs. Setting the _Cancel_ argument to **True** (?1) cancels the **DblClick** event.|
diff --git a/api/Access.ToggleButton.DefaultValue.md b/api/Access.ToggleButton.DefaultValue.md
index 8da643fa119..1c4ccf77d4d 100644
--- a/api/Access.ToggleButton.DefaultValue.md
+++ b/api/Access.ToggleButton.DefaultValue.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.DefaultValue Property (Access)
+title: ToggleButton.DefaultValue property (Access)
keywords: vbaac10.chm11706
f1_keywords:
- vbaac10.chm11706
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.DefaultValue Property (Access)
+# ToggleButton.DefaultValue property (Access)
Specifies a value that is automatically entered in a field when a new record is created. For example, in an Addresses table you can set the default value for the City field to New York. When users add a record to the table, they can either accept this value or enter the name of a different city. Read/write **String**.
## Syntax
- _expression_. `DefaultValue`
+_expression_. `DefaultValue`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.DisplayWhen.md b/api/Access.ToggleButton.DisplayWhen.md
index 0440d71fd46..2e7e028296d 100644
--- a/api/Access.ToggleButton.DisplayWhen.md
+++ b/api/Access.ToggleButton.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.DisplayWhen Property (Access)
+title: ToggleButton.DisplayWhen property (Access)
keywords: vbaac10.chm11711
f1_keywords:
- vbaac10.chm11711
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.DisplayWhen Property (Access)
+# ToggleButton.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Enabled.md b/api/Access.ToggleButton.Enabled.md
index 04f1efa1f3f..319728881d0 100644
--- a/api/Access.ToggleButton.Enabled.md
+++ b/api/Access.ToggleButton.Enabled.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Enabled Property (Access)
+title: ToggleButton.Enabled property (Access)
keywords: vbaac10.chm11712
f1_keywords:
- vbaac10.chm11712
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Enabled Property (Access)
+# ToggleButton.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the **[FormatCondition](Access.FormatCondition.md)** object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Enter.md b/api/Access.ToggleButton.Enter.md
index 3dca930bcf8..62db43beac1 100644
--- a/api/Access.ToggleButton.Enter.md
+++ b/api/Access.ToggleButton.Enter.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Enter Event (Access)
+title: ToggleButton.Enter event (Access)
keywords: vbaac10.chm14150
f1_keywords:
- vbaac10.chm14150
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Enter Event (Access)
+# ToggleButton.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.EventProcPrefix.md b/api/Access.ToggleButton.EventProcPrefix.md
index 67c129a59a7..7b253254356 100644
--- a/api/Access.ToggleButton.EventProcPrefix.md
+++ b/api/Access.ToggleButton.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.EventProcPrefix Property (Access)
+title: ToggleButton.EventProcPrefix property (Access)
keywords: vbaac10.chm11697
f1_keywords:
- vbaac10.chm11697
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.EventProcPrefix Property (Access)
+# ToggleButton.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Exit.md b/api/Access.ToggleButton.Exit.md
index 1a66a5a76ab..1e7d67f63ab 100644
--- a/api/Access.ToggleButton.Exit.md
+++ b/api/Access.ToggleButton.Exit.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Exit Event (Access)
+title: ToggleButton.Exit event (Access)
keywords: vbaac10.chm14151
f1_keywords:
- vbaac10.chm14151
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.Exit Event (Access)
+# ToggleButton.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_` )
+_expression_. `Exit`( ` _Cancel_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**|Set to **True** to cancel the event.|
diff --git a/api/Access.ToggleButton.FontBold.md b/api/Access.ToggleButton.FontBold.md
index dbfb1c6fa5b..dbf9a4332c0 100644
--- a/api/Access.ToggleButton.FontBold.md
+++ b/api/Access.ToggleButton.FontBold.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.FontBold Property (Access)
+title: ToggleButton.FontBold property (Access)
keywords: vbaac10.chm11729
f1_keywords:
- vbaac10.chm11729
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ToggleButton.FontBold Property (Access)
+# ToggleButton.FontBold property (Access)
You can use the **FontBold** property to specify whether a font appears in a bold style in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontBold** property to specify whether a font appears in a bo
## Syntax
- _expression_. `FontBold`
+_expression_. `FontBold`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.FontItalic.md b/api/Access.ToggleButton.FontItalic.md
index eb3265c30e3..3356d32ab3a 100644
--- a/api/Access.ToggleButton.FontItalic.md
+++ b/api/Access.ToggleButton.FontItalic.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.FontItalic Property (Access)
+title: ToggleButton.FontItalic property (Access)
keywords: vbaac10.chm11726
f1_keywords:
- vbaac10.chm11726
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ToggleButton.FontItalic Property (Access)
+# ToggleButton.FontItalic property (Access)
You can use the **FontItalic** property to specify whether text is italic in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontItalic** property to specify whether text is italic in th
## Syntax
- _expression_. `FontItalic`
+_expression_. `FontItalic`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.FontName.md b/api/Access.ToggleButton.FontName.md
index 4bbb4cacc03..e2c4f5afd33 100644
--- a/api/Access.ToggleButton.FontName.md
+++ b/api/Access.ToggleButton.FontName.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.FontName Property (Access)
+title: ToggleButton.FontName property (Access)
keywords: vbaac10.chm11723
f1_keywords:
- vbaac10.chm11723
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ToggleButton.FontName Property (Access)
+# ToggleButton.FontName property (Access)
You can use the **FontName** property to specify the font for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **String**.
## Syntax
- _expression_. `FontName`
+_expression_. `FontName`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.FontSize.md b/api/Access.ToggleButton.FontSize.md
index 30cb2bde6b0..3d470ce5c3b 100644
--- a/api/Access.ToggleButton.FontSize.md
+++ b/api/Access.ToggleButton.FontSize.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.FontSize Property (Access)
+title: ToggleButton.FontSize property (Access)
keywords: vbaac10.chm11724
f1_keywords:
- vbaac10.chm11724
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ToggleButton.FontSize Property (Access)
+# ToggleButton.FontSize property (Access)
You can use the **FontSize** property to specify the point size for text in the following situations:
@@ -26,9 +26,9 @@ Read/write **Integer**.
## Syntax
- _expression_. `FontSize`
+_expression_. `FontSize`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.FontUnderline.md b/api/Access.ToggleButton.FontUnderline.md
index 3bda33a6bb9..a790f35fa33 100644
--- a/api/Access.ToggleButton.FontUnderline.md
+++ b/api/Access.ToggleButton.FontUnderline.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.FontUnderline Property (Access)
+title: ToggleButton.FontUnderline property (Access)
keywords: vbaac10.chm11727
f1_keywords:
- vbaac10.chm11727
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ToggleButton.FontUnderline Property (Access)
+# ToggleButton.FontUnderline property (Access)
You can use the **FontUnderline** property to specify whether text is underlined in the following situations:
@@ -26,9 +26,9 @@ You can use the **FontUnderline** property to specify whether text is underline
## Syntax
- _expression_. `FontUnderline`
+_expression_. `FontUnderline`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.FontWeight.md b/api/Access.ToggleButton.FontWeight.md
index 85da85c987b..41d7d5d5fc6 100644
--- a/api/Access.ToggleButton.FontWeight.md
+++ b/api/Access.ToggleButton.FontWeight.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.FontWeight Property (Access)
+title: ToggleButton.FontWeight property (Access)
keywords: vbaac10.chm11725
f1_keywords:
- vbaac10.chm11725
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.FontWeight Property (Access)
+# ToggleButton.FontWeight property (Access)
Use the **FontWeight** property to specify the line width that Windows uses to display and print characters in a control. Read/write **Integer**.
## Syntax
- _expression_. `FontWeight`
+_expression_. `FontWeight`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ForeColor.md b/api/Access.ToggleButton.ForeColor.md
index 0848af7315f..49d5d6ff9c1 100644
--- a/api/Access.ToggleButton.ForeColor.md
+++ b/api/Access.ToggleButton.ForeColor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ForeColor Property (Access)
+title: ToggleButton.ForeColor property (Access)
keywords: vbaac10.chm11722
f1_keywords:
- vbaac10.chm11722
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ForeColor Property (Access)
+# ToggleButton.ForeColor property (Access)
You can use the **ForeColor** property to specify the color for text in a control. Read/write **Long**.
## Syntax
- _expression_. `ForeColor`
+_expression_. `ForeColor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ForeShade.md b/api/Access.ToggleButton.ForeShade.md
index b0431f11da2..b887ed25220 100644
--- a/api/Access.ToggleButton.ForeShade.md
+++ b/api/Access.ToggleButton.ForeShade.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ForeShade Property (Access)
+title: ToggleButton.ForeShade property (Access)
keywords: vbaac10.chm14606
f1_keywords:
- vbaac10.chm14606
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ForeShade Property (Access)
+# ToggleButton.ForeShade property (Access)
Gets or sets the shade that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeShade`
+_expression_. `ForeShade`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ForeThemeColorIndex.md b/api/Access.ToggleButton.ForeThemeColorIndex.md
index 590b2973335..bf04ae7f309 100644
--- a/api/Access.ToggleButton.ForeThemeColorIndex.md
+++ b/api/Access.ToggleButton.ForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ForeThemeColorIndex Property (Access)
+title: ToggleButton.ForeThemeColorIndex property (Access)
keywords: vbaac10.chm14604
f1_keywords:
- vbaac10.chm14604
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ForeThemeColorIndex Property (Access)
+# ToggleButton.ForeThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **ForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ForeThemeColorIndex`
+_expression_. `ForeThemeColorIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ForeTint.md b/api/Access.ToggleButton.ForeTint.md
index 59d31079b7b..75c502d42e4 100644
--- a/api/Access.ToggleButton.ForeTint.md
+++ b/api/Access.ToggleButton.ForeTint.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ForeTint Property (Access)
+title: ToggleButton.ForeTint property (Access)
keywords: vbaac10.chm14605
f1_keywords:
- vbaac10.chm14605
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ForeTint Property (Access)
+# ToggleButton.ForeTint property (Access)
Gets or sets the tint that is applied to the theme color in the **ForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `ForeTint`
+_expression_. `ForeTint`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Glow.md b/api/Access.ToggleButton.Glow.md
index ead962c0ad7..273d36e6c71 100644
--- a/api/Access.ToggleButton.Glow.md
+++ b/api/Access.ToggleButton.Glow.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Glow Property (Access)
+title: ToggleButton.Glow property (Access)
keywords: vbaac10.chm14630
f1_keywords:
- vbaac10.chm14630
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Glow Property (Access)
+# ToggleButton.Glow property (Access)
Gets or sets the Glow effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Glow`
+_expression_. `Glow`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GotFocus.md b/api/Access.ToggleButton.GotFocus.md
index 77b7ecf3257..edf2f793e93 100644
--- a/api/Access.ToggleButton.GotFocus.md
+++ b/api/Access.ToggleButton.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GotFocus Event (Access)
+title: ToggleButton.GotFocus event (Access)
keywords: vbaac10.chm14152
f1_keywords:
- vbaac10.chm14152
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GotFocus Event (Access)
+# ToggleButton.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Gradient.md b/api/Access.ToggleButton.Gradient.md
index 8d2efd24773..d38434cbf12 100644
--- a/api/Access.ToggleButton.Gradient.md
+++ b/api/Access.ToggleButton.Gradient.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Gradient Property (Access)
+title: ToggleButton.Gradient property (Access)
keywords: vbaac10.chm14662
f1_keywords:
- vbaac10.chm14662
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Gradient Property (Access)
+# ToggleButton.Gradient property (Access)
Gets or sets the gradient fill applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Gradient`
+_expression_. `Gradient`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineColor.md b/api/Access.ToggleButton.GridlineColor.md
index 2dbf680fc56..ace2d9f49d7 100644
--- a/api/Access.ToggleButton.GridlineColor.md
+++ b/api/Access.ToggleButton.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineColor Property (Access)
+title: ToggleButton.GridlineColor property (Access)
keywords: vbaac10.chm11792
f1_keywords:
- vbaac10.chm11792
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineColor Property (Access)
+# ToggleButton.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified toggle button. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineShade.md b/api/Access.ToggleButton.GridlineShade.md
index 7d37b228b6d..495f06b82e1 100644
--- a/api/Access.ToggleButton.GridlineShade.md
+++ b/api/Access.ToggleButton.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineShade Property (Access)
+title: ToggleButton.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineShade Property (Access)
+# ToggleButton.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents an [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineStyleBottom.md b/api/Access.ToggleButton.GridlineStyleBottom.md
index cc62a0a1c1b..99c76ebcf04 100644
--- a/api/Access.ToggleButton.GridlineStyleBottom.md
+++ b/api/Access.ToggleButton.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineStyleBottom Property (Access)
+title: ToggleButton.GridlineStyleBottom property (Access)
keywords: vbaac10.chm11787
f1_keywords:
- vbaac10.chm11787
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineStyleBottom Property (Access)
+# ToggleButton.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified toggle button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineStyleLeft.md b/api/Access.ToggleButton.GridlineStyleLeft.md
index 30c89a130bc..be5fa1106d0 100644
--- a/api/Access.ToggleButton.GridlineStyleLeft.md
+++ b/api/Access.ToggleButton.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineStyleLeft Property (Access)
+title: ToggleButton.GridlineStyleLeft property (Access)
keywords: vbaac10.chm11784
f1_keywords:
- vbaac10.chm11784
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineStyleLeft Property (Access)
+# ToggleButton.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified toggle button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineStyleRight.md b/api/Access.ToggleButton.GridlineStyleRight.md
index 02a13ec7b31..4f4e721e24a 100644
--- a/api/Access.ToggleButton.GridlineStyleRight.md
+++ b/api/Access.ToggleButton.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineStyleRight Property (Access)
+title: ToggleButton.GridlineStyleRight property (Access)
keywords: vbaac10.chm11786
f1_keywords:
- vbaac10.chm11786
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineStyleRight Property (Access)
+# ToggleButton.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified toggle button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineStyleTop.md b/api/Access.ToggleButton.GridlineStyleTop.md
index 3c0062ff9cc..3fb49c4a202 100644
--- a/api/Access.ToggleButton.GridlineStyleTop.md
+++ b/api/Access.ToggleButton.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineStyleTop Property (Access)
+title: ToggleButton.GridlineStyleTop property (Access)
keywords: vbaac10.chm11785
f1_keywords:
- vbaac10.chm11785
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineStyleTop Property (Access)
+# ToggleButton.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified toggle button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineThemeColorIndex.md b/api/Access.ToggleButton.GridlineThemeColorIndex.md
index cc4f611b44a..26a7905b0b2 100644
--- a/api/Access.ToggleButton.GridlineThemeColorIndex.md
+++ b/api/Access.ToggleButton.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineThemeColorIndex Property (Access)
+title: ToggleButton.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineThemeColorIndex Property (Access)
+# ToggleButton.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineTint.md b/api/Access.ToggleButton.GridlineTint.md
index 1904f0bba25..b7977348351 100644
--- a/api/Access.ToggleButton.GridlineTint.md
+++ b/api/Access.ToggleButton.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineTint Property (Access)
+title: ToggleButton.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineTint Property (Access)
+# ToggleButton.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineWidthBottom.md b/api/Access.ToggleButton.GridlineWidthBottom.md
index aa080fdcc89..99b645a26b3 100644
--- a/api/Access.ToggleButton.GridlineWidthBottom.md
+++ b/api/Access.ToggleButton.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineWidthBottom Property (Access)
+title: ToggleButton.GridlineWidthBottom property (Access)
keywords: vbaac10.chm11791
f1_keywords:
- vbaac10.chm11791
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineWidthBottom Property (Access)
+# ToggleButton.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified toggle button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineWidthLeft.md b/api/Access.ToggleButton.GridlineWidthLeft.md
index 8de3e190cf1..07cf8c80b11 100644
--- a/api/Access.ToggleButton.GridlineWidthLeft.md
+++ b/api/Access.ToggleButton.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineWidthLeft Property (Access)
+title: ToggleButton.GridlineWidthLeft property (Access)
keywords: vbaac10.chm11788
f1_keywords:
- vbaac10.chm11788
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineWidthLeft Property (Access)
+# ToggleButton.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified toggle button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineWidthRight.md b/api/Access.ToggleButton.GridlineWidthRight.md
index 74f6d792997..93de75d3e99 100644
--- a/api/Access.ToggleButton.GridlineWidthRight.md
+++ b/api/Access.ToggleButton.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineWidthRight Property (Access)
+title: ToggleButton.GridlineWidthRight property (Access)
keywords: vbaac10.chm11790
f1_keywords:
- vbaac10.chm11790
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineWidthRight Property (Access)
+# ToggleButton.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified toggle button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.GridlineWidthTop.md b/api/Access.ToggleButton.GridlineWidthTop.md
index f3cf55e1572..316b1dcfcac 100644
--- a/api/Access.ToggleButton.GridlineWidthTop.md
+++ b/api/Access.ToggleButton.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.GridlineWidthTop Property (Access)
+title: ToggleButton.GridlineWidthTop property (Access)
keywords: vbaac10.chm11789
f1_keywords:
- vbaac10.chm11789
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.GridlineWidthTop Property (Access)
+# ToggleButton.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified toggle button. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Height.md b/api/Access.ToggleButton.Height.md
index 2fede4ececd..1484e629a2a 100644
--- a/api/Access.ToggleButton.Height.md
+++ b/api/Access.ToggleButton.Height.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Height Property (Access)
+title: ToggleButton.Height property (Access)
keywords: vbaac10.chm11721
f1_keywords:
- vbaac10.chm11721
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Height Property (Access)
+# ToggleButton.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HelpContextId.md b/api/Access.ToggleButton.HelpContextId.md
index 0ab20da6d5e..223413c0c6d 100644
--- a/api/Access.ToggleButton.HelpContextId.md
+++ b/api/Access.ToggleButton.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HelpContextId Property (Access)
+title: ToggleButton.HelpContextId property (Access)
keywords: vbaac10.chm11732
f1_keywords:
- vbaac10.chm11732
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HelpContextId Property (Access)
+# ToggleButton.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HideDuplicates.md b/api/Access.ToggleButton.HideDuplicates.md
index ff1c777a84b..7ddf0534a53 100644
--- a/api/Access.ToggleButton.HideDuplicates.md
+++ b/api/Access.ToggleButton.HideDuplicates.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HideDuplicates Property (Access)
+title: ToggleButton.HideDuplicates property (Access)
keywords: vbaac10.chm11717
f1_keywords:
- vbaac10.chm11717
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HideDuplicates Property (Access)
+# ToggleButton.HideDuplicates property (Access)
You can use the **HideDuplicates** property to hide a control on a report when its value is the same as in the preceding record. Read/write **Boolean**.
## Syntax
- _expression_. `HideDuplicates`
+_expression_. `HideDuplicates`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HorizontalAnchor.md b/api/Access.ToggleButton.HorizontalAnchor.md
index 1e393cb277d..8316d9db1de 100644
--- a/api/Access.ToggleButton.HorizontalAnchor.md
+++ b/api/Access.ToggleButton.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HorizontalAnchor Property (Access)
+title: ToggleButton.HorizontalAnchor property (Access)
keywords: vbaac10.chm11793
f1_keywords:
- vbaac10.chm11793
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HorizontalAnchor Property (Access)
+# ToggleButton.HorizontalAnchor property (Access)
Gets or sets an **[AcHorizontalAnchor](Access.AcHorizontalAnchor.md)** constant that indicates how the toggle button is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HoverColor.md b/api/Access.ToggleButton.HoverColor.md
index 3ea4a2287c4..33ac3a57b71 100644
--- a/api/Access.ToggleButton.HoverColor.md
+++ b/api/Access.ToggleButton.HoverColor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HoverColor Property (Access)
+title: ToggleButton.HoverColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HoverColor Property (Access)
+# ToggleButton.HoverColor property (Access)
Gets or sets the color displayed on the control when the user rests the mouse cursor over it. Read/write **Long**.
## Syntax
- _expression_. `HoverColor`
+_expression_. `HoverColor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HoverForeColor.md b/api/Access.ToggleButton.HoverForeColor.md
index 03dce881944..af897eea11f 100644
--- a/api/Access.ToggleButton.HoverForeColor.md
+++ b/api/Access.ToggleButton.HoverForeColor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HoverForeColor Property (Access)
+title: ToggleButton.HoverForeColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HoverForeColor Property (Access)
+# ToggleButton.HoverForeColor property (Access)
Gets or sets the color of the text displayed on the control when the user rests the mouse cursor over it. Read/write **Long**.
## Syntax
- _expression_. `HoverForeColor`
+_expression_. `HoverForeColor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HoverForeShade.md b/api/Access.ToggleButton.HoverForeShade.md
index 3c052bdb033..32f99c10819 100644
--- a/api/Access.ToggleButton.HoverForeShade.md
+++ b/api/Access.ToggleButton.HoverForeShade.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HoverForeShade Property (Access)
+title: ToggleButton.HoverForeShade property (Access)
keywords: vbaac10.chm14618
f1_keywords:
- vbaac10.chm14618
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HoverForeShade Property (Access)
+# ToggleButton.HoverForeShade property (Access)
Gets or sets the shade applied to the theme color in the **HoverForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverForeShade`
+_expression_. `HoverForeShade`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HoverForeThemeColorIndex.md b/api/Access.ToggleButton.HoverForeThemeColorIndex.md
index 6a61493f4c5..a06878dd6c3 100644
--- a/api/Access.ToggleButton.HoverForeThemeColorIndex.md
+++ b/api/Access.ToggleButton.HoverForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HoverForeThemeColorIndex Property (Access)
+title: ToggleButton.HoverForeThemeColorIndex property (Access)
keywords: vbaac10.chm14616
f1_keywords:
- vbaac10.chm14616
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HoverForeThemeColorIndex Property (Access)
+# ToggleButton.HoverForeThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **HoverForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `HoverForeThemeColorIndex`
+_expression_. `HoverForeThemeColorIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HoverForeTint.md b/api/Access.ToggleButton.HoverForeTint.md
index ef37fbd62fe..804ef569c78 100644
--- a/api/Access.ToggleButton.HoverForeTint.md
+++ b/api/Access.ToggleButton.HoverForeTint.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HoverForeTint Property (Access)
+title: ToggleButton.HoverForeTint property (Access)
keywords: vbaac10.chm14617
f1_keywords:
- vbaac10.chm14617
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HoverForeTint Property (Access)
+# ToggleButton.HoverForeTint property (Access)
Gets or sets the tint applied to the theme color in the **HoverForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverForeTint`
+_expression_. `HoverForeTint`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HoverShade.md b/api/Access.ToggleButton.HoverShade.md
index 1c563b5a58b..6e4dbebf15c 100644
--- a/api/Access.ToggleButton.HoverShade.md
+++ b/api/Access.ToggleButton.HoverShade.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HoverShade Property (Access)
+title: ToggleButton.HoverShade property (Access)
keywords: vbaac10.chm14614
f1_keywords:
- vbaac10.chm14614
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HoverShade Property (Access)
+# ToggleButton.HoverShade property (Access)
Gets or sets the shade that is applied to the theme color in the **HoverColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverShade`
+_expression_. `HoverShade`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HoverThemeColorIndex.md b/api/Access.ToggleButton.HoverThemeColorIndex.md
index 384599a0c7c..425acf8908a 100644
--- a/api/Access.ToggleButton.HoverThemeColorIndex.md
+++ b/api/Access.ToggleButton.HoverThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HoverThemeColorIndex Property (Access)
+title: ToggleButton.HoverThemeColorIndex property (Access)
keywords: vbaac10.chm14612
f1_keywords:
- vbaac10.chm14612
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HoverThemeColorIndex Property (Access)
+# ToggleButton.HoverThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **HoverColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `HoverThemeColorIndex`
+_expression_. `HoverThemeColorIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.HoverTint.md b/api/Access.ToggleButton.HoverTint.md
index d3a64433ead..15e329a5957 100644
--- a/api/Access.ToggleButton.HoverTint.md
+++ b/api/Access.ToggleButton.HoverTint.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.HoverTint Property (Access)
+title: ToggleButton.HoverTint property (Access)
keywords: vbaac10.chm14613
f1_keywords:
- vbaac10.chm14613
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.HoverTint Property (Access)
+# ToggleButton.HoverTint property (Access)
Gets or sets the tint applied to the theme color in the **HoverColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `HoverTint`
+_expression_. `HoverTint`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.InSelection.md b/api/Access.ToggleButton.InSelection.md
index 503abe0273b..ff2c3e613a8 100644
--- a/api/Access.ToggleButton.InSelection.md
+++ b/api/Access.ToggleButton.InSelection.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.InSelection Property (Access)
+title: ToggleButton.InSelection property (Access)
keywords: vbaac10.chm11746
f1_keywords:
- vbaac10.chm11746
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.InSelection Property (Access)
+# ToggleButton.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.IsVisible.md b/api/Access.ToggleButton.IsVisible.md
index e093bb89ea3..15cd2b12a61 100644
--- a/api/Access.ToggleButton.IsVisible.md
+++ b/api/Access.ToggleButton.IsVisible.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.IsVisible Property (Access)
+title: ToggleButton.IsVisible property (Access)
keywords: vbaac10.chm11745
f1_keywords:
- vbaac10.chm11745
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.IsVisible Property (Access)
+# ToggleButton.IsVisible property (Access)
You can use the **IsVisible** property in to determine whether a control on a report is visible. Read/write **Boolean**.
## Syntax
- _expression_. `IsVisible`
+_expression_. `IsVisible`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.KeyDown.md b/api/Access.ToggleButton.KeyDown.md
index 0063f4c9788..b3626609703 100644
--- a/api/Access.ToggleButton.KeyDown.md
+++ b/api/Access.ToggleButton.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.KeyDown Event (Access)
+title: ToggleButton.KeyDown event (Access)
keywords: vbaac10.chm14158
f1_keywords:
- vbaac10.chm14158
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.KeyDown Event (Access)
+# ToggleButton.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.ToggleButton.KeyPress.md b/api/Access.ToggleButton.KeyPress.md
index 7c26ec4bb23..020f9f72695 100644
--- a/api/Access.ToggleButton.KeyPress.md
+++ b/api/Access.ToggleButton.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.KeyPress Event (Access)
+title: ToggleButton.KeyPress event (Access)
keywords: vbaac10.chm14159
f1_keywords:
- vbaac10.chm14159
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.KeyPress Event (Access)
+# ToggleButton.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_` )
+_expression_. `KeyPress`( ` _KeyAscii_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**| Returns a numeric ANSI key code. The _KeyAscii_ argument is passed by reference; changing it sends a different character to the object. Setting the _KeyAscii_ argument to 0 cancels the keystroke so that the object doesn't recognize that a key was pressed.|
diff --git a/api/Access.ToggleButton.KeyUp.md b/api/Access.ToggleButton.KeyUp.md
index d2414553dc7..b5f8dcf1eeb 100644
--- a/api/Access.ToggleButton.KeyUp.md
+++ b/api/Access.ToggleButton.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.KeyUp Event (Access)
+title: ToggleButton.KeyUp event (Access)
keywords: vbaac10.chm14160
f1_keywords:
- vbaac10.chm14160
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.KeyUp Event (Access)
+# ToggleButton.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**|A key code, such as **vbKeyF1** (the F1 key) or **vbKeyHome** (the HOME key). To specify key codes, use the intrinsic constants shown in the Object Browser. You can prevent an object from receiving a keystroke by setting KeyCode to 0.|
| _Shift_|Required|**Integer**|The state of the SHIFT, CTRL, and ALT keys at the time of the event. If you need to test for the Shift argument, you can use one of the following intrinsic constants as bit masks:
diff --git a/api/Access.ToggleButton.LabelAlign.md b/api/Access.ToggleButton.LabelAlign.md
index edf0c559756..093e1ef5ef2 100644
--- a/api/Access.ToggleButton.LabelAlign.md
+++ b/api/Access.ToggleButton.LabelAlign.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.LabelAlign Property (Access)
+title: ToggleButton.LabelAlign property (Access)
keywords: vbaac10.chm11740
f1_keywords:
- vbaac10.chm11740
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.LabelAlign Property (Access)
+# ToggleButton.LabelAlign property (Access)
The property specifies the text alignment within attached labels on new controls. Read/write **Byte**.
## Syntax
- _expression_. `LabelAlign`
+_expression_. `LabelAlign`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.LabelX.md b/api/Access.ToggleButton.LabelX.md
index 8e0201dc062..d144253b6b8 100644
--- a/api/Access.ToggleButton.LabelX.md
+++ b/api/Access.ToggleButton.LabelX.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.LabelX Property (Access)
+title: ToggleButton.LabelX property (Access)
keywords: vbaac10.chm11738
f1_keywords:
- vbaac10.chm11738
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ToggleButton.LabelX Property (Access)
+# ToggleButton.LabelX property (Access)
The **LabelX** property (along with the **LabelY** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelX** property (along with the **LabelY** property) specifies the plac
## Syntax
- _expression_. `LabelX`
+_expression_. `LabelX`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.LabelY.md b/api/Access.ToggleButton.LabelY.md
index 6fac81488cf..605aced3450 100644
--- a/api/Access.ToggleButton.LabelY.md
+++ b/api/Access.ToggleButton.LabelY.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.LabelY Property (Access)
+title: ToggleButton.LabelY property (Access)
keywords: vbaac10.chm11739
f1_keywords:
- vbaac10.chm11739
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ToggleButton.LabelY Property (Access)
+# ToggleButton.LabelY property (Access)
The **LabelY** property (along with the **LabelX** property) specifies the placement of the label for a new control. Read/write **Integer**.
@@ -19,9 +19,9 @@ The **LabelY** property (along with the **LabelX** property) specifies the plac
## Syntax
- _expression_. `LabelY`
+_expression_. `LabelY`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Layout.md b/api/Access.ToggleButton.Layout.md
index 3255ff09f07..8cd126dce15 100644
--- a/api/Access.ToggleButton.Layout.md
+++ b/api/Access.ToggleButton.Layout.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Layout Property (Access)
+title: ToggleButton.Layout property (Access)
keywords: vbaac10.chm11779
f1_keywords:
- vbaac10.chm11779
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Layout Property (Access)
+# ToggleButton.Layout property (Access)
Returns the type of layout for the specified toggle button. Read-only **[AcLayoutType](Access.AcLayoutType.md)**.
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## See also
diff --git a/api/Access.ToggleButton.LayoutID.md b/api/Access.ToggleButton.LayoutID.md
index 4e4a0df0091..c25e141ce93 100644
--- a/api/Access.ToggleButton.LayoutID.md
+++ b/api/Access.ToggleButton.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.LayoutID Property (Access)
+title: ToggleButton.LayoutID property (Access)
keywords: vbaac10.chm11795
f1_keywords:
- vbaac10.chm11795
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.LayoutID Property (Access)
+# ToggleButton.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified toggle button. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Left.md b/api/Access.ToggleButton.Left.md
index a3b85010e3a..20a4222059f 100644
--- a/api/Access.ToggleButton.Left.md
+++ b/api/Access.ToggleButton.Left.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Left Property (Access)
+title: ToggleButton.Left property (Access)
keywords: vbaac10.chm11718
f1_keywords:
- vbaac10.chm11718
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Left Property (Access)
+# ToggleButton.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.LeftPadding.md b/api/Access.ToggleButton.LeftPadding.md
index f06444f7284..dda20da120c 100644
--- a/api/Access.ToggleButton.LeftPadding.md
+++ b/api/Access.ToggleButton.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.LeftPadding Property (Access)
+title: ToggleButton.LeftPadding property (Access)
keywords: vbaac10.chm11780
f1_keywords:
- vbaac10.chm11780
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.LeftPadding Property (Access)
+# ToggleButton.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the toggle button and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## See also
diff --git a/api/Access.ToggleButton.Locked.md b/api/Access.ToggleButton.Locked.md
index ad4e9447a33..e7dc7e7f4ed 100644
--- a/api/Access.ToggleButton.Locked.md
+++ b/api/Access.ToggleButton.Locked.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Locked Property (Access)
+title: ToggleButton.Locked property (Access)
keywords: vbaac10.chm11713
f1_keywords:
- vbaac10.chm11713
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Locked Property (Access)
+# ToggleButton.Locked property (Access)
The **Locked** property specifies whether you can edit data in a control in Form view. Read/write **Boolean**.
## Syntax
- _expression_. `Locked`
+_expression_. `Locked`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.LostFocus.md b/api/Access.ToggleButton.LostFocus.md
index 2c8d6d8ea7c..9b66ac97ca0 100644
--- a/api/Access.ToggleButton.LostFocus.md
+++ b/api/Access.ToggleButton.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.LostFocus Event (Access)
+title: ToggleButton.LostFocus event (Access)
keywords: vbaac10.chm14153
f1_keywords:
- vbaac10.chm14153
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.LostFocus Event (Access)
+# ToggleButton.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.MouseDown.md b/api/Access.ToggleButton.MouseDown.md
index 4292ad2a046..4562c6b8bbc 100644
--- a/api/Access.ToggleButton.MouseDown.md
+++ b/api/Access.ToggleButton.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.MouseDown Event (Access)
+title: ToggleButton.MouseDown event (Access)
keywords: vbaac10.chm14155
f1_keywords:
- vbaac10.chm14155
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.MouseDown Event (Access)
+# ToggleButton.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ToggleButton.MouseMove.md b/api/Access.ToggleButton.MouseMove.md
index 0f2c7daaa7b..b679b0b7457 100644
--- a/api/Access.ToggleButton.MouseMove.md
+++ b/api/Access.ToggleButton.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.MouseMove Event (Access)
+title: ToggleButton.MouseMove event (Access)
keywords: vbaac10.chm14156
f1_keywords:
- vbaac10.chm14156
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.MouseMove Event (Access)
+# ToggleButton.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was pressed or released when the event was triggered. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ToggleButton.MouseUp.md b/api/Access.ToggleButton.MouseUp.md
index 3eca4257ad9..d8ec5ef0887 100644
--- a/api/Access.ToggleButton.MouseUp.md
+++ b/api/Access.ToggleButton.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.MouseUp Event (Access)
+title: ToggleButton.MouseUp event (Access)
keywords: vbaac10.chm14157
f1_keywords:
- vbaac10.chm14157
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.MouseUp Event (Access)
+# ToggleButton.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**|The button that was released to trigger the event. If you need to test for the Button argument, you can use one of the following intrinsic constants as bit masks:
acLeftButton The bit mask for the left mouse button.
diff --git a/api/Access.ToggleButton.Move.md b/api/Access.ToggleButton.Move.md
index e1929f7c95d..6cb891b0481 100644
--- a/api/Access.ToggleButton.Move.md
+++ b/api/Access.ToggleButton.Move.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Move Method (Access)
+title: ToggleButton.Move method (Access)
keywords: vbaac10.chm11763
f1_keywords:
- vbaac10.chm11763
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# ToggleButton.Move Method (Access)
+# ToggleButton.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**|The screen position in twips for the left edge of the object relative to the left edge of the Microsoft Access window.|
| _Top_|Optional|**Variant**|The screen position in twips for the top edge of the object relative to the top edge of the Microsoft Access window.|
diff --git a/api/Access.ToggleButton.Name.md b/api/Access.ToggleButton.Name.md
index e6fba31c239..c191df0bc49 100644
--- a/api/Access.ToggleButton.Name.md
+++ b/api/Access.ToggleButton.Name.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Name Property (Access)
+title: ToggleButton.Name property (Access)
keywords: vbaac10.chm11762
f1_keywords:
- vbaac10.chm11762
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Name Property (Access)
+# ToggleButton.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ObjectPalette.md b/api/Access.ToggleButton.ObjectPalette.md
index 5a49f47f0b1..7e9ebe1b0fd 100644
--- a/api/Access.ToggleButton.ObjectPalette.md
+++ b/api/Access.ToggleButton.ObjectPalette.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ObjectPalette Property (Access)
+title: ToggleButton.ObjectPalette property (Access)
keywords: vbaac10.chm11744
f1_keywords:
- vbaac10.chm11744
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ObjectPalette Property (Access)
+# ToggleButton.ObjectPalette property (Access)
The **ObjectPalette** property specifies the palette in the application used to create A bitmap or other graphic that is loaded into the specified control by using the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `ObjectPalette`
+_expression_. `ObjectPalette`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.OldValue.md b/api/Access.ToggleButton.OldValue.md
index b2fa53a43e1..bf5b4931d6c 100644
--- a/api/Access.ToggleButton.OldValue.md
+++ b/api/Access.ToggleButton.OldValue.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OldValue Property (Access)
+title: ToggleButton.OldValue property (Access)
keywords: vbaac10.chm11690
f1_keywords:
- vbaac10.chm11690
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OldValue Property (Access)
+# ToggleButton.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.OnClick.md b/api/Access.ToggleButton.OnClick.md
index 6f827e5a845..374d8122d3d 100644
--- a/api/Access.ToggleButton.OnClick.md
+++ b/api/Access.ToggleButton.OnClick.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnClick Property (Access)
+title: ToggleButton.OnClick property (Access)
keywords: vbaac10.chm11753
f1_keywords:
- vbaac10.chm11753
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnClick Property (Access)
+# ToggleButton.OnClick property (Access)
Sets or returns the value of the **On Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnClick`
+_expression_. `OnClick`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Click** event occurs when a user presses and releases the left mouse butt
The **OnClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnDblClick.md b/api/Access.ToggleButton.OnDblClick.md
index 6a58d31769b..436929931c8 100644
--- a/api/Access.ToggleButton.OnDblClick.md
+++ b/api/Access.ToggleButton.OnDblClick.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnDblClick Property (Access)
+title: ToggleButton.OnDblClick property (Access)
keywords: vbaac10.chm11754
f1_keywords:
- vbaac10.chm11754
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnDblClick Property (Access)
+# ToggleButton.OnDblClick property (Access)
Sets or returns the value of the **On Dbl Click** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnDblClick`
+_expression_. `OnDblClick`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **DblClick** event occurs when a user presses and releases the left mouse b
The **OnDblClick** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Dbl Click** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnEnter.md b/api/Access.ToggleButton.OnEnter.md
index 7805ac48d4b..b00ce5b3bc4 100644
--- a/api/Access.ToggleButton.OnEnter.md
+++ b/api/Access.ToggleButton.OnEnter.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnEnter Property (Access)
+title: ToggleButton.OnEnter property (Access)
keywords: vbaac10.chm11749
f1_keywords:
- vbaac10.chm11749
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnEnter Property (Access)
+# ToggleButton.OnEnter property (Access)
Sets or returns the value of the **On Enter** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnEnter`
+_expression_. `OnEnter`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Enter** event occurs before a control actually receives the focus from a
The **OnEnter** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Enter** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnExit.md b/api/Access.ToggleButton.OnExit.md
index 50a52f8f38c..c75a94c8f32 100644
--- a/api/Access.ToggleButton.OnExit.md
+++ b/api/Access.ToggleButton.OnExit.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnExit Property (Access)
+title: ToggleButton.OnExit property (Access)
keywords: vbaac10.chm11750
f1_keywords:
- vbaac10.chm11750
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnExit Property (Access)
+# ToggleButton.OnExit property (Access)
Sets or returns the value of the **On Exit** box in the **Properties** window of specified object. Read/write **String**. .
## Syntax
- _expression_. `OnExit`
+_expression_. `OnExit`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **Exit** event occurs just before a control loses the focus to another cont
The **OnExit** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Exit** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnGotFocus.md b/api/Access.ToggleButton.OnGotFocus.md
index 53b8de471f2..93069c6652b 100644
--- a/api/Access.ToggleButton.OnGotFocus.md
+++ b/api/Access.ToggleButton.OnGotFocus.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnGotFocus Property (Access)
+title: ToggleButton.OnGotFocus property (Access)
keywords: vbaac10.chm11751
f1_keywords:
- vbaac10.chm11751
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnGotFocus Property (Access)
+# ToggleButton.OnGotFocus property (Access)
Sets or returns the value of the **On Got Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnGotFocus`
+_expression_. `OnGotFocus`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **GotFocus** event occurs when the object receives the focus.
The **OnGotFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Got Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnKeyDown.md b/api/Access.ToggleButton.OnKeyDown.md
index 8bb559168af..645001fa4d0 100644
--- a/api/Access.ToggleButton.OnKeyDown.md
+++ b/api/Access.ToggleButton.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnKeyDown Property (Access)
+title: ToggleButton.OnKeyDown property (Access)
keywords: vbaac10.chm11758
f1_keywords:
- vbaac10.chm11758
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnKeyDown Property (Access)
+# ToggleButton.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnKeyPress.md b/api/Access.ToggleButton.OnKeyPress.md
index 9ce36f99fa4..e2e60f41425 100644
--- a/api/Access.ToggleButton.OnKeyPress.md
+++ b/api/Access.ToggleButton.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnKeyPress Property (Access)
+title: ToggleButton.OnKeyPress property (Access)
keywords: vbaac10.chm11760
f1_keywords:
- vbaac10.chm11760
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnKeyPress Property (Access)
+# ToggleButton.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnKeyUp.md b/api/Access.ToggleButton.OnKeyUp.md
index 70543f6022b..0d33c4ef176 100644
--- a/api/Access.ToggleButton.OnKeyUp.md
+++ b/api/Access.ToggleButton.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnKeyUp Property (Access)
+title: ToggleButton.OnKeyUp property (Access)
keywords: vbaac10.chm11759
f1_keywords:
- vbaac10.chm11759
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnKeyUp Property (Access)
+# ToggleButton.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnLostFocus.md b/api/Access.ToggleButton.OnLostFocus.md
index 520a4b54143..d3bdc220881 100644
--- a/api/Access.ToggleButton.OnLostFocus.md
+++ b/api/Access.ToggleButton.OnLostFocus.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnLostFocus Property (Access)
+title: ToggleButton.OnLostFocus property (Access)
keywords: vbaac10.chm11752
f1_keywords:
- vbaac10.chm11752
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnLostFocus Property (Access)
+# ToggleButton.OnLostFocus property (Access)
Sets or returns the value of the **On Lost Focus** box in the **Properties** window of the specified object. Read/write **String**.
## Syntax
- _expression_. `OnLostFocus`
+_expression_. `OnLostFocus`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **LostFocus** event occurs when the object loses the focus.
The **OnLostFocus** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Lost Focus** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnMouseDown.md b/api/Access.ToggleButton.OnMouseDown.md
index dc9a65dca98..ef89b09fa08 100644
--- a/api/Access.ToggleButton.OnMouseDown.md
+++ b/api/Access.ToggleButton.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnMouseDown Property (Access)
+title: ToggleButton.OnMouseDown property (Access)
keywords: vbaac10.chm11755
f1_keywords:
- vbaac10.chm11755
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnMouseDown Property (Access)
+# ToggleButton.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnMouseMove.md b/api/Access.ToggleButton.OnMouseMove.md
index f6f28b033a8..c6c4e8c3438 100644
--- a/api/Access.ToggleButton.OnMouseMove.md
+++ b/api/Access.ToggleButton.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnMouseMove Property (Access)
+title: ToggleButton.OnMouseMove property (Access)
keywords: vbaac10.chm11756
f1_keywords:
- vbaac10.chm11756
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnMouseMove Property (Access)
+# ToggleButton.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OnMouseUp.md b/api/Access.ToggleButton.OnMouseUp.md
index 9c386c3509b..64849a0a307 100644
--- a/api/Access.ToggleButton.OnMouseUp.md
+++ b/api/Access.ToggleButton.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OnMouseUp Property (Access)
+title: ToggleButton.OnMouseUp property (Access)
keywords: vbaac10.chm11757
f1_keywords:
- vbaac10.chm11757
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OnMouseUp Property (Access)
+# ToggleButton.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.ToggleButton.OptionValue.md b/api/Access.ToggleButton.OptionValue.md
index e096656f96d..f3ccb96c1d5 100644
--- a/api/Access.ToggleButton.OptionValue.md
+++ b/api/Access.ToggleButton.OptionValue.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.OptionValue Property (Access)
+title: ToggleButton.OptionValue property (Access)
keywords: vbaac10.chm11705
f1_keywords:
- vbaac10.chm11705
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.OptionValue Property (Access)
+# ToggleButton.OptionValue property (Access)
Each control in an option group has a numeric value that you can set with the **OptionValue** property. Read/write **Long**.
## Syntax
- _expression_. `OptionValue`
+_expression_. `OptionValue`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Parent.md b/api/Access.ToggleButton.Parent.md
index b83c5174dbd..9147b97c719 100644
--- a/api/Access.ToggleButton.Parent.md
+++ b/api/Access.ToggleButton.Parent.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Parent Property (Access)
+title: ToggleButton.Parent property (Access)
keywords: vbaac10.chm11688
f1_keywords:
- vbaac10.chm11688
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Parent Property (Access)
+# ToggleButton.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Picture.md b/api/Access.ToggleButton.Picture.md
index 45856f9fc07..437cfdd5aa1 100644
--- a/api/Access.ToggleButton.Picture.md
+++ b/api/Access.ToggleButton.Picture.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Picture Property (Access)
+title: ToggleButton.Picture property (Access)
keywords: vbaac10.chm11702
f1_keywords:
- vbaac10.chm11702
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Picture Property (Access)
+# ToggleButton.Picture property (Access)
You can use the **Picture** property to specify a bitmap or other type of graphic to be displayed on the specified control. Read/write **String**.
## Syntax
- _expression_. `Picture`
+_expression_. `Picture`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PictureData.md b/api/Access.ToggleButton.PictureData.md
index cf4259a36a5..50f9224f2c0 100644
--- a/api/Access.ToggleButton.PictureData.md
+++ b/api/Access.ToggleButton.PictureData.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PictureData Property (Access)
+title: ToggleButton.PictureData property (Access)
keywords: vbaac10.chm11704
f1_keywords:
- vbaac10.chm11704
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PictureData Property (Access)
+# ToggleButton.PictureData property (Access)
You can use the **PictureData** property to copy the picture to another object that supports the **Picture** property. Read/write **Variant**.
## Syntax
- _expression_. `PictureData`
+_expression_. `PictureData`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PictureType.md b/api/Access.ToggleButton.PictureType.md
index b928c6704be..d49d30cd348 100644
--- a/api/Access.ToggleButton.PictureType.md
+++ b/api/Access.ToggleButton.PictureType.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PictureType Property (Access)
+title: ToggleButton.PictureType property (Access)
keywords: vbaac10.chm11703
f1_keywords:
- vbaac10.chm11703
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PictureType Property (Access)
+# ToggleButton.PictureType property (Access)
You can use the **PictureType** property to specify whether Microsoft Access stores an object's picture as a linked or an embedded object. Read/write **Byte**.
## Syntax
- _expression_. `PictureType`
+_expression_. `PictureType`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PressedColor.md b/api/Access.ToggleButton.PressedColor.md
index 98f9400a142..def3e8de61b 100644
--- a/api/Access.ToggleButton.PressedColor.md
+++ b/api/Access.ToggleButton.PressedColor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PressedColor Property (Access)
+title: ToggleButton.PressedColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PressedColor Property (Access)
+# ToggleButton.PressedColor property (Access)
Gets or sets the color displayed on the control when the user clicks it. Read/write **Long**.
## Syntax
- _expression_. `PressedColor`
+_expression_. `PressedColor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PressedForeColor.md b/api/Access.ToggleButton.PressedForeColor.md
index 553a948b966..c8522c41cff 100644
--- a/api/Access.ToggleButton.PressedForeColor.md
+++ b/api/Access.ToggleButton.PressedForeColor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PressedForeColor Property (Access)
+title: ToggleButton.PressedForeColor property (Access)
keywords: vbaac10.chm10839
f1_keywords:
- vbaac10.chm10839
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PressedForeColor Property (Access)
+# ToggleButton.PressedForeColor property (Access)
Gets or sets the color of the text displayed on the control when the user clicks it. Read/write **Long**.
## Syntax
- _expression_. `PressedForeColor`
+_expression_. `PressedForeColor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PressedForeShade.md b/api/Access.ToggleButton.PressedForeShade.md
index 880ad74721c..8b433c8edc1 100644
--- a/api/Access.ToggleButton.PressedForeShade.md
+++ b/api/Access.ToggleButton.PressedForeShade.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PressedForeShade Property (Access)
+title: ToggleButton.PressedForeShade property (Access)
keywords: vbaac10.chm14626
f1_keywords:
- vbaac10.chm14626
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PressedForeShade Property (Access)
+# ToggleButton.PressedForeShade property (Access)
Gets or sets the shade applied to the theme color in the **PressedForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedForeShade`
+_expression_. `PressedForeShade`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PressedForeThemeColorIndex.md b/api/Access.ToggleButton.PressedForeThemeColorIndex.md
index 097fb3d7c2b..a4e1cd2554a 100644
--- a/api/Access.ToggleButton.PressedForeThemeColorIndex.md
+++ b/api/Access.ToggleButton.PressedForeThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PressedForeThemeColorIndex Property (Access)
+title: ToggleButton.PressedForeThemeColorIndex property (Access)
keywords: vbaac10.chm14624
f1_keywords:
- vbaac10.chm14624
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PressedForeThemeColorIndex Property (Access)
+# ToggleButton.PressedForeThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **PressedForeColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `PressedForeThemeColorIndex`
+_expression_. `PressedForeThemeColorIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PressedForeTint.md b/api/Access.ToggleButton.PressedForeTint.md
index c39d3f08e76..595b92a2f00 100644
--- a/api/Access.ToggleButton.PressedForeTint.md
+++ b/api/Access.ToggleButton.PressedForeTint.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PressedForeTint Property (Access)
+title: ToggleButton.PressedForeTint property (Access)
keywords: vbaac10.chm14625
f1_keywords:
- vbaac10.chm14625
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PressedForeTint Property (Access)
+# ToggleButton.PressedForeTint property (Access)
Gets or sets the tint applied to the theme color in the **PressedForeColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedForeTint`
+_expression_. `PressedForeTint`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PressedShade.md b/api/Access.ToggleButton.PressedShade.md
index b14ceb02949..247e00f4f4c 100644
--- a/api/Access.ToggleButton.PressedShade.md
+++ b/api/Access.ToggleButton.PressedShade.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PressedShade Property (Access)
+title: ToggleButton.PressedShade property (Access)
keywords: vbaac10.chm14622
f1_keywords:
- vbaac10.chm14622
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PressedShade Property (Access)
+# ToggleButton.PressedShade property (Access)
Gets or sets the shade that is applied to the theme color in the **PressedColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedShade`
+_expression_. `PressedShade`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PressedThemeColorIndex.md b/api/Access.ToggleButton.PressedThemeColorIndex.md
index 639f9e58a8e..0fb273a49c3 100644
--- a/api/Access.ToggleButton.PressedThemeColorIndex.md
+++ b/api/Access.ToggleButton.PressedThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PressedThemeColorIndex Property (Access)
+title: ToggleButton.PressedThemeColorIndex property (Access)
keywords: vbaac10.chm14620
f1_keywords:
- vbaac10.chm14620
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PressedThemeColorIndex Property (Access)
+# ToggleButton.PressedThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **PressedColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `PressedThemeColorIndex`
+_expression_. `PressedThemeColorIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.PressedTint.md b/api/Access.ToggleButton.PressedTint.md
index bfbaf28d915..20c4ecceb89 100644
--- a/api/Access.ToggleButton.PressedTint.md
+++ b/api/Access.ToggleButton.PressedTint.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.PressedTint Property (Access)
+title: ToggleButton.PressedTint property (Access)
keywords: vbaac10.chm14621
f1_keywords:
- vbaac10.chm14621
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.PressedTint Property (Access)
+# ToggleButton.PressedTint property (Access)
Gets or sets the tint applied to the theme color in the **PressedColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `PressedTint`
+_expression_. `PressedTint`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Properties.md b/api/Access.ToggleButton.Properties.md
index 1ed877f388b..46a7f24f074 100644
--- a/api/Access.ToggleButton.Properties.md
+++ b/api/Access.ToggleButton.Properties.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Properties Property (Access)
+title: ToggleButton.Properties property (Access)
keywords: vbaac10.chm11691
f1_keywords:
- vbaac10.chm11691
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Properties Property (Access)
+# ToggleButton.Properties property (Access)
Returns a reference to a control's **[Properties](Access.Properties.md)** collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.QuickStyle.md b/api/Access.ToggleButton.QuickStyle.md
index 7843e9cf93a..48be4f92394 100644
--- a/api/Access.ToggleButton.QuickStyle.md
+++ b/api/Access.ToggleButton.QuickStyle.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.QuickStyle Property (Access)
+title: ToggleButton.QuickStyle property (Access)
keywords: vbaac10.chm14646
f1_keywords:
- vbaac10.chm14646
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.QuickStyle Property (Access)
+# ToggleButton.QuickStyle property (Access)
Gets or sets the Quick Style that is applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `QuickStyle`
+_expression_. `QuickStyle`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ReadingOrder.md b/api/Access.ToggleButton.ReadingOrder.md
index 1b16966948b..9d01c955579 100644
--- a/api/Access.ToggleButton.ReadingOrder.md
+++ b/api/Access.ToggleButton.ReadingOrder.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ReadingOrder Property (Access)
+title: ToggleButton.ReadingOrder property (Access)
keywords: vbaac10.chm11761
f1_keywords:
- vbaac10.chm11761
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ReadingOrder Property (Access)
+# ToggleButton.ReadingOrder property (Access)
You can use the **ReadingOrder** property to specify or determine the reading order of words in text. Read/write **Byte**.
## Syntax
- _expression_. `ReadingOrder`
+_expression_. `ReadingOrder`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Requery.md b/api/Access.ToggleButton.Requery.md
index f4269ffcd75..06964d58083 100644
--- a/api/Access.ToggleButton.Requery.md
+++ b/api/Access.ToggleButton.Requery.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Requery Method (Access)
+title: ToggleButton.Requery method (Access)
keywords: vbaac10.chm11693
f1_keywords:
- vbaac10.chm11693
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Requery Method (Access)
+# ToggleButton.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.RightPadding.md b/api/Access.ToggleButton.RightPadding.md
index ddcecef2cd5..822e50937d6 100644
--- a/api/Access.ToggleButton.RightPadding.md
+++ b/api/Access.ToggleButton.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.RightPadding Property (Access)
+title: ToggleButton.RightPadding property (Access)
keywords: vbaac10.chm11782
f1_keywords:
- vbaac10.chm11782
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.RightPadding Property (Access)
+# ToggleButton.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the toggle button and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## See also
diff --git a/api/Access.ToggleButton.Section.md b/api/Access.ToggleButton.Section.md
index 5af3aa022e7..3ff3670036c 100644
--- a/api/Access.ToggleButton.Section.md
+++ b/api/Access.ToggleButton.Section.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Section Property (Access)
+title: ToggleButton.Section property (Access)
keywords: vbaac10.chm11741
f1_keywords:
- vbaac10.chm11741
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Section Property (Access)
+# ToggleButton.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.SetFocus.md b/api/Access.ToggleButton.SetFocus.md
index 202aa404803..264c95107af 100644
--- a/api/Access.ToggleButton.SetFocus.md
+++ b/api/Access.ToggleButton.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.SetFocus Method (Access)
+title: ToggleButton.SetFocus method (Access)
keywords: vbaac10.chm11694
f1_keywords:
- vbaac10.chm11694
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# ToggleButton.SetFocus Method (Access)
+# ToggleButton.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Access.ToggleButton.Shadow.md b/api/Access.ToggleButton.Shadow.md
index 78ee44e8e1f..4e38e95c86c 100644
--- a/api/Access.ToggleButton.Shadow.md
+++ b/api/Access.ToggleButton.Shadow.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Shadow Property (Access)
+title: ToggleButton.Shadow property (Access)
keywords: vbaac10.chm14638
f1_keywords:
- vbaac10.chm14638
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Shadow Property (Access)
+# ToggleButton.Shadow property (Access)
Gets or sets the **Shadow** effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `Shadow`
+_expression_. `Shadow`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Shape.md b/api/Access.ToggleButton.Shape.md
index 805f3d51fb6..34e8cc5185a 100644
--- a/api/Access.ToggleButton.Shape.md
+++ b/api/Access.ToggleButton.Shape.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Shape Property (Access)
+title: ToggleButton.Shape property (Access)
keywords: vbaac10.chm14628
f1_keywords:
- vbaac10.chm14628
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Shape Property (Access)
+# ToggleButton.Shape property (Access)
Returns or sets the shape of the specified toggle button. Read/write **Long**.
## Syntax
- _expression_. `Shape`
+_expression_. `Shape`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ShortcutMenuBar.md b/api/Access.ToggleButton.ShortcutMenuBar.md
index da2e48cd0d4..fc5f442cc56 100644
--- a/api/Access.ToggleButton.ShortcutMenuBar.md
+++ b/api/Access.ToggleButton.ShortcutMenuBar.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ShortcutMenuBar Property (Access)
+title: ToggleButton.ShortcutMenuBar property (Access)
keywords: vbaac10.chm11730
f1_keywords:
- vbaac10.chm11730
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ShortcutMenuBar Property (Access)
+# ToggleButton.ShortcutMenuBar property (Access)
You can use the **ShortcutMenuBar** property to specify the shortcut menu that will appear when you right-click on the specified object. Read/write **String**.
## Syntax
- _expression_. `ShortcutMenuBar`
+_expression_. `ShortcutMenuBar`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.SizeToFit.md b/api/Access.ToggleButton.SizeToFit.md
index 8aa54bf5e8b..af6d13d7efa 100644
--- a/api/Access.ToggleButton.SizeToFit.md
+++ b/api/Access.ToggleButton.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.SizeToFit Method (Access)
+title: ToggleButton.SizeToFit method (Access)
keywords: vbaac10.chm11692
f1_keywords:
- vbaac10.chm11692
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.SizeToFit Method (Access)
+# ToggleButton.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.SoftEdges.md b/api/Access.ToggleButton.SoftEdges.md
index 2eb18b7d79f..62d1f8056eb 100644
--- a/api/Access.ToggleButton.SoftEdges.md
+++ b/api/Access.ToggleButton.SoftEdges.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.SoftEdges Property (Access)
+title: ToggleButton.SoftEdges property (Access)
keywords: vbaac10.chm14639
f1_keywords:
- vbaac10.chm14639
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.SoftEdges Property (Access)
+# ToggleButton.SoftEdges property (Access)
Gets or sets the **Soft Edges** effect applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `SoftEdges`
+_expression_. `SoftEdges`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.StatusBarText.md b/api/Access.ToggleButton.StatusBarText.md
index e95e3602410..8ae8a7249f8 100644
--- a/api/Access.ToggleButton.StatusBarText.md
+++ b/api/Access.ToggleButton.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.StatusBarText Property (Access)
+title: ToggleButton.StatusBarText property (Access)
keywords: vbaac10.chm11709
f1_keywords:
- vbaac10.chm11709
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.StatusBarText Property (Access)
+# ToggleButton.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.TabIndex.md b/api/Access.ToggleButton.TabIndex.md
index 4ae5fb8633b..c0f378d2441 100644
--- a/api/Access.ToggleButton.TabIndex.md
+++ b/api/Access.ToggleButton.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.TabIndex Property (Access)
+title: ToggleButton.TabIndex property (Access)
keywords: vbaac10.chm11716
f1_keywords:
- vbaac10.chm11716
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.TabIndex Property (Access)
+# ToggleButton.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.TabStop.md b/api/Access.ToggleButton.TabStop.md
index ea6a4ad29fd..867c4a0c8e7 100644
--- a/api/Access.ToggleButton.TabStop.md
+++ b/api/Access.ToggleButton.TabStop.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.TabStop Property (Access)
+title: ToggleButton.TabStop property (Access)
keywords: vbaac10.chm11715
f1_keywords:
- vbaac10.chm11715
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.TabStop Property (Access)
+# ToggleButton.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Tag.md b/api/Access.ToggleButton.Tag.md
index 8d9d4308249..3ec1cfc98b2 100644
--- a/api/Access.ToggleButton.Tag.md
+++ b/api/Access.ToggleButton.Tag.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Tag Property (Access)
+title: ToggleButton.Tag property (Access)
keywords: vbaac10.chm11743
f1_keywords:
- vbaac10.chm11743
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Tag Property (Access)
+# ToggleButton.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ThemeFontIndex.md b/api/Access.ToggleButton.ThemeFontIndex.md
index bbdf362f061..3367d576ed3 100644
--- a/api/Access.ToggleButton.ThemeFontIndex.md
+++ b/api/Access.ToggleButton.ThemeFontIndex.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ThemeFontIndex Property (Access)
+title: ToggleButton.ThemeFontIndex property (Access)
keywords: vbaac10.chm14610
f1_keywords:
- vbaac10.chm14610
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ThemeFontIndex Property (Access)
+# ToggleButton.ThemeFontIndex property (Access)
Gets or sets the font index that represents a font in the applied theme associated with the **FontName** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `ThemeFontIndex`
+_expression_. `ThemeFontIndex`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Top.md b/api/Access.ToggleButton.Top.md
index 185463bf7e6..f3ae9578799 100644
--- a/api/Access.ToggleButton.Top.md
+++ b/api/Access.ToggleButton.Top.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Top Property (Access)
+title: ToggleButton.Top property (Access)
keywords: vbaac10.chm11719
f1_keywords:
- vbaac10.chm11719
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Top Property (Access)
+# ToggleButton.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**. .
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.TopPadding.md b/api/Access.ToggleButton.TopPadding.md
index 2712491e4b3..0c489f71f08 100644
--- a/api/Access.ToggleButton.TopPadding.md
+++ b/api/Access.ToggleButton.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.TopPadding Property (Access)
+title: ToggleButton.TopPadding property (Access)
keywords: vbaac10.chm11781
f1_keywords:
- vbaac10.chm11781
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.TopPadding Property (Access)
+# ToggleButton.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the toggle button and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## See also
diff --git a/api/Access.ToggleButton.TripleState.md b/api/Access.ToggleButton.TripleState.md
index 4f69079be7f..f853b2168ea 100644
--- a/api/Access.ToggleButton.TripleState.md
+++ b/api/Access.ToggleButton.TripleState.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.TripleState Property (Access)
+title: ToggleButton.TripleState property (Access)
keywords: vbaac10.chm11714
f1_keywords:
- vbaac10.chm11714
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.TripleState Property (Access)
+# ToggleButton.TripleState property (Access)
You can use the **TripleState** property to specify how the specified control will display Null values. Read/write **Boolean**.
## Syntax
- _expression_. `TripleState`
+_expression_. `TripleState`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Undo.md b/api/Access.ToggleButton.Undo.md
index 174688e2701..d05b78a6f15 100644
--- a/api/Access.ToggleButton.Undo.md
+++ b/api/Access.ToggleButton.Undo.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Undo Method (Access)
+title: ToggleButton.Undo method (Access)
keywords: vbaac10.chm11689
f1_keywords:
- vbaac10.chm11689
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Undo Method (Access)
+# ToggleButton.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.UseTheme.md b/api/Access.ToggleButton.UseTheme.md
index 1f1e7bd14b3..e13f611ec9e 100644
--- a/api/Access.ToggleButton.UseTheme.md
+++ b/api/Access.ToggleButton.UseTheme.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.UseTheme Property (Access)
+title: ToggleButton.UseTheme property (Access)
keywords: vbaac10.chm14627
f1_keywords:
- vbaac10.chm14627
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.UseTheme Property (Access)
+# ToggleButton.UseTheme property (Access)
Gets or sets whether the specified object will utilize formatting styles defined in Office Document Themes. Read/write **Boolean**.
## Syntax
- _expression_. `UseTheme`
+_expression_. `UseTheme`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ValidationRule.md b/api/Access.ToggleButton.ValidationRule.md
index 3f980f82634..d3bb2b1cd86 100644
--- a/api/Access.ToggleButton.ValidationRule.md
+++ b/api/Access.ToggleButton.ValidationRule.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ValidationRule Property (Access)
+title: ToggleButton.ValidationRule property (Access)
keywords: vbaac10.chm11707
f1_keywords:
- vbaac10.chm11707
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ValidationRule Property (Access)
+# ToggleButton.ValidationRule property (Access)
You can use the **ValidationRule** property to specify requirements for data entered into a record, field, or control. When data is entered that violates the **ValidationRule** setting, you can use the **ValidationText** property to specify the message to be displayed to the user. Read/write **String**.
## Syntax
- _expression_. `ValidationRule`
+_expression_. `ValidationRule`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.ValidationText.md b/api/Access.ToggleButton.ValidationText.md
index facb17b5912..e744a112222 100644
--- a/api/Access.ToggleButton.ValidationText.md
+++ b/api/Access.ToggleButton.ValidationText.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.ValidationText Property (Access)
+title: ToggleButton.ValidationText property (Access)
keywords: vbaac10.chm11708
f1_keywords:
- vbaac10.chm11708
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.ValidationText Property (Access)
+# ToggleButton.ValidationText property (Access)
Use the **ValidationText** property to specify a message to be displayed to the user when data is entered that violates a **ValidationRule** setting for a record, field, or control. Read/write **String**.
## Syntax
- _expression_. `ValidationText`
+_expression_. `ValidationText`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Value.md b/api/Access.ToggleButton.Value.md
index b333feb7e6d..9d15d6c3374 100644
--- a/api/Access.ToggleButton.Value.md
+++ b/api/Access.ToggleButton.Value.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Value Property (Access)
+title: ToggleButton.Value property (Access)
keywords: vbaac10.chm11696
f1_keywords:
- vbaac10.chm11696
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Value Property (Access)
+# ToggleButton.Value property (Access)
Determines or specifies whether or not the specified toggle button control is selected. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.VerticalAnchor.md b/api/Access.ToggleButton.VerticalAnchor.md
index 2fd8a597ba7..a69d364b04c 100644
--- a/api/Access.ToggleButton.VerticalAnchor.md
+++ b/api/Access.ToggleButton.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.VerticalAnchor Property (Access)
+title: ToggleButton.VerticalAnchor property (Access)
keywords: vbaac10.chm11794
f1_keywords:
- vbaac10.chm11794
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.VerticalAnchor Property (Access)
+# ToggleButton.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified toggle button is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Visible.md b/api/Access.ToggleButton.Visible.md
index 4988905dc10..4a83c89df62 100644
--- a/api/Access.ToggleButton.Visible.md
+++ b/api/Access.ToggleButton.Visible.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Visible Property (Access)
+title: ToggleButton.Visible property (Access)
keywords: vbaac10.chm11710
f1_keywords:
- vbaac10.chm11710
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Visible Property (Access)
+# ToggleButton.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.Width.md b/api/Access.ToggleButton.Width.md
index 7cfe4ae0e7a..caa4e44d57b 100644
--- a/api/Access.ToggleButton.Width.md
+++ b/api/Access.ToggleButton.Width.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.Width Property (Access)
+title: ToggleButton.Width property (Access)
keywords: vbaac10.chm11720
f1_keywords:
- vbaac10.chm11720
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.Width Property (Access)
+# ToggleButton.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Access.ToggleButton.md b/api/Access.ToggleButton.md
index 10e7ac73f59..46fdc63c97f 100644
--- a/api/Access.ToggleButton.md
+++ b/api/Access.ToggleButton.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton Object (Access)
+title: ToggleButton object (Access)
keywords: vbaac10.chm11810
f1_keywords:
- vbaac10.chm11810
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# ToggleButton Object (Access)
+# ToggleButton object (Access)
This object corresponds to a toggle button. A toggle button on a form is a stand-alone control used to display a Yes/No value from an underlying record source.
diff --git a/api/Access.WSParameter.Name.md b/api/Access.WSParameter.Name.md
index d02766a5d59..2c4b5201c8c 100644
--- a/api/Access.WSParameter.Name.md
+++ b/api/Access.WSParameter.Name.md
@@ -1,5 +1,5 @@
---
-title: WSParameter.Name Property (Access)
+title: WSParameter.Name property (Access)
keywords: vbaac10.chm14584
f1_keywords:
- vbaac10.chm14584
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WSParameter.Name Property (Access)
+# WSParameter.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [WSParameter](Access.WSParameter.md) object.
+_expression_ A variable that represents a [WSParameter](Access.WSParameter.md) object.
## Remarks
diff --git a/api/Access.WSParameter.Parent.md b/api/Access.WSParameter.Parent.md
index c9250324095..0c65f31bb92 100644
--- a/api/Access.WSParameter.Parent.md
+++ b/api/Access.WSParameter.Parent.md
@@ -1,5 +1,5 @@
---
-title: WSParameter.Parent Property (Access)
+title: WSParameter.Parent property (Access)
keywords: vbaac10.chm14583
f1_keywords:
- vbaac10.chm14583
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WSParameter.Parent Property (Access)
+# WSParameter.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [WSParameter](Access.WSParameter.md) object.
+_expression_ A variable that represents a [WSParameter](Access.WSParameter.md) object.
## See also
diff --git a/api/Access.WSParameter.Type.md b/api/Access.WSParameter.Type.md
index c624cef26c6..232767b3d2e 100644
--- a/api/Access.WSParameter.Type.md
+++ b/api/Access.WSParameter.Type.md
@@ -1,5 +1,5 @@
---
-title: WSParameter.Type Property (Access)
+title: WSParameter.Type property (Access)
keywords: vbaac10.chm12747
f1_keywords:
- vbaac10.chm12747
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WSParameter.Type Property (Access)
+# WSParameter.Type property (Access)
Get the data type of the specified parameter. **Read-only** Integer.
## Syntax
- _expression_. `Type`
+_expression_. `Type`
- _expression_ A variable that represents a [WSParameter](Access.WSParameter.md) object.
+_expression_ A variable that represents a [WSParameter](Access.WSParameter.md) object.
## See also
diff --git a/api/Access.WSParameter.md b/api/Access.WSParameter.md
index c07fa9e00ad..8481da1d303 100644
--- a/api/Access.WSParameter.md
+++ b/api/Access.WSParameter.md
@@ -1,5 +1,5 @@
---
-title: WSParameter Object (Access)
+title: WSParameter object (Access)
keywords: vbaac10.chm14582
f1_keywords:
- vbaac10.chm14582
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# WSParameter Object (Access)
+# WSParameter object (Access)
Represents a parameter defined for an [Operation](Access.Operation.md).
diff --git a/api/Access.WSParameters.Count.md b/api/Access.WSParameters.Count.md
index 21601a7da9b..e63ea5bba4d 100644
--- a/api/Access.WSParameters.Count.md
+++ b/api/Access.WSParameters.Count.md
@@ -1,5 +1,5 @@
---
-title: WSParameters.Count Property (Access)
+title: WSParameters.Count property (Access)
keywords: vbaac10.chm14580
f1_keywords:
- vbaac10.chm14580
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WSParameters.Count Property (Access)
+# WSParameters.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [WSParameters](Access.WSParameters.md) object.
+_expression_ A variable that represents a [WSParameters](Access.WSParameters.md) object.
## See also
diff --git a/api/Access.WSParameters.Item.md b/api/Access.WSParameters.Item.md
index 8d8cb2348b1..5a9fad0afba 100644
--- a/api/Access.WSParameters.Item.md
+++ b/api/Access.WSParameters.Item.md
@@ -1,5 +1,5 @@
---
-title: WSParameters.Item Property (Access)
+title: WSParameters.Item property (Access)
keywords: vbaac10.chm14579
f1_keywords:
- vbaac10.chm14579
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# WSParameters.Item Property (Access)
+# WSParameters.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Object**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [WSParameters](Access.WSParameters.md) object.
+_expression_ A variable that represents a [WSParameters](Access.WSParameters.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**||
diff --git a/api/Access.WSParameters.Parent.md b/api/Access.WSParameters.Parent.md
index 17be3b5a248..40adabb3535 100644
--- a/api/Access.WSParameters.Parent.md
+++ b/api/Access.WSParameters.Parent.md
@@ -1,5 +1,5 @@
---
-title: WSParameters.Parent Property (Access)
+title: WSParameters.Parent property (Access)
keywords: vbaac10.chm14586
f1_keywords:
- vbaac10.chm14586
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WSParameters.Parent Property (Access)
+# WSParameters.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [WSParameters](Access.WSParameters.md) object.
+_expression_ A variable that represents a [WSParameters](Access.WSParameters.md) object.
## See also
diff --git a/api/Access.WSParameters.md b/api/Access.WSParameters.md
index f39eab9c74a..33a0da9fffa 100644
--- a/api/Access.WSParameters.md
+++ b/api/Access.WSParameters.md
@@ -1,5 +1,5 @@
---
-title: WSParameters Object (Access)
+title: WSParameters object (Access)
keywords: vbaac10.chm14578
f1_keywords:
- vbaac10.chm14578
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# WSParameters Object (Access)
+# WSParameters object (Access)
Represents the collection of parameters of defined for an [Operation](Access.Operation.md).
diff --git a/api/Access.WebBrowserControl.AfterUpdate.md b/api/Access.WebBrowserControl.AfterUpdate.md
index 6b31950c725..a6700ba6463 100644
--- a/api/Access.WebBrowserControl.AfterUpdate.md
+++ b/api/Access.WebBrowserControl.AfterUpdate.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.AfterUpdate Event (Access)
+title: WebBrowserControl.AfterUpdate event (Access)
keywords: vbaac10.chm143125
f1_keywords:
- vbaac10.chm143125
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.AfterUpdate Event (Access)
+# WebBrowserControl.AfterUpdate event (Access)
The **AfterUpdate** event occurs after changed data in a control or record is updated.
## Syntax
- _expression_. `AfterUpdate`
+_expression_. `AfterUpdate`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.Application.md b/api/Access.WebBrowserControl.Application.md
index 79e5e60c1a3..d756b382c85 100644
--- a/api/Access.WebBrowserControl.Application.md
+++ b/api/Access.WebBrowserControl.Application.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Application Property (Access)
+title: WebBrowserControl.Application property (Access)
keywords: vbaac10.chm14347
f1_keywords:
- vbaac10.chm14347
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Application Property (Access)
+# WebBrowserControl.Application property (Access)
You can use the **Application** property to access the active Microsoft Access[Application](Access.Application.md)object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.BeforeNavigate2.md b/api/Access.WebBrowserControl.BeforeNavigate2.md
index d7d0913131f..dd690a436dd 100644
--- a/api/Access.WebBrowserControl.BeforeNavigate2.md
+++ b/api/Access.WebBrowserControl.BeforeNavigate2.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.BeforeNavigate2 Event (Access)
+title: WebBrowserControl.BeforeNavigate2 event (Access)
keywords: vbaac10.chm143140
f1_keywords:
- vbaac10.chm143140
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.BeforeNavigate2 Event (Access)
+# WebBrowserControl.BeforeNavigate2 event (Access)
Occurs before navigation occurs in the given **WebBrowserControl**.
## Syntax
- _expression_. `BeforeNavigate2`( ` _pDisp_`, ` _URL_`, ` _flags_`, ` _TargetFrameName_`, ` _PostData_`, ` _Headers_`, ` _Cancel_` )
+_expression_. `BeforeNavigate2`( ` _pDisp_`, ` _URL_`, ` _flags_`, ` _TargetFrameName_`, ` _PostData_`, ` _Headers_`, ` _Cancel_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pDisp_|Required|**Object**|A pointer to the **IDispatch** interface for the WebBrowser object that represents the window or frame.|
| _URL_|Required|**Variant**|Contains the URL to be navigated to.|
diff --git a/api/Access.WebBrowserControl.BeforeUpdate.md b/api/Access.WebBrowserControl.BeforeUpdate.md
index 27529b05166..5c1df56db0c 100644
--- a/api/Access.WebBrowserControl.BeforeUpdate.md
+++ b/api/Access.WebBrowserControl.BeforeUpdate.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.BeforeUpdate Event (Access)
+title: WebBrowserControl.BeforeUpdate event (Access)
keywords: vbaac10.chm143124
f1_keywords:
- vbaac10.chm143124
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.BeforeUpdate Event (Access)
+# WebBrowserControl.BeforeUpdate event (Access)
The **BeforeUpdate** event occurs before changed data in a control or record is updated.
## Syntax
- _expression_. `BeforeUpdate`( ` _Cancel_`, )
+_expression_. `BeforeUpdate`( ` _Cancel_`, )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.BorderColor.md b/api/Access.WebBrowserControl.BorderColor.md
index 2a090c49c3a..50dc466b3b1 100644
--- a/api/Access.WebBrowserControl.BorderColor.md
+++ b/api/Access.WebBrowserControl.BorderColor.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.BorderColor Property (Access)
+title: WebBrowserControl.BorderColor property (Access)
keywords: vbaac10.chm14376
f1_keywords:
- vbaac10.chm14376
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.BorderColor Property (Access)
+# WebBrowserControl.BorderColor property (Access)
You can use the **BorderColor** property to specify the color of a control's border. Read/write **Long**.
## Syntax
- _expression_. `BorderColor`
+_expression_. `BorderColor`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.BorderShade.md b/api/Access.WebBrowserControl.BorderShade.md
index 9fc56fd56fd..d5f7e885e1a 100644
--- a/api/Access.WebBrowserControl.BorderShade.md
+++ b/api/Access.WebBrowserControl.BorderShade.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.BorderShade Property (Access)
+title: WebBrowserControl.BorderShade property (Access)
keywords: vbaac10.chm14603
f1_keywords:
- vbaac10.chm14603
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.BorderShade Property (Access)
+# WebBrowserControl.BorderShade property (Access)
Gets or sets the shade applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderShade`
+_expression_. `BorderShade`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.BorderStyle.md b/api/Access.WebBrowserControl.BorderStyle.md
index afe68f753bf..8129cfc7e7b 100644
--- a/api/Access.WebBrowserControl.BorderStyle.md
+++ b/api/Access.WebBrowserControl.BorderStyle.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.BorderStyle Property (Access)
+title: WebBrowserControl.BorderStyle property (Access)
keywords: vbaac10.chm14375
f1_keywords:
- vbaac10.chm14375
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.BorderStyle Property (Access)
+# WebBrowserControl.BorderStyle property (Access)
Specifies how a control's border appears.Read/write **Byte**.
## Syntax
- _expression_. `BorderStyle`
+_expression_. `BorderStyle`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.BorderThemeColorIndex.md b/api/Access.WebBrowserControl.BorderThemeColorIndex.md
index d2e7a351aa2..26bd9450d96 100644
--- a/api/Access.WebBrowserControl.BorderThemeColorIndex.md
+++ b/api/Access.WebBrowserControl.BorderThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.BorderThemeColorIndex Property (Access)
+title: WebBrowserControl.BorderThemeColorIndex property (Access)
keywords: vbaac10.chm14634
f1_keywords:
- vbaac10.chm14634
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.BorderThemeColorIndex Property (Access)
+# WebBrowserControl.BorderThemeColorIndex property (Access)
Gets or sets a value that represents a color in the applied color theme associated with the **BorderColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `BorderThemeColorIndex`
+_expression_. `BorderThemeColorIndex`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.BorderTint.md b/api/Access.WebBrowserControl.BorderTint.md
index a73c9862560..b4555fcf2f9 100644
--- a/api/Access.WebBrowserControl.BorderTint.md
+++ b/api/Access.WebBrowserControl.BorderTint.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.BorderTint Property (Access)
+title: WebBrowserControl.BorderTint property (Access)
keywords: vbaac10.chm14602
f1_keywords:
- vbaac10.chm14602
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.BorderTint Property (Access)
+# WebBrowserControl.BorderTint property (Access)
Gets or sets the tint that is applied to the theme color in the **BorderColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `BorderTint`
+_expression_. `BorderTint`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.BorderWidth.md b/api/Access.WebBrowserControl.BorderWidth.md
index 03aa92c5e83..86dba2d4093 100644
--- a/api/Access.WebBrowserControl.BorderWidth.md
+++ b/api/Access.WebBrowserControl.BorderWidth.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.BorderWidth Property (Access)
+title: WebBrowserControl.BorderWidth property (Access)
keywords: vbaac10.chm14377
f1_keywords:
- vbaac10.chm14377
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.BorderWidth Property (Access)
+# WebBrowserControl.BorderWidth property (Access)
You can use the **BorderWidth** property to specify the width of a control's border. Read/write **Byte**.
## Syntax
- _expression_. `BorderWidth`
+_expression_. `BorderWidth`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.BottomPadding.md b/api/Access.WebBrowserControl.BottomPadding.md
index 1abd7c789b6..6089e2c6988 100644
--- a/api/Access.WebBrowserControl.BottomPadding.md
+++ b/api/Access.WebBrowserControl.BottomPadding.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.BottomPadding Property (Access)
+title: WebBrowserControl.BottomPadding property (Access)
keywords: vbaac10.chm14393
f1_keywords:
- vbaac10.chm14393
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.BottomPadding Property (Access)
+# WebBrowserControl.BottomPadding property (Access)
Gets or sets the amount of space (in inches) between the list box and its bottom gridline. Read/write **Integer**.
## Syntax
- _expression_. `BottomPadding`
+_expression_. `BottomPadding`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## See also
diff --git a/api/Access.WebBrowserControl.Change.md b/api/Access.WebBrowserControl.Change.md
index 21e3d244da0..091a6308b4f 100644
--- a/api/Access.WebBrowserControl.Change.md
+++ b/api/Access.WebBrowserControl.Change.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Change Event (Access)
+title: WebBrowserControl.Change event (Access)
keywords: vbaac10.chm143129
f1_keywords:
- vbaac10.chm143129
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Change Event (Access)
+# WebBrowserControl.Change event (Access)
The **Change** event occurs when the contents of the specified control changes.
## Syntax
- _expression_. `Change`
+_expression_. `Change`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.Click.md b/api/Access.WebBrowserControl.Click.md
index b6e19578538..1c9fc532ab3 100644
--- a/api/Access.WebBrowserControl.Click.md
+++ b/api/Access.WebBrowserControl.Click.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Click Event (Access)
+title: WebBrowserControl.Click event (Access)
keywords: vbaac10.chm143132
f1_keywords:
- vbaac10.chm143132
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Click Event (Access)
+# WebBrowserControl.Click event (Access)
The **Click** event occurs when the user presses and then releases a mouse button over an object.
## Syntax
- _expression_. `Click`
+_expression_. `Click`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.ControlSource.md b/api/Access.WebBrowserControl.ControlSource.md
index e83ea12a87c..dac3236c8e3 100644
--- a/api/Access.WebBrowserControl.ControlSource.md
+++ b/api/Access.WebBrowserControl.ControlSource.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.ControlSource Property (Access)
+title: WebBrowserControl.ControlSource property (Access)
keywords: vbaac10.chm14359
f1_keywords:
- vbaac10.chm14359
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.ControlSource Property (Access)
+# WebBrowserControl.ControlSource property (Access)
You can use the **ControlSource** property to specify what data appears in a control. You can display and edit data bound to a field in a table, query, or SQL statement. You can also display the result of an expression. Read/write **String**.
## Syntax
- _expression_. `ControlSource`
+_expression_. `ControlSource`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.ControlTipText.md b/api/Access.WebBrowserControl.ControlTipText.md
index b2a281353a3..b56a5e96de6 100644
--- a/api/Access.WebBrowserControl.ControlTipText.md
+++ b/api/Access.WebBrowserControl.ControlTipText.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.ControlTipText Property (Access)
+title: WebBrowserControl.ControlTipText property (Access)
keywords: vbaac10.chm14682
f1_keywords:
- vbaac10.chm14682
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.ControlTipText Property (Access)
+# WebBrowserControl.ControlTipText property (Access)
You can use the **ControlTipText** property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write **String**.
## Syntax
- _expression_. `ControlTipText`
+_expression_. `ControlTipText`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.ControlType.md b/api/Access.WebBrowserControl.ControlType.md
index bdd974cfcff..fac1c93d87f 100644
--- a/api/Access.WebBrowserControl.ControlType.md
+++ b/api/Access.WebBrowserControl.ControlType.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.ControlType Property (Access)
+title: WebBrowserControl.ControlType property (Access)
keywords: vbaac10.chm14528
f1_keywords:
- vbaac10.chm14528
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.ControlType Property (Access)
+# WebBrowserControl.ControlType property (Access)
You can use the **ControlType** property in Visual Basic to determine the type of a control on a form or report. Read/write **Byte**.
## Syntax
- _expression_. `ControlType`
+_expression_. `ControlType`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Controls.md b/api/Access.WebBrowserControl.Controls.md
index 7b901a0a9a3..c5864c2a14c 100644
--- a/api/Access.WebBrowserControl.Controls.md
+++ b/api/Access.WebBrowserControl.Controls.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Controls Property (Access)
+title: WebBrowserControl.Controls property (Access)
keywords: vbaac10.chm14355
f1_keywords:
- vbaac10.chm14355
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Controls Property (Access)
+# WebBrowserControl.Controls property (Access)
Returns the **Controls** collection of a form, subform, report or section. Read-only **Controls**.
## Syntax
- _expression_. `Controls`
+_expression_. `Controls`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.DblClick.md b/api/Access.WebBrowserControl.DblClick.md
index f2b21792e28..8f664335a99 100644
--- a/api/Access.WebBrowserControl.DblClick.md
+++ b/api/Access.WebBrowserControl.DblClick.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.DblClick Event (Access)
+title: WebBrowserControl.DblClick event (Access)
keywords: vbaac10.chm143133
f1_keywords:
- vbaac10.chm143133
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.DblClick Event (Access)
+# WebBrowserControl.DblClick event (Access)
The **DblClick** event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
## Syntax
- _expression_. `DblClick`( ` _Cancel_`, )
+_expression_. `DblClick`( ` _Cancel_`, )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.Dirty.md b/api/Access.WebBrowserControl.Dirty.md
index ec92649b95e..9e440aa5deb 100644
--- a/api/Access.WebBrowserControl.Dirty.md
+++ b/api/Access.WebBrowserControl.Dirty.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Dirty Event (Access)
+title: WebBrowserControl.Dirty event (Access)
keywords: vbaac10.chm143128
f1_keywords:
- vbaac10.chm143128
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Dirty Event (Access)
+# WebBrowserControl.Dirty event (Access)
The **Dirty** event occurs when the contents of the specified control changes.
## Syntax
- _expression_. `Dirty`( ` _Cancel_`, )
+_expression_. `Dirty`( ` _Cancel_`, )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.DisplayWhen.md b/api/Access.WebBrowserControl.DisplayWhen.md
index 196ad14b1ad..8c6c851cf9a 100644
--- a/api/Access.WebBrowserControl.DisplayWhen.md
+++ b/api/Access.WebBrowserControl.DisplayWhen.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.DisplayWhen Property (Access)
+title: WebBrowserControl.DisplayWhen property (Access)
keywords: vbaac10.chm14360
f1_keywords:
- vbaac10.chm14360
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.DisplayWhen Property (Access)
+# WebBrowserControl.DisplayWhen property (Access)
You can use the **DisplayWhen** property to specify which of a form's controls you want displayed on screen and in print. Read/write **Byte**.
## Syntax
- _expression_. `DisplayWhen`
+_expression_. `DisplayWhen`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.DocumentComplete.md b/api/Access.WebBrowserControl.DocumentComplete.md
index f6c4dfea20b..18807c28d76 100644
--- a/api/Access.WebBrowserControl.DocumentComplete.md
+++ b/api/Access.WebBrowserControl.DocumentComplete.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.DocumentComplete Event (Access)
+title: WebBrowserControl.DocumentComplete event (Access)
keywords: vbaac10.chm143141
f1_keywords:
- vbaac10.chm143141
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.DocumentComplete Event (Access)
+# WebBrowserControl.DocumentComplete event (Access)
Occurs when a document is completely loaded and initialized.
## Syntax
- _expression_. `DocumentComplete`( ` _pDisp_`, ` _URL_` )
+_expression_. `DocumentComplete`( ` _pDisp_`, ` _URL_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pDisp_|Required|**Object**| pointer to the **IDispatch** interface of the window or frame in which the document is loaded.|
| _URL_|Required|**Variant**|Contains the URL of the loaded document.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.Enabled.md b/api/Access.WebBrowserControl.Enabled.md
index 9c40fc8f0e2..5ed74bba7ec 100644
--- a/api/Access.WebBrowserControl.Enabled.md
+++ b/api/Access.WebBrowserControl.Enabled.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Enabled Property (Access)
+title: WebBrowserControl.Enabled property (Access)
keywords: vbaac10.chm14361
f1_keywords:
- vbaac10.chm14361
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Enabled Property (Access)
+# WebBrowserControl.Enabled property (Access)
You can use the **Enabled** property to set or return the status of the conditional format in the [FormatCondition](Access.FormatCondition.md)object. Read/write **Boolean**.
## Syntax
- _expression_. `Enabled`
+_expression_. `Enabled`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Enter.md b/api/Access.WebBrowserControl.Enter.md
index a0cfa5bffea..2edd3f0106c 100644
--- a/api/Access.WebBrowserControl.Enter.md
+++ b/api/Access.WebBrowserControl.Enter.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Enter Event (Access)
+title: WebBrowserControl.Enter event (Access)
keywords: vbaac10.chm143126
f1_keywords:
- vbaac10.chm143126
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Enter Event (Access)
+# WebBrowserControl.Enter event (Access)
The **Enter** event occurs before a control actually receives the focus from a control on the same form or report.
## Syntax
- _expression_. `Enter`
+_expression_. `Enter`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.EventProcPrefix.md b/api/Access.WebBrowserControl.EventProcPrefix.md
index cd3c39f443b..b5e6d6c18d1 100644
--- a/api/Access.WebBrowserControl.EventProcPrefix.md
+++ b/api/Access.WebBrowserControl.EventProcPrefix.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.EventProcPrefix Property (Access)
+title: WebBrowserControl.EventProcPrefix property (Access)
keywords: vbaac10.chm14683
f1_keywords:
- vbaac10.chm14683
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.EventProcPrefix Property (Access)
+# WebBrowserControl.EventProcPrefix property (Access)
Gets or sets the prefix portion of an event procedure name. Read/write **String**.
## Syntax
- _expression_. `EventProcPrefix`
+_expression_. `EventProcPrefix`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Exit.md b/api/Access.WebBrowserControl.Exit.md
index c589569a102..01da37e7a06 100644
--- a/api/Access.WebBrowserControl.Exit.md
+++ b/api/Access.WebBrowserControl.Exit.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Exit Event (Access)
+title: WebBrowserControl.Exit event (Access)
keywords: vbaac10.chm143127
f1_keywords:
- vbaac10.chm143127
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Exit Event (Access)
+# WebBrowserControl.Exit event (Access)
The **Exit** event occurs just before a control loses the focus to another control on the same form or report.
## Syntax
- _expression_. `Exit`( ` _Cancel_`, )
+_expression_. `Exit`( ` _Cancel_`, )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.GotFocus.md b/api/Access.WebBrowserControl.GotFocus.md
index 4a0fb99d437..e7b9a8f36a0 100644
--- a/api/Access.WebBrowserControl.GotFocus.md
+++ b/api/Access.WebBrowserControl.GotFocus.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GotFocus Event (Access)
+title: WebBrowserControl.GotFocus event (Access)
keywords: vbaac10.chm143130
f1_keywords:
- vbaac10.chm143130
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GotFocus Event (Access)
+# WebBrowserControl.GotFocus event (Access)
The **GotFocus** event occurs when the specified object receives the focus.
## Syntax
- _expression_. `GotFocus`
+_expression_. `GotFocus`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.GridlineColor.md b/api/Access.WebBrowserControl.GridlineColor.md
index dab2f1294ed..a2d70938caa 100644
--- a/api/Access.WebBrowserControl.GridlineColor.md
+++ b/api/Access.WebBrowserControl.GridlineColor.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineColor Property (Access)
+title: WebBrowserControl.GridlineColor property (Access)
keywords: vbaac10.chm143144
f1_keywords:
- vbaac10.chm143144
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineColor Property (Access)
+# WebBrowserControl.GridlineColor property (Access)
Gets or sets the color of the gridline for the specified list box. Read/write **Long**.
## Syntax
- _expression_. `GridlineColor`
+_expression_. `GridlineColor`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineShade.md b/api/Access.WebBrowserControl.GridlineShade.md
index e1513aad357..f5434eca395 100644
--- a/api/Access.WebBrowserControl.GridlineShade.md
+++ b/api/Access.WebBrowserControl.GridlineShade.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineShade Property (Access)
+title: WebBrowserControl.GridlineShade property (Access)
keywords: vbaac10.chm14637
f1_keywords:
- vbaac10.chm14637
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineShade Property (Access)
+# WebBrowserControl.GridlineShade property (Access)
Gets or sets the shade applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineShade`
+_expression_. `GridlineShade`
- _expression_ A variable that represents an [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents an [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineStyleBottom.md b/api/Access.WebBrowserControl.GridlineStyleBottom.md
index a6678f8d0f8..e28a307242f 100644
--- a/api/Access.WebBrowserControl.GridlineStyleBottom.md
+++ b/api/Access.WebBrowserControl.GridlineStyleBottom.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineStyleBottom Property (Access)
+title: WebBrowserControl.GridlineStyleBottom property (Access)
keywords: vbaac10.chm14397
f1_keywords:
- vbaac10.chm14397
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineStyleBottom Property (Access)
+# WebBrowserControl.GridlineStyleBottom property (Access)
Gets or sets the bottom gridline style of the specified list box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleBottom`
+_expression_. `GridlineStyleBottom`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineStyleLeft.md b/api/Access.WebBrowserControl.GridlineStyleLeft.md
index aed338059d0..343d9da7165 100644
--- a/api/Access.WebBrowserControl.GridlineStyleLeft.md
+++ b/api/Access.WebBrowserControl.GridlineStyleLeft.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineStyleLeft Property (Access)
+title: WebBrowserControl.GridlineStyleLeft property (Access)
keywords: vbaac10.chm14394
f1_keywords:
- vbaac10.chm14394
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineStyleLeft Property (Access)
+# WebBrowserControl.GridlineStyleLeft property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleLeft`
+_expression_. `GridlineStyleLeft`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineStyleRight.md b/api/Access.WebBrowserControl.GridlineStyleRight.md
index ee1f4356ee9..647b6fc4389 100644
--- a/api/Access.WebBrowserControl.GridlineStyleRight.md
+++ b/api/Access.WebBrowserControl.GridlineStyleRight.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineStyleRight Property (Access)
+title: WebBrowserControl.GridlineStyleRight property (Access)
keywords: vbaac10.chm14396
f1_keywords:
- vbaac10.chm14396
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineStyleRight Property (Access)
+# WebBrowserControl.GridlineStyleRight property (Access)
Gets or sets the right gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleRight`
+_expression_. `GridlineStyleRight`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineStyleTop.md b/api/Access.WebBrowserControl.GridlineStyleTop.md
index 67d102a0905..b192126c025 100644
--- a/api/Access.WebBrowserControl.GridlineStyleTop.md
+++ b/api/Access.WebBrowserControl.GridlineStyleTop.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineStyleTop Property (Access)
+title: WebBrowserControl.GridlineStyleTop property (Access)
keywords: vbaac10.chm14395
f1_keywords:
- vbaac10.chm14395
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineStyleTop Property (Access)
+# WebBrowserControl.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineStyleTop`
+_expression_. `GridlineStyleTop`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineThemeColorIndex.md b/api/Access.WebBrowserControl.GridlineThemeColorIndex.md
index c3741356790..582a9e14c51 100644
--- a/api/Access.WebBrowserControl.GridlineThemeColorIndex.md
+++ b/api/Access.WebBrowserControl.GridlineThemeColorIndex.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineThemeColorIndex Property (Access)
+title: WebBrowserControl.GridlineThemeColorIndex property (Access)
keywords: vbaac10.chm14635
f1_keywords:
- vbaac10.chm14635
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineThemeColorIndex Property (Access)
+# WebBrowserControl.GridlineThemeColorIndex property (Access)
Gets or sets the theme color index that represents a color in the applied color theme associated with the **GridlineColor** property of the specified object. Read/write **Long**.
## Syntax
- _expression_. `GridlineThemeColorIndex`
+_expression_. `GridlineThemeColorIndex`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineTint.md b/api/Access.WebBrowserControl.GridlineTint.md
index b6de3ed6887..70b91729435 100644
--- a/api/Access.WebBrowserControl.GridlineTint.md
+++ b/api/Access.WebBrowserControl.GridlineTint.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineTint Property (Access)
+title: WebBrowserControl.GridlineTint property (Access)
keywords: vbaac10.chm14636
f1_keywords:
- vbaac10.chm14636
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineTint Property (Access)
+# WebBrowserControl.GridlineTint property (Access)
Gets or sets the tint applied to the theme color in the **GridlineColor** property of the specified object. Read/write **Single**.
## Syntax
- _expression_. `GridlineTint`
+_expression_. `GridlineTint`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineWidthBottom.md b/api/Access.WebBrowserControl.GridlineWidthBottom.md
index 84e7ef44188..9e435d0e061 100644
--- a/api/Access.WebBrowserControl.GridlineWidthBottom.md
+++ b/api/Access.WebBrowserControl.GridlineWidthBottom.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineWidthBottom Property (Access)
+title: WebBrowserControl.GridlineWidthBottom property (Access)
keywords: vbaac10.chm14401
f1_keywords:
- vbaac10.chm14401
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineWidthBottom Property (Access)
+# WebBrowserControl.GridlineWidthBottom property (Access)
Gets or sets the width of the bottom gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthBottom`
+_expression_. `GridlineWidthBottom`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineWidthLeft.md b/api/Access.WebBrowserControl.GridlineWidthLeft.md
index 109c853172e..4e552955a10 100644
--- a/api/Access.WebBrowserControl.GridlineWidthLeft.md
+++ b/api/Access.WebBrowserControl.GridlineWidthLeft.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineWidthLeft Property (Access)
+title: WebBrowserControl.GridlineWidthLeft property (Access)
keywords: vbaac10.chm14398
f1_keywords:
- vbaac10.chm14398
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineWidthLeft Property (Access)
+# WebBrowserControl.GridlineWidthLeft property (Access)
Gets or sets the width of the left gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthLeft`
+_expression_. `GridlineWidthLeft`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineWidthRight.md b/api/Access.WebBrowserControl.GridlineWidthRight.md
index e8fc0a18b83..12c70a2fb9c 100644
--- a/api/Access.WebBrowserControl.GridlineWidthRight.md
+++ b/api/Access.WebBrowserControl.GridlineWidthRight.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineWidthRight Property (Access)
+title: WebBrowserControl.GridlineWidthRight property (Access)
keywords: vbaac10.chm14400
f1_keywords:
- vbaac10.chm14400
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineWidthRight Property (Access)
+# WebBrowserControl.GridlineWidthRight property (Access)
Gets or sets the width of the right gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthRight`
+_expression_. `GridlineWidthRight`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.GridlineWidthTop.md b/api/Access.WebBrowserControl.GridlineWidthTop.md
index 109e46c4931..6b476450aaf 100644
--- a/api/Access.WebBrowserControl.GridlineWidthTop.md
+++ b/api/Access.WebBrowserControl.GridlineWidthTop.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.GridlineWidthTop Property (Access)
+title: WebBrowserControl.GridlineWidthTop property (Access)
keywords: vbaac10.chm14399
f1_keywords:
- vbaac10.chm14399
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.GridlineWidthTop Property (Access)
+# WebBrowserControl.GridlineWidthTop property (Access)
Gets or sets the width of the top gridline for the specified text box. Read/write **Byte**.
## Syntax
- _expression_. `GridlineWidthTop`
+_expression_. `GridlineWidthTop`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Height.md b/api/Access.WebBrowserControl.Height.md
index c8fe5fff9f4..986ab0127e1 100644
--- a/api/Access.WebBrowserControl.Height.md
+++ b/api/Access.WebBrowserControl.Height.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Height Property (Access)
+title: WebBrowserControl.Height property (Access)
keywords: vbaac10.chm14373
f1_keywords:
- vbaac10.chm14373
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Height Property (Access)
+# WebBrowserControl.Height property (Access)
Gets or sets the height of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Height`
+_expression_. `Height`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.HelpContextId.md b/api/Access.WebBrowserControl.HelpContextId.md
index eabb4fc94e9..7b4ba45ce92 100644
--- a/api/Access.WebBrowserControl.HelpContextId.md
+++ b/api/Access.WebBrowserControl.HelpContextId.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.HelpContextId Property (Access)
+title: WebBrowserControl.HelpContextId property (Access)
keywords: vbaac10.chm14684
f1_keywords:
- vbaac10.chm14684
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.HelpContextId Property (Access)
+# WebBrowserControl.HelpContextId property (Access)
The **HelpContextID** property specifies the context ID of a topic in the custom Help file specified by the **HelpFile** property setting. Read/write **Long**.
## Syntax
- _expression_. `HelpContextId`
+_expression_. `HelpContextId`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.HorizontalAnchor.md b/api/Access.WebBrowserControl.HorizontalAnchor.md
index 09e6b3cabb2..3f170351734 100644
--- a/api/Access.WebBrowserControl.HorizontalAnchor.md
+++ b/api/Access.WebBrowserControl.HorizontalAnchor.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.HorizontalAnchor Property (Access)
+title: WebBrowserControl.HorizontalAnchor property (Access)
keywords: vbaac10.chm14402
f1_keywords:
- vbaac10.chm14402
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.HorizontalAnchor Property (Access)
+# WebBrowserControl.HorizontalAnchor property (Access)
Gets or sets an [AcHorizontalAnchor](Access.AcHorizontalAnchor.md) constant that indicates how the text box is anchored horizontally within its layout. Read/write.
## Syntax
- _expression_. `HorizontalAnchor`
+_expression_. `HorizontalAnchor`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Hyperlink.md b/api/Access.WebBrowserControl.Hyperlink.md
index 410b0f91f65..c7947b28d9f 100644
--- a/api/Access.WebBrowserControl.Hyperlink.md
+++ b/api/Access.WebBrowserControl.Hyperlink.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Hyperlink Property (Access)
+title: WebBrowserControl.Hyperlink property (Access)
keywords: vbaac10.chm14356
f1_keywords:
- vbaac10.chm14356
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Hyperlink Property (Access)
+# WebBrowserControl.Hyperlink property (Access)
You can use the **Hyperlink** property to return a reference to a **Hyperlink** object. You can use the **Hyperlink** property to access the properties and methods of a control's hyperlink. Read-only.
## Syntax
- _expression_. `Hyperlink`
+_expression_. `Hyperlink`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Example
diff --git a/api/Access.WebBrowserControl.InSelection.md b/api/Access.WebBrowserControl.InSelection.md
index 2356ac68bb6..e822dfa2694 100644
--- a/api/Access.WebBrowserControl.InSelection.md
+++ b/api/Access.WebBrowserControl.InSelection.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.InSelection Property (Access)
+title: WebBrowserControl.InSelection property (Access)
keywords: vbaac10.chm14529
f1_keywords:
- vbaac10.chm14529
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.InSelection Property (Access)
+# WebBrowserControl.InSelection property (Access)
You can use the **InSelection** property to determine or specify whether a control on a form in Design view is selected. Read/write **Boolean**.
## Syntax
- _expression_. `InSelection`
+_expression_. `InSelection`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.KeyDown.md b/api/Access.WebBrowserControl.KeyDown.md
index 37ba7be12ff..d599556a6fd 100644
--- a/api/Access.WebBrowserControl.KeyDown.md
+++ b/api/Access.WebBrowserControl.KeyDown.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.KeyDown Event (Access)
+title: WebBrowserControl.KeyDown event (Access)
keywords: vbaac10.chm143137
f1_keywords:
- vbaac10.chm143137
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.KeyDown Event (Access)
+# WebBrowserControl.KeyDown event (Access)
The **KeyDown** event occurs when the user presses a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyDown`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**||
| _Shift_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.KeyPress.md b/api/Access.WebBrowserControl.KeyPress.md
index a57a79b424b..632c6e14d2a 100644
--- a/api/Access.WebBrowserControl.KeyPress.md
+++ b/api/Access.WebBrowserControl.KeyPress.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.KeyPress Event (Access)
+title: WebBrowserControl.KeyPress event (Access)
keywords: vbaac10.chm143138
f1_keywords:
- vbaac10.chm143138
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.KeyPress Event (Access)
+# WebBrowserControl.KeyPress event (Access)
The **KeyPress** event occurs when the user presses and releases a key or key combination that corresponds to an ANSI code while a form or control has the focus. This event also occurs if you send an ANSI keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyPress`( ` _KeyAscii_`, )
+_expression_. `KeyPress`( ` _KeyAscii_`, )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.KeyUp.md b/api/Access.WebBrowserControl.KeyUp.md
index 3fe831f4574..cc01cb55492 100644
--- a/api/Access.WebBrowserControl.KeyUp.md
+++ b/api/Access.WebBrowserControl.KeyUp.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.KeyUp Event (Access)
+title: WebBrowserControl.KeyUp event (Access)
keywords: vbaac10.chm143139
f1_keywords:
- vbaac10.chm143139
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.KeyUp Event (Access)
+# WebBrowserControl.KeyUp event (Access)
The **KeyUp** event occurs when the user releases a key while a form or control has the focus. This event also occurs if you send a keystroke to a form or control by using the SendKeys action in a macro or the **SendKeys** statement in Visual Basic.
## Syntax
- _expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
+_expression_. `KeyUp`( ` _KeyCode_`, ` _Shift_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required|**Integer**||
| _Shift_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.Layout.md b/api/Access.WebBrowserControl.Layout.md
index e87562c336b..adc29187b45 100644
--- a/api/Access.WebBrowserControl.Layout.md
+++ b/api/Access.WebBrowserControl.Layout.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Layout Property (Access)
+title: WebBrowserControl.Layout property (Access)
keywords: vbaac10.chm14389
f1_keywords:
- vbaac10.chm14389
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Layout Property (Access)
+# WebBrowserControl.Layout property (Access)
Returns the type of layout for the specified text box. Read-only [AcLayoutType](Access.AcLayoutType.md).
## Syntax
- _expression_. `Layout`
+_expression_. `Layout`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## See also
diff --git a/api/Access.WebBrowserControl.LayoutID.md b/api/Access.WebBrowserControl.LayoutID.md
index bb208495667..ae6fc212681 100644
--- a/api/Access.WebBrowserControl.LayoutID.md
+++ b/api/Access.WebBrowserControl.LayoutID.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.LayoutID Property (Access)
+title: WebBrowserControl.LayoutID property (Access)
keywords: vbaac10.chm14412
f1_keywords:
- vbaac10.chm14412
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.LayoutID Property (Access)
+# WebBrowserControl.LayoutID property (Access)
Returns the unique identifier for the layout that contains the specified text box. Read-only **Long**.
## Syntax
- _expression_. `LayoutID`
+_expression_. `LayoutID`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Left.md b/api/Access.WebBrowserControl.Left.md
index 9a97f9b9078..d52988b3c9c 100644
--- a/api/Access.WebBrowserControl.Left.md
+++ b/api/Access.WebBrowserControl.Left.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Left Property (Access)
+title: WebBrowserControl.Left property (Access)
keywords: vbaac10.chm14370
f1_keywords:
- vbaac10.chm14370
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Left Property (Access)
+# WebBrowserControl.Left property (Access)
You can use the **Left** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Left`
+_expression_. `Left`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.LeftPadding.md b/api/Access.WebBrowserControl.LeftPadding.md
index 7696bf1844a..d5733f54611 100644
--- a/api/Access.WebBrowserControl.LeftPadding.md
+++ b/api/Access.WebBrowserControl.LeftPadding.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.LeftPadding Property (Access)
+title: WebBrowserControl.LeftPadding property (Access)
keywords: vbaac10.chm14390
f1_keywords:
- vbaac10.chm14390
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.LeftPadding Property (Access)
+# WebBrowserControl.LeftPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its left gridline. Read/write **Integer**.
## Syntax
- _expression_. `LeftPadding`
+_expression_. `LeftPadding`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## See also
diff --git a/api/Access.WebBrowserControl.LocationURL.md b/api/Access.WebBrowserControl.LocationURL.md
index 110b8987c75..d3d3efa5bae 100644
--- a/api/Access.WebBrowserControl.LocationURL.md
+++ b/api/Access.WebBrowserControl.LocationURL.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.LocationURL Property (Access)
+title: WebBrowserControl.LocationURL property (Access)
keywords: vbaac10.chm14368
f1_keywords:
- vbaac10.chm14368
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.LocationURL Property (Access)
+# WebBrowserControl.LocationURL property (Access)
Gets the Uniform Resource Locator (URL) of the current document. Read-only **String**.
## Syntax
- _expression_. `LocationURL`
+_expression_. `LocationURL`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## See also
diff --git a/api/Access.WebBrowserControl.LostFocus.md b/api/Access.WebBrowserControl.LostFocus.md
index 4db5d3a7c7a..c4b00273f00 100644
--- a/api/Access.WebBrowserControl.LostFocus.md
+++ b/api/Access.WebBrowserControl.LostFocus.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.LostFocus Event (Access)
+title: WebBrowserControl.LostFocus event (Access)
keywords: vbaac10.chm143131
f1_keywords:
- vbaac10.chm143131
@@ -11,19 +11,19 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.LostFocus Event (Access)
+# WebBrowserControl.LostFocus event (Access)
The **LostFocus** event occurs when the specified object loses the focus.
## Syntax
- _expression_. `LostFocus`
+_expression_. `LostFocus`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.MouseDown.md b/api/Access.WebBrowserControl.MouseDown.md
index a49012f535c..8d13bf268ed 100644
--- a/api/Access.WebBrowserControl.MouseDown.md
+++ b/api/Access.WebBrowserControl.MouseDown.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.MouseDown Event (Access)
+title: WebBrowserControl.MouseDown event (Access)
keywords: vbaac10.chm143134
f1_keywords:
- vbaac10.chm143134
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.MouseDown Event (Access)
+# WebBrowserControl.MouseDown event (Access)
The **MouseDown** event occurs when the user presses a mouse button.
## Syntax
- _expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseDown`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**||
| _Shift_|Required|**Integer**||
| _X_|Required|**Single**||
| _Y_|Required|**Single**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.MouseMove.md b/api/Access.WebBrowserControl.MouseMove.md
index a4700097b18..b4932ca0448 100644
--- a/api/Access.WebBrowserControl.MouseMove.md
+++ b/api/Access.WebBrowserControl.MouseMove.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.MouseMove Event (Access)
+title: WebBrowserControl.MouseMove event (Access)
keywords: vbaac10.chm143135
f1_keywords:
- vbaac10.chm143135
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.MouseMove Event (Access)
+# WebBrowserControl.MouseMove event (Access)
The **MouseMove** event occurs when the user moves the mouse.
## Syntax
- _expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseMove`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**||
| _Shift_|Required|**Integer**||
| _X_|Required|**Single**||
| _Y_|Required|**Single**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.MouseUp.md b/api/Access.WebBrowserControl.MouseUp.md
index 6ee0bb8f2de..74ce34b4420 100644
--- a/api/Access.WebBrowserControl.MouseUp.md
+++ b/api/Access.WebBrowserControl.MouseUp.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.MouseUp Event (Access)
+title: WebBrowserControl.MouseUp event (Access)
keywords: vbaac10.chm143136
f1_keywords:
- vbaac10.chm143136
@@ -11,30 +11,30 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.MouseUp Event (Access)
+# WebBrowserControl.MouseUp event (Access)
The **MouseUp** event occurs when the user releases a mouse button.
## Syntax
- _expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
+_expression_. `MouseUp`( ` _Button_`, ` _Shift_`, ` _X_`, ` _Y_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required|**Integer**||
| _Shift_|Required|**Integer**||
| _X_|Required|**Single**||
| _Y_|Required|**Single**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.Move.md b/api/Access.WebBrowserControl.Move.md
index 1973dc55e60..09ba7b725a0 100644
--- a/api/Access.WebBrowserControl.Move.md
+++ b/api/Access.WebBrowserControl.Move.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Move Method (Access)
+title: WebBrowserControl.Move method (Access)
keywords: vbaac10.chm14387
f1_keywords:
- vbaac10.chm14387
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Move Method (Access)
+# WebBrowserControl.Move method (Access)
Moves the specified object to the coordinates specified by the argument values.
## Syntax
- _expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
+_expression_. `Move`( ` _Left_`, ` _Top_`, ` _Width_`, ` _Height_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Variant**||
| _Top_|Optional|**Variant**||
diff --git a/api/Access.WebBrowserControl.Name.md b/api/Access.WebBrowserControl.Name.md
index dc7989a1fa1..cc0e59bfc9c 100644
--- a/api/Access.WebBrowserControl.Name.md
+++ b/api/Access.WebBrowserControl.Name.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Name Property (Access)
+title: WebBrowserControl.Name property (Access)
keywords: vbaac10.chm14386
f1_keywords:
- vbaac10.chm14386
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Name Property (Access)
+# WebBrowserControl.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.NavigateError.md b/api/Access.WebBrowserControl.NavigateError.md
index b8610dac958..5d15bbc2c07 100644
--- a/api/Access.WebBrowserControl.NavigateError.md
+++ b/api/Access.WebBrowserControl.NavigateError.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.NavigateError Event (Access)
+title: WebBrowserControl.NavigateError event (Access)
keywords: vbaac10.chm143143
f1_keywords:
- vbaac10.chm143143
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.NavigateError Event (Access)
+# WebBrowserControl.NavigateError event (Access)
Occurs when an error occurs during navigation.
## Syntax
- _expression_. `NavigateError`( ` _pDisp_`, ` _URL_`, ` _TargetFrameName_`, ` _StatusCode_`, ` _Cancel_` )
+_expression_. `NavigateError`( ` _pDisp_`, ` _URL_`, ` _TargetFrameName_`, ` _StatusCode_`, ` _Cancel_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pDisp_|Required|**Object**|A pointer to an **IDispatch** interface for the WebBrowser object that represents the window or frame in which the navigation error occurred.|
| _URL_|Required|**Variant**|Contains the URL for which navigation failed.|
@@ -35,7 +35,7 @@ Occurs when an error occurs during navigation.
| _StatusCode_|Required|**Variant**|Contains an error status code, if available.|
| _Cancel_|Required|**Boolean**|Specifies whether to cancel the navigation to an error page or to any further autosearch.|
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.Object.md b/api/Access.WebBrowserControl.Object.md
index ce2514ecf1d..376550bc3d0 100644
--- a/api/Access.WebBrowserControl.Object.md
+++ b/api/Access.WebBrowserControl.Object.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Object Property (Access)
+title: WebBrowserControl.Object property (Access)
keywords: vbaac10.chm14369
f1_keywords:
- vbaac10.chm14369
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Object Property (Access)
+# WebBrowserControl.Object property (Access)
You can use the **Object** property in Visual Basic to return a reference to the ActiveX object that is associated with a linked or embedded OLE object in a control. By using this reference, you can access the properties or invoke the methods of the OLE object. Read-only **Object**.
## Syntax
- _expression_. `Object`
+_expression_. `Object`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.OldValue.md b/api/Access.WebBrowserControl.OldValue.md
index bed87625e4f..3da02c877a6 100644
--- a/api/Access.WebBrowserControl.OldValue.md
+++ b/api/Access.WebBrowserControl.OldValue.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OldValue Property (Access)
+title: WebBrowserControl.OldValue property (Access)
keywords: vbaac10.chm14350
f1_keywords:
- vbaac10.chm14350
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OldValue Property (Access)
+# WebBrowserControl.OldValue property (Access)
You can use the **OldValue** property to determine the unedited value of a bound control. Read-only **Variant**.
## Syntax
- _expression_. `OldValue`
+_expression_. `OldValue`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.OnBeforeNavigate.md b/api/Access.WebBrowserControl.OnBeforeNavigate.md
index a501e9e123c..35af8a0d033 100644
--- a/api/Access.WebBrowserControl.OnBeforeNavigate.md
+++ b/api/Access.WebBrowserControl.OnBeforeNavigate.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnBeforeNavigate Property (Access)
+title: WebBrowserControl.OnBeforeNavigate property (Access)
keywords: vbaac10.chm14413
f1_keywords:
- vbaac10.chm14413
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnBeforeNavigate Property (Access)
+# WebBrowserControl.OnBeforeNavigate property (Access)
Gets or sets the value of the **On Before Navigate** box in the property sheet os a Web Browser control. Read/write **String**.
## Syntax
- _expression_. `OnBeforeNavigate`
+_expression_. `OnBeforeNavigate`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.OnDocumentComplete.md b/api/Access.WebBrowserControl.OnDocumentComplete.md
index af3c3b90e6b..1c50dac1a76 100644
--- a/api/Access.WebBrowserControl.OnDocumentComplete.md
+++ b/api/Access.WebBrowserControl.OnDocumentComplete.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnDocumentComplete Property (Access)
+title: WebBrowserControl.OnDocumentComplete property (Access)
keywords: vbaac10.chm14414
f1_keywords:
- vbaac10.chm14414
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnDocumentComplete Property (Access)
+# WebBrowserControl.OnDocumentComplete property (Access)
Gets or sets the value of the **On Document Complete** box in the property sheet os a Web Browser control. Read/write **String**.
## Syntax
- _expression_. `OnDocumentComplete`
+_expression_. `OnDocumentComplete`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.OnKeyDown.md b/api/Access.WebBrowserControl.OnKeyDown.md
index 9c33df0b5d2..2de74eddc57 100644
--- a/api/Access.WebBrowserControl.OnKeyDown.md
+++ b/api/Access.WebBrowserControl.OnKeyDown.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnKeyDown Property (Access)
+title: WebBrowserControl.OnKeyDown property (Access)
keywords: vbaac10.chm14383
f1_keywords:
- vbaac10.chm14383
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnKeyDown Property (Access)
+# WebBrowserControl.OnKeyDown property (Access)
Sets or returns the value of the **On Key Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyDown`
+_expression_. `OnKeyDown`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyDown** event occurs when a user presses a key while a form or control
The **OnKeyDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.WebBrowserControl.OnKeyPress.md b/api/Access.WebBrowserControl.OnKeyPress.md
index 810c752a226..c66ad6ed96e 100644
--- a/api/Access.WebBrowserControl.OnKeyPress.md
+++ b/api/Access.WebBrowserControl.OnKeyPress.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnKeyPress Property (Access)
+title: WebBrowserControl.OnKeyPress property (Access)
keywords: vbaac10.chm14385
f1_keywords:
- vbaac10.chm14385
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnKeyPress Property (Access)
+# WebBrowserControl.OnKeyPress property (Access)
Sets or returns the value of the **On Key Press** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyPress`
+_expression_. `OnKeyPress`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyPress** event occurs when a user presses a key while a form or control
The **OnKeyPress** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Press** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.WebBrowserControl.OnKeyUp.md b/api/Access.WebBrowserControl.OnKeyUp.md
index 387cb1daa18..5eabc408142 100644
--- a/api/Access.WebBrowserControl.OnKeyUp.md
+++ b/api/Access.WebBrowserControl.OnKeyUp.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnKeyUp Property (Access)
+title: WebBrowserControl.OnKeyUp property (Access)
keywords: vbaac10.chm14384
f1_keywords:
- vbaac10.chm14384
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnKeyUp Property (Access)
+# WebBrowserControl.OnKeyUp property (Access)
Sets or returns the value of the **On Key Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnKeyUp`
+_expression_. `OnKeyUp`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **KeyUp** event occurs when a user presses a key while a form or control ha
The **OnKeyUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Key Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_ ", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_ ", where_expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.WebBrowserControl.OnMouseDown.md b/api/Access.WebBrowserControl.OnMouseDown.md
index 07a39926686..bb732f693b7 100644
--- a/api/Access.WebBrowserControl.OnMouseDown.md
+++ b/api/Access.WebBrowserControl.OnMouseDown.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnMouseDown Property (Access)
+title: WebBrowserControl.OnMouseDown property (Access)
keywords: vbaac10.chm14380
f1_keywords:
- vbaac10.chm14380
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnMouseDown Property (Access)
+# WebBrowserControl.OnMouseDown property (Access)
Sets or returns the value of the **On Mouse Down** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseDown`
+_expression_. `OnMouseDown`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseDown** event occurs when the user clicks the mouse button while the
The **OnMouseDown** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Down** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.WebBrowserControl.OnMouseMove.md b/api/Access.WebBrowserControl.OnMouseMove.md
index 95d6f8516a4..0335f4bf2d2 100644
--- a/api/Access.WebBrowserControl.OnMouseMove.md
+++ b/api/Access.WebBrowserControl.OnMouseMove.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnMouseMove Property (Access)
+title: WebBrowserControl.OnMouseMove property (Access)
keywords: vbaac10.chm14381
f1_keywords:
- vbaac10.chm14381
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnMouseMove Property (Access)
+# WebBrowserControl.OnMouseMove property (Access)
Sets or returns the value of the **On Mouse Move** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseMove`
+_expression_. `OnMouseMove`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseMove** event occurs when the user moves the mouse over the object.
The **OnMouseMove** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Move** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.WebBrowserControl.OnMouseUp.md b/api/Access.WebBrowserControl.OnMouseUp.md
index d5bf026772a..557a7440315 100644
--- a/api/Access.WebBrowserControl.OnMouseUp.md
+++ b/api/Access.WebBrowserControl.OnMouseUp.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnMouseUp Property (Access)
+title: WebBrowserControl.OnMouseUp property (Access)
keywords: vbaac10.chm14382
f1_keywords:
- vbaac10.chm14382
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnMouseUp Property (Access)
+# WebBrowserControl.OnMouseUp property (Access)
Sets or returns the value of the **On Mouse Up** box in the **Properties** window. Read/write **String**.
## Syntax
- _expression_. `OnMouseUp`
+_expression_. `OnMouseUp`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
@@ -32,7 +32,7 @@ The **MouseUp** event occurs when the user releases a mouse button.
The **OnMouseUp** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Mouse Up** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.WebBrowserControl.OnNavigateError.md b/api/Access.WebBrowserControl.OnNavigateError.md
index ce95eb23920..66ec7f41824 100644
--- a/api/Access.WebBrowserControl.OnNavigateError.md
+++ b/api/Access.WebBrowserControl.OnNavigateError.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnNavigateError Property (Access)
+title: WebBrowserControl.OnNavigateError property (Access)
keywords: vbaac10.chm14415,vbaac10.chm5906
f1_keywords:
- vbaac10.chm14415,vbaac10.chm5906
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnNavigateError Property (Access)
+# WebBrowserControl.OnNavigateError property (Access)
Gets or sets the value of the **On Navigate Error** box in the property sheet os a Web Browser control. Read/write **String**.
## Syntax
- _expression_. `OnNavigateError`
+_expression_. `OnNavigateError`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.OnProgressChange.md b/api/Access.WebBrowserControl.OnProgressChange.md
index 96ef2e91ebc..d4744dfbbe9 100644
--- a/api/Access.WebBrowserControl.OnProgressChange.md
+++ b/api/Access.WebBrowserControl.OnProgressChange.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnProgressChange Property (Access)
+title: WebBrowserControl.OnProgressChange property (Access)
keywords: vbaac10.chm14416
f1_keywords:
- vbaac10.chm14416
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnProgressChange Property (Access)
+# WebBrowserControl.OnProgressChange property (Access)
Gets or sets the value of the **On Progress Change** box in the property sheet os a Web Browser control. Read/write **String**.
## Syntax
- _expression_. `OnProgressChange`
+_expression_. `OnProgressChange`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.OnUpdated.md b/api/Access.WebBrowserControl.OnUpdated.md
index 66020dd41af..3a15dedbdb9 100644
--- a/api/Access.WebBrowserControl.OnUpdated.md
+++ b/api/Access.WebBrowserControl.OnUpdated.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.OnUpdated Property (Access)
+title: WebBrowserControl.OnUpdated property (Access)
keywords: vbaac10.chm14417
f1_keywords:
- vbaac10.chm14417
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.OnUpdated Property (Access)
+# WebBrowserControl.OnUpdated property (Access)
Sets or returns the value of the **On Updated** box in the **Properties** window of a form or report. Read/write **String**.
## Syntax
- _expression_. `OnUpdated`
+_expression_. `OnUpdated`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
@@ -30,7 +30,7 @@ This property is helpful for programmatically changing the action Microsoft Acce
The **OnUpdated** value will be one of the following, depending on the selection chosen in the **Choose Builder** window (accessed by clicking the **Build** button next to the **On Updated** box in the object's **Properties** window):
-- If Expression Builder is chosen, the value will be "= _expression_", where _expression_ is the expression from the Expression Builder window.
+- If Expression Builder is chosen, the value will be "=_expression_", where _expression_ is the expression from the Expression Builder window.
- If Macro Builder is chosen, the value is the name of the macro.
diff --git a/api/Access.WebBrowserControl.Parent.md b/api/Access.WebBrowserControl.Parent.md
index 9167361ed7b..2f400b6b901 100644
--- a/api/Access.WebBrowserControl.Parent.md
+++ b/api/Access.WebBrowserControl.Parent.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Parent Property (Access)
+title: WebBrowserControl.Parent property (Access)
keywords: vbaac10.chm14348
f1_keywords:
- vbaac10.chm14348
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Parent Property (Access)
+# WebBrowserControl.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## See also
diff --git a/api/Access.WebBrowserControl.Progress.md b/api/Access.WebBrowserControl.Progress.md
index 6d2c60a12c6..15f385afce2 100644
--- a/api/Access.WebBrowserControl.Progress.md
+++ b/api/Access.WebBrowserControl.Progress.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Progress Property (Access)
+title: WebBrowserControl.Progress property (Access)
keywords: vbaac10.chm14363
f1_keywords:
- vbaac10.chm14363
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Progress Property (Access)
+# WebBrowserControl.Progress property (Access)
Specifies the amount of total progress of a download operation. Read-only **Long**.
## Syntax
- _expression_. `Progress`
+_expression_. `Progress`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.ProgressChange.md b/api/Access.WebBrowserControl.ProgressChange.md
index fd6aae5cb6f..16e514a47d3 100644
--- a/api/Access.WebBrowserControl.ProgressChange.md
+++ b/api/Access.WebBrowserControl.ProgressChange.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.ProgressChange Event (Access)
+title: WebBrowserControl.ProgressChange event (Access)
keywords: vbaac10.chm143142
f1_keywords:
- vbaac10.chm143142
@@ -11,28 +11,28 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.ProgressChange Event (Access)
+# WebBrowserControl.ProgressChange event (Access)
Occurs when the progress of a download operation is updated.
## Syntax
- _expression_. `ProgressChange`( ` _Progress_`, ` _ProgressMax_` )
+_expression_. `ProgressChange`( ` _Progress_`, ` _ProgressMax_` )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Progress_|Required|**Long**|Specifies the amount of total progress to show, or -1 when progress is complete.|
| _ProgressMax_|Required|**Long**|Specifies the maximum progress value. |
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.Properties.md b/api/Access.WebBrowserControl.Properties.md
index 2fa4652d6f7..2def179f785 100644
--- a/api/Access.WebBrowserControl.Properties.md
+++ b/api/Access.WebBrowserControl.Properties.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Properties Property (Access)
+title: WebBrowserControl.Properties property (Access)
keywords: vbaac10.chm14351
f1_keywords:
- vbaac10.chm14351
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Properties Property (Access)
+# WebBrowserControl.Properties property (Access)
Returns a reference to a control's[Properties](Access.Properties.md)collection object. Read-only.
## Syntax
- _expression_. `Properties`
+_expression_. `Properties`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.ReadyState.md b/api/Access.WebBrowserControl.ReadyState.md
index 29d437ef5d8..6538706b478 100644
--- a/api/Access.WebBrowserControl.ReadyState.md
+++ b/api/Access.WebBrowserControl.ReadyState.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.ReadyState Property (Access)
+title: WebBrowserControl.ReadyState property (Access)
keywords: vbaac10.chm14362
f1_keywords:
- vbaac10.chm14362
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.ReadyState Property (Access)
+# WebBrowserControl.ReadyState property (Access)
Gets the status of the specified Web Browser control. Read-only [AcWebBrowserState](Access.AcWebBrowserState.md).
## Syntax
- _expression_. `ReadyState`
+_expression_. `ReadyState`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Requery.md b/api/Access.WebBrowserControl.Requery.md
index 723c5f437b4..fee27498b00 100644
--- a/api/Access.WebBrowserControl.Requery.md
+++ b/api/Access.WebBrowserControl.Requery.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Requery Method (Access)
+title: WebBrowserControl.Requery method (Access)
keywords: vbaac10.chm14353
f1_keywords:
- vbaac10.chm14353
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Requery Method (Access)
+# WebBrowserControl.Requery method (Access)
The **Requery** method updates the data underlying a specified control that's on the active form by requerying the source of data for the control.
## Syntax
- _expression_. `Requery`
+_expression_. `Requery`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.RightPadding.md b/api/Access.WebBrowserControl.RightPadding.md
index c676f2a0be9..5e4a9c4f3d1 100644
--- a/api/Access.WebBrowserControl.RightPadding.md
+++ b/api/Access.WebBrowserControl.RightPadding.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.RightPadding Property (Access)
+title: WebBrowserControl.RightPadding property (Access)
keywords: vbaac10.chm14392
f1_keywords:
- vbaac10.chm14392
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.RightPadding Property (Access)
+# WebBrowserControl.RightPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its right gridline. Read/write **Integer**.
## Syntax
- _expression_. `RightPadding`
+_expression_. `RightPadding`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## See also
diff --git a/api/Access.WebBrowserControl.ScrollBars.md b/api/Access.WebBrowserControl.ScrollBars.md
index 396e5a37b2b..43df96e1902 100644
--- a/api/Access.WebBrowserControl.ScrollBars.md
+++ b/api/Access.WebBrowserControl.ScrollBars.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.ScrollBars Property (Access)
+title: WebBrowserControl.ScrollBars property (Access)
keywords: vbaac10.chm14364
f1_keywords:
- vbaac10.chm14364
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.ScrollBars Property (Access)
+# WebBrowserControl.ScrollBars property (Access)
You can use the **ScrollBars** property to specify whether scroll bars appear on a text box control. Read/write **Byte**.
## Syntax
- _expression_. `ScrollBars`
+_expression_. `ScrollBars`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.ScrollLeft.md b/api/Access.WebBrowserControl.ScrollLeft.md
index 3fcd6a4575e..0cc492a56fd 100644
--- a/api/Access.WebBrowserControl.ScrollLeft.md
+++ b/api/Access.WebBrowserControl.ScrollLeft.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.ScrollLeft Property (Access)
+title: WebBrowserControl.ScrollLeft property (Access)
keywords: vbaac10.chm14366
f1_keywords:
- vbaac10.chm14366
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.ScrollLeft Property (Access)
+# WebBrowserControl.ScrollLeft property (Access)
Gets or sets the distance, in pixels, between the left edge of the **WebBrowser** object and the leftmost portion of the content currently visible in the control. Read/write **Long**.
## Syntax
- _expression_. `ScrollLeft`
+_expression_. `ScrollLeft`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.ScrollTop.md b/api/Access.WebBrowserControl.ScrollTop.md
index 888971b491d..14180b78ab9 100644
--- a/api/Access.WebBrowserControl.ScrollTop.md
+++ b/api/Access.WebBrowserControl.ScrollTop.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.ScrollTop Property (Access)
+title: WebBrowserControl.ScrollTop property (Access)
keywords: vbaac10.chm14365,vbaac10.chm5909
f1_keywords:
- vbaac10.chm14365,vbaac10.chm5909
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.ScrollTop Property (Access)
+# WebBrowserControl.ScrollTop property (Access)
Gets or sets the distance, in pixels, between the top edge of the **WebBrowser** object and the topmost portion of the content currently visible in the control. Read/write **Long**.
## Syntax
- _expression_. `ScrollTop`
+_expression_. `ScrollTop`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Section.md b/api/Access.WebBrowserControl.Section.md
index 4e643cb0fb0..f062d3f7b0a 100644
--- a/api/Access.WebBrowserControl.Section.md
+++ b/api/Access.WebBrowserControl.Section.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Section Property (Access)
+title: WebBrowserControl.Section property (Access)
keywords: vbaac10.chm14379
f1_keywords:
- vbaac10.chm14379
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Section Property (Access)
+# WebBrowserControl.Section property (Access)
You can identify these controls by the section of a form or report where the control appears. Read/write **Integer**.
## Syntax
- _expression_. `Section`
+_expression_. `Section`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.SetFocus.md b/api/Access.WebBrowserControl.SetFocus.md
index 9424175634c..be8bf2e88c9 100644
--- a/api/Access.WebBrowserControl.SetFocus.md
+++ b/api/Access.WebBrowserControl.SetFocus.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.SetFocus Method (Access)
+title: WebBrowserControl.SetFocus method (Access)
keywords: vbaac10.chm14354
f1_keywords:
- vbaac10.chm14354
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.SetFocus Method (Access)
+# WebBrowserControl.SetFocus method (Access)
The **SetFocus** method moves the focus to the specified form, the specified control on the active form, or the specified field on the active datasheet.
## Syntax
- _expression_. `SetFocus`
+_expression_. `SetFocus`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.SizeToFit.md b/api/Access.WebBrowserControl.SizeToFit.md
index f234be07573..8aa4d5be09a 100644
--- a/api/Access.WebBrowserControl.SizeToFit.md
+++ b/api/Access.WebBrowserControl.SizeToFit.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.SizeToFit Method (Access)
+title: WebBrowserControl.SizeToFit method (Access)
keywords: vbaac10.chm14352
f1_keywords:
- vbaac10.chm14352
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.SizeToFit Method (Access)
+# WebBrowserControl.SizeToFit method (Access)
You can use the **SizeToFit** method to size a control so it fits the text or image that it contains.
## Syntax
- _expression_. `SizeToFit`
+_expression_. `SizeToFit`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.SpecialEffect.md b/api/Access.WebBrowserControl.SpecialEffect.md
index 1eed615b36f..7166d828976 100644
--- a/api/Access.WebBrowserControl.SpecialEffect.md
+++ b/api/Access.WebBrowserControl.SpecialEffect.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.SpecialEffect Property (Access)
+title: WebBrowserControl.SpecialEffect property (Access)
keywords: vbaac10.chm14374
f1_keywords:
- vbaac10.chm14374
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.SpecialEffect Property (Access)
+# WebBrowserControl.SpecialEffect property (Access)
You can use the **SpecialEffect** property to specify whether special formatting will apply to the specified object. Read/write **Byte**.
## Syntax
- _expression_. `SpecialEffect`
+_expression_. `SpecialEffect`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.StatusBarText.md b/api/Access.WebBrowserControl.StatusBarText.md
index fae3c48e549..6a540deaec4 100644
--- a/api/Access.WebBrowserControl.StatusBarText.md
+++ b/api/Access.WebBrowserControl.StatusBarText.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.StatusBarText Property (Access)
+title: WebBrowserControl.StatusBarText property (Access)
keywords: vbaac10.chm14681
f1_keywords:
- vbaac10.chm14681
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.StatusBarText Property (Access)
+# WebBrowserControl.StatusBarText property (Access)
You can use the **StatusBarText** property to specify the text that is displayed in the status bar when a control is selected. Read/write **String**.
## Syntax
- _expression_. `StatusBarText`
+_expression_. `StatusBarText`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.TabIndex.md b/api/Access.WebBrowserControl.TabIndex.md
index 5561561416f..6083ad9af97 100644
--- a/api/Access.WebBrowserControl.TabIndex.md
+++ b/api/Access.WebBrowserControl.TabIndex.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.TabIndex Property (Access)
+title: WebBrowserControl.TabIndex property (Access)
keywords: vbaac10.chm143146
f1_keywords:
- vbaac10.chm143146
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.TabIndex Property (Access)
+# WebBrowserControl.TabIndex property (Access)
You can use the **TabIndex** property to specify a control's place in the tab order on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `TabIndex`
+_expression_. `TabIndex`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.TabStop.md b/api/Access.WebBrowserControl.TabStop.md
index 816c0f9a10c..18c1457deb0 100644
--- a/api/Access.WebBrowserControl.TabStop.md
+++ b/api/Access.WebBrowserControl.TabStop.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.TabStop Property (Access)
+title: WebBrowserControl.TabStop property (Access)
keywords: vbaac10.chm143145
f1_keywords:
- vbaac10.chm143145
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.TabStop Property (Access)
+# WebBrowserControl.TabStop property (Access)
You can use the **TabStop** property to specify whether you can use the TAB key to move the focus to a control. Read/write **Boolean**.
## Syntax
- _expression_. `TabStop`
+_expression_. `TabStop`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Tag.md b/api/Access.WebBrowserControl.Tag.md
index 5d6789f3fa6..5c01ec9bf94 100644
--- a/api/Access.WebBrowserControl.Tag.md
+++ b/api/Access.WebBrowserControl.Tag.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Tag Property (Access)
+title: WebBrowserControl.Tag property (Access)
keywords: vbaac10.chm14685
f1_keywords:
- vbaac10.chm14685
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Tag Property (Access)
+# WebBrowserControl.Tag property (Access)
Stores extra information about a form, report, section, or control needed by a Microsoft Access application. Read/write **String**.
## Syntax
- _expression_. `Tag`
+_expression_. `Tag`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Top.md b/api/Access.WebBrowserControl.Top.md
index ae77fa7f186..21646fbfe7c 100644
--- a/api/Access.WebBrowserControl.Top.md
+++ b/api/Access.WebBrowserControl.Top.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Top Property (Access)
+title: WebBrowserControl.Top property (Access)
keywords: vbaac10.chm14371
f1_keywords:
- vbaac10.chm14371
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Top Property (Access)
+# WebBrowserControl.Top property (Access)
You can use the **Top** property to specify an object's location on a form or report. Read/write **Integer**.
## Syntax
- _expression_. `Top`
+_expression_. `Top`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.TopPadding.md b/api/Access.WebBrowserControl.TopPadding.md
index 9b609c4321d..425f8bc7a07 100644
--- a/api/Access.WebBrowserControl.TopPadding.md
+++ b/api/Access.WebBrowserControl.TopPadding.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.TopPadding Property (Access)
+title: WebBrowserControl.TopPadding property (Access)
keywords: vbaac10.chm14391
f1_keywords:
- vbaac10.chm14391
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.TopPadding Property (Access)
+# WebBrowserControl.TopPadding property (Access)
Gets or sets the amount of space (in inches) between the text box and its top gridline. Read/write **Integer**.
## Syntax
- _expression_. `TopPadding`
+_expression_. `TopPadding`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## See also
diff --git a/api/Access.WebBrowserControl.Transform.md b/api/Access.WebBrowserControl.Transform.md
index cbea8b7822c..3d6b2b1065e 100644
--- a/api/Access.WebBrowserControl.Transform.md
+++ b/api/Access.WebBrowserControl.Transform.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Transform Property (Access)
+title: WebBrowserControl.Transform property (Access)
keywords: vbaac10.chm14367,vbaac10.chm5911
f1_keywords:
- vbaac10.chm14367,vbaac10.chm5911
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Transform Property (Access)
+# WebBrowserControl.Transform property (Access)
Read/write
## Syntax
- _expression_. `Transform`
+_expression_. `Transform`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## See also
diff --git a/api/Access.WebBrowserControl.Undo.md b/api/Access.WebBrowserControl.Undo.md
index b854df6f5e1..a72ff8f1443 100644
--- a/api/Access.WebBrowserControl.Undo.md
+++ b/api/Access.WebBrowserControl.Undo.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Undo Method (Access)
+title: WebBrowserControl.Undo method (Access)
keywords: vbaac10.chm14349
f1_keywords:
- vbaac10.chm14349
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Undo Method (Access)
+# WebBrowserControl.Undo method (Access)
You can use the **Undo** method to reset a control or form when its value has been changed.
## Syntax
- _expression_. `Undo`
+_expression_. `Undo`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Updated.md b/api/Access.WebBrowserControl.Updated.md
index 86064cefa49..3af272cde9d 100644
--- a/api/Access.WebBrowserControl.Updated.md
+++ b/api/Access.WebBrowserControl.Updated.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Updated Event (Access)
+title: WebBrowserControl.Updated event (Access)
keywords: vbaac10.chm143123
f1_keywords:
- vbaac10.chm143123
@@ -11,27 +11,27 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Updated Event (Access)
+# WebBrowserControl.Updated event (Access)
The **Updated** event occurs when an OLE object's data has been modified.
## Syntax
- _expression_. `Updated`( ` _Code_`, )
+_expression_. `Updated`( ` _Code_`, )
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Code_|Required|**Integer**||
-### Return Value
+### Return value
nothing
diff --git a/api/Access.WebBrowserControl.Value.md b/api/Access.WebBrowserControl.Value.md
index 38b7c025cb1..06906e86c04 100644
--- a/api/Access.WebBrowserControl.Value.md
+++ b/api/Access.WebBrowserControl.Value.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Value Property (Access)
+title: WebBrowserControl.Value property (Access)
keywords: vbaac10.chm14358
f1_keywords:
- vbaac10.chm14358
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Value Property (Access)
+# WebBrowserControl.Value property (Access)
Determines or specifies the text in the text box. Read/write **Variant**.
## Syntax
- _expression_. `Value`
+_expression_. `Value`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.VerticalAnchor.md b/api/Access.WebBrowserControl.VerticalAnchor.md
index c5688374336..512fb2a2458 100644
--- a/api/Access.WebBrowserControl.VerticalAnchor.md
+++ b/api/Access.WebBrowserControl.VerticalAnchor.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.VerticalAnchor Property (Access)
+title: WebBrowserControl.VerticalAnchor property (Access)
keywords: vbaac10.chm14403
f1_keywords:
- vbaac10.chm14403
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.VerticalAnchor Property (Access)
+# WebBrowserControl.VerticalAnchor property (Access)
Gets or sets an [AcVerticalAnchor](Access.AcVerticalAnchor.md) constant that indicates how the specified text box is anchored vertically within its layout. Read/write.
## Syntax
- _expression_. `VerticalAnchor`
+_expression_. `VerticalAnchor`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Visible.md b/api/Access.WebBrowserControl.Visible.md
index 5a767414801..11e0b3f4ce9 100644
--- a/api/Access.WebBrowserControl.Visible.md
+++ b/api/Access.WebBrowserControl.Visible.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Visible Property (Access)
+title: WebBrowserControl.Visible property (Access)
keywords: vbaac10.chm14528
f1_keywords:
- vbaac10.chm14528
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Visible Property (Access)
+# WebBrowserControl.Visible property (Access)
Returns or sets whether the object is visible. Read/write **Boolean**.
## Syntax
- _expression_. `Visible`
+_expression_. `Visible`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.Width.md b/api/Access.WebBrowserControl.Width.md
index 028172a4f2b..2355a9ea6b8 100644
--- a/api/Access.WebBrowserControl.Width.md
+++ b/api/Access.WebBrowserControl.Width.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl.Width Property (Access)
+title: WebBrowserControl.Width property (Access)
keywords: vbaac10.chm14372
f1_keywords:
- vbaac10.chm14372
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebBrowserControl.Width Property (Access)
+# WebBrowserControl.Width property (Access)
Gets or sets the width of the specified object in twips. Read/write **Integer**.
## Syntax
- _expression_. `Width`
+_expression_. `Width`
- _expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
+_expression_ A variable that represents a [WebBrowserControl](Access.WebBrowserControl.md) object.
## Remarks
diff --git a/api/Access.WebBrowserControl.md b/api/Access.WebBrowserControl.md
index 08e83617deb..f31f5fb1a33 100644
--- a/api/Access.WebBrowserControl.md
+++ b/api/Access.WebBrowserControl.md
@@ -1,5 +1,5 @@
---
-title: WebBrowserControl Object (Access)
+title: WebBrowserControl object (Access)
keywords: vbaac10.chm14346
f1_keywords:
- vbaac10.chm14346
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# WebBrowserControl Object (Access)
+# WebBrowserControl object (Access)
Represents a Web browser control on a form.
diff --git a/api/Access.WebService.Entities.md b/api/Access.WebService.Entities.md
index c3945ad8a37..e9d8f4ce96a 100644
--- a/api/Access.WebService.Entities.md
+++ b/api/Access.WebService.Entities.md
@@ -1,5 +1,5 @@
---
-title: WebService.Entities Property (Access)
+title: WebService.Entities property (Access)
keywords: vbaac10.chm14559
f1_keywords:
- vbaac10.chm14559
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebService.Entities Property (Access)
+# WebService.Entities property (Access)
Gets the collection of entities defined for the specified Data Service data connection. Read-only [Entities](Access.WebService.Entities.md).
## Syntax
- _expression_. `Entities`
+_expression_. `Entities`
- _expression_ A variable that represents a [WebService](Access.WebService.md) object.
+_expression_ A variable that represents a [WebService](Access.WebService.md) object.
## See also
diff --git a/api/Access.WebService.Name.md b/api/Access.WebService.Name.md
index a89083e429a..9a7630a6d50 100644
--- a/api/Access.WebService.Name.md
+++ b/api/Access.WebService.Name.md
@@ -1,5 +1,5 @@
---
-title: WebService.Name Property (Access)
+title: WebService.Name property (Access)
keywords: vbaac10.chm14558
f1_keywords:
- vbaac10.chm14558
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebService.Name Property (Access)
+# WebService.Name property (Access)
You can use the **Name** property to specify or determine the string expression that identifies the name of an object. Read/write **String**.
## Syntax
- _expression_. `Name`
+_expression_. `Name`
- _expression_ A variable that represents a [WebService](Access.WebService.md) object.
+_expression_ A variable that represents a [WebService](Access.WebService.md) object.
## Remarks
diff --git a/api/Access.WebService.Parent.md b/api/Access.WebService.Parent.md
index cc50b1d0b21..23e6c2aa998 100644
--- a/api/Access.WebService.Parent.md
+++ b/api/Access.WebService.Parent.md
@@ -1,5 +1,5 @@
---
-title: WebService.Parent Property (Access)
+title: WebService.Parent property (Access)
keywords: vbaac10.chm14557
f1_keywords:
- vbaac10.chm14557
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebService.Parent Property (Access)
+# WebService.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [WebService](Access.WebService.md) object.
+_expression_ A variable that represents a [WebService](Access.WebService.md) object.
## See also
diff --git a/api/Access.WebService.md b/api/Access.WebService.md
index 8a796c35fd5..6e47e823503 100644
--- a/api/Access.WebService.md
+++ b/api/Access.WebService.md
@@ -1,5 +1,5 @@
---
-title: WebService Object (Access)
+title: WebService object (Access)
keywords: vbaac10.chm14556
f1_keywords:
- vbaac10.chm14556
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# WebService Object (Access)
+# WebService object (Access)
Represents a Data Service data connection.
diff --git a/api/Access.WebServices.Application.md b/api/Access.WebServices.Application.md
index b6ad6b65b3d..fe7db294cde 100644
--- a/api/Access.WebServices.Application.md
+++ b/api/Access.WebServices.Application.md
@@ -1,5 +1,5 @@
---
-title: WebServices.Application Property (Access)
+title: WebServices.Application property (Access)
keywords: vbaac10.chm14551
f1_keywords:
- vbaac10.chm14551
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebServices.Application Property (Access)
+# WebServices.Application property (Access)
You can use the **Application** property to access the active Microsoft Access[Application](Access.Application.md)object and its related properties. Read-only **Application** object.
## Syntax
- _expression_. `Application`
+_expression_. `Application`
- _expression_ A variable that represents a [WebServices](Access.WebServices.md) object.
+_expression_ A variable that represents a [WebServices](Access.WebServices.md) object.
## Remarks
diff --git a/api/Access.WebServices.Count.md b/api/Access.WebServices.Count.md
index d0a4457b955..1c04b313c80 100644
--- a/api/Access.WebServices.Count.md
+++ b/api/Access.WebServices.Count.md
@@ -1,5 +1,5 @@
---
-title: WebServices.Count Property (Access)
+title: WebServices.Count property (Access)
keywords: vbaac10.chm14554
f1_keywords:
- vbaac10.chm14554
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebServices.Count Property (Access)
+# WebServices.Count property (Access)
You can use the **Count** property to determine the number of items in a specified collection. Read-only **Long**.
## Syntax
- _expression_. `Count`
+_expression_. `Count`
- _expression_ A variable that represents a [WebServices](Access.WebServices.md) object.
+_expression_ A variable that represents a [WebServices](Access.WebServices.md) object.
## See also
diff --git a/api/Access.WebServices.Item.md b/api/Access.WebServices.Item.md
index 891e9698ce1..d845aa1cb07 100644
--- a/api/Access.WebServices.Item.md
+++ b/api/Access.WebServices.Item.md
@@ -1,5 +1,5 @@
---
-title: WebServices.Item Property (Access)
+title: WebServices.Item property (Access)
keywords: vbaac10.chm14553
f1_keywords:
- vbaac10.chm14553
@@ -11,23 +11,23 @@ ms.date: 06/08/2017
---
-# WebServices.Item Property (Access)
+# WebServices.Item property (Access)
The **Item** property returns a specific member of a collection either by position or by index. Read-only **Object**.
## Syntax
- _expression_. `Item`( ` _Index_` )
+_expression_. `Item`( ` _Index_` )
- _expression_ A variable that represents a [WebServices](Access.WebServices.md) object.
+_expression_ A variable that represents a [WebServices](Access.WebServices.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**||
diff --git a/api/Access.WebServices.Parent.md b/api/Access.WebServices.Parent.md
index c8b43a8a8d5..b677c109d8a 100644
--- a/api/Access.WebServices.Parent.md
+++ b/api/Access.WebServices.Parent.md
@@ -1,5 +1,5 @@
---
-title: WebServices.Parent Property (Access)
+title: WebServices.Parent property (Access)
keywords: vbaac10.chm14552
f1_keywords:
- vbaac10.chm14552
@@ -11,16 +11,16 @@ ms.date: 06/08/2017
---
-# WebServices.Parent Property (Access)
+# WebServices.Parent property (Access)
Returns the parent object for the specified object. Read-only.
## Syntax
- _expression_. `Parent`
+_expression_. `Parent`
- _expression_ A variable that represents a [WebServices](Access.WebServices.md) object.
+_expression_ A variable that represents a [WebServices](Access.WebServices.md) object.
## See also
diff --git a/api/Access.WebServices.md b/api/Access.WebServices.md
index 0d0059854eb..c572c6ce8bf 100644
--- a/api/Access.WebServices.md
+++ b/api/Access.WebServices.md
@@ -1,5 +1,5 @@
---
-title: WebServices Object (Access)
+title: WebServices object (Access)
keywords: vbaac10.chm14550
f1_keywords:
- vbaac10.chm14550
@@ -11,7 +11,7 @@ ms.date: 06/08/2017
---
-# WebServices Object (Access)
+# WebServices object (Access)
Represents the collection of Data Services data connections installed in the database.
diff --git a/api/Access.allmacros.md b/api/Access.allmacros.md
index bd0f25e2a13..63e745dd832 100644
--- a/api/Access.allmacros.md
+++ b/api/Access.allmacros.md
@@ -1,5 +1,5 @@
---
-title: AllMacros Object (Access)
+title: AllMacros object (Access)
keywords: vbaac10.chm12685
f1_keywords:
- vbaac10.chm12685
@@ -9,7 +9,7 @@ ms.date: 06/08/2017
---
-# AllMacros Object (Access)
+# AllMacros object (Access)
The **AllMacros** collection contains an **[AccessObject](Access.AccessObject.md)** for each macro in the **[CurrentProject](Access.CurrentProject.md)** or **[CodeProject](Access.CodeProject.md)** object.
diff --git a/api/Access.application.davg.md b/api/Access.application.davg.md
index 2c12cf0bc3c..21317a9d0c4 100644
--- a/api/Access.application.davg.md
+++ b/api/Access.application.davg.md
@@ -1,5 +1,5 @@
---
-title: Application.DAvg Method (Access)
+title: Application.DAvg method (Access)
keywords: vbaac10.chm12528
f1_keywords:
- vbaac10.chm12528
@@ -9,29 +9,29 @@ ms.date: 06/08/2017
---
-# Application.DAvg Method (Access)
+# Application.DAvg method (Access)
You can use the **DAvg** function to calculate the average of a set of values in a specified set of records (a domain).
## Syntax
- _expression_. `DAvg`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
+_expression_. `DAvg`( ` _Expr_`, ` _Domain_`, ` _Criteria_` )
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expr_|Required|**String**|An expression that identifies the field containing the numeric data you want to average. It can be a string expression identifying a field in a table or query, or it can be an expression that performs a calculation on data in that field. In _expr_, you can include the name of a field in a table, a control on a form, a constant, or a function. If _expr_ includes a function, it can be either built-in or user-defined, but not another domain aggregate or SQL aggregate function.|
| _Domain_|Required|**String**|A string expression identifying the set of records that constitutes the domain. It can be a table name or a query name for a query that does not require a parameter.|
| _Criteria_|Optional|**Variant**|An optional string expression used to restrict the range of data on which the **DAvg** function is performed. For example, _criteria_ is often equivalent to the WHERE clause in an SQL expression, without the word WHERE. If _criteria_ is omitted, the **DAvg** function evaluates _expr_ against the entire domain. Any field that is included in _criteria_ must also be a field in _domain_; otherwise the **DAvg** function returns a **Null**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Access.application.returnvars.md b/api/Access.application.returnvars.md
index 1e379c1d38a..0eb2f170514 100644
--- a/api/Access.application.returnvars.md
+++ b/api/Access.application.returnvars.md
@@ -1,5 +1,5 @@
---
-title: Application.ReturnVars Property (Access)
+title: Application.ReturnVars property (Access)
keywords: vbaac10.chm14688
f1_keywords:
- vbaac10.chm14688
@@ -9,16 +9,16 @@ ms.date: 06/08/2017
---
-# Application.ReturnVars Property (Access)
+# Application.ReturnVars property (Access)
Returns the **[ReturnVars](Access.ReturnVars.md)** collection representing all the available **ReturnVar** variables. Read-only **ReturnVars** collection.
## Syntax
- _expression_. `ReturnVars`
+_expression_. `ReturnVars`
- _expression_ A variable that represents an [Application](Access.Application.md) object.
+_expression_ A variable that represents an [Application](Access.Application.md) object.
## Property value
diff --git a/api/Access.commandbutton.quickstylemask.md b/api/Access.commandbutton.quickstylemask.md
index 982179fdd86..03b00688d8e 100644
--- a/api/Access.commandbutton.quickstylemask.md
+++ b/api/Access.commandbutton.quickstylemask.md
@@ -1,5 +1,5 @@
---
-title: CommandButton.QuickStyleMask Property (Access)
+title: CommandButton.QuickStyleMask property (Access)
keywords: vbaac10.chm14647
f1_keywords:
- vbaac10.chm14647
@@ -9,16 +9,16 @@ ms.date: 06/08/2017
---
-# CommandButton.QuickStyleMask Property (Access)
+# CommandButton.QuickStyleMask property (Access)
Gets or sets modifications to the Quick Style that is applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `QuickStyle`
+_expression_. `QuickStyle`
- _expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
+_expression_ A variable that represents a [CommandButton](Access.CommandButton.md) object.
## Remarks
diff --git a/api/Access.form.recordsettype.md b/api/Access.form.recordsettype.md
index 24097f9fea8..f621948cd60 100644
--- a/api/Access.form.recordsettype.md
+++ b/api/Access.form.recordsettype.md
@@ -1,5 +1,5 @@
---
-title: Form.RecordsetType Property (Access)
+title: Form.RecordsetType property (Access)
keywords: vbaac10.chm13361
f1_keywords:
- vbaac10.chm13361
@@ -9,16 +9,16 @@ ms.date: 06/08/2017
---
-# Form.RecordsetType Property (Access)
+# Form.RecordsetType property (Access)
You can use the **RecordsetType** property to specify what kind of recordset is made available to a form. Read/write **Byte**.
## Syntax
- _expression_. `RecordsetType`
+_expression_. `RecordsetType`
- _expression_ A variable that represents an [Form](Access.Form.md) object.
+_expression_ A variable that represents an [Form](Access.Form.md) object.
## Remarks
diff --git a/api/Access.md b/api/Access.md
index 06310f379dd..9d9797bddae 100644
--- a/api/Access.md
+++ b/api/Access.md
@@ -43,7 +43,7 @@ This section contains documentation for the enumerations in the Access object mo
| [AcHyperlinkPart](Access.AcHyperlinkPart.md)|Specifies the the information you want returned by the **HyperlinkPart** method.|
| [AcImeMode](Access.AcImeMode.md)|Specifies the default startup mode for the Japanese Input Method Editor (IME). |
| [AcImeSentenceMode](Access.AcImeSentenceMode.md)|Used with the [IMESentenceMode](overview/Access.md) property to specify the IME sentence mode for the IMM.|
-| [AcImportXMLOption](Access.AcImportXMLOption.md)|Specifies the action to take when using the [Application.ImportXML Method (Access)](Access.Application.ImportXML.md) method to import data from an XML file.|
+| [AcImportXMLOption](Access.AcImportXMLOption.md)|Specifies the action to take when using the [Application.ImportXML method (Access)](Access.Application.ImportXML.md) method to import data from an XML file.|
| [AcLayoutType](Access.AcLayoutType.md)|Specifies the type of layout that the control is part of.|
| [AcModuleType](Access.AcModuleType.md)|Returns the type of the specified Visual Basic module.|
| [AcNavigationSpan](Access.AcNavigationSpan.md)|Specifies the orientation of navigation buttons.|
@@ -66,19 +66,19 @@ This section contains documentation for the enumerations in the Access object mo
| [AcQuitOption](Access.AcQuitOption.md)|Used with the [Quit](Access.Application.Quit.md) method to specify whether or not to save changes to the database when quitting Microsoft Access.|
| [AcRecord](Access.AcRecord.md)|Used with the [GoToRecord](Access.DoCmd.GoToRecord.md) method to specify which record to make the current record.|
| [AcResourceType](Access.AcResourceType.md)|Specifies the type of a [SharedResource](Access.SharedResource.md) object.|
-| [AcSearchDirection](Access.AcSearchDirection.md)|Used with the [DoCmd.FindRecord Method (Access)](Access.DoCmd.FindRecord.md) method to specify the direction to search.|
+| [AcSearchDirection](Access.AcSearchDirection.md)|Used with the [DoCmd.FindRecord method (Access)](Access.DoCmd.FindRecord.md) method to specify the direction to search.|
| [AcSection](Access.AcSection.md)|Specifies the section that will contain the new control.|
-| [AcSendObjectType](Access.AcSendObjectType.md)|Used with the [DoCmd.SendObject Method (Access)](Access.docmd.sendobject.md) method to specify the type of object to send.|
-| [AcSeparatorCharacters](Access.AcSeparatorCharacters.md)|Used with the [ComboBox.SeparatorCharacters Property (Access)](Access.combobox.separatorcharacters.md) property to specify the separator displayed between values in combo boxes that are linked to multi-valued fields.|
-| [AcSharePointListTransferType](Access.AcSharePointListTransferType.md)|Used with the [DoCmd.TransferSharePointList Method (Access)](Access.docmd.transfersharepointlist.md) method to specify whether to import or link to a SharePoint list.|
-| [AcShowToolbar](Access.AcShowToolbar.md)|Used with the [DoCmd.ShowToolbar Method (Access)](Access.docmd.showtoolbar.md) method to specify whether to display a particular custom toolbar.|
-| [AcSplitFormDatasheet](Access.AcSplitFormDatasheet.md)|Used with the [Form.SplitFormDatasheet Property (Access)](Access.form.splitformdatasheet.md) property to specify whether the user can edit contents of the datasheet while a form is displayed in Split Form view.|
+| [AcSendObjectType](Access.AcSendObjectType.md)|Used with the [DoCmd.SendObject method (Access)](Access.docmd.sendobject.md) method to specify the type of object to send.|
+| [AcSeparatorCharacters](Access.AcSeparatorCharacters.md)|Used with the [ComboBox.SeparatorCharacters property (Access)](Access.combobox.separatorcharacters.md) property to specify the separator displayed between values in combo boxes that are linked to multi-valued fields.|
+| [AcSharePointListTransferType](Access.AcSharePointListTransferType.md)|Used with the [DoCmd.TransferSharePointList method (Access)](Access.docmd.transfersharepointlist.md) method to specify whether to import or link to a SharePoint list.|
+| [AcShowToolbar](Access.AcShowToolbar.md)|Used with the [DoCmd.ShowToolbar method (Access)](Access.docmd.showtoolbar.md) method to specify whether to display a particular custom toolbar.|
+| [AcSplitFormDatasheet](Access.AcSplitFormDatasheet.md)|Used with the [Form.SplitFormDatasheet property (Access)](Access.form.splitformdatasheet.md) property to specify whether the user can edit contents of the datasheet while a form is displayed in Split Form view.|
| [AcSplitFormOrientation](Access.AcSplitFormOrientation.md)|Used with the [SplitFormOrientation](Access.Form.SplitFormOrientation.md) property to specify the orientation of the datasheet in relation to the form while in Split Form view.|
| [AcSplitFormPrinting](Access.AcSplitFormPrinting.md)|Used with the [SplitFormPrinting](Access.Form.SplitFormPrinting.md) property to specify what to print when a form is in Split Form view.|
| [AcSpreadSheetType](Access.AcSpreadSheetType.md)|Used with the [TransferSpreadsheet](Access.DoCmd.TransferSpreadsheet.md) method to specify the type of spreadsheet to import from, export to, or link to.|
| [AcSysCmdAction](Access.AcSysCmdAction.md)|Used with the **SysCmd** method to specify an action to take.|
| [AcTextFormat](Access.AcTextFormat.md)|Used with the [TextFormat](Access.TextBox.TextFormat.md) property to specify whether or not rich text is displayed in a Text Box.|
-| [AcTextTransferType](Access.AcTextTransferType.md)|Used with the [DoCmd.TransferText Method (Access)](Access.docmd.transfertext.md) method to specify the type of transfer you want to make.|
+| [AcTextTransferType](Access.AcTextTransferType.md)|Used with the [DoCmd.TransferText method (Access)](Access.docmd.transfertext.md) method to specify the type of transfer you want to make.|
| [AcTransformXMLScriptOption](Access.AcTransformXMLScriptOption.md)|Used with the [TransformXML](Access.Application.TransformXML.md) method to specify the action taken if the XSL file contains scripting code.|
| [AcVerticalAnchor](Access.AcVerticalAnchor.md)|Used with the **VerticalAnchor** property to specify how a control is anchored vertically within its layout.|
| [AcView](Access.AcView.md)|Specifies an object's view.|
diff --git a/api/Access.navigationbutton.quickstylemask.md b/api/Access.navigationbutton.quickstylemask.md
index 2bd21dc3486..2b5f6960733 100644
--- a/api/Access.navigationbutton.quickstylemask.md
+++ b/api/Access.navigationbutton.quickstylemask.md
@@ -1,5 +1,5 @@
---
-title: NavigationButton.QuickStyleMask Property (Access)
+title: NavigationButton.QuickStyleMask property (Access)
keywords: vbaac10.chm14647
f1_keywords:
- vbaac10.chm14647
@@ -9,16 +9,16 @@ ms.date: 06/08/2017
---
-# NavigationButton.QuickStyleMask Property (Access)
+# NavigationButton.QuickStyleMask property (Access)
Gets or sets modifications to the Quick Style that is applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `QuickStyle`
+_expression_. `QuickStyle`
- _expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
+_expression_ A variable that represents a [NavigationButton](Access.NavigationButton.md) object.
## Remarks
diff --git a/api/Access.oldconstants.md b/api/Access.oldconstants.md
index 975ea7cfd7b..8144230c995 100644
--- a/api/Access.oldconstants.md
+++ b/api/Access.oldconstants.md
@@ -1,5 +1,5 @@
---
-title: OldConstants Enumeration (Access)
+title: OldConstants enumeration (Access)
keywords: vbaac10.chm10005
f1_keywords:
- vbaac10.chm10005
@@ -9,13 +9,13 @@ ms.prod: access
---
-# OldConstants Enumeration (Access)
+# OldConstants enumeration (Access)
## Members
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
||||
|**A_ADD**|**0**||
diff --git a/api/Access.report.shape.md b/api/Access.report.shape.md
index 0642c147b09..702d983d208 100644
--- a/api/Access.report.shape.md
+++ b/api/Access.report.shape.md
@@ -1,5 +1,5 @@
---
-title: Report.Shape Property (Access)
+title: Report.Shape property (Access)
keywords: vbaac10.chm13815
f1_keywords:
- vbaac10.chm13815
@@ -9,16 +9,16 @@ ms.date: 06/08/2017
---
-# Report.Shape Property (Access)
+# Report.Shape property (Access)
Returns a **String** representing the shape command corresponding to the sorting and grouping of the specified report. Read-only.
## Syntax
- _expression_. `Shape`
+_expression_. `Shape`
- _expression_ A variable that represents a [Report](Access.Report.md) object.
+_expression_ A variable that represents a [Report](Access.Report.md) object.
## Remarks
diff --git a/api/Access.togglebutton.quickstylemask.md b/api/Access.togglebutton.quickstylemask.md
index 513869a3428..c6db8a30b0e 100644
--- a/api/Access.togglebutton.quickstylemask.md
+++ b/api/Access.togglebutton.quickstylemask.md
@@ -1,5 +1,5 @@
---
-title: ToggleButton.QuickStyleMask Property (Access)
+title: ToggleButton.QuickStyleMask property (Access)
keywords: vbaac10.chm14647
f1_keywords:
- vbaac10.chm14647
@@ -9,16 +9,16 @@ ms.date: 06/08/2017
---
-# ToggleButton.QuickStyleMask Property (Access)
+# ToggleButton.QuickStyleMask property (Access)
Gets or sets modifications to the Quick Style that is applied to the specified object. Read/write **Long**.
## Syntax
- _expression_. `QuickStyle`
+_expression_. `QuickStyle`
- _expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
+_expression_ A variable that represents a [ToggleButton](Access.ToggleButton.md) object.
## Remarks
diff --git a/api/Excel.AboveAverage.ModifyAppliesToRange.md b/api/Excel.AboveAverage.ModifyAppliesToRange.md
index 308c074f103..09b662b069c 100644
--- a/api/Excel.AboveAverage.ModifyAppliesToRange.md
+++ b/api/Excel.AboveAverage.ModifyAppliesToRange.md
@@ -27,7 +27,7 @@ Sets the cell range to which this formatting rule applies.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **[Range](Excel.Range(object).md)**|The range to which this formatting rule will be applied.|
diff --git a/api/Excel.Action.Creator.md b/api/Excel.Action.Creator.md
index 170cf5560e5..5559ad9bd22 100644
--- a/api/Excel.Action.Creator.md
+++ b/api/Excel.Action.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ An expression that returns a [Action](Excel.Action.md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.Actions.Creator.md b/api/Excel.Actions.Creator.md
index 47ae473d799..57a69c43da4 100644
--- a/api/Excel.Actions.Creator.md
+++ b/api/Excel.Actions.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ An expression that returns a [Actions](Excel.Actions.md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.Actions.Item.md b/api/Excel.Actions.Item.md
index f2ad30c21ac..dd1d502a4ab 100644
--- a/api/Excel.Actions.Item.md
+++ b/api/Excel.Actions.Item.md
@@ -27,7 +27,7 @@ Returns a **Actions** object that represents a collection of actions in a workb
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Index value of the action.|
diff --git a/api/Excel.AddIn.Creator.md b/api/Excel.AddIn.Creator.md
index 1fd294805d7..c47129d5946 100644
--- a/api/Excel.AddIn.Creator.md
+++ b/api/Excel.AddIn.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ An expression that returns a [AddIn](Excel.AddIn.md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.AddIns.Add.md b/api/Excel.AddIns.Add.md
index 855d8a901fd..e06f4a0fe91 100644
--- a/api/Excel.AddIns.Add.md
+++ b/api/Excel.AddIns.Add.md
@@ -27,12 +27,12 @@ Adds a new add-in file to the list of add-ins. Returns an **[AddIn](Excel.AddIn
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the file that contains the add-in or the ProgID of the automation add-in that you want to add to the list in the add-in manager.|
| _CopyFile_|Optional| **Variant**|Ignored if the add-in file is on a hard disk. **True** to copy the add-in to your hard disk, if the add-in is on a removable medium (a floppy disk or compact disc). **False** to have the add-in remain on the removable medium. If this argument is omitted, Microsoft Excel displays a dialog box and asks you to choose.|
-### Return Value
+### Return value
An **AddIn** object that represents the new add-in.
diff --git a/api/Excel.AddIns.Creator.md b/api/Excel.AddIns.Creator.md
index a372193490e..500e91f804e 100644
--- a/api/Excel.AddIns.Creator.md
+++ b/api/Excel.AddIns.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ An expression that returns a [AddIns](Excel.AddIns.md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.AddIns.Item.md b/api/Excel.AddIns.Item.md
index 7fc0deefc39..552447a66ac 100644
--- a/api/Excel.AddIns.Item.md
+++ b/api/Excel.AddIns.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.AddIns2.Add.md b/api/Excel.AddIns2.Add.md
index 9c83e6a57df..a3735ab7aaf 100644
--- a/api/Excel.AddIns2.Add.md
+++ b/api/Excel.AddIns2.Add.md
@@ -27,12 +27,12 @@ Adds a new add-in to the list of add-ins.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the file that contains the add-in to add to the list in the **Add-Ins** dialog box.|
| _CopyFile_|Optional| **Variant**| If the add-in file is on a removable medium, specifies whether to copy the add-in to the local hard disk. Specify **True** to copy the add-in to your hard disk. Specify **False** to keep the add-in on the removable medium. If this argument is omitted, Microsoft Excel displays a dialog box and asks the user to choose whether to copy the add-in file. This parameter is ignored if the add-in file is already on the hard disk.|
-### Return Value
+### Return value
AddIn
diff --git a/api/Excel.AddIns2.Item.md b/api/Excel.AddIns2.Item.md
index 546879193b3..fe9b49376af 100644
--- a/api/Excel.AddIns2.Item.md
+++ b/api/Excel.AddIns2.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Adjustments.Item.md b/api/Excel.Adjustments.Item.md
index a091fb30292..25d3b5c13c9 100644
--- a/api/Excel.Adjustments.Item.md
+++ b/api/Excel.Adjustments.Item.md
@@ -27,7 +27,7 @@ Returns or sets the adjustment value specified by the **Index** argument. Read/
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **[INT]**| **Long** . The index number of the adjustment.|
diff --git a/api/Excel.AllowEditRange.ChangePassword.md b/api/Excel.AllowEditRange.ChangePassword.md
index be5610d8bac..e7dc2798632 100644
--- a/api/Excel.AllowEditRange.ChangePassword.md
+++ b/api/Excel.AllowEditRange.ChangePassword.md
@@ -27,7 +27,7 @@ Changes the password for a range that can be edited on a protected worksheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Password_|Required| **String**|The new password.|
diff --git a/api/Excel.AllowEditRange.Unprotect.md b/api/Excel.AllowEditRange.Unprotect.md
index b4b6c032112..fdd919eaa2a 100644
--- a/api/Excel.AllowEditRange.Unprotect.md
+++ b/api/Excel.AllowEditRange.Unprotect.md
@@ -27,7 +27,7 @@ Removes protection from a sheet or workbook. This method has no effect if the sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Password_|Optional| **Variant**|A string that denotes the case-sensitive password to use to unprotect the range of cells. If the range isn't protected with a password, this argument is ignored.|
diff --git a/api/Excel.AllowEditRanges.Add.md b/api/Excel.AllowEditRanges.Add.md
index 750f020aa2a..5135ab8a298 100644
--- a/api/Excel.AllowEditRanges.Add.md
+++ b/api/Excel.AllowEditRanges.Add.md
@@ -27,13 +27,13 @@ Adds a range that can be edited on a protected worksheet. Returns a **[AllowEdi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Title_|Required| **String**|The title of range.|
| _Range_|Required| **Range**| **Range** object. The range allowed to be edited.|
| _Password_|Optional| **Variant**|The password for the range.|
-### Return Value
+### Return value
An **AllowEditRange** object that represents the range.
diff --git a/api/Excel.AllowEditRanges.Item.md b/api/Excel.AllowEditRanges.Item.md
index 93e675f1d39..b2fe272b2e9 100644
--- a/api/Excel.AllowEditRanges.Item.md
+++ b/api/Excel.AllowEditRanges.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Application.ActivateMicrosoftApp.md b/api/Excel.Application.ActivateMicrosoftApp.md
index ac550173975..72bcd59f2f2 100644
--- a/api/Excel.Application.ActivateMicrosoftApp.md
+++ b/api/Excel.Application.ActivateMicrosoftApp.md
@@ -27,7 +27,7 @@ Activates a Microsoft application. If the application is already running, this m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **[XlMSApplication](Excel.XlMSApplication.md)**|Specifies the Microsoft application to activate.|
diff --git a/api/Excel.Application.ActiveEncryptionSession.md b/api/Excel.Application.ActiveEncryptionSession.md
index e6d9298e7be..768843adb8e 100644
--- a/api/Excel.Application.ActiveEncryptionSession.md
+++ b/api/Excel.Application.ActiveEncryptionSession.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the encryption session associated with the a
_expression_ An expression that returns a [Application](Excel.Application(Graph property).md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Application.AddCustomList.md b/api/Excel.Application.AddCustomList.md
index 74889c55d61..9e13f016a41 100644
--- a/api/Excel.Application.AddCustomList.md
+++ b/api/Excel.Application.AddCustomList.md
@@ -27,7 +27,7 @@ Adds a custom list for custom autofill and/or custom sort.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListArray_|Required| **Variant**|Specifies the source data, as either an array of strings or a **Range** object.|
| _ByRow_|Optional| **Variant**|Only used if _ListArray_ is a **Range** object. **True** to create a custom list from each row in the range. **False** to create a custom list from each column in the range. If this argument is omitted and there are more rows than columns (or an equal number of rows and columns) in the range, Microsoft Excel creates a custom list from each column in the range. If this argument is omitted and there are more columns than rows in the range, Microsoft Excel creates a custom list from each row in the range.|
diff --git a/api/Excel.Application.Caller.md b/api/Excel.Application.Caller.md
index 1d98b61faf5..5827616e1db 100644
--- a/api/Excel.Application.Caller.md
+++ b/api/Excel.Application.Caller.md
@@ -27,7 +27,7 @@ Returns information about how Visual Basic was called (for more information, see
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|An index to the array. This argument is used only when the property returns an array (for more information, see the Remarks section).|
diff --git a/api/Excel.Application.CentimetersToPoints.md b/api/Excel.Application.CentimetersToPoints.md
index 238ea8b4267..ae71e31f971 100644
--- a/api/Excel.Application.CentimetersToPoints.md
+++ b/api/Excel.Application.CentimetersToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from centimeters to points (one point equals 0.035 centim
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Centimeters_|Required| **Double**|Specifies the centimeter value to be converted to points.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Application.CheckAbort.md b/api/Excel.Application.CheckAbort.md
index 12f79ed3262..27512c4a6c6 100644
--- a/api/Excel.Application.CheckAbort.md
+++ b/api/Excel.Application.CheckAbort.md
@@ -27,7 +27,7 @@ Stops recalculation in a Microsoft Excel application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeepAbort_|Optional| **Boolean**|Allows recalculation to be performed for a Range.|
diff --git a/api/Excel.Application.CheckSpelling.md b/api/Excel.Application.CheckSpelling.md
index 380b43c6af2..485ce1d75e4 100644
--- a/api/Excel.Application.CheckSpelling.md
+++ b/api/Excel.Application.CheckSpelling.md
@@ -27,13 +27,13 @@ Checks the spelling of a single word.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Word_|Required| **String**| (used only with **Application** object). The word you want to check.|
| _CustomDictionary_|Optional| **Variant**|A string that indicates the file name of the custom dictionary to be examined if the word isn't found in the main dictionary. If this argument is omitted, the currently specified dictionary is used.|
| _IgnoreUppercase_|Optional| **Variant**| **True** to have Microsoft Excel ignore words that are all uppercase. **False** to have Microsoft Excel check words that are all uppercase. If this argument is omitted, the current setting will be used.|
-### Return Value
+### Return value
**True** if the word is found in one of the dictionaries; otherwise **False** .
diff --git a/api/Excel.Application.ClipboardFormats.md b/api/Excel.Application.ClipboardFormats.md
index 3bbe3855817..3492e1433a3 100644
--- a/api/Excel.Application.ClipboardFormats.md
+++ b/api/Excel.Application.ClipboardFormats.md
@@ -27,7 +27,7 @@ Returns the formats that are currently on the Clipboard, as an array of numeric
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The array element to be returned. If this argument is omitted, the property returns the entire array of formats that are currently on the Clipboard. For more information, see the Remarks section.|
diff --git a/api/Excel.Application.ClusterConnector.md b/api/Excel.Application.ClusterConnector.md
index b0e46b67867..2766242c8a2 100644
--- a/api/Excel.Application.ClusterConnector.md
+++ b/api/Excel.Application.ClusterConnector.md
@@ -23,7 +23,7 @@ Returns or sets the name of the High Performance Computing (HPC) Cluster Connect
_expression_ A variable that represents an '[Application](Excel.Application(object).md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.Application.ConvertFormula.md b/api/Excel.Application.ConvertFormula.md
index d31e2973cd1..4618af9f807 100644
--- a/api/Excel.Application.ConvertFormula.md
+++ b/api/Excel.Application.ConvertFormula.md
@@ -27,7 +27,7 @@ Converts cell references in a formula between the A1 and R1C1 reference styles,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Formula_|Required| **Variant**|A string that containis the formula you want to convert. This must be a valid formula, and it must begin with an equal sign.|
| _FromReferenceStyle_|Required| **[XlReferenceStyle](Excel.XlReferenceStyle.md)**|The reference style of the formula.|
@@ -35,7 +35,7 @@ Converts cell references in a formula between the A1 and R1C1 reference styles,
| _ToAbsolute_|Optional| **Variant**|A constant of **[XlReferenceType](Excel.XlReferenceType.md)** which specifies the converted reference type. If this argument is omitted, the reference type isn't changed.|
| _RelativeTo_|Optional| **Variant**|A **Range** object that contains one cell. Relative references relate to this cell.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Application.Creator.md b/api/Excel.Application.Creator.md
index cade5a72271..255d9a73ffa 100644
--- a/api/Excel.Application.Creator.md
+++ b/api/Excel.Application.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ An expression that returns a [Application](Excel.Application(Graph property).md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.Application.DDEExecute.md b/api/Excel.Application.DDEExecute.md
index 77d0aa289ce..213b7f8766d 100644
--- a/api/Excel.Application.DDEExecute.md
+++ b/api/Excel.Application.DDEExecute.md
@@ -27,7 +27,7 @@ Runs a command or performs some other action or actions in another application b
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **[DDEInitiate](Excel.Application.DDEInitiate.md)** method.|
| _String_|Required| **String**|The message defined in the receiving application.|
diff --git a/api/Excel.Application.DDEInitiate.md b/api/Excel.Application.DDEInitiate.md
index c82014d2f6e..7187c753372 100644
--- a/api/Excel.Application.DDEInitiate.md
+++ b/api/Excel.Application.DDEInitiate.md
@@ -27,12 +27,12 @@ Opens a DDE channel to an application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _App_|Required| **String**|The application name.|
| _Topic_|Required| **String**|Describes something in the application to which you're opening a channel ? usually a document of that application.|
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Application.DDEPoke.md b/api/Excel.Application.DDEPoke.md
index 2ad77c89802..b525fddb081 100644
--- a/api/Excel.Application.DDEPoke.md
+++ b/api/Excel.Application.DDEPoke.md
@@ -27,7 +27,7 @@ Sends data to an application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **[DDEInitiate](Excel.Application.DDEInitiate.md)** method.|
| _Item_|Required| **Variant**|The item to which the data is to be sent.|
diff --git a/api/Excel.Application.DDERequest.md b/api/Excel.Application.DDERequest.md
index 1e4cd84452a..1400d2dc0a7 100644
--- a/api/Excel.Application.DDERequest.md
+++ b/api/Excel.Application.DDERequest.md
@@ -27,12 +27,12 @@ Requests information from the specified application. This method always returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **[DDEInitiate](Excel.Application.DDEInitiate.md)** method.|
| _Item_|Required| **String**|The item to be requested.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Application.DDETerminate.md b/api/Excel.Application.DDETerminate.md
index fc2e9bb2350..b16b947778d 100644
--- a/api/Excel.Application.DDETerminate.md
+++ b/api/Excel.Application.DDETerminate.md
@@ -27,7 +27,7 @@ Closes a channel to another application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **[DDEInitiate](Excel.Application.DDEInitiate.md)** method.|
diff --git a/api/Excel.Application.DeleteCustomList.md b/api/Excel.Application.DeleteCustomList.md
index 97599c886aa..bf0873730dc 100644
--- a/api/Excel.Application.DeleteCustomList.md
+++ b/api/Excel.Application.DeleteCustomList.md
@@ -27,7 +27,7 @@ Deletes a custom list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListNum_|Required| **Long**|The custom list number. This number must be greater than or equal to 5 (Microsoft Excel has four built-in custom lists that cannot be deleted).|
diff --git a/api/Excel.Application.DisplayXMLSourcePane.md b/api/Excel.Application.DisplayXMLSourcePane.md
index 47d147741a2..16f16130495 100644
--- a/api/Excel.Application.DisplayXMLSourcePane.md
+++ b/api/Excel.Application.DisplayXMLSourcePane.md
@@ -27,7 +27,7 @@ Opens the **XML Source** task pane and displays the XML map specified by the _X
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XmlMap_|Optional| **Variant**|The XML map to display in the task pane.|
diff --git a/api/Excel.Application.Evaluate.md b/api/Excel.Application.Evaluate.md
index 45b886e9081..65e2a232f93 100644
--- a/api/Excel.Application.Evaluate.md
+++ b/api/Excel.Application.Evaluate.md
@@ -27,11 +27,11 @@ Converts a Microsoft Excel name to an object or a value.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **Variant**|A formula or the name of the object, using the naming convention of Microsoft Excel. The length of the name must be less than or equal to 255 characters.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Application.ExecuteExcel4Macro.md b/api/Excel.Application.ExecuteExcel4Macro.md
index 6e526f6e0b3..22125bcc7f7 100644
--- a/api/Excel.Application.ExecuteExcel4Macro.md
+++ b/api/Excel.Application.ExecuteExcel4Macro.md
@@ -27,11 +27,11 @@ Runs a Microsoft Excel 4.0 macro function and then returns the result of the fun
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required| **String**|A Microsoft Excel 4.0 macro language function without the equal sign. All references must be given as R1C1 strings. If _String_ contains embedded double quotation marks, you must double them. For example, to run the macro function =MID("sometext",1,4), _String_ would have to be "MID(""sometext"",1,4)".|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Application.FileConverters.md b/api/Excel.Application.FileConverters.md
index 244f6a15376..8c09e7baa65 100644
--- a/api/Excel.Application.FileConverters.md
+++ b/api/Excel.Application.FileConverters.md
@@ -27,7 +27,7 @@ Returns information about installed file converters. Returns **null** if there
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index1_|Optional| **Variant**|The long name of the converter, including the file-type search string in Windows (for example, "Lotus 1-2-3 Files (*.wk*)").|
| _Index2_|Optional| **Variant**|The path of the converter DLL or code resource.|
diff --git a/api/Excel.Application.FileDialog.md b/api/Excel.Application.FileDialog.md
index 4095eee80f2..162c6f4635d 100644
--- a/api/Excel.Application.FileDialog.md
+++ b/api/Excel.Application.FileDialog.md
@@ -27,7 +27,7 @@ Returns a **[FileDialog](Office.FileDialog.md)** object representing an instanc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fileDialogType_|Required| **[MsoFileDialogType](Office.MsoFileDialogType.md)**|The type of file dialog.|
diff --git a/api/Excel.Application.FileValidation.md b/api/Excel.Application.FileValidation.md
index 2a1cd90f71d..c3b0bc00ed9 100644
--- a/api/Excel.Application.FileValidation.md
+++ b/api/Excel.Application.FileValidation.md
@@ -23,7 +23,7 @@ Returns or sets how Excel will validate files before opening them. Read/write
_expression_ A variable that represents an '[Application](Excel.Application(object).md)' object.
-### Return Value
+### Return value
**[MsoFileValidationMode](Office.MsoFileValidationMode.md)**
diff --git a/api/Excel.Application.FileValidationPivot.md b/api/Excel.Application.FileValidationPivot.md
index f3ad605c888..6a98ef479bd 100644
--- a/api/Excel.Application.FileValidationPivot.md
+++ b/api/Excel.Application.FileValidationPivot.md
@@ -23,7 +23,7 @@ Returns or sets how Excel will validate the contents of the data caches for Pivo
_expression_ A variable that represents an '[Application](Excel.Application(object).md)' object.
-### Return Value
+### Return value
**[XlFileValidationPivotMode](Excel.XlFileValidationPivotMode.md)**
diff --git a/api/Excel.Application.FindFile.md b/api/Excel.Application.FindFile.md
index b6754834bdd..04840abff21 100644
--- a/api/Excel.Application.FindFile.md
+++ b/api/Excel.Application.FindFile.md
@@ -23,7 +23,7 @@ Displays the **Open** dialog box.
_expression_ A variable that represents an [Application](Excel.Application(Graph property).md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Application.GetCustomListContents.md b/api/Excel.Application.GetCustomListContents.md
index 137615ce99d..a8bfb391cc1 100644
--- a/api/Excel.Application.GetCustomListContents.md
+++ b/api/Excel.Application.GetCustomListContents.md
@@ -27,11 +27,11 @@ Returns a custom list (an array of strings).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListNum_|Required| **Long**|The list number.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Application.GetCustomListNum.md b/api/Excel.Application.GetCustomListNum.md
index 449a81db8a0..7c94a6b4ae8 100644
--- a/api/Excel.Application.GetCustomListNum.md
+++ b/api/Excel.Application.GetCustomListNum.md
@@ -27,11 +27,11 @@ Returns the custom list number for an array of strings. You can use this method
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListArray_|Required| **Variant**|An array of strings.|
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Application.GetOpenFilename.md b/api/Excel.Application.GetOpenFilename.md
index 5af6d162112..6a4c513d455 100644
--- a/api/Excel.Application.GetOpenFilename.md
+++ b/api/Excel.Application.GetOpenFilename.md
@@ -27,7 +27,7 @@ Displays the standard **Open** dialog box and gets a file name from the user wi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileFilter_|Optional| **Variant**|A string specifying file filtering criteria.|
| _FilterIndex_|Optional| **Variant**|Specifies the index numbers of the default file filtering criteria, from 1 to the number of filters specified in _FileFilter_. If this argument is omitted or greater than the number of filters present, the first file filter is used.|
@@ -35,7 +35,7 @@ Displays the standard **Open** dialog box and gets a file name from the user wi
| _ButtonText_|Optional| **Variant**|Macintosh only.|
| _MultiSelect_|Optional| **Variant**| **True** to allow multiple file names to be selected. **False** to allow only one file name to be selected. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Application.GetPhonetic.md b/api/Excel.Application.GetPhonetic.md
index e07f484de33..d8e4ac73585 100644
--- a/api/Excel.Application.GetPhonetic.md
+++ b/api/Excel.Application.GetPhonetic.md
@@ -27,11 +27,11 @@ Returns the Japanese phonetic text of the specified text string. This method is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Optional| **Variant**|Specifies the text to be converted to phonetic text. If you omit this argument, the next possible phonetic text string (if any) of the previously specified _Text_ is returned. If there are no more possible phonetic text strings, an empty string is returned.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.Application.GetSaveAsFilename.md b/api/Excel.Application.GetSaveAsFilename.md
index d344f0d77e2..4618baf9b33 100644
--- a/api/Excel.Application.GetSaveAsFilename.md
+++ b/api/Excel.Application.GetSaveAsFilename.md
@@ -27,7 +27,7 @@ Displays the standard **Save As** dialog box and gets a file name from the user
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _InitialFilename_|Optional| **Variant**|Specifies the suggested file name. If this argument is omitted, Microsoft Excel uses the active workbook's name.|
| _FileFilter_|Optional| **Variant**|A string specifying file filtering criteria.|
@@ -35,7 +35,7 @@ Displays the standard **Save As** dialog box and gets a file name from the user
| _Title_|Optional| **Variant**|Specifies the title of the dialog box. If this argument is omitted, the default title is used.|
| _ButtonText_|Optional| **Variant**|Macintosh only.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Application.Goto.md b/api/Excel.Application.Goto.md
index c5fa2d7dd87..2a76f8a1f8f 100644
--- a/api/Excel.Application.Goto.md
+++ b/api/Excel.Application.Goto.md
@@ -27,7 +27,7 @@ Selects any range or Visual Basic procedure in any workbook, and activates that
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Reference_|Optional| **Variant**|The destination. Can be a **[Range](Excel.Range(object).md)** object, a string that contains a cell reference in R1C1-style notation, or a string that contains a Visual Basic procedure name. If this argument is omitted, the destination is the last range you used the **Goto** method to select.|
| _Scroll_|Optional| **Variant**| **True** to scroll through the window so that the upper-left corner of the range appears in the upper-left corner of the window. **False** to not scroll through the window. The default is **False** .|
diff --git a/api/Excel.Application.Help.md b/api/Excel.Application.Help.md
index b37f72f0f15..31a8091b8b3 100644
--- a/api/Excel.Application.Help.md
+++ b/api/Excel.Application.Help.md
@@ -27,7 +27,7 @@ Displays a Help topic.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HelpFile_|Optional| **Variant**|The name of the online Help file you want to display. If this argument isn't specified, Microsoft Excel Help is used.|
| _HelpContextID_|Optional| **Variant**|Specifies the context ID number for the Help topic. If this argument isn't specified, the **Help Topics** dialog box is displayed.|
diff --git a/api/Excel.Application.InchesToPoints.md b/api/Excel.Application.InchesToPoints.md
index 7ad96585cdc..7fb807715e9 100644
--- a/api/Excel.Application.InchesToPoints.md
+++ b/api/Excel.Application.InchesToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from inches to points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Inches_|Required| **Double**|Specifies the inch value to be converted to points.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Application.InputBox.md b/api/Excel.Application.InputBox.md
index 60713a5ae41..8948ac8cc8b 100644
--- a/api/Excel.Application.InputBox.md
+++ b/api/Excel.Application.InputBox.md
@@ -25,7 +25,7 @@ Displays a dialog box for user input. Returns the information entered in the dia
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Prompt_|Required| **String**|The message to be displayed in the dialog box. This can be a string, a number, a date, or a Boolean value (Microsoft Excel automatically coerces the value to a **String** before it is displayed).|
| _Title_|Optional| **Variant**|The title for the input box. If this argument is omitted, the default title is "Input."|
diff --git a/api/Excel.Application.International.md b/api/Excel.Application.International.md
index 4a0b55c6b0e..2a574a1d340 100644
--- a/api/Excel.Application.International.md
+++ b/api/Excel.Application.International.md
@@ -27,7 +27,7 @@ Returns information about the current country/region and international settings.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The setting to be returned. Can be one of the **XlApplicationInternational** constants listed in the following tables.|
diff --git a/api/Excel.Application.Intersect.md b/api/Excel.Application.Intersect.md
index e69f3219c1d..87c508a4ae3 100644
--- a/api/Excel.Application.Intersect.md
+++ b/api/Excel.Application.Intersect.md
@@ -26,7 +26,7 @@ Returns a [Range](Excel.Range(object).md) object that represents the rectangular
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|The intersecting ranges. At least two **Range** objects must be specified.|
| _Arg2_|Required| **Range**|The intersecting ranges. At least two **Range** objects must be specified.|
@@ -59,7 +59,7 @@ Returns a [Range](Excel.Range(object).md) object that represents the rectangular
| _Arg29_|Optional| **Variant**|An intersecting range.|
| _Arg30_|Optional| **Variant**|An intersecting range.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.Application.IsSandboxed.md b/api/Excel.Application.IsSandboxed.md
index 0eb4207c44b..a6c69901d7f 100644
--- a/api/Excel.Application.IsSandboxed.md
+++ b/api/Excel.Application.IsSandboxed.md
@@ -23,7 +23,7 @@ Returns **True** if the specified workbook is open in a **Protected View** wind
_expression_ A variable that represents an '[Application](Excel.Application(object).md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.Application.MacroOptions.md b/api/Excel.Application.MacroOptions.md
index a0a43fceb19..bd3d9e1afde 100644
--- a/api/Excel.Application.MacroOptions.md
+++ b/api/Excel.Application.MacroOptions.md
@@ -27,7 +27,7 @@ Corresponds to options in the **Macro Options** dialog box. You can also use th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Macro_|Optional| **Variant**|The macro name or the name of a user defined function (UDF).|
| _Description_|Optional| **Variant**|The macro description.|
diff --git a/api/Excel.Application.MailLogon.md b/api/Excel.Application.MailLogon.md
index 495fdeab4cf..d17941c59ee 100644
--- a/api/Excel.Application.MailLogon.md
+++ b/api/Excel.Application.MailLogon.md
@@ -27,7 +27,7 @@ Logs in to MAPI Mail or Microsoft Exchange and establishes a mail session. If Mi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional| **Variant**|The mail account name or Microsoft Exchange profile name. If this argument is omitted, the default mail account name is used.|
| _Password_|Optional| **Variant**|The mail account password. This argument is ignored in Microsoft Exchange.|
diff --git a/api/Excel.Application.NewWorkbook(even).md b/api/Excel.Application.NewWorkbook(even).md
index 3fe59f74bcb..ef7f6f6658c 100644
--- a/api/Excel.Application.NewWorkbook(even).md
+++ b/api/Excel.Application.NewWorkbook(even).md
@@ -27,7 +27,7 @@ Occurs when a new workbook is created.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The new workbook.|
diff --git a/api/Excel.Application.NewWorkbook(property).md b/api/Excel.Application.NewWorkbook(property).md
index d8c731b63f6..a6043e25b5f 100644
--- a/api/Excel.Application.NewWorkbook(property).md
+++ b/api/Excel.Application.NewWorkbook(property).md
@@ -23,7 +23,7 @@ Returns a **[NewFile](Office.NewFile.md)** object.
_expression_ An expression that returns a [Application](Excel.Application(Graph property).md) object.
-### Return Value
+### Return value
NewFile
diff --git a/api/Excel.Application.NextLetter.md b/api/Excel.Application.NextLetter.md
index 3244f9e7e93..577dc06cb5d 100644
--- a/api/Excel.Application.NextLetter.md
+++ b/api/Excel.Application.NextLetter.md
@@ -23,7 +23,7 @@ You have requested Help for a Visual Basic keyword used only on the Macintosh. F
_expression_ A variable that represents an [Application](Excel.Application(Graph property).md) object.
-### Return Value
+### Return value
Workbook
diff --git a/api/Excel.Application.OnKey.md b/api/Excel.Application.OnKey.md
index fa502b0f455..0a9d2746952 100644
--- a/api/Excel.Application.OnKey.md
+++ b/api/Excel.Application.OnKey.md
@@ -27,7 +27,7 @@ Runs a specified procedure when a particular key or key combination is pressed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Key_|Required| **String**|A string indicating the key to be pressed.|
| _Procedure_|Optional| **Variant**|A string indicating the name of the procedure to be run. If _Procedure_ is "" (empty text), nothing happens when _Key_ is pressed. This form of **OnKey** changes the normal result of keystrokes in Microsoft Excel. If _Procedure_ is omitted, _Key_ reverts to its normal result in Microsoft Excel, and any special key assignments made with previous **OnKey** methods are cleared.|
diff --git a/api/Excel.Application.OnRepeat.md b/api/Excel.Application.OnRepeat.md
index 8a420531bbd..23629041911 100644
--- a/api/Excel.Application.OnRepeat.md
+++ b/api/Excel.Application.OnRepeat.md
@@ -27,7 +27,7 @@ Sets the **Repeat** item and the name of the procedure that will run if you cho
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The text that appears with the **Repeat** command.|
| _Procedure_|Required| **String**|The name of the procedure that will be run when you choose the **Repeat** command.|
diff --git a/api/Excel.Application.OnTime.md b/api/Excel.Application.OnTime.md
index d011a41fc18..55d1f805666 100644
--- a/api/Excel.Application.OnTime.md
+++ b/api/Excel.Application.OnTime.md
@@ -27,7 +27,7 @@ Schedules a procedure to be run at a specified time in the future (either at a s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EarliestTime_|Required| **Variant**|The time when you want this procedure to be run.|
| _Procedure_|Required| **String**|The name of the procedure to be run.|
diff --git a/api/Excel.Application.OnUndo.md b/api/Excel.Application.OnUndo.md
index fc5f27e91f9..2bab0cd7ea7 100644
--- a/api/Excel.Application.OnUndo.md
+++ b/api/Excel.Application.OnUndo.md
@@ -27,7 +27,7 @@ Sets the text of the **Undo** command and the name of the procedure that's run
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The text that appears with the **Undo** command.|
| _Procedure_|Required| **String**|The name of the procedure that's run when you choose the **Undo** command.|
diff --git a/api/Excel.Application.PreviousSelections.md b/api/Excel.Application.PreviousSelections.md
index c92ce5889ca..c336d775e2b 100644
--- a/api/Excel.Application.PreviousSelections.md
+++ b/api/Excel.Application.PreviousSelections.md
@@ -27,7 +27,7 @@ Returns an array of the last four ranges or names selected. Each element in the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The index number (from 1 to 4) of the previous range or name.|
diff --git a/api/Excel.Application.PrintCommunication.md b/api/Excel.Application.PrintCommunication.md
index a74106d2f9a..076e8e753b0 100644
--- a/api/Excel.Application.PrintCommunication.md
+++ b/api/Excel.Application.PrintCommunication.md
@@ -23,7 +23,7 @@ Specifies whether communication with the printer is turned on. **Boolean** Read
_expression_ A variable that returns an [Application](Excel.Application(Graph property).md) object.
-### Return Value
+### Return value
**True** , if communication with the printer is turned on; otherwise **False** .
diff --git a/api/Excel.Application.ProtectedViewWindowActivate.md b/api/Excel.Application.ProtectedViewWindowActivate.md
index f75c8905e79..483e1e597c4 100644
--- a/api/Excel.Application.ProtectedViewWindowActivate.md
+++ b/api/Excel.Application.ProtectedViewWindowActivate.md
@@ -27,11 +27,11 @@ Occurs when a **Protected View** window is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pvw_|Required| **[ProtectedViewWindow](Excel.ProtectedViewWindow.md)**| The activated **Protected View** window.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.ProtectedViewWindowBeforeClose.md b/api/Excel.Application.ProtectedViewWindowBeforeClose.md
index 5eed46a342a..838eb2e1cbf 100644
--- a/api/Excel.Application.ProtectedViewWindowBeforeClose.md
+++ b/api/Excel.Application.ProtectedViewWindowBeforeClose.md
@@ -27,13 +27,13 @@ Occurs immediately before a **Protected View** window or a workbook in a **Prot
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pvw_|Required| **[ProtectedViewWindow](Excel.ProtectedViewWindow.md)**|An object that represents the **Protected View** window that is closed.|
| _Reason_|Required| **[XlProtectedViewCloseReason](Excel.XlProtectedViewCloseReason.md)**|A constant that specifies the reason the **Protected View** window is closed.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the window does not close when the procedure is finished.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.ProtectedViewWindowBeforeEdit.md b/api/Excel.Application.ProtectedViewWindowBeforeEdit.md
index f8ff2752e3d..e00ae6f33a0 100644
--- a/api/Excel.Application.ProtectedViewWindowBeforeEdit.md
+++ b/api/Excel.Application.ProtectedViewWindowBeforeEdit.md
@@ -27,12 +27,12 @@ Occurs immediately before editing is enabled on the workbook in the specified *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pvw_|Required| **[ProtectedViewWindow](Excel.ProtectedViewWindow.md)**|The **Protected View** window that contains the workbook that is enabled for editing.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , editing is not enabled on the workbook.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.ProtectedViewWindowDeactivate.md b/api/Excel.Application.ProtectedViewWindowDeactivate.md
index 30fc1caa9fd..137e4bb66b0 100644
--- a/api/Excel.Application.ProtectedViewWindowDeactivate.md
+++ b/api/Excel.Application.ProtectedViewWindowDeactivate.md
@@ -27,11 +27,11 @@ Occurs when a **Protected View** window is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pvw_|Required| **[ProtectedViewWindow](Excel.ProtectedViewWindow.md)**|An object that represents the deactivated **Protected View** window.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.Application.ProtectedViewWindowOpen.md b/api/Excel.Application.ProtectedViewWindowOpen.md
index 0f140d77e46..b4e6d1c4600 100644
--- a/api/Excel.Application.ProtectedViewWindowOpen.md
+++ b/api/Excel.Application.ProtectedViewWindowOpen.md
@@ -27,11 +27,11 @@ Occurs when a workbook is opened in a **Protected View** window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pvw_|Required| **[ProtectedViewWindow](Excel.ProtectedViewWindow.md)**|An object that represents the **Protected View** window that is opened.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.ProtectedViewWindowResize.md b/api/Excel.Application.ProtectedViewWindowResize.md
index a831c73b163..3f876c963f8 100644
--- a/api/Excel.Application.ProtectedViewWindowResize.md
+++ b/api/Excel.Application.ProtectedViewWindowResize.md
@@ -27,11 +27,11 @@ Occurs when any **Protected View** window is resized.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pvw_|Required| **[ProtectedViewWindow](Excel.ProtectedViewWindow.md)**|An object that represents the resized **Protected View** window.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.RTD.md b/api/Excel.Application.RTD.md
index aa3d2c5d311..269eb8eba59 100644
--- a/api/Excel.Application.RTD.md
+++ b/api/Excel.Application.RTD.md
@@ -23,7 +23,7 @@ Returns an **[RTD](Excel.RTD.md)** object.
_expression_ An expression that returns a [Application](Excel.Application(Graph property).md) object.
-### Return Value
+### Return value
RTD
diff --git a/api/Excel.Application.Range.md b/api/Excel.Application.Range.md
index b26a5976eb8..9bfca06d4a2 100644
--- a/api/Excel.Application.Range.md
+++ b/api/Excel.Application.Range.md
@@ -27,7 +27,7 @@ Returns a **[Range](Excel.Range(object).md)** object that represents a cell or
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell1_|Required| **Variant**|The name of the range. This must be an A1-style reference in the language of the macro. It can include the range operator (a colon), the intersection operator (a space), or the union operator (a comma). It can also include dollar signs, but they?re ignored. You can use a local defined name in any part of the range. If you use a name, the name is assumed to be in the language of the macro.|
| _Cell2_|Optional| **Variant**|The cell in the upper-left and lower-right corner of the range. Can be a **Range** object that contains a single cell, an entire column, or entire row, or it can be a string that names a single cell in the language of the macro.|
diff --git a/api/Excel.Application.RecordMacro.md b/api/Excel.Application.RecordMacro.md
index 77109d008ba..1507a57206c 100644
--- a/api/Excel.Application.RecordMacro.md
+++ b/api/Excel.Application.RecordMacro.md
@@ -27,7 +27,7 @@ Records code if the macro recorder is on.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BasicCode_|Optional| **Variant**|A string that specifies the Visual Basic code that will be recorded if the macro recorder is recording into a Visual Basic module. The string will be recorded on one line. If the string contains a carriage return (ASCII character 10, or Chr$(10) in code), it will be recorded on more than one line.|
| _XlmCode_|Optional| **Variant**|This argument is ignored.|
diff --git a/api/Excel.Application.RegisterXLL.md b/api/Excel.Application.RegisterXLL.md
index 5018660a387..41c6069f6e7 100644
--- a/api/Excel.Application.RegisterXLL.md
+++ b/api/Excel.Application.RegisterXLL.md
@@ -27,11 +27,11 @@ Loads an XLL code resource and automatically registers the functions and command
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|Specifies the name of the XLL to be loaded.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Application.RegisteredFunctions.md b/api/Excel.Application.RegisteredFunctions.md
index 0fa0f6ee746..9bf16a1cd64 100644
--- a/api/Excel.Application.RegisteredFunctions.md
+++ b/api/Excel.Application.RegisteredFunctions.md
@@ -27,7 +27,7 @@ Returns information about functions in either dynamic-link libraries (DLLs) or c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index1_|Optional| **Variant**|The name of the DLL or code resource.|
| _Index2_|Optional| **Variant**|The name of the function.|
diff --git a/api/Excel.Application.Run.md b/api/Excel.Application.Run.md
index 28089fa72c4..e75bfaddd01 100644
--- a/api/Excel.Application.Run.md
+++ b/api/Excel.Application.Run.md
@@ -27,12 +27,12 @@ Runs a macro or calls a function. This can be used to run a macro written in Vis
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Macro_|Optional| **Variant**|The macro to run. This can be either a string with the macro name, a **[Range](Excel.Range(object).md)** object indicating where the function is, or a register ID for a registered DLL (XLL) function. If a string is used, the string will be evaluated in the context of the active sheet.|
| _Arg1-Arg30_|Optional| **Variant**|An argument that should be passed to the function.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Application.SaveWorkspace.md b/api/Excel.Application.SaveWorkspace.md
index 98210453fec..3ea6d4d201d 100644
--- a/api/Excel.Application.SaveWorkspace.md
+++ b/api/Excel.Application.SaveWorkspace.md
@@ -27,7 +27,7 @@ This object, member, or enumeration is deprecated and is not intended to be used
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Optional| **Variant**||
diff --git a/api/Excel.Application.SendKeys.md b/api/Excel.Application.SendKeys.md
index a0b57d56ac0..18f5b171399 100644
--- a/api/Excel.Application.SendKeys.md
+++ b/api/Excel.Application.SendKeys.md
@@ -27,7 +27,7 @@ Sends keystrokes to the active application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Keys_|Required| **Variant**|The key or key combination you want to send to the application, as text.|
| _Wait_|Optional| **Variant**| **True** to have Microsoft Excel wait for the keys to be processed before returning control to the macro. **False** (or omitted) to continue running the macro without waiting for the keys to be processed.|
diff --git a/api/Excel.Application.SharePointVersion.md b/api/Excel.Application.SharePointVersion.md
index 3636772450e..5db66864885 100644
--- a/api/Excel.Application.SharePointVersion.md
+++ b/api/Excel.Application.SharePointVersion.md
@@ -27,11 +27,11 @@ Returns the version number of SharePoint Foundation instances running at site fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrUrl_|Required| **String**|The URL of site to check.|
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Application.SheetActivate.md b/api/Excel.Application.SheetActivate.md
index d4452ff11aa..29e78761310 100644
--- a/api/Excel.Application.SheetActivate.md
+++ b/api/Excel.Application.SheetActivate.md
@@ -27,7 +27,7 @@ Occurs when any sheet is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The activated sheet. Can be a **[Chart](Excel.Chart(object).md)** or **[Worksheet](Excel.Worksheet.md)** object.|
diff --git a/api/Excel.Application.SheetBeforeDoubleClick.md b/api/Excel.Application.SheetBeforeDoubleClick.md
index 056eb7c8edc..62d66c54b2e 100644
--- a/api/Excel.Application.SheetBeforeDoubleClick.md
+++ b/api/Excel.Application.SheetBeforeDoubleClick.md
@@ -27,7 +27,7 @@ Occurs when any worksheet is double-clicked, before the default double-click act
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**| A **[Worksheet](Excel.Worksheet.md)** object that represents the sheet.|
| _Target_|Required| **Range**|The cell nearest to the mouse pointer when the double-click occurred.|
diff --git a/api/Excel.Application.SheetBeforeRightClick.md b/api/Excel.Application.SheetBeforeRightClick.md
index 1200945f9b9..28c8992f725 100644
--- a/api/Excel.Application.SheetBeforeRightClick.md
+++ b/api/Excel.Application.SheetBeforeRightClick.md
@@ -27,7 +27,7 @@ Occurs when any worksheet is right-clicked, before the default right-click actio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|A **[Worksheet](Excel.Worksheet.md)** object that represents the sheet.|
| _Target_|Required| **Range**|The cell nearest to the mouse pointer when the right-click occurred.|
diff --git a/api/Excel.Application.SheetCalculate.md b/api/Excel.Application.SheetCalculate.md
index 1f6f7d76e9b..3f71bf10076 100644
--- a/api/Excel.Application.SheetCalculate.md
+++ b/api/Excel.Application.SheetCalculate.md
@@ -27,7 +27,7 @@ Occurs after any worksheet is recalculated or after any changed data is plotted
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|Can be a **[Chart](Excel.Chart(object).md)** or **[Worksheet](Excel.Worksheet.md)** object.|
diff --git a/api/Excel.Application.SheetChange.md b/api/Excel.Application.SheetChange.md
index 093b1fff7dd..0a57cce422b 100644
--- a/api/Excel.Application.SheetChange.md
+++ b/api/Excel.Application.SheetChange.md
@@ -27,7 +27,7 @@ Occurs when cells in any worksheet are changed by the user or by an external lin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|A **[Worksheet](Excel.Worksheet.md)** object that represents the sheet.|
| _Target_|Required| **Range**|The changed range.|
diff --git a/api/Excel.Application.SheetDeactivate.md b/api/Excel.Application.SheetDeactivate.md
index 89ebc7e025a..b5cce412a4c 100644
--- a/api/Excel.Application.SheetDeactivate.md
+++ b/api/Excel.Application.SheetDeactivate.md
@@ -27,7 +27,7 @@ Occurs when any sheet is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The sheet. Can be a **[Chart](Excel.Chart(object).md)** or **[Worksheet](Excel.Worksheet.md)** object.|
diff --git a/api/Excel.Application.SheetFollowHyperlink.md b/api/Excel.Application.SheetFollowHyperlink.md
index 1e741baf1e5..0dd6d863178 100644
--- a/api/Excel.Application.SheetFollowHyperlink.md
+++ b/api/Excel.Application.SheetFollowHyperlink.md
@@ -27,7 +27,7 @@ Occurs when you click any hyperlink in Microsoft Excel. For worksheet-level even
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The **[Worksheet](Excel.Worksheet.md)** object that contains the hyperlink.|
| _Target_|Required| **Hyperlink**|The **Hyperlink** object that represents the destination of the hyperlink.|
diff --git a/api/Excel.Application.SheetPivotTableAfterValueChange.md b/api/Excel.Application.SheetPivotTableAfterValueChange.md
index b1e1e45c803..4574902ff09 100644
--- a/api/Excel.Application.SheetPivotTableAfterValueChange.md
+++ b/api/Excel.Application.SheetPivotTableAfterValueChange.md
@@ -27,13 +27,13 @@ Occurs after a cell or range of cells inside a PivotTable are edited or recalcul
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The worksheet that contains the PivotTable|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the edited or recalculated cells.|
| _TargetRange_|Required| **[Range](Excel.Range(object).md)**|The range that contains all the edited or recalcuated cells.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.Application.SheetPivotTableBeforeAllocateChanges.md b/api/Excel.Application.SheetPivotTableBeforeAllocateChanges.md
index 2c0f4165140..0ffaa50d60f 100644
--- a/api/Excel.Application.SheetPivotTableBeforeAllocateChanges.md
+++ b/api/Excel.Application.SheetPivotTableBeforeAllocateChanges.md
@@ -27,7 +27,7 @@ Occurs before changes are applied to a PivotTable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The worksheet that contains the PivotTable.|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the changes to apply.|
@@ -35,7 +35,7 @@ Occurs before changes are applied to a PivotTable.
| _ValueChangeEnd_|Required| **Long**|The index to the last change in the associated **PivotTableChangeList** collection. The index is specified by the **Order** property of the **ValueChange** object in the **PivotTableChangeList** collection.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the changes are not applied to the PivotTable and all edits are lost.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.Application.SheetPivotTableBeforeCommitChanges.md b/api/Excel.Application.SheetPivotTableBeforeCommitChanges.md
index d3332336332..a1ac56c3107 100644
--- a/api/Excel.Application.SheetPivotTableBeforeCommitChanges.md
+++ b/api/Excel.Application.SheetPivotTableBeforeCommitChanges.md
@@ -27,7 +27,7 @@ Occurs before changes are committed against the OLAP data source for a PivotTabl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The worksheet that contains the PivotTable.|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the changes to commit.|
@@ -35,7 +35,7 @@ Occurs before changes are committed against the OLAP data source for a PivotTabl
| _ValueChangeEnd_|Required| **Long**|The index to the last change in the associated **PivotTableChangeList** object. The index is specified by the **Order** property of the **ValueChange** object in the **PivotTableChangeList** collection.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the changes are not committed against the OLAP data source of the PivotTable.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.Application.SheetPivotTableBeforeDiscardChanges.md b/api/Excel.Application.SheetPivotTableBeforeDiscardChanges.md
index 173d993b760..78cfffb049c 100644
--- a/api/Excel.Application.SheetPivotTableBeforeDiscardChanges.md
+++ b/api/Excel.Application.SheetPivotTableBeforeDiscardChanges.md
@@ -27,14 +27,14 @@ Occurs before changes to a PivotTable are discarded.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**||
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the changes to discard.|
| _ValueChangeStart_|Required| **Long**|The index to the first change in the associated **[PivotTableChangeList](Excel.PivotTableChangeList.md)** object. The index is specified by the **[Order](Excel.ValueChange.Order.md)** property of the **[ValueChange](Excel.ValueChange.md)** object in the **PivotTableChangeList** collection.|
| _ValueChangeEnd_|Required| **Long**|The index to the last change in the associated **PivotTableChangeList** object. The index is specified by the **Order** property of the **ValueChange** object in the **PivotTableChangeList** collection.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.Application.SheetPivotTableUpdate.md b/api/Excel.Application.SheetPivotTableUpdate.md
index 98ca52940df..000517020e0 100644
--- a/api/Excel.Application.SheetPivotTableUpdate.md
+++ b/api/Excel.Application.SheetPivotTableUpdate.md
@@ -27,7 +27,7 @@ Occurs after the sheet of the PivotTable report has been updated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The selected sheet.|
| _Target_|Required| **PivotTable**|The selected PivotTable report.|
diff --git a/api/Excel.Application.SheetSelectionChange.md b/api/Excel.Application.SheetSelectionChange.md
index 49e518e9412..625c1b97d12 100644
--- a/api/Excel.Application.SheetSelectionChange.md
+++ b/api/Excel.Application.SheetSelectionChange.md
@@ -27,7 +27,7 @@ Occurs when the selection changes on any worksheet (doesn't occur if the selecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The worksheet that contains the new selection.|
| _Target_|Required| **Range**|The new selected range.|
diff --git a/api/Excel.Application.SmartArtColors.md b/api/Excel.Application.SmartArtColors.md
index 529b212c331..d58b73e0668 100644
--- a/api/Excel.Application.SmartArtColors.md
+++ b/api/Excel.Application.SmartArtColors.md
@@ -23,7 +23,7 @@ Returns the set of color styles that are currently loaded in the application. Re
_expression_ A variable that represents an '[Application](Excel.Application(object).md)' object.
-### Return Value
+### Return value
**[SmartArtColors](Office.SmartArtColors.md)**
diff --git a/api/Excel.Application.SmartArtLayouts.md b/api/Excel.Application.SmartArtLayouts.md
index c4fc96642d9..f8cb8ea7a9b 100644
--- a/api/Excel.Application.SmartArtLayouts.md
+++ b/api/Excel.Application.SmartArtLayouts.md
@@ -23,7 +23,7 @@ Returns the set of SmartArt layouts that are currently loaded in the application
_expression_ A variable that represents an '[Application](Excel.Application(object).md)' object.
-### Return Value
+### Return value
**[SmartArtLayouts](Office.SmartArtLayouts.md)**
diff --git a/api/Excel.Application.SmartArtQuickStyles.md b/api/Excel.Application.SmartArtQuickStyles.md
index ba2566fc644..c1a159deada 100644
--- a/api/Excel.Application.SmartArtQuickStyles.md
+++ b/api/Excel.Application.SmartArtQuickStyles.md
@@ -23,7 +23,7 @@ Returns the set of SmartArt quick styles which are currently loaded in the appli
_expression_ A variable that represents an '[Application](Excel.Application(object).md)' object.
-### Return Value
+### Return value
**[SmartArtQuickStyles](Office.SmartArtQuickStyles.md)**
diff --git a/api/Excel.Application.Union.md b/api/Excel.Application.Union.md
index 97cc4e5488b..fc52ba11e88 100644
--- a/api/Excel.Application.Union.md
+++ b/api/Excel.Application.Union.md
@@ -27,7 +27,7 @@ Returns the union of two or more ranges.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|At least two **[Range](Excel.Range(object).md)** objects must be specified.|
| _Arg2_|Required| **Range**|At least two **Range** objects must be specified.|
@@ -60,7 +60,7 @@ Returns the union of two or more ranges.
| _Arg29_|Optional| **Variant**|A range.|
| _Arg30_|Optional| **Variant**|A range.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.Application.UseClusterConnector.md b/api/Excel.Application.UseClusterConnector.md
index 98f4704be3d..9f1f43e6596 100644
--- a/api/Excel.Application.UseClusterConnector.md
+++ b/api/Excel.Application.UseClusterConnector.md
@@ -23,7 +23,7 @@ Returns or sets whether Excel allows user-defined functions in XLL add-ins to be
_expression_ A variable that represents an '[Application](Excel.Application(object).md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.Application.Volatile.md b/api/Excel.Application.Volatile.md
index 2469965f08a..0be81ba643f 100644
--- a/api/Excel.Application.Volatile.md
+++ b/api/Excel.Application.Volatile.md
@@ -27,7 +27,7 @@ Marks a user-defined function as volatile. A volatile function must be recalcula
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Volatile_|Optional| **Variant**| **True** to mark the function as volatile. **False** to mark the function as nonvolatile. The default value is **True**|
diff --git a/api/Excel.Application.Wait.md b/api/Excel.Application.Wait.md
index cf977a4a80f..a023817d3a2 100644
--- a/api/Excel.Application.Wait.md
+++ b/api/Excel.Application.Wait.md
@@ -27,11 +27,11 @@ Pauses a running macro until a specified time. Returns **True** if the specifie
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Time_|Required| **Variant**|The time at which you want the macro to resume, in Microsoft Excel date format.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Application.WindowActivate.md b/api/Excel.Application.WindowActivate.md
index 2cb0c678b52..a7ca5c9d2f7 100644
--- a/api/Excel.Application.WindowActivate.md
+++ b/api/Excel.Application.WindowActivate.md
@@ -27,7 +27,7 @@ Occurs when any workbook window is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **Window**| The workbook displayed in the activated window.|
| _Wn_|Required| **Window**| The activated window.|
diff --git a/api/Excel.Application.WindowDeactivate.md b/api/Excel.Application.WindowDeactivate.md
index 07737ffa960..8ff37d0e39c 100644
--- a/api/Excel.Application.WindowDeactivate.md
+++ b/api/Excel.Application.WindowDeactivate.md
@@ -27,7 +27,7 @@ Occurs when any workbook window is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **Workbook**|The workbook displayed in the deactivated window.|
| _Wn_|Required| **Window**|The deactivated window.|
diff --git a/api/Excel.Application.WindowResize.md b/api/Excel.Application.WindowResize.md
index 1902632b565..31972704f50 100644
--- a/api/Excel.Application.WindowResize.md
+++ b/api/Excel.Application.WindowResize.md
@@ -27,7 +27,7 @@ Occurs when any workbook window is resized.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **Window**|The workbook displayed in the resized window.|
| _Wn_|Required| **Window**|The resized window.|
diff --git a/api/Excel.Application.WorkbookActivate.md b/api/Excel.Application.WorkbookActivate.md
index 417735978f0..8687323ee2e 100644
--- a/api/Excel.Application.WorkbookActivate.md
+++ b/api/Excel.Application.WorkbookActivate.md
@@ -27,11 +27,11 @@ Occurs when any workbook is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The activated workbook.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookAddinInstall.md b/api/Excel.Application.WorkbookAddinInstall.md
index dd1ca4d9fcc..c9795a0ddae 100644
--- a/api/Excel.Application.WorkbookAddinInstall.md
+++ b/api/Excel.Application.WorkbookAddinInstall.md
@@ -27,11 +27,11 @@ Occurs when a workbook is installed as an add-in.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The installed workbook.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookAddinUninstall.md b/api/Excel.Application.WorkbookAddinUninstall.md
index f9668671402..ea017e69c37 100644
--- a/api/Excel.Application.WorkbookAddinUninstall.md
+++ b/api/Excel.Application.WorkbookAddinUninstall.md
@@ -27,11 +27,11 @@ Occurs when any add-in workbook is uninstalled.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The uninstalled workbook.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookAfterSave.md b/api/Excel.Application.WorkbookAfterSave.md
index 876e6fe40df..4257c5c20d0 100644
--- a/api/Excel.Application.WorkbookAfterSave.md
+++ b/api/Excel.Application.WorkbookAfterSave.md
@@ -27,12 +27,12 @@ Occurs after the workbook is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The workbook being saved.|
| _Success_|Required| **Boolean**|Returns **True** if the save operation was successful; otherwise **False** .|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookAfterXmlExport.md b/api/Excel.Application.WorkbookAfterXmlExport.md
index d339c73441a..95a8e31d525 100644
--- a/api/Excel.Application.WorkbookAfterXmlExport.md
+++ b/api/Excel.Application.WorkbookAfterXmlExport.md
@@ -27,14 +27,14 @@ Occurs after Microsoft Excel saves or exports XML data from the specified workbo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The target workbook.|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The XML map that was used to save or export data.|
| _Url_|Required| **String**|The location of the XML file that was exported.|
| _Result_|Required| **[XlXmlExportResult](Excel.XlXmlExportResult.md)**| Indicates the results of the save or export operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookAfterXmlImport.md b/api/Excel.Application.WorkbookAfterXmlImport.md
index 590785a3d21..42e44cd595f 100644
--- a/api/Excel.Application.WorkbookAfterXmlImport.md
+++ b/api/Excel.Application.WorkbookAfterXmlImport.md
@@ -27,14 +27,14 @@ Occurs after an existing XML data connection is refreshed, or new XML data is im
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The target workbook.|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The XML map that was used to import data.|
| _IsRefresh_|Required| **Boolean**| **True** if the event was triggered by refreshing an existing connection to XML data, **False** if a new mapping was created.|
| _Result_|Required| **[XlXmlImportResult](Excel.XlXmlImportResult.md)**|Indicates the results of the refresh or import operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookBeforeClose.md b/api/Excel.Application.WorkbookBeforeClose.md
index 4eae7292199..eec548ebdea 100644
--- a/api/Excel.Application.WorkbookBeforeClose.md
+++ b/api/Excel.Application.WorkbookBeforeClose.md
@@ -27,12 +27,12 @@ Occurs immediately before any open workbook closes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The workbook that's being closed|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the workbook doesn't close when the procedure is finished.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookBeforePrint.md b/api/Excel.Application.WorkbookBeforePrint.md
index c46ebd6f865..9e94d201dd0 100644
--- a/api/Excel.Application.WorkbookBeforePrint.md
+++ b/api/Excel.Application.WorkbookBeforePrint.md
@@ -27,12 +27,12 @@ Occurs before any open workbook is printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The workbook.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the workbook isn't printed when the procedure is finished.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookBeforeSave.md b/api/Excel.Application.WorkbookBeforeSave.md
index 02d55a944f3..51154421ed0 100644
--- a/api/Excel.Application.WorkbookBeforeSave.md
+++ b/api/Excel.Application.WorkbookBeforeSave.md
@@ -28,13 +28,13 @@ Occurs before any open workbook is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The workbook.|
| _SaveAsUI_|Required| **Boolean**| **True** if the **Save As** dialog box will be displayed due to changes made that need to be saved in the workbook.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the workbook isn't saved when the procedure is finished.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookBeforeXmlExport.md b/api/Excel.Application.WorkbookBeforeXmlExport.md
index cb9b75b3159..ad439fd38eb 100644
--- a/api/Excel.Application.WorkbookBeforeXmlExport.md
+++ b/api/Excel.Application.WorkbookBeforeXmlExport.md
@@ -27,14 +27,14 @@ Occurs before Microsoft Excel saves or exports XML data from the specified workb
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The target workbook.|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The XML map that will be used to save or export data.|
| _Url_|Required| **String**|The location of the XML file to be exported.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the save or export operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookBeforeXmlImport.md b/api/Excel.Application.WorkbookBeforeXmlImport.md
index 7d3be956359..9c53954d42d 100644
--- a/api/Excel.Application.WorkbookBeforeXmlImport.md
+++ b/api/Excel.Application.WorkbookBeforeXmlImport.md
@@ -27,7 +27,7 @@ Occurs before an existing XML data connection is refreshed, or new XML data is i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The target workbook.|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The XML map that will be used to import data.|
@@ -35,7 +35,7 @@ Occurs before an existing XML data connection is refreshed, or new XML data is i
| _IsRefresh_|Required| **Boolean**| **True** if the event was triggered by refreshing an existing connection to XML data, **False** if a new mapping will be created.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the import or refresh operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookDeactivate.md b/api/Excel.Application.WorkbookDeactivate.md
index 448553c14c2..602e60f01dd 100644
--- a/api/Excel.Application.WorkbookDeactivate.md
+++ b/api/Excel.Application.WorkbookDeactivate.md
@@ -27,11 +27,11 @@ Occurs when any open workbook is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The workbook.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookNewChart.md b/api/Excel.Application.WorkbookNewChart.md
index 3568f3d6d17..888d13bb312 100644
--- a/api/Excel.Application.WorkbookNewChart.md
+++ b/api/Excel.Application.WorkbookNewChart.md
@@ -27,12 +27,12 @@ Occurs when a new chart is created in any open workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The workbook.|
| _Ch_|Required| **[Chart](Excel.Chart(object).md)**|The new chart.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookNewSheet.md b/api/Excel.Application.WorkbookNewSheet.md
index 372b0d54f10..59f7c052dda 100644
--- a/api/Excel.Application.WorkbookNewSheet.md
+++ b/api/Excel.Application.WorkbookNewSheet.md
@@ -27,12 +27,12 @@ Occurs when a new sheet is created in any open workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The workbook.|
| _Sh_|Required| **Object**|The new sheet.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookOpen.md b/api/Excel.Application.WorkbookOpen.md
index a787cb9356d..18d61865770 100644
--- a/api/Excel.Application.WorkbookOpen.md
+++ b/api/Excel.Application.WorkbookOpen.md
@@ -27,11 +27,11 @@ Occurs when a workbook is opened.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The workbook.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookPivotTableCloseConnection.md b/api/Excel.Application.WorkbookPivotTableCloseConnection.md
index 1c3825b5900..7ac28851701 100644
--- a/api/Excel.Application.WorkbookPivotTableCloseConnection.md
+++ b/api/Excel.Application.WorkbookPivotTableCloseConnection.md
@@ -27,12 +27,12 @@ Occurs after a PivotTable report connection has been closed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The selected workbook.|
| _Target_|Required| **[PivotTable](Excel.PivotTable.md)**|The selected PivotTable report.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookPivotTableOpenConnection.md b/api/Excel.Application.WorkbookPivotTableOpenConnection.md
index 1621dc894ee..94dbe75d683 100644
--- a/api/Excel.Application.WorkbookPivotTableOpenConnection.md
+++ b/api/Excel.Application.WorkbookPivotTableOpenConnection.md
@@ -27,12 +27,12 @@ Occurs after a PivotTable report connection has been opened.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **[Workbook](Excel.Workbook.md)**|The selected workbook.|
| _Target_|Required| **[PivotTable](Excel.PivotTable.md)**|The selected PivotTable report.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Application.WorkbookRowsetComplete.md b/api/Excel.Application.WorkbookRowsetComplete.md
index 6dbc75cc6a2..e57d3d5b6d0 100644
--- a/api/Excel.Application.WorkbookRowsetComplete.md
+++ b/api/Excel.Application.WorkbookRowsetComplete.md
@@ -27,7 +27,7 @@ The **WorkbookRowsetComplete** event occurs when the user either drills through
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wb_|Required| **Workbook**|The workbook for which the event occurs.|
| _Description_|Required| **String**|A brief description of the event.|
diff --git a/api/Excel.Areas.Item.md b/api/Excel.Areas.Item.md
index 5c899a088f3..f1a43c363e4 100644
--- a/api/Excel.Areas.Item.md
+++ b/api/Excel.Areas.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the object.|
diff --git a/api/Excel.AutoCorrect.AddReplacement.md b/api/Excel.AutoCorrect.AddReplacement.md
index ff7075eccfe..9a3441aaaaa 100644
--- a/api/Excel.AutoCorrect.AddReplacement.md
+++ b/api/Excel.AutoCorrect.AddReplacement.md
@@ -27,12 +27,12 @@ Adds an entry to the array of AutoCorrect replacements.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Required| **String**|The text to be replaced. If this string already exists in the array of AutoCorrect replacements, the existing substitute text is replaced by the new text.|
| _Replacement_|Required| **String**|The replacement text.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.AutoCorrect.DeleteReplacement.md b/api/Excel.AutoCorrect.DeleteReplacement.md
index 85440a9a2fc..be29fb70c8c 100644
--- a/api/Excel.AutoCorrect.DeleteReplacement.md
+++ b/api/Excel.AutoCorrect.DeleteReplacement.md
@@ -27,11 +27,11 @@ Deletes an entry from the array of AutoCorrect replacements.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Required| **String**|The text to be replaced, as it appears in the row to be deleted from the array of AutoCorrect replacements. If this string doesn't exist in the array of AutoCorrect replacements, this method fails.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.AutoCorrect.ReplacementList.md b/api/Excel.AutoCorrect.ReplacementList.md
index 7222c9e85a8..df77786ca72 100644
--- a/api/Excel.AutoCorrect.ReplacementList.md
+++ b/api/Excel.AutoCorrect.ReplacementList.md
@@ -27,7 +27,7 @@ Returns the array of AutoCorrect replacements.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The row index of the array of AutoCorrect replacements to be returned. The row is returned as a one-dimensional array with two elements: The first element is the text in column 1, and the second element is the text in column 2.|
diff --git a/api/Excel.Axes.Item.md b/api/Excel.Axes.Item.md
index e003d77caf9..f943eaf13c4 100644
--- a/api/Excel.Axes.Item.md
+++ b/api/Excel.Axes.Item.md
@@ -27,12 +27,12 @@ Returns a single **[Axis](Excel.Axis(object).md)** object from an **Axes** coll
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[XlAxisType](Excel.XlAxisType.md)**|The axis type.|
| _AxisGroup_|Optional| **[XlAxisGroup](Excel.XlAxisGroup.md)**|The axis.|
-### Return Value
+### Return value
Axis
diff --git a/api/Excel.Axis.AxisGroup.md b/api/Excel.Axis.AxisGroup.md
index fd101ba55f2..22c7ea88339 100644
--- a/api/Excel.Axis.AxisGroup.md
+++ b/api/Excel.Axis.AxisGroup.md
@@ -23,7 +23,7 @@ Returns the group for the specified axis. Read-only
_expression_ A variable that represents an '[Axis](Excel.Axis(object).md)' object.
-### Return Value
+### Return value
**[XlAxisGroup](Excel.XlAxisGroup.md)**
diff --git a/api/Excel.Axis.Delete.md b/api/Excel.Axis.Delete.md
index bdeca20895a..a8bca339ed0 100644
--- a/api/Excel.Axis.Delete.md
+++ b/api/Excel.Axis.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents an [Axis](Excel.Axis(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Axis.Select.md b/api/Excel.Axis.Select.md
index 06edc28fc97..fc132ce8dc3 100644
--- a/api/Excel.Axis.Select.md
+++ b/api/Excel.Axis.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents an [Axis](Excel.Axis(Graph object).md) object.
-### Return Value
+### Return value
A Variant value that represents the selected object.
diff --git a/api/Excel.AxisTitle.Characters.md b/api/Excel.AxisTitle.Characters.md
index 9ca11376b3c..d93346b648d 100644
--- a/api/Excel.AxisTitle.Characters.md
+++ b/api/Excel.AxisTitle.Characters.md
@@ -27,7 +27,7 @@ Returns a **[Characters](Excel.Characters.md)** object that represents a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the _Start_ character).|
diff --git a/api/Excel.AxisTitle.Delete.md b/api/Excel.AxisTitle.Delete.md
index b2946b77515..95bb6ca4c71 100644
--- a/api/Excel.AxisTitle.Delete.md
+++ b/api/Excel.AxisTitle.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents an [AxisTitle](Excel.AxisTitle(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.AxisTitle.Formula.md b/api/Excel.AxisTitle.Formula.md
index 7a1ab8ca550..db26c7ee9ad 100644
--- a/api/Excel.AxisTitle.Formula.md
+++ b/api/Excel.AxisTitle.Formula.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents an [AxisTitle](Excel.AxisTitle(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.AxisTitle.FormulaLocal.md b/api/Excel.AxisTitle.FormulaLocal.md
index f54e5774999..a5573b0599d 100644
--- a/api/Excel.AxisTitle.FormulaLocal.md
+++ b/api/Excel.AxisTitle.FormulaLocal.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents an [AxisTitle](Excel.AxisTitle(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.AxisTitle.FormulaR1C1.md b/api/Excel.AxisTitle.FormulaR1C1.md
index 8dd726b20c6..debac375831 100644
--- a/api/Excel.AxisTitle.FormulaR1C1.md
+++ b/api/Excel.AxisTitle.FormulaR1C1.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents an [AxisTitle](Excel.AxisTitle(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.AxisTitle.FormulaR1C1Local.md b/api/Excel.AxisTitle.FormulaR1C1Local.md
index 01c9708afd5..a9f0f75d24c 100644
--- a/api/Excel.AxisTitle.FormulaR1C1Local.md
+++ b/api/Excel.AxisTitle.FormulaR1C1Local.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents an [AxisTitle](Excel.AxisTitle(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.AxisTitle.Height.md b/api/Excel.AxisTitle.Height.md
index 03a9fa3756d..5f8f867f5d1 100644
--- a/api/Excel.AxisTitle.Height.md
+++ b/api/Excel.AxisTitle.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents an [AxisTitle](Excel.AxisTitle(Graph property).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.AxisTitle.Select.md b/api/Excel.AxisTitle.Select.md
index bf17d6e5f15..4ab6e3cd693 100644
--- a/api/Excel.AxisTitle.Select.md
+++ b/api/Excel.AxisTitle.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents an [AxisTitle](Excel.AxisTitle(Graph property).md) object.
-### Return Value
+### Return value
A Variant value representing the selected object.
diff --git a/api/Excel.AxisTitle.Width.md b/api/Excel.AxisTitle.Width.md
index 20461805b8b..be1a834c40d 100644
--- a/api/Excel.AxisTitle.Width.md
+++ b/api/Excel.AxisTitle.Width.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the object. Read-only.
_expression_ A variable that represents an [AxisTitle](Excel.AxisTitle(Graph property).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Borders.Item.md b/api/Excel.Borders.Item.md
index 2993162ee46..f63651ac6f6 100644
--- a/api/Excel.Borders.Item.md
+++ b/api/Excel.Borders.Item.md
@@ -27,7 +27,7 @@ Returns a **[Border](Excel.Border(object).md)** object that represents one of t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **XlBordersIndex**|One of the constants of **XlBordersIndex** .|
diff --git a/api/Excel.CalculatedFields.Add.md b/api/Excel.CalculatedFields.Add.md
index a6413a91b50..c81896e242a 100644
--- a/api/Excel.CalculatedFields.Add.md
+++ b/api/Excel.CalculatedFields.Add.md
@@ -27,13 +27,13 @@ Creates a new calculated field. Returns a **[PivotField](Excel.PivotField.md)**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the field.|
| _Formula_|Required| **String**|The formula for the field.|
| _UseStandardFormula_|Optional| **Variant**| **False** (default) for upward compatibility. **True** for strings contained in any arguments that are field names, will be interpreted as having been formatted in standard U.S. English instead of local settings.|
-### Return Value
+### Return value
A **PivotField** that represents the new calculated field.
diff --git a/api/Excel.CalculatedFields.Item.md b/api/Excel.CalculatedFields.Item.md
index 42534543149..0458ee326db 100644
--- a/api/Excel.CalculatedFields.Item.md
+++ b/api/Excel.CalculatedFields.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **PivotField** object contained by the collection.
diff --git a/api/Excel.CalculatedItems.Add.md b/api/Excel.CalculatedItems.Add.md
index 492a3e6048b..d476ffa1d09 100644
--- a/api/Excel.CalculatedItems.Add.md
+++ b/api/Excel.CalculatedItems.Add.md
@@ -27,13 +27,13 @@ Creates a new calculated item. Returns a **[PivotItem](Excel.PivotItem.md)** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the item.|
| _Formula_|Required| **String**|The formula for the item.|
| _UseStandardFormula_|Optional| **Variant**| **False** (default) for upward compatibility. **True** for strings contained in any arguments that are item names, will be interpreted as having been formatted in standard U.S. English instead of local settings.|
-### Return Value
+### Return value
A **PivotItem** object that represents the new calculated item.
diff --git a/api/Excel.CalculatedItems.Item.md b/api/Excel.CalculatedItems.Item.md
index 3fe37d3501f..b49bd5957fc 100644
--- a/api/Excel.CalculatedItems.Item.md
+++ b/api/Excel.CalculatedItems.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **PivotItem** object contained by the collection.
diff --git a/api/Excel.CalculatedMember.DisplayFolder.md b/api/Excel.CalculatedMember.DisplayFolder.md
index 1a729f6b4b4..c39d0211007 100644
--- a/api/Excel.CalculatedMember.DisplayFolder.md
+++ b/api/Excel.CalculatedMember.DisplayFolder.md
@@ -23,7 +23,7 @@ Returns the display folder name for a named set. Read-only
_expression_ A variable that returns a '[CalculatedMember](Excel.CalculatedMember.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.CalculatedMember.Dynamic.md b/api/Excel.CalculatedMember.Dynamic.md
index b7a9a65c258..a7d045f826c 100644
--- a/api/Excel.CalculatedMember.Dynamic.md
+++ b/api/Excel.CalculatedMember.Dynamic.md
@@ -23,7 +23,7 @@ Returns whether the specified named set is recalculated with every update. Read-
_expression_ A variable that returns a '[CalculatedMember](Excel.CalculatedMember.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.CalculatedMember.FlattenHierarchies.md b/api/Excel.CalculatedMember.FlattenHierarchies.md
index d8b0b6649c1..abb252a0600 100644
--- a/api/Excel.CalculatedMember.FlattenHierarchies.md
+++ b/api/Excel.CalculatedMember.FlattenHierarchies.md
@@ -23,7 +23,7 @@ Returns or sets whether items from all levels of the hierarchy of the specified
_expression_ A variable that represents a '[CalculatedMember](Excel.CalculatedMember.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.CalculatedMember.HierarchizeDistinct.md b/api/Excel.CalculatedMember.HierarchizeDistinct.md
index 6a3c8c6d915..fa8b3635324 100644
--- a/api/Excel.CalculatedMember.HierarchizeDistinct.md
+++ b/api/Excel.CalculatedMember.HierarchizeDistinct.md
@@ -23,7 +23,7 @@ Returns or sets whether to order and remove duplicates when displaying the hiera
_expression_ A variable that returns a '[CalculatedMember](Excel.CalculatedMember.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.CalculatedMembers.Add.md b/api/Excel.CalculatedMembers.Add.md
index e74de39dc0c..98770c11605 100644
--- a/api/Excel.CalculatedMembers.Add.md
+++ b/api/Excel.CalculatedMembers.Add.md
@@ -27,7 +27,7 @@ Adds a calculated field or calculated item to a PivotTable. Returns a **[Calcul
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the calculated member.|
| _Formula_|Required| **String**|The formula of the calculated member.|
@@ -37,7 +37,7 @@ Adds a calculated field or calculated item to a PivotTable. Returns a **[Calcul
| _DisplayFolder_|Optional| **String**|The name of the display folder for the calculated member.|
| _HierarchizeDistinct_|Optional| **Boolean**|Specifies whether to order and remove duplicates when displaying the hierarchy of the calculated member in a PivotTable report based on an OLAP cube.|
-### Return Value
+### Return value
A **CalculatedMember** object that represents the new calculated field or calculated item.
diff --git a/api/Excel.CalculatedMembers.Item.md b/api/Excel.CalculatedMembers.Item.md
index ea3e5561244..5dd28f8ce99 100644
--- a/api/Excel.CalculatedMembers.Item.md
+++ b/api/Excel.CalculatedMembers.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.CalloutFormat.CustomDrop.md b/api/Excel.CalloutFormat.CustomDrop.md
index f20c9cf113c..eb50693b71e 100644
--- a/api/Excel.CalloutFormat.CustomDrop.md
+++ b/api/Excel.CalloutFormat.CustomDrop.md
@@ -27,7 +27,7 @@ Sets the vertical distance (in points) from the edge of the text bounding box to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Drop_|Required| **Single**|The drop distance, in points.|
diff --git a/api/Excel.CalloutFormat.CustomLength.md b/api/Excel.CalloutFormat.CustomLength.md
index be106d3944d..2b764c3e971 100644
--- a/api/Excel.CalloutFormat.CustomLength.md
+++ b/api/Excel.CalloutFormat.CustomLength.md
@@ -27,7 +27,7 @@ Specifies that the first segment of the callout line (the segment attached to th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Length_|Required| **Single**|The length of the first segment of the callout, in points.|
diff --git a/api/Excel.CalloutFormat.PresetDrop.md b/api/Excel.CalloutFormat.PresetDrop.md
index 55cab0c86df..82af20a5426 100644
--- a/api/Excel.CalloutFormat.PresetDrop.md
+++ b/api/Excel.CalloutFormat.PresetDrop.md
@@ -27,7 +27,7 @@ Specifies whether the callout line attaches to the top, bottom, or center of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DropType_|Required| **[MsoCalloutDropType](Office.MsoCalloutDropType.md)**|The starting position of the callout line relative to the text bounding box.|
diff --git a/api/Excel.Characters.Delete.md b/api/Excel.Characters.Delete.md
index 296619d838c..e63970414a7 100644
--- a/api/Excel.Characters.Delete.md
+++ b/api/Excel.Characters.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [Characters](Excel.Characters.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Characters.Insert.md b/api/Excel.Characters.Insert.md
index 5064986e8b0..0433e5234d1 100644
--- a/api/Excel.Characters.Insert.md
+++ b/api/Excel.Characters.Insert.md
@@ -27,11 +27,11 @@ Inserts a string preceding the selected characters.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required| **String**|The string to insert.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Chart.ApplyChartTemplate.md b/api/Excel.Chart.ApplyChartTemplate.md
index b17105c9786..c5844f9f8cb 100644
--- a/api/Excel.Chart.ApplyChartTemplate.md
+++ b/api/Excel.Chart.ApplyChartTemplate.md
@@ -27,7 +27,7 @@ Applies a standard or custom chart type to a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The file name for a chart template.|
diff --git a/api/Excel.Chart.ApplyDataLabels.md b/api/Excel.Chart.ApplyDataLabels.md
index 86028d56962..f0d40dea86b 100644
--- a/api/Excel.Chart.ApplyDataLabels.md
+++ b/api/Excel.Chart.ApplyDataLabels.md
@@ -27,7 +27,7 @@ Applies data labels to all the series in a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **[XlDataLabelsType](Excel.XlDataLabelsType.md)**|The type of data label to apply.|
| _LegendKey_|Optional| **Variant**| **True** to show the legend key next to the point. The default value is **False** .|
diff --git a/api/Excel.Chart.ApplyLayout.md b/api/Excel.Chart.ApplyLayout.md
index 5437afd98ad..ff2122b5089 100644
--- a/api/Excel.Chart.ApplyLayout.md
+++ b/api/Excel.Chart.ApplyLayout.md
@@ -27,7 +27,7 @@ Applies the layouts shown in the ribbon.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Layout_|Required| **Long**|Specifies the type of layout. The type of layout is denoted by a number from 1 to 10.|
| _ChartType_|Optional| **[XlChartType](Excel.XlChartType.md)**|The type of chart.|
diff --git a/api/Excel.Chart.Axes.md b/api/Excel.Chart.Axes.md
index 368483b006b..11cd210319a 100644
--- a/api/Excel.Chart.Axes.md
+++ b/api/Excel.Chart.Axes.md
@@ -27,12 +27,12 @@ Returns an object that represents either a single axis or a collection of the ax
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **Variant**|Specifies the axis to return. Can be one of the following **[XlAxisType](Excel.XlAxisType.md)** constants: **xlValue** , **xlCategory** , or **xlSeriesAxis** (**xlSeriesAxis** is valid only for 3-D charts).|
| _AxisGroup_|Optional| **[XlAxisGroup](Excel.XlAxisGroup.md)**|Specifies the axis group. If this argument is omitted, the primary group is used. 3-D charts have only one axis group.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Chart.BeforeDoubleClick.md b/api/Excel.Chart.BeforeDoubleClick.md
index 19f50e3769f..de51a9de396 100644
--- a/api/Excel.Chart.BeforeDoubleClick.md
+++ b/api/Excel.Chart.BeforeDoubleClick.md
@@ -27,7 +27,7 @@ Occurs when a chart element is double-clicked, before the default double-click a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the default double-click action isn't performed when the procedure is finished.|
| _Arg1_|Required| **Long**|Additional event information, depending on the value of _ElementID_. For more information about this parameter, see the Remarks section.|
diff --git a/api/Excel.Chart.BeforeRightClick.md b/api/Excel.Chart.BeforeRightClick.md
index dcd863be6b6..6a8d2e3c288 100644
--- a/api/Excel.Chart.BeforeRightClick.md
+++ b/api/Excel.Chart.BeforeRightClick.md
@@ -27,7 +27,7 @@ Occurs when a chart element is right-clicked, before the default right-click act
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the default right-click action isn't performed when the procedure is finished.|
diff --git a/api/Excel.Chart.Calculate.md b/api/Excel.Chart.Calculate.md
index 60fc94697c0..65f24cd2762 100644
--- a/api/Excel.Chart.Calculate.md
+++ b/api/Excel.Chart.Calculate.md
@@ -23,7 +23,7 @@ Occurs after the chart plots new or changed data, for the **Chart** object.
_expression_ A variable that represents a [Chart](Excel.Chart(Graph object).md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Excel.Chart.ChartGroups.md b/api/Excel.Chart.ChartGroups.md
index f38ec83940a..df5cf30f67e 100644
--- a/api/Excel.Chart.ChartGroups.md
+++ b/api/Excel.Chart.ChartGroups.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single chart group (a **[ChartGroup]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The chart group number.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Chart.ChartObjects.md b/api/Excel.Chart.ChartObjects.md
index cd4f977fafa..d29685296ad 100644
--- a/api/Excel.Chart.ChartObjects.md
+++ b/api/Excel.Chart.ChartObjects.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single embedded chart (a **[ChartObj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the chart. This argument can be an array, to specify more than one chart.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Chart.ChartWizard.md b/api/Excel.Chart.ChartWizard.md
index 0c7ee604046..a07bd043cfe 100644
--- a/api/Excel.Chart.ChartWizard.md
+++ b/api/Excel.Chart.ChartWizard.md
@@ -27,7 +27,7 @@ Modifies the properties of the given chart. You can use this method to quickly f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Optional| **Variant**|The range that contains the source data for the new chart. If this argument is omitted, Microsoft Excel edits the active chart sheet or the selected chart on the active worksheet.|
| _Gallery_|Optional| **Variant**|One of the constants of **[XlChartType](Excel.XlChartType.md)** specifying the chart type.|
diff --git a/api/Excel.Chart.CheckSpelling.md b/api/Excel.Chart.CheckSpelling.md
index 8c87a98d4b9..e8acfb77fd3 100644
--- a/api/Excel.Chart.CheckSpelling.md
+++ b/api/Excel.Chart.CheckSpelling.md
@@ -27,7 +27,7 @@ Checks the spelling of an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomDictionary_|Optional| **Variant**|A string that indicates the file name of the custom dictionary to be examined if the word isn't found in the main dictionary. If this argument is omitted, the currently specified dictionary is used.|
| _IgnoreUppercase_|Optional| **Variant**| **True** to have Microsoft Excel ignore words that are all uppercase. **False** to have Microsoft Excel check words that are all uppercase. If this argument is omitted, the current setting will be used.|
diff --git a/api/Excel.Chart.Copy.md b/api/Excel.Chart.Copy.md
index 3989a4b4eaf..1df61004615 100644
--- a/api/Excel.Chart.Copy.md
+++ b/api/Excel.Chart.Copy.md
@@ -27,7 +27,7 @@ Copies the sheet to another location in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the copied sheet will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**|The sheet after which the copied sheet will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Chart.CopyPicture.md b/api/Excel.Chart.CopyPicture.md
index a538b99d7c9..ecdbc8a7638 100644
--- a/api/Excel.Chart.CopyPicture.md
+++ b/api/Excel.Chart.CopyPicture.md
@@ -27,7 +27,7 @@ Copies the selected object to the Clipboard as a picture.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Appearance_|Optional| **[XlPictureAppearance](Excel.XlPictureAppearance.md)**|. Specifies how the picture should be copied. The default value is **xlScreen** .|
| _Format_|Optional| **[XlCopyPictureFormat](Excel.XlCopyPictureFormat.md)**|. The format of the picture. The default value is **xlPicture** .|
diff --git a/api/Excel.Chart.Evaluate.md b/api/Excel.Chart.Evaluate.md
index 157706a4687..49424cc1ba8 100644
--- a/api/Excel.Chart.Evaluate.md
+++ b/api/Excel.Chart.Evaluate.md
@@ -27,11 +27,11 @@ Converts a Microsoft Excel name to an object or a value.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **Variant**|The name of the object, using the naming convention of Microsoft Excel.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Chart.Export.md b/api/Excel.Chart.Export.md
index e291ccd5b84..d9151ebf569 100644
--- a/api/Excel.Chart.Export.md
+++ b/api/Excel.Chart.Export.md
@@ -27,13 +27,13 @@ Exports the chart in a graphic format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the exported file.|
| _FilterName_|Optional| **Variant**|The language-independent name of the graphic filter as it appears in the registry.|
| _Interactive_|Optional| **Variant**| **True** to display the dialog box that contains the filter-specific options. If this argument is **False** , Microsoft Excel uses the default values for the filter. The default value is **False** .|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Chart.ExportAsFixedFormat.md b/api/Excel.Chart.ExportAsFixedFormat.md
index 9e1c6ea4054..b5400ee1d7e 100644
--- a/api/Excel.Chart.ExportAsFixedFormat.md
+++ b/api/Excel.Chart.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Exports to a file of the specified format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **XlFixedFormatType**|The type of file format to export to.|
| _Filename_|Optional| **Variant**|The file name of the file to be saved. You can include a full path, or Microsoft Excel saves the file in the current folder.|
diff --git a/api/Excel.Chart.Floor.md b/api/Excel.Chart.Floor.md
index d0e1a9d8f6a..1bd41aadfe6 100644
--- a/api/Excel.Chart.Floor.md
+++ b/api/Excel.Chart.Floor.md
@@ -23,7 +23,7 @@ Returns a **[Floor](Excel.Floor(object).md)** object that represents the floor
_expression_ An expression that returns a [Chart](Excel.Chart(Graph object).md) object.
-### Return Value
+### Return value
Floor
diff --git a/api/Excel.Chart.GetChartElement.md b/api/Excel.Chart.GetChartElement.md
index 275a307da3a..cf76204584e 100644
--- a/api/Excel.Chart.GetChartElement.md
+++ b/api/Excel.Chart.GetChartElement.md
@@ -27,7 +27,7 @@ Returns information about the chart element at specified X and Y coordinates. Th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Long**|The X coordinate of the chart element.|
| _y_|Required| **Long**|The Y coordinate of the chart element.|
diff --git a/api/Excel.Chart.HasAxis.md b/api/Excel.Chart.HasAxis.md
index 70b224207eb..8be28391b76 100644
--- a/api/Excel.Chart.HasAxis.md
+++ b/api/Excel.Chart.HasAxis.md
@@ -27,7 +27,7 @@ Returns or sets which axes exist on the chart. Read/write **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index1_|Required| **Variant**|The axis type. Series axes apply only to 3-D charts. Can be one of the **[XlAxisType](Excel.XlAxisType.md)** constants.|
| _Index2_|Optional| **Variant**|The axis group. 3-D charts have only one set of axes. Can be one of the **[XlAxisGroup](Excel.XlAxisGroup.md)** constants.|
diff --git a/api/Excel.Chart.Location.md b/api/Excel.Chart.Location.md
index a7d2a709575..5b009ae4e1b 100644
--- a/api/Excel.Chart.Location.md
+++ b/api/Excel.Chart.Location.md
@@ -27,12 +27,12 @@ Moves the chart to a new location.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Where_|Required| **[XlChartLocation](Excel.XlChartLocation.md)**|Where to move the chart.|
| _Name_|Optional| **Variant**|Required if _Where_ is **xlLocationAsObject** . The name of the sheet where the chart will be embedded if _Where_ is **xlLocationAsObject** or the name of the new sheet if _Where_ is **xlLocationAsNewSheet** .|
-### Return Value
+### Return value
Chart
diff --git a/api/Excel.Chart.MouseDown.md b/api/Excel.Chart.MouseDown.md
index cbd9fe25f24..cd2719bdeb9 100644
--- a/api/Excel.Chart.MouseDown.md
+++ b/api/Excel.Chart.MouseDown.md
@@ -27,14 +27,14 @@ Occurs when a mouse button is pressed while the pointer is over a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was released. Can be one of the following **[XlMouseButton](Excel.XlMouseButton.md)** constants: **xlNoButton** , **xlPrimaryButton** , or **xlSecondaryButton** .|
| _Shift_|Required| **Long**|The state of the SHIFT, CTRL, and ALT keys when the event occurred. Can be one of or a sum of values.|
| _x_|Required| **Long**|The X coordinate of the mouse pointer in chart object client coordinates.|
| _y_|Required| **Long**|The Y coordinate of the mouse pointer in chart object client coordinates.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Chart.MouseMove.md b/api/Excel.Chart.MouseMove.md
index c52b8833459..732cc0f6fa3 100644
--- a/api/Excel.Chart.MouseMove.md
+++ b/api/Excel.Chart.MouseMove.md
@@ -27,14 +27,14 @@ Occurs when the position of the mouse pointer changes over a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was released. Can be one of the following **[XlMouseButton](Excel.XlMouseButton.md)** constants: **xlNoButton** , **xlPrimaryButton** , or **xlSecondaryButton** .|
| _Shift_|Required| **Long**|The state of the SHIFT, CTRL, and ALT keys when the event occurred. Can be one of or a sum of values.|
| _x_|Required| **Long**|The X coordinate of the mouse pointer in chart object client coordinates.|
| _y_|Required| **Long**|The Y coordinate of the mouse pointer in chart object client coordinates.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Chart.MouseUp.md b/api/Excel.Chart.MouseUp.md
index 93e3dbd3b8a..9125e0e0524 100644
--- a/api/Excel.Chart.MouseUp.md
+++ b/api/Excel.Chart.MouseUp.md
@@ -27,14 +27,14 @@ Occurs when a mouse button is released while the pointer is over a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was released. Can be one of the following **[XlMouseButton](Excel.XlMouseButton.md)** constants: **xlNoButton** , **xlPrimaryButton** , or **xlSecondaryButton** .|
| _Shift_|Required| **Long**|The state of the SHIFT, CTRL, and ALT keys when the event occurred. Can be one of or a sum of values.|
| _x_|Required| **Long**|The X coordinate of the mouse pointer in chart object client coordinates.|
| _y_|Required| **Long**|The Y coordinate of the mouse pointer in chart object client coordinates.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Chart.Move.md b/api/Excel.Chart.Move.md
index dfbef869517..fdbf4793375 100644
--- a/api/Excel.Chart.Move.md
+++ b/api/Excel.Chart.Move.md
@@ -27,7 +27,7 @@ Moves the chart to another location in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the moved chart will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**| The sheet after which the moved chart will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Chart.OLEObjects.md b/api/Excel.Chart.OLEObjects.md
index 93709aba037..efdb90eb295 100644
--- a/api/Excel.Chart.OLEObjects.md
+++ b/api/Excel.Chart.OLEObjects.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single OLE object (an **[OLEObject](
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the OLE object.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Chart.Paste.md b/api/Excel.Chart.Paste.md
index 28d560c1f70..b76af948fb4 100644
--- a/api/Excel.Chart.Paste.md
+++ b/api/Excel.Chart.Paste.md
@@ -27,7 +27,7 @@ Pastes chart data from the Clipboard into the specified chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **Variant**|Specifies the chart information to paste if a chart is on the Clipboard. Can be one of the following **[XlPasteType](Excel.XlPasteType.md)** constants: **xlPasteFormats** , **xlPasteFormulas** , or **xlPasteAll** . The default value is **xlPasteAll** . If there?s data other than a chart on the Clipboard, this argument cannot be used.|
diff --git a/api/Excel.Chart.PrintOut.md b/api/Excel.Chart.PrintOut.md
index f27fdfddd66..013a9db5f0e 100644
--- a/api/Excel.Chart.PrintOut.md
+++ b/api/Excel.Chart.PrintOut.md
@@ -27,7 +27,7 @@ Prints the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional| **Variant**|The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.|
| _To_|Optional| **Variant**|The number of the last page to print. If this argument is omitted, printing ends with the last page.|
@@ -38,7 +38,7 @@ Prints the object.
| _Collate_|Optional| **Variant**| **True** to collate multiple copies.|
| _PrToFileName_|Optional| **Variant**|If _PrintToFile_ is set to **True** , this argument specifies the name of the file you want to print to.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Chart.PrintPreview.md b/api/Excel.Chart.PrintPreview.md
index 6c47815c3f5..27510e96d3a 100644
--- a/api/Excel.Chart.PrintPreview.md
+++ b/api/Excel.Chart.PrintPreview.md
@@ -27,7 +27,7 @@ Shows a preview of the object as it would look when printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EnableChanges_|Optional| **Variant**|Pass a **Boolean** value to specify if the user can change the margins and other page setup options available in print preview.|
diff --git a/api/Excel.Chart.PrintedCommentPages.md b/api/Excel.Chart.PrintedCommentPages.md
index a1e8ce7672b..e10e83ad05a 100644
--- a/api/Excel.Chart.PrintedCommentPages.md
+++ b/api/Excel.Chart.PrintedCommentPages.md
@@ -23,7 +23,7 @@ Returns the number of comment pages that will be printed for the current chart.
_expression_ A variable that returns a '[Chart](Excel.Chart(object).md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.Chart.Protect.md b/api/Excel.Chart.Protect.md
index e66012d4017..1a289f77999 100644
--- a/api/Excel.Chart.Protect.md
+++ b/api/Excel.Chart.Protect.md
@@ -27,7 +27,7 @@ Protects a chart so that it cannot be modified.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Password_|Optional| **Variant**|A string that specifies a case-sensitive password for the worksheet or workbook. If this argument is omitted, you can unprotect the worksheet or workbook without using a password. Otherwise, you must specify the password to unprotect the worksheet or workbook. If you forget the password, you cannot unprotect the worksheet or workbook. Use strong passwords that combine uppercase and lowercase letters, numbers, and symbols. Weak passwords don't mix these elements. Strong password: Y6dh!et5. Weak password: House27. Passwords should be 8 or more characters in length. A pass phrase that uses 14 or more characters is better. For more information, see Help protect your personal information with strong passwords. It is critical that you remember your password. If you forget your password, Microsoft cannot retrieve it. Store the passwords that you write down in a secure place away from the information that they help protect. |
| _DrawingObjects_|Optional| **Variant**| **True** to protect shapes. The default value is **True** .|
diff --git a/api/Excel.Chart.SaveAs.md b/api/Excel.Chart.SaveAs.md
index 7cac57007e5..f7e632b0364 100644
--- a/api/Excel.Chart.SaveAs.md
+++ b/api/Excel.Chart.SaveAs.md
@@ -27,7 +27,7 @@ Saves changes to the chart or worksheet in a different file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**| **Variant** . A string that indicates the name of the file to be saved. You can include a full path; if you don't, Microsoft Excel saves the file in the current folder.|
| _FileFormat_|Optional| **Variant**|The file format to use when you save the file. For a list of valid choices, see the **[FileFormat](Excel.Workbook.FileFormat.md)** property. For an existing file, the default format is the last file format specified; for a new file, the default is the format of the version of Excel being used.|
diff --git a/api/Excel.Chart.SaveChartTemplate.md b/api/Excel.Chart.SaveChartTemplate.md
index 104e56d51fc..401322a752a 100644
--- a/api/Excel.Chart.SaveChartTemplate.md
+++ b/api/Excel.Chart.SaveChartTemplate.md
@@ -27,7 +27,7 @@ Saves a custom chart template to the list of available chart templates.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the chart template.|
diff --git a/api/Excel.Chart.Select(even).md b/api/Excel.Chart.Select(even).md
index 6e24c9db63f..71170447a50 100644
--- a/api/Excel.Chart.Select(even).md
+++ b/api/Excel.Chart.Select(even).md
@@ -27,7 +27,7 @@ Occurs when a chart element is selected.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ElementID_|Required| **Long**|The selected chart element. For more information about these arguments, see the **[BeforeDoubleClick](Excel.Chart.BeforeDoubleClick.md)** event.|
| _Arg1_|Required| **Long**|The selected chart element. For more information about these arguments, see the **BeforeDoubleClick** event.|
diff --git a/api/Excel.Chart.Select(method).md b/api/Excel.Chart.Select(method).md
index c27b2ce9bd7..f87284536d3 100644
--- a/api/Excel.Chart.Select(method).md
+++ b/api/Excel.Chart.Select(method).md
@@ -27,7 +27,7 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| (used only with sheets). **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
diff --git a/api/Excel.Chart.SeriesChange.md b/api/Excel.Chart.SeriesChange.md
index b302aed7b48..c2719027a11 100644
--- a/api/Excel.Chart.SeriesChange.md
+++ b/api/Excel.Chart.SeriesChange.md
@@ -30,12 +30,12 @@ Occurs when the user changes the value of a chart data point by clicking a bar i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SeriesIndex_|Required| **Long**| The offset within the **[Series](Excel.Series(object).md)** collection for the changed series.|
| _PointIndex_|Required| **Long**|The offset within the **[Points](Excel.Points(object).md)** collection for the changed point.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Chart.SeriesCollection.md b/api/Excel.Chart.SeriesCollection.md
index 2020d8e2405..2a760f4fde9 100644
--- a/api/Excel.Chart.SeriesCollection.md
+++ b/api/Excel.Chart.SeriesCollection.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single series (a **[Series](Excel.Se
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the series.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Chart.SetBackgroundPicture.md b/api/Excel.Chart.SetBackgroundPicture.md
index 1d129da7f9e..52b5d2152d2 100644
--- a/api/Excel.Chart.SetBackgroundPicture.md
+++ b/api/Excel.Chart.SetBackgroundPicture.md
@@ -27,7 +27,7 @@ Sets the background graphic for a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the graphic file.|
diff --git a/api/Excel.Chart.SetDefaultChart.md b/api/Excel.Chart.SetDefaultChart.md
index 7b969af47f5..5e480b81378 100644
--- a/api/Excel.Chart.SetDefaultChart.md
+++ b/api/Excel.Chart.SetDefaultChart.md
@@ -27,7 +27,7 @@ Specifies the name of the chart template that Microsoft Excel uses when creating
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **Variant**|Specifies the name of the default chart template that will be used when creating new charts. This name can be a string naming a chart in the gallery for a user-defined template or it can be a special constant **xlBuiltIn** to specify a built-in chart template.|
diff --git a/api/Excel.Chart.SetElement.md b/api/Excel.Chart.SetElement.md
index 6ccc2031b2e..bb274e73f3c 100644
--- a/api/Excel.Chart.SetElement.md
+++ b/api/Excel.Chart.SetElement.md
@@ -27,11 +27,11 @@ Sets chart elements on a chart. Read/write **MsoChartElementType** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Element_|Required| **MsoChartElementType**|Specifies the chart element type.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Chart.SetSourceData.md b/api/Excel.Chart.SetSourceData.md
index 68088e5991b..52143baaa16 100644
--- a/api/Excel.Chart.SetSourceData.md
+++ b/api/Excel.Chart.SetSourceData.md
@@ -27,7 +27,7 @@ Sets the source data range for the chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **Range**|The range that contains the source data.|
| _PlotBy_|Optional| **Variant**|Specifies the way the data is to be plotted. Can be either of the following **[XlRowCol](Excel.XlRowCol.md)** constants: **xlColumns** or **xlRows** .|
diff --git a/api/Excel.Chart.ShowAllFieldButtons.md b/api/Excel.Chart.ShowAllFieldButtons.md
index c567fc260f4..2c8e04cbfca 100644
--- a/api/Excel.Chart.ShowAllFieldButtons.md
+++ b/api/Excel.Chart.ShowAllFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets whether to display all field buttons on a PivotChart. Read/write
_expression_ A variable that represents a '[Chart](Excel.Chart(object).md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.Chart.ShowAxisFieldButtons.md b/api/Excel.Chart.ShowAxisFieldButtons.md
index 214d37d26bc..3aef413d394 100644
--- a/api/Excel.Chart.ShowAxisFieldButtons.md
+++ b/api/Excel.Chart.ShowAxisFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets whether to display axis field buttons on a PivotChart. Read/writ
_expression_ A variable that represents a '[Chart](Excel.Chart(object).md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.Chart.ShowLegendFieldButtons.md b/api/Excel.Chart.ShowLegendFieldButtons.md
index 16054c6bcc4..ed44c155504 100644
--- a/api/Excel.Chart.ShowLegendFieldButtons.md
+++ b/api/Excel.Chart.ShowLegendFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets whether to display legend field buttons on a PivotChart. Read/wr
_expression_ A variable that represents a '[Chart](Excel.Chart(object).md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.Chart.ShowReportFilterFieldButtons.md b/api/Excel.Chart.ShowReportFilterFieldButtons.md
index 269f2972c09..80d7e674265 100644
--- a/api/Excel.Chart.ShowReportFilterFieldButtons.md
+++ b/api/Excel.Chart.ShowReportFilterFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets whether to display the report filter field buttons on a PivotCha
_expression_ A variable that represents a '[Chart](Excel.Chart(object).md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.Chart.ShowValueFieldButtons.md b/api/Excel.Chart.ShowValueFieldButtons.md
index 896d5d418a0..aa0467ab8a0 100644
--- a/api/Excel.Chart.ShowValueFieldButtons.md
+++ b/api/Excel.Chart.ShowValueFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets whether to display the value field buttons on a PivotChart. Read
_expression_ A variable that represents a '[Chart](Excel.Chart(object).md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.Chart.Unprotect.md b/api/Excel.Chart.Unprotect.md
index b51eed6fead..11bbb9f379b 100644
--- a/api/Excel.Chart.Unprotect.md
+++ b/api/Excel.Chart.Unprotect.md
@@ -27,7 +27,7 @@ Removes protection from a sheet or workbook. This method has no effect if the sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Password_|Optional| **Variant**|A string that denotes the case-sensitive password to use to unprotect the chart. If the chart isn't protected with a password, this argument is ignored.|
diff --git a/api/Excel.ChartArea.Clear.md b/api/Excel.ChartArea.Clear.md
index 3a0613e01db..4394c3b9a2d 100644
--- a/api/Excel.ChartArea.Clear.md
+++ b/api/Excel.ChartArea.Clear.md
@@ -23,7 +23,7 @@ Clears the entire object.
_expression_ A variable that represents a [ChartArea](Excel.ChartArea(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartArea.ClearContents.md b/api/Excel.ChartArea.ClearContents.md
index 1b6784994c4..3252ec21c3b 100644
--- a/api/Excel.ChartArea.ClearContents.md
+++ b/api/Excel.ChartArea.ClearContents.md
@@ -23,7 +23,7 @@ Clears the data from a chart but leaves the formatting.
_expression_ A variable that represents a [ChartArea](Excel.ChartArea(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartArea.ClearFormats.md b/api/Excel.ChartArea.ClearFormats.md
index cb54aa0d9b3..615fa75de7a 100644
--- a/api/Excel.ChartArea.ClearFormats.md
+++ b/api/Excel.ChartArea.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents a [ChartArea](Excel.ChartArea(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartArea.Copy.md b/api/Excel.ChartArea.Copy.md
index 12a4ff75065..bd9d3ab0988 100644
--- a/api/Excel.ChartArea.Copy.md
+++ b/api/Excel.ChartArea.Copy.md
@@ -23,7 +23,7 @@ Copies the object to the Clipboard.
_expression_ A variable that represents a [ChartArea](Excel.ChartArea(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartArea.Select.md b/api/Excel.ChartArea.Select.md
index 98ef11a3b02..77b3e6dc867 100644
--- a/api/Excel.ChartArea.Select.md
+++ b/api/Excel.ChartArea.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [ChartArea](Excel.ChartArea(Graph property).md) object.
-### Return Value
+### Return value
A Variant value that represents the selected object.
diff --git a/api/Excel.ChartFormat.Application.md b/api/Excel.ChartFormat.Application.md
index 7823916b31b..0f6d9487c9b 100644
--- a/api/Excel.ChartFormat.Application.md
+++ b/api/Excel.ChartFormat.Application.md
@@ -23,7 +23,7 @@ When used without an object qualifier, this property returns an **[Application]
_expression_ A variable that represents a [ChartFormat](Excel.ChartFormat.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Excel.ChartFormat.Creator.md b/api/Excel.ChartFormat.Creator.md
index 5b3368c00fe..aadf0bab9ac 100644
--- a/api/Excel.ChartFormat.Creator.md
+++ b/api/Excel.ChartFormat.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ A variable that represents a [ChartFormat](Excel.ChartFormat.md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.ChartGroup.AxisGroup.md b/api/Excel.ChartGroup.AxisGroup.md
index c551d87298e..5a9f0737588 100644
--- a/api/Excel.ChartGroup.AxisGroup.md
+++ b/api/Excel.ChartGroup.AxisGroup.md
@@ -23,7 +23,7 @@ Returns or sets the group for the specified chart. Read/write
_expression_ A variable that represents a '[ChartGroup](Excel.ChartGroup(object).md)' object.
-### Return Value
+### Return value
**[XlAxisGroup](Excel.XlAxisGroup.md)**
diff --git a/api/Excel.ChartGroup.SeriesCollection.md b/api/Excel.ChartGroup.SeriesCollection.md
index 26fc1ce04f7..6fd8122d299 100644
--- a/api/Excel.ChartGroup.SeriesCollection.md
+++ b/api/Excel.ChartGroup.SeriesCollection.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single series (a **[Series](Excel.Se
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the series.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.ChartGroups.Item.md b/api/Excel.ChartGroups.Item.md
index 35aa58921cc..562f0f5bcc3 100644
--- a/api/Excel.ChartGroups.Item.md
+++ b/api/Excel.ChartGroups.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[ChartGroup](Excel.ChartGroup(object).md)** object contained by the collection.
diff --git a/api/Excel.ChartObject.Activate.md b/api/Excel.ChartObject.Activate.md
index d7d95d874cf..156a7db33ec 100644
--- a/api/Excel.ChartObject.Activate.md
+++ b/api/Excel.ChartObject.Activate.md
@@ -23,7 +23,7 @@ Makes the current chart the active chart.
_expression_ A variable that represents a [ChartObject](Excel.ChartObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObject.BringToFront.md b/api/Excel.ChartObject.BringToFront.md
index ac38fd6c951..3a348021471 100644
--- a/api/Excel.ChartObject.BringToFront.md
+++ b/api/Excel.ChartObject.BringToFront.md
@@ -23,7 +23,7 @@ Brings the object to the front of the z-order.
_expression_ A variable that represents a [ChartObject](Excel.ChartObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObject.Copy.md b/api/Excel.ChartObject.Copy.md
index 2a30fc1bfd8..db244f2a3f6 100644
--- a/api/Excel.ChartObject.Copy.md
+++ b/api/Excel.ChartObject.Copy.md
@@ -23,7 +23,7 @@ Copies the object to the Clipboard.
_expression_ A variable that represents a [ChartObject](Excel.ChartObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObject.CopyPicture.md b/api/Excel.ChartObject.CopyPicture.md
index e6735fea292..77f4421a34f 100644
--- a/api/Excel.ChartObject.CopyPicture.md
+++ b/api/Excel.ChartObject.CopyPicture.md
@@ -27,12 +27,12 @@ Copies the selected object to the Clipboard as a picture.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Appearance_|Optional| **[XlPictureAppearance](Excel.XlPictureAppearance.md)**|. Specifies how the picture should be copied. The default value is **xlScreen** .|
| _Format_|Optional| **[XlCopyPictureFormat](Excel.XlCopyPictureFormat.md)**|. The format of the picture. The default value is **xlPicture** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObject.Cut.md b/api/Excel.ChartObject.Cut.md
index b51dba90af2..ff40799a9aa 100644
--- a/api/Excel.ChartObject.Cut.md
+++ b/api/Excel.ChartObject.Cut.md
@@ -23,7 +23,7 @@ Cuts the object to the Clipboard.
_expression_ A variable that represents a [ChartObject](Excel.ChartObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObject.Delete.md b/api/Excel.ChartObject.Delete.md
index 3f025ac2b19..6a45be5767f 100644
--- a/api/Excel.ChartObject.Delete.md
+++ b/api/Excel.ChartObject.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [ChartObject](Excel.ChartObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObject.Duplicate.md b/api/Excel.ChartObject.Duplicate.md
index cae0710ee17..71e02db27c5 100644
--- a/api/Excel.ChartObject.Duplicate.md
+++ b/api/Excel.ChartObject.Duplicate.md
@@ -23,7 +23,7 @@ Duplicates the object and returns a reference to the new copy.
_expression_ A variable that represents a [ChartObject](Excel.ChartObject.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Excel.ChartObject.Select.md b/api/Excel.ChartObject.Select.md
index f4fed5cd21c..e8f96c78c8a 100644
--- a/api/Excel.ChartObject.Select.md
+++ b/api/Excel.ChartObject.Select.md
@@ -27,11 +27,11 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObject.SendToBack.md b/api/Excel.ChartObject.SendToBack.md
index c9acd2a3b23..47d89d5e024 100644
--- a/api/Excel.ChartObject.SendToBack.md
+++ b/api/Excel.ChartObject.SendToBack.md
@@ -23,7 +23,7 @@ Sends the object to the back of the z-order.
_expression_ A variable that represents a [ChartObject](Excel.ChartObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObjects.Add.md b/api/Excel.ChartObjects.Add.md
index 6c77dd30e0a..50aaf923852 100644
--- a/api/Excel.ChartObjects.Add.md
+++ b/api/Excel.ChartObjects.Add.md
@@ -27,12 +27,12 @@ Creates a new embedded chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required| **Double**|The initial coordinates of the new object (in points), relative to the upper-left corner of cell A1 on a worksheet or to the upper-left corner of a chart.|
| _Width_|Required| **Double**|The initial size of the new object, in points.|
-### Return Value
+### Return value
A **[ChartObject](Excel.ChartObject.md)** object that represents the new embedded chart.
diff --git a/api/Excel.ChartObjects.Copy.md b/api/Excel.ChartObjects.Copy.md
index cd96006c413..b936cfa6fd3 100644
--- a/api/Excel.ChartObjects.Copy.md
+++ b/api/Excel.ChartObjects.Copy.md
@@ -23,7 +23,7 @@ Copies the object to the Clipboard.
_expression_ A variable that represents a [ChartObjects](Excel.ChartObjects.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObjects.CopyPicture.md b/api/Excel.ChartObjects.CopyPicture.md
index a8152f55183..b496a74385b 100644
--- a/api/Excel.ChartObjects.CopyPicture.md
+++ b/api/Excel.ChartObjects.CopyPicture.md
@@ -27,12 +27,12 @@ Copies the selected object to the Clipboard as a picture. **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Appearance_|Optional| **[XlPictureAppearance](Excel.XlPictureAppearance.md)**|. Specifies how the picture should be copied. The default value is **xlScreen** .|
| _Format_|Optional| **[XlCopyPictureFormat](Excel.XlCopyPictureFormat.md)**|. The format of the picture. The default value is **xlPicture** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObjects.Cut.md b/api/Excel.ChartObjects.Cut.md
index 49b372c7cef..6954810a738 100644
--- a/api/Excel.ChartObjects.Cut.md
+++ b/api/Excel.ChartObjects.Cut.md
@@ -23,7 +23,7 @@ Cuts the object to the Clipboard.
_expression_ A variable that represents a [ChartObjects](Excel.ChartObjects.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObjects.Delete.md b/api/Excel.ChartObjects.Delete.md
index 0d8ada91b53..19211b6f398 100644
--- a/api/Excel.ChartObjects.Delete.md
+++ b/api/Excel.ChartObjects.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [ChartObjects](Excel.ChartObjects.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartObjects.Duplicate.md b/api/Excel.ChartObjects.Duplicate.md
index feea2de26fd..21c103c4e25 100644
--- a/api/Excel.ChartObjects.Duplicate.md
+++ b/api/Excel.ChartObjects.Duplicate.md
@@ -23,7 +23,7 @@ Duplicates the object and returns a reference to the new copy.
_expression_ A variable that represents a [ChartObjects](Excel.ChartObjects.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Excel.ChartObjects.Item.md b/api/Excel.ChartObjects.Item.md
index 24aaedf13ed..f7edf1a59ec 100644
--- a/api/Excel.ChartObjects.Item.md
+++ b/api/Excel.ChartObjects.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
An Object value that represents an object contained by the collection.
diff --git a/api/Excel.ChartObjects.Select.md b/api/Excel.ChartObjects.Select.md
index 1fb7e20087e..dfebf27ed30 100644
--- a/api/Excel.ChartObjects.Select.md
+++ b/api/Excel.ChartObjects.Select.md
@@ -27,11 +27,11 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartTitle.Characters.md b/api/Excel.ChartTitle.Characters.md
index 0be4d0be015..f2712ff5170 100644
--- a/api/Excel.ChartTitle.Characters.md
+++ b/api/Excel.ChartTitle.Characters.md
@@ -27,7 +27,7 @@ Returns a **[Characters](Excel.Characters.md)** object that represents a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the _Start_ character).|
diff --git a/api/Excel.ChartTitle.Delete.md b/api/Excel.ChartTitle.Delete.md
index 5904a71d23d..69deb30b78b 100644
--- a/api/Excel.ChartTitle.Delete.md
+++ b/api/Excel.ChartTitle.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [ChartTitle](Excel.ChartTitle(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartTitle.Formula.md b/api/Excel.ChartTitle.Formula.md
index e36918c44af..74c3b04d2f6 100644
--- a/api/Excel.ChartTitle.Formula.md
+++ b/api/Excel.ChartTitle.Formula.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [ChartTitle](Excel.ChartTitle(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.ChartTitle.FormulaLocal.md b/api/Excel.ChartTitle.FormulaLocal.md
index b8750609993..c95460a78c8 100644
--- a/api/Excel.ChartTitle.FormulaLocal.md
+++ b/api/Excel.ChartTitle.FormulaLocal.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [ChartTitle](Excel.ChartTitle(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.ChartTitle.FormulaR1C1.md b/api/Excel.ChartTitle.FormulaR1C1.md
index eef33fba06a..2154d26e1c2 100644
--- a/api/Excel.ChartTitle.FormulaR1C1.md
+++ b/api/Excel.ChartTitle.FormulaR1C1.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [ChartTitle](Excel.ChartTitle(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.ChartTitle.FormulaR1C1Local.md b/api/Excel.ChartTitle.FormulaR1C1Local.md
index 8df9d41c3a1..b4529bd068b 100644
--- a/api/Excel.ChartTitle.FormulaR1C1Local.md
+++ b/api/Excel.ChartTitle.FormulaR1C1Local.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [ChartTitle](Excel.ChartTitle(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.ChartTitle.Height.md b/api/Excel.ChartTitle.Height.md
index d84e2deee8e..7a8e86cb14f 100644
--- a/api/Excel.ChartTitle.Height.md
+++ b/api/Excel.ChartTitle.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents a [ChartTitle](Excel.ChartTitle(Graph property).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.ChartTitle.Select.md b/api/Excel.ChartTitle.Select.md
index e2678db44ee..58713f92752 100644
--- a/api/Excel.ChartTitle.Select.md
+++ b/api/Excel.ChartTitle.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [ChartTitle](Excel.ChartTitle(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ChartTitle.Width.md b/api/Excel.ChartTitle.Width.md
index e13b656d6ad..13bc1bcad9c 100644
--- a/api/Excel.ChartTitle.Width.md
+++ b/api/Excel.ChartTitle.Width.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the object. Read-only.
_expression_ A variable that represents a [ChartTitle](Excel.ChartTitle(Graph property).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Charts.Copy.md b/api/Excel.Charts.Copy.md
index e2c5d29f296..0e547506ad8 100644
--- a/api/Excel.Charts.Copy.md
+++ b/api/Excel.Charts.Copy.md
@@ -27,7 +27,7 @@ Copies the sheet to another location in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the copied sheet will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**|The sheet after which the copied sheet will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Charts.Item.md b/api/Excel.Charts.Item.md
index 15159062a91..a9bd0406a2e 100644
--- a/api/Excel.Charts.Item.md
+++ b/api/Excel.Charts.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Charts.Move.md b/api/Excel.Charts.Move.md
index 866da4c1d6f..e16d248d0bf 100644
--- a/api/Excel.Charts.Move.md
+++ b/api/Excel.Charts.Move.md
@@ -27,7 +27,7 @@ Moves the chart to another location in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the moved chart will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**| The sheet after which the moved chart will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Charts.PrintOut.md b/api/Excel.Charts.PrintOut.md
index 3e221d761e6..44f678e6312 100644
--- a/api/Excel.Charts.PrintOut.md
+++ b/api/Excel.Charts.PrintOut.md
@@ -27,7 +27,7 @@ Prints the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional| **Variant**|The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.|
| _To_|Optional| **Variant**|The number of the last page to print. If this argument is omitted, printing ends with the last page.|
@@ -39,7 +39,7 @@ Prints the object.
| _PrToFileName_|Optional| **Variant**|If _PrintToFile_ is set to **True** , this argument specifies the name of the file you want to print to.|
| _IgnorePrintAreas_|Optional| **Variant**| **True** to ignore print areas and print the entire object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Charts.PrintPreview.md b/api/Excel.Charts.PrintPreview.md
index e938fab5b91..f7e9cd054b4 100644
--- a/api/Excel.Charts.PrintPreview.md
+++ b/api/Excel.Charts.PrintPreview.md
@@ -27,7 +27,7 @@ Shows a preview of the object as it would look when printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EnableChanges_|Optional| **Variant**|Pass a **Boolean** value to specify if the user can change the margins and other page setup options available in print preview.|
diff --git a/api/Excel.Charts.Select.md b/api/Excel.Charts.Select.md
index 624bef8b6c5..b9dc8f68847 100644
--- a/api/Excel.Charts.Select.md
+++ b/api/Excel.Charts.Select.md
@@ -27,7 +27,7 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| (used only with sheets). **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
diff --git a/api/Excel.ColorFormat.Brightness.md b/api/Excel.ColorFormat.Brightness.md
index 234887ef985..7909b410b05 100644
--- a/api/Excel.ColorFormat.Brightness.md
+++ b/api/Excel.ColorFormat.Brightness.md
@@ -20,7 +20,7 @@ Returns or sets the luminosity of the specified object. Read/write
_expression_ A variable that represents a '[ColorFormat](Excel.ColorFormat.md)' object.
-### Return Value
+### Return value
**Single**
diff --git a/api/Excel.ColorScale.ModifyAppliesToRange.md b/api/Excel.ColorScale.ModifyAppliesToRange.md
index fc01b300886..0ac39a5b9ee 100644
--- a/api/Excel.ColorScale.ModifyAppliesToRange.md
+++ b/api/Excel.ColorScale.ModifyAppliesToRange.md
@@ -27,7 +27,7 @@ Sets the cell range to which this formatting rule applies.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to which this formatting rule will be applied.|
diff --git a/api/Excel.ColorScaleCriteria.Item.md b/api/Excel.ColorScaleCriteria.Item.md
index a8b5222593a..d58ae250a9f 100644
--- a/api/Excel.ColorScaleCriteria.Item.md
+++ b/api/Excel.ColorScaleCriteria.Item.md
@@ -27,7 +27,7 @@ Returns a single **[ColorScaleCriterion](Excel.ColorScaleCriterion.md)** object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number of the **ColorScaleCriterion** object.|
diff --git a/api/Excel.ColorStop.Application.md b/api/Excel.ColorStop.Application.md
index 2b8725d448d..da589a9052a 100644
--- a/api/Excel.ColorStop.Application.md
+++ b/api/Excel.ColorStop.Application.md
@@ -23,7 +23,7 @@ When used without an object qualifier, this property returns an **Application**
_expression_ A variable that represents a [ColorStop](Excel.ColorStop.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Excel.ColorStop.Color.md b/api/Excel.ColorStop.Color.md
index 6bb25a42b24..d7e3bc75b58 100644
--- a/api/Excel.ColorStop.Color.md
+++ b/api/Excel.ColorStop.Color.md
@@ -23,7 +23,7 @@ Returns or sets the color of the represented object. Read/write
_expression_ A variable that represents a [ColorStop](Excel.ColorStop.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ColorStop.Creator.md b/api/Excel.ColorStop.Creator.md
index a613cc0279d..7a80179e050 100644
--- a/api/Excel.ColorStop.Creator.md
+++ b/api/Excel.ColorStop.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ A variable that represents a [ColorStop](Excel.ColorStop.md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.ColorStop.Delete.md b/api/Excel.ColorStop.Delete.md
index 570ab434464..4b872f22d16 100644
--- a/api/Excel.ColorStop.Delete.md
+++ b/api/Excel.ColorStop.Delete.md
@@ -23,7 +23,7 @@ Deletes the represented object.
_expression_ A variable that represents a [ColorStop](Excel.ColorStop.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.ColorStop.Parent.md b/api/Excel.ColorStop.Parent.md
index 231b4446442..34fec1c0570 100644
--- a/api/Excel.ColorStop.Parent.md
+++ b/api/Excel.ColorStop.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object. Read-only
_expression_ A variable that represents a [ColorStop](Excel.ColorStop.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Excel.ColorStop.Position.md b/api/Excel.ColorStop.Position.md
index 1302bae3cdd..f37ce8968cd 100644
--- a/api/Excel.ColorStop.Position.md
+++ b/api/Excel.ColorStop.Position.md
@@ -23,7 +23,7 @@ Returns or sets the position of the **ColorStop** . Read/write
_expression_ A variable that represents a [ColorStop](Excel.ColorStop.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.ColorStop.ThemeColor.md b/api/Excel.ColorStop.ThemeColor.md
index 7894b7e7ca3..7b659cb34e1 100644
--- a/api/Excel.ColorStop.ThemeColor.md
+++ b/api/Excel.ColorStop.ThemeColor.md
@@ -23,7 +23,7 @@ Returns or sets the theme color of the represented object. Read/write
_expression_ A variable that represents a [ColorStop](Excel.ColorStop.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.ColorStop.TintAndShade.md b/api/Excel.ColorStop.TintAndShade.md
index 7bd2de59596..00ea1bae6f4 100644
--- a/api/Excel.ColorStop.TintAndShade.md
+++ b/api/Excel.ColorStop.TintAndShade.md
@@ -23,7 +23,7 @@ Returns or sets the tint and shade of the represented object. Read/write
_expression_ A variable that represents a [ColorStop](Excel.ColorStop.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ColorStops.Add.md b/api/Excel.ColorStops.Add.md
index d3bb79e09b7..32e66cfbc5f 100644
--- a/api/Excel.ColorStops.Add.md
+++ b/api/Excel.ColorStops.Add.md
@@ -27,11 +27,11 @@ Adds a **[ColorStop](Excel.ColorStop.md)** object to the specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Position_|Required| **Double**|Represents the position in which to apply the **ColorStop** .|
-### Return Value
+### Return value
ColorStop
diff --git a/api/Excel.ColorStops.Application.md b/api/Excel.ColorStops.Application.md
index e8b6e9098a6..8a6c166c852 100644
--- a/api/Excel.ColorStops.Application.md
+++ b/api/Excel.ColorStops.Application.md
@@ -23,7 +23,7 @@ When used without an object qualifier, this property returns an **Application**
_expression_ An expression that returns a [ColorStops](Excel.ColorStops.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Excel.ColorStops.Clear.md b/api/Excel.ColorStops.Clear.md
index f02cbacd23c..fcd76821a3b 100644
--- a/api/Excel.ColorStops.Clear.md
+++ b/api/Excel.ColorStops.Clear.md
@@ -23,7 +23,7 @@ Clears the represented object.
_expression_ An expression that returns a [ColorStops](Excel.ColorStops.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.ColorStops.Count.md b/api/Excel.ColorStops.Count.md
index 7e9beaa2862..f8b5b07d74b 100644
--- a/api/Excel.ColorStops.Count.md
+++ b/api/Excel.ColorStops.Count.md
@@ -23,7 +23,7 @@ Returns or sets the count of the represented object. Read-only
_expression_ An expression that returns a [ColorStops](Excel.ColorStops.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.ColorStops.Creator.md b/api/Excel.ColorStops.Creator.md
index 9fd1e432408..31b5e980de4 100644
--- a/api/Excel.ColorStops.Creator.md
+++ b/api/Excel.ColorStops.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ An expression that returns a [ColorStops](Excel.ColorStops.md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.ColorStops.Item.md b/api/Excel.ColorStops.Item.md
index e94f072cbcb..a009e211a7b 100644
--- a/api/Excel.ColorStops.Item.md
+++ b/api/Excel.ColorStops.Item.md
@@ -27,11 +27,11 @@ Returns a single object from the represented collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **ColorStops** object contained by the collection.
diff --git a/api/Excel.ColorStops.Parent.md b/api/Excel.ColorStops.Parent.md
index 48c9aeec3c2..ec783de6692 100644
--- a/api/Excel.ColorStops.Parent.md
+++ b/api/Excel.ColorStops.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object. Read-only
_expression_ A variable that represents a [ColorStops](Excel.ColorStops.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Comment.Next.md b/api/Excel.Comment.Next.md
index 1653ec696b5..f2e6bf0bf54 100644
--- a/api/Excel.Comment.Next.md
+++ b/api/Excel.Comment.Next.md
@@ -23,7 +23,7 @@ Returns a **[Comment](Excel.Comment.md)** object that represents the next comme
_expression_ An expression that returns a [Comment](Excel.Comment.md) object.
-### Return Value
+### Return value
Comment
diff --git a/api/Excel.Comment.Previous.md b/api/Excel.Comment.Previous.md
index e7e7669918d..cb404390fef 100644
--- a/api/Excel.Comment.Previous.md
+++ b/api/Excel.Comment.Previous.md
@@ -23,7 +23,7 @@ Returns a **[Comment](Excel.Comment.md)** object that represents the previous c
_expression_ An expression that returns a [Comment](Excel.Comment.md) object.
-### Return Value
+### Return value
Comment
diff --git a/api/Excel.Comment.Text.md b/api/Excel.Comment.Text.md
index 5f168c1afb9..633066ac042 100644
--- a/api/Excel.Comment.Text.md
+++ b/api/Excel.Comment.Text.md
@@ -27,13 +27,13 @@ Sets comment text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Optional| **Variant**|The text to be added.|
| _Start_|Optional| **Variant**|The character number where the added text will be placed. If this argument is omitted, any existing text in the comment is deleted.|
| _Overwrite_|Optional| **Variant**| **True** to overwrite the existing text. The default value is **False** (text is inserted).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.Comments.Item.md b/api/Excel.Comments.Item.md
index 4e2dba79f02..b1d094f2f6e 100644
--- a/api/Excel.Comments.Item.md
+++ b/api/Excel.Comments.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number for the object.|
-### Return Value
+### Return value
A **[Comment](Excel.Comment.md)** object contained by the collection.
diff --git a/api/Excel.ConditionValue.Modify.md b/api/Excel.ConditionValue.Modify.md
index 47d6a989afe..4d2ab8f68cf 100644
--- a/api/Excel.ConditionValue.Modify.md
+++ b/api/Excel.ConditionValue.Modify.md
@@ -27,7 +27,7 @@ Modifies how the longest bar or shortest bar is evaluated for a data bar conditi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _newtype_|Required| **[XlConditionValueTypes](Excel.XlConditionValueTypes.md)**|Specifies how the shortest bar or longest bar is evaluated. The default value is **xlConditionLowestValue** for the shortest bar and **xlConditionHighestValue** for the longest bar.|
| _newvalue_|Optional| **Variant**|The value assigned to the shortest or longest data bar. Depending on the _newtype_ argument, this can be a number or a formula that evaluates to a number.|
diff --git a/api/Excel.Connections.Add.md b/api/Excel.Connections.Add.md
index 1a3008de6eb..a0b9519f1bb 100644
--- a/api/Excel.Connections.Add.md
+++ b/api/Excel.Connections.Add.md
@@ -27,7 +27,7 @@ Adds a new connction to the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|Name of the connection.|
| _Description_|Required| **String**|Brief description about the connection.|
@@ -37,7 +37,7 @@ Adds a new connction to the workbook.
| _CreateModelConnection_|Optional| **Boolean**|Specifies whether to create a connection to the PowerPivot model.|
| _ImportRelationships]_|Optional| **Boolean**|Specifies whether to import any existing relationships.|
-### Return Value
+### Return value
WorkbookConnection
diff --git a/api/Excel.Connections.AddFromFile.md b/api/Excel.Connections.AddFromFile.md
index 139969db8f3..622a0730e8f 100644
--- a/api/Excel.Connections.AddFromFile.md
+++ b/api/Excel.Connections.AddFromFile.md
@@ -27,13 +27,13 @@ Adds a connection from the specified file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|Name of the file.|
| _CreateModelConnection_|Optional| **Boolean**|Specifies whether to create the connection to the model.|
| _ImportRelationships_|Optional| **Boolean**|Specifies whether to import the connection relationship.|
-### Return Value
+### Return value
WorkbookConnection
diff --git a/api/Excel.Connections.Item.md b/api/Excel.Connections.Item.md
index 805b970702a..2c07077d0f6 100644
--- a/api/Excel.Connections.Item.md
+++ b/api/Excel.Connections.Item.md
@@ -27,11 +27,11 @@ This method creates a connection item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Index value of the item.|
-### Return Value
+### Return value
WorkbookConnection
diff --git a/api/Excel.ConnectorFormat.BeginConnect.md b/api/Excel.ConnectorFormat.BeginConnect.md
index 0f8d1712d63..874cf46af18 100644
--- a/api/Excel.ConnectorFormat.BeginConnect.md
+++ b/api/Excel.ConnectorFormat.BeginConnect.md
@@ -27,7 +27,7 @@ Attaches the beginning of the specified connector to a specified shape. If there
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConnectedShape_|Required| **Shape**|The shape to attach the beginning of the connector to. The specified **[Shape](Excel.Shape.md)** object must be in the same **[Shapes](Excel.Shapes.md)** collection as the connector.|
| _ConnectionSite_|Required| **Long**|A connection site on the shape specified by _ConnectedShape_. Must be an integer between 1 and the integer returned by the **[ConnectionSiteCount](Excel.Shape.ConnectionSiteCount.md)** property of the specified shape. If you want the connector to automatically find the shortest path between the two shapes it connects, specify any valid integer for this argument and then use the **[RerouteConnections](Excel.ShapeRange.RerouteConnections.md)** method after the connector is attached to shapes at both ends.|
diff --git a/api/Excel.ConnectorFormat.EndConnect.md b/api/Excel.ConnectorFormat.EndConnect.md
index 86c7cbe458f..bf584cc40b5 100644
--- a/api/Excel.ConnectorFormat.EndConnect.md
+++ b/api/Excel.ConnectorFormat.EndConnect.md
@@ -27,7 +27,7 @@ Attaches the end of the specified connector to a specified shape. If there?s alr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConnectedShape_|Required| **[Shape](Excel.Shape.md)**|The shape to attach the end of the connector to. The specified **Shape** object must be in the same **[Shapes](Excel.Shapes.md)** collection as the connector.|
| _ConnectionSite_|Required| **Long**|Must be an integer between 1 and the integer returned by the **ConnectionSiteCount** property of the specified shape. If you want the connector to automatically find the shortest path between the two shapes it connects, specify any valid integer for this argument and then use the **[RerouteConnections](Excel.Shape.RerouteConnections.md)** method after the connector is attached to shapes at both ends.|
diff --git a/api/Excel.Constants.md b/api/Excel.Constants.md
index 9d1f354bdc8..2fc45cc43c6 100644
--- a/api/Excel.Constants.md
+++ b/api/Excel.Constants.md
@@ -14,7 +14,7 @@ This enumeration groups together constants used with various Excel methods.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xl3DBar**|-4099|3D Bar|
| **xl3DEffects1**|13|3D Effects1|
diff --git a/api/Excel.ControlFormat.AddItem.md b/api/Excel.ControlFormat.AddItem.md
index 5b7b38c80cf..30059095e78 100644
--- a/api/Excel.ControlFormat.AddItem.md
+++ b/api/Excel.ControlFormat.AddItem.md
@@ -27,7 +27,7 @@ Adds an item to a list box or a combo box.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The text to be added.|
| _Index_|Optional| **Variant**|The position of the new entry. If the list has fewer entries than the specified index, blank items from the end of the list are added to the specified position. If this argument is omitted, the item is appended to the existing list.|
diff --git a/api/Excel.ControlFormat.List.md b/api/Excel.ControlFormat.List.md
index 3c29a3514f2..0f36b449dc3 100644
--- a/api/Excel.ControlFormat.List.md
+++ b/api/Excel.ControlFormat.List.md
@@ -27,11 +27,11 @@ Returns or sets the text entries in the specified list box or a combo box, as an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The index number of a single text entry to be set or returned. If this argument is omitted, the entire list is returned or set as an array of strings.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ControlFormat.Max.md b/api/Excel.ControlFormat.Max.md
index 7415e2ece0e..c18c3cd2cb9 100644
--- a/api/Excel.ControlFormat.Max.md
+++ b/api/Excel.ControlFormat.Max.md
@@ -23,7 +23,7 @@ Returns or sets the maximum value of a scroll bar or spinner range. The scroll b
_expression_ An expression that returns a [ControlFormat](Excel.ControlFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.ControlFormat.Min.md b/api/Excel.ControlFormat.Min.md
index eeb986b41c9..9e57153bef2 100644
--- a/api/Excel.ControlFormat.Min.md
+++ b/api/Excel.ControlFormat.Min.md
@@ -23,7 +23,7 @@ Returns or sets the minimum value of a scroll bar or spinner range. The scroll b
_expression_ An expression that returns a [ControlFormat](Excel.ControlFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.ControlFormat.RemoveItem.md b/api/Excel.ControlFormat.RemoveItem.md
index 37df3b54e68..246508c0324 100644
--- a/api/Excel.ControlFormat.RemoveItem.md
+++ b/api/Excel.ControlFormat.RemoveItem.md
@@ -27,7 +27,7 @@ Removes one or more items from a list box or combo box.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The number of the first item to be removed. Valid values are from 1 to the number of items in the list (returned by the **ListCount** property).|
| _Count_|Optional| **Variant**|The number of items to be removed, starting at item _Index_. If this argument is omitted, one item is removed. If _Index_ + _Count_ exceeds the number of items in the list, all items from _Index_ through the end of the list are removed without an error.|
diff --git a/api/Excel.CubeField.AddMemberPropertyField.md b/api/Excel.CubeField.AddMemberPropertyField.md
index ea184ec8ac5..81b9bc2b642 100644
--- a/api/Excel.CubeField.AddMemberPropertyField.md
+++ b/api/Excel.CubeField.AddMemberPropertyField.md
@@ -27,7 +27,7 @@ Adds a member property field to the display for the cube field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Property_|Required| **String**|The unique name of the member property. For balanced hierarchies, a unique name can be created by appending the "quoted" member property name to the unique name of the level with which the member property is associated. For unbalanced hierarchies, a unique name can be created by appending the "quoted" member property name to the unique name of the hierarchy.|
| _PropertyOrder_|Optional| **Variant**|Sets the **[PropertyOrder](Excel.PivotField.PropertyOrder.md)** property value for a **CubeField** object. The actual position in the collection will be immediately before the PivotTable field that currently has the same **PropertyOrder** value that is given in the argument. If no field has the given property order value, the range of acceptable values is 1 to the number of member properties already showing for the hierarchy plus one. This argument is one-based. If omitted, the property goes to the end of the list.|
diff --git a/api/Excel.CubeField.FlattenHierarchies.md b/api/Excel.CubeField.FlattenHierarchies.md
index 61cb86c4796..c5b0256e0e0 100644
--- a/api/Excel.CubeField.FlattenHierarchies.md
+++ b/api/Excel.CubeField.FlattenHierarchies.md
@@ -23,7 +23,7 @@ Returns or sets whether items from all levels of hierarchies in a named set cube
_expression_ A variable that represents a '[CubeField](Excel.CubeField.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.CubeField.HierarchizeDistinct.md b/api/Excel.CubeField.HierarchizeDistinct.md
index 325275dd191..dd082c1a5f5 100644
--- a/api/Excel.CubeField.HierarchizeDistinct.md
+++ b/api/Excel.CubeField.HierarchizeDistinct.md
@@ -23,7 +23,7 @@ Returns or sets whether to order and remove duplicates when displaying the speci
_expression_ A variable that represents a '[CubeField](Excel.CubeField.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.CubeField.PivotFields.md b/api/Excel.CubeField.PivotFields.md
index 8acdc3f2a30..b13bcc4f08a 100644
--- a/api/Excel.CubeField.PivotFields.md
+++ b/api/Excel.CubeField.PivotFields.md
@@ -23,7 +23,7 @@ Returns the **[PivotFields](Excel.PivotFields.md)** collection. This collection
_expression_ An expression that returns a [CubeField](Excel.CubeField.md) object.
-### Return Value
+### Return value
PivotFields
diff --git a/api/Excel.CubeFields.AddSet.md b/api/Excel.CubeFields.AddSet.md
index 40028dbc458..9d3c720962f 100644
--- a/api/Excel.CubeFields.AddSet.md
+++ b/api/Excel.CubeFields.AddSet.md
@@ -27,12 +27,12 @@ Adds a new **[CubeField](Excel.CubeField.md)** object to the **[CubeFields](Exc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|A valid name in the SETS schema rowset.|
| _Caption_|Required| **String**|A string representing the field that will be displayed in the PivotTable view.|
-### Return Value
+### Return value
CubeField
diff --git a/api/Excel.CubeFields.Item.md b/api/Excel.CubeFields.Item.md
index 39e4fb2cdc2..72d912fc173 100644
--- a/api/Excel.CubeFields.Item.md
+++ b/api/Excel.CubeFields.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.CustomProperties.Add.md b/api/Excel.CustomProperties.Add.md
index 5ec4b58e9ef..3bc987cc158 100644
--- a/api/Excel.CustomProperties.Add.md
+++ b/api/Excel.CustomProperties.Add.md
@@ -27,12 +27,12 @@ Adds custom property information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property.|
| _Value_|Required| **Variant**|The value of the custom property.|
-### Return Value
+### Return value
A **[CustomProperty](Excel.CustomProperty.md)** object that represents the custom property information.
diff --git a/api/Excel.CustomProperties.Item.md b/api/Excel.CustomProperties.Item.md
index a71b5436923..79346a5afed 100644
--- a/api/Excel.CustomProperties.Item.md
+++ b/api/Excel.CustomProperties.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Integer**|The index number of the object.|
diff --git a/api/Excel.CustomViews.Add.md b/api/Excel.CustomViews.Add.md
index c2906e834be..00b8c71582c 100644
--- a/api/Excel.CustomViews.Add.md
+++ b/api/Excel.CustomViews.Add.md
@@ -27,13 +27,13 @@ Creates a new custom view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ViewName_|Required| **String**|The name of the new view.|
| _PrintSettings_|Optional| **Variant**| **True** to include print settings in the custom view.|
| _RowColSettings_|Optional| **Variant**| **True** to include settings for hidden rows and columns (including filter information) in the custom view.|
-### Return Value
+### Return value
A **[CustomView](Excel.CustomView.md)** object that represents the new custom view.
diff --git a/api/Excel.CustomViews.Item.md b/api/Excel.CustomViews.Item.md
index 95cad3ad8d0..170ee1bba89 100644
--- a/api/Excel.CustomViews.Item.md
+++ b/api/Excel.CustomViews.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ViewName_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[CustomView](Excel.CustomView.md)** object contained by the collection.
diff --git a/api/Excel.DataBarBorder.Color.md b/api/Excel.DataBarBorder.Color.md
index ca0bb040148..94035617085 100644
--- a/api/Excel.DataBarBorder.Color.md
+++ b/api/Excel.DataBarBorder.Color.md
@@ -23,7 +23,7 @@ Returns an object that specifies the color of the border of data bars specified
_expression_ A variable that represents a '[DataBarBorder](Excel.DataBarBorder.md)' object.
-### Return Value
+### Return value
**[FormatColor](Excel.FormatColor.md)**
diff --git a/api/Excel.DataBarBorder.Type.md b/api/Excel.DataBarBorder.Type.md
index c40c3d32392..3e833464cce 100644
--- a/api/Excel.DataBarBorder.Type.md
+++ b/api/Excel.DataBarBorder.Type.md
@@ -23,7 +23,7 @@ Returns or sets the type of border for data bars specified by a conditional form
_expression_ A variable that represents a '[DataBarBorder](Excel.DataBarBorder.md)' object.
-### Return Value
+### Return value
**[XlDataBarBorderType](Excel.XlDataBarBorderType.md)**
diff --git a/api/Excel.DataLabel.Characters.md b/api/Excel.DataLabel.Characters.md
index d04e755450c..fdae2dce102 100644
--- a/api/Excel.DataLabel.Characters.md
+++ b/api/Excel.DataLabel.Characters.md
@@ -27,7 +27,7 @@ Returns a **[Characters](Excel.Characters.md)** object that represents a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the _Start_ character).|
diff --git a/api/Excel.DataLabel.Delete.md b/api/Excel.DataLabel.Delete.md
index ec9529c1747..105b0819ef6 100644
--- a/api/Excel.DataLabel.Delete.md
+++ b/api/Excel.DataLabel.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [DataLabel](Excel.DataLabel(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DataLabel.Formula.md b/api/Excel.DataLabel.Formula.md
index a08c1f31e0a..4cbeedf9cb6 100644
--- a/api/Excel.DataLabel.Formula.md
+++ b/api/Excel.DataLabel.Formula.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [DataLabel](Excel.DataLabel(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.DataLabel.FormulaLocal.md b/api/Excel.DataLabel.FormulaLocal.md
index 5513eb12d14..05ff1579550 100644
--- a/api/Excel.DataLabel.FormulaLocal.md
+++ b/api/Excel.DataLabel.FormulaLocal.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [DataLabel](Excel.DataLabel(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.DataLabel.FormulaR1C1.md b/api/Excel.DataLabel.FormulaR1C1.md
index d06393a3386..ad835598ef1 100644
--- a/api/Excel.DataLabel.FormulaR1C1.md
+++ b/api/Excel.DataLabel.FormulaR1C1.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [DataLabel](Excel.DataLabel(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.DataLabel.FormulaR1C1Local.md b/api/Excel.DataLabel.FormulaR1C1Local.md
index dec37b3beac..3cb293056ca 100644
--- a/api/Excel.DataLabel.FormulaR1C1Local.md
+++ b/api/Excel.DataLabel.FormulaR1C1Local.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [DataLabel](Excel.DataLabel(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.DataLabel.Height.md b/api/Excel.DataLabel.Height.md
index 3324cac8c07..2e04b78f401 100644
--- a/api/Excel.DataLabel.Height.md
+++ b/api/Excel.DataLabel.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read/Write.
_expression_ A variable that represents a [DataLabel](Excel.DataLabel(Graph property).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.DataLabel.Select.md b/api/Excel.DataLabel.Select.md
index 541eb3a81d6..03ed4e6abf5 100644
--- a/api/Excel.DataLabel.Select.md
+++ b/api/Excel.DataLabel.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [DataLabel](Excel.DataLabel(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DataLabel.Width.md b/api/Excel.DataLabel.Width.md
index b80ba720d48..7725b957fdc 100644
--- a/api/Excel.DataLabel.Width.md
+++ b/api/Excel.DataLabel.Width.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the object. Read-only.
_expression_ A variable that represents a [DataLabel](Excel.DataLabel(Graph property).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.DataLabels.Delete.md b/api/Excel.DataLabels.Delete.md
index c89f6e49bc9..52f7eeb927e 100644
--- a/api/Excel.DataLabels.Delete.md
+++ b/api/Excel.DataLabels.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [DataLabels](Excel.DataLabels(object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DataLabels.Item.md b/api/Excel.DataLabels.Item.md
index a620a9b7f31..ba8e92dd1df 100644
--- a/api/Excel.DataLabels.Item.md
+++ b/api/Excel.DataLabels.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[DataLabel](Excel.DataLabel(object).md)** object contained by the collection.
diff --git a/api/Excel.DataLabels.Select.md b/api/Excel.DataLabels.Select.md
index 58ca7585f22..51fe1d5861a 100644
--- a/api/Excel.DataLabels.Select.md
+++ b/api/Excel.DataLabels.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [DataLabels](Excel.DataLabels(object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Databar.AxisColor.md b/api/Excel.Databar.AxisColor.md
index a932945a990..8293b0bbda3 100644
--- a/api/Excel.Databar.AxisColor.md
+++ b/api/Excel.Databar.AxisColor.md
@@ -23,7 +23,7 @@ Returns the color of the axis for cells with conditional formatting as data bars
_expression_ A variable that represents a '[Databar](Excel.Databar.md)' object.
-### Return Value
+### Return value
[FormatColor](Excel.FormatColor.md)
diff --git a/api/Excel.Databar.AxisPosition.md b/api/Excel.Databar.AxisPosition.md
index 68f483060e4..f9d9103653a 100644
--- a/api/Excel.Databar.AxisPosition.md
+++ b/api/Excel.Databar.AxisPosition.md
@@ -23,7 +23,7 @@ Returns or sets the position of the axis of the data bars specified by a conditi
_expression_ A variable that represents a '[Databar](Excel.Databar.md)' object.
-### Return Value
+### Return value
**[XlDataBarAxisPosition](Excel.XlDataBarAxisPosition.md)**
diff --git a/api/Excel.Databar.BarBorder.md b/api/Excel.Databar.BarBorder.md
index 38bb830315b..b95b7d778f5 100644
--- a/api/Excel.Databar.BarBorder.md
+++ b/api/Excel.Databar.BarBorder.md
@@ -23,7 +23,7 @@ Returns an object that specifies the border of a data bar. Read-only
_expression_ A variable that represents a '[Databar](Excel.Databar.md)' object.
-### Return Value
+### Return value
**[DataBarBorder](Excel.DataBarBorder.md)**
diff --git a/api/Excel.Databar.BarFillType.md b/api/Excel.Databar.BarFillType.md
index 0a653b7a205..432c617929b 100644
--- a/api/Excel.Databar.BarFillType.md
+++ b/api/Excel.Databar.BarFillType.md
@@ -23,7 +23,7 @@ Returns or sets how a data bar is filled with color. Read/write
_expression_ A variable that represents a '[Databar](Excel.Databar.md)' object.
-### Return Value
+### Return value
**[XlDataBarFillType](Excel.XlDataBarFillType.md)**
diff --git a/api/Excel.Databar.ModifyAppliesToRange.md b/api/Excel.Databar.ModifyAppliesToRange.md
index d11a4dc9a73..a2a6938e6da 100644
--- a/api/Excel.Databar.ModifyAppliesToRange.md
+++ b/api/Excel.Databar.ModifyAppliesToRange.md
@@ -27,7 +27,7 @@ Sets the cell range to which this formatting rule applies.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to which this formatting rule will be applied.|
diff --git a/api/Excel.Databar.NegativeBarFormat.md b/api/Excel.Databar.NegativeBarFormat.md
index 6c3a2d283a7..4bb7a54f3f2 100644
--- a/api/Excel.Databar.NegativeBarFormat.md
+++ b/api/Excel.Databar.NegativeBarFormat.md
@@ -23,7 +23,7 @@ Returns the **[NegativeBarFormat](Excel.NegativeBarFormat.md)** object associat
_expression_ A variable that represents a '[Databar](Excel.Databar.md)' object.
-### Return Value
+### Return value
**NegativeBarFormat**
diff --git a/api/Excel.Dialog.Show.md b/api/Excel.Dialog.Show.md
index f6df892744e..1959d6ca7e1 100644
--- a/api/Excel.Dialog.Show.md
+++ b/api/Excel.Dialog.Show.md
@@ -27,11 +27,11 @@ Displays the built-in dialog box, waits for the user to input data and returns a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1-Arg30_|Optional| **Variant**|For built-in dialog boxes only, the initial arguments for the command.|
-### Return Value
+### Return value
A Boolean value that, for built-in dialog boxes, returns **True** if the user clicks OK, or it returns **False** if the user clicks Cancel.
diff --git a/api/Excel.Dialogs.Item.md b/api/Excel.Dialogs.Item.md
index 952cb7b765b..ca1fe8ed200 100644
--- a/api/Excel.Dialogs.Item.md
+++ b/api/Excel.Dialogs.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **XlBuiltInDialog**| **Variant** . The name or index number of the object.|
diff --git a/api/Excel.DisplayFormat.AddIndent.md b/api/Excel.DisplayFormat.AddIndent.md
index 8475db9fe76..e5d6cf8f613 100644
--- a/api/Excel.DisplayFormat.AddIndent.md
+++ b/api/Excel.DisplayFormat.AddIndent.md
@@ -23,7 +23,7 @@ Returns a value that indicates if Microsoft Excel automatically indents text of
_expression_ A variable that represents a [DisplayFormat](Excel.DisplayFormat.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.Borders.md b/api/Excel.DisplayFormat.Borders.md
index 21e6c9ee4be..19a27c18d82 100644
--- a/api/Excel.DisplayFormat.Borders.md
+++ b/api/Excel.DisplayFormat.Borders.md
@@ -23,7 +23,7 @@ Returns a **[Borders](Excel.Borders.md)** object that represents the borders of
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Borders
diff --git a/api/Excel.DisplayFormat.Characters.md b/api/Excel.DisplayFormat.Characters.md
index eb1043990bd..96b3095ac4d 100644
--- a/api/Excel.DisplayFormat.Characters.md
+++ b/api/Excel.DisplayFormat.Characters.md
@@ -27,12 +27,12 @@ Returns a **[Characters](Excel.Characters.md)** object that represents a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the _Start_ character).|
-### Return Value
+### Return value
Characters
diff --git a/api/Excel.DisplayFormat.Font.md b/api/Excel.DisplayFormat.Font.md
index f7471545052..43eb6c513cf 100644
--- a/api/Excel.DisplayFormat.Font.md
+++ b/api/Excel.DisplayFormat.Font.md
@@ -23,7 +23,7 @@ Returns a **[Font](Excel.Font(object).md)** object that represents the font of
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Font
diff --git a/api/Excel.DisplayFormat.FormulaHidden.md b/api/Excel.DisplayFormat.FormulaHidden.md
index 9b3b276b1a5..d2ca5ba89c5 100644
--- a/api/Excel.DisplayFormat.FormulaHidden.md
+++ b/api/Excel.DisplayFormat.FormulaHidden.md
@@ -23,7 +23,7 @@ Returns a value that indicates if the formula of the associated **[Range](Excel
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.HorizontalAlignment.md b/api/Excel.DisplayFormat.HorizontalAlignment.md
index 3dcbc7059ce..4b398734756 100644
--- a/api/Excel.DisplayFormat.HorizontalAlignment.md
+++ b/api/Excel.DisplayFormat.HorizontalAlignment.md
@@ -23,7 +23,7 @@ Returns a value that represents the horizontal alignment of the associated **[R
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.IndentLevel.md b/api/Excel.DisplayFormat.IndentLevel.md
index de9cb4610c3..74c44720bd6 100644
--- a/api/Excel.DisplayFormat.IndentLevel.md
+++ b/api/Excel.DisplayFormat.IndentLevel.md
@@ -23,7 +23,7 @@ Returns a value that represents the indent level of the associated **[Range](Ex
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.Interior.md b/api/Excel.DisplayFormat.Interior.md
index b8d107d602f..d779fc8c218 100644
--- a/api/Excel.DisplayFormat.Interior.md
+++ b/api/Excel.DisplayFormat.Interior.md
@@ -23,7 +23,7 @@ Returns an **[Interior](Excel.Interior(object).md)** object that represents the
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Interior
diff --git a/api/Excel.DisplayFormat.Locked.md b/api/Excel.DisplayFormat.Locked.md
index fd1ab49aadc..e0845a3f5c8 100644
--- a/api/Excel.DisplayFormat.Locked.md
+++ b/api/Excel.DisplayFormat.Locked.md
@@ -23,7 +23,7 @@ Returns a value that indicates if the associated **[Range](Excel.Range(object).
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.MergeCells.md b/api/Excel.DisplayFormat.MergeCells.md
index 03157d4c3d1..faac715707d 100644
--- a/api/Excel.DisplayFormat.MergeCells.md
+++ b/api/Excel.DisplayFormat.MergeCells.md
@@ -23,7 +23,7 @@ Returns a value that indicates if the associated **[Range](Excel.Range(object).
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.NumberFormat.md b/api/Excel.DisplayFormat.NumberFormat.md
index e3dcf075c1c..c1b09351a1f 100644
--- a/api/Excel.DisplayFormat.NumberFormat.md
+++ b/api/Excel.DisplayFormat.NumberFormat.md
@@ -23,7 +23,7 @@ Returns a value that represents the format code of the associated **[Range](Exc
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.NumberFormatLocal.md b/api/Excel.DisplayFormat.NumberFormatLocal.md
index e728047168a..8cb1d678f1b 100644
--- a/api/Excel.DisplayFormat.NumberFormatLocal.md
+++ b/api/Excel.DisplayFormat.NumberFormatLocal.md
@@ -23,7 +23,7 @@ Returns a value that represents the format code of the associated **[Range](Exc
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.Orientation.md b/api/Excel.DisplayFormat.Orientation.md
index 86255fda7cf..021173a1b06 100644
--- a/api/Excel.DisplayFormat.Orientation.md
+++ b/api/Excel.DisplayFormat.Orientation.md
@@ -23,7 +23,7 @@ Returns a value that represents the text orientation of the associated **[Range
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.ReadingOrder.md b/api/Excel.DisplayFormat.ReadingOrder.md
index 3fb2cd26bcb..9b1264653f8 100644
--- a/api/Excel.DisplayFormat.ReadingOrder.md
+++ b/api/Excel.DisplayFormat.ReadingOrder.md
@@ -23,7 +23,7 @@ Returns the reading order of the associated **[Range](Excel.Range(object).md)**
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.DisplayFormat.ShrinkToFit.md b/api/Excel.DisplayFormat.ShrinkToFit.md
index 94a0482855e..da68d642d00 100644
--- a/api/Excel.DisplayFormat.ShrinkToFit.md
+++ b/api/Excel.DisplayFormat.ShrinkToFit.md
@@ -23,7 +23,7 @@ Returns a value that indicates if Microsoft Excel automatically shrinks text to
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.Style.md b/api/Excel.DisplayFormat.Style.md
index 1c4c035a703..a8ca45656ad 100644
--- a/api/Excel.DisplayFormat.Style.md
+++ b/api/Excel.DisplayFormat.Style.md
@@ -23,7 +23,7 @@ Returns a value, containing a **[Style](Excel.Style.md)** object, that represen
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.VerticalAlignment.md b/api/Excel.DisplayFormat.VerticalAlignment.md
index 80e1a03856f..560d7feb273 100644
--- a/api/Excel.DisplayFormat.VerticalAlignment.md
+++ b/api/Excel.DisplayFormat.VerticalAlignment.md
@@ -23,7 +23,7 @@ Returns a value that represents the vertical alignment of the associated **[Ran
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayFormat.WrapText.md b/api/Excel.DisplayFormat.WrapText.md
index b21a83b0fdf..d36c1818ff8 100644
--- a/api/Excel.DisplayFormat.WrapText.md
+++ b/api/Excel.DisplayFormat.WrapText.md
@@ -23,7 +23,7 @@ Returns a value that indicates if Microsoft Excel wraps the text of the associat
_expression_ A variable that represents a '[DisplayFormat](Excel.DisplayFormat.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayUnitLabel.Characters.md b/api/Excel.DisplayUnitLabel.Characters.md
index 1833f419100..b0a6662ff5f 100644
--- a/api/Excel.DisplayUnitLabel.Characters.md
+++ b/api/Excel.DisplayUnitLabel.Characters.md
@@ -27,7 +27,7 @@ Returns a **[Characters](Excel.Characters.md)** object that represents a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the _Start_ character).|
diff --git a/api/Excel.DisplayUnitLabel.Delete.md b/api/Excel.DisplayUnitLabel.Delete.md
index 93938f20037..38959724eac 100644
--- a/api/Excel.DisplayUnitLabel.Delete.md
+++ b/api/Excel.DisplayUnitLabel.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [DisplayUnitLabel](Excel.DisplayUnitLabel(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayUnitLabel.Formula.md b/api/Excel.DisplayUnitLabel.Formula.md
index 5782a280136..917e683ec04 100644
--- a/api/Excel.DisplayUnitLabel.Formula.md
+++ b/api/Excel.DisplayUnitLabel.Formula.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [DisplayUnitLabel](Excel.DisplayUnitLabel(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.DisplayUnitLabel.FormulaLocal.md b/api/Excel.DisplayUnitLabel.FormulaLocal.md
index 49245678411..1b918c52e41 100644
--- a/api/Excel.DisplayUnitLabel.FormulaLocal.md
+++ b/api/Excel.DisplayUnitLabel.FormulaLocal.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [DisplayUnitLabel](Excel.DisplayUnitLabel(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.DisplayUnitLabel.FormulaR1C1.md b/api/Excel.DisplayUnitLabel.FormulaR1C1.md
index ca67757784e..0c7b96bc42c 100644
--- a/api/Excel.DisplayUnitLabel.FormulaR1C1.md
+++ b/api/Excel.DisplayUnitLabel.FormulaR1C1.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [DisplayUnitLabel](Excel.DisplayUnitLabel(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.DisplayUnitLabel.FormulaR1C1Local.md b/api/Excel.DisplayUnitLabel.FormulaR1C1Local.md
index a92dbb6b13a..a2f76d69850 100644
--- a/api/Excel.DisplayUnitLabel.FormulaR1C1Local.md
+++ b/api/Excel.DisplayUnitLabel.FormulaR1C1Local.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a [DisplayUnitLabel](Excel.DisplayUnitLabel(Graph property).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.DisplayUnitLabel.Height.md b/api/Excel.DisplayUnitLabel.Height.md
index 574f0ffc67b..3af2ef6e913 100644
--- a/api/Excel.DisplayUnitLabel.Height.md
+++ b/api/Excel.DisplayUnitLabel.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents a [DisplayUnitLabel](Excel.DisplayUnitLabel(Graph property).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.DisplayUnitLabel.Select.md b/api/Excel.DisplayUnitLabel.Select.md
index 0611e43f065..b9bf776edfa 100644
--- a/api/Excel.DisplayUnitLabel.Select.md
+++ b/api/Excel.DisplayUnitLabel.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [DisplayUnitLabel](Excel.DisplayUnitLabel(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DisplayUnitLabel.Width.md b/api/Excel.DisplayUnitLabel.Width.md
index 1f843fafa82..22878d66512 100644
--- a/api/Excel.DisplayUnitLabel.Width.md
+++ b/api/Excel.DisplayUnitLabel.Width.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the object. Read-only.
_expression_ A variable that represents a [DisplayUnitLabel](Excel.DisplayUnitLabel(Graph property).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.DownBars.Delete.md b/api/Excel.DownBars.Delete.md
index 406b58ff9ea..6b789df9d20 100644
--- a/api/Excel.DownBars.Delete.md
+++ b/api/Excel.DownBars.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [DownBars](Excel.DownBars(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DownBars.Select.md b/api/Excel.DownBars.Select.md
index cfb1e63764d..f975413f232 100644
--- a/api/Excel.DownBars.Select.md
+++ b/api/Excel.DownBars.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [DownBars](Excel.DownBars(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DropLines.Delete.md b/api/Excel.DropLines.Delete.md
index 7f1b4b82b2f..368d1ba08cf 100644
--- a/api/Excel.DropLines.Delete.md
+++ b/api/Excel.DropLines.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [DropLines](Excel.DropLines(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.DropLines.Select.md b/api/Excel.DropLines.Select.md
index 20bb215300c..35c77fc5a8e 100644
--- a/api/Excel.DropLines.Select.md
+++ b/api/Excel.DropLines.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [DropLines](Excel.DropLines(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ErrorBars.ClearFormats.md b/api/Excel.ErrorBars.ClearFormats.md
index 2acc948f30a..0abe00f22af 100644
--- a/api/Excel.ErrorBars.ClearFormats.md
+++ b/api/Excel.ErrorBars.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents an [ErrorBars](Excel.ErrorBars(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ErrorBars.Delete.md b/api/Excel.ErrorBars.Delete.md
index 67236ccfd59..ca2e79d7ff0 100644
--- a/api/Excel.ErrorBars.Delete.md
+++ b/api/Excel.ErrorBars.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents an [ErrorBars](Excel.ErrorBars(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ErrorBars.Select.md b/api/Excel.ErrorBars.Select.md
index 2225c3933fe..120c7bde3f4 100644
--- a/api/Excel.ErrorBars.Select.md
+++ b/api/Excel.ErrorBars.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents an [ErrorBars](Excel.ErrorBars(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Errors.Item.md b/api/Excel.Errors.Item.md
index 9f6243bc64a..f5027231ec9 100644
--- a/api/Excel.Errors.Item.md
+++ b/api/Excel.Errors.Item.md
@@ -27,7 +27,7 @@ Returns a single member of the **[Error](Excel.Error.md)** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index of the member.|
diff --git a/api/Excel.FileExportConverters.Item.md b/api/Excel.FileExportConverters.Item.md
index 7f73ef81521..f434b3e972a 100644
--- a/api/Excel.FileExportConverters.Item.md
+++ b/api/Excel.FileExportConverters.Item.md
@@ -27,11 +27,11 @@ Returns an individual **[FileExportConverter](Excel.FileExportConverter.md)** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|An integer that represents the individual object to be returned.|
-### Return Value
+### Return value
FileExportConverter
diff --git a/api/Excel.FillFormat.GradientAngle.md b/api/Excel.FillFormat.GradientAngle.md
index 9a439ab2f92..6d4679a497e 100644
--- a/api/Excel.FillFormat.GradientAngle.md
+++ b/api/Excel.FillFormat.GradientAngle.md
@@ -20,7 +20,7 @@ Returns or sets the angle of the gradient fill for the specified fill format. Re
_expression_ A variable that represents a '[FillFormat](Excel.FillFormat.md)' object.
-### Return Value
+### Return value
**Single**
diff --git a/api/Excel.FillFormat.OneColorGradient.md b/api/Excel.FillFormat.OneColorGradient.md
index 18920e45118..668f18dbe7a 100644
--- a/api/Excel.FillFormat.OneColorGradient.md
+++ b/api/Excel.FillFormat.OneColorGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a one-color gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[MsoGradientStyle](Office.MsoGradientStyle.md)**|The gradient style.|
| _Variant_|Required| **Integer**|The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the **Gradient** tab in the **Fill Effects** dialog box. If _GradientStyle_ is **msoGradientFromCenter** , the _Variant_ argument can only be 1 or 2.|
diff --git a/api/Excel.FillFormat.Patterned.md b/api/Excel.FillFormat.Patterned.md
index a2f5784f70f..625a49fef4a 100644
--- a/api/Excel.FillFormat.Patterned.md
+++ b/api/Excel.FillFormat.Patterned.md
@@ -27,7 +27,7 @@ Sets the specified fill to a pattern.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pattern_|Required| **[MsoPatternType](Office.MsoPatternType.md)**|The type of pattern.|
diff --git a/api/Excel.FillFormat.PictureEffects.md b/api/Excel.FillFormat.PictureEffects.md
index d2327f07956..2160ba5343c 100644
--- a/api/Excel.FillFormat.PictureEffects.md
+++ b/api/Excel.FillFormat.PictureEffects.md
@@ -20,7 +20,7 @@ Returns an object that represents the picture or texture fill for the specified
_expression_ A variable that repressents a '[FillFormat](Excel.FillFormat.md)' object.
-### Return Value
+### Return value
[PictureEffects](Office.PictureEffects.md)
diff --git a/api/Excel.FillFormat.PresetGradient.md b/api/Excel.FillFormat.PresetGradient.md
index 7844dfd0d50..53f60f7414f 100644
--- a/api/Excel.FillFormat.PresetGradient.md
+++ b/api/Excel.FillFormat.PresetGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a preset gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[MsoGradientStyle](Office.MsoGradientStyle.md)**|The gradient style.|
| _Variant_|Required| **Integer**|The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the **Gradient** tab in the **Fill Effects** dialog box. If _GradientStyle_ is **msoGradientFromCenter** , the _Variant_ argument can only be 1 or 2.|
diff --git a/api/Excel.FillFormat.PresetTextured.md b/api/Excel.FillFormat.PresetTextured.md
index c52344eb30a..9014fb9decc 100644
--- a/api/Excel.FillFormat.PresetTextured.md
+++ b/api/Excel.FillFormat.PresetTextured.md
@@ -27,7 +27,7 @@ Sets the specified fill format to a preset texture.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetTexture_|Required| **[MsoPresetTexture](Office.MsoPresetTexture.md)**|The type of texture to apply.|
diff --git a/api/Excel.FillFormat.TwoColorGradient.md b/api/Excel.FillFormat.TwoColorGradient.md
index ec8a3c6727d..b9df6644e29 100644
--- a/api/Excel.FillFormat.TwoColorGradient.md
+++ b/api/Excel.FillFormat.TwoColorGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a two-color gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[MsoGradientStyle](Office.MsoGradientStyle.md)**|The gradient style.|
| _Variant_|Required| **Integer**|The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the **Gradient** tab in the **Fill Effects** dialog box. If _Style_ is **msoGradientFromCenter** , the _Variant_ argument can only be 1 or 2.|
diff --git a/api/Excel.FillFormat.UserPicture.md b/api/Excel.FillFormat.UserPicture.md
index 98e89b65090..c50c5f21c4a 100644
--- a/api/Excel.FillFormat.UserPicture.md
+++ b/api/Excel.FillFormat.UserPicture.md
@@ -27,7 +27,7 @@ Fills the specified shape with an image.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PictureFile_|Required| **String**|The file path to the picture file, or the name of the picture file if a link to the picture file currently exists.|
diff --git a/api/Excel.FillFormat.UserTextured.md b/api/Excel.FillFormat.UserTextured.md
index 8746c71b06f..6f6d3463692 100644
--- a/api/Excel.FillFormat.UserTextured.md
+++ b/api/Excel.FillFormat.UserTextured.md
@@ -27,7 +27,7 @@ Fills the specified shape with small tiles of an image. If you want to fill the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TextureFile_|Required| **String**| The name of the picture file.|
diff --git a/api/Excel.Filters.Item.md b/api/Excel.Filters.Item.md
index 3026ce8660a..cf690c33f63 100644
--- a/api/Excel.Filters.Item.md
+++ b/api/Excel.Filters.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the object.|
diff --git a/api/Excel.Floor.ClearFormats.md b/api/Excel.Floor.ClearFormats.md
index dd4f44f9d41..952824e947b 100644
--- a/api/Excel.Floor.ClearFormats.md
+++ b/api/Excel.Floor.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents a [Floor](Excel.Floor(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Floor.Select.md b/api/Excel.Floor.Select.md
index 2971d75cad6..a3d983cef4c 100644
--- a/api/Excel.Floor.Select.md
+++ b/api/Excel.Floor.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [Floor](Excel.Floor(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.FormatCondition.Modify.md b/api/Excel.FormatCondition.Modify.md
index c3b1a4ac996..278b0956e05 100644
--- a/api/Excel.FormatCondition.Modify.md
+++ b/api/Excel.FormatCondition.Modify.md
@@ -27,7 +27,7 @@ Modifies an existing conditional format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[XlFormatConditionType](Excel.XlFormatConditionType.md)**|Specifies whether the conditional format is based on a cell value or an expression.|
| _Operator_|Optional| **Variant**|An **[XlFormatConditionOperator](Excel.XlFormatConditionOperator.md)** value that represents the conditional format operator. This parameter is ignored if _Type_ is set to **xlExpression** .|
diff --git a/api/Excel.FormatCondition.ModifyAppliesToRange.md b/api/Excel.FormatCondition.ModifyAppliesToRange.md
index 5e625e2d966..0fb7b1cec08 100644
--- a/api/Excel.FormatCondition.ModifyAppliesToRange.md
+++ b/api/Excel.FormatCondition.ModifyAppliesToRange.md
@@ -27,7 +27,7 @@ Sets the cell range to which this formatting rule applies.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to which this formatting rule will be applied.|
diff --git a/api/Excel.FormatConditions.Add.md b/api/Excel.FormatConditions.Add.md
index 9f0b452f188..23e86bb011f 100644
--- a/api/Excel.FormatConditions.Add.md
+++ b/api/Excel.FormatConditions.Add.md
@@ -27,14 +27,14 @@ Adds a new conditional format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[XlFormatConditionType](Excel.XlFormatConditionType.md)**|. Specifies whether the conditional format is based on a cell value or an expression.|
| _Operator_|Optional| **Variant**|The conditional format operator. Can be one of the following **XlFormatConditionOperator** constants: **xlBetween** , **xlEqual** , **xlGreater** , **xlGreaterEqual** , **xlLess** , **xlLessEqual** , **xlNotBetween** , or **xlNotEqual** . If _Type_ is **xlExpression** , the _Operator_ argument is ignored.|
| _Formula1_|Optional| **Variant**|The value or expression associated with the conditional format. Can be a constant value, a string value, a cell reference, or a formula.|
| _Formula2_|Optional| **Variant**|The value or expression associated with the second part of the conditional format when _Operator_ is **xlBetween** or **xlNotBetween** (otherwise, this argument is ignored). Can be a constant value, a string value, a cell reference, or a formula.|
-### Return Value
+### Return value
A **[FormatCondition](Excel.FormatCondition.md)** object that represents the new conditional format.
diff --git a/api/Excel.FormatConditions.AddAboveAverage.md b/api/Excel.FormatConditions.AddAboveAverage.md
index c2ebe5de6a9..fa57cee32e9 100644
--- a/api/Excel.FormatConditions.AddAboveAverage.md
+++ b/api/Excel.FormatConditions.AddAboveAverage.md
@@ -23,7 +23,7 @@ Returns a new **[AboveAverage](Excel.AboveAverage.md)** object representing a c
_expression_ A variable that represents a [FormatConditions](Excel.FormatConditions.md) object.
-### Return Value
+### Return value
**AboveAverage** object
diff --git a/api/Excel.FormatConditions.AddColorScale.md b/api/Excel.FormatConditions.AddColorScale.md
index 9c8de709efa..44fd1bc54c1 100644
--- a/api/Excel.FormatConditions.AddColorScale.md
+++ b/api/Excel.FormatConditions.AddColorScale.md
@@ -27,11 +27,11 @@ Returns a new **[ColorScale](Excel.ColorScale.md)** object representing a condi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ColorScaleType_|Required| **Long**|The type of color scale.|
-### Return Value
+### Return value
**ColorScale** object
diff --git a/api/Excel.FormatConditions.AddDatabar.md b/api/Excel.FormatConditions.AddDatabar.md
index 83cf8a8d9d3..c75a3d31f9c 100644
--- a/api/Excel.FormatConditions.AddDatabar.md
+++ b/api/Excel.FormatConditions.AddDatabar.md
@@ -23,7 +23,7 @@ Returns a **[Databar](Excel.Databar.md)** object representing a data bar condit
_expression_ A variable that represents a [FormatConditions](Excel.FormatConditions.md) object.
-### Return Value
+### Return value
**Databar** object
diff --git a/api/Excel.FormatConditions.AddIconSetCondition.md b/api/Excel.FormatConditions.AddIconSetCondition.md
index 414d282801d..5a9738d958b 100644
--- a/api/Excel.FormatConditions.AddIconSetCondition.md
+++ b/api/Excel.FormatConditions.AddIconSetCondition.md
@@ -23,7 +23,7 @@ Returns a new **[IconSetCondition](Excel.IconSetCondition.md)** object which re
_expression_ A variable that represents a [FormatConditions](Excel.FormatConditions.md) object.
-### Return Value
+### Return value
**IconSetCondition** object
diff --git a/api/Excel.FormatConditions.AddTop10.md b/api/Excel.FormatConditions.AddTop10.md
index bc5e68109e3..de6d0990b3b 100644
--- a/api/Excel.FormatConditions.AddTop10.md
+++ b/api/Excel.FormatConditions.AddTop10.md
@@ -23,7 +23,7 @@ Returns a **[Top10](Excel.Top10.md)** object representing a conditional formatt
_expression_ A variable that represents a [FormatConditions](Excel.FormatConditions.md) object.
-### Return Value
+### Return value
**Top10** object
diff --git a/api/Excel.FormatConditions.AddUniqueValues.md b/api/Excel.FormatConditions.AddUniqueValues.md
index 4c500d4eaf3..48f74c2ee4d 100644
--- a/api/Excel.FormatConditions.AddUniqueValues.md
+++ b/api/Excel.FormatConditions.AddUniqueValues.md
@@ -23,7 +23,7 @@ Returns a new **[UniqueValues](Excel.UniqueValues.md)** object representing a c
_expression_ A variable that represents a [FormatConditions](Excel.FormatConditions.md) object.
-### Return Value
+### Return value
**UniqueValues** object
diff --git a/api/Excel.FormatConditions.Item.md b/api/Excel.FormatConditions.Item.md
index be2aff9dbb9..94caa0c6087 100644
--- a/api/Excel.FormatConditions.Item.md
+++ b/api/Excel.FormatConditions.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
An Object value that represents an object contained by the collection.
diff --git a/api/Excel.FreeformBuilder.AddNodes.md b/api/Excel.FreeformBuilder.AddNodes.md
index 4fdce93f4a0..af7c500beee 100644
--- a/api/Excel.FreeformBuilder.AddNodes.md
+++ b/api/Excel.FreeformBuilder.AddNodes.md
@@ -27,7 +27,7 @@ Adds a point in the current shape and then draws a line from the current node to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SegmentType_|Required| **[MsoSegmentType](Office.MsoSegmentType.md)**|The type of segment to be added.|
| _EditingType_|Required| **[MsoEditingType](Office.MsoEditingType.md)**|The editing property of the vertex.|
diff --git a/api/Excel.FreeformBuilder.ConvertToShape.md b/api/Excel.FreeformBuilder.ConvertToShape.md
index 0055974ea75..f6097d538e3 100644
--- a/api/Excel.FreeformBuilder.ConvertToShape.md
+++ b/api/Excel.FreeformBuilder.ConvertToShape.md
@@ -23,7 +23,7 @@ Creates a shape that has the geometric characteristics of the specified **[Free
_expression_ A variable that represents a [FreeformBuilder](Excel.FreeformBuilder.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Gridlines.Delete.md b/api/Excel.Gridlines.Delete.md
index 671cad71adf..8c807d9a513 100644
--- a/api/Excel.Gridlines.Delete.md
+++ b/api/Excel.Gridlines.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [Gridlines](Excel.Gridlines(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Gridlines.Select.md b/api/Excel.Gridlines.Select.md
index 2ac53e4e64d..5cb7678b94a 100644
--- a/api/Excel.Gridlines.Select.md
+++ b/api/Excel.Gridlines.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [Gridlines](Excel.Gridlines(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.GroupShapes.Item.md b/api/Excel.GroupShapes.Item.md
index 98190ccd9d9..8b930b8335a 100644
--- a/api/Excel.GroupShapes.Item.md
+++ b/api/Excel.GroupShapes.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[Shape](Excel.Shape.md)** object contained by the collection.
diff --git a/api/Excel.GroupShapes.Range.md b/api/Excel.GroupShapes.Range.md
index 6e4c98971f4..4858c973256 100644
--- a/api/Excel.GroupShapes.Range.md
+++ b/api/Excel.GroupShapes.Range.md
@@ -27,7 +27,7 @@ Returns a **[ShapeRange](Excel.ShapeRange.md)** object that represents a subset
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual shapes to be included in the range. Can be an integer that specifies the index number of the shape, a string that specifies the name of the shape, or an array that contains either integers or strings.|
diff --git a/api/Excel.HPageBreak.DragOff.md b/api/Excel.HPageBreak.DragOff.md
index c6f54f5463c..d3393d77f4d 100644
--- a/api/Excel.HPageBreak.DragOff.md
+++ b/api/Excel.HPageBreak.DragOff.md
@@ -27,7 +27,7 @@ Drags a page break out of the print area.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[XlDirection](Excel.XlDirection.md)**|The direction in which the page break is dragged.|
| _RegionIndex_|Required| **Long**|The print-area region index for the page break (the region where the mouse pointer is located when the mouse button is pressed if the user drags the page break). If the print area is contiguous, there?s only one print region. If the print area is discontiguous, there?s more than one print region.|
diff --git a/api/Excel.HPageBreaks.Add.md b/api/Excel.HPageBreaks.Add.md
index a82af7b6140..99f18ef6a3a 100644
--- a/api/Excel.HPageBreaks.Add.md
+++ b/api/Excel.HPageBreaks.Add.md
@@ -27,11 +27,11 @@ Adds a horizontal page break.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Required| **Object**|A **[Range](Excel.Range(object).md)** object. The range above which the new page break will be added.|
-### Return Value
+### Return value
A **[HPageBreak](Excel.HPageBreak.md)** object that represents the new horizontal page break.
diff --git a/api/Excel.HPageBreaks.Item.md b/api/Excel.HPageBreaks.Item.md
index d3c459e1567..ae19b2fbe09 100644
--- a/api/Excel.HPageBreaks.Item.md
+++ b/api/Excel.HPageBreaks.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the object.|
diff --git a/api/Excel.HiLoLines.Delete.md b/api/Excel.HiLoLines.Delete.md
index b02742221e1..6277eb52f0c 100644
--- a/api/Excel.HiLoLines.Delete.md
+++ b/api/Excel.HiLoLines.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [HiLoLines](Excel.HiLoLines(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.HiLoLines.Select.md b/api/Excel.HiLoLines.Select.md
index ad3d5dd17bd..1c809b1b79e 100644
--- a/api/Excel.HiLoLines.Select.md
+++ b/api/Excel.HiLoLines.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [HiLoLines](Excel.HiLoLines(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Hyperlink.CreateNewDocument.md b/api/Excel.Hyperlink.CreateNewDocument.md
index 037aab89bf2..481905c3ab5 100644
--- a/api/Excel.Hyperlink.CreateNewDocument.md
+++ b/api/Excel.Hyperlink.CreateNewDocument.md
@@ -27,7 +27,7 @@ Creates a new document linked to the specified hyperlink.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The file name of the specified document.|
| _EditNow_|Required| **Boolean**| **True** to have the specified document open immediately in its associated editing environment.. The default value is **True** .|
diff --git a/api/Excel.Hyperlink.Follow.md b/api/Excel.Hyperlink.Follow.md
index 96d43893bb9..a3534eb7d50 100644
--- a/api/Excel.Hyperlink.Follow.md
+++ b/api/Excel.Hyperlink.Follow.md
@@ -27,7 +27,7 @@ Displays a cached document, if it?s already been downloaded. Otherwise, this met
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewWindow_|Optional| **Variant**| **True** to display the target application in a new window. The default value is **False** .|
| _AddHistory_|Optional| **Variant**|Not used. Reserved for future use.|
diff --git a/api/Excel.Hyperlinks.Add.md b/api/Excel.Hyperlinks.Add.md
index 9c1f7599a3a..8bc1f14b1fc 100644
--- a/api/Excel.Hyperlinks.Add.md
+++ b/api/Excel.Hyperlinks.Add.md
@@ -27,7 +27,7 @@ Adds a hyperlink to the specified range or shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Anchor_|Required| **Object**|The anchor for the hyperlink. Can be either a **[Range](Excel.Range(object).md)** or **[Shape](Excel.Shape.md)** object.|
| _Address_|Required| **String**|The address of the hyperlink.|
@@ -35,7 +35,7 @@ Adds a hyperlink to the specified range or shape.
| _ScreenTip_|Optional| **Variant**|The screen tip to be displayed when the mouse pointer is paused over the hyperlink.|
| _TextToDisplay_|Optional| **Variant**|The text to be displayed for the hyperlink.|
-### Return Value
+### Return value
A **[Hyperlink](Excel.Hyperlink.md)** object that represents the new hyperlink.
diff --git a/api/Excel.Hyperlinks.Item.md b/api/Excel.Hyperlinks.Item.md
index bd611518d65..fb3e0826b2e 100644
--- a/api/Excel.Hyperlinks.Item.md
+++ b/api/Excel.Hyperlinks.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.IRtdServer.ConnectData.md b/api/Excel.IRtdServer.ConnectData.md
index ac253385407..a29043e203e 100644
--- a/api/Excel.IRtdServer.ConnectData.md
+++ b/api/Excel.IRtdServer.ConnectData.md
@@ -27,13 +27,13 @@ Adds new topics from a real-time data server. The **ConnectData** method is cal
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TopicID_|Required| **Long**| A unique value, assigned by Microsoft Excel, which identifies the topic.|
| _Strings()_|Required| **Variant**|A single-dimensional array of strings identifying the topic.|
| _GetNewValues_|Required| **Boolean**| **True** to determine if new values are to be acquired.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.IRtdServer.DisconnectData.md b/api/Excel.IRtdServer.DisconnectData.md
index fbb8cadf476..618d936b769 100644
--- a/api/Excel.IRtdServer.DisconnectData.md
+++ b/api/Excel.IRtdServer.DisconnectData.md
@@ -27,7 +27,7 @@ Notifies a real-time data (RTD) server application that a topic is no longer in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TopicID_|Required| **Long**|A unique value assigned to the topic assigned by Microsoft Excel.|
diff --git a/api/Excel.IRtdServer.Heartbeat.md b/api/Excel.IRtdServer.Heartbeat.md
index a2738f0cf23..63d7a7cccad 100644
--- a/api/Excel.IRtdServer.Heartbeat.md
+++ b/api/Excel.IRtdServer.Heartbeat.md
@@ -23,7 +23,7 @@ Determines if the real-time data server is still active. Returns a **Long** val
_expression_ A variable that represents an [IRtdServer](Excel.IRtdServer.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.IRtdServer.RefreshData.md b/api/Excel.IRtdServer.RefreshData.md
index bcc25263d2e..e836cf3070a 100644
--- a/api/Excel.IRtdServer.RefreshData.md
+++ b/api/Excel.IRtdServer.RefreshData.md
@@ -27,11 +27,11 @@ This method is called by Microsoft Excel to get new data. Returns a **Variant**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TopicCount_|Required| **Long**|The RTD server must change the value of the **TopicCount** to the number of elements in the array returned.|
-### Return Value
+### Return value
A Variant array that contains the new data.
diff --git a/api/Excel.IRtdServer.ServerStart.md b/api/Excel.IRtdServer.ServerStart.md
index 422e67677de..194dec90577 100644
--- a/api/Excel.IRtdServer.ServerStart.md
+++ b/api/Excel.IRtdServer.ServerStart.md
@@ -27,11 +27,11 @@ The **ServerStart** method is called immediately after a real-time data server
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CallbackObject_|Required| **IRTDUpdateEvent**|The callback object.|
-### Return Value
+### Return value
Long
diff --git a/api/Excel.IconCriteria.Item.md b/api/Excel.IconCriteria.Item.md
index b2977a28c23..5287877296d 100644
--- a/api/Excel.IconCriteria.Item.md
+++ b/api/Excel.IconCriteria.Item.md
@@ -27,7 +27,7 @@ Returns a single **[IconCriterion](Excel.IconCriterion.md)** object from the **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number of the **IconCriterion** object.|
diff --git a/api/Excel.IconSet.Item.md b/api/Excel.IconSet.Item.md
index c3e7e078e88..fa5b38d29d0 100644
--- a/api/Excel.IconSet.Item.md
+++ b/api/Excel.IconSet.Item.md
@@ -27,7 +27,7 @@ Returns an **[Icon](Excel.Icon.md)** object that represents a single icon from
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number of the **Icon** object.|
diff --git a/api/Excel.IconSetCondition.ModifyAppliesToRange.md b/api/Excel.IconSetCondition.ModifyAppliesToRange.md
index c53487c391f..7caa9003a7d 100644
--- a/api/Excel.IconSetCondition.ModifyAppliesToRange.md
+++ b/api/Excel.IconSetCondition.ModifyAppliesToRange.md
@@ -27,7 +27,7 @@ Sets the cell range to which this formatting rule applies.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to which this formatting rule will be applied.|
diff --git a/api/Excel.IconSets.Item.md b/api/Excel.IconSets.Item.md
index ed881781a3e..a9845aaf0af 100644
--- a/api/Excel.IconSets.Item.md
+++ b/api/Excel.IconSets.Item.md
@@ -27,7 +27,7 @@ Returns a single **[IconSet](Excel.IconSet.md)** object from the **IconSets** c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number of the **IconSet** object.|
diff --git a/api/Excel.Interior.Gradient.md b/api/Excel.Interior.Gradient.md
index 0e1233aafb5..e5e070fb5b7 100644
--- a/api/Excel.Interior.Gradient.md
+++ b/api/Excel.Interior.Gradient.md
@@ -23,7 +23,7 @@ Returns or sets the **Gradient** property of an **Interior** object of a select
_expression_ A variable that represents an [Interior](Excel.Interior(Graph property).md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Legend.Clear.md b/api/Excel.Legend.Clear.md
index 92de452bf5e..ed04aa4020e 100644
--- a/api/Excel.Legend.Clear.md
+++ b/api/Excel.Legend.Clear.md
@@ -23,7 +23,7 @@ Clears the entire object.
_expression_ A variable that represents a [Legend](Excel.Legend(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Legend.Delete.md b/api/Excel.Legend.Delete.md
index eb7beb82488..56e3ca3260d 100644
--- a/api/Excel.Legend.Delete.md
+++ b/api/Excel.Legend.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [Legend](Excel.Legend(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Legend.LegendEntries.md b/api/Excel.Legend.LegendEntries.md
index 0dfa436fbc5..089b3e79f09 100644
--- a/api/Excel.Legend.LegendEntries.md
+++ b/api/Excel.Legend.LegendEntries.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single legend entry (a **[LegendEntr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The number of the legend entry.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Legend.Select.md b/api/Excel.Legend.Select.md
index 1923be99262..d68f728d028 100644
--- a/api/Excel.Legend.Select.md
+++ b/api/Excel.Legend.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [Legend](Excel.Legend(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.LegendEntries.Item.md b/api/Excel.LegendEntries.Item.md
index c8af876608c..2cac0fece84 100644
--- a/api/Excel.LegendEntries.Item.md
+++ b/api/Excel.LegendEntries.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[LegendEntry](Excel.LegendEntry(object).md)** object contained by the collection.
diff --git a/api/Excel.LegendEntry.Delete.md b/api/Excel.LegendEntry.Delete.md
index 79c42578a33..7a19c29e96e 100644
--- a/api/Excel.LegendEntry.Delete.md
+++ b/api/Excel.LegendEntry.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [LegendEntry](Excel.LegendEntry(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.LegendEntry.Select.md b/api/Excel.LegendEntry.Select.md
index 7d0b5f54d8e..3cd712a1ea5 100644
--- a/api/Excel.LegendEntry.Select.md
+++ b/api/Excel.LegendEntry.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [LegendEntry](Excel.LegendEntry(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.LegendKey.ClearFormats.md b/api/Excel.LegendKey.ClearFormats.md
index b8e73690d39..15b16013a82 100644
--- a/api/Excel.LegendKey.ClearFormats.md
+++ b/api/Excel.LegendKey.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents a [LegendKey](Excel.LegendKey(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.LegendKey.Delete.md b/api/Excel.LegendKey.Delete.md
index 7675bf5718a..6211db10666 100644
--- a/api/Excel.LegendKey.Delete.md
+++ b/api/Excel.LegendKey.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [LegendKey](Excel.LegendKey(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.LineFormat.InsetPen.md b/api/Excel.LineFormat.InsetPen.md
index ad60e2b6d76..255143e5a66 100644
--- a/api/Excel.LineFormat.InsetPen.md
+++ b/api/Excel.LineFormat.InsetPen.md
@@ -20,7 +20,7 @@ Returns or sets whether lines are drawn inside the specified shape's boundaries.
_expression_ A variable that represents a '[LineFormat](Excel.LineFormat.md)' object.
-### Return Value
+### Return value
**[MsoTriState](Office.MsoTriState.md)**
diff --git a/api/Excel.LinearGradient.Application.md b/api/Excel.LinearGradient.Application.md
index 32a32abbda0..31b6a7e7770 100644
--- a/api/Excel.LinearGradient.Application.md
+++ b/api/Excel.LinearGradient.Application.md
@@ -23,7 +23,7 @@ When used without an object qualifier, this property returns an **Application**
_expression_ A variable that represents a [LinearGradient](Excel.LinearGradient.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Excel.LinearGradient.ColorStops.md b/api/Excel.LinearGradient.ColorStops.md
index d5097d8c92c..4e8ba82811c 100644
--- a/api/Excel.LinearGradient.ColorStops.md
+++ b/api/Excel.LinearGradient.ColorStops.md
@@ -23,7 +23,7 @@ Returns the **[ColorStops](Excel.ColorStops.md)** for the **LinearGradient** ob
_expression_ A variable that represents a [LinearGradient](Excel.LinearGradient.md) object.
-### Return Value
+### Return value
ColorStops
diff --git a/api/Excel.LinearGradient.Creator.md b/api/Excel.LinearGradient.Creator.md
index 2dd4bb2cd14..723462f6117 100644
--- a/api/Excel.LinearGradient.Creator.md
+++ b/api/Excel.LinearGradient.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ A variable that represents a [LinearGradient](Excel.LinearGradient.md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.LinearGradient.Degree.md b/api/Excel.LinearGradient.Degree.md
index 0b7782cbb4f..b900f144560 100644
--- a/api/Excel.LinearGradient.Degree.md
+++ b/api/Excel.LinearGradient.Degree.md
@@ -23,7 +23,7 @@ The angle of the linear gradient fill within a selection. Read/write
_expression_ A variable that represents a [LinearGradient](Excel.LinearGradient.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.LinearGradient.Parent.md b/api/Excel.LinearGradient.Parent.md
index d473bc5085d..8ed11a6b77f 100644
--- a/api/Excel.LinearGradient.Parent.md
+++ b/api/Excel.LinearGradient.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object. Read-only
_expression_ A variable that represents a [LinearGradient](Excel.LinearGradient.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Excel.ListColumns.Add.md b/api/Excel.ListColumns.Add.md
index 09728ba703a..8e0eb91b7b4 100644
--- a/api/Excel.ListColumns.Add.md
+++ b/api/Excel.ListColumns.Add.md
@@ -27,11 +27,11 @@ Adds a new column to the list object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Position_|Optional| **Variant**| **Integer** . Specifies the relative position of the new column that starts at 1. The previous column at this position is shifted outward.|
-### Return Value
+### Return value
A **[ListColumn](Excel.ListColumn.md)** object that represents the new column.
diff --git a/api/Excel.ListColumns.Item.md b/api/Excel.ListColumns.Item.md
index 7b6abeda9c7..7052fb7fb49 100644
--- a/api/Excel.ListColumns.Item.md
+++ b/api/Excel.ListColumns.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.ListObject.AlternativeText.md b/api/Excel.ListObject.AlternativeText.md
index 0e089f9a07c..01143870ade 100644
--- a/api/Excel.ListObject.AlternativeText.md
+++ b/api/Excel.ListObject.AlternativeText.md
@@ -23,7 +23,7 @@ Returns or sets the descriptive (alternative) text string for the specified tabl
_expression_ A variable that represents a '[ListObject](Excel.ListObject.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.ListObject.Name.md b/api/Excel.ListObject.Name.md
index e0f8140c42b..01dd2721796 100644
--- a/api/Excel.ListObject.Name.md
+++ b/api/Excel.ListObject.Name.md
@@ -23,7 +23,7 @@ Returns or sets a **String** value that represents the name of the **[ListObjec
_expression_ An expression that returns a [ListObject](Excel.ListObject.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.ListObject.Publish.md b/api/Excel.ListObject.Publish.md
index d66ff5ed2d3..2ec9b1ae193 100644
--- a/api/Excel.ListObject.Publish.md
+++ b/api/Excel.ListObject.Publish.md
@@ -27,12 +27,12 @@ Publishes the **[ListObject](Excel.ListObject.md)** object to a server that is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **Variant**|Contains an array of **String** values, as described in the Remarks section.|
| _LinkSource_|Required| **Boolean**||
-### Return Value
+### Return value
A String value that represents the URL of the published list on the SharePoint site.
diff --git a/api/Excel.ListObject.Resize.md b/api/Excel.ListObject.Resize.md
index d0b3b7e5d77..39ed1006879 100644
--- a/api/Excel.ListObject.Resize.md
+++ b/api/Excel.ListObject.Resize.md
@@ -27,7 +27,7 @@ The **Resize** method allows a **[ListObject](Excel.ListObject.md)** object to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **[Range](Excel.Range(object).md)**|The new range.|
diff --git a/api/Excel.ListObject.Summary.md b/api/Excel.ListObject.Summary.md
index 2ea676ac517..10ee6e67df9 100644
--- a/api/Excel.ListObject.Summary.md
+++ b/api/Excel.ListObject.Summary.md
@@ -23,7 +23,7 @@ Returns or sets the description associated with the alternative text string for
_expression_ A variable that represents a '[ListObject](Excel.ListObject.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.ListObjects.Add.md b/api/Excel.ListObjects.Add.md
index fabbdd6cbcd..79b8800d1b4 100644
--- a/api/Excel.ListObjects.Add.md
+++ b/api/Excel.ListObjects.Add.md
@@ -27,7 +27,7 @@ Creates a new list object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceType_|Optional|**[XlListObjectSourceType](Excel.XlListObjectSourceType.md)**|Indicates the kind of source for the query. |
| _Source_|Optional|**Variant**|when SourceType = **xlSrcRange** . A **[Range](Excel.Range(object).md)** object representing the data source. If omitted, the Source will default to the range returned by list range detection code. when SourceType = **xlSrcExternal** . An array of **String** values specifying a connection to the source, containing the following elements:
- 0 - URL to SharePoint site
- 1 - ListName
- 2 - ViewGUID
|
@@ -36,7 +36,7 @@ Creates a new list object.
| _Destination_|Optional|**Variant**|A **[Range](Excel.Range(object).md)** object specifying a single-cell reference as the destination for the top-left corner of the new list object. If the **Range** object refers to more than one cell, an error is generated. The Destination argument must be specified when SourceType is set to **xlSrcExternal** . The Destination argument is ignored if SourceType is set to **xlSrcRange** . The destination range must be on the worksheet that contains the **[ListObjects](Excel.ListObjects.md)** collection specified by expression. New columns will be inserted at the Destination to fit the new list. Therefore, existing data will not be overwritten.|
| _TableStyleName_|Optional|**String**| The name of a **[TableStyle](Excel.TableStyle.md)** e. g. "TableStyleLight1". |
-### Return Value
+### Return value
A **[ListObject](Excel.ListObject.md)** object that represents the new list object.
diff --git a/api/Excel.ListObjects.Item.md b/api/Excel.ListObjects.Item.md
index e31aeb23cf4..83c30f1f46c 100644
--- a/api/Excel.ListObjects.Item.md
+++ b/api/Excel.ListObjects.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.ListRows.Add.md b/api/Excel.ListRows.Add.md
index 4db9d765174..a1e5eaa075f 100644
--- a/api/Excel.ListRows.Add.md
+++ b/api/Excel.ListRows.Add.md
@@ -27,12 +27,12 @@ Adds a new row to the table represented by the specified [ListObject](Excel.List
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Position_|Optional| **Variant**| **Integer** . Specifies the relative position of the new row.|
| _AlwaysInsert_|Optional| **Variant**| **Boolean** . Specifies whether to always shift data in cells below the last row of the table when the new row is inserted, regardless if the row below the table is empty. If **True** , the cells below the table will be shifted down one row. If **False** , if the row below the table is empty, the table will expand to occupy that row without shifting cells below it; but if the row below the table contains data, those cells will be shifted down when the new row is inserted.|
-### Return Value
+### Return value
A [ListRow](Excel.ListRow.md) object that represents the new row.
diff --git a/api/Excel.ListRows.Item.md b/api/Excel.ListRows.Item.md
index 11632ca530b..df4260c0916 100644
--- a/api/Excel.ListRows.Item.md
+++ b/api/Excel.ListRows.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Mailer.Received.md b/api/Excel.Mailer.Received.md
index 5424ce6c3a3..127e1f4d1f8 100644
--- a/api/Excel.Mailer.Received.md
+++ b/api/Excel.Mailer.Received.md
@@ -23,7 +23,7 @@ You have requested Help for a Visual Basic keyword used only on the Macintosh. F
_expression_ An expression that returns a [Mailer](Excel.Mailer.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Name.WorkbookParameter.md b/api/Excel.Name.WorkbookParameter.md
index 73cfdeb797c..30829fa8ed0 100644
--- a/api/Excel.Name.WorkbookParameter.md
+++ b/api/Excel.Name.WorkbookParameter.md
@@ -23,7 +23,7 @@ Returns or sets the specified **Name** object as a workbook parameter. Read/wri
_expression_ An expression that returns a [Name](Excel.Name.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Names.Add.md b/api/Excel.Names.Add.md
index 98e28c6d287..2b07bf7235d 100644
--- a/api/Excel.Names.Add.md
+++ b/api/Excel.Names.Add.md
@@ -27,7 +27,7 @@ Defines a new name for a range of cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional| **Variant**|Specifies the text, in English, to use as the name if the NameLocal parameter is not specified. Names cannot include spaces and cannot be formatted as cell references.|
| _RefersTo_|Optional| **Variant**|Describes what the name refers to, in English, using A1-style notation, if the RefersToLocal, RefersToR1C1, and RefersToR1C1Local parameters are not specified.| **Note** |
|---|
| **Nothing** is returned if the reference does not exist. |
|
@@ -41,7 +41,7 @@ Defines a new name for a range of cells.
| _RefersToR1C1_|Optional| **Variant**|Describes what the name refers to, in English using R1C1-style notation, if the RefersTo, RefersToLocal, and RefersToR1C1Local parameters are not specified.|
| _RefersToR1C1Local_|Optional| **Variant**|Describes what the name refers to, in localized text using R1C1-style notation, if the RefersTo, RefersToLocal, and RefersToR1C1 parameters are not specified.|
-### Return Value
+### Return value
A **[Name](Excel.Name.md)** object that represents the new name.
diff --git a/api/Excel.Names.Item.md b/api/Excel.Names.Item.md
index 28e765a5a9e..acb2eee0204 100644
--- a/api/Excel.Names.Item.md
+++ b/api/Excel.Names.Item.md
@@ -27,13 +27,13 @@ Returns a single **[Name](Excel.Name.md)** object from a **Names** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the defined name to be returned.|
| _IndexLocal_|Optional| **Variant**|The name of the defined name, in the language of the user. No names will be translated if you use this argument.|
| _RefersTo_|Optional| **Variant**|What the name refers to. You use this argument to identify a name by what it refers to.|
-### Return Value
+### Return value
A **Name** object contained by the collection.
diff --git a/api/Excel.NegativeBarFormat.BorderColor.md b/api/Excel.NegativeBarFormat.BorderColor.md
index 14718d8ee3a..ebdf9e6acf8 100644
--- a/api/Excel.NegativeBarFormat.BorderColor.md
+++ b/api/Excel.NegativeBarFormat.BorderColor.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a '[NegativeBarFormat](Excel.NegativeBarFormat.md)' object.
-### Return Value
+### Return value
**FormatColor**
diff --git a/api/Excel.NegativeBarFormat.BorderColorType.md b/api/Excel.NegativeBarFormat.BorderColorType.md
index f77701a59fc..3c003234390 100644
--- a/api/Excel.NegativeBarFormat.BorderColorType.md
+++ b/api/Excel.NegativeBarFormat.BorderColorType.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a '[NegativeBarFormat](Excel.NegativeBarFormat.md)' object.
-### Return Value
+### Return value
**[XlDataBarNegativeColorType](Excel.XlDataBarNegativeColorType.md)**
diff --git a/api/Excel.NegativeBarFormat.Color.md b/api/Excel.NegativeBarFormat.Color.md
index 1037bc496f9..a6506709202 100644
--- a/api/Excel.NegativeBarFormat.Color.md
+++ b/api/Excel.NegativeBarFormat.Color.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a '[NegativeBarFormat](Excel.NegativeBarFormat.md)' object.
-### Return Value
+### Return value
**[FormatColor](Excel.FormatColor.md)**
diff --git a/api/Excel.NegativeBarFormat.ColorType.md b/api/Excel.NegativeBarFormat.ColorType.md
index 4aa2ec6a4c4..46faea3a767 100644
--- a/api/Excel.NegativeBarFormat.ColorType.md
+++ b/api/Excel.NegativeBarFormat.ColorType.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a '[NegativeBarFormat](Excel.NegativeBarFormat.md)' object.
-### Return Value
+### Return value
**[XlDataBarNegativeColorType](Excel.XlDataBarNegativeColorType.md)**
diff --git a/api/Excel.ODBCConnection.SaveAsODC.md b/api/Excel.ODBCConnection.SaveAsODC.md
index 6b7f202c2a4..30c261fd204 100644
--- a/api/Excel.ODBCConnection.SaveAsODC.md
+++ b/api/Excel.ODBCConnection.SaveAsODC.md
@@ -27,13 +27,13 @@ Saves the ODBC connection as a Microsoft Office Data Connection file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ODCFileName_|Required| **String**|Location to save the file.|
| _Description_|Optional| **Variant**|Description that will be saved in the file.|
| _Keywords_|Optional| **Variant**|Space-separated keywords that can be used to search for this file.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.ODBCErrors.Item.md b/api/Excel.ODBCErrors.Item.md
index 51a6772041b..aa9009c25f3 100644
--- a/api/Excel.ODBCErrors.Item.md
+++ b/api/Excel.ODBCErrors.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number for the object.|
-### Return Value
+### Return value
An **[ODBCError](Excel.ODBCError.md)** object contained by the collection.
diff --git a/api/Excel.OLEDBConnection.CalculatedMembers.md b/api/Excel.OLEDBConnection.CalculatedMembers.md
index 873f0c08d63..5dd0f325d6d 100644
--- a/api/Excel.OLEDBConnection.CalculatedMembers.md
+++ b/api/Excel.OLEDBConnection.CalculatedMembers.md
@@ -23,7 +23,7 @@ Returns the **[CalculatedMembers](Excel.CalculatedMembers.md)** collection for
_expression_ A variable that represents an '[OLEDBConnection](Excel.OLEDBConnection.md)' object.
-### Return Value
+### Return value
**CalculatedMembers**
diff --git a/api/Excel.OLEDBConnection.LocaleID.md b/api/Excel.OLEDBConnection.LocaleID.md
index d73bcdbb444..47a48647048 100644
--- a/api/Excel.OLEDBConnection.LocaleID.md
+++ b/api/Excel.OLEDBConnection.LocaleID.md
@@ -23,7 +23,7 @@ Returns or sets the locale identifier for the specified connection. Read/write
_expression_ A variable that represents an '[OLEDBConnection](Excel.OLEDBConnection.md)' object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/Excel.OLEDBConnection.MakeConnection.md b/api/Excel.OLEDBConnection.MakeConnection.md
index 854e5443de9..8de503c0ec7 100644
--- a/api/Excel.OLEDBConnection.MakeConnection.md
+++ b/api/Excel.OLEDBConnection.MakeConnection.md
@@ -23,7 +23,7 @@ Establishes a connection for the specified OLE DB connection.
_expression_ A variable that represents an [OLEDBConnection](Excel.OLEDBConnection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.OLEDBConnection.SaveAsODC.md b/api/Excel.OLEDBConnection.SaveAsODC.md
index e8be5a9b56d..659f7e312ab 100644
--- a/api/Excel.OLEDBConnection.SaveAsODC.md
+++ b/api/Excel.OLEDBConnection.SaveAsODC.md
@@ -27,7 +27,7 @@ Saves the OLE DB connection as an Microsoft Office Data Connection file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ODCFileName_|Required| **String**|Location to save the file.|
| _Description_|Optional| **Variant**|Description that will be saved in the file.|
diff --git a/api/Excel.OLEDBErrors.Item.md b/api/Excel.OLEDBErrors.Item.md
index b17d297921a..fa0425d3290 100644
--- a/api/Excel.OLEDBErrors.Item.md
+++ b/api/Excel.OLEDBErrors.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number for the object.|
-### Return Value
+### Return value
An **[OLEDBError](Excel.OLEDBError.md)** object contained by the collection.
diff --git a/api/Excel.OLEFormat.Verb.md b/api/Excel.OLEFormat.Verb.md
index 328149f58e1..7cf04f9dece 100644
--- a/api/Excel.OLEFormat.Verb.md
+++ b/api/Excel.OLEFormat.Verb.md
@@ -27,7 +27,7 @@ Sends a verb to the server of the specified OLE object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Verb_|Optional| **[XlOLEVerb](Excel.XlOLEVerb.md)**|The verb that the server of the OLE object should act on. If this argument is omitted, the default verb is sent. The available verbs are determined by the object's source application. Typical verbs for an OLE object are Open and Primary (represented by the **XlOLEVerb** constants **xlOpen** and **xlPrimary**).|
diff --git a/api/Excel.OLEObject.Activate.md b/api/Excel.OLEObject.Activate.md
index 8bdf87ba424..70808fa0616 100644
--- a/api/Excel.OLEObject.Activate.md
+++ b/api/Excel.OLEObject.Activate.md
@@ -23,7 +23,7 @@ Activates the object.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObject.BringToFront.md b/api/Excel.OLEObject.BringToFront.md
index a8254505f8d..79c6ce3e7d3 100644
--- a/api/Excel.OLEObject.BringToFront.md
+++ b/api/Excel.OLEObject.BringToFront.md
@@ -23,7 +23,7 @@ Brings the object to the front of the z-order.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObject.Copy.md b/api/Excel.OLEObject.Copy.md
index 16e3c1deb57..0d6a0f491b9 100644
--- a/api/Excel.OLEObject.Copy.md
+++ b/api/Excel.OLEObject.Copy.md
@@ -23,7 +23,7 @@ Copies the object to the Clipboard.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObject.CopyPicture.md b/api/Excel.OLEObject.CopyPicture.md
index 458edba31a2..c1d60d7c288 100644
--- a/api/Excel.OLEObject.CopyPicture.md
+++ b/api/Excel.OLEObject.CopyPicture.md
@@ -27,12 +27,12 @@ Copies the selected object to the Clipboard as a picture. **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Appearance_|Optional| **[XlPictureAppearance](Excel.XlPictureAppearance.md)**|. Specifies how the picture should be copied. The default value is **xlScreen** .|
| _Format_|Optional| **[XlCopyPictureFormat](Excel.XlCopyPictureFormat.md)**|. The format of the picture. The default value is **xlPicture** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObject.Cut.md b/api/Excel.OLEObject.Cut.md
index 4e2ef19f024..fa7f379445e 100644
--- a/api/Excel.OLEObject.Cut.md
+++ b/api/Excel.OLEObject.Cut.md
@@ -23,7 +23,7 @@ Cuts the object to the Clipboard or pastes it into a specified destination.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObject.Delete.md b/api/Excel.OLEObject.Delete.md
index 1b89129ceab..dd44a82275d 100644
--- a/api/Excel.OLEObject.Delete.md
+++ b/api/Excel.OLEObject.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObject.Duplicate.md b/api/Excel.OLEObject.Duplicate.md
index 5d0433125cf..b4f067b00ec 100644
--- a/api/Excel.OLEObject.Duplicate.md
+++ b/api/Excel.OLEObject.Duplicate.md
@@ -23,7 +23,7 @@ Duplicates the object and returns a reference to the new copy.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Excel.OLEObject.GotFocus.md b/api/Excel.OLEObject.GotFocus.md
index 5c9cd34504b..555cfc7bde2 100644
--- a/api/Excel.OLEObject.GotFocus.md
+++ b/api/Excel.OLEObject.GotFocus.md
@@ -23,7 +23,7 @@ Occurs when an ActiveX control gets input focus.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.OLEObject.LostFocus.md b/api/Excel.OLEObject.LostFocus.md
index 8280e7318be..512a5b88650 100644
--- a/api/Excel.OLEObject.LostFocus.md
+++ b/api/Excel.OLEObject.LostFocus.md
@@ -23,7 +23,7 @@ Occurs when an ActiveX control loses input focus.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.OLEObject.Select.md b/api/Excel.OLEObject.Select.md
index 650a5c1ab8e..36ce518ce9d 100644
--- a/api/Excel.OLEObject.Select.md
+++ b/api/Excel.OLEObject.Select.md
@@ -27,11 +27,11 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObject.SendToBack.md b/api/Excel.OLEObject.SendToBack.md
index d0537f52217..d2d157cfedc 100644
--- a/api/Excel.OLEObject.SendToBack.md
+++ b/api/Excel.OLEObject.SendToBack.md
@@ -23,7 +23,7 @@ Sends the object to the back of the z-order.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObject.Update.md b/api/Excel.OLEObject.Update.md
index e1c4bc8bceb..565b1d8d194 100644
--- a/api/Excel.OLEObject.Update.md
+++ b/api/Excel.OLEObject.Update.md
@@ -23,7 +23,7 @@ Updates the link.
_expression_ A variable that represents an [OLEObject](Excel.OLEObject.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObject.Verb.md b/api/Excel.OLEObject.Verb.md
index 75a01c09d5b..1a94814ef38 100644
--- a/api/Excel.OLEObject.Verb.md
+++ b/api/Excel.OLEObject.Verb.md
@@ -27,11 +27,11 @@ Sends a verb to the server of the specified OLE object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Verb_|Optional| **[XlOLEVerb](Excel.XlOLEVerb.md)**|The verb that the server of the OLE object should act on. If this argument is omitted, the default verb is sent. The available verbs are determined by the object's source application. Typical verbs for an OLE object are Open and Primary (represented by the **XlOLEVerb** constants **xlOpen** and **xlPrimary**).|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObjects.Add.md b/api/Excel.OLEObjects.Add.md
index e815040eb49..5a69230a4fe 100644
--- a/api/Excel.OLEObjects.Add.md
+++ b/api/Excel.OLEObjects.Add.md
@@ -27,7 +27,7 @@ Adds a new OLE object to a sheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassType_|Optional| **Variant**|(you must specify either _ClassType_ or _FileName_). A string that contains the programmatic identifier for the object to be created. If _ClassType_ is specified, _FileName_ and _Link_ are ignored.|
| _FileName_|Optional| **Variant**|(you must specify either _ClassType_ or _FileName_). A string that specifies the file to be used to create the OLE object.|
@@ -41,7 +41,7 @@ Adds a new OLE object to a sheet.
| _Height_|Optional| **Variant**|The initial height of the new object, in points.|
| _Top_|Optional| **Variant**|The initial coordinates of the new object in points, relative to the upper-left corner of cell A1 on a worksheet, or to the upper-left corner of a chart.|
-### Return Value
+### Return value
An **[OLEObject](Excel.OLEObject.md)** object that represents the new OLE object.
diff --git a/api/Excel.OLEObjects.BringToFront.md b/api/Excel.OLEObjects.BringToFront.md
index 7d7142d4bba..4b4636b140b 100644
--- a/api/Excel.OLEObjects.BringToFront.md
+++ b/api/Excel.OLEObjects.BringToFront.md
@@ -23,7 +23,7 @@ Brings the object to the front of the z-order.
_expression_ A variable that represents an [OLEObjects](Excel.OLEObjects.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObjects.Copy.md b/api/Excel.OLEObjects.Copy.md
index 72b4b78ef33..20d979bde3f 100644
--- a/api/Excel.OLEObjects.Copy.md
+++ b/api/Excel.OLEObjects.Copy.md
@@ -23,7 +23,7 @@ Copies the object to the Clipboard.
_expression_ A variable that represents an [OLEObjects](Excel.OLEObjects.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObjects.CopyPicture.md b/api/Excel.OLEObjects.CopyPicture.md
index ca3d5c3dc04..264e951ae16 100644
--- a/api/Excel.OLEObjects.CopyPicture.md
+++ b/api/Excel.OLEObjects.CopyPicture.md
@@ -27,12 +27,12 @@ Copies the selected object to the Clipboard as a picture. **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Appearance_|Optional| **[XlPictureAppearance](Excel.XlPictureAppearance.md)**|. Specifies how the picture should be copied. The default value is **xlScreen** .|
| _Format_|Optional| **[XlCopyPictureFormat](Excel.XlCopyPictureFormat.md)**|. The format of the picture. The default value is **xlPicture** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObjects.Cut.md b/api/Excel.OLEObjects.Cut.md
index 936694289c2..997f698fa41 100644
--- a/api/Excel.OLEObjects.Cut.md
+++ b/api/Excel.OLEObjects.Cut.md
@@ -23,7 +23,7 @@ Cuts the object to the Clipboard.
_expression_ A variable that represents an [OLEObjects](Excel.OLEObjects.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObjects.Delete.md b/api/Excel.OLEObjects.Delete.md
index 205eb2dbaaa..f124df3027e 100644
--- a/api/Excel.OLEObjects.Delete.md
+++ b/api/Excel.OLEObjects.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents an [OLEObjects](Excel.OLEObjects.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObjects.Duplicate.md b/api/Excel.OLEObjects.Duplicate.md
index 51892b4b682..43b1f3bfa37 100644
--- a/api/Excel.OLEObjects.Duplicate.md
+++ b/api/Excel.OLEObjects.Duplicate.md
@@ -23,7 +23,7 @@ Duplicates the object and returns a reference to the new copy.
_expression_ A variable that represents an [OLEObjects](Excel.OLEObjects.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Excel.OLEObjects.Item.md b/api/Excel.OLEObjects.Item.md
index 86f7660e706..0281ce0db59 100644
--- a/api/Excel.OLEObjects.Item.md
+++ b/api/Excel.OLEObjects.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
An Object value that represents an object contained by the collection.
diff --git a/api/Excel.OLEObjects.Select.md b/api/Excel.OLEObjects.Select.md
index 825121fcccb..13c152e3477 100644
--- a/api/Excel.OLEObjects.Select.md
+++ b/api/Excel.OLEObjects.Select.md
@@ -27,11 +27,11 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.OLEObjects.SendToBack.md b/api/Excel.OLEObjects.SendToBack.md
index 77c9a55ddcf..df1eadb580c 100644
--- a/api/Excel.OLEObjects.SendToBack.md
+++ b/api/Excel.OLEObjects.SendToBack.md
@@ -23,7 +23,7 @@ Sends the object to the back of the z-order.
_expression_ A variable that represents an [OLEObjects](Excel.OLEObjects.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Outline.ShowLevels.md b/api/Excel.Outline.ShowLevels.md
index d8ff508b298..1ef24f9c031 100644
--- a/api/Excel.Outline.ShowLevels.md
+++ b/api/Excel.Outline.ShowLevels.md
@@ -27,12 +27,12 @@ Displays the specified number of row and/or column levels of an outline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowLevels_|Optional| **Variant**|Specifies the number of row levels of an outline to display. If the outline has fewer levels than the number specified, Microsoft Excel displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on rows.|
| _ColumnLevels_|Optional| **Variant**|Specifies the number of column levels of an outline to display. If the outline has fewer levels than the number specified, Microsoft Excel displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on columns.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.PageSetup.PrintQuality.md b/api/Excel.PageSetup.PrintQuality.md
index da835587d11..39723fdfb6d 100644
--- a/api/Excel.PageSetup.PrintQuality.md
+++ b/api/Excel.PageSetup.PrintQuality.md
@@ -27,7 +27,7 @@ Returns or sets the print quality. Read/write **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|Horizontal print quality (1) or vertical print quality (2). Some printers may not support vertical print quality. If you don?t specify this argument, the **PrintQuality** property returns (or can be set to) a two-element array that contains both horizontal and vertical print quality.|
diff --git a/api/Excel.Pages.Item.md b/api/Excel.Pages.Item.md
index 056e08a8f4f..fb0ed71859e 100644
--- a/api/Excel.Pages.Item.md
+++ b/api/Excel.Pages.Item.md
@@ -27,7 +27,7 @@ Returns a **Page** object that represents a collection of pages in a workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Index value of the page.|
diff --git a/api/Excel.Pane.Activate.md b/api/Excel.Pane.Activate.md
index 0c0bc8ac58a..bbff5fdf24a 100644
--- a/api/Excel.Pane.Activate.md
+++ b/api/Excel.Pane.Activate.md
@@ -23,7 +23,7 @@ Activates the pane.
_expression_ A variable that represents a [Pane](Excel.Pane.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Pane.LargeScroll.md b/api/Excel.Pane.LargeScroll.md
index e93fe789446..35e799dfc69 100644
--- a/api/Excel.Pane.LargeScroll.md
+++ b/api/Excel.Pane.LargeScroll.md
@@ -27,14 +27,14 @@ Scrolls the contents of the window by pages.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of pages to scroll the contents down.|
| _Up_|Optional| **Variant**|The number of pages to scroll the contents up.|
| _ToRight_|Optional| **Variant**|The number of pages to scroll the contents to the right.|
| _ToLeft_|Optional| **Variant**|The number of pages to scroll the contents to the left.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Pane.PointsToScreenPixelsX.md b/api/Excel.Pane.PointsToScreenPixelsX.md
index af6d494d95d..e354f82eeaf 100644
--- a/api/Excel.Pane.PointsToScreenPixelsX.md
+++ b/api/Excel.Pane.PointsToScreenPixelsX.md
@@ -27,11 +27,11 @@ Returns or sets a pixel point on the screen.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Long**|Location of the pixel on the screen.|
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Pane.PointsToScreenPixelsY.md b/api/Excel.Pane.PointsToScreenPixelsY.md
index 410e2ccbd66..72b5fa08209 100644
--- a/api/Excel.Pane.PointsToScreenPixelsY.md
+++ b/api/Excel.Pane.PointsToScreenPixelsY.md
@@ -27,11 +27,11 @@ Returns or sets the location of the pixel on the screen.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Long**|Location of the starting point.|
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Pane.ScrollIntoView.md b/api/Excel.Pane.ScrollIntoView.md
index 08b3dd1e624..7b1d1d5ca98 100644
--- a/api/Excel.Pane.ScrollIntoView.md
+++ b/api/Excel.Pane.ScrollIntoView.md
@@ -27,7 +27,7 @@ Scrolls the document window so that the contents of a specified rectangular area
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required| **Long**|The horizontal position of the rectangle (in points) from the left edge of the document window or pane.|
| _Top_|Required| **Long**|The vertical position of the rectangle (in points) from the top of the document window or pane.|
diff --git a/api/Excel.Pane.SmallScroll.md b/api/Excel.Pane.SmallScroll.md
index c333c3b11fc..57383c07f68 100644
--- a/api/Excel.Pane.SmallScroll.md
+++ b/api/Excel.Pane.SmallScroll.md
@@ -27,14 +27,14 @@ Scrolls the contents of the window by rows or columns.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of rows to scroll the contents down.|
| _Up_|Optional| **Variant**|The number of rows to scroll the contents up.|
| _ToRight_|Optional| **Variant**|The number of columns to scroll the contents to the right.|
| _ToLeft_|Optional| **Variant**|The number of columns to scroll the contents to the left.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Panes.Item.md b/api/Excel.Panes.Item.md
index 1c5762d548f..730881e4f03 100644
--- a/api/Excel.Panes.Item.md
+++ b/api/Excel.Panes.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the object.|
diff --git a/api/Excel.Parameter.SetParam.md b/api/Excel.Parameter.SetParam.md
index bba4c048aae..b7ffa72274a 100644
--- a/api/Excel.Parameter.SetParam.md
+++ b/api/Excel.Parameter.SetParam.md
@@ -27,7 +27,7 @@ Defines a parameter for the specified query table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[XlParameterType](Excel.XlParameterType.md)**|One of the constants of **XlParameterType** which specifies the parameter type.|
| _Value_|Required| **Variant**|The value of the specified parameter, as shown in the description of the _Type_ argument.|
diff --git a/api/Excel.Parameters.Add.md b/api/Excel.Parameters.Add.md
index d958f40d474..40ed672d110 100644
--- a/api/Excel.Parameters.Add.md
+++ b/api/Excel.Parameters.Add.md
@@ -27,12 +27,12 @@ Creates a new query parameter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the specified parameter. The parameter name should match the parameter clause in the SQL statement.|
| _iDataType_|Optional| **Variant**|The data type of the parameter. Can be any **[XlParameterDataType](Excel.XlParameterDataType.md)** constant. These values correspond to ODBC data types. They indicate the type of value the ODBC driver is expecting to receive. Microsoft Excel and the ODBC driver manager will coerce the parameter value given in Microsoft Excel into the correct data type for the driver.|
-### Return Value
+### Return value
A **[Parameter](Excel.Parameter.md)** object that represents the new query parameter.
diff --git a/api/Excel.Parameters.Item.md b/api/Excel.Parameters.Item.md
index db82a76cf66..442bf3e3e0f 100644
--- a/api/Excel.Parameters.Item.md
+++ b/api/Excel.Parameters.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[Parameter](Excel.Parameter.md)** object contained by the collection.
diff --git a/api/Excel.Phonetics.Add.md b/api/Excel.Phonetics.Add.md
index 9726b4f9d83..66d50b9a814 100644
--- a/api/Excel.Phonetics.Add.md
+++ b/api/Excel.Phonetics.Add.md
@@ -27,7 +27,7 @@ Adds phonetic text to the specified cell.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required| **Long**|The position that represents the first character in the specified cell.|
| _Length_|Required| **Long**|The number of characters from the **Start** position to the end of the text in the cell.|
diff --git a/api/Excel.Phonetics.Item.md b/api/Excel.Phonetics.Item.md
index 44602bc3aa1..fa46150e9c3 100644
--- a/api/Excel.Phonetics.Item.md
+++ b/api/Excel.Phonetics.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the object.|
diff --git a/api/Excel.PictureFormat.IncrementBrightness.md b/api/Excel.PictureFormat.IncrementBrightness.md
index d1837214e38..86309e03982 100644
--- a/api/Excel.PictureFormat.IncrementBrightness.md
+++ b/api/Excel.PictureFormat.IncrementBrightness.md
@@ -27,7 +27,7 @@ Changes the brightness of the picture by the specified amount. Use the **[Brigh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much to change the value of the **Brightness** property for the picture. A positive value makes the picture brighter; a negative value makes the picture darker.|
diff --git a/api/Excel.PictureFormat.IncrementContrast.md b/api/Excel.PictureFormat.IncrementContrast.md
index 1977e22f410..876f632b7ca 100644
--- a/api/Excel.PictureFormat.IncrementContrast.md
+++ b/api/Excel.PictureFormat.IncrementContrast.md
@@ -27,7 +27,7 @@ Changes the contrast of the picture by the specified amount. Use the **[Contras
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much to change the value of the **Contrast** property for the picture. A positive value increases the contrast; a negative value decreases the contrast.|
diff --git a/api/Excel.PivotCache.CreatePivotTable.md b/api/Excel.PivotCache.CreatePivotTable.md
index 11b18cc99d5..cf7e579645a 100644
--- a/api/Excel.PivotCache.CreatePivotTable.md
+++ b/api/Excel.PivotCache.CreatePivotTable.md
@@ -27,14 +27,14 @@ Creates a PivotTable report based on a **[PivotCache](Excel.PivotCache.md)** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TableDestination_|Required| **Variant**|The cell in the upper-left corner of the PivotTable report?s destination range (the range on the worksheet where the resulting PivotTable report will be placed). The destination range must be on a worksheet in the workbook that contains the **PivotCache** object specified by _expression_.|
| _TableName_|Optional| **Variant**|The name of the new PivotTable report.|
| _ReadData_|Optional| **Variant**| **True** to create a PivotTable cache that contains all of the records from the external database; this cache can be very large. **False** to enable setting some of the fields as server-based page fields before the data is actually read.|
| _DefaultVersion_|Optional| **Variant**|The default version of the PivotTable report.|
-### Return Value
+### Return value
PivotTable
diff --git a/api/Excel.PivotCache.SaveAsODC.md b/api/Excel.PivotCache.SaveAsODC.md
index 3fff9d40ea1..2f570a802cd 100644
--- a/api/Excel.PivotCache.SaveAsODC.md
+++ b/api/Excel.PivotCache.SaveAsODC.md
@@ -27,7 +27,7 @@ Saves the PivotTable cache source as an Microsoft Office Data Connection file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ODCFileName_|Required| **String**|Location to save the file.|
| _Description_|Optional| **Variant**|Description that will be saved in the file.|
diff --git a/api/Excel.PivotCaches.Create.md b/api/Excel.PivotCaches.Create.md
index 988b8796121..791459f5f25 100644
--- a/api/Excel.PivotCaches.Create.md
+++ b/api/Excel.PivotCaches.Create.md
@@ -27,13 +27,13 @@ Creates a new PivotCache.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceType_|Required| **XlPivotTableSourceType**| _SourceType_ can be one of these **xlPivotTableSourceType** constants: **xlConsolidation** , **xlDatabase** , or **xlExternal** .|
| _SourceData_|Optional| **Variant**|The data for the new PivotTable cache.|
| _Version_|Optional| **Variant**|Version of the PivotTable. The version can be one of the [xlPivotTableVersionList](Excel.XlPivotTableVersionList.md) constants.|
-### Return Value
+### Return value
PivotCache
diff --git a/api/Excel.PivotCaches.Item.md b/api/Excel.PivotCaches.Item.md
index e0d580a8ff2..59f7a15c849 100644
--- a/api/Excel.PivotCaches.Item.md
+++ b/api/Excel.PivotCaches.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[PivotCache](Excel.PivotCache.md)** object contained by the collection.
diff --git a/api/Excel.PivotCell.AllocateChange.md b/api/Excel.PivotCell.AllocateChange.md
index 7a4bc997260..b09b8d9c5f5 100644
--- a/api/Excel.PivotCell.AllocateChange.md
+++ b/api/Excel.PivotCell.AllocateChange.md
@@ -23,7 +23,7 @@ Performs a writeback operation on the specified cell in a PivotTable report base
_expression_ A variable that represents a '[PivotCell](Excel.PivotCell.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.PivotCell.CellChanged.md b/api/Excel.PivotCell.CellChanged.md
index 037b7567759..375b3a4aa66 100644
--- a/api/Excel.PivotCell.CellChanged.md
+++ b/api/Excel.PivotCell.CellChanged.md
@@ -23,7 +23,7 @@ Returns whether a PivotTable value cell has been edited or recalculated since th
_expression_ A variable that represents a '[PivotCell](Excel.PivotCell.md)' object.
-### Return Value
+### Return value
**[XlCellChangedState](Excel.XlCellChangedState.md)**
diff --git a/api/Excel.PivotCell.DataSourceValue.md b/api/Excel.PivotCell.DataSourceValue.md
index a19759dd8a7..e41ece80ca6 100644
--- a/api/Excel.PivotCell.DataSourceValue.md
+++ b/api/Excel.PivotCell.DataSourceValue.md
@@ -23,7 +23,7 @@ Returns the value last retrieved from the data source for edited cells in a Pivo
_expression_ A variable that represents a '[PivotCell](Excel.PivotCell.md)' object.
-### Return Value
+### Return value
**Variant**
diff --git a/api/Excel.PivotCell.DiscardChange.md b/api/Excel.PivotCell.DiscardChange.md
index 6aa30afd607..38497c79aa0 100644
--- a/api/Excel.PivotCell.DiscardChange.md
+++ b/api/Excel.PivotCell.DiscardChange.md
@@ -23,7 +23,7 @@ Discards changes to the specified cell in a PivotTable report.
_expression_ A variable that represents a '[PivotCell](Excel.PivotCell.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.PivotCell.MDX.md b/api/Excel.PivotCell.MDX.md
index 4f0d373ad6f..2841405604c 100644
--- a/api/Excel.PivotCell.MDX.md
+++ b/api/Excel.PivotCell.MDX.md
@@ -23,7 +23,7 @@ Returns a tuple that provides the full MDX coordinates of the specified value ce
_expression_ A variable that represents a '[PivotCell](Excel.PivotCell.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.PivotField.AddPageItem.md b/api/Excel.PivotField.AddPageItem.md
index cc4e09859eb..e9d02b6ec4b 100644
--- a/api/Excel.PivotField.AddPageItem.md
+++ b/api/Excel.PivotField.AddPageItem.md
@@ -27,7 +27,7 @@ Adds an additional item to a multiple item page field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **String**| Source name of a **PivotItem** object, corresponding to the specific Online Analytical Processing (OLAP) member unique name.|
| _ClearList_|Optional| **Variant**|If **False** (default), adds a page item to the existing list. If **True** , deletes all current items and adds _Item_.|
diff --git a/api/Excel.PivotField.AutoShow.md b/api/Excel.PivotField.AutoShow.md
index 3dd5dd9a2d5..022f058d770 100644
--- a/api/Excel.PivotField.AutoShow.md
+++ b/api/Excel.PivotField.AutoShow.md
@@ -27,7 +27,7 @@ Displays the number of top or bottom items for a row, page, or column field in t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **Long**|Use **xlAutomatic** to cause the specified PivotTable report to show the items that match the specified criteria. Use **xlManual** to disable this feature.|
| _Range_|Required| **Long**|The location at which to start showing items. Can be either of the following constants: **xlTop** or **xlBottom** .|
diff --git a/api/Excel.PivotField.AutoSort.md b/api/Excel.PivotField.AutoSort.md
index f22f0d651b1..1937881fe05 100644
--- a/api/Excel.PivotField.AutoSort.md
+++ b/api/Excel.PivotField.AutoSort.md
@@ -27,7 +27,7 @@ Establishes automatic field-sorting rules for PivotTable reports.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Order_|Required| **Long**|One of the constants of **[XlSortOrder](Excel.XlSortOrder.md)** specifying the sort order.|
| _Field_|Required| **String**|The name of the sort key field. You must specify the unique name (as returned from the **[SourceName](Excel.PivotField.SourceName.md)** property), and not the displayed name.|
diff --git a/api/Excel.PivotField.CalculatedItems.md b/api/Excel.PivotField.CalculatedItems.md
index 875e0c808fc..19b092950a3 100644
--- a/api/Excel.PivotField.CalculatedItems.md
+++ b/api/Excel.PivotField.CalculatedItems.md
@@ -23,7 +23,7 @@ Returns a **[CalculatedItems](Excel.CalculatedItems.md)** collection that repre
_expression_ A variable that represents a [PivotField](Excel.PivotField.md) object.
-### Return Value
+### Return value
CalculatedItems
diff --git a/api/Excel.PivotField.ChildItems.md b/api/Excel.PivotField.ChildItems.md
index f720f7bc37a..27c922b3379 100644
--- a/api/Excel.PivotField.ChildItems.md
+++ b/api/Excel.PivotField.ChildItems.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single PivotTable item (a **[PivotIt
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The item name or number (can be an array to specify more than one item).|
diff --git a/api/Excel.PivotField.DrillTo.md b/api/Excel.PivotField.DrillTo.md
index c1580756bab..20529ae1f7f 100644
--- a/api/Excel.PivotField.DrillTo.md
+++ b/api/Excel.PivotField.DrillTo.md
@@ -27,7 +27,7 @@ The **DrillTo** method supports drilling to a specified PivotField from another
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PivotFieldName_|Required| **String**|The name of the **PivotField** to drill to.|
diff --git a/api/Excel.PivotField.HiddenItems.md b/api/Excel.PivotField.HiddenItems.md
index 4b22efb0c35..da7da2d485a 100644
--- a/api/Excel.PivotField.HiddenItems.md
+++ b/api/Excel.PivotField.HiddenItems.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single hidden PivotTable item (a **[
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The number or name of the item to be returned (can be an array to specify more than one item).|
diff --git a/api/Excel.PivotField.ParentItems.md b/api/Excel.PivotField.ParentItems.md
index 1ee1daba90f..cb8cf26e017 100644
--- a/api/Excel.PivotField.ParentItems.md
+++ b/api/Excel.PivotField.ParentItems.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single PivotTable item (a **[PivotIt
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The number or name of the item to be returned (can be an array to specify more than one item).|
diff --git a/api/Excel.PivotField.PivotItems.md b/api/Excel.PivotField.PivotItems.md
index fbf57af5f8b..db45214d12b 100644
--- a/api/Excel.PivotField.PivotItems.md
+++ b/api/Excel.PivotField.PivotItems.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single PivotTable item (a **[PivotIt
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the item to be returned.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.PivotField.RepeatLabels.md b/api/Excel.PivotField.RepeatLabels.md
index cd06c270262..a8af7277388 100644
--- a/api/Excel.PivotField.RepeatLabels.md
+++ b/api/Excel.PivotField.RepeatLabels.md
@@ -23,7 +23,7 @@ Returns or sets whether item labels are repeated in the PivotTable for the speci
_expression_ A variable that represents a '[PivotField](Excel.PivotField.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.PivotField.Subtotals.md b/api/Excel.PivotField.Subtotals.md
index ba295d9eeb7..844f6ca3263 100644
--- a/api/Excel.PivotField.Subtotals.md
+++ b/api/Excel.PivotField.Subtotals.md
@@ -27,7 +27,7 @@ Returns or sets subtotals displayed with the specified field. Valid only for non
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|A subtotal index, as shown in the following table. If this argument is omitted, the **Subtotals** method returns an array that contains a Boolean value for each subtotal.|
diff --git a/api/Excel.PivotField.VisibleItems.md b/api/Excel.PivotField.VisibleItems.md
index 599122f5bbe..eefac9d69b8 100644
--- a/api/Excel.PivotField.VisibleItems.md
+++ b/api/Excel.PivotField.VisibleItems.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single visible PivotTable item (a **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The number or name of the item to be returned (can be an array to specify more than one item).|
diff --git a/api/Excel.PivotFields.Item.md b/api/Excel.PivotFields.Item.md
index 8953229ab1b..6a5ddc69729 100644
--- a/api/Excel.PivotFields.Item.md
+++ b/api/Excel.PivotFields.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
An Object value that represents an object contained by the collection.
diff --git a/api/Excel.PivotFilters.Add.md b/api/Excel.PivotFilters.Add.md
index 82ad5fcfa97..5a04e6e5d9e 100644
--- a/api/Excel.PivotFilters.Add.md
+++ b/api/Excel.PivotFilters.Add.md
@@ -27,7 +27,7 @@ Adds new filters to the **PivotFilters** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **XlPivotFilterType**|Requires an **[XlPivotFilterType](Excel.XlPivotFilterType.md)** type of filter.|
| _DataField_|Optional| **Variant**|The field to which the filter is attached.|
@@ -39,7 +39,7 @@ Adds new filters to the **PivotFilters** collection.
| _MemberPropertyField_|Optional| **Variant**|Specifies the member property field on which the label filter is based.|
| _WholeDayFilter_|Optional| **Variant**|Specifies a filter based on days.|
-### Return Value
+### Return value
PivotFilter
diff --git a/api/Excel.PivotFilters.Item.md b/api/Excel.PivotFilters.Item.md
index eaf7e2dfa47..570b7c97d83 100644
--- a/api/Excel.PivotFilters.Item.md
+++ b/api/Excel.PivotFilters.Item.md
@@ -27,7 +27,7 @@ Returns a specific element of the **PivotFilters** collection object by its pos
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies the position of an element of the collection. |
diff --git a/api/Excel.PivotFormulas.Add.md b/api/Excel.PivotFormulas.Add.md
index d8248871c52..548a86a730d 100644
--- a/api/Excel.PivotFormulas.Add.md
+++ b/api/Excel.PivotFormulas.Add.md
@@ -27,12 +27,12 @@ Creates a new PivotTable formula.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Formula_|Required| **String**|The new PivotTable formula.|
| _UseStandardFormula_|Optional| **Variant**|A standard PivotTable formula.|
-### Return Value
+### Return value
A **[PivotFormula](Excel.PivotFormula.md)** object that represents the new PivotTable formula.
diff --git a/api/Excel.PivotFormulas.Item.md b/api/Excel.PivotFormulas.Item.md
index f2325b4369e..cd3cc41603f 100644
--- a/api/Excel.PivotFormulas.Item.md
+++ b/api/Excel.PivotFormulas.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[PivotFormula](Excel.PivotFormula.md)** object contained by the collection.
diff --git a/api/Excel.PivotItem.ChildItems.md b/api/Excel.PivotItem.ChildItems.md
index d95afde0ed2..b02311e2610 100644
--- a/api/Excel.PivotItem.ChildItems.md
+++ b/api/Excel.PivotItem.ChildItems.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single PivotTable item (a **[PivotIt
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The item name or number (can be an array to specify more than one item).|
diff --git a/api/Excel.PivotItem.DrillTo.md b/api/Excel.PivotItem.DrillTo.md
index 006ca8b3378..83955896467 100644
--- a/api/Excel.PivotItem.DrillTo.md
+++ b/api/Excel.PivotItem.DrillTo.md
@@ -27,7 +27,7 @@ The **DrillTo** method supports drilling to a specified PivotField from a Pivot
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PivotItemName_|Required| **String**|The name of the PivotItem to drill to.|
diff --git a/api/Excel.PivotItemList.Item.md b/api/Excel.PivotItemList.Item.md
index 8c69443badf..0a5b1c1814f 100644
--- a/api/Excel.PivotItemList.Item.md
+++ b/api/Excel.PivotItemList.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[PivotItem](Excel.PivotItem.md)** object contained by the collection.
diff --git a/api/Excel.PivotItems.Add.md b/api/Excel.PivotItems.Add.md
index 019a30b57f5..53b07b1fac3 100644
--- a/api/Excel.PivotItems.Add.md
+++ b/api/Excel.PivotItems.Add.md
@@ -27,7 +27,7 @@ Creates a new PivotTable item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new PivotTable item.|
diff --git a/api/Excel.PivotItems.Item.md b/api/Excel.PivotItems.Item.md
index 33a91134efb..8d40412f29c 100644
--- a/api/Excel.PivotItems.Item.md
+++ b/api/Excel.PivotItems.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
An Object value that represents an object contained by the collection.
diff --git a/api/Excel.PivotLineCells.Item.md b/api/Excel.PivotLineCells.Item.md
index f5ba7f44d02..58e2e1186ab 100644
--- a/api/Excel.PivotLineCells.Item.md
+++ b/api/Excel.PivotLineCells.Item.md
@@ -27,7 +27,7 @@ Returns a specific element of the **PivotLineCells** collection object by its p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies the position of an element of the collection. |
diff --git a/api/Excel.PivotLines.Item.md b/api/Excel.PivotLines.Item.md
index ae66b86c0c2..62519df9473 100644
--- a/api/Excel.PivotLines.Item.md
+++ b/api/Excel.PivotLines.Item.md
@@ -27,7 +27,7 @@ Returns a specific element of the **PivotLines** collection object by its posit
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies the position of an element of the collection. |
diff --git a/api/Excel.PivotTable.AddDataField.md b/api/Excel.PivotTable.AddDataField.md
index c71d5f3fc69..5ac7bdfd912 100644
--- a/api/Excel.PivotTable.AddDataField.md
+++ b/api/Excel.PivotTable.AddDataField.md
@@ -27,13 +27,13 @@ Adds a data field to a PivotTable report. Returns a **[PivotField](Excel.PivotF
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required| **Object**|The unique field on the server. If the source data is Online Analytical Processing (OLAP), the unique field is a cube field. If the source data is non-OLAP (non-OLAP source data), the unique field is a PivotTable field.|
| _Caption_|Optional| **Variant**|The label used in the PivotTable report to identify this data field.|
| _Function_|Optional| **Variant**|The function performed in the added data field.|
-### Return Value
+### Return value
PivotField
diff --git a/api/Excel.PivotTable.AddFields.md b/api/Excel.PivotTable.AddFields.md
index 23aea5d2492..916bc89f441 100644
--- a/api/Excel.PivotTable.AddFields.md
+++ b/api/Excel.PivotTable.AddFields.md
@@ -27,14 +27,14 @@ Adds row, column, and page fields to a PivotTable report or PivotChart report.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowFields_|Optional| **Variant**|Specifies a field name (or an array of field names) to be added as rows, or to be added to the category axis.|
| _ColumnFields_|Optional| **Variant**|Specifies a field name (or an array of field names) to be added as columns, or to be added to the series axis.|
| _PageFields_|Optional| **Variant**|Specifies a field name (or an array of field names) to be added as pages, or to be added to the page area.|
| _AddToTable_|Optional| **Variant**|Applies only to PivotTable reports. **True** to add the specified fields to the report (none of the existing fields are replaced). **False** to replace existing fields with the new fields. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.PivotTable.AllocateChanges.md b/api/Excel.PivotTable.AllocateChanges.md
index ee234dbbb33..09ca24a1bb2 100644
--- a/api/Excel.PivotTable.AllocateChanges.md
+++ b/api/Excel.PivotTable.AllocateChanges.md
@@ -23,7 +23,7 @@ Performs a writeback operation for all edited cells in a PivotTable report based
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.PivotTable.Allocation.md b/api/Excel.PivotTable.Allocation.md
index 3b09a9fa55a..cb2e79053a3 100644
--- a/api/Excel.PivotTable.Allocation.md
+++ b/api/Excel.PivotTable.Allocation.md
@@ -23,7 +23,7 @@ Returns or sets whether to run an **UPDATE CUBE** statement for each cell is ed
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
**[XlAllocation](Excel.XlAllocation.md)**
diff --git a/api/Excel.PivotTable.AllocationMethod.md b/api/Excel.PivotTable.AllocationMethod.md
index c841e6494e3..396fd3d49b4 100644
--- a/api/Excel.PivotTable.AllocationMethod.md
+++ b/api/Excel.PivotTable.AllocationMethod.md
@@ -23,7 +23,7 @@ Returns or sets what method to use to allocate values when performing what-if an
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
**[XlAllocationMethod](Excel.XlAllocationMethod.md)**
diff --git a/api/Excel.PivotTable.AllocationValue.md b/api/Excel.PivotTable.AllocationValue.md
index 6b4844698bd..80b789114ba 100644
--- a/api/Excel.PivotTable.AllocationValue.md
+++ b/api/Excel.PivotTable.AllocationValue.md
@@ -23,7 +23,7 @@ Returns or sets what value to allocate when performing what-if analysis on a Piv
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
**[XlAllocationValue](Excel.XlAllocationValue.md)**
diff --git a/api/Excel.PivotTable.AlternativeText.md b/api/Excel.PivotTable.AlternativeText.md
index e4f05d1e124..19ffcdf11b1 100644
--- a/api/Excel.PivotTable.AlternativeText.md
+++ b/api/Excel.PivotTable.AlternativeText.md
@@ -23,7 +23,7 @@ Returns or sets the descriptive (alternative) text string for the specified Pivo
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.PivotTable.CalculatedFields.md b/api/Excel.PivotTable.CalculatedFields.md
index 1f07a33eabb..40381c2570c 100644
--- a/api/Excel.PivotTable.CalculatedFields.md
+++ b/api/Excel.PivotTable.CalculatedFields.md
@@ -23,7 +23,7 @@ Returns a **[CalculatedFields](Excel.CalculatedFields.md)** collection that rep
_expression_ A variable that represents a [PivotTable](Excel.PivotTable.md) object.
-### Return Value
+### Return value
CalculatedFields
diff --git a/api/Excel.PivotTable.CalculatedMembersInFilters.md b/api/Excel.PivotTable.CalculatedMembersInFilters.md
index b91d4529952..aa23e4002f4 100644
--- a/api/Excel.PivotTable.CalculatedMembersInFilters.md
+++ b/api/Excel.PivotTable.CalculatedMembersInFilters.md
@@ -23,7 +23,7 @@ Returns or sets whether to evaluate calculated members from OLAP servers in filt
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.PivotTable.ChangeConnection.md b/api/Excel.PivotTable.ChangeConnection.md
index ad924d61909..c90e4c3ff9d 100644
--- a/api/Excel.PivotTable.ChangeConnection.md
+++ b/api/Excel.PivotTable.ChangeConnection.md
@@ -27,7 +27,7 @@ Changes the connection of the specified **[PivotTable](Excel.PivotTable.md)** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _conn_|Required| **WorkbookConnection**|A **[WorkbookConnection](Excel.WorkbookConnection.md)** object that repesents the new conneciton for the PivotTable.|
diff --git a/api/Excel.PivotTable.ChangeList.md b/api/Excel.PivotTable.ChangeList.md
index 3fd81339ba2..534db5bbae8 100644
--- a/api/Excel.PivotTable.ChangeList.md
+++ b/api/Excel.PivotTable.ChangeList.md
@@ -23,7 +23,7 @@ Returns the **[PivotTableChangeList](Excel.PivotTableChangeList.md)** collectio
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
**PivotTableChangeList**
diff --git a/api/Excel.PivotTable.ChangePivotCache.md b/api/Excel.PivotTable.ChangePivotCache.md
index cd28306599c..dca9204f9ab 100644
--- a/api/Excel.PivotTable.ChangePivotCache.md
+++ b/api/Excel.PivotTable.ChangePivotCache.md
@@ -27,7 +27,7 @@ Changes the **[PivotCache](Excel.PivotCache.md)** of the specified **[PivotTabl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstr_|Required| **String**|A **PivotTable** or **PivotCache** object that represents the new **PivotCache** for the specfied **PivotTable** .|
diff --git a/api/Excel.PivotTable.ColumnFields.md b/api/Excel.PivotTable.ColumnFields.md
index 75b30629381..1bbe342c5fe 100644
--- a/api/Excel.PivotTable.ColumnFields.md
+++ b/api/Excel.PivotTable.ColumnFields.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single PivotTable field (a **[PivotF
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The field name or number (can be an array to specify more than one field).|
diff --git a/api/Excel.PivotTable.CommitChanges.md b/api/Excel.PivotTable.CommitChanges.md
index e2fbac0a4e2..7d7c8580a41 100644
--- a/api/Excel.PivotTable.CommitChanges.md
+++ b/api/Excel.PivotTable.CommitChanges.md
@@ -23,7 +23,7 @@ Performs a commit operation on the data source of a PivotTable report based on a
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.PivotTable.ConvertToFormulas.md b/api/Excel.PivotTable.ConvertToFormulas.md
index 1fb9d3a9519..31ed4d40432 100644
--- a/api/Excel.PivotTable.ConvertToFormulas.md
+++ b/api/Excel.PivotTable.ConvertToFormulas.md
@@ -27,7 +27,7 @@ The **ConvertToFormulas** method is new in Microsoft Office Excel 2007 and is u
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConvertFilters_|Required| **Boolean**|Contains **True** or **False** to indicate the state of the **ReportFilter** area.|
diff --git a/api/Excel.PivotTable.CreateCubeFile.md b/api/Excel.PivotTable.CreateCubeFile.md
index dee98d56727..39f82dfe4b4 100644
--- a/api/Excel.PivotTable.CreateCubeFile.md
+++ b/api/Excel.PivotTable.CreateCubeFile.md
@@ -27,7 +27,7 @@ Creates a cube file from a PivotTable report connected to an Online Analytical P
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _File_|Required| **String**|The name of the cube file to be created. It will overwrite the file if it already exists.|
| _Measures_|Optional| **Variant**|An array of unique names of measures that are to be part of the slice.|
@@ -35,7 +35,7 @@ Creates a cube file from a PivotTable report connected to an Online Analytical P
| _Members_|Optional| **Variant**|An array of string arrays. The elements correspond, in order, to the hierarchies represented in the _Levels_ array. Each element is an array of string arrays that consists of the unique names of the top level members in the dimension that are to be included in the slice.|
| _Properties_|Optional| **Variant**| **False** results in no member properties being included in the slice. The default value is **True** .|
-### Return Value
+### Return value
String
diff --git a/api/Excel.PivotTable.DataFields.md b/api/Excel.PivotTable.DataFields.md
index 10ea7549966..8d13d62fc9b 100644
--- a/api/Excel.PivotTable.DataFields.md
+++ b/api/Excel.PivotTable.DataFields.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single PivotTable field (a **[PivotF
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The field name or number (can be an array to specify more than one field).|
diff --git a/api/Excel.PivotTable.DiscardChanges.md b/api/Excel.PivotTable.DiscardChanges.md
index 934269919e4..c419bdce583 100644
--- a/api/Excel.PivotTable.DiscardChanges.md
+++ b/api/Excel.PivotTable.DiscardChanges.md
@@ -23,7 +23,7 @@ Discards all changes in the edited cells of a PivotTable report based on an OLAP
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.PivotTable.EnableWriteback.md b/api/Excel.PivotTable.EnableWriteback.md
index de56ca2b6b3..676cf0005a2 100644
--- a/api/Excel.PivotTable.EnableWriteback.md
+++ b/api/Excel.PivotTable.EnableWriteback.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.PivotTable.GetData.md b/api/Excel.PivotTable.GetData.md
index 5df40aead5b..a58fca1d1cf 100644
--- a/api/Excel.PivotTable.GetData.md
+++ b/api/Excel.PivotTable.GetData.md
@@ -27,11 +27,11 @@ Returns the value for the a data filed in a PivotTable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|Describes a single cell in the PivotTable report, using syntax similar to the **[PivotSelect](Excel.PivotTable.PivotSelect.md)** method or the PivotTable report references in calculated item formulas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.PivotTable.GetPivotData.md b/api/Excel.PivotTable.GetPivotData.md
index ea621672df4..83f84441d9d 100644
--- a/api/Excel.PivotTable.GetPivotData.md
+++ b/api/Excel.PivotTable.GetPivotData.md
@@ -27,7 +27,7 @@ Returns a **[Range](Excel.Range(object).md)** object with information about a d
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataField_|Optional| **Variant**|The name of the field containing the data for the PivotTable.|
| _Field1_|Optional| **Variant**|The name of a column or row field in the PivotTable report.|
@@ -59,7 +59,7 @@ Returns a **[Range](Excel.Range(object).md)** object with information about a d
| _Field14_|Optional| **Variant**|The name of a column or row field in the PivotTable report.|
| _Item14_|Optional| **Variant**|The name of an item in _Field14_.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.PivotTable.HiddenFields.md b/api/Excel.PivotTable.HiddenFields.md
index a5a0ff103c5..500b2958c2c 100644
--- a/api/Excel.PivotTable.HiddenFields.md
+++ b/api/Excel.PivotTable.HiddenFields.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single PivotTable field (a **[PivotF
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the field to be returned (can be an array to specify more than one field).|
diff --git a/api/Excel.PivotTable.PageFields.md b/api/Excel.PivotTable.PageFields.md
index 8e96b57ebf2..79836aa3035 100644
--- a/api/Excel.PivotTable.PageFields.md
+++ b/api/Excel.PivotTable.PageFields.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single PivotTable field (a **[PivotF
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the field to be returned (can be an array to specify more than one field).|
diff --git a/api/Excel.PivotTable.PivotCache.md b/api/Excel.PivotTable.PivotCache.md
index d080d75e5e8..f84aea15bf1 100644
--- a/api/Excel.PivotTable.PivotCache.md
+++ b/api/Excel.PivotTable.PivotCache.md
@@ -23,7 +23,7 @@ Returns a **[PivotCache](Excel.PivotCache.md)** object that represents the cach
_expression_ A variable that represents a [PivotTable](Excel.PivotTable.md) object.
-### Return Value
+### Return value
PivotCache
diff --git a/api/Excel.PivotTable.PivotFields.md b/api/Excel.PivotTable.PivotFields.md
index e2c0b98caab..1bf7b8ed415 100644
--- a/api/Excel.PivotTable.PivotFields.md
+++ b/api/Excel.PivotTable.PivotFields.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single PivotTable field (a **[PivotF
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the field to be returned.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.PivotTable.PivotSelect.md b/api/Excel.PivotTable.PivotSelect.md
index 20a79adaa5d..9b09d2915fa 100644
--- a/api/Excel.PivotTable.PivotSelect.md
+++ b/api/Excel.PivotTable.PivotSelect.md
@@ -27,7 +27,7 @@ Selects part of a PivotTable report.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The part of the PivotTable report to select.|
| _Mode_|Optional| **[XlPTSelectionMode](Excel.XlPTSelectionMode.md)**|Specifies the structured selection mode.|
diff --git a/api/Excel.PivotTable.PivotTableWizard.md b/api/Excel.PivotTable.PivotTableWizard.md
index b77d1a4303d..2aef03c8dff 100644
--- a/api/Excel.PivotTable.PivotTableWizard.md
+++ b/api/Excel.PivotTable.PivotTableWizard.md
@@ -27,7 +27,7 @@ Creates and returns a **[PivotTable](Excel.PivotTable.md)** object. This method
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceType_|Optional| **Variant**|An **[XlPivotTableSourceType](Excel.XlPivotTableSourceType.md)** value that represents the source of the report data. If you specify this argument, you must also specify _SourceData_. If _SourceType_ and _SourceData_ are omitted, Microsoft Excel assumes that the source type is **xlDatabase** , and the source data comes from the named range "Database." If this named range doesn?t exist, Microsoft Excel uses the current region if the current selection is in a range of more than 10 cells that contain data. If this isn?t true, this method will fail.|
| _SourceData_|Optional| **Variant**|The data for the new report. Can be a **[Range](Excel.Range(object).md)** object, an array of ranges, or a text constant that represents the name of another report. For an external database, _SourceData_ is an array of strings containing the SQL query string, where each element is up to 255 characters in length. You should use the _Connection_ argument to specify the ODBC connection string. For compatibility with earlier versions of Excel, _SourceData_ can be a two-element array. The first element is the connection string specifying the ODBC source for the data. The second element is the SQL query string used to get the data. If you specify _SourceData_, you must also specify _SourceType_. If the active cell is inside the _SourceData_ range, you must specify _TableDestination_ as well.|
diff --git a/api/Excel.PivotTable.RefreshDataSourceValues.md b/api/Excel.PivotTable.RefreshDataSourceValues.md
index 5a112a3a943..64e11a30a14 100644
--- a/api/Excel.PivotTable.RefreshDataSourceValues.md
+++ b/api/Excel.PivotTable.RefreshDataSourceValues.md
@@ -23,7 +23,7 @@ Retrieves the current values from the data source for all edited cells in a Pivo
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.PivotTable.RefreshTable.md b/api/Excel.PivotTable.RefreshTable.md
index d59894948b1..ee5053c8c80 100644
--- a/api/Excel.PivotTable.RefreshTable.md
+++ b/api/Excel.PivotTable.RefreshTable.md
@@ -23,7 +23,7 @@ Refreshes the PivotTable report from the source data. Returns **True** if it's
_expression_ A variable that represents a [PivotTable](Excel.PivotTable.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.PivotTable.RepeatAllLabels.md b/api/Excel.PivotTable.RepeatAllLabels.md
index e41e8e3ba39..1770c6e6619 100644
--- a/api/Excel.PivotTable.RepeatAllLabels.md
+++ b/api/Excel.PivotTable.RepeatAllLabels.md
@@ -27,11 +27,11 @@ Specifies whether to repeat item labels for all PivotFields in the specified Piv
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Repeat_|Required| **[XlPivotFieldRepeatLabels](Excel.XlPivotFieldRepeatLabels.md)**||
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.PivotTable.RowAxisLayout.md b/api/Excel.PivotTable.RowAxisLayout.md
index 8c1a26103e3..3dd7d13c6cb 100644
--- a/api/Excel.PivotTable.RowAxisLayout.md
+++ b/api/Excel.PivotTable.RowAxisLayout.md
@@ -27,7 +27,7 @@ This method is used for simultaneously setting layout options for all existing P
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowLayout_|Required| **XlLayoutRowType**|Can be **xlCompactRow** , **xlTabularRow** , or **xlOutlineRow** .|
diff --git a/api/Excel.PivotTable.RowFields.md b/api/Excel.PivotTable.RowFields.md
index 67bd4bcbe4c..2dec48b367c 100644
--- a/api/Excel.PivotTable.RowFields.md
+++ b/api/Excel.PivotTable.RowFields.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single field in a PivotTable report (
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the field to be returned (can be an array to specify more than one field).|
diff --git a/api/Excel.PivotTable.ShowPages.md b/api/Excel.PivotTable.ShowPages.md
index 827027c2623..c1c1b9d3650 100644
--- a/api/Excel.PivotTable.ShowPages.md
+++ b/api/Excel.PivotTable.ShowPages.md
@@ -27,11 +27,11 @@ Creates a new PivotTable report for each item in the page field. Each new report
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageField_|Optional| **Variant**|A string that names a single page field in the report.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.PivotTable.SubtotalLocation.md b/api/Excel.PivotTable.SubtotalLocation.md
index 4bf32d3f0ad..284213a2f7c 100644
--- a/api/Excel.PivotTable.SubtotalLocation.md
+++ b/api/Excel.PivotTable.SubtotalLocation.md
@@ -27,7 +27,7 @@ This method changes the subtotal location for all existing PivotFields. Changing
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Location_|Required| **XlSubtototalLocationType**|xlSubtotalLocationType can be either **xlAtTop** or **xlAtBottom** .|
diff --git a/api/Excel.PivotTable.VisibleFields.md b/api/Excel.PivotTable.VisibleFields.md
index a6ff4af1a27..ed4ca1b0b33 100644
--- a/api/Excel.PivotTable.VisibleFields.md
+++ b/api/Excel.PivotTable.VisibleFields.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single field in a PivotTable report (
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the field to be returned (can be an array to specify more than one field).|
diff --git a/api/Excel.PivotTable.VisualTotalsForSets.md b/api/Excel.PivotTable.VisualTotalsForSets.md
index 4f79dba8896..818d3061a69 100644
--- a/api/Excel.PivotTable.VisualTotalsForSets.md
+++ b/api/Excel.PivotTable.VisualTotalsForSets.md
@@ -23,7 +23,7 @@ Returns or sets whether to include filtered items in the totals of named sets fo
_expression_ A variable that represents a '[PivotTable](Excel.PivotTable.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.PivotTableChangeList.Add.md b/api/Excel.PivotTableChangeList.Add.md
index 123b3792201..c2c0b5535b5 100644
--- a/api/Excel.PivotTableChangeList.Add.md
+++ b/api/Excel.PivotTableChangeList.Add.md
@@ -27,7 +27,7 @@ Adds a **[ValueChange](Excel.ValueChange.md)** object to the specified **[Pivot
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tuple_|Required| **String**|The MDX tuple of the value to change in the OLAP data source.|
| _Value_|Required| **Double**|The value to commit.|
@@ -35,7 +35,7 @@ Adds a **[ValueChange](Excel.ValueChange.md)** object to the specified **[Pivot
| _AllocationMethod_|Optional| **Variant**|The method to use to allocate this value when performing what-if analysis. If this parameter is not supplied, the default allocation method of the OLAP server will be used.|
| _AllocationWeightExpression_|Optional| **Variant**|The MDX weight expression to use for this value when performing what-if analysis. If this parameter is not supplied, the default allocation weight expression of the OLAP server will be used.|
-### Return Value
+### Return value
ValueChange
diff --git a/api/Excel.PivotTableChangeList.Item.md b/api/Excel.PivotTableChangeList.Item.md
index 22989ea5097..9e7b151a8a8 100644
--- a/api/Excel.PivotTableChangeList.Item.md
+++ b/api/Excel.PivotTableChangeList.Item.md
@@ -27,7 +27,7 @@ Returns a single **[ValueChange](Excel.ValueChange.md)** object from the specif
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The MDX name (tuple) or index number of the object.|
diff --git a/api/Excel.PivotTables.Add.md b/api/Excel.PivotTables.Add.md
index f39f58a43b8..e0a361fcec4 100644
--- a/api/Excel.PivotTables.Add.md
+++ b/api/Excel.PivotTables.Add.md
@@ -27,7 +27,7 @@ Adds a new PivotTable report. Returns a **[PivotTable](Excel.PivotTable.md)** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PivotCache_|Required| **[PivotCache](Excel.PivotCache.md)**|The PivotTable cache on which the new PivotTable report is based. The cache provides data for the report.|
| _TableDestination_|Required| **Variant**|The cell in the upper-left corner of the PivotTable report's destination range (the range on the worksheet where the resulting report will be placed). You must specify a destination range on the worksheet that contains the **PivotTables** object specified by _expression_.|
@@ -35,7 +35,7 @@ Adds a new PivotTable report. Returns a **[PivotTable](Excel.PivotTable.md)** o
| _ReadData_|Optional| **Variant**| **True** to create a PivotTable cache that contains all records from the external database; this cache can be very large. **False** to enable setting some of the fields as server-based page fields before the data is actually read.|
| _DefaultVersion_|Optional| **Variant**|The version of Microsoft Excel the PivotTable was originally created in.|
-### Return Value
+### Return value
A **[PivotTable](Excel.PivotTable.md)** object that represents the new PivotTable report.
diff --git a/api/Excel.PivotTables.Item.md b/api/Excel.PivotTables.Item.md
index f0a8c82cf7e..05bf6952c9b 100644
--- a/api/Excel.PivotTables.Item.md
+++ b/api/Excel.PivotTables.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[PivotTable](Excel.PivotTable.md)** object contained by the collection.
diff --git a/api/Excel.PlotArea.ClearFormats.md b/api/Excel.PlotArea.ClearFormats.md
index ba98c3e1bf8..5cde2ffc858 100644
--- a/api/Excel.PlotArea.ClearFormats.md
+++ b/api/Excel.PlotArea.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents a [PlotArea](Excel.PlotArea(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.PlotArea.Select.md b/api/Excel.PlotArea.Select.md
index 4a98ef80c48..19b1b328391 100644
--- a/api/Excel.PlotArea.Select.md
+++ b/api/Excel.PlotArea.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [PlotArea](Excel.PlotArea(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Point.ApplyDataLabels.md b/api/Excel.Point.ApplyDataLabels.md
index 3a30889a2e8..9f967731d10 100644
--- a/api/Excel.Point.ApplyDataLabels.md
+++ b/api/Excel.Point.ApplyDataLabels.md
@@ -27,7 +27,7 @@ Applies data labels to a point.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **[XlDataLabelsType](Excel.XlDataLabelsType.md)**|The type of data label to apply.|
| _LegendKey_|Optional| **Variant**| **True** to show the legend key next to the point. The default value is **False** .|
diff --git a/api/Excel.Point.ClearFormats.md b/api/Excel.Point.ClearFormats.md
index 5de3e48d665..eb80562fd08 100644
--- a/api/Excel.Point.ClearFormats.md
+++ b/api/Excel.Point.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Point.Copy.md b/api/Excel.Point.Copy.md
index 049ddefe8ae..8dbf754363d 100644
--- a/api/Excel.Point.Copy.md
+++ b/api/Excel.Point.Copy.md
@@ -23,7 +23,7 @@ If the point has a picture fill, then this method copies the picture to the Clip
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Point.Delete.md b/api/Excel.Point.Delete.md
index bb06b686c2a..372357c6417 100644
--- a/api/Excel.Point.Delete.md
+++ b/api/Excel.Point.Delete.md
@@ -23,7 +23,7 @@ Deletes the series the point belongs to.
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Point.Height.md b/api/Excel.Point.Height.md
index a1c9ffc9bc3..0e6d5d9807c 100644
--- a/api/Excel.Point.Height.md
+++ b/api/Excel.Point.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Point.Left.md b/api/Excel.Point.Left.md
index 9652b34e0d1..e7125ccc9ba 100644
--- a/api/Excel.Point.Left.md
+++ b/api/Excel.Point.Left.md
@@ -23,7 +23,7 @@ Returns a value that represents the distance, in points, from the left edge of t
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Point.Name.md b/api/Excel.Point.Name.md
index 7ba1fd7e1bb..b3ba506b054 100644
--- a/api/Excel.Point.Name.md
+++ b/api/Excel.Point.Name.md
@@ -23,7 +23,7 @@ Returns the object name. Read-only.
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.Point.Paste.md b/api/Excel.Point.Paste.md
index 5d2d61ee544..71802303c82 100644
--- a/api/Excel.Point.Paste.md
+++ b/api/Excel.Point.Paste.md
@@ -23,7 +23,7 @@ Pastes a picture from the Clipboard as the marker on the selected point.
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Point.PieSliceLocation.md b/api/Excel.Point.PieSliceLocation.md
index 5a3aeda4d41..50f7f4ddb0c 100644
--- a/api/Excel.Point.PieSliceLocation.md
+++ b/api/Excel.Point.PieSliceLocation.md
@@ -27,12 +27,12 @@ Returns the vertical or horizontal position of a point on a chart item, in point
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _loc_|Required| **[XlPieSliceLocation](Excel.XlPieSliceLocation.md)**|Specifies a horizontal or vertical coordinate.|
| _Index_|Optional| **[XlPieSliceIndex](Excel.XlPieSliceIndex.md)**|Specifies which pie slice position coordinate to return. The default value is **xlOuterCenterPoint** .|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Point.Select.md b/api/Excel.Point.Select.md
index 84362f1a7d3..11429d7707d 100644
--- a/api/Excel.Point.Select.md
+++ b/api/Excel.Point.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Point.Top.md b/api/Excel.Point.Top.md
index b3a1220f4f4..be4041a5a36 100644
--- a/api/Excel.Point.Top.md
+++ b/api/Excel.Point.Top.md
@@ -23,7 +23,7 @@ Returns a value that represents the distance, in points, from the top edge of th
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Point.Width.md b/api/Excel.Point.Width.md
index a829bf5f526..da6790de908 100644
--- a/api/Excel.Point.Width.md
+++ b/api/Excel.Point.Width.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the object. Read-only.
_expression_ A variable that represents a [Point](Excel.Point(Graph object).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Points.Item.md b/api/Excel.Points.Item.md
index 021427b936d..8bf86d24f42 100644
--- a/api/Excel.Points.Item.md
+++ b/api/Excel.Points.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number for the object.|
-### Return Value
+### Return value
A **[Point](Excel.Point(object).md)** object contained by the collection.
diff --git a/api/Excel.ProtectedViewWindow.Activate.md b/api/Excel.ProtectedViewWindow.Activate.md
index f2da9577771..1145edf5063 100644
--- a/api/Excel.ProtectedViewWindow.Activate.md
+++ b/api/Excel.ProtectedViewWindow.Activate.md
@@ -23,7 +23,7 @@ Brings the **Protected View** window to the front of the z-order.
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.ProtectedViewWindow.Close.md b/api/Excel.ProtectedViewWindow.Close.md
index c5ee5678e86..b2f8c135ea7 100644
--- a/api/Excel.ProtectedViewWindow.Close.md
+++ b/api/Excel.ProtectedViewWindow.Close.md
@@ -23,7 +23,7 @@ Closes the specified **Protected View** window.
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.ProtectedViewWindow.Edit.md b/api/Excel.ProtectedViewWindow.Edit.md
index a87ab3ea9b7..be6244ac4ed 100644
--- a/api/Excel.ProtectedViewWindow.Edit.md
+++ b/api/Excel.ProtectedViewWindow.Edit.md
@@ -27,12 +27,12 @@ Opens the workbook that is open in the specified **Protected View** window for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _WriteResPassword_|Optional| **Variant**|The password required to write to a write-reserved workbook. If this argument is omitted and the workbook requires a password, the user will be prompted for the password.|
| _UpdateLinks_|Optional| **Variant**|Specifies the way external references (links) in the file, such as the reference to a range in the Budget.xls workbook in the following formula =SUM([Budget.xls]Annual!C10:C25), are updated. If this argument is omitted, the user is prompted to specify how links will be updated. For more information about the values used by this parameter, see the Remarks section. If Excel is opening a file in the WKS, WK1, or WK3 format and the _UpdateLinks_ argument is 0, no charts are created; otherwise Excel generates charts from the graphs attached to the file.|
-### Return Value
+### Return value
[Workbook](Excel.Workbook.md)
diff --git a/api/Excel.ProtectedViewWindow.EnableResize.md b/api/Excel.ProtectedViewWindow.EnableResize.md
index be933eaefbb..10505c6f9f1 100644
--- a/api/Excel.ProtectedViewWindow.EnableResize.md
+++ b/api/Excel.ProtectedViewWindow.EnableResize.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.ProtectedViewWindow.Height.md b/api/Excel.ProtectedViewWindow.Height.md
index c4e6ee02fa7..5ba27743ee7 100644
--- a/api/Excel.ProtectedViewWindow.Height.md
+++ b/api/Excel.ProtectedViewWindow.Height.md
@@ -23,7 +23,7 @@ Returns or sets a value that represents the height, in points, of the **Protect
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
**Double**
diff --git a/api/Excel.ProtectedViewWindow.Left.md b/api/Excel.ProtectedViewWindow.Left.md
index 08c857e5d26..bfd0f80ed45 100644
--- a/api/Excel.ProtectedViewWindow.Left.md
+++ b/api/Excel.ProtectedViewWindow.Left.md
@@ -23,7 +23,7 @@ Returns or sets a value that represents the distance, in points, from the left e
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
**Double**
diff --git a/api/Excel.ProtectedViewWindow.SourceName.md b/api/Excel.ProtectedViewWindow.SourceName.md
index c831ebe61d7..72feaf2c356 100644
--- a/api/Excel.ProtectedViewWindow.SourceName.md
+++ b/api/Excel.ProtectedViewWindow.SourceName.md
@@ -23,7 +23,7 @@ Returns the name of the source file that is open in the specified **Protected V
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.ProtectedViewWindow.SourcePath.md b/api/Excel.ProtectedViewWindow.SourcePath.md
index 7ee27807aba..3c9252b976e 100644
--- a/api/Excel.ProtectedViewWindow.SourcePath.md
+++ b/api/Excel.ProtectedViewWindow.SourcePath.md
@@ -23,7 +23,7 @@ Returns the path of the source file that is open in the specified **Protected V
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.ProtectedViewWindow.Top.md b/api/Excel.ProtectedViewWindow.Top.md
index d278f4fd72d..d2ba8f35bf3 100644
--- a/api/Excel.ProtectedViewWindow.Top.md
+++ b/api/Excel.ProtectedViewWindow.Top.md
@@ -23,7 +23,7 @@ Returns or sets a value that represents the distance, in points, from the top ed
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
**Double**
diff --git a/api/Excel.ProtectedViewWindow.Visible.md b/api/Excel.ProtectedViewWindow.Visible.md
index 207018b81c7..ec57fa50254 100644
--- a/api/Excel.ProtectedViewWindow.Visible.md
+++ b/api/Excel.ProtectedViewWindow.Visible.md
@@ -23,7 +23,7 @@ Returns or sets a value that determines whether the specified **Protected View*
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.ProtectedViewWindow.WindowState.md b/api/Excel.ProtectedViewWindow.WindowState.md
index d252b105d51..9c9ca984fe7 100644
--- a/api/Excel.ProtectedViewWindow.WindowState.md
+++ b/api/Excel.ProtectedViewWindow.WindowState.md
@@ -23,7 +23,7 @@ Returns or sets the state of the specified **Protected View** window. Read/writ
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
**[XlProtectedViewWindowState](Excel.XlProtectedViewWindowState.md)**
diff --git a/api/Excel.ProtectedViewWindow.Workbook.md b/api/Excel.ProtectedViewWindow.Workbook.md
index 528f9ad26c5..d4c53c085e5 100644
--- a/api/Excel.ProtectedViewWindow.Workbook.md
+++ b/api/Excel.ProtectedViewWindow.Workbook.md
@@ -23,7 +23,7 @@ Returns an object that represents the workbook that is open in the specified **
_expression_ A variable that represents a '[ProtectedViewWindow](Excel.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
**[Workbook](Excel.Workbook.md)**
diff --git a/api/Excel.ProtectedViewWindows.Application.md b/api/Excel.ProtectedViewWindows.Application.md
index fa614978fdf..3134a6ad903 100644
--- a/api/Excel.ProtectedViewWindows.Application.md
+++ b/api/Excel.ProtectedViewWindows.Application.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [ProtectedViewWindows](Excel.ProtectedViewWindows.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Excel.ProtectedViewWindows.Item.md b/api/Excel.ProtectedViewWindows.Item.md
index 49daeca295f..59c7ea65a09 100644
--- a/api/Excel.ProtectedViewWindows.Item.md
+++ b/api/Excel.ProtectedViewWindows.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.ProtectedViewWindows.Open.md b/api/Excel.ProtectedViewWindows.Open.md
index 7cb989ac5af..3c129fd8e03 100644
--- a/api/Excel.ProtectedViewWindows.Open.md
+++ b/api/Excel.ProtectedViewWindows.Open.md
@@ -27,14 +27,14 @@ Opens the specified workbook in a new **Protected View** window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the workbook (paths are accepted).|
| _Password_|Optional| **Variant**|The password for opening the workbook.|
| _AddToMru_|Optional| **Variant**| **True** to add the file name to the list of recently used files on the **Recent** tab of the **Backstage** view.|
| _RepairMode_|Optional| **Variant**| **True** to repair the workbook to prevent file corruption.|
-### Return Value
+### Return value
**[ProtectedViewWindow](Excel.ProtectedViewWindow.md)**
diff --git a/api/Excel.PublishObject.Publish.md b/api/Excel.PublishObject.Publish.md
index 4883fb33dd8..602f1561641 100644
--- a/api/Excel.PublishObject.Publish.md
+++ b/api/Excel.PublishObject.Publish.md
@@ -27,7 +27,7 @@ Saves an item or a collection of items in a document to a Web page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Create_|Optional| **Variant**|If the HTML file exists, setting this argument to **True** replaces the file, and setting this argument to **False** inserts the item or items at the end of the file. If the file does not exist, then the file is created regardless of the value of the _Create_ argument.|
diff --git a/api/Excel.PublishObjects.Add.md b/api/Excel.PublishObjects.Add.md
index fc79e2beaed..205fac7a4e7 100644
--- a/api/Excel.PublishObjects.Add.md
+++ b/api/Excel.PublishObjects.Add.md
@@ -27,7 +27,7 @@ Creates an object that represents an item in a document saved to a Web page. Suc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceType_|Required| **[XlSourceType](Excel.XlSourceType.md)**|The source type.|
| _Filename_|Optional| **Variant**| **String** . The URL (on the intranet or the Web) or path (local or network) to which the source object was saved.|
@@ -37,7 +37,7 @@ Creates an object that represents an item in a document saved to a Web page. Suc
| _DivID_|Optional| **Variant**|The unique identifier used in the HTML DIV tag to identify the item on the Web page.|
| _Title_|Optional| **Variant**|The title of the Web page.|
-### Return Value
+### Return value
A **[PublishObject](Excel.PublishObject.md)** object that represents the new item.
diff --git a/api/Excel.PublishObjects.Item.md b/api/Excel.PublishObjects.Item.md
index 5dfe099fce5..f1ea9b230e5 100644
--- a/api/Excel.PublishObjects.Item.md
+++ b/api/Excel.PublishObjects.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.QueryTable.AfterRefresh.md b/api/Excel.QueryTable.AfterRefresh.md
index 5e4195a3521..b1412feea0a 100644
--- a/api/Excel.QueryTable.AfterRefresh.md
+++ b/api/Excel.QueryTable.AfterRefresh.md
@@ -27,11 +27,11 @@ Occurs after a query is completed or canceled.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Success_|Required| **Boolean**| **True** if the query was completed successfully.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.QueryTable.BeforeRefresh.md b/api/Excel.QueryTable.BeforeRefresh.md
index d32dad7ac4a..763ebf7bdd2 100644
--- a/api/Excel.QueryTable.BeforeRefresh.md
+++ b/api/Excel.QueryTable.BeforeRefresh.md
@@ -27,11 +27,11 @@ Occurs before any refreshes of the query table. This includes refreshes resultin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the refresh doesn't occur when the procedure is finished.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.QueryTable.Refresh.md b/api/Excel.QueryTable.Refresh.md
index 70a1426a670..9ba2a797829 100644
--- a/api/Excel.QueryTable.Refresh.md
+++ b/api/Excel.QueryTable.Refresh.md
@@ -27,11 +27,11 @@ Updates an external data range (**[QueryTable](Excel.QueryTable.md)**).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BackgroundQuery_|Optional| **Variant**|Used only with **QueryTables** that are based on the results of a SQL query. **True** to return control to the procedure as soon as a database connection is made and the query is submitted. The **QueryTable** is updated in the background. **False** to return control to the procedure only after all data has been fetched to the worksheet. If this argument isn't specified, the setting of the **[BackgroundQuery](Excel.QueryTable.BackgroundQuery.md)** property determines the query mode.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.QueryTable.SaveAsODC.md b/api/Excel.QueryTable.SaveAsODC.md
index c224fffffbf..a81bcd0fcff 100644
--- a/api/Excel.QueryTable.SaveAsODC.md
+++ b/api/Excel.QueryTable.SaveAsODC.md
@@ -27,7 +27,7 @@ Saves the QueryTable cache source as an Microsoft Office Data Connection file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ODCFileName_|Required| **String**|Location to save the file.|
| _Description_|Optional| **Variant**|Description that will be saved in the file.|
diff --git a/api/Excel.QueryTables.Add.md b/api/Excel.QueryTables.Add.md
index 55d3655f470..14a5e5652b8 100644
--- a/api/Excel.QueryTables.Add.md
+++ b/api/Excel.QueryTables.Add.md
@@ -27,13 +27,13 @@ Creates a new query table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connection_|Required| **Variant**|The data source for the query table. Can be one of the following:A string containing an OLE DB or ODBC connection string. The ODBC connection string has the form "ODBC;".
A QueryTable object from which the query information is initially copied, including the connection string and the SQL text, but not including the Destination range. Specifying a QueryTable object causes the Sql argument to be ignored.
An ADO or DAO Recordset object. Data is read from the ADO or DAO recordset. Microsoft Excel retains the recordset until the query table is deleted or the connection is changed. The resulting query table cannot be edited.
A Web query. A string in the form "URL;", where "URL;" is required but not localized and the rest of the string is used for the URL of the Web query.
Data Finder. A string in the form "FINDER;" where "FINDER;" is required but not localized. The rest of the string is the path and file name of a Data Finder file (*.dqy or *.iqy). The file is read when the Add method is run; subsequent calls to the Connection property of the query table will return strings beginning with "ODBC;" or "URL;" as appropriate.
A text file. A string in the form "TEXT;", where TEXT is required but not localized.
|
| _Destination_|Required| **Range**|The cell in the upper-left corner of the query table destination range (the range where the resulting query table will be placed). The destination range must be on the worksheet that contains the **QueryTables** object specified by expression.|
| _Sql_|Optional| **Variant**|The SQL query string to be run on the ODBC data source. This argument is optional when you're using an ODBC data source (if you don't specify it here, you should set it by using the **Sql** property of the query table before the table is refreshed). You cannot use this argument when a **QueryTable** object, text file, or ADO or DAO **Recordset** object is specified as the data source.|
-### Return Value
+### Return value
A **[QueryTable](Excel.QueryTable.md)** object that represents the new query table.
diff --git a/api/Excel.QueryTables.Item.md b/api/Excel.QueryTables.Item.md
index d97ea147ed2..11a13b7e2b4 100644
--- a/api/Excel.QueryTables.Item.md
+++ b/api/Excel.QueryTables.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[QueryTable](Excel.QueryTable.md)** object contained by the collection.
diff --git a/api/Excel.Range.Activate.md b/api/Excel.Range.Activate.md
index b6eac915ffe..1a088293e11 100644
--- a/api/Excel.Range.Activate.md
+++ b/api/Excel.Range.Activate.md
@@ -23,7 +23,7 @@ Activates a single cell, which must be inside the current selection. To select a
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.AddComment.md b/api/Excel.Range.AddComment.md
index 8f0d2044b09..e9610cab027 100644
--- a/api/Excel.Range.AddComment.md
+++ b/api/Excel.Range.AddComment.md
@@ -27,11 +27,11 @@ Adds a comment to the range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Optional| **Variant**|The comment text.|
-### Return Value
+### Return value
Comment
diff --git a/api/Excel.Range.Address.md b/api/Excel.Range.Address.md
index 1e9d5b270e7..3bb49acd591 100644
--- a/api/Excel.Range.Address.md
+++ b/api/Excel.Range.Address.md
@@ -27,7 +27,7 @@ Returns a **String** value that represents the range reference in the language
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowAbsolute_|Optional| **Variant**| **True** to return the row part of the reference as an absolute reference. The default value is **True** .|
| _ColumnAbsolute_|Optional| **Variant**| **True** to return the column part of the reference as an absolute reference. The default value is **True** .|
diff --git a/api/Excel.Range.AddressLocal.md b/api/Excel.Range.AddressLocal.md
index 1fb4e59a72e..b1445961d9c 100644
--- a/api/Excel.Range.AddressLocal.md
+++ b/api/Excel.Range.AddressLocal.md
@@ -27,7 +27,7 @@ Returns the range reference for the specified range in the language of the user.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowAbsolute_|Optional| **Variant**| **True** to return the row part of the reference as an absolute reference. The default value is **True** .|
| _ColumnAbsolute_|Optional| **Variant**| **True** to return the column part of the reference as an absolute reference. The default value is **True** .|
diff --git a/api/Excel.Range.AdvancedFilter.md b/api/Excel.Range.AdvancedFilter.md
index 21a56943d66..ac25815dfd7 100644
--- a/api/Excel.Range.AdvancedFilter.md
+++ b/api/Excel.Range.AdvancedFilter.md
@@ -27,14 +27,14 @@ Filters or copies data from a list based on a criteria range. If the initial sel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **[XlFilterAction](Excel.XlFilterAction.md)**|One of the constants of **XlFilterAction** specifying whether to make a copy or filter the list in place.|
| _CriteriaRange_|Optional| **Variant**|The criteria range. If this argument is omitted, there are no criteria.|
| _CopyToRange_|Optional| **Variant**|The destination range for the copied rows if _Action_ is **xlFilterCopy** . Otherwise, this argument is ignored.|
| _Unique_|Optional| **Variant**| **True** to filter unique records only. **False** to filter all records that meet the criteria. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ApplyNames.md b/api/Excel.Range.ApplyNames.md
index 049d0383cec..14228053ad0 100644
--- a/api/Excel.Range.ApplyNames.md
+++ b/api/Excel.Range.ApplyNames.md
@@ -27,7 +27,7 @@ Applies names to the cells in the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Names_|Optional| **Variant**| An array of the names to be applied. If this argument is omitted, all names on the sheet are applied to the range.|
| _IgnoreRelativeAbsolute_|Optional| **Variant**| **True** to replace references with names, regardless of the reference types of either the names or references. **False** to replace absolute references only with absolute names, relative references only with relative names, and mixed references only with mixed names. The default value is **True** .|
@@ -37,7 +37,7 @@ Applies names to the cells in the specified range.
| _Order_|Optional| **[XlApplyNamesOrder](Excel.XlApplyNamesOrder.md)**|Determines which range name is listed first when a cell reference is replaced by a row-oriented and column-oriented range name.|
| _AppendLast_|Optional| **Variant**| **True** to replace the definitions of the names in _Names_ and also replace the definitions of the last names that were defined. **False** to replace the definitions of the names in _Names_ only. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ApplyOutlineStyles.md b/api/Excel.Range.ApplyOutlineStyles.md
index ed81dbe3089..9c2b25aa7ca 100644
--- a/api/Excel.Range.ApplyOutlineStyles.md
+++ b/api/Excel.Range.ApplyOutlineStyles.md
@@ -23,7 +23,7 @@ Applies outlining styles to the specified range.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.AutoComplete.md b/api/Excel.Range.AutoComplete.md
index ef6836d32b7..6f0c33f9e57 100644
--- a/api/Excel.Range.AutoComplete.md
+++ b/api/Excel.Range.AutoComplete.md
@@ -27,11 +27,11 @@ Returns an AutoComplete match from the list. If there?s no AutoComplete match or
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required| **String**|The string to complete.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.Range.AutoFill.md b/api/Excel.Range.AutoFill.md
index 7ebcf8e9a97..84b75aaeaed 100644
--- a/api/Excel.Range.AutoFill.md
+++ b/api/Excel.Range.AutoFill.md
@@ -27,12 +27,12 @@ Performs an autofill on the cells in the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Destination_|Required| **[Range](Excel.Range(object).md)**|The cells to be filled. The destination must include the source range.|
| _Type_|Optional| **[XlAutoFillType](Excel.XlAutoFillType.md)**|Specifies the fill type.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.AutoFit.md b/api/Excel.Range.AutoFit.md
index 600a4877fc7..f2272019988 100644
--- a/api/Excel.Range.AutoFit.md
+++ b/api/Excel.Range.AutoFit.md
@@ -23,7 +23,7 @@ Changes the width of the columns in the range or the height of the rows in the r
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.AutoOutline.md b/api/Excel.Range.AutoOutline.md
index 55fe2aa484c..e2c011e14f7 100644
--- a/api/Excel.Range.AutoOutline.md
+++ b/api/Excel.Range.AutoOutline.md
@@ -23,7 +23,7 @@ Automatically creates an outline for the specified range. If the range is a sing
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.BorderAround.md b/api/Excel.Range.BorderAround.md
index 76562b50d10..2e4b5a82d5c 100644
--- a/api/Excel.Range.BorderAround.md
+++ b/api/Excel.Range.BorderAround.md
@@ -27,7 +27,7 @@ Adds a border to a range and sets the **[Color](Excel.Border.Color.md)** , **[L
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LineStyle_|Optional| **Variant**|One of the constants of **[XlLineStyle](Excel.XlLineStyle.md)** specifying the line style for the border.|
| _Weight_|Optional| **[XlBorderWeight](Excel.XlBorderWeight.md)**|The border weight.|
@@ -35,7 +35,7 @@ Adds a border to a range and sets the **[Color](Excel.Border.Color.md)** , **[L
| _Color_|Optional| **Variant**|The border color, as an RGB value.|
| _ThemeColor_|Optional| **Variant**|The theme color, as an index into the current color theme or as an **[XlThemeColor](Excel.XlThemeColor.md)** value.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Calculate.md b/api/Excel.Range.Calculate.md
index 2edd75bae1f..db9cb5d4e95 100644
--- a/api/Excel.Range.Calculate.md
+++ b/api/Excel.Range.Calculate.md
@@ -23,7 +23,7 @@ Calculates all open workbooks, a specific worksheet in a workbook, or a specifie
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.CalculateRowMajorOrder.md b/api/Excel.Range.CalculateRowMajorOrder.md
index 4be5610ae58..c2c05932132 100644
--- a/api/Excel.Range.CalculateRowMajorOrder.md
+++ b/api/Excel.Range.CalculateRowMajorOrder.md
@@ -23,7 +23,7 @@ Calculates a specfied range of cells.
_expression_ An expression that returns a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Characters.md b/api/Excel.Range.Characters.md
index 7d16d6df588..a07eccfb50f 100644
--- a/api/Excel.Range.Characters.md
+++ b/api/Excel.Range.Characters.md
@@ -27,7 +27,7 @@ Returns a **[Characters](Excel.Characters.md)** object that represents a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the _Start_ character).|
diff --git a/api/Excel.Range.CheckSpelling.md b/api/Excel.Range.CheckSpelling.md
index 991cb11d992..410002cd345 100644
--- a/api/Excel.Range.CheckSpelling.md
+++ b/api/Excel.Range.CheckSpelling.md
@@ -27,14 +27,14 @@ Checks the spelling of an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomDictionary_|Optional| **Variant**|A string that indicates the file name of the custom dictionary to be examined if the word isn't found in the main dictionary. If this argument is omitted, the currently specified dictionary is used.|
| _IgnoreUppercase_|Optional| **Variant**| **True** to have Microsoft Excel ignore words that are all uppercase. **False** to have Microsoft Excel check words that are all uppercase. If this argument is omitted, the current setting will be used.|
| _AlwaysSuggest_|Optional| **Variant**| **True** to have Microsoft Excel display a list of suggested alternate spellings when an incorrect spelling is found. **False** to have Microsoft Excel wait for you to input the correct spelling. If this argument is omitted, the current setting will be used.|
| _SpellLang_|Optional| **Variant**|The language of the dictionary being used. Can be one of the **[MsoLanguageID](Office.MsoLanguageID.md)** values.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Clear.md b/api/Excel.Range.Clear.md
index 87a96a249c9..a3164369f47 100644
--- a/api/Excel.Range.Clear.md
+++ b/api/Excel.Range.Clear.md
@@ -23,7 +23,7 @@ Clears the entire object.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ClearContents.md b/api/Excel.Range.ClearContents.md
index 313d6b7cee5..be9d78a07a7 100644
--- a/api/Excel.Range.ClearContents.md
+++ b/api/Excel.Range.ClearContents.md
@@ -23,7 +23,7 @@ Clears formulas and values from the range.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ClearFormats.md b/api/Excel.Range.ClearFormats.md
index de8af136137..a5454d0826d 100644
--- a/api/Excel.Range.ClearFormats.md
+++ b/api/Excel.Range.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ClearHyperlinks.md b/api/Excel.Range.ClearHyperlinks.md
index f81b8b8b5f0..4d0dccf08d1 100644
--- a/api/Excel.Range.ClearHyperlinks.md
+++ b/api/Excel.Range.ClearHyperlinks.md
@@ -23,7 +23,7 @@ Removes all hyperlinks from the specified range.
_expression_ A variable that returns a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Range.ClearNotes.md b/api/Excel.Range.ClearNotes.md
index 32770bba1ed..256ec329b32 100644
--- a/api/Excel.Range.ClearNotes.md
+++ b/api/Excel.Range.ClearNotes.md
@@ -23,7 +23,7 @@ Clears notes and sound notes from all the cells in the specified range.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ClearOutline.md b/api/Excel.Range.ClearOutline.md
index f42e7ff0307..e76ef169990 100644
--- a/api/Excel.Range.ClearOutline.md
+++ b/api/Excel.Range.ClearOutline.md
@@ -23,7 +23,7 @@ Clears the outline for the specified range.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ColumnDifferences.md b/api/Excel.Range.ColumnDifferences.md
index f81cafe7256..c6d87a0b8aa 100644
--- a/api/Excel.Range.ColumnDifferences.md
+++ b/api/Excel.Range.ColumnDifferences.md
@@ -27,11 +27,11 @@ Returns a **[Range](Excel.Range(object).md)** object that represents all the ce
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Comparison_|Required| **Variant**|A single cell to compare to the specified range.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.Range.Consolidate.md b/api/Excel.Range.Consolidate.md
index 255a2a483da..e8f8ec0a429 100644
--- a/api/Excel.Range.Consolidate.md
+++ b/api/Excel.Range.Consolidate.md
@@ -27,7 +27,7 @@ Consolidates data from multiple ranges on multiple worksheets into a single rang
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sources_|Optional| **Variant**|The sources of the consolidation as an array of text reference strings in R1C1-style notation. The references must include the full path of sheets to be consolidated.|
| _Function_|Optional| **Variant**|One of the constants of **[XlConsolidationFunction](Excel.XlConsolidationFunction.md)** which specifies the type of consolidation.|
@@ -35,7 +35,7 @@ Consolidates data from multiple ranges on multiple worksheets into a single rang
| _LeftColumn_|Optional| **Variant**| **True** to consolidate data based on row titles in the left column of the consolidation ranges. **False** to consolidate data by position. The default value is **False** .|
| _CreateLinks_|Optional| **Variant**| **True** to have the consolidation use worksheet links. **False** to have the consolidation copy the data. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ConvertToLinkedDataType.md b/api/Excel.Range.ConvertToLinkedDataType.md
index 76205daf5e7..e72b3cef5b3 100644
--- a/api/Excel.Range.ConvertToLinkedDataType.md
+++ b/api/Excel.Range.ConvertToLinkedDataType.md
@@ -23,7 +23,7 @@ Attempts to convert all the cells in the range to a Linked data type such as [St
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ServiceID_|Required| **Long**|The ID of the service that will provide the linked entity.|
| _LanguageCulture_|Required| **String**|A string representing the [LCID](https://msdn.microsoft.com/library/cc233982.aspx) of the language and culture that you would like to use for the linked entity. |
diff --git a/api/Excel.Range.Copy.md b/api/Excel.Range.Copy.md
index 1455e7b414c..2b06443cb8b 100644
--- a/api/Excel.Range.Copy.md
+++ b/api/Excel.Range.Copy.md
@@ -27,11 +27,11 @@ Copies the range to the specified range or to the Clipboard.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Destination_|Optional| **Variant**|Specifies the new range to which the specified range will be copied. If this argument is omitted, Microsoft Excel copies the range to the Clipboard.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.CopyFromRecordset.md b/api/Excel.Range.CopyFromRecordset.md
index e6991cb3c03..4e03a5e94a6 100644
--- a/api/Excel.Range.CopyFromRecordset.md
+++ b/api/Excel.Range.CopyFromRecordset.md
@@ -27,13 +27,13 @@ Copies the contents of an ADO or DAO **Recordset** object onto a worksheet, beg
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Data_|Required| **Variant**|The **Recordset** object to copy into the range.|
| _MaxRows_|Optional| **Variant**|The maximum number of records to copy onto the worksheet. If this argument is omitted, all the records in the **Recordset** object are copied.|
| _MaxColumns_|Optional| **Variant**|The maximum number of fields to copy onto the worksheet. If this argument is omitted, all the fields in the **Recordset** object are copied.|
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Range.CopyPicture.md b/api/Excel.Range.CopyPicture.md
index 3c55b4c90d3..916044c72b1 100644
--- a/api/Excel.Range.CopyPicture.md
+++ b/api/Excel.Range.CopyPicture.md
@@ -27,12 +27,12 @@ Copies the selected object to the Clipboard as a picture. **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Appearance_|Optional| **[XlPictureAppearance](Excel.XlPictureAppearance.md)**|. Specifies how the picture should be copied.|
| _Format_|Optional| **[XlCopyPictureFormat](Excel.XlCopyPictureFormat.md)**|. The format of the picture.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.CreateNames.md b/api/Excel.Range.CreateNames.md
index 5c9797b0d3e..27ba90031f2 100644
--- a/api/Excel.Range.CreateNames.md
+++ b/api/Excel.Range.CreateNames.md
@@ -27,14 +27,14 @@ Creates names in the specified range, based on text labels in the sheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Top_|Optional| **Variant**| **True** to create names by using labels in the top row. The default value is **False** .|
| _Left_|Optional| **Variant**| **True** to create names by using labels in the left column. The default value is **False** .|
| _Bottom_|Optional| **Variant**| **True** to create names by using labels in the bottom row. The default value is **False** .|
| _Right_|Optional| **Variant**| **True** to create names by using labels in the right column. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Cut.md b/api/Excel.Range.Cut.md
index a16a98cba3d..8fa4eef9853 100644
--- a/api/Excel.Range.Cut.md
+++ b/api/Excel.Range.Cut.md
@@ -27,11 +27,11 @@ Cuts the object to the Clipboard or pastes it into a specified destination.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Destination_|Optional| **Variant**|The range where the object should be pasted. If this argument is omitted, the object is cut to the Clipboard.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.DataSeries.md b/api/Excel.Range.DataSeries.md
index c26ae44c801..c9d3c2304a7 100644
--- a/api/Excel.Range.DataSeries.md
+++ b/api/Excel.Range.DataSeries.md
@@ -27,7 +27,7 @@ Creates a data series in the specified range. **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Rowcol_|Optional| **Variant**|Can be the **xlRows** or **xlColumns** constant to have the data series entered in rows or columns, respectively. If this argument is omitted, the size and shape of the range is used.|
| _Type_|Optional| **[XlDataSeriesType](Excel.XlDataSeriesType.md)**|The type for the data series.|
@@ -36,7 +36,7 @@ Creates a data series in the specified range. **Variant** .
| _Stop_|Optional| **Variant**|The stop value for the series. If this argument is omitted, Microsoft Excel fills to the end of the range.|
| _Trend_|Optional| **Variant**| **True** to create a linear trend or growth trend. **False** to create a standard data series. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Delete.md b/api/Excel.Range.Delete.md
index 4cc04c9a51c..abf18825433 100644
--- a/api/Excel.Range.Delete.md
+++ b/api/Excel.Range.Delete.md
@@ -27,11 +27,11 @@ Deletes the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shift_|Optional| **Variant**|Used only with **[Range](Excel.Range(object).md)** objects. Specifies how to shift cells to replace deleted cells. Can be one of the following **[XlDeleteShiftDirection](Excel.XlDeleteShiftDirection.md)** constants: **xlShiftToLeft** or **xlShiftUp** . If this argument is omitted, Microsoft Excel decides based on the shape of the range.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.DialogBox.md b/api/Excel.Range.DialogBox.md
index 8e3faae9fb0..52a5d090316 100644
--- a/api/Excel.Range.DialogBox.md
+++ b/api/Excel.Range.DialogBox.md
@@ -23,7 +23,7 @@ Displays a dialog box defined by a dialog box definition table on a Microsoft Ex
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.DisplayFormat.md b/api/Excel.Range.DisplayFormat.md
index 54d69dc932d..f754145f2cb 100644
--- a/api/Excel.Range.DisplayFormat.md
+++ b/api/Excel.Range.DisplayFormat.md
@@ -23,7 +23,7 @@ Returns a **[DisplayFormat](Excel.DisplayFormat.md)** object that represents th
_expression_ A variable that represents a '[Range](Excel.Range(object).md)' object.
-### Return Value
+### Return value
DisplayFormat
diff --git a/api/Excel.Range.EditionOptions.md b/api/Excel.Range.EditionOptions.md
index fc342955323..6dd3b53bc69 100644
--- a/api/Excel.Range.EditionOptions.md
+++ b/api/Excel.Range.EditionOptions.md
@@ -27,7 +27,7 @@ You have requested Help for a Visual Basic keyword used only on the Macintosh. F
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **XlEditionType**|See help included with Microsoft Office Macintosh Edition.|
| _Option_|Required| **XlEditionOptionsOption**|See help included with Microsoft Office Macintosh Edition.|
@@ -37,7 +37,7 @@ You have requested Help for a Visual Basic keyword used only on the Macintosh. F
| _ChartSize_|Optional| **XlPictureAppearance**|See help included with Microsoft Office Macintosh Edition.|
| _Format_|Optional| **Variant**|See help included with Microsoft Office Macintosh Edition.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.End.md b/api/Excel.Range.End.md
index 3ae8bb1742e..b76552efb74 100644
--- a/api/Excel.Range.End.md
+++ b/api/Excel.Range.End.md
@@ -27,7 +27,7 @@ Returns a **[Range](Excel.Range(object).md)** object that represents the cell a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[XlDirection](Excel.XlDirection.md)**|The direction in which to move.|
diff --git a/api/Excel.Range.ExportAsFixedFormat.md b/api/Excel.Range.ExportAsFixedFormat.md
index 9410f49bb83..9962cb22e3e 100644
--- a/api/Excel.Range.ExportAsFixedFormat.md
+++ b/api/Excel.Range.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Exports to a file of the specified format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **XlFixedFormatType**|The type of file format to export to.|
| _Filename_|Optional| **Variant**|The file name of the file to be saved. You can include a full path, or Excel saves the file in the current folder.|
diff --git a/api/Excel.Range.FillDown.md b/api/Excel.Range.FillDown.md
index ece50fdbf78..7af22b8c984 100644
--- a/api/Excel.Range.FillDown.md
+++ b/api/Excel.Range.FillDown.md
@@ -23,7 +23,7 @@ Fills down from the top cell or cells in the specified range to the bottom of th
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.FillLeft.md b/api/Excel.Range.FillLeft.md
index cc14b82e10f..6e171df27c5 100644
--- a/api/Excel.Range.FillLeft.md
+++ b/api/Excel.Range.FillLeft.md
@@ -23,7 +23,7 @@ Fills left from the rightmost cell or cells in the specified range. The contents
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.FillRight.md b/api/Excel.Range.FillRight.md
index 68b52ffb5e0..411e04073e2 100644
--- a/api/Excel.Range.FillRight.md
+++ b/api/Excel.Range.FillRight.md
@@ -23,7 +23,7 @@ Fills right from the leftmost cell or cells in the specified range. The contents
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.FillUp.md b/api/Excel.Range.FillUp.md
index 17400896a18..bb5bd314a1b 100644
--- a/api/Excel.Range.FillUp.md
+++ b/api/Excel.Range.FillUp.md
@@ -23,7 +23,7 @@ Fills up from the bottom cell or cells in the specified range to the top of the
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Find.md b/api/Excel.Range.Find.md
index 4b86e7d6ef6..01400ee435a 100644
--- a/api/Excel.Range.Find.md
+++ b/api/Excel.Range.Find.md
@@ -27,7 +27,7 @@ Finds specific information in a range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Required| **Variant**|The data to search for. Can be a string or any Microsoft Excel data type.|
| _After_|Optional| **Variant**|The cell after which you want the search to begin. This corresponds to the position of the active cell when a search is done from the user interface. Notice that _After_ must be a single cell in the range. Remember that the search begins after this cell; the specified cell isn't searched until the method wraps back around to this cell. If you do no specify this argument, the search starts after the cell in the upper-left corner of the range.|
@@ -39,7 +39,7 @@ Finds specific information in a range.
| _MatchByte_|Optional| **Variant**|Used only if you have selected or installed double-byte language support. **True** to have double-byte characters match only double-byte characters. **False** to have double-byte characters match their single-byte equivalents.|
| _SearchFormat_|Optional| **Variant**|The search format.|
-### Return Value
+### Return value
A [Range](Excel.Range(object).md) object that represents the first cell where that information is found.
diff --git a/api/Excel.Range.FindNext.md b/api/Excel.Range.FindNext.md
index 5b1dd772269..34d1d16b849 100644
--- a/api/Excel.Range.FindNext.md
+++ b/api/Excel.Range.FindNext.md
@@ -27,11 +27,11 @@ Continues a search that was begun with the **[Find](Excel.Range.Find.md)** meth
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _After_|Optional| **Variant**|The cell after which you want to search. This corresponds to the position of the active cell when a search is done from the user interface. Be aware that _After_ must be a single cell in the range. Remember that the search begins after this cell; the specified cell is not searched until the method wraps back around to this cell. If this argument is not specified, the search starts after the cell in the upper-left corner of the range.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.Range.FindPrevious.md b/api/Excel.Range.FindPrevious.md
index ee4d31d724d..d8fb388c9c7 100644
--- a/api/Excel.Range.FindPrevious.md
+++ b/api/Excel.Range.FindPrevious.md
@@ -27,11 +27,11 @@ Continues a search that was begun with the **[Find](Excel.Range.Find.md)** meth
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _After_|Optional| **Variant**|The cell before which you want to search. This corresponds to the position of the active cell when a search is done from the user interface. Note that _After_ must be a single cell in the range. Remember that the search begins before this cell; the specified cell isn?t searched until the method wraps back around to this cell. If this argument isn?t specified, the search starts before the upper- left cell in the range.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.Range.FunctionWizard.md b/api/Excel.Range.FunctionWizard.md
index 6f35cc42c64..6f83c7625c8 100644
--- a/api/Excel.Range.FunctionWizard.md
+++ b/api/Excel.Range.FunctionWizard.md
@@ -23,7 +23,7 @@ Starts the Function Wizard for the upper-left cell of the range.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Group.md b/api/Excel.Range.Group.md
index 41d0242f10a..bae8f4223e4 100644
--- a/api/Excel.Range.Group.md
+++ b/api/Excel.Range.Group.md
@@ -27,14 +27,14 @@ When the **[Range](Excel.Range(object).md)** object represents a single cell in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first value to be grouped. If this argument is omitted or **True** , the first value in the field is used.|
| _End_|Optional| **Variant**|The last value to be grouped. If this argument is omitted or **True** , the last value in the field is used.|
| _By_|Optional| **Variant**|If the field is numeric, this argument specifies the size of each group. If the field is a date, this argument specifies the number of days in each group if element 4 in the _Periods_ array is **True** and all the other elements are **False** . Otherwise, this argument is ignored. If this argument is omitted, Microsoft Excel automatically chooses a default group size.|
| _Periods_|Optional| **Variant**|An array of **Boolean** values that specify the period for the group, described in the Remarks section. If an element in the array is **True** , a group is created for the corresponding time; if the element is **False** , no group is created. If the field isn?t a date field, this argument is ignored.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Insert.md b/api/Excel.Range.Insert.md
index 4b2c96d6235..0bac5b1353b 100644
--- a/api/Excel.Range.Insert.md
+++ b/api/Excel.Range.Insert.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents a [Range](Excel.Range(Graph property).md
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shift_|Optional| **Variant**|Specifies which way to shift the cells. Can be one of the following **[XlInsertShiftDirection](Excel.XlInsertShiftDirection.md)** constants: **xlShiftToRight** or **xlShiftDown**. If this argument is omitted, Microsoft Excel decides based on the shape of the range.|
| _CopyOrigin_|Optional| **Variant**|The copy origin; that is, from where to copy the format for inserted cells. Can be one of the following **[XlInsertFormatOrigin](Excel.XlInsertFormatOrigin.md)** constants: **xlFormatFromLeftOrAbove** (default) or **xlFormatFromRightOrBelow**.|
diff --git a/api/Excel.Range.InsertIndent.md b/api/Excel.Range.InsertIndent.md
index 1a1098d1d77..f1daad785d5 100644
--- a/api/Excel.Range.InsertIndent.md
+++ b/api/Excel.Range.InsertIndent.md
@@ -27,7 +27,7 @@ Adds an indent to the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _InsertAmount_|Required| **Long**|The amount to be added to the current indent.|
diff --git a/api/Excel.Range.Item.md b/api/Excel.Range.Item.md
index b0ed8e0a1b6..b6b02c3903f 100644
--- a/api/Excel.Range.Item.md
+++ b/api/Excel.Range.Item.md
@@ -27,7 +27,7 @@ Returns a **[Range](Excel.Range(object).md)** object that represents a range at
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowIndex_|Required| **Variant**|The index number of the cell you want to access, in order from left to right, then down.``` Range.Item(1)``` returns the upper-left cell in the range.
``` Range.Item(2) ``` returns the cell immediately to the right of the upper-left cell.
|
| _ColumnIndex_|Optional| **Variant**|A number or string that indicates the column number of the cell you want to access, starting with either 1 or "A" for the first column in the range.|
diff --git a/api/Excel.Range.Justify.md b/api/Excel.Range.Justify.md
index 18edb885f8b..0f5f539c5f0 100644
--- a/api/Excel.Range.Justify.md
+++ b/api/Excel.Range.Justify.md
@@ -23,7 +23,7 @@ Rearranges the text in a range so that it fills the range evenly.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ListNames.md b/api/Excel.Range.ListNames.md
index 5abc3fed39e..86390708398 100644
--- a/api/Excel.Range.ListNames.md
+++ b/api/Excel.Range.ListNames.md
@@ -23,7 +23,7 @@ Pastes a list of all nonhidden names onto the worksheet, beginning with the firs
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Merge.md b/api/Excel.Range.Merge.md
index 5b0828ed634..194023ff71e 100644
--- a/api/Excel.Range.Merge.md
+++ b/api/Excel.Range.Merge.md
@@ -27,7 +27,7 @@ Creates a merged cell from the specified **[Range](Excel.Range(object).md)** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Across_|Optional| **Variant**| **True** to merge cells in each row of the specified range as separate merged cells. The default value is **False** .|
diff --git a/api/Excel.Range.NavigateArrow.md b/api/Excel.Range.NavigateArrow.md
index 83d69c0030f..1898d82f410 100644
--- a/api/Excel.Range.NavigateArrow.md
+++ b/api/Excel.Range.NavigateArrow.md
@@ -27,13 +27,13 @@ Navigates a tracer arrow for the specified range to the precedent, dependent, or
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TowardPrecedent_|Optional| **Variant**|Specifies the direction to navigate: **True** to navigate toward precedents, **False** to navigate toward dependent.|
| _ArrowNumber_|Optional| **Variant**|Specifies the arrow number to navigate; corresponds to the numbered reference in the cell's formula.|
| _LinkNumber_|Optional| **Variant**|If the arrow is an external reference arrow, this argument indicates which external reference to follow. If this argument is omitted, the first external reference is followed.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.NoteText.md b/api/Excel.Range.NoteText.md
index 220211fbec8..2bc739870fd 100644
--- a/api/Excel.Range.NoteText.md
+++ b/api/Excel.Range.NoteText.md
@@ -27,13 +27,13 @@ Returns or sets the cell note associated with the cell in the upper-left corner
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Optional| **Variant**|The text to add to the note (up to 255 characters). The text is inserted starting at position _Start_, replacing _Length_ characters of the existing note. If this argument is omitted, this method returns the current text of the note starting at position _Start_, for _Length_ characters.|
| _Start_|Optional| **Variant**|The starting position for the text that?s set or returned. If this argument is omitted, this method starts at the first character. To append text to the note, specify a number larger than the number of characters in the existing note.|
| _Length_|Optional| **Variant**|The number of characters to be set or returned. If this argument is omitted, Microsoft Excel sets or returns characters from the starting position to the end of the note (up to 255 characters). If there are more than 255 characters from _Start_ to the end of the note, this method returns only 255 characters.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.Range.Offset.md b/api/Excel.Range.Offset.md
index 59d47c21118..fac558f205d 100644
--- a/api/Excel.Range.Offset.md
+++ b/api/Excel.Range.Offset.md
@@ -27,7 +27,7 @@ Returns a **[Range](Excel.Range(object).md)** object that represents a range th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowOffset_|Optional| **Variant**|The number of rows (positive, negative, or 0 (zero)) by which the range is to be offset. Positive values are offset downward, and negative values are offset upward. The default value is 0.|
| _ColumnOffset_|Optional| **Variant**|The number of columns (positive, negative, or 0 (zero)) by which the range is to be offset. Positive values are offset to the right, and negative values are offset to the left. The default value is 0.|
diff --git a/api/Excel.Range.Parse.md b/api/Excel.Range.Parse.md
index 0d05479f9d1..c6f69abeb88 100644
--- a/api/Excel.Range.Parse.md
+++ b/api/Excel.Range.Parse.md
@@ -27,12 +27,12 @@ Parses a range of data and breaks it into multiple cells. Distributes the conten
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ParseLine_|Optional| **Variant**|A string that contains left and right brackets to indicate where the cells should be split.|
| _Destination_|Optional| **Variant**|A [Range](Excel.Range(object).md) object that represents the upper-left corner of the destination range for the parsed data. If this argument is omitted, Microsoft Excel parses in place.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.PasteSpecial.md b/api/Excel.Range.PasteSpecial.md
index 1a3c84ae170..5e1fd801b12 100644
--- a/api/Excel.Range.PasteSpecial.md
+++ b/api/Excel.Range.PasteSpecial.md
@@ -27,14 +27,14 @@ Pastes a **[Range](Excel.Range(object).md)** that has been copied into the spec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Paste_|Optional| **[XlPasteType](Excel.XlPasteType.md)**| The part of the range to be pasted, such as **xlPasteAll** or **xlPasteValues**.|
| _Operation_|Optional| **[XlPasteSpecialOperation](Excel.XlPasteSpecialOperation.md)**| The paste operation, such as **xlPasteSpecialOperationAdd**.|
| _SkipBlanks_|Optional| **Variant**| **True** to have blank cells in the range on the clipboard not be pasted into the destination range. The default value is **False**.|
| _Transpose_|Optional| **Variant**| **True** to transpose rows and columns when the range is pasted.The default value is **False**.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Phonetic.md b/api/Excel.Range.Phonetic.md
index e467c0e9cf8..c4d27b37df2 100644
--- a/api/Excel.Range.Phonetic.md
+++ b/api/Excel.Range.Phonetic.md
@@ -23,7 +23,7 @@ Returns the **[Phonetic](Excel.Phonetic.md)** object, which contains informatio
_expression_ An expression that returns a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Phonetic
diff --git a/api/Excel.Range.PrintOut.md b/api/Excel.Range.PrintOut.md
index bd846455c59..f07397bfa14 100644
--- a/api/Excel.Range.PrintOut.md
+++ b/api/Excel.Range.PrintOut.md
@@ -27,7 +27,7 @@ Prints the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional| **Variant**|The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.|
| _To_|Optional| **Variant**|The number of the last page to print. If this argument is omitted, printing ends with the last page.|
@@ -38,7 +38,7 @@ Prints the object.
| _Collate_|Optional| **Variant**| **True** to collate multiple copies.|
| _PrToFileName_|Optional| **Variant**|If _PrintToFile_ is set to **True** , this argument specifies the name of the file you want to print to.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.PrintPreview.md b/api/Excel.Range.PrintPreview.md
index 052cf913613..709b7b6c19e 100644
--- a/api/Excel.Range.PrintPreview.md
+++ b/api/Excel.Range.PrintPreview.md
@@ -27,11 +27,11 @@ Shows a preview of the object as it would look when printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EnableChanges_|Optional| **Variant**|Pass a **Boolean** value to specify if the user can change the margins and other page setup options available in print preview.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Range.md b/api/Excel.Range.Range.md
index 67cc425e29f..db227fef135 100644
--- a/api/Excel.Range.Range.md
+++ b/api/Excel.Range.Range.md
@@ -27,7 +27,7 @@ Returns a **[Range](Excel.Range(object).md)** object that represents a cell or
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell1_|Required| **Variant**|The name of the range. This must be an A1-style reference in the language of the macro. It can include the range operator (a colon), the intersection operator (a space), or the union operator (a comma). It can also include dollar signs, but they?re ignored. You can use a local defined name in any part of the range. If you use a name, the name is assumed to be in the language of the macro.|
| _Cell2_|Optional| **Variant**|The cell in the upper-left and lower-right corner of the range. Can be a **Range** object that contains a single cell, an entire column, or entire row, or it can be a string that names a single cell in the language of the macro.|
diff --git a/api/Excel.Range.RemoveDuplicates.md b/api/Excel.Range.RemoveDuplicates.md
index b5908d19483..a0380cbae8f 100644
--- a/api/Excel.Range.RemoveDuplicates.md
+++ b/api/Excel.Range.RemoveDuplicates.md
@@ -27,7 +27,7 @@ Removes duplicate values from a range of values.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Columns_|Required| **Variant**|Array of indexes of the columns that contain the duplicate information. |
| _Header_|Optional| **XlYesNoGuess**|Specifies whether the first row contains header information. **xlNo** is the default value; specify **xlGuess** if you want Excel to attempt to determine the header.|
diff --git a/api/Excel.Range.RemoveSubtotal.md b/api/Excel.Range.RemoveSubtotal.md
index d26d9d088e4..e56155ae673 100644
--- a/api/Excel.Range.RemoveSubtotal.md
+++ b/api/Excel.Range.RemoveSubtotal.md
@@ -23,7 +23,7 @@ Removes subtotals from a list.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Replace.md b/api/Excel.Range.Replace.md
index d1511f082ff..4e9c6f4da6b 100644
--- a/api/Excel.Range.Replace.md
+++ b/api/Excel.Range.Replace.md
@@ -27,7 +27,7 @@ Returns a **Boolean** indicating characters in cells within the specified range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Required| **Variant**|The string you want Microsoft Excel to search for.|
| _Replacement_|Required| **Variant**|The replacement string.|
@@ -38,7 +38,7 @@ Returns a **Boolean** indicating characters in cells within the specified range
| _SearchFormat_|Optional| **Variant**|The search format for the method.|
| _ReplaceFormat_|Optional| **Variant**|The replace format for the method.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Range.Resize.md b/api/Excel.Range.Resize.md
index 83e7e5fa99d..fd70422a672 100644
--- a/api/Excel.Range.Resize.md
+++ b/api/Excel.Range.Resize.md
@@ -27,12 +27,12 @@ Resizes the specified range. Returns a **[Range](Excel.Range(object).md)** obje
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowSize_|Optional| **Variant**|The number of rows in the new range. If this argument is omitted, the number of rows in the range remains the same.|
| _ColumnSize_|Optional| **Variant**|The number of columns in the new range. If this argument is omitted, the number of columns in the range remains the same.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.Range.RowDifferences.md b/api/Excel.Range.RowDifferences.md
index fce8d155794..5e75b173e65 100644
--- a/api/Excel.Range.RowDifferences.md
+++ b/api/Excel.Range.RowDifferences.md
@@ -27,11 +27,11 @@ Returns a **[Range](Excel.Range(object).md)** object that represents all the ce
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Comparison_|Required| **Variant**|A single cell to compare with the specified range.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.Range.Run.md b/api/Excel.Range.Run.md
index beb94cc8285..014f8feb266 100644
--- a/api/Excel.Range.Run.md
+++ b/api/Excel.Range.Run.md
@@ -27,11 +27,11 @@ Runs the Microsoft Excel macro at this location. The range must be on a macro sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg30_|Optional| **Variant**|The arguments that should be passed to the function.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Select.md b/api/Excel.Range.Select.md
index a6c5efcd4d3..b9cfe111de8 100644
--- a/api/Excel.Range.Select.md
+++ b/api/Excel.Range.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.SetCellDataTypeFromCell.md b/api/Excel.Range.SetCellDataTypeFromCell.md
index 1d6e04d875f..637cca410c5 100644
--- a/api/Excel.Range.SetCellDataTypeFromCell.md
+++ b/api/Excel.Range.SetCellDataTypeFromCell.md
@@ -23,7 +23,7 @@ Creates another instance of a Linked data type such as [Stocks or Geography](htt
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range _from_ which you want to copy the Linked data type. If the range has more than one cell in it, only the upper-left cell will be used. |
diff --git a/api/Excel.Range.Show.md b/api/Excel.Range.Show.md
index f333b7d4dde..81e7b0d1fd0 100644
--- a/api/Excel.Range.Show.md
+++ b/api/Excel.Range.Show.md
@@ -23,7 +23,7 @@ Scrolls through the contents of the active window to move the range into view. T
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ShowDependents.md b/api/Excel.Range.ShowDependents.md
index d88d5bdbdce..683837ce28d 100644
--- a/api/Excel.Range.ShowDependents.md
+++ b/api/Excel.Range.ShowDependents.md
@@ -27,11 +27,11 @@ Draws tracer arrows to the direct dependents of the range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Remove_|Optional| **Variant**| **True** to remove one level of tracer arrows to direct dependents. **False** to expand one level of tracer arrows. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ShowErrors.md b/api/Excel.Range.ShowErrors.md
index b6d45dd594a..a70465c5d20 100644
--- a/api/Excel.Range.ShowErrors.md
+++ b/api/Excel.Range.ShowErrors.md
@@ -23,7 +23,7 @@ Draws tracer arrows through the precedents tree to the cell that's the source of
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.ShowPrecedents.md b/api/Excel.Range.ShowPrecedents.md
index b02fc1b53fa..95a67bdda1f 100644
--- a/api/Excel.Range.ShowPrecedents.md
+++ b/api/Excel.Range.ShowPrecedents.md
@@ -27,11 +27,11 @@ Draws tracer arrows to the direct precedents of the range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Remove_|Optional| **Variant**| **True** to remove one level of tracer arrows to direct precedents. **False** to expand one level of tracer arrows. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Sort.md b/api/Excel.Range.Sort.md
index 7577d5610c0..614b2d529c2 100644
--- a/api/Excel.Range.Sort.md
+++ b/api/Excel.Range.Sort.md
@@ -25,7 +25,7 @@ Sorts a range of values.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Key1_|Optional| **Variant**|Specifies the first sort field, either as a range name (String) or **Range** object; determines the values to be sorted.|
| _Order1_|Optional| **XlSortOrder**|Determines the sort order for the values specified in _Key1_.|
diff --git a/api/Excel.Range.SortSpecial.md b/api/Excel.Range.SortSpecial.md
index b230e6e0702..6c502e2a9e3 100644
--- a/api/Excel.Range.SortSpecial.md
+++ b/api/Excel.Range.SortSpecial.md
@@ -27,7 +27,7 @@ Uses East Asian sorting methods to sort the range, a PivotTable report, or uses
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SortMethod_|Optional| **[XlSortMethod](Excel.XlSortMethod.md)**|The type of sort. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you?ve selected or installed.|
| _Key1_|Optional| **Variant**|The first sort field, as either text (a PivotTable field or range name) or a **[Range](Excel.Range(object).md)** object ("Dept" or Cells(1, 1), for example).|
@@ -45,7 +45,7 @@ Uses East Asian sorting methods to sort the range, a PivotTable report, or uses
| _DataOption2_|Optional| **XlSortDataOption**|Specifies how to sort text in _Key2_. Cannot be used when sorting PivotTable reports.|
| _DataOption3_|Optional| **XlSortDataOption**|Specifies how to sort text in _Key3_. Cannot be used when sorting PivotTable reports.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.SparklineGroups.md b/api/Excel.Range.SparklineGroups.md
index 24b6cfd966c..237bb11da27 100644
--- a/api/Excel.Range.SparklineGroups.md
+++ b/api/Excel.Range.SparklineGroups.md
@@ -23,7 +23,7 @@ Returns a **[SparklineGroups](Excel.SparklineGroups.md)** object that represent
_expression_ A variable that represents a '[Range](Excel.Range(object).md)' object.
-### Return Value
+### Return value
**SparklineGroups**
diff --git a/api/Excel.Range.Speak.md b/api/Excel.Range.Speak.md
index c2481021ec7..d420c1af442 100644
--- a/api/Excel.Range.Speak.md
+++ b/api/Excel.Range.Speak.md
@@ -27,7 +27,7 @@ Causes the cells of the range to be spoken in row order or column order.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SpeakDirection_|Optional| **Variant**|The speak direction, by rows or columns.|
| _SpeakFormulas_|Optional| **Variant**| **True** will cause formulas to be sent to the Text-To-Speech (TTS) engine for cells that have formulas. The value is sent if the cells do not have formulas. **False** (default) will cause values to always be sent to the TTS engine.|
diff --git a/api/Excel.Range.SpecialCells.md b/api/Excel.Range.SpecialCells.md
index 0d2ae1298b2..5ec1f4a248b 100644
--- a/api/Excel.Range.SpecialCells.md
+++ b/api/Excel.Range.SpecialCells.md
@@ -27,12 +27,12 @@ Returns a **[Range](Excel.Range(object).md)** object that represents all the ce
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[XlCellType](Excel.XlCellType.md)**|The cells to include.|
| _Value_|Optional| **Variant**|If _Type_ is either **xlCellTypeConstants** or **xlCellTypeFormulas** , this argument is used to determine which types of cells to include in the result. These values can be added together to return more than one type. The default is to select all constants or formulas, no matter what the type.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.Range.SubscribeTo.md b/api/Excel.Range.SubscribeTo.md
index f15840f3a63..cafee023c04 100644
--- a/api/Excel.Range.SubscribeTo.md
+++ b/api/Excel.Range.SubscribeTo.md
@@ -27,12 +27,12 @@ You have requested Help for a Visual Basic keyword used only on the Macintosh. F
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Edition_|Required| **String**|See help included with Microsoft Office Macintosh Edition.|
| _Format_|Optional| **XlSubscribeToFormat**|See help included with Microsoft Office Macintosh Edition.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Subtotal.md b/api/Excel.Range.Subtotal.md
index 65dcc601b57..ab61c0b7a04 100644
--- a/api/Excel.Range.Subtotal.md
+++ b/api/Excel.Range.Subtotal.md
@@ -27,7 +27,7 @@ Creates subtotals for the range (or the current region, if the range is a single
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _GroupBy_|Required| **Long**|The field to group by, as a one-based integer offset. For more information, see the example.|
| _Function_|Required| **[XlConsolidationFunction](Excel.XlConsolidationFunction.md)**|. The subtotal function.|
@@ -36,7 +36,7 @@ Creates subtotals for the range (or the current region, if the range is a single
| _PageBreaks_|Optional| **Variant**| **True** to add page breaks after each group. The default value is **False** .|
| _SummaryBelowData_|Optional| **[XlSummaryRow](Excel.XlSummaryRow.md)**|. Places the summary data relative to the subtotal.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Table.md b/api/Excel.Range.Table.md
index 7730da0ae07..a0f3f7d029f 100644
--- a/api/Excel.Range.Table.md
+++ b/api/Excel.Range.Table.md
@@ -27,12 +27,12 @@ Creates a data table based on input values and formulas that you define on a wor
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowInput_|Optional| **Variant**|A single cell to use as the row input for your table.|
| _ColumnInput_|Optional| **Variant**|A single cell to use as the column input for your table.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.TextToColumns.md b/api/Excel.Range.TextToColumns.md
index b4ed5e5a9af..57809cd2b18 100644
--- a/api/Excel.Range.TextToColumns.md
+++ b/api/Excel.Range.TextToColumns.md
@@ -27,7 +27,7 @@ Parses a column of cells that contain text into several columns.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Destination_|Optional| **Variant**|A **Range** object that specifies where Microsoft Excel will place the results. If the range is larger than a single cell, the top left cell is used.|
| _DataType_|Optional| **[XlTextParsingType](Excel.XlTextParsingType.md)**|The format of the text to be split into columns.|
@@ -44,7 +44,7 @@ Parses a column of cells that contain text into several columns.
| _ThousandsSeparator_|Optional| **Variant**|The thousands separator that Excel uses when recognizing numbers. The default setting is the system setting.|
| _TrailingMinusNumbers_|Optional| **Variant**|Numbers that begin with a minus character.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Ungroup.md b/api/Excel.Range.Ungroup.md
index 0643faf4028..746c1b72e0a 100644
--- a/api/Excel.Range.Ungroup.md
+++ b/api/Excel.Range.Ungroup.md
@@ -23,7 +23,7 @@ Promotes a range in an outline (that is, decreases its outline level). The speci
_expression_ A variable that represents a [Range](Excel.Range(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Range.Value.md b/api/Excel.Range.Value.md
index b3a5c5dd654..09e87c7ee69 100644
--- a/api/Excel.Range.Value.md
+++ b/api/Excel.Range.Value.md
@@ -27,7 +27,7 @@ Returns or sets a **Variant** value that represents the value of the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RangeValueDataType_|Optional| **Variant**|The range value data type. Can be a **[xlRangeValueDataType](Excel.XlRangeValueDataType.md)** constant.|
diff --git a/api/Excel.Ranges.Item.md b/api/Excel.Ranges.Item.md
index 6d00051fd88..c358d87e9c1 100644
--- a/api/Excel.Ranges.Item.md
+++ b/api/Excel.Ranges.Item.md
@@ -27,7 +27,7 @@ Returns a **Range** object that represents a range of items in a workbook. Read
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index value of the range item.|
diff --git a/api/Excel.RecentFile.Open.md b/api/Excel.RecentFile.Open.md
index 7c9526e3c65..922dd93fd15 100644
--- a/api/Excel.RecentFile.Open.md
+++ b/api/Excel.RecentFile.Open.md
@@ -23,7 +23,7 @@ Opens a recent workbook.
_expression_ A variable that represents a [RecentFile](Excel.RecentFile.md) object.
-### Return Value
+### Return value
A **[Workbook](Excel.Workbook.md)** object that represents the opened workbook.
diff --git a/api/Excel.RecentFiles.Add.md b/api/Excel.RecentFiles.Add.md
index 0975f41dfdf..2d681787fe3 100644
--- a/api/Excel.RecentFiles.Add.md
+++ b/api/Excel.RecentFiles.Add.md
@@ -27,11 +27,11 @@ Adds a file to the list of recently used files.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The file name.|
-### Return Value
+### Return value
A **[RecentFile](Excel.RecentFile.md)** object contained by the collection.
diff --git a/api/Excel.RecentFiles.Item.md b/api/Excel.RecentFiles.Item.md
index 6078d60fe19..919dc76c455 100644
--- a/api/Excel.RecentFiles.Item.md
+++ b/api/Excel.RecentFiles.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the object.|
diff --git a/api/Excel.RectangularGradient.Application.md b/api/Excel.RectangularGradient.Application.md
index 2c574ea5c90..71191864afc 100644
--- a/api/Excel.RectangularGradient.Application.md
+++ b/api/Excel.RectangularGradient.Application.md
@@ -23,7 +23,7 @@ When used without an object qualifier, this property returns an **[Application]
_expression_ A variable that represents a [RectangularGradient](Excel.RectangularGradient.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Excel.RectangularGradient.ColorStops.md b/api/Excel.RectangularGradient.ColorStops.md
index e8885b1dc05..5b87404948e 100644
--- a/api/Excel.RectangularGradient.ColorStops.md
+++ b/api/Excel.RectangularGradient.ColorStops.md
@@ -23,7 +23,7 @@ Returns the **[ColorStops](Excel.ColorStops.md)** collection for the **Rectangu
_expression_ A variable that represents a [RectangularGradient](Excel.RectangularGradient.md) object.
-### Return Value
+### Return value
ColorStops
diff --git a/api/Excel.RectangularGradient.Creator.md b/api/Excel.RectangularGradient.Creator.md
index af5a5111904..65348ad957c 100644
--- a/api/Excel.RectangularGradient.Creator.md
+++ b/api/Excel.RectangularGradient.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ A variable that represents a [RectangularGradient](Excel.RectangularGradient.md) object.
-### Return Value
+### Return value
XlCreator
diff --git a/api/Excel.RectangularGradient.Parent.md b/api/Excel.RectangularGradient.Parent.md
index a6b4f2addb6..6cd196a3372 100644
--- a/api/Excel.RectangularGradient.Parent.md
+++ b/api/Excel.RectangularGradient.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object. Read-only
_expression_ A variable that represents a [RectangularGradient](Excel.RectangularGradient.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Excel.RectangularGradient.RectangleBottom.md b/api/Excel.RectangularGradient.RectangleBottom.md
index 02359fb1f37..f6dfb5e43a6 100644
--- a/api/Excel.RectangularGradient.RectangleBottom.md
+++ b/api/Excel.RectangularGradient.RectangleBottom.md
@@ -23,7 +23,7 @@ Represents the point or vector that the gradient fill converges to. Read/write
_expression_ A variable that represents a [RectangularGradient](Excel.RectangularGradient.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.RectangularGradient.RectangleLeft.md b/api/Excel.RectangularGradient.RectangleLeft.md
index 89e2f6ad576..204dc069746 100644
--- a/api/Excel.RectangularGradient.RectangleLeft.md
+++ b/api/Excel.RectangularGradient.RectangleLeft.md
@@ -23,7 +23,7 @@ Represents the point or vector that the gradient fill converges to. Read/write
_expression_ A variable that represents a [RectangularGradient](Excel.RectangularGradient.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.RectangularGradient.RectangleRight.md b/api/Excel.RectangularGradient.RectangleRight.md
index e99a9ec104c..e765340787f 100644
--- a/api/Excel.RectangularGradient.RectangleRight.md
+++ b/api/Excel.RectangularGradient.RectangleRight.md
@@ -23,7 +23,7 @@ Represents the point or vector that the gradient fill converges to. Read/write
_expression_ A variable that represents a [RectangularGradient](Excel.RectangularGradient.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.RectangularGradient.RectangleTop.md b/api/Excel.RectangularGradient.RectangleTop.md
index 7ff286e8da9..1a034910b72 100644
--- a/api/Excel.RectangularGradient.RectangleTop.md
+++ b/api/Excel.RectangularGradient.RectangleTop.md
@@ -23,7 +23,7 @@ Represents the point or vector that the gradient fill converges to. Read/write
_expression_ A variable that represents a [RectangularGradient](Excel.RectangularGradient.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Research.IsResearchService.md b/api/Excel.Research.IsResearchService.md
index b320260521b..9f11e512103 100644
--- a/api/Excel.Research.IsResearchService.md
+++ b/api/Excel.Research.IsResearchService.md
@@ -27,11 +27,11 @@ Indicates whether the GUID specified in the _ServiceID_ parameter corresponds t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ServiceID_|Required| **String**|Specifies a GUID that identifies the research service.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Research.Query.md b/api/Excel.Research.Query.md
index 647578e7cea..5ce21879242 100644
--- a/api/Excel.Research.Query.md
+++ b/api/Excel.Research.Query.md
@@ -27,7 +27,7 @@ Specifies a research query.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ServiceID_|Required| **String**|Specifies a GUID that identifies the research service.|
| _QueryString_|Optional| **Variant**|Specifies the query string.|
@@ -37,7 +37,7 @@ Specifies a research query.
| _NewQueryContextXML_|Optional| **Variant**|Specifies the XML file containing the new query content.|
| _LaunchQuery_|Optional| **Boolean**| **True** launches the query. False displays the **Research** task pane scoped to search the specified research service.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Research.SetLanguagePair.md b/api/Excel.Research.SetLanguagePair.md
index 24ca5ad4f7b..8c04bbc2a7b 100644
--- a/api/Excel.Research.SetLanguagePair.md
+++ b/api/Excel.Research.SetLanguagePair.md
@@ -27,12 +27,12 @@ Sets the languages for the translation service.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LanguageFrom_|Required| **Long**|Specifies the language to translate from.|
| _LanguageTo_|Required| **Long**|Specifies the langauge to translate to.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Scenario.ChangeScenario.md b/api/Excel.Scenario.ChangeScenario.md
index 6d2867ce09a..7b80444de64 100644
--- a/api/Excel.Scenario.ChangeScenario.md
+++ b/api/Excel.Scenario.ChangeScenario.md
@@ -27,12 +27,12 @@ Changes the scenario to have a new set of changing cells and (optionally) scenar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ChangingCells_|Required| **Variant**|A **Range** object that specifies the new set of changing cells for the scenario. The changing cells must be on the same sheet as the scenario.|
| _Values_|Optional| **Variant**|An array that contains the new scenario values for the changing cells. If this argument is omitted, the scenario values are assumed to be the current values in the changing cells.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Scenario.Delete.md b/api/Excel.Scenario.Delete.md
index b355200a818..d660e1fbddb 100644
--- a/api/Excel.Scenario.Delete.md
+++ b/api/Excel.Scenario.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [Scenario](Excel.Scenario.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Scenario.Show.md b/api/Excel.Scenario.Show.md
index 2a080dfd8ab..bbd67aa55a1 100644
--- a/api/Excel.Scenario.Show.md
+++ b/api/Excel.Scenario.Show.md
@@ -23,7 +23,7 @@ Shows the scenario by inserting its values on the worksheet. The affected cells
_expression_ A variable that represents a [Scenario](Excel.Scenario.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Scenario.Values.md b/api/Excel.Scenario.Values.md
index ae96859a285..7051fad97b4 100644
--- a/api/Excel.Scenario.Values.md
+++ b/api/Excel.Scenario.Values.md
@@ -27,7 +27,7 @@ Returns a **Variant** array that contains the current values of the changing ce
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The position of the value.|
diff --git a/api/Excel.Scenarios.Add.md b/api/Excel.Scenarios.Add.md
index 1c760c5a273..67fa5d3381d 100644
--- a/api/Excel.Scenarios.Add.md
+++ b/api/Excel.Scenarios.Add.md
@@ -27,7 +27,7 @@ Creates a new scenario and adds it to the list of scenarios that are available f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The scenario name.|
| _ChangingCells_|Required| **Variant**|A **[Range](Excel.Range(object).md)** object that refers to the changing cells for the scenario.|
@@ -36,7 +36,7 @@ Creates a new scenario and adds it to the list of scenarios that are available f
| _Locked_|Optional| **Variant**| **True** to lock the scenario to prevent changes. The default value is **True** .|
| _Hidden_|Optional| **Variant**| **True** to hide the scenario. The default value is **False** .|
-### Return Value
+### Return value
A **[Scenario](Excel.Scenario.md)** object that represents the new scenario.
diff --git a/api/Excel.Scenarios.CreateSummary.md b/api/Excel.Scenarios.CreateSummary.md
index 9d9c7bb0ba8..ac1be556823 100644
--- a/api/Excel.Scenarios.CreateSummary.md
+++ b/api/Excel.Scenarios.CreateSummary.md
@@ -27,12 +27,12 @@ Creates a new worksheet that contains a summary report for the scenarios on the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReportType_|Optional| **[XlSummaryReportType](Excel.XlSummaryReportType.md)**|Specifies whether the summary report is a PivotTable or standard summary.|
| _ResultCells_|Optional| **Variant**|A **Range** object that represents the result cells on the specified worksheet. Normally, this range refers to one or more cells containing the formulas that depend on the changing cell values for your model ? that is, the cells that show the results of a particular scenario. If this argument is omitted, there are no result cells included in the report.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Scenarios.Item.md b/api/Excel.Scenarios.Item.md
index 870e4d7c4bd..d2efdd9fe2f 100644
--- a/api/Excel.Scenarios.Item.md
+++ b/api/Excel.Scenarios.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[Scenario](Excel.Scenario.md)** object contained by the collection.
diff --git a/api/Excel.Scenarios.Merge.md b/api/Excel.Scenarios.Merge.md
index d992636c55d..404f6821319 100644
--- a/api/Excel.Scenarios.Merge.md
+++ b/api/Excel.Scenarios.Merge.md
@@ -27,11 +27,11 @@ Merges the scenarios from another sheet into the **[Scenarios](Excel.Scenarios.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **Variant**|The name of the sheet that contains scenarios to be merged, or a **[Worksheet](Excel.Worksheet.md)** object that represents that sheet.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Series.ApplyDataLabels.md b/api/Excel.Series.ApplyDataLabels.md
index 843e141e1d5..879bb329609 100644
--- a/api/Excel.Series.ApplyDataLabels.md
+++ b/api/Excel.Series.ApplyDataLabels.md
@@ -27,7 +27,7 @@ Applies data labels to a series.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **[XlDataLabelsType](Excel.XlDataLabelsType.md)**|The type of data label to apply.|
| _LegendKey_|Optional| **Variant**| **True** to show the legend key next to the point. The default value is **False** .|
diff --git a/api/Excel.Series.AxisGroup.md b/api/Excel.Series.AxisGroup.md
index af08e5d9390..c7dbe37ff58 100644
--- a/api/Excel.Series.AxisGroup.md
+++ b/api/Excel.Series.AxisGroup.md
@@ -23,7 +23,7 @@ Returns or sets the group for the specified series. Read/write
_expression_ A variable that represents a '[Series](Excel.Series(object).md)' object.
-### Return Value
+### Return value
**[XlAxisGroup](Excel.XlAxisGroup.md)**
diff --git a/api/Excel.Series.ClearFormats.md b/api/Excel.Series.ClearFormats.md
index 9fe324cd261..cc96b225551 100644
--- a/api/Excel.Series.ClearFormats.md
+++ b/api/Excel.Series.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents a [Series](Excel.Series(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Series.Copy.md b/api/Excel.Series.Copy.md
index b89d1acde5e..bf1dd407227 100644
--- a/api/Excel.Series.Copy.md
+++ b/api/Excel.Series.Copy.md
@@ -23,7 +23,7 @@ If the series has a picture fill, then this method copies the picture to the Cli
_expression_ A variable that represents a [Series](Excel.Series(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Series.DataLabels.md b/api/Excel.Series.DataLabels.md
index f2f0a8d3d9a..e8e0ca67c9f 100644
--- a/api/Excel.Series.DataLabels.md
+++ b/api/Excel.Series.DataLabels.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single data label (a **[DataLabel](E
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The number of the data label.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Series.Delete.md b/api/Excel.Series.Delete.md
index f8d95174675..a7b22361287 100644
--- a/api/Excel.Series.Delete.md
+++ b/api/Excel.Series.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [Series](Excel.Series(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Series.ErrorBar.md b/api/Excel.Series.ErrorBar.md
index 68492788eb8..7f3786f439b 100644
--- a/api/Excel.Series.ErrorBar.md
+++ b/api/Excel.Series.ErrorBar.md
@@ -27,7 +27,7 @@ Applies error bars to the series. **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[XlErrorBarDirection](Excel.XlErrorBarDirection.md)**|The error bar direction.|
| _Include_|Required| **[XlErrorBarInclude](Excel.XlErrorBarInclude.md)**|The error bar parts to include.|
@@ -35,7 +35,7 @@ Applies error bars to the series. **Variant** .
| _Amount_|Optional| **Variant**|The error amount. Used for only the positive error amount when _Type_ is **xlErrorBarTypeCustom** .|
| _MinusValues_|Optional| **Variant**|The negative error amount when _Type_ is **xlErrorBarTypeCustom** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Series.InvertColor.md b/api/Excel.Series.InvertColor.md
index e52a0fcd230..c4fd90d115e 100644
--- a/api/Excel.Series.InvertColor.md
+++ b/api/Excel.Series.InvertColor.md
@@ -23,7 +23,7 @@ Returns or sets the fill color for negative data points in a series. Read/write
_expression_ A variable that represents a '[Series](Excel.Series(object).md)' object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/Excel.Series.InvertColorIndex.md b/api/Excel.Series.InvertColorIndex.md
index 0d107aa7d97..ef1d26797b4 100644
--- a/api/Excel.Series.InvertColorIndex.md
+++ b/api/Excel.Series.InvertColorIndex.md
@@ -23,7 +23,7 @@ Returns or sets the fill color for negative data points in a series. Read/write
_expression_ A variable that represents a '[Series](Excel.Series(object).md)' object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/Excel.Series.Paste.md b/api/Excel.Series.Paste.md
index 1d1b58bf438..87afc84ef08 100644
--- a/api/Excel.Series.Paste.md
+++ b/api/Excel.Series.Paste.md
@@ -23,7 +23,7 @@ Pastes a picture from the Clipboard as the marker on the selected series.
_expression_ A variable that represents a [Series](./Excel.Series(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Series.PlotColorIndex.md b/api/Excel.Series.PlotColorIndex.md
index 5d80b03df8b..635d0b11d8b 100644
--- a/api/Excel.Series.PlotColorIndex.md
+++ b/api/Excel.Series.PlotColorIndex.md
@@ -23,7 +23,7 @@ Returns an index value that is used internally to associate series formatting wi
_expression_ A variable that represents a '[Series](Excel.Series(object).md)' object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/Excel.Series.Points.md b/api/Excel.Series.Points.md
index df41055c61e..3285ceb8b32 100644
--- a/api/Excel.Series.Points.md
+++ b/api/Excel.Series.Points.md
@@ -27,11 +27,11 @@ Returns an object that represents a single point (a **[Point](Excel.Point(objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the point.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Series.Select.md b/api/Excel.Series.Select.md
index dcbfe2a180e..0ece81a87d7 100644
--- a/api/Excel.Series.Select.md
+++ b/api/Excel.Series.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [Series](./Excel.Series(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Series.Trendlines.md b/api/Excel.Series.Trendlines.md
index cd7fbf47041..d186af1aa0a 100644
--- a/api/Excel.Series.Trendlines.md
+++ b/api/Excel.Series.Trendlines.md
@@ -27,11 +27,11 @@ Returns an object that represents a single trendline (a **[Trendline](Excel.Tre
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the trendline.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.SeriesCollection.Add.md b/api/Excel.SeriesCollection.Add.md
index d7c491dc3a1..0918fc208a9 100644
--- a/api/Excel.SeriesCollection.Add.md
+++ b/api/Excel.SeriesCollection.Add.md
@@ -27,7 +27,7 @@ Adds one or more new series to the **SeriesCollection** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **Variant**|The new data as a **[Range](Excel.Range(object).md)** object.|
| _Rowcol_|Optional| **[XlRowCol](Excel.XlRowCol.md)**|. Specifies whether the new values are in the rows or columns of the specified range.|
@@ -35,7 +35,7 @@ Adds one or more new series to the **SeriesCollection** collection.
| _CategoryLabels_|Optional| **Variant**| **True** if the first row or column contains the name of the category labels. **False** if the first row or column contains the first data point of the series. If this argument is omitted, Microsoft Excel attempts to determine the location of the category label from the contents of the first row or column.|
| _Replace_|Optional| **Variant**|If _CategoryLabels_ is **True** and _Replace_ is **True** , the specified categories replace the categories that currently exist for the series. If _Replace_ is **False** , the existing categories will not be replaced. The default value is **False** .|
-### Return Value
+### Return value
A **[Series](Excel.Series(object).md)** object that represents the new series.
diff --git a/api/Excel.SeriesCollection.Extend.md b/api/Excel.SeriesCollection.Extend.md
index 4df17d73b78..914b848c60f 100644
--- a/api/Excel.SeriesCollection.Extend.md
+++ b/api/Excel.SeriesCollection.Extend.md
@@ -27,13 +27,13 @@ Adds new data points to an existing series collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **Variant**|The new data to be added to the **SeriesCollection** object as a **Range** object.|
| _Rowcol_|Optional| **Variant**|Specifies whether the new values are in the rows or columns of the given range source. Can be one of the following **[XlRowCol](Excel.XlRowCol.md)** constants: **xlRows** or **xlColumns** . If this argument is omitted, Microsoft Excel attempts to determine where the values are by the size and orientation of the selected range or by the dimensions of the array.|
| _CategoryLabels_|Optional| **Variant**| **True** to have the first row or column contain the name of the category labels. **False** to have the first row or column contain the first data point of the series. If this argument is omitted, Microsoft Excel attempts to determine the location of the category label from the contents of the first row or column.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.SeriesCollection.Item.md b/api/Excel.SeriesCollection.Item.md
index 1ca37547bff..a0e0e3179e9 100644
--- a/api/Excel.SeriesCollection.Item.md
+++ b/api/Excel.SeriesCollection.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[Series](Excel.Series(object).md)** object contained by the collection.
diff --git a/api/Excel.SeriesCollection.NewSeries.md b/api/Excel.SeriesCollection.NewSeries.md
index 77ddb266e04..98721302a75 100644
--- a/api/Excel.SeriesCollection.NewSeries.md
+++ b/api/Excel.SeriesCollection.NewSeries.md
@@ -23,7 +23,7 @@ Creates a new series. Returns a **[Series](Excel.Series(object).md)** object th
_expression_ A variable that represents a [SeriesCollection](./Excel.SeriesCollection.md) object.
-### Return Value
+### Return value
Series
diff --git a/api/Excel.SeriesCollection.Paste.md b/api/Excel.SeriesCollection.Paste.md
index 35460126fe5..c8a548bffa8 100644
--- a/api/Excel.SeriesCollection.Paste.md
+++ b/api/Excel.SeriesCollection.Paste.md
@@ -27,7 +27,7 @@ Pastes data from the Clipboard into the specified series collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Rowcol_|Optional| **[XlRowCol](Excel.XlRowCol.md)**|. Specifies whether the values corresponding to a particular data series are in rows or columns.|
| _SeriesLabels_|Optional| **Variant**| **True** to use the contents of the cell in the first column of each row (or the first row of each column) as the name of the data series in that row (or column). **False** to use the contents of the cell in the first column of each row (or the first row of each column) as the first data point in the data series. The default value is **False** .|
@@ -35,7 +35,7 @@ Pastes data from the Clipboard into the specified series collection.
| _Replace_|Optional| **Variant**| **True** to apply categories while replacing existing categories with information from the copied range. **False** to insert new categories without replacing any old ones. The default value is **True** .|
| _NewSeries_|Optional| **Variant**| **True** to paste the data as a new series. **False** to paste the data as new points in an existing series. The default value is **True** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.SeriesLines.Delete.md b/api/Excel.SeriesLines.Delete.md
index d6c4a4402c9..f2013a2d8e8 100644
--- a/api/Excel.SeriesLines.Delete.md
+++ b/api/Excel.SeriesLines.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [SeriesLines](./Excel.SeriesLines(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.SeriesLines.Select.md b/api/Excel.SeriesLines.Select.md
index 8d959279914..99f6ad45bb9 100644
--- a/api/Excel.SeriesLines.Select.md
+++ b/api/Excel.SeriesLines.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [SeriesLines](./Excel.SeriesLines(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ServerViewableItems.Add.md b/api/Excel.ServerViewableItems.Add.md
index 640cd58cbba..3a34e0358fb 100644
--- a/api/Excel.ServerViewableItems.Add.md
+++ b/api/Excel.ServerViewableItems.Add.md
@@ -27,11 +27,11 @@ Adds a reference to the **[ServerViewableItems](Excel.ServerViewableItems.md)**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Obj_|Required| **Variant**|The reference to an object. The object can be a reference to sheets or named items (for example, named ranges, charts, tables, and PivotTables). You cannot have both sheets and named items in the same collection.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.ServerViewableItems.Delete.md b/api/Excel.ServerViewableItems.Delete.md
index f828d0e20f6..2d6074f28a6 100644
--- a/api/Excel.ServerViewableItems.Delete.md
+++ b/api/Excel.ServerViewableItems.Delete.md
@@ -27,7 +27,7 @@ Deletes a reference to an object in the **[ServerViewableItems](Excel.ServerVie
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index of the object you want to delete.|
diff --git a/api/Excel.ServerViewableItems.Item.md b/api/Excel.ServerViewableItems.Item.md
index 098df99aa78..ff02cc7b374 100644
--- a/api/Excel.ServerViewableItems.Item.md
+++ b/api/Excel.ServerViewableItems.Item.md
@@ -27,11 +27,11 @@ Returns a single object from the **[ServerViewableItems](Excel.ServerViewableIt
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index of the object to be returned.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.ShadowFormat.IncrementOffsetX.md b/api/Excel.ShadowFormat.IncrementOffsetX.md
index d492225cf25..9e47eeeddbd 100644
--- a/api/Excel.ShadowFormat.IncrementOffsetX.md
+++ b/api/Excel.ShadowFormat.IncrementOffsetX.md
@@ -27,7 +27,7 @@ Changes the horizontal offset of the shadow by the specified number of points. U
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shadow offset is to be moved horizontally, in points. A positive value moves the shadow to the right; a negative value moves it to the left.|
diff --git a/api/Excel.ShadowFormat.IncrementOffsetY.md b/api/Excel.ShadowFormat.IncrementOffsetY.md
index 2a05fddbf4e..fd50855c5fa 100644
--- a/api/Excel.ShadowFormat.IncrementOffsetY.md
+++ b/api/Excel.ShadowFormat.IncrementOffsetY.md
@@ -27,7 +27,7 @@ Changes the vertical offset of the shadow by the specified number of points. Use
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shadow offset is to be moved vertically, in points. A positive value moves the shadow down; a negative value moves it up.|
diff --git a/api/Excel.Shape.CopyPicture.md b/api/Excel.Shape.CopyPicture.md
index fcfe7cd960b..1dc988d64bf 100644
--- a/api/Excel.Shape.CopyPicture.md
+++ b/api/Excel.Shape.CopyPicture.md
@@ -27,7 +27,7 @@ Copies the selected object to the Clipboard as a picture.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Appearance_|Optional| **Variant**|A [XlPictureAppearance](Excel.XlPictureAppearance.md) constant that specifies how the picture should be copied. The default value is **xlScreen** .|
| _Format_|Optional| **Variant**|A [XlCopyPictureFormat](Excel.XlCopyPictureFormat.md) constant that specifies the format of the picture. The default value is **xlPicture** .|
diff --git a/api/Excel.Shape.Cut.md b/api/Excel.Shape.Cut.md
index 214df80c52b..10381c94b17 100644
--- a/api/Excel.Shape.Cut.md
+++ b/api/Excel.Shape.Cut.md
@@ -23,7 +23,7 @@ Cuts the object to the Clipboard.
_expression_ A variable that represents a [Shape](./Excel.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Shape.Duplicate.md b/api/Excel.Shape.Duplicate.md
index 010682f4e71..a5dbc1e5570 100644
--- a/api/Excel.Shape.Duplicate.md
+++ b/api/Excel.Shape.Duplicate.md
@@ -23,7 +23,7 @@ Duplicates the object and returns a reference to the new copy.
_expression_ A variable that represents a [Shape](./Excel.Shape.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shape.Flip.md b/api/Excel.Shape.Flip.md
index 8de67176da0..44d1a096451 100644
--- a/api/Excel.Shape.Flip.md
+++ b/api/Excel.Shape.Flip.md
@@ -27,7 +27,7 @@ Flips the specified shape around its horizontal or vertical axis.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FlipCmd_|Required| **[MsoFlipCmd](./Office.MsoFlipCmd.md)**|Specifies whether the shape is to be flipped horizontally or vertically.|
diff --git a/api/Excel.Shape.HasSmartArt.md b/api/Excel.Shape.HasSmartArt.md
index 1d2223552b6..f52a96b479c 100644
--- a/api/Excel.Shape.HasSmartArt.md
+++ b/api/Excel.Shape.HasSmartArt.md
@@ -23,7 +23,7 @@ Returns whether there is a SmartArt diagram present on the specified shape. Read
_expression_ A variable that represents a '[Shape](Excel.Shape.md)' object.
-### Return Value
+### Return value
**[MsoTriState](./Office.MsoTriState.md)**
diff --git a/api/Excel.Shape.IncrementLeft.md b/api/Excel.Shape.IncrementLeft.md
index d04b16b7ebe..55035320356 100644
--- a/api/Excel.Shape.IncrementLeft.md
+++ b/api/Excel.Shape.IncrementLeft.md
@@ -27,7 +27,7 @@ Moves the specified shape horizontally by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape is to be moved horizontally, in points. A positive value moves the shape to the right; a negative value moves it to the left.|
diff --git a/api/Excel.Shape.IncrementRotation.md b/api/Excel.Shape.IncrementRotation.md
index 1166c17ef3a..99f3e0cdf08 100644
--- a/api/Excel.Shape.IncrementRotation.md
+++ b/api/Excel.Shape.IncrementRotation.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the z-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape is to be rotated horizontally, in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise.|
diff --git a/api/Excel.Shape.IncrementTop.md b/api/Excel.Shape.IncrementTop.md
index 3a5613181cf..a0a1b0a9dfe 100644
--- a/api/Excel.Shape.IncrementTop.md
+++ b/api/Excel.Shape.IncrementTop.md
@@ -27,7 +27,7 @@ Moves the specified shape vertically by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape object is to be moved vertically, in points. A positive value moves the shape down; a negative value moves it up.|
diff --git a/api/Excel.Shape.ScaleHeight.md b/api/Excel.Shape.ScaleHeight.md
index 76f06cd1f78..f882aba2a11 100644
--- a/api/Excel.Shape.ScaleHeight.md
+++ b/api/Excel.Shape.ScaleHeight.md
@@ -27,7 +27,7 @@ Scales the height of the shape by a specified factor. For pictures and OLE objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required| **Single**|Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required| **[MsoTriState](./Office.MsoTriState.md)**| **msoTrue** to scale the shape relative to its original size. **msoFalse** to scale it relative to its current size. You can specify **msoTrue** for this argument only if the specified shape is a picture or an OLE object.|
diff --git a/api/Excel.Shape.ScaleWidth.md b/api/Excel.Shape.ScaleWidth.md
index 731d5c59ed2..8e86ef0cb5b 100644
--- a/api/Excel.Shape.ScaleWidth.md
+++ b/api/Excel.Shape.ScaleWidth.md
@@ -27,7 +27,7 @@ Scales the width of the shape by a specified factor. For pictures and OLE object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required| **Single**|Specifies the ratio between the width of the shape after you resize it and the current or original width. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required| **[MsoTriState](./Office.MsoTriState.md)**| **False** to scale it relative to its current size. You can specify **True** for this argument only if the specified shape is a picture or an OLE object.|
diff --git a/api/Excel.Shape.Select.md b/api/Excel.Shape.Select.md
index d735432e032..e66a040e758 100644
--- a/api/Excel.Shape.Select.md
+++ b/api/Excel.Shape.Select.md
@@ -27,7 +27,7 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| (used only with sheets). **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
diff --git a/api/Excel.Shape.SmartArt.md b/api/Excel.Shape.SmartArt.md
index 2de6ad7f739..95c15ef7fd7 100644
--- a/api/Excel.Shape.SmartArt.md
+++ b/api/Excel.Shape.SmartArt.md
@@ -23,7 +23,7 @@ Returns an object that represents the SmartArt associated with the shape. Read-o
_expression_ A variable that represents a '[Shape](Excel.Shape.md)' object.
-### Return Value
+### Return value
**[SmartArt](./Office.SmartArt.md)**
diff --git a/api/Excel.Shape.Title.md b/api/Excel.Shape.Title.md
index 3324425ca4c..5a0c1830bdd 100644
--- a/api/Excel.Shape.Title.md
+++ b/api/Excel.Shape.Title.md
@@ -23,7 +23,7 @@ Returns or sets the title of the alternative text associated with the specified
_expression_ A variable that represents a '[Shape](Excel.Shape.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.Shape.Ungroup.md b/api/Excel.Shape.Ungroup.md
index c98e2b08d67..374e5962c72 100644
--- a/api/Excel.Shape.Ungroup.md
+++ b/api/Excel.Shape.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups any grouped shapes in the specified shape or range of shapes. Disassemb
_expression_ A variable that represents a [Shape](./Excel.Shape.md) object.
-### Return Value
+### Return value
A **[ShapeRange](Excel.ShapeRange.md)** object that represents the ungrouped shapes.
diff --git a/api/Excel.Shape.ZOrder.md b/api/Excel.Shape.ZOrder.md
index 49c655987c2..844f57d6bc9 100644
--- a/api/Excel.Shape.ZOrder.md
+++ b/api/Excel.Shape.ZOrder.md
@@ -27,7 +27,7 @@ Moves the specified shape in front of or behind other shapes in the collection (
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ZOrderCmd_|Required| **[MsoZOrderCmd](./Office.MsoZOrderCmd.md)**|Specifies where to move the specified shape relative to the other shapes.|
diff --git a/api/Excel.ShapeNode.Points.md b/api/Excel.ShapeNode.Points.md
index 447d792761f..b2646a10cb9 100644
--- a/api/Excel.ShapeNode.Points.md
+++ b/api/Excel.ShapeNode.Points.md
@@ -23,7 +23,7 @@ Returns the position of the specified node as a coordinate pair. Each coordinate
_expression_ An expression that returns a [ShapeNode](./Excel.ShapeNode.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.ShapeNodes.Delete.md b/api/Excel.ShapeNodes.Delete.md
index 06a01c9f7f1..1429c4db68d 100644
--- a/api/Excel.ShapeNodes.Delete.md
+++ b/api/Excel.ShapeNodes.Delete.md
@@ -27,7 +27,7 @@ Deletes the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Integer**|The index of the object to delete.|
diff --git a/api/Excel.ShapeNodes.Insert.md b/api/Excel.ShapeNodes.Insert.md
index d4128edac9a..54e858fe30d 100644
--- a/api/Excel.ShapeNodes.Insert.md
+++ b/api/Excel.ShapeNodes.Insert.md
@@ -27,7 +27,7 @@ Inserts a node into a freeform shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Integer**| **Long** . The number of the shape node after which to insert a new node.|
| _SegmentType_|Required| **[MsoSegmentType](./Office.MsoSegmentType.md)**|The segment type.|
diff --git a/api/Excel.ShapeNodes.Item.md b/api/Excel.ShapeNodes.Item.md
index 0d684d350d9..8717d6521a0 100644
--- a/api/Excel.ShapeNodes.Item.md
+++ b/api/Excel.ShapeNodes.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[ShapeNode](Excel.ShapeNode.md)** object contained by the collection.
diff --git a/api/Excel.ShapeNodes.SetEditingType.md b/api/Excel.ShapeNodes.SetEditingType.md
index 1f0bd7ec9ce..4b71c6af0d6 100644
--- a/api/Excel.ShapeNodes.SetEditingType.md
+++ b/api/Excel.ShapeNodes.SetEditingType.md
@@ -27,7 +27,7 @@ Sets the editing type of the node specified by _Index_. If the node is a contro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The node whose editing type is to be set.|
| _EditingType_|Required| **[MsoEditingType](./Office.MsoEditingType.md)**|The editing property of the vertex.|
diff --git a/api/Excel.ShapeNodes.SetPosition.md b/api/Excel.ShapeNodes.SetPosition.md
index 4d0a20ce9fc..f87cd69af67 100644
--- a/api/Excel.ShapeNodes.SetPosition.md
+++ b/api/Excel.ShapeNodes.SetPosition.md
@@ -27,7 +27,7 @@ Sets the location of the node specified by _Index_. Note that, depending on the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The node whose position is to be set.|
| _X1_|Required| **Single**|The position (in points) of the new node relative to the upper-left corner of the document.|
diff --git a/api/Excel.ShapeNodes.SetSegmentType.md b/api/Excel.ShapeNodes.SetSegmentType.md
index aa22f53ffc7..de037a7f47a 100644
--- a/api/Excel.ShapeNodes.SetSegmentType.md
+++ b/api/Excel.ShapeNodes.SetSegmentType.md
@@ -27,7 +27,7 @@ Sets the segment type of the segment that follows the node specified by _Index_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The node whose segment type is to be set.|
| _SegmentType_|Required| **[MsoSegmentType](./Office.MsoSegmentType.md)**|Specifies if the segment is straight or curved.|
diff --git a/api/Excel.ShapeRange.Align.md b/api/Excel.ShapeRange.Align.md
index 399ca9ffc37..9c251970f74 100644
--- a/api/Excel.ShapeRange.Align.md
+++ b/api/Excel.ShapeRange.Align.md
@@ -27,7 +27,7 @@ Aligns the shapes in the specified range of shapes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AlignCmd_|Required| **[MsoAlignCmd](./Office.MsoAlignCmd.md)**|Specifies the way the shapes in the specified shape range are to be aligned.|
| _RelativeTo_|Required| **[MsoTriState](./Office.MsoTriState.md)**|Not used in Microsoft Excel. Must be **False** .|
diff --git a/api/Excel.ShapeRange.Distribute.md b/api/Excel.ShapeRange.Distribute.md
index 75d83b19102..5997f54c599 100644
--- a/api/Excel.ShapeRange.Distribute.md
+++ b/api/Excel.ShapeRange.Distribute.md
@@ -27,7 +27,7 @@ Horizontally or vertically distributes the shapes in the specified range of shap
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DistributeCmd_|Required| **[MsoDistributeCmd](./Office.MsoDistributeCmd.md)**|Specifies whether shapes in the range are to be distributed horizontally or vertically.|
| _RelativeTo_|Required| **[MsoTriState](./Office.MsoTriState.md)**|Not used in Microsoft Excel. Must be **False** .|
diff --git a/api/Excel.ShapeRange.Flip.md b/api/Excel.ShapeRange.Flip.md
index bb6fcabd65e..486dc669beb 100644
--- a/api/Excel.ShapeRange.Flip.md
+++ b/api/Excel.ShapeRange.Flip.md
@@ -27,7 +27,7 @@ Flips the specified shape around its horizontal or vertical axis.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FlipCmd_|Required| **[MsoFlipCmd](./Office.MsoFlipCmd.md)**|Specifies whether the shape is to be flipped horizontally or vertically.|
diff --git a/api/Excel.ShapeRange.Group.md b/api/Excel.ShapeRange.Group.md
index 65b1a30e87f..e661339bb7a 100644
--- a/api/Excel.ShapeRange.Group.md
+++ b/api/Excel.ShapeRange.Group.md
@@ -23,7 +23,7 @@ Groups the shapes in the specified range.
_expression_ A variable that represents a [ShapeRange](./Excel.ShapeRange.md) object.
-### Return Value
+### Return value
A **[Shape](Excel.Shape.md)** object that represents the grouped shape.
diff --git a/api/Excel.ShapeRange.IncrementLeft.md b/api/Excel.ShapeRange.IncrementLeft.md
index a4a2a81fdfb..d545f0bc9e0 100644
--- a/api/Excel.ShapeRange.IncrementLeft.md
+++ b/api/Excel.ShapeRange.IncrementLeft.md
@@ -27,7 +27,7 @@ Moves the specified shape horizontally by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape is to be moved horizontally, in points. A positive value moves the shape to the right; a negative value moves it to the left.|
diff --git a/api/Excel.ShapeRange.IncrementRotation.md b/api/Excel.ShapeRange.IncrementRotation.md
index 09a2aa22ddc..2affc09a186 100644
--- a/api/Excel.ShapeRange.IncrementRotation.md
+++ b/api/Excel.ShapeRange.IncrementRotation.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the z-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape is to be rotated horizontally, in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise.|
diff --git a/api/Excel.ShapeRange.IncrementTop.md b/api/Excel.ShapeRange.IncrementTop.md
index c3b7aae8697..5a79f98da9d 100644
--- a/api/Excel.ShapeRange.IncrementTop.md
+++ b/api/Excel.ShapeRange.IncrementTop.md
@@ -27,7 +27,7 @@ Moves the specified shape vertically by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape object is to be moved vertically, in points. A positive value moves the shape down; a negative value moves it up.|
diff --git a/api/Excel.ShapeRange.Item.md b/api/Excel.ShapeRange.Item.md
index 76d60a0ce5c..1c9136fa0c4 100644
--- a/api/Excel.ShapeRange.Item.md
+++ b/api/Excel.ShapeRange.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[Shape](Excel.Shape.md)** object contained by the collection.
diff --git a/api/Excel.ShapeRange.Regroup.md b/api/Excel.ShapeRange.Regroup.md
index ef1820965fc..c45b69c4dd5 100644
--- a/api/Excel.ShapeRange.Regroup.md
+++ b/api/Excel.ShapeRange.Regroup.md
@@ -23,7 +23,7 @@ Regroups the group that the specified shape range belonged to previously. Return
_expression_ A variable that represents a [ShapeRange](./Excel.ShapeRange.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.ShapeRange.ScaleHeight.md b/api/Excel.ShapeRange.ScaleHeight.md
index 9660616ebae..16107ab4c00 100644
--- a/api/Excel.ShapeRange.ScaleHeight.md
+++ b/api/Excel.ShapeRange.ScaleHeight.md
@@ -27,7 +27,7 @@ Scales the height of the shape by a specified factor. For pictures and OLE objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required| **Single**|Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required| **[MsoTriState](./Office.MsoTriState.md)**| **msoTrue** to scale the shape relative to its original size. **msoFalse** to scale it relative to its current size. You can specify **msoTrue** for this argument only if the specified shape is a picture or an OLE object.|
diff --git a/api/Excel.ShapeRange.ScaleWidth.md b/api/Excel.ShapeRange.ScaleWidth.md
index 8bc0cb7d908..ccad0d82db4 100644
--- a/api/Excel.ShapeRange.ScaleWidth.md
+++ b/api/Excel.ShapeRange.ScaleWidth.md
@@ -27,7 +27,7 @@ Scales the width of the shape by a specified factor. For pictures and OLE object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required| **Single**|Specifies the ratio between the width of the shape after you resize it and the current or original width. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required| **[MsoTriState](./Office.MsoTriState.md)**| **False** to scale it relative to its current size. You can specify **True** for this argument only if the specified shape is a picture or an OLE object.|
diff --git a/api/Excel.ShapeRange.Select.md b/api/Excel.ShapeRange.Select.md
index 772816257b0..f4ae806ffe6 100644
--- a/api/Excel.ShapeRange.Select.md
+++ b/api/Excel.ShapeRange.Select.md
@@ -27,7 +27,7 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| (used only with sheets). **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
diff --git a/api/Excel.ShapeRange.Title.md b/api/Excel.ShapeRange.Title.md
index 13921afbd65..810e0c20c91 100644
--- a/api/Excel.ShapeRange.Title.md
+++ b/api/Excel.ShapeRange.Title.md
@@ -23,7 +23,7 @@ Returns or sets the title of the alternative text associated with the specified
_expression_ A variable that represents a '[ShapeRange](Excel.ShapeRange.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.ShapeRange.Ungroup.md b/api/Excel.ShapeRange.Ungroup.md
index 3a26c022c81..250ec0f295d 100644
--- a/api/Excel.ShapeRange.Ungroup.md
+++ b/api/Excel.ShapeRange.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups any grouped shapes in the specified shape or range of shapes. Disassemb
_expression_ A variable that represents a [ShapeRange](./Excel.ShapeRange.md) object.
-### Return Value
+### Return value
A **[ShapeRange](Excel.ShapeRange.md)** object that represents the ungrouped shapes.
diff --git a/api/Excel.ShapeRange.ZOrder.md b/api/Excel.ShapeRange.ZOrder.md
index 5ab48d08efc..3acd5c4bf5c 100644
--- a/api/Excel.ShapeRange.ZOrder.md
+++ b/api/Excel.ShapeRange.ZOrder.md
@@ -27,7 +27,7 @@ Moves the specified shape in front of or behind other shapes in the collection (
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ZOrderCmd_|Required| **[MsoZOrderCmd](./Office.MsoZOrderCmd.md)**|Specifies where to move the specified shape relative to the other shapes.|
diff --git a/api/Excel.Shapes.AddCallout.md b/api/Excel.Shapes.AddCallout.md
index aefa80dae80..8cd03a9dc34 100644
--- a/api/Excel.Shapes.AddCallout.md
+++ b/api/Excel.Shapes.AddCallout.md
@@ -27,7 +27,7 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[MsoCalloutType](./Office.MsoCalloutType.md)**|The type of callout line.|
| _Left_|Required| **Single**|The position (in points) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.|
@@ -35,7 +35,7 @@ ms.date: 06/08/2017
| _Width_|Required| **Single**|The width of the callout's bounding box, in points.|
| _Height_|Required| **Single**|The height of the callout's bounding box, in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddConnector.md b/api/Excel.Shapes.AddConnector.md
index 707022a3da5..1c96d758eb0 100644
--- a/api/Excel.Shapes.AddConnector.md
+++ b/api/Excel.Shapes.AddConnector.md
@@ -27,7 +27,7 @@ Creates a connector. Returns a **[Shape](Excel.Shape.md)** object that represen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[MsoConnectorType](./Office.MsoConnectorType.md)**|The connector type to add.|
| _BeginX_|Required| **Single**|The horizontal position (in points) of the connector's starting point relative to the upper-left corner of the document.|
@@ -35,7 +35,7 @@ Creates a connector. Returns a **[Shape](Excel.Shape.md)** object that represen
| _EndX_|Required| **Single**|The horizontal position (in points) of the connector's end point relative to the upper-left corner of the document.|
| _EndY_|Required| **Single**|The veritcal position (in points) of the connector's end point relative to the upper-left corner of the document.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddCurve.md b/api/Excel.Shapes.AddCurve.md
index 18630672d4f..f422cedd4dc 100644
--- a/api/Excel.Shapes.AddCurve.md
+++ b/api/Excel.Shapes.AddCurve.md
@@ -27,11 +27,11 @@ Returns a **[Shape](Excel.Shape.md)** object that represents a B?zier curve in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SafeArrayOfPoints_|Required| **Variant**|An array of coordinate pairs that specifies the vertices and control points of the curve. The first point you specify is the starting vertex, and the next two points are control points for the first B?zier segment. Then, for each additional segment of the curve, you specify a vertex and two control points. The last point you specify is the ending vertex for the curve. Note that you must always specify 3n + 1 points, where n is the number of segments in the curve.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddFormControl.md b/api/Excel.Shapes.AddFormControl.md
index 3411dafe58b..6210ce38bf6 100644
--- a/api/Excel.Shapes.AddFormControl.md
+++ b/api/Excel.Shapes.AddFormControl.md
@@ -27,7 +27,7 @@ Creates a Microsoft Excel control. Returns a **[Shape](Excel.Shape.md)** object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[XlFormControl](Excel.XlFormControl.md)**|The Microsoft Excel control type. You cannot create an edit box on a worksheet.|
| _Left_|Required| **Long**|The initial coordinates of the new object (in points) relative to the upper-left corner of cell A1 on a worksheet or to the upper-left corner of a chart.|
@@ -35,7 +35,7 @@ Creates a Microsoft Excel control. Returns a **[Shape](Excel.Shape.md)** object
| _Width_|Required| **Long**|The initial size of the new object, in points.|
| _Height_|Required| **Long**|The initial size of the new object, in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddLabel.md b/api/Excel.Shapes.AddLabel.md
index 78de392e117..276fe959d72 100644
--- a/api/Excel.Shapes.AddLabel.md
+++ b/api/Excel.Shapes.AddLabel.md
@@ -27,7 +27,7 @@ Creates a label. Returns a **[Shape](Excel.Shape.md)** object that represents t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Orientation_|Required| **[MsoTextOrientation](./Office.MsoTextOrientation.md)**|The text orientation within the label.|
| _Left_|Required| **Single**|The position (in points) of the upper-left corner of the label relative to the upper-left corner of the document.|
@@ -35,7 +35,7 @@ Creates a label. Returns a **[Shape](Excel.Shape.md)** object that represents t
| _Width_|Required| **Single**|The width of the label, in points.|
| _Height_|Required| **Single**|The height of the label, in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddLine.md b/api/Excel.Shapes.AddLine.md
index 83ab80ea940..46ee86baa50 100644
--- a/api/Excel.Shapes.AddLine.md
+++ b/api/Excel.Shapes.AddLine.md
@@ -27,14 +27,14 @@ As it applies to the **Shapes** object, returns a **[Shape](Excel.Shape.md)** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeginX_|Required| **Single**|The position (in points) of the line's starting point relative to the upper-left corner of the document.|
| _BeginY_|Required| **Single**|The position (in points) of the line's starting point relative to the upper-left corner of the document.|
| _EndX_|Required| **Single**|The position (in points) of the line's end point relative to the upper-left corner of the document.|
| _EndY_|Required| **Single**|The position (in points) of the line's end point relative to the upper-left corner of the document.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddOLEObject.md b/api/Excel.Shapes.AddOLEObject.md
index 54fc8c562ce..cedc470c977 100644
--- a/api/Excel.Shapes.AddOLEObject.md
+++ b/api/Excel.Shapes.AddOLEObject.md
@@ -27,7 +27,7 @@ Creates an OLE object. Returns a **[Shape](Excel.Shape.md)** object that repres
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassType_|Optional| **Variant**|(you must specify either _ClassType_ or _FileName_). A string that contains the programmatic identifier for the object to be created. If _ClassType_ is specified, _FileName_ and _Link_ are ignored.|
| _Filename_|Optional| **Variant**| The file from which the object is to be created. If the path isn?t specified, the current working folder is used. You must specify either the _ClassType_ or _FileName_ argument for the object, but not both.|
@@ -41,7 +41,7 @@ Creates an OLE object. Returns a **[Shape](Excel.Shape.md)** object that repres
| _Width_|Optional| **Variant**|The initial dimensions of the OLE object, in points.|
| _Height_|Optional| **Variant**|The initial dimensions of the OLE object, in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddPicture.md b/api/Excel.Shapes.AddPicture.md
index 22edd8b3b5f..89a7d99380d 100644
--- a/api/Excel.Shapes.AddPicture.md
+++ b/api/Excel.Shapes.AddPicture.md
@@ -27,7 +27,7 @@ Creates a picture from an existing file. Returns a **Shape** object that repres
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The file from which the OLE object is to be created.|
| _LinkToFile_|Required| **[MsoTriState](./Office.MsoTriState.md)**| The file to link to.|
@@ -37,7 +37,7 @@ Creates a picture from an existing file. Returns a **Shape** object that repres
| _Width_|Required| **Single**|The width of the picture, in points (enter -1 to retain the width of the existing file).|
| _Height_|Required| **Single**|The height of the picture, in points (enter -1 to retain the height of the existing file).|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddPolyline.md b/api/Excel.Shapes.AddPolyline.md
index b551fc7cada..76b8edb961c 100644
--- a/api/Excel.Shapes.AddPolyline.md
+++ b/api/Excel.Shapes.AddPolyline.md
@@ -27,11 +27,11 @@ Creates an open polyline or a closed polygon drawing. Returns a **[Shape](Excel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SafeArrayOfPoints_|Required| **Variant**|An array of coordinate pairs that specifies the polyline drawing's vertices.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddShape.md b/api/Excel.Shapes.AddShape.md
index 6034841a2be..11d4393bebc 100644
--- a/api/Excel.Shapes.AddShape.md
+++ b/api/Excel.Shapes.AddShape.md
@@ -27,7 +27,7 @@ Returns a **[Shape](Excel.Shape.md)** object that represents the new AutoShape
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[MsoAutoShapeType](./Office.MsoAutoShapeType.md)**|Specifies the type of AutoShape to create.|
| _Left_|Required| **Single**|The position (in points) of the upper-left corner of the AutoShape's bounding box relative to the upper-left corner of the document.|
@@ -35,7 +35,7 @@ Returns a **[Shape](Excel.Shape.md)** object that represents the new AutoShape
| _Width_|Required| **Single**|The width of the AutoShape's bounding box, in points.|
| _Height_|Required| **Single**|The height of the AutoShape's bounding box, in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddSmartArt.md b/api/Excel.Shapes.AddSmartArt.md
index 9ccafc73a59..7e4192b09a3 100644
--- a/api/Excel.Shapes.AddSmartArt.md
+++ b/api/Excel.Shapes.AddSmartArt.md
@@ -27,7 +27,7 @@ Creates a new SmartArt graphic with the specified layout.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Layout_|Required| **[SmartArtLayout](./Office.SmartArtLayout.md)**|An object that represents the layout to use.|
| _Left_|Optional| **Variant**|The distance, in points, from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).|
@@ -35,7 +35,7 @@ Creates a new SmartArt graphic with the specified layout.
| _Width_|Optional| **Variant**|The width, in points, of the object.|
| _Height_|Optional| **Variant**|The width, in points, of the object.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddTextEffect.md b/api/Excel.Shapes.AddTextEffect.md
index 0c7ec3432a7..2ce2eab3341 100644
--- a/api/Excel.Shapes.AddTextEffect.md
+++ b/api/Excel.Shapes.AddTextEffect.md
@@ -27,7 +27,7 @@ Creates a WordArt object. Returns a **[Shape](Excel.Shape.md)** object that rep
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetTextEffect_|Required| **[MsoPresetTextEffect](./Office.MsoPresetTextEffect.md)**|The preset text effect.|
| _Text_|Required| **String**|The text in the WordArt.|
@@ -38,7 +38,7 @@ Creates a WordArt object. Returns a **[Shape](Excel.Shape.md)** object that rep
| _Left_|Required| **Single**|The position (in points) of the upper-left corner of the WordArt's bounding box relative to the upper-left corner of the document.|
| _Top_|Required| **Single**|The position (in points) of the upper-left corner of the WordArt's bounding box relative to the top of the document.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.AddTextbox.md b/api/Excel.Shapes.AddTextbox.md
index a5a0a27ada9..b68ba48f263 100644
--- a/api/Excel.Shapes.AddTextbox.md
+++ b/api/Excel.Shapes.AddTextbox.md
@@ -27,7 +27,7 @@ Creates a text box. Returns a **[Shape](Excel.Shape.md)** object that represent
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Orientation_|Required| **[MsoTextOrientation](./Office.MsoTextOrientation.md)**|The orientation of the textbox.|
| _Left_|Required| **Single**|The position (in points) of the upper-left corner of the text box relative to the upper-left corner of the document.|
@@ -35,7 +35,7 @@ Creates a text box. Returns a **[Shape](Excel.Shape.md)** object that represent
| _Width_|Required| **Single**|The width of the text box, in points.|
| _Height_|Required| **Single**|The height of the text box, in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Shapes.BuildFreeform.md b/api/Excel.Shapes.BuildFreeform.md
index 3b25a57e037..3eb0c67c6dc 100644
--- a/api/Excel.Shapes.BuildFreeform.md
+++ b/api/Excel.Shapes.BuildFreeform.md
@@ -27,13 +27,13 @@ Builds a freeform object. Returns a **[FreeformBuilder](Excel.FreeformBuilder.m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EditingType_|Required| **[MsoEditingType](./Office.MsoEditingType.md)**|The editing property of the first node.|
| _X1_|Required| **Single**|The position (in points) of the first node in the freeform drawing relative to the upper-left corner of the document.|
| _Y1_|Required| **Single**|The position (in points) of the first node in the freeform drawing relative to the upper-left corner of the document.|
-### Return Value
+### Return value
FreeformBuilder
diff --git a/api/Excel.Shapes.Item.md b/api/Excel.Shapes.Item.md
index 542c123e539..a98fc5a64ee 100644
--- a/api/Excel.Shapes.Item.md
+++ b/api/Excel.Shapes.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[Shape](Excel.Shape.md)** object contained by the collection.
diff --git a/api/Excel.Shapes.Range.md b/api/Excel.Shapes.Range.md
index b7c9111344b..20d896e9827 100644
--- a/api/Excel.Shapes.Range.md
+++ b/api/Excel.Shapes.Range.md
@@ -27,7 +27,7 @@ Returns a **[ShapeRange](Excel.ShapeRange.md)** object that represents a subset
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual shapes to be included in the range. Can be an integer that specifies the index number of the shape, a string that specifies the name of the shape, or an array that contains either integers or strings.|
diff --git a/api/Excel.SheetViews.Item.md b/api/Excel.SheetViews.Item.md
index bd97f7a327f..ec0d424a990 100644
--- a/api/Excel.SheetViews.Item.md
+++ b/api/Excel.SheetViews.Item.md
@@ -27,7 +27,7 @@ Returns a **SheetView** object that represents views in a workbook. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Index value of the view.|
diff --git a/api/Excel.Sheets.Add.md b/api/Excel.Sheets.Add.md
index b7944d87c69..b936f252200 100644
--- a/api/Excel.Sheets.Add.md
+++ b/api/Excel.Sheets.Add.md
@@ -27,14 +27,14 @@ Creates a new worksheet, chart, or macro sheet. The new worksheet becomes the ac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|An object that specifies the sheet before which the new sheet is added.|
| _After_|Optional| **Variant**|An object that specifies the sheet after which the new sheet is added.|
| _Count_|Optional| **Variant**|The number of sheets to be added. The default value is one.|
| _Type_|Optional| **Variant**|Specifies the sheet type. Can be one of the following **[XlSheetType](Excel.XlSheetType.md)** constants: **xlWorksheet** , **xlChart** , **xlExcel4MacroSheet** , or **xlExcel4IntlMacroSheet** . If you are inserting a sheet based on an existing template, specify the path to the template. The default value is **xlWorksheet** .|
-### Return Value
+### Return value
An Object value that represents the new worksheet, chart, or macro sheet.
diff --git a/api/Excel.Sheets.Copy.md b/api/Excel.Sheets.Copy.md
index 1f751a3a9bc..7809ba2ecda 100644
--- a/api/Excel.Sheets.Copy.md
+++ b/api/Excel.Sheets.Copy.md
@@ -27,7 +27,7 @@ Copies the sheet to another location in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the copied sheet will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**|The sheet after which the copied sheet will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Sheets.FillAcrossSheets.md b/api/Excel.Sheets.FillAcrossSheets.md
index b1be3d94c3c..aa624a14e77 100644
--- a/api/Excel.Sheets.FillAcrossSheets.md
+++ b/api/Excel.Sheets.FillAcrossSheets.md
@@ -27,7 +27,7 @@ Copies a range to the same area on all other worksheets in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to fill on all the worksheets in the collection. The range must be from a worksheet within the collection.|
| _Type_|Optional| **[XlFillWith](Excel.XlFillWith.md)**|Specifies how to copy the range.|
diff --git a/api/Excel.Sheets.Item.md b/api/Excel.Sheets.Item.md
index 23da04c117a..7a7f4dc8c0f 100644
--- a/api/Excel.Sheets.Item.md
+++ b/api/Excel.Sheets.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Sheets.Move.md b/api/Excel.Sheets.Move.md
index 47b7ff38976..c67bb3bc2b7 100644
--- a/api/Excel.Sheets.Move.md
+++ b/api/Excel.Sheets.Move.md
@@ -27,7 +27,7 @@ Moves the sheet to another location in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the moved sheet will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**| The sheet after which the moved sheet will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Sheets.PrintOut.md b/api/Excel.Sheets.PrintOut.md
index 28b4394b96b..a66686a1ac4 100644
--- a/api/Excel.Sheets.PrintOut.md
+++ b/api/Excel.Sheets.PrintOut.md
@@ -27,7 +27,7 @@ Prints the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional| **Variant**|The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.|
| _To_|Optional| **Variant**|The number of the last page to print. If this argument is omitted, printing ends with the last page.|
@@ -39,7 +39,7 @@ Prints the object.
| _PrToFileName_|Optional| **Variant**|If _PrintToFile_ is set to **True** , this argument specifies the name of the file you want to print to.|
| _IgnorePrintAreas_|Optional| **Variant**| **True** to ignore print areas and print the entire object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Sheets.PrintPreview.md b/api/Excel.Sheets.PrintPreview.md
index 877b6a48ec5..1e2ce213398 100644
--- a/api/Excel.Sheets.PrintPreview.md
+++ b/api/Excel.Sheets.PrintPreview.md
@@ -27,7 +27,7 @@ Shows a preview of the object as it would look when printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EnableChanges_|Optional| **Variant**|Pass a **Boolean** value to specify if the user can change the margins and other page setup options available in print preview.|
diff --git a/api/Excel.Sheets.Select.md b/api/Excel.Sheets.Select.md
index 42c83924ca1..e45856b3bbc 100644
--- a/api/Excel.Sheets.Select.md
+++ b/api/Excel.Sheets.Select.md
@@ -27,7 +27,7 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| (used only with sheets). **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
diff --git a/api/Excel.Slicer.ActiveItem.md b/api/Excel.Slicer.ActiveItem.md
index 3f785985722..9af3a8c6125 100644
--- a/api/Excel.Slicer.ActiveItem.md
+++ b/api/Excel.Slicer.ActiveItem.md
@@ -23,7 +23,7 @@ Returns a **[SlicerItem](Excel.SlicerItem.md)** object that represents the slic
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
**SlicerItem**
diff --git a/api/Excel.Slicer.Caption.md b/api/Excel.Slicer.Caption.md
index da64ca6d0f1..edb04668266 100644
--- a/api/Excel.Slicer.Caption.md
+++ b/api/Excel.Slicer.Caption.md
@@ -23,7 +23,7 @@ Returns or sets the caption of the specified slicer. Read/write.
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.Slicer.ColumnWidth.md b/api/Excel.Slicer.ColumnWidth.md
index 0df6d66223e..3f22587f253 100644
--- a/api/Excel.Slicer.ColumnWidth.md
+++ b/api/Excel.Slicer.ColumnWidth.md
@@ -23,7 +23,7 @@ Returns or sets the width, in points, of each column in the slicer. Read/write
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Slicer.Delete.md b/api/Excel.Slicer.Delete.md
index 5662bad7af0..5720c82f3e0 100644
--- a/api/Excel.Slicer.Delete.md
+++ b/api/Excel.Slicer.Delete.md
@@ -23,7 +23,7 @@ Deletes the slicer and removes it from the associated **[Slicers](Excel.Slicers
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Slicer.DisableMoveResizeUI.md b/api/Excel.Slicer.DisableMoveResizeUI.md
index 943a1c1fa59..b476cb2bf9d 100644
--- a/api/Excel.Slicer.DisableMoveResizeUI.md
+++ b/api/Excel.Slicer.DisableMoveResizeUI.md
@@ -23,7 +23,7 @@ Returns or sets whether the specified slicer can be moved or resized by using th
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Slicer.DisplayHeader.md b/api/Excel.Slicer.DisplayHeader.md
index cfb5ed6f92e..ce891857075 100644
--- a/api/Excel.Slicer.DisplayHeader.md
+++ b/api/Excel.Slicer.DisplayHeader.md
@@ -23,7 +23,7 @@ Returns or sets whether the header that displays the slicer **[Caption](Excel.S
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Slicer.Height.md b/api/Excel.Slicer.Height.md
index 794c363ab0d..3b2946da76f 100644
--- a/api/Excel.Slicer.Height.md
+++ b/api/Excel.Slicer.Height.md
@@ -23,7 +23,7 @@ Returns or sets the height of the specified slicer, in points. Read/write.
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Slicer.Left.md b/api/Excel.Slicer.Left.md
index ff27cc0789d..c653dd25cbe 100644
--- a/api/Excel.Slicer.Left.md
+++ b/api/Excel.Slicer.Left.md
@@ -23,7 +23,7 @@ Returns or sets the horizontal position of the specified slicer, in points, rela
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Slicer.Locked.md b/api/Excel.Slicer.Locked.md
index 3798a6c526f..4d8058c31cb 100644
--- a/api/Excel.Slicer.Locked.md
+++ b/api/Excel.Slicer.Locked.md
@@ -23,7 +23,7 @@ Returns or sets whether the specified slicer can be modified when the sheet that
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Slicer.Name.md b/api/Excel.Slicer.Name.md
index cb7c3108533..1fbd5ea2cdf 100644
--- a/api/Excel.Slicer.Name.md
+++ b/api/Excel.Slicer.Name.md
@@ -23,7 +23,7 @@ Returns or sets the name of the specified slicer. Read/write.
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.Slicer.NumberOfColumns.md b/api/Excel.Slicer.NumberOfColumns.md
index 2475800dd0c..23b9952a8b8 100644
--- a/api/Excel.Slicer.NumberOfColumns.md
+++ b/api/Excel.Slicer.NumberOfColumns.md
@@ -23,7 +23,7 @@ Returns or sets the number of columns in the specified slicer. Read/write.
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Slicer.RowHeight.md b/api/Excel.Slicer.RowHeight.md
index 5a22c6a9172..175185869c5 100644
--- a/api/Excel.Slicer.RowHeight.md
+++ b/api/Excel.Slicer.RowHeight.md
@@ -23,7 +23,7 @@ Returns or sets the height, in points, of each row in the specified slicer. Read
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Slicer.Shape.md b/api/Excel.Slicer.Shape.md
index 4be405dfb1f..bd308bbbc1c 100644
--- a/api/Excel.Slicer.Shape.md
+++ b/api/Excel.Slicer.Shape.md
@@ -23,7 +23,7 @@ Returns the **[Shape](Excel.Shape.md)** object associated with the specified sl
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.Slicer.SlicerCache.md b/api/Excel.Slicer.SlicerCache.md
index c416b3865fa..031f06c262a 100644
--- a/api/Excel.Slicer.SlicerCache.md
+++ b/api/Excel.Slicer.SlicerCache.md
@@ -23,7 +23,7 @@ Returns the **[SlicerCache](Excel.SlicerCache.md)** object associated with the
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
SlicerCache
diff --git a/api/Excel.Slicer.SlicerCacheLevel.md b/api/Excel.Slicer.SlicerCacheLevel.md
index 227b5ee92f3..013291680b4 100644
--- a/api/Excel.Slicer.SlicerCacheLevel.md
+++ b/api/Excel.Slicer.SlicerCacheLevel.md
@@ -23,7 +23,7 @@ Returns the **[SlicerCacheLevel](Excel.SlicerCacheLevel.md)** object associated
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
SlicerCacheLevel
diff --git a/api/Excel.Slicer.Style.md b/api/Excel.Slicer.Style.md
index 09101afe304..a23e849d055 100644
--- a/api/Excel.Slicer.Style.md
+++ b/api/Excel.Slicer.Style.md
@@ -23,7 +23,7 @@ Returns or sets the style currently applied to the specified slicer. Read/write.
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Slicer.Top.md b/api/Excel.Slicer.Top.md
index 40be9484eb2..9f2fb1571ee 100644
--- a/api/Excel.Slicer.Top.md
+++ b/api/Excel.Slicer.Top.md
@@ -23,7 +23,7 @@ Returns or sets the vertical position of the specified slicer, in points, relati
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Slicer.Width.md b/api/Excel.Slicer.Width.md
index 6e722696619..682a7114e36 100644
--- a/api/Excel.Slicer.Width.md
+++ b/api/Excel.Slicer.Width.md
@@ -23,7 +23,7 @@ Returns or sets the width of the specified slicer, in points. Read/write.
_expression_ A variable that represents a '[Slicer](Excel.Slicer.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.SlicerCache.CrossFilterType.md b/api/Excel.SlicerCache.CrossFilterType.md
index e95fd2ec0e6..74e52b74619 100644
--- a/api/Excel.SlicerCache.CrossFilterType.md
+++ b/api/Excel.SlicerCache.CrossFilterType.md
@@ -23,7 +23,7 @@ Returns or sets whether a slicer is participating in cross filtering with other
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**[XlSlicerCrossFilterType](Excel.XlSlicerCrossFilterType.md)**
diff --git a/api/Excel.SlicerCache.Name.md b/api/Excel.SlicerCache.Name.md
index b35f32c77f2..7980ea3d8ac 100644
--- a/api/Excel.SlicerCache.Name.md
+++ b/api/Excel.SlicerCache.Name.md
@@ -23,7 +23,7 @@ Returns or sets the name of the slicer cache.
_expression_ A variable that returns a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.SlicerCache.OLAP.md b/api/Excel.SlicerCache.OLAP.md
index 89792a56052..201feabdb74 100644
--- a/api/Excel.SlicerCache.OLAP.md
+++ b/api/Excel.SlicerCache.OLAP.md
@@ -23,7 +23,7 @@ Returns whether the slicer associated with the specified slicer cache is based o
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.SlicerCache.PivotTables.md b/api/Excel.SlicerCache.PivotTables.md
index c0a6b2302e1..f72cb2e9ff8 100644
--- a/api/Excel.SlicerCache.PivotTables.md
+++ b/api/Excel.SlicerCache.PivotTables.md
@@ -23,7 +23,7 @@ Returns a **[SlicerPivotTables](Excel.SlicerPivotTables.md)** collection that c
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**PivotTables**
diff --git a/api/Excel.SlicerCache.ShowAllItems.md b/api/Excel.SlicerCache.ShowAllItems.md
index 845e62b4c00..afe91f9d6bd 100644
--- a/api/Excel.SlicerCache.ShowAllItems.md
+++ b/api/Excel.SlicerCache.ShowAllItems.md
@@ -23,7 +23,7 @@ Returns or sets whether slicers connected to the specified slicer cache display
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.SlicerCache.SlicerItems.md b/api/Excel.SlicerCache.SlicerItems.md
index 1053a75381a..0602f9df160 100644
--- a/api/Excel.SlicerCache.SlicerItems.md
+++ b/api/Excel.SlicerCache.SlicerItems.md
@@ -23,7 +23,7 @@ Returns a **[SlicerItems](Excel.SlicerItems.md)** collection that contains the
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**SlicerItems**
diff --git a/api/Excel.SlicerCache.Slicers.md b/api/Excel.SlicerCache.Slicers.md
index deb53bd1fa1..7e3b3f5a99c 100644
--- a/api/Excel.SlicerCache.Slicers.md
+++ b/api/Excel.SlicerCache.Slicers.md
@@ -23,7 +23,7 @@ Returns a **[Slicers](Excel.Slicers.md)** collection that contains the collecti
_expression_ A variable that represents a [SlicerCache](./Excel.SlicerCache.md) object.
-### Return Value
+### Return value
**Slicers**
diff --git a/api/Excel.SlicerCache.SortItems.md b/api/Excel.SlicerCache.SortItems.md
index a30920e4e05..296cc8c41cf 100644
--- a/api/Excel.SlicerCache.SortItems.md
+++ b/api/Excel.SlicerCache.SortItems.md
@@ -23,7 +23,7 @@ Returns or sets the sort order of the items in the slicer. Read/write **[XlSlic
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**[XlSlicerSort](Excel.XlSlicerSort.md)**
diff --git a/api/Excel.SlicerCache.SourceName.md b/api/Excel.SlicerCache.SourceName.md
index 02841699d6b..f641dd854e9 100644
--- a/api/Excel.SlicerCache.SourceName.md
+++ b/api/Excel.SlicerCache.SourceName.md
@@ -23,7 +23,7 @@ Returns the name of the data source the slicer is connected to. Read-only
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.SlicerCache.SourceType.md b/api/Excel.SlicerCache.SourceType.md
index fe94648d119..0924f26e5a6 100644
--- a/api/Excel.SlicerCache.SourceType.md
+++ b/api/Excel.SlicerCache.SourceType.md
@@ -23,7 +23,7 @@ Returns the kind of data source the slicer is connected to. Read-only
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**[XlPivotTableSourceType](Excel.XlPivotTableSourceType.md)**
diff --git a/api/Excel.SlicerCache.VisibleSlicerItems.md b/api/Excel.SlicerCache.VisibleSlicerItems.md
index 0bfc901997b..3e3daca127f 100644
--- a/api/Excel.SlicerCache.VisibleSlicerItems.md
+++ b/api/Excel.SlicerCache.VisibleSlicerItems.md
@@ -23,7 +23,7 @@ Returns a **[SlicerItems](Excel.SlicerItems.md)** collection that contains the
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**SlicerItems**
diff --git a/api/Excel.SlicerCache.VisibleSlicerItemsList.md b/api/Excel.SlicerCache.VisibleSlicerItemsList.md
index 19b81f6e3a5..bd47581e6a2 100644
--- a/api/Excel.SlicerCache.VisibleSlicerItemsList.md
+++ b/api/Excel.SlicerCache.VisibleSlicerItemsList.md
@@ -23,7 +23,7 @@ Returns or sets the list of MDX unique names for members at all levels of the hi
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**Variant**
diff --git a/api/Excel.SlicerCache.WorkbookConnection.md b/api/Excel.SlicerCache.WorkbookConnection.md
index 1beb1cf43a6..a4fd0b95b7a 100644
--- a/api/Excel.SlicerCache.WorkbookConnection.md
+++ b/api/Excel.SlicerCache.WorkbookConnection.md
@@ -23,7 +23,7 @@ Gets or sets the **[WorkbookConnection](Excel.WorkbookConnection.md)** object t
_expression_ A variable that represents a '[SlicerCache](Excel.SlicerCache.md)' object.
-### Return Value
+### Return value
**WorkbookConnection**
diff --git a/api/Excel.SlicerCacheLevel.Count.md b/api/Excel.SlicerCacheLevel.Count.md
index cca260ca029..c2a7bc7330e 100644
--- a/api/Excel.SlicerCacheLevel.Count.md
+++ b/api/Excel.SlicerCacheLevel.Count.md
@@ -23,7 +23,7 @@ Returns the number of **[SlicerItem](Excel.SlicerItem.md)** objects in the spec
_expression_ A variable that returns a '[SlicerCacheLevel](Excel.SlicerCacheLevel.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.SlicerCacheLevel.CrossFilterType.md b/api/Excel.SlicerCacheLevel.CrossFilterType.md
index 48db96311a1..d252aa87281 100644
--- a/api/Excel.SlicerCacheLevel.CrossFilterType.md
+++ b/api/Excel.SlicerCacheLevel.CrossFilterType.md
@@ -23,7 +23,7 @@ Returns or sets whether a slicer is participating in cross filtering with other
_expression_ A variable that represents a '[SlicerCacheLevel](Excel.SlicerCacheLevel.md)' object.
-### Return Value
+### Return value
**[XlSlicerCrossFilterType](Excel.XlSlicerCrossFilterType.md)**
diff --git a/api/Excel.SlicerCacheLevel.Name.md b/api/Excel.SlicerCacheLevel.Name.md
index 9c81fb61f94..b057f6c61bd 100644
--- a/api/Excel.SlicerCacheLevel.Name.md
+++ b/api/Excel.SlicerCacheLevel.Name.md
@@ -23,7 +23,7 @@ Returns the MDX unique name of OLAP hierarchy level represented by the object.
_expression_ A variable that returns a '[SlicerCacheLevel](Excel.SlicerCacheLevel.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.SlicerCacheLevel.Ordinal.md b/api/Excel.SlicerCacheLevel.Ordinal.md
index 5e73c2ce8c4..2c51bb36741 100644
--- a/api/Excel.SlicerCacheLevel.Ordinal.md
+++ b/api/Excel.SlicerCacheLevel.Ordinal.md
@@ -23,7 +23,7 @@ Returns the one-based ordinal value of the hierarchy level represented by the sp
_expression_ A variable that represents a [SlicerCacheLevel](./Excel.SlicerCacheLevel.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.SlicerCacheLevel.SlicerItems.md b/api/Excel.SlicerCacheLevel.SlicerItems.md
index 9bb225d6d81..519e72900f1 100644
--- a/api/Excel.SlicerCacheLevel.SlicerItems.md
+++ b/api/Excel.SlicerCacheLevel.SlicerItems.md
@@ -23,7 +23,7 @@ Returns a **[SlicerItems](Excel.SlicerItems.md)** collection that contains the
_expression_ A variable that represents a '[SlicerCacheLevel](Excel.SlicerCacheLevel.md)' object.
-### Return Value
+### Return value
**SlicerItems**
diff --git a/api/Excel.SlicerCacheLevel.SortItems.md b/api/Excel.SlicerCacheLevel.SortItems.md
index 6a32b79f787..f07bca7cab5 100644
--- a/api/Excel.SlicerCacheLevel.SortItems.md
+++ b/api/Excel.SlicerCacheLevel.SortItems.md
@@ -23,7 +23,7 @@ Returns or sets the sort order of the items in the slicer. Read/write.
_expression_ A variable that represents a '[SlicerCacheLevel](Excel.SlicerCacheLevel.md)' object.
-### Return Value
+### Return value
**[XlSlicerSort](Excel.XlSlicerSort.md)**
diff --git a/api/Excel.SlicerCacheLevel.VisibleSlicerItemsList.md b/api/Excel.SlicerCacheLevel.VisibleSlicerItemsList.md
index 1070b1d2600..2c3e52280be 100644
--- a/api/Excel.SlicerCacheLevel.VisibleSlicerItemsList.md
+++ b/api/Excel.SlicerCacheLevel.VisibleSlicerItemsList.md
@@ -23,7 +23,7 @@ Returns the list of slicer items that are currently included in the slicer filte
_expression_ A variable that represents a '[SlicerCacheLevel](Excel.SlicerCacheLevel.md)' object.
-### Return Value
+### Return value
**Variant**
diff --git a/api/Excel.SlicerCacheLevels.Count.md b/api/Excel.SlicerCacheLevels.Count.md
index 6842f0c42e5..eadc40268e3 100644
--- a/api/Excel.SlicerCacheLevels.Count.md
+++ b/api/Excel.SlicerCacheLevels.Count.md
@@ -23,7 +23,7 @@ Returns the number of levels in the specified **[SlicerCacheLevels](Excel.Slice
_expression_ A variable that returns a [SlicerCacheLevels](./Excel.SlicerCacheLevels.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.SlicerCacheLevels.Item.md b/api/Excel.SlicerCacheLevels.Item.md
index 361d9e73cd8..1930ff69efd 100644
--- a/api/Excel.SlicerCacheLevels.Item.md
+++ b/api/Excel.SlicerCacheLevels.Item.md
@@ -27,7 +27,7 @@ Returns the specified **[SlicerCacheLevel](Excel.SlicerCacheLevel.md)** object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Level_|Optional| **Variant**|The MDX unique name of the level or index number of the object.|
diff --git a/api/Excel.SlicerCaches.Add.md b/api/Excel.SlicerCaches.Add.md
index 02eb96d7115..6c543e41fb3 100644
--- a/api/Excel.SlicerCaches.Add.md
+++ b/api/Excel.SlicerCaches.Add.md
@@ -27,14 +27,14 @@ Adds a new **[SlicerCache](Excel.SlicerCache.md)** object to the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **Variant**|The data source that the new **SlicerCache** will be based on. The argument passed to the _Source_ parameter can be a **[WorkbookConnection](Excel.WorkbookConnection.md)** object, a **[PivotTable](Excel.PivotTable.md)** object, or a string. If a **PivotTable** object is passed, the associated **[PivotCache](Excel.PivotCache.md)** object is used as the data source. If a string is passed, it is interpreted as the name of a **WorkbookConnection** object, and if no such **WorkbookConnection** object exists, a run-time error is generated.|
| _SourceField_|Required| **Variant**|The name of the field in the data source to filter by. For non-OLAP data sources, use the **[PivotField](Excel.PivotField.md)** object from the **PivotCache** object that the slicer is based on, or the unique name of that object (the value of the **PivotField** . **[Name](Excel.PivotField.Name.md)** property). For OLAP data sources, use the MDX unique name of the hierarchy that the **SlicerCache** is based on. You can also specify a level of the OLAP hierarchy, and Excel will use the corresponding hierarchy.|
| _Name_|Optional| **Variant**|The name Excel uses to reference the slicer cache (the value of the **SlicerCache** . **[Name](Excel.SlicerCache.Name.md)** property). If omitted, Excel will generate a name. By default, Excel concatenates "Slicer_" with the value of the **PivotField** . **[Caption](Excel.PivotField.Caption.md)** property for slicers with non-OLAP data sources, or with the value of the **CubeField** . **[Caption](Excel.CubeField.Caption.md)** property for slicers with OLAP data sources. (Replacing any spaces with "_".) If required to make the name unique in the workbook namespace, Excel adds an integer to the end of the generated name. If you specify a name that already exists in the workbook namespace, the **Add** method will fail.|
| _SlicerCacheType_|Optional|[XlSlicerCacheType](Excel.xlslicercachetype.md)|Designates the type of slicer or slicer cache.|
-### Return Value
+### Return value
SlicerCache
diff --git a/api/Excel.SlicerCaches.Application.md b/api/Excel.SlicerCaches.Application.md
index 59b09455455..e2a6cfbb9e4 100644
--- a/api/Excel.SlicerCaches.Application.md
+++ b/api/Excel.SlicerCaches.Application.md
@@ -23,7 +23,7 @@ When used without an object qualifier, this property returns an **[Application]
_expression_ A variable that represents a '[SlicerCaches](Excel.SlicerCaches.md)' collection.
-### Return Value
+### Return value
**Application**
diff --git a/api/Excel.SlicerCaches.Count.md b/api/Excel.SlicerCaches.Count.md
index 639d982ced4..20442ab1023 100644
--- a/api/Excel.SlicerCaches.Count.md
+++ b/api/Excel.SlicerCaches.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the collection.
_expression_ A variable that returns a '[SlicerCaches](Excel.SlicerCaches.md)' collection.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.SlicerCaches.Creator.md b/api/Excel.SlicerCaches.Creator.md
index d7aa81f218e..c85cd2f2c2c 100644
--- a/api/Excel.SlicerCaches.Creator.md
+++ b/api/Excel.SlicerCaches.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ A variable that represents a '[SlicerCaches](Excel.SlicerCaches.md)' collection.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.SlicerCaches.Item.md b/api/Excel.SlicerCaches.Item.md
index 220493ddcf2..61c872e2d42 100644
--- a/api/Excel.SlicerCaches.Item.md
+++ b/api/Excel.SlicerCaches.Item.md
@@ -27,11 +27,11 @@ Returns a single **[SlicerCache](Excel.SlicerCache.md)** object from the collec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
-### Return Value
+### Return value
**SlicerCache**
diff --git a/api/Excel.SlicerCaches.Parent.md b/api/Excel.SlicerCaches.Parent.md
index 584f3c40dd9..07ef7e2e6a7 100644
--- a/api/Excel.SlicerCaches.Parent.md
+++ b/api/Excel.SlicerCaches.Parent.md
@@ -23,7 +23,7 @@ Returns the parent **[Workbook](Excel.Workbook.md)** object for the collection.
_expression_ A variable that represents a '[SlicerCaches](Excel.SlicerCaches.md)' collection.
-### Return Value
+### Return value
**Workbook**
diff --git a/api/Excel.SlicerItem.Caption.md b/api/Excel.SlicerItem.Caption.md
index 766c0e940b8..934755a6fbc 100644
--- a/api/Excel.SlicerItem.Caption.md
+++ b/api/Excel.SlicerItem.Caption.md
@@ -23,7 +23,7 @@ Returns the label text for the slicer item. Read-only.
_expression_ A variable that represents a '[SlicerItem](Excel.SlicerItem.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.SlicerItem.HasData.md b/api/Excel.SlicerItem.HasData.md
index fa826c72576..663609bbdd2 100644
--- a/api/Excel.SlicerItem.HasData.md
+++ b/api/Excel.SlicerItem.HasData.md
@@ -23,7 +23,7 @@ Returns whether the slicer item contains data that matches the current manual fi
_expression_ A variable that represents a '[SlicerItem](Excel.SlicerItem.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.SlicerItem.Name.md b/api/Excel.SlicerItem.Name.md
index 9826a72222b..fce96277aab 100644
--- a/api/Excel.SlicerItem.Name.md
+++ b/api/Excel.SlicerItem.Name.md
@@ -23,7 +23,7 @@ Returns the name of the slicer item. Read-only.
_expression_ A variable that represents a '[SlicerItem](Excel.SlicerItem.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.SlicerItem.Parent.md b/api/Excel.SlicerItem.Parent.md
index f3c192ff2fd..4a0dd130ea3 100644
--- a/api/Excel.SlicerItem.Parent.md
+++ b/api/Excel.SlicerItem.Parent.md
@@ -23,7 +23,7 @@ Returns the parent **[SlicerCache](Excel.SlicerCache.md)** object for the slice
_expression_ A variable that represents a '[SlicerItem](Excel.SlicerItem.md)' object.
-### Return Value
+### Return value
SlicerCache
diff --git a/api/Excel.SlicerItem.Selected.md b/api/Excel.SlicerItem.Selected.md
index ccc765ec3a3..1832076d0f4 100644
--- a/api/Excel.SlicerItem.Selected.md
+++ b/api/Excel.SlicerItem.Selected.md
@@ -23,7 +23,7 @@ Returns or sets whether the slicer item is selected. Read/write for slicers conn
_expression_ A variable that represents a '[SlicerItem](Excel.SlicerItem.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.SlicerItem.SourceName.md b/api/Excel.SlicerItem.SourceName.md
index 9038241860c..ebaad1495f6 100644
--- a/api/Excel.SlicerItem.SourceName.md
+++ b/api/Excel.SlicerItem.SourceName.md
@@ -23,7 +23,7 @@ Returns the source name of the slicer item. Read-only.
_expression_ A variable that represents a '[SlicerItem](Excel.SlicerItem.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.SlicerItem.SourceNameStandard.md b/api/Excel.SlicerItem.SourceNameStandard.md
index 4ef3f58d15d..e18005eac6f 100644
--- a/api/Excel.SlicerItem.SourceNameStandard.md
+++ b/api/Excel.SlicerItem.SourceNameStandard.md
@@ -23,7 +23,7 @@ Returns the slicer item's source name in standard English (United States) format
_expression_ A variable that represents a '[SlicerItem](Excel.SlicerItem.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.SlicerItem.Value.md b/api/Excel.SlicerItem.Value.md
index fe066f49111..aafd29d126a 100644
--- a/api/Excel.SlicerItem.Value.md
+++ b/api/Excel.SlicerItem.Value.md
@@ -23,7 +23,7 @@ Returns the value of the slicer item. Read-only.
_expression_ A variable that represents a '[SlicerItem](Excel.SlicerItem.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.SlicerItems.Count.md b/api/Excel.SlicerItems.Count.md
index 9867c2c6e8b..d852e8bb258 100644
--- a/api/Excel.SlicerItems.Count.md
+++ b/api/Excel.SlicerItems.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the collection. Read-only.
_expression_ A variable that represents a '[SlicerItems](Excel.SlicerItems.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.SlicerItems.Creator.md b/api/Excel.SlicerItems.Creator.md
index 2701f4e8512..6a5cce23b70 100644
--- a/api/Excel.SlicerItems.Creator.md
+++ b/api/Excel.SlicerItems.Creator.md
@@ -23,7 +23,7 @@ Returns a 32-bit integer that indicates the application in which this object was
_expression_ A variable that represents a '[SlicerItems](Excel.SlicerItems.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.SlicerItems.Item.md b/api/Excel.SlicerItems.Item.md
index c61be7e221f..60aff4905f5 100644
--- a/api/Excel.SlicerItems.Item.md
+++ b/api/Excel.SlicerItems.Item.md
@@ -27,11 +27,11 @@ Returns a **[SlicerItem](Excel.SlicerItem.md)** object from a collection. Read-
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the **SlicerItem** object.|
-### Return Value
+### Return value
SlicerItem
diff --git a/api/Excel.SlicerItems.Parent.md b/api/Excel.SlicerItems.Parent.md
index 97a3d3bc9e1..ed4c8018c6c 100644
--- a/api/Excel.SlicerItems.Parent.md
+++ b/api/Excel.SlicerItems.Parent.md
@@ -23,7 +23,7 @@ Returns the parent **[SlicerCache](Excel.SlicerCache.md)** object for the speci
_expression_ A variable that represents a '[SlicerItems](Excel.SlicerItems.md)' object.
-### Return Value
+### Return value
SlicerCache
diff --git a/api/Excel.SlicerPivotTables.AddPivotTable.md b/api/Excel.SlicerPivotTables.AddPivotTable.md
index ba009b6801a..96a5f03c920 100644
--- a/api/Excel.SlicerPivotTables.AddPivotTable.md
+++ b/api/Excel.SlicerPivotTables.AddPivotTable.md
@@ -27,11 +27,11 @@ Adds a reference to a PivotTable to the **[SlicerPivotTables](Excel.SlicerPivot
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PivotTable_|Required| **PivotTable**|A **[PivotTable](Excel.PivotTable.md)** object that represents the PivotTable to add.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.SlicerPivotTables.Count.md b/api/Excel.SlicerPivotTables.Count.md
index e28ebaef8ee..6063f65bb6d 100644
--- a/api/Excel.SlicerPivotTables.Count.md
+++ b/api/Excel.SlicerPivotTables.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the collection.
_expression_ A variable that returns a '[SlicerPivotTables](Excel.SlicerPivotTables.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.SlicerPivotTables.Item.md b/api/Excel.SlicerPivotTables.Item.md
index 7fdfac4ae77..a1e28c03a19 100644
--- a/api/Excel.SlicerPivotTables.Item.md
+++ b/api/Excel.SlicerPivotTables.Item.md
@@ -27,7 +27,7 @@ Returns a single **[PivotTable](Excel.PivotTable.md)** object from the collecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.SlicerPivotTables.RemovePivotTable.md b/api/Excel.SlicerPivotTables.RemovePivotTable.md
index d0b8670ba73..b57ea19cd6a 100644
--- a/api/Excel.SlicerPivotTables.RemovePivotTable.md
+++ b/api/Excel.SlicerPivotTables.RemovePivotTable.md
@@ -27,11 +27,11 @@ Removes a reference to a PivotTable from the **[SlicerPivotTables](Excel.Slicer
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PivotTable_|Required| **Variant**|A **[PivotTable](Excel.PivotTable.md)** object that represents the PivotTable to remove, or the name or index of the PivotTable in the collection.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Slicers.Add.md b/api/Excel.Slicers.Add.md
index b5aa4187967..3cfc5d8b5b5 100644
--- a/api/Excel.Slicers.Add.md
+++ b/api/Excel.Slicers.Add.md
@@ -27,7 +27,7 @@ Creates a new slicer and returns a **[Slicer](Excel.Slicer.md)** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SlicerDestination_|Required| **Variant**|A **String** that specifies the name of the sheet, or a **Worksheet** object that represents the sheet, where the resulting slicer will be placed. The destination sheet must be in the workbook that contains the **Slicers** object specified by expression.|
| _Level_|Optional| **Variant**|For OLAP data sources, the ordinal or the Multidimensional Expression (MDX) name of the level on which the slicer creation is based. Not supported for non-OLAP data sources. |
@@ -38,7 +38,7 @@ Creates a new slicer and returns a **[Slicer](Excel.Slicer.md)** object.
| _Width_|Optional| **Variant**|The initial width, in points, of the slicer control.|
| _Height_|Optional| **Variant**|The initial height, in points, of the slicer control.|
-### Return Value
+### Return value
Slicer
diff --git a/api/Excel.Slicers.Count.md b/api/Excel.Slicers.Count.md
index 58c7357caea..bdb0e80f07a 100644
--- a/api/Excel.Slicers.Count.md
+++ b/api/Excel.Slicers.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the collection.
_expression_ A variable that represents a '[Slicers](Excel.Slicers.md)' collection.
-### Return Value
+### Return value
**Long**
diff --git a/api/Excel.Slicers.Item.md b/api/Excel.Slicers.Item.md
index 385bad7c7cf..fd7127b638d 100644
--- a/api/Excel.Slicers.Item.md
+++ b/api/Excel.Slicers.Item.md
@@ -27,7 +27,7 @@ Returns a **[Slicer](Excel.Slicer.md)** object from the collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the **Slicer** object.|
diff --git a/api/Excel.Sort.SetRange.md b/api/Excel.Sort.SetRange.md
index c52ad2af199..0923d5710d4 100644
--- a/api/Excel.Sort.SetRange.md
+++ b/api/Excel.Sort.SetRange.md
@@ -27,7 +27,7 @@ Sets the range over which the sort occurs.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Rng_|Required| **Range**|Specifies the range over which the sort represented by the **Sort** object occurs.|
diff --git a/api/Excel.SortField.ModifyKey.md b/api/Excel.SortField.ModifyKey.md
index 368b33a6d0a..86a91bf0071 100644
--- a/api/Excel.SortField.ModifyKey.md
+++ b/api/Excel.SortField.ModifyKey.md
@@ -27,7 +27,7 @@ Modify the key value by which values are sorted in the field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Key_|Required| **Range**|Specifies the key to be modified.|
diff --git a/api/Excel.SortField.SetIcon.md b/api/Excel.SortField.SetIcon.md
index 8a155a72d27..df071dfba99 100644
--- a/api/Excel.SortField.SetIcon.md
+++ b/api/Excel.SortField.SetIcon.md
@@ -27,7 +27,7 @@ Sets an icon for a **SortField** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Icon_|Required| **Icon**|The icon to be set.|
diff --git a/api/Excel.SortFields.Item.md b/api/Excel.SortFields.Item.md
index 9037e05747e..af84aebe10a 100644
--- a/api/Excel.SortFields.Item.md
+++ b/api/Excel.SortFields.Item.md
@@ -27,7 +27,7 @@ Returns a **SortField** object that represents a collection of items that can b
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Index value of the SortField.|
diff --git a/api/Excel.SparkAxes.Horizontal.md b/api/Excel.SparkAxes.Horizontal.md
index 35bc9efba06..d88c132ec5f 100644
--- a/api/Excel.SparkAxes.Horizontal.md
+++ b/api/Excel.SparkAxes.Horizontal.md
@@ -23,7 +23,7 @@ Returns the **[SparkHorizontalAxis](Excel.SparkHorizontalAxis.md)** object for
_expression_ A variable that represents a [SparkAxes](./Excel.SparkAxes.md) object.
-### Return Value
+### Return value
**SparkHorizontalAxis**
diff --git a/api/Excel.SparkAxes.Parent.md b/api/Excel.SparkAxes.Parent.md
index 650c399ba72..01b58832f01 100644
--- a/api/Excel.SparkAxes.Parent.md
+++ b/api/Excel.SparkAxes.Parent.md
@@ -23,7 +23,7 @@ Returns the parent **[SparklineGroup](Excel.SparklineGroup.md)** object for the
_expression_ A variable that represents a [SparkAxes](./Excel.SparkAxes.md) object.
-### Return Value
+### Return value
**SparklineGroup**
diff --git a/api/Excel.SparkAxes.Vertical.md b/api/Excel.SparkAxes.Vertical.md
index f675c3de5cb..4b50a9f97d7 100644
--- a/api/Excel.SparkAxes.Vertical.md
+++ b/api/Excel.SparkAxes.Vertical.md
@@ -23,7 +23,7 @@ Returns the **[SparkVerticalAxis](Excel.SparkVerticalAxis.md)** object for the
_expression_ A variable that represents a [SparkAxes](./Excel.SparkAxes.md) object.
-### Return Value
+### Return value
**SparkVerticalAxis**
diff --git a/api/Excel.SparkColor.Color.md b/api/Excel.SparkColor.Color.md
index 4cddfe3fa6c..ecdfc279f4f 100644
--- a/api/Excel.SparkColor.Color.md
+++ b/api/Excel.SparkColor.Color.md
@@ -23,7 +23,7 @@ Returns a **[FormatColor](Excel.FormatColor.md)** object that you can use to se
_expression_ A variable that represents a '[SparkColor](Excel.SparkColor.md)' object.
-### Return Value
+### Return value
**FormatColor**
diff --git a/api/Excel.SparkColor.Visible.md b/api/Excel.SparkColor.Visible.md
index fc93e8e4917..a85df9c9695 100644
--- a/api/Excel.SparkColor.Visible.md
+++ b/api/Excel.SparkColor.Visible.md
@@ -23,7 +23,7 @@ Returns of sets whether the point is visible. Read/write
_expression_ A variable that represents a '[SparkColor](Excel.SparkColor.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.SparkHorizontalAxis.IsDateAxis.md b/api/Excel.SparkHorizontalAxis.IsDateAxis.md
index a82c29528d7..b3dc994fd3f 100644
--- a/api/Excel.SparkHorizontalAxis.IsDateAxis.md
+++ b/api/Excel.SparkHorizontalAxis.IsDateAxis.md
@@ -23,7 +23,7 @@ Returns whether the horizontal axis of the sparkline is based on date values. Re
_expression_ A variable that represents a '[SparkHorizontalAxis](Excel.SparkHorizontalAxis.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.SparkHorizontalAxis.RightToLeftPlotOrder.md b/api/Excel.SparkHorizontalAxis.RightToLeftPlotOrder.md
index 4a6bff1de40..f36bc6d65c7 100644
--- a/api/Excel.SparkHorizontalAxis.RightToLeftPlotOrder.md
+++ b/api/Excel.SparkHorizontalAxis.RightToLeftPlotOrder.md
@@ -23,7 +23,7 @@ Returns or sets whether the points on the horizontal axis are plotted in right-t
_expression_ A variable that represents a '[SparkHorizontalAxis](Excel.SparkHorizontalAxis.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.SparkPoints.Firstpoint.md b/api/Excel.SparkPoints.Firstpoint.md
index 8f97ce31fb9..1bd7b7a040a 100644
--- a/api/Excel.SparkPoints.Firstpoint.md
+++ b/api/Excel.SparkPoints.Firstpoint.md
@@ -23,7 +23,7 @@ Returns a **[SparkColor](Excel.SparkColor.md)** object that represents the colo
_expression_ A variable that represents a '[SparkPoints](Excel.SparkPoints.md)' object.
-### Return Value
+### Return value
**SparkColor**
diff --git a/api/Excel.SparkPoints.Highpoint.md b/api/Excel.SparkPoints.Highpoint.md
index 2bf0f24c23a..7de043f8ae9 100644
--- a/api/Excel.SparkPoints.Highpoint.md
+++ b/api/Excel.SparkPoints.Highpoint.md
@@ -23,7 +23,7 @@ Returns a **[SparkColor](Excel.SparkColor.md)** object that represents the colo
_expression_ A variable that represents a '[SparkPoints](Excel.SparkPoints.md)' object.
-### Return Value
+### Return value
**SparkColor**
diff --git a/api/Excel.SparkPoints.Lastpoint.md b/api/Excel.SparkPoints.Lastpoint.md
index 18ff8a8d2e9..acc0f23b0e4 100644
--- a/api/Excel.SparkPoints.Lastpoint.md
+++ b/api/Excel.SparkPoints.Lastpoint.md
@@ -23,7 +23,7 @@ Returns a **[SparkColor](Excel.SparkColor.md)** object that represents the colo
_expression_ A variable that represents a '[SparkPoints](Excel.SparkPoints.md)' object.
-### Return Value
+### Return value
**SparkColor**
diff --git a/api/Excel.SparkPoints.Lowpoint.md b/api/Excel.SparkPoints.Lowpoint.md
index 7f23d2eafb9..764485e4a79 100644
--- a/api/Excel.SparkPoints.Lowpoint.md
+++ b/api/Excel.SparkPoints.Lowpoint.md
@@ -23,7 +23,7 @@ Returns a **[SparkColor](Excel.SparkColor.md)** object that represents the colo
_expression_ A variable that represents a '[SparkPoints](Excel.SparkPoints.md)' object.
-### Return Value
+### Return value
**SparkColor**
diff --git a/api/Excel.SparkPoints.Markers.md b/api/Excel.SparkPoints.Markers.md
index aa439df85b5..619fc43c421 100644
--- a/api/Excel.SparkPoints.Markers.md
+++ b/api/Excel.SparkPoints.Markers.md
@@ -23,7 +23,7 @@ Returns a **[SparkColor](Excel.SparkColor.md)** object that represents the colo
_expression_ A variable that represents a '[SparkPoints](Excel.SparkPoints.md)' object.
-### Return Value
+### Return value
**SparkColor**
diff --git a/api/Excel.SparkPoints.Negative.md b/api/Excel.SparkPoints.Negative.md
index 58e6114fcc7..e68f58eadfc 100644
--- a/api/Excel.SparkPoints.Negative.md
+++ b/api/Excel.SparkPoints.Negative.md
@@ -23,7 +23,7 @@ Returns a **[SparkColor](Excel.SparkColor.md)** object that represents the colo
_expression_ A variable that represents a '[SparkPoints](Excel.SparkPoints.md)' object.
-### Return Value
+### Return value
**SparkColor**
diff --git a/api/Excel.SparkVerticalAxis.CustomMaxScaleValue.md b/api/Excel.SparkVerticalAxis.CustomMaxScaleValue.md
index e1b3de7f68d..a33340abf6b 100644
--- a/api/Excel.SparkVerticalAxis.CustomMaxScaleValue.md
+++ b/api/Excel.SparkVerticalAxis.CustomMaxScaleValue.md
@@ -23,7 +23,7 @@ Returns or sets the custom maximum value for the vertical axis of a sparkline. R
_expression_ A variable that represents a '[SparkVerticalAxis](Excel.SparkVerticalAxis.md)' object.
-### Return Value
+### Return value
**Variant**
diff --git a/api/Excel.SparkVerticalAxis.CustomMinScaleValue.md b/api/Excel.SparkVerticalAxis.CustomMinScaleValue.md
index 1cb5663630f..6137d74f6f9 100644
--- a/api/Excel.SparkVerticalAxis.CustomMinScaleValue.md
+++ b/api/Excel.SparkVerticalAxis.CustomMinScaleValue.md
@@ -23,7 +23,7 @@ Returns or sets the custom minimum value for the vertical axis of a sparkline. R
_expression_ A variable that represents a '[SparkVerticalAxis](Excel.SparkVerticalAxis.md)' object.
-### Return Value
+### Return value
**Variant**
diff --git a/api/Excel.SparkVerticalAxis.MaxScaleType.md b/api/Excel.SparkVerticalAxis.MaxScaleType.md
index bf0a817410d..c14e3786824 100644
--- a/api/Excel.SparkVerticalAxis.MaxScaleType.md
+++ b/api/Excel.SparkVerticalAxis.MaxScaleType.md
@@ -23,7 +23,7 @@ Returns or sets how the maximum value of the vertical axis of the sparkline is s
_expression_ A variable that represents a '[SparkVerticalAxis](Excel.SparkVerticalAxis.md)' object.
-### Return Value
+### Return value
**[XlSparkScale](Excel.XlSparkScale.md)**
diff --git a/api/Excel.SparkVerticalAxis.MinScaleType.md b/api/Excel.SparkVerticalAxis.MinScaleType.md
index a4b60db28f5..ec9bd60588f 100644
--- a/api/Excel.SparkVerticalAxis.MinScaleType.md
+++ b/api/Excel.SparkVerticalAxis.MinScaleType.md
@@ -23,7 +23,7 @@ Returns or sets how the minimum value of the vertical axis of the sparkline is s
_expression_ A variable that represents a '[SparkVerticalAxis](Excel.SparkVerticalAxis.md)' object.
-### Return Value
+### Return value
**[XlSparkScale](Excel.XlSparkScale.md)**
diff --git a/api/Excel.Sparkline.Location.md b/api/Excel.Sparkline.Location.md
index 616a708b1af..223458311c2 100644
--- a/api/Excel.Sparkline.Location.md
+++ b/api/Excel.Sparkline.Location.md
@@ -23,7 +23,7 @@ Returns or sets the location of a single sparkline. Read/write
_expression_ A variable that represents a '[Sparkline](Excel.Sparkline.md)' object.
-### Return Value
+### Return value
[Range](Excel.Range(object).md)
diff --git a/api/Excel.Sparkline.ModifyLocation.md b/api/Excel.Sparkline.ModifyLocation.md
index 81214ecbbcf..908c8ea9305 100644
--- a/api/Excel.Sparkline.ModifyLocation.md
+++ b/api/Excel.Sparkline.ModifyLocation.md
@@ -27,11 +27,11 @@ Modifies the location of a single sparkline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **[Range](Excel.Range(object).md)**|The cell that contains the sparkline.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Sparkline.ModifySourceData.md b/api/Excel.Sparkline.ModifySourceData.md
index 88a9fac29f9..5f416b98992 100644
--- a/api/Excel.Sparkline.ModifySourceData.md
+++ b/api/Excel.Sparkline.ModifySourceData.md
@@ -27,11 +27,11 @@ Modifies the source data for a single sparkline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Formula_|Required| **String**| The range that contains the source data.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Sparkline.SourceData.md b/api/Excel.Sparkline.SourceData.md
index f5e03f1438e..1cef8c86822 100644
--- a/api/Excel.Sparkline.SourceData.md
+++ b/api/Excel.Sparkline.SourceData.md
@@ -23,7 +23,7 @@ Returns or sets the range the contains the source data for a single sparkline. R
_expression_ A variable that represents a '[Sparkline](Excel.Sparkline.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.SparklineGroup.Axes.md b/api/Excel.SparklineGroup.Axes.md
index 5824baf75f6..9914823bd85 100644
--- a/api/Excel.SparklineGroup.Axes.md
+++ b/api/Excel.SparklineGroup.Axes.md
@@ -23,7 +23,7 @@ Returns the associated **[SparkAxes](Excel.SparkAxes.md)** object. Read-only.
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
SparkAxes
diff --git a/api/Excel.SparklineGroup.Count.md b/api/Excel.SparklineGroup.Count.md
index 36629fbf156..d917dc0cef7 100644
--- a/api/Excel.SparklineGroup.Count.md
+++ b/api/Excel.SparklineGroup.Count.md
@@ -23,7 +23,7 @@ Returns the number of sparklines in the sparkline group. Read-only.
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.SparklineGroup.DateRange.md b/api/Excel.SparklineGroup.DateRange.md
index 5495c081f78..fc6eda137b7 100644
--- a/api/Excel.SparklineGroup.DateRange.md
+++ b/api/Excel.SparklineGroup.DateRange.md
@@ -23,7 +23,7 @@ Gets or sets the date range for the sparkline group. Read/write.
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.SparklineGroup.Delete.md b/api/Excel.SparklineGroup.Delete.md
index a9498123887..a764d449643 100644
--- a/api/Excel.SparklineGroup.Delete.md
+++ b/api/Excel.SparklineGroup.Delete.md
@@ -23,7 +23,7 @@ Deletes the sparkline group.
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.SparklineGroup.DisplayHidden.md b/api/Excel.SparklineGroup.DisplayHidden.md
index 0519507c5d2..15b38e47c81 100644
--- a/api/Excel.SparklineGroup.DisplayHidden.md
+++ b/api/Excel.SparklineGroup.DisplayHidden.md
@@ -23,7 +23,7 @@ Specifies if hidden cells are plotted in the sparkline group. Read/write.
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.SparklineGroup.Item.md b/api/Excel.SparklineGroup.Item.md
index 2f216dbfd3a..38c0251f393 100644
--- a/api/Excel.SparklineGroup.Item.md
+++ b/api/Excel.SparklineGroup.Item.md
@@ -27,11 +27,11 @@ Returns a **[Sparkline](Excel.Sparkline.md)** object. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Index value of the sparkline.|
-### Return Value
+### Return value
Sparkline
diff --git a/api/Excel.SparklineGroup.LineWeight.md b/api/Excel.SparklineGroup.LineWeight.md
index 41e25f4cf51..d4d24a716fc 100644
--- a/api/Excel.SparklineGroup.LineWeight.md
+++ b/api/Excel.SparklineGroup.LineWeight.md
@@ -23,7 +23,7 @@ Gets or sets the thickness of the sparklines in the sparkline group. Read/write.
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.SparklineGroup.Location.md b/api/Excel.SparklineGroup.Location.md
index a1fb4aeb392..547541ef5b1 100644
--- a/api/Excel.SparklineGroup.Location.md
+++ b/api/Excel.SparklineGroup.Location.md
@@ -23,7 +23,7 @@ Gets or sets the **[Range](Excel.Range(object).md)** object that represents the
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
Range
diff --git a/api/Excel.SparklineGroup.Modify.md b/api/Excel.SparklineGroup.Modify.md
index 4b1413cef44..ac8c02b946f 100644
--- a/api/Excel.SparklineGroup.Modify.md
+++ b/api/Excel.SparklineGroup.Modify.md
@@ -27,12 +27,12 @@ Sets the location and the source data for the sparkline group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Location_|Required| **Range**|The **[Range](Excel.Range(object).md)** object that represents the location of the sparkline group.|
| _SourceData_|Required| **String**|The range that represents the source data for the sparkline group.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.SparklineGroup.ModifyDateRange.md b/api/Excel.SparklineGroup.ModifyDateRange.md
index 1637c3e0e00..44c1519d63c 100644
--- a/api/Excel.SparklineGroup.ModifyDateRange.md
+++ b/api/Excel.SparklineGroup.ModifyDateRange.md
@@ -27,11 +27,11 @@ Sets the date range for the sparkline group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DateRange_|Required| **String**|The date range for the sparkline group.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.SparklineGroup.ModifyLocation.md b/api/Excel.SparklineGroup.ModifyLocation.md
index 65454e0c131..95e64abfc58 100644
--- a/api/Excel.SparklineGroup.ModifyLocation.md
+++ b/api/Excel.SparklineGroup.ModifyLocation.md
@@ -27,11 +27,11 @@ Sets the associated **[Range](./Excel.Range(Graph object).md)** object to modif
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Location_|Required| **Range**|The **Range** that represents the location of the sparkline group.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.SparklineGroup.ModifySourceData.md b/api/Excel.SparklineGroup.ModifySourceData.md
index a9049aaab95..2591567046d 100644
--- a/api/Excel.SparklineGroup.ModifySourceData.md
+++ b/api/Excel.SparklineGroup.ModifySourceData.md
@@ -27,11 +27,11 @@ Sets the range that represents the source data for the sparkline group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceData_|Required| **String**|The range that represents the source data.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.SparklineGroup.SeriesColor.md b/api/Excel.SparklineGroup.SeriesColor.md
index 05bb987d40f..f0289a02171 100644
--- a/api/Excel.SparklineGroup.SeriesColor.md
+++ b/api/Excel.SparklineGroup.SeriesColor.md
@@ -23,7 +23,7 @@ Returns a **[FormatColor](Excel.FormatColor.md)** object that represents the ma
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
FormatColor
diff --git a/api/Excel.SparklineGroup.SourceData.md b/api/Excel.SparklineGroup.SourceData.md
index c43aa708a69..0f2044c3984 100644
--- a/api/Excel.SparklineGroup.SourceData.md
+++ b/api/Excel.SparklineGroup.SourceData.md
@@ -23,7 +23,7 @@ Returns or sets the range that contains the source data for the sparkline group.
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Excel.SparklineGroup.Type.md b/api/Excel.SparklineGroup.Type.md
index 3db4f6dcbce..68fc7cfbfb0 100644
--- a/api/Excel.SparklineGroup.Type.md
+++ b/api/Excel.SparklineGroup.Type.md
@@ -23,7 +23,7 @@ Gets or sets the type of sparkline for the group. Read/write.
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
XlSparkType
diff --git a/api/Excel.SparklineGroups.Add.md b/api/Excel.SparklineGroups.Add.md
index 9e5b9bb961f..d24ef53f8c9 100644
--- a/api/Excel.SparklineGroups.Add.md
+++ b/api/Excel.SparklineGroups.Add.md
@@ -27,12 +27,12 @@ Creates a new sparkline group and returns a **[SparklineGroup](Excel.SparklineG
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **XlSparkType**|The type of sparkline.|
| _SourceData_|Required| **String**|Represents the range to use to create the sparkline.|
-### Return Value
+### Return value
SparklineGroup
diff --git a/api/Excel.SparklineGroups.Clear.md b/api/Excel.SparklineGroups.Clear.md
index b3e219f385d..cdc93d1b734 100644
--- a/api/Excel.SparklineGroups.Clear.md
+++ b/api/Excel.SparklineGroups.Clear.md
@@ -23,7 +23,7 @@ Clears the selected sparklines.
_expression_ A variable that represents a '[SparklineGroups](Excel.SparklineGroups.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.SparklineGroups.ClearGroups.md b/api/Excel.SparklineGroups.ClearGroups.md
index 92dc914a482..93e624d93e2 100644
--- a/api/Excel.SparklineGroups.ClearGroups.md
+++ b/api/Excel.SparklineGroups.ClearGroups.md
@@ -23,7 +23,7 @@ Clears the selected sparkline groups.
_expression_ A variable that represents a '[SparklineGroups](Excel.SparklineGroups.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.SparklineGroups.Count.md b/api/Excel.SparklineGroups.Count.md
index ba08ba44d99..03cf6954f32 100644
--- a/api/Excel.SparklineGroups.Count.md
+++ b/api/Excel.SparklineGroups.Count.md
@@ -23,7 +23,7 @@ Returns the count of sparkline groups in the associated **[Range](Excel.Range(o
_expression_ A variable that represents a '[SparklineGroups](Excel.SparklineGroups.md)' object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.SparklineGroups.Group.md b/api/Excel.SparklineGroups.Group.md
index 30b14128dfa..ac696a57ee1 100644
--- a/api/Excel.SparklineGroups.Group.md
+++ b/api/Excel.SparklineGroups.Group.md
@@ -27,11 +27,11 @@ Groups the selected sparklines.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Location_|Required| **[Range](Excel.Range(object).md)**|The location of the first cell in the group.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.SparklineGroups.Item.md b/api/Excel.SparklineGroups.Item.md
index 078cfbb5767..0c88944e610 100644
--- a/api/Excel.SparklineGroups.Item.md
+++ b/api/Excel.SparklineGroups.Item.md
@@ -27,11 +27,11 @@ Returns a **[SparklineGroup](Excel.SparklineGroup.md)** object from a collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies the position of an element in the collection.|
-### Return Value
+### Return value
SparklineGroup
diff --git a/api/Excel.SparklineGroups.Ungroup.md b/api/Excel.SparklineGroups.Ungroup.md
index f2c9de4ff54..0b568bcd401 100644
--- a/api/Excel.SparklineGroups.Ungroup.md
+++ b/api/Excel.SparklineGroups.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups the sparklines in the selected sparkline group.
_expression_ A variable that represents a '[SparklineGroups](Excel.SparklineGroups.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Speech.Speak.md b/api/Excel.Speech.Speak.md
index 712415479d1..e61ec0bfe9a 100644
--- a/api/Excel.Speech.Speak.md
+++ b/api/Excel.Speech.Speak.md
@@ -27,7 +27,7 @@ Microsoft Excel plays back the text string that is passed as an argument.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The text to be spoken.|
| _SpeakAsync_|Optional| **Variant**| **True** will cause the _Text_ to be spoken asynchronously (the method will not wait of the Text to be spoken). **False** will cause the _Text_ to be spoken synchronously (the method waits for the _Text_ to be spoken before continuing). The default is **False** .|
diff --git a/api/Excel.SpellingOptions.ArabicStrictAlefHamza.md b/api/Excel.SpellingOptions.ArabicStrictAlefHamza.md
index c1e12765f0e..dacbfb350b4 100644
--- a/api/Excel.SpellingOptions.ArabicStrictAlefHamza.md
+++ b/api/Excel.SpellingOptions.ArabicStrictAlefHamza.md
@@ -23,7 +23,7 @@ Returns or sets whether the spelling checker uses rules regarding Arabic words b
_expression_ A variable that represents a '[SpellingOptions](Excel.SpellingOptions.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.SpellingOptions.ArabicStrictFinalYaa.md b/api/Excel.SpellingOptions.ArabicStrictFinalYaa.md
index 4cfb8ff9633..827ca4cbee4 100644
--- a/api/Excel.SpellingOptions.ArabicStrictFinalYaa.md
+++ b/api/Excel.SpellingOptions.ArabicStrictFinalYaa.md
@@ -23,7 +23,7 @@ Returns or sets whether the spelling checker uses rules regarding Arabic words e
_expression_ A variable that represents a '[SpellingOptions](Excel.SpellingOptions.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.SpellingOptions.ArabicStrictTaaMarboota.md b/api/Excel.SpellingOptions.ArabicStrictTaaMarboota.md
index bbd24589f8c..8d510ba8461 100644
--- a/api/Excel.SpellingOptions.ArabicStrictTaaMarboota.md
+++ b/api/Excel.SpellingOptions.ArabicStrictTaaMarboota.md
@@ -23,7 +23,7 @@ Returns or sets whether the spelling checker uses rules to flag Arabic words end
_expression_ A variable that represents a '[SpellingOptions](Excel.SpellingOptions.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.SpellingOptions.BrazilReform.md b/api/Excel.SpellingOptions.BrazilReform.md
index 955182a8be9..a9b418dde65 100644
--- a/api/Excel.SpellingOptions.BrazilReform.md
+++ b/api/Excel.SpellingOptions.BrazilReform.md
@@ -23,7 +23,7 @@ Returns or sets the mode for checking the spelling of Brazilian Portuguese. Read
_expression_ A variable that represents a '[SpellingOptions](Excel.SpellingOptions.md)' object.
-### Return Value
+### Return value
**[XlPortugueseReform](Excel.XlPortugueseReform.md)**
diff --git a/api/Excel.SpellingOptions.PortugalReform.md b/api/Excel.SpellingOptions.PortugalReform.md
index dc1c44e4592..2bda784f9f8 100644
--- a/api/Excel.SpellingOptions.PortugalReform.md
+++ b/api/Excel.SpellingOptions.PortugalReform.md
@@ -23,7 +23,7 @@ Returns or sets the mode for checking the spelling of European Portuguese. Read/
_expression_ A variable that represents a '[SpellingOptions](Excel.SpellingOptions.md)' object.
-### Return Value
+### Return value
**[XlPortugueseReform](Excel.XlPortugueseReform.md)**
diff --git a/api/Excel.SpellingOptions.RussianStrictE.md b/api/Excel.SpellingOptions.RussianStrictE.md
index e2ecf78772a..9652b1c32af 100644
--- a/api/Excel.SpellingOptions.RussianStrictE.md
+++ b/api/Excel.SpellingOptions.RussianStrictE.md
@@ -23,7 +23,7 @@ Returns or sets whether the spelling checker uses rules regarding Russian words
_expression_ A variable that represents a '[SpellingOptions](Excel.SpellingOptions.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.SpellingOptions.SpanishModes.md b/api/Excel.SpellingOptions.SpanishModes.md
index e4e721d005e..7040b52bebd 100644
--- a/api/Excel.SpellingOptions.SpanishModes.md
+++ b/api/Excel.SpellingOptions.SpanishModes.md
@@ -23,7 +23,7 @@ Returns or sets the mode for checking the spelling of Spanish. Read/write
_expression_ A variable that represents a '[SpellingOptions](Excel.SpellingOptions.md)' object.
-### Return Value
+### Return value
**[XlSpanishModes](Excel.XlSpanishModes.md)**
diff --git a/api/Excel.Style.Delete.md b/api/Excel.Style.Delete.md
index d75ff9f71b1..9f01dd10741 100644
--- a/api/Excel.Style.Delete.md
+++ b/api/Excel.Style.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [Style](./Excel.Style.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Styles.Add.md b/api/Excel.Styles.Add.md
index 1059e21295b..b885989e48a 100644
--- a/api/Excel.Styles.Add.md
+++ b/api/Excel.Styles.Add.md
@@ -27,11 +27,11 @@ Creates a new style and adds it to the list of styles that are available for the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The new style name.|
-### Return Value
+### Return value
A **[Style](Excel.Style.md)** object that represents the new style.
diff --git a/api/Excel.Styles.Item.md b/api/Excel.Styles.Item.md
index a79d6f2533c..e25d843ee5a 100644
--- a/api/Excel.Styles.Item.md
+++ b/api/Excel.Styles.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Styles.Merge.md b/api/Excel.Styles.Merge.md
index 8f876025488..8f2cccffaea 100644
--- a/api/Excel.Styles.Merge.md
+++ b/api/Excel.Styles.Merge.md
@@ -27,11 +27,11 @@ Merges the styles from another workbook into the **[Styles](Excel.Styles.md)**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Workbook_|Required| **Variant**|A **[Workbook](Excel.Workbook.md)** object that represents the workbook containing styles to be merged.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.TableStyle.Delete.md b/api/Excel.TableStyle.Delete.md
index ea79be98d23..3662f46f28f 100644
--- a/api/Excel.TableStyle.Delete.md
+++ b/api/Excel.TableStyle.Delete.md
@@ -23,7 +23,7 @@ Deletes the **[TableStyle](Excel.TableStyle.md)** object.
_expression_ A variable that represents a [TableStyle](./Excel.TableStyle.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.TableStyle.Duplicate.md b/api/Excel.TableStyle.Duplicate.md
index 050b7b09183..faedc5b98b3 100644
--- a/api/Excel.TableStyle.Duplicate.md
+++ b/api/Excel.TableStyle.Duplicate.md
@@ -27,11 +27,11 @@ Duplicates the **TableStyle** object and returns a reference to the new copy.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewTableStyleName_|Optional| **Variant**|The name of the new table style.|
-### Return Value
+### Return value
TableStyle
diff --git a/api/Excel.TableStyle.ShowAsAvailableSlicerStyle.md b/api/Excel.TableStyle.ShowAsAvailableSlicerStyle.md
index 08748b009b2..094bc863cd9 100644
--- a/api/Excel.TableStyle.ShowAsAvailableSlicerStyle.md
+++ b/api/Excel.TableStyle.ShowAsAvailableSlicerStyle.md
@@ -23,7 +23,7 @@ Returns or sets if the specified table style is shown as available in the slicer
_expression_ A variable that represents a '[TableStyle](Excel.TableStyle.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.TableStyleElements.Item.md b/api/Excel.TableStyleElements.Item.md
index 12d62a17e2a..9f8eb4e9f81 100644
--- a/api/Excel.TableStyleElements.Item.md
+++ b/api/Excel.TableStyleElements.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **XlTableStyleElementType**|A table style element.|
-### Return Value
+### Return value
TableStyleElement
diff --git a/api/Excel.TableStyles.Add.md b/api/Excel.TableStyles.Add.md
index 8527b4331a4..3d24699de09 100644
--- a/api/Excel.TableStyles.Add.md
+++ b/api/Excel.TableStyles.Add.md
@@ -27,11 +27,11 @@ Creates a new **[TableStyle](Excel.TableStyle.md)** object and adds it to the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TableStyleName_|Required| **String**|The name of the table style.|
-### Return Value
+### Return value
TableStyle
diff --git a/api/Excel.TableStyles.Item.md b/api/Excel.TableStyles.Item.md
index a369728b712..d212526b1b3 100644
--- a/api/Excel.TableStyles.Item.md
+++ b/api/Excel.TableStyles.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
TableStyle
diff --git a/api/Excel.TextFrame.AutoMargins.md b/api/Excel.TextFrame.AutoMargins.md
index b29d6b54000..a77ef28f1eb 100644
--- a/api/Excel.TextFrame.AutoMargins.md
+++ b/api/Excel.TextFrame.AutoMargins.md
@@ -23,7 +23,7 @@ Returns or sets whether Excel automatically calculates text frame margins. Read/
_expression_ A variable that represents a '[TextFrame](Excel.TextFrame.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.TextFrame.Characters.md b/api/Excel.TextFrame.Characters.md
index 17490d7a95e..a3da1234edd 100644
--- a/api/Excel.TextFrame.Characters.md
+++ b/api/Excel.TextFrame.Characters.md
@@ -27,12 +27,12 @@ Returns a **[Characters](Excel.Characters.md)** object that represents a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either set to 1 or omitted, the **Characters** method returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, the **Characters** method returns the remainder of the string (everything after the character that was set as the _Start_ argument).|
-### Return Value
+### Return value
Characters
diff --git a/api/Excel.TextFrame.HorizontalOverflow.md b/api/Excel.TextFrame.HorizontalOverflow.md
index e19039eceeb..84c85b7fdba 100644
--- a/api/Excel.TextFrame.HorizontalOverflow.md
+++ b/api/Excel.TextFrame.HorizontalOverflow.md
@@ -23,7 +23,7 @@ Returns or sets the horizontal overflow setting for the specified object. Read/w
_expression_ A variable that represents a '[TextFrame](Excel.TextFrame.md)' object.
-### Return Value
+### Return value
**[XlOartHorizontalOverflow](Excel.XlOartHorizontalOverflow.md)**
diff --git a/api/Excel.TextFrame.VerticalOverflow.md b/api/Excel.TextFrame.VerticalOverflow.md
index 881868ac0a5..2608d3a24cb 100644
--- a/api/Excel.TextFrame.VerticalOverflow.md
+++ b/api/Excel.TextFrame.VerticalOverflow.md
@@ -23,7 +23,7 @@ Returns or sets the vertical overflow setting for the specified object. Read/wri
_expression_ A variable that represents a '[TextFrame](Excel.TextFrame.md)' object.
-### Return Value
+### Return value
**[XlOartVerticalOverflow](Excel.XlOartVerticalOverflow.md)**
diff --git a/api/Excel.TextFrame2.NoTextRotation.md b/api/Excel.TextFrame2.NoTextRotation.md
index e2d7f838d3f..994a6ab48eb 100644
--- a/api/Excel.TextFrame2.NoTextRotation.md
+++ b/api/Excel.TextFrame2.NoTextRotation.md
@@ -20,7 +20,7 @@ Returns or sets whether text remains flat when the specified object is rotated.
_expression_ A variable that represents a '[TextFrame2](Excel.TextFrame2.md)' object.
-### Return Value
+### Return value
[MsoTriState](./Office.MsoTriState.md)
diff --git a/api/Excel.ThreeDFormat.IncrementRotationHorizontal.md b/api/Excel.ThreeDFormat.IncrementRotationHorizontal.md
index b5ecb970bed..d940a860e50 100644
--- a/api/Excel.ThreeDFormat.IncrementRotationHorizontal.md
+++ b/api/Excel.ThreeDFormat.IncrementRotationHorizontal.md
@@ -24,7 +24,7 @@ Changes the rotation of the specified shape horizontally by the specified number
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much (in degrees) the rotation of the shape is to be changed horizontally. Can be a value from ?90 through 90. A positive value moves the shape left; a negative value moves it to the right.|
diff --git a/api/Excel.ThreeDFormat.IncrementRotationVertical.md b/api/Excel.ThreeDFormat.IncrementRotationVertical.md
index 6d73284b79f..4c0c038dcf7 100644
--- a/api/Excel.ThreeDFormat.IncrementRotationVertical.md
+++ b/api/Excel.ThreeDFormat.IncrementRotationVertical.md
@@ -24,7 +24,7 @@ Changes the rotation of the specified shape vertically by the specified number o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much (in degrees) the rotation of the shape is to be changed horizontally. Can be a value from ?90 through 90. A positive value tilts the shape up; a negative value tilts it down.|
diff --git a/api/Excel.ThreeDFormat.IncrementRotationX.md b/api/Excel.ThreeDFormat.IncrementRotationX.md
index e18b3ccbafc..055a43536f4 100644
--- a/api/Excel.ThreeDFormat.IncrementRotationX.md
+++ b/api/Excel.ThreeDFormat.IncrementRotationX.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the x-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much (in degrees) the rotation of the shape around the x-axis is to be changed. Can be a value from ? 90 through 90. A positive value tilts the shape up; a negative value tilts it down.|
diff --git a/api/Excel.ThreeDFormat.IncrementRotationY.md b/api/Excel.ThreeDFormat.IncrementRotationY.md
index f977eed6000..b8fb4c0e0e5 100644
--- a/api/Excel.ThreeDFormat.IncrementRotationY.md
+++ b/api/Excel.ThreeDFormat.IncrementRotationY.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the y-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much (in degrees) the rotation of the shape around the y-axis is to be changed. Can be a value from ? 90 through 90. A positive value tilts the shape to the left; a negative value tilts it to the right.|
diff --git a/api/Excel.ThreeDFormat.IncrementRotationZ.md b/api/Excel.ThreeDFormat.IncrementRotationZ.md
index 28b7ad7a1ed..ae88c179b0c 100644
--- a/api/Excel.ThreeDFormat.IncrementRotationZ.md
+++ b/api/Excel.ThreeDFormat.IncrementRotationZ.md
@@ -24,7 +24,7 @@ Changes the rotation of the specified shape around the z-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much (in degrees) the rotation of the shape around the z-axis is to be changed. Can be a value from ? 90 through 90. A positive value tilts the shape to the left; a negative value tilts it to the right.|
diff --git a/api/Excel.ThreeDFormat.SetExtrusionDirection.md b/api/Excel.ThreeDFormat.SetExtrusionDirection.md
index 322da585fab..b321bf5f96d 100644
--- a/api/Excel.ThreeDFormat.SetExtrusionDirection.md
+++ b/api/Excel.ThreeDFormat.SetExtrusionDirection.md
@@ -27,7 +27,7 @@ Sets the direction that the extrusion's sweep path takes away from the extruded
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetExtrusionDirection_|Required| **[MsoPresetExtrusionDirection](./Office.MsoPresetExtrusionDirection.md)**|Specifies the extrusion direction.|
diff --git a/api/Excel.ThreeDFormat.SetPresetCamera.md b/api/Excel.ThreeDFormat.SetPresetCamera.md
index 5296cedda72..9e964c57141 100644
--- a/api/Excel.ThreeDFormat.SetPresetCamera.md
+++ b/api/Excel.ThreeDFormat.SetPresetCamera.md
@@ -24,7 +24,7 @@ Sets the camera for the specified **ThreeDFormat** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetCamera_|Required| **MsoPresetCamera**|Specifies the preset camera.|
diff --git a/api/Excel.ThreeDFormat.SetThreeDFormat.md b/api/Excel.ThreeDFormat.SetThreeDFormat.md
index fe16d9b824f..706116e337c 100644
--- a/api/Excel.ThreeDFormat.SetThreeDFormat.md
+++ b/api/Excel.ThreeDFormat.SetThreeDFormat.md
@@ -27,7 +27,7 @@ Sets the preset extrusion format. Each preset extrusion format contains a set of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetThreeDFormat_|Required| **[MsoPresetThreeDFormat](./Office.MsoPresetThreeDFormat.md)**|Specifies a preset extrusion format that corresponds to one of the options (numbered from left to right, from top to bottom) displayed when you click the **3-D** button on the **Drawing** toolbar.|
diff --git a/api/Excel.TickLabels.Delete.md b/api/Excel.TickLabels.Delete.md
index fea22450d59..35b0550cc2d 100644
--- a/api/Excel.TickLabels.Delete.md
+++ b/api/Excel.TickLabels.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [TickLabels](./Excel.TickLabels(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.TickLabels.Select.md b/api/Excel.TickLabels.Select.md
index 223cfc0db85..6c5fb25725a 100644
--- a/api/Excel.TickLabels.Select.md
+++ b/api/Excel.TickLabels.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [TickLabels](./Excel.TickLabels(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Top10.ModifyAppliesToRange.md b/api/Excel.Top10.ModifyAppliesToRange.md
index 78537e6a60c..d99876494b3 100644
--- a/api/Excel.Top10.ModifyAppliesToRange.md
+++ b/api/Excel.Top10.ModifyAppliesToRange.md
@@ -27,7 +27,7 @@ Sets the cell range to which this formatting rule applies.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to which this formatting rule will be applied.|
diff --git a/api/Excel.Trendline.ClearFormats.md b/api/Excel.Trendline.ClearFormats.md
index 67d88c9cb0c..39fd2a94f13 100644
--- a/api/Excel.Trendline.ClearFormats.md
+++ b/api/Excel.Trendline.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents a [Trendline](./Excel.Trendline(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Trendline.Delete.md b/api/Excel.Trendline.Delete.md
index 75a59eded60..26564219e73 100644
--- a/api/Excel.Trendline.Delete.md
+++ b/api/Excel.Trendline.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [Trendline](./Excel.Trendline(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Trendline.Intercept.md b/api/Excel.Trendline.Intercept.md
index 9dd3c32ed04..4d80afc0fef 100644
--- a/api/Excel.Trendline.Intercept.md
+++ b/api/Excel.Trendline.Intercept.md
@@ -23,7 +23,7 @@ Returns or sets the point where the trendline crosses the value axis. Read/write
_expression_ An expression that returns a [Trendline](./Excel.Trendline(Graph object).md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Trendline.Select.md b/api/Excel.Trendline.Select.md
index 51a5789485b..1d0d5c4fdec 100644
--- a/api/Excel.Trendline.Select.md
+++ b/api/Excel.Trendline.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [Trendline](./Excel.Trendline(Graph object).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Trendlines.Add.md b/api/Excel.Trendlines.Add.md
index 545bc50c511..f8ad966ab66 100644
--- a/api/Excel.Trendlines.Add.md
+++ b/api/Excel.Trendlines.Add.md
@@ -27,7 +27,7 @@ Creates a new trendline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **[XlTrendlineType](Excel.XlTrendlineType.md)**|The trendline type.|
| _Order_|Optional| **Variant**| **Variant** . if _Type_ is **xlPolynomial** . The trendline order. Must be an integer from 2 to 6, inclusive.|
@@ -39,7 +39,7 @@ Creates a new trendline.
| _DisplayRSquared_|Optional| **Variant**| **True** to display the R-squared value of the trendline on the chart (in the same data label as the equation). The default value is **False** .|
| _Name_|Optional| **Variant**|The name of the trendline as text. If this argument is omitted, Microsoft Excel generates a name.|
-### Return Value
+### Return value
A **[Trendline](Excel.Trendline(object).md)** object that represents the new trendline.
diff --git a/api/Excel.Trendlines.Item.md b/api/Excel.Trendlines.Item.md
index 4d1503f38cd..07e63791ef7 100644
--- a/api/Excel.Trendlines.Item.md
+++ b/api/Excel.Trendlines.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[Trendline](Excel.Trendline(object).md)** object contained by the collection.
diff --git a/api/Excel.UniqueValues.ModifyAppliesToRange.md b/api/Excel.UniqueValues.ModifyAppliesToRange.md
index 957ec801796..d70a61262c6 100644
--- a/api/Excel.UniqueValues.ModifyAppliesToRange.md
+++ b/api/Excel.UniqueValues.ModifyAppliesToRange.md
@@ -27,7 +27,7 @@ Sets the cell range to which this formatting rule applies.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to which this formatting rule will be applied.|
diff --git a/api/Excel.UpBars.Delete.md b/api/Excel.UpBars.Delete.md
index 81c595b8d09..acf58be3820 100644
--- a/api/Excel.UpBars.Delete.md
+++ b/api/Excel.UpBars.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents an [UpBars](./Excel.UpBars(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.UpBars.Select.md b/api/Excel.UpBars.Select.md
index 7d62db5ffce..20f2a14d5a7 100644
--- a/api/Excel.UpBars.Select.md
+++ b/api/Excel.UpBars.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents an [UpBars](./Excel.UpBars(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.UsedObjects.Item.md b/api/Excel.UsedObjects.Item.md
index 438a097d611..551840080de 100644
--- a/api/Excel.UsedObjects.Item.md
+++ b/api/Excel.UsedObjects.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.UserAccessList.Add.md b/api/Excel.UserAccessList.Add.md
index 12c8f68258d..90b387bfd2c 100644
--- a/api/Excel.UserAccessList.Add.md
+++ b/api/Excel.UserAccessList.Add.md
@@ -27,12 +27,12 @@ Adds a user access list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the user access list.|
| _AllowEdit_|Required| **Boolean**| **True** allows users on the access list to edit the editable ranges on a protected worksheet.|
-### Return Value
+### Return value
A **[UserAccess](Excel.UserAccess.md)** object that represents the new user access list.
diff --git a/api/Excel.UserAccessList.Item.md b/api/Excel.UserAccessList.Item.md
index 3ec2da147d1..2d11b70b480 100644
--- a/api/Excel.UserAccessList.Item.md
+++ b/api/Excel.UserAccessList.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.VPageBreak.DragOff.md b/api/Excel.VPageBreak.DragOff.md
index 46a790203b3..82431a9030e 100644
--- a/api/Excel.VPageBreak.DragOff.md
+++ b/api/Excel.VPageBreak.DragOff.md
@@ -27,7 +27,7 @@ Drags a page break out of the print area.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[XlDirection](Excel.XlDirection.md)**|The direction in which the page break is dragged.|
| _RegionIndex_|Required| **Long**|The print-area region index for the page break (the region where the mouse pointer is located when the mouse button is pressed if the user drags the page break). If the print area is contiguous, there?s only one print region. If the print area is discontiguous, there?s more than one print region.|
diff --git a/api/Excel.VPageBreaks.Add.md b/api/Excel.VPageBreaks.Add.md
index 65958ddd7ea..161d550e278 100644
--- a/api/Excel.VPageBreaks.Add.md
+++ b/api/Excel.VPageBreaks.Add.md
@@ -27,11 +27,11 @@ Adds a vertical page break.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Required| **Object**|A **[Range](Excel.Range(object).md)** object. The range to the left of which the new page break will be added.|
-### Return Value
+### Return value
A **[VPageBreak](Excel.VPageBreak.md)** object that represents the new vertical page break.
diff --git a/api/Excel.VPageBreaks.Item.md b/api/Excel.VPageBreaks.Item.md
index 69b712cabd4..e6a9d85b284 100644
--- a/api/Excel.VPageBreaks.Item.md
+++ b/api/Excel.VPageBreaks.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the object.|
diff --git a/api/Excel.Validation.Add.md b/api/Excel.Validation.Add.md
index a39b4bdb64f..9552a172f4d 100644
--- a/api/Excel.Validation.Add.md
+++ b/api/Excel.Validation.Add.md
@@ -27,7 +27,7 @@ Adds data validation to the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **XlDVType**|The validation type.|
| _AlertStyle_|Optional| **Variant**|The validation alert style. Can be one of the following **[XlDVAlertStyle](Excel.XlDVAlertStyle.md)** constants: **xlValidAlertInformation** , **xlValidAlertStop** , or **xlValidAlertWarning** .|
diff --git a/api/Excel.Validation.Modify.md b/api/Excel.Validation.Modify.md
index 7d2cfc1f82b..af29a3737a6 100644
--- a/api/Excel.Validation.Modify.md
+++ b/api/Excel.Validation.Modify.md
@@ -27,7 +27,7 @@ Modifies data validation for a range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **Variant**|An **XlDVType** value that represents the validation type.|
| _AlertStyle_|Optional| **Variant**|An **[XlDVAlertStyle](Excel.XlDVAlertStyle.md)** value that represents the validation alert style.|
diff --git a/api/Excel.ValueChange.AllocationMethod.md b/api/Excel.ValueChange.AllocationMethod.md
index 436b4763f33..da67f27e9a2 100644
--- a/api/Excel.ValueChange.AllocationMethod.md
+++ b/api/Excel.ValueChange.AllocationMethod.md
@@ -23,7 +23,7 @@ Returns what method to use to allocate this value when performing what-if analys
_expression_ A variable that represents a '[ValueChange](Excel.ValueChange.md)' object.
-### Return Value
+### Return value
**[XlAllocationMethod](Excel.XlAllocationMethod.md)**
diff --git a/api/Excel.ValueChange.AllocationValue.md b/api/Excel.ValueChange.AllocationValue.md
index 9c7681ae737..7334d8a71ff 100644
--- a/api/Excel.ValueChange.AllocationValue.md
+++ b/api/Excel.ValueChange.AllocationValue.md
@@ -23,7 +23,7 @@ Returns what value to allocate when performing what-if analysis. Read-only
_expression_ A variable that represents a '[ValueChange](Excel.ValueChange.md)' object.
-### Return Value
+### Return value
**[XlAllocationValue](Excel.XlAllocationValue.md)**
diff --git a/api/Excel.ValueChange.AllocationWeightExpression.md b/api/Excel.ValueChange.AllocationWeightExpression.md
index 8f744fb6216..6c083356c5e 100644
--- a/api/Excel.ValueChange.AllocationWeightExpression.md
+++ b/api/Excel.ValueChange.AllocationWeightExpression.md
@@ -23,7 +23,7 @@ Returns the MDX weight expression to use for this value when performing what-if
_expression_ A variable that represents a '[ValueChange](Excel.ValueChange.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.ValueChange.Order.md b/api/Excel.ValueChange.Order.md
index 5dd6bf7c4bc..8bcd448e8fc 100644
--- a/api/Excel.ValueChange.Order.md
+++ b/api/Excel.ValueChange.Order.md
@@ -23,7 +23,7 @@ Returns a value that indicates the order in which this change was performed rela
_expression_ A variable that represents a '[ValueChange](Excel.ValueChange.md)' object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/Excel.ValueChange.PivotCell.md b/api/Excel.ValueChange.PivotCell.md
index bd1b123317d..dbc882022fd 100644
--- a/api/Excel.ValueChange.PivotCell.md
+++ b/api/Excel.ValueChange.PivotCell.md
@@ -23,7 +23,7 @@ Returns a **[PivotCell](Excel.PivotCell.md)** object that represents the cell (
_expression_ A variable that represents a '[ValueChange](Excel.ValueChange.md)' object.
-### Return Value
+### Return value
**PivotCell**
diff --git a/api/Excel.ValueChange.Tuple.md b/api/Excel.ValueChange.Tuple.md
index 89b3f21626e..a71c52378d3 100644
--- a/api/Excel.ValueChange.Tuple.md
+++ b/api/Excel.ValueChange.Tuple.md
@@ -23,7 +23,7 @@ Returns the MDX tuple of the value was changed in the OLAP data source. Read-onl
_expression_ A variable that represents a '[ValueChange](Excel.ValueChange.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Excel.ValueChange.Value.md b/api/Excel.ValueChange.Value.md
index 64c8b67901e..76a36328193 100644
--- a/api/Excel.ValueChange.Value.md
+++ b/api/Excel.ValueChange.Value.md
@@ -23,7 +23,7 @@ Returns the value that the user entered in the cell or that the formula in the c
_expression_ A variable that represents a '[ValueChange](Excel.ValueChange.md)' object.
-### Return Value
+### Return value
**Double**
diff --git a/api/Excel.ValueChange.VisibleInPivotTable.md b/api/Excel.ValueChange.VisibleInPivotTable.md
index 067b92c2841..f2092aeb895 100644
--- a/api/Excel.ValueChange.VisibleInPivotTable.md
+++ b/api/Excel.ValueChange.VisibleInPivotTable.md
@@ -23,7 +23,7 @@ Returns whether the cell (tuple) is currently visible in the PivotTable report.
_expression_ A variable that represents a '[ValueChange](Excel.ValueChange.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Excel.Walls.ClearFormats.md b/api/Excel.Walls.ClearFormats.md
index 7e36dbe8044..6aaa99666f1 100644
--- a/api/Excel.Walls.ClearFormats.md
+++ b/api/Excel.Walls.ClearFormats.md
@@ -23,7 +23,7 @@ Clears the formatting of the object.
_expression_ A variable that represents a [Walls](./Excel.Walls(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Walls.Select.md b/api/Excel.Walls.Select.md
index a27165176de..1c476ba4326 100644
--- a/api/Excel.Walls.Select.md
+++ b/api/Excel.Walls.Select.md
@@ -23,7 +23,7 @@ Selects the object.
_expression_ A variable that represents a [Walls](./Excel.Walls(Graph property).md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Watches.Add.md b/api/Excel.Watches.Add.md
index df7b479751f..295c5c815f2 100644
--- a/api/Excel.Watches.Add.md
+++ b/api/Excel.Watches.Add.md
@@ -27,11 +27,11 @@ Adds a range which is tracked when the worksheet is recalculated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **Variant**|The source for the range.|
-### Return Value
+### Return value
A **[Watch](Excel.Watch.md)** object that represents the new range.
diff --git a/api/Excel.Watches.Item.md b/api/Excel.Watches.Item.md
index 215910c39da..e2915699671 100644
--- a/api/Excel.Watches.Item.md
+++ b/api/Excel.Watches.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Window.Activate.md b/api/Excel.Window.Activate.md
index 921666a6d4b..69cdb13741a 100644
--- a/api/Excel.Window.Activate.md
+++ b/api/Excel.Window.Activate.md
@@ -23,7 +23,7 @@ Brings the window to the front of the z-order.
_expression_ A variable that represents a [Window](./Excel.Window.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Window.ActivateNext.md b/api/Excel.Window.ActivateNext.md
index 6679bdff9e6..16933cef015 100644
--- a/api/Excel.Window.ActivateNext.md
+++ b/api/Excel.Window.ActivateNext.md
@@ -23,7 +23,7 @@ Activates the specified window and then sends it to the back of the window z-ord
_expression_ A variable that represents a [Window](./Excel.Window.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Window.ActivatePrevious.md b/api/Excel.Window.ActivatePrevious.md
index 8391afd5cdd..e2a3cbf71f7 100644
--- a/api/Excel.Window.ActivatePrevious.md
+++ b/api/Excel.Window.ActivatePrevious.md
@@ -23,7 +23,7 @@ Activates the specified window and then activates the window at the back of the
_expression_ A variable that represents a [Window](./Excel.Window.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Window.Close.md b/api/Excel.Window.Close.md
index 484d670d06e..3d7ef52b104 100644
--- a/api/Excel.Window.Close.md
+++ b/api/Excel.Window.Close.md
@@ -27,13 +27,13 @@ Closes the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Variant**|If there are no changes to the workbook, this argument is ignored. If there are changes to the workbook and the workbook appears in other open windows, this argument is ignored. If there are changes to the workbook but the workbook doesn't appear in any other open windows, this argument specifies whether changes should be saved. If set to **True** , changes are saved to the workbook. If there is not yet a file name associated with the workbook, then _Filename_ is used. If _Filename_ is omitted, the user is asked to supply a file name.|
| _Filename_|Optional| **Variant**|Save changes under this file name.|
| _RouteWorkbook_|Optional| **Variant**|If the workbook doesn't need to be routed to the next recipient (if it has no routing slip or has already been routed), this argument is ignored. Otherwise, Microsoft Excel routes the workbook according to the value of this parameter. If set to **True** , the workbook is sent to the next recipient. If set to **False** , the workbook is not sent. If omitted, the user is asked whether the workbook should be sent.|
-### Return Value
+### Return value
**True** if the method successfully closed the object; otherwise, **False** .
diff --git a/api/Excel.Window.LargeScroll.md b/api/Excel.Window.LargeScroll.md
index b2e18081d26..feb9f810fce 100644
--- a/api/Excel.Window.LargeScroll.md
+++ b/api/Excel.Window.LargeScroll.md
@@ -27,14 +27,14 @@ Scrolls the contents of the window by pages.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of pages to scroll the contents down.|
| _Up_|Optional| **Variant**|The number of pages to scroll the contents up.|
| _ToRight_|Optional| **Variant**|The number of pages to scroll the contents to the right.|
| _ToLeft_|Optional| **Variant**|The number of pages to scroll the contents to the left.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Window.NewWindow.md b/api/Excel.Window.NewWindow.md
index d251f600b1e..9b5aa249d79 100644
--- a/api/Excel.Window.NewWindow.md
+++ b/api/Excel.Window.NewWindow.md
@@ -23,7 +23,7 @@ Creates a new window or a copy of the specified window.
_expression_ A variable that represents a [Window](./Excel.Window.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Excel.Window.PointsToScreenPixelsX.md b/api/Excel.Window.PointsToScreenPixelsX.md
index a3586910f56..1267aa4f6a6 100644
--- a/api/Excel.Window.PointsToScreenPixelsX.md
+++ b/api/Excel.Window.PointsToScreenPixelsX.md
@@ -27,11 +27,11 @@ Converts a horizontal measurement from points (document coordinates) to screen p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Long**|The number of points horizontally along the top of the document window, starting from the left.|
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Window.PointsToScreenPixelsY.md b/api/Excel.Window.PointsToScreenPixelsY.md
index 6a67252c03a..3bd4d426fe6 100644
--- a/api/Excel.Window.PointsToScreenPixelsY.md
+++ b/api/Excel.Window.PointsToScreenPixelsY.md
@@ -27,11 +27,11 @@ Converts a vertical measurement from points (document coordinates) to screen pix
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Long**|The number of points vertically along the left edge of the document window, starting from the top.|
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Window.PrintOut.md b/api/Excel.Window.PrintOut.md
index 9d6085566f1..7ea5b5ed41c 100644
--- a/api/Excel.Window.PrintOut.md
+++ b/api/Excel.Window.PrintOut.md
@@ -27,7 +27,7 @@ Prints the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional| **Variant**|The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.|
| _To_|Optional| **Variant**|The number of the last page to print. If this argument is omitted, printing ends with the last page.|
@@ -38,7 +38,7 @@ Prints the object.
| _Collate_|Optional| **Variant**| **True** to collate multiple copies.|
| _PrToFileName_|Optional| **Variant**|If _PrintToFile_ is set to **True** , this argument specifies the name of the file you want to print to.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Window.PrintPreview.md b/api/Excel.Window.PrintPreview.md
index 2a33ec8917d..51c05c8a94d 100644
--- a/api/Excel.Window.PrintPreview.md
+++ b/api/Excel.Window.PrintPreview.md
@@ -27,11 +27,11 @@ Shows a preview of the object as it would look when printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EnableChanges_|Optional| **Variant**|Pass a **Boolean** value to specify if the user can change the margins and other page setup options available in print preview.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Window.RangeFromPoint.md b/api/Excel.Window.RangeFromPoint.md
index e4225eb0c87..3c2ab483674 100644
--- a/api/Excel.Window.RangeFromPoint.md
+++ b/api/Excel.Window.RangeFromPoint.md
@@ -27,12 +27,12 @@ Returns the **[Shape](Excel.Shape.md)** or **[Range](Excel.Range(object).md)**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Long**|The value (in pixels) that represents the horizontal distance from the left edge of the screen, starting at the top.|
| _y_|Required| **Long**|The value (in pixels) that represents the vertical distance from the top of the screen, starting on the left.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Window.ScrollIntoView.md b/api/Excel.Window.ScrollIntoView.md
index 6afadf8d45e..bdc48ebc2d4 100644
--- a/api/Excel.Window.ScrollIntoView.md
+++ b/api/Excel.Window.ScrollIntoView.md
@@ -27,7 +27,7 @@ Scrolls the document window so that the contents of a specified rectangular area
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required| **Long**|The horizontal position of the rectangle (in points) from the left edge of the document window or pane.|
| _Top_|Required| **Long**|The vertical position of the rectangle (in points) from the top of the document window or pane.|
diff --git a/api/Excel.Window.ScrollWorkbookTabs.md b/api/Excel.Window.ScrollWorkbookTabs.md
index ed3d7ec7f54..f29e78e7e15 100644
--- a/api/Excel.Window.ScrollWorkbookTabs.md
+++ b/api/Excel.Window.ScrollWorkbookTabs.md
@@ -27,12 +27,12 @@ Scrolls through the workbook tabs at the bottom of the window. Doesn't affect th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sheets_|Optional| **Variant**|The number of sheets to scroll by. Use a positive number to scroll forward, a negative number to scroll backward, or 0 (zero) to not scroll at all. You must specify _Sheets_ if you don't specify _Position_.|
| _Position_|Optional| **Variant**|Use **xlFirst** to scroll to the first sheet, or use **xlLast** to scroll to the last sheet. You must specify _Position_ if you don't specify _Sheets_.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Window.SmallScroll.md b/api/Excel.Window.SmallScroll.md
index b28b954aa26..ecffe5fd08e 100644
--- a/api/Excel.Window.SmallScroll.md
+++ b/api/Excel.Window.SmallScroll.md
@@ -27,14 +27,14 @@ Scrolls the contents of the window by rows or columns.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of rows to scroll the contents down.|
| _Up_|Optional| **Variant**|The number of rows to scroll the contents up.|
| _ToRight_|Optional| **Variant**|The number of columns to scroll the contents to the right.|
| _ToLeft_|Optional| **Variant**|The number of columns to scroll the contents to the left.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Windows.Arrange.md b/api/Excel.Windows.Arrange.md
index 7c31ea73eec..caa04357502 100644
--- a/api/Excel.Windows.Arrange.md
+++ b/api/Excel.Windows.Arrange.md
@@ -27,14 +27,14 @@ Arranges the windows on the screen.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ArrangeStyle_|Optional| **[XlArrangeStyle](Excel.XlArrangeStyle.md)**|One of the constants of **XlArrangeStyle** specifying how the windows are arranged.|
| _ActiveWorkbook_|Optional| **Variant**| **True** to arrange only the visible windows of the active workbook. **False** to arrange all windows. The default value is **False** .|
| _SyncHorizontal_|Optional| **Variant**|Ignored if _ActiveWorkbook_ is **False** or omitted. **True** to synchronize the windows of the active workbook when scrolling horizontally. **False** to not synchronize the windows. The default value is **False** .|
| _SyncVertical_|Optional| **Variant**|Ignored if _ActiveWorkbook_ is **False** or omitted. **True** to synchronize the windows of the active workbook when scrolling vertically. **False** to not synchronize the windows. The default value is **False** .|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Windows.BreakSideBySide.md b/api/Excel.Windows.BreakSideBySide.md
index 03435279fc6..a6110dddaab 100644
--- a/api/Excel.Windows.BreakSideBySide.md
+++ b/api/Excel.Windows.BreakSideBySide.md
@@ -23,7 +23,7 @@ Ends side-by-side mode if two windows are in side-by-side mode. Returns a **Boo
_expression_ A variable that represents a [Windows](./Excel.Windows.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Windows.CompareSideBySideWith.md b/api/Excel.Windows.CompareSideBySideWith.md
index 239c06834d5..6ef555fa164 100644
--- a/api/Excel.Windows.CompareSideBySideWith.md
+++ b/api/Excel.Windows.CompareSideBySideWith.md
@@ -27,11 +27,11 @@ Opens two windows in side-by-side mode. Returns a **Boolean** value.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _WindowName_|Required| **Variant**|The name of the window.|
-### Return Value
+### Return value
**Boolean** .
diff --git a/api/Excel.Windows.Item.md b/api/Excel.Windows.Item.md
index 61ac7bc1e5b..24ba5751ab0 100644
--- a/api/Excel.Windows.Item.md
+++ b/api/Excel.Windows.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Workbook.AcceptAllChanges.md b/api/Excel.Workbook.AcceptAllChanges.md
index 3563216eb1d..56968bd14b2 100644
--- a/api/Excel.Workbook.AcceptAllChanges.md
+++ b/api/Excel.Workbook.AcceptAllChanges.md
@@ -27,7 +27,7 @@ Accepts all changes in the specified shared workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _When_|Optional| **Variant**|Specifies when all the changes are accepted.|
| _Who_|Optional| **Variant**|Specifies by whom all the changes are accepted.|
diff --git a/api/Excel.Workbook.AccuracyVersion.md b/api/Excel.Workbook.AccuracyVersion.md
index 04fc8fded5e..3fe975da310 100644
--- a/api/Excel.Workbook.AccuracyVersion.md
+++ b/api/Excel.Workbook.AccuracyVersion.md
@@ -23,7 +23,7 @@ Specifies whether certain worksheet functions use the latest accuracy algorithms
_expression_ A variable that represents a '[Workbook](Excel.Workbook.md)' object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/Excel.Workbook.Activate(even).md b/api/Excel.Workbook.Activate(even).md
index 211d0e65754..6d693463c73 100644
--- a/api/Excel.Workbook.Activate(even).md
+++ b/api/Excel.Workbook.Activate(even).md
@@ -23,7 +23,7 @@ Occurs when a workbook, worksheet, chart sheet, or embedded chart is activated.
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Excel.Workbook.ActiveSlicer.md b/api/Excel.Workbook.ActiveSlicer.md
index e40c018ec99..c16b2e45a12 100644
--- a/api/Excel.Workbook.ActiveSlicer.md
+++ b/api/Excel.Workbook.ActiveSlicer.md
@@ -23,7 +23,7 @@ Returns an object that represents the active slicer in the active workbook or in
_expression_ A variable that represents a '[Workbook](Excel.Workbook.md)' object.
-### Return Value
+### Return value
Slicer
diff --git a/api/Excel.Workbook.AddinInstall.md b/api/Excel.Workbook.AddinInstall.md
index 3b42287c3e5..6a787618823 100644
--- a/api/Excel.Workbook.AddinInstall.md
+++ b/api/Excel.Workbook.AddinInstall.md
@@ -23,7 +23,7 @@ Occurs when the workbook is installed as an add-in
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.AddinUninstall.md b/api/Excel.Workbook.AddinUninstall.md
index 42b2aa57d02..91cabf04099 100644
--- a/api/Excel.Workbook.AddinUninstall.md
+++ b/api/Excel.Workbook.AddinUninstall.md
@@ -23,7 +23,7 @@ Occurs when the workbook is uninstalled as an add-in.
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.AfterSave.md b/api/Excel.Workbook.AfterSave.md
index 61322553614..70617382e9c 100644
--- a/api/Excel.Workbook.AfterSave.md
+++ b/api/Excel.Workbook.AfterSave.md
@@ -27,11 +27,11 @@ Occurs after the workbook is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Success_|Required| **Boolean**|Returns **True** if the save operation was successful; otherwise **False** .|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.AfterXmlExport.md b/api/Excel.Workbook.AfterXmlExport.md
index 3bc2ef1231f..0d4a2372afb 100644
--- a/api/Excel.Workbook.AfterXmlExport.md
+++ b/api/Excel.Workbook.AfterXmlExport.md
@@ -27,13 +27,13 @@ Occurs after Microsoft Excel saves or exports XML data from the specified workbo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The schema map that was used to save or export data.|
| _Url_|Required| **String**|The location of the XML file that was exported.|
| _Result_|Required| **XlXmlExportResult**|Indicates the results of the save or export operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.AfterXmlImport.md b/api/Excel.Workbook.AfterXmlImport.md
index 878ec86b87a..5da391495b5 100644
--- a/api/Excel.Workbook.AfterXmlImport.md
+++ b/api/Excel.Workbook.AfterXmlImport.md
@@ -27,13 +27,13 @@ Occurs after an existing XML data connection is refreshed or after new XML data
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The XML map that will be used to import data.|
| _IsRefresh_|Required| **Boolean**| **True** if the event was triggered by refreshing an existing connection to XML data; **False** if the event was triggered by importing from a different data source.|
| _Result_|Required| **[XlXmlImportResult](Excel.XlXmlImportResult.md)**|Indicates the results of the refresh or import operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.ApplyTheme.md b/api/Excel.Workbook.ApplyTheme.md
index 8ce2b80d9ea..ddb90c7a3b5 100644
--- a/api/Excel.Workbook.ApplyTheme.md
+++ b/api/Excel.Workbook.ApplyTheme.md
@@ -27,7 +27,7 @@ Applies the specified theme to the current workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|Name of the theme.|
diff --git a/api/Excel.Workbook.BeforeClose.md b/api/Excel.Workbook.BeforeClose.md
index c7eae7fdbaf..a81e868c9f3 100644
--- a/api/Excel.Workbook.BeforeClose.md
+++ b/api/Excel.Workbook.BeforeClose.md
@@ -27,11 +27,11 @@ Occurs before the workbook closes. If the workbook has been changed, this event
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation stops and the workbook is left open.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.BeforePrint.md b/api/Excel.Workbook.BeforePrint.md
index 190f54f58af..d715b8f734a 100644
--- a/api/Excel.Workbook.BeforePrint.md
+++ b/api/Excel.Workbook.BeforePrint.md
@@ -27,11 +27,11 @@ Occurs before the workbook (or anything in it) is printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the workbook isn't printed when the procedure is finished.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.BeforeSave.md b/api/Excel.Workbook.BeforeSave.md
index f8140a70b18..8635421478e 100644
--- a/api/Excel.Workbook.BeforeSave.md
+++ b/api/Excel.Workbook.BeforeSave.md
@@ -27,12 +27,12 @@ Occurs before the workbook is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveAsUI_|Required| **Boolean**| **True** if the **Save As** dialog box will be displayed due to changes made that need to be saved in the workbook.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the workbook isn't saved when the procedure is finished.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.BeforeXmlExport.md b/api/Excel.Workbook.BeforeXmlExport.md
index 8aef8140fb0..37c06631675 100644
--- a/api/Excel.Workbook.BeforeXmlExport.md
+++ b/api/Excel.Workbook.BeforeXmlExport.md
@@ -27,13 +27,13 @@ Occurs before Microsoft Excel saves or exports XML data from the specified workb
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The XML map that will be used to save or export data.|
| _Url_|Required| **String**|The location where you want to export the resulting XML file.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the save or export operation|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.BeforeXmlImport.md b/api/Excel.Workbook.BeforeXmlImport.md
index bc8f682018e..8bdf6623cd4 100644
--- a/api/Excel.Workbook.BeforeXmlImport.md
+++ b/api/Excel.Workbook.BeforeXmlImport.md
@@ -27,14 +27,14 @@ Occurs before an existing XML data connection is refreshed or before new XML dat
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The XML map that will be used to import data.|
| _Url_|Required| **String**|The location of the XML file to be imported.|
| _IsRefresh_|Required| **Boolean**| **True** if the event was triggered by refreshing an existing connection to XML data; **False** if the event was triggered by importing from a different data source.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the import or refresh operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.BreakLink.md b/api/Excel.Workbook.BreakLink.md
index d708e59bd52..ca9ba64bcab 100644
--- a/api/Excel.Workbook.BreakLink.md
+++ b/api/Excel.Workbook.BreakLink.md
@@ -27,7 +27,7 @@ Converts formulas linked to other Microsoft Excel sources or OLE sources to valu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the link.|
| _Type_|Required| **[XlLinkType](Excel.XlLinkType.md)**|The type of link.|
diff --git a/api/Excel.Workbook.CanCheckIn.md b/api/Excel.Workbook.CanCheckIn.md
index b35630899b6..58cc1da7c38 100644
--- a/api/Excel.Workbook.CanCheckIn.md
+++ b/api/Excel.Workbook.CanCheckIn.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Workbook.ChangeFileAccess.md b/api/Excel.Workbook.ChangeFileAccess.md
index 99f85ada0ec..929ba13e6ab 100644
--- a/api/Excel.Workbook.ChangeFileAccess.md
+++ b/api/Excel.Workbook.ChangeFileAccess.md
@@ -27,7 +27,7 @@ Changes the access permissions for the workbook. This may require an updated ver
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Mode_|Required| **[XlFileAccess](Excel.XlFileAccess.md)**|Specifies the new access mode.|
| _WritePassword_|Optional| **Variant**|Specifies the write-reserved password if the file is write reserved and _Mode_ is **xlReadWrite** . Ignored if there's no password for the file or if _Mode_ is **xlReadOnly** .|
diff --git a/api/Excel.Workbook.ChangeLink.md b/api/Excel.Workbook.ChangeLink.md
index e813df1d52a..9100ee987dd 100644
--- a/api/Excel.Workbook.ChangeLink.md
+++ b/api/Excel.Workbook.ChangeLink.md
@@ -27,7 +27,7 @@ Changes a link from one document to another.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the Microsoft Excel or DDE/OLE link to be changed, as it was returned from the **[LinkSources](Excel.Workbook.LinkSources.md)** method.|
| _NewName_|Required| **String**|The new name of the link.|
diff --git a/api/Excel.Workbook.CheckIn.md b/api/Excel.Workbook.CheckIn.md
index f3e81600129..06acd936063 100644
--- a/api/Excel.Workbook.CheckIn.md
+++ b/api/Excel.Workbook.CheckIn.md
@@ -27,7 +27,7 @@ Returns a workbook from a local computer to a server, and sets the local workboo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Variant**| **True** saves changes and checks in the document. **False** returns the document to a checked-in status without saving revision.|
| _Comments_|Optional| **Variant**|Allows the user to enter check-in comments for the revision of the workbook being checked in (applies only if _SaveChanges_ equals **True**).|
diff --git a/api/Excel.Workbook.CheckInWithVersion.md b/api/Excel.Workbook.CheckInWithVersion.md
index b7faa7e64b3..98102a8ce8b 100644
--- a/api/Excel.Workbook.CheckInWithVersion.md
+++ b/api/Excel.Workbook.CheckInWithVersion.md
@@ -27,14 +27,14 @@ Saves a workbook to a server from a local computer, and sets the local workbook
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Variant**| **True** to save the workbook to the server location. The default is **True** .|
| _Comments_|Optional| **Variant**|Comments for the revision of the workbook being checked in (applies only if _SaveChanges_ is set to **True**).|
| _MakePublic_|Optional| **Variant**| **True** to allow the user to publish the workbook after it is checked in.|
| _VersionType_|Optional| **Variant**|Specifies versioning information for the workbook. |
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.Close.md b/api/Excel.Workbook.Close.md
index 95983341794..c8faffc0473 100644
--- a/api/Excel.Workbook.Close.md
+++ b/api/Excel.Workbook.Close.md
@@ -27,7 +27,7 @@ Closes the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Variant**|If there are no changes to the workbook, this argument is ignored. If there are changes to the workbook and the workbook appears in other open windows, this argument is ignored. If there are changes to the workbook but the workbook doesn't appear in any other open windows, this argument specifies whether changes should be saved. If set to **True** , changes are saved to the workbook. If there is not yet a file name associated with the workbook, then _FileName_ is used. If _Filename_ is omitted, the user is asked to supply a file name.|
| _Filename_|Optional| **Variant**|Save changes under this file name.|
diff --git a/api/Excel.Workbook.Colors.md b/api/Excel.Workbook.Colors.md
index 796b82db3c8..b42e3cb642f 100644
--- a/api/Excel.Workbook.Colors.md
+++ b/api/Excel.Workbook.Colors.md
@@ -27,7 +27,7 @@ Returns or sets colors in the palette for the workbook. The palette has 56 entri
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The color number (from 1 to 56). If this argument isn?t specified, this method returns an array that contains all 56 of the colors in the palette.|
diff --git a/api/Excel.Workbook.ConnectionsDisabled.md b/api/Excel.Workbook.ConnectionsDisabled.md
index ea282c48e15..683c596684b 100644
--- a/api/Excel.Workbook.ConnectionsDisabled.md
+++ b/api/Excel.Workbook.ConnectionsDisabled.md
@@ -23,7 +23,7 @@ Disables the external connections or links in the workbook. Read-only
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Workbook.Deactivate.md b/api/Excel.Workbook.Deactivate.md
index a3fe4021e24..eae245c2259 100644
--- a/api/Excel.Workbook.Deactivate.md
+++ b/api/Excel.Workbook.Deactivate.md
@@ -23,7 +23,7 @@ Occurs when the chart, worksheet, or workbook is deactivated.
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Excel.Workbook.DefaultSlicerStyle.md b/api/Excel.Workbook.DefaultSlicerStyle.md
index 3ff37511c2c..11750bca8f9 100644
--- a/api/Excel.Workbook.DefaultSlicerStyle.md
+++ b/api/Excel.Workbook.DefaultSlicerStyle.md
@@ -23,7 +23,7 @@ Specifies the style from the **[TableStyles](Excel.TableStyles.md)** object tha
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Workbook.DeleteNumberFormat.md b/api/Excel.Workbook.DeleteNumberFormat.md
index de573b992d4..ff6c8ec22f2 100644
--- a/api/Excel.Workbook.DeleteNumberFormat.md
+++ b/api/Excel.Workbook.DeleteNumberFormat.md
@@ -27,7 +27,7 @@ Deletes a custom number format from the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumberFormat_|Required| **String**|Names the number format to be deleted.|
diff --git a/api/Excel.Workbook.ExclusiveAccess.md b/api/Excel.Workbook.ExclusiveAccess.md
index ec199596ca9..6ed688aa3cd 100644
--- a/api/Excel.Workbook.ExclusiveAccess.md
+++ b/api/Excel.Workbook.ExclusiveAccess.md
@@ -23,7 +23,7 @@ Assigns the current user exclusive access to the workbook that's open as a share
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Workbook.ExportAsFixedFormat.md b/api/Excel.Workbook.ExportAsFixedFormat.md
index 0b6bfff974d..612ea8f4c39 100644
--- a/api/Excel.Workbook.ExportAsFixedFormat.md
+++ b/api/Excel.Workbook.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ The **ExportAsFixedFormat** method is used to publish a workbook to either the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **XlFixedFormatType**|Can be either **xlTypePDF** or **xlTypeXPS** .|
| _Filename_|Optional| **Variant**|A string that indicates the name of the file to be saved. You can include a full path or Excel saves the file in the current folder.|
diff --git a/api/Excel.Workbook.FollowHyperlink.md b/api/Excel.Workbook.FollowHyperlink.md
index 5bf8c9d6029..0175de09bd0 100644
--- a/api/Excel.Workbook.FollowHyperlink.md
+++ b/api/Excel.Workbook.FollowHyperlink.md
@@ -27,7 +27,7 @@ Displays a cached document, if it?s already been downloaded. Otherwise, this met
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Required| **String**|The address of the target document.|
| _SubAddress_|Optional| **Variant**|The location within the target document. The default value is the empty string.|
diff --git a/api/Excel.Workbook.ForceFullCalculation.md b/api/Excel.Workbook.ForceFullCalculation.md
index bf58a43dc9c..cca1b3198a2 100644
--- a/api/Excel.Workbook.ForceFullCalculation.md
+++ b/api/Excel.Workbook.ForceFullCalculation.md
@@ -23,7 +23,7 @@ Returns or sets the specified workbook to forced calculation mode. Read/write.
_expression_ An expression that returns a '[Workbook](Excel.Workbook.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Workbook.GetWorkflowTasks.md b/api/Excel.Workbook.GetWorkflowTasks.md
index b33497505ef..d9b128fc136 100644
--- a/api/Excel.Workbook.GetWorkflowTasks.md
+++ b/api/Excel.Workbook.GetWorkflowTasks.md
@@ -23,7 +23,7 @@ Returns the collection of **[WorkflowTask](./Office.WorkflowTask.md)** objects
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
WorkFlowTasks
diff --git a/api/Excel.Workbook.GetWorkflowTemplates.md b/api/Excel.Workbook.GetWorkflowTemplates.md
index 5ec65999a75..0a038e69cd8 100644
--- a/api/Excel.Workbook.GetWorkflowTemplates.md
+++ b/api/Excel.Workbook.GetWorkflowTemplates.md
@@ -23,7 +23,7 @@ Returns the collection of **[WorkflowTemplate](./Office.WorkflowTemplate.md)**
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
WorkflowTemplates
diff --git a/api/Excel.Workbook.HighlightChangesOptions.md b/api/Excel.Workbook.HighlightChangesOptions.md
index 03cb77dc66d..6dd3ae1b0f1 100644
--- a/api/Excel.Workbook.HighlightChangesOptions.md
+++ b/api/Excel.Workbook.HighlightChangesOptions.md
@@ -27,7 +27,7 @@ Controls how changes are shown in a shared workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _When_|Optional| **Variant**|The changes that are shown. Can be one of the following **[XlHighlightChangesTime](Excel.XlHighlightChangesTime.md)** constants: **xlSinceMyLastSave** , **xlAllChanges** , or **xlNotYetReviewed** .|
| _Who_|Optional| **Variant**|The user or users whose changes are shown. Can be "Everyone," "Everyone but Me," or the name of one of the users of the shared workbook.|
diff --git a/api/Excel.Workbook.LinkInfo.md b/api/Excel.Workbook.LinkInfo.md
index c04bd4099de..c819c39c0bd 100644
--- a/api/Excel.Workbook.LinkInfo.md
+++ b/api/Excel.Workbook.LinkInfo.md
@@ -27,14 +27,14 @@ Returns the link date and update status.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the link.|
| _LinkInfo_|Required| **[XlLinkInfo](Excel.XlLinkInfo.md)**|The type of information to be returned.|
| _Type_|Optional| **Variant**|One of the constants of **[XlLinkInfoType](Excel.XlLinkInfoType.md)** specifying the type of link to return.|
| _EditionRef_|Optional| **Variant**|If the link is an edition, this argument specifies the edition reference as a string in R1C1 style. This argument is required if there's more than one publisher or subscriber with the same name in the workbook.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Workbook.LinkSources.md b/api/Excel.Workbook.LinkSources.md
index 7d99ac4c293..5c0acb7df3f 100644
--- a/api/Excel.Workbook.LinkSources.md
+++ b/api/Excel.Workbook.LinkSources.md
@@ -27,11 +27,11 @@ Returns an array of links in the workbook. The names in the array are the names
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **Variant**|One of the constants of **[XlLink](Excel.XlLink.md)** which specifies the type of link to return.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Workbook.MergeWorkbook.md b/api/Excel.Workbook.MergeWorkbook.md
index ba061f191c6..3e5d3d6672b 100644
--- a/api/Excel.Workbook.MergeWorkbook.md
+++ b/api/Excel.Workbook.MergeWorkbook.md
@@ -27,7 +27,7 @@ Merges changes from one workbook into an open workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **Variant**|The file name of the workbook that contains the changes to be merged into the open workbook.|
diff --git a/api/Excel.Workbook.NewChart.md b/api/Excel.Workbook.NewChart.md
index e3a18487880..4b4906d6ba3 100644
--- a/api/Excel.Workbook.NewChart.md
+++ b/api/Excel.Workbook.NewChart.md
@@ -27,11 +27,11 @@ Occurs when a new chart is created in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Ch_|Required| **[Chart](Excel.Chart(object).md)**|The new chart.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.NewSheet.md b/api/Excel.Workbook.NewSheet.md
index 5b24e5f27f9..15f6d88e51e 100644
--- a/api/Excel.Workbook.NewSheet.md
+++ b/api/Excel.Workbook.NewSheet.md
@@ -27,11 +27,11 @@ Occurs when a new sheet is created in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The new sheet. Can be a **[Worksheet](Excel.Worksheet.md)** or **[Chart](Excel.Chart(object).md)** object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.NewWindow.md b/api/Excel.Workbook.NewWindow.md
index 6690a2d912e..8e5afb51492 100644
--- a/api/Excel.Workbook.NewWindow.md
+++ b/api/Excel.Workbook.NewWindow.md
@@ -23,7 +23,7 @@ Creates a new window or a copy of the specified window.
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Excel.Workbook.OpenLinks.md b/api/Excel.Workbook.OpenLinks.md
index 649ca2e7cf3..1d1c0fef005 100644
--- a/api/Excel.Workbook.OpenLinks.md
+++ b/api/Excel.Workbook.OpenLinks.md
@@ -27,7 +27,7 @@ Opens the supporting documents for a link or links.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the Microsoft Excel or DDE/OLE link, as returned from the **[LinkSources](Excel.Workbook.LinkSources.md)** method.|
| _ReadOnly_|Optional| **Variant**| **True** to open documents as read-only. The default value is **False** .|
diff --git a/api/Excel.Workbook.PivotCaches.md b/api/Excel.Workbook.PivotCaches.md
index 9a7453d1221..493e28a0671 100644
--- a/api/Excel.Workbook.PivotCaches.md
+++ b/api/Excel.Workbook.PivotCaches.md
@@ -23,7 +23,7 @@ Returns a **[PivotCaches](Excel.PivotCaches.md)** collection that represents al
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
PivotCaches
diff --git a/api/Excel.Workbook.Post.md b/api/Excel.Workbook.Post.md
index c9c08b400fc..5a24320ff53 100644
--- a/api/Excel.Workbook.Post.md
+++ b/api/Excel.Workbook.Post.md
@@ -27,7 +27,7 @@ Posts the specified workbook to a public folder. This method works only with a M
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestName_|Optional| **Variant**|This argument is ignored. The **Post** method prompts the user to specify the destination for the workbook.|
diff --git a/api/Excel.Workbook.PrintOut.md b/api/Excel.Workbook.PrintOut.md
index 44e2622f589..9b844ecb2bd 100644
--- a/api/Excel.Workbook.PrintOut.md
+++ b/api/Excel.Workbook.PrintOut.md
@@ -27,7 +27,7 @@ Prints the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional| **Variant**|The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.|
| _To_|Optional| **Variant**|The number of the last page to print. If this argument is omitted, printing ends with the last page.|
@@ -39,7 +39,7 @@ Prints the object.
| _PrToFileName_|Optional| **Variant**|If _PrintToFile_ is set to **True** , this argument specifies the name of the file you want to print to.|
| _IgnorePrintAreas_|Optional| **Variant**| **True** to ignore print areas and print the entire object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Workbook.PrintPreview.md b/api/Excel.Workbook.PrintPreview.md
index 071bf4c796d..1d9b1ddbd3e 100644
--- a/api/Excel.Workbook.PrintPreview.md
+++ b/api/Excel.Workbook.PrintPreview.md
@@ -27,7 +27,7 @@ Shows a preview of the object as it would look when printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EnableChanges_|Optional| **Variant**|Pass a **Boolean** value to specify if the user can change the margins and other page setup options available in print preview.|
diff --git a/api/Excel.Workbook.Protect.md b/api/Excel.Workbook.Protect.md
index 6d9a9d33533..6ac3586fdf8 100644
--- a/api/Excel.Workbook.Protect.md
+++ b/api/Excel.Workbook.Protect.md
@@ -27,7 +27,7 @@ Protects a workbook so that it cannot be modified.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Password_|Optional| **Variant**|A string that specifies a case-sensitive password for the worksheet or workbook. If this argument is omitted, you can unprotect the worksheet or workbook without using a password. Otherwise, you must specify the password to unprotect the worksheet or workbook. If you forget the password, you cannot unprotect the worksheet or workbook. Use strong passwords that combine uppercase and lowercase letters, numbers, and symbols. Weak passwords don't mix these elements. Strong password: Y6dh!et5. Weak password: House27. Passwords should be 8 or more characters in length. A pass phrase that uses 14 or more characters is better. For more information, see Help protect your personal information with strong passwords. It is critical that you remember your password. If you forget your password, Microsoft cannot retrieve it. Store the passwords that you write down in a secure place away from the information that they help protect. |
| _Structure_|Optional| **Variant**| **True** to protect the structure of the workbook (the relative position of the sheets). The default value is **False** .|
diff --git a/api/Excel.Workbook.ProtectSharing.md b/api/Excel.Workbook.ProtectSharing.md
index 0565901e78b..4d1908ba09c 100644
--- a/api/Excel.Workbook.ProtectSharing.md
+++ b/api/Excel.Workbook.ProtectSharing.md
@@ -27,7 +27,7 @@ Saves the workbook and protects it for sharing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Optional| **Variant**|A string indicating the name of the saved file. You can include a full path; if you don?t, Microsoft Excel saves the file in the current folder.|
| _Password_|Optional| **Variant**|A case-sensitive string indicating the protection password to be given to the file. Should be no longer than 15 characters.|
diff --git a/api/Excel.Workbook.PurgeChangeHistoryNow.md b/api/Excel.Workbook.PurgeChangeHistoryNow.md
index 0bef5bce8b2..da74e164d20 100644
--- a/api/Excel.Workbook.PurgeChangeHistoryNow.md
+++ b/api/Excel.Workbook.PurgeChangeHistoryNow.md
@@ -27,7 +27,7 @@ Removes entries from the change log for the specified workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Days_|Required| **Long**|The number of days that changes in the change log are to be retained.|
| _SharingPassword_|Optional| **Variant**|The password that unprotects the workbook for sharing. If the workbook is protected for sharing with a password and this argument is omitted, the user is prompted for the password.|
diff --git a/api/Excel.Workbook.RejectAllChanges.md b/api/Excel.Workbook.RejectAllChanges.md
index 6822e7f2e2a..ab4380acf07 100644
--- a/api/Excel.Workbook.RejectAllChanges.md
+++ b/api/Excel.Workbook.RejectAllChanges.md
@@ -27,7 +27,7 @@ Rejects all changes in the specified shared workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _When_|Optional| **Variant**|Specifies when all the changes are rejected.|
| _Who_|Optional| **Variant**|Specifies by whom all the changes are rejected.|
diff --git a/api/Excel.Workbook.ReloadAs.md b/api/Excel.Workbook.ReloadAs.md
index 9cf4be8feb2..163b36197bf 100644
--- a/api/Excel.Workbook.ReloadAs.md
+++ b/api/Excel.Workbook.ReloadAs.md
@@ -27,7 +27,7 @@ Reloads a workbook based on an HTML document, using the specified document encod
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Encoding_|Required| **[MsoEncoding](./Office.MsoEncoding.md)**|The encoding that is to be applied to the workbook.|
diff --git a/api/Excel.Workbook.RemoveDocumentInformation.md b/api/Excel.Workbook.RemoveDocumentInformation.md
index adbef2dd230..72d4e71c4e5 100644
--- a/api/Excel.Workbook.RemoveDocumentInformation.md
+++ b/api/Excel.Workbook.RemoveDocumentInformation.md
@@ -27,7 +27,7 @@ Removes all information of the specified type from the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RemoveDocInfoType_|Required| **[XlRemoveDocInfoType](Excel.XlRemoveDocInfoType.md)**|Type of information to be removed.|
diff --git a/api/Excel.Workbook.RemoveUser.md b/api/Excel.Workbook.RemoveUser.md
index 5e29fc7b580..3fe31c87215 100644
--- a/api/Excel.Workbook.RemoveUser.md
+++ b/api/Excel.Workbook.RemoveUser.md
@@ -27,7 +27,7 @@ Disconnects the specified user from the shared workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The user index.|
diff --git a/api/Excel.Workbook.ReplyWithChanges.md b/api/Excel.Workbook.ReplyWithChanges.md
index cc48f2f5cde..5d9b0c6e4fe 100644
--- a/api/Excel.Workbook.ReplyWithChanges.md
+++ b/api/Excel.Workbook.ReplyWithChanges.md
@@ -27,7 +27,7 @@ Sends an e-mail message to the author of a workbook that has been sent out for r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShowMessage_|Optional| **Variant**| **False** does not display the message. **True** displays the message.|
diff --git a/api/Excel.Workbook.RowsetComplete.md b/api/Excel.Workbook.RowsetComplete.md
index 2c96dc52194..78486e7ca7f 100644
--- a/api/Excel.Workbook.RowsetComplete.md
+++ b/api/Excel.Workbook.RowsetComplete.md
@@ -27,7 +27,7 @@ The event is raised when the user either drills through the recordset or invokes
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Description_|Required| **String**|A brief description of the event.|
| _Sheet_|Required| **String**|Worksheet on which the recordset is created.|
diff --git a/api/Excel.Workbook.RunAutoMacros.md b/api/Excel.Workbook.RunAutoMacros.md
index 9cdc881f0c1..f6381b68b88 100644
--- a/api/Excel.Workbook.RunAutoMacros.md
+++ b/api/Excel.Workbook.RunAutoMacros.md
@@ -27,7 +27,7 @@ Runs the Auto_Open, Auto_Close, Auto_Activate, or Auto_Deactivate macro attached
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Which_|Required| **[XlRunAutoMacro](Excel.XlRunAutoMacro.md)**|Specifies the automatic macro to run.|
diff --git a/api/Excel.Workbook.SaveAs.md b/api/Excel.Workbook.SaveAs.md
index 89dd60e3456..392c8136141 100644
--- a/api/Excel.Workbook.SaveAs.md
+++ b/api/Excel.Workbook.SaveAs.md
@@ -27,7 +27,7 @@ Saves changes to the workbook in a different file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Optional| **Variant**|A string that indicates the name of the file to be saved. You can include a full path; if you don't, Microsoft Excel saves the file in the current folder.|
| _FileFormat_|Optional| **Variant**|The file format to use when you save the file. For a list of valid choices, see the **[XlFileFormat](Excel.XlFileFormat.md)** enumeration. For an existing file, the default format is the last file format specified; for a new file, the default is the format of the version of Excel being used.|
diff --git a/api/Excel.Workbook.SaveAsXMLData.md b/api/Excel.Workbook.SaveAsXMLData.md
index 75f274a2bed..a30222bd2fc 100644
--- a/api/Excel.Workbook.SaveAsXMLData.md
+++ b/api/Excel.Workbook.SaveAsXMLData.md
@@ -27,7 +27,7 @@ Exports the data that has been mapped to the specified XML schema map to an XML
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|A string that indicates the name of the file to be saved. You can include a full path; if you don't, Microsoft Excel saves the file in the current folder.|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The schema map to apply to the data.|
diff --git a/api/Excel.Workbook.SaveCopyAs.md b/api/Excel.Workbook.SaveCopyAs.md
index 09541e16492..025444a427b 100644
--- a/api/Excel.Workbook.SaveCopyAs.md
+++ b/api/Excel.Workbook.SaveCopyAs.md
@@ -27,7 +27,7 @@ Saves a copy of the workbook to a file but doesn't modify the open workbook in m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **Variant**|Specifies the file name for the copy.|
diff --git a/api/Excel.Workbook.SendFaxOverInternet.md b/api/Excel.Workbook.SendFaxOverInternet.md
index d0ef1a1fdd5..906beb729d4 100644
--- a/api/Excel.Workbook.SendFaxOverInternet.md
+++ b/api/Excel.Workbook.SendFaxOverInternet.md
@@ -27,7 +27,7 @@ Sends a worksheet as a fax to the specfied recipients.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipients_|Optional| **Variant**|A **String** that represents the fax numbers and e-mail addresses of the people to whom the fax will be sent. Separate multiple recipients with a semicolon.|
| _Subject_|Optional| **Variant**|A **String** that represents the subject line for the faxed document.|
diff --git a/api/Excel.Workbook.SendForReview.md b/api/Excel.Workbook.SendForReview.md
index 9ffd7bd9791..35415f3f6e7 100644
--- a/api/Excel.Workbook.SendForReview.md
+++ b/api/Excel.Workbook.SendForReview.md
@@ -27,7 +27,7 @@ Sends a workbook in an e-mail message for review to the specified recipients.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipients_|Optional| **Variant**|A string that lists the people to whom to send the message. These can be unresolved names and aliases in an e-mail phone book or full e-mail addresses. Separate multiple recipients with a semicolon (;). If left blank and _ShowMessage_ is **False** , you will receive an error message, and the message will not be sent.|
| _Subject_|Optional| **Variant**|A string for the subject of the message. If left blank, the subject will be: Please review "filename".|
diff --git a/api/Excel.Workbook.SendMail.md b/api/Excel.Workbook.SendMail.md
index 18bdd60d310..04551d5d0c5 100644
--- a/api/Excel.Workbook.SendMail.md
+++ b/api/Excel.Workbook.SendMail.md
@@ -27,7 +27,7 @@ Sends the workbook by using the installed mail system.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipients_|Required| **Variant**|Specifies the name of the recipient as text, or as an array of text strings if there are multiple recipients. At least one recipient must be specified, and all recipients are added as To recipients.|
| _Subject_|Optional| **Variant**|Specifies the subject of the message. If this argument is omitted, the document name is used.|
diff --git a/api/Excel.Workbook.SendMailer.md b/api/Excel.Workbook.SendMailer.md
index 6cf2c5593fa..1abbc962251 100644
--- a/api/Excel.Workbook.SendMailer.md
+++ b/api/Excel.Workbook.SendMailer.md
@@ -27,7 +27,7 @@ You have requested Help for a Visual Basic keyword used only on the Macintosh. F
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileFormat_|Optional| **Variant**|See help included with Microsoft Office Macintosh Edition.|
| _Priority_|Optional| **XlPriority**|See help included with Microsoft Office Macintosh Edition.|
diff --git a/api/Excel.Workbook.SetLinkOnData.md b/api/Excel.Workbook.SetLinkOnData.md
index 40635fabc91..a675ce23c7e 100644
--- a/api/Excel.Workbook.SetLinkOnData.md
+++ b/api/Excel.Workbook.SetLinkOnData.md
@@ -27,7 +27,7 @@ Sets the name of a procedure that runs whenever a DDE link is updated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the DDE/OLE link, as returned from the **[LinkSources](Excel.Workbook.LinkSources.md)** method.|
| _Procedure_|Optional| **Variant**|The name of the procedure to be run when the link is updated. This can be either a Microsoft Excel 4.0 macro or a Visual Basic procedure. Set this argument to an empty string ("") to indicate that no procedure should run when the link is updated.|
diff --git a/api/Excel.Workbook.SetPasswordEncryptionOptions.md b/api/Excel.Workbook.SetPasswordEncryptionOptions.md
index f936d107cbc..c7a8730dc54 100644
--- a/api/Excel.Workbook.SetPasswordEncryptionOptions.md
+++ b/api/Excel.Workbook.SetPasswordEncryptionOptions.md
@@ -27,7 +27,7 @@ Sets the options for encrypting workbooks using passwords.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PasswordEncryptionProvider_|Optional| **Variant**|A case sensitive string of the encryption provider.|
| _PasswordEncryptionAlgorithm_|Optional| **Variant**|A case sensitive string of the algorithmic short name (i.e. "RC4").|
diff --git a/api/Excel.Workbook.SheetActivate.md b/api/Excel.Workbook.SheetActivate.md
index c01192c2f9e..7062858a43e 100644
--- a/api/Excel.Workbook.SheetActivate.md
+++ b/api/Excel.Workbook.SheetActivate.md
@@ -27,7 +27,7 @@ Occurs when any sheet is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The activated sheet. Can be a **[Chart](Excel.Chart(object).md)** or **[Worksheet](Excel.Worksheet.md)** object.|
diff --git a/api/Excel.Workbook.SheetBeforeDoubleClick.md b/api/Excel.Workbook.SheetBeforeDoubleClick.md
index 3415670372f..180b4480799 100644
--- a/api/Excel.Workbook.SheetBeforeDoubleClick.md
+++ b/api/Excel.Workbook.SheetBeforeDoubleClick.md
@@ -27,7 +27,7 @@ Occurs when any worksheet is double-clicked, before the default double-click act
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**| A **[Worksheet](Excel.Worksheet.md)** object that represents the sheet.|
| _Target_|Required| **Range**|The cell nearest to the mouse pointer when the double-click occurred.|
diff --git a/api/Excel.Workbook.SheetBeforeRightClick.md b/api/Excel.Workbook.SheetBeforeRightClick.md
index 7e265d3cad5..9a7a82e4396 100644
--- a/api/Excel.Workbook.SheetBeforeRightClick.md
+++ b/api/Excel.Workbook.SheetBeforeRightClick.md
@@ -27,7 +27,7 @@ Occurs when any worksheet is right-clicked, before the default right-click actio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|A **[Worksheet](Excel.Worksheet.md)** object that represents the sheet.|
| _Target_|Required| **Range**|The cell nearest to the mouse pointer when the right-click occurred.|
diff --git a/api/Excel.Workbook.SheetCalculate.md b/api/Excel.Workbook.SheetCalculate.md
index bde145a6a77..a23317aba8c 100644
--- a/api/Excel.Workbook.SheetCalculate.md
+++ b/api/Excel.Workbook.SheetCalculate.md
@@ -27,7 +27,7 @@ Occurs after any worksheet is recalculated or after any changed data is plotted
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|Can be a **[Chart](Excel.Chart(object).md)** or **[Worksheet](Excel.Worksheet.md)** object.|
diff --git a/api/Excel.Workbook.SheetChange.md b/api/Excel.Workbook.SheetChange.md
index 2182156f6d8..14c9883ec41 100644
--- a/api/Excel.Workbook.SheetChange.md
+++ b/api/Excel.Workbook.SheetChange.md
@@ -27,7 +27,7 @@ Occurs when cells in any worksheet are changed by the user or by an external lin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|A **[Worksheet](Excel.Worksheet.md)** object that represents the sheet.|
| _Target_|Required| **Range**|The changed range.|
diff --git a/api/Excel.Workbook.SheetDeactivate.md b/api/Excel.Workbook.SheetDeactivate.md
index d133f61b50a..499e1020469 100644
--- a/api/Excel.Workbook.SheetDeactivate.md
+++ b/api/Excel.Workbook.SheetDeactivate.md
@@ -27,7 +27,7 @@ Occurs when any sheet is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The sheet. Can be a **[Chart](Excel.Chart(object).md)** or **[Worksheet](Excel.Worksheet.md)** object.|
diff --git a/api/Excel.Workbook.SheetFollowHyperlink.md b/api/Excel.Workbook.SheetFollowHyperlink.md
index 1f4bb5e9428..e68520894ce 100644
--- a/api/Excel.Workbook.SheetFollowHyperlink.md
+++ b/api/Excel.Workbook.SheetFollowHyperlink.md
@@ -27,7 +27,7 @@ Occurs when you click any hyperlink in Microsoft Excel. For worksheet-level even
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The **[Worksheet](Excel.Worksheet.md)** object that contains the hyperlink.|
| _Target_|Required| **Hyperlink**|The **[Hyperlink](Excel.Hyperlink.md)** object that represents the destination of the hyperlink.|
diff --git a/api/Excel.Workbook.SheetPivotTableAfterValueChange.md b/api/Excel.Workbook.SheetPivotTableAfterValueChange.md
index d49cbf9d341..8ccdfbf630c 100644
--- a/api/Excel.Workbook.SheetPivotTableAfterValueChange.md
+++ b/api/Excel.Workbook.SheetPivotTableAfterValueChange.md
@@ -27,13 +27,13 @@ Occurs after a cell or range of cells inside a PivotTable are edited or recalcul
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The worksheet that contains the PivotTable.|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the edited or recalculated cells.|
| _TargetRange_|Required| **[Range](Excel.Range(object).md)**|The range that contains all the edited or recalcuated cells.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.Workbook.SheetPivotTableBeforeAllocateChanges.md b/api/Excel.Workbook.SheetPivotTableBeforeAllocateChanges.md
index 51e88af7ec5..fc59c9ee614 100644
--- a/api/Excel.Workbook.SheetPivotTableBeforeAllocateChanges.md
+++ b/api/Excel.Workbook.SheetPivotTableBeforeAllocateChanges.md
@@ -27,7 +27,7 @@ Occurs before changes are applied to a PivotTable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The worksheet that contains the PivotTable.|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the changes to apply.|
@@ -35,7 +35,7 @@ Occurs before changes are applied to a PivotTable.
| _ValueChangeEnd_|Required| **Long**|The index to the last change in the associated **PivotTableChangeList** collection. The index is specified by the **Order** property of the **ValueChange** object in the **PivotTableChangeList** collection.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the changes are not applied to the PivotTable and all edits are lost.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.Workbook.SheetPivotTableBeforeCommitChanges.md b/api/Excel.Workbook.SheetPivotTableBeforeCommitChanges.md
index 555ba058267..a1c4bdbccec 100644
--- a/api/Excel.Workbook.SheetPivotTableBeforeCommitChanges.md
+++ b/api/Excel.Workbook.SheetPivotTableBeforeCommitChanges.md
@@ -27,7 +27,7 @@ Occurs before changes are committed against the OLAP data source for a PivotTabl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The worksheet that contains the PivotTable.|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the changes to commit.|
@@ -35,7 +35,7 @@ Occurs before changes are committed against the OLAP data source for a PivotTabl
| _ValueChangeEnd_|Required| **Long**|The index to the last change in the associated **PivotTableChangeList** object. The index is specified by the **Order** property of the **ValueChange** object in the **PivotTableChangeList** collection.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the changes are not committed against the OLAP data source of the PivotTable.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.Workbook.SheetPivotTableBeforeDiscardChanges.md b/api/Excel.Workbook.SheetPivotTableBeforeDiscardChanges.md
index 52b0d5cd368..2ecbb5a2893 100644
--- a/api/Excel.Workbook.SheetPivotTableBeforeDiscardChanges.md
+++ b/api/Excel.Workbook.SheetPivotTableBeforeDiscardChanges.md
@@ -27,14 +27,14 @@ Occurs before changes to a PivotTable are discarded.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**||
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the changes to discard.|
| _ValueChangeStart_|Required| **Long**|The index to the first change in the associated **[PivotTableChangeList](Excel.PivotTableChangeList.md)** object. The index is specified by the **[Order](Excel.ValueChange.Order.md)** property of the **[ValueChange](Excel.ValueChange.md)** object in the **PivotTableChangeList** collection.|
| _ValueChangeEnd_|Required| **Long**|The index to the last change in the associated **PivotTableChangeList** object. The index is specified by the **Order** property of the **ValueChange** object in the **PivotTableChangeList** collection.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Excel.Workbook.SheetPivotTableChangeSync.md b/api/Excel.Workbook.SheetPivotTableChangeSync.md
index e378ddbc1b7..36be57cfe9b 100644
--- a/api/Excel.Workbook.SheetPivotTableChangeSync.md
+++ b/api/Excel.Workbook.SheetPivotTableChangeSync.md
@@ -27,12 +27,12 @@ Occurs after changes to a PivotTable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The worksheet that contains the PivotTable.|
| _Target_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that was changed.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Workbook.SheetPivotTableUpdate.md b/api/Excel.Workbook.SheetPivotTableUpdate.md
index b617253616d..df28949eaa9 100644
--- a/api/Excel.Workbook.SheetPivotTableUpdate.md
+++ b/api/Excel.Workbook.SheetPivotTableUpdate.md
@@ -27,7 +27,7 @@ Occurs after the sheet of the PivotTable report has been updated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The selected sheet.|
| _Target_|Required| **PivotTable**|The selected PivotTable report.|
diff --git a/api/Excel.Workbook.SheetSelectionChange.md b/api/Excel.Workbook.SheetSelectionChange.md
index 01633f3e0ec..c311a79efcc 100644
--- a/api/Excel.Workbook.SheetSelectionChange.md
+++ b/api/Excel.Workbook.SheetSelectionChange.md
@@ -27,7 +27,7 @@ Occurs when the selection changes on any worksheet (doesn't occur if the selecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The worksheet that contains the new selection.|
| _Target_|Required| **Range**|The new selected range.|
diff --git a/api/Excel.Workbook.SlicerCaches.md b/api/Excel.Workbook.SlicerCaches.md
index 0b2bb18687c..934edc8b666 100644
--- a/api/Excel.Workbook.SlicerCaches.md
+++ b/api/Excel.Workbook.SlicerCaches.md
@@ -23,7 +23,7 @@ Returns the **[SlicerCaches](Excel.SlicerCaches.md)** object associated with th
_expression_ A variable that represents a [Workbook](./Excel.Workbook.md) object.
-### Return Value
+### Return value
SlicerCaches
diff --git a/api/Excel.Workbook.Unprotect.md b/api/Excel.Workbook.Unprotect.md
index fb1cf74f882..5c1172d1400 100644
--- a/api/Excel.Workbook.Unprotect.md
+++ b/api/Excel.Workbook.Unprotect.md
@@ -27,7 +27,7 @@ Removes protection from a sheet or workbook. This method has no effect if the sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Password_|Optional| **Variant**|A string that denotes the case-sensitive password to use to unprotect the sheet or workbook. If the sheet or workbook isn't protected with a password, this argument is ignored. If you omit this argument for a sheet that's protected with a password, you'll be prompted for the password. If you omit this argument for a workbook that's protected with a password, the method fails.|
diff --git a/api/Excel.Workbook.UnprotectSharing.md b/api/Excel.Workbook.UnprotectSharing.md
index 7104e93bc5b..8bd599df0fa 100644
--- a/api/Excel.Workbook.UnprotectSharing.md
+++ b/api/Excel.Workbook.UnprotectSharing.md
@@ -27,7 +27,7 @@ Turns off protection for sharing and saves the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SharingPassword_|Optional| **Variant**|The workbook password.|
diff --git a/api/Excel.Workbook.UpdateLink.md b/api/Excel.Workbook.UpdateLink.md
index a55f8bd9dd6..67a3040ac68 100644
--- a/api/Excel.Workbook.UpdateLink.md
+++ b/api/Excel.Workbook.UpdateLink.md
@@ -27,7 +27,7 @@ Updates a Microsoft Excel, DDE, or OLE link (or links).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional| **Variant**|The name of the Microsoft Excel or DDE/OLE link to be updated, as returned from the **[LinkSources](Excel.Workbook.LinkSources.md)** method.|
| _Type_|Optional| **Variant**|One of the constants of **[XlLinkType](Excel.XlLinkType.md)** specifying the type of link.|
diff --git a/api/Excel.Workbook.WindowActivate.md b/api/Excel.Workbook.WindowActivate.md
index 339881cd040..5055e3a1ab7 100644
--- a/api/Excel.Workbook.WindowActivate.md
+++ b/api/Excel.Workbook.WindowActivate.md
@@ -27,7 +27,7 @@ Occurs when any workbook window is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wn_|Required| **Window**| The activated window.|
diff --git a/api/Excel.Workbook.WindowDeactivate.md b/api/Excel.Workbook.WindowDeactivate.md
index 5e9c5bf5568..e254681c323 100644
--- a/api/Excel.Workbook.WindowDeactivate.md
+++ b/api/Excel.Workbook.WindowDeactivate.md
@@ -27,7 +27,7 @@ Occurs when any workbook window is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wn_|Required| **Window**|The deactivated window.|
diff --git a/api/Excel.Workbook.WindowResize.md b/api/Excel.Workbook.WindowResize.md
index dccbff1886c..07b2b581c78 100644
--- a/api/Excel.Workbook.WindowResize.md
+++ b/api/Excel.Workbook.WindowResize.md
@@ -27,7 +27,7 @@ Occurs when any workbook window is resized.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wn_|Required| **Window**|The resized window.|
diff --git a/api/Excel.Workbook.XmlImport.md b/api/Excel.Workbook.XmlImport.md
index 13185aa044a..7c4a5af2743 100644
--- a/api/Excel.Workbook.XmlImport.md
+++ b/api/Excel.Workbook.XmlImport.md
@@ -27,14 +27,14 @@ Imports an XML data file into the current workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Url_|Required| **String**|A uniform resource locator (URL) or a uniform naming convention (UNC) path to a XML data file.|
| _ImportMap_|Required| **[XmlMap](Excel.XmlMap.md)**|The schema map to apply when importing the file. If the data was previously imported, contains a reference to the **XmlMap** object containing the data.|
| _Overwrite_|Optional| **Variant**|If a value is not specified for the Destination parameter, then this parameter specifies whether or not to overwrite data that has been mapped to the schema map specified in the ImportMap parameter. Set to **True** to overwrite the data or **False** to append the new data to the existing data. The default value is **True** . If a value is specified for the Destination parameter, then this parameter specifies whether or not to overwrite existing data. Set to **True** to overwrite existing data or **False** to cancel the import if data would be overwritten. The default value is **True** .|
| _Destination_|Optional| **Variant**|Specifies the range where the list will be created. You only use the top left corner of the range.|
-### Return Value
+### Return value
[XlXmlImportResult](Excel.XlXmlImportResult.md)
diff --git a/api/Excel.Workbook.XmlImportXml.md b/api/Excel.Workbook.XmlImportXml.md
index e1c75af104b..8f58b6b0607 100644
--- a/api/Excel.Workbook.XmlImportXml.md
+++ b/api/Excel.Workbook.XmlImportXml.md
@@ -27,14 +27,14 @@ Imports an XML data stream that has been previously loaded into memory. Excel us
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Data_|Required| **String**|The data to import.|
| _ImportMap_|Required| **[XmlMap](Excel.XmlMap.md)**|The schema map to apply when importing the file.|
| _Overwrite_|Optional| **Variant**|If a value is not specified for the Destination parameter, then this parameter specifies whether or not to overwrite data that has been mapped to the schema map specified in the ImportMap parameter. Set to **True** to overwrite the data or **False** to append the new data to the existing data. The default value is **True** . If a value is specified for the Destination parameter, then this parameter specifies whether or not to overwrite existing data. Set to **True** to overwrite existing data or **False** to cancel the import if data would be overwritten. The default value is **True** .|
| _Destination_|Optional| **Variant**|Specifies the range where the list will be created. Excel only uses the top left corner of the range.|
-### Return Value
+### Return value
[XlXmlImportResult](Excel.XlXmlImportResult.md)
diff --git a/api/Excel.Workbooks.Add.md b/api/Excel.Workbooks.Add.md
index 1cdcd28ad16..25690b2f820 100644
--- a/api/Excel.Workbooks.Add.md
+++ b/api/Excel.Workbooks.Add.md
@@ -27,11 +27,11 @@ Creates a new workbook. The new workbook becomes the active workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Template_|Optional| **Variant**|Determines how the new workbook is created. If this argument is a string specifying the name of an existing Microsoft Excel file, the new workbook is created with the specified file as a template. If this argument is a constant, the new workbook contains a single sheet of the specified type. Can be one of the following [XlWBATemplate](Excel.XlWBATemplate.md) constants: **xlWBATChart** , **xlWBATExcel4IntlMacroSheet** , **xlWBATExcel4MacroSheet** , or **xlWBATWorksheet** . If this argument is omitted, Microsoft Excel creates a new workbook with a number of blank sheets (the number of sheets is set by the **[SheetsInNewWorkbook](Excel.Application.SheetsInNewWorkbook.md)** property).|
-### Return Value
+### Return value
A **[Workbook](Excel.Workbook.md)** object that represents the new workbook.
diff --git a/api/Excel.Workbooks.CanCheckOut.md b/api/Excel.Workbooks.CanCheckOut.md
index d8bbd86790d..a980e11d0a4 100644
--- a/api/Excel.Workbooks.CanCheckOut.md
+++ b/api/Excel.Workbooks.CanCheckOut.md
@@ -27,11 +27,11 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the file to check out.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Workbooks.CheckOut.md b/api/Excel.Workbooks.CheckOut.md
index f1af6929776..806d56a18a5 100644
--- a/api/Excel.Workbooks.CheckOut.md
+++ b/api/Excel.Workbooks.CheckOut.md
@@ -27,7 +27,7 @@ Returns a **String** representing a specified workbook from a server to a local
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the file to check out.|
diff --git a/api/Excel.Workbooks.Item.md b/api/Excel.Workbooks.Item.md
index 148084627ef..f9c408683ca 100644
--- a/api/Excel.Workbooks.Item.md
+++ b/api/Excel.Workbooks.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Workbooks.Open.md b/api/Excel.Workbooks.Open.md
index 7c08dd2abc0..d649ad43864 100644
--- a/api/Excel.Workbooks.Open.md
+++ b/api/Excel.Workbooks.Open.md
@@ -27,7 +27,7 @@ Opens a workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Optional| **Variant**| **String** . The file name of the workbook to be opened.|
| _UpdateLinks_|Optional| **Variant**|Specifies the way external references (links) in the file, such as the reference to a range in the Budget.xls workbook in the following formula =SUM([Budget.xls]Annual!C10:C25), are updated. If this argument is omitted, the user is prompted to specify how links will be updated. For more information about the values used by this parameter, see the Remarks section. If Microsoft Excel is opening a file in the WKS, WK1, or WK3 format and the UpdateLinks argument is 0, no charts are created; otherwise Microsoft Excel generates charts from the graphs attached to the file.|
@@ -45,7 +45,7 @@ Opens a workbook.
| _Local_|Optional| **Variant**| **True** saves files against the language of Microsoft Excel (including control panel settings). **False** (default) saves files against the language of Visual Basic for Applications (VBA) (which is typically United States English unless the VBA project where Workbooks.Open is run from is an old internationalized XL5/95 VBA project).|
| _CorruptLoad_|Optional| **[XlCorruptLoad](Excel.XlCorruptLoad.md)**|Can be one of the following constants: **xlNormalLoad** , **xlRepairFile** and **xlExtractData** . The default behavior if no value is specified is **xlNormalLoad** and does not attempt recovery when initiated through the OM.|
-### Return Value
+### Return value
A **[Workbook](Excel.Workbook.md)** object that represents the opened workbook.
diff --git a/api/Excel.Workbooks.OpenDatabase.md b/api/Excel.Workbooks.OpenDatabase.md
index 55d0bfa750e..47ab81df374 100644
--- a/api/Excel.Workbooks.OpenDatabase.md
+++ b/api/Excel.Workbooks.OpenDatabase.md
@@ -27,7 +27,7 @@ Returns a **Workbook** object representing a database.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The connection string which contains the location and filename of the database.|
| _CommandText_|Optional| **Variant**|The command text of the query.|
@@ -35,7 +35,7 @@ Returns a **Workbook** object representing a database.
| _BackgroundQuery_|Optional| **Variant**|This parameter is a variant data type but you can only pass a Boolean value. If you pass **True** , the query is performed in the background (asynchronously). The default value is **False** .|
| _ImportDataAs_|Optional| **Variant**|This parameter uses one of the values of the **[XlImportDataAs](Excel.XlImportDataAs.md)** enumeration. The two values of this enum are **xlPivotTableReport** and **xlQueryTable** . Pass one of these values to return the data as a PivotTable or QueryTable. The default value is **xlQueryTable** .|
-### Return Value
+### Return value
Workbook
diff --git a/api/Excel.Workbooks.OpenText.md b/api/Excel.Workbooks.OpenText.md
index e890964c912..875b1d4ab10 100644
--- a/api/Excel.Workbooks.OpenText.md
+++ b/api/Excel.Workbooks.OpenText.md
@@ -27,7 +27,7 @@ Loads and parses a text file as a new workbook with a single sheet that contains
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|Specifies the file name of the text file to be opened and parsed.|
| _Origin_|Optional| **Variant**|Specifies the origin of the text file. Can be one of the following **XlPlatform** constants: **xlMacintosh** , **xlWindows** , or **xlMSDOS** . Additionally, this could be an integer representing the code page number of the desired code page. For example, "1256" would specify that the encoding of the source text file is Arabic (Windows). If this argument is omitted, the method uses the current setting of the **File Origin** option in the **Text Import Wizard**.|
diff --git a/api/Excel.Workbooks.OpenXML.md b/api/Excel.Workbooks.OpenXML.md
index f4e3f9eced7..9f856bf9ddb 100644
--- a/api/Excel.Workbooks.OpenXML.md
+++ b/api/Excel.Workbooks.OpenXML.md
@@ -27,13 +27,13 @@ Opens an XML data file. Returns a **[Workbook](Excel.Workbook.md)** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the file to open.|
| _Stylesheets_|Optional| **Variant**|Either a single value or an array of values that specify which XSL Transformation (XSLT) stylesheet processing instructions to apply.|
| _LoadOption_|Optional| **Variant**|Specifies how Excel opens the XML data file. Can be one of the **[XlXmlLoadOption](Excel.XlXmlLoadOption.md)** constants.|
-### Return Value
+### Return value
Workbook
diff --git a/api/Excel.Worksheet.Activate(even).md b/api/Excel.Worksheet.Activate(even).md
index 69aab6a539b..4b13f3b1ff1 100644
--- a/api/Excel.Worksheet.Activate(even).md
+++ b/api/Excel.Worksheet.Activate(even).md
@@ -23,7 +23,7 @@ Occurs when a workbook, worksheet, chart sheet, or embedded chart is activated.
_expression_ A variable that represents a [Worksheet](./Excel.Worksheet.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Excel.Worksheet.BeforeDoubleClick.md b/api/Excel.Worksheet.BeforeDoubleClick.md
index f5f74449647..aee34bbdb13 100644
--- a/api/Excel.Worksheet.BeforeDoubleClick.md
+++ b/api/Excel.Worksheet.BeforeDoubleClick.md
@@ -27,7 +27,7 @@ Occurs when a worksheet is double-clicked, before the default double-click actio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **Range**|The cell nearest to the mouse pointer when the double-click occurs.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the default double-click action isn't performed when the procedure is finished.|
diff --git a/api/Excel.Worksheet.BeforeRightClick.md b/api/Excel.Worksheet.BeforeRightClick.md
index d1a16f2f174..6ad90a10bbc 100644
--- a/api/Excel.Worksheet.BeforeRightClick.md
+++ b/api/Excel.Worksheet.BeforeRightClick.md
@@ -27,7 +27,7 @@ Occurs when a worksheet is right-clicked, before the default right-click action.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **Range**|The cell nearest to the mouse pointer when the right-click occurs.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the default right-click action doesn't occur when the procedure is finished.|
diff --git a/api/Excel.Worksheet.Calculate(even).md b/api/Excel.Worksheet.Calculate(even).md
index 2e347b66849..c17a9009c42 100644
--- a/api/Excel.Worksheet.Calculate(even).md
+++ b/api/Excel.Worksheet.Calculate(even).md
@@ -23,7 +23,7 @@ Occurs after the worksheet is recalculated, for the **Worksheet** object.
_expression_ A variable that represents a [Worksheet](./Excel.Worksheet.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Excel.Worksheet.Change.md b/api/Excel.Worksheet.Change.md
index 3fb49d2a707..1ff453edc8e 100644
--- a/api/Excel.Worksheet.Change.md
+++ b/api/Excel.Worksheet.Change.md
@@ -27,11 +27,11 @@ Occurs when cells on the worksheet are changed by the user or by an external lin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **[Range](Excel.Range(object).md)**|The changed range. Can be more than one cell.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Worksheet.ChartObjects.md b/api/Excel.Worksheet.ChartObjects.md
index 3a4048b49b0..82f87bc3476 100644
--- a/api/Excel.Worksheet.ChartObjects.md
+++ b/api/Excel.Worksheet.ChartObjects.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single embedded chart (a **[ChartObj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the chart. This argument can be an array, to specify more than one chart.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Worksheet.CheckSpelling.md b/api/Excel.Worksheet.CheckSpelling.md
index b7547dbd306..22883a9c344 100644
--- a/api/Excel.Worksheet.CheckSpelling.md
+++ b/api/Excel.Worksheet.CheckSpelling.md
@@ -27,7 +27,7 @@ Checks the spelling of an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomDictionary_|Optional| **Variant**|A string that indicates the file name of the custom dictionary to be examined if the word isn't found in the main dictionary. If this argument is omitted, the currently specified dictionary is used.|
| _IgnoreUppercase_|Optional| **Variant**| **True** to have Microsoft Excel ignore words that are all uppercase. **False** to have Microsoft Excel check words that are all uppercase. If this argument is omitted, the current setting will be used.|
diff --git a/api/Excel.Worksheet.Copy.md b/api/Excel.Worksheet.Copy.md
index 832d223c9d0..7646d22019f 100644
--- a/api/Excel.Worksheet.Copy.md
+++ b/api/Excel.Worksheet.Copy.md
@@ -27,7 +27,7 @@ Copies the sheet to another location in the current workbook or a new workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the copied sheet will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**|The sheet after which the copied sheet will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Worksheet.Deactivate.md b/api/Excel.Worksheet.Deactivate.md
index 5571555014b..6435d05211d 100644
--- a/api/Excel.Worksheet.Deactivate.md
+++ b/api/Excel.Worksheet.Deactivate.md
@@ -23,7 +23,7 @@ Occurs when the chart, worksheet, or workbook is deactivated.
_expression_ A variable that represents a [Worksheet](./Excel.Worksheet.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Excel.Worksheet.Delete.md b/api/Excel.Worksheet.Delete.md
index 371035453c9..273da6bf6ef 100644
--- a/api/Excel.Worksheet.Delete.md
+++ b/api/Excel.Worksheet.Delete.md
@@ -23,7 +23,7 @@ Deletes the object.
_expression_ A variable that represents a [Worksheet](Excel.Worksheet.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.Worksheet.Evaluate.md b/api/Excel.Worksheet.Evaluate.md
index 03ad8ac0eff..5205ac65d43 100644
--- a/api/Excel.Worksheet.Evaluate.md
+++ b/api/Excel.Worksheet.Evaluate.md
@@ -27,11 +27,11 @@ Converts a Microsoft Excel name to an object or a value.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **Variant**|The name of the object, using the naming convention of Microsoft Excel.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Worksheet.ExportAsFixedFormat.md b/api/Excel.Worksheet.ExportAsFixedFormat.md
index 75e3d23e252..e4b13175122 100644
--- a/api/Excel.Worksheet.ExportAsFixedFormat.md
+++ b/api/Excel.Worksheet.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Exports to a file of the specified format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **XlFixedFormatType**|The type of file format to export to.|
| _Filename_|Optional| **Variant**|The file name of the file to be saved. You can include a full path, or Excel saves the file in the current folder.|
diff --git a/api/Excel.Worksheet.FollowHyperlink.md b/api/Excel.Worksheet.FollowHyperlink.md
index ddeccab912c..f9fc7035505 100644
--- a/api/Excel.Worksheet.FollowHyperlink.md
+++ b/api/Excel.Worksheet.FollowHyperlink.md
@@ -27,7 +27,7 @@ Occurs when you click any hyperlink on a worksheet. For application- and workboo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **Hyperlink**|A **[Hyperlink](Excel.Hyperlink.md)** object that represents the destination of the hyperlink.|
diff --git a/api/Excel.Worksheet.Move.md b/api/Excel.Worksheet.Move.md
index ed60a473198..1b9ad2564ff 100644
--- a/api/Excel.Worksheet.Move.md
+++ b/api/Excel.Worksheet.Move.md
@@ -27,7 +27,7 @@ Moves the sheet to another location in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the moved sheet will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**| The sheet after which the moved sheet will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Worksheet.OLEObjects.md b/api/Excel.Worksheet.OLEObjects.md
index e8bb3c178c1..cab108f9e0d 100644
--- a/api/Excel.Worksheet.OLEObjects.md
+++ b/api/Excel.Worksheet.OLEObjects.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single OLE object (an **[OLEObject](
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the OLE object.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Worksheet.Paste.md b/api/Excel.Worksheet.Paste.md
index b86eb9546c8..03e46e67d0a 100644
--- a/api/Excel.Worksheet.Paste.md
+++ b/api/Excel.Worksheet.Paste.md
@@ -27,7 +27,7 @@ Pastes the contents of the Clipboard onto the sheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Destination_|Optional| **Variant**|A **Range** object that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used. This argument can be specified only if the contents of the Clipboard can be pasted into a range. If this argument is specified, the _Link_ argument cannot be used.|
| _Link_|Optional| **Variant**| **True** to establish a link to the source of the pasted data. If this argument is specified, the _Destination_ argument cannot be used. The default value is **False** .|
diff --git a/api/Excel.Worksheet.PasteSpecial.md b/api/Excel.Worksheet.PasteSpecial.md
index e164872ff76..651b049d6f1 100644
--- a/api/Excel.Worksheet.PasteSpecial.md
+++ b/api/Excel.Worksheet.PasteSpecial.md
@@ -25,7 +25,7 @@ Pastes the contents of the Clipboard onto the sheet, using a specified format. U
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Format_|Optional| **Variant**|A string that specifies the Clipboard format of the data.|
| _Link_|Optional| **Variant**| **True** to establish a link to the source of the pasted data. If the source data isn't suitable for linking or the source application doesn't support linking, this parameter is ignored. The default value is **False**.|
diff --git a/api/Excel.Worksheet.PivotTableAfterValueChange.md b/api/Excel.Worksheet.PivotTableAfterValueChange.md
index b3ee3ceae9e..89daf79276b 100644
--- a/api/Excel.Worksheet.PivotTableAfterValueChange.md
+++ b/api/Excel.Worksheet.PivotTableAfterValueChange.md
@@ -27,12 +27,12 @@ Occurs after a cell or range of cells inside a PivotTable are edited or recalcul
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the edited or recalculated cells.|
| _TargetRange_|Required| **[Range](Excel.Range(object).md)**|The range that contains all the edited or recalcuated cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Worksheet.PivotTableBeforeAllocateChanges.md b/api/Excel.Worksheet.PivotTableBeforeAllocateChanges.md
index 0f6b2bc6c73..b64d03439e0 100644
--- a/api/Excel.Worksheet.PivotTableBeforeAllocateChanges.md
+++ b/api/Excel.Worksheet.PivotTableBeforeAllocateChanges.md
@@ -27,14 +27,14 @@ Occurs before changes are applied to a PivotTable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the changes to apply.|
| _ValueChangeStart_|Required| **Long**|The index to the first change in the associated **[PivotTableChangeList](Excel.PivotTableChangeList.md)** collection. The index is specified by the **[Order](Excel.ValueChange.Order.md)** property of the **[ValueChange](Excel.ValueChange.md)** object in the **PivotTableChangeList** collection.|
| _ValueChangeEnd_|Required| **Long**|The index to the last change in the associated **PivotTableChangeList** collection. The index is specified by the **Order** property of the **ValueChange** object in the **PivotTableChangeList** collection.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the changes are not applied to the PivotTable and all edits are lost.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Worksheet.PivotTableBeforeCommitChanges.md b/api/Excel.Worksheet.PivotTableBeforeCommitChanges.md
index 371559285d5..d84c136fafc 100644
--- a/api/Excel.Worksheet.PivotTableBeforeCommitChanges.md
+++ b/api/Excel.Worksheet.PivotTableBeforeCommitChanges.md
@@ -27,14 +27,14 @@ Occurs before changes are committed against the OLAP data source for a PivotTabl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the changes to commit.|
| _ValueChangeStart_|Required| **Long**|The index to the first change in the associated **[PivotTableChangeList](Excel.PivotTableChangeList.md)** object. The index is specified by the **[Order](Excel.ValueChange.Order.md)** property of the **[ValueChange](Excel.ValueChange.md)** object in the **PivotTableChangeList** collection.|
| _ValueChangeEnd_|Required| **Long**|The index to the last change in the associated **PivotTableChangeList** object. The index is specified by the **Order** property of the **ValueChange** object in the **PivotTableChangeList** collection.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the changes are not committed against the OLAP data source of the PivotTable.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Worksheet.PivotTableBeforeDiscardChanges.md b/api/Excel.Worksheet.PivotTableBeforeDiscardChanges.md
index bfe5c5c5798..f90d9c11c4a 100644
--- a/api/Excel.Worksheet.PivotTableBeforeDiscardChanges.md
+++ b/api/Excel.Worksheet.PivotTableBeforeDiscardChanges.md
@@ -27,13 +27,13 @@ Occurs before changes to a PivotTable are discarded.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TargetPivotTable_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that contains the changes to discard.|
| _ValueChangeStart_|Required| **Long**|The index to the first change in the associated **[PivotTableChangeList](Excel.PivotTableChangeList.md)** object. The index is specified by the **[Order](Excel.ValueChange.Order.md)** property of the **[ValueChange](Excel.ValueChange.md)** object in the **PivotTableChangeList** collection.|
| _ValueChangeEnd_|Required| **Long**|The index to the last change in the associated **PivotTableChangeList** object. The index is specified by the **Order** property of the **ValueChange** object in the **PivotTableChangeList** collection.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Worksheet.PivotTableChangeSync.md b/api/Excel.Worksheet.PivotTableChangeSync.md
index 0fcfdeb2e33..726cbc82689 100644
--- a/api/Excel.Worksheet.PivotTableChangeSync.md
+++ b/api/Excel.Worksheet.PivotTableChangeSync.md
@@ -27,11 +27,11 @@ Occurs after changes to a PivotTable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **[PivotTable](Excel.PivotTable.md)**|The PivotTable that was changed.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Worksheet.PivotTableUpdate.md b/api/Excel.Worksheet.PivotTableUpdate.md
index 8115cf64633..b378c2ca632 100644
--- a/api/Excel.Worksheet.PivotTableUpdate.md
+++ b/api/Excel.Worksheet.PivotTableUpdate.md
@@ -27,11 +27,11 @@ Occurs after a PivotTable report is updated on a worksheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **[PivotTable](Excel.PivotTable.md)**|The selected PivotTable report.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.Worksheet.PivotTableWizard.md b/api/Excel.Worksheet.PivotTableWizard.md
index a7100f12d7a..66821185bfd 100644
--- a/api/Excel.Worksheet.PivotTableWizard.md
+++ b/api/Excel.Worksheet.PivotTableWizard.md
@@ -27,7 +27,7 @@ Creates a new PivotTable report. This method doesn?t display the PivotTable Wiza
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceType_|Optional| **Variant**|An **[XlPivotTableSourceType](Excel.XlPivotTableSourceType.md)** value that represents the source of the report data. If you specify this argument, you must also specify _SourceData_. If _SourceType_ and _SourceData_ are omitted, Microsoft Excel assumes that the source type is **xlDatabase** , and the source data comes from the named range "Database." If this named range doesn?t exist, Microsoft Excel uses the current region if the current selection is in a range of more than 10 cells that contain data. If this isn?t true, this method will fail.|
| _SourceData_|Optional| **Variant**|The data for the new report. Can be a **[Range](Excel.Range(object).md)** object, an array of ranges, or a text constant that represents the name of another report. For an external database, _SourceData_ is an array of strings containing the SQL query string, where each element is up to 255 characters in length. You should use the _Connection_ argument to specify the ODBC connection string. For compatibility with earlier versions of Excel, _SourceData_ can be a two-element array. The first element is the connection string specifying the ODBC source for the data. The second element is the SQL query string used to get the data. If you specify _SourceData_, you must also specify _SourceType_. If the active cell is inside the _SourceData_ range, you must specify _TableDestination_ as well.|
@@ -46,7 +46,7 @@ Creates a new PivotTable report. This method doesn?t display the PivotTable Wiza
| _ReadData_|Optional| **Variant**| **True** to create a PivotTable cache that contains all records from the external database; this cache can be very large. If _ReadData_ is **False** , you can set some of the fields asserver-based page fields before the data is actually read.|
| _Connection_|Optional| **Variant**|A string that contains ODBC settings that allow Excel to connect to an ODBC data source. The connection string has the form "ODBC;". This argument overrides any previous setting for the **[PivotCache](Excel.PivotCache.md)** object?s **[Connection](Excel.PivotCache.Connection.md)** property.|
-### Return Value
+### Return value
A **[PivotTable](Excel.PivotTable.md)** object that represents the new PivotTable report.
diff --git a/api/Excel.Worksheet.PivotTables.md b/api/Excel.Worksheet.PivotTables.md
index f3b81945805..bdc2820f24b 100644
--- a/api/Excel.Worksheet.PivotTables.md
+++ b/api/Excel.Worksheet.PivotTables.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single PivotTable report (a **[Pivot
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the report.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Worksheet.PrintOut.md b/api/Excel.Worksheet.PrintOut.md
index 351624313d5..d76bc47f9c9 100644
--- a/api/Excel.Worksheet.PrintOut.md
+++ b/api/Excel.Worksheet.PrintOut.md
@@ -27,7 +27,7 @@ Prints the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional| **Variant**|The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.|
| _To_|Optional| **Variant**|The number of the last page to print. If this argument is omitted, printing ends with the last page.|
@@ -39,7 +39,7 @@ Prints the object.
| _PrToFileName_|Optional| **Variant**|If _PrintToFile_ is set to **True** , this argument specifies the name of the file you want to print to.|
| _IgnorePrintAreas_|Optional| **Variant**| **True** to ignore print areas and print the entire object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Worksheet.PrintPreview.md b/api/Excel.Worksheet.PrintPreview.md
index 2aff108b84a..ca0ad50dc4a 100644
--- a/api/Excel.Worksheet.PrintPreview.md
+++ b/api/Excel.Worksheet.PrintPreview.md
@@ -27,7 +27,7 @@ Shows a preview of the object as it would look when printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EnableChanges_|Optional| **Variant**|Pass a **Boolean** value to specify if the user can change the margins and other page setup options available in print preview.|
diff --git a/api/Excel.Worksheet.PrintedCommentPages.md b/api/Excel.Worksheet.PrintedCommentPages.md
index 46d7ab289a0..94e37afc1fc 100644
--- a/api/Excel.Worksheet.PrintedCommentPages.md
+++ b/api/Excel.Worksheet.PrintedCommentPages.md
@@ -23,7 +23,7 @@ Returns the number of comment pages that will be printed for the current workshe
_expression_ A variable that returns a [Worksheet](./Excel.Worksheet.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Excel.Worksheet.Protect.md b/api/Excel.Worksheet.Protect.md
index d019aa0efd4..337a19b35ee 100644
--- a/api/Excel.Worksheet.Protect.md
+++ b/api/Excel.Worksheet.Protect.md
@@ -27,7 +27,7 @@ Protects a worksheet so that it cannot be modified.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Password_|Optional| **Variant**|A string that specifies a case-sensitive password for the worksheet or workbook. If this argument is omitted, you can unprotect the worksheet or workbook without using a password. Otherwise, you must specify the password to unprotect the worksheet or workbook. If you forget the password, you cannot unprotect the worksheet or workbook. Use strong passwords that combine uppercase and lowercase letters, numbers, and symbols. Weak passwords don't mix these elements. Strong password: Y6dh!et5. Weak password: House27. Passwords should be 8 or more characters in length. A pass phrase that uses 14 or more characters is better. For more information, see Help protect your personal information with strong passwords. It is critical that you remember your password. If you forget your password, Microsoft cannot retrieve it. Store the passwords that you write down in a secure place away from the information that they help protect. |
| _DrawingObjects_|Optional| **Variant**| **True** to protect shapes. The default value is **True** .|
diff --git a/api/Excel.Worksheet.Range.md b/api/Excel.Worksheet.Range.md
index 165b42dce58..72001b7943a 100644
--- a/api/Excel.Worksheet.Range.md
+++ b/api/Excel.Worksheet.Range.md
@@ -27,7 +27,7 @@ Returns a **[Range](Excel.Range(object).md)** object that represents a cell or a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell1_|Required| **Variant**|A **String** that is a range reference when one argument is used. Either a **String** that is a range reference or a **Range** object when two arguments are used.|
| _Cell2_|Optional| **Variant**|Either a **String** that is a range reference or a **Range** object. _Cell2_ defines another extremity of the range returned by the property.|
diff --git a/api/Excel.Worksheet.SaveAs.md b/api/Excel.Worksheet.SaveAs.md
index d1c4cd702ad..3341aaa6c25 100644
--- a/api/Excel.Worksheet.SaveAs.md
+++ b/api/Excel.Worksheet.SaveAs.md
@@ -27,7 +27,7 @@ Saves changes to the chart or worksheet in a different file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**| **Variant** . A string that indicates the name of the file to be saved. You can include a full path; if you don't, Microsoft Excel saves the file in the current folder.|
| _FileFormat_|Optional| **Variant**|The file format to use when you save the file. For a list of valid choices, see the **[XlFileFormat](Excel.XlFileFormat.md)** enumeration. For an existing file, the default format is the last file format specified; for a new file, the default is the format of the version of Excel being used.|
diff --git a/api/Excel.Worksheet.Scenarios.md b/api/Excel.Worksheet.Scenarios.md
index 24eec5b40fb..08644c20595 100644
--- a/api/Excel.Worksheet.Scenarios.md
+++ b/api/Excel.Worksheet.Scenarios.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single scenario (a **[Scenario](Exce
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the scenario. Use an array to specify more than one scenario.|
-### Return Value
+### Return value
Object
diff --git a/api/Excel.Worksheet.Select.md b/api/Excel.Worksheet.Select.md
index f29d36f7b0f..6b63764a691 100644
--- a/api/Excel.Worksheet.Select.md
+++ b/api/Excel.Worksheet.Select.md
@@ -27,7 +27,7 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| (used only with sheets). **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
diff --git a/api/Excel.Worksheet.SelectionChange.md b/api/Excel.Worksheet.SelectionChange.md
index 0e38a328dfa..3f41b5ddd84 100644
--- a/api/Excel.Worksheet.SelectionChange.md
+++ b/api/Excel.Worksheet.SelectionChange.md
@@ -27,7 +27,7 @@ Occurs when the selection changes on a worksheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **[Range](Excel.Range(object).md)**|The new selected range.|
diff --git a/api/Excel.Worksheet.SetBackgroundPicture.md b/api/Excel.Worksheet.SetBackgroundPicture.md
index d33bdd19b5c..6cccd830345 100644
--- a/api/Excel.Worksheet.SetBackgroundPicture.md
+++ b/api/Excel.Worksheet.SetBackgroundPicture.md
@@ -27,7 +27,7 @@ Sets the background graphic for a worksheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required| **String**|The name of the graphic file.|
diff --git a/api/Excel.Worksheet.Unprotect.md b/api/Excel.Worksheet.Unprotect.md
index 2e613dad37c..46d921d0848 100644
--- a/api/Excel.Worksheet.Unprotect.md
+++ b/api/Excel.Worksheet.Unprotect.md
@@ -27,7 +27,7 @@ Removes protection from a sheet or workbook. This method has no effect if the sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Password_|Optional| **Variant**|A string that denotes the case-sensitive password to use to unprotect the sheet or workbook. If the sheet or workbook isn't protected with a password, this argument is ignored. If you omit this argument for a sheet that's protected with a password, you'll be prompted for the password. If you omit this argument for a workbook that's protected with a password, the method fails.|
diff --git a/api/Excel.Worksheet.XmlDataQuery.md b/api/Excel.Worksheet.XmlDataQuery.md
index 9366e628a35..4f5fa0ee29b 100644
--- a/api/Excel.Worksheet.XmlDataQuery.md
+++ b/api/Excel.Worksheet.XmlDataQuery.md
@@ -27,13 +27,13 @@ Returns a **[Range](Excel.Range(object).md)** object that represents the cells
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required| **String**|The XPath to query for.|
| _SelectionNamespaces_|Optional| **Variant**|A space-delimited **String** that contains the namespaces referenced in the XPath parameter. A run-time error will be generated if one of the specified namespaces cannot be resolved.|
| _Map_|Optional| **Variant**|Specify an **[XmlMap](Excel.XmlMap.md)** if you want to query for the XPath within a specific map.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.Worksheet.XmlMapQuery.md b/api/Excel.Worksheet.XmlMapQuery.md
index 2d71eb03d57..94378ca8d19 100644
--- a/api/Excel.Worksheet.XmlMapQuery.md
+++ b/api/Excel.Worksheet.XmlMapQuery.md
@@ -27,13 +27,13 @@ Returns a **[Range](Excel.Range(object).md)** object that represents the cells
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required| **String**|The XPath to query for.|
| _SelectionNamespaces_|Optional| **Variant**|A space-delimited **String** that contains the namespaces referenced in the XPath parameter. A run-time error will be generated if one of the specified namespaces cannot be resolved.|
| _Map_|Optional| **Variant**|Specify an XML map if you want to query for the XPath within a specific map.|
-### Return Value
+### Return value
Range
diff --git a/api/Excel.WorksheetFunction.AccrInt.md b/api/Excel.WorksheetFunction.AccrInt.md
index 2ad0a935f16..c213fda3c18 100644
--- a/api/Excel.WorksheetFunction.AccrInt.md
+++ b/api/Excel.WorksheetFunction.AccrInt.md
@@ -27,7 +27,7 @@ Returns the accrued interest for a security that pays periodic interest.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Issue date - Security's issue date.|
| _Arg2_|Required| **Variant**|First interest - Security's first interest date.|
@@ -37,7 +37,7 @@ Returns the accrued interest for a security that pays periodic interest.
| _Arg6_|Required| **Variant**|Frequency - Number of coupon payments per year.|
| _Arg7_|Optional| **Variant**|Basis - The type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.AccrIntM.md b/api/Excel.WorksheetFunction.AccrIntM.md
index 73db328702c..3fdb3e32846 100644
--- a/api/Excel.WorksheetFunction.AccrIntM.md
+++ b/api/Excel.WorksheetFunction.AccrIntM.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetF
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The security's issue date.|
| _Arg2_|Required| **Variant**|The security's maturity date.|
diff --git a/api/Excel.WorksheetFunction.Acos.md b/api/Excel.WorksheetFunction.Acos.md
index 9561cb37361..c07f85ef26a 100644
--- a/api/Excel.WorksheetFunction.Acos.md
+++ b/api/Excel.WorksheetFunction.Acos.md
@@ -27,11 +27,11 @@ Returns the arccosine, or inverse cosine, of a number. The arccosine is the angl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The cosine of the angle you want and must be from -1 to 1.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Acosh.md b/api/Excel.WorksheetFunction.Acosh.md
index 6e4089fa22b..02e20cdaa79 100644
--- a/api/Excel.WorksheetFunction.Acosh.md
+++ b/api/Excel.WorksheetFunction.Acosh.md
@@ -27,11 +27,11 @@ Returns the inverse hyperbolic cosine of a number. Number must be greater than o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Any real number equal to or greater than 1.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Aggregate.md b/api/Excel.WorksheetFunction.Aggregate.md
index f43f377f512..5fc2e661482 100644
--- a/api/Excel.WorksheetFunction.Aggregate.md
+++ b/api/Excel.WorksheetFunction.Aggregate.md
@@ -27,14 +27,14 @@ Returns an aggregate in a list or database.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Function_num - A number from 1 to 19 that specifies which function to use.| **Function_num** | **Function** |
|---|
| 1 | AVERAGE |
| 2 | COUNT |
| 3 | COUNTA |
| 4 | MAX |
| 5 | MIN |
| 6 | PRODUCT |
| 7 | STDEV.S |
| 8 | STDEV.P |
| 9 | SUM |
| 10 | VAR.S |
| 11 | VAR.P |
| 2 | MEDIAN |
| 13 | MODE.SNGL |
| 14 | LARGE |
| 15 | SMALL |
| 16 | PERCENTILE.INC |
| 17 | QUARTILE.INC |
| 18 | PERCENTILE.EXC |
| 19 | QUARTILE.EXC |
|
| _Arg2_|Required| **Double**|Options - A numerical value that determines which values to ignore in the evaluation range for the function.| **Option** | **Behavior** |
|---|
| 0 or omitted | Ignore nested SUBTOTAL and AGGREGATE functions |
| 1 | Ignore hidden rows, nested SUBTOTAL and AGGREGATE functions |
| 2 | Ignore error values, nested SUBTOTAL and AGGREGATE functions |
| 3 | Ignore hidden rows, error values, nested SUBTOTAL and AGGREGATE functions |
| 4 | Ignore nothing |
| 5 | Ignore hidden rows |
| 6 | Ignore error values |
| 7 | Ignore hidden rows and error values |
|
| _Arg3_|Required| **Range**|Ref1 - The first numeric argument for functions that take multiple numeric arguments for which you want the aggregate value.|
| _Arg4 - Arg 30_|Optional| **Variant**|Ref2 - Ref30 - Numeric arguments 2 to 30 for which you want the aggregate value.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.AmorDegrc.md b/api/Excel.WorksheetFunction.AmorDegrc.md
index ead008029be..414db083734 100644
--- a/api/Excel.WorksheetFunction.AmorDegrc.md
+++ b/api/Excel.WorksheetFunction.AmorDegrc.md
@@ -27,7 +27,7 @@ Returns the depreciation for each accounting period. This function is provided f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The cost of the asset.|
| _Arg2_|Required| **Variant**|The date of the purchase of the asset.|
@@ -37,7 +37,7 @@ Returns the depreciation for each accounting period. This function is provided f
| _Arg6_|Required| **Variant**|The rate of depreciation.|
| _Arg7_|Optional| **Variant**|The year basis to be used.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.AmorLinc.md b/api/Excel.WorksheetFunction.AmorLinc.md
index 698d369d03f..03906e86c69 100644
--- a/api/Excel.WorksheetFunction.AmorLinc.md
+++ b/api/Excel.WorksheetFunction.AmorLinc.md
@@ -27,7 +27,7 @@ Returns the depreciation for each accounting period. This function is provided f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The cost of the asset.|
| _Arg2_|Required| **Variant**|The date of the purchase of the asset.|
@@ -37,7 +37,7 @@ Returns the depreciation for each accounting period. This function is provided f
| _Arg6_|Required| **Variant**|The rate of depreciation.|
| _Arg7_|Optional| **Variant**|The year basis to be used.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.And.md b/api/Excel.WorksheetFunction.And.md
index 3763d4f82ee..eeb53408235 100644
--- a/api/Excel.WorksheetFunction.And.md
+++ b/api/Excel.WorksheetFunction.And.md
@@ -27,11 +27,11 @@ Returns TRUE if all its arguments are TRUE; returns FALSE if one or more argumen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|1 to 30 conditions you want to test that can be either TRUE or FALSE.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.Asc.md b/api/Excel.WorksheetFunction.Asc.md
index c830d15e506..6aeb2cfe367 100644
--- a/api/Excel.WorksheetFunction.Asc.md
+++ b/api/Excel.WorksheetFunction.Asc.md
@@ -27,11 +27,11 @@ For Double-byte character set (DBCS) languages, changes full-width (double-byte)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|The text or a reference to a cell that contains the text you want to change. If text does not contain any full-width letters, text is not changed.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Asin.md b/api/Excel.WorksheetFunction.Asin.md
index ef5ce2d48e4..4dd0a18e0d6 100644
--- a/api/Excel.WorksheetFunction.Asin.md
+++ b/api/Excel.WorksheetFunction.Asin.md
@@ -27,11 +27,11 @@ Returns the arcsine, or inverse sine, of a number. The arcsine is the angle whos
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The sine of the angle you want and must be from -1 to 1.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Asinh.md b/api/Excel.WorksheetFunction.Asinh.md
index 3761db2c53d..0552c5c7088 100644
--- a/api/Excel.WorksheetFunction.Asinh.md
+++ b/api/Excel.WorksheetFunction.Asinh.md
@@ -27,11 +27,11 @@ Returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Any real number.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Atan2.md b/api/Excel.WorksheetFunction.Atan2.md
index 64a72eed6cd..29beeb66435 100644
--- a/api/Excel.WorksheetFunction.Atan2.md
+++ b/api/Excel.WorksheetFunction.Atan2.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetF
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The x-coordinate of the point.|
| _Arg2_|Required| **Double**|The y-coordinate of the point.|
diff --git a/api/Excel.WorksheetFunction.Atanh.md b/api/Excel.WorksheetFunction.Atanh.md
index 0d20a83005e..b675a7c683b 100644
--- a/api/Excel.WorksheetFunction.Atanh.md
+++ b/api/Excel.WorksheetFunction.Atanh.md
@@ -27,11 +27,11 @@ Returns the inverse hyperbolic tangent of a number. Number must be between -1 an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Any real number between 1 and -1.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.AveDev.md b/api/Excel.WorksheetFunction.AveDev.md
index 83870ee4920..a2fc779f82d 100644
--- a/api/Excel.WorksheetFunction.AveDev.md
+++ b/api/Excel.WorksheetFunction.AveDev.md
@@ -27,11 +27,11 @@ Returns the average of the absolute deviations of data points from their mean. A
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg 30_|Required| **Variant**|1 to 30 arguments for which you want the average of the absolute deviations. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Average.md b/api/Excel.WorksheetFunction.Average.md
index 5b381c299fe..cb3082d8b37 100644
--- a/api/Excel.WorksheetFunction.Average.md
+++ b/api/Excel.WorksheetFunction.Average.md
@@ -27,11 +27,11 @@ Returns the average (arithmetic mean) of the arguments.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|1 to 30 numeric arguments for which you want the average.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.AverageIf.md b/api/Excel.WorksheetFunction.AverageIf.md
index 657df544ee5..5e2a010a8f1 100644
--- a/api/Excel.WorksheetFunction.AverageIf.md
+++ b/api/Excel.WorksheetFunction.AverageIf.md
@@ -27,13 +27,13 @@ Returns the average (arithmetic mean) of all the cells in a range that meet a gi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|One or more cells to average.|
| _Arg2_|Required| **Variant**|The criteria in the form of a number, expression, cell reference, or text that defines which cells are averaged. For example, criteria can be expressed as 32, "32", ">32", "apples", or B4.|
| _Arg3_|Optional| **Variant**|The actual set of cells to average. If omitted, range is used.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.AverageIfs.md b/api/Excel.WorksheetFunction.AverageIfs.md
index df63ed3e3e7..80995639287 100644
--- a/api/Excel.WorksheetFunction.AverageIfs.md
+++ b/api/Excel.WorksheetFunction.AverageIfs.md
@@ -27,11 +27,11 @@ Returns the average (arithmetic mean) of all cells that meet multiple criteria.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Range**|One or more ranges in which to evaluate the associated criteria.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.BahtText.md b/api/Excel.WorksheetFunction.BahtText.md
index 809d884d880..60350073a34 100644
--- a/api/Excel.WorksheetFunction.BahtText.md
+++ b/api/Excel.WorksheetFunction.BahtText.md
@@ -27,11 +27,11 @@ Converts a number to Thai text and adds a suffix of "Baht."
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|A number you want to convert to text, or a reference to a cell containing a number, or a formula that evaluates to a number.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.BesselI.md b/api/Excel.WorksheetFunction.BesselI.md
index 6bd449943c9..ab8c68deb58 100644
--- a/api/Excel.WorksheetFunction.BesselI.md
+++ b/api/Excel.WorksheetFunction.BesselI.md
@@ -27,12 +27,12 @@ Returns the modified Bessel function, which is equivalent to the Bessel function
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The value at which to evaluate the function.|
| _Arg2_|Required| **Variant**| The order of the Bessel function. If n is not an integer, it is truncated.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.BesselJ.md b/api/Excel.WorksheetFunction.BesselJ.md
index ccae7f420c8..f4341811fe8 100644
--- a/api/Excel.WorksheetFunction.BesselJ.md
+++ b/api/Excel.WorksheetFunction.BesselJ.md
@@ -27,12 +27,12 @@ Returns the Bessel function.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The value at which to evaluate the function.|
| _Arg2_|Required| **Variant**|The order of the Bessel function. If n is not an integer, it is truncated.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.BesselK.md b/api/Excel.WorksheetFunction.BesselK.md
index 3bd633f5dc4..000e50c3207 100644
--- a/api/Excel.WorksheetFunction.BesselK.md
+++ b/api/Excel.WorksheetFunction.BesselK.md
@@ -27,12 +27,12 @@ Returns the modified Bessel function, which is equivalent to the Bessel function
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**| the value at which to evaluate the function.|
| _Arg2_|Required| **Variant**|the order of the function. If n is not an integer, it is truncated.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.BesselY.md b/api/Excel.WorksheetFunction.BesselY.md
index 091ebd617cf..28506d3fd44 100644
--- a/api/Excel.WorksheetFunction.BesselY.md
+++ b/api/Excel.WorksheetFunction.BesselY.md
@@ -27,12 +27,12 @@ Returns the Bessel function, which is also called the Weber function or the Neum
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The value at which to evaluate the function.|
| _Arg2_|Required| **Variant**|The order of the function. If n is not an integer, it is truncated.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.BetaDist.md b/api/Excel.WorksheetFunction.BetaDist.md
index a1ef227fbfb..8824f6beb78 100644
--- a/api/Excel.WorksheetFunction.BetaDist.md
+++ b/api/Excel.WorksheetFunction.BetaDist.md
@@ -31,7 +31,7 @@ For more information about the new function, see the [Beta_Dist](Excel.Worksheet
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The value between A and B at which to evaluate the function.|
| _Arg2_|Required| **Double**|A parameter of the distribution.|
@@ -39,7 +39,7 @@ For more information about the new function, see the [Beta_Dist](Excel.Worksheet
| _Arg4_|Optional| **Variant**|An optional lower bound to the interval of x.|
| _Arg5_|Optional| **Variant**|An optional upper bound to the interval of x.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.BetaInv.md b/api/Excel.WorksheetFunction.BetaInv.md
index 4a992b7de4d..e71a6e0e5e7 100644
--- a/api/Excel.WorksheetFunction.BetaInv.md
+++ b/api/Excel.WorksheetFunction.BetaInv.md
@@ -31,7 +31,7 @@ For more information about the new function, see the [Beta_Inv](Excel.WorksheetF
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|A probability associated with the beta distribution.|
| _Arg2_|Required| **Double**|The Alpha parameter of the distribution.|
@@ -39,7 +39,7 @@ For more information about the new function, see the [Beta_Inv](Excel.WorksheetF
| _Arg4_|Optional| **Variant**|An optional lower bound to the interval of x.|
| _Arg5_|Optional| **Variant**|An optional upper bound to the interval of x.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Beta_Dist.md b/api/Excel.WorksheetFunction.Beta_Dist.md
index e2a15fcf4f1..3629b3e4218 100644
--- a/api/Excel.WorksheetFunction.Beta_Dist.md
+++ b/api/Excel.WorksheetFunction.Beta_Dist.md
@@ -27,7 +27,7 @@ Returns the beta cumulative distribution function.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The value between A and B at which to evaluate the function.|
| _Arg2_|Required| **Double**|The Alpha parameter of the distribution.|
@@ -36,7 +36,7 @@ Returns the beta cumulative distribution function.
| _Arg5_|Optional| **Variant**|An optional lower bound to the interval of x.|
| _Arg6_|Optional| **Variant**|An optional upper bound to the interval of x.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Beta_Inv.md b/api/Excel.WorksheetFunction.Beta_Inv.md
index d9c673c8622..7470b2b40bf 100644
--- a/api/Excel.WorksheetFunction.Beta_Inv.md
+++ b/api/Excel.WorksheetFunction.Beta_Inv.md
@@ -27,7 +27,7 @@ Returns the inverse of the cumulative distribution function for a specified beta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|A probability associated with the beta distribution.|
| _Arg2_|Required| **Double**|The Alpha parameter of the distribution.|
@@ -35,7 +35,7 @@ Returns the inverse of the cumulative distribution function for a specified beta
| _Arg4_|Optional| **Variant**|An optional lower bound to the interval of x.|
| _Arg5_|Optional| **Variant**|An optional upper bound to the interval of x.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Bin2Dec.md b/api/Excel.WorksheetFunction.Bin2Dec.md
index 45461e08a56..c3692bf4e54 100644
--- a/api/Excel.WorksheetFunction.Bin2Dec.md
+++ b/api/Excel.WorksheetFunction.Bin2Dec.md
@@ -27,11 +27,11 @@ Converts a binary number to decimal.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Bin2Hex.md b/api/Excel.WorksheetFunction.Bin2Hex.md
index 2b3c7eaea70..e8f44ca029f 100644
--- a/api/Excel.WorksheetFunction.Bin2Hex.md
+++ b/api/Excel.WorksheetFunction.Bin2Hex.md
@@ -27,12 +27,12 @@ Converts a binary number to hexadecimal.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
| _Arg2_|Optional| **Variant**|The number of characters to use. If places is omitted, Bin2Hex uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Bin2Oct.md b/api/Excel.WorksheetFunction.Bin2Oct.md
index 32113dd70e2..8944d9c0231 100644
--- a/api/Excel.WorksheetFunction.Bin2Oct.md
+++ b/api/Excel.WorksheetFunction.Bin2Oct.md
@@ -27,12 +27,12 @@ Converts a binary number to octal.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
| _Arg2_|Optional| **Variant**|The number of characters to use. If places is omitted, Bin2Oct uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.BinomDist.md b/api/Excel.WorksheetFunction.BinomDist.md
index 212ef50717f..a8ea0b7c916 100644
--- a/api/Excel.WorksheetFunction.BinomDist.md
+++ b/api/Excel.WorksheetFunction.BinomDist.md
@@ -27,14 +27,14 @@ Returns the individual term binomial distribution probability.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|the number of successes in trials.|
| _Arg2_|Required| **Double**|the number of independent trials.|
| _Arg3_|Required| **Double**|the probability of success on each trial.|
| _Arg4_|Required| **Boolean**|a logical value that determines the form of the function. If cumulative is TRUE, then BinomDist returns the cumulative distribution function, which is the probability that there are at most number_s successes; if FALSE, it returns the probability mass function, which is the probability that there are number_s successes.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Binom_Dist.md b/api/Excel.WorksheetFunction.Binom_Dist.md
index 264c9dcbb52..6a7695b64b9 100644
--- a/api/Excel.WorksheetFunction.Binom_Dist.md
+++ b/api/Excel.WorksheetFunction.Binom_Dist.md
@@ -27,14 +27,14 @@ Returns the individual term binomial distribution probability.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number_s - the number of successes in trials.|
| _Arg2_|Required| **Double**|Trials - the number of independent trials.|
| _Arg3_|Required| **Double**|Probability_s - the probability of success on each trial.|
| _Arg4_|Required| **Boolean**|Cumulative - a logical value that determines the form of the function. If cumulative is **True** , then the **Binom_Dist** method returns the cumulative distribution function, which is the probability that there are at most number_s successes; if **False** , it returns the probability mass function, which is the probability that there are number_s successes.|
-### Return Value
+### Return value
**Double**
diff --git a/api/Excel.WorksheetFunction.Binom_Inv.md b/api/Excel.WorksheetFunction.Binom_Inv.md
index 194040f2a6d..39133281fec 100644
--- a/api/Excel.WorksheetFunction.Binom_Inv.md
+++ b/api/Excel.WorksheetFunction.Binom_Inv.md
@@ -27,13 +27,13 @@ Returns the inverse of the individual term binomial distribution probability.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Trials - the number of Bernoulli trials.|
| _Arg2_|Required| **Double**|Probability_s - the probability of a success on each trial.|
| _Arg3_|Required| **Double**|Alpha - the criterion value.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Ceiling.md b/api/Excel.WorksheetFunction.Ceiling.md
index 90995077fdb..fb43caeb6ed 100644
--- a/api/Excel.WorksheetFunction.Ceiling.md
+++ b/api/Excel.WorksheetFunction.Ceiling.md
@@ -31,12 +31,12 @@ For more information about the new function, see the [Ceiling_Precise](Excel.Wor
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the value you want to round.|
| _Arg2_|Required| **Double**|Significance - the multiple to which you want to round.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Ceiling_Precise.md b/api/Excel.WorksheetFunction.Ceiling_Precise.md
index 3271b5d8838..1476cb4f156 100644
--- a/api/Excel.WorksheetFunction.Ceiling_Precise.md
+++ b/api/Excel.WorksheetFunction.Ceiling_Precise.md
@@ -27,12 +27,12 @@ Returns the specified number rounded to the nearest multiple of significance.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the value you want to round.|
| _Arg2_|Optional| **Variant**|Significance - the multiple to which you want to round.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ChiDist.md b/api/Excel.WorksheetFunction.ChiDist.md
index 337aa94004b..c1df489c85d 100644
--- a/api/Excel.WorksheetFunction.ChiDist.md
+++ b/api/Excel.WorksheetFunction.ChiDist.md
@@ -31,12 +31,12 @@ For more information about the new functions, see the [ChiSq_Dist_RT](Excel.Work
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The value at which you want to evaluate the distribution.|
| _Arg2_|Required| **Double**|The number of degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ChiInv.md b/api/Excel.WorksheetFunction.ChiInv.md
index 01e497c996c..8d190ed64ff 100644
--- a/api/Excel.WorksheetFunction.ChiInv.md
+++ b/api/Excel.WorksheetFunction.ChiInv.md
@@ -31,12 +31,12 @@ For more information about the new functions, see the [ChiSq_Inv_RT](Excel.Works
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|A probability associated with the chi-squared distribution.|
| _Arg2_|Required| **Double**|The number of degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ChiSq_Dist.md b/api/Excel.WorksheetFunction.ChiSq_Dist.md
index b31399189b4..a56d6a1a091 100644
--- a/api/Excel.WorksheetFunction.ChiSq_Dist.md
+++ b/api/Excel.WorksheetFunction.ChiSq_Dist.md
@@ -27,13 +27,13 @@ Returns the chi-squared distribution.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - The value at which you want to evaluate the distribution.|
| _Arg2_|Required| **Double**|Deg_freedom - The number of degrees of freedom.|
| _Arg3_|Optional| **Variant**|Cumulative - A logical value that determines the form of the function. If cumulative is TRUE, CHISQ_DIST returns the cumulative distribution function; if FALSE, it returns the probability density function. |
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ChiSq_Dist_RT.md b/api/Excel.WorksheetFunction.ChiSq_Dist_RT.md
index 8e02a59eeb0..9ebcdfbf33c 100644
--- a/api/Excel.WorksheetFunction.ChiSq_Dist_RT.md
+++ b/api/Excel.WorksheetFunction.ChiSq_Dist_RT.md
@@ -27,12 +27,12 @@ Returns the right-tailed probability of the chi-squared distribution.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The value at which you want to evaluate the distribution.|
| _Arg2_|Required| **Double**|The number of degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ChiSq_Inv.md b/api/Excel.WorksheetFunction.ChiSq_Inv.md
index 5b7a01cca91..f81b61be0ac 100644
--- a/api/Excel.WorksheetFunction.ChiSq_Inv.md
+++ b/api/Excel.WorksheetFunction.ChiSq_Inv.md
@@ -27,12 +27,12 @@ Returns the inverse of the left-tailed probability of the chi-squared distributi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - A probability associated with the chi-squared distribution.|
| _Arg2_|Required| **Double**|Deg_freedom - The number of degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ChiSq_Inv_RT.md b/api/Excel.WorksheetFunction.ChiSq_Inv_RT.md
index 7f2253c480e..908665a9d29 100644
--- a/api/Excel.WorksheetFunction.ChiSq_Inv_RT.md
+++ b/api/Excel.WorksheetFunction.ChiSq_Inv_RT.md
@@ -27,12 +27,12 @@ Returns the inverse of the right-tailed probability of the chi-squared distribut
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|A probability associated with the chi-squared distribution.|
| _Arg2_|Required| **Double**|The number of degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ChiSq_Test.md b/api/Excel.WorksheetFunction.ChiSq_Test.md
index e1204cccf4d..2aad7cf0cb9 100644
--- a/api/Excel.WorksheetFunction.ChiSq_Test.md
+++ b/api/Excel.WorksheetFunction.ChiSq_Test.md
@@ -27,12 +27,12 @@ Returns the test for independence.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The range of data that contains observations to test against expected values.|
| _Arg2_|Required| **Variant**|The range of data that contains the ratio of the product of row totals and column totals to the grand total.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ChiTest.md b/api/Excel.WorksheetFunction.ChiTest.md
index 73e1c052b14..d468758c47f 100644
--- a/api/Excel.WorksheetFunction.ChiTest.md
+++ b/api/Excel.WorksheetFunction.ChiTest.md
@@ -29,12 +29,12 @@ For more information about the new function, see the [ChiSq_Test](Excel.Workshee
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The range of data that contains observations to test against expected values.|
| _Arg2_|Required| **Variant**|The range of data that contains the ratio of the product of row totals and column totals to the grand total.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Choose.md b/api/Excel.WorksheetFunction.Choose.md
index 775ec4f69f1..d2084a40962 100644
--- a/api/Excel.WorksheetFunction.Choose.md
+++ b/api/Excel.WorksheetFunction.Choose.md
@@ -27,12 +27,12 @@ Uses _Arg1_ as the index to return a value from the list of value arguments.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Specifies which value argument is selected. _Arg1_ must be a number between 1 and 29, or a formula or reference to a cell containing a number between 1 and 29.|
| _Arg2 - Arg30_|Required| **Variant**|1 to 29 value arguments from which Choose selects a value or an action to perform based on _Arg1_. The arguments can be numbers, cell references, defined names, formulas, functions, or text.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.Clean.md b/api/Excel.WorksheetFunction.Clean.md
index c322f711b06..9bae5648b8e 100644
--- a/api/Excel.WorksheetFunction.Clean.md
+++ b/api/Excel.WorksheetFunction.Clean.md
@@ -27,11 +27,11 @@ Removes all nonprintable characters from text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Any worksheet information from which you want to remove nonprintable characters.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Combin.md b/api/Excel.WorksheetFunction.Combin.md
index a39e553da86..7a281993b28 100644
--- a/api/Excel.WorksheetFunction.Combin.md
+++ b/api/Excel.WorksheetFunction.Combin.md
@@ -27,12 +27,12 @@ Returns the number of combinations for a given number of items. Use Combin to de
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The number of items.|
| _Arg2_|Required| **Double**|The number of items in each combination.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Complex.md b/api/Excel.WorksheetFunction.Complex.md
index c3a3c52a17a..50a875521b8 100644
--- a/api/Excel.WorksheetFunction.Complex.md
+++ b/api/Excel.WorksheetFunction.Complex.md
@@ -27,13 +27,13 @@ Converts real and imaginary coefficients into a complex number of the form x + y
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The real coefficient of the complex number.|
| _Arg2_|Required| **Variant**|The imaginary coefficient of the complex number.|
| _Arg3_|Optional| **Variant**|The suffix for the imaginary component of the complex number. If omitted, suffix is assumed to be "i".|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Confidence.md b/api/Excel.WorksheetFunction.Confidence.md
index 9892f44f793..c8dc0bbffae 100644
--- a/api/Excel.WorksheetFunction.Confidence.md
+++ b/api/Excel.WorksheetFunction.Confidence.md
@@ -31,13 +31,13 @@ For more information about the new functions, see the [Confidence_Norm](Excel.Wo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The significance level used to compute the confidence level. The confidence level equals 100*(1 - alpha)%, or in other words, an alpha of 0.05 indicates a 95 percent confidence level.|
| _Arg2_|Required| **Double**|The population standard deviation for the data range and is assumed to be known.|
| _Arg3_|Required| **Double**|The sample size.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Confidence_Norm.md b/api/Excel.WorksheetFunction.Confidence_Norm.md
index 0328bef9a58..635b4c2ab87 100644
--- a/api/Excel.WorksheetFunction.Confidence_Norm.md
+++ b/api/Excel.WorksheetFunction.Confidence_Norm.md
@@ -27,13 +27,13 @@ Returns a value that you can use to construct a confidence interval for a popula
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The significance level used to compute the confidence level. The confidence level equals 100*(1 - alpha)%, or in other words, an alpha of 0.05 indicates a 95 percent confidence level.|
| _Arg2_|Required| **Double**|The population standard deviation for the data range and is assumed to be known.|
| _Arg3_|Required| **Double**|The sample size.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Confidence_T.md b/api/Excel.WorksheetFunction.Confidence_T.md
index bb9eef6e769..34bb2f49f92 100644
--- a/api/Excel.WorksheetFunction.Confidence_T.md
+++ b/api/Excel.WorksheetFunction.Confidence_T.md
@@ -27,13 +27,13 @@ Returns the confidence interval for a population mean, using a Student's t distr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Alpha - The significance level used to compute the confidence level. The confidence level equals 100*(1 - alpha)%, or in other words, an alpha of 0.05 indicates a 95 percent confidence level.|
| _Arg2_|Required| **Double**|Standard_dev - The population standard deviation for the data range and is assumed to be known.|
| _Arg3_|Required| **Double**|Size - The sample size.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Convert.md b/api/Excel.WorksheetFunction.Convert.md
index ae3f3d62a69..b8e6c422413 100644
--- a/api/Excel.WorksheetFunction.Convert.md
+++ b/api/Excel.WorksheetFunction.Convert.md
@@ -27,13 +27,13 @@ Converts a number from one measurement system to another. For example, Convert c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The value in from_units to convert.|
| _Arg2_|Required| **Variant**|The units for number.|
| _Arg3_|Required| **Variant**|The units for the result. Convert accepts the following text values (in quotation marks) for from_unit and to_unit which are listed in the Remarks section below.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Correl.md b/api/Excel.WorksheetFunction.Correl.md
index 5233568f215..5b804cdf294 100644
--- a/api/Excel.WorksheetFunction.Correl.md
+++ b/api/Excel.WorksheetFunction.Correl.md
@@ -27,12 +27,12 @@ Returns the correlation coefficient of the _Arg1_ and _Arg2_ cell ranges.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|A cell range of values.|
| _Arg2_|Required| **Variant**|A second cell range of values.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Cosh.md b/api/Excel.WorksheetFunction.Cosh.md
index 98488156988..f0818eb9a18 100644
--- a/api/Excel.WorksheetFunction.Cosh.md
+++ b/api/Excel.WorksheetFunction.Cosh.md
@@ -27,11 +27,11 @@ Returns the hyperbolic cosine of a number.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Any real number for which you want to find the hyperbolic cosine.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Count.md b/api/Excel.WorksheetFunction.Count.md
index 2283579a2af..d4bce875930 100644
--- a/api/Excel.WorksheetFunction.Count.md
+++ b/api/Excel.WorksheetFunction.Count.md
@@ -27,11 +27,11 @@ Counts the number of cells that contain numbers and counts numbers within the li
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|1 to 30 arguments that can contain or refer to a variety of different types of data, but only numbers are counted.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CountA.md b/api/Excel.WorksheetFunction.CountA.md
index 29c4c90c13e..26fbadd45ff 100644
--- a/api/Excel.WorksheetFunction.CountA.md
+++ b/api/Excel.WorksheetFunction.CountA.md
@@ -27,11 +27,11 @@ Counts the number of cells that are not empty and the values within the list of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|1 to 30 arguments representing the values you want to count.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CountBlank.md b/api/Excel.WorksheetFunction.CountBlank.md
index 59cfeffd150..c506abff5f6 100644
--- a/api/Excel.WorksheetFunction.CountBlank.md
+++ b/api/Excel.WorksheetFunction.CountBlank.md
@@ -27,11 +27,11 @@ Counts empty cells in a specified range of cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|The range from which you want to count the blank cells.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CountIf.md b/api/Excel.WorksheetFunction.CountIf.md
index c6b9a25f954..597cd385cd3 100644
--- a/api/Excel.WorksheetFunction.CountIf.md
+++ b/api/Excel.WorksheetFunction.CountIf.md
@@ -27,12 +27,12 @@ Counts the number of cells within a range that meet the given criteria.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|The range of cells from which you want to count cells.|
| _Arg2_|Required| **Variant**|The criteria in the form of a number, expression, cell reference, or text that defines which cells will be counted. For example, criteria can be expressed as 32, "32", ">32", "apples", or B4.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CountIfs.md b/api/Excel.WorksheetFunction.CountIfs.md
index 307eed848b7..db02ea44ec2 100644
--- a/api/Excel.WorksheetFunction.CountIfs.md
+++ b/api/Excel.WorksheetFunction.CountIfs.md
@@ -27,12 +27,12 @@ Counts the number of cells within a range that meet multiple criteria.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|One or more ranges in which to evaluate the associated criteria.|
| _Arg2 - Arg30_|Required| **Variant**|One or more criteria in the form of a number, expression, cell reference, or text that define which cells will be counted. For example, criteria can be expressed as 32, "32", ">32", "apples", or B4.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CoupDayBs.md b/api/Excel.WorksheetFunction.CoupDayBs.md
index 86742fbbbfe..66a6117be70 100644
--- a/api/Excel.WorksheetFunction.CoupDayBs.md
+++ b/api/Excel.WorksheetFunction.CoupDayBs.md
@@ -27,14 +27,14 @@ Returns the number of days from the beginning of the coupon period to the settle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|The security's maturity date. The maturity date is the date when the security expires.|
| _Arg3_|Required| **Variant**|The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg4_|Optional| **Variant**|The type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CoupDays.md b/api/Excel.WorksheetFunction.CoupDays.md
index 990dc4b8f16..1eacae44669 100644
--- a/api/Excel.WorksheetFunction.CoupDays.md
+++ b/api/Excel.WorksheetFunction.CoupDays.md
@@ -27,14 +27,14 @@ Returns the number of days in the coupon period that contains the settlement dat
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|The security's maturity date. The maturity date is the date when the security expires.|
| _Arg3_|Required| **Variant**|The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg4_|Optional| **Variant**|The type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CoupDaysNc.md b/api/Excel.WorksheetFunction.CoupDaysNc.md
index 7d81247064d..7416f854f7a 100644
--- a/api/Excel.WorksheetFunction.CoupDaysNc.md
+++ b/api/Excel.WorksheetFunction.CoupDaysNc.md
@@ -27,14 +27,14 @@ Returns the number of days from the settlement date to the next coupon date.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|The security's maturity date. The maturity date is the date when the security expires.|
| _Arg3_|Required| **Variant**|The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg4_|Optional| **Variant**|The type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CoupNcd.md b/api/Excel.WorksheetFunction.CoupNcd.md
index 77189160bd6..83a84e6653f 100644
--- a/api/Excel.WorksheetFunction.CoupNcd.md
+++ b/api/Excel.WorksheetFunction.CoupNcd.md
@@ -27,14 +27,14 @@ Returns a number that represents the next coupon date after the settlement date.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|The security's maturity date. The maturity date is the date when the security expires.|
| _Arg3_|Required| **Variant**|The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg4_|Optional| **Variant**|The type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CoupNum.md b/api/Excel.WorksheetFunction.CoupNum.md
index e156c211726..14a097bbdc9 100644
--- a/api/Excel.WorksheetFunction.CoupNum.md
+++ b/api/Excel.WorksheetFunction.CoupNum.md
@@ -27,14 +27,14 @@ Returns the number of coupons payable between the settlement date and maturity d
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|The security's maturity date. The maturity date is the date when the security expires.|
| _Arg3_|Required| **Variant**|The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg4_|Optional| **Variant**|The type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CoupPcd.md b/api/Excel.WorksheetFunction.CoupPcd.md
index ba6e51c06f6..bd94d60976e 100644
--- a/api/Excel.WorksheetFunction.CoupPcd.md
+++ b/api/Excel.WorksheetFunction.CoupPcd.md
@@ -27,14 +27,14 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|The security's maturity date. The maturity date is the date when the security expires.|
| _Arg3_|Required| **Variant**|The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg4_|Optional| **Variant**|The type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Covar.md b/api/Excel.WorksheetFunction.Covar.md
index 2e6e583b389..8231cb18118 100644
--- a/api/Excel.WorksheetFunction.Covar.md
+++ b/api/Excel.WorksheetFunction.Covar.md
@@ -31,12 +31,12 @@ For more information about the new functions, see the [Covariance_P](Excel.Works
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The first cell range of integers.|
| _Arg2_|Required| **Variant**|The second cell range of integers.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Covariance_P.md b/api/Excel.WorksheetFunction.Covariance_P.md
index e5049962f85..3b88a4fafb6 100644
--- a/api/Excel.WorksheetFunction.Covariance_P.md
+++ b/api/Excel.WorksheetFunction.Covariance_P.md
@@ -27,12 +27,12 @@ Returns population covariance, the average of the products of deviations for eac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The first cell range of integers.|
| _Arg2_|Required| **Variant**|The second cell range of integers.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Covariance_S.md b/api/Excel.WorksheetFunction.Covariance_S.md
index 8a821fcd4ad..5f939fb836f 100644
--- a/api/Excel.WorksheetFunction.Covariance_S.md
+++ b/api/Excel.WorksheetFunction.Covariance_S.md
@@ -27,12 +27,12 @@ Returns the sample covariance, the average of the products of deviations for eac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array1 - The first cell range of integers.|
| _Arg2_|Required| **Variant**|Array2 - The second cell range of integers.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CritBinom.md b/api/Excel.WorksheetFunction.CritBinom.md
index 30d9bd4a381..dcf47e924c0 100644
--- a/api/Excel.WorksheetFunction.CritBinom.md
+++ b/api/Excel.WorksheetFunction.CritBinom.md
@@ -27,13 +27,13 @@ Returns the smallest value for which the cumulative binomial distribution is gre
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|The number of Bernoulli trials.|
| _Arg2_|Required| **Double**|The probability of a success on each trial.|
| _Arg3_|Required| **Double**|The criterion value.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CumIPmt.md b/api/Excel.WorksheetFunction.CumIPmt.md
index e24ee703d04..12ba5204fd6 100644
--- a/api/Excel.WorksheetFunction.CumIPmt.md
+++ b/api/Excel.WorksheetFunction.CumIPmt.md
@@ -27,7 +27,7 @@ Returns the cumulative interest paid on a loan between start_period and end_peri
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The interest rate.|
| _Arg2_|Required| **Variant**| The total number of payment periods.|
@@ -36,7 +36,7 @@ Returns the cumulative interest paid on a loan between start_period and end_peri
| _Arg5_|Required| **Variant**|The last period in the calculation.|
| _Arg6_|Required| **Variant**|The timing of the payment.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.CumPrinc.md b/api/Excel.WorksheetFunction.CumPrinc.md
index 7771072f16a..ca21a2edfad 100644
--- a/api/Excel.WorksheetFunction.CumPrinc.md
+++ b/api/Excel.WorksheetFunction.CumPrinc.md
@@ -27,7 +27,7 @@ Returns the cumulative principal paid on a loan between start_period and end_per
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The interest rate.|
| _Arg2_|Required| **Variant**| The total number of payment periods.|
@@ -36,7 +36,7 @@ Returns the cumulative principal paid on a loan between start_period and end_per
| _Arg5_|Required| **Variant**|The last period in the calculation.|
| _Arg6_|Required| **Variant**|The timing of the payment.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DAverage.md b/api/Excel.WorksheetFunction.DAverage.md
index 9b9ef7f66f1..55725e03deb 100644
--- a/api/Excel.WorksheetFunction.DAverage.md
+++ b/api/Excel.WorksheetFunction.DAverage.md
@@ -27,13 +27,13 @@ Averages the values in a column of a list or database that match conditions you
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|The range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|The range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DCount.md b/api/Excel.WorksheetFunction.DCount.md
index 697b60de22e..8d05e462243 100644
--- a/api/Excel.WorksheetFunction.DCount.md
+++ b/api/Excel.WorksheetFunction.DCount.md
@@ -27,13 +27,13 @@ Counts the cells that contain numbers in a column of a list or database that mat
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as the argument includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DCountA.md b/api/Excel.WorksheetFunction.DCountA.md
index 03451d164b8..f666f6c28d0 100644
--- a/api/Excel.WorksheetFunction.DCountA.md
+++ b/api/Excel.WorksheetFunction.DCountA.md
@@ -27,13 +27,13 @@ Counts the nonblank cells in a column of a list or database that match condition
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DGet.md b/api/Excel.WorksheetFunction.DGet.md
index f0135456f93..e779e4e96e0 100644
--- a/api/Excel.WorksheetFunction.DGet.md
+++ b/api/Excel.WorksheetFunction.DGet.md
@@ -27,13 +27,13 @@ Extracts a single value from a column of a list or database that matches conditi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.DMax.md b/api/Excel.WorksheetFunction.DMax.md
index c8839d13f25..905b9b5d56a 100644
--- a/api/Excel.WorksheetFunction.DMax.md
+++ b/api/Excel.WorksheetFunction.DMax.md
@@ -27,13 +27,13 @@ Returns the largest number in a column of a list or database that matches condit
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DMin.md b/api/Excel.WorksheetFunction.DMin.md
index ced73b4ef23..ca10f8f303a 100644
--- a/api/Excel.WorksheetFunction.DMin.md
+++ b/api/Excel.WorksheetFunction.DMin.md
@@ -27,13 +27,13 @@ Returns the smallest number in a column of a list or database that matches condi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DProduct.md b/api/Excel.WorksheetFunction.DProduct.md
index 60e1e5451e2..0901e1c1ee4 100644
--- a/api/Excel.WorksheetFunction.DProduct.md
+++ b/api/Excel.WorksheetFunction.DProduct.md
@@ -27,13 +27,13 @@ Multiplies the values in a column of a list or database that match conditions th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database is the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria is the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DStDev.md b/api/Excel.WorksheetFunction.DStDev.md
index 18f84dc2826..124b5baad29 100644
--- a/api/Excel.WorksheetFunction.DStDev.md
+++ b/api/Excel.WorksheetFunction.DStDev.md
@@ -27,13 +27,13 @@ Estimates the standard deviation of a population based on a sample by using the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DStDevP.md b/api/Excel.WorksheetFunction.DStDevP.md
index 48246c60f56..5cfa4701139 100644
--- a/api/Excel.WorksheetFunction.DStDevP.md
+++ b/api/Excel.WorksheetFunction.DStDevP.md
@@ -27,13 +27,13 @@ Calculates the standard deviation of a population based on the entire population
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - is the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DSum.md b/api/Excel.WorksheetFunction.DSum.md
index b5ac9473b9c..37c5be1217e 100644
--- a/api/Excel.WorksheetFunction.DSum.md
+++ b/api/Excel.WorksheetFunction.DSum.md
@@ -27,13 +27,13 @@ Adds the numbers in a column of a list or database that match conditions that yo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DVar.md b/api/Excel.WorksheetFunction.DVar.md
index 49e0f008247..f619da465a2 100644
--- a/api/Excel.WorksheetFunction.DVar.md
+++ b/api/Excel.WorksheetFunction.DVar.md
@@ -27,13 +27,13 @@ Estimates the variance of a population based on a sample by using the numbers in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DVarP.md b/api/Excel.WorksheetFunction.DVarP.md
index 1be871d15c2..a336dfb8ffc 100644
--- a/api/Excel.WorksheetFunction.DVarP.md
+++ b/api/Excel.WorksheetFunction.DVarP.md
@@ -27,13 +27,13 @@ Calculates the variance of a population based on the entire population by using
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Database - the range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column.|
| _Arg2_|Required| **Variant**|Field - indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on.|
| _Arg3_|Required| **Variant**|Criteria - the range of cells that contains the conditions that you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Days360.md b/api/Excel.WorksheetFunction.Days360.md
index 07b884750e8..13435ae1dbf 100644
--- a/api/Excel.WorksheetFunction.Days360.md
+++ b/api/Excel.WorksheetFunction.Days360.md
@@ -27,12 +27,12 @@ Returns the number of days between two dates based on a 360-day year (twelve 30-
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg2_|Required| **Variant**|The two dates between which you want to know the number of days. If start_date (Arg1) occurs after end_date (Arg2), Days360 returns a negative number. Dates should be entered by using the DATE function, or as results of other formulas or functions.|
| _Arg3_|Optional| **Variant**|A boolean value that specifies whether to use the U.S. or European method in the calculation.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Db.md b/api/Excel.WorksheetFunction.Db.md
index 7e07adbfba1..1fb7cd48f33 100644
--- a/api/Excel.WorksheetFunction.Db.md
+++ b/api/Excel.WorksheetFunction.Db.md
@@ -27,7 +27,7 @@ Returns the depreciation of an asset for a specified period using the fixed-decl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Cost - the initial cost of the asset.|
| _Arg2_|Required| **Double**|Salvage - the value at the end of the depreciation (sometimes called the salvage value of the asset).|
@@ -35,7 +35,7 @@ Returns the depreciation of an asset for a specified period using the fixed-decl
| _Arg4_|Required| **Double**|Period - the period for which you want to calculate the depreciation. Period must use the same units as life.|
| _Arg5_|Optional| **Variant**|Month - the number of months in the first year. If month is omitted, it is assumed to be 12.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Dbcs.md b/api/Excel.WorksheetFunction.Dbcs.md
index 666c95f2dea..9795f05bd9d 100644
--- a/api/Excel.WorksheetFunction.Dbcs.md
+++ b/api/Excel.WorksheetFunction.Dbcs.md
@@ -27,11 +27,11 @@ Converts half-width (single-byte) letters within a character string to full-widt
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|The text or a reference to a cell that contains the text that you want to change. |
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Ddb.md b/api/Excel.WorksheetFunction.Ddb.md
index 5eecdff7631..b3810452905 100644
--- a/api/Excel.WorksheetFunction.Ddb.md
+++ b/api/Excel.WorksheetFunction.Ddb.md
@@ -27,7 +27,7 @@ Returns the depreciation of an asset for a specified period using the double-dec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Cost - the initial cost of the asset.|
| _Arg2_|Required| **Double**|Salvage - the value at the end of the depreciation (sometimes called the salvage value of the asset). This value can be 0.|
@@ -35,7 +35,7 @@ Returns the depreciation of an asset for a specified period using the double-dec
| _Arg4_|Required| **Double**|Period - the period for which you want to calculate the depreciation. Period must use the same units as life.|
| _Arg5_|Optional| **Variant**|Factor - the rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Dec2Bin.md b/api/Excel.WorksheetFunction.Dec2Bin.md
index 7ab73742d6a..cf7e98ea634 100644
--- a/api/Excel.WorksheetFunction.Dec2Bin.md
+++ b/api/Excel.WorksheetFunction.Dec2Bin.md
@@ -27,12 +27,12 @@ Converts a decimal number to binary.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the decimal integer you want to convert. If number is negative, valid place values are ignored and DEC2BIN returns a 10-character (10-bit) binary number in which the most significant bit is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
| _Arg2_|Optional| **Variant**|Places - the number of characters to use. If places is omitted, DEC2BIN uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Dec2Hex.md b/api/Excel.WorksheetFunction.Dec2Hex.md
index 4e8ce8e59c0..16c18033416 100644
--- a/api/Excel.WorksheetFunction.Dec2Hex.md
+++ b/api/Excel.WorksheetFunction.Dec2Hex.md
@@ -27,12 +27,12 @@ Converts a decimal number to hexadecimal.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the decimal integer you want to convert. If number is negative, places is ignored and DEC2HEX returns a 10-character (40-bit) hexadecimal number in which the most significant bit is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
| _Arg2_|Optional| **Variant**|Places - the number of characters to use. If places is omitted, DEC2HEX uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Dec2Oct.md b/api/Excel.WorksheetFunction.Dec2Oct.md
index dc72fa98b97..56522a64bce 100644
--- a/api/Excel.WorksheetFunction.Dec2Oct.md
+++ b/api/Excel.WorksheetFunction.Dec2Oct.md
@@ -27,12 +27,12 @@ Converts a decimal number to octal.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the decimal integer you want to convert. If number is negative, places is ignored and DEC2OCT returns a 10-character (30-bit) octal number in which the most significant bit is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
| _Arg2_|Optional| **Variant**|Places - the number of characters to use. If places is omitted, DEC2OCT uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Degrees.md b/api/Excel.WorksheetFunction.Degrees.md
index 7b77d4f0666..06515a3ff7b 100644
--- a/api/Excel.WorksheetFunction.Degrees.md
+++ b/api/Excel.WorksheetFunction.Degrees.md
@@ -27,11 +27,11 @@ Converts radians into degrees.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Angle - the angle in radians that you want to convert.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Delta.md b/api/Excel.WorksheetFunction.Delta.md
index 45a31cd4267..6f631c73d40 100644
--- a/api/Excel.WorksheetFunction.Delta.md
+++ b/api/Excel.WorksheetFunction.Delta.md
@@ -27,12 +27,12 @@ Tests whether two values are equal. Returns 1 if number1 = number2; returns 0 ot
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number1 - the first number.|
| _Arg2_|Optional| **Variant**|Number2 - the second number. If omitted, number2 is assumed to be zero.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DevSq.md b/api/Excel.WorksheetFunction.DevSq.md
index 1d2e9c4c4d7..cf52491dae5 100644
--- a/api/Excel.WorksheetFunction.DevSq.md
+++ b/api/Excel.WorksheetFunction.DevSq.md
@@ -27,11 +27,11 @@ Returns the sum of squares of deviations of data points from their sample mean.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - are 1 to 30 arguments for which you want to calculate the sum of squared deviations. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Disc.md b/api/Excel.WorksheetFunction.Disc.md
index c6c3ca6b21c..01ddae711e4 100644
--- a/api/Excel.WorksheetFunction.Disc.md
+++ b/api/Excel.WorksheetFunction.Disc.md
@@ -27,7 +27,7 @@ Returns the discount rate for a security.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -35,7 +35,7 @@ Returns the discount rate for a security.
| _Arg4_|Required| **Variant**|Redemption - the security's redemption value per $100 face value.|
| _Arg5_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Dollar.md b/api/Excel.WorksheetFunction.Dollar.md
index bc914305d6e..fbbc04b7a77 100644
--- a/api/Excel.WorksheetFunction.Dollar.md
+++ b/api/Excel.WorksheetFunction.Dollar.md
@@ -27,12 +27,12 @@ The function described in this Help topic converts a number to text format and a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - a number, a reference to a cell containing a number, or a formula that evaluates to a number.|
| _Arg2_|Optional| **Variant**|Decimals - the number of digits to the right of the decimal point. If decimals is negative, number is rounded to the left of the decimal point. If you omit decimals, it is assumed to be 2.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.DollarDe.md b/api/Excel.WorksheetFunction.DollarDe.md
index c635789023f..d80fbc6724e 100644
--- a/api/Excel.WorksheetFunction.DollarDe.md
+++ b/api/Excel.WorksheetFunction.DollarDe.md
@@ -27,12 +27,12 @@ Converts a dollar price expressed as a fraction into a dollar price expressed as
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Fractional_dollar - is a number expressed as a fraction.|
| _Arg2_|Required| **Variant**|Fraction - the integer to use in the denominator of the fraction.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.DollarFr.md b/api/Excel.WorksheetFunction.DollarFr.md
index 4be036a2c19..e8e4c0b0261 100644
--- a/api/Excel.WorksheetFunction.DollarFr.md
+++ b/api/Excel.WorksheetFunction.DollarFr.md
@@ -27,12 +27,12 @@ Converts a dollar price expressed as a decimal number into a dollar price expres
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Decimal_dollar - is a decimal number.|
| _Arg2_|Required| **Variant**|Fraction - the integer to use in the denominator of a fraction.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Duration.md b/api/Excel.WorksheetFunction.Duration.md
index 49aef59e328..2b0bf80dd4b 100644
--- a/api/Excel.WorksheetFunction.Duration.md
+++ b/api/Excel.WorksheetFunction.Duration.md
@@ -27,7 +27,7 @@ Returns the Macauley duration for an assumed par value of $100. Duration is defi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -36,7 +36,7 @@ Returns the Macauley duration for an assumed par value of $100. Duration is defi
| _Arg5_|Required| **Variant**|Frequency - the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg6_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.EDate.md b/api/Excel.WorksheetFunction.EDate.md
index b1aa3725921..eb8bf6a83fa 100644
--- a/api/Excel.WorksheetFunction.EDate.md
+++ b/api/Excel.WorksheetFunction.EDate.md
@@ -27,12 +27,12 @@ Returns the serial number that represents the date that is the indicated number
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Start_date - a date that represents the start date. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.|
| _Arg2_|Required| **Variant**|Months - the number of months before or after start_date. A positive value for months yields a future date; a negative value yields a past date.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Effect.md b/api/Excel.WorksheetFunction.Effect.md
index f6e3a750837..3e04eac110b 100644
--- a/api/Excel.WorksheetFunction.Effect.md
+++ b/api/Excel.WorksheetFunction.Effect.md
@@ -27,12 +27,12 @@ Returns the effective annual interest rate, given the nominal annual interest ra
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Nominal_rate - the nominal interest rate.|
| _Arg2_|Required| **Variant**|Npery - the number of compounding periods per year.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.EoMonth.md b/api/Excel.WorksheetFunction.EoMonth.md
index 124dd614028..a791c05c4fb 100644
--- a/api/Excel.WorksheetFunction.EoMonth.md
+++ b/api/Excel.WorksheetFunction.EoMonth.md
@@ -27,12 +27,12 @@ Returns the serial number for the last day of the month that is the indicated nu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Start_date - a date that represents the starting date. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.|
| _Arg2_|Required| **Variant**|Months - the number of months before or after start_date. A positive value for months yields a future date; a negative value yields a past date.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Erf.md b/api/Excel.WorksheetFunction.Erf.md
index 229cba217fb..402a291943d 100644
--- a/api/Excel.WorksheetFunction.Erf.md
+++ b/api/Excel.WorksheetFunction.Erf.md
@@ -31,12 +31,12 @@ For more information about the new function, see the [Erf_Precise](Excel.Workshe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Lower_limit - the lower bound for integrating ERF.|
| _Arg2_|Optional| **Variant**|Upper_limit - the upper bound for integrating ERF. If omitted, ERF integrates between zero and lower_limit.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ErfC.md b/api/Excel.WorksheetFunction.ErfC.md
index 6218e14bd70..0c9a3912aab 100644
--- a/api/Excel.WorksheetFunction.ErfC.md
+++ b/api/Excel.WorksheetFunction.ErfC.md
@@ -31,12 +31,12 @@ For more information about the new function, see the [ErfC_Precise](Excel.Worksh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The first argument.|
| _Arg2_|Optional| **Variant**|The second argument.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ErfC_Precise.md b/api/Excel.WorksheetFunction.ErfC_Precise.md
index 4a0a61e6466..3ec00bf10ac 100644
--- a/api/Excel.WorksheetFunction.ErfC_Precise.md
+++ b/api/Excel.WorksheetFunction.ErfC_Precise.md
@@ -27,11 +27,11 @@ Returns the complementary error function integrated between the specified value
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|The value to compute against.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Erf_Precise.md b/api/Excel.WorksheetFunction.Erf_Precise.md
index 736412ff3f0..e46958f776b 100644
--- a/api/Excel.WorksheetFunction.Erf_Precise.md
+++ b/api/Excel.WorksheetFunction.Erf_Precise.md
@@ -27,11 +27,11 @@ Returns the error function integrated between zero and lower_limit.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Lower_limit - the lower bound for integrating ERF.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Even.md b/api/Excel.WorksheetFunction.Even.md
index 4e66d96f0ef..7dd0534961c 100644
--- a/api/Excel.WorksheetFunction.Even.md
+++ b/api/Excel.WorksheetFunction.Even.md
@@ -27,11 +27,11 @@ Returns number rounded up to the nearest even integer. You can use this function
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the value to round.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ExponDist.md b/api/Excel.WorksheetFunction.ExponDist.md
index e9a455133de..8caed1ec064 100644
--- a/api/Excel.WorksheetFunction.ExponDist.md
+++ b/api/Excel.WorksheetFunction.ExponDist.md
@@ -31,13 +31,13 @@ For more information about the new function, see the [Expon_Dist](Excel.Workshee
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value of the function.|
| _Arg2_|Required| **Double**|Lambda - the parameter value.|
| _Arg3_|Required| **Boolean**|Cumulative - a logical value that indicates which form of the exponential function to provide. If cumulative is TRUE, EXPONDIST returns the cumulative distribution function; if FALSE, it returns the probability density function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Expon_Dist.md b/api/Excel.WorksheetFunction.Expon_Dist.md
index ac57635cd19..6b8acf1a66a 100644
--- a/api/Excel.WorksheetFunction.Expon_Dist.md
+++ b/api/Excel.WorksheetFunction.Expon_Dist.md
@@ -27,13 +27,13 @@ Returns the exponential distribution. Use EXPON_DIST to model the time between e
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value of the function.|
| _Arg2_|Required| **Double**|Lambda - the parameter value.|
| _Arg3_|Required| **Boolean**|Cumulative - a logical value that indicates which form of the exponential function to provide. If cumulative is TRUE, EXPONDIST returns the cumulative distribution function; if FALSE, it returns the probability density function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.FDist.md b/api/Excel.WorksheetFunction.FDist.md
index 954f46adef0..b4e884a469e 100644
--- a/api/Excel.WorksheetFunction.FDist.md
+++ b/api/Excel.WorksheetFunction.FDist.md
@@ -31,13 +31,13 @@ For more information about the new functions, see the [F_Dist_RT](Excel.Workshee
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value at which to evaluate the function.|
| _Arg2_|Required| **Double**|Degrees_freedom1 - the numerator degrees of freedom.|
| _Arg3_|Required| **Double**|Degrees_freedom2 - the denominator degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.FInv.md b/api/Excel.WorksheetFunction.FInv.md
index b0d32bc126f..f2070ee2438 100644
--- a/api/Excel.WorksheetFunction.FInv.md
+++ b/api/Excel.WorksheetFunction.FInv.md
@@ -31,13 +31,13 @@ For more information about the new functions, see the [F_Inv_RT](Excel.Worksheet
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - a probability associated with the F cumulative distribution.|
| _Arg2_|Required| **Double**|Degrees_freedom1 - the numerator degrees of freedom.|
| _Arg3_|Required| **Double**|Degrees_freedom2 - is the denominator degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.FTest.md b/api/Excel.WorksheetFunction.FTest.md
index c9dd216168e..3f5b9f99caf 100644
--- a/api/Excel.WorksheetFunction.FTest.md
+++ b/api/Excel.WorksheetFunction.FTest.md
@@ -31,12 +31,12 @@ For more information about the new function, see the [F_Test](Excel.WorksheetFun
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array1 - the first array or range of data.|
| _Arg2_|Required| **Variant**|Array2 - the second array or range of data.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.FVSchedule.md b/api/Excel.WorksheetFunction.FVSchedule.md
index 075531689f6..467201e3ddb 100644
--- a/api/Excel.WorksheetFunction.FVSchedule.md
+++ b/api/Excel.WorksheetFunction.FVSchedule.md
@@ -27,12 +27,12 @@ Returns the future value of an initial principal after applying a series of comp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Principal - the present value.|
| _Arg2_|Required| **Variant**|Schedule - an array of interest rates to apply.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.F_Dist.md b/api/Excel.WorksheetFunction.F_Dist.md
index d27e8090315..414e131b7de 100644
--- a/api/Excel.WorksheetFunction.F_Dist.md
+++ b/api/Excel.WorksheetFunction.F_Dist.md
@@ -27,14 +27,14 @@ Returns the F probability distribution.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - The value at which to evaluate the function.|
| _Arg2_|Required| **Double**|Deg_freedom1 - The numerator degrees of freedom.|
| _Arg3_|Required| **Double**|Deg_freedom2 - The denominator degrees of freedom.|
| _Arg4_|Optional| **Variant**|Cumulative - A logical value that determines the form of the function. If cumulative is TRUE, F_DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.F_Dist_RT.md b/api/Excel.WorksheetFunction.F_Dist_RT.md
index 9562b16ab5c..2e6c3a87c93 100644
--- a/api/Excel.WorksheetFunction.F_Dist_RT.md
+++ b/api/Excel.WorksheetFunction.F_Dist_RT.md
@@ -27,13 +27,13 @@ Returns the right-tailed F probability distribution. You can use this function t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value at which to evaluate the function.|
| _Arg2_|Required| **Double**|Degrees_freedom1 - the numerator degrees of freedom.|
| _Arg3_|Required| **Double**|Degrees_freedom2 - the denominator degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.F_Inv.md b/api/Excel.WorksheetFunction.F_Inv.md
index 87bd67f3fc6..227f481a82e 100644
--- a/api/Excel.WorksheetFunction.F_Inv.md
+++ b/api/Excel.WorksheetFunction.F_Inv.md
@@ -27,13 +27,13 @@ Returns the inverse of the F probability distribution.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - A probability associated with the F cumulative distribution.|
| _Arg2_|Required| **Double**|Deg_freedom1 - The numerator degrees of freedom.|
| _Arg3_|Required| **Double**|Deg_freedom2 - The denominator degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.F_Inv_RT.md b/api/Excel.WorksheetFunction.F_Inv_RT.md
index cc3d7d9ba62..70ae300ffaa 100644
--- a/api/Excel.WorksheetFunction.F_Inv_RT.md
+++ b/api/Excel.WorksheetFunction.F_Inv_RT.md
@@ -27,13 +27,13 @@ Returns the inverse of the right-tailed F probability distribution. If p = F_DIS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - a probability associated with the F cumulative distribution.|
| _Arg2_|Required| **Double**|Degrees_freedom1 - the numerator degrees of freedom.|
| _Arg3_|Required| **Double**|Degrees_freedom2 - the denominator degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.F_Test.md b/api/Excel.WorksheetFunction.F_Test.md
index 04c6991c23c..8c210dbfa9c 100644
--- a/api/Excel.WorksheetFunction.F_Test.md
+++ b/api/Excel.WorksheetFunction.F_Test.md
@@ -27,12 +27,12 @@ Returns the result of an F-test. An F-test returns the two-tailed probability th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array1 - the first array or range of data.|
| _Arg2_|Required| **Variant**|Array2 - the second array or range of data.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Fact.md b/api/Excel.WorksheetFunction.Fact.md
index 56ccac48849..57a3439cf72 100644
--- a/api/Excel.WorksheetFunction.Fact.md
+++ b/api/Excel.WorksheetFunction.Fact.md
@@ -27,11 +27,11 @@ Returns the factorial of a number. The factorial of a number is equal to 1*2*3*.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the nonnegative number you want the factorial of. If number is not an integer, it is truncated.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.FactDouble.md b/api/Excel.WorksheetFunction.FactDouble.md
index b53465bb922..652873953bc 100644
--- a/api/Excel.WorksheetFunction.FactDouble.md
+++ b/api/Excel.WorksheetFunction.FactDouble.md
@@ -27,11 +27,11 @@ Returns the double factorial of a number.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the value for which to return the double factorial. If number is not an integer, it is truncated.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Find.md b/api/Excel.WorksheetFunction.Find.md
index b5ed6522fb3..655418310d6 100644
--- a/api/Excel.WorksheetFunction.Find.md
+++ b/api/Excel.WorksheetFunction.Find.md
@@ -27,13 +27,13 @@ Finds specific information in a worksheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|The name of the worksheet.|
| _Arg2_|Required| **String**|The name of the range.|
| _Arg3_|Optional| **Variant**|The name of an argument to refine the search.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.FindB.md b/api/Excel.WorksheetFunction.FindB.md
index 0a84f4ad03d..523ebb2b694 100644
--- a/api/Excel.WorksheetFunction.FindB.md
+++ b/api/Excel.WorksheetFunction.FindB.md
@@ -27,13 +27,13 @@ FIND and FINDB locate one text string within a second text string, and return th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Find_text - the text you want to find.|
| _Arg2_|Required| **String**|Within_text - the text containing the text you want to find.|
| _Arg3_|Optional| **Variant**|Start_num - specifies the character at which to start the search. The first character in within_text is character number 1. If you omit start_num, it is assumed to be 1.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Fisher.md b/api/Excel.WorksheetFunction.Fisher.md
index bd7971f3586..ea4453c0d69 100644
--- a/api/Excel.WorksheetFunction.Fisher.md
+++ b/api/Excel.WorksheetFunction.Fisher.md
@@ -27,11 +27,11 @@ Returns the Fisher transformation at x. This transformation produces a function
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|x - a numeric value for which you want the transformation.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.FisherInv.md b/api/Excel.WorksheetFunction.FisherInv.md
index 90a1dd24190..a0ef68cdb6f 100644
--- a/api/Excel.WorksheetFunction.FisherInv.md
+++ b/api/Excel.WorksheetFunction.FisherInv.md
@@ -27,11 +27,11 @@ Returns the inverse of the Fisher transformation. Use this transformation when a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|y - the value for which you want to perform the inverse of the transformation.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Fixed.md b/api/Excel.WorksheetFunction.Fixed.md
index 25b6d0155d0..3dff020f6bd 100644
--- a/api/Excel.WorksheetFunction.Fixed.md
+++ b/api/Excel.WorksheetFunction.Fixed.md
@@ -27,13 +27,13 @@ Rounds a number to the specified number of decimals, formats the number in decim
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the number you want to round and convert to text.|
| _Arg2_|Optional| **Variant**|Decimals - the number of digits to the right of the decimal point.|
| _Arg3_|Optional| **Variant**|No_commas - a logical value that, if TRUE, prevents FIXED from including commas in the returned text.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Floor.md b/api/Excel.WorksheetFunction.Floor.md
index bef78f2aea2..399aaf12a50 100644
--- a/api/Excel.WorksheetFunction.Floor.md
+++ b/api/Excel.WorksheetFunction.Floor.md
@@ -31,12 +31,12 @@ For more information about the new function, see the [Floor_Precise](Excel.Works
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the numeric value you want to round.|
| _Arg2_|Required| **Double**|Significance - the multiple to which you want to round.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Floor_Precise.md b/api/Excel.WorksheetFunction.Floor_Precise.md
index 00885c80f54..c1e62da8253 100644
--- a/api/Excel.WorksheetFunction.Floor_Precise.md
+++ b/api/Excel.WorksheetFunction.Floor_Precise.md
@@ -27,12 +27,12 @@ Rounds the specified number to the nearest multiple of significance.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the numeric value you want to round.|
| _Arg2_|Optional| **Variant**|Significance - the multiple to which you want to round.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Forecast.md b/api/Excel.WorksheetFunction.Forecast.md
index ab11492a93e..3bf7d9f52f6 100644
--- a/api/Excel.WorksheetFunction.Forecast.md
+++ b/api/Excel.WorksheetFunction.Forecast.md
@@ -30,13 +30,13 @@ Calculates, or predicts, a future value by using existing values. The predicted
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|x - the data point for which you want to predict a value.|
| _Arg2_|Required| **Variant**|known_y's - the dependent array or range of data.|
| _Arg3_|Required| **Variant**|known_x's - the independent array or range of data.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Frequency.md b/api/Excel.WorksheetFunction.Frequency.md
index 2725e27f8a9..f61317d1e41 100644
--- a/api/Excel.WorksheetFunction.Frequency.md
+++ b/api/Excel.WorksheetFunction.Frequency.md
@@ -27,12 +27,12 @@ Calculates how often values occur within a range of values, and then returns a v
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Data_array - an array of or reference to a set of values for which you want to count frequencies. If data_array contains no values, FREQUENCY returns an array of zeros.|
| _Arg2_|Required| **Variant**|Bins_array - an array of or reference to intervals into which you want to group the values in data_array. If bins_array contains no values, FREQUENCY returns the number of elements in data_array.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.Fv.md b/api/Excel.WorksheetFunction.Fv.md
index 6cf61fcc608..ad31b618d48 100644
--- a/api/Excel.WorksheetFunction.Fv.md
+++ b/api/Excel.WorksheetFunction.Fv.md
@@ -27,7 +27,7 @@ Returns the future value of an investment based on periodic, constant payments a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Rate - the interest rate per period.|
| _Arg2_|Required| **Double**|Nper - the total number of payment periods in an annuity.|
@@ -35,7 +35,7 @@ Returns the future value of an investment based on periodic, constant payments a
| _Arg4_|Optional| **Variant**|Pv - the present value, or the lump-sum amount that a series of future payments is worth right now. If pv is omitted, it is assumed to be 0 (zero), and you must include the pmt argument.|
| _Arg5_|Optional| **Variant**|Type - the number 0 or 1 and indicates when payments are due. If type is omitted, it is assumed to be 0.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.GammaDist.md b/api/Excel.WorksheetFunction.GammaDist.md
index b9167a3cf27..7af43f782b6 100644
--- a/api/Excel.WorksheetFunction.GammaDist.md
+++ b/api/Excel.WorksheetFunction.GammaDist.md
@@ -31,14 +31,14 @@ For more information about the new function, see the [Gamma_Dist](Excel.Workshee
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value at which you want to evaluate the distribution.|
| _Arg2_|Required| **Double**|Alpha - a parameter to the distribution.|
| _Arg3_|Required| **Double**|Beta - a parameter to the distribution. If beta = 1, GAMMADIST returns the standard gamma distribution.|
| _Arg4_|Required| **Boolean**|Cumulative - a logical value that determines the form of the function. If cumulative is TRUE, GAMMADIST returns the cumulative distribution function; if FALSE, it returns the probability density function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.GammaInv.md b/api/Excel.WorksheetFunction.GammaInv.md
index b68d7bd987f..d434836c439 100644
--- a/api/Excel.WorksheetFunction.GammaInv.md
+++ b/api/Excel.WorksheetFunction.GammaInv.md
@@ -31,13 +31,13 @@ For more information about the new function, see the [Gamma_Inv](Excel.Worksheet
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - the probability associated with the gamma distribution.|
| _Arg2_|Required| **Double**|Alpha - a parameter to the distribution.|
| _Arg3_|Required| **Double**|Beta - a parameter to the distribution. If beta = 1, GAMMAINV returns the standard gamma distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.GammaLn.md b/api/Excel.WorksheetFunction.GammaLn.md
index d069e63bfe2..2d185f536a2 100644
--- a/api/Excel.WorksheetFunction.GammaLn.md
+++ b/api/Excel.WorksheetFunction.GammaLn.md
@@ -31,11 +31,11 @@ For more information about the new function, see the [GammaLn_Precise](Excel.Wor
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value for which you want to calculate GAMMALN.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.GammaLn_Precise.md b/api/Excel.WorksheetFunction.GammaLn_Precise.md
index 4e313a54a45..27602487103 100644
--- a/api/Excel.WorksheetFunction.GammaLn_Precise.md
+++ b/api/Excel.WorksheetFunction.GammaLn_Precise.md
@@ -27,11 +27,11 @@ Returns the natural logarithm of the gamma function, ?(x).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value for which you want to calculate GAMMALN.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Gamma_Dist.md b/api/Excel.WorksheetFunction.Gamma_Dist.md
index 38a9b9dbd03..19b51db2b09 100644
--- a/api/Excel.WorksheetFunction.Gamma_Dist.md
+++ b/api/Excel.WorksheetFunction.Gamma_Dist.md
@@ -27,14 +27,14 @@ Returns the gamma distribution. You can use this function to study variables tha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value at which you want to evaluate the distribution.|
| _Arg2_|Required| **Double**|Alpha - a parameter to the distribution.|
| _Arg3_|Required| **Double**|Beta - a parameter to the distribution. If beta = 1, GAMMA_DIST returns the standard gamma distribution.|
| _Arg4_|Required| **Boolean**|Cumulative - a logical value that determines the form of the function. If cumulative is TRUE, GAMMA_DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Gamma_Inv.md b/api/Excel.WorksheetFunction.Gamma_Inv.md
index 72f6ba1f3d9..8c5541ebbf8 100644
--- a/api/Excel.WorksheetFunction.Gamma_Inv.md
+++ b/api/Excel.WorksheetFunction.Gamma_Inv.md
@@ -27,13 +27,13 @@ Returns the inverse of the gamma cumulative distribution. If p = GAMMA_DIST(x,..
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - the probability associated with the gamma distribution.|
| _Arg2_|Required| **Double**|Alpha - a parameter to the distribution.|
| _Arg3_|Required| **Double**|Beta - a parameter to the distribution. If beta = 1, GAMMA_INV returns the standard gamma distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Gcd.md b/api/Excel.WorksheetFunction.Gcd.md
index 5bbd6569ede..485e8ffb6c5 100644
--- a/api/Excel.WorksheetFunction.Gcd.md
+++ b/api/Excel.WorksheetFunction.Gcd.md
@@ -27,11 +27,11 @@ Returns the greatest common divisor of two or more integers. The greatest common
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 29 values. If any value is not an integer, it is truncated.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.GeStep.md b/api/Excel.WorksheetFunction.GeStep.md
index 76ae4c79a14..55903b47262 100644
--- a/api/Excel.WorksheetFunction.GeStep.md
+++ b/api/Excel.WorksheetFunction.GeStep.md
@@ -27,12 +27,12 @@ Returns 1 if number ? step; returns 0 (zero) otherwise. Use this function to fil
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the value to test against step.|
| _Arg2_|Optional| **Variant**|Step - the threshold value. If you omit a value for step, GESTEP uses zero.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.GeoMean.md b/api/Excel.WorksheetFunction.GeoMean.md
index e407e8aea52..252ad9e3ce4 100644
--- a/api/Excel.WorksheetFunction.GeoMean.md
+++ b/api/Excel.WorksheetFunction.GeoMean.md
@@ -27,11 +27,11 @@ Returns the geometric mean of an array or range of positive data. For example, y
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 arguments for which you want to calculate the mean. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Growth.md b/api/Excel.WorksheetFunction.Growth.md
index 37e721c7822..ce99a56071e 100644
--- a/api/Excel.WorksheetFunction.Growth.md
+++ b/api/Excel.WorksheetFunction.Growth.md
@@ -27,14 +27,14 @@ Calculates predicted exponential growth by using existing data. GROWTH returns t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Known_y's - the set of y-values you already know in the relationship y = b*m^x.|
| _Arg2_|Optional| **Variant**|Known_x's - an optional set of x-values that you may already know in the relationship y = b*m^x.|
| _Arg3_|Optional| **Variant**|New_x's - new x-values for which you want GROWTH to return corresponding y-values.|
| _Arg4_|Optional| **Variant**|Const - a logical value specifying whether to force the constant b to equal 1.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.HLookup.md b/api/Excel.WorksheetFunction.HLookup.md
index 215137794a1..8e29dff66a7 100644
--- a/api/Excel.WorksheetFunction.HLookup.md
+++ b/api/Excel.WorksheetFunction.HLookup.md
@@ -27,14 +27,14 @@ Searches for a value in the top row of a table or an array of values, and then r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Lookup_value - the value to be found in the first row of the table. Lookup_value can be a value, a reference, or a text string.|
| _Arg2_|Required| **Variant**|Table_array - a table of information in which data is looked up. Use a reference to a range or a range name.|
| _Arg3_|Required| **Variant**|Row_index_num - the row number in table_array from which the matching value will be returned. A row_index_num of 1 returns the first row value in table_array, a row_index_num of 2 returns the second row value in table_array, and so on. If row_index_num is less than 1, HLOOKUP returns the #VALUE! error value; if row_index_num is greater than the number of rows on table_array, HLOOKUP returns the #REF! error value.|
| _Arg4_|Optional| **Variant**|Range_lookup - a logical value that specifies whether you want HLOOKUP to find an exact match or an approximate match. If TRUE or omitted, an approximate match is returned. In other words, if an exact match is not found, the next largest value that is less than lookup_value is returned. If FALSE, HLOOKUP will find an exact match. If one is not found, the error value #N/A is returned.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.HarMean.md b/api/Excel.WorksheetFunction.HarMean.md
index 7f32c9f6ff7..34ac59e09ce 100644
--- a/api/Excel.WorksheetFunction.HarMean.md
+++ b/api/Excel.WorksheetFunction.HarMean.md
@@ -27,11 +27,11 @@ Returns the harmonic mean of a data set. The harmonic mean is the reciprocal of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 arguments for which you want to calculate the mean. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Hex2Bin.md b/api/Excel.WorksheetFunction.Hex2Bin.md
index e1b75af2695..5124ccb10ba 100644
--- a/api/Excel.WorksheetFunction.Hex2Bin.md
+++ b/api/Excel.WorksheetFunction.Hex2Bin.md
@@ -27,12 +27,12 @@ Converts a hexadecimal number to binary.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit of number is the sign bit (40th bit from the right). The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
| _Arg2_|Optional| **Variant**|Places - the number of characters to use. If places is omitted, HEX2BIN uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Hex2Dec.md b/api/Excel.WorksheetFunction.Hex2Dec.md
index a7a7d64ee8c..654e43ad464 100644
--- a/api/Excel.WorksheetFunction.Hex2Dec.md
+++ b/api/Excel.WorksheetFunction.Hex2Dec.md
@@ -27,11 +27,11 @@ Converts a hexadecimal number to decimal.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the hexadecimal number you want to convert. Number cannot contain more than 10 characters (40 bits). The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Hex2Oct.md b/api/Excel.WorksheetFunction.Hex2Oct.md
index 33128ffed8e..5015e84ae9f 100644
--- a/api/Excel.WorksheetFunction.Hex2Oct.md
+++ b/api/Excel.WorksheetFunction.Hex2Oct.md
@@ -27,12 +27,12 @@ Converts a hexadecimal number to octal.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
| _Arg2_|Optional| **Variant**|Places - the number of characters to use. If places is omitted, HEX2OCT uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.HypGeomDist.md b/api/Excel.WorksheetFunction.HypGeomDist.md
index 953e60a78cc..570bb84bcd0 100644
--- a/api/Excel.WorksheetFunction.HypGeomDist.md
+++ b/api/Excel.WorksheetFunction.HypGeomDist.md
@@ -31,14 +31,14 @@ For more information about the new function, see the [HypGeom_Dist](Excel.Worksh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Sample_s - the number of successes in the sample.|
| _Arg2_|Required| **Double**|Number_sample - the size of the sample.|
| _Arg3_|Required| **Double**|Population_s - the number of successes in the population.|
| _Arg4_|Required| **Double**|Number_population - the population size.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.HypGeom_Dist.md b/api/Excel.WorksheetFunction.HypGeom_Dist.md
index 80d418dcab6..897522c1874 100644
--- a/api/Excel.WorksheetFunction.HypGeom_Dist.md
+++ b/api/Excel.WorksheetFunction.HypGeom_Dist.md
@@ -27,7 +27,7 @@ Returns the hypergeometric distribution. HYPGEOM_DIST returns the probability of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Sample_s - the number of successes in the sample.|
| _Arg2_|Required| **Double**|Number_sample - the size of the sample.|
@@ -35,7 +35,7 @@ Returns the hypergeometric distribution. HYPGEOM_DIST returns the probability of
| _Arg4_|Required| **Double**|Number_population - the population size.|
| _Arg5_|Optional| **Variant**|Cumulative - a logical value that determines the form of the function. If cumulative is TRUE, then HYPGEOM_DIST returns the cumulative distribution function; if FALSE, it returns the probability mass function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ISO_Ceiling.md b/api/Excel.WorksheetFunction.ISO_Ceiling.md
index f31206465a6..e63a4011d72 100644
--- a/api/Excel.WorksheetFunction.ISO_Ceiling.md
+++ b/api/Excel.WorksheetFunction.ISO_Ceiling.md
@@ -27,12 +27,12 @@ Returns a number that is rounded up to the nearest integer or to the nearest mul
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - The value to be rounded.|
| _Arg2_|Optional| **Variant**|Significance - The optional multiple to which number is to be rounded. If significance is omitted, its default value is 1.| **Note** |
|---|
| The absolute value of the multiple is used, so that the ISO_CEILING function returns the mathematical ceiling irrespective of the signs of number and significance. |
|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.IfError.md b/api/Excel.WorksheetFunction.IfError.md
index 45c664394c0..a64dca92459 100644
--- a/api/Excel.WorksheetFunction.IfError.md
+++ b/api/Excel.WorksheetFunction.IfError.md
@@ -27,12 +27,12 @@ Returns a value you specify if a formula evaluates to an error; otherwise, retur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the argument that is checked for an error.|
| _Arg2_|Required| **Variant**|Value_if_error - the value to return if the formula evaluates to an error. The following error types are evaluated: #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.ImAbs.md b/api/Excel.WorksheetFunction.ImAbs.md
index 1a222015339..b1b651c9bc2 100644
--- a/api/Excel.WorksheetFunction.ImAbs.md
+++ b/api/Excel.WorksheetFunction.ImAbs.md
@@ -27,11 +27,11 @@ Returns the absolute value (modulus) of a complex number in x + yi or x + yj tex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the absolute value.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImArgument.md b/api/Excel.WorksheetFunction.ImArgument.md
index ede39405d70..c58953d7e97 100644
--- a/api/Excel.WorksheetFunction.ImArgument.md
+++ b/api/Excel.WorksheetFunction.ImArgument.md
@@ -31,11 +31,11 @@ Returns the argument
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber is a complex number for which you want the argument theta.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImConjugate.md b/api/Excel.WorksheetFunction.ImConjugate.md
index 6393f55691b..aa6777a86bd 100644
--- a/api/Excel.WorksheetFunction.ImConjugate.md
+++ b/api/Excel.WorksheetFunction.ImConjugate.md
@@ -27,11 +27,11 @@ Returns the complex conjugate of a complex number in x + yi or x + yj text forma
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the conjugate.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImCos.md b/api/Excel.WorksheetFunction.ImCos.md
index 380ff92dd25..113f9f8c818 100644
--- a/api/Excel.WorksheetFunction.ImCos.md
+++ b/api/Excel.WorksheetFunction.ImCos.md
@@ -27,11 +27,11 @@ Returns the cosine of a complex number in x + yi or x + yj text format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the cosine.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImDiv.md b/api/Excel.WorksheetFunction.ImDiv.md
index 9cddd2a86a9..f6935b58e58 100644
--- a/api/Excel.WorksheetFunction.ImDiv.md
+++ b/api/Excel.WorksheetFunction.ImDiv.md
@@ -27,12 +27,12 @@ Returns the quotient of two complex numbers in x + yi or x + yj text format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber1 - the complex numerator or dividend.|
| _Arg2_|Required| **Variant**|Inumber2 - the complex denominator or divisor.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImExp.md b/api/Excel.WorksheetFunction.ImExp.md
index 22e0821983c..5752260a451 100644
--- a/api/Excel.WorksheetFunction.ImExp.md
+++ b/api/Excel.WorksheetFunction.ImExp.md
@@ -27,11 +27,11 @@ Returns the exponential of a complex number in x + yi or x + yj text format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the exponential.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImLn.md b/api/Excel.WorksheetFunction.ImLn.md
index 618569c19ab..2fb10d5c310 100644
--- a/api/Excel.WorksheetFunction.ImLn.md
+++ b/api/Excel.WorksheetFunction.ImLn.md
@@ -27,11 +27,11 @@ Returns the natural logarithm of a complex number in x + yi or x + yj text forma
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the natural logarithm.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImLog10.md b/api/Excel.WorksheetFunction.ImLog10.md
index da63f31c3b7..bf1b07cdea3 100644
--- a/api/Excel.WorksheetFunction.ImLog10.md
+++ b/api/Excel.WorksheetFunction.ImLog10.md
@@ -27,11 +27,11 @@ Returns the common logarithm (base 10) of a complex number in x + yi or x + yj t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the common logarithm.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImLog2.md b/api/Excel.WorksheetFunction.ImLog2.md
index 4ac099bf4cb..525d92a7aae 100644
--- a/api/Excel.WorksheetFunction.ImLog2.md
+++ b/api/Excel.WorksheetFunction.ImLog2.md
@@ -27,11 +27,11 @@ Returns the base-2 logarithm of a complex number in x + yi or x + yj text format
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the base-2 logarithm.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImPower.md b/api/Excel.WorksheetFunction.ImPower.md
index 4282ee3285b..7f2e09aa67c 100644
--- a/api/Excel.WorksheetFunction.ImPower.md
+++ b/api/Excel.WorksheetFunction.ImPower.md
@@ -27,12 +27,12 @@ Returns a complex number in x + yi or x + yj text format raised to a power.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number you want to raise to a power.|
| _Arg2_|Required| **Variant**|Number - the power to which you want to raise the complex number.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImProduct.md b/api/Excel.WorksheetFunction.ImProduct.md
index 85ec07d0da5..496cbfdbfcd 100644
--- a/api/Excel.WorksheetFunction.ImProduct.md
+++ b/api/Excel.WorksheetFunction.ImProduct.md
@@ -27,11 +27,11 @@ Returns the product of 2 to 29 complex numbers in x + yi or x + yj text format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Inumber1, inumber2,? - 1 to 29 complex numbers to multiply.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImReal.md b/api/Excel.WorksheetFunction.ImReal.md
index c9920c0dcb5..a5210a9c7fa 100644
--- a/api/Excel.WorksheetFunction.ImReal.md
+++ b/api/Excel.WorksheetFunction.ImReal.md
@@ -27,11 +27,11 @@ Returns the real coefficient of a complex number in x + yi or x + yj text format
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the real coefficient.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ImSin.md b/api/Excel.WorksheetFunction.ImSin.md
index 26a4cb5499e..b2ac8af2d0e 100644
--- a/api/Excel.WorksheetFunction.ImSin.md
+++ b/api/Excel.WorksheetFunction.ImSin.md
@@ -27,11 +27,11 @@ Returns the sine of a complex number in x + yi or x + yj text format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the sine.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImSqrt.md b/api/Excel.WorksheetFunction.ImSqrt.md
index bc53ef1fb80..0508ef88ef7 100644
--- a/api/Excel.WorksheetFunction.ImSqrt.md
+++ b/api/Excel.WorksheetFunction.ImSqrt.md
@@ -27,11 +27,11 @@ Returns the square root of a complex number in x + yi or x + yj text format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the square root.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImSub.md b/api/Excel.WorksheetFunction.ImSub.md
index b72141e0a1c..70e965d8f54 100644
--- a/api/Excel.WorksheetFunction.ImSub.md
+++ b/api/Excel.WorksheetFunction.ImSub.md
@@ -27,12 +27,12 @@ Returns the difference of two complex numbers in x + yi or x + yj text format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber1 - the complex number from which to subtract inumber2.|
| _Arg2_|Required| **Variant**|Inumber2 - the complex number to subtract from inumber1.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.ImSum.md b/api/Excel.WorksheetFunction.ImSum.md
index 040cf85c2ec..32f308bdcf6 100644
--- a/api/Excel.WorksheetFunction.ImSum.md
+++ b/api/Excel.WorksheetFunction.ImSum.md
@@ -27,11 +27,11 @@ Returns the sum of two or more complex numbers in x + yi or x + yj text format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Inumber1,inumber2,... - 1 to 29 complex numbers to add.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Imaginary.md b/api/Excel.WorksheetFunction.Imaginary.md
index 5c2575b5b20..aa396c47c4e 100644
--- a/api/Excel.WorksheetFunction.Imaginary.md
+++ b/api/Excel.WorksheetFunction.Imaginary.md
@@ -27,11 +27,11 @@ Returns the imaginary coefficient of a complex number in x + yi or x + yj text f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Inumber - a complex number for which you want the imaginary coefficient.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Index.md b/api/Excel.WorksheetFunction.Index.md
index d853e503371..2be93fd1f70 100644
--- a/api/Excel.WorksheetFunction.Index.md
+++ b/api/Excel.WorksheetFunction.Index.md
@@ -27,14 +27,14 @@ Returns a value or the reference to a value from within a table or range. There
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array or Reference - a range of cells or an array constant. For references, it is the reference to one or more cell ranges.|
| _Arg2_|Required| **Double**|Row_num - selects the row in array from which to return a value. If row_num is omitted, column_num is required. For references, the number of the row in reference from which to return a reference|
| _Arg3_|Optional| **Variant**|Column_num - selects the column in array from which to return a value. If column_num is omitted, row_num is required. For reference, the number of the column in reference from which to return a reference.|
| _Arg4_|Optional| **Variant**|Area_num - only used when returning references. Selects a range in reference from which to return the intersection of row_num and column_num. The first area selected or entered is numbered 1, the second is 2, and so on. If area_num is omitted, INDEX uses area 1.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.IntRate.md b/api/Excel.WorksheetFunction.IntRate.md
index 45f82c541bb..e0a4badac0c 100644
--- a/api/Excel.WorksheetFunction.IntRate.md
+++ b/api/Excel.WorksheetFunction.IntRate.md
@@ -27,7 +27,7 @@ Returns the interest rate for a fully invested security.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -35,7 +35,7 @@ Returns the interest rate for a fully invested security.
| _Arg4_|Required| **Variant**|Redemption - the amount to be received at maturity.|
| _Arg5_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Intercept.md b/api/Excel.WorksheetFunction.Intercept.md
index d5369c14738..ad085e45bd4 100644
--- a/api/Excel.WorksheetFunction.Intercept.md
+++ b/api/Excel.WorksheetFunction.Intercept.md
@@ -25,12 +25,12 @@ _expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetF
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Known_y's - the dependent set of observations or data.|
| _Arg2_|Required| **Variant**|Known_x's - the independent set of observations or data.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Ipmt.md b/api/Excel.WorksheetFunction.Ipmt.md
index 21723518880..d5392f62388 100644
--- a/api/Excel.WorksheetFunction.Ipmt.md
+++ b/api/Excel.WorksheetFunction.Ipmt.md
@@ -27,7 +27,7 @@ Returns the interest payment for a given period for an investment based on perio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Rate - the interest rate per period.|
| _Arg2_|Required| **Double**|Per - the period for which you want to find the interest and must be in the range 1 to nper.|
@@ -36,7 +36,7 @@ Returns the interest payment for a given period for an investment based on perio
| _Arg5_|Optional| **Variant**|Fv - the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0).|
| _Arg6_|Optional| **Variant**|Type - the number 0 or 1 and indicates when payments are due. If type is omitted, it is assumed to be 0.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Irr.md b/api/Excel.WorksheetFunction.Irr.md
index 64eb7ce902e..e366c10c164 100644
--- a/api/Excel.WorksheetFunction.Irr.md
+++ b/api/Excel.WorksheetFunction.Irr.md
@@ -27,12 +27,12 @@ Returns the internal rate of return for a series of cash flows represented by th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Values - an array or a reference to cells that contain numbers for which you want to calculate the internal rate of return.|
| _Arg2_|Optional| **Variant**|Guess - a number that you guess is close to the result of IRR.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.IsErr.md b/api/Excel.WorksheetFunction.IsErr.md
index f3f29dfedf5..60ad864c9f6 100644
--- a/api/Excel.WorksheetFunction.IsErr.md
+++ b/api/Excel.WorksheetFunction.IsErr.md
@@ -27,11 +27,11 @@ Checks the type of value and returns TRUE or FALSE depending if the value refers
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.IsError.md b/api/Excel.WorksheetFunction.IsError.md
index 1835d541385..54fc45f40f1 100644
--- a/api/Excel.WorksheetFunction.IsError.md
+++ b/api/Excel.WorksheetFunction.IsError.md
@@ -27,11 +27,11 @@ Checks the type of value and returns TRUE or FALSE depending if the value refers
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.IsEven.md b/api/Excel.WorksheetFunction.IsEven.md
index 6afb4bf03c1..2e6c0533c81 100644
--- a/api/Excel.WorksheetFunction.IsEven.md
+++ b/api/Excel.WorksheetFunction.IsEven.md
@@ -27,11 +27,11 @@ Checks the type of value and returns TRUE or FALSE depending if the value is eve
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.IsLogical.md b/api/Excel.WorksheetFunction.IsLogical.md
index a6fe73e4182..f08f2206bb9 100644
--- a/api/Excel.WorksheetFunction.IsLogical.md
+++ b/api/Excel.WorksheetFunction.IsLogical.md
@@ -27,11 +27,11 @@ Checks the type of value and returns TRUE or FALSE depending if the value refers
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.IsNA.md b/api/Excel.WorksheetFunction.IsNA.md
index efb326de2b4..3f6acb526cc 100644
--- a/api/Excel.WorksheetFunction.IsNA.md
+++ b/api/Excel.WorksheetFunction.IsNA.md
@@ -27,11 +27,11 @@ Checks the type of value and returns TRUE or FALSE depending if the value refers
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.IsNonText.md b/api/Excel.WorksheetFunction.IsNonText.md
index 57534c526c0..722436a5b77 100644
--- a/api/Excel.WorksheetFunction.IsNonText.md
+++ b/api/Excel.WorksheetFunction.IsNonText.md
@@ -27,11 +27,11 @@ Checks the type of value and returns TRUE or FALSE depending if the value refers
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.IsNumber.md b/api/Excel.WorksheetFunction.IsNumber.md
index ca57e64be0a..2fbdf1e0dc3 100644
--- a/api/Excel.WorksheetFunction.IsNumber.md
+++ b/api/Excel.WorksheetFunction.IsNumber.md
@@ -27,11 +27,11 @@ Checks the type of value and returns TRUE or FALSE depending if the value refers
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.IsOdd.md b/api/Excel.WorksheetFunction.IsOdd.md
index c63347e0799..563a16a6d6f 100644
--- a/api/Excel.WorksheetFunction.IsOdd.md
+++ b/api/Excel.WorksheetFunction.IsOdd.md
@@ -27,11 +27,11 @@ Checks the type of value and returns TRUE or FALSE depending if the value is odd
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.IsText.md b/api/Excel.WorksheetFunction.IsText.md
index e1c724bb301..51c26ccc917 100644
--- a/api/Excel.WorksheetFunction.IsText.md
+++ b/api/Excel.WorksheetFunction.IsText.md
@@ -27,11 +27,11 @@ Checks the type of value and returns TRUE or FALSE depending if the value refers
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Value - the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.Ispmt.md b/api/Excel.WorksheetFunction.Ispmt.md
index 5f2266b63db..40fcdc896e7 100644
--- a/api/Excel.WorksheetFunction.Ispmt.md
+++ b/api/Excel.WorksheetFunction.Ispmt.md
@@ -27,14 +27,14 @@ Calculates the interest paid during a specific period of an investment. This fun
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Rate - the interest rate for the investment.|
| _Arg2_|Required| **Double**|Per - the period for which you want to find the interest, and must be between 1 and nper.|
| _Arg3_|Required| **Double**|Nper - the total number of payment periods for the investment.|
| _Arg4_|Required| **Double**|Pv - the present value of the investment. For a loan, pv is the loan amount.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Kurt.md b/api/Excel.WorksheetFunction.Kurt.md
index db20dc16f66..7d69914cb61 100644
--- a/api/Excel.WorksheetFunction.Kurt.md
+++ b/api/Excel.WorksheetFunction.Kurt.md
@@ -27,11 +27,11 @@ Returns the kurtosis of a data set. Kurtosis characterizes the relative peakedne
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 arguments for which you want to calculate kurtosis. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Large.md b/api/Excel.WorksheetFunction.Large.md
index 4803e2c5572..978cddf13c1 100644
--- a/api/Excel.WorksheetFunction.Large.md
+++ b/api/Excel.WorksheetFunction.Large.md
@@ -27,12 +27,12 @@ Returns the k-th largest value in a data set. You can use this function to selec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - the array or range of data for which you want to determine the k-th largest value.|
| _Arg2_|Required| **Double**|K - the position (from the largest) in the array or cell range of data to return.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Lcm.md b/api/Excel.WorksheetFunction.Lcm.md
index 68ab876219a..4d22987f1c0 100644
--- a/api/Excel.WorksheetFunction.Lcm.md
+++ b/api/Excel.WorksheetFunction.Lcm.md
@@ -27,11 +27,11 @@ Returns the least common multiple of integers. The least common multiple is the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number1, number2,... - 1 to 29 values for which you want the least common multiple. If value is not an integer, it is truncated.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.LinEst.md b/api/Excel.WorksheetFunction.LinEst.md
index ca200278750..79ec475e1c4 100644
--- a/api/Excel.WorksheetFunction.LinEst.md
+++ b/api/Excel.WorksheetFunction.LinEst.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetF
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Known_y's - the set of y-values you already know in the relationship y = mx + b.|
| _Arg2_|Optional| **Variant**|Known_x's - an optional set of x-values that you may already know in the relationship y = mx + b.|
diff --git a/api/Excel.WorksheetFunction.Ln.md b/api/Excel.WorksheetFunction.Ln.md
index ed9a6c81c64..ed950d73b5f 100644
--- a/api/Excel.WorksheetFunction.Ln.md
+++ b/api/Excel.WorksheetFunction.Ln.md
@@ -27,11 +27,11 @@ Returns the natural logarithm of a number. Natural logarithms are based on the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the positive real number for which you want the natural logarithm.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Log.md b/api/Excel.WorksheetFunction.Log.md
index 5970fb754c9..a7c6aee1760 100644
--- a/api/Excel.WorksheetFunction.Log.md
+++ b/api/Excel.WorksheetFunction.Log.md
@@ -27,12 +27,12 @@ Returns the logarithm of a number to the base you specify.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the positive real number for which you want the logarithm.|
| _Arg2_|Optional| **Variant**|Base - the base of the logarithm. If base is omitted, it is assumed to be 10.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Log10.md b/api/Excel.WorksheetFunction.Log10.md
index 487294f9ddd..57865810069 100644
--- a/api/Excel.WorksheetFunction.Log10.md
+++ b/api/Excel.WorksheetFunction.Log10.md
@@ -27,11 +27,11 @@ Returns the base-10 logarithm of a number.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the positive real number for which you want the base-10 logarithm.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.LogEst.md b/api/Excel.WorksheetFunction.LogEst.md
index 20d9e582e93..36f525fe22c 100644
--- a/api/Excel.WorksheetFunction.LogEst.md
+++ b/api/Excel.WorksheetFunction.LogEst.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetF
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Known_y's - the set of y-values you already know in the relationship y = b*m^x.|
| _Arg2_|Optional| **Variant**|Known_x's - an optional set of x-values that you may already know in the relationship y = b*m^x.|
diff --git a/api/Excel.WorksheetFunction.LogInv.md b/api/Excel.WorksheetFunction.LogInv.md
index 089eab8ef0f..c9508b0cfb0 100644
--- a/api/Excel.WorksheetFunction.LogInv.md
+++ b/api/Excel.WorksheetFunction.LogInv.md
@@ -30,13 +30,13 @@ Use the lognormal distribution to analyze logarithmically transformed data.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - a probability associated with the lognormal distribution.|
| _Arg2_|Required| **Double**|Mean - the mean of ln(x).|
| _Arg3_|Required| **Double**|Standard_dev - the standard deviation of ln(x).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.LogNormDist.md b/api/Excel.WorksheetFunction.LogNormDist.md
index 164875a1c2f..35d42181032 100644
--- a/api/Excel.WorksheetFunction.LogNormDist.md
+++ b/api/Excel.WorksheetFunction.LogNormDist.md
@@ -31,13 +31,13 @@ For more information about the new functions, see the [LogNorm_Dist](Excel.Works
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value at which to evaluate the function.|
| _Arg2_|Required| **Double**|Mean - the mean of ln(x).|
| _Arg3_|Required| **Double**|Standard_dev - the standard deviation of ln(x).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.LogNorm_Dist.md b/api/Excel.WorksheetFunction.LogNorm_Dist.md
index c11af186fa8..2e91db8e520 100644
--- a/api/Excel.WorksheetFunction.LogNorm_Dist.md
+++ b/api/Excel.WorksheetFunction.LogNorm_Dist.md
@@ -27,14 +27,14 @@ Returns the lognormal distribution of x, where ln(x) is normally distributed wit
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - The value at which to evaluate the function.|
| _Arg2_|Required| **Double**|Mean - The mean of ln(x).|
| _Arg3_|Required| **Double**|Standard_dev - The standard deviation of ln(x).|
| _Arg4_|Optional| **Variant**|Cumulative - A logical value that determines the form of the function. If cumulative is TRUE, LOGNORM_DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.LogNorm_Inv.md b/api/Excel.WorksheetFunction.LogNorm_Inv.md
index ba10d8f14d6..b5be334d693 100644
--- a/api/Excel.WorksheetFunction.LogNorm_Inv.md
+++ b/api/Excel.WorksheetFunction.LogNorm_Inv.md
@@ -27,13 +27,13 @@ Returns the inverse of the lognormal cumulative distribution function. Use the l
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - A probability associated with the lognormal distribution.|
| _Arg2_|Required| **Double**|Mean - The mean of ln(x).|
| _Arg3_|Required| **Double**|Standard_dev - The standard deviation of ln(x).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Lookup.md b/api/Excel.WorksheetFunction.Lookup.md
index 5e76d3cd6f7..56379ee4e33 100644
--- a/api/Excel.WorksheetFunction.Lookup.md
+++ b/api/Excel.WorksheetFunction.Lookup.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetF
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Lookup_value - A value that LOOKUP searches for in the first vector. Lookup_value can be a number, text, a logical value, or a name or reference that refers to a value.|
| _Arg2_|Required| **Variant**|Lookup_vector or Array - In Vector form, a range that contains only one row or one column. The values in lookup_vector can be text, numbers, or logical values. In array form, a range of cells that contains text, numbers, or logical values that you want to compare with lookup_value.|
diff --git a/api/Excel.WorksheetFunction.MDeterm.md b/api/Excel.WorksheetFunction.MDeterm.md
index dc93a2fd807..7a936f2bd1b 100644
--- a/api/Excel.WorksheetFunction.MDeterm.md
+++ b/api/Excel.WorksheetFunction.MDeterm.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetF
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - a numeric array with an equal number of rows and columns.|
diff --git a/api/Excel.WorksheetFunction.MDuration.md b/api/Excel.WorksheetFunction.MDuration.md
index 76fc6d0ab70..bed62a610da 100644
--- a/api/Excel.WorksheetFunction.MDuration.md
+++ b/api/Excel.WorksheetFunction.MDuration.md
@@ -27,7 +27,7 @@ Returns the modified Macauley duration for a security with an assumed par value
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -36,7 +36,7 @@ Returns the modified Macauley duration for a security with an assumed par value
| _Arg5_|Required| **Variant**|Frequency - the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg6_|Optional| **Variant**|Basis - the type of day count basis to use|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.MInverse.md b/api/Excel.WorksheetFunction.MInverse.md
index 961dd24f2da..4f1ce50f454 100644
--- a/api/Excel.WorksheetFunction.MInverse.md
+++ b/api/Excel.WorksheetFunction.MInverse.md
@@ -27,11 +27,11 @@ Returns the inverse matrix for the matrix stored in an array.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - a numeric array with an equal number of rows and columns.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.MIrr.md b/api/Excel.WorksheetFunction.MIrr.md
index 70c416e5f78..8901a483a8b 100644
--- a/api/Excel.WorksheetFunction.MIrr.md
+++ b/api/Excel.WorksheetFunction.MIrr.md
@@ -27,13 +27,13 @@ Returns the modified internal rate of return for a series of periodic cash flows
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Values - an array or a reference to cells that contain numbers. These numbers represent a series of payments (negative values) and income (positive values) occurring at regular periods.|
| _Arg2_|Required| **Double**|Finance_rate - the interest rate you pay on the money used in the cash flows.|
| _Arg3_|Required| **Double**|Reinvest_rate - the interest rate you receive on the cash flows as you reinvest them.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.MMult.md b/api/Excel.WorksheetFunction.MMult.md
index c74ccee1139..e04de5c9ebd 100644
--- a/api/Excel.WorksheetFunction.MMult.md
+++ b/api/Excel.WorksheetFunction.MMult.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetF
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg2_|Required| **Variant**|Array1, array2 - the arrays you want to multiply.|
diff --git a/api/Excel.WorksheetFunction.MRound.md b/api/Excel.WorksheetFunction.MRound.md
index ce6fde11a18..d9b4f0ede57 100644
--- a/api/Excel.WorksheetFunction.MRound.md
+++ b/api/Excel.WorksheetFunction.MRound.md
@@ -27,12 +27,12 @@ Returns a number rounded to the desired multiple.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the value to round.|
| _Arg2_|Required| **Variant**|Multiple - the multiple to which you want to round number.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Match.md b/api/Excel.WorksheetFunction.Match.md
index a6d8e917b89..45a26f12420 100644
--- a/api/Excel.WorksheetFunction.Match.md
+++ b/api/Excel.WorksheetFunction.Match.md
@@ -27,13 +27,13 @@ Returns the relative position of an item in an array that matches a specified va
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Lookup_value - the value you use to find the value you want in a table.|
| _Arg2_|Required| **Variant**|Lookup_array - a contiguous range of cells containing possible lookup values. Lookup_array must be an array or an array reference.|
| _Arg3_|Optional| **Variant**|Match_type - the number -1, 0, or 1. Match_type specifies how Microsoft Excel matches lookup_value with values in lookup_array.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Max.md b/api/Excel.WorksheetFunction.Max.md
index 090d3fd6e0e..5e621198b9b 100644
--- a/api/Excel.WorksheetFunction.Max.md
+++ b/api/Excel.WorksheetFunction.Max.md
@@ -27,11 +27,11 @@ Returns the largest value in a set of values.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 numbers for which you want to find the maximum value.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Median.md b/api/Excel.WorksheetFunction.Median.md
index 3c59ec81d3a..37406431bb7 100644
--- a/api/Excel.WorksheetFunction.Median.md
+++ b/api/Excel.WorksheetFunction.Median.md
@@ -27,11 +27,11 @@ Returns the median of the given numbers. The median is the number in the middle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 numbers for which you want the median.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Min.md b/api/Excel.WorksheetFunction.Min.md
index b9c62eb15a8..82dd8aa620c 100644
--- a/api/Excel.WorksheetFunction.Min.md
+++ b/api/Excel.WorksheetFunction.Min.md
@@ -27,11 +27,11 @@ Returns the smallest number in a set of values.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 numbers for which you want to find the minimum value.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Mode.md b/api/Excel.WorksheetFunction.Mode.md
index 935287c973c..1ddd7b9aaa2 100644
--- a/api/Excel.WorksheetFunction.Mode.md
+++ b/api/Excel.WorksheetFunction.Mode.md
@@ -31,11 +31,11 @@ For more information about the new functions, see the [Mode_Sngl](Excel.Workshee
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 arguments for which you want to calculate the mode. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Mode_Mult.md b/api/Excel.WorksheetFunction.Mode_Mult.md
index 77ba9961663..be9fe743300 100644
--- a/api/Excel.WorksheetFunction.Mode_Mult.md
+++ b/api/Excel.WorksheetFunction.Mode_Mult.md
@@ -27,12 +27,12 @@ Returns a vertical array of the most frequently occurring, or repetitive, values
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number1 - The first number argument for which you want to calculate the mode.|
| _Arg2 - Arg30_|Optional| **Variant**|Number2 - Number30 - Number arguments from 2 to 30 for which you want to calculate the mode. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.Mode_Sngl.md b/api/Excel.WorksheetFunction.Mode_Sngl.md
index fb671afa87a..ce4c3ce078b 100644
--- a/api/Excel.WorksheetFunction.Mode_Sngl.md
+++ b/api/Excel.WorksheetFunction.Mode_Sngl.md
@@ -27,11 +27,11 @@ Returns the most frequently occurring, or repetitive, value in an array or range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 arguments for which you want to calculate the mode. You can also use a single array or a reference to an array instead of arguments separated by commas (,).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.MultiNomial.md b/api/Excel.WorksheetFunction.MultiNomial.md
index e74070bde22..d4f12fdf63c 100644
--- a/api/Excel.WorksheetFunction.MultiNomial.md
+++ b/api/Excel.WorksheetFunction.MultiNomial.md
@@ -27,11 +27,11 @@ Returns the ratio of the factorial of a sum of values to the product of factoria
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1,number2, ... - 1 to 29 values for which you want the multinomial.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.NPer.md b/api/Excel.WorksheetFunction.NPer.md
index 9f0e046f5ea..746ff84c972 100644
--- a/api/Excel.WorksheetFunction.NPer.md
+++ b/api/Excel.WorksheetFunction.NPer.md
@@ -27,7 +27,7 @@ Returns the number of periods for an investment based on periodic, constant paym
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Rate - the interest rate per period.|
| _Arg2_|Required| **Double**|Pmt - the payment made each period; it cannot change over the life of the annuity. Typically, pmt contains principal and interest but no other fees or taxes.|
@@ -35,7 +35,7 @@ Returns the number of periods for an investment based on periodic, constant paym
| _Arg4_|Optional| **Variant**|Fv - the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0).|
| _Arg5_|Optional| **Variant**|Type - the number 0 or 1 and indicates when payments are due.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.NegBinomDist.md b/api/Excel.WorksheetFunction.NegBinomDist.md
index 9264e6539c5..36f4b94cc2e 100644
--- a/api/Excel.WorksheetFunction.NegBinomDist.md
+++ b/api/Excel.WorksheetFunction.NegBinomDist.md
@@ -31,13 +31,13 @@ For more information about the new function, see the [NegBinom_Dist](Excel.Works
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number_f - the number of failures.|
| _Arg2_|Required| **Double**|Number_s - the threshold number of successes.|
| _Arg3_|Required| **Double**|Probability_s - the probability of a success.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.NegBinom_Dist.md b/api/Excel.WorksheetFunction.NegBinom_Dist.md
index 944a9c9d7f9..9b6a4ce6bd0 100644
--- a/api/Excel.WorksheetFunction.NegBinom_Dist.md
+++ b/api/Excel.WorksheetFunction.NegBinom_Dist.md
@@ -27,14 +27,14 @@ Returns the negative binomial distribution. NEGBINOM_DIST returns the probabilit
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number_f - the number of failures.|
| _Arg2_|Required| **Double**|Number_s - the threshold number of successes.|
| _Arg3_|Required| **Double**|Probability_s - the probability of a success.|
| _Arg4_|Optional| **Variant**|Cumulative - A logical value that determines the form of the function. If cumulative is TRUE, NEGBINOM_DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.NetworkDays.md b/api/Excel.WorksheetFunction.NetworkDays.md
index c817f3b17ff..88bcba74157 100644
--- a/api/Excel.WorksheetFunction.NetworkDays.md
+++ b/api/Excel.WorksheetFunction.NetworkDays.md
@@ -27,13 +27,13 @@ Returns the number of whole working days between start_date and end_date. Workin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Start_date - a date that represents the start date.|
| _Arg2_|Required| **Variant**|End_date - a date that represents the end date.|
| _Arg3_|Optional| **Variant**|Holidays - an optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. The list can be either a range of cells that contains the dates or an array constant of the serial numbers that represent the dates.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.NetworkDays_Intl.md b/api/Excel.WorksheetFunction.NetworkDays_Intl.md
index 3f90130352f..819a01166e7 100644
--- a/api/Excel.WorksheetFunction.NetworkDays_Intl.md
+++ b/api/Excel.WorksheetFunction.NetworkDays_Intl.md
@@ -25,14 +25,14 @@ Returns the number of whole workdays between two dates using parameters to indic
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Start_date - The start date for which the difference is to be computed. The start_date can be earlier than, the same as, or later than the end_date.|
| _Arg2_|Required| **Variant**|End_date - The end date for which the difference is to be computed. The start_date can be earlier than, the same as, or later than the end_date.|
| _Arg3_|Optional| **Variant**|Weekend - Indicates the days of the week that are weekend days and are not included in the number of whole working days between start_date and end_date. Weekend is a weekend number or string that specifies when weekends occur. Weekend number values indicate the weekend days listed in the following table.| **Weekend number** | **Weekend days** |
|---|
| 1 or omitted | Saturday, Sunday |
| 2 | Sunday, Monday |
| 3 | Monday, Tuesday |
| 4 | Tuesday, Wednesday |
| 5 | Wednesday, Thursday |
| 6 | Thursday, Friday |
| 7 | Friday, Saturday |
| 11 | Sunday only |
| 12 | Monday only |
| 13 | Tuesday only |
| 14 | Wednesday only |
| 15 | Thursday only |
| 16 | Friday only |
| 17 | Saturday only |
|
| _Arg4_|Optional| **Variant**|Holidays - An optional set of one or more dates that are to be excluded from the working day calendar. Holidays is a range of cells that contain the dates, or an array constant of the serial values that represent those dates. The ordering of dates or serial values in holidays can be arbitrary.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Nominal.md b/api/Excel.WorksheetFunction.Nominal.md
index b0277efc75c..a53c36c6bcf 100644
--- a/api/Excel.WorksheetFunction.Nominal.md
+++ b/api/Excel.WorksheetFunction.Nominal.md
@@ -27,12 +27,12 @@ Returns the nominal annual interest rate, given the effective rate and the numbe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Effect_rate - the effective interest rate.|
| _Arg2_|Required| **Variant**|Npery - the number of compounding periods per year.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.NormDist.md b/api/Excel.WorksheetFunction.NormDist.md
index b90e379d722..eac126039a2 100644
--- a/api/Excel.WorksheetFunction.NormDist.md
+++ b/api/Excel.WorksheetFunction.NormDist.md
@@ -31,14 +31,14 @@ For more information about the new function, see the [Norm_Dist](Excel.Worksheet
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value for which you want the distribution.|
| _Arg2_|Required| **Double**|Mean - the arithmetic mean of the distribution.|
| _Arg3_|Required| **Double**|Standard_dev - the standard deviation of the distribution.|
| _Arg4_|Required| **Boolean**|Cumulative - a logical value that determines the form of the function. If cumulative is TRUE, NORMDIST returns the cumulative distribution function; if FALSE, it returns the probability mass function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.NormInv.md b/api/Excel.WorksheetFunction.NormInv.md
index a2cbae06ba0..9773d265ff3 100644
--- a/api/Excel.WorksheetFunction.NormInv.md
+++ b/api/Excel.WorksheetFunction.NormInv.md
@@ -31,13 +31,13 @@ For more information about the new function, see the [Norm_Inv](Excel.WorksheetF
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - a probability corresponding to the normal distribution.|
| _Arg2_|Required| **Double**|Mean - the arithmetic mean of the distribution.|
| _Arg3_|Required| **Double**|Standard_dev - the standard deviation of the distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.NormSDist.md b/api/Excel.WorksheetFunction.NormSDist.md
index a923e54caeb..ee21396a532 100644
--- a/api/Excel.WorksheetFunction.NormSDist.md
+++ b/api/Excel.WorksheetFunction.NormSDist.md
@@ -31,11 +31,11 @@ For more information about the new function, see the [Norm_S_Dist](Excel.Workshe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Z - the value for which you want the distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.NormSInv.md b/api/Excel.WorksheetFunction.NormSInv.md
index ae8a2f0499a..a795e94e05c 100644
--- a/api/Excel.WorksheetFunction.NormSInv.md
+++ b/api/Excel.WorksheetFunction.NormSInv.md
@@ -30,11 +30,11 @@ Returns the inverse of the standard normal cumulative distribution. The distribu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - a probability corresponding to the normal distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Norm_Dist.md b/api/Excel.WorksheetFunction.Norm_Dist.md
index cd69bafccfa..c6390af3f49 100644
--- a/api/Excel.WorksheetFunction.Norm_Dist.md
+++ b/api/Excel.WorksheetFunction.Norm_Dist.md
@@ -27,14 +27,14 @@ Returns the normal distribution for the specified mean and standard deviation. T
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - The value for which you want the distribution.|
| _Arg2_|Required| **Double**|Mean - The arithmetic mean of the distribution.|
| _Arg3_|Required| **Double**|Standard_dev - The standard deviation of the distribution.|
| _Arg4_|Required| **Boolean**|Cumulative - A logical value that determines the form of the function. If cumulative is TRUE, NORM_DIST returns the cumulative distribution function; if FALSE, it returns the probability mass function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Norm_Inv.md b/api/Excel.WorksheetFunction.Norm_Inv.md
index 1ec7465fdfa..5aa922f8a36 100644
--- a/api/Excel.WorksheetFunction.Norm_Inv.md
+++ b/api/Excel.WorksheetFunction.Norm_Inv.md
@@ -27,13 +27,13 @@ Returns the inverse of the normal cumulative distribution for the specified mean
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - A probability corresponding to the normal distribution.|
| _Arg2_|Required| **Double**|Mean - The arithmetic mean of the distribution.|
| _Arg3_|Required| **Double**|Standard_dev - The standard deviation of the distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Norm_S_Dist.md b/api/Excel.WorksheetFunction.Norm_S_Dist.md
index 3a099ec2770..12543958a29 100644
--- a/api/Excel.WorksheetFunction.Norm_S_Dist.md
+++ b/api/Excel.WorksheetFunction.Norm_S_Dist.md
@@ -27,12 +27,12 @@ Returns the standard normal cumulative distribution function. The distribution h
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Z - The value for which you want the distribution.|
| _Arg2_|Optional| **Variant**|Cumulative - A logical value that determines the form of the function. If cumulative is TRUE, NORM_S_DIST returns the cumulative distribution function; if FALSE, it returns the probability mass function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Norm_S_Inv.md b/api/Excel.WorksheetFunction.Norm_S_Inv.md
index 698b97150e6..7cd3a3c7b4a 100644
--- a/api/Excel.WorksheetFunction.Norm_S_Inv.md
+++ b/api/Excel.WorksheetFunction.Norm_S_Inv.md
@@ -27,11 +27,11 @@ Returns the inverse of the standard normal cumulative distribution. The distribu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - A probability corresponding to the normal distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Npv.md b/api/Excel.WorksheetFunction.Npv.md
index 55749752025..40c0bfd8f3b 100644
--- a/api/Excel.WorksheetFunction.Npv.md
+++ b/api/Excel.WorksheetFunction.Npv.md
@@ -27,12 +27,12 @@ Calculates the net present value of an investment by using a discount rate and a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Rate - the rate of discount over the length of one period.|
| _Arg2 - Arg30_|Required| **Variant**|Value1, value2, ... - 1 to 29 arguments representing the payments and income.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Oct2Bin.md b/api/Excel.WorksheetFunction.Oct2Bin.md
index 618991d8148..3edde9f2543 100644
--- a/api/Excel.WorksheetFunction.Oct2Bin.md
+++ b/api/Excel.WorksheetFunction.Oct2Bin.md
@@ -27,12 +27,12 @@ Converts an octal number to binary.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the octal number you want to convert. Number may not contain more than 10 characters. The most significant bit of number is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
| _Arg2_|Optional| **Variant**|Places - the number of characters to use. If places is omitted, OCT2BIN uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Oct2Dec.md b/api/Excel.WorksheetFunction.Oct2Dec.md
index 60330849bb6..4bea7f45a68 100644
--- a/api/Excel.WorksheetFunction.Oct2Dec.md
+++ b/api/Excel.WorksheetFunction.Oct2Dec.md
@@ -27,11 +27,11 @@ Converts an octal number to decimal.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The most significant bit of number is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Oct2Hex.md b/api/Excel.WorksheetFunction.Oct2Hex.md
index ef45b05f2dc..89a67c5efb0 100644
--- a/api/Excel.WorksheetFunction.Oct2Hex.md
+++ b/api/Excel.WorksheetFunction.Oct2Hex.md
@@ -27,12 +27,12 @@ Converts an octal number to hexadecimal.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The most significant bit of number is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation.|
| _Arg2_|Optional| **Variant**|Places - the number of characters to use. If places is omitted, OCT2HEX uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros).|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Odd.md b/api/Excel.WorksheetFunction.Odd.md
index 003968379f5..d7030e92960 100644
--- a/api/Excel.WorksheetFunction.Odd.md
+++ b/api/Excel.WorksheetFunction.Odd.md
@@ -27,11 +27,11 @@ Returns number rounded up to the nearest odd integer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the value to round.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.OddFPrice.md b/api/Excel.WorksheetFunction.OddFPrice.md
index 63fc51810db..5fbccd4697e 100644
--- a/api/Excel.WorksheetFunction.OddFPrice.md
+++ b/api/Excel.WorksheetFunction.OddFPrice.md
@@ -27,7 +27,7 @@ Returns the price per $100 face value of a security having an odd (short or long
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -39,7 +39,7 @@ Returns the price per $100 face value of a security having an odd (short or long
| _Arg8_|Required| **Variant**|Frequency - the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg9_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.OddFYield.md b/api/Excel.WorksheetFunction.OddFYield.md
index 869ec594500..17b6f0d89df 100644
--- a/api/Excel.WorksheetFunction.OddFYield.md
+++ b/api/Excel.WorksheetFunction.OddFYield.md
@@ -27,7 +27,7 @@ Returns the yield of a security that has an odd (short or long) first period.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -39,7 +39,7 @@ Returns the yield of a security that has an odd (short or long) first period.
| _Arg8_|Required| **Variant**|Frequency - the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg9_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.OddLPrice.md b/api/Excel.WorksheetFunction.OddLPrice.md
index 35ff5f8b320..a1bdab0846d 100644
--- a/api/Excel.WorksheetFunction.OddLPrice.md
+++ b/api/Excel.WorksheetFunction.OddLPrice.md
@@ -27,7 +27,7 @@ Returns the price per $100 face value of a security having an odd (short or long
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -38,7 +38,7 @@ Returns the price per $100 face value of a security having an odd (short or long
| _Arg7_|Required| **Variant**|Frequency - the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg8_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.OddLYield.md b/api/Excel.WorksheetFunction.OddLYield.md
index f54d7e79601..8e1e42f0ee8 100644
--- a/api/Excel.WorksheetFunction.OddLYield.md
+++ b/api/Excel.WorksheetFunction.OddLYield.md
@@ -27,7 +27,7 @@ Returns the yield of a security that has an odd (short or long) last period.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -38,7 +38,7 @@ Returns the yield of a security that has an odd (short or long) last period.
| _Arg7_|Required| **Variant**|Frequency - the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg8_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Or.md b/api/Excel.WorksheetFunction.Or.md
index 584e0376db4..efa07a3c585 100644
--- a/api/Excel.WorksheetFunction.Or.md
+++ b/api/Excel.WorksheetFunction.Or.md
@@ -27,11 +27,11 @@ Returns TRUE if any argument is TRUE; returns FALSE if all arguments are FALSE.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Logical1,logical2,... - 1 to 30 conditions you want to test that can be either TRUE or FALSE.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Excel.WorksheetFunction.Pearson.md b/api/Excel.WorksheetFunction.Pearson.md
index 30e0b778cec..55784c16665 100644
--- a/api/Excel.WorksheetFunction.Pearson.md
+++ b/api/Excel.WorksheetFunction.Pearson.md
@@ -27,12 +27,12 @@ Returns the Pearson product moment correlation coefficient, r, a dimensionless i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array1 - a set of independent values.|
| _Arg2_|Required| **Variant**|Array2 - a set of dependent values.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.PercentRank.md b/api/Excel.WorksheetFunction.PercentRank.md
index 6bafb9d1c3d..4679e38ba11 100644
--- a/api/Excel.WorksheetFunction.PercentRank.md
+++ b/api/Excel.WorksheetFunction.PercentRank.md
@@ -31,13 +31,13 @@ For more information about the new functions, see the [Percentile_Inc](Excel.Wor
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - the array or range of data with numeric values that defines relative standing.|
| _Arg2_|Required| **Double**|X - the value for which you want to know the rank.|
| _Arg3_|Optional| **Variant**|Significance - an optional value that identifies the number of significant digits for the returned percentage value. If omitted, PERCENTRANK uses three digits (0.xxx).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.PercentRank_Exc.md b/api/Excel.WorksheetFunction.PercentRank_Exc.md
index ec63a22716f..3daaaf0c15a 100644
--- a/api/Excel.WorksheetFunction.PercentRank_Exc.md
+++ b/api/Excel.WorksheetFunction.PercentRank_Exc.md
@@ -27,13 +27,13 @@ Returns the rank of a value in a data set as a percentage (0..1, exclusive) of t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - The array or range of data with numeric values that defines relative standing.|
| _Arg2_|Required| **Double**|X - The value for which you want to know the rank.|
| _Arg3_|Optional| **Variant**|Significance - A value that identifies the number of significant digits for the returned percentage value. If omitted, PERCENTRANK.EXC uses three digits (0.xxx).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.PercentRank_Inc.md b/api/Excel.WorksheetFunction.PercentRank_Inc.md
index 7b120373a1c..e0c0d013605 100644
--- a/api/Excel.WorksheetFunction.PercentRank_Inc.md
+++ b/api/Excel.WorksheetFunction.PercentRank_Inc.md
@@ -27,13 +27,13 @@ Returns the rank of a value in a data set as a percentage (0..1, inclusive) of t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - The array or range of data with numeric values that defines relative standing.|
| _Arg2_|Required| **Double**|X - The value for which you want to know the rank.|
| _Arg3_|Optional| **Variant**|Significance - An optional value that identifies the number of significant digits for the returned percentage value. If omitted, PERCENTRANK_INC uses three digits (0.xxx).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Percentile.md b/api/Excel.WorksheetFunction.Percentile.md
index 5c2a5dcbcc8..bcdda3a567a 100644
--- a/api/Excel.WorksheetFunction.Percentile.md
+++ b/api/Excel.WorksheetFunction.Percentile.md
@@ -31,12 +31,12 @@ For more information about the new functions, see the [Percentile_Inc](Excel.Wor
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - the array or range of data that defines relative standing.|
| _Arg2_|Required| **Double**|K - the percentile value in the range 0..1, inclusive.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Percentile_Exc.md b/api/Excel.WorksheetFunction.Percentile_Exc.md
index b297c9b8e28..62400bcbecc 100644
--- a/api/Excel.WorksheetFunction.Percentile_Exc.md
+++ b/api/Excel.WorksheetFunction.Percentile_Exc.md
@@ -27,12 +27,12 @@ Returns the k-th percentile of values in a range, where k is in the range 0..1,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - The array or range of data that defines relative standing.|
| _Arg2_|Required| **Double**|K - The percentile value in the range 0..1, exclusive.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Percentile_Inc.md b/api/Excel.WorksheetFunction.Percentile_Inc.md
index 1b9ada222a9..9a1d6cf1000 100644
--- a/api/Excel.WorksheetFunction.Percentile_Inc.md
+++ b/api/Excel.WorksheetFunction.Percentile_Inc.md
@@ -27,12 +27,12 @@ Returns the k-th percentile of values in a range. You can use this function to e
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - The array or range of data that defines relative standing.|
| _Arg2_|Required| **Double**|K - The percentile value in the range 0..1, inclusive.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Permut.md b/api/Excel.WorksheetFunction.Permut.md
index 53dca19a297..98aeb452b05 100644
--- a/api/Excel.WorksheetFunction.Permut.md
+++ b/api/Excel.WorksheetFunction.Permut.md
@@ -27,12 +27,12 @@ Returns the number of permutations for a given number of objects that can be sel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - an integer that describes the number of objects.|
| _Arg2_|Required| **Double**|Number_chosen - an integer that describes the number of objects in each permutation.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Phonetic.md b/api/Excel.WorksheetFunction.Phonetic.md
index a8475529b41..e9caa45dd49 100644
--- a/api/Excel.WorksheetFunction.Phonetic.md
+++ b/api/Excel.WorksheetFunction.Phonetic.md
@@ -27,11 +27,11 @@ Extracts the phonetic (furigana) characters from a text string.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Reference - a text string or a reference to a single cell or a range of cells that contain a furigana text string.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Pi.md b/api/Excel.WorksheetFunction.Pi.md
index b65011d9668..728bc72bd15 100644
--- a/api/Excel.WorksheetFunction.Pi.md
+++ b/api/Excel.WorksheetFunction.Pi.md
@@ -23,7 +23,7 @@ Returns the number 3.14159265358979, the mathematical constant pi, accurate to 1
_expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetFunction.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Pmt.md b/api/Excel.WorksheetFunction.Pmt.md
index 558b85ee7e9..55e8623697a 100644
--- a/api/Excel.WorksheetFunction.Pmt.md
+++ b/api/Excel.WorksheetFunction.Pmt.md
@@ -27,7 +27,7 @@ Calculates the payment for a loan based on constant payments and a constant inte
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Rate - the interest rate for the loan.|
| _Arg2_|Required| **Double**|Nper - the total number of payments for the loan.|
@@ -35,7 +35,7 @@ Calculates the payment for a loan based on constant payments and a constant inte
| _Arg4_|Optional| **Variant**|Fv - the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (zero), that is, the future value of a loan is 0.|
| _Arg5_|Optional| **Variant**|Type - the number 0 (zero) or 1 and indicates when payments are due.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Poisson.md b/api/Excel.WorksheetFunction.Poisson.md
index d92c93724ba..3a5096dec4e 100644
--- a/api/Excel.WorksheetFunction.Poisson.md
+++ b/api/Excel.WorksheetFunction.Poisson.md
@@ -35,13 +35,13 @@ For more information about the new function, see the [Poisson_Dist](Excel.Worksh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the number of events.|
| _Arg2_|Required| **Double**|Mean - the expected numeric value.|
| _Arg3_|Required| **Boolean**|Cumulative - a logical value that determines the form of the probability distribution returned. If cumulative is TRUE, POISSON returns the cumulative Poisson probability that the number of random events occurring will be between zero and x inclusive; if FALSE, it returns the Poisson probability mass function that the number of events occurring will be exactly x.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Poisson_Dist.md b/api/Excel.WorksheetFunction.Poisson_Dist.md
index 94d12570bb4..3d46db6542c 100644
--- a/api/Excel.WorksheetFunction.Poisson_Dist.md
+++ b/api/Excel.WorksheetFunction.Poisson_Dist.md
@@ -27,13 +27,13 @@ Returns the Poisson distribution. A common application of the Poisson distributi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - The number of events.|
| _Arg2_|Required| **Double**|Mean - The expected numeric value.|
| _Arg3_|Required| **Boolean**|Cumulative - A logical value that determines the form of the probability distribution returned. If cumulative is TRUE, POISSON_DIST returns the cumulative Poisson probability that the number of random events occurring will be between 0 (zero) and x inclusive; if FALSE, it returns the Poisson probability mass function that the number of events occurring will be exactly x.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Power.md b/api/Excel.WorksheetFunction.Power.md
index 552e89e6202..a7e2b63de1c 100644
--- a/api/Excel.WorksheetFunction.Power.md
+++ b/api/Excel.WorksheetFunction.Power.md
@@ -27,12 +27,12 @@ Returns the result of a number raised to a power.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the base number. It can be any real number.|
| _Arg2_|Required| **Double**|Power - the exponent to which the base number is raised.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Ppmt.md b/api/Excel.WorksheetFunction.Ppmt.md
index 4f955203425..c336c0762b8 100644
--- a/api/Excel.WorksheetFunction.Ppmt.md
+++ b/api/Excel.WorksheetFunction.Ppmt.md
@@ -27,7 +27,7 @@ Returns the payment on the principal for a given period for an investment based
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Rate - the interest rate per period.|
| _Arg2_|Required| **Double**|Per - the period and must be in the range 1 to nper.|
@@ -36,7 +36,7 @@ Returns the payment on the principal for a given period for an investment based
| _Arg5_|Optional| **Variant**|Fv - the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (zero), that is, the future value of a loan is 0.|
| _Arg6_|Optional| **Variant**|Type - the number 0 or 1 and indicates when payments are due.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Price.md b/api/Excel.WorksheetFunction.Price.md
index 54d05ac0d5c..13f90c2721e 100644
--- a/api/Excel.WorksheetFunction.Price.md
+++ b/api/Excel.WorksheetFunction.Price.md
@@ -27,7 +27,7 @@ Returns the price per $100 face value of a security that pays periodic interest.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -37,7 +37,7 @@ Returns the price per $100 face value of a security that pays periodic interest.
| _Arg6_|Required| **Variant**|Frequency - the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.|
| _Arg7_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.PriceDisc.md b/api/Excel.WorksheetFunction.PriceDisc.md
index 4fc6e1f2d11..5c95ef1b6f6 100644
--- a/api/Excel.WorksheetFunction.PriceDisc.md
+++ b/api/Excel.WorksheetFunction.PriceDisc.md
@@ -27,7 +27,7 @@ Returns the price per $100 face value of a discounted security.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -35,7 +35,7 @@ Returns the price per $100 face value of a discounted security.
| _Arg4_|Required| **Variant**|Redemption - the security's redemption value per $100 face value.|
| _Arg5_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.PriceMat.md b/api/Excel.WorksheetFunction.PriceMat.md
index d89794ea64d..478dd2c3fe3 100644
--- a/api/Excel.WorksheetFunction.PriceMat.md
+++ b/api/Excel.WorksheetFunction.PriceMat.md
@@ -27,7 +27,7 @@ Returns the price per $100 face value of a security that pays interest at maturi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -36,7 +36,7 @@ Returns the price per $100 face value of a security that pays interest at maturi
| _Arg5_|Required| **Variant**|Yld - the security's annual yield.|
| _Arg6_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Prob.md b/api/Excel.WorksheetFunction.Prob.md
index ef102fa706e..3b8e62a4eb6 100644
--- a/api/Excel.WorksheetFunction.Prob.md
+++ b/api/Excel.WorksheetFunction.Prob.md
@@ -27,14 +27,14 @@ Returns the probability that values in a range are between two limits. If upper_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|X_range - the range of numeric values of x with which there are associated probabilities.|
| _Arg2_|Required| **Variant**|Prob_range - a set of probabilities associated with values in x_range.|
| _Arg3_|Required| **Double**|Lower_limit - the lower bound on the value for which you want a probability.|
| _Arg4_|Optional| **Variant**|Upper_limit - the optional upper bound on the value for which you want a probability.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Product.md b/api/Excel.WorksheetFunction.Product.md
index 748074dd62b..6610b0912f3 100644
--- a/api/Excel.WorksheetFunction.Product.md
+++ b/api/Excel.WorksheetFunction.Product.md
@@ -27,11 +27,11 @@ Multiplies all the numbers given as arguments and returns the product.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 numbers that you want to multiply.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Proper.md b/api/Excel.WorksheetFunction.Proper.md
index d906a3cd555..5bb873929a1 100644
--- a/api/Excel.WorksheetFunction.Proper.md
+++ b/api/Excel.WorksheetFunction.Proper.md
@@ -27,11 +27,11 @@ Capitalizes the first letter in a text string and any other letters in text that
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Text - text enclosed in quotation marks, a formula that returns text, or a reference to a cell containing the text you want to partially capitalize.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Pv.md b/api/Excel.WorksheetFunction.Pv.md
index da58e00a1ae..63abe96719f 100644
--- a/api/Excel.WorksheetFunction.Pv.md
+++ b/api/Excel.WorksheetFunction.Pv.md
@@ -27,7 +27,7 @@ Returns the present value of an investment. The present value is the total amoun
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Rate - the interest rate per period. For example, if you obtain an automobile loan at a 10 percent annual interest rate and make monthly payments, your interest rate per month is 10%/12, or 0.83%. You would enter 10%/12, or 0.83%, or 0.0083, into the formula as the rate.|
| _Arg2_|Required| **Double**|Nper - the total number of payment periods in an annuity. For example, if you get a four-year car loan and make monthly payments, your loan has 4*12 (or 48) periods. You would enter 48 into the formula for nper.|
@@ -35,7 +35,7 @@ Returns the present value of an investment. The present value is the total amoun
| _Arg4_|Optional| **Variant**|Fv - the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0). For example, if you want to save $50,000 to pay for a special project in 18 years, then $50,000 is the future value. You could then make a conservative guess at an interest rate and determine how much you must save each month. If fv is omitted, you must include the pmt argument.|
| _Arg5_|Optional| **Variant**|Type - the number 0 or 1 and indicates when payments are due.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Quartile.md b/api/Excel.WorksheetFunction.Quartile.md
index deb18e6daaf..4798bd609a2 100644
--- a/api/Excel.WorksheetFunction.Quartile.md
+++ b/api/Excel.WorksheetFunction.Quartile.md
@@ -35,12 +35,12 @@ For more information about the new functions, see the [Quartile_Inc](Excel.Works
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - the array or cell range of numeric values for which you want the quartile value.|
| _Arg2_|Required| **Double**|Quart - indicates which value to return.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Quartile_Exc.md b/api/Excel.WorksheetFunction.Quartile_Exc.md
index eab5066522c..1684b292d7d 100644
--- a/api/Excel.WorksheetFunction.Quartile_Exc.md
+++ b/api/Excel.WorksheetFunction.Quartile_Exc.md
@@ -27,12 +27,12 @@ Returns the quartile of the data set, based on percentile values from 0..1, excl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - The array or cell range of numeric values for which you want the quartile value.|
| _Arg2_|Required| **Double**|Quart - The value to return.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Quartile_Inc.md b/api/Excel.WorksheetFunction.Quartile_Inc.md
index e6af76ec461..d32a1bd3621 100644
--- a/api/Excel.WorksheetFunction.Quartile_Inc.md
+++ b/api/Excel.WorksheetFunction.Quartile_Inc.md
@@ -27,12 +27,12 @@ Returns the quartile of a data set based on percentile values from 0..1, inclusi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - the array or cell range of numeric values for which you want the quartile value.|
| _Arg2_|Required| **Double**|Quart - The value to return.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Quotient.md b/api/Excel.WorksheetFunction.Quotient.md
index 318172e6e4f..d2da3ad36c5 100644
--- a/api/Excel.WorksheetFunction.Quotient.md
+++ b/api/Excel.WorksheetFunction.Quotient.md
@@ -27,12 +27,12 @@ Returns the integer portion of a division. Use this function when you want to di
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Numerator - the dividend.|
| _Arg2_|Required| **Variant**|Denominator - the divisor.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.RSq.md b/api/Excel.WorksheetFunction.RSq.md
index cd80b96325f..e6e48122d32 100644
--- a/api/Excel.WorksheetFunction.RSq.md
+++ b/api/Excel.WorksheetFunction.RSq.md
@@ -27,12 +27,12 @@ Returns the square of the Pearson product moment correlation coefficient through
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Known_y's - an array or range of data points.|
| _Arg2_|Required| **Variant**|Known_x's - an array or range of data points.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.RTD.md b/api/Excel.WorksheetFunction.RTD.md
index 2a6a3a2ed4e..de99d8af23e 100644
--- a/api/Excel.WorksheetFunction.RTD.md
+++ b/api/Excel.WorksheetFunction.RTD.md
@@ -27,7 +27,7 @@ This method connects to a source to receive real-time data.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _progID_|Required| **Variant**|A string representing the real-time server programmatic identifier.|
| _server_|Required| **Variant**|A server name, **Null** string or **vbNullString** constant.|
@@ -60,7 +60,7 @@ This method connects to a source to receive real-time data.
| _topic27_|Optional| **Variant**|A **String** representing a topic.|
| _topic28_|Optional| **Variant**|A **String** representing a topic.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.Radians.md b/api/Excel.WorksheetFunction.Radians.md
index bb4cbd21038..5e613e40853 100644
--- a/api/Excel.WorksheetFunction.Radians.md
+++ b/api/Excel.WorksheetFunction.Radians.md
@@ -27,11 +27,11 @@ Converts degrees to radians.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Angle - an angle in degrees that you want to convert.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.RandBetween.md b/api/Excel.WorksheetFunction.RandBetween.md
index abd2888dfaa..648f64ef1bb 100644
--- a/api/Excel.WorksheetFunction.RandBetween.md
+++ b/api/Excel.WorksheetFunction.RandBetween.md
@@ -27,12 +27,12 @@ Returns a random integer number between the numbers you specify. A new random in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Bottom - the smallest integer RANDBETWEEN will return.|
| _Arg2_|Required| **Variant**|Top - the largest integer RANDBETWEEN will return.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Rank.md b/api/Excel.WorksheetFunction.Rank.md
index af7f7aa3aef..39372df5b1c 100644
--- a/api/Excel.WorksheetFunction.Rank.md
+++ b/api/Excel.WorksheetFunction.Rank.md
@@ -35,13 +35,13 @@ For more information about the new functions, see the [Rank_Eq](Excel.WorksheetF
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the number whose rank you want to find.|
| _Arg2_|Required| **Range**|Ref - an array of, or a reference to, a list of numbers. Nonnumeric values in ref are ignored.|
| _Arg3_|Optional| **Variant**|Order - a number specifying how to rank number.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Rank_Avg.md b/api/Excel.WorksheetFunction.Rank_Avg.md
index 6b25e3bd7a6..ebdf2178750 100644
--- a/api/Excel.WorksheetFunction.Rank_Avg.md
+++ b/api/Excel.WorksheetFunction.Rank_Avg.md
@@ -27,13 +27,13 @@ Returns the rank of a number in a list of numbers; that is its size relative to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - The number whose rank you want to find.|
| _Arg2_|Required| **Range**|Ref - An array of, or a reference to, a list of numbers. Non-numeric values in reference are ignored.|
| _Arg3_|Optional| **Variant**|Order - A number that specifies how to rank number. If the order is 0 (zero) or omitted, Microsoft Excel ranks the number as if the reference was a list sorted in descending order. If the order is any non-zero value, Microsoft Excel ranks number as if the reference were a list sorted in ascending order.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Rank_Eq.md b/api/Excel.WorksheetFunction.Rank_Eq.md
index bcbd7c2f812..d61e7a6e820 100644
--- a/api/Excel.WorksheetFunction.Rank_Eq.md
+++ b/api/Excel.WorksheetFunction.Rank_Eq.md
@@ -27,13 +27,13 @@ Returns the rank of a number in a list of numbers. The rank of a number is its s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - The number whose rank you want to find.|
| _Arg2_|Required| **Range**|Ref - An array of, or a reference to, a list of numbers. Non-numeric values in reference are ignored.|
| _Arg3_|Optional| **Variant**|Order - A number that specifies how to rank the number.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Rate.md b/api/Excel.WorksheetFunction.Rate.md
index ca41c9d454a..86a0fef3090 100644
--- a/api/Excel.WorksheetFunction.Rate.md
+++ b/api/Excel.WorksheetFunction.Rate.md
@@ -27,7 +27,7 @@ Returns the interest rate per period of an annuity. RATE is calculated by iterat
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Nper - the total number of payment periods in an annuity.|
| _Arg2_|Required| **Double**|Pmt - the payment made each period and cannot change over the life of the annuity. Typically, pmt includes principal and interest but no other fees or taxes. If pmt is omitted, you must include the fv argument.|
@@ -36,7 +36,7 @@ Returns the interest rate per period of an annuity. RATE is calculated by iterat
| _Arg5_|Optional| **Variant**|Type - the number 0 or 1 and indicates when payments are due.|
| _Arg6_|Optional| **Variant**|Guess - your guess for what the rate will be.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Received.md b/api/Excel.WorksheetFunction.Received.md
index fa1e367544d..b585cbe6ba5 100644
--- a/api/Excel.WorksheetFunction.Received.md
+++ b/api/Excel.WorksheetFunction.Received.md
@@ -27,7 +27,7 @@ Returns the amount received at maturity for a fully invested security.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -35,7 +35,7 @@ Returns the amount received at maturity for a fully invested security.
| _Arg4_|Required| **Variant**|Discount - the security's discount rate.|
| _Arg5_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Replace.md b/api/Excel.WorksheetFunction.Replace.md
index cf507f78950..c1f98fd4ef5 100644
--- a/api/Excel.WorksheetFunction.Replace.md
+++ b/api/Excel.WorksheetFunction.Replace.md
@@ -27,14 +27,14 @@ Replaces part of a text string, based on the number of characters you specify, w
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Text in which you want to replace some characters.|
| _Arg2_|Required| **Double**|The position of the character in **Arg1** that you want to replace with **Arg4** .|
| _Arg3_|Required| **Double**|The number of characters in **Arg1** that you want the **Replace** method to replace with **Arg4** .|
| _Arg4_|Required| **String**|Text that will replace characters in **Arg1** .|
-### Return Value
+### Return value
A String value that represents the new string, after replacement.
diff --git a/api/Excel.WorksheetFunction.ReplaceB.md b/api/Excel.WorksheetFunction.ReplaceB.md
index 12860f46979..f944d7f2ea0 100644
--- a/api/Excel.WorksheetFunction.ReplaceB.md
+++ b/api/Excel.WorksheetFunction.ReplaceB.md
@@ -27,14 +27,14 @@ REPLACEB replaces part of a text string, based on the number of bytes you specif
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Old_text - text in which you want to replace some characters.|
| _Arg2_|Required| **Double**|Start_num - the position of the character in old_text that you want to replace with new_text.|
| _Arg3_|Required| **Double**|Num_chars - the number of characters in old_text that you want REPLACE to replace with new_text.|
| _Arg4_|Required| **String**|New_text - the text that will replace characters in old_text.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Rept.md b/api/Excel.WorksheetFunction.Rept.md
index ff6747f0c9f..2ab7a1310bf 100644
--- a/api/Excel.WorksheetFunction.Rept.md
+++ b/api/Excel.WorksheetFunction.Rept.md
@@ -27,12 +27,12 @@ Repeats text a given number of times. Use REPT to fill a cell with a number of i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Text - the text you want to repeat.|
| _Arg2_|Required| **Double**|Number_times - a positive number specifying the number of times to repeat text.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Roman.md b/api/Excel.WorksheetFunction.Roman.md
index 046fac8181d..3843815cc74 100644
--- a/api/Excel.WorksheetFunction.Roman.md
+++ b/api/Excel.WorksheetFunction.Roman.md
@@ -27,12 +27,12 @@ Converts an arabic numeral to roman, as text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the Arabic numeral you want converted.|
| _Arg2_|Optional| **Variant**|Form - a number specifying the type of roman numeral you want. The roman numeral style ranges from Classic to Simplified, becoming more concise as the value of form increases.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Round.md b/api/Excel.WorksheetFunction.Round.md
index 6dd47a2505a..5037d5d11bd 100644
--- a/api/Excel.WorksheetFunction.Round.md
+++ b/api/Excel.WorksheetFunction.Round.md
@@ -27,12 +27,12 @@ Rounds a number to a specified number of digits.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - the number you want to round.|
| _Arg2_|Required| **Double**|Num_digits - specifies the number of digits to which you want to round number.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.RoundDown.md b/api/Excel.WorksheetFunction.RoundDown.md
index d8d10e8182a..ebfec0cba3b 100644
--- a/api/Excel.WorksheetFunction.RoundDown.md
+++ b/api/Excel.WorksheetFunction.RoundDown.md
@@ -27,12 +27,12 @@ Rounds a number down, toward zero.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - any real number that you want rounded down.|
| _Arg2_|Required| **Double**|Num_digits - the number of digits to which you want to round number.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.RoundUp.md b/api/Excel.WorksheetFunction.RoundUp.md
index d6bacf9f1ba..db4048d5375 100644
--- a/api/Excel.WorksheetFunction.RoundUp.md
+++ b/api/Excel.WorksheetFunction.RoundUp.md
@@ -27,12 +27,12 @@ Rounds a number up, away from 0 (zero).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - any real number that you want rounded up.|
| _Arg2_|Required| **Double**|Num_digits - the number of digits to which you want to round number.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Search.md b/api/Excel.WorksheetFunction.Search.md
index f6dbf3939b3..a8b02514411 100644
--- a/api/Excel.WorksheetFunction.Search.md
+++ b/api/Excel.WorksheetFunction.Search.md
@@ -27,13 +27,13 @@ SEARCH and SEARCHB locate one text string within a second text string, and retur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Find_text - the text you want to find. |
| _Arg2_|Required| **String**|Within_text - the text in which you want to search for find_text.|
| _Arg3_|Optional| **Variant**|Start_num - the character number in within_text at which you want to start searching.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SearchB.md b/api/Excel.WorksheetFunction.SearchB.md
index af31f0b6b17..f087d6f56ac 100644
--- a/api/Excel.WorksheetFunction.SearchB.md
+++ b/api/Excel.WorksheetFunction.SearchB.md
@@ -27,13 +27,13 @@ SEARCH and SEARCHB locate one text string within a second text string, and retur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Find_text - the text you want to find.|
| _Arg2_|Required| **String**|Within_text - the text in which you want to search for find_text.|
| _Arg3_|Optional| **Variant**|Start_num - the character number in within_text at which you want to start searching.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SeriesSum.md b/api/Excel.WorksheetFunction.SeriesSum.md
index 6831b07b69e..8fc3aca125b 100644
--- a/api/Excel.WorksheetFunction.SeriesSum.md
+++ b/api/Excel.WorksheetFunction.SeriesSum.md
@@ -30,14 +30,14 @@ Returns the sum of a power series based on the formula:
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|X - the input value to the power series.|
| _Arg2_|Required| **Variant**|N - the initial power to which you want to raise x.|
| _Arg3_|Required| **Variant**|M - the step by which to increase n for each term in the series.|
| _Arg4_|Required| **Variant**|Coefficients - a set of coefficients by which each successive power of x is multiplied. The number of values in coefficients determines the number of terms in the power series. For example, if there are three values in coefficients, then there will be three terms in the power series.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Sinh.md b/api/Excel.WorksheetFunction.Sinh.md
index 7c3402e8016..cbd4160b0ef 100644
--- a/api/Excel.WorksheetFunction.Sinh.md
+++ b/api/Excel.WorksheetFunction.Sinh.md
@@ -27,11 +27,11 @@ Returns the hyperbolic sine of a number.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number is any real number.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Skew.md b/api/Excel.WorksheetFunction.Skew.md
index 83d7c7fd914..53f894a1a0d 100644
--- a/api/Excel.WorksheetFunction.Skew.md
+++ b/api/Excel.WorksheetFunction.Skew.md
@@ -27,11 +27,11 @@ Returns the skewness of a distribution. Skewness characterizes the degree of asy
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2 ... - 1 to 30 arguments for which you want to calculate skewness. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Sln.md b/api/Excel.WorksheetFunction.Sln.md
index 7ded28306fd..e0d65f0deec 100644
--- a/api/Excel.WorksheetFunction.Sln.md
+++ b/api/Excel.WorksheetFunction.Sln.md
@@ -27,13 +27,13 @@ Returns the straight-line depreciation of an asset for one period.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Cost - the initial cost of the asset.|
| _Arg2_|Required| **Double**|Salvage - the value at the end of the depreciation (sometimes called the salvage value of the asset).|
| _Arg3_|Required| **Double**|Life - the number of periods over which the asset is depreciated (sometimes called the useful life of the asset).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Slope.md b/api/Excel.WorksheetFunction.Slope.md
index 2c289d1c373..162bfe32d38 100644
--- a/api/Excel.WorksheetFunction.Slope.md
+++ b/api/Excel.WorksheetFunction.Slope.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents a [WorksheetFunction](./Excel.WorksheetF
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Known_y's - an array or cell range of numeric dependent data points.|
| _Arg2_|Required| **Variant**|Known_x's - the set of independent data points.|
diff --git a/api/Excel.WorksheetFunction.Small.md b/api/Excel.WorksheetFunction.Small.md
index 914279ee4ff..80c1e9fba19 100644
--- a/api/Excel.WorksheetFunction.Small.md
+++ b/api/Excel.WorksheetFunction.Small.md
@@ -27,12 +27,12 @@ Returns the k-th smallest value in a data set. Use this function to return value
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - an array or range of numerical data for which you want to determine the k-th smallest value.|
| _Arg2_|Required| **Double**|K - the position (from the smallest) in the array or range of data to return.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SqrtPi.md b/api/Excel.WorksheetFunction.SqrtPi.md
index 23bc3f42c4e..4810639919a 100644
--- a/api/Excel.WorksheetFunction.SqrtPi.md
+++ b/api/Excel.WorksheetFunction.SqrtPi.md
@@ -27,11 +27,11 @@ Returns the square root of (number * pi).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number - the number by which pi is multiplied.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.StDev.md b/api/Excel.WorksheetFunction.StDev.md
index 5c67ba7a3cf..f0cfe7032ff 100644
--- a/api/Excel.WorksheetFunction.StDev.md
+++ b/api/Excel.WorksheetFunction.StDev.md
@@ -35,11 +35,11 @@ For more information about the new function, see the [StDev_S](Excel.WorksheetFu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 number arguments corresponding to a sample of a population. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.StDevP.md b/api/Excel.WorksheetFunction.StDevP.md
index dc9d0081ba6..f2f7fdab566 100644
--- a/api/Excel.WorksheetFunction.StDevP.md
+++ b/api/Excel.WorksheetFunction.StDevP.md
@@ -35,11 +35,11 @@ For more information about the new function, see the [StDev_P](Excel.WorksheetFu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 number arguments corresponding to a population. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.StDev_P.md b/api/Excel.WorksheetFunction.StDev_P.md
index b484d67ea14..a48177c7a74 100644
--- a/api/Excel.WorksheetFunction.StDev_P.md
+++ b/api/Excel.WorksheetFunction.StDev_P.md
@@ -27,11 +27,11 @@ Calculates standard deviation based on the entire population given as arguments.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 number arguments corresponding to a population. You can also use a single array or a reference to an array instead of arguments separated by commas (,).|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.StDev_S.md b/api/Excel.WorksheetFunction.StDev_S.md
index 54c68588c65..f2fb15d28a7 100644
--- a/api/Excel.WorksheetFunction.StDev_S.md
+++ b/api/Excel.WorksheetFunction.StDev_S.md
@@ -27,11 +27,11 @@ Estimates standard deviation based on a sample. The standard deviation is a meas
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 number arguments corresponding to a sample of a population. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.StEyx.md b/api/Excel.WorksheetFunction.StEyx.md
index 5694fadebd3..0fc1692e9c1 100644
--- a/api/Excel.WorksheetFunction.StEyx.md
+++ b/api/Excel.WorksheetFunction.StEyx.md
@@ -27,12 +27,12 @@ Returns the standard error of the predicted y-value for each x in the regression
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Known_y's - an array or range of dependent data points.|
| _Arg2_|Required| **Variant**|Known_x's - an array or range of independent data points.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Standardize.md b/api/Excel.WorksheetFunction.Standardize.md
index 621ff88cb53..9b07abf76f3 100644
--- a/api/Excel.WorksheetFunction.Standardize.md
+++ b/api/Excel.WorksheetFunction.Standardize.md
@@ -27,13 +27,13 @@ Returns a normalized value from a distribution characterized by mean and standar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value you want to normalize.|
| _Arg2_|Required| **Double**|Mean - the arithmetic mean of the distribution.|
| _Arg3_|Required| **Double**|Standard_dev - the standard deviation of the distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Substitute.md b/api/Excel.WorksheetFunction.Substitute.md
index 4373ac9b412..96eb332154c 100644
--- a/api/Excel.WorksheetFunction.Substitute.md
+++ b/api/Excel.WorksheetFunction.Substitute.md
@@ -27,14 +27,14 @@ Substitutes new_text for old_text in a text string. Use SUBSTITUTE when you want
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Text - the text or the reference to a cell containing text for which you want to substitute characters.|
| _Arg2_|Required| **String**|Old_text - the text you want to replace.|
| _Arg3_|Required| **String**|New_text - the text you want to replace old_text with.|
| _Arg4_|Optional| **Variant**|Instance_num - specifies which occurrence of old_text you want to replace with new_text. If you specify instance_num, only that instance of old_text is replaced. Otherwise, every occurrence of old_text in text is changed to new_text.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Subtotal.md b/api/Excel.WorksheetFunction.Subtotal.md
index 6a024a84ec6..980c259e93b 100644
--- a/api/Excel.WorksheetFunction.Subtotal.md
+++ b/api/Excel.WorksheetFunction.Subtotal.md
@@ -27,13 +27,13 @@ Creates subtotals.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|A number indicating the aggregation function to be used by the method.|
| _Arg2_|Required| **Range**|The first **[Range](Excel.Range(object).md)** object for which a subtotal is to be calculated.|
| _Arg3-Arg30_|Optional| **Variant**|Subsequent **[Range](Excel.Range(object).md)** objects for which a subtotal is to be calculated.|
-### Return Value
+### Return value
A Double value that represents the subtotal.
diff --git a/api/Excel.WorksheetFunction.Sum.md b/api/Excel.WorksheetFunction.Sum.md
index a51a86ff3ab..7e1d7d7ca5b 100644
--- a/api/Excel.WorksheetFunction.Sum.md
+++ b/api/Excel.WorksheetFunction.Sum.md
@@ -27,11 +27,11 @@ Adds all the numbers in a range of cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 arguments for which you want the total value or sum.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SumIf.md b/api/Excel.WorksheetFunction.SumIf.md
index 2e625418ec2..4e772401d77 100644
--- a/api/Excel.WorksheetFunction.SumIf.md
+++ b/api/Excel.WorksheetFunction.SumIf.md
@@ -27,13 +27,13 @@ Adds the cells specified by a given criteria.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Range - the range of cells that you want evaluated by criteria.|
| _Arg2_|Required| **Variant**|Criteria - the criteria in the form of a number, expression, or text that defines which cells will be added. For example, criteria can be expressed as 32, "32", ">32", or "apples".|
| _Arg3_|Optional| **Variant**|Sum_range - the actual cells to add if their corresponding cells in range match criteria. If sum_range is omitted, the cells in range are both evaluated by criteria and added if they match criteria.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SumIfs.md b/api/Excel.WorksheetFunction.SumIfs.md
index 84c2306144e..e017fa8a992 100644
--- a/api/Excel.WorksheetFunction.SumIfs.md
+++ b/api/Excel.WorksheetFunction.SumIfs.md
@@ -27,13 +27,13 @@ Adds the cells in a range that meet multiple criteria.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Range**|Sum_range - the range to sum.|
| _Arg2_|Required| **Range**|Criteria_range1, criteria_range2, ? - one or more ranges in which to evaluate the associated criteria.|
| _Arg3 - Arg30_|Required| **Variant**|Criteria1, criteria2, ? - one or more criteria in the form of a number, expression, cell reference, or text that define which cells will be added. For example, criteria can be expressed as 32, "32", ">32", "apples", or B4.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SumProduct.md b/api/Excel.WorksheetFunction.SumProduct.md
index 2cf378f1ec1..f66b234455a 100644
--- a/api/Excel.WorksheetFunction.SumProduct.md
+++ b/api/Excel.WorksheetFunction.SumProduct.md
@@ -27,11 +27,11 @@ Multiplies corresponding components in the given arrays, and returns the sum of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Array1, array2, array3, ... - 2 to 30 arrays whose components you want to multiply and then add.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SumSq.md b/api/Excel.WorksheetFunction.SumSq.md
index e84cf947407..62c39e4355a 100644
--- a/api/Excel.WorksheetFunction.SumSq.md
+++ b/api/Excel.WorksheetFunction.SumSq.md
@@ -27,11 +27,11 @@ Returns the sum of the squares of the arguments.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Number1, number2, ... - 1 to 30 arguments for which you want the sum of the squares. You can also use a single array or a reference to an array instead of arguments separated by commas.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SumX2MY2.md b/api/Excel.WorksheetFunction.SumX2MY2.md
index 05ed29040bc..b8c30bfdd34 100644
--- a/api/Excel.WorksheetFunction.SumX2MY2.md
+++ b/api/Excel.WorksheetFunction.SumX2MY2.md
@@ -27,12 +27,12 @@ Returns the sum of the difference of squares of corresponding values in two arra
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array_x - the first array or range of values.|
| _Arg2_|Required| **Variant**|Array_y - the second array or range of values.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SumX2PY2.md b/api/Excel.WorksheetFunction.SumX2PY2.md
index 85e0766423f..ffd93889d02 100644
--- a/api/Excel.WorksheetFunction.SumX2PY2.md
+++ b/api/Excel.WorksheetFunction.SumX2PY2.md
@@ -27,12 +27,12 @@ Returns the sum of the sum of squares of corresponding values in two arrays. The
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array_x - the first array or range of values.|
| _Arg2_|Required| **Variant**|Array_y - the second array or range of values.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.SumXMY2.md b/api/Excel.WorksheetFunction.SumXMY2.md
index 89bf0f66fcd..9a878742563 100644
--- a/api/Excel.WorksheetFunction.SumXMY2.md
+++ b/api/Excel.WorksheetFunction.SumXMY2.md
@@ -27,12 +27,12 @@ Returns the sum of squares of differences of corresponding values in two arrays.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array_x - the first array or range of values.|
| _Arg2_|Required| **Variant**|Array_y - the second array or range of values.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Syd.md b/api/Excel.WorksheetFunction.Syd.md
index 2cd875a9765..cb9bccc7af5 100644
--- a/api/Excel.WorksheetFunction.Syd.md
+++ b/api/Excel.WorksheetFunction.Syd.md
@@ -27,14 +27,14 @@ Returns the sum-of-years' digits depreciation of an asset for a specified period
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Cost - the initial cost of the asset.|
| _Arg2_|Required| **Double**|Salvage - the value at the end of the depreciation (sometimes called the salvage value of the asset).|
| _Arg3_|Required| **Double**|Life - the number of periods over which the asset is depreciated (sometimes called the useful life of the asset).|
| _Arg4_|Required| **Double**|Per - the period and must use the same units as life.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.TBillEq.md b/api/Excel.WorksheetFunction.TBillEq.md
index f441b3e1ed3..be4d1373416 100644
--- a/api/Excel.WorksheetFunction.TBillEq.md
+++ b/api/Excel.WorksheetFunction.TBillEq.md
@@ -27,13 +27,13 @@ Returns the bond-equivalent yield for a Treasury bill.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the Treasury bill's settlement date. The security settlement date is the date after the issue date when the Treasury bill is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the Treasury bill's maturity date. The maturity date is the date when the Treasury bill expires.|
| _Arg3_|Optional| **Variant**|Discount - the Treasury bill's discount rate.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.TBillPrice.md b/api/Excel.WorksheetFunction.TBillPrice.md
index c2f501daa27..8b9fac812e3 100644
--- a/api/Excel.WorksheetFunction.TBillPrice.md
+++ b/api/Excel.WorksheetFunction.TBillPrice.md
@@ -27,13 +27,13 @@ Returns the price per $100 face value for a Treasury bill.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the Treasury bill's settlement date. The security settlement date is the date after the issue date when the Treasury bill is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the Treasury bill's maturity date. The maturity date is the date when the Treasury bill expires.|
| _Arg3_|Optional| **Variant**|Discount - the Treasury bill's discount rate.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.TBillYield.md b/api/Excel.WorksheetFunction.TBillYield.md
index e45c8b28e19..b0c3dda6716 100644
--- a/api/Excel.WorksheetFunction.TBillYield.md
+++ b/api/Excel.WorksheetFunction.TBillYield.md
@@ -27,13 +27,13 @@ Returns the yield for a Treasury bill.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the Treasury bill's settlement date. The security settlement date is the date after the issue date when the Treasury bill is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the Treasury bill's maturity date. The maturity date is the date when the Treasury bill expires.|
| _Arg3_|Optional| **Variant**|Pr - the Treasury bill's price per $100 face value.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.TDist.md b/api/Excel.WorksheetFunction.TDist.md
index 03039329fe9..2db00fa273a 100644
--- a/api/Excel.WorksheetFunction.TDist.md
+++ b/api/Excel.WorksheetFunction.TDist.md
@@ -35,13 +35,13 @@ For more information about the new functions, see the [T_Dist_RT](Excel.Workshee
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the numeric value at which to evaluate the distribution.|
| _Arg2_|Required| **Double**|Degrees_freedom - an integer indicating the number of degrees of freedom.|
| _Arg3_|Required| **Double**|Tails - specifies the number of distribution tails to return. If tails = 1, TDIST returns the one-tailed distribution. If tails = 2, TDIST returns the two-tailed distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.TInv.md b/api/Excel.WorksheetFunction.TInv.md
index 94f906f49ce..8a3e447873b 100644
--- a/api/Excel.WorksheetFunction.TInv.md
+++ b/api/Excel.WorksheetFunction.TInv.md
@@ -33,12 +33,12 @@ Returns the t-value of the Student's t-distribution as a function of the probabi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - the probability associated with the two-tailed Student's t-distribution.|
| _Arg2_|Required| **Double**|Degrees_freedom - the number of degrees of freedom with which to characterize the distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.TTest.md b/api/Excel.WorksheetFunction.TTest.md
index 409d0db12dd..3226776195c 100644
--- a/api/Excel.WorksheetFunction.TTest.md
+++ b/api/Excel.WorksheetFunction.TTest.md
@@ -33,14 +33,14 @@ Returns the probability associated with a Student's t-Test. Use TTEST to determi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array1 - the first data set.|
| _Arg2_|Required| **Variant**|Array2 - the second data set.|
| _Arg3_|Required| **Double**|Tails - specifies the number of distribution tails. If tails = 1, TTEST uses the one-tailed distribution. If tails = 2, TTEST uses the two-tailed distribution.|
| _Arg4_|Required| **Double**|Type - the kind of t-Test to perform.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.T_Dist.md b/api/Excel.WorksheetFunction.T_Dist.md
index 21b59a3ca2b..60b39391d65 100644
--- a/api/Excel.WorksheetFunction.T_Dist.md
+++ b/api/Excel.WorksheetFunction.T_Dist.md
@@ -27,13 +27,13 @@ Returns a Student t-distribution where a numeric value (x) is a calculated value
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - The numeric value at which to evaluate the distribution.|
| _Arg2_|Required| **Double**|Deg_freedom - An integer that indicates the number of degrees of freedom.|
| _Arg3_|Required| **Boolean**|Cumulative - A logical value that determines the form of the function. If cumulative is TRUE, T_DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.T_Dist_2T.md b/api/Excel.WorksheetFunction.T_Dist_2T.md
index aad7a60d152..8cfb9b02ffd 100644
--- a/api/Excel.WorksheetFunction.T_Dist_2T.md
+++ b/api/Excel.WorksheetFunction.T_Dist_2T.md
@@ -27,12 +27,12 @@ Returns the two-tailed Student t-distribution.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - The numeric value at which to evaluate the distribution.|
| _Arg2_|Required| **Double**|Deg_freedom - An integer that indicates the number of degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.T_Dist_RT.md b/api/Excel.WorksheetFunction.T_Dist_RT.md
index 3cf297d7207..892deb1dd71 100644
--- a/api/Excel.WorksheetFunction.T_Dist_RT.md
+++ b/api/Excel.WorksheetFunction.T_Dist_RT.md
@@ -27,12 +27,12 @@ Returns the right-tailed Student t-distribution where a numeric value (x) is a c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - The numeric value at which to evaluate the distribution.|
| _Arg2_|Required| **Double**|Degrees_freedom - An integer that indicates the number of degrees of freedom.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.T_Inv.md b/api/Excel.WorksheetFunction.T_Inv.md
index 6c9b5796ed4..37dd14b3693 100644
--- a/api/Excel.WorksheetFunction.T_Inv.md
+++ b/api/Excel.WorksheetFunction.T_Inv.md
@@ -27,12 +27,12 @@ Returns the left-tailed inverse of the Student t-distribution.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - The probability associated with the Student t-distribution.|
| _Arg2_|Required| **Double**|Deg_freedom - The number of degrees of freedom with which to characterize the distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.T_Inv_2T.md b/api/Excel.WorksheetFunction.T_Inv_2T.md
index 49b7a3f0f92..db49aa65976 100644
--- a/api/Excel.WorksheetFunction.T_Inv_2T.md
+++ b/api/Excel.WorksheetFunction.T_Inv_2T.md
@@ -27,12 +27,12 @@ Returns the t-value of the Student t-distribution as a function of the probabili
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Probability - The probability associated with the two-tailed Student t-distribution.|
| _Arg2_|Required| **Double**|Degrees_freedom - The number of degrees of freedom with which to characterize the distribution.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.T_Test.md b/api/Excel.WorksheetFunction.T_Test.md
index f7ad8a6a2b3..dd28d7f6082 100644
--- a/api/Excel.WorksheetFunction.T_Test.md
+++ b/api/Excel.WorksheetFunction.T_Test.md
@@ -27,14 +27,14 @@ Returns the probability associated with a Student t-Test. Use T_TEST to determin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array1 - The first data set.|
| _Arg2_|Required| **Variant**|Array2 - The second data set.|
| _Arg3_|Required| **Double**|Tails - Specifies the number of distribution tails. If tails = 1, T_TEST uses the one-tailed distribution. If tails = 2, T_TEST uses the two-tailed distribution.|
| _Arg4_|Required| **Double**|Type - The kind of t-Test to perform.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Tanh.md b/api/Excel.WorksheetFunction.Tanh.md
index 5d4bfa07d70..d5e2a5f2bbf 100644
--- a/api/Excel.WorksheetFunction.Tanh.md
+++ b/api/Excel.WorksheetFunction.Tanh.md
@@ -27,11 +27,11 @@ Returns the hyperbolic tangent of a number.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Number - any real number.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Text.md b/api/Excel.WorksheetFunction.Text.md
index dd2103fdaa3..8a96b930bd2 100644
--- a/api/Excel.WorksheetFunction.Text.md
+++ b/api/Excel.WorksheetFunction.Text.md
@@ -27,12 +27,12 @@ Converts a value to text in a specific number format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|A numeric value, a formula that evaluates to a numeric value, or a reference to a cell containing a numeric value.|
| _Arg2_|Required| **String**|A number format in text form in the **Category** box on the **Number** tab in the **Format Cells** dialog box.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.Transpose.md b/api/Excel.WorksheetFunction.Transpose.md
index 32623fdbd46..6f5cf62b778 100644
--- a/api/Excel.WorksheetFunction.Transpose.md
+++ b/api/Excel.WorksheetFunction.Transpose.md
@@ -27,11 +27,11 @@ Returns a vertical range of cells as a horizontal range, or vice versa. TRANSPOS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - an array or range of cells on a worksheet that you want to transpose. The transpose of an array is created by using the first row of the array as the first column of the new array, the second row of the array as the second column of the new array, and so on.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.Trend.md b/api/Excel.WorksheetFunction.Trend.md
index ace0c5469ad..df59b1232a4 100644
--- a/api/Excel.WorksheetFunction.Trend.md
+++ b/api/Excel.WorksheetFunction.Trend.md
@@ -27,14 +27,14 @@ Returns values along a linear trend. Fits a straight line (using the method of l
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Known_y's - the set of y-values you already know in the relationship y = mx + b.|
| _Arg2_|Optional| **Variant**|Known_x's - an optional set of x-values that you may already know in the relationship y = mx + b.|
| _Arg3_|Optional| **Variant**|New_x's - new x-values for which you want TREND to return corresponding y-values.|
| _Arg4_|Optional| **Variant**|Const - a logical value specifying whether to force the constant b to equal 0.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.Trim.md b/api/Excel.WorksheetFunction.Trim.md
index 309abb883c4..a3d537b6af8 100644
--- a/api/Excel.WorksheetFunction.Trim.md
+++ b/api/Excel.WorksheetFunction.Trim.md
@@ -27,11 +27,11 @@ Removes all spaces from text except for single spaces between words. Use TRIM on
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **String**|Text - the text from which you want spaces removed.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.TrimMean.md b/api/Excel.WorksheetFunction.TrimMean.md
index 45ac6a74d93..c2bf1022406 100644
--- a/api/Excel.WorksheetFunction.TrimMean.md
+++ b/api/Excel.WorksheetFunction.TrimMean.md
@@ -27,12 +27,12 @@ Returns the mean of the interior of a data set. TRIMMEAN calculates the mean tak
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array - the array or range of values to trim and average.|
| _Arg2_|Required| **Double**|Percent - the fractional number of data points to exclude from the calculation. For example, if percent = 0.2, 4 points are trimmed from a data set of 20 points (20 x 0.2): 2 from the top and 2 from the bottom of the set.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.USDollar.md b/api/Excel.WorksheetFunction.USDollar.md
index 478326ceade..3fdeec3abc5 100644
--- a/api/Excel.WorksheetFunction.USDollar.md
+++ b/api/Excel.WorksheetFunction.USDollar.md
@@ -27,12 +27,12 @@ Converts a number to text format and applies a currency symbol. The name of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|A reference to a cell containing a number, or a formula that evaluates to a number.|
| _Arg2_|Required| **Double**|The number of digits to the right of the decimal point. If _Arg2_ is negative, the number is rounded to the left of the decimal point. If you omit decimals, it is assumed to be 2.|
-### Return Value
+### Return value
String
diff --git a/api/Excel.WorksheetFunction.VLookup.md b/api/Excel.WorksheetFunction.VLookup.md
index 37df341877d..8555e9c0957 100644
--- a/api/Excel.WorksheetFunction.VLookup.md
+++ b/api/Excel.WorksheetFunction.VLookup.md
@@ -27,14 +27,14 @@ Searches for a value in the first column of a table array and returns a value in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Lookup_value - the value to search in the first column of the table array. Lookup_value can be a value or a reference. If lookup_value is smaller than the smallest value in the first column of table_array, VLOOKUP returns the #N/A error value.|
| _Arg2_|Required| **Variant**|Table_array - two or more columns of data. Use a reference to a range or a range name. The values in the first column of table_array are the values searched by lookup_value. These values can be text, numbers, or logical values. Uppercase and lowercase text are equivalent. |
| _Arg3_|Required| **Variant**|Col_index_num - the column number in table_array from which the matching value must be returned. A col_index_num of 1 returns the value in the first column in table_array; a col_index_num of 2 returns the value in the second column in table_array, and so on.|
| _Arg4_|Optional| **Variant**|Range_lookup - a logical value that specifies whether you want the **VLookup** method to find an exact match or an approximate match:|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.WorksheetFunction.Var.md b/api/Excel.WorksheetFunction.Var.md
index af4bb9b6654..9278bf772b3 100644
--- a/api/Excel.WorksheetFunction.Var.md
+++ b/api/Excel.WorksheetFunction.Var.md
@@ -30,11 +30,11 @@ Estimates variance based on a sample.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 number arguments corresponding to a sample of a population.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.VarP.md b/api/Excel.WorksheetFunction.VarP.md
index f59e36dc088..504ccf817d2 100644
--- a/api/Excel.WorksheetFunction.VarP.md
+++ b/api/Excel.WorksheetFunction.VarP.md
@@ -33,11 +33,11 @@ Calculates variance based on the entire population.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 number arguments corresponding to a population.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Var_P.md b/api/Excel.WorksheetFunction.Var_P.md
index aa378e887ec..5a87cb982b5 100644
--- a/api/Excel.WorksheetFunction.Var_P.md
+++ b/api/Excel.WorksheetFunction.Var_P.md
@@ -27,11 +27,11 @@ Calculates variance based on the entire population.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 number arguments that correspond to a population.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Var_S.md b/api/Excel.WorksheetFunction.Var_S.md
index 3d60ea526d9..cdc7f82bfd0 100644
--- a/api/Excel.WorksheetFunction.Var_S.md
+++ b/api/Excel.WorksheetFunction.Var_S.md
@@ -27,11 +27,11 @@ Estimates variance based on a sample.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1 - Arg30_|Required| **Variant**|Number1, number2, ... - 1 to 30 number arguments corresponding to a sample of a population.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Vdb.md b/api/Excel.WorksheetFunction.Vdb.md
index 19f5171c597..e66f8f220f4 100644
--- a/api/Excel.WorksheetFunction.Vdb.md
+++ b/api/Excel.WorksheetFunction.Vdb.md
@@ -27,7 +27,7 @@ Returns the depreciation of an asset for any period you specify, including parti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|Cost - the initial cost of the asset.|
| _Arg2_|Required| **Double**|Salvage - the value at the end of the depreciation (sometimes called the salvage value of the asset). This value can be 0.|
@@ -37,7 +37,7 @@ Returns the depreciation of an asset for any period you specify, including parti
| _Arg6_|Optional| **Variant**|Factor - the rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method). Change factor if you do not want to use the double-declining balance method. For a description of the double-declining balance method, see DDB.|
| _Arg7_|Optional| **Variant**|No_switch - a logical value specifying whether to switch to straight-line depreciation when depreciation is greater than the declining balance calculation.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.WeekNum.md b/api/Excel.WorksheetFunction.WeekNum.md
index b6af40582b3..4f59bfe11b1 100644
--- a/api/Excel.WorksheetFunction.WeekNum.md
+++ b/api/Excel.WorksheetFunction.WeekNum.md
@@ -27,12 +27,12 @@ Returns a number that indicates where the week falls numerically within a year.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Serial_num - a date within the week. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.|
| _Arg2_|Optional| **Variant**|Return_type - a number that determines on which day the week begins. The default is 1.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Weekday.md b/api/Excel.WorksheetFunction.Weekday.md
index 288f1d7faa7..61d3bb973dd 100644
--- a/api/Excel.WorksheetFunction.Weekday.md
+++ b/api/Excel.WorksheetFunction.Weekday.md
@@ -27,12 +27,12 @@ Returns the day of the week corresponding to a date. The day is given as an inte
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Serial_number - a sequential number that represents the date of the day you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.|
| _Arg2_|Optional| **Variant**|Return_type - a number that determines the type of return value.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Weibull.md b/api/Excel.WorksheetFunction.Weibull.md
index 5eb6d90e998..d38a8cf2e93 100644
--- a/api/Excel.WorksheetFunction.Weibull.md
+++ b/api/Excel.WorksheetFunction.Weibull.md
@@ -33,14 +33,14 @@ Returns the Weibull distribution. Use this distribution in reliability analysis,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - the value at which to evaluate the function.|
| _Arg2_|Required| **Double**|Alpha - a parameter to the distribution.|
| _Arg3_|Required| **Double**|Beta - a parameter to the distribution.|
| _Arg4_|Required| **Boolean**|Cumulative - determines the form of the function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Weibull_Dist.md b/api/Excel.WorksheetFunction.Weibull_Dist.md
index 289c286f100..3f3b187b23b 100644
--- a/api/Excel.WorksheetFunction.Weibull_Dist.md
+++ b/api/Excel.WorksheetFunction.Weibull_Dist.md
@@ -27,14 +27,14 @@ Returns the Weibull distribution. Use this distribution in reliability analysis,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|X - The value at which to evaluate the function.|
| _Arg2_|Required| **Double**|Alpha - A parameter to the distribution.|
| _Arg3_|Required| **Double**|Beta - A parameter to the distribution.|
| _Arg4_|Required| **Boolean**|Cumulative - Determines the form of the function.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.WorkDay.md b/api/Excel.WorksheetFunction.WorkDay.md
index 99500986d30..819ae721509 100644
--- a/api/Excel.WorksheetFunction.WorkDay.md
+++ b/api/Excel.WorksheetFunction.WorkDay.md
@@ -27,13 +27,13 @@ Returns a number that represents a date that is the indicated number of working
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Start_date - a date that represents the start date.|
| _Arg2_|Required| **Variant**|Days - the number of nonweekend and nonholiday days before or after start_date. A positive value for days yields a future date; a negative value yields a past date.|
| _Arg3_|Optional| **Variant**|Holidays - an optional list of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. The list can be either a range of cells that contain the dates or an array constant of the serial numbers that represent the dates.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.WorkDay_Intl.md b/api/Excel.WorksheetFunction.WorkDay_Intl.md
index 3a6100b8a4d..52e482cfd6f 100644
--- a/api/Excel.WorksheetFunction.WorkDay_Intl.md
+++ b/api/Excel.WorksheetFunction.WorkDay_Intl.md
@@ -27,14 +27,14 @@ Returns the serial number of the date before or after a specified number of work
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Start_date - The start date, truncated to integer.|
| _Arg2_|Required| **Variant**|Days - The number of workdays before or after the start_date. A positive value yields a future date; a negative value yields a past date; a 0 (zero) value yields the start_date. Day-offset is truncated to an integer.|
| _Arg3_|Optional| **Variant**|Weekend - Indicates the days of the week that are weekend days and are not considered working days. Weekend is a weekend number or string that specifies when weekends occur. Weekend number values indicate the following weekend days.| **Weekend number** | **Weekend days** |
|---|
| 1 or omitted | Saturday, Sunday |
| 2 | Sunday, Monday |
| 3 | Monday, Tuesday |
| 4 | Tuesday, Wednesday |
| 5 | Wednesday, Thursday |
| 6 | Thursday, Friday |
| 7 | Friday, Saturday |
| 11 | Sunday only |
| 12 | Monday only |
| 13 | Tuesday only |
| 14 | Wednesday only |
| 15 | Thursday only |
| 16 | Friday only |
| 17 | Saturday only |
|
| _Arg4_|Optional| **Variant**|Holidays - An optional set of one or more dates that are to be excluded from the working day calendar. Holidays is a range of cells that contain the dates, or an array constant of the serial values that represent those dates. The ordering of dates or serial values in holidays can be arbitrary.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Xirr.md b/api/Excel.WorksheetFunction.Xirr.md
index 30cb6e7d789..6ee4228bd68 100644
--- a/api/Excel.WorksheetFunction.Xirr.md
+++ b/api/Excel.WorksheetFunction.Xirr.md
@@ -27,13 +27,13 @@ Returns the internal rate of return for a schedule of cash flows that is not nec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Values - a series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive and one negative value.|
| _Arg2_|Required| **Variant**|Dates - a schedule of payment dates that corresponds to the cash flow payments. The first payment date indicates the beginning of the schedule of payments. All other dates must be later than this date, but they may occur in any order. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.|
| _Arg3_|Optional| **Variant**|Guess - a number that you guess is close to the result of XIRR.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Xnpv.md b/api/Excel.WorksheetFunction.Xnpv.md
index 7a8284f720e..f16f5482bae 100644
--- a/api/Excel.WorksheetFunction.Xnpv.md
+++ b/api/Excel.WorksheetFunction.Xnpv.md
@@ -27,12 +27,12 @@ Returns the net present value for a schedule of cash flows that is not necessari
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|A series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment.|
| _Arg2_|Required| **Variant**|A schedule of payment dates that corresponds to the cash flow payments. The first payment date indicates the beginning of the schedule of payments. All other dates must be later than this date, but they may occur in any order.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.YearFrac.md b/api/Excel.WorksheetFunction.YearFrac.md
index 7d270c3478e..091dd74a933 100644
--- a/api/Excel.WorksheetFunction.YearFrac.md
+++ b/api/Excel.WorksheetFunction.YearFrac.md
@@ -27,13 +27,13 @@ Calculates the fraction of the year represented by the number of whole days betw
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Start_date - a date that represents the start date.|
| _Arg2_|Required| **Variant**|End_date - a date that represents the end date.|
| _Arg3_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.YieldDisc.md b/api/Excel.WorksheetFunction.YieldDisc.md
index 917faa1641d..ea388519a18 100644
--- a/api/Excel.WorksheetFunction.YieldDisc.md
+++ b/api/Excel.WorksheetFunction.YieldDisc.md
@@ -27,7 +27,7 @@ Returns the annual yield for a discounted security.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -35,7 +35,7 @@ Returns the annual yield for a discounted security.
| _Arg4_|Required| **Variant**|Redemption - the security's redemption value per $100 face value.|
| _Arg5_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.YieldMat.md b/api/Excel.WorksheetFunction.YieldMat.md
index c46ff5694fd..09898664b6f 100644
--- a/api/Excel.WorksheetFunction.YieldMat.md
+++ b/api/Excel.WorksheetFunction.YieldMat.md
@@ -27,7 +27,7 @@ Returns the annual yield of a security that pays interest at maturity.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Settlement - the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.|
| _Arg2_|Required| **Variant**|Maturity - the security's maturity date. The maturity date is the date when the security expires.|
@@ -36,7 +36,7 @@ Returns the annual yield of a security that pays interest at maturity.
| _Arg5_|Required| **Variant**|Pr - the security's price per $100 face value.|
| _Arg6_|Optional| **Variant**|Basis - the type of day count basis to use.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.ZTest.md b/api/Excel.WorksheetFunction.ZTest.md
index a7778c96244..692360fddc2 100644
--- a/api/Excel.WorksheetFunction.ZTest.md
+++ b/api/Excel.WorksheetFunction.ZTest.md
@@ -33,13 +33,13 @@ Returns the one-tailed probability-value of a z-test. For a given hypothesized p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array is the array or range of data against which to test the hypothesized population mean.|
| _Arg2_|Required| **Double**| The value to test.|
| _Arg3_|Optional| **Variant**|Sigma - the population (known) standard deviation. If omitted, the sample standard deviation is used.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.WorksheetFunction.Z_Test.md b/api/Excel.WorksheetFunction.Z_Test.md
index df071daf79d..601deed8777 100644
--- a/api/Excel.WorksheetFunction.Z_Test.md
+++ b/api/Excel.WorksheetFunction.Z_Test.md
@@ -27,13 +27,13 @@ Returns the one-tailed probability-value of a z-test. For a given hypothesized p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Variant**|Array is the array or range of data against which to test the hypothesized population mean.|
| _Arg2_|Required| **Double**|The value to test.|
| _Arg3_|Optional| **Variant**|Sigma - The population (known) standard deviation. If omitted, the sample standard deviation is used.|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.Worksheets.Add.md b/api/Excel.Worksheets.Add.md
index e3eac3ea9fc..dc81349617e 100644
--- a/api/Excel.Worksheets.Add.md
+++ b/api/Excel.Worksheets.Add.md
@@ -27,14 +27,14 @@ Creates a new worksheet, chart, or macro sheet. The new worksheet becomes the ac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|An object that specifies the sheet before which the new sheet is added.|
| _After_|Optional| **Variant**|An object that specifies the sheet after which the new sheet is added.|
| _Count_|Optional| **Variant**|The number of sheets to be added. The default value is one.|
| _Type_|Optional| **Variant**|Specifies the sheet type. Can be one of the following **[XlSheetType](Excel.XlSheetType.md)** constants: **xlWorksheet** , **xlChart** , **xlExcel4MacroSheet** , or **xlExcel4IntlMacroSheet** . If you are inserting a sheet based on an existing template, specify the path to the template. The default value is **xlWorksheet** .|
-### Return Value
+### Return value
An Object value that represents the new worksheet, chart, or macro sheet.
diff --git a/api/Excel.Worksheets.Copy.md b/api/Excel.Worksheets.Copy.md
index 2025e134438..4cdfcfebb05 100644
--- a/api/Excel.Worksheets.Copy.md
+++ b/api/Excel.Worksheets.Copy.md
@@ -27,7 +27,7 @@ Copies the sheet to another location in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the copied sheet will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**|The sheet after which the copied sheet will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Worksheets.FillAcrossSheets.md b/api/Excel.Worksheets.FillAcrossSheets.md
index fa2fba37cf2..3d064d8823c 100644
--- a/api/Excel.Worksheets.FillAcrossSheets.md
+++ b/api/Excel.Worksheets.FillAcrossSheets.md
@@ -27,7 +27,7 @@ Copies a range to the same area on all other worksheets in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to fill on all the worksheets in the collection. The range must be from a worksheet within the collection.|
| _Type_|Optional| **[XlFillWith](Excel.XlFillWith.md)**|Specifies how to copy the range.|
diff --git a/api/Excel.Worksheets.Item.md b/api/Excel.Worksheets.Item.md
index f703fa9f35d..3e0f345b7ab 100644
--- a/api/Excel.Worksheets.Item.md
+++ b/api/Excel.Worksheets.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.Worksheets.Move.md b/api/Excel.Worksheets.Move.md
index 87856bfc5df..188d7bd7785 100644
--- a/api/Excel.Worksheets.Move.md
+++ b/api/Excel.Worksheets.Move.md
@@ -27,7 +27,7 @@ Moves the sheet to another location in the workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|The sheet before which the moved sheet will be placed. You cannot specify _Before_ if you specify _After_.|
| _After_|Optional| **Variant**| The sheet after which the moved sheet will be placed. You cannot specify _After_ if you specify _Before_.|
diff --git a/api/Excel.Worksheets.PrintOut.md b/api/Excel.Worksheets.PrintOut.md
index afcb8998a2a..0bd608fac9b 100644
--- a/api/Excel.Worksheets.PrintOut.md
+++ b/api/Excel.Worksheets.PrintOut.md
@@ -27,7 +27,7 @@ Prints the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional| **Variant**|The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.|
| _To_|Optional| **Variant**|The number of the last page to print. If this argument is omitted, printing ends with the last page.|
@@ -39,7 +39,7 @@ Prints the object.
| _PrToFileName_|Optional| **Variant**|If _PrintToFile_ is set to **True** , this argument specifies the name of the file you want to print to.|
| _IgnorePrintAreas_|Optional| **Variant**| **True** to ignore print areas and print the entire object.|
-### Return Value
+### Return value
Variant
diff --git a/api/Excel.Worksheets.PrintPreview.md b/api/Excel.Worksheets.PrintPreview.md
index d251e7524d0..0bcfd744e30 100644
--- a/api/Excel.Worksheets.PrintPreview.md
+++ b/api/Excel.Worksheets.PrintPreview.md
@@ -27,7 +27,7 @@ Shows a preview of the object as it would look when printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EnableChanges_|Optional| **Variant**|Pass a **Boolean** value to specify if the user can change the margins and other page setup options available in print preview.|
diff --git a/api/Excel.Worksheets.Select.md b/api/Excel.Worksheets.Select.md
index 80658b9aa79..1706a39a571 100644
--- a/api/Excel.Worksheets.Select.md
+++ b/api/Excel.Worksheets.Select.md
@@ -27,7 +27,7 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| (used only with sheets). **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object.|
diff --git a/api/Excel.XPath.SetValue.md b/api/Excel.XPath.SetValue.md
index a1533d73b8d..5b63826a8c1 100644
--- a/api/Excel.XPath.SetValue.md
+++ b/api/Excel.XPath.SetValue.md
@@ -27,7 +27,7 @@ Maps the specified **[XPath](Excel.XPath.md)** object to a **[ListColumn](Excel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Map_|Required| **[XmlMap](Excel.XmlMap.md)**|The map info that the mapped range will be associated with.|
| _XPath_|Required| **String**|A valid XPath expression that tells Excel what XML data should appear in this mapped range. The XPath string can also contain valid filters, in which case, only a subset of the data that the XPath points to will ever appear in this mapped range.|
diff --git a/api/Excel.XlAboveBelow.md b/api/Excel.XlAboveBelow.md
index 15994bd8c5b..bf7edc8c046 100644
--- a/api/Excel.XlAboveBelow.md
+++ b/api/Excel.XlAboveBelow.md
@@ -14,7 +14,7 @@ Specifies if the values are above or below average.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **XlAboveAverage**|0|Above average.|
| **XlAboveStdDev**|4|Above standard deviation.|
diff --git a/api/Excel.XlActionType.md b/api/Excel.XlActionType.md
index 3429242e806..ff5f85c6221 100644
--- a/api/Excel.XlActionType.md
+++ b/api/Excel.XlActionType.md
@@ -14,7 +14,7 @@ Specifies the action that should be performed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlActionTypeDrillthrough**|256|Drill through.|
| **xlActionTypeReport**|128|Report.|
diff --git a/api/Excel.XlAllocation.md b/api/Excel.XlAllocation.md
index f988708dc89..a37037c4214 100644
--- a/api/Excel.XlAllocation.md
+++ b/api/Excel.XlAllocation.md
@@ -14,7 +14,7 @@ Specifies when to calculate changes when performing what-if analysis on a PivotT
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAutomaticAllocation**|2|Calculate changes automatically after each value is changed.|
| **xlManualAllocation**|1|Calculate changes manually. |
diff --git a/api/Excel.XlAllocationMethod.md b/api/Excel.XlAllocationMethod.md
index b4901ce879e..327214a2051 100644
--- a/api/Excel.XlAllocationMethod.md
+++ b/api/Excel.XlAllocationMethod.md
@@ -14,7 +14,7 @@ Specifies the method to use to allocate values when performing what-if analysis
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlEqualAllocation**|1|Use equal allocation.|
| **xlWeightedAllocation**|2|Use weighted allocation.|
diff --git a/api/Excel.XlAllocationValue.md b/api/Excel.XlAllocationValue.md
index 71d9b57957f..963c590f634 100644
--- a/api/Excel.XlAllocationValue.md
+++ b/api/Excel.XlAllocationValue.md
@@ -14,7 +14,7 @@ Specifies what value to allocate when performing what-if analysis on a PivotTabl
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAllocateIncrement**|2|Increment based on the old value.|
| **xlAllocateValue**|1|The value entered divided by the number of allocations.|
diff --git a/api/Excel.XlApplicationInternational.md b/api/Excel.XlApplicationInternational.md
index d6bae1716a9..72b09cc8b5e 100644
--- a/api/Excel.XlApplicationInternational.md
+++ b/api/Excel.XlApplicationInternational.md
@@ -14,7 +14,7 @@ Specifies country/region and international settings.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xl24HourClock**|33|True if you?re using 24-hour time; False if you?re using 12-hour time.|
| **xl4DigitYears**|43|True if you?re using four-digit years; False if you?re using two-digit years.|
diff --git a/api/Excel.XlApplyNamesOrder.md b/api/Excel.XlApplyNamesOrder.md
index a64817472df..4ef3641a260 100644
--- a/api/Excel.XlApplyNamesOrder.md
+++ b/api/Excel.XlApplyNamesOrder.md
@@ -14,7 +14,7 @@ Specifies which range name is listed first when a cell reference is replaced by
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlColumnThenRow**|2|Columns listed before rows.|
| **xlRowThenColumn**|1|Rows listed before columns.|
diff --git a/api/Excel.XlArabicModes.md b/api/Excel.XlArabicModes.md
index dcec122441c..4b8b7926555 100644
--- a/api/Excel.XlArabicModes.md
+++ b/api/Excel.XlArabicModes.md
@@ -14,7 +14,7 @@ Specifies spelling rules for the Arabic spelling checker.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlArabicBothStrict**|3|The spelling checker uses spelling rules regarding both Arabic words ending with the letter yaa and Arabic words beginning with an alef hamza.|
| **xlArabicNone**|0|The spelling checker ignores spelling rules regarding either Arabic words ending with the letter yaa or Arabic words beginning with an alef hamza.|
diff --git a/api/Excel.XlArrangeStyle.md b/api/Excel.XlArrangeStyle.md
index 0b68bc9b2c8..3340cec03ce 100644
--- a/api/Excel.XlArrangeStyle.md
+++ b/api/Excel.XlArrangeStyle.md
@@ -14,7 +14,7 @@ Specifies how windows are arranged on the screen.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlArrangeStyleCascade**|7|Windows are cascaded.|
| **xlArrangeStyleHorizontal**|-4128|Windows are arranged horizontally.|
diff --git a/api/Excel.XlArrowHeadLength.md b/api/Excel.XlArrowHeadLength.md
index 2ab06e7ff89..7cdadeac984 100644
--- a/api/Excel.XlArrowHeadLength.md
+++ b/api/Excel.XlArrowHeadLength.md
@@ -14,7 +14,7 @@ Specifies the length of the arrowhead at the end of a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlArrowHeadLengthLong**|3|Longest arrowhead.|
| **xlArrowHeadLengthMedium**|-4138|Medium-length arrowhead.|
diff --git a/api/Excel.XlArrowHeadStyle.md b/api/Excel.XlArrowHeadStyle.md
index c57793058de..28058e663fd 100644
--- a/api/Excel.XlArrowHeadStyle.md
+++ b/api/Excel.XlArrowHeadStyle.md
@@ -14,7 +14,7 @@ Specifies the type of arrowhead to apply at the end of a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlArrowHeadStyleClosed**|3|Small arrowhead with curved edge at connection to line.|
| **xlArrowHeadStyleDoubleClosed**|5|Large diamond-shaped arrowhead.|
diff --git a/api/Excel.XlArrowHeadWidth.md b/api/Excel.XlArrowHeadWidth.md
index ab99d99c71d..8f4219c5836 100644
--- a/api/Excel.XlArrowHeadWidth.md
+++ b/api/Excel.XlArrowHeadWidth.md
@@ -14,7 +14,7 @@ Specifies the width of the arrowhead at the end of a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlArrowHeadWidthMedium**|-4138|Medium-width arrowhead.|
| **xlArrowHeadWidthNarrow**|1|Narrowest arrowhead.|
diff --git a/api/Excel.XlAutoFillType.md b/api/Excel.XlAutoFillType.md
index 330848f81e7..ff4566d6df1 100644
--- a/api/Excel.XlAutoFillType.md
+++ b/api/Excel.XlAutoFillType.md
@@ -14,7 +14,7 @@ Specifies how the target range is to be filled, based on the contents of the sou
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFillCopy**|1|Copy the values and formats from the source range to the target range, repeating if necessary.|
| **xlFillDays**|5|Extend the names of the days of the week in the source range into the target range. Formats are copied from the source range to the target range, repeating if necessary.|
diff --git a/api/Excel.XlAutoFilterOperator.md b/api/Excel.XlAutoFilterOperator.md
index e0a6c8944c7..ecac476e2e4 100644
--- a/api/Excel.XlAutoFilterOperator.md
+++ b/api/Excel.XlAutoFilterOperator.md
@@ -14,7 +14,7 @@ Specifies the operator to use to associate two criteria applied by a filter.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAnd**|1|Logical AND of Criteria1 and Criteria2.|
| **xlBottom10Items**|4|Lowest-valued items displayed (number of items specified in Criteria1).|
diff --git a/api/Excel.XlAxisCrosses.md b/api/Excel.XlAxisCrosses.md
index 952b35ce4ce..6cba803633c 100644
--- a/api/Excel.XlAxisCrosses.md
+++ b/api/Excel.XlAxisCrosses.md
@@ -14,7 +14,7 @@ Specifies the point on the specified axis where the other axis crosses.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAxisCrossesAutomatic**|-4105|Microsoft Excel sets the axis crossing point.|
| **xlAxisCrossesCustom**|-4114|The **CrossesAt** property specifies the axis crossing point.|
diff --git a/api/Excel.XlAxisGroup.md b/api/Excel.XlAxisGroup.md
index 4ee320960d2..a00d33e1a80 100644
--- a/api/Excel.XlAxisGroup.md
+++ b/api/Excel.XlAxisGroup.md
@@ -14,7 +14,7 @@ Specifies the type of axis group.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPrimary**|1|Primary axis group.|
| **xlSecondary**|2|Secondary axis group.|
diff --git a/api/Excel.XlAxisType.md b/api/Excel.XlAxisType.md
index 1c17ad7bc59..2a3d64be43f 100644
--- a/api/Excel.XlAxisType.md
+++ b/api/Excel.XlAxisType.md
@@ -14,7 +14,7 @@ Specifies the axis type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCategory**|1|Axis displays categories.|
| **xlSeriesAxis**|3|Axis displays data series.|
diff --git a/api/Excel.XlBackground.md b/api/Excel.XlBackground.md
index 5c39e49d41c..e0d0e4812ce 100644
--- a/api/Excel.XlBackground.md
+++ b/api/Excel.XlBackground.md
@@ -14,7 +14,7 @@ Specifies the background type for text in charts.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBackgroundAutomatic**|-4105|Excel controls the background.|
| **xlBackgroundOpaque**|3|Opaque background.|
diff --git a/api/Excel.XlBarShape.md b/api/Excel.XlBarShape.md
index 761024b4216..8a64f039e0e 100644
--- a/api/Excel.XlBarShape.md
+++ b/api/Excel.XlBarShape.md
@@ -14,7 +14,7 @@ Specifies the shape used with the 3-D bar or column chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBox**|0|Box.|
| **xlConeToMax**|5|Cone, truncated at value.|
diff --git a/api/Excel.XlBorderWeight.md b/api/Excel.XlBorderWeight.md
index e9e654cf955..cb22c5ff3ae 100644
--- a/api/Excel.XlBorderWeight.md
+++ b/api/Excel.XlBorderWeight.md
@@ -14,7 +14,7 @@ Specifies the weight of the border around a range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHairline**|1|Hairline (thinnest border).|
| **xlMedium**|-4138|Medium.|
diff --git a/api/Excel.XlBordersIndex.md b/api/Excel.XlBordersIndex.md
index ce900a69656..d8f70eb5a90 100644
--- a/api/Excel.XlBordersIndex.md
+++ b/api/Excel.XlBordersIndex.md
@@ -14,7 +14,7 @@ Specifies the border to be retrieved.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDiagonalDown**|5|Border running from the upper left-hand corner to the lower right of each cell in the range.|
| **xlDiagonalUp**|6|Border running from the lower left-hand corner to the upper right of each cell in the range.|
diff --git a/api/Excel.XlBuiltInDialog.md b/api/Excel.XlBuiltInDialog.md
index 70abceaaf50..a915b5405f3 100644
--- a/api/Excel.XlBuiltInDialog.md
+++ b/api/Excel.XlBuiltInDialog.md
@@ -14,7 +14,7 @@ Specifies which dialog box to display.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDialogActivate**|103| **Activate** dialog box|
| **xlDialogActiveCellFont**|476| **Active Cell Font** dialog box|
diff --git a/api/Excel.XlCVError.md b/api/Excel.XlCVError.md
index 35f11c99a7c..a2b1138113f 100644
--- a/api/Excel.XlCVError.md
+++ b/api/Excel.XlCVError.md
@@ -14,7 +14,7 @@ Specifies the cell error number and value.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlErrDiv0**|2007|Error number: 2007|
| **xlErrNA**|2042|Error number: 2042|
diff --git a/api/Excel.XlCalcFor.md b/api/Excel.XlCalcFor.md
index 112a0e4b8be..5dea7c3bd7d 100644
--- a/api/Excel.XlCalcFor.md
+++ b/api/Excel.XlCalcFor.md
@@ -14,7 +14,7 @@ Specifies what should be calculated.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAllValues**|0|All values.|
| **xlColGroups**|2|Column groups.|
diff --git a/api/Excel.XlCalculatedMemberType.md b/api/Excel.XlCalculatedMemberType.md
index 00192f46f99..7f16419c762 100644
--- a/api/Excel.XlCalculatedMemberType.md
+++ b/api/Excel.XlCalculatedMemberType.md
@@ -14,7 +14,7 @@ Specifies the type of a calculated member in a PivotTable.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCalculatedMeasure**|2|The member is a Multidimensional Expressions (MDX) expression that defines the measure.|
| **xlCalculatedMember**|0|The member uses a Multidimensional Expression (MDX) formula.|
diff --git a/api/Excel.XlCalculation.md b/api/Excel.XlCalculation.md
index 884fe330fbd..6f3cfaacb6e 100644
--- a/api/Excel.XlCalculation.md
+++ b/api/Excel.XlCalculation.md
@@ -14,7 +14,7 @@ Specifies the calculation mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCalculationAutomatic**|-4105|Excel controls recalculation.|
| **xlCalculationManual**|-4135|Calculation is done when the user requests it.|
diff --git a/api/Excel.XlCalculationInterruptKey.md b/api/Excel.XlCalculationInterruptKey.md
index c5b539be623..38334525d4f 100644
--- a/api/Excel.XlCalculationInterruptKey.md
+++ b/api/Excel.XlCalculationInterruptKey.md
@@ -14,7 +14,7 @@ Specifies which key interrupts recalculation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAnyKey**|2|Pressing any key interrupts recalculation.|
| **xlEscKey**|1|Pressing the ESC key interrupts recalculation.|
diff --git a/api/Excel.XlCalculationState.md b/api/Excel.XlCalculationState.md
index f6f20195c6d..c928f6deef9 100644
--- a/api/Excel.XlCalculationState.md
+++ b/api/Excel.XlCalculationState.md
@@ -14,7 +14,7 @@ Specifies the calculation state of the application.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCalculating**|1|Calculations in process.|
| **xlDone**|0|Calculations complete.|
diff --git a/api/Excel.XlCategoryType.md b/api/Excel.XlCategoryType.md
index 783737f40b1..7b817a71693 100644
--- a/api/Excel.XlCategoryType.md
+++ b/api/Excel.XlCategoryType.md
@@ -14,7 +14,7 @@ Specifies the type of the category axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAutomaticScale**|-4105|Excel controls the axis type.|
| **xlCategoryScale**|2|Axis groups data by an arbitrary set of categories.|
diff --git a/api/Excel.XlCellChangedState.md b/api/Excel.XlCellChangedState.md
index 0289ccb9e6b..259cfc189f0 100644
--- a/api/Excel.XlCellChangedState.md
+++ b/api/Excel.XlCellChangedState.md
@@ -14,7 +14,7 @@ Specifies whether a PivotTable value cell has been edited or recalculated since
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCellChangeApplied**|3|The value in the cell has been edited or recalculated, and that change has been applied to the data source. (Applies only PivotTable reports with OLAP data sources)|
| **xlCellChanged**|2|The value in the cell has been edited or recalculated.|
diff --git a/api/Excel.XlCellInsertionMode.md b/api/Excel.XlCellInsertionMode.md
index 6ac59835619..3ada8be34e3 100644
--- a/api/Excel.XlCellInsertionMode.md
+++ b/api/Excel.XlCellInsertionMode.md
@@ -14,7 +14,7 @@ Specifies the way that rows on the specified worksheet are added or deleted to a
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlInsertDeleteCells**|1|Partial rows are inserted or deleted to match the exact number of rows required for the new recordset.|
| **xlInsertEntireRows**|2|Entire rows are inserted, if necessary, to accommodate any overflow. No cells or rows are deleted from the worksheet.|
diff --git a/api/Excel.XlCellType.md b/api/Excel.XlCellType.md
index c16ec154b0a..0cc11e0ba55 100644
--- a/api/Excel.XlCellType.md
+++ b/api/Excel.XlCellType.md
@@ -14,7 +14,7 @@ Specifies the type of cells.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCellTypeAllFormatConditions**|-4172|Cells of any format.|
| **xlCellTypeAllValidation**|-4174|Cells having validation criteria.|
diff --git a/api/Excel.XlChartElementPosition.md b/api/Excel.XlChartElementPosition.md
index 892eb8878da..d16139e9d58 100644
--- a/api/Excel.XlChartElementPosition.md
+++ b/api/Excel.XlChartElementPosition.md
@@ -14,7 +14,7 @@ Specifies the position of the chart element.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlChartElementPositionAutomatic**|-4105|Automatically sets the position of the chart element.|
| **xlChartElementPositionCustom**|-4114|Specifies a specific position for the chart element.|
diff --git a/api/Excel.XlChartGallery.md b/api/Excel.XlChartGallery.md
index 83ec7c211e4..067386bc553 100644
--- a/api/Excel.XlChartGallery.md
+++ b/api/Excel.XlChartGallery.md
@@ -14,7 +14,7 @@ Specifies a chart gallery.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAnyGallery**|23|Either of the galleries.|
| **xlBuiltIn**|21|The built-in gallery.|
diff --git a/api/Excel.XlChartItem.md b/api/Excel.XlChartItem.md
index dfb8de20ec6..aa0a9f71532 100644
--- a/api/Excel.XlChartItem.md
+++ b/api/Excel.XlChartItem.md
@@ -14,7 +14,7 @@ Specifies the type of the chart item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAxis**|21|Axis.|
| **xlAxisTitle**|17|Axis title.|
diff --git a/api/Excel.XlChartLocation.md b/api/Excel.XlChartLocation.md
index aaa7bb9fb94..77f1d85ba94 100644
--- a/api/Excel.XlChartLocation.md
+++ b/api/Excel.XlChartLocation.md
@@ -14,7 +14,7 @@ Specifies where to relocate a chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLocationAsNewSheet**|1|Chart is moved to a new sheet.|
| **xlLocationAsObject**|2|Chart is to be embedded in an existing sheet.|
diff --git a/api/Excel.XlChartPicturePlacement.md b/api/Excel.XlChartPicturePlacement.md
index a00591031fb..6ab5e554749 100644
--- a/api/Excel.XlChartPicturePlacement.md
+++ b/api/Excel.XlChartPicturePlacement.md
@@ -14,7 +14,7 @@ Specifies the placement of a user-selected picture on a bar in a 3-D bar or colu
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAllFaces**|7|Display on all faces.|
| **xlEnd**|2|Display on end.|
diff --git a/api/Excel.XlChartPictureType.md b/api/Excel.XlChartPictureType.md
index 26c2efd9887..bd525da0a27 100644
--- a/api/Excel.XlChartPictureType.md
+++ b/api/Excel.XlChartPictureType.md
@@ -14,7 +14,7 @@ Specifies how pictures are displayed on a column, bar picture chart, or legend k
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlStack**|2|Picture is sized to repeat a maximum of 15 times in the longest stacked bar.|
| **xlStackScale**|3|Picture is sized to a specified number of units and repeated the length of the bar.|
diff --git a/api/Excel.XlChartSplitType.md b/api/Excel.XlChartSplitType.md
index c138c49f116..e745670b65f 100644
--- a/api/Excel.XlChartSplitType.md
+++ b/api/Excel.XlChartSplitType.md
@@ -14,7 +14,7 @@ Specifies the values displayed in the second chart in a pie chart or a bar of pi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSplitByCustomSplit**|4|Arbitrary slides are displayed in the second chart.|
| **xlSplitByPercentValue**|3|Second chart displays values less than some percentage of the total value. The percentage is specified by the **SplitValue** property.|
diff --git a/api/Excel.XlChartType.md b/api/Excel.XlChartType.md
index 56a3dd1a1ea..27656d79c17 100644
--- a/api/Excel.XlChartType.md
+++ b/api/Excel.XlChartType.md
@@ -14,7 +14,7 @@ Specifies the chart type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xl3DArea**|-4098|3D Area.|
| **xl3DAreaStacked**|78|3D Stacked Area.|
diff --git a/api/Excel.XlCheckInVersionType.md b/api/Excel.XlCheckInVersionType.md
index d9e75a12ca4..98f807b834a 100644
--- a/api/Excel.XlCheckInVersionType.md
+++ b/api/Excel.XlCheckInVersionType.md
@@ -14,7 +14,7 @@ Specifies the type of version for the document checked in when using the **Chec
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCheckInMajorVersion**|1|Check in the major version.|
| **xlCheckInMinorVersion**|0|Check in the minor version.|
diff --git a/api/Excel.XlClipboardFormat.md b/api/Excel.XlClipboardFormat.md
index 704ac17f3a5..1c435b6856c 100644
--- a/api/Excel.XlClipboardFormat.md
+++ b/api/Excel.XlClipboardFormat.md
@@ -14,7 +14,7 @@ Specifies the format of an item on the Microsoft Windows clipboard.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlClipboardFormatBIFF**|8|Binary Interchange file format for Excel version 2.x|
| **xlClipboardFormatBIFF12**|63|Binary Interchange file format 12|
diff --git a/api/Excel.XlCmdType.md b/api/Excel.XlCmdType.md
index e651aa5b247..a03bf0c1703 100644
--- a/api/Excel.XlCmdType.md
+++ b/api/Excel.XlCmdType.md
@@ -14,7 +14,7 @@ Specifies the value of the **CommandText** property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCmdCube**|1|Contains a cube name for an OLAP data source.|
| **xlCmdDAX**|8|Contains a Data Analysis Expressions (DAX) formula.|
diff --git a/api/Excel.XlColorIndex.md b/api/Excel.XlColorIndex.md
index e72e8d4345e..e5450dbaba4 100644
--- a/api/Excel.XlColorIndex.md
+++ b/api/Excel.XlColorIndex.md
@@ -14,7 +14,7 @@ Specifies the color of a selected feature, such as a border, font, or fill.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlColorIndexAutomatic**|-4105|Automatic color.|
| **xlColorIndexNone**|-4142|No color.|
diff --git a/api/Excel.XlColumnDataType.md b/api/Excel.XlColumnDataType.md
index 8af19781819..93f7cba286c 100644
--- a/api/Excel.XlColumnDataType.md
+++ b/api/Excel.XlColumnDataType.md
@@ -14,7 +14,7 @@ Specifies how a column is to be parsed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDMYFormat**|4|DMY date format.|
| **xlDYMFormat**|7|DYM date format.|
diff --git a/api/Excel.XlCommandUnderlines.md b/api/Excel.XlCommandUnderlines.md
index 224b1d1ec8b..7c11ea309ee 100644
--- a/api/Excel.XlCommandUnderlines.md
+++ b/api/Excel.XlCommandUnderlines.md
@@ -14,7 +14,7 @@ Specifies the state of the command underlines in Microsoft Excel for the Macinto
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCommandUnderlinesAutomatic**|-4105|Excel controls the display of command underlines.|
| **xlCommandUnderlinesOff**|-4146|Command underlines are not displayed.|
diff --git a/api/Excel.XlCommentDisplayMode.md b/api/Excel.XlCommentDisplayMode.md
index 87c2ff3c6ca..15065c1951c 100644
--- a/api/Excel.XlCommentDisplayMode.md
+++ b/api/Excel.XlCommentDisplayMode.md
@@ -14,7 +14,7 @@ Specifies the way that cells display comments and comment indicators.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCommentAndIndicator**|1|Display comment and indicator at all times.|
| **xlCommentIndicatorOnly**|-1|Display comment indicator only. Display comment when mouse pointer is moved over cell.|
diff --git a/api/Excel.XlConditionValueTypes.md b/api/Excel.XlConditionValueTypes.md
index 170cd48356e..7e99733362c 100644
--- a/api/Excel.XlConditionValueTypes.md
+++ b/api/Excel.XlConditionValueTypes.md
@@ -14,7 +14,7 @@ Specifies the types of condition values that can be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlConditionValueAutomaticMax**|7|The longest data bar is proportional to the maximum value in the range.|
| **xlConditionValueAutomaticMin**|6|The shortest data bar is proportional to the minimum value in the range.|
diff --git a/api/Excel.XlConnectionType.md b/api/Excel.XlConnectionType.md
index 3ae07c9be6b..4623d2efbcb 100644
--- a/api/Excel.XlConnectionType.md
+++ b/api/Excel.XlConnectionType.md
@@ -14,7 +14,7 @@ Specifies the type of database connection.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlConnectionTypeDATAFEED**|6|Data Feed|
| **XlConnectionType.xlConnectionTypeMODEL**|7|PowerPivot Model|
diff --git a/api/Excel.XlConsolidationFunction.md b/api/Excel.XlConsolidationFunction.md
index dbc7d97dab3..9224e768ab9 100644
--- a/api/Excel.XlConsolidationFunction.md
+++ b/api/Excel.XlConsolidationFunction.md
@@ -14,7 +14,7 @@ Specifies the subtotal function.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAverage**|-4106|Average.|
| **xlCount**|-4112|Count.|
diff --git a/api/Excel.XlContainsOperator.md b/api/Excel.XlContainsOperator.md
index 24ea1fd64d6..8fc347d46b7 100644
--- a/api/Excel.XlContainsOperator.md
+++ b/api/Excel.XlContainsOperator.md
@@ -14,7 +14,7 @@ Specifies the operator used in a function.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBeginsWith**|2|Begins with a specified value.|
| **xlContains**|0|Contains a specified value.|
diff --git a/api/Excel.XlCopyPictureFormat.md b/api/Excel.XlCopyPictureFormat.md
index 2977db1558b..2140b2861b1 100644
--- a/api/Excel.XlCopyPictureFormat.md
+++ b/api/Excel.XlCopyPictureFormat.md
@@ -14,7 +14,7 @@ Specifies the format of the picture being copied.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBitmap**|2|Bitmap (.bmp, .jpg, .gif).|
| **xlPicture**|-4147|Drawn picture (.png, .wmf, .mix).|
diff --git a/api/Excel.XlCorruptLoad.md b/api/Excel.XlCorruptLoad.md
index 14de003f1bc..76fddcf7b23 100644
--- a/api/Excel.XlCorruptLoad.md
+++ b/api/Excel.XlCorruptLoad.md
@@ -14,7 +14,7 @@ Specifies the processing for a file when it is opened.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlExtractData**|2|Workbook is opened in extract data mode.|
| **xlNormalLoad**|0|Workbook is opened normally.|
diff --git a/api/Excel.XlCreator.md b/api/Excel.XlCreator.md
index cbc1331f865..ebb90de917c 100644
--- a/api/Excel.XlCreator.md
+++ b/api/Excel.XlCreator.md
@@ -14,7 +14,7 @@ Specifies the 32-bit creator code for Excel for Macintosh (decimal 1480803660, H
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCreatorCode**|1480803660|The Excel for Macintosh creator code.|
diff --git a/api/Excel.XlCredentialsMethod.md b/api/Excel.XlCredentialsMethod.md
index 1dd37583702..42e86543ad1 100644
--- a/api/Excel.XlCredentialsMethod.md
+++ b/api/Excel.XlCredentialsMethod.md
@@ -14,7 +14,7 @@ Specifies the type of credentials method used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **CredentialsMethodIntegrated**|0|Integrated|
| **CredentialsMethodNone**|1|No credentials used|
diff --git a/api/Excel.XlCubeFieldSubType.md b/api/Excel.XlCubeFieldSubType.md
index f6594390b81..da92f0ee814 100644
--- a/api/Excel.XlCubeFieldSubType.md
+++ b/api/Excel.XlCubeFieldSubType.md
@@ -14,7 +14,7 @@ Specifies the subtype of the CubeField.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCubeAttribute**|4|Attribute|
| **xlCubeCalculatedMeasure**|5|Calculated Measure|
diff --git a/api/Excel.XlCubeFieldType.md b/api/Excel.XlCubeFieldType.md
index 5086c1d8252..4cbdea41295 100644
--- a/api/Excel.XlCubeFieldType.md
+++ b/api/Excel.XlCubeFieldType.md
@@ -14,7 +14,7 @@ Specifies whether the OLAP field is a hierarchy, set, or measure field.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHierarchy**|1|OLAP field is a hierarchy.|
| **xlMeasure**|2|OLAP field is a measure.|
diff --git a/api/Excel.XlCutCopyMode.md b/api/Excel.XlCutCopyMode.md
index 241f2840479..9c7af27bd13 100644
--- a/api/Excel.XlCutCopyMode.md
+++ b/api/Excel.XlCutCopyMode.md
@@ -14,7 +14,7 @@ Specifies whether status is Copy mode or Cut mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCopy**|1|In Copy mode|
| **xlCut**|2|In Cut mode|
diff --git a/api/Excel.XlDVAlertStyle.md b/api/Excel.XlDVAlertStyle.md
index 98b6b8abdc1..8ef7c52e4f0 100644
--- a/api/Excel.XlDVAlertStyle.md
+++ b/api/Excel.XlDVAlertStyle.md
@@ -14,7 +14,7 @@ Specifies the icon used in message boxes displayed during validation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlValidAlertInformation**|3|Information icon.|
| **xlValidAlertStop**|1|Stop icon.|
diff --git a/api/Excel.XlDVType.md b/api/Excel.XlDVType.md
index 172f1b5f684..47d1203d7cf 100644
--- a/api/Excel.XlDVType.md
+++ b/api/Excel.XlDVType.md
@@ -14,7 +14,7 @@ Specifies the type of validation test to be performed in conjunction with values
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlValidateCustom**|7|Data is validated using an arbitrary formula.|
| **xlValidateDate**|4|Date values.|
diff --git a/api/Excel.XlDataBarAxisPosition.md b/api/Excel.XlDataBarAxisPosition.md
index 18c7970ca07..9d9b5d6d4b6 100644
--- a/api/Excel.XlDataBarAxisPosition.md
+++ b/api/Excel.XlDataBarAxisPosition.md
@@ -14,7 +14,7 @@ Specifies the axis position for a range of cells with conditional formatting as
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDataBarAxisAutomatic**|0|Display the axis at a variable position based on the ratio of the minimum negative value to the maximum positive value in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction. When all values are positive or all values are negative, no axis is displayed.|
| **xlDataBarAxisMidpoint**|1|Display the axis at the midpoint of the cell regardless of the set of values in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction. |
diff --git a/api/Excel.XlDataBarBorderType.md b/api/Excel.XlDataBarBorderType.md
index dd6d2f12006..c3eea62a2bd 100644
--- a/api/Excel.XlDataBarBorderType.md
+++ b/api/Excel.XlDataBarBorderType.md
@@ -14,7 +14,7 @@ Specifies the border of a data bar.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDataBarBorderNone**|0|The data bar has no border.|
| **xlDataBarBorderSolid**|1|The data bar has a solid border.|
diff --git a/api/Excel.XlDataBarFillType.md b/api/Excel.XlDataBarFillType.md
index ba6e6869de6..c4ec6b2f6b3 100644
--- a/api/Excel.XlDataBarFillType.md
+++ b/api/Excel.XlDataBarFillType.md
@@ -14,7 +14,7 @@ Specifies how a data bar is filled with color.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDataBarFillGradient**|1|The data bar is filled with a color gradient.|
| **xlDataBarFillSolid**|0|The data bar is filled with solid color.|
diff --git a/api/Excel.XlDataBarNegativeColorType.md b/api/Excel.XlDataBarNegativeColorType.md
index 1d2141ffd63..c7ea6a6e8a6 100644
--- a/api/Excel.XlDataBarNegativeColorType.md
+++ b/api/Excel.XlDataBarNegativeColorType.md
@@ -14,7 +14,7 @@ Specifies whether to use the same border and fill color as postive data bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDataBarColor**|0|Use the color specified in the **Negative Value and Axis Setting** dialog box or by using the **[ColorType](Excel.NegativeBarFormat.ColorType.md)** and **[BorderColorType](Excel.NegativeBarFormat.BorderColorType.md)** properties of the **[NegativeBarFormat](Excel.NegativeBarFormat.md)** object.|
| **xlDataBarSameAsPositive**|1|Use the same color as positive data bars.|
diff --git a/api/Excel.XlDataLabelPosition.md b/api/Excel.XlDataLabelPosition.md
index d5024ef9342..d7e7a3adb1b 100644
--- a/api/Excel.XlDataLabelPosition.md
+++ b/api/Excel.XlDataLabelPosition.md
@@ -14,7 +14,7 @@ Specifies where the data label is positioned.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLabelPositionAbove**|0|Data label is positioned above the data point.|
| **xlLabelPositionBelow**|1|Data label is positioned below the data point.|
diff --git a/api/Excel.XlDataLabelSeparator.md b/api/Excel.XlDataLabelSeparator.md
index 4c9c776a66d..6525da2dec0 100644
--- a/api/Excel.XlDataLabelSeparator.md
+++ b/api/Excel.XlDataLabelSeparator.md
@@ -14,7 +14,7 @@ Specifies the separator used with data labels.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDataLabelSeparatorDefault**|1|Excel selects the separator.|
diff --git a/api/Excel.XlDataLabelsType.md b/api/Excel.XlDataLabelsType.md
index 030bed19c72..9a2d26e0f43 100644
--- a/api/Excel.XlDataLabelsType.md
+++ b/api/Excel.XlDataLabelsType.md
@@ -14,7 +14,7 @@ Specifies the type of data label to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDataLabelsShowBubbleSizes**|6|Show the size of the bubble in reference to the absolute value.|
| **xlDataLabelsShowLabel**|4|Category for the point.|
diff --git a/api/Excel.XlDataSeriesDate.md b/api/Excel.XlDataSeriesDate.md
index ed691121437..af59bc53dc7 100644
--- a/api/Excel.XlDataSeriesDate.md
+++ b/api/Excel.XlDataSeriesDate.md
@@ -14,7 +14,7 @@ Specifies the type of date to apply to a data series.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDay**|1|Day|
| **xlMonth**|3|Month|
diff --git a/api/Excel.XlDataSeriesType.md b/api/Excel.XlDataSeriesType.md
index 8d3c6938726..f12e7e53e81 100644
--- a/api/Excel.XlDataSeriesType.md
+++ b/api/Excel.XlDataSeriesType.md
@@ -14,7 +14,7 @@ Specifies the data series to create.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAutoFill**|4|Fill series according to AutoFill settings.|
| **xlChronological**|3|Fill with date values.|
diff --git a/api/Excel.XlDeleteShiftDirection.md b/api/Excel.XlDeleteShiftDirection.md
index 7dbcdc539ba..e5f0564e4f6 100644
--- a/api/Excel.XlDeleteShiftDirection.md
+++ b/api/Excel.XlDeleteShiftDirection.md
@@ -14,7 +14,7 @@ Specifies how to shift cells to replace deleted cells.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlShiftToLeft**|-4159|Cells are shifted to the left.|
| **xlShiftUp**|-4162|Cells are shifted up.|
diff --git a/api/Excel.XlDirection.md b/api/Excel.XlDirection.md
index 9a032fa1908..5bc7ed8b8c1 100644
--- a/api/Excel.XlDirection.md
+++ b/api/Excel.XlDirection.md
@@ -14,7 +14,7 @@ Specifies the direction in which to move.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDown**|-4121|Down.|
| **xlToLeft**|-4159|To left.|
diff --git a/api/Excel.XlDisplayBlanksAs.md b/api/Excel.XlDisplayBlanksAs.md
index 88bfbfeee76..3a1944f92bb 100644
--- a/api/Excel.XlDisplayBlanksAs.md
+++ b/api/Excel.XlDisplayBlanksAs.md
@@ -14,7 +14,7 @@ Specifies how blank cells are plotted on a chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlInterpolated**|3|Values are interpolated into the chart.|
| **xlNotPlotted**|1|Blank cells are not plotted.|
diff --git a/api/Excel.XlDisplayDrawingObjects.md b/api/Excel.XlDisplayDrawingObjects.md
index 2df76b82fbd..0eda0a70f5f 100644
--- a/api/Excel.XlDisplayDrawingObjects.md
+++ b/api/Excel.XlDisplayDrawingObjects.md
@@ -14,7 +14,7 @@ Specifies how shapes are displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDisplayShapes**|-4104|Show all shapes.|
| **xlHide**|3|Hide all shapes.|
diff --git a/api/Excel.XlDisplayUnit.md b/api/Excel.XlDisplayUnit.md
index 0edafea6d33..6499b915064 100644
--- a/api/Excel.XlDisplayUnit.md
+++ b/api/Excel.XlDisplayUnit.md
@@ -14,7 +14,7 @@ Specifies the display unit label for an axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHundredMillions**|-8|Hundreds of millions.|
| **xlHundreds**|-2|Hundreds.|
diff --git a/api/Excel.XlDupeUnique.md b/api/Excel.XlDupeUnique.md
index 66578ef55aa..cb25ad6171b 100644
--- a/api/Excel.XlDupeUnique.md
+++ b/api/Excel.XlDupeUnique.md
@@ -14,7 +14,7 @@ Specifies whether duplicate or unique values shoud be displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDuplicate**|1|Display duplicate values.|
| **xlUnique**|0|Display unique values.|
diff --git a/api/Excel.XlDynamicFilterCriteria.md b/api/Excel.XlDynamicFilterCriteria.md
index 3377c8df8ff..f81194bef0e 100644
--- a/api/Excel.XlDynamicFilterCriteria.md
+++ b/api/Excel.XlDynamicFilterCriteria.md
@@ -14,7 +14,7 @@ Specifies the filter criterion.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFilterAboveAverage**|33|Filter all above-average values.|
| **xlFilterAllDatesInPeriodApril**|24|Filter all dates in April.|
diff --git a/api/Excel.XlEditionFormat.md b/api/Excel.XlEditionFormat.md
index 0f0e9e3ab07..7d4ea7c8ee6 100644
--- a/api/Excel.XlEditionFormat.md
+++ b/api/Excel.XlEditionFormat.md
@@ -14,7 +14,7 @@ Specifies the format of the published edition. This enumeration is only for Maci
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBIFF**|2|Binary Interchange file format.|
| **xlPICT**|1|Metafile picture structure (.wmf).|
diff --git a/api/Excel.XlEditionOptionsOption.md b/api/Excel.XlEditionOptionsOption.md
index 2d4b88555fe..7b08e374afe 100644
--- a/api/Excel.XlEditionOptionsOption.md
+++ b/api/Excel.XlEditionOptionsOption.md
@@ -14,7 +14,7 @@ This enumeration is only for Macintosh and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAutomaticUpdate**|4|Automatic update.|
| **xlCancel**|1|Cancel.|
diff --git a/api/Excel.XlEditionType.md b/api/Excel.XlEditionType.md
index 7fdcffbd72f..fe3e5d6e482 100644
--- a/api/Excel.XlEditionType.md
+++ b/api/Excel.XlEditionType.md
@@ -14,7 +14,7 @@ Specifies the type of edition to be changed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPublisher**|1|Publisher|
| **xlSubscriber**|2|Subscriber|
diff --git a/api/Excel.XlEnableCancelKey.md b/api/Excel.XlEnableCancelKey.md
index e656f9ad609..94cc276ffeb 100644
--- a/api/Excel.XlEnableCancelKey.md
+++ b/api/Excel.XlEnableCancelKey.md
@@ -14,7 +14,7 @@ Specifies how Microsoft Office Excel 2007 handles CTRL+BREAK (or ESC or COMMAND+
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDisabled**|0|Cancel key trapping is completely disabled.|
| **xlErrorHandler**|2|The interrupt is sent to the running procedure as an error, trappable by an error handler set up with an On Error GoTo statement. The trappable error code is 18.|
diff --git a/api/Excel.XlEnableSelection.md b/api/Excel.XlEnableSelection.md
index 05022bac72c..77a90415705 100644
--- a/api/Excel.XlEnableSelection.md
+++ b/api/Excel.XlEnableSelection.md
@@ -14,7 +14,7 @@ Specifies what can be selected on the sheet.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlNoRestrictions**|0|Anything can be selected.|
| **xlNoSelection**|-4142|Nothing can be selected.|
diff --git a/api/Excel.XlEndStyleCap.md b/api/Excel.XlEndStyleCap.md
index 9c69ebf755d..bcfb416e7c6 100644
--- a/api/Excel.XlEndStyleCap.md
+++ b/api/Excel.XlEndStyleCap.md
@@ -14,7 +14,7 @@ Specifies the end style for error bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCap**|1|Caps applied.|
| **xlNoCap**|2|No caps applied.|
diff --git a/api/Excel.XlErrorBarDirection.md b/api/Excel.XlErrorBarDirection.md
index 9c9f143e61d..fcec3dc664b 100644
--- a/api/Excel.XlErrorBarDirection.md
+++ b/api/Excel.XlErrorBarDirection.md
@@ -14,7 +14,7 @@ Specifies which axis values are to receive error bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlX**|-4168|Bars run parallel to the Y axis for X-axis values.|
| **xlY**|1|Bars run parallel to the X axis for Y-axis values.|
diff --git a/api/Excel.XlErrorBarInclude.md b/api/Excel.XlErrorBarInclude.md
index 8672a0edcf0..bbb4f43d720 100644
--- a/api/Excel.XlErrorBarInclude.md
+++ b/api/Excel.XlErrorBarInclude.md
@@ -14,7 +14,7 @@ Specifies which error-bar parts to include.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlErrorBarIncludeBoth**|1|Both positive and negative error range.|
| **xlErrorBarIncludeMinusValues**|3|Only negative error range.|
diff --git a/api/Excel.XlErrorBarType.md b/api/Excel.XlErrorBarType.md
index b9ffc4c44e5..d9accff1347 100644
--- a/api/Excel.XlErrorBarType.md
+++ b/api/Excel.XlErrorBarType.md
@@ -14,7 +14,7 @@ Specifies the range marked by error bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlErrorBarTypeCustom**|-4114|Range is set by fixed values or cell values.|
| **xlErrorBarTypeFixedValue**|1|Fixed-length error bars.|
diff --git a/api/Excel.XlErrorChecks.md b/api/Excel.XlErrorChecks.md
index d1319790ae5..c44d8605807 100644
--- a/api/Excel.XlErrorChecks.md
+++ b/api/Excel.XlErrorChecks.md
@@ -14,7 +14,7 @@ Specifies the type of error object to be retrieved from the **Errors** collecti
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlEmptyCellReferences**|7|The cell contains a formula referring to empty cells.|
| **xlEvaluateToError**|1|The cell evaluates to an error value.|
diff --git a/api/Excel.XlFileAccess.md b/api/Excel.XlFileAccess.md
index 51adb3d28bf..9db44dcd311 100644
--- a/api/Excel.XlFileAccess.md
+++ b/api/Excel.XlFileAccess.md
@@ -14,7 +14,7 @@ Specifies the new access mode for the object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlReadOnly**|3|Read only.|
| **xlReadWrite**|2|Read/write.|
diff --git a/api/Excel.XlFileFormat.md b/api/Excel.XlFileFormat.md
index bba6e5a174d..89e6c55b2ed 100644
--- a/api/Excel.XlFileFormat.md
+++ b/api/Excel.XlFileFormat.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
Specifies the file format when saving the worksheet.
-|**Name**|**Value**|**Description**|**Extension**|
+|Name|Value|Description|**Extension**|
|:-----|:-----|:-----|:-----|
| **xlAddIn**|18|Microsoft Excel 97-2003 Add-In|*.xla|
| **xlAddIn8**|18|Microsoft Excel 97-2003 Add-In|*.xla|
diff --git a/api/Excel.XlFileValidationPivotMode.md b/api/Excel.XlFileValidationPivotMode.md
index 4eeaad170d4..e9433b8fc8b 100644
--- a/api/Excel.XlFileValidationPivotMode.md
+++ b/api/Excel.XlFileValidationPivotMode.md
@@ -14,7 +14,7 @@ Specifies how to validate the data caches for PivotTable reports.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFileValidationPivotDefault**|0|Validate the contents of data caches as specified by the **PivotOptions** registry setting (default).|
| **xlFileValidationPivotRun**|1|Validate the contents of all data caches regardless of the registry setting.|
diff --git a/api/Excel.XlFillWith.md b/api/Excel.XlFillWith.md
index 268ce84cf90..01399bb4b2a 100644
--- a/api/Excel.XlFillWith.md
+++ b/api/Excel.XlFillWith.md
@@ -14,7 +14,7 @@ Specifies how to copy the range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFillWithAll**|-4104|Copy contents and formats.|
| **xlFillWithContents**|2|Copy contents only.|
diff --git a/api/Excel.XlFilterAction.md b/api/Excel.XlFilterAction.md
index 3554aebc578..7946f9e99b6 100644
--- a/api/Excel.XlFilterAction.md
+++ b/api/Excel.XlFilterAction.md
@@ -14,7 +14,7 @@ Specifies whether data is to be copied or left in place during a filter operatio
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFilterCopy**|2|Copy filtered data to new location.|
| **xlFilterInPlace**|1|Leave data in place.|
diff --git a/api/Excel.XlFilterAllDatesInPeriod.md b/api/Excel.XlFilterAllDatesInPeriod.md
index c9afb89227a..8193c80c322 100644
--- a/api/Excel.XlFilterAllDatesInPeriod.md
+++ b/api/Excel.XlFilterAllDatesInPeriod.md
@@ -14,7 +14,7 @@ Specifies how dates should be filtered in the specified period.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFilterAllDatesInPeriodDay**|2|Filter all dates for the specified date.|
| **xlFilterAllDatesInPeriodHour**|3|Filter all dates for the specified hour.|
diff --git a/api/Excel.XlFindLookIn.md b/api/Excel.XlFindLookIn.md
index 37f4ba16c00..3e1dfca2156 100644
--- a/api/Excel.XlFindLookIn.md
+++ b/api/Excel.XlFindLookIn.md
@@ -14,7 +14,7 @@ Specifies the type of data to search.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlComments**|-4144|Comments.|
| **xlFormulas**|-4123|Formulas.|
diff --git a/api/Excel.XlFixedFormatQuality.md b/api/Excel.XlFixedFormatQuality.md
index ba9b906ec25..f21c8e4ab15 100644
--- a/api/Excel.XlFixedFormatQuality.md
+++ b/api/Excel.XlFixedFormatQuality.md
@@ -14,7 +14,7 @@ Specifies the quality of speadsheets saved in different fixed formats.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlQualityMinimum**|1|Minimum quality|
| **xlQualityStandard**|0|Standard quality|
diff --git a/api/Excel.XlFixedFormatType.md b/api/Excel.XlFixedFormatType.md
index 6eb0685b9f5..3c1d5afff2f 100644
--- a/api/Excel.XlFixedFormatType.md
+++ b/api/Excel.XlFixedFormatType.md
@@ -14,7 +14,7 @@ Specifies the type of file format.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTypePDF**|0|"PDF" ? Portable Document Format file (.pdf).|
| **xlTypeXPS**|1|"XPS" ? XPS Document (.xps).|
diff --git a/api/Excel.XlFormControl.md b/api/Excel.XlFormControl.md
index cf068a5b3dc..95d41313ffd 100644
--- a/api/Excel.XlFormControl.md
+++ b/api/Excel.XlFormControl.md
@@ -14,7 +14,7 @@ Specifies the type of the form control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlButtonControl**|0|Button.|
| **xlCheckBox**|1|Check box.|
diff --git a/api/Excel.XlFormatConditionOperator.md b/api/Excel.XlFormatConditionOperator.md
index ee12d6868a3..35063fbfe00 100644
--- a/api/Excel.XlFormatConditionOperator.md
+++ b/api/Excel.XlFormatConditionOperator.md
@@ -14,7 +14,7 @@ Specifies the operator to use to compare a formula against the value in a cell o
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBetween**|1|Between. Can be used only if two formulas are provided.|
| **xlEqual**|3|Equal.|
diff --git a/api/Excel.XlFormatConditionType.md b/api/Excel.XlFormatConditionType.md
index b90bcc8143d..2aa10310a75 100644
--- a/api/Excel.XlFormatConditionType.md
+++ b/api/Excel.XlFormatConditionType.md
@@ -14,7 +14,7 @@ Specifies whether the conditional format is based on a cell value or an expressi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAboveAverageCondition**|12|Above average condition|
| **xlBlanksCondition**|10|Blanks condition|
diff --git a/api/Excel.XlFormatFilterTypes.md b/api/Excel.XlFormatFilterTypes.md
index 9040edd4e91..cfdc20c4442 100644
--- a/api/Excel.XlFormatFilterTypes.md
+++ b/api/Excel.XlFormatFilterTypes.md
@@ -14,7 +14,7 @@ Specifies the types of format filters.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **FilterBottom**|0|Bottom.|
| **FilterBottomPercent**|2|Bottom Percent.|
diff --git a/api/Excel.XlFormulaLabel.md b/api/Excel.XlFormulaLabel.md
index 62ff5e8bf7d..cd3d9645968 100644
--- a/api/Excel.XlFormulaLabel.md
+++ b/api/Excel.XlFormulaLabel.md
@@ -14,7 +14,7 @@ Specifies the formula label type for the specified range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlColumnLabels**|2|Column labels only.|
| **xlMixedLabels**|3|Row and column labels.|
diff --git a/api/Excel.XlGenerateTableRefs.md b/api/Excel.XlGenerateTableRefs.md
index d8a60502aa4..613ac2b7384 100644
--- a/api/Excel.XlGenerateTableRefs.md
+++ b/api/Excel.XlGenerateTableRefs.md
@@ -14,7 +14,7 @@ Specifies the type of table references.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlA1TableRefs**|0|A1 Table References.|
| **xlTableNames**|1|Table Names.|
diff --git a/api/Excel.XlGradientFillType.md b/api/Excel.XlGradientFillType.md
index a9843cc235c..3a8ac8016c9 100644
--- a/api/Excel.XlGradientFillType.md
+++ b/api/Excel.XlGradientFillType.md
@@ -14,7 +14,7 @@ Specifies the type of **gradient fill** .
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **GradientFillLinear**|0|Gradient is filled in a straight line.|
| **GradientFillPath**|1|Gradient is filled in a non-linear or curved path.|
diff --git a/api/Excel.XlHAlign.md b/api/Excel.XlHAlign.md
index 95f4065e4e9..a435f516378 100644
--- a/api/Excel.XlHAlign.md
+++ b/api/Excel.XlHAlign.md
@@ -14,7 +14,7 @@ Specifies the horizontal alignment for the object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHAlignCenter**|-4108|Center.|
| **xlHAlignCenterAcrossSelection**|7|Center across selection.|
diff --git a/api/Excel.XlHebrewModes.md b/api/Excel.XlHebrewModes.md
index 6a531570d0f..a21734397a6 100644
--- a/api/Excel.XlHebrewModes.md
+++ b/api/Excel.XlHebrewModes.md
@@ -14,7 +14,7 @@ Specifies the mode for the Hebrew spelling checker.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHebrewFullScript**|0|The conventional script type as required by the Hebrew Language Academy when writing text without diacritics.|
| **xlHebrewMixedAuthorizedScript**|3|The Hebrew traditional script. |
diff --git a/api/Excel.XlHighlightChangesTime.md b/api/Excel.XlHighlightChangesTime.md
index 5c10a9cc9fd..c9dbc275f72 100644
--- a/api/Excel.XlHighlightChangesTime.md
+++ b/api/Excel.XlHighlightChangesTime.md
@@ -14,7 +14,7 @@ Specifies which set of changes is shown in a shared workbook.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAllChanges**|2|Show all changes.|
| **xlNotYetReviewed**|3|Show only changes not yet reviewed.|
diff --git a/api/Excel.XlHtmlType.md b/api/Excel.XlHtmlType.md
index e688b9227c7..7c3750a91be 100644
--- a/api/Excel.XlHtmlType.md
+++ b/api/Excel.XlHtmlType.md
@@ -14,7 +14,7 @@ Specifies the type of HTML generated by Excel when you save the specified item t
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHtmlCalc**|1|Use the Spreadsheet component. Deprecated.|
| **xlHtmlChart**|3|Use the Chart component. Deprecated.|
diff --git a/api/Excel.XlIMEMode.md b/api/Excel.XlIMEMode.md
index 83550c7ee24..175bcf09bbf 100644
--- a/api/Excel.XlIMEMode.md
+++ b/api/Excel.XlIMEMode.md
@@ -14,7 +14,7 @@ Specifies the description of the Japanese input rules.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlIMEModeAlpha**|8|Half-width alphanumeric.|
| **xlIMEModeAlphaFull**|7|Full-width alphanumeric.|
diff --git a/api/Excel.XlIcon.md b/api/Excel.XlIcon.md
index 154c383f0ef..9104f5e3fb0 100644
--- a/api/Excel.XlIcon.md
+++ b/api/Excel.XlIcon.md
@@ -14,7 +14,7 @@ Specifies the icon for a criterion in an icon set conditional formatting rule.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlIcon0Bars**|37| **Signal Meter With No Filled Bars**|
| **xlIcon0FilledBoxes**|52| **0 Filled Boxes**|
diff --git a/api/Excel.XlIconSet.md b/api/Excel.XlIconSet.md
index 715e7aee790..b5aa60a081a 100644
--- a/api/Excel.XlIconSet.md
+++ b/api/Excel.XlIconSet.md
@@ -14,7 +14,7 @@ Specifies the type of icon set.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xl3Arrows**|1|3 Arrows|
| **xl3ArrowsGray**|2|3 Arrows Gray|
diff --git a/api/Excel.XlImportDataAs.md b/api/Excel.XlImportDataAs.md
index 3e70d7aae92..8c89a218b5b 100644
--- a/api/Excel.XlImportDataAs.md
+++ b/api/Excel.XlImportDataAs.md
@@ -14,7 +14,7 @@ Specifies the format in which to return data from a database.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPivotTableReport**|1|Returns the data as a PivotTable.|
| **xlQueryTable**|0|Returns the data as a QueryTable.|
diff --git a/api/Excel.XlInsertFormatOrigin.md b/api/Excel.XlInsertFormatOrigin.md
index f3f6a350702..0c61a6e8c1c 100644
--- a/api/Excel.XlInsertFormatOrigin.md
+++ b/api/Excel.XlInsertFormatOrigin.md
@@ -14,7 +14,7 @@ Specifies from where to copy the format for inserted rows.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFormatFromLeftOrAbove**|0|Copy the format from cells above and/or to the left.|
| **xlFormatFromRightOrBelow**|1|Copy the format from cells below and/or to the right.|
diff --git a/api/Excel.XlInsertShiftDirection.md b/api/Excel.XlInsertShiftDirection.md
index ca16afe5421..367ed0951d8 100644
--- a/api/Excel.XlInsertShiftDirection.md
+++ b/api/Excel.XlInsertShiftDirection.md
@@ -14,7 +14,7 @@ Specifies the direction in which to shift cells during an insertion.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlShiftDown**|-4121|Shift cells down.|
| **xlShiftToRight**|-4161|Shift cells to the right.|
diff --git a/api/Excel.XlLayoutFormType.md b/api/Excel.XlLayoutFormType.md
index d04661a1ab2..207c489d90f 100644
--- a/api/Excel.XlLayoutFormType.md
+++ b/api/Excel.XlLayoutFormType.md
@@ -14,7 +14,7 @@ Specifies the way the specified PivotTable items appear?in table format or in ou
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlOutline**|1|The **LayoutSubtotalLocation** property specifies where the subtotal appears in the PivotTable report.|
| **xlTabular**|0|Default.|
diff --git a/api/Excel.XlLayoutRowType.md b/api/Excel.XlLayoutRowType.md
index 7520fa54daf..d12244a2a65 100644
--- a/api/Excel.XlLayoutRowType.md
+++ b/api/Excel.XlLayoutRowType.md
@@ -14,7 +14,7 @@ Specifies the type of layout row.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCompactRow**|0|Compact Row|
| **xlOutlineRow**|2|Outline Row|
diff --git a/api/Excel.XlLegendPosition.md b/api/Excel.XlLegendPosition.md
index 43174601f26..6f9957a6421 100644
--- a/api/Excel.XlLegendPosition.md
+++ b/api/Excel.XlLegendPosition.md
@@ -14,7 +14,7 @@ Specifies the position of the legend on a chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLegendPositionBottom**|-4107|Below the chart.|
| **xlLegendPositionCorner**|2|In the upper right-hand corner of the chart border.|
diff --git a/api/Excel.XlLineStyle.md b/api/Excel.XlLineStyle.md
index 024f067c4a1..54f362957b0 100644
--- a/api/Excel.XlLineStyle.md
+++ b/api/Excel.XlLineStyle.md
@@ -14,7 +14,7 @@ Specifies the line style for the border.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlContinuous**|1|Continuous line.|
| **xlDash**|-4115|Dashed line.|
diff --git a/api/Excel.XlLink.md b/api/Excel.XlLink.md
index f474efc9b25..58930169541 100644
--- a/api/Excel.XlLink.md
+++ b/api/Excel.XlLink.md
@@ -14,7 +14,7 @@ Specifies the type of link.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlExcelLinks**|1|The link is to an Excel worksheet.|
| **xlOLELinks**|2|The link is to an OLE source.|
diff --git a/api/Excel.XlLinkInfo.md b/api/Excel.XlLinkInfo.md
index deab1681b61..d588082d106 100644
--- a/api/Excel.XlLinkInfo.md
+++ b/api/Excel.XlLinkInfo.md
@@ -14,7 +14,7 @@ Specifies the type of information the link will return.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlEditionDate**|2|Applies only to editions in the Macintosh operating system.|
| **xlLinkInfoStatus**|3|Returns the link status.|
diff --git a/api/Excel.XlLinkInfoType.md b/api/Excel.XlLinkInfoType.md
index b28e72fe84e..9ad85c4bb10 100644
--- a/api/Excel.XlLinkInfoType.md
+++ b/api/Excel.XlLinkInfoType.md
@@ -14,7 +14,7 @@ Specifies the type of link.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLinkInfoOLELinks**|2|OLE or DDE server|
| **xlLinkInfoPublishers**|5|Publisher|
diff --git a/api/Excel.XlLinkStatus.md b/api/Excel.XlLinkStatus.md
index e20c19e8235..2d02cba3dda 100644
--- a/api/Excel.XlLinkStatus.md
+++ b/api/Excel.XlLinkStatus.md
@@ -14,7 +14,7 @@ Specifies the status of a link.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLinkStatusCopiedValues**|10|Copied values.|
| **xlLinkStatusIndeterminate**|5|Unable to determine status.|
diff --git a/api/Excel.XlLinkType.md b/api/Excel.XlLinkType.md
index cb52318da79..40225c32332 100644
--- a/api/Excel.XlLinkType.md
+++ b/api/Excel.XlLinkType.md
@@ -14,7 +14,7 @@ Specifies the type of link.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLinkTypeExcelLinks**|1|A link to a Microsoft Excel source.|
| **xlLinkTypeOLELinks**|2|A link to an OLE source.|
diff --git a/api/Excel.XlLinkedDataTypeState.md b/api/Excel.XlLinkedDataTypeState.md
index 0fb6270896d..b349fdbae26 100644
--- a/api/Excel.XlLinkedDataTypeState.md
+++ b/api/Excel.XlLinkedDataTypeState.md
@@ -12,7 +12,7 @@ ms.date: 09/12/2018
Indicates the state of cells that may contain Linked data types such as [Stocks or Geography](https://support.office.com/article/stock-quotes-and-geographic-data-61a33056-9935-484f-8ac8-f1a89e210877). These are the possible values of the [Range.LinkedDataTypeState](Excel.Range.LinkedDataTypeState.md) property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLinkedDataTypeStateNone**|0|The cell does not contain any Linked data types.|
| **xlLinkedDataTypeStateValidLinkedData**|1|The cell contains a Linked data type.|
diff --git a/api/Excel.XlListConflict.md b/api/Excel.XlListConflict.md
index 369f9de38b2..9f32b7eacfb 100644
--- a/api/Excel.XlListConflict.md
+++ b/api/Excel.XlListConflict.md
@@ -14,7 +14,7 @@ Specifies the conflict resolution options for updating a list on a Microsoft Sha
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlListConflictDialog**|0|Display a dialog box that allows the user to choose how to resolve conflicts.|
| **xlListConflictDiscardAllConflicts**|2|Accept the version of the data stored on the SharePoint site.|
diff --git a/api/Excel.XlListDataType.md b/api/Excel.XlListDataType.md
index 27c76b23af2..a890da41765 100644
--- a/api/Excel.XlListDataType.md
+++ b/api/Excel.XlListDataType.md
@@ -14,7 +14,7 @@ Specifies the data type of a list column connected to a Microsoft SharePoint Fou
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlListDataTypeCheckbox**|9|Check box.|
| **xlListDataTypeChoice**|6|Single-choice field.|
diff --git a/api/Excel.XlListObjectSourceType.md b/api/Excel.XlListObjectSourceType.md
index f7a70cf3134..57347ee073c 100644
--- a/api/Excel.XlListObjectSourceType.md
+++ b/api/Excel.XlListObjectSourceType.md
@@ -14,7 +14,7 @@ Specifies the current source of the list.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSrcExternal**|0|External data source (Microsoft SharePoint Foundation site).|
| **xlSrcModel**|4|PowerPivot Model|
diff --git a/api/Excel.XlLocationInTable.md b/api/Excel.XlLocationInTable.md
index fbd85cc5dde..6ac99180e7d 100644
--- a/api/Excel.XlLocationInTable.md
+++ b/api/Excel.XlLocationInTable.md
@@ -14,7 +14,7 @@ Specifies the part of the PivotTable report that contains the upper-left corner
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlColumnHeader**|-4110|Column header|
| **xlColumnItem**|5|Column item|
diff --git a/api/Excel.XlLookAt.md b/api/Excel.XlLookAt.md
index 511d845b748..fc45d67ab80 100644
--- a/api/Excel.XlLookAt.md
+++ b/api/Excel.XlLookAt.md
@@ -14,7 +14,7 @@ Specifies whether a match is made against the whole of the search text or any pa
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPart**|2|Match against any part of the search text.|
| **xlWhole**|1|Match against the whole of the search text.|
diff --git a/api/Excel.XlLookFor.md b/api/Excel.XlLookFor.md
index 5b18bb31d4a..731cd8fdf63 100644
--- a/api/Excel.XlLookFor.md
+++ b/api/Excel.XlLookFor.md
@@ -14,7 +14,7 @@ Specifies what to look for in searches.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **LookForBlanks**|0|Blanks|
| **LookForErrors**|1|Errors|
diff --git a/api/Excel.XlMSApplication.md b/api/Excel.XlMSApplication.md
index 3929b9c4597..0013f82f2a3 100644
--- a/api/Excel.XlMSApplication.md
+++ b/api/Excel.XlMSApplication.md
@@ -14,7 +14,7 @@ Specifies a Microsoft application.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlMicrosoftAccess**|4|Microsoft Office Access|
| **xlMicrosoftFoxPro**|5|Microsoft FoxPro|
diff --git a/api/Excel.XlMailSystem.md b/api/Excel.XlMailSystem.md
index 1e0fd8268ac..fb8d69c812f 100644
--- a/api/Excel.XlMailSystem.md
+++ b/api/Excel.XlMailSystem.md
@@ -14,7 +14,7 @@ Specifies the mail system that is installed on the host computer.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlMAPI**|1|MAPI-complaint system|
| **xlNoMailSystem**|0|No mail system|
diff --git a/api/Excel.XlMarkerStyle.md b/api/Excel.XlMarkerStyle.md
index e78881064e2..aab3d3acdc3 100644
--- a/api/Excel.XlMarkerStyle.md
+++ b/api/Excel.XlMarkerStyle.md
@@ -14,7 +14,7 @@ Specifies the marker style for a point or series in a line chart, scatter chart,
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlMarkerStyleAutomatic**|-4105|Automatic markers|
| **xlMarkerStyleCircle**|8|Circular markers|
diff --git a/api/Excel.XlMeasurementUnits.md b/api/Excel.XlMeasurementUnits.md
index e93d8597192..20d3b351263 100644
--- a/api/Excel.XlMeasurementUnits.md
+++ b/api/Excel.XlMeasurementUnits.md
@@ -14,7 +14,7 @@ Specifies the measurement units.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCentimeters**|1|Centimeters|
| **xlInches**|0|Inches|
diff --git a/api/Excel.XlMouseButton.md b/api/Excel.XlMouseButton.md
index 0cc7b34477c..85e1ed62a99 100644
--- a/api/Excel.XlMouseButton.md
+++ b/api/Excel.XlMouseButton.md
@@ -14,7 +14,7 @@ Specifies which mouse button was pressed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlNoButton**|0|No button was pressed.|
| **xlPrimaryButton**|1|The primary button (normally the left mouse button) was pressed.|
diff --git a/api/Excel.XlMousePointer.md b/api/Excel.XlMousePointer.md
index 70ecaa01430..e7670c47f29 100644
--- a/api/Excel.XlMousePointer.md
+++ b/api/Excel.XlMousePointer.md
@@ -14,7 +14,7 @@ Specifies the appearance of the mouse pointer in Excel.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDefault**|-4143|The default pointer.|
| **xlIBeam**|3|The I-beam pointer.|
diff --git a/api/Excel.XlOLEType.md b/api/Excel.XlOLEType.md
index 0586303c781..c6b79520d49 100644
--- a/api/Excel.XlOLEType.md
+++ b/api/Excel.XlOLEType.md
@@ -14,7 +14,7 @@ Specifies the OLE object type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlOLEControl**|2|ActiveX control|
| **xlOLEEmbed**|1|Embedded OLE object|
diff --git a/api/Excel.XlOLEVerb.md b/api/Excel.XlOLEVerb.md
index ff8a86c5177..7591dd225ba 100644
--- a/api/Excel.XlOLEVerb.md
+++ b/api/Excel.XlOLEVerb.md
@@ -14,7 +14,7 @@ Specifies the verb on which the server of the OLE object should act.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlVerbOpen**|2|Open the object.|
| **xlVerbPrimary**|1|Perform the primary action for the server.|
diff --git a/api/Excel.XlOartHorizontalOverflow.md b/api/Excel.XlOartHorizontalOverflow.md
index 0dac4057a63..c019465aa9b 100644
--- a/api/Excel.XlOartHorizontalOverflow.md
+++ b/api/Excel.XlOartHorizontalOverflow.md
@@ -14,7 +14,7 @@ Specifies the horizontal overflow setting for a text frame.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlOartHorizontalOverflowClip**|1|Hide text that does not fit horizontally in the text frame.|
| **xlOartHorizontalOverflowOverflow**|0|Allow text to overflow the text frame horizontally.|
diff --git a/api/Excel.XlOartVerticalOverflow.md b/api/Excel.XlOartVerticalOverflow.md
index 343f5965134..dc69634ce7a 100644
--- a/api/Excel.XlOartVerticalOverflow.md
+++ b/api/Excel.XlOartVerticalOverflow.md
@@ -14,7 +14,7 @@ Specifies the vertical overflow setting for a text frame.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlOartVerticalOverflowClip**|1|Hide text that does not fit vertically within the text frame.|
| **xlOartVerticalOverflowEllipsis**|2|Hide text that does not fit vertically within the text frame, and add an ellipsis (...) at the end of the visible text.|
diff --git a/api/Excel.XlObjectSize.md b/api/Excel.XlObjectSize.md
index 30444daee96..535fb3cae82 100644
--- a/api/Excel.XlObjectSize.md
+++ b/api/Excel.XlObjectSize.md
@@ -14,7 +14,7 @@ Specifies the way a chart is scaled to fit on a page.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFitToPage**|2|Print the chart as large as possible, while retaining the chart's height-to-width ratio as shown on the screen.|
| **xlFullPage**|3|Print the chart to fit the page, adjusting the height-to-width ratio as necessary.|
diff --git a/api/Excel.XlOrder.md b/api/Excel.XlOrder.md
index 91a2e53a5f0..10f86bf09db 100644
--- a/api/Excel.XlOrder.md
+++ b/api/Excel.XlOrder.md
@@ -14,7 +14,7 @@ Specifies the order in which cells are processed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDownThenOver**|1|Process down the rows before processing across pages or page fields to the right.|
| **xlOverThenDown**|2|Process across pages or page fields to the right before moving down the rows.|
diff --git a/api/Excel.XlOrientation.md b/api/Excel.XlOrientation.md
index f301996a635..519c966601d 100644
--- a/api/Excel.XlOrientation.md
+++ b/api/Excel.XlOrientation.md
@@ -14,7 +14,7 @@ Specifies the text orientation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDownward**|-4170|Text runs downward.|
| **xlHorizontal**|-4128|Text runs horizontally.|
diff --git a/api/Excel.XlPTSelectionMode.md b/api/Excel.XlPTSelectionMode.md
index 5fb42afe143..81099cd33ae 100644
--- a/api/Excel.XlPTSelectionMode.md
+++ b/api/Excel.XlPTSelectionMode.md
@@ -14,7 +14,7 @@ Specifies what can be selected in a PivotTable during a structured selection. Th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBlanks**|4|Blanks|
| **xlButton**|15|Buttons|
diff --git a/api/Excel.XlPageBreak.md b/api/Excel.XlPageBreak.md
index 343caae5854..320ba1911d9 100644
--- a/api/Excel.XlPageBreak.md
+++ b/api/Excel.XlPageBreak.md
@@ -14,7 +14,7 @@ Specifies page break location in the worksheet.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPageBreakAutomatic**|-4105|Excel will automatically add page breaks.|
| **xlPageBreakManual**|-4135|Page breaks are manually inserted.|
diff --git a/api/Excel.XlPageBreakExtent.md b/api/Excel.XlPageBreakExtent.md
index 4980919276d..07a39d0522c 100644
--- a/api/Excel.XlPageBreakExtent.md
+++ b/api/Excel.XlPageBreakExtent.md
@@ -14,7 +14,7 @@ Specifies whether a page break is full screen or applies only within the print a
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPageBreakFull**|1|Full screen.|
| **xlPageBreakPartial**|2|Only within print area.|
diff --git a/api/Excel.XlPageOrientation.md b/api/Excel.XlPageOrientation.md
index f44f3bd0f59..c676d163455 100644
--- a/api/Excel.XlPageOrientation.md
+++ b/api/Excel.XlPageOrientation.md
@@ -14,7 +14,7 @@ Specifies the page orientation when the worksheet is printed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLandscape**|2|Landscape mode.|
| **xlPortrait**|1|Portrait mode.|
diff --git a/api/Excel.XlPaperSize.md b/api/Excel.XlPaperSize.md
index fb77613d249..1e76fc24f50 100644
--- a/api/Excel.XlPaperSize.md
+++ b/api/Excel.XlPaperSize.md
@@ -14,7 +14,7 @@ Specifies the size of the paper.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPaper10x14**|16|10 in. x 14 in.|
| **xlPaper11x17**|17|11 in. x 17 in.|
diff --git a/api/Excel.XlParameterDataType.md b/api/Excel.XlParameterDataType.md
index 2aea6aff138..d48603451ab 100644
--- a/api/Excel.XlParameterDataType.md
+++ b/api/Excel.XlParameterDataType.md
@@ -14,7 +14,7 @@ Specifies the data type of a query parameter.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlParamTypeBigInt**|-5|Big integer.|
| **xlParamTypeBinary**|-2|Binary.|
diff --git a/api/Excel.XlParameterType.md b/api/Excel.XlParameterType.md
index 7fbc345d441..97ee881db60 100644
--- a/api/Excel.XlParameterType.md
+++ b/api/Excel.XlParameterType.md
@@ -14,7 +14,7 @@ Specifies how to determine the value of the parameter for the specified query ta
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlConstant**|1|Uses the value specified by the **Value** argument.|
| **xlPrompt**|0|Displays a dialog box that prompts the user for the value. The **Value** argument specifies the text shown in the dialog box.|
diff --git a/api/Excel.XlPasteSpecialOperation.md b/api/Excel.XlPasteSpecialOperation.md
index 3fc586acf4a..7f64acd981c 100644
--- a/api/Excel.XlPasteSpecialOperation.md
+++ b/api/Excel.XlPasteSpecialOperation.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
Specifies how numeric data will be calculated with the destinations cells in the worksheet.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPasteSpecialOperationAdd**|2|Copied data will be added to the value in the destination cell.|
| **xlPasteSpecialOperationDivide**|5|Copied data will divide the value in the destination cell.|
diff --git a/api/Excel.XlPasteType.md b/api/Excel.XlPasteType.md
index fb63dce09a4..aea79a6b155 100644
--- a/api/Excel.XlPasteType.md
+++ b/api/Excel.XlPasteType.md
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
Specifies the part of the range to be pasted.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPasteAll**|-4104|Everything will be pasted.|
| **xlPasteAllExceptBorders**|7|Everything except borders will be pasted.|
diff --git a/api/Excel.XlPattern.md b/api/Excel.XlPattern.md
index 8e29cacf665..7c2a025ca27 100644
--- a/api/Excel.XlPattern.md
+++ b/api/Excel.XlPattern.md
@@ -14,7 +14,7 @@ Specifies the interior pattern of a chart or interior object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPatternAutomatic**|-4105|Excel controls the pattern.|
| **xlPatternChecker**|9|Checkerboard.|
diff --git a/api/Excel.XlPhoneticAlignment.md b/api/Excel.XlPhoneticAlignment.md
index 87573d89e4f..c394074f83b 100644
--- a/api/Excel.XlPhoneticAlignment.md
+++ b/api/Excel.XlPhoneticAlignment.md
@@ -14,7 +14,7 @@ Specifies the alignment for phonetic text. Used with a **Phonetic** or a **Phon
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPhoneticAlignCenter**|2|Centered|
| **xlPhoneticAlignDistributed**|3|Distributed|
diff --git a/api/Excel.XlPhoneticCharacterType.md b/api/Excel.XlPhoneticCharacterType.md
index 506a9715eab..ace9925d049 100644
--- a/api/Excel.XlPhoneticCharacterType.md
+++ b/api/Excel.XlPhoneticCharacterType.md
@@ -14,7 +14,7 @@ Specifies the type of phonetic text in a cell.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHiragana**|2|Hiragana|
| **xlKatakana**|1|Katakana|
diff --git a/api/Excel.XlPictureAppearance.md b/api/Excel.XlPictureAppearance.md
index 1be2b54497c..a4e712f5073 100644
--- a/api/Excel.XlPictureAppearance.md
+++ b/api/Excel.XlPictureAppearance.md
@@ -14,7 +14,7 @@ Specifies how the picture should be copied.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPrinter**|2|The picture is copied as it will look when it is printed.|
| **xlScreen**|1|The picture is copied to resemble its display on the screen as closely as possible.|
diff --git a/api/Excel.XlPictureConvertorType.md b/api/Excel.XlPictureConvertorType.md
index b73f8c67f07..37569c17639 100644
--- a/api/Excel.XlPictureConvertorType.md
+++ b/api/Excel.XlPictureConvertorType.md
@@ -14,7 +14,7 @@ Specifies how to convert a graphic.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBMP**|1|Windows version 2.0?compatible bitmap|
| **xlCGM**|7|Computer Graphics Metafile|
diff --git a/api/Excel.XlPieSliceIndex.md b/api/Excel.XlPieSliceIndex.md
index bdcd56edbf9..d6803d907e5 100644
--- a/api/Excel.XlPieSliceIndex.md
+++ b/api/Excel.XlPieSliceIndex.md
@@ -14,7 +14,7 @@ Specifies which position on the slice to return the coordinate of.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCenterPoint**|5|The center point of a pie slice.|
| **xlInnerCenterPoint**|8|The innermost center point of a doughnut slice.|
diff --git a/api/Excel.XlPieSliceLocation.md b/api/Excel.XlPieSliceLocation.md
index 25b58ffb32c..1ff68c73e66 100644
--- a/api/Excel.XlPieSliceLocation.md
+++ b/api/Excel.XlPieSliceLocation.md
@@ -14,7 +14,7 @@ Specifies the horizontal or vertical position of a point on a pie chart, in poin
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHorizontalCoordinate**|1|The horizontal coordinate (x)|
| **xlVerticalCoordinate**|2|The vertical coordinate (y)|
diff --git a/api/Excel.XlPivotCellType.md b/api/Excel.XlPivotCellType.md
index e4ff1679424..b45d1ef7839 100644
--- a/api/Excel.XlPivotCellType.md
+++ b/api/Excel.XlPivotCellType.md
@@ -14,7 +14,7 @@ Specifies the **PivotTable** entity to which the cell corresponds.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPivotCellBlankCell**|9|A structural blank cell in the PivotTable.|
| **xlPivotCellCustomSubtotal**|7|A cell in the row or column area that is a custom subtotal.|
diff --git a/api/Excel.XlPivotConditionScope.md b/api/Excel.XlPivotConditionScope.md
index 12401d5637f..e156debe773 100644
--- a/api/Excel.XlPivotConditionScope.md
+++ b/api/Excel.XlPivotConditionScope.md
@@ -14,7 +14,7 @@ This enumeration specifies the conditional formatting applied for filtering valu
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDataFieldScope**|2|Based on the data in the specified fields.|
| **xlFieldsScope**|1|Based on the specified fields.|
diff --git a/api/Excel.XlPivotFieldCalculation.md b/api/Excel.XlPivotFieldCalculation.md
index 0da83e4edbc..ca62ade2a86 100644
--- a/api/Excel.XlPivotFieldCalculation.md
+++ b/api/Excel.XlPivotFieldCalculation.md
@@ -14,7 +14,7 @@ Specifies the type of calculation performed by a data PivotField when a custom c
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDifferenceFrom**|2|The difference from the value of the Base item in the Base field.|
| **xlIndex**|9|Data calculated as ((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total)).|
diff --git a/api/Excel.XlPivotFieldDataType.md b/api/Excel.XlPivotFieldDataType.md
index 2152eea40e5..d2e71348258 100644
--- a/api/Excel.XlPivotFieldDataType.md
+++ b/api/Excel.XlPivotFieldDataType.md
@@ -14,7 +14,7 @@ Specifies the type of data in the **PivotTable** field.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDate**|2|Contains a date.|
| **xlNumber**|-4145|Contains a number.|
diff --git a/api/Excel.XlPivotFieldOrientation.md b/api/Excel.XlPivotFieldOrientation.md
index edd6666c049..9da2a9c2485 100644
--- a/api/Excel.XlPivotFieldOrientation.md
+++ b/api/Excel.XlPivotFieldOrientation.md
@@ -14,7 +14,7 @@ Specifies the location of the field in a PivotTable report.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlColumnField**|2|Column|
| **xlDataField**|4|Data|
diff --git a/api/Excel.XlPivotFieldRepeatLabels.md b/api/Excel.XlPivotFieldRepeatLabels.md
index 1557c437b9a..750e57bd4aa 100644
--- a/api/Excel.XlPivotFieldRepeatLabels.md
+++ b/api/Excel.XlPivotFieldRepeatLabels.md
@@ -14,7 +14,7 @@ Specifies whether to repeat all field item labels in a PivotTable report.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDoNotRepeatLabels**|1|Do not repeat item labels.|
| **xlRepeatLabels**|2|Repeat all item labels.|
diff --git a/api/Excel.XlPivotFilterType.md b/api/Excel.XlPivotFilterType.md
index fe65b0aed1c..9232155a635 100644
--- a/api/Excel.XlPivotFilterType.md
+++ b/api/Excel.XlPivotFilterType.md
@@ -14,7 +14,7 @@ The type of filter applied.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBefore**|31|Filters for all dates before a specified date|
| **xlBeforeOrEqualTo**|32|Filters for all dates on or before a specified date|
diff --git a/api/Excel.XlPivotFormatType.md b/api/Excel.XlPivotFormatType.md
index f70231b0feb..e79d12d9b9e 100644
--- a/api/Excel.XlPivotFormatType.md
+++ b/api/Excel.XlPivotFormatType.md
@@ -14,7 +14,7 @@ Specifies the type of report formatting to be applied to the specified PivotTabl
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPTClassic**|20|PivotTable classic format.|
| **xlPTNone**|21|Does not apply formatting to the PivotTable report.|
diff --git a/api/Excel.XlPivotLineType.md b/api/Excel.XlPivotLineType.md
index 528e8e8a0af..6d651bdbbab 100644
--- a/api/Excel.XlPivotLineType.md
+++ b/api/Excel.XlPivotLineType.md
@@ -14,7 +14,7 @@ Specifies the type of the PivotLine.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPivotLineBlank**|3|Blank line after each group.|
| **xlPivotLineGrandTotal**|2|Grand Total line.|
diff --git a/api/Excel.XlPivotTableMissingItems.md b/api/Excel.XlPivotTableMissingItems.md
index 493cf25ef3f..f9f13ff8ce6 100644
--- a/api/Excel.XlPivotTableMissingItems.md
+++ b/api/Excel.XlPivotTableMissingItems.md
@@ -14,7 +14,7 @@ Specifies the maximum number of unique items allowed per PivotField.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlMissingItemsDefault**|-1|The default number of unique items per PivotField allowed.|
| **xlMissingItemsMax**|32500|The maximum number of unique items per PivotField allowed (32,500) for a pre-Excel 2007 PivotTable.|
diff --git a/api/Excel.XlPivotTableSourceType.md b/api/Excel.XlPivotTableSourceType.md
index 70e655babaf..42268f46603 100644
--- a/api/Excel.XlPivotTableSourceType.md
+++ b/api/Excel.XlPivotTableSourceType.md
@@ -14,7 +14,7 @@ Specifies the source of the report data.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlConsolidation**|3|Multiple consolidation ranges.|
| **xlDatabase**|1|Microsoft Excel list or database.|
diff --git a/api/Excel.XlPivotTableVersionList.md b/api/Excel.XlPivotTableVersionList.md
index 3d524d9d0c6..38a3b3cf56f 100644
--- a/api/Excel.XlPivotTableVersionList.md
+++ b/api/Excel.XlPivotTableVersionList.md
@@ -14,7 +14,7 @@ Specifies the version of a PivotTable or a PivotCache. Creating PivotTables with
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPivotTableVersion2000**|0|Excel 2000|
| **xlPivotTableVersion10**|1|Excel 2002|
diff --git a/api/Excel.XlPlacement.md b/api/Excel.XlPlacement.md
index bfe093d57c3..e40aa859167 100644
--- a/api/Excel.XlPlacement.md
+++ b/api/Excel.XlPlacement.md
@@ -14,7 +14,7 @@ Specifies the way that an object is attached to its underlying cells.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFreeFloating**|3|Object is free floating.|
| **xlMove**|2|Object is moved with the cells.|
diff --git a/api/Excel.XlPlatform.md b/api/Excel.XlPlatform.md
index 5d0ef895f21..6725ead02d9 100644
--- a/api/Excel.XlPlatform.md
+++ b/api/Excel.XlPlatform.md
@@ -14,7 +14,7 @@ Specifies the platform on which a text file originated.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlMacintosh**|1|Macintosh|
| **xlMSDOS**|3|MS-DOS|
diff --git a/api/Excel.XlPortugueseReform.md b/api/Excel.XlPortugueseReform.md
index 25eef38070b..742e01accf0 100644
--- a/api/Excel.XlPortugueseReform.md
+++ b/api/Excel.XlPortugueseReform.md
@@ -14,7 +14,7 @@ Specifies the mode for checking the spelling of Portuguese.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPortugueseBoth**|3|The spelling checker recognizes both pre-reform and post-reform spellings.|
| **xlPortuguesePostReform**|2|The spelling checker recognizes only post-reform spellings.|
diff --git a/api/Excel.XlPrintErrors.md b/api/Excel.XlPrintErrors.md
index 9a86c96955c..a9bcf9dee14 100644
--- a/api/Excel.XlPrintErrors.md
+++ b/api/Excel.XlPrintErrors.md
@@ -14,7 +14,7 @@ Specifies the type of print error displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPrintErrorsBlank**|1|Print errors are blank.|
| **xlPrintErrorsDash**|2|Print errors are displayed as dashes.|
diff --git a/api/Excel.XlPrintLocation.md b/api/Excel.XlPrintLocation.md
index ddce00a434b..366378c1d36 100644
--- a/api/Excel.XlPrintLocation.md
+++ b/api/Excel.XlPrintLocation.md
@@ -14,7 +14,7 @@ Specifies the way that comments are printed with the sheet.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPrintInPlace**|16|Comments will be printed where they were inserted in the worksheet.|
| **xlPrintNoComments**|-4142|Comments will not be printed.|
diff --git a/api/Excel.XlPriority.md b/api/Excel.XlPriority.md
index 16759d1718c..1f5a73865a0 100644
--- a/api/Excel.XlPriority.md
+++ b/api/Excel.XlPriority.md
@@ -14,7 +14,7 @@ Specifies the priority of a SendMailer message.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPriorityHigh**|-4127|High|
| **xlPriorityLow**|-4134|Low|
diff --git a/api/Excel.XlPropertyDisplayedIn.md b/api/Excel.XlPropertyDisplayedIn.md
index e2d16973d8b..148d962be5c 100644
--- a/api/Excel.XlPropertyDisplayedIn.md
+++ b/api/Excel.XlPropertyDisplayedIn.md
@@ -14,7 +14,7 @@ Specifies where to display the property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDisplayPropertyInPivotTable**|1|Displays member property in the PivotTable only. This is the default value.|
| **xlDisplayPropertyInPivotTableAndTooltip**|3|Displays member property in the tooltip only.|
diff --git a/api/Excel.XlProtectedViewCloseReason.md b/api/Excel.XlProtectedViewCloseReason.md
index bb22a4d36be..ff29ccf0835 100644
--- a/api/Excel.XlProtectedViewCloseReason.md
+++ b/api/Excel.XlProtectedViewCloseReason.md
@@ -14,7 +14,7 @@ Specifies how the **Protected View** window was closed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlProtectedViewCloseEdit**|1|The window was closed when the user clicked the **Enable Editing** button.|
| **xlProtectedViewCloseForced**|2|The window was closed because the application shut it down forcefully or stopped responding.|
diff --git a/api/Excel.XlProtectedViewWindowState.md b/api/Excel.XlProtectedViewWindowState.md
index beb4957ff6c..c2e8d73924d 100644
--- a/api/Excel.XlProtectedViewWindowState.md
+++ b/api/Excel.XlProtectedViewWindowState.md
@@ -14,7 +14,7 @@ Specifies the state of the **Protected View** window.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlProtectedViewWindowMaximized**|2|Maximized|
| **xlProtectedViewWindowMinimized**|1|Minimized|
diff --git a/api/Excel.XlQueryType.md b/api/Excel.XlQueryType.md
index ae24ce71058..cbe3946b0e0 100644
--- a/api/Excel.XlQueryType.md
+++ b/api/Excel.XlQueryType.md
@@ -14,7 +14,7 @@ Specifies the type of query used by Microsoft Excel to populate the query table
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlADORecordset**|7|Based on an ADO recordset query|
| **xlDAORecordset**|2|Based on a DAO recordset query, for query tables only|
diff --git a/api/Excel.XlRangeAutoFormat.md b/api/Excel.XlRangeAutoFormat.md
index ae92e356ee1..649dc35ac42 100644
--- a/api/Excel.XlRangeAutoFormat.md
+++ b/api/Excel.XlRangeAutoFormat.md
@@ -14,7 +14,7 @@ Specifies the predefined format when a range is automatically formatted.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlRangeAutoFormat3DEffects1**|13|3-D effects 1.|
| **xlRangeAutoFormat3DEffects2**|14|3-D effects 2.|
diff --git a/api/Excel.XlRangeValueDataType.md b/api/Excel.XlRangeValueDataType.md
index bca7a0bee7a..0bded564ff1 100644
--- a/api/Excel.XlRangeValueDataType.md
+++ b/api/Excel.XlRangeValueDataType.md
@@ -14,7 +14,7 @@ Specifies the range value data type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlRangeValueDefault**|10|Default. If the specified **Range** object is empty, returns the value Empty (use the IsEmpty function to test for this case). If the **Range** object contains more than one cell, returns an array of values (use the IsArray function to test for this case).|
| **xlRangeValueMSPersistXML**|12|Returns the recordset representation of the specified **Range** object in an XML format.|
diff --git a/api/Excel.XlReferenceStyle.md b/api/Excel.XlReferenceStyle.md
index 849b559f53b..11a22129212 100644
--- a/api/Excel.XlReferenceStyle.md
+++ b/api/Excel.XlReferenceStyle.md
@@ -14,7 +14,7 @@ Specifies the reference style.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlA1**|1|Default. Use **xlA1** to return an A1-style reference.|
| **xlR1C1**|-4150|Use **xlR1C1** to return an R1C1-style reference.|
diff --git a/api/Excel.XlReferenceType.md b/api/Excel.XlReferenceType.md
index 74b9896d0d8..484953bee47 100644
--- a/api/Excel.XlReferenceType.md
+++ b/api/Excel.XlReferenceType.md
@@ -14,7 +14,7 @@ Specifies cell reference style when a formula is being converted.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAbsolute**|1|Convert to absolute row and column style.|
| **xlAbsRowRelColumn**|2|Convert to absolute row and relative column style.|
diff --git a/api/Excel.XlRemoveDocInfoType.md b/api/Excel.XlRemoveDocInfoType.md
index f42c88ebb7c..986aec8339f 100644
--- a/api/Excel.XlRemoveDocInfoType.md
+++ b/api/Excel.XlRemoveDocInfoType.md
@@ -14,7 +14,7 @@ Specifies the type information to be removed from the document information.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlRDIAll**|99|Removes all documentation information.|
| **xlRDIComments**|1|Removes comments from the document information.|
diff --git a/api/Excel.XlRgbColor.md b/api/Excel.XlRgbColor.md
index 6e9f7649fba..5b413cc0ed6 100644
--- a/api/Excel.XlRgbColor.md
+++ b/api/Excel.XlRgbColor.md
@@ -14,7 +14,7 @@ Specifies the RGB color.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **rgbAliceBlue**|16775408|Alice Blue|
| **rgbAntiqueWhite**|14150650|Antique White|
diff --git a/api/Excel.XlRobustConnect.md b/api/Excel.XlRobustConnect.md
index f086413e19c..1779d3406ef 100644
--- a/api/Excel.XlRobustConnect.md
+++ b/api/Excel.XlRobustConnect.md
@@ -14,7 +14,7 @@ Specifies how the PivotTable cache or a query table connects to its data source.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAlways**|1|The PivotTable cache or query table always uses external source information (as defined by the **SourceConnectionFile** or **SourceDataFile** property) to reconnect.|
| **xlAsRequired**|0|The PivotTable cache or query table uses external source information to reconnect, using the **Connection** property.|
diff --git a/api/Excel.XlRowCol.md b/api/Excel.XlRowCol.md
index 8b2a8911479..c0dc54aa777 100644
--- a/api/Excel.XlRowCol.md
+++ b/api/Excel.XlRowCol.md
@@ -14,7 +14,7 @@ Specifies whether the values corresponding to a particular data series are in ro
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlColumns**|2|Data series is in a row.|
| **xlRows**|1|Data series is in a column.|
diff --git a/api/Excel.XlRunAutoMacro.md b/api/Excel.XlRunAutoMacro.md
index 7c2e5e539c0..f47d08da155 100644
--- a/api/Excel.XlRunAutoMacro.md
+++ b/api/Excel.XlRunAutoMacro.md
@@ -14,7 +14,7 @@ Specifies the automatic macro to run.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAutoActivate**|3|Auto_Activate macros|
| **xlAutoClose**|2|Auto_Close macros|
diff --git a/api/Excel.XlSaveAction.md b/api/Excel.XlSaveAction.md
index 026e8505bfb..c818851ccd6 100644
--- a/api/Excel.XlSaveAction.md
+++ b/api/Excel.XlSaveAction.md
@@ -14,7 +14,7 @@ Specifies during file close if the file will be saved.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDoNotSaveChanges**|2|Changes will not be saved.|
| **xlSaveChanges**|1|Changes will be saved.|
diff --git a/api/Excel.XlSaveAsAccessMode.md b/api/Excel.XlSaveAsAccessMode.md
index 083d6a3e9cc..96bfb02ad71 100644
--- a/api/Excel.XlSaveAsAccessMode.md
+++ b/api/Excel.XlSaveAsAccessMode.md
@@ -14,7 +14,7 @@ Specifies the access mode for the Save As function.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlExclusive**|3|Exclusive mode|
| **xlNoChange**|1|Default (does not change the access mode)|
diff --git a/api/Excel.XlSaveConflictResolution.md b/api/Excel.XlSaveConflictResolution.md
index 26c4aeb2f9c..1a060588428 100644
--- a/api/Excel.XlSaveConflictResolution.md
+++ b/api/Excel.XlSaveConflictResolution.md
@@ -14,7 +14,7 @@ Specifies the way that conflicts are to be resolved whenever a shared workbook i
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLocalSessionChanges**|2|The local user's changes are always accepted.|
| **xlOtherSessionChanges**|3|The local user's changes are always rejected.|
diff --git a/api/Excel.XlScaleType.md b/api/Excel.XlScaleType.md
index b1e0383089f..3246b2e705d 100644
--- a/api/Excel.XlScaleType.md
+++ b/api/Excel.XlScaleType.md
@@ -14,7 +14,7 @@ Specifies the scale type of the value axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlScaleLinear**|-4132|Linear|
| **xlScaleLogarithmic**|-4133|Logarithmic|
diff --git a/api/Excel.XlSearchDirection.md b/api/Excel.XlSearchDirection.md
index 119b920dffc..858e727e197 100644
--- a/api/Excel.XlSearchDirection.md
+++ b/api/Excel.XlSearchDirection.md
@@ -14,7 +14,7 @@ Specifies the search direction when searching a range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlNext**|1|Search for next matching value in range.|
| **xlPrevious**|2|Search for previous matching value in range.|
diff --git a/api/Excel.XlSearchOrder.md b/api/Excel.XlSearchOrder.md
index 1bd4ed46de2..23816c506cd 100644
--- a/api/Excel.XlSearchOrder.md
+++ b/api/Excel.XlSearchOrder.md
@@ -14,7 +14,7 @@ Specifies the order in which to search the range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlByColumns**|2|Searches down through a column, then moves to the next column.|
| **xlByRows**|1|Searches across a row, then moves to the next row.|
diff --git a/api/Excel.XlSearchWithin.md b/api/Excel.XlSearchWithin.md
index b81c325428f..08c0e250c5c 100644
--- a/api/Excel.XlSearchWithin.md
+++ b/api/Excel.XlSearchWithin.md
@@ -14,7 +14,7 @@ Specifies the extent of the search for the range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlWithinSheet**|1|Limit search to current sheet.|
| **xlWithinWorkbook**|2|Search whole workbook.|
diff --git a/api/Excel.XlSheetType.md b/api/Excel.XlSheetType.md
index 1e520ac4cff..4ceeed688d6 100644
--- a/api/Excel.XlSheetType.md
+++ b/api/Excel.XlSheetType.md
@@ -14,7 +14,7 @@ Specifies the worksheet type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlChart**|-4109|Chart|
| **xlDialogSheet**|-4116|Dialog sheet|
diff --git a/api/Excel.XlSheetVisibility.md b/api/Excel.XlSheetVisibility.md
index e83fb06ef26..e8182d530ae 100644
--- a/api/Excel.XlSheetVisibility.md
+++ b/api/Excel.XlSheetVisibility.md
@@ -14,7 +14,7 @@ Specifies whether the object is visible.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSheetHidden**|0|Hides the worksheet which the user can unhide via menu.|
| **xlSheetVeryHidden**|2|Hides the object so that the only way for you to make it visible again is by setting this property to True (the user cannot make the object visible).|
diff --git a/api/Excel.XlSizeRepresents.md b/api/Excel.XlSizeRepresents.md
index 4bb4bd8986b..7f132b9367b 100644
--- a/api/Excel.XlSizeRepresents.md
+++ b/api/Excel.XlSizeRepresents.md
@@ -14,7 +14,7 @@ Specifies what the bubble size represents on a bubble chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSizeIsArea**|1|Area of the bubble.|
| **xlSizeIsWidth**|2|Width of the bubble.|
diff --git a/api/Excel.XlSlicerCrossFilterType.md b/api/Excel.XlSlicerCrossFilterType.md
index ef9f0b3bca2..b4534ae133a 100644
--- a/api/Excel.XlSlicerCrossFilterType.md
+++ b/api/Excel.XlSlicerCrossFilterType.md
@@ -14,7 +14,7 @@ Specifies the type of cross filtering used by the specified slicer cache and how
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSlicerCrossFilterHideButtonsWithNoData**|4|Cross filtering is turned on for this slicer cache, any tile with no data for a filtering selection in other slicers connected to the same data source will be dimmed. Additionally, buttons will be hidden.|
| **xlSlicerCrossFilterShowItemsWithDataAtTop**|2|Cross filtering is turned on for this slicer cache, any tile with no data for a filtering selection in other slicers connected to the same data source will be dimmed. Additionally, tiles with data are moved to the top in the slicer. (Default)|
diff --git a/api/Excel.XlSlicerSort.md b/api/Excel.XlSlicerSort.md
index eb727f68f5a..c4b07f080e0 100644
--- a/api/Excel.XlSlicerSort.md
+++ b/api/Excel.XlSlicerSort.md
@@ -14,7 +14,7 @@ Specifies whether items displayed in the slicer are sorted, and if they are sort
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSlicerSortAscending**|2|Slicer items are sorted in ascending order by item captions.|
| **xlSlicerSortDataSourceOrder**|1|Slicer items are displayed in the order provided by the data source.|
diff --git a/api/Excel.XlSortDataOption.md b/api/Excel.XlSortDataOption.md
index 8bdff6259df..be017546553 100644
--- a/api/Excel.XlSortDataOption.md
+++ b/api/Excel.XlSortDataOption.md
@@ -14,7 +14,7 @@ Specifies how to sort text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSortNormal**|0|default. Sorts numeric and text data separately.|
| **xlSortTextAsNumbers**|1|Treat text as numeric data for the sort.|
diff --git a/api/Excel.XlSortMethod.md b/api/Excel.XlSortMethod.md
index 5afb7c1fff6..3417b2ccbf7 100644
--- a/api/Excel.XlSortMethod.md
+++ b/api/Excel.XlSortMethod.md
@@ -14,7 +14,7 @@ Specifies the type of sort.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPinYin**|1|Phonetic Chinese sort order for characters. This is the default value. |
| **xlStroke**|2|Sort by the quantity of strokes in each character.|
diff --git a/api/Excel.XlSortMethodOld.md b/api/Excel.XlSortMethodOld.md
index 2c2268ad36f..ebd4f03d7c2 100644
--- a/api/Excel.XlSortMethodOld.md
+++ b/api/Excel.XlSortMethodOld.md
@@ -14,7 +14,7 @@ Specifies how to sort when using East Asian sorting methods.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCodePage**|2|Sort by code page.|
| **xlSyllabary**|1|Sort phonetically.|
diff --git a/api/Excel.XlSortOn.md b/api/Excel.XlSortOn.md
index 211449ac4c0..9a59d0ead12 100644
--- a/api/Excel.XlSortOn.md
+++ b/api/Excel.XlSortOn.md
@@ -14,7 +14,7 @@ Specifies the parameter on which the data should be sorted.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **SortOnCellColor**|1|Cell color.|
| **SortOnFontColor**|2|Font color.|
diff --git a/api/Excel.XlSortOrder.md b/api/Excel.XlSortOrder.md
index ade1df2fa03..053c4aabe64 100644
--- a/api/Excel.XlSortOrder.md
+++ b/api/Excel.XlSortOrder.md
@@ -14,7 +14,7 @@ Specifies the sort order for the specified field or range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAscending**|1|Sorts the specified field in ascending order. This is the default value.|
| **xlDescending**|2|Sorts the specified field in descending order.|
diff --git a/api/Excel.XlSortOrientation.md b/api/Excel.XlSortOrientation.md
index 1e315e2b084..03efe515801 100644
--- a/api/Excel.XlSortOrientation.md
+++ b/api/Excel.XlSortOrientation.md
@@ -14,7 +14,7 @@ Specifies the sort orientation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSortColumns**|1|Sorts by column.|
| **xlSortRows**|2|Sorts by row. This is the default value.|
diff --git a/api/Excel.XlSortType.md b/api/Excel.XlSortType.md
index 839c2d5269a..973458eb9ad 100644
--- a/api/Excel.XlSortType.md
+++ b/api/Excel.XlSortType.md
@@ -14,7 +14,7 @@ Specifies which elements are to be sorted. Use this argument only when sorting P
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSortLabels**|2|Sorts the PivotTable report by labels.|
| **xlSortValues**|1|Sorts the PivotTable report by values.|
diff --git a/api/Excel.XlSourceType.md b/api/Excel.XlSourceType.md
index ac838cf0de4..4f3b2a325d1 100644
--- a/api/Excel.XlSourceType.md
+++ b/api/Excel.XlSourceType.md
@@ -19,7 +19,7 @@ Identifies the source object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSourceAutoFilter**|3|An AutoFilter range|
| **xlSourceChart**|5|A chart|
diff --git a/api/Excel.XlSpanishModes.md b/api/Excel.XlSpanishModes.md
index e8bcb634bb2..3b1effc70bc 100644
--- a/api/Excel.XlSpanishModes.md
+++ b/api/Excel.XlSpanishModes.md
@@ -14,7 +14,7 @@ Specifies the mode for checking the spelling of Spanish.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSpanishTuteoAndVoseo**|1|Tuteo and Voseo verb forms.|
| **xlSpanishTuteoOnly**|0|Tuteo verb forms only.|
diff --git a/api/Excel.XlSparkScale.md b/api/Excel.XlSparkScale.md
index f9c00e2105a..2a64fa55534 100644
--- a/api/Excel.XlSparkScale.md
+++ b/api/Excel.XlSparkScale.md
@@ -14,7 +14,7 @@ Specifies how the minimum or maximum value of the vertical axis of the sparkline
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSparkScaleCustom**|3|The minimum or maximum value for the vertical axis of the sparkline has a user-defined value.|
| **xlSparkScaleGroup**|1|The minimum or maximum value for the vertical axes of all of the sparklines in the group have the same value.|
diff --git a/api/Excel.XlSparkType.md b/api/Excel.XlSparkType.md
index 3cbe4f7c73c..9e97512a897 100644
--- a/api/Excel.XlSparkType.md
+++ b/api/Excel.XlSparkType.md
@@ -14,7 +14,7 @@ Specifies the type of sparkline.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSparkColumn**|2|A column chart sparkline. |
| **xlSparkColumnStacked100**|3|A win/loss chart sparkline.|
diff --git a/api/Excel.XlSparklineRowCol.md b/api/Excel.XlSparklineRowCol.md
index 97487df7892..d99ff14ca4a 100644
--- a/api/Excel.XlSparklineRowCol.md
+++ b/api/Excel.XlSparklineRowCol.md
@@ -14,7 +14,7 @@ Specifies how to plot the sparkline when the data on which it is based is in a s
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **SparklineColumnsSquare**|2|Plot the data by columns.|
| **SparklineNonSquare**|0|The sparkline is not bound to data in a square-shaped range.|
diff --git a/api/Excel.XlSpeakDirection.md b/api/Excel.XlSpeakDirection.md
index 3d80bb00012..ba6d1887774 100644
--- a/api/Excel.XlSpeakDirection.md
+++ b/api/Excel.XlSpeakDirection.md
@@ -14,7 +14,7 @@ Specifies the order in which the cells are spoken.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSpeakByColumns**|1|Reads down a column, then moves to the next column.|
| **xlSpeakByRows**|0|Reads across a row, then moves to the next row.|
diff --git a/api/Excel.XlSpecialCellsValue.md b/api/Excel.XlSpecialCellsValue.md
index 8e295ca6de8..018301e3897 100644
--- a/api/Excel.XlSpecialCellsValue.md
+++ b/api/Excel.XlSpecialCellsValue.md
@@ -14,7 +14,7 @@ Specifies cells with a particular type of value to include in the result.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlErrors**|16|Cells with errors.|
| **xlLogical**|4|Cells with logical values.|
diff --git a/api/Excel.XlStdColorScale.md b/api/Excel.XlStdColorScale.md
index 4eef2273a8d..10c5a61717b 100644
--- a/api/Excel.XlStdColorScale.md
+++ b/api/Excel.XlStdColorScale.md
@@ -14,7 +14,7 @@ Specifies the standard color scale.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **ColorScaleBlackWhite**|3|Black over White.|
| **ColorScaleGYR**|2|GYR.|
diff --git a/api/Excel.XlSubscribeToFormat.md b/api/Excel.XlSubscribeToFormat.md
index b0b5c4c6cd0..6c72e5d910b 100644
--- a/api/Excel.XlSubscribeToFormat.md
+++ b/api/Excel.XlSubscribeToFormat.md
@@ -14,7 +14,7 @@ Specifies the format to use when subscribing to a published edition.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSubscribeToPicture**|-4147|Picture|
| **xlSubscribeToText**|-4158|Text|
diff --git a/api/Excel.XlSubtototalLocationType.md b/api/Excel.XlSubtototalLocationType.md
index 3ad0916b0cc..353ee46fd1b 100644
--- a/api/Excel.XlSubtototalLocationType.md
+++ b/api/Excel.XlSubtototalLocationType.md
@@ -14,7 +14,7 @@ Specifies where the subtotal will be displayed on the worksheet.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAtBottom**|2|Subtotal will be at the bottom.|
| **xlAtTop**|1|Subtotal will be at the top.|
diff --git a/api/Excel.XlSummaryColumn.md b/api/Excel.XlSummaryColumn.md
index c3bd08d3b81..b0aa3e29f34 100644
--- a/api/Excel.XlSummaryColumn.md
+++ b/api/Excel.XlSummaryColumn.md
@@ -14,7 +14,7 @@ Specifies the location of the summary columns in the outline.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSummaryOnLeft**|-4131|The summary column will be positioned to the left of the detail columns in the outline.|
| **xlSummaryOnRight**|-4152|The summary column will be positioned to the right of the detail columns in the outline.|
diff --git a/api/Excel.XlSummaryReportType.md b/api/Excel.XlSummaryReportType.md
index 4bd14658a40..427a702c86f 100644
--- a/api/Excel.XlSummaryReportType.md
+++ b/api/Excel.XlSummaryReportType.md
@@ -14,7 +14,7 @@ Specifies the type of summary to be created for scenarios.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlStandardSummary**|1|List scenarios side by side.|
| **xlSummaryPivotTable**|-4148|Display scenarios in a PivotTable report.|
diff --git a/api/Excel.XlSummaryRow.md b/api/Excel.XlSummaryRow.md
index 2da1f3dc3d0..33f6c2a6dac 100644
--- a/api/Excel.XlSummaryRow.md
+++ b/api/Excel.XlSummaryRow.md
@@ -14,7 +14,7 @@ Specifies the location of the summary rows in the outline.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSummaryAbove**|0|The summary row will be positioned above the detail rows in the outline.|
| **xlSummaryBelow**|1|The summary row will be positioned below the detail rows in the outline.|
diff --git a/api/Excel.XlTabPosition.md b/api/Excel.XlTabPosition.md
index 52a578d48a8..2ddb3d917ae 100644
--- a/api/Excel.XlTabPosition.md
+++ b/api/Excel.XlTabPosition.md
@@ -14,7 +14,7 @@ Specifies the first or last tab position.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTabPositionFirst**|0|First tab position.|
| **xlTabPositionLast**|1|Last tab position.|
diff --git a/api/Excel.XlTableStyleElementType.md b/api/Excel.XlTableStyleElementType.md
index a6986a1e459..8a2009d3313 100644
--- a/api/Excel.XlTableStyleElementType.md
+++ b/api/Excel.XlTableStyleElementType.md
@@ -14,7 +14,7 @@ Specifies the table style element used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBlankRow**|19|Blank row|
| **xlColumnStripe1**|7|Column Stripe1|
diff --git a/api/Excel.XlTextParsingType.md b/api/Excel.XlTextParsingType.md
index 3e77e95c5a1..aaff5905485 100644
--- a/api/Excel.XlTextParsingType.md
+++ b/api/Excel.XlTextParsingType.md
@@ -14,7 +14,7 @@ Specifies the column format for the data in the text file that you are importing
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDelimited**|1|Default. Indicates that the file is delimited by delimiter characters.|
| **xlFixedWidth**|2|Indicates that the data in the file is arranged in columns of fixed widths.|
diff --git a/api/Excel.XlTextQualifier.md b/api/Excel.XlTextQualifier.md
index ba8cc380623..7cf1fae1872 100644
--- a/api/Excel.XlTextQualifier.md
+++ b/api/Excel.XlTextQualifier.md
@@ -14,7 +14,7 @@ Specifies the delimiter to use to specify text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTextQualifierDoubleQuote**|1|Double quotation mark (").|
| **xlTextQualifierNone**|-4142|No delimiter.|
diff --git a/api/Excel.XlTextVisualLayoutType.md b/api/Excel.XlTextVisualLayoutType.md
index 0fe94e04db5..5e76d4cb4dd 100644
--- a/api/Excel.XlTextVisualLayoutType.md
+++ b/api/Excel.XlTextVisualLayoutType.md
@@ -14,7 +14,7 @@ Specifies whether the visual layout of the text being imported is left-to-right
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTextVisualLTR**|1|Left-to-right|
| **xlTextVisualRTL**|2|Right-to-left|
diff --git a/api/Excel.XlThemeColor.md b/api/Excel.XlThemeColor.md
index c0ad8d85a3c..18bead7ecea 100644
--- a/api/Excel.XlThemeColor.md
+++ b/api/Excel.XlThemeColor.md
@@ -14,7 +14,7 @@ Specifies the theme color to be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlThemeColorAccent1**|5|Accent1|
| **xlThemeColorAccent2**|6|Accent2|
diff --git a/api/Excel.XlThemeFont.md b/api/Excel.XlThemeFont.md
index 4d32809f9f4..bef8a3dc4a5 100644
--- a/api/Excel.XlThemeFont.md
+++ b/api/Excel.XlThemeFont.md
@@ -14,7 +14,7 @@ Specifies the theme font to use.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlThemeFontMajor**|2|Major.|
| **xlThemeFontMinor**|1|Minor.|
diff --git a/api/Excel.XlThreadMode.md b/api/Excel.XlThreadMode.md
index 24fd0330679..399591a3258 100644
--- a/api/Excel.XlThreadMode.md
+++ b/api/Excel.XlThreadMode.md
@@ -14,7 +14,7 @@ Specifies the control over the multi-threaded calculation mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlThreadModeAutomatic**|0|Multi-threaded calculation mode is automatic.|
| **xlThreadModeManual**|1|Multi-threaded calculation mode is manual.|
diff --git a/api/Excel.XlTickLabelOrientation.md b/api/Excel.XlTickLabelOrientation.md
index 191632b17ef..b3599544f65 100644
--- a/api/Excel.XlTickLabelOrientation.md
+++ b/api/Excel.XlTickLabelOrientation.md
@@ -14,7 +14,7 @@ Specifies the text orientation for tick-mark labels.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTickLabelOrientationAutomatic**|-4105|Text orientation set by Excel.|
| **xlTickLabelOrientationDownward**|-4170|Text runs down.|
diff --git a/api/Excel.XlTickLabelPosition.md b/api/Excel.XlTickLabelPosition.md
index 4d698d86009..7623d3d8a27 100644
--- a/api/Excel.XlTickLabelPosition.md
+++ b/api/Excel.XlTickLabelPosition.md
@@ -14,7 +14,7 @@ Specifies the position of tick-mark labels on the specified axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTickLabelPositionHigh**|-4127|Top or right side of the chart.|
| **xlTickLabelPositionLow**|-4134|Bottom or left side of the chart.|
diff --git a/api/Excel.XlTickMark.md b/api/Excel.XlTickMark.md
index 302b59b229b..4fc28000c61 100644
--- a/api/Excel.XlTickMark.md
+++ b/api/Excel.XlTickMark.md
@@ -14,7 +14,7 @@ Specifies the position of major and minor tick marks for an axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTickMarkCross**|4|Crosses the axis|
| **xlTickMarkInside**|2|Inside the axis|
diff --git a/api/Excel.XlTimePeriods.md b/api/Excel.XlTimePeriods.md
index 7009d028be2..37fd0764cd0 100644
--- a/api/Excel.XlTimePeriods.md
+++ b/api/Excel.XlTimePeriods.md
@@ -14,7 +14,7 @@ Specifies the time period.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLast7Days**|2|Last 7 days|
| **xlLastMonth**|5|Last month|
diff --git a/api/Excel.XlTimeUnit.md b/api/Excel.XlTimeUnit.md
index a6ad53a039a..d08269ebbcb 100644
--- a/api/Excel.XlTimeUnit.md
+++ b/api/Excel.XlTimeUnit.md
@@ -14,7 +14,7 @@ Specifies the unit of time for chart axes and data series.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDays**|0|Days|
| **xlMonths**|1|Months|
diff --git a/api/Excel.XlToolbarProtection.md b/api/Excel.XlToolbarProtection.md
index e66a1a85edf..03a27a5ce13 100644
--- a/api/Excel.XlToolbarProtection.md
+++ b/api/Excel.XlToolbarProtection.md
@@ -14,7 +14,7 @@ Specifies which properties of a toolbar are restricted. Options can be combined
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlNoButtonChanges**|1|No button changes permitted.|
| **xlNoChanges**|4|No changes of any kind.|
diff --git a/api/Excel.XlTopBottom.md b/api/Excel.XlTopBottom.md
index 0a7aa26b067..7cc68be6ac5 100644
--- a/api/Excel.XlTopBottom.md
+++ b/api/Excel.XlTopBottom.md
@@ -14,7 +14,7 @@ Specifies the top 10 values from the top or bottom of a series of values.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTop10Bottom**|0|Top 10 bottom values|
| **xlTop10Top**|1|Top 10 values|
diff --git a/api/Excel.XlTotalsCalculation.md b/api/Excel.XlTotalsCalculation.md
index a92d584ba3c..0cf9e743509 100644
--- a/api/Excel.XlTotalsCalculation.md
+++ b/api/Excel.XlTotalsCalculation.md
@@ -14,7 +14,7 @@ Specifies the type of calculation in the Totals row of a list column.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTotalsCalculationAverage**|2|Average|
| **xlTotalsCalculationCount**|3|Count of non-empty cells|
diff --git a/api/Excel.XlTrendlineType.md b/api/Excel.XlTrendlineType.md
index 9ddc16d8ddd..5dd44ee686e 100644
--- a/api/Excel.XlTrendlineType.md
+++ b/api/Excel.XlTrendlineType.md
@@ -14,7 +14,7 @@ Specifies how the trendline that smoothes out fluctuations in the data is calcul
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlExponential**|5|Uses an equation to calculate the least squares fit through points, for example, y=ab^x .|
| **xlLinear**|-4132|Uses the linear equation y = mx + b to calculate the least squares fit through points.|
diff --git a/api/Excel.XlUnderlineStyle.md b/api/Excel.XlUnderlineStyle.md
index 5a45fd7196b..1ed3b9fd044 100644
--- a/api/Excel.XlUnderlineStyle.md
+++ b/api/Excel.XlUnderlineStyle.md
@@ -14,7 +14,7 @@ Specifies the type of underline applied to a font.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlUnderlineStyleDouble**|-4119|Double thick underline.|
| **xlUnderlineStyleDoubleAccounting**|5|Two thin underlines placed close together.|
diff --git a/api/Excel.XlUpdateLinks.md b/api/Excel.XlUpdateLinks.md
index 32acba88514..d2da90ebf39 100644
--- a/api/Excel.XlUpdateLinks.md
+++ b/api/Excel.XlUpdateLinks.md
@@ -14,7 +14,7 @@ Specifies a workbook's setting for updating embedded OLE links.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlUpdateLinksAlways**|3|Embedded OLE links are always updated for the specified workbook.|
| **xlUpdateLinksNever**|2|Embedded OLE links are never updated for the specified workbook.|
diff --git a/api/Excel.XlVAlign.md b/api/Excel.XlVAlign.md
index 041b14090b4..beb68cedec6 100644
--- a/api/Excel.XlVAlign.md
+++ b/api/Excel.XlVAlign.md
@@ -14,7 +14,7 @@ Specifies the vertical alignment for the object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlVAlignBottom**|-4107|Bottom|
| **xlVAlignCenter**|-4108|Center|
diff --git a/api/Excel.XlWBATemplate.md b/api/Excel.XlWBATemplate.md
index 603371dfcb0..38d88f90cfd 100644
--- a/api/Excel.XlWBATemplate.md
+++ b/api/Excel.XlWBATemplate.md
@@ -14,7 +14,7 @@ Specifies the type of workbook to create. The new workbook contains a single she
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlWBATChart**|-4109|Chart|
| **xlWBATExcel4IntlMacroSheet**|4|Excel version 4 macro|
diff --git a/api/Excel.XlWebFormatting.md b/api/Excel.XlWebFormatting.md
index 85d5ffa45cc..831460efda9 100644
--- a/api/Excel.XlWebFormatting.md
+++ b/api/Excel.XlWebFormatting.md
@@ -14,7 +14,7 @@ Specifies how much formatting from a Web page, if any, is applied when a Web pag
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlWebFormattingAll**|1|All formatting is imported.|
| **xlWebFormattingNone**|3|No formatting is imported.|
diff --git a/api/Excel.XlWebSelectionType.md b/api/Excel.XlWebSelectionType.md
index 2ea374b99a9..2d8b9dccdea 100644
--- a/api/Excel.XlWebSelectionType.md
+++ b/api/Excel.XlWebSelectionType.md
@@ -14,7 +14,7 @@ Specifies whether an entire Web page, all tables on the Web page, or only a spec
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAllTables**|2|All tables|
| **xlEntirePage**|1|Entire page|
diff --git a/api/Excel.XlWindowState.md b/api/Excel.XlWindowState.md
index 1fddff8fbb7..38682eee0f2 100644
--- a/api/Excel.XlWindowState.md
+++ b/api/Excel.XlWindowState.md
@@ -14,7 +14,7 @@ Specifies the state of the window.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlMaximized**|-4137|Maximized|
| **xlMinimized**|-4140|Minimized|
diff --git a/api/Excel.XlWindowType.md b/api/Excel.XlWindowType.md
index 82943ed041a..30f6c656449 100644
--- a/api/Excel.XlWindowType.md
+++ b/api/Excel.XlWindowType.md
@@ -14,7 +14,7 @@ Specifies how the chart is displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlChartAsWindow**|5|The chart will open in a new window.|
| **xlChartInPlace**|4|The chart will be displayed on the current worksheet.|
diff --git a/api/Excel.XlWindowView.md b/api/Excel.XlWindowView.md
index e8f4ca886c4..5cf44b344dd 100644
--- a/api/Excel.XlWindowView.md
+++ b/api/Excel.XlWindowView.md
@@ -14,7 +14,7 @@ Specifies the view showing in the window.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlNormalView**|1|Normal.|
| **xlPageBreakPreview**|2|Page break preview.|
diff --git a/api/Excel.XlXLMMacroType.md b/api/Excel.XlXLMMacroType.md
index 534520c10d5..6cfaa00a747 100644
--- a/api/Excel.XlXLMMacroType.md
+++ b/api/Excel.XlXLMMacroType.md
@@ -14,7 +14,7 @@ Specifies, in a Microsoft Excel version 4 macro worksheet, what type of macro a
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCommand**|2|Custom command.|
| **xlFunction**|1|Custom function.|
diff --git a/api/Excel.XlXmlExportResult.md b/api/Excel.XlXmlExportResult.md
index b7bbaa55df0..dab2e960375 100644
--- a/api/Excel.XlXmlExportResult.md
+++ b/api/Excel.XlXmlExportResult.md
@@ -14,7 +14,7 @@ Specifies the results of the save or export operation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlXmlExportSuccess**|0|The XML data file was successfully exported.|
| **xlXmlExportValidationFailed**|1|The contents of the XML data file do not match the specified schema map.|
diff --git a/api/Excel.XlXmlImportResult.md b/api/Excel.XlXmlImportResult.md
index 70d02252130..d860b1787cf 100644
--- a/api/Excel.XlXmlImportResult.md
+++ b/api/Excel.XlXmlImportResult.md
@@ -14,7 +14,7 @@ Specifies the results of the refresh or import operation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlXmlImportElementsTruncated**|1|The contents of the specified XML data file have been truncated because the XML data file is too large for the worksheet.|
| **xlXmlImportSuccess**|0|The XML data file was successfully imported.|
diff --git a/api/Excel.XlXmlLoadOption.md b/api/Excel.XlXmlLoadOption.md
index b01e640df02..b3ccab32257 100644
--- a/api/Excel.XlXmlLoadOption.md
+++ b/api/Excel.XlXmlLoadOption.md
@@ -14,7 +14,7 @@ Specifies how Excel opens the XML data file.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlXmlLoadImportToList**|2|Places the contents of the XML data file in an XML table.|
| **xlXmlLoadMapXml**|3|Displays the schema of the XML data file in the **XML Structure** task pane.|
diff --git a/api/Excel.XlYesNoGuess.md b/api/Excel.XlYesNoGuess.md
index d519cab09d2..1f85d20d482 100644
--- a/api/Excel.XlYesNoGuess.md
+++ b/api/Excel.XlYesNoGuess.md
@@ -14,7 +14,7 @@ Specifies whether or not the first row contains headers. Cannot be used when sor
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlGuess**|0|Excel determines whether there is a header, and where it is, if there is one.|
| **xlNo**|2|Default. The entire range should be sorted.|
diff --git a/api/Excel.XmlDataBinding.LoadSettings.md b/api/Excel.XmlDataBinding.LoadSettings.md
index ee11730b45e..fcae01a345a 100644
--- a/api/Excel.XmlDataBinding.LoadSettings.md
+++ b/api/Excel.XmlDataBinding.LoadSettings.md
@@ -27,7 +27,7 @@ Initializes the specified data binding with settings from an XML data file or a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Url_|Required| **String**|The path to the XML data file. The path is specified in the Uniform Resource Locator (URL) or universal naming convention (UNC) format.|
diff --git a/api/Excel.XmlDataBinding.Refresh.md b/api/Excel.XmlDataBinding.Refresh.md
index 764fec27655..cbb1982c770 100644
--- a/api/Excel.XmlDataBinding.Refresh.md
+++ b/api/Excel.XmlDataBinding.Refresh.md
@@ -23,7 +23,7 @@ Retrieves XML data using the current connection settings of the specified **[Xm
_expression_ A variable that represents a [XmlDataBinding](./Excel.XmlDataBinding.md) object.
-### Return Value
+### Return value
An **[XlXmlImportResult](Excel.XlXmlImportResult.md)** value that indicates the result of the method.
diff --git a/api/Excel.XmlMap.Export.md b/api/Excel.XmlMap.Export.md
index a2c95243e90..88d04e9ca95 100644
--- a/api/Excel.XmlMap.Export.md
+++ b/api/Excel.XmlMap.Export.md
@@ -27,12 +27,12 @@ Exports the contents of cells mapped to the specified **[XmlMap](Excel.XmlMap.m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Url_|Required| **String**|The path and file name of the XML data file to export to.|
| _Overwrite_|Optional| **Variant**|Set to **True** to overwrite the file specified in the _URL_ parameter if the file exists. The default value is **False** .|
-### Return Value
+### Return value
**An [XlXmlExportResult](Excel.XlXmlExportResult.md)** value that indicates the result of the method.
diff --git a/api/Excel.XmlMap.ExportXml.md b/api/Excel.XmlMap.ExportXml.md
index 38b78721d43..02585857fa7 100644
--- a/api/Excel.XmlMap.ExportXml.md
+++ b/api/Excel.XmlMap.ExportXml.md
@@ -27,11 +27,11 @@ Exports the contents of cells mapped to the specified **[XmlMap](Excel.XmlMap.m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Data_|Required| **String**|The variable to export the data to.|
-### Return Value
+### Return value
[XlXmlExportResult](Excel.XlXmlExportResult.md)
diff --git a/api/Excel.XmlMap.Import.md b/api/Excel.XmlMap.Import.md
index d89b1c67e03..63488e8e10c 100644
--- a/api/Excel.XmlMap.Import.md
+++ b/api/Excel.XmlMap.Import.md
@@ -27,12 +27,12 @@ Imports data from the specified XML data file into cells that have been mapped t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Url_|Required| **String**|The path to the XML data to import. The path can be specified in Universal Naming convention (UNC) or Uniform Resource Locator (URL) format. The file can be an XML data file.|
| _Overwrite_|Optional| **Variant**|Set to **True** to overwrite existing data. Set to **False** to append to existing data. The default value is **False** .|
-### Return Value
+### Return value
A **[XlXmlImportResult](Excel.XlXmlImportResult.md)** value that indicates the result of the method.
diff --git a/api/Excel.XmlMap.ImportXml.md b/api/Excel.XmlMap.ImportXml.md
index e8895c12dc5..8d4966844d1 100644
--- a/api/Excel.XmlMap.ImportXml.md
+++ b/api/Excel.XmlMap.ImportXml.md
@@ -27,12 +27,12 @@ Imports XML data from a **String** variable into cells that have been mapped to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XmlData_|Required| **String**|The string that contains the XML data to import.|
| _Overwrite_|Optional| **Variant**|Specifies whether to overwrite the contents of cells that are currently mapped to the specified XML map. Set to **True** to overwrite the cells; set to **False** to append the data to the existing range. If this parameter is not specified, the current value of the **[AppendOnImport](Excel.XmlMap.AppendOnImport.md)** property of the XML map determines whether the contents of cells are overwritten or not.|
-### Return Value
+### Return value
[XlXmlImportResult](Excel.XlXmlImportResult.md)
diff --git a/api/Excel.XmlMaps.Add.md b/api/Excel.XmlMaps.Add.md
index ab2164ad760..afaab6dc10d 100644
--- a/api/Excel.XmlMaps.Add.md
+++ b/api/Excel.XmlMaps.Add.md
@@ -27,12 +27,12 @@ Adds an XML map to the specified workbook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Schema_|Required| **String**|The schema to be added as an XML map. The string can be a path to a schema file, or the schema itself. The path can be specified in the Universal Naming Convention (UNC) or Uniform Resource Locator (URL) format.|
| _RootElementName_|Optional| **Variant**|The name of the root element. This argument can be ignored if the schema contains only one root element.|
-### Return Value
+### Return value
An **[XmlMap](Excel.XmlMap.md)** object that represents the new XML map.
diff --git a/api/Excel.XmlMaps.Item.md b/api/Excel.XmlMaps.Item.md
index 88708209657..24524885efe 100644
--- a/api/Excel.XmlMaps.Item.md
+++ b/api/Excel.XmlMaps.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.XmlNamespaces.InstallManifest.md b/api/Excel.XmlNamespaces.InstallManifest.md
index 3443cc8aba6..d59a3add3fb 100644
--- a/api/Excel.XmlNamespaces.InstallManifest.md
+++ b/api/Excel.XmlNamespaces.InstallManifest.md
@@ -27,7 +27,7 @@ Installs the specified XML expansion pack on the user's computer, making an XML
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path and file name of the XML expansion pack.|
| _InstallForAllUsers_|Optional| **Variant**| **True** installs the XML expansion pack and makes it available to all users on a machine. **False** makes the XML expansion pack available for the current user only. Default is **False** .|
diff --git a/api/Excel.XmlNamespaces.Item.md b/api/Excel.XmlNamespaces.Item.md
index d45c8c8cb2b..7c4340fff94 100644
--- a/api/Excel.XmlNamespaces.Item.md
+++ b/api/Excel.XmlNamespaces.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.XmlSchemas.Item.md b/api/Excel.XmlSchemas.Item.md
index 62957c05c5e..21a60ddc855 100644
--- a/api/Excel.XmlSchemas.Item.md
+++ b/api/Excel.XmlSchemas.Item.md
@@ -27,7 +27,7 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number of the object.|
diff --git a/api/Excel.application.sheetbeforedelete.md b/api/Excel.application.sheetbeforedelete.md
index 0ba708008a9..812b5afd0a0 100644
--- a/api/Excel.application.sheetbeforedelete.md
+++ b/api/Excel.application.sheetbeforedelete.md
@@ -25,7 +25,7 @@ Occurs before any sheet is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The sheet. Can be a **[Chart](Excel.Chart(object).md)** or **[Worksheet](Excel.Worksheet.md)** object.|
diff --git a/api/Excel.modelmeasure.delete.md b/api/Excel.modelmeasure.delete.md
index ce8bf383145..edd1d247e63 100644
--- a/api/Excel.modelmeasure.delete.md
+++ b/api/Excel.modelmeasure.delete.md
@@ -21,7 +21,7 @@ Deletes the model measure from the data model.
_expression_ A variable that represents a 'ModelMeasure' object.
-### Return Value
+### Return value
Void
diff --git a/api/Excel.modelmeasures.add.md b/api/Excel.modelmeasures.add.md
index bdd49d08b88..8c805d994c2 100644
--- a/api/Excel.modelmeasures.add.md
+++ b/api/Excel.modelmeasures.add.md
@@ -32,7 +32,7 @@ Adds a model measure to the model.
| _FormatInformation_|Required|VARIANT|The formatting of the model measure. See Remarks. |
| _Description_|Optional|VARIANT|The description associated with the model measure.|
-### Return Value
+### Return value
[ModelMeasure](Excel.modelmeasure.md)
diff --git a/api/Excel.modelmeasures.item.md b/api/Excel.modelmeasures.item.md
index abd3198f018..e025969cb92 100644
--- a/api/Excel.modelmeasures.item.md
+++ b/api/Excel.modelmeasures.item.md
@@ -28,7 +28,7 @@ Returns a single object from a collection.
|||||
| _Index_|Required|VARIANT|The name or index number of the object.|
-### Return Value
+### Return value
[ModelMeasure](Excel.modelmeasure.md)
diff --git a/api/Excel.modelrelationships.detectrelationships.md b/api/Excel.modelrelationships.detectrelationships.md
index 0e3a49404ef..feff98d530b 100644
--- a/api/Excel.modelrelationships.detectrelationships.md
+++ b/api/Excel.modelrelationships.detectrelationships.md
@@ -28,7 +28,7 @@ Detects model relationships in the specified [PivotTable](Excel.PivotTable.md).
|||||
| _PivotTable_|Required|PIVOTTABLE|The pivot table in which to detect model relationships.|
-### Return Value
+### Return value
Void
diff --git a/api/Excel.queries.add.md b/api/Excel.queries.add.md
index 88364011005..39bb9bb366c 100644
--- a/api/Excel.queries.add.md
+++ b/api/Excel.queries.add.md
@@ -29,7 +29,7 @@ Adds a new [WorkbookQuery](Excel.workbookquery.md) object to the **Queries** col
| _Formula_|Required|STRING|The Power Query M formula for the new query.|
| _Description_|Optional|VARIANT|The description of the query.|
-### Return Value
+### Return value
[WorkbookQuery](Excel.workbookquery.md)
diff --git a/api/Excel.queries.item.md b/api/Excel.queries.item.md
index c8d95fc010b..afd81c374d6 100644
--- a/api/Excel.queries.item.md
+++ b/api/Excel.queries.item.md
@@ -28,7 +28,7 @@ Returns a single object from a collection.
|||||
| _NameOrIndex_|Required|VARIANT|The name or index number of the item.|
-### Return Value
+### Return value
[WorkbookQuery](Excel.workbookquery.md)
diff --git a/api/Excel.shapes.addpicture2.md b/api/Excel.shapes.addpicture2.md
index c42646b8304..eecc4cb7aeb 100644
--- a/api/Excel.shapes.addpicture2.md
+++ b/api/Excel.shapes.addpicture2.md
@@ -25,7 +25,7 @@ Creates a picture from an existing file. Returns a **[Shape](Excel.Shapes.md)**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file from which the OLE object is to be created.|
| _LinkToFile_|Required| **[MsoTriState](./Office.MsoTriState.md)**|Determines whether the picture will be linked to the file from which it was created.|
@@ -36,7 +36,7 @@ Creates a picture from an existing file. Returns a **[Shape](Excel.Shapes.md)**
| _Height_|Optional| **Single**|The height of the picture, measured in points.|
| _compress_|Optional|[MsoPictureCompress](./overview/Library-Reference/msopicturecompress-enumeration-office.md)|Determines whether the picture should be compressed when inserted.|
-### Return Value
+### Return value
Shape
diff --git a/api/Excel.sparklinegroup.plotby.md b/api/Excel.sparklinegroup.plotby.md
index cc1605be2c8..94aa1289d5f 100644
--- a/api/Excel.sparklinegroup.plotby.md
+++ b/api/Excel.sparklinegroup.plotby.md
@@ -21,7 +21,7 @@ Returns or sets how to plot the sparkline when the data on which it is based is
_expression_ A variable that represents a '[SparklineGroup ](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
**[XlSparklineRowCol](Excel.XlSparklineRowCol.md)**
diff --git a/api/Excel.sparklinegroup.points.md b/api/Excel.sparklinegroup.points.md
index f38740eb3ba..a902ccd144c 100644
--- a/api/Excel.sparklinegroup.points.md
+++ b/api/Excel.sparklinegroup.points.md
@@ -21,7 +21,7 @@ Returns the associated **[SparkPoints](Excel.SparkPoints.md)** object for the s
_expression_ A variable that represents a '[SparklineGroup](Excel.SparklineGroup.md)' object.
-### Return Value
+### Return value
SparkPoints
diff --git a/api/Excel.workbook.createforecastsheet.md b/api/Excel.workbook.createforecastsheet.md
index 8dc2704055b..da8666e97b8 100644
--- a/api/Excel.workbook.createforecastsheet.md
+++ b/api/Excel.workbook.createforecastsheet.md
@@ -37,7 +37,7 @@ If you have historical time-based data, you can use **CreateForecastSheet** to
| _ChartType_|Optional|VARIANT| _ChartType_ can be one of these[XlForecastChartType](Excel.xlforecastcharttype.md) constants: **xlChartTypeLine** or **xlChartTypeColumn** . The default is **xlChartTypeLine** .|
| _ShowStatsTable_|Optional|VARIANT| **True** or **False** . If **True**, an additional table is generated in the created sheet. This table contains statistical measures that indicate the accuracy of the created forecast.|
-### Return Value
+### Return value
None
diff --git a/api/Excel.workbook.pivottablecloseconnection.md b/api/Excel.workbook.pivottablecloseconnection.md
index 5df652eb3ba..65b19577933 100644
--- a/api/Excel.workbook.pivottablecloseconnection.md
+++ b/api/Excel.workbook.pivottablecloseconnection.md
@@ -25,13 +25,13 @@ Occurs after a PivotTable report closes the connection to its data source.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **[PivotTable](Excel.PivotTable.md)**|The selected PivotTable report.|
| _Target_|Required|PIVOTTABLE||
|Name|Required/Optional|Data type|Description|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.workbook.pivottableopenconnection.md b/api/Excel.workbook.pivottableopenconnection.md
index 8296f856b10..a137408893a 100644
--- a/api/Excel.workbook.pivottableopenconnection.md
+++ b/api/Excel.workbook.pivottableopenconnection.md
@@ -25,13 +25,13 @@ Occurs after a PivotTable report opens the connection to its data source.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **[PivotTable](Excel.PivotTable.md)**|The selected PivotTable report.|
| _Target_|Required|PIVOTTABLE||
|Name|Required/Optional|Data type|Description|
-### Return Value
+### Return value
Nothing
diff --git a/api/Excel.workbook.sheetbeforedelete.md b/api/Excel.workbook.sheetbeforedelete.md
index d166fa54335..402e0923c66 100644
--- a/api/Excel.workbook.sheetbeforedelete.md
+++ b/api/Excel.workbook.sheetbeforedelete.md
@@ -25,7 +25,7 @@ Occurs when any sheet is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sh_|Required| **Object**|The sheet. Can be a **[Chart](Excel.Chart(object).md)** or **[Worksheet](Excel.Worksheet.md)** object.|
diff --git a/api/Excel.worksheet.beforedelete.md b/api/Excel.worksheet.beforedelete.md
index 29f29b5c13a..e9b01c39fc2 100644
--- a/api/Excel.worksheet.beforedelete.md
+++ b/api/Excel.worksheet.beforedelete.md
@@ -21,7 +21,7 @@ Occurs before the worksheet is deleted.
_expression_ A variable that represents a [Worksheet](./Excel.Worksheet.md) object.
-### Return Value
+### Return value
None
diff --git a/api/Excel.worksheetfunction.forecast_ets.md b/api/Excel.worksheetfunction.forecast_ets.md
index 8a4d483c079..4b666f3e2ec 100644
--- a/api/Excel.worksheetfunction.forecast_ets.md
+++ b/api/Excel.worksheetfunction.forecast_ets.md
@@ -33,7 +33,7 @@ Calculates or predicts a future value based on existing (historical) values by u
| _Arg5_|Optional|VARIANT|Data completions: Although the timeline requires a constant step between data points, **Forecast_ETS** supports up to 30% missing data, and automatically adjusts for it. See Remarks.|
| _Arg6_|Optional|VARIANT|Aggregation: Although the timeline requires a constant step between data points, **Forecast_ETS** aggregates multiple points that have the same time stamp. See Remarks.|
-### Return Value
+### Return value
**Double**
diff --git a/api/Excel.worksheetfunction.forecast_ets_confint.md b/api/Excel.worksheetfunction.forecast_ets_confint.md
index 99bc9ee8436..49136a58090 100644
--- a/api/Excel.worksheetfunction.forecast_ets_confint.md
+++ b/api/Excel.worksheetfunction.forecast_ets_confint.md
@@ -34,7 +34,7 @@ Returns a confidence interval for the forecast value at the specified target dat
| _Arg6_|Optional|VARIANT|Data completions: Although the timeline requires a constant step between data points, **Forecast_ETS_ConfInt** supports up to 30% missing data, and automatically adjusts for it. See Remarks.|
| _Arg7_|Optional|VARIANT|Aggregation: Although the timeline requires a constant step between data points, **Forecast_ETS_ConfInt** aggregates multiple points that have the same time stamp. See Remarks.|
-### Return Value
+### Return value
**Double**
diff --git a/api/Excel.worksheetfunction.forecast_ets_seasonality.md b/api/Excel.worksheetfunction.forecast_ets_seasonality.md
index c1edd892934..364af0374cb 100644
--- a/api/Excel.worksheetfunction.forecast_ets_seasonality.md
+++ b/api/Excel.worksheetfunction.forecast_ets_seasonality.md
@@ -31,7 +31,7 @@ Returns the length of the repetitive pattern Excel detects for the specified tim
| _Arg3_|Optional|VARIANT|Data completions: Although the timeline requires a constant step between data points, **Forecast_ETS_Seasonality** supports up to 30% missing data, and automatically adjusts for it. See Remarks.|
| _Arg4_|Optional|VARIANT|Aggregation: Although the timeline requires a constant step between data points, **Forecast_ETS_Seasonality** aggregates multiple points that have the same time stamp. See Remarks.|
-### Return Value
+### Return value
**Double**
diff --git a/api/Excel.worksheetfunction.forecast_ets_stat.md b/api/Excel.worksheetfunction.forecast_ets_stat.md
index 2be61426f1c..024dea5ca27 100644
--- a/api/Excel.worksheetfunction.forecast_ets_stat.md
+++ b/api/Excel.worksheetfunction.forecast_ets_stat.md
@@ -33,7 +33,7 @@ Returns a statistical value as a result of time series forecasting.
| _Arg5_|Optional|VARIANT|Data completions: Although the timeline requires a constant step between data points, **Forecast_ETS_STAT** supports up to 30% missing data, and automatically adjusts for it. See Remarks.|
| _Arg6_|Optional|VARIANT|Aggregation: Although the timeline requires a constant step between data points, **Forecast_ETS_STAT** aggregates multiple points that have the same time stamp. See Remarks.|
-### Return Value
+### Return value
**DOUBLE**
diff --git a/api/Excel.worksheetfunction.forecast_linear.md b/api/Excel.worksheetfunction.forecast_linear.md
index d097bfcd67d..34858d6197b 100644
--- a/api/Excel.worksheetfunction.forecast_linear.md
+++ b/api/Excel.worksheetfunction.forecast_linear.md
@@ -25,14 +25,14 @@ Calculates, or predicts, a future value by using existing values. The predicted
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **Double**|x - the data point for which you want to predict a value.|
| _Arg2_|Required| **Variant**|known_y's - the dependent array or range of data.|
| _Arg3_|Required| **Variant**|known_x's - the independent array or range of data.|
|Name|Required/Optional|Data type|Description|
-### Return Value
+### Return value
Double
diff --git a/api/Excel.xlbinstype.md b/api/Excel.xlbinstype.md
index aa21eee5374..0727e57e4ed 100644
--- a/api/Excel.xlbinstype.md
+++ b/api/Excel.xlbinstype.md
@@ -15,7 +15,7 @@ Constants passed to and returned by the [ChartGroup.BinsType](Excel.chartgroup.b
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBinsTypeAutomatic**|0|Sets bins type automatically.|
| **xlBinsTypeCategorical**|1|Sets bins type by category.|
diff --git a/api/Excel.xlcalcmemnumberformattype.md b/api/Excel.xlcalcmemnumberformattype.md
index d338ea74e0b..f9e64578595 100644
--- a/api/Excel.xlcalcmemnumberformattype.md
+++ b/api/Excel.xlcalcmemnumberformattype.md
@@ -15,7 +15,7 @@ Specifies the format of cell values that are based on the calculated member.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|xlNumberFormatTypeDefault|0|Use the default format type of the calculated member for the cell value.|
|xlNumberFormatTypeNumber|1|Calculated member cell format is a number.|
diff --git a/api/Excel.xlcategorylabellevel.md b/api/Excel.xlcategorylabellevel.md
index 09dbf5772fd..25d87346867 100644
--- a/api/Excel.xlcategorylabellevel.md
+++ b/api/Excel.xlcategorylabellevel.md
@@ -15,7 +15,7 @@ Specifies the category labels for the category label levels.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **XlCategoryLabelLevelAll** (default)|-1 (&;HFFFFFFFF)|Set category labels to all category label levels w/in range on the chart.|
| **XlCategoryLabelLevelCustom**|-2 (&;HFFFFFFFE)|Indicates literal data in the category labels.|
diff --git a/api/Excel.xlfilterstatus.md b/api/Excel.xlfilterstatus.md
index 9a3354a82c9..a387468c65d 100644
--- a/api/Excel.xlfilterstatus.md
+++ b/api/Excel.xlfilterstatus.md
@@ -15,7 +15,7 @@ Used to return a status from filter functions.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlFilterStatusOK**|0|Signifies OK or successful.|
| **xlFilterStatusDateWrongOrder**|1|SetFilterDateRange(?): StartDate > EndDate|
diff --git a/api/Excel.xlmodelchangesource.md b/api/Excel.xlmodelchangesource.md
index 2b7a6c7ea91..fbdd4d7a8ca 100644
--- a/api/Excel.xlmodelchangesource.md
+++ b/api/Excel.xlmodelchangesource.md
@@ -12,7 +12,7 @@ Specifies the source of the change to the data model.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlChangeByExcel**|0|Excel|
| **xlChangeByPowerPivotAddIn**|1|PowerPivot add-in|
diff --git a/api/Excel.xlparentdatalabeloptions.md b/api/Excel.xlparentdatalabeloptions.md
index a0f6e4100cb..0f232e3a8a0 100644
--- a/api/Excel.xlparentdatalabeloptions.md
+++ b/api/Excel.xlparentdatalabeloptions.md
@@ -12,7 +12,7 @@ Constants passed to and returned by the **Series.ParentDataLabelOption** propert
## Members
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlParentDataLabelOptionsBanner**| **1**| Banner parent data label |
| **xlParentDataLabelOptionsNone**| **0**| No parent data label |
diff --git a/api/Excel.xlquickanalysismode.md b/api/Excel.xlquickanalysismode.md
index 8d95087841e..1cd70679b5d 100644
--- a/api/Excel.xlquickanalysismode.md
+++ b/api/Excel.xlquickanalysismode.md
@@ -15,7 +15,7 @@ Indicates for which top level button the callout user interface is displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLensOnly**|0|Show the button but no callout user interface|
| **xlFormatConditions**|1|Conditional Formatting|
diff --git a/api/Excel.xlseriesnamelevel.md b/api/Excel.xlseriesnamelevel.md
index a5c7e8a6fc3..766ca86f585 100644
--- a/api/Excel.xlseriesnamelevel.md
+++ b/api/Excel.xlseriesnamelevel.md
@@ -15,7 +15,7 @@ Specifies the series labels for the series label levels.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **XlSeriesNameLevelAll** (default)|-1 (&;HFFFFFFFF)|Set series names to all series name levels w/in range on the chart.|
| **xlSeriesNameLevelCustom**|-2 (&;HFFFFFFFE)|Indicates literal data in the series names.|
diff --git a/api/Excel.xlslicercachetype.md b/api/Excel.xlslicercachetype.md
index 166f06746ad..7931d9a4cce 100644
--- a/api/Excel.xlslicercachetype.md
+++ b/api/Excel.xlslicercachetype.md
@@ -15,7 +15,7 @@ Designates the type of slicer or slicer cache.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSlicer**|1|Slicer cache represents a Slicer.|
| **xlTimeline**|2|Slicer cache represents a Timeline.|
diff --git a/api/Excel.xltimelinelevel.md b/api/Excel.xltimelinelevel.md
index 6a146eedbe6..df2a9e6304f 100644
--- a/api/Excel.xltimelinelevel.md
+++ b/api/Excel.xltimelinelevel.md
@@ -15,7 +15,7 @@ One of the built-in hierarchy levels that Timeline supports.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTimelineLevelYears**|0|Years level|
| **xlTimelineLevelQuarters**|1|Quarters level|
diff --git a/api/Office.BackstageGroupStyle.md b/api/Office.BackstageGroupStyle.md
index fe2a6c06a80..57964e81164 100644
--- a/api/Office.BackstageGroupStyle.md
+++ b/api/Office.BackstageGroupStyle.md
@@ -14,7 +14,7 @@ Specifies constants that define the styles of the groups on the **File** tab.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**BackstageGroupStyleError**|2|Error style.|
|**BackstageGroupStyleNormal**|0|Normal style.|
diff --git a/api/Office.BulletFormat2.Application.md b/api/Office.BulletFormat2.Application.md
index 2261b150a04..ee539d3816e 100644
--- a/api/Office.BulletFormat2.Application.md
+++ b/api/Office.BulletFormat2.Application.md
@@ -20,7 +20,7 @@ Gets an object that represents the **BulletFormat2** object. Read-only.
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.BulletFormat2.Character.md b/api/Office.BulletFormat2.Character.md
index dc08f708976..381f8e411c2 100644
--- a/api/Office.BulletFormat2.Character.md
+++ b/api/Office.BulletFormat2.Character.md
@@ -20,7 +20,7 @@ Gets or sets the Unicode character value that is used for bullets in the specifi
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.BulletFormat2.Creator.md b/api/Office.BulletFormat2.Creator.md
index 2be330e2446..026441e4aac 100644
--- a/api/Office.BulletFormat2.Creator.md
+++ b/api/Office.BulletFormat2.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **BulletForma
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.BulletFormat2.Font.md b/api/Office.BulletFormat2.Font.md
index b0aa6c73033..3943fa26112 100644
--- a/api/Office.BulletFormat2.Font.md
+++ b/api/Office.BulletFormat2.Font.md
@@ -20,7 +20,7 @@ Gets a **Font2** object that represents character formatting for a **BulletForm
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
Font2
diff --git a/api/Office.BulletFormat2.Number.md b/api/Office.BulletFormat2.Number.md
index 066322b88f9..517b64456cc 100644
--- a/api/Office.BulletFormat2.Number.md
+++ b/api/Office.BulletFormat2.Number.md
@@ -20,7 +20,7 @@ Gets the bullet number of a paragraph. Read-only.
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.BulletFormat2.Parent.md b/api/Office.BulletFormat2.Parent.md
index 4c4aedbc06b..9b43560861d 100644
--- a/api/Office.BulletFormat2.Parent.md
+++ b/api/Office.BulletFormat2.Parent.md
@@ -20,7 +20,7 @@ Gets the parent of the **BulletFormat2** object. Read-only.
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.BulletFormat2.Picture.md b/api/Office.BulletFormat2.Picture.md
index b463e620c40..a491737eced 100644
--- a/api/Office.BulletFormat2.Picture.md
+++ b/api/Office.BulletFormat2.Picture.md
@@ -24,7 +24,7 @@ Sets the graphics file to be used for bullets in a bulleted list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The file name of a valid graphics file.|
diff --git a/api/Office.BulletFormat2.RelativeSize.md b/api/Office.BulletFormat2.RelativeSize.md
index 5f1ca18a4ee..0e98d0f9b69 100644
--- a/api/Office.BulletFormat2.RelativeSize.md
+++ b/api/Office.BulletFormat2.RelativeSize.md
@@ -20,7 +20,7 @@ Returns or sets the bullet size relative to the size of the first text character
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.BulletFormat2.StartValue.md b/api/Office.BulletFormat2.StartValue.md
index a61ab57b4fa..9e5c5738210 100644
--- a/api/Office.BulletFormat2.StartValue.md
+++ b/api/Office.BulletFormat2.StartValue.md
@@ -20,7 +20,7 @@ Gets or sets the beginning value of a bulleted list. Read/write.
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.BulletFormat2.Style.md b/api/Office.BulletFormat2.Style.md
index c93aa5a060a..3a4b5acc68e 100644
--- a/api/Office.BulletFormat2.Style.md
+++ b/api/Office.BulletFormat2.Style.md
@@ -20,7 +20,7 @@ Returns or sets a constant that represents the style of a bullet. Read/write.
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
MsoNumberedBulletStyle
diff --git a/api/Office.BulletFormat2.Type.md b/api/Office.BulletFormat2.Type.md
index 0a8d9668e9e..fa60b72469a 100644
--- a/api/Office.BulletFormat2.Type.md
+++ b/api/Office.BulletFormat2.Type.md
@@ -20,7 +20,7 @@ Gets or sets a constant that represents the type of bullet. Read/write.
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
MsoBulletType
diff --git a/api/Office.BulletFormat2.UseTextColor.md b/api/Office.BulletFormat2.UseTextColor.md
index 51a5baa1878..44a2d781294 100644
--- a/api/Office.BulletFormat2.UseTextColor.md
+++ b/api/Office.BulletFormat2.UseTextColor.md
@@ -20,7 +20,7 @@ Determines whether the specified bullets are set to the color of the first text
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.BulletFormat2.UseTextFont.md b/api/Office.BulletFormat2.UseTextFont.md
index 2a542d8611f..f70356784c7 100644
--- a/api/Office.BulletFormat2.UseTextFont.md
+++ b/api/Office.BulletFormat2.UseTextFont.md
@@ -20,7 +20,7 @@ Determines whether the specified bullets are set to the font of the first text c
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.BulletFormat2.Visible.md b/api/Office.BulletFormat2.Visible.md
index 1a6f08317bf..69bd929bc59 100644
--- a/api/Office.BulletFormat2.Visible.md
+++ b/api/Office.BulletFormat2.Visible.md
@@ -20,7 +20,7 @@ Gets or sets a value that specifies whether the bullet is visible. Read/write.
_expression_ An expression that returns a [BulletFormat2](./Office.BulletFormat2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.COMAddIn.Application.md b/api/Office.COMAddIn.Application.md
index af28e1d46f1..0551a27b0ed 100644
--- a/api/Office.COMAddIn.Application.md
+++ b/api/Office.COMAddIn.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [COMAddIn](./Office.COMAddIn.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.COMAddIn.Creator.md b/api/Office.COMAddIn.Creator.md
index 75ae3484adb..e278fa7b84b 100644
--- a/api/Office.COMAddIn.Creator.md
+++ b/api/Office.COMAddIn.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **COMAddIn**
_expression_ A variable that represents a [COMAddIn](./Office.COMAddIn.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.COMAddIn.Parent.md b/api/Office.COMAddIn.Parent.md
index 24de5eed509..428cb31065a 100644
--- a/api/Office.COMAddIn.Parent.md
+++ b/api/Office.COMAddIn.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **COMAddIn** object. Read-only.
_expression_ A variable that represents a [COMAddIn](./Office.COMAddIn.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.COMAddIns.Application.md b/api/Office.COMAddIns.Application.md
index 30e92117b23..0d78c5cdf85 100644
--- a/api/Office.COMAddIns.Application.md
+++ b/api/Office.COMAddIns.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [COMAddIns](./Office.COMAddIns.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.COMAddIns.Count.md b/api/Office.COMAddIns.Count.md
index 76dac6ba8ea..8badc4a5893 100644
--- a/api/Office.COMAddIns.Count.md
+++ b/api/Office.COMAddIns.Count.md
@@ -23,7 +23,7 @@ Gets a count of the number of COM add-ins in the host application. Read-only.
_expression_ An expression that returns a [COMAddIns](./Office.COMAddIns.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.COMAddIns.Creator.md b/api/Office.COMAddIns.Creator.md
index 322774b91ff..0da83d158aa 100644
--- a/api/Office.COMAddIns.Creator.md
+++ b/api/Office.COMAddIns.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **COMAddIns**
_expression_ A variable that represents a [COMAddIns](./Office.COMAddIns.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.COMAddIns.Item.md b/api/Office.COMAddIns.Item.md
index c750c1ee668..13a756b16b0 100644
--- a/api/Office.COMAddIns.Item.md
+++ b/api/Office.COMAddIns.Item.md
@@ -27,7 +27,7 @@ Gets a member of the specified **COMAddIns** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Represents the location of the member within the collection.|
diff --git a/api/Office.COMAddIns.Parent.md b/api/Office.COMAddIns.Parent.md
index ea6a252aaac..5b72118f5eb 100644
--- a/api/Office.COMAddIns.Parent.md
+++ b/api/Office.COMAddIns.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **COMAddIns** object. Read-only.
_expression_ A variable that represents a [COMAddIns](./Office.COMAddIns.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CertificateDetail.md b/api/Office.CertificateDetail.md
index e5fb3ef8025..da0235a59dd 100644
--- a/api/Office.CertificateDetail.md
+++ b/api/Office.CertificateDetail.md
@@ -14,7 +14,7 @@ Provides information about the digital certificate.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**certdetAvailable**|0|Specifies that the digital certificate is available for signing.|
|**certdetExpirationDate**|3|The expiration date of the certificate.|
diff --git a/api/Office.CertificateVerificationResults.md b/api/Office.CertificateVerificationResults.md
index c0cd5ed7d7d..b9f09bbaf2a 100644
--- a/api/Office.CertificateVerificationResults.md
+++ b/api/Office.CertificateVerificationResults.md
@@ -14,7 +14,7 @@ Provides the results of verifying a digital certificate.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**certverresError**|0|The verification resulted in an error.|
|**certverresExpired**|5|The certification has expired.|
diff --git a/api/Office.CommandBar.AdaptiveMenu.md b/api/Office.CommandBar.AdaptiveMenu.md
index e96ca859ac4..fd947425041 100644
--- a/api/Office.CommandBar.AdaptiveMenu.md
+++ b/api/Office.CommandBar.AdaptiveMenu.md
@@ -26,7 +26,7 @@ Gets a **Boolean** value that specifies whether the command bar should include
_expression_ An expression that returns a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBar.Application.md b/api/Office.CommandBar.Application.md
index d6c79deebf7..44761b4f726 100644
--- a/api/Office.CommandBar.Application.md
+++ b/api/Office.CommandBar.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CommandBar.BuiltIn.md b/api/Office.CommandBar.BuiltIn.md
index de814a3d1ab..86251407298 100644
--- a/api/Office.CommandBar.BuiltIn.md
+++ b/api/Office.CommandBar.BuiltIn.md
@@ -26,7 +26,7 @@ Gets **True** if the specified command bar is a built-in command bar of the con
_expression_ A variable that represents a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBar.Controls.md b/api/Office.CommandBar.Controls.md
index bc4bc829604..714b38add05 100644
--- a/api/Office.CommandBar.Controls.md
+++ b/api/Office.CommandBar.Controls.md
@@ -26,7 +26,7 @@ Gets a **CommandBarControls** object that represents all the controls on a comm
_expression_ A variable that represents a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
CommandBarControls
diff --git a/api/Office.CommandBar.Creator.md b/api/Office.CommandBar.Creator.md
index 9f090c4f5f9..d8157da2984 100644
--- a/api/Office.CommandBar.Creator.md
+++ b/api/Office.CommandBar.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CommandBar*
_expression_ A variable that represents a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBar.FindControl.md b/api/Office.CommandBar.FindControl.md
index 085a4644052..cf5ec8ef226 100644
--- a/api/Office.CommandBar.FindControl.md
+++ b/api/Office.CommandBar.FindControl.md
@@ -30,7 +30,7 @@ Gets a **CommandBarControl** object that fits a specified criteria.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Variant**|The type of control.|
| _Id_|Optional|**Variant**|The identifier of the control.|
@@ -38,7 +38,7 @@ Gets a **CommandBarControl** object that fits a specified criteria.
| _Visible_|Optional|**Variant**|True to include only visible command bar controls in the search. The default value is False. Visible command bars include all visible toolbars and any menus that are open at the time the **FindControl** method is executed.|
| _Recursive_|Optional|**Variant**|True to include the command bar and all of its pop-up subtoolbars in the search. This argument only applies to the **CommandBar** object. The default value is False.|
-### Return Value
+### Return value
CommandBarControl
diff --git a/api/Office.CommandBar.Height.md b/api/Office.CommandBar.Height.md
index 29b410c7f6c..12c1eadeaf5 100644
--- a/api/Office.CommandBar.Height.md
+++ b/api/Office.CommandBar.Height.md
@@ -26,7 +26,7 @@ Gets or sets the height of a **CommandBar**. Read/write.
_expression_ A variable that represents a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBar.Index.md b/api/Office.CommandBar.Index.md
index 412d5c4f846..046ff0d52fd 100644
--- a/api/Office.CommandBar.Index.md
+++ b/api/Office.CommandBar.Index.md
@@ -26,7 +26,7 @@ Gets a **Long** representing the index number for a **CommandBar** object in th
_expression_ A variable that represents a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBar.Parent.md b/api/Office.CommandBar.Parent.md
index ad794efded9..8e72b6f91af 100644
--- a/api/Office.CommandBar.Parent.md
+++ b/api/Office.CommandBar.Parent.md
@@ -27,7 +27,7 @@ Gets the **Parent** object for the **CommandBar** object. Read-only.
_expression_ A variable that represents a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CommandBar.ShowPopup.md b/api/Office.CommandBar.ShowPopup.md
index f307d6a4055..e51eff62c27 100644
--- a/api/Office.CommandBar.ShowPopup.md
+++ b/api/Office.CommandBar.ShowPopup.md
@@ -30,7 +30,7 @@ Displays a command bar as a shortcut menu at the specified coordinates or at the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Optional|**Variant**|The x-coordinate on which the location of the shortcut menu is based. If this argument is omitted, the current x-coordinate of the pointer is used.|
| _y_|Optional|**Variant**|The y-coordinate on which the location of the shortcut menu is based. If this argument is omitted, the current y-coordinate of the pointer is used.|
diff --git a/api/Office.CommandBar.Visible.md b/api/Office.CommandBar.Visible.md
index 7526c23ba55..ce46f73da70 100644
--- a/api/Office.CommandBar.Visible.md
+++ b/api/Office.CommandBar.Visible.md
@@ -26,7 +26,7 @@ Gets or sets the **Visible** property of the command bar. **True** if the comma
_expression_ A variable that represents a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBar.Width.md b/api/Office.CommandBar.Width.md
index eff59ab6b34..8ab1cbb1730 100644
--- a/api/Office.CommandBar.Width.md
+++ b/api/Office.CommandBar.Width.md
@@ -26,7 +26,7 @@ Gets or sets the width (in pixels) of the specified command bar. Read/write.
_expression_ A variable that represents a [CommandBar](./Office.CommandBar.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarButton.Application.md b/api/Office.CommandBarButton.Application.md
index a64df399ba9..551c8239b39 100644
--- a/api/Office.CommandBarButton.Application.md
+++ b/api/Office.CommandBarButton.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CommandBarButton.BeginGroup.md b/api/Office.CommandBarButton.BeginGroup.md
index 5c120ce12e6..f72bd24905e 100644
--- a/api/Office.CommandBarButton.BeginGroup.md
+++ b/api/Office.CommandBarButton.BeginGroup.md
@@ -23,7 +23,7 @@ Gets True if the specified command bar control appears at the beginning of a gro
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarButton.BuiltIn.md b/api/Office.CommandBarButton.BuiltIn.md
index 922bba59ae5..31c91f4f2c5 100644
--- a/api/Office.CommandBarButton.BuiltIn.md
+++ b/api/Office.CommandBarButton.BuiltIn.md
@@ -23,7 +23,7 @@ Is **True** if the specified command bar control is a control of the container
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarButton.Caption.md b/api/Office.CommandBarButton.Caption.md
index 776a1d48327..cb4acf259f1 100644
--- a/api/Office.CommandBarButton.Caption.md
+++ b/api/Office.CommandBarButton.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption text for a command bar control. Read/write.
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarButton.Click.md b/api/Office.CommandBarButton.Click.md
index 8e62b47d0ea..bc7c7954023 100644
--- a/api/Office.CommandBarButton.Click.md
+++ b/api/Office.CommandBarButton.Click.md
@@ -30,7 +30,7 @@ Occurs when the user clicks a **CommandBarButton** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Ctrl_|Required|**CommandBarButton**|Represents a CommandBar button|
| _CancelDefault_|Required|**Boolean**|Is **False** if the default behavior associated with the CommandBarButton controls occurs, unless it's canceled by another process or add-in.|
diff --git a/api/Office.CommandBarButton.Copy.md b/api/Office.CommandBarButton.Copy.md
index 13e6a1161fc..7b009c57051 100644
--- a/api/Office.CommandBarButton.Copy.md
+++ b/api/Office.CommandBarButton.Copy.md
@@ -27,12 +27,12 @@ Copies a command bar button control to an existing command bar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Bar_|Optional|**Variant**|A **CommandBar** object that represents the destination command bar. If this argument is omitted, the control is copied to the command bar where the control already exists.|
| _Before_|Optional|**Variant**|A number that indicates the position for the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is copied to the end of the command bar.|
-### Return Value
+### Return value
CommandBarControl
diff --git a/api/Office.CommandBarButton.Creator.md b/api/Office.CommandBarButton.Creator.md
index eac022e5356..293412dcfd8 100644
--- a/api/Office.CommandBarButton.Creator.md
+++ b/api/Office.CommandBarButton.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **CommandBarB
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBarButton.Delete.md b/api/Office.CommandBarButton.Delete.md
index cc0daa85406..65f6369e0ff 100644
--- a/api/Office.CommandBarButton.Delete.md
+++ b/api/Office.CommandBarButton.Delete.md
@@ -27,7 +27,7 @@ Deletes the **CommandBarButton** object from its collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Temporary_|Optional|**Variant**|**True** to delete the control for the current session. The application will display the control again in the next session.|
diff --git a/api/Office.CommandBarButton.DescriptionText.md b/api/Office.CommandBarButton.DescriptionText.md
index c3f0f96546f..6b515c60c5f 100644
--- a/api/Office.CommandBarButton.DescriptionText.md
+++ b/api/Office.CommandBarButton.DescriptionText.md
@@ -23,7 +23,7 @@ Gets or sets the description for a command bar button control. Read/write.
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarButton.Enabled.md b/api/Office.CommandBarButton.Enabled.md
index 7636ea8982c..6f5096e6ff8 100644
--- a/api/Office.CommandBarButton.Enabled.md
+++ b/api/Office.CommandBarButton.Enabled.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a '[CommandBarButton](Office.CommandBarButton.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarButton.Height.md b/api/Office.CommandBarButton.Height.md
index a1002d32120..210b216d756 100644
--- a/api/Office.CommandBarButton.Height.md
+++ b/api/Office.CommandBarButton.Height.md
@@ -23,7 +23,7 @@ Gets or sets the height of a command bar control. Read/write.
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarButton.HelpContextId.md b/api/Office.CommandBarButton.HelpContextId.md
index f30d69833e9..c35737a148e 100644
--- a/api/Office.CommandBarButton.HelpContextId.md
+++ b/api/Office.CommandBarButton.HelpContextId.md
@@ -23,7 +23,7 @@ Gets or sets the Help context Id number for the Help topic attached to the **Co
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarButton.HelpFile.md b/api/Office.CommandBarButton.HelpFile.md
index 88ed3c93280..1894fdcfc4c 100644
--- a/api/Office.CommandBarButton.HelpFile.md
+++ b/api/Office.CommandBarButton.HelpFile.md
@@ -23,7 +23,7 @@ Gets or sets the file name for the Help topic attached to the **CommandBarButto
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarButton.Index.md b/api/Office.CommandBarButton.Index.md
index 6b235435b93..ffa1141e260 100644
--- a/api/Office.CommandBarButton.Index.md
+++ b/api/Office.CommandBarButton.Index.md
@@ -23,7 +23,7 @@ Gets a **Long** representing the index number for an **CommandBarButton** objec
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarButton.IsPriorityDropped.md b/api/Office.CommandBarButton.IsPriorityDropped.md
index b7af15a4e21..70d9b8353e0 100644
--- a/api/Office.CommandBarButton.IsPriorityDropped.md
+++ b/api/Office.CommandBarButton.IsPriorityDropped.md
@@ -23,7 +23,7 @@ Gets **True** if the **CommandBarButton** control is currently dropped from the
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarButton.Move.md b/api/Office.CommandBarButton.Move.md
index e0558b04906..0a8d7df501e 100644
--- a/api/Office.CommandBarButton.Move.md
+++ b/api/Office.CommandBarButton.Move.md
@@ -27,7 +27,7 @@ Moves the specified **CommandBarButton** control to an existing command bar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Bar_|Optional|**Variant**|A **Command** object that represents the destination command bar for the control. If this argument is omitted, the control is moved to the end of the command bar where the control currently resides.|
| _Before_|Optional|**Variant**|A number that indicates the position for the control. The control is inserted before the control currently occupying this position. If this argument is omitted, the control is inserted on the same command bar.|
diff --git a/api/Office.CommandBarButton.OLEUsage.md b/api/Office.CommandBarButton.OLEUsage.md
index 11fdff5fcfd..1551ee5af18 100644
--- a/api/Office.CommandBarButton.OLEUsage.md
+++ b/api/Office.CommandBarButton.OLEUsage.md
@@ -23,7 +23,7 @@ Gets or sets the OLE client and OLE server roles in which a **CommandBarButton*
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
MsoControlOLEUsage
diff --git a/api/Office.CommandBarButton.OnAction.md b/api/Office.CommandBarButton.OnAction.md
index ed05dd4a05c..02ece87028f 100644
--- a/api/Office.CommandBarButton.OnAction.md
+++ b/api/Office.CommandBarButton.OnAction.md
@@ -23,7 +23,7 @@ Gets or sets the name of a Visual Basic procedure that will run when the user cl
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarButton.Parameter.md b/api/Office.CommandBarButton.Parameter.md
index 7af397fa947..a6f30e4a36c 100644
--- a/api/Office.CommandBarButton.Parameter.md
+++ b/api/Office.CommandBarButton.Parameter.md
@@ -23,7 +23,7 @@ Gets or sets a string that an application can use to execute a command from a *
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarButton.Parent.md b/api/Office.CommandBarButton.Parent.md
index 17ca13d1156..0de18f63d4e 100644
--- a/api/Office.CommandBarButton.Parent.md
+++ b/api/Office.CommandBarButton.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CommandBarButton** object. Read-only.
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
CommandBar
diff --git a/api/Office.CommandBarButton.Tag.md b/api/Office.CommandBarButton.Tag.md
index 7f427d79b2f..c81c8340b68 100644
--- a/api/Office.CommandBarButton.Tag.md
+++ b/api/Office.CommandBarButton.Tag.md
@@ -23,7 +23,7 @@ Gets or sets information about the **CommandBarButton** control, such as data t
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarButton.TooltipText.md b/api/Office.CommandBarButton.TooltipText.md
index 705b599e33b..f5f8cc972fe 100644
--- a/api/Office.CommandBarButton.TooltipText.md
+++ b/api/Office.CommandBarButton.TooltipText.md
@@ -23,7 +23,7 @@ Gets or sets the text displayed in a **CommandBarButton's** **ScreenTip**. Read
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarButton.Visible.md b/api/Office.CommandBarButton.Visible.md
index e78bdd7962a..3a5d9b88c5e 100644
--- a/api/Office.CommandBarButton.Visible.md
+++ b/api/Office.CommandBarButton.Visible.md
@@ -23,7 +23,7 @@ Gets or sets the **Visible** property of the **CommandBarButton** control. **Tr
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarButton.Width.md b/api/Office.CommandBarButton.Width.md
index d2c8e1b837a..7537cba6e32 100644
--- a/api/Office.CommandBarButton.Width.md
+++ b/api/Office.CommandBarButton.Width.md
@@ -23,7 +23,7 @@ Gets or sets the width (in pixels) of the specified **CommandBarButton** contro
_expression_ A variable that represents a [CommandBarButton](./Office.CommandBarButton.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarComboBox.AddItem.md b/api/Office.CommandBarComboBox.AddItem.md
index a1e4b6304f7..c57dba78a3f 100644
--- a/api/Office.CommandBarComboBox.AddItem.md
+++ b/api/Office.CommandBarComboBox.AddItem.md
@@ -30,7 +30,7 @@ Adds a list item to the specified command bar combo box control. The combo box c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required|**String**|The text added to the control.|
| _Index_|Optional|**Variant**|The position of the item in the list. If this argument is omitted, the item is added to the end of the list.|
diff --git a/api/Office.CommandBarComboBox.Application.md b/api/Office.CommandBarComboBox.Application.md
index 0f965721f90..8588e748dd3 100644
--- a/api/Office.CommandBarComboBox.Application.md
+++ b/api/Office.CommandBarComboBox.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CommandBarComboBox.BeginGroup.md b/api/Office.CommandBarComboBox.BeginGroup.md
index b3d94cf5e8d..8a537173835 100644
--- a/api/Office.CommandBarComboBox.BeginGroup.md
+++ b/api/Office.CommandBarComboBox.BeginGroup.md
@@ -23,7 +23,7 @@ Gets True if the specified command bar control appears at the beginning of a gro
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarComboBox.BuiltIn.md b/api/Office.CommandBarComboBox.BuiltIn.md
index 3fa4e68ecdc..aec7c3e9741 100644
--- a/api/Office.CommandBarComboBox.BuiltIn.md
+++ b/api/Office.CommandBarComboBox.BuiltIn.md
@@ -23,7 +23,7 @@ Gets **True** if the specified command bar control is a built-in control of the
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarComboBox.Caption.md b/api/Office.CommandBarComboBox.Caption.md
index ce830d1f43f..ee01b928eba 100644
--- a/api/Office.CommandBarComboBox.Caption.md
+++ b/api/Office.CommandBarComboBox.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption text for a command bar control. Read/write.
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarComboBox.Change.md b/api/Office.CommandBarComboBox.Change.md
index 11f642aacd1..728c1b05f84 100644
--- a/api/Office.CommandBarComboBox.Change.md
+++ b/api/Office.CommandBarComboBox.Change.md
@@ -30,7 +30,7 @@ Occurs when the end user changes the selection in a **CommandBar** combo box.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Ctrl_|Required|**CommandBarComboBox**|Represents a **CommandBar** combo box.|
diff --git a/api/Office.CommandBarComboBox.Copy.md b/api/Office.CommandBarComboBox.Copy.md
index 88ac03e5a3b..a8abd9c3c3d 100644
--- a/api/Office.CommandBarComboBox.Copy.md
+++ b/api/Office.CommandBarComboBox.Copy.md
@@ -27,12 +27,12 @@ Copies a command bar combo box control to an existing command bar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Bar_|Optional|**Variant**| A **CommandBar** object that represents the destination command bar. If this argument is omitted, the control is copied to the command bar where the control already exists.|
| _Before_|Optional|**Variant**|A number that indicates the position for the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is copied to the end of the command bar.|
-### Return Value
+### Return value
CommandBarControl
diff --git a/api/Office.CommandBarComboBox.Creator.md b/api/Office.CommandBarComboBox.Creator.md
index f1108605e07..7e2dc3d3764 100644
--- a/api/Office.CommandBarComboBox.Creator.md
+++ b/api/Office.CommandBarComboBox.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **CommandBarC
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBarComboBox.Delete.md b/api/Office.CommandBarComboBox.Delete.md
index 2092a442744..c4367810457 100644
--- a/api/Office.CommandBarComboBox.Delete.md
+++ b/api/Office.CommandBarComboBox.Delete.md
@@ -24,7 +24,7 @@ Deletes **CommandBarCombo** control object from its collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Temporary_|Optional|**Variant**|**True** to delete the control for the current session. The application will display the control again in the next session.|
diff --git a/api/Office.CommandBarComboBox.DescriptionText.md b/api/Office.CommandBarComboBox.DescriptionText.md
index 180c34c86e0..074ce873b04 100644
--- a/api/Office.CommandBarComboBox.DescriptionText.md
+++ b/api/Office.CommandBarComboBox.DescriptionText.md
@@ -23,7 +23,7 @@ Gets or sets the description for a command bar combo box control. Read/write.
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarComboBox.Height.md b/api/Office.CommandBarComboBox.Height.md
index 3134e90b12e..1b008df7cb1 100644
--- a/api/Office.CommandBarComboBox.Height.md
+++ b/api/Office.CommandBarComboBox.Height.md
@@ -23,7 +23,7 @@ Gets or sets the height of a **CommandBarComboBox** control. Read/write.
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarComboBox.HelpContextId.md b/api/Office.CommandBarComboBox.HelpContextId.md
index be620fe0539..2df2ffab386 100644
--- a/api/Office.CommandBarComboBox.HelpContextId.md
+++ b/api/Office.CommandBarComboBox.HelpContextId.md
@@ -23,7 +23,7 @@ Gets or sets the Help context Id number for the Help topic attached to the **Co
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarComboBox.HelpFile.md b/api/Office.CommandBarComboBox.HelpFile.md
index 93fd0344e6c..e80a99edf9a 100644
--- a/api/Office.CommandBarComboBox.HelpFile.md
+++ b/api/Office.CommandBarComboBox.HelpFile.md
@@ -23,7 +23,7 @@ Gets or sets the file name for the Help topic attached to the **CommandBarCombo
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarComboBox.Index.md b/api/Office.CommandBarComboBox.Index.md
index bdf63a97920..66475951424 100644
--- a/api/Office.CommandBarComboBox.Index.md
+++ b/api/Office.CommandBarComboBox.Index.md
@@ -23,7 +23,7 @@ Gets a **Long** representing the index number for a **CommandBarComboBox** obje
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBarComboBox.IsPriorityDropped.md b/api/Office.CommandBarComboBox.IsPriorityDropped.md
index 936064a4d34..2b09363d282 100644
--- a/api/Office.CommandBarComboBox.IsPriorityDropped.md
+++ b/api/Office.CommandBarComboBox.IsPriorityDropped.md
@@ -23,7 +23,7 @@ Gets **True** if the control is currently dropped from the menu or toolbar base
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarComboBox.List.md b/api/Office.CommandBarComboBox.List.md
index f6ec071afae..3c135086f08 100644
--- a/api/Office.CommandBarComboBox.List.md
+++ b/api/Office.CommandBarComboBox.List.md
@@ -30,7 +30,7 @@ Gets or sets an item in the **CommandBarComboBox** control. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**| The list item to be set.|
diff --git a/api/Office.CommandBarComboBox.Move.md b/api/Office.CommandBarComboBox.Move.md
index 61c913656b8..d0502ac2454 100644
--- a/api/Office.CommandBarComboBox.Move.md
+++ b/api/Office.CommandBarComboBox.Move.md
@@ -27,7 +27,7 @@ Moves the specified control to an existing command bar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Bar_|Optional|**Variant**|A **Command** object that represents the destination command bar for the control. If this argument is omitted, the control is moved to the end of the command bar where the control currently resides.|
| _Before_|Optional|**Variant**|A number that indicates the position for the control. The control is inserted before the control currently occupying this position. If this argument is omitted, the control is inserted on the same command bar.|
diff --git a/api/Office.CommandBarComboBox.OLEUsage.md b/api/Office.CommandBarComboBox.OLEUsage.md
index 71365730654..fe414900e16 100644
--- a/api/Office.CommandBarComboBox.OLEUsage.md
+++ b/api/Office.CommandBarComboBox.OLEUsage.md
@@ -23,7 +23,7 @@ Gets or sets the OLE client and OLE server roles in which a **CommandBarComboBo
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
MsoControlOLEUsage
diff --git a/api/Office.CommandBarComboBox.OnAction.md b/api/Office.CommandBarComboBox.OnAction.md
index c8df38de213..62dd9d5b334 100644
--- a/api/Office.CommandBarComboBox.OnAction.md
+++ b/api/Office.CommandBarComboBox.OnAction.md
@@ -23,7 +23,7 @@ Gets or sets the name of a Visual Basic procedure that will run when the user cl
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarComboBox.Parameter.md b/api/Office.CommandBarComboBox.Parameter.md
index 874da98bfbb..a8f5257a142 100644
--- a/api/Office.CommandBarComboBox.Parameter.md
+++ b/api/Office.CommandBarComboBox.Parameter.md
@@ -23,7 +23,7 @@ Gets or sets a string that an application can use to execute a command from a *
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarComboBox.Parent.md b/api/Office.CommandBarComboBox.Parent.md
index 8a3208336a0..dd73daf239d 100644
--- a/api/Office.CommandBarComboBox.Parent.md
+++ b/api/Office.CommandBarComboBox.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CommandBarComboBox** object. Read-only.
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
CommandBar
diff --git a/api/Office.CommandBarComboBox.RemoveItem.md b/api/Office.CommandBarComboBox.RemoveItem.md
index e9c635eb252..52284cd365f 100644
--- a/api/Office.CommandBarComboBox.RemoveItem.md
+++ b/api/Office.CommandBarComboBox.RemoveItem.md
@@ -30,7 +30,7 @@ Removes an item from a **CommandBarComboBox** control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|The item to be removed from the list.|
diff --git a/api/Office.CommandBarComboBox.Tag.md b/api/Office.CommandBarComboBox.Tag.md
index 81616d95c9c..8e3e210a7f3 100644
--- a/api/Office.CommandBarComboBox.Tag.md
+++ b/api/Office.CommandBarComboBox.Tag.md
@@ -23,7 +23,7 @@ Gets or sets information about the **CommandBarComboBox** control, such as data
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarComboBox.Text.md b/api/Office.CommandBarComboBox.Text.md
index 50e73f1a398..d3aba4be1b9 100644
--- a/api/Office.CommandBarComboBox.Text.md
+++ b/api/Office.CommandBarComboBox.Text.md
@@ -26,7 +26,7 @@ Gets or sets the text in the display or edit portion of the **CommandBarComboBo
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarComboBox.TooltipText.md b/api/Office.CommandBarComboBox.TooltipText.md
index 242713b8cf6..37c82c3fd92 100644
--- a/api/Office.CommandBarComboBox.TooltipText.md
+++ b/api/Office.CommandBarComboBox.TooltipText.md
@@ -23,7 +23,7 @@ Gets or sets the text displayed in a **CommandBarComboBox's** **ScreenTip**. Re
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarComboBox.Visible.md b/api/Office.CommandBarComboBox.Visible.md
index e41db051692..0a9dd1f07b0 100644
--- a/api/Office.CommandBarComboBox.Visible.md
+++ b/api/Office.CommandBarComboBox.Visible.md
@@ -23,7 +23,7 @@ Gets or sets the **Visible** property for the **CommandBarComboBox** control. *
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarComboBox.Width.md b/api/Office.CommandBarComboBox.Width.md
index 4b94b748bdb..41fe99e034f 100644
--- a/api/Office.CommandBarComboBox.Width.md
+++ b/api/Office.CommandBarComboBox.Width.md
@@ -23,7 +23,7 @@ Gets or sets the width (in pixels) of the specified **CommandBarComboBox** cont
_expression_ A variable that represents a [CommandBarComboBox](./Office.CommandBarComboBox.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarControl.Application.md b/api/Office.CommandBarControl.Application.md
index b13d639521f..a98362768e8 100644
--- a/api/Office.CommandBarControl.Application.md
+++ b/api/Office.CommandBarControl.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CommandBarControl.BeginGroup.md b/api/Office.CommandBarControl.BeginGroup.md
index e44ec79cd5c..3904c53a9c0 100644
--- a/api/Office.CommandBarControl.BeginGroup.md
+++ b/api/Office.CommandBarControl.BeginGroup.md
@@ -23,7 +23,7 @@ Gets **True** if the specified command bar control appears at the beginning of
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarControl.BuiltIn.md b/api/Office.CommandBarControl.BuiltIn.md
index d5e1c8562fc..9f627ca31b7 100644
--- a/api/Office.CommandBarControl.BuiltIn.md
+++ b/api/Office.CommandBarControl.BuiltIn.md
@@ -23,7 +23,7 @@ Gets **True** if the specified command bar control is a built-in control of the
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarControl.Caption.md b/api/Office.CommandBarControl.Caption.md
index 08b1eea6974..44c4b7f2300 100644
--- a/api/Office.CommandBarControl.Caption.md
+++ b/api/Office.CommandBarControl.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption text for a command bar control. Read/write.
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarControl.Copy.md b/api/Office.CommandBarControl.Copy.md
index 5e29341a4c8..4183a42f416 100644
--- a/api/Office.CommandBarControl.Copy.md
+++ b/api/Office.CommandBarControl.Copy.md
@@ -27,12 +27,12 @@ Copies a command bar control to an existing command bar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Bar_|Optional|**Variant**|A **CommandBar** object that represents the destination command bar. If this argument is omitted, the control is copied to the command bar where the control already exists.|
| _Before_|Optional|**Variant**|A number that indicates the position for the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is copied to the end of the command bar.|
-### Return Value
+### Return value
CommandBarControl
diff --git a/api/Office.CommandBarControl.Creator.md b/api/Office.CommandBarControl.Creator.md
index cba3d47cc6b..061e0fc22f1 100644
--- a/api/Office.CommandBarControl.Creator.md
+++ b/api/Office.CommandBarControl.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **CommandBarC
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBarControl.Delete.md b/api/Office.CommandBarControl.Delete.md
index 0623bbddeed..f7ac44aad37 100644
--- a/api/Office.CommandBarControl.Delete.md
+++ b/api/Office.CommandBarControl.Delete.md
@@ -27,7 +27,7 @@ Deletes the **CommandBarControl** object from its collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Temporary_|Optional|**Variant**|**True** to delete the control for the current session. The application will display the control again in the next session.|
diff --git a/api/Office.CommandBarControl.DescriptionText.md b/api/Office.CommandBarControl.DescriptionText.md
index 73420a303f1..2450ca259d6 100644
--- a/api/Office.CommandBarControl.DescriptionText.md
+++ b/api/Office.CommandBarControl.DescriptionText.md
@@ -23,7 +23,7 @@ Gets or sets the description for a command bar control. Read/write.
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarControl.Height.md b/api/Office.CommandBarControl.Height.md
index 9f0cbd80ddd..07306e36406 100644
--- a/api/Office.CommandBarControl.Height.md
+++ b/api/Office.CommandBarControl.Height.md
@@ -23,7 +23,7 @@ Gets or sets the height of a **CommandBarControl** control. Read/write.
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarControl.HelpContextId.md b/api/Office.CommandBarControl.HelpContextId.md
index c44d7b42ffd..2d9bdc104c4 100644
--- a/api/Office.CommandBarControl.HelpContextId.md
+++ b/api/Office.CommandBarControl.HelpContextId.md
@@ -23,7 +23,7 @@ Gets or sets the Help context Id number for the Help topic attached to the **Co
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarControl.HelpFile.md b/api/Office.CommandBarControl.HelpFile.md
index 18fb69818a9..5c3a84cc561 100644
--- a/api/Office.CommandBarControl.HelpFile.md
+++ b/api/Office.CommandBarControl.HelpFile.md
@@ -23,7 +23,7 @@ Gets or sets the file name for the Help topic attached to the **CommandBarContr
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarControl.Index.md b/api/Office.CommandBarControl.Index.md
index c7f77e0dc49..068c1b7278c 100644
--- a/api/Office.CommandBarControl.Index.md
+++ b/api/Office.CommandBarControl.Index.md
@@ -23,7 +23,7 @@ Gets a ** Long** representing the index number for a **CommandBarControl** objec
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarControl.IsPriorityDropped.md b/api/Office.CommandBarControl.IsPriorityDropped.md
index 6374b5d849a..a3a35a83185 100644
--- a/api/Office.CommandBarControl.IsPriorityDropped.md
+++ b/api/Office.CommandBarControl.IsPriorityDropped.md
@@ -23,7 +23,7 @@ Gets **True** if the control is currently dropped from the menu or toolbar base
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarControl.Move.md b/api/Office.CommandBarControl.Move.md
index 39dc727aba7..d1179b9ed3b 100644
--- a/api/Office.CommandBarControl.Move.md
+++ b/api/Office.CommandBarControl.Move.md
@@ -27,7 +27,7 @@ Moves the specified **CommandBarControl** to an existing command bar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Bar_|Optional|**Variant**|A **Command** object that represents the destination command bar for the control. If this argument is omitted, the control is moved to the end of the command bar where the control currently resides.|
| _Before_|Optional|**Variant**|A number that indicates the position for the control. The control is inserted before the control currently occupying this position. If this argument is omitted, the control is inserted on the same command bar.|
diff --git a/api/Office.CommandBarControl.OLEUsage.md b/api/Office.CommandBarControl.OLEUsage.md
index b69990835f0..51847761c27 100644
--- a/api/Office.CommandBarControl.OLEUsage.md
+++ b/api/Office.CommandBarControl.OLEUsage.md
@@ -23,7 +23,7 @@ Gets or sets the OLE client and OLE server roles in which a **CommandBarControl
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
MsoControlOLEUsage
diff --git a/api/Office.CommandBarControl.OnAction.md b/api/Office.CommandBarControl.OnAction.md
index 04b56861c8c..db7ed40decb 100644
--- a/api/Office.CommandBarControl.OnAction.md
+++ b/api/Office.CommandBarControl.OnAction.md
@@ -23,7 +23,7 @@ Gets or sets the name of a Visual Basic procedure that will run when the user cl
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarControl.Parameter.md b/api/Office.CommandBarControl.Parameter.md
index 610b7e6fa70..577655f1e83 100644
--- a/api/Office.CommandBarControl.Parameter.md
+++ b/api/Office.CommandBarControl.Parameter.md
@@ -23,7 +23,7 @@ Gets or sets a string that an application can use to execute a command from a *
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarControl.Parent.md b/api/Office.CommandBarControl.Parent.md
index 907afe08739..bb685e0f95a 100644
--- a/api/Office.CommandBarControl.Parent.md
+++ b/api/Office.CommandBarControl.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CommandBarControl** object. Read-only.
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
CommandBar
diff --git a/api/Office.CommandBarControl.Tag.md b/api/Office.CommandBarControl.Tag.md
index a0a22980b1c..c8eb9b0514b 100644
--- a/api/Office.CommandBarControl.Tag.md
+++ b/api/Office.CommandBarControl.Tag.md
@@ -23,7 +23,7 @@ Gets or sets information about the **CommandBarControl**, such as data that can
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarControl.TooltipText.md b/api/Office.CommandBarControl.TooltipText.md
index cdbaaab165a..a25fcf02321 100644
--- a/api/Office.CommandBarControl.TooltipText.md
+++ b/api/Office.CommandBarControl.TooltipText.md
@@ -23,7 +23,7 @@ Gets or sets the text displayed in a **CommandBarControl's** **ScreenTip**. Rea
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarControl.Visible.md b/api/Office.CommandBarControl.Visible.md
index b35de29b42d..9897fd6c298 100644
--- a/api/Office.CommandBarControl.Visible.md
+++ b/api/Office.CommandBarControl.Visible.md
@@ -23,7 +23,7 @@ Gets or sets the **Visible** property of the **CommandBarControl**. **True** if
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarControl.Width.md b/api/Office.CommandBarControl.Width.md
index 1574dd18b64..e7a2babd836 100644
--- a/api/Office.CommandBarControl.Width.md
+++ b/api/Office.CommandBarControl.Width.md
@@ -23,7 +23,7 @@ Gets or sets the width (in pixels) of the specified **CommandBarControl**. Read
_expression_ A variable that represents a [CommandBarControl](./Office.CommandBarControl.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarControls.Add.md b/api/Office.CommandBarControls.Add.md
index 3602fc27865..62a5dca25d5 100644
--- a/api/Office.CommandBarControls.Add.md
+++ b/api/Office.CommandBarControls.Add.md
@@ -30,7 +30,7 @@ Creates a new **CommandBarControl** object and adds it to the collection of con
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Variant**|The type of control to be added to the specified command bar. Can be one of the following **MsoControl** constants: **msoControlButton**, **msoControlEdit**, **msoControlDropdown**, **msoControlComboBox**, or **msoControlPopup**.|
| _Id_|Optional|**Variant**|An integer that specifies a built-in control. If the value of this argument is 1, or if this argument is omitted, a blank custom control of the specified type will be added to the command bar.|
diff --git a/api/Office.CommandBarControls.Application.md b/api/Office.CommandBarControls.Application.md
index 3d1ac2f83ce..28d60c371d9 100644
--- a/api/Office.CommandBarControls.Application.md
+++ b/api/Office.CommandBarControls.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [CommandBarControls](./Office.CommandBarControls.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CommandBarControls.Count.md b/api/Office.CommandBarControls.Count.md
index 5e026e52da7..5ffc3a315f0 100644
--- a/api/Office.CommandBarControls.Count.md
+++ b/api/Office.CommandBarControls.Count.md
@@ -23,7 +23,7 @@ Gets a count of the numbers of controls on a command bar. Read-only.
_expression_ An expression that returns a [CommandBarControls](./Office.CommandBarControls.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarControls.Creator.md b/api/Office.CommandBarControls.Creator.md
index 54de9369cd6..5e67db9cc96 100644
--- a/api/Office.CommandBarControls.Creator.md
+++ b/api/Office.CommandBarControls.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **CommandBarC
_expression_ A variable that represents a [CommandBarControls](./Office.CommandBarControls.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBarControls.Item.md b/api/Office.CommandBarControls.Item.md
index a404ab3a24f..0a1534a5998 100644
--- a/api/Office.CommandBarControls.Item.md
+++ b/api/Office.CommandBarControls.Item.md
@@ -30,7 +30,7 @@ Gets a **CommandBarControl** object from the **CommandBarControls** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to be returned.|
diff --git a/api/Office.CommandBarControls.Parent.md b/api/Office.CommandBarControls.Parent.md
index 6c7eb39217c..c39eb4264da 100644
--- a/api/Office.CommandBarControls.Parent.md
+++ b/api/Office.CommandBarControls.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **CommandBarControls** object. Read-only.
_expression_ A variable that represents a [CommandBarControls](./Office.CommandBarControls.md) object.
-### Return Value
+### Return value
CommandBar
diff --git a/api/Office.CommandBarPopup.Application.md b/api/Office.CommandBarPopup.Application.md
index a5785825cc0..37261ee39e5 100644
--- a/api/Office.CommandBarPopup.Application.md
+++ b/api/Office.CommandBarPopup.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CommandBarPopup.BeginGroup.md b/api/Office.CommandBarPopup.BeginGroup.md
index 6acea8d29fe..b96d9c653c3 100644
--- a/api/Office.CommandBarPopup.BeginGroup.md
+++ b/api/Office.CommandBarPopup.BeginGroup.md
@@ -23,7 +23,7 @@ Gets **True** if the specified command bar control appears at the beginning of
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarPopup.BuiltIn.md b/api/Office.CommandBarPopup.BuiltIn.md
index 178a7c21be6..1f5792869c1 100644
--- a/api/Office.CommandBarPopup.BuiltIn.md
+++ b/api/Office.CommandBarPopup.BuiltIn.md
@@ -23,7 +23,7 @@ Is **True** if the specified command bar popup is a built-in command bar of the
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarPopup.Caption.md b/api/Office.CommandBarPopup.Caption.md
index f6e39cd20d9..529113eb49f 100644
--- a/api/Office.CommandBarPopup.Caption.md
+++ b/api/Office.CommandBarPopup.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption text for a command bar control. Read/write.
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarPopup.Controls.md b/api/Office.CommandBarPopup.Controls.md
index 0459bdd831a..a6120fc2957 100644
--- a/api/Office.CommandBarPopup.Controls.md
+++ b/api/Office.CommandBarPopup.Controls.md
@@ -26,7 +26,7 @@ Gets a **CommandBarControls** object that represents all the controls on a pop-
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
CommandBarControls
diff --git a/api/Office.CommandBarPopup.Copy.md b/api/Office.CommandBarPopup.Copy.md
index 10f2a5e2b66..2750e98f973 100644
--- a/api/Office.CommandBarPopup.Copy.md
+++ b/api/Office.CommandBarPopup.Copy.md
@@ -27,12 +27,12 @@ Copies a command bar popup control to an existing command bar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Bar_|Optional|**Variant**|A **CommandBar** object that represents the destination command bar. If this argument is omitted, the control is copied to the command bar where the control already exists.|
| _Before_|Optional|**Variant**|A number that indicates the position for the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is copied to the end of the command bar.|
-### Return Value
+### Return value
CommandBarControl
diff --git a/api/Office.CommandBarPopup.Creator.md b/api/Office.CommandBarPopup.Creator.md
index b4a07846c95..1e54c832d3c 100644
--- a/api/Office.CommandBarPopup.Creator.md
+++ b/api/Office.CommandBarPopup.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **CommandBarP
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBarPopup.Delete.md b/api/Office.CommandBarPopup.Delete.md
index 0644f5bd48f..9bd323659ff 100644
--- a/api/Office.CommandBarPopup.Delete.md
+++ b/api/Office.CommandBarPopup.Delete.md
@@ -24,7 +24,7 @@ Deletes the **CommandBarPopup** object from its collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Temporary_|Optional|**Variant**|**True** to delete the control for the current session. The application will display the control again in the next session.|
diff --git a/api/Office.CommandBarPopup.DescriptionText.md b/api/Office.CommandBarPopup.DescriptionText.md
index d24b1fb92cc..60f317c82cf 100644
--- a/api/Office.CommandBarPopup.DescriptionText.md
+++ b/api/Office.CommandBarPopup.DescriptionText.md
@@ -23,7 +23,7 @@ Gets or sets the description for a command barpopup control. Read/write.
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarPopup.Enabled.md b/api/Office.CommandBarPopup.Enabled.md
index d6585623d1a..e17b5df6f39 100644
--- a/api/Office.CommandBarPopup.Enabled.md
+++ b/api/Office.CommandBarPopup.Enabled.md
@@ -23,7 +23,7 @@ Is **True** if the **CommandBarPopup** is enabled. Read/write.
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarPopup.Height.md b/api/Office.CommandBarPopup.Height.md
index 4b1672a2353..d068ed1b9cc 100644
--- a/api/Office.CommandBarPopup.Height.md
+++ b/api/Office.CommandBarPopup.Height.md
@@ -23,7 +23,7 @@ Gets or sets the height of a **CommandBarPopup** control. Read/write.
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarPopup.HelpContextId.md b/api/Office.CommandBarPopup.HelpContextId.md
index 0725a189e6f..89837675acc 100644
--- a/api/Office.CommandBarPopup.HelpContextId.md
+++ b/api/Office.CommandBarPopup.HelpContextId.md
@@ -23,7 +23,7 @@ Gets or sets the Help context Id number for the Help topic attached to the **Co
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarPopup.HelpFile.md b/api/Office.CommandBarPopup.HelpFile.md
index 1ae66ac8bbc..1496f492f86 100644
--- a/api/Office.CommandBarPopup.HelpFile.md
+++ b/api/Office.CommandBarPopup.HelpFile.md
@@ -23,7 +23,7 @@ Gets or sets the file name for the Help topic attached to the **CommandBarPopup
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarPopup.Id.md b/api/Office.CommandBarPopup.Id.md
index 071f698cc70..cd7bde5b45e 100644
--- a/api/Office.CommandBarPopup.Id.md
+++ b/api/Office.CommandBarPopup.Id.md
@@ -23,7 +23,7 @@ Gets the ID for a built-in **CommandBarPopup** control. Read-only.
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarPopup.Index.md b/api/Office.CommandBarPopup.Index.md
index d12dc05a4f0..39e8ecc4902 100644
--- a/api/Office.CommandBarPopup.Index.md
+++ b/api/Office.CommandBarPopup.Index.md
@@ -23,7 +23,7 @@ Gets a **Long** representing the index number for a **CommandBarPopup** object
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBarPopup.IsPriorityDropped.md b/api/Office.CommandBarPopup.IsPriorityDropped.md
index 3f106a845db..2b55767b103 100644
--- a/api/Office.CommandBarPopup.IsPriorityDropped.md
+++ b/api/Office.CommandBarPopup.IsPriorityDropped.md
@@ -23,7 +23,7 @@ Gets **True** if the **CommandBarPopup** control is currently dropped from the m
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarPopup.Move.md b/api/Office.CommandBarPopup.Move.md
index 2c8f9cdfce2..406db0b0c9b 100644
--- a/api/Office.CommandBarPopup.Move.md
+++ b/api/Office.CommandBarPopup.Move.md
@@ -27,7 +27,7 @@ Moves the specified **CommandBarPopup** control to an existing command bar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Bar_|Optional|**Variant**|A **Command** object that represents the destination command bar for the control. If this argument is omitted, the control is moved to the end of the command bar where the control currently resides.|
| _Before_|Optional|**Variant**|A number that indicates the position for the control. The control is inserted before the control currently occupying this position. If this argument is omitted, the control is inserted on the same command bar.|
diff --git a/api/Office.CommandBarPopup.OLEUsage.md b/api/Office.CommandBarPopup.OLEUsage.md
index d232957e765..7df6896ba52 100644
--- a/api/Office.CommandBarPopup.OLEUsage.md
+++ b/api/Office.CommandBarPopup.OLEUsage.md
@@ -23,7 +23,7 @@ Gets or sets the OLE client and OLE server roles in which a **CommandBarPopup**
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
MsoControlOLEUsage
diff --git a/api/Office.CommandBarPopup.OnAction.md b/api/Office.CommandBarPopup.OnAction.md
index 0679e742bf7..cffdc34c276 100644
--- a/api/Office.CommandBarPopup.OnAction.md
+++ b/api/Office.CommandBarPopup.OnAction.md
@@ -23,7 +23,7 @@ Gets or sets the name of a Visual Basic procedure that will run when the user cl
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarPopup.Parameter.md b/api/Office.CommandBarPopup.Parameter.md
index 271362a198f..bda857e79ef 100644
--- a/api/Office.CommandBarPopup.Parameter.md
+++ b/api/Office.CommandBarPopup.Parameter.md
@@ -23,7 +23,7 @@ Gets or sets a string that an application can use to execute a command from a *
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarPopup.Parent.md b/api/Office.CommandBarPopup.Parent.md
index 61906b3f8c7..c65ae282e0c 100644
--- a/api/Office.CommandBarPopup.Parent.md
+++ b/api/Office.CommandBarPopup.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CommandBarPopup** object. Read-only.
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
CommandBar
diff --git a/api/Office.CommandBarPopup.Priority.md b/api/Office.CommandBarPopup.Priority.md
index 48f440b3d3f..a3e195ca100 100644
--- a/api/Office.CommandBarPopup.Priority.md
+++ b/api/Office.CommandBarPopup.Priority.md
@@ -23,7 +23,7 @@ Gets or sets the priority of a **CommandBarPopup** control. Read/write.
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBarPopup.Tag.md b/api/Office.CommandBarPopup.Tag.md
index 9ba4884c9e5..c9eb2533d1c 100644
--- a/api/Office.CommandBarPopup.Tag.md
+++ b/api/Office.CommandBarPopup.Tag.md
@@ -23,7 +23,7 @@ Gets or sets information about the **CommandBarPopup** control, such as data th
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarPopup.TooltipText.md b/api/Office.CommandBarPopup.TooltipText.md
index 075adf5959e..81d04079215 100644
--- a/api/Office.CommandBarPopup.TooltipText.md
+++ b/api/Office.CommandBarPopup.TooltipText.md
@@ -23,7 +23,7 @@ Gets or sets the text displayed in a **CommandBarPopup's** **ScreenTip**. Read/
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBarPopup.Visible.md b/api/Office.CommandBarPopup.Visible.md
index a98314881d1..bf1fb23a4e5 100644
--- a/api/Office.CommandBarPopup.Visible.md
+++ b/api/Office.CommandBarPopup.Visible.md
@@ -23,7 +23,7 @@ Gets or sets the **Visible** property of the **CommandBarPopup** control. Read/
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBarPopup.Width.md b/api/Office.CommandBarPopup.Width.md
index c2815e845a9..579788b8178 100644
--- a/api/Office.CommandBarPopup.Width.md
+++ b/api/Office.CommandBarPopup.Width.md
@@ -23,7 +23,7 @@ Gets or sets the width (in pixels) of the specified **CommandBarPopup** control
_expression_ A variable that represents a [CommandBarPopup](./Office.CommandBarPopup.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBars.Add.md b/api/Office.CommandBars.Add.md
index 96a16092cd1..a0e01350e7e 100644
--- a/api/Office.CommandBars.Add.md
+++ b/api/Office.CommandBars.Add.md
@@ -30,7 +30,7 @@ Creates a new command bar and adds it to the collection of command bars.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**Variant**|The name of the new command bar. If this argument is omitted, a default name is assigned to the command bar (such as Custom 1).|
| _Position_|Optional|**Variant**|The position or type of the new command bar. Can be one of the **MsoBarPosition** constants.|
diff --git a/api/Office.CommandBars.Application.md b/api/Office.CommandBars.Application.md
index e05bced572d..833a7359238 100644
--- a/api/Office.CommandBars.Application.md
+++ b/api/Office.CommandBars.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [CommandBars](./Office.CommandBars.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CommandBars.CommitRenderingTransaction.md b/api/Office.CommandBars.CommitRenderingTransaction.md
index fff619e096f..d43b9789f22 100644
--- a/api/Office.CommandBars.CommitRenderingTransaction.md
+++ b/api/Office.CommandBars.CommitRenderingTransaction.md
@@ -27,11 +27,11 @@ Commits the rendering transaction. Returns **Nothing**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _hwnd_|Required|**Long**|A handle to the window in which to commit the rendering transaction.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.CommandBars.Count.md b/api/Office.CommandBars.Count.md
index 34b0dece31a..9b6be75e1c6 100644
--- a/api/Office.CommandBars.Count.md
+++ b/api/Office.CommandBars.Count.md
@@ -23,7 +23,7 @@ Gets a count of the number of command bars in the host application. Read-only.
_expression_ An expression that returns a [CommandBars](./Office.CommandBars.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CommandBars.Creator.md b/api/Office.CommandBars.Creator.md
index 0e64030e36f..c0e1045384a 100644
--- a/api/Office.CommandBars.Creator.md
+++ b/api/Office.CommandBars.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **CommandBars
_expression_ A variable that represents a [CommandBars](./Office.CommandBars.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CommandBars.ExecuteMso.md b/api/Office.CommandBars.ExecuteMso.md
index b32cb019e86..2d222f587c4 100644
--- a/api/Office.CommandBars.ExecuteMso.md
+++ b/api/Office.CommandBars.ExecuteMso.md
@@ -27,7 +27,7 @@ Executes the control identified by the **idMso** parameter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _idMso_|Required|**String**|Identifier for the control.|
diff --git a/api/Office.CommandBars.FindControl.md b/api/Office.CommandBars.FindControl.md
index fe082437596..4fe1f0d414b 100644
--- a/api/Office.CommandBars.FindControl.md
+++ b/api/Office.CommandBars.FindControl.md
@@ -30,14 +30,14 @@ Gets a **CommandBarControl** object that fits a specified criteria.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Variant**|The type of control.|
| _Id_|Optional|**Variant**|The identifier of the control.|
| _Tag_|Optional|**Variant**|The tag value of the control.|
| _Visible_|Optional|**Variant**|True to include only visible command bar controls in the search. The default value is False. Visible command bars include all visible toolbars and any menus that are open at the time the **FindControl** method is executed.|
-### Return Value
+### Return value
CommandBarControl
diff --git a/api/Office.CommandBars.FindControls.md b/api/Office.CommandBars.FindControls.md
index 229aaee604e..b97e7657f3b 100644
--- a/api/Office.CommandBars.FindControls.md
+++ b/api/Office.CommandBars.FindControls.md
@@ -30,14 +30,14 @@ Gets the **CommandBarControls** collection that fits the specified criteria.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Variant**|Is one of the **MsoControlType** constants specfying the type of control.|
| _Id_|Optional|**Variant**|The control's identifier.|
| _Tag_|Optional|**Variant**|The control's tag value.|
| _Visible_|Optional|**Variant**|**True** to include only visible command bar controls in the search. The default value is False.|
-### Return Value
+### Return value
CommandBarControls
diff --git a/api/Office.CommandBars.GetEnabledMso.md b/api/Office.CommandBars.GetEnabledMso.md
index b4c9377bf59..e5544b5458f 100644
--- a/api/Office.CommandBars.GetEnabledMso.md
+++ b/api/Office.CommandBars.GetEnabledMso.md
@@ -27,11 +27,11 @@ Returns True if the control identified by the **idMso** parameter is enabled.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _idMso_|Required|**String**|Identifier for the control.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBars.GetImageMso.md b/api/Office.CommandBars.GetImageMso.md
index db7cf54c4f5..efd8c98224d 100644
--- a/api/Office.CommandBars.GetImageMso.md
+++ b/api/Office.CommandBars.GetImageMso.md
@@ -30,13 +30,13 @@ Returns an **IPictureDisp** object of the control image identified by the **idM
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _idMso_|Required|**String**|Identifier for the control.|
| _Width_|Required|**Integer**|The width of the image.|
| _Height_|Required|**Integer**|The height of the image.|
-### Return Value
+### Return value
IPictureDisp
diff --git a/api/Office.CommandBars.GetLabelMso.md b/api/Office.CommandBars.GetLabelMso.md
index 26aae0b0c80..1b0e5c19590 100644
--- a/api/Office.CommandBars.GetLabelMso.md
+++ b/api/Office.CommandBars.GetLabelMso.md
@@ -30,11 +30,11 @@ Returns the label of the control identified by the **idMso** parameter as a Str
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _idMso_|Required|**String**|Identifier for the control.|
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBars.GetPressedMso.md b/api/Office.CommandBars.GetPressedMso.md
index 1af4b7234ee..ccd364f6d22 100644
--- a/api/Office.CommandBars.GetPressedMso.md
+++ b/api/Office.CommandBars.GetPressedMso.md
@@ -30,11 +30,11 @@ Returns a value indicating whether the toggleButton control identified by the *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _idMso_|Required|**String**|Identifier for the control.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBars.GetScreentipMso.md b/api/Office.CommandBars.GetScreentipMso.md
index 8d90d6a4ebf..bc47873eebb 100644
--- a/api/Office.CommandBars.GetScreentipMso.md
+++ b/api/Office.CommandBars.GetScreentipMso.md
@@ -30,11 +30,11 @@ Returns the screentip of the control identified by the **idMso** parameter as a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _idMso_|Required|**String**|Identifier for the control.|
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBars.GetSupertipMso.md b/api/Office.CommandBars.GetSupertipMso.md
index 89df09bd2f0..cd10c09e361 100644
--- a/api/Office.CommandBars.GetSupertipMso.md
+++ b/api/Office.CommandBars.GetSupertipMso.md
@@ -30,11 +30,11 @@ Returns the supertip of the control identified by the **idMso** parameter as a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _idMso_|Required|**String**|Identifier for the control.|
-### Return Value
+### Return value
String
diff --git a/api/Office.CommandBars.GetVisibleMso.md b/api/Office.CommandBars.GetVisibleMso.md
index 3ebc6787c2d..865254bcfcb 100644
--- a/api/Office.CommandBars.GetVisibleMso.md
+++ b/api/Office.CommandBars.GetVisibleMso.md
@@ -30,11 +30,11 @@ Returns True if the control identified by the **idMso** parameter is visible.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _idMso_|Required|**String**|Identifier for the control.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CommandBars.Item.md b/api/Office.CommandBars.Item.md
index cf849fc46fd..18175ef5acd 100644
--- a/api/Office.CommandBars.Item.md
+++ b/api/Office.CommandBars.Item.md
@@ -30,7 +30,7 @@ Gets a **CommandBar** object from the **CommandBars** collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to be returned.|
diff --git a/api/Office.CommandBars.Parent.md b/api/Office.CommandBars.Parent.md
index e9e7170adb7..71aabedbb0b 100644
--- a/api/Office.CommandBars.Parent.md
+++ b/api/Office.CommandBars.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **CommandBars** object. Read-only.
_expression_ A variable that represents a [CommandBars](./Office.CommandBars.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ContactCard.Application.md b/api/Office.ContactCard.Application.md
index 76b33327442..17242fa93d4 100644
--- a/api/Office.ContactCard.Application.md
+++ b/api/Office.ContactCard.Application.md
@@ -20,7 +20,7 @@ Returns an **Application** object that represents the parent Office application
_expression_ An expression that returns a [ContactCard](./Office.ContactCard.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Office.ContactCard.Close.md b/api/Office.ContactCard.Close.md
index 37c764b4cce..e454fe8a560 100644
--- a/api/Office.ContactCard.Close.md
+++ b/api/Office.ContactCard.Close.md
@@ -20,7 +20,7 @@ Closes the contact card.
_expression_ An expression that returns a [ContactCard](./Office.ContactCard.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.ContactCard.Creator.md b/api/Office.ContactCard.Creator.md
index 02059673bf5..7f600e6e811 100644
--- a/api/Office.ContactCard.Creator.md
+++ b/api/Office.ContactCard.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that indicates the application in which the **ContactCard**
_expression_ An expression that returns a [ContactCard](./Office.ContactCard.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ContactCard.Show.md b/api/Office.ContactCard.Show.md
index 69c83830583..215cac8f32d 100644
--- a/api/Office.ContactCard.Show.md
+++ b/api/Office.ContactCard.Show.md
@@ -24,7 +24,7 @@ Displays the contact card at the specified x-coordinate position outside the spe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required|**MsoContactCardStyle**|Determines whether the card is displayed as a hover card or as a fully expanded card. See Remarks for possible values.|
| _Left_|Required|**Long**|Specifies the x-coordinate of the left side of the rectangle where the card is not displayed.|
@@ -34,7 +34,7 @@ Displays the contact card at the specified x-coordinate position outside the spe
| _xcord_|Required|**Long**|Specifies the x-coordinate position of the left edge of the card.|
| _fDelay_|Required|**Boolean**|Determines if there is a delay before the card is displayed. |
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.ContentVerificationResults.md b/api/Office.ContentVerificationResults.md
index c22a2be5116..2a7e0c12e2f 100644
--- a/api/Office.ContentVerificationResults.md
+++ b/api/Office.ContentVerificationResults.md
@@ -14,7 +14,7 @@ Provides the status of verifying whether the content of a document has changed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**contverresError**|0|The verification resulted in an error.|
|**contverresModified**|4|The content of the document has been modified since it was digitally signed.|
diff --git a/api/Office.Crop.Application.md b/api/Office.Crop.Application.md
index 480cf468b2a..c34237084f9 100644
--- a/api/Office.Crop.Application.md
+++ b/api/Office.Crop.Application.md
@@ -20,7 +20,7 @@ Gets the **Application** object of the host application. Read-only.
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Crop.Creator.md b/api/Office.Crop.Creator.md
index 8fc3bf2f20c..a4e577cf423 100644
--- a/api/Office.Crop.Creator.md
+++ b/api/Office.Crop.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **Crop** obje
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.Crop.PictureHeight.md b/api/Office.Crop.PictureHeight.md
index 90729259960..1f4f9f06d87 100644
--- a/api/Office.Crop.PictureHeight.md
+++ b/api/Office.Crop.PictureHeight.md
@@ -20,7 +20,7 @@ Gets or sets the height of the image that is to be cropped. Read/write.
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Crop.PictureOffsetX.md b/api/Office.Crop.PictureOffsetX.md
index fd1c49f15e2..7edd00c413a 100644
--- a/api/Office.Crop.PictureOffsetX.md
+++ b/api/Office.Crop.PictureOffsetX.md
@@ -20,7 +20,7 @@ Gets or sets the x-axis offset of the image that is to be cropped. Read/write.
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Crop.PictureOffsetY.md b/api/Office.Crop.PictureOffsetY.md
index d15e3c5e8fb..8a02ffd2781 100644
--- a/api/Office.Crop.PictureOffsetY.md
+++ b/api/Office.Crop.PictureOffsetY.md
@@ -20,7 +20,7 @@ Gets or sets the y-axis offset of the image that is to be cropped. Read/write.
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Crop.PictureWidth.md b/api/Office.Crop.PictureWidth.md
index 646560d3b1d..48ba43d1d1d 100644
--- a/api/Office.Crop.PictureWidth.md
+++ b/api/Office.Crop.PictureWidth.md
@@ -20,7 +20,7 @@ Gets or sets the width of the image that is to be cropped. Read/write
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Crop.ShapeHeight.md b/api/Office.Crop.ShapeHeight.md
index 4c96f31aa07..adf2c0753d6 100644
--- a/api/Office.Crop.ShapeHeight.md
+++ b/api/Office.Crop.ShapeHeight.md
@@ -20,7 +20,7 @@ Gets or sets the height of a shape that is used to crop an image. Read/write
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Crop.ShapeLeft.md b/api/Office.Crop.ShapeLeft.md
index 414f79b4210..b9f2510c2b1 100644
--- a/api/Office.Crop.ShapeLeft.md
+++ b/api/Office.Crop.ShapeLeft.md
@@ -20,7 +20,7 @@ Gets or sets the location of the left-side of a shape that is used to crop an im
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Crop.ShapeTop.md b/api/Office.Crop.ShapeTop.md
index ea5dd226e59..40e67667963 100644
--- a/api/Office.Crop.ShapeTop.md
+++ b/api/Office.Crop.ShapeTop.md
@@ -20,7 +20,7 @@ Gets or sets the location of the top of a shape that is used to crop an image. R
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Crop.ShapeWidth.md b/api/Office.Crop.ShapeWidth.md
index 34ac51cbc1a..9904325b3c2 100644
--- a/api/Office.Crop.ShapeWidth.md
+++ b/api/Office.Crop.ShapeWidth.md
@@ -20,7 +20,7 @@ Gets or sets the width of a shape that is used to crop an image. Read/write
_expression_ An expression that returns a [Crop](./Office.Crop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.CustomTaskPane.Application.md b/api/Office.CustomTaskPane.Application.md
index e6ef9a7417b..770d06ce935 100644
--- a/api/Office.CustomTaskPane.Application.md
+++ b/api/Office.CustomTaskPane.Application.md
@@ -23,7 +23,7 @@ Gets the **Application** object of the host application. Read-only.
_expression_ An expression that returns a [CustomTaskPane](./Office.CustomTaskPane.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomTaskPane.ContentControl.md b/api/Office.CustomTaskPane.ContentControl.md
index 520268c5ca0..d7112be33b3 100644
--- a/api/Office.CustomTaskPane.ContentControl.md
+++ b/api/Office.CustomTaskPane.ContentControl.md
@@ -23,7 +23,7 @@ Gets the Microsoft ActiveX® control instance displayed in the custom task pane
_expression_ An expression that returns a [CustomTaskPane](./Office.CustomTaskPane.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomTaskPane.DockPosition.md b/api/Office.CustomTaskPane.DockPosition.md
index deb98847881..cdcbcd04e6e 100644
--- a/api/Office.CustomTaskPane.DockPosition.md
+++ b/api/Office.CustomTaskPane.DockPosition.md
@@ -23,7 +23,7 @@ Gets or sets an enumerated value specifying the docked position of a **CustomTa
_expression_ An expression that returns a [CustomTaskPane](./Office.CustomTaskPane.md) object.
-### Return Value
+### Return value
MsoCTPDockPosition
diff --git a/api/Office.CustomTaskPane.DockPositionRestrict.md b/api/Office.CustomTaskPane.DockPositionRestrict.md
index af7ffea7892..6c86aac9ca8 100644
--- a/api/Office.CustomTaskPane.DockPositionRestrict.md
+++ b/api/Office.CustomTaskPane.DockPositionRestrict.md
@@ -23,7 +23,7 @@ Gets or sets an enumerated value specifying a restriction on the orientation of
_expression_ An expression that returns a [CustomTaskPane](./Office.CustomTaskPane.md) object.
-### Return Value
+### Return value
MsoCTPDockPositionRestrict
diff --git a/api/Office.CustomTaskPane.DockPositionStateChange.md b/api/Office.CustomTaskPane.DockPositionStateChange.md
index ce520505671..3f7a10b22dd 100644
--- a/api/Office.CustomTaskPane.DockPositionStateChange.md
+++ b/api/Office.CustomTaskPane.DockPositionStateChange.md
@@ -27,7 +27,7 @@ Occurs when the user changes the docking position of the active custom task pane
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomTaskPaneInst_|Required|**Object**|The active custom task pane.|
diff --git a/api/Office.CustomTaskPane.Height.md b/api/Office.CustomTaskPane.Height.md
index edae9deb06d..6524c0e6961 100644
--- a/api/Office.CustomTaskPane.Height.md
+++ b/api/Office.CustomTaskPane.Height.md
@@ -23,7 +23,7 @@ Gets or sets the height of the **CustomTaskPane** object (in points). Read/writ
_expression_ An expression that returns a [CustomTaskPane](./Office.CustomTaskPane.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CustomTaskPane.Title.md b/api/Office.CustomTaskPane.Title.md
index b2c6daf1145..e1ea1e37194 100644
--- a/api/Office.CustomTaskPane.Title.md
+++ b/api/Office.CustomTaskPane.Title.md
@@ -23,7 +23,7 @@ Gets a **String** representing the title of a **CustomTaskPane** object. Read-o
_expression_ An expression that returns a [CustomTaskPane](./Office.CustomTaskPane.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomTaskPane.Visible.md b/api/Office.CustomTaskPane.Visible.md
index 8207831643d..b59ee4b1b45 100644
--- a/api/Office.CustomTaskPane.Visible.md
+++ b/api/Office.CustomTaskPane.Visible.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [CustomTaskPane](./Office.CustomTaskPane.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CustomTaskPane.VisibleStateChange.md b/api/Office.CustomTaskPane.VisibleStateChange.md
index 780a1c7d472..a28c62c2c35 100644
--- a/api/Office.CustomTaskPane.VisibleStateChange.md
+++ b/api/Office.CustomTaskPane.VisibleStateChange.md
@@ -27,7 +27,7 @@ Occurs when the user changes the visibility of the custom task pane.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomTaskPaneInst_|Required|**CustomTaskPane**|The active task pane.|
diff --git a/api/Office.CustomTaskPane.Width.md b/api/Office.CustomTaskPane.Width.md
index af3cb96ffba..dc0e6fe869a 100644
--- a/api/Office.CustomTaskPane.Width.md
+++ b/api/Office.CustomTaskPane.Width.md
@@ -23,7 +23,7 @@ Gets or sets the width of the task pane specified by the **CustomTaskPane** obj
_expression_ An expression that returns a [CustomTaskPane](./Office.CustomTaskPane.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.CustomTaskPane.Window.md b/api/Office.CustomTaskPane.Window.md
index a54e62fa68c..267a251b37c 100644
--- a/api/Office.CustomTaskPane.Window.md
+++ b/api/Office.CustomTaskPane.Window.md
@@ -23,7 +23,7 @@ Gets the parent window object of the **CustomTaskPane** object. Read-only.
_expression_ An expression that returns a [CustomTaskPane](./Office.CustomTaskPane.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLNode.AppendChildNode.md b/api/Office.CustomXMLNode.AppendChildNode.md
index 07f815ff95c..25f69df1a26 100644
--- a/api/Office.CustomXMLNode.AppendChildNode.md
+++ b/api/Office.CustomXMLNode.AppendChildNode.md
@@ -27,7 +27,7 @@ Appends a single node as the last child under the context element node in the tr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|Represents the base name of the element to be appended.|
| _NamespaceURI_|Optional|**String**|Represents the namespace of the element to be appended. This parameter is required to append nodes of type **msoCustomXMLNodeElement** or **msoCustomXMLNodeAttribute**, otherwise it is ignored.|
diff --git a/api/Office.CustomXMLNode.AppendChildSubtree.md b/api/Office.CustomXMLNode.AppendChildSubtree.md
index ce60a1ece05..6d0af930d8e 100644
--- a/api/Office.CustomXMLNode.AppendChildSubtree.md
+++ b/api/Office.CustomXMLNode.AppendChildSubtree.md
@@ -27,7 +27,7 @@ Adds a subtree as the last child under the context element node in the tree.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XML_|Required|**String**|Represents the subtree to add.|
diff --git a/api/Office.CustomXMLNode.Application.md b/api/Office.CustomXMLNode.Application.md
index 84d1c05fc75..b81ab606735 100644
--- a/api/Office.CustomXMLNode.Application.md
+++ b/api/Office.CustomXMLNode.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for a
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLNode.Attributes.md b/api/Office.CustomXMLNode.Attributes.md
index 2127a2e5e87..91cb27bed7e 100644
--- a/api/Office.CustomXMLNode.Attributes.md
+++ b/api/Office.CustomXMLNode.Attributes.md
@@ -23,7 +23,7 @@ Gets a **CustomXMLNodes** collection representing the attributes of the current
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
CustomXMLNodes
diff --git a/api/Office.CustomXMLNode.BaseName.md b/api/Office.CustomXMLNode.BaseName.md
index 04da17c319c..6ae77ee1145 100644
--- a/api/Office.CustomXMLNode.BaseName.md
+++ b/api/Office.CustomXMLNode.BaseName.md
@@ -23,7 +23,7 @@ Gets the base name of the node without the namespace prefix, if one exists, in t
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLNode.ChildNodes.md b/api/Office.CustomXMLNode.ChildNodes.md
index be2943d0342..71de601b5ec 100644
--- a/api/Office.CustomXMLNode.ChildNodes.md
+++ b/api/Office.CustomXMLNode.ChildNodes.md
@@ -23,7 +23,7 @@ Gets a **CustomXMLNodes** collection containing all of the child elements of th
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
CustomXMLNodes
diff --git a/api/Office.CustomXMLNode.Creator.md b/api/Office.CustomXMLNode.Creator.md
index 0fb77f19e83..59fe04aa1ab 100644
--- a/api/Office.CustomXMLNode.Creator.md
+++ b/api/Office.CustomXMLNode.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLNo
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLNode.FirstChild.md b/api/Office.CustomXMLNode.FirstChild.md
index 6cb26dc97ba..27d1dd30f66 100644
--- a/api/Office.CustomXMLNode.FirstChild.md
+++ b/api/Office.CustomXMLNode.FirstChild.md
@@ -23,7 +23,7 @@ Gets a **CustomXMLNode** object corresponding to the first child element of the
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLNode.HasChildNodes.md b/api/Office.CustomXMLNode.HasChildNodes.md
index ac54a8774cd..86f7eaa011a 100644
--- a/api/Office.CustomXMLNode.HasChildNodes.md
+++ b/api/Office.CustomXMLNode.HasChildNodes.md
@@ -23,7 +23,7 @@ Gets **True** if the current element node has child element nodes.
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CustomXMLNode.InsertNodeBefore.md b/api/Office.CustomXMLNode.InsertNodeBefore.md
index ce9ed792b55..db9014536b4 100644
--- a/api/Office.CustomXMLNode.InsertNodeBefore.md
+++ b/api/Office.CustomXMLNode.InsertNodeBefore.md
@@ -27,7 +27,7 @@ Inserts a new node just before the context node in the tree.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|Represents the base name of the node to be added.|
| _NamespaceURI_|Optional|**String**|Represents the namespace of the element to be added. This parameter is required if adding nodes of type **msoCustomXMLNodeElement** or **msoCustomXMLNodeAttribute**, otherwise it is ignored.|
diff --git a/api/Office.CustomXMLNode.InsertSubtreeBefore.md b/api/Office.CustomXMLNode.InsertSubtreeBefore.md
index 7b74e15db9d..335e8f334c0 100644
--- a/api/Office.CustomXMLNode.InsertSubtreeBefore.md
+++ b/api/Office.CustomXMLNode.InsertSubtreeBefore.md
@@ -27,7 +27,7 @@ Inserts the specified subtree into the location just before the context node.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XML_|Required|**String**|Represents the subtree to be added. |
| _NextSibling_|Optional|**CustomXMLNode**|Specifies the context node.|
diff --git a/api/Office.CustomXMLNode.LastChild.md b/api/Office.CustomXMLNode.LastChild.md
index 5a57689e96f..a7da71f6760 100644
--- a/api/Office.CustomXMLNode.LastChild.md
+++ b/api/Office.CustomXMLNode.LastChild.md
@@ -23,7 +23,7 @@ Gets a **CustomXMLNode** object corresponding to the last child element of the
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLNode.NamespaceURI.md b/api/Office.CustomXMLNode.NamespaceURI.md
index a4022047424..20c9a9a4215 100644
--- a/api/Office.CustomXMLNode.NamespaceURI.md
+++ b/api/Office.CustomXMLNode.NamespaceURI.md
@@ -23,7 +23,7 @@ Gets the unique address identifier for the namespace of the **CustomXMLNode** o
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLNode.NextSibling.md b/api/Office.CustomXMLNode.NextSibling.md
index e0fd62f5c45..3efc7559949 100644
--- a/api/Office.CustomXMLNode.NextSibling.md
+++ b/api/Office.CustomXMLNode.NextSibling.md
@@ -23,7 +23,7 @@ Gets the next sibling node (element, comment, or processing instruction) of the
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLNode.NodeType.md b/api/Office.CustomXMLNode.NodeType.md
index 611f3379e04..f15e79cfe79 100644
--- a/api/Office.CustomXMLNode.NodeType.md
+++ b/api/Office.CustomXMLNode.NodeType.md
@@ -23,7 +23,7 @@ Gets the type of the current node. Read-only.
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
MsoCustomXMLNodeType
diff --git a/api/Office.CustomXMLNode.NodeValue.md b/api/Office.CustomXMLNode.NodeValue.md
index 1cd38a23b8a..d0a3013fcdf 100644
--- a/api/Office.CustomXMLNode.NodeValue.md
+++ b/api/Office.CustomXMLNode.NodeValue.md
@@ -23,7 +23,7 @@ Gets or sets the value of the current node. Read/write.
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLNode.OwnerDocument.md b/api/Office.CustomXMLNode.OwnerDocument.md
index 7c1d04b43e4..59b4f93681c 100644
--- a/api/Office.CustomXMLNode.OwnerDocument.md
+++ b/api/Office.CustomXMLNode.OwnerDocument.md
@@ -23,7 +23,7 @@ Gets the object representing the Microsoft Excel workbook, Microsoft PowerPoint
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLNode.OwnerPart.md b/api/Office.CustomXMLNode.OwnerPart.md
index 44cbeb58922..c4dab0d9a42 100644
--- a/api/Office.CustomXMLNode.OwnerPart.md
+++ b/api/Office.CustomXMLNode.OwnerPart.md
@@ -23,7 +23,7 @@ Gets the object representing the part associated with this node. Read-only.
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
CustomXMLPart
diff --git a/api/Office.CustomXMLNode.Parent.md b/api/Office.CustomXMLNode.Parent.md
index 58a0e9dd802..45fc54bb635 100644
--- a/api/Office.CustomXMLNode.Parent.md
+++ b/api/Office.CustomXMLNode.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CustomXMLNode** object. Read-only.
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLNode.ParentNode.md b/api/Office.CustomXMLNode.ParentNode.md
index 6911ce62a0c..b2a0d5104aa 100644
--- a/api/Office.CustomXMLNode.ParentNode.md
+++ b/api/Office.CustomXMLNode.ParentNode.md
@@ -23,7 +23,7 @@ Gets the parent element node of the current node. If the current node is at the
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLNode.PreviousSibling.md b/api/Office.CustomXMLNode.PreviousSibling.md
index 6a189f447a8..c2e921ace4e 100644
--- a/api/Office.CustomXMLNode.PreviousSibling.md
+++ b/api/Office.CustomXMLNode.PreviousSibling.md
@@ -23,7 +23,7 @@ Gets the previous sibling node (element, comment, or processing instruction) of
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLNode.RemoveChild.md b/api/Office.CustomXMLNode.RemoveChild.md
index 30072e972a8..2b21fdf83c3 100644
--- a/api/Office.CustomXMLNode.RemoveChild.md
+++ b/api/Office.CustomXMLNode.RemoveChild.md
@@ -27,7 +27,7 @@ Removes the specified child node from the tree.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Child_|Required|**CustomXMLNode**|Represents the child node of the context node.|
diff --git a/api/Office.CustomXMLNode.ReplaceChildNode.md b/api/Office.CustomXMLNode.ReplaceChildNode.md
index 5b01c841a31..87946f67ae8 100644
--- a/api/Office.CustomXMLNode.ReplaceChildNode.md
+++ b/api/Office.CustomXMLNode.ReplaceChildNode.md
@@ -27,7 +27,7 @@ Removes the specified child node (and its subtree) from the main tree, and repla
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OldNode_|Required|**CustomXMLNode**|Represents the child node to be replaced.|
| _Name_|Optional|**String**|Represents the base name of the element to be added.|
diff --git a/api/Office.CustomXMLNode.ReplaceChildSubtree.md b/api/Office.CustomXMLNode.ReplaceChildSubtree.md
index 981b783f6e9..a00dab51d19 100644
--- a/api/Office.CustomXMLNode.ReplaceChildSubtree.md
+++ b/api/Office.CustomXMLNode.ReplaceChildSubtree.md
@@ -27,7 +27,7 @@ Removes the specified node (and its subtree) from the main tree, and replaces it
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XML_|Required|**String**|Represents the subtree to be added.|
| _OldNode_|Required|**CustomXMLNode**|Represents the child node to be replaced.|
diff --git a/api/Office.CustomXMLNode.SelectNodes.md b/api/Office.CustomXMLNode.SelectNodes.md
index 09e58ee2e25..7548c48dc83 100644
--- a/api/Office.CustomXMLNode.SelectNodes.md
+++ b/api/Office.CustomXMLNode.SelectNodes.md
@@ -27,11 +27,11 @@ Selects a collection of nodes matching an XPath expression. This method differs
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required|**String**|Contains an XPath expression.|
-### Return Value
+### Return value
CustomXMLNodes
diff --git a/api/Office.CustomXMLNode.SelectSingleNode.md b/api/Office.CustomXMLNode.SelectSingleNode.md
index 49a451464da..16c1b51d72c 100644
--- a/api/Office.CustomXMLNode.SelectSingleNode.md
+++ b/api/Office.CustomXMLNode.SelectSingleNode.md
@@ -27,11 +27,11 @@ Selects a single node from a collection matching an XPath expression. This metho
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required|**String**|Contains an XPath expression.|
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLNode.Text.md b/api/Office.CustomXMLNode.Text.md
index 80a30522269..30870440a08 100644
--- a/api/Office.CustomXMLNode.Text.md
+++ b/api/Office.CustomXMLNode.Text.md
@@ -23,7 +23,7 @@ Gets or sets the text for the current node. Read/write.
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLNode.XML.md b/api/Office.CustomXMLNode.XML.md
index e01d6ec88ea..dc6aff244c7 100644
--- a/api/Office.CustomXMLNode.XML.md
+++ b/api/Office.CustomXMLNode.XML.md
@@ -23,7 +23,7 @@ Gets the XML representation of the current node and its children, if any exist.
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLNode.XPath.md b/api/Office.CustomXMLNode.XPath.md
index 2f1de52c84f..61b84af34f0 100644
--- a/api/Office.CustomXMLNode.XPath.md
+++ b/api/Office.CustomXMLNode.XPath.md
@@ -23,7 +23,7 @@ Gets a **String** with the canonicalized XPath for the current node. If the nod
_expression_ An expression that returns a [CustomXMLNode](./Office.CustomXMLNode.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLNodes.Application.md b/api/Office.CustomXMLNodes.Application.md
index 262716ed6f6..eb1d7720b5d 100644
--- a/api/Office.CustomXMLNodes.Application.md
+++ b/api/Office.CustomXMLNodes.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [CustomXMLNodes](./Office.CustomXMLNodes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLNodes.Count.md b/api/Office.CustomXMLNodes.Count.md
index 05eac6e3146..62c66efca77 100644
--- a/api/Office.CustomXMLNodes.Count.md
+++ b/api/Office.CustomXMLNodes.Count.md
@@ -23,7 +23,7 @@ Gets a count of the number of **CustomXMLNode** objects in a **CustomXMLNodes**
_expression_ An expression that returns a [CustomXMLNodes](./Office.CustomXMLNodes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLNodes.Creator.md b/api/Office.CustomXMLNodes.Creator.md
index 0d7de471827..99f5ee7c92b 100644
--- a/api/Office.CustomXMLNodes.Creator.md
+++ b/api/Office.CustomXMLNodes.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLNo
_expression_ An expression that returns a [CustomXMLNodes](./Office.CustomXMLNodes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLNodes.Item.md b/api/Office.CustomXMLNodes.Item.md
index c11b5f2cb6b..9e8a9d15178 100644
--- a/api/Office.CustomXMLNodes.Item.md
+++ b/api/Office.CustomXMLNodes.Item.md
@@ -27,11 +27,11 @@ Gets a **CustomXMLNode** object from the **CustomXMLNodes** collection. Read-on
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the **CustomXMLNode** object to be returned.|
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLNodes.Parent.md b/api/Office.CustomXMLNodes.Parent.md
index b0dac993987..c6b9bb4ffb6 100644
--- a/api/Office.CustomXMLNodes.Parent.md
+++ b/api/Office.CustomXMLNodes.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CustomXMLNodes** object. Read-only.
_expression_ An expression that returns a [CustomXMLNodes](./Office.CustomXMLNodes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLPart.AddNode.md b/api/Office.CustomXMLPart.AddNode.md
index 27bea4dea46..65b56b73ea7 100644
--- a/api/Office.CustomXMLPart.AddNode.md
+++ b/api/Office.CustomXMLPart.AddNode.md
@@ -27,7 +27,7 @@ Adds a node to the XML tree.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Parent_|Required|**CustomXMLNode**|Represents the node under which this node should be added. If adding an attribute, the parameter denotes the element that the attribute should be added to.|
| _Name_|Optional|**String**|Represents the base name of the node to be added.|
diff --git a/api/Office.CustomXMLPart.Application.md b/api/Office.CustomXMLPart.Application.md
index 77ad5d7b2c8..57b46b70355 100644
--- a/api/Office.CustomXMLPart.Application.md
+++ b/api/Office.CustomXMLPart.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLPart.BuiltIn.md b/api/Office.CustomXMLPart.BuiltIn.md
index 51520e8790f..f65d7d88ce5 100644
--- a/api/Office.CustomXMLPart.BuiltIn.md
+++ b/api/Office.CustomXMLPart.BuiltIn.md
@@ -23,7 +23,7 @@ Gets a value that indicates whether the **CustomXMLPart** is built-in. Read-onl
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CustomXMLPart.Creator.md b/api/Office.CustomXMLPart.Creator.md
index 92a1be47a26..b31c41e6d82 100644
--- a/api/Office.CustomXMLPart.Creator.md
+++ b/api/Office.CustomXMLPart.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLPa
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLPart.DocumentElement.md b/api/Office.CustomXMLPart.DocumentElement.md
index 52a003489ca..cc0a88f21bc 100644
--- a/api/Office.CustomXMLPart.DocumentElement.md
+++ b/api/Office.CustomXMLPart.DocumentElement.md
@@ -23,7 +23,7 @@ Gets the root element of a bound region of data in a document. If the region is
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLPart.Errors.md b/api/Office.CustomXMLPart.Errors.md
index 80c19127c9c..0ecc5897446 100644
--- a/api/Office.CustomXMLPart.Errors.md
+++ b/api/Office.CustomXMLPart.Errors.md
@@ -23,7 +23,7 @@ Gets a **CustomXMLValidationErrors** object that provides access to any XML val
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
CustomXMLValidationErrors
diff --git a/api/Office.CustomXMLPart.Id.md b/api/Office.CustomXMLPart.Id.md
index 3d91252c4f1..3f9463be221 100644
--- a/api/Office.CustomXMLPart.Id.md
+++ b/api/Office.CustomXMLPart.Id.md
@@ -23,7 +23,7 @@ Gets a **String** containing the GUID assigned to the current **CustomXMLPart**
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLPart.Load.md b/api/Office.CustomXMLPart.Load.md
index a39656664a4..7ddb292c4d8 100644
--- a/api/Office.CustomXMLPart.Load.md
+++ b/api/Office.CustomXMLPart.Load.md
@@ -27,11 +27,11 @@ Allows the template author to populate a **CustomXMLPart** from an existing fil
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FilePath_|Required|**String**|Points to the file on the user's computer or on a network containing the XML to be loaded.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CustomXMLPart.LoadXML.md b/api/Office.CustomXMLPart.LoadXML.md
index 0fe0402598c..a91ab750ea9 100644
--- a/api/Office.CustomXMLPart.LoadXML.md
+++ b/api/Office.CustomXMLPart.LoadXML.md
@@ -27,11 +27,11 @@ Allows the template author to populate a **CustomXMLPart** object from an XML s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XML_|Required|**String**|Contains the XML to load.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CustomXMLPart.NamespaceManager.md b/api/Office.CustomXMLPart.NamespaceManager.md
index f1d6d86d014..2a49bfb0ad5 100644
--- a/api/Office.CustomXMLPart.NamespaceManager.md
+++ b/api/Office.CustomXMLPart.NamespaceManager.md
@@ -23,7 +23,7 @@ Gets the set of namespace prefix mappings used against the current **CustomXMLP
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
CustomXMLPrefixMappings
diff --git a/api/Office.CustomXMLPart.NamespaceURI.md b/api/Office.CustomXMLPart.NamespaceURI.md
index 4e78d34bfb9..eff21ac18b5 100644
--- a/api/Office.CustomXMLPart.NamespaceURI.md
+++ b/api/Office.CustomXMLPart.NamespaceURI.md
@@ -23,7 +23,7 @@ Gets the unique address identifier for the namespace of the **CustomXMLPart** o
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLPart.NodeAfterDelete.md b/api/Office.CustomXMLPart.NodeAfterDelete.md
index 15fc3ce23ef..68f95fc48fe 100644
--- a/api/Office.CustomXMLPart.NodeAfterDelete.md
+++ b/api/Office.CustomXMLPart.NodeAfterDelete.md
@@ -27,7 +27,7 @@ Occurs after a node is deleted in a **CustomXMLPart** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OldNode_|Required|**CustomXMLNode**|Corresponds to the node which was just removed from the **CustomXMLPart** object. Note that this node may have children, if a subtree is being removed from the document. Also, this node will be a "disconnected" node in that you can query down from the node, but you cannot query up the tree - the node appears to exist alone.|
| _OldParentNode_|Required|**CustomXMLNode**|Corresponds to the former parent node of OldNode.|
diff --git a/api/Office.CustomXMLPart.NodeAfterInsert.md b/api/Office.CustomXMLPart.NodeAfterInsert.md
index a7beff14a61..eb651a979ca 100644
--- a/api/Office.CustomXMLPart.NodeAfterInsert.md
+++ b/api/Office.CustomXMLPart.NodeAfterInsert.md
@@ -27,7 +27,7 @@ Occurs after a node is inserted in a **CustomXMLPart** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewNode_|Required|**CustomXMLNode**|Corresponds to the node just added to the **CustomXMLPart** object. Note that this node may have children, if a subtree was just added to the document.|
| _InUndoRedo_|Required|**Boolean**|Returns **TRUE** if the node was inserted as part of an Undo/Redo action by the user.|
diff --git a/api/Office.CustomXMLPart.NodeAfterReplace.md b/api/Office.CustomXMLPart.NodeAfterReplace.md
index db5f531148f..a2f2907ed29 100644
--- a/api/Office.CustomXMLPart.NodeAfterReplace.md
+++ b/api/Office.CustomXMLPart.NodeAfterReplace.md
@@ -27,7 +27,7 @@ Occurs just after a node is replaced in a **CustomXMLPart** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OldNode_|Required|**CustomXMLNode**|Corresponds to the node which was just removed from the **CustomXMLPart** object. Note that this node may have children, if a subtree was just added to the document. Also, this node will be a "disconnected" node in that you can query down from the node, but cannot go up - it appears to exist alone.|
| _NewNode_|Required|**CustomXMLNode**|Corresponds to the node just added to the **CustomXMLPart** object.|
diff --git a/api/Office.CustomXMLPart.Parent.md b/api/Office.CustomXMLPart.Parent.md
index 87762270edf..ebebecde122 100644
--- a/api/Office.CustomXMLPart.Parent.md
+++ b/api/Office.CustomXMLPart.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CustomXMLPart** object. Read-only.
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLPart.SchemaCollection.md b/api/Office.CustomXMLPart.SchemaCollection.md
index acc6c642e19..b43975d6d5c 100644
--- a/api/Office.CustomXMLPart.SchemaCollection.md
+++ b/api/Office.CustomXMLPart.SchemaCollection.md
@@ -23,7 +23,7 @@ Gets or sets a **CustomXMLSchemaCollection** object representing the set of sch
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
CustomXMLSchemaCollection
diff --git a/api/Office.CustomXMLPart.SelectNodes.md b/api/Office.CustomXMLPart.SelectNodes.md
index 1654ba47539..3ddde341b94 100644
--- a/api/Office.CustomXMLPart.SelectNodes.md
+++ b/api/Office.CustomXMLPart.SelectNodes.md
@@ -27,11 +27,11 @@ Selects a collection of nodes from a custom XML part.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required|**String**|Contains the XPath expression.|
-### Return Value
+### Return value
CustomXMLNodes
diff --git a/api/Office.CustomXMLPart.SelectSingleNode.md b/api/Office.CustomXMLPart.SelectSingleNode.md
index aea93fabee5..646618bbd0d 100644
--- a/api/Office.CustomXMLPart.SelectSingleNode.md
+++ b/api/Office.CustomXMLPart.SelectSingleNode.md
@@ -27,11 +27,11 @@ Selects a single node within a custom XML part matching an XPath expression.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required|**String**|Contains an XPath expression.|
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLPart.XML.md b/api/Office.CustomXMLPart.XML.md
index 726cc4e5845..f847ad2325d 100644
--- a/api/Office.CustomXMLPart.XML.md
+++ b/api/Office.CustomXMLPart.XML.md
@@ -23,7 +23,7 @@ Gets the XML representation of the current **CustomXMLPart** object. Read-only.
_expression_ An expression that returns a [CustomXMLPart](./Office.CustomXMLPart.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLParts.Add.md b/api/Office.CustomXMLParts.Add.md
index af65435c077..c8dea89aaa9 100644
--- a/api/Office.CustomXMLParts.Add.md
+++ b/api/Office.CustomXMLParts.Add.md
@@ -27,12 +27,12 @@ Allows you to add a new **CustomXMLPart** to a file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XML_|Optional|**String**|Contains the XML to add to the newly created **CustomXMLPart**.|
| _SchemaCollection_|Optional|**CustomXMLSchemaCollection**|Represents the set of schemas to be used to validate this stream.|
-### Return Value
+### Return value
CustomXMLPart
diff --git a/api/Office.CustomXMLParts.Application.md b/api/Office.CustomXMLParts.Application.md
index 1770a2fd4f0..825fed249f2 100644
--- a/api/Office.CustomXMLParts.Application.md
+++ b/api/Office.CustomXMLParts.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [CustomXMLParts](./Office.CustomXMLParts.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLParts.Count.md b/api/Office.CustomXMLParts.Count.md
index 2d0e44e3f64..518562b2c4c 100644
--- a/api/Office.CustomXMLParts.Count.md
+++ b/api/Office.CustomXMLParts.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **CustomXMLParts** collec
_expression_ An expression that returns a [CustomXMLParts](./Office.CustomXMLParts.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLParts.Creator.md b/api/Office.CustomXMLParts.Creator.md
index ee922bf7e9d..8adaa073867 100644
--- a/api/Office.CustomXMLParts.Creator.md
+++ b/api/Office.CustomXMLParts.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLPa
_expression_ An expression that returns a [CustomXMLParts](./Office.CustomXMLParts.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLParts.Item.md b/api/Office.CustomXMLParts.Item.md
index c7ef39626f5..a865dc588dd 100644
--- a/api/Office.CustomXMLParts.Item.md
+++ b/api/Office.CustomXMLParts.Item.md
@@ -27,11 +27,11 @@ Gets a **CustomXMLPart** object from the **CustomXMLParts** collection. Read-on
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the **CustomXMLPart** object to be returned.|
-### Return Value
+### Return value
CustomXMLPart
diff --git a/api/Office.CustomXMLParts.Parent.md b/api/Office.CustomXMLParts.Parent.md
index ee128c415b4..68a18e447ed 100644
--- a/api/Office.CustomXMLParts.Parent.md
+++ b/api/Office.CustomXMLParts.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CustomXMLParts** object. Read-only.
_expression_ An expression that returns a [CustomXMLParts](./Office.CustomXMLParts.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLParts.PartAfterAdd.md b/api/Office.CustomXMLParts.PartAfterAdd.md
index c41522072f2..2a083311419 100644
--- a/api/Office.CustomXMLParts.PartAfterAdd.md
+++ b/api/Office.CustomXMLParts.PartAfterAdd.md
@@ -27,7 +27,7 @@ Occurs just after a **CustomXMLPart** object is added to the **CustomXMLParts**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewPart_|Required|**CustomXMLPart**|The part that was added.|
diff --git a/api/Office.CustomXMLParts.PartAfterLoad.md b/api/Office.CustomXMLParts.PartAfterLoad.md
index 4c852de202c..a079cfa0b2e 100644
--- a/api/Office.CustomXMLParts.PartAfterLoad.md
+++ b/api/Office.CustomXMLParts.PartAfterLoad.md
@@ -27,7 +27,7 @@ Occurs just after a **CustomXMLPart** object is loaded.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Part_|Required|**CustomXMLPart**|The part that was loaded.|
diff --git a/api/Office.CustomXMLParts.PartBeforeDelete.md b/api/Office.CustomXMLParts.PartBeforeDelete.md
index f89e3c6904a..f6a4587dae3 100644
--- a/api/Office.CustomXMLParts.PartBeforeDelete.md
+++ b/api/Office.CustomXMLParts.PartBeforeDelete.md
@@ -27,7 +27,7 @@ Occurs just before a **CustomXMLPart** object is deleted from the **CustomXMLPa
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OldPart_|Required|**CustomXMLPart**|The part that is about to be deleted.|
diff --git a/api/Office.CustomXMLParts.SelectByID.md b/api/Office.CustomXMLParts.SelectByID.md
index 08c0dc20f40..84dad7bee4f 100644
--- a/api/Office.CustomXMLParts.SelectByID.md
+++ b/api/Office.CustomXMLParts.SelectByID.md
@@ -27,11 +27,11 @@ Selects a custom XML part matching a GUID.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Id_|Required|**String**|Contains the GUID for the custom XML part. |
-### Return Value
+### Return value
CustomXMLPart
diff --git a/api/Office.CustomXMLParts.SelectByNamespace.md b/api/Office.CustomXMLParts.SelectByNamespace.md
index a6ef2abee9c..7ef297c30ce 100644
--- a/api/Office.CustomXMLParts.SelectByNamespace.md
+++ b/api/Office.CustomXMLParts.SelectByNamespace.md
@@ -27,11 +27,11 @@ Selects the collection of custom XML parts whose namespace matches the search cr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NamespaceURI_|Required|**String**|Contains a namespace URI.|
-### Return Value
+### Return value
CustomXMLParts
diff --git a/api/Office.CustomXMLPrefixMapping.Application.md b/api/Office.CustomXMLPrefixMapping.Application.md
index 5b915dc2178..b2c8d5e5571 100644
--- a/api/Office.CustomXMLPrefixMapping.Application.md
+++ b/api/Office.CustomXMLPrefixMapping.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [CustomXMLPrefixMapping](./Office.CustomXMLPrefixMapping.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLPrefixMapping.Creator.md b/api/Office.CustomXMLPrefixMapping.Creator.md
index ed1a58bb554..2469b26a9e7 100644
--- a/api/Office.CustomXMLPrefixMapping.Creator.md
+++ b/api/Office.CustomXMLPrefixMapping.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLPr
_expression_ An expression that returns a [CustomXMLPrefixMapping](./Office.CustomXMLPrefixMapping.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLPrefixMapping.NamespaceURI.md b/api/Office.CustomXMLPrefixMapping.NamespaceURI.md
index 0546c249fd2..151267c81f5 100644
--- a/api/Office.CustomXMLPrefixMapping.NamespaceURI.md
+++ b/api/Office.CustomXMLPrefixMapping.NamespaceURI.md
@@ -20,7 +20,7 @@ Gets the unique address identifier for the namespace of the **CustomXMLPrefixMa
_expression_ An expression that returns a [CustomXMLPrefixMapping](./Office.CustomXMLPrefixMapping.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLPrefixMapping.Parent.md b/api/Office.CustomXMLPrefixMapping.Parent.md
index 2321c810e4b..8ddbcbc0981 100644
--- a/api/Office.CustomXMLPrefixMapping.Parent.md
+++ b/api/Office.CustomXMLPrefixMapping.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object of the **CustomXMLPrefixMapping** object. Read-only.
_expression_ An expression that returns a [CustomXMLPrefixMapping](./Office.CustomXMLPrefixMapping.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLPrefixMapping.Prefix.md b/api/Office.CustomXMLPrefixMapping.Prefix.md
index d7e2ee32f2f..92bb68fce08 100644
--- a/api/Office.CustomXMLPrefixMapping.Prefix.md
+++ b/api/Office.CustomXMLPrefixMapping.Prefix.md
@@ -20,7 +20,7 @@ Gets the prefix for a **CustomXMLPrefixMapping** object. Read-only.
_expression_ An expression that returns a [CustomXMLPrefixMapping](./Office.CustomXMLPrefixMapping.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLPrefixMappings.AddNamespace.md b/api/Office.CustomXMLPrefixMappings.AddNamespace.md
index 472090df8f1..0f9f5184750 100644
--- a/api/Office.CustomXMLPrefixMappings.AddNamespace.md
+++ b/api/Office.CustomXMLPrefixMappings.AddNamespace.md
@@ -27,7 +27,7 @@ Allows you to add a custom namespace/prefix mapping to use when querying an item
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Prefix_|Required|**String**|Contains the prefix to add to the prefix mapping list.|
| _NamespaceURI_|Required|**String**|Contains the namespace to assign to the newly added prefix.|
diff --git a/api/Office.CustomXMLPrefixMappings.Application.md b/api/Office.CustomXMLPrefixMappings.Application.md
index 8423cdf141c..09b19ad5aaf 100644
--- a/api/Office.CustomXMLPrefixMappings.Application.md
+++ b/api/Office.CustomXMLPrefixMappings.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [CustomXMLPrefixMappings](./Office.CustomXMLPrefixMappings.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLPrefixMappings.Count.md b/api/Office.CustomXMLPrefixMappings.Count.md
index 3b756d8e052..76c28cd8ddd 100644
--- a/api/Office.CustomXMLPrefixMappings.Count.md
+++ b/api/Office.CustomXMLPrefixMappings.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **CustomXMLPrefixMappings
_expression_ An expression that returns a [CustomXMLPrefixMappings](./Office.CustomXMLPrefixMappings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLPrefixMappings.Creator.md b/api/Office.CustomXMLPrefixMappings.Creator.md
index c6b3675a921..c7b5805b466 100644
--- a/api/Office.CustomXMLPrefixMappings.Creator.md
+++ b/api/Office.CustomXMLPrefixMappings.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLPr
_expression_ An expression that returns a [CustomXMLPrefixMappings](./Office.CustomXMLPrefixMappings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLPrefixMappings.Item.md b/api/Office.CustomXMLPrefixMappings.Item.md
index 63b8fef7e3f..f8db0aaf7b4 100644
--- a/api/Office.CustomXMLPrefixMappings.Item.md
+++ b/api/Office.CustomXMLPrefixMappings.Item.md
@@ -27,11 +27,11 @@ Gets a **CustomXMLPrefixMapping** object from the **CustomXMLPrefixMappings** c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the **CustomXMLPrefixMapping** object to be returned.|
-### Return Value
+### Return value
CustomXMLPrefixMapping
diff --git a/api/Office.CustomXMLPrefixMappings.LookupNamespace.md b/api/Office.CustomXMLPrefixMappings.LookupNamespace.md
index dc60bf32ffc..c7d8bf1db0b 100644
--- a/api/Office.CustomXMLPrefixMappings.LookupNamespace.md
+++ b/api/Office.CustomXMLPrefixMappings.LookupNamespace.md
@@ -27,11 +27,11 @@ Allows you to get the namespace corresponding to the specified prefix.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Prefix_|Required|**String**|Contains a prefix in the prefix mapping list.|
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLPrefixMappings.LookupPrefix.md b/api/Office.CustomXMLPrefixMappings.LookupPrefix.md
index 986e21457f9..bd410d5de5b 100644
--- a/api/Office.CustomXMLPrefixMappings.LookupPrefix.md
+++ b/api/Office.CustomXMLPrefixMappings.LookupPrefix.md
@@ -27,11 +27,11 @@ Allows you to get a prefix corresponding to the specified namespace.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NamespaceURI_|Required|**String**|Contains the namespace URI.|
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLPrefixMappings.Parent.md b/api/Office.CustomXMLPrefixMappings.Parent.md
index 057ad4717d0..b24c52d0cad 100644
--- a/api/Office.CustomXMLPrefixMappings.Parent.md
+++ b/api/Office.CustomXMLPrefixMappings.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CustomXMLPrefixMappings** object. Read-onl
_expression_ An expression that returns a [CustomXMLPrefixMappings](./Office.CustomXMLPrefixMappings.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLSchema.Application.md b/api/Office.CustomXMLSchema.Application.md
index 32cbed190d3..239fe46034a 100644
--- a/api/Office.CustomXMLSchema.Application.md
+++ b/api/Office.CustomXMLSchema.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [CustomXMLSchema](./Office.CustomXMLSchema.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLSchema.Creator.md b/api/Office.CustomXMLSchema.Creator.md
index fa5b2cdfd56..524c1a8217d 100644
--- a/api/Office.CustomXMLSchema.Creator.md
+++ b/api/Office.CustomXMLSchema.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLSc
_expression_ An expression that returns a [CustomXMLSchema](./Office.CustomXMLSchema.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLSchema.Location.md b/api/Office.CustomXMLSchema.Location.md
index 3c4b354f588..039e064af06 100644
--- a/api/Office.CustomXMLSchema.Location.md
+++ b/api/Office.CustomXMLSchema.Location.md
@@ -23,7 +23,7 @@ Gets a **String** that represents the location of a schema on a computer. Read-
_expression_ An expression that returns a [CustomXMLSchema](./Office.CustomXMLSchema.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLSchema.NamespaceURI.md b/api/Office.CustomXMLSchema.NamespaceURI.md
index 6842b0d91aa..80251faa908 100644
--- a/api/Office.CustomXMLSchema.NamespaceURI.md
+++ b/api/Office.CustomXMLSchema.NamespaceURI.md
@@ -23,7 +23,7 @@ Gets the unique address identifier for the namespace of the **CustomXMLSchema**
_expression_ An expression that returns a [CustomXMLSchema](./Office.CustomXMLSchema.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLSchema.Parent.md b/api/Office.CustomXMLSchema.Parent.md
index 755f2674f12..d625a093b24 100644
--- a/api/Office.CustomXMLSchema.Parent.md
+++ b/api/Office.CustomXMLSchema.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CustomXMLSchema** object. Read-only.
_expression_ An expression that returns a [CustomXMLSchema](./Office.CustomXMLSchema.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLSchemaCollection.Add.md b/api/Office.CustomXMLSchemaCollection.Add.md
index 0889d7f6be1..8410fa45ecc 100644
--- a/api/Office.CustomXMLSchemaCollection.Add.md
+++ b/api/Office.CustomXMLSchemaCollection.Add.md
@@ -27,14 +27,14 @@ Allows you to add one or more schemas to a schema collection that can then be ad
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NamespaceURI_|Optional|**String**|Contains the namespace of the schema to be added to the collection. If the schema already exists in the Schema Library, the method will retrieve it from there.|
| _Alias_|Optional|**String**|Contains the alias of the schema to be added to the collection. If the alias already exists in the Schema Library, the method can find it using this argument.|
| _FileName_|Optional|**String**|Contains the location of the schema on a disk. If this parameter is specified, the schema is added to the collection and to to the Schema Library.|
| _InstallForAllUsers_|Optional|**Boolean**|Specifies whether, in the case where the method is adding the schema to the Schema Library, the Schema Library keys should be written to the registry(HKey_Local_Machine for all users or HKey_Current_User for just the current user). The parameter defaults to **False** and writes to HKey_Current_User.|
-### Return Value
+### Return value
CustomXMLSchema
diff --git a/api/Office.CustomXMLSchemaCollection.AddCollection.md b/api/Office.CustomXMLSchemaCollection.AddCollection.md
index 59b21e3b605..dc47017d72d 100644
--- a/api/Office.CustomXMLSchemaCollection.AddCollection.md
+++ b/api/Office.CustomXMLSchemaCollection.AddCollection.md
@@ -27,7 +27,7 @@ Adds an existing schema collection to the current schema collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SchemaCollection_|Required|**CustomXMLSchemaCollection**|Represents a collection of schemas to be imported into the current schema collection.|
diff --git a/api/Office.CustomXMLSchemaCollection.Application.md b/api/Office.CustomXMLSchemaCollection.Application.md
index 720586deda9..f7c413c05b1 100644
--- a/api/Office.CustomXMLSchemaCollection.Application.md
+++ b/api/Office.CustomXMLSchemaCollection.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [CustomXMLSchemaCollection](./Office.CustomXMLSchemaCollection.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLSchemaCollection.Count.md b/api/Office.CustomXMLSchemaCollection.Count.md
index 9aecb3b6c3e..59f143fefea 100644
--- a/api/Office.CustomXMLSchemaCollection.Count.md
+++ b/api/Office.CustomXMLSchemaCollection.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **CustomXMLSchemaCollecti
_expression_ An expression that returns a [CustomXMLSchemaCollection](./Office.CustomXMLSchemaCollection.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLSchemaCollection.Creator.md b/api/Office.CustomXMLSchemaCollection.Creator.md
index 58961730aba..18e881c8c33 100644
--- a/api/Office.CustomXMLSchemaCollection.Creator.md
+++ b/api/Office.CustomXMLSchemaCollection.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLSc
_expression_ An expression that returns a [CustomXMLSchemaCollection](./Office.CustomXMLSchemaCollection.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLSchemaCollection.Item.md b/api/Office.CustomXMLSchemaCollection.Item.md
index d0edab30559..bef1be34635 100644
--- a/api/Office.CustomXMLSchemaCollection.Item.md
+++ b/api/Office.CustomXMLSchemaCollection.Item.md
@@ -27,11 +27,11 @@ Gets a **CustomXMLSchema** object from the **CustomXMLSchemaCollection** collec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the **CustomXMLSchema** object to be returned.|
-### Return Value
+### Return value
CustomXMLSchema
diff --git a/api/Office.CustomXMLSchemaCollection.NamespaceURI.md b/api/Office.CustomXMLSchemaCollection.NamespaceURI.md
index 912d1de6df7..4798b9f41cf 100644
--- a/api/Office.CustomXMLSchemaCollection.NamespaceURI.md
+++ b/api/Office.CustomXMLSchemaCollection.NamespaceURI.md
@@ -27,11 +27,11 @@ Gets the unique address identifier for the namespace of the **CustomXMLSchemaCo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the **CustomXMLSchema** object.|
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLSchemaCollection.Parent.md b/api/Office.CustomXMLSchemaCollection.Parent.md
index f897fbf1e95..4f216860acc 100644
--- a/api/Office.CustomXMLSchemaCollection.Parent.md
+++ b/api/Office.CustomXMLSchemaCollection.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CustomXMLSchemaCollection** object. Read-o
_expression_ An expression that returns a [CustomXMLSchemaCollection](./Office.CustomXMLSchemaCollection.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLSchemaCollection.Validate.md b/api/Office.CustomXMLSchemaCollection.Validate.md
index ee98900bcce..4406b51aa2f 100644
--- a/api/Office.CustomXMLSchemaCollection.Validate.md
+++ b/api/Office.CustomXMLSchemaCollection.Validate.md
@@ -23,7 +23,7 @@ Specifies whether the schemas in a schema collection are valid (conforms to the
_expression_ An expression that returns a [CustomXMLSchemaCollection](./Office.CustomXMLSchemaCollection.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.CustomXMLValidationError.Application.md b/api/Office.CustomXMLValidationError.Application.md
index 8bb11f3b6ff..243cb270281 100644
--- a/api/Office.CustomXMLValidationError.Application.md
+++ b/api/Office.CustomXMLValidationError.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [CustomXMLValidationError](./Office.CustomXMLValidationError.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLValidationError.Creator.md b/api/Office.CustomXMLValidationError.Creator.md
index 48a471e3e1e..af0bf123dd2 100644
--- a/api/Office.CustomXMLValidationError.Creator.md
+++ b/api/Office.CustomXMLValidationError.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLVa
_expression_ An expression that returns a [CustomXMLValidationError](./Office.CustomXMLValidationError.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLValidationError.ErrorCode.md b/api/Office.CustomXMLValidationError.ErrorCode.md
index ad4181f6154..2ae3c38eda7 100644
--- a/api/Office.CustomXMLValidationError.ErrorCode.md
+++ b/api/Office.CustomXMLValidationError.ErrorCode.md
@@ -23,7 +23,7 @@ Gets a number representing a validation error in a **CustomXMLValidationError**
_expression_ An expression that returns a [CustomXMLValidationError](./Office.CustomXMLValidationError.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLValidationError.Name.md b/api/Office.CustomXMLValidationError.Name.md
index 8e6429f0e46..6d415d46812 100644
--- a/api/Office.CustomXMLValidationError.Name.md
+++ b/api/Office.CustomXMLValidationError.Name.md
@@ -23,7 +23,7 @@ Gets the name of an error in a **CustomXMLValidationError** object. If no error
_expression_ An expression that returns a [CustomXMLValidationError](./Office.CustomXMLValidationError.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLValidationError.Node.md b/api/Office.CustomXMLValidationError.Node.md
index e6475ce6f2d..a1eac49c96b 100644
--- a/api/Office.CustomXMLValidationError.Node.md
+++ b/api/Office.CustomXMLValidationError.Node.md
@@ -23,7 +23,7 @@ Gets a node in a **CustomXMLValidationError** object, if any exist. If no nodes
_expression_ An expression that returns a [CustomXMLValidationError](./Office.CustomXMLValidationError.md) object.
-### Return Value
+### Return value
CustomXMLNode
diff --git a/api/Office.CustomXMLValidationError.Parent.md b/api/Office.CustomXMLValidationError.Parent.md
index b8896191872..0702a82e16b 100644
--- a/api/Office.CustomXMLValidationError.Parent.md
+++ b/api/Office.CustomXMLValidationError.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CustomXMLValidationError** object. Read-on
_expression_ An expression that returns a [CustomXMLValidationError](./Office.CustomXMLValidationError.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLValidationError.Text.md b/api/Office.CustomXMLValidationError.Text.md
index a242714e699..ecbbf914c98 100644
--- a/api/Office.CustomXMLValidationError.Text.md
+++ b/api/Office.CustomXMLValidationError.Text.md
@@ -23,7 +23,7 @@ Gets the text in the **CustomXMLValidationError** object. Read-only.
_expression_ An expression that returns a [CustomXMLValidationError](./Office.CustomXMLValidationError.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.CustomXMLValidationError.Type.md b/api/Office.CustomXMLValidationError.Type.md
index 241cf30b1e7..c39ae59c835 100644
--- a/api/Office.CustomXMLValidationError.Type.md
+++ b/api/Office.CustomXMLValidationError.Type.md
@@ -23,7 +23,7 @@ Gets the type of error generated from the **CustomXMLValidationError** object.
_expression_ An expression that returns a [CustomXMLValidationError](./Office.CustomXMLValidationError.md) object.
-### Return Value
+### Return value
MsoCustomXMLValidationErrorType
diff --git a/api/Office.CustomXMLValidationErrors.Add.md b/api/Office.CustomXMLValidationErrors.Add.md
index 4dcbc86450c..d2318f989b4 100644
--- a/api/Office.CustomXMLValidationErrors.Add.md
+++ b/api/Office.CustomXMLValidationErrors.Add.md
@@ -27,7 +27,7 @@ Adds a **CustomXMLValidationError** object containing an XML validation error t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Node_|Required|**CustomXMLNode**|Represents the node where the error occurred.|
| _ErrorName_|Required|**String**|Contains the name of the error.|
diff --git a/api/Office.CustomXMLValidationErrors.Application.md b/api/Office.CustomXMLValidationErrors.Application.md
index fb47e54f4cd..a31ea50d146 100644
--- a/api/Office.CustomXMLValidationErrors.Application.md
+++ b/api/Office.CustomXMLValidationErrors.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [CustomXMLValidationErrors](./Office.CustomXMLValidationErrors.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.CustomXMLValidationErrors.Count.md b/api/Office.CustomXMLValidationErrors.Count.md
index 6d6ea6ad6d3..5aa2aedeccf 100644
--- a/api/Office.CustomXMLValidationErrors.Count.md
+++ b/api/Office.CustomXMLValidationErrors.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **CustomXMLValidationErro
_expression_ An expression that returns a [CustomXMLValidationErrors](./Office.CustomXMLValidationErrors.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLValidationErrors.Creator.md b/api/Office.CustomXMLValidationErrors.Creator.md
index 1d428300125..0a8e3e75195 100644
--- a/api/Office.CustomXMLValidationErrors.Creator.md
+++ b/api/Office.CustomXMLValidationErrors.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **CustomXMLVa
_expression_ An expression that returns a [CustomXMLValidationErrors](./Office.CustomXMLValidationErrors.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.CustomXMLValidationErrors.Item.md b/api/Office.CustomXMLValidationErrors.Item.md
index 31f4eb3a465..f5eb518f973 100644
--- a/api/Office.CustomXMLValidationErrors.Item.md
+++ b/api/Office.CustomXMLValidationErrors.Item.md
@@ -27,11 +27,11 @@ Gets a **CustomXMLValidationError** object from the **CustomXMLValidationErrors
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The name or index number of the **CustomXMLValidationError** object to be returned.|
-### Return Value
+### Return value
CustomXMLValidationError
diff --git a/api/Office.CustomXMLValidationErrors.Parent.md b/api/Office.CustomXMLValidationErrors.Parent.md
index 0ef4e4f6041..039a58721b7 100644
--- a/api/Office.CustomXMLValidationErrors.Parent.md
+++ b/api/Office.CustomXMLValidationErrors.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **CustomXMLValidationErrors** object. Read-o
_expression_ An expression that returns a [CustomXMLValidationErrors](./Office.CustomXMLValidationErrors.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentInspector.Application.md b/api/Office.DocumentInspector.Application.md
index 60f11be7c32..4b889313f64 100644
--- a/api/Office.DocumentInspector.Application.md
+++ b/api/Office.DocumentInspector.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the creator of the **DocumentIns
_expression_ An expression that returns a [DocumentInspector](./Office.DocumentInspector.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentInspector.Creator.md b/api/Office.DocumentInspector.Creator.md
index a6ccd416167..6df4796d1c2 100644
--- a/api/Office.DocumentInspector.Creator.md
+++ b/api/Office.DocumentInspector.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **DocumentIns
_expression_ An expression that returns a [DocumentInspector](./Office.DocumentInspector.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.DocumentInspector.Description.md b/api/Office.DocumentInspector.Description.md
index 1b4fe5b5a1e..103975263c6 100644
--- a/api/Office.DocumentInspector.Description.md
+++ b/api/Office.DocumentInspector.Description.md
@@ -23,7 +23,7 @@ Gets the description of the **DocumentInspector** object. Read-only.
_expression_ An expression that returns a [DocumentInspector](./Office.DocumentInspector.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.DocumentInspector.Fix.md b/api/Office.DocumentInspector.Fix.md
index 57bb7979c40..9f85aebf9f4 100644
--- a/api/Office.DocumentInspector.Fix.md
+++ b/api/Office.DocumentInspector.Fix.md
@@ -27,7 +27,7 @@ Performs an action on specific information items or document properties dependin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Status_|Required|**MsoDocInspectorStatus**|An enumeration representing that staus of the document. _Status_ is an output parameter, which means that its value is returned when the method has completed its purpose.|
| _Results_|Required|**String**|Contains the results of the action. _Results_ is an output parameter.|
diff --git a/api/Office.DocumentInspector.Inspect.md b/api/Office.DocumentInspector.Inspect.md
index e07a8b3ad0f..e49efde5acf 100644
--- a/api/Office.DocumentInspector.Inspect.md
+++ b/api/Office.DocumentInspector.Inspect.md
@@ -27,7 +27,7 @@ Inspects a document for specific information or document properties.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Status_|Required|**MsoDocInspectorStatus**|An enumeration representing that status of the document. Status is an output parameter which means that its value is returned when the method has completed its purpose.|
| _Results_|Required|**String**|Contains a lists the information items or document properties found in the document.|
diff --git a/api/Office.DocumentInspector.Name.md b/api/Office.DocumentInspector.Name.md
index a26bd214276..bf19172a1c9 100644
--- a/api/Office.DocumentInspector.Name.md
+++ b/api/Office.DocumentInspector.Name.md
@@ -23,7 +23,7 @@ Gets the name of the module represented by a **DocumentInspector** object. Read
_expression_ An expression that returns a [DocumentInspector](./Office.DocumentInspector.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.DocumentInspector.Parent.md b/api/Office.DocumentInspector.Parent.md
index 12aad964334..5c37b752f70 100644
--- a/api/Office.DocumentInspector.Parent.md
+++ b/api/Office.DocumentInspector.Parent.md
@@ -23,7 +23,7 @@ Gets an object that represents the parent of the **DocumentInspector** object.
_expression_ An expression that returns a [DocumentInspector](./Office.DocumentInspector.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentInspectors.Application.md b/api/Office.DocumentInspectors.Application.md
index 3ee6511e7a0..9e8bd7dc505 100644
--- a/api/Office.DocumentInspectors.Application.md
+++ b/api/Office.DocumentInspectors.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the creator of the **DocumentIns
_expression_ An expression that returns a [DocumentInspectors](./Office.DocumentInspectors.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentInspectors.Count.md b/api/Office.DocumentInspectors.Count.md
index 5ac133d7547..fa986716be1 100644
--- a/api/Office.DocumentInspectors.Count.md
+++ b/api/Office.DocumentInspectors.Count.md
@@ -23,7 +23,7 @@ Gets the number of items in the **DocumentInspectors** object. Read-only.
_expression_ An expression that returns a [DocumentInspectors](./Office.DocumentInspectors.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.DocumentInspectors.Creator.md b/api/Office.DocumentInspectors.Creator.md
index d4b28cc76ab..dd93b486928 100644
--- a/api/Office.DocumentInspectors.Creator.md
+++ b/api/Office.DocumentInspectors.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **DocumentIns
_expression_ An expression that returns a [DocumentInspectors](./Office.DocumentInspectors.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.DocumentInspectors.Item.md b/api/Office.DocumentInspectors.Item.md
index 2d1a6c54dee..48147d0879f 100644
--- a/api/Office.DocumentInspectors.Item.md
+++ b/api/Office.DocumentInspectors.Item.md
@@ -27,11 +27,11 @@ Gets the **DocumentInspector** object specified by the index. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|The index number of the object. |
-### Return Value
+### Return value
DocumentInspector
diff --git a/api/Office.DocumentInspectors.Parent.md b/api/Office.DocumentInspectors.Parent.md
index 9896434a7de..e5e286e3885 100644
--- a/api/Office.DocumentInspectors.Parent.md
+++ b/api/Office.DocumentInspectors.Parent.md
@@ -23,7 +23,7 @@ Gets an object that represents the parent of a **DocumentInspectors** object. R
_expression_ An expression that returns a [DocumentInspectors](./Office.DocumentInspectors.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentLibraryVersion.Application.md b/api/Office.DocumentLibraryVersion.Application.md
index 74c274ad4e2..af4c781e6af 100644
--- a/api/Office.DocumentLibraryVersion.Application.md
+++ b/api/Office.DocumentLibraryVersion.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [DocumentLibraryVersion](./Office.DocumentLibraryVersion.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentLibraryVersion.Creator.md b/api/Office.DocumentLibraryVersion.Creator.md
index 48f645a6242..1c668ed11f9 100644
--- a/api/Office.DocumentLibraryVersion.Creator.md
+++ b/api/Office.DocumentLibraryVersion.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **DocumentLib
_expression_ A variable that represents a [DocumentLibraryVersion](./Office.DocumentLibraryVersion.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.DocumentLibraryVersion.Index.md b/api/Office.DocumentLibraryVersion.Index.md
index 55774354032..3757921f10f 100644
--- a/api/Office.DocumentLibraryVersion.Index.md
+++ b/api/Office.DocumentLibraryVersion.Index.md
@@ -23,7 +23,7 @@ Gets a **Long** representing the index number for a **DocumentLibraryVersion**
_expression_ A variable that represents a [DocumentLibraryVersion](./Office.DocumentLibraryVersion.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.DocumentLibraryVersion.ModifiedBy.md b/api/Office.DocumentLibraryVersion.ModifiedBy.md
index 3667fb0276f..57d87019344 100644
--- a/api/Office.DocumentLibraryVersion.ModifiedBy.md
+++ b/api/Office.DocumentLibraryVersion.ModifiedBy.md
@@ -23,7 +23,7 @@ Gets the name of the user who last saved the specified version of the shared doc
_expression_ A variable that represents a [DocumentLibraryVersion](./Office.DocumentLibraryVersion.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.DocumentLibraryVersion.Parent.md b/api/Office.DocumentLibraryVersion.Parent.md
index 92f1c0f5828..f7f6e7e7861 100644
--- a/api/Office.DocumentLibraryVersion.Parent.md
+++ b/api/Office.DocumentLibraryVersion.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **DocumentLibraryVersion** object. Read-only
_expression_ A variable that represents a [DocumentLibraryVersion](./Office.DocumentLibraryVersion.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentLibraryVersion.Restore.md b/api/Office.DocumentLibraryVersion.Restore.md
index f3f2a5fcbe7..0ccb6d53b8d 100644
--- a/api/Office.DocumentLibraryVersion.Restore.md
+++ b/api/Office.DocumentLibraryVersion.Restore.md
@@ -23,7 +23,7 @@ Restores a previous saved version of a shared document from the **DocumentLibra
_expression_ A variable that represents a [DocumentLibraryVersion](./Office.DocumentLibraryVersion.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentLibraryVersions.Application.md b/api/Office.DocumentLibraryVersions.Application.md
index d26a89633fd..aefd1db2f33 100644
--- a/api/Office.DocumentLibraryVersions.Application.md
+++ b/api/Office.DocumentLibraryVersions.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [DocumentLibraryVersions](./Office.DocumentLibraryVersions.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentLibraryVersions.Count.md b/api/Office.DocumentLibraryVersions.Count.md
index d02e18d1fc2..a9a41362129 100644
--- a/api/Office.DocumentLibraryVersions.Count.md
+++ b/api/Office.DocumentLibraryVersions.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **DocumentLibraryVersions
_expression_ A variable that represents a [DocumentLibraryVersions](./Office.DocumentLibraryVersions.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.DocumentLibraryVersions.Creator.md b/api/Office.DocumentLibraryVersions.Creator.md
index c50dd860602..5ab3d62d9fa 100644
--- a/api/Office.DocumentLibraryVersions.Creator.md
+++ b/api/Office.DocumentLibraryVersions.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **DocumentLib
_expression_ A variable that represents a [DocumentLibraryVersions](./Office.DocumentLibraryVersions.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.DocumentLibraryVersions.Item.md b/api/Office.DocumentLibraryVersions.Item.md
index 02faf07799e..f669a49dcd4 100644
--- a/api/Office.DocumentLibraryVersions.Item.md
+++ b/api/Office.DocumentLibraryVersions.Item.md
@@ -27,7 +27,7 @@ Gets a **DocumentLibraryVersion** object from the **DocumentLibraryVersions** c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the DocumentLibraryVersion returned.|
diff --git a/api/Office.DocumentLibraryVersions.Parent.md b/api/Office.DocumentLibraryVersions.Parent.md
index ca887f017f7..50647989f07 100644
--- a/api/Office.DocumentLibraryVersions.Parent.md
+++ b/api/Office.DocumentLibraryVersions.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **DocumentLibraryVersions** object. Read-onl
_expression_ A variable that represents a [DocumentLibraryVersions](./Office.DocumentLibraryVersions.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentProperties.Add.md b/api/Office.DocumentProperties.Add.md
index 886227c8d85..689aa279b59 100644
--- a/api/Office.DocumentProperties.Add.md
+++ b/api/Office.DocumentProperties.Add.md
@@ -25,7 +25,7 @@ _expression_ Required. A variable that represents a **[DocumentProperties](Offic
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The string of the [Name](./overview/Library-Reference.md) of the property.|
| _LinkToContent_|Required|**Boolean**|Specifies whether the [LinkToContent](./overview/Library-Reference.md) property is linked to the contents of the container document. If this argument is **True**, the _LinkSource_ argument is required; if it's **False**, the value argument is required.|
diff --git a/api/Office.DocumentProperties.Application.md b/api/Office.DocumentProperties.Application.md
index 07a8f17e17e..1f044bdf644 100644
--- a/api/Office.DocumentProperties.Application.md
+++ b/api/Office.DocumentProperties.Application.md
@@ -27,11 +27,11 @@ Gets an **Application** object that represents the container application for th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ppidisp_|Required|**Object**|Represents the identifier for a document property.|
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.DocumentProperties.Count.md b/api/Office.DocumentProperties.Count.md
index e59c49765fa..7180697ca31 100644
--- a/api/Office.DocumentProperties.Count.md
+++ b/api/Office.DocumentProperties.Count.md
@@ -27,11 +27,11 @@ Gets a **Long** indicating the number of items in the **DocumentProperties** co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pc_|Required|**Long**|Represents the index of the document property.|
-### Return Value
+### Return value
Long
diff --git a/api/Office.DocumentProperties.Creator.md b/api/Office.DocumentProperties.Creator.md
index 2d8751ed041..a837ea57bc8 100644
--- a/api/Office.DocumentProperties.Creator.md
+++ b/api/Office.DocumentProperties.Creator.md
@@ -27,11 +27,11 @@ Gets a 32-bit integer that indicates the application in which the **DocumentPro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _plCreator_|Required|**Long**|The name or index number of the built-in document property.|
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.DocumentProperties.Item.md b/api/Office.DocumentProperties.Item.md
index 08e89a7ae6c..7d0e09f6432 100644
--- a/api/Office.DocumentProperties.Item.md
+++ b/api/Office.DocumentProperties.Item.md
@@ -27,7 +27,7 @@ Gets a **DocumentProperty** object from the **DocumentProperties** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the document property returned.|
diff --git a/api/Office.DocumentProperties.Parent.md b/api/Office.DocumentProperties.Parent.md
index deb5948fe53..8d697fd5fc9 100644
--- a/api/Office.DocumentProperties.Parent.md
+++ b/api/Office.DocumentProperties.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **DocumentProperties** object. Read-only.
_expression_ A variable that represents a [DocumentProperties](./Office.DocumentProperties.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.DocumentProperty.Application.md b/api/Office.DocumentProperty.Application.md
index 587bee9cf70..bdac94a1d48 100644
--- a/api/Office.DocumentProperty.Application.md
+++ b/api/Office.DocumentProperty.Application.md
@@ -27,11 +27,11 @@ Gets an **Application** object that represents the container application for th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ppidisp_|Required|**Object**|Represents the identifier for a document property.|
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.DocumentProperty.Creator.md b/api/Office.DocumentProperty.Creator.md
index 8522f5ffd77..76afa49207f 100644
--- a/api/Office.DocumentProperty.Creator.md
+++ b/api/Office.DocumentProperty.Creator.md
@@ -27,11 +27,11 @@ Gets a 32-bit integer that indicates the application in which the **DocumentPro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _plCreator_|Required|**Long**|The name or index number of the built-in document property.|
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.DocumentProperty.LinkSource.md b/api/Office.DocumentProperty.LinkSource.md
index 58b295aef14..671ee791e74 100644
--- a/api/Office.DocumentProperty.LinkSource.md
+++ b/api/Office.DocumentProperty.LinkSource.md
@@ -27,7 +27,7 @@ Gets or sets the source of a linked custom document property. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pbstrSourceRetVal_|Required|**String**|Represents the name of the source of the document property.|
diff --git a/api/Office.DocumentProperty.LinkToContent.md b/api/Office.DocumentProperty.LinkToContent.md
index 55b3a5a526a..1bbbc0b33dc 100644
--- a/api/Office.DocumentProperty.LinkToContent.md
+++ b/api/Office.DocumentProperty.LinkToContent.md
@@ -27,7 +27,7 @@ Is **True** if the value of the custom document property is linked to the conte
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pfLinkRetVal_|Required|**Boolean**|Indicates whether the document property is linked to the container document.|
diff --git a/api/Office.DocumentProperty.Name.md b/api/Office.DocumentProperty.Name.md
index e8adf504e25..7daac92ac4f 100644
--- a/api/Office.DocumentProperty.Name.md
+++ b/api/Office.DocumentProperty.Name.md
@@ -27,12 +27,12 @@ Gets or sets the name of a document property. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lcid_|Required|**Long**|Represents the language identifier.|
| _pbstrRetVal_|Required|**String**|Represents the return value for the property.|
-### Return Value
+### Return value
String
diff --git a/api/Office.DocumentProperty.Parent.md b/api/Office.DocumentProperty.Parent.md
index e0f7dc18ebd..7cd0d6ea314 100644
--- a/api/Office.DocumentProperty.Parent.md
+++ b/api/Office.DocumentProperty.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **DocumentProperty** object. Read-only.
_expression_ A variable that represents a [DocumentProperty](./Office.DocumentProperty.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.EffectParameters.Item.md b/api/Office.EffectParameters.Item.md
index f95da275bf8..562266ffd80 100644
--- a/api/Office.EffectParameters.Item.md
+++ b/api/Office.EffectParameters.Item.md
@@ -24,7 +24,7 @@ Retrieves a **EffectParameter** object at the specified index or with the speci
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|Specifies either an integer representing the index or a string representing the location of the **EffectParameter**.|
diff --git a/api/Office.EncryptionCipherMode.md b/api/Office.EncryptionCipherMode.md
index f5f6a21497c..da8f6e73624 100644
--- a/api/Office.EncryptionCipherMode.md
+++ b/api/Office.EncryptionCipherMode.md
@@ -14,7 +14,7 @@ Specifies the mode for encryption ciphers.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**cipherModeECB**|0|ECB cipher mode.|
|**cipherModeCBC**|1|CBC cipher mode.|
diff --git a/api/Office.EncryptionProvider.Authenticate.md b/api/Office.EncryptionProvider.Authenticate.md
index fa89ff1e863..191cf817611 100644
--- a/api/Office.EncryptionProvider.Authenticate.md
+++ b/api/Office.EncryptionProvider.Authenticate.md
@@ -27,13 +27,13 @@ Used to determine whether the user has the proper permissions to open the encryp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ParentWindow_|Required|**IUnknown**|Specifies the window that is called to display the encryption settings.|
| _EncryptionData_|Required|**IUnknown**|Contains the encrypted data for the current document.|
| _PermissionsMask_|Required|**Unsigned Integer**|The user interface displayed by the encryption provider add-in.|
-### Return Value
+### Return value
Long
diff --git a/api/Office.EncryptionProvider.CloneSession.md b/api/Office.EncryptionProvider.CloneSession.md
index 818e26a47bc..b4a69ce7948 100644
--- a/api/Office.EncryptionProvider.CloneSession.md
+++ b/api/Office.EncryptionProvider.CloneSession.md
@@ -27,11 +27,11 @@ Creates a second, working copy of the **EncryptionProvider** object's encryptio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SessionHandle_|Required|**Long**|The ID of the cloned session.|
-### Return Value
+### Return value
Long
diff --git a/api/Office.EncryptionProvider.DecryptStream.md b/api/Office.EncryptionProvider.DecryptStream.md
index 0f89e2e8516..78c8b4b56ee 100644
--- a/api/Office.EncryptionProvider.DecryptStream.md
+++ b/api/Office.EncryptionProvider.DecryptStream.md
@@ -27,7 +27,7 @@ Decrypts and returns a stream of encrypted data for a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SessionHandle_|Required|**Long**|The ID of the current session.|
| _StreamName_|Required|**String**|The ID of the stream of data.|
diff --git a/api/Office.EncryptionProvider.EncryptStream.md b/api/Office.EncryptionProvider.EncryptStream.md
index 592ea821b5d..b74aec003cf 100644
--- a/api/Office.EncryptionProvider.EncryptStream.md
+++ b/api/Office.EncryptionProvider.EncryptStream.md
@@ -27,7 +27,7 @@ Encrypts and returns a stream of data for a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SessionHandle_|Required|**Long**|The ID of the current session.|
| _StreamName_|Required|**String**|The name of the encrypted stream of document data.|
diff --git a/api/Office.EncryptionProvider.EndSession.md b/api/Office.EncryptionProvider.EndSession.md
index 40f9fb1387e..6df8b26c22a 100644
--- a/api/Office.EncryptionProvider.EndSession.md
+++ b/api/Office.EncryptionProvider.EndSession.md
@@ -27,7 +27,7 @@ Ends the current encryption session.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SessionHandle_|Required|**Long**|The ID of the current session.|
diff --git a/api/Office.EncryptionProvider.GetProviderDetail.md b/api/Office.EncryptionProvider.GetProviderDetail.md
index cbe4c93b9e0..d7100ed3fd7 100644
--- a/api/Office.EncryptionProvider.GetProviderDetail.md
+++ b/api/Office.EncryptionProvider.GetProviderDetail.md
@@ -27,11 +27,11 @@ Displays information about the encryption of the current document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _encprovdet_|Required|**EncryptionProviderDetail**|Specifies the encryption information that you want.|
-### Return Value
+### Return value
Variant
diff --git a/api/Office.EncryptionProvider.NewSession.md b/api/Office.EncryptionProvider.NewSession.md
index 8410cec6d0f..3806a9ec771 100644
--- a/api/Office.EncryptionProvider.NewSession.md
+++ b/api/Office.EncryptionProvider.NewSession.md
@@ -27,11 +27,11 @@ Used by the **EncryptionProvider** object to create a new encryption session. T
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ParentWindow_|Required|**IUnknown**|Specifies the window that is called to display the encryption settings.|
-### Return Value
+### Return value
Long
diff --git a/api/Office.EncryptionProvider.Save.md b/api/Office.EncryptionProvider.Save.md
index e2d634bb718..d1b0ccae11e 100644
--- a/api/Office.EncryptionProvider.Save.md
+++ b/api/Office.EncryptionProvider.Save.md
@@ -27,12 +27,12 @@ Saves an encrypted document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SessionHandle_|Required|**Long**|The ID of the current session.|
| _EncryptionData_|Required|**IUnknown**|Contains the encryption information.|
-### Return Value
+### Return value
Long
diff --git a/api/Office.EncryptionProvider.ShowSettings.md b/api/Office.EncryptionProvider.ShowSettings.md
index 9de6e68780b..a717784ecea 100644
--- a/api/Office.EncryptionProvider.ShowSettings.md
+++ b/api/Office.EncryptionProvider.ShowSettings.md
@@ -27,7 +27,7 @@ Used to display a dialog of the encryption settings for the current document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SessionHandle_|Required|**Long**|The ID of the current session.|
| _ParentWindow_|Required|**IUnknown**|Specifies the window that is called to display the encryption settings.|
diff --git a/api/Office.EncryptionProviderDetail.md b/api/Office.EncryptionProviderDetail.md
index 20a144d78e1..cc42bb53dbf 100644
--- a/api/Office.EncryptionProviderDetail.md
+++ b/api/Office.EncryptionProviderDetail.md
@@ -14,7 +14,7 @@ Specifies details about encryption providers.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**encprovdetURL**|0|A URL encryption provider.|
|**encprovdetAlgorithm**|1|An algorithm encryption provider.|
diff --git a/api/Office.FileDialog.Application.md b/api/Office.FileDialog.Application.md
index 040ed05cf08..62e5c9eda40 100644
--- a/api/Office.FileDialog.Application.md
+++ b/api/Office.FileDialog.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [FileDialog](./Office.FileDialog.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.FileDialog.Creator.md b/api/Office.FileDialog.Creator.md
index 78c8f25966c..34ba84cfb53 100644
--- a/api/Office.FileDialog.Creator.md
+++ b/api/Office.FileDialog.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **FileDialog*
_expression_ A variable that represents a [FileDialog](./Office.FileDialog.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.FileDialog.Filters.md b/api/Office.FileDialog.Filters.md
index 068b30df13a..26bdd76dba9 100644
--- a/api/Office.FileDialog.Filters.md
+++ b/api/Office.FileDialog.Filters.md
@@ -23,7 +23,7 @@ Gets a **FileDialogFilters** collection. Read-only.
_expression_ A variable that represents a [FileDialog](./Office.FileDialog.md) object.
-### Return Value
+### Return value
FileDialogFilters
diff --git a/api/Office.FileDialog.Parent.md b/api/Office.FileDialog.Parent.md
index 3c87a0e6a2a..7957dd295c8 100644
--- a/api/Office.FileDialog.Parent.md
+++ b/api/Office.FileDialog.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **FileDialog** object. Read-only.
_expression_ A variable that represents a [FileDialog](./Office.FileDialog.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.FileDialogFilter.Application.md b/api/Office.FileDialogFilter.Application.md
index 5a318bfb40c..4e3e3c05e7c 100644
--- a/api/Office.FileDialogFilter.Application.md
+++ b/api/Office.FileDialogFilter.Application.md
@@ -20,7 +20,7 @@ Gets an Application object that represents the container application for the **
_expression_ A variable that represents a [FileDialogFilter](./Office.FileDialogFilter.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.FileDialogFilter.Creator.md b/api/Office.FileDialogFilter.Creator.md
index 7f272d9de97..6319a41bcc1 100644
--- a/api/Office.FileDialogFilter.Creator.md
+++ b/api/Office.FileDialogFilter.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **FileDialogF
_expression_ A variable that represents a [FileDialogFilter](./Office.FileDialogFilter.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.FileDialogFilter.Extensions.md b/api/Office.FileDialogFilter.Extensions.md
index 4b0e25776b4..aebc8f0be63 100644
--- a/api/Office.FileDialogFilter.Extensions.md
+++ b/api/Office.FileDialogFilter.Extensions.md
@@ -23,7 +23,7 @@ Gets a value containing the extensions that determine which files are displayed
_expression_ An expression that returns a [FileDialogFilter](./Office.FileDialogFilter.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.FileDialogFilter.Parent.md b/api/Office.FileDialogFilter.Parent.md
index 7ecbbb840a3..dfc9dfd7cca 100644
--- a/api/Office.FileDialogFilter.Parent.md
+++ b/api/Office.FileDialogFilter.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **FileDialogFilter** object. Read-only.
_expression_ A variable that represents a [FileDialogFilter](./Office.FileDialogFilter.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.FileDialogFilters.Add.md b/api/Office.FileDialogFilters.Add.md
index a9947a3d896..cf4af1b8778 100644
--- a/api/Office.FileDialogFilters.Add.md
+++ b/api/Office.FileDialogFilters.Add.md
@@ -25,7 +25,7 @@ _expression_ Required. A variable that represents a [FileDialogFilters](./Office
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Description_|Required|**String**|The text representing the description of the file name extension you want to add to the list of filters.|
| _Extensions_|Required|**String**|The text representing the file name extension you want to add to the list of filters. More than one extension may be specified and each must be separated by a semi-colon. For example, the argument can be assigned to the string: "*.txt; *.htm".
**Note**: Parentheses do not need to be added around the extensions. Microsoft Office will automatically add parentheses around the extensions string when the description and extensions strings are concatenated into one file filter item.|
diff --git a/api/Office.FileDialogFilters.Application.md b/api/Office.FileDialogFilters.Application.md
index 182344ca8fb..5986c89968b 100644
--- a/api/Office.FileDialogFilters.Application.md
+++ b/api/Office.FileDialogFilters.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [FileDialogFilters](./Office.FileDialogFilters.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.FileDialogFilters.Count.md b/api/Office.FileDialogFilters.Count.md
index 9469fa3ef20..9104915821a 100644
--- a/api/Office.FileDialogFilters.Count.md
+++ b/api/Office.FileDialogFilters.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **FileDialogFilters** col
_expression_ A variable that represents a [FileDialogFilters](./Office.FileDialogFilters.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.FileDialogFilters.Creator.md b/api/Office.FileDialogFilters.Creator.md
index 2f6fca4cb48..eda5a736d15 100644
--- a/api/Office.FileDialogFilters.Creator.md
+++ b/api/Office.FileDialogFilters.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **FileDialogF
_expression_ A variable that represents a [FileDialogFilters](./Office.FileDialogFilters.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.FileDialogFilters.Delete.md b/api/Office.FileDialogFilters.Delete.md
index 45629d47a06..5191fec86af 100644
--- a/api/Office.FileDialogFilters.Delete.md
+++ b/api/Office.FileDialogFilters.Delete.md
@@ -27,7 +27,7 @@ Removes a file dialog filter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _filter_|Optional|**Variant**|The filter to be removed.|
diff --git a/api/Office.FileDialogFilters.Parent.md b/api/Office.FileDialogFilters.Parent.md
index 0361129b7c7..f6feb74db3c 100644
--- a/api/Office.FileDialogFilters.Parent.md
+++ b/api/Office.FileDialogFilters.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **FileDialogFilters** object. Read-only.
_expression_ A variable that represents a [FileDialogFilters](./Office.FileDialogFilters.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.FileDialogSelectedItems.Application.md b/api/Office.FileDialogSelectedItems.Application.md
index 68fff309388..ae91057527e 100644
--- a/api/Office.FileDialogSelectedItems.Application.md
+++ b/api/Office.FileDialogSelectedItems.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [FileDialogSelectedItems](./Office.FileDialogSelectedItems.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.FileDialogSelectedItems.Count.md b/api/Office.FileDialogSelectedItems.Count.md
index 05281f3e6c5..d1128dcb45d 100644
--- a/api/Office.FileDialogSelectedItems.Count.md
+++ b/api/Office.FileDialogSelectedItems.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **FileDialogSelectedItem*
_expression_ A variable that represents a [FileDialogSelectedItems](./Office.FileDialogSelectedItems.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.FileDialogSelectedItems.Creator.md b/api/Office.FileDialogSelectedItems.Creator.md
index 3ed1a25729e..e89f04b0991 100644
--- a/api/Office.FileDialogSelectedItems.Creator.md
+++ b/api/Office.FileDialogSelectedItems.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **FileDialogS
_expression_ A variable that represents a [FileDialogSelectedItems](./Office.FileDialogSelectedItems.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.FileDialogSelectedItems.Parent.md b/api/Office.FileDialogSelectedItems.Parent.md
index c1223b38d04..c138bc45adb 100644
--- a/api/Office.FileDialogSelectedItems.Parent.md
+++ b/api/Office.FileDialogSelectedItems.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **FileDialogSelectedItems** object. Read-onl
_expression_ A variable that represents a [FileDialogSelectedItems](./Office.FileDialogSelectedItems.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.FileTypes.Add.md b/api/Office.FileTypes.Add.md
index 597d694cb48..675c8859f34 100644
--- a/api/Office.FileTypes.Add.md
+++ b/api/Office.FileTypes.Add.md
@@ -27,7 +27,7 @@ Adds a new file type to a file search.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileType_|Required|**MsoFileType**|Specifies the type of file for which to search.|
diff --git a/api/Office.FileTypes.Application.md b/api/Office.FileTypes.Application.md
index 02dd511dfa0..657c84c2a86 100644
--- a/api/Office.FileTypes.Application.md
+++ b/api/Office.FileTypes.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [FileTypes](./Office.FileTypes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.FileTypes.Count.md b/api/Office.FileTypes.Count.md
index ce79785de64..505df25b57e 100644
--- a/api/Office.FileTypes.Count.md
+++ b/api/Office.FileTypes.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **FileTypes** collection.
_expression_ A variable that represents a [FileTypes](./Office.FileTypes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.FileTypes.Creator.md b/api/Office.FileTypes.Creator.md
index 12ce364f054..5a6bda46fee 100644
--- a/api/Office.FileTypes.Creator.md
+++ b/api/Office.FileTypes.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **FileTypes**
_expression_ A variable that represents a [FileTypes](./Office.FileTypes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.FileTypes.Item.md b/api/Office.FileTypes.Item.md
index cde64000b1a..683aa5341b6 100644
--- a/api/Office.FileTypes.Item.md
+++ b/api/Office.FileTypes.Item.md
@@ -27,7 +27,7 @@ Gets a value that indicates which file type will be searched for. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the object to be returned.|
diff --git a/api/Office.FileTypes.Remove.md b/api/Office.FileTypes.Remove.md
index 9b5b651b4bb..bd2186210d0 100644
--- a/api/Office.FileTypes.Remove.md
+++ b/api/Office.FileTypes.Remove.md
@@ -27,7 +27,7 @@ Removes a **FileType** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the file type to be removed.|
diff --git a/api/Office.Font2.Allcaps.md b/api/Office.Font2.Allcaps.md
index 31bc4c58c44..b91375fda98 100644
--- a/api/Office.Font2.Allcaps.md
+++ b/api/Office.Font2.Allcaps.md
@@ -20,7 +20,7 @@ True if the font is formatted as all capital letters. Read/write.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.Application.md b/api/Office.Font2.Application.md
index 27c2235ec52..d771ecfde75 100644
--- a/api/Office.Font2.Application.md
+++ b/api/Office.Font2.Application.md
@@ -20,7 +20,7 @@ Gets an object that represents the application the **Font2** object is used in.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Font2.AutorotateNumbers.md b/api/Office.Font2.AutorotateNumbers.md
index 4d19ac7ab5d..d6ef066e760 100644
--- a/api/Office.Font2.AutorotateNumbers.md
+++ b/api/Office.Font2.AutorotateNumbers.md
@@ -20,7 +20,7 @@ Gets or sets a value that specifies whether the numbers in a numbered list shoul
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.BaselineOffset.md b/api/Office.Font2.BaselineOffset.md
index 763ebde275e..23b5684e230 100644
--- a/api/Office.Font2.BaselineOffset.md
+++ b/api/Office.Font2.BaselineOffset.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the horizontaol offset of the selected font. Rea
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Font2.Bold.md b/api/Office.Font2.Bold.md
index e73fef3c346..81d93f0c030 100644
--- a/api/Office.Font2.Bold.md
+++ b/api/Office.Font2.Bold.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying whether the font should be bold. Read/write.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.Caps.md b/api/Office.Font2.Caps.md
index 61de47de044..8719d6bce5e 100644
--- a/api/Office.Font2.Caps.md
+++ b/api/Office.Font2.Caps.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying that the text should be capitalized. Read/write.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTextCaps
diff --git a/api/Office.Font2.Creator.md b/api/Office.Font2.Creator.md
index e4dfd0310b1..763e68974bf 100644
--- a/api/Office.Font2.Creator.md
+++ b/api/Office.Font2.Creator.md
@@ -20,7 +20,7 @@ Gets a value indicating the application the object was created in. Read-only.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.Font2.DoubleStrikeThrough.md b/api/Office.Font2.DoubleStrikeThrough.md
index 8364bc514a1..d52dd9754f0 100644
--- a/api/Office.Font2.DoubleStrikeThrough.md
+++ b/api/Office.Font2.DoubleStrikeThrough.md
@@ -20,7 +20,7 @@ True if the specified font is formatted as double strikethrough text. Read/write
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.Embeddable.md b/api/Office.Font2.Embeddable.md
index a57e1f8cce1..bdb94258577 100644
--- a/api/Office.Font2.Embeddable.md
+++ b/api/Office.Font2.Embeddable.md
@@ -20,7 +20,7 @@ Gets a value indicating whether the font can be embedded in a page. Read-only.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.Embedded.md b/api/Office.Font2.Embedded.md
index 7faac909d92..df2b5fe91ac 100644
--- a/api/Office.Font2.Embedded.md
+++ b/api/Office.Font2.Embedded.md
@@ -20,7 +20,7 @@ Gets a value specifying whether the font is embedded in a page. Read-only.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.Equalize.md b/api/Office.Font2.Equalize.md
index 123f7d1fc1c..ca62c0d2017 100644
--- a/api/Office.Font2.Equalize.md
+++ b/api/Office.Font2.Equalize.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying whether the text for a selection should be space
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.Glow.md b/api/Office.Font2.Glow.md
index 57d158ebc7d..0d849be8c51 100644
--- a/api/Office.Font2.Glow.md
+++ b/api/Office.Font2.Glow.md
@@ -20,7 +20,7 @@ Gets a value indicating whether the font is displayed as a glow effect. Read-onl
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
GlowFormat
diff --git a/api/Office.Font2.Highlight.md b/api/Office.Font2.Highlight.md
index 1d7d811897c..2e258e2e18a 100644
--- a/api/Office.Font2.Highlight.md
+++ b/api/Office.Font2.Highlight.md
@@ -20,7 +20,7 @@ Gets a value indicating whether the font is displayed as highlighted. Read-only.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/Office.Font2.Italic.md b/api/Office.Font2.Italic.md
index 500427758c9..c9183bc1c49 100644
--- a/api/Office.Font2.Italic.md
+++ b/api/Office.Font2.Italic.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying whether the text for a selection is italic. Read
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.Kerning.md b/api/Office.Font2.Kerning.md
index b665251aef7..fbd633a701a 100644
--- a/api/Office.Font2.Kerning.md
+++ b/api/Office.Font2.Kerning.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the amount of spacing between text characters. R
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Font2.Line.md b/api/Office.Font2.Line.md
index 477a3170197..3f6c61388e4 100644
--- a/api/Office.Font2.Line.md
+++ b/api/Office.Font2.Line.md
@@ -20,7 +20,7 @@ Gets a value specifiying the format of a line. Read-only.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
LineFormat
diff --git a/api/Office.Font2.Name.md b/api/Office.Font2.Name.md
index 2d16f7a6327..0db7e4fcbfe 100644
--- a/api/Office.Font2.Name.md
+++ b/api/Office.Font2.Name.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the font to use for a selection. Read/write.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.Font2.NameAscii.md b/api/Office.Font2.NameAscii.md
index 6784ea35a3a..538b2ccdf20 100644
--- a/api/Office.Font2.NameAscii.md
+++ b/api/Office.Font2.NameAscii.md
@@ -20,7 +20,7 @@ Gets or sets the font used for Latin text (characters with character codes from
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.Font2.NameComplexScript.md b/api/Office.Font2.NameComplexScript.md
index 7dfdfadc664..8bd4ddb6b06 100644
--- a/api/Office.Font2.NameComplexScript.md
+++ b/api/Office.Font2.NameComplexScript.md
@@ -20,7 +20,7 @@ Gets or sets the complex script font name. Used for mixed language text. Read/wr
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.Font2.NameFarEast.md b/api/Office.Font2.NameFarEast.md
index b180e6120e0..0af84c1c38c 100644
--- a/api/Office.Font2.NameFarEast.md
+++ b/api/Office.Font2.NameFarEast.md
@@ -20,7 +20,7 @@ Gets or sets an East Asian font name. Read/write.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.Font2.NameOther.md b/api/Office.Font2.NameOther.md
index 5047606eeb3..34b02403559 100644
--- a/api/Office.Font2.NameOther.md
+++ b/api/Office.Font2.NameOther.md
@@ -20,7 +20,7 @@ Gets or sets the font used for characters whose character set numbers are greate
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.Font2.Parent.md b/api/Office.Font2.Parent.md
index a7c33a7610e..ccba70dd73a 100644
--- a/api/Office.Font2.Parent.md
+++ b/api/Office.Font2.Parent.md
@@ -20,7 +20,7 @@ Gets the parent of the **Font2** object. Read-only.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Font2.Reflection.md b/api/Office.Font2.Reflection.md
index a7cabb64f0f..8f4ea833789 100644
--- a/api/Office.Font2.Reflection.md
+++ b/api/Office.Font2.Reflection.md
@@ -20,7 +20,7 @@ Gets a value specifying the type of reflection format for the selection of text.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
ReflectionFormat
diff --git a/api/Office.Font2.Shadow.md b/api/Office.Font2.Shadow.md
index b525a74e349..6101240d27f 100644
--- a/api/Office.Font2.Shadow.md
+++ b/api/Office.Font2.Shadow.md
@@ -20,7 +20,7 @@ Gets the value specifying the type of shadow effect for the selection of text. R
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
ShadowFormat
diff --git a/api/Office.Font2.Size.md b/api/Office.Font2.Size.md
index 0074439be09..f2e3596db54 100644
--- a/api/Office.Font2.Size.md
+++ b/api/Office.Font2.Size.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the size of the font. Read/write.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Font2.Smallcaps.md b/api/Office.Font2.Smallcaps.md
index ca211edfdb9..78ef1281e03 100644
--- a/api/Office.Font2.Smallcaps.md
+++ b/api/Office.Font2.Smallcaps.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying whether small caps should be used with the slect
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.SoftEdgeFormat.md b/api/Office.Font2.SoftEdgeFormat.md
index dac6aa3a12c..5e644d2b30b 100644
--- a/api/Office.Font2.SoftEdgeFormat.md
+++ b/api/Office.Font2.SoftEdgeFormat.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the type of soft edge effect used in a selection
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoSoftEdgeType
diff --git a/api/Office.Font2.Spacing.md b/api/Office.Font2.Spacing.md
index e2eb8124e69..e1b8b080c56 100644
--- a/api/Office.Font2.Spacing.md
+++ b/api/Office.Font2.Spacing.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the spacing between characters in a selection of
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.Font2.Strike.md b/api/Office.Font2.Strike.md
index 9beb5bbdba1..0d8911f2679 100644
--- a/api/Office.Font2.Strike.md
+++ b/api/Office.Font2.Strike.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the strike format used for a selection of text.
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTextStrike
diff --git a/api/Office.Font2.StrikeThrough.md b/api/Office.Font2.StrikeThrough.md
index 4fa8709f37e..2947462d89f 100644
--- a/api/Office.Font2.StrikeThrough.md
+++ b/api/Office.Font2.StrikeThrough.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the text should be rendered in a strikethrough a
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.Subscript.md b/api/Office.Font2.Subscript.md
index 23c32b28a6e..191c6f2c973 100644
--- a/api/Office.Font2.Subscript.md
+++ b/api/Office.Font2.Subscript.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying that the selected text should be displayed as su
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.Superscript.md b/api/Office.Font2.Superscript.md
index e31d62e20e7..1d3395c834d 100644
--- a/api/Office.Font2.Superscript.md
+++ b/api/Office.Font2.Superscript.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying that the selected text should be displayed as su
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Font2.UnderlineColor.md b/api/Office.Font2.UnderlineColor.md
index 84b26b4e138..70dd1f9c1a2 100644
--- a/api/Office.Font2.UnderlineColor.md
+++ b/api/Office.Font2.UnderlineColor.md
@@ -20,7 +20,7 @@ Gets a value specifying the color of the underline for the selected text. Read-o
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/Office.Font2.UnderlineStyle.md b/api/Office.Font2.UnderlineStyle.md
index b811816542d..499b1a7a9ee 100644
--- a/api/Office.Font2.UnderlineStyle.md
+++ b/api/Office.Font2.UnderlineStyle.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the underline style for the selected text. Read/
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoTextUnderlineType
diff --git a/api/Office.Font2.WordArtformat.md b/api/Office.Font2.WordArtformat.md
index ef95257d5d2..134d08adab8 100644
--- a/api/Office.Font2.WordArtformat.md
+++ b/api/Office.Font2.WordArtformat.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the text effect for the selected text. Read/writ
_expression_ An expression that returns a [Font2](./Office.Font2.md) object.
-### Return Value
+### Return value
MsoPresetTextEffect
diff --git a/api/Office.GlowFormat.Application.md b/api/Office.GlowFormat.Application.md
index 7d99230d549..e972407c97e 100644
--- a/api/Office.GlowFormat.Application.md
+++ b/api/Office.GlowFormat.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [GlowFormat](./Office.GlowFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.GlowFormat.Color.md b/api/Office.GlowFormat.Color.md
index fcfc4d4cab7..01f9e9bd464 100644
--- a/api/Office.GlowFormat.Color.md
+++ b/api/Office.GlowFormat.Color.md
@@ -20,7 +20,7 @@ Gets a **ColorFormat** object that represents the color of text formatted as gl
_expression_ An expression that returns a [GlowFormat](./Office.GlowFormat.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/Office.GlowFormat.Creator.md b/api/Office.GlowFormat.Creator.md
index 79e6d15d328..efe0316af69 100644
--- a/api/Office.GlowFormat.Creator.md
+++ b/api/Office.GlowFormat.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **GlowFormat*
_expression_ An expression that returns a [GlowFormat](./Office.GlowFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.GlowFormat.Radius.md b/api/Office.GlowFormat.Radius.md
index 4661ef9ffe6..c2792f638bf 100644
--- a/api/Office.GlowFormat.Radius.md
+++ b/api/Office.GlowFormat.Radius.md
@@ -20,7 +20,7 @@ Gets or sets the radius value of the glow effect for the **GlowFormat** object.
_expression_ An expression that returns a [GlowFormat](./Office.GlowFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.GradientStop.Application.md b/api/Office.GradientStop.Application.md
index 0477496852d..901ebb8554d 100644
--- a/api/Office.GradientStop.Application.md
+++ b/api/Office.GradientStop.Application.md
@@ -20,7 +20,7 @@ When used without an object qualifier, this property returns an **Application**
_expression_ An expression that returns a [GradientStop](./Office.GradientStop.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.GradientStop.Color.md b/api/Office.GradientStop.Color.md
index 8b3ba53f906..ad9243e2ccd 100644
--- a/api/Office.GradientStop.Color.md
+++ b/api/Office.GradientStop.Color.md
@@ -20,7 +20,7 @@ Gets a value representing the color of the gradient stop. Read-only.
_expression_ An expression that returns a [GradientStop](./Office.GradientStop.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/Office.GradientStop.Creator.md b/api/Office.GradientStop.Creator.md
index 8eae8a75197..33dc4f71644 100644
--- a/api/Office.GradientStop.Creator.md
+++ b/api/Office.GradientStop.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **GradientSto
_expression_ An expression that returns a [GradientStop](./Office.GradientStop.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.GradientStop.Position.md b/api/Office.GradientStop.Position.md
index 718d547d6b0..d8e7140f354 100644
--- a/api/Office.GradientStop.Position.md
+++ b/api/Office.GradientStop.Position.md
@@ -20,7 +20,7 @@ Gets or sets a value representing the position of a stop within the gradient exp
_expression_ An expression that returns a [GradientStop](./Office.GradientStop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.GradientStop.Transparency.md b/api/Office.GradientStop.Transparency.md
index 026c1fdaeef..c98e34e0896 100644
--- a/api/Office.GradientStop.Transparency.md
+++ b/api/Office.GradientStop.Transparency.md
@@ -20,7 +20,7 @@ Gets or sets a value representing the opacity of the gradient fill expressed as
_expression_ An expression that returns a [GradientStop](./Office.GradientStop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.GradientStops.Application.md b/api/Office.GradientStops.Application.md
index 8948efc5ba0..2ddb0bbff3b 100644
--- a/api/Office.GradientStops.Application.md
+++ b/api/Office.GradientStops.Application.md
@@ -20,7 +20,7 @@ When used without an object qualifier, this property returns an **Application**
_expression_ An expression that returns a [GradientStops](./Office.GradientStops.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.GradientStops.Count.md b/api/Office.GradientStops.Count.md
index 4995df19879..32da3916ec0 100644
--- a/api/Office.GradientStops.Count.md
+++ b/api/Office.GradientStops.Count.md
@@ -20,7 +20,7 @@ Gets a **Long** indicating the number of items in the **GradientStops** collect
_expression_ An expression that returns a [GradientStops](./Office.GradientStops.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.GradientStops.Creator.md b/api/Office.GradientStops.Creator.md
index 3245021913c..d0a0e760656 100644
--- a/api/Office.GradientStops.Creator.md
+++ b/api/Office.GradientStops.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **GradientSto
_expression_ An expression that returns a [GradientStops](./Office.GradientStops.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.GradientStops.Delete.md b/api/Office.GradientStops.Delete.md
index 917470951ce..19f49b831ae 100644
--- a/api/Office.GradientStops.Delete.md
+++ b/api/Office.GradientStops.Delete.md
@@ -24,7 +24,7 @@ Removes a gradient stop.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Integer**|The index number of the gradient stop.|
diff --git a/api/Office.GradientStops.Insert.md b/api/Office.GradientStops.Insert.md
index 0f3ec7b0918..3dbc10e59cd 100644
--- a/api/Office.GradientStops.Insert.md
+++ b/api/Office.GradientStops.Insert.md
@@ -24,7 +24,7 @@ Adds a stop to a gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RGB_|Required|**MsoRGBType**|Specifies the color at the gradient stop.|
| _Position_|Required|**Single**|Specifies the position of the stop within the gradient expressed as a percent.|
diff --git a/api/Office.GradientStops.Insert2.md b/api/Office.GradientStops.Insert2.md
index bd98f568746..e3b590b7cae 100644
--- a/api/Office.GradientStops.Insert2.md
+++ b/api/Office.GradientStops.Insert2.md
@@ -24,7 +24,7 @@ Adds a stop to a gradient and specifies the brightness, as well as the transpare
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RGB_|Required|**MsoRGBType**|Specifies the color at the gradient stop.|
| _Position_|Required|**Single**|Specifies the position of the stop within the gradient expressed as a percent.|
@@ -32,7 +32,7 @@ Adds a stop to a gradient and specifies the brightness, as well as the transpare
| _Index_|Optional|**Integer**|The index number of the gradient stop.|
| _Brightness_|Optional|**Single**|Specifies the brightness of the color at the gradient stop.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.GradientStops.Item.md b/api/Office.GradientStops.Item.md
index 944c87cd063..d98a8ca5880 100644
--- a/api/Office.GradientStops.Item.md
+++ b/api/Office.GradientStops.Item.md
@@ -24,11 +24,11 @@ Gets a **GradientStop** object from a **GradientStops** collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|The name or index number of the object returned.|
-### Return Value
+### Return value
GradientStop
diff --git a/api/Office.IAssistance.ClearDefaultContext.md b/api/Office.IAssistance.ClearDefaultContext.md
index 5d4cab08a58..b5d6730ebdb 100644
--- a/api/Office.IAssistance.ClearDefaultContext.md
+++ b/api/Office.IAssistance.ClearDefaultContext.md
@@ -27,7 +27,7 @@ Clears the default help topic previously defined in the **SetDefaultContext** m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HelpId_|Required|**String**|The ID of the default help topic.|
diff --git a/api/Office.IAssistance.SearchHelp.md b/api/Office.IAssistance.SearchHelp.md
index c937ec659b2..21f3e7db94e 100644
--- a/api/Office.IAssistance.SearchHelp.md
+++ b/api/Office.IAssistance.SearchHelp.md
@@ -24,7 +24,7 @@ Performs a search from the Office Help Viewer based on one or more keywords. Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Query_|Required|**String**|Represents the search keyword or phrase.|
| _Scope_|Optional|**String**|The namespace registered within the host application.|
diff --git a/api/Office.IAssistance.SetDefaultContext.md b/api/Office.IAssistance.SetDefaultContext.md
index cbe0e6da82a..efb9fcd5941 100644
--- a/api/Office.IAssistance.SetDefaultContext.md
+++ b/api/Office.IAssistance.SetDefaultContext.md
@@ -24,7 +24,7 @@ Sets a help topic as the default topic that will be displayed when the user open
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HelpId_|Required|**String**|The ID of the default help topic.|
diff --git a/api/Office.IAssistance.ShowHelp.md b/api/Office.IAssistance.ShowHelp.md
index 33d34f9c396..fc629fcac4f 100644
--- a/api/Office.IAssistance.ShowHelp.md
+++ b/api/Office.IAssistance.ShowHelp.md
@@ -24,7 +24,7 @@ Displays the help topic specified by its ID in the Office Help Viewer or, for he
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HelpId_|Optional|**String**|The ID of the help topic.|
| _Scope_|Optional|**String**|The namespace registered within the host application.|
diff --git a/api/Office.IBlogExtensibility.BlogProviderProperties.md b/api/Office.IBlogExtensibility.BlogProviderProperties.md
index 00500c8673d..3415cdcc522 100644
--- a/api/Office.IBlogExtensibility.BlogProviderProperties.md
+++ b/api/Office.IBlogExtensibility.BlogProviderProperties.md
@@ -27,7 +27,7 @@ Contains information about the provider.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BlogProvider_|Required|**String**|The name of the blog provider.|
| _FriendlyName_|Required|**String**|Represents the name displayed in the user interface.|
diff --git a/api/Office.IBlogExtensibility.GetCategories.md b/api/Office.IBlogExtensibility.GetCategories.md
index 14264caadb8..fe393cf8907 100644
--- a/api/Office.IBlogExtensibility.GetCategories.md
+++ b/api/Office.IBlogExtensibility.GetCategories.md
@@ -27,7 +27,7 @@ This method returns the list of blog categories for an account so Microsoft Word
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required|**String**|Represents the GUID of the account registry key. |
| _ParentWindow_|Required|**Long**|Represents the HWND of the host window.|
diff --git a/api/Office.IBlogExtensibility.GetRecentPosts.md b/api/Office.IBlogExtensibility.GetRecentPosts.md
index df22b05cfb5..435633a5df9 100644
--- a/api/Office.IBlogExtensibility.GetRecentPosts.md
+++ b/api/Office.IBlogExtensibility.GetRecentPosts.md
@@ -27,7 +27,7 @@ Returns the list of the user's last fifteen blog posts that Microsoft Word then
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required|**String**|Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.|
| _ParentWindow_|Required|**Long**|Contains the HWND for the window Microsoft Word is calling from.|
diff --git a/api/Office.IBlogExtensibility.GetUserBlogs.md b/api/Office.IBlogExtensibility.GetUserBlogs.md
index 727471e5765..1b811dd71f9 100644
--- a/api/Office.IBlogExtensibility.GetUserBlogs.md
+++ b/api/Office.IBlogExtensibility.GetUserBlogs.md
@@ -27,7 +27,7 @@ Returns the list and details of user blogs associated with the specified account
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required|**String**|Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.|
| _ParentWindow_|Required|**Long**|Contains the HWND for the window Microsoft Word is calling from.|
diff --git a/api/Office.IBlogExtensibility.Open.md b/api/Office.IBlogExtensibility.Open.md
index 465e8b58daa..ea5ce7a607b 100644
--- a/api/Office.IBlogExtensibility.Open.md
+++ b/api/Office.IBlogExtensibility.Open.md
@@ -27,7 +27,7 @@ Opens the blog specified by the blog ID. It is called by the **Open Existing Po
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required|**String**|Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.|
| _PostID_|Required|**String**|The ID of the post.|
diff --git a/api/Office.IBlogExtensibility.PublishPost.md b/api/Office.IBlogExtensibility.PublishPost.md
index 6b8bf6a25a1..a3d301fd661 100644
--- a/api/Office.IBlogExtensibility.PublishPost.md
+++ b/api/Office.IBlogExtensibility.PublishPost.md
@@ -27,7 +27,7 @@ Hands off the current post so it can be published by the provider.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required|**String**|Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.|
| _ParentWindow_|Required|**Long**|Contains the HWND for the window Microsoft Word is calling from.|
diff --git a/api/Office.IBlogExtensibility.RepublishPost.md b/api/Office.IBlogExtensibility.RepublishPost.md
index 16cc068ea8f..231e32bde1f 100644
--- a/api/Office.IBlogExtensibility.RepublishPost.md
+++ b/api/Office.IBlogExtensibility.RepublishPost.md
@@ -27,7 +27,7 @@ Hands off the current post so it can be republished by the provider.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required|**String**|Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.|
| _ParentWindow_|Required|**Long**|Contains the HWND for the window Microsoft Word is calling from.|
diff --git a/api/Office.IBlogExtensibility.SetupBlogAccount.md b/api/Office.IBlogExtensibility.SetupBlogAccount.md
index e5b4d251196..d07fce76e9f 100644
--- a/api/Office.IBlogExtensibility.SetupBlogAccount.md
+++ b/api/Office.IBlogExtensibility.SetupBlogAccount.md
@@ -27,7 +27,7 @@ Called from the **Choose Account** dialog when the provider's name is chosen in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required|**String**|Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.|
| _ParentWindow_|Required|**Long**|Contains the HWND for the window Microsoft Word is calling from.|
diff --git a/api/Office.IBlogPictureExtensibility.BlogPictureProviderProperties.md b/api/Office.IBlogPictureExtensibility.BlogPictureProviderProperties.md
index 268d0079178..3a7bab1d117 100644
--- a/api/Office.IBlogPictureExtensibility.BlogPictureProviderProperties.md
+++ b/api/Office.IBlogPictureExtensibility.BlogPictureProviderProperties.md
@@ -27,7 +27,7 @@ Enables picture providers to offer themselves as an upload location for blog pic
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BlogPictureProvider_|Required|**String**|The ID of the picture provider.|
| _FriendlyName_|Required|**String**|The friendly name of the picture provider.|
diff --git a/api/Office.IBlogPictureExtensibility.CreatePictureAccount.md b/api/Office.IBlogPictureExtensibility.CreatePictureAccount.md
index 79947c3233c..d29bd94d5d9 100644
--- a/api/Office.IBlogPictureExtensibility.CreatePictureAccount.md
+++ b/api/Office.IBlogPictureExtensibility.CreatePictureAccount.md
@@ -27,7 +27,7 @@ Allows a picture provider to display the user interface needed to guide the user
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required|**String**|Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.|
| _BlogProvider_|Required|**String**|The ID of the provider.|
diff --git a/api/Office.IBlogPictureExtensibility.PublishPicture.md b/api/Office.IBlogPictureExtensibility.PublishPicture.md
index 8f1618f4442..0de1aa2606c 100644
--- a/api/Office.IBlogPictureExtensibility.PublishPicture.md
+++ b/api/Office.IBlogPictureExtensibility.PublishPicture.md
@@ -27,7 +27,7 @@ Used to post a picture object to its final destination in a blog.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required|**String**|Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.|
| _ParentWindow_|Required|**Long**|Contains the HWND for the window Microsoft Word is calling from.|
diff --git a/api/Office.ICTPFactory.CreateCTP.md b/api/Office.ICTPFactory.CreateCTP.md
index 9a943bf0f01..37fa20d2d32 100644
--- a/api/Office.ICTPFactory.CreateCTP.md
+++ b/api/Office.ICTPFactory.CreateCTP.md
@@ -27,13 +27,13 @@ Creates an instance of a custom task pane.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CTPAxID_|Required|**String**|The CLSID or ProgID of a Microsoft ActiveX® object. |
| _CTPTitle_|Required|**String**|The title for the task pane.|
| _CTPParentWindow_|Optional|**Variant**|The window that hosts the task pane. If not present, the parent of the task pane is the ActiveWindow of the host application.|
-### Return Value
+### Return value
CustomTaskPane
diff --git a/api/Office.IConverter.HrExport.md b/api/Office.IConverter.HrExport.md
index 585fd3025bd..46f89345389 100644
--- a/api/Office.IConverter.HrExport.md
+++ b/api/Office.IConverter.HrExport.md
@@ -27,7 +27,7 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrSourcePath_|Required|**String**||
| _bstrDestPath_|Required|**String**||
@@ -36,7 +36,7 @@ This feature is only available in the Open XML Format SDK.
| _ppcp_|Required|**IConverterPreferences**||
| _pcuic_|Required|**IConverterUICallback**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverter.HrGetErrorString.md b/api/Office.IConverter.HrGetErrorString.md
index 16214c7b961..9ef2a019f9e 100644
--- a/api/Office.IConverter.HrGetErrorString.md
+++ b/api/Office.IConverter.HrGetErrorString.md
@@ -27,13 +27,13 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _hrErr_|Required|**Long**||
| _pbstrErrorMsg_|Required|**String**||
| _pcap_|Required|**IConverterApplicationPreferences**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverter.HrGetFormat.md b/api/Office.IConverter.HrGetFormat.md
index 8f3107eeb6b..63622a0fb2d 100644
--- a/api/Office.IConverter.HrGetFormat.md
+++ b/api/Office.IConverter.HrGetFormat.md
@@ -27,7 +27,7 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrPath_|Required|**String**||
| _pbstrClass_|Required|**String**||
@@ -35,7 +35,7 @@ This feature is only available in the Open XML Format SDK.
| _ppcp_|Required|**IConverterPreferences**||
| _pcuic_|Required|**IConverterUICallback**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverter.HrImport.md b/api/Office.IConverter.HrImport.md
index 05fff923cf6..8aa99d2d46d 100644
--- a/api/Office.IConverter.HrImport.md
+++ b/api/Office.IConverter.HrImport.md
@@ -27,7 +27,7 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrSourcePath_|Required|**String**||
| _bstrDestPath_|Required|**String**||
@@ -35,7 +35,7 @@ This feature is only available in the Open XML Format SDK.
| _ppcp_|Required|**IConverterPreferences**||
| _pcuic_|Required|**IConverterUICallback**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverter.HrInitConverter.md b/api/Office.IConverter.HrInitConverter.md
index eba38dcbc32..dc812621acd 100644
--- a/api/Office.IConverter.HrInitConverter.md
+++ b/api/Office.IConverter.HrInitConverter.md
@@ -27,13 +27,13 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pcap_|Required|**IConverterApplicationPreferences**||
| _ppcp_|Required|**IConverterPreferences**||
| _pcuic_|Required|**IConverterUICallback**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverter.HrUninitConverter.md b/api/Office.IConverter.HrUninitConverter.md
index 9261fc67edb..48556289170 100644
--- a/api/Office.IConverter.HrUninitConverter.md
+++ b/api/Office.IConverter.HrUninitConverter.md
@@ -27,11 +27,11 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pcuic_|Required|**IConverterUICallback**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterApplicationPreferences.HrCheckFormat.md b/api/Office.IConverterApplicationPreferences.HrCheckFormat.md
index ed860cea975..3505ded1f83 100644
--- a/api/Office.IConverterApplicationPreferences.HrCheckFormat.md
+++ b/api/Office.IConverterApplicationPreferences.HrCheckFormat.md
@@ -27,11 +27,11 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pFormat_|Required|**[INT]**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterApplicationPreferences.HrGetApplication.md b/api/Office.IConverterApplicationPreferences.HrGetApplication.md
index 689d042abec..7efa30ae71a 100644
--- a/api/Office.IConverterApplicationPreferences.HrGetApplication.md
+++ b/api/Office.IConverterApplicationPreferences.HrGetApplication.md
@@ -27,11 +27,11 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pbstrApplication_|Required|**String**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterApplicationPreferences.HrGetHwnd.md b/api/Office.IConverterApplicationPreferences.HrGetHwnd.md
index babc0863915..6944e5b03fc 100644
--- a/api/Office.IConverterApplicationPreferences.HrGetHwnd.md
+++ b/api/Office.IConverterApplicationPreferences.HrGetHwnd.md
@@ -27,11 +27,11 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _phwnd_|Required|**Long**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterApplicationPreferences.HrGetLcid.md b/api/Office.IConverterApplicationPreferences.HrGetLcid.md
index ce309af430d..2f75330fb3b 100644
--- a/api/Office.IConverterApplicationPreferences.HrGetLcid.md
+++ b/api/Office.IConverterApplicationPreferences.HrGetLcid.md
@@ -27,11 +27,11 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _plcid_|Required|**[UINT32]**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterPreferences.HrCheckFormat.md b/api/Office.IConverterPreferences.HrCheckFormat.md
index 68c46853ab5..2bcdeaaa625 100644
--- a/api/Office.IConverterPreferences.HrCheckFormat.md
+++ b/api/Office.IConverterPreferences.HrCheckFormat.md
@@ -27,11 +27,11 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pFormat_|Required|**[INT]**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterPreferences.HrGetLossySave.md b/api/Office.IConverterPreferences.HrGetLossySave.md
index 1d273650ee3..8cc21023212 100644
--- a/api/Office.IConverterPreferences.HrGetLossySave.md
+++ b/api/Office.IConverterPreferences.HrGetLossySave.md
@@ -27,11 +27,11 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pfLossySave_|Required|**[INT]**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterPreferences.HrGetMacroEnabled.md b/api/Office.IConverterPreferences.HrGetMacroEnabled.md
index 550d64d4d58..714757cffec 100644
--- a/api/Office.IConverterPreferences.HrGetMacroEnabled.md
+++ b/api/Office.IConverterPreferences.HrGetMacroEnabled.md
@@ -27,11 +27,11 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pfMacroEnabled_|Required|**[INT]**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterUICallback.HrInputBox.md b/api/Office.IConverterUICallback.HrInputBox.md
index 40cbf58c222..8c2c6638516 100644
--- a/api/Office.IConverterUICallback.HrInputBox.md
+++ b/api/Office.IConverterUICallback.HrInputBox.md
@@ -27,14 +27,14 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrText_|Required|**String**||
| _bstrCaption_|Required|**String**||
| _pbstrInput_|Required|**String**||
| _fPassword_|Required|**[INT]**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterUICallback.HrMessageBox.md b/api/Office.IConverterUICallback.HrMessageBox.md
index 8b16c979a4a..6f9aabde848 100644
--- a/api/Office.IConverterUICallback.HrMessageBox.md
+++ b/api/Office.IConverterUICallback.HrMessageBox.md
@@ -27,14 +27,14 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrText_|Required|**String**||
| _bstrCaption_|Required|**String**||
| _uType_|Required|**[UINT]**||
| _pidResult_|Required|**[INT]**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IConverterUICallback.HrReportProgress.md b/api/Office.IConverterUICallback.HrReportProgress.md
index c6a010f2709..bd3ef477b1e 100644
--- a/api/Office.IConverterUICallback.HrReportProgress.md
+++ b/api/Office.IConverterUICallback.HrReportProgress.md
@@ -27,11 +27,11 @@ This feature is only available in the Open XML Format SDK.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _uPercentComplete_|Required|**[UINT]**||
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.ICustomTaskPaneConsumer.CTPFactoryAvailable.md b/api/Office.ICustomTaskPaneConsumer.CTPFactoryAvailable.md
index 2e0fbb75c19..7701435d3bf 100644
--- a/api/Office.ICustomTaskPaneConsumer.CTPFactoryAvailable.md
+++ b/api/Office.ICustomTaskPaneConsumer.CTPFactoryAvailable.md
@@ -27,7 +27,7 @@ Passes an **CTPFactory** object to a Microsoft ActiveX add-in that can then use
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CTPFactoryInst_|Required|**ICTPFactory**|The object is used by an add-in to create a task pane.|
diff --git a/api/Office.IDocumentInspector.Fix.md b/api/Office.IDocumentInspector.Fix.md
index 0b3875ef09a..c804c9a4fe5 100644
--- a/api/Office.IDocumentInspector.Fix.md
+++ b/api/Office.IDocumentInspector.Fix.md
@@ -24,14 +24,14 @@ Performs some action on specific information items or document properties by usi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required|**Object**|An object representing the container object.|
| _Hwnd_|Required|**Long**|Unique identifier of the active document window.|
| _Status_|Required|**MsoDocInspectorStatus**|An enumeration that indicates the status of the action.|
| _Result_|Required|**String**|Contains the results of the action.|
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IDocumentInspector.GetInfo.md b/api/Office.IDocumentInspector.GetInfo.md
index 1647a1515f3..d510715869d 100644
--- a/api/Office.IDocumentInspector.GetInfo.md
+++ b/api/Office.IDocumentInspector.GetInfo.md
@@ -24,12 +24,12 @@ Gets information about a custom Document Inspector module.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|Represents the name of the module.|
| _Desc_|Required|**String**|Represents the description of the module.|
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IDocumentInspector.Inspect.md b/api/Office.IDocumentInspector.Inspect.md
index 873b4f4cbac..04c60bf63d9 100644
--- a/api/Office.IDocumentInspector.Inspect.md
+++ b/api/Office.IDocumentInspector.Inspect.md
@@ -24,14 +24,14 @@ Inspects a document for specific information items or document properties by usi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required|**Object**|An object representing the container document.|
| _Status_|Required|**MsoDocInspectorStatus**|An enumeration that represents the results of the inspection.|
| _Result_|Required|**String**|Contains a list of the information items or document properties found in the document.|
| _Action_|Required|**String**|Indicates to the user what action to take based on the results of the inspection.|
-### Return Value
+### Return value
[HRESULT]
diff --git a/api/Office.IRibbonControl.Context.md b/api/Office.IRibbonControl.Context.md
index 54a8d41cd46..842f2d403dd 100644
--- a/api/Office.IRibbonControl.Context.md
+++ b/api/Office.IRibbonControl.Context.md
@@ -23,7 +23,7 @@ Represents the active window containing the Ribbon user interface that triggers
_expression_ An expression that returns a [IRibbonControl](./Office.IRibbonControl.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.IRibbonControl.Id.md b/api/Office.IRibbonControl.Id.md
index 5012ef105c3..767dc70194b 100644
--- a/api/Office.IRibbonControl.Id.md
+++ b/api/Office.IRibbonControl.Id.md
@@ -23,7 +23,7 @@ Gets the ID of the control specified in the Ribbon XML markup customization file
_expression_ An expression that returns a [IRibbonControl](./Office.IRibbonControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.IRibbonControl.Tag.md b/api/Office.IRibbonControl.Tag.md
index 3d1ee92d16d..f685763513f 100644
--- a/api/Office.IRibbonControl.Tag.md
+++ b/api/Office.IRibbonControl.Tag.md
@@ -23,7 +23,7 @@ Used to store arbitrary strings and fetch them at runtime. Read-only
_expression_ An expression that returns a [IRibbonControl](./Office.IRibbonControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.IRibbonExtensibility.GetCustomUI.md b/api/Office.IRibbonExtensibility.GetCustomUI.md
index bc506b05669..75eee34a6ce 100644
--- a/api/Office.IRibbonExtensibility.GetCustomUI.md
+++ b/api/Office.IRibbonExtensibility.GetCustomUI.md
@@ -27,11 +27,11 @@ Loads the XML markup, either from an XML customization file or from XML markup e
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RibbonID_|Required|**String**|The ID for the RibbonX UI. |
-### Return Value
+### Return value
String
diff --git a/api/Office.IRibbonUI.ActivateTab.md b/api/Office.IRibbonUI.ActivateTab.md
index f2f0f51bdac..8352ef62531 100644
--- a/api/Office.IRibbonUI.ActivateTab.md
+++ b/api/Office.IRibbonUI.ActivateTab.md
@@ -27,11 +27,11 @@ Activates the specified custom tab. This method returns S_FALSE if there is no R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ControlID_|Required|**String**|Specifies the Id of the custom Ribbon tab to be activated.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.IRibbonUI.ActivateTabMso.md b/api/Office.IRibbonUI.ActivateTabMso.md
index 4778babcce6..be724079363 100644
--- a/api/Office.IRibbonUI.ActivateTabMso.md
+++ b/api/Office.IRibbonUI.ActivateTabMso.md
@@ -27,11 +27,11 @@ Activates the specified built-in tab.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ControlID_|Required|**String**|Specifies the Id of the custom Ribbon tab to be activated.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.IRibbonUI.ActivateTabQ.md b/api/Office.IRibbonUI.ActivateTabQ.md
index 5e0c8f944ee..d2d76c0fff3 100644
--- a/api/Office.IRibbonUI.ActivateTabQ.md
+++ b/api/Office.IRibbonUI.ActivateTabQ.md
@@ -25,7 +25,7 @@ Activates the specified custom tab on the Microsoft Office Fluent Ribbon UI. Use
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ControlID_|Required|**String**|Specifies the Id of the custom Ribbon tab to be activated.|
| _Namespace_|Required|**String**|Specifies the namespace of the tab element.|
diff --git a/api/Office.IRibbonUI.InvalidateControl.md b/api/Office.IRibbonUI.InvalidateControl.md
index 41513542fe0..1b42ce405b6 100644
--- a/api/Office.IRibbonUI.InvalidateControl.md
+++ b/api/Office.IRibbonUI.InvalidateControl.md
@@ -27,7 +27,7 @@ Invalidates the cached value for a single control on the Ribbon user interface.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrControlID_|Required|**String**|Specifies the ID of the control that will be invalidated.|
diff --git a/api/Office.IRibbonUI.InvalidateControlMso.md b/api/Office.IRibbonUI.InvalidateControlMso.md
index a9b7be817fc..61418d1ef30 100644
--- a/api/Office.IRibbonUI.InvalidateControlMso.md
+++ b/api/Office.IRibbonUI.InvalidateControlMso.md
@@ -27,11 +27,11 @@ Used to invalidate a built-in control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ControlID_|Required|**String**||
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.LanguageSettings.Application.md b/api/Office.LanguageSettings.Application.md
index d38cfd22ee3..b3f7b075122 100644
--- a/api/Office.LanguageSettings.Application.md
+++ b/api/Office.LanguageSettings.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [LanguageSettings](./Office.LanguageSettings.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.LanguageSettings.Creator.md b/api/Office.LanguageSettings.Creator.md
index 6855f164336..bfeeca8e779 100644
--- a/api/Office.LanguageSettings.Creator.md
+++ b/api/Office.LanguageSettings.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **LanguageSet
_expression_ A variable that represents a [LanguageSettings](./Office.LanguageSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.LanguageSettings.LanguageID.md b/api/Office.LanguageSettings.LanguageID.md
index 6b589a36f43..c50339d5823 100644
--- a/api/Office.LanguageSettings.LanguageID.md
+++ b/api/Office.LanguageSettings.LanguageID.md
@@ -27,7 +27,7 @@ Gets a **MsoAppLanguageID** constant representing the locale identifier (LCID)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Id_|Required|**MsoAppLanguageID**|Returns one of the **MsoAppLanguageID** enumerations.|
diff --git a/api/Office.LanguageSettings.LanguagePreferredForEditing.md b/api/Office.LanguageSettings.LanguagePreferredForEditing.md
index 934943d88bc..77ca2219d75 100644
--- a/api/Office.LanguageSettings.LanguagePreferredForEditing.md
+++ b/api/Office.LanguageSettings.LanguagePreferredForEditing.md
@@ -27,7 +27,7 @@ Gets **True** if the value for the **MsoLanguageID** constant has been identifi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lid_|Required|**MsoLanguageID**|Returns one of the **MsoLanguageID** enumerations.|
diff --git a/api/Office.LanguageSettings.Parent.md b/api/Office.LanguageSettings.Parent.md
index 82926a41630..00006c2f0f5 100644
--- a/api/Office.LanguageSettings.Parent.md
+++ b/api/Office.LanguageSettings.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **ODSOFilter** object. Read-only.
_expression_ A variable that represents a [LanguageSettings](./Office.LanguageSettings.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.MailFormat.md b/api/Office.MailFormat.md
index 2130331edbe..98a8bb30bb8 100644
--- a/api/Office.MailFormat.md
+++ b/api/Office.MailFormat.md
@@ -14,7 +14,7 @@ Specifies how the body of the e-mail is displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**mfHTML**|2|The e-mail is displayed as Hyper Text Markup Language (HTML).|
|**mfPlainText**|1|The e-mail is displayed as plain text.|
diff --git a/api/Office.MetaProperties.Application.md b/api/Office.MetaProperties.Application.md
index b8bf01f3e4f..5fdbb3f11a3 100644
--- a/api/Office.MetaProperties.Application.md
+++ b/api/Office.MetaProperties.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [MetaProperties](./Office.MetaProperties.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.MetaProperties.Count.md b/api/Office.MetaProperties.Count.md
index 993fa9d5d7e..3369ae4ae9c 100644
--- a/api/Office.MetaProperties.Count.md
+++ b/api/Office.MetaProperties.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **MetaProperties** collec
_expression_ An expression that returns a [MetaProperties](./Office.MetaProperties.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.MetaProperties.Creator.md b/api/Office.MetaProperties.Creator.md
index a3b7020f1b7..b6537dc10fc 100644
--- a/api/Office.MetaProperties.Creator.md
+++ b/api/Office.MetaProperties.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **MetaPropert
_expression_ An expression that returns a [MetaProperties](./Office.MetaProperties.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.MetaProperties.GetItemByInternalName.md b/api/Office.MetaProperties.GetItemByInternalName.md
index aafa08d3060..8011cc6cce1 100644
--- a/api/Office.MetaProperties.GetItemByInternalName.md
+++ b/api/Office.MetaProperties.GetItemByInternalName.md
@@ -27,11 +27,11 @@ Gets a property's value specifying its name as opposed to its index value.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _InternalName_|Required|**String**|Contains the name of the property.|
-### Return Value
+### Return value
MetaProperty
diff --git a/api/Office.MetaProperties.Item.md b/api/Office.MetaProperties.Item.md
index f36b4b13164..4256264e046 100644
--- a/api/Office.MetaProperties.Item.md
+++ b/api/Office.MetaProperties.Item.md
@@ -27,11 +27,11 @@ Gets a **MetaProperty** object from the **MetaProperties** collection. Read-onl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the **MetaProperty** object to be returned.|
-### Return Value
+### Return value
MetaProperty
diff --git a/api/Office.MetaProperties.Parent.md b/api/Office.MetaProperties.Parent.md
index 0de479919ae..fa79ca28a91 100644
--- a/api/Office.MetaProperties.Parent.md
+++ b/api/Office.MetaProperties.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **MetaProperties** object. Read-only.
_expression_ An expression that returns a [MetaProperties](./Office.MetaProperties.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.MetaProperties.SchemaXml.md b/api/Office.MetaProperties.SchemaXml.md
index 401edc154e1..7051ba9d10d 100644
--- a/api/Office.MetaProperties.SchemaXml.md
+++ b/api/Office.MetaProperties.SchemaXml.md
@@ -23,7 +23,7 @@ Gets the schema XML for the **MetaProperties** object. Read-only.
_expression_ An expression that returns a [MetaProperties](./Office.MetaProperties.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.MetaProperties.Validate.md b/api/Office.MetaProperties.Validate.md
index 7c42eb48ae7..fa07798c4c3 100644
--- a/api/Office.MetaProperties.Validate.md
+++ b/api/Office.MetaProperties.Validate.md
@@ -23,7 +23,7 @@ Validates all of the properties in a **MetaProperties** collection object accor
_expression_ An expression that returns a [MetaProperties](./Office.MetaProperties.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.MetaProperty.Application.md b/api/Office.MetaProperty.Application.md
index 798ef9189de..66f6a9562ef 100644
--- a/api/Office.MetaProperty.Application.md
+++ b/api/Office.MetaProperty.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.MetaProperty.Creator.md b/api/Office.MetaProperty.Creator.md
index 54df832e0ce..05a4ac97fcd 100644
--- a/api/Office.MetaProperty.Creator.md
+++ b/api/Office.MetaProperty.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **MetaPropert
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.MetaProperty.Id.md b/api/Office.MetaProperty.Id.md
index 39347214345..7f5a60161d6 100644
--- a/api/Office.MetaProperty.Id.md
+++ b/api/Office.MetaProperty.Id.md
@@ -23,7 +23,7 @@ Gets the ID of the **MetaProperty** object. Read-only.
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.MetaProperty.IsReadOnly.md b/api/Office.MetaProperty.IsReadOnly.md
index 332e551144e..96f94cb536e 100644
--- a/api/Office.MetaProperty.IsReadOnly.md
+++ b/api/Office.MetaProperty.IsReadOnly.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value that specifies whether the meta property is read-only.
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.MetaProperty.IsRequired.md b/api/Office.MetaProperty.IsRequired.md
index 957d78f1524..f17f384ee11 100644
--- a/api/Office.MetaProperty.IsRequired.md
+++ b/api/Office.MetaProperty.IsRequired.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value that specifies whether the meta property is required.
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.MetaProperty.Name.md b/api/Office.MetaProperty.Name.md
index 85eb3add6ec..bfb0829bdae 100644
--- a/api/Office.MetaProperty.Name.md
+++ b/api/Office.MetaProperty.Name.md
@@ -23,7 +23,7 @@ Gets the name of the **MetaProperty** object. Read-only.
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.MetaProperty.Parent.md b/api/Office.MetaProperty.Parent.md
index 67624a9f265..d4bb86ffefe 100644
--- a/api/Office.MetaProperty.Parent.md
+++ b/api/Office.MetaProperty.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **MetaProperty** object. Read-only.
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.MetaProperty.Type.md b/api/Office.MetaProperty.Type.md
index 899b168a0d7..0a2d127c31a 100644
--- a/api/Office.MetaProperty.Type.md
+++ b/api/Office.MetaProperty.Type.md
@@ -23,7 +23,7 @@ Gets the data type of a **MetaProperty** object. Read-only.
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
MsoMetaPropertyType
diff --git a/api/Office.MetaProperty.Validate.md b/api/Office.MetaProperty.Validate.md
index fafc4542c08..4bc95609101 100644
--- a/api/Office.MetaProperty.Validate.md
+++ b/api/Office.MetaProperty.Validate.md
@@ -23,7 +23,7 @@ Validates a **MetaProperty** object representing a single property value accord
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.MetaProperty.Value.md b/api/Office.MetaProperty.Value.md
index a6f80240cac..4d894d3a285 100644
--- a/api/Office.MetaProperty.Value.md
+++ b/api/Office.MetaProperty.Value.md
@@ -23,7 +23,7 @@ Gets or sets the value of the **MetaProperty** object. Read/write.
_expression_ An expression that returns a [MetaProperty](./Office.MetaProperty.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Office.MsoAlertCancelType.md b/api/Office.MsoAlertCancelType.md
index 19399c58b67..b01c09e8b56 100644
--- a/api/Office.MsoAlertCancelType.md
+++ b/api/Office.MsoAlertCancelType.md
@@ -14,7 +14,7 @@ Specifies behavior when the user cancels an alert. Only **msoAlertCancelDefault
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAlertCancelDefault**|-1|Default behavior for canceling an alert.|
|**msoAlertCancelFifth**|4|Not supported.|
diff --git a/api/Office.MsoAlertIconType.md b/api/Office.MsoAlertIconType.md
index 1e2572ee62c..94553a939bb 100644
--- a/api/Office.MsoAlertIconType.md
+++ b/api/Office.MsoAlertIconType.md
@@ -14,7 +14,7 @@ Specifies which icon, if any, to display with an alert.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAlertIconCritical**|1|Displays the **Critica**l icon.|
|**msoAlertIconInfo**|4|Displays the **Info** icon.|
diff --git a/api/Office.MsoAlignCmd.md b/api/Office.MsoAlignCmd.md
index 9225a9cc1e8..9ee1aa1f497 100644
--- a/api/Office.MsoAlignCmd.md
+++ b/api/Office.MsoAlignCmd.md
@@ -14,7 +14,7 @@ Defines how to align specified objects relative to one another.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAlignBottoms**|5|Align bottoms of specified objects.|
|**msoAlignCenters**|1|Align centers of specified objects.|
diff --git a/api/Office.MsoAppLanguageID.md b/api/Office.MsoAppLanguageID.md
index d713a98fce6..2d19ae781bc 100644
--- a/api/Office.MsoAppLanguageID.md
+++ b/api/Office.MsoAppLanguageID.md
@@ -14,7 +14,7 @@ Specifies a language setting in a Microsoft Office application. The **msoAppLan
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLanguageIDExeMode**|4|Execution mode language.|
|**msoLanguageIDHelp**|3|Help language.|
diff --git a/api/Office.MsoArrowheadLength.md b/api/Office.MsoArrowheadLength.md
index a04d27425c4..7a24c0ddb59 100644
--- a/api/Office.MsoArrowheadLength.md
+++ b/api/Office.MsoArrowheadLength.md
@@ -14,7 +14,7 @@ Specifies the length of the arrowhead at the end of a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoArrowheadLengthMedium**|2|Medium.|
|**msoArrowheadLengthMixed**|-2|Return value only; indicates a combination of the other states in the specified shape range.|
diff --git a/api/Office.MsoArrowheadStyle.md b/api/Office.MsoArrowheadStyle.md
index 00510cdf577..8342a18ca2b 100644
--- a/api/Office.MsoArrowheadStyle.md
+++ b/api/Office.MsoArrowheadStyle.md
@@ -14,7 +14,7 @@ Specifies the style of the arrowhead at the end of a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoArrowheadDiamond**|5|Diamond-shaped.|
|**msoArrowheadNone**|1|No arrowhead.|
diff --git a/api/Office.MsoArrowheadWidth.md b/api/Office.MsoArrowheadWidth.md
index ecd6608ab45..91bbb02d5c3 100644
--- a/api/Office.MsoArrowheadWidth.md
+++ b/api/Office.MsoArrowheadWidth.md
@@ -14,7 +14,7 @@ Specifies the width of the arrowhead at the end of a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoArrowheadNarrow**|1|Narrow.|
|**msoArrowheadWide**|3|Wide.|
diff --git a/api/Office.MsoAutoShapeType.md b/api/Office.MsoAutoShapeType.md
index f18256ffce7..92bead85212 100644
--- a/api/Office.MsoAutoShapeType.md
+++ b/api/Office.MsoAutoShapeType.md
@@ -14,7 +14,7 @@ Specifies the shape type for an **AutoShape** object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoShape10pointStar**|149|10-point star.|
|**msoShape12pointStar**|150|12-point star.|
diff --git a/api/Office.MsoAutoSize.md b/api/Office.MsoAutoSize.md
index fd857ae566c..36962424a8e 100644
--- a/api/Office.MsoAutoSize.md
+++ b/api/Office.MsoAutoSize.md
@@ -14,7 +14,7 @@ Determines the type of automatic sizing allowed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAutoSizeMixed**|-2|A combination of automatic sizing schemes are used.|
|**msoAutoSizeNone**|0|No autosizing.|
diff --git a/api/Office.MsoAutomationSecurity.md b/api/Office.MsoAutomationSecurity.md
index 00fa9ff0af6..51b0714cc0f 100644
--- a/api/Office.MsoAutomationSecurity.md
+++ b/api/Office.MsoAutomationSecurity.md
@@ -14,7 +14,7 @@ Specifies the security mode an application uses when programmatically opening fi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAutomationSecurityByUI**|2|Uses the security setting specified in the **Security** dialog box.|
|**msoAutomationSecurityForceDisable**|3|Disables all macros in all files opened programmatically, without showing any security alerts.|
diff --git a/api/Office.MsoBackgroundStyleIndex.md b/api/Office.MsoBackgroundStyleIndex.md
index 92043cec021..92a3ec6c053 100644
--- a/api/Office.MsoBackgroundStyleIndex.md
+++ b/api/Office.MsoBackgroundStyleIndex.md
@@ -14,7 +14,7 @@ Indicates the background style for an object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBackgroundStyle1**|1|Specifies Style1.|
|**msoBackgroundStyle10**|10|Specifies Style10.|
diff --git a/api/Office.MsoBarPosition.md b/api/Office.MsoBarPosition.md
index 231e5288a54..1988af266f1 100644
--- a/api/Office.MsoBarPosition.md
+++ b/api/Office.MsoBarPosition.md
@@ -14,7 +14,7 @@ Specifies the position or behavior of a command bar.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBarBottom**|3|Command bar is docked at the bottom of the application window.|
|**msoBarFloating**|4|Command bar floats on top of the application window.|
diff --git a/api/Office.MsoBarProtection.md b/api/Office.MsoBarProtection.md
index fc6d941d82f..c8c95d34364 100644
--- a/api/Office.MsoBarProtection.md
+++ b/api/Office.MsoBarProtection.md
@@ -14,7 +14,7 @@ Specifies how a command bar is protected from user customization.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBarNoChangeDock**|16|Docking setting cannot be changed.|
|**msoBarNoChangeVisible**|8|Command bar cannot be hidden.|
diff --git a/api/Office.MsoBarRow.md b/api/Office.MsoBarRow.md
index 7b854abebe0..17abcd7716c 100644
--- a/api/Office.MsoBarRow.md
+++ b/api/Office.MsoBarRow.md
@@ -14,7 +14,7 @@ Specifies whether a command bar is in the first row or last row relative to othe
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBarRowFirst**|0|First row of docking area.|
|**msoBarRowLast**|-1|Last row of docking area.|
diff --git a/api/Office.MsoBarType.md b/api/Office.MsoBarType.md
index d95c77b4293..5381a8603d4 100644
--- a/api/Office.MsoBarType.md
+++ b/api/Office.MsoBarType.md
@@ -14,7 +14,7 @@ Specifies the type of the command bar.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBarTypeMenuBar**|1|Menu bar.|
|**msoBarTypeNormal**|0|Default command bar.|
diff --git a/api/Office.MsoBaselineAlignment.md b/api/Office.MsoBaselineAlignment.md
index 82e40bdf7d7..ae88a7c57e6 100644
--- a/api/Office.MsoBaselineAlignment.md
+++ b/api/Office.MsoBaselineAlignment.md
@@ -14,7 +14,7 @@ Specifies baseline text alignment.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBaselineAlignAuto**|5|Automatic alignment.|
|**msoBaselineAlignBaseline**|1|Baseline alignment.|
diff --git a/api/Office.MsoBevelType.md b/api/Office.MsoBevelType.md
index ab94502076f..0422737274f 100644
--- a/api/Office.MsoBevelType.md
+++ b/api/Office.MsoBevelType.md
@@ -14,7 +14,7 @@ Indicates the bevel type of a **ThreeDFormat** object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBevelAngle**|6|Specifies an Angle bevel.|
|**msoBevelArtDeco**|13|Specifies an ArtDeco bevel.|
diff --git a/api/Office.MsoBlackWhiteMode.md b/api/Office.MsoBlackWhiteMode.md
index 99698d43b47..6d2e788c3cb 100644
--- a/api/Office.MsoBlackWhiteMode.md
+++ b/api/Office.MsoBlackWhiteMode.md
@@ -14,7 +14,7 @@ Specifies how a shape appears when viewed in black-and-white mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBlackWhiteAutomatic**|1|Default behavior.|
|**msoBlackWhiteBlack**|8|Black.|
diff --git a/api/Office.MsoBlogCategorySupport.md b/api/Office.MsoBlogCategorySupport.md
index f392a621ce4..f94f06581f8 100644
--- a/api/Office.MsoBlogCategorySupport.md
+++ b/api/Office.MsoBlogCategorySupport.md
@@ -14,7 +14,7 @@ Specifies how many categories are supported by the provider.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBlogMultipleCategories**|2|Multiple categories are supported.|
|**msoBlogNoCategories**|0|No categories are supported.|
diff --git a/api/Office.MsoBlogImageType.md b/api/Office.MsoBlogImageType.md
index e91d9ed66bb..b7a94a72960 100644
--- a/api/Office.MsoBlogImageType.md
+++ b/api/Office.MsoBlogImageType.md
@@ -14,7 +14,7 @@ Specifies blog image types.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBlogImageTypeGIF**|2|GIF image.|
|**msoBlogImageTypeJPEG**|1|JPEG image.|
diff --git a/api/Office.MsoBulletType.md b/api/Office.MsoBulletType.md
index 02b0945fc60..df3df1d166d 100644
--- a/api/Office.MsoBulletType.md
+++ b/api/Office.MsoBulletType.md
@@ -14,7 +14,7 @@ Specifies the bullet type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBulletMixed**|-2|Return value only; indicates a combination of the other states. |
|**msoBulletNone**|0|No bullets.|
diff --git a/api/Office.MsoButtonState.md b/api/Office.MsoButtonState.md
index 5e42b5c7a9a..d8592d4e803 100644
--- a/api/Office.MsoButtonState.md
+++ b/api/Office.MsoButtonState.md
@@ -14,7 +14,7 @@ Specifies the appearance of a command bar button control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoButtonDown**|-1|Button is pressed down.|
|**msoButtonMixed**|2|Button is pressed down.|
diff --git a/api/Office.MsoButtonStyle.md b/api/Office.MsoButtonStyle.md
index f827ccd23e5..002e8e1ffdf 100644
--- a/api/Office.MsoButtonStyle.md
+++ b/api/Office.MsoButtonStyle.md
@@ -14,7 +14,7 @@ Specifies the style of a command bar button.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoButtonAutomatic**|0|Default behavior.|
|**msoButtonCaption**|2|Text only.|
diff --git a/api/Office.MsoCTPDockPosition.md b/api/Office.MsoCTPDockPosition.md
index 3cf735d27c7..ca90cd6b110 100644
--- a/api/Office.MsoCTPDockPosition.md
+++ b/api/Office.MsoCTPDockPosition.md
@@ -14,7 +14,7 @@ Specifies the docking behavior of the custom task pane.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCTPDockPositionBottom**|3|Dock the task pane at the bottom of the document window.|
|**msoCTPDockPositionFloating**|4|Don't dock the task pane.|
diff --git a/api/Office.MsoCTPDockPositionRestrict.md b/api/Office.MsoCTPDockPositionRestrict.md
index ff90c27df77..2eb8d3c85b7 100644
--- a/api/Office.MsoCTPDockPositionRestrict.md
+++ b/api/Office.MsoCTPDockPositionRestrict.md
@@ -14,7 +14,7 @@ Specifies retrictions on the docking behavior of the custom task pane.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCTPDockPositionRestrictNoChange**|1|There is no change from the current restriction setting for the task pane.|
|**msoCTPDockPositionRestrictNoHorizontal**|2|Task pane can't be docked to either the right or the left side of the document window.|
diff --git a/api/Office.MsoCalloutAngleType.md b/api/Office.MsoCalloutAngleType.md
index ebaf589345e..5edc85e968f 100644
--- a/api/Office.MsoCalloutAngleType.md
+++ b/api/Office.MsoCalloutAngleType.md
@@ -14,7 +14,7 @@ Specifies the size of the angle between the callout line and the side of the cal
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCalloutAngle30**|2|30° angle.|
|**msoCalloutAngle45**|3|45° angle.|
diff --git a/api/Office.MsoCalloutDropType.md b/api/Office.MsoCalloutDropType.md
index de3007be53e..a31c2154018 100644
--- a/api/Office.MsoCalloutDropType.md
+++ b/api/Office.MsoCalloutDropType.md
@@ -14,7 +14,7 @@ Specifies starting position of the callout line relative to the text bounding bo
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCalloutDropBottom**|4|Bottom.|
|**msoCalloutDropCenter**|3|Center.|
diff --git a/api/Office.MsoCalloutType.md b/api/Office.MsoCalloutType.md
index 22b3234a84f..b8f5e2a7ae9 100644
--- a/api/Office.MsoCalloutType.md
+++ b/api/Office.MsoCalloutType.md
@@ -14,7 +14,7 @@ Specifies the type of callout line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCalloutFour**|4|Callout line made up of two line segments. Callout line is attached on right side of text bounding box.|
|**msoCalloutMixed**|-2|Return value only; indicates a combination of the other states. |
diff --git a/api/Office.MsoCharacterSet.md b/api/Office.MsoCharacterSet.md
index 3e98320b5f2..af62bd2dd38 100644
--- a/api/Office.MsoCharacterSet.md
+++ b/api/Office.MsoCharacterSet.md
@@ -14,7 +14,7 @@ Specifies the character set to be used when rendering text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCharacterSetArabic**|1|Arabic character set.|
|**msoCharacterSetCyrillic**|2|Cyrillic character set.|
diff --git a/api/Office.MsoChartElementType.md b/api/Office.MsoChartElementType.md
index af90e08f01f..19f1ca8621c 100644
--- a/api/Office.MsoChartElementType.md
+++ b/api/Office.MsoChartElementType.md
@@ -14,7 +14,7 @@ Specifies whether and how to display chart elements.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoElementChartFloorNone**|1200|Do not display chart floor.|
|**msoElementChartFloorShow**|1201|Display chart floor.|
diff --git a/api/Office.MsoClipboardFormat.md b/api/Office.MsoClipboardFormat.md
index c124f2e3c67..dbfc6b7669a 100644
--- a/api/Office.MsoClipboardFormat.md
+++ b/api/Office.MsoClipboardFormat.md
@@ -14,7 +14,7 @@ Specifies Clipboard formats.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoClipboardFormatHTML**|2|HTML format.|
|**msoClipboardFormatMixed**|-2|Return value only; indicates a combination of the other states. |
diff --git a/api/Office.MsoColorType.md b/api/Office.MsoColorType.md
index 438620a2da2..2450999c4d5 100644
--- a/api/Office.MsoColorType.md
+++ b/api/Office.MsoColorType.md
@@ -14,7 +14,7 @@ Specifies the color type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoColorTypeCMS**|4|Color Management System color type.|
|**msoColorTypeCMYK**|3|Color is determined by values of cyan, magenta, yellow, and black.|
diff --git a/api/Office.MsoComboStyle.md b/api/Office.MsoComboStyle.md
index 9e2275b39a9..217644be90d 100644
--- a/api/Office.MsoComboStyle.md
+++ b/api/Office.MsoComboStyle.md
@@ -14,7 +14,7 @@ Specifies whether the command bar combo box includes a label or not.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoComboLabel**|1|Combo box includes a label, specified by the **Caption** property of the combo box.|
|**msoComboNormal**|0|Combo box does not include a label.|
diff --git a/api/Office.MsoCommandBarButtonHyperlinkType.md b/api/Office.MsoCommandBarButtonHyperlinkType.md
index e31fc40518d..533ab50eae9 100644
--- a/api/Office.MsoCommandBarButtonHyperlinkType.md
+++ b/api/Office.MsoCommandBarButtonHyperlinkType.md
@@ -14,7 +14,7 @@ Specifies whether the command bar button is a hyperlink. If the command bar butt
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCommandBarButtonHyperlinkInsertPicture**|2|Clicking the command bar button inserts a picture at the active selection point.|
|**msoCommandBarButtonHyperlinkNone**|0|The command bar button is not a hyperlink.|
diff --git a/api/Office.MsoConnectorType.md b/api/Office.MsoConnectorType.md
index 70d69fb789e..cb3d2d143ea 100644
--- a/api/Office.MsoConnectorType.md
+++ b/api/Office.MsoConnectorType.md
@@ -14,7 +14,7 @@ Specifies a type of connector.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoConnectorCurve**|3|Curved connector.|
|**msoConnectorElbow**|2|Elbow connector.|
diff --git a/api/Office.MsoContactCardAddressType.md b/api/Office.MsoContactCardAddressType.md
index 627386fa20f..d305908e1d8 100644
--- a/api/Office.MsoContactCardAddressType.md
+++ b/api/Office.MsoContactCardAddressType.md
@@ -17,7 +17,7 @@ Specifies the address type for a contact card.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoContactCardAddressTypeUnknown**|0|An unknown identifier for an address.|
|**msoContactCardAddressTypeOutlook**|1|A unique identifier for an Outlook address.|
diff --git a/api/Office.MsoContactCardStyle.md b/api/Office.MsoContactCardStyle.md
index b0ab88aab84..8fb12fb9977 100644
--- a/api/Office.MsoContactCardStyle.md
+++ b/api/Office.MsoContactCardStyle.md
@@ -17,7 +17,7 @@ Specifies how the contact card is displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoContactCardFull**|1|The contact card is displayed as a full card.|
|**msoContactCardHover**|0|The contact card is displayed as a hover card.|
diff --git a/api/Office.MsoContactCardType.md b/api/Office.MsoContactCardType.md
index f336f1255c1..d1523dbf2de 100644
--- a/api/Office.MsoContactCardType.md
+++ b/api/Office.MsoContactCardType.md
@@ -17,7 +17,7 @@ Specifies the contact card type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoContactCardTypeEnterpriseContact**|0|A contact card for an enterprise contact address.|
|**msoContactCardTypePersonalContact**|1|A contact card for a personal contact address.|
diff --git a/api/Office.MsoControlOLEUsage.md b/api/Office.MsoControlOLEUsage.md
index 8ed46329414..62a6be02e94 100644
--- a/api/Office.MsoControlOLEUsage.md
+++ b/api/Office.MsoControlOLEUsage.md
@@ -14,7 +14,7 @@ Specifies the OLE client and OLE server roles in which a command bar control is
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoControlOLEUsageBoth**|3|Control runs on both client and server.|
|**msoControlOLEUsageClient**|2|Client-only control.|
diff --git a/api/Office.MsoControlType.md b/api/Office.MsoControlType.md
index 534a2fdbe2f..827560b8619 100644
--- a/api/Office.MsoControlType.md
+++ b/api/Office.MsoControlType.md
@@ -14,7 +14,7 @@ Specifies the type of the command bar control. Used with the **Add** method of
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoControlActiveX**|22|ActiveX control.|
|**msoControlAutoCompleteCombo**|26|Combo box in which the first matching choice is automatically filled in as the user types. Cannot be created through the object model.|
diff --git a/api/Office.MsoCustomXMLNodeType.md b/api/Office.MsoCustomXMLNodeType.md
index 78ce83f9e26..7297cbcf283 100644
--- a/api/Office.MsoCustomXMLNodeType.md
+++ b/api/Office.MsoCustomXMLNodeType.md
@@ -14,7 +14,7 @@ Specifies the node type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCustomXMLNodeAttribute**|2|The node is an attribute.|
|**msoCustomXMLNodeCData**|4|The node is a CData type.|
diff --git a/api/Office.MsoCustomXMLValidationErrorType.md b/api/Office.MsoCustomXMLValidationErrorType.md
index 51e1a31c287..d4586f5d0db 100644
--- a/api/Office.MsoCustomXMLValidationErrorType.md
+++ b/api/Office.MsoCustomXMLValidationErrorType.md
@@ -14,7 +14,7 @@ Indicates how validation errors will be cleared or generated.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCustomXMLValidationErrorAutomaticallyCleared**|1|Specifies that the error will clear itself whenever any change is made to the node it is bound to. |
|**msoCustomXMLValidationErrorManual**|2|Specifies that the error will not be cleared until the **Delete** method is called.|
diff --git a/api/Office.MsoDateTimeFormat.md b/api/Office.MsoDateTimeFormat.md
index b805c4e444a..ef7915f80d2 100644
--- a/api/Office.MsoDateTimeFormat.md
+++ b/api/Office.MsoDateTimeFormat.md
@@ -14,7 +14,7 @@ Specifies the format of a date/time data type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoDateTimeddddMMMMddyyyy**|2|Specifies a ddddMMMMddyyyy format.|
|**msoDateTimedMMMMyyyy**|3|Specifies MMMMyyyy format.|
diff --git a/api/Office.MsoDistributeCmd.md b/api/Office.MsoDistributeCmd.md
index 45a92c1a533..175623994b8 100644
--- a/api/Office.MsoDistributeCmd.md
+++ b/api/Office.MsoDistributeCmd.md
@@ -14,7 +14,7 @@ Specifies how to evenly distribute a collection of shapes. Used with the **Dist
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoDistributeHorizontally**|0|Distribute horizontally.|
|**msoDistributeVertically**|1|Distribute vertically.|
diff --git a/api/Office.MsoDocInspectorStatus.md b/api/Office.MsoDocInspectorStatus.md
index 8e8d58efdf7..a5ae03f265c 100644
--- a/api/Office.MsoDocInspectorStatus.md
+++ b/api/Office.MsoDocInspectorStatus.md
@@ -14,7 +14,7 @@ Represents the results of running a Document Inspector module.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoDocInspectorStatusDocOk**|0|Indicates that the Document Inspector module returned no issues or errors.|
|**msoDocInspectorStatusError**|2|Indicates that the Document Inspector module returned an error.|
diff --git a/api/Office.MsoDocProperties.md b/api/Office.MsoDocProperties.md
index 609b3ef6f36..37d833595e0 100644
--- a/api/Office.MsoDocProperties.md
+++ b/api/Office.MsoDocProperties.md
@@ -14,7 +14,7 @@ Specifies the data type for a document property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoPropertyTypeBoolean**|2|Boolean value.|
|**msoPropertyTypeDate**|3|Date value.|
diff --git a/api/Office.MsoEditingType.md b/api/Office.MsoEditingType.md
index c276e712ac4..252f9d677d5 100644
--- a/api/Office.MsoEditingType.md
+++ b/api/Office.MsoEditingType.md
@@ -14,7 +14,7 @@ Specifies the editing type of a node.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoEditingAuto**|0|Editing type is appropriate to the segments being connected.|
|**msoEditingCorner**|1|Corner node.|
diff --git a/api/Office.MsoEncoding.md b/api/Office.MsoEncoding.md
index 9bc6e20012d..f8835c75036 100644
--- a/api/Office.MsoEncoding.md
+++ b/api/Office.MsoEncoding.md
@@ -14,7 +14,7 @@ Specifies the document encoding (code page or character set) for the Web browser
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoEncodingArabic**|1256|Arabic.|
|**msoEncodingArabicASMO**|708|Arabic ASMO.|
diff --git a/api/Office.MsoEnvelope.Parent.md b/api/Office.MsoEnvelope.Parent.md
index 68b0a5fab31..033672c9a2d 100644
--- a/api/Office.MsoEnvelope.Parent.md
+++ b/api/Office.MsoEnvelope.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the MsoEnvelope object. Read-only.
_expression_ A variable that represents a [MsoEnvelope](./Office.MsoEnvelope.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.MsoExtraInfoMethod.md b/api/Office.MsoExtraInfoMethod.md
index e185cf6faca..a54e9da73a8 100644
--- a/api/Office.MsoExtraInfoMethod.md
+++ b/api/Office.MsoExtraInfoMethod.md
@@ -14,7 +14,7 @@ Specifies how to use the value specified in the **ExtraInfo** property of the *
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoMethodGet**|0|The value specified in the **ExtraInfo** property is a string that is appended to the address.|
|**msoMethodPost**|1|The value specified in the **ExtraInfo** property is posted as a string or byte array.|
diff --git a/api/Office.MsoExtrusionColorType.md b/api/Office.MsoExtrusionColorType.md
index 114db3fdd42..0a39425cfe9 100644
--- a/api/Office.MsoExtrusionColorType.md
+++ b/api/Office.MsoExtrusionColorType.md
@@ -14,7 +14,7 @@ Specifies whether the extrusion color is based on the extruded shape's fill (the
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoExtrusionColorAutomatic**|1|Extrusion color is based on shape fill.|
|**msoExtrusionColorCustom**|2|Extrusion color is independent of shape fill.|
diff --git a/api/Office.MsoFarEastLineBreakLanguageID.md b/api/Office.MsoFarEastLineBreakLanguageID.md
index ff1c704f914..4f64314237b 100644
--- a/api/Office.MsoFarEastLineBreakLanguageID.md
+++ b/api/Office.MsoFarEastLineBreakLanguageID.md
@@ -14,7 +14,7 @@ Specifies the language to use to determine which line break level is used when t
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**MsoFarEastLineBreakLanguageJapanese**|1041|Japanese|
|**MsoFarEastLineBreakLanguageKorean**|1042|Korean|
diff --git a/api/Office.MsoFeatureInstall.md b/api/Office.MsoFeatureInstall.md
index 95dd753a688..b5fe3f8bc57 100644
--- a/api/Office.MsoFeatureInstall.md
+++ b/api/Office.MsoFeatureInstall.md
@@ -14,7 +14,7 @@ Specifies how the application handles calls to methods and properties that requi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoFeatureInstallNone**|0|Generates a generic automation error at run time when uninstalled features are called.|
|**msoFeatureInstallOnDemand**|1|Prompts the user to install new features.|
diff --git a/api/Office.MsoFileDialogType.md b/api/Office.MsoFileDialogType.md
index 1477fe4067e..8ab39f185cd 100644
--- a/api/Office.MsoFileDialogType.md
+++ b/api/Office.MsoFileDialogType.md
@@ -14,7 +14,7 @@ Specifies the type of a **FileDialog** object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoFileDialogFilePicker**|3|**File picker** dialog box.|
|**msoFileDialogFolderPicker**|4|**Folder picker** dialog box.|
diff --git a/api/Office.MsoFileDialogView.md b/api/Office.MsoFileDialogView.md
index 76ce868a3d7..a6c4d924bd6 100644
--- a/api/Office.MsoFileDialogView.md
+++ b/api/Office.MsoFileDialogView.md
@@ -14,7 +14,7 @@ Specifies the view presented to the user in a file dialog box.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoFileDialogViewDetails**|2|Files displayed in a list with detail information.|
|**msoFileDialogViewLargeIcons**|6|Files displayed as large icons.|
diff --git a/api/Office.MsoFileNewAction.md b/api/Office.MsoFileNewAction.md
index c587dc18d0e..26eb671273b 100644
--- a/api/Office.MsoFileNewAction.md
+++ b/api/Office.MsoFileNewAction.md
@@ -14,7 +14,7 @@ Specifies action to take when a user clicks an item in the task pane. Used with
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCreateNewFile**|1|Create a new file.|
|**msoEditFile**|0|Edit file.|
diff --git a/api/Office.MsoFileNewSection.md b/api/Office.MsoFileNewSection.md
index 1d7ae54d72a..a3b22434ad7 100644
--- a/api/Office.MsoFileNewSection.md
+++ b/api/Office.MsoFileNewSection.md
@@ -14,7 +14,7 @@ Specifies the task pane section to which to add a file or where the file referen
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBottomSection**|4|**Bottom** section.|
|**msoNew**|1|**New** section.|
diff --git a/api/Office.MsoFileValidationMode.md b/api/Office.MsoFileValidationMode.md
index 4e3094bd414..10b4f69edcd 100644
--- a/api/Office.MsoFileValidationMode.md
+++ b/api/Office.MsoFileValidationMode.md
@@ -14,7 +14,7 @@ Specifies the file validation mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoFileValidationDefault**|0|Validate the file (default).|
|**msoFileValidationSkip**|1|Do not validate the file.|
diff --git a/api/Office.MsoFillType.md b/api/Office.MsoFillType.md
index 4c0739d25e6..87ece3852bf 100644
--- a/api/Office.MsoFillType.md
+++ b/api/Office.MsoFillType.md
@@ -14,7 +14,7 @@ Specifies a shape's fill type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoFillBackground**|5|Fill is the same as the background.|
|**msoFillGradient**|3|Gradient fill.|
diff --git a/api/Office.MsoFilterComparison.md b/api/Office.MsoFilterComparison.md
index 9ae619e88ef..03c3377279c 100644
--- a/api/Office.MsoFilterComparison.md
+++ b/api/Office.MsoFilterComparison.md
@@ -14,7 +14,7 @@ Specifies how the **Column** and **CompareTo** properties are compared for an *
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoFilterComparisonContains**|8|Column matches CompareTo if any part of the CompareTo string is contained in the Column value.|
|**msoFilterComparisonEqual**|0|Column matches CompareTo if the CompareTo value is the same as the Column value.|
diff --git a/api/Office.MsoFilterConjunction.md b/api/Office.MsoFilterConjunction.md
index 3665ce80a37..80b622413dd 100644
--- a/api/Office.MsoFilterConjunction.md
+++ b/api/Office.MsoFilterConjunction.md
@@ -14,7 +14,7 @@ Specifies how a filter criterion relates to other filter criteria. Used with the
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoFilterConjunctionAnd**|0|And conjunction.|
|**msoFilterConjunctionOr**|1|Or conjunction.|
diff --git a/api/Office.MsoFlipCmd.md b/api/Office.MsoFlipCmd.md
index d026e376fc6..aca042295f5 100644
--- a/api/Office.MsoFlipCmd.md
+++ b/api/Office.MsoFlipCmd.md
@@ -14,7 +14,7 @@ Specifies whether a shape should be flipped horizontally or vertically.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoFlipHorizontal**|0|Flip horizontally.|
|**msoFlipVertical**|1|Flip vertically.|
diff --git a/api/Office.MsoFontLanguageIndex.md b/api/Office.MsoFontLanguageIndex.md
index 009a1a54579..0ead76ce81f 100644
--- a/api/Office.MsoFontLanguageIndex.md
+++ b/api/Office.MsoFontLanguageIndex.md
@@ -14,7 +14,7 @@ Represents one of the three language fonts contained in the **ThemeFonts** coll
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoThemeComplexScript**|2|Represents the font face for Complex Script languages. The Complex Script language collection supports Arabic, Georgian, Hebrew, Indian, Thai and Vietnamese alphabets.|
|**msoThemeEastAsian**|3|Represents the East Asian font face. East Asian Languages include Simplified Chinese, Traditional Chinese, Japanese, and Korean.|
diff --git a/api/Office.MsoGradientColorType.md b/api/Office.MsoGradientColorType.md
index 5c1fb74cce4..b43518cd114 100644
--- a/api/Office.MsoGradientColorType.md
+++ b/api/Office.MsoGradientColorType.md
@@ -14,7 +14,7 @@ Specifies the type of gradient used in a shape's fill.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoGradientColorMixed**|-2|Mixed gradient.|
|**msoGradientOneColor**|1|One-color gradient.|
diff --git a/api/Office.MsoGradientStyle.md b/api/Office.MsoGradientStyle.md
index 5baeccd1e39..2dc555879b9 100644
--- a/api/Office.MsoGradientStyle.md
+++ b/api/Office.MsoGradientStyle.md
@@ -14,7 +14,7 @@ Specifies the style for a gradient fill.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoGradientDiagonalDown**|4|Diagonal gradient moving from a top corner down to the opposite corner.|
|**msoGradientDiagonalUp**|3|Diagonal gradient moving from a bottom corner up to the opposite corner.|
diff --git a/api/Office.MsoHorizontalAnchor.md b/api/Office.MsoHorizontalAnchor.md
index 9f4d7567a76..781550f6b68 100644
--- a/api/Office.MsoHorizontalAnchor.md
+++ b/api/Office.MsoHorizontalAnchor.md
@@ -14,7 +14,7 @@ Specifies the horizontal alignment of text in a text frame. Used with the **Hor
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnchorCenter**|2|Text is centered horizontally.|
|**msoAnchorNone**|1|No alignment.|
diff --git a/api/Office.MsoHyperlinkType.md b/api/Office.MsoHyperlinkType.md
index 27471b88c2c..6f2c6c85f29 100644
--- a/api/Office.MsoHyperlinkType.md
+++ b/api/Office.MsoHyperlinkType.md
@@ -14,7 +14,7 @@ Specifies the type of hyperlink.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoHyperlinkInlineShape**|2|Hyperlink applies to an inline shape. Used only with Microsoft Word.|
|**msoHyperlinkRange**|0|Hyperlink applies to a **Range** object.|
diff --git a/api/Office.MsoLanguageID.md b/api/Office.MsoLanguageID.md
index 5e3636bcb50..cbc0f99f74a 100644
--- a/api/Office.MsoLanguageID.md
+++ b/api/Office.MsoLanguageID.md
@@ -14,7 +14,7 @@ Specifies the language identifier.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLanguageIDAfrikaans**|1078|The Afrikaans language.|
|**msoLanguageIDAlbanian**|1052|The Albanian language.|
diff --git a/api/Office.MsoLightRigType.md b/api/Office.MsoLightRigType.md
index b647cc5db17..64c50996599 100644
--- a/api/Office.MsoLightRigType.md
+++ b/api/Office.MsoLightRigType.md
@@ -14,7 +14,7 @@ Indicates the effects lighting for an object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLightRigBalanced**|14|Specifies the Balanced effect.|
|**msoLightRigBrightRoom**|27|Specifies the BrightRoom effect.|
diff --git a/api/Office.MsoLineDashStyle.md b/api/Office.MsoLineDashStyle.md
index 23b2ca13c49..a842c992a27 100644
--- a/api/Office.MsoLineDashStyle.md
+++ b/api/Office.MsoLineDashStyle.md
@@ -14,7 +14,7 @@ Specifies the dash style for a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLineDash**|4|Line consists of dashes only.|
|**msoLineDashDot**|5|Line is a dash-dot pattern.|
diff --git a/api/Office.MsoLineStyle.md b/api/Office.MsoLineStyle.md
index bc9c157cc61..8a36df09710 100644
--- a/api/Office.MsoLineStyle.md
+++ b/api/Office.MsoLineStyle.md
@@ -14,7 +14,7 @@ Specifies the style for a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLineSingle**|1|Single line.|
|**msoLineStyleMixed**|-2|Not supported.|
diff --git a/api/Office.MsoMenuAnimation.md b/api/Office.MsoMenuAnimation.md
index a841d588aa2..8a34c51f316 100644
--- a/api/Office.MsoMenuAnimation.md
+++ b/api/Office.MsoMenuAnimation.md
@@ -14,7 +14,7 @@ Specifies animation style for Microsoft Office command bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoMenuAnimationNone**|0|No animation.|
|**msoMenuAnimationRandom**|1|Random animation.|
diff --git a/api/Office.MsoMetaPropertyType.md b/api/Office.MsoMetaPropertyType.md
index 9d2f667d44e..50849115ec1 100644
--- a/api/Office.MsoMetaPropertyType.md
+++ b/api/Office.MsoMetaPropertyType.md
@@ -14,7 +14,7 @@ Specifies the metadata property type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoMetaPropertyTypeBoolean**|1|Represents a Boolean value.|
|**msoMetaPropertyTypeCalculated**|3|Represents a calculated value.|
diff --git a/api/Office.MsoMixedType.md b/api/Office.MsoMixedType.md
index d66ecd2595c..e292872bee0 100644
--- a/api/Office.MsoMixedType.md
+++ b/api/Office.MsoMixedType.md
@@ -14,7 +14,7 @@ This enumeration has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoIntegerMixed**|32768|Internal use only.|
|**msoSingleMixed**|-2147483648|Internal use only.|
diff --git a/api/Office.MsoMoveRow.md b/api/Office.MsoMoveRow.md
index be9b39c75f2..63eb3b568c0 100644
--- a/api/Office.MsoMoveRow.md
+++ b/api/Office.MsoMoveRow.md
@@ -14,7 +14,7 @@ This enumeration has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoMoveRowFirst**|-4|Internal use only.|
|**msoMoveRowNbr**|-1|Internal use only.|
diff --git a/api/Office.MsoNumberedBulletStyle.md b/api/Office.MsoNumberedBulletStyle.md
index 396a69fc442..d0e7a0f859c 100644
--- a/api/Office.MsoNumberedBulletStyle.md
+++ b/api/Office.MsoNumberedBulletStyle.md
@@ -14,7 +14,7 @@ Specifies numbered bullet styles.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBulletAlphaLCParenBoth**|8|Lowercase alphabetical bullet with opening and closing parentheses.|
|**msoBulletAlphaLCParenRight**|9|Lowercase alphabetical bullet with closing parenthesis.|
diff --git a/api/Office.MsoOLEMenuGroup.md b/api/Office.MsoOLEMenuGroup.md
index ccb76da2cc2..7639d49622f 100644
--- a/api/Office.MsoOLEMenuGroup.md
+++ b/api/Office.MsoOLEMenuGroup.md
@@ -14,7 +14,7 @@ Specifies the menu group that a command bar pop-up control belongs to when the m
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoOLEMenuGroupContainer**|2|**Container** menu.|
|**msoOLEMenuGroupEdit**|1|**Edit** menu.|
diff --git a/api/Office.MsoOrgChartLayoutType.md b/api/Office.MsoOrgChartLayoutType.md
index c80bb309828..255eda1cc7a 100644
--- a/api/Office.MsoOrgChartLayoutType.md
+++ b/api/Office.MsoOrgChartLayoutType.md
@@ -14,7 +14,7 @@ Indicates how to format the child nodes in an organization chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoOrgChartLayoutBothHanging**|2|Places child nodes vertically below the parent node on both the left and the right side.|
|**msoOrgChartLayoutLeftHanging**|3|Places child nodes vertically below the parent node on the left side.|
diff --git a/api/Office.MsoOrgChartOrientation.md b/api/Office.MsoOrgChartOrientation.md
index 5244fd2194d..c666a34a21f 100644
--- a/api/Office.MsoOrgChartOrientation.md
+++ b/api/Office.MsoOrgChartOrientation.md
@@ -14,7 +14,7 @@ Specifies orientation of an organization chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoOrgChartOrientationMixed**|-2|Mixed orientation.|
|**msoOrgChartOrientationVertical**|1|Vertical orientation.|
diff --git a/api/Office.MsoOrientation.md b/api/Office.MsoOrientation.md
index ebe10d19e4a..99e71263be3 100644
--- a/api/Office.MsoOrientation.md
+++ b/api/Office.MsoOrientation.md
@@ -14,7 +14,7 @@ Specifies orientation of an object when it is displayed or printed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoOrientationHorizontal**|1|Horizontal (landscape) orientation.|
|**msoOrientationMixed**|-2|Mixed orientation.|
diff --git a/api/Office.MsoParagraphAlignment.md b/api/Office.MsoParagraphAlignment.md
index 315342db7c7..1358f616f19 100644
--- a/api/Office.MsoParagraphAlignment.md
+++ b/api/Office.MsoParagraphAlignment.md
@@ -14,7 +14,7 @@ Specifies paragraph alignment for a text block.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAlignCenter**|1|Specifies that the center of each line of text is aligned to the midpoint of the right and left text box margins, and the left and right edges of each line are ragged.|
|**msoAlignDistribute**|4|Specifies that the first and last characters of each line (except the last) are aligned to the left and right margins, and lines are filled by adding or subtracting the same amount from each character. The last line of the paragraph is aligned to the left margin if text direction is left-to-right, or to the right margin if text direction is right-to-left.|
diff --git a/api/Office.MsoPathFormat.md b/api/Office.MsoPathFormat.md
index 0bef431712a..31ee39ffdaf 100644
--- a/api/Office.MsoPathFormat.md
+++ b/api/Office.MsoPathFormat.md
@@ -14,7 +14,7 @@ Specifies the format of a file or folder path.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoPathType1**|1|Represents the Type1 format.|
|**msoPathType2**|2|Represents the Type2 format.|
diff --git a/api/Office.MsoPatternType.md b/api/Office.MsoPatternType.md
index a337c45fe15..f7882d8ab21 100644
--- a/api/Office.MsoPatternType.md
+++ b/api/Office.MsoPatternType.md
@@ -14,7 +14,7 @@ Specifies the fill pattern used in a shape.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoPattern10Percent**|2|10% of the foreground color.|
|**msoPattern20Percent**|3|20% of the foreground color.|
diff --git a/api/Office.MsoPermission.md b/api/Office.MsoPermission.md
index a27f463e465..ff71b7665cb 100644
--- a/api/Office.MsoPermission.md
+++ b/api/Office.MsoPermission.md
@@ -14,7 +14,7 @@ Specifies an Information Rights Management (IRM) permission type for a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoPermissionChange**|15|Permission to change.|
|**msoPermissionEdit**|2|Permission to edit.|
diff --git a/api/Office.MsoPickerField.md b/api/Office.MsoPickerField.md
index 18466c64bbc..3a23fe89260 100644
--- a/api/Office.MsoPickerField.md
+++ b/api/Office.MsoPickerField.md
@@ -17,7 +17,7 @@ Specifies contact-picker field types.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoPickerFieldUnknown**|0|An unknown type of field.|
|**msoPickerFieldDateTime**|1|A **DateTime** field.|
diff --git a/api/Office.MsoPictureColorType.md b/api/Office.MsoPictureColorType.md
index def76408e32..a9c0a36cf26 100644
--- a/api/Office.MsoPictureColorType.md
+++ b/api/Office.MsoPictureColorType.md
@@ -14,7 +14,7 @@ Specifies the color transformation applied to a picture.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoPictureAutomatic**|1|Default color transformation.|
|**msoPictureBlackAndWhite**|3|Black-and-white transformation.|
diff --git a/api/Office.MsoPictureEffectType.md b/api/Office.MsoPictureEffectType.md
index 7dd0a0c4bb8..bba49fbcc6e 100644
--- a/api/Office.MsoPictureEffectType.md
+++ b/api/Office.MsoPictureEffectType.md
@@ -14,7 +14,7 @@ Specifies constants that define the types of picture effects.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoEffectBackgroundRemoval**|1|Background removal effect.|
|**msoEffectBlur**|2|Blur effect.|
diff --git a/api/Office.MsoPresetCamera.md b/api/Office.MsoPresetCamera.md
index 931c5417f6d..af8df5f4756 100644
--- a/api/Office.MsoPresetCamera.md
+++ b/api/Office.MsoPresetCamera.md
@@ -14,7 +14,7 @@ Indicates the effects camera type used by the specified object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCameraIsometricBottomDown**|23|Specifies Isometric Bottom Down.|
|**msoCameraIsometricBottomUp**|22|Specifies Isometric Bottom Up.|
diff --git a/api/Office.MsoPresetExtrusionDirection.md b/api/Office.MsoPresetExtrusionDirection.md
index e73f96324e7..9f0bcba342f 100644
--- a/api/Office.MsoPresetExtrusionDirection.md
+++ b/api/Office.MsoPresetExtrusionDirection.md
@@ -14,7 +14,7 @@ Specifies the direction that the extrusion's sweep path takes away from the extr
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoExtrusionBottom**|2|Lower part.|
|**msoExtrusionBottomLeft**|3|Lower left.|
diff --git a/api/Office.MsoPresetGradientType.md b/api/Office.MsoPresetGradientType.md
index 696b02903eb..7d8b6a81177 100644
--- a/api/Office.MsoPresetGradientType.md
+++ b/api/Office.MsoPresetGradientType.md
@@ -14,7 +14,7 @@ Specifies which predefined gradient to use to fill a shape.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoGradientBrass**|20|Brass gradient.|
|**msoGradientCalmWater**|8|Calm Water gradient.|
diff --git a/api/Office.MsoPresetLightingDirection.md b/api/Office.MsoPresetLightingDirection.md
index 81544281215..7dfb4c99daa 100644
--- a/api/Office.MsoPresetLightingDirection.md
+++ b/api/Office.MsoPresetLightingDirection.md
@@ -14,7 +14,7 @@ Specifies the location of lighting on an extruded (three-dimensional) shape rela
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLightingBottom**|8|Lighting comes from the lower part.|
|**msoLightingBottomLeft**|7|Lighting comes from the lower left.|
diff --git a/api/Office.MsoPresetLightingSoftness.md b/api/Office.MsoPresetLightingSoftness.md
index 0d9a5a59c7f..13af64ede96 100644
--- a/api/Office.MsoPresetLightingSoftness.md
+++ b/api/Office.MsoPresetLightingSoftness.md
@@ -14,7 +14,7 @@ Specifies the intensity of light used on a shape.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLightingBright**|3|Bright light.|
|**msoLightingDim**|1|Dim light.|
diff --git a/api/Office.MsoPresetMaterial.md b/api/Office.MsoPresetMaterial.md
index a02944ce713..725af69e04a 100644
--- a/api/Office.MsoPresetMaterial.md
+++ b/api/Office.MsoPresetMaterial.md
@@ -14,7 +14,7 @@ Specifies the extrusion surface material. Used with the **PresetMaterial** prop
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoMaterialClear**|13|Clear|
|**msoMaterialDarkEdge**|11|DarkEdge|
diff --git a/api/Office.MsoPresetTextEffect.md b/api/Office.MsoPresetTextEffect.md
index 35adcf98bd6..5b935d8efbf 100644
--- a/api/Office.MsoPresetTextEffect.md
+++ b/api/Office.MsoPresetTextEffect.md
@@ -14,7 +14,7 @@ Specifies what text effect to use on a **WordArt** object. Refer to the **WordA
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTextEffect1**|0|First text effect.|
|**msoTextEffect10**|9|Tenth text effect.|
diff --git a/api/Office.MsoPresetTextEffectShape.md b/api/Office.MsoPresetTextEffectShape.md
index e03f441abd6..0bd7a0b6108 100644
--- a/api/Office.MsoPresetTextEffectShape.md
+++ b/api/Office.MsoPresetTextEffectShape.md
@@ -14,7 +14,7 @@ Specifies shape of WordArt text. You can see a preview of each text effect shape
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTextEffectShapeArchDownCurve**|10|Text is an arch that curves down.|
|**msoTextEffectShapeArchDownPour**|14|Text is a 3-D arch that curves down.|
diff --git a/api/Office.MsoPresetTexture.md b/api/Office.MsoPresetTexture.md
index 10706e85abc..b42a605d061 100644
--- a/api/Office.MsoPresetTexture.md
+++ b/api/Office.MsoPresetTexture.md
@@ -14,7 +14,7 @@ Specifies texture to be used to fill a shape.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoPresetTextureMixed**|-2|Not used.|
|**msoTextureBlueTissuePaper**|17|Blue tissue paper texture.|
diff --git a/api/Office.MsoPresetThreeDFormat.md b/api/Office.MsoPresetThreeDFormat.md
index 3c94d5044e0..6a5e3cb1da1 100644
--- a/api/Office.MsoPresetThreeDFormat.md
+++ b/api/Office.MsoPresetThreeDFormat.md
@@ -14,7 +14,7 @@ Specifies an extrusion (three-dimensional) format.The **msoPresetThreeDFormat**
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoPresetThreeDFormatMixed**|-2|Not used.|
|**msoThreeD1**|1|First 3-D format.|
diff --git a/api/Office.MsoRecolorType.md b/api/Office.MsoRecolorType.md
index cf21290e499..61ed27e4644 100644
--- a/api/Office.MsoRecolorType.md
+++ b/api/Office.MsoRecolorType.md
@@ -14,7 +14,7 @@ Indicates the type of recolor to use when changing a color scheme.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoRecolorType1**|1|Specifies recolor Type1|
|**msoRecolorType10**|10|Specifies recolor Type10|
diff --git a/api/Office.MsoReflectionType.md b/api/Office.MsoReflectionType.md
index 9022c02ce87..c7e7fd1e212 100644
--- a/api/Office.MsoReflectionType.md
+++ b/api/Office.MsoReflectionType.md
@@ -14,7 +14,7 @@ Specifies the type of the **ReflectionFormat** object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoReflectionType1**|1|Type 1.|
|**msoReflectionType2**|2|Type 2.|
diff --git a/api/Office.MsoRelativeNodePosition.md b/api/Office.MsoRelativeNodePosition.md
index c3e84c8ddef..fdbfbc01be7 100644
--- a/api/Office.MsoRelativeNodePosition.md
+++ b/api/Office.MsoRelativeNodePosition.md
@@ -14,7 +14,7 @@ Specifies where a node is added to a diagram relative to existing nodes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAfterLastSibling**|4|Node is added after last sibling.|
|**msoAfterNode**|2|Node is added after current node.|
diff --git a/api/Office.MsoScaleFrom.md b/api/Office.MsoScaleFrom.md
index 18a2c34b09f..037726a7be1 100644
--- a/api/Office.MsoScaleFrom.md
+++ b/api/Office.MsoScaleFrom.md
@@ -14,7 +14,7 @@ Specifies which part of the shape retains its position when the shape is scaled.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoScaleFromBottomRight**|2|Shape's lower right corner retains its position.|
|**msoScaleFromMiddle**|1|Shape's midpoint retains its position.|
diff --git a/api/Office.MsoScreenSize.md b/api/Office.MsoScreenSize.md
index 4a4a371ad0d..1b948182611 100644
--- a/api/Office.MsoScreenSize.md
+++ b/api/Office.MsoScreenSize.md
@@ -14,7 +14,7 @@ Specifies the ideal screen resolution to be used to view a document in a Web bro
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoScreenSize1024x768**|4|1024x768 resolution.|
|**msoScreenSize1152x882**|5|1152x882 resolution.|
diff --git a/api/Office.MsoSegmentType.md b/api/Office.MsoSegmentType.md
index bedd837c397..dc59bfbb3bd 100644
--- a/api/Office.MsoSegmentType.md
+++ b/api/Office.MsoSegmentType.md
@@ -14,7 +14,7 @@ Specifies the type for a segment. Used with the **Insert** and **AddNodes** met
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSegmentCurve**|1|Curve.|
|**msoSegmentLine**|0|Line.|
diff --git a/api/Office.MsoShadowStyle.md b/api/Office.MsoShadowStyle.md
index dfabb301dee..4d525d8b976 100644
--- a/api/Office.MsoShadowStyle.md
+++ b/api/Office.MsoShadowStyle.md
@@ -14,7 +14,7 @@ Specifies the type of shadowing effect.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoShadowStyleInnerShadow**|1|Specifies the inner shadow effect.|
|**msoShadowStyleMixed**|-2|Specifies a combination of inner and outer shadow effects.|
diff --git a/api/Office.MsoShadowType.md b/api/Office.MsoShadowType.md
index 8afa4f71ebf..92a61715ed1 100644
--- a/api/Office.MsoShadowType.md
+++ b/api/Office.MsoShadowType.md
@@ -14,7 +14,7 @@ Specifies the type of shadow displayed with a shape.The **msoShadowType** const
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoShadow1**|1|First shadow type.|
|**msoShadow10**|10|Tenth shadow type.|
diff --git a/api/Office.MsoShapeStyleIndex.md b/api/Office.MsoShapeStyleIndex.md
index 2f27e7e96af..cd5218b5496 100644
--- a/api/Office.MsoShapeStyleIndex.md
+++ b/api/Office.MsoShapeStyleIndex.md
@@ -14,7 +14,7 @@ Indicates the line and shape style.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLineStyle1**|10001|Line Style 1|
|**msoLineStyle10**|10010|Line Style 10|
diff --git a/api/Office.MsoShapeType.md b/api/Office.MsoShapeType.md
index e73fa92c651..59e10269f53 100644
--- a/api/Office.MsoShapeType.md
+++ b/api/Office.MsoShapeType.md
@@ -14,7 +14,7 @@ Specifies the type of a shape or range of shapes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAutoShape**|1|AutoShape.|
|**msoCallout**|2|Callout.|
diff --git a/api/Office.MsoSharedWorkspaceTaskPriority.md b/api/Office.MsoSharedWorkspaceTaskPriority.md
index 5fe6b5ef580..7e5cb65ac5e 100644
--- a/api/Office.MsoSharedWorkspaceTaskPriority.md
+++ b/api/Office.MsoSharedWorkspaceTaskPriority.md
@@ -14,7 +14,7 @@ Specifies the priority for a shared workspace task.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSharedWorkspaceTaskPriorityHigh**|1|High priority.|
|**msoSharedWorkspaceTaskPriorityLow**|3|Low priority.|
diff --git a/api/Office.MsoSharedWorkspaceTaskStatus.md b/api/Office.MsoSharedWorkspaceTaskStatus.md
index ba48470517f..18f36d3facb 100644
--- a/api/Office.MsoSharedWorkspaceTaskStatus.md
+++ b/api/Office.MsoSharedWorkspaceTaskStatus.md
@@ -14,7 +14,7 @@ Specifies the status of a shared workspace task.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSharedWorkspaceTaskStatusCompleted**|3|Completed.|
|**msoSharedWorkspaceTaskStatusDeferred**|4|Deferred.|
diff --git a/api/Office.MsoSignatureSubset.md b/api/Office.MsoSignatureSubset.md
index fa2ef9846f3..0069f1c5763 100644
--- a/api/Office.MsoSignatureSubset.md
+++ b/api/Office.MsoSignatureSubset.md
@@ -14,7 +14,7 @@ Specifies properties of the signature subset. These settings act as filters for
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSignatureSubsetAll**|5|All non-visible signatures plus all signature lines.|
|**msoSignatureSubsetSignatureLines**|2|All signature lines.|
diff --git a/api/Office.MsoSmartArtNodePosition.md b/api/Office.MsoSmartArtNodePosition.md
index ba1f6824d3e..f620cc5f0f4 100644
--- a/api/Office.MsoSmartArtNodePosition.md
+++ b/api/Office.MsoSmartArtNodePosition.md
@@ -14,7 +14,7 @@ Specifies constants that define the different ways to add a new node to the data
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSmartArtNodeAbove**|4|Insert a node above the SmartArt node in the data model.|
|**msoSmartArtNodeAfter**|2|Insert a node after the SmartArt node in the data model. Corresponds to clicking **Add Shape After** in the SmartArt ribbon.|
diff --git a/api/Office.MsoSmartArtNodeType.md b/api/Office.MsoSmartArtNodeType.md
index de8f46b3ab7..06ca073afc7 100644
--- a/api/Office.MsoSmartArtNodeType.md
+++ b/api/Office.MsoSmartArtNodeType.md
@@ -14,7 +14,7 @@ Specifies constants that define the types of SmartArt nodes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSmartArtNodeTypeAssistant**|2|Defines an assistant node, which can be used within hierarchical diagrams.|
|**msoSmartArtNodeTypeDefault**|1|The default node type.|
diff --git a/api/Office.MsoSoftEdgeType.md b/api/Office.MsoSoftEdgeType.md
index b6fe87b8165..f434def282e 100644
--- a/api/Office.MsoSoftEdgeType.md
+++ b/api/Office.MsoSoftEdgeType.md
@@ -14,7 +14,7 @@ ms.date: 06/08/2017
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSoftEdgeType1**|1|Soft Edge Type 1|
|**msoSoftEdgeType2**|2|Soft Edge Type 2|
diff --git a/api/Office.MsoSyncConflictResolutionType.md b/api/Office.MsoSyncConflictResolutionType.md
index 61872c0441f..c5ec6c94689 100644
--- a/api/Office.MsoSyncConflictResolutionType.md
+++ b/api/Office.MsoSyncConflictResolutionType.md
@@ -14,7 +14,7 @@ Specifies how conflicts should be resolved when synchronizing a shared document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSyncConflictClientWins**|0|Replace the server copy with the local copy.|
|**msoSyncConflictMerge**|2|Merge changes made to the server copy into the local copy. To resolve the conflict with the merged changes winning, you must save the active document after merging changes, then call the **ResolveConflict** method again with the **msoSyncConflictClientWins** option.|
diff --git a/api/Office.MsoSyncErrorType.md b/api/Office.MsoSyncErrorType.md
index a1a1e9a07df..ef50a179d69 100644
--- a/api/Office.MsoSyncErrorType.md
+++ b/api/Office.MsoSyncErrorType.md
@@ -17,7 +17,7 @@ Specifies a document synchronization error.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSyncErrorCouldNotCompare**|13|Source and destination files could not be compared.|
|**msoSyncErrorCouldNotConnect**|2|Could not connect.|
diff --git a/api/Office.MsoSyncEventType.md b/api/Office.MsoSyncEventType.md
index c88f0138cf2..99b850adc78 100644
--- a/api/Office.MsoSyncEventType.md
+++ b/api/Office.MsoSyncEventType.md
@@ -15,7 +15,7 @@ Specifies the return value of a **Sync** event. In Microsoft Word, used with th
Beginning with Microsoft Office 2010, this object or member has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSyncEventDownloadFailed**|2|Download failed.|
|**msoSyncEventDownloadInitiated**|0|Download initiated.|
diff --git a/api/Office.MsoSyncStatusType.md b/api/Office.MsoSyncStatusType.md
index a01f4515855..f652fca0a6b 100644
--- a/api/Office.MsoSyncStatusType.md
+++ b/api/Office.MsoSyncStatusType.md
@@ -15,7 +15,7 @@ Specifies the status of the synchronization of the local copy of the active docu
Beginning with Microsoft Office 2010, this object or member has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSyncStatusConflict**|4|Both the local and the server copies have changes.|
|**msoSyncStatusError**|6|An error occurred. Use **ErrorType** property of **Sync** object to determine exact error.|
diff --git a/api/Office.MsoSyncVersionType.md b/api/Office.MsoSyncVersionType.md
index a46e3b5e219..d6d865bdbd7 100644
--- a/api/Office.MsoSyncVersionType.md
+++ b/api/Office.MsoSyncVersionType.md
@@ -15,7 +15,7 @@ Specifies which version of a shared document to open alongside the currently ope
Beginning with Microsoft Office 2010, this object or member has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoSyncVersionLastViewed**|0|Opens the copy of the document that is created whenever the user overwrites the local copy with the server copy.|
|**msoSyncVersionServer**|1|Opens the server version. |
diff --git a/api/Office.MsoTabStopType.md b/api/Office.MsoTabStopType.md
index f68d5f1a004..7fa40bc5ada 100644
--- a/api/Office.MsoTabStopType.md
+++ b/api/Office.MsoTabStopType.md
@@ -14,7 +14,7 @@ Specifies the type of tab stop.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTabStopCenter**|2|Center tab stop.|
|**msoTabStopDecimal**|4|Decimal tab stop.|
diff --git a/api/Office.MsoTargetBrowser.md b/api/Office.MsoTargetBrowser.md
index dc32fe091e7..fec096a434a 100644
--- a/api/Office.MsoTargetBrowser.md
+++ b/api/Office.MsoTargetBrowser.md
@@ -14,7 +14,7 @@ Specifies target browser for documents viewed in a Web browser.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTargetBrowserIE4**|2|Microsoft Internet Explorer 4.0.|
|**msoTargetBrowserIE5**|3|Microsoft Internet Explorer 5.|
diff --git a/api/Office.MsoTextCaps.md b/api/Office.MsoTextCaps.md
index b5eb43f746a..3b5b86a4844 100644
--- a/api/Office.MsoTextCaps.md
+++ b/api/Office.MsoTextCaps.md
@@ -14,7 +14,7 @@ Specifies the capitalization of the text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAllCaps**|2|Display the text as all uppercase letters.|
|**msoCapsMixed**|-2|Display the text as mixed uppercase and lowercase letters.|
diff --git a/api/Office.MsoTextChangeCase.md b/api/Office.MsoTextChangeCase.md
index 93470548e1a..bf93b826ba2 100644
--- a/api/Office.MsoTextChangeCase.md
+++ b/api/Office.MsoTextChangeCase.md
@@ -14,7 +14,7 @@ Specifies the capitalization of text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCaseLower**|2|Display the text as lowercase characters.|
|**msoCaseSentence**|1|Display the text as sentence case characters. Sentence case specifies that the first letter of the sentence is capitalized and that all others should be lowercase (with some exceptions such as proper nouns, and acronyms).|
diff --git a/api/Office.MsoTextCharWrap.md b/api/Office.MsoTextCharWrap.md
index 50eb91dfda9..58e698f039f 100644
--- a/api/Office.MsoTextCharWrap.md
+++ b/api/Office.MsoTextCharWrap.md
@@ -14,7 +14,7 @@ Indicates the type of text wrap.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCharWrapMixed**|-2|Specifies a mixed text wrap.|
|**msoCustomCharWrap**|3|Specifies a custom text wrap scheme.|
diff --git a/api/Office.MsoTextDirection.md b/api/Office.MsoTextDirection.md
index fd07c641fd5..a6fef9acf66 100644
--- a/api/Office.MsoTextDirection.md
+++ b/api/Office.MsoTextDirection.md
@@ -14,7 +14,7 @@ Specifies the direction that text runs.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTextDirectionLeftToRight**|1|Text runs left to right.|
|**msoTextDirectionMixed**|-2|Return value only; indicates a combination of the other states. |
diff --git a/api/Office.MsoTextEffectAlignment.md b/api/Office.MsoTextEffectAlignment.md
index 67921cfb034..600db2d79ad 100644
--- a/api/Office.MsoTextEffectAlignment.md
+++ b/api/Office.MsoTextEffectAlignment.md
@@ -14,7 +14,7 @@ Specifies alignment for WordArt text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTextEffectAlignmentCentered**|2|Centered.|
|**msoTextEffectAlignmentLeft**|1|Left-aligned.|
diff --git a/api/Office.MsoTextFontAlign.md b/api/Office.MsoTextFontAlign.md
index dfa5c14e9d2..e6ada1016db 100644
--- a/api/Office.MsoTextFontAlign.md
+++ b/api/Office.MsoTextFontAlign.md
@@ -14,7 +14,7 @@ Indicates the text alignment scheme used for an object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoFontAlignAuto**|0|Specifies that the text alignment will be determined by the Office application.|
|**msoFontAlignBaseline**|3|Specifies that the font is aligned to the baseline of the object.|
diff --git a/api/Office.MsoTextOrientation.md b/api/Office.MsoTextOrientation.md
index 35c4e2031d9..aa01a8665f5 100644
--- a/api/Office.MsoTextOrientation.md
+++ b/api/Office.MsoTextOrientation.md
@@ -14,7 +14,7 @@ Specifies orientation for text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTextOrientationDownward**|3|Downward.|
|**msoTextOrientationHorizontal**|1|Horizontal.|
diff --git a/api/Office.MsoTextStrike.md b/api/Office.MsoTextStrike.md
index f26ff9fca5a..f03cb04ea83 100644
--- a/api/Office.MsoTextStrike.md
+++ b/api/Office.MsoTextStrike.md
@@ -14,7 +14,7 @@ Indicates the number of times a character is printed to darken the image.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoDoubleStrike**|2|Specifies that the character is printed twice.|
|**msoNoStrike**|0|Specifies that the character is not printed.|
diff --git a/api/Office.MsoTextTabAlign.md b/api/Office.MsoTextTabAlign.md
index 83fc863e877..2c38f63c987 100644
--- a/api/Office.MsoTextTabAlign.md
+++ b/api/Office.MsoTextTabAlign.md
@@ -14,7 +14,7 @@ Indicates the text alignment against tab stops or line breaks.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTabAlignCenter**|1|Specifies that the following text up to next tab or line break is centered on the designated tab stop.|
|**msoTabAlignDecimal**|3|Specifies that the following text is searched for the first occurrence of the character representing the decimal point. The text up to the next tab or line break is then aligned such that the decimal point starts at the designated tab stop.|
diff --git a/api/Office.MsoTextUnderlineType.md b/api/Office.MsoTextUnderlineType.md
index f89cf57ecfa..57b80e30b78 100644
--- a/api/Office.MsoTextUnderlineType.md
+++ b/api/Office.MsoTextUnderlineType.md
@@ -14,7 +14,7 @@ Indicates the type of underline for text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoNoUnderline**|0|Specifies no underline.|
|**msoUnderlineDashHeavyLine**|8|Specifies a dash underline.|
diff --git a/api/Office.MsoTextureAlignment.md b/api/Office.MsoTextureAlignment.md
index 8a6f615068d..56d5a97c15d 100644
--- a/api/Office.MsoTextureAlignment.md
+++ b/api/Office.MsoTextureAlignment.md
@@ -14,7 +14,7 @@ Specifies the alignment (the origin of the coordinate grid) for the tiling of th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTextureAlignmentMixed**|-2|Return value only; indicates a combination of the other states.|
|**msoTextureBottom**|7|Bottom alignment.|
diff --git a/api/Office.MsoTextureType.md b/api/Office.MsoTextureType.md
index e47ecb5e7b4..47cf11fb2b9 100644
--- a/api/Office.MsoTextureType.md
+++ b/api/Office.MsoTextureType.md
@@ -14,7 +14,7 @@ Specifies the texture type for the selected fill.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoTexturePreset**|1|Preset texture type.|
|**msoTextureTypeMixed**|-2|Return value only; indicates a combination of the other states. |
diff --git a/api/Office.MsoThemeColorIndex.md b/api/Office.MsoThemeColorIndex.md
index b0cebf77b1e..97c4209308c 100644
--- a/api/Office.MsoThemeColorIndex.md
+++ b/api/Office.MsoThemeColorIndex.md
@@ -14,7 +14,7 @@ Indicates the Office theme color.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoNotThemeColor**|0|Specifies no theme color.|
|**msoThemeColorAccent1**|5|Specifies the Accent 1 theme color.|
diff --git a/api/Office.MsoThemeColorSchemeIndex.md b/api/Office.MsoThemeColorSchemeIndex.md
index ce0c9dca0bb..929b8b14657 100644
--- a/api/Office.MsoThemeColorSchemeIndex.md
+++ b/api/Office.MsoThemeColorSchemeIndex.md
@@ -14,7 +14,7 @@ Indicates the color scheme for an Office theme.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoThemeAccent1**|5|Specifies color scheme Accent 1.|
|**msoThemeAccent2**|6|Specifies color scheme Accent 2.|
diff --git a/api/Office.MsoTriState.md b/api/Office.MsoTriState.md
index 2a8ca371a8c..9e9468d1d88 100644
--- a/api/Office.MsoTriState.md
+++ b/api/Office.MsoTriState.md
@@ -14,7 +14,7 @@ Specifies a tri-state value.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoCTrue**|1|Not supported.|
|**msoFalse**|0|False.|
diff --git a/api/Office.MsoVerticalAnchor.md b/api/Office.MsoVerticalAnchor.md
index 9d2f52c6049..5f97fbe0856 100644
--- a/api/Office.MsoVerticalAnchor.md
+++ b/api/Office.MsoVerticalAnchor.md
@@ -14,7 +14,7 @@ Specifies the vertical alignment of text in a text frame. Used with the **Verti
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnchorBottom**|4|Aligns text to bottom of text frame.|
|**msoAnchorBottomBaseLine**|5|Anchors bottom of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position.|
diff --git a/api/Office.MsoWarpFormat.md b/api/Office.MsoWarpFormat.md
index da3c638909e..fe3ed431b57 100644
--- a/api/Office.MsoWarpFormat.md
+++ b/api/Office.MsoWarpFormat.md
@@ -14,7 +14,7 @@ Indicates various image warping formats.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoWarpFormat1**|0|Specifies Warp Format 1.|
|**msoWarpFormat10**|9|Specifies Warp Format 10.|
diff --git a/api/Office.MsoWizardMsgType.md b/api/Office.MsoWizardMsgType.md
index 7a19f91f09c..3dc8960f46f 100644
--- a/api/Office.MsoWizardMsgType.md
+++ b/api/Office.MsoWizardMsgType.md
@@ -14,7 +14,7 @@ Specifies context under which a wizard's callback procedure is called. Used as a
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoWizardMsgLocalStateOff**|2|User clicked the right button in the decision or branch balloon.|
|**msoWizardMsgLocalStateOn**|1|Not supported.|
diff --git a/api/Office.MsoZOrderCmd.md b/api/Office.MsoZOrderCmd.md
index 36e79cf9689..ad577cdaa68 100644
--- a/api/Office.MsoZOrderCmd.md
+++ b/api/Office.MsoZOrderCmd.md
@@ -14,7 +14,7 @@ Specifies where in the z-order a shape should be moved relative to other shapes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoBringForward**|2|Bring shape forward.|
|**msoBringInFrontOfText**|4|Bring shape in front of text.|
diff --git a/api/Office.NewFile.Add.md b/api/Office.NewFile.Add.md
index 38d51ee4a8e..fe42feab8a0 100644
--- a/api/Office.NewFile.Add.md
+++ b/api/Office.NewFile.Add.md
@@ -27,7 +27,7 @@ Adds a new item to the **New Item** task pane. Returns a **Boolean** value to i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file to add to the list of files on the task pane.|
| _Section_|Optional|**Variant**|The section to which to add the file. Can be any **msoFileNew** constant.|
diff --git a/api/Office.NewFile.Application.md b/api/Office.NewFile.Application.md
index 949ef6a8e6e..3929ac09877 100644
--- a/api/Office.NewFile.Application.md
+++ b/api/Office.NewFile.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [NewFile](./Office.NewFile.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.NewFile.Creator.md b/api/Office.NewFile.Creator.md
index 9cd58ad3fdb..28e3a0049b2 100644
--- a/api/Office.NewFile.Creator.md
+++ b/api/Office.NewFile.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **NewFile** o
_expression_ A variable that represents a [NewFile](./Office.NewFile.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.NewFile.Remove.md b/api/Office.NewFile.Remove.md
index 330efaace33..a2e2dc7019b 100644
--- a/api/Office.NewFile.Remove.md
+++ b/api/Office.NewFile.Remove.md
@@ -27,7 +27,7 @@ Removes an item from the **New Item** task pane. Returns a **Boolean** value to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file reference.|
| _Section_|Optional|**Variant**|The section of the task pane where the file reference exists. Can be any **msoFileNew** constant.|
diff --git a/api/Office.ODSOColumn.Application.md b/api/Office.ODSOColumn.Application.md
index 1227d71e566..7dcb25322e8 100644
--- a/api/Office.ODSOColumn.Application.md
+++ b/api/Office.ODSOColumn.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents an [ODSOColumn](./Office.ODSOColumn.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ODSOColumn.Creator.md b/api/Office.ODSOColumn.Creator.md
index 487d2425a98..86dde5e12be 100644
--- a/api/Office.ODSOColumn.Creator.md
+++ b/api/Office.ODSOColumn.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ODSOColumn*
_expression_ A variable that represents an [ODSOColumn](./Office.ODSOColumn.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ODSOColumn.Index.md b/api/Office.ODSOColumn.Index.md
index 3c192264b25..2d8c9b0c8ee 100644
--- a/api/Office.ODSOColumn.Index.md
+++ b/api/Office.ODSOColumn.Index.md
@@ -23,7 +23,7 @@ Gets a **Long** representing the index number for an **ODSOColumn** object in t
_expression_ A variable that represents an [ODSOColumn](./Office.ODSOColumn.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ODSOColumn.Name.md b/api/Office.ODSOColumn.Name.md
index bb54430c3f4..768522064f3 100644
--- a/api/Office.ODSOColumn.Name.md
+++ b/api/Office.ODSOColumn.Name.md
@@ -23,7 +23,7 @@ Gets the name of a data field in a mail merge data source. Read-only.
_expression_ A variable that represents an [ODSOColumn](./Office.ODSOColumn.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.ODSOColumn.Parent.md b/api/Office.ODSOColumn.Parent.md
index 294d31c9cf0..d82e04faf98 100644
--- a/api/Office.ODSOColumn.Parent.md
+++ b/api/Office.ODSOColumn.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **ODSOColumn** object. Read-only.
_expression_ A variable that represents an [ODSOColumn](./Office.ODSOColumn.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ODSOColumn.Value.md b/api/Office.ODSOColumn.Value.md
index 3c781ad3436..7e30592e14d 100644
--- a/api/Office.ODSOColumn.Value.md
+++ b/api/Office.ODSOColumn.Value.md
@@ -23,7 +23,7 @@ Gets the value of a data field in a mail merge data source. Read-only.
_expression_ A variable that represents an [ODSOColumn](./Office.ODSOColumn.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.ODSOColumns.Application.md b/api/Office.ODSOColumns.Application.md
index 84742de428b..1bc5953aa67 100644
--- a/api/Office.ODSOColumns.Application.md
+++ b/api/Office.ODSOColumns.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents an [ODSOColumns](./Office.ODSOColumns.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ODSOColumns.Count.md b/api/Office.ODSOColumns.Count.md
index c36158ecaf4..c6bfaebfb3e 100644
--- a/api/Office.ODSOColumns.Count.md
+++ b/api/Office.ODSOColumns.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **ODSOColumns** collectio
_expression_ A variable that represents an [ODSOColumns](./Office.ODSOColumns.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ODSOColumns.Creator.md b/api/Office.ODSOColumns.Creator.md
index eef7de09988..36f94dc9cd3 100644
--- a/api/Office.ODSOColumns.Creator.md
+++ b/api/Office.ODSOColumns.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ODSOColumns
_expression_ A variable that represents an [ODSOColumns](./Office.ODSOColumns.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ODSOColumns.Item.md b/api/Office.ODSOColumns.Item.md
index 56fc3b75493..c74eab9192c 100644
--- a/api/Office.ODSOColumns.Item.md
+++ b/api/Office.ODSOColumns.Item.md
@@ -27,11 +27,11 @@ Specifies an **ODSOColumn** object in the **ODSOColumns** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _varIndex_|Required|**Variant**|The index number of the item.|
-### Return Value
+### Return value
Object
diff --git a/api/Office.ODSOColumns.Parent.md b/api/Office.ODSOColumns.Parent.md
index cccede43809..db1bebb78c2 100644
--- a/api/Office.ODSOColumns.Parent.md
+++ b/api/Office.ODSOColumns.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **ODSOColumns** object. Read-only.
_expression_ A variable that represents an [ODSOColumns](./Office.ODSOColumns.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ODSOFilter.Application.md b/api/Office.ODSOFilter.Application.md
index cb0a5abb717..0fe550786fe 100644
--- a/api/Office.ODSOFilter.Application.md
+++ b/api/Office.ODSOFilter.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents an [ODSOFilter](./Office.ODSOFilter.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ODSOFilter.Creator.md b/api/Office.ODSOFilter.Creator.md
index c905e802f22..e99286a46a0 100644
--- a/api/Office.ODSOFilter.Creator.md
+++ b/api/Office.ODSOFilter.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ODSOFilter*
_expression_ A variable that represents an [ODSOFilter](./Office.ODSOFilter.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ODSOFilter.Index.md b/api/Office.ODSOFilter.Index.md
index 9b7f6e2d1fb..9ecbdfb3fb9 100644
--- a/api/Office.ODSOFilter.Index.md
+++ b/api/Office.ODSOFilter.Index.md
@@ -23,7 +23,7 @@ Gets a **Long** representing the index number for an **ODSOFilter** object in t
_expression_ A variable that represents an [ODSOFilter](./Office.ODSOFilter.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ODSOFilter.Parent.md b/api/Office.ODSOFilter.Parent.md
index 47826ee5cb6..d22230b4175 100644
--- a/api/Office.ODSOFilter.Parent.md
+++ b/api/Office.ODSOFilter.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **ODSOFilter** object. Read-only.
_expression_ A variable that represents an [ODSOFilter](./Office.ODSOFilter.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ODSOFilters.Add.md b/api/Office.ODSOFilters.Add.md
index 093883a5b5a..35fd124ea7e 100644
--- a/api/Office.ODSOFilters.Add.md
+++ b/api/Office.ODSOFilters.Add.md
@@ -27,7 +27,7 @@ Adds a new filter to the **ODSOFilters** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Column_|Required|**String**|The name of the table in the data source.|
| _Comparison_|Required|**MsoFilterComparison**|How the data in the table is filtered.|
diff --git a/api/Office.ODSOFilters.Application.md b/api/Office.ODSOFilters.Application.md
index 3b52f9521a1..46f1cc3e081 100644
--- a/api/Office.ODSOFilters.Application.md
+++ b/api/Office.ODSOFilters.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents an [ODSOFilters](./Office.ODSOFilters.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ODSOFilters.Count.md b/api/Office.ODSOFilters.Count.md
index 1b8c28468d6..4c668a0f574 100644
--- a/api/Office.ODSOFilters.Count.md
+++ b/api/Office.ODSOFilters.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **ODSOFilters** collectio
_expression_ A variable that represents an [ODSOFilters](./Office.ODSOFilters.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ODSOFilters.Creator.md b/api/Office.ODSOFilters.Creator.md
index 1fa8ef8c20d..f061760668b 100644
--- a/api/Office.ODSOFilters.Creator.md
+++ b/api/Office.ODSOFilters.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ODSOFilters
_expression_ A variable that represents an [ODSOFilters](./Office.ODSOFilters.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ODSOFilters.Delete.md b/api/Office.ODSOFilters.Delete.md
index ab9d56354f9..0099e33d212 100644
--- a/api/Office.ODSOFilters.Delete.md
+++ b/api/Office.ODSOFilters.Delete.md
@@ -27,7 +27,7 @@ Deletes a filter object from the **ODSOFilters** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The number of the filter to delete.|
| _DeferUpdate_|Optional|**Boolean**|Specifies whether to delay updating the filter. Default is **False**.|
diff --git a/api/Office.ODSOFilters.Item.md b/api/Office.ODSOFilters.Item.md
index 536fe69b50a..6cc07baa3ef 100644
--- a/api/Office.ODSOFilters.Item.md
+++ b/api/Office.ODSOFilters.Item.md
@@ -27,11 +27,11 @@ Represents a **ODSOFilter** object in the **ODSOFilters** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The number of the item.|
-### Return Value
+### Return value
Object
diff --git a/api/Office.ODSOFilters.Parent.md b/api/Office.ODSOFilters.Parent.md
index e61b3d6350b..a6e07ad3545 100644
--- a/api/Office.ODSOFilters.Parent.md
+++ b/api/Office.ODSOFilters.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **ODSOFilters** object. Read-only.
_expression_ A variable that represents an [ODSOFilters](./Office.ODSOFilters.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.OfficeDataSourceObject.Filters.md b/api/Office.OfficeDataSourceObject.Filters.md
index 19f474eda79..8fd826522e9 100644
--- a/api/Office.OfficeDataSourceObject.Filters.md
+++ b/api/Office.OfficeDataSourceObject.Filters.md
@@ -23,7 +23,7 @@ Gets the filter status for a **OfficeDataSourceObject** object. Read-only.
_expression_ A variable that represents an [OfficeDataSourceObject](./Office.OfficeDataSourceObject.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.OfficeDataSourceObject.Move.md b/api/Office.OfficeDataSourceObject.Move.md
index 482fc2dfb9b..92b29512b65 100644
--- a/api/Office.OfficeDataSourceObject.Move.md
+++ b/api/Office.OfficeDataSourceObject.Move.md
@@ -27,12 +27,12 @@ Moves a record in a return set from a **OfficeDataSourceObject** object from on
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MsoMoveRow_|Required|**MsoMoveRow**|A constant specifying which row to move.|
| _RowNbr_|Optional|**Integer**|The number of the destination row.|
-### Return Value
+### Return value
Integer
diff --git a/api/Office.OfficeDataSourceObject.Open.md b/api/Office.OfficeDataSourceObject.Open.md
index 71dc724ee36..d70f5a68221 100644
--- a/api/Office.OfficeDataSourceObject.Open.md
+++ b/api/Office.OfficeDataSourceObject.Open.md
@@ -27,7 +27,7 @@ Opens a table in a **OfficeDataSourceObject** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrSrc_|Optional|**String**|Contains the name of the data source.|
| _bstrConnect_|Optional|**String**|Contains the connection string to the data source.|
diff --git a/api/Office.OfficeDataSourceObject.SetSortOrder.md b/api/Office.OfficeDataSourceObject.SetSortOrder.md
index 6bd2e6d19c4..92e6c754989 100644
--- a/api/Office.OfficeDataSourceObject.SetSortOrder.md
+++ b/api/Office.OfficeDataSourceObject.SetSortOrder.md
@@ -27,7 +27,7 @@ Sets the sort order for mail merge data.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SortField1_|Required|**String**|The first field on which to sort the mail merge data.|
| _SortAscending1_|Optional|**Boolean**|True (default) to perform an ascending sort on SortField1; **False** to perform a descending sort.|
diff --git a/api/Office.OfficeTheme.Application.md b/api/Office.OfficeTheme.Application.md
index f1058c1473b..1d2527bba04 100644
--- a/api/Office.OfficeTheme.Application.md
+++ b/api/Office.OfficeTheme.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [OfficeTheme](./Office.OfficeTheme.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.OfficeTheme.Creator.md b/api/Office.OfficeTheme.Creator.md
index 05c163bd433..bb0bb0bc88e 100644
--- a/api/Office.OfficeTheme.Creator.md
+++ b/api/Office.OfficeTheme.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **OfficeTheme
_expression_ An expression that returns a [OfficeTheme](./Office.OfficeTheme.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.OfficeTheme.Parent.md b/api/Office.OfficeTheme.Parent.md
index c5c6eb2a849..9d5ed83178f 100644
--- a/api/Office.OfficeTheme.Parent.md
+++ b/api/Office.OfficeTheme.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **OfficeTheme** object. Read-only.
_expression_ An expression that returns a [OfficeTheme](./Office.OfficeTheme.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.OfficeTheme.ThemeColorScheme.md b/api/Office.OfficeTheme.ThemeColorScheme.md
index 698d4994940..795f4d60836 100644
--- a/api/Office.OfficeTheme.ThemeColorScheme.md
+++ b/api/Office.OfficeTheme.ThemeColorScheme.md
@@ -20,7 +20,7 @@ Gets a **ThemeColorScheme** object that represents the color scheme of a Micros
_expression_ An expression that returns a [OfficeTheme](./Office.OfficeTheme.md) object.
-### Return Value
+### Return value
ThemeColorScheme
diff --git a/api/Office.OfficeTheme.ThemeEffectScheme.md b/api/Office.OfficeTheme.ThemeEffectScheme.md
index fd58036f139..fbe9355ac96 100644
--- a/api/Office.OfficeTheme.ThemeEffectScheme.md
+++ b/api/Office.OfficeTheme.ThemeEffectScheme.md
@@ -20,7 +20,7 @@ Gets a **ThemeEffectScheme** object that represents the effects scheme of a Mic
_expression_ An expression that returns a [OfficeTheme](./Office.OfficeTheme.md) object.
-### Return Value
+### Return value
ThemeEffectScheme
diff --git a/api/Office.OfficeTheme.ThemeFontScheme.md b/api/Office.OfficeTheme.ThemeFontScheme.md
index 98c8e4c2adb..f07620e7815 100644
--- a/api/Office.OfficeTheme.ThemeFontScheme.md
+++ b/api/Office.OfficeTheme.ThemeFontScheme.md
@@ -20,7 +20,7 @@ Gets a **ThemeFontScheme** object that represents the font scheme of a Microsof
_expression_ An expression that returns a [OfficeTheme](./Office.OfficeTheme.md) object.
-### Return Value
+### Return value
ThemeFontScheme
diff --git a/api/Office.OutSpaceSlabStyle.md b/api/Office.OutSpaceSlabStyle.md
index c898fc7edff..36ebc457953 100644
--- a/api/Office.OutSpaceSlabStyle.md
+++ b/api/Office.OutSpaceSlabStyle.md
@@ -14,7 +14,7 @@ Specifies constants that define the styles of the slabs on the **File** tab.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**OutSpaceSlabStyleError**|2|Error style.|
|**OutSpaceSlabStyleNormal**|0|Normal style.|
diff --git a/api/Office.ParagraphFormat2.Alignment.md b/api/Office.ParagraphFormat2.Alignment.md
index 605e50d2ae9..78cecab3b93 100644
--- a/api/Office.ParagraphFormat2.Alignment.md
+++ b/api/Office.ParagraphFormat2.Alignment.md
@@ -20,7 +20,7 @@ Gets or sets a value specifying the alignment of the paragraph. Read/write.
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
MsoParagraphAlignment
diff --git a/api/Office.ParagraphFormat2.Application.md b/api/Office.ParagraphFormat2.Application.md
index b27ed6ab2c1..9c3a3c32e06 100644
--- a/api/Office.ParagraphFormat2.Application.md
+++ b/api/Office.ParagraphFormat2.Application.md
@@ -20,7 +20,7 @@ Gets an object that represents the application that contains the object. Read-on
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ParagraphFormat2.BaselineAlignment.md b/api/Office.ParagraphFormat2.BaselineAlignment.md
index b3af6e0a077..2f9cb48fedd 100644
--- a/api/Office.ParagraphFormat2.BaselineAlignment.md
+++ b/api/Office.ParagraphFormat2.BaselineAlignment.md
@@ -20,7 +20,7 @@ Gets or sets a constant that represents the vertical position of fonts in a para
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
MsoBaselineAlignment
diff --git a/api/Office.ParagraphFormat2.Bullet.md b/api/Office.ParagraphFormat2.Bullet.md
index 975006f1941..4a3a6d2e3f0 100644
--- a/api/Office.ParagraphFormat2.Bullet.md
+++ b/api/Office.ParagraphFormat2.Bullet.md
@@ -20,7 +20,7 @@ Gets a **BulletFormat2** object for the paragraph. Read-only.
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
BulletFormat2
diff --git a/api/Office.ParagraphFormat2.Creator.md b/api/Office.ParagraphFormat2.Creator.md
index c7fb296fd9c..95b6a16e256 100644
--- a/api/Office.ParagraphFormat2.Creator.md
+++ b/api/Office.ParagraphFormat2.Creator.md
@@ -20,7 +20,7 @@ Gets a value representing the application that created the **ParagraphFormat2**
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ParagraphFormat2.FarEastLineBreakLevel.md b/api/Office.ParagraphFormat2.FarEastLineBreakLevel.md
index a1f6a77b915..7c0d375c2fd 100644
--- a/api/Office.ParagraphFormat2.FarEastLineBreakLevel.md
+++ b/api/Office.ParagraphFormat2.FarEastLineBreakLevel.md
@@ -20,7 +20,7 @@ Gets or sets the East Asian line break control level for the specified paragraph
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.ParagraphFormat2.FirstLineIndent.md b/api/Office.ParagraphFormat2.FirstLineIndent.md
index f226633b447..e59e499a981 100644
--- a/api/Office.ParagraphFormat2.FirstLineIndent.md
+++ b/api/Office.ParagraphFormat2.FirstLineIndent.md
@@ -20,7 +20,7 @@ Gets or sets the value (in points) for a first line or hanging indent. Read/writ
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.ParagraphFormat2.HangingPunctuation.md b/api/Office.ParagraphFormat2.HangingPunctuation.md
index c2e69894562..e143ed8fda6 100644
--- a/api/Office.ParagraphFormat2.HangingPunctuation.md
+++ b/api/Office.ParagraphFormat2.HangingPunctuation.md
@@ -20,7 +20,7 @@ Determines whether hanging punctuation is enabled for the specified paragraphs.
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.ParagraphFormat2.IndentLevel.md b/api/Office.ParagraphFormat2.IndentLevel.md
index 65bb8c00972..0e7ea94c65f 100644
--- a/api/Office.ParagraphFormat2.IndentLevel.md
+++ b/api/Office.ParagraphFormat2.IndentLevel.md
@@ -20,7 +20,7 @@ Gets or sets a value representing the indent level assigned to text in the selec
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.ParagraphFormat2.LeftIndent.md b/api/Office.ParagraphFormat2.LeftIndent.md
index 8794afc14e7..2fc3109a8f1 100644
--- a/api/Office.ParagraphFormat2.LeftIndent.md
+++ b/api/Office.ParagraphFormat2.LeftIndent.md
@@ -20,7 +20,7 @@ Gets or sets a value that represents the left indent value (in points) for the s
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.ParagraphFormat2.LineRuleAfter.md b/api/Office.ParagraphFormat2.LineRuleAfter.md
index ce1c6808b71..1a2e746d1d7 100644
--- a/api/Office.ParagraphFormat2.LineRuleAfter.md
+++ b/api/Office.ParagraphFormat2.LineRuleAfter.md
@@ -20,7 +20,7 @@ Determines whether line spacing after the last line in each paragraph is set to
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.ParagraphFormat2.LineRuleBefore.md b/api/Office.ParagraphFormat2.LineRuleBefore.md
index 6892a466673..3e94f787dd4 100644
--- a/api/Office.ParagraphFormat2.LineRuleBefore.md
+++ b/api/Office.ParagraphFormat2.LineRuleBefore.md
@@ -20,7 +20,7 @@ Determines whether line spacing before the first line in each paragraph is set t
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.ParagraphFormat2.LineRuleWithin.md b/api/Office.ParagraphFormat2.LineRuleWithin.md
index d77f58bef9b..29e0983e198 100644
--- a/api/Office.ParagraphFormat2.LineRuleWithin.md
+++ b/api/Office.ParagraphFormat2.LineRuleWithin.md
@@ -20,7 +20,7 @@ Determines whether line spacing between base lines is set to a specific number o
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.ParagraphFormat2.Parent.md b/api/Office.ParagraphFormat2.Parent.md
index c3d0616f3eb..1a63008a93c 100644
--- a/api/Office.ParagraphFormat2.Parent.md
+++ b/api/Office.ParagraphFormat2.Parent.md
@@ -20,7 +20,7 @@ Gets the parent object for the **ParagraphFormat2** object. Read-only.
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ParagraphFormat2.RightIndent.md b/api/Office.ParagraphFormat2.RightIndent.md
index bfe1e2f484e..c8b95efff19 100644
--- a/api/Office.ParagraphFormat2.RightIndent.md
+++ b/api/Office.ParagraphFormat2.RightIndent.md
@@ -20,7 +20,7 @@ Gets or sets the right indent (in points) for the specified paragraphs. Read/wri
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.ParagraphFormat2.SpaceAfter.md b/api/Office.ParagraphFormat2.SpaceAfter.md
index 53a0db3657b..7a8b2331dfa 100644
--- a/api/Office.ParagraphFormat2.SpaceAfter.md
+++ b/api/Office.ParagraphFormat2.SpaceAfter.md
@@ -20,7 +20,7 @@ Gets or sets the amount of spacing (in points) after the specified paragraph. Re
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.ParagraphFormat2.SpaceBefore.md b/api/Office.ParagraphFormat2.SpaceBefore.md
index 28fca70e7bd..c9f214b95c7 100644
--- a/api/Office.ParagraphFormat2.SpaceBefore.md
+++ b/api/Office.ParagraphFormat2.SpaceBefore.md
@@ -20,7 +20,7 @@ Gets or sets the spacing (in points) before the specified paragraphs. Read/write
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.ParagraphFormat2.SpaceWithin.md b/api/Office.ParagraphFormat2.SpaceWithin.md
index b64d5462252..7da0a9d649d 100644
--- a/api/Office.ParagraphFormat2.SpaceWithin.md
+++ b/api/Office.ParagraphFormat2.SpaceWithin.md
@@ -20,7 +20,7 @@ Gets or sets the amount of space between base lines in the specified paragraph,
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.ParagraphFormat2.TabStops.md b/api/Office.ParagraphFormat2.TabStops.md
index 9c35f67c749..4c14ffcdb78 100644
--- a/api/Office.ParagraphFormat2.TabStops.md
+++ b/api/Office.ParagraphFormat2.TabStops.md
@@ -20,7 +20,7 @@ Gets a **TabStops2** collection that represents all the custom tab stops for th
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
TabStops2
diff --git a/api/Office.ParagraphFormat2.TextDirection.md b/api/Office.ParagraphFormat2.TextDirection.md
index 05aba6aebf3..988db93dc84 100644
--- a/api/Office.ParagraphFormat2.TextDirection.md
+++ b/api/Office.ParagraphFormat2.TextDirection.md
@@ -20,7 +20,7 @@ Gets or sets the text direction for the specified paragraph. Read/write.
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
MsoTextDirection
diff --git a/api/Office.ParagraphFormat2.WordWrap.md b/api/Office.ParagraphFormat2.WordWrap.md
index 951e66ce9a1..46b291950e1 100644
--- a/api/Office.ParagraphFormat2.WordWrap.md
+++ b/api/Office.ParagraphFormat2.WordWrap.md
@@ -20,7 +20,7 @@ Determines whether the application wraps the Latin text in the middle of a word
_expression_ An expression that returns a [ParagraphFormat2](./Office.ParagraphFormat2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Office.Permission.Add.md b/api/Office.Permission.Add.md
index 8403a45d99b..59bc98d72cc 100644
--- a/api/Office.Permission.Add.md
+++ b/api/Office.Permission.Add.md
@@ -27,7 +27,7 @@ Creates a set of permissions on the active document for the specified user. Retu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UserID_|Required|**String**|The e-mail address (in the format user@domain.com) of the user to whom permissions on the active document are being granted.|
| _Permission_|Optional|**msoPermission**|The permissions on the active document that are being granted to the specified user.|
diff --git a/api/Office.Permission.Application.md b/api/Office.Permission.Application.md
index 94fc3c0c350..ceb6c2460a4 100644
--- a/api/Office.Permission.Application.md
+++ b/api/Office.Permission.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [Permission](./Office.Permission.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Permission.ApplyPolicy.md b/api/Office.Permission.ApplyPolicy.md
index 6444ea99e3e..85242476f32 100644
--- a/api/Office.Permission.ApplyPolicy.md
+++ b/api/Office.Permission.ApplyPolicy.md
@@ -27,7 +27,7 @@ Applies the specified permission policy to the active document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**| The path and filename of the permission policy template file.|
diff --git a/api/Office.Permission.Count.md b/api/Office.Permission.Count.md
index 79e3b895fa9..0ea5f483f00 100644
--- a/api/Office.Permission.Count.md
+++ b/api/Office.Permission.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **Permission** object. Re
_expression_ A variable that represents a [Permission](./Office.Permission.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.Permission.Creator.md b/api/Office.Permission.Creator.md
index 018f165232f..5982b158800 100644
--- a/api/Office.Permission.Creator.md
+++ b/api/Office.Permission.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **Permission*
_expression_ A variable that represents a [Permission](./Office.Permission.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.Permission.EnableTrustedBrowser.md b/api/Office.Permission.EnableTrustedBrowser.md
index 85b92a3b66e..dce091dba88 100644
--- a/api/Office.Permission.EnableTrustedBrowser.md
+++ b/api/Office.Permission.EnableTrustedBrowser.md
@@ -23,7 +23,7 @@ Gets or sets a value indicating whether to enable a browser from a trusted sourc
_expression_ An expression that returns a [Permission](./Office.Permission.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.Permission.Parent.md b/api/Office.Permission.Parent.md
index f6405f66b95..a69aaff23ae 100644
--- a/api/Office.Permission.Parent.md
+++ b/api/Office.Permission.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **Permission** object. Read-only.
_expression_ A variable that represents a [Permission](./Office.Permission.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.PickerDialog.CreatePickerResults.md b/api/Office.PickerDialog.CreatePickerResults.md
index 17fa4831d83..ff53362a7a2 100644
--- a/api/Office.PickerDialog.CreatePickerResults.md
+++ b/api/Office.PickerDialog.CreatePickerResults.md
@@ -23,7 +23,7 @@ Creates an empty **PickerResults** object.
_expression_ An expression that returns a [PickerDialog](./Office.PickerDialog.md) object.
-### Return Value
+### Return value
PickerResults
diff --git a/api/Office.PickerDialog.Resolve.md b/api/Office.PickerDialog.Resolve.md
index 04675c03be2..17998548519 100644
--- a/api/Office.PickerDialog.Resolve.md
+++ b/api/Office.PickerDialog.Resolve.md
@@ -27,12 +27,12 @@ Resolves the token using the Picker Dialog and retrieves the results.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TokenText_|Required|**String**|The text string to resolve.|
| _duplicateDlgMode_|Required|**Integer**||
-### Return Value
+### Return value
PickerResults
diff --git a/api/Office.PickerDialog.Show.md b/api/Office.PickerDialog.Show.md
index f612782d2f8..b99e2eaf561 100644
--- a/api/Office.PickerDialog.Show.md
+++ b/api/Office.PickerDialog.Show.md
@@ -27,12 +27,12 @@ Displays the Picker Dialog with already specified data handler and given options
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _IsMultiSelect_|Optional|**Boolean**|Specifies whether the Picker Dialog user interface provides multiple item selection functions.|
| _ExistingResults_|Optional|**PickerResults**|Contains existing ** PickerResults** in Picker Dialog user interface. These results are displayed in the selected item control.|
-### Return Value
+### Return value
PickerResults
diff --git a/api/Office.PickerFields.Item.md b/api/Office.PickerFields.Item.md
index 03ad594e6db..33627eaee86 100644
--- a/api/Office.PickerFields.Item.md
+++ b/api/Office.PickerFields.Item.md
@@ -24,7 +24,7 @@ Retrieves a **PickerField** object at the specified index. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|Specifies an integer representing the index of the **PickerField**.|
diff --git a/api/Office.PickerProperties.Add.md b/api/Office.PickerProperties.Add.md
index 6d85ab5b438..210af1c0242 100644
--- a/api/Office.PickerProperties.Add.md
+++ b/api/Office.PickerProperties.Add.md
@@ -27,13 +27,13 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Id_|Required|**String**|Key name of the property.|
| _Value_|Required|**String**|Value of the property.|
| _Type_|Required|**MsoPickerField**|Type of the property.|
-### Return Value
+### Return value
PickerProperty
diff --git a/api/Office.PickerProperties.Item.md b/api/Office.PickerProperties.Item.md
index 376daf19339..2ed0f8f3570 100644
--- a/api/Office.PickerProperties.Item.md
+++ b/api/Office.PickerProperties.Item.md
@@ -27,7 +27,7 @@ Retrieves a **PickerProperty** object at the specified index. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|Specifies an integer representing the index of the **PickerProperty** object.|
diff --git a/api/Office.PickerProperties.Remove.md b/api/Office.PickerProperties.Remove.md
index dff6375687d..022964b04c3 100644
--- a/api/Office.PickerProperties.Remove.md
+++ b/api/Office.PickerProperties.Remove.md
@@ -27,11 +27,11 @@ Removes a PickerProperty from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Id_|Required|**String**|The identifier of the PickerProperty to remove.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.PickerResults.Add.md b/api/Office.PickerResults.Add.md
index f01753adec5..18524d6f94a 100644
--- a/api/Office.PickerResults.Add.md
+++ b/api/Office.PickerResults.Add.md
@@ -27,7 +27,7 @@ Adds a **PickerResult** object to the **PickerResults** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Id_|Required|**String**|Represents an identifier of the PickerResult.|
| _DisplayName_|Required|**String**|Represents a display name of the PickerResult. |
@@ -36,7 +36,7 @@ Adds a **PickerResult** object to the **PickerResults** collection.
| _ItemData_|Optional|**Variant**|Non- displaying item binding data|
| _SubItems_|Optional|**Variant**|Displays the purpose or non-display purpose field data of the PickerResult. It is used for passing column values in the Picker Dialog.|
-### Return Value
+### Return value
PickerResult
diff --git a/api/Office.PickerResults.Item.md b/api/Office.PickerResults.Item.md
index 5d5a7b3261e..4f4c3dd480a 100644
--- a/api/Office.PickerResults.Item.md
+++ b/api/Office.PickerResults.Item.md
@@ -27,7 +27,7 @@ Retrieves a **PickerResult** object at the specified index. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|Specifies an integer representing the indexed location of the **PickerResult** object.|
diff --git a/api/Office.PictureEffect.Delete.md b/api/Office.PictureEffect.Delete.md
index 4af878a4906..149eccbcbb7 100644
--- a/api/Office.PictureEffect.Delete.md
+++ b/api/Office.PictureEffect.Delete.md
@@ -20,7 +20,7 @@ Deletes a Picture Effect.
_expression_ An expression that returns a [PictureEffect](./Office.PictureEffect.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.PictureEffects.Delete.md b/api/Office.PictureEffects.Delete.md
index b6dbc811b3a..38cf3b72247 100644
--- a/api/Office.PictureEffects.Delete.md
+++ b/api/Office.PictureEffects.Delete.md
@@ -24,11 +24,11 @@ Deletes a **PictureEffect** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Integer**|The index number of the **PictureEffect** object to delete.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.PictureEffects.Insert.md b/api/Office.PictureEffects.Insert.md
index d196020b454..3689d5cee6c 100644
--- a/api/Office.PictureEffects.Insert.md
+++ b/api/Office.PictureEffects.Insert.md
@@ -24,12 +24,12 @@ Inserts a Picture Effect in a chain of composite effects.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EffectType_|Required|**MsoPictureEffectType**|An enumeration specifying the type of Picture Effect.|
| _Position_|Optional|**Integer**|The position of the effect in the composite chain of Picture Effects.|
-### Return Value
+### Return value
PictureEffect
diff --git a/api/Office.PictureEffects.Item.md b/api/Office.PictureEffects.Item.md
index 58cdc200db1..8d65cc965de 100644
--- a/api/Office.PictureEffects.Item.md
+++ b/api/Office.PictureEffects.Item.md
@@ -24,7 +24,7 @@ Retrieves a **PictureEffect** object at the specified index. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|Specifies an integer representing the indexed location of the **PictureEffect** object.|
diff --git a/api/Office.PolicyItem.Application.md b/api/Office.PolicyItem.Application.md
index 87fcd747610..dfa1bf0b6ad 100644
--- a/api/Office.PolicyItem.Application.md
+++ b/api/Office.PolicyItem.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [PolicyItem](./Office.PolicyItem.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.PolicyItem.Creator.md b/api/Office.PolicyItem.Creator.md
index e5eba0d1714..64c59d6f2ec 100644
--- a/api/Office.PolicyItem.Creator.md
+++ b/api/Office.PolicyItem.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **PolicyItem*
_expression_ An expression that returns a [PolicyItem](./Office.PolicyItem.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.PolicyItem.Data.md b/api/Office.PolicyItem.Data.md
index 4fe630939d6..c964928f4a4 100644
--- a/api/Office.PolicyItem.Data.md
+++ b/api/Office.PolicyItem.Data.md
@@ -23,7 +23,7 @@ Gets the information that is used to implement the policy item. Read-only.
_expression_ An expression that returns a [PolicyItem](./Office.PolicyItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.PolicyItem.Description.md b/api/Office.PolicyItem.Description.md
index 80e0562a51e..263e72fc707 100644
--- a/api/Office.PolicyItem.Description.md
+++ b/api/Office.PolicyItem.Description.md
@@ -23,7 +23,7 @@ Gets a description of the current state of the policy item. Read-only.
_expression_ An expression that returns a [PolicyItem](./Office.PolicyItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.PolicyItem.Id.md b/api/Office.PolicyItem.Id.md
index 0b6ae856ea4..ab83b912dbe 100644
--- a/api/Office.PolicyItem.Id.md
+++ b/api/Office.PolicyItem.Id.md
@@ -23,7 +23,7 @@ Gets the ID of a policy item. **PolicyItem** objects are contained in **ServerP
_expression_ An expression that returns a [PolicyItem](./Office.PolicyItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.PolicyItem.Name.md b/api/Office.PolicyItem.Name.md
index 8fa6d0570a1..7185a045eb3 100644
--- a/api/Office.PolicyItem.Name.md
+++ b/api/Office.PolicyItem.Name.md
@@ -23,7 +23,7 @@ Gets the name of the **PolicyItem** object. Read-only.
_expression_ An expression that returns a [PolicyItem](./Office.PolicyItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.PolicyItem.Parent.md b/api/Office.PolicyItem.Parent.md
index ac451d87197..9b1b21bf61d 100644
--- a/api/Office.PolicyItem.Parent.md
+++ b/api/Office.PolicyItem.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **PolicyItem** object. Read-only.
_expression_ An expression that returns a [PolicyItem](./Office.PolicyItem.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ReflectionFormat.Application.md b/api/Office.ReflectionFormat.Application.md
index c5f013a30b8..eb224ee45c4 100644
--- a/api/Office.ReflectionFormat.Application.md
+++ b/api/Office.ReflectionFormat.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [ReflectionFormat](./Office.ReflectionFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ReflectionFormat.Creator.md b/api/Office.ReflectionFormat.Creator.md
index d52f07c59a7..375228fe5f6 100644
--- a/api/Office.ReflectionFormat.Creator.md
+++ b/api/Office.ReflectionFormat.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ReflectionF
_expression_ An expression that returns a [ReflectionFormat](./Office.ReflectionFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ReflectionFormat.Type.md b/api/Office.ReflectionFormat.Type.md
index 8802bcb2523..4751723862a 100644
--- a/api/Office.ReflectionFormat.Type.md
+++ b/api/Office.ReflectionFormat.Type.md
@@ -20,7 +20,7 @@ Gets or sets the type of the **ReflectionFormat** object. Read/write.
_expression_ An expression that returns a [ReflectionFormat](./Office.ReflectionFormat.md) object.
-### Return Value
+### Return value
MsoReflectionType
diff --git a/api/Office.RibbonControlSize.md b/api/Office.RibbonControlSize.md
index 6a4cc95e4ae..3283bd27114 100644
--- a/api/Office.RibbonControlSize.md
+++ b/api/Office.RibbonControlSize.md
@@ -14,7 +14,7 @@ Specifies constants that define the size of the controls on the ribbon.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**RibbonControlSizeLarge**|1|Large controls.|
|**RibbonControlSizeRegular**|0|Small controls. |
diff --git a/api/Office.Ruler2.Application.md b/api/Office.Ruler2.Application.md
index f0496d2e389..53260bb25a9 100644
--- a/api/Office.Ruler2.Application.md
+++ b/api/Office.Ruler2.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [Ruler2](./Office.Ruler2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Ruler2.Creator.md b/api/Office.Ruler2.Creator.md
index a3bb4054e68..4689782a4f9 100644
--- a/api/Office.Ruler2.Creator.md
+++ b/api/Office.Ruler2.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **Ruler2** ob
_expression_ An expression that returns a [Ruler2](./Office.Ruler2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.Ruler2.Levels.md b/api/Office.Ruler2.Levels.md
index 3f789d1a75d..8e8423d4e0c 100644
--- a/api/Office.Ruler2.Levels.md
+++ b/api/Office.Ruler2.Levels.md
@@ -20,7 +20,7 @@ Gets a **RulerLevels2** object that represents outline text formatting. Read-on
_expression_ An expression that returns a [Ruler2](./Office.Ruler2.md) object.
-### Return Value
+### Return value
RulerLevels2
diff --git a/api/Office.Ruler2.Parent.md b/api/Office.Ruler2.Parent.md
index e2707211090..813ddd99f67 100644
--- a/api/Office.Ruler2.Parent.md
+++ b/api/Office.Ruler2.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **Ruler2** object. Read-only.
_expression_ An expression that returns a [Ruler2](./Office.Ruler2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Ruler2.TabStops.md b/api/Office.Ruler2.TabStops.md
index 1f853180cf6..563cfcd1b68 100644
--- a/api/Office.Ruler2.TabStops.md
+++ b/api/Office.Ruler2.TabStops.md
@@ -20,7 +20,7 @@ Gets a **TabStops2** collection that represents the tab stops for the specified
_expression_ An expression that returns a [Ruler2](./Office.Ruler2.md) object.
-### Return Value
+### Return value
TabStops2
diff --git a/api/Office.RulerLevel2.Application.md b/api/Office.RulerLevel2.Application.md
index 621d51a8596..2e709cb4c62 100644
--- a/api/Office.RulerLevel2.Application.md
+++ b/api/Office.RulerLevel2.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [RulerLevel2](./Office.RulerLevel2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.RulerLevel2.Creator.md b/api/Office.RulerLevel2.Creator.md
index 137252256a2..40befb7a061 100644
--- a/api/Office.RulerLevel2.Creator.md
+++ b/api/Office.RulerLevel2.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **RulerLevel2
_expression_ An expression that returns a [RulerLevel2](./Office.RulerLevel2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.RulerLevel2.FirstMargin.md b/api/Office.RulerLevel2.FirstMargin.md
index 9ce254ad213..1a4115c7b35 100644
--- a/api/Office.RulerLevel2.FirstMargin.md
+++ b/api/Office.RulerLevel2.FirstMargin.md
@@ -20,7 +20,7 @@ Gets or sets the first-line indent for the specified outline level, in points. R
_expression_ An expression that returns a [RulerLevel2](./Office.RulerLevel2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.RulerLevel2.LeftMargin.md b/api/Office.RulerLevel2.LeftMargin.md
index 7cc07f856ba..fb435f85639 100644
--- a/api/Office.RulerLevel2.LeftMargin.md
+++ b/api/Office.RulerLevel2.LeftMargin.md
@@ -20,7 +20,7 @@ Gets or sets the left indent for the specified outline level, in points. Read/wr
_expression_ An expression that returns a [RulerLevel2](./Office.RulerLevel2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.RulerLevel2.Parent.md b/api/Office.RulerLevel2.Parent.md
index a5ea61e859d..3461af0291d 100644
--- a/api/Office.RulerLevel2.Parent.md
+++ b/api/Office.RulerLevel2.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **RulerLevel2** object. Read-only.
_expression_ An expression that returns a [RulerLevel2](./Office.RulerLevel2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.RulerLevels2.Application.md b/api/Office.RulerLevels2.Application.md
index b3c35e8a892..0afdc4c3b14 100644
--- a/api/Office.RulerLevels2.Application.md
+++ b/api/Office.RulerLevels2.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [RulerLevels2](./Office.RulerLevels2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.RulerLevels2.Count.md b/api/Office.RulerLevels2.Count.md
index 3e65fd33ff3..84344d9d8b2 100644
--- a/api/Office.RulerLevels2.Count.md
+++ b/api/Office.RulerLevels2.Count.md
@@ -20,7 +20,7 @@ Gets a **Long** indicating the number of items in the **RulerLevels2** collecti
_expression_ An expression that returns a [RulerLevels2](./Office.RulerLevels2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.RulerLevels2.Creator.md b/api/Office.RulerLevels2.Creator.md
index 6ee29e06815..ed0fd7663cc 100644
--- a/api/Office.RulerLevels2.Creator.md
+++ b/api/Office.RulerLevels2.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **RulerLevels
_expression_ An expression that returns a [RulerLevels2](./Office.RulerLevels2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.RulerLevels2.Item.md b/api/Office.RulerLevels2.Item.md
index edd6598bfc0..aba2af6ead7 100644
--- a/api/Office.RulerLevels2.Item.md
+++ b/api/Office.RulerLevels2.Item.md
@@ -24,11 +24,11 @@ Gets a member of the **RulerLevels2** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The index number of the object to be returned.|
-### Return Value
+### Return value
RulerLevel2
diff --git a/api/Office.RulerLevels2.Parent.md b/api/Office.RulerLevels2.Parent.md
index 9255deaca26..0ebe1c0865b 100644
--- a/api/Office.RulerLevels2.Parent.md
+++ b/api/Office.RulerLevels2.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **RulerLevels2** object. Read-only.
_expression_ An expression that returns a [RulerLevels2](./Office.RulerLevels2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ScopeFolder.Application.md b/api/Office.ScopeFolder.Application.md
index c6bc3131d6e..57b24ba3758 100644
--- a/api/Office.ScopeFolder.Application.md
+++ b/api/Office.ScopeFolder.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [ScopeFolder](./Office.ScopeFolder.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ScopeFolder.Creator.md b/api/Office.ScopeFolder.Creator.md
index 390deb2d3d3..9a9bf31f58b 100644
--- a/api/Office.ScopeFolder.Creator.md
+++ b/api/Office.ScopeFolder.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ScopeFolder
_expression_ A variable that represents a [ScopeFolder](./Office.ScopeFolder.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ScopeFolder.Name.md b/api/Office.ScopeFolder.Name.md
index e6624c20070..072b116520c 100644
--- a/api/Office.ScopeFolder.Name.md
+++ b/api/Office.ScopeFolder.Name.md
@@ -23,7 +23,7 @@ Gets the name of a searchable folder. Read-only.
_expression_ A variable that represents a [ScopeFolder](./Office.ScopeFolder.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.ScopeFolders.Application.md b/api/Office.ScopeFolders.Application.md
index 2b9b54a71a0..dea20a484d0 100644
--- a/api/Office.ScopeFolders.Application.md
+++ b/api/Office.ScopeFolders.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [ScopeFolders](./Office.ScopeFolders.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ScopeFolders.Count.md b/api/Office.ScopeFolders.Count.md
index f31397084f6..df44785fff8 100644
--- a/api/Office.ScopeFolders.Count.md
+++ b/api/Office.ScopeFolders.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **ScopeFolders** collecti
_expression_ A variable that represents a [ScopeFolders](./Office.ScopeFolders.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ScopeFolders.Creator.md b/api/Office.ScopeFolders.Creator.md
index 5a9772e0f8f..a283f55214a 100644
--- a/api/Office.ScopeFolders.Creator.md
+++ b/api/Office.ScopeFolders.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ScopeFolder
_expression_ A variable that represents a [ScopeFolders](./Office.ScopeFolders.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ScopeFolders.Item.md b/api/Office.ScopeFolders.Item.md
index 572041b9695..17abda6d3da 100644
--- a/api/Office.ScopeFolders.Item.md
+++ b/api/Office.ScopeFolders.Item.md
@@ -27,7 +27,7 @@ Gets a **ScopeFolder** object that represents a subfolder of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Determines which subfolder to return.|
diff --git a/api/Office.SearchFolders.Add.md b/api/Office.SearchFolders.Add.md
index 1bd5c2e63d1..e450d96534c 100644
--- a/api/Office.SearchFolders.Add.md
+++ b/api/Office.SearchFolders.Add.md
@@ -27,7 +27,7 @@ Adds a search folder to a file search.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ScopeFolder_|Required|** object**|The folder to add to the search.|
diff --git a/api/Office.SearchFolders.Application.md b/api/Office.SearchFolders.Application.md
index badc02e4492..71d836d35df 100644
--- a/api/Office.SearchFolders.Application.md
+++ b/api/Office.SearchFolders.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SearchFolders](./Office.SearchFolders.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SearchFolders.Count.md b/api/Office.SearchFolders.Count.md
index a6e874ec85a..c333cdfa369 100644
--- a/api/Office.SearchFolders.Count.md
+++ b/api/Office.SearchFolders.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **SearchFolders** collect
_expression_ A variable that represents a [SearchFolders](./Office.SearchFolders.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SearchFolders.Creator.md b/api/Office.SearchFolders.Creator.md
index 03a4ad06c70..425f11a9cff 100644
--- a/api/Office.SearchFolders.Creator.md
+++ b/api/Office.SearchFolders.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **SearchFolde
_expression_ A variable that represents a [SearchFolders](./Office.SearchFolders.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SearchFolders.Item.md b/api/Office.SearchFolders.Item.md
index 75cb8104178..9be35736f68 100644
--- a/api/Office.SearchFolders.Item.md
+++ b/api/Office.SearchFolders.Item.md
@@ -27,7 +27,7 @@ Gets a **ScopeFolder** object that represents a subfolder of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Determines which subfolder to return.|
diff --git a/api/Office.SearchFolders.Remove.md b/api/Office.SearchFolders.Remove.md
index 0f91b12bb31..bf4ad615b5a 100644
--- a/api/Office.SearchFolders.Remove.md
+++ b/api/Office.SearchFolders.Remove.md
@@ -27,7 +27,7 @@ Removes the specified object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the folder to be removed.|
diff --git a/api/Office.SearchScope.Application.md b/api/Office.SearchScope.Application.md
index e9850e26ac4..02d58e123f3 100644
--- a/api/Office.SearchScope.Application.md
+++ b/api/Office.SearchScope.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SearchScope](./Office.SearchScope.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SearchScope.Creator.md b/api/Office.SearchScope.Creator.md
index 0605a9889cf..4b24c6dfe93 100644
--- a/api/Office.SearchScope.Creator.md
+++ b/api/Office.SearchScope.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **SearchScope
_expression_ A variable that represents a [SearchScope](./Office.SearchScope.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SearchScopes.Application.md b/api/Office.SearchScopes.Application.md
index e0a88e9abab..23d02976edf 100644
--- a/api/Office.SearchScopes.Application.md
+++ b/api/Office.SearchScopes.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SearchScopes](./Office.SearchScopes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SearchScopes.Count.md b/api/Office.SearchScopes.Count.md
index 401d89170cf..b376d2a5cff 100644
--- a/api/Office.SearchScopes.Count.md
+++ b/api/Office.SearchScopes.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **SearchScopes** object.
_expression_ A variable that represents a [SearchScopes](./Office.SearchScopes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SearchScopes.Creator.md b/api/Office.SearchScopes.Creator.md
index 57c30cabf41..9551808220e 100644
--- a/api/Office.SearchScopes.Creator.md
+++ b/api/Office.SearchScopes.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **SearchScope
_expression_ A variable that represents a [SearchScopes](./Office.SearchScopes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SearchScopes.Item.md b/api/Office.SearchScopes.Item.md
index 5b956b35042..59b8afda6a6 100644
--- a/api/Office.SearchScopes.Item.md
+++ b/api/Office.SearchScopes.Item.md
@@ -27,7 +27,7 @@ Gets a **SearchScope** object that corresponds to an area in which to perform a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Determines which **SearchScope** object to return.|
diff --git a/api/Office.ServerPolicy.Application.md b/api/Office.ServerPolicy.Application.md
index 0d7d210f9ae..a8d5a3b5391 100644
--- a/api/Office.ServerPolicy.Application.md
+++ b/api/Office.ServerPolicy.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [ServerPolicy](./Office.ServerPolicy.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ServerPolicy.BlockPreview.md b/api/Office.ServerPolicy.BlockPreview.md
index da245659208..c47c7abaa8e 100644
--- a/api/Office.ServerPolicy.BlockPreview.md
+++ b/api/Office.ServerPolicy.BlockPreview.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value that indicates whether you can preview items using thi
_expression_ An expression that returns a [ServerPolicy](./Office.ServerPolicy.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.ServerPolicy.Count.md b/api/Office.ServerPolicy.Count.md
index 3a8d38174e6..5366fdfa1ea 100644
--- a/api/Office.ServerPolicy.Count.md
+++ b/api/Office.ServerPolicy.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **ServerPolicy** collecti
_expression_ An expression that returns a [ServerPolicy](./Office.ServerPolicy.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ServerPolicy.Creator.md b/api/Office.ServerPolicy.Creator.md
index 6b38fbc31dc..8765f7dec57 100644
--- a/api/Office.ServerPolicy.Creator.md
+++ b/api/Office.ServerPolicy.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ServerPolic
_expression_ An expression that returns a [ServerPolicy](./Office.ServerPolicy.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ServerPolicy.Description.md b/api/Office.ServerPolicy.Description.md
index 6c7f5aace3b..521a5dc1545 100644
--- a/api/Office.ServerPolicy.Description.md
+++ b/api/Office.ServerPolicy.Description.md
@@ -23,7 +23,7 @@ A description of what the server policy is and its purpose. Read-only.
_expression_ An expression that returns a [ServerPolicy](./Office.ServerPolicy.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.ServerPolicy.Id.md b/api/Office.ServerPolicy.Id.md
index f8dd65cc3ac..48434483cbf 100644
--- a/api/Office.ServerPolicy.Id.md
+++ b/api/Office.ServerPolicy.Id.md
@@ -23,7 +23,7 @@ Gets the ID of a server policy. Read-only.
_expression_ An expression that returns a [ServerPolicy](./Office.ServerPolicy.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.ServerPolicy.Item.md b/api/Office.ServerPolicy.Item.md
index 1cae0371903..c5189c7057b 100644
--- a/api/Office.ServerPolicy.Item.md
+++ b/api/Office.ServerPolicy.Item.md
@@ -27,11 +27,11 @@ Gets a **PolicyItem** object from the **ServerPolicy** collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the **PolicyItem** object to be returned.|
-### Return Value
+### Return value
PolicyItem
diff --git a/api/Office.ServerPolicy.Name.md b/api/Office.ServerPolicy.Name.md
index 49f77d987d1..e97c19ccbad 100644
--- a/api/Office.ServerPolicy.Name.md
+++ b/api/Office.ServerPolicy.Name.md
@@ -23,7 +23,7 @@ Gets the name of the **ServerPolicy** object. Read-only.
_expression_ An expression that returns a [ServerPolicy](./Office.ServerPolicy.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.ServerPolicy.Parent.md b/api/Office.ServerPolicy.Parent.md
index cd673288eb9..cdbe2f9e327 100644
--- a/api/Office.ServerPolicy.Parent.md
+++ b/api/Office.ServerPolicy.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **ServerPolicy** object. Read-only.
_expression_ An expression that returns a [ServerPolicy](./Office.ServerPolicy.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ServerPolicy.Statement.md b/api/Office.ServerPolicy.Statement.md
index 191a7e9f536..33fdabf31ad 100644
--- a/api/Office.ServerPolicy.Statement.md
+++ b/api/Office.ServerPolicy.Statement.md
@@ -23,7 +23,7 @@ Gets the information specified in the Policy Statement. Read-only.
_expression_ An expression that returns a [ServerPolicy](./Office.ServerPolicy.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspace.Application.md b/api/Office.SharedWorkspace.Application.md
index 04f5182a19c..837bd75e9f9 100644
--- a/api/Office.SharedWorkspace.Application.md
+++ b/api/Office.SharedWorkspace.Application.md
@@ -24,7 +24,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspace](./Office.SharedWorkspace.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspace.CreateNew.md b/api/Office.SharedWorkspace.CreateNew.md
index 89b3e9d2668..7dc3aba81e7 100644
--- a/api/Office.SharedWorkspace.CreateNew.md
+++ b/api/Office.SharedWorkspace.CreateNew.md
@@ -30,7 +30,7 @@ Creates a document workspace site on the server and adds the active document to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _URL_|Optional|**Variant**|The URL for the parent folder in which the new shared workspace is to be created. If you do not supply a URL, the site is created in the user's default server location.|
| _Name_|Optional|**Variant**| The name of the new shared workspace site. The default value is the name of the active document without its file name extension. For example, if you create a workspace site for "Budget.xls", the name of the new site becomes "Budget".|
diff --git a/api/Office.SharedWorkspace.Creator.md b/api/Office.SharedWorkspace.Creator.md
index b34ab33e430..874da4931d8 100644
--- a/api/Office.SharedWorkspace.Creator.md
+++ b/api/Office.SharedWorkspace.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspace](./Office.SharedWorkspace.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspace.Name.md b/api/Office.SharedWorkspace.Name.md
index 9a890c9623a..2b298df6cc8 100644
--- a/api/Office.SharedWorkspace.Name.md
+++ b/api/Office.SharedWorkspace.Name.md
@@ -26,7 +26,7 @@ Gets or sets the display name of the shared workspace site. Read/write.
_expression_ A variable that represents a [SharedWorkspace](./Office.SharedWorkspace.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspace.Parent.md b/api/Office.SharedWorkspace.Parent.md
index 91f3056c466..940a2ede283 100644
--- a/api/Office.SharedWorkspace.Parent.md
+++ b/api/Office.SharedWorkspace.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspace** object. Read-only.
_expression_ A variable that represents a [SharedWorkspace](./Office.SharedWorkspace.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspace.URL.md b/api/Office.SharedWorkspace.URL.md
index f5a1a98126a..d91feed5cb2 100644
--- a/api/Office.SharedWorkspace.URL.md
+++ b/api/Office.SharedWorkspace.URL.md
@@ -26,7 +26,7 @@ Gets the top-level Uniform Resource Locator (URL) of the shared workspace. Read-
_expression_ A variable that represents a [SharedWorkspace](./Office.SharedWorkspace.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceFile.Application.md b/api/Office.SharedWorkspaceFile.Application.md
index 589dda89a23..3fa96c22244 100644
--- a/api/Office.SharedWorkspaceFile.Application.md
+++ b/api/Office.SharedWorkspaceFile.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceFile](./Office.SharedWorkspaceFile.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceFile.CreatedBy.md b/api/Office.SharedWorkspaceFile.CreatedBy.md
index dca496880dd..c2350f1e916 100644
--- a/api/Office.SharedWorkspaceFile.CreatedBy.md
+++ b/api/Office.SharedWorkspaceFile.CreatedBy.md
@@ -23,7 +23,7 @@ Gets the display name of the member who created the shared workspace object. Rea
_expression_ A variable that represents a [SharedWorkspaceFile](./Office.SharedWorkspaceFile.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceFile.CreatedDate.md b/api/Office.SharedWorkspaceFile.CreatedDate.md
index e75a1bc3c53..887f0dfcb97 100644
--- a/api/Office.SharedWorkspaceFile.CreatedDate.md
+++ b/api/Office.SharedWorkspaceFile.CreatedDate.md
@@ -23,7 +23,7 @@ Gets the date and time when the shared workspace object was created. Read-only.
_expression_ A variable that represents a [SharedWorkspaceFile](./Office.SharedWorkspaceFile.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Office.SharedWorkspaceFile.Creator.md b/api/Office.SharedWorkspaceFile.Creator.md
index 6d7d2c06952..06639c8335d 100644
--- a/api/Office.SharedWorkspaceFile.Creator.md
+++ b/api/Office.SharedWorkspaceFile.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceFile](./Office.SharedWorkspaceFile.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceFile.ModifiedBy.md b/api/Office.SharedWorkspaceFile.ModifiedBy.md
index e63549459fb..4b9bca64545 100644
--- a/api/Office.SharedWorkspaceFile.ModifiedBy.md
+++ b/api/Office.SharedWorkspaceFile.ModifiedBy.md
@@ -23,7 +23,7 @@ Gets the name of the user who last modified the object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceFile](./Office.SharedWorkspaceFile.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceFile.ModifiedDate.md b/api/Office.SharedWorkspaceFile.ModifiedDate.md
index 948527e3a40..3fae12e6202 100644
--- a/api/Office.SharedWorkspaceFile.ModifiedDate.md
+++ b/api/Office.SharedWorkspaceFile.ModifiedDate.md
@@ -26,7 +26,7 @@ Gets the date and time when the **SharedWorkspaceFile** object was last modifie
_expression_ A variable that represents a [SharedWorkspaceFile](./Office.SharedWorkspaceFile.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Office.SharedWorkspaceFile.Parent.md b/api/Office.SharedWorkspaceFile.Parent.md
index e7cdcb38c5f..209a97ed241 100644
--- a/api/Office.SharedWorkspaceFile.Parent.md
+++ b/api/Office.SharedWorkspaceFile.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspaceFile** object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceFile](./Office.SharedWorkspaceFile.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceFile.URL.md b/api/Office.SharedWorkspaceFile.URL.md
index aad121dda76..d09ee7be6ee 100644
--- a/api/Office.SharedWorkspaceFile.URL.md
+++ b/api/Office.SharedWorkspaceFile.URL.md
@@ -26,7 +26,7 @@ Gets the full Uniform Resource Locator (URL) and file name of the shared workspa
_expression_ A variable that represents a [SharedWorkspaceFile](./Office.SharedWorkspaceFile.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceFiles.Add.md b/api/Office.SharedWorkspaceFiles.Add.md
index 10205675c47..ee125b1632b 100644
--- a/api/Office.SharedWorkspaceFiles.Add.md
+++ b/api/Office.SharedWorkspaceFiles.Add.md
@@ -30,7 +30,7 @@ Adds a file to the document library in a shared workspace. Returns a **[SharedW
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The path and filename of the file to be added to the current shared workspace.|
| _ParentFolder_|Optional|**SharedWorkspaceFolder**|The subfolder in which to place the file, if not the main document library folder within the shared workspace. Add the file to the main document library folder by leaving this optional argument empty.|
diff --git a/api/Office.SharedWorkspaceFiles.Application.md b/api/Office.SharedWorkspaceFiles.Application.md
index 345db286c83..ad54c6be4fd 100644
--- a/api/Office.SharedWorkspaceFiles.Application.md
+++ b/api/Office.SharedWorkspaceFiles.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceFiles](./Office.SharedWorkspaceFiles.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceFiles.Count.md b/api/Office.SharedWorkspaceFiles.Count.md
index 7e20bf9f370..9447a4f1940 100644
--- a/api/Office.SharedWorkspaceFiles.Count.md
+++ b/api/Office.SharedWorkspaceFiles.Count.md
@@ -26,7 +26,7 @@ Gets a **Long** indicating the number of items in the **SharedWorkspaceFiles**
_expression_ A variable that represents a [SharedWorkspaceFiles](./Office.SharedWorkspaceFiles.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceFiles.Creator.md b/api/Office.SharedWorkspaceFiles.Creator.md
index 201af1d7340..6899f5ba06a 100644
--- a/api/Office.SharedWorkspaceFiles.Creator.md
+++ b/api/Office.SharedWorkspaceFiles.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceFiles](./Office.SharedWorkspaceFiles.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceFiles.Item.md b/api/Office.SharedWorkspaceFiles.Item.md
index 8dfb556b008..654351559ca 100644
--- a/api/Office.SharedWorkspaceFiles.Item.md
+++ b/api/Office.SharedWorkspaceFiles.Item.md
@@ -30,7 +30,7 @@ Gets a **SharedWorkspaceFile** object from the **Files** collection of the shar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Returns the **SharedWorkspaceFile** at the position specified. The returned **SharedWorkspaceFile** object does not correspond to the order in which the items are displayed in the **Shared Workspace** pane, and is not affected by re-sorting the display.|
diff --git a/api/Office.SharedWorkspaceFiles.ItemCountExceeded.md b/api/Office.SharedWorkspaceFiles.ItemCountExceeded.md
index f72a66c9a47..c4d60abda72 100644
--- a/api/Office.SharedWorkspaceFiles.ItemCountExceeded.md
+++ b/api/Office.SharedWorkspaceFiles.ItemCountExceeded.md
@@ -26,7 +26,7 @@ Gets a **Boolean** value indicating whether the number of files allowed in the
_expression_ An expression that returns a [SharedWorkspaceFiles](./Office.SharedWorkspaceFiles.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SharedWorkspaceFiles.Parent.md b/api/Office.SharedWorkspaceFiles.Parent.md
index 2795e2b7411..7b092e75c9a 100644
--- a/api/Office.SharedWorkspaceFiles.Parent.md
+++ b/api/Office.SharedWorkspaceFiles.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspaceFiles** object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceFiles](./Office.SharedWorkspaceFiles.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceFolder.Application.md b/api/Office.SharedWorkspaceFolder.Application.md
index b3d904d5d97..5cc9f2c7c41 100644
--- a/api/Office.SharedWorkspaceFolder.Application.md
+++ b/api/Office.SharedWorkspaceFolder.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceFolder](./Office.SharedWorkspaceFolder.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceFolder.Creator.md b/api/Office.SharedWorkspaceFolder.Creator.md
index 01d9afcca39..ae45f1f3cd1 100644
--- a/api/Office.SharedWorkspaceFolder.Creator.md
+++ b/api/Office.SharedWorkspaceFolder.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceFolder](./Office.SharedWorkspaceFolder.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceFolder.Delete.md b/api/Office.SharedWorkspaceFolder.Delete.md
index da06d87f6fd..7db6dfaf14b 100644
--- a/api/Office.SharedWorkspaceFolder.Delete.md
+++ b/api/Office.SharedWorkspaceFolder.Delete.md
@@ -30,7 +30,7 @@ Deletes the current shared workspace folder and all data within it.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeleteEvenIfFolderContainsFiles_|Optional|**Boolean**|**True** to delete the folder without warning even if the folder contains files. Default is **False**.The Delete method will fail if the user does not have permission to delete the current folder from the shared workspace.|
diff --git a/api/Office.SharedWorkspaceFolder.Parent.md b/api/Office.SharedWorkspaceFolder.Parent.md
index 1c4f33f2ecc..7152aa82e72 100644
--- a/api/Office.SharedWorkspaceFolder.Parent.md
+++ b/api/Office.SharedWorkspaceFolder.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspaceFolder** object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceFolder](./Office.SharedWorkspaceFolder.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceFolders.Add.md b/api/Office.SharedWorkspaceFolders.Add.md
index 5d16f855414..efb1680709d 100644
--- a/api/Office.SharedWorkspaceFolders.Add.md
+++ b/api/Office.SharedWorkspaceFolders.Add.md
@@ -30,7 +30,7 @@ Adds a folder to the document library in a shared workspace. Returns a **[Share
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FolderName_|Required|**String**|The name of the folder to be added to the current shared workspace.|
| _ParentFolder_|Optional|**SharedWorkspaceFolder**|The subfolder in which to place the new folder, if not the main document library folder within the shared workspace. Add the folder to the main document library folder by leaving this optional argument empty.|
diff --git a/api/Office.SharedWorkspaceFolders.Application.md b/api/Office.SharedWorkspaceFolders.Application.md
index 2d6a65ade11..a5dcb7a7939 100644
--- a/api/Office.SharedWorkspaceFolders.Application.md
+++ b/api/Office.SharedWorkspaceFolders.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceFolders](./Office.SharedWorkspaceFolders.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceFolders.Count.md b/api/Office.SharedWorkspaceFolders.Count.md
index a7e8bf0d815..3b790eb428e 100644
--- a/api/Office.SharedWorkspaceFolders.Count.md
+++ b/api/Office.SharedWorkspaceFolders.Count.md
@@ -26,7 +26,7 @@ Gets a **Long** indicating the number of items in the **SharedWorkspaceFolders*
_expression_ A variable that represents a [SharedWorkspaceFolders](./Office.SharedWorkspaceFolders.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceFolders.Creator.md b/api/Office.SharedWorkspaceFolders.Creator.md
index 36d2f15e3f8..cece4007d6c 100644
--- a/api/Office.SharedWorkspaceFolders.Creator.md
+++ b/api/Office.SharedWorkspaceFolders.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceFolders](./Office.SharedWorkspaceFolders.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceFolders.Item.md b/api/Office.SharedWorkspaceFolders.Item.md
index 46c6f477f92..fce3f5b2640 100644
--- a/api/Office.SharedWorkspaceFolders.Item.md
+++ b/api/Office.SharedWorkspaceFolders.Item.md
@@ -30,7 +30,7 @@ Gets a **SharedWorkspaceFolder** object from the **Folders** collection of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Returns the **SharedWorkspaceFolder** at the position specified. The returned **SharedWorkspaceFolder** object does not correspond to the order in which the items are displayed in the **Shared Workspace** pane, and is not affected by re-sorting the display.|
diff --git a/api/Office.SharedWorkspaceFolders.ItemCountExceeded.md b/api/Office.SharedWorkspaceFolders.ItemCountExceeded.md
index 00c47f953e7..2ab3ebd75b3 100644
--- a/api/Office.SharedWorkspaceFolders.ItemCountExceeded.md
+++ b/api/Office.SharedWorkspaceFolders.ItemCountExceeded.md
@@ -26,7 +26,7 @@ Gets a **Boolean** value that indicates whether the number of **SharedWorkspace
_expression_ A variable that represents a [SharedWorkspaceFolders](./Office.SharedWorkspaceFolders.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SharedWorkspaceFolders.Parent.md b/api/Office.SharedWorkspaceFolders.Parent.md
index 5c17096c9fd..1f7155d397e 100644
--- a/api/Office.SharedWorkspaceFolders.Parent.md
+++ b/api/Office.SharedWorkspaceFolders.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspaceFolders** object. Read-only
_expression_ A variable that represents a [SharedWorkspaceFolders](./Office.SharedWorkspaceFolders.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceLink.Application.md b/api/Office.SharedWorkspaceLink.Application.md
index d44d20f428e..999b1602a22 100644
--- a/api/Office.SharedWorkspaceLink.Application.md
+++ b/api/Office.SharedWorkspaceLink.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceLink](./Office.SharedWorkspaceLink.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceLink.CreatedBy.md b/api/Office.SharedWorkspaceLink.CreatedBy.md
index 07448abe305..1b151c56612 100644
--- a/api/Office.SharedWorkspaceLink.CreatedBy.md
+++ b/api/Office.SharedWorkspaceLink.CreatedBy.md
@@ -26,7 +26,7 @@ Gets the display name of the member who created the shared workspace object. Rea
_expression_ A variable that represents a [SharedWorkspaceLink](./Office.SharedWorkspaceLink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceLink.CreatedDate.md b/api/Office.SharedWorkspaceLink.CreatedDate.md
index 38489980e00..38b0371950e 100644
--- a/api/Office.SharedWorkspaceLink.CreatedDate.md
+++ b/api/Office.SharedWorkspaceLink.CreatedDate.md
@@ -26,7 +26,7 @@ Gets the date and time when the shared workspace object was created. Read-only.
_expression_ A variable that represents a [SharedWorkspaceLink](./Office.SharedWorkspaceLink.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Office.SharedWorkspaceLink.Creator.md b/api/Office.SharedWorkspaceLink.Creator.md
index 5fd07fcf547..01253c41dce 100644
--- a/api/Office.SharedWorkspaceLink.Creator.md
+++ b/api/Office.SharedWorkspaceLink.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceLink](./Office.SharedWorkspaceLink.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceLink.ModifiedBy.md b/api/Office.SharedWorkspaceLink.ModifiedBy.md
index 2d4eb33da17..33857b2c1a0 100644
--- a/api/Office.SharedWorkspaceLink.ModifiedBy.md
+++ b/api/Office.SharedWorkspaceLink.ModifiedBy.md
@@ -26,7 +26,7 @@ Gets the name of the user who last modified the object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceLink](./Office.SharedWorkspaceLink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceLink.ModifiedDate.md b/api/Office.SharedWorkspaceLink.ModifiedDate.md
index ac089881d8a..5e0228419e0 100644
--- a/api/Office.SharedWorkspaceLink.ModifiedDate.md
+++ b/api/Office.SharedWorkspaceLink.ModifiedDate.md
@@ -26,7 +26,7 @@ Gets the date and time when the **SharedWorkspaceLink** object was last modifie
_expression_ A variable that represents a [SharedWorkspaceLink](./Office.SharedWorkspaceLink.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Office.SharedWorkspaceLink.Parent.md b/api/Office.SharedWorkspaceLink.Parent.md
index a61d6e25dcb..a0dd687be32 100644
--- a/api/Office.SharedWorkspaceLink.Parent.md
+++ b/api/Office.SharedWorkspaceLink.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspaceLink** object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceLink](./Office.SharedWorkspaceLink.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceLink.Save.md b/api/Office.SharedWorkspaceLink.Save.md
index 239863b6c18..a60c603060f 100644
--- a/api/Office.SharedWorkspaceLink.Save.md
+++ b/api/Office.SharedWorkspaceLink.Save.md
@@ -30,7 +30,7 @@ Uploads changes made programmatically to a shared server.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrQueryName_|Required|**String**|Name of the query used to change the shared workspace link.|
diff --git a/api/Office.SharedWorkspaceLink.URL.md b/api/Office.SharedWorkspaceLink.URL.md
index 299950f7851..a3e9a63f0d5 100644
--- a/api/Office.SharedWorkspaceLink.URL.md
+++ b/api/Office.SharedWorkspaceLink.URL.md
@@ -26,7 +26,7 @@ Gets the top-level Uniform Resource Locator (URL) of the shared workspace link.
_expression_ A variable that represents a [SharedWorkspaceLink](./Office.SharedWorkspaceLink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceLinks.Add.md b/api/Office.SharedWorkspaceLinks.Add.md
index b00c975fc47..c644dfbfd76 100644
--- a/api/Office.SharedWorkspaceLinks.Add.md
+++ b/api/Office.SharedWorkspaceLinks.Add.md
@@ -30,13 +30,13 @@ Adds a link to the list of links in a shared workspace.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _URL_|Required|**String**|The address of the Web site to which a link is being added.|
| _Description_|Optional|**String**|Description of the link.|
| _Notes_|Optional|**String**|Notes about the link.|
-### Return Value
+### Return value
SharedWorkspaceLink
diff --git a/api/Office.SharedWorkspaceLinks.Application.md b/api/Office.SharedWorkspaceLinks.Application.md
index 8e582e1f71e..2cdd07e8ec5 100644
--- a/api/Office.SharedWorkspaceLinks.Application.md
+++ b/api/Office.SharedWorkspaceLinks.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceLinks](./Office.SharedWorkspaceLinks.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceLinks.Count.md b/api/Office.SharedWorkspaceLinks.Count.md
index 902d648483b..07798482cd9 100644
--- a/api/Office.SharedWorkspaceLinks.Count.md
+++ b/api/Office.SharedWorkspaceLinks.Count.md
@@ -26,7 +26,7 @@ Gets a **Long** indicating the number of items in the **SharedWorkspaceLinks**
_expression_ A variable that represents a [SharedWorkspaceLinks](./Office.SharedWorkspaceLinks.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceLinks.Creator.md b/api/Office.SharedWorkspaceLinks.Creator.md
index bcf9ab61739..6057df7af9d 100644
--- a/api/Office.SharedWorkspaceLinks.Creator.md
+++ b/api/Office.SharedWorkspaceLinks.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceLinks](./Office.SharedWorkspaceLinks.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceLinks.Item.md b/api/Office.SharedWorkspaceLinks.Item.md
index aa7fb10fa3e..915a90f25b2 100644
--- a/api/Office.SharedWorkspaceLinks.Item.md
+++ b/api/Office.SharedWorkspaceLinks.Item.md
@@ -30,7 +30,7 @@ Gets a **SharedWorkspaceLink** object from the **Links** collection of the shar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Returns the **SharedWorkspaceLink** at the position specified. The returned **SharedWorkspaceLink** object does not correspond to the order in which the items are displayed in the **Shared Workspace** pane, and is not affected by re-sorting the display.|
diff --git a/api/Office.SharedWorkspaceLinks.ItemCountExceeded.md b/api/Office.SharedWorkspaceLinks.ItemCountExceeded.md
index 69d5a1e79b3..5d78b02f6b7 100644
--- a/api/Office.SharedWorkspaceLinks.ItemCountExceeded.md
+++ b/api/Office.SharedWorkspaceLinks.ItemCountExceeded.md
@@ -26,7 +26,7 @@ Gets a **Boolean** value that indicates whether the number of **SharedWorkspace
_expression_ A variable that represents a [SharedWorkspaceLinks](./Office.SharedWorkspaceLinks.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SharedWorkspaceLinks.Parent.md b/api/Office.SharedWorkspaceLinks.Parent.md
index afef968beb3..91c72bcbb20 100644
--- a/api/Office.SharedWorkspaceLinks.Parent.md
+++ b/api/Office.SharedWorkspaceLinks.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspaceLinks** object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceLinks](./Office.SharedWorkspaceLinks.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceMember.Application.md b/api/Office.SharedWorkspaceMember.Application.md
index b678faf4c25..db1039d863b 100644
--- a/api/Office.SharedWorkspaceMember.Application.md
+++ b/api/Office.SharedWorkspaceMember.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceMember](./Office.SharedWorkspaceMember.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceMember.Creator.md b/api/Office.SharedWorkspaceMember.Creator.md
index 3fe85d2f811..b3baaddcb7a 100644
--- a/api/Office.SharedWorkspaceMember.Creator.md
+++ b/api/Office.SharedWorkspaceMember.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceMember](./Office.SharedWorkspaceMember.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceMember.Name.md b/api/Office.SharedWorkspaceMember.Name.md
index a580fe4ee13..bfc8f4c9570 100644
--- a/api/Office.SharedWorkspaceMember.Name.md
+++ b/api/Office.SharedWorkspaceMember.Name.md
@@ -26,7 +26,7 @@ Gets the display name of the shared workspace member. Read-only.
_expression_ A variable that represents a [SharedWorkspaceMember](./Office.SharedWorkspaceMember.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceMember.Parent.md b/api/Office.SharedWorkspaceMember.Parent.md
index d036b13d3c7..c2f5639d656 100644
--- a/api/Office.SharedWorkspaceMember.Parent.md
+++ b/api/Office.SharedWorkspaceMember.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspaceMember** object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceMember](./Office.SharedWorkspaceMember.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceMembers.Add.md b/api/Office.SharedWorkspaceMembers.Add.md
index 1adc2b53192..62577d79932 100644
--- a/api/Office.SharedWorkspaceMembers.Add.md
+++ b/api/Office.SharedWorkspaceMembers.Add.md
@@ -30,7 +30,7 @@ Adds a member to the list of members in a shared workspace site. Returns a **[S
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Email_|Required|**String**|The new member's e-mail address in the format user@domain.com. Raises an error if the user is not a valid candidate for membership in the shared workspace site.|
| _DomainName_|Required|**String**|The new member's Windows user name in the format domain\user.|
diff --git a/api/Office.SharedWorkspaceMembers.Application.md b/api/Office.SharedWorkspaceMembers.Application.md
index af790e4a896..4a620c008b9 100644
--- a/api/Office.SharedWorkspaceMembers.Application.md
+++ b/api/Office.SharedWorkspaceMembers.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceMembers](./Office.SharedWorkspaceMembers.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceMembers.Count.md b/api/Office.SharedWorkspaceMembers.Count.md
index 624bab8927e..4179c8b697d 100644
--- a/api/Office.SharedWorkspaceMembers.Count.md
+++ b/api/Office.SharedWorkspaceMembers.Count.md
@@ -26,7 +26,7 @@ Gets a **Long** indicating the number of items in the **SharedWorkspaceMembers*
_expression_ A variable that represents a [SharedWorkspaceMembers](./Office.SharedWorkspaceMembers.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceMembers.Creator.md b/api/Office.SharedWorkspaceMembers.Creator.md
index b8d4799378c..fd72e64ea43 100644
--- a/api/Office.SharedWorkspaceMembers.Creator.md
+++ b/api/Office.SharedWorkspaceMembers.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceMembers](./Office.SharedWorkspaceMembers.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceMembers.Item.md b/api/Office.SharedWorkspaceMembers.Item.md
index 09fd4f830f8..101996e5bfb 100644
--- a/api/Office.SharedWorkspaceMembers.Item.md
+++ b/api/Office.SharedWorkspaceMembers.Item.md
@@ -30,7 +30,7 @@ Gets a **SharedWorkspaceMember** object from the Members collection of the shar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Returns the **SharedWorkspaceMember** at the position specified. The returned **SharedWorkspaceMember** object does not correspond to the order in which the items are displayed in the **Shared Workspace** pane, and is not affected by re-sorting the display.|
diff --git a/api/Office.SharedWorkspaceMembers.ItemCountExceeded.md b/api/Office.SharedWorkspaceMembers.ItemCountExceeded.md
index 9c1200942bb..57fbb378925 100644
--- a/api/Office.SharedWorkspaceMembers.ItemCountExceeded.md
+++ b/api/Office.SharedWorkspaceMembers.ItemCountExceeded.md
@@ -26,7 +26,7 @@ Gets a **Boolean** value that indicates whether the number of **SharedWorkspace
_expression_ A variable that represents a [SharedWorkspaceMembers](./Office.SharedWorkspaceMembers.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SharedWorkspaceMembers.Parent.md b/api/Office.SharedWorkspaceMembers.Parent.md
index 70fb3baf56a..82040c66865 100644
--- a/api/Office.SharedWorkspaceMembers.Parent.md
+++ b/api/Office.SharedWorkspaceMembers.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspaceMembers** object. Read-only
_expression_ A variable that represents a [SharedWorkspaceMembers](./Office.SharedWorkspaceMembers.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceTask.Application.md b/api/Office.SharedWorkspaceTask.Application.md
index ea041425bb5..f85588f5c76 100644
--- a/api/Office.SharedWorkspaceTask.Application.md
+++ b/api/Office.SharedWorkspaceTask.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceTask](./Office.SharedWorkspaceTask.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceTask.AssignedTo.md b/api/Office.SharedWorkspaceTask.AssignedTo.md
index 023221433ec..9c9f5e446bc 100644
--- a/api/Office.SharedWorkspaceTask.AssignedTo.md
+++ b/api/Office.SharedWorkspaceTask.AssignedTo.md
@@ -26,7 +26,7 @@ Gets or sets a value containing the name of the one assigned to the task represe
_expression_ An expression that returns a [SharedWorkspaceTask](./Office.SharedWorkspaceTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceTask.CreatedBy.md b/api/Office.SharedWorkspaceTask.CreatedBy.md
index ccabe3a6c7c..eaf71f78571 100644
--- a/api/Office.SharedWorkspaceTask.CreatedBy.md
+++ b/api/Office.SharedWorkspaceTask.CreatedBy.md
@@ -26,7 +26,7 @@ Gets the display name of the member who created the shared workspace object. Rea
_expression_ A variable that represents a [SharedWorkspaceTask](./Office.SharedWorkspaceTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceTask.CreatedDate.md b/api/Office.SharedWorkspaceTask.CreatedDate.md
index 2de2336e841..1d02092c120 100644
--- a/api/Office.SharedWorkspaceTask.CreatedDate.md
+++ b/api/Office.SharedWorkspaceTask.CreatedDate.md
@@ -26,7 +26,7 @@ Gets the date and time when the shared workspace object was created. Read-only.
_expression_ A variable that represents a [SharedWorkspaceTask](./Office.SharedWorkspaceTask.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Office.SharedWorkspaceTask.Creator.md b/api/Office.SharedWorkspaceTask.Creator.md
index 2ffebfae1af..8152f712045 100644
--- a/api/Office.SharedWorkspaceTask.Creator.md
+++ b/api/Office.SharedWorkspaceTask.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceTask](./Office.SharedWorkspaceTask.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceTask.ModifiedBy.md b/api/Office.SharedWorkspaceTask.ModifiedBy.md
index cef2032f284..0b670245a9f 100644
--- a/api/Office.SharedWorkspaceTask.ModifiedBy.md
+++ b/api/Office.SharedWorkspaceTask.ModifiedBy.md
@@ -26,7 +26,7 @@ Gets the name of the user who last modified the object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceTask](./Office.SharedWorkspaceTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceTask.ModifiedDate.md b/api/Office.SharedWorkspaceTask.ModifiedDate.md
index b75c5fb1b1f..9693fbe63df 100644
--- a/api/Office.SharedWorkspaceTask.ModifiedDate.md
+++ b/api/Office.SharedWorkspaceTask.ModifiedDate.md
@@ -26,7 +26,7 @@ Gets the date and time when the **SharedWorkspaceTask** object was last modifie
_expression_ A variable that represents a [SharedWorkspaceTask](./Office.SharedWorkspaceTask.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Office.SharedWorkspaceTask.Parent.md b/api/Office.SharedWorkspaceTask.Parent.md
index 4d1d2a4469e..af3e6319545 100644
--- a/api/Office.SharedWorkspaceTask.Parent.md
+++ b/api/Office.SharedWorkspaceTask.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **SharedWorkspaceTask** object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceTask](./Office.SharedWorkspaceTask.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceTask.Save.md b/api/Office.SharedWorkspaceTask.Save.md
index 9b56105f093..0c3c2031797 100644
--- a/api/Office.SharedWorkspaceTask.Save.md
+++ b/api/Office.SharedWorkspaceTask.Save.md
@@ -30,7 +30,7 @@ Uploads changes made programmatically to a shared server.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrQueryName_|Required|**String**|Name of the query used to change the property of the shared workspcae link.|
diff --git a/api/Office.SharedWorkspaceTask.Title.md b/api/Office.SharedWorkspaceTask.Title.md
index 4d5c4d6c0c7..376eae0da78 100644
--- a/api/Office.SharedWorkspaceTask.Title.md
+++ b/api/Office.SharedWorkspaceTask.Title.md
@@ -26,7 +26,7 @@ Sets or gets the title of a **SharedWorkspaceTask** object. Read/write.
_expression_ A variable that represents a [SharedWorkspaceTask](./Office.SharedWorkspaceTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SharedWorkspaceTasks.Add.md b/api/Office.SharedWorkspaceTasks.Add.md
index 5dbe74659ec..b2c442af4fc 100644
--- a/api/Office.SharedWorkspaceTasks.Add.md
+++ b/api/Office.SharedWorkspaceTasks.Add.md
@@ -30,7 +30,7 @@ Adds a task to the list of tasks in a shared workspace. Returns a **SharedWorks
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Title_|Required|**String**|The title of the new task.|
| _Status_|Optional|**msoSharedWorkspaceTask**|The status of the new task. Default is **msoSharedWorkspaceTaskNotStarted**.|
diff --git a/api/Office.SharedWorkspaceTasks.Application.md b/api/Office.SharedWorkspaceTasks.Application.md
index 6769414de68..a12f1836dd6 100644
--- a/api/Office.SharedWorkspaceTasks.Application.md
+++ b/api/Office.SharedWorkspaceTasks.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SharedWorkspaceTasks](./Office.SharedWorkspaceTasks.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SharedWorkspaceTasks.Count.md b/api/Office.SharedWorkspaceTasks.Count.md
index 340284c934f..71ef6e12b21 100644
--- a/api/Office.SharedWorkspaceTasks.Count.md
+++ b/api/Office.SharedWorkspaceTasks.Count.md
@@ -26,7 +26,7 @@ Gets a **Long** indicating the number of items in the **SharedWorkspaceTasks**
_expression_ A variable that represents a [SharedWorkspaceTasks](./Office.SharedWorkspaceTasks.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceTasks.Creator.md b/api/Office.SharedWorkspaceTasks.Creator.md
index 3323e538a3b..cf8c2f9e840 100644
--- a/api/Office.SharedWorkspaceTasks.Creator.md
+++ b/api/Office.SharedWorkspaceTasks.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **SharedWorks
_expression_ A variable that represents a [SharedWorkspaceTasks](./Office.SharedWorkspaceTasks.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SharedWorkspaceTasks.Item.md b/api/Office.SharedWorkspaceTasks.Item.md
index 2690a653a85..4d91e1244f7 100644
--- a/api/Office.SharedWorkspaceTasks.Item.md
+++ b/api/Office.SharedWorkspaceTasks.Item.md
@@ -30,7 +30,7 @@ Gets a **SharedWorkspaceTask** object from the **Tasks** collection of the shar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Returns the **SharedWorkspaceTask** at the position specified. The returned **SharedWorkspaceTask** object does not correspond to the order in which the items are displayed in the **Shared Workspace** pane, and is not affected by re-sorting the display.|
diff --git a/api/Office.SharedWorkspaceTasks.ItemCountExceeded.md b/api/Office.SharedWorkspaceTasks.ItemCountExceeded.md
index 6bcae461887..6b4dad3b7ed 100644
--- a/api/Office.SharedWorkspaceTasks.ItemCountExceeded.md
+++ b/api/Office.SharedWorkspaceTasks.ItemCountExceeded.md
@@ -26,7 +26,7 @@ Gets a **Boolean** value that indicates whether the number of **SharedWorkspace
_expression_ A variable that represents a [SharedWorkspaceTasks](./Office.SharedWorkspaceTasks.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SharedWorkspaceTasks.Parent.md b/api/Office.SharedWorkspaceTasks.Parent.md
index 9c0074b9129..09ec7551096 100644
--- a/api/Office.SharedWorkspaceTasks.Parent.md
+++ b/api/Office.SharedWorkspaceTasks.Parent.md
@@ -26,7 +26,7 @@ Getss the **Parent** object for the **SharedWorkspaceTasks** object. Read-only.
_expression_ A variable that represents a [SharedWorkspaceTasks](./Office.SharedWorkspaceTasks.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Signature.Application.md b/api/Office.Signature.Application.md
index af9c08a800f..b52a4ac2204 100644
--- a/api/Office.Signature.Application.md
+++ b/api/Office.Signature.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Signature.CanSetup.md b/api/Office.Signature.CanSetup.md
index 8a4b455ee35..614ce2d6b7f 100644
--- a/api/Office.Signature.CanSetup.md
+++ b/api/Office.Signature.CanSetup.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value indicating whether the user can set properties of the
_expression_ An expression that returns a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.Signature.Creator.md b/api/Office.Signature.Creator.md
index 14bca0e1a3d..0cc23fe0130 100644
--- a/api/Office.Signature.Creator.md
+++ b/api/Office.Signature.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **Signature**
_expression_ A variable that represents a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.Signature.Details.md b/api/Office.Signature.Details.md
index 5a7e8efd7af..e39cf2f3add 100644
--- a/api/Office.Signature.Details.md
+++ b/api/Office.Signature.Details.md
@@ -23,7 +23,7 @@ Gets information about a signature. Read-only.
_expression_ An expression that returns a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
SignatureInfo
diff --git a/api/Office.Signature.IsSignatureLine.md b/api/Office.Signature.IsSignatureLine.md
index 8da1e7fb5bc..5fdfeddbab5 100644
--- a/api/Office.Signature.IsSignatureLine.md
+++ b/api/Office.Signature.IsSignatureLine.md
@@ -23,7 +23,7 @@ Gets a value indicating whether this is a signature line. Read-only.
_expression_ An expression that returns a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.Signature.IsSigned.md b/api/Office.Signature.IsSigned.md
index 2ca69575ee0..451605e8141 100644
--- a/api/Office.Signature.IsSigned.md
+++ b/api/Office.Signature.IsSigned.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value indicating whether the document was signed successfull
_expression_ An expression that returns a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.Signature.Parent.md b/api/Office.Signature.Parent.md
index 97e2de53c11..a86f9cc164f 100644
--- a/api/Office.Signature.Parent.md
+++ b/api/Office.Signature.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the Signature object. Read-only.
_expression_ A variable that represents a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Signature.Setup.md b/api/Office.Signature.Setup.md
index 07f467477eb..1610ccfe82c 100644
--- a/api/Office.Signature.Setup.md
+++ b/api/Office.Signature.Setup.md
@@ -23,7 +23,7 @@ Gets a **SignatureSetup** object that provides access to various properties of
_expression_ An expression that returns a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
SignatureSetup
diff --git a/api/Office.Signature.Sign.md b/api/Office.Signature.Sign.md
index 8ab5b6caf2c..5e8ff9400db 100644
--- a/api/Office.Signature.Sign.md
+++ b/api/Office.Signature.Sign.md
@@ -27,7 +27,7 @@ Creates a signature packet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _varSigImg_|Optional|**Variant**|The signature line graphic image.|
| _varDelSuggSigner_|Optional|**Variant**|The suggested signer.|
diff --git a/api/Office.Signature.SignatureLineShape.md b/api/Office.Signature.SignatureLineShape.md
index be04c8debfb..30ca6f963e4 100644
--- a/api/Office.Signature.SignatureLineShape.md
+++ b/api/Office.Signature.SignatureLineShape.md
@@ -23,7 +23,7 @@ Gets the **Shape** object associated with a **Signature** object that is a sign
_expression_ An expression that returns a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Signature.SortHint.md b/api/Office.Signature.SortHint.md
index 472daa234c6..9cc1916850a 100644
--- a/api/Office.Signature.SortHint.md
+++ b/api/Office.Signature.SortHint.md
@@ -23,7 +23,7 @@ Gets a value representing the sort order of the signatures in a packet with mult
_expression_ An expression that returns a [Signature](./Office.Signature.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SignatureDetail.md b/api/Office.SignatureDetail.md
index 410d7a302e2..e9bb95241e3 100644
--- a/api/Office.SignatureDetail.md
+++ b/api/Office.SignatureDetail.md
@@ -14,7 +14,7 @@ Indicates additional information about a signature.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**sigdetApplicationName**|1|Specifies the application name.|
|**sigdetApplicationVersion**|2|Specifies the application version.|
diff --git a/api/Office.SignatureInfo.Application.md b/api/Office.SignatureInfo.Application.md
index 453926b67e9..d873207877b 100644
--- a/api/Office.SignatureInfo.Application.md
+++ b/api/Office.SignatureInfo.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SignatureInfo.CertificateVerificationResults.md b/api/Office.SignatureInfo.CertificateVerificationResults.md
index aede22b5610..41f31d33eac 100644
--- a/api/Office.SignatureInfo.CertificateVerificationResults.md
+++ b/api/Office.SignatureInfo.CertificateVerificationResults.md
@@ -23,7 +23,7 @@ Gets the results from the verification of a digital certificate. Read-only.
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
CertificateVerificationResults
diff --git a/api/Office.SignatureInfo.ContentVerificationResults.md b/api/Office.SignatureInfo.ContentVerificationResults.md
index 89ffbaed901..140cd83ec74 100644
--- a/api/Office.SignatureInfo.ContentVerificationResults.md
+++ b/api/Office.SignatureInfo.ContentVerificationResults.md
@@ -23,7 +23,7 @@ Gets a value representing the results of the verification of the hashed contents
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
ContentVerificationResults
diff --git a/api/Office.SignatureInfo.Creator.md b/api/Office.SignatureInfo.Creator.md
index d28aa7c0675..8e07bb458b5 100644
--- a/api/Office.SignatureInfo.Creator.md
+++ b/api/Office.SignatureInfo.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **SignatureIn
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SignatureInfo.GetCertificateDetail.md b/api/Office.SignatureInfo.GetCertificateDetail.md
index 4f477dbaab3..5eb69ac79e8 100644
--- a/api/Office.SignatureInfo.GetCertificateDetail.md
+++ b/api/Office.SignatureInfo.GetCertificateDetail.md
@@ -27,11 +27,11 @@ Displays a specified detail related to a digital certificate.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _certdet_|Required|**CertificateDetail**|An enumerated value specifying which certificate detail to display.|
-### Return Value
+### Return value
Variant
diff --git a/api/Office.SignatureInfo.GetSignatureDetail.md b/api/Office.SignatureInfo.GetSignatureDetail.md
index cff0d8d32c0..3762fbd9174 100644
--- a/api/Office.SignatureInfo.GetSignatureDetail.md
+++ b/api/Office.SignatureInfo.GetSignatureDetail.md
@@ -27,11 +27,11 @@ Displays a specified detail related to a signature.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sigdet_|Required|**SignatureDetail**|An enumerated value specifying which signature detail to display.|
-### Return Value
+### Return value
Variant
diff --git a/api/Office.SignatureInfo.IsCertificateExpired.md b/api/Office.SignatureInfo.IsCertificateExpired.md
index 3b030eda12b..b13fbff415c 100644
--- a/api/Office.SignatureInfo.IsCertificateExpired.md
+++ b/api/Office.SignatureInfo.IsCertificateExpired.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value indicating whether the digital certificate is expired.
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureInfo.IsCertificateRevoked.md b/api/Office.SignatureInfo.IsCertificateRevoked.md
index aa619e573e2..fe09101122e 100644
--- a/api/Office.SignatureInfo.IsCertificateRevoked.md
+++ b/api/Office.SignatureInfo.IsCertificateRevoked.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value indicating whether the digital certificate is revoked.
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureInfo.IsCertificateUntrusted.md b/api/Office.SignatureInfo.IsCertificateUntrusted.md
index c7a8e681ef2..c5042a49f61 100644
--- a/api/Office.SignatureInfo.IsCertificateUntrusted.md
+++ b/api/Office.SignatureInfo.IsCertificateUntrusted.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value indicating whether the digital certificate used to dig
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureInfo.IsValid.md b/api/Office.SignatureInfo.IsValid.md
index 692cf1a683c..eca9ffbc6b1 100644
--- a/api/Office.SignatureInfo.IsValid.md
+++ b/api/Office.SignatureInfo.IsValid.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value indicating whether the signature was successfully vali
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureInfo.ReadOnly.md b/api/Office.SignatureInfo.ReadOnly.md
index 696bc7241e7..cd1242c2ea2 100644
--- a/api/Office.SignatureInfo.ReadOnly.md
+++ b/api/Office.SignatureInfo.ReadOnly.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value indicating whether the **SignatureInfo** object is rea
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureInfo.SelectCertificateDetailByThumbprint.md b/api/Office.SignatureInfo.SelectCertificateDetailByThumbprint.md
index d5b83ae9489..b9d8c165fc1 100644
--- a/api/Office.SignatureInfo.SelectCertificateDetailByThumbprint.md
+++ b/api/Office.SignatureInfo.SelectCertificateDetailByThumbprint.md
@@ -27,7 +27,7 @@ Displays a dialog box containing information about a digital certificate followi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrThumbprint_|Required|**String**|Contains information about the signer identified by the thumbprint.|
diff --git a/api/Office.SignatureInfo.SelectSignatureCertificate.md b/api/Office.SignatureInfo.SelectSignatureCertificate.md
index 26bc84ad048..37df3149454 100644
--- a/api/Office.SignatureInfo.SelectSignatureCertificate.md
+++ b/api/Office.SignatureInfo.SelectSignatureCertificate.md
@@ -27,7 +27,7 @@ Displays a dialog box that allows users to select which signature certificate to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ParentWindow_|Required|**IOleWindow**|Contains a handle to the window containing the certificate selection dialog box.|
diff --git a/api/Office.SignatureInfo.ShowSignatureCertificate.md b/api/Office.SignatureInfo.ShowSignatureCertificate.md
index b1287cb7162..e145c1870b7 100644
--- a/api/Office.SignatureInfo.ShowSignatureCertificate.md
+++ b/api/Office.SignatureInfo.ShowSignatureCertificate.md
@@ -27,7 +27,7 @@ Displays the selected or default digital certificate.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ParentWindow_|Required|**IOleWindow**|Contains the handle to the window that contains the **Certificate** dialog box.|
diff --git a/api/Office.SignatureInfo.SignatureComment.md b/api/Office.SignatureInfo.SignatureComment.md
index 5cb3c4ef44a..f80cd09005d 100644
--- a/api/Office.SignatureInfo.SignatureComment.md
+++ b/api/Office.SignatureInfo.SignatureComment.md
@@ -23,7 +23,7 @@ Gets or sets a value containing comments included in a signature packet. Read/wr
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureInfo.SignatureImage.md b/api/Office.SignatureInfo.SignatureImage.md
index 409c7290b6d..3425972205a 100644
--- a/api/Office.SignatureInfo.SignatureImage.md
+++ b/api/Office.SignatureInfo.SignatureImage.md
@@ -23,7 +23,7 @@ Gets or sets the value of the image used to sign the document. Read/write.
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
IPictDisp
diff --git a/api/Office.SignatureInfo.SignatureProvider.md b/api/Office.SignatureInfo.SignatureProvider.md
index 47afaaf0590..bf483843b27 100644
--- a/api/Office.SignatureInfo.SignatureProvider.md
+++ b/api/Office.SignatureInfo.SignatureProvider.md
@@ -20,7 +20,7 @@ Gets a value identifying an installed signature provider add-in. Read-only.
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureInfo.SignatureText.md b/api/Office.SignatureInfo.SignatureText.md
index fdd2ad80c78..876d2c4551e 100644
--- a/api/Office.SignatureInfo.SignatureText.md
+++ b/api/Office.SignatureInfo.SignatureText.md
@@ -23,7 +23,7 @@ Gets or sets the value of the signature text used to sign this document. Read/wr
_expression_ An expression that returns a [SignatureInfo](./Office.SignatureInfo.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureLineImage.md b/api/Office.SignatureLineImage.md
index a90d2524fdd..ba02d882514 100644
--- a/api/Office.SignatureLineImage.md
+++ b/api/Office.SignatureLineImage.md
@@ -14,7 +14,7 @@ Indicates the signature line image.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**siglnimgSignedInvalid**|3|The SignedInvalid image.|
|**siglnimgSignedValid**|2|The SignedValid image.|
diff --git a/api/Office.SignatureProvider.GenerateSignatureLineImage.md b/api/Office.SignatureProvider.GenerateSignatureLineImage.md
index 8e394309bc2..b22ce57ffdc 100644
--- a/api/Office.SignatureProvider.GenerateSignatureLineImage.md
+++ b/api/Office.SignatureProvider.GenerateSignatureLineImage.md
@@ -27,7 +27,7 @@ Gets a signature line image.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _siglnimg_|Required|**SignatureLineImage**|Contains the name if the signature line graphic.|
| _psigsetup_|Required|**SignatureSetup**|Specifies initial settings of the signature provider add-in.|
diff --git a/api/Office.SignatureProvider.GetProviderDetail.md b/api/Office.SignatureProvider.GetProviderDetail.md
index 2cfbfa1e7a3..0d73860b748 100644
--- a/api/Office.SignatureProvider.GetProviderDetail.md
+++ b/api/Office.SignatureProvider.GetProviderDetail.md
@@ -27,11 +27,11 @@ Queries the signature provider add-in for various details.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sigprovdet_|Required|**SignatureProviderDetail**|Contains an enumerated value representing the type of information to query the add-in for.|
-### Return Value
+### Return value
Variant
diff --git a/api/Office.SignatureProvider.HashStream.md b/api/Office.SignatureProvider.HashStream.md
index e6ccb2e20c7..df87fca348a 100644
--- a/api/Office.SignatureProvider.HashStream.md
+++ b/api/Office.SignatureProvider.HashStream.md
@@ -27,12 +27,12 @@ Allows a signature provider add-in to create a hash value for the document that
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _QueryContinue_|Required|**IQueryContinue**|Provides a way to query the host application for permission to continue the hashing process.|
| _Stream_|Required|**IStream**|Contains the data stream.|
-### Return Value
+### Return value
Byte
diff --git a/api/Office.SignatureProvider.NotifySignatureAdded.md b/api/Office.SignatureProvider.NotifySignatureAdded.md
index 84548295c1c..990bfec17fb 100644
--- a/api/Office.SignatureProvider.NotifySignatureAdded.md
+++ b/api/Office.SignatureProvider.NotifySignatureAdded.md
@@ -27,7 +27,7 @@ Used to display a dialog box informing the user that the signing process has com
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ParentWindow_|Required|**IOleWindow**|Allows the host application to obtain the handle to the window containing the displayed dialog box.|
| _psigsetup_|Required|**SignatureSetup**|Contains initial settings of the signature provider.|
diff --git a/api/Office.SignatureProvider.ShowSignatureDetails.md b/api/Office.SignatureProvider.ShowSignatureDetails.md
index 569297bacf7..e8afd893f69 100644
--- a/api/Office.SignatureProvider.ShowSignatureDetails.md
+++ b/api/Office.SignatureProvider.ShowSignatureDetails.md
@@ -27,7 +27,7 @@ Provides a signature povider add-in the opportunity to display details about a s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ParentWindow_|Required|**IOleWindow**|Contains the handle to the window containing the signature details.|
| _psigsetup_|Required|**SignatureSetup**|Specifies initial settings of the signature provider.|
diff --git a/api/Office.SignatureProvider.ShowSignatureSetup.md b/api/Office.SignatureProvider.ShowSignatureSetup.md
index a1206a7998a..61c64e9c006 100644
--- a/api/Office.SignatureProvider.ShowSignatureSetup.md
+++ b/api/Office.SignatureProvider.ShowSignatureSetup.md
@@ -27,7 +27,7 @@ Provides a signature provider add-in the opportunity to display the **Signature
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ParentWindow_|Required|**IOleWindow**|Contains the handle to the window containing the **Signature Setup** dialog box.|
| _psigsetup_|Required|**SignatureSetup**|Specifies initial settings of the signature provider.|
diff --git a/api/Office.SignatureProvider.ShowSigningCeremony.md b/api/Office.SignatureProvider.ShowSigningCeremony.md
index 63603680da2..e39ddce2b97 100644
--- a/api/Office.SignatureProvider.ShowSigningCeremony.md
+++ b/api/Office.SignatureProvider.ShowSigningCeremony.md
@@ -27,7 +27,7 @@ Provides a signature provider add-in the opportunity to display the **Signature
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ParentWindow_|Required|**IOleWindow**|Contains the handle to the window containing the **Signature** dialog box.|
| _psigsetup_|Required|**SignatureSetup**|Specifies initial settings of the signature provider.|
diff --git a/api/Office.SignatureProvider.SignXmlDsig.md b/api/Office.SignatureProvider.SignXmlDsig.md
index c8ab123d334..60bd10ffe25 100644
--- a/api/Office.SignatureProvider.SignXmlDsig.md
+++ b/api/Office.SignatureProvider.SignXmlDsig.md
@@ -27,7 +27,7 @@ Used to sign the XMLDSIG template.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _QueryContinue_|Required|**IQueryContinue**|Provides a way to query the host application for permission to continue the verification operation.|
| _psigsetup_|Required|**SignatureSetup**|Specifies configuration information about a signature line.|
diff --git a/api/Office.SignatureProvider.VerifyXmlDsig.md b/api/Office.SignatureProvider.VerifyXmlDsig.md
index 872ae394da1..8cd21b4aac1 100644
--- a/api/Office.SignatureProvider.VerifyXmlDsig.md
+++ b/api/Office.SignatureProvider.VerifyXmlDsig.md
@@ -27,7 +27,7 @@ Verifies a signature based on the signed state of the document and the legitimac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _QueryContinue_|Required|**IQueryContinue**|Provides a way to query the host application for permission to continue the verification operation.|
| _psigsetup_|Required|**SignatureSetup**|Specifies configuration information about a signature line.|
diff --git a/api/Office.SignatureProviderDetail.md b/api/Office.SignatureProviderDetail.md
index 694954d2d78..a55783e5f3b 100644
--- a/api/Office.SignatureProviderDetail.md
+++ b/api/Office.SignatureProviderDetail.md
@@ -14,7 +14,7 @@ Specifies properties of a signature provider.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**sigprovdetHashAlgorithm**|1|Hash algorithm used to hash the data in the file.|
|**sigprovdetUIOnly**|2|Indicates that the signature provider only uses a custom user interface.|
diff --git a/api/Office.SignatureSet.AddNonVisibleSignature.md b/api/Office.SignatureSet.AddNonVisibleSignature.md
index 81f3a5c8b99..cbf6b8508d4 100644
--- a/api/Office.SignatureSet.AddNonVisibleSignature.md
+++ b/api/Office.SignatureSet.AddNonVisibleSignature.md
@@ -27,11 +27,11 @@ Creates a signature packet when digitally signing a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _varSigProv_|Optional|**Variant**|Represents the ID of the signature provider.|
-### Return Value
+### Return value
Signature
diff --git a/api/Office.SignatureSet.AddSignatureLine.md b/api/Office.SignatureSet.AddSignatureLine.md
index 63845ee85c8..5c753d54243 100644
--- a/api/Office.SignatureSet.AddSignatureLine.md
+++ b/api/Office.SignatureSet.AddSignatureLine.md
@@ -27,11 +27,11 @@ Adds lines to a document where signatures are collected.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _varSigProv_|Optional|**Variant**|Represents the ID of the signature provider.|
-### Return Value
+### Return value
Signature
diff --git a/api/Office.SignatureSet.Application.md b/api/Office.SignatureSet.Application.md
index d076e0b1bcd..92b0d6e219e 100644
--- a/api/Office.SignatureSet.Application.md
+++ b/api/Office.SignatureSet.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SignatureSet](./Office.SignatureSet.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SignatureSet.CanAddSignatureLine.md b/api/Office.SignatureSet.CanAddSignatureLine.md
index 51f7626a338..f4c8c8244fd 100644
--- a/api/Office.SignatureSet.CanAddSignatureLine.md
+++ b/api/Office.SignatureSet.CanAddSignatureLine.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value indicating whether you can add a signature line to a d
_expression_ An expression that returns a [SignatureSet](./Office.SignatureSet.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureSet.Count.md b/api/Office.SignatureSet.Count.md
index f9dd123240d..f83668e360a 100644
--- a/api/Office.SignatureSet.Count.md
+++ b/api/Office.SignatureSet.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **SignatureSet** object.
_expression_ A variable that represents a [SignatureSet](./Office.SignatureSet.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SignatureSet.Creator.md b/api/Office.SignatureSet.Creator.md
index fac875b85c1..500efa32596 100644
--- a/api/Office.SignatureSet.Creator.md
+++ b/api/Office.SignatureSet.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **SignatureSe
_expression_ A variable that represents a [SignatureSet](./Office.SignatureSet.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SignatureSet.Item.md b/api/Office.SignatureSet.Item.md
index a4fd2c7d1bf..b1ef784b11b 100644
--- a/api/Office.SignatureSet.Item.md
+++ b/api/Office.SignatureSet.Item.md
@@ -27,7 +27,7 @@ Gets a **Signature** object that corresponds to one of the digital signatures w
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _iSig_|Required|**Long**|Determines which **Signature** object to return.|
diff --git a/api/Office.SignatureSet.Parent.md b/api/Office.SignatureSet.Parent.md
index 8a70bf0a808..9695503d72d 100644
--- a/api/Office.SignatureSet.Parent.md
+++ b/api/Office.SignatureSet.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **SignatureSet** object. Read-only.
_expression_ A variable that represents a [SignatureSet](./Office.SignatureSet.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SignatureSet.ShowSignaturesPane.md b/api/Office.SignatureSet.ShowSignaturesPane.md
index 5d39bd657ba..e247aea3725 100644
--- a/api/Office.SignatureSet.ShowSignaturesPane.md
+++ b/api/Office.SignatureSet.ShowSignaturesPane.md
@@ -23,7 +23,7 @@ Gets or sets a **Boolean** value indicating whether the **Signature** task pane
_expression_ An expression that returns a [SignatureSet](./Office.SignatureSet.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureSet.Subset.md b/api/Office.SignatureSet.Subset.md
index 596d42d87fe..e2aeec7f3a4 100644
--- a/api/Office.SignatureSet.Subset.md
+++ b/api/Office.SignatureSet.Subset.md
@@ -23,7 +23,7 @@ Gets or sets a value that acts as a filter on the available **Signature** objec
_expression_ An expression that returns a [SignatureSet](./Office.SignatureSet.md) object.
-### Return Value
+### Return value
MsoSignatureSubset
diff --git a/api/Office.SignatureSetup.AdditionalXml.md b/api/Office.SignatureSetup.AdditionalXml.md
index e7f91220afb..8a35cdc6050 100644
--- a/api/Office.SignatureSetup.AdditionalXml.md
+++ b/api/Office.SignatureSetup.AdditionalXml.md
@@ -23,7 +23,7 @@ Gets or sets any additional XML information added to the signature during setup.
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureSetup.AllowComments.md b/api/Office.SignatureSetup.AllowComments.md
index c55f5a5562a..57fa568e147 100644
--- a/api/Office.SignatureSetup.AllowComments.md
+++ b/api/Office.SignatureSetup.AllowComments.md
@@ -23,7 +23,7 @@ Gets or sets a **Boolean** value specifying whether the signer can enter commen
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureSetup.Application.md b/api/Office.SignatureSetup.Application.md
index 1066a20c61c..3c0db3935e6 100644
--- a/api/Office.SignatureSetup.Application.md
+++ b/api/Office.SignatureSetup.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SignatureSetup.Creator.md b/api/Office.SignatureSetup.Creator.md
index 81710ce33f3..8e718a333d6 100644
--- a/api/Office.SignatureSetup.Creator.md
+++ b/api/Office.SignatureSetup.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **SignatureSe
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SignatureSetup.Id.md b/api/Office.SignatureSetup.Id.md
index bf0a2096af5..5f2471b5a3b 100644
--- a/api/Office.SignatureSetup.Id.md
+++ b/api/Office.SignatureSetup.Id.md
@@ -20,7 +20,7 @@ Gets the ID of the signature provider for a document. Read-only.
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureSetup.ReadOnly.md b/api/Office.SignatureSetup.ReadOnly.md
index 874c7f33638..2f55f0f9572 100644
--- a/api/Office.SignatureSetup.ReadOnly.md
+++ b/api/Office.SignatureSetup.ReadOnly.md
@@ -23,7 +23,7 @@ Gets a **Boolean** value indicating whether the **SignatureSetup** object is re
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureSetup.ShowSignDate.md b/api/Office.SignatureSetup.ShowSignDate.md
index e491f0bfc7d..09e489351a8 100644
--- a/api/Office.SignatureSetup.ShowSignDate.md
+++ b/api/Office.SignatureSetup.ShowSignDate.md
@@ -23,7 +23,7 @@ Gets or sets a **Boolean** value indicating whether the date the document was s
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Office.SignatureSetup.SignatureProvider.md b/api/Office.SignatureSetup.SignatureProvider.md
index 6f993f745b2..32cff7e054f 100644
--- a/api/Office.SignatureSetup.SignatureProvider.md
+++ b/api/Office.SignatureSetup.SignatureProvider.md
@@ -23,7 +23,7 @@ Gets a value identifying an installed signature provider add-in. Read-only.
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureSetup.SigningInstructions.md b/api/Office.SignatureSetup.SigningInstructions.md
index 72bef6e0b4a..32837b170b1 100644
--- a/api/Office.SignatureSetup.SigningInstructions.md
+++ b/api/Office.SignatureSetup.SigningInstructions.md
@@ -23,7 +23,7 @@ Gets or sets the instructions for signing the document. Read/write.
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureSetup.SuggestedSigner.md b/api/Office.SignatureSetup.SuggestedSigner.md
index 0fe855af671..eb67f831e3e 100644
--- a/api/Office.SignatureSetup.SuggestedSigner.md
+++ b/api/Office.SignatureSetup.SuggestedSigner.md
@@ -23,7 +23,7 @@ Gets or sets the name of the principle signer of the document. Read/write.
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureSetup.SuggestedSignerEmail.md b/api/Office.SignatureSetup.SuggestedSignerEmail.md
index c1dee86d9ef..6ba960b9cf5 100644
--- a/api/Office.SignatureSetup.SuggestedSignerEmail.md
+++ b/api/Office.SignatureSetup.SuggestedSignerEmail.md
@@ -23,7 +23,7 @@ Gets or sets the e-mail address of the signer of the document. Read/write.
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureSetup.SuggestedSignerLine2.md b/api/Office.SignatureSetup.SuggestedSignerLine2.md
index 2c21642712a..7dc6c2e5f94 100644
--- a/api/Office.SignatureSetup.SuggestedSignerLine2.md
+++ b/api/Office.SignatureSetup.SuggestedSignerLine2.md
@@ -23,7 +23,7 @@ Gets or sets the second line of suggested signer information (for example, title
_expression_ An expression that returns a [SignatureSetup](./Office.SignatureSetup.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.SignatureType.md b/api/Office.SignatureType.md
index c3340eeb7f5..5ad55e318c8 100644
--- a/api/Office.SignatureType.md
+++ b/api/Office.SignatureType.md
@@ -14,7 +14,7 @@ Specifies properties of a signature.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**sigtypeMax**|3|Specifies the maximum number of the signature types available in the current version of Office.|
|**sigtypeNonVisible**|1|A signature that is not visible in the content of the document.|
diff --git a/api/Office.SmartArt.Reset.md b/api/Office.SmartArt.Reset.md
index b08880da7b2..7153969fb67 100644
--- a/api/Office.SmartArt.Reset.md
+++ b/api/Office.SmartArt.Reset.md
@@ -20,7 +20,7 @@ Resets the SmartArt graphic to its original state.
_expression_ An expression that returns a [SmartArt](./Office.SmartArt.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.SmartArtColors.Item.md b/api/Office.SmartArtColors.Item.md
index 92b2c8e8126..12ba70239b7 100644
--- a/api/Office.SmartArtColors.Item.md
+++ b/api/Office.SmartArtColors.Item.md
@@ -24,11 +24,11 @@ Retrieves a **SmartArtColor** object at the specified index or with the specifi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|Specifies either an integer representing the index or a string representing the Id of the Smart Art color.|
-### Return Value
+### Return value
SmartArtColor
diff --git a/api/Office.SmartArtLayouts.Item.md b/api/Office.SmartArtLayouts.Item.md
index 66dbdc9c9e4..475b43555eb 100644
--- a/api/Office.SmartArtLayouts.Item.md
+++ b/api/Office.SmartArtLayouts.Item.md
@@ -24,11 +24,11 @@ Retrieves a **SmartArtLayout** object at the specified index or with the specif
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|Specifies either an integer representing the index or a string representing the location of the **SmartArtLayout** object.|
-### Return Value
+### Return value
SmartArtLayout
diff --git a/api/Office.SmartArtNode.AddNode.md b/api/Office.SmartArtNode.AddNode.md
index 80f8a5269b4..41884a5d911 100644
--- a/api/Office.SmartArtNode.AddNode.md
+++ b/api/Office.SmartArtNode.AddNode.md
@@ -22,7 +22,7 @@ _expression_ An expression that returns a [SmartArtNode](./Office.SmartArtNode.m
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Position_|Optional|**MsoSmartArtNodePosition**|Specifies the location of the SmartArtNode in the data model. For example, **msoSmartArtNodeAbove** or **msoSmartArtNodeAfter**.|
| _Type_|Optional|**MsoSmartArtNodeType**|Specifies the type of the added SmartArtNode. For example, **msoSmartArtNodeTypeAssistant** or **msoSmartArtNodeTypeDefault**.|
diff --git a/api/Office.SmartArtNodes.Add.md b/api/Office.SmartArtNodes.Add.md
index bb45827b4a5..1f986823702 100644
--- a/api/Office.SmartArtNodes.Add.md
+++ b/api/Office.SmartArtNodes.Add.md
@@ -20,7 +20,7 @@ Adds a new **SmartArtNode** object to the diagram with specified text.
_expression_ An expression that returns a [SmartArtNodes](./Office.SmartArtNodes.md) object.
-### Return Value
+### Return value
SmartArtNode
diff --git a/api/Office.SmartArtNodes.Item.md b/api/Office.SmartArtNodes.Item.md
index b5e06fc5224..0e88d098c9a 100644
--- a/api/Office.SmartArtNodes.Item.md
+++ b/api/Office.SmartArtNodes.Item.md
@@ -24,11 +24,11 @@ Retrieves a **SmartArtNode** object at the specified index or with the specifie
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|Specifies either an integer representing the index or a string representing the location of the **SmartArtNode** object.|
-### Return Value
+### Return value
SmartArtNode
diff --git a/api/Office.SmartArtQuickStyles.Item.md b/api/Office.SmartArtQuickStyles.Item.md
index 14dccdac376..33d487fdf87 100644
--- a/api/Office.SmartArtQuickStyles.Item.md
+++ b/api/Office.SmartArtQuickStyles.Item.md
@@ -24,11 +24,11 @@ Retrieves a **SmartArtQuickStyle** object at the specified index or with the sp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|Specifies either an integer representing the index or a string representing the location of the **SmartArtQuickStyle** object.|
-### Return Value
+### Return value
SmartArtQuickStyle
diff --git a/api/Office.SmartDocument.Application.md b/api/Office.SmartDocument.Application.md
index 167207e82af..b0a13048e83 100644
--- a/api/Office.SmartDocument.Application.md
+++ b/api/Office.SmartDocument.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [SmartDocument](./Office.SmartDocument.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SmartDocument.Creator.md b/api/Office.SmartDocument.Creator.md
index f6194cfbbad..16e5b882bf3 100644
--- a/api/Office.SmartDocument.Creator.md
+++ b/api/Office.SmartDocument.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **SmartDocume
_expression_ A variable that represents a [SmartDocument](./Office.SmartDocument.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SmartDocument.PickSolution.md b/api/Office.SmartDocument.PickSolution.md
index 17383377cec..1d63a8fa7b6 100644
--- a/api/Office.SmartDocument.PickSolution.md
+++ b/api/Office.SmartDocument.PickSolution.md
@@ -27,7 +27,7 @@ Displays a dialog box that allows the user to choose an available XML expansion
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConsiderAllSchemas_|Optional|**Boolean**|**True** displays all available XML expansion packs installed on the user's computer. **False** displays only XML expansion packs applicable to the active document. Default value is **False**.|
diff --git a/api/Office.SoftEdgeFormat.Application.md b/api/Office.SoftEdgeFormat.Application.md
index c7cdc505dec..8ef91df6194 100644
--- a/api/Office.SoftEdgeFormat.Application.md
+++ b/api/Office.SoftEdgeFormat.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [SoftEdgeFormat](./Office.SoftEdgeFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.SoftEdgeFormat.Creator.md b/api/Office.SoftEdgeFormat.Creator.md
index d5d2b3cc0f4..7c42879f6a6 100644
--- a/api/Office.SoftEdgeFormat.Creator.md
+++ b/api/Office.SoftEdgeFormat.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **SoftEdgeFor
_expression_ An expression that returns a [SoftEdgeFormat](./Office.SoftEdgeFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.SoftEdgeFormat.Type.md b/api/Office.SoftEdgeFormat.Type.md
index cbaf124c445..022077ff0a7 100644
--- a/api/Office.SoftEdgeFormat.Type.md
+++ b/api/Office.SoftEdgeFormat.Type.md
@@ -20,7 +20,7 @@ Gets or sets the type of the **SoftEdgeFormat** object. Read/write.
_expression_ An expression that returns a [SoftEdgeFormat](./Office.SoftEdgeFormat.md) object.
-### Return Value
+### Return value
MsoSoftEdgeType
diff --git a/api/Office.Sync.Application.md b/api/Office.Sync.Application.md
index 675d0d42ae9..68256800fcf 100644
--- a/api/Office.Sync.Application.md
+++ b/api/Office.Sync.Application.md
@@ -23,7 +23,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [Sync](./Office.Sync.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Sync.Creator.md b/api/Office.Sync.Creator.md
index 7566dedae3f..08230e4a39f 100644
--- a/api/Office.Sync.Creator.md
+++ b/api/Office.Sync.Creator.md
@@ -23,7 +23,7 @@ Gets a 32-bit integer that indicates the application in which the **Sync** obje
_expression_ A variable that represents a [Sync](./Office.Sync.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.Sync.ErrorType.md b/api/Office.Sync.ErrorType.md
index 8cdab8988d8..187ec972ddc 100644
--- a/api/Office.Sync.ErrorType.md
+++ b/api/Office.Sync.ErrorType.md
@@ -26,7 +26,7 @@ Gets a **MsoSyncErrorType** constant which indicates the type of the most recen
_expression_ A variable that returns a '[Sync](Office.Sync.md)' object.
-### Return Value
+### Return value
MsoSyncErrorType
diff --git a/api/Office.Sync.OpenVersion.md b/api/Office.Sync.OpenVersion.md
index 0246a6ba43b..5fcbb69df36 100644
--- a/api/Office.Sync.OpenVersion.md
+++ b/api/Office.Sync.OpenVersion.md
@@ -30,7 +30,7 @@ Opens a different version of the shared document alongside the currently open lo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SyncVersionType_|Required|**MsoSyncVersionType**| Represents the type of version.|
diff --git a/api/Office.Sync.Parent.md b/api/Office.Sync.Parent.md
index b6f29e26fba..38105e2ddce 100644
--- a/api/Office.Sync.Parent.md
+++ b/api/Office.Sync.Parent.md
@@ -26,7 +26,7 @@ Gets the **Parent** object for the **Sync** object. Read-only.
_expression_ A variable that represents a [Sync](./Office.Sync.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.Sync.ResolveConflict.md b/api/Office.Sync.ResolveConflict.md
index 528cc864344..c215d314ce4 100644
--- a/api/Office.Sync.ResolveConflict.md
+++ b/api/Office.Sync.ResolveConflict.md
@@ -30,7 +30,7 @@ Resolves conflicts between the local and the server copies of a shared document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SyncConflictResolution_|Required|** MsoSyncConflictResolutionType**|Specifies how conflicts should be resolved.|
diff --git a/api/Office.TabStop2.Application.md b/api/Office.TabStop2.Application.md
index 344480655f9..2538fd85cf7 100644
--- a/api/Office.TabStop2.Application.md
+++ b/api/Office.TabStop2.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [TabStop2](./Office.TabStop2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.TabStop2.Creator.md b/api/Office.TabStop2.Creator.md
index 14b74187f85..e1f62109f73 100644
--- a/api/Office.TabStop2.Creator.md
+++ b/api/Office.TabStop2.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that represents the Microsoft Office application in which
_expression_ An expression that returns a [TabStop2](./Office.TabStop2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.TabStop2.Parent.md b/api/Office.TabStop2.Parent.md
index 4266506d277..c496f7b7f98 100644
--- a/api/Office.TabStop2.Parent.md
+++ b/api/Office.TabStop2.Parent.md
@@ -20,7 +20,7 @@ Gets an Object that represents the **Parent** object for the **TabStop2** objec
_expression_ An expression that returns a [TabStop2](./Office.TabStop2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.TabStop2.Position.md b/api/Office.TabStop2.Position.md
index 0f7dcdf78ce..b50c6c7b58e 100644
--- a/api/Office.TabStop2.Position.md
+++ b/api/Office.TabStop2.Position.md
@@ -20,7 +20,7 @@ Gets or sets the position of a tab stop relative to the left margin. Read/write.
_expression_ An expression that returns a [TabStop2](./Office.TabStop2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.TabStop2.Type.md b/api/Office.TabStop2.Type.md
index c1399a934db..d444e11eb9a 100644
--- a/api/Office.TabStop2.Type.md
+++ b/api/Office.TabStop2.Type.md
@@ -20,7 +20,7 @@ Gets or sets the type of the **TabStop2** object. Read/write.
_expression_ An expression that returns a [TabStop2](./Office.TabStop2.md) object.
-### Return Value
+### Return value
MsoTabStopType
diff --git a/api/Office.TabStops2.Add.md b/api/Office.TabStops2.Add.md
index fefd1e36d5e..9b94f481356 100644
--- a/api/Office.TabStops2.Add.md
+++ b/api/Office.TabStops2.Add.md
@@ -24,12 +24,12 @@ Adds a new tab stop to the specified **TabStops2** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**MsoTabStopType**|The type of tab stop to add.|
| _Position_|Required|**Single**|The horizontal position of the new tab stop relative to the left edge of the text frame. Numeric values are evaluated in points; strings are evaluated in the units specified and can be in any measurement unit supported by the Microsoft Office product. |
-### Return Value
+### Return value
TabStop2
diff --git a/api/Office.TabStops2.Application.md b/api/Office.TabStops2.Application.md
index f872e4324a1..d4136fae4c8 100644
--- a/api/Office.TabStops2.Application.md
+++ b/api/Office.TabStops2.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [TabStops2](./Office.TabStops2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.TabStops2.Count.md b/api/Office.TabStops2.Count.md
index 129dada0402..689f00dafe8 100644
--- a/api/Office.TabStops2.Count.md
+++ b/api/Office.TabStops2.Count.md
@@ -20,7 +20,7 @@ Gets a **Long** indicating the number of items in the **TabStops2** collection.
_expression_ An expression that returns a [TabStops2](./Office.TabStops2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.TabStops2.Creator.md b/api/Office.TabStops2.Creator.md
index 4e20e9bf523..d7ecc821ac9 100644
--- a/api/Office.TabStops2.Creator.md
+++ b/api/Office.TabStops2.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that represents the Microsoft Office application in which
_expression_ An expression that returns a [TabStops2](./Office.TabStops2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.TabStops2.DefaultSpacing.md b/api/Office.TabStops2.DefaultSpacing.md
index ae81c30070e..3f317282a44 100644
--- a/api/Office.TabStops2.DefaultSpacing.md
+++ b/api/Office.TabStops2.DefaultSpacing.md
@@ -20,7 +20,7 @@ Gets or sets the default spacing between tab stops. Read/write.
_expression_ An expression that returns a [TabStops2](./Office.TabStops2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.TabStops2.Item.md b/api/Office.TabStops2.Item.md
index 1d209b4a5e7..248c899dfb0 100644
--- a/api/Office.TabStops2.Item.md
+++ b/api/Office.TabStops2.Item.md
@@ -24,11 +24,11 @@ Gets an individual object from the **TabStops2** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The number of the object to return.|
-### Return Value
+### Return value
TabStop2
diff --git a/api/Office.TabStops2.Parent.md b/api/Office.TabStops2.Parent.md
index 6487bfa9027..36a88922aca 100644
--- a/api/Office.TabStops2.Parent.md
+++ b/api/Office.TabStops2.Parent.md
@@ -20,7 +20,7 @@ Gets an **Object** that represents the **Parent** object of the specified **Tab
_expression_ An expression that returns a [TabStops2](./Office.TabStops2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.TextColumn2.Application.md b/api/Office.TextColumn2.Application.md
index a6d168a4ac7..36fcc03c23c 100644
--- a/api/Office.TextColumn2.Application.md
+++ b/api/Office.TextColumn2.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [TextColumn2](./Office.TextColumn2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.TextColumn2.Count.md b/api/Office.TextColumn2.Count.md
index ee576642a69..fe27fa88c58 100644
--- a/api/Office.TextColumn2.Count.md
+++ b/api/Office.TextColumn2.Count.md
@@ -20,7 +20,7 @@ Gets or sets a **Long** indicating the number of items in the **TextColumn2** c
_expression_ An expression that returns a [TextColumn2](./Office.TextColumn2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.TextColumn2.Creator.md b/api/Office.TextColumn2.Creator.md
index 2a752f038cb..0a7b1fb2d32 100644
--- a/api/Office.TextColumn2.Creator.md
+++ b/api/Office.TextColumn2.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **TextColumn2*
_expression_ An expression that returns a [TextColumn2](./Office.TextColumn2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.TextColumn2.Number.md b/api/Office.TextColumn2.Number.md
index 55e8ff116a2..d9a5fc6ed3e 100644
--- a/api/Office.TextColumn2.Number.md
+++ b/api/Office.TextColumn2.Number.md
@@ -23,7 +23,7 @@ Gets or sets the index of the **TextColumn2** object. Read/write
_expression_ An expression that returns a [TextColumn2](./Office.TextColumn2.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.TextColumn2.Spacing.md b/api/Office.TextColumn2.Spacing.md
index 6476a1560ca..2f3a9ee5349 100644
--- a/api/Office.TextColumn2.Spacing.md
+++ b/api/Office.TextColumn2.Spacing.md
@@ -20,7 +20,7 @@ Gets or sets the spacing between text columns in a **TextColumn2** object. Read
_expression_ An expression that returns a [TextColumn2](./Office.TextColumn2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.TextColumn2.TextDirection.md b/api/Office.TextColumn2.TextDirection.md
index e1b66859261..426011e0efa 100644
--- a/api/Office.TextColumn2.TextDirection.md
+++ b/api/Office.TextColumn2.TextDirection.md
@@ -20,7 +20,7 @@ Gets or sets the direction of text in the **TextColumn2** object. Read/write.
_expression_ An expression that returns a [TextColumn2](./Office.TextColumn2.md) object.
-### Return Value
+### Return value
MsoTextDirection
diff --git a/api/Office.TextFrame2.DeleteText.md b/api/Office.TextFrame2.DeleteText.md
index 7803b05f6ed..d033a88466a 100644
--- a/api/Office.TextFrame2.DeleteText.md
+++ b/api/Office.TextFrame2.DeleteText.md
@@ -20,7 +20,7 @@ Deletes the text from a text frame and all the associated properties of the text
_expression_ An expression that returns a [TextFrame2](./Office.TextFrame2.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Office.TextRange2.Application.md b/api/Office.TextRange2.Application.md
index 375f5a3356c..1d4202df09f 100644
--- a/api/Office.TextRange2.Application.md
+++ b/api/Office.TextRange2.Application.md
@@ -20,7 +20,7 @@ Used without an object qualifier, this property returns an **Application** obje
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.TextRange2.BoundHeight.md b/api/Office.TextRange2.BoundHeight.md
index 21d09fca738..b59a85f726d 100644
--- a/api/Office.TextRange2.BoundHeight.md
+++ b/api/Office.TextRange2.BoundHeight.md
@@ -20,7 +20,7 @@ Gets the height, in points, of the text bounding box for the specified text. Rea
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.TextRange2.BoundLeft.md b/api/Office.TextRange2.BoundLeft.md
index 4638ebaf0ca..21b8360c234 100644
--- a/api/Office.TextRange2.BoundLeft.md
+++ b/api/Office.TextRange2.BoundLeft.md
@@ -20,7 +20,7 @@ Gets the left coordinate, in points, of the text bounding box for the specified
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.TextRange2.BoundTop.md b/api/Office.TextRange2.BoundTop.md
index a7d180b7eb9..849654115e7 100644
--- a/api/Office.TextRange2.BoundTop.md
+++ b/api/Office.TextRange2.BoundTop.md
@@ -20,7 +20,7 @@ Gets the top coordinate, in points, of the text bounding box for the specified t
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.TextRange2.BoundWidth.md b/api/Office.TextRange2.BoundWidth.md
index 7963d06cfe8..cd2724130b7 100644
--- a/api/Office.TextRange2.BoundWidth.md
+++ b/api/Office.TextRange2.BoundWidth.md
@@ -20,7 +20,7 @@ Gets the width, in points, of the text bounding box for the specified text. Read
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/Office.TextRange2.ChangeCase.md b/api/Office.TextRange2.ChangeCase.md
index 1ced6301608..ef2ccc925de 100644
--- a/api/Office.TextRange2.ChangeCase.md
+++ b/api/Office.TextRange2.ChangeCase.md
@@ -24,7 +24,7 @@ Changes the case of a **TextRange2** object to one of the values in the **MsoTe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**MsoTextChangeCase**|Specifies the type of change to make to the text.|
diff --git a/api/Office.TextRange2.Characters.md b/api/Office.TextRange2.Characters.md
index 0b02d02052b..d316f4f6718 100644
--- a/api/Office.TextRange2.Characters.md
+++ b/api/Office.TextRange2.Characters.md
@@ -24,12 +24,12 @@ Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first character in the returned range.|
| _Length_|Optional|**Long**|The number of characters to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.Count.md b/api/Office.TextRange2.Count.md
index f240614e8a7..76476258baa 100644
--- a/api/Office.TextRange2.Count.md
+++ b/api/Office.TextRange2.Count.md
@@ -20,7 +20,7 @@ Gets a **Long** indicating the number of items in the **TextRange2** collection
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.TextRange2.Creator.md b/api/Office.TextRange2.Creator.md
index 93e9ae29181..ffeed5b0b72 100644
--- a/api/Office.TextRange2.Creator.md
+++ b/api/Office.TextRange2.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **TextRange2**
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.TextRange2.Find.md b/api/Office.TextRange2.Find.md
index 3108e2bf900..c5072ff80ca 100644
--- a/api/Office.TextRange2.Find.md
+++ b/api/Office.TextRange2.Find.md
@@ -24,14 +24,14 @@ Searches a **TextRange2** object for a subset of text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindWhat_|Required|**String**|Contains the text to find.|
| _After_|Optional|**Long**|Specifies the point in the text range to start the search.|
| _MatchCase_|Optional|**MsoTriState**|Specifies if the target text must exactly match the case of the search text. |
| _WholeWords_|Optional|**MsoTriState**|Specifies that only whole words will be searched.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.Font.md b/api/Office.TextRange2.Font.md
index a5611f79765..873c459b9d9 100644
--- a/api/Office.TextRange2.Font.md
+++ b/api/Office.TextRange2.Font.md
@@ -20,7 +20,7 @@ Returns a **Font** object that represents character formatting for the **TextRa
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Font
diff --git a/api/Office.TextRange2.InsertAfter.md b/api/Office.TextRange2.InsertAfter.md
index 3051b5ebcf5..5424657cf42 100644
--- a/api/Office.TextRange2.InsertAfter.md
+++ b/api/Office.TextRange2.InsertAfter.md
@@ -24,11 +24,11 @@ Inserts text to the right of the existing text in the **TextRange2** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewText_|Optional|**String**|Contains the text to be inserted.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.InsertBefore.md b/api/Office.TextRange2.InsertBefore.md
index 2e10ce42354..d943c26561c 100644
--- a/api/Office.TextRange2.InsertBefore.md
+++ b/api/Office.TextRange2.InsertBefore.md
@@ -24,11 +24,11 @@ Inserts text to the left of the existing text in the **TextRange2** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewText_|Optional|**String**|Contains the text to be inserted.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.InsertSymbol.md b/api/Office.TextRange2.InsertSymbol.md
index 13a98ef2e38..30b9c6dfa4e 100644
--- a/api/Office.TextRange2.InsertSymbol.md
+++ b/api/Office.TextRange2.InsertSymbol.md
@@ -24,13 +24,13 @@ Inserts a symbol from the specified font set into the range of text represented
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FontName_|Required|**String**|The name of the font set.|
| _CharNumber_|Required|**Long**|The number of the symbol.|
| _Unicode_|Optional|**MsoTriState**|Indicates whether the value of the symbol is specified as a unicode value.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.Item.md b/api/Office.TextRange2.Item.md
index 15723820cd9..814e90a76b1 100644
--- a/api/Office.TextRange2.Item.md
+++ b/api/Office.TextRange2.Item.md
@@ -24,11 +24,11 @@ Gets the range of text specified by the index number from the **TextRange2** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The index number of the text range.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.LanguageID.md b/api/Office.TextRange2.LanguageID.md
index b0b44a751f8..9f29f67dd38 100644
--- a/api/Office.TextRange2.LanguageID.md
+++ b/api/Office.TextRange2.LanguageID.md
@@ -20,7 +20,7 @@ Gets or sets the **MsoLanguageID** value of the **TextRange2** object. Read/wri
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
MsoLanguageID
diff --git a/api/Office.TextRange2.Length.md b/api/Office.TextRange2.Length.md
index c58ca5ccca1..5318295670d 100644
--- a/api/Office.TextRange2.Length.md
+++ b/api/Office.TextRange2.Length.md
@@ -20,7 +20,7 @@ Get a Long that represents the length of a text range. Read-only.
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.TextRange2.Lines.md b/api/Office.TextRange2.Lines.md
index 271ca873cbf..8cd89cfe42d 100644
--- a/api/Office.TextRange2.Lines.md
+++ b/api/Office.TextRange2.Lines.md
@@ -24,12 +24,12 @@ Returns a TextRange2 object that represents the specified subset of text lines.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first line in the returned range.|
| _Length_|Optional|**Long**|The number of lines to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.MathZones.md b/api/Office.TextRange2.MathZones.md
index c79285565e2..fc1aaee9b8d 100644
--- a/api/Office.TextRange2.MathZones.md
+++ b/api/Office.TextRange2.MathZones.md
@@ -24,7 +24,7 @@ Sets the starting point and length of a math zone within a text range. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Integer**|The starting point for the math zone.|
| _Length_|Optional|**Integer**|The length of the math zone.|
diff --git a/api/Office.TextRange2.ParagraphFormat.md b/api/Office.TextRange2.ParagraphFormat.md
index d201b8f43c1..fadbdb6e3ed 100644
--- a/api/Office.TextRange2.ParagraphFormat.md
+++ b/api/Office.TextRange2.ParagraphFormat.md
@@ -20,7 +20,7 @@ Returns a **ParagraphFormat** object that represents paragraph formatting for t
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
ParagraphFormat
diff --git a/api/Office.TextRange2.Paragraphs.md b/api/Office.TextRange2.Paragraphs.md
index aa73d7f3e6b..596a3085439 100644
--- a/api/Office.TextRange2.Paragraphs.md
+++ b/api/Office.TextRange2.Paragraphs.md
@@ -24,12 +24,12 @@ Gets a **TextRange2** object that represents the specified subset of text parag
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first paragraph in the returned range.|
| _Length_|Optional|**Long**|The number of paragraphs to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.Parent.md b/api/Office.TextRange2.Parent.md
index ee888bcd32c..2cce9ae3776 100644
--- a/api/Office.TextRange2.Parent.md
+++ b/api/Office.TextRange2.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **TextRange2** object. Read-only.
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.TextRange2.Paste.md b/api/Office.TextRange2.Paste.md
index 6da86b3a644..c054d1d2c9f 100644
--- a/api/Office.TextRange2.Paste.md
+++ b/api/Office.TextRange2.Paste.md
@@ -20,7 +20,7 @@ Pastes the contents of the Clipboard into the **TextRange2** object.
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.PasteSpecial.md b/api/Office.TextRange2.PasteSpecial.md
index 6f0ef1f628d..ae225980bd8 100644
--- a/api/Office.TextRange2.PasteSpecial.md
+++ b/api/Office.TextRange2.PasteSpecial.md
@@ -24,11 +24,11 @@ Replaces the text range with the contents of the Clipboard in the format specifi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Format_|Required|**MsoClipboardFormat**|Determines the format for the Clipboard contents when they're inserted into the document.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.Replace.md b/api/Office.TextRange2.Replace.md
index ae56f0517bc..b1eb272ed3f 100644
--- a/api/Office.TextRange2.Replace.md
+++ b/api/Office.TextRange2.Replace.md
@@ -24,7 +24,7 @@ Finds specific text in a text range, replaces the found text with a specified st
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindWhat_|Required|**String**|The text to search for.|
| _ReplaceWhat_|Required|**String**|The text you want to replace the found text with.|
@@ -32,7 +32,7 @@ Finds specific text in a text range, replaces the found text with a specified st
| _MatchCase_|Optional|**MsoTriState**|Determines whether a distinction is made on the basis of case.|
| _WholeWords_|Optional|**MsoTriState**|Determines whether only whole words are searched.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.RotatedBounds.md b/api/Office.TextRange2.RotatedBounds.md
index f7a26b6fd8c..06cf2f4d0c0 100644
--- a/api/Office.TextRange2.RotatedBounds.md
+++ b/api/Office.TextRange2.RotatedBounds.md
@@ -24,7 +24,7 @@ Gets the coordinates of the vertices of the text bounding box for the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _X1_|Required|**Single**|Returns the position (in points) of the X coordinate of the first vertex of the bounding box for the text within the specified text range.|
| _Y1_|Required|**Single**|Returns the position (in points) of the Y coordinate of the first vertex of the bounding box for the text within the specified text range.|
diff --git a/api/Office.TextRange2.Runs.md b/api/Office.TextRange2.Runs.md
index 7d536f7e781..28f572d7f0f 100644
--- a/api/Office.TextRange2.Runs.md
+++ b/api/Office.TextRange2.Runs.md
@@ -24,12 +24,12 @@ Gets a **TextRange2** object that represents the specified subset of text runs.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first run in the returned range.|
| _Length_|Optional|**Long**|The number of runs to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.Sentences.md b/api/Office.TextRange2.Sentences.md
index 89823043579..d30ce02cfb1 100644
--- a/api/Office.TextRange2.Sentences.md
+++ b/api/Office.TextRange2.Sentences.md
@@ -24,12 +24,12 @@ Returns a **TextRange2** object that represents the specified subset of text se
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first sentence in the returned range.|
| _Length_|Optional|**Long**|The number of sentences to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.Start.md b/api/Office.TextRange2.Start.md
index 68502ea61a8..7c20ad3c763 100644
--- a/api/Office.TextRange2.Start.md
+++ b/api/Office.TextRange2.Start.md
@@ -20,7 +20,7 @@ Gets a **Long** value indicating the starting point of the specified text range
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.TextRange2.Text.md b/api/Office.TextRange2.Text.md
index 966bcd71cb0..88c3afeb759 100644
--- a/api/Office.TextRange2.Text.md
+++ b/api/Office.TextRange2.Text.md
@@ -20,7 +20,7 @@ Gets or sets a **String** value that represents the text in a text range. Read/
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.TextRange2.TrimText.md b/api/Office.TextRange2.TrimText.md
index bb702ce48b5..20fea830573 100644
--- a/api/Office.TextRange2.TrimText.md
+++ b/api/Office.TextRange2.TrimText.md
@@ -20,7 +20,7 @@ Returns a **TextRange2** object that represents the specified text that has the
_expression_ An expression that returns a [TextRange2](./Office.TextRange2.md) object.
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.TextRange2.Words.md b/api/Office.TextRange2.Words.md
index 9744fe96cb3..fb5881a9c70 100644
--- a/api/Office.TextRange2.Words.md
+++ b/api/Office.TextRange2.Words.md
@@ -24,12 +24,12 @@ Gets a **TextRange2** object that represents the specified subset of text words
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first word in the returned range.|
| _Length_|Optional|**Long**|The number of words to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/Office.ThemeColor.Application.md b/api/Office.ThemeColor.Application.md
index 4a3dceb8df2..7e71b4a2394 100644
--- a/api/Office.ThemeColor.Application.md
+++ b/api/Office.ThemeColor.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [ThemeColor](./Office.ThemeColor.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeColor.Creator.md b/api/Office.ThemeColor.Creator.md
index 4aff32c824e..0183f423006 100644
--- a/api/Office.ThemeColor.Creator.md
+++ b/api/Office.ThemeColor.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ThemeColor*
_expression_ An expression that returns a [ThemeColor](./Office.ThemeColor.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ThemeColor.Parent.md b/api/Office.ThemeColor.Parent.md
index fddc7b813ca..8a5aec51cd9 100644
--- a/api/Office.ThemeColor.Parent.md
+++ b/api/Office.ThemeColor.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **ThemeColor** object. Read-only.
_expression_ An expression that returns a [ThemeColor](./Office.ThemeColor.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeColor.RGB.md b/api/Office.ThemeColor.RGB.md
index 853543c1586..b34dec0f436 100644
--- a/api/Office.ThemeColor.RGB.md
+++ b/api/Office.ThemeColor.RGB.md
@@ -20,7 +20,7 @@ Gets or sets a value of a color in the color scheme of a Microsoft Office theme.
_expression_ An expression that returns a [ThemeColor](./Office.ThemeColor.md) object.
-### Return Value
+### Return value
MsoRGBType
diff --git a/api/Office.ThemeColor.ThemeColorSchemeIndex.md b/api/Office.ThemeColor.ThemeColorSchemeIndex.md
index 2c296fdb6e2..31b058da6f4 100644
--- a/api/Office.ThemeColor.ThemeColorSchemeIndex.md
+++ b/api/Office.ThemeColor.ThemeColorSchemeIndex.md
@@ -20,7 +20,7 @@ Gets the index value a color scheme of a Microsoft Office theme. Read-only.
_expression_ An expression that returns a [ThemeColor](./Office.ThemeColor.md) object.
-### Return Value
+### Return value
MsoThemeColorSchemeIndex
diff --git a/api/Office.ThemeColorScheme.Application.md b/api/Office.ThemeColorScheme.Application.md
index fa62ca7fa4c..30ecdf91ffe 100644
--- a/api/Office.ThemeColorScheme.Application.md
+++ b/api/Office.ThemeColorScheme.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [ThemeColorScheme](./Office.ThemeColorScheme.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeColorScheme.Colors.md b/api/Office.ThemeColorScheme.Colors.md
index 07c310f386e..c202aff34ad 100644
--- a/api/Office.ThemeColorScheme.Colors.md
+++ b/api/Office.ThemeColorScheme.Colors.md
@@ -24,11 +24,11 @@ Gets an object that represents a color in the color scheme of a Microsoft Office
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**MsoThemeColorSchemeIndex**|The index value of the **ThemeColor** object.|
-### Return Value
+### Return value
ThemeColor
diff --git a/api/Office.ThemeColorScheme.Count.md b/api/Office.ThemeColorScheme.Count.md
index 575cec39d0c..9a6bbf6aea0 100644
--- a/api/Office.ThemeColorScheme.Count.md
+++ b/api/Office.ThemeColorScheme.Count.md
@@ -20,7 +20,7 @@ Gets a **Integer** indicating the number of items in the **ThemeColorScheme** c
_expression_ An expression that returns a [ThemeColorScheme](./Office.ThemeColorScheme.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.ThemeColorScheme.Creator.md b/api/Office.ThemeColorScheme.Creator.md
index 43e4b76b432..89611d01474 100644
--- a/api/Office.ThemeColorScheme.Creator.md
+++ b/api/Office.ThemeColorScheme.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ThemeColorS
_expression_ An expression that returns a [ThemeColorScheme](./Office.ThemeColorScheme.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ThemeColorScheme.GetCustomColor.md b/api/Office.ThemeColorScheme.GetCustomColor.md
index 88a4fc42369..c20eb558199 100644
--- a/api/Office.ThemeColorScheme.GetCustomColor.md
+++ b/api/Office.ThemeColorScheme.GetCustomColor.md
@@ -24,11 +24,11 @@ Gets a value that represents a color in the color scheme of a Microsoft Office t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the custom color.|
-### Return Value
+### Return value
MsoRGBType
diff --git a/api/Office.ThemeColorScheme.Load.md b/api/Office.ThemeColorScheme.Load.md
index 472c6fb7963..6e66245fa70 100644
--- a/api/Office.ThemeColorScheme.Load.md
+++ b/api/Office.ThemeColorScheme.Load.md
@@ -24,7 +24,7 @@ Loads the color scheme of a Microsoft Office theme from a file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the color theme file.|
diff --git a/api/Office.ThemeColorScheme.Parent.md b/api/Office.ThemeColorScheme.Parent.md
index 70557db3168..ca14269422d 100644
--- a/api/Office.ThemeColorScheme.Parent.md
+++ b/api/Office.ThemeColorScheme.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **ThemeColorScheme** object. Read-only.
_expression_ An expression that returns a [ThemeColorScheme](./Office.ThemeColorScheme.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeColorScheme.Save.md b/api/Office.ThemeColorScheme.Save.md
index 4af53fca1b9..d28da083673 100644
--- a/api/Office.ThemeColorScheme.Save.md
+++ b/api/Office.ThemeColorScheme.Save.md
@@ -24,7 +24,7 @@ Saves the color scheme of a Microsoft Office theme to a file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file.|
diff --git a/api/Office.ThemeEffectScheme.Application.md b/api/Office.ThemeEffectScheme.Application.md
index 046cc46bf3c..389f3421e6e 100644
--- a/api/Office.ThemeEffectScheme.Application.md
+++ b/api/Office.ThemeEffectScheme.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [ThemeEffectScheme](./Office.ThemeEffectScheme.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeEffectScheme.Creator.md b/api/Office.ThemeEffectScheme.Creator.md
index 82ac164c5d7..4e1c92d9f0c 100644
--- a/api/Office.ThemeEffectScheme.Creator.md
+++ b/api/Office.ThemeEffectScheme.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ThemeEffect
_expression_ An expression that returns a [ThemeEffectScheme](./Office.ThemeEffectScheme.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ThemeEffectScheme.Load.md b/api/Office.ThemeEffectScheme.Load.md
index a6ae1a219a4..3a016d365df 100644
--- a/api/Office.ThemeEffectScheme.Load.md
+++ b/api/Office.ThemeEffectScheme.Load.md
@@ -24,7 +24,7 @@ Loads the effects scheme of a Microsoft Office theme from a file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the effect scheme file.|
diff --git a/api/Office.ThemeEffectScheme.Parent.md b/api/Office.ThemeEffectScheme.Parent.md
index 9796b05d088..39f818e16db 100644
--- a/api/Office.ThemeEffectScheme.Parent.md
+++ b/api/Office.ThemeEffectScheme.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **ThemeEffectScheme** object. Read-only.
_expression_ An expression that returns a [ThemeEffectScheme](./Office.ThemeEffectScheme.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeFont.Application.md b/api/Office.ThemeFont.Application.md
index 24b8bdd30a8..f8a019cf214 100644
--- a/api/Office.ThemeFont.Application.md
+++ b/api/Office.ThemeFont.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [ThemeFont](./Office.ThemeFont.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeFont.Creator.md b/api/Office.ThemeFont.Creator.md
index 8a4046e915c..e51f811f102 100644
--- a/api/Office.ThemeFont.Creator.md
+++ b/api/Office.ThemeFont.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ThemeFont**
_expression_ An expression that returns a [ThemeFont](./Office.ThemeFont.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ThemeFont.Name.md b/api/Office.ThemeFont.Name.md
index 641b1e13852..cf44b6c5508 100644
--- a/api/Office.ThemeFont.Name.md
+++ b/api/Office.ThemeFont.Name.md
@@ -20,7 +20,7 @@ Gets or sets the name of a font in the font scheme of a Microsoft Office theme.
_expression_ An expression that returns a [ThemeFont](./Office.ThemeFont.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.ThemeFont.Parent.md b/api/Office.ThemeFont.Parent.md
index 408923b8352..9cc279d5376 100644
--- a/api/Office.ThemeFont.Parent.md
+++ b/api/Office.ThemeFont.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **ThemeFont** object. Read-only.
_expression_ An expression that returns a [ThemeFont](./Office.ThemeFont.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeFontScheme.Application.md b/api/Office.ThemeFontScheme.Application.md
index 5f5bee2b124..1747a6395fe 100644
--- a/api/Office.ThemeFontScheme.Application.md
+++ b/api/Office.ThemeFontScheme.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [ThemeFontScheme](./Office.ThemeFontScheme.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeFontScheme.Creator.md b/api/Office.ThemeFontScheme.Creator.md
index 5b0b82cc609..b52406e2388 100644
--- a/api/Office.ThemeFontScheme.Creator.md
+++ b/api/Office.ThemeFontScheme.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ThemeFontSc
_expression_ An expression that returns a [ThemeFontScheme](./Office.ThemeFontScheme.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ThemeFontScheme.Load.md b/api/Office.ThemeFontScheme.Load.md
index 7cebf2aa66d..0f20a92fa96 100644
--- a/api/Office.ThemeFontScheme.Load.md
+++ b/api/Office.ThemeFontScheme.Load.md
@@ -24,7 +24,7 @@ Loads the font scheme of a Microsoft Office theme from a file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the font scheme file.|
diff --git a/api/Office.ThemeFontScheme.MajorFont.md b/api/Office.ThemeFontScheme.MajorFont.md
index 87e28da6522..b7cd4e73611 100644
--- a/api/Office.ThemeFontScheme.MajorFont.md
+++ b/api/Office.ThemeFontScheme.MajorFont.md
@@ -20,7 +20,7 @@ Gets the font setting for the "Headings" in a document. Read-only.
_expression_ An expression that returns a [ThemeFontScheme](./Office.ThemeFontScheme.md) object.
-### Return Value
+### Return value
ThemeFonts
diff --git a/api/Office.ThemeFontScheme.MinorFont.md b/api/Office.ThemeFontScheme.MinorFont.md
index ad772430be5..db39b5f378a 100644
--- a/api/Office.ThemeFontScheme.MinorFont.md
+++ b/api/Office.ThemeFontScheme.MinorFont.md
@@ -20,7 +20,7 @@ Gets the font settings for the "Body" of a document. Read-only.
_expression_ An expression that returns a [ThemeFontScheme](./Office.ThemeFontScheme.md) object.
-### Return Value
+### Return value
ThemeFonts
diff --git a/api/Office.ThemeFontScheme.Parent.md b/api/Office.ThemeFontScheme.Parent.md
index 96c052feb32..64a6ad8ae0b 100644
--- a/api/Office.ThemeFontScheme.Parent.md
+++ b/api/Office.ThemeFontScheme.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **ThemeFontScheme** object. Read-only.
_expression_ An expression that returns a [ThemeFontScheme](./Office.ThemeFontScheme.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeFontScheme.Save.md b/api/Office.ThemeFontScheme.Save.md
index 1e1e975c444..65eba93c2e9 100644
--- a/api/Office.ThemeFontScheme.Save.md
+++ b/api/Office.ThemeFontScheme.Save.md
@@ -24,7 +24,7 @@ Saves the font scheme of a Microsoft Office theme to a file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file.|
diff --git a/api/Office.ThemeFonts.Application.md b/api/Office.ThemeFonts.Application.md
index 5e654e4d0a2..76fa8f110d5 100644
--- a/api/Office.ThemeFonts.Application.md
+++ b/api/Office.ThemeFonts.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [ThemeFonts](./Office.ThemeFonts.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.ThemeFonts.Count.md b/api/Office.ThemeFonts.Count.md
index 6630d9181a0..67199626416 100644
--- a/api/Office.ThemeFonts.Count.md
+++ b/api/Office.ThemeFonts.Count.md
@@ -20,7 +20,7 @@ Gets a **Long** indicating the number of items in the **ThemeFonts** collection
_expression_ An expression that returns a [ThemeFonts](./Office.ThemeFonts.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.ThemeFonts.Creator.md b/api/Office.ThemeFonts.Creator.md
index cd2e461bb65..4870c583493 100644
--- a/api/Office.ThemeFonts.Creator.md
+++ b/api/Office.ThemeFonts.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **ThemeFonts*
_expression_ An expression that returns a [ThemeFonts](./Office.ThemeFonts.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.ThemeFonts.Item.md b/api/Office.ThemeFonts.Item.md
index cb9673776f9..a5093b96cb8 100644
--- a/api/Office.ThemeFonts.Item.md
+++ b/api/Office.ThemeFonts.Item.md
@@ -24,11 +24,11 @@ Gets one of the three language fonts contained in the **ThemeFonts** collection
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**MsoFontLanguageIndex**|The index value of the **ThemeFont** object.|
-### Return Value
+### Return value
ThemeFont
diff --git a/api/Office.ThemeFonts.Parent.md b/api/Office.ThemeFonts.Parent.md
index 118d804354e..f028fd64b68 100644
--- a/api/Office.ThemeFonts.Parent.md
+++ b/api/Office.ThemeFonts.Parent.md
@@ -20,7 +20,7 @@ Gets the **Parent** object for the **ThemeFonts** object. Read-only.
_expression_ An expression that returns a [ThemeFonts](./Office.ThemeFonts.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.UserPermission.Application.md b/api/Office.UserPermission.Application.md
index 668a5317a60..f09a21ea81a 100644
--- a/api/Office.UserPermission.Application.md
+++ b/api/Office.UserPermission.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [UserPermission](./Office.UserPermission.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.UserPermission.Creator.md b/api/Office.UserPermission.Creator.md
index 64af9b9d416..bcfd504b227 100644
--- a/api/Office.UserPermission.Creator.md
+++ b/api/Office.UserPermission.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **UserPermiss
_expression_ A variable that represents a [UserPermission](./Office.UserPermission.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.UserPermission.ExpirationDate.md b/api/Office.UserPermission.ExpirationDate.md
index 25cfa7e7625..bc3dd7a91f0 100644
--- a/api/Office.UserPermission.ExpirationDate.md
+++ b/api/Office.UserPermission.ExpirationDate.md
@@ -23,7 +23,7 @@ Gets or sets the optional expiration date of the permissions on the active docum
_expression_ A variable that represents a '[UserPermission](Office.UserPermission.md)' object.
-### Return Value
+### Return value
Variant
diff --git a/api/Office.UserPermission.Parent.md b/api/Office.UserPermission.Parent.md
index 2fc7564959b..d5875ee4b68 100644
--- a/api/Office.UserPermission.Parent.md
+++ b/api/Office.UserPermission.Parent.md
@@ -23,7 +23,7 @@ Gets the **Parent** object for the **UserPermission** object. Read-only.
_expression_ A variable that represents a [UserPermission](./Office.UserPermission.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.WebPageFont.Application.md b/api/Office.WebPageFont.Application.md
index da5d1e05a01..ea7ac1629b7 100644
--- a/api/Office.WebPageFont.Application.md
+++ b/api/Office.WebPageFont.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [WebPageFont](./Office.WebPageFont.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.WebPageFont.Creator.md b/api/Office.WebPageFont.Creator.md
index 15a1a821c87..2752b55f672 100644
--- a/api/Office.WebPageFont.Creator.md
+++ b/api/Office.WebPageFont.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **WebPageFont
_expression_ A variable that represents a [WebPageFont](./Office.WebPageFont.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.WebPageFonts.Application.md b/api/Office.WebPageFonts.Application.md
index 40853c95517..67ca0e8a44a 100644
--- a/api/Office.WebPageFonts.Application.md
+++ b/api/Office.WebPageFonts.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ A variable that represents a [WebPageFonts](./Office.WebPageFonts.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.WebPageFonts.Count.md b/api/Office.WebPageFonts.Count.md
index 27f237db6c8..d956cf62a21 100644
--- a/api/Office.WebPageFonts.Count.md
+++ b/api/Office.WebPageFonts.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **WebPageFonts** object.
_expression_ A variable that represents a [WebPageFonts](./Office.WebPageFonts.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.WebPageFonts.Creator.md b/api/Office.WebPageFonts.Creator.md
index 94f68e68598..1706c13d6f2 100644
--- a/api/Office.WebPageFonts.Creator.md
+++ b/api/Office.WebPageFonts.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **WebPageFont
_expression_ A variable that represents a [WebPageFonts](./Office.WebPageFonts.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.WebPageFonts.Item.md b/api/Office.WebPageFonts.Item.md
index 1bb37a948f4..1320b290d3f 100644
--- a/api/Office.WebPageFonts.Item.md
+++ b/api/Office.WebPageFonts.Item.md
@@ -27,7 +27,7 @@ Gets a **WebPageFont** object from the **WebPageFonts** collection for a partic
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**MsoCharacterSet**|The specified character set.|
diff --git a/api/Office.WorkflowTask.Application.md b/api/Office.WorkflowTask.Application.md
index 211f8d9a15d..db7952008d3 100644
--- a/api/Office.WorkflowTask.Application.md
+++ b/api/Office.WorkflowTask.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.WorkflowTask.AssignedTo.md b/api/Office.WorkflowTask.AssignedTo.md
index f2513d849d4..02f32e254b9 100644
--- a/api/Office.WorkflowTask.AssignedTo.md
+++ b/api/Office.WorkflowTask.AssignedTo.md
@@ -23,7 +23,7 @@ Gets the name of the person that the workflow task is assigned to. Read-only.
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTask.CreatedBy.md b/api/Office.WorkflowTask.CreatedBy.md
index 265857b35d2..dde73a820cd 100644
--- a/api/Office.WorkflowTask.CreatedBy.md
+++ b/api/Office.WorkflowTask.CreatedBy.md
@@ -23,7 +23,7 @@ Gets the name of the person that created the workflow task. Read-only.
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTask.CreatedDate.md b/api/Office.WorkflowTask.CreatedDate.md
index 4632d5aa695..db67fefa1de 100644
--- a/api/Office.WorkflowTask.CreatedDate.md
+++ b/api/Office.WorkflowTask.CreatedDate.md
@@ -23,7 +23,7 @@ Gets the date that a workflow task was created. Read-only.
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/Office.WorkflowTask.Creator.md b/api/Office.WorkflowTask.Creator.md
index 3d4a487b24c..1039d863192 100644
--- a/api/Office.WorkflowTask.Creator.md
+++ b/api/Office.WorkflowTask.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **WorkflowTas
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.WorkflowTask.Description.md b/api/Office.WorkflowTask.Description.md
index a867a3b9394..8c1163e4280 100644
--- a/api/Office.WorkflowTask.Description.md
+++ b/api/Office.WorkflowTask.Description.md
@@ -23,7 +23,7 @@ Gets the description of a workflow task. Read-only.
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTask.DueDate.md b/api/Office.WorkflowTask.DueDate.md
index a4c67bfc935..345c955a3b5 100644
--- a/api/Office.WorkflowTask.DueDate.md
+++ b/api/Office.WorkflowTask.DueDate.md
@@ -23,7 +23,7 @@ Gets the date that a workflow task is due. Read-only.
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/Office.WorkflowTask.Id.md b/api/Office.WorkflowTask.Id.md
index 99eb73daef3..c814192fca4 100644
--- a/api/Office.WorkflowTask.Id.md
+++ b/api/Office.WorkflowTask.Id.md
@@ -23,7 +23,7 @@ Gets the ID of the Sharepoint list item. Read-only.
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTask.ListID.md b/api/Office.WorkflowTask.ListID.md
index ec19e89ebac..6a9be79ae4f 100644
--- a/api/Office.WorkflowTask.ListID.md
+++ b/api/Office.WorkflowTask.ListID.md
@@ -23,7 +23,7 @@ Gets the ID of the list containing the workflow task. Read-only.
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTask.Name.md b/api/Office.WorkflowTask.Name.md
index fdde12453be..287900b079d 100644
--- a/api/Office.WorkflowTask.Name.md
+++ b/api/Office.WorkflowTask.Name.md
@@ -23,7 +23,7 @@ Gets the name of the **WorkflowTask** object. Read-only.
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTask.Show.md b/api/Office.WorkflowTask.Show.md
index 7674ab31eae..02d0806ef8a 100644
--- a/api/Office.WorkflowTask.Show.md
+++ b/api/Office.WorkflowTask.Show.md
@@ -23,7 +23,7 @@ Displays a workflow task edit user interface for the specified **WorkflowTask**
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.WorkflowTask.WorkflowID.md b/api/Office.WorkflowTask.WorkflowID.md
index 53df5d47bf0..92111d952d3 100644
--- a/api/Office.WorkflowTask.WorkflowID.md
+++ b/api/Office.WorkflowTask.WorkflowID.md
@@ -23,7 +23,7 @@ Gets the ID of the workflow associated with a workflow task. Read-only.
_expression_ An expression that returns a [WorkflowTask](./Office.WorkflowTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTasks.Application.md b/api/Office.WorkflowTasks.Application.md
index 322c4c93cf3..2e00da4716e 100644
--- a/api/Office.WorkflowTasks.Application.md
+++ b/api/Office.WorkflowTasks.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [WorkflowTasks](./Office.WorkflowTasks.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.WorkflowTasks.Count.md b/api/Office.WorkflowTasks.Count.md
index a841fdd43ae..1bc185f21e8 100644
--- a/api/Office.WorkflowTasks.Count.md
+++ b/api/Office.WorkflowTasks.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **WorkflowTasks** collect
_expression_ An expression that returns a [WorkflowTasks](./Office.WorkflowTasks.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.WorkflowTasks.Creator.md b/api/Office.WorkflowTasks.Creator.md
index b324c672400..d4777f089c9 100644
--- a/api/Office.WorkflowTasks.Creator.md
+++ b/api/Office.WorkflowTasks.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **WorkflowTas
_expression_ An expression that returns a [WorkflowTasks](./Office.WorkflowTasks.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.WorkflowTasks.Item.md b/api/Office.WorkflowTasks.Item.md
index edec6463e69..c944c207f34 100644
--- a/api/Office.WorkflowTasks.Item.md
+++ b/api/Office.WorkflowTasks.Item.md
@@ -27,11 +27,11 @@ Gets a **WorkflowTask** object from the **WorkflowTasks** collection. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the **WorkflowTask** object to be returned.|
-### Return Value
+### Return value
WorkflowTask
diff --git a/api/Office.WorkflowTemplate.Application.md b/api/Office.WorkflowTemplate.Application.md
index ef6c63aa1e9..2116366747a 100644
--- a/api/Office.WorkflowTemplate.Application.md
+++ b/api/Office.WorkflowTemplate.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [WorkflowTemplate](./Office.WorkflowTemplate.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.WorkflowTemplate.Creator.md b/api/Office.WorkflowTemplate.Creator.md
index 4705c6ff1dd..7aba8c5d234 100644
--- a/api/Office.WorkflowTemplate.Creator.md
+++ b/api/Office.WorkflowTemplate.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **WorkflowTem
_expression_ An expression that returns a [WorkflowTemplate](./Office.WorkflowTemplate.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.WorkflowTemplate.Description.md b/api/Office.WorkflowTemplate.Description.md
index 2fa627aaa06..81744ba92be 100644
--- a/api/Office.WorkflowTemplate.Description.md
+++ b/api/Office.WorkflowTemplate.Description.md
@@ -23,7 +23,7 @@ Gets the description of a workflow template. Read-only.
_expression_ An expression that returns a [WorkflowTemplate](./Office.WorkflowTemplate.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTemplate.DocumentLibraryName.md b/api/Office.WorkflowTemplate.DocumentLibraryName.md
index 2042586bb4d..6cdbdc89921 100644
--- a/api/Office.WorkflowTemplate.DocumentLibraryName.md
+++ b/api/Office.WorkflowTemplate.DocumentLibraryName.md
@@ -23,7 +23,7 @@ Gets the name of the document library associated with the workflow template. Rea
_expression_ An expression that returns a [WorkflowTemplate](./Office.WorkflowTemplate.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTemplate.DocumentLibraryURL.md b/api/Office.WorkflowTemplate.DocumentLibraryURL.md
index ab1b1a26013..3f555c8974c 100644
--- a/api/Office.WorkflowTemplate.DocumentLibraryURL.md
+++ b/api/Office.WorkflowTemplate.DocumentLibraryURL.md
@@ -23,7 +23,7 @@ Gets the URL address of the document library where workflow templates are stored
_expression_ An expression that returns a [WorkflowTemplate](./Office.WorkflowTemplate.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTemplate.Id.md b/api/Office.WorkflowTemplate.Id.md
index 7857ffdd62d..d9c6c772d3a 100644
--- a/api/Office.WorkflowTemplate.Id.md
+++ b/api/Office.WorkflowTemplate.Id.md
@@ -23,7 +23,7 @@ Gets the ID of a template used to create a workflow instance. Read-only.
_expression_ An expression that returns a [WorkflowTemplate](./Office.WorkflowTemplate.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTemplate.Name.md b/api/Office.WorkflowTemplate.Name.md
index 64e74db25e6..71a684ed06d 100644
--- a/api/Office.WorkflowTemplate.Name.md
+++ b/api/Office.WorkflowTemplate.Name.md
@@ -23,7 +23,7 @@ Gets the name of the **WorkflowTemplate** object. Read-only.
_expression_ An expression that returns a [WorkflowTemplate](./Office.WorkflowTemplate.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Office.WorkflowTemplate.Show.md b/api/Office.WorkflowTemplate.Show.md
index c2acd18583d..265f1b1613b 100644
--- a/api/Office.WorkflowTemplate.Show.md
+++ b/api/Office.WorkflowTemplate.Show.md
@@ -23,7 +23,7 @@ Displays a workflow specific configuration user interface for the specified **W
_expression_ An expression that returns a [WorkflowTemplate](./Office.WorkflowTemplate.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Office.WorkflowTemplates.Application.md b/api/Office.WorkflowTemplates.Application.md
index 5cd80ea1cc3..0c75ae5267c 100644
--- a/api/Office.WorkflowTemplates.Application.md
+++ b/api/Office.WorkflowTemplates.Application.md
@@ -20,7 +20,7 @@ Gets an **Application** object that represents the container application for th
_expression_ An expression that returns a [WorkflowTemplates](./Office.WorkflowTemplates.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Office.WorkflowTemplates.Count.md b/api/Office.WorkflowTemplates.Count.md
index cfffca0d26f..b6767b4c5dc 100644
--- a/api/Office.WorkflowTemplates.Count.md
+++ b/api/Office.WorkflowTemplates.Count.md
@@ -23,7 +23,7 @@ Gets a **Long** indicating the number of items in the **WorkflowTemplates** col
_expression_ An expression that returns a [WorkflowTemplates](./Office.WorkflowTemplates.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.WorkflowTemplates.Creator.md b/api/Office.WorkflowTemplates.Creator.md
index 00a278acbaf..0e0d9919f1a 100644
--- a/api/Office.WorkflowTemplates.Creator.md
+++ b/api/Office.WorkflowTemplates.Creator.md
@@ -20,7 +20,7 @@ Gets a 32-bit integer that indicates the application in which the **WorkflowTem
_expression_ An expression that returns a [WorkflowTemplates](./Office.WorkflowTemplates.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Office.XlDataLabelPosition.md b/api/Office.XlDataLabelPosition.md
index a112a8e54b8..f4c3a0dcd2b 100644
--- a/api/Office.XlDataLabelPosition.md
+++ b/api/Office.XlDataLabelPosition.md
@@ -14,7 +14,7 @@ Indicates the position of data labels relative to the data markers.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlLabelPositionAbove**|0|Data label positioned above point.|
|**xlLabelPositionBelow**|1|Data label positioned below point.|
diff --git a/api/Office.XlDisplayUnit.md b/api/Office.XlDisplayUnit.md
index 0fed617062b..15bde84ac51 100644
--- a/api/Office.XlDisplayUnit.md
+++ b/api/Office.XlDisplayUnit.md
@@ -14,7 +14,7 @@ Indicates numeric units of measurement.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlDisplayUnitCustom**|-4114|Specifies custom units.|
|**xlDisplayUnitNone**|-4142|No units are displayed.|
diff --git a/api/Office.XlPivotFieldOrientation.md b/api/Office.XlPivotFieldOrientation.md
index bba1bfbf9f8..103e5990588 100644
--- a/api/Office.XlPivotFieldOrientation.md
+++ b/api/Office.XlPivotFieldOrientation.md
@@ -14,7 +14,7 @@ Specifies the location of the field in a PivotTable report.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlColumnField**|2|Specifies the Column field.|
|**xlDataField**|4|Specifies the Data field.|
diff --git a/api/Office.XlSizeRepresents.md b/api/Office.XlSizeRepresents.md
index 72f8ff5f190..db3248b3de4 100644
--- a/api/Office.XlSizeRepresents.md
+++ b/api/Office.XlSizeRepresents.md
@@ -14,7 +14,7 @@ Indicates what the size measurement is in relation to.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlSizeIsArea**|1|The size measure is for the area.|
|**xlSizeIsWidth**|2|The size measure is for the width.|
diff --git a/api/Office.XlTimeUnit.md b/api/Office.XlTimeUnit.md
index 766f27df72a..4d786c6e463 100644
--- a/api/Office.XlTimeUnit.md
+++ b/api/Office.XlTimeUnit.md
@@ -14,7 +14,7 @@ Indicates units of time measurement.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlDays**|0|Specifies Day units.|
|**xlMonths**|1|Specifies Month units.|
diff --git a/api/Outlook.Account.GetAddressEntryFromID.md b/api/Outlook.Account.GetAddressEntryFromID.md
index b8b79805105..74a3e3bc836 100644
--- a/api/Outlook.Account.GetAddressEntryFromID.md
+++ b/api/Outlook.Account.GetAddressEntryFromID.md
@@ -27,11 +27,11 @@ Returns an **[AddressEntry](Outlook.AddressEntry.md)** object that represents t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ID_|Required| **String**|Used to identify an address entry that is maintained for the session.|
-### Return Value
+### Return value
An **AddressEntry** that has the **[ID](Outlook.AddressEntry.ID.md)** property that matches the specified _ID_ .
diff --git a/api/Outlook.Account.GetRecipientFromID.md b/api/Outlook.Account.GetRecipientFromID.md
index a9404a91398..185e7b97891 100644
--- a/api/Outlook.Account.GetRecipientFromID.md
+++ b/api/Outlook.Account.GetRecipientFromID.md
@@ -27,11 +27,11 @@ Returns the **[Recipient](Outlook.Recipient.md)** object that is identified by t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EntryID_|Required| **String**|The **[EntryID](Outlook.Recipient.EntryID.md)** of the recipient.|
-### Return Value
+### Return value
A **Recipient** object that represents the recipient associated with the specified entry ID.
diff --git a/api/Outlook.AccountSelector.SelectedAccountChange.md b/api/Outlook.AccountSelector.SelectedAccountChange.md
index b3c4cae32aa..b079c9259e2 100644
--- a/api/Outlook.AccountSelector.SelectedAccountChange.md
+++ b/api/Outlook.AccountSelector.SelectedAccountChange.md
@@ -27,7 +27,7 @@ Occurs when the user selects a different account in the drop-down list under **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SelectedAccount_|Required| **Account**|Represents the currently selected account in the Backstage view.|
diff --git a/api/Outlook.Accounts.AutoDiscoverComplete.md b/api/Outlook.Accounts.AutoDiscoverComplete.md
index 20d4962d6ea..de27969902e 100644
--- a/api/Outlook.Accounts.AutoDiscoverComplete.md
+++ b/api/Outlook.Accounts.AutoDiscoverComplete.md
@@ -27,7 +27,7 @@ Occurs after Microsoft Outlook has finished accessing the auto-discovery service
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Account_|Required| **Account**|The account whose auto-discovery of the associated Exchange Server is complete.|
diff --git a/api/Outlook.Accounts.Item.md b/api/Outlook.Accounts.Item.md
index df3d02f10c9..fe2af0736c5 100644
--- a/api/Outlook.Accounts.Item.md
+++ b/api/Outlook.Accounts.Item.md
@@ -27,11 +27,11 @@ Returns an **[Account](Outlook.Account.md)** object specified by _Index_ .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|A one-based **Long** that indexes into the **[Accounts](Outlook.Accounts.md)** collection, or a **String** that specifies the **[DisplayName](Outlook.Account.DisplayName.md)** of an **Account** .|
-### Return Value
+### Return value
An **Account** object that matches the account specified by _Index_ .
diff --git a/api/Outlook.Action.Execute.md b/api/Outlook.Action.Execute.md
index 74b5c3eff8a..cd61cb884de 100644
--- a/api/Outlook.Action.Execute.md
+++ b/api/Outlook.Action.Execute.md
@@ -23,7 +23,7 @@ Executes the action for the specified item.
_expression_ An expression that returns a [Action](./Outlook.Action.md) object.
-### Return Value
+### Return value
An **Object** value that represents the Outlook item created by the action upon execution.
diff --git a/api/Outlook.Actions.Add.md b/api/Outlook.Actions.Add.md
index aee81feb32e..2b09b88b577 100644
--- a/api/Outlook.Actions.Add.md
+++ b/api/Outlook.Actions.Add.md
@@ -23,7 +23,7 @@ Creates a new action in the **[Actions](Outlook.Actions.md)** collection.
_expression_ A variable that represents an [Actions](./Outlook.Actions.md) object.
-### Return Value
+### Return value
An **[Action](Outlook.Action.md)** object that represents the new action.
diff --git a/api/Outlook.Actions.Item.md b/api/Outlook.Actions.Item.md
index bb021e0e2b6..b6c5ea7d5a6 100644
--- a/api/Outlook.Actions.Item.md
+++ b/api/Outlook.Actions.Item.md
@@ -27,11 +27,11 @@ Returns an **[Action](Outlook.Action.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Action** object that represents the specified object.
diff --git a/api/Outlook.Actions.Remove.md b/api/Outlook.Actions.Remove.md
index 723a7f42b06..707f9e6db5f 100644
--- a/api/Outlook.Actions.Remove.md
+++ b/api/Outlook.Actions.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The 1-based index value of the object within the collection.|
diff --git a/api/Outlook.AddressEntries.Add.md b/api/Outlook.AddressEntries.Add.md
index 545741fba0d..695dd2060d7 100644
--- a/api/Outlook.AddressEntries.Add.md
+++ b/api/Outlook.AddressEntries.Add.md
@@ -27,13 +27,13 @@ Adds a new entry to the **[AddressEntries](Outlook.AddressEntries.md)** collect
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **String**|The type of the new entry.|
| _Name_|Optional| **Variant**|The name of the new entry.|
| _Address_|Optional| **Variant**|The address.|
-### Return Value
+### Return value
An **[AddressEntry](Outlook.AddressEntry.md)** object that represents the new entry.
diff --git a/api/Outlook.AddressEntries.GetFirst.md b/api/Outlook.AddressEntries.GetFirst.md
index 8f5d48275f8..707216b9648 100644
--- a/api/Outlook.AddressEntries.GetFirst.md
+++ b/api/Outlook.AddressEntries.GetFirst.md
@@ -23,7 +23,7 @@ Returns the first object in the **[AddressEntries](Outlook.AddressEntries.md)**
_expression_ A variable that represents an [AddressEntries](./Outlook.AddressEntries.md) object.
-### Return Value
+### Return value
An **[AddressEntry](Outlook.AddressEntry.md)** object that represents the first object contained by the collection.
diff --git a/api/Outlook.AddressEntries.GetLast.md b/api/Outlook.AddressEntries.GetLast.md
index 0322a29308e..c42d3c01da9 100644
--- a/api/Outlook.AddressEntries.GetLast.md
+++ b/api/Outlook.AddressEntries.GetLast.md
@@ -23,7 +23,7 @@ Returns the last object in the **[AddressEntries](Outlook.AddressEntries.md)**
_expression_ A variable that represents an [AddressEntries](./Outlook.AddressEntries.md) object.
-### Return Value
+### Return value
An **[AddressEntry](Outlook.AddressEntry.md)** object that represents the last object contained by the collection.
diff --git a/api/Outlook.AddressEntries.GetNext.md b/api/Outlook.AddressEntries.GetNext.md
index 390063881fb..3d8e901c390 100644
--- a/api/Outlook.AddressEntries.GetNext.md
+++ b/api/Outlook.AddressEntries.GetNext.md
@@ -23,7 +23,7 @@ Returns the next object in the **[AddressEntries](Outlook.AddressEntries.md)**
_expression_ A variable that represents an [AddressEntries](./Outlook.AddressEntries.md) object.
-### Return Value
+### Return value
An **[AddressEntry](Outlook.AddressEntry.md)** object that represents the next object contained by the collection.
diff --git a/api/Outlook.AddressEntries.GetPrevious.md b/api/Outlook.AddressEntries.GetPrevious.md
index 14ddbc6f350..b5c00793942 100644
--- a/api/Outlook.AddressEntries.GetPrevious.md
+++ b/api/Outlook.AddressEntries.GetPrevious.md
@@ -23,7 +23,7 @@ Returns the previous object in the **[AddressEntries](Outlook.AddressEntries.md
_expression_ A variable that represents an [AddressEntries](./Outlook.AddressEntries.md) object.
-### Return Value
+### Return value
An **[AddressEntry](Outlook.AddressEntry.md)** object that represents the previous object contained by the collection.
diff --git a/api/Outlook.AddressEntries.Item.md b/api/Outlook.AddressEntries.Item.md
index d989e0f7fb0..8f76a843e8e 100644
--- a/api/Outlook.AddressEntries.Item.md
+++ b/api/Outlook.AddressEntries.Item.md
@@ -27,11 +27,11 @@ Returns an **[AddressEntry](Outlook.AddressEntry.md)** object from the collecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **AddressEntry** object that represents the specified object.
diff --git a/api/Outlook.AddressEntries.Sort.md b/api/Outlook.AddressEntries.Sort.md
index d91a145553a..5715d0d09e5 100644
--- a/api/Outlook.AddressEntries.Sort.md
+++ b/api/Outlook.AddressEntries.Sort.md
@@ -27,7 +27,7 @@ Sorts the collection of items by the specified property. The index for the colle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Property_|Optional| **Variant**|The name of the property by which to sort, which may be enclosed in brackets, for example, "[CompanyName]". May not be a user-defined field, and may not be a multi-valued property, such as a category.|
| _Order_|Optional| **Variant**|The order for the specified address entries. Can be one of these **OlSortOrder** constants: **olAscending** , **olDescending** , or **olSortNone** .|
diff --git a/api/Outlook.AddressEntry.Details.md b/api/Outlook.AddressEntry.Details.md
index 64ebc6f5e59..49e1f7dc743 100644
--- a/api/Outlook.AddressEntry.Details.md
+++ b/api/Outlook.AddressEntry.Details.md
@@ -27,7 +27,7 @@ Displays a modeless dialog box that provides detailed information about an **[A
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HWnd_|Optional| **Variant**|The parent window handle for the **Details** dialog box. A zero value (the default) specifies that the dialog is parented to Outlook.|
diff --git a/api/Outlook.AddressEntry.GetContact.md b/api/Outlook.AddressEntry.GetContact.md
index ff43fa75e32..13ee3a5d300 100644
--- a/api/Outlook.AddressEntry.GetContact.md
+++ b/api/Outlook.AddressEntry.GetContact.md
@@ -23,7 +23,7 @@ Returns a **[ContactItem](Outlook.ContactItem.md)** object that represents the
_expression_ A variable that represents an [AddressEntry](./Outlook.AddressEntry.md) object.
-### Return Value
+### Return value
A **ContactItem** object that corresponds to the **AddressEntry** . Returns **Null** (**Nothing** in Visual Basic) if the **AddressEntry** object does not correspond to a contact in a Contacts Address Book.
diff --git a/api/Outlook.AddressEntry.GetExchangeDistributionList.md b/api/Outlook.AddressEntry.GetExchangeDistributionList.md
index f6c4e8f3c8c..816d201ce0b 100644
--- a/api/Outlook.AddressEntry.GetExchangeDistributionList.md
+++ b/api/Outlook.AddressEntry.GetExchangeDistributionList.md
@@ -23,7 +23,7 @@ Returns an **[ExchangeDistributionList](Outlook.ExchangeDistributionList.md)**
_expression_ A variable that represents an [AddressEntry](./Outlook.AddressEntry.md) object.
-### Return Value
+### Return value
An **ExchangeDistributionList** object that represents the **AddressEntry** . Returns **Null** (**Nothing** in Visual Basic) if the **AddressEntry** object does not correspond to an Exchange distribution list.
diff --git a/api/Outlook.AddressEntry.GetExchangeUser.md b/api/Outlook.AddressEntry.GetExchangeUser.md
index 5708a9ec394..18e0b40ef47 100644
--- a/api/Outlook.AddressEntry.GetExchangeUser.md
+++ b/api/Outlook.AddressEntry.GetExchangeUser.md
@@ -23,7 +23,7 @@ Returns an **[ExchangeUser](Outlook.ExchangeUser.md)** object that represents t
_expression_ A variable that represents an [AddressEntry](./Outlook.AddressEntry.md) object.
-### Return Value
+### Return value
An **ExchangeUser** object that represents the **AddressEntry** . Returns **Null** (**Nothing** in Visual Basic) if the **AddressEntry** object does not correspond to an Exchange user.
diff --git a/api/Outlook.AddressEntry.GetFreeBusy.md b/api/Outlook.AddressEntry.GetFreeBusy.md
index 40ce1957e09..becba7d7412 100644
--- a/api/Outlook.AddressEntry.GetFreeBusy.md
+++ b/api/Outlook.AddressEntry.GetFreeBusy.md
@@ -27,13 +27,13 @@ Returns a **String** value that represents the availability of the individual u
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required| **Date**|Specifies the date.|
| _MinPerChar_|Required| **Long**|Specifies the length of each time slot in minutes. The default value is 30.|
| _CompleteFormat_|Optional| **Variant**|Specifies a **Boolean** value that represents the level of information returned for each time slot. The default value is **False** .|
-### Return Value
+### Return value
A String value that represents the availability of the user for the specified period. The string value contains one character for each time slot within the specified period.
diff --git a/api/Outlook.AddressEntry.Update.md b/api/Outlook.AddressEntry.Update.md
index 314d13ccb85..8244eabd993 100644
--- a/api/Outlook.AddressEntry.Update.md
+++ b/api/Outlook.AddressEntry.Update.md
@@ -27,7 +27,7 @@ Posts a change to the **[AddressEntry](Outlook.AddressEntry.md)** object in the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MakePermanent_|Optional| **Variant**| A value of **True** indicates that the property cache is flushed and all changes are committed in the underlying address book. A value of **False** indicates that the property cache is flushed but not committed to persistent storage. The default value is **True** .|
| _Refresh_|Optional| **Variant**|A value of **True** indicates that the property cache is reloaded from the values in the underlying address book. A value of **False** indicates that the property cache is not reloaded. The default value is **False** .|
diff --git a/api/Outlook.AddressList.GetContactsFolder.md b/api/Outlook.AddressList.GetContactsFolder.md
index 77aba21a2a3..6c342570594 100644
--- a/api/Outlook.AddressList.GetContactsFolder.md
+++ b/api/Outlook.AddressList.GetContactsFolder.md
@@ -23,7 +23,7 @@ Obtains a **[Folder](Outlook.Folder.md)** object that represents the Contacts f
_expression_ A variable that represents an [AddressList](./Outlook.AddressList.md) object.
-### Return Value
+### Return value
A **Folder** object that represents the Outlook Contacts folder for the **AddressList** . Returns **Null** (**Nothing** in Visual Basic) if no Outlook contacts folder is found.
diff --git a/api/Outlook.AddressLists.Item.md b/api/Outlook.AddressLists.Item.md
index ac2c2cced02..cf6291229cb 100644
--- a/api/Outlook.AddressLists.Item.md
+++ b/api/Outlook.AddressLists.Item.md
@@ -27,11 +27,11 @@ Returns an **[AddressList](Outlook.AddressList.md)** object from the collection
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **AddressList** object that represents the specified object.
diff --git a/api/Outlook.Application.ActiveExplorer.md b/api/Outlook.Application.ActiveExplorer.md
index f5ace6ff810..3a71e2e59af 100644
--- a/api/Outlook.Application.ActiveExplorer.md
+++ b/api/Outlook.Application.ActiveExplorer.md
@@ -23,7 +23,7 @@ Returns the topmost **[Explorer](Outlook.Explorer.md)** object on the desktop.
_expression_ A variable that represents an [Application](./Outlook.Application.md) object.
-### Return Value
+### Return value
An **Explorer** that represents the topmost explorer on the desktop. Returns **Nothing** if no explorer is active.
diff --git a/api/Outlook.Application.ActiveInspector.md b/api/Outlook.Application.ActiveInspector.md
index 3d067dfbf89..2153ce23820 100644
--- a/api/Outlook.Application.ActiveInspector.md
+++ b/api/Outlook.Application.ActiveInspector.md
@@ -23,7 +23,7 @@ Returns the topmost **[Inspector](Outlook.Inspector.md)** object on the desktop
_expression_ A variable that represents an [Application](./Outlook.Application.md) object.
-### Return Value
+### Return value
An **Inspector** that represents the topmost inspector on the desktop.
diff --git a/api/Outlook.Application.ActiveWindow.md b/api/Outlook.Application.ActiveWindow.md
index c7a71d29a74..5689696f2b4 100644
--- a/api/Outlook.Application.ActiveWindow.md
+++ b/api/Outlook.Application.ActiveWindow.md
@@ -23,7 +23,7 @@ Returns an object representing the current Microsoft Outlook window on the deskt
_expression_ A variable that represents an [Application](./Outlook.Application.md) object.
-### Return Value
+### Return value
An **Object** that represents the current Outlook window on the desktop. Returns **Nothing** if no Outlook explorer or inspector is open.
diff --git a/api/Outlook.Application.AdvancedSearch.md b/api/Outlook.Application.AdvancedSearch.md
index ca774e71d59..e6e23e4146a 100644
--- a/api/Outlook.Application.AdvancedSearch.md
+++ b/api/Outlook.Application.AdvancedSearch.md
@@ -27,14 +27,14 @@ Performs a search based on a specified DAV Searching and Locating (DASL) search
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Scope_|Required| **String**|The scope of the search. For example, the folder path of a folder. It is recommended that the folder path is enclosed within single quotes. Otherwise, the search might not return correct results if the folder path contains special characters including Unicode characters. To specify multiple folder paths, enclose each folder path in single quotes and separate the single quoted folder paths with a comma.|
| _Filter_|Optional| **Variant**|The DASL search filter that defines the parameters of the search.|
| _SearchSubFolders_|Optional| **Variant**|Determines if the search will include any of the folder's subfolders.|
| _Tag_|Optional| **Variant**|The name given as an identifier for the search.|
-### Return Value
+### Return value
A **[Search](Outlook.Search.md)** object that represents the results of the search.
diff --git a/api/Outlook.Application.AdvancedSearchComplete.md b/api/Outlook.Application.AdvancedSearchComplete.md
index ec81a9b7b7c..53d5a15a225 100644
--- a/api/Outlook.Application.AdvancedSearchComplete.md
+++ b/api/Outlook.Application.AdvancedSearchComplete.md
@@ -27,7 +27,7 @@ Occurs when the **[AdvancedSearch](Outlook.Application.AdvancedSearch.md)** met
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SearchObject_|Required| **[Search](Outlook.Search.md)**|The **Search** object returned by the **[AdvancedSearch](Outlook.Application.AdvancedSearch.md)** method.|
diff --git a/api/Outlook.Application.AdvancedSearchStopped.md b/api/Outlook.Application.AdvancedSearchStopped.md
index 37dbb832fa6..250c7cb0c1a 100644
--- a/api/Outlook.Application.AdvancedSearchStopped.md
+++ b/api/Outlook.Application.AdvancedSearchStopped.md
@@ -27,7 +27,7 @@ Occurs when a specified **[Search](Outlook.Search.md)** object's **[Stop](Outlo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SearchObject_|Required| **Search**|The **[Search](Outlook.Search.md)** object returned by the **[AdvancedSearch](Outlook.Application.AdvancedSearch.md)** method.|
diff --git a/api/Outlook.Application.BeforeFolderSharingDialog.md b/api/Outlook.Application.BeforeFolderSharingDialog.md
index a6de411c14a..479c40dda34 100644
--- a/api/Outlook.Application.BeforeFolderSharingDialog.md
+++ b/api/Outlook.Application.BeforeFolderSharingDialog.md
@@ -27,7 +27,7 @@ Occurs before the **Sharing** dialog box is displayed for a selected **[Folder]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FolderToShare_|Required| **Folder**|The **Folder** object to be shared.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the dialog box is not displayed.|
diff --git a/api/Outlook.Application.CopyFile.md b/api/Outlook.Application.CopyFile.md
index c5856de731e..d533552bd37 100644
--- a/api/Outlook.Application.CopyFile.md
+++ b/api/Outlook.Application.CopyFile.md
@@ -27,12 +27,12 @@ Copies a file from a specified location into a Microsoft Outlook store.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FilePath_|Required| **String**|The path name of the object you want to copy.|
| _DestFolderPath_|Required| **String**|The location you want to copy the file to.|
-### Return Value
+### Return value
An **Object** value that represents the copied file.
diff --git a/api/Outlook.Application.CreateItem.md b/api/Outlook.Application.CreateItem.md
index a0630d866ad..21aa415fdbc 100644
--- a/api/Outlook.Application.CreateItem.md
+++ b/api/Outlook.Application.CreateItem.md
@@ -27,11 +27,11 @@ Creates and returns a new Microsoft Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ItemType_|Required| **[OlItemType](Outlook.OlItemType.md)**|The Outlook item type for the new item.|
-### Return Value
+### Return value
An **Object** value that represents the new Outlook item.
diff --git a/api/Outlook.Application.CreateItemFromTemplate.md b/api/Outlook.Application.CreateItemFromTemplate.md
index da58d018ba3..c8f26c3de61 100644
--- a/api/Outlook.Application.CreateItemFromTemplate.md
+++ b/api/Outlook.Application.CreateItemFromTemplate.md
@@ -27,12 +27,12 @@ Creates a new Microsoft Outlook item from an Outlook template (.oft) and returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TemplatePath_|Required| **String**|The path and file name of the Outlook template for the new item.|
| _InFolder_|Optional| **Variant**|The folder in which the item is to be created. If this argument is omitted, the default folder for the item type will be used.|
-### Return Value
+### Return value
An **Object** value that represents the new Outlook item.
diff --git a/api/Outlook.Application.CreateObject.md b/api/Outlook.Application.CreateObject.md
index 66c406495a1..3595b1c7b2d 100644
--- a/api/Outlook.Application.CreateObject.md
+++ b/api/Outlook.Application.CreateObject.md
@@ -27,11 +27,11 @@ Creates an automation object of the specified class.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectName_|Required| **String**|The class name of the object to create. For information about valid class names, see [OLE Programmatic Identifiers](../outlook/Concepts/Getting-Started/ole-programmatic-identifiers-outlook.md).|
-### Return Value
+### Return value
An Object value that represents the new Automation object instance. If the application is already running, **CreateObject** will create a new instance.
diff --git a/api/Outlook.Application.GetNamespace.md b/api/Outlook.Application.GetNamespace.md
index 3f03a3e56d6..5c3b7468597 100644
--- a/api/Outlook.Application.GetNamespace.md
+++ b/api/Outlook.Application.GetNamespace.md
@@ -27,11 +27,11 @@ Returns a **[NameSpace](Outlook.NameSpace.md)** object of the specified type.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **String**|The type of name space to return.|
-### Return Value
+### Return value
A **NameSpace** object that represents the specified namespace.
diff --git a/api/Outlook.Application.GetObjectReference.md b/api/Outlook.Application.GetObjectReference.md
index 0e56acaba3d..fb1844a15d0 100644
--- a/api/Outlook.Application.GetObjectReference.md
+++ b/api/Outlook.Application.GetObjectReference.md
@@ -27,12 +27,12 @@ Creates a strong or weak object reference for a specified Outlook object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The object from which to obtain a strong or weak object reference.|
| _ReferenceType_|Required| **[OlReferenceType](Outlook.OlReferenceType.md)**|The type of object reference.|
-### Return Value
+### Return value
An **Object** that represents a strong or weak object reference for the specified object.
diff --git a/api/Outlook.Application.IsSearchSynchronous.md b/api/Outlook.Application.IsSearchSynchronous.md
index ccae9dca802..de7b47ca6a1 100644
--- a/api/Outlook.Application.IsSearchSynchronous.md
+++ b/api/Outlook.Application.IsSearchSynchronous.md
@@ -27,11 +27,11 @@ Returns a **Boolean** indicating if a search will be synchronous or asynchronou
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LookInFolders_|Required| **String**|The path name of the folders that the search will search through. You must enclose the folder path with single quotes.|
-### Return Value
+### Return value
**True** if the search is synchronous; otherwise, **False** .
diff --git a/api/Outlook.Application.ItemLoad.md b/api/Outlook.Application.ItemLoad.md
index ade2f55ff25..f688c4a9cc9 100644
--- a/api/Outlook.Application.ItemLoad.md
+++ b/api/Outlook.Application.ItemLoad.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents an [Application](./Outlook.Application.m
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|A weak object reference for the loaded Outlook item.|
diff --git a/api/Outlook.Application.ItemSend.md b/api/Outlook.Application.ItemSend.md
index 05d36854d4b..bdd8b51dbfa 100644
--- a/api/Outlook.Application.ItemSend.md
+++ b/api/Outlook.Application.ItemSend.md
@@ -27,7 +27,7 @@ Occurs whenever an Microsoft Outlook item is sent, either by the user through an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being sent.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the send action is not completed and the inspector is left open.|
diff --git a/api/Outlook.Application.NewMailEx.md b/api/Outlook.Application.NewMailEx.md
index 71f25af9d19..579be42eedf 100644
--- a/api/Outlook.Application.NewMailEx.md
+++ b/api/Outlook.Application.NewMailEx.md
@@ -27,7 +27,7 @@ Occurs when a new item is received in the Inbox.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EntryIDCollection_|Required| **String**|A string representing an Entry ID of an item received in the **Inbox**.|
diff --git a/api/Outlook.Application.OptionsPagesAdd.md b/api/Outlook.Application.OptionsPagesAdd.md
index af071f794b7..402542c2a96 100644
--- a/api/Outlook.Application.OptionsPagesAdd.md
+++ b/api/Outlook.Application.OptionsPagesAdd.md
@@ -27,7 +27,7 @@ Occurs whenever the user clicks the **Add-in Options** button on the **Add-ins*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pages_|Required| **[PropertyPages](Outlook.PropertyPages.md)**|The collection of property pages that have been added to the dialog box. This collection includes only custom property pages. It does not include standard Microsoft Outlook property pages.|
| _Folder_|Required| **PropertyPages**|This argument is only used with the **[Folder](Outlook.Folder.md)** object. The **Folder** object for which the **Properties** dialog box is being opened.|
diff --git a/api/Outlook.Application.RefreshFormRegionDefinition.md b/api/Outlook.Application.RefreshFormRegionDefinition.md
index 9fa71f25301..5dc4504fd3e 100644
--- a/api/Outlook.Application.RefreshFormRegionDefinition.md
+++ b/api/Outlook.Application.RefreshFormRegionDefinition.md
@@ -27,7 +27,7 @@ Refreshes the cache by obtaining the current definition from the Windows registr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RegionName_|Required| **String**|The internal name of the form region whose definition you want to refresh in the cache. To refresh all form region definitions, specify an empty string.|
diff --git a/api/Outlook.Application.Reminder.md b/api/Outlook.Application.Reminder.md
index c14adb0cf55..883b5118630 100644
--- a/api/Outlook.Application.Reminder.md
+++ b/api/Outlook.Application.Reminder.md
@@ -27,7 +27,7 @@ Occurs immediately before a reminder is displayed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The **[AppointmentItem](Outlook.AppointmentItem.md)** , **[MailItem](Outlook.MailItem.md)** , **[ContactItem](Outlook.ContactItem.md)** , or **[TaskItem](Outlook.TaskItem.md)** associated with the reminder. If the appointment associated with the reminder is a recurring appointment, _Item_ is the specific occurrence of the appointment that displayed the reminder, not the master appointment.|
diff --git a/api/Outlook.AppointmentItem.AttachmentAdd.md b/api/Outlook.AppointmentItem.AttachmentAdd.md
index f1f56e78626..a6babdae55c 100644
--- a/api/Outlook.AppointmentItem.AttachmentAdd.md
+++ b/api/Outlook.AppointmentItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.AppointmentItem.AttachmentRead.md b/api/Outlook.AppointmentItem.AttachmentRead.md
index 7cc353ec7d5..2340d9971a3 100644
--- a/api/Outlook.AppointmentItem.AttachmentRead.md
+++ b/api/Outlook.AppointmentItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.AppointmentItem.AttachmentRemove.md b/api/Outlook.AppointmentItem.AttachmentRemove.md
index 315dd6023d7..d6262863626 100644
--- a/api/Outlook.AppointmentItem.AttachmentRemove.md
+++ b/api/Outlook.AppointmentItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.AppointmentItem.BeforeAttachmentAdd.md b/api/Outlook.AppointmentItem.BeforeAttachmentAdd.md
index 9be070909f8..49e5278f4c4 100644
--- a/api/Outlook.AppointmentItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.AppointmentItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.AppointmentItem.BeforeAttachmentPreview.md b/api/Outlook.AppointmentItem.BeforeAttachmentPreview.md
index fe5de403836..3b0a6dacb17 100644
--- a/api/Outlook.AppointmentItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.AppointmentItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.AppointmentItem.BeforeAttachmentRead.md b/api/Outlook.AppointmentItem.BeforeAttachmentRead.md
index b16f7ad9af3..c1923d0657b 100644
--- a/api/Outlook.AppointmentItem.BeforeAttachmentRead.md
+++ b/api/Outlook.AppointmentItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.AppointmentItem.BeforeAttachmentSave.md b/api/Outlook.AppointmentItem.BeforeAttachmentSave.md
index 963260f70a4..11fc93e6f4b 100644
--- a/api/Outlook.AppointmentItem.BeforeAttachmentSave.md
+++ b/api/Outlook.AppointmentItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.AppointmentItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.AppointmentItem.BeforeAttachmentWriteToTempFile.md
index 402fe7836db..c0ab1651181 100644
--- a/api/Outlook.AppointmentItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.AppointmentItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.AppointmentItem.BeforeAutoSave.md b/api/Outlook.AppointmentItem.BeforeAutoSave.md
index 364a1ac35e2..e6b84e20644 100644
--- a/api/Outlook.AppointmentItem.BeforeAutoSave.md
+++ b/api/Outlook.AppointmentItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[AppointmentItem](Outlook.AppointmentItem.md)** to be saved.|
diff --git a/api/Outlook.AppointmentItem.BeforeCheckNames.md b/api/Outlook.AppointmentItem.BeforeCheckNames.md
index 53e5f765ede..f2fece74906 100644
--- a/api/Outlook.AppointmentItem.BeforeCheckNames.md
+++ b/api/Outlook.AppointmentItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.AppointmentItem.BeforeDelete.md b/api/Outlook.AppointmentItem.BeforeDelete.md
index 8ac2c072c90..aed1d86df86 100644
--- a/api/Outlook.AppointmentItem.BeforeDelete.md
+++ b/api/Outlook.AppointmentItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.AppointmentItem.Close(even).md b/api/Outlook.AppointmentItem.Close(even).md
index 8868b2956c7..19918dc4507 100644
--- a/api/Outlook.AppointmentItem.Close(even).md
+++ b/api/Outlook.AppointmentItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.AppointmentItem.Close(method).md b/api/Outlook.AppointmentItem.Close(method).md
index 3f08337bcb5..f3f41c0b56e 100644
--- a/api/Outlook.AppointmentItem.Close(method).md
+++ b/api/Outlook.AppointmentItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.AppointmentItem.CopyTo.md b/api/Outlook.AppointmentItem.CopyTo.md
index 957cd66f4fa..c069c63fcdb 100644
--- a/api/Outlook.AppointmentItem.CopyTo.md
+++ b/api/Outlook.AppointmentItem.CopyTo.md
@@ -27,12 +27,12 @@ Copies the **[AppointmentItem](Outlook.AppointmentItem.md)** to the folder that
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestinationFolder_|Required| **[Folder](Outlook.Folder.md)**|Specifies the folder to which the **AppointmentItem** object is copied.|
| _CopyOptions_|Required| **[OlAppointmentCopyOptions](Outlook.OlAppointmentCopyOptions.md)**|Specifies the user experience of the copy operation.|
-### Return Value
+### Return value
Returns an **AppointmentItem** that represents the object created in the destination folder as a result of the copy operation.
diff --git a/api/Outlook.AppointmentItem.CustomAction.md b/api/Outlook.AppointmentItem.CustomAction.md
index 0ad1a567792..1d38a868b74 100644
--- a/api/Outlook.AppointmentItem.CustomAction.md
+++ b/api/Outlook.AppointmentItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.AppointmentItem.CustomPropertyChange.md b/api/Outlook.AppointmentItem.CustomPropertyChange.md
index 45ebcc59961..bdc4c49c587 100644
--- a/api/Outlook.AppointmentItem.CustomPropertyChange.md
+++ b/api/Outlook.AppointmentItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.AppointmentItem.Display.md b/api/Outlook.AppointmentItem.Display.md
index ac8aa40566f..6bebb9c83ba 100644
--- a/api/Outlook.AppointmentItem.Display.md
+++ b/api/Outlook.AppointmentItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.AppointmentItem.Forward.md b/api/Outlook.AppointmentItem.Forward.md
index f5eb4b46fd5..705593c033e 100644
--- a/api/Outlook.AppointmentItem.Forward.md
+++ b/api/Outlook.AppointmentItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.AppointmentItem.ForwardAsVcal.md b/api/Outlook.AppointmentItem.ForwardAsVcal.md
index 0376b96db55..50e69961bde 100644
--- a/api/Outlook.AppointmentItem.ForwardAsVcal.md
+++ b/api/Outlook.AppointmentItem.ForwardAsVcal.md
@@ -23,7 +23,7 @@ Forwards the **[AppointmentItem](Outlook.AppointmentItem.md)** as a vCal; virtu
_expression_ A variable that represents an [AppointmentItem](./Outlook.AppointmentItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** object that represents the new mail item to which the calendar information is attached.
diff --git a/api/Outlook.AppointmentItem.GetConversation.md b/api/Outlook.AppointmentItem.GetConversation.md
index 9795820de0d..f0eed9c2ee1 100644
--- a/api/Outlook.AppointmentItem.GetConversation.md
+++ b/api/Outlook.AppointmentItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents an '[AppointmentItem](Outlook.AppointmentItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.AppointmentItem.GetOrganizer.md b/api/Outlook.AppointmentItem.GetOrganizer.md
index 548a260190e..abb28afe71d 100644
--- a/api/Outlook.AppointmentItem.GetOrganizer.md
+++ b/api/Outlook.AppointmentItem.GetOrganizer.md
@@ -23,7 +23,7 @@ Obtains the **[AddressEntry](Outlook.AddressEntry.md)** object that contains in
_expression_ A variable that represents an [AppointmentItem](./Outlook.AppointmentItem.md) object.
-### Return Value
+### Return value
An **AddressEntry** object that represents the organizer of the **AppointmentItem** .
diff --git a/api/Outlook.AppointmentItem.GetRecurrencePattern.md b/api/Outlook.AppointmentItem.GetRecurrencePattern.md
index 3396a8c9ca7..acca65130aa 100644
--- a/api/Outlook.AppointmentItem.GetRecurrencePattern.md
+++ b/api/Outlook.AppointmentItem.GetRecurrencePattern.md
@@ -23,7 +23,7 @@ Returns a **[RecurrencePattern](Outlook.RecurrencePattern.md)** object that rep
_expression_ A variable that represents an [AppointmentItem](./Outlook.AppointmentItem.md) object.
-### Return Value
+### Return value
A **RecurrencePattern** object that represents the recurrence attributes of an appointment.
diff --git a/api/Outlook.AppointmentItem.Move.md b/api/Outlook.AppointmentItem.Move.md
index 5d1a7429c8b..50d864bbf25 100644
--- a/api/Outlook.AppointmentItem.Move.md
+++ b/api/Outlook.AppointmentItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.AppointmentItem.Open.md b/api/Outlook.AppointmentItem.Open.md
index 72be8ed9eee..6ddde2321ec 100644
--- a/api/Outlook.AppointmentItem.Open.md
+++ b/api/Outlook.AppointmentItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.AppointmentItem.PropertyChange.md b/api/Outlook.AppointmentItem.PropertyChange.md
index 86b7c1c4f31..7bcf37a300b 100644
--- a/api/Outlook.AppointmentItem.PropertyChange.md
+++ b/api/Outlook.AppointmentItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.AppointmentItem.Reply.md b/api/Outlook.AppointmentItem.Reply.md
index 91e59362112..c430b24ac92 100644
--- a/api/Outlook.AppointmentItem.Reply.md
+++ b/api/Outlook.AppointmentItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.AppointmentItem.ReplyAll.md b/api/Outlook.AppointmentItem.ReplyAll.md
index bb90bba76a6..17c8680243d 100644
--- a/api/Outlook.AppointmentItem.ReplyAll.md
+++ b/api/Outlook.AppointmentItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.AppointmentItem.Respond.md b/api/Outlook.AppointmentItem.Respond.md
index 19cdd09313c..ca40d47c87c 100644
--- a/api/Outlook.AppointmentItem.Respond.md
+++ b/api/Outlook.AppointmentItem.Respond.md
@@ -27,13 +27,13 @@ Responds to a meeting request.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **[OlMeetingResponse](Outlook.OlMeetingResponse.md)**|The response to the request.|
| _fNoUI_|Optional| **Variant**| **True** to not display a dialog box; the response is sent automatically. **False** to display the dialog box for responding.|
| _fAdditionalTextDialog_|Optional| **Variant**| **False** to not prompt the user for input; the response is displayed in the inspector for editing. **True** to prompt the user to either send or send with comments. This argument is valid only if **fNoUI** is **False** .|
-### Return Value
+### Return value
A **[MeetingItem](Outlook.MeetingItem.md)** object that represents the response to the meeting request.
diff --git a/api/Outlook.AppointmentItem.SaveAs.md b/api/Outlook.AppointmentItem.SaveAs.md
index cf829c252ee..9bae11101e5 100644
--- a/api/Outlook.AppointmentItem.SaveAs.md
+++ b/api/Outlook.AppointmentItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.AppointmentItem.Send(even).md b/api/Outlook.AppointmentItem.Send(even).md
index 618650d2026..770da61af9a 100644
--- a/api/Outlook.AppointmentItem.Send(even).md
+++ b/api/Outlook.AppointmentItem.Send(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item, or when the **Sen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.AppointmentItem.Write.md b/api/Outlook.AppointmentItem.Write.md
index 6b1f2762107..37f85a1b777 100644
--- a/api/Outlook.AppointmentItem.Write.md
+++ b/api/Outlook.AppointmentItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.Attachment.GetTemporaryFilePath.md b/api/Outlook.Attachment.GetTemporaryFilePath.md
index 91a8d34ad8b..ebdfd367853 100644
--- a/api/Outlook.Attachment.GetTemporaryFilePath.md
+++ b/api/Outlook.Attachment.GetTemporaryFilePath.md
@@ -23,7 +23,7 @@ Returns the full path to the attached file that is in a temporary files folder.
_expression_ A variable that represents an '[Attachment](Outlook.Attachment.md)' object.
-### Return Value
+### Return value
Returns a **String** that represents the full path to the temporary attachment file.
diff --git a/api/Outlook.Attachment.SaveAsFile.md b/api/Outlook.Attachment.SaveAsFile.md
index 1d1573b2bba..063c6339f97 100644
--- a/api/Outlook.Attachment.SaveAsFile.md
+++ b/api/Outlook.Attachment.SaveAsFile.md
@@ -27,7 +27,7 @@ Saves the attachment to the specified path.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The location at which to save the attachment.|
diff --git a/api/Outlook.AttachmentSelection.GetSelection.md b/api/Outlook.AttachmentSelection.GetSelection.md
index daa0b2f0d4e..ae734c08f52 100644
--- a/api/Outlook.AttachmentSelection.GetSelection.md
+++ b/api/Outlook.AttachmentSelection.GetSelection.md
@@ -27,11 +27,11 @@ Returns a **[Selection](Outlook.Selection.md)** object that contains the kind o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SelectionContents_|Required| **OlSelectionContents**|Specifies the kind of objects in the selection to return.|
-### Return Value
+### Return value
A **Selection** object that contains the specified kind of objects that are selected in the active explorer.
diff --git a/api/Outlook.AttachmentSelection.Item.md b/api/Outlook.AttachmentSelection.Item.md
index b2e1a328d57..113e775abec 100644
--- a/api/Outlook.AttachmentSelection.Item.md
+++ b/api/Outlook.AttachmentSelection.Item.md
@@ -27,11 +27,11 @@ Returns an **[Attachment](Outlook.Attachment.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or the value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Attachment** object that represents the specified object.
diff --git a/api/Outlook.Attachments.Add.md b/api/Outlook.Attachments.Add.md
index 82d9dbfe437..9e12010ea89 100644
--- a/api/Outlook.Attachments.Add.md
+++ b/api/Outlook.Attachments.Add.md
@@ -27,14 +27,14 @@ Creates a new attachment in the **[Attachments](Outlook.Attachments.md)** colle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **Variant**|The source of the attachment. This can be a file (represented by the full file system path with a file name) or an Outlook item that constitutes the attachment.|
| _Type_|Optional| **Long**|The type of the attachment. Can be one of the **[OlAttachmentType](Outlook.OlAttachmentType.md)** constants.|
| _Position_|Optional| **Long**|This parameter applies only to e-mail messages using the Rich Text format: it is the position where the attachment should be placed within the body text of the message. A value of 1 for the _Position_ parameter specifies that the attachment should be positioned at the beginning of the message body. A value 'n' greater than the number of characters in the body of the e-mail item specifies that the attachment should be placed at the end. A value of 0 makes the attachment hidden.|
| _DisplayName_|Optional| **String**|This parameter applies only if the mail item is in Rich Text format and _Type_ is set to **olByValue** : the name is displayed in an **Inspector** object for the attachment or when viewing the properties of the attachment. If the mail item is in Plain Text or HTML format, then the attachment is displayed using the file name in the _Source_ parameter.|
-### Return Value
+### Return value
An **[Attachment](Outlook.Attachment.md)** object that represents the new attachment.
diff --git a/api/Outlook.Attachments.Item.md b/api/Outlook.Attachments.Item.md
index 2e3afa62e6f..08501019283 100644
--- a/api/Outlook.Attachments.Item.md
+++ b/api/Outlook.Attachments.Item.md
@@ -27,11 +27,11 @@ Returns an **[Attachment](Outlook.Attachment.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Attachment** object that represents the specified object.
diff --git a/api/Outlook.Attachments.Remove.md b/api/Outlook.Attachments.Remove.md
index 1194205414f..2fe0c5cb819 100644
--- a/api/Outlook.Attachments.Remove.md
+++ b/api/Outlook.Attachments.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The 1-based index value of the object within the collection.|
diff --git a/api/Outlook.AutoFormatRules.Add.md b/api/Outlook.AutoFormatRules.Add.md
index 2c958e767a9..32df79c738c 100644
--- a/api/Outlook.AutoFormatRules.Add.md
+++ b/api/Outlook.AutoFormatRules.Add.md
@@ -27,11 +27,11 @@ Creates a new **[AutoFormatRule](Outlook.AutoFormatRule.md)** object and append
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new formatting rule.|
-### Return Value
+### Return value
An **AutoFormatRule** object that represents the new formatting rule.
diff --git a/api/Outlook.AutoFormatRules.Insert.md b/api/Outlook.AutoFormatRules.Insert.md
index d8e3bb7f261..74d96e0bfed 100644
--- a/api/Outlook.AutoFormatRules.Insert.md
+++ b/api/Outlook.AutoFormatRules.Insert.md
@@ -27,12 +27,12 @@ Creates a new **[AutoFormatRule](Outlook.AutoFormatRule.md)** object and insert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new object.|
| _Index_|Required| **Variant**|Either the index number at which to insert the new object, or a value used to match the **[Name](Outlook.AutoFormatRule.Name.md)** property value of an object in the collection at where the new object is to be inserted.|
-### Return Value
+### Return value
An **AutoFormatRule** object that represents the new formatting rule.
diff --git a/api/Outlook.AutoFormatRules.Item.md b/api/Outlook.AutoFormatRules.Item.md
index 249fb53401d..e5692c0fa81 100644
--- a/api/Outlook.AutoFormatRules.Item.md
+++ b/api/Outlook.AutoFormatRules.Item.md
@@ -27,11 +27,11 @@ Returns an **[AutoFormatRule](Outlook.AutoFormatRule.md)** object from the coll
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the **[Name](Outlook.AutoFormatRule.Name.md)** property value of an object in the collection.|
-### Return Value
+### Return value
An **AutoFormatRule** object that represents the specified object.
diff --git a/api/Outlook.AutoFormatRules.Remove.md b/api/Outlook.AutoFormatRules.Remove.md
index 5dbf7015492..3f74e0e3295 100644
--- a/api/Outlook.AutoFormatRules.Remove.md
+++ b/api/Outlook.AutoFormatRules.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the **[Name](Outlook.AutoFormatRule.Name.md)** property value of an object in the collection.|
diff --git a/api/Outlook.BusinessCardView.Copy.md b/api/Outlook.BusinessCardView.Copy.md
index e947277978e..d6a648ff7d3 100644
--- a/api/Outlook.BusinessCardView.Copy.md
+++ b/api/Outlook.BusinessCardView.Copy.md
@@ -27,12 +27,12 @@ Creates a new **[View](Outlook.View.md)** object based on the existing **[Busin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new view.|
| _SaveOption_|Optional| **[OlViewSaveOption](Outlook.OlViewSaveOption.md)**|The save option for the new view.|
-### Return Value
+### Return value
A **View** object that represents the new view.
diff --git a/api/Outlook.BusinessCardView.GoToDate.md b/api/Outlook.BusinessCardView.GoToDate.md
index 882f0b7ed12..e9825832c53 100644
--- a/api/Outlook.BusinessCardView.GoToDate.md
+++ b/api/Outlook.BusinessCardView.GoToDate.md
@@ -27,7 +27,7 @@ Changes the date used by the current view to display information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required| **Date**|The date to which the view should be changed.|
diff --git a/api/Outlook.CalendarSharing.CalendarDetail.md b/api/Outlook.CalendarSharing.CalendarDetail.md
index d643fdee60b..0a8af2ca7bb 100644
--- a/api/Outlook.CalendarSharing.CalendarDetail.md
+++ b/api/Outlook.CalendarSharing.CalendarDetail.md
@@ -23,7 +23,7 @@ Returns or sets an **[OlCalendarDetail](Outlook.OlCalendarDetail.md)** value in
_expression_ An expression that returns a [CalendarSharing](./Outlook.CalendarSharing.md) object.
-### Return Value
+### Return value
A **OlCalendarDetail** value that indicates the level of detail for calendar items.
diff --git a/api/Outlook.CalendarSharing.EndDate.md b/api/Outlook.CalendarSharing.EndDate.md
index 54fe97ff5b6..c130881b09c 100644
--- a/api/Outlook.CalendarSharing.EndDate.md
+++ b/api/Outlook.CalendarSharing.EndDate.md
@@ -23,7 +23,7 @@ Returns or sets a **Date** value that represents the inclusive end date of the
_expression_ An expression that returns a [CalendarSharing](./Outlook.CalendarSharing.md) object.
-### Return Value
+### Return value
A **Date** value representing the inclusive end date of the range of calendar items to be shared.
diff --git a/api/Outlook.CalendarSharing.Folder.md b/api/Outlook.CalendarSharing.Folder.md
index 8794ae2229e..3567db7b1b9 100644
--- a/api/Outlook.CalendarSharing.Folder.md
+++ b/api/Outlook.CalendarSharing.Folder.md
@@ -23,7 +23,7 @@ Returns the **[Folder](Outlook.Folder.md)** containing the calendar items to be
_expression_ An expression that returns a [CalendarSharing](./Outlook.CalendarSharing.md) object.
-### Return Value
+### Return value
The **Folder** containing the calendar items to be shared.
diff --git a/api/Outlook.CalendarSharing.ForwardAsICal.md b/api/Outlook.CalendarSharing.ForwardAsICal.md
index aad737ab0e2..e18b9a3f0b8 100644
--- a/api/Outlook.CalendarSharing.ForwardAsICal.md
+++ b/api/Outlook.CalendarSharing.ForwardAsICal.md
@@ -27,11 +27,11 @@ Forwards calendar information from the parent **[Folder](Outlook.Folder.md)** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MailFormat_|Required| **[OlCalendarMailFormat](Outlook.OlCalendarMailFormat.md)**|Determines the format of the calendar information in the body of the **MailItem** created by this method.|
-### Return Value
+### Return value
A **MailItem** object that represents the new mail item to which the calendar information is attached.
diff --git a/api/Outlook.CalendarSharing.IncludeAttachments.md b/api/Outlook.CalendarSharing.IncludeAttachments.md
index 285489406f0..4bc4db1f774 100644
--- a/api/Outlook.CalendarSharing.IncludeAttachments.md
+++ b/api/Outlook.CalendarSharing.IncludeAttachments.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that indicates whether attachments for cale
_expression_ An expression that returns a [CalendarSharing](./Outlook.CalendarSharing.md) object.
-### Return Value
+### Return value
**True** if attachments for calendar items should be included; otherwise, **False** .
diff --git a/api/Outlook.CalendarSharing.IncludePrivateDetails.md b/api/Outlook.CalendarSharing.IncludePrivateDetails.md
index 11a29bfffc7..d50e8bb454c 100644
--- a/api/Outlook.CalendarSharing.IncludePrivateDetails.md
+++ b/api/Outlook.CalendarSharing.IncludePrivateDetails.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that indicates whether private details for
_expression_ An expression that returns a [CalendarSharing](./Outlook.CalendarSharing.md) object.
-### Return Value
+### Return value
**True** if private details for calendar items should be included; otherwise, **False** .
diff --git a/api/Outlook.CalendarSharing.IncludeWholeCalendar.md b/api/Outlook.CalendarSharing.IncludeWholeCalendar.md
index 6ec3eda8c63..3c7d822a66f 100644
--- a/api/Outlook.CalendarSharing.IncludeWholeCalendar.md
+++ b/api/Outlook.CalendarSharing.IncludeWholeCalendar.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that indicates whether all calendar items i
_expression_ An expression that returns a [CalendarSharing](./Outlook.CalendarSharing.md) object.
-### Return Value
+### Return value
**True** if all calendar items in the folder should be included; otherwise, **False** .
diff --git a/api/Outlook.CalendarSharing.RestrictToWorkingHours.md b/api/Outlook.CalendarSharing.RestrictToWorkingHours.md
index e11a7e3221c..eab21ac5cd1 100644
--- a/api/Outlook.CalendarSharing.RestrictToWorkingHours.md
+++ b/api/Outlook.CalendarSharing.RestrictToWorkingHours.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that indicates whether calendar items that
_expression_ An expression that returns a [CalendarSharing](./Outlook.CalendarSharing.md) object.
-### Return Value
+### Return value
**True** if calendar items that do not occur within working hours should be included; otherwise, **False** .
diff --git a/api/Outlook.CalendarSharing.SaveAsICal.md b/api/Outlook.CalendarSharing.SaveAsICal.md
index afd16aa3b18..e9006fc3bd7 100644
--- a/api/Outlook.CalendarSharing.SaveAsICal.md
+++ b/api/Outlook.CalendarSharing.SaveAsICal.md
@@ -27,7 +27,7 @@ Exports calendar information from the parent **[Folder](Outlook.Folder.md)** of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path and file name of the iCalendar file.|
diff --git a/api/Outlook.CalendarSharing.StartDate.md b/api/Outlook.CalendarSharing.StartDate.md
index 9499961ade5..81e51e409e7 100644
--- a/api/Outlook.CalendarSharing.StartDate.md
+++ b/api/Outlook.CalendarSharing.StartDate.md
@@ -23,7 +23,7 @@ Returns or sets a **Date** that represents the inclusive start date of the rang
_expression_ An expression that returns a [CalendarSharing](./Outlook.CalendarSharing.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/Outlook.CalendarView.Copy.md b/api/Outlook.CalendarView.Copy.md
index 561155e6d8b..2e5de6ac649 100644
--- a/api/Outlook.CalendarView.Copy.md
+++ b/api/Outlook.CalendarView.Copy.md
@@ -27,12 +27,12 @@ Creates a new **[View](Outlook.View.md)** object based on the existing **[Calen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new view.|
| _SaveOption_|Optional| **[OlViewSaveOption](Outlook.OlViewSaveOption.md)**|The save option for the new view.|
-### Return Value
+### Return value
A **View** object that represents the new view.
diff --git a/api/Outlook.CalendarView.GoToDate.md b/api/Outlook.CalendarView.GoToDate.md
index 37de13dc307..2ef5928db47 100644
--- a/api/Outlook.CalendarView.GoToDate.md
+++ b/api/Outlook.CalendarView.GoToDate.md
@@ -27,7 +27,7 @@ Changes the date used by the current view to display information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required| **Date**|The date to which the view should be changed.|
diff --git a/api/Outlook.CardView.Copy.md b/api/Outlook.CardView.Copy.md
index f6161897885..9a1c4fc9826 100644
--- a/api/Outlook.CardView.Copy.md
+++ b/api/Outlook.CardView.Copy.md
@@ -27,12 +27,12 @@ Creates a new **[View](Outlook.View.md)** object based on the existing **[CardV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new view.|
| _SaveOption_|Optional| **[OlViewSaveOption](Outlook.OlViewSaveOption.md)**|The save option for the new view.|
-### Return Value
+### Return value
A **View** object that represents the new view.
diff --git a/api/Outlook.CardView.GoToDate.md b/api/Outlook.CardView.GoToDate.md
index 6b7e9faadbd..3dd5fa7bb21 100644
--- a/api/Outlook.CardView.GoToDate.md
+++ b/api/Outlook.CardView.GoToDate.md
@@ -27,7 +27,7 @@ Changes the date used by the current view to display information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required| **Date**|The date to which the view should be changed.|
diff --git a/api/Outlook.Categories.Add.md b/api/Outlook.Categories.Add.md
index b68d2724ca0..b670e3de2ae 100644
--- a/api/Outlook.Categories.Add.md
+++ b/api/Outlook.Categories.Add.md
@@ -27,13 +27,13 @@ Creates a new **[Category](Outlook.Category.md)** object and appends it to the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new category.|
| _Color_|Optional| **[OlCategoryColor](Outlook.OlCategoryColor.md)**|The color for the new category. If no value is specified, the new category is set to the first color (as specified in the order of the **OlCategoryColor** enumeration) that is the least used, That is, if there are unused colors, the new category is set to the first unused color in the **OlCategoryColor** enumeration. If all colors in the **OlCategoryColor** enumeration have been used, then the new category is set to the first color that is used least in the **OlCategoryColor** enumeration.|
| _ShortcutKey_|Optional| **[OlCategoryShortcutKey](Outlook.OlCategoryShortcutKey.md)**|The shortcut key for the new category. If no value is specified, the default value is **OlCategoryShortcutKeyNone** .|
-### Return Value
+### Return value
A **Category** object that represents the new category.
diff --git a/api/Outlook.Categories.Item.md b/api/Outlook.Categories.Item.md
index beaef311321..33a6e424520 100644
--- a/api/Outlook.Categories.Item.md
+++ b/api/Outlook.Categories.Item.md
@@ -27,11 +27,11 @@ Returns a **[Category](Outlook.Category.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either a **Long** value representing the index number of the object, or a **String** value representing either the **[Name](Outlook.Category.Name.md)** or **[CategoryID](Outlook.Category.CategoryID.md)** property value of an object in the collection.|
-### Return Value
+### Return value
A **Category** object that represents the specified object.
diff --git a/api/Outlook.Categories.Remove.md b/api/Outlook.Categories.Remove.md
index dd5325e9e26..0a507d963b6 100644
--- a/api/Outlook.Categories.Remove.md
+++ b/api/Outlook.Categories.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either a **Long** value representing the index number of the object, or a **String** value representing either the **[Name](Outlook.Category.Name.md)** or **[CategoryID](Outlook.Category.CategoryID.md)** property value of an object in the collection.|
diff --git a/api/Outlook.Columns.Add.md b/api/Outlook.Columns.Add.md
index d0d3c03a2d5..43a59d6a95a 100644
--- a/api/Outlook.Columns.Add.md
+++ b/api/Outlook.Columns.Add.md
@@ -27,11 +27,11 @@ Adds the **[Column](Outlook.Column.md)** specified by _Name_ to the **[Columns]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that is being added as a column.|
-### Return Value
+### Return value
A **Column** object that represents the new column.
diff --git a/api/Outlook.Columns.Item.md b/api/Outlook.Columns.Item.md
index 16a5e02c482..cb5a981d072 100644
--- a/api/Outlook.Columns.Item.md
+++ b/api/Outlook.Columns.Item.md
@@ -27,11 +27,11 @@ Obtains a **[Column](Outlook.Column.md)** object specified by _Index_ .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|A 1-based index value that can be either a **Long** representing the column index for the **Columns** collection or a **String** representing the **[Name](Outlook.Column.Name.md)** of the **Column** .|
-### Return Value
+### Return value
A **Column** object that represents the column matching the _Index_ in the **[Table](Outlook.Table.md)** . Returns the error, "Array index out of bounds" if _Index_ is an invalid **Long** integer. Returns **Null** (**Nothing** in Visual Basic) if _Index_ is a **String** representing a column name that cannot be found in the **Table** .
diff --git a/api/Outlook.Columns.Remove.md b/api/Outlook.Columns.Remove.md
index dac37e57a52..882d27a0bf1 100644
--- a/api/Outlook.Columns.Remove.md
+++ b/api/Outlook.Columns.Remove.md
@@ -27,7 +27,7 @@ Removes the **[Column](Outlook.Column.md)** object specified by _Index_ and res
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|A 1-based index value that can be either a **Long** representing the column index for the **Columns** collection or a **String** representing the **[Name](Outlook.Column.Name.md)** of the **Column** .|
diff --git a/api/Outlook.Conflicts.GetFirst.md b/api/Outlook.Conflicts.GetFirst.md
index f64ff848b18..d11d180d307 100644
--- a/api/Outlook.Conflicts.GetFirst.md
+++ b/api/Outlook.Conflicts.GetFirst.md
@@ -23,7 +23,7 @@ Returns the first object in the **[Conflicts](Outlook.Conflicts.md)** collectio
_expression_ A variable that represents a [Conflicts](./Outlook.Conflicts.md) object.
-### Return Value
+### Return value
A **[Conflict](Outlook.Conflict.md)** object that represents the first object contained by the collection.
diff --git a/api/Outlook.Conflicts.GetLast.md b/api/Outlook.Conflicts.GetLast.md
index 7dc14f97906..4b7475af771 100644
--- a/api/Outlook.Conflicts.GetLast.md
+++ b/api/Outlook.Conflicts.GetLast.md
@@ -23,7 +23,7 @@ Returns the last object in the **[Conflicts](Outlook.Conflicts.md)** collection
_expression_ A variable that represents a [Conflicts](./Outlook.Conflicts.md) object.
-### Return Value
+### Return value
A **[Conflict](Outlook.Conflict.md)** object that represents the last object contained by the collection.
diff --git a/api/Outlook.Conflicts.GetNext.md b/api/Outlook.Conflicts.GetNext.md
index 203adcfccc7..b0f36fdec17 100644
--- a/api/Outlook.Conflicts.GetNext.md
+++ b/api/Outlook.Conflicts.GetNext.md
@@ -23,7 +23,7 @@ Returns the next object in the **[Conflicts](Outlook.Conflicts.md)** collection
_expression_ A variable that represents a [Conflicts](./Outlook.Conflicts.md) object.
-### Return Value
+### Return value
A **[Conflict](Outlook.Conflict.md)** object that represents the next object contained by the collection.
diff --git a/api/Outlook.Conflicts.GetPrevious.md b/api/Outlook.Conflicts.GetPrevious.md
index 857b9168a33..0d7cb09cc1c 100644
--- a/api/Outlook.Conflicts.GetPrevious.md
+++ b/api/Outlook.Conflicts.GetPrevious.md
@@ -23,7 +23,7 @@ Returns the previous object in the **[Conflicts](Outlook.Conflicts.md)** collec
_expression_ A variable that represents a [Conflicts](./Outlook.Conflicts.md) object.
-### Return Value
+### Return value
A **[Conflict](Outlook.Conflict.md)** object that represents the previous object contained by the collection.
diff --git a/api/Outlook.Conflicts.Item.md b/api/Outlook.Conflicts.Item.md
index d609352fba4..82e88018160 100644
--- a/api/Outlook.Conflicts.Item.md
+++ b/api/Outlook.Conflicts.Item.md
@@ -27,11 +27,11 @@ Returns an **[Conflict](Outlook.Conflict.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
A **Conflict** object that represents the specified object.
diff --git a/api/Outlook.ContactItem.AddBusinessCardLogoPicture.md b/api/Outlook.ContactItem.AddBusinessCardLogoPicture.md
index c14f45cefad..8648a84447d 100644
--- a/api/Outlook.ContactItem.AddBusinessCardLogoPicture.md
+++ b/api/Outlook.ContactItem.AddBusinessCardLogoPicture.md
@@ -27,7 +27,7 @@ Adds a logo picture to the current Electronic Business Card of the contact item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The full path name that specifies the picture file to load.|
diff --git a/api/Outlook.ContactItem.AddPicture.md b/api/Outlook.ContactItem.AddPicture.md
index 70f2cbb4132..a99c0d7bb54 100644
--- a/api/Outlook.ContactItem.AddPicture.md
+++ b/api/Outlook.ContactItem.AddPicture.md
@@ -27,7 +27,7 @@ Adds a picture to a contact item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|A string containing the complete path and filename of the picture to be added to the contact item.|
diff --git a/api/Outlook.ContactItem.AttachmentAdd.md b/api/Outlook.ContactItem.AttachmentAdd.md
index 37ad29d2912..4b0b64b6952 100644
--- a/api/Outlook.ContactItem.AttachmentAdd.md
+++ b/api/Outlook.ContactItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.ContactItem.AttachmentRead.md b/api/Outlook.ContactItem.AttachmentRead.md
index b0df6f803be..c6e3e514648 100644
--- a/api/Outlook.ContactItem.AttachmentRead.md
+++ b/api/Outlook.ContactItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.ContactItem.AttachmentRemove.md b/api/Outlook.ContactItem.AttachmentRemove.md
index 90e6603e8d1..e0f1acef663 100644
--- a/api/Outlook.ContactItem.AttachmentRemove.md
+++ b/api/Outlook.ContactItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.ContactItem.BeforeAttachmentAdd.md b/api/Outlook.ContactItem.BeforeAttachmentAdd.md
index 7721483ab97..c1cb9a99979 100644
--- a/api/Outlook.ContactItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.ContactItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.ContactItem.BeforeAttachmentPreview.md b/api/Outlook.ContactItem.BeforeAttachmentPreview.md
index 01d78a57dd1..1399e19d234 100644
--- a/api/Outlook.ContactItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.ContactItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.ContactItem.BeforeAttachmentRead.md b/api/Outlook.ContactItem.BeforeAttachmentRead.md
index 7c49ef8abc3..90f46e479f1 100644
--- a/api/Outlook.ContactItem.BeforeAttachmentRead.md
+++ b/api/Outlook.ContactItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.ContactItem.BeforeAttachmentSave.md b/api/Outlook.ContactItem.BeforeAttachmentSave.md
index 6da411ad21c..51d70974bc7 100644
--- a/api/Outlook.ContactItem.BeforeAttachmentSave.md
+++ b/api/Outlook.ContactItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.ContactItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.ContactItem.BeforeAttachmentWriteToTempFile.md
index 713786d1c0e..76fa17f3303 100644
--- a/api/Outlook.ContactItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.ContactItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.ContactItem.BeforeAutoSave.md b/api/Outlook.ContactItem.BeforeAutoSave.md
index 1bc79e271ef..89fb95a3ed3 100644
--- a/api/Outlook.ContactItem.BeforeAutoSave.md
+++ b/api/Outlook.ContactItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[ContactItem](Outlook.ContactItem.md)** to be saved.|
diff --git a/api/Outlook.ContactItem.BeforeCheckNames.md b/api/Outlook.ContactItem.BeforeCheckNames.md
index 20df8267e6a..a39f5b374fa 100644
--- a/api/Outlook.ContactItem.BeforeCheckNames.md
+++ b/api/Outlook.ContactItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.ContactItem.BeforeDelete.md b/api/Outlook.ContactItem.BeforeDelete.md
index bac05a0fa99..59254e1b7ed 100644
--- a/api/Outlook.ContactItem.BeforeDelete.md
+++ b/api/Outlook.ContactItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.ContactItem.Close(even).md b/api/Outlook.ContactItem.Close(even).md
index d880f370cd6..718af495f72 100644
--- a/api/Outlook.ContactItem.Close(even).md
+++ b/api/Outlook.ContactItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.ContactItem.Close(method).md b/api/Outlook.ContactItem.Close(method).md
index f94f6d17a56..7ac0552fedb 100644
--- a/api/Outlook.ContactItem.Close(method).md
+++ b/api/Outlook.ContactItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.ContactItem.CustomAction.md b/api/Outlook.ContactItem.CustomAction.md
index e743c5fef21..1cfba20b8a5 100644
--- a/api/Outlook.ContactItem.CustomAction.md
+++ b/api/Outlook.ContactItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.ContactItem.CustomPropertyChange.md b/api/Outlook.ContactItem.CustomPropertyChange.md
index 1083407073d..e9e154bcbcd 100644
--- a/api/Outlook.ContactItem.CustomPropertyChange.md
+++ b/api/Outlook.ContactItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.ContactItem.Display.md b/api/Outlook.ContactItem.Display.md
index 64541e245bf..42a5219223a 100644
--- a/api/Outlook.ContactItem.Display.md
+++ b/api/Outlook.ContactItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.ContactItem.Forward.md b/api/Outlook.ContactItem.Forward.md
index 8786e3d888e..c5eeefc3e93 100644
--- a/api/Outlook.ContactItem.Forward.md
+++ b/api/Outlook.ContactItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.ContactItem.ForwardAsBusinessCard.md b/api/Outlook.ContactItem.ForwardAsBusinessCard.md
index 9e44b714a8e..98018c79d4d 100644
--- a/api/Outlook.ContactItem.ForwardAsBusinessCard.md
+++ b/api/Outlook.ContactItem.ForwardAsBusinessCard.md
@@ -23,7 +23,7 @@ Creates a new **[MailItem](Outlook.MailItem.md)** object containing contact inf
_expression_ An expression that returns a [ContactItem](./Outlook.ContactItem.md) object.
-### Return Value
+### Return value
A **MailItem** object that represents the new e-mail item containing the business card information.
diff --git a/api/Outlook.ContactItem.ForwardAsVcard.md b/api/Outlook.ContactItem.ForwardAsVcard.md
index f5c14f81291..948ddfd8661 100644
--- a/api/Outlook.ContactItem.ForwardAsVcard.md
+++ b/api/Outlook.ContactItem.ForwardAsVcard.md
@@ -23,7 +23,7 @@ Creates a **[MailItem](Outlook.MailItem.md)** and attaches the contact informat
_expression_ A variable that represents a [ContactItem](./Outlook.ContactItem.md) object.
-### Return Value
+### Return value
A **MailItem** object that represents the new mail item to which the contact information is attached.
diff --git a/api/Outlook.ContactItem.GetConversation.md b/api/Outlook.ContactItem.GetConversation.md
index 1af8e24ec99..01886e0e3c2 100644
--- a/api/Outlook.ContactItem.GetConversation.md
+++ b/api/Outlook.ContactItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[ContactItem](Outlook.ContactItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.ContactItem.MarkAsTask.md b/api/Outlook.ContactItem.MarkAsTask.md
index d0509147e39..8fc0be43d4a 100644
--- a/api/Outlook.ContactItem.MarkAsTask.md
+++ b/api/Outlook.ContactItem.MarkAsTask.md
@@ -27,7 +27,7 @@ Marks a **[ContactItem](Outlook.ContactItem.md)** object as a task and assigns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MarkInterval_|Required| **[OlMarkInterval](Outlook.OlMarkInterval.md)**|The task interval for the **ContactItem** .|
diff --git a/api/Outlook.ContactItem.Move.md b/api/Outlook.ContactItem.Move.md
index a203059b5d1..4f56a8b337c 100644
--- a/api/Outlook.ContactItem.Move.md
+++ b/api/Outlook.ContactItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.ContactItem.Open.md b/api/Outlook.ContactItem.Open.md
index 80488890ca9..ed7699fd9bc 100644
--- a/api/Outlook.ContactItem.Open.md
+++ b/api/Outlook.ContactItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.ContactItem.PropertyChange.md b/api/Outlook.ContactItem.PropertyChange.md
index 31b18b52c9e..22627a6184c 100644
--- a/api/Outlook.ContactItem.PropertyChange.md
+++ b/api/Outlook.ContactItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.ContactItem.Reply.md b/api/Outlook.ContactItem.Reply.md
index 69a7133e190..813cb5d1bc7 100644
--- a/api/Outlook.ContactItem.Reply.md
+++ b/api/Outlook.ContactItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.ContactItem.ReplyAll.md b/api/Outlook.ContactItem.ReplyAll.md
index 1eddb50c6cd..4c61b9b4312 100644
--- a/api/Outlook.ContactItem.ReplyAll.md
+++ b/api/Outlook.ContactItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.ContactItem.SaveAs.md b/api/Outlook.ContactItem.SaveAs.md
index cba211b983f..0bfdcf32f52 100644
--- a/api/Outlook.ContactItem.SaveAs.md
+++ b/api/Outlook.ContactItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.ContactItem.SaveBusinessCardImage.md b/api/Outlook.ContactItem.SaveBusinessCardImage.md
index c9d14e8dc31..4f79e4047c0 100644
--- a/api/Outlook.ContactItem.SaveBusinessCardImage.md
+++ b/api/Outlook.ContactItem.SaveBusinessCardImage.md
@@ -27,7 +27,7 @@ Saves an image of the business card generated from the specified **[ContactItem
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The fully qualified path and file name of the image to be saved.|
diff --git a/api/Outlook.ContactItem.Send.md b/api/Outlook.ContactItem.Send.md
index 38280a9026e..97f3de138db 100644
--- a/api/Outlook.ContactItem.Send.md
+++ b/api/Outlook.ContactItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.ContactItem.ShowCheckPhoneDialog.md b/api/Outlook.ContactItem.ShowCheckPhoneDialog.md
index 1fb29eac02f..e9b37315bf1 100644
--- a/api/Outlook.ContactItem.ShowCheckPhoneDialog.md
+++ b/api/Outlook.ContactItem.ShowCheckPhoneDialog.md
@@ -27,7 +27,7 @@ Displays the **Check Phone Number** dialog box for a specified telephone number
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PhoneNumber_|Required| **[OlContactPhoneNumber](Outlook.OlContactPhoneNumber.md)**|The type of telephone number to be checked.|
diff --git a/api/Outlook.ContactItem.Write.md b/api/Outlook.ContactItem.Write.md
index a8e57d48c88..3f6a2669f73 100644
--- a/api/Outlook.ContactItem.Write.md
+++ b/api/Outlook.ContactItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.Conversation.ClearAlwaysAssignCategories.md b/api/Outlook.Conversation.ClearAlwaysAssignCategories.md
index 053f31a375e..30232f294fd 100644
--- a/api/Outlook.Conversation.ClearAlwaysAssignCategories.md
+++ b/api/Outlook.Conversation.ClearAlwaysAssignCategories.md
@@ -27,7 +27,7 @@ Removes all categories from all items in the conversation and stops the action o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **[Store](Outlook.Store.md)**|Specifies the store from which categories of items that belong to the conversation should be removed.|
diff --git a/api/Outlook.Conversation.GetAlwaysAssignCategories.md b/api/Outlook.Conversation.GetAlwaysAssignCategories.md
index c98cc635694..9642388a723 100644
--- a/api/Outlook.Conversation.GetAlwaysAssignCategories.md
+++ b/api/Outlook.Conversation.GetAlwaysAssignCategories.md
@@ -27,11 +27,11 @@ Returns a **String** that indicates the category or categories that are assigne
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **[Store](Outlook.Store.md)**|Specifies the store to which categories of items that belong to the conversation should be returned.|
-### Return Value
+### Return value
A **String** that contains one or more categories that are assigned to items in the conversation.
diff --git a/api/Outlook.Conversation.GetAlwaysDelete.md b/api/Outlook.Conversation.GetAlwaysDelete.md
index 784b4132258..46b44deebaf 100644
--- a/api/Outlook.Conversation.GetAlwaysDelete.md
+++ b/api/Outlook.Conversation.GetAlwaysDelete.md
@@ -27,11 +27,11 @@ Returns a constant in the **[OlAlwaysDeleteConversation](Outlook.OlAlwaysDelete
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **[Store](Outlook.Store.md)**|Specifies the store that holds the **Deleted Items** folder to which items of the conversation are moved.|
-### Return Value
+### Return value
A constant from the **OlAlwaysDeleteConversation** enumeration that indicates whether all new items of the conversation are always moved to the Deleted Items folder of the specified delivey store.
diff --git a/api/Outlook.Conversation.GetAlwaysMoveToFolder.md b/api/Outlook.Conversation.GetAlwaysMoveToFolder.md
index 63fcdbf9db0..79beb6c8377 100644
--- a/api/Outlook.Conversation.GetAlwaysMoveToFolder.md
+++ b/api/Outlook.Conversation.GetAlwaysMoveToFolder.md
@@ -27,11 +27,11 @@ Returns a **[Folder](Outlook.Folder.md)** object that indicates the folder in t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **[Store](Outlook.Store.md)**|The store where the folder to which conversation items are moved resides.|
-### Return Value
+### Return value
A **Folder** object in the specified store to which all new items that arrive in the conversation are always moved.
diff --git a/api/Outlook.Conversation.GetChildren.md b/api/Outlook.Conversation.GetChildren.md
index fa7de30c08c..c6823ce7a85 100644
--- a/api/Outlook.Conversation.GetChildren.md
+++ b/api/Outlook.Conversation.GetChildren.md
@@ -27,11 +27,11 @@ Returns a **[SimpleItems](Outlook.SimpleItems.md)** collection that contains al
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|A conversation node that is part of a conversation.|
-### Return Value
+### Return value
A **SimpleItems** collection that represents the set of child items in the conversation under the node specified by the _Item_ parameter.
diff --git a/api/Outlook.Conversation.GetParent.md b/api/Outlook.Conversation.GetParent.md
index 0a9a2886ed3..4f7f4e3d2b5 100644
--- a/api/Outlook.Conversation.GetParent.md
+++ b/api/Outlook.Conversation.GetParent.md
@@ -27,11 +27,11 @@ Returns the parent item of the specified node in the conversation.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|A conversation node that is part of a conversation.|
-### Return Value
+### Return value
An **Object** that represents the parent conversation item of the node specified by the _Item_ parameter.
diff --git a/api/Outlook.Conversation.GetRootItems.md b/api/Outlook.Conversation.GetRootItems.md
index a68b7612793..38ea7114742 100644
--- a/api/Outlook.Conversation.GetRootItems.md
+++ b/api/Outlook.Conversation.GetRootItems.md
@@ -23,7 +23,7 @@ Returns a **[SimpleItems](Outlook.SimpleItems.md)** collection that contains al
_expression_ A variable that represents a '[Conversation](Outlook.Conversation.md)' object.
-### Return Value
+### Return value
A **SimpleItems** collection that includes the root item or all root items of the conversation.
diff --git a/api/Outlook.Conversation.GetTable.md b/api/Outlook.Conversation.GetTable.md
index 8e8d8ce5782..e9767486ad2 100644
--- a/api/Outlook.Conversation.GetTable.md
+++ b/api/Outlook.Conversation.GetTable.md
@@ -23,7 +23,7 @@ Returns a **[Table](Outlook.Table.md)** object that contains rows that represen
_expression_ A variable that represents a '[Conversation](Outlook.Conversation.md)' object.
-### Return Value
+### Return value
A **Table** object that contains rows that represent all items in the conversation.
diff --git a/api/Outlook.Conversation.SetAlwaysAssignCategories.md b/api/Outlook.Conversation.SetAlwaysAssignCategories.md
index 0a1bec665c8..54450a0ab24 100644
--- a/api/Outlook.Conversation.SetAlwaysAssignCategories.md
+++ b/api/Outlook.Conversation.SetAlwaysAssignCategories.md
@@ -27,7 +27,7 @@ Applies one or more categories to all existing items and future items of the con
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Categories_|Required| **String**|A comma-delimited string of one or more category names that are always assigned to all items in the conversation.|
| _Store_|Required| **[Store](Outlook.Store.md)**|The store in which items of the conversation should always be assigned the categories specified by the _Categories_ parameter.|
diff --git a/api/Outlook.Conversation.SetAlwaysDelete.md b/api/Outlook.Conversation.SetAlwaysDelete.md
index c8707e6dc5c..a27fcd6d4fe 100644
--- a/api/Outlook.Conversation.SetAlwaysDelete.md
+++ b/api/Outlook.Conversation.SetAlwaysDelete.md
@@ -27,7 +27,7 @@ Specifies a setting for the specified delivery store that indicates whether all
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AlwaysDelete_|Required| **[OlAlwaysDeleteConversation](Outlook.OlAlwaysDeleteConversation.md)**|A constant that indicates whether all existing and new items that arrive in the conversation are always moved to the Deleted Folder of the store specified by the _Store_ parameter.|
| _Store_|Required| **[Store](Outlook.Store.md)**|Specifies the store that contains the Deleted Items folder to which existing and new items of the conversation are to be moved.|
diff --git a/api/Outlook.Conversation.SetAlwaysMoveToFolder.md b/api/Outlook.Conversation.SetAlwaysMoveToFolder.md
index 5bafbdf7e7b..97fefd84f44 100644
--- a/api/Outlook.Conversation.SetAlwaysMoveToFolder.md
+++ b/api/Outlook.Conversation.SetAlwaysMoveToFolder.md
@@ -27,7 +27,7 @@ Sets a **[Folder](Outlook.Folder.md)** object that indicates the folder to whic
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MoveToFolder_|Required| **Folder**|Specifies the folder to which all existing items and new items that arrive in the conversation are always moved.|
| _Store_|Required| **Store**|Specifies the store that contains the folder to which items of the conversation are moved.|
diff --git a/api/Outlook.Conversation.StopAlwaysDelete.md b/api/Outlook.Conversation.StopAlwaysDelete.md
index afed10c3505..deb894827f9 100644
--- a/api/Outlook.Conversation.StopAlwaysDelete.md
+++ b/api/Outlook.Conversation.StopAlwaysDelete.md
@@ -27,7 +27,7 @@ Stops the action of always moving conversation items in the specified store to t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **[Store](Outlook.Store.md)**|Specifies the store to which the stop-always-delete action applies.|
diff --git a/api/Outlook.Conversation.StopAlwaysMoveToFolder.md b/api/Outlook.Conversation.StopAlwaysMoveToFolder.md
index 46c9f0b3cb8..1e0b99ce59c 100644
--- a/api/Outlook.Conversation.StopAlwaysMoveToFolder.md
+++ b/api/Outlook.Conversation.StopAlwaysMoveToFolder.md
@@ -27,7 +27,7 @@ Stops the action of always moving conversation items in the specified store to a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **[Store](Outlook.Store.md)**|The store where the conversation items to be cleaned up reside.|
diff --git a/api/Outlook.ConversationHeader.GetConversation.md b/api/Outlook.ConversationHeader.GetConversation.md
index e0c0f0692bc..179db9b5fb7 100644
--- a/api/Outlook.ConversationHeader.GetConversation.md
+++ b/api/Outlook.ConversationHeader.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[ConversationHeader](Outlook.ConversationHeader.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this conversation header belongs.
diff --git a/api/Outlook.ConversationHeader.GetItems.md b/api/Outlook.ConversationHeader.GetItems.md
index b326d937fe2..94cff2c6d72 100644
--- a/api/Outlook.ConversationHeader.GetItems.md
+++ b/api/Outlook.ConversationHeader.GetItems.md
@@ -23,7 +23,7 @@ Obtains a **[SimpleItems](Outlook.SimpleItems.md)** collection that contains al
_expression_ A variable that represents a '[ConversationHeader](Outlook.ConversationHeader.md)' object.
-### Return Value
+### Return value
A **SimpleItems** collection of items that belong to the same conversation and reside in the same folder as the conversation header.
diff --git a/api/Outlook.DistListItem.AddMember.md b/api/Outlook.DistListItem.AddMember.md
index fcbe720100e..7f35b4c1eb9 100644
--- a/api/Outlook.DistListItem.AddMember.md
+++ b/api/Outlook.DistListItem.AddMember.md
@@ -27,7 +27,7 @@ Adds a new member to the specified distribution list. The distribution list cont
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipient_|Required| **Recipient**|The recipient to be added to the list.|
diff --git a/api/Outlook.DistListItem.AddMembers.md b/api/Outlook.DistListItem.AddMembers.md
index cb2c4ed5a16..6214ee14bf5 100644
--- a/api/Outlook.DistListItem.AddMembers.md
+++ b/api/Outlook.DistListItem.AddMembers.md
@@ -27,7 +27,7 @@ Adds new members to a distribution list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipients_|Required| **[Recipients](Outlook.Recipients.md)**|The members to be added to the distribution list.|
diff --git a/api/Outlook.DistListItem.AttachmentAdd.md b/api/Outlook.DistListItem.AttachmentAdd.md
index 0e4a69d18df..a99a78d1e36 100644
--- a/api/Outlook.DistListItem.AttachmentAdd.md
+++ b/api/Outlook.DistListItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.DistListItem.AttachmentRead.md b/api/Outlook.DistListItem.AttachmentRead.md
index 76c1480af0b..9bc8ff94f9b 100644
--- a/api/Outlook.DistListItem.AttachmentRead.md
+++ b/api/Outlook.DistListItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.DistListItem.AttachmentRemove.md b/api/Outlook.DistListItem.AttachmentRemove.md
index 385a1ed871d..fbeee2b077e 100644
--- a/api/Outlook.DistListItem.AttachmentRemove.md
+++ b/api/Outlook.DistListItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.DistListItem.BeforeAttachmentAdd.md b/api/Outlook.DistListItem.BeforeAttachmentAdd.md
index 6f36c10faf5..513fa619643 100644
--- a/api/Outlook.DistListItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.DistListItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.DistListItem.BeforeAttachmentPreview.md b/api/Outlook.DistListItem.BeforeAttachmentPreview.md
index 46ea984eca3..0b58fa286f6 100644
--- a/api/Outlook.DistListItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.DistListItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.DistListItem.BeforeAttachmentRead.md b/api/Outlook.DistListItem.BeforeAttachmentRead.md
index e067b336f7a..a894e2052e8 100644
--- a/api/Outlook.DistListItem.BeforeAttachmentRead.md
+++ b/api/Outlook.DistListItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.DistListItem.BeforeAttachmentSave.md b/api/Outlook.DistListItem.BeforeAttachmentSave.md
index 75d62f2b179..5c5f7a4ce5d 100644
--- a/api/Outlook.DistListItem.BeforeAttachmentSave.md
+++ b/api/Outlook.DistListItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.DistListItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.DistListItem.BeforeAttachmentWriteToTempFile.md
index 0a5604721e0..567abb5cdd5 100644
--- a/api/Outlook.DistListItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.DistListItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.DistListItem.BeforeAutoSave.md b/api/Outlook.DistListItem.BeforeAutoSave.md
index 54db7e14b90..e4f2b8dadfe 100644
--- a/api/Outlook.DistListItem.BeforeAutoSave.md
+++ b/api/Outlook.DistListItem.BeforeAutoSave.md
@@ -22,7 +22,7 @@ Occurs before the item is automatically saved by Outlook.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required|**Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[DistListItem](Outlook.DistListItem.md)** to be saved.|
diff --git a/api/Outlook.DistListItem.BeforeCheckNames.md b/api/Outlook.DistListItem.BeforeCheckNames.md
index f2839bb93a8..725d1a67337 100644
--- a/api/Outlook.DistListItem.BeforeCheckNames.md
+++ b/api/Outlook.DistListItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.DistListItem.BeforeDelete.md b/api/Outlook.DistListItem.BeforeDelete.md
index 1604f5a2fc8..6388d6106d5 100644
--- a/api/Outlook.DistListItem.BeforeDelete.md
+++ b/api/Outlook.DistListItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.DistListItem.Close(even).md b/api/Outlook.DistListItem.Close(even).md
index 15d783ca64b..21192b74c41 100644
--- a/api/Outlook.DistListItem.Close(even).md
+++ b/api/Outlook.DistListItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.DistListItem.Close(method).md b/api/Outlook.DistListItem.Close(method).md
index 063f1ebe43a..4ef88b79822 100644
--- a/api/Outlook.DistListItem.Close(method).md
+++ b/api/Outlook.DistListItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.DistListItem.CustomAction.md b/api/Outlook.DistListItem.CustomAction.md
index 0617ca0d9f5..13b46874e5e 100644
--- a/api/Outlook.DistListItem.CustomAction.md
+++ b/api/Outlook.DistListItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.DistListItem.CustomPropertyChange.md b/api/Outlook.DistListItem.CustomPropertyChange.md
index d6e35ae1981..92a247f5729 100644
--- a/api/Outlook.DistListItem.CustomPropertyChange.md
+++ b/api/Outlook.DistListItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.DistListItem.Display.md b/api/Outlook.DistListItem.Display.md
index b97e77fd689..a8b70011350 100644
--- a/api/Outlook.DistListItem.Display.md
+++ b/api/Outlook.DistListItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.DistListItem.Forward.md b/api/Outlook.DistListItem.Forward.md
index f3021840935..5e03b0ea37e 100644
--- a/api/Outlook.DistListItem.Forward.md
+++ b/api/Outlook.DistListItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.DistListItem.GetConversation.md b/api/Outlook.DistListItem.GetConversation.md
index f3fafdc3b57..a492185841e 100644
--- a/api/Outlook.DistListItem.GetConversation.md
+++ b/api/Outlook.DistListItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[DistListItem](Outlook.DistListItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.DistListItem.GetMember.md b/api/Outlook.DistListItem.GetMember.md
index a3c236bf663..a726a4044e8 100644
--- a/api/Outlook.DistListItem.GetMember.md
+++ b/api/Outlook.DistListItem.GetMember.md
@@ -27,11 +27,11 @@ Returns a **[Recipient](Outlook.Recipient.md)** object representing a member in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the member to be retrieved.|
-### Return Value
+### Return value
A **Recipient** object representing the specified member.
diff --git a/api/Outlook.DistListItem.MarkAsTask.md b/api/Outlook.DistListItem.MarkAsTask.md
index 26e8e01f992..ee36f4de313 100644
--- a/api/Outlook.DistListItem.MarkAsTask.md
+++ b/api/Outlook.DistListItem.MarkAsTask.md
@@ -27,7 +27,7 @@ Marks a **[DistListItem](Outlook.DistListItem.md)** object as a task and assign
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MarkInterval_|Required| **[OlMarkInterval](Outlook.OlMarkInterval.md)**|The task interval for the **DistListItem** .|
diff --git a/api/Outlook.DistListItem.Move.md b/api/Outlook.DistListItem.Move.md
index c52daaf6d83..2521c52cab1 100644
--- a/api/Outlook.DistListItem.Move.md
+++ b/api/Outlook.DistListItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.DistListItem.Open.md b/api/Outlook.DistListItem.Open.md
index a229d2df158..42b6e36dd87 100644
--- a/api/Outlook.DistListItem.Open.md
+++ b/api/Outlook.DistListItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.DistListItem.PropertyChange.md b/api/Outlook.DistListItem.PropertyChange.md
index 0b85cf7f8d5..260536bb1d5 100644
--- a/api/Outlook.DistListItem.PropertyChange.md
+++ b/api/Outlook.DistListItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.DistListItem.RemoveMember.md b/api/Outlook.DistListItem.RemoveMember.md
index 008e4b20393..395619bbc4c 100644
--- a/api/Outlook.DistListItem.RemoveMember.md
+++ b/api/Outlook.DistListItem.RemoveMember.md
@@ -27,7 +27,7 @@ Removes an individual member from a given distribution list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipient_|Required| **[Recipient](Outlook.Recipient.md)**|The **Recipient** to be removed from the distribution list.|
diff --git a/api/Outlook.DistListItem.RemoveMembers.md b/api/Outlook.DistListItem.RemoveMembers.md
index 211ddf7c95c..ca3bcfce148 100644
--- a/api/Outlook.DistListItem.RemoveMembers.md
+++ b/api/Outlook.DistListItem.RemoveMembers.md
@@ -27,7 +27,7 @@ Removes members from a distribution list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipients_|Required| **[Recipients](Outlook.Recipients.md)**|The members to be removed from the distribution list.|
diff --git a/api/Outlook.DistListItem.Reply.md b/api/Outlook.DistListItem.Reply.md
index 6401e375913..426f7c6c8a6 100644
--- a/api/Outlook.DistListItem.Reply.md
+++ b/api/Outlook.DistListItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.DistListItem.ReplyAll.md b/api/Outlook.DistListItem.ReplyAll.md
index 8e039f80d16..5fafa4d461d 100644
--- a/api/Outlook.DistListItem.ReplyAll.md
+++ b/api/Outlook.DistListItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.DistListItem.SaveAs.md b/api/Outlook.DistListItem.SaveAs.md
index 987dc28be72..8a0ccd7fdd9 100644
--- a/api/Outlook.DistListItem.SaveAs.md
+++ b/api/Outlook.DistListItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **[OlSaveAsType](Outlook.OlSaveAsType.md)** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.DistListItem.Send.md b/api/Outlook.DistListItem.Send.md
index 8f9e05a3888..20bf5bb890c 100644
--- a/api/Outlook.DistListItem.Send.md
+++ b/api/Outlook.DistListItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.DistListItem.Write.md b/api/Outlook.DistListItem.Write.md
index 347734eaca9..2ff4e48e7bc 100644
--- a/api/Outlook.DistListItem.Write.md
+++ b/api/Outlook.DistListItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.DocumentItem.AttachmentAdd.md b/api/Outlook.DocumentItem.AttachmentAdd.md
index 20a495bc64a..1f7d6125eb4 100644
--- a/api/Outlook.DocumentItem.AttachmentAdd.md
+++ b/api/Outlook.DocumentItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.DocumentItem.AttachmentRead.md b/api/Outlook.DocumentItem.AttachmentRead.md
index 819c506665f..3e781ae973a 100644
--- a/api/Outlook.DocumentItem.AttachmentRead.md
+++ b/api/Outlook.DocumentItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.DocumentItem.AttachmentRemove.md b/api/Outlook.DocumentItem.AttachmentRemove.md
index b95765c3d0e..dd1ad776df5 100644
--- a/api/Outlook.DocumentItem.AttachmentRemove.md
+++ b/api/Outlook.DocumentItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.DocumentItem.BeforeAttachmentAdd.md b/api/Outlook.DocumentItem.BeforeAttachmentAdd.md
index a9acbb72cab..56adc5fc5cf 100644
--- a/api/Outlook.DocumentItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.DocumentItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.DocumentItem.BeforeAttachmentPreview.md b/api/Outlook.DocumentItem.BeforeAttachmentPreview.md
index a64d2694e43..154db446d97 100644
--- a/api/Outlook.DocumentItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.DocumentItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.DocumentItem.BeforeAttachmentRead.md b/api/Outlook.DocumentItem.BeforeAttachmentRead.md
index 728c2570ccc..726e58ed30a 100644
--- a/api/Outlook.DocumentItem.BeforeAttachmentRead.md
+++ b/api/Outlook.DocumentItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.DocumentItem.BeforeAttachmentSave.md b/api/Outlook.DocumentItem.BeforeAttachmentSave.md
index 0570672bbf9..477e24b1d32 100644
--- a/api/Outlook.DocumentItem.BeforeAttachmentSave.md
+++ b/api/Outlook.DocumentItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.DocumentItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.DocumentItem.BeforeAttachmentWriteToTempFile.md
index 83c79e64ea5..cbe254dbd61 100644
--- a/api/Outlook.DocumentItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.DocumentItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.DocumentItem.BeforeAutoSave.md b/api/Outlook.DocumentItem.BeforeAutoSave.md
index fe73ff943a0..f333075f296 100644
--- a/api/Outlook.DocumentItem.BeforeAutoSave.md
+++ b/api/Outlook.DocumentItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[DocumentItem](Outlook.DocumentItem.md)** to be saved.|
diff --git a/api/Outlook.DocumentItem.BeforeCheckNames.md b/api/Outlook.DocumentItem.BeforeCheckNames.md
index 409f592463b..2ccca5e57a0 100644
--- a/api/Outlook.DocumentItem.BeforeCheckNames.md
+++ b/api/Outlook.DocumentItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.DocumentItem.BeforeDelete.md b/api/Outlook.DocumentItem.BeforeDelete.md
index 4df0b555dce..aee3c3ba1d6 100644
--- a/api/Outlook.DocumentItem.BeforeDelete.md
+++ b/api/Outlook.DocumentItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.DocumentItem.Close(even).md b/api/Outlook.DocumentItem.Close(even).md
index 7c226cd33ca..e70d1f48d24 100644
--- a/api/Outlook.DocumentItem.Close(even).md
+++ b/api/Outlook.DocumentItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.DocumentItem.CustomAction.md b/api/Outlook.DocumentItem.CustomAction.md
index eadbc4c7c90..9e0c19fbc9b 100644
--- a/api/Outlook.DocumentItem.CustomAction.md
+++ b/api/Outlook.DocumentItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.DocumentItem.CustomPropertyChange.md b/api/Outlook.DocumentItem.CustomPropertyChange.md
index a2988b8c265..e2727624948 100644
--- a/api/Outlook.DocumentItem.CustomPropertyChange.md
+++ b/api/Outlook.DocumentItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.DocumentItem.Display.md b/api/Outlook.DocumentItem.Display.md
index d72b42ec77a..62a82b0a6cb 100644
--- a/api/Outlook.DocumentItem.Display.md
+++ b/api/Outlook.DocumentItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.DocumentItem.Forward.md b/api/Outlook.DocumentItem.Forward.md
index 3ffeb925c12..6af15a60684 100644
--- a/api/Outlook.DocumentItem.Forward.md
+++ b/api/Outlook.DocumentItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.DocumentItem.Move.md b/api/Outlook.DocumentItem.Move.md
index 191ac3dcb0b..66ff32b6603 100644
--- a/api/Outlook.DocumentItem.Move.md
+++ b/api/Outlook.DocumentItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|The destination folder.|
-### Return Value
+### Return value
An **Object** that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.DocumentItem.Open.md b/api/Outlook.DocumentItem.Open.md
index 2377e5acb58..8a872f29d7d 100644
--- a/api/Outlook.DocumentItem.Open.md
+++ b/api/Outlook.DocumentItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.DocumentItem.PropertyChange.md b/api/Outlook.DocumentItem.PropertyChange.md
index f24430ac646..229b5d829ae 100644
--- a/api/Outlook.DocumentItem.PropertyChange.md
+++ b/api/Outlook.DocumentItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.DocumentItem.Reply.md b/api/Outlook.DocumentItem.Reply.md
index 2de3e9b7347..f4acfef3c2b 100644
--- a/api/Outlook.DocumentItem.Reply.md
+++ b/api/Outlook.DocumentItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.DocumentItem.ReplyAll.md b/api/Outlook.DocumentItem.ReplyAll.md
index 2628342aed1..5b4846940f9 100644
--- a/api/Outlook.DocumentItem.ReplyAll.md
+++ b/api/Outlook.DocumentItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.DocumentItem.SaveAs.md b/api/Outlook.DocumentItem.SaveAs.md
index 96b071392ed..d856b43d061 100644
--- a/api/Outlook.DocumentItem.SaveAs.md
+++ b/api/Outlook.DocumentItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.DocumentItem.Send.md b/api/Outlook.DocumentItem.Send.md
index 4cd1955587c..76b54221318 100644
--- a/api/Outlook.DocumentItem.Send.md
+++ b/api/Outlook.DocumentItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.DocumentItem.Write.md b/api/Outlook.DocumentItem.Write.md
index 0e639a3439f..8bf1bc1cb4e 100644
--- a/api/Outlook.DocumentItem.Write.md
+++ b/api/Outlook.DocumentItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.Exceptions.Item.md b/api/Outlook.Exceptions.Item.md
index 3c255c0d06a..e51b219b068 100644
--- a/api/Outlook.Exceptions.Item.md
+++ b/api/Outlook.Exceptions.Item.md
@@ -27,11 +27,11 @@ Returns an **[Exception](Outlook.Exception.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Exception** object that represents the specified object.
diff --git a/api/Outlook.ExchangeDistributionList.Details.md b/api/Outlook.ExchangeDistributionList.Details.md
index 405b38e671b..581eb515d99 100644
--- a/api/Outlook.ExchangeDistributionList.Details.md
+++ b/api/Outlook.ExchangeDistributionList.Details.md
@@ -27,7 +27,7 @@ Displays a modal dialog box that provides detailed information about an **[Exch
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HWnd_|Optional| **Variant**| The parent window handle for the Details dialog box. A zero value (the default) specifies a modal dialog box.|
diff --git a/api/Outlook.ExchangeDistributionList.GetContact.md b/api/Outlook.ExchangeDistributionList.GetContact.md
index a6a7925fa49..2c0ed38b0a7 100644
--- a/api/Outlook.ExchangeDistributionList.GetContact.md
+++ b/api/Outlook.ExchangeDistributionList.GetContact.md
@@ -23,7 +23,7 @@ Returns **Null** (**Nothing** in Visual Basic) because the **[ExchangeDistribut
_expression_ A variable that represents an [ExchangeDistributionList](./Outlook.ExchangeDistributionList.md) object.
-### Return Value
+### Return value
**Null** (**Nothing** in Visual Basic) because the **ExchangeDistributionList** object does not correspond to a contact in a Contacts Address Book.
diff --git a/api/Outlook.ExchangeDistributionList.GetExchangeDistributionList.md b/api/Outlook.ExchangeDistributionList.GetExchangeDistributionList.md
index b710f1d4a57..31f492333d7 100644
--- a/api/Outlook.ExchangeDistributionList.GetExchangeDistributionList.md
+++ b/api/Outlook.ExchangeDistributionList.GetExchangeDistributionList.md
@@ -23,7 +23,7 @@ Returns the **[ExchangeDistributionList](Outlook.ExchangeDistributionList.md)**
_expression_ A variable that represents an [ExchangeDistributionList](./Outlook.ExchangeDistributionList.md) object.
-### Return Value
+### Return value
The parent **ExchangeDistributionList** object.
diff --git a/api/Outlook.ExchangeDistributionList.GetExchangeDistributionListMembers.md b/api/Outlook.ExchangeDistributionList.GetExchangeDistributionListMembers.md
index d8853f8c043..a9c9e96ec24 100644
--- a/api/Outlook.ExchangeDistributionList.GetExchangeDistributionListMembers.md
+++ b/api/Outlook.ExchangeDistributionList.GetExchangeDistributionListMembers.md
@@ -23,7 +23,7 @@ Returns an **[AddressEntries](Outlook.AddressEntries.md)** collection that repr
_expression_ A variable that represents an [ExchangeDistributionList](./Outlook.ExchangeDistributionList.md) object.
-### Return Value
+### Return value
An **AddressEntries** collection that contains **[AddressEntry](Outlook.AddressEntry.md)** objects that represent members belonging to the distribution list.
diff --git a/api/Outlook.ExchangeDistributionList.GetExchangeUser.md b/api/Outlook.ExchangeDistributionList.GetExchangeUser.md
index 749427dff7a..b7aab16f9a7 100644
--- a/api/Outlook.ExchangeDistributionList.GetExchangeUser.md
+++ b/api/Outlook.ExchangeDistributionList.GetExchangeUser.md
@@ -23,7 +23,7 @@ Returns **Null** (**Nothing** in Visual Basic) because the **[ExchangeDistribut
_expression_ A variable that represents an [ExchangeDistributionList](./Outlook.ExchangeDistributionList.md) object.
-### Return Value
+### Return value
**Null** (**Nothing** in Visual Basic) because the **ExchangeDistributionList** object does not correspond to an **ExchangeUser** object.
diff --git a/api/Outlook.ExchangeDistributionList.GetMemberOfList.md b/api/Outlook.ExchangeDistributionList.GetMemberOfList.md
index 03ee6be1523..d6852cfdf1d 100644
--- a/api/Outlook.ExchangeDistributionList.GetMemberOfList.md
+++ b/api/Outlook.ExchangeDistributionList.GetMemberOfList.md
@@ -23,7 +23,7 @@ Returns an **[AddressEntries](Outlook.AddressEntries.md)** collection object th
_expression_ A variable that represents an [ExchangeDistributionList](./Outlook.ExchangeDistributionList.md) object.
-### Return Value
+### Return value
An **AddressEntries** collection object that represents the distribution lists of which this **ExchangeDistributionList** object is a member. Returns an **AddressEntries** object with a count of zero (0) if the **ExchangeDistributionList** is not a member of any Exchange distribution list.
diff --git a/api/Outlook.ExchangeDistributionList.GetOwners.md b/api/Outlook.ExchangeDistributionList.GetOwners.md
index 52091a1ac5a..0524a7e6168 100644
--- a/api/Outlook.ExchangeDistributionList.GetOwners.md
+++ b/api/Outlook.ExchangeDistributionList.GetOwners.md
@@ -23,7 +23,7 @@ Returns an **[AddressEntries](Outlook.AddressEntries.md)** collection object th
_expression_ A variable that represents an [ExchangeDistributionList](./Outlook.ExchangeDistributionList.md) object.
-### Return Value
+### Return value
An **AddressEntries** collection object that contains **[AddressEntry](Outlook.AddressEntry.md)** objects representing all the owners of the **ExchangeDistributionList** . Returns an **AddressEntries** object with a count of zero (0) if no owners can be found for the **ExchangeDistributionList** in the current session.
diff --git a/api/Outlook.ExchangeDistributionList.Update.md b/api/Outlook.ExchangeDistributionList.Update.md
index c00b1970852..70874340d11 100644
--- a/api/Outlook.ExchangeDistributionList.Update.md
+++ b/api/Outlook.ExchangeDistributionList.Update.md
@@ -27,7 +27,7 @@ Posts a change to the **[ExchangeDistributionList](Outlook.ExchangeDistribution
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MakePermanent_|Optional| **Variant**|A value of **True** indicates that the property cache is flushed and all changes are committed in the underlying address book. A value of **False** indicates that the property cache is flushed but not committed to persistent storage. The default value is **True**.|
| _Refresh_|Optional| **Variant**|A value of **True** indicates that the property cache is reloaded from the values in the underlying address book. A value of **False** indicates that the property cache is not reloaded. The default value is **False**.|
diff --git a/api/Outlook.ExchangeUser.Details.md b/api/Outlook.ExchangeUser.Details.md
index 37747ed5ae8..a74cea06368 100644
--- a/api/Outlook.ExchangeUser.Details.md
+++ b/api/Outlook.ExchangeUser.Details.md
@@ -27,7 +27,7 @@ Displays a modal dialog box that provides detailed information about an **[Exch
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HWnd_|Optional| **Variant**| The parent window handle for the Details dialog box. A zero value (the default) specifies a modal dialog box.|
diff --git a/api/Outlook.ExchangeUser.GetContact.md b/api/Outlook.ExchangeUser.GetContact.md
index e9362dd7c07..64584480489 100644
--- a/api/Outlook.ExchangeUser.GetContact.md
+++ b/api/Outlook.ExchangeUser.GetContact.md
@@ -23,7 +23,7 @@ Returns **Null** (**Nothing** in Visual Basic) because the **[ExchangeUser](Out
_expression_ A variable that represents an [ExchangeUser](./Outlook.ExchangeUser.md) object.
-### Return Value
+### Return value
**Null** (**Nothing** in Visual Basic) because the **ExchangeUser** object does not correspond to a contact in a Contacts Address Book.
diff --git a/api/Outlook.ExchangeUser.GetDirectReports.md b/api/Outlook.ExchangeUser.GetDirectReports.md
index 3c835757354..06cc740700f 100644
--- a/api/Outlook.ExchangeUser.GetDirectReports.md
+++ b/api/Outlook.ExchangeUser.GetDirectReports.md
@@ -23,7 +23,7 @@ Obtains an **[AddressEntries](Outlook.AddressEntries.md)** collection object th
_expression_ A variable that represents an [ExchangeUser](./Outlook.ExchangeUser.md) object.
-### Return Value
+### Return value
An **AddressEntries** collection object that contains the users directly reporting to the Exchange user. The **AddressEntries** object will have a count of zero (0) if there is no direct report represented by an **[AddressEntry](Outlook.AddressEntry.md)** in the current session, or if direct reports have not been implemented in the Exchange directory.
diff --git a/api/Outlook.ExchangeUser.GetExchangeDistributionList.md b/api/Outlook.ExchangeUser.GetExchangeDistributionList.md
index 04bbcb54df7..4cdacc860ea 100644
--- a/api/Outlook.ExchangeUser.GetExchangeDistributionList.md
+++ b/api/Outlook.ExchangeUser.GetExchangeDistributionList.md
@@ -23,7 +23,7 @@ Returns **Null** (**Nothing** in Visual Basic) because the **[ExchangeUser](Out
_expression_ A variable that represents an [ExchangeUser](./Outlook.ExchangeUser.md) object.
-### Return Value
+### Return value
**Null** (**Nothing** in Visual Basic) because the **ExchangeUser** object does not correspond to an **ExchangeDistributionList** object.
diff --git a/api/Outlook.ExchangeUser.GetExchangeUser.md b/api/Outlook.ExchangeUser.GetExchangeUser.md
index e77a39e70e3..9fdb09fd2c6 100644
--- a/api/Outlook.ExchangeUser.GetExchangeUser.md
+++ b/api/Outlook.ExchangeUser.GetExchangeUser.md
@@ -23,7 +23,7 @@ Returns the **[ExchangeUser](Outlook.ExchangeUser.md)** object.
_expression_ A variable that represents an [ExchangeUser](./Outlook.ExchangeUser.md) object.
-### Return Value
+### Return value
The parent **ExchangeUser** object.
diff --git a/api/Outlook.ExchangeUser.GetExchangeUserManager.md b/api/Outlook.ExchangeUser.GetExchangeUserManager.md
index d4a92594725..3ef420a2d02 100644
--- a/api/Outlook.ExchangeUser.GetExchangeUserManager.md
+++ b/api/Outlook.ExchangeUser.GetExchangeUserManager.md
@@ -23,7 +23,7 @@ Returns an **[ExchangeUser](Outlook.ExchangeUser.md)** object that represents t
_expression_ A variable that represents an [ExchangeUser](./Outlook.ExchangeUser.md) object.
-### Return Value
+### Return value
An **ExchangeUser** object that represents the manager of the Exchange user.
diff --git a/api/Outlook.ExchangeUser.GetFreeBusy.md b/api/Outlook.ExchangeUser.GetFreeBusy.md
index 4bc9390187e..4fb28cc9427 100644
--- a/api/Outlook.ExchangeUser.GetFreeBusy.md
+++ b/api/Outlook.ExchangeUser.GetFreeBusy.md
@@ -27,13 +27,13 @@ Obtains a **String** representing the availability of the **[ExchangeUser](Outl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required| **Date**|The date of availability, starting at midnight.|
| _MinPerChar_|Required| **Long**|Specifies the length of each time slot in minutes. Default is 30 minutes.|
| _CompleteFormat_|Optional| **Variant**|A value of **True** indicates that a finer granularity of busy time is returned in the free/busy string. A value of **False** indicates that a distinction between only the available and busy times is returned.|
-### Return Value
+### Return value
A **String** that represents the availability of the Exchange user for a period of 30 days from the start date, beginning at midnight of the date specified. Each character in the **String** is a value indicating if the user is available (0), and optionally, whether a busy time is marked tentative (1), out of office (3), or other (2).
diff --git a/api/Outlook.ExchangeUser.GetMemberOfList.md b/api/Outlook.ExchangeUser.GetMemberOfList.md
index 89e35f81b79..2d28e7c915d 100644
--- a/api/Outlook.ExchangeUser.GetMemberOfList.md
+++ b/api/Outlook.ExchangeUser.GetMemberOfList.md
@@ -23,7 +23,7 @@ Returns an **[AddressEntries](Outlook.AddressEntries.md)** collection object th
_expression_ A variable that represents an [ExchangeUser](./Outlook.ExchangeUser.md) object.
-### Return Value
+### Return value
An **AddressEntries** collection object that represents the Exchange distribution lists to which the **[ExchangeUser](Outlook.ExchangeUser.md)** belongs. Returns an **AddressEntries** collection object with a count of zero (0) if the **ExchangeUser** is not a member of any Exchange distribution list.
diff --git a/api/Outlook.ExchangeUser.GetPicture.md b/api/Outlook.ExchangeUser.GetPicture.md
index 7c37e280034..453f77ced64 100644
--- a/api/Outlook.ExchangeUser.GetPicture.md
+++ b/api/Outlook.ExchangeUser.GetPicture.md
@@ -23,7 +23,7 @@ Obtains an **[IPictureDisp](https://msdn.microsoft.com/library/ms680762%28VS.85
_expression_ A variable that represents an '[ExchangeUser](Outlook.ExchangeUser.md)' object.
-### Return Value
+### Return value
An **IPictureDisp** object that represents the picture of the Exchange user that is displayed in Outlook.
diff --git a/api/Outlook.ExchangeUser.Update.md b/api/Outlook.ExchangeUser.Update.md
index bd9467936c9..e538485fef3 100644
--- a/api/Outlook.ExchangeUser.Update.md
+++ b/api/Outlook.ExchangeUser.Update.md
@@ -27,7 +27,7 @@ Posts a change to the **[ExchangeUser](Outlook.ExchangeUser.md)** object in the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MakePermanent_|Optional| **Variant**|A value of **True** indicates that the property cache is flushed and all changes are committed in the underlying address book. A value of **False** indicates that the property cache is flushed but not committed to persistent storage. The default value is **True**.|
| _Refresh_|Optional| **Variant**|A value of **True** indicates that the property cache is reloaded from the values in the underlying address book. A value of **False** indicates that the property cache is not reloaded. The default value is **False**.|
diff --git a/api/Outlook.Explorer.AddToSelection.md b/api/Outlook.Explorer.AddToSelection.md
index eb3fa1f2f53..bfae8500ad7 100644
--- a/api/Outlook.Explorer.AddToSelection.md
+++ b/api/Outlook.Explorer.AddToSelection.md
@@ -27,7 +27,7 @@ Adds the specified Microsoft Outlook item to the selection in the active explore
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item to add to the selection in the active explorer.|
diff --git a/api/Outlook.Explorer.BeforeFolderSwitch.md b/api/Outlook.Explorer.BeforeFolderSwitch.md
index 4acfc515217..bbf3eba9cbf 100644
--- a/api/Outlook.Explorer.BeforeFolderSwitch.md
+++ b/api/Outlook.Explorer.BeforeFolderSwitch.md
@@ -27,7 +27,7 @@ Occurs before the explorer goes to a new folder, either as a result of user acti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewFolder_|Required| **Object**|The **[Folder](Outlook.Folder.md)** object the explorer is switching to.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , navigation is cancelled, and the current folder is not changed.|
diff --git a/api/Outlook.Explorer.BeforeItemCopy.md b/api/Outlook.Explorer.BeforeItemCopy.md
index 3b26f924e8a..7f902f99ffb 100644
--- a/api/Outlook.Explorer.BeforeItemCopy.md
+++ b/api/Outlook.Explorer.BeforeItemCopy.md
@@ -27,7 +27,7 @@ Occurs when an Outlook item is copied.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not copied.|
diff --git a/api/Outlook.Explorer.BeforeItemCut.md b/api/Outlook.Explorer.BeforeItemCut.md
index 7ff6e2bd3af..5871d7baf87 100644
--- a/api/Outlook.Explorer.BeforeItemCut.md
+++ b/api/Outlook.Explorer.BeforeItemCut.md
@@ -27,7 +27,7 @@ Occurs when an Outlook item is cut from a folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.Explorer.BeforeItemPaste.md b/api/Outlook.Explorer.BeforeItemPaste.md
index 2507843122d..305b68b129b 100644
--- a/api/Outlook.Explorer.BeforeItemPaste.md
+++ b/api/Outlook.Explorer.BeforeItemPaste.md
@@ -27,7 +27,7 @@ Occurs when an Outlook item is pasted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClipboardContent_|Required| **Variant**|The content to be pasted.|
| _Target_|Required| **Folder**|The destination of the paste.|
diff --git a/api/Outlook.Explorer.BeforeMaximize.md b/api/Outlook.Explorer.BeforeMaximize.md
index 1cd7aab5f58..4935e2ab2f5 100644
--- a/api/Outlook.Explorer.BeforeMaximize.md
+++ b/api/Outlook.Explorer.BeforeMaximize.md
@@ -27,7 +27,7 @@ Occurs when an explorer is maximized by the user.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the explorer is not maximized.|
diff --git a/api/Outlook.Explorer.BeforeMinimize.md b/api/Outlook.Explorer.BeforeMinimize.md
index 105f7010ef2..8a5132900e0 100644
--- a/api/Outlook.Explorer.BeforeMinimize.md
+++ b/api/Outlook.Explorer.BeforeMinimize.md
@@ -27,7 +27,7 @@ Occurs when the active explorer is minimized by the user.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the explorer is not minimized.|
diff --git a/api/Outlook.Explorer.BeforeMove.md b/api/Outlook.Explorer.BeforeMove.md
index 5401c0159ed..d4ed73a606e 100644
--- a/api/Outlook.Explorer.BeforeMove.md
+++ b/api/Outlook.Explorer.BeforeMove.md
@@ -27,7 +27,7 @@ Occurs when the **[Explorer](Outlook.Explorer.md)** is moved by the user.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the explorer or inspector is not moved.|
diff --git a/api/Outlook.Explorer.BeforeSize.md b/api/Outlook.Explorer.BeforeSize.md
index afdbf25fbe0..b7cab8fb225 100644
--- a/api/Outlook.Explorer.BeforeSize.md
+++ b/api/Outlook.Explorer.BeforeSize.md
@@ -27,7 +27,7 @@ Occurs when the user sizes the current **[Explorer](Outlook.Explorer.md)** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the **Explorer** is not sized.|
diff --git a/api/Outlook.Explorer.BeforeViewSwitch.md b/api/Outlook.Explorer.BeforeViewSwitch.md
index 2734198df6a..f6f39b15ed7 100644
--- a/api/Outlook.Explorer.BeforeViewSwitch.md
+++ b/api/Outlook.Explorer.BeforeViewSwitch.md
@@ -27,7 +27,7 @@ Occurs before the explorer changes to a new view, either as a result of user act
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewView_|Required| **Variant**|The name of the view the explorer is switching to.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the switch is cancelled and the current view is not changed.|
diff --git a/api/Outlook.Explorer.IsItemSelectableInView.md b/api/Outlook.Explorer.IsItemSelectableInView.md
index 5d58e8f8bb1..e777cb4cf74 100644
--- a/api/Outlook.Explorer.IsItemSelectableInView.md
+++ b/api/Outlook.Explorer.IsItemSelectableInView.md
@@ -27,11 +27,11 @@ Returns a value that indicates whether the specified Microsoft Outlook item can
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item that is being considered for selection.|
-### Return Value
+### Return value
A **Boolean** value that indicates whether the specified item can be selected in the current view.
diff --git a/api/Outlook.Explorer.IsPaneVisible.md b/api/Outlook.Explorer.IsPaneVisible.md
index 57397d012be..a91c50d0188 100644
--- a/api/Outlook.Explorer.IsPaneVisible.md
+++ b/api/Outlook.Explorer.IsPaneVisible.md
@@ -27,11 +27,11 @@ Returns a **Boolean** indicating whether a specific explorer pane is visible.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pane_|Required| **[OlPane](Outlook.OlPane.md)**|The pane to check.|
-### Return Value
+### Return value
**True** if the specified pane is displayed in the explorer; otherwise, **False** .
diff --git a/api/Outlook.Explorer.RemoveFromSelection.md b/api/Outlook.Explorer.RemoveFromSelection.md
index ef091dd32d6..a2e6170fcd3 100644
--- a/api/Outlook.Explorer.RemoveFromSelection.md
+++ b/api/Outlook.Explorer.RemoveFromSelection.md
@@ -27,7 +27,7 @@ Cancels the selection of the specified Microsoft Outlook item in the active expl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item to be removed from the selection.|
diff --git a/api/Outlook.Explorer.Search.md b/api/Outlook.Explorer.Search.md
index 18931166c5c..035018cfa4d 100644
--- a/api/Outlook.Explorer.Search.md
+++ b/api/Outlook.Explorer.Search.md
@@ -27,7 +27,7 @@ Performs a Microsoft Instant Search on the current folder displayed in the Explo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Query_|Required| **String**|A search string that can contain any valid keywords supported in Instant Search.|
| _SearchScope_|Optional| **[OlSearchScope](Outlook.OlSearchScope.md)**|Specifies the scope in terms of folders for the search.|
diff --git a/api/Outlook.Explorer.ShowPane.md b/api/Outlook.Explorer.ShowPane.md
index 1f2e173db6a..4eddbe21d73 100644
--- a/api/Outlook.Explorer.ShowPane.md
+++ b/api/Outlook.Explorer.ShowPane.md
@@ -27,7 +27,7 @@ Displays or hides a specific pane in the explorer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pane_|Required| **[OlPane](Outlook.OlPane.md)**|The pane to display.|
| _Visible_|Required| **Boolean**| **True** to make the pane visible, **False** to hide the pane.|
diff --git a/api/Outlook.Explorers.Add.md b/api/Outlook.Explorers.Add.md
index 65ac9120dda..e3a8062e940 100644
--- a/api/Outlook.Explorers.Add.md
+++ b/api/Outlook.Explorers.Add.md
@@ -27,12 +27,12 @@ Creates a new instance of the explorer window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Folder_|Required| **Variant**|The **Variant** object to display in the explorer window when it is created.|
| _DisplayMode_|Optional| **Long**|The display mode of the folder. Can be one of the **[OlFolderDisplayMode](Outlook.OlFolderDisplayMode.md)** constants.|
-### Return Value
+### Return value
An **[Explorer](Outlook.Explorer.md)** object that represents a new instance of the window.
diff --git a/api/Outlook.Explorers.Item.md b/api/Outlook.Explorers.Item.md
index 352f4c48106..c5aa0c92540 100644
--- a/api/Outlook.Explorers.Item.md
+++ b/api/Outlook.Explorers.Item.md
@@ -27,11 +27,11 @@ Returns an **[Explorer](Outlook.Explorer.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Explorer** object that represents the specified object.
diff --git a/api/Outlook.Explorers.NewExplorer.md b/api/Outlook.Explorers.NewExplorer.md
index f9a2e576357..79378a500f9 100644
--- a/api/Outlook.Explorers.NewExplorer.md
+++ b/api/Outlook.Explorers.NewExplorer.md
@@ -27,7 +27,7 @@ Occurs whenever a new explorer window is opened, either as a result of user acti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Explorer_|Required| **[Explorer](Outlook.Explorer.md)**|The explorer that was opened.|
diff --git a/api/Outlook.Folder.BeforeFolderMove.md b/api/Outlook.Folder.BeforeFolderMove.md
index cd2d75ce34c..87f20027465 100644
--- a/api/Outlook.Folder.BeforeFolderMove.md
+++ b/api/Outlook.Folder.BeforeFolderMove.md
@@ -27,7 +27,7 @@ Occurs when a folder is about to be moved or deleted, either as a result of user
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MoveTo_|Required| **[Folder](Outlook.Folder.md)**|Represents the folder to which the item is being moved. |
| _Cancel_|Required| **Boolean**|Set this to **True** to cancel the move or delete action.|
diff --git a/api/Outlook.Folder.BeforeItemMove.md b/api/Outlook.Folder.BeforeItemMove.md
index 09c96061d70..c681d0de631 100644
--- a/api/Outlook.Folder.BeforeItemMove.md
+++ b/api/Outlook.Folder.BeforeItemMove.md
@@ -27,7 +27,7 @@ Occurs when an item is about to be moved or deleted from a folder, either as a r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|Represents the Outlook item that is to be moved or deleted.|
| _MoveTo_|Required| **[Folder](Outlook.Folder.md)**|Represents the folder to which the item is being moved. |
diff --git a/api/Outlook.Folder.CopyTo.md b/api/Outlook.Folder.CopyTo.md
index 6d14de02f83..2cf1de62939 100644
--- a/api/Outlook.Folder.CopyTo.md
+++ b/api/Outlook.Folder.CopyTo.md
@@ -27,11 +27,11 @@ Copies the current folder in its entirety to the destination folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestinationFolder_|Required| **[Folder](Outlook.Folder.md)**|Required **Folder** object that represents the destination folder.|
-### Return Value
+### Return value
A **Folder** object that represents the new copy of the current folder.
diff --git a/api/Outlook.Folder.GetCalendarExporter.md b/api/Outlook.Folder.GetCalendarExporter.md
index c04953e7acb..d9d7ea9c305 100644
--- a/api/Outlook.Folder.GetCalendarExporter.md
+++ b/api/Outlook.Folder.GetCalendarExporter.md
@@ -23,7 +23,7 @@ Creates a **[CalendarSharing](Outlook.CalendarSharing.md)** object for the spec
_expression_ An expression that returns a [Folder](./Outlook.Folder.md) object.
-### Return Value
+### Return value
A **CalendarSharing** object for the specified folder.
diff --git a/api/Outlook.Folder.GetCustomIcon.md b/api/Outlook.Folder.GetCustomIcon.md
index 726e3c6c055..f724b58021d 100644
--- a/api/Outlook.Folder.GetCustomIcon.md
+++ b/api/Outlook.Folder.GetCustomIcon.md
@@ -23,7 +23,7 @@ Returns an **[IPictureDisp](https://msdn.microsoft.com/library/ms680762%28VS.85
_expression_ A variable that represents a '[Folder](Outlook.Folder.md)' object.
-### Return Value
+### Return value
An **IPictureDisp** object that represents a custom icon for the folder.
diff --git a/api/Outlook.Folder.GetExplorer.md b/api/Outlook.Folder.GetExplorer.md
index e9a8c987515..0fbc51208c4 100644
--- a/api/Outlook.Folder.GetExplorer.md
+++ b/api/Outlook.Folder.GetExplorer.md
@@ -27,11 +27,11 @@ Returns an **[Explorer](Outlook.Explorer.md)** object that represents a new, in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DisplayMode_|Optional| **Variant**|The display mode of the folder. Can be one of the constants in the **[OlFolderDisplayMode](Outlook.OlFolderDisplayMode.md)** enumeration.|
-### Return Value
+### Return value
An **Explorer** object that represents a new, inactive Explorer initialized with the specified folder as the current folder.
diff --git a/api/Outlook.Folder.GetStorage.md b/api/Outlook.Folder.GetStorage.md
index a5d19d38516..809564c59e0 100644
--- a/api/Outlook.Folder.GetStorage.md
+++ b/api/Outlook.Folder.GetStorage.md
@@ -27,12 +27,12 @@ Gets a **[StorageItem](Outlook.StorageItem.md)** object on the parent **[Folder
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StorageIdentifier_|Required| **String**|An identifier for the **StorageItem** object; depending on the identifier type, the value can represent an Entry ID, a message class, or a subject.|
| _StorageIdentifierType_|Required| **[OlStorageIdentifierType](Outlook.OlStorageIdentifierType.md)**|Specifies the type of identifier for the **StorageItem** object.|
-### Return Value
+### Return value
A **StorageItem** object that is used to store data for a solution.
diff --git a/api/Outlook.Folder.GetTable.md b/api/Outlook.Folder.GetTable.md
index 86ccb83f77f..f8922e47577 100644
--- a/api/Outlook.Folder.GetTable.md
+++ b/api/Outlook.Folder.GetTable.md
@@ -27,12 +27,12 @@ Obtains a **[Table](Outlook.Table.md)** object that contains items filtered by
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filter_|Optional| **String**|A filter in Microsft Jet or DAV Searching and Locating (DASL) syntax that specifies the criteria for items in the parent **Folder** .|
| _TableContents_|Optional| **[OlTableContents](Outlook.OlTableContents.md)**|Specifies the type of items in the folder that **GetTable** returns. The default is **olUserItems**.|
-### Return Value
+### Return value
A **Table** that contains items in the parent **[Folder](Outlook.Folder.md)** that meet the criteria in _Filter_ . By default, _TableContents_ is **olUserItems** and the returned **Table** contains only the filtered items that are not hidden.
diff --git a/api/Outlook.Folder.MoveTo.md b/api/Outlook.Folder.MoveTo.md
index 0c8c3b25b07..c07a0567651 100644
--- a/api/Outlook.Folder.MoveTo.md
+++ b/api/Outlook.Folder.MoveTo.md
@@ -27,7 +27,7 @@ Moves a folder to the specified destination folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestinationFolder_|Required| **Folder**|The destination **Folder** for the **Folder** that is being moved.|
diff --git a/api/Outlook.Folder.SetCustomIcon.md b/api/Outlook.Folder.SetCustomIcon.md
index f5f60281ee8..54a0e7d9e38 100644
--- a/api/Outlook.Folder.SetCustomIcon.md
+++ b/api/Outlook.Folder.SetCustomIcon.md
@@ -27,7 +27,7 @@ Sets a custom icon that is specified by _Picture_ for the folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Picture_|Required| **[IPictureDisp](https://msdn.microsoft.com/library/ms680762%28VS.85%29.aspx)**|Specifies the custom icon for the folder.|
diff --git a/api/Outlook.Folders.Add.md b/api/Outlook.Folders.Add.md
index 7677482a933..d8e4aed6be6 100644
--- a/api/Outlook.Folders.Add.md
+++ b/api/Outlook.Folders.Add.md
@@ -27,12 +27,12 @@ Creates a new folder in the **[Folders](Outlook.Folders.md)** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The display name for the new folder.|
| _Type_|Optional| **Long**|The Outlook folder type for the new folder. If the folder type is not specified, the new folder will default to the same type as the folder in which it is created. Can be one of the following **[OlDefaultFolders](Outlook.OlDefaultFolders.md)** constants: **olFolderCalendar** , **olFolderContacts** , **olFolderDrafts** , **olFolderInbox** , **olFolderJournal** , **olFolderNotes** , or **olFolderTasks** . The constants **olFolderConflicts** , **olFolderDeletedItems** , **olFolderJunk** , **olFolderLocalFailures** , **olFolderManagedEmail** , **olFolderOutbox** , **olFolderRssSubscriptions** , **olFolderSentMail** , **olFolderServerFailures** , **olFolderSyncIssues** , **olFolderToDo** , and **olPublicFoldersAllPublicFolders** cannot be specified for this argument.|
-### Return Value
+### Return value
A **[Folder](Outlook.Folder.md)** object that represents the new folder.
diff --git a/api/Outlook.Folders.FolderAdd.md b/api/Outlook.Folders.FolderAdd.md
index 7181be0fd52..70aaee26869 100644
--- a/api/Outlook.Folders.FolderAdd.md
+++ b/api/Outlook.Folders.FolderAdd.md
@@ -27,7 +27,7 @@ Occurs when a folder is added to the specified **[Folders](Outlook.Folders.md)*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Folder_|Required| **[Folder](Outlook.Folder.md)**|The **Folder** that is added.|
diff --git a/api/Outlook.Folders.FolderChange.md b/api/Outlook.Folders.FolderChange.md
index d6d6637e18f..9a9213a9227 100644
--- a/api/Outlook.Folders.FolderChange.md
+++ b/api/Outlook.Folders.FolderChange.md
@@ -27,7 +27,7 @@ Occurs when a folder in the specified **[Folders](Outlook.Folders.md)** collect
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Folder_|Required| **[Folder](Outlook.Folder.md)**|The folder that has been changed.|
diff --git a/api/Outlook.Folders.GetFirst.md b/api/Outlook.Folders.GetFirst.md
index 69b24ec84f0..7afe4128b53 100644
--- a/api/Outlook.Folders.GetFirst.md
+++ b/api/Outlook.Folders.GetFirst.md
@@ -23,7 +23,7 @@ Returns the first object in the **[Folders](Outlook.Folders.md)** collection.
_expression_ A variable that represents a [Folders](./Outlook.Folders.md) object.
-### Return Value
+### Return value
A **[Folder](Outlook.Folder.md)** object that represents the first object contained by the collection.
diff --git a/api/Outlook.Folders.GetLast.md b/api/Outlook.Folders.GetLast.md
index 842310cbf17..d60b582bb8b 100644
--- a/api/Outlook.Folders.GetLast.md
+++ b/api/Outlook.Folders.GetLast.md
@@ -23,7 +23,7 @@ Returns the last object in the **[Folders](Outlook.Folders.md)** collection.
_expression_ A variable that represents a [Folders](./Outlook.Folders.md) object.
-### Return Value
+### Return value
A **[Folder](Outlook.Folder.md)** object that represents the last object contained by the collection.
diff --git a/api/Outlook.Folders.GetNext.md b/api/Outlook.Folders.GetNext.md
index eb77ef1422e..d7e318a094e 100644
--- a/api/Outlook.Folders.GetNext.md
+++ b/api/Outlook.Folders.GetNext.md
@@ -23,7 +23,7 @@ Returns the next object in the **[Folders](Outlook.Folders.md)** collection.
_expression_ A variable that represents a [Folders](./Outlook.Folders.md) object.
-### Return Value
+### Return value
A **[Folder](Outlook.Folder.md)** object that represents the next object contained by the collection.
diff --git a/api/Outlook.Folders.GetPrevious.md b/api/Outlook.Folders.GetPrevious.md
index eae1ac7347f..4eab50d24e7 100644
--- a/api/Outlook.Folders.GetPrevious.md
+++ b/api/Outlook.Folders.GetPrevious.md
@@ -23,7 +23,7 @@ Returns the previous object in the **[Folders](Outlook.Folders.md)** collection
_expression_ A variable that represents a [Folders](./Outlook.Folders.md) object.
-### Return Value
+### Return value
A **[Folder](Outlook.Folder.md)** object that represents the previous object contained by the collection.
diff --git a/api/Outlook.Folders.Item.md b/api/Outlook.Folders.Item.md
index a0663992ccc..331a9733a02 100644
--- a/api/Outlook.Folders.Item.md
+++ b/api/Outlook.Folders.Item.md
@@ -27,11 +27,11 @@ Returns a **[Folder](Outlook.Folder.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
A **Folder** object that represents the specified object.
diff --git a/api/Outlook.Folders.Remove.md b/api/Outlook.Folders.Remove.md
index 6106c8626d3..028b976a437 100644
--- a/api/Outlook.Folders.Remove.md
+++ b/api/Outlook.Folders.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The 1-based index value of the object within the collection.|
diff --git a/api/Outlook.FormDescription.PublishForm.md b/api/Outlook.FormDescription.PublishForm.md
index 140d0cf1231..4f516609a1b 100644
--- a/api/Outlook.FormDescription.PublishForm.md
+++ b/api/Outlook.FormDescription.PublishForm.md
@@ -27,7 +27,7 @@ Saves the definition of the **[FormDescription](Outlook.FormDescription.md)** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Registry_|Required| **[OlFormRegistry](Outlook.OlFormRegistry.md)**|The form class.|
| _Folder_|Optional| **Variant**|Expression that returns a **[Folder](Outlook.Folder.md)** object. Used only with Folder form registry. The folder object from which the forms must be accessed.|
diff --git a/api/Outlook.FormRegion.Expanded.md b/api/Outlook.FormRegion.Expanded.md
index d04676bf168..1fca63c1c7e 100644
--- a/api/Outlook.FormRegion.Expanded.md
+++ b/api/Outlook.FormRegion.Expanded.md
@@ -27,7 +27,7 @@ Occurs when the form region expands or collapses
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Expand_|Required| **Boolean**| **True** if the form region is expanding; **False** if the form region is collapsing.|
diff --git a/api/Outlook.FormRegion.SetControlItemProperty.md b/api/Outlook.FormRegion.SetControlItemProperty.md
index d147d0eb1c4..3990ff668b2 100644
--- a/api/Outlook.FormRegion.SetControlItemProperty.md
+++ b/api/Outlook.FormRegion.SetControlItemProperty.md
@@ -27,7 +27,7 @@ Binds an explicit built-in property or a custom property to a control in the for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Control_|Required| **Object**|A control in the form region to which the property specified by _PropertyName_ will be bound.|
| _PropertyName_|Required| **String**|The name of the property that will be bound to the control.|
diff --git a/api/Outlook.FormRegionStartup.BeforeFormRegionShow.md b/api/Outlook.FormRegionStartup.BeforeFormRegionShow.md
index 047bfb2f35c..a4e99037252 100644
--- a/api/Outlook.FormRegionStartup.BeforeFormRegionShow.md
+++ b/api/Outlook.FormRegionStartup.BeforeFormRegionShow.md
@@ -27,7 +27,7 @@ Allows an add-in to update the user interface of a form region before it is disp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FormRegion_|Required| **[FormRegion](Outlook.FormRegion.md)**|The **FormRegion** object representing the form region that is to be displayed.|
diff --git a/api/Outlook.FormRegionStartup.GetFormRegionIcon.md b/api/Outlook.FormRegionStartup.GetFormRegionIcon.md
index 386eecd4d09..d6bb748ab8e 100644
--- a/api/Outlook.FormRegionStartup.GetFormRegionIcon.md
+++ b/api/Outlook.FormRegionStartup.GetFormRegionIcon.md
@@ -27,13 +27,13 @@ Obtains an icon image that will be displayed for a particular type of icon for t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FormRegionName_|Required| **String**|The name of the form region which is the name used when registering the form region in the Windows registry.|
| _LCID_|Required| **Long**|The locale ID that identifies the language that Outlook is currently using. This value is used to obtain the localization strings corresponding to this language for the form region.|
| _Icon_|Required| **[OlFormRegionIcon](Outlook.OlFormRegionIcon.md)**|A constant that identifies the type of icon.|
-### Return Value
+### Return value
A Variant that is either a byte-array that represents the original bytes of the image file or an **IPictureDisp** object.
diff --git a/api/Outlook.FormRegionStartup.GetFormRegionManifest.md b/api/Outlook.FormRegionStartup.GetFormRegionManifest.md
index 8d07bfd7308..4659dc9910d 100644
--- a/api/Outlook.FormRegionStartup.GetFormRegionManifest.md
+++ b/api/Outlook.FormRegionStartup.GetFormRegionManifest.md
@@ -27,12 +27,12 @@ Obtains the XML manifest for a form region.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FormRegionName_|Required| **String**|The name of the form region which is the name used when registering the form region in the Windows registry.|
| _LCID_|Required| **Long**|The locale ID that identifies the language that Outlook is currently using. This value is used to obtain the localization strings corresponding to this language for the form region.|
-### Return Value
+### Return value
A **Variant** that represents the XML manifest for a form region. This XML string includes characteristics of the form region such as the display name (as specified by the title element), any associated layout file or add-in, any supported user actions, and any localization strings. The XML must follow the form region XML schema. For more information on the form region XML schema, see the Microsoft Outlook 2010 XML Schema Reference in the [MSDN Library](https://msdn.microsoft.com/library).
diff --git a/api/Outlook.FormRegionStartup.GetFormRegionStorage.md b/api/Outlook.FormRegionStartup.GetFormRegionStorage.md
index 85793d2d9a7..fe319d0b98f 100644
--- a/api/Outlook.FormRegionStartup.GetFormRegionStorage.md
+++ b/api/Outlook.FormRegionStartup.GetFormRegionStorage.md
@@ -27,7 +27,7 @@ Obtains appropriate storage for a form region based on the specified information
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FormRegionName_|Required| **String**|The internal name of the form region. This can be indicated by the tag in the corresponding form region XML manifest.|
| _Item_|Required| **Object**|The Outlook item object that caused the loading of the form region.|
@@ -35,7 +35,7 @@ Obtains appropriate storage for a form region based on the specified information
| _FormRegionMode_|Required| **[OlFormRegionMode](Outlook.OlFormRegionMode.md)**|The mode that the form region is being loaded into.|
| _FormRegionSize_|Required| **[OlFormRegionSize](Outlook.OlFormRegionSize.md)**|The type of form region being loaded, either adjoining or separate.|
-### Return Value
+### Return value
A **Variant** object representing the storage that Outlook has allocated for the form region. The type of the return value can be: **String** representing that the return value is a local path to an Outlook Form Storage (.OFS) file; **Byte()** representing that the return value is an array of bytes that contains the contents of the .OFS file; **IStorage** representing that the return value is a COM storage object **IStorage** (for C++ only); **Nothing** or **Null** , representing that Outlook could not allocate storage for this form region and will not load the form region.
diff --git a/api/Outlook.IconView.Copy.md b/api/Outlook.IconView.Copy.md
index 55112613d8f..d80871ac564 100644
--- a/api/Outlook.IconView.Copy.md
+++ b/api/Outlook.IconView.Copy.md
@@ -27,12 +27,12 @@ Creates a new **[View](Outlook.View.md)** object based on the existing **[IconV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new view.|
| _SaveOption_|Optional| **[OlViewSaveOption](Outlook.OlViewSaveOption.md)**|The save option for the new view.|
-### Return Value
+### Return value
A **View** object that represents the new view.
diff --git a/api/Outlook.IconView.GoToDate.md b/api/Outlook.IconView.GoToDate.md
index e35ebc36cf4..72b9fc6e23a 100644
--- a/api/Outlook.IconView.GoToDate.md
+++ b/api/Outlook.IconView.GoToDate.md
@@ -27,7 +27,7 @@ Changes the date used by the current view to display information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required| **Date**|The date to which the view should be changed.|
diff --git a/api/Outlook.Inspector.BeforeMaximize.md b/api/Outlook.Inspector.BeforeMaximize.md
index 3a4d41b73f6..14807fee531 100644
--- a/api/Outlook.Inspector.BeforeMaximize.md
+++ b/api/Outlook.Inspector.BeforeMaximize.md
@@ -27,7 +27,7 @@ Occurs when an inspector is maximized by the user.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the explorer or inspector is not maximized.|
diff --git a/api/Outlook.Inspector.BeforeMinimize.md b/api/Outlook.Inspector.BeforeMinimize.md
index f2369bcfdb8..33cd531951f 100644
--- a/api/Outlook.Inspector.BeforeMinimize.md
+++ b/api/Outlook.Inspector.BeforeMinimize.md
@@ -27,7 +27,7 @@ Occurs when the active inspector is minimized by the user.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the explorer or inspector is not minimized.|
diff --git a/api/Outlook.Inspector.BeforeMove.md b/api/Outlook.Inspector.BeforeMove.md
index d0f7aa916bc..e27a3179fe9 100644
--- a/api/Outlook.Inspector.BeforeMove.md
+++ b/api/Outlook.Inspector.BeforeMove.md
@@ -27,7 +27,7 @@ Occurs when the **[Inspector](Outlook.Inspector.md)** is moved by the user.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the inspector is not moved.|
diff --git a/api/Outlook.Inspector.BeforeSize.md b/api/Outlook.Inspector.BeforeSize.md
index d22dddf04e5..50c191c29be 100644
--- a/api/Outlook.Inspector.BeforeSize.md
+++ b/api/Outlook.Inspector.BeforeSize.md
@@ -27,7 +27,7 @@ Occurs when the user sizes the current **[Inspector](Outlook.Inspector.md)** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the **Inspector** is not sized.|
diff --git a/api/Outlook.Inspector.Close(method).md b/api/Outlook.Inspector.Close(method).md
index 0f14694be80..94f9e427e53 100644
--- a/api/Outlook.Inspector.Close(method).md
+++ b/api/Outlook.Inspector.Close(method).md
@@ -27,7 +27,7 @@ Closes the **[Inspector](Outlook.Inspector.md)** and optionally saves changes t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.Inspector.Display.md b/api/Outlook.Inspector.Display.md
index 8b8601679a6..1acfbcfc44e 100644
--- a/api/Outlook.Inspector.Display.md
+++ b/api/Outlook.Inspector.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.Inspector.HideFormPage.md b/api/Outlook.Inspector.HideFormPage.md
index fab42ba5f61..6352ff9eb11 100644
--- a/api/Outlook.Inspector.HideFormPage.md
+++ b/api/Outlook.Inspector.HideFormPage.md
@@ -27,7 +27,7 @@ Hides a form page or a form region in the inspector.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageName_|Required| **String**|The display name of the form page, or the internal name of a form region to be hidden.|
diff --git a/api/Outlook.Inspector.IsWordMail.md b/api/Outlook.Inspector.IsWordMail.md
index 0a0926d2942..39c6a209720 100644
--- a/api/Outlook.Inspector.IsWordMail.md
+++ b/api/Outlook.Inspector.IsWordMail.md
@@ -23,7 +23,7 @@ Determines whether the mail message associated with an inspector is displayed in
_expression_ A variable that represents an [Inspector](./Outlook.Inspector.md) object.
-### Return Value
+### Return value
**True** if the mail message is displayed in Microsoft Word (that is, if Word Mail is in use); otherwise, **False** .
diff --git a/api/Outlook.Inspector.NewFormRegion.md b/api/Outlook.Inspector.NewFormRegion.md
index 434410dd5a8..b6b69646a03 100644
--- a/api/Outlook.Inspector.NewFormRegion.md
+++ b/api/Outlook.Inspector.NewFormRegion.md
@@ -23,7 +23,7 @@ Opens a new page in design mode in the inspector for a new form region.
_expression_ A variable that represents an [Inspector](./Outlook.Inspector.md) object.
-### Return Value
+### Return value
An **Object** that represents the page displaying the form region in the inspector.
diff --git a/api/Outlook.Inspector.OpenFormRegion.md b/api/Outlook.Inspector.OpenFormRegion.md
index 27e96ddd4af..9ef2972a291 100644
--- a/api/Outlook.Inspector.OpenFormRegion.md
+++ b/api/Outlook.Inspector.OpenFormRegion.md
@@ -27,11 +27,11 @@ Opens a page in design mode in the inspector for the specified form region.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|A full local file path to the Outlook Form Storage (.OFS) file for the form region that is to be opened in the inspector.|
-### Return Value
+### Return value
An **Object** that represents the page displaying the form region in the inspector.
diff --git a/api/Outlook.Inspector.PageChange.md b/api/Outlook.Inspector.PageChange.md
index c244c78ee35..99b1072dc70 100644
--- a/api/Outlook.Inspector.PageChange.md
+++ b/api/Outlook.Inspector.PageChange.md
@@ -27,7 +27,7 @@ Occurs when the active form page changes, either programmatically or by user act
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ActivePageName_|Required| **String**|The name of the active page.|
diff --git a/api/Outlook.Inspector.SaveFormRegion.md b/api/Outlook.Inspector.SaveFormRegion.md
index b91a032c1b5..ea160b445b7 100644
--- a/api/Outlook.Inspector.SaveFormRegion.md
+++ b/api/Outlook.Inspector.SaveFormRegion.md
@@ -27,7 +27,7 @@ Saves the specified page in design mode in the inspector to the specified file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **Object**|The page displaying the form region in the inspector.|
| _FileName_|Required| **String**|The full local file path to an Outlook Form Storage (.OFS) file that the form region is being saved to. |
diff --git a/api/Outlook.Inspector.SetControlItemProperty.md b/api/Outlook.Inspector.SetControlItemProperty.md
index e150a37a033..f9c1b0ff6b4 100644
--- a/api/Outlook.Inspector.SetControlItemProperty.md
+++ b/api/Outlook.Inspector.SetControlItemProperty.md
@@ -27,7 +27,7 @@ Binds a built-in property or custom property to a control in an inspector.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Control_|Required| **Object**|The control that will be bound to a property.|
| _PropertyName_|Required| **String**|The name of the property that will be bound to the control.|
diff --git a/api/Outlook.Inspector.SetCurrentFormPage.md b/api/Outlook.Inspector.SetCurrentFormPage.md
index be92d699044..4b26ac52769 100644
--- a/api/Outlook.Inspector.SetCurrentFormPage.md
+++ b/api/Outlook.Inspector.SetCurrentFormPage.md
@@ -27,7 +27,7 @@ Displays the specified form page or form region in the inspector.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageName_|Required| **String**|The display name of the form page, or the internal name of a form region.|
diff --git a/api/Outlook.Inspector.SetSchedulingStartTime.md b/api/Outlook.Inspector.SetSchedulingStartTime.md
index 749e8113527..13f93755294 100644
--- a/api/Outlook.Inspector.SetSchedulingStartTime.md
+++ b/api/Outlook.Inspector.SetSchedulingStartTime.md
@@ -27,7 +27,7 @@ Sets the start time for a meeting item in the free/busy grid on the **Schedulin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required| **Date**|The beginning of the time range that the **Scheduling Assistant** tab of the inspector displays free/busy times for meeting attendees.|
diff --git a/api/Outlook.Inspector.ShowFormPage.md b/api/Outlook.Inspector.ShowFormPage.md
index 549870ace76..4dc87b8db33 100644
--- a/api/Outlook.Inspector.ShowFormPage.md
+++ b/api/Outlook.Inspector.ShowFormPage.md
@@ -27,7 +27,7 @@ Displays a button in the **Show** group of the Microsoft Office Fluent ribbon f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageName_|Required| **String**|The display name of the form page, or the internal name of a form region to be shown.|
diff --git a/api/Outlook.Inspectors.Add.md b/api/Outlook.Inspectors.Add.md
index d6e7f1b25c0..31de81ccf5f 100644
--- a/api/Outlook.Inspectors.Add.md
+++ b/api/Outlook.Inspectors.Add.md
@@ -27,11 +27,11 @@ Creates a new inspector window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item to display in the inspector window when it is created.|
-### Return Value
+### Return value
An **[Inspector](Outlook.Inspector.md)** object that represents a new inspector window.
diff --git a/api/Outlook.Inspectors.Item.md b/api/Outlook.Inspectors.Item.md
index ae441e0556c..e526f0e59e9 100644
--- a/api/Outlook.Inspectors.Item.md
+++ b/api/Outlook.Inspectors.Item.md
@@ -27,11 +27,11 @@ Returns an **[Inspector](Outlook.Inspector.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Inspector** object that represents the specified object.
diff --git a/api/Outlook.Inspectors.NewInspector.md b/api/Outlook.Inspectors.NewInspector.md
index 1b79fbd31ae..d7704b628b5 100644
--- a/api/Outlook.Inspectors.NewInspector.md
+++ b/api/Outlook.Inspectors.NewInspector.md
@@ -27,7 +27,7 @@ Occurs whenever a new inspector window is opened, either as a result of user act
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Inspector_|Required| **[Inspector](Outlook.Inspector.md)**|The inspector that was opened.|
diff --git a/api/Outlook.ItemProperties.Add.md b/api/Outlook.ItemProperties.Add.md
index 0a25c32ab9a..033aa481939 100644
--- a/api/Outlook.ItemProperties.Add.md
+++ b/api/Outlook.ItemProperties.Add.md
@@ -27,7 +27,7 @@ Adds an **ItemProperty** object to the **ItemProperties** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new item property object.|
| _Type_|Required| **[OlUserPropertyType](Outlook.OlUserPropertyType.md)**|The type of the new **ItemProperty** .|
diff --git a/api/Outlook.ItemProperties.Item.md b/api/Outlook.ItemProperties.Item.md
index 8391aaf3aa3..69b211fc561 100644
--- a/api/Outlook.ItemProperties.Item.md
+++ b/api/Outlook.ItemProperties.Item.md
@@ -27,11 +27,11 @@ Returns an **[ItemProperty](Outlook.ItemProperty.md)** object from the collecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the zero-based index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **ItemProperty** object that represents the specified object.
diff --git a/api/Outlook.ItemProperties.Remove.md b/api/Outlook.ItemProperties.Remove.md
index 56ef1bc5986..d111d03f73b 100644
--- a/api/Outlook.ItemProperties.Remove.md
+++ b/api/Outlook.ItemProperties.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The zero-based index value of the object within the collection.|
diff --git a/api/Outlook.Items.Add.md b/api/Outlook.Items.Add.md
index 2abba1a7133..1d4963966ab 100644
--- a/api/Outlook.Items.Add.md
+++ b/api/Outlook.Items.Add.md
@@ -27,11 +27,11 @@ Creates a new Outlook item in the **[Items](Outlook.Items.md)** collection for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **Variant**|The Outlook item type for the new item. Specifies a **[MessageClass](Outlook.MailItem.MessageClass.md)** to create custom forms. Can be one of the following **OlItemType** constants: **olAppointmentItem** , **olContactItem** , **olJournalItem** , **olMailItem** , **olNoteItem** , **olPostItem** , or **olTaskItem,** , or any valid message class.|
-### Return Value
+### Return value
An **Object** value that represents the new Outlook item.
diff --git a/api/Outlook.Items.Find.md b/api/Outlook.Items.Find.md
index 21b8e4fe478..cc951d6b40c 100644
--- a/api/Outlook.Items.Find.md
+++ b/api/Outlook.Items.Find.md
@@ -27,11 +27,11 @@ Locates and returns a Microsoft Outlook item object that satisfies the given _F
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filter_|Required| **String**|A string that specifies the criteria that the returned object must satisfy.|
-### Return Value
+### Return value
An **Object** value that represents an Outlook item if the call succeeds; returns **Null** (or **Nothing** in Visual Basic) if it fails.
diff --git a/api/Outlook.Items.FindNext.md b/api/Outlook.Items.FindNext.md
index bfac9ab1ea3..3f509b5726c 100644
--- a/api/Outlook.Items.FindNext.md
+++ b/api/Outlook.Items.FindNext.md
@@ -23,7 +23,7 @@ After the **[Find](Outlook.Items.Find.md)** method runs, this method finds and
_expression_ A variable that represents an [Items](./Outlook.Items.md) object.
-### Return Value
+### Return value
An **Object** value that represents the next Outlook item found in the collection.
diff --git a/api/Outlook.Items.GetFirst.md b/api/Outlook.Items.GetFirst.md
index 4b991a0c5e1..01a2b94f790 100644
--- a/api/Outlook.Items.GetFirst.md
+++ b/api/Outlook.Items.GetFirst.md
@@ -23,7 +23,7 @@ Returns the first object in the collection.
_expression_ A variable that represents an [Items](./Outlook.Items.md) object.
-### Return Value
+### Return value
An **Object** value that represents the first object contained by the collection.
diff --git a/api/Outlook.Items.GetLast.md b/api/Outlook.Items.GetLast.md
index 8719a4ca4ef..bcbf303da85 100644
--- a/api/Outlook.Items.GetLast.md
+++ b/api/Outlook.Items.GetLast.md
@@ -23,7 +23,7 @@ Returns the last object in the collection.
_expression_ A variable that represents an [Items](./Outlook.Items.md) object.
-### Return Value
+### Return value
An **Object** value that represents the last object contained by the collection.
diff --git a/api/Outlook.Items.GetNext.md b/api/Outlook.Items.GetNext.md
index 426e7ddc194..5138c8578f6 100644
--- a/api/Outlook.Items.GetNext.md
+++ b/api/Outlook.Items.GetNext.md
@@ -23,7 +23,7 @@ Returns the next object in the collection.
_expression_ A variable that represents an [Items](./Outlook.Items.md) object.
-### Return Value
+### Return value
An **Object** value that represents the next object contained by the collection.
diff --git a/api/Outlook.Items.GetPrevious.md b/api/Outlook.Items.GetPrevious.md
index e40dbdf8abe..b6cd66fb254 100644
--- a/api/Outlook.Items.GetPrevious.md
+++ b/api/Outlook.Items.GetPrevious.md
@@ -23,7 +23,7 @@ Returns the previous object in the collection.
_expression_ A variable that represents an [Items](./Outlook.Items.md) object.
-### Return Value
+### Return value
An **Object** value that represents the previous object contained by the collection.
diff --git a/api/Outlook.Items.Item.md b/api/Outlook.Items.Item.md
index ff8fd024d49..d475d7d14e2 100644
--- a/api/Outlook.Items.Item.md
+++ b/api/Outlook.Items.Item.md
@@ -27,11 +27,11 @@ Returns an Outlook item from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Object** value that represents the specified object.
diff --git a/api/Outlook.Items.ItemAdd.md b/api/Outlook.Items.ItemAdd.md
index c8c67e2e30a..1afbe8cde79 100644
--- a/api/Outlook.Items.ItemAdd.md
+++ b/api/Outlook.Items.ItemAdd.md
@@ -27,7 +27,7 @@ Occurs when one or more items are added to the specified collection. This event
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item that was added.|
diff --git a/api/Outlook.Items.ItemChange.md b/api/Outlook.Items.ItemChange.md
index 52a4f457a6c..4cecfba6309 100644
--- a/api/Outlook.Items.ItemChange.md
+++ b/api/Outlook.Items.ItemChange.md
@@ -27,7 +27,7 @@ Occurs when an item in the specified collection is changed. This event is not av
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item that was changed.|
diff --git a/api/Outlook.Items.Remove.md b/api/Outlook.Items.Remove.md
index ff90ee69df1..440312f4a35 100644
--- a/api/Outlook.Items.Remove.md
+++ b/api/Outlook.Items.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The 1-based index value of the object within the collection.|
diff --git a/api/Outlook.Items.Restrict.md b/api/Outlook.Items.Restrict.md
index 9263314d19e..4b0510be3b8 100644
--- a/api/Outlook.Items.Restrict.md
+++ b/api/Outlook.Items.Restrict.md
@@ -27,11 +27,11 @@ Applies a filter to the **[Items](Outlook.Items.md)** collection, returning a n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filter_|Required| **String**|A filter string expression to be applied. For details, see the **[Find](Outlook.Items.Find.md)** method.|
-### Return Value
+### Return value
An **Items** collection that represents the items from the original **Items** collection which match the filter.
diff --git a/api/Outlook.Items.SetColumns.md b/api/Outlook.Items.SetColumns.md
index 486c0ed0e74..f0fd722e24d 100644
--- a/api/Outlook.Items.SetColumns.md
+++ b/api/Outlook.Items.SetColumns.md
@@ -27,7 +27,7 @@ Caches certain properties for extremely fast access to those particular properti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Columns_|Required| **String**|A string that contains the names of the properties to cache. The property names are delimited by commas in this string.|
diff --git a/api/Outlook.Items.Sort.md b/api/Outlook.Items.Sort.md
index 0247fb31065..e1629de6490 100644
--- a/api/Outlook.Items.Sort.md
+++ b/api/Outlook.Items.Sort.md
@@ -27,7 +27,7 @@ Sorts the collection of items by the specified property. The index for the colle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Property_|Required| **String**|The name of the property by which to sort, which may be enclosed in brackets, for example, "[CompanyName]". User-defined properties that contain spaces must be enclosed in brackets. May not be a user-defined property of type keywords, and may not be a multi-valued property, such as a category. For user-defined properties, the property must exist in the **UserDefinedProperties** collection for **[Items.Parent](Outlook.Items.Parent.md)** , which represents the **[Folder](Outlook.Folder.md)** object that contains the items.|
| _Descending_|Optional| **Variant**| **True** to sort in descending order. The default value is **False** (ascending).|
diff --git a/api/Outlook.JournalItem.AttachmentAdd.md b/api/Outlook.JournalItem.AttachmentAdd.md
index 147a730aa50..566976f2856 100644
--- a/api/Outlook.JournalItem.AttachmentAdd.md
+++ b/api/Outlook.JournalItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.JournalItem.AttachmentRead.md b/api/Outlook.JournalItem.AttachmentRead.md
index 1489c6a098c..8d522f08688 100644
--- a/api/Outlook.JournalItem.AttachmentRead.md
+++ b/api/Outlook.JournalItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.JournalItem.AttachmentRemove.md b/api/Outlook.JournalItem.AttachmentRemove.md
index df8fbdef18a..6f9e01de549 100644
--- a/api/Outlook.JournalItem.AttachmentRemove.md
+++ b/api/Outlook.JournalItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.JournalItem.BeforeAttachmentAdd.md b/api/Outlook.JournalItem.BeforeAttachmentAdd.md
index 82810ac279d..16c300ea5fa 100644
--- a/api/Outlook.JournalItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.JournalItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.JournalItem.BeforeAttachmentPreview.md b/api/Outlook.JournalItem.BeforeAttachmentPreview.md
index f966a3812eb..220cbe84261 100644
--- a/api/Outlook.JournalItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.JournalItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.JournalItem.BeforeAttachmentRead.md b/api/Outlook.JournalItem.BeforeAttachmentRead.md
index aec94d7e299..c22eeecf5ab 100644
--- a/api/Outlook.JournalItem.BeforeAttachmentRead.md
+++ b/api/Outlook.JournalItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.JournalItem.BeforeAttachmentSave.md b/api/Outlook.JournalItem.BeforeAttachmentSave.md
index a9bf00668be..e65fe85d746 100644
--- a/api/Outlook.JournalItem.BeforeAttachmentSave.md
+++ b/api/Outlook.JournalItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.JournalItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.JournalItem.BeforeAttachmentWriteToTempFile.md
index bee53779298..ec878c8212b 100644
--- a/api/Outlook.JournalItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.JournalItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.JournalItem.BeforeAutoSave.md b/api/Outlook.JournalItem.BeforeAutoSave.md
index 785d1592c68..87bca184493 100644
--- a/api/Outlook.JournalItem.BeforeAutoSave.md
+++ b/api/Outlook.JournalItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[JournalItem](Outlook.JournalItem.md)** to be saved.|
diff --git a/api/Outlook.JournalItem.BeforeCheckNames.md b/api/Outlook.JournalItem.BeforeCheckNames.md
index 607c92e5932..909cebb0203 100644
--- a/api/Outlook.JournalItem.BeforeCheckNames.md
+++ b/api/Outlook.JournalItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.JournalItem.BeforeDelete.md b/api/Outlook.JournalItem.BeforeDelete.md
index a73356a0955..9e145216df3 100644
--- a/api/Outlook.JournalItem.BeforeDelete.md
+++ b/api/Outlook.JournalItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.JournalItem.Close(even).md b/api/Outlook.JournalItem.Close(even).md
index 637b4ddc746..87bd94a3520 100644
--- a/api/Outlook.JournalItem.Close(even).md
+++ b/api/Outlook.JournalItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.JournalItem.Close(method).md b/api/Outlook.JournalItem.Close(method).md
index 200327f46c5..b0157206dfc 100644
--- a/api/Outlook.JournalItem.Close(method).md
+++ b/api/Outlook.JournalItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.JournalItem.CustomAction.md b/api/Outlook.JournalItem.CustomAction.md
index a2c18c87aff..1000957b7e6 100644
--- a/api/Outlook.JournalItem.CustomAction.md
+++ b/api/Outlook.JournalItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.JournalItem.CustomPropertyChange.md b/api/Outlook.JournalItem.CustomPropertyChange.md
index 04c971af540..c383201ebc3 100644
--- a/api/Outlook.JournalItem.CustomPropertyChange.md
+++ b/api/Outlook.JournalItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.JournalItem.Display.md b/api/Outlook.JournalItem.Display.md
index ae4dc416a30..a28dabefb35 100644
--- a/api/Outlook.JournalItem.Display.md
+++ b/api/Outlook.JournalItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.JournalItem.Forward(even).md b/api/Outlook.JournalItem.Forward(even).md
index e1bd94a7085..264f1112a4b 100644
--- a/api/Outlook.JournalItem.Forward(even).md
+++ b/api/Outlook.JournalItem.Forward(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item, or when the **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.JournalItem.Forward(method).md b/api/Outlook.JournalItem.Forward(method).md
index 168f6018453..32c7cdc7af5 100644
--- a/api/Outlook.JournalItem.Forward(method).md
+++ b/api/Outlook.JournalItem.Forward(method).md
@@ -23,7 +23,7 @@ Executes the **Forward** action for an item and returns the resulting copy as a
_expression_ A variable that represents a [JournalItem](./Outlook.JournalItem.md) object.
-### Return Value
+### Return value
A **MailItem** object that represents the new mail item.
diff --git a/api/Outlook.JournalItem.GetConversation.md b/api/Outlook.JournalItem.GetConversation.md
index 08185d76d36..dae2cf2ffc1 100644
--- a/api/Outlook.JournalItem.GetConversation.md
+++ b/api/Outlook.JournalItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[JournalItem](Outlook.JournalItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.JournalItem.Move.md b/api/Outlook.JournalItem.Move.md
index 9a39d0e1627..f7ba47e612b 100644
--- a/api/Outlook.JournalItem.Move.md
+++ b/api/Outlook.JournalItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.JournalItem.Open.md b/api/Outlook.JournalItem.Open.md
index 13d1a9f81a5..ab46b8e84e7 100644
--- a/api/Outlook.JournalItem.Open.md
+++ b/api/Outlook.JournalItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.JournalItem.PropertyChange.md b/api/Outlook.JournalItem.PropertyChange.md
index c9886ca1ae1..1730ddb50c5 100644
--- a/api/Outlook.JournalItem.PropertyChange.md
+++ b/api/Outlook.JournalItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.JournalItem.Reply(even).md b/api/Outlook.JournalItem.Reply(even).md
index dba76790377..17de6367b4d 100644
--- a/api/Outlook.JournalItem.Reply(even).md
+++ b/api/Outlook.JournalItem.Reply(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item, or when the **Re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.JournalItem.Reply(method).md b/api/Outlook.JournalItem.Reply(method).md
index d24425d8a97..be1b0c07bdf 100644
--- a/api/Outlook.JournalItem.Reply(method).md
+++ b/api/Outlook.JournalItem.Reply(method).md
@@ -23,7 +23,7 @@ Creates a reply, pre-addressed to the original sender, from the original message
_expression_ A variable that represents a [JournalItem](./Outlook.JournalItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** object that represents the reply.
diff --git a/api/Outlook.JournalItem.ReplyAll(even).md b/api/Outlook.JournalItem.ReplyAll(even).md
index 0d4fe516028..41f14a41619 100644
--- a/api/Outlook.JournalItem.ReplyAll(even).md
+++ b/api/Outlook.JournalItem.ReplyAll(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item, or when the *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.JournalItem.ReplyAll(method).md b/api/Outlook.JournalItem.ReplyAll(method).md
index c768a0f5e12..6d5f82e953f 100644
--- a/api/Outlook.JournalItem.ReplyAll(method).md
+++ b/api/Outlook.JournalItem.ReplyAll(method).md
@@ -23,7 +23,7 @@ Creates a reply to all original recipients from the original message.
_expression_ A variable that represents a [JournalItem](./Outlook.JournalItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** object that represents the reply.
diff --git a/api/Outlook.JournalItem.SaveAs.md b/api/Outlook.JournalItem.SaveAs.md
index 003b3f49769..d54ec0ba139 100644
--- a/api/Outlook.JournalItem.SaveAs.md
+++ b/api/Outlook.JournalItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.JournalItem.Send.md b/api/Outlook.JournalItem.Send.md
index 318f78207aa..09ef22367ed 100644
--- a/api/Outlook.JournalItem.Send.md
+++ b/api/Outlook.JournalItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.JournalItem.Write.md b/api/Outlook.JournalItem.Write.md
index f41e418b5fb..1dc570617bc 100644
--- a/api/Outlook.JournalItem.Write.md
+++ b/api/Outlook.JournalItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.MailItem.AddBusinessCard.md b/api/Outlook.MailItem.AddBusinessCard.md
index 911dc8aebec..2403df64e30 100644
--- a/api/Outlook.MailItem.AddBusinessCard.md
+++ b/api/Outlook.MailItem.AddBusinessCard.md
@@ -27,7 +27,7 @@ Appends contact information based on the Electronic Business Card (EBC) associat
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _contact_|Required| **ContactItem**|The contact item from which to obtain the business card information.|
diff --git a/api/Outlook.MailItem.AttachmentAdd.md b/api/Outlook.MailItem.AttachmentAdd.md
index 91c50603ff4..373d5e0220f 100644
--- a/api/Outlook.MailItem.AttachmentAdd.md
+++ b/api/Outlook.MailItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.MailItem.AttachmentRead.md b/api/Outlook.MailItem.AttachmentRead.md
index 25a2f6b0f0f..b98a5050b99 100644
--- a/api/Outlook.MailItem.AttachmentRead.md
+++ b/api/Outlook.MailItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.MailItem.AttachmentRemove.md b/api/Outlook.MailItem.AttachmentRemove.md
index ff44fea8008..219fb8fa3ae 100644
--- a/api/Outlook.MailItem.AttachmentRemove.md
+++ b/api/Outlook.MailItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.MailItem.BeforeAttachmentAdd.md b/api/Outlook.MailItem.BeforeAttachmentAdd.md
index e955138a628..6679eb8684f 100644
--- a/api/Outlook.MailItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.MailItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.MailItem.BeforeAttachmentPreview.md b/api/Outlook.MailItem.BeforeAttachmentPreview.md
index 8f8199a9de1..2a222b21862 100644
--- a/api/Outlook.MailItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.MailItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.MailItem.BeforeAttachmentRead.md b/api/Outlook.MailItem.BeforeAttachmentRead.md
index bb5c2a83779..f30691eae92 100644
--- a/api/Outlook.MailItem.BeforeAttachmentRead.md
+++ b/api/Outlook.MailItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.MailItem.BeforeAttachmentSave.md b/api/Outlook.MailItem.BeforeAttachmentSave.md
index 21310782bc2..251de2f8527 100644
--- a/api/Outlook.MailItem.BeforeAttachmentSave.md
+++ b/api/Outlook.MailItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.MailItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.MailItem.BeforeAttachmentWriteToTempFile.md
index 5fab6cf95f4..40a6847bdd4 100644
--- a/api/Outlook.MailItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.MailItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.MailItem.BeforeAutoSave.md b/api/Outlook.MailItem.BeforeAutoSave.md
index bf4b4cfe4b6..22f55720fcc 100644
--- a/api/Outlook.MailItem.BeforeAutoSave.md
+++ b/api/Outlook.MailItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[MailItem](Outlook.MailItem.md)** to be saved.|
diff --git a/api/Outlook.MailItem.BeforeCheckNames.md b/api/Outlook.MailItem.BeforeCheckNames.md
index 7c6398abb4d..6196f700686 100644
--- a/api/Outlook.MailItem.BeforeCheckNames.md
+++ b/api/Outlook.MailItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.MailItem.BeforeDelete.md b/api/Outlook.MailItem.BeforeDelete.md
index b1b60b7d544..fa8e8ac4aae 100644
--- a/api/Outlook.MailItem.BeforeDelete.md
+++ b/api/Outlook.MailItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.MailItem.Close(even).md b/api/Outlook.MailItem.Close(even).md
index 3b2294546f7..75ab6f28794 100644
--- a/api/Outlook.MailItem.Close(even).md
+++ b/api/Outlook.MailItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.MailItem.Close(method).md b/api/Outlook.MailItem.Close(method).md
index 8749daf7f49..0471b8d4466 100644
--- a/api/Outlook.MailItem.Close(method).md
+++ b/api/Outlook.MailItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.MailItem.CustomAction.md b/api/Outlook.MailItem.CustomAction.md
index 57e5cef1f8d..efbf9afd81b 100644
--- a/api/Outlook.MailItem.CustomAction.md
+++ b/api/Outlook.MailItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.MailItem.CustomPropertyChange.md b/api/Outlook.MailItem.CustomPropertyChange.md
index dedd6d94394..94aae18a756 100644
--- a/api/Outlook.MailItem.CustomPropertyChange.md
+++ b/api/Outlook.MailItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.MailItem.Display.md b/api/Outlook.MailItem.Display.md
index ea87c45ef39..d6f5831d701 100644
--- a/api/Outlook.MailItem.Display.md
+++ b/api/Outlook.MailItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.MailItem.Forward(even).md b/api/Outlook.MailItem.Forward(even).md
index 7ad425c3c35..66a8e11fb73 100644
--- a/api/Outlook.MailItem.Forward(even).md
+++ b/api/Outlook.MailItem.Forward(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item, or when the **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in Microsoft Visual Basic Scripting Edition (VBScript).) **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.MailItem.Forward(method).md b/api/Outlook.MailItem.Forward(method).md
index 376d32bfffd..66d21869715 100644
--- a/api/Outlook.MailItem.Forward(method).md
+++ b/api/Outlook.MailItem.Forward(method).md
@@ -23,7 +23,7 @@ Executes the **Forward** action for an item and returns the resulting copy as a
_expression_ A variable that represents a [MailItem](./Outlook.MailItem.md) object.
-### Return Value
+### Return value
A **MailItem** object that represents the new mail item.
diff --git a/api/Outlook.MailItem.GetConversation.md b/api/Outlook.MailItem.GetConversation.md
index d417eafdc52..40672b708d1 100644
--- a/api/Outlook.MailItem.GetConversation.md
+++ b/api/Outlook.MailItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[MailItem](Outlook.MailItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.MailItem.MarkAsTask.md b/api/Outlook.MailItem.MarkAsTask.md
index 22ccf283390..3047c5084de 100644
--- a/api/Outlook.MailItem.MarkAsTask.md
+++ b/api/Outlook.MailItem.MarkAsTask.md
@@ -27,7 +27,7 @@ Marks a **[MailItem](Outlook.MailItem.md)** object as a task and assigns a task
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MarkInterval_|Required| **[OlMarkInterval](Outlook.OlMarkInterval.md)**|The task interval for the **MailItem** .|
diff --git a/api/Outlook.MailItem.Move.md b/api/Outlook.MailItem.Move.md
index 04f09ef55ff..7ac260e043b 100644
--- a/api/Outlook.MailItem.Move.md
+++ b/api/Outlook.MailItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.MailItem.Open.md b/api/Outlook.MailItem.Open.md
index 64d6ab131d4..3675b4ac975 100644
--- a/api/Outlook.MailItem.Open.md
+++ b/api/Outlook.MailItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.MailItem.PropertyChange.md b/api/Outlook.MailItem.PropertyChange.md
index 70025421880..70c631ec828 100644
--- a/api/Outlook.MailItem.PropertyChange.md
+++ b/api/Outlook.MailItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.MailItem.Reply(even).md b/api/Outlook.MailItem.Reply(even).md
index 50922758350..dcb07ed620a 100644
--- a/api/Outlook.MailItem.Reply(even).md
+++ b/api/Outlook.MailItem.Reply(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item, or when the **Re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.MailItem.Reply(method).md b/api/Outlook.MailItem.Reply(method).md
index 826b63f5959..2703f5dc6d2 100644
--- a/api/Outlook.MailItem.Reply(method).md
+++ b/api/Outlook.MailItem.Reply(method).md
@@ -23,7 +23,7 @@ Creates a reply, pre-addressed to the original sender, from the original message
_expression_ A variable that represents a [MailItem](./Outlook.MailItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** object that represents the reply.
diff --git a/api/Outlook.MailItem.ReplyAll(even).md b/api/Outlook.MailItem.ReplyAll(even).md
index a97d7912819..8de83e96b53 100644
--- a/api/Outlook.MailItem.ReplyAll(even).md
+++ b/api/Outlook.MailItem.ReplyAll(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item, or when the *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.MailItem.ReplyAll(method).md b/api/Outlook.MailItem.ReplyAll(method).md
index 23fc73a8f7b..7520a6ed288 100644
--- a/api/Outlook.MailItem.ReplyAll(method).md
+++ b/api/Outlook.MailItem.ReplyAll(method).md
@@ -23,7 +23,7 @@ Creates a reply to all original recipients from the original message.
_expression_ A variable that represents a [MailItem](./Outlook.MailItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** object that represents the reply.
diff --git a/api/Outlook.MailItem.SaveAs.md b/api/Outlook.MailItem.SaveAs.md
index 437d0c4079b..1a0a4aac91c 100644
--- a/api/Outlook.MailItem.SaveAs.md
+++ b/api/Outlook.MailItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.MailItem.Send(even).md b/api/Outlook.MailItem.Send(even).md
index 6a9adf84b87..0f7107a4b73 100644
--- a/api/Outlook.MailItem.Send(even).md
+++ b/api/Outlook.MailItem.Send(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item, or when the **Sen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.MailItem.Write.md b/api/Outlook.MailItem.Write.md
index 08d0b775998..c03e2f6e83f 100644
--- a/api/Outlook.MailItem.Write.md
+++ b/api/Outlook.MailItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.MeetingItem.AttachmentAdd.md b/api/Outlook.MeetingItem.AttachmentAdd.md
index 597cf3eba9b..4d82df5a049 100644
--- a/api/Outlook.MeetingItem.AttachmentAdd.md
+++ b/api/Outlook.MeetingItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.MeetingItem.AttachmentRead.md b/api/Outlook.MeetingItem.AttachmentRead.md
index 54d0e2332a7..26cd0f38748 100644
--- a/api/Outlook.MeetingItem.AttachmentRead.md
+++ b/api/Outlook.MeetingItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.MeetingItem.AttachmentRemove.md b/api/Outlook.MeetingItem.AttachmentRemove.md
index acfdc5d2586..8d9d6b7bfb6 100644
--- a/api/Outlook.MeetingItem.AttachmentRemove.md
+++ b/api/Outlook.MeetingItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.MeetingItem.BeforeAttachmentAdd.md b/api/Outlook.MeetingItem.BeforeAttachmentAdd.md
index cf68e8640a6..cc8401c2b48 100644
--- a/api/Outlook.MeetingItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.MeetingItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.MeetingItem.BeforeAttachmentPreview.md b/api/Outlook.MeetingItem.BeforeAttachmentPreview.md
index f0e46bf873a..11d2eb1c230 100644
--- a/api/Outlook.MeetingItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.MeetingItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.MeetingItem.BeforeAttachmentRead.md b/api/Outlook.MeetingItem.BeforeAttachmentRead.md
index b5f710118ec..0d982b3a98f 100644
--- a/api/Outlook.MeetingItem.BeforeAttachmentRead.md
+++ b/api/Outlook.MeetingItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.MeetingItem.BeforeAttachmentSave.md b/api/Outlook.MeetingItem.BeforeAttachmentSave.md
index b8585b04054..7b1d6760745 100644
--- a/api/Outlook.MeetingItem.BeforeAttachmentSave.md
+++ b/api/Outlook.MeetingItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.MeetingItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.MeetingItem.BeforeAttachmentWriteToTempFile.md
index da31e447132..b4cacb35431 100644
--- a/api/Outlook.MeetingItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.MeetingItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.MeetingItem.BeforeAutoSave.md b/api/Outlook.MeetingItem.BeforeAutoSave.md
index 86d079db31d..8ac2853202d 100644
--- a/api/Outlook.MeetingItem.BeforeAutoSave.md
+++ b/api/Outlook.MeetingItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[MeetingItem](Outlook.MeetingItem.md)** to be saved.|
diff --git a/api/Outlook.MeetingItem.BeforeCheckNames.md b/api/Outlook.MeetingItem.BeforeCheckNames.md
index 1b2bf355198..8f9daea5067 100644
--- a/api/Outlook.MeetingItem.BeforeCheckNames.md
+++ b/api/Outlook.MeetingItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.MeetingItem.BeforeDelete.md b/api/Outlook.MeetingItem.BeforeDelete.md
index 016d3383690..87c90e4bfbb 100644
--- a/api/Outlook.MeetingItem.BeforeDelete.md
+++ b/api/Outlook.MeetingItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.MeetingItem.Close(even).md b/api/Outlook.MeetingItem.Close(even).md
index 69190a800ed..c0fb52025c6 100644
--- a/api/Outlook.MeetingItem.Close(even).md
+++ b/api/Outlook.MeetingItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.MeetingItem.Close(method).md b/api/Outlook.MeetingItem.Close(method).md
index 4a97a58a3a2..85d4a558ec2 100644
--- a/api/Outlook.MeetingItem.Close(method).md
+++ b/api/Outlook.MeetingItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.MeetingItem.CustomAction.md b/api/Outlook.MeetingItem.CustomAction.md
index 0bdb03efcb6..7c476b0f434 100644
--- a/api/Outlook.MeetingItem.CustomAction.md
+++ b/api/Outlook.MeetingItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.MeetingItem.CustomPropertyChange.md b/api/Outlook.MeetingItem.CustomPropertyChange.md
index f3b3c695146..1c0d2c98689 100644
--- a/api/Outlook.MeetingItem.CustomPropertyChange.md
+++ b/api/Outlook.MeetingItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.MeetingItem.Display.md b/api/Outlook.MeetingItem.Display.md
index 9f595606dbf..af03b8be543 100644
--- a/api/Outlook.MeetingItem.Display.md
+++ b/api/Outlook.MeetingItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.MeetingItem.Forward(even).md b/api/Outlook.MeetingItem.Forward(even).md
index 84d91969b95..b054708d475 100644
--- a/api/Outlook.MeetingItem.Forward(even).md
+++ b/api/Outlook.MeetingItem.Forward(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item, or when the **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.MeetingItem.Forward(method).md b/api/Outlook.MeetingItem.Forward(method).md
index 11f29104af3..4b03d32ada5 100644
--- a/api/Outlook.MeetingItem.Forward(method).md
+++ b/api/Outlook.MeetingItem.Forward(method).md
@@ -23,7 +23,7 @@ Executes the **Forward** action for an item and returns the resulting copy as a
_expression_ A variable that represents a [MeetingItem](./Outlook.MeetingItem.md) object.
-### Return Value
+### Return value
A **MeetingItem** object that represents the new meeting item.
diff --git a/api/Outlook.MeetingItem.GetAssociatedAppointment.md b/api/Outlook.MeetingItem.GetAssociatedAppointment.md
index d97ce4efead..de2b6ac943e 100644
--- a/api/Outlook.MeetingItem.GetAssociatedAppointment.md
+++ b/api/Outlook.MeetingItem.GetAssociatedAppointment.md
@@ -27,11 +27,11 @@ Returns an **[AppointmentItem](Outlook.AppointmentItem.md)** object that repres
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AddToCalendar_|Required| **Boolean**| **True** to add the meeting to the default **Calendar** folder.|
-### Return Value
+### Return value
An **AppointmentItem** object that represents the associated appointment.
diff --git a/api/Outlook.MeetingItem.GetConversation.md b/api/Outlook.MeetingItem.GetConversation.md
index 81ca50c2e41..fcee913cb6f 100644
--- a/api/Outlook.MeetingItem.GetConversation.md
+++ b/api/Outlook.MeetingItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[MeetingItem](Outlook.MeetingItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.MeetingItem.Move.md b/api/Outlook.MeetingItem.Move.md
index 80e9106c207..3cf99cb585e 100644
--- a/api/Outlook.MeetingItem.Move.md
+++ b/api/Outlook.MeetingItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.MeetingItem.Open.md b/api/Outlook.MeetingItem.Open.md
index f7157342124..2c177267ac6 100644
--- a/api/Outlook.MeetingItem.Open.md
+++ b/api/Outlook.MeetingItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.MeetingItem.PropertyChange.md b/api/Outlook.MeetingItem.PropertyChange.md
index f9b3b1c16e8..eea08a08646 100644
--- a/api/Outlook.MeetingItem.PropertyChange.md
+++ b/api/Outlook.MeetingItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.MeetingItem.Reply(even).md b/api/Outlook.MeetingItem.Reply(even).md
index 02dca7f10a5..d8e159d0f4f 100644
--- a/api/Outlook.MeetingItem.Reply(even).md
+++ b/api/Outlook.MeetingItem.Reply(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item, or when the **Re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.MeetingItem.Reply(method).md b/api/Outlook.MeetingItem.Reply(method).md
index e2a2132dcc0..f23edb117f1 100644
--- a/api/Outlook.MeetingItem.Reply(method).md
+++ b/api/Outlook.MeetingItem.Reply(method).md
@@ -23,7 +23,7 @@ Creates a reply, pre-addressed to the original sender, from the original message
_expression_ A variable that represents a [MeetingItem](./Outlook.MeetingItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** object that represents the reply.
diff --git a/api/Outlook.MeetingItem.ReplyAll(even).md b/api/Outlook.MeetingItem.ReplyAll(even).md
index 92dcc53656e..57fcdc7cc05 100644
--- a/api/Outlook.MeetingItem.ReplyAll(even).md
+++ b/api/Outlook.MeetingItem.ReplyAll(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item, or when the *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.MeetingItem.ReplyAll(method).md b/api/Outlook.MeetingItem.ReplyAll(method).md
index c1cb1e46998..a27a6396a77 100644
--- a/api/Outlook.MeetingItem.ReplyAll(method).md
+++ b/api/Outlook.MeetingItem.ReplyAll(method).md
@@ -23,7 +23,7 @@ Creates a reply to all original recipients from the original message.
_expression_ A variable that represents a [MeetingItem](./Outlook.MeetingItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** that represents the reply.
diff --git a/api/Outlook.MeetingItem.SaveAs.md b/api/Outlook.MeetingItem.SaveAs.md
index 9b300cfac6b..85f634458ee 100644
--- a/api/Outlook.MeetingItem.SaveAs.md
+++ b/api/Outlook.MeetingItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.MeetingItem.Send(even).md b/api/Outlook.MeetingItem.Send(even).md
index 34a80a2718a..ba8e6826659 100644
--- a/api/Outlook.MeetingItem.Send(even).md
+++ b/api/Outlook.MeetingItem.Send(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item, or when the **Sen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.MeetingItem.Write.md b/api/Outlook.MeetingItem.Write.md
index a25401e827e..2be19eb818c 100644
--- a/api/Outlook.MeetingItem.Write.md
+++ b/api/Outlook.MeetingItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.NameSpace.AddStore.md b/api/Outlook.NameSpace.AddStore.md
index 732fff72965..f2983d3efe4 100644
--- a/api/Outlook.NameSpace.AddStore.md
+++ b/api/Outlook.NameSpace.AddStore.md
@@ -27,7 +27,7 @@ Adds a Personal Folders (.pst) file to the current profile.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **Variant**|The path of the .pst file to be added to the profile. If the .pst file does not exist, Microsoft Outlook creates it.|
diff --git a/api/Outlook.NameSpace.AddStoreEx.md b/api/Outlook.NameSpace.AddStoreEx.md
index 508283e5106..ba35eb2c5e0 100644
--- a/api/Outlook.NameSpace.AddStoreEx.md
+++ b/api/Outlook.NameSpace.AddStoreEx.md
@@ -27,7 +27,7 @@ Adds a Personal Folders file (.pst) in the specified format to the current profi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **Variant**|The path of the .pst file to be added to the profile. If the .pst file does not exist, Microsoft Outlook creates it.|
| _Type_|Required| **[OlStoreType](Outlook.OlStoreType.md)**|The format in which the data file should be created.|
diff --git a/api/Outlook.NameSpace.CompareEntryIDs.md b/api/Outlook.NameSpace.CompareEntryIDs.md
index c5441c0f53f..73a8ba5d855 100644
--- a/api/Outlook.NameSpace.CompareEntryIDs.md
+++ b/api/Outlook.NameSpace.CompareEntryIDs.md
@@ -27,12 +27,12 @@ Returns a **Boolean** value that indicates if two entry ID values refer to the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FirstEntryID_|Required| **String**|The first entry ID to be compared.|
| _SecondEntryID_|Required| **String**|The second entry ID to be compared.|
-### Return Value
+### Return value
**True** if the entry ID values refer to the same Outlook item; otherwise, **False** .
diff --git a/api/Outlook.NameSpace.CreateContactCard.md b/api/Outlook.NameSpace.CreateContactCard.md
index 3c06d7eb312..c2fafb15c45 100644
--- a/api/Outlook.NameSpace.CreateContactCard.md
+++ b/api/Outlook.NameSpace.CreateContactCard.md
@@ -27,11 +27,11 @@ Creates an instance of a **[ContactCard](./Office.ContactCard.md)** object for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AddressEntry_|Required| **AddressEntry**|The **[AddressEntry](Outlook.AddressEntry.md)** object that represents the user for whom the contact card is to be created.|
-### Return Value
+### Return value
The **Office.ContactCard** object that is created for the specified user.
diff --git a/api/Outlook.NameSpace.CreateRecipient.md b/api/Outlook.NameSpace.CreateRecipient.md
index e1c98c8afe4..1989acf0ffd 100644
--- a/api/Outlook.NameSpace.CreateRecipient.md
+++ b/api/Outlook.NameSpace.CreateRecipient.md
@@ -27,11 +27,11 @@ Creates a **[Recipient](Outlook.Recipient.md)** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RecipientName_|Required| **String**|The name of the recipient; it can be a string representing the display name, the alias, or the full SMTP e-mail address of the recipient.|
-### Return Value
+### Return value
A **Recipient** object that represents the new recipient.
diff --git a/api/Outlook.NameSpace.CreateSharingItem.md b/api/Outlook.NameSpace.CreateSharingItem.md
index 7bc933abc66..071fafef599 100644
--- a/api/Outlook.NameSpace.CreateSharingItem.md
+++ b/api/Outlook.NameSpace.CreateSharingItem.md
@@ -27,12 +27,12 @@ Creates a new **[SharingItem](Outlook.SharingItem.md)** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Context_|Required| **Variant**|Either a **String** value or a **[Folder](Outlook.Folder.md)** object representing the sharing context to be used.|
| _Provider_|Optional| **Variant**|An **[OlSharingProvider](Outlook.OlSharingProvider.md)** value representing the sharing provider to be used.|
-### Return Value
+### Return value
A **SharingItem** object that represents a sharing message for the specified context.
diff --git a/api/Outlook.NameSpace.Dial.md b/api/Outlook.NameSpace.Dial.md
index 835caf69ea5..bf78b3fbbfb 100644
--- a/api/Outlook.NameSpace.Dial.md
+++ b/api/Outlook.NameSpace.Dial.md
@@ -27,7 +27,7 @@ Displays the **New Call** dialog box that allows users to dial the primary phon
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ContactItem_|Optional| **Variant**|The **[ContactItem](Outlook.ContactItem.md)** object of the contact you want to dial.|
diff --git a/api/Outlook.NameSpace.GetAddressEntryFromID.md b/api/Outlook.NameSpace.GetAddressEntryFromID.md
index ef38fd5b58b..4547b135a2c 100644
--- a/api/Outlook.NameSpace.GetAddressEntryFromID.md
+++ b/api/Outlook.NameSpace.GetAddressEntryFromID.md
@@ -27,11 +27,11 @@ Returns an **[AddressEntry](Outlook.AddressEntry.md)** object that represents t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ID_|Required| **String**|Used to identify an address entry that is maintained for the session.|
-### Return Value
+### Return value
An **AddressEntry** that has the **[ID](Outlook.AddressEntry.ID.md)** property that matches the specified _ID_ .
diff --git a/api/Outlook.NameSpace.GetDefaultFolder.md b/api/Outlook.NameSpace.GetDefaultFolder.md
index cc8b57bf3b0..adf9aabe842 100644
--- a/api/Outlook.NameSpace.GetDefaultFolder.md
+++ b/api/Outlook.NameSpace.GetDefaultFolder.md
@@ -27,11 +27,11 @@ Returns a **[Folder](Outlook.Folder.md)** object that represents the default fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FolderType_|Required| **[OlDefaultFolders](Outlook.OlDefaultFolders.md)**|The type of default folder to return.|
-### Return Value
+### Return value
A **Folder** object that represents the default folder of the requested type for the current profile.
diff --git a/api/Outlook.NameSpace.GetFolderFromID.md b/api/Outlook.NameSpace.GetFolderFromID.md
index 52dfb0f8a42..4b8a2946dd4 100644
--- a/api/Outlook.NameSpace.GetFolderFromID.md
+++ b/api/Outlook.NameSpace.GetFolderFromID.md
@@ -27,12 +27,12 @@ Returns a **[Folder](Outlook.Folder.md)** object identified by the specified en
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EntryIDFolder_|Required| **String**|The **[EntryID](Outlook.Folder.EntryID.md)** of the folder.|
| _EntryIDStore_|Optional| **Variant**|The **[StoreID](Outlook.Folder.StoreID.md)** for the folder.|
-### Return Value
+### Return value
A ** Folder** object that represents the specified folder.
diff --git a/api/Outlook.NameSpace.GetGlobalAddressList.md b/api/Outlook.NameSpace.GetGlobalAddressList.md
index fff8d3de838..acb93c36332 100644
--- a/api/Outlook.NameSpace.GetGlobalAddressList.md
+++ b/api/Outlook.NameSpace.GetGlobalAddressList.md
@@ -23,7 +23,7 @@ Returns an **[AddressList](Outlook.AddressList.md)** object that represents the
_expression_ A variable that represents a [NameSpace](./Outlook.NameSpace.md) object.
-### Return Value
+### Return value
An **AddressList** that represents the Global Address List.
diff --git a/api/Outlook.NameSpace.GetItemFromID.md b/api/Outlook.NameSpace.GetItemFromID.md
index 489822f9d6a..9c56ed21704 100644
--- a/api/Outlook.NameSpace.GetItemFromID.md
+++ b/api/Outlook.NameSpace.GetItemFromID.md
@@ -27,12 +27,12 @@ Returns a Microsoft Outlook item identified by the specified entry ID (if valid)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EntryIDItem_|Required| **String**| The **[EntryID](Outlook.Folder.EntryID.md)** of the item.|
| _EntryIDStore_|Optional| **Variant**|The **[StoreID](Outlook.Folder.StoreID.md)** for the folder. _EntryIDStore_ usually must be provided when retrieving an item based on its MAPI IDs.|
-### Return Value
+### Return value
An **Object** value that represents the specified Outlook item.
diff --git a/api/Outlook.NameSpace.GetRecipientFromID.md b/api/Outlook.NameSpace.GetRecipientFromID.md
index bf40fe399f3..0d754165299 100644
--- a/api/Outlook.NameSpace.GetRecipientFromID.md
+++ b/api/Outlook.NameSpace.GetRecipientFromID.md
@@ -27,11 +27,11 @@ Returns the **[Recipient](Outlook.Recipient.md)** object that is identified by
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EntryID_|Required| **String**|The **[EntryID](Outlook.Recipient.EntryID.md)** of the recipient.|
-### Return Value
+### Return value
A **Recipient** object that represents the specified recipient.
diff --git a/api/Outlook.NameSpace.GetSelectNamesDialog.md b/api/Outlook.NameSpace.GetSelectNamesDialog.md
index 39135846902..4f5f325aa00 100644
--- a/api/Outlook.NameSpace.GetSelectNamesDialog.md
+++ b/api/Outlook.NameSpace.GetSelectNamesDialog.md
@@ -23,7 +23,7 @@ Obtains a **[SelectNamesDialog](Outlook.SelectNamesDialog.md)** object for the
_expression_ A variable that represents a '[NameSpace](Outlook.NameSpace.md)' object.
-### Return Value
+### Return value
A **SelectNamesDialog** object for the current session. The **SelectNamesDialog** object supports displaying the **Select Names** dialog box for the user to select entries from one or more address lists in the current session.
diff --git a/api/Outlook.NameSpace.GetSharedDefaultFolder.md b/api/Outlook.NameSpace.GetSharedDefaultFolder.md
index aac15e785b8..d3aa7f2433c 100644
--- a/api/Outlook.NameSpace.GetSharedDefaultFolder.md
+++ b/api/Outlook.NameSpace.GetSharedDefaultFolder.md
@@ -27,12 +27,12 @@ Returns a **[Folder](Outlook.Folder.md)** object that represents the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipient_|Required| **[Recipient](Outlook.Recipient.md)**|The owner of the folder. Note that the **Recipient** object must be resolved.|
| _FolderType_|Required| **[OlDefaultFolders](Outlook.OlDefaultFolders.md)**|The type of folder.|
-### Return Value
+### Return value
A **Folder** object that represents the specified default folder for the specified user.
diff --git a/api/Outlook.NameSpace.GetStoreFromID.md b/api/Outlook.NameSpace.GetStoreFromID.md
index 4d9bdc1681a..589b465a331 100644
--- a/api/Outlook.NameSpace.GetStoreFromID.md
+++ b/api/Outlook.NameSpace.GetStoreFromID.md
@@ -27,11 +27,11 @@ Returns a **[Store](Outlook.Store.md)** object that represents the store specif
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ID_|Required| **String**|A string value identifying a store.|
-### Return Value
+### Return value
A **Store** object that has the **[StoreID](Outlook.Store.StoreID.md)** property matching _ID_ .
diff --git a/api/Outlook.NameSpace.Logon.md b/api/Outlook.NameSpace.Logon.md
index fc106c1b6bd..b3390453e16 100644
--- a/api/Outlook.NameSpace.Logon.md
+++ b/api/Outlook.NameSpace.Logon.md
@@ -27,7 +27,7 @@ Logs the user on to MAPI, obtaining a MAPI session.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Profile_|Optional| **Variant**|The MAPI profile name, as a **String** , to use for the session. Specify an empty string to use the default profile for the current session.|
| _Password_|Optional| **Variant**|The password (if any), as a **String** , associated with the profile. This parameter exists only for backwards compatibility and for security reasons, it is not recommended for use. Microsoft Oultook will prompt the user to specify a password in most system configurations. This is your logon password and should not be confused with PST passwords.|
diff --git a/api/Outlook.NameSpace.OpenSharedFolder.md b/api/Outlook.NameSpace.OpenSharedFolder.md
index b0670955977..143ffc738d9 100644
--- a/api/Outlook.NameSpace.OpenSharedFolder.md
+++ b/api/Outlook.NameSpace.OpenSharedFolder.md
@@ -27,14 +27,14 @@ Opens a shared folder referenced through a URL or file name.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The URL or local file name of the shared folder to be opened.|
| _Name_|Optional| **Variant**|The name of the Really Simple Syndication (RSS) feed or Webcal calendar. This parameter is ignored for other shared folder types.|
| _DownloadAttachments_|Optional| **Variant**|Indicates whether to download enclosures (for RSS feeds) or attachments (for Webcal calendars.) This parameter is ignored for other shared folder types.|
| _UseTTL_|Optional| **Variant**|Indicates whether the Time To Live (TTL) setting in an RSS feed or WebCal calendar should be used. This parameter is ignored for other shared folder types.|
-### Return Value
+### Return value
A **[Folder](Outlook.Folder.md)** object that represents the shared folder.
diff --git a/api/Outlook.NameSpace.OpenSharedItem.md b/api/Outlook.NameSpace.OpenSharedItem.md
index 93224e03908..2566938524d 100644
--- a/api/Outlook.NameSpace.OpenSharedItem.md
+++ b/api/Outlook.NameSpace.OpenSharedItem.md
@@ -27,11 +27,11 @@ Opens a shared item from a specified path or URL.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path or URL of the shared item to be opened.|
-### Return Value
+### Return value
An **Object** representing the appropriate Outlook item for the shared item.
diff --git a/api/Outlook.NameSpace.OptionsPagesAdd.md b/api/Outlook.NameSpace.OptionsPagesAdd.md
index 81b4fb616d1..ad9ba3ed4e4 100644
--- a/api/Outlook.NameSpace.OptionsPagesAdd.md
+++ b/api/Outlook.NameSpace.OptionsPagesAdd.md
@@ -27,7 +27,7 @@ Occurs whenever the **Properties** dialog box for a folder is opened.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pages_|Required| **[PropertyPages](Outlook.PropertyPages.md)**|The collection of property pages that have been added to the dialog box. This collection includes only custom property pages. It does not include standard Microsoft Outlook property pages.|
| _Folder_|Required| **[Folder](Outlook.Folder.md)**|This argument is only used with the **Folder** object. The **Folder** object for which the **Properties** dialog box is being opened.|
diff --git a/api/Outlook.NameSpace.PickFolder.md b/api/Outlook.NameSpace.PickFolder.md
index 993368a2032..f3182441a1b 100644
--- a/api/Outlook.NameSpace.PickFolder.md
+++ b/api/Outlook.NameSpace.PickFolder.md
@@ -23,7 +23,7 @@ Displays the **Pick Folder** dialog box.
_expression_ A variable that represents a [NameSpace](./Outlook.NameSpace.md) object.
-### Return Value
+### Return value
A **[Folder](Outlook.Folder.md)** object that represents the folder that the user selects in the dialog box, or **Nothing** if the dialog box is canceled by the user.
diff --git a/api/Outlook.NameSpace.RemoveStore.md b/api/Outlook.NameSpace.RemoveStore.md
index 7d820c3b058..2c94d165e5d 100644
--- a/api/Outlook.NameSpace.RemoveStore.md
+++ b/api/Outlook.NameSpace.RemoveStore.md
@@ -27,7 +27,7 @@ Removes a Personal Folders file (.pst) from the current MAPI profile or session.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Folder_|Required| **[Folder](Outlook.Folder.md)**|The Personal Folders file (.pst) to be deleted from the list.|
diff --git a/api/Outlook.NameSpace.SendAndReceive.md b/api/Outlook.NameSpace.SendAndReceive.md
index 9c12df017b1..1a184eac74d 100644
--- a/api/Outlook.NameSpace.SendAndReceive.md
+++ b/api/Outlook.NameSpace.SendAndReceive.md
@@ -27,7 +27,7 @@ Initiates immediate delivery of all undelivered messages submitted in the curren
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _showProgressDialog_|Required| **Boolean**|Indicates whether the **Outlook Send/Receive Progress** dialog box should be displayed, regardless of user settings.|
diff --git a/api/Outlook.NavigationFolders.Add.md b/api/Outlook.NavigationFolders.Add.md
index 20f53d5598c..5e681ed536b 100644
--- a/api/Outlook.NavigationFolders.Add.md
+++ b/api/Outlook.NavigationFolders.Add.md
@@ -27,11 +27,11 @@ Adds the specified **[Folder](Outlook.Folder.md)** , as a **[NavigationFolder](
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Folder_|Required| **Folder**|The folder to add.|
-### Return Value
+### Return value
A **NavigationFolder** object that represents the new navigation folder.
diff --git a/api/Outlook.NavigationFolders.Item.md b/api/Outlook.NavigationFolders.Item.md
index 24e6d6cb850..bbfd6ed51b0 100644
--- a/api/Outlook.NavigationFolders.Item.md
+++ b/api/Outlook.NavigationFolders.Item.md
@@ -27,11 +27,11 @@ Returns a **[NavigationFolder](Outlook.NavigationFolder.md)** object from the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or the value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
A **NavigationFolder** object that represents the specified object.
diff --git a/api/Outlook.NavigationFolders.Remove.md b/api/Outlook.NavigationFolders.Remove.md
index 724620acebf..e89bb28667d 100644
--- a/api/Outlook.NavigationFolders.Remove.md
+++ b/api/Outlook.NavigationFolders.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RemovableFolder_|Required| **[NavigationFolder](Outlook.NavigationFolder.md)**|The navigation folder to be removed.|
diff --git a/api/Outlook.NavigationGroups.Create.md b/api/Outlook.NavigationGroups.Create.md
index 7ff6f496a59..e19eec3b511 100644
--- a/api/Outlook.NavigationGroups.Create.md
+++ b/api/Outlook.NavigationGroups.Create.md
@@ -27,11 +27,11 @@ Creates and returns a new **[NavigationGroup](Outlook.NavigationGroup.md)** obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _GroupDisplayName_|Required| **String**|The value of the **[Name](Outlook.NavigationGroup.Name.md)** property for the new **NavigationGroup** object.|
-### Return Value
+### Return value
A **NavigationGroup** object that represents the new navigation group.
diff --git a/api/Outlook.NavigationGroups.Delete.md b/api/Outlook.NavigationGroups.Delete.md
index e8e70c298bc..6155c83f3e3 100644
--- a/api/Outlook.NavigationGroups.Delete.md
+++ b/api/Outlook.NavigationGroups.Delete.md
@@ -27,7 +27,7 @@ Deletes the specified **[NavigationGroup](Outlook.NavigationGroup.md)** object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Group_|Required| **NavigationGroup**|The navigation group to be deleted.|
diff --git a/api/Outlook.NavigationGroups.GetDefaultNavigationGroup.md b/api/Outlook.NavigationGroups.GetDefaultNavigationGroup.md
index dd89df50905..d3d143ff0f9 100644
--- a/api/Outlook.NavigationGroups.GetDefaultNavigationGroup.md
+++ b/api/Outlook.NavigationGroups.GetDefaultNavigationGroup.md
@@ -27,11 +27,11 @@ Returns the **[NavigationGroup](Outlook.NavigationGroup.md)** that corresponds
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DefaultFolderGroup_|Required| **[OlGroupType](Outlook.OlGroupType.md)**|The type of navigation group to be retrieved.|
-### Return Value
+### Return value
A **NavigationGroup** object that represents the selected default folder group.
diff --git a/api/Outlook.NavigationGroups.Item.md b/api/Outlook.NavigationGroups.Item.md
index 35ab77cd1fa..edada2fbcf1 100644
--- a/api/Outlook.NavigationGroups.Item.md
+++ b/api/Outlook.NavigationGroups.Item.md
@@ -27,11 +27,11 @@ Returns a **[NavigationGroup](Outlook.NavigationGroup.md)** object from the col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number of the object.|
-### Return Value
+### Return value
A **NavigationGroup** object that represents the specified object.
diff --git a/api/Outlook.NavigationGroups.NavigationFolderAdd.md b/api/Outlook.NavigationGroups.NavigationFolderAdd.md
index 919782409d2..bca2aca4f8d 100644
--- a/api/Outlook.NavigationGroups.NavigationFolderAdd.md
+++ b/api/Outlook.NavigationGroups.NavigationFolderAdd.md
@@ -27,7 +27,7 @@ Occurs after a folder is added to a **[NavigationGroups](Outlook.NavigationGrou
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NavigationFolder_|Required| **[NavigationFolder](Outlook.NavigationFolder.md)**|The navigation folder added to the collection.|
diff --git a/api/Outlook.NavigationGroups.SelectedChange.md b/api/Outlook.NavigationGroups.SelectedChange.md
index 9bed34d1545..f99c22c31d4 100644
--- a/api/Outlook.NavigationGroups.SelectedChange.md
+++ b/api/Outlook.NavigationGroups.SelectedChange.md
@@ -27,7 +27,7 @@ Occurs after the selection state is changed for a navigation folder contained in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NavigationFolder_|Required| **[NavigationFolder](Outlook.NavigationFolder.md)**|The selected navigation folder.|
diff --git a/api/Outlook.NavigationModules.GetNavigationModule.md b/api/Outlook.NavigationModules.GetNavigationModule.md
index ac9c679b9ff..743f06a644c 100644
--- a/api/Outlook.NavigationModules.GetNavigationModule.md
+++ b/api/Outlook.NavigationModules.GetNavigationModule.md
@@ -27,11 +27,11 @@ Retrieves a **[NavigationModule](Outlook.NavigationModule.md)** object with the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ModuleType_|Required| **[OlNavigationModuleType](Outlook.OlNavigationModuleType.md)**|The type of navigation module to be retrieved.|
-### Return Value
+### Return value
A **NavigationModule** object that represents the navigation module with the specified navigation module type.
diff --git a/api/Outlook.NavigationModules.Item.md b/api/Outlook.NavigationModules.Item.md
index be322adfb67..7b063553fb5 100644
--- a/api/Outlook.NavigationModules.Item.md
+++ b/api/Outlook.NavigationModules.Item.md
@@ -27,11 +27,11 @@ Returns a **[NavigationModule](Outlook.NavigationModule.md)** object from the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the integer index of the position of the navigation module in the Navigation Pane, or the value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
A **NavigationModule** object that represents the specified object.
diff --git a/api/Outlook.NavigationPane.ModuleSwitch.md b/api/Outlook.NavigationPane.ModuleSwitch.md
index 362622c594f..2b14e8ebe9c 100644
--- a/api/Outlook.NavigationPane.ModuleSwitch.md
+++ b/api/Outlook.NavigationPane.ModuleSwitch.md
@@ -27,7 +27,7 @@ Occurs after the selection changes for a navigation module in the **[Navigation
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CurrentModule_|Required| **[NavigationModule](Outlook.NavigationModule.md)**|The selected navigation module.|
diff --git a/api/Outlook.NoteItem.Close.md b/api/Outlook.NoteItem.Close.md
index 6de994fbcf2..c2c2fab5f4e 100644
--- a/api/Outlook.NoteItem.Close.md
+++ b/api/Outlook.NoteItem.Close.md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.NoteItem.Copy.md b/api/Outlook.NoteItem.Copy.md
index 2493a80d820..5c03a3dc6fc 100644
--- a/api/Outlook.NoteItem.Copy.md
+++ b/api/Outlook.NoteItem.Copy.md
@@ -23,7 +23,7 @@ Creates another instance of an object.
_expression_ An expression that returns a [NoteItem](./Outlook.NoteItem.md) object.
-### Return Value
+### Return value
A **[NoteItem](Outlook.NoteItem.md)** object that represents a copy of the specified note.
diff --git a/api/Outlook.NoteItem.Display.md b/api/Outlook.NoteItem.Display.md
index 95bf50bd520..10105b0e4dd 100644
--- a/api/Outlook.NoteItem.Display.md
+++ b/api/Outlook.NoteItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.NoteItem.Move.md b/api/Outlook.NoteItem.Move.md
index f2dc3835883..4c5c86870cc 100644
--- a/api/Outlook.NoteItem.Move.md
+++ b/api/Outlook.NoteItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.NoteItem.SaveAs.md b/api/Outlook.NoteItem.SaveAs.md
index 81bc8b354cb..c6818694a05 100644
--- a/api/Outlook.NoteItem.SaveAs.md
+++ b/api/Outlook.NoteItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.OlAccountType.md b/api/Outlook.OlAccountType.md
index eae8168b394..e223fd752c6 100644
--- a/api/Outlook.OlAccountType.md
+++ b/api/Outlook.OlAccountType.md
@@ -17,7 +17,7 @@ Specifies the type of an **[Account](Outlook.Account.md)** .
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olEas**|4|An account that uses Exchange ActiveSync (EAS) on mobile devices.|
| **olExchange**|0|An Exchange account.|
diff --git a/api/Outlook.OlActionCopyLike.md b/api/Outlook.OlActionCopyLike.md
index c534addd720..9a3085a13dc 100644
--- a/api/Outlook.OlActionCopyLike.md
+++ b/api/Outlook.OlActionCopyLike.md
@@ -17,7 +17,7 @@ Specifies how item properties will be copied.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olForward**|2|Properties of the new item will be set such that the new item is a forward of the original item. If creating a new **[MailItem](Outlook.MailItem.md)** , the value of the **To** and **CC** properties in the new item will be empty and the **Subject** property of the new item will be the original **Subject** with a prefix such as "FW:" (see **[Prefix](Outlook.Action.Prefix.md)** property) added. The attachments on the original item will be copied to the new item.|
| **olReply**|0|Properties of the new item will be set such that the new item is a reply to the original item. If creating a new **[MailItem](Outlook.MailItem.md)** , the value of the original **To** field will be copied to the **SenderEmailAddress** property of the new item, the **CC** field will be blank and the **Subject** field of the new item will be the original **Subject** with a prefix such as "RE:" (see **[Prefix](Outlook.Action.Prefix.md)** property) added.|
diff --git a/api/Outlook.OlActionReplyStyle.md b/api/Outlook.OlActionReplyStyle.md
index d5cf97ce279..1f121b9c6b8 100644
--- a/api/Outlook.OlActionReplyStyle.md
+++ b/api/Outlook.OlActionReplyStyle.md
@@ -17,7 +17,7 @@ Specifies the reply style.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olEmbedOriginalItem**|1|The reply will include the original item embedded in it. |
| **olIncludeOriginalText**|2|The reply will include the text of the original item.|
diff --git a/api/Outlook.OlActionResponseStyle.md b/api/Outlook.OlActionResponseStyle.md
index 57490e2c61f..49cec6ec7d2 100644
--- a/api/Outlook.OlActionResponseStyle.md
+++ b/api/Outlook.OlActionResponseStyle.md
@@ -17,7 +17,7 @@ Specifies the response style.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olOpen**|0|Indicates that a form will be opened.|
| **olPrompt**|2|Indicates that the user will be prompted to open or send the form.|
diff --git a/api/Outlook.OlActionShowOn.md b/api/Outlook.OlActionShowOn.md
index 6745859e3c2..5bc0688f725 100644
--- a/api/Outlook.OlActionShowOn.md
+++ b/api/Outlook.OlActionShowOn.md
@@ -17,7 +17,7 @@ Identifies where an **[Action](Outlook.Action.md)** is displayed as an availabl
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olDontShow**|0|Indicates that the action will not be displayed on the menu or toolbar.|
| **olMenu**|1|Indicates that the action will be displayed as an available action on the menu.|
diff --git a/api/Outlook.OlAddressEntryUserType.md b/api/Outlook.OlAddressEntryUserType.md
index 4b53d4e5ffd..67f291cd07e 100644
--- a/api/Outlook.OlAddressEntryUserType.md
+++ b/api/Outlook.OlAddressEntryUserType.md
@@ -17,7 +17,7 @@ Represents the type of user for the **[AddressEntry](Outlook.AddressEntry.md)**
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olExchangeAgentAddressEntry**|3|An address entry that is an Exchange agent.|
| **olExchangeDistributionListAddressEntry**|1|An address entry that is an Exchange distribution list.|
diff --git a/api/Outlook.OlAddressListType.md b/api/Outlook.OlAddressListType.md
index cf0365a9546..52973967e0c 100644
--- a/api/Outlook.OlAddressListType.md
+++ b/api/Outlook.OlAddressListType.md
@@ -17,7 +17,7 @@ Represents the type of **[AddressList](Outlook.AddressList.md)** .
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olCustomAddressList**|4|A custom address book provider.|
| **olExchangeContainer**|1|A container for address lists on an Exchange server.|
diff --git a/api/Outlook.OlAlign.md b/api/Outlook.OlAlign.md
index 41ab9e17be9..386250c5df9 100644
--- a/api/Outlook.OlAlign.md
+++ b/api/Outlook.OlAlign.md
@@ -17,7 +17,7 @@ Specifies the alignment for the **[Label](Outlook.ColumnFormat.Label.md)** prop
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAlignCenter**|1|Indicates that the label for the specified column should be centered.|
| **olAlignLeft**|0|Indicates that the label for the specified column should be left-aligned.|
diff --git a/api/Outlook.OlAlignment.md b/api/Outlook.OlAlignment.md
index 946ed7a75b3..12fed7bb976 100644
--- a/api/Outlook.OlAlignment.md
+++ b/api/Outlook.OlAlignment.md
@@ -17,7 +17,7 @@ Specifies how a caption is aligned with the edge of a control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAlignmentLeft**|0|Places the caption to the left of the control.|
| **olAlignmentRight**|1|Places the caption to the right of the control.|
diff --git a/api/Outlook.OlAlwaysDeleteConversation.md b/api/Outlook.OlAlwaysDeleteConversation.md
index d6133c867e9..f64358c7b1c 100644
--- a/api/Outlook.OlAlwaysDeleteConversation.md
+++ b/api/Outlook.OlAlwaysDeleteConversation.md
@@ -17,7 +17,7 @@ Specifies constants that determine whether new items of the conversation are alw
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAlwaysDelete**|1|New items of the conversation are always moved to the Deleted Items folder for the store that contains the items|
| **olAlwaysDeleteUnsupported**|2|The specified store does not support the action of always moving items to the Deleted Items folder of that store.|
diff --git a/api/Outlook.OlAppointmentCopyOptions.md b/api/Outlook.OlAppointmentCopyOptions.md
index e9edff818d7..b937122e12e 100644
--- a/api/Outlook.OlAppointmentCopyOptions.md
+++ b/api/Outlook.OlAppointmentCopyOptions.md
@@ -17,7 +17,7 @@ Specifies what actions to take when copying an **[AppointmentItem](Outlook.Appo
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olCopyAsAccept**|2|Creates an appointment in the destination folder and accepts the meeting request automatically.|
| **olCreateAppointment**|1|Creates an appointment in the destination folder without defaulting to a response or prompting for a response.|
diff --git a/api/Outlook.OlAppointmentTimeField.md b/api/Outlook.OlAppointmentTimeField.md
index d751f1ccb0a..dedd9e6d2c4 100644
--- a/api/Outlook.OlAppointmentTimeField.md
+++ b/api/Outlook.OlAppointmentTimeField.md
@@ -17,7 +17,7 @@ Specifies the time field in an appointment that the control is bound to.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAppointmentTimeFieldEnd**|3|The control is bound to the end time of the appointment. |
| **olAppointmentTimeFieldNone**|1|The control is not bound. |
diff --git a/api/Outlook.OlAttachmentBlockLevel.md b/api/Outlook.OlAttachmentBlockLevel.md
index b6bfa7063b7..03ed984ddb0 100644
--- a/api/Outlook.OlAttachmentBlockLevel.md
+++ b/api/Outlook.OlAttachmentBlockLevel.md
@@ -17,7 +17,7 @@ Specifies whether there is any restriction on the type of attachments for an ite
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAttachmentBlockLevelNone**|0|There is no restriction on the type of the attachment based on its file extension.|
| **olAttachmentBlockLevelOpen**|1|There is a restriction on the type of the attachment based on its file extension such that users must first save the attachment to disk before opening it.|
diff --git a/api/Outlook.OlAttachmentType.md b/api/Outlook.OlAttachmentType.md
index 39ad6effec7..fc61970fefa 100644
--- a/api/Outlook.OlAttachmentType.md
+++ b/api/Outlook.OlAttachmentType.md
@@ -17,7 +17,7 @@ Specifies the attachment type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olByReference**|4|This value is no longer supported since Microsoft Outlook 2007. Use **olByValue** to attach a copy of a file in the file system.|
| **olByValue**|1|The attachment is a copy of the original file and can be accessed even if the original file is removed.|
diff --git a/api/Outlook.OlAutoDiscoverConnectionMode.md b/api/Outlook.OlAutoDiscoverConnectionMode.md
index 20bd8b07024..fe9e3d112f2 100644
--- a/api/Outlook.OlAutoDiscoverConnectionMode.md
+++ b/api/Outlook.OlAutoDiscoverConnectionMode.md
@@ -17,7 +17,7 @@ Specifies the type of connection to the Exchange server for the auto-discovery s
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAutoDiscoverConnectionExternal**|1|Connection is over the Internet.|
| **olAutoDiscoverConnectionInternal**|2|Connection is over the Intranet.|
diff --git a/api/Outlook.OlAutoPreview.md b/api/Outlook.OlAutoPreview.md
index 5d811167c76..519730a99e2 100644
--- a/api/Outlook.OlAutoPreview.md
+++ b/api/Outlook.OlAutoPreview.md
@@ -17,7 +17,7 @@ Indicates how items will be automatically previewed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAutoPreviewAll**|0|All items are automatically previewed. |
| **olAutoPreviewNone**|2|No items are automatically previewed.|
diff --git a/api/Outlook.OlBackStyle.md b/api/Outlook.OlBackStyle.md
index fdce1a4f2b0..05d7bc64b50 100644
--- a/api/Outlook.OlBackStyle.md
+++ b/api/Outlook.OlBackStyle.md
@@ -17,7 +17,7 @@ Specifies how the background of a control is rendered.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olBackStyleOpaque**|1|Indicates the background color of the control is rendered.|
| **olBackStyleTransparent**|0|Indicates that the background color of the control is the background color of the parent control. It is not a truly transparent display.|
diff --git a/api/Outlook.OlBodyFormat.md b/api/Outlook.OlBodyFormat.md
index b3dc4eb5af2..3b3381239b6 100644
--- a/api/Outlook.OlBodyFormat.md
+++ b/api/Outlook.OlBodyFormat.md
@@ -17,7 +17,7 @@ Specifies the format of the body text of an item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatHTML**|2|HTML format|
| **olFormatPlain**|1|Plain format|
diff --git a/api/Outlook.OlBorderStyle.md b/api/Outlook.OlBorderStyle.md
index 901ebc0c868..625bb2213b7 100644
--- a/api/Outlook.OlBorderStyle.md
+++ b/api/Outlook.OlBorderStyle.md
@@ -17,7 +17,7 @@ Specifies how the border of a control is rendered.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olBorderStyleNone**|0|The control is rendered without any border.|
| **olBorderStyleSingle**|1|The control is rendered with a single-line border.|
diff --git a/api/Outlook.OlBusinessCardType.md b/api/Outlook.OlBusinessCardType.md
index ab1adb34235..233cc644caf 100644
--- a/api/Outlook.OlBusinessCardType.md
+++ b/api/Outlook.OlBusinessCardType.md
@@ -17,7 +17,7 @@ Identifies the type of Electronic Business Card (EBC) format associated with a
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olBusinessCardTypeInterConnect**|1|Indicates that the **ContactItem** uses the Microsoft Office InterConnect format for the associated Electronic Business Card.|
| **olBusinessCardTypeOutlook**|0|Indicates that the **ContactItem** object uses the Microsoft Outlook format for the associated Electronic Business Card.|
diff --git a/api/Outlook.OlBusyStatus.md b/api/Outlook.OlBusyStatus.md
index 508d2d6dd9b..6b1952b6aab 100644
--- a/api/Outlook.OlBusyStatus.md
+++ b/api/Outlook.OlBusyStatus.md
@@ -17,7 +17,7 @@ Indicates a user's availability.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olBusy**|2|The user is busy.|
| **olFree**|0|The user is available.|
diff --git a/api/Outlook.OlCalendarDetail.md b/api/Outlook.OlCalendarDetail.md
index 58460ec99ed..e454f2adf89 100644
--- a/api/Outlook.OlCalendarDetail.md
+++ b/api/Outlook.OlCalendarDetail.md
@@ -17,7 +17,7 @@ Indicates the level of detail for calendar items that will be exported to an iCa
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFreeBusyAndSubject**|1|Free/busy information and the appointment subjects are exported to the iCalendar file. |
| **olFreeBusyOnly**|0|Only free/busy information is exported to the iCalendar file.|
diff --git a/api/Outlook.OlCalendarMailFormat.md b/api/Outlook.OlCalendarMailFormat.md
index c0df1948f2f..17a6bab839a 100644
--- a/api/Outlook.OlCalendarMailFormat.md
+++ b/api/Outlook.OlCalendarMailFormat.md
@@ -17,7 +17,7 @@ Determines the format of the calendar information in the body of the **[MailIte
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olCalendarMailFormatDailySchedule**|0|The calendar information is formatted as a daily schedule of appointments, containing an hour-by-hour breakdown of the calendar, showing both free and busy time blocks along with working-hour information. This layout is intended to help show recipients which times you are available. |
| **olCalendarMailFormatEventList**|1|The calendar information is formatted as a list of events, containing a list of the calendar appointments without showing any time blocks. This layout is intended to help show recipients the events scheduled for a given time period.|
diff --git a/api/Outlook.OlCalendarViewMode.md b/api/Outlook.OlCalendarViewMode.md
index 4033652bd44..f78027f5dd7 100644
--- a/api/Outlook.OlCalendarViewMode.md
+++ b/api/Outlook.OlCalendarViewMode.md
@@ -17,7 +17,7 @@ Indicates the view mode specified in the **[CalendarViewMode](Outlook.CalendarV
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olCalendarView5DayWeek**|4|Displays a 5-day week.|
| **olCalendarViewDay**|0|Displays a single day.|
diff --git a/api/Outlook.OlCategoryColor.md b/api/Outlook.OlCategoryColor.md
index 26257043f33..9b6cda3683f 100644
--- a/api/Outlook.OlCategoryColor.md
+++ b/api/Outlook.OlCategoryColor.md
@@ -17,7 +17,7 @@ Indicates the color that is specified for a category or a font in a view.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olCategoryColorBlack**|15|Black|
| **olCategoryColorBlue**|8|Blue|
diff --git a/api/Outlook.OlCategoryShortcutKey.md b/api/Outlook.OlCategoryShortcutKey.md
index 4bdfdea6c7f..7d067bc68f7 100644
--- a/api/Outlook.OlCategoryShortcutKey.md
+++ b/api/Outlook.OlCategoryShortcutKey.md
@@ -17,7 +17,7 @@ Identifies the shortcut key specified for the **[ShortcutKey](Outlook.Category.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olCategoryShortcutKeyCtrlF10**|10| **CTRL+F10**|
| **olCategoryShortcutKeyCtrlF11**|11| **CTRL+F11**|
diff --git a/api/Outlook.OlColor.md b/api/Outlook.OlColor.md
index c046bfeb2c3..fa896012531 100644
--- a/api/Outlook.OlColor.md
+++ b/api/Outlook.OlColor.md
@@ -17,7 +17,7 @@ Constants that represent colors.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAutoColor**|0|Color is based on system preferences|
| **olColorAqua**|15|Aqua|
diff --git a/api/Outlook.OlComboBoxStyle.md b/api/Outlook.OlComboBoxStyle.md
index 1b13de4dcbc..78c74fe15e5 100644
--- a/api/Outlook.OlComboBoxStyle.md
+++ b/api/Outlook.OlComboBoxStyle.md
@@ -17,7 +17,7 @@ Indicates the behavior of a combo box control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olComboBoxStyleCombo**|0|Indicates that the combo box behaves like a traditional combo box in which the user can type a value in the edit box or select a value from the drop-down list.|
| **olComboBoxStyleList**|1|Indicates that the combo box behaves like a drop-down list from which the user can only select a value.|
diff --git a/api/Outlook.OlContactPhoneNumber.md b/api/Outlook.OlContactPhoneNumber.md
index 00f7731df0a..a97e60e8b77 100644
--- a/api/Outlook.OlContactPhoneNumber.md
+++ b/api/Outlook.OlContactPhoneNumber.md
@@ -17,7 +17,7 @@ Specfies the telephone number type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olContactPhoneAssistant**|0|Telephone number of the person who is the assistant for the contact|
| **olContactPhoneBusiness**|1|Business telephone number|
diff --git a/api/Outlook.OlDayWeekTimeScale.md b/api/Outlook.OlDayWeekTimeScale.md
index f485572ecf2..f613e471aa2 100644
--- a/api/Outlook.OlDayWeekTimeScale.md
+++ b/api/Outlook.OlDayWeekTimeScale.md
@@ -17,7 +17,7 @@ Specifies the scale of time periods used to display Outlook items in a **[Calen
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olTimeScale10Minutes**|2|Indicates that each time period represents 10 minutes.|
| **olTimeScale15Minutes**|3|Indicates that each time period represents 15 minutes.|
diff --git a/api/Outlook.OlDaysOfWeek.md b/api/Outlook.OlDaysOfWeek.md
index 6c58b004be7..3a15d1cc06b 100644
--- a/api/Outlook.OlDaysOfWeek.md
+++ b/api/Outlook.OlDaysOfWeek.md
@@ -17,7 +17,7 @@ Constants representing days of the week.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFriday**|32|Friday|
| **olMonday**|2|Monday|
diff --git a/api/Outlook.OlDefaultExpandCollapseSetting.md b/api/Outlook.OlDefaultExpandCollapseSetting.md
index ddae3b52a29..ee9bede8ab9 100644
--- a/api/Outlook.OlDefaultExpandCollapseSetting.md
+++ b/api/Outlook.OlDefaultExpandCollapseSetting.md
@@ -17,7 +17,7 @@ Specifies the expand/collapse default value specified in the **[DefaultExpandCo
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAllCollapsed**|1|All groups are collapsed when the view is initially displayed.|
| **olAllExpanded**|0|All groups are expanded when the view is initially displayed.|
diff --git a/api/Outlook.OlDefaultFolders.md b/api/Outlook.OlDefaultFolders.md
index 84c7aa4edd9..6b717e1600e 100644
--- a/api/Outlook.OlDefaultFolders.md
+++ b/api/Outlook.OlDefaultFolders.md
@@ -17,7 +17,7 @@ Specifies the folder type for a specified folder.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFolderCalendar**|9|The Calendar folder.|
| **olFolderConflicts**|19|The Conflicts folder (subfolder of the Sync Issues folder). Only available for an Exchange account.|
diff --git a/api/Outlook.OlDefaultSelectNamesDisplayMode.md b/api/Outlook.OlDefaultSelectNamesDisplayMode.md
index a737c7a5d6a..215cc644c0c 100644
--- a/api/Outlook.OlDefaultSelectNamesDisplayMode.md
+++ b/api/Outlook.OlDefaultSelectNamesDisplayMode.md
@@ -17,7 +17,7 @@ Specifies the default caption, the number of buttons, the button labels, and the
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olDefaultDelegates**|6|Displays one edit box for To recipients, uses localized string representing "Add" for the To button, and localized string representing "Add Users" for the caption. **CcLabel** and **BccLabel** are set to an empty string. Sets **[SelectNamesDialog.AllowMultipleSelection](Outlook.SelectNamesDialog.AllowMultipleSelection.md)** to **True** and **[SelectNamesDialog.NumberOfRecipientSelectors](Outlook.SelectNamesDialog.NumberOfRecipientSelectors.md)** to **olTo**.|
| **olDefaultMail**|1|Displays three edit boxes for To, Cc, and Bcc recipients, uses localized strings representing "To", "Cc", and "Bcc" for To, Cc, and Bcc buttons, and localized string representing "Select Names" for the caption. Sets **AllowMultipleSelection** to **True** and **NumberOfRecipientSelectors** to **olToCcBcc**.|
diff --git a/api/Outlook.OlDisplayType.md b/api/Outlook.OlDisplayType.md
index 3d6d3f9122b..6c6f51ce85c 100644
--- a/api/Outlook.OlDisplayType.md
+++ b/api/Outlook.OlDisplayType.md
@@ -17,7 +17,7 @@ Describes the nature of the address.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAgent**|3|Agent address|
| **olDistList**|1|Exchange distribution list|
diff --git a/api/Outlook.OlDownloadState.md b/api/Outlook.OlDownloadState.md
index 79535a4e5fc..4b92c16afa8 100644
--- a/api/Outlook.OlDownloadState.md
+++ b/api/Outlook.OlDownloadState.md
@@ -17,7 +17,7 @@ Indicates the download state.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFullItem**|1|Full item has been downloaded.|
| **olHeaderOnly**|0|Only the header has been downloaded.|
diff --git a/api/Outlook.OlDragBehavior.md b/api/Outlook.OlDragBehavior.md
index 5dacb40b117..0d2a807b121 100644
--- a/api/Outlook.OlDragBehavior.md
+++ b/api/Outlook.OlDragBehavior.md
@@ -17,7 +17,7 @@ Specifies the drag behavior of a control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olDragBehaviorDisabled**|0|The control does not support drag-and-drop activities. It will always display the "no" cursor when an item is dragged over the control.|
| **olDragBehaviorEnabled**|1|The control can support drag-and-drop activities. Use the drag and drop events to control this behavior.|
diff --git a/api/Outlook.OlEditorType.md b/api/Outlook.OlEditorType.md
index 2711105e93f..944d26a3a14 100644
--- a/api/Outlook.OlEditorType.md
+++ b/api/Outlook.OlEditorType.md
@@ -17,7 +17,7 @@ Specifies the editor type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olEditorHTML**|2|HTML editor|
| **olEditorRTF**|3|Real Text Format (RTF) editor|
diff --git a/api/Outlook.OlEnterFieldBehavior.md b/api/Outlook.OlEnterFieldBehavior.md
index 97cfc868339..7a264185c8e 100644
--- a/api/Outlook.OlEnterFieldBehavior.md
+++ b/api/Outlook.OlEnterFieldBehavior.md
@@ -17,7 +17,7 @@ Specifies the behavior when focus enters a control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olEnterFieldBehaviorRecallSelection**|1|The previous selection is displayed.|
| **olEnterFieldBehaviorSelectAll**|0|The contents of the control are selected and any previous selection is ignored.|
diff --git a/api/Outlook.OlExchangeConnectionMode.md b/api/Outlook.OlExchangeConnectionMode.md
index ec48987ee87..b47bc9bd2e3 100644
--- a/api/Outlook.OlExchangeConnectionMode.md
+++ b/api/Outlook.OlExchangeConnectionMode.md
@@ -17,7 +17,7 @@ Specifies whether the account is connected to an Exchange server and if so, the
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olCachedConnectedDrizzle**|600|The account is using cached Exchange mode such that headers are downloaded first, followed by the bodies and attachments of full items.|
| **olCachedConnectedFull**|700|The account is using cached Exchange mode on a Local Area Network or a fast connection with the Exchange server. The user can also select this state manually, disabling auto-detect logic and always downloading full items regardless of connection speed.|
diff --git a/api/Outlook.OlExchangeStoreType.md b/api/Outlook.OlExchangeStoreType.md
index 8bba1e906b4..66a50efd382 100644
--- a/api/Outlook.OlExchangeStoreType.md
+++ b/api/Outlook.OlExchangeStoreType.md
@@ -17,7 +17,7 @@ Specifies the type of Exchange store.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olExchangeMailbox**|1|Specifies an Exchange delegate mailbox store.|
| **olExchangePublicFolder**|2|Specifies an Exchange Public Folder store.|
diff --git a/api/Outlook.OlFolderDisplayMode.md b/api/Outlook.OlFolderDisplayMode.md
index 7a911c7f62b..b2582f3ee07 100644
--- a/api/Outlook.OlFolderDisplayMode.md
+++ b/api/Outlook.OlFolderDisplayMode.md
@@ -17,7 +17,7 @@ Specifies the folder display mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFolderDisplayFolderOnly**|1|Only the contents of the selected folder are displayed.|
| **olFolderDisplayNoNavigation**|2|Folder contents are displayed but no navigation pane is shown.|
diff --git a/api/Outlook.OlFormRegionIcon.md b/api/Outlook.OlFormRegionIcon.md
index e693736f9f8..a2904a06648 100644
--- a/api/Outlook.OlFormRegionIcon.md
+++ b/api/Outlook.OlFormRegionIcon.md
@@ -17,7 +17,7 @@ Types of icons that Outlook can display for an item that uses a specified replac
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormRegionIconDefault**|1|The default icon for an item.|
| **olFormRegionIconEncrypted**|9|The icon to display when an item has been encrypted.|
diff --git a/api/Outlook.OlFormRegionMode.md b/api/Outlook.OlFormRegionMode.md
index a0fd4ac04c5..9d364aa835f 100644
--- a/api/Outlook.OlFormRegionMode.md
+++ b/api/Outlook.OlFormRegionMode.md
@@ -17,7 +17,7 @@ Identifies the mode that the form region is being loaded into, which corresponds
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormRegionCompose**|1|The form region is in a compose page of a message or any unsendable item such as a contact item. |
| **olFormRegionPreview**|2|The form region is in the Reading Pane.|
diff --git a/api/Outlook.OlFormRegionSize.md b/api/Outlook.OlFormRegionSize.md
index 2ba83e74240..1fca47cc6c6 100644
--- a/api/Outlook.OlFormRegionSize.md
+++ b/api/Outlook.OlFormRegionSize.md
@@ -17,7 +17,7 @@ Identifies the type of form region.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormRegionTypeAdjoining**|1|The form region is an adjoining form region.|
| **olFormRegionTypeSeparate**|0|The form region is a separate form region. This includes a separate form region that is added to a standard form as a custom page, a separate form region that replaces the default page of a standard form, or a separate form region that replaces all pages in a standard form.|
diff --git a/api/Outlook.OlFormRegistry.md b/api/Outlook.OlFormRegistry.md
index e9167f36ae0..1daecdd4321 100644
--- a/api/Outlook.OlFormRegistry.md
+++ b/api/Outlook.OlFormRegistry.md
@@ -17,7 +17,7 @@ Indicates the form registry (library) where the **Form** is stored.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olDefaultRegistry**|0|The Form is registered in the user's default form registry.|
| **olFolderRegistry**|3|The Form is registered in a form registry specific to a particular folder, and can only be accessed from that folder.|
diff --git a/api/Outlook.OlFormatCurrency.md b/api/Outlook.OlFormatCurrency.md
index f8179963f0e..ae33aa92959 100644
--- a/api/Outlook.OlFormatCurrency.md
+++ b/api/Outlook.OlFormatCurrency.md
@@ -17,7 +17,7 @@ Indicates the format used to display currency Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatCurrencyDecimal**|1|Displays currency values with decimal places.|
| **olFormatCurrencyNonDecimal**|2|Displays currency values without decimal places, rounding the currency value to the nearest integer.|
diff --git a/api/Outlook.OlFormatDateTime.md b/api/Outlook.OlFormatDateTime.md
index f09a06607ca..b9a34a960f4 100644
--- a/api/Outlook.OlFormatDateTime.md
+++ b/api/Outlook.OlFormatDateTime.md
@@ -17,7 +17,7 @@ Indicates the format used to display date/time Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatDateTimeBestFit**|17|Displays the date/time value using the best fit for the data contained in the column.|
| **olFormatDateTimeLongDate**|6|Displays a long date, without the day name, according to your locale's format.|
diff --git a/api/Outlook.OlFormatDuration.md b/api/Outlook.OlFormatDuration.md
index 69667aca599..2acc05587ae 100644
--- a/api/Outlook.OlFormatDuration.md
+++ b/api/Outlook.OlFormatDuration.md
@@ -17,7 +17,7 @@ Indicates the format used to display duration Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatDurationLong**|2|Displays duration values using full names for time period descriptions.|
| **olFormatDurationLongBusiness**|4|Displays duration values, taking into consideration specified calendar work week settings and using full names for time period descriptions.|
diff --git a/api/Outlook.OlFormatEnumeration.md b/api/Outlook.OlFormatEnumeration.md
index ab99ee4e800..6f76709fd6a 100644
--- a/api/Outlook.OlFormatEnumeration.md
+++ b/api/Outlook.OlFormatEnumeration.md
@@ -17,7 +17,7 @@ Indicates the format used to display enumeration Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatEnumBitmap**|1|Display as a bitmap with a pop-up list.|
| **olFormatEnumText**|2|Display as text with a pop-up list.|
diff --git a/api/Outlook.OlFormatInteger.md b/api/Outlook.OlFormatInteger.md
index e14bc3a1eba..0272163c6b5 100644
--- a/api/Outlook.OlFormatInteger.md
+++ b/api/Outlook.OlFormatInteger.md
@@ -17,7 +17,7 @@ Indicates the format used to display integer Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatIntegerComputer1**|2|Displays integer values, representing bytes, as kilobytes (with the abbreviation "K") depending on the value. For example, the integer value of 1048576 is displayed as "1,024 K".|
| **olFormatIntegerComputer2**|3|Displays integer values, representing bytes, as either kilobytes (with the abbreviation "K"), megabytes (with the abbreviation "M"), or gigabytes (with the abbreviation "G"), depending on the value. For example, the integer value of 2048 is displayed as "2 K".|
diff --git a/api/Outlook.OlFormatKeywords.md b/api/Outlook.OlFormatKeywords.md
index 65f7bf054fc..5250aace060 100644
--- a/api/Outlook.OlFormatKeywords.md
+++ b/api/Outlook.OlFormatKeywords.md
@@ -17,7 +17,7 @@ Indicates the format used to display keyword Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatKeywordsText**|1|Displays values as text.|
diff --git a/api/Outlook.OlFormatNumber.md b/api/Outlook.OlFormatNumber.md
index 55e508e1825..3fb258e766d 100644
--- a/api/Outlook.OlFormatNumber.md
+++ b/api/Outlook.OlFormatNumber.md
@@ -17,7 +17,7 @@ Indicates the format used to display number Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatNumber1Decimal**|3|Displays formatted number values, including one fixed decimal place, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.2".|
| **olFormatNumber2Decimal**|4|Displays formatted number values, including two fixed decimal places, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.16".|
diff --git a/api/Outlook.OlFormatPercent.md b/api/Outlook.OlFormatPercent.md
index 072af6db348..812cc8d5fc8 100644
--- a/api/Outlook.OlFormatPercent.md
+++ b/api/Outlook.OlFormatPercent.md
@@ -17,7 +17,7 @@ Indicates the format used to display percent Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatPercent1Decimal**|2|Displays formatted number values, including one fixed decimal place, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.2%".|
| **olFormatPercent2Decimal**|3|Displays formatted number values, including two fixed decimal places, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.16%"|
diff --git a/api/Outlook.OlFormatSmartFrom.md b/api/Outlook.OlFormatSmartFrom.md
index 8f01e855756..e846671084b 100644
--- a/api/Outlook.OlFormatSmartFrom.md
+++ b/api/Outlook.OlFormatSmartFrom.md
@@ -17,7 +17,7 @@ Indicates the format used to display the **From** Outlook item property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatSmartFromFromOnly**|2|Display the value of the **From** Outlook item property. If no value is available, display an empty string.|
| **olFormatSmartFromFromTo**|1|Display the value of the **From** Outlook item property. If no value is available, display instead the value of the **To** Outlook item property.|
diff --git a/api/Outlook.OlFormatText.md b/api/Outlook.OlFormatText.md
index 0749a2bcabb..f4a341f0e1d 100644
--- a/api/Outlook.OlFormatText.md
+++ b/api/Outlook.OlFormatText.md
@@ -17,7 +17,7 @@ Indicates the format used to display text Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatTextText**|1|Display values as text.|
diff --git a/api/Outlook.OlFormatYesNo.md b/api/Outlook.OlFormatYesNo.md
index c27122fdf9a..96547b7e2a3 100644
--- a/api/Outlook.OlFormatYesNo.md
+++ b/api/Outlook.OlFormatYesNo.md
@@ -17,7 +17,7 @@ Indicates the format used to display yes/no Outlook item properties.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFormatYesNoIcon**|4|Displays a check box icon.|
| **olFormatYesNoOnOff**|2|Displays "On" or "Off".|
diff --git a/api/Outlook.OlGender.md b/api/Outlook.OlGender.md
index 83cb3d2da59..e1cadad822f 100644
--- a/api/Outlook.OlGender.md
+++ b/api/Outlook.OlGender.md
@@ -17,7 +17,7 @@ Constants representing gender.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFemale**|1|Female|
| **olMale**|2|Male|
diff --git a/api/Outlook.OlGridLineStyle.md b/api/Outlook.OlGridLineStyle.md
index cfb3ab8c1cd..45be37e41e5 100644
--- a/api/Outlook.OlGridLineStyle.md
+++ b/api/Outlook.OlGridLineStyle.md
@@ -17,7 +17,7 @@ Indicates the line style used to display grid lines for **[TableView](Outlook.T
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olGridLineDashes**|3|Dashed lines are used to draw the grid. |
| **olGridLineLargeDots**|2|Lines using large dots are used to draw the grid.|
diff --git a/api/Outlook.OlGroupType.md b/api/Outlook.OlGroupType.md
index c728791474d..a2f8bce3b0d 100644
--- a/api/Outlook.OlGroupType.md
+++ b/api/Outlook.OlGroupType.md
@@ -17,7 +17,7 @@ Identifies the group type of a **[NavigationGroup](Outlook.NavigationGroup.md)*
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olCustomFoldersGroup**|0|Identifies a user-defined navigation group, added using either the Outlook user interface or an add-in.|
| **olFavoriteFoldersGroup**|4|Identifies the **Favorite Folders** navigation group. This navigation group exists only within the **[NavigationGroups](Outlook.MailModule.NavigationGroups.md)** collection of a **[MailModule](Outlook.MailModule.md)** object and cannot be created in or accessed from other modules.|
diff --git a/api/Outlook.OlHorizontalLayout.md b/api/Outlook.OlHorizontalLayout.md
index 7a95e971e47..9affffa813e 100644
--- a/api/Outlook.OlHorizontalLayout.md
+++ b/api/Outlook.OlHorizontalLayout.md
@@ -17,7 +17,7 @@ Specifies the alignment of controls in the horizontal direction.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olHorizontalLayoutAlignCenter**|1|Align controls horizontally by the center of each control.|
| **olHorizontalLayoutGrow**|3|Resize control horizontally with the form.|
diff --git a/api/Outlook.OlIconViewPlacement.md b/api/Outlook.OlIconViewPlacement.md
index dc40cf4be7a..b841097a5f0 100644
--- a/api/Outlook.OlIconViewPlacement.md
+++ b/api/Outlook.OlIconViewPlacement.md
@@ -17,7 +17,7 @@ Indicates how icons are arranged in an **[IconView](Outlook.IconView.md)** obje
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olIconAutoArrange**|2|Icons are automatically lined up and arranged to prevent gaps or overlaps, but are not sorted.|
| **olIconDoNotArrange**|0|Icons are not automatically sorted, lined up, or arranged.|
diff --git a/api/Outlook.OlIconViewType.md b/api/Outlook.OlIconViewType.md
index 3766f6a5ff2..91996c94bde 100644
--- a/api/Outlook.OlIconViewType.md
+++ b/api/Outlook.OlIconViewType.md
@@ -17,7 +17,7 @@ Indicates the view mode when using an **[IconView](Outlook.IconView.md)** objec
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olIconViewLarge**|0|Displays Outlook items as large icons, with the description for the Outlook item below the icon.|
| **olIconViewList**|2|Displays Outlook items as a list of small icons, with the description for the Outlook item next to the icon.|
diff --git a/api/Outlook.OlImportance.md b/api/Outlook.OlImportance.md
index 7dcb97338ee..56e758d10a4 100644
--- a/api/Outlook.OlImportance.md
+++ b/api/Outlook.OlImportance.md
@@ -17,7 +17,7 @@ Specifies the level of importance for an item marked by the creator of the item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olImportanceHigh**|2|Item is marked as high importance.|
| **olImportanceLow**|0|Item is marked as low importance.|
diff --git a/api/Outlook.OlInspectorClose.md b/api/Outlook.OlInspectorClose.md
index 2834ab8542e..b7a1e6f9a2a 100644
--- a/api/Outlook.OlInspectorClose.md
+++ b/api/Outlook.OlInspectorClose.md
@@ -17,7 +17,7 @@ Indicates the save mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olDiscard**|1|Changes to the document are discarded.|
| **olPromptForSave**|2|User is prompted to save documents.|
diff --git a/api/Outlook.OlItemType.md b/api/Outlook.OlItemType.md
index 5bc9791aa1b..bc7620d0129 100644
--- a/api/Outlook.OlItemType.md
+++ b/api/Outlook.OlItemType.md
@@ -17,7 +17,7 @@ Indicates the Outlook item type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAppointmentItem**|1|An **[AppointmentItem](Outlook.AppointmentItem.md)** object.|
| **olContactItem**|2|A **[ContactItem](Outlook.ContactItem.md)** object.|
diff --git a/api/Outlook.OlJournalRecipientType.md b/api/Outlook.OlJournalRecipientType.md
index 9df3b9a64a1..0bd857fb5b4 100644
--- a/api/Outlook.OlJournalRecipientType.md
+++ b/api/Outlook.OlJournalRecipientType.md
@@ -17,7 +17,7 @@ Indicates the recipient type for Journal items.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAssociatedContact**|1|The Contact associated with the Journal item.|
diff --git a/api/Outlook.OlMailRecipientType.md b/api/Outlook.OlMailRecipientType.md
index f7ebcd87bcb..76ca07cafb0 100644
--- a/api/Outlook.OlMailRecipientType.md
+++ b/api/Outlook.OlMailRecipientType.md
@@ -17,7 +17,7 @@ Indicates the recipient type for the **Item**.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olBCC**|3|The recipient is specified in the **BCC** property of the **Item**. |
| **olCC**|2|The recipient is specified in the **CC** property of the **Item**.|
diff --git a/api/Outlook.OlMailingAddress.md b/api/Outlook.OlMailingAddress.md
index a1397baa1a5..d483bacbcb6 100644
--- a/api/Outlook.OlMailingAddress.md
+++ b/api/Outlook.OlMailingAddress.md
@@ -17,7 +17,7 @@ Indicates the address to use as the mailing address.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olBusiness**|2|Business mailing address|
| **olHome**|1|Home mailing address|
diff --git a/api/Outlook.OlMarkInterval.md b/api/Outlook.OlMarkInterval.md
index 4c4dcbd378f..4a2729a13ca 100644
--- a/api/Outlook.OlMarkInterval.md
+++ b/api/Outlook.OlMarkInterval.md
@@ -17,7 +17,7 @@ Specifies the time period for which an Outlook item is marked as a task.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olMarkComplete**|5|Mark the task as complete.|
| **olMarkNextWeek**|3|Mark the task due next week.|
diff --git a/api/Outlook.OlMatchEntry.md b/api/Outlook.OlMatchEntry.md
index 348a692bc62..8e2011981fb 100644
--- a/api/Outlook.OlMatchEntry.md
+++ b/api/Outlook.OlMatchEntry.md
@@ -17,7 +17,7 @@ Specifies if and how extensive entry matching is applied while the user types in
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olMatchEntryComplete**|1|Extended matching. As each character is typed, the control searches for an entry matching all characters entered.|
| **olMatchEntryFirstLetter**|0|Basic matching: The control searches for the next entry that starts with the character entered. Repeatedly typing the same letter cycles through all entries beginning with that letter.|
diff --git a/api/Outlook.OlMeetingRecipientType.md b/api/Outlook.OlMeetingRecipientType.md
index 090d1cfe267..2b1993bcd1b 100644
--- a/api/Outlook.OlMeetingRecipientType.md
+++ b/api/Outlook.OlMeetingRecipientType.md
@@ -17,7 +17,7 @@ Indicates the recipient type for the meeting.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olOptional**|2|Optional attendee|
| **olOrganizer**|0|Meeting organizer|
diff --git a/api/Outlook.OlMeetingResponse.md b/api/Outlook.OlMeetingResponse.md
index 9e468861246..0a75b284725 100644
--- a/api/Outlook.OlMeetingResponse.md
+++ b/api/Outlook.OlMeetingResponse.md
@@ -17,7 +17,7 @@ Indicates the response to a meeting request.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olMeetingAccepted**|3|The meeting was accepted.|
| **olMeetingDeclined**|4|The meeting was declined.|
diff --git a/api/Outlook.OlMeetingStatus.md b/api/Outlook.OlMeetingStatus.md
index 52d532d620d..fab7efc23ed 100644
--- a/api/Outlook.OlMeetingStatus.md
+++ b/api/Outlook.OlMeetingStatus.md
@@ -17,7 +17,7 @@ Indicates the status of the meeting.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olMeeting**|1|The meeting has been scheduled.|
| **olMeetingCanceled**|5|The scheduled meeting has been cancelled.|
diff --git a/api/Outlook.OlMouseButton.md b/api/Outlook.OlMouseButton.md
index 0fb177ce85b..64e69011385 100644
--- a/api/Outlook.OlMouseButton.md
+++ b/api/Outlook.OlMouseButton.md
@@ -17,7 +17,7 @@ Indicates which mouse button is pressed during a mouse event.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olMouseButtonLeft**|1|Indicates that the primary (left) button on a mouse is pressed during the event.|
| **olMouseButtonRight**|2|Indicates that the secondary (right) button on a mouse is pressed during the event.|
diff --git a/api/Outlook.OlMousePointer.md b/api/Outlook.OlMousePointer.md
index 704728ea65b..e4ff52307dc 100644
--- a/api/Outlook.OlMousePointer.md
+++ b/api/Outlook.OlMousePointer.md
@@ -17,7 +17,7 @@ Specifies the mouse cursor that is displayed while the mouse is positioned over
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olMousePointerAppStarting**|13|The cursor is the arrow and the hourglass, representing that the application is starting.|
| **olMousePointerArrow**|1|The cursor is the standard arrow.|
diff --git a/api/Outlook.OlMultiLine.md b/api/Outlook.OlMultiLine.md
index 07f2a8f4d5c..3774a2ed18f 100644
--- a/api/Outlook.OlMultiLine.md
+++ b/api/Outlook.OlMultiLine.md
@@ -17,7 +17,7 @@ Indicates when multiple lines are displayed in a **[TableView](Outlook.TableVie
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAlwaysMultiLine**|2|Multiple lines are always displayed.|
| **olAlwaysSingleLine**|1|Single lines are always displayed.|
diff --git a/api/Outlook.OlMultiSelect.md b/api/Outlook.OlMultiSelect.md
index 6ec391b60d3..ceb58c6d76d 100644
--- a/api/Outlook.OlMultiSelect.md
+++ b/api/Outlook.OlMultiSelect.md
@@ -17,7 +17,7 @@ Specifies the type of selection that is supported in a list box control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olMultiSelectExtended**|2|Supports **SHIFT** and **CTRL** to select one or more items at a time. Pressing **SHIFT** and clicking the mouse, or pressing **SHIFT** and one of the arrow keys, extends the selection from the previously selected item to the current item. Pressing **CTRL** and clicking the mouse toggles the selection of an item.|
| **olMultiSelectMulti**|1|Supports selection of one or more items at a time. Pressing **SPACEBAR** or clicking the mouse toggles the selection of an item in the list.|
diff --git a/api/Outlook.OlNavigationModuleType.md b/api/Outlook.OlNavigationModuleType.md
index 7ad99f4fc51..fb07f14fefd 100644
--- a/api/Outlook.OlNavigationModuleType.md
+++ b/api/Outlook.OlNavigationModuleType.md
@@ -17,7 +17,7 @@ Identifies the navigation module type of a **[NavigationModule](Outlook.Navigat
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olModuleCalendar**|1|A **[CalendarModule](Outlook.CalendarModule.md)** object that represents the **Calendar** navigation module.|
| **olModuleContacts**|2|A **[ContactsModule](Outlook.ContactsModule.md)** object that represents the **Contacts** navigation module.|
diff --git a/api/Outlook.OlObjectClass.md b/api/Outlook.OlObjectClass.md
index caae6254ab7..038319b2ed5 100644
--- a/api/Outlook.OlObjectClass.md
+++ b/api/Outlook.OlObjectClass.md
@@ -17,7 +17,7 @@ Specifies constants that represent the different Microsoft Outlook object classe
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAccount**|105|An **[Account](Outlook.Account.md)** object.|
| **olAccountRuleCondition**|135|An **[AccountRuleCondition](Outlook.accountRuleCondition.md)** object.|
diff --git a/api/Outlook.OlOutlookBarViewType.md b/api/Outlook.OlOutlookBarViewType.md
index 14a570727cf..3ede310651b 100644
--- a/api/Outlook.OlOutlookBarViewType.md
+++ b/api/Outlook.OlOutlookBarViewType.md
@@ -17,7 +17,7 @@ Specifies the type of view that is displayed by an **[OutlookBarGroup](Outlook.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olLargeIcon**|0|The **Outlook Bar** group displays large icons.|
| **olSmallIcon**|1|The **Outlook Bar** group displays small icons.|
diff --git a/api/Outlook.OlPageType.md b/api/Outlook.OlPageType.md
index 4f44311906d..5649e5776b4 100644
--- a/api/Outlook.OlPageType.md
+++ b/api/Outlook.OlPageType.md
@@ -17,7 +17,7 @@ Specifies the type of page displayed by a control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olPageTypePlanner**|0|The free/busy scheduling grid from a meeting request form.|
| **olPageTypeTracker**|1|The tracking grid from a meeting request that has been sent.|
diff --git a/api/Outlook.OlPane.md b/api/Outlook.OlPane.md
index decd7b780a3..a609df6ff11 100644
--- a/api/Outlook.OlPane.md
+++ b/api/Outlook.OlPane.md
@@ -17,7 +17,7 @@ Specifies the pane (window).
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFolderList**|2|The folder list pane|
| **olNavigationPane**|4|The navigation pane|
diff --git a/api/Outlook.OlPermission.md b/api/Outlook.OlPermission.md
index e279c2f5038..93eb9ea9adf 100644
--- a/api/Outlook.OlPermission.md
+++ b/api/Outlook.OlPermission.md
@@ -17,7 +17,7 @@ Indicates the permission restrictions on an **Item**.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olDoNotForward**|1| **Item** cannot be forwarded.|
| **olPermissionTemplate**|2|Outlook will use an Information Rights Management (IRM) template to determine the access and usage permissions for the item. See **[MailItem.PermissionService](Outlook.MailItem.PermissionService.md)** and **[SharingItem.PermissionService](Outlook.SharingItem.PermissionService.md)** properties.|
diff --git a/api/Outlook.OlPermissionService.md b/api/Outlook.OlPermissionService.md
index fcdea8ce545..348ac27b6a8 100644
--- a/api/Outlook.OlPermissionService.md
+++ b/api/Outlook.OlPermissionService.md
@@ -17,7 +17,7 @@ Specifies the permission service used when sending an Information Rights Managem
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olPassport**|2|Microsoft Passport Network permissions will be used.|
| **olUnknown**|0|Permission service is unknown.|
diff --git a/api/Outlook.OlPictureAlignment.md b/api/Outlook.OlPictureAlignment.md
index 45949193bf7..dade9da36c5 100644
--- a/api/Outlook.OlPictureAlignment.md
+++ b/api/Outlook.OlPictureAlignment.md
@@ -17,7 +17,7 @@ Specifies how an image is aligned with respect to text on a button.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olPictureAlignmentLeft**|0|The image is aligned to the left of the text and vertically centered on the button. |
| **olPictureAlignmentTop**|1|The image is aligned to the right of the text and horizontally centered on the button. |
diff --git a/api/Outlook.OlRecipientSelectors.md b/api/Outlook.OlRecipientSelectors.md
index 629575c6711..a1a34636af4 100644
--- a/api/Outlook.OlRecipientSelectors.md
+++ b/api/Outlook.OlRecipientSelectors.md
@@ -17,7 +17,7 @@ Specifies the edit boxes (for **To**, **Cc**, **Bcc**), if any, to be display
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olShowNone**|0|No edit box will be displayed.|
| **olShowTo**|1|Only an edit box for **To** recipients will be displayed.|
diff --git a/api/Outlook.OlRecurrenceState.md b/api/Outlook.OlRecurrenceState.md
index df6a96249f5..8a92166f2f1 100644
--- a/api/Outlook.OlRecurrenceState.md
+++ b/api/Outlook.OlRecurrenceState.md
@@ -17,7 +17,7 @@ Indicates the recurrence state of an **AppointmentItem** .
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olApptException**|3|The appointment is an exception to a recurrence pattern defined by a master appointment. |
| **olApptMaster**|1|The appointment is a master appointment.|
diff --git a/api/Outlook.OlRecurrenceType.md b/api/Outlook.OlRecurrenceType.md
index 3e4961aedb7..ee2c567e7cd 100644
--- a/api/Outlook.OlRecurrenceType.md
+++ b/api/Outlook.OlRecurrenceType.md
@@ -17,7 +17,7 @@ Specifies the recurrence pattern type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olRecursDaily**|0|Represents a daily recurrence pattern.|
| **olRecursMonthly**|2|Represents a monthly recurrence pattern.|
diff --git a/api/Outlook.OlReferenceType.md b/api/Outlook.OlReferenceType.md
index 30ef4f496f7..372ab98e7f2 100644
--- a/api/Outlook.OlReferenceType.md
+++ b/api/Outlook.OlReferenceType.md
@@ -17,7 +17,7 @@ Indicates the reference type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olStrong**|1|Strong reference|
| **olWeak**|0|Weak reference|
diff --git a/api/Outlook.OlRemoteStatus.md b/api/Outlook.OlRemoteStatus.md
index e8c58af3eb4..cb541bb6df4 100644
--- a/api/Outlook.OlRemoteStatus.md
+++ b/api/Outlook.OlRemoteStatus.md
@@ -17,7 +17,7 @@ Indicates the status of an item after it is received by a remote user.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olMarkedForCopy**|3| **Item** is marked to be copied.|
| **olMarkedForDelete**|4| **Item** is marked for deletion.|
diff --git a/api/Outlook.OlResponseStatus.md b/api/Outlook.OlResponseStatus.md
index 721f7fb2bc1..baba432b2a7 100644
--- a/api/Outlook.OlResponseStatus.md
+++ b/api/Outlook.OlResponseStatus.md
@@ -17,7 +17,7 @@ Indicates the response to a meeting request.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olResponseAccepted**|3|Meeting accepted.|
| **olResponseDeclined**|4|Meeting declined.|
diff --git a/api/Outlook.OlRuleActionType.md b/api/Outlook.OlRuleActionType.md
index 7ec98c6251f..fb5fcd744ab 100644
--- a/api/Outlook.OlRuleActionType.md
+++ b/api/Outlook.OlRuleActionType.md
@@ -17,7 +17,7 @@ Specifies the type of rule action for a rule.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olRuleActionAssignToCategory**|2|Rule action is to assign categories to the message.|
| **olRuleActionCcMessage**|27|Rule action is to cc the message to specified recipients.|
diff --git a/api/Outlook.OlRuleConditionType.md b/api/Outlook.OlRuleConditionType.md
index 3b6e0e1fe00..c7fd288e3d2 100644
--- a/api/Outlook.OlRuleConditionType.md
+++ b/api/Outlook.OlRuleConditionType.md
@@ -17,7 +17,7 @@ Specifies the type of rule condition or exception condition of a rule.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olConditionAccount**|3| **Account** is the account specified in **[AccountRuleCondition.Account](Outlook.AccountRuleCondition.Account.md)** .|
| **olConditionAnyCategory**|29|Message is assigned to any category.|
diff --git a/api/Outlook.OlRuleExecuteOption.md b/api/Outlook.OlRuleExecuteOption.md
index b21fdfa9db3..41cdf9de120 100644
--- a/api/Outlook.OlRuleExecuteOption.md
+++ b/api/Outlook.OlRuleExecuteOption.md
@@ -17,7 +17,7 @@ Specifies the type of messages in the specified folder or folders that a rule sh
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olRuleExecuteAllMessages**|0|Executes a rule against all messages in the specified folder or folders.|
| **olRuleExecuteReadMessages**|1|Executes a rule against messages that have been read in the specified folder or folders.|
diff --git a/api/Outlook.OlRuleType.md b/api/Outlook.OlRuleType.md
index a576c509279..7b7a3755013 100644
--- a/api/Outlook.OlRuleType.md
+++ b/api/Outlook.OlRuleType.md
@@ -17,7 +17,7 @@ Indicates if a rule is applied to messages that are being sent or received.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olRuleReceive**|0|Indicates that the rule is applied to messages that are being received.|
| **olRuleSend**|1|Indicates that the rule is being applied to messages being sent.|
diff --git a/api/Outlook.OlSaveAsType.md b/api/Outlook.OlSaveAsType.md
index 7eb43a85079..a031b669c19 100644
--- a/api/Outlook.OlSaveAsType.md
+++ b/api/Outlook.OlSaveAsType.md
@@ -17,7 +17,7 @@ Specifies the file format.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olDoc**|4|Microsoft Office Word format (.doc)|
| **olHTML**|5|HTML format (.html)|
diff --git a/api/Outlook.OlScrollBars.md b/api/Outlook.OlScrollBars.md
index c51e8ee6ccd..3d83f4634b7 100644
--- a/api/Outlook.OlScrollBars.md
+++ b/api/Outlook.OlScrollBars.md
@@ -17,7 +17,7 @@ Specifies which, if any, scroll bars to display for a control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olScrollBarsBoth**|3|Display both the horizontal and vertical scroll bars as necessary.|
| **olScrollBarsHorizontal**|1|Display a horizontal scroll bar only.|
diff --git a/api/Outlook.OlSearchScope.md b/api/Outlook.OlSearchScope.md
index 9e14b2b7c34..d4ad9697c55 100644
--- a/api/Outlook.OlSearchScope.md
+++ b/api/Outlook.OlSearchScope.md
@@ -17,7 +17,7 @@ Specifies the scope in terms of folders for the search.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olSearchScopeAllFolders**|1|The search scope is across all folders that have the same folder type as the current folder (**[Folder.DefaultItemType](Outlook.Folder.DefaultItemType.md)**), and all stores that have been selected for search.|
| **olSearchScopeAllOutlookItems**|2|The search scope is all Outlook items in all folders in stores that have been selected for search.|
diff --git a/api/Outlook.OlSelectionContents.md b/api/Outlook.OlSelectionContents.md
index fd3806603b0..989f56dcae8 100644
--- a/api/Outlook.OlSelectionContents.md
+++ b/api/Outlook.OlSelectionContents.md
@@ -17,7 +17,7 @@ Specifies the kinds of objects selected in the active explorer.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olConversationHeaders**|1|Conversation header or headers in a selection.|
diff --git a/api/Outlook.OlSelectionLocation.md b/api/Outlook.OlSelectionLocation.md
index 0658f8f0a2e..4688bd9dad2 100644
--- a/api/Outlook.OlSelectionLocation.md
+++ b/api/Outlook.OlSelectionLocation.md
@@ -17,7 +17,7 @@ Specifies the location of a selection in the Microsoft Outlook user interface.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAttachmentWell**|4|The selection is an attachment of an item in the **Reading Pane** or inspector.|
| **olDailyTaskList**|3|The selection is in the daily **Tasks** list in the calendar view.|
diff --git a/api/Outlook.OlSensitivity.md b/api/Outlook.OlSensitivity.md
index 2209ace9e58..10e4fe08d70 100644
--- a/api/Outlook.OlSensitivity.md
+++ b/api/Outlook.OlSensitivity.md
@@ -17,7 +17,7 @@ Represents the sensitivity for the Microsoft Outlook item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olConfidential**|3|Confidential|
| **olNormal**|0|Normal sensitivity|
diff --git a/api/Outlook.OlSharingMsgType.md b/api/Outlook.OlSharingMsgType.md
index b2f893339c1..815d069210c 100644
--- a/api/Outlook.OlSharingMsgType.md
+++ b/api/Outlook.OlSharingMsgType.md
@@ -17,7 +17,7 @@ Indicates the type of sharing message represented by a **[SharingItem](Outlook.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olSharingMsgTypeInvite**|2|Represents a sharing invitation.|
| **olSharingMsgTypeInviteAndRequest**|3|Represents both a sharing invitation and a sharing request.|
diff --git a/api/Outlook.OlSharingProvider.md b/api/Outlook.OlSharingProvider.md
index 0f8726a77a0..094ba7cecfe 100644
--- a/api/Outlook.OlSharingProvider.md
+++ b/api/Outlook.OlSharingProvider.md
@@ -17,7 +17,7 @@ Indicates the sharing provider associated with a **[SharingItem](Outlook.Sharin
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olProviderExchange**|1|Represents the Exchange sharing provider.|
| **olProviderFederate**|7|Represents a federated sharing provider. A **SharingItem** object with this type of provider is used for sharing relationships across organizational boundares (for example, between two organizations using Microsoft Exchange Server 2010).|
diff --git a/api/Outlook.OlShiftState.md b/api/Outlook.OlShiftState.md
index dbfbc909614..539106f5fa6 100644
--- a/api/Outlook.OlShiftState.md
+++ b/api/Outlook.OlShiftState.md
@@ -17,7 +17,7 @@ Represents a bitmask to indicate which modifier key is pressed during a keyboard
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olShiftStateShiftMask**|1|Indicates that the SHIFT key is pressed during the event.|
| **olShiftStateCtrlMask**|2|Indicates that the CTRL key is pressed during the event.|
diff --git a/api/Outlook.OlShowItemCount.md b/api/Outlook.OlShowItemCount.md
index f5024bdafa1..ed4056d2ea4 100644
--- a/api/Outlook.OlShowItemCount.md
+++ b/api/Outlook.OlShowItemCount.md
@@ -17,7 +17,7 @@ Indicates which type of Microsoft Outlook item count is displayed for folders in
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olNoItemCount**|0|No item count displayed.|
| **olShowTotalItemCount**|2|Shows count of total number of items.|
diff --git a/api/Outlook.OlSolutionScope.md b/api/Outlook.OlSolutionScope.md
index a3b0f908d8d..591c18662aa 100644
--- a/api/Outlook.OlSolutionScope.md
+++ b/api/Outlook.OlSolutionScope.md
@@ -17,7 +17,7 @@ Specifies whether the solution root and its subfolders are shown in their defaul
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olHideInDefaultModules**|0|The solution root and its subfolders are displayed in the **Solutions** module and the **Folder List**.|
| **olShowInDefaultModules**|1|The solution root and its subfolders are displayed in the **Solutions** module and the **Folder List**, as well as in their respective default modules.|
diff --git a/api/Outlook.OlSortOrder.md b/api/Outlook.OlSortOrder.md
index 25a22f4eef6..385e1930ed6 100644
--- a/api/Outlook.OlSortOrder.md
+++ b/api/Outlook.OlSortOrder.md
@@ -17,7 +17,7 @@ Indicates the sort order.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olAscending**|1|Ascending order|
| **olDescending**|2|Descending order|
diff --git a/api/Outlook.OlSpecialFolders.md b/api/Outlook.OlSpecialFolders.md
index caaea7f0750..fe32e3cc4ae 100644
--- a/api/Outlook.OlSpecialFolders.md
+++ b/api/Outlook.OlSpecialFolders.md
@@ -17,7 +17,7 @@ Specifies the types of special folders in a store.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olSpecialFolderAllTasks**|0|Specifies the **All Tasks** search folder for a store.|
| **olSpecialFolderReminders**|1|Specifies the **Reminders** search folder for a store.|
diff --git a/api/Outlook.OlStorageIdentifierType.md b/api/Outlook.OlStorageIdentifierType.md
index 957fb061f37..d2ff53322f8 100644
--- a/api/Outlook.OlStorageIdentifierType.md
+++ b/api/Outlook.OlStorageIdentifierType.md
@@ -17,7 +17,7 @@ Specifies the type of identifier for a **[StorageItem](Outlook.StorageItem.md)*
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olIdentifyByEntryID**|1|Identifies a **StorageItem** by **[EntryID](Outlook.StorageItem.EntryID.md)** .|
| **olIdentifyByMessageClass**|2|Identifies a **StorageItem** by message class.|
diff --git a/api/Outlook.OlStoreType.md b/api/Outlook.OlStoreType.md
index e44c1f5ccfe..07a668484bb 100644
--- a/api/Outlook.OlStoreType.md
+++ b/api/Outlook.OlStoreType.md
@@ -17,7 +17,7 @@ Indicates the format in which the data file should be created.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olStoreANSI**|3|ANSI format personal folders file (.pst) compatible with all previous versions of Microsoft Outlook format.|
| **olStoreDefault**|1|Default format compatible with the mailbox mode in which Outlook runs on the Microsoft Exchange Server.|
diff --git a/api/Outlook.OlSyncState.md b/api/Outlook.OlSyncState.md
index 7293b309ff4..c66bc5919ef 100644
--- a/api/Outlook.OlSyncState.md
+++ b/api/Outlook.OlSyncState.md
@@ -17,7 +17,7 @@ Indicates the synchronization state.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olSyncStarted**|1|Synchronization started|
| **olSyncStopped**|0|Synchronization stopped|
diff --git a/api/Outlook.OlTableContents.md b/api/Outlook.OlTableContents.md
index 72e63cc0333..8e06117c48b 100644
--- a/api/Outlook.OlTableContents.md
+++ b/api/Outlook.OlTableContents.md
@@ -17,7 +17,7 @@ Specifies the type of items in a folder.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olHiddenItems**|1|Only the hidden items in the folder.|
| **olUserItems**|0|Only the non-hidden user items in the folder.|
diff --git a/api/Outlook.OlTaskDelegationState.md b/api/Outlook.OlTaskDelegationState.md
index 7e4bd34a90a..5c5303583d8 100644
--- a/api/Outlook.OlTaskDelegationState.md
+++ b/api/Outlook.OlTaskDelegationState.md
@@ -17,7 +17,7 @@ Indicates the delegation state of a task.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olTaskDelegationAccepted**|2|The delegate accepted the task.|
| **olTaskDelegationDeclined**|3|The delegate declined the task.|
diff --git a/api/Outlook.OlTaskOwnership.md b/api/Outlook.OlTaskOwnership.md
index 62b43420b7f..ec298d71a0e 100644
--- a/api/Outlook.OlTaskOwnership.md
+++ b/api/Outlook.OlTaskOwnership.md
@@ -17,7 +17,7 @@ Indicates the ownership state of the task.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olDelegatedTask**|1|Task has been delegated to another user.|
| **olNewTask**|0|Task has not yet been assigned to a user.|
diff --git a/api/Outlook.OlTaskRecipientType.md b/api/Outlook.OlTaskRecipientType.md
index 3e1b94086c4..c010ab657a1 100644
--- a/api/Outlook.OlTaskRecipientType.md
+++ b/api/Outlook.OlTaskRecipientType.md
@@ -17,7 +17,7 @@ Indicates the task recipient type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFinalStatus**|3|Indicates that the recipient will receive completion reports for the task.|
| **olUpdate**|2|Indicates that the recipient will receive status updates for the task.|
diff --git a/api/Outlook.OlTaskResponse.md b/api/Outlook.OlTaskResponse.md
index 93262d6f9be..0596c165470 100644
--- a/api/Outlook.OlTaskResponse.md
+++ b/api/Outlook.OlTaskResponse.md
@@ -17,7 +17,7 @@ Indicates the response to a task request.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olTaskAccept**|2|Task accepted.|
| **olTaskAssign**|1|Task reassigned.|
diff --git a/api/Outlook.OlTaskStatus.md b/api/Outlook.OlTaskStatus.md
index 7fa72256b4c..b98f891ccdc 100644
--- a/api/Outlook.OlTaskStatus.md
+++ b/api/Outlook.OlTaskStatus.md
@@ -17,7 +17,7 @@ Indicates the task status.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olTaskComplete**|2|The task is complete.|
| **olTaskDeferred**|4|The task is deferred.|
diff --git a/api/Outlook.OlTextAlign.md b/api/Outlook.OlTextAlign.md
index ac8719ffeed..05623d8b326 100644
--- a/api/Outlook.OlTextAlign.md
+++ b/api/Outlook.OlTextAlign.md
@@ -17,7 +17,7 @@ Specifies the alignment of text in a control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olTextAlignCenter**|2|Text rendered in the control will be aligned to the center of the control.|
| **olTextAlignLeft**|1|Text rendered in the control will be aligned to the left edge of the control.|
diff --git a/api/Outlook.OlTimeStyle.md b/api/Outlook.OlTimeStyle.md
index eea8ea9dc91..fbc066ee8f8 100644
--- a/api/Outlook.OlTimeStyle.md
+++ b/api/Outlook.OlTimeStyle.md
@@ -17,7 +17,7 @@ Specifies how time values are displayed and how entries of time values are inter
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olTimeStyleShortDuration**|4|The drop-down portion of the time control displays only duration values with the interval set by the **[OlkTimeControl.IntervalTime](Outlook.OlkTimeControl.IntervalTime.md)** property.|
| **olTimeStyleTimeDuration**|1|The drop-down portion of the time control displays time values starting from the **[ReferenceTime](Outlook.OlkTimeControl.ReferenceTime.md)** and uses the **OlkTimeControl.IntervalTime** property as the increment. The edit box of the time control displays the duration from the **ReferenceTime** to the selected time.|
diff --git a/api/Outlook.OlTimelineViewMode.md b/api/Outlook.OlTimelineViewMode.md
index 904cd3ea42e..d28de155f4b 100644
--- a/api/Outlook.OlTimelineViewMode.md
+++ b/api/Outlook.OlTimelineViewMode.md
@@ -17,7 +17,7 @@ Indicates the view mode when using a **[TimelineView](Outlook.TimelineView.md)*
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olTimelineViewDay**|0|Displays a timeline in which the upper scale represents days and the lower scale represents hours. |
| **olTimelineViewMonth**|2|Displays a timeline in which the upper scale represents months and the lower scale represents days.|
diff --git a/api/Outlook.OlTrackingStatus.md b/api/Outlook.OlTrackingStatus.md
index 0d40d928958..78e9db67815 100644
--- a/api/Outlook.OlTrackingStatus.md
+++ b/api/Outlook.OlTrackingStatus.md
@@ -17,7 +17,7 @@ Indicates the most recent tracking status change for the recipient.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olTrackingDelivered**|1|The item has been delivered to the recipient.|
| **olTrackingNone**|0|No tracking information is available for the recipient.|
diff --git a/api/Outlook.OlUserPropertyType.md b/api/Outlook.OlUserPropertyType.md
index f604990261c..e9e92e301f5 100644
--- a/api/Outlook.OlUserPropertyType.md
+++ b/api/Outlook.OlUserPropertyType.md
@@ -17,7 +17,7 @@ Indicates the user property type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olCombination**|19|The property type is a combination of other types. It corresponds to the MAPI type **PT_STRING8**.|
| **olCurrency**|14|Represents a **Currency** property type. It corresponds to the MAPI type **PT_CURRENCY**.|
diff --git a/api/Outlook.OlVerticalLayout.md b/api/Outlook.OlVerticalLayout.md
index a2152c5f569..4d67f18d51f 100644
--- a/api/Outlook.OlVerticalLayout.md
+++ b/api/Outlook.OlVerticalLayout.md
@@ -17,7 +17,7 @@ Specifies the alignment of controls in the vertical direction.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olVerticalLayoutAlignBottom**|2|Align controls vertically by the bottom edge of each control.|
| **olVerticalLayoutAlignGrow**|3|Resize control vertically with the form.|
diff --git a/api/Outlook.OlViewSaveOption.md b/api/Outlook.OlViewSaveOption.md
index abde469c908..de296ac5d1b 100644
--- a/api/Outlook.OlViewSaveOption.md
+++ b/api/Outlook.OlViewSaveOption.md
@@ -17,7 +17,7 @@ Specifies the folders in which the view is available and the read permissions at
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olViewSaveOptionAllFoldersOfType**|2|Indicates that the view is available in all folders of the same type.|
| **olViewSaveOptionThisFolderEveryone**|0|Indicates that the view is only available in the current folder and is available to all users.|
diff --git a/api/Outlook.OlViewType.md b/api/Outlook.OlViewType.md
index 41bde6f2027..76bf222a636 100644
--- a/api/Outlook.OlViewType.md
+++ b/api/Outlook.OlViewType.md
@@ -17,7 +17,7 @@ Indicates the view object type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olBusinessCardView**|5|Represents a **[BusinessCardView](Outlook.businessCardView.md)** object.|
| **olCalendarView**|2|Represents a **[CalendarView](Outlook.CalendarView.md)** object.|
diff --git a/api/Outlook.OlWindowState.md b/api/Outlook.OlWindowState.md
index 1f8543b4031..24509f38bdb 100644
--- a/api/Outlook.OlWindowState.md
+++ b/api/Outlook.OlWindowState.md
@@ -17,7 +17,7 @@ Indicates the window state.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olMaximized**|0|The window is maximized.|
| **olMinimized**|1|The window is minimized.|
diff --git a/api/Outlook.OlkBusinessCardControl.MouseDown.md b/api/Outlook.OlkBusinessCardControl.MouseDown.md
index 4cb05550dc0..a2e3734c6aa 100644
--- a/api/Outlook.OlkBusinessCardControl.MouseDown.md
+++ b/api/Outlook.OlkBusinessCardControl.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkBusinessCardControl.MouseMove.md b/api/Outlook.OlkBusinessCardControl.MouseMove.md
index b0fa6cdc058..1bca68068a4 100644
--- a/api/Outlook.OlkBusinessCardControl.MouseMove.md
+++ b/api/Outlook.OlkBusinessCardControl.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkBusinessCardControl.MouseUp.md b/api/Outlook.OlkBusinessCardControl.MouseUp.md
index 727789b71e3..936368766b0 100644
--- a/api/Outlook.OlkBusinessCardControl.MouseUp.md
+++ b/api/Outlook.OlkBusinessCardControl.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCategory.Exit.md b/api/Outlook.OlkCategory.Exit.md
index 467acca3879..dfc3564afcc 100644
--- a/api/Outlook.OlkCategory.Exit.md
+++ b/api/Outlook.OlkCategory.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkCategory.KeyDown.md b/api/Outlook.OlkCategory.KeyDown.md
index cc398291e98..bf41afefd89 100644
--- a/api/Outlook.OlkCategory.KeyDown.md
+++ b/api/Outlook.OlkCategory.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCategory.KeyPress.md b/api/Outlook.OlkCategory.KeyPress.md
index 5caed13e2c2..bc414e179ad 100644
--- a/api/Outlook.OlkCategory.KeyPress.md
+++ b/api/Outlook.OlkCategory.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkCategory.KeyUp.md b/api/Outlook.OlkCategory.KeyUp.md
index dee1475f27c..9e0f2645d13 100644
--- a/api/Outlook.OlkCategory.KeyUp.md
+++ b/api/Outlook.OlkCategory.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCategory.MouseDown.md b/api/Outlook.OlkCategory.MouseDown.md
index 21e97ade214..cc247f85310 100644
--- a/api/Outlook.OlkCategory.MouseDown.md
+++ b/api/Outlook.OlkCategory.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCategory.MouseMove.md b/api/Outlook.OlkCategory.MouseMove.md
index 4e83ef7141d..66547e105b4 100644
--- a/api/Outlook.OlkCategory.MouseMove.md
+++ b/api/Outlook.OlkCategory.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCategory.MouseUp.md b/api/Outlook.OlkCategory.MouseUp.md
index f8f081a0494..02741489c51 100644
--- a/api/Outlook.OlkCategory.MouseUp.md
+++ b/api/Outlook.OlkCategory.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCheckBox.Exit.md b/api/Outlook.OlkCheckBox.Exit.md
index 97dd486cef7..096a389672e 100644
--- a/api/Outlook.OlkCheckBox.Exit.md
+++ b/api/Outlook.OlkCheckBox.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkCheckBox.KeyDown.md b/api/Outlook.OlkCheckBox.KeyDown.md
index 2f030263050..334f462fcac 100644
--- a/api/Outlook.OlkCheckBox.KeyDown.md
+++ b/api/Outlook.OlkCheckBox.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCheckBox.KeyPress.md b/api/Outlook.OlkCheckBox.KeyPress.md
index bd810ad824e..82449c91270 100644
--- a/api/Outlook.OlkCheckBox.KeyPress.md
+++ b/api/Outlook.OlkCheckBox.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkCheckBox.KeyUp.md b/api/Outlook.OlkCheckBox.KeyUp.md
index 8850b2e318c..0060c5c5829 100644
--- a/api/Outlook.OlkCheckBox.KeyUp.md
+++ b/api/Outlook.OlkCheckBox.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCheckBox.MouseDown.md b/api/Outlook.OlkCheckBox.MouseDown.md
index b06aeeb0667..026b9a55dbb 100644
--- a/api/Outlook.OlkCheckBox.MouseDown.md
+++ b/api/Outlook.OlkCheckBox.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCheckBox.MouseMove.md b/api/Outlook.OlkCheckBox.MouseMove.md
index 4183bef5937..73106684040 100644
--- a/api/Outlook.OlkCheckBox.MouseMove.md
+++ b/api/Outlook.OlkCheckBox.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCheckBox.MouseUp.md b/api/Outlook.OlkCheckBox.MouseUp.md
index 317e9df925a..1bd84265fd4 100644
--- a/api/Outlook.OlkCheckBox.MouseUp.md
+++ b/api/Outlook.OlkCheckBox.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkComboBox.AddItem.md b/api/Outlook.OlkComboBox.AddItem.md
index 6f5fc96f32a..73521c625af 100644
--- a/api/Outlook.OlkComboBox.AddItem.md
+++ b/api/Outlook.OlkComboBox.AddItem.md
@@ -27,7 +27,7 @@ Adds an item to the list, optionally specifying an index for the new item to app
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ItemText_|Required| **String**|Value to be added to the list in the combo box.|
| _Index_|Optional| **Long**|A 0-based value that specifies the order of the new item in the list.|
diff --git a/api/Outlook.OlkComboBox.BeforeUpdate.md b/api/Outlook.OlkComboBox.BeforeUpdate.md
index 12d8d065420..baf2e6226e5 100644
--- a/api/Outlook.OlkComboBox.BeforeUpdate.md
+++ b/api/Outlook.OlkComboBox.BeforeUpdate.md
@@ -27,7 +27,7 @@ Occurs when the data in the control is changed through the user interface and is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation will not be completed and the property bound to the control will not be updated.|
diff --git a/api/Outlook.OlkComboBox.Exit.md b/api/Outlook.OlkComboBox.Exit.md
index 2fea2c95154..cfb5dcfb960 100644
--- a/api/Outlook.OlkComboBox.Exit.md
+++ b/api/Outlook.OlkComboBox.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkComboBox.GetItem.md b/api/Outlook.OlkComboBox.GetItem.md
index 80e7658dd98..ec70405f32d 100644
--- a/api/Outlook.OlkComboBox.GetItem.md
+++ b/api/Outlook.OlkComboBox.GetItem.md
@@ -27,11 +27,11 @@ Obtains a **String** that represents an item at the specified location in the l
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A zero-based value that specifies the location of an item in the list.|
-### Return Value
+### Return value
A **String** value that represents the item at the specified location in the list.
diff --git a/api/Outlook.OlkComboBox.KeyDown.md b/api/Outlook.OlkComboBox.KeyDown.md
index 27bd80277e1..101a615fdfa 100644
--- a/api/Outlook.OlkComboBox.KeyDown.md
+++ b/api/Outlook.OlkComboBox.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkComboBox.KeyPress.md b/api/Outlook.OlkComboBox.KeyPress.md
index 75906ef2b34..29bbfdb79bb 100644
--- a/api/Outlook.OlkComboBox.KeyPress.md
+++ b/api/Outlook.OlkComboBox.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkComboBox.KeyUp.md b/api/Outlook.OlkComboBox.KeyUp.md
index 9a033378497..4cc0e1b121c 100644
--- a/api/Outlook.OlkComboBox.KeyUp.md
+++ b/api/Outlook.OlkComboBox.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkComboBox.MouseDown.md b/api/Outlook.OlkComboBox.MouseDown.md
index f804d45d82e..22424a27016 100644
--- a/api/Outlook.OlkComboBox.MouseDown.md
+++ b/api/Outlook.OlkComboBox.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkComboBox.MouseMove.md b/api/Outlook.OlkComboBox.MouseMove.md
index fc309501691..0142166467b 100644
--- a/api/Outlook.OlkComboBox.MouseMove.md
+++ b/api/Outlook.OlkComboBox.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkComboBox.MouseUp.md b/api/Outlook.OlkComboBox.MouseUp.md
index 0f7c2d70e81..f84ce55ff06 100644
--- a/api/Outlook.OlkComboBox.MouseUp.md
+++ b/api/Outlook.OlkComboBox.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkComboBox.RemoveItem.md b/api/Outlook.OlkComboBox.RemoveItem.md
index 9d7e3b68109..fbecbfc1f86 100644
--- a/api/Outlook.OlkComboBox.RemoveItem.md
+++ b/api/Outlook.OlkComboBox.RemoveItem.md
@@ -27,7 +27,7 @@ Removes the specified item from the list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A zero-based value indexing into the array of items in the list.|
diff --git a/api/Outlook.OlkComboBox.SetItem.md b/api/Outlook.OlkComboBox.SetItem.md
index e3018a85644..5b96f09bbc8 100644
--- a/api/Outlook.OlkComboBox.SetItem.md
+++ b/api/Outlook.OlkComboBox.SetItem.md
@@ -27,7 +27,7 @@ Sets the item at the specified location in the list of the combo box to the spec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A zero-based value that specifies the location of an item in the list.|
| _Item_|Required| **String**|The value to be used to update the list at the specified location.|
diff --git a/api/Outlook.OlkCommandButton.BeforeUpdate.md b/api/Outlook.OlkCommandButton.BeforeUpdate.md
index 95be0c4d2ba..2a429c04c17 100644
--- a/api/Outlook.OlkCommandButton.BeforeUpdate.md
+++ b/api/Outlook.OlkCommandButton.BeforeUpdate.md
@@ -27,7 +27,7 @@ Occurs when the data in the control is changed through the user interface and is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation will not be completed and the property bound to the control will not be updated.|
diff --git a/api/Outlook.OlkCommandButton.Exit.md b/api/Outlook.OlkCommandButton.Exit.md
index 3f27dab2581..86f9cd53a33 100644
--- a/api/Outlook.OlkCommandButton.Exit.md
+++ b/api/Outlook.OlkCommandButton.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkCommandButton.KeyDown.md b/api/Outlook.OlkCommandButton.KeyDown.md
index 3a7a8cc3101..88a850f613f 100644
--- a/api/Outlook.OlkCommandButton.KeyDown.md
+++ b/api/Outlook.OlkCommandButton.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCommandButton.KeyPress.md b/api/Outlook.OlkCommandButton.KeyPress.md
index 2c38431b51c..2f12a70a35e 100644
--- a/api/Outlook.OlkCommandButton.KeyPress.md
+++ b/api/Outlook.OlkCommandButton.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkCommandButton.KeyUp.md b/api/Outlook.OlkCommandButton.KeyUp.md
index be1ebc6447a..bc92e2439f1 100644
--- a/api/Outlook.OlkCommandButton.KeyUp.md
+++ b/api/Outlook.OlkCommandButton.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCommandButton.MouseDown.md b/api/Outlook.OlkCommandButton.MouseDown.md
index b77984b8487..214b6dce39f 100644
--- a/api/Outlook.OlkCommandButton.MouseDown.md
+++ b/api/Outlook.OlkCommandButton.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCommandButton.MouseMove.md b/api/Outlook.OlkCommandButton.MouseMove.md
index 6095d4adf81..ce27709784b 100644
--- a/api/Outlook.OlkCommandButton.MouseMove.md
+++ b/api/Outlook.OlkCommandButton.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkCommandButton.MouseUp.md b/api/Outlook.OlkCommandButton.MouseUp.md
index c102f44d136..a26005d4066 100644
--- a/api/Outlook.OlkCommandButton.MouseUp.md
+++ b/api/Outlook.OlkCommandButton.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkContactPhoto.Exit.md b/api/Outlook.OlkContactPhoto.Exit.md
index 3d58ae9da0a..ff6d14c5373 100644
--- a/api/Outlook.OlkContactPhoto.Exit.md
+++ b/api/Outlook.OlkContactPhoto.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkContactPhoto.KeyDown.md b/api/Outlook.OlkContactPhoto.KeyDown.md
index 3778b08ac79..3d747afd06b 100644
--- a/api/Outlook.OlkContactPhoto.KeyDown.md
+++ b/api/Outlook.OlkContactPhoto.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkContactPhoto.KeyPress.md b/api/Outlook.OlkContactPhoto.KeyPress.md
index 0f0bb03374b..90382466d44 100644
--- a/api/Outlook.OlkContactPhoto.KeyPress.md
+++ b/api/Outlook.OlkContactPhoto.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkContactPhoto.KeyUp.md b/api/Outlook.OlkContactPhoto.KeyUp.md
index 0b65095a165..eb969d73d4d 100644
--- a/api/Outlook.OlkContactPhoto.KeyUp.md
+++ b/api/Outlook.OlkContactPhoto.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkContactPhoto.MouseDown.md b/api/Outlook.OlkContactPhoto.MouseDown.md
index cae760ffe64..f0873b168e7 100644
--- a/api/Outlook.OlkContactPhoto.MouseDown.md
+++ b/api/Outlook.OlkContactPhoto.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkContactPhoto.MouseMove.md b/api/Outlook.OlkContactPhoto.MouseMove.md
index bd1b0743a9e..dbcdbe2fded 100644
--- a/api/Outlook.OlkContactPhoto.MouseMove.md
+++ b/api/Outlook.OlkContactPhoto.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkContactPhoto.MouseUp.md b/api/Outlook.OlkContactPhoto.MouseUp.md
index 0b3fe9c80af..1abb214d706 100644
--- a/api/Outlook.OlkContactPhoto.MouseUp.md
+++ b/api/Outlook.OlkContactPhoto.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkDateControl.BeforeUpdate.md b/api/Outlook.OlkDateControl.BeforeUpdate.md
index ef72eb06163..49f1560ce1b 100644
--- a/api/Outlook.OlkDateControl.BeforeUpdate.md
+++ b/api/Outlook.OlkDateControl.BeforeUpdate.md
@@ -27,7 +27,7 @@ Occurs when the data in the control is changed through the user interface and is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation will not be completed and the property bound to the control will not be updated.|
diff --git a/api/Outlook.OlkDateControl.Exit.md b/api/Outlook.OlkDateControl.Exit.md
index 5dab2ba9285..895e4569a10 100644
--- a/api/Outlook.OlkDateControl.Exit.md
+++ b/api/Outlook.OlkDateControl.Exit.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents an **OlkDateControl** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|_Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkDateControl.KeyDown.md b/api/Outlook.OlkDateControl.KeyDown.md
index 16169a439ce..e3fbde03318 100644
--- a/api/Outlook.OlkDateControl.KeyDown.md
+++ b/api/Outlook.OlkDateControl.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkDateControl.KeyPress.md b/api/Outlook.OlkDateControl.KeyPress.md
index 5560d6e2f41..77c3b865b76 100644
--- a/api/Outlook.OlkDateControl.KeyPress.md
+++ b/api/Outlook.OlkDateControl.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkDateControl.KeyUp.md b/api/Outlook.OlkDateControl.KeyUp.md
index 3bc9907e046..c1345a0c2b2 100644
--- a/api/Outlook.OlkDateControl.KeyUp.md
+++ b/api/Outlook.OlkDateControl.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkDateControl.MouseDown.md b/api/Outlook.OlkDateControl.MouseDown.md
index 57472369aa5..77434ef6971 100644
--- a/api/Outlook.OlkDateControl.MouseDown.md
+++ b/api/Outlook.OlkDateControl.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkDateControl.MouseMove.md b/api/Outlook.OlkDateControl.MouseMove.md
index a47e1100628..043344e6134 100644
--- a/api/Outlook.OlkDateControl.MouseMove.md
+++ b/api/Outlook.OlkDateControl.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkDateControl.MouseUp.md b/api/Outlook.OlkDateControl.MouseUp.md
index c5a002c9aae..4ed79f58365 100644
--- a/api/Outlook.OlkDateControl.MouseUp.md
+++ b/api/Outlook.OlkDateControl.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkInfoBar.MouseDown.md b/api/Outlook.OlkInfoBar.MouseDown.md
index c84cdef731f..c821fc91ad4 100644
--- a/api/Outlook.OlkInfoBar.MouseDown.md
+++ b/api/Outlook.OlkInfoBar.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkInfoBar.MouseMove.md b/api/Outlook.OlkInfoBar.MouseMove.md
index 190d73b2ed0..2aed32609ce 100644
--- a/api/Outlook.OlkInfoBar.MouseMove.md
+++ b/api/Outlook.OlkInfoBar.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkInfoBar.MouseUp.md b/api/Outlook.OlkInfoBar.MouseUp.md
index def55ad7f9f..44d027db437 100644
--- a/api/Outlook.OlkInfoBar.MouseUp.md
+++ b/api/Outlook.OlkInfoBar.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkLabel.MouseDown.md b/api/Outlook.OlkLabel.MouseDown.md
index 0d98aba6474..2c187137106 100644
--- a/api/Outlook.OlkLabel.MouseDown.md
+++ b/api/Outlook.OlkLabel.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkLabel.MouseMove.md b/api/Outlook.OlkLabel.MouseMove.md
index e1b208cd693..1da04439ceb 100644
--- a/api/Outlook.OlkLabel.MouseMove.md
+++ b/api/Outlook.OlkLabel.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkLabel.MouseUp.md b/api/Outlook.OlkLabel.MouseUp.md
index 9a6345f9bd7..0e823f50c50 100644
--- a/api/Outlook.OlkLabel.MouseUp.md
+++ b/api/Outlook.OlkLabel.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkListBox.AddItem.md b/api/Outlook.OlkListBox.AddItem.md
index f02f0a13299..5e884d6c69b 100644
--- a/api/Outlook.OlkListBox.AddItem.md
+++ b/api/Outlook.OlkListBox.AddItem.md
@@ -27,7 +27,7 @@ Adds an item to the list, optionally specifying an index for the new item to app
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ItemText_|Required| **String**|Value to be added to the list in the list box control.|
| _Index_|Optional| **Long**|A 0-based value that specifies the order of the new item in the list.|
diff --git a/api/Outlook.OlkListBox.BeforeUpdate.md b/api/Outlook.OlkListBox.BeforeUpdate.md
index d1b3d51caf9..f239f9a5244 100644
--- a/api/Outlook.OlkListBox.BeforeUpdate.md
+++ b/api/Outlook.OlkListBox.BeforeUpdate.md
@@ -27,7 +27,7 @@ Occurs when the data in the control is changed through the user interface and is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation will not be completed and the property bound to the control will not be updated.|
diff --git a/api/Outlook.OlkListBox.Exit.md b/api/Outlook.OlkListBox.Exit.md
index fb1fc1516b9..b23fb0e235b 100644
--- a/api/Outlook.OlkListBox.Exit.md
+++ b/api/Outlook.OlkListBox.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkListBox.GetItem.md b/api/Outlook.OlkListBox.GetItem.md
index 325bd7760c9..f42d90cf5c6 100644
--- a/api/Outlook.OlkListBox.GetItem.md
+++ b/api/Outlook.OlkListBox.GetItem.md
@@ -27,11 +27,11 @@ Obtains a **String** that represents an item at the specified location in the l
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A zero-based value that specifies the location of an item in the list.|
-### Return Value
+### Return value
A **String** value that represents the item at the specified location in the list.
diff --git a/api/Outlook.OlkListBox.GetSelected.md b/api/Outlook.OlkListBox.GetSelected.md
index ef3d30f7fb3..1e354e1b8d9 100644
--- a/api/Outlook.OlkListBox.GetSelected.md
+++ b/api/Outlook.OlkListBox.GetSelected.md
@@ -27,11 +27,11 @@ Returns a **Boolean** that indicates if the indexed item is currently selected.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A zero-based value that specifies the location of an item in the list.|
-### Return Value
+### Return value
A **Boolean** value that is **True** if the specified item is currently selected, **False** otherwise.
diff --git a/api/Outlook.OlkListBox.KeyDown.md b/api/Outlook.OlkListBox.KeyDown.md
index 6ae2c2295c2..34b719285fc 100644
--- a/api/Outlook.OlkListBox.KeyDown.md
+++ b/api/Outlook.OlkListBox.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkListBox.KeyPress.md b/api/Outlook.OlkListBox.KeyPress.md
index 61d3a46a2d5..a0cd218c600 100644
--- a/api/Outlook.OlkListBox.KeyPress.md
+++ b/api/Outlook.OlkListBox.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkListBox.KeyUp.md b/api/Outlook.OlkListBox.KeyUp.md
index 1ad86a67009..12d5e9e1146 100644
--- a/api/Outlook.OlkListBox.KeyUp.md
+++ b/api/Outlook.OlkListBox.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkListBox.MouseDown.md b/api/Outlook.OlkListBox.MouseDown.md
index 7622f668b24..0b3fde5b3cf 100644
--- a/api/Outlook.OlkListBox.MouseDown.md
+++ b/api/Outlook.OlkListBox.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkListBox.MouseMove.md b/api/Outlook.OlkListBox.MouseMove.md
index ee5b014f4b2..6a9e0a5989b 100644
--- a/api/Outlook.OlkListBox.MouseMove.md
+++ b/api/Outlook.OlkListBox.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkListBox.MouseUp.md b/api/Outlook.OlkListBox.MouseUp.md
index 4c461ca13b4..d453b370027 100644
--- a/api/Outlook.OlkListBox.MouseUp.md
+++ b/api/Outlook.OlkListBox.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkListBox.RemoveItem.md b/api/Outlook.OlkListBox.RemoveItem.md
index b7999e72b05..2a7f5a12371 100644
--- a/api/Outlook.OlkListBox.RemoveItem.md
+++ b/api/Outlook.OlkListBox.RemoveItem.md
@@ -27,7 +27,7 @@ Removes the specified item from the list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A zero-based value indexing into the array of items in the list.|
diff --git a/api/Outlook.OlkListBox.SetItem.md b/api/Outlook.OlkListBox.SetItem.md
index acc2507339b..96ed85d551c 100644
--- a/api/Outlook.OlkListBox.SetItem.md
+++ b/api/Outlook.OlkListBox.SetItem.md
@@ -27,7 +27,7 @@ Sets the item at the specified location in the list to the specified value.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A zero-based value that specifies the location of an item in the list.|
| _Item_|Required| **String**|The value to be used to update the list at the specified location.|
diff --git a/api/Outlook.OlkListBox.SetSelected.md b/api/Outlook.OlkListBox.SetSelected.md
index 7102905465c..a18e2beacb6 100644
--- a/api/Outlook.OlkListBox.SetSelected.md
+++ b/api/Outlook.OlkListBox.SetSelected.md
@@ -27,7 +27,7 @@ Sets the selected state of an item at the specified location in the list to the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A zero-based value that specifies the location of an item in the list.|
| _Selected_|Required| **Boolean**| **True** to indicate that the item should be selected, **False** to indicate that the item should not be selected.|
diff --git a/api/Outlook.OlkOptionButton.BeforeUpdate.md b/api/Outlook.OlkOptionButton.BeforeUpdate.md
index 96dd3626001..839325703db 100644
--- a/api/Outlook.OlkOptionButton.BeforeUpdate.md
+++ b/api/Outlook.OlkOptionButton.BeforeUpdate.md
@@ -27,7 +27,7 @@ Occurs when the data in the control is changed through the user interface and is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation will not be completed and the property bound to the control will not be updated.|
diff --git a/api/Outlook.OlkOptionButton.Exit.md b/api/Outlook.OlkOptionButton.Exit.md
index 3e6b033f82e..3d8308a2c64 100644
--- a/api/Outlook.OlkOptionButton.Exit.md
+++ b/api/Outlook.OlkOptionButton.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkOptionButton.KeyDown.md b/api/Outlook.OlkOptionButton.KeyDown.md
index 486aa94de16..d6ef74f3ff9 100644
--- a/api/Outlook.OlkOptionButton.KeyDown.md
+++ b/api/Outlook.OlkOptionButton.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkOptionButton.KeyPress.md b/api/Outlook.OlkOptionButton.KeyPress.md
index 0f8f80d88d3..c77d27f9653 100644
--- a/api/Outlook.OlkOptionButton.KeyPress.md
+++ b/api/Outlook.OlkOptionButton.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkOptionButton.KeyUp.md b/api/Outlook.OlkOptionButton.KeyUp.md
index 53dd09628a9..a09f993d10f 100644
--- a/api/Outlook.OlkOptionButton.KeyUp.md
+++ b/api/Outlook.OlkOptionButton.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkOptionButton.MouseDown.md b/api/Outlook.OlkOptionButton.MouseDown.md
index 170ef198057..70aee8557b0 100644
--- a/api/Outlook.OlkOptionButton.MouseDown.md
+++ b/api/Outlook.OlkOptionButton.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkOptionButton.MouseMove.md b/api/Outlook.OlkOptionButton.MouseMove.md
index dc6dfa9b862..fe7cca0a737 100644
--- a/api/Outlook.OlkOptionButton.MouseMove.md
+++ b/api/Outlook.OlkOptionButton.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkOptionButton.MouseUp.md b/api/Outlook.OlkOptionButton.MouseUp.md
index f3958dffada..0014e02d5e2 100644
--- a/api/Outlook.OlkOptionButton.MouseUp.md
+++ b/api/Outlook.OlkOptionButton.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkSenderPhoto.MouseDown.md b/api/Outlook.OlkSenderPhoto.MouseDown.md
index 46ae5f3b61c..20461f32085 100644
--- a/api/Outlook.OlkSenderPhoto.MouseDown.md
+++ b/api/Outlook.OlkSenderPhoto.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkSenderPhoto.MouseMove.md b/api/Outlook.OlkSenderPhoto.MouseMove.md
index 061e0c8d063..7123fa4c65a 100644
--- a/api/Outlook.OlkSenderPhoto.MouseMove.md
+++ b/api/Outlook.OlkSenderPhoto.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkSenderPhoto.MouseUp.md b/api/Outlook.OlkSenderPhoto.MouseUp.md
index 0960d14aadc..b977991c467 100644
--- a/api/Outlook.OlkSenderPhoto.MouseUp.md
+++ b/api/Outlook.OlkSenderPhoto.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTextBox.BeforeUpdate.md b/api/Outlook.OlkTextBox.BeforeUpdate.md
index 2b00502cf00..345582549e2 100644
--- a/api/Outlook.OlkTextBox.BeforeUpdate.md
+++ b/api/Outlook.OlkTextBox.BeforeUpdate.md
@@ -27,7 +27,7 @@ Occurs when the data in the control is changed through the user interface and is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation will not be completed and the property bound to the control will not be updated.|
diff --git a/api/Outlook.OlkTextBox.Exit.md b/api/Outlook.OlkTextBox.Exit.md
index db0b227ca89..7e0f0b889d4 100644
--- a/api/Outlook.OlkTextBox.Exit.md
+++ b/api/Outlook.OlkTextBox.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkTextBox.KeyDown.md b/api/Outlook.OlkTextBox.KeyDown.md
index 10246a7b843..347ed8e73fc 100644
--- a/api/Outlook.OlkTextBox.KeyDown.md
+++ b/api/Outlook.OlkTextBox.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTextBox.KeyPress.md b/api/Outlook.OlkTextBox.KeyPress.md
index fdf16f16485..a676249ac2f 100644
--- a/api/Outlook.OlkTextBox.KeyPress.md
+++ b/api/Outlook.OlkTextBox.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkTextBox.KeyUp.md b/api/Outlook.OlkTextBox.KeyUp.md
index 3d73a0e1015..fd85b9c54ea 100644
--- a/api/Outlook.OlkTextBox.KeyUp.md
+++ b/api/Outlook.OlkTextBox.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTextBox.MouseDown.md b/api/Outlook.OlkTextBox.MouseDown.md
index 3c2f7ff4da6..5b7c7ec07d2 100644
--- a/api/Outlook.OlkTextBox.MouseDown.md
+++ b/api/Outlook.OlkTextBox.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTextBox.MouseMove.md b/api/Outlook.OlkTextBox.MouseMove.md
index 596a47314ed..840def468e0 100644
--- a/api/Outlook.OlkTextBox.MouseMove.md
+++ b/api/Outlook.OlkTextBox.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTextBox.MouseUp.md b/api/Outlook.OlkTextBox.MouseUp.md
index 07c7c3b4341..a05648ca7ce 100644
--- a/api/Outlook.OlkTextBox.MouseUp.md
+++ b/api/Outlook.OlkTextBox.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or ALT keys have been pressed.|
diff --git a/api/Outlook.OlkTimeControl.BeforeUpdate.md b/api/Outlook.OlkTimeControl.BeforeUpdate.md
index 4be0c163437..45599eaa523 100644
--- a/api/Outlook.OlkTimeControl.BeforeUpdate.md
+++ b/api/Outlook.OlkTimeControl.BeforeUpdate.md
@@ -27,7 +27,7 @@ Occurs when the data in the control is changed through the user interface and is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation will not be completed and the property bound to the control will not be updated.|
diff --git a/api/Outlook.OlkTimeControl.Exit.md b/api/Outlook.OlkTimeControl.Exit.md
index f3476928a8c..a6626e7dcf2 100644
--- a/api/Outlook.OlkTimeControl.Exit.md
+++ b/api/Outlook.OlkTimeControl.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains in this control.|
diff --git a/api/Outlook.OlkTimeControl.KeyDown.md b/api/Outlook.OlkTimeControl.KeyDown.md
index 95cbc329a06..879dd931d9c 100644
--- a/api/Outlook.OlkTimeControl.KeyDown.md
+++ b/api/Outlook.OlkTimeControl.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTimeControl.KeyPress.md b/api/Outlook.OlkTimeControl.KeyPress.md
index c97d4cee5f6..f2997d4b837 100644
--- a/api/Outlook.OlkTimeControl.KeyPress.md
+++ b/api/Outlook.OlkTimeControl.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkTimeControl.KeyUp.md b/api/Outlook.OlkTimeControl.KeyUp.md
index 79af984a509..8dfc255d3f3 100644
--- a/api/Outlook.OlkTimeControl.KeyUp.md
+++ b/api/Outlook.OlkTimeControl.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTimeControl.MouseDown.md b/api/Outlook.OlkTimeControl.MouseDown.md
index ed604a4aad0..be306b7c482 100644
--- a/api/Outlook.OlkTimeControl.MouseDown.md
+++ b/api/Outlook.OlkTimeControl.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTimeControl.MouseMove.md b/api/Outlook.OlkTimeControl.MouseMove.md
index 3b848963fb5..b77b97c94e3 100644
--- a/api/Outlook.OlkTimeControl.MouseMove.md
+++ b/api/Outlook.OlkTimeControl.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTimeControl.MouseUp.md b/api/Outlook.OlkTimeControl.MouseUp.md
index 6fa69b81fd3..06a353b6ab7 100644
--- a/api/Outlook.OlkTimeControl.MouseUp.md
+++ b/api/Outlook.OlkTimeControl.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Integer**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **Integer**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTimeZoneControl.BeforeUpdate.md b/api/Outlook.OlkTimeZoneControl.BeforeUpdate.md
index 75b4eeac557..bf66263ba0d 100644
--- a/api/Outlook.OlkTimeZoneControl.BeforeUpdate.md
+++ b/api/Outlook.OlkTimeZoneControl.BeforeUpdate.md
@@ -27,7 +27,7 @@ Occurs when the data in the control is changed through the user interface and is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation will not be completed and the property bound to the control will not be updated.|
diff --git a/api/Outlook.OlkTimeZoneControl.Exit.md b/api/Outlook.OlkTimeZoneControl.Exit.md
index 7a171cc54f9..ef4e120bbbe 100644
--- a/api/Outlook.OlkTimeZoneControl.Exit.md
+++ b/api/Outlook.OlkTimeZoneControl.Exit.md
@@ -27,7 +27,7 @@ Occurs just after the focus passes from this control to another control on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the exit operation is not completed and the focus remains on this control|
diff --git a/api/Outlook.OlkTimeZoneControl.KeyDown.md b/api/Outlook.OlkTimeZoneControl.KeyDown.md
index a92263b17e6..22b48b9bf08 100644
--- a/api/Outlook.OlkTimeZoneControl.KeyDown.md
+++ b/api/Outlook.OlkTimeZoneControl.KeyDown.md
@@ -27,7 +27,7 @@ Occurs when a user presses a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **OlShiftState**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTimeZoneControl.KeyPress.md b/api/Outlook.OlkTimeZoneControl.KeyPress.md
index 8e6f5cd13c1..9c57cbdcb99 100644
--- a/api/Outlook.OlkTimeZoneControl.KeyPress.md
+++ b/api/Outlook.OlkTimeZoneControl.KeyPress.md
@@ -27,7 +27,7 @@ Occurs when the user presses an ANSI key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The numerical value of the key pressed.|
diff --git a/api/Outlook.OlkTimeZoneControl.KeyUp.md b/api/Outlook.OlkTimeZoneControl.KeyUp.md
index 0f18d8eb09d..77cee94ab93 100644
--- a/api/Outlook.OlkTimeZoneControl.KeyUp.md
+++ b/api/Outlook.OlkTimeZoneControl.KeyUp.md
@@ -27,7 +27,7 @@ Occurs when the user releases a key.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The numerical value of the key pressed.|
| _Shift_|Required| **OlShiftState**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTimeZoneControl.MouseDown.md b/api/Outlook.OlkTimeZoneControl.MouseDown.md
index 409b545d880..32a30152155 100644
--- a/api/Outlook.OlkTimeZoneControl.MouseDown.md
+++ b/api/Outlook.OlkTimeZoneControl.MouseDown.md
@@ -27,7 +27,7 @@ Occurs when the user presses a mouse button on the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **OlMouseButton**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **OlShiftState**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTimeZoneControl.MouseMove.md b/api/Outlook.OlkTimeZoneControl.MouseMove.md
index 8399fb53f45..d50a8730d0d 100644
--- a/api/Outlook.OlkTimeZoneControl.MouseMove.md
+++ b/api/Outlook.OlkTimeZoneControl.MouseMove.md
@@ -27,7 +27,7 @@ Occurs after a mouse movement has been registered over the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **OlMouseButton**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **OlShiftState**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OlkTimeZoneControl.MouseUp.md b/api/Outlook.OlkTimeZoneControl.MouseUp.md
index 77e68522d75..d34da9a8125 100644
--- a/api/Outlook.OlkTimeZoneControl.MouseUp.md
+++ b/api/Outlook.OlkTimeZoneControl.MouseUp.md
@@ -27,7 +27,7 @@ Occurs after the user releases a mouse button that has been pressed on the contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **OlMouseButton**|An **[OlMouseButton](Outlook.OlMouseButton.md)** constant that specifies which button on the mouse has been pressed.|
| _Shift_|Required| **OlShiftState**|A bitwise-OR mask of constants in the **[OlShiftState](Outlook.OlShiftState.md)** enumeration that specifies whether the **SHIFT**, **CTRL**, or **ALT** keys have been pressed.|
diff --git a/api/Outlook.OrderFields.Add.md b/api/Outlook.OrderFields.Add.md
index 1fce86778cd..d604939757f 100644
--- a/api/Outlook.OrderFields.Add.md
+++ b/api/Outlook.OrderFields.Add.md
@@ -27,12 +27,12 @@ Creates a new **[OrderField](Outlook.OrderField.md)** object and appends it to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PropertyName_|Required| **String**|The name of the property to which the new object is associated.|
| _IsDescending_|Optional| **Boolean**|The value used to set the **[IsDescending](Outlook.OrderField.IsDescending.md)** property of the new **OrderField** object. If this value is not specified, the default value of the **IsDescending** property is used.|
-### Return Value
+### Return value
An **OrderField** object that represents the new order field.
diff --git a/api/Outlook.OrderFields.Insert.md b/api/Outlook.OrderFields.Insert.md
index 27fc35f81f0..a8a8713ffc9 100644
--- a/api/Outlook.OrderFields.Insert.md
+++ b/api/Outlook.OrderFields.Insert.md
@@ -27,13 +27,13 @@ Creates a new **[OrderField](Outlook.OrderField.md)** object and inserts it at
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PropertyName_|Required| **String**|The name of the property to which the new object is associated.|
| _Index_|Required| **Variant**|Either the index number at which to insert the new object, or a value used to match the **[ViewXMLSchemaName](Outlook.OrderField.ViewXMLSchemaName.md)** property value of an object in the collection at where the new object is to be inserted.|
| _IsDescending_|Optional| **Boolean**|The value used to set the **[IsDescending](Outlook.OrderField.IsDescending.md)** property of the new **OrderField** object. If this value is not specified, the default value of the **IsDescending** property is used.|
-### Return Value
+### Return value
An **OrderField** object that represents the new order field.
diff --git a/api/Outlook.OrderFields.Item.md b/api/Outlook.OrderFields.Item.md
index 2c34b369f1c..de89d751ff9 100644
--- a/api/Outlook.OrderFields.Item.md
+++ b/api/Outlook.OrderFields.Item.md
@@ -27,11 +27,11 @@ Returns an **[OrderField](Outlook.OrderField.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The value can be a one-based integer that indexes an **OrderField** object in the **[OrderFields](Outlook.OrderFields.md)** collection, a string that matches the **[ViewXMLSchemaName](Outlook.OrderField.ViewXMLSchemaName.md)** property value of an **OrderField** object in the collection, or a field name as displayed in the Field Chooser.|
-### Return Value
+### Return value
An **OrderField** object that represents the specified object.
diff --git a/api/Outlook.OrderFields.Remove.md b/api/Outlook.OrderFields.Remove.md
index 6eddf83d5b3..c419ebf3d28 100644
--- a/api/Outlook.OrderFields.Remove.md
+++ b/api/Outlook.OrderFields.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the **[ViewXMLSchemaName](Outlook.OrderField.ViewXMLSchemaName.md)** property value of an object in the collection.|
diff --git a/api/Outlook.OutlookBarGroups.Add.md b/api/Outlook.OutlookBarGroups.Add.md
index c3d2ccb811b..138ea7cba95 100644
--- a/api/Outlook.OutlookBarGroups.Add.md
+++ b/api/Outlook.OutlookBarGroups.Add.md
@@ -27,12 +27,12 @@ Adds a new, empty group to the **Shortcuts** pane.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the group being created.|
| _Index_|Optional| **Long**|The position at which the new group will be inserted in the **Shortcuts** pane. Position one is at the top of the bar.|
-### Return Value
+### Return value
An **[OutlookBarGroup](Outlook.OutlookBarGroup.md)** object that represents the new group.
diff --git a/api/Outlook.OutlookBarGroups.BeforeGroupAdd.md b/api/Outlook.OutlookBarGroups.BeforeGroupAdd.md
index 48b8bf7113d..fbe3485fb48 100644
--- a/api/Outlook.OutlookBarGroups.BeforeGroupAdd.md
+++ b/api/Outlook.OutlookBarGroups.BeforeGroupAdd.md
@@ -27,7 +27,7 @@ Occurs before a new group is added to the **Shortcuts** pane, either as a resul
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the group is not added to the **Shortcuts** pane.|
diff --git a/api/Outlook.OutlookBarGroups.BeforeGroupRemove.md b/api/Outlook.OutlookBarGroups.BeforeGroupRemove.md
index 66fdf663591..27f215f3c1f 100644
--- a/api/Outlook.OutlookBarGroups.BeforeGroupRemove.md
+++ b/api/Outlook.OutlookBarGroups.BeforeGroupRemove.md
@@ -27,7 +27,7 @@ Occurs before a new group is removed from the **Shortcuts** pane, either as a r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Group_|Required| **[OutlookBarGroup](Outlook.OutlookBarGroup.md)**|The **OutlookBarGroup** that is being removed.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the group is not removed from the **Shortcuts** pane.|
diff --git a/api/Outlook.OutlookBarGroups.GroupAdd.md b/api/Outlook.OutlookBarGroups.GroupAdd.md
index 17f33b38167..7b92d1f14e1 100644
--- a/api/Outlook.OutlookBarGroups.GroupAdd.md
+++ b/api/Outlook.OutlookBarGroups.GroupAdd.md
@@ -27,7 +27,7 @@ Occurs when a new group has been added to the **Shortcuts** pane.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewGroup_|Required| **[OutlookBarGroup](Outlook.OutlookBarGroup.md)**|The **OutlookBarGroup** that was added.|
diff --git a/api/Outlook.OutlookBarGroups.Item.md b/api/Outlook.OutlookBarGroups.Item.md
index 7094c1b21bd..c590b6dea7a 100644
--- a/api/Outlook.OutlookBarGroups.Item.md
+++ b/api/Outlook.OutlookBarGroups.Item.md
@@ -27,11 +27,11 @@ Returns an **[OutlookBarGroup](Outlook.OutlookBarGroup.md)** object from the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **OutlookBarGroup** object that represents the specified object.
diff --git a/api/Outlook.OutlookBarGroups.Remove.md b/api/Outlook.OutlookBarGroups.Remove.md
index 94163945b5a..497f3c0038c 100644
--- a/api/Outlook.OutlookBarGroups.Remove.md
+++ b/api/Outlook.OutlookBarGroups.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or 1-based index value of an object within a collection.|
diff --git a/api/Outlook.OutlookBarPane.BeforeNavigate.md b/api/Outlook.OutlookBarPane.BeforeNavigate.md
index 8ca41fe250d..80aa578728f 100644
--- a/api/Outlook.OutlookBarPane.BeforeNavigate.md
+++ b/api/Outlook.OutlookBarPane.BeforeNavigate.md
@@ -27,7 +27,7 @@ Occurs when the user clicks a shortcut in the **Shortcuts** pane to navigate to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shortcut_|Required| **[OutlookBarShortcut](Outlook.OutlookBarShortcut.md)**|The shortcut that the user clicked.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the current folder is not changed.|
diff --git a/api/Outlook.OutlookBarShortcut.SetIcon.md b/api/Outlook.OutlookBarShortcut.SetIcon.md
index 4be9da894d1..1692c9d5711 100644
--- a/api/Outlook.OutlookBarShortcut.SetIcon.md
+++ b/api/Outlook.OutlookBarShortcut.SetIcon.md
@@ -27,7 +27,7 @@ Sets the icon for the specified shortcut on the **Shortcuts** pane.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Icon_|Required| **Variant**|The path of the icon.|
diff --git a/api/Outlook.OutlookBarShortcuts.Add.md b/api/Outlook.OutlookBarShortcuts.Add.md
index 4488c06554b..d5f3d553f02 100644
--- a/api/Outlook.OutlookBarShortcuts.Add.md
+++ b/api/Outlook.OutlookBarShortcuts.Add.md
@@ -27,13 +27,13 @@ Adds a new shortcut to a group in the **Shortcuts** pane.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Target_|Required| **Variant**|The target of the shortcut being created.|
| _Name_|Required| **String**|The name of the shortcut being created.|
| _Index_|Optional| **Long**|The position at which the new shortcut will be inserted in the **Shortcuts** pane group. Position one is at the top of the group.The **Target** type depends on the shortcut type. If the type is **Folder** , the shortcut represents a Microsoft Outlook folder. If the type is a **String** , the shortcut represents a file-system path or a URL.|
-### Return Value
+### Return value
An **[OutlookBarShortcut](Outlook.OutlookBarShortcut.md)** object that represents the new shortcut.
diff --git a/api/Outlook.OutlookBarShortcuts.BeforeShortcutAdd.md b/api/Outlook.OutlookBarShortcuts.BeforeShortcutAdd.md
index 61f20c80044..05ae5d4c723 100644
--- a/api/Outlook.OutlookBarShortcuts.BeforeShortcutAdd.md
+++ b/api/Outlook.OutlookBarShortcuts.BeforeShortcutAdd.md
@@ -27,7 +27,7 @@ Occurs before a new shortcut is added to a group in the **Shortcuts** pane, eit
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the shortcut is not added to the group.|
diff --git a/api/Outlook.OutlookBarShortcuts.BeforeShortcutRemove.md b/api/Outlook.OutlookBarShortcuts.BeforeShortcutRemove.md
index 7f1e1497506..1915f87abe2 100644
--- a/api/Outlook.OutlookBarShortcuts.BeforeShortcutRemove.md
+++ b/api/Outlook.OutlookBarShortcuts.BeforeShortcutRemove.md
@@ -27,7 +27,7 @@ Occurs before a new shortcut is removed from a group in the **Shortcuts** pane,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shortcut_|Required| **[OutlookBarShortcut](Outlook.OutlookBarShortcut.md)**|The **OutlookBarShortcut** that is being removed.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the shortcut is not removed from the group.|
diff --git a/api/Outlook.OutlookBarShortcuts.Item.md b/api/Outlook.OutlookBarShortcuts.Item.md
index ee0be9d8578..b3b72783894 100644
--- a/api/Outlook.OutlookBarShortcuts.Item.md
+++ b/api/Outlook.OutlookBarShortcuts.Item.md
@@ -27,11 +27,11 @@ Returns an **[OutlookBarShortcut](Outlook.OutlookBarShortcut.md)** object from
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **OutlookBarShortcut** object that represents the specified object.
diff --git a/api/Outlook.OutlookBarShortcuts.Remove.md b/api/Outlook.OutlookBarShortcuts.Remove.md
index 6b409f9e5b3..9d2eddfe0e4 100644
--- a/api/Outlook.OutlookBarShortcuts.Remove.md
+++ b/api/Outlook.OutlookBarShortcuts.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or 1-based index value of an object within a collection.|
diff --git a/api/Outlook.OutlookBarShortcuts.ShortcutAdd.md b/api/Outlook.OutlookBarShortcuts.ShortcutAdd.md
index a2d97619fed..8fad981fa13 100644
--- a/api/Outlook.OutlookBarShortcuts.ShortcutAdd.md
+++ b/api/Outlook.OutlookBarShortcuts.ShortcutAdd.md
@@ -27,7 +27,7 @@ Occurs when a new shortcut is added to a **Shortcuts** pane group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewShortcut_|Required| **[OutlookBarShortcut](Outlook.OutlookBarShortcut.md)**|The shortcut that is being added.|
diff --git a/api/Outlook.Pages.Add.md b/api/Outlook.Pages.Add.md
index 963b8778fa5..a1230140766 100644
--- a/api/Outlook.Pages.Add.md
+++ b/api/Outlook.Pages.Add.md
@@ -27,11 +27,11 @@ Creates a new page in the **[Pages](Outlook.Pages.md)** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**| The name of the page.|
-### Return Value
+### Return value
A **[Page](./Outlook.page.md)** object that represents the new page.
diff --git a/api/Outlook.Pages.Item.md b/api/Outlook.Pages.Item.md
index 837ec51d920..3aeed2ff03a 100644
--- a/api/Outlook.Pages.Item.md
+++ b/api/Outlook.Pages.Item.md
@@ -27,11 +27,11 @@ Returns a page from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _varg_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Object** value that represents the specified object.
diff --git a/api/Outlook.Pages.Remove.md b/api/Outlook.Pages.Remove.md
index 52194121440..878b2594949 100644
--- a/api/Outlook.Pages.Remove.md
+++ b/api/Outlook.Pages.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The 1-based index value of the object within the collection.|
diff --git a/api/Outlook.Panes.Item.md b/api/Outlook.Panes.Item.md
index eeeb8e43fbe..f7cb21b208e 100644
--- a/api/Outlook.Panes.Item.md
+++ b/api/Outlook.Panes.Item.md
@@ -27,11 +27,11 @@ Returns a pane from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Object** value that represents the specified object.
diff --git a/api/Outlook.PostItem.AttachmentAdd.md b/api/Outlook.PostItem.AttachmentAdd.md
index 47021177424..703073d022f 100644
--- a/api/Outlook.PostItem.AttachmentAdd.md
+++ b/api/Outlook.PostItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.PostItem.AttachmentRead.md b/api/Outlook.PostItem.AttachmentRead.md
index f575982d109..e303ff075d2 100644
--- a/api/Outlook.PostItem.AttachmentRead.md
+++ b/api/Outlook.PostItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.PostItem.AttachmentRemove.md b/api/Outlook.PostItem.AttachmentRemove.md
index 4e095b9f246..a0c0a0d1b15 100644
--- a/api/Outlook.PostItem.AttachmentRemove.md
+++ b/api/Outlook.PostItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **[Attachment](Outlook.Attachment.md)** that was removed from the item.|
diff --git a/api/Outlook.PostItem.BeforeAttachmentAdd.md b/api/Outlook.PostItem.BeforeAttachmentAdd.md
index fc8de3c2be3..fdbdf179bd0 100644
--- a/api/Outlook.PostItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.PostItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.PostItem.BeforeAttachmentPreview.md b/api/Outlook.PostItem.BeforeAttachmentPreview.md
index 005b48bb3a7..dd7205fd057 100644
--- a/api/Outlook.PostItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.PostItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.PostItem.BeforeAttachmentSave.md b/api/Outlook.PostItem.BeforeAttachmentSave.md
index b04463e1459..3a9ac3bca95 100644
--- a/api/Outlook.PostItem.BeforeAttachmentSave.md
+++ b/api/Outlook.PostItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.PostItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.PostItem.BeforeAttachmentWriteToTempFile.md
index 074a45cacd6..c362a69baa1 100644
--- a/api/Outlook.PostItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.PostItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.PostItem.BeforeAutoSave.md b/api/Outlook.PostItem.BeforeAutoSave.md
index 112c77af017..c2d9983666d 100644
--- a/api/Outlook.PostItem.BeforeAutoSave.md
+++ b/api/Outlook.PostItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[PostItem](Outlook.PostItem.md)** to be saved.|
diff --git a/api/Outlook.PostItem.BeforeCheckNames.md b/api/Outlook.PostItem.BeforeCheckNames.md
index 4526f1d0abd..fdb39f32e2a 100644
--- a/api/Outlook.PostItem.BeforeCheckNames.md
+++ b/api/Outlook.PostItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.PostItem.BeforeDelete.md b/api/Outlook.PostItem.BeforeDelete.md
index af90c77378d..e2fc68eaf2e 100644
--- a/api/Outlook.PostItem.BeforeDelete.md
+++ b/api/Outlook.PostItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.PostItem.Close(even).md b/api/Outlook.PostItem.Close(even).md
index 6651f01a38a..11417436379 100644
--- a/api/Outlook.PostItem.Close(even).md
+++ b/api/Outlook.PostItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.PostItem.Close(method).md b/api/Outlook.PostItem.Close(method).md
index d0640bd2ecb..14886af3c48 100644
--- a/api/Outlook.PostItem.Close(method).md
+++ b/api/Outlook.PostItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.PostItem.CustomAction.md b/api/Outlook.PostItem.CustomAction.md
index 5c71256e028..57414b2a1ff 100644
--- a/api/Outlook.PostItem.CustomAction.md
+++ b/api/Outlook.PostItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.PostItem.CustomPropertyChange.md b/api/Outlook.PostItem.CustomPropertyChange.md
index b8d0da2a14e..50e121b937a 100644
--- a/api/Outlook.PostItem.CustomPropertyChange.md
+++ b/api/Outlook.PostItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.PostItem.Display.md b/api/Outlook.PostItem.Display.md
index e45217a54ce..346ccadea91 100644
--- a/api/Outlook.PostItem.Display.md
+++ b/api/Outlook.PostItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.PostItem.Forward(even).md b/api/Outlook.PostItem.Forward(even).md
index c1ffed2b13e..36e513eca5a 100644
--- a/api/Outlook.PostItem.Forward(even).md
+++ b/api/Outlook.PostItem.Forward(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item, or when the **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.PostItem.Forward(method).md b/api/Outlook.PostItem.Forward(method).md
index e06798b6583..7dbbd723809 100644
--- a/api/Outlook.PostItem.Forward(method).md
+++ b/api/Outlook.PostItem.Forward(method).md
@@ -23,7 +23,7 @@ Executes the **Forward** action for an item and returns the resulting copy as a
_expression_ A variable that represents a [PostItem](./Outlook.PostItem.md) object.
-### Return Value
+### Return value
A **MailItem** object that represents the new mail item.
diff --git a/api/Outlook.PostItem.GetConversation.md b/api/Outlook.PostItem.GetConversation.md
index 306347f7c07..8f152559ebe 100644
--- a/api/Outlook.PostItem.GetConversation.md
+++ b/api/Outlook.PostItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[PostItem](Outlook.PostItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.PostItem.MarkAsTask.md b/api/Outlook.PostItem.MarkAsTask.md
index 096cbbafc42..1f5b5246a44 100644
--- a/api/Outlook.PostItem.MarkAsTask.md
+++ b/api/Outlook.PostItem.MarkAsTask.md
@@ -27,7 +27,7 @@ Marks a **[PostItem](Outlook.PostItem.md)** object as a task and assigns a task
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MarkInterval_|Required| **[OlMarkInterval](Outlook.OlMarkInterval.md)**|The task interval for the **PostItem** .|
diff --git a/api/Outlook.PostItem.Move.md b/api/Outlook.PostItem.Move.md
index e87665fa331..11d35c77e9b 100644
--- a/api/Outlook.PostItem.Move.md
+++ b/api/Outlook.PostItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.PostItem.Open.md b/api/Outlook.PostItem.Open.md
index 1361805e3df..eb8366f96bf 100644
--- a/api/Outlook.PostItem.Open.md
+++ b/api/Outlook.PostItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.PostItem.PropertyChange.md b/api/Outlook.PostItem.PropertyChange.md
index b18ad42012b..21e7b4c0128 100644
--- a/api/Outlook.PostItem.PropertyChange.md
+++ b/api/Outlook.PostItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.PostItem.Reply(even).md b/api/Outlook.PostItem.Reply(even).md
index 04a22be5d64..0d2ea923f35 100644
--- a/api/Outlook.PostItem.Reply(even).md
+++ b/api/Outlook.PostItem.Reply(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item, or when the **Re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.PostItem.Reply(method).md b/api/Outlook.PostItem.Reply(method).md
index 9adabd16a6c..ff4781303e8 100644
--- a/api/Outlook.PostItem.Reply(method).md
+++ b/api/Outlook.PostItem.Reply(method).md
@@ -23,7 +23,7 @@ Creates a reply, pre-addressed to the original sender, from the original message
_expression_ A variable that represents a [PostItem](./Outlook.PostItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** object that represents the reply.
diff --git a/api/Outlook.PostItem.ReplyAll.md b/api/Outlook.PostItem.ReplyAll.md
index 2872b0f2a5f..b3f4ce49944 100644
--- a/api/Outlook.PostItem.ReplyAll.md
+++ b/api/Outlook.PostItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.PostItem.SaveAs.md b/api/Outlook.PostItem.SaveAs.md
index 59773341d2f..6eef17bf3b8 100644
--- a/api/Outlook.PostItem.SaveAs.md
+++ b/api/Outlook.PostItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.PostItem.Send.md b/api/Outlook.PostItem.Send.md
index bb185ef554f..b4e55860452 100644
--- a/api/Outlook.PostItem.Send.md
+++ b/api/Outlook.PostItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.PostItem.Write.md b/api/Outlook.PostItem.Write.md
index a2d8972f43e..85009290741 100644
--- a/api/Outlook.PostItem.Write.md
+++ b/api/Outlook.PostItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.PropertyAccessor.BinaryToString.md b/api/Outlook.PropertyAccessor.BinaryToString.md
index 882b057ca67..3828ca54bd8 100644
--- a/api/Outlook.PropertyAccessor.BinaryToString.md
+++ b/api/Outlook.PropertyAccessor.BinaryToString.md
@@ -27,11 +27,11 @@ Converts the array of bytes specified by _Value_ to a **String** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required| **Variant**|Represents the array of bytes to be converted.|
-### Return Value
+### Return value
A hexadecimal **String** that represents the converted value.
diff --git a/api/Outlook.PropertyAccessor.DeleteProperties.md b/api/Outlook.PropertyAccessor.DeleteProperties.md
index 494b0b015b6..c1819f8a94e 100644
--- a/api/Outlook.PropertyAccessor.DeleteProperties.md
+++ b/api/Outlook.PropertyAccessor.DeleteProperties.md
@@ -27,11 +27,11 @@ Deletes the properties specified in the array _SchemaNames_ .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SchemaNames_|Required| **Variant**|An array that contains the names of the properties that are to be deleted for the parent object of the **[PropertyAccessor](Outlook.PropertyAccessor.md)** object. These properties are referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
-### Return Value
+### Return value
A Variant that is **Null** (**Nothing** in VBA) if the operation is successful, or is an array of **[Err](../language/reference/User-Interface-Help/err-object.md)** objects if an error occurs. If the return value is an array, the size of this array is the same as that of the _SchemaNames_ array. An **Err** value in the array is mapped to the error result of deleting the corresponding property in the _SchemaNames_ parameter.
diff --git a/api/Outlook.PropertyAccessor.DeleteProperty.md b/api/Outlook.PropertyAccessor.DeleteProperty.md
index 06786e9db61..38186faf5c5 100644
--- a/api/Outlook.PropertyAccessor.DeleteProperty.md
+++ b/api/Outlook.PropertyAccessor.DeleteProperty.md
@@ -27,7 +27,7 @@ Deletes the property specified by _SchemaName_ .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SchemaName_|Required| **String**|The name of the property that is to be deleted for the parent object of the **[PropertyAccessor](Outlook.PropertyAccessor.md)** object. The property is referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
diff --git a/api/Outlook.PropertyAccessor.GetProperties.md b/api/Outlook.PropertyAccessor.GetProperties.md
index f2a6bbb0860..47972125eeb 100644
--- a/api/Outlook.PropertyAccessor.GetProperties.md
+++ b/api/Outlook.PropertyAccessor.GetProperties.md
@@ -27,11 +27,11 @@ Obtains the values of the properties specified by the one-dimensional array _Sc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SchemaNames_|Required| **Variant**|An array that contains the names of the properties whose values are to be returned. These properties are referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
-### Return Value
+### Return value
A Variant that represents an array of values of the properties specified in the parameter _SchemaNames_ . The number of elements in the returned array equals the number of elements in the _SchemaNames_ array. If an error occurs for getting a specific property, the **Err** value will be returned in the corresponding location in the returned array.
diff --git a/api/Outlook.PropertyAccessor.GetProperty.md b/api/Outlook.PropertyAccessor.GetProperty.md
index 2f002e0cc8c..f2f38b33c52 100644
--- a/api/Outlook.PropertyAccessor.GetProperty.md
+++ b/api/Outlook.PropertyAccessor.GetProperty.md
@@ -27,11 +27,11 @@ Returns an **Object** that represents the value of the property specified by _S
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SchemaName_|Required| **String**|The name of the property whose value is to be returned. The property is referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
-### Return Value
+### Return value
A **Variant** value that represents the value of the requested property as specified by _SchemaName_ .
diff --git a/api/Outlook.PropertyAccessor.LocalTimeToUTC.md b/api/Outlook.PropertyAccessor.LocalTimeToUTC.md
index 6a54ddf33c9..4ba0db4b78e 100644
--- a/api/Outlook.PropertyAccessor.LocalTimeToUTC.md
+++ b/api/Outlook.PropertyAccessor.LocalTimeToUTC.md
@@ -27,11 +27,11 @@ Converts a date-time value specified by _Value_ from the local time format to C
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required| **Date**|The date-time value to be converted from local time to UTC.|
-### Return Value
+### Return value
A **Date** value that represents _Value_ after being converted from local time to UTC.
diff --git a/api/Outlook.PropertyAccessor.SetProperties.md b/api/Outlook.PropertyAccessor.SetProperties.md
index 2d0c7d41d74..1351ec9b74d 100644
--- a/api/Outlook.PropertyAccessor.SetProperties.md
+++ b/api/Outlook.PropertyAccessor.SetProperties.md
@@ -27,12 +27,12 @@ Sets the properties specified by the array _SchemaNames_ to the values specifie
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SchemaNames_|Required| **Variant**|An array of names of properties whose values are to be set as specified by the _Values_ parameter. These properties are referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
| _Values_|Required| **Variant**|An array of values that are to be set for the properties specified by the _SchemaNames_ parameter.|
-### Return Value
+### Return value
A **Variant** that is **Null** (**Nothing** in VBA) if the operation is successful. If there is an error before any properties are set, for example, the number of elements in the _SchemaNames_ array does not match that in the _Values_ array, and an **Err** value will be returned. If there is an error during the setting of the properties, the return value is an array of **Err** objects, with the number of elements in this array being the same as that of the _SchemaNames_ array. An **Err** value in the array is mapped to the error result of setting the corresponding property in the _SchemaNames_ parameter.
diff --git a/api/Outlook.PropertyAccessor.SetProperty.md b/api/Outlook.PropertyAccessor.SetProperty.md
index e9e949496bd..83f844375e6 100644
--- a/api/Outlook.PropertyAccessor.SetProperty.md
+++ b/api/Outlook.PropertyAccessor.SetProperty.md
@@ -27,7 +27,7 @@ Sets the property specified by _SchemaName_ to the value specified by _Value_ .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SchemaName_|Required| **String**|The name of a property whose value is to be set as specified by the _Value_ parameter. The property is referenced by namespace. For more information, see [Referencing Properties by Namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md).|
| _Value_|Required| **Variant**|The value that is to be set for the property specified by the _SchemaName_ parameter.|
diff --git a/api/Outlook.PropertyAccessor.StringToBinary.md b/api/Outlook.PropertyAccessor.StringToBinary.md
index 3eee61a46d4..12109548a00 100644
--- a/api/Outlook.PropertyAccessor.StringToBinary.md
+++ b/api/Outlook.PropertyAccessor.StringToBinary.md
@@ -27,11 +27,11 @@ Converts a string specified by _Value_ to an array of bytes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required| **String**|A hexadecimal string value that is to be converted to an array of bytes.|
-### Return Value
+### Return value
A **Variant** value that represents an array of bytes returned from the conversion.
diff --git a/api/Outlook.PropertyAccessor.UTCToLocalTime.md b/api/Outlook.PropertyAccessor.UTCToLocalTime.md
index 4b55830dce1..2931ab9620e 100644
--- a/api/Outlook.PropertyAccessor.UTCToLocalTime.md
+++ b/api/Outlook.PropertyAccessor.UTCToLocalTime.md
@@ -27,11 +27,11 @@ Converts the date-time value that is specified by _Value_ and expressed in Coor
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required| **Date**|The date-time value to be converted from UTC to local time.|
-### Return Value
+### Return value
A **Date** value that represents _Value_ after being converted from UTC to local time.
diff --git a/api/Outlook.PropertyPage.Apply.md b/api/Outlook.PropertyPage.Apply.md
index a674518ae36..b3c53683bdd 100644
--- a/api/Outlook.PropertyPage.Apply.md
+++ b/api/Outlook.PropertyPage.Apply.md
@@ -23,7 +23,7 @@ Applies the changes that have been made in a custom property page.
_expression_ A variable that represents a [PropertyPage](./Outlook.PropertyPage.md) object.
-### Return Value
+### Return value
An HRESULT value that represents the response of the event.
diff --git a/api/Outlook.PropertyPage.Dirty.md b/api/Outlook.PropertyPage.Dirty.md
index c33c78c1790..0bc634f1819 100644
--- a/api/Outlook.PropertyPage.Dirty.md
+++ b/api/Outlook.PropertyPage.Dirty.md
@@ -27,7 +27,7 @@ Returns a **Boolean** value that indicates whether the contents of a custom pro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Dirty_|Required| **Boolean**| **True** indicates that the contents of a custom property page has been altered.|
diff --git a/api/Outlook.PropertyPage.GetPageInfo.md b/api/Outlook.PropertyPage.GetPageInfo.md
index 656f4c9e02a..abe199dfae9 100644
--- a/api/Outlook.PropertyPage.GetPageInfo.md
+++ b/api/Outlook.PropertyPage.GetPageInfo.md
@@ -27,12 +27,12 @@ Returns Help information about a custom property page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HelpFile_|Required| **String**|Specifies the Help file associated with the property page.|
| _HelpContext_|Required| **Long**|Specifies the context ID of the Help topic associated with the property page.|
-### Return Value
+### Return value
An **HRESULT** value that represents the result of the method.
diff --git a/api/Outlook.PropertyPages.Add.md b/api/Outlook.PropertyPages.Add.md
index 15110ac1c24..f60da8a18e0 100644
--- a/api/Outlook.PropertyPages.Add.md
+++ b/api/Outlook.PropertyPages.Add.md
@@ -27,7 +27,7 @@ Adds a new custom property page to the Microsoft Outlook **Options** dialog box
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **Variant**|The property page being added to the dialog box.|
| _Title_|Optional| **String**|The caption to be displayed on the property-page tab.|
diff --git a/api/Outlook.PropertyPages.Item.md b/api/Outlook.PropertyPages.Item.md
index 74fad926a56..4b1dc708f44 100644
--- a/api/Outlook.PropertyPages.Item.md
+++ b/api/Outlook.PropertyPages.Item.md
@@ -27,11 +27,11 @@ Returns a **[PropertyPage](Outlook.PropertyPage.md)** object from the collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Object** value that represents the specified object.
diff --git a/api/Outlook.PropertyPages.Remove.md b/api/Outlook.PropertyPages.Remove.md
index 76b59f2a16c..f54baed6156 100644
--- a/api/Outlook.PropertyPages.Remove.md
+++ b/api/Outlook.PropertyPages.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or 1-based index value of an object within a collection.|
diff --git a/api/Outlook.Recipient.FreeBusy.md b/api/Outlook.Recipient.FreeBusy.md
index f883f845c6a..e7d471417b5 100644
--- a/api/Outlook.Recipient.FreeBusy.md
+++ b/api/Outlook.Recipient.FreeBusy.md
@@ -27,13 +27,13 @@ Returns free/busy information for the recipient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required| **Date**|The start date for the returned period of free/busy information.|
| _MinPerChar_|Required| **Long**|The number of minutes per character represented in the returned free/busy string.|
| _CompleteFormat_|Optional| **Variant**| **True** if the returned string should contain not only free/busy information, but also values for each character according to the **[OlBusyStatus](Outlook.OlBusyStatus.md)** constants.|
-### Return Value
+### Return value
A **String** value that represents the free/busy information.
diff --git a/api/Outlook.Recipient.Resolve.md b/api/Outlook.Recipient.Resolve.md
index 61357e78b70..858e6a415ee 100644
--- a/api/Outlook.Recipient.Resolve.md
+++ b/api/Outlook.Recipient.Resolve.md
@@ -23,7 +23,7 @@ Attempts to resolve a **[Recipient](Outlook.Recipient.md)** object against the
_expression_ A variable that represents a [Recipient](./Outlook.Recipient.md) object.
-### Return Value
+### Return value
**True** if the object was resolved; otherwise, **False** .
diff --git a/api/Outlook.Recipients.Add.md b/api/Outlook.Recipients.Add.md
index 52d54c40e26..f937e06f2e8 100644
--- a/api/Outlook.Recipients.Add.md
+++ b/api/Outlook.Recipients.Add.md
@@ -27,11 +27,11 @@ Creates a new recipient in the **[Recipients](Outlook.Recipients.md)** collecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the recipient; it can be a string representing the display name, the alias, or the full SMTP e-mail address of the recipient.|
-### Return Value
+### Return value
A **[Recipient](Outlook.Recipient.md)** object that represents the new recipient.
diff --git a/api/Outlook.Recipients.Item.md b/api/Outlook.Recipients.Item.md
index 2524027dc51..9706ca5acac 100644
--- a/api/Outlook.Recipients.Item.md
+++ b/api/Outlook.Recipients.Item.md
@@ -27,11 +27,11 @@ Returns a **[Recipient](Outlook.Recipient.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
A **Recipient** object that represents the specified object.
diff --git a/api/Outlook.Recipients.Remove.md b/api/Outlook.Recipients.Remove.md
index 597f9617ee7..6442ae320ed 100644
--- a/api/Outlook.Recipients.Remove.md
+++ b/api/Outlook.Recipients.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The 1-based index value of the object within the collection.|
diff --git a/api/Outlook.Recipients.ResolveAll.md b/api/Outlook.Recipients.ResolveAll.md
index e08028c3bba..a901aa58ce2 100644
--- a/api/Outlook.Recipients.ResolveAll.md
+++ b/api/Outlook.Recipients.ResolveAll.md
@@ -23,7 +23,7 @@ Attempts to resolve all the **[Recipient](Outlook.Recipient.md)** objects in th
_expression_ A variable that represents a [Recipients](./Outlook.Recipients.md) object.
-### Return Value
+### Return value
**True** if all of the objects were resolved, **False** if one or more were not.
diff --git a/api/Outlook.RecurrencePattern.GetOccurrence.md b/api/Outlook.RecurrencePattern.GetOccurrence.md
index b18e3fedb2b..cc59da01dd2 100644
--- a/api/Outlook.RecurrencePattern.GetOccurrence.md
+++ b/api/Outlook.RecurrencePattern.GetOccurrence.md
@@ -27,11 +27,11 @@ Returns a specific instance of the **[AppointmentItem](Outlook.AppointmentItem.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartDate_|Required| **Date**|A **Date** value that represents local time.|
-### Return Value
+### Return value
An **AppointmentItem** object that represents the specific appointment on the specified date.
diff --git a/api/Outlook.Reminder.Snooze.md b/api/Outlook.Reminder.Snooze.md
index 22de73eba39..61284b9c33c 100644
--- a/api/Outlook.Reminder.Snooze.md
+++ b/api/Outlook.Reminder.Snooze.md
@@ -27,7 +27,7 @@ Delays the reminder by a specified time.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SnoozeTime_|Optional| **Variant**|Indicates the amount of time (in minutes) to delay the reminder. The default value is 5 minutes.|
diff --git a/api/Outlook.Reminders.BeforeReminderShow.md b/api/Outlook.Reminders.BeforeReminderShow.md
index f4debe97451..9f834b2d301 100644
--- a/api/Outlook.Reminders.BeforeReminderShow.md
+++ b/api/Outlook.Reminders.BeforeReminderShow.md
@@ -27,7 +27,7 @@ Occurs before the **Reminder** dialog box is displayed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **True** to cancel the event. The default value is **False** .|
diff --git a/api/Outlook.Reminders.Item.md b/api/Outlook.Reminders.Item.md
index 7b5d26c84df..162de6becf3 100644
--- a/api/Outlook.Reminders.Item.md
+++ b/api/Outlook.Reminders.Item.md
@@ -27,11 +27,11 @@ Returns a **[Reminder](Outlook.Reminder.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
A **Reminder** object that represents the specified object.
diff --git a/api/Outlook.Reminders.ReminderAdd.md b/api/Outlook.Reminders.ReminderAdd.md
index 089c8c18a2c..10d1bc9fc37 100644
--- a/api/Outlook.Reminders.ReminderAdd.md
+++ b/api/Outlook.Reminders.ReminderAdd.md
@@ -27,7 +27,7 @@ Occurs after a reminder is added.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReminderObject_|Required| **[_REMINDER]**|The **[Reminder](Outlook.Reminder.md)** object added to the collection.|
diff --git a/api/Outlook.Reminders.ReminderChange.md b/api/Outlook.Reminders.ReminderChange.md
index d62d3f84524..fc48305eafb 100644
--- a/api/Outlook.Reminders.ReminderChange.md
+++ b/api/Outlook.Reminders.ReminderChange.md
@@ -27,7 +27,7 @@ Occurs after a reminder has been modified.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReminderObject_|Required| **[Reminder](Outlook.Reminder.md)**|The **Reminder** object that has been modified.|
diff --git a/api/Outlook.Reminders.ReminderFire.md b/api/Outlook.Reminders.ReminderFire.md
index 724fb9f2a32..28717c371d2 100644
--- a/api/Outlook.Reminders.ReminderFire.md
+++ b/api/Outlook.Reminders.ReminderFire.md
@@ -27,7 +27,7 @@ Occurs before the reminder is executed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReminderObject_|Required| **[Reminder](Outlook.Reminder.md)**|The **Reminder** object that has been executed.|
diff --git a/api/Outlook.Reminders.Remove.md b/api/Outlook.Reminders.Remove.md
index 0239f16b0ae..c9d4e885a39 100644
--- a/api/Outlook.Reminders.Remove.md
+++ b/api/Outlook.Reminders.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The 1-based index value of the object within the collection.|
diff --git a/api/Outlook.Reminders.Snooze.md b/api/Outlook.Reminders.Snooze.md
index e93f37842d5..56b103dc681 100644
--- a/api/Outlook.Reminders.Snooze.md
+++ b/api/Outlook.Reminders.Snooze.md
@@ -27,7 +27,7 @@ Occurs when a reminder is dismissed using the **Snooze** button.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReminderObject_|Required| **[Reminder](Outlook.Reminder.md)**|Represents the reminder to dismiss.|
diff --git a/api/Outlook.RemoteItem.AttachmentAdd.md b/api/Outlook.RemoteItem.AttachmentAdd.md
index cf2582354fd..849afa81b06 100644
--- a/api/Outlook.RemoteItem.AttachmentAdd.md
+++ b/api/Outlook.RemoteItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.RemoteItem.AttachmentRead.md b/api/Outlook.RemoteItem.AttachmentRead.md
index b5d7c24df42..f9488a95312 100644
--- a/api/Outlook.RemoteItem.AttachmentRead.md
+++ b/api/Outlook.RemoteItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.RemoteItem.AttachmentRemove.md b/api/Outlook.RemoteItem.AttachmentRemove.md
index 9969d5f7fc6..948d68c3a8b 100644
--- a/api/Outlook.RemoteItem.AttachmentRemove.md
+++ b/api/Outlook.RemoteItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.RemoteItem.BeforeAttachmentAdd.md b/api/Outlook.RemoteItem.BeforeAttachmentAdd.md
index 95c56c325a7..5d22b99127b 100644
--- a/api/Outlook.RemoteItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.RemoteItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.RemoteItem.BeforeAttachmentPreview.md b/api/Outlook.RemoteItem.BeforeAttachmentPreview.md
index 08f25526960..87d4812302c 100644
--- a/api/Outlook.RemoteItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.RemoteItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.RemoteItem.BeforeAttachmentRead.md b/api/Outlook.RemoteItem.BeforeAttachmentRead.md
index 6d91eab885c..4e285437850 100644
--- a/api/Outlook.RemoteItem.BeforeAttachmentRead.md
+++ b/api/Outlook.RemoteItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.RemoteItem.BeforeAttachmentSave.md b/api/Outlook.RemoteItem.BeforeAttachmentSave.md
index e10d32e24d0..a37dfb535fb 100644
--- a/api/Outlook.RemoteItem.BeforeAttachmentSave.md
+++ b/api/Outlook.RemoteItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The attachment to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.RemoteItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.RemoteItem.BeforeAttachmentWriteToTempFile.md
index 86dc661a855..0ed1d67faa1 100644
--- a/api/Outlook.RemoteItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.RemoteItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.RemoteItem.BeforeAutoSave.md b/api/Outlook.RemoteItem.BeforeAutoSave.md
index 2fced9df115..589c84425f8 100644
--- a/api/Outlook.RemoteItem.BeforeAutoSave.md
+++ b/api/Outlook.RemoteItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[RemoteItem](Outlook.RemoteItem.md)** to be saved.|
diff --git a/api/Outlook.RemoteItem.BeforeCheckNames.md b/api/Outlook.RemoteItem.BeforeCheckNames.md
index 56d67974b23..ae0507bfd01 100644
--- a/api/Outlook.RemoteItem.BeforeCheckNames.md
+++ b/api/Outlook.RemoteItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.RemoteItem.BeforeDelete.md b/api/Outlook.RemoteItem.BeforeDelete.md
index e8d80c31816..757657afbab 100644
--- a/api/Outlook.RemoteItem.BeforeDelete.md
+++ b/api/Outlook.RemoteItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.RemoteItem.Close(even).md b/api/Outlook.RemoteItem.Close(even).md
index 83e5cec3b9a..0b4456297a0 100644
--- a/api/Outlook.RemoteItem.Close(even).md
+++ b/api/Outlook.RemoteItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.RemoteItem.Close(method).md b/api/Outlook.RemoteItem.Close(method).md
index af4f724176a..e99796ae850 100644
--- a/api/Outlook.RemoteItem.Close(method).md
+++ b/api/Outlook.RemoteItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.RemoteItem.CustomAction.md b/api/Outlook.RemoteItem.CustomAction.md
index 3c6d99c89d6..97f9de3e2cf 100644
--- a/api/Outlook.RemoteItem.CustomAction.md
+++ b/api/Outlook.RemoteItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.RemoteItem.CustomPropertyChange.md b/api/Outlook.RemoteItem.CustomPropertyChange.md
index d5c8121997f..38e96a4f96b 100644
--- a/api/Outlook.RemoteItem.CustomPropertyChange.md
+++ b/api/Outlook.RemoteItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.RemoteItem.Display.md b/api/Outlook.RemoteItem.Display.md
index 2449d756c2a..202932371ee 100644
--- a/api/Outlook.RemoteItem.Display.md
+++ b/api/Outlook.RemoteItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.RemoteItem.Forward.md b/api/Outlook.RemoteItem.Forward.md
index 67f4de4465d..cad89498c95 100644
--- a/api/Outlook.RemoteItem.Forward.md
+++ b/api/Outlook.RemoteItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.RemoteItem.GetConversation.md b/api/Outlook.RemoteItem.GetConversation.md
index 0485d6f1550..a35c705aff5 100644
--- a/api/Outlook.RemoteItem.GetConversation.md
+++ b/api/Outlook.RemoteItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[RemoteItem](Outlook.RemoteItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.RemoteItem.Move.md b/api/Outlook.RemoteItem.Move.md
index 37ddd8e11c8..76d6a17cd3e 100644
--- a/api/Outlook.RemoteItem.Move.md
+++ b/api/Outlook.RemoteItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.RemoteItem.Open.md b/api/Outlook.RemoteItem.Open.md
index 13d48083c40..7c9c46d63e1 100644
--- a/api/Outlook.RemoteItem.Open.md
+++ b/api/Outlook.RemoteItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.RemoteItem.PropertyChange.md b/api/Outlook.RemoteItem.PropertyChange.md
index 98c36c40902..48b5bf666e5 100644
--- a/api/Outlook.RemoteItem.PropertyChange.md
+++ b/api/Outlook.RemoteItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.RemoteItem.Reply.md b/api/Outlook.RemoteItem.Reply.md
index 98b7b4b6831..8f0c919eb36 100644
--- a/api/Outlook.RemoteItem.Reply.md
+++ b/api/Outlook.RemoteItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.RemoteItem.ReplyAll.md b/api/Outlook.RemoteItem.ReplyAll.md
index 61321006afd..ba38531334c 100644
--- a/api/Outlook.RemoteItem.ReplyAll.md
+++ b/api/Outlook.RemoteItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.RemoteItem.SaveAs.md b/api/Outlook.RemoteItem.SaveAs.md
index fab516b9d8c..8858a4f96b7 100644
--- a/api/Outlook.RemoteItem.SaveAs.md
+++ b/api/Outlook.RemoteItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **[OlSaveAsType](Outlook.OlSaveAsType.md)** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.RemoteItem.Send.md b/api/Outlook.RemoteItem.Send.md
index 5b7a9320fcc..0e023bb4072 100644
--- a/api/Outlook.RemoteItem.Send.md
+++ b/api/Outlook.RemoteItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.RemoteItem.Write.md b/api/Outlook.RemoteItem.Write.md
index 8cf62cec08a..3aaa1e1f14d 100644
--- a/api/Outlook.RemoteItem.Write.md
+++ b/api/Outlook.RemoteItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.ReportItem.AttachmentAdd.md b/api/Outlook.ReportItem.AttachmentAdd.md
index 763f8319529..855552a7e0d 100644
--- a/api/Outlook.ReportItem.AttachmentAdd.md
+++ b/api/Outlook.ReportItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.ReportItem.AttachmentRead.md b/api/Outlook.ReportItem.AttachmentRead.md
index f3840be04e8..812fce267c5 100644
--- a/api/Outlook.ReportItem.AttachmentRead.md
+++ b/api/Outlook.ReportItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.ReportItem.AttachmentRemove.md b/api/Outlook.ReportItem.AttachmentRemove.md
index 384d6729acf..1d5518a06e6 100644
--- a/api/Outlook.ReportItem.AttachmentRemove.md
+++ b/api/Outlook.ReportItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.ReportItem.BeforeAttachmentAdd.md b/api/Outlook.ReportItem.BeforeAttachmentAdd.md
index a095bc6765a..035fb1b44de 100644
--- a/api/Outlook.ReportItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.ReportItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.ReportItem.BeforeAttachmentPreview.md b/api/Outlook.ReportItem.BeforeAttachmentPreview.md
index eb6a7d5cb28..b047cfdba4c 100644
--- a/api/Outlook.ReportItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.ReportItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.ReportItem.BeforeAttachmentRead.md b/api/Outlook.ReportItem.BeforeAttachmentRead.md
index b40d6076c31..fbbc47a0d06 100644
--- a/api/Outlook.ReportItem.BeforeAttachmentRead.md
+++ b/api/Outlook.ReportItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.ReportItem.BeforeAttachmentSave.md b/api/Outlook.ReportItem.BeforeAttachmentSave.md
index 1a784694877..9a7b807fbe1 100644
--- a/api/Outlook.ReportItem.BeforeAttachmentSave.md
+++ b/api/Outlook.ReportItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.ReportItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.ReportItem.BeforeAttachmentWriteToTempFile.md
index 78314ead9b0..2e37b5db054 100644
--- a/api/Outlook.ReportItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.ReportItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.ReportItem.BeforeAutoSave.md b/api/Outlook.ReportItem.BeforeAutoSave.md
index 2b37e349c2a..ff75712e3c4 100644
--- a/api/Outlook.ReportItem.BeforeAutoSave.md
+++ b/api/Outlook.ReportItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[ReportItem](Outlook.ReportItem.md)** to be saved.|
diff --git a/api/Outlook.ReportItem.BeforeCheckNames.md b/api/Outlook.ReportItem.BeforeCheckNames.md
index 438d7500711..5c7f76cea3a 100644
--- a/api/Outlook.ReportItem.BeforeCheckNames.md
+++ b/api/Outlook.ReportItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.ReportItem.BeforeDelete.md b/api/Outlook.ReportItem.BeforeDelete.md
index 6de26cd4cb9..768cc0d71ab 100644
--- a/api/Outlook.ReportItem.BeforeDelete.md
+++ b/api/Outlook.ReportItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.ReportItem.Close(even).md b/api/Outlook.ReportItem.Close(even).md
index 4bb966917ea..bc66fa8002e 100644
--- a/api/Outlook.ReportItem.Close(even).md
+++ b/api/Outlook.ReportItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.ReportItem.Close(method).md b/api/Outlook.ReportItem.Close(method).md
index a0c140689ad..ac1557c2823 100644
--- a/api/Outlook.ReportItem.Close(method).md
+++ b/api/Outlook.ReportItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.ReportItem.CustomAction.md b/api/Outlook.ReportItem.CustomAction.md
index ce7a46ac35f..012beb9136e 100644
--- a/api/Outlook.ReportItem.CustomAction.md
+++ b/api/Outlook.ReportItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.ReportItem.CustomPropertyChange.md b/api/Outlook.ReportItem.CustomPropertyChange.md
index 59f32aafeda..06133963375 100644
--- a/api/Outlook.ReportItem.CustomPropertyChange.md
+++ b/api/Outlook.ReportItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.ReportItem.Display.md b/api/Outlook.ReportItem.Display.md
index 806eb3aa54f..5dd18eef996 100644
--- a/api/Outlook.ReportItem.Display.md
+++ b/api/Outlook.ReportItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.ReportItem.Forward.md b/api/Outlook.ReportItem.Forward.md
index eb073e3e36f..03e0211e56a 100644
--- a/api/Outlook.ReportItem.Forward.md
+++ b/api/Outlook.ReportItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.ReportItem.GetConversation.md b/api/Outlook.ReportItem.GetConversation.md
index 10680834ebc..10964c9ea6e 100644
--- a/api/Outlook.ReportItem.GetConversation.md
+++ b/api/Outlook.ReportItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[ReportItem](Outlook.ReportItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.ReportItem.Move.md b/api/Outlook.ReportItem.Move.md
index e2c4c69c420..46e0ec803a6 100644
--- a/api/Outlook.ReportItem.Move.md
+++ b/api/Outlook.ReportItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.ReportItem.Open.md b/api/Outlook.ReportItem.Open.md
index c702ca9f319..7ec610e88bd 100644
--- a/api/Outlook.ReportItem.Open.md
+++ b/api/Outlook.ReportItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.ReportItem.PropertyChange.md b/api/Outlook.ReportItem.PropertyChange.md
index 52a7dabd93c..9c407963781 100644
--- a/api/Outlook.ReportItem.PropertyChange.md
+++ b/api/Outlook.ReportItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.ReportItem.Reply.md b/api/Outlook.ReportItem.Reply.md
index 6e80907bf26..3c53e9a8b77 100644
--- a/api/Outlook.ReportItem.Reply.md
+++ b/api/Outlook.ReportItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.ReportItem.ReplyAll.md b/api/Outlook.ReportItem.ReplyAll.md
index 3402f422bfc..391a63f906a 100644
--- a/api/Outlook.ReportItem.ReplyAll.md
+++ b/api/Outlook.ReportItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.ReportItem.SaveAs.md b/api/Outlook.ReportItem.SaveAs.md
index 19fa5bb1876..fc9546e2126 100644
--- a/api/Outlook.ReportItem.SaveAs.md
+++ b/api/Outlook.ReportItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.ReportItem.Send.md b/api/Outlook.ReportItem.Send.md
index aed7b734697..8930fa696be 100644
--- a/api/Outlook.ReportItem.Send.md
+++ b/api/Outlook.ReportItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.ReportItem.Write.md b/api/Outlook.ReportItem.Write.md
index 0acc283e36d..bd0ae52a24b 100644
--- a/api/Outlook.ReportItem.Write.md
+++ b/api/Outlook.ReportItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.Results.GetFirst.md b/api/Outlook.Results.GetFirst.md
index 9dc0350852e..92ad4acb25c 100644
--- a/api/Outlook.Results.GetFirst.md
+++ b/api/Outlook.Results.GetFirst.md
@@ -23,7 +23,7 @@ Returns the first object in the collection.
_expression_ A variable that represents a [Results](./Outlook.Results.md) object.
-### Return Value
+### Return value
An **Object** value that represents the first object contained by the collection.
diff --git a/api/Outlook.Results.GetLast.md b/api/Outlook.Results.GetLast.md
index f01225d092b..2333d8180f1 100644
--- a/api/Outlook.Results.GetLast.md
+++ b/api/Outlook.Results.GetLast.md
@@ -23,7 +23,7 @@ Returns the last object in the collection.
_expression_ A variable that represents a [Results](./Outlook.Results.md) object.
-### Return Value
+### Return value
An **Object** value that represents the last object contained by the collection.
diff --git a/api/Outlook.Results.GetNext.md b/api/Outlook.Results.GetNext.md
index 6438e77990d..f37da43483a 100644
--- a/api/Outlook.Results.GetNext.md
+++ b/api/Outlook.Results.GetNext.md
@@ -23,7 +23,7 @@ Returns the next object in the collection.
_expression_ A variable that represents a [Results](./Outlook.Results.md) object.
-### Return Value
+### Return value
An **Object** value that represents the next object contained by the collection.
diff --git a/api/Outlook.Results.GetPrevious.md b/api/Outlook.Results.GetPrevious.md
index b6b219babbb..1b03efda826 100644
--- a/api/Outlook.Results.GetPrevious.md
+++ b/api/Outlook.Results.GetPrevious.md
@@ -23,7 +23,7 @@ Returns the previous object in the collection.
_expression_ A variable that represents a [Results](./Outlook.Results.md) object.
-### Return Value
+### Return value
An **Object** value that represents the previous object contained by the collection.
diff --git a/api/Outlook.Results.Item.md b/api/Outlook.Results.Item.md
index 7194a5153d7..f3edbe51d71 100644
--- a/api/Outlook.Results.Item.md
+++ b/api/Outlook.Results.Item.md
@@ -27,11 +27,11 @@ Returns an Outlook item from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Object** value that represents the specified object.
diff --git a/api/Outlook.Results.ItemAdd.md b/api/Outlook.Results.ItemAdd.md
index c3ae59677b7..92604b49bec 100644
--- a/api/Outlook.Results.ItemAdd.md
+++ b/api/Outlook.Results.ItemAdd.md
@@ -27,7 +27,7 @@ Occurs when one or more items are added to the specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item that was added.|
diff --git a/api/Outlook.Results.ItemChange.md b/api/Outlook.Results.ItemChange.md
index 55529a483ce..70b6f3ec3f1 100644
--- a/api/Outlook.Results.ItemChange.md
+++ b/api/Outlook.Results.ItemChange.md
@@ -27,7 +27,7 @@ Occurs when an item in the specified collection is changed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item that was changed.|
diff --git a/api/Outlook.Results.Sort.md b/api/Outlook.Results.Sort.md
index 77ba85451a3..273ac8e2fd3 100644
--- a/api/Outlook.Results.Sort.md
+++ b/api/Outlook.Results.Sort.md
@@ -27,7 +27,7 @@ Sorts the collection of items by the specified property. The index for the colle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Property_|Required| **String**|The name of the property by which to sort, which may be enclosed in brackets (for example, "[CompanyName]"). May not be a user-defined field, and may not be a multi-valued property, such as a category.|
| _Descending_|Optional| **Variant**| **True** to sort in descending order. The default value is **False** (ascending).|
diff --git a/api/Outlook.Row.BinaryToString.md b/api/Outlook.Row.BinaryToString.md
index 70da34cdca4..98a042e6b43 100644
--- a/api/Outlook.Row.BinaryToString.md
+++ b/api/Outlook.Row.BinaryToString.md
@@ -27,11 +27,11 @@ Obtains a **String** representing a value that has been converted from a binary
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|A 1-based index value that can be either a **Long** representing the column index for the **[Columns](Outlook.Columns.md)** collection or a **String** representing the **[Name](Outlook.Column.Name.md)** of the **Column** .|
-### Return Value
+### Return value
A hexadecimal **String** value that has been converted from a **PT_BINARY** value for the parent **Row** at the column specified by _Index_ . Returns the error, "Cannot convert the column specified by Index to String" if the value specified by _Index_ is not **PT_BINARY**.
diff --git a/api/Outlook.Row.GetValues.md b/api/Outlook.Row.GetValues.md
index 3fe39910bfb..5ea6fc69f29 100644
--- a/api/Outlook.Row.GetValues.md
+++ b/api/Outlook.Row.GetValues.md
@@ -23,7 +23,7 @@ Obtains a one-dimensional array containing the values for all columns at the **
_expression_ A variable that represents a [Row](./Outlook.Row.md) object.
-### Return Value
+### Return value
A **Variant** that represents an array of values for all the columns at that **Row** in the **Table** .
diff --git a/api/Outlook.Row.Item.md b/api/Outlook.Row.Item.md
index a217fcde370..e3798a8a97a 100644
--- a/api/Outlook.Row.Item.md
+++ b/api/Outlook.Row.Item.md
@@ -27,11 +27,11 @@ Obtains an **Object** that represents the value for the **[Row](Outlook.Row.md)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|A 1-based index value that can be either a **Long** representing the column index for the **[Columns](Outlook.Columns.md)** collection or a **String** representing the **[Name](Outlook.Column.Name.md)** of the **[Column](Outlook.Column.md)** .|
-### Return Value
+### Return value
A **Variant** that represents the value of a property (as specified by _Index_ ) of an item (as specified by the parent **Row**).
diff --git a/api/Outlook.Row.LocalTimeToUTC.md b/api/Outlook.Row.LocalTimeToUTC.md
index 28aa6ac7bcc..7202ef86db4 100644
--- a/api/Outlook.Row.LocalTimeToUTC.md
+++ b/api/Outlook.Row.LocalTimeToUTC.md
@@ -27,11 +27,11 @@ Obtains a **Date** value in a **[Table](Outlook.Table.md)** specified by the **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|A 1-based index value that can be either a **Long** representing the column index for the **[Columns](Outlook.Columns.md)** collection or a **String** representing the **[Name](Outlook.Column.Name.md)** of the **[Column](Outlook.Column.md)** .|
-### Return Value
+### Return value
A **Date** value that has been converted from a representation in local time to UTC. An error is returned if _Index_ is invalid or the row value indicated by _Index_ is not a **Date** value.
diff --git a/api/Outlook.Row.UTCToLocalTime.md b/api/Outlook.Row.UTCToLocalTime.md
index 23e10d78ccf..9fd1afe008b 100644
--- a/api/Outlook.Row.UTCToLocalTime.md
+++ b/api/Outlook.Row.UTCToLocalTime.md
@@ -27,11 +27,11 @@ Obtains a **Date** value in a **[Table](Outlook.Table.md)** specified by the **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|A 1-based index value that can be either a **Long** representing the column index for the **[Columns](Outlook.Columns.md)** collection or a **String** representing the **[Name](Outlook.Column.Name.md)** of the **[Column](Outlook.Column.md)** .|
-### Return Value
+### Return value
A **Date** value that has been converted from a representation in UTC to local time. An error is returned if _Index_ is invalid or the row value indicated by _Index_ is not a **Date** value.
diff --git a/api/Outlook.Rule.Execute.md b/api/Outlook.Rule.Execute.md
index 0bd784b8181..44dfe99d85a 100644
--- a/api/Outlook.Rule.Execute.md
+++ b/api/Outlook.Rule.Execute.md
@@ -27,7 +27,7 @@ Applies a rule as an one-off operation.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShowProgress_|Optional| **Boolean**| **True** to display the progress dialog box when the rule is executed, **False** to run the rule without displaying the dialog box.|
| _Folder_|Optional| **[Folder](Outlook.Folder.md)**|Represents the folder where the rule will be applied.|
diff --git a/api/Outlook.RuleActions.Item.md b/api/Outlook.RuleActions.Item.md
index d0b5edb7eb8..e6343b51059 100644
--- a/api/Outlook.RuleActions.Item.md
+++ b/api/Outlook.RuleActions.Item.md
@@ -27,11 +27,11 @@ Obtains a **[RuleAction](Outlook.RuleAction.md)** object specified by _Index_ w
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A 1-based numerical value that reflects the ordinal position of a rule action within the **RuleActions** collection. For example, the index value of the first rule action in the collection is 1, and the index value of the second rule action is 2.|
-### Return Value
+### Return value
A **RuleAction** object that matches the rule action specified by _Index_ .
diff --git a/api/Outlook.RuleConditions.Item.md b/api/Outlook.RuleConditions.Item.md
index b5b6f4ac94c..694bafa03b8 100644
--- a/api/Outlook.RuleConditions.Item.md
+++ b/api/Outlook.RuleConditions.Item.md
@@ -27,11 +27,11 @@ Obtains a **[RuleCondition](Outlook.RuleCondition.md)** object specified by _In
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|A 1-based numerical value that reflects the ordinal position of a rule condition within the **RuleConditions** collection. For example, the index value of the first rule condition in the collection is 1, and the index value of the second rule condition is 2.|
-### Return Value
+### Return value
A **RuleCondition** object that represents the specified object.
diff --git a/api/Outlook.Rules.Create.md b/api/Outlook.Rules.Create.md
index 08137cc5d5e..f124dbd7e84 100644
--- a/api/Outlook.Rules.Create.md
+++ b/api/Outlook.Rules.Create.md
@@ -27,12 +27,12 @@ Creates a **[Rule](Outlook.Rule.md)** object with the name specified by _Name_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|A string identifier for the rule, which will be represented by **[Rule.Name](Outlook.Rule.Name.md)** after rule creation. Names of rules in a collection are not unique.|
| _RuleType_|Required| **[OlRuleType](Outlook.OlRuleType.md)**|A constant in the **OlRuleType** enumeration that determines whether the rule is applied on sending or receiving a message.|
-### Return Value
+### Return value
A **Rule** object that represents the newly created rule.
diff --git a/api/Outlook.Rules.Item.md b/api/Outlook.Rules.Item.md
index a4216d4b9ad..839336c3415 100644
--- a/api/Outlook.Rules.Item.md
+++ b/api/Outlook.Rules.Item.md
@@ -27,11 +27,11 @@ Obtains a **[Rule](Outlook.Rule.md)** object specified by _Index_ , which is ei
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either a 1-based **long** value representing an index into the **Rules** collection, or a **string** name representing the value of the default property of a rule, **[Rule.Name](Outlook.Rule.Name.md)** .|
-### Return Value
+### Return value
A **Rule** object that matches the rule specified by _Index_ .
diff --git a/api/Outlook.Rules.Remove.md b/api/Outlook.Rules.Remove.md
index aa15d396888..42fd4f80b2a 100644
--- a/api/Outlook.Rules.Remove.md
+++ b/api/Outlook.Rules.Remove.md
@@ -27,7 +27,7 @@ Removes from the **Rules** collection a **Rule** object specified by _Index_ ,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either a **long** value representing an index into the **Rules** collection, or a **string** name representing the value of the default property of a rule, **[Rule.Name](Outlook.Rule.Name.md)** .|
diff --git a/api/Outlook.Rules.Save.md b/api/Outlook.Rules.Save.md
index 1156e71d0ef..5c7e1e961df 100644
--- a/api/Outlook.Rules.Save.md
+++ b/api/Outlook.Rules.Save.md
@@ -27,7 +27,7 @@ Saves all rules in the **[Rules](Outlook.Rules.md)** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShowProgress_|Optional| **Boolean**| **True** to display the progress dialog box, **False** to save rules without showing the progress.|
diff --git a/api/Outlook.Search.GetTable.md b/api/Outlook.Search.GetTable.md
index a8f37a66363..50de953969e 100644
--- a/api/Outlook.Search.GetTable.md
+++ b/api/Outlook.Search.GetTable.md
@@ -23,7 +23,7 @@ Obtains a **[Table](Outlook.Table.md)** object that contains items filtered by
_expression_ A variable that represents a [Search](./Outlook.Search.md) object.
-### Return Value
+### Return value
A **Table** that contains items that meet the criteria specified by the _Filter_ parameter in a preceding **Application.AdvancedSearch** method call.
diff --git a/api/Outlook.Search.Save.md b/api/Outlook.Search.Save.md
index 103dbc4f5e7..21b9e48784e 100644
--- a/api/Outlook.Search.Save.md
+++ b/api/Outlook.Search.Save.md
@@ -27,7 +27,7 @@ Saves the search results to a Search Folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SchFldrName_|Required| **String**|A string that represents the Search Folder name.|
diff --git a/api/Outlook.SelectNamesDialog.Display.md b/api/Outlook.SelectNamesDialog.Display.md
index b0d0ec23e69..8366dd3b27e 100644
--- a/api/Outlook.SelectNamesDialog.Display.md
+++ b/api/Outlook.SelectNamesDialog.Display.md
@@ -23,7 +23,7 @@ Displays the **Select Names** dialog box.
_expression_ A variable that represents a [SelectNamesDialog](./Outlook.SelectNamesDialog.md) object.
-### Return Value
+### Return value
A **Boolean** value that is **True** if the user has clicked **OK**, and **False** if the user has clicked **Cancel** or the Close icon.
diff --git a/api/Outlook.SelectNamesDialog.SetDefaultDisplayMode.md b/api/Outlook.SelectNamesDialog.SetDefaultDisplayMode.md
index bc4730561ea..80874876a21 100644
--- a/api/Outlook.SelectNamesDialog.SetDefaultDisplayMode.md
+++ b/api/Outlook.SelectNamesDialog.SetDefaultDisplayMode.md
@@ -27,7 +27,7 @@ Sets the default display mode for the **Select Names** dialog box, specifying i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _defaultMode_|Required| **[OlDefaultSelectNamesDisplayMode](Outlook.OlDefaultSelectNamesDisplayMode.md)**|A constant in the **OlDefaultSelectNamesDisplayMode** enumeration that determines the default caption and button labels for the **Select Names** dialog box.|
diff --git a/api/Outlook.Selection.GetSelection.md b/api/Outlook.Selection.GetSelection.md
index 214003353a7..239f4912a95 100644
--- a/api/Outlook.Selection.GetSelection.md
+++ b/api/Outlook.Selection.GetSelection.md
@@ -27,11 +27,11 @@ Returns a **[Selection](Outlook.Selection.md)** object that contains the kind o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SelectionContents_|Required| **[OlSelectionContents](Outlook.OlSelectionContents.md)**|Specifies the kind of objects in the selection to return.|
-### Return Value
+### Return value
A **Selection** object that contains the specified kind of objects that are selected in the active explorer.
diff --git a/api/Outlook.Selection.Item.md b/api/Outlook.Selection.Item.md
index e1d2c0a37f3..163ee0cac86 100644
--- a/api/Outlook.Selection.Item.md
+++ b/api/Outlook.Selection.Item.md
@@ -27,11 +27,11 @@ Returns a Microsoft Outlook item or conversation header from the selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
An **Object** that represents the specified item or conversation header.
diff --git a/api/Outlook.SharingItem.AddBusinessCard.md b/api/Outlook.SharingItem.AddBusinessCard.md
index e6d05f1ed9c..12d43a656d1 100644
--- a/api/Outlook.SharingItem.AddBusinessCard.md
+++ b/api/Outlook.SharingItem.AddBusinessCard.md
@@ -27,7 +27,7 @@ Appends contact information based on the Electronic Business Card (EBC) associat
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _contact_|Required| **ContactItem**|The contact item from which to obtain the business card information.|
diff --git a/api/Outlook.SharingItem.AllowWriteAccess.md b/api/Outlook.SharingItem.AllowWriteAccess.md
index 5d0de0ba9bf..89c783ffc65 100644
--- a/api/Outlook.SharingItem.AllowWriteAccess.md
+++ b/api/Outlook.SharingItem.AllowWriteAccess.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that indicates whether a sharing invitation
_expression_ An expression that returns a [SharingItem](./Outlook.SharingItem.md) object.
-### Return Value
+### Return value
**True** if the recipient of the sharing invitation should receive write access; otherwise **False** . The default is **false** .
diff --git a/api/Outlook.SharingItem.AttachmentAdd.md b/api/Outlook.SharingItem.AttachmentAdd.md
index c36d187a59d..ff5ba41437d 100644
--- a/api/Outlook.SharingItem.AttachmentAdd.md
+++ b/api/Outlook.SharingItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.SharingItem.AttachmentRead.md b/api/Outlook.SharingItem.AttachmentRead.md
index f06d2c7c812..2c980041522 100644
--- a/api/Outlook.SharingItem.AttachmentRead.md
+++ b/api/Outlook.SharingItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.SharingItem.AttachmentRemove.md b/api/Outlook.SharingItem.AttachmentRemove.md
index 12feb932399..24e276d969f 100644
--- a/api/Outlook.SharingItem.AttachmentRemove.md
+++ b/api/Outlook.SharingItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.SharingItem.BeforeAttachmentAdd.md b/api/Outlook.SharingItem.BeforeAttachmentAdd.md
index 721aeb30209..5d96d9839d1 100644
--- a/api/Outlook.SharingItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.SharingItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.SharingItem.BeforeAttachmentPreview.md b/api/Outlook.SharingItem.BeforeAttachmentPreview.md
index a31b968f9f4..2e23fbb3f25 100644
--- a/api/Outlook.SharingItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.SharingItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.SharingItem.BeforeAttachmentRead.md b/api/Outlook.SharingItem.BeforeAttachmentRead.md
index fa56d00e528..c733431d21d 100644
--- a/api/Outlook.SharingItem.BeforeAttachmentRead.md
+++ b/api/Outlook.SharingItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.SharingItem.BeforeAttachmentSave.md b/api/Outlook.SharingItem.BeforeAttachmentSave.md
index 4b51e2c89a4..07b0febb4d2 100644
--- a/api/Outlook.SharingItem.BeforeAttachmentSave.md
+++ b/api/Outlook.SharingItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be saved.|
diff --git a/api/Outlook.SharingItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.SharingItem.BeforeAttachmentWriteToTempFile.md
index 72a331fb037..42926f96e4d 100644
--- a/api/Outlook.SharingItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.SharingItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.SharingItem.BeforeAutoSave.md b/api/Outlook.SharingItem.BeforeAutoSave.md
index d487e938ad2..47576e55df3 100644
--- a/api/Outlook.SharingItem.BeforeAutoSave.md
+++ b/api/Outlook.SharingItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the **[SharingItem](Outlook.SharingItem.md)** is automatically sa
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **SharingItem** to be saved.|
diff --git a/api/Outlook.SharingItem.BeforeCheckNames.md b/api/Outlook.SharingItem.BeforeCheckNames.md
index de68397eb23..ed7f43408f8 100644
--- a/api/Outlook.SharingItem.BeforeCheckNames.md
+++ b/api/Outlook.SharingItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.SharingItem.BeforeDelete.md b/api/Outlook.SharingItem.BeforeDelete.md
index 0b42d54d241..8af082255be 100644
--- a/api/Outlook.SharingItem.BeforeDelete.md
+++ b/api/Outlook.SharingItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.SharingItem.Close(even).md b/api/Outlook.SharingItem.Close(even).md
index 43fae07d2d4..db106ed2659 100644
--- a/api/Outlook.SharingItem.Close(even).md
+++ b/api/Outlook.SharingItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.SharingItem.Close(method).md b/api/Outlook.SharingItem.Close(method).md
index 040ed554a4b..d513b624cfc 100644
--- a/api/Outlook.SharingItem.Close(method).md
+++ b/api/Outlook.SharingItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the **[SharingItem](Outlook.SharingItem.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.SharingItem.CustomAction.md b/api/Outlook.SharingItem.CustomAction.md
index d68ac2b09b0..d239adffbe9 100644
--- a/api/Outlook.SharingItem.CustomAction.md
+++ b/api/Outlook.SharingItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.SharingItem.CustomPropertyChange.md b/api/Outlook.SharingItem.CustomPropertyChange.md
index 55c9391c0af..9b7df395173 100644
--- a/api/Outlook.SharingItem.CustomPropertyChange.md
+++ b/api/Outlook.SharingItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.SharingItem.Deny.md b/api/Outlook.SharingItem.Deny.md
index 03ddbf83d5c..9eaa689fdaf 100644
--- a/api/Outlook.SharingItem.Deny.md
+++ b/api/Outlook.SharingItem.Deny.md
@@ -23,7 +23,7 @@ Denies a sharing request and sends a sharing response to the sender of the **[S
_expression_ An expression that returns a [SharingItem](./Outlook.SharingItem.md) object.
-### Return Value
+### Return value
A **SharingItem** object that represents the sharing response.
diff --git a/api/Outlook.SharingItem.Display.md b/api/Outlook.SharingItem.Display.md
index 8057525a7c4..f5aba87588b 100644
--- a/api/Outlook.SharingItem.Display.md
+++ b/api/Outlook.SharingItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the **[SharingI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.SharingItem.Forward(even).md b/api/Outlook.SharingItem.Forward(even).md
index 5b63d12e350..fdd6d3a2857 100644
--- a/api/Outlook.SharingItem.Forward(even).md
+++ b/api/Outlook.SharingItem.Forward(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item, or when the **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.SharingItem.Forward(method).md b/api/Outlook.SharingItem.Forward(method).md
index b25795c225e..0e6b0b27163 100644
--- a/api/Outlook.SharingItem.Forward(method).md
+++ b/api/Outlook.SharingItem.Forward(method).md
@@ -23,7 +23,7 @@ Executes the **Forward** action for an item and returns the resulting copy as a
_expression_ A variable that represents a [SharingItem](./Outlook.SharingItem.md) object.
-### Return Value
+### Return value
A **SharingItem** object that represents the new sharing invitation.
diff --git a/api/Outlook.SharingItem.GetConversation.md b/api/Outlook.SharingItem.GetConversation.md
index 9bc00555071..53245ab98b7 100644
--- a/api/Outlook.SharingItem.GetConversation.md
+++ b/api/Outlook.SharingItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[SharingItem](Outlook.SharingItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.SharingItem.MarkAsTask.md b/api/Outlook.SharingItem.MarkAsTask.md
index 17f56ea5ad6..8b845444511 100644
--- a/api/Outlook.SharingItem.MarkAsTask.md
+++ b/api/Outlook.SharingItem.MarkAsTask.md
@@ -27,7 +27,7 @@ Marks a **[SharingItem](Outlook.SharingItem.md)** object as a task and assigns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MarkInterval_|Required| **[OlMarkInterval](Outlook.OlMarkInterval.md)**|The task interval for the **SharingItem** .|
diff --git a/api/Outlook.SharingItem.Move.md b/api/Outlook.SharingItem.Move.md
index 984dc55f214..8a33c78d366 100644
--- a/api/Outlook.SharingItem.Move.md
+++ b/api/Outlook.SharingItem.Move.md
@@ -27,11 +27,11 @@ Moves a **[SharingItem](Outlook.SharingItem.md)** to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item that has been moved to the designated folder.
diff --git a/api/Outlook.SharingItem.Open.md b/api/Outlook.SharingItem.Open.md
index 20a14336298..f1a853ed560 100644
--- a/api/Outlook.SharingItem.Open.md
+++ b/api/Outlook.SharingItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.SharingItem.OpenSharedFolder.md b/api/Outlook.SharingItem.OpenSharedFolder.md
index 963888bc38c..db37a696de4 100644
--- a/api/Outlook.SharingItem.OpenSharedFolder.md
+++ b/api/Outlook.SharingItem.OpenSharedFolder.md
@@ -23,7 +23,7 @@ Opens a shared folder offered by a sharing invitation.
_expression_ An expression that returns a [SharingItem](./Outlook.SharingItem.md) object.
-### Return Value
+### Return value
A **[Folder](Outlook.Folder.md)** object that represents the shared folder.
diff --git a/api/Outlook.SharingItem.PropertyChange.md b/api/Outlook.SharingItem.PropertyChange.md
index 35b8c1fe2b6..d20a33bde22 100644
--- a/api/Outlook.SharingItem.PropertyChange.md
+++ b/api/Outlook.SharingItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.Sha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.SharingItem.Reply(even).md b/api/Outlook.SharingItem.Reply(even).md
index d23e0f2b008..b8d1299530b 100644
--- a/api/Outlook.SharingItem.Reply(even).md
+++ b/api/Outlook.SharingItem.Reply(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item, or when the **[R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.SharingItem.Reply(method).md b/api/Outlook.SharingItem.Reply(method).md
index 52b635b2366..5315e3a1cfb 100644
--- a/api/Outlook.SharingItem.Reply(method).md
+++ b/api/Outlook.SharingItem.Reply(method).md
@@ -23,7 +23,7 @@ Creates a reply, pre-addressed to the original sender, from the original **[Sha
_expression_ A variable that represents a [SharingItem](./Outlook.SharingItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** object that represents the reply.
diff --git a/api/Outlook.SharingItem.ReplyAll(even).md b/api/Outlook.SharingItem.ReplyAll(even).md
index ba8902105ac..c46c67add0d 100644
--- a/api/Outlook.SharingItem.ReplyAll(even).md
+++ b/api/Outlook.SharingItem.ReplyAll(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item, or when the *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.SharingItem.ReplyAll(method).md b/api/Outlook.SharingItem.ReplyAll(method).md
index 8bbe0a40dd2..22b85d4d71c 100644
--- a/api/Outlook.SharingItem.ReplyAll(method).md
+++ b/api/Outlook.SharingItem.ReplyAll(method).md
@@ -23,7 +23,7 @@ Creates a reply to all original recipients from the original **[SharingItem](Ou
_expression_ A variable that represents a [SharingItem](./Outlook.SharingItem.md) object.
-### Return Value
+### Return value
A **[MailItem](Outlook.MailItem.md)** object that represents the reply.
diff --git a/api/Outlook.SharingItem.SaveAs.md b/api/Outlook.SharingItem.SaveAs.md
index ff1ac8dc1db..8e4bef0752c 100644
--- a/api/Outlook.SharingItem.SaveAs.md
+++ b/api/Outlook.SharingItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the **[SharingItem](Outlook.SharingItem.md)** to the specified path and i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.SharingItem.Send(even).md b/api/Outlook.SharingItem.Send(even).md
index de20a7e66bd..6e591bf3d9b 100644
--- a/api/Outlook.SharingItem.Send(even).md
+++ b/api/Outlook.SharingItem.Send(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item, or when the **[Se
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.SharingItem.Write.md b/api/Outlook.SharingItem.Write.md
index 7db3fe5007d..d0a871684ab 100644
--- a/api/Outlook.SharingItem.Write.md
+++ b/api/Outlook.SharingItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.SimpleItems.Item.md b/api/Outlook.SimpleItems.Item.md
index 9d87ebbca05..7324a1b8a50 100644
--- a/api/Outlook.SimpleItems.Item.md
+++ b/api/Outlook.SimpleItems.Item.md
@@ -27,11 +27,11 @@ Returns an item in the **[SimpleItems](Outlook.SimpleItems.md)** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The zero-based index number of the object in the **SimpleItems** collection.|
-### Return Value
+### Return value
An **Object** that represents an Outlook item in the **SimpleItems** collection.
diff --git a/api/Outlook.SolutionsModule.AddSolution.md b/api/Outlook.SolutionsModule.AddSolution.md
index 7cec96ce4c1..89c7e8d1354 100644
--- a/api/Outlook.SolutionsModule.AddSolution.md
+++ b/api/Outlook.SolutionsModule.AddSolution.md
@@ -27,7 +27,7 @@ Adds a solution root folder and its subfolders to the **Solutions** module.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Solution_|Required| **[Folder](Outlook.Folder.md)**|Specifies the solution root folder to add to the **Solutions** module.|
| _Scope_|Required| **[OlSolutionScope](Outlook.OlSolutionScope.md)**|Specifies whether to display the folders that are in the solution only in the **Solutions** module and the **Folder List**, or to display them in their respective default modules in the Navigation Pane as well.|
diff --git a/api/Outlook.Store.GetDefaultFolder.md b/api/Outlook.Store.GetDefaultFolder.md
index 0a1aa222f01..2f927bbcbeb 100644
--- a/api/Outlook.Store.GetDefaultFolder.md
+++ b/api/Outlook.Store.GetDefaultFolder.md
@@ -27,11 +27,11 @@ Returns a **[Folder](Outlook.Folder.md)** object that represents the default fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FolderType_|Required| **[OlDefaultFolders](Outlook.OlDefaultFolders.md)**|Specifies the type of the requested default folder.|
-### Return Value
+### Return value
A **Folder** object that represents the default folder of the requested type. If the default folder of the requested type does not exist, **GetDefaultFolder** returns **Null** (**Nothing** in Visual Basic).
diff --git a/api/Outlook.Store.GetRootFolder.md b/api/Outlook.Store.GetRootFolder.md
index 9e7c5fc1bbe..e9b2119e20f 100644
--- a/api/Outlook.Store.GetRootFolder.md
+++ b/api/Outlook.Store.GetRootFolder.md
@@ -23,7 +23,7 @@ Returns a **[Folder](Outlook.Folder.md)** object representing the root-level fo
_expression_ A variable that represents a [Store](./Outlook.Store.md) object.
-### Return Value
+### Return value
A **Folder** object that represents the folder at the root of that **Store** .
diff --git a/api/Outlook.Store.GetRules.md b/api/Outlook.Store.GetRules.md
index e78511bd04a..e1e5fcc72b9 100644
--- a/api/Outlook.Store.GetRules.md
+++ b/api/Outlook.Store.GetRules.md
@@ -23,7 +23,7 @@ Returns a **[Rules](Outlook.Rules.md)** collection object that contains the **[
_expression_ A variable that represents a [Store](./Outlook.Store.md) object.
-### Return Value
+### Return value
A **Rules** collection object that represents the set of **Rules** defined for the current session.
diff --git a/api/Outlook.Store.GetSearchFolders.md b/api/Outlook.Store.GetSearchFolders.md
index 523aeffa956..4b3973bc171 100644
--- a/api/Outlook.Store.GetSearchFolders.md
+++ b/api/Outlook.Store.GetSearchFolders.md
@@ -23,7 +23,7 @@ Returns a **[Folders](Outlook.Folders.md)** collection object that represents t
_expression_ A variable that represents a [Store](./Outlook.Store.md) object.
-### Return Value
+### Return value
A **Folders** collection object that represents all the search folders for the **Store** object.
diff --git a/api/Outlook.Store.GetSpecialFolder.md b/api/Outlook.Store.GetSpecialFolder.md
index 9c7fa5d40c2..305e1dbbf5a 100644
--- a/api/Outlook.Store.GetSpecialFolder.md
+++ b/api/Outlook.Store.GetSpecialFolder.md
@@ -27,11 +27,11 @@ Returns a **[Folder](Outlook.Folder.md)** object for a special folder specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FolderType_|Required| **[OlSpecialFolders](Outlook.OlSpecialFolders.md)**|A constant in the **OlSpecialFolders** enumeration that specifies the type of the special folder in the store.|
-### Return Value
+### Return value
A **Folder** object that represents a special folder specified by the _FolderType_ .
diff --git a/api/Outlook.Stores.BeforeStoreRemove.md b/api/Outlook.Stores.BeforeStoreRemove.md
index 41aa2feb8c7..a3c269a8d84 100644
--- a/api/Outlook.Stores.BeforeStoreRemove.md
+++ b/api/Outlook.Stores.BeforeStoreRemove.md
@@ -27,7 +27,7 @@ Occurs when a **[Store](Outlook.Store.md)** is about to be removed from the cur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **Store**|The **Store** object to be removed from the current session.|
| _Cancel_|Required| **Boolean**| **True** to cancel the removal of the specified store, **False** otherwise.|
diff --git a/api/Outlook.Stores.Item.md b/api/Outlook.Stores.Item.md
index a2c596eb6da..843f605fad4 100644
--- a/api/Outlook.Stores.Item.md
+++ b/api/Outlook.Stores.Item.md
@@ -27,11 +27,11 @@ Returns a **[Store](Outlook.Store.md)** object that is specified by _Index_ . R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either an **Integer** that specifies a one-based index into the **Stores** collection, or a **String** value that specifies the **[DisplayName](Outlook.Store.DisplayName.md)** of a **Store** in the **Stores** collection.|
-### Return Value
+### Return value
A **Store** object in the parent **[Stores](Outlook.Stores.md)** collection, as specified by _Index_ .
diff --git a/api/Outlook.Stores.StoreAdd.md b/api/Outlook.Stores.StoreAdd.md
index 69f4904f2ab..d1744e25ca7 100644
--- a/api/Outlook.Stores.StoreAdd.md
+++ b/api/Outlook.Stores.StoreAdd.md
@@ -27,7 +27,7 @@ Occurs when a **[Store](Outlook.Store.md)** has been added to the current sessi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Store_|Required| **Store**|The **Store** to be added to the current session.|
diff --git a/api/Outlook.SyncObject.OnError.md b/api/Outlook.SyncObject.OnError.md
index cc05ca0cb02..92f79ba3749 100644
--- a/api/Outlook.SyncObject.OnError.md
+++ b/api/Outlook.SyncObject.OnError.md
@@ -27,7 +27,7 @@ Occurs when Microsoft Outlook encounters an error while synchronizing a user?s f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Code_|Required| **Long**|A unique value that identifies the error.|
| _Description_|Required| **String**|A textual description of the error.|
diff --git a/api/Outlook.SyncObject.Progress.md b/api/Outlook.SyncObject.Progress.md
index 7cf43e2b8cc..9131417be6e 100644
--- a/api/Outlook.SyncObject.Progress.md
+++ b/api/Outlook.SyncObject.Progress.md
@@ -27,7 +27,7 @@ Occurs periodically while Microsoft Outlook is synchronizing a user?s folders us
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _State_|Required| **[OlSyncState](Outlook.OlSyncState.md)**|A value that identifies the current state of the synchronization process.|
| _Description_|Required| **String**|A textual description of the current state of the synchronization process.|
diff --git a/api/Outlook.SyncObjects.Item.md b/api/Outlook.SyncObjects.Item.md
index 5875785a304..23ea87a6636 100644
--- a/api/Outlook.SyncObjects.Item.md
+++ b/api/Outlook.SyncObjects.Item.md
@@ -27,11 +27,11 @@ Returns a **[SyncObject](Outlook.SyncObject.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
A **SyncObject** object that represents the specified object.
diff --git a/api/Outlook.Table.FindNextRow.md b/api/Outlook.Table.FindNextRow.md
index 24fd3d14c4a..c10cb03f935 100644
--- a/api/Outlook.Table.FindNextRow.md
+++ b/api/Outlook.Table.FindNextRow.md
@@ -23,7 +23,7 @@ Finds the next row in the **[Table](Outlook.Table.md)** that meets the criteria
_expression_ A variable that represents a [Table](./Outlook.Table.md) object.
-### Return Value
+### Return value
A **[Row](Outlook.Row.md)** object that represents the next row in the **Table** that meets the filter condition in the preceding call to **FindRow** . Returns **Null** (**Nothing** in Visual Basic) if **FindNextRow** cannot find another row that meets the criteria specified in **FindRow** . Also returns **Null** if **FindRow** has not been called before **FindNextRow** .
diff --git a/api/Outlook.Table.FindRow.md b/api/Outlook.Table.FindRow.md
index a828d25a739..a621a62da0e 100644
--- a/api/Outlook.Table.FindRow.md
+++ b/api/Outlook.Table.FindRow.md
@@ -27,11 +27,11 @@ Finds the first row in the **[Table](Outlook.Table.md)** that meets the criteri
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filter_|Required| **String**|Specifies the condition that a row in the **Table** has to meet.|
-### Return Value
+### Return value
A **[Row](Outlook.Row.md)** object that represents the first row in the **Table** that meets the filter criteria. Returns **Null** (**Nothing** in Visual Basic) if no such row can be found, or the **Table** does not contain any rows.
diff --git a/api/Outlook.Table.GetArray.md b/api/Outlook.Table.GetArray.md
index 2de338e4542..761fbfb0c09 100644
--- a/api/Outlook.Table.GetArray.md
+++ b/api/Outlook.Table.GetArray.md
@@ -27,11 +27,11 @@ Obtains a two-dimensional array that contains a set of row and column values fro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MaxRows_|Required| **Long**|Specifies the maximum number of rows to return from the **Table** .|
-### Return Value
+### Return value
A **Variant** value that is a two-dimensional array representing a set of row and column values from the **Table** . The array is zero-based; an array index (i, j) indexes into the i-th column and j-th row in the array. Columns in the array correspond to columns in the **Table** , and rows in the array correspond to rows in the **Table** . The number of rows in the returned array is the lesser value of _MaxRows_ and the actual number of rows in the **Table**.
diff --git a/api/Outlook.Table.GetNextRow.md b/api/Outlook.Table.GetNextRow.md
index 02728cfd595..dbc00f3c150 100644
--- a/api/Outlook.Table.GetNextRow.md
+++ b/api/Outlook.Table.GetNextRow.md
@@ -23,7 +23,7 @@ Moves the current row to the next row in the **[Table](Outlook.Table.md)** and
_expression_ A variable that represents a [Table](./Outlook.Table.md) object.
-### Return Value
+### Return value
A **[Row](Outlook.Row.md)** object that represents the next valid row in the **Table** if there are additional rows available. If there are no additional rows available (where **[Table.EndOfTable](Outlook.Table.EndOfTable.md)** is **True**), **GetNextRow** will return **Null** (**Nothing** in Visual Basic).
diff --git a/api/Outlook.Table.GetRowCount.md b/api/Outlook.Table.GetRowCount.md
index e9ef9880059..beee95b3e02 100644
--- a/api/Outlook.Table.GetRowCount.md
+++ b/api/Outlook.Table.GetRowCount.md
@@ -23,7 +23,7 @@ Obtains the number of rows in the **[Table](Outlook.Table.md)** .
_expression_ A variable that represents a [Table](./Outlook.Table.md) object.
-### Return Value
+### Return value
A Long value that represents the number of rows in the Table.
diff --git a/api/Outlook.Table.Restrict.md b/api/Outlook.Table.Restrict.md
index b839d4e31a9..514aa8e0e53 100644
--- a/api/Outlook.Table.Restrict.md
+++ b/api/Outlook.Table.Restrict.md
@@ -27,11 +27,11 @@ Applies a filter to the rows in the **[Table](Outlook.Table.md)** and obtains a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filter_|Required| **String**|Specifies the criteria for rows in the **Table** object.|
-### Return Value
+### Return value
A **Table** object that is returned by applying _Filter_ to the rows in the parent **Table** object.
diff --git a/api/Outlook.Table.Sort.md b/api/Outlook.Table.Sort.md
index 7a9f748cfb8..e283fb3f718 100644
--- a/api/Outlook.Table.Sort.md
+++ b/api/Outlook.Table.Sort.md
@@ -27,7 +27,7 @@ Sorts the rows of the **[Table](Outlook.Table.md)** by the property specified i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SortProperty_|Required| **String**|Specifies the property to use to sort the rows of the **Table** .|
| _Descending_|Optional| **Boolean**|Whether to sort the **Table** in descending order.|
diff --git a/api/Outlook.TableView.Copy.md b/api/Outlook.TableView.Copy.md
index a41dc62bfa6..2b9ecfca138 100644
--- a/api/Outlook.TableView.Copy.md
+++ b/api/Outlook.TableView.Copy.md
@@ -27,12 +27,12 @@ Creates a new **[View](Outlook.View.md)** object based on the existing **[Table
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new view.|
| _SaveOption_|Optional| **[OlViewSaveOption](Outlook.OlViewSaveOption.md)**|The save option for the new view.|
-### Return Value
+### Return value
A **View** object that represents the new view.
diff --git a/api/Outlook.TableView.GetTable.md b/api/Outlook.TableView.GetTable.md
index 3137a0c5e0b..e4ee6bf934c 100644
--- a/api/Outlook.TableView.GetTable.md
+++ b/api/Outlook.TableView.GetTable.md
@@ -23,7 +23,7 @@ Returns a **[Table](Outlook.Table.md)** object that represents all of the Micro
_expression_ A variable that represents a [TableView](./Outlook.TableView.md) object.
-### Return Value
+### Return value
A **Table** whose rows represent items in the current table view.
diff --git a/api/Outlook.TableView.GoToDate.md b/api/Outlook.TableView.GoToDate.md
index dd3668c1a4c..db94f276634 100644
--- a/api/Outlook.TableView.GoToDate.md
+++ b/api/Outlook.TableView.GoToDate.md
@@ -27,7 +27,7 @@ Changes the date used by the current view to display information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required| **Date**|The date to which the view should be changed.|
diff --git a/api/Outlook.TaskItem.Assign.md b/api/Outlook.TaskItem.Assign.md
index 34438815f2f..e055587d7ea 100644
--- a/api/Outlook.TaskItem.Assign.md
+++ b/api/Outlook.TaskItem.Assign.md
@@ -23,7 +23,7 @@ Assigns a task and returns a **[TaskItem](Outlook.TaskItem.md)** object that re
_expression_ A variable that represents a [TaskItem](./Outlook.TaskItem.md) object.
-### Return Value
+### Return value
A **TaskItem** object that represents the task.
diff --git a/api/Outlook.TaskItem.AttachmentAdd.md b/api/Outlook.TaskItem.AttachmentAdd.md
index a14e0b47d79..23caf2e4d9d 100644
--- a/api/Outlook.TaskItem.AttachmentAdd.md
+++ b/api/Outlook.TaskItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.TaskItem.AttachmentRead.md b/api/Outlook.TaskItem.AttachmentRead.md
index 60d418b5efc..6d4c96f2ed1 100644
--- a/api/Outlook.TaskItem.AttachmentRead.md
+++ b/api/Outlook.TaskItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.TaskItem.AttachmentRemove.md b/api/Outlook.TaskItem.AttachmentRemove.md
index 24ed9928656..758ae50ba7a 100644
--- a/api/Outlook.TaskItem.AttachmentRemove.md
+++ b/api/Outlook.TaskItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.TaskItem.BeforeAttachmentAdd.md b/api/Outlook.TaskItem.BeforeAttachmentAdd.md
index 47c5db1e6e1..e01cd3de430 100644
--- a/api/Outlook.TaskItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.TaskItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.TaskItem.BeforeAttachmentPreview.md b/api/Outlook.TaskItem.BeforeAttachmentPreview.md
index a9c5bba6f36..d68340b28b3 100644
--- a/api/Outlook.TaskItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.TaskItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.TaskItem.BeforeAttachmentRead.md b/api/Outlook.TaskItem.BeforeAttachmentRead.md
index 569dfe6f8da..322d5e800d6 100644
--- a/api/Outlook.TaskItem.BeforeAttachmentRead.md
+++ b/api/Outlook.TaskItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.TaskItem.BeforeAttachmentSave.md b/api/Outlook.TaskItem.BeforeAttachmentSave.md
index ef02a8cb40a..73f59984a7d 100644
--- a/api/Outlook.TaskItem.BeforeAttachmentSave.md
+++ b/api/Outlook.TaskItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.TaskItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.TaskItem.BeforeAttachmentWriteToTempFile.md
index f4fb9ff7d5c..164805d1594 100644
--- a/api/Outlook.TaskItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.TaskItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.TaskItem.BeforeAutoSave.md b/api/Outlook.TaskItem.BeforeAutoSave.md
index dad70393272..e097680c685 100644
--- a/api/Outlook.TaskItem.BeforeAutoSave.md
+++ b/api/Outlook.TaskItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[TaskItem](Outlook.TaskItem.md)** to be saved.|
diff --git a/api/Outlook.TaskItem.BeforeCheckNames.md b/api/Outlook.TaskItem.BeforeCheckNames.md
index a6f1e9fed1e..f380fbe4d82 100644
--- a/api/Outlook.TaskItem.BeforeCheckNames.md
+++ b/api/Outlook.TaskItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.TaskItem.BeforeDelete.md b/api/Outlook.TaskItem.BeforeDelete.md
index 2c8acafcc28..589b556301b 100644
--- a/api/Outlook.TaskItem.BeforeDelete.md
+++ b/api/Outlook.TaskItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.TaskItem.Close(even).md b/api/Outlook.TaskItem.Close(even).md
index dc4d4905011..0e197c1f56d 100644
--- a/api/Outlook.TaskItem.Close(even).md
+++ b/api/Outlook.TaskItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskItem.Close(method).md b/api/Outlook.TaskItem.Close(method).md
index f3d2c0aedb3..c3c7ae2709b 100644
--- a/api/Outlook.TaskItem.Close(method).md
+++ b/api/Outlook.TaskItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.TaskItem.CustomAction.md b/api/Outlook.TaskItem.CustomAction.md
index 2d50c99dc3f..29bcfba00ed 100644
--- a/api/Outlook.TaskItem.CustomAction.md
+++ b/api/Outlook.TaskItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.TaskItem.CustomPropertyChange.md b/api/Outlook.TaskItem.CustomPropertyChange.md
index be9e8bcd11b..60f6c2dc41f 100644
--- a/api/Outlook.TaskItem.CustomPropertyChange.md
+++ b/api/Outlook.TaskItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.TaskItem.Display.md b/api/Outlook.TaskItem.Display.md
index 9a4dfa3639a..70b1f40224a 100644
--- a/api/Outlook.TaskItem.Display.md
+++ b/api/Outlook.TaskItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.TaskItem.Forward.md b/api/Outlook.TaskItem.Forward.md
index 62b2673b42c..03718a021f1 100644
--- a/api/Outlook.TaskItem.Forward.md
+++ b/api/Outlook.TaskItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskItem.GetConversation.md b/api/Outlook.TaskItem.GetConversation.md
index eb50bdfb62d..33aea785794 100644
--- a/api/Outlook.TaskItem.GetConversation.md
+++ b/api/Outlook.TaskItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[TaskItem](Outlook.TaskItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.TaskItem.GetRecurrencePattern.md b/api/Outlook.TaskItem.GetRecurrencePattern.md
index e6c5c8e7764..bcb97483452 100644
--- a/api/Outlook.TaskItem.GetRecurrencePattern.md
+++ b/api/Outlook.TaskItem.GetRecurrencePattern.md
@@ -23,7 +23,7 @@ Returns a **[RecurrencePattern](Outlook.RecurrencePattern.md)** object that rep
_expression_ A variable that represents a [TaskItem](./Outlook.TaskItem.md) object.
-### Return Value
+### Return value
A **RecurrencePattern** that represents the recurrence attributes of the task.
diff --git a/api/Outlook.TaskItem.Move.md b/api/Outlook.TaskItem.Move.md
index 8f696f08d05..af71830c0b6 100644
--- a/api/Outlook.TaskItem.Move.md
+++ b/api/Outlook.TaskItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.TaskItem.Open.md b/api/Outlook.TaskItem.Open.md
index 54203b64ed2..86491fbfbce 100644
--- a/api/Outlook.TaskItem.Open.md
+++ b/api/Outlook.TaskItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.TaskItem.PropertyChange.md b/api/Outlook.TaskItem.PropertyChange.md
index 4cf7555d6bb..2e496e99e3b 100644
--- a/api/Outlook.TaskItem.PropertyChange.md
+++ b/api/Outlook.TaskItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.Tas
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.TaskItem.Reply.md b/api/Outlook.TaskItem.Reply.md
index 95d94910661..619eaecfe2c 100644
--- a/api/Outlook.TaskItem.Reply.md
+++ b/api/Outlook.TaskItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskItem.ReplyAll.md b/api/Outlook.TaskItem.ReplyAll.md
index ed1293deb47..e23d27b4d77 100644
--- a/api/Outlook.TaskItem.ReplyAll.md
+++ b/api/Outlook.TaskItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskItem.Respond.md b/api/Outlook.TaskItem.Respond.md
index c54042455d3..e2b029e1d18 100644
--- a/api/Outlook.TaskItem.Respond.md
+++ b/api/Outlook.TaskItem.Respond.md
@@ -27,13 +27,13 @@ Responds to a task request.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **[OlTaskResponse](Outlook.OlTaskResponse.md)**| The response to the request.|
| _fNoUI_|Required| **Variant**| **True** to not display a dialog box; the response is sent automatically. **False** to display the dialog box for responding.|
| _fAdditionalTextDialog_|Required| **Variant**| **False** to not prompt the user for input; the response is displayed in the inspector for editing. **True** to prompt the user to either send or send with comments. This argument is valid only if _fNoUI_ is **False** .|
-### Return Value
+### Return value
A **[TaskItem](Outlook.TaskItem.md)** that represents the response to the task request.
diff --git a/api/Outlook.TaskItem.SaveAs.md b/api/Outlook.TaskItem.SaveAs.md
index 0732d979a14..ef7d52edd34 100644
--- a/api/Outlook.TaskItem.SaveAs.md
+++ b/api/Outlook.TaskItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.TaskItem.Send(even).md b/api/Outlook.TaskItem.Send(even).md
index 068cd00f6dd..bcdc005dad0 100644
--- a/api/Outlook.TaskItem.Send(even).md
+++ b/api/Outlook.TaskItem.Send(even).md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item, or when the **Sen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskItem.SkipRecurrence.md b/api/Outlook.TaskItem.SkipRecurrence.md
index 597ce56320d..b72cbae355c 100644
--- a/api/Outlook.TaskItem.SkipRecurrence.md
+++ b/api/Outlook.TaskItem.SkipRecurrence.md
@@ -23,7 +23,7 @@ Clears the current instance of a recurring task and sets the recurrence to the n
_expression_ A variable that represents a [TaskItem](./Outlook.TaskItem.md) object.
-### Return Value
+### Return value
**False** indicates that the task was the last task in the recurrence, so there is no task to set the recurrence to. **True** indicates that the recurrence was successfully set to the next instance of that task.
diff --git a/api/Outlook.TaskItem.StatusReport.md b/api/Outlook.TaskItem.StatusReport.md
index 5726c495ab9..53cd7df76b4 100644
--- a/api/Outlook.TaskItem.StatusReport.md
+++ b/api/Outlook.TaskItem.StatusReport.md
@@ -23,7 +23,7 @@ Sends a status report to all Cc recipients (recipients returned by the **[Statu
_expression_ A variable that represents a [TaskItem](./Outlook.TaskItem.md) object.
-### Return Value
+### Return value
An **Object** value that represents the status report.
diff --git a/api/Outlook.TaskItem.Write.md b/api/Outlook.TaskItem.Write.md
index 6c8f5ca4cfa..76d72421c35 100644
--- a/api/Outlook.TaskItem.Write.md
+++ b/api/Outlook.TaskItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.AttachmentAdd.md b/api/Outlook.TaskRequestAcceptItem.AttachmentAdd.md
index 638b38980bd..34d6cf8a68f 100644
--- a/api/Outlook.TaskRequestAcceptItem.AttachmentAdd.md
+++ b/api/Outlook.TaskRequestAcceptItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.TaskRequestAcceptItem.AttachmentRead.md b/api/Outlook.TaskRequestAcceptItem.AttachmentRead.md
index ae1fa48c7ce..3e576340cc8 100644
--- a/api/Outlook.TaskRequestAcceptItem.AttachmentRead.md
+++ b/api/Outlook.TaskRequestAcceptItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.TaskRequestAcceptItem.AttachmentRemove.md b/api/Outlook.TaskRequestAcceptItem.AttachmentRemove.md
index 47f02dabaa7..fc71b5e50e3 100644
--- a/api/Outlook.TaskRequestAcceptItem.AttachmentRemove.md
+++ b/api/Outlook.TaskRequestAcceptItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentAdd.md b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentAdd.md
index a03bd5e000a..cf3b6debf5d 100644
--- a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentPreview.md b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentPreview.md
index 5ea8af3aa6c..5a982d1f778 100644
--- a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentRead.md b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentRead.md
index b42e8a8c5d3..2450435b264 100644
--- a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentRead.md
+++ b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentSave.md b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentSave.md
index ce3e729e6e1..624dd7c07c2 100644
--- a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentSave.md
+++ b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentWriteToTempFile.md
index f47cbaa27e1..27782491d15 100644
--- a/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.TaskRequestAcceptItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.TaskRequestAcceptItem.BeforeAutoSave.md b/api/Outlook.TaskRequestAcceptItem.BeforeAutoSave.md
index 1675967c97f..1e7b111c78d 100644
--- a/api/Outlook.TaskRequestAcceptItem.BeforeAutoSave.md
+++ b/api/Outlook.TaskRequestAcceptItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[TaskRequestAcceptItem](Outlook.TaskRequestAcceptItem.md)** to be saved.|
diff --git a/api/Outlook.TaskRequestAcceptItem.BeforeCheckNames.md b/api/Outlook.TaskRequestAcceptItem.BeforeCheckNames.md
index ced6c8b82a0..436c3d937ef 100644
--- a/api/Outlook.TaskRequestAcceptItem.BeforeCheckNames.md
+++ b/api/Outlook.TaskRequestAcceptItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.BeforeDelete.md b/api/Outlook.TaskRequestAcceptItem.BeforeDelete.md
index 2aa4134c236..c606b7049ec 100644
--- a/api/Outlook.TaskRequestAcceptItem.BeforeDelete.md
+++ b/api/Outlook.TaskRequestAcceptItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.TaskRequestAcceptItem.Close(even).md b/api/Outlook.TaskRequestAcceptItem.Close(even).md
index 99296a3e806..c53e9870d34 100644
--- a/api/Outlook.TaskRequestAcceptItem.Close(even).md
+++ b/api/Outlook.TaskRequestAcceptItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskRequestAcceptItem.Close(method).md b/api/Outlook.TaskRequestAcceptItem.Close(method).md
index d0ca24ac49b..bea7381755b 100644
--- a/api/Outlook.TaskRequestAcceptItem.Close(method).md
+++ b/api/Outlook.TaskRequestAcceptItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.TaskRequestAcceptItem.CustomAction.md b/api/Outlook.TaskRequestAcceptItem.CustomAction.md
index 02f005928e9..bc4d5dbe9ae 100644
--- a/api/Outlook.TaskRequestAcceptItem.CustomAction.md
+++ b/api/Outlook.TaskRequestAcceptItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.TaskRequestAcceptItem.CustomPropertyChange.md b/api/Outlook.TaskRequestAcceptItem.CustomPropertyChange.md
index f88bee80155..bc63b58b217 100644
--- a/api/Outlook.TaskRequestAcceptItem.CustomPropertyChange.md
+++ b/api/Outlook.TaskRequestAcceptItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.Display.md b/api/Outlook.TaskRequestAcceptItem.Display.md
index 28065bf1317..8300fc168ac 100644
--- a/api/Outlook.TaskRequestAcceptItem.Display.md
+++ b/api/Outlook.TaskRequestAcceptItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.TaskRequestAcceptItem.Forward.md b/api/Outlook.TaskRequestAcceptItem.Forward.md
index c949f6acc9c..b4621c1d7ce 100644
--- a/api/Outlook.TaskRequestAcceptItem.Forward.md
+++ b/api/Outlook.TaskRequestAcceptItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.GetAssociatedTask.md b/api/Outlook.TaskRequestAcceptItem.GetAssociatedTask.md
index 914d8631844..8f984c963a0 100644
--- a/api/Outlook.TaskRequestAcceptItem.GetAssociatedTask.md
+++ b/api/Outlook.TaskRequestAcceptItem.GetAssociatedTask.md
@@ -27,11 +27,11 @@ Returns a **[TaskItem](Outlook.TaskItem.md)** object that represents the reques
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AddToTaskList_|Required| **Boolean**| **True** if the task is added to the default **Tasks** folder.|
-### Return Value
+### Return value
A **TaskItem** object that represents the requested task.
diff --git a/api/Outlook.TaskRequestAcceptItem.GetConversation.md b/api/Outlook.TaskRequestAcceptItem.GetConversation.md
index bc49489fcde..e6e7f62e587 100644
--- a/api/Outlook.TaskRequestAcceptItem.GetConversation.md
+++ b/api/Outlook.TaskRequestAcceptItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[TaskRequestAcceptItem](Outlook.TaskRequestAcceptItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.TaskRequestAcceptItem.Move.md b/api/Outlook.TaskRequestAcceptItem.Move.md
index 44f54833812..dfada97046c 100644
--- a/api/Outlook.TaskRequestAcceptItem.Move.md
+++ b/api/Outlook.TaskRequestAcceptItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.TaskRequestAcceptItem.Open.md b/api/Outlook.TaskRequestAcceptItem.Open.md
index 5407282aa5e..068af3e815a 100644
--- a/api/Outlook.TaskRequestAcceptItem.Open.md
+++ b/api/Outlook.TaskRequestAcceptItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.PropertyChange.md b/api/Outlook.TaskRequestAcceptItem.PropertyChange.md
index b16ec579ab1..7707d506047 100644
--- a/api/Outlook.TaskRequestAcceptItem.PropertyChange.md
+++ b/api/Outlook.TaskRequestAcceptItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.Reply.md b/api/Outlook.TaskRequestAcceptItem.Reply.md
index f645404e24a..6caa89e2ad3 100644
--- a/api/Outlook.TaskRequestAcceptItem.Reply.md
+++ b/api/Outlook.TaskRequestAcceptItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.ReplyAll.md b/api/Outlook.TaskRequestAcceptItem.ReplyAll.md
index 415a28951e7..e9debe8e1c8 100644
--- a/api/Outlook.TaskRequestAcceptItem.ReplyAll.md
+++ b/api/Outlook.TaskRequestAcceptItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestAcceptItem.SaveAs.md b/api/Outlook.TaskRequestAcceptItem.SaveAs.md
index 082bdd78ae7..c9784c61e96 100644
--- a/api/Outlook.TaskRequestAcceptItem.SaveAs.md
+++ b/api/Outlook.TaskRequestAcceptItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.TaskRequestAcceptItem.Send.md b/api/Outlook.TaskRequestAcceptItem.Send.md
index a09b2481620..ce5e7bab95a 100644
--- a/api/Outlook.TaskRequestAcceptItem.Send.md
+++ b/api/Outlook.TaskRequestAcceptItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskRequestAcceptItem.Write.md b/api/Outlook.TaskRequestAcceptItem.Write.md
index 801f9fea957..7bc19d66ca3 100644
--- a/api/Outlook.TaskRequestAcceptItem.Write.md
+++ b/api/Outlook.TaskRequestAcceptItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.AttachmentAdd.md b/api/Outlook.TaskRequestDeclineItem.AttachmentAdd.md
index 52dce7a8716..9ebf6c36051 100644
--- a/api/Outlook.TaskRequestDeclineItem.AttachmentAdd.md
+++ b/api/Outlook.TaskRequestDeclineItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.TaskRequestDeclineItem.AttachmentRead.md b/api/Outlook.TaskRequestDeclineItem.AttachmentRead.md
index 48493451d71..ae0e4de8bbc 100644
--- a/api/Outlook.TaskRequestDeclineItem.AttachmentRead.md
+++ b/api/Outlook.TaskRequestDeclineItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.TaskRequestDeclineItem.AttachmentRemove.md b/api/Outlook.TaskRequestDeclineItem.AttachmentRemove.md
index 89320669a02..58696b84588 100644
--- a/api/Outlook.TaskRequestDeclineItem.AttachmentRemove.md
+++ b/api/Outlook.TaskRequestDeclineItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentAdd.md b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentAdd.md
index e5d85f87e16..8571569b283 100644
--- a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentPreview.md b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentPreview.md
index 9248e4021e5..2837abccbe4 100644
--- a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentRead.md b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentRead.md
index 5e996484a2c..0dd8d91d83e 100644
--- a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentRead.md
+++ b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentSave.md b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentSave.md
index 1f8b2ea2be6..27488a8a4a6 100644
--- a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentSave.md
+++ b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentWriteToTempFile.md
index fc167ffe649..3c9517a4324 100644
--- a/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.TaskRequestDeclineItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.TaskRequestDeclineItem.BeforeAutoSave.md b/api/Outlook.TaskRequestDeclineItem.BeforeAutoSave.md
index beca92fe9a4..4afe90874d0 100644
--- a/api/Outlook.TaskRequestDeclineItem.BeforeAutoSave.md
+++ b/api/Outlook.TaskRequestDeclineItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[TaskRequestDeclineItem](Outlook.TaskRequestDeclineItem.md)** to be saved.|
diff --git a/api/Outlook.TaskRequestDeclineItem.BeforeCheckNames.md b/api/Outlook.TaskRequestDeclineItem.BeforeCheckNames.md
index 62f287b5d1a..e746ca1194f 100644
--- a/api/Outlook.TaskRequestDeclineItem.BeforeCheckNames.md
+++ b/api/Outlook.TaskRequestDeclineItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.BeforeDelete.md b/api/Outlook.TaskRequestDeclineItem.BeforeDelete.md
index aac1c158c70..0a65e4d73bc 100644
--- a/api/Outlook.TaskRequestDeclineItem.BeforeDelete.md
+++ b/api/Outlook.TaskRequestDeclineItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.TaskRequestDeclineItem.Close(even).md b/api/Outlook.TaskRequestDeclineItem.Close(even).md
index 3e937053049..168855859fb 100644
--- a/api/Outlook.TaskRequestDeclineItem.Close(even).md
+++ b/api/Outlook.TaskRequestDeclineItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskRequestDeclineItem.Close(method).md b/api/Outlook.TaskRequestDeclineItem.Close(method).md
index cd2383bdfae..ac7f48d4aa0 100644
--- a/api/Outlook.TaskRequestDeclineItem.Close(method).md
+++ b/api/Outlook.TaskRequestDeclineItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the displayed Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.TaskRequestDeclineItem.CustomAction.md b/api/Outlook.TaskRequestDeclineItem.CustomAction.md
index ef68963653e..b3c2bed5978 100644
--- a/api/Outlook.TaskRequestDeclineItem.CustomAction.md
+++ b/api/Outlook.TaskRequestDeclineItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.TaskRequestDeclineItem.CustomPropertyChange.md b/api/Outlook.TaskRequestDeclineItem.CustomPropertyChange.md
index b509bd36916..ba7a6f5eb68 100644
--- a/api/Outlook.TaskRequestDeclineItem.CustomPropertyChange.md
+++ b/api/Outlook.TaskRequestDeclineItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.Display.md b/api/Outlook.TaskRequestDeclineItem.Display.md
index 5b476e64098..9b5847334ee 100644
--- a/api/Outlook.TaskRequestDeclineItem.Display.md
+++ b/api/Outlook.TaskRequestDeclineItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.TaskRequestDeclineItem.Forward.md b/api/Outlook.TaskRequestDeclineItem.Forward.md
index 7538246c266..7ec38d68a80 100644
--- a/api/Outlook.TaskRequestDeclineItem.Forward.md
+++ b/api/Outlook.TaskRequestDeclineItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.GetAssociatedTask.md b/api/Outlook.TaskRequestDeclineItem.GetAssociatedTask.md
index 9ac83412268..aa1240a5c40 100644
--- a/api/Outlook.TaskRequestDeclineItem.GetAssociatedTask.md
+++ b/api/Outlook.TaskRequestDeclineItem.GetAssociatedTask.md
@@ -27,11 +27,11 @@ Returns a **[TaskItem](Outlook.TaskItem.md)** object that represents the reques
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AddToTaskList_|Required| **Boolean**| **True** if the task is added to the default **Tasks** folder.|
-### Return Value
+### Return value
A **TaskItem** object that represents the requested task.
diff --git a/api/Outlook.TaskRequestDeclineItem.GetConversation.md b/api/Outlook.TaskRequestDeclineItem.GetConversation.md
index 4f91ae8cdf3..fd6e8a54fcf 100644
--- a/api/Outlook.TaskRequestDeclineItem.GetConversation.md
+++ b/api/Outlook.TaskRequestDeclineItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[TaskRequestDeclineItem](Outlook.TaskRequestDeclineItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.TaskRequestDeclineItem.Move.md b/api/Outlook.TaskRequestDeclineItem.Move.md
index 562463e85ca..15b1718c9d3 100644
--- a/api/Outlook.TaskRequestDeclineItem.Move.md
+++ b/api/Outlook.TaskRequestDeclineItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.TaskRequestDeclineItem.Open.md b/api/Outlook.TaskRequestDeclineItem.Open.md
index cd2e5f9f3d7..7644f19518a 100644
--- a/api/Outlook.TaskRequestDeclineItem.Open.md
+++ b/api/Outlook.TaskRequestDeclineItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.PropertyChange.md b/api/Outlook.TaskRequestDeclineItem.PropertyChange.md
index dd5f1e10225..bcd2742735a 100644
--- a/api/Outlook.TaskRequestDeclineItem.PropertyChange.md
+++ b/api/Outlook.TaskRequestDeclineItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.Reply.md b/api/Outlook.TaskRequestDeclineItem.Reply.md
index a8cb62edc94..84596abac86 100644
--- a/api/Outlook.TaskRequestDeclineItem.Reply.md
+++ b/api/Outlook.TaskRequestDeclineItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.ReplyAll.md b/api/Outlook.TaskRequestDeclineItem.ReplyAll.md
index 08f0bef39ca..d69d9f5ad3a 100644
--- a/api/Outlook.TaskRequestDeclineItem.ReplyAll.md
+++ b/api/Outlook.TaskRequestDeclineItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestDeclineItem.SaveAs.md b/api/Outlook.TaskRequestDeclineItem.SaveAs.md
index 79450393e5d..8e32ad10336 100644
--- a/api/Outlook.TaskRequestDeclineItem.SaveAs.md
+++ b/api/Outlook.TaskRequestDeclineItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.TaskRequestDeclineItem.Send.md b/api/Outlook.TaskRequestDeclineItem.Send.md
index 694db36de3f..a01c10f8ab4 100644
--- a/api/Outlook.TaskRequestDeclineItem.Send.md
+++ b/api/Outlook.TaskRequestDeclineItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskRequestDeclineItem.Write.md b/api/Outlook.TaskRequestDeclineItem.Write.md
index 71ba235590d..75f96cca9ad 100644
--- a/api/Outlook.TaskRequestDeclineItem.Write.md
+++ b/api/Outlook.TaskRequestDeclineItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.TaskRequestItem.AttachmentAdd.md b/api/Outlook.TaskRequestItem.AttachmentAdd.md
index 1e4635b41c3..492f0746e88 100644
--- a/api/Outlook.TaskRequestItem.AttachmentAdd.md
+++ b/api/Outlook.TaskRequestItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.TaskRequestItem.AttachmentRead.md b/api/Outlook.TaskRequestItem.AttachmentRead.md
index b4fd410f345..1fde142fbb4 100644
--- a/api/Outlook.TaskRequestItem.AttachmentRead.md
+++ b/api/Outlook.TaskRequestItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.TaskRequestItem.AttachmentRemove.md b/api/Outlook.TaskRequestItem.AttachmentRemove.md
index 44a586215a2..c40f3ce1d3b 100644
--- a/api/Outlook.TaskRequestItem.AttachmentRemove.md
+++ b/api/Outlook.TaskRequestItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.TaskRequestItem.BeforeAttachmentAdd.md b/api/Outlook.TaskRequestItem.BeforeAttachmentAdd.md
index cb09b1d136c..a580a5349dd 100644
--- a/api/Outlook.TaskRequestItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.TaskRequestItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.TaskRequestItem.BeforeAttachmentPreview.md b/api/Outlook.TaskRequestItem.BeforeAttachmentPreview.md
index 006b952f71f..7ac93d602c8 100644
--- a/api/Outlook.TaskRequestItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.TaskRequestItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.TaskRequestItem.BeforeAttachmentRead.md b/api/Outlook.TaskRequestItem.BeforeAttachmentRead.md
index a84402941c4..6af48a70ab2 100644
--- a/api/Outlook.TaskRequestItem.BeforeAttachmentRead.md
+++ b/api/Outlook.TaskRequestItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.TaskRequestItem.BeforeAttachmentSave.md b/api/Outlook.TaskRequestItem.BeforeAttachmentSave.md
index 93a57ea9d02..4f8905d5d12 100644
--- a/api/Outlook.TaskRequestItem.BeforeAttachmentSave.md
+++ b/api/Outlook.TaskRequestItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.TaskRequestItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.TaskRequestItem.BeforeAttachmentWriteToTempFile.md
index fbea737b4c4..8af7eb77b88 100644
--- a/api/Outlook.TaskRequestItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.TaskRequestItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.TaskRequestItem.BeforeAutoSave.md b/api/Outlook.TaskRequestItem.BeforeAutoSave.md
index b21d7751136..5d34c4f1ce4 100644
--- a/api/Outlook.TaskRequestItem.BeforeAutoSave.md
+++ b/api/Outlook.TaskRequestItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[TaskRequestItem](Outlook.TaskRequestItem.md)** to be saved.|
diff --git a/api/Outlook.TaskRequestItem.BeforeCheckNames.md b/api/Outlook.TaskRequestItem.BeforeCheckNames.md
index a266ac6c9d7..15c98e04395 100644
--- a/api/Outlook.TaskRequestItem.BeforeCheckNames.md
+++ b/api/Outlook.TaskRequestItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.TaskRequestItem.BeforeDelete.md b/api/Outlook.TaskRequestItem.BeforeDelete.md
index fc4fe8ded6e..4ee92410f0a 100644
--- a/api/Outlook.TaskRequestItem.BeforeDelete.md
+++ b/api/Outlook.TaskRequestItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.TaskRequestItem.Close(even).md b/api/Outlook.TaskRequestItem.Close(even).md
index e594b7fbdfc..20da1f186fb 100644
--- a/api/Outlook.TaskRequestItem.Close(even).md
+++ b/api/Outlook.TaskRequestItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskRequestItem.Close(method).md b/api/Outlook.TaskRequestItem.Close(method).md
index 4b10630a341..4198cfeca88 100644
--- a/api/Outlook.TaskRequestItem.Close(method).md
+++ b/api/Outlook.TaskRequestItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.TaskRequestItem.CustomAction.md b/api/Outlook.TaskRequestItem.CustomAction.md
index 578140dda61..35baca25472 100644
--- a/api/Outlook.TaskRequestItem.CustomAction.md
+++ b/api/Outlook.TaskRequestItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.TaskRequestItem.CustomPropertyChange.md b/api/Outlook.TaskRequestItem.CustomPropertyChange.md
index c50349f0aba..59a7e4fe774 100644
--- a/api/Outlook.TaskRequestItem.CustomPropertyChange.md
+++ b/api/Outlook.TaskRequestItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.TaskRequestItem.Display.md b/api/Outlook.TaskRequestItem.Display.md
index 4ed6a5454c4..f3a9400da56 100644
--- a/api/Outlook.TaskRequestItem.Display.md
+++ b/api/Outlook.TaskRequestItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.TaskRequestItem.Forward.md b/api/Outlook.TaskRequestItem.Forward.md
index bde6027faca..6d15b635275 100644
--- a/api/Outlook.TaskRequestItem.Forward.md
+++ b/api/Outlook.TaskRequestItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestItem.GetAssociatedTask.md b/api/Outlook.TaskRequestItem.GetAssociatedTask.md
index 0c2fe91d716..a6321a8b6db 100644
--- a/api/Outlook.TaskRequestItem.GetAssociatedTask.md
+++ b/api/Outlook.TaskRequestItem.GetAssociatedTask.md
@@ -27,11 +27,11 @@ Returns a **[TaskItem](Outlook.TaskItem.md)** object that represents the reques
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AddToTaskList_|Required| **Boolean**| **True** if the task is added to the default **Tasks** folder.|
-### Return Value
+### Return value
A **TaskItem** object that represents the requested task.
diff --git a/api/Outlook.TaskRequestItem.GetConversation.md b/api/Outlook.TaskRequestItem.GetConversation.md
index 4197a5e59a8..49e6783c1b2 100644
--- a/api/Outlook.TaskRequestItem.GetConversation.md
+++ b/api/Outlook.TaskRequestItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[TaskRequestItem](Outlook.TaskRequestItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.TaskRequestItem.Move.md b/api/Outlook.TaskRequestItem.Move.md
index 17b20bbf455..f4deec33a1c 100644
--- a/api/Outlook.TaskRequestItem.Move.md
+++ b/api/Outlook.TaskRequestItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.TaskRequestItem.Open.md b/api/Outlook.TaskRequestItem.Open.md
index b34a5367df0..87b9afbc757 100644
--- a/api/Outlook.TaskRequestItem.Open.md
+++ b/api/Outlook.TaskRequestItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.TaskRequestItem.PropertyChange.md b/api/Outlook.TaskRequestItem.PropertyChange.md
index c62f14cba15..0578398536c 100644
--- a/api/Outlook.TaskRequestItem.PropertyChange.md
+++ b/api/Outlook.TaskRequestItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.TaskRequestItem.Reply.md b/api/Outlook.TaskRequestItem.Reply.md
index 5f4c784659b..aa89df2e31c 100644
--- a/api/Outlook.TaskRequestItem.Reply.md
+++ b/api/Outlook.TaskRequestItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestItem.ReplyAll.md b/api/Outlook.TaskRequestItem.ReplyAll.md
index 7b4e3c203fd..8dbc985a88c 100644
--- a/api/Outlook.TaskRequestItem.ReplyAll.md
+++ b/api/Outlook.TaskRequestItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestItem.SaveAs.md b/api/Outlook.TaskRequestItem.SaveAs.md
index ebe219df6d4..10d209ef789 100644
--- a/api/Outlook.TaskRequestItem.SaveAs.md
+++ b/api/Outlook.TaskRequestItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.TaskRequestItem.Send.md b/api/Outlook.TaskRequestItem.Send.md
index 81296683ac6..3bbfcbfc213 100644
--- a/api/Outlook.TaskRequestItem.Send.md
+++ b/api/Outlook.TaskRequestItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskRequestItem.Write.md b/api/Outlook.TaskRequestItem.Write.md
index 3541cc7116d..87f119da8e5 100644
--- a/api/Outlook.TaskRequestItem.Write.md
+++ b/api/Outlook.TaskRequestItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.AttachmentAdd.md b/api/Outlook.TaskRequestUpdateItem.AttachmentAdd.md
index e68e245e7ca..32298539402 100644
--- a/api/Outlook.TaskRequestUpdateItem.AttachmentAdd.md
+++ b/api/Outlook.TaskRequestUpdateItem.AttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was added to the item.|
diff --git a/api/Outlook.TaskRequestUpdateItem.AttachmentRead.md b/api/Outlook.TaskRequestUpdateItem.AttachmentRead.md
index 91ca842e04a..060210f5383 100644
--- a/api/Outlook.TaskRequestUpdateItem.AttachmentRead.md
+++ b/api/Outlook.TaskRequestUpdateItem.AttachmentRead.md
@@ -24,7 +24,7 @@ Occurs when an attachment in an instance of the parent object has been opened fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was opened.|
diff --git a/api/Outlook.TaskRequestUpdateItem.AttachmentRemove.md b/api/Outlook.TaskRequestUpdateItem.AttachmentRemove.md
index 545905d9a03..dfdc508881a 100644
--- a/api/Outlook.TaskRequestUpdateItem.AttachmentRemove.md
+++ b/api/Outlook.TaskRequestUpdateItem.AttachmentRemove.md
@@ -24,7 +24,7 @@ Occurs when an attachment has been removed from an instance of the parent object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** that was removed from the item.|
diff --git a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentAdd.md b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentAdd.md
index 4a11e0a0ef5..afe3849c8d4 100644
--- a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentAdd.md
+++ b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentAdd.md
@@ -24,7 +24,7 @@ Occurs before an attachment is added to an instance of the parent object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be added to the item.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be added.|
diff --git a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentPreview.md b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentPreview.md
index 8f472fee565..05188519f90 100644
--- a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentPreview.md
+++ b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentPreview.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be previewed.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be previewed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentRead.md b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentRead.md
index f325bff7071..eea3c8b6fc2 100644
--- a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentRead.md
+++ b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentRead.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **Attachment**|The **Attachment** to be read.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be read.|
diff --git a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentSave.md b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentSave.md
index 400748398c4..3938f67030b 100644
--- a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentSave.md
+++ b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentSave.md
@@ -24,7 +24,7 @@ Occurs just before an attachment is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be saved.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed and the attachment is not changed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentWriteToTempFile.md b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentWriteToTempFile.md
index 2666534d623..20a30d72ebf 100644
--- a/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentWriteToTempFile.md
+++ b/api/Outlook.TaskRequestUpdateItem.BeforeAttachmentWriteToTempFile.md
@@ -24,7 +24,7 @@ Occurs before an attachment associated with an instance of the parent object is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Attachment_|Required| **[Attachment](Outlook.Attachment.md)**|The **Attachment** to be written.|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **Attachment** to be written.|
diff --git a/api/Outlook.TaskRequestUpdateItem.BeforeAutoSave.md b/api/Outlook.TaskRequestUpdateItem.BeforeAutoSave.md
index f22b733e008..b9793e2bfb5 100644
--- a/api/Outlook.TaskRequestUpdateItem.BeforeAutoSave.md
+++ b/api/Outlook.TaskRequestUpdateItem.BeforeAutoSave.md
@@ -24,7 +24,7 @@ Occurs before the item is automatically saved by Outlook.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|Set to **True** to cancel the operation; otherwise, set to **False** to allow the **[TaskRequestUpdateItem](Outlook.TaskRequestUpdateItem.md)** to be saved.|
diff --git a/api/Outlook.TaskRequestUpdateItem.BeforeCheckNames.md b/api/Outlook.TaskRequestUpdateItem.BeforeCheckNames.md
index aa0274712d1..0723bc33b9e 100644
--- a/api/Outlook.TaskRequestUpdateItem.BeforeCheckNames.md
+++ b/api/Outlook.TaskRequestUpdateItem.BeforeCheckNames.md
@@ -24,7 +24,7 @@ Occurs just before Microsoft Outlook starts resolving names in the recipient col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the name resolution process is not completed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.BeforeDelete.md b/api/Outlook.TaskRequestUpdateItem.BeforeDelete.md
index 19572d4319a..ed3774e66fa 100644
--- a/api/Outlook.TaskRequestUpdateItem.BeforeDelete.md
+++ b/api/Outlook.TaskRequestUpdateItem.BeforeDelete.md
@@ -24,7 +24,7 @@ Occurs before an item (which is an instance of the parent object) is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required| **Object**|The item being deleted.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the operation is not completed and the item is not deleted.|
diff --git a/api/Outlook.TaskRequestUpdateItem.Close(even).md b/api/Outlook.TaskRequestUpdateItem.Close(even).md
index a01663911a0..1f2fad81efa 100644
--- a/api/Outlook.TaskRequestUpdateItem.Close(even).md
+++ b/api/Outlook.TaskRequestUpdateItem.Close(even).md
@@ -24,7 +24,7 @@ Occurs when the inspector associated with an item (which is an instance of the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the close operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskRequestUpdateItem.Close(method).md b/api/Outlook.TaskRequestUpdateItem.Close(method).md
index 5b7ffa29750..a4a9ae22474 100644
--- a/api/Outlook.TaskRequestUpdateItem.Close(method).md
+++ b/api/Outlook.TaskRequestUpdateItem.Close(method).md
@@ -27,7 +27,7 @@ Closes and optionally saves changes to the Outlook item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveMode_|Required| **[OlInspectorClose](Outlook.OlInspectorClose.md)**|The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.|
diff --git a/api/Outlook.TaskRequestUpdateItem.CustomAction.md b/api/Outlook.TaskRequestUpdateItem.CustomAction.md
index 938a569af43..b4e34342b82 100644
--- a/api/Outlook.TaskRequestUpdateItem.CustomAction.md
+++ b/api/Outlook.TaskRequestUpdateItem.CustomAction.md
@@ -24,7 +24,7 @@ Occurs when a custom action of an item (which is an instance of the parent objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Action_|Required| **Object**|The **[Action](Outlook.Action.md)** object.|
| _Response_|Required| **Object**|The newly created item resulting from the custom action.|
diff --git a/api/Outlook.TaskRequestUpdateItem.CustomPropertyChange.md b/api/Outlook.TaskRequestUpdateItem.CustomPropertyChange.md
index 81530c980ee..30215e96c85 100644
--- a/api/Outlook.TaskRequestUpdateItem.CustomPropertyChange.md
+++ b/api/Outlook.TaskRequestUpdateItem.CustomPropertyChange.md
@@ -24,7 +24,7 @@ Occurs when a custom property of an item (which is an instance of the parent obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom property that was changed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.Display.md b/api/Outlook.TaskRequestUpdateItem.Display.md
index 93787caaca4..8264efe00da 100644
--- a/api/Outlook.TaskRequestUpdateItem.Display.md
+++ b/api/Outlook.TaskRequestUpdateItem.Display.md
@@ -27,7 +27,7 @@ Displays a new **[Inspector](Outlook.Inspector.md)** object for the item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Modal_|Optional| **Variant**| **True** to make the window modal. The default value is **False** .|
diff --git a/api/Outlook.TaskRequestUpdateItem.Forward.md b/api/Outlook.TaskRequestUpdateItem.Forward.md
index a1c1909d8cf..d10931a5bc9 100644
--- a/api/Outlook.TaskRequestUpdateItem.Forward.md
+++ b/api/Outlook.TaskRequestUpdateItem.Forward.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Forward** action for an item (which is an in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Required| **Object**|The new item being forwarded.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the forward operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.GetAssociatedTask.md b/api/Outlook.TaskRequestUpdateItem.GetAssociatedTask.md
index a737d795af8..c78ee1c6c78 100644
--- a/api/Outlook.TaskRequestUpdateItem.GetAssociatedTask.md
+++ b/api/Outlook.TaskRequestUpdateItem.GetAssociatedTask.md
@@ -27,11 +27,11 @@ Returns a **[TaskItem](Outlook.TaskItem.md)** object that represents the reques
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AddToTaskList_|Required| **Boolean**| **True** if the task is added to the default **Tasks** folder.|
-### Return Value
+### Return value
A **TaskItem** object that represents the requested task.
diff --git a/api/Outlook.TaskRequestUpdateItem.GetConversation.md b/api/Outlook.TaskRequestUpdateItem.GetConversation.md
index a5b74f6353b..73dc3270a19 100644
--- a/api/Outlook.TaskRequestUpdateItem.GetConversation.md
+++ b/api/Outlook.TaskRequestUpdateItem.GetConversation.md
@@ -23,7 +23,7 @@ Obtains a **[Conversation](Outlook.Conversation.md)** object that represents th
_expression_ A variable that represents a '[TaskRequestUpdateItem](Outlook.TaskRequestUpdateItem.md)' object.
-### Return Value
+### Return value
A **Conversation** object that represents the conversation to which this item belongs.
diff --git a/api/Outlook.TaskRequestUpdateItem.Move.md b/api/Outlook.TaskRequestUpdateItem.Move.md
index 9a5b6d59988..b8ea6f531c3 100644
--- a/api/Outlook.TaskRequestUpdateItem.Move.md
+++ b/api/Outlook.TaskRequestUpdateItem.Move.md
@@ -27,11 +27,11 @@ Moves a Microsoft Outlook item to a new folder.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DestFldr_|Required| **[Folder](Outlook.Folder.md)**|An expression that returns a **Folder** object. The destination folder.|
-### Return Value
+### Return value
An **Object** value that represents the item which has been moved to the designated folder.
diff --git a/api/Outlook.TaskRequestUpdateItem.Open.md b/api/Outlook.TaskRequestUpdateItem.Open.md
index 5b7d38667e0..206f15fc40d 100644
--- a/api/Outlook.TaskRequestUpdateItem.Open.md
+++ b/api/Outlook.TaskRequestUpdateItem.Open.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is being opened in an **[Inspector
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the open operation is not completed and the inspector is not displayed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.PropertyChange.md b/api/Outlook.TaskRequestUpdateItem.PropertyChange.md
index 34dc2c81b35..6b31752659e 100644
--- a/api/Outlook.TaskRequestUpdateItem.PropertyChange.md
+++ b/api/Outlook.TaskRequestUpdateItem.PropertyChange.md
@@ -24,7 +24,7 @@ Occurs when an explicit built-in property (for example, **[Subject](Outlook.App
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property that was changed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.Reply.md b/api/Outlook.TaskRequestUpdateItem.Reply.md
index cce93c90b18..ca2fe36dd25 100644
--- a/api/Outlook.TaskRequestUpdateItem.Reply.md
+++ b/api/Outlook.TaskRequestUpdateItem.Reply.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Reply** action for an item (which is an inst
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the reply operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.ReplyAll.md b/api/Outlook.TaskRequestUpdateItem.ReplyAll.md
index 4921affc831..c99f515e280 100644
--- a/api/Outlook.TaskRequestUpdateItem.ReplyAll.md
+++ b/api/Outlook.TaskRequestUpdateItem.ReplyAll.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **ReplyAll** action for an item (which is an i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Response_|Required| **Object**|The new item being sent in response to the original message.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the reply all operation is not completed and the new item is not displayed.|
diff --git a/api/Outlook.TaskRequestUpdateItem.SaveAs.md b/api/Outlook.TaskRequestUpdateItem.SaveAs.md
index d8d3ab3a6ba..86412ed43fc 100644
--- a/api/Outlook.TaskRequestUpdateItem.SaveAs.md
+++ b/api/Outlook.TaskRequestUpdateItem.SaveAs.md
@@ -27,7 +27,7 @@ Saves the Microsoft Outlook item to the specified path and in the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path in which to save the item.|
| _Type_|Optional| **Variant**|The file type to save. Can be one of the following **OlSaveAsType** constants: **olHTML** , **olMSG** , **olRTF** , **olTemplate** , **olDoc** , ** olTXT** , **olVCal** , **olVCard** , **olICal** , or **olMSGUnicode** .|
diff --git a/api/Outlook.TaskRequestUpdateItem.Send.md b/api/Outlook.TaskRequestUpdateItem.Send.md
index 2e3c8131fc6..29b973fd3de 100644
--- a/api/Outlook.TaskRequestUpdateItem.Send.md
+++ b/api/Outlook.TaskRequestUpdateItem.Send.md
@@ -24,7 +24,7 @@ Occurs when the user selects the **Send** action for an item (which is an insta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**|(Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the send operation is not completed and the inspector is left open.|
diff --git a/api/Outlook.TaskRequestUpdateItem.Write.md b/api/Outlook.TaskRequestUpdateItem.Write.md
index 5cb1a50e616..121edb75539 100644
--- a/api/Outlook.TaskRequestUpdateItem.Write.md
+++ b/api/Outlook.TaskRequestUpdateItem.Write.md
@@ -24,7 +24,7 @@ Occurs when an instance of the parent object is saved, either explicitly (for ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cancel_|Required| **Boolean**| (Not used in VBScript). **False** when the event occurs. If the event procedure sets this argument to **True** , the save operation is not completed.|
diff --git a/api/Outlook.TimeZones.ConvertTime.md b/api/Outlook.TimeZones.ConvertTime.md
index 09cd7baa21a..7e335e659cb 100644
--- a/api/Outlook.TimeZones.ConvertTime.md
+++ b/api/Outlook.TimeZones.ConvertTime.md
@@ -27,13 +27,13 @@ Converts a date/time value from one time zone to another time zone.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceDateTime_|Required| **Date**|A date/time value expressed in the original time zone.|
| _SourceTimeZone_|Required| **[TimeZone](Outlook.TimeZone.md)**|The original time zone of the date/time value that is to be converted.|
| _DestinationTimeZone_|Required| **TimeZone**|The target time zone to which the date/time value is to be converted.|
-### Return Value
+### Return value
A **Date** value that represents the date and time expressed in the _DestinationTimeZone_ .
diff --git a/api/Outlook.TimeZones.Item.md b/api/Outlook.TimeZones.Item.md
index 6c50b29e9f9..ed3de39949d 100644
--- a/api/Outlook.TimeZones.Item.md
+++ b/api/Outlook.TimeZones.Item.md
@@ -27,11 +27,11 @@ Returns a **[TimeZone](Outlook.TimeZone.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|An **Integer** representing a one-based index into the **[TimeZones](Outlook.TimeZones.md)** collection.|
-### Return Value
+### Return value
A **TimeZone** object that represents the specified object in the collection.
diff --git a/api/Outlook.TimelineView.Copy.md b/api/Outlook.TimelineView.Copy.md
index a18aec8d0f7..6bf9c590286 100644
--- a/api/Outlook.TimelineView.Copy.md
+++ b/api/Outlook.TimelineView.Copy.md
@@ -27,12 +27,12 @@ Creates a new **[View](Outlook.View.md)** object based on the existing **[Timel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new view.|
| _SaveOption_|Optional| **[OlViewSaveOption](Outlook.OlViewSaveOption.md)**|The save option for the new view.|
-### Return Value
+### Return value
A **View** object that represents the new view.
diff --git a/api/Outlook.TimelineView.GoToDate.md b/api/Outlook.TimelineView.GoToDate.md
index 28c4a1b8004..1397ea91281 100644
--- a/api/Outlook.TimelineView.GoToDate.md
+++ b/api/Outlook.TimelineView.GoToDate.md
@@ -27,7 +27,7 @@ Changes the date used by the current view to display information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required| **Date**|The date to which the view should be changed.|
diff --git a/api/Outlook.UserDefinedProperties.Add.md b/api/Outlook.UserDefinedProperties.Add.md
index a0db870c4fe..13240884585 100644
--- a/api/Outlook.UserDefinedProperties.Add.md
+++ b/api/Outlook.UserDefinedProperties.Add.md
@@ -27,14 +27,14 @@ Creates a new **[UserDefinedProperty](Outlook.UserDefinedProperty.md)** object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new user-defined property.|
| _Type_|Required| **[OlUserPropertyType](Outlook.OlUserPropertyType.md)**|The type of the new user-defined property.|
| _DisplayFormat_|Optional| **Variant**|The display format of the new user-defined property. This parameter can be set to a value from one of several different enumerations, determined by the **OlUserPropertyType** constant specified in the _Type_ parameter. For more information on how _Type_ and _DisplayFormat_ interact, see [DisplayFormat Property](Outlook.UserDefinedProperty.DisplayFormat.md).|
| _Formula_|Optional| **Variant**|The formula used to calculate values for the new user-defined property. This parameter is ignored if the _Type_ parameter is set to any value other than **olCombination** or **olFormula** .|
-### Return Value
+### Return value
A **UserDefinedProperty** object that represents the new user-defined property.
diff --git a/api/Outlook.UserDefinedProperties.Find.md b/api/Outlook.UserDefinedProperties.Find.md
index d4e5d6af9db..fa58fe18e0e 100644
--- a/api/Outlook.UserDefinedProperties.Find.md
+++ b/api/Outlook.UserDefinedProperties.Find.md
@@ -27,11 +27,11 @@ Locate a **[UserDefinedProperty](Outlook.UserDefinedProperty.md)** contained in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The **[Name](Outlook.UserDefinedProperty.Name.md)** property value of the **UserDefinedProperty** object to find in the collection.|
-### Return Value
+### Return value
A **UserDefinedProperty** object that represents the located object, if successful; otherwise, **Null** (**Nothing** in Visual Basic).
diff --git a/api/Outlook.UserDefinedProperties.Item.md b/api/Outlook.UserDefinedProperties.Item.md
index 3e5a209fe10..03853625187 100644
--- a/api/Outlook.UserDefinedProperties.Item.md
+++ b/api/Outlook.UserDefinedProperties.Item.md
@@ -27,11 +27,11 @@ Returns an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either a **Long** value that represents the 1-based index number of an object in the collection, or a **String** value that represents the **[Name](Outlook.UserDefinedProperty.Name.md)** property value of an object in the collection.|
-### Return Value
+### Return value
A **[UserDefinedProperty](Outlook.UserDefinedProperty.md)** object that represents the specified object.
diff --git a/api/Outlook.UserDefinedProperties.Remove.md b/api/Outlook.UserDefinedProperties.Remove.md
index 3656d5162af..7b4fe53b2a5 100644
--- a/api/Outlook.UserDefinedProperties.Remove.md
+++ b/api/Outlook.UserDefinedProperties.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The 1-based index value of the object within the collection.|
diff --git a/api/Outlook.UserProperties.Add.md b/api/Outlook.UserProperties.Add.md
index c55c53ac629..5f81774f4df 100644
--- a/api/Outlook.UserProperties.Add.md
+++ b/api/Outlook.UserProperties.Add.md
@@ -27,14 +27,14 @@ Creates a new user property in the **[UserProperties](Outlook.UserProperties.md
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the property. The maximum length is 64 characters. The characters, '[', ']', '_' and '#', are not permitted in the name.|
| _Type_|Required| **[OlUserPropertyType](Outlook.OlUserPropertyType.md)**|The type of the new property.|
| _AddToFolderFields_|Optional| **Boolean**| **True** if the property will be added as a custom field to the folder that the item is in. This field can be displayed in the folder's view. **False** if the property will be added as a custom field to the item but not to the folder. The default value is **True** .|
| _DisplayFormat_|Optional| **Long**|Specifies how the property will be displayed in the Outlook user interface. This parameter can be set to a value from one of several different enumerations, determined by the **OlUserPropertyType** constant specified in the _Type_ parameter. For more information on how _Type_ and _DisplayFormat_ interact, see [DisplayFormat Property](Outlook.UserDefinedProperty.DisplayFormat.md).|
-### Return Value
+### Return value
A **[UserProperty](Outlook.UserProperty.md)** object that represents the new property.
diff --git a/api/Outlook.UserProperties.Find.md b/api/Outlook.UserProperties.Find.md
index 63da1d5fd2b..8d516927c5c 100644
--- a/api/Outlook.UserProperties.Find.md
+++ b/api/Outlook.UserProperties.Find.md
@@ -27,12 +27,12 @@ Locates and returns a **[UserProperty](Outlook.UserProperty.md)** object for th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the requested property.|
| _Custom_|Optional| **Variant**| **True** if custom properties on the item should be searched, **False** if built-in properties should be searched.|
-### Return Value
+### Return value
If you use **UserProperties.Find** to look for a custom property and the call succeeds, it will return a **UserProperty** object. If it fails, it will return **Null** (**Nothing** in Visual Basic). If you use **UserProperties.Find** to look for a built-in property, specify **False** for the _Custom_ parameter. If the call succeeds, it will return the property as a **UserProperty** object. If the call fails, it will return **Null** (**Nothing** in Visual Basic). If you specify **True** for _Custom_ , the call will not find the built-in property and will return **Null** (**Nothing** in Visual Basic).
diff --git a/api/Outlook.UserProperties.Item.md b/api/Outlook.UserProperties.Item.md
index f5c6952269b..b50c3711365 100644
--- a/api/Outlook.UserProperties.Item.md
+++ b/api/Outlook.UserProperties.Item.md
@@ -27,11 +27,11 @@ Returns a **[UserProperty](Outlook.UserProperty.md)** object from the collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the one-based index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
A **UserProperty** object that represents the specified object.
diff --git a/api/Outlook.UserProperties.Remove.md b/api/Outlook.UserProperties.Remove.md
index d4b2f31d87a..5b461c57fee 100644
--- a/api/Outlook.UserProperties.Remove.md
+++ b/api/Outlook.UserProperties.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The 1-based index value of the object within the collection.|
diff --git a/api/Outlook.View.Copy.md b/api/Outlook.View.Copy.md
index 86aa769d419..e8338bace79 100644
--- a/api/Outlook.View.Copy.md
+++ b/api/Outlook.View.Copy.md
@@ -27,7 +27,7 @@ Creates a new instance of a **[View](Outlook.View.md)** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|Represents the name of the new **View** object.|
| _SaveOption_|Optional| **[OlViewSaveOption](Outlook.OlViewSaveOption.md)**|The save option that defines the permissions of the **View** object.|
diff --git a/api/Outlook.View.GoToDate.md b/api/Outlook.View.GoToDate.md
index 5562321c91f..bfa5056bb23 100644
--- a/api/Outlook.View.GoToDate.md
+++ b/api/Outlook.View.GoToDate.md
@@ -27,7 +27,7 @@ Changes the date used by the current view to display information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required| **Date**|The date to which the view should be changed.|
diff --git a/api/Outlook.ViewFields.Add.md b/api/Outlook.ViewFields.Add.md
index 9715cc72a0b..a932b21ac44 100644
--- a/api/Outlook.ViewFields.Add.md
+++ b/api/Outlook.ViewFields.Add.md
@@ -27,11 +27,11 @@ Adds the specified field to the end of the **[ViewFields](Outlook.ViewFields.md
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PropertyName_|Required| **String**|The name of the property to which the new object is associated. This property can be referenced by field name (displayed in the Field Chooser) or by namespace (represented by **[ViewField.ViewXMLSchemaName](Outlook.ViewField.ViewXMLSchemaName.md)**).|
-### Return Value
+### Return value
A **ViewField** object that represents the new view field.
diff --git a/api/Outlook.ViewFields.Insert.md b/api/Outlook.ViewFields.Insert.md
index 8b2daf9c8cd..9eafd80e268 100644
--- a/api/Outlook.ViewFields.Insert.md
+++ b/api/Outlook.ViewFields.Insert.md
@@ -27,12 +27,12 @@ Creates a new **[ViewField](Outlook.ViewField.md)** object and inserts it at th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PropertyName_|Required| **String**|The name of the property to which the new object is associated.|
| _Index_|Required| **Variant**|Either a one-based index number at which to insert the new object, or a value used to match the **[ViewXMLSchemaName](Outlook.ViewField.ViewXMLSchemaName.md)** property value of an object in the collection where the new object is to be inserted.|
-### Return Value
+### Return value
A **ViewField** object that represents the new view field.
diff --git a/api/Outlook.ViewFields.Item.md b/api/Outlook.ViewFields.Item.md
index 3fc9381d58f..0e5055239fd 100644
--- a/api/Outlook.ViewFields.Item.md
+++ b/api/Outlook.ViewFields.Item.md
@@ -27,11 +27,11 @@ Returns a **[ViewField](Outlook.ViewField.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The value can be a one-based integer that indexes an **ViewField** object in the **[ViewFields](Outlook.ViewFields.md)** collection, a string that matches the **[ViewXMLSchemaName](Outlook.ViewField.ViewXMLSchemaName.md)** property value of an **ViewField** object in the collection, or a field name as displayed in the **Field Chooser**.|
-### Return Value
+### Return value
A **ViewField** object that represents the specified object.
diff --git a/api/Outlook.ViewFields.Remove.md b/api/Outlook.ViewFields.Remove.md
index fdfcb0f2557..c03fab42771 100644
--- a/api/Outlook.ViewFields.Remove.md
+++ b/api/Outlook.ViewFields.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the **[ViewXMLSchemaName](Outlook.ViewField.ViewXMLSchemaName.md)** property value of an object in the collection.|
diff --git a/api/Outlook.ViewRemove.md b/api/Outlook.ViewRemove.md
index b06ecf95fc8..52a5fd817ec 100644
--- a/api/Outlook.ViewRemove.md
+++ b/api/Outlook.ViewRemove.md
@@ -27,7 +27,7 @@ Occurs when a view has been removed from the specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _View_|Required| **[View](Outlook.View.md)**|The view which was removed from the collection prior to this event.|
diff --git a/api/Outlook.Views.Add.md b/api/Outlook.Views.Add.md
index 89441222565..f16c2a41659 100644
--- a/api/Outlook.Views.Add.md
+++ b/api/Outlook.Views.Add.md
@@ -27,14 +27,14 @@ Creates a new view in the **[Views](Outlook.Views.md)** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new view.|
| _ViewType_|Required| **[OlViewType](Outlook.OlViewType.md)**|The type of the new view.|
| _SaveOption_|Optional| **[OlViewSaveOption](Outlook.OlViewSaveOption.md)**|The save option that specifies the permissions of the new view.
olViewSaveOptionAllFoldersOfType The view can be accessed in all folders of this type.
olViewSaveOptionThisFolderEveryOne The view can be accessed by all users in this folder only.
olViewSaveOptionThisFolderOnlyMe The view can be accessed in this folder only by the user.
|
-### Return Value
+### Return value
A **[View](Outlook.View.md)** object that represents the new view.
diff --git a/api/Outlook.Views.Item.md b/api/Outlook.Views.Item.md
index 5f7d0bb9e8a..acc93ebb027 100644
--- a/api/Outlook.Views.Item.md
+++ b/api/Outlook.Views.Item.md
@@ -27,11 +27,11 @@ Returns an **[View](Outlook.View.md)** object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Either the index number of the object, or a value used to match the default property of an object in the collection.|
-### Return Value
+### Return value
A **View** object that represents the specified object.
diff --git a/api/Outlook.Views.Remove.md b/api/Outlook.Views.Remove.md
index 1a2fc022e09..cbade505417 100644
--- a/api/Outlook.Views.Remove.md
+++ b/api/Outlook.Views.Remove.md
@@ -27,7 +27,7 @@ Removes an object from the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or 1-based index value of an object within a collection.|
diff --git a/api/Outlook.Views.ViewAdd.md b/api/Outlook.Views.ViewAdd.md
index de3b2a01e4e..e404e8c528f 100644
--- a/api/Outlook.Views.ViewAdd.md
+++ b/api/Outlook.Views.ViewAdd.md
@@ -27,7 +27,7 @@ Occurs when a view is added to the collection. Microsoft Outlook creates the new
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _View_|Required| **[View](Outlook.View.md)**|The new view added to the collection prior to this event.|
diff --git a/api/Outlook.combobox.additem.md b/api/Outlook.combobox.additem.md
index a1ade562817..63b9399b919 100644
--- a/api/Outlook.combobox.additem.md
+++ b/api/Outlook.combobox.additem.md
@@ -25,7 +25,7 @@ For a single-column **[ComboBox](Outlook.combobox.md)**, the **AddItem** metho
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|pvargItem|Optional| **Variant**|Specifies the item or row to add. The number of the first item or row is 0; the number of the second item or row is 1, and so on.|
|pvargIndex|Optional| **Variant**|Integer specifying the position within the object where the new item or row is placed.|
diff --git a/api/Outlook.combobox.column.md b/api/Outlook.combobox.column.md
index 5d1b52b0517..d8a2e394fe8 100644
--- a/api/Outlook.combobox.column.md
+++ b/api/Outlook.combobox.column.md
@@ -25,7 +25,7 @@ Returns or sets a **Variant** that represents a single value, a column of value
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|pvargColumn|Optional| **Variant**|An integer with a range from 0 to one less than the total number of columns.|
|pvargIndex|Optional| **Variant**|An integer with a range from 0 to one less than the total number of rows.|
diff --git a/api/Outlook.combobox.list.md b/api/Outlook.combobox.list.md
index d36255adcbd..360caf075d3 100644
--- a/api/Outlook.combobox.list.md
+++ b/api/Outlook.combobox.list.md
@@ -25,7 +25,7 @@ Returns or sets a **Variant** that represents the specified entry in a **[Combo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|pvargIndex|Optional| **Variant**|An integer with a range from 0 to one less than the number of entries in the list of the **ComboBox**.|
|pvargColumn|Optional| **Variant**|An integer with a range from 0 to one less than the number of columns in the list of the **ComboBox**.|
diff --git a/api/Outlook.combobox.removeitem.md b/api/Outlook.combobox.removeitem.md
index 647c7f8764a..e1ea6fc3e7c 100644
--- a/api/Outlook.combobox.removeitem.md
+++ b/api/Outlook.combobox.removeitem.md
@@ -25,11 +25,11 @@ Removes a row from the list in a **[ComboBox](Outlook.combobox.md)**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|pvargIndex|Required| **Variant**|Specifies the row to delete. The number of the first row is 0; the number of the second row is 1, and so on.|
-### Return Value
+### Return value
A **Boolean** that returns **True** if the method succeeds, **False** otherwise.
diff --git a/api/Outlook.exchangedistributionlist.getunifiedgroup.md b/api/Outlook.exchangedistributionlist.getunifiedgroup.md
index 2da92a06226..e0057828103 100644
--- a/api/Outlook.exchangedistributionlist.getunifiedgroup.md
+++ b/api/Outlook.exchangedistributionlist.getunifiedgroup.md
@@ -21,7 +21,7 @@ Determines if the object is a unified group, by way of a call to [IsUnifiedGroup
_expression_ A variable that represents a [ExchangeDistributionList](./Outlook.ExchangeDistributionList.md) object.
-### Return Value
+### Return value
Returns the **Outlook.Folder** object associated with the group using the **GetUnifiedGroup** and [ExchangeDistributionList.GetUnifiedGroupFromStore Method (Outlook)](Outlook.exchangedistributionlist.getunifiedgroupfromstore.md) methods.
diff --git a/api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md b/api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md
index 09bff73a477..b8e0087fe4d 100644
--- a/api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md
+++ b/api/Outlook.exchangedistributionlist.getunifiedgroupfromstore.md
@@ -21,7 +21,7 @@ Determines if the object is a unified group (by way of a call to [IsUnifiedGroup
_expression_ A variable that represents a [ExchangeDistributionList](./Outlook.ExchangeDistributionList.md) object.
-### Return Value
+### Return value
Returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](Outlook.exchangedistributionlist.getunifiedgroup.md) and **GetUnifiedGroupFromStore** methods.
diff --git a/api/Outlook.exchangedistributionlist.isunifiedgroup.md b/api/Outlook.exchangedistributionlist.isunifiedgroup.md
index ca205bed47d..c0298b60506 100644
--- a/api/Outlook.exchangedistributionlist.isunifiedgroup.md
+++ b/api/Outlook.exchangedistributionlist.isunifiedgroup.md
@@ -21,7 +21,7 @@ Determines if the object is a unified group.
_expression_ A variable that represents a [ExchangeDistributionList](./Outlook.ExchangeDistributionList.md) object.
-### Return Value
+### Return value
Returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](Outlook.exchangedistributionlist.getunifiedgroup.md) and [GetUnifiedGroupFromStore](Outlook.exchangedistributionlist.getunifiedgroupfromstore.md) methods.
diff --git a/api/Outlook.exchangeuser.getunifiedgroup.md b/api/Outlook.exchangeuser.getunifiedgroup.md
index 4f913523559..64cdd295c5d 100644
--- a/api/Outlook.exchangeuser.getunifiedgroup.md
+++ b/api/Outlook.exchangeuser.getunifiedgroup.md
@@ -21,7 +21,7 @@ Determines if the object is a unified group, by way of a call to [IsUnifiedGroup
_expression_ A variable that represents a [ExchangeUser](./Outlook.ExchangeUser.md) object.
-### Return Value
+### Return value
Returns the **Outlook.Folder** object associated with the group using the **GetUnifiedGroup** and [GetUnifiedGroupFromStore](Outlook.exchangeuser.getunifiedgroupfromstore.md) methods.
diff --git a/api/Outlook.exchangeuser.getunifiedgroupfromstore.md b/api/Outlook.exchangeuser.getunifiedgroupfromstore.md
index 932be263470..bcb8d1c78cd 100644
--- a/api/Outlook.exchangeuser.getunifiedgroupfromstore.md
+++ b/api/Outlook.exchangeuser.getunifiedgroupfromstore.md
@@ -21,7 +21,7 @@ Determines if the object is a unified group, by way of a call to [IsUnifiedGroup
_expression_ A variable that represents a [ExchangeUser](./Outlook.ExchangeUser.md) object.
-### Return Value
+### Return value
Returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](Outlook.exchangeuser.getunifiedgroup.md) and **GetUnifiedGroupFromStore** members.
diff --git a/api/Outlook.exchangeuser.isunifiedgroup.md b/api/Outlook.exchangeuser.isunifiedgroup.md
index af196b4c09d..20358419133 100644
--- a/api/Outlook.exchangeuser.isunifiedgroup.md
+++ b/api/Outlook.exchangeuser.isunifiedgroup.md
@@ -21,7 +21,7 @@ Determines if the object is a unified group.
_expression_ A variable that represents a [ExchangeUser](./Outlook.ExchangeUser.md) object.
-### Return Value
+### Return value
Returns the **Outlook.Folder** object associated with the group using the [GetUnifiedGroup](Outlook.exchangeuser.getunifiedgroup.md) and [GetUnifiedGroupFromStore](Outlook.exchangeuser.getunifiedgroupfromstore.md) methods.
diff --git a/api/Outlook.explorerevents_10.displaymodechange.md b/api/Outlook.explorerevents_10.displaymodechange.md
index fbaacd81db3..a560f6edd82 100644
--- a/api/Outlook.explorerevents_10.displaymodechange.md
+++ b/api/Outlook.explorerevents_10.displaymodechange.md
@@ -24,7 +24,7 @@ Occurs when the user performs an action that changes the display mode. Possible
| _DisplayMode_|Required|Indicates the display mode|
-### Return Value
+### Return value
**HRESULT**
diff --git a/api/Outlook.frame.redoaction.md b/api/Outlook.frame.redoaction.md
index 831f3092519..396a7828029 100644
--- a/api/Outlook.frame.redoaction.md
+++ b/api/Outlook.frame.redoaction.md
@@ -21,7 +21,7 @@ Reverses the effect of the most recent **Undo** action.
_expression_ A variable that represents a **Frame** object.
-### Return Value
+### Return value
A **Boolean** that specifies **True** if the method succeeds, **False** otherwise.
diff --git a/api/Outlook.frame.repaint.md b/api/Outlook.frame.repaint.md
index f2154ae04b9..a3c8723de71 100644
--- a/api/Outlook.frame.repaint.md
+++ b/api/Outlook.frame.repaint.md
@@ -21,7 +21,7 @@ Updates the display by redrawing the frame.
_expression_ A variable that represents a **Frame** object.
-### Return Value
+### Return value
A Boolean that returns **True** if the method succeeds; returns **False** otherwise.
diff --git a/api/Outlook.frame.scroll.md b/api/Outlook.frame.scroll.md
index 85ea7321870..84d89c5a795 100644
--- a/api/Outlook.frame.scroll.md
+++ b/api/Outlook.frame.scroll.md
@@ -25,7 +25,7 @@ Moves the scroll bar on an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|xAction|Optional| **Variant**|Identifies the action to occur in the horizontal direction.|
|yAction|Optional| **Variant**|Identifies the action to occur in the vertical direction.|
diff --git a/api/Outlook.frame.undoaction.md b/api/Outlook.frame.undoaction.md
index 1c897813796..f3aacef6ea9 100644
--- a/api/Outlook.frame.undoaction.md
+++ b/api/Outlook.frame.undoaction.md
@@ -21,7 +21,7 @@ Reverses the most recent action that supports the **Undo** command.
_expression_ A variable that represents a **Frame** object.
-### Return Value
+### Return value
A Boolean that is **True** if the method succeeds, **False** otherwise.
diff --git a/api/Outlook.listbox.additem.md b/api/Outlook.listbox.additem.md
index b8a89b35e51..4f650af3d87 100644
--- a/api/Outlook.listbox.additem.md
+++ b/api/Outlook.listbox.additem.md
@@ -22,7 +22,7 @@ For a single-column **[ListBox](Outlook.listbox.md)**, the **AddItem** method
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|pvargItem|Optional| **Variant**|Specifies the item or row to add. The number of the first item or row is 0; the number of the second item or row is 1, and so on.|
|pvargIndex|Optional| **Variant**|Integer specifying the position within the object where the new item or row is placed.|
diff --git a/api/Outlook.listbox.column.md b/api/Outlook.listbox.column.md
index d5bd1f713d1..e2af1e4cfeb 100644
--- a/api/Outlook.listbox.column.md
+++ b/api/Outlook.listbox.column.md
@@ -22,7 +22,7 @@ Returns or sets a **Variant** that represents a single value, a column of value
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|pvargColumn|Optional| **Variant**|An integer with a range from 0 to one less than the total number of columns.|
|pvargIndex|Optional| **Variant**|An integer with a range from 0 to one less than the total number of rows.|
diff --git a/api/Outlook.listbox.list.md b/api/Outlook.listbox.list.md
index ed0ac8ecef8..5367ec91c88 100644
--- a/api/Outlook.listbox.list.md
+++ b/api/Outlook.listbox.list.md
@@ -22,7 +22,7 @@ Returns or sets a **Variant** that represents the specified entry in a **[ListB
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|pvargIndex|Optional| **Variant**|An integer with a range from 0 to one less than the number of entries in the list.|
|pvargColumn|Optional| **Variant**|An integer with a range from 0 to one less than the number of columns in the list.|
diff --git a/api/Outlook.listbox.removeitem.md b/api/Outlook.listbox.removeitem.md
index e4321f90a57..d597af169ec 100644
--- a/api/Outlook.listbox.removeitem.md
+++ b/api/Outlook.listbox.removeitem.md
@@ -22,11 +22,11 @@ Removes a row from the list in a **[ListBox](Outlook.listbox.md)**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|pvargIndex|Required| **Variant**|Specifies the row to delete. The number of the first row is 0; the number of the second row is 1, and so on.|
-### Return Value
+### Return value
A Boolean that returns **True** if the method succeeds, **False** otherwise.
diff --git a/api/Outlook.listbox.selected.md b/api/Outlook.listbox.selected.md
index ab8976a6089..4f7281096c4 100644
--- a/api/Outlook.listbox.selected.md
+++ b/api/Outlook.listbox.selected.md
@@ -25,7 +25,7 @@ Returns or sets a **Boolean** that indicates the selection state of items in a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|pvargIndex|Required| **Variant**|An integer with a range from 0 to one less than the number of items in the list.|
diff --git a/api/Outlook.multipage.click.md b/api/Outlook.multipage.click.md
index ebd216174f8..8f1937c4da5 100644
--- a/api/Outlook.multipage.click.md
+++ b/api/Outlook.multipage.click.md
@@ -22,7 +22,7 @@ Occurs when the user clicks inside the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**||
diff --git a/api/Outlook.olxdefaultfolde.md b/api/Outlook.olxdefaultfolde.md
index 872abacee24..5c09b205872 100644
--- a/api/Outlook.olxdefaultfolde.md
+++ b/api/Outlook.olxdefaultfolde.md
@@ -12,7 +12,7 @@ Specifies the folder type for a specified folder.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **olFolderCalendar**|9|The Calendar folder.|
| **olFolderContacts**|10|The Contacts folder.|
diff --git a/api/Outlook.page.redoaction.md b/api/Outlook.page.redoaction.md
index 81eceee6379..1f447a545aa 100644
--- a/api/Outlook.page.redoaction.md
+++ b/api/Outlook.page.redoaction.md
@@ -18,7 +18,7 @@ Reverses the effect of the most recent **Undo** action.
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
A **Boolean** that specifies **True** if the method succeeds, **False** otherwise.
diff --git a/api/Outlook.page.repaint.md b/api/Outlook.page.repaint.md
index b586537beee..c0a8e9cd9d4 100644
--- a/api/Outlook.page.repaint.md
+++ b/api/Outlook.page.repaint.md
@@ -18,7 +18,7 @@ Updates the display by redrawing the page.
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
A Boolean that returns **True** if the method succeeds; returns **False** otherwise.
diff --git a/api/Outlook.page.scroll.md b/api/Outlook.page.scroll.md
index a8b344d5f01..68ce84aeb54 100644
--- a/api/Outlook.page.scroll.md
+++ b/api/Outlook.page.scroll.md
@@ -22,7 +22,7 @@ Moves the scroll bar on an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|xAction|Optional| **Variant**|Identifies the action to occur in the horizontal direction.|
|yAction|Optional| **Variant**|Identifies the action to occur in the vertical direction.|
diff --git a/api/Outlook.pages.add(method).md b/api/Outlook.pages.add(method).md
index 2c5c6525de9..fc1ce5850a1 100644
--- a/api/Outlook.pages.add(method).md
+++ b/api/Outlook.pages.add(method).md
@@ -22,13 +22,13 @@ Adds a **[Page](Outlook.page.md)** to a **[Pages](Outlook.pages(object).md)** c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|bstrName|Optional| **Variant**|Specifies the name of the object being added. If a name is not specified, the system generates a default name based on the rules of the application where the form is used.|
|bstrCaption|Optional| **Variant**|Specifies the caption to appear on a page. If a caption is not specified, the system generates a default caption based on the rules of the application where the form is used.|
|lIndex|Optional| **Variant**|Identifies the position of a page within a **Pages** collection. If an index is not specified, the system appends the page to the end of the **Pages** collection and assigns the appropriate index value.|
-### Return Value
+### Return value
A **Page** object that represents the added page.
diff --git a/api/Outlook.pages.item(method).md b/api/Outlook.pages.item(method).md
index f0669f8d489..27e43a1938c 100644
--- a/api/Outlook.pages.item(method).md
+++ b/api/Outlook.pages.item(method).md
@@ -22,11 +22,11 @@ Returns a member of a collection, either by position or by name.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|varg|Required| **Variant**|A member's name or index within a collection.|
-### Return Value
+### Return value
An Object that corresponds to the specified member in the collection.
diff --git a/api/Outlook.pages.remove(method).md b/api/Outlook.pages.remove(method).md
index 9ad20f06980..ee6a4686548 100644
--- a/api/Outlook.pages.remove(method).md
+++ b/api/Outlook.pages.remove(method).md
@@ -22,7 +22,7 @@ Removes a member from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|varg|Required| **Variant**|A member's position, or index, within a collection. Numeric as well as string values are acceptable. If the value is a number, the minimum value is zero, and the maximum value is one less than the number of members in the collection. If the value is a string, it must correspond to a valid member name.|
diff --git a/api/Outlook.store.createunifiedgroup.md b/api/Outlook.store.createunifiedgroup.md
index ce5e8557907..4cea5227480 100644
--- a/api/Outlook.store.createunifiedgroup.md
+++ b/api/Outlook.store.createunifiedgroup.md
@@ -38,7 +38,7 @@ The **CreateUnifiedGroup** method takes the following parameters:
A call to the **CreateUnifiedGroup** method fails when: 1) the system is not online, 2) the alias already provided by the user, or 3) a server error occurs.
-### Return Value
+### Return value
The smtp address used to create the group.
diff --git a/api/Outlook.store.deleteunifiedgroup.md b/api/Outlook.store.deleteunifiedgroup.md
index a1e0b0a825e..b1834dc465e 100644
--- a/api/Outlook.store.deleteunifiedgroup.md
+++ b/api/Outlook.store.deleteunifiedgroup.md
@@ -28,7 +28,7 @@ Enables a unified group to be deleted.
| **Name**| **Value**| **Description**|
| _GroupSmtpAddress_|String|Smtp address of the group.|
-### Return Value
+### Return value
The Smtp address used to delete the group.
diff --git a/api/Outlook.tabs.add.md b/api/Outlook.tabs.add.md
index ffe9439bf90..d15b7fc13f6 100644
--- a/api/Outlook.tabs.add.md
+++ b/api/Outlook.tabs.add.md
@@ -25,13 +25,13 @@ Adds a **[Tab](Outlook.tab.md)** to a **[Tabs](Outlook.tabs.md)** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|bstrName|Optional| **Variant**|Specifies the name of the object being added. If a name is not specified, the system generates a default name based on the rules of the application where the form is used.|
|bstrCaption|Optional| **Variant**|Specifies the caption to appear on a tab. If a caption is not specified, the system generates a default caption based on the rules of the application where the form is used.|
|lIndex|Optional| **Variant**|Identifies the position of a tab within a **Tabs** collection. If an index is not specified, the system appends the page to the end of the **Tabs** collection and assigns the appropriate index value.|
-### Return Value
+### Return value
A **Tab** object that represents the added tab.
diff --git a/api/Outlook.tabs.item.md b/api/Outlook.tabs.item.md
index f486a8335b6..54ff4cbea32 100644
--- a/api/Outlook.tabs.item.md
+++ b/api/Outlook.tabs.item.md
@@ -25,11 +25,11 @@ Returns a member of a collection, either by position or by name.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|varg|Required| **Variant**|A member's name or index within a collection.|
-### Return Value
+### Return value
An Object that corresponds to the specified member in the collection.
diff --git a/api/Outlook.tabs.remove.md b/api/Outlook.tabs.remove.md
index 3d54856d968..1acb1fa9b91 100644
--- a/api/Outlook.tabs.remove.md
+++ b/api/Outlook.tabs.remove.md
@@ -25,7 +25,7 @@ Removes a member from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|varg|Required| **Variant**|A member's position, or index, within a collection. Numeric as well as string values are acceptable. If the value is a number, the minimum value is zero, and the maximum value is one less than the number of members in the collection. If the value is a string, it must correspond to a valid member name.|
diff --git a/api/Outlook.tabstrip.click.md b/api/Outlook.tabstrip.click.md
index cb6a4ae195c..bafa25858fa 100644
--- a/api/Outlook.tabstrip.click.md
+++ b/api/Outlook.tabstrip.click.md
@@ -22,7 +22,7 @@ Occurs when the user clicks inside the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**||
diff --git a/api/Outlook.viewctl.beforeviewswit.md b/api/Outlook.viewctl.beforeviewswit.md
index 733e000b76b..d7bfcc463dd 100644
--- a/api/Outlook.viewctl.beforeviewswit.md
+++ b/api/Outlook.viewctl.beforeviewswit.md
@@ -22,7 +22,7 @@ Occurs before Microsoft Outlook changes the view that is applied to the folder d
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|newView|Required| **String**|The name of the view that the View Control is switching to.|
|Cancel|Optional| **Boolean**| **False** when the event occurs. If the event procedure sets this parameter to **True**, it cancels the switch and retains the current view.|
diff --git a/api/Outlook.viewctl.openshareddefaultfold.md b/api/Outlook.viewctl.openshareddefaultfold.md
index 23ae02939e8..c9e8c16d9ea 100644
--- a/api/Outlook.viewctl.openshareddefaultfold.md
+++ b/api/Outlook.viewctl.openshareddefaultfold.md
@@ -27,7 +27,7 @@ Displays a specified user's default folder in the control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrRecipient_|Required| **String**|The owner of the folder. The string must contain a display name or alias that can be resolved to a valid recipient.|
| _FolderType_|Required| **OlxDefaultFolders**|The type of folder. Can be one of the following **OlxDefaultFolders** constants: **olxFolderDeletedItems**(3), **olxFolderOutbox**(4), **olxFolderSentMail**(5), **olxFolderInbox**(6), **olxFolderCalendar**(9), **olxFolderContacts**(10), **olxFolderJournal**(11), **olxFolderNotes**(12), **olxFolderTasks**(13), or **olxFolderDrafts**(16).|
diff --git a/api/PowerPoint.ActionSetting.Action.md b/api/PowerPoint.ActionSetting.Action.md
index 4f039f17d13..79b262ebd4a 100644
--- a/api/PowerPoint.ActionSetting.Action.md
+++ b/api/PowerPoint.ActionSetting.Action.md
@@ -23,7 +23,7 @@ Returns or sets the type of action that will occur when the specified shape is c
_expression_ A variable that represents an [ActionSetting](./PowerPoint.ActionSetting.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ActionSetting.AnimateAction.md b/api/PowerPoint.ActionSetting.AnimateAction.md
index 360d8ad2d9c..6a49d65069e 100644
--- a/api/PowerPoint.ActionSetting.AnimateAction.md
+++ b/api/PowerPoint.ActionSetting.AnimateAction.md
@@ -23,7 +23,7 @@ Specifies whether the color of the specified shape is momentarily inverted when
_expression_ A variable that represents an [ActionSetting](./PowerPoint.ActionSetting.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ActionSetting.Application.md b/api/PowerPoint.ActionSetting.Application.md
index a6952a1e0a0..15a32caec01 100644
--- a/api/PowerPoint.ActionSetting.Application.md
+++ b/api/PowerPoint.ActionSetting.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [ActionSetting](./PowerPoint.ActionSetting.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.ActionSetting.Hyperlink.md b/api/PowerPoint.ActionSetting.Hyperlink.md
index a1eecada6b8..d6b561cb781 100644
--- a/api/PowerPoint.ActionSetting.Hyperlink.md
+++ b/api/PowerPoint.ActionSetting.Hyperlink.md
@@ -23,7 +23,7 @@ Returns a **[Hyperlink](PowerPoint.Hyperlink.md)** object that represents the h
_expression_ A variable that represents a [ActionSetting](./PowerPoint.ActionSetting.md) object.
-### Return Value
+### Return value
Hyperlink
diff --git a/api/PowerPoint.ActionSetting.Parent.md b/api/PowerPoint.ActionSetting.Parent.md
index c4138fc259d..300aec0b088 100644
--- a/api/PowerPoint.ActionSetting.Parent.md
+++ b/api/PowerPoint.ActionSetting.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [ActionSetting](./PowerPoint.ActionSetting.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ActionSetting.Run.md b/api/PowerPoint.ActionSetting.Run.md
index 033b1dd0cc2..8c115c719fd 100644
--- a/api/PowerPoint.ActionSetting.Run.md
+++ b/api/PowerPoint.ActionSetting.Run.md
@@ -23,7 +23,7 @@ Returns or sets the name of the presentation or macro to be run when the specifi
_expression_ A variable that represents an [ActionSetting](./PowerPoint.ActionSetting.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.ActionSetting.ShowAndReturn.md b/api/PowerPoint.ActionSetting.ShowAndReturn.md
index cce3a468ede..743846ead3e 100644
--- a/api/PowerPoint.ActionSetting.ShowAndReturn.md
+++ b/api/PowerPoint.ActionSetting.ShowAndReturn.md
@@ -23,7 +23,7 @@ Determines if and under what circumstances Microsoft PowerPoint returns to the i
_expression_ A variable that represents an [ActionSetting](./PowerPoint.ActionSetting.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ActionSetting.SlideShowName.md b/api/PowerPoint.ActionSetting.SlideShowName.md
index 0214659e838..962cf306278 100644
--- a/api/PowerPoint.ActionSetting.SlideShowName.md
+++ b/api/PowerPoint.ActionSetting.SlideShowName.md
@@ -23,7 +23,7 @@ Returns or sets the name of the custom slide show to run in response to a mouse
_expression_ A variable that represents an [ActionSetting](./PowerPoint.ActionSetting.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.ActionSetting.SoundEffect.md b/api/PowerPoint.ActionSetting.SoundEffect.md
index 32b096ce1ef..b3ea1f78156 100644
--- a/api/PowerPoint.ActionSetting.SoundEffect.md
+++ b/api/PowerPoint.ActionSetting.SoundEffect.md
@@ -23,7 +23,7 @@ Returns a **SoundEffect** object that represents the sound to be played during
_expression_ A variable that represents an [ActionSetting](./PowerPoint.ActionSetting.md) object.
-### Return Value
+### Return value
SoundEffect
diff --git a/api/PowerPoint.ActionSettings.Application.md b/api/PowerPoint.ActionSettings.Application.md
index 1767ad49636..6311f5d24b0 100644
--- a/api/PowerPoint.ActionSettings.Application.md
+++ b/api/PowerPoint.ActionSettings.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [ActionSettings](./PowerPoint.ActionSettings.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.ActionSettings.Count.md b/api/PowerPoint.ActionSettings.Count.md
index 45120a0b29a..5e5d2754efd 100644
--- a/api/PowerPoint.ActionSettings.Count.md
+++ b/api/PowerPoint.ActionSettings.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents an [ActionSettings](./PowerPoint.ActionSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ActionSettings.Item.md b/api/PowerPoint.ActionSettings.Item.md
index d69c315ed81..3425d9770d6 100644
--- a/api/PowerPoint.ActionSettings.Item.md
+++ b/api/PowerPoint.ActionSettings.Item.md
@@ -27,11 +27,11 @@ Returns a single action setting from the specified **ActionSettings** collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**PpMouseActivation**|The action setting for a **MouseClick** or **MouseOver** event.|
-### Return Value
+### Return value
ActionSetting
diff --git a/api/PowerPoint.ActionSettings.Parent.md b/api/PowerPoint.ActionSettings.Parent.md
index 8564bb2db6f..a84f5dba50e 100644
--- a/api/PowerPoint.ActionSettings.Parent.md
+++ b/api/PowerPoint.ActionSettings.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [ActionSettings](./PowerPoint.ActionSettings.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.AddIn.Application.md b/api/PowerPoint.AddIn.Application.md
index 234b53b7e9e..c396d992fd3 100644
--- a/api/PowerPoint.AddIn.Application.md
+++ b/api/PowerPoint.AddIn.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [AddIn](./PowerPoint.AddIn.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.AddIn.AutoLoad.md b/api/PowerPoint.AddIn.AutoLoad.md
index 45fc9b2e7a0..ab927617bd0 100644
--- a/api/PowerPoint.AddIn.AutoLoad.md
+++ b/api/PowerPoint.AddIn.AutoLoad.md
@@ -23,7 +23,7 @@ Determines whether the specified add-in is automatically loaded each time PowerP
_expression_ A variable that represents an [AddIn](./PowerPoint.AddIn.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.AddIn.FullName.md b/api/PowerPoint.AddIn.FullName.md
index ea43ef2f74f..6fdfffbaa57 100644
--- a/api/PowerPoint.AddIn.FullName.md
+++ b/api/PowerPoint.AddIn.FullName.md
@@ -23,7 +23,7 @@ Returns the name of the specified add-in or saved presentation, including the pa
_expression_ A variable that represents an [AddIn](./PowerPoint.AddIn.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.AddIn.Loaded.md b/api/PowerPoint.AddIn.Loaded.md
index cdd2171b2da..51af2c5b6d9 100644
--- a/api/PowerPoint.AddIn.Loaded.md
+++ b/api/PowerPoint.AddIn.Loaded.md
@@ -23,7 +23,7 @@ Determines whether the specified add-in is loaded. Read/write.
_expression_ A variable that represents an [AddIn](./PowerPoint.AddIn.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.AddIn.Name.md b/api/PowerPoint.AddIn.Name.md
index 8f798f0c254..2971e968be2 100644
--- a/api/PowerPoint.AddIn.Name.md
+++ b/api/PowerPoint.AddIn.Name.md
@@ -23,7 +23,7 @@ The name (title) of the add-in for file types that are registered. Read-only.
_expression_ A variable that represents an [AddIn](./PowerPoint.AddIn.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.AddIn.Parent.md b/api/PowerPoint.AddIn.Parent.md
index c32f7da5a9b..aa6fea7ad57 100644
--- a/api/PowerPoint.AddIn.Parent.md
+++ b/api/PowerPoint.AddIn.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [AddIn](./PowerPoint.AddIn.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.AddIn.Path.md b/api/PowerPoint.AddIn.Path.md
index a587e2c3156..61df164338a 100644
--- a/api/PowerPoint.AddIn.Path.md
+++ b/api/PowerPoint.AddIn.Path.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the path to the specified **[AddIn](PowerP
_expression_ A variable that represents an [AddIn](./PowerPoint.AddIn.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.AddIn.Registered.md b/api/PowerPoint.AddIn.Registered.md
index b3f58052b60..633901c1eb2 100644
--- a/api/PowerPoint.AddIn.Registered.md
+++ b/api/PowerPoint.AddIn.Registered.md
@@ -23,7 +23,7 @@ Determines whether the specified add-in is registered in the Windows registry. R
_expression_ A variable that represents a [AddIn](./PowerPoint.AddIn.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.AddIns.Add.md b/api/PowerPoint.AddIns.Add.md
index 2941552d25c..a4c981b48e2 100644
--- a/api/PowerPoint.AddIns.Add.md
+++ b/api/PowerPoint.AddIns.Add.md
@@ -27,11 +27,11 @@ Returns an **AddIn** object that represents an add-in file added to the list of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The full name of the file (including the path and file name extension) that contains the add-in you want to add to the list of add-ins.|
-### Return Value
+### Return value
AddIn
diff --git a/api/PowerPoint.AddIns.Application.md b/api/PowerPoint.AddIns.Application.md
index 475c594b3dc..081b7a469dd 100644
--- a/api/PowerPoint.AddIns.Application.md
+++ b/api/PowerPoint.AddIns.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [AddIns](./PowerPoint.AddIns.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.AddIns.Count.md b/api/PowerPoint.AddIns.Count.md
index 1311456b65e..a729042fa3d 100644
--- a/api/PowerPoint.AddIns.Count.md
+++ b/api/PowerPoint.AddIns.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents an [AddIns](./PowerPoint.AddIns.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.AddIns.Item.md b/api/PowerPoint.AddIns.Item.md
index f4b91e3f602..5d729bf0d88 100644
--- a/api/PowerPoint.AddIns.Item.md
+++ b/api/PowerPoint.AddIns.Item.md
@@ -27,11 +27,11 @@ Returns a single **Addin** object from the specified **Addins** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **Addin** object in the collection to be returned.|
-### Return Value
+### Return value
AddIn
diff --git a/api/PowerPoint.AddIns.Parent.md b/api/PowerPoint.AddIns.Parent.md
index 09642252d22..cbca742b922 100644
--- a/api/PowerPoint.AddIns.Parent.md
+++ b/api/PowerPoint.AddIns.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [AddIns](./PowerPoint.AddIns.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.AddIns.Remove.md b/api/PowerPoint.AddIns.Remove.md
index e0351cd4ee2..35e9e46039f 100644
--- a/api/PowerPoint.AddIns.Remove.md
+++ b/api/PowerPoint.AddIns.Remove.md
@@ -27,7 +27,7 @@ Removes an add-in from the collection of add-ins.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the add-in to be removed from the collection.|
diff --git a/api/PowerPoint.Adjustments.Application.md b/api/PowerPoint.Adjustments.Application.md
index 63db29a0323..664d0e63bc2 100644
--- a/api/PowerPoint.Adjustments.Application.md
+++ b/api/PowerPoint.Adjustments.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [Adjustments](./PowerPoint.Adjustments.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Adjustments.Count.md b/api/PowerPoint.Adjustments.Count.md
index 0ef6becc7e9..cc2f2000f0d 100644
--- a/api/PowerPoint.Adjustments.Count.md
+++ b/api/PowerPoint.Adjustments.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents an [Adjustments](./PowerPoint.Adjustments.md) object.
-### Return Value
+### Return value
[INT]
diff --git a/api/PowerPoint.Adjustments.Creator.md b/api/PowerPoint.Adjustments.Creator.md
index 36850a405eb..ecd28d964ae 100644
--- a/api/PowerPoint.Adjustments.Creator.md
+++ b/api/PowerPoint.Adjustments.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents an [Adjustments](./PowerPoint.Adjustments.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Adjustments.Item.md b/api/PowerPoint.Adjustments.Item.md
index 21629d23c61..14864a8b8ee 100644
--- a/api/PowerPoint.Adjustments.Item.md
+++ b/api/PowerPoint.Adjustments.Item.md
@@ -27,11 +27,11 @@ Returns or sets the adjustment value specified by the Index argument. Read/write
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the adjustment.|
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Adjustments.Parent.md b/api/PowerPoint.Adjustments.Parent.md
index d451c69b410..5d12f2e85c2 100644
--- a/api/PowerPoint.Adjustments.Parent.md
+++ b/api/PowerPoint.Adjustments.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [Adjustments](./PowerPoint.Adjustments.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.AnimationBehavior.Accumulate.md b/api/PowerPoint.AnimationBehavior.Accumulate.md
index e856e37143c..8bdba026cf5 100644
--- a/api/PowerPoint.AnimationBehavior.Accumulate.md
+++ b/api/PowerPoint.AnimationBehavior.Accumulate.md
@@ -23,7 +23,7 @@ Determines whether animation behaviors accumulate. Read/write.
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
MsoAnimAccumulate
diff --git a/api/PowerPoint.AnimationBehavior.Additive.md b/api/PowerPoint.AnimationBehavior.Additive.md
index 0f6477b0aa4..fb73045e96c 100644
--- a/api/PowerPoint.AnimationBehavior.Additive.md
+++ b/api/PowerPoint.AnimationBehavior.Additive.md
@@ -23,7 +23,7 @@ Sets or returns whether the current animation behavior is combined with other ru
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
MsoAnimAdditive
diff --git a/api/PowerPoint.AnimationBehavior.Application.md b/api/PowerPoint.AnimationBehavior.Application.md
index 91ff546da2b..2f663dadd90 100644
--- a/api/PowerPoint.AnimationBehavior.Application.md
+++ b/api/PowerPoint.AnimationBehavior.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.AnimationBehavior.ColorEffect.md b/api/PowerPoint.AnimationBehavior.ColorEffect.md
index 13ba62567d2..be9ada4fd60 100644
--- a/api/PowerPoint.AnimationBehavior.ColorEffect.md
+++ b/api/PowerPoint.AnimationBehavior.ColorEffect.md
@@ -23,7 +23,7 @@ Returns a **[ColorEffect](PowerPoint.ColorEffect.md)** object that represents t
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
ColorEffect
diff --git a/api/PowerPoint.AnimationBehavior.CommandEffect.md b/api/PowerPoint.AnimationBehavior.CommandEffect.md
index bf487ca1a32..d9dfd59d145 100644
--- a/api/PowerPoint.AnimationBehavior.CommandEffect.md
+++ b/api/PowerPoint.AnimationBehavior.CommandEffect.md
@@ -23,7 +23,7 @@ Returns a **CommandEffect** object for the specified animation behavior. Read-o
_expression_ A variable that represents a [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
CommandEffect
diff --git a/api/PowerPoint.AnimationBehavior.FilterEffect.md b/api/PowerPoint.AnimationBehavior.FilterEffect.md
index ab382e285b6..713c7a976ad 100644
--- a/api/PowerPoint.AnimationBehavior.FilterEffect.md
+++ b/api/PowerPoint.AnimationBehavior.FilterEffect.md
@@ -23,7 +23,7 @@ Returns a **FilterEffect** object that represents a filter effect for an animat
_expression_ A variable that represents a [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
FilterEffect
diff --git a/api/PowerPoint.AnimationBehavior.MotionEffect.md b/api/PowerPoint.AnimationBehavior.MotionEffect.md
index 7464f44d71f..fe5e6eb9ce9 100644
--- a/api/PowerPoint.AnimationBehavior.MotionEffect.md
+++ b/api/PowerPoint.AnimationBehavior.MotionEffect.md
@@ -23,7 +23,7 @@ Returns a **[MotionEffect](PowerPoint.MotionEffect.md)** object that represents
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
MotionEffect
diff --git a/api/PowerPoint.AnimationBehavior.Parent.md b/api/PowerPoint.AnimationBehavior.Parent.md
index 35c55c39fce..643d2873f72 100644
--- a/api/PowerPoint.AnimationBehavior.Parent.md
+++ b/api/PowerPoint.AnimationBehavior.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.AnimationBehavior.PropertyEffect.md b/api/PowerPoint.AnimationBehavior.PropertyEffect.md
index 62a5fe86b76..f414526d668 100644
--- a/api/PowerPoint.AnimationBehavior.PropertyEffect.md
+++ b/api/PowerPoint.AnimationBehavior.PropertyEffect.md
@@ -23,7 +23,7 @@ Returns a **[PropertyEffect](PowerPoint.PropertyEffect.md)** object for a given
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
PropertyEffect
diff --git a/api/PowerPoint.AnimationBehavior.RotationEffect.md b/api/PowerPoint.AnimationBehavior.RotationEffect.md
index 3e88e910be1..14bb792da02 100644
--- a/api/PowerPoint.AnimationBehavior.RotationEffect.md
+++ b/api/PowerPoint.AnimationBehavior.RotationEffect.md
@@ -23,7 +23,7 @@ Returns a **[RotationEffect](PowerPoint.RotationEffect.md)** object for an anim
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
RotationEffect
diff --git a/api/PowerPoint.AnimationBehavior.ScaleEffect.md b/api/PowerPoint.AnimationBehavior.ScaleEffect.md
index 94522e5fd31..1cf5625fcc2 100644
--- a/api/PowerPoint.AnimationBehavior.ScaleEffect.md
+++ b/api/PowerPoint.AnimationBehavior.ScaleEffect.md
@@ -23,7 +23,7 @@ Returns a **[ScaleEffect](PowerPoint.ScaleEffect.md)** object for a given anima
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
ScaleEffect
diff --git a/api/PowerPoint.AnimationBehavior.SetEffect.md b/api/PowerPoint.AnimationBehavior.SetEffect.md
index 64213b9999b..8673064b9c7 100644
--- a/api/PowerPoint.AnimationBehavior.SetEffect.md
+++ b/api/PowerPoint.AnimationBehavior.SetEffect.md
@@ -23,7 +23,7 @@ Returns a **SetEffect** object for the animation behavior. Read-only.
_expression_ A variable that represents a [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
SetEffect
diff --git a/api/PowerPoint.AnimationBehavior.Timing.md b/api/PowerPoint.AnimationBehavior.Timing.md
index 984ac20448a..6b7590826f0 100644
--- a/api/PowerPoint.AnimationBehavior.Timing.md
+++ b/api/PowerPoint.AnimationBehavior.Timing.md
@@ -23,7 +23,7 @@ Returns a **[Timing](PowerPoint.Timing.md)** object that represents the timing
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
Timing
diff --git a/api/PowerPoint.AnimationBehavior.Type.md b/api/PowerPoint.AnimationBehavior.Type.md
index 3666316e816..de0a2766cdd 100644
--- a/api/PowerPoint.AnimationBehavior.Type.md
+++ b/api/PowerPoint.AnimationBehavior.Type.md
@@ -23,7 +23,7 @@ Represents the type of animation. Read/write.
_expression_ A variable that represents an [AnimationBehavior](./PowerPoint.AnimationBehavior.md) object.
-### Return Value
+### Return value
MsoAnimType
diff --git a/api/PowerPoint.AnimationBehaviors.Add.md b/api/PowerPoint.AnimationBehaviors.Add.md
index 03b199993ca..0e410f5567d 100644
--- a/api/PowerPoint.AnimationBehaviors.Add.md
+++ b/api/PowerPoint.AnimationBehaviors.Add.md
@@ -27,12 +27,12 @@ Returns an **[AnimationBehavior](PowerPoint.AnimationBehavior.md)** object that
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**MsoAnimType**|The type of the animation behavior.|
| _Index_|Optional|**Long**|The position of the animation behaviorce in relation to other animation behaviors. The default value is -1, which means that if you omit the _Index_ parameter, the new animation behavior is added at the end of the existing animation behaviors.|
-### Return Value
+### Return value
AnimationBehavior
diff --git a/api/PowerPoint.AnimationBehaviors.Application.md b/api/PowerPoint.AnimationBehaviors.Application.md
index 0d52eda1e07..4f34d134065 100644
--- a/api/PowerPoint.AnimationBehaviors.Application.md
+++ b/api/PowerPoint.AnimationBehaviors.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [AnimationBehaviors](./PowerPoint.AnimationBehaviors.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.AnimationBehaviors.Count.md b/api/PowerPoint.AnimationBehaviors.Count.md
index 969cbdfe75f..09fc53142dd 100644
--- a/api/PowerPoint.AnimationBehaviors.Count.md
+++ b/api/PowerPoint.AnimationBehaviors.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents an [AnimationBehaviors](./PowerPoint.AnimationBehaviors.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.AnimationBehaviors.Item.md b/api/PowerPoint.AnimationBehaviors.Item.md
index f322951249f..cf21f304cff 100644
--- a/api/PowerPoint.AnimationBehaviors.Item.md
+++ b/api/PowerPoint.AnimationBehaviors.Item.md
@@ -27,11 +27,11 @@ Returns a single **AnimationBehavior** object from the specified **AnimationBeh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **AnimationBehavior** object in the collection to be returned.|
-### Return Value
+### Return value
AnimationBehavior
diff --git a/api/PowerPoint.AnimationBehaviors.Parent.md b/api/PowerPoint.AnimationBehaviors.Parent.md
index 9c7bfeb4d51..fa1fe9a975a 100644
--- a/api/PowerPoint.AnimationBehaviors.Parent.md
+++ b/api/PowerPoint.AnimationBehaviors.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [AnimationBehaviors](./PowerPoint.AnimationBehaviors.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.AnimationPoint.Application.md b/api/PowerPoint.AnimationPoint.Application.md
index 66bd3951ec0..b2791593c84 100644
--- a/api/PowerPoint.AnimationPoint.Application.md
+++ b/api/PowerPoint.AnimationPoint.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [AnimationPoint](./PowerPoint.AnimationPoint.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.AnimationPoint.Formula.md b/api/PowerPoint.AnimationPoint.Formula.md
index 54eb51bb3ad..780483a8b32 100644
--- a/api/PowerPoint.AnimationPoint.Formula.md
+++ b/api/PowerPoint.AnimationPoint.Formula.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents a formula to use for calculating a
_expression_ A variable that represents a [AnimationPoint](./PowerPoint.AnimationPoint.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.AnimationPoint.Parent.md b/api/PowerPoint.AnimationPoint.Parent.md
index a533f1c4375..bbdf6bf3d0b 100644
--- a/api/PowerPoint.AnimationPoint.Parent.md
+++ b/api/PowerPoint.AnimationPoint.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [AnimationPoint](./PowerPoint.AnimationPoint.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.AnimationPoint.Time.md b/api/PowerPoint.AnimationPoint.Time.md
index af14bf6306b..2573b99e594 100644
--- a/api/PowerPoint.AnimationPoint.Time.md
+++ b/api/PowerPoint.AnimationPoint.Time.md
@@ -23,7 +23,7 @@ Sets or returns the time at a given animation point. Read/write.
_expression_ A variable that represents a [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.AnimationPoint.Value.md b/api/PowerPoint.AnimationPoint.Value.md
index d3ea0a4823f..b963ab5e65f 100644
--- a/api/PowerPoint.AnimationPoint.Value.md
+++ b/api/PowerPoint.AnimationPoint.Value.md
@@ -23,7 +23,7 @@ Sets or returns the value of a property for an animation point. Read/write.
_expression_ A variable that represents an [AnimationPoint](./PowerPoint.AnimationPoint.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/PowerPoint.AnimationPoints.Add.md b/api/PowerPoint.AnimationPoints.Add.md
index f28fba387c7..fada725e02f 100644
--- a/api/PowerPoint.AnimationPoints.Add.md
+++ b/api/PowerPoint.AnimationPoints.Add.md
@@ -27,11 +27,11 @@ Returns an **[AnimationPoint](PowerPoint.AnimationPoint.md)** object that repre
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Long**|The position of the animation point in relation to other animation points. The default value is -1, which means that if you omit the Index parameter, the new animation point is added to the end of existing animation points.|
-### Return Value
+### Return value
AnimationPoint
diff --git a/api/PowerPoint.AnimationPoints.Application.md b/api/PowerPoint.AnimationPoints.Application.md
index 34837a058af..29d0827f1ad 100644
--- a/api/PowerPoint.AnimationPoints.Application.md
+++ b/api/PowerPoint.AnimationPoints.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [AnimationPoints](./PowerPoint.AnimationPoints.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.AnimationPoints.Count.md b/api/PowerPoint.AnimationPoints.Count.md
index e3b57ba3f3a..3e1c245d28d 100644
--- a/api/PowerPoint.AnimationPoints.Count.md
+++ b/api/PowerPoint.AnimationPoints.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents an [AnimationPoints](./PowerPoint.AnimationPoints.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.AnimationPoints.Item.md b/api/PowerPoint.AnimationPoints.Item.md
index 9bc41ef011b..e71b6176129 100644
--- a/api/PowerPoint.AnimationPoints.Item.md
+++ b/api/PowerPoint.AnimationPoints.Item.md
@@ -27,11 +27,11 @@ Returns a single **AnimationPoint** object from the specified **AnimationPoints
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **AnimationPoint** object in the collection to be returned.|
-### Return Value
+### Return value
AnimationPoint
diff --git a/api/PowerPoint.AnimationPoints.Parent.md b/api/PowerPoint.AnimationPoints.Parent.md
index cb67d9a2e1c..40a65a05eaa 100644
--- a/api/PowerPoint.AnimationPoints.Parent.md
+++ b/api/PowerPoint.AnimationPoints.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [AnimationPoints](./PowerPoint.AnimationPoints.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.AnimationPoints.Smooth.md b/api/PowerPoint.AnimationPoints.Smooth.md
index f33e7d72391..c07e94501c1 100644
--- a/api/PowerPoint.AnimationPoints.Smooth.md
+++ b/api/PowerPoint.AnimationPoints.Smooth.md
@@ -23,7 +23,7 @@ Determines whether the transition from one animation point to another is smoothe
_expression_ A variable that represents a [AnimationPoints](./PowerPoint.AnimationPoints.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.AnimationSettings.AdvanceTime.md b/api/PowerPoint.AnimationSettings.AdvanceTime.md
index 9ae960a6041..9533a6c15e3 100644
--- a/api/PowerPoint.AnimationSettings.AdvanceTime.md
+++ b/api/PowerPoint.AnimationSettings.AdvanceTime.md
@@ -23,7 +23,7 @@ Returns or sets the amount of time, in seconds, after which the specified shape
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.AnimationSettings.Animate.md b/api/PowerPoint.AnimationSettings.Animate.md
index 0e89a6aba82..8db2819902a 100644
--- a/api/PowerPoint.AnimationSettings.Animate.md
+++ b/api/PowerPoint.AnimationSettings.Animate.md
@@ -23,7 +23,7 @@ Determines whether the specified shape is animated during a slide show. Read/wri
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.AnimationSettings.AnimateTextInReverse.md b/api/PowerPoint.AnimationSettings.AnimateTextInReverse.md
index bc98aa2f39c..72070acae35 100644
--- a/api/PowerPoint.AnimationSettings.AnimateTextInReverse.md
+++ b/api/PowerPoint.AnimationSettings.AnimateTextInReverse.md
@@ -23,7 +23,7 @@ Determines whether the specified shape is built in reverse order. Applies only t
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.AnimationSettings.AnimationOrder.md b/api/PowerPoint.AnimationSettings.AnimationOrder.md
index 77a3af3af9a..dd243a5870e 100644
--- a/api/PowerPoint.AnimationSettings.AnimationOrder.md
+++ b/api/PowerPoint.AnimationSettings.AnimationOrder.md
@@ -23,7 +23,7 @@ Returns or sets an integer that represents the position of the specified shape w
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.AnimationSettings.Application.md b/api/PowerPoint.AnimationSettings.Application.md
index 5daf16f5e3f..a8b890e194a 100644
--- a/api/PowerPoint.AnimationSettings.Application.md
+++ b/api/PowerPoint.AnimationSettings.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.AnimationSettings.ChartUnitEffect.md b/api/PowerPoint.AnimationSettings.ChartUnitEffect.md
index 0988557fc74..1f13b8f111c 100644
--- a/api/PowerPoint.AnimationSettings.ChartUnitEffect.md
+++ b/api/PowerPoint.AnimationSettings.ChartUnitEffect.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates whether the graph range is animated by se
_expression_ A variable that represents a [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
PpChartUnitEffect
diff --git a/api/PowerPoint.AnimationSettings.DimColor.md b/api/PowerPoint.AnimationSettings.DimColor.md
index cfafff02f07..bf90d74ef60 100644
--- a/api/PowerPoint.AnimationSettings.DimColor.md
+++ b/api/PowerPoint.AnimationSettings.DimColor.md
@@ -23,7 +23,7 @@ Returns or sets a **[ColorFormat](PowerPoint.ColorFormat.md)** object that repr
_expression_ A variable that represents a [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.AnimationSettings.EntryEffect.md b/api/PowerPoint.AnimationSettings.EntryEffect.md
index 3e22875bf9d..0a508ff5cc7 100644
--- a/api/PowerPoint.AnimationSettings.EntryEffect.md
+++ b/api/PowerPoint.AnimationSettings.EntryEffect.md
@@ -23,7 +23,7 @@ For the **AnimationSettings** object, this property returns or sets the special
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
PpEntryEffect
diff --git a/api/PowerPoint.AnimationSettings.Parent.md b/api/PowerPoint.AnimationSettings.Parent.md
index 31a2bcb345e..63bafba6359 100644
--- a/api/PowerPoint.AnimationSettings.Parent.md
+++ b/api/PowerPoint.AnimationSettings.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.AnimationSettings.PlaySettings.md b/api/PowerPoint.AnimationSettings.PlaySettings.md
index e0466eaf30a..2aa1badd3b7 100644
--- a/api/PowerPoint.AnimationSettings.PlaySettings.md
+++ b/api/PowerPoint.AnimationSettings.PlaySettings.md
@@ -23,7 +23,7 @@ Returns a **[PlaySettings](PowerPoint.PlaySettings.md)** object that contains i
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
PlaySettings
diff --git a/api/PowerPoint.AnimationSettings.SoundEffect.md b/api/PowerPoint.AnimationSettings.SoundEffect.md
index 77fc16e06d6..ae049b784e2 100644
--- a/api/PowerPoint.AnimationSettings.SoundEffect.md
+++ b/api/PowerPoint.AnimationSettings.SoundEffect.md
@@ -23,7 +23,7 @@ Returns a **SoundEffect** object that represents the sound to be played during
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
SoundEffect
diff --git a/api/PowerPoint.AnimationSettings.TextLevelEffect.md b/api/PowerPoint.AnimationSettings.TextLevelEffect.md
index 120cd2a12dd..9e17e367e1c 100644
--- a/api/PowerPoint.AnimationSettings.TextLevelEffect.md
+++ b/api/PowerPoint.AnimationSettings.TextLevelEffect.md
@@ -23,7 +23,7 @@ Indicates whether the text in the specified shape is animated by first-level par
_expression_ A variable that represents a [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
PpTextLevelEffect
diff --git a/api/PowerPoint.AnimationSettings.TextUnitEffect.md b/api/PowerPoint.AnimationSettings.TextUnitEffect.md
index e5675d14a1c..3682c16521c 100644
--- a/api/PowerPoint.AnimationSettings.TextUnitEffect.md
+++ b/api/PowerPoint.AnimationSettings.TextUnitEffect.md
@@ -23,7 +23,7 @@ Indicates whether the text in the specified shape is animated paragraph by parag
_expression_ A variable that represents an [AnimationSettings](./PowerPoint.AnimationSettings.md) object.
-### Return Value
+### Return value
PpTextUnitEffect
diff --git a/api/PowerPoint.Application.Active.md b/api/PowerPoint.Application.Active.md
index 2a476c5b906..79b7a1c58a6 100644
--- a/api/PowerPoint.Application.Active.md
+++ b/api/PowerPoint.Application.Active.md
@@ -23,7 +23,7 @@ Returns whether the specified pane or window is active. Read-only.
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Application.ActiveEncryptionSession.md b/api/PowerPoint.Application.ActiveEncryptionSession.md
index 78066f815c4..59b30b337d6 100644
--- a/api/PowerPoint.Application.ActiveEncryptionSession.md
+++ b/api/PowerPoint.Application.ActiveEncryptionSession.md
@@ -23,7 +23,7 @@ Represents the encryption session associated with the active presentation. Read-
_expression_ An expression that returns a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Application.ActivePresentation.md b/api/PowerPoint.Application.ActivePresentation.md
index 572d28e828d..c7a08e5fbaa 100644
--- a/api/PowerPoint.Application.ActivePresentation.md
+++ b/api/PowerPoint.Application.ActivePresentation.md
@@ -23,7 +23,7 @@ Returns a **[Presentation](PowerPoint.Presentation.md)** object that represents
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
Presentation
diff --git a/api/PowerPoint.Application.ActivePrinter.md b/api/PowerPoint.Application.ActivePrinter.md
index 6743c67841c..360206d168a 100644
--- a/api/PowerPoint.Application.ActivePrinter.md
+++ b/api/PowerPoint.Application.ActivePrinter.md
@@ -23,7 +23,7 @@ Returns the name of the active printer. Read-only.
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Application.ActiveWindow.md b/api/PowerPoint.Application.ActiveWindow.md
index 87e5e47b976..596bd57f875 100644
--- a/api/PowerPoint.Application.ActiveWindow.md
+++ b/api/PowerPoint.Application.ActiveWindow.md
@@ -23,7 +23,7 @@ Returns a **[DocumentWindow](PowerPoint.DocumentWindow.md)** object that repres
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
DocumentWindow
diff --git a/api/PowerPoint.Application.AfterNewPresentation.md b/api/PowerPoint.Application.AfterNewPresentation.md
index 6e679d5cc70..703e9ea45c0 100644
--- a/api/PowerPoint.Application.AfterNewPresentation.md
+++ b/api/PowerPoint.Application.AfterNewPresentation.md
@@ -27,7 +27,7 @@ Occurs after a presentation is created.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|Name of the presentation.|
diff --git a/api/PowerPoint.Application.AfterPresentationOpen.md b/api/PowerPoint.Application.AfterPresentationOpen.md
index 3f7e3080280..2c7993c7541 100644
--- a/api/PowerPoint.Application.AfterPresentationOpen.md
+++ b/api/PowerPoint.Application.AfterPresentationOpen.md
@@ -27,7 +27,7 @@ Occurs after an existing presentation is opened.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation that is opened.|
diff --git a/api/PowerPoint.Application.AutoCorrect.md b/api/PowerPoint.Application.AutoCorrect.md
index 10bee7c36d2..36e0eba8fe0 100644
--- a/api/PowerPoint.Application.AutoCorrect.md
+++ b/api/PowerPoint.Application.AutoCorrect.md
@@ -23,7 +23,7 @@ Returns an **[AutoCorrect](PowerPoint.AutoCorrect.md)** object that represents
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
AutoCorrect
diff --git a/api/PowerPoint.Application.AutomationSecurity.md b/api/PowerPoint.Application.AutomationSecurity.md
index f528668e20c..e5b054f8dc9 100644
--- a/api/PowerPoint.Application.AutomationSecurity.md
+++ b/api/PowerPoint.Application.AutomationSecurity.md
@@ -23,7 +23,7 @@ Represents the security mode that Microsoft PowerPoint uses when it opens files
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
MsoAutomationSecurity
diff --git a/api/PowerPoint.Application.Build.md b/api/PowerPoint.Application.Build.md
index c4e247e2d97..4186883ef7d 100644
--- a/api/PowerPoint.Application.Build.md
+++ b/api/PowerPoint.Application.Build.md
@@ -23,7 +23,7 @@ Returns the build number for the current instance of Microsoft PowerPoint. Read-
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Application.Caption.md b/api/PowerPoint.Application.Caption.md
index 9de8b93442a..469cd0a4932 100644
--- a/api/PowerPoint.Application.Caption.md
+++ b/api/PowerPoint.Application.Caption.md
@@ -23,7 +23,7 @@ Returns the text that appears in the title bar of the application window. Read/w
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Application.ColorSchemeChanged.md b/api/PowerPoint.Application.ColorSchemeChanged.md
index 5d4c7d93064..855a4b9afda 100644
--- a/api/PowerPoint.Application.ColorSchemeChanged.md
+++ b/api/PowerPoint.Application.ColorSchemeChanged.md
@@ -27,7 +27,7 @@ Occurs after a color scheme is changed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SldRange_|Required|**SlideRange**| The range of slides affected by the change.|
diff --git a/api/PowerPoint.Application.Creator.md b/api/PowerPoint.Application.Creator.md
index 3af2213bae5..e55bbf95b1b 100644
--- a/api/PowerPoint.Application.Creator.md
+++ b/api/PowerPoint.Application.Creator.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Application.DisplayAlerts.md b/api/PowerPoint.Application.DisplayAlerts.md
index 814ca080296..42e2f401161 100644
--- a/api/PowerPoint.Application.DisplayAlerts.md
+++ b/api/PowerPoint.Application.DisplayAlerts.md
@@ -23,7 +23,7 @@ Sets or returns whether Microsoft PowerPoint displays alerts while running a mac
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
PpAlertLevel
diff --git a/api/PowerPoint.Application.DisplayDocumentInformationPanel.md b/api/PowerPoint.Application.DisplayDocumentInformationPanel.md
index c0a6e361b0e..84e48a6a848 100644
--- a/api/PowerPoint.Application.DisplayDocumentInformationPanel.md
+++ b/api/PowerPoint.Application.DisplayDocumentInformationPanel.md
@@ -24,7 +24,7 @@ This property has been deprecated in Office 2016, but it remains part of the obj
_expression_ An expression that returns an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Application.DisplayGridLines.md b/api/PowerPoint.Application.DisplayGridLines.md
index fd71bcdfc30..51e27949be4 100644
--- a/api/PowerPoint.Application.DisplayGridLines.md
+++ b/api/PowerPoint.Application.DisplayGridLines.md
@@ -23,7 +23,7 @@ Determines whether to display gridlines in Microsoft PowerPoint. Read/write.
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Application.FeatureInstall.md b/api/PowerPoint.Application.FeatureInstall.md
index 4682d5e725c..0ae509c4dc9 100644
--- a/api/PowerPoint.Application.FeatureInstall.md
+++ b/api/PowerPoint.Application.FeatureInstall.md
@@ -23,7 +23,7 @@ Returns or sets how Microsoft PowerPoint handles calls to methods and properties
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
MsoFeatureInstall
diff --git a/api/PowerPoint.Application.FileConverters.md b/api/PowerPoint.Application.FileConverters.md
index 2a98a67d989..c71d60d9959 100644
--- a/api/PowerPoint.Application.FileConverters.md
+++ b/api/PowerPoint.Application.FileConverters.md
@@ -27,7 +27,7 @@ Returns information about installed file converters. Returns **null** if there
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index1_|Optional|**Variant**|The long name of the converter, including the file-type search string in Windows (for example, "Lotus 1-2-3 Files (*.wk*)").|
| _Index2_|Optional|**Variant**|The path of the converter DLL or code resource.|
diff --git a/api/PowerPoint.Application.FileDialog.md b/api/PowerPoint.Application.FileDialog.md
index 9961e046bab..d566ba9d638 100644
--- a/api/PowerPoint.Application.FileDialog.md
+++ b/api/PowerPoint.Application.FileDialog.md
@@ -27,11 +27,11 @@ Returns a **FileDialog** object that represents a single instance of a file dia
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**MsoFileDialogType**|The type of dialog to return.|
-### Return Value
+### Return value
FileDialog
diff --git a/api/PowerPoint.Application.FileValidation.md b/api/PowerPoint.Application.FileValidation.md
index 8bf1d45d6da..d2a078c042d 100644
--- a/api/PowerPoint.Application.FileValidation.md
+++ b/api/PowerPoint.Application.FileValidation.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates how PowerPoint will validate files before
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
**[MsoFileValidationMode](./Office.MsoFileValidationMode.md)**
diff --git a/api/PowerPoint.Application.Height.md b/api/PowerPoint.Application.Height.md
index 3735429ab7f..e9378f5d3e2 100644
--- a/api/PowerPoint.Application.Height.md
+++ b/api/PowerPoint.Application.Height.md
@@ -23,7 +23,7 @@ Returns or sets the height of the specified object, in points. Read/write.
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Application.Help.md b/api/PowerPoint.Application.Help.md
index f2bfc261585..81bf201bd60 100644
--- a/api/PowerPoint.Application.Help.md
+++ b/api/PowerPoint.Application.Help.md
@@ -27,7 +27,7 @@ Displays a Help topic.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HelpFile_|Optional|**String**|The name of the Help file you want to display. Can be either a .chm or an .hlp file. If this argument is not specified, Microsoft PowerPoint Help is used.|
| _ContextID_|Optional|**Long**|The context ID number for the Help topic. If this argument is not specified or if it specifies a context ID number that is not associated with a Help topic, the **Help Topics** dialog box is displayed.|
diff --git a/api/PowerPoint.Application.Name.md b/api/PowerPoint.Application.Name.md
index 1dda47e5ef9..b5627f04ac0 100644
--- a/api/PowerPoint.Application.Name.md
+++ b/api/PowerPoint.Application.Name.md
@@ -23,7 +23,7 @@ Returns the string "Microsoft PowerPoint." Read-only.
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Application.NewPresentation(even).md b/api/PowerPoint.Application.NewPresentation(even).md
index c6885a3687a..827b1130a8f 100644
--- a/api/PowerPoint.Application.NewPresentation(even).md
+++ b/api/PowerPoint.Application.NewPresentation(even).md
@@ -27,7 +27,7 @@ Occurs after a presentation is created, as it is added to the **[Presentations]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The new presentation.|
diff --git a/api/PowerPoint.Application.NewPresentation(property).md b/api/PowerPoint.Application.NewPresentation(property).md
index 6a7a0c09333..b3cf982ea67 100644
--- a/api/PowerPoint.Application.NewPresentation(property).md
+++ b/api/PowerPoint.Application.NewPresentation(property).md
@@ -23,7 +23,7 @@ Returns a **NewFile** object that represents a presentation listed on the **New
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
NewFile
diff --git a/api/PowerPoint.Application.OperatingSystem.md b/api/PowerPoint.Application.OperatingSystem.md
index 22936f4e091..2af25e0ddc0 100644
--- a/api/PowerPoint.Application.OperatingSystem.md
+++ b/api/PowerPoint.Application.OperatingSystem.md
@@ -23,7 +23,7 @@ Returns the name of the operating system. Read-only.
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Application.Options.md b/api/PowerPoint.Application.Options.md
index 7cc5f6794a8..18d2a93f583 100644
--- a/api/PowerPoint.Application.Options.md
+++ b/api/PowerPoint.Application.Options.md
@@ -23,7 +23,7 @@ Returns an **[Options](PowerPoint.Options.md)** object that represents applicat
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
Options
diff --git a/api/PowerPoint.Application.Path.md b/api/PowerPoint.Application.Path.md
index e48c51c3226..082375a11ab 100644
--- a/api/PowerPoint.Application.Path.md
+++ b/api/PowerPoint.Application.Path.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the path to the specified **[Application](
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Application.PresentationBeforeClose.md b/api/PowerPoint.Application.PresentationBeforeClose.md
index 2d173eab8fe..925a11a140b 100644
--- a/api/PowerPoint.Application.PresentationBeforeClose.md
+++ b/api/PowerPoint.Application.PresentationBeforeClose.md
@@ -27,12 +27,12 @@ Represents a **Presentation** object before it closes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The **Presentation** object.|
| _Cancel_|Required|**Boolean**|If set to **True**, the presentation will not close.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Application.PresentationBeforeSave.md b/api/PowerPoint.Application.PresentationBeforeSave.md
index d5f9842c1c2..cc536267f96 100644
--- a/api/PowerPoint.Application.PresentationBeforeSave.md
+++ b/api/PowerPoint.Application.PresentationBeforeSave.md
@@ -27,7 +27,7 @@ Occurs before a presentation is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation being saved.|
| _Cancel_|Required|**Boolean**|**True** to cancel the save process.|
diff --git a/api/PowerPoint.Application.PresentationClose.md b/api/PowerPoint.Application.PresentationClose.md
index 8caed8b2d33..acb5de365d8 100644
--- a/api/PowerPoint.Application.PresentationClose.md
+++ b/api/PowerPoint.Application.PresentationClose.md
@@ -27,7 +27,7 @@ Occurs immediately before any open presentation closes, as it is removed from th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation that is being closed.|
diff --git a/api/PowerPoint.Application.PresentationCloseFinal.md b/api/PowerPoint.Application.PresentationCloseFinal.md
index 32499ca703c..18989812597 100644
--- a/api/PowerPoint.Application.PresentationCloseFinal.md
+++ b/api/PowerPoint.Application.PresentationCloseFinal.md
@@ -27,11 +27,11 @@ Represents closing the final **Presentation** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The **Presentation** object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Application.PresentationNewSlide.md b/api/PowerPoint.Application.PresentationNewSlide.md
index f5be5cb3520..1ba95e4c720 100644
--- a/api/PowerPoint.Application.PresentationNewSlide.md
+++ b/api/PowerPoint.Application.PresentationNewSlide.md
@@ -27,7 +27,7 @@ Occurs when a new slide is created in any open presentation, as the slide is add
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sld_|Required|**Slide**|The new slide.|
diff --git a/api/PowerPoint.Application.PresentationOpen.md b/api/PowerPoint.Application.PresentationOpen.md
index fe77519da75..185ce092089 100644
--- a/api/PowerPoint.Application.PresentationOpen.md
+++ b/api/PowerPoint.Application.PresentationOpen.md
@@ -27,7 +27,7 @@ Occurs after an existing presentation is opened, as it is added to the **[Prese
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation that is opened.|
diff --git a/api/PowerPoint.Application.PresentationPrint.md b/api/PowerPoint.Application.PresentationPrint.md
index 0ede7387cf2..3b6673397f3 100644
--- a/api/PowerPoint.Application.PresentationPrint.md
+++ b/api/PowerPoint.Application.PresentationPrint.md
@@ -27,7 +27,7 @@ Occurs before a presentation is printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation to be printed.|
diff --git a/api/PowerPoint.Application.PresentationSave.md b/api/PowerPoint.Application.PresentationSave.md
index 53dbac2ba42..5366388f54a 100644
--- a/api/PowerPoint.Application.PresentationSave.md
+++ b/api/PowerPoint.Application.PresentationSave.md
@@ -27,7 +27,7 @@ Occurs before any open presentation is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation to be saved.|
diff --git a/api/PowerPoint.Application.PresentationSync.md b/api/PowerPoint.Application.PresentationSync.md
index 4df6e447eef..5184ebf337d 100644
--- a/api/PowerPoint.Application.PresentationSync.md
+++ b/api/PowerPoint.Application.PresentationSync.md
@@ -27,7 +27,7 @@ Occurs when the local copy of a presentation that is part of a Document Workspac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation that is being synchronized.|
| _SyncEventType_|Required|**MsoSyncEventType**|The status of the synchronization.|
diff --git a/api/PowerPoint.Application.Presentations.md b/api/PowerPoint.Application.Presentations.md
index 9ce70abd433..3d98ad8963e 100644
--- a/api/PowerPoint.Application.Presentations.md
+++ b/api/PowerPoint.Application.Presentations.md
@@ -23,7 +23,7 @@ Returns a **[Presentations](PowerPoint.Presentations.md)** collection that repr
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
Presentations
diff --git a/api/PowerPoint.Application.ProductCode.md b/api/PowerPoint.Application.ProductCode.md
index 9e05cc21074..3fbbb52bb39 100644
--- a/api/PowerPoint.Application.ProductCode.md
+++ b/api/PowerPoint.Application.ProductCode.md
@@ -23,7 +23,7 @@ Returns the Microsoft PowerPoint globally unique identifier (GUID). Read-only.
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Application.ProtectedViewWindowActivate.md b/api/PowerPoint.Application.ProtectedViewWindowActivate.md
index 8b4cecaf401..ea4eb7dade4 100644
--- a/api/PowerPoint.Application.ProtectedViewWindowActivate.md
+++ b/api/PowerPoint.Application.ProtectedViewWindowActivate.md
@@ -27,11 +27,11 @@ Occurs when any protected view window is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProtViewWindow_|Required|**ProtectedViewWindow**|The protected view window that is activated.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Application.ProtectedViewWindowBeforeClose.md b/api/PowerPoint.Application.ProtectedViewWindowBeforeClose.md
index a85f48e7611..1c1ddc5ae47 100644
--- a/api/PowerPoint.Application.ProtectedViewWindowBeforeClose.md
+++ b/api/PowerPoint.Application.ProtectedViewWindowBeforeClose.md
@@ -27,13 +27,13 @@ Occurs immediately before a protected view window or a document in a protected v
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProtViewWindow_|Required|**ProtectedViewWindow**|The protected view window that is closed.|
| _ProtectedViewCloseReason_|Required|**PpProtectedViewCloseReason**|A constant that specifies the reason the protected view window is closed.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the window does not close when the procedure is finished.|
-### Return Value
+### Return value
nothing
diff --git a/api/PowerPoint.Application.ProtectedViewWindowBeforeEdit.md b/api/PowerPoint.Application.ProtectedViewWindowBeforeEdit.md
index 7b2780f9cd9..1703ce4c387 100644
--- a/api/PowerPoint.Application.ProtectedViewWindowBeforeEdit.md
+++ b/api/PowerPoint.Application.ProtectedViewWindowBeforeEdit.md
@@ -27,12 +27,12 @@ Occurs immediately before editing is enabled on the document in the specified pr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProtViewWindow_|Required|**ProtectedViewWindow**|The protected view window that contains the document that is enabled for editing.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, editing is not enabled on the document.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Application.ProtectedViewWindowDeactivate.md b/api/PowerPoint.Application.ProtectedViewWindowDeactivate.md
index 484e7e2fa4e..8a06f67bed4 100644
--- a/api/PowerPoint.Application.ProtectedViewWindowDeactivate.md
+++ b/api/PowerPoint.Application.ProtectedViewWindowDeactivate.md
@@ -27,11 +27,11 @@ Occurs when a protected view window is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProtViewWindow_|Required|**ProtectedViewWindow**|The deactivated protected view window.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Application.ProtectedViewWindowOpen.md b/api/PowerPoint.Application.ProtectedViewWindowOpen.md
index 3099646817f..1c110754730 100644
--- a/api/PowerPoint.Application.ProtectedViewWindowOpen.md
+++ b/api/PowerPoint.Application.ProtectedViewWindowOpen.md
@@ -27,11 +27,11 @@ Occurs when a protected view window is opened.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProtViewWindow_|Required|**ProtectedViewWindow**|The protected view window that is opened.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Application.Run.md b/api/PowerPoint.Application.Run.md
index 38c88956466..a7fdfbbf434 100644
--- a/api/PowerPoint.Application.Run.md
+++ b/api/PowerPoint.Application.Run.md
@@ -27,12 +27,12 @@ Runs a Visual Basic procedure.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MacroName_|Required|**String**|The name of the procedure to be run. The string can contain the following: a loaded presentation or add-in file name followed by an exclamation point (!), a valid module name followed by a period (.), and the procedure name. For example, the following is a valid MacroName value: "MyPres.ppt!Module1.Test."|
| _safeArrayOfParams()_|Required|**Variant**|The argument to be passed to the procedure. You cannot specify an object for this argument, and you cannot use named arguments with this method. Arguments must be passed by position.|
-### Return Value
+### Return value
Variant
diff --git a/api/PowerPoint.Application.ShowStartupDialog.md b/api/PowerPoint.Application.ShowStartupDialog.md
index 8949c3105b9..193681aaf79 100644
--- a/api/PowerPoint.Application.ShowStartupDialog.md
+++ b/api/PowerPoint.Application.ShowStartupDialog.md
@@ -23,7 +23,7 @@ Determines whether to display the **New Presentation** task pane when Microsoft
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Application.ShowWindowsInTaskbar.md b/api/PowerPoint.Application.ShowWindowsInTaskbar.md
index 8c287b27260..cb6e6f717f4 100644
--- a/api/PowerPoint.Application.ShowWindowsInTaskbar.md
+++ b/api/PowerPoint.Application.ShowWindowsInTaskbar.md
@@ -23,7 +23,7 @@ Determines whether there is a separate Windows taskbar button for each open pres
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Application.SlideSelectionChanged.md b/api/PowerPoint.Application.SlideSelectionChanged.md
index 405ddff719c..f96275edd08 100644
--- a/api/PowerPoint.Application.SlideSelectionChanged.md
+++ b/api/PowerPoint.Application.SlideSelectionChanged.md
@@ -27,7 +27,7 @@ Occurs at different times depending on the current view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SldRange_|Required|**SlideRange**|The selection of slides. In most cases this would be a single slide (for example, in Slide View you navigate to the next slide), but in some cases this could be multiple slides (for example, a marquee selection in Slide Sorter View).|
diff --git a/api/PowerPoint.Application.SlideShowBegin.md b/api/PowerPoint.Application.SlideShowBegin.md
index e30f89f20da..36dc58dfed9 100644
--- a/api/PowerPoint.Application.SlideShowBegin.md
+++ b/api/PowerPoint.Application.SlideShowBegin.md
@@ -27,7 +27,7 @@ Occurs when you start a slide show.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wn_|Required|**SlideShowWindow**|The slide show window initialized prior to this event.|
diff --git a/api/PowerPoint.Application.SlideShowEnd.md b/api/PowerPoint.Application.SlideShowEnd.md
index f554414ee5c..920e436699d 100644
--- a/api/PowerPoint.Application.SlideShowEnd.md
+++ b/api/PowerPoint.Application.SlideShowEnd.md
@@ -27,7 +27,7 @@ Occurs after a slide show ends, immediately after the last **[SlideShowNextSlid
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation closed when this event occurs.|
diff --git a/api/PowerPoint.Application.SlideShowNextBuild.md b/api/PowerPoint.Application.SlideShowNextBuild.md
index fe25ef0efab..dabb34ec9c8 100644
--- a/api/PowerPoint.Application.SlideShowNextBuild.md
+++ b/api/PowerPoint.Application.SlideShowNextBuild.md
@@ -27,7 +27,7 @@ Occurs upon mouse-click or timing animation, but before the animated object beco
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wn_|Required|**SlideShowWindow**|The active slide show window.|
diff --git a/api/PowerPoint.Application.SlideShowNextClick.md b/api/PowerPoint.Application.SlideShowNextClick.md
index 6a19d40789b..9d6dddbcca0 100644
--- a/api/PowerPoint.Application.SlideShowNextClick.md
+++ b/api/PowerPoint.Application.SlideShowNextClick.md
@@ -27,7 +27,7 @@ Occurs on the next click of the slide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wn_|Required|**SlideShowWindow**|The slide show window initialized prior to this event.|
| _nEffect_|Required|**Effect**|The effect to animate on next click.|
diff --git a/api/PowerPoint.Application.SlideShowNextSlide.md b/api/PowerPoint.Application.SlideShowNextSlide.md
index 80f5257b98d..46d69236012 100644
--- a/api/PowerPoint.Application.SlideShowNextSlide.md
+++ b/api/PowerPoint.Application.SlideShowNextSlide.md
@@ -27,7 +27,7 @@ Occurs immediately before the transition to the next slide. For the first slide,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wn_|Required|**SlideShowWindow**|The active slide show window.|
diff --git a/api/PowerPoint.Application.SlideShowOnNext.md b/api/PowerPoint.Application.SlideShowOnNext.md
index ad45aa68605..b519de7a5da 100644
--- a/api/PowerPoint.Application.SlideShowOnNext.md
+++ b/api/PowerPoint.Application.SlideShowOnNext.md
@@ -27,7 +27,7 @@ Occurs when the user clicks **Next** to move within the current slide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wn_|Required|**SlideShowWindow**|The active slideshow window.|
diff --git a/api/PowerPoint.Application.SlideShowOnPrevious.md b/api/PowerPoint.Application.SlideShowOnPrevious.md
index b76e9c3353b..32c942318a4 100644
--- a/api/PowerPoint.Application.SlideShowOnPrevious.md
+++ b/api/PowerPoint.Application.SlideShowOnPrevious.md
@@ -27,7 +27,7 @@ Occurs when the user clicks **Previous** to move within the current slide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wn_|Required|**SlideShowWindow**|The active slideshow window.|
diff --git a/api/PowerPoint.Application.SlideShowWindows.md b/api/PowerPoint.Application.SlideShowWindows.md
index 64292d83324..681203ab80d 100644
--- a/api/PowerPoint.Application.SlideShowWindows.md
+++ b/api/PowerPoint.Application.SlideShowWindows.md
@@ -23,7 +23,7 @@ Returns a **[SlideShowWindows](PowerPoint.SlideShowWindows.md)** collection tha
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
SlideShowWindows
diff --git a/api/PowerPoint.Application.Top.md b/api/PowerPoint.Application.Top.md
index bae2e7b7814..3942f45e4c2 100644
--- a/api/PowerPoint.Application.Top.md
+++ b/api/PowerPoint.Application.Top.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the distance in points from the to
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Application.VBE.md b/api/PowerPoint.Application.VBE.md
index dc016b1981e..10b4ed9c464 100644
--- a/api/PowerPoint.Application.VBE.md
+++ b/api/PowerPoint.Application.VBE.md
@@ -23,7 +23,7 @@ Returns a **VBE** object that represents the Visual Basic Editor. Read-only.
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
VBE
diff --git a/api/PowerPoint.Application.Version.md b/api/PowerPoint.Application.Version.md
index c3facf91116..5a56e22f1d1 100644
--- a/api/PowerPoint.Application.Version.md
+++ b/api/PowerPoint.Application.Version.md
@@ -23,7 +23,7 @@ Returns the Microsoft PowerPoint version number. Read-only.
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Application.Visible.md b/api/PowerPoint.Application.Visible.md
index 35a5c518ebe..fee74469395 100644
--- a/api/PowerPoint.Application.Visible.md
+++ b/api/PowerPoint.Application.Visible.md
@@ -23,7 +23,7 @@ Returns or sets the visibility of the specified object or the formatting applied
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Application.Width.md b/api/PowerPoint.Application.Width.md
index 4a3e717215b..8054d05c363 100644
--- a/api/PowerPoint.Application.Width.md
+++ b/api/PowerPoint.Application.Width.md
@@ -23,7 +23,7 @@ Returns or sets the width of the specified object, in points. Read/write.
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Application.WindowActivate.md b/api/PowerPoint.Application.WindowActivate.md
index 3bd97141add..f004abe3cb5 100644
--- a/api/PowerPoint.Application.WindowActivate.md
+++ b/api/PowerPoint.Application.WindowActivate.md
@@ -27,7 +27,7 @@ Occurs when the application window or any document window is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation displayed in the activated window.|
| _Wn_|Required|**DocumentWindow**|The activated document window.|
diff --git a/api/PowerPoint.Application.WindowBeforeDoubleClick.md b/api/PowerPoint.Application.WindowBeforeDoubleClick.md
index aa819f8af9c..cacdba6f472 100644
--- a/api/PowerPoint.Application.WindowBeforeDoubleClick.md
+++ b/api/PowerPoint.Application.WindowBeforeDoubleClick.md
@@ -27,7 +27,7 @@ Occurs when you double-click the items in the views listed in the following tabl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sel_|Required|**Selection**|The selection below the mouse pointer when the double-click occurs.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the default double-click action isn't performed when the procedure is finished.|
diff --git a/api/PowerPoint.Application.WindowBeforeRightClick.md b/api/PowerPoint.Application.WindowBeforeRightClick.md
index 5534b379611..7efe5ac65c8 100644
--- a/api/PowerPoint.Application.WindowBeforeRightClick.md
+++ b/api/PowerPoint.Application.WindowBeforeRightClick.md
@@ -27,7 +27,7 @@ Occurs when you right-click a shape, a slide, a notes page, or some text. This e
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sel_|Required|**Selection**|The selection below the mouse pointer when the right-click occurred.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the default context menu does not appear when the procedure is finished.|
diff --git a/api/PowerPoint.Application.WindowDeactivate.md b/api/PowerPoint.Application.WindowDeactivate.md
index 3ba23802d37..8a5dcefd260 100644
--- a/api/PowerPoint.Application.WindowDeactivate.md
+++ b/api/PowerPoint.Application.WindowDeactivate.md
@@ -27,7 +27,7 @@ Occurs when the application window or any document window is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pres_|Required|**Presentation**|The presentation displayed in the deactivated window.|
| _Wn_|Required|**DocumentWindow**|The deactivated document window.|
diff --git a/api/PowerPoint.Application.WindowSelectionChange.md b/api/PowerPoint.Application.WindowSelectionChange.md
index 4e6c5d756ac..b9329a55325 100644
--- a/api/PowerPoint.Application.WindowSelectionChange.md
+++ b/api/PowerPoint.Application.WindowSelectionChange.md
@@ -27,7 +27,7 @@ Occurs when the selection of text, a shape, or a slide in the active document wi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sel_|Required|**Selection**|Represents the object selected.|
diff --git a/api/PowerPoint.Application.WindowState.md b/api/PowerPoint.Application.WindowState.md
index b59a531e188..4ac92f77a65 100644
--- a/api/PowerPoint.Application.WindowState.md
+++ b/api/PowerPoint.Application.WindowState.md
@@ -23,7 +23,7 @@ Returns or sets the state of the specified window. Read/write.
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
PpWindowState
diff --git a/api/PowerPoint.Application.Windows.md b/api/PowerPoint.Application.Windows.md
index 2237726b878..66bf3ae2d24 100644
--- a/api/PowerPoint.Application.Windows.md
+++ b/api/PowerPoint.Application.Windows.md
@@ -23,7 +23,7 @@ Returns a **[DocumentWindows](PowerPoint.DocumentWindows.md)** collection that
_expression_ A variable that represents an [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
DocumentWindows
diff --git a/api/PowerPoint.AutoCorrect.DisplayAutoCorrectOptions.md b/api/PowerPoint.AutoCorrect.DisplayAutoCorrectOptions.md
index 017260d332f..bc8d60b5763 100644
--- a/api/PowerPoint.AutoCorrect.DisplayAutoCorrectOptions.md
+++ b/api/PowerPoint.AutoCorrect.DisplayAutoCorrectOptions.md
@@ -23,7 +23,7 @@ Determines whether Microsoft PowerPoint should display the **AutoCorrect Option
_expression_ A variable that represents an [AutoCorrect](./PowerPoint.AutoCorrect.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.AutoCorrect.DisplayAutoLayoutOptions.md b/api/PowerPoint.AutoCorrect.DisplayAutoLayoutOptions.md
index 6d1af7b06e6..72d5643e447 100644
--- a/api/PowerPoint.AutoCorrect.DisplayAutoLayoutOptions.md
+++ b/api/PowerPoint.AutoCorrect.DisplayAutoLayoutOptions.md
@@ -23,7 +23,7 @@ Determines whether Microsoft PowerPoint should display the **AutoLayout Options
_expression_ A variable that represents an [AutoCorrect](./PowerPoint.AutoCorrect.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Axes.Item.md b/api/PowerPoint.Axes.Item.md
index 8e28bf70c6c..b36f9252560 100644
--- a/api/PowerPoint.Axes.Item.md
+++ b/api/PowerPoint.Axes.Item.md
@@ -24,7 +24,7 @@ Returns a single **[Axis](PowerPoint.Axis.md)** object from an **Axes** collect
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**[XlAxisType](PowerPoint.XlAxisType.md)**|The axis type.|
| _AxisGroup_|Optional|**[XlAxisGroup](PowerPoint.XlAxisGroup.md)**|The axis.|
diff --git a/api/PowerPoint.AxisTitle.Characters.md b/api/PowerPoint.AxisTitle.Characters.md
index 614893e78e7..f162cdf30be 100644
--- a/api/PowerPoint.AxisTitle.Characters.md
+++ b/api/PowerPoint.AxisTitle.Characters.md
@@ -27,7 +27,7 @@ Returns a **[ChartCharacters](PowerPoint.ChartCharacters.md)** object that repr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional|**Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).|
diff --git a/api/PowerPoint.AxisTitle.Height.md b/api/PowerPoint.AxisTitle.Height.md
index b26f3f43f19..a7808e63721 100644
--- a/api/PowerPoint.AxisTitle.Height.md
+++ b/api/PowerPoint.AxisTitle.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only
_expression_ A variable that represents an [AxisTitle](./PowerPoint.AxisTitle.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.AxisTitle.Width.md b/api/PowerPoint.AxisTitle.Width.md
index 2ccf146be39..d252ed94855 100644
--- a/api/PowerPoint.AxisTitle.Width.md
+++ b/api/PowerPoint.AxisTitle.Width.md
@@ -23,7 +23,7 @@ Returns a **Double** value that represents the width, in points, of the object.
_expression_ A variable that represents an [AxisTitle](./PowerPoint.AxisTitle.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.Borders.Application.md b/api/PowerPoint.Borders.Application.md
index b7280cdd5de..e3633e4771b 100644
--- a/api/PowerPoint.Borders.Application.md
+++ b/api/PowerPoint.Borders.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Borders](./PowerPoint.Borders.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Borders.Count.md b/api/PowerPoint.Borders.Count.md
index 9d2545e1954..727278cd5d1 100644
--- a/api/PowerPoint.Borders.Count.md
+++ b/api/PowerPoint.Borders.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Borders](./PowerPoint.Borders.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Borders.Item.md b/api/PowerPoint.Borders.Item.md
index 7d070f9a720..86942202d95 100644
--- a/api/PowerPoint.Borders.Item.md
+++ b/api/PowerPoint.Borders.Item.md
@@ -27,11 +27,11 @@ Returns a **[LineFormat](PowerPoint.LineFormat.md)** object for the specified b
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BorderType_|Required|**PpBorderType**|Specifies which border of a cell or cell range is to be returned.|
-### Return Value
+### Return value
LineFormat
diff --git a/api/PowerPoint.Borders.Parent.md b/api/PowerPoint.Borders.Parent.md
index 97693aa74aa..83c839f82a3 100644
--- a/api/PowerPoint.Borders.Parent.md
+++ b/api/PowerPoint.Borders.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Borders](./PowerPoint.Borders.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Broadcast.End.md b/api/PowerPoint.Broadcast.End.md
index 7337b70399e..5c7b25e3950 100644
--- a/api/PowerPoint.Broadcast.End.md
+++ b/api/PowerPoint.Broadcast.End.md
@@ -27,11 +27,11 @@ Elevates to the system to delete the document from the Broadcast Documents libra
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Required| _FileID_|**String**|The file to be removed from the Broadcast Documents library.|
-### Return Value
+### Return value
None
diff --git a/api/PowerPoint.Broadcast.Start.md b/api/PowerPoint.Broadcast.Start.md
index 8760629df93..21d594c894b 100644
--- a/api/PowerPoint.Broadcast.Start.md
+++ b/api/PowerPoint.Broadcast.Start.md
@@ -27,7 +27,7 @@ Returns a list of supported functionality and the maximum allowed file size.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _serverUrl_|Required|**String**|The URL of the hosting Web service.|
diff --git a/api/PowerPoint.BulletFormat.Application.md b/api/PowerPoint.BulletFormat.Application.md
index c13c87a2e14..952b8aa274e 100644
--- a/api/PowerPoint.BulletFormat.Application.md
+++ b/api/PowerPoint.BulletFormat.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.BulletFormat.Character.md b/api/PowerPoint.BulletFormat.Character.md
index 35aa3b82d4c..c277086119e 100644
--- a/api/PowerPoint.BulletFormat.Character.md
+++ b/api/PowerPoint.BulletFormat.Character.md
@@ -23,7 +23,7 @@ Returns or sets the Unicode character value that is used for bullets in the spec
_expression_ A variable that represents a [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.BulletFormat.Font.md b/api/PowerPoint.BulletFormat.Font.md
index b00bf66f040..df8b9840cda 100644
--- a/api/PowerPoint.BulletFormat.Font.md
+++ b/api/PowerPoint.BulletFormat.Font.md
@@ -23,7 +23,7 @@ Returns a **[Font](PowerPoint.Font.md)** object that represents character forma
_expression_ A variable that represents a [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
Font
diff --git a/api/PowerPoint.BulletFormat.Number.md b/api/PowerPoint.BulletFormat.Number.md
index 2d6e9a0c5fa..e1401afe91e 100644
--- a/api/PowerPoint.BulletFormat.Number.md
+++ b/api/PowerPoint.BulletFormat.Number.md
@@ -23,7 +23,7 @@ Returns the bullet number of a paragraph when the **[Type](PowerPoint.BulletFor
_expression_ A variable that represents a [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.BulletFormat.Parent.md b/api/PowerPoint.BulletFormat.Parent.md
index 23a7045cbc1..8074613d98d 100644
--- a/api/PowerPoint.BulletFormat.Parent.md
+++ b/api/PowerPoint.BulletFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.BulletFormat.RelativeSize.md b/api/PowerPoint.BulletFormat.RelativeSize.md
index b519f925885..09f4018b564 100644
--- a/api/PowerPoint.BulletFormat.RelativeSize.md
+++ b/api/PowerPoint.BulletFormat.RelativeSize.md
@@ -23,7 +23,7 @@ Returns or sets the bullet size relative to the size of the first text character
_expression_ A variable that represents a [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.BulletFormat.StartValue.md b/api/PowerPoint.BulletFormat.StartValue.md
index 222d78bc80a..fcb2f55656e 100644
--- a/api/PowerPoint.BulletFormat.StartValue.md
+++ b/api/PowerPoint.BulletFormat.StartValue.md
@@ -23,7 +23,7 @@ Returns or sets the beginning value of a bulleted list when the **[Type](PowerP
_expression_ A variable that represents a [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.BulletFormat.Style.md b/api/PowerPoint.BulletFormat.Style.md
index d07d9a7b127..3c83666fc91 100644
--- a/api/PowerPoint.BulletFormat.Style.md
+++ b/api/PowerPoint.BulletFormat.Style.md
@@ -23,7 +23,7 @@ Returns or sets the bullet style. Read/write.
_expression_ A variable that represents a [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
[PpNumberedBulletStyle](PowerPoint.PpNumberedBulletStyle.md)
diff --git a/api/PowerPoint.BulletFormat.Type.md b/api/PowerPoint.BulletFormat.Type.md
index ab303698cd0..437601ece3f 100644
--- a/api/PowerPoint.BulletFormat.Type.md
+++ b/api/PowerPoint.BulletFormat.Type.md
@@ -23,7 +23,7 @@ Represents the type of bullet. Read/write.
_expression_ A variable that represents a [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
PpBulletType
diff --git a/api/PowerPoint.BulletFormat.UseTextColor.md b/api/PowerPoint.BulletFormat.UseTextColor.md
index 93ebe1f84fd..a434d4fbc6e 100644
--- a/api/PowerPoint.BulletFormat.UseTextColor.md
+++ b/api/PowerPoint.BulletFormat.UseTextColor.md
@@ -23,7 +23,7 @@ Determines whether the specified bullets are set to the color of the first text
_expression_ A variable that represents an [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.BulletFormat.UseTextFont.md b/api/PowerPoint.BulletFormat.UseTextFont.md
index 8d57de59abf..b83de21a471 100644
--- a/api/PowerPoint.BulletFormat.UseTextFont.md
+++ b/api/PowerPoint.BulletFormat.UseTextFont.md
@@ -23,7 +23,7 @@ Determines whether the specified bullets are set to the font of the first text c
_expression_ A variable that represents an [BulletFormat](./PowerPoint.BulletFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.CalloutFormat.Accent.md b/api/PowerPoint.CalloutFormat.Accent.md
index bbb6e9cbb73..b8404b2f95b 100644
--- a/api/PowerPoint.CalloutFormat.Accent.md
+++ b/api/PowerPoint.CalloutFormat.Accent.md
@@ -23,7 +23,7 @@ Determines whether a vertical accent bar separates the callout text from the cal
_expression_ A variable that represents an [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.CalloutFormat.Angle.md b/api/PowerPoint.CalloutFormat.Angle.md
index 8b227f365df..d53f8e442fa 100644
--- a/api/PowerPoint.CalloutFormat.Angle.md
+++ b/api/PowerPoint.CalloutFormat.Angle.md
@@ -23,7 +23,7 @@ Returns or sets the angle of the callout line. If the callout line contains more
_expression_ A variable that represents an [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
MsoCalloutAngleType
diff --git a/api/PowerPoint.CalloutFormat.Application.md b/api/PowerPoint.CalloutFormat.Application.md
index 6f788437441..fff2a621816 100644
--- a/api/PowerPoint.CalloutFormat.Application.md
+++ b/api/PowerPoint.CalloutFormat.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.CalloutFormat.AutoAttach.md b/api/PowerPoint.CalloutFormat.AutoAttach.md
index 9dfcad918b0..8e4bebf4924 100644
--- a/api/PowerPoint.CalloutFormat.AutoAttach.md
+++ b/api/PowerPoint.CalloutFormat.AutoAttach.md
@@ -23,7 +23,7 @@ Determines whether the place where the callout line attaches to the callout text
_expression_ A variable that represents an [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.CalloutFormat.AutoLength.md b/api/PowerPoint.CalloutFormat.AutoLength.md
index 5a1d5a0f348..ad38b6bc547 100644
--- a/api/PowerPoint.CalloutFormat.AutoLength.md
+++ b/api/PowerPoint.CalloutFormat.AutoLength.md
@@ -23,7 +23,7 @@ Determines whether the first segment of the callout retains the fixed length spe
_expression_ A variable that represents an [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.CalloutFormat.Border.md b/api/PowerPoint.CalloutFormat.Border.md
index 58fefeecc64..6d2de694d8c 100644
--- a/api/PowerPoint.CalloutFormat.Border.md
+++ b/api/PowerPoint.CalloutFormat.Border.md
@@ -23,7 +23,7 @@ Determines whether the text in the specified callout is surrounded by a border.
_expression_ A variable that represents a [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.CalloutFormat.Creator.md b/api/PowerPoint.CalloutFormat.Creator.md
index ff8022a2dc8..70197b99808 100644
--- a/api/PowerPoint.CalloutFormat.Creator.md
+++ b/api/PowerPoint.CalloutFormat.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.CalloutFormat.CustomDrop.md b/api/PowerPoint.CalloutFormat.CustomDrop.md
index 9f6fc54dce1..3034f346b94 100644
--- a/api/PowerPoint.CalloutFormat.CustomDrop.md
+++ b/api/PowerPoint.CalloutFormat.CustomDrop.md
@@ -27,11 +27,11 @@ Sets the vertical distance (in points) from the edge of the text bounding box to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Drop_|Required|**Single**|The drop distance, in points.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.CalloutFormat.CustomLength.md b/api/PowerPoint.CalloutFormat.CustomLength.md
index a8a0a173de7..1abd26c927f 100644
--- a/api/PowerPoint.CalloutFormat.CustomLength.md
+++ b/api/PowerPoint.CalloutFormat.CustomLength.md
@@ -27,11 +27,11 @@ Specifies that the first segment of the callout line (the segment attached to th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Length_|Required|**Single**|The length of the first segment of the callout, in points.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.CalloutFormat.Drop.md b/api/PowerPoint.CalloutFormat.Drop.md
index f30b16752d4..b9ff142fefb 100644
--- a/api/PowerPoint.CalloutFormat.Drop.md
+++ b/api/PowerPoint.CalloutFormat.Drop.md
@@ -23,7 +23,7 @@ For callouts with an explicitly set drop value, this property returns the vertic
_expression_ A variable that represents a [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.CalloutFormat.DropType.md b/api/PowerPoint.CalloutFormat.DropType.md
index d01e096da59..c43fc51357d 100644
--- a/api/PowerPoint.CalloutFormat.DropType.md
+++ b/api/PowerPoint.CalloutFormat.DropType.md
@@ -23,7 +23,7 @@ Returns a value that indicates where the callout line attaches to the callout te
_expression_ A variable that represents a [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
MsoCalloutDropType
diff --git a/api/PowerPoint.CalloutFormat.Gap.md b/api/PowerPoint.CalloutFormat.Gap.md
index 8922c721ca8..f987ad6f0bc 100644
--- a/api/PowerPoint.CalloutFormat.Gap.md
+++ b/api/PowerPoint.CalloutFormat.Gap.md
@@ -23,7 +23,7 @@ Returns or sets the horizontal distance (in points) between the end of the callo
_expression_ A variable that represents a [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.CalloutFormat.Parent.md b/api/PowerPoint.CalloutFormat.Parent.md
index 1b1524cb3d6..45e26216af3 100644
--- a/api/PowerPoint.CalloutFormat.Parent.md
+++ b/api/PowerPoint.CalloutFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.CalloutFormat.PresetDrop.md b/api/PowerPoint.CalloutFormat.PresetDrop.md
index 3c718b4e41c..571f941662a 100644
--- a/api/PowerPoint.CalloutFormat.PresetDrop.md
+++ b/api/PowerPoint.CalloutFormat.PresetDrop.md
@@ -27,7 +27,7 @@ Specifies whether the callout line attaches to the top, bottom, or center of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DropType_|Required|**MsoCalloutDropType**|The starting position of the callout line relative to the text bounding box.|
diff --git a/api/PowerPoint.CalloutFormat.Type.md b/api/PowerPoint.CalloutFormat.Type.md
index fe16a4a2b54..5a5bcc0b6a1 100644
--- a/api/PowerPoint.CalloutFormat.Type.md
+++ b/api/PowerPoint.CalloutFormat.Type.md
@@ -23,7 +23,7 @@ Represents the type of callout. Read/write.
_expression_ A variable that represents a [CalloutFormat](./PowerPoint.CalloutFormat.md) object.
-### Return Value
+### Return value
MsoCalloutType
diff --git a/api/PowerPoint.Cell.Application.md b/api/PowerPoint.Cell.Application.md
index 32c169a23a4..c85848823d2 100644
--- a/api/PowerPoint.Cell.Application.md
+++ b/api/PowerPoint.Cell.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Cell](./PowerPoint.Cell.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Cell.Borders.md b/api/PowerPoint.Cell.Borders.md
index 23fe8870045..bdc4c17ea24 100644
--- a/api/PowerPoint.Cell.Borders.md
+++ b/api/PowerPoint.Cell.Borders.md
@@ -23,7 +23,7 @@ Returns a **[Borders](PowerPoint.Borders.md)** collection that represents the b
_expression_ A variable that represents a [Cell](./PowerPoint.Cell.md) object.
-### Return Value
+### Return value
Borders
diff --git a/api/PowerPoint.Cell.Merge.md b/api/PowerPoint.Cell.Merge.md
index 9fcd3c921db..160517a052a 100644
--- a/api/PowerPoint.Cell.Merge.md
+++ b/api/PowerPoint.Cell.Merge.md
@@ -27,7 +27,7 @@ Merges one table cell with another. The result is a single table cell.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MergeTo_|Required|**Cell**|The **Cell** object to be merged with.|
diff --git a/api/PowerPoint.Cell.Parent.md b/api/PowerPoint.Cell.Parent.md
index 1ff4d7b4445..f6dc37295ae 100644
--- a/api/PowerPoint.Cell.Parent.md
+++ b/api/PowerPoint.Cell.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Cell](./PowerPoint.Cell.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Cell.Selected.md b/api/PowerPoint.Cell.Selected.md
index 2e10c679c3d..c77e42b57e6 100644
--- a/api/PowerPoint.Cell.Selected.md
+++ b/api/PowerPoint.Cell.Selected.md
@@ -23,7 +23,7 @@ Returns **True** if the specified table cell is selected. Read-only.
_expression_ A variable that represents a [Cell](./PowerPoint.Cell.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Cell.Shape.md b/api/PowerPoint.Cell.Shape.md
index 64c0fcf31c1..5ae1eb1d2b9 100644
--- a/api/PowerPoint.Cell.Shape.md
+++ b/api/PowerPoint.Cell.Shape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](PowerPoint.Shape.md)** object that represents a shape in a
_expression_ A variable that represents a [Cell](./PowerPoint.Cell.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Cell.Split.md b/api/PowerPoint.Cell.Split.md
index 4cc06a19d59..f7f10bd6d83 100644
--- a/api/PowerPoint.Cell.Split.md
+++ b/api/PowerPoint.Cell.Split.md
@@ -27,7 +27,7 @@ Splits a single table cell into multiple cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumRows_|Required|**Long**|Number of rows that the cell is being split into.|
| _NumColumns_|Required|**Long**|Number of columns that the cell is being split into.|
diff --git a/api/PowerPoint.CellRange.Application.md b/api/PowerPoint.CellRange.Application.md
index e87819ba035..281dffdf9d7 100644
--- a/api/PowerPoint.CellRange.Application.md
+++ b/api/PowerPoint.CellRange.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [CellRange](./PowerPoint.CellRange.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.CellRange.Borders.md b/api/PowerPoint.CellRange.Borders.md
index 7a80d480d68..796b5ded03b 100644
--- a/api/PowerPoint.CellRange.Borders.md
+++ b/api/PowerPoint.CellRange.Borders.md
@@ -23,7 +23,7 @@ Returns a **[Borders](PowerPoint.Borders.md)** collection that represents the b
_expression_ A variable that represents a [CellRange](./PowerPoint.CellRange.md) object.
-### Return Value
+### Return value
Borders
diff --git a/api/PowerPoint.CellRange.Count.md b/api/PowerPoint.CellRange.Count.md
index 328ce968fa0..f263ed70dd7 100644
--- a/api/PowerPoint.CellRange.Count.md
+++ b/api/PowerPoint.CellRange.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [CellRange](./PowerPoint.CellRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.CellRange.Item.md b/api/PowerPoint.CellRange.Item.md
index ac3a38ce4c4..d66c0595dd5 100644
--- a/api/PowerPoint.CellRange.Item.md
+++ b/api/PowerPoint.CellRange.Item.md
@@ -27,11 +27,11 @@ Returns a single **Cell** object from the specified **CellRange** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **Cell** object in the collection to be returned.|
-### Return Value
+### Return value
Cell
diff --git a/api/PowerPoint.CellRange.Parent.md b/api/PowerPoint.CellRange.Parent.md
index 076a9211922..f733421e429 100644
--- a/api/PowerPoint.CellRange.Parent.md
+++ b/api/PowerPoint.CellRange.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [CellRange](./PowerPoint.CellRange.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Chart.AlternativeText.md b/api/PowerPoint.Chart.AlternativeText.md
index 78adce2b588..2345b73f0cb 100644
--- a/api/PowerPoint.Chart.AlternativeText.md
+++ b/api/PowerPoint.Chart.AlternativeText.md
@@ -23,7 +23,7 @@ Returns or sets the alternative text associated with a shape in a Web presentati
_expression_ A variable that represents a [Chart](./PowerPoint.Chart.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/PowerPoint.Chart.ApplyChartTemplate.md b/api/PowerPoint.Chart.ApplyChartTemplate.md
index aea3526a955..33cb3f8c9a0 100644
--- a/api/PowerPoint.Chart.ApplyChartTemplate.md
+++ b/api/PowerPoint.Chart.ApplyChartTemplate.md
@@ -27,7 +27,7 @@ Applies a standard or custom chart type to a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The file name for a chart template.|
diff --git a/api/PowerPoint.Chart.ApplyDataLabels.md b/api/PowerPoint.Chart.ApplyDataLabels.md
index b02e315b6a3..d3e5f4657d3 100644
--- a/api/PowerPoint.Chart.ApplyDataLabels.md
+++ b/api/PowerPoint.Chart.ApplyDataLabels.md
@@ -27,7 +27,7 @@ Applies data labels to all the series in a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**[XlDataLabelsType](PowerPoint.XlDataLabelsType.md)**|One of the enumeration values that specifies the type of data label to apply.|
| _LegendKey_|Optional|**Variant**|**True** to show the legend key next to the point. The default is **False**.|
diff --git a/api/PowerPoint.Chart.ApplyLayout.md b/api/PowerPoint.Chart.ApplyLayout.md
index dffdb4f8ff4..a8eca4bff19 100644
--- a/api/PowerPoint.Chart.ApplyLayout.md
+++ b/api/PowerPoint.Chart.ApplyLayout.md
@@ -27,7 +27,7 @@ Applies the layouts shown in the Ribbon.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Layout_|Required|**Long**|The type of layout. The type of layout is denoted by a number from 1 to 10.|
| _ChartType_|Optional|**Variant**|An **[XlChartType](./Excel.XlChartType.md)** constant that represents the type of chart.|
diff --git a/api/PowerPoint.Chart.Axes.md b/api/PowerPoint.Chart.Axes.md
index dca1b258c04..185356013fa 100644
--- a/api/PowerPoint.Chart.Axes.md
+++ b/api/PowerPoint.Chart.Axes.md
@@ -27,7 +27,7 @@ Returns a collection of axes on the chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Variant**|The axis to return. Can be one of the following **[XlAxisType](PowerPoint.XlAxisType.md)** constants: **xlValue**, **xlCategory**, or **xlSeriesAxis** (**xlSeriesAxis** is valid only for 3-D charts).|
| _AxisGroup_|Optional|**[XlAxisGroup](PowerPoint.XlAxisGroup.md)**|One of the enumeration values that specifies the axis group. The default is **xlPrimary**.
@@ -35,7 +35,7 @@ Returns a collection of axes on the chart.
|
-### Return Value
+### Return value
An [Axes](PowerPoint.Axes.md) object that contains the selected axes from the chart.
diff --git a/api/PowerPoint.Chart.ChartGroups.md b/api/PowerPoint.Chart.ChartGroups.md
index 819a0ce3f7b..4e98a784d01 100644
--- a/api/PowerPoint.Chart.ChartGroups.md
+++ b/api/PowerPoint.Chart.ChartGroups.md
@@ -27,7 +27,7 @@ Returns an object that represents either a single chart group or a collection of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Variant**|The chart group number. If specified, a single **[ChartGroup](PowerPoint.ChartGroup.md)** object is returned. If omitted, a **[ChartGroups](PowerPoint.ChartGroups.md)** object is returned which contains a collection of every **ChartGroup** object for that chart.|
diff --git a/api/PowerPoint.Chart.ChartWizard.md b/api/PowerPoint.Chart.ChartWizard.md
index 99452742061..825a45ff520 100644
--- a/api/PowerPoint.Chart.ChartWizard.md
+++ b/api/PowerPoint.Chart.ChartWizard.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents a **[Chart](PowerPoint.Chart.md)** objec
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Optional|**Variant**|The range that contains the source data for the new chart. If this argument is omitted, Word edits the active chart sheet or the selected chart on the active worksheet.|
| _Gallery_|Optional|**Variant**|One of the **[XlChartType](./Excel.XlChartType.md)** constants that specifies the chart type.|
diff --git a/api/PowerPoint.Chart.Copy.md b/api/PowerPoint.Chart.Copy.md
index 6d636b27efb..23eadeeff61 100644
--- a/api/PowerPoint.Chart.Copy.md
+++ b/api/PowerPoint.Chart.Copy.md
@@ -27,7 +27,7 @@ Not supported for this object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional|**Variant**|Not supported for this object.|
| _After_|Optional|**Variant**|Not supported for this object.|
diff --git a/api/PowerPoint.Chart.CopyPicture.md b/api/PowerPoint.Chart.CopyPicture.md
index 82da3e10ca1..e18d7181b34 100644
--- a/api/PowerPoint.Chart.CopyPicture.md
+++ b/api/PowerPoint.Chart.CopyPicture.md
@@ -27,7 +27,7 @@ Copies the selected object to the Clipboard as a picture.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Appearance_|Optional|**[XlPictureAppearance](PowerPoint.XlPictureAppearance.md)**|One of the enumeration values that specifies how the picture should be copied. The default is **xlScreen**.|
| _Format_|Optional|**[XlCopyPictureFormat](PowerPoint.XlCopyPictureFormat.md)**|One of the enumeration values that specifies the format of the picture. The default is **xlPicture**.|
diff --git a/api/PowerPoint.Chart.Export.md b/api/PowerPoint.Chart.Export.md
index 1e5f2adb384..f3fb2992ce4 100644
--- a/api/PowerPoint.Chart.Export.md
+++ b/api/PowerPoint.Chart.Export.md
@@ -27,13 +27,13 @@ Exports the chart in a graphic format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the exported file.|
| _FilterName_|Optional|**Variant**|The language-independent name of the graphic filter as it appears in the registry.|
| _Interactive_|Optional|**Variant**|**True** to display the dialog box that contains the filter-specific options. **False** to indicate that Word should use the default values for the filter. The default is **False**.|
-### Return Value
+### Return value
A **Boolean** value that indicates whether the export was successful.
diff --git a/api/PowerPoint.Chart.GetChartElement.md b/api/PowerPoint.Chart.GetChartElement.md
index 2e923218e03..8f44ba412e2 100644
--- a/api/PowerPoint.Chart.GetChartElement.md
+++ b/api/PowerPoint.Chart.GetChartElement.md
@@ -27,7 +27,7 @@ Returns information about the chart element at the specified x-coordinate and y-
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required|**Long**|The x-coordinate of the chart element.|
| _y_|Required|**Long**|The y-coordinate of the chart element.|
diff --git a/api/PowerPoint.Chart.HasAxis.md b/api/PowerPoint.Chart.HasAxis.md
index e7fd6bf7fa1..5239a814bdf 100644
--- a/api/PowerPoint.Chart.HasAxis.md
+++ b/api/PowerPoint.Chart.HasAxis.md
@@ -27,7 +27,7 @@ Returns or sets which axes exist on the chart. Read/write **Variant**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index1_|Optional|**Variant**|The axis type. Series axes apply only to 3-D charts. Can be one of the **[XlAxisType](PowerPoint.XlAxisType.md)** constants.|
| _Index2_|Optional|**Variant**|The axis group. 3-D charts have only one set of axes. Can be one of the **[XlAxisGroup](PowerPoint.XlAxisGroup.md)** constants.|
diff --git a/api/PowerPoint.Chart.Paste.md b/api/PowerPoint.Chart.Paste.md
index 18c27336470..1c8befda39a 100644
--- a/api/PowerPoint.Chart.Paste.md
+++ b/api/PowerPoint.Chart.Paste.md
@@ -27,7 +27,7 @@ Pastes chart data from the Clipboard into the chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Variant**|Specifies the chart information to paste if a chart is on the Clipboard. Can be one of the following values:
|||
diff --git a/api/PowerPoint.Chart.SaveChartTemplate.md b/api/PowerPoint.Chart.SaveChartTemplate.md
index 47cd3bf1dd0..3bd930a0b4e 100644
--- a/api/PowerPoint.Chart.SaveChartTemplate.md
+++ b/api/PowerPoint.Chart.SaveChartTemplate.md
@@ -27,7 +27,7 @@ Saves a custom chart template to the list of available chart templates.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the chart template.|
diff --git a/api/PowerPoint.Chart.Select.md b/api/PowerPoint.Chart.Select.md
index 029bea875f7..8570b874b5b 100644
--- a/api/PowerPoint.Chart.Select.md
+++ b/api/PowerPoint.Chart.Select.md
@@ -27,7 +27,7 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional|**Variant**|**True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object. This parameter is used only with sheets.|
diff --git a/api/PowerPoint.Chart.SeriesCollection.md b/api/PowerPoint.Chart.SeriesCollection.md
index c044ec017f9..c87749a5580 100644
--- a/api/PowerPoint.Chart.SeriesCollection.md
+++ b/api/PowerPoint.Chart.SeriesCollection.md
@@ -23,7 +23,7 @@ Returns all the series in the chart.
_expression_ A variable that represents a '[Chart](PowerPoint.Chart.md)' object.
-### Return Value
+### Return value
A **[SeriesCollection](PowerPoint.SeriesCollection.md)** object that represents all the series in the chart.
diff --git a/api/PowerPoint.Chart.SetBackgroundPicture.md b/api/PowerPoint.Chart.SetBackgroundPicture.md
index c314fcc901c..23979530670 100644
--- a/api/PowerPoint.Chart.SetBackgroundPicture.md
+++ b/api/PowerPoint.Chart.SetBackgroundPicture.md
@@ -27,7 +27,7 @@ Sets the background graphic for a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file for the graphic.|
diff --git a/api/PowerPoint.Chart.SetDefaultChart.md b/api/PowerPoint.Chart.SetDefaultChart.md
index eec47ae0ff8..228c7edbc00 100644
--- a/api/PowerPoint.Chart.SetDefaultChart.md
+++ b/api/PowerPoint.Chart.SetDefaultChart.md
@@ -27,7 +27,7 @@ Specifies the name of the chart template that Microsoft Word uses when it create
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**Variant**|Specifies the name of the default chart template that Word uses when it creates new charts. This name can be set to either the name of a user-defined chart template in the gallery or a special **[XlChartGallery](PowerPoint.XlChartGallery.md)** constant, **xlBuiltIn**, to specify a built-in chart template.|
diff --git a/api/PowerPoint.Chart.SetElement.md b/api/PowerPoint.Chart.SetElement.md
index 0f8131de824..63cb629914c 100644
--- a/api/PowerPoint.Chart.SetElement.md
+++ b/api/PowerPoint.Chart.SetElement.md
@@ -27,7 +27,7 @@ Sets chart elements on a chart. Read/write **MsoChartElementType**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Element_|Required|**MsoChartElementType**|One of the enumeration values that specifies the chart element type.|
diff --git a/api/PowerPoint.Chart.SetSourceData.md b/api/PowerPoint.Chart.SetSourceData.md
index 798f1c7ab55..0d3d896c76e 100644
--- a/api/PowerPoint.Chart.SetSourceData.md
+++ b/api/PowerPoint.Chart.SetSourceData.md
@@ -27,7 +27,7 @@ Sets the source data range for the chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required|**String**|The address of the chart data range that contains the source data.|
| _PlotBy_|Optional|**Variant**|Specifies the way the data will be plotted. Can be either of the following **[XlRowCol](PowerPoint.XlRowCol.md)** constants: **xlColumns** or **xlRows**.|
diff --git a/api/PowerPoint.Chart.ShowAllFieldButtons.md b/api/PowerPoint.Chart.ShowAllFieldButtons.md
index 44706cda04e..2a5d5367eb8 100644
--- a/api/PowerPoint.Chart.ShowAllFieldButtons.md
+++ b/api/PowerPoint.Chart.ShowAllFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates whether to display all field buttons on a
_expression_ A variable that represents a [Chart](./PowerPoint.Chart.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/PowerPoint.Chart.ShowAxisFieldButtons.md b/api/PowerPoint.Chart.ShowAxisFieldButtons.md
index 56696d4de52..e8132c920d3 100644
--- a/api/PowerPoint.Chart.ShowAxisFieldButtons.md
+++ b/api/PowerPoint.Chart.ShowAxisFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates whether to display axis field buttons on
_expression_ A variable that represents a [Chart](./PowerPoint.Chart.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/PowerPoint.Chart.ShowLegendFieldButtons.md b/api/PowerPoint.Chart.ShowLegendFieldButtons.md
index 69b3037e0c7..638cd8937a3 100644
--- a/api/PowerPoint.Chart.ShowLegendFieldButtons.md
+++ b/api/PowerPoint.Chart.ShowLegendFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates whether to display legend field buttons o
_expression_ A variable that represents a [Chart](./PowerPoint.Chart.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/PowerPoint.Chart.ShowReportFilterFieldButtons.md b/api/PowerPoint.Chart.ShowReportFilterFieldButtons.md
index c83e30e6501..1eeb0f02688 100644
--- a/api/PowerPoint.Chart.ShowReportFilterFieldButtons.md
+++ b/api/PowerPoint.Chart.ShowReportFilterFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates whether to display the report filter fiel
_expression_ A variable that represents a [Chart](./PowerPoint.Chart.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/PowerPoint.Chart.ShowValueFieldButtons.md b/api/PowerPoint.Chart.ShowValueFieldButtons.md
index 21aab0f59e0..346c681a68d 100644
--- a/api/PowerPoint.Chart.ShowValueFieldButtons.md
+++ b/api/PowerPoint.Chart.ShowValueFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates whether to display the value field button
_expression_ A variable that represents a [Chart](./PowerPoint.Chart.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/PowerPoint.ChartCharacters.Insert.md b/api/PowerPoint.ChartCharacters.Insert.md
index cb4d38cfd1a..acec2f3e687 100644
--- a/api/PowerPoint.ChartCharacters.Insert.md
+++ b/api/PowerPoint.ChartCharacters.Insert.md
@@ -27,7 +27,7 @@ Inserts a string preceding the selected characters.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required|**String**|The string to insert.|
diff --git a/api/PowerPoint.ChartGroup.SeriesCollection.md b/api/PowerPoint.ChartGroup.SeriesCollection.md
index c1bb75ce6d6..0ed4a3ebb64 100644
--- a/api/PowerPoint.ChartGroup.SeriesCollection.md
+++ b/api/PowerPoint.ChartGroup.SeriesCollection.md
@@ -20,7 +20,7 @@ Returns all the series in the chart group.
_expression_ A variable that represents a '[ChartGroup](PowerPoint.ChartGroup.md)' object.
-### Return Value
+### Return value
A **[SeriesCollection](PowerPoint.SeriesCollection.md)** object that represents all the series in the chart group.
diff --git a/api/PowerPoint.ChartGroups.Item.md b/api/PowerPoint.ChartGroups.Item.md
index e23b8f64ea5..9bf2adef969 100644
--- a/api/PowerPoint.ChartGroups.Item.md
+++ b/api/PowerPoint.ChartGroups.Item.md
@@ -24,11 +24,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[ChartGroup](PowerPoint.ChartGroup.md)** object contained by the collection.
diff --git a/api/PowerPoint.ChartTitle.Characters.md b/api/PowerPoint.ChartTitle.Characters.md
index 2940d9ff508..43ec08571ff 100644
--- a/api/PowerPoint.ChartTitle.Characters.md
+++ b/api/PowerPoint.ChartTitle.Characters.md
@@ -27,7 +27,7 @@ Returns a **[ChartCharacters](PowerPoint.ChartCharacters.md)** object that repr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional|**Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).|
diff --git a/api/PowerPoint.ChartTitle.Height.md b/api/PowerPoint.ChartTitle.Height.md
index c1c13ec0d13..71d3ebd9b2c 100644
--- a/api/PowerPoint.ChartTitle.Height.md
+++ b/api/PowerPoint.ChartTitle.Height.md
@@ -23,7 +23,7 @@ Returns or sets a **Double** value that represents the height, in points, of th
_expression_ A variable that represents a [ChartTitle](./PowerPoint.ChartTitle.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.ChartTitle.Width.md b/api/PowerPoint.ChartTitle.Width.md
index e7b0641dcd6..486d3a10528 100644
--- a/api/PowerPoint.ChartTitle.Width.md
+++ b/api/PowerPoint.ChartTitle.Width.md
@@ -23,7 +23,7 @@ Returns or sets a **Double** value that represents the width, in points, of the
_expression_ A variable that represents a [ChartTitle](./PowerPoint.ChartTitle.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.Coauthoring.FavorServerEditsDuringMerge.md b/api/PowerPoint.Coauthoring.FavorServerEditsDuringMerge.md
index fe5a313c7d5..8e080850250 100644
--- a/api/PowerPoint.Coauthoring.FavorServerEditsDuringMerge.md
+++ b/api/PowerPoint.Coauthoring.FavorServerEditsDuringMerge.md
@@ -23,7 +23,7 @@ Gets or sets whether the merged document favors server-side edits when conflicts
_expression_ A variable that represents a [Coauthoring](./PowerPoint.Coauthoring.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Coauthoring.MergeMode.md b/api/PowerPoint.Coauthoring.MergeMode.md
index de400c88993..4a80f7596be 100644
--- a/api/PowerPoint.Coauthoring.MergeMode.md
+++ b/api/PowerPoint.Coauthoring.MergeMode.md
@@ -23,7 +23,7 @@ Returns **True** if the application is in merge mode. Read-only.
_expression_ A variable that represents a [Coauthoring](./PowerPoint.Coauthoring.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.ColorEffect.Application.md b/api/PowerPoint.ColorEffect.Application.md
index 9d38ab3cd00..3e5def3f7e8 100644
--- a/api/PowerPoint.ColorEffect.Application.md
+++ b/api/PowerPoint.ColorEffect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ColorEffect](./PowerPoint.ColorEffect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.ColorEffect.Parent.md b/api/PowerPoint.ColorEffect.Parent.md
index 222f59c8f6c..684fc82d71e 100644
--- a/api/PowerPoint.ColorEffect.Parent.md
+++ b/api/PowerPoint.ColorEffect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ColorEffect](./PowerPoint.ColorEffect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ColorEffect.To.md b/api/PowerPoint.ColorEffect.To.md
index e32b7ffb817..65aba560170 100644
--- a/api/PowerPoint.ColorEffect.To.md
+++ b/api/PowerPoint.ColorEffect.To.md
@@ -23,7 +23,7 @@ Sets or returns a **ColorFormat** object that represents the RGB color value of
_expression_ A variable that represents a [ColorEffect](./PowerPoint.ColorEffect.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.ColorFormat.Application.md b/api/PowerPoint.ColorFormat.Application.md
index 74622f9e97a..814bc49608e 100644
--- a/api/PowerPoint.ColorFormat.Application.md
+++ b/api/PowerPoint.ColorFormat.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ColorFormat](./PowerPoint.ColorFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ColorFormat.Creator.md b/api/PowerPoint.ColorFormat.Creator.md
index 2fc3e4c544b..9df548fbd50 100644
--- a/api/PowerPoint.ColorFormat.Creator.md
+++ b/api/PowerPoint.ColorFormat.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [ColorFormat](./PowerPoint.ColorFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ColorFormat.ObjectThemeColor.md b/api/PowerPoint.ColorFormat.ObjectThemeColor.md
index 16ecda5ab87..57ecb50aaa1 100644
--- a/api/PowerPoint.ColorFormat.ObjectThemeColor.md
+++ b/api/PowerPoint.ColorFormat.ObjectThemeColor.md
@@ -23,7 +23,7 @@ Returns or sets the theme color of the specified **ColorFormat** object. Read/W
_expression_ An expression that returns a [ColorFormat](./PowerPoint.ColorFormat.md) object.
-### Return Value
+### Return value
MsoThemeColorIndex
diff --git a/api/PowerPoint.ColorFormat.Parent.md b/api/PowerPoint.ColorFormat.Parent.md
index a69165ee8de..c3b24a419c0 100644
--- a/api/PowerPoint.ColorFormat.Parent.md
+++ b/api/PowerPoint.ColorFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ColorFormat](./PowerPoint.ColorFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ColorFormat.RGB.md b/api/PowerPoint.ColorFormat.RGB.md
index 5b52f765a7b..d67eef74a64 100644
--- a/api/PowerPoint.ColorFormat.RGB.md
+++ b/api/PowerPoint.ColorFormat.RGB.md
@@ -23,7 +23,7 @@ Returns or sets the red-green-blue (RGB) value of the specified color. Read/writ
_expression_ A variable that represents a [ColorFormat](./PowerPoint.ColorFormat.md) object.
-### Return Value
+### Return value
MsoRGBType
diff --git a/api/PowerPoint.ColorFormat.SchemeColor.md b/api/PowerPoint.ColorFormat.SchemeColor.md
index 4d4d7cdccfd..eeb6491e0c7 100644
--- a/api/PowerPoint.ColorFormat.SchemeColor.md
+++ b/api/PowerPoint.ColorFormat.SchemeColor.md
@@ -23,7 +23,7 @@ Returns or sets the color in the applied color scheme that's associated with the
_expression_ A variable that represents a [ColorFormat](./PowerPoint.ColorFormat.md) object.
-### Return Value
+### Return value
PpColorSchemeIndex
diff --git a/api/PowerPoint.ColorFormat.TintAndShade.md b/api/PowerPoint.ColorFormat.TintAndShade.md
index 50f7c3f0b56..a0a9f73dace 100644
--- a/api/PowerPoint.ColorFormat.TintAndShade.md
+++ b/api/PowerPoint.ColorFormat.TintAndShade.md
@@ -23,7 +23,7 @@ Sets or returns the lightening or darkening of the the color of a specified shap
_expression_ A variable that represents a [ColorFormat](./PowerPoint.ColorFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ColorFormat.Type.md b/api/PowerPoint.ColorFormat.Type.md
index f20d3f79331..1af39b10ffb 100644
--- a/api/PowerPoint.ColorFormat.Type.md
+++ b/api/PowerPoint.ColorFormat.Type.md
@@ -23,7 +23,7 @@ Represents the type of color. Read-only.
_expression_ A variable that represents a [ColorFormat](./PowerPoint.ColorFormat.md) object.
-### Return Value
+### Return value
MsoColorType
diff --git a/api/PowerPoint.ColorScheme.Application.md b/api/PowerPoint.ColorScheme.Application.md
index 9b2699c40e3..62b3cffda7e 100644
--- a/api/PowerPoint.ColorScheme.Application.md
+++ b/api/PowerPoint.ColorScheme.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ColorScheme](./PowerPoint.ColorScheme.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.ColorScheme.Colors.md b/api/PowerPoint.ColorScheme.Colors.md
index 09e32de8294..9a6f10522bd 100644
--- a/api/PowerPoint.ColorScheme.Colors.md
+++ b/api/PowerPoint.ColorScheme.Colors.md
@@ -27,11 +27,11 @@ Returns an **[RGBColor](PowerPoint.RGBColor.md)** object that represents a sing
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SchemeColor_|Required|**[PpColorSchemeIndex](PowerPoint.PpColorSchemeIndex.md)**|The individual color in the specified color scheme.|
-### Return Value
+### Return value
RGBColor
diff --git a/api/PowerPoint.ColorScheme.Count.md b/api/PowerPoint.ColorScheme.Count.md
index d39868270e3..98659913df0 100644
--- a/api/PowerPoint.ColorScheme.Count.md
+++ b/api/PowerPoint.ColorScheme.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [ColorScheme](./PowerPoint.ColorScheme.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ColorScheme.Parent.md b/api/PowerPoint.ColorScheme.Parent.md
index 8dcca144065..d540d57a151 100644
--- a/api/PowerPoint.ColorScheme.Parent.md
+++ b/api/PowerPoint.ColorScheme.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ColorScheme](./PowerPoint.ColorScheme.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ColorSchemes.Add.md b/api/PowerPoint.ColorSchemes.Add.md
index 1c8659e86fa..90ae504763e 100644
--- a/api/PowerPoint.ColorSchemes.Add.md
+++ b/api/PowerPoint.ColorSchemes.Add.md
@@ -27,11 +27,11 @@ Adds a color scheme to the collection of available schemes. Returns a **[ColorS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Scheme_|Optional|**ColorScheme**|The color scheme to add. Can be a **ColorScheme** object from any slide or master or an item in the **ColorSchemes** collection from any open presentation. If you omit this parameter, the first **ColorScheme** object (the first standard color scheme) in the specified presentation's **ColorSchemes** collection is used.|
-### Return Value
+### Return value
ColorScheme
diff --git a/api/PowerPoint.ColorSchemes.Application.md b/api/PowerPoint.ColorSchemes.Application.md
index e19547d05b8..92fa5122f11 100644
--- a/api/PowerPoint.ColorSchemes.Application.md
+++ b/api/PowerPoint.ColorSchemes.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ColorSchemes](./PowerPoint.ColorSchemes.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.ColorSchemes.Count.md b/api/PowerPoint.ColorSchemes.Count.md
index 68916fc7d22..342f522ed3a 100644
--- a/api/PowerPoint.ColorSchemes.Count.md
+++ b/api/PowerPoint.ColorSchemes.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [ColorSchemes](./PowerPoint.ColorSchemes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ColorSchemes.Item.md b/api/PowerPoint.ColorSchemes.Item.md
index 7665f4b0743..53ca08206ba 100644
--- a/api/PowerPoint.ColorSchemes.Item.md
+++ b/api/PowerPoint.ColorSchemes.Item.md
@@ -27,11 +27,11 @@ Returns a single **ColorScheme** object from the specified **ColorSchemes** col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **ColorScheme** object in the collection to be returned.|
-### Return Value
+### Return value
ColorScheme
diff --git a/api/PowerPoint.ColorSchemes.Parent.md b/api/PowerPoint.ColorSchemes.Parent.md
index 857418242b4..7236449d5ef 100644
--- a/api/PowerPoint.ColorSchemes.Parent.md
+++ b/api/PowerPoint.ColorSchemes.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ColorSchemes](./PowerPoint.ColorSchemes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Column.Application.md b/api/PowerPoint.Column.Application.md
index 573f91eb500..339760f985e 100644
--- a/api/PowerPoint.Column.Application.md
+++ b/api/PowerPoint.Column.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Column](./PowerPoint.Column.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Column.Cells.md b/api/PowerPoint.Column.Cells.md
index 7e713e31ad8..5b12ac94233 100644
--- a/api/PowerPoint.Column.Cells.md
+++ b/api/PowerPoint.Column.Cells.md
@@ -23,7 +23,7 @@ Returns a **[CellRange](PowerPoint.CellRange.md)** collection that represents t
_expression_ A variable that represents a [Column](./PowerPoint.Column.md) object.
-### Return Value
+### Return value
CellRange
diff --git a/api/PowerPoint.Column.Parent.md b/api/PowerPoint.Column.Parent.md
index 1fe74e274a6..7d53884b611 100644
--- a/api/PowerPoint.Column.Parent.md
+++ b/api/PowerPoint.Column.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Column](./PowerPoint.Column.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Column.Width.md b/api/PowerPoint.Column.Width.md
index c3d817dfa7d..ef16fabe41f 100644
--- a/api/PowerPoint.Column.Width.md
+++ b/api/PowerPoint.Column.Width.md
@@ -23,7 +23,7 @@ Returns or sets the width of the specified object, in points. Read/write.
_expression_ A variable that represents a [Column](./PowerPoint.Column.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Columns.Add.md b/api/PowerPoint.Columns.Add.md
index 9e268f9843f..207cd8f6b32 100644
--- a/api/PowerPoint.Columns.Add.md
+++ b/api/PowerPoint.Columns.Add.md
@@ -27,11 +27,11 @@ Adds a new column to an existing table. Returns a **[Column](PowerPoint.Column.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeforeColumn_|Optional|**Long**|The index number that specifies the table column before which the new column will be inserted. |
-### Return Value
+### Return value
Column
diff --git a/api/PowerPoint.Columns.Application.md b/api/PowerPoint.Columns.Application.md
index efa36f81752..7051d66bf1c 100644
--- a/api/PowerPoint.Columns.Application.md
+++ b/api/PowerPoint.Columns.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Columns](./PowerPoint.Columns.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Columns.Count.md b/api/PowerPoint.Columns.Count.md
index 672dc32265f..d65cedc67c2 100644
--- a/api/PowerPoint.Columns.Count.md
+++ b/api/PowerPoint.Columns.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Columns](./PowerPoint.Columns.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Columns.Item.md b/api/PowerPoint.Columns.Item.md
index 2673db0227b..61cf79d94b6 100644
--- a/api/PowerPoint.Columns.Item.md
+++ b/api/PowerPoint.Columns.Item.md
@@ -27,11 +27,11 @@ Returns a single **Column** object from the specified **Columns** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **Column** object in the collection to be returned.|
-### Return Value
+### Return value
Column
diff --git a/api/PowerPoint.Columns.Parent.md b/api/PowerPoint.Columns.Parent.md
index 055d32eb7ca..9f630cc0352 100644
--- a/api/PowerPoint.Columns.Parent.md
+++ b/api/PowerPoint.Columns.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Columns](./PowerPoint.Columns.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.CommandEffect.Application.md b/api/PowerPoint.CommandEffect.Application.md
index f227d3ad9c4..ba5c1e6b1c3 100644
--- a/api/PowerPoint.CommandEffect.Application.md
+++ b/api/PowerPoint.CommandEffect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [CommandEffect](./PowerPoint.CommandEffect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.CommandEffect.Command.md b/api/PowerPoint.CommandEffect.Command.md
index adff4284072..cc4e0a58e3c 100644
--- a/api/PowerPoint.CommandEffect.Command.md
+++ b/api/PowerPoint.CommandEffect.Command.md
@@ -23,7 +23,7 @@ Represents the command to be executed for the command effect. Read/write.
_expression_ A variable that represents a [CommandEffect](./PowerPoint.CommandEffect.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.CommandEffect.Parent.md b/api/PowerPoint.CommandEffect.Parent.md
index ec8796d8485..45fd512cb0c 100644
--- a/api/PowerPoint.CommandEffect.Parent.md
+++ b/api/PowerPoint.CommandEffect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [CommandEffect](./PowerPoint.CommandEffect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.CommandEffect.Type.md b/api/PowerPoint.CommandEffect.Type.md
index 878f51f1763..c4c60366a52 100644
--- a/api/PowerPoint.CommandEffect.Type.md
+++ b/api/PowerPoint.CommandEffect.Type.md
@@ -23,7 +23,7 @@ Represents the type of animation. Read/write.
_expression_ A variable that represents a [CommandEffect](./PowerPoint.CommandEffect.md) object.
-### Return Value
+### Return value
MsoAnimType
diff --git a/api/PowerPoint.Comment.Application.md b/api/PowerPoint.Comment.Application.md
index f4c014add69..65784d94aa6 100644
--- a/api/PowerPoint.Comment.Application.md
+++ b/api/PowerPoint.Comment.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Comment](./PowerPoint.Comment.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Comment.Author.md b/api/PowerPoint.Comment.Author.md
index 9763d5b0331..f604a3400c6 100644
--- a/api/PowerPoint.Comment.Author.md
+++ b/api/PowerPoint.Comment.Author.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the author as for a specified **[Comment](
_expression_ A variable that represents an [Comment](./PowerPoint.Comment.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Comment.AuthorIndex.md b/api/PowerPoint.Comment.AuthorIndex.md
index 40b36e100a2..97f686b9b81 100644
--- a/api/PowerPoint.Comment.AuthorIndex.md
+++ b/api/PowerPoint.Comment.AuthorIndex.md
@@ -23,7 +23,7 @@ Returns a **Long** representing the index number of a comment for a given autho
_expression_ A variable that represents an [Comment](./PowerPoint.Comment.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Comment.AuthorInitials.md b/api/PowerPoint.Comment.AuthorInitials.md
index 6d02a317cbc..6a9eb91bf75 100644
--- a/api/PowerPoint.Comment.AuthorInitials.md
+++ b/api/PowerPoint.Comment.AuthorInitials.md
@@ -23,7 +23,7 @@ Returns the author's initials as a read-only **String** for a specified **[Comm
_expression_ A variable that represents an [Comment](./PowerPoint.Comment.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Comment.DateTime.md b/api/PowerPoint.Comment.DateTime.md
index f9885822740..3a3ef2a2fce 100644
--- a/api/PowerPoint.Comment.DateTime.md
+++ b/api/PowerPoint.Comment.DateTime.md
@@ -23,7 +23,7 @@ Returns the date and time a comment was created.
_expression_ A variable that represents a [Comment](./PowerPoint.Comment.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/PowerPoint.Comment.Parent.md b/api/PowerPoint.Comment.Parent.md
index df937f7a88f..082b9956b7f 100644
--- a/api/PowerPoint.Comment.Parent.md
+++ b/api/PowerPoint.Comment.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Comment](./PowerPoint.Comment.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Comment.Text.md b/api/PowerPoint.Comment.Text.md
index 6228181c949..f5bb2fb652b 100644
--- a/api/PowerPoint.Comment.Text.md
+++ b/api/PowerPoint.Comment.Text.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the text in a comment. Read-only.
_expression_ A variable that represents a [Comment](./PowerPoint.Comment.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Comments.Add.md b/api/PowerPoint.Comments.Add.md
index df8a74129e6..542cb333443 100644
--- a/api/PowerPoint.Comments.Add.md
+++ b/api/PowerPoint.Comments.Add.md
@@ -27,7 +27,7 @@ Returns a **[Comment](PowerPoint.Comment.md)** object that represents a new com
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Single**|The position, measured in points, of the left edge of the comment, relative to the left edge of the presentation.|
| _Top_|Required|**Single**|The position, measured in points, of the top edge of the comment, relative to the top edge of the presentation.|
@@ -35,7 +35,7 @@ Returns a **[Comment](PowerPoint.Comment.md)** object that represents a new com
| _AuthorInitials_|Required|**String**|The author's initials.|
| _Text_|Required|**String**|The comment's text.|
-### Return Value
+### Return value
Comment
diff --git a/api/PowerPoint.Comments.Application.md b/api/PowerPoint.Comments.Application.md
index c40beda55cb..2f7431b5218 100644
--- a/api/PowerPoint.Comments.Application.md
+++ b/api/PowerPoint.Comments.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Comments](./PowerPoint.Comments.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Comments.Count.md b/api/PowerPoint.Comments.Count.md
index c5a7873aa10..adb623bedc7 100644
--- a/api/PowerPoint.Comments.Count.md
+++ b/api/PowerPoint.Comments.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Comments](./PowerPoint.Comments.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Comments.Item.md b/api/PowerPoint.Comments.Item.md
index bf6bb930078..88e7943274e 100644
--- a/api/PowerPoint.Comments.Item.md
+++ b/api/PowerPoint.Comments.Item.md
@@ -27,11 +27,11 @@ Returns a single **Comment** object from the specified **Comments** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **Comment** object in the collection to be returned.|
-### Return Value
+### Return value
Comment
diff --git a/api/PowerPoint.Comments.Parent.md b/api/PowerPoint.Comments.Parent.md
index 97e6cff6267..bf17b2486ce 100644
--- a/api/PowerPoint.Comments.Parent.md
+++ b/api/PowerPoint.Comments.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Comments](./PowerPoint.Comments.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ConnectorFormat.Application.md b/api/PowerPoint.ConnectorFormat.Application.md
index b97cf06d955..09667dab390 100644
--- a/api/PowerPoint.ConnectorFormat.Application.md
+++ b/api/PowerPoint.ConnectorFormat.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ConnectorFormat.BeginConnect.md b/api/PowerPoint.ConnectorFormat.BeginConnect.md
index cad8a5aa1c1..3e5b1d71c06 100644
--- a/api/PowerPoint.ConnectorFormat.BeginConnect.md
+++ b/api/PowerPoint.ConnectorFormat.BeginConnect.md
@@ -27,7 +27,7 @@ Attaches the beginning of the specified connector to a specified shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConnectedShape_|Required|**[Shape](PowerPoint.Shape.md)**|The shape to attach the beginning of the connector to. The specified **Shape** object must be in the same **Shapes** collection as the connector.|
| _ConnectionSite_|Required|**Long**|A connection site on the shape specified by ConnectedShape. Must be an integer between 1 and the integer returned by the **ConnectionSiteCount** property of the specified shape. If you want the connector to automatically find the shortest path between the two shapes it connects, specify any valid integer for this argument and then use the **RerouteConnections** method after the connector is attached to shapes at both ends.|
diff --git a/api/PowerPoint.ConnectorFormat.BeginConnected.md b/api/PowerPoint.ConnectorFormat.BeginConnected.md
index b314a1b7031..e414f9d774b 100644
--- a/api/PowerPoint.ConnectorFormat.BeginConnected.md
+++ b/api/PowerPoint.ConnectorFormat.BeginConnected.md
@@ -23,7 +23,7 @@ Determines whether the beginning of the specified connector is connected to a sh
_expression_ A variable that represents a [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ConnectorFormat.BeginConnectedShape.md b/api/PowerPoint.ConnectorFormat.BeginConnectedShape.md
index ffb32896ffd..9ead6c0be23 100644
--- a/api/PowerPoint.ConnectorFormat.BeginConnectedShape.md
+++ b/api/PowerPoint.ConnectorFormat.BeginConnectedShape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](PowerPoint.Shape.md)** object that represents the shape tha
_expression_ A variable that represents a [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.ConnectorFormat.BeginConnectionSite.md b/api/PowerPoint.ConnectorFormat.BeginConnectionSite.md
index 99f9835e81a..61efa216be6 100644
--- a/api/PowerPoint.ConnectorFormat.BeginConnectionSite.md
+++ b/api/PowerPoint.ConnectorFormat.BeginConnectionSite.md
@@ -23,7 +23,7 @@ Returns an integer that specifies the connection site that the beginning of a co
_expression_ A variable that represents a [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ConnectorFormat.Creator.md b/api/PowerPoint.ConnectorFormat.Creator.md
index 10e677f84ba..456bb89efa3 100644
--- a/api/PowerPoint.ConnectorFormat.Creator.md
+++ b/api/PowerPoint.ConnectorFormat.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ConnectorFormat.EndConnect.md b/api/PowerPoint.ConnectorFormat.EndConnect.md
index 9f19f48859f..8fc7a024448 100644
--- a/api/PowerPoint.ConnectorFormat.EndConnect.md
+++ b/api/PowerPoint.ConnectorFormat.EndConnect.md
@@ -27,7 +27,7 @@ Attaches the end of the specified connector to a specified shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConnectedShape_|Required|**[Shape](PowerPoint.Shape.md)**|The shape to attach the end of the connector to. The specified **Shape** object must be in the same **[Shapes](PowerPoint.Shapes.md)** collection as the connector.|
| _ConnectionSite_|Required|**Long**|A connection site on the shape specified by ConnectedShape. Must be an integer between 1 and the integer returned by the **ConnectionSiteCount** property of the specified shape. If you want the connector to automatically find the shortest path between the two shapes it connects, specify any valid integer for this argument and then use the **RerouteConnections** method after the connector is attached to shapes at both ends.|
diff --git a/api/PowerPoint.ConnectorFormat.EndConnected.md b/api/PowerPoint.ConnectorFormat.EndConnected.md
index 5c1fc761551..9089d2ebf9c 100644
--- a/api/PowerPoint.ConnectorFormat.EndConnected.md
+++ b/api/PowerPoint.ConnectorFormat.EndConnected.md
@@ -23,7 +23,7 @@ Determines whether the end of the specified connector is connected to a shape. R
_expression_ A variable that represents an [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ConnectorFormat.EndConnectedShape.md b/api/PowerPoint.ConnectorFormat.EndConnectedShape.md
index d788e2d4e16..1a36a769883 100644
--- a/api/PowerPoint.ConnectorFormat.EndConnectedShape.md
+++ b/api/PowerPoint.ConnectorFormat.EndConnectedShape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](PowerPoint.Shape.md)** object that represents the shape tha
_expression_ A variable that represents an [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.ConnectorFormat.EndConnectionSite.md b/api/PowerPoint.ConnectorFormat.EndConnectionSite.md
index 86828e6486f..83c40ab4b82 100644
--- a/api/PowerPoint.ConnectorFormat.EndConnectionSite.md
+++ b/api/PowerPoint.ConnectorFormat.EndConnectionSite.md
@@ -23,7 +23,7 @@ Returns an integer that specifies the connection site that the end of a connecto
_expression_ A variable that represents an [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ConnectorFormat.Parent.md b/api/PowerPoint.ConnectorFormat.Parent.md
index 6ce00bec8df..b742cff245f 100644
--- a/api/PowerPoint.ConnectorFormat.Parent.md
+++ b/api/PowerPoint.ConnectorFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ConnectorFormat.Type.md b/api/PowerPoint.ConnectorFormat.Type.md
index 32c64a2cd62..8021675219d 100644
--- a/api/PowerPoint.ConnectorFormat.Type.md
+++ b/api/PowerPoint.ConnectorFormat.Type.md
@@ -23,7 +23,7 @@ Represents the type of connector. Read/write.
_expression_ A variable that represents a [ConnectorFormat](./PowerPoint.ConnectorFormat.md) object.
-### Return Value
+### Return value
MsoConnectorType
diff --git a/api/PowerPoint.CustomLayout.Application.md b/api/PowerPoint.CustomLayout.Application.md
index 9c03f771f4b..45c99595385 100644
--- a/api/PowerPoint.CustomLayout.Application.md
+++ b/api/PowerPoint.CustomLayout.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.CustomLayout.Background.md b/api/PowerPoint.CustomLayout.Background.md
index 3063791fdf0..8887a0f83d4 100644
--- a/api/PowerPoint.CustomLayout.Background.md
+++ b/api/PowerPoint.CustomLayout.Background.md
@@ -23,7 +23,7 @@ Returns a **[ShapeRange](PowerPoint.ShapeRange.md)** object that represents the
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.CustomLayout.CustomerData.md b/api/PowerPoint.CustomLayout.CustomerData.md
index 000cef4c89d..93a5ee85516 100644
--- a/api/PowerPoint.CustomLayout.CustomerData.md
+++ b/api/PowerPoint.CustomLayout.CustomerData.md
@@ -23,7 +23,7 @@ Returns a **[CustomerData](PowerPoint.CustomerData.md)** object.
_expression_ An expression that returns a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
CustomerData
diff --git a/api/PowerPoint.CustomLayout.Design.md b/api/PowerPoint.CustomLayout.Design.md
index e055d69db30..5a2b2bea739 100644
--- a/api/PowerPoint.CustomLayout.Design.md
+++ b/api/PowerPoint.CustomLayout.Design.md
@@ -23,7 +23,7 @@ Returns a **[Design](PowerPoint.Design.md)** object that represents the design
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
Design
diff --git a/api/PowerPoint.CustomLayout.DisplayMasterShapes.md b/api/PowerPoint.CustomLayout.DisplayMasterShapes.md
index 362eca0aa41..c561d521a27 100644
--- a/api/PowerPoint.CustomLayout.DisplayMasterShapes.md
+++ b/api/PowerPoint.CustomLayout.DisplayMasterShapes.md
@@ -23,7 +23,7 @@ Determines whether the specified custom layout displays background objects on th
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.CustomLayout.Duplicate.md b/api/PowerPoint.CustomLayout.Duplicate.md
index 9a53b201a23..f4e3ff905fc 100644
--- a/api/PowerPoint.CustomLayout.Duplicate.md
+++ b/api/PowerPoint.CustomLayout.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified custom layout, adds the new custom layout t
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
CustomLayout
diff --git a/api/PowerPoint.CustomLayout.FollowMasterBackground.md b/api/PowerPoint.CustomLayout.FollowMasterBackground.md
index e47c7a0db65..410a2f2bfa4 100644
--- a/api/PowerPoint.CustomLayout.FollowMasterBackground.md
+++ b/api/PowerPoint.CustomLayout.FollowMasterBackground.md
@@ -23,7 +23,7 @@ Determines whether the specified custom layout follows the slide master backgrou
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.CustomLayout.HeadersFooters.md b/api/PowerPoint.CustomLayout.HeadersFooters.md
index e8141154244..5aff684524b 100644
--- a/api/PowerPoint.CustomLayout.HeadersFooters.md
+++ b/api/PowerPoint.CustomLayout.HeadersFooters.md
@@ -23,7 +23,7 @@ Returns a **[HeadersFooters](PowerPoint.HeadersFooters.md)** collection that re
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
HeadersFooters
diff --git a/api/PowerPoint.CustomLayout.Height.md b/api/PowerPoint.CustomLayout.Height.md
index 3e9e663643a..3fc5a4feb1b 100644
--- a/api/PowerPoint.CustomLayout.Height.md
+++ b/api/PowerPoint.CustomLayout.Height.md
@@ -23,7 +23,7 @@ Returns the height of the specified object, in points. Read-only.
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.CustomLayout.Hyperlinks.md b/api/PowerPoint.CustomLayout.Hyperlinks.md
index c91c9e1a1ff..6558a83e249 100644
--- a/api/PowerPoint.CustomLayout.Hyperlinks.md
+++ b/api/PowerPoint.CustomLayout.Hyperlinks.md
@@ -23,7 +23,7 @@ Returns a **[Hyperlinks](PowerPoint.Hyperlinks.md)** collection that represents
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
Hyperlinks
diff --git a/api/PowerPoint.CustomLayout.Index.md b/api/PowerPoint.CustomLayout.Index.md
index 1452ad09e4a..b36b39b27c6 100644
--- a/api/PowerPoint.CustomLayout.Index.md
+++ b/api/PowerPoint.CustomLayout.Index.md
@@ -23,7 +23,7 @@ Returns the index position of the specified custom layout in the **[CustomLayou
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.CustomLayout.MatchingName.md b/api/PowerPoint.CustomLayout.MatchingName.md
index 6f758e98a77..27abd2d50d3 100644
--- a/api/PowerPoint.CustomLayout.MatchingName.md
+++ b/api/PowerPoint.CustomLayout.MatchingName.md
@@ -23,7 +23,7 @@ Represents the internal name of the specified custom layout. Read/write.
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.CustomLayout.MoveTo.md b/api/PowerPoint.CustomLayout.MoveTo.md
index 737853f3f64..87174ab1751 100644
--- a/api/PowerPoint.CustomLayout.MoveTo.md
+++ b/api/PowerPoint.CustomLayout.MoveTo.md
@@ -27,7 +27,7 @@ Moves the specified **[CustomLayout](PowerPoint.CustomLayout.md)** object to a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _toPos_|Required|**Long**|The index position in the **CustomLayouts** collection to which the **CustomLayout** object will be moved.|
diff --git a/api/PowerPoint.CustomLayout.Name.md b/api/PowerPoint.CustomLayout.Name.md
index 1828330e9c9..9ac3bf27515 100644
--- a/api/PowerPoint.CustomLayout.Name.md
+++ b/api/PowerPoint.CustomLayout.Name.md
@@ -23,7 +23,7 @@ Represents the display name of the specified custom layout. Read/write.
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.CustomLayout.Parent.md b/api/PowerPoint.CustomLayout.Parent.md
index 502c4f07983..6c0f8d0e52c 100644
--- a/api/PowerPoint.CustomLayout.Parent.md
+++ b/api/PowerPoint.CustomLayout.Parent.md
@@ -23,7 +23,7 @@ Returns a reference to the slide master object that is the parent of the specifi
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.CustomLayout.Preserved.md b/api/PowerPoint.CustomLayout.Preserved.md
index e2fe22333ca..af83b3922c3 100644
--- a/api/PowerPoint.CustomLayout.Preserved.md
+++ b/api/PowerPoint.CustomLayout.Preserved.md
@@ -23,7 +23,7 @@ Determines whether the specified custom layout is preserved from changes. Read/w
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.CustomLayout.Shapes.md b/api/PowerPoint.CustomLayout.Shapes.md
index bd624300ed9..e88b1278d46 100644
--- a/api/PowerPoint.CustomLayout.Shapes.md
+++ b/api/PowerPoint.CustomLayout.Shapes.md
@@ -23,7 +23,7 @@ Returns a **[Shapes](PowerPoint.Shapes.md)** collection representing all the la
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
Shapes
diff --git a/api/PowerPoint.CustomLayout.SlideShowTransition.md b/api/PowerPoint.CustomLayout.SlideShowTransition.md
index bc163f9e6df..eb1ecdf7da7 100644
--- a/api/PowerPoint.CustomLayout.SlideShowTransition.md
+++ b/api/PowerPoint.CustomLayout.SlideShowTransition.md
@@ -23,7 +23,7 @@ Returns a **[SlideShowTransition](PowerPoint.SlideShowTransition.md)** object t
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
SlideShowTransition
diff --git a/api/PowerPoint.CustomLayout.ThemeColorScheme.md b/api/PowerPoint.CustomLayout.ThemeColorScheme.md
index 712ca42eb6b..916ca84bd10 100644
--- a/api/PowerPoint.CustomLayout.ThemeColorScheme.md
+++ b/api/PowerPoint.CustomLayout.ThemeColorScheme.md
@@ -23,7 +23,7 @@ Returns a **ThemeColorScheme** object that represents the color scheme of the t
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
ThemeColorScheme
diff --git a/api/PowerPoint.CustomLayout.TimeLine.md b/api/PowerPoint.CustomLayout.TimeLine.md
index 04f8ee76ac4..1c60b2e8a3e 100644
--- a/api/PowerPoint.CustomLayout.TimeLine.md
+++ b/api/PowerPoint.CustomLayout.TimeLine.md
@@ -23,7 +23,7 @@ Returns a **[TimeLine](PowerPoint.TimeLine.md)** object that represents the ani
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
TimeLine
diff --git a/api/PowerPoint.CustomLayout.Width.md b/api/PowerPoint.CustomLayout.Width.md
index 2d48210c624..1596306dbc2 100644
--- a/api/PowerPoint.CustomLayout.Width.md
+++ b/api/PowerPoint.CustomLayout.Width.md
@@ -23,7 +23,7 @@ Returns the width of the specified custom layout, in points. Read-only.
_expression_ A variable that represents a [CustomLayout](./PowerPoint.CustomLayout.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.CustomLayouts.Add.md b/api/PowerPoint.CustomLayouts.Add.md
index 3989925c72f..c257af3bd47 100644
--- a/api/PowerPoint.CustomLayouts.Add.md
+++ b/api/PowerPoint.CustomLayouts.Add.md
@@ -27,11 +27,11 @@ Returns a **CustomLayout** object that represents a new custom layout.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the custom layout. The default value is -1, which means that if the Index argument is omitted, the new custom layout is added at the end of existing custom layouts.|
-### Return Value
+### Return value
CustomLayout
diff --git a/api/PowerPoint.CustomLayouts.Application.md b/api/PowerPoint.CustomLayouts.Application.md
index cd04da73567..a425942a517 100644
--- a/api/PowerPoint.CustomLayouts.Application.md
+++ b/api/PowerPoint.CustomLayouts.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [CustomLayouts](./PowerPoint.CustomLayouts.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.CustomLayouts.Count.md b/api/PowerPoint.CustomLayouts.Count.md
index 168df663f18..c21583dc1eb 100644
--- a/api/PowerPoint.CustomLayouts.Count.md
+++ b/api/PowerPoint.CustomLayouts.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [CustomLayouts](./PowerPoint.CustomLayouts.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.CustomLayouts.Item.md b/api/PowerPoint.CustomLayouts.Item.md
index ef4236629dd..c81aedd3f8e 100644
--- a/api/PowerPoint.CustomLayouts.Item.md
+++ b/api/PowerPoint.CustomLayouts.Item.md
@@ -27,11 +27,11 @@ Returns a single object from the specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single object in the collection to be returned.|
-### Return Value
+### Return value
CustomLayout
diff --git a/api/PowerPoint.CustomLayouts.Parent.md b/api/PowerPoint.CustomLayouts.Parent.md
index 7b043d88753..76badef333e 100644
--- a/api/PowerPoint.CustomLayouts.Parent.md
+++ b/api/PowerPoint.CustomLayouts.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object. Read-only.
_expression_ A variable that represents a [CustomLayouts](./PowerPoint.CustomLayouts.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.CustomLayouts.Paste.md b/api/PowerPoint.CustomLayouts.Paste.md
index 236deb317bc..4e54d4951b2 100644
--- a/api/PowerPoint.CustomLayouts.Paste.md
+++ b/api/PowerPoint.CustomLayouts.Paste.md
@@ -27,11 +27,11 @@ Pastes the slides on the Clipboard into a custom layout and adds the custom layo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Long**|The index number of the custom layout before which the new custom layout is pasted. If this argument is omitted, the new custom layout is pasted at the end of the **CustomLayouts** collection.|
-### Return Value
+### Return value
CustomLayout
diff --git a/api/PowerPoint.CustomerData.Add.md b/api/PowerPoint.CustomerData.Add.md
index 4d698279cae..aef17465ab4 100644
--- a/api/PowerPoint.CustomerData.Add.md
+++ b/api/PowerPoint.CustomerData.Add.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [CustomerData](./PowerPoint.CustomerData.md) object.
-### Return Value
+### Return value
CustomXMLPart
diff --git a/api/PowerPoint.CustomerData.Application.md b/api/PowerPoint.CustomerData.Application.md
index 2a572936e04..90d0dff6b88 100644
--- a/api/PowerPoint.CustomerData.Application.md
+++ b/api/PowerPoint.CustomerData.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ An expression that returns a [CustomerData](./PowerPoint.CustomerData.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.CustomerData.Count.md b/api/PowerPoint.CustomerData.Count.md
index 409a6ac70cc..b92924a431b 100644
--- a/api/PowerPoint.CustomerData.Count.md
+++ b/api/PowerPoint.CustomerData.Count.md
@@ -20,7 +20,7 @@ Returns the number of **[CustomXMLPart](./Office.CustomXMLPart.md)** objects in
_expression_ An expression that returns a [CustomerData](./PowerPoint.CustomerData.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.CustomerData.Delete.md b/api/PowerPoint.CustomerData.Delete.md
index 88af397d049..1cfeb70cc1a 100644
--- a/api/PowerPoint.CustomerData.Delete.md
+++ b/api/PowerPoint.CustomerData.Delete.md
@@ -27,7 +27,7 @@ Deletes the specified **[CustomXMLPart](./Office.CustomXMLPart.md)** object fro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Id_|Required|**String**|The ID of the **CustomXMLPart** object to be deleted.|
diff --git a/api/PowerPoint.CustomerData.Item.md b/api/PowerPoint.CustomerData.Item.md
index 432272b3045..5b9dbc942e4 100644
--- a/api/PowerPoint.CustomerData.Item.md
+++ b/api/PowerPoint.CustomerData.Item.md
@@ -27,11 +27,11 @@ Returns the specified **[CustomXMLPart](./Office.CustomXMLPart.md)** object fro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Id_|Required|**String**|The ID of the **CustomXMLPart** object.|
-### Return Value
+### Return value
CustomXMLPart
diff --git a/api/PowerPoint.CustomerData.Parent.md b/api/PowerPoint.CustomerData.Parent.md
index dc699123a66..01d90964fe9 100644
--- a/api/PowerPoint.CustomerData.Parent.md
+++ b/api/PowerPoint.CustomerData.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object of the specified **[CustomerData](PowerPoint.Customer
_expression_ An expression that returns a [CustomerData](./PowerPoint.CustomerData.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.DataLabel.Characters.md b/api/PowerPoint.DataLabel.Characters.md
index 8716045fc8d..07c68859690 100644
--- a/api/PowerPoint.DataLabel.Characters.md
+++ b/api/PowerPoint.DataLabel.Characters.md
@@ -27,7 +27,7 @@ Returns a **[ChartCharacters](PowerPoint.ChartCharacters.md)** object that repr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional|**Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).|
diff --git a/api/PowerPoint.DataLabel.Height.md b/api/PowerPoint.DataLabel.Height.md
index 714daba7593..59a298a2b3f 100644
--- a/api/PowerPoint.DataLabel.Height.md
+++ b/api/PowerPoint.DataLabel.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents a [DataLabel](./PowerPoint.DataLabel.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.DataLabel.Width.md b/api/PowerPoint.DataLabel.Width.md
index 92fa1cc51d8..187096b28a8 100644
--- a/api/PowerPoint.DataLabel.Width.md
+++ b/api/PowerPoint.DataLabel.Width.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the object. Read-only.
_expression_ A variable that represents a [DataLabel](./PowerPoint.DataLabel.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.DataLabels.Item.md b/api/PowerPoint.DataLabels.Item.md
index d16bcdadf39..d900822efc5 100644
--- a/api/PowerPoint.DataLabels.Item.md
+++ b/api/PowerPoint.DataLabels.Item.md
@@ -24,11 +24,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[DataLabel](PowerPoint.DataLabel.md)** object contained by the collection.
diff --git a/api/PowerPoint.Design.Application.md b/api/PowerPoint.Design.Application.md
index a2cf3d78b11..207f3dc8071 100644
--- a/api/PowerPoint.Design.Application.md
+++ b/api/PowerPoint.Design.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Design](./PowerPoint.Design.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Design.Index.md b/api/PowerPoint.Design.Index.md
index 7a30eb8287e..bd221c884a5 100644
--- a/api/PowerPoint.Design.Index.md
+++ b/api/PowerPoint.Design.Index.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the index number for an animation effect or
_expression_ A variable that represents a [Design](./PowerPoint.Design.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Design.MoveTo.md b/api/PowerPoint.Design.MoveTo.md
index 6da6f1f7be8..dbc635a4474 100644
--- a/api/PowerPoint.Design.MoveTo.md
+++ b/api/PowerPoint.Design.MoveTo.md
@@ -27,7 +27,7 @@ Moves the specified object to a specific location within the same collection, re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _toPos_|Required|**Long**|The index position to which to move the animation effect.|
diff --git a/api/PowerPoint.Design.Name.md b/api/PowerPoint.Design.Name.md
index 9ab7f45ca7e..70068222ccc 100644
--- a/api/PowerPoint.Design.Name.md
+++ b/api/PowerPoint.Design.Name.md
@@ -23,7 +23,7 @@ Returns or sets the name of the specified object. Read/write.
_expression_ A variable that represents a [Design](./PowerPoint.Design.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Design.Parent.md b/api/PowerPoint.Design.Parent.md
index 0c1815202cb..cec64624e08 100644
--- a/api/PowerPoint.Design.Parent.md
+++ b/api/PowerPoint.Design.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Design](./PowerPoint.Design.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Design.Preserved.md b/api/PowerPoint.Design.Preserved.md
index 709389ae579..a7685a3a17c 100644
--- a/api/PowerPoint.Design.Preserved.md
+++ b/api/PowerPoint.Design.Preserved.md
@@ -23,7 +23,7 @@ Represents whether a design master is preserved from changes. Read/write.
_expression_ A variable that represents a [Design](./PowerPoint.Design.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Design.SlideMaster.md b/api/PowerPoint.Design.SlideMaster.md
index 8c858400fb0..ae65f169319 100644
--- a/api/PowerPoint.Design.SlideMaster.md
+++ b/api/PowerPoint.Design.SlideMaster.md
@@ -23,7 +23,7 @@ Returns a **[Master](PowerPoint.Master.md)** object that represents the slide m
_expression_ A variable that represents a [Design](./PowerPoint.Design.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/PowerPoint.Designs.Add.md b/api/PowerPoint.Designs.Add.md
index 824f3da0b40..bc0608babae 100644
--- a/api/PowerPoint.Designs.Add.md
+++ b/api/PowerPoint.Designs.Add.md
@@ -27,12 +27,12 @@ Returns a **[Design](PowerPoint.Design.md)** object that represents a new slide
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _designName_|Required|**String**|The name of the design.|
| _Index_|Optional|**Integer**|The index number of the design in the **Designs** collection. The default value is -1, which means that if you omit the Index parameter, the new slide design is added at the end of existing slide designs.|
-### Return Value
+### Return value
Design
diff --git a/api/PowerPoint.Designs.Application.md b/api/PowerPoint.Designs.Application.md
index 4ad5afc6ed1..f4e47c9c929 100644
--- a/api/PowerPoint.Designs.Application.md
+++ b/api/PowerPoint.Designs.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Designs](./PowerPoint.Designs.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Designs.Clone.md b/api/PowerPoint.Designs.Clone.md
index 76684ee9d54..2df1ec043ce 100644
--- a/api/PowerPoint.Designs.Clone.md
+++ b/api/PowerPoint.Designs.Clone.md
@@ -27,12 +27,12 @@ Creates a copy of a **[Design](PowerPoint.Design.md)** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pOriginal_|Required|**Design**|**Design** object. The original design.|
| _Index_|Optional|**Long**|The index location in the **Designs** collection into which the design will be copied. If Index is omitted, the cloned design is added to the end of the **Designs** collection.|
-### Return Value
+### Return value
Design
diff --git a/api/PowerPoint.Designs.Count.md b/api/PowerPoint.Designs.Count.md
index 95839550b3f..b6a232e5ffa 100644
--- a/api/PowerPoint.Designs.Count.md
+++ b/api/PowerPoint.Designs.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Designs](./PowerPoint.Designs.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Designs.Item.md b/api/PowerPoint.Designs.Item.md
index d33f44dd118..ee582c7a51a 100644
--- a/api/PowerPoint.Designs.Item.md
+++ b/api/PowerPoint.Designs.Item.md
@@ -27,11 +27,11 @@ Returns a single **Design** object from the specified **Designs** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **Design** object in the collection to be returned.|
-### Return Value
+### Return value
Design
diff --git a/api/PowerPoint.Designs.Load.md b/api/PowerPoint.Designs.Load.md
index 23097468f22..8623c10d917 100644
--- a/api/PowerPoint.Designs.Load.md
+++ b/api/PowerPoint.Designs.Load.md
@@ -27,12 +27,12 @@ Returns a **Design** object that represents a design loaded into the master lis
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TemplateName_|Required|**String**|The path to the design template.|
| _Index_|Optional|**Long**|The index number of the design template in the collection of design templates. The default is -1, which means the design template is added to the end of the list of designs in the presentation.|
-### Return Value
+### Return value
Design
diff --git a/api/PowerPoint.Designs.Parent.md b/api/PowerPoint.Designs.Parent.md
index 3aaf8eb2ddd..cc433e245c2 100644
--- a/api/PowerPoint.Designs.Parent.md
+++ b/api/PowerPoint.Designs.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Designs](./PowerPoint.Designs.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.DisplayUnitLabel.Characters.md b/api/PowerPoint.DisplayUnitLabel.Characters.md
index 64177c18b13..a9a0906099b 100644
--- a/api/PowerPoint.DisplayUnitLabel.Characters.md
+++ b/api/PowerPoint.DisplayUnitLabel.Characters.md
@@ -27,7 +27,7 @@ Returns a **[ChartCharacters](PowerPoint.ChartCharacters.md)** object that repr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional|**Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).|
diff --git a/api/PowerPoint.DisplayUnitLabel.Height.md b/api/PowerPoint.DisplayUnitLabel.Height.md
index d797d1c2044..bcb1c0194b8 100644
--- a/api/PowerPoint.DisplayUnitLabel.Height.md
+++ b/api/PowerPoint.DisplayUnitLabel.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents a [DisplayUnitLabel](./PowerPoint.DisplayUnitLabel.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.DisplayUnitLabel.Width.md b/api/PowerPoint.DisplayUnitLabel.Width.md
index 5f174385dc1..276055eeddb 100644
--- a/api/PowerPoint.DisplayUnitLabel.Width.md
+++ b/api/PowerPoint.DisplayUnitLabel.Width.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the object. Read-only.
_expression_ A variable that represents a [DisplayUnitLabel](./PowerPoint.DisplayUnitLabel.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.DocumentWindow.Active.md b/api/PowerPoint.DocumentWindow.Active.md
index 878510555f1..49dadb42904 100644
--- a/api/PowerPoint.DocumentWindow.Active.md
+++ b/api/PowerPoint.DocumentWindow.Active.md
@@ -23,7 +23,7 @@ Returns whether the specified pane or window is active. Read-only.
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.DocumentWindow.ActivePane.md b/api/PowerPoint.DocumentWindow.ActivePane.md
index 0da2485f1e6..cfab08d1e5a 100644
--- a/api/PowerPoint.DocumentWindow.ActivePane.md
+++ b/api/PowerPoint.DocumentWindow.ActivePane.md
@@ -23,7 +23,7 @@ Returns a **[Pane](PowerPoint.Pane.md)** object that represents the active pane
_expression_ A variable that represents an [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Pane
diff --git a/api/PowerPoint.DocumentWindow.Application.md b/api/PowerPoint.DocumentWindow.Application.md
index e0a99f6df09..35c5fecb0d3 100644
--- a/api/PowerPoint.DocumentWindow.Application.md
+++ b/api/PowerPoint.DocumentWindow.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.DocumentWindow.BlackAndWhite.md b/api/PowerPoint.DocumentWindow.BlackAndWhite.md
index 3eb1224d54f..ff495bc3596 100644
--- a/api/PowerPoint.DocumentWindow.BlackAndWhite.md
+++ b/api/PowerPoint.DocumentWindow.BlackAndWhite.md
@@ -23,7 +23,7 @@ Determines whether the document window display is black and white. Read/write.
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.DocumentWindow.Caption.md b/api/PowerPoint.DocumentWindow.Caption.md
index 2c8a3183aba..f552c10af0e 100644
--- a/api/PowerPoint.DocumentWindow.Caption.md
+++ b/api/PowerPoint.DocumentWindow.Caption.md
@@ -23,7 +23,7 @@ Returns the text that appears in the title bar of the document window. Read-only
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.DocumentWindow.ExpandSection.md b/api/PowerPoint.DocumentWindow.ExpandSection.md
index d8867f05e96..5ac60297bf7 100644
--- a/api/PowerPoint.DocumentWindow.ExpandSection.md
+++ b/api/PowerPoint.DocumentWindow.ExpandSection.md
@@ -27,7 +27,7 @@ Expands the section in the current **DocumentWindow**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**[INT]**|The index of the section to be expanded.|
| _Expand_|Required|**Boolean**|Indicates whether the section was expanded.|
diff --git a/api/PowerPoint.DocumentWindow.Height.md b/api/PowerPoint.DocumentWindow.Height.md
index 083df13dee3..2425f48bd47 100644
--- a/api/PowerPoint.DocumentWindow.Height.md
+++ b/api/PowerPoint.DocumentWindow.Height.md
@@ -23,7 +23,7 @@ Returns or sets the height of the specified object, in points. Read/write.
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.DocumentWindow.IsSectionExpanded.md b/api/PowerPoint.DocumentWindow.IsSectionExpanded.md
index 44763ad1937..ed2548e276c 100644
--- a/api/PowerPoint.DocumentWindow.IsSectionExpanded.md
+++ b/api/PowerPoint.DocumentWindow.IsSectionExpanded.md
@@ -27,11 +27,11 @@ Indicates whether the selected section is expanded in the **DocumentWindow**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**[INT]**|The index of the section.|
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.DocumentWindow.LargeScroll.md b/api/PowerPoint.DocumentWindow.LargeScroll.md
index a786903ed41..6d627af4e2d 100644
--- a/api/PowerPoint.DocumentWindow.LargeScroll.md
+++ b/api/PowerPoint.DocumentWindow.LargeScroll.md
@@ -27,7 +27,7 @@ Scrolls through the specified document window by pages.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional|**Long**|Specifies the number of pages to scroll down.|
| _Up_|Optional|**Long**|Specifies the number of pages to scroll up.|
diff --git a/api/PowerPoint.DocumentWindow.NewWindow.md b/api/PowerPoint.DocumentWindow.NewWindow.md
index 9eb454fc825..f389d054ca6 100644
--- a/api/PowerPoint.DocumentWindow.NewWindow.md
+++ b/api/PowerPoint.DocumentWindow.NewWindow.md
@@ -23,7 +23,7 @@ Opens a new window that contains the same document that is displayed in the spec
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
DocumentWindow
diff --git a/api/PowerPoint.DocumentWindow.Panes.md b/api/PowerPoint.DocumentWindow.Panes.md
index 26d6d4b1cce..a8503aedeec 100644
--- a/api/PowerPoint.DocumentWindow.Panes.md
+++ b/api/PowerPoint.DocumentWindow.Panes.md
@@ -23,7 +23,7 @@ Returns a **[Panes](PowerPoint.Panes.md)** collection that represents the panes
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Panes
diff --git a/api/PowerPoint.DocumentWindow.Parent.md b/api/PowerPoint.DocumentWindow.Parent.md
index f4894e64326..b82e452cb63 100644
--- a/api/PowerPoint.DocumentWindow.Parent.md
+++ b/api/PowerPoint.DocumentWindow.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.DocumentWindow.PointsToScreenPixelsX.md b/api/PowerPoint.DocumentWindow.PointsToScreenPixelsX.md
index ca1446ebb7d..f000d64badb 100644
--- a/api/PowerPoint.DocumentWindow.PointsToScreenPixelsX.md
+++ b/api/PowerPoint.DocumentWindow.PointsToScreenPixelsX.md
@@ -27,11 +27,11 @@ Converts a horizontal measurement from points to pixels. Used to return a horizo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required|**Single**|The horizontal measurement (in points) to be converted to pixels.|
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.DocumentWindow.PointsToScreenPixelsY.md b/api/PowerPoint.DocumentWindow.PointsToScreenPixelsY.md
index 85034fe6fc6..c5f1721e21f 100644
--- a/api/PowerPoint.DocumentWindow.PointsToScreenPixelsY.md
+++ b/api/PowerPoint.DocumentWindow.PointsToScreenPixelsY.md
@@ -27,11 +27,11 @@ Converts a vertical measurement from points to pixels. Used to return a vertical
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required|**Single**|The vertical measurement (in points) to be converted to pixels.|
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.DocumentWindow.Presentation.md b/api/PowerPoint.DocumentWindow.Presentation.md
index 4a46e687540..64b96c56a11 100644
--- a/api/PowerPoint.DocumentWindow.Presentation.md
+++ b/api/PowerPoint.DocumentWindow.Presentation.md
@@ -23,7 +23,7 @@ Returns a **[Presentation](PowerPoint.Presentation.md)** object that represents
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Presentation
diff --git a/api/PowerPoint.DocumentWindow.RangeFromPoint.md b/api/PowerPoint.DocumentWindow.RangeFromPoint.md
index a65148c4249..b84873b806f 100644
--- a/api/PowerPoint.DocumentWindow.RangeFromPoint.md
+++ b/api/PowerPoint.DocumentWindow.RangeFromPoint.md
@@ -27,7 +27,7 @@ Returns the **Shape** object that is located at the point specified by the scre
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required|**Long**|The horizontal distance (in pixels) from the left edge of the screen to the point.|
| _y_|Required|**Long**|The vertical distance (in pixels) from the top of the screen to the point.|
diff --git a/api/PowerPoint.DocumentWindow.ScrollIntoView.md b/api/PowerPoint.DocumentWindow.ScrollIntoView.md
index f45a09f538b..c4c64412fe1 100644
--- a/api/PowerPoint.DocumentWindow.ScrollIntoView.md
+++ b/api/PowerPoint.DocumentWindow.ScrollIntoView.md
@@ -27,7 +27,7 @@ Scrolls the document window so that items within a specified rectangular area ar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required|**Long**|The horizontal distance (in points) from the left edge of the document window to the rectangle.|
| _Top_|Required|**Long**|The vertical distance (in points) from the upper part of the document window to the rectangle.|
diff --git a/api/PowerPoint.DocumentWindow.Selection.md b/api/PowerPoint.DocumentWindow.Selection.md
index d621b5160d4..a940c881a25 100644
--- a/api/PowerPoint.DocumentWindow.Selection.md
+++ b/api/PowerPoint.DocumentWindow.Selection.md
@@ -23,7 +23,7 @@ Returns a **[Selection](PowerPoint.Selection.md)** object that represents the s
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Selection
diff --git a/api/PowerPoint.DocumentWindow.SmallScroll.md b/api/PowerPoint.DocumentWindow.SmallScroll.md
index 11000ffdcc5..1e3120eb701 100644
--- a/api/PowerPoint.DocumentWindow.SmallScroll.md
+++ b/api/PowerPoint.DocumentWindow.SmallScroll.md
@@ -27,7 +27,7 @@ Scrolls through the specified document window by lines and columns.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional|**Long**|Specifies the number of lines to scroll down.|
| _Up_|Optional|**Long**|Specifies the number of lines to scroll up.|
diff --git a/api/PowerPoint.DocumentWindow.SplitHorizontal.md b/api/PowerPoint.DocumentWindow.SplitHorizontal.md
index 2a768d86f19..cd349dc1153 100644
--- a/api/PowerPoint.DocumentWindow.SplitHorizontal.md
+++ b/api/PowerPoint.DocumentWindow.SplitHorizontal.md
@@ -23,7 +23,7 @@ Returns or sets the percentage of the document window width that the outline pan
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.DocumentWindow.SplitVertical.md b/api/PowerPoint.DocumentWindow.SplitVertical.md
index 690da47d538..ffe03db2889 100644
--- a/api/PowerPoint.DocumentWindow.SplitVertical.md
+++ b/api/PowerPoint.DocumentWindow.SplitVertical.md
@@ -23,7 +23,7 @@ Returns or sets the percentage of the document window height that the slide pane
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.DocumentWindow.Top.md b/api/PowerPoint.DocumentWindow.Top.md
index c580244c99a..506a9975a6b 100644
--- a/api/PowerPoint.DocumentWindow.Top.md
+++ b/api/PowerPoint.DocumentWindow.Top.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the distance in points from the to
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.DocumentWindow.Width.md b/api/PowerPoint.DocumentWindow.Width.md
index fd5775b7211..041e4d5a88b 100644
--- a/api/PowerPoint.DocumentWindow.Width.md
+++ b/api/PowerPoint.DocumentWindow.Width.md
@@ -23,7 +23,7 @@ Returns or sets the width of the specified object, in points. Read/write.
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.DocumentWindow.WindowState.md b/api/PowerPoint.DocumentWindow.WindowState.md
index c8294dc3f4d..f168f60e6da 100644
--- a/api/PowerPoint.DocumentWindow.WindowState.md
+++ b/api/PowerPoint.DocumentWindow.WindowState.md
@@ -23,7 +23,7 @@ Returns or sets the state of the specified window. Read/write.
_expression_ A variable that represents a [DocumentWindow](./PowerPoint.DocumentWindow.md) object.
-### Return Value
+### Return value
PpWindowState
diff --git a/api/PowerPoint.DocumentWindows.Application.md b/api/PowerPoint.DocumentWindows.Application.md
index 32a80acf11b..23b27a656f9 100644
--- a/api/PowerPoint.DocumentWindows.Application.md
+++ b/api/PowerPoint.DocumentWindows.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [DocumentWindows](./PowerPoint.DocumentWindows.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.DocumentWindows.Arrange.md b/api/PowerPoint.DocumentWindows.Arrange.md
index 8f360b254cb..62eff14357e 100644
--- a/api/PowerPoint.DocumentWindows.Arrange.md
+++ b/api/PowerPoint.DocumentWindows.Arrange.md
@@ -27,11 +27,11 @@ Arranges all open document windows in the workspace.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _arrangeStyle_|Optional|**[PpArrangeStyle](PowerPoint.PpArrangeStyle.md)**|Specifies whether to cascade or tile the windows.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.DocumentWindows.Count.md b/api/PowerPoint.DocumentWindows.Count.md
index 4335c27e6af..56fa0ee250d 100644
--- a/api/PowerPoint.DocumentWindows.Count.md
+++ b/api/PowerPoint.DocumentWindows.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [DocumentWindows](./PowerPoint.DocumentWindows.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.DocumentWindows.Item.md b/api/PowerPoint.DocumentWindows.Item.md
index 2d491ff2c4e..7ef3de157a7 100644
--- a/api/PowerPoint.DocumentWindows.Item.md
+++ b/api/PowerPoint.DocumentWindows.Item.md
@@ -24,11 +24,11 @@ Returns a single **DocumentWindow** object from the specified **DocumentWindows
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **DocumentWindow** object in the collection to be returned.|
-### Return Value
+### Return value
DocumentWindow
diff --git a/api/PowerPoint.DocumentWindows.Parent.md b/api/PowerPoint.DocumentWindows.Parent.md
index 7ab00af080a..4a18020ebaa 100644
--- a/api/PowerPoint.DocumentWindows.Parent.md
+++ b/api/PowerPoint.DocumentWindows.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [DocumentWindows](./PowerPoint.DocumentWindows.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Effect.Application.md b/api/PowerPoint.Effect.Application.md
index 0eca2859487..3eec233d0ba 100644
--- a/api/PowerPoint.Effect.Application.md
+++ b/api/PowerPoint.Effect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Effect.Behaviors.md b/api/PowerPoint.Effect.Behaviors.md
index 22d4aeff208..61c9514cfba 100644
--- a/api/PowerPoint.Effect.Behaviors.md
+++ b/api/PowerPoint.Effect.Behaviors.md
@@ -23,7 +23,7 @@ Returns a specified slide animation behavior as an **[AnimationBehaviors](Power
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
AnimationBehaviors
diff --git a/api/PowerPoint.Effect.DisplayName.md b/api/PowerPoint.Effect.DisplayName.md
index df8b9db4fb7..67ed97afae3 100644
--- a/api/PowerPoint.Effect.DisplayName.md
+++ b/api/PowerPoint.Effect.DisplayName.md
@@ -23,7 +23,7 @@ Returns the name of an animation effect. Read-only.
_expression_ A variable that represents a [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Effect.EffectInformation.md b/api/PowerPoint.Effect.EffectInformation.md
index 8d1f70a7e10..0f81c2fbd63 100644
--- a/api/PowerPoint.Effect.EffectInformation.md
+++ b/api/PowerPoint.Effect.EffectInformation.md
@@ -23,7 +23,7 @@ Returns an **[EffectInformation](PowerPoint.EffectInformation.md)** object that
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
EffectInformation
diff --git a/api/PowerPoint.Effect.EffectParameters.md b/api/PowerPoint.Effect.EffectParameters.md
index 7c5143f555d..bfaa6a28e55 100644
--- a/api/PowerPoint.Effect.EffectParameters.md
+++ b/api/PowerPoint.Effect.EffectParameters.md
@@ -23,7 +23,7 @@ Returns an **[EffectParameters](PowerPoint.EffectParameters.md)** object that r
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
EffectParameters
diff --git a/api/PowerPoint.Effect.EffectType.md b/api/PowerPoint.Effect.EffectType.md
index d03fb155bba..e9fdf813fa8 100644
--- a/api/PowerPoint.Effect.EffectType.md
+++ b/api/PowerPoint.Effect.EffectType.md
@@ -23,7 +23,7 @@ Sets or returns an **MsoAnimEffect** constant that represents an animation effe
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
MsoAnimEffect
diff --git a/api/PowerPoint.Effect.Exit.md b/api/PowerPoint.Effect.Exit.md
index b3b80feba0c..84ae9e523ab 100644
--- a/api/PowerPoint.Effect.Exit.md
+++ b/api/PowerPoint.Effect.Exit.md
@@ -23,7 +23,7 @@ Determines whether the animation effect is an exit effect. Read/write.
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Effect.Index.md b/api/PowerPoint.Effect.Index.md
index f1bea4bcdb7..59b18fa72a1 100644
--- a/api/PowerPoint.Effect.Index.md
+++ b/api/PowerPoint.Effect.Index.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the index number for an animation effect or
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Effect.MoveTo.md b/api/PowerPoint.Effect.MoveTo.md
index cc2f5a5aefc..6cbdc1d0837 100644
--- a/api/PowerPoint.Effect.MoveTo.md
+++ b/api/PowerPoint.Effect.MoveTo.md
@@ -27,7 +27,7 @@ Moves the specified object to a specific location within the same collection, re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _toPos_|Required|**Long**|The index position to which to move the animation effect.|
diff --git a/api/PowerPoint.Effect.Paragraph.md b/api/PowerPoint.Effect.Paragraph.md
index a8782505af9..0cf15735aec 100644
--- a/api/PowerPoint.Effect.Paragraph.md
+++ b/api/PowerPoint.Effect.Paragraph.md
@@ -23,7 +23,7 @@ Returns or sets the paragraph in a text range to which to apply animation effect
_expression_ A variable that represents a [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Effect.Parent.md b/api/PowerPoint.Effect.Parent.md
index a3ceecf1a03..cd989ae3f33 100644
--- a/api/PowerPoint.Effect.Parent.md
+++ b/api/PowerPoint.Effect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Effect.Shape.md b/api/PowerPoint.Effect.Shape.md
index 0f42b6d7459..2a5311e8e26 100644
--- a/api/PowerPoint.Effect.Shape.md
+++ b/api/PowerPoint.Effect.Shape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](PowerPoint.Shape.md)** object that represents an animated s
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Effect.TextRangeLength.md b/api/PowerPoint.Effect.TextRangeLength.md
index 0419799dccc..f140522babc 100644
--- a/api/PowerPoint.Effect.TextRangeLength.md
+++ b/api/PowerPoint.Effect.TextRangeLength.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** that represents the length of a text range. Read-onl
_expression_ A variable that represents a [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Effect.TextRangeStart.md b/api/PowerPoint.Effect.TextRangeStart.md
index 45f6c230815..0c97d8515e7 100644
--- a/api/PowerPoint.Effect.TextRangeStart.md
+++ b/api/PowerPoint.Effect.TextRangeStart.md
@@ -23,7 +23,7 @@ Returns or sets the start of a text range. Read-only.
_expression_ A variable that represents a [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Effect.Timing.md b/api/PowerPoint.Effect.Timing.md
index a0fd289f4bf..905d46b904d 100644
--- a/api/PowerPoint.Effect.Timing.md
+++ b/api/PowerPoint.Effect.Timing.md
@@ -23,7 +23,7 @@ Returns a **[Timing](PowerPoint.Timing.md)** object that represents the timing
_expression_ A variable that represents an [Effect](./PowerPoint.Effect.md) object.
-### Return Value
+### Return value
Timing
diff --git a/api/PowerPoint.EffectInformation.AnimateTextInReverse.md b/api/PowerPoint.EffectInformation.AnimateTextInReverse.md
index fafee455a8e..d2bea238ebb 100644
--- a/api/PowerPoint.EffectInformation.AnimateTextInReverse.md
+++ b/api/PowerPoint.EffectInformation.AnimateTextInReverse.md
@@ -23,7 +23,7 @@ Determines whether the specified shape is built in reverse order. Applies only t
_expression_ A variable that represents an [EffectInformation](./PowerPoint.EffectInformation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.EffectInformation.Application.md b/api/PowerPoint.EffectInformation.Application.md
index 7db362a3b69..e49c67138b6 100644
--- a/api/PowerPoint.EffectInformation.Application.md
+++ b/api/PowerPoint.EffectInformation.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [EffectInformation](./PowerPoint.EffectInformation.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.EffectInformation.BuildByLevelEffect.md b/api/PowerPoint.EffectInformation.BuildByLevelEffect.md
index 9ffb22e3856..2afc6cd75ed 100644
--- a/api/PowerPoint.EffectInformation.BuildByLevelEffect.md
+++ b/api/PowerPoint.EffectInformation.BuildByLevelEffect.md
@@ -23,7 +23,7 @@ Determines the level of the animation build effect. Read-only.
_expression_ A variable that represents a [EffectInformation](./PowerPoint.EffectInformation.md) object.
-### Return Value
+### Return value
MsoAnimateByLevel
diff --git a/api/PowerPoint.EffectInformation.Dim.md b/api/PowerPoint.EffectInformation.Dim.md
index 72dafe7fe36..0a0bdd9cb47 100644
--- a/api/PowerPoint.EffectInformation.Dim.md
+++ b/api/PowerPoint.EffectInformation.Dim.md
@@ -23,7 +23,7 @@ Returns a **[ColorFormat](PowerPoint.ColorFormat.md)** object that represents t
_expression_ A variable that represents an [EffectInformation](./PowerPoint.EffectInformation.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.EffectInformation.Parent.md b/api/PowerPoint.EffectInformation.Parent.md
index e8ead9d5f66..86f1303a630 100644
--- a/api/PowerPoint.EffectInformation.Parent.md
+++ b/api/PowerPoint.EffectInformation.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [EffectInformation](./PowerPoint.EffectInformation.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.EffectInformation.PlaySettings.md b/api/PowerPoint.EffectInformation.PlaySettings.md
index e6aae4d38cc..3f78e82ccd4 100644
--- a/api/PowerPoint.EffectInformation.PlaySettings.md
+++ b/api/PowerPoint.EffectInformation.PlaySettings.md
@@ -23,7 +23,7 @@ Returns a **[PlaySettings](PowerPoint.PlaySettings.md)** object that contains i
_expression_ A variable that represents an [EffectInformation](./PowerPoint.EffectInformation.md) object.
-### Return Value
+### Return value
PlaySettings
diff --git a/api/PowerPoint.EffectInformation.SoundEffect.md b/api/PowerPoint.EffectInformation.SoundEffect.md
index d6c995e419d..80223aafe67 100644
--- a/api/PowerPoint.EffectInformation.SoundEffect.md
+++ b/api/PowerPoint.EffectInformation.SoundEffect.md
@@ -23,7 +23,7 @@ Returns a **SoundEffect** object that represents the sound to be played during
_expression_ A variable that represents an [EffectInformation](./PowerPoint.EffectInformation.md) object.
-### Return Value
+### Return value
SoundEffect
diff --git a/api/PowerPoint.EffectInformation.TextUnitEffect.md b/api/PowerPoint.EffectInformation.TextUnitEffect.md
index fce738457b4..b7156ff6c91 100644
--- a/api/PowerPoint.EffectInformation.TextUnitEffect.md
+++ b/api/PowerPoint.EffectInformation.TextUnitEffect.md
@@ -23,7 +23,7 @@ Indicates whether the text in the specified shape is animated paragraph by parag
_expression_ A variable that represents an [EffectInformation](./PowerPoint.EffectInformation.md) object.
-### Return Value
+### Return value
MsoAnimTextUnitEffect
diff --git a/api/PowerPoint.EffectParameters.Amount.md b/api/PowerPoint.EffectParameters.Amount.md
index c4176dfecae..9d8893b59a3 100644
--- a/api/PowerPoint.EffectParameters.Amount.md
+++ b/api/PowerPoint.EffectParameters.Amount.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the number of degrees an animated
_expression_ A variable that represents an [EffectParameters](./PowerPoint.EffectParameters.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.EffectParameters.Application.md b/api/PowerPoint.EffectParameters.Application.md
index c2fb8662ffb..5a44f791737 100644
--- a/api/PowerPoint.EffectParameters.Application.md
+++ b/api/PowerPoint.EffectParameters.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [EffectParameters](./PowerPoint.EffectParameters.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.EffectParameters.Color2.md b/api/PowerPoint.EffectParameters.Color2.md
index 24572a58ab8..69b311fe87b 100644
--- a/api/PowerPoint.EffectParameters.Color2.md
+++ b/api/PowerPoint.EffectParameters.Color2.md
@@ -23,7 +23,7 @@ Returns a **[ColorFormat](PowerPoint.ColorFormat.md)** object that represents t
_expression_ A variable that represents an [EffectParameters](./PowerPoint.EffectParameters.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.EffectParameters.Direction.md b/api/PowerPoint.EffectParameters.Direction.md
index 1222b91c7bd..f3ca3de6b01 100644
--- a/api/PowerPoint.EffectParameters.Direction.md
+++ b/api/PowerPoint.EffectParameters.Direction.md
@@ -23,7 +23,7 @@ Determines the direction used for an animation effect. This property can be used
_expression_ A variable that represents a [EffectParameters](./PowerPoint.EffectParameters.md) object.
-### Return Value
+### Return value
MsoAnimDirection
diff --git a/api/PowerPoint.EffectParameters.FontName.md b/api/PowerPoint.EffectParameters.FontName.md
index 5077ddb2768..f3482ade59d 100644
--- a/api/PowerPoint.EffectParameters.FontName.md
+++ b/api/PowerPoint.EffectParameters.FontName.md
@@ -23,7 +23,7 @@ Returns or sets the name of the font in the specified WordArt. Read/write.
_expression_ A variable that represents an [EffectParameters](./PowerPoint.EffectParameters.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.EffectParameters.Parent.md b/api/PowerPoint.EffectParameters.Parent.md
index c3800a581f6..872ea02448a 100644
--- a/api/PowerPoint.EffectParameters.Parent.md
+++ b/api/PowerPoint.EffectParameters.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [EffectParameters](./PowerPoint.EffectParameters.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.EffectParameters.Relative.md b/api/PowerPoint.EffectParameters.Relative.md
index 3b5cf8f7e54..e06a991773d 100644
--- a/api/PowerPoint.EffectParameters.Relative.md
+++ b/api/PowerPoint.EffectParameters.Relative.md
@@ -23,7 +23,7 @@ Determines whether to set the motion position relative to the position of the sh
_expression_ A variable that represents a [EffectParameters](./PowerPoint.EffectParameters.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.EffectParameters.Size.md b/api/PowerPoint.EffectParameters.Size.md
index 451780d683c..15211f3baaa 100644
--- a/api/PowerPoint.EffectParameters.Size.md
+++ b/api/PowerPoint.EffectParameters.Size.md
@@ -23,7 +23,7 @@ Returns or sets the character size, in points. Read/write.
_expression_ A variable that represents an [EffectParameters](./PowerPoint.EffectParameters.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ExtraColors.Add.md b/api/PowerPoint.ExtraColors.Add.md
index 06bc2477f50..88f13ee535b 100644
--- a/api/PowerPoint.ExtraColors.Add.md
+++ b/api/PowerPoint.ExtraColors.Add.md
@@ -27,7 +27,7 @@ Adds a color to the extra colors available to a presentation, if the color hasn'
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**MsoRGBType**|The red-green-blue (RGB) value of the color to be added.|
diff --git a/api/PowerPoint.ExtraColors.Application.md b/api/PowerPoint.ExtraColors.Application.md
index 0efb7f5d113..1dcbbf711c5 100644
--- a/api/PowerPoint.ExtraColors.Application.md
+++ b/api/PowerPoint.ExtraColors.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [ExtraColors](./PowerPoint.ExtraColors.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.ExtraColors.Count.md b/api/PowerPoint.ExtraColors.Count.md
index ec21873e623..ebafc30aa28 100644
--- a/api/PowerPoint.ExtraColors.Count.md
+++ b/api/PowerPoint.ExtraColors.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents an [ExtraColors](./PowerPoint.ExtraColors.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ExtraColors.Item.md b/api/PowerPoint.ExtraColors.Item.md
index 335b755d8f5..a82aa3d9536 100644
--- a/api/PowerPoint.ExtraColors.Item.md
+++ b/api/PowerPoint.ExtraColors.Item.md
@@ -27,11 +27,11 @@ Returns a single color from the specified **ExtraColors** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single object in the collection to be returned.|
-### Return Value
+### Return value
MsoRGBType
diff --git a/api/PowerPoint.ExtraColors.Parent.md b/api/PowerPoint.ExtraColors.Parent.md
index e014c87dcc5..1dc37a196db 100644
--- a/api/PowerPoint.ExtraColors.Parent.md
+++ b/api/PowerPoint.ExtraColors.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [ExtraColors](./PowerPoint.ExtraColors.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.FileConverters.Item.md b/api/PowerPoint.FileConverters.Item.md
index 021017e5bf4..2b24475caac 100644
--- a/api/PowerPoint.FileConverters.Item.md
+++ b/api/PowerPoint.FileConverters.Item.md
@@ -27,11 +27,11 @@ Returns an individual **FileConverter** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
FileConverter
diff --git a/api/PowerPoint.FillFormat.Application.md b/api/PowerPoint.FillFormat.Application.md
index 73e0c80ce76..0ed2fafb8cc 100644
--- a/api/PowerPoint.FillFormat.Application.md
+++ b/api/PowerPoint.FillFormat.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.FillFormat.BackColor.md b/api/PowerPoint.FillFormat.BackColor.md
index 8e5d6e90443..5fbed0f8334 100644
--- a/api/PowerPoint.FillFormat.BackColor.md
+++ b/api/PowerPoint.FillFormat.BackColor.md
@@ -23,7 +23,7 @@ Returns or sets a **[ColorFormat](PowerPoint.ColorFormat.md)** object that repr
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.FillFormat.Creator.md b/api/PowerPoint.FillFormat.Creator.md
index 78444f7c382..6f80d9e1ebc 100644
--- a/api/PowerPoint.FillFormat.Creator.md
+++ b/api/PowerPoint.FillFormat.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.FillFormat.ForeColor.md b/api/PowerPoint.FillFormat.ForeColor.md
index c83627c9c2d..5658969ec33 100644
--- a/api/PowerPoint.FillFormat.ForeColor.md
+++ b/api/PowerPoint.FillFormat.ForeColor.md
@@ -23,7 +23,7 @@ Returns or sets a **[ColorFormat](PowerPoint.ColorFormat.md)** object that repr
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.FillFormat.GradientAngle.md b/api/PowerPoint.FillFormat.GradientAngle.md
index 12cf7be8e35..6c47cb63e3d 100644
--- a/api/PowerPoint.FillFormat.GradientAngle.md
+++ b/api/PowerPoint.FillFormat.GradientAngle.md
@@ -23,7 +23,7 @@ Returns or sets the angle of the gradient fill for the specified fill format. Re
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
**Single**
diff --git a/api/PowerPoint.FillFormat.GradientColorType.md b/api/PowerPoint.FillFormat.GradientColorType.md
index 37571245967..e884c1b0c90 100644
--- a/api/PowerPoint.FillFormat.GradientColorType.md
+++ b/api/PowerPoint.FillFormat.GradientColorType.md
@@ -23,7 +23,7 @@ Returns the gradient color type for the specified fill. Read-only.
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
MsoGradientColorType
diff --git a/api/PowerPoint.FillFormat.GradientDegree.md b/api/PowerPoint.FillFormat.GradientDegree.md
index 6367785ec1a..41441d439a9 100644
--- a/api/PowerPoint.FillFormat.GradientDegree.md
+++ b/api/PowerPoint.FillFormat.GradientDegree.md
@@ -23,7 +23,7 @@ Returns a value that indicates how dark or light a one-color gradient fill is. R
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.FillFormat.GradientStops.md b/api/PowerPoint.FillFormat.GradientStops.md
index 3ea95b92a55..55bc019c301 100644
--- a/api/PowerPoint.FillFormat.GradientStops.md
+++ b/api/PowerPoint.FillFormat.GradientStops.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
GradientStops
diff --git a/api/PowerPoint.FillFormat.GradientStyle.md b/api/PowerPoint.FillFormat.GradientStyle.md
index 14b83479ee2..408fac2d668 100644
--- a/api/PowerPoint.FillFormat.GradientStyle.md
+++ b/api/PowerPoint.FillFormat.GradientStyle.md
@@ -23,7 +23,7 @@ Returns the gradient style for the specified fill. Read-only.
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
MsoGradientStyle
diff --git a/api/PowerPoint.FillFormat.GradientVariant.md b/api/PowerPoint.FillFormat.GradientVariant.md
index af5b6107c51..b73aae9a556 100644
--- a/api/PowerPoint.FillFormat.GradientVariant.md
+++ b/api/PowerPoint.FillFormat.GradientVariant.md
@@ -23,7 +23,7 @@ Returns the gradient variant for the specified fill as an integer value from 1 t
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.FillFormat.OneColorGradient.md b/api/PowerPoint.FillFormat.OneColorGradient.md
index b487c73a2ad..eae366a6452 100644
--- a/api/PowerPoint.FillFormat.OneColorGradient.md
+++ b/api/PowerPoint.FillFormat.OneColorGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a one-color gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required|**MsoGradientStyle**|The gradient style.|
| _Variant_|Required|**Long**|The gradient variant. Can be a value from 1 to 4, corresponding to the four variants on the **Gradient** tab in the **Shape Fill** tab. If Style is **msoGradientFromTitle** or **msoGradientFromCenter**, this argument can be either 1 or 2.|
diff --git a/api/PowerPoint.FillFormat.Parent.md b/api/PowerPoint.FillFormat.Parent.md
index fe32d7bbb8e..e87d718ded7 100644
--- a/api/PowerPoint.FillFormat.Parent.md
+++ b/api/PowerPoint.FillFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.FillFormat.Pattern.md b/api/PowerPoint.FillFormat.Pattern.md
index 5b1943800c0..b1c27f97928 100644
--- a/api/PowerPoint.FillFormat.Pattern.md
+++ b/api/PowerPoint.FillFormat.Pattern.md
@@ -23,7 +23,7 @@ Sets or returns a value that represents the pattern applied to the specified fil
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
[MsoPatternType](./Office.MsoPatternType.md)
diff --git a/api/PowerPoint.FillFormat.Patterned.md b/api/PowerPoint.FillFormat.Patterned.md
index f3371c2809d..a2de8b2d94d 100644
--- a/api/PowerPoint.FillFormat.Patterned.md
+++ b/api/PowerPoint.FillFormat.Patterned.md
@@ -27,7 +27,7 @@ Sets the specified fill to a pattern.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pattern_|Required|**MsoPatternType**|The pattern to be used for the specified fill. See Reamrks for possible values.|
diff --git a/api/PowerPoint.FillFormat.PictureEffects.md b/api/PowerPoint.FillFormat.PictureEffects.md
index dee4d566167..fc7feeda411 100644
--- a/api/PowerPoint.FillFormat.PictureEffects.md
+++ b/api/PowerPoint.FillFormat.PictureEffects.md
@@ -23,7 +23,7 @@ Returns an object that represents the picture or texture fill for the specified
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
[PictureEffects](./Office.PictureEffects.md)
diff --git a/api/PowerPoint.FillFormat.PresetGradient.md b/api/PowerPoint.FillFormat.PresetGradient.md
index f3afede9a50..4c9a8de86ca 100644
--- a/api/PowerPoint.FillFormat.PresetGradient.md
+++ b/api/PowerPoint.FillFormat.PresetGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a preset gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required|**MsoGradientStyle**|The gradient style.|
| _Variant_|Required|**Integer**|The gradient variant. Can be a value from 1 to 4, corresponding to the four variants on the **Gradient** subtab on the **Shape Fill** tab. If Style is **msoGradientFromTitle** or **msoGradientFromCenter**, this argument can be either 1 or 2.|
diff --git a/api/PowerPoint.FillFormat.PresetGradientType.md b/api/PowerPoint.FillFormat.PresetGradientType.md
index 08780cbb867..b339bd1aac0 100644
--- a/api/PowerPoint.FillFormat.PresetGradientType.md
+++ b/api/PowerPoint.FillFormat.PresetGradientType.md
@@ -23,7 +23,7 @@ Returns the preset gradient type for the specified fill. Read-only.
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
MsoPresetGradientType
diff --git a/api/PowerPoint.FillFormat.PresetTexture.md b/api/PowerPoint.FillFormat.PresetTexture.md
index a9029b451ab..89dc82030f2 100644
--- a/api/PowerPoint.FillFormat.PresetTexture.md
+++ b/api/PowerPoint.FillFormat.PresetTexture.md
@@ -23,7 +23,7 @@ Returns the preset texture for the specified fill. Read-only.
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
MsoPresetTexture
diff --git a/api/PowerPoint.FillFormat.PresetTextured.md b/api/PowerPoint.FillFormat.PresetTextured.md
index 6caf309718f..a1dd9170391 100644
--- a/api/PowerPoint.FillFormat.PresetTextured.md
+++ b/api/PowerPoint.FillFormat.PresetTextured.md
@@ -27,7 +27,7 @@ Sets the specified fill to a preset texture.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetTexture_|Required|**MsoPresetTexture**|The preset texture.|
diff --git a/api/PowerPoint.FillFormat.TextureAlignment.md b/api/PowerPoint.FillFormat.TextureAlignment.md
index 70f4cad74e4..ff399a0ebd0 100644
--- a/api/PowerPoint.FillFormat.TextureAlignment.md
+++ b/api/PowerPoint.FillFormat.TextureAlignment.md
@@ -23,7 +23,7 @@ Returns or sets the alignment (the origin of the coordinate grid) for the tiling
_expression_ An expression that returns a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
MsoTextureAlignment
diff --git a/api/PowerPoint.FillFormat.TextureHorizontalScale.md b/api/PowerPoint.FillFormat.TextureHorizontalScale.md
index 3cd1b6537b2..59a0dede025 100644
--- a/api/PowerPoint.FillFormat.TextureHorizontalScale.md
+++ b/api/PowerPoint.FillFormat.TextureHorizontalScale.md
@@ -23,7 +23,7 @@ Returns or sets the horizontal scaling factor for the texture fill. Read/write.
_expression_ An expression that returns a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.FillFormat.TextureName.md b/api/PowerPoint.FillFormat.TextureName.md
index 717cab6974c..301ca619322 100644
--- a/api/PowerPoint.FillFormat.TextureName.md
+++ b/api/PowerPoint.FillFormat.TextureName.md
@@ -23,7 +23,7 @@ Returns the name of the custom texture file for the specified fill. Read-only.
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.FillFormat.TextureOffsetX.md b/api/PowerPoint.FillFormat.TextureOffsetX.md
index 7e85583f14a..478f17feebf 100644
--- a/api/PowerPoint.FillFormat.TextureOffsetX.md
+++ b/api/PowerPoint.FillFormat.TextureOffsetX.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.FillFormat.TextureTile.md b/api/PowerPoint.FillFormat.TextureTile.md
index 5af5083b634..ad093298c67 100644
--- a/api/PowerPoint.FillFormat.TextureTile.md
+++ b/api/PowerPoint.FillFormat.TextureTile.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.FillFormat.TextureType.md b/api/PowerPoint.FillFormat.TextureType.md
index 6574f113852..09f32f4f953 100644
--- a/api/PowerPoint.FillFormat.TextureType.md
+++ b/api/PowerPoint.FillFormat.TextureType.md
@@ -23,7 +23,7 @@ Returns the texture type for the specified fill. Read-only.
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
MsoTextureType
diff --git a/api/PowerPoint.FillFormat.TextureVerticalScale.md b/api/PowerPoint.FillFormat.TextureVerticalScale.md
index c25627164f3..f9aacbd62e7 100644
--- a/api/PowerPoint.FillFormat.TextureVerticalScale.md
+++ b/api/PowerPoint.FillFormat.TextureVerticalScale.md
@@ -23,7 +23,7 @@ Returns or sets the vertical scaling factor for the texture fill. Read/write.
_expression_ An expression that returns a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.FillFormat.Transparency.md b/api/PowerPoint.FillFormat.Transparency.md
index 357a359d8f9..5b67ab922a0 100644
--- a/api/PowerPoint.FillFormat.Transparency.md
+++ b/api/PowerPoint.FillFormat.Transparency.md
@@ -23,7 +23,7 @@ Returns or sets the degree of transparency of the specified fill, shadow, or lin
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.FillFormat.TwoColorGradient.md b/api/PowerPoint.FillFormat.TwoColorGradient.md
index 4bd33d2eaf1..b74b915ab70 100644
--- a/api/PowerPoint.FillFormat.TwoColorGradient.md
+++ b/api/PowerPoint.FillFormat.TwoColorGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a two-color gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required|**MsoGradientStyle**|The gradient style.|
| _Variant_|Required|**Long**|The gradient variant. |
diff --git a/api/PowerPoint.FillFormat.Type.md b/api/PowerPoint.FillFormat.Type.md
index c84e7984667..04f0d4d4ad1 100644
--- a/api/PowerPoint.FillFormat.Type.md
+++ b/api/PowerPoint.FillFormat.Type.md
@@ -23,7 +23,7 @@ Represent the type of fill. Read-only.
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
MsoFillType
diff --git a/api/PowerPoint.FillFormat.UserPicture.md b/api/PowerPoint.FillFormat.UserPicture.md
index 8c8ddaf9d21..7f287d527b2 100644
--- a/api/PowerPoint.FillFormat.UserPicture.md
+++ b/api/PowerPoint.FillFormat.UserPicture.md
@@ -27,7 +27,7 @@ Fills the specified shape with one large image.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PictureFile_|Required|**String**|The name of the picture file.|
diff --git a/api/PowerPoint.FillFormat.Visible.md b/api/PowerPoint.FillFormat.Visible.md
index e1f767a9add..3b878d1ed2d 100644
--- a/api/PowerPoint.FillFormat.Visible.md
+++ b/api/PowerPoint.FillFormat.Visible.md
@@ -23,7 +23,7 @@ Returns or sets the visibility of the specified object or the formatting applied
_expression_ A variable that represents a [FillFormat](./PowerPoint.FillFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.FilterEffect.Application.md b/api/PowerPoint.FilterEffect.Application.md
index 04cb470756d..9608f7280f2 100644
--- a/api/PowerPoint.FilterEffect.Application.md
+++ b/api/PowerPoint.FilterEffect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [FilterEffect](./PowerPoint.FilterEffect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.FilterEffect.Parent.md b/api/PowerPoint.FilterEffect.Parent.md
index b179f638b1d..6930584a61b 100644
--- a/api/PowerPoint.FilterEffect.Parent.md
+++ b/api/PowerPoint.FilterEffect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [FilterEffect](./PowerPoint.FilterEffect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.FilterEffect.Reveal.md b/api/PowerPoint.FilterEffect.Reveal.md
index abd101e0ca1..9f63931c832 100644
--- a/api/PowerPoint.FilterEffect.Reveal.md
+++ b/api/PowerPoint.FilterEffect.Reveal.md
@@ -23,7 +23,7 @@ Determines how the embedded objects will be revealed. Read/write.
_expression_ A variable that represents a [FilterEffect](./PowerPoint.FilterEffect.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.FilterEffect.Subtype.md b/api/PowerPoint.FilterEffect.Subtype.md
index c0b9a0f4fda..f3e5fbb0323 100644
--- a/api/PowerPoint.FilterEffect.Subtype.md
+++ b/api/PowerPoint.FilterEffect.Subtype.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [FilterEffect](./PowerPoint.FilterEffect.md) object.
-### Return Value
+### Return value
MsoAnimFilterEffectSubtype
diff --git a/api/PowerPoint.FilterEffect.Type.md b/api/PowerPoint.FilterEffect.Type.md
index cce0de69022..237be511d27 100644
--- a/api/PowerPoint.FilterEffect.Type.md
+++ b/api/PowerPoint.FilterEffect.Type.md
@@ -23,7 +23,7 @@ Represents the type of animation. Read/write.
_expression_ A variable that represents a [FilterEffect](./PowerPoint.FilterEffect.md) object.
-### Return Value
+### Return value
MsoAnimType
diff --git a/api/PowerPoint.Font.Application.md b/api/PowerPoint.Font.Application.md
index d828897ec04..e270d6e0dc3 100644
--- a/api/PowerPoint.Font.Application.md
+++ b/api/PowerPoint.Font.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Font.AutoRotateNumbers.md b/api/PowerPoint.Font.AutoRotateNumbers.md
index 09d38162f72..3a109b2f0bb 100644
--- a/api/PowerPoint.Font.AutoRotateNumbers.md
+++ b/api/PowerPoint.Font.AutoRotateNumbers.md
@@ -23,7 +23,7 @@ Returns or sets lateral compression. Read/write.
_expression_ A variable that represents an [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Font.BaselineOffset.md b/api/PowerPoint.Font.BaselineOffset.md
index 3c2c889937e..502befc1a28 100644
--- a/api/PowerPoint.Font.BaselineOffset.md
+++ b/api/PowerPoint.Font.BaselineOffset.md
@@ -23,7 +23,7 @@ Returns or sets the baseline offset for the specified superscript or subscript c
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Font.Bold.md b/api/PowerPoint.Font.Bold.md
index 860c348769b..c3be1d714f6 100644
--- a/api/PowerPoint.Font.Bold.md
+++ b/api/PowerPoint.Font.Bold.md
@@ -23,7 +23,7 @@ Determines whether the character format is bold. Read/write.
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Font.Embeddable.md b/api/PowerPoint.Font.Embeddable.md
index 0e1f31555ec..8cc71fbbb2f 100644
--- a/api/PowerPoint.Font.Embeddable.md
+++ b/api/PowerPoint.Font.Embeddable.md
@@ -23,7 +23,7 @@ Determines whether the specified font can be embedded in the presentation. Read-
_expression_ A variable that represents an [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Font.Embedded.md b/api/PowerPoint.Font.Embedded.md
index 941f9ef9356..0b45fbf6a68 100644
--- a/api/PowerPoint.Font.Embedded.md
+++ b/api/PowerPoint.Font.Embedded.md
@@ -23,7 +23,7 @@ Determines whether the specified font is embedded in the presentation. Read-only
_expression_ A variable that represents an [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Font.Emboss.md b/api/PowerPoint.Font.Emboss.md
index 70527ef1529..83250309055 100644
--- a/api/PowerPoint.Font.Emboss.md
+++ b/api/PowerPoint.Font.Emboss.md
@@ -23,7 +23,7 @@ Determines whether the character format is embossed. Read/write.
_expression_ A variable that represents an [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Font.Name.md b/api/PowerPoint.Font.Name.md
index 263e1368e9d..a1acb56b3fb 100644
--- a/api/PowerPoint.Font.Name.md
+++ b/api/PowerPoint.Font.Name.md
@@ -23,7 +23,7 @@ Returns or sets the name of the specified object. Read/write.
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Font.NameAscii.md b/api/PowerPoint.Font.NameAscii.md
index 074cacc0b81..b197db5eeaa 100644
--- a/api/PowerPoint.Font.NameAscii.md
+++ b/api/PowerPoint.Font.NameAscii.md
@@ -23,7 +23,7 @@ Returns or sets the font used for ASCII characters (characters with character se
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Font.NameComplexScript.md b/api/PowerPoint.Font.NameComplexScript.md
index 936b6b7a894..4e314301d5d 100644
--- a/api/PowerPoint.Font.NameComplexScript.md
+++ b/api/PowerPoint.Font.NameComplexScript.md
@@ -23,7 +23,7 @@ Returns or sets the complex script font name. Used for mixed language text. Read
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Font.NameFarEast.md b/api/PowerPoint.Font.NameFarEast.md
index 13268369f6a..6358c10298b 100644
--- a/api/PowerPoint.Font.NameFarEast.md
+++ b/api/PowerPoint.Font.NameFarEast.md
@@ -23,7 +23,7 @@ Returns or sets the Asian font name. Read/write.
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Font.NameOther.md b/api/PowerPoint.Font.NameOther.md
index 2af826348f2..9713fe55873 100644
--- a/api/PowerPoint.Font.NameOther.md
+++ b/api/PowerPoint.Font.NameOther.md
@@ -23,7 +23,7 @@ Returns or sets the font used for characters whose character set numbers are gre
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Font.Parent.md b/api/PowerPoint.Font.Parent.md
index 4be5df91c61..cddb016e6f5 100644
--- a/api/PowerPoint.Font.Parent.md
+++ b/api/PowerPoint.Font.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Font.Size.md b/api/PowerPoint.Font.Size.md
index 6807a4d80cc..dc242852000 100644
--- a/api/PowerPoint.Font.Size.md
+++ b/api/PowerPoint.Font.Size.md
@@ -23,7 +23,7 @@ Returns or sets the character size, in points. Read/write.
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Font.Subscript.md b/api/PowerPoint.Font.Subscript.md
index 2a63b527b92..58108344581 100644
--- a/api/PowerPoint.Font.Subscript.md
+++ b/api/PowerPoint.Font.Subscript.md
@@ -23,7 +23,7 @@ Determines whether the specified text is subscript. Read/write.
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Font.Superscript.md b/api/PowerPoint.Font.Superscript.md
index 70f475c75aa..630e70bdb68 100644
--- a/api/PowerPoint.Font.Superscript.md
+++ b/api/PowerPoint.Font.Superscript.md
@@ -23,7 +23,7 @@ Determines whether the specified text is superscript. Read/write.
_expression_ A variable that represents a [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Font.Underline.md b/api/PowerPoint.Font.Underline.md
index 708ea29708a..9708769747a 100644
--- a/api/PowerPoint.Font.Underline.md
+++ b/api/PowerPoint.Font.Underline.md
@@ -23,7 +23,7 @@ Determines whether the specified text (for the **Font** object) or the font sty
_expression_ A variable that represents an [Font](./PowerPoint.Font.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Fonts.Application.md b/api/PowerPoint.Fonts.Application.md
index e58f0aa8c8e..3551f4231ad 100644
--- a/api/PowerPoint.Fonts.Application.md
+++ b/api/PowerPoint.Fonts.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Fonts](./PowerPoint.Fonts.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Fonts.Count.md b/api/PowerPoint.Fonts.Count.md
index a4d2ca9fcc2..b7d944d0967 100644
--- a/api/PowerPoint.Fonts.Count.md
+++ b/api/PowerPoint.Fonts.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Fonts](./PowerPoint.Fonts.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Fonts.Item.md b/api/PowerPoint.Fonts.Item.md
index 9252ef38132..56ada429691 100644
--- a/api/PowerPoint.Fonts.Item.md
+++ b/api/PowerPoint.Fonts.Item.md
@@ -27,11 +27,11 @@ Returns a single **Font** object from the specified **Fonts** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **Font** object in the collection to be returned.|
-### Return Value
+### Return value
Font
diff --git a/api/PowerPoint.Fonts.Parent.md b/api/PowerPoint.Fonts.Parent.md
index db6e4d35a12..7e5c76959da 100644
--- a/api/PowerPoint.Fonts.Parent.md
+++ b/api/PowerPoint.Fonts.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Fonts](./PowerPoint.Fonts.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Fonts.Replace.md b/api/PowerPoint.Fonts.Replace.md
index 013b7a3c30a..7d8df9ee88a 100644
--- a/api/PowerPoint.Fonts.Replace.md
+++ b/api/PowerPoint.Fonts.Replace.md
@@ -27,7 +27,7 @@ Replaces a font in the **Fonts** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Original_|Required|**String**|The name of the font to replace.|
| _Replacement_|Required|**String**|The name of the replacement font.|
diff --git a/api/PowerPoint.FreeformBuilder.AddNodes.md b/api/PowerPoint.FreeformBuilder.AddNodes.md
index 710b6964228..8b626bfb43f 100644
--- a/api/PowerPoint.FreeformBuilder.AddNodes.md
+++ b/api/PowerPoint.FreeformBuilder.AddNodes.md
@@ -27,7 +27,7 @@ Inserts a new segment at the end of the freeform that's being created, and adds
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SegmentType_|Required|**[MsoSegmentType](./Office.MsoSegmentType.md)**|The type of segment to be added.|
| _EditingType_|Required|**[MsoEditingType](./Office.MsoEditingType.md)**|The editing property of the vertex. If SegmentType is **msoSegmentLine**, EditingType must be **msoEditingAuto**.|
diff --git a/api/PowerPoint.FreeformBuilder.Application.md b/api/PowerPoint.FreeformBuilder.Application.md
index 772eed1723d..dc04169c095 100644
--- a/api/PowerPoint.FreeformBuilder.Application.md
+++ b/api/PowerPoint.FreeformBuilder.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [FreeformBuilder](./PowerPoint.FreeformBuilder.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.FreeformBuilder.ConvertToShape.md b/api/PowerPoint.FreeformBuilder.ConvertToShape.md
index f5ee0960ec2..d4643956535 100644
--- a/api/PowerPoint.FreeformBuilder.ConvertToShape.md
+++ b/api/PowerPoint.FreeformBuilder.ConvertToShape.md
@@ -23,7 +23,7 @@ Creates a shape that has the geometric characteristics of the specified **[Free
_expression_ A variable that represents a [FreeformBuilder](./PowerPoint.FreeformBuilder.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.FreeformBuilder.Creator.md b/api/PowerPoint.FreeformBuilder.Creator.md
index 7709f109863..16f6530ef5e 100644
--- a/api/PowerPoint.FreeformBuilder.Creator.md
+++ b/api/PowerPoint.FreeformBuilder.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [FreeformBuilder](./PowerPoint.FreeformBuilder.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.FreeformBuilder.Parent.md b/api/PowerPoint.FreeformBuilder.Parent.md
index dcd865105f7..a0c223b1551 100644
--- a/api/PowerPoint.FreeformBuilder.Parent.md
+++ b/api/PowerPoint.FreeformBuilder.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [FreeformBuilder](./PowerPoint.FreeformBuilder.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.GroupShapes.Application.md b/api/PowerPoint.GroupShapes.Application.md
index bfd6b3c80a6..563dc19311c 100644
--- a/api/PowerPoint.GroupShapes.Application.md
+++ b/api/PowerPoint.GroupShapes.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [GroupShapes](./PowerPoint.GroupShapes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.GroupShapes.Count.md b/api/PowerPoint.GroupShapes.Count.md
index fcb19e3667d..fe74a8c49fd 100644
--- a/api/PowerPoint.GroupShapes.Count.md
+++ b/api/PowerPoint.GroupShapes.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [GroupShapes](./PowerPoint.GroupShapes.md) object.
-### Return Value
+### Return value
[INT]
diff --git a/api/PowerPoint.GroupShapes.Creator.md b/api/PowerPoint.GroupShapes.Creator.md
index afbbca02f56..b9ef2699e82 100644
--- a/api/PowerPoint.GroupShapes.Creator.md
+++ b/api/PowerPoint.GroupShapes.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [GroupShapes](./PowerPoint.GroupShapes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.GroupShapes.Item.md b/api/PowerPoint.GroupShapes.Item.md
index 8e808f32d62..ba8c36cae8f 100644
--- a/api/PowerPoint.GroupShapes.Item.md
+++ b/api/PowerPoint.GroupShapes.Item.md
@@ -27,11 +27,11 @@ Returns a single **Shape** object from the specified **GroupShapes** collection
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **Shape** object in the collection to be returned.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.GroupShapes.Parent.md b/api/PowerPoint.GroupShapes.Parent.md
index caa85ccdd10..da04f116a7e 100644
--- a/api/PowerPoint.GroupShapes.Parent.md
+++ b/api/PowerPoint.GroupShapes.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [GroupShapes](./PowerPoint.GroupShapes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.GroupShapes.Range.md b/api/PowerPoint.GroupShapes.Range.md
index 7b4d0a19a92..ec7447b2767 100644
--- a/api/PowerPoint.GroupShapes.Range.md
+++ b/api/PowerPoint.GroupShapes.Range.md
@@ -27,11 +27,11 @@ Returns a **ShapeRange** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The individual shapes that are to be included in the range. Can be an **Integer** that specifies the index number of the shape, a **String** that specifies the name of the shape, or an array that contains either integers or strings. If this argument is omitted, the **Range** method returns all the objects in the specified collection.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.HeaderFooter.Application.md b/api/PowerPoint.HeaderFooter.Application.md
index 70314ba456d..c1c17583463 100644
--- a/api/PowerPoint.HeaderFooter.Application.md
+++ b/api/PowerPoint.HeaderFooter.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [HeaderFooter](./PowerPoint.HeaderFooter.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.HeaderFooter.Format.md b/api/PowerPoint.HeaderFooter.Format.md
index 37041f4666c..4d57fe597ec 100644
--- a/api/PowerPoint.HeaderFooter.Format.md
+++ b/api/PowerPoint.HeaderFooter.Format.md
@@ -23,7 +23,7 @@ Returns or sets the format for the automatically updated date and time. Read/wri
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
PpDateTimeFormat
diff --git a/api/PowerPoint.HeaderFooter.Parent.md b/api/PowerPoint.HeaderFooter.Parent.md
index c90fc4d7cad..df5e50af82e 100644
--- a/api/PowerPoint.HeaderFooter.Parent.md
+++ b/api/PowerPoint.HeaderFooter.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [HeaderFooter](./PowerPoint.HeaderFooter.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.HeaderFooter.Text.md b/api/PowerPoint.HeaderFooter.Text.md
index fc35abad8f0..65edd9f75f6 100644
--- a/api/PowerPoint.HeaderFooter.Text.md
+++ b/api/PowerPoint.HeaderFooter.Text.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the text contained in the specifie
_expression_ A variable that represents a [HeaderFooter](./PowerPoint.HeaderFooter.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.HeaderFooter.UseFormat.md b/api/PowerPoint.HeaderFooter.UseFormat.md
index 3ffa01e8ab7..3e1b97c007e 100644
--- a/api/PowerPoint.HeaderFooter.UseFormat.md
+++ b/api/PowerPoint.HeaderFooter.UseFormat.md
@@ -23,7 +23,7 @@ Determines whether the date and time object contains automatically updated infor
_expression_ A variable that represents an [HeaderFooter](./PowerPoint.HeaderFooter.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.HeaderFooter.Visible.md b/api/PowerPoint.HeaderFooter.Visible.md
index 07662961550..d386f5c05d9 100644
--- a/api/PowerPoint.HeaderFooter.Visible.md
+++ b/api/PowerPoint.HeaderFooter.Visible.md
@@ -23,7 +23,7 @@ Returns or sets the visibility of the specified object or the formatting applied
_expression_ A variable that represents a [HeaderFooter](./PowerPoint.HeaderFooter.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.HeadersFooters.Application.md b/api/PowerPoint.HeadersFooters.Application.md
index fcb30a6e8c8..7356404de5e 100644
--- a/api/PowerPoint.HeadersFooters.Application.md
+++ b/api/PowerPoint.HeadersFooters.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [HeadersFooters](./PowerPoint.HeadersFooters.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.HeadersFooters.DateAndTime.md b/api/PowerPoint.HeadersFooters.DateAndTime.md
index 2f7f3830960..b51a1c0fedb 100644
--- a/api/PowerPoint.HeadersFooters.DateAndTime.md
+++ b/api/PowerPoint.HeadersFooters.DateAndTime.md
@@ -23,7 +23,7 @@ Returns a **[HeaderFooter](PowerPoint.HeaderFooter.md)** object that represents
_expression_ A variable that represents a [HeadersFooters](./PowerPoint.HeadersFooters.md) object.
-### Return Value
+### Return value
HeaderFooter
diff --git a/api/PowerPoint.HeadersFooters.DisplayOnTitleSlide.md b/api/PowerPoint.HeadersFooters.DisplayOnTitleSlide.md
index 458dea14a1e..251cf183374 100644
--- a/api/PowerPoint.HeadersFooters.DisplayOnTitleSlide.md
+++ b/api/PowerPoint.HeadersFooters.DisplayOnTitleSlide.md
@@ -23,7 +23,7 @@ Determines whether the footer, date and time, and slide number appear on the tit
_expression_ A variable that represents a [HeadersFooters](./PowerPoint.HeadersFooters.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.HeadersFooters.Footer.md b/api/PowerPoint.HeadersFooters.Footer.md
index ee11e9ec189..51f7d60869f 100644
--- a/api/PowerPoint.HeadersFooters.Footer.md
+++ b/api/PowerPoint.HeadersFooters.Footer.md
@@ -23,7 +23,7 @@ Returns a **[HeaderFooter](PowerPoint.HeaderFooter.md)** object that represents
_expression_ A variable that represents a [HeadersFooters](./PowerPoint.HeadersFooters.md) object.
-### Return Value
+### Return value
HeaderFooter
diff --git a/api/PowerPoint.HeadersFooters.Header.md b/api/PowerPoint.HeadersFooters.Header.md
index 9a20a872fc7..c67d21c1693 100644
--- a/api/PowerPoint.HeadersFooters.Header.md
+++ b/api/PowerPoint.HeadersFooters.Header.md
@@ -23,7 +23,7 @@ Returns a **[HeaderFooter](PowerPoint.HeaderFooter.md)** object that represents
_expression_ A variable that represents a [HeadersFooters](./PowerPoint.HeadersFooters.md) object.
-### Return Value
+### Return value
HeaderFooter
diff --git a/api/PowerPoint.HeadersFooters.Parent.md b/api/PowerPoint.HeadersFooters.Parent.md
index cce0692df84..10c6e938d5d 100644
--- a/api/PowerPoint.HeadersFooters.Parent.md
+++ b/api/PowerPoint.HeadersFooters.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [HeadersFooters](./PowerPoint.HeadersFooters.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.HeadersFooters.SlideNumber.md b/api/PowerPoint.HeadersFooters.SlideNumber.md
index 734a06edf33..825452e9004 100644
--- a/api/PowerPoint.HeadersFooters.SlideNumber.md
+++ b/api/PowerPoint.HeadersFooters.SlideNumber.md
@@ -23,7 +23,7 @@ Returns a **[HeaderFooter](PowerPoint.HeaderFooter.md)** object that represents
_expression_ A variable that represents a [HeadersFooters](./PowerPoint.HeadersFooters.md) object.
-### Return Value
+### Return value
HeaderFooter
diff --git a/api/PowerPoint.Hyperlink.Address.md b/api/PowerPoint.Hyperlink.Address.md
index 506978b7ce1..ae76360b8df 100644
--- a/api/PowerPoint.Hyperlink.Address.md
+++ b/api/PowerPoint.Hyperlink.Address.md
@@ -23,7 +23,7 @@ Returns or sets the Internet address (URL) to the target document. Read/write.
_expression_ A variable that represents an [Hyperlink](./PowerPoint.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Hyperlink.Application.md b/api/PowerPoint.Hyperlink.Application.md
index 8b93a034a4e..d773c41ab83 100644
--- a/api/PowerPoint.Hyperlink.Application.md
+++ b/api/PowerPoint.Hyperlink.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Hyperlink](./PowerPoint.Hyperlink.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Hyperlink.CreateNewDocument.md b/api/PowerPoint.Hyperlink.CreateNewDocument.md
index fc77390d3d0..a5c791218aa 100644
--- a/api/PowerPoint.Hyperlink.CreateNewDocument.md
+++ b/api/PowerPoint.Hyperlink.CreateNewDocument.md
@@ -27,13 +27,13 @@ Creates a new Web presentation associated with the specified hyperlink.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The path and file name of the document.|
| _EditNow_|Required|**[MsoTriState](./Office.MsoTriState.md)**|Determines whether the document is opened immediately in its associated editor.|
| _Overwrite_|Required|**[MsoTriState](./Office.MsoTriState.md)**|Determines whether any existing file of the same name in the same folder is overwritten.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Hyperlink.EmailSubject.md b/api/PowerPoint.Hyperlink.EmailSubject.md
index 3954d8fea9c..b900b57899c 100644
--- a/api/PowerPoint.Hyperlink.EmailSubject.md
+++ b/api/PowerPoint.Hyperlink.EmailSubject.md
@@ -23,7 +23,7 @@ Returns or sets the text string of the hyperlink subject line. The subject line
_expression_ A variable that represents an [Hyperlink](./PowerPoint.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Hyperlink.Parent.md b/api/PowerPoint.Hyperlink.Parent.md
index 6726e5e8e49..8a779268063 100644
--- a/api/PowerPoint.Hyperlink.Parent.md
+++ b/api/PowerPoint.Hyperlink.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Hyperlink](./PowerPoint.Hyperlink.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Hyperlink.ScreenTip.md b/api/PowerPoint.Hyperlink.ScreenTip.md
index 86dac85c73f..dd95b654b1d 100644
--- a/api/PowerPoint.Hyperlink.ScreenTip.md
+++ b/api/PowerPoint.Hyperlink.ScreenTip.md
@@ -23,7 +23,7 @@ Returns or sets the ScreenTip text of a hyperlink. Read/write.
_expression_ A variable that represents a [Hyperlink](./PowerPoint.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Hyperlink.ShowAndReturn.md b/api/PowerPoint.Hyperlink.ShowAndReturn.md
index 49508393c08..4e0c285be4e 100644
--- a/api/PowerPoint.Hyperlink.ShowAndReturn.md
+++ b/api/PowerPoint.Hyperlink.ShowAndReturn.md
@@ -23,7 +23,7 @@ Determines if and under what circumstances Microsoft PowerPoint returns to the i
_expression_ A variable that represents a [Hyperlink](./PowerPoint.Hyperlink.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Hyperlink.SubAddress.md b/api/PowerPoint.Hyperlink.SubAddress.md
index 7f8af86b367..2e8ddc2725d 100644
--- a/api/PowerPoint.Hyperlink.SubAddress.md
+++ b/api/PowerPoint.Hyperlink.SubAddress.md
@@ -23,7 +23,7 @@ Returns or sets the location within a document — such as a bookmark in a word
_expression_ A variable that represents a [Hyperlink](./PowerPoint.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Hyperlink.TextToDisplay.md b/api/PowerPoint.Hyperlink.TextToDisplay.md
index b923400cd0f..5ad1d2743fe 100644
--- a/api/PowerPoint.Hyperlink.TextToDisplay.md
+++ b/api/PowerPoint.Hyperlink.TextToDisplay.md
@@ -23,7 +23,7 @@ Returns or sets the display text for a hyperlink not associated with a graphic.
_expression_ A variable that represents a [Hyperlink](./PowerPoint.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Hyperlink.Type.md b/api/PowerPoint.Hyperlink.Type.md
index 9c5d0d96b28..0e93d565610 100644
--- a/api/PowerPoint.Hyperlink.Type.md
+++ b/api/PowerPoint.Hyperlink.Type.md
@@ -23,7 +23,7 @@ Represents the type of hyperlink. Read-only.
_expression_ A variable that represents a [Hyperlink](./PowerPoint.Hyperlink.md) object.
-### Return Value
+### Return value
MsoHyperlinkType
diff --git a/api/PowerPoint.Hyperlinks.Application.md b/api/PowerPoint.Hyperlinks.Application.md
index 63dd2294746..34c33db7c0f 100644
--- a/api/PowerPoint.Hyperlinks.Application.md
+++ b/api/PowerPoint.Hyperlinks.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Hyperlinks](./PowerPoint.Hyperlinks.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Hyperlinks.Count.md b/api/PowerPoint.Hyperlinks.Count.md
index db6ef52f610..4a87e08ec81 100644
--- a/api/PowerPoint.Hyperlinks.Count.md
+++ b/api/PowerPoint.Hyperlinks.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Hyperlinks](./PowerPoint.Hyperlinks.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Hyperlinks.Item.md b/api/PowerPoint.Hyperlinks.Item.md
index dd10462dd1c..ab75b8cb9ee 100644
--- a/api/PowerPoint.Hyperlinks.Item.md
+++ b/api/PowerPoint.Hyperlinks.Item.md
@@ -27,11 +27,11 @@ Returns a single **Hyperlink** object from the specified **Hyperlinks** collect
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **Hyperlink** object in the collection to be returned.|
-### Return Value
+### Return value
Hyperlink
diff --git a/api/PowerPoint.Hyperlinks.Parent.md b/api/PowerPoint.Hyperlinks.Parent.md
index b6546162d98..9ae4d67555d 100644
--- a/api/PowerPoint.Hyperlinks.Parent.md
+++ b/api/PowerPoint.Hyperlinks.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Hyperlinks](./PowerPoint.Hyperlinks.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Legend.LegendEntries.md b/api/PowerPoint.Legend.LegendEntries.md
index f9b45cb004a..3629b40b4e6 100644
--- a/api/PowerPoint.Legend.LegendEntries.md
+++ b/api/PowerPoint.Legend.LegendEntries.md
@@ -23,7 +23,7 @@ Returns a collection of legend entries for the legend.
_expression_ A variable that represents a '[Legend](PowerPoint.Legend.md)' object.
-### Return Value
+### Return value
A **[LegendEntries](PowerPoint.LegendEntries.md)** object that represents the legend entries for the legend.
diff --git a/api/PowerPoint.LegendEntries.Item.md b/api/PowerPoint.LegendEntries.Item.md
index febb598ffba..de98b476b26 100644
--- a/api/PowerPoint.LegendEntries.Item.md
+++ b/api/PowerPoint.LegendEntries.Item.md
@@ -24,11 +24,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[LegendEntry](PowerPoint.LegendEntry.md)** object that the collection contains.
diff --git a/api/PowerPoint.LineFormat.Application.md b/api/PowerPoint.LineFormat.Application.md
index 0f993ab211b..bc38695987e 100644
--- a/api/PowerPoint.LineFormat.Application.md
+++ b/api/PowerPoint.LineFormat.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.LineFormat.BackColor.md b/api/PowerPoint.LineFormat.BackColor.md
index 11e4e567d22..e19c99b12cb 100644
--- a/api/PowerPoint.LineFormat.BackColor.md
+++ b/api/PowerPoint.LineFormat.BackColor.md
@@ -23,7 +23,7 @@ Returns or sets a **[ColorFormat](PowerPoint.ColorFormat.md)** object that repr
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.LineFormat.BeginArrowheadLength.md b/api/PowerPoint.LineFormat.BeginArrowheadLength.md
index 2f8181b902b..655106b9128 100644
--- a/api/PowerPoint.LineFormat.BeginArrowheadLength.md
+++ b/api/PowerPoint.LineFormat.BeginArrowheadLength.md
@@ -23,7 +23,7 @@ Returns or sets the length of the arrowhead at the beginning of the specified li
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoArrowheadLength
diff --git a/api/PowerPoint.LineFormat.BeginArrowheadStyle.md b/api/PowerPoint.LineFormat.BeginArrowheadStyle.md
index bd5866abb6d..f88c9e561b6 100644
--- a/api/PowerPoint.LineFormat.BeginArrowheadStyle.md
+++ b/api/PowerPoint.LineFormat.BeginArrowheadStyle.md
@@ -23,7 +23,7 @@ Returns or sets the style of the arrowhead at the beginning of the specified lin
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoArrowheadStyle
diff --git a/api/PowerPoint.LineFormat.BeginArrowheadWidth.md b/api/PowerPoint.LineFormat.BeginArrowheadWidth.md
index 62cee859e4b..139fb8c9406 100644
--- a/api/PowerPoint.LineFormat.BeginArrowheadWidth.md
+++ b/api/PowerPoint.LineFormat.BeginArrowheadWidth.md
@@ -23,7 +23,7 @@ Returns or sets the width of the arrowhead at the beginning of the specified lin
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoArrowheadWidth
diff --git a/api/PowerPoint.LineFormat.Creator.md b/api/PowerPoint.LineFormat.Creator.md
index b4c943a943b..de65e53e0dc 100644
--- a/api/PowerPoint.LineFormat.Creator.md
+++ b/api/PowerPoint.LineFormat.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.LineFormat.DashStyle.md b/api/PowerPoint.LineFormat.DashStyle.md
index 816855e0b63..d3bd6ec5ba3 100644
--- a/api/PowerPoint.LineFormat.DashStyle.md
+++ b/api/PowerPoint.LineFormat.DashStyle.md
@@ -23,7 +23,7 @@ Returns or sets the dash style for the specified line. Read/write.
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoLineDashStyle
diff --git a/api/PowerPoint.LineFormat.EndArrowheadLength.md b/api/PowerPoint.LineFormat.EndArrowheadLength.md
index e86a2abeb0f..a3df51b05c2 100644
--- a/api/PowerPoint.LineFormat.EndArrowheadLength.md
+++ b/api/PowerPoint.LineFormat.EndArrowheadLength.md
@@ -23,7 +23,7 @@ Returns or sets the length of the arrowhead at the end of the specified line. Re
_expression_ A variable that represents an [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoArrowheadLength
diff --git a/api/PowerPoint.LineFormat.EndArrowheadStyle.md b/api/PowerPoint.LineFormat.EndArrowheadStyle.md
index f3854331235..03aee36a9f4 100644
--- a/api/PowerPoint.LineFormat.EndArrowheadStyle.md
+++ b/api/PowerPoint.LineFormat.EndArrowheadStyle.md
@@ -23,7 +23,7 @@ Returns or sets the style of the arrowhead at the end of the specified line. Rea
_expression_ A variable that represents an [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoArrowheadStyle
diff --git a/api/PowerPoint.LineFormat.EndArrowheadWidth.md b/api/PowerPoint.LineFormat.EndArrowheadWidth.md
index ee69b674deb..9f0f4e29eac 100644
--- a/api/PowerPoint.LineFormat.EndArrowheadWidth.md
+++ b/api/PowerPoint.LineFormat.EndArrowheadWidth.md
@@ -23,7 +23,7 @@ Returns or sets the width of the arrowhead at the end of the specified line. Rea
_expression_ A variable that represents an [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoArrowheadWidth
diff --git a/api/PowerPoint.LineFormat.ForeColor.md b/api/PowerPoint.LineFormat.ForeColor.md
index 05064dddb6d..e6b90622376 100644
--- a/api/PowerPoint.LineFormat.ForeColor.md
+++ b/api/PowerPoint.LineFormat.ForeColor.md
@@ -23,7 +23,7 @@ Returns or sets a **[ColorFormat](PowerPoint.ColorFormat.md)** object that repr
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.LineFormat.InsetPen.md b/api/PowerPoint.LineFormat.InsetPen.md
index aae207b5716..11e40e394f4 100644
--- a/api/PowerPoint.LineFormat.InsetPen.md
+++ b/api/PowerPoint.LineFormat.InsetPen.md
@@ -23,7 +23,7 @@ Detemines whether to draw lines on the inside of a specified shape. Read/write.
_expression_ A variable that represents an [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.LineFormat.Parent.md b/api/PowerPoint.LineFormat.Parent.md
index ec265efc8eb..2b06f4c6d78 100644
--- a/api/PowerPoint.LineFormat.Parent.md
+++ b/api/PowerPoint.LineFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.LineFormat.Pattern.md b/api/PowerPoint.LineFormat.Pattern.md
index cb8f1997c12..5a16de4d54d 100644
--- a/api/PowerPoint.LineFormat.Pattern.md
+++ b/api/PowerPoint.LineFormat.Pattern.md
@@ -23,7 +23,7 @@ Sets or returns a value that represents the pattern applied to the specified lin
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
[MsoPatternType](./Office.MsoPatternType.md)
diff --git a/api/PowerPoint.LineFormat.Style.md b/api/PowerPoint.LineFormat.Style.md
index 14c90a505ac..ca567d5f304 100644
--- a/api/PowerPoint.LineFormat.Style.md
+++ b/api/PowerPoint.LineFormat.Style.md
@@ -23,7 +23,7 @@ Returns or sets the line style. Read/write.
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoLineStyle
diff --git a/api/PowerPoint.LineFormat.Transparency.md b/api/PowerPoint.LineFormat.Transparency.md
index 65b42cc12a8..4fc7bdb3b9c 100644
--- a/api/PowerPoint.LineFormat.Transparency.md
+++ b/api/PowerPoint.LineFormat.Transparency.md
@@ -23,7 +23,7 @@ Returns or sets the degree of transparency of the specified fill, shadow, or lin
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.LineFormat.Visible.md b/api/PowerPoint.LineFormat.Visible.md
index 49e0c86f8b8..60591a32081 100644
--- a/api/PowerPoint.LineFormat.Visible.md
+++ b/api/PowerPoint.LineFormat.Visible.md
@@ -23,7 +23,7 @@ Returns or sets the visibility of the specified object or the formatting applied
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.LineFormat.Weight.md b/api/PowerPoint.LineFormat.Weight.md
index 181e0b23995..e89ff807954 100644
--- a/api/PowerPoint.LineFormat.Weight.md
+++ b/api/PowerPoint.LineFormat.Weight.md
@@ -23,7 +23,7 @@ Returns or sets the thickness of the specified line, in points. Read/write.
_expression_ A variable that represents a [LineFormat](./PowerPoint.LineFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.LinkFormat.Application.md b/api/PowerPoint.LinkFormat.Application.md
index e93b0fbf624..993cac59a70 100644
--- a/api/PowerPoint.LinkFormat.Application.md
+++ b/api/PowerPoint.LinkFormat.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [LinkFormat](./PowerPoint.LinkFormat.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.LinkFormat.AutoUpdate.md b/api/PowerPoint.LinkFormat.AutoUpdate.md
index b7f5a8dc38e..3ecb1cd90fa 100644
--- a/api/PowerPoint.LinkFormat.AutoUpdate.md
+++ b/api/PowerPoint.LinkFormat.AutoUpdate.md
@@ -23,7 +23,7 @@ Returns or sets the way the link will be updated. Read/write.
_expression_ A variable that represents an [LinkFormat](./PowerPoint.LinkFormat.md) object.
-### Return Value
+### Return value
PpUpdateOption
diff --git a/api/PowerPoint.LinkFormat.BreakLink.md b/api/PowerPoint.LinkFormat.BreakLink.md
index b8a78d0fa64..ce3dcad1ef8 100644
--- a/api/PowerPoint.LinkFormat.BreakLink.md
+++ b/api/PowerPoint.LinkFormat.BreakLink.md
@@ -23,7 +23,7 @@ Breaks the link between the source file and the specified OLE object, picture, o
_expression_ An expression that returns a [LinkFormat](./PowerPoint.LinkFormat.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.LinkFormat.Parent.md b/api/PowerPoint.LinkFormat.Parent.md
index 0a385db58c4..446ae0b1897 100644
--- a/api/PowerPoint.LinkFormat.Parent.md
+++ b/api/PowerPoint.LinkFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [LinkFormat](./PowerPoint.LinkFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.LinkFormat.SourceFullName.md b/api/PowerPoint.LinkFormat.SourceFullName.md
index a90ae5dced7..7699b5fb9b0 100644
--- a/api/PowerPoint.LinkFormat.SourceFullName.md
+++ b/api/PowerPoint.LinkFormat.SourceFullName.md
@@ -23,7 +23,7 @@ Returns or sets the name and path of the source file for the linked OLE object.
_expression_ A variable that represents a [LinkFormat](./PowerPoint.LinkFormat.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Master.Application.md b/api/PowerPoint.Master.Application.md
index 6599cc6b85e..5c9cd3627ad 100644
--- a/api/PowerPoint.Master.Application.md
+++ b/api/PowerPoint.Master.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Master.ApplyTheme.md b/api/PowerPoint.Master.ApplyTheme.md
index 8ca8483708e..91152277c66 100644
--- a/api/PowerPoint.Master.ApplyTheme.md
+++ b/api/PowerPoint.Master.ApplyTheme.md
@@ -27,7 +27,7 @@ Applies a theme or design template to the specified slide master, title master,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _themeName_|Required|**String**|The path and name of the theme file (.thmx) or design template file (.pot) to apply to the **Master** object.|
diff --git a/api/PowerPoint.Master.Background.md b/api/PowerPoint.Master.Background.md
index 7ebfd865c9e..4b2cf9d323a 100644
--- a/api/PowerPoint.Master.Background.md
+++ b/api/PowerPoint.Master.Background.md
@@ -23,7 +23,7 @@ Returns a **[ShapeRange](PowerPoint.ShapeRange.md)** object that represents the
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.Master.ColorScheme.md b/api/PowerPoint.Master.ColorScheme.md
index d8856fd70ed..487f591a105 100644
--- a/api/PowerPoint.Master.ColorScheme.md
+++ b/api/PowerPoint.Master.ColorScheme.md
@@ -23,7 +23,7 @@ Returns or sets the **[ColorScheme](PowerPoint.ColorScheme.md)** object that re
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
ColorScheme
diff --git a/api/PowerPoint.Master.CustomLayouts.md b/api/PowerPoint.Master.CustomLayouts.md
index d1c326a2536..198a34237f8 100644
--- a/api/PowerPoint.Master.CustomLayouts.md
+++ b/api/PowerPoint.Master.CustomLayouts.md
@@ -23,7 +23,7 @@ Returns a **[CustomLayouts](PowerPoint.CustomLayouts.md)** object that represen
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
CustomLayouts
diff --git a/api/PowerPoint.Master.CustomerData.md b/api/PowerPoint.Master.CustomerData.md
index cce2b490dc9..e95c44b8f54 100644
--- a/api/PowerPoint.Master.CustomerData.md
+++ b/api/PowerPoint.Master.CustomerData.md
@@ -23,7 +23,7 @@ Returns a **[CustomerData](PowerPoint.CustomerData.md)** object. Read-only.
_expression_ An expression that returns a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
CustomerData
diff --git a/api/PowerPoint.Master.Design.md b/api/PowerPoint.Master.Design.md
index 54806d0a1d2..3ed99b74528 100644
--- a/api/PowerPoint.Master.Design.md
+++ b/api/PowerPoint.Master.Design.md
@@ -23,7 +23,7 @@ Returns a **Design** object representing a design.
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
Design
diff --git a/api/PowerPoint.Master.HeadersFooters.md b/api/PowerPoint.Master.HeadersFooters.md
index aeaea0fd35b..7206d400831 100644
--- a/api/PowerPoint.Master.HeadersFooters.md
+++ b/api/PowerPoint.Master.HeadersFooters.md
@@ -23,7 +23,7 @@ Returns a **[HeadersFooters](PowerPoint.HeadersFooters.md)** collection that re
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
HeadersFooters
diff --git a/api/PowerPoint.Master.Height.md b/api/PowerPoint.Master.Height.md
index 49c3c80d546..97b4a3a451b 100644
--- a/api/PowerPoint.Master.Height.md
+++ b/api/PowerPoint.Master.Height.md
@@ -23,7 +23,7 @@ Returns or sets the height of the specified object, in points. Read-only.
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Master.Hyperlinks.md b/api/PowerPoint.Master.Hyperlinks.md
index 79abadd1cf7..f481b750d40 100644
--- a/api/PowerPoint.Master.Hyperlinks.md
+++ b/api/PowerPoint.Master.Hyperlinks.md
@@ -23,7 +23,7 @@ Returns a **[Hyperlinks](PowerPoint.Hyperlinks.md)** collection that represents
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
Hyperlinks
diff --git a/api/PowerPoint.Master.Name.md b/api/PowerPoint.Master.Name.md
index ac86d3a5797..69ac3e58b9f 100644
--- a/api/PowerPoint.Master.Name.md
+++ b/api/PowerPoint.Master.Name.md
@@ -23,7 +23,7 @@ Returns or sets the name of the specified object. Read/write.
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Master.Parent.md b/api/PowerPoint.Master.Parent.md
index 67fe500e690..6cbbb1c8354 100644
--- a/api/PowerPoint.Master.Parent.md
+++ b/api/PowerPoint.Master.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Master.Shapes.md b/api/PowerPoint.Master.Shapes.md
index a8d314943a6..ab4f09e659d 100644
--- a/api/PowerPoint.Master.Shapes.md
+++ b/api/PowerPoint.Master.Shapes.md
@@ -23,7 +23,7 @@ Returns a **[Shapes](PowerPoint.Shapes.md)** collection that represents all the
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
Shapes
diff --git a/api/PowerPoint.Master.SlideShowTransition.md b/api/PowerPoint.Master.SlideShowTransition.md
index 8d60a031418..8ae39e88d5a 100644
--- a/api/PowerPoint.Master.SlideShowTransition.md
+++ b/api/PowerPoint.Master.SlideShowTransition.md
@@ -23,7 +23,7 @@ Returns a **[SlideShowTransition](PowerPoint.SlideShowTransition.md)** object t
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
SlideShowTransition
diff --git a/api/PowerPoint.Master.TextStyles.md b/api/PowerPoint.Master.TextStyles.md
index 2b862349476..79bccce5222 100644
--- a/api/PowerPoint.Master.TextStyles.md
+++ b/api/PowerPoint.Master.TextStyles.md
@@ -23,7 +23,7 @@ Returns a **[TextStyles](PowerPoint.TextStyles.md)** collection that represents
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
TextStyles
diff --git a/api/PowerPoint.Master.Theme.md b/api/PowerPoint.Master.Theme.md
index 6c4e06617c8..f05c4ce1dcb 100644
--- a/api/PowerPoint.Master.Theme.md
+++ b/api/PowerPoint.Master.Theme.md
@@ -23,7 +23,7 @@ Returns a **Theme** object that represents the theme used by the specified slid
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
Theme
diff --git a/api/PowerPoint.Master.TimeLine.md b/api/PowerPoint.Master.TimeLine.md
index 598b8e22eda..6c13e090c59 100644
--- a/api/PowerPoint.Master.TimeLine.md
+++ b/api/PowerPoint.Master.TimeLine.md
@@ -23,7 +23,7 @@ Returns a **[TimeLine](PowerPoint.TimeLine.md)** object that represents the ani
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
TimeLine
diff --git a/api/PowerPoint.Master.Width.md b/api/PowerPoint.Master.Width.md
index 740312dcf7a..61038846397 100644
--- a/api/PowerPoint.Master.Width.md
+++ b/api/PowerPoint.Master.Width.md
@@ -23,7 +23,7 @@ Returns the width of the specified object, in points. Read-only.
_expression_ A variable that represents a [Master](./PowerPoint.Master.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.MediaBookmark.Delete.md b/api/PowerPoint.MediaBookmark.Delete.md
index 1ac2c46bd7c..6b69db09096 100644
--- a/api/PowerPoint.MediaBookmark.Delete.md
+++ b/api/PowerPoint.MediaBookmark.Delete.md
@@ -23,7 +23,7 @@ Deletes the bookmark from the collection.
_expression_ A variable that represents a [MediaBookmark](./PowerPoint.MediaBookmark.md) object.
-### Return Value
+### Return value
None
diff --git a/api/PowerPoint.MediaBookmarks.Add.md b/api/PowerPoint.MediaBookmarks.Add.md
index aeb1db565b1..bd1f0a9a0e6 100644
--- a/api/PowerPoint.MediaBookmarks.Add.md
+++ b/api/PowerPoint.MediaBookmarks.Add.md
@@ -27,12 +27,12 @@ Adds a new **MediaBookmark** at the specified time and using the specified name
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Position_|Required|**Long**|The position of the **MediaBookmark**.|
| _Name_|Required|**String**|The name of the **MediaBookmark**.|
-### Return Value
+### Return value
MediaBookmark
diff --git a/api/PowerPoint.MediaBookmarks.Item.md b/api/PowerPoint.MediaBookmarks.Item.md
index f6756ecbb7e..b3d8b379cfd 100644
--- a/api/PowerPoint.MediaBookmarks.Item.md
+++ b/api/PowerPoint.MediaBookmarks.Item.md
@@ -27,11 +27,11 @@ Returns the specified **MediaBookmark**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**[INT]**|The position of the **MediaBookmark**.|
-### Return Value
+### Return value
MediaBookmark
diff --git a/api/PowerPoint.MediaFormat.Application.md b/api/PowerPoint.MediaFormat.Application.md
index c243c372fb8..69c854478c7 100644
--- a/api/PowerPoint.MediaFormat.Application.md
+++ b/api/PowerPoint.MediaFormat.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.MediaFormat.AudioCompressionType.md b/api/PowerPoint.MediaFormat.AudioCompressionType.md
index 91cfba4cf56..468b64f565f 100644
--- a/api/PowerPoint.MediaFormat.AudioCompressionType.md
+++ b/api/PowerPoint.MediaFormat.AudioCompressionType.md
@@ -23,7 +23,7 @@ Returns the audio compression format. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.MediaFormat.AudioSamplingRate.md b/api/PowerPoint.MediaFormat.AudioSamplingRate.md
index d7db3d973e7..1f5dd416196 100644
--- a/api/PowerPoint.MediaFormat.AudioSamplingRate.md
+++ b/api/PowerPoint.MediaFormat.AudioSamplingRate.md
@@ -23,7 +23,7 @@ Returns the audio sampling rate per second for the media. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.MediaFormat.EndPoint.md b/api/PowerPoint.MediaFormat.EndPoint.md
index e919f928847..7d26028fd06 100644
--- a/api/PowerPoint.MediaFormat.EndPoint.md
+++ b/api/PowerPoint.MediaFormat.EndPoint.md
@@ -23,7 +23,7 @@ Gets or sets the time of the end point of the trim region of the media. Read/wri
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.MediaFormat.FadeInDuration.md b/api/PowerPoint.MediaFormat.FadeInDuration.md
index c896ccdd3e5..3486cc99e6f 100644
--- a/api/PowerPoint.MediaFormat.FadeInDuration.md
+++ b/api/PowerPoint.MediaFormat.FadeInDuration.md
@@ -23,7 +23,7 @@ Gets or sets the duration of the fade in of the media, in milliseconds. Read/wri
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.MediaFormat.FadeOutDuration.md b/api/PowerPoint.MediaFormat.FadeOutDuration.md
index e73325ee258..5d6d0c747f9 100644
--- a/api/PowerPoint.MediaFormat.FadeOutDuration.md
+++ b/api/PowerPoint.MediaFormat.FadeOutDuration.md
@@ -23,7 +23,7 @@ Gets or sets the duration of the fadeout of the media, in milliseconds. Read/wri
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.MediaFormat.IsEmbedded.md b/api/PowerPoint.MediaFormat.IsEmbedded.md
index 5a8e2b33079..95d2eb704c0 100644
--- a/api/PowerPoint.MediaFormat.IsEmbedded.md
+++ b/api/PowerPoint.MediaFormat.IsEmbedded.md
@@ -23,7 +23,7 @@ Returns whether the media file is embedded. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.MediaFormat.IsLinked.md b/api/PowerPoint.MediaFormat.IsLinked.md
index df445fb06ea..65979fb9399 100644
--- a/api/PowerPoint.MediaFormat.IsLinked.md
+++ b/api/PowerPoint.MediaFormat.IsLinked.md
@@ -23,7 +23,7 @@ Returns whether the media file is linked. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.MediaFormat.Length.md b/api/PowerPoint.MediaFormat.Length.md
index dc4953beca5..cceb19df3ee 100644
--- a/api/PowerPoint.MediaFormat.Length.md
+++ b/api/PowerPoint.MediaFormat.Length.md
@@ -23,7 +23,7 @@ Returns the total length of the media in time units. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.MediaFormat.MediaBookmarks.md b/api/PowerPoint.MediaFormat.MediaBookmarks.md
index fbac4efe9bc..654921dface 100644
--- a/api/PowerPoint.MediaFormat.MediaBookmarks.md
+++ b/api/PowerPoint.MediaFormat.MediaBookmarks.md
@@ -23,7 +23,7 @@ Returns a **MediaBookmarks** collection that represents the media bookmarks ass
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
MediaBookmarks
diff --git a/api/PowerPoint.MediaFormat.Muted.md b/api/PowerPoint.MediaFormat.Muted.md
index 1d83254e605..9e1ab55f809 100644
--- a/api/PowerPoint.MediaFormat.Muted.md
+++ b/api/PowerPoint.MediaFormat.Muted.md
@@ -23,7 +23,7 @@ Returns whether audio playback of the media is muted. Read/write
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.MediaFormat.Parent.md b/api/PowerPoint.MediaFormat.Parent.md
index e1d86ced42c..7ec4728ad63 100644
--- a/api/PowerPoint.MediaFormat.Parent.md
+++ b/api/PowerPoint.MediaFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.MediaFormat.Resample.md b/api/PowerPoint.MediaFormat.Resample.md
index 8427e5b4384..acce244ee6b 100644
--- a/api/PowerPoint.MediaFormat.Resample.md
+++ b/api/PowerPoint.MediaFormat.Resample.md
@@ -27,7 +27,7 @@ Adds the current media object to the queue and begins resampling, based on the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Trim_|Optional|**Boolean**|Whether to trim the sample.|
| _SampleHeight_|Optional|**Integer**|The sample resolution height.|
@@ -36,7 +36,7 @@ Adds the current media object to the queue and begins resampling, based on the s
| _AudioSamplingRate_|Optional|**Long**|The audio sampling rate, in bits per second.|
| _VideoBitRate_|Optional|**Long**|The video bit rate, in bits per second.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.MediaFormat.ResampleFromProfile.md b/api/PowerPoint.MediaFormat.ResampleFromProfile.md
index 140d25c8667..646875bd5a0 100644
--- a/api/PowerPoint.MediaFormat.ResampleFromProfile.md
+++ b/api/PowerPoint.MediaFormat.ResampleFromProfile.md
@@ -27,11 +27,11 @@ Adds the current media object to the queue and begins resampling base on the spe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _profile_|Optional|**PpResampleMediaProfile**|The resample media profile to use.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.MediaFormat.ResamplingStatus.md b/api/PowerPoint.MediaFormat.ResamplingStatus.md
index 59fce598d34..2114601db7c 100644
--- a/api/PowerPoint.MediaFormat.ResamplingStatus.md
+++ b/api/PowerPoint.MediaFormat.ResamplingStatus.md
@@ -23,7 +23,7 @@ Returns the resampling task status. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
PpMediaTaskStatus
diff --git a/api/PowerPoint.MediaFormat.SampleHeight.md b/api/PowerPoint.MediaFormat.SampleHeight.md
index 80c26a984b7..fedb0ba4292 100644
--- a/api/PowerPoint.MediaFormat.SampleHeight.md
+++ b/api/PowerPoint.MediaFormat.SampleHeight.md
@@ -23,7 +23,7 @@ Returns the resolution height of the sample media. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.MediaFormat.SampleWidth.md b/api/PowerPoint.MediaFormat.SampleWidth.md
index c8fd6e8ace9..60398bef34e 100644
--- a/api/PowerPoint.MediaFormat.SampleWidth.md
+++ b/api/PowerPoint.MediaFormat.SampleWidth.md
@@ -23,7 +23,7 @@ Returns the resolution width of the media sample. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.MediaFormat.SetDisplayPicture.md b/api/PowerPoint.MediaFormat.SetDisplayPicture.md
index 0835e8913a0..c12ff80fa5b 100644
--- a/api/PowerPoint.MediaFormat.SetDisplayPicture.md
+++ b/api/PowerPoint.MediaFormat.SetDisplayPicture.md
@@ -27,11 +27,11 @@ Sets the display picture at the specified time position.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Position_|Required|**Long**|The time position in the media to set the display picture.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.MediaFormat.SetDisplayPictureFromFile.md b/api/PowerPoint.MediaFormat.SetDisplayPictureFromFile.md
index e168c9fbb31..7c8dc68a6c4 100644
--- a/api/PowerPoint.MediaFormat.SetDisplayPictureFromFile.md
+++ b/api/PowerPoint.MediaFormat.SetDisplayPictureFromFile.md
@@ -27,11 +27,11 @@ Sets the display picture from a picture file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FilePath_|Required|**String**|The path to the display picture file. |
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.MediaFormat.StartPoint.md b/api/PowerPoint.MediaFormat.StartPoint.md
index a0dbc1bf520..734f18da783 100644
--- a/api/PowerPoint.MediaFormat.StartPoint.md
+++ b/api/PowerPoint.MediaFormat.StartPoint.md
@@ -23,7 +23,7 @@ Gets or sets the start point of the trim region. Read/write.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.MediaFormat.VideoCompressionType.md b/api/PowerPoint.MediaFormat.VideoCompressionType.md
index 7f328b10909..bfbd744331d 100644
--- a/api/PowerPoint.MediaFormat.VideoCompressionType.md
+++ b/api/PowerPoint.MediaFormat.VideoCompressionType.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the video compression format of the media.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.MediaFormat.VideoFrameRate.md b/api/PowerPoint.MediaFormat.VideoFrameRate.md
index bf03af9a114..c803852cdb8 100644
--- a/api/PowerPoint.MediaFormat.VideoFrameRate.md
+++ b/api/PowerPoint.MediaFormat.VideoFrameRate.md
@@ -23,7 +23,7 @@ Returns the video frame rate per second of the media. Read-only.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.MediaFormat.Volume.md b/api/PowerPoint.MediaFormat.Volume.md
index 5d5d462136e..f92de93c831 100644
--- a/api/PowerPoint.MediaFormat.Volume.md
+++ b/api/PowerPoint.MediaFormat.Volume.md
@@ -23,7 +23,7 @@ Gets or sets the volume of the media. Read/write.
_expression_ An expression that returns a [MediaFormat](./PowerPoint.MediaFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.MotionEffect.Application.md b/api/PowerPoint.MotionEffect.Application.md
index 050782ed996..f7600e53e5a 100644
--- a/api/PowerPoint.MotionEffect.Application.md
+++ b/api/PowerPoint.MotionEffect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [MotionEffect](./PowerPoint.MotionEffect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.MotionEffect.ByX.md b/api/PowerPoint.MotionEffect.ByX.md
index 7b17fff1a6f..e7319c0814d 100644
--- a/api/PowerPoint.MotionEffect.ByX.md
+++ b/api/PowerPoint.MotionEffect.ByX.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents scaling or moving an object horizo
_expression_ A variable that represents a [MotionEffect](./PowerPoint.MotionEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.MotionEffect.ByY.md b/api/PowerPoint.MotionEffect.ByY.md
index 8507e1626b7..f63c58cbc56 100644
--- a/api/PowerPoint.MotionEffect.ByY.md
+++ b/api/PowerPoint.MotionEffect.ByY.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents scaling or moving an object VERTIC
_expression_ A variable that represents a [MotionEffect](./PowerPoint.MotionEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.MotionEffect.FromX.md b/api/PowerPoint.MotionEffect.FromX.md
index daf31e8b026..9bb9c11c818 100644
--- a/api/PowerPoint.MotionEffect.FromX.md
+++ b/api/PowerPoint.MotionEffect.FromX.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents the starting width or horizontal p
_expression_ A variable that represents a [MotionEffect](./PowerPoint.MotionEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.MotionEffect.FromY.md b/api/PowerPoint.MotionEffect.FromY.md
index a8daa27f040..8bc8db83431 100644
--- a/api/PowerPoint.MotionEffect.FromY.md
+++ b/api/PowerPoint.MotionEffect.FromY.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the vertical position of a **[Moti
_expression_ A variable that represents a [MotionEffect](./PowerPoint.MotionEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.MotionEffect.Parent.md b/api/PowerPoint.MotionEffect.Parent.md
index f2fff7388d9..9b74392568c 100644
--- a/api/PowerPoint.MotionEffect.Parent.md
+++ b/api/PowerPoint.MotionEffect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [MotionEffect](./PowerPoint.MotionEffect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.MotionEffect.Path.md b/api/PowerPoint.MotionEffect.Path.md
index 08f8dd10f47..40fefbe2084 100644
--- a/api/PowerPoint.MotionEffect.Path.md
+++ b/api/PowerPoint.MotionEffect.Path.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the path followed by a **[MotionEffect](Po
_expression_ A variable that represents a [MotionEffect](./PowerPoint.MotionEffect.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.MotionEffect.ToX.md b/api/PowerPoint.MotionEffect.ToX.md
index 3f2fc517594..afc1cae98c1 100644
--- a/api/PowerPoint.MotionEffect.ToX.md
+++ b/api/PowerPoint.MotionEffect.ToX.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents the horizontal position of a **[Mo
_expression_ A variable that represents a [MotionEffect](./PowerPoint.MotionEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.MotionEffect.ToY.md b/api/PowerPoint.MotionEffect.ToY.md
index a2151e4919d..109de5711f1 100644
--- a/api/PowerPoint.MotionEffect.ToY.md
+++ b/api/PowerPoint.MotionEffect.ToY.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the vertical position of a **[Moti
_expression_ A variable that represents a [MotionEffect](./PowerPoint.MotionEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.MsoAnimAccumulate.md b/api/PowerPoint.MsoAnimAccumulate.md
index 01b5f551149..6a94219dd1d 100644
--- a/api/PowerPoint.MsoAnimAccumulate.md
+++ b/api/PowerPoint.MsoAnimAccumulate.md
@@ -17,7 +17,7 @@ Specifies whether animation behaviors accumulate.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimAccumulateAlways**|2|Accumulates with other animation behaviors.|
|**msoAnimAccumulateNone**|1|Does not accumulate.|
diff --git a/api/PowerPoint.MsoAnimAdditive.md b/api/PowerPoint.MsoAnimAdditive.md
index 1c419e2d671..aaa8c9e711e 100644
--- a/api/PowerPoint.MsoAnimAdditive.md
+++ b/api/PowerPoint.MsoAnimAdditive.md
@@ -14,7 +14,7 @@ Specifies whether the current animation behavior is combined with other running
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimAdditiveAddBase**|1|Uses the animation behavior of the base animations.|
|**msoAnimAdditiveAddSum**|2|Adds together the animation behavior of multiple animations.|
diff --git a/api/PowerPoint.MsoAnimAfterEffect.md b/api/PowerPoint.MsoAnimAfterEffect.md
index d62c87ff988..fa8718607c6 100644
--- a/api/PowerPoint.MsoAnimAfterEffect.md
+++ b/api/PowerPoint.MsoAnimAfterEffect.md
@@ -14,7 +14,7 @@ Indicates whether an after effect appears dimmed, hidden, or unchanged after it
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimAfterEffectDim**|1|Dimmed|
|**msoAnimAfterEffectHide**|2|Hidden|
diff --git a/api/PowerPoint.MsoAnimCommandType.md b/api/PowerPoint.MsoAnimCommandType.md
index 348da309f91..f172d30ff38 100644
--- a/api/PowerPoint.MsoAnimCommandType.md
+++ b/api/PowerPoint.MsoAnimCommandType.md
@@ -14,7 +14,7 @@ Constants that specify the type of the animation command, passed to and returned
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimCommandTypeCall**|1|Call|
|**msoAnimCommandTypeEvent**|0|Event|
diff --git a/api/PowerPoint.MsoAnimDirection.md b/api/PowerPoint.MsoAnimDirection.md
index ccccebe627c..0ad1a002e57 100644
--- a/api/PowerPoint.MsoAnimDirection.md
+++ b/api/PowerPoint.MsoAnimDirection.md
@@ -14,7 +14,7 @@ Specifies the direction used for an animation effect.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimDirectionAcross**|18|Across|
|**msoAnimDirectionBottom**|11|Bottom|
diff --git a/api/PowerPoint.MsoAnimEffect.md b/api/PowerPoint.MsoAnimEffect.md
index 017709031cf..e77324a5c90 100644
--- a/api/PowerPoint.MsoAnimEffect.md
+++ b/api/PowerPoint.MsoAnimEffect.md
@@ -14,7 +14,7 @@ Specifies the type of animation effect.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimEffectAppear**|1|Appears|
|**msoAnimEffectArcUp**|47|Arcs Up|
diff --git a/api/PowerPoint.MsoAnimEffectAfter.md b/api/PowerPoint.MsoAnimEffectAfter.md
index e66bf8c81dd..b7509eae2b7 100644
--- a/api/PowerPoint.MsoAnimEffectAfter.md
+++ b/api/PowerPoint.MsoAnimEffectAfter.md
@@ -14,7 +14,7 @@ Not used with PowerPoint.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimEffectAfterFreeze**|1|After freeze.|
|**msoAnimEffectAfterHold**|3|After hold.|
diff --git a/api/PowerPoint.MsoAnimEffectRestart.md b/api/PowerPoint.MsoAnimEffectRestart.md
index dbc8a747c19..a4edd008acc 100644
--- a/api/PowerPoint.MsoAnimEffectRestart.md
+++ b/api/PowerPoint.MsoAnimEffectRestart.md
@@ -14,7 +14,7 @@ Specifies whether the animation effect restarts after the effect has started onc
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimEffectRestartAlways**|1|Always restarts.|
|**msoAnimEffectRestartNever**|3|Never restarts.|
diff --git a/api/PowerPoint.MsoAnimFilterEffectSubtype.md b/api/PowerPoint.MsoAnimFilterEffectSubtype.md
index 56f83b96568..9fa2ea48e36 100644
--- a/api/PowerPoint.MsoAnimFilterEffectSubtype.md
+++ b/api/PowerPoint.MsoAnimFilterEffectSubtype.md
@@ -14,7 +14,7 @@ Specifies the subtype of the filter effect.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimFilterEffectSubtypeAcross**|9|Across|
|**msoAnimFilterEffectSubtypeDown**|25|Down|
diff --git a/api/PowerPoint.MsoAnimFilterEffectType.md b/api/PowerPoint.MsoAnimFilterEffectType.md
index 2c4c84e0d8d..69ac95aa4d1 100644
--- a/api/PowerPoint.MsoAnimFilterEffectType.md
+++ b/api/PowerPoint.MsoAnimFilterEffectType.md
@@ -14,7 +14,7 @@ Constants that specify the type of animation filter effect, passed to and return
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimFilterEffectTypeBarn**|1|Barn|
|**msoAnimFilterEffectTypeBlinds**|2|Blinds|
diff --git a/api/PowerPoint.MsoAnimProperty.md b/api/PowerPoint.MsoAnimProperty.md
index 4d4c5d0436d..a295264782e 100644
--- a/api/PowerPoint.MsoAnimProperty.md
+++ b/api/PowerPoint.MsoAnimProperty.md
@@ -14,7 +14,7 @@ Represents an animation property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimColor**|7|Color|
|**msoAnimHeight**|4|Height|
diff --git a/api/PowerPoint.MsoAnimTextUnitEffect.md b/api/PowerPoint.MsoAnimTextUnitEffect.md
index eaf4b46f4ca..bb6fdb448a6 100644
--- a/api/PowerPoint.MsoAnimTextUnitEffect.md
+++ b/api/PowerPoint.MsoAnimTextUnitEffect.md
@@ -14,7 +14,7 @@ Specifies how special effects are applied to the animation for the specified tex
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimTextUnitEffectByCharacter**|1|By character.|
|**msoAnimTextUnitEffectByParagraph**|0|By paragraph.|
diff --git a/api/PowerPoint.MsoAnimTriggerType.md b/api/PowerPoint.MsoAnimTriggerType.md
index 722bc097e46..cb4ebdd7c5c 100644
--- a/api/PowerPoint.MsoAnimTriggerType.md
+++ b/api/PowerPoint.MsoAnimTriggerType.md
@@ -14,7 +14,7 @@ The action that triggers the animation effect. The default value is **msoAnimTr
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimTriggerAfterPrevious**|3|After the **Previous** button is clicked.|
|**msoAnimTriggerMixed**|-1|Mixed actions.|
diff --git a/api/PowerPoint.MsoAnimType.md b/api/PowerPoint.MsoAnimType.md
index c3065a401ae..9ff87e1b38d 100644
--- a/api/PowerPoint.MsoAnimType.md
+++ b/api/PowerPoint.MsoAnimType.md
@@ -14,7 +14,7 @@ Specifies the type of animation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimTypeColor**|2|Color|
|**msoAnimTypeCommand**|6|Command|
diff --git a/api/PowerPoint.MsoAnimateByLevel.md b/api/PowerPoint.MsoAnimateByLevel.md
index 1cdb5f30d07..2ab65e1bd7b 100644
--- a/api/PowerPoint.MsoAnimateByLevel.md
+++ b/api/PowerPoint.MsoAnimateByLevel.md
@@ -14,7 +14,7 @@ Specifies for charts, diagrams, or text, the level to which the animation effect
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoAnimateChartAllAtOnce**|7|Animate chart all at once|
|**msoAnimateChartByCategory**|8|Animate chart by category|
diff --git a/api/PowerPoint.MsoClickState.md b/api/PowerPoint.MsoClickState.md
index 5a89296a1ae..99648765637 100644
--- a/api/PowerPoint.MsoClickState.md
+++ b/api/PowerPoint.MsoClickState.md
@@ -14,7 +14,7 @@ Constants that specify the point in a slide show to navigate to, relative to the
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoClickStateAfterAllAnimations**|-2|After all animations.|
|**msoClickStateBeforeAutomaticAnimations**|-1|Before automatic animations.|
diff --git a/api/PowerPoint.NamedSlideShow.Application.md b/api/PowerPoint.NamedSlideShow.Application.md
index a786f0d7882..f44725179fd 100644
--- a/api/PowerPoint.NamedSlideShow.Application.md
+++ b/api/PowerPoint.NamedSlideShow.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [NamedSlideShow](./PowerPoint.NamedSlideShow.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.NamedSlideShow.Count.md b/api/PowerPoint.NamedSlideShow.Count.md
index 6940e81cf94..c0e93073648 100644
--- a/api/PowerPoint.NamedSlideShow.Count.md
+++ b/api/PowerPoint.NamedSlideShow.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [NamedSlideShow](./PowerPoint.NamedSlideShow.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.NamedSlideShow.Name.md b/api/PowerPoint.NamedSlideShow.Name.md
index 5a78c707b56..d6eb6ebd9f0 100644
--- a/api/PowerPoint.NamedSlideShow.Name.md
+++ b/api/PowerPoint.NamedSlideShow.Name.md
@@ -23,7 +23,7 @@ You cannot use this property to set the name for a custom slide show. Use the *
_expression_ A variable that represents a [NamedSlideShow](./PowerPoint.NamedSlideShow.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.NamedSlideShow.Parent.md b/api/PowerPoint.NamedSlideShow.Parent.md
index c7bf53e8fc6..4736c043719 100644
--- a/api/PowerPoint.NamedSlideShow.Parent.md
+++ b/api/PowerPoint.NamedSlideShow.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [NamedSlideShow](./PowerPoint.NamedSlideShow.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.NamedSlideShow.SlideIDs.md b/api/PowerPoint.NamedSlideShow.SlideIDs.md
index 9856cf1bb8b..e97d1fae294 100644
--- a/api/PowerPoint.NamedSlideShow.SlideIDs.md
+++ b/api/PowerPoint.NamedSlideShow.SlideIDs.md
@@ -23,7 +23,7 @@ Returns an array of slide IDs for the specified named slide show. Read-only.
_expression_ A variable that represents a [NamedSlideShow](./PowerPoint.NamedSlideShow.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/PowerPoint.NamedSlideShows.Add.md b/api/PowerPoint.NamedSlideShows.Add.md
index de45c9c9313..5a800b1e4fb 100644
--- a/api/PowerPoint.NamedSlideShows.Add.md
+++ b/api/PowerPoint.NamedSlideShows.Add.md
@@ -27,12 +27,12 @@ Creates a new named slide show and adds it to the collection of named slide show
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the slide show.|
| _safeArrayOfSlideIDs_|Required|**Variant**|Contains the unique slide IDs of the slides to be displayed in a slide show.|
-### Return Value
+### Return value
NamedSlideShow
diff --git a/api/PowerPoint.NamedSlideShows.Application.md b/api/PowerPoint.NamedSlideShows.Application.md
index b9046aa1b9f..65cb62bdd9a 100644
--- a/api/PowerPoint.NamedSlideShows.Application.md
+++ b/api/PowerPoint.NamedSlideShows.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [NamedSlideShows](./PowerPoint.NamedSlideShows.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.NamedSlideShows.Count.md b/api/PowerPoint.NamedSlideShows.Count.md
index 8c609eada82..4a38cbde4da 100644
--- a/api/PowerPoint.NamedSlideShows.Count.md
+++ b/api/PowerPoint.NamedSlideShows.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [NamedSlideShows](./PowerPoint.NamedSlideShows.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.NamedSlideShows.Item.md b/api/PowerPoint.NamedSlideShows.Item.md
index acbc947cf00..069ac742b48 100644
--- a/api/PowerPoint.NamedSlideShows.Item.md
+++ b/api/PowerPoint.NamedSlideShows.Item.md
@@ -27,11 +27,11 @@ Returns a single **NamedSlideShow** object from the specified **NamedSlideShows
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **NamedSlideShow** object in the collection to be returned.|
-### Return Value
+### Return value
NamedSlideShow
diff --git a/api/PowerPoint.NamedSlideShows.Parent.md b/api/PowerPoint.NamedSlideShows.Parent.md
index 3bb5289519f..059f5d3f046 100644
--- a/api/PowerPoint.NamedSlideShows.Parent.md
+++ b/api/PowerPoint.NamedSlideShows.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [NamedSlideShows](./PowerPoint.NamedSlideShows.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.OLEFormat.Application.md b/api/PowerPoint.OLEFormat.Application.md
index a598ec4329f..d016fc71c8f 100644
--- a/api/PowerPoint.OLEFormat.Application.md
+++ b/api/PowerPoint.OLEFormat.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [OLEFormat](./PowerPoint.OLEFormat.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.OLEFormat.DoVerb.md b/api/PowerPoint.OLEFormat.DoVerb.md
index 4dc9e8b0799..b1a6af06516 100644
--- a/api/PowerPoint.OLEFormat.DoVerb.md
+++ b/api/PowerPoint.OLEFormat.DoVerb.md
@@ -27,7 +27,7 @@ Requests that an OLE object perform one of its verbs.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Integer**|The verb to perform. If this argument is omitted, the default verb is performed.|
diff --git a/api/PowerPoint.OLEFormat.FollowColors.md b/api/PowerPoint.OLEFormat.FollowColors.md
index 90881d11038..bf6f81a41f9 100644
--- a/api/PowerPoint.OLEFormat.FollowColors.md
+++ b/api/PowerPoint.OLEFormat.FollowColors.md
@@ -23,7 +23,7 @@ Returns or sets the extent to which the colors in the specified object follow th
_expression_ A variable that represents a [OLEFormat](./PowerPoint.OLEFormat.md) object.
-### Return Value
+### Return value
PpFollowColors
diff --git a/api/PowerPoint.OLEFormat.Object.md b/api/PowerPoint.OLEFormat.Object.md
index 544791ff47c..1dc6e6784ff 100644
--- a/api/PowerPoint.OLEFormat.Object.md
+++ b/api/PowerPoint.OLEFormat.Object.md
@@ -23,7 +23,7 @@ Returns the object that represents the specified OLE object's top-level interfac
_expression_ A variable that represents an [OLEFormat](./PowerPoint.OLEFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.OLEFormat.ObjectVerbs.md b/api/PowerPoint.OLEFormat.ObjectVerbs.md
index 1f9436d5e0a..95471a7832f 100644
--- a/api/PowerPoint.OLEFormat.ObjectVerbs.md
+++ b/api/PowerPoint.OLEFormat.ObjectVerbs.md
@@ -23,7 +23,7 @@ Returns a **[ObjectVerbs](PowerPoint.ObjectVerbs.md)** collection that contains
_expression_ A variable that represents an [OLEFormat](./PowerPoint.OLEFormat.md) object.
-### Return Value
+### Return value
ObjectVerbs
diff --git a/api/PowerPoint.OLEFormat.Parent.md b/api/PowerPoint.OLEFormat.Parent.md
index bdbd92378b2..e8fae29c132 100644
--- a/api/PowerPoint.OLEFormat.Parent.md
+++ b/api/PowerPoint.OLEFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [OLEFormat](./PowerPoint.OLEFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.OLEFormat.ProgID.md b/api/PowerPoint.OLEFormat.ProgID.md
index a5fb29915a3..c024f95767e 100644
--- a/api/PowerPoint.OLEFormat.ProgID.md
+++ b/api/PowerPoint.OLEFormat.ProgID.md
@@ -23,7 +23,7 @@ Returns the programmatic identifier (ProgID) for the specified OLE object. Read-
_expression_ A variable that represents a [OLEFormat](./PowerPoint.OLEFormat.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.ObjectVerbs.Application.md b/api/PowerPoint.ObjectVerbs.Application.md
index 7aed22f22ce..6a4b9cc3a5b 100644
--- a/api/PowerPoint.ObjectVerbs.Application.md
+++ b/api/PowerPoint.ObjectVerbs.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents an [ObjectVerbs](./PowerPoint.ObjectVerbs.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.ObjectVerbs.Count.md b/api/PowerPoint.ObjectVerbs.Count.md
index c0b7a9224dd..0ee23e2bee2 100644
--- a/api/PowerPoint.ObjectVerbs.Count.md
+++ b/api/PowerPoint.ObjectVerbs.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents an [ObjectVerbs](./PowerPoint.ObjectVerbs.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ObjectVerbs.Item.md b/api/PowerPoint.ObjectVerbs.Item.md
index b7a4209cdfe..d582b09018d 100644
--- a/api/PowerPoint.ObjectVerbs.Item.md
+++ b/api/PowerPoint.ObjectVerbs.Item.md
@@ -27,11 +27,11 @@ Returns a single object from the specified **ObjectVerbs** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single object in the collection to be returned.|
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.ObjectVerbs.Parent.md b/api/PowerPoint.ObjectVerbs.Parent.md
index bd3bd9980c0..265deb9440d 100644
--- a/api/PowerPoint.ObjectVerbs.Parent.md
+++ b/api/PowerPoint.ObjectVerbs.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents an [ObjectVerbs](./PowerPoint.ObjectVerbs.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Options.DisplayPasteOptions.md b/api/PowerPoint.Options.DisplayPasteOptions.md
index fffbd2dacee..1c222224152 100644
--- a/api/PowerPoint.Options.DisplayPasteOptions.md
+++ b/api/PowerPoint.Options.DisplayPasteOptions.md
@@ -23,7 +23,7 @@ Determines whether Microsoft PowerPoint displays the **Paste Options** button,
_expression_ A variable that represents a [Options](./PowerPoint.Options.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Options.ShowCoauthoringMergeChanges.md b/api/PowerPoint.Options.ShowCoauthoringMergeChanges.md
index 6a662a94916..51fe289c9c3 100644
--- a/api/PowerPoint.Options.ShowCoauthoringMergeChanges.md
+++ b/api/PowerPoint.Options.ShowCoauthoringMergeChanges.md
@@ -23,7 +23,7 @@ Returns or sets the show changes mode. Read/write.
_expression_ A variable that represents an [Options](./PowerPoint.Options.md) object.
-### Return Value
+### Return value
**[MsoTriState](./Office.MsoTriState.md)**
diff --git a/api/PowerPoint.PageSetup.Application.md b/api/PowerPoint.PageSetup.Application.md
index 92b54a414cb..f58e947b2cb 100644
--- a/api/PowerPoint.PageSetup.Application.md
+++ b/api/PowerPoint.PageSetup.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PageSetup](./PowerPoint.PageSetup.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.PageSetup.FirstSlideNumber.md b/api/PowerPoint.PageSetup.FirstSlideNumber.md
index aa2f30a7bcb..ce2c51de3df 100644
--- a/api/PowerPoint.PageSetup.FirstSlideNumber.md
+++ b/api/PowerPoint.PageSetup.FirstSlideNumber.md
@@ -23,7 +23,7 @@ Returns or sets the slide number for the first slide in the presentation. Read/w
_expression_ A variable that represents a [PageSetup](./PowerPoint.PageSetup.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.PageSetup.NotesOrientation.md b/api/PowerPoint.PageSetup.NotesOrientation.md
index 1d4c08ccffb..995628c513b 100644
--- a/api/PowerPoint.PageSetup.NotesOrientation.md
+++ b/api/PowerPoint.PageSetup.NotesOrientation.md
@@ -23,7 +23,7 @@ Returns or sets the on-screen and printed orientation of notes pages, handouts,
_expression_ A variable that represents a [PageSetup](./PowerPoint.PageSetup.md) object.
-### Return Value
+### Return value
MsoOrientation
diff --git a/api/PowerPoint.PageSetup.Parent.md b/api/PowerPoint.PageSetup.Parent.md
index fea96411db9..a4f0692e876 100644
--- a/api/PowerPoint.PageSetup.Parent.md
+++ b/api/PowerPoint.PageSetup.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PageSetup](./PowerPoint.PageSetup.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PageSetup.SlideHeight.md b/api/PowerPoint.PageSetup.SlideHeight.md
index 3999020ec0d..81db2bdb422 100644
--- a/api/PowerPoint.PageSetup.SlideHeight.md
+++ b/api/PowerPoint.PageSetup.SlideHeight.md
@@ -23,7 +23,7 @@ Returns or sets the slide height, in points. Read/write.
_expression_ A variable that represents a [PageSetup](./PowerPoint.PageSetup.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.PageSetup.SlideOrientation.md b/api/PowerPoint.PageSetup.SlideOrientation.md
index 0a46cd82f5e..147260605ea 100644
--- a/api/PowerPoint.PageSetup.SlideOrientation.md
+++ b/api/PowerPoint.PageSetup.SlideOrientation.md
@@ -23,7 +23,7 @@ Returns or sets the on-screen and printed orientation of slides in the specified
_expression_ A variable that represents a [PageSetup](./PowerPoint.PageSetup.md) object.
-### Return Value
+### Return value
MsoOrientation
diff --git a/api/PowerPoint.PageSetup.SlideSize.md b/api/PowerPoint.PageSetup.SlideSize.md
index f55d21e291a..0af2c9ca80f 100644
--- a/api/PowerPoint.PageSetup.SlideSize.md
+++ b/api/PowerPoint.PageSetup.SlideSize.md
@@ -23,7 +23,7 @@ Returns or sets the slide size for the specified presentation. Read/write.
_expression_ A variable that represents a [PageSetup](./PowerPoint.PageSetup.md) object.
-### Return Value
+### Return value
PpSlideSizeType
diff --git a/api/PowerPoint.PageSetup.SlideWidth.md b/api/PowerPoint.PageSetup.SlideWidth.md
index 934b95f982e..7119a668d64 100644
--- a/api/PowerPoint.PageSetup.SlideWidth.md
+++ b/api/PowerPoint.PageSetup.SlideWidth.md
@@ -23,7 +23,7 @@ Returns or sets the slide width, in points. Read/write.
_expression_ A variable that represents a [PageSetup](./PowerPoint.PageSetup.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Pane.Active.md b/api/PowerPoint.Pane.Active.md
index 754f5d7bfbf..2b838af6281 100644
--- a/api/PowerPoint.Pane.Active.md
+++ b/api/PowerPoint.Pane.Active.md
@@ -23,7 +23,7 @@ Returns whether the specified pane or window is active. Read-only.
_expression_ A variable that represents a [Pane](./PowerPoint.Pane.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Pane.Application.md b/api/PowerPoint.Pane.Application.md
index cfca4bfc610..5e051a403c3 100644
--- a/api/PowerPoint.Pane.Application.md
+++ b/api/PowerPoint.Pane.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Pane](./PowerPoint.Pane.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Pane.Parent.md b/api/PowerPoint.Pane.Parent.md
index cb542c7d3f2..53dfbc5ea3f 100644
--- a/api/PowerPoint.Pane.Parent.md
+++ b/api/PowerPoint.Pane.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Pane](./PowerPoint.Pane.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Pane.ViewType.md b/api/PowerPoint.Pane.ViewType.md
index 3ab6a1c5232..6a46e0b39cc 100644
--- a/api/PowerPoint.Pane.ViewType.md
+++ b/api/PowerPoint.Pane.ViewType.md
@@ -23,7 +23,7 @@ Returns the type of view for the specified pane. Read-only.
_expression_ A variable that represents a [Pane](./PowerPoint.Pane.md) object.
-### Return Value
+### Return value
PpViewType
diff --git a/api/PowerPoint.Panes.Application.md b/api/PowerPoint.Panes.Application.md
index 5e6adaead02..5197279ce72 100644
--- a/api/PowerPoint.Panes.Application.md
+++ b/api/PowerPoint.Panes.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Panes](./PowerPoint.Panes.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Panes.Count.md b/api/PowerPoint.Panes.Count.md
index 4dd06b39922..53c8fd8ce9f 100644
--- a/api/PowerPoint.Panes.Count.md
+++ b/api/PowerPoint.Panes.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Panes](./PowerPoint.Panes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Panes.Item.md b/api/PowerPoint.Panes.Item.md
index 924f5d0b4ed..cc9f5dbfe23 100644
--- a/api/PowerPoint.Panes.Item.md
+++ b/api/PowerPoint.Panes.Item.md
@@ -27,11 +27,11 @@ Returns a single **Pane** object from the specified **Panes** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **Pane** object in the collection to be returned.|
-### Return Value
+### Return value
Pane
diff --git a/api/PowerPoint.Panes.Parent.md b/api/PowerPoint.Panes.Parent.md
index 67a663ee816..a96e33be275 100644
--- a/api/PowerPoint.Panes.Parent.md
+++ b/api/PowerPoint.Panes.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Panes](./PowerPoint.Panes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ParagraphFormat.Application.md b/api/PowerPoint.ParagraphFormat.Application.md
index f2d52ccc4d6..3b3dd681b80 100644
--- a/api/PowerPoint.ParagraphFormat.Application.md
+++ b/api/PowerPoint.ParagraphFormat.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.ParagraphFormat.BaseLineAlignment.md b/api/PowerPoint.ParagraphFormat.BaseLineAlignment.md
index cce75f195fc..5ca48098a27 100644
--- a/api/PowerPoint.ParagraphFormat.BaseLineAlignment.md
+++ b/api/PowerPoint.ParagraphFormat.BaseLineAlignment.md
@@ -23,7 +23,7 @@ Returns or sets the base line alignment for the specified paragraph. Read/write.
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
PpBaselineAlignment
diff --git a/api/PowerPoint.ParagraphFormat.Bullet.md b/api/PowerPoint.ParagraphFormat.Bullet.md
index a73b464506a..23a03e85ba0 100644
--- a/api/PowerPoint.ParagraphFormat.Bullet.md
+++ b/api/PowerPoint.ParagraphFormat.Bullet.md
@@ -23,7 +23,7 @@ Returns a **[BulletFormat](PowerPoint.BulletFormat.md)** object that represents
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
BulletFormat
diff --git a/api/PowerPoint.ParagraphFormat.FarEastLineBreakControl.md b/api/PowerPoint.ParagraphFormat.FarEastLineBreakControl.md
index bf02f6b9c1c..259d60887f0 100644
--- a/api/PowerPoint.ParagraphFormat.FarEastLineBreakControl.md
+++ b/api/PowerPoint.ParagraphFormat.FarEastLineBreakControl.md
@@ -23,7 +23,7 @@ Returns or sets the line break control option if you have an Asian language sett
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ParagraphFormat.HangingPunctuation.md b/api/PowerPoint.ParagraphFormat.HangingPunctuation.md
index 901d317f921..59e78c98692 100644
--- a/api/PowerPoint.ParagraphFormat.HangingPunctuation.md
+++ b/api/PowerPoint.ParagraphFormat.HangingPunctuation.md
@@ -23,7 +23,7 @@ Returns or sets the hanging punctuation option if you have an Asian language set
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ParagraphFormat.LineRuleAfter.md b/api/PowerPoint.ParagraphFormat.LineRuleAfter.md
index 8efb0b22b88..61a687e7f32 100644
--- a/api/PowerPoint.ParagraphFormat.LineRuleAfter.md
+++ b/api/PowerPoint.ParagraphFormat.LineRuleAfter.md
@@ -23,7 +23,7 @@ Determines whether line spacing after the last line in each paragraph is set to
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ParagraphFormat.LineRuleBefore.md b/api/PowerPoint.ParagraphFormat.LineRuleBefore.md
index 366e185ccd7..ae71fe9eb21 100644
--- a/api/PowerPoint.ParagraphFormat.LineRuleBefore.md
+++ b/api/PowerPoint.ParagraphFormat.LineRuleBefore.md
@@ -23,7 +23,7 @@ Determines whether line spacing before the first line in each paragraph is set t
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ParagraphFormat.LineRuleWithin.md b/api/PowerPoint.ParagraphFormat.LineRuleWithin.md
index a6dd643755c..bb2bec09e81 100644
--- a/api/PowerPoint.ParagraphFormat.LineRuleWithin.md
+++ b/api/PowerPoint.ParagraphFormat.LineRuleWithin.md
@@ -23,7 +23,7 @@ Determines whether line spacing between base lines is set to a specific number o
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ParagraphFormat.Parent.md b/api/PowerPoint.ParagraphFormat.Parent.md
index 9b95cc33e67..0fd5b75f933 100644
--- a/api/PowerPoint.ParagraphFormat.Parent.md
+++ b/api/PowerPoint.ParagraphFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ParagraphFormat.SpaceAfter.md b/api/PowerPoint.ParagraphFormat.SpaceAfter.md
index 461b266fe1a..38044e3d937 100644
--- a/api/PowerPoint.ParagraphFormat.SpaceAfter.md
+++ b/api/PowerPoint.ParagraphFormat.SpaceAfter.md
@@ -23,7 +23,7 @@ Returns or sets the amount of space after the last line in each paragraph of the
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ParagraphFormat.SpaceBefore.md b/api/PowerPoint.ParagraphFormat.SpaceBefore.md
index ba00e4ab89c..e5b5a29cc35 100644
--- a/api/PowerPoint.ParagraphFormat.SpaceBefore.md
+++ b/api/PowerPoint.ParagraphFormat.SpaceBefore.md
@@ -23,7 +23,7 @@ Returns or sets the amount of space before the first line in each paragraph of t
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ParagraphFormat.SpaceWithin.md b/api/PowerPoint.ParagraphFormat.SpaceWithin.md
index 3dc971dfeb4..e4e3a85929d 100644
--- a/api/PowerPoint.ParagraphFormat.SpaceWithin.md
+++ b/api/PowerPoint.ParagraphFormat.SpaceWithin.md
@@ -23,7 +23,7 @@ Returns or sets the amount of space between base lines in the specified text, in
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ParagraphFormat.TextDirection.md b/api/PowerPoint.ParagraphFormat.TextDirection.md
index 0b48d0f87d0..5beb623a4e6 100644
--- a/api/PowerPoint.ParagraphFormat.TextDirection.md
+++ b/api/PowerPoint.ParagraphFormat.TextDirection.md
@@ -23,7 +23,7 @@ Returns or sets the text direction for the specified paragraph. Read/write.
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
PpDirection
diff --git a/api/PowerPoint.ParagraphFormat.WordWrap.md b/api/PowerPoint.ParagraphFormat.WordWrap.md
index d9df2731074..056cb4d2aa6 100644
--- a/api/PowerPoint.ParagraphFormat.WordWrap.md
+++ b/api/PowerPoint.ParagraphFormat.WordWrap.md
@@ -23,7 +23,7 @@ Used only with Kanji characters. Read/write.
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.PictureFormat.Application.md b/api/PowerPoint.PictureFormat.Application.md
index 9ce6c519d73..00f0caa6c72 100644
--- a/api/PowerPoint.PictureFormat.Application.md
+++ b/api/PowerPoint.PictureFormat.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PictureFormat.Brightness.md b/api/PowerPoint.PictureFormat.Brightness.md
index 33ce68b75f7..de60aad9c45 100644
--- a/api/PowerPoint.PictureFormat.Brightness.md
+++ b/api/PowerPoint.PictureFormat.Brightness.md
@@ -23,7 +23,7 @@ Returns or sets the brightness of the specified picture or OLE object. Read/writ
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.PictureFormat.ColorType.md b/api/PowerPoint.PictureFormat.ColorType.md
index cb7e1638565..46c75e45f51 100644
--- a/api/PowerPoint.PictureFormat.ColorType.md
+++ b/api/PowerPoint.PictureFormat.ColorType.md
@@ -23,7 +23,7 @@ Returns or sets the type of color transformation applied to the specified pictur
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
MsoPictureColorType
diff --git a/api/PowerPoint.PictureFormat.Contrast.md b/api/PowerPoint.PictureFormat.Contrast.md
index 07d60f41df6..bea795205df 100644
--- a/api/PowerPoint.PictureFormat.Contrast.md
+++ b/api/PowerPoint.PictureFormat.Contrast.md
@@ -23,7 +23,7 @@ Returns or sets the contrast for the specified picture or OLE object.
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.PictureFormat.Creator.md b/api/PowerPoint.PictureFormat.Creator.md
index 112be10c836..4839af91028 100644
--- a/api/PowerPoint.PictureFormat.Creator.md
+++ b/api/PowerPoint.PictureFormat.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.PictureFormat.Crop.md b/api/PowerPoint.PictureFormat.Crop.md
index 6ca38de60d8..dc5fb68e4ba 100644
--- a/api/PowerPoint.PictureFormat.Crop.md
+++ b/api/PowerPoint.PictureFormat.Crop.md
@@ -23,7 +23,7 @@ Returns or sets the number of points that are cropped off the specified picture
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.PictureFormat.CropBottom.md b/api/PowerPoint.PictureFormat.CropBottom.md
index b8ddc8f8701..52790913076 100644
--- a/api/PowerPoint.PictureFormat.CropBottom.md
+++ b/api/PowerPoint.PictureFormat.CropBottom.md
@@ -23,7 +23,7 @@ Returns or sets the number of points that are cropped off the bottom of the spec
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.PictureFormat.CropLeft.md b/api/PowerPoint.PictureFormat.CropLeft.md
index 2eb37de2fdf..31fcc308fd5 100644
--- a/api/PowerPoint.PictureFormat.CropLeft.md
+++ b/api/PowerPoint.PictureFormat.CropLeft.md
@@ -23,7 +23,7 @@ Returns or sets the number of points that are cropped off the left side of the s
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.PictureFormat.CropRight.md b/api/PowerPoint.PictureFormat.CropRight.md
index 0eebd543b55..d8baabf3a7d 100644
--- a/api/PowerPoint.PictureFormat.CropRight.md
+++ b/api/PowerPoint.PictureFormat.CropRight.md
@@ -23,7 +23,7 @@ Returns or sets the number of points that are cropped off the right side of the
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.PictureFormat.CropTop.md b/api/PowerPoint.PictureFormat.CropTop.md
index 93be38b63c1..05f5ec370a7 100644
--- a/api/PowerPoint.PictureFormat.CropTop.md
+++ b/api/PowerPoint.PictureFormat.CropTop.md
@@ -23,7 +23,7 @@ Returns or sets the number of points that are cropped off the top of the specifi
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.PictureFormat.IncrementBrightness.md b/api/PowerPoint.PictureFormat.IncrementBrightness.md
index 16f5f37c748..a6b951b59fe 100644
--- a/api/PowerPoint.PictureFormat.IncrementBrightness.md
+++ b/api/PowerPoint.PictureFormat.IncrementBrightness.md
@@ -27,7 +27,7 @@ Changes the brightness of the picture by the specified amount.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how much to change the value of the **Brightness** property for the picture. A positive value makes the picture brighter; a negative value makes the picture darker.|
diff --git a/api/PowerPoint.PictureFormat.IncrementContrast.md b/api/PowerPoint.PictureFormat.IncrementContrast.md
index 9eafeac8faf..ab259f534be 100644
--- a/api/PowerPoint.PictureFormat.IncrementContrast.md
+++ b/api/PowerPoint.PictureFormat.IncrementContrast.md
@@ -27,7 +27,7 @@ Changes the contrast of the picture by the specified amount.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how much to change the value of the **Contrast** property for the picture. A positive value increases the contrast; a negative value decreases the contrast.|
diff --git a/api/PowerPoint.PictureFormat.Parent.md b/api/PowerPoint.PictureFormat.Parent.md
index 1d31a1a8ac2..ab2b777723b 100644
--- a/api/PowerPoint.PictureFormat.Parent.md
+++ b/api/PowerPoint.PictureFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PictureFormat.TransparencyColor.md b/api/PowerPoint.PictureFormat.TransparencyColor.md
index e47eeafb8d2..0a2e50fc202 100644
--- a/api/PowerPoint.PictureFormat.TransparencyColor.md
+++ b/api/PowerPoint.PictureFormat.TransparencyColor.md
@@ -23,7 +23,7 @@ Returns or sets the transparent color for the specified picture as a red-green-b
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.PictureFormat.TransparentBackground.md b/api/PowerPoint.PictureFormat.TransparentBackground.md
index 54c5539b482..55d4fb84a91 100644
--- a/api/PowerPoint.PictureFormat.TransparentBackground.md
+++ b/api/PowerPoint.PictureFormat.TransparentBackground.md
@@ -23,7 +23,7 @@ Determines whether parts of the picture that are the color defined as the transp
_expression_ A variable that represents a [PictureFormat](./PowerPoint.PictureFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PlaceholderFormat.Application.md b/api/PowerPoint.PlaceholderFormat.Application.md
index 0772c905cb1..d84195656d5 100644
--- a/api/PowerPoint.PlaceholderFormat.Application.md
+++ b/api/PowerPoint.PlaceholderFormat.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PlaceholderFormat](./PowerPoint.PlaceholderFormat.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.PlaceholderFormat.ContainedType.md b/api/PowerPoint.PlaceholderFormat.ContainedType.md
index f8778a58aef..15d8dc42a41 100644
--- a/api/PowerPoint.PlaceholderFormat.ContainedType.md
+++ b/api/PowerPoint.PlaceholderFormat.ContainedType.md
@@ -23,7 +23,7 @@ Returns the type of the shape that contains the specified placeholder format. Re
_expression_ An expression that returns a [PlaceholderFormat](./PowerPoint.PlaceholderFormat.md) object.
-### Return Value
+### Return value
MsoShapeType
diff --git a/api/PowerPoint.PlaceholderFormat.Name.md b/api/PowerPoint.PlaceholderFormat.Name.md
index e1cf27031d8..64a75abc10c 100644
--- a/api/PowerPoint.PlaceholderFormat.Name.md
+++ b/api/PowerPoint.PlaceholderFormat.Name.md
@@ -23,7 +23,7 @@ Returns or sets the name of the specified object. Read/write.
_expression_ A variable that represents a [PlaceholderFormat](./PowerPoint.PlaceholderFormat.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.PlaceholderFormat.Parent.md b/api/PowerPoint.PlaceholderFormat.Parent.md
index a2b9fa2aca8..98443f38e85 100644
--- a/api/PowerPoint.PlaceholderFormat.Parent.md
+++ b/api/PowerPoint.PlaceholderFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PlaceholderFormat](./PowerPoint.PlaceholderFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PlaceholderFormat.Type.md b/api/PowerPoint.PlaceholderFormat.Type.md
index 1426bfdc136..56227930695 100644
--- a/api/PowerPoint.PlaceholderFormat.Type.md
+++ b/api/PowerPoint.PlaceholderFormat.Type.md
@@ -23,7 +23,7 @@ Represents the type of placeholder. Read-only.
_expression_ A variable that represents a [PlaceholderFormat](./PowerPoint.PlaceholderFormat.md) object.
-### Return Value
+### Return value
PpPlaceholderType
diff --git a/api/PowerPoint.Placeholders.Application.md b/api/PowerPoint.Placeholders.Application.md
index 25b1739c601..3f256542b61 100644
--- a/api/PowerPoint.Placeholders.Application.md
+++ b/api/PowerPoint.Placeholders.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Placeholders](./PowerPoint.Placeholders.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Placeholders.Count.md b/api/PowerPoint.Placeholders.Count.md
index 5a3e5391a32..37e0739e3c8 100644
--- a/api/PowerPoint.Placeholders.Count.md
+++ b/api/PowerPoint.Placeholders.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Placeholders](./PowerPoint.Placeholders.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Placeholders.FindByName.md b/api/PowerPoint.Placeholders.FindByName.md
index b7efe429751..a3c3ff3db99 100644
--- a/api/PowerPoint.Placeholders.FindByName.md
+++ b/api/PowerPoint.Placeholders.FindByName.md
@@ -27,11 +27,11 @@ Finds the placeholder in the **[Placeholders](PowerPoint.Placeholders.md)** col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The index of the placeholder to be found.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Placeholders.Item.md b/api/PowerPoint.Placeholders.Item.md
index bf0a5d99b8c..f23715cf970 100644
--- a/api/PowerPoint.Placeholders.Item.md
+++ b/api/PowerPoint.Placeholders.Item.md
@@ -27,11 +27,11 @@ Returns a single **Shape** object from the specified **Placeholders** collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **Shape** object in the collection to be returned.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Placeholders.Parent.md b/api/PowerPoint.Placeholders.Parent.md
index 49152a7fbc6..4089712ad49 100644
--- a/api/PowerPoint.Placeholders.Parent.md
+++ b/api/PowerPoint.Placeholders.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Placeholders](./PowerPoint.Placeholders.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PlaySettings.Application.md b/api/PowerPoint.PlaySettings.Application.md
index 4af5d32eb68..5f77b052290 100644
--- a/api/PowerPoint.PlaySettings.Application.md
+++ b/api/PowerPoint.PlaySettings.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PlaySettings](./PowerPoint.PlaySettings.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.PlaySettings.HideWhileNotPlaying.md b/api/PowerPoint.PlaySettings.HideWhileNotPlaying.md
index 79079d16d28..5edda7857d1 100644
--- a/api/PowerPoint.PlaySettings.HideWhileNotPlaying.md
+++ b/api/PowerPoint.PlaySettings.HideWhileNotPlaying.md
@@ -23,7 +23,7 @@ Determines whether the specified media clip is hidden during a slide show except
_expression_ A variable that represents a [PlaySettings](./PowerPoint.PlaySettings.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PlaySettings.Parent.md b/api/PowerPoint.PlaySettings.Parent.md
index 49326cfc746..736c7e6e65d 100644
--- a/api/PowerPoint.PlaySettings.Parent.md
+++ b/api/PowerPoint.PlaySettings.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PlaySettings](./PowerPoint.PlaySettings.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PlaySettings.PauseAnimation.md b/api/PowerPoint.PlaySettings.PauseAnimation.md
index 2c1cf829226..58b1c51cbd2 100644
--- a/api/PowerPoint.PlaySettings.PauseAnimation.md
+++ b/api/PowerPoint.PlaySettings.PauseAnimation.md
@@ -23,7 +23,7 @@ Determines whether the slide show pauses until the specified media clip is finis
_expression_ A variable that represents a [PlaySettings](./PowerPoint.PlaySettings.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PlaySettings.PlayOnEntry.md b/api/PowerPoint.PlaySettings.PlayOnEntry.md
index c6f0dbb463e..c2395e8157a 100644
--- a/api/PowerPoint.PlaySettings.PlayOnEntry.md
+++ b/api/PowerPoint.PlaySettings.PlayOnEntry.md
@@ -23,7 +23,7 @@ Determines whether the specified movie or sound is played automatically when it
_expression_ A variable that represents a [PlaySettings](./PowerPoint.PlaySettings.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PlaySettings.RewindMovie.md b/api/PowerPoint.PlaySettings.RewindMovie.md
index eb89a23f063..7ea1e5c7c88 100644
--- a/api/PowerPoint.PlaySettings.RewindMovie.md
+++ b/api/PowerPoint.PlaySettings.RewindMovie.md
@@ -23,7 +23,7 @@ Determines whether the first frame of the specified movie is automatically redis
_expression_ A variable that represents a [PlaySettings](./PowerPoint.PlaySettings.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PlaySettings.StopAfterSlides.md b/api/PowerPoint.PlaySettings.StopAfterSlides.md
index be34cc659c2..e146fbbf8e0 100644
--- a/api/PowerPoint.PlaySettings.StopAfterSlides.md
+++ b/api/PowerPoint.PlaySettings.StopAfterSlides.md
@@ -23,7 +23,7 @@ Returns or sets the number of slides to be displayed before the media clip stops
_expression_ A variable that represents a [PlaySettings](./PowerPoint.PlaySettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Point.ApplyDataLabels.md b/api/PowerPoint.Point.ApplyDataLabels.md
index 0ba8d9207cf..a8dd0db7004 100644
--- a/api/PowerPoint.Point.ApplyDataLabels.md
+++ b/api/PowerPoint.Point.ApplyDataLabels.md
@@ -27,7 +27,7 @@ Applies data labels to a point.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**[XlDataLabelsType](PowerPoint.XlDataLabelsType.md)**|The type of data label to apply.|
| _LegendKey_|Optional|**Variant**|**True** to show the legend key next to the point. The default is **False**.|
diff --git a/api/PowerPoint.Point.Height.md b/api/PowerPoint.Point.Height.md
index 0152c08f049..7f788f2415d 100644
--- a/api/PowerPoint.Point.Height.md
+++ b/api/PowerPoint.Point.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents a [Point](./PowerPoint.Point.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.Point.Left.md b/api/PowerPoint.Point.Left.md
index 50be1439040..14124382eba 100644
--- a/api/PowerPoint.Point.Left.md
+++ b/api/PowerPoint.Point.Left.md
@@ -23,7 +23,7 @@ Returns a value that represents the distance, in points, from the left edge of t
_expression_ A variable that represents a [Point](./PowerPoint.Point.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.Point.Name.md b/api/PowerPoint.Point.Name.md
index 66ef34a3858..54611cbb272 100644
--- a/api/PowerPoint.Point.Name.md
+++ b/api/PowerPoint.Point.Name.md
@@ -23,7 +23,7 @@ Returns the object name. Read-only.
_expression_ A variable that represents a [Point](./PowerPoint.Point.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Point.PieSliceLocation.md b/api/PowerPoint.Point.PieSliceLocation.md
index 864f412a226..282183a095e 100644
--- a/api/PowerPoint.Point.PieSliceLocation.md
+++ b/api/PowerPoint.Point.PieSliceLocation.md
@@ -27,12 +27,12 @@ Returns the vertical or horizontal position, in points, of a point on a chart it
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _loc_|Required|**[XlPieSliceLocation](./Excel.XlPieSliceLocation.md)**|Specifies a horizontal or vertical coordinate.|
| _Index_|Optional|**[XlPieSliceIndex](./Excel.XlPieSliceIndex.md)**|Specifies which pie slice position coordinate to return. The default is **xlOuterCenterPoint**.|
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.Point.Top.md b/api/PowerPoint.Point.Top.md
index b091d8c6901..3c1d9773e49 100644
--- a/api/PowerPoint.Point.Top.md
+++ b/api/PowerPoint.Point.Top.md
@@ -23,7 +23,7 @@ Returns a value that represents the distance, in points, from the top edge of th
_expression_ A variable that represents a [Point](./PowerPoint.Point.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.Point.Width.md b/api/PowerPoint.Point.Width.md
index d03df2ffc72..746267e57c6 100644
--- a/api/PowerPoint.Point.Width.md
+++ b/api/PowerPoint.Point.Width.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the object. Read-only.
_expression_ A variable that represents a [Point](./PowerPoint.Point.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/PowerPoint.Points.Item.md b/api/PowerPoint.Points.Item.md
index deaacfc2269..6c9ee834a6f 100644
--- a/api/PowerPoint.Points.Item.md
+++ b/api/PowerPoint.Points.Item.md
@@ -24,11 +24,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number for the object.|
-### Return Value
+### Return value
A **[Point](PowerPoint.Point.md)** object that the collection contains.
diff --git a/api/PowerPoint.PpActionType.md b/api/PowerPoint.PpActionType.md
index 83c0cbe54da..1ad64dbe571 100644
--- a/api/PowerPoint.PpActionType.md
+++ b/api/PowerPoint.PpActionType.md
@@ -14,7 +14,7 @@ Specifies the type of action that will occur when the specified shape is clicked
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppActionEndShow**|6|Slide show ends.|
|**ppActionFirstSlide**|3|Returns to the first slide.|
diff --git a/api/PowerPoint.PpAdvanceMode.md b/api/PowerPoint.PpAdvanceMode.md
index 5b49da6ac2a..17bd8cf0371 100644
--- a/api/PowerPoint.PpAdvanceMode.md
+++ b/api/PowerPoint.PpAdvanceMode.md
@@ -14,7 +14,7 @@ Specifies how the specified animation advances.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppAdvanceModeMixed**|-2|Mixed mode.|
|**ppAdvanceOnClick**|1|Only when clicked.|
diff --git a/api/PowerPoint.PpAfterEffect.md b/api/PowerPoint.PpAfterEffect.md
index 86e391e8fd1..05a59208f45 100644
--- a/api/PowerPoint.PpAfterEffect.md
+++ b/api/PowerPoint.PpAfterEffect.md
@@ -14,7 +14,7 @@ Indicates whether the specified shape appears dimmed, hidden, or unchanged after
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppAfterEffectDim**|2|Appears dimmed|
|**ppAfterEffectHide**|1|Hides|
diff --git a/api/PowerPoint.PpAlertLevel.md b/api/PowerPoint.PpAlertLevel.md
index f0f911b5371..d28e4bdead1 100644
--- a/api/PowerPoint.PpAlertLevel.md
+++ b/api/PowerPoint.PpAlertLevel.md
@@ -14,7 +14,7 @@ Specifies whether Microsoft PowerPoint displays alerts while running a macro.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppAlertsAll**|2|All alerts displayed.|
|**ppAlertsNone**|1|No alerts displayed.|
diff --git a/api/PowerPoint.PpArrangeStyle.md b/api/PowerPoint.PpArrangeStyle.md
index 55e95b21896..5f9f6a0f053 100644
--- a/api/PowerPoint.PpArrangeStyle.md
+++ b/api/PowerPoint.PpArrangeStyle.md
@@ -14,7 +14,7 @@ Specifies whether to cascade or tile the windows.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppArrangeCascade**|2|Cascade|
|**ppArrangeTiled**|1|Tiled|
diff --git a/api/PowerPoint.PpAutoSize.md b/api/PowerPoint.PpAutoSize.md
index caa23398b37..7cef36035f3 100644
--- a/api/PowerPoint.PpAutoSize.md
+++ b/api/PowerPoint.PpAutoSize.md
@@ -14,7 +14,7 @@ Specifies whether the size of the specified shape is changed automatically to fi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppAutoSizeMixed**|-2|Mixed size.|
|**ppAutoSizeNone**|0|Does not change size.|
diff --git a/api/PowerPoint.PpBaselineAlignment.md b/api/PowerPoint.PpBaselineAlignment.md
index 09e36bf882b..dc9deab82bf 100644
--- a/api/PowerPoint.PpBaselineAlignment.md
+++ b/api/PowerPoint.PpBaselineAlignment.md
@@ -14,7 +14,7 @@ Specifies the base line alignment for a paragraph.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppBaselineAlignBaseline**|1|Aligned to the baseline.|
|**ppBaselineAlignCenter**|3|Aligned to the center.|
diff --git a/api/PowerPoint.PpBorderType.md b/api/PowerPoint.PpBorderType.md
index c66395f5091..7f4f69c2aa3 100644
--- a/api/PowerPoint.PpBorderType.md
+++ b/api/PowerPoint.PpBorderType.md
@@ -14,7 +14,7 @@ Indicates the direction in which a cell border or diagonal line is drawn.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppBorderBottom**|3|Bottom|
|**ppBorderDiagonalDown**|5|Diagonally down|
diff --git a/api/PowerPoint.PpBulletType.md b/api/PowerPoint.PpBulletType.md
index 819be3becd8..6b171648e0f 100644
--- a/api/PowerPoint.PpBulletType.md
+++ b/api/PowerPoint.PpBulletType.md
@@ -14,7 +14,7 @@ Specifies the type of bullet.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppBulletMixed**|-2|Mixed bullets|
|**ppBulletNone**|0|No bullets|
diff --git a/api/PowerPoint.PpChangeCase.md b/api/PowerPoint.PpChangeCase.md
index 164e9b1b1ac..8f2196eb7b0 100644
--- a/api/PowerPoint.PpChangeCase.md
+++ b/api/PowerPoint.PpChangeCase.md
@@ -14,7 +14,7 @@ Specifies the way the case of the specified text will be changed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppCaseLower**|2|Change to lowercase.|
|**ppCaseSentence**|1|Change to lowercase.|
diff --git a/api/PowerPoint.PpChartUnitEffect.md b/api/PowerPoint.PpChartUnitEffect.md
index 4cc94a50400..8503439918b 100644
--- a/api/PowerPoint.PpChartUnitEffect.md
+++ b/api/PowerPoint.PpChartUnitEffect.md
@@ -14,7 +14,7 @@ Specifies whether the graph range is animated by series, category, or element.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppAnimateByCategory**|2|By category|
|**ppAnimateByCategoryElements**|4|By category elements|
diff --git a/api/PowerPoint.PpCheckInVersionType.md b/api/PowerPoint.PpCheckInVersionType.md
index c866bd933d4..1df247931d8 100644
--- a/api/PowerPoint.PpCheckInVersionType.md
+++ b/api/PowerPoint.PpCheckInVersionType.md
@@ -14,7 +14,7 @@ Constants that specify the type of version of the Microsoft PowerPoint file to b
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppCheckInMajorVersion**|1|Major version|
|**ppCheckInMinorVersion**|0|Minor version|
diff --git a/api/PowerPoint.PpColorSchemeIndex.md b/api/PowerPoint.PpColorSchemeIndex.md
index fed8f5a18fe..8671fcda133 100644
--- a/api/PowerPoint.PpColorSchemeIndex.md
+++ b/api/PowerPoint.PpColorSchemeIndex.md
@@ -14,7 +14,7 @@ Specifies the color in the applied color scheme that is associated with the spec
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppAccent1**|6|Accent1|
|**ppAccent2**|7|Accent2|
diff --git a/api/PowerPoint.PpDateTimeFormat.md b/api/PowerPoint.PpDateTimeFormat.md
index 79802289595..8929551eeee 100644
--- a/api/PowerPoint.PpDateTimeFormat.md
+++ b/api/PowerPoint.PpDateTimeFormat.md
@@ -14,7 +14,7 @@ Specifies the format for the automatically updated date and time.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppDateTimeddddMMMMddyyyy**|2|ddddMMMMddyyyy|
|**ppDateTimedMMMMyyyy**|3|dMMMMyyyy|
diff --git a/api/PowerPoint.PpDirection.md b/api/PowerPoint.PpDirection.md
index 36b53b39732..d03117110db 100644
--- a/api/PowerPoint.PpDirection.md
+++ b/api/PowerPoint.PpDirection.md
@@ -14,7 +14,7 @@ Specifies the layout direction for text, table cells , or user interface.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppDirectionLeftToRight**|1|Left-to-right layout|
|**ppDirectionMixed**|-2|Mixed layout|
diff --git a/api/PowerPoint.PpEntryEffect.md b/api/PowerPoint.PpEntryEffect.md
index c8522a0d2b7..07beac20416 100644
--- a/api/PowerPoint.PpEntryEffect.md
+++ b/api/PowerPoint.PpEntryEffect.md
@@ -14,7 +14,7 @@ Specifies the special effect applied to the animation for the specified shape or
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppEffectAppear**|3844|Appear|
|**ppEffectBlindsHorizontal**|769|Blinds Horizontal|
diff --git a/api/PowerPoint.PpFarEastLineBreakLevel.md b/api/PowerPoint.PpFarEastLineBreakLevel.md
index 8ed14de66ed..28bb32fff49 100644
--- a/api/PowerPoint.PpFarEastLineBreakLevel.md
+++ b/api/PowerPoint.PpFarEastLineBreakLevel.md
@@ -14,7 +14,7 @@ Specifies where to add the line break based upon Asian character level.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppFarEastLineBreakLevelCustom**|3|Custom level|
|**ppFarEastLineBreakLevelNormal**|1|Normal level|
diff --git a/api/PowerPoint.PpFixedFormatIntent.md b/api/PowerPoint.PpFixedFormatIntent.md
index 5f9f9471c27..380e8e873d6 100644
--- a/api/PowerPoint.PpFixedFormatIntent.md
+++ b/api/PowerPoint.PpFixedFormatIntent.md
@@ -14,7 +14,7 @@ Constants that specify the intent of the fixed-format file export, passed to the
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppFixedFormatIntentPrint**|2|Intent is to print exported file.|
|**ppFixedFormatIntentScreen**|1|Intent is to view exported file on screen.|
diff --git a/api/PowerPoint.PpFixedFormatType.md b/api/PowerPoint.PpFixedFormatType.md
index ed9804d1843..1b53ddb6339 100644
--- a/api/PowerPoint.PpFixedFormatType.md
+++ b/api/PowerPoint.PpFixedFormatType.md
@@ -14,7 +14,7 @@ Constants that specify the type of fixed-format file to export, passed to the *
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppFixedFormatTypePDF**|2|PDF format|
|**ppFixedFormatTypeXPS**|1|XPS format|
diff --git a/api/PowerPoint.PpFollowColors.md b/api/PowerPoint.PpFollowColors.md
index 6e559b85f5b..54bfbedc67c 100644
--- a/api/PowerPoint.PpFollowColors.md
+++ b/api/PowerPoint.PpFollowColors.md
@@ -14,7 +14,7 @@ Specifies the extent to which the colors in the specified object follow the slid
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppFollowColorsMixed**|-2|The chart colors follow a mixed format of the slide's color scheme.|
|**ppFollowColorsNone**|0|The chart colors do not follow the slide's color scheme.|
diff --git a/api/PowerPoint.PpFrameColors.md b/api/PowerPoint.PpFrameColors.md
index 5bd9c22a824..80e68c61f6f 100644
--- a/api/PowerPoint.PpFrameColors.md
+++ b/api/PowerPoint.PpFrameColors.md
@@ -14,7 +14,7 @@ Specifies the text color for the outline pane and the background color for the o
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppFrameColorsBlackTextOnWhite**|5|Use White text on a Black frame.|
|**ppFrameColorsBrowserColors**|1|Use browser colors for the pane and text.|
diff --git a/api/PowerPoint.PpHTMLVersion.md b/api/PowerPoint.PpHTMLVersion.md
index 67b797e850b..bcd6e5df93a 100644
--- a/api/PowerPoint.PpHTMLVersion.md
+++ b/api/PowerPoint.PpHTMLVersion.md
@@ -14,7 +14,7 @@ Specifies the version of HTML for a published presentation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppHTMLAutodetect**|4|Autodetect|
|**ppHTMLDual**|3|Dual version|
diff --git a/api/PowerPoint.PpIndentControl.md b/api/PowerPoint.PpIndentControl.md
index 37f7604b624..6fb3b0f8ba8 100644
--- a/api/PowerPoint.PpIndentControl.md
+++ b/api/PowerPoint.PpIndentControl.md
@@ -14,7 +14,7 @@ Not used in PowerPoint.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppIndentControlMixed**|-2|Mixed control.|
|**ppIndentKeepAttr**|2|Keep attribute.|
diff --git a/api/PowerPoint.PpMediaType.md b/api/PowerPoint.PpMediaType.md
index 79f167b2117..3584afbea6c 100644
--- a/api/PowerPoint.PpMediaType.md
+++ b/api/PowerPoint.PpMediaType.md
@@ -14,7 +14,7 @@ Indicates the OLE media type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppMediaTypeMixed**|-2|Mixed|
|**ppMediaTypeMovie**|3|Movie|
diff --git a/api/PowerPoint.PpMouseActivation.md b/api/PowerPoint.PpMouseActivation.md
index 13873f78f2a..6052e8d7c03 100644
--- a/api/PowerPoint.PpMouseActivation.md
+++ b/api/PowerPoint.PpMouseActivation.md
@@ -14,7 +14,7 @@ The action setting for a **MouseClick** or **MouseOver** event.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppMouseClick**|1|Mouse click|
|**ppMouseOver**|2|Mouse over|
diff --git a/api/PowerPoint.PpNumberedBulletStyle.md b/api/PowerPoint.PpNumberedBulletStyle.md
index 9544f121584..706d19f8ead 100644
--- a/api/PowerPoint.PpNumberedBulletStyle.md
+++ b/api/PowerPoint.PpNumberedBulletStyle.md
@@ -14,7 +14,7 @@ Specifies the bullet style.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppBulletAlphaLCParenBoth**|8|Lowercase alphabetical characters with both parentheses.|
|**ppBulletAlphaLCParenRight**|9|Lowercase alphabetical characters with closing parenthesis.|
diff --git a/api/PowerPoint.PpParagraphAlignment.md b/api/PowerPoint.PpParagraphAlignment.md
index 4f9089b9e01..dbe523a52d7 100644
--- a/api/PowerPoint.PpParagraphAlignment.md
+++ b/api/PowerPoint.PpParagraphAlignment.md
@@ -14,7 +14,7 @@ Specifies the alignment for each paragraph in the specified paragraph format.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppAlignCenter**|2|Center align|
|**ppAlignDistribute**|5|Distribute|
diff --git a/api/PowerPoint.PpPasteDataType.md b/api/PowerPoint.PpPasteDataType.md
index be3e8da9a70..497a7bcd218 100644
--- a/api/PowerPoint.PpPasteDataType.md
+++ b/api/PowerPoint.PpPasteDataType.md
@@ -14,7 +14,7 @@ Specifies a format for the Clipboard contents when they are inserted into the do
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppPasteBitmap**|1|Paste bitmap.|
|**ppPasteDefault**|0|Paste the default content of the clipboard.|
diff --git a/api/PowerPoint.PpPlaceholderType.md b/api/PowerPoint.PpPlaceholderType.md
index 58176f65a3c..c2f6adefb80 100644
--- a/api/PowerPoint.PpPlaceholderType.md
+++ b/api/PowerPoint.PpPlaceholderType.md
@@ -14,7 +14,7 @@ Specifies the type of placeholder.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppPlaceholderBitmap**|9|Bitmap|
|**ppPlaceholderBody**|2|Body|
diff --git a/api/PowerPoint.PpPrintColorType.md b/api/PowerPoint.PpPrintColorType.md
index dd8bf7cad2b..b26e4063f7e 100644
--- a/api/PowerPoint.PpPrintColorType.md
+++ b/api/PowerPoint.PpPrintColorType.md
@@ -14,7 +14,7 @@ Specifies the way the specified document will be printed: in black and white, in
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppPrintBlackAndWhite**|2|Black and White|
|**ppPrintColor**|1|Colored|
diff --git a/api/PowerPoint.PpPrintHandoutOrder.md b/api/PowerPoint.PpPrintHandoutOrder.md
index 01bf2146808..aa3d0704d2e 100644
--- a/api/PowerPoint.PpPrintHandoutOrder.md
+++ b/api/PowerPoint.PpPrintHandoutOrder.md
@@ -14,7 +14,7 @@ Specifies the page layout order in which slides appear on printed handouts that
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppPrintHandoutHorizontalFirst**|2|Slides are ordered horizontally, with the first slide in the upper-left corner and the second slide to the right of it. If your language setting specifies a right-to-left language, the first slide is in the upper-right corner with the second slide to the left of it.|
|**ppPrintHandoutVerticalFirst**|1|Slides are ordered vertically, with the first slide in the upper-left corner and the second slide below it. If your language setting specifies a right-to-left language, the first slide is in the upper-right corner with the second slide below it.|
diff --git a/api/PowerPoint.PpPrintOutputType.md b/api/PowerPoint.PpPrintOutputType.md
index 384b5334351..5030ab35110 100644
--- a/api/PowerPoint.PpPrintOutputType.md
+++ b/api/PowerPoint.PpPrintOutputType.md
@@ -14,7 +14,7 @@ A value that indicates which component (slides, handouts, notes pages, or an out
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppPrintOutputBuildSlides**|7|Build Slides|
|**ppPrintOutputFourSlideHandouts**|8|Four Slide Handouts|
diff --git a/api/PowerPoint.PpPrintRangeType.md b/api/PowerPoint.PpPrintRangeType.md
index 36ede096501..d728b2dbec8 100644
--- a/api/PowerPoint.PpPrintRangeType.md
+++ b/api/PowerPoint.PpPrintRangeType.md
@@ -14,7 +14,7 @@ Specifies the type of print range for the presentation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppPrintAll**|1|Print all slides in the presentation.|
|**ppPrintCurrent**|3|Print the current slide from the presentation.|
diff --git a/api/PowerPoint.PpPublishSourceType.md b/api/PowerPoint.PpPublishSourceType.md
index 83b505a211c..b876f50145f 100644
--- a/api/PowerPoint.PpPublishSourceType.md
+++ b/api/PowerPoint.PpPublishSourceType.md
@@ -14,7 +14,7 @@ Constants that specify the type of source material to be published, passed to an
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppPublishAll**|1|Publish all.|
|**ppPublishNamedSlideShow**|3|Publish a named slideshow.|
diff --git a/api/PowerPoint.PpRemoveDocInfoType.md b/api/PowerPoint.PpRemoveDocInfoType.md
index 87ef0f86810..5ae7631f9ec 100644
--- a/api/PowerPoint.PpRemoveDocInfoType.md
+++ b/api/PowerPoint.PpRemoveDocInfoType.md
@@ -14,7 +14,7 @@ Constants that specify the type of document information, passed to the **Remove
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppRDIAll**|99|Remove all document information.|
|**ppRDIComments**|1|Remove comments.|
diff --git a/api/PowerPoint.PpRevisionInfo.md b/api/PowerPoint.PpRevisionInfo.md
index 94f20c0d34c..a4334f881da 100644
--- a/api/PowerPoint.PpRevisionInfo.md
+++ b/api/PowerPoint.PpRevisionInfo.md
@@ -14,7 +14,7 @@ Constants that specify the status of revision information in a presentation. In
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppRevisionInfoBaseline**|1|Information baseline.|
|**ppRevisionInfoMerged**|2|Information merged.|
diff --git a/api/PowerPoint.PpSelectionType.md b/api/PowerPoint.PpSelectionType.md
index 5b20cc05cc2..8330484c4c4 100644
--- a/api/PowerPoint.PpSelectionType.md
+++ b/api/PowerPoint.PpSelectionType.md
@@ -14,7 +14,7 @@ Constants that specify the type of selection, returned by the **Type** property
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppSelectionNone**|0|None|
|**ppSelectionShapes**|2|Shapes|
diff --git a/api/PowerPoint.PpSlideLayout.md b/api/PowerPoint.PpSlideLayout.md
index 16da9aebc05..07edb1fd01d 100644
--- a/api/PowerPoint.PpSlideLayout.md
+++ b/api/PowerPoint.PpSlideLayout.md
@@ -14,7 +14,7 @@ Constants that specify the layout of the slide, passed to and returned by the *
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppLayoutBlank**|12|Blank|
|**ppLayoutChart**|8|Chart|
diff --git a/api/PowerPoint.PpSlideShowAdvanceMode.md b/api/PowerPoint.PpSlideShowAdvanceMode.md
index 2d5d97613ac..efc3b1a6765 100644
--- a/api/PowerPoint.PpSlideShowAdvanceMode.md
+++ b/api/PowerPoint.PpSlideShowAdvanceMode.md
@@ -14,7 +14,7 @@ Constants that specify the mode of advance of the slide show, passed to and retu
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppSlideShowManualAdvance**|1|Manual Advance|
|**ppSlideShowRehearseNewTimings**|3|Rehearsed timings|
diff --git a/api/PowerPoint.PpSlideShowPointerType.md b/api/PowerPoint.PpSlideShowPointerType.md
index 9dd9c466e16..e3f812c9dee 100644
--- a/api/PowerPoint.PpSlideShowPointerType.md
+++ b/api/PowerPoint.PpSlideShowPointerType.md
@@ -14,7 +14,7 @@ Specifies the type of pointer for the slideshow.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppSlideShowPointerAlwaysHidden**|3|Pointer is always hidden.|
|**ppSlideShowPointerArrow**|1|Arrow pointer used.|
diff --git a/api/PowerPoint.PpSlideShowRangeType.md b/api/PowerPoint.PpSlideShowRangeType.md
index 8ad6403a1c1..7a99a663e15 100644
--- a/api/PowerPoint.PpSlideShowRangeType.md
+++ b/api/PowerPoint.PpSlideShowRangeType.md
@@ -14,7 +14,7 @@ Constants that specify the type of the slideshow range, passed to and returned b
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppShowAll**|1|Show all.|
|**ppShowNamedSlideShow**|3|Show named slideshow.|
diff --git a/api/PowerPoint.PpSlideShowState.md b/api/PowerPoint.PpSlideShowState.md
index 27adb8d5ecc..24d20902474 100644
--- a/api/PowerPoint.PpSlideShowState.md
+++ b/api/PowerPoint.PpSlideShowState.md
@@ -14,7 +14,7 @@ Constants that specify the state of the slide show, passed to and returned by th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppSlideShowBlackScreen**|3|Black screen|
|**ppSlideShowDone**|5|Done|
diff --git a/api/PowerPoint.PpSlideShowType.md b/api/PowerPoint.PpSlideShowType.md
index 7d0dfd69019..2dabeabc3e7 100644
--- a/api/PowerPoint.PpSlideShowType.md
+++ b/api/PowerPoint.PpSlideShowType.md
@@ -14,7 +14,7 @@ Constants that specify the type of slide show, passed to and returned by the **
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppShowTypeKiosk**|3|Kiosk|
|**ppShowTypeSpeaker**|1|Speaker|
diff --git a/api/PowerPoint.PpSlideSizeType.md b/api/PowerPoint.PpSlideSizeType.md
index 48866a9d635..22ffa4ae4cd 100644
--- a/api/PowerPoint.PpSlideSizeType.md
+++ b/api/PowerPoint.PpSlideSizeType.md
@@ -14,7 +14,7 @@ Constants that specify the size type for the slide, passed to and returned by th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppSlideSize35MM**|4|35MM|
|**ppSlideSizeA3Paper**|9|A3 Paper|
diff --git a/api/PowerPoint.PpSoundEffectType.md b/api/PowerPoint.PpSoundEffectType.md
index 2b8ee78917a..58dd988631a 100644
--- a/api/PowerPoint.PpSoundEffectType.md
+++ b/api/PowerPoint.PpSoundEffectType.md
@@ -14,7 +14,7 @@ Constants that specify the type of sound effect, passed to and returned by the
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppSoundEffectsMixed**|-2|Mixed|
|**ppSoundFile**|2|File|
diff --git a/api/PowerPoint.PpSoundFormatType.md b/api/PowerPoint.PpSoundFormatType.md
index 9d965bd8481..44e6543da2a 100644
--- a/api/PowerPoint.PpSoundFormatType.md
+++ b/api/PowerPoint.PpSoundFormatType.md
@@ -14,7 +14,7 @@ Constants that specify the format of a sound file. In previous versions of Micro
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppSoundFormatCDAudio**|3|CD Audio format|
|**ppSoundFormatMIDI**|2|MIDI format|
diff --git a/api/PowerPoint.PpTabStopType.md b/api/PowerPoint.PpTabStopType.md
index dc1fb6ec6da..d5264ccc893 100644
--- a/api/PowerPoint.PpTabStopType.md
+++ b/api/PowerPoint.PpTabStopType.md
@@ -14,7 +14,7 @@ Constants that specify the tab-stop type, passed to and returned by the **Type*
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppTabStopCenter**|2|Center tab stop|
|**ppTabStopDecimal**|4|Decimal tab stop|
diff --git a/api/PowerPoint.PpTextLevelEffect.md b/api/PowerPoint.PpTextLevelEffect.md
index bd7bef0e76c..95c232cb80e 100644
--- a/api/PowerPoint.PpTextLevelEffect.md
+++ b/api/PowerPoint.PpTextLevelEffect.md
@@ -14,7 +14,7 @@ Constants that specify the paragraph level by which text effects are animated, p
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppAnimateByAllLevels**|16|By all levels|
|**ppAnimateByFifthLevel**|5|By fifth level|
diff --git a/api/PowerPoint.PpTextStyleType.md b/api/PowerPoint.PpTextStyleType.md
index c84b3cc5a42..eb1485597d9 100644
--- a/api/PowerPoint.PpTextStyleType.md
+++ b/api/PowerPoint.PpTextStyleType.md
@@ -14,7 +14,7 @@ Constants that specify the text style type, passed to the **Item** method of th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppBodyStyle**|3|Body style|
|**ppDefaultStyle**|1|Default style|
diff --git a/api/PowerPoint.PpTextUnitEffect.md b/api/PowerPoint.PpTextUnitEffect.md
index f85a173a206..b24725b6a2a 100644
--- a/api/PowerPoint.PpTextUnitEffect.md
+++ b/api/PowerPoint.PpTextUnitEffect.md
@@ -14,7 +14,7 @@ Constants that specify how text-unit effects are animated, passed to and returne
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppAnimateByCharacter**|2|Text-unit effects are animated by character.|
|**ppAnimateByParagraph**|0|Text-unit effects are animated by paragraph.|
diff --git a/api/PowerPoint.PpTransitionSpeed.md b/api/PowerPoint.PpTransitionSpeed.md
index 7295c1884be..e07668b7036 100644
--- a/api/PowerPoint.PpTransitionSpeed.md
+++ b/api/PowerPoint.PpTransitionSpeed.md
@@ -14,7 +14,7 @@ Constants that specify the speed of the transition from one slide to the next, p
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppTransitionSpeedFast**|3|Fast|
|**ppTransitionSpeedMedium**|2|Medium|
diff --git a/api/PowerPoint.PpUpdateOption.md b/api/PowerPoint.PpUpdateOption.md
index 45d91049718..2b5aaddf2d8 100644
--- a/api/PowerPoint.PpUpdateOption.md
+++ b/api/PowerPoint.PpUpdateOption.md
@@ -14,7 +14,7 @@ Constants that specify how hyperlinks in presentaitons should be updated, passed
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppUpdateOptionAutomatic**|2|Link will be updated each time the presentation is opened or the source file changes.|
|**ppUpdateOptionManual**|1|Link will be updated only when the user specifically asks to update the presentation.|
diff --git a/api/PowerPoint.PpViewType.md b/api/PowerPoint.PpViewType.md
index 37c3d7acd7d..a1f2dbc1168 100644
--- a/api/PowerPoint.PpViewType.md
+++ b/api/PowerPoint.PpViewType.md
@@ -14,7 +14,7 @@ Constants that specify the type of view, passed to and returned by the **Docume
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppViewHandoutMaster**|4|Handout Master|
|**ppViewMasterThumbnails**|12|Master Thumbnails|
diff --git a/api/PowerPoint.PpWindowState.md b/api/PowerPoint.PpWindowState.md
index 32b3c7be5a1..9a118b85609 100644
--- a/api/PowerPoint.PpWindowState.md
+++ b/api/PowerPoint.PpWindowState.md
@@ -14,7 +14,7 @@ Constants that specify the window state, passed to and returned by the **Window
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppWindowMaximized**|3|Maximized|
|**ppWindowMinimized**|2|Minimized|
diff --git a/api/PowerPoint.Presentation.AcceptAll.md b/api/PowerPoint.Presentation.AcceptAll.md
index 76f1734bcd9..0fbbc668ff9 100644
--- a/api/PowerPoint.Presentation.AcceptAll.md
+++ b/api/PowerPoint.Presentation.AcceptAll.md
@@ -23,7 +23,7 @@ Accepts all changes.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
None
diff --git a/api/PowerPoint.Presentation.AddTitleMaster.md b/api/PowerPoint.Presentation.AddTitleMaster.md
index c88f96624d7..d57c500c5e8 100644
--- a/api/PowerPoint.Presentation.AddTitleMaster.md
+++ b/api/PowerPoint.Presentation.AddTitleMaster.md
@@ -23,7 +23,7 @@ Adds a title master to the specified presentation and returns a **[Master](Powe
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/PowerPoint.Presentation.Application.md b/api/PowerPoint.Presentation.Application.md
index 75ac0d6255f..14f061e8d08 100644
--- a/api/PowerPoint.Presentation.Application.md
+++ b/api/PowerPoint.Presentation.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Presentation.ApplyTemplate.md b/api/PowerPoint.Presentation.ApplyTemplate.md
index f197daa5f26..ae4f44827c8 100644
--- a/api/PowerPoint.Presentation.ApplyTemplate.md
+++ b/api/PowerPoint.Presentation.ApplyTemplate.md
@@ -27,7 +27,7 @@ Applies a design template to the specified presentation.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|Specifies the name of the design template.|
diff --git a/api/PowerPoint.Presentation.ApplyTheme.md b/api/PowerPoint.Presentation.ApplyTheme.md
index a3d8814c0ef..2a64fa6bbe3 100644
--- a/api/PowerPoint.Presentation.ApplyTheme.md
+++ b/api/PowerPoint.Presentation.ApplyTheme.md
@@ -27,7 +27,7 @@ Applies a theme or design template to the specified presentation.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _themeName_|Required|**String**|The path and name of the theme file (.thmx) or design template file (.pot) to apply to the **Presentation** object.|
diff --git a/api/PowerPoint.Presentation.Broadcast.md b/api/PowerPoint.Presentation.Broadcast.md
index 70e7e102c2a..7ad92ce202a 100644
--- a/api/PowerPoint.Presentation.Broadcast.md
+++ b/api/PowerPoint.Presentation.Broadcast.md
@@ -23,7 +23,7 @@ Returns the **Broadcast** object of the current **Presentation** object. Read-o
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
**Broadcast**
diff --git a/api/PowerPoint.Presentation.BuiltInDocumentProperties.md b/api/PowerPoint.Presentation.BuiltInDocumentProperties.md
index f023dafe502..cf91fb543df 100644
--- a/api/PowerPoint.Presentation.BuiltInDocumentProperties.md
+++ b/api/PowerPoint.Presentation.BuiltInDocumentProperties.md
@@ -23,7 +23,7 @@ Returns a **DocumentProperties** collection that represents all the built-in do
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
DocumentProperties
diff --git a/api/PowerPoint.Presentation.CanCheckIn.md b/api/PowerPoint.Presentation.CanCheckIn.md
index 1199de0e8e9..92efdbc7ee6 100644
--- a/api/PowerPoint.Presentation.CanCheckIn.md
+++ b/api/PowerPoint.Presentation.CanCheckIn.md
@@ -23,7 +23,7 @@ Returns **True** if Microsoft PowerPoint can check in a specified presentation
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Presentation.CheckIn.md b/api/PowerPoint.Presentation.CheckIn.md
index bff260ae382..19d28e7e53f 100644
--- a/api/PowerPoint.Presentation.CheckIn.md
+++ b/api/PowerPoint.Presentation.CheckIn.md
@@ -27,7 +27,7 @@ Returns a presentation from a local computer to a server, and sets the local fil
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional|**Boolean**|**True** saves the presentation to the server location. The default value is **False**.|
| _Comments_|Optional|**Variant**|Comments for the revision of the presentation being checked in (only applies if SaveChanges equals **True**).|
diff --git a/api/PowerPoint.Presentation.CheckInWithVersion.md b/api/PowerPoint.Presentation.CheckInWithVersion.md
index 925bb11f547..93a0dd7a10d 100644
--- a/api/PowerPoint.Presentation.CheckInWithVersion.md
+++ b/api/PowerPoint.Presentation.CheckInWithVersion.md
@@ -27,7 +27,7 @@ Returns a presentation from a local computer to a server, and sets the local fil
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional|**Boolean**|**True** saves the presentation to the server location. The default value is **False**.|
| _Comments_|Optional|**Variant**|Comments for the revision of the presentation being checked in (only applies if SaveChanges equals **True**).|
diff --git a/api/PowerPoint.Presentation.ColorSchemes.md b/api/PowerPoint.Presentation.ColorSchemes.md
index 5a2cea46e99..5008233a7d5 100644
--- a/api/PowerPoint.Presentation.ColorSchemes.md
+++ b/api/PowerPoint.Presentation.ColorSchemes.md
@@ -23,7 +23,7 @@ Returns a **[ColorSchemes](PowerPoint.ColorSchemes.md)** collection that repres
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
ColorSchemes
diff --git a/api/PowerPoint.Presentation.Container.md b/api/PowerPoint.Presentation.Container.md
index 77614b40813..2cb0cb525a9 100644
--- a/api/PowerPoint.Presentation.Container.md
+++ b/api/PowerPoint.Presentation.Container.md
@@ -23,7 +23,7 @@ Returns the object that contains the specified embedded presentation. Read-only.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Presentation.ContentTypeProperties.md b/api/PowerPoint.Presentation.ContentTypeProperties.md
index 744ba02ce5b..2898e30281b 100644
--- a/api/PowerPoint.Presentation.ContentTypeProperties.md
+++ b/api/PowerPoint.Presentation.ContentTypeProperties.md
@@ -23,7 +23,7 @@ Returns the Microsoft Office **MetaProperties** collection that describes the m
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MetaProperties
diff --git a/api/PowerPoint.Presentation.Convert2.md b/api/PowerPoint.Presentation.Convert2.md
index 09d836d6090..2ab938c0070 100644
--- a/api/PowerPoint.Presentation.Convert2.md
+++ b/api/PowerPoint.Presentation.Convert2.md
@@ -27,7 +27,7 @@ Converts a file to a different file type.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file to be converted.|
diff --git a/api/PowerPoint.Presentation.CreateVideo.md b/api/PowerPoint.Presentation.CreateVideo.md
index b2214d92670..ce7d578cc9e 100644
--- a/api/PowerPoint.Presentation.CreateVideo.md
+++ b/api/PowerPoint.Presentation.CreateVideo.md
@@ -27,7 +27,7 @@ Creates a video in a **Presentation** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the video file to create.|
| _UseTimingsAndNarrations_|Optional|**Boolean**|Indicates whether to use timings and narrations.|
diff --git a/api/PowerPoint.Presentation.CustomDocumentProperties.md b/api/PowerPoint.Presentation.CustomDocumentProperties.md
index aba112bc817..b44c383089c 100644
--- a/api/PowerPoint.Presentation.CustomDocumentProperties.md
+++ b/api/PowerPoint.Presentation.CustomDocumentProperties.md
@@ -23,7 +23,7 @@ Returns a **DocumentProperties** collection that represents all the custom docu
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
DocumentProperties
diff --git a/api/PowerPoint.Presentation.CustomXMLParts.md b/api/PowerPoint.Presentation.CustomXMLParts.md
index ff1b83f57ea..9067d9668bf 100644
--- a/api/PowerPoint.Presentation.CustomXMLParts.md
+++ b/api/PowerPoint.Presentation.CustomXMLParts.md
@@ -23,7 +23,7 @@ Returns a **[CustomXMLParts](./Office.CustomXMLParts.md)** object that represen
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
CustomXMLParts
diff --git a/api/PowerPoint.Presentation.CustomerData.md b/api/PowerPoint.Presentation.CustomerData.md
index cb17172e804..f3097e54067 100644
--- a/api/PowerPoint.Presentation.CustomerData.md
+++ b/api/PowerPoint.Presentation.CustomerData.md
@@ -23,7 +23,7 @@ Returns a **CustomerData** object. Read-only.
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
CustomerData
diff --git a/api/PowerPoint.Presentation.DefaultLanguageID.md b/api/PowerPoint.Presentation.DefaultLanguageID.md
index 34924553505..dec51f80c6b 100644
--- a/api/PowerPoint.Presentation.DefaultLanguageID.md
+++ b/api/PowerPoint.Presentation.DefaultLanguageID.md
@@ -23,7 +23,7 @@ Returns or sets the default language of a presentation. Read/write.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoLanguageID
diff --git a/api/PowerPoint.Presentation.DefaultShape.md b/api/PowerPoint.Presentation.DefaultShape.md
index 454ee2d90d9..8bbeb41f274 100644
--- a/api/PowerPoint.Presentation.DefaultShape.md
+++ b/api/PowerPoint.Presentation.DefaultShape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](PowerPoint.Shape.md)** object that represents the default s
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Presentation.Designs.md b/api/PowerPoint.Presentation.Designs.md
index a944fc9d059..912e7d01cef 100644
--- a/api/PowerPoint.Presentation.Designs.md
+++ b/api/PowerPoint.Presentation.Designs.md
@@ -23,7 +23,7 @@ Returns a **[Designs](PowerPoint.Designs.md)** object that represents a collect
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Designs
diff --git a/api/PowerPoint.Presentation.DisplayComments.md b/api/PowerPoint.Presentation.DisplayComments.md
index de82b7868ce..edc45ebaf36 100644
--- a/api/PowerPoint.Presentation.DisplayComments.md
+++ b/api/PowerPoint.Presentation.DisplayComments.md
@@ -23,7 +23,7 @@ Determines whether comments are displayed in the specified presentation. Read/wr
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Presentation.DocumentInspectors.md b/api/PowerPoint.Presentation.DocumentInspectors.md
index c8eee8bfd52..cdca2c5659f 100644
--- a/api/PowerPoint.Presentation.DocumentInspectors.md
+++ b/api/PowerPoint.Presentation.DocumentInspectors.md
@@ -23,7 +23,7 @@ Returns the Microsoft Office **[DocumentInspectors](./Office.DocumentInspectors
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
DocumentInspectors
diff --git a/api/PowerPoint.Presentation.DocumentLibraryVersions.md b/api/PowerPoint.Presentation.DocumentLibraryVersions.md
index 80cc3e20e2d..989be397e30 100644
--- a/api/PowerPoint.Presentation.DocumentLibraryVersions.md
+++ b/api/PowerPoint.Presentation.DocumentLibraryVersions.md
@@ -23,7 +23,7 @@ Returns a **DocumentLibraryVersions** collection that represents the collection
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
DocumentLibraryVersions
diff --git a/api/PowerPoint.Presentation.EncryptionProvider.md b/api/PowerPoint.Presentation.EncryptionProvider.md
index 7f84ac78155..d14811fb469 100644
--- a/api/PowerPoint.Presentation.EncryptionProvider.md
+++ b/api/PowerPoint.Presentation.EncryptionProvider.md
@@ -23,7 +23,7 @@ Returns a **String** that specifies the name of the algorithm encryption provid
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.EndReview.md b/api/PowerPoint.Presentation.EndReview.md
index 04a76151abd..87cdbbb0edb 100644
--- a/api/PowerPoint.Presentation.EndReview.md
+++ b/api/PowerPoint.Presentation.EndReview.md
@@ -23,7 +23,7 @@ Ends the review cycle.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
None
diff --git a/api/PowerPoint.Presentation.EnvelopeVisible.md b/api/PowerPoint.Presentation.EnvelopeVisible.md
index f3ddb90c67d..d6fbb5c3510 100644
--- a/api/PowerPoint.Presentation.EnvelopeVisible.md
+++ b/api/PowerPoint.Presentation.EnvelopeVisible.md
@@ -23,7 +23,7 @@ Determines whether the e-mail message header is visible in the document window.
_expression_ A variable that represents an [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Presentation.Export.md b/api/PowerPoint.Presentation.Export.md
index 854c75a876b..4ec21ad5e63 100644
--- a/api/PowerPoint.Presentation.Export.md
+++ b/api/PowerPoint.Presentation.Export.md
@@ -27,7 +27,7 @@ Exports each slide in the presentation, using the specified graphics filter, and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required|**String**|The path of the folder where you want to save the exported slides. You can include a full path; if you don't do this, Microsoft PowerPoint creates a subfolder in the current folder for the exported slides.|
| _FilterName_|Required|**String**|The graphics format in which you want to export slides. The specified graphics format must have an export filter registered in the Windows registry. You can specify either the registered extension or the registered filter name. PowerPoint will first search for a matching extension in the registry. If no extension that matches the specified string is found, PowerPoint will look for a filter name that matches.|
diff --git a/api/PowerPoint.Presentation.ExportAsFixedFormat.md b/api/PowerPoint.Presentation.ExportAsFixedFormat.md
index d0c054b0755..ee92c6833a3 100644
--- a/api/PowerPoint.Presentation.ExportAsFixedFormat.md
+++ b/api/PowerPoint.Presentation.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Publishes a copy of a Microsoft PowerPoint presentation as a file in a fixed for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required|**String**|The path for the export.|
| _FixedFormatType_|Required|**PpFixedFormatType**|The format to which the slides should be exported.|
diff --git a/api/PowerPoint.Presentation.ExtraColors.md b/api/PowerPoint.Presentation.ExtraColors.md
index 314fcb4ae6e..a650422de38 100644
--- a/api/PowerPoint.Presentation.ExtraColors.md
+++ b/api/PowerPoint.Presentation.ExtraColors.md
@@ -23,7 +23,7 @@ Returns an **[ExtraColors](PowerPoint.ExtraColors.md)** object that represents
_expression_ A variable that represents an [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
ExtraColors
diff --git a/api/PowerPoint.Presentation.FarEastLineBreakLanguage.md b/api/PowerPoint.Presentation.FarEastLineBreakLanguage.md
index 1cbac5a77d6..dd9ac0dbf8e 100644
--- a/api/PowerPoint.Presentation.FarEastLineBreakLanguage.md
+++ b/api/PowerPoint.Presentation.FarEastLineBreakLanguage.md
@@ -23,7 +23,7 @@ Returns or sets the language used to determine which line break level is used wh
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoFarEastLineBreakLanguageID
diff --git a/api/PowerPoint.Presentation.FarEastLineBreakLevel.md b/api/PowerPoint.Presentation.FarEastLineBreakLevel.md
index 1499efb9001..93e2f41aafd 100644
--- a/api/PowerPoint.Presentation.FarEastLineBreakLevel.md
+++ b/api/PowerPoint.Presentation.FarEastLineBreakLevel.md
@@ -23,7 +23,7 @@ Returns or sets the line break based upon Asian character level. Read/write.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
PpFarEastLineBreakLevel
diff --git a/api/PowerPoint.Presentation.Final.md b/api/PowerPoint.Presentation.Final.md
index 2212d1a9a56..cf05eeb0497 100644
--- a/api/PowerPoint.Presentation.Final.md
+++ b/api/PowerPoint.Presentation.Final.md
@@ -23,7 +23,7 @@ Determines whether the presentation is marked as final (read-only). Read/write.
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Presentation.FollowHyperlink.md b/api/PowerPoint.Presentation.FollowHyperlink.md
index ab74abe296b..820836db4ed 100644
--- a/api/PowerPoint.Presentation.FollowHyperlink.md
+++ b/api/PowerPoint.Presentation.FollowHyperlink.md
@@ -27,7 +27,7 @@ Displays a cached document, if it has already been downloaded. Otherwise, this m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Required|**String**|The address of the target document.|
| _SubAddress_|Optional|**String**|The location in the target document. By default, this argument is an empty string.|
@@ -37,7 +37,7 @@ Displays a cached document, if it has already been downloaded. Otherwise, this m
| _Method_|Optional|**MsoExtraInfoMethod**|Specifies how ExtraInfo is posted or appended.|
| _HeaderInfo_|Optional|**String**| A string that specifies header information for the HTTP request. The default value is an empty string. You can combine several header lines into a single string by using the following syntax: "string1" &; vbCr &; "string2". The specified string is automatically converted into ANSI characters. Note that the HeaderInfo argument may overwrite default HTTP header fields.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Presentation.FullName.md b/api/PowerPoint.Presentation.FullName.md
index af304a59226..014c03a894e 100644
--- a/api/PowerPoint.Presentation.FullName.md
+++ b/api/PowerPoint.Presentation.FullName.md
@@ -23,7 +23,7 @@ Returns the name of the specified add-in or saved presentation, including the pa
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.GetWorkflowTasks.md b/api/PowerPoint.Presentation.GetWorkflowTasks.md
index 366710f4115..729bf454dfd 100644
--- a/api/PowerPoint.Presentation.GetWorkflowTasks.md
+++ b/api/PowerPoint.Presentation.GetWorkflowTasks.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
WorkFlowTasks
diff --git a/api/PowerPoint.Presentation.GetWorkflowTemplates.md b/api/PowerPoint.Presentation.GetWorkflowTemplates.md
index 34b9df556a6..489914fac6d 100644
--- a/api/PowerPoint.Presentation.GetWorkflowTemplates.md
+++ b/api/PowerPoint.Presentation.GetWorkflowTemplates.md
@@ -23,7 +23,7 @@ Returns the Microsoft Office **WorkflowTemplates** collection.
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
WorkFlowTemplates
diff --git a/api/PowerPoint.Presentation.GridDistance.md b/api/PowerPoint.Presentation.GridDistance.md
index 0422b56b49a..4349bef05f3 100644
--- a/api/PowerPoint.Presentation.GridDistance.md
+++ b/api/PowerPoint.Presentation.GridDistance.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents the distance between gridlines. Re
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Presentation.HandoutMaster.md b/api/PowerPoint.Presentation.HandoutMaster.md
index 966561748b0..b50074f1797 100644
--- a/api/PowerPoint.Presentation.HandoutMaster.md
+++ b/api/PowerPoint.Presentation.HandoutMaster.md
@@ -23,7 +23,7 @@ Returns a **[Master](PowerPoint.Master.md)** object that represents the handout
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/PowerPoint.Presentation.HasHandoutMaster.md b/api/PowerPoint.Presentation.HasHandoutMaster.md
index 5ee9e7db36f..eb27b5fb8b8 100644
--- a/api/PowerPoint.Presentation.HasHandoutMaster.md
+++ b/api/PowerPoint.Presentation.HasHandoutMaster.md
@@ -23,7 +23,7 @@ Indicates whether the presentation has media that resides on a handout master. R
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/PowerPoint.Presentation.HasNotesMaster.md b/api/PowerPoint.Presentation.HasNotesMaster.md
index f19fc41544b..37fee58a31b 100644
--- a/api/PowerPoint.Presentation.HasNotesMaster.md
+++ b/api/PowerPoint.Presentation.HasNotesMaster.md
@@ -23,7 +23,7 @@ Indicates whether the presentation has media that resides on a notes master. Rea
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/PowerPoint.Presentation.HasTitleMaster.md b/api/PowerPoint.Presentation.HasTitleMaster.md
index 76873636151..3d189d3a25e 100644
--- a/api/PowerPoint.Presentation.HasTitleMaster.md
+++ b/api/PowerPoint.Presentation.HasTitleMaster.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Presentation.HasVBProject.md b/api/PowerPoint.Presentation.HasVBProject.md
index 57a604f6096..4ca0cb21c94 100644
--- a/api/PowerPoint.Presentation.HasVBProject.md
+++ b/api/PowerPoint.Presentation.HasVBProject.md
@@ -23,7 +23,7 @@ Returns whether the active presentation contains a Microsoft Visual Basic for Ap
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Presentation.LayoutDirection.md b/api/PowerPoint.Presentation.LayoutDirection.md
index 0fa4269078b..7b047a4031f 100644
--- a/api/PowerPoint.Presentation.LayoutDirection.md
+++ b/api/PowerPoint.Presentation.LayoutDirection.md
@@ -23,7 +23,7 @@ Returns or sets the layout direction for the user interface. Read/write.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
PpDirection
diff --git a/api/PowerPoint.Presentation.MergeWithBaseline.md b/api/PowerPoint.Presentation.MergeWithBaseline.md
index 44be261f92b..ed8b5d55879 100644
--- a/api/PowerPoint.Presentation.MergeWithBaseline.md
+++ b/api/PowerPoint.Presentation.MergeWithBaseline.md
@@ -27,12 +27,12 @@ Merges a presentation into another presentation.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _withPresentation_|Required|**String**|The path that points to the presentation to be merged with the active presentation.|
| _baselinePresentation_|Required|**String**|The path that points to the presentation to be used as baseline in the merge.|
-### Return Value
+### Return value
None
diff --git a/api/PowerPoint.Presentation.Name.md b/api/PowerPoint.Presentation.Name.md
index 7a3808463e0..4a354ba9ea0 100644
--- a/api/PowerPoint.Presentation.Name.md
+++ b/api/PowerPoint.Presentation.Name.md
@@ -23,7 +23,7 @@ The name of the presentation includes the file name extension (for file types th
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.NewWindow.md b/api/PowerPoint.Presentation.NewWindow.md
index 3e649f43771..4987bfd1037 100644
--- a/api/PowerPoint.Presentation.NewWindow.md
+++ b/api/PowerPoint.Presentation.NewWindow.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
DocumentWindow
diff --git a/api/PowerPoint.Presentation.NoLineBreakAfter.md b/api/PowerPoint.Presentation.NoLineBreakAfter.md
index 1a7779fc12b..a9b6b7323b7 100644
--- a/api/PowerPoint.Presentation.NoLineBreakAfter.md
+++ b/api/PowerPoint.Presentation.NoLineBreakAfter.md
@@ -23,7 +23,7 @@ Returns or sets the characters that cannot end a line. Read/write.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.NoLineBreakBefore.md b/api/PowerPoint.Presentation.NoLineBreakBefore.md
index 51ae14826ba..a7b971d7951 100644
--- a/api/PowerPoint.Presentation.NoLineBreakBefore.md
+++ b/api/PowerPoint.Presentation.NoLineBreakBefore.md
@@ -23,7 +23,7 @@ Returns or sets the characters that cannot begin a line. Read/write.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.NotesMaster.md b/api/PowerPoint.Presentation.NotesMaster.md
index fb95dd8dc75..58f7774b518 100644
--- a/api/PowerPoint.Presentation.NotesMaster.md
+++ b/api/PowerPoint.Presentation.NotesMaster.md
@@ -23,7 +23,7 @@ Returns a **[Master](PowerPoint.Master.md)** object that represents the notes m
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/PowerPoint.Presentation.PageSetup.md b/api/PowerPoint.Presentation.PageSetup.md
index 6dea627375c..79e81903271 100644
--- a/api/PowerPoint.Presentation.PageSetup.md
+++ b/api/PowerPoint.Presentation.PageSetup.md
@@ -23,7 +23,7 @@ Returns a **[PageSetup](PowerPoint.PageSetup.md)** object whose properties cont
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
PageSetup
diff --git a/api/PowerPoint.Presentation.Parent.md b/api/PowerPoint.Presentation.Parent.md
index b5be75a78e5..365db3fcd95 100644
--- a/api/PowerPoint.Presentation.Parent.md
+++ b/api/PowerPoint.Presentation.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Presentation.Password.md b/api/PowerPoint.Presentation.Password.md
index 8580cac275f..eaccb637b98 100644
--- a/api/PowerPoint.Presentation.Password.md
+++ b/api/PowerPoint.Presentation.Password.md
@@ -23,7 +23,7 @@ Returns or sets the password that must be supplied to open the specified present
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.PasswordEncryptionAlgorithm.md b/api/PowerPoint.Presentation.PasswordEncryptionAlgorithm.md
index 6fc3b0b6c43..62c6a8f09ad 100644
--- a/api/PowerPoint.Presentation.PasswordEncryptionAlgorithm.md
+++ b/api/PowerPoint.Presentation.PasswordEncryptionAlgorithm.md
@@ -23,7 +23,7 @@ Returns the algorithm Microsoft PowerPoint uses for encrypting documents with pa
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.PasswordEncryptionFileProperties.md b/api/PowerPoint.Presentation.PasswordEncryptionFileProperties.md
index d19ca737731..639562bb0a7 100644
--- a/api/PowerPoint.Presentation.PasswordEncryptionFileProperties.md
+++ b/api/PowerPoint.Presentation.PasswordEncryptionFileProperties.md
@@ -23,7 +23,7 @@ Returns whether Microsoft PowerPoint encrypts file properties for password-prote
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Presentation.PasswordEncryptionKeyLength.md b/api/PowerPoint.Presentation.PasswordEncryptionKeyLength.md
index 50e69426f2c..98e0efe3b89 100644
--- a/api/PowerPoint.Presentation.PasswordEncryptionKeyLength.md
+++ b/api/PowerPoint.Presentation.PasswordEncryptionKeyLength.md
@@ -23,7 +23,7 @@ Returns the key length of the algorithm Microsoft PowerPoint uses when it encryp
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Presentation.PasswordEncryptionProvider.md b/api/PowerPoint.Presentation.PasswordEncryptionProvider.md
index e03d145ad1c..1450425bce5 100644
--- a/api/PowerPoint.Presentation.PasswordEncryptionProvider.md
+++ b/api/PowerPoint.Presentation.PasswordEncryptionProvider.md
@@ -23,7 +23,7 @@ Returns the name of the algorithm encryption provider that Microsoft PowerPoint
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.Path.md b/api/PowerPoint.Presentation.Path.md
index 2bc464df4af..3beadd79674 100644
--- a/api/PowerPoint.Presentation.Path.md
+++ b/api/PowerPoint.Presentation.Path.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the path to the specified **[Presentation]
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.Permission.md b/api/PowerPoint.Presentation.Permission.md
index 6b33e088c1f..fbf25bb933e 100644
--- a/api/PowerPoint.Presentation.Permission.md
+++ b/api/PowerPoint.Presentation.Permission.md
@@ -24,7 +24,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Permission
diff --git a/api/PowerPoint.Presentation.PrintOptions.md b/api/PowerPoint.Presentation.PrintOptions.md
index 6980524e375..2870e52bf96 100644
--- a/api/PowerPoint.Presentation.PrintOptions.md
+++ b/api/PowerPoint.Presentation.PrintOptions.md
@@ -23,7 +23,7 @@ Returns a **[PrintOptions](PowerPoint.PrintOptions.md)** object that represents
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
PrintOptions
diff --git a/api/PowerPoint.Presentation.PrintOut.md b/api/PowerPoint.Presentation.PrintOut.md
index f5be78f5f0a..c4baf29acbc 100644
--- a/api/PowerPoint.Presentation.PrintOut.md
+++ b/api/PowerPoint.Presentation.PrintOut.md
@@ -27,7 +27,7 @@ Prints the specified presentation.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional|**Integer**|The number of the first page to be printed. If this argument is omitted, printing starts at the beginning of the presentation. Specifying the To and From arguments sets the contents of the **[PrintRanges](PowerPoint.PrintRanges.md)** object and sets the value of the **RangeType** property for the presentation.|
| _To_|Optional|**Integer**|The number of the last page to be printed. If this argument is omitted, printing continues to the end of the presentation. Specifying the To and From arguments sets the contents of the **[PrintRanges](PowerPoint.PrintRanges.md)** object and sets the value of the **RangeType** property for the presentation.|
diff --git a/api/PowerPoint.Presentation.PublishSlides.md b/api/PowerPoint.Presentation.PublishSlides.md
index 15fa2e7fc80..05871ac6311 100644
--- a/api/PowerPoint.Presentation.PublishSlides.md
+++ b/api/PowerPoint.Presentation.PublishSlides.md
@@ -27,7 +27,7 @@ Creates a Web presentation (in HTML format) containing slides from any loaded pr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SlideLibraryUrl_|Required|**String**|URL to the slide library.|
| _Overwrite_|Optional|**Boolean**|**True** if the original presentation should be overwritten.|
diff --git a/api/PowerPoint.Presentation.ReadOnly.md b/api/PowerPoint.Presentation.ReadOnly.md
index 7f4b842e61e..2f873ed750d 100644
--- a/api/PowerPoint.Presentation.ReadOnly.md
+++ b/api/PowerPoint.Presentation.ReadOnly.md
@@ -23,7 +23,7 @@ Returns whether the specified presentation is read-only. Read-only.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Presentation.RejectAll.md b/api/PowerPoint.Presentation.RejectAll.md
index 28d1608fa43..ef1839115b2 100644
--- a/api/PowerPoint.Presentation.RejectAll.md
+++ b/api/PowerPoint.Presentation.RejectAll.md
@@ -23,7 +23,7 @@ Rejects all changes.
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
None
diff --git a/api/PowerPoint.Presentation.RemoveDocumentInformation.md b/api/PowerPoint.Presentation.RemoveDocumentInformation.md
index 35d2a7a780f..a683b6006d3 100644
--- a/api/PowerPoint.Presentation.RemoveDocumentInformation.md
+++ b/api/PowerPoint.Presentation.RemoveDocumentInformation.md
@@ -27,7 +27,7 @@ Removes document information, such as personal information, comments, and docume
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**PpRemoveDocInfoType**|Type of information to be removed.|
diff --git a/api/PowerPoint.Presentation.RemovePersonalInformation.md b/api/PowerPoint.Presentation.RemovePersonalInformation.md
index ec233b10cff..ea335b9a11e 100644
--- a/api/PowerPoint.Presentation.RemovePersonalInformation.md
+++ b/api/PowerPoint.Presentation.RemovePersonalInformation.md
@@ -23,7 +23,7 @@ Determines whether Microsoft PowerPoint should remove all user information from
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Presentation.Research.md b/api/PowerPoint.Presentation.Research.md
index 2bcc20634ef..93b42b846bd 100644
--- a/api/PowerPoint.Presentation.Research.md
+++ b/api/PowerPoint.Presentation.Research.md
@@ -23,7 +23,7 @@ Returns a **Research** object that provides access to the research service feat
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Research
diff --git a/api/PowerPoint.Presentation.SaveAs.md b/api/PowerPoint.Presentation.SaveAs.md
index adaa63556f6..8174df92064 100644
--- a/api/PowerPoint.Presentation.SaveAs.md
+++ b/api/PowerPoint.Presentation.SaveAs.md
@@ -26,7 +26,7 @@ Saves a presentation that's never been saved, or saves a previously saved presen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required|**String**|Specifies the name to save the file under. If you don't include a full path, PowerPoint saves the file in the current folder.|
| _FileFormat_|Optional|**PpSaveAsFileType**|Specifies the saved file format. If this argument is omitted, the file is saved in the default file format (**ppSaveAsDefault**).|
diff --git a/api/PowerPoint.Presentation.SaveCopyAs.md b/api/PowerPoint.Presentation.SaveCopyAs.md
index 3975f9f6546..17eae5dc445 100644
--- a/api/PowerPoint.Presentation.SaveCopyAs.md
+++ b/api/PowerPoint.Presentation.SaveCopyAs.md
@@ -27,7 +27,7 @@ Saves a copy of the specified presentation to a file without modifying the origi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|Specifies the name to save the file under. If you don't include a full path, PowerPoint saves the file in the current folder.|
| _FileFormat_|Optional|**PpSaveAsFileType**|The file format.|
diff --git a/api/PowerPoint.Presentation.Saved.md b/api/PowerPoint.Presentation.Saved.md
index 8d8df817f95..7014d1ffcb5 100644
--- a/api/PowerPoint.Presentation.Saved.md
+++ b/api/PowerPoint.Presentation.Saved.md
@@ -23,7 +23,7 @@ Determines whether changes have been made to a presentation since it was last sa
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Presentation.SectionProperties.md b/api/PowerPoint.Presentation.SectionProperties.md
index 3de04cba41d..7e462ba011c 100644
--- a/api/PowerPoint.Presentation.SectionProperties.md
+++ b/api/PowerPoint.Presentation.SectionProperties.md
@@ -23,7 +23,7 @@ Returns a **SectionProperties** object. Read-only.
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
SectionProperties
diff --git a/api/PowerPoint.Presentation.SendFaxOverInternet.md b/api/PowerPoint.Presentation.SendFaxOverInternet.md
index 25128da8e2b..b5dd021d7e9 100644
--- a/api/PowerPoint.Presentation.SendFaxOverInternet.md
+++ b/api/PowerPoint.Presentation.SendFaxOverInternet.md
@@ -27,7 +27,7 @@ Sends a presentation as a fax to the specified recipients.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipients_|Optional|**Variant**|A **String** that represents the fax numbers and e-mail addresses of the people to whom to send the fax. Separate multiple recipients with a semicolon.|
| _Subject_|Optional|**Variant**|A **String** that represents the subject line for the faxed presentation.|
diff --git a/api/PowerPoint.Presentation.ServerPolicy.md b/api/PowerPoint.Presentation.ServerPolicy.md
index 9fcc1cbe448..eba79537853 100644
--- a/api/PowerPoint.Presentation.ServerPolicy.md
+++ b/api/PowerPoint.Presentation.ServerPolicy.md
@@ -23,7 +23,7 @@ Returns a Microsoft Office **[ServerPolicy](./Office.ServerPolicy.md)** object.
_expression_ An expression that returns a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
ServerPolicy
diff --git a/api/PowerPoint.Presentation.SetPasswordEncryptionOptions.md b/api/PowerPoint.Presentation.SetPasswordEncryptionOptions.md
index af9d8065dff..875328b3ea3 100644
--- a/api/PowerPoint.Presentation.SetPasswordEncryptionOptions.md
+++ b/api/PowerPoint.Presentation.SetPasswordEncryptionOptions.md
@@ -27,7 +27,7 @@ Sets the options Microsoft PowerPoint uses for encrypting presentations with pas
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PasswordEncryptionProvider_|Required|**String**|The name of the encryption provider.|
| _PasswordEncryptionAlgorithm_|Required|**String**|The name of the encryption algorithm. PowerPoint supports stream-encrypted algorithms.|
diff --git a/api/PowerPoint.Presentation.SharedWorkspace.md b/api/PowerPoint.Presentation.SharedWorkspace.md
index 48a0b6a429e..13907a3cee4 100644
--- a/api/PowerPoint.Presentation.SharedWorkspace.md
+++ b/api/PowerPoint.Presentation.SharedWorkspace.md
@@ -23,7 +23,7 @@ Returns a **SharedWorkspace** object that represents the Document Workspace in
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
SharedWorkspace
diff --git a/api/PowerPoint.Presentation.Signatures.md b/api/PowerPoint.Presentation.Signatures.md
index 42e666902a0..ba3d89c8e83 100644
--- a/api/PowerPoint.Presentation.Signatures.md
+++ b/api/PowerPoint.Presentation.Signatures.md
@@ -23,7 +23,7 @@ Returns a **SignatureSet** object that represents a collection of digital signa
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
SignatureSet
diff --git a/api/PowerPoint.Presentation.SlideMaster.md b/api/PowerPoint.Presentation.SlideMaster.md
index 35290108d8d..085094611ba 100644
--- a/api/PowerPoint.Presentation.SlideMaster.md
+++ b/api/PowerPoint.Presentation.SlideMaster.md
@@ -23,7 +23,7 @@ Returns a **[Master](PowerPoint.Master.md)** object that represents the slide m
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/PowerPoint.Presentation.SlideShowSettings.md b/api/PowerPoint.Presentation.SlideShowSettings.md
index 3e576ab6e60..1324fe781dd 100644
--- a/api/PowerPoint.Presentation.SlideShowSettings.md
+++ b/api/PowerPoint.Presentation.SlideShowSettings.md
@@ -23,7 +23,7 @@ Returns a **[SlideShowSettings](PowerPoint.SlideShowSettings.md)** object that
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
SlideShowSettings
diff --git a/api/PowerPoint.Presentation.SlideShowWindow.md b/api/PowerPoint.Presentation.SlideShowWindow.md
index 65cf8b162ca..fde8fdc170b 100644
--- a/api/PowerPoint.Presentation.SlideShowWindow.md
+++ b/api/PowerPoint.Presentation.SlideShowWindow.md
@@ -23,7 +23,7 @@ Returns a **[SlideShowWindow](PowerPoint.SlideShowWindow.md)** object that repr
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
SlideShowWindow
diff --git a/api/PowerPoint.Presentation.Slides.md b/api/PowerPoint.Presentation.Slides.md
index 3e587d92c5d..cf6a1168779 100644
--- a/api/PowerPoint.Presentation.Slides.md
+++ b/api/PowerPoint.Presentation.Slides.md
@@ -23,7 +23,7 @@ Returns a **[Slides](PowerPoint.Slides.md)** collection that represents all sli
_expression_ A variable that represents a [PlaySettings](./PowerPoint.PlaySettings.md) object.
-### Return Value
+### Return value
Slides
diff --git a/api/PowerPoint.Presentation.SnapToGrid.md b/api/PowerPoint.Presentation.SnapToGrid.md
index 5ea5f208dd3..531c2f37c12 100644
--- a/api/PowerPoint.Presentation.SnapToGrid.md
+++ b/api/PowerPoint.Presentation.SnapToGrid.md
@@ -23,7 +23,7 @@ Determines whether to snap shapes to the gridlines in the specified presentation
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Presentation.Sync.md b/api/PowerPoint.Presentation.Sync.md
index eb6e297be7f..4ec7dcc07e5 100644
--- a/api/PowerPoint.Presentation.Sync.md
+++ b/api/PowerPoint.Presentation.Sync.md
@@ -23,7 +23,7 @@ Returns a **Sync** object that enables you to manage the synchronization of the
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Sync
diff --git a/api/PowerPoint.Presentation.Tags.md b/api/PowerPoint.Presentation.Tags.md
index e873201f607..b2fbda11f6b 100644
--- a/api/PowerPoint.Presentation.Tags.md
+++ b/api/PowerPoint.Presentation.Tags.md
@@ -23,7 +23,7 @@ Returns a **[Tags](PowerPoint.Tags.md)** object that represents the tags for th
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Tags
diff --git a/api/PowerPoint.Presentation.TemplateName.md b/api/PowerPoint.Presentation.TemplateName.md
index 6f35713813c..f648acc4703 100644
--- a/api/PowerPoint.Presentation.TemplateName.md
+++ b/api/PowerPoint.Presentation.TemplateName.md
@@ -23,7 +23,7 @@ Returns the name of the design template associated with the specified presentati
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentation.TitleMaster.md b/api/PowerPoint.Presentation.TitleMaster.md
index aa4398ed087..7f0b5c4a4d2 100644
--- a/api/PowerPoint.Presentation.TitleMaster.md
+++ b/api/PowerPoint.Presentation.TitleMaster.md
@@ -23,7 +23,7 @@ Returns a **[Master](PowerPoint.Master.md)** object that represents the title m
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/PowerPoint.Presentation.VBASigned.md b/api/PowerPoint.Presentation.VBASigned.md
index 3e510bb1fa7..65700b1f416 100644
--- a/api/PowerPoint.Presentation.VBASigned.md
+++ b/api/PowerPoint.Presentation.VBASigned.md
@@ -23,7 +23,7 @@ Determines whether the Visual Basic for Applications (VBA) project for the speci
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Presentation.VBProject.md b/api/PowerPoint.Presentation.VBProject.md
index 6d796c39e76..ae7ffc18af9 100644
--- a/api/PowerPoint.Presentation.VBProject.md
+++ b/api/PowerPoint.Presentation.VBProject.md
@@ -23,7 +23,7 @@ Returns a **VBProject** object that represents the individual Visual Basic proj
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
VBProject
diff --git a/api/PowerPoint.Presentation.Windows.md b/api/PowerPoint.Presentation.Windows.md
index 8eb2a155f83..ab9213651d8 100644
--- a/api/PowerPoint.Presentation.Windows.md
+++ b/api/PowerPoint.Presentation.Windows.md
@@ -23,7 +23,7 @@ Returns a **[DocumentWindows](PowerPoint.DocumentWindows.md)** collection that
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
DocumentWindows
diff --git a/api/PowerPoint.Presentation.WritePassword.md b/api/PowerPoint.Presentation.WritePassword.md
index 91f399be808..3307e48cc62 100644
--- a/api/PowerPoint.Presentation.WritePassword.md
+++ b/api/PowerPoint.Presentation.WritePassword.md
@@ -23,7 +23,7 @@ Sets or returns the password for saving changes to the specified document. Read/
_expression_ A variable that represents a [Presentation](./PowerPoint.Presentation.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Presentations.Add.md b/api/PowerPoint.Presentations.Add.md
index 414d4b9ba20..663fd963079 100644
--- a/api/PowerPoint.Presentations.Add.md
+++ b/api/PowerPoint.Presentations.Add.md
@@ -27,11 +27,11 @@ Creates a presentation. Returns a **[Presentation](PowerPoint.Presentation.md)*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _WithWindow_|Optional|**MsoTriState**|Whether the presentation appears in a visible window.|
-### Return Value
+### Return value
Presentation
diff --git a/api/PowerPoint.Presentations.Application.md b/api/PowerPoint.Presentations.Application.md
index 24986ed3591..14b96a014df 100644
--- a/api/PowerPoint.Presentations.Application.md
+++ b/api/PowerPoint.Presentations.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Presentations](./PowerPoint.Presentations.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Presentations.CanCheckOut.md b/api/PowerPoint.Presentations.CanCheckOut.md
index 445ea2405af..ccc1733f257 100644
--- a/api/PowerPoint.Presentations.CanCheckOut.md
+++ b/api/PowerPoint.Presentations.CanCheckOut.md
@@ -27,11 +27,11 @@ Returns **True** if Microsoft PowerPoint can check out a specified presentation
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The server path and name of the presentation.|
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Presentations.CheckOut.md b/api/PowerPoint.Presentations.CheckOut.md
index 984c47bb714..05cb77a15d9 100644
--- a/api/PowerPoint.Presentations.CheckOut.md
+++ b/api/PowerPoint.Presentations.CheckOut.md
@@ -27,11 +27,11 @@ Copies a specified presentation from a server to a local computer for editing. R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The server path and name of the presentation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Presentations.Count.md b/api/PowerPoint.Presentations.Count.md
index 3a2ec88aec9..fedfaa73991 100644
--- a/api/PowerPoint.Presentations.Count.md
+++ b/api/PowerPoint.Presentations.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Presentations](./PowerPoint.Presentations.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Presentations.Item.md b/api/PowerPoint.Presentations.Item.md
index 12515de7117..e391514f212 100644
--- a/api/PowerPoint.Presentations.Item.md
+++ b/api/PowerPoint.Presentations.Item.md
@@ -27,11 +27,11 @@ Returns a single **Presentation** object from the specified **Presentations** c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **Presentation** object in the collection to be returned.|
-### Return Value
+### Return value
Presentation
diff --git a/api/PowerPoint.Presentations.Open.md b/api/PowerPoint.Presentations.Open.md
index 0e14f61f27d..21a3dda71a0 100644
--- a/api/PowerPoint.Presentations.Open.md
+++ b/api/PowerPoint.Presentations.Open.md
@@ -27,14 +27,14 @@ Opens the specified presentation. Returns a **[Presentation](PowerPoint.Present
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file to open.|
| _ReadOnly_|Optional|**MsoTriState**|Specifies whether the file is opened with read/write or read-only status.|
| _Untitled_|Optional|**MsoTriState**|Specifies whether the file has a title.|
| _WithWindow_|Optional|**MsoTriState**|Specifies whether the file is visible.|
-### Return Value
+### Return value
Presentation
diff --git a/api/PowerPoint.Presentations.Open2007.md b/api/PowerPoint.Presentations.Open2007.md
index d7af189c6fe..aca2e25c39b 100644
--- a/api/PowerPoint.Presentations.Open2007.md
+++ b/api/PowerPoint.Presentations.Open2007.md
@@ -27,7 +27,7 @@ Opens the specified presentation and provides the option to repair the presentat
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file to open.|
| _ReadOnly_|Optional|**MsoTriState**|Specifies whether the file is opened with read/write or read-only status.|
@@ -35,7 +35,7 @@ Opens the specified presentation and provides the option to repair the presentat
| _WithWindow_|Optional|**MsoTriState**|Specifies whether the file is visible.|
| _OpenAndRepair_|Optional|**MsoTriState**|Specifies whether to repair the file before it is opened to prevent corruption.|
-### Return Value
+### Return value
Presentation
diff --git a/api/PowerPoint.Presentations.Parent.md b/api/PowerPoint.Presentations.Parent.md
index c21cf2b06d3..9fd09a56d5c 100644
--- a/api/PowerPoint.Presentations.Parent.md
+++ b/api/PowerPoint.Presentations.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Presentations](./PowerPoint.Presentations.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PrintOptions.ActivePrinter.md b/api/PowerPoint.PrintOptions.ActivePrinter.md
index e4d3b84c03a..702d01e62b7 100644
--- a/api/PowerPoint.PrintOptions.ActivePrinter.md
+++ b/api/PowerPoint.PrintOptions.ActivePrinter.md
@@ -23,7 +23,7 @@ Returns the name of the active printer. Read-only.
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.PrintOptions.Application.md b/api/PowerPoint.PrintOptions.Application.md
index b0f7218e50e..10bcf8617b0 100644
--- a/api/PowerPoint.PrintOptions.Application.md
+++ b/api/PowerPoint.PrintOptions.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.PrintOptions.Collate.md b/api/PowerPoint.PrintOptions.Collate.md
index 3dd224f090e..2df939ae684 100644
--- a/api/PowerPoint.PrintOptions.Collate.md
+++ b/api/PowerPoint.PrintOptions.Collate.md
@@ -23,7 +23,7 @@ Determines whether a complete copy of the specified presentation is printed befo
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PrintOptions.FitToPage.md b/api/PowerPoint.PrintOptions.FitToPage.md
index dbd03017ee2..293a38ff184 100644
--- a/api/PowerPoint.PrintOptions.FitToPage.md
+++ b/api/PowerPoint.PrintOptions.FitToPage.md
@@ -23,7 +23,7 @@ Determines whether the slides will be scaled to fill the page they're printed on
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PrintOptions.FrameSlides.md b/api/PowerPoint.PrintOptions.FrameSlides.md
index 2cddec25a91..6e9520f96c3 100644
--- a/api/PowerPoint.PrintOptions.FrameSlides.md
+++ b/api/PowerPoint.PrintOptions.FrameSlides.md
@@ -23,7 +23,7 @@ Determines whether a thin frame is placed around the border of the printed slide
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PrintOptions.HandoutOrder.md b/api/PowerPoint.PrintOptions.HandoutOrder.md
index 4b3369163eb..e0429a87ce3 100644
--- a/api/PowerPoint.PrintOptions.HandoutOrder.md
+++ b/api/PowerPoint.PrintOptions.HandoutOrder.md
@@ -23,7 +23,7 @@ Returns or sets the page layout order in which slides appear on printed handouts
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
PpPrintHandoutOrder
diff --git a/api/PowerPoint.PrintOptions.NumberOfCopies.md b/api/PowerPoint.PrintOptions.NumberOfCopies.md
index 0f4a9d87793..9dbdcb57f45 100644
--- a/api/PowerPoint.PrintOptions.NumberOfCopies.md
+++ b/api/PowerPoint.PrintOptions.NumberOfCopies.md
@@ -23,7 +23,7 @@ Returns or sets the number of copies of a presentation to be printed. Read/write
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.PrintOptions.OutputType.md b/api/PowerPoint.PrintOptions.OutputType.md
index ecf9adfea77..cae8b7f7570 100644
--- a/api/PowerPoint.PrintOptions.OutputType.md
+++ b/api/PowerPoint.PrintOptions.OutputType.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates which component (slides, handouts, notes
_expression_ A variable that represents an [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
PpPrintOutputType
diff --git a/api/PowerPoint.PrintOptions.Parent.md b/api/PowerPoint.PrintOptions.Parent.md
index 5b9849d1663..af9d5695b8a 100644
--- a/api/PowerPoint.PrintOptions.Parent.md
+++ b/api/PowerPoint.PrintOptions.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PrintOptions.PrintColorType.md b/api/PowerPoint.PrintOptions.PrintColorType.md
index 7f900a9b38e..92e9b9484ef 100644
--- a/api/PowerPoint.PrintOptions.PrintColorType.md
+++ b/api/PowerPoint.PrintOptions.PrintColorType.md
@@ -23,7 +23,7 @@ Returns or sets the way the specified document will be printed: in black and whi
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
PpPrintColorType
diff --git a/api/PowerPoint.PrintOptions.PrintComments.md b/api/PowerPoint.PrintOptions.PrintComments.md
index 763e9de712d..3384609953e 100644
--- a/api/PowerPoint.PrintOptions.PrintComments.md
+++ b/api/PowerPoint.PrintOptions.PrintComments.md
@@ -23,7 +23,7 @@ Sets or returns whether comments will be printed. Read/write.
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PrintOptions.PrintFontsAsGraphics.md b/api/PowerPoint.PrintOptions.PrintFontsAsGraphics.md
index de084a5059c..62d9d6ea09e 100644
--- a/api/PowerPoint.PrintOptions.PrintFontsAsGraphics.md
+++ b/api/PowerPoint.PrintOptions.PrintFontsAsGraphics.md
@@ -23,7 +23,7 @@ Determines whether TrueType fonts are printed as graphics. Read/write.
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PrintOptions.PrintHiddenSlides.md b/api/PowerPoint.PrintOptions.PrintHiddenSlides.md
index 8faacb74772..35cd243ac29 100644
--- a/api/PowerPoint.PrintOptions.PrintHiddenSlides.md
+++ b/api/PowerPoint.PrintOptions.PrintHiddenSlides.md
@@ -23,7 +23,7 @@ Determines whether hidden slides in the specified presentation will be printed.
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PrintOptions.PrintInBackground.md b/api/PowerPoint.PrintOptions.PrintInBackground.md
index 14aacab4415..b8e287864b1 100644
--- a/api/PowerPoint.PrintOptions.PrintInBackground.md
+++ b/api/PowerPoint.PrintOptions.PrintInBackground.md
@@ -23,7 +23,7 @@ Determines whether the specified presentation is printed in the background. Read
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PrintOptions.Ranges.md b/api/PowerPoint.PrintOptions.Ranges.md
index 716bb1c6039..e74639946f5 100644
--- a/api/PowerPoint.PrintOptions.Ranges.md
+++ b/api/PowerPoint.PrintOptions.Ranges.md
@@ -23,7 +23,7 @@ Returns the **[PrintRanges](PowerPoint.PrintRanges.md)** object, which represen
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
PrintRanges
diff --git a/api/PowerPoint.PrintOptions.SlideShowName.md b/api/PowerPoint.PrintOptions.SlideShowName.md
index f76fa7080bf..5ec60a3df4c 100644
--- a/api/PowerPoint.PrintOptions.SlideShowName.md
+++ b/api/PowerPoint.PrintOptions.SlideShowName.md
@@ -23,7 +23,7 @@ Returns or sets the name of the custom slide show to print. Read/write .
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.PrintOptions.sectionIndex.md b/api/PowerPoint.PrintOptions.sectionIndex.md
index b57a20a6a27..71c2f689f21 100644
--- a/api/PowerPoint.PrintOptions.sectionIndex.md
+++ b/api/PowerPoint.PrintOptions.sectionIndex.md
@@ -23,7 +23,7 @@ Returns the index of the selected section in the **PrintOptions** object. Read/
_expression_ A variable that represents a [PrintOptions](./PowerPoint.PrintOptions.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.PrintRange.Application.md b/api/PowerPoint.PrintRange.Application.md
index b0f88cec0bf..86337d573a9 100644
--- a/api/PowerPoint.PrintRange.Application.md
+++ b/api/PowerPoint.PrintRange.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PrintRange](./PowerPoint.PrintRange.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.PrintRange.End.md b/api/PowerPoint.PrintRange.End.md
index 668ee45aa3f..3ce4b6d2265 100644
--- a/api/PowerPoint.PrintRange.End.md
+++ b/api/PowerPoint.PrintRange.End.md
@@ -23,7 +23,7 @@ Returns the number of the last slide in the specified print range. Read-only.
_expression_ A variable that represents an [PrintRange](./PowerPoint.PrintRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.PrintRange.Parent.md b/api/PowerPoint.PrintRange.Parent.md
index 459b3d93887..b52ac3839a5 100644
--- a/api/PowerPoint.PrintRange.Parent.md
+++ b/api/PowerPoint.PrintRange.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PrintRange](./PowerPoint.PrintRange.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PrintRange.Start.md b/api/PowerPoint.PrintRange.Start.md
index 6a483a339bc..aef639e8b74 100644
--- a/api/PowerPoint.PrintRange.Start.md
+++ b/api/PowerPoint.PrintRange.Start.md
@@ -23,7 +23,7 @@ Returns the number of the first slide in the range of slides to be printed. Read
_expression_ A variable that represents a [PrintRange](./PowerPoint.PrintRange.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.PrintRanges.Add.md b/api/PowerPoint.PrintRanges.Add.md
index 18af820a552..8270f6d0630 100644
--- a/api/PowerPoint.PrintRanges.Add.md
+++ b/api/PowerPoint.PrintRanges.Add.md
@@ -27,12 +27,12 @@ Returns a **[PrintRange](PowerPoint.PrintRange.md)** object that represents a n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required|**Long**|The number of the slide that is the starting slide in the range.|
| _End_|Required|**Long**|The number of the slide that is the ending slide in the range.|
-### Return Value
+### Return value
PrintRange
diff --git a/api/PowerPoint.PrintRanges.Application.md b/api/PowerPoint.PrintRanges.Application.md
index e25ca525baf..49914aed50f 100644
--- a/api/PowerPoint.PrintRanges.Application.md
+++ b/api/PowerPoint.PrintRanges.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PrintRanges](./PowerPoint.PrintRanges.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.PrintRanges.ClearAll.md b/api/PowerPoint.PrintRanges.ClearAll.md
index 2e658a5053b..5f57f070da9 100644
--- a/api/PowerPoint.PrintRanges.ClearAll.md
+++ b/api/PowerPoint.PrintRanges.ClearAll.md
@@ -23,7 +23,7 @@ Clears all the print ranges from the **[PrintRanges](PowerPoint.PrintRanges.md)
_expression_ A variable that represents a [PrintRanges](./PowerPoint.PrintRanges.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.PrintRanges.Count.md b/api/PowerPoint.PrintRanges.Count.md
index f14664d6139..f98ca78bb97 100644
--- a/api/PowerPoint.PrintRanges.Count.md
+++ b/api/PowerPoint.PrintRanges.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [PrintRanges](./PowerPoint.PrintRanges.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.PrintRanges.Item.md b/api/PowerPoint.PrintRanges.Item.md
index 9968d7e2065..727d7557071 100644
--- a/api/PowerPoint.PrintRanges.Item.md
+++ b/api/PowerPoint.PrintRanges.Item.md
@@ -27,11 +27,11 @@ Returns a single **PrintRange** object from the specified **PrintRanges** colle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **PrintRange** object in the collection to be returned.|
-### Return Value
+### Return value
PrintRange
diff --git a/api/PowerPoint.PrintRanges.Parent.md b/api/PowerPoint.PrintRanges.Parent.md
index ded5d86e48f..bc9dd5570f6 100644
--- a/api/PowerPoint.PrintRanges.Parent.md
+++ b/api/PowerPoint.PrintRanges.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PrintRanges](./PowerPoint.PrintRanges.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PropertyEffect.Application.md b/api/PowerPoint.PropertyEffect.Application.md
index 2dddcce7059..fafb807569a 100644
--- a/api/PowerPoint.PropertyEffect.Application.md
+++ b/api/PowerPoint.PropertyEffect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PropertyEffect](./PowerPoint.PropertyEffect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.PropertyEffect.Parent.md b/api/PowerPoint.PropertyEffect.Parent.md
index 9b075cc533d..b3e7a9565de 100644
--- a/api/PowerPoint.PropertyEffect.Parent.md
+++ b/api/PowerPoint.PropertyEffect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PropertyEffect](./PowerPoint.PropertyEffect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PropertyEffect.Property.md b/api/PowerPoint.PropertyEffect.Property.md
index 8dcc257b009..41780ca9da7 100644
--- a/api/PowerPoint.PropertyEffect.Property.md
+++ b/api/PowerPoint.PropertyEffect.Property.md
@@ -23,7 +23,7 @@ Sets or returns an **[MsoAnimProperty](PowerPoint.MsoAnimProperty.md)** constan
_expression_ A variable that represents a [PropertyEffect](./PowerPoint.PropertyEffect.md) object.
-### Return Value
+### Return value
MsoAnimProperty
diff --git a/api/PowerPoint.PropertyEffect.To.md b/api/PowerPoint.PropertyEffect.To.md
index 66274e207e4..d5e21dcae58 100644
--- a/api/PowerPoint.PropertyEffect.To.md
+++ b/api/PowerPoint.PropertyEffect.To.md
@@ -23,7 +23,7 @@ Sets or returns a **Variant** that represents the ending value of an object's p
_expression_ A variable that represents a [PropertyEffect](./PowerPoint.PropertyEffect.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/PowerPoint.ProtectedViewWindow.Edit.md b/api/PowerPoint.ProtectedViewWindow.Edit.md
index bed210a9938..e1da50c27c4 100644
--- a/api/PowerPoint.ProtectedViewWindow.Edit.md
+++ b/api/PowerPoint.ProtectedViewWindow.Edit.md
@@ -27,11 +27,11 @@ Changes the password of the **ProtectedViewWindow** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ModifyPassword_|Optional|**String**|The new password to change to.|
-### Return Value
+### Return value
Presentation
diff --git a/api/PowerPoint.ProtectedViewWindows.Item.md b/api/PowerPoint.ProtectedViewWindows.Item.md
index c0f475f4997..a8e13d686b0 100644
--- a/api/PowerPoint.ProtectedViewWindows.Item.md
+++ b/api/PowerPoint.ProtectedViewWindows.Item.md
@@ -27,11 +27,11 @@ Returns a single **ProtectedViewWindow** object from the specified **ProtectedV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|The index number of the single **ProtectedViewWindow** object in the collection to be returned.|
-### Return Value
+### Return value
ProtectedViewWindow
diff --git a/api/PowerPoint.ProtectedViewWindows.Open.md b/api/PowerPoint.ProtectedViewWindows.Open.md
index 60c2a26a286..9538182f501 100644
--- a/api/PowerPoint.ProtectedViewWindows.Open.md
+++ b/api/PowerPoint.ProtectedViewWindows.Open.md
@@ -27,13 +27,13 @@ Open and return a **ProtectedViewWindow** object from the **ProtectedViewWindow
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file to open.|
| _ReadPassword_|Optional|**String**|The password to use for the protected file.|
| _OpenAndRepair_|Optional|**[MSOTRISTATE]**|Indicates whether to repair the file.|
-### Return Value
+### Return value
**ProtectedViewWindow** object
diff --git a/api/PowerPoint.PublishObject.Application.md b/api/PowerPoint.PublishObject.Application.md
index 212dff2551d..40c9baf6f86 100644
--- a/api/PowerPoint.PublishObject.Application.md
+++ b/api/PowerPoint.PublishObject.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PublishObject](./PowerPoint.PublishObject.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.PublishObject.FileName.md b/api/PowerPoint.PublishObject.FileName.md
index cfb73e266f3..bc729d0efea 100644
--- a/api/PowerPoint.PublishObject.FileName.md
+++ b/api/PowerPoint.PublishObject.FileName.md
@@ -23,7 +23,7 @@ Returns or sets the path and file name of the Web presentation created when all
_expression_ A variable that represents a [PublishObject](./PowerPoint.PublishObject.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.PublishObject.HTMLVersion.md b/api/PowerPoint.PublishObject.HTMLVersion.md
index 20c82f80f99..940968ec4e9 100644
--- a/api/PowerPoint.PublishObject.HTMLVersion.md
+++ b/api/PowerPoint.PublishObject.HTMLVersion.md
@@ -23,7 +23,7 @@ Returns or sets the version of HTML for a published presentation. Read/write.
_expression_ A variable that represents a [PublishObject](./PowerPoint.PublishObject.md) object.
-### Return Value
+### Return value
PpHTMLVersion
diff --git a/api/PowerPoint.PublishObject.Parent.md b/api/PowerPoint.PublishObject.Parent.md
index abdbd847f98..a8a93ebab57 100644
--- a/api/PowerPoint.PublishObject.Parent.md
+++ b/api/PowerPoint.PublishObject.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PublishObject](./PowerPoint.PublishObject.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.PublishObject.RangeEnd.md b/api/PowerPoint.PublishObject.RangeEnd.md
index ff2057afb3e..5dc887b77df 100644
--- a/api/PowerPoint.PublishObject.RangeEnd.md
+++ b/api/PowerPoint.PublishObject.RangeEnd.md
@@ -23,7 +23,7 @@ Returns or sets the number of the last slide in a range of slides you are publis
_expression_ A variable that represents a [PublishObject](./PowerPoint.PublishObject.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.PublishObject.RangeStart.md b/api/PowerPoint.PublishObject.RangeStart.md
index c6042dbe5ab..137dda67c02 100644
--- a/api/PowerPoint.PublishObject.RangeStart.md
+++ b/api/PowerPoint.PublishObject.RangeStart.md
@@ -23,7 +23,7 @@ Returns or sets the number of the first slide in a range of slides you are publi
_expression_ A variable that represents a [PublishObject](./PowerPoint.PublishObject.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.PublishObject.SlideShowName.md b/api/PowerPoint.PublishObject.SlideShowName.md
index 2af0cf6bbc6..f9874b6fe68 100644
--- a/api/PowerPoint.PublishObject.SlideShowName.md
+++ b/api/PowerPoint.PublishObject.SlideShowName.md
@@ -23,7 +23,7 @@ Returns or sets the name of the custom slide show to be published as a Web prese
_expression_ A variable that represents a [PublishObject](./PowerPoint.PublishObject.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.PublishObject.SourceType.md b/api/PowerPoint.PublishObject.SourceType.md
index ebb517bf1f9..85bd6bffe93 100644
--- a/api/PowerPoint.PublishObject.SourceType.md
+++ b/api/PowerPoint.PublishObject.SourceType.md
@@ -23,7 +23,7 @@ Returns or sets the source type of the presentation to be published to HTML. Rea
_expression_ A variable that represents a [PublishObject](./PowerPoint.PublishObject.md) object.
-### Return Value
+### Return value
PpPublishSourceType
diff --git a/api/PowerPoint.PublishObject.SpeakerNotes.md b/api/PowerPoint.PublishObject.SpeakerNotes.md
index 0d04f1328b9..90972298a6a 100644
--- a/api/PowerPoint.PublishObject.SpeakerNotes.md
+++ b/api/PowerPoint.PublishObject.SpeakerNotes.md
@@ -23,7 +23,7 @@ Determines whether speaker notes are to be published with the presentation. Read
_expression_ A variable that represents a [PublishObject](./PowerPoint.PublishObject.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.PublishObjects.Application.md b/api/PowerPoint.PublishObjects.Application.md
index d195deae5f8..7fcb98a063a 100644
--- a/api/PowerPoint.PublishObjects.Application.md
+++ b/api/PowerPoint.PublishObjects.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [PublishObjects](./PowerPoint.PublishObjects.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.PublishObjects.Count.md b/api/PowerPoint.PublishObjects.Count.md
index 244070ad4cd..b6e54b86ed8 100644
--- a/api/PowerPoint.PublishObjects.Count.md
+++ b/api/PowerPoint.PublishObjects.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [PublishObjects](./PowerPoint.PublishObjects.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.PublishObjects.Item.md b/api/PowerPoint.PublishObjects.Item.md
index 658562fd135..8d22fc8339b 100644
--- a/api/PowerPoint.PublishObjects.Item.md
+++ b/api/PowerPoint.PublishObjects.Item.md
@@ -27,11 +27,11 @@ Returns a single **PublishObject** object from the specified **PublishObjects**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **PublishObject** object in the collection to be returned.|
-### Return Value
+### Return value
PublishObject
diff --git a/api/PowerPoint.PublishObjects.Parent.md b/api/PowerPoint.PublishObjects.Parent.md
index 0b67838ceb9..7332d399a94 100644
--- a/api/PowerPoint.PublishObjects.Parent.md
+++ b/api/PowerPoint.PublishObjects.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [PublishObjects](./PowerPoint.PublishObjects.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.RGBColor.Application.md b/api/PowerPoint.RGBColor.Application.md
index 51873ed3b5e..0448ff6963e 100644
--- a/api/PowerPoint.RGBColor.Application.md
+++ b/api/PowerPoint.RGBColor.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [RGBColor](./PowerPoint.RGBColor.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.RGBColor.Parent.md b/api/PowerPoint.RGBColor.Parent.md
index 6391b8e881a..98d7c8d8d8a 100644
--- a/api/PowerPoint.RGBColor.Parent.md
+++ b/api/PowerPoint.RGBColor.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [RGBColor](./PowerPoint.RGBColor.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.RGBColor.RGB.md b/api/PowerPoint.RGBColor.RGB.md
index c9fb1885eae..5b756198893 100644
--- a/api/PowerPoint.RGBColor.RGB.md
+++ b/api/PowerPoint.RGBColor.RGB.md
@@ -23,7 +23,7 @@ Returns or sets the red-green-blue (RGB) value of a specified color-scheme color
_expression_ A variable that represents a [RGBColor](./PowerPoint.RGBColor.md) object.
-### Return Value
+### Return value
MsoRGBType
diff --git a/api/PowerPoint.ResampleMediaTask.AudioCompressionType.md b/api/PowerPoint.ResampleMediaTask.AudioCompressionType.md
index 68c5d6d7625..94a624a3423 100644
--- a/api/PowerPoint.ResampleMediaTask.AudioCompressionType.md
+++ b/api/PowerPoint.ResampleMediaTask.AudioCompressionType.md
@@ -23,7 +23,7 @@ Returns the audio compression type. Read-only.
_expression_ A variable that represents a [ResampleMediaTask](./PowerPoint.ResampleMediaTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.ResampleMediaTask.AudioSamplingRate.md b/api/PowerPoint.ResampleMediaTask.AudioSamplingRate.md
index 29a654cdb2a..7291b08976f 100644
--- a/api/PowerPoint.ResampleMediaTask.AudioSamplingRate.md
+++ b/api/PowerPoint.ResampleMediaTask.AudioSamplingRate.md
@@ -23,7 +23,7 @@ Returns the audio sampling rate per second. Read-only.
_expression_ A variable that represents a [ResampleMediaTask](./PowerPoint.ResampleMediaTask.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ResampleMediaTask.ContainerType.md b/api/PowerPoint.ResampleMediaTask.ContainerType.md
index 1518df77605..3038961a941 100644
--- a/api/PowerPoint.ResampleMediaTask.ContainerType.md
+++ b/api/PowerPoint.ResampleMediaTask.ContainerType.md
@@ -23,7 +23,7 @@ Returns the format type of the container of the sample. Read-only.
_expression_ A variable that represents a [ResampleMediaTask](./PowerPoint.ResampleMediaTask.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.ResampleMediaTask.SampleWidth.md b/api/PowerPoint.ResampleMediaTask.SampleWidth.md
index b6800b0a341..2fe523ffd95 100644
--- a/api/PowerPoint.ResampleMediaTask.SampleWidth.md
+++ b/api/PowerPoint.ResampleMediaTask.SampleWidth.md
@@ -23,7 +23,7 @@ Returns the resolution width of the sample. Read-only.
_expression_ A variable that represents a [ResampleMediaTask](./PowerPoint.ResampleMediaTask.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ResampleMediaTask.Shape.md b/api/PowerPoint.ResampleMediaTask.Shape.md
index 31e896330f6..ec781645919 100644
--- a/api/PowerPoint.ResampleMediaTask.Shape.md
+++ b/api/PowerPoint.ResampleMediaTask.Shape.md
@@ -23,7 +23,7 @@ Returns the shape that is associated with the specified media asset. Read-only.
_expression_ A variable that represents a [ResampleMediaTask](./PowerPoint.ResampleMediaTask.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.ResampleMediaTask.profile.md b/api/PowerPoint.ResampleMediaTask.profile.md
index 4db1b950d8c..76b983d07da 100644
--- a/api/PowerPoint.ResampleMediaTask.profile.md
+++ b/api/PowerPoint.ResampleMediaTask.profile.md
@@ -23,7 +23,7 @@ Returns the media mobilization profile for the specified media asset. Read-only.
_expression_ A variable that represents a [ResampleMediaTask](./PowerPoint.ResampleMediaTask.md) object.
-### Return Value
+### Return value
**PpResampleMediaProfile**
diff --git a/api/PowerPoint.ResampleMediaTasks.Cancel.md b/api/PowerPoint.ResampleMediaTasks.Cancel.md
index 61affe0e401..a8219c6c0a4 100644
--- a/api/PowerPoint.ResampleMediaTasks.Cancel.md
+++ b/api/PowerPoint.ResampleMediaTasks.Cancel.md
@@ -23,7 +23,7 @@ Cancels mobilization of the current media asset.
_expression_ A variable that represents a [ResampleMediaTasks](./PowerPoint.ResampleMediaTasks.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.ResampleMediaTasks.Item.md b/api/PowerPoint.ResampleMediaTasks.Item.md
index c11514e013c..9be3a16d1cc 100644
--- a/api/PowerPoint.ResampleMediaTasks.Item.md
+++ b/api/PowerPoint.ResampleMediaTasks.Item.md
@@ -27,11 +27,11 @@ Returns a single **ResampleMediaTask** object from the specified **ResampleMedi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|The index number of the single **ResampleMediaTask** object in the collection to be returned.|
-### Return Value
+### Return value
ResampleMediaTask
diff --git a/api/PowerPoint.ResampleMediaTasks.Resume.md b/api/PowerPoint.ResampleMediaTasks.Resume.md
index aa9df438aee..6f3882cbb58 100644
--- a/api/PowerPoint.ResampleMediaTasks.Resume.md
+++ b/api/PowerPoint.ResampleMediaTasks.Resume.md
@@ -23,7 +23,7 @@ Resumes mobilization of the current media asset.
_expression_ A variable that represents a [ResampleMediaTasks](./PowerPoint.ResampleMediaTasks.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Research.Application.md b/api/PowerPoint.Research.Application.md
index 158fc9651ce..dc021b98b10 100644
--- a/api/PowerPoint.Research.Application.md
+++ b/api/PowerPoint.Research.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ Required. An expression that returns a [Research](./PowerPoint.Research.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Research.IsResearchService.md b/api/PowerPoint.Research.IsResearchService.md
index 374ffeaf81a..b627368295c 100644
--- a/api/PowerPoint.Research.IsResearchService.md
+++ b/api/PowerPoint.Research.IsResearchService.md
@@ -27,11 +27,11 @@ Indicates whether the GUID specified in the _ServiceID_ parameter corresponds t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ServiceID_|Required|**String**|A GUID that identifies the research service.|
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Research.Parent.md b/api/PowerPoint.Research.Parent.md
index 14cf014bca9..c37f701f964 100644
--- a/api/PowerPoint.Research.Parent.md
+++ b/api/PowerPoint.Research.Parent.md
@@ -23,7 +23,7 @@ Returns an **Object** that represents the parent object of the specified **Rese
_expression_ An expression that returns a [Research](./PowerPoint.Research.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Research.Query.md b/api/PowerPoint.Research.Query.md
index 85844732821..1b5a6984992 100644
--- a/api/PowerPoint.Research.Query.md
+++ b/api/PowerPoint.Research.Query.md
@@ -27,7 +27,7 @@ Specifies a research query.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ServiceID_|Required|**String**|Specifies a GUID that identifies the research service.|
| _QueryString_|Optional|**Variant**|Specifies the query string.|
diff --git a/api/PowerPoint.Research.SetLanguagePair.md b/api/PowerPoint.Research.SetLanguagePair.md
index 82477bd6e2c..0a1dadfd7da 100644
--- a/api/PowerPoint.Research.SetLanguagePair.md
+++ b/api/PowerPoint.Research.SetLanguagePair.md
@@ -27,7 +27,7 @@ Sets the languages for the translation service.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Language1_|Required|**Variant**|Specifies the language to translate from.|
| _Language2_|Required|**Variant**|Specifies the langauge to translate to.|
diff --git a/api/PowerPoint.RotationEffect.Application.md b/api/PowerPoint.RotationEffect.Application.md
index 1b3bd9753a4..fa96ed03ee8 100644
--- a/api/PowerPoint.RotationEffect.Application.md
+++ b/api/PowerPoint.RotationEffect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [RotationEffect](./PowerPoint.RotationEffect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.RotationEffect.Parent.md b/api/PowerPoint.RotationEffect.Parent.md
index fbcc379b777..9b81f135626 100644
--- a/api/PowerPoint.RotationEffect.Parent.md
+++ b/api/PowerPoint.RotationEffect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [RotationEffect](./PowerPoint.RotationEffect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.RotationEffect.To.md b/api/PowerPoint.RotationEffect.To.md
index a7d6a30714e..8a9bbed99ad 100644
--- a/api/PowerPoint.RotationEffect.To.md
+++ b/api/PowerPoint.RotationEffect.To.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents the ending rotation of an object i
_expression_ A variable that represents a [RotationEffect](./PowerPoint.RotationEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Row.Application.md b/api/PowerPoint.Row.Application.md
index a4ee35129f6..7a410495a13 100644
--- a/api/PowerPoint.Row.Application.md
+++ b/api/PowerPoint.Row.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Row](./PowerPoint.Row.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Row.Cells.md b/api/PowerPoint.Row.Cells.md
index f6ed631ecb5..3996c5548e3 100644
--- a/api/PowerPoint.Row.Cells.md
+++ b/api/PowerPoint.Row.Cells.md
@@ -23,7 +23,7 @@ Returns a **[CellRange](PowerPoint.CellRange.md)** collection that represents t
_expression_ A variable that represents a [Row](./PowerPoint.Row.md) object.
-### Return Value
+### Return value
CellRange
diff --git a/api/PowerPoint.Row.Height.md b/api/PowerPoint.Row.Height.md
index ae9ad3d7c63..d1b2d532ffc 100644
--- a/api/PowerPoint.Row.Height.md
+++ b/api/PowerPoint.Row.Height.md
@@ -23,7 +23,7 @@ Returns or sets the height of the specified object, in points. Read/write.
_expression_ A variable that represents a [Row](./PowerPoint.Row.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Row.Parent.md b/api/PowerPoint.Row.Parent.md
index a25f318e7e1..6e306d0ae3b 100644
--- a/api/PowerPoint.Row.Parent.md
+++ b/api/PowerPoint.Row.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Row](./PowerPoint.Row.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Rows.Add.md b/api/PowerPoint.Rows.Add.md
index 2dea44f4b68..227361ab123 100644
--- a/api/PowerPoint.Rows.Add.md
+++ b/api/PowerPoint.Rows.Add.md
@@ -27,11 +27,11 @@ Returns a **[Row](PowerPoint.Row.md)** object that represents a row being added
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeforeRow_|Optional|**Long**|The row before which the row is to be added.|
-### Return Value
+### Return value
Row
diff --git a/api/PowerPoint.Rows.Application.md b/api/PowerPoint.Rows.Application.md
index 85314f245f8..af3ea354a25 100644
--- a/api/PowerPoint.Rows.Application.md
+++ b/api/PowerPoint.Rows.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Rows](./PowerPoint.Rows.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Rows.Count.md b/api/PowerPoint.Rows.Count.md
index ce8813446e7..60ad85f053e 100644
--- a/api/PowerPoint.Rows.Count.md
+++ b/api/PowerPoint.Rows.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Rows](./PowerPoint.Rows.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Rows.Item.md b/api/PowerPoint.Rows.Item.md
index 56140616797..1c3612a0532 100644
--- a/api/PowerPoint.Rows.Item.md
+++ b/api/PowerPoint.Rows.Item.md
@@ -27,11 +27,11 @@ Returns a single **Row** object from the specified **Rows** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **Row** object in the collection to be returned.|
-### Return Value
+### Return value
Row
diff --git a/api/PowerPoint.Rows.Parent.md b/api/PowerPoint.Rows.Parent.md
index b6c4124c843..778a6fc38e8 100644
--- a/api/PowerPoint.Rows.Parent.md
+++ b/api/PowerPoint.Rows.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Rows](./PowerPoint.Rows.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Ruler.Application.md b/api/PowerPoint.Ruler.Application.md
index 3629636bf05..2bd5308c73f 100644
--- a/api/PowerPoint.Ruler.Application.md
+++ b/api/PowerPoint.Ruler.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Ruler](./PowerPoint.Ruler.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Ruler.Parent.md b/api/PowerPoint.Ruler.Parent.md
index 50ad1b259c5..9d3f1fba3c3 100644
--- a/api/PowerPoint.Ruler.Parent.md
+++ b/api/PowerPoint.Ruler.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Ruler](./PowerPoint.Ruler.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Ruler.TabStops.md b/api/PowerPoint.Ruler.TabStops.md
index 17537900c9e..533dfe1a6d4 100644
--- a/api/PowerPoint.Ruler.TabStops.md
+++ b/api/PowerPoint.Ruler.TabStops.md
@@ -23,7 +23,7 @@ Returns a **[TabStops](PowerPoint.TabStops.md)** collection that represents the
_expression_ A variable that represents a [Ruler](./PowerPoint.Ruler.md) object.
-### Return Value
+### Return value
TabStops
diff --git a/api/PowerPoint.RulerLevel.Application.md b/api/PowerPoint.RulerLevel.Application.md
index b380effce14..cd453a79f5c 100644
--- a/api/PowerPoint.RulerLevel.Application.md
+++ b/api/PowerPoint.RulerLevel.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [RulerLevel](./PowerPoint.RulerLevel.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.RulerLevel.FirstMargin.md b/api/PowerPoint.RulerLevel.FirstMargin.md
index 1978a5a1ada..c7ea5e15395 100644
--- a/api/PowerPoint.RulerLevel.FirstMargin.md
+++ b/api/PowerPoint.RulerLevel.FirstMargin.md
@@ -23,7 +23,7 @@ Returns or sets the first-line indent for the specified outline level, in points
_expression_ A variable that represents a [RulerLevel](./PowerPoint.RulerLevel.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.RulerLevel.LeftMargin.md b/api/PowerPoint.RulerLevel.LeftMargin.md
index 22982652f5d..9ef631998bb 100644
--- a/api/PowerPoint.RulerLevel.LeftMargin.md
+++ b/api/PowerPoint.RulerLevel.LeftMargin.md
@@ -23,7 +23,7 @@ Returns or sets the left indent for the specified outline level, in points. Read
_expression_ A variable that represents a [RulerLevel](./PowerPoint.RulerLevel.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.RulerLevel.Parent.md b/api/PowerPoint.RulerLevel.Parent.md
index 467b9c5cbc2..a07044d5b78 100644
--- a/api/PowerPoint.RulerLevel.Parent.md
+++ b/api/PowerPoint.RulerLevel.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [RulerLevel](./PowerPoint.RulerLevel.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.RulerLevels.Application.md b/api/PowerPoint.RulerLevels.Application.md
index ac760a96ac8..179390685e1 100644
--- a/api/PowerPoint.RulerLevels.Application.md
+++ b/api/PowerPoint.RulerLevels.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [RulerLevels](./PowerPoint.RulerLevels.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.RulerLevels.Count.md b/api/PowerPoint.RulerLevels.Count.md
index f8c4aff616e..a43053908bd 100644
--- a/api/PowerPoint.RulerLevels.Count.md
+++ b/api/PowerPoint.RulerLevels.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [RulerLevels](./PowerPoint.RulerLevels.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.RulerLevels.Item.md b/api/PowerPoint.RulerLevels.Item.md
index 39eb473ee74..c22fc943960 100644
--- a/api/PowerPoint.RulerLevels.Item.md
+++ b/api/PowerPoint.RulerLevels.Item.md
@@ -27,11 +27,11 @@ Returns a single **RulerLevel** object from the specified **RulerLevels** colle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **RulerLevel** object in the collection to be returned.|
-### Return Value
+### Return value
RulerLevel
diff --git a/api/PowerPoint.RulerLevels.Parent.md b/api/PowerPoint.RulerLevels.Parent.md
index 9e5a944e537..2f5a8ad932c 100644
--- a/api/PowerPoint.RulerLevels.Parent.md
+++ b/api/PowerPoint.RulerLevels.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [RulerLevels](./PowerPoint.RulerLevels.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ScaleEffect.Application.md b/api/PowerPoint.ScaleEffect.Application.md
index a3b88c276cf..6e25a10aa9c 100644
--- a/api/PowerPoint.ScaleEffect.Application.md
+++ b/api/PowerPoint.ScaleEffect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ScaleEffect](./PowerPoint.ScaleEffect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.ScaleEffect.ByX.md b/api/PowerPoint.ScaleEffect.ByX.md
index 5be56650f0a..fea609fd588 100644
--- a/api/PowerPoint.ScaleEffect.ByX.md
+++ b/api/PowerPoint.ScaleEffect.ByX.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents scaling or moving an object horizo
_expression_ A variable that represents a [ScaleEffect](./PowerPoint.ScaleEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ScaleEffect.ByY.md b/api/PowerPoint.ScaleEffect.ByY.md
index 2538487c237..cea5fc86fb6 100644
--- a/api/PowerPoint.ScaleEffect.ByY.md
+++ b/api/PowerPoint.ScaleEffect.ByY.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents scaling or moving an object vertic
_expression_ A variable that represents a [ScaleEffect](./PowerPoint.ScaleEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ScaleEffect.FromX.md b/api/PowerPoint.ScaleEffect.FromX.md
index 41abcf39886..ef07f7ec6dd 100644
--- a/api/PowerPoint.ScaleEffect.FromX.md
+++ b/api/PowerPoint.ScaleEffect.FromX.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents the starting width or horizontal p
_expression_ A variable that represents a [ScaleEffect](./PowerPoint.ScaleEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ScaleEffect.FromY.md b/api/PowerPoint.ScaleEffect.FromY.md
index 2e4157130e5..67f693b4d31 100644
--- a/api/PowerPoint.ScaleEffect.FromY.md
+++ b/api/PowerPoint.ScaleEffect.FromY.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the starting height of a **[ScaleE
_expression_ A variable that represents a [ScaleEffect](./PowerPoint.ScaleEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ScaleEffect.Parent.md b/api/PowerPoint.ScaleEffect.Parent.md
index 0dede2944de..eee6d296935 100644
--- a/api/PowerPoint.ScaleEffect.Parent.md
+++ b/api/PowerPoint.ScaleEffect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ScaleEffect](./PowerPoint.ScaleEffect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ScaleEffect.ToX.md b/api/PowerPoint.ScaleEffect.ToX.md
index 8a3bcf482e4..f9540e2ebb7 100644
--- a/api/PowerPoint.ScaleEffect.ToX.md
+++ b/api/PowerPoint.ScaleEffect.ToX.md
@@ -23,7 +23,7 @@ Sets or returns a **Single** that represents the ending width of a **[ScaleEffe
_expression_ A variable that represents a [ScaleEffect](./PowerPoint.ScaleEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ScaleEffect.ToY.md b/api/PowerPoint.ScaleEffect.ToY.md
index 091242e7b4d..47086c35c80 100644
--- a/api/PowerPoint.ScaleEffect.ToY.md
+++ b/api/PowerPoint.ScaleEffect.ToY.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the ending height of a **[ScaleEff
_expression_ A variable that represents a [ScaleEffect](./PowerPoint.ScaleEffect.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SectionProperties.AddBeforeSlide.md b/api/PowerPoint.SectionProperties.AddBeforeSlide.md
index 71d1834ef46..4f52f7a766a 100644
--- a/api/PowerPoint.SectionProperties.AddBeforeSlide.md
+++ b/api/PowerPoint.SectionProperties.AddBeforeSlide.md
@@ -27,12 +27,12 @@ Adds a section immediately before the specified slide index, and returns the ind
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SlideIndex_|Required|**Integer**|The index of the slide before which to add the section.|
| _sectionName_|Required|**String**|The name of the new section.|
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.SectionProperties.AddSection.md b/api/PowerPoint.SectionProperties.AddSection.md
index ce0ea66581b..bf869484f6d 100644
--- a/api/PowerPoint.SectionProperties.AddSection.md
+++ b/api/PowerPoint.SectionProperties.AddSection.md
@@ -27,12 +27,12 @@ Adds a new section at the specified index position and returns the index of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**Integer**|The index of the section before which to add the section.|
| _sectionName_|Optional|**Variant**|The name of the new section.|
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.SectionProperties.Delete.md b/api/PowerPoint.SectionProperties.Delete.md
index 827a4380753..dfd8658ae74 100644
--- a/api/PowerPoint.SectionProperties.Delete.md
+++ b/api/PowerPoint.SectionProperties.Delete.md
@@ -27,7 +27,7 @@ Deletes the section break that sets off the specified section, and optionally de
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**Integer**|The index of the section to delete.|
| _deleteSlides_|Required|**Boolean**|Whether to delete all the slides in the section. **True**, to delete all the slides within the section; **False** not to delete them.|
diff --git a/api/PowerPoint.SectionProperties.FirstSlide.md b/api/PowerPoint.SectionProperties.FirstSlide.md
index 183a7f9867f..194273997f7 100644
--- a/api/PowerPoint.SectionProperties.FirstSlide.md
+++ b/api/PowerPoint.SectionProperties.FirstSlide.md
@@ -27,11 +27,11 @@ Returns the index of the first slide in the specified section, or returns -1 if
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**Integer**|The index of the section.|
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.SectionProperties.Move.md b/api/PowerPoint.SectionProperties.Move.md
index c4d2274346a..546a63e2b4b 100644
--- a/api/PowerPoint.SectionProperties.Move.md
+++ b/api/PowerPoint.SectionProperties.Move.md
@@ -27,7 +27,7 @@ Moves the specified section to the specified index position, moving the slides i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**Integer**|The index of the section to move.|
| _toPos_|Required|**Integer**|The index position to which to move the section.|
diff --git a/api/PowerPoint.SectionProperties.Name.md b/api/PowerPoint.SectionProperties.Name.md
index 4ffa10bf3b4..e7811620574 100644
--- a/api/PowerPoint.SectionProperties.Name.md
+++ b/api/PowerPoint.SectionProperties.Name.md
@@ -27,11 +27,11 @@ Returns the name of the specified section as a **String**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**Integer**|The index of the section in the **SectionProperties** colleciton.|
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.SectionProperties.Rename.md b/api/PowerPoint.SectionProperties.Rename.md
index 57e62d0e45c..5bfc43309cb 100644
--- a/api/PowerPoint.SectionProperties.Rename.md
+++ b/api/PowerPoint.SectionProperties.Rename.md
@@ -27,7 +27,7 @@ Renames the specified section with the specified name.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**Integer**|The index of the section to rename.|
| _sectionName_|Required|**String**|The new name of the section.|
diff --git a/api/PowerPoint.SectionProperties.SectionID.md b/api/PowerPoint.SectionProperties.SectionID.md
index 42a23ec9514..18ef1457940 100644
--- a/api/PowerPoint.SectionProperties.SectionID.md
+++ b/api/PowerPoint.SectionProperties.SectionID.md
@@ -27,11 +27,11 @@ Returns a string that represents the unique identifier of the specified section.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**Integer**|The index of the section.|
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.SectionProperties.SlidesCount.md b/api/PowerPoint.SectionProperties.SlidesCount.md
index d56af07ba0a..73247262250 100644
--- a/api/PowerPoint.SectionProperties.SlidesCount.md
+++ b/api/PowerPoint.SectionProperties.SlidesCount.md
@@ -27,11 +27,11 @@ Returns the number of slides in the specified section.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _sectionIndex_|Required|**Integer**|The index of the section.|
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Selection.Application.md b/api/PowerPoint.Selection.Application.md
index be68bb03b2f..a877a552097 100644
--- a/api/PowerPoint.Selection.Application.md
+++ b/api/PowerPoint.Selection.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Selection](./PowerPoint.Selection.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Selection.ChildShapeRange.md b/api/PowerPoint.Selection.ChildShapeRange.md
index 8b8cc2335a0..8bb2916649f 100644
--- a/api/PowerPoint.Selection.ChildShapeRange.md
+++ b/api/PowerPoint.Selection.ChildShapeRange.md
@@ -23,7 +23,7 @@ Returns a **[ShapeRange](PowerPoint.ShapeRange.md)** object that represents the
_expression_ A variable that represents a [Selection](./PowerPoint.Selection.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.Selection.HasChildShapeRange.md b/api/PowerPoint.Selection.HasChildShapeRange.md
index 16ddc312e98..cf83e58b1a4 100644
--- a/api/PowerPoint.Selection.HasChildShapeRange.md
+++ b/api/PowerPoint.Selection.HasChildShapeRange.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [ParagraphFormat](./PowerPoint.ParagraphFormat.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Selection.Parent.md b/api/PowerPoint.Selection.Parent.md
index 3046a833a0d..92625b9ac87 100644
--- a/api/PowerPoint.Selection.Parent.md
+++ b/api/PowerPoint.Selection.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Selection](./PowerPoint.Selection.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Selection.ShapeRange.md b/api/PowerPoint.Selection.ShapeRange.md
index f624ef48ae0..07ad8be5305 100644
--- a/api/PowerPoint.Selection.ShapeRange.md
+++ b/api/PowerPoint.Selection.ShapeRange.md
@@ -23,7 +23,7 @@ Returns a **[ShapeRange](PowerPoint.ShapeRange.md)** object that represents all
_expression_ A variable that represents a [Selection](./PowerPoint.Selection.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.Selection.SlideRange.md b/api/PowerPoint.Selection.SlideRange.md
index 4c623cd70b7..4d21729398b 100644
--- a/api/PowerPoint.Selection.SlideRange.md
+++ b/api/PowerPoint.Selection.SlideRange.md
@@ -23,7 +23,7 @@ Returns a **[SlideRange](PowerPoint.SlideRange.md)** object that represents a r
_expression_ A variable that represents a [Selection](./PowerPoint.Selection.md) object.
-### Return Value
+### Return value
SlideRange
diff --git a/api/PowerPoint.Selection.TextRange.md b/api/PowerPoint.Selection.TextRange.md
index 71e17e2b1a9..d4738fdca12 100644
--- a/api/PowerPoint.Selection.TextRange.md
+++ b/api/PowerPoint.Selection.TextRange.md
@@ -23,7 +23,7 @@ Returns a **[TextRange](PowerPoint.TextRange.md)** object that represents the s
_expression_ A variable that represents a [Selection](./PowerPoint.Selection.md) object.
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.Selection.TextRange2.md b/api/PowerPoint.Selection.TextRange2.md
index be8abe33078..463c5a58d7b 100644
--- a/api/PowerPoint.Selection.TextRange2.md
+++ b/api/PowerPoint.Selection.TextRange2.md
@@ -23,7 +23,7 @@ Returns the **TextRange2** object of the current **Selection** object. Read-onl
_expression_ A variable that represents a [Selection](./PowerPoint.Selection.md) object.
-### Return Value
+### Return value
**TextRange2**
diff --git a/api/PowerPoint.Selection.Type.md b/api/PowerPoint.Selection.Type.md
index 34a76cddd53..40817c8c37f 100644
--- a/api/PowerPoint.Selection.Type.md
+++ b/api/PowerPoint.Selection.Type.md
@@ -23,7 +23,7 @@ Represents the type of objects in a selection. Read-only.
_expression_ A variable that represents a [Selection](./PowerPoint.Selection.md) object.
-### Return Value
+### Return value
PpSelectionType
diff --git a/api/PowerPoint.Sequence.AddEffect.md b/api/PowerPoint.Sequence.AddEffect.md
index a16035eb69d..90b8e11b1e5 100644
--- a/api/PowerPoint.Sequence.AddEffect.md
+++ b/api/PowerPoint.Sequence.AddEffect.md
@@ -27,7 +27,7 @@ Returns an **[Effect](PowerPoint.Effect.md)** object that represents a new anim
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required|**[Shape](PowerPoint.Shape.md)**|The shape to which the animation effect is added.|
| _effectId_|Required|**[MsoAnimEffect](PowerPoint.MsoAnimEffect.md)**|The animation effect to be applied.|
@@ -35,7 +35,7 @@ Returns an **[Effect](PowerPoint.Effect.md)** object that represents a new anim
| _trigger_|Optional|**[MsoAnimTriggerType](PowerPoint.MsoAnimateByLevel.md)**|The action that triggers the animation effect. The default value is **msoAnimTriggerOnPageClick**.|
| _Index_|Optional|**Long**|The position at which the effect will be placed in the collection of animation effects. The default value is -1 (added to the end). |
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.AddTriggerEffect.md b/api/PowerPoint.Sequence.AddTriggerEffect.md
index ed620e1b6f2..60f753e1e42 100644
--- a/api/PowerPoint.Sequence.AddTriggerEffect.md
+++ b/api/PowerPoint.Sequence.AddTriggerEffect.md
@@ -27,7 +27,7 @@ Adds a trigger effect to the animation in a **Sequence** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pShape_|Required|**Shape**|The **Shape** object with animation.|
| _effectId_|Required|**MsoAnimEffect**|The type of animation.|
@@ -36,7 +36,7 @@ Adds a trigger effect to the animation in a **Sequence** object.
| _bookmark_|Optional|**String**|The bookmark.|
| _Level_|Optional|**MsoAnimateByLevel**|The level of animation.|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.Application.md b/api/PowerPoint.Sequence.Application.md
index e02841a4600..24c768e7e6d 100644
--- a/api/PowerPoint.Sequence.Application.md
+++ b/api/PowerPoint.Sequence.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Sequence](./PowerPoint.Sequence.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Sequence.Clone.md b/api/PowerPoint.Sequence.Clone.md
index 2ead0470b0c..6e78ba0b41f 100644
--- a/api/PowerPoint.Sequence.Clone.md
+++ b/api/PowerPoint.Sequence.Clone.md
@@ -27,12 +27,12 @@ Creates a copy of an **[Effect](PowerPoint.Effect.md)** object, and adds it to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Effect_|Required|**Effect**|**Effect** object. The animation effect to be cloned.|
| _Index_|Optional|**Long**|The position at which the cloned animation effect will be added to the **Sequences** collection. The default value is -1 (added to the end).|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.ConvertToAfterEffect.md b/api/PowerPoint.Sequence.ConvertToAfterEffect.md
index 62d55c7faf9..00e55e5d641 100644
--- a/api/PowerPoint.Sequence.ConvertToAfterEffect.md
+++ b/api/PowerPoint.Sequence.ConvertToAfterEffect.md
@@ -27,14 +27,14 @@ Specifies what an effect should do after it is finished. Returns an **[Effect](
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Effect_|Required|**Effect**|The effect to which the after effect will be added.|
| _After_|Required|**[MsoAnimAfterEffect](PowerPoint.MsoAnimAfterEffect.md)**|The behavior of the after effect.|
| _DimColor_|Optional|**MsoRGBType**|A single color to apply the after effect.|
| _DimSchemeColor_|Optional|**[PpColorSchemeIndex](PowerPoint.PpColorSchemeIndex.md)**|A predefined color scheme to apply to the after effect.|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.ConvertToAnimateBackground.md b/api/PowerPoint.Sequence.ConvertToAnimateBackground.md
index 7af4f5ae4ac..153009418b8 100644
--- a/api/PowerPoint.Sequence.ConvertToAnimateBackground.md
+++ b/api/PowerPoint.Sequence.ConvertToAnimateBackground.md
@@ -27,12 +27,12 @@ Determines whether the background will be animated separately from, or in additi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Effect_|Required|**Effect**|The animation effect to be applied to the background.|
| _AnimateBackground_|Required|**[MsoTriState](./Office.MsoTriState.md)**|Determines whether the text will be animated separately from the background.|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.ConvertToAnimateInReverse.md b/api/PowerPoint.Sequence.ConvertToAnimateInReverse.md
index d62a008e5ae..848caf321a5 100644
--- a/api/PowerPoint.Sequence.ConvertToAnimateInReverse.md
+++ b/api/PowerPoint.Sequence.ConvertToAnimateInReverse.md
@@ -27,12 +27,12 @@ Determines whether text will be animated in reverse order. Returns an **[Effect
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Effect_|Required|**Effect**|The animation effect to which the reversal will apply.|
| _animateInReverse_|Required|**[MsoTriState](./Office.MsoTriState.md)**|Determines the text animation order.|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.ConvertToBuildLevel.md b/api/PowerPoint.Sequence.ConvertToBuildLevel.md
index 573fed68452..8aaea752a83 100644
--- a/api/PowerPoint.Sequence.ConvertToBuildLevel.md
+++ b/api/PowerPoint.Sequence.ConvertToBuildLevel.md
@@ -27,12 +27,12 @@ Changes the build level information for a specified animation effect. Returns an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Effect_|Required|**Effect**| The specified animation effect.|
| _Level_|Required|**[MsoAnimateByLevel](PowerPoint.MsoAnimateByLevel.md)**|The animation build level.|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.ConvertToTextUnitEffect.md b/api/PowerPoint.Sequence.ConvertToTextUnitEffect.md
index 050b06dbcb9..850b30ecba8 100644
--- a/api/PowerPoint.Sequence.ConvertToTextUnitEffect.md
+++ b/api/PowerPoint.Sequence.ConvertToTextUnitEffect.md
@@ -27,12 +27,12 @@ Returns an **[Effect](PowerPoint.Effect.md)** object that represents how text s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Effect_|Required|**Effect**|The animation effect to which the text unit effect applies.|
| _unitEffect_|Required|**[MsoAnimTextUnitEffect](PowerPoint.MsoAnimTextUnitEffect.md)**|How the text should be animated.|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.Count.md b/api/PowerPoint.Sequence.Count.md
index 31f961e2efb..a98f9c69809 100644
--- a/api/PowerPoint.Sequence.Count.md
+++ b/api/PowerPoint.Sequence.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Sequence](./PowerPoint.Sequence.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Sequence.FindFirstAnimationFor.md b/api/PowerPoint.Sequence.FindFirstAnimationFor.md
index ab8870d312b..c53529426b7 100644
--- a/api/PowerPoint.Sequence.FindFirstAnimationFor.md
+++ b/api/PowerPoint.Sequence.FindFirstAnimationFor.md
@@ -27,11 +27,11 @@ Returns an **[Effect](PowerPoint.Effect.md)** object that represents the first
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required|**[Shape](PowerPoint.Shape.md)**|The shape for which to find the first animation.|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.FindFirstAnimationForClick.md b/api/PowerPoint.Sequence.FindFirstAnimationForClick.md
index 12233cd857b..d509c14e69e 100644
--- a/api/PowerPoint.Sequence.FindFirstAnimationForClick.md
+++ b/api/PowerPoint.Sequence.FindFirstAnimationForClick.md
@@ -27,11 +27,11 @@ Returns an **[Effect](PowerPoint.Effect.md)** object that represents the first
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _click_|Required|**Long**|The specified click number.|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.Item.md b/api/PowerPoint.Sequence.Item.md
index 8dba750d9d5..dec7bb058e0 100644
--- a/api/PowerPoint.Sequence.Item.md
+++ b/api/PowerPoint.Sequence.Item.md
@@ -27,11 +27,11 @@ Returns a single **Effect** object from the specified **Sequence** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **Effect** object in the collection to be returned.|
-### Return Value
+### Return value
Effect
diff --git a/api/PowerPoint.Sequence.Parent.md b/api/PowerPoint.Sequence.Parent.md
index b53dad3c62c..e6f83a17e62 100644
--- a/api/PowerPoint.Sequence.Parent.md
+++ b/api/PowerPoint.Sequence.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Sequence](./PowerPoint.Sequence.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Sequences.Add.md b/api/PowerPoint.Sequences.Add.md
index d71c96f0924..fc18a3ae635 100644
--- a/api/PowerPoint.Sequences.Add.md
+++ b/api/PowerPoint.Sequences.Add.md
@@ -27,11 +27,11 @@ Returns a **[Sequence](PowerPoint.Sequence.md)** object that represents a new s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Long**|The position of the sequence in relation to other sequences. The default value is -1, which means that if you omit the Index parameter, the new sequence is added to the end of the existing sequences.|
-### Return Value
+### Return value
Sequence
diff --git a/api/PowerPoint.Sequences.Application.md b/api/PowerPoint.Sequences.Application.md
index 52841198a9b..ab616ec91a3 100644
--- a/api/PowerPoint.Sequences.Application.md
+++ b/api/PowerPoint.Sequences.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Sequences](./PowerPoint.Sequences.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Sequences.Count.md b/api/PowerPoint.Sequences.Count.md
index 424f2ba2cc3..8536a20f5c1 100644
--- a/api/PowerPoint.Sequences.Count.md
+++ b/api/PowerPoint.Sequences.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Sequences](./PowerPoint.Sequences.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Sequences.Item.md b/api/PowerPoint.Sequences.Item.md
index 396abc5e351..b1692b73f9b 100644
--- a/api/PowerPoint.Sequences.Item.md
+++ b/api/PowerPoint.Sequences.Item.md
@@ -27,11 +27,11 @@ Returns a single **Sequence** object from the specified **Sequences** collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **Sequence** object in the collection to be returned.|
-### Return Value
+### Return value
Sequence
diff --git a/api/PowerPoint.Sequences.Parent.md b/api/PowerPoint.Sequences.Parent.md
index ec0383be91c..2e027bc24c3 100644
--- a/api/PowerPoint.Sequences.Parent.md
+++ b/api/PowerPoint.Sequences.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Sequences](./PowerPoint.Sequences.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Series.ApplyDataLabels.md b/api/PowerPoint.Series.ApplyDataLabels.md
index 2fa07679c94..e7ec9f2618d 100644
--- a/api/PowerPoint.Series.ApplyDataLabels.md
+++ b/api/PowerPoint.Series.ApplyDataLabels.md
@@ -25,7 +25,7 @@ Applies data labels to a series.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**[XlDataLabelsType](PowerPoint.XlDataLabelsType.md)**|The type of data label to apply.|
| _LegendKey_|Optional|**Variant**|**True** to show the legend key next to the point. The default is **False**.|
diff --git a/api/PowerPoint.Series.DataLabels.md b/api/PowerPoint.Series.DataLabels.md
index 5e3f5c0b3f9..2062c18b068 100644
--- a/api/PowerPoint.Series.DataLabels.md
+++ b/api/PowerPoint.Series.DataLabels.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single data label (a **[DataLabel](P
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Variant**|The number of the data label.|
-### Return Value
+### Return value
An object that represents either a single data label (a **DataLabel** object) or a collection of all the data labels for the series (a **DataLabels** collection).
diff --git a/api/PowerPoint.Series.ErrorBar.md b/api/PowerPoint.Series.ErrorBar.md
index f1717c7e94c..ddda5f54760 100644
--- a/api/PowerPoint.Series.ErrorBar.md
+++ b/api/PowerPoint.Series.ErrorBar.md
@@ -27,7 +27,7 @@ Applies error bars to the series.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required|**[XlErrorBarDirection](PowerPoint.XlErrorBarDirection.md)**|One of the enumeration values that specifies the error bar direction.|
| _Include_|Required|**[XlErrorBarInclude](PowerPoint.XlErrorBarInclude.md)**|One of the enumeration values that specifies the error bar parts to include.|
diff --git a/api/PowerPoint.Series.InvertColor.md b/api/PowerPoint.Series.InvertColor.md
index 3fe49afa39e..1a60e63423d 100644
--- a/api/PowerPoint.Series.InvertColor.md
+++ b/api/PowerPoint.Series.InvertColor.md
@@ -23,7 +23,7 @@ Returns or sets the fill color for negative data points in a series. Read/write.
_expression_ A variable that represents a [Series](./PowerPoint.Series.md) object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/PowerPoint.Series.InvertColorIndex.md b/api/PowerPoint.Series.InvertColorIndex.md
index eac09cb9a2b..d8f5bf3d330 100644
--- a/api/PowerPoint.Series.InvertColorIndex.md
+++ b/api/PowerPoint.Series.InvertColorIndex.md
@@ -23,7 +23,7 @@ Returns or sets the fill color for negative data points in a series. Read/write.
_expression_ A variable that represents a [Series](./PowerPoint.Series.md) object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/PowerPoint.Series.PlotColorIndex.md b/api/PowerPoint.Series.PlotColorIndex.md
index 0c8feccbef8..037e40d78b9 100644
--- a/api/PowerPoint.Series.PlotColorIndex.md
+++ b/api/PowerPoint.Series.PlotColorIndex.md
@@ -23,7 +23,7 @@ Returns an index value that is used internally to associate series formatting wi
_expression_ A variable that represents a [Series](./PowerPoint.Series.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.Series.Points.md b/api/PowerPoint.Series.Points.md
index e5275305aa6..10629900ff4 100644
--- a/api/PowerPoint.Series.Points.md
+++ b/api/PowerPoint.Series.Points.md
@@ -27,11 +27,11 @@ Returns a collection of all the points in the series.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Variant**|The name or number of the point.|
-### Return Value
+### Return value
A **[Points](PowerPoint.Points.md)** object that represents all the points in the series.
diff --git a/api/PowerPoint.Series.Trendlines.md b/api/PowerPoint.Series.Trendlines.md
index c673b9a1457..ebbe7137002 100644
--- a/api/PowerPoint.Series.Trendlines.md
+++ b/api/PowerPoint.Series.Trendlines.md
@@ -23,7 +23,7 @@ Returns a collection of all the trendlines for the series.
_expression_ A variable that represents a '[Series](PowerPoint.Series.md)' object.
-### Return Value
+### Return value
A **[Trendlines](PowerPoint.Trendlines.md)** object that represents all the treadlines for the series.
diff --git a/api/PowerPoint.SeriesCollection.Add.md b/api/PowerPoint.SeriesCollection.Add.md
index 9639c5bbf9a..3c1a9edf337 100644
--- a/api/PowerPoint.SeriesCollection.Add.md
+++ b/api/PowerPoint.SeriesCollection.Add.md
@@ -27,7 +27,7 @@ Adds one or more new series to the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required|**Variant**|The new data as a string representation of a range contained in the **[Workbook](PowerPoint.ChartData.Workbook.md)** property of the **[ChartData](PowerPoint.ChartData.md)** object for the chart.|
| _Rowcol_|Optional|**[XlRowCol](PowerPoint.XlRowCol.md)**|One of the enumeration values that specifies whether the new values are in the rows or columns of the specified range.|
@@ -35,7 +35,7 @@ Adds one or more new series to the collection.
| _CategoryLabels_|Optional|**Variant**|**True** if the first row or column contains the name of the category labels. **False** if the first row or column contains the first data point of the series. If this argument is omitted, Word attempts to determine the location of the category label from the contents of the first row or column.|
| _Replace_|Optional|**Variant**|If CategoryLabels is **True** and Replace is **True**, the specified categories replace the categories that currently exist for the series. If Replace is **False**, the existing categories will not be replaced. The default is **False**.|
-### Return Value
+### Return value
A **[Series](PowerPoint.Series.md)** object that represents the new series.
diff --git a/api/PowerPoint.SeriesCollection.Extend.md b/api/PowerPoint.SeriesCollection.Extend.md
index 8bd4200f46b..4829072f449 100644
--- a/api/PowerPoint.SeriesCollection.Extend.md
+++ b/api/PowerPoint.SeriesCollection.Extend.md
@@ -27,7 +27,7 @@ Adds new data points to an existing series collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required|**Variant**|The new data to be added to the **SeriesCollection** object, represented as an A1-style range reference.|
| _Rowcol_|Optional|**Variant**|One of the **[XlRowCol](PowerPoint.XlRowCol.md)** enumeration values that specifies whether the new values are in the rows or columns of the given range source. If this argument is omitted, Microsoft Word attempts to determine where the values are by the size and orientation of the selected range or by the dimensions of the array.|
diff --git a/api/PowerPoint.SeriesCollection.Item.md b/api/PowerPoint.SeriesCollection.Item.md
index 668ba4fbc9f..04772f88f3f 100644
--- a/api/PowerPoint.SeriesCollection.Item.md
+++ b/api/PowerPoint.SeriesCollection.Item.md
@@ -24,11 +24,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[Series](PowerPoint.Series.md)** object contained by the collection.
diff --git a/api/PowerPoint.SeriesCollection.NewSeries.md b/api/PowerPoint.SeriesCollection.NewSeries.md
index ff38f301e7a..b731ae2dd5b 100644
--- a/api/PowerPoint.SeriesCollection.NewSeries.md
+++ b/api/PowerPoint.SeriesCollection.NewSeries.md
@@ -23,7 +23,7 @@ Creates a new series.
_expression_ A variable that represents a '[SeriesCollection](PowerPoint.SeriesCollection.md)' object.
-### Return Value
+### Return value
A **[Series](PowerPoint.Series.md)** object that represents the new series.
diff --git a/api/PowerPoint.SetEffect.Application.md b/api/PowerPoint.SetEffect.Application.md
index b96a57ef4e5..38c9384d175 100644
--- a/api/PowerPoint.SetEffect.Application.md
+++ b/api/PowerPoint.SetEffect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [SetEffect](./PowerPoint.SetEffect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.SetEffect.Parent.md b/api/PowerPoint.SetEffect.Parent.md
index abd12de986c..07cdf8f927f 100644
--- a/api/PowerPoint.SetEffect.Parent.md
+++ b/api/PowerPoint.SetEffect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [SetEffect](./PowerPoint.SetEffect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.SetEffect.Property.md b/api/PowerPoint.SetEffect.Property.md
index b5e9058d939..8ca1cad8fde 100644
--- a/api/PowerPoint.SetEffect.Property.md
+++ b/api/PowerPoint.SetEffect.Property.md
@@ -23,7 +23,7 @@ Sets or returns an **[MsoAnimProperty](PowerPoint.MsoAnimProperty.md)** constan
_expression_ A variable that represents a [SetEffect](./PowerPoint.SetEffect.md) object.
-### Return Value
+### Return value
MsoAnimProperty
diff --git a/api/PowerPoint.ShadowFormat.Application.md b/api/PowerPoint.ShadowFormat.Application.md
index 444c812992a..ce1ce12c792 100644
--- a/api/PowerPoint.ShadowFormat.Application.md
+++ b/api/PowerPoint.ShadowFormat.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ShadowFormat.Blur.md b/api/PowerPoint.ShadowFormat.Blur.md
index 3f8c33d0a8c..79ab6987754 100644
--- a/api/PowerPoint.ShadowFormat.Blur.md
+++ b/api/PowerPoint.ShadowFormat.Blur.md
@@ -23,7 +23,7 @@ Returns or sets the blur radius of the specified shadow, in points. Read/write.
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ShadowFormat.Creator.md b/api/PowerPoint.ShadowFormat.Creator.md
index 19b7e8ec1d8..a0c74108785 100644
--- a/api/PowerPoint.ShadowFormat.Creator.md
+++ b/api/PowerPoint.ShadowFormat.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ShadowFormat.ForeColor.md b/api/PowerPoint.ShadowFormat.ForeColor.md
index bfbbb77ed51..63afe3c055b 100644
--- a/api/PowerPoint.ShadowFormat.ForeColor.md
+++ b/api/PowerPoint.ShadowFormat.ForeColor.md
@@ -23,7 +23,7 @@ Returns or sets a **[ColorFormat](PowerPoint.ColorFormat.md)** object that repr
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.ShadowFormat.IncrementOffsetX.md b/api/PowerPoint.ShadowFormat.IncrementOffsetX.md
index 010cb688e2a..57e6def9daf 100644
--- a/api/PowerPoint.ShadowFormat.IncrementOffsetX.md
+++ b/api/PowerPoint.ShadowFormat.IncrementOffsetX.md
@@ -27,7 +27,7 @@ Changes the horizontal offset of the shadow by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how far the shadow offset is to be moved horizontally, in points. A positive value moves the shadow to the right; a negative value moves it to the left.|
diff --git a/api/PowerPoint.ShadowFormat.IncrementOffsetY.md b/api/PowerPoint.ShadowFormat.IncrementOffsetY.md
index 6a61ff567aa..0273c2da049 100644
--- a/api/PowerPoint.ShadowFormat.IncrementOffsetY.md
+++ b/api/PowerPoint.ShadowFormat.IncrementOffsetY.md
@@ -27,7 +27,7 @@ Changes the vertical offset of the shadow by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how far the shadow offset is to be moved vertically, in points. A positive value moves the shadow down; a negative value moves it up.|
diff --git a/api/PowerPoint.ShadowFormat.Obscured.md b/api/PowerPoint.ShadowFormat.Obscured.md
index 11316c5a528..f0a372cdd2a 100644
--- a/api/PowerPoint.ShadowFormat.Obscured.md
+++ b/api/PowerPoint.ShadowFormat.Obscured.md
@@ -23,7 +23,7 @@ Determines whether the shadow of the specified shape appears filled in and is ob
_expression_ A variable that represents an [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShadowFormat.OffsetX.md b/api/PowerPoint.ShadowFormat.OffsetX.md
index 2cb7d551876..712630ccebb 100644
--- a/api/PowerPoint.ShadowFormat.OffsetX.md
+++ b/api/PowerPoint.ShadowFormat.OffsetX.md
@@ -23,7 +23,7 @@ Returns or sets the horizontal offset of the shadow from the specified shape, in
_expression_ A variable that represents an [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ShadowFormat.OffsetY.md b/api/PowerPoint.ShadowFormat.OffsetY.md
index 1098714bab7..7ad7b82ebb5 100644
--- a/api/PowerPoint.ShadowFormat.OffsetY.md
+++ b/api/PowerPoint.ShadowFormat.OffsetY.md
@@ -23,7 +23,7 @@ Returns or sets the vertical offset of the shadow from the specified shape, in p
_expression_ A variable that represents an [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ShadowFormat.Parent.md b/api/PowerPoint.ShadowFormat.Parent.md
index 8bcd796c0a3..772b3df550b 100644
--- a/api/PowerPoint.ShadowFormat.Parent.md
+++ b/api/PowerPoint.ShadowFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ShadowFormat.RotateWithShape.md b/api/PowerPoint.ShadowFormat.RotateWithShape.md
index fdd1f8e9a23..89fe7d13e23 100644
--- a/api/PowerPoint.ShadowFormat.RotateWithShape.md
+++ b/api/PowerPoint.ShadowFormat.RotateWithShape.md
@@ -23,7 +23,7 @@ Returns or sets whether the specified shadow rotates when the shape it is associ
_expression_ An expression that returns a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShadowFormat.Size.md b/api/PowerPoint.ShadowFormat.Size.md
index 079027ce1fa..3a23200ade0 100644
--- a/api/PowerPoint.ShadowFormat.Size.md
+++ b/api/PowerPoint.ShadowFormat.Size.md
@@ -23,7 +23,7 @@ Returns or sets the size of the specified shadow as a percentage of the shape si
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ShadowFormat.Style.md b/api/PowerPoint.ShadowFormat.Style.md
index 041225afb5f..20aafeeabab 100644
--- a/api/PowerPoint.ShadowFormat.Style.md
+++ b/api/PowerPoint.ShadowFormat.Style.md
@@ -23,7 +23,7 @@ Returns or sets the shadow style. Read/write.
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
MsoShadowStyle
diff --git a/api/PowerPoint.ShadowFormat.Transparency.md b/api/PowerPoint.ShadowFormat.Transparency.md
index c36566bf192..03aa0cfdc14 100644
--- a/api/PowerPoint.ShadowFormat.Transparency.md
+++ b/api/PowerPoint.ShadowFormat.Transparency.md
@@ -23,7 +23,7 @@ Returns or sets the degree of transparency of the specified fill, shadow, or lin
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ShadowFormat.Type.md b/api/PowerPoint.ShadowFormat.Type.md
index 433001a49b2..02eeea36126 100644
--- a/api/PowerPoint.ShadowFormat.Type.md
+++ b/api/PowerPoint.ShadowFormat.Type.md
@@ -23,7 +23,7 @@ Represents the type of shadow. Read/write.
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
MsoShadowType
diff --git a/api/PowerPoint.ShadowFormat.Visible.md b/api/PowerPoint.ShadowFormat.Visible.md
index 4c11a16f8ae..b8a2adf1c57 100644
--- a/api/PowerPoint.ShadowFormat.Visible.md
+++ b/api/PowerPoint.ShadowFormat.Visible.md
@@ -23,7 +23,7 @@ Returns or sets the visibility of the specified object or the formatting applied
_expression_ A variable that represents a [ShadowFormat](./PowerPoint.ShadowFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.ActionSettings.md b/api/PowerPoint.Shape.ActionSettings.md
index b0ea95c07bb..cf472bf50b7 100644
--- a/api/PowerPoint.Shape.ActionSettings.md
+++ b/api/PowerPoint.Shape.ActionSettings.md
@@ -23,7 +23,7 @@ Returns an **[ActionSettings](PowerPoint.ActionSettings.md)** object that conta
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
ActionSettings
diff --git a/api/PowerPoint.Shape.Adjustments.md b/api/PowerPoint.Shape.Adjustments.md
index 4a75b88da0a..ac476451194 100644
--- a/api/PowerPoint.Shape.Adjustments.md
+++ b/api/PowerPoint.Shape.Adjustments.md
@@ -23,7 +23,7 @@ Returns an **[Adjustments](PowerPoint.Adjustments.md)** object that contains ad
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Adjustments
diff --git a/api/PowerPoint.Shape.AlternativeText.md b/api/PowerPoint.Shape.AlternativeText.md
index a214e1778db..754f4370f06 100644
--- a/api/PowerPoint.Shape.AlternativeText.md
+++ b/api/PowerPoint.Shape.AlternativeText.md
@@ -23,7 +23,7 @@ Returns or sets the alternative text associated with a shape in a Web presentati
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Shape.AnimationSettings.md b/api/PowerPoint.Shape.AnimationSettings.md
index e860f011506..14863b9ee6c 100644
--- a/api/PowerPoint.Shape.AnimationSettings.md
+++ b/api/PowerPoint.Shape.AnimationSettings.md
@@ -23,7 +23,7 @@ Returns an **[AnimationSettings](PowerPoint.AnimationSettings.md)** object that
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
AnimationSettings
diff --git a/api/PowerPoint.Shape.Application.md b/api/PowerPoint.Shape.Application.md
index 86d61861613..3b66ecbb84d 100644
--- a/api/PowerPoint.Shape.Application.md
+++ b/api/PowerPoint.Shape.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Shape.AutoShapeType.md b/api/PowerPoint.Shape.AutoShapeType.md
index d8c95762424..c20827db593 100644
--- a/api/PowerPoint.Shape.AutoShapeType.md
+++ b/api/PowerPoint.Shape.AutoShapeType.md
@@ -23,7 +23,7 @@ Returns or sets the shape type for the specified **Shape** object, which must r
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
[MsoAutoShapeType](./Office.MsoAutoShapeType.md)
diff --git a/api/PowerPoint.Shape.BlackWhiteMode.md b/api/PowerPoint.Shape.BlackWhiteMode.md
index 62140bd8040..c607ac32842 100644
--- a/api/PowerPoint.Shape.BlackWhiteMode.md
+++ b/api/PowerPoint.Shape.BlackWhiteMode.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates how the specified shape appears when the
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoBlackWhiteMode
diff --git a/api/PowerPoint.Shape.Callout.md b/api/PowerPoint.Shape.Callout.md
index 05579356a06..eaa741205b0 100644
--- a/api/PowerPoint.Shape.Callout.md
+++ b/api/PowerPoint.Shape.Callout.md
@@ -23,7 +23,7 @@ Returns a **[CalloutFormat](PowerPoint.CalloutFormat.md)** object that contains
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
CalloutFormat
diff --git a/api/PowerPoint.Shape.Chart.md b/api/PowerPoint.Shape.Chart.md
index a20b2d38e27..d4b6c8a3294 100644
--- a/api/PowerPoint.Shape.Chart.md
+++ b/api/PowerPoint.Shape.Chart.md
@@ -23,7 +23,7 @@ Returns a **Chart** object of the current **Shape** object. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
**Chart**
diff --git a/api/PowerPoint.Shape.Child.md b/api/PowerPoint.Shape.Child.md
index 6288ffff9fd..cfb7d456f19 100644
--- a/api/PowerPoint.Shape.Child.md
+++ b/api/PowerPoint.Shape.Child.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.ConnectionSiteCount.md b/api/PowerPoint.Shape.ConnectionSiteCount.md
index a991fd545cc..bd33068a34e 100644
--- a/api/PowerPoint.Shape.ConnectionSiteCount.md
+++ b/api/PowerPoint.Shape.ConnectionSiteCount.md
@@ -23,7 +23,7 @@ Returns the number of connection sites on the specified shape. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Shape.Connector.md b/api/PowerPoint.Shape.Connector.md
index bdb073fa7d2..d95a188383e 100644
--- a/api/PowerPoint.Shape.Connector.md
+++ b/api/PowerPoint.Shape.Connector.md
@@ -23,7 +23,7 @@ Determines whether the specified shape is a connector. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.ConnectorFormat.md b/api/PowerPoint.Shape.ConnectorFormat.md
index 550cefa8630..228d3e985ff 100644
--- a/api/PowerPoint.Shape.ConnectorFormat.md
+++ b/api/PowerPoint.Shape.ConnectorFormat.md
@@ -23,7 +23,7 @@ Returns a **[ConnectorFormat](PowerPoint.ConnectorFormat.md)** object that cont
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
ConnectorFormat
diff --git a/api/PowerPoint.Shape.ConvertTextToSmartArt.md b/api/PowerPoint.Shape.ConvertTextToSmartArt.md
index 1893b526fd4..5fc5dd7ac20 100644
--- a/api/PowerPoint.Shape.ConvertTextToSmartArt.md
+++ b/api/PowerPoint.Shape.ConvertTextToSmartArt.md
@@ -27,7 +27,7 @@ Converts text in a **Shape** object to a SmartArt diagram.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Layout_|Required|**[SMARTARTLAYOUT]**|The SmartArt layout to convert text to.|
diff --git a/api/PowerPoint.Shape.Creator.md b/api/PowerPoint.Shape.Creator.md
index 339c76ff312..d7bb7a86391 100644
--- a/api/PowerPoint.Shape.Creator.md
+++ b/api/PowerPoint.Shape.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Shape.CustomerData.md b/api/PowerPoint.Shape.CustomerData.md
index 9dfcf4b1dfd..83b57b42b77 100644
--- a/api/PowerPoint.Shape.CustomerData.md
+++ b/api/PowerPoint.Shape.CustomerData.md
@@ -23,7 +23,7 @@ Returns a **[CustomerData](PowerPoint.CustomerData.md)** object. Read-only.
_expression_ An expression that returns a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
CustomerData
diff --git a/api/PowerPoint.Shape.Duplicate.md b/api/PowerPoint.Shape.Duplicate.md
index ac84b6622f8..7da1e419ffe 100644
--- a/api/PowerPoint.Shape.Duplicate.md
+++ b/api/PowerPoint.Shape.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified **Shape** object, adds the new shape to th
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.Shape.Fill.md b/api/PowerPoint.Shape.Fill.md
index 4b1cba0dbc7..a574f1bfeb9 100644
--- a/api/PowerPoint.Shape.Fill.md
+++ b/api/PowerPoint.Shape.Fill.md
@@ -23,7 +23,7 @@ Returns a **[FillFormat](PowerPoint.FillFormat.md)** object that contains fill
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
FillFormat
diff --git a/api/PowerPoint.Shape.Flip.md b/api/PowerPoint.Shape.Flip.md
index c977b40a515..7442ca3426a 100644
--- a/api/PowerPoint.Shape.Flip.md
+++ b/api/PowerPoint.Shape.Flip.md
@@ -27,7 +27,7 @@ Flips the specified shape around its horizontal or vertical axis.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FlipCmd_|Required|**MsoFlipCmd**|Specifies whether the shape is to be flipped horizontally or vertically.|
diff --git a/api/PowerPoint.Shape.Glow.md b/api/PowerPoint.Shape.Glow.md
index 2fb34d42d24..7abe1474688 100644
--- a/api/PowerPoint.Shape.Glow.md
+++ b/api/PowerPoint.Shape.Glow.md
@@ -23,7 +23,7 @@ Returns the glow format for the specified shape. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoGlowType
diff --git a/api/PowerPoint.Shape.GroupItems.md b/api/PowerPoint.Shape.GroupItems.md
index 0af2f52e6fd..f181647a271 100644
--- a/api/PowerPoint.Shape.GroupItems.md
+++ b/api/PowerPoint.Shape.GroupItems.md
@@ -23,7 +23,7 @@ Returns a **[GroupShapes](PowerPoint.GroupShapes.md)** object that represents t
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
GroupShapes
diff --git a/api/PowerPoint.Shape.HasChart.md b/api/PowerPoint.Shape.HasChart.md
index a59abeac46f..649171659b3 100644
--- a/api/PowerPoint.Shape.HasChart.md
+++ b/api/PowerPoint.Shape.HasChart.md
@@ -23,7 +23,7 @@ Returns whether the shape represented by the specified object contains a chart.
_expression_ An expression that returns a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.HasSmartArt.md b/api/PowerPoint.Shape.HasSmartArt.md
index d30e01698e5..d0ac42f0bed 100644
--- a/api/PowerPoint.Shape.HasSmartArt.md
+++ b/api/PowerPoint.Shape.HasSmartArt.md
@@ -23,7 +23,7 @@ Returns **True** if the current **Shape** object contains a SmartArt diagram. R
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Shape.HasTable.md b/api/PowerPoint.Shape.HasTable.md
index 9a879fc6514..6ff2382afd2 100644
--- a/api/PowerPoint.Shape.HasTable.md
+++ b/api/PowerPoint.Shape.HasTable.md
@@ -23,7 +23,7 @@ Returns whether the specified shape is a table. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.HasTextFrame.md b/api/PowerPoint.Shape.HasTextFrame.md
index 8b52f9bae76..0e1e834e14c 100644
--- a/api/PowerPoint.Shape.HasTextFrame.md
+++ b/api/PowerPoint.Shape.HasTextFrame.md
@@ -23,7 +23,7 @@ Returns whether the specified shape has a text frame. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.Height.md b/api/PowerPoint.Shape.Height.md
index 0b06222b5ea..cfbd0291799 100644
--- a/api/PowerPoint.Shape.Height.md
+++ b/api/PowerPoint.Shape.Height.md
@@ -23,7 +23,7 @@ Returns or sets the height of the specified object, in points. Read/write.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Shape.HorizontalFlip.md b/api/PowerPoint.Shape.HorizontalFlip.md
index 1ded4f565a4..38eb8ce0deb 100644
--- a/api/PowerPoint.Shape.HorizontalFlip.md
+++ b/api/PowerPoint.Shape.HorizontalFlip.md
@@ -23,7 +23,7 @@ Returns whether the specified shape is flipped around the horizontal axis. Read-
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.Id.md b/api/PowerPoint.Shape.Id.md
index 35e365b8586..6017c5eb39f 100644
--- a/api/PowerPoint.Shape.Id.md
+++ b/api/PowerPoint.Shape.Id.md
@@ -23,7 +23,7 @@ Returns a **Long** that identifies the shape or range of shapes. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Shape.IncrementLeft.md b/api/PowerPoint.Shape.IncrementLeft.md
index 68e7060c1ef..4ed5e4d2354 100644
--- a/api/PowerPoint.Shape.IncrementLeft.md
+++ b/api/PowerPoint.Shape.IncrementLeft.md
@@ -27,7 +27,7 @@ Moves the specified shape horizontally by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how far the shape is to be moved horizontally, in points. A positive value moves the shape to the right; a negative value moves it to the left.|
diff --git a/api/PowerPoint.Shape.IncrementRotation.md b/api/PowerPoint.Shape.IncrementRotation.md
index 80abfbef343..f193ae62f8f 100644
--- a/api/PowerPoint.Shape.IncrementRotation.md
+++ b/api/PowerPoint.Shape.IncrementRotation.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the z-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**| Specifies how far the shape is to be rotated horizontally, in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise.|
diff --git a/api/PowerPoint.Shape.IncrementTop.md b/api/PowerPoint.Shape.IncrementTop.md
index f002a6c7ed2..317b38f3555 100644
--- a/api/PowerPoint.Shape.IncrementTop.md
+++ b/api/PowerPoint.Shape.IncrementTop.md
@@ -27,7 +27,7 @@ Moves the specified shape vertically by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how far the shape is to be moved vertically, in points. A positive value moves the shape down; a negative value moves it up.|
diff --git a/api/PowerPoint.Shape.Line.md b/api/PowerPoint.Shape.Line.md
index fa6165ad124..af6866d99f1 100644
--- a/api/PowerPoint.Shape.Line.md
+++ b/api/PowerPoint.Shape.Line.md
@@ -23,7 +23,7 @@ Returns a **[LineFormat](PowerPoint.LineFormat.md)** object that contains line
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
LineFormat
diff --git a/api/PowerPoint.Shape.LinkFormat.md b/api/PowerPoint.Shape.LinkFormat.md
index b2b14dd291d..7d8bc995020 100644
--- a/api/PowerPoint.Shape.LinkFormat.md
+++ b/api/PowerPoint.Shape.LinkFormat.md
@@ -23,7 +23,7 @@ Returns a **[LinkFormat](PowerPoint.LinkFormat.md)** object that contains the p
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
LinkFormat
diff --git a/api/PowerPoint.Shape.LockAspectRatio.md b/api/PowerPoint.Shape.LockAspectRatio.md
index 80b44b88968..09dcf80a604 100644
--- a/api/PowerPoint.Shape.LockAspectRatio.md
+++ b/api/PowerPoint.Shape.LockAspectRatio.md
@@ -23,7 +23,7 @@ Determines whether the specified shape retains its original proportions when you
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.MediaType.md b/api/PowerPoint.Shape.MediaType.md
index c03603b6928..151b090b5f0 100644
--- a/api/PowerPoint.Shape.MediaType.md
+++ b/api/PowerPoint.Shape.MediaType.md
@@ -23,7 +23,7 @@ Returns the OLE media type. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
PpMediaType
diff --git a/api/PowerPoint.Shape.Name.md b/api/PowerPoint.Shape.Name.md
index c607dc17861..fe5dcd35db2 100644
--- a/api/PowerPoint.Shape.Name.md
+++ b/api/PowerPoint.Shape.Name.md
@@ -23,7 +23,7 @@ When a shape is created, Microsoft PowerPoint automatically assigns it a name in
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Shape.OLEFormat.md b/api/PowerPoint.Shape.OLEFormat.md
index a5ade2ef7c4..5cd41ced349 100644
--- a/api/PowerPoint.Shape.OLEFormat.md
+++ b/api/PowerPoint.Shape.OLEFormat.md
@@ -23,7 +23,7 @@ Returns an **[OLEFormat](PowerPoint.OLEFormat.md)** object that contains OLE fo
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
OLEFormat
diff --git a/api/PowerPoint.Shape.Parent.md b/api/PowerPoint.Shape.Parent.md
index fa4c9ba2215..7e607d7e393 100644
--- a/api/PowerPoint.Shape.Parent.md
+++ b/api/PowerPoint.Shape.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Shape.ParentGroup.md b/api/PowerPoint.Shape.ParentGroup.md
index 58d6aae8524..fc2b886a30b 100644
--- a/api/PowerPoint.Shape.ParentGroup.md
+++ b/api/PowerPoint.Shape.ParentGroup.md
@@ -23,7 +23,7 @@ Returns a **Shape** object that represents the common parent shape of a child s
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shape.PictureFormat.md b/api/PowerPoint.Shape.PictureFormat.md
index 88c73264c13..6b3733b932c 100644
--- a/api/PowerPoint.Shape.PictureFormat.md
+++ b/api/PowerPoint.Shape.PictureFormat.md
@@ -23,7 +23,7 @@ Returns a **[PictureFormat](PowerPoint.PictureFormat.md)** object that contains
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
PictureFormat
diff --git a/api/PowerPoint.Shape.PlaceholderFormat.md b/api/PowerPoint.Shape.PlaceholderFormat.md
index 47c10c429a4..736a740f4f5 100644
--- a/api/PowerPoint.Shape.PlaceholderFormat.md
+++ b/api/PowerPoint.Shape.PlaceholderFormat.md
@@ -23,7 +23,7 @@ Returns a **[PlaceholderFormat](PowerPoint.PlaceholderFormat.md)** object that
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
PlaceholderFormat
diff --git a/api/PowerPoint.Shape.Reflection.md b/api/PowerPoint.Shape.Reflection.md
index b30f73e8bd8..6420b40223b 100644
--- a/api/PowerPoint.Shape.Reflection.md
+++ b/api/PowerPoint.Shape.Reflection.md
@@ -23,7 +23,7 @@ Returns the reflection format for the specified shape. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoReflectionType
diff --git a/api/PowerPoint.Shape.Rotation.md b/api/PowerPoint.Shape.Rotation.md
index e35d117d09d..20dcd8b51d1 100644
--- a/api/PowerPoint.Shape.Rotation.md
+++ b/api/PowerPoint.Shape.Rotation.md
@@ -23,7 +23,7 @@ Returns or sets the number of degrees the specified shape is rotated around the
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Shape.ScaleHeight.md b/api/PowerPoint.Shape.ScaleHeight.md
index 9be6af99c7b..4f547b0c239 100644
--- a/api/PowerPoint.Shape.ScaleHeight.md
+++ b/api/PowerPoint.Shape.ScaleHeight.md
@@ -27,7 +27,7 @@ Scales the height of the shape by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required|**MsoTriState**|Specifies whether the shape is scaled relative to its current or original size.|
diff --git a/api/PowerPoint.Shape.ScaleWidth.md b/api/PowerPoint.Shape.ScaleWidth.md
index fc439fa4016..c28fbf6e8ff 100644
--- a/api/PowerPoint.Shape.ScaleWidth.md
+++ b/api/PowerPoint.Shape.ScaleWidth.md
@@ -27,7 +27,7 @@ Scales the width of the shape by a specified factor. For pictures and OLE object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|Specifies the ratio between the width of the shape after you resize it and the current or original width. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required|**MsoTriState**|Specifies whether a shape is scaled relative to its current or original size.|
diff --git a/api/PowerPoint.Shape.Select.md b/api/PowerPoint.Shape.Select.md
index 651d13379b2..4cef3dc9050 100644
--- a/api/PowerPoint.Shape.Select.md
+++ b/api/PowerPoint.Shape.Select.md
@@ -27,7 +27,7 @@ Selects the specified object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional|**MsoTriState**|Specifies whether the selection replaces any previous selection.|
diff --git a/api/PowerPoint.Shape.SoftEdge.md b/api/PowerPoint.Shape.SoftEdge.md
index 1258512b29a..24048976d12 100644
--- a/api/PowerPoint.Shape.SoftEdge.md
+++ b/api/PowerPoint.Shape.SoftEdge.md
@@ -23,7 +23,7 @@ Returns the soft edge format for the specified shape. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoSoftEdgeType
diff --git a/api/PowerPoint.Shape.Table.md b/api/PowerPoint.Shape.Table.md
index 28e1d65179a..b8658814037 100644
--- a/api/PowerPoint.Shape.Table.md
+++ b/api/PowerPoint.Shape.Table.md
@@ -23,7 +23,7 @@ Returns a **[Table](PowerPoint.Table.md)** object that represents a table in a
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Table
diff --git a/api/PowerPoint.Shape.Tags.md b/api/PowerPoint.Shape.Tags.md
index 600b9a4bf49..e5da43b1369 100644
--- a/api/PowerPoint.Shape.Tags.md
+++ b/api/PowerPoint.Shape.Tags.md
@@ -23,7 +23,7 @@ Returns a **[Tags](PowerPoint.Tags.md)** object that represents the tags for th
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Tags
diff --git a/api/PowerPoint.Shape.TextEffect.md b/api/PowerPoint.Shape.TextEffect.md
index 16ac2dd724d..117eddd6aca 100644
--- a/api/PowerPoint.Shape.TextEffect.md
+++ b/api/PowerPoint.Shape.TextEffect.md
@@ -23,7 +23,7 @@ Returns a **[TextEffectFormat](PowerPoint.TextEffectFormat.md)** object that co
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
TextEffectFormat
diff --git a/api/PowerPoint.Shape.TextFrame.md b/api/PowerPoint.Shape.TextFrame.md
index 75ff958e09a..28d03291892 100644
--- a/api/PowerPoint.Shape.TextFrame.md
+++ b/api/PowerPoint.Shape.TextFrame.md
@@ -23,7 +23,7 @@ Returns a **[TextFrame](PowerPoint.TextFrame.md)** object that contains the ali
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
TextFrame
diff --git a/api/PowerPoint.Shape.TextFrame2.md b/api/PowerPoint.Shape.TextFrame2.md
index 806a616c284..6b553ef9ee3 100644
--- a/api/PowerPoint.Shape.TextFrame2.md
+++ b/api/PowerPoint.Shape.TextFrame2.md
@@ -23,7 +23,7 @@ Returns the **[TextFrame2](PowerPoint.TextFrame2.md)** object associated with t
_expression_ An expression that returns a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
TextFrame2
diff --git a/api/PowerPoint.Shape.ThreeD.md b/api/PowerPoint.Shape.ThreeD.md
index 4fc45e76aa8..60fa61e39ee 100644
--- a/api/PowerPoint.Shape.ThreeD.md
+++ b/api/PowerPoint.Shape.ThreeD.md
@@ -23,7 +23,7 @@ Returns a **[ThreeDFormat](PowerPoint.ThreeDFormat.md)** object that contains 3
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
ThreeDFormat
diff --git a/api/PowerPoint.Shape.Top.md b/api/PowerPoint.Shape.Top.md
index d001038ea3b..4f5903f36d9 100644
--- a/api/PowerPoint.Shape.Top.md
+++ b/api/PowerPoint.Shape.Top.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the distance from the top edge of
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Shape.Type.md b/api/PowerPoint.Shape.Type.md
index 9700805150b..ca1125de603 100644
--- a/api/PowerPoint.Shape.Type.md
+++ b/api/PowerPoint.Shape.Type.md
@@ -23,7 +23,7 @@ Represents the type of shape or shapes in a range of shapes. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoShapeType
diff --git a/api/PowerPoint.Shape.Ungroup.md b/api/PowerPoint.Shape.Ungroup.md
index 12c0d1e0638..b0e82048117 100644
--- a/api/PowerPoint.Shape.Ungroup.md
+++ b/api/PowerPoint.Shape.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups any grouped shapes in the specified shape or range of shapes. Disassemb
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.Shape.VerticalFlip.md b/api/PowerPoint.Shape.VerticalFlip.md
index 76214735091..63b9b3d95e9 100644
--- a/api/PowerPoint.Shape.VerticalFlip.md
+++ b/api/PowerPoint.Shape.VerticalFlip.md
@@ -23,7 +23,7 @@ Determines whether the specified shape is flipped around the vertical axis. Read
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.Vertices.md b/api/PowerPoint.Shape.Vertices.md
index 75e1c2c1826..fd1894a7286 100644
--- a/api/PowerPoint.Shape.Vertices.md
+++ b/api/PowerPoint.Shape.Vertices.md
@@ -23,7 +23,7 @@ Returns the coordinates of the specified freeform drawing's vertices (and contro
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/PowerPoint.Shape.Visible.md b/api/PowerPoint.Shape.Visible.md
index 627f5d11027..60d9c79f804 100644
--- a/api/PowerPoint.Shape.Visible.md
+++ b/api/PowerPoint.Shape.Visible.md
@@ -23,7 +23,7 @@ Returns or sets the visibility of the specified object or the formatting applied
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shape.Width.md b/api/PowerPoint.Shape.Width.md
index 7209472becd..50a73ca12fa 100644
--- a/api/PowerPoint.Shape.Width.md
+++ b/api/PowerPoint.Shape.Width.md
@@ -23,7 +23,7 @@ Returns or sets the width of the specified object, in points. Read/write.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Shape.ZOrder.md b/api/PowerPoint.Shape.ZOrder.md
index 0f80d454ea0..27a5e529524 100644
--- a/api/PowerPoint.Shape.ZOrder.md
+++ b/api/PowerPoint.Shape.ZOrder.md
@@ -27,7 +27,7 @@ Moves the specified shape in front of or behind other shapes in the collection (
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ZOrderCmd_|Required|**MsoZOrderCmd**|Specifies where to move the specified shape relative to the other shapes.|
diff --git a/api/PowerPoint.Shape.ZOrderPosition.md b/api/PowerPoint.Shape.ZOrderPosition.md
index 56b95605e56..931e05d89a3 100644
--- a/api/PowerPoint.Shape.ZOrderPosition.md
+++ b/api/PowerPoint.Shape.ZOrderPosition.md
@@ -23,7 +23,7 @@ Returns the position of the specified shape in the z-order. Read-only.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ShapeNode.Application.md b/api/PowerPoint.ShapeNode.Application.md
index 06a5ae9e529..07045361e25 100644
--- a/api/PowerPoint.ShapeNode.Application.md
+++ b/api/PowerPoint.ShapeNode.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ShapeNode](./PowerPoint.ShapeNode.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ShapeNode.Creator.md b/api/PowerPoint.ShapeNode.Creator.md
index eddcf8e0bc0..08acc1d411b 100644
--- a/api/PowerPoint.ShapeNode.Creator.md
+++ b/api/PowerPoint.ShapeNode.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [ShapeNode](./PowerPoint.ShapeNode.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ShapeNode.EditingType.md b/api/PowerPoint.ShapeNode.EditingType.md
index 1eb4f016c1f..21ae0116dba 100644
--- a/api/PowerPoint.ShapeNode.EditingType.md
+++ b/api/PowerPoint.ShapeNode.EditingType.md
@@ -23,7 +23,7 @@ If the specified node is a vertex, this property returns a value that indicates
_expression_ A variable that represents an [ShapeNode](./PowerPoint.ShapeNode.md) object.
-### Return Value
+### Return value
MsoEditingType
diff --git a/api/PowerPoint.ShapeNode.Parent.md b/api/PowerPoint.ShapeNode.Parent.md
index 32932caa4df..b5e01d13cb5 100644
--- a/api/PowerPoint.ShapeNode.Parent.md
+++ b/api/PowerPoint.ShapeNode.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ShapeNode](./PowerPoint.ShapeNode.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ShapeNode.Points.md b/api/PowerPoint.ShapeNode.Points.md
index bea7668ea80..47cb03376c4 100644
--- a/api/PowerPoint.ShapeNode.Points.md
+++ b/api/PowerPoint.ShapeNode.Points.md
@@ -23,7 +23,7 @@ Returns a **Variant** that represents the position of the specified node as a c
_expression_ A variable that represents a [ShapeNode](./PowerPoint.ShapeNode.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/PowerPoint.ShapeNode.SegmentType.md b/api/PowerPoint.ShapeNode.SegmentType.md
index 1cbff868ae5..7313d93123d 100644
--- a/api/PowerPoint.ShapeNode.SegmentType.md
+++ b/api/PowerPoint.ShapeNode.SegmentType.md
@@ -23,7 +23,7 @@ Returns a value that indicates whether the segment associated with the specified
_expression_ A variable that represents a [ShapeNode](./PowerPoint.ShapeNode.md) object.
-### Return Value
+### Return value
MsoSegmentType
diff --git a/api/PowerPoint.ShapeNodes.Application.md b/api/PowerPoint.ShapeNodes.Application.md
index 70fa11f69bc..ab468fcb352 100644
--- a/api/PowerPoint.ShapeNodes.Application.md
+++ b/api/PowerPoint.ShapeNodes.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ShapeNodes](./PowerPoint.ShapeNodes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ShapeNodes.Count.md b/api/PowerPoint.ShapeNodes.Count.md
index 012de528766..115c280e9fb 100644
--- a/api/PowerPoint.ShapeNodes.Count.md
+++ b/api/PowerPoint.ShapeNodes.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [ShapeNodes](./PowerPoint.ShapeNodes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ShapeNodes.Creator.md b/api/PowerPoint.ShapeNodes.Creator.md
index 5129794cd1a..6d6f5b0425f 100644
--- a/api/PowerPoint.ShapeNodes.Creator.md
+++ b/api/PowerPoint.ShapeNodes.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [ShapeNodes](./PowerPoint.ShapeNodes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ShapeNodes.Delete.md b/api/PowerPoint.ShapeNodes.Delete.md
index 12cb0705f41..2409cb508cf 100644
--- a/api/PowerPoint.ShapeNodes.Delete.md
+++ b/api/PowerPoint.ShapeNodes.Delete.md
@@ -27,7 +27,7 @@ Deletes a shape node.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Specifies the node to be deleted. |
diff --git a/api/PowerPoint.ShapeNodes.Insert.md b/api/PowerPoint.ShapeNodes.Insert.md
index 4a110faa881..6983d039035 100644
--- a/api/PowerPoint.ShapeNodes.Insert.md
+++ b/api/PowerPoint.ShapeNodes.Insert.md
@@ -27,7 +27,7 @@ Inserts a new segment after the specified node of the freeform.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The node that the new node is to be inserted after.|
| _SegmentType_|Required|**MsoSegmentType**|The type of segment to be added.|
diff --git a/api/PowerPoint.ShapeNodes.Item.md b/api/PowerPoint.ShapeNodes.Item.md
index 7bab88b14e0..a5d91c045b5 100644
--- a/api/PowerPoint.ShapeNodes.Item.md
+++ b/api/PowerPoint.ShapeNodes.Item.md
@@ -27,11 +27,11 @@ Returns a single **ShapeNode** object from the specified **ShapeNodes** collect
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **ShapeNode** object in the collection to be returned.|
-### Return Value
+### Return value
ShapeNode
diff --git a/api/PowerPoint.ShapeNodes.Parent.md b/api/PowerPoint.ShapeNodes.Parent.md
index d7ac55ca628..3bdf2974658 100644
--- a/api/PowerPoint.ShapeNodes.Parent.md
+++ b/api/PowerPoint.ShapeNodes.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ShapeNodes](./PowerPoint.ShapeNodes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ShapeNodes.SetEditingType.md b/api/PowerPoint.ShapeNodes.SetEditingType.md
index 699c4fce4a3..cedd182fe1a 100644
--- a/api/PowerPoint.ShapeNodes.SetEditingType.md
+++ b/api/PowerPoint.ShapeNodes.SetEditingType.md
@@ -27,7 +27,7 @@ Sets the editing type of the specified node.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The node whose editing type is to be set.|
| _EditingType_|Required|**MsoEditingType**|The editing type.|
diff --git a/api/PowerPoint.ShapeNodes.SetPosition.md b/api/PowerPoint.ShapeNodes.SetPosition.md
index 456f9ade0cb..396b976e952 100644
--- a/api/PowerPoint.ShapeNodes.SetPosition.md
+++ b/api/PowerPoint.ShapeNodes.SetPosition.md
@@ -27,7 +27,7 @@ Sets the location of the node specified by **Index**. Note that, depending on t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The node whose position is to be set.|
| _ Y1_|Required|**Single**|The x-position (in points) of the new node relative to the upper-left corner of the document.|
diff --git a/api/PowerPoint.ShapeNodes.SetSegmentType.md b/api/PowerPoint.ShapeNodes.SetSegmentType.md
index eb7621d10d7..0cd942f5d60 100644
--- a/api/PowerPoint.ShapeNodes.SetSegmentType.md
+++ b/api/PowerPoint.ShapeNodes.SetSegmentType.md
@@ -27,7 +27,7 @@ Sets the segment type of the segment that follows the specified node.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The node whose segment type is to be set.|
| _SegmentType_|Required|**MsoSegmentType**|Specifies if the segment is straight or curved.|
diff --git a/api/PowerPoint.ShapeRange.ActionSettings.md b/api/PowerPoint.ShapeRange.ActionSettings.md
index cf029ee1e99..d810ab07e8d 100644
--- a/api/PowerPoint.ShapeRange.ActionSettings.md
+++ b/api/PowerPoint.ShapeRange.ActionSettings.md
@@ -23,7 +23,7 @@ Returns an **[ActionSettings](PowerPoint.ActionSettings.md)** object that conta
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
ActionSettings
diff --git a/api/PowerPoint.ShapeRange.Adjustments.md b/api/PowerPoint.ShapeRange.Adjustments.md
index c2fb3a725e9..abbf6ebb205 100644
--- a/api/PowerPoint.ShapeRange.Adjustments.md
+++ b/api/PowerPoint.ShapeRange.Adjustments.md
@@ -23,7 +23,7 @@ Returns an **[Adjustments](PowerPoint.Adjustments.md)** object that contains ad
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Adjustments
diff --git a/api/PowerPoint.ShapeRange.Align.md b/api/PowerPoint.ShapeRange.Align.md
index bdeec181797..448cc35c417 100644
--- a/api/PowerPoint.ShapeRange.Align.md
+++ b/api/PowerPoint.ShapeRange.Align.md
@@ -27,7 +27,7 @@ Aligns the shapes in the specified range of shapes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AlignCmd_|Required|**[MsoAlignCmd](./Office.MsoAlignCmd.md)**|Specifies the way the shapes in the specified shape range are to be aligned.|
| _RelativeTo_|Required|**[MsoTriState](./Office.MsoTriState.md)**|Determines whether shapes are aligned relative to the edge of the slide.|
diff --git a/api/PowerPoint.ShapeRange.AlternativeText.md b/api/PowerPoint.ShapeRange.AlternativeText.md
index 60a87e3ef10..074cfb2023e 100644
--- a/api/PowerPoint.ShapeRange.AlternativeText.md
+++ b/api/PowerPoint.ShapeRange.AlternativeText.md
@@ -23,7 +23,7 @@ Returns or sets the alternative text associated with a shape in a Web presentati
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.ShapeRange.AnimationSettings.md b/api/PowerPoint.ShapeRange.AnimationSettings.md
index f0737c7aebf..596ae07ff30 100644
--- a/api/PowerPoint.ShapeRange.AnimationSettings.md
+++ b/api/PowerPoint.ShapeRange.AnimationSettings.md
@@ -23,7 +23,7 @@ Returns an **[AnimationSettings](PowerPoint.AnimationSettings.md)** object that
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
AnimationSettings
diff --git a/api/PowerPoint.ShapeRange.Application.md b/api/PowerPoint.ShapeRange.Application.md
index 84823b03fb5..5ca83c93dd8 100644
--- a/api/PowerPoint.ShapeRange.Application.md
+++ b/api/PowerPoint.ShapeRange.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ShapeRange.AutoShapeType.md b/api/PowerPoint.ShapeRange.AutoShapeType.md
index 0a8473b0741..6799ff6960e 100644
--- a/api/PowerPoint.ShapeRange.AutoShapeType.md
+++ b/api/PowerPoint.ShapeRange.AutoShapeType.md
@@ -23,7 +23,7 @@ Returns or sets the shape type for the specified **ShapeRange** object, which m
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
[MsoAutoShapeType](./Office.MsoAutoShapeType.md)
diff --git a/api/PowerPoint.ShapeRange.BlackWhiteMode.md b/api/PowerPoint.ShapeRange.BlackWhiteMode.md
index 15f8abcc0b1..d288ecab96b 100644
--- a/api/PowerPoint.ShapeRange.BlackWhiteMode.md
+++ b/api/PowerPoint.ShapeRange.BlackWhiteMode.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates how the specified shape appears when the
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoBlackWhiteMode
diff --git a/api/PowerPoint.ShapeRange.Callout.md b/api/PowerPoint.ShapeRange.Callout.md
index 1624b938585..4376deb4e9f 100644
--- a/api/PowerPoint.ShapeRange.Callout.md
+++ b/api/PowerPoint.ShapeRange.Callout.md
@@ -23,7 +23,7 @@ Returns a **[CalloutFormat](PowerPoint.CalloutFormat.md)** object that contains
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
CalloutFormat
diff --git a/api/PowerPoint.ShapeRange.Chart.md b/api/PowerPoint.ShapeRange.Chart.md
index 1c5173e1ac0..6c723305a7f 100644
--- a/api/PowerPoint.ShapeRange.Chart.md
+++ b/api/PowerPoint.ShapeRange.Chart.md
@@ -23,7 +23,7 @@ Returns the **Chart** object of the current **ShapeRange** object. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
**Chart**
diff --git a/api/PowerPoint.ShapeRange.Child.md b/api/PowerPoint.ShapeRange.Child.md
index c0db47f1dcb..1184911c9b7 100644
--- a/api/PowerPoint.ShapeRange.Child.md
+++ b/api/PowerPoint.ShapeRange.Child.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShapeRange.ConnectionSiteCount.md b/api/PowerPoint.ShapeRange.ConnectionSiteCount.md
index 77804694df9..976006c56f6 100644
--- a/api/PowerPoint.ShapeRange.ConnectionSiteCount.md
+++ b/api/PowerPoint.ShapeRange.ConnectionSiteCount.md
@@ -23,7 +23,7 @@ Returns the number of connection sites on the specified shape. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ShapeRange.Connector.md b/api/PowerPoint.ShapeRange.Connector.md
index 82cd505a5c3..a9bc9595224 100644
--- a/api/PowerPoint.ShapeRange.Connector.md
+++ b/api/PowerPoint.ShapeRange.Connector.md
@@ -23,7 +23,7 @@ Determines whether the specified shape is a connector. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShapeRange.ConnectorFormat.md b/api/PowerPoint.ShapeRange.ConnectorFormat.md
index e3a5adbefeb..643a1478db9 100644
--- a/api/PowerPoint.ShapeRange.ConnectorFormat.md
+++ b/api/PowerPoint.ShapeRange.ConnectorFormat.md
@@ -23,7 +23,7 @@ Returns a **[ConnectorFormat](PowerPoint.ConnectorFormat.md)** object that cont
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
ConnectorFormat
diff --git a/api/PowerPoint.ShapeRange.ConvertTextToSmartArt.md b/api/PowerPoint.ShapeRange.ConvertTextToSmartArt.md
index 8e39b1a5a7d..11c0932a75a 100644
--- a/api/PowerPoint.ShapeRange.ConvertTextToSmartArt.md
+++ b/api/PowerPoint.ShapeRange.ConvertTextToSmartArt.md
@@ -27,11 +27,11 @@ Returns the number of objects in the specified collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Layout_|Required|**[SMARTARTLAYOUT]**||
-### Return Value
+### Return value
**Long**
diff --git a/api/PowerPoint.ShapeRange.Count.md b/api/PowerPoint.ShapeRange.Count.md
index ba79f468942..dfa733394ff 100644
--- a/api/PowerPoint.ShapeRange.Count.md
+++ b/api/PowerPoint.ShapeRange.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ShapeRange.Creator.md b/api/PowerPoint.ShapeRange.Creator.md
index d855fccfd7e..42842284ea9 100644
--- a/api/PowerPoint.ShapeRange.Creator.md
+++ b/api/PowerPoint.ShapeRange.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ShapeRange.CustomerData.md b/api/PowerPoint.ShapeRange.CustomerData.md
index da744018718..0c7677b18d3 100644
--- a/api/PowerPoint.ShapeRange.CustomerData.md
+++ b/api/PowerPoint.ShapeRange.CustomerData.md
@@ -23,7 +23,7 @@ Returns a **[CustomerData](PowerPoint.CustomerData.md)** object.
_expression_ An expression that returns a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
CustomerData
diff --git a/api/PowerPoint.ShapeRange.Distribute.md b/api/PowerPoint.ShapeRange.Distribute.md
index 81792d37393..9573a4cedc1 100644
--- a/api/PowerPoint.ShapeRange.Distribute.md
+++ b/api/PowerPoint.ShapeRange.Distribute.md
@@ -27,12 +27,12 @@ Evenly distributes the shapes in the specified range of shapes. You can specify
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DistributeCmd_|Required|**[MsoDistributeCmd](./Office.MsoDistributeCmd.md)**|Specifies whether shapes in the range are to be distributed horizontally or vertically.|
| _RelativeTo_|Required|**[MsoTriState](./Office.MsoTriState.md)**|Determines whether shapes are distributed evenly over the entire horizontal or vertical space on the slide.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.ShapeRange.Duplicate.md b/api/PowerPoint.ShapeRange.Duplicate.md
index 88285767125..5bd7ee0829e 100644
--- a/api/PowerPoint.ShapeRange.Duplicate.md
+++ b/api/PowerPoint.ShapeRange.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified **ShapeRange** object, adds the range of s
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.ShapeRange.Fill.md b/api/PowerPoint.ShapeRange.Fill.md
index 925512fa2e7..304cb606406 100644
--- a/api/PowerPoint.ShapeRange.Fill.md
+++ b/api/PowerPoint.ShapeRange.Fill.md
@@ -23,7 +23,7 @@ Returns a **[FillFormat](PowerPoint.FillFormat.md)** object that contains fill
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
FillFormat
diff --git a/api/PowerPoint.ShapeRange.Flip.md b/api/PowerPoint.ShapeRange.Flip.md
index 3dbbef598ee..dce8df22cb1 100644
--- a/api/PowerPoint.ShapeRange.Flip.md
+++ b/api/PowerPoint.ShapeRange.Flip.md
@@ -27,7 +27,7 @@ Flips the specified shape range around its horizontal or vertical axis.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FlipCmd_|Required|**MsoFlipCmd**|Specifies whether the shape is to be flipped horizontally or vertically.|
diff --git a/api/PowerPoint.ShapeRange.Glow.md b/api/PowerPoint.ShapeRange.Glow.md
index 93c509acf77..8ddf31c7b7e 100644
--- a/api/PowerPoint.ShapeRange.Glow.md
+++ b/api/PowerPoint.ShapeRange.Glow.md
@@ -23,7 +23,7 @@ Returns the glow format for the specified range of shapes. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoGlowType
diff --git a/api/PowerPoint.ShapeRange.Group.md b/api/PowerPoint.ShapeRange.Group.md
index 4b8914f5630..f52901ea21d 100644
--- a/api/PowerPoint.ShapeRange.Group.md
+++ b/api/PowerPoint.ShapeRange.Group.md
@@ -23,7 +23,7 @@ Groups the shapes in the specified range. Returns the grouped shapes as a single
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.ShapeRange.GroupItems.md b/api/PowerPoint.ShapeRange.GroupItems.md
index 91df62f5089..3bb139de211 100644
--- a/api/PowerPoint.ShapeRange.GroupItems.md
+++ b/api/PowerPoint.ShapeRange.GroupItems.md
@@ -23,7 +23,7 @@ Returns a **[GroupShapes](PowerPoint.GroupShapes.md)** object that represents t
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
GroupShapes
diff --git a/api/PowerPoint.ShapeRange.HasChart.md b/api/PowerPoint.ShapeRange.HasChart.md
index 253f4a40e37..8c2f3811044 100644
--- a/api/PowerPoint.ShapeRange.HasChart.md
+++ b/api/PowerPoint.ShapeRange.HasChart.md
@@ -23,7 +23,7 @@ Returns whether the shape range represented by the specified object contains a c
_expression_ An expression that returns a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShapeRange.HasSmartArt.md b/api/PowerPoint.ShapeRange.HasSmartArt.md
index 53588309a86..91acc96bd60 100644
--- a/api/PowerPoint.ShapeRange.HasSmartArt.md
+++ b/api/PowerPoint.ShapeRange.HasSmartArt.md
@@ -23,7 +23,7 @@ Returns **True** if the current **ShapeRange** object has a SmartArt diagram. R
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.ShapeRange.HasTable.md b/api/PowerPoint.ShapeRange.HasTable.md
index 5589820735e..5cfb9fde3f8 100644
--- a/api/PowerPoint.ShapeRange.HasTable.md
+++ b/api/PowerPoint.ShapeRange.HasTable.md
@@ -23,7 +23,7 @@ Returns whether the specified shape is a table. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShapeRange.HasTextFrame.md b/api/PowerPoint.ShapeRange.HasTextFrame.md
index dbd12503b4e..f7907f3ba96 100644
--- a/api/PowerPoint.ShapeRange.HasTextFrame.md
+++ b/api/PowerPoint.ShapeRange.HasTextFrame.md
@@ -23,7 +23,7 @@ Returns whether the specified shape has a text frame. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShapeRange.Height.md b/api/PowerPoint.ShapeRange.Height.md
index 8d56661fe0f..0e8bc263078 100644
--- a/api/PowerPoint.ShapeRange.Height.md
+++ b/api/PowerPoint.ShapeRange.Height.md
@@ -23,7 +23,7 @@ Returns or sets the height of the specified object, in points. Read/write.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ShapeRange.HorizontalFlip.md b/api/PowerPoint.ShapeRange.HorizontalFlip.md
index aa9d3b8be3e..3d67ae6f191 100644
--- a/api/PowerPoint.ShapeRange.HorizontalFlip.md
+++ b/api/PowerPoint.ShapeRange.HorizontalFlip.md
@@ -23,7 +23,7 @@ Returns whether the specified shape is flipped around the horizontal axis. Read-
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShapeRange.Id.md b/api/PowerPoint.ShapeRange.Id.md
index ceba98f2b16..abb09008941 100644
--- a/api/PowerPoint.ShapeRange.Id.md
+++ b/api/PowerPoint.ShapeRange.Id.md
@@ -23,7 +23,7 @@ Returns a **Long** that identifies the shape or range of shapes. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ShapeRange.IncrementLeft.md b/api/PowerPoint.ShapeRange.IncrementLeft.md
index 54cc5315132..3b092967dec 100644
--- a/api/PowerPoint.ShapeRange.IncrementLeft.md
+++ b/api/PowerPoint.ShapeRange.IncrementLeft.md
@@ -27,7 +27,7 @@ Moves the specified shape range horizontally by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how far the shape range is to be moved horizontally, in points. A positive value moves the shape range to the right; a negative value moves it to the left.|
diff --git a/api/PowerPoint.ShapeRange.IncrementRotation.md b/api/PowerPoint.ShapeRange.IncrementRotation.md
index 5b8f0889db3..dcf91708faa 100644
--- a/api/PowerPoint.ShapeRange.IncrementRotation.md
+++ b/api/PowerPoint.ShapeRange.IncrementRotation.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape range around the z-axis by the speci
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how far the shape range is to be rotated horizontally, in degrees. A positive value rotates the shape range clockwise; a negative value rotates it counterclockwise.|
diff --git a/api/PowerPoint.ShapeRange.IncrementTop.md b/api/PowerPoint.ShapeRange.IncrementTop.md
index 00d7e0c30a3..7e842e0423b 100644
--- a/api/PowerPoint.ShapeRange.IncrementTop.md
+++ b/api/PowerPoint.ShapeRange.IncrementTop.md
@@ -27,7 +27,7 @@ Moves the specified shape range vertically by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how far the shape range is to be moved vertically, in points. A positive value moves the shape range down; a negative value moves it up.|
diff --git a/api/PowerPoint.ShapeRange.Item.md b/api/PowerPoint.ShapeRange.Item.md
index df430f1db73..284b4b571cb 100644
--- a/api/PowerPoint.ShapeRange.Item.md
+++ b/api/PowerPoint.ShapeRange.Item.md
@@ -27,11 +27,11 @@ Returns a single **Shape** object from the specified **ShapeRange** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **Shape** object in the collection to be returned.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.ShapeRange.Line.md b/api/PowerPoint.ShapeRange.Line.md
index 53bc4bbd7dc..f651902225b 100644
--- a/api/PowerPoint.ShapeRange.Line.md
+++ b/api/PowerPoint.ShapeRange.Line.md
@@ -23,7 +23,7 @@ Returns a **[LineFormat](PowerPoint.LineFormat.md)** object that contains line
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
LineFormat
diff --git a/api/PowerPoint.ShapeRange.LinkFormat.md b/api/PowerPoint.ShapeRange.LinkFormat.md
index 057b1fc1ca9..6d532ecfd34 100644
--- a/api/PowerPoint.ShapeRange.LinkFormat.md
+++ b/api/PowerPoint.ShapeRange.LinkFormat.md
@@ -23,7 +23,7 @@ Returns a **[LinkFormat](PowerPoint.LinkFormat.md)** object that contains the p
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
LinkFormat
diff --git a/api/PowerPoint.ShapeRange.LockAspectRatio.md b/api/PowerPoint.ShapeRange.LockAspectRatio.md
index 0aec954a988..e50312a30ea 100644
--- a/api/PowerPoint.ShapeRange.LockAspectRatio.md
+++ b/api/PowerPoint.ShapeRange.LockAspectRatio.md
@@ -23,7 +23,7 @@ Determines whether the specified shape retains its original proportions when you
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShapeRange.MediaType.md b/api/PowerPoint.ShapeRange.MediaType.md
index ec4c66dbe9a..1e7e01ee52c 100644
--- a/api/PowerPoint.ShapeRange.MediaType.md
+++ b/api/PowerPoint.ShapeRange.MediaType.md
@@ -23,7 +23,7 @@ Returns the OLE media type. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
PpMediaType
diff --git a/api/PowerPoint.ShapeRange.Name.md b/api/PowerPoint.ShapeRange.Name.md
index e7537acff2b..44aca7813ba 100644
--- a/api/PowerPoint.ShapeRange.Name.md
+++ b/api/PowerPoint.ShapeRange.Name.md
@@ -23,7 +23,7 @@ When a shape is created, Microsoft PowerPoint automatically assigns it a name in
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.ShapeRange.OLEFormat.md b/api/PowerPoint.ShapeRange.OLEFormat.md
index 15a4fd6bb3c..3ef64cab759 100644
--- a/api/PowerPoint.ShapeRange.OLEFormat.md
+++ b/api/PowerPoint.ShapeRange.OLEFormat.md
@@ -23,7 +23,7 @@ Returns an **[OLEFormat](PowerPoint.OLEFormat.md)** object that contains OLE fo
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
OLEFormat
diff --git a/api/PowerPoint.ShapeRange.Parent.md b/api/PowerPoint.ShapeRange.Parent.md
index 5245e7f7d20..bbea7dee0f0 100644
--- a/api/PowerPoint.ShapeRange.Parent.md
+++ b/api/PowerPoint.ShapeRange.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ShapeRange.ParentGroup.md b/api/PowerPoint.ShapeRange.ParentGroup.md
index 291e8f0ebbb..15f1bff049a 100644
--- a/api/PowerPoint.ShapeRange.ParentGroup.md
+++ b/api/PowerPoint.ShapeRange.ParentGroup.md
@@ -23,7 +23,7 @@ Returns a **Shape** object that represents the common parent shape of a child s
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.ShapeRange.PictureFormat.md b/api/PowerPoint.ShapeRange.PictureFormat.md
index e6ff8faeeaf..eee582a0a55 100644
--- a/api/PowerPoint.ShapeRange.PictureFormat.md
+++ b/api/PowerPoint.ShapeRange.PictureFormat.md
@@ -23,7 +23,7 @@ Returns a **[PictureFormat](PowerPoint.PictureFormat.md)** object that contains
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
PictureFormat
diff --git a/api/PowerPoint.ShapeRange.PlaceholderFormat.md b/api/PowerPoint.ShapeRange.PlaceholderFormat.md
index f6fb7434ade..7a221d90ef8 100644
--- a/api/PowerPoint.ShapeRange.PlaceholderFormat.md
+++ b/api/PowerPoint.ShapeRange.PlaceholderFormat.md
@@ -23,7 +23,7 @@ Returns a **[PlaceholderFormat](PowerPoint.PlaceholderFormat.md)** object that
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
PlaceholderFormat
diff --git a/api/PowerPoint.ShapeRange.Reflection.md b/api/PowerPoint.ShapeRange.Reflection.md
index 3d1366038ec..52b4493fe6a 100644
--- a/api/PowerPoint.ShapeRange.Reflection.md
+++ b/api/PowerPoint.ShapeRange.Reflection.md
@@ -23,7 +23,7 @@ Returns the reflection format for the specified range of shapes. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoReflectionType
diff --git a/api/PowerPoint.ShapeRange.Regroup.md b/api/PowerPoint.ShapeRange.Regroup.md
index 1c3e082187b..04a0926e970 100644
--- a/api/PowerPoint.ShapeRange.Regroup.md
+++ b/api/PowerPoint.ShapeRange.Regroup.md
@@ -23,7 +23,7 @@ Regroups the group that the specified shape range belonged to previously. Return
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.ShapeRange.Rotation.md b/api/PowerPoint.ShapeRange.Rotation.md
index 86794e363c9..ad25e4bed37 100644
--- a/api/PowerPoint.ShapeRange.Rotation.md
+++ b/api/PowerPoint.ShapeRange.Rotation.md
@@ -23,7 +23,7 @@ Returns or sets the number of degrees the specified shape is rotated around the
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ShapeRange.ScaleHeight.md b/api/PowerPoint.ShapeRange.ScaleHeight.md
index e1e700b4b78..df3123d6081 100644
--- a/api/PowerPoint.ShapeRange.ScaleHeight.md
+++ b/api/PowerPoint.ShapeRange.ScaleHeight.md
@@ -27,13 +27,13 @@ Scales the height of the shapes in the range by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|Specifies the ratio between the height of the shapes after you resize them and their current or original height. For example, to make shapes 50 percent larger, specify 1.5 for this parameter.|
| _RelativeToOriginalSize_|Required|**MsoTriState**|Specifies whether shapes are scaled relative to their current or original sizes.|
| _fScale_|Optional|**MsoScaleFrom**|The parts of the shapes that retain their position when the shapes are scaled.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.ShapeRange.ScaleWidth.md b/api/PowerPoint.ShapeRange.ScaleWidth.md
index 73a95b08462..fe45e13ce94 100644
--- a/api/PowerPoint.ShapeRange.ScaleWidth.md
+++ b/api/PowerPoint.ShapeRange.ScaleWidth.md
@@ -27,7 +27,7 @@ Scales the width of the shapes in the range by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|Specifies the ratio between the width of the shapes after you resize them and the current or original width. For example, to make all the shapes in the range 50 percent larger, specify 1.5 for this parameter.|
| _RelativeToOriginalSize_|Required|**MsoTriState**|Specifies whether shapes are scaled relative to their current or original size.|
diff --git a/api/PowerPoint.ShapeRange.Select.md b/api/PowerPoint.ShapeRange.Select.md
index 3df6cae7e52..83a71cf86de 100644
--- a/api/PowerPoint.ShapeRange.Select.md
+++ b/api/PowerPoint.ShapeRange.Select.md
@@ -27,7 +27,7 @@ Selects the specified object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional|**MsoTriState**|Specifies whether the selection replaces any previous selection.|
diff --git a/api/PowerPoint.ShapeRange.SoftEdge.md b/api/PowerPoint.ShapeRange.SoftEdge.md
index 23b022ad9d9..16f107f2c69 100644
--- a/api/PowerPoint.ShapeRange.SoftEdge.md
+++ b/api/PowerPoint.ShapeRange.SoftEdge.md
@@ -23,7 +23,7 @@ Returns the soft edge format for the specified range of shapes. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoSoftEdgeType
diff --git a/api/PowerPoint.ShapeRange.Table.md b/api/PowerPoint.ShapeRange.Table.md
index 55b017cd6cb..fc3a8cc0e29 100644
--- a/api/PowerPoint.ShapeRange.Table.md
+++ b/api/PowerPoint.ShapeRange.Table.md
@@ -23,7 +23,7 @@ Returns a **[Table](PowerPoint.Table.md)** object that represents a table in a
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Table
diff --git a/api/PowerPoint.ShapeRange.Tags.md b/api/PowerPoint.ShapeRange.Tags.md
index 5932c660581..5b947361b93 100644
--- a/api/PowerPoint.ShapeRange.Tags.md
+++ b/api/PowerPoint.ShapeRange.Tags.md
@@ -23,7 +23,7 @@ Returns a **[Tags](PowerPoint.Tags.md)** object that represents the tags for th
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Tags
diff --git a/api/PowerPoint.ShapeRange.TextEffect.md b/api/PowerPoint.ShapeRange.TextEffect.md
index c39ad55bb18..fd3bb1b7967 100644
--- a/api/PowerPoint.ShapeRange.TextEffect.md
+++ b/api/PowerPoint.ShapeRange.TextEffect.md
@@ -23,7 +23,7 @@ Returns a **[TextEffectFormat](PowerPoint.TextEffectFormat.md)** object that co
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
TextEffectFormat
diff --git a/api/PowerPoint.ShapeRange.TextFrame.md b/api/PowerPoint.ShapeRange.TextFrame.md
index 804d5333ba8..a0c58208288 100644
--- a/api/PowerPoint.ShapeRange.TextFrame.md
+++ b/api/PowerPoint.ShapeRange.TextFrame.md
@@ -23,7 +23,7 @@ Returns a **[TextFrame](PowerPoint.TextFrame.md)** object that contains the ali
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
TextFrame
diff --git a/api/PowerPoint.ShapeRange.TextFrame2.md b/api/PowerPoint.ShapeRange.TextFrame2.md
index 88db37f7816..2dd76bd0785 100644
--- a/api/PowerPoint.ShapeRange.TextFrame2.md
+++ b/api/PowerPoint.ShapeRange.TextFrame2.md
@@ -23,7 +23,7 @@ Returns the **[TextFrame2](PowerPoint.TextFrame2.md)** object associated with t
_expression_ An expression that returns a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
TextFrame2
diff --git a/api/PowerPoint.ShapeRange.ThreeD.md b/api/PowerPoint.ShapeRange.ThreeD.md
index 9947b04333f..15ec62b6002 100644
--- a/api/PowerPoint.ShapeRange.ThreeD.md
+++ b/api/PowerPoint.ShapeRange.ThreeD.md
@@ -23,7 +23,7 @@ Returns a **[ThreeDFormat](PowerPoint.ThreeDFormat.md)** object that contains 3
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
ThreeDFormat
diff --git a/api/PowerPoint.ShapeRange.Top.md b/api/PowerPoint.ShapeRange.Top.md
index cfd84e2603b..f07b8b505dc 100644
--- a/api/PowerPoint.ShapeRange.Top.md
+++ b/api/PowerPoint.ShapeRange.Top.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the distance from the top edge of
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ShapeRange.Type.md b/api/PowerPoint.ShapeRange.Type.md
index 2736a2b7c30..451824ceb3a 100644
--- a/api/PowerPoint.ShapeRange.Type.md
+++ b/api/PowerPoint.ShapeRange.Type.md
@@ -23,7 +23,7 @@ Represents the type of shape or shapes in a range of shapes. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoShapeType
diff --git a/api/PowerPoint.ShapeRange.Ungroup.md b/api/PowerPoint.ShapeRange.Ungroup.md
index e04382547ee..7a141aac144 100644
--- a/api/PowerPoint.ShapeRange.Ungroup.md
+++ b/api/PowerPoint.ShapeRange.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups any grouped shapes in the specified shape or range of shapes. Disassemb
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.ShapeRange.VerticalFlip.md b/api/PowerPoint.ShapeRange.VerticalFlip.md
index 2cffbb5358d..72a7e663055 100644
--- a/api/PowerPoint.ShapeRange.VerticalFlip.md
+++ b/api/PowerPoint.ShapeRange.VerticalFlip.md
@@ -23,7 +23,7 @@ Determines whether the specified shape is flipped around the vertical axis. Read
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShapeRange.Vertices.md b/api/PowerPoint.ShapeRange.Vertices.md
index 40bef0bdc66..31724b9bab5 100644
--- a/api/PowerPoint.ShapeRange.Vertices.md
+++ b/api/PowerPoint.ShapeRange.Vertices.md
@@ -23,7 +23,7 @@ Returns the coordinates of the specified freeform drawing's vertices (and contro
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/PowerPoint.ShapeRange.Visible.md b/api/PowerPoint.ShapeRange.Visible.md
index f33edf77ce7..62187530bec 100644
--- a/api/PowerPoint.ShapeRange.Visible.md
+++ b/api/PowerPoint.ShapeRange.Visible.md
@@ -23,7 +23,7 @@ Returns or sets the visibility of the specified object or the formatting applied
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ShapeRange.Width.md b/api/PowerPoint.ShapeRange.Width.md
index d861b5121bb..9906ed16307 100644
--- a/api/PowerPoint.ShapeRange.Width.md
+++ b/api/PowerPoint.ShapeRange.Width.md
@@ -23,7 +23,7 @@ Returns or sets the width of the specified object, in points. Read/write.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ShapeRange.ZOrder.md b/api/PowerPoint.ShapeRange.ZOrder.md
index 9b1d172d150..15572e22680 100644
--- a/api/PowerPoint.ShapeRange.ZOrder.md
+++ b/api/PowerPoint.ShapeRange.ZOrder.md
@@ -27,7 +27,7 @@ Moves the specified shape range in front of or behind other shapes in the collec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ZOrderCmd_|Required|**MsoZOrderCmd**|Specifies where to move the specified shape range relative to the other shapes.|
diff --git a/api/PowerPoint.ShapeRange.ZOrderPosition.md b/api/PowerPoint.ShapeRange.ZOrderPosition.md
index f8127fab4c8..312767d945a 100644
--- a/api/PowerPoint.ShapeRange.ZOrderPosition.md
+++ b/api/PowerPoint.ShapeRange.ZOrderPosition.md
@@ -23,7 +23,7 @@ Returns the position of the specified shape in the z-order. Read-only.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Shapes.AddCallout.md b/api/PowerPoint.Shapes.AddCallout.md
index 227a0a07e19..4efa7a9ddf2 100644
--- a/api/PowerPoint.Shapes.AddCallout.md
+++ b/api/PowerPoint.Shapes.AddCallout.md
@@ -27,7 +27,7 @@ Creates a borderless line callout. Returns a **[Shape](PowerPoint.Shape.md)** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**[MsoCalloutType](./Office.MsoCalloutType.md)**|The type of callout line.|
| _Left_|Required|**Single**|The position, measured in points, of the left edge of the callout's bounding box relative to the left edge of the slide.|
@@ -35,7 +35,7 @@ Creates a borderless line callout. Returns a **[Shape](PowerPoint.Shape.md)** o
| _Width_|Required|**Single**| The width of the callout's bounding box, measured in points.|
| _Height_|Required|**Single**|The height of the callout's bounding box, measured in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddConnector.md b/api/PowerPoint.Shapes.AddConnector.md
index 6dfaf13e5cb..45b85a31c3a 100644
--- a/api/PowerPoint.Shapes.AddConnector.md
+++ b/api/PowerPoint.Shapes.AddConnector.md
@@ -27,7 +27,7 @@ Creates a connector. Returns a **[Shape](PowerPoint.Shape.md)** object that rep
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**[MsoConnectorType](./Office.MsoConnectorType.md)**|The type of connector.|
| _BeginX_|Required|**Single**|The horizontal position, measured in points, of the connector's starting point relative to the left edge of the slide.|
@@ -35,7 +35,7 @@ Creates a connector. Returns a **[Shape](PowerPoint.Shape.md)** object that rep
| _EndX_|Required|**Single**|The horizontal position, measured in points, of the connector's ending point relative to the left edge of the slide.|
| _EndY_|Required|**Single**|The vertical position, measured in points, of the connector's ending point relative to the top edge of the slide.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddCurve.md b/api/PowerPoint.Shapes.AddCurve.md
index bb15b45e0a3..993c5d5bdc7 100644
--- a/api/PowerPoint.Shapes.AddCurve.md
+++ b/api/PowerPoint.Shapes.AddCurve.md
@@ -27,11 +27,11 @@ Creates a B?zier curve. Returns a **[Shape](PowerPoint.Shape.md)** object that
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SafeArrayOfPoints_|Required|**Variant**|An array of coordinate pairs that specifies the vertices and control points of the curve. The first point you specify is the starting vertex, and the next two points are control points for the first B?zier segment. Then, for each additional segment of the curve, you specify a vertex and two control points. The last point you specify is the ending vertex for the curve. Note that you must always specify 3n + 1 points, where n is the number of segments in the curve.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddLabel.md b/api/PowerPoint.Shapes.AddLabel.md
index 86181d091b9..669bd0fa590 100644
--- a/api/PowerPoint.Shapes.AddLabel.md
+++ b/api/PowerPoint.Shapes.AddLabel.md
@@ -27,7 +27,7 @@ Creates a label. Returns a **[Shape](PowerPoint.Shape.md)** object that represe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Orientation_|Required|**[MsoTextOrientation](./Office.MsoTextOrientation.md)**|The text orientation. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you?ve selected or installed.|
| _Left_|Required|**Single**|The position, measured in points, of the left edge of the label relative to the left edge of the slide.|
@@ -35,7 +35,7 @@ Creates a label. Returns a **[Shape](PowerPoint.Shape.md)** object that represe
| _Width_|Required|**Single**|The width of the label, measured in points.|
| _Height_|Required|**Single**|The height of the label, measured in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddLine.md b/api/PowerPoint.Shapes.AddLine.md
index 94d4d3beb8f..1308d53df95 100644
--- a/api/PowerPoint.Shapes.AddLine.md
+++ b/api/PowerPoint.Shapes.AddLine.md
@@ -27,14 +27,14 @@ Creates a line. Returns a **[Shape](PowerPoint.Shape.md)** object that represen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeginX_|Required|**Single**|The horizontal position, measured in points, of the line's starting point relative to the left edge of the slide.|
| _BeginY_|Required|**Single**|The vertical position, measured in points, of the line's starting point relative to the top edge of the slide.|
| _EndX_|Required|**Single**|The horizontal position, measured in points, of the line's ending point relative to the left edge of the slide.|
| _EndY_|Required|**Single**|The vertical position, measured in points, of the line's ending point relative to the top edge of the slide.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddMediaObject.md b/api/PowerPoint.Shapes.AddMediaObject.md
index 51f695c8b03..bbef43e9099 100644
--- a/api/PowerPoint.Shapes.AddMediaObject.md
+++ b/api/PowerPoint.Shapes.AddMediaObject.md
@@ -27,7 +27,7 @@ Deprecated in PowerPoint 2013. See [Shapes.AddMediaObject2 Method (PowerPoint)](
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**| Required **String**. The file from which the media object is to be created. If the path isn't specified, the current working folder is used.|
| _Left_|Optional|**Single**|The position (in points) of the upper-left corner of the media object's bounding box relative to the upper-left corner of the document.|
@@ -35,7 +35,7 @@ Deprecated in PowerPoint 2013. See [Shapes.AddMediaObject2 Method (PowerPoint)](
| _Width_|Optional|**Single**|The width of the media object's bounding box, in points.|
| _Height_|Optional|**Single**|The height of the media object's bounding box, in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddMediaObject2.md b/api/PowerPoint.Shapes.AddMediaObject2.md
index ab5a9f25527..00f78433e99 100644
--- a/api/PowerPoint.Shapes.AddMediaObject2.md
+++ b/api/PowerPoint.Shapes.AddMediaObject2.md
@@ -27,7 +27,7 @@ Replaces deprecated [Shapes.AddMediaObject Method (PowerPoint)](PowerPoint.Shape
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file to be added.|
| _LinkToFile_|Optional|**[MSOTRISTATE]**|Indicates whether to link to the file.|
@@ -37,7 +37,7 @@ Replaces deprecated [Shapes.AddMediaObject Method (PowerPoint)](PowerPoint.Shape
| _Width_|Optional|**Single**|The width, in points, of the media object. Default value is -1.|
| _Height_|Optional|**Single**|The height, in points, of the media object. Default value is -1.|
-### Return Value
+### Return value
**Shape** object
diff --git a/api/PowerPoint.Shapes.AddMediaObjectFromEmbedTag.md b/api/PowerPoint.Shapes.AddMediaObjectFromEmbedTag.md
index e89589c19f7..a7a9daeaca7 100644
--- a/api/PowerPoint.Shapes.AddMediaObjectFromEmbedTag.md
+++ b/api/PowerPoint.Shapes.AddMediaObjectFromEmbedTag.md
@@ -27,7 +27,7 @@ Adds a media object from an embedded tag to a **Shapes** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EmbedTag_|Required|**String**|The embed tag.|
| _Left_|Optional|**Single**|The distance, in points, from the left edge of the slide to the left edge of the media object.|
@@ -35,7 +35,7 @@ Adds a media object from an embedded tag to a **Shapes** object.
| _Width_|Optional|**Single**|The width, in points, of the media object.|
| _Height_|Optional|**Single**|The height, in points, of the media object.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddOLEObject.md b/api/PowerPoint.Shapes.AddOLEObject.md
index fdff6089def..c1000ef153a 100644
--- a/api/PowerPoint.Shapes.AddOLEObject.md
+++ b/api/PowerPoint.Shapes.AddOLEObject.md
@@ -27,7 +27,7 @@ Creates an OLE object. Returns a **[Shape](PowerPoint.Shape.md)** object that r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Optional|**Single**|The position (in points) of the upper-left corner of the new object relative to the upper-left corner of the slide. The default value is 0 (zero).|
| _Top_|Optional|**Single**|The position (in points) of the upper-left corner of the new object relative to the upper-left corner of the slide. The default value is 0 (zero).|
@@ -41,7 +41,7 @@ Creates an OLE object. Returns a **[Shape](PowerPoint.Shape.md)** object that r
| _IconLabel_|Optional|**String**|A label (caption) to be displayed beneath the icon.|
| _Link_|Optional|**[MsoTriState](./Office.MsoTriState.md)**|Determines whether the OLE object will be linked to the file from which it was created. If you specified a value for ClassName, this argument must be **msoFalse**.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddPicture.md b/api/PowerPoint.Shapes.AddPicture.md
index d3c434234f7..4d91b8dbd8f 100644
--- a/api/PowerPoint.Shapes.AddPicture.md
+++ b/api/PowerPoint.Shapes.AddPicture.md
@@ -27,7 +27,7 @@ Creates a picture from an existing file. Returns a **[Shape](PowerPoint.Shape.m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The file from which the OLE object is to be created.|
| _LinkToFile_|Required|**[MsoTriState](./Office.MsoTriState.md)**|Determines whether the picture will be linked to the file from which it was created.|
@@ -37,7 +37,7 @@ Creates a picture from an existing file. Returns a **[Shape](PowerPoint.Shape.m
| _Width_|Optional|**Single**|The width of the picture, measured in points.|
| _Height_|Optional|**Single**|The height of the picture, measured in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddPlaceholder.md b/api/PowerPoint.Shapes.AddPlaceholder.md
index c2ed1821877..c2f36a9c6c3 100644
--- a/api/PowerPoint.Shapes.AddPlaceholder.md
+++ b/api/PowerPoint.Shapes.AddPlaceholder.md
@@ -27,7 +27,7 @@ Restores a previously deleted placeholder on a slide. Returns a **[Shape](Power
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**[PpPlaceholderType](PowerPoint.PpPlaceholderType.md)**|The type of placeholder. Placeholders of type **ppPlaceholderVerticalBody** or **ppPlaceholderVerticalTitle** are found only on slides of layout type **ppLayoutVerticalText**, **ppLayoutClipArtAndVerticalText**, **ppLayoutVerticalTitleAndText**, or **ppLayoutVerticalTitleAndTextOverChart**. You cannot create slides with any of these layouts from the user interface; you must create them programmatically by using the **Add** method or by setting the **Layout** property of an existing slide.|
| _Left_|Optional|**Single**|The position (in points) of the upper-left corner of the placeholder relative to the upper-left corner of the document.|
@@ -35,7 +35,7 @@ Restores a previously deleted placeholder on a slide. Returns a **[Shape](Power
| _Width_|Optional|**Single**|The width of the placeholder, in points.|
| _Height_|Optional|**Single**|The height of the placeholder, in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddPolyline.md b/api/PowerPoint.Shapes.AddPolyline.md
index 2c4014fab65..12a7f8aa871 100644
--- a/api/PowerPoint.Shapes.AddPolyline.md
+++ b/api/PowerPoint.Shapes.AddPolyline.md
@@ -27,11 +27,11 @@ Creates an open polyline or a closed polygon drawing. Returns a **[Shape](Power
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SafeArrayOfPoints_|Required|**Variant**|An array of coordinate pairs that specifies the polyline drawing's vertices.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddShape.md b/api/PowerPoint.Shapes.AddShape.md
index 6fbc7bfff5c..7cfb0ade8a0 100644
--- a/api/PowerPoint.Shapes.AddShape.md
+++ b/api/PowerPoint.Shapes.AddShape.md
@@ -27,7 +27,7 @@ Creates an AutoShape. Returns a **[Shape](PowerPoint.Shape.md)** object that re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**[MsoAutoShapeType](./Office.MsoAutoShapeType.md)**|Specifies the type of AutoShape to create.|
| _Left_|Required|**Single**|The position, measured in points, of the left edge of the AutoShape relative to the left edge of the slide.|
@@ -35,7 +35,7 @@ Creates an AutoShape. Returns a **[Shape](PowerPoint.Shape.md)** object that re
| _Width_|Required|**Single**|The width of the AutoShape, measured in points.|
| _Height_|Required|**Single**|The height of the AutoShape, measured in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddSmartArt.md b/api/PowerPoint.Shapes.AddSmartArt.md
index 61dea5df47f..1ed82181125 100644
--- a/api/PowerPoint.Shapes.AddSmartArt.md
+++ b/api/PowerPoint.Shapes.AddSmartArt.md
@@ -27,7 +27,7 @@ Adds a SmartArt diagram to the **Shapes** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Layout_|Required|**[SMARTARTLAYOUT]**|The SmartArt diagram to add.|
| _Left_|Optional|**Single**|The distance, in points, from the left edge of the slide to the left edge of the SmartArt diagram.|
@@ -35,7 +35,7 @@ Adds a SmartArt diagram to the **Shapes** object.
| _Width_|Optional|**Single**|The width of the SmartArt diagram.|
| _Height_|Optional|**Single**|The height of the SmartArt diagram.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddTable.md b/api/PowerPoint.Shapes.AddTable.md
index 22d2f4bb9a1..eea391c1250 100644
--- a/api/PowerPoint.Shapes.AddTable.md
+++ b/api/PowerPoint.Shapes.AddTable.md
@@ -27,7 +27,7 @@ Adds a table shape to a slide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumRows_|Required|**Long**|The number of rows in the table.|
| _NumColumns_|Required|**Long**|The number of columns in the table.|
@@ -36,7 +36,7 @@ Adds a table shape to a slide.
| _Width_|Optional|**Single**|The width (in points) of the new table.|
| _Height_|Optional|**Single**|The height (in points) of the new table.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddTextEffect.md b/api/PowerPoint.Shapes.AddTextEffect.md
index cbf7a76054c..596c95fea99 100644
--- a/api/PowerPoint.Shapes.AddTextEffect.md
+++ b/api/PowerPoint.Shapes.AddTextEffect.md
@@ -27,7 +27,7 @@ Creates a WordArt object. Returns a **[Shape](PowerPoint.Shape.md)** object tha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetTextEffect_|Required|**[MsoPresetTextEffect](./Office.MsoPresetTextEffect.md)**|The preset text effect.|
| _Text_|Required|**String**|The text in the WordArt.|
@@ -38,7 +38,7 @@ Creates a WordArt object. Returns a **[Shape](PowerPoint.Shape.md)** object tha
| _Left_|Required|**Single**|The position, measured in points, of the left edge of the WordArt's bounding box relative to the left edge of the slide.|
| _Top_|Required|**Single**|The position, measured in points, of the top edge of the WordArt's bounding box relative to the top edge of the slide.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddTextbox.md b/api/PowerPoint.Shapes.AddTextbox.md
index fdb7b36ce97..273f36a5f54 100644
--- a/api/PowerPoint.Shapes.AddTextbox.md
+++ b/api/PowerPoint.Shapes.AddTextbox.md
@@ -27,7 +27,7 @@ Creates a text box. Returns a **[Shape](PowerPoint.Shape.md)** object that repr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Orientation_|Required|**[MsoTextOrientation](./Office.MsoTextOrientation.md)**|The text orientation. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you?ve selected or installed.|
| _Left_|Required|**Single**|The position, measured in points, of the left edge of the text box relative to the left edge of the slide.|
@@ -35,7 +35,7 @@ Creates a text box. Returns a **[Shape](PowerPoint.Shape.md)** object that repr
| _Width_|Required|**Single**|The width of the text box, measured in points.|
| _Height_|Required|**Single**| The height of the text box, measured in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.AddTitle.md b/api/PowerPoint.Shapes.AddTitle.md
index 8bbdb268933..190113f2c4d 100644
--- a/api/PowerPoint.Shapes.AddTitle.md
+++ b/api/PowerPoint.Shapes.AddTitle.md
@@ -23,7 +23,7 @@ Restores a previously deleted title placeholder to a slide. Returns a **[Shape]
_expression_ A variable that represents a [Shapes](./PowerPoint.Shapes.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.Application.md b/api/PowerPoint.Shapes.Application.md
index f1c2dbe9d1c..1c0a22c0e45 100644
--- a/api/PowerPoint.Shapes.Application.md
+++ b/api/PowerPoint.Shapes.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Shapes](./PowerPoint.Shapes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Shapes.BuildFreeform.md b/api/PowerPoint.Shapes.BuildFreeform.md
index 1a1a784eb47..ce41969d1f9 100644
--- a/api/PowerPoint.Shapes.BuildFreeform.md
+++ b/api/PowerPoint.Shapes.BuildFreeform.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents a [Shapes](PowerPoint.Shapes.md) object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EditingType_|Required|**[MsoEditingType](./Office.MsoEditingType.md)**|The editing property of the first node.|
| _X1_|Required|**Single**|The horizontal position, measured in points, of the first node in the freeform drawing relative to the left edge of the slide.|
diff --git a/api/PowerPoint.Shapes.Count.md b/api/PowerPoint.Shapes.Count.md
index 4376bf92699..7dc1e4c7403 100644
--- a/api/PowerPoint.Shapes.Count.md
+++ b/api/PowerPoint.Shapes.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Shapes](./PowerPoint.Shapes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Shapes.Creator.md b/api/PowerPoint.Shapes.Creator.md
index 7537976b46a..4d4a5a2f71a 100644
--- a/api/PowerPoint.Shapes.Creator.md
+++ b/api/PowerPoint.Shapes.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [Shapes](./PowerPoint.Shapes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Shapes.HasTitle.md b/api/PowerPoint.Shapes.HasTitle.md
index 1ef1e420d1d..c425a721bcc 100644
--- a/api/PowerPoint.Shapes.HasTitle.md
+++ b/api/PowerPoint.Shapes.HasTitle.md
@@ -23,7 +23,7 @@ Returns whether the collection of objects on the specified slide contains a titl
_expression_ A variable that represents a [Shapes](./PowerPoint.Shapes.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Shapes.Item.md b/api/PowerPoint.Shapes.Item.md
index 6133cde0dd0..56ac9673872 100644
--- a/api/PowerPoint.Shapes.Item.md
+++ b/api/PowerPoint.Shapes.Item.md
@@ -27,11 +27,11 @@ Returns a single **Shape** object from the specified **Shapes** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **Shape** object in the collection to be returned.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Shapes.Parent.md b/api/PowerPoint.Shapes.Parent.md
index 5bd4e25b051..51eca2f5e13 100644
--- a/api/PowerPoint.Shapes.Parent.md
+++ b/api/PowerPoint.Shapes.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Shapes](./PowerPoint.Shapes.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Shapes.Paste.md b/api/PowerPoint.Shapes.Paste.md
index 862788dfc20..930e9fa85b0 100644
--- a/api/PowerPoint.Shapes.Paste.md
+++ b/api/PowerPoint.Shapes.Paste.md
@@ -23,7 +23,7 @@ Pastes the shapes, slides, or text on the Clipboard into the specified **Shapes
_expression_ A variable that represents a [Shapes](./PowerPoint.Shapes.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.Shapes.PasteSpecial.md b/api/PowerPoint.Shapes.PasteSpecial.md
index b2f5baca542..eda3aa3eb64 100644
--- a/api/PowerPoint.Shapes.PasteSpecial.md
+++ b/api/PowerPoint.Shapes.PasteSpecial.md
@@ -27,7 +27,7 @@ Pastes the contents of the Clipboard, using a special format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataType_|Optional|**PpPasteDataType**|A format for the Clipboard contents when they're inserted into the document. The default value varies, depending on the contents in the Clipboard. An error occurs if the specified data type in the DataType argument is not supported by the clipboard contents.|
| _DisplayAsIcon_|Optional|**MsoTriState**|**MsoTrue** to display the embedded object (or link) as an icon.|
@@ -36,7 +36,7 @@ Pastes the contents of the Clipboard, using a special format.
| _IconLabel_|Optional|**String**|If DisplayAsIcon is set to **msoTrue**, this argument is the text that appears below the icon. If this label is missing, Microsoft PowerPoint generates an icon label based on the Clipboard contents. If DisplayAsIcon is set to **msoFalse**, then this argument is ignored.|
| _Link_|Optional|**MsoTriState**|Determines whether to create a link to the source file of the Clipboard contents. An error occurs if the Clipboard contents do not support a link.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.Shapes.Placeholders.md b/api/PowerPoint.Shapes.Placeholders.md
index e7a1dc6a972..9dc0019c00d 100644
--- a/api/PowerPoint.Shapes.Placeholders.md
+++ b/api/PowerPoint.Shapes.Placeholders.md
@@ -23,7 +23,7 @@ Returns a **[Placeholders](PowerPoint.Placeholders.md)** collection that repres
_expression_ A variable that represents a [Shapes](./PowerPoint.Shapes.md) object.
-### Return Value
+### Return value
Placeholders
diff --git a/api/PowerPoint.Shapes.Range.md b/api/PowerPoint.Shapes.Range.md
index c075255e405..4133d51733b 100644
--- a/api/PowerPoint.Shapes.Range.md
+++ b/api/PowerPoint.Shapes.Range.md
@@ -27,11 +27,11 @@ Returns a **[ShapeRange](PowerPoint.ShapeRange.md)** object that represents a s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Variant**|The individual shapes that are to be included in the range. Can be an **Integer** that specifies the index number of the shape, a **String** that specifies the name of the shape, or an array that contains either integers or strings. If this argument is omitted, the **Range** method returns all the objects in the specified collection.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.Shapes.Title.md b/api/PowerPoint.Shapes.Title.md
index b8f16f55280..8d5f35d3e61 100644
--- a/api/PowerPoint.Shapes.Title.md
+++ b/api/PowerPoint.Shapes.Title.md
@@ -23,7 +23,7 @@ Returns a **[Shape](PowerPoint.Shape.md)** object that represents the slide tit
_expression_ A variable that represents a [Shapes](./PowerPoint.Shapes.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Slide.Application.md b/api/PowerPoint.Slide.Application.md
index d3fe66759ca..cc4051f794d 100644
--- a/api/PowerPoint.Slide.Application.md
+++ b/api/PowerPoint.Slide.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Slide.ApplyTemplate.md b/api/PowerPoint.Slide.ApplyTemplate.md
index 87adec0f6ea..af386a79a2f 100644
--- a/api/PowerPoint.Slide.ApplyTemplate.md
+++ b/api/PowerPoint.Slide.ApplyTemplate.md
@@ -27,7 +27,7 @@ Applies a design template to the specified slide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|Specifies the name of the design template.|
diff --git a/api/PowerPoint.Slide.ApplyTheme.md b/api/PowerPoint.Slide.ApplyTheme.md
index a72555e003f..f06341f42dd 100644
--- a/api/PowerPoint.Slide.ApplyTheme.md
+++ b/api/PowerPoint.Slide.ApplyTheme.md
@@ -27,7 +27,7 @@ Applies a theme or design template to the specified slide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _themeName_|Required|**String**|The path and name of the theme file (.thmx) or design template file (.pot) to apply to the **Slide** object.|
diff --git a/api/PowerPoint.Slide.ApplyThemeColorScheme.md b/api/PowerPoint.Slide.ApplyThemeColorScheme.md
index 9d1cb27e1b8..55b23e6cc25 100644
--- a/api/PowerPoint.Slide.ApplyThemeColorScheme.md
+++ b/api/PowerPoint.Slide.ApplyThemeColorScheme.md
@@ -27,7 +27,7 @@ Applies a color scheme to the specified slide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _themeColorSchemeName_|Required|**String**|The path and name of the color scheme file to apply to the slide.|
diff --git a/api/PowerPoint.Slide.Background.md b/api/PowerPoint.Slide.Background.md
index 2208d620e85..84f20928da2 100644
--- a/api/PowerPoint.Slide.Background.md
+++ b/api/PowerPoint.Slide.Background.md
@@ -23,7 +23,7 @@ Returns a **[ShapeRange](PowerPoint.ShapeRange.md)** object that represents the
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.Slide.ColorScheme.md b/api/PowerPoint.Slide.ColorScheme.md
index b1b902d4433..f24b878898e 100644
--- a/api/PowerPoint.Slide.ColorScheme.md
+++ b/api/PowerPoint.Slide.ColorScheme.md
@@ -23,7 +23,7 @@ Returns or sets the **[ColorScheme](PowerPoint.ColorScheme.md)** object that re
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
ColorScheme
diff --git a/api/PowerPoint.Slide.Comments.md b/api/PowerPoint.Slide.Comments.md
index b10e9f7debf..36c56207cd7 100644
--- a/api/PowerPoint.Slide.Comments.md
+++ b/api/PowerPoint.Slide.Comments.md
@@ -23,7 +23,7 @@ Returns a **[Comments](PowerPoint.Comments.md)** object that represents a colle
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Comments
diff --git a/api/PowerPoint.Slide.CustomLayout.md b/api/PowerPoint.Slide.CustomLayout.md
index 0233dfc6c81..698b13f435c 100644
--- a/api/PowerPoint.Slide.CustomLayout.md
+++ b/api/PowerPoint.Slide.CustomLayout.md
@@ -23,7 +23,7 @@ Returns a **[CustomLayout](PowerPoint.CustomLayout.md)** object that represents
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
CustomLayout
diff --git a/api/PowerPoint.Slide.CustomerData.md b/api/PowerPoint.Slide.CustomerData.md
index e1813f69016..f343c962bc2 100644
--- a/api/PowerPoint.Slide.CustomerData.md
+++ b/api/PowerPoint.Slide.CustomerData.md
@@ -23,7 +23,7 @@ Returns a **[CustomerData](PowerPoint.CustomerData.md)** object. Read-only.
_expression_ An expression that returns a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
CustomerData
diff --git a/api/PowerPoint.Slide.Design.md b/api/PowerPoint.Slide.Design.md
index c8dfca0088f..f57596091ca 100644
--- a/api/PowerPoint.Slide.Design.md
+++ b/api/PowerPoint.Slide.Design.md
@@ -23,7 +23,7 @@ Returns a **Design** object representing a design.
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Design
diff --git a/api/PowerPoint.Slide.DisplayMasterShapes.md b/api/PowerPoint.Slide.DisplayMasterShapes.md
index 5d1a953dd42..b2df198ecb3 100644
--- a/api/PowerPoint.Slide.DisplayMasterShapes.md
+++ b/api/PowerPoint.Slide.DisplayMasterShapes.md
@@ -23,7 +23,7 @@ Determines whether the specified slide displays the background objects on the sl
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Slide.Duplicate.md b/api/PowerPoint.Slide.Duplicate.md
index 1a87e020a7d..0d93b21fb5b 100644
--- a/api/PowerPoint.Slide.Duplicate.md
+++ b/api/PowerPoint.Slide.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified **Slide** object, adds the new slide to th
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
SlideRange
diff --git a/api/PowerPoint.Slide.Export.md b/api/PowerPoint.Slide.Export.md
index 56749c414ef..fd9221ce5f9 100644
--- a/api/PowerPoint.Slide.Export.md
+++ b/api/PowerPoint.Slide.Export.md
@@ -27,7 +27,7 @@ Exports a slide, using the specified graphics filter, and saves the exported fil
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file to be exported and saved to disk. You can include a full path; if you don't, Microsoft PowerPoint creates a file in the current folder.|
| _FilterName_|Required|**String**|The graphics format in which you want to export slides. The specified graphics format must have an export filter registered in the Windows registry. You can specify either the registered extension or the registered filter name. Microsoft PowerPoint will first search for a matching extension in the registry. If no extension that matches the specified string is found, PowerPoint will look for a filter name that matches.|
diff --git a/api/PowerPoint.Slide.FollowMasterBackground.md b/api/PowerPoint.Slide.FollowMasterBackground.md
index 30d2d04ca8d..a3c965f288c 100644
--- a/api/PowerPoint.Slide.FollowMasterBackground.md
+++ b/api/PowerPoint.Slide.FollowMasterBackground.md
@@ -23,7 +23,7 @@ Determines whether the slide follows the slide master background. Read/write.
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Slide.HasNotesPage.md b/api/PowerPoint.Slide.HasNotesPage.md
index 11ff133a61b..300a1853a23 100644
--- a/api/PowerPoint.Slide.HasNotesPage.md
+++ b/api/PowerPoint.Slide.HasNotesPage.md
@@ -23,7 +23,7 @@ Indicates whether the selected **Slide** has media that resides on a notes page
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Slide.HeadersFooters.md b/api/PowerPoint.Slide.HeadersFooters.md
index 658e959810b..8e028d8b404 100644
--- a/api/PowerPoint.Slide.HeadersFooters.md
+++ b/api/PowerPoint.Slide.HeadersFooters.md
@@ -23,7 +23,7 @@ Returns a **[HeadersFooters](PowerPoint.HeadersFooters.md)** collection that re
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
HeadersFooters
diff --git a/api/PowerPoint.Slide.Hyperlinks.md b/api/PowerPoint.Slide.Hyperlinks.md
index e89a180faa3..1098c721ad9 100644
--- a/api/PowerPoint.Slide.Hyperlinks.md
+++ b/api/PowerPoint.Slide.Hyperlinks.md
@@ -23,7 +23,7 @@ Returns a **[Hyperlinks](PowerPoint.Hyperlinks.md)** collection that represents
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Hyperlinks
diff --git a/api/PowerPoint.Slide.Master.md b/api/PowerPoint.Slide.Master.md
index 65361343c2f..71ebef6470a 100644
--- a/api/PowerPoint.Slide.Master.md
+++ b/api/PowerPoint.Slide.Master.md
@@ -23,7 +23,7 @@ Returns a **[Master](PowerPoint.Master.md)** object that represents the slide m
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/PowerPoint.Slide.MoveTo.md b/api/PowerPoint.Slide.MoveTo.md
index d3e059cc217..30c9d304772 100644
--- a/api/PowerPoint.Slide.MoveTo.md
+++ b/api/PowerPoint.Slide.MoveTo.md
@@ -27,7 +27,7 @@ Moves the specified object to a specific location within the same collection, re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _toPos_|Required|**Long**|The index position to which to move the animation effect.|
diff --git a/api/PowerPoint.Slide.MoveToSectionStart.md b/api/PowerPoint.Slide.MoveToSectionStart.md
index c781b5be04a..2b593f4fc71 100644
--- a/api/PowerPoint.Slide.MoveToSectionStart.md
+++ b/api/PowerPoint.Slide.MoveToSectionStart.md
@@ -27,7 +27,7 @@ Moves the current slide to the start of the specified section.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _toSection_|Required|**[INT]**|The section to move to.|
diff --git a/api/PowerPoint.Slide.Name.md b/api/PowerPoint.Slide.Name.md
index be99d7ee3dd..48882417a00 100644
--- a/api/PowerPoint.Slide.Name.md
+++ b/api/PowerPoint.Slide.Name.md
@@ -23,7 +23,7 @@ When a slide is inserted into a presentation, Microsoft PowerPoint automatically
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Slide.NotesPage.md b/api/PowerPoint.Slide.NotesPage.md
index 1a0dba410f2..844c8674340 100644
--- a/api/PowerPoint.Slide.NotesPage.md
+++ b/api/PowerPoint.Slide.NotesPage.md
@@ -23,7 +23,7 @@ Returns a **[SlideRange](PowerPoint.SlideRange.md)** object that represents the
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
SlideRange
diff --git a/api/PowerPoint.Slide.Parent.md b/api/PowerPoint.Slide.Parent.md
index d08e175e4a0..975f690f959 100644
--- a/api/PowerPoint.Slide.Parent.md
+++ b/api/PowerPoint.Slide.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Slide.PrintSteps.md b/api/PowerPoint.Slide.PrintSteps.md
index e22df2efbaf..9c90dce24be 100644
--- a/api/PowerPoint.Slide.PrintSteps.md
+++ b/api/PowerPoint.Slide.PrintSteps.md
@@ -23,7 +23,7 @@ Returns the number of slides you'd need to print to simulate the builds on the s
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Slide.PublishSlides.md b/api/PowerPoint.Slide.PublishSlides.md
index 1af7dcbc22c..7aa94c8b34e 100644
--- a/api/PowerPoint.Slide.PublishSlides.md
+++ b/api/PowerPoint.Slide.PublishSlides.md
@@ -27,13 +27,13 @@ Publishes the specified slide to the specified location.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SlideLibraryUrl_|Required|**String**|The URL to which to publish the slide library.|
| _Overwrite_|Optional|**Boolean**|Whether to overwrite existing content at SlideLibraryURL. The default is **False**.|
| _UseSlideOrder_|Optional|**Boolean**|Whether to use the existing slide order. The default is **False**.|
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.Slide.Shapes.md b/api/PowerPoint.Slide.Shapes.md
index 4238cfe14a6..a586af1ada6 100644
--- a/api/PowerPoint.Slide.Shapes.md
+++ b/api/PowerPoint.Slide.Shapes.md
@@ -23,7 +23,7 @@ Returns a **[Shapes](PowerPoint.Shapes.md)** collection that represents all the
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Shapes
diff --git a/api/PowerPoint.Slide.SlideID.md b/api/PowerPoint.Slide.SlideID.md
index e0a40364b24..32387b08953 100644
--- a/api/PowerPoint.Slide.SlideID.md
+++ b/api/PowerPoint.Slide.SlideID.md
@@ -23,7 +23,7 @@ Returns a unique ID number for the specified slide. Read-only.
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Slide.SlideIndex.md b/api/PowerPoint.Slide.SlideIndex.md
index deda397e68b..ce08d771f95 100644
--- a/api/PowerPoint.Slide.SlideIndex.md
+++ b/api/PowerPoint.Slide.SlideIndex.md
@@ -23,7 +23,7 @@ Returns the index number of the specified slide within the **Slides** collectio
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Slide.SlideNumber.md b/api/PowerPoint.Slide.SlideNumber.md
index 7a6d6c9acd5..1a1cd692164 100644
--- a/api/PowerPoint.Slide.SlideNumber.md
+++ b/api/PowerPoint.Slide.SlideNumber.md
@@ -23,7 +23,7 @@ Returns the slide number. Read-only.
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.Slide.SlideShowTransition.md b/api/PowerPoint.Slide.SlideShowTransition.md
index fdb2fdb3040..6ba5ac81dd1 100644
--- a/api/PowerPoint.Slide.SlideShowTransition.md
+++ b/api/PowerPoint.Slide.SlideShowTransition.md
@@ -23,7 +23,7 @@ Returns a **[SlideShowTransition](PowerPoint.SlideShowTransition.md)** object t
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
SlideShowTransition
diff --git a/api/PowerPoint.Slide.Tags.md b/api/PowerPoint.Slide.Tags.md
index 284607bd94c..6b9fef94e1e 100644
--- a/api/PowerPoint.Slide.Tags.md
+++ b/api/PowerPoint.Slide.Tags.md
@@ -23,7 +23,7 @@ Returns a **[Tags](PowerPoint.Tags.md)** object that represents the tags for th
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Tags
diff --git a/api/PowerPoint.Slide.ThemeColorScheme.md b/api/PowerPoint.Slide.ThemeColorScheme.md
index 4466fd3999f..3bea62a73eb 100644
--- a/api/PowerPoint.Slide.ThemeColorScheme.md
+++ b/api/PowerPoint.Slide.ThemeColorScheme.md
@@ -23,7 +23,7 @@ Returns a **ThemeColorScheme** object that represents the color scheme associat
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
ThemeColorScheme
diff --git a/api/PowerPoint.Slide.TimeLine.md b/api/PowerPoint.Slide.TimeLine.md
index d5996537a7c..f6bd7edad18 100644
--- a/api/PowerPoint.Slide.TimeLine.md
+++ b/api/PowerPoint.Slide.TimeLine.md
@@ -23,7 +23,7 @@ Returns a **[TimeLine](PowerPoint.TimeLine.md)** object that represents the ani
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
TimeLine
diff --git a/api/PowerPoint.Slide.sectionIndex.md b/api/PowerPoint.Slide.sectionIndex.md
index 840f3db0a26..3600ab8ee52 100644
--- a/api/PowerPoint.Slide.sectionIndex.md
+++ b/api/PowerPoint.Slide.sectionIndex.md
@@ -23,7 +23,7 @@ Returns the index of the selected section in the **Slide** range. Read-only.
_expression_ A variable that represents a [Slide](./PowerPoint.Slide.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideRange.Application.md b/api/PowerPoint.SlideRange.Application.md
index c55bd4a5dfe..137b688a079 100644
--- a/api/PowerPoint.SlideRange.Application.md
+++ b/api/PowerPoint.SlideRange.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.SlideRange.ApplyTemplate.md b/api/PowerPoint.SlideRange.ApplyTemplate.md
index ec256d4ecda..b9a923c1a4a 100644
--- a/api/PowerPoint.SlideRange.ApplyTemplate.md
+++ b/api/PowerPoint.SlideRange.ApplyTemplate.md
@@ -27,7 +27,7 @@ Applies a design template to the specified slide range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|Specifies the name of the design template.|
diff --git a/api/PowerPoint.SlideRange.ApplyTheme.md b/api/PowerPoint.SlideRange.ApplyTheme.md
index f9cd8e65664..74f6211a7e3 100644
--- a/api/PowerPoint.SlideRange.ApplyTheme.md
+++ b/api/PowerPoint.SlideRange.ApplyTheme.md
@@ -27,7 +27,7 @@ Applies a theme or design template to the specified range of slides.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _themeName_|Required|**String**|The path and name of the theme file (.thmx) or design template file (.pot) to apply to the **SlideRange** object.|
diff --git a/api/PowerPoint.SlideRange.ApplyThemeColorScheme.md b/api/PowerPoint.SlideRange.ApplyThemeColorScheme.md
index ee71722041f..0c62f9c5277 100644
--- a/api/PowerPoint.SlideRange.ApplyThemeColorScheme.md
+++ b/api/PowerPoint.SlideRange.ApplyThemeColorScheme.md
@@ -27,7 +27,7 @@ Applies a color scheme to the specified range of slides.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _themeColorSchemeName_|Required|**String**|The path and name of the color scheme file to apply to the range of slides.|
diff --git a/api/PowerPoint.SlideRange.Background.md b/api/PowerPoint.SlideRange.Background.md
index 64dc961251d..f505ed9f42a 100644
--- a/api/PowerPoint.SlideRange.Background.md
+++ b/api/PowerPoint.SlideRange.Background.md
@@ -23,7 +23,7 @@ Returns a **[ShapeRange](PowerPoint.ShapeRange.md)** object that represents the
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/PowerPoint.SlideRange.ColorScheme.md b/api/PowerPoint.SlideRange.ColorScheme.md
index d5d60a92827..d284fbc803e 100644
--- a/api/PowerPoint.SlideRange.ColorScheme.md
+++ b/api/PowerPoint.SlideRange.ColorScheme.md
@@ -23,7 +23,7 @@ Returns or sets the **[ColorScheme](PowerPoint.ColorScheme.md)** object that re
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
ColorScheme
diff --git a/api/PowerPoint.SlideRange.Comments.md b/api/PowerPoint.SlideRange.Comments.md
index c7fbd84509f..a2b9b5848fb 100644
--- a/api/PowerPoint.SlideRange.Comments.md
+++ b/api/PowerPoint.SlideRange.Comments.md
@@ -23,7 +23,7 @@ Returns a **[Comments](PowerPoint.Comments.md)** object that represents a colle
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Comments
diff --git a/api/PowerPoint.SlideRange.Count.md b/api/PowerPoint.SlideRange.Count.md
index 2f9350ef263..cfb0c8f3237 100644
--- a/api/PowerPoint.SlideRange.Count.md
+++ b/api/PowerPoint.SlideRange.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideRange.CustomLayout.md b/api/PowerPoint.SlideRange.CustomLayout.md
index 18a865535fd..ef022c6d0ab 100644
--- a/api/PowerPoint.SlideRange.CustomLayout.md
+++ b/api/PowerPoint.SlideRange.CustomLayout.md
@@ -23,7 +23,7 @@ Returns a **[CustomLayout](PowerPoint.CustomLayout.md)** object that represents
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
CustomLayout
diff --git a/api/PowerPoint.SlideRange.CustomerData.md b/api/PowerPoint.SlideRange.CustomerData.md
index a3892244220..4f8c57fa644 100644
--- a/api/PowerPoint.SlideRange.CustomerData.md
+++ b/api/PowerPoint.SlideRange.CustomerData.md
@@ -23,7 +23,7 @@ Returns a **[CustomerData](PowerPoint.CustomerData.md)** object. Read-only.
_expression_ An expression that returns a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
CustomerData
diff --git a/api/PowerPoint.SlideRange.Design.md b/api/PowerPoint.SlideRange.Design.md
index d45ce8fb149..91bad42d7f9 100644
--- a/api/PowerPoint.SlideRange.Design.md
+++ b/api/PowerPoint.SlideRange.Design.md
@@ -23,7 +23,7 @@ Returns a **Design** object representing a design.
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Design
diff --git a/api/PowerPoint.SlideRange.DisplayMasterShapes.md b/api/PowerPoint.SlideRange.DisplayMasterShapes.md
index 36b3166deb0..4fde57a2ea5 100644
--- a/api/PowerPoint.SlideRange.DisplayMasterShapes.md
+++ b/api/PowerPoint.SlideRange.DisplayMasterShapes.md
@@ -23,7 +23,7 @@ Determines whether the specified range of slides displays the background objects
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideRange.Duplicate.md b/api/PowerPoint.SlideRange.Duplicate.md
index 73d151dfa8a..923d9b277d2 100644
--- a/api/PowerPoint.SlideRange.Duplicate.md
+++ b/api/PowerPoint.SlideRange.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified **SlideRange** object, adds the new range
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
SlideRange
diff --git a/api/PowerPoint.SlideRange.Export.md b/api/PowerPoint.SlideRange.Export.md
index fe4fee3ecd0..f6c3ae6d7cd 100644
--- a/api/PowerPoint.SlideRange.Export.md
+++ b/api/PowerPoint.SlideRange.Export.md
@@ -27,7 +27,7 @@ Exports a range of slides, using the specified graphics filter, and saves the ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file to be exported and saved to disk. You can include a full path; if you don't, Microsoft PowerPoint creates a file in the current folder.|
| _FilterName_|Required|**String**|The graphics format in which you want to export slides. The specified graphics format must have an export filter registered in the Windows registry. You can specify either the registered extension or the registered filter name. Microsoft PowerPoint will first search for a matching extension in the registry. If no extension that matches the specified string is found, PowerPoint will look for a filter name that matches.|
diff --git a/api/PowerPoint.SlideRange.FollowMasterBackground.md b/api/PowerPoint.SlideRange.FollowMasterBackground.md
index 756309e17cf..ee944e844ff 100644
--- a/api/PowerPoint.SlideRange.FollowMasterBackground.md
+++ b/api/PowerPoint.SlideRange.FollowMasterBackground.md
@@ -23,7 +23,7 @@ Determines whether the range of slides follows the slide master background. Read
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideRange.HasNotesPage.md b/api/PowerPoint.SlideRange.HasNotesPage.md
index 66f9e9e7ff5..8a6fe3866c3 100644
--- a/api/PowerPoint.SlideRange.HasNotesPage.md
+++ b/api/PowerPoint.SlideRange.HasNotesPage.md
@@ -23,7 +23,7 @@ Indicates whether the selected **SlideRange** has media that resides on a notes
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.SlideRange.HeadersFooters.md b/api/PowerPoint.SlideRange.HeadersFooters.md
index 2d6e65687bc..598ffc32ee4 100644
--- a/api/PowerPoint.SlideRange.HeadersFooters.md
+++ b/api/PowerPoint.SlideRange.HeadersFooters.md
@@ -23,7 +23,7 @@ Returns a **[HeadersFooters](PowerPoint.HeadersFooters.md)** collection that re
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
HeadersFooters
diff --git a/api/PowerPoint.SlideRange.Hyperlinks.md b/api/PowerPoint.SlideRange.Hyperlinks.md
index 7190b99d551..c003012ed7f 100644
--- a/api/PowerPoint.SlideRange.Hyperlinks.md
+++ b/api/PowerPoint.SlideRange.Hyperlinks.md
@@ -23,7 +23,7 @@ Returns a **[Hyperlinks](PowerPoint.Hyperlinks.md)** collection that represents
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Hyperlinks
diff --git a/api/PowerPoint.SlideRange.Item.md b/api/PowerPoint.SlideRange.Item.md
index 3fc8fd1bfd6..e5a64e0ab5b 100644
--- a/api/PowerPoint.SlideRange.Item.md
+++ b/api/PowerPoint.SlideRange.Item.md
@@ -27,11 +27,11 @@ Returns a single **Slide** object from the specified **SlideRange** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **Slide** object in the collection to be returned.|
-### Return Value
+### Return value
Slide
diff --git a/api/PowerPoint.SlideRange.Master.md b/api/PowerPoint.SlideRange.Master.md
index b8849359d10..3095f2f9ce5 100644
--- a/api/PowerPoint.SlideRange.Master.md
+++ b/api/PowerPoint.SlideRange.Master.md
@@ -23,7 +23,7 @@ Returns a **[Master](PowerPoint.Master.md)** object that represents the slide m
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/PowerPoint.SlideRange.MoveTo.md b/api/PowerPoint.SlideRange.MoveTo.md
index 13bb40dfee1..c0e064e68e8 100644
--- a/api/PowerPoint.SlideRange.MoveTo.md
+++ b/api/PowerPoint.SlideRange.MoveTo.md
@@ -27,7 +27,7 @@ Moves the specified object to a specific location within the same collection, re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _toPos_|Required|**Long**|The index position to which to move the animation effect.|
diff --git a/api/PowerPoint.SlideRange.MoveToSectionStart.md b/api/PowerPoint.SlideRange.MoveToSectionStart.md
index b30af655002..9f2b509cb3b 100644
--- a/api/PowerPoint.SlideRange.MoveToSectionStart.md
+++ b/api/PowerPoint.SlideRange.MoveToSectionStart.md
@@ -27,7 +27,7 @@ Moves the current position to the start of the specified section in the **Slide
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _toSection_|Required|**[INT]**|The section to move to.|
diff --git a/api/PowerPoint.SlideRange.Name.md b/api/PowerPoint.SlideRange.Name.md
index f034830c4e5..7a726c0874a 100644
--- a/api/PowerPoint.SlideRange.Name.md
+++ b/api/PowerPoint.SlideRange.Name.md
@@ -23,7 +23,7 @@ When a slide is inserted into a presentation, Microsoft PowerPoint automatically
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.SlideRange.NotesPage.md b/api/PowerPoint.SlideRange.NotesPage.md
index 101739bf5cd..ea355c2fc53 100644
--- a/api/PowerPoint.SlideRange.NotesPage.md
+++ b/api/PowerPoint.SlideRange.NotesPage.md
@@ -23,7 +23,7 @@ Returns a **[SlideRange](PowerPoint.SlideRange.md)** object that represents the
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
SlideRange
diff --git a/api/PowerPoint.SlideRange.Parent.md b/api/PowerPoint.SlideRange.Parent.md
index b969e64aac6..60fe145bbe9 100644
--- a/api/PowerPoint.SlideRange.Parent.md
+++ b/api/PowerPoint.SlideRange.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.SlideRange.PrintSteps.md b/api/PowerPoint.SlideRange.PrintSteps.md
index a478cd0f8e6..20f45046e0e 100644
--- a/api/PowerPoint.SlideRange.PrintSteps.md
+++ b/api/PowerPoint.SlideRange.PrintSteps.md
@@ -23,7 +23,7 @@ Returns the number of slides you'd need to print to simulate the builds on the s
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideRange.PublishSlides.md b/api/PowerPoint.SlideRange.PublishSlides.md
index e16fd3e00ad..06fe190862d 100644
--- a/api/PowerPoint.SlideRange.PublishSlides.md
+++ b/api/PowerPoint.SlideRange.PublishSlides.md
@@ -27,7 +27,7 @@ Creates a Web presentation (in HTML format) from any loaded presentation. You ca
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SlideLibraryUrl_|Required|**String**|URL to the slide library.|
| _Overwrite_|Optional|**Boolean**|**True** if the original presentation should be overwritten.|
diff --git a/api/PowerPoint.SlideRange.Shapes.md b/api/PowerPoint.SlideRange.Shapes.md
index 0b9e428abb7..5c9cc94f651 100644
--- a/api/PowerPoint.SlideRange.Shapes.md
+++ b/api/PowerPoint.SlideRange.Shapes.md
@@ -23,7 +23,7 @@ Returns a **[Shapes](PowerPoint.Shapes.md)** collection that represents all the
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Shapes
diff --git a/api/PowerPoint.SlideRange.SlideID.md b/api/PowerPoint.SlideRange.SlideID.md
index a3cf32f57db..f0aefcd23a1 100644
--- a/api/PowerPoint.SlideRange.SlideID.md
+++ b/api/PowerPoint.SlideRange.SlideID.md
@@ -23,7 +23,7 @@ Returns a unique ID number for the specified slide. Read-only.
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideRange.SlideIndex.md b/api/PowerPoint.SlideRange.SlideIndex.md
index f54cf9226e0..e51cd16f645 100644
--- a/api/PowerPoint.SlideRange.SlideIndex.md
+++ b/api/PowerPoint.SlideRange.SlideIndex.md
@@ -23,7 +23,7 @@ Returns the index number of the specified slide within the **Slides** collectio
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideRange.SlideNumber.md b/api/PowerPoint.SlideRange.SlideNumber.md
index 6b9d4a73721..7461dccf491 100644
--- a/api/PowerPoint.SlideRange.SlideNumber.md
+++ b/api/PowerPoint.SlideRange.SlideNumber.md
@@ -23,7 +23,7 @@ Returns the slide number. Read-only.
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.SlideRange.SlideShowTransition.md b/api/PowerPoint.SlideRange.SlideShowTransition.md
index fb7a0ecc018..7b622a6fe9d 100644
--- a/api/PowerPoint.SlideRange.SlideShowTransition.md
+++ b/api/PowerPoint.SlideRange.SlideShowTransition.md
@@ -23,7 +23,7 @@ Returns a **[SlideShowTransition](PowerPoint.SlideShowTransition.md)** object t
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
SlideShowTransition
diff --git a/api/PowerPoint.SlideRange.Tags.md b/api/PowerPoint.SlideRange.Tags.md
index 01b7c77ab2b..1991201a34b 100644
--- a/api/PowerPoint.SlideRange.Tags.md
+++ b/api/PowerPoint.SlideRange.Tags.md
@@ -23,7 +23,7 @@ Returns a **[Tags](PowerPoint.Tags.md)** object that represents the tags for th
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Tags
diff --git a/api/PowerPoint.SlideRange.ThemeColorScheme.md b/api/PowerPoint.SlideRange.ThemeColorScheme.md
index 9673a8d850f..9f2996981d1 100644
--- a/api/PowerPoint.SlideRange.ThemeColorScheme.md
+++ b/api/PowerPoint.SlideRange.ThemeColorScheme.md
@@ -23,7 +23,7 @@ Returns a **ThemeColorScheme** object that represents the color scheme associat
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
ThemeColorScheme
diff --git a/api/PowerPoint.SlideRange.TimeLine.md b/api/PowerPoint.SlideRange.TimeLine.md
index 914ad725050..e9e9fe07dd8 100644
--- a/api/PowerPoint.SlideRange.TimeLine.md
+++ b/api/PowerPoint.SlideRange.TimeLine.md
@@ -23,7 +23,7 @@ Returns a **[TimeLine](PowerPoint.TimeLine.md)** object that represents the ani
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
TimeLine
diff --git a/api/PowerPoint.SlideRange.sectionIndex.md b/api/PowerPoint.SlideRange.sectionIndex.md
index 38dbb9a56be..f03dd13dfdd 100644
--- a/api/PowerPoint.SlideRange.sectionIndex.md
+++ b/api/PowerPoint.SlideRange.sectionIndex.md
@@ -23,7 +23,7 @@ Returns the index of the selected section in the **SlideRange**. Read-only.
_expression_ A variable that represents a [SlideRange](./PowerPoint.SlideRange.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowSettings.Application.md b/api/PowerPoint.SlideShowSettings.Application.md
index 453bc97cc82..1d2d13ccae6 100644
--- a/api/PowerPoint.SlideShowSettings.Application.md
+++ b/api/PowerPoint.SlideShowSettings.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.SlideShowSettings.EndingSlide.md b/api/PowerPoint.SlideShowSettings.EndingSlide.md
index 2dc384186da..8dc11211d82 100644
--- a/api/PowerPoint.SlideShowSettings.EndingSlide.md
+++ b/api/PowerPoint.SlideShowSettings.EndingSlide.md
@@ -23,7 +23,7 @@ Returns or sets the last slide to be displayed in the specified slide show. Read
_expression_ A variable that represents an [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideShowSettings.NamedSlideShows.md b/api/PowerPoint.SlideShowSettings.NamedSlideShows.md
index 92ea7196dc6..6ee818d8ff4 100644
--- a/api/PowerPoint.SlideShowSettings.NamedSlideShows.md
+++ b/api/PowerPoint.SlideShowSettings.NamedSlideShows.md
@@ -23,7 +23,7 @@ Returns a **[NamedSlideShows](PowerPoint.NamedSlideShows.md)** collection that
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
NamedSlideShows
diff --git a/api/PowerPoint.SlideShowSettings.Parent.md b/api/PowerPoint.SlideShowSettings.Parent.md
index 1e0e22032b6..62164b65bf9 100644
--- a/api/PowerPoint.SlideShowSettings.Parent.md
+++ b/api/PowerPoint.SlideShowSettings.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.SlideShowSettings.PointerColor.md b/api/PowerPoint.SlideShowSettings.PointerColor.md
index 650bc4f66de..d60d76617d4 100644
--- a/api/PowerPoint.SlideShowSettings.PointerColor.md
+++ b/api/PowerPoint.SlideShowSettings.PointerColor.md
@@ -23,7 +23,7 @@ Returns the pointer color for the specified presentation as a **[ColorFormat](P
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.SlideShowSettings.Run.md b/api/PowerPoint.SlideShowSettings.Run.md
index 86a54903b01..40047d6b802 100644
--- a/api/PowerPoint.SlideShowSettings.Run.md
+++ b/api/PowerPoint.SlideShowSettings.Run.md
@@ -23,7 +23,7 @@ Runs a slide show of the specified presentation. Returns a **[SlideShowWindow](
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
SlideShowWindow
diff --git a/api/PowerPoint.SlideShowSettings.ShowScrollbar.md b/api/PowerPoint.SlideShowSettings.ShowScrollbar.md
index 18b60cfea21..3f5cf544428 100644
--- a/api/PowerPoint.SlideShowSettings.ShowScrollbar.md
+++ b/api/PowerPoint.SlideShowSettings.ShowScrollbar.md
@@ -23,7 +23,7 @@ Determines whether to display the scroll bar during a slide show in browse mode.
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowSettings.ShowType.md b/api/PowerPoint.SlideShowSettings.ShowType.md
index 43fee423d8c..d249e42bb3c 100644
--- a/api/PowerPoint.SlideShowSettings.ShowType.md
+++ b/api/PowerPoint.SlideShowSettings.ShowType.md
@@ -23,7 +23,7 @@ Returns or sets the show type for the specified slide show. Read/write.
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
PpSlideShowType
diff --git a/api/PowerPoint.SlideShowSettings.ShowWithAnimation.md b/api/PowerPoint.SlideShowSettings.ShowWithAnimation.md
index d802249b605..69e57093262 100644
--- a/api/PowerPoint.SlideShowSettings.ShowWithAnimation.md
+++ b/api/PowerPoint.SlideShowSettings.ShowWithAnimation.md
@@ -23,7 +23,7 @@ Determines whether the specified slide show displays shapes with assigned animat
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowSettings.ShowWithNarration.md b/api/PowerPoint.SlideShowSettings.ShowWithNarration.md
index 5dc727d50fc..42b7a9fe683 100644
--- a/api/PowerPoint.SlideShowSettings.ShowWithNarration.md
+++ b/api/PowerPoint.SlideShowSettings.ShowWithNarration.md
@@ -23,7 +23,7 @@ Determines whether the specified slide show is shown with narration. Read/write.
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowSettings.SlideShowName.md b/api/PowerPoint.SlideShowSettings.SlideShowName.md
index b5484ffdadf..e0562436413 100644
--- a/api/PowerPoint.SlideShowSettings.SlideShowName.md
+++ b/api/PowerPoint.SlideShowSettings.SlideShowName.md
@@ -23,7 +23,7 @@ Returns or sets the name of the custom slide show to run in response to a mouse
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.SlideShowSettings.StartingSlide.md b/api/PowerPoint.SlideShowSettings.StartingSlide.md
index 02aed222f1c..6c2e0677566 100644
--- a/api/PowerPoint.SlideShowSettings.StartingSlide.md
+++ b/api/PowerPoint.SlideShowSettings.StartingSlide.md
@@ -23,7 +23,7 @@ Returns or sets the first slide to be displayed in the specified slide show. Rea
_expression_ A variable that represents a [SlideShowSettings](./PowerPoint.SlideShowSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideShowTransition.AdvanceOnClick.md b/api/PowerPoint.SlideShowTransition.AdvanceOnClick.md
index 238ab53ba44..ef1a728f29c 100644
--- a/api/PowerPoint.SlideShowTransition.AdvanceOnClick.md
+++ b/api/PowerPoint.SlideShowTransition.AdvanceOnClick.md
@@ -23,7 +23,7 @@ Determines whether the specified slide advances when it is clicked during a slid
_expression_ A variable that represents an [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowTransition.AdvanceOnTime.md b/api/PowerPoint.SlideShowTransition.AdvanceOnTime.md
index fb509fb48c3..b0d85451ab7 100644
--- a/api/PowerPoint.SlideShowTransition.AdvanceOnTime.md
+++ b/api/PowerPoint.SlideShowTransition.AdvanceOnTime.md
@@ -23,7 +23,7 @@ Determines whether the specified slide advances automatically after a specified
_expression_ A variable that represents an [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowTransition.AdvanceTime.md b/api/PowerPoint.SlideShowTransition.AdvanceTime.md
index be3b80bd21d..545812f91fb 100644
--- a/api/PowerPoint.SlideShowTransition.AdvanceTime.md
+++ b/api/PowerPoint.SlideShowTransition.AdvanceTime.md
@@ -23,7 +23,7 @@ Returns or sets the amount of time, in seconds, after which the specified slide
_expression_ A variable that represents a [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowTransition.Application.md b/api/PowerPoint.SlideShowTransition.Application.md
index 34fee7bb218..ad0f56fcdab 100644
--- a/api/PowerPoint.SlideShowTransition.Application.md
+++ b/api/PowerPoint.SlideShowTransition.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.SlideShowTransition.Duration.md b/api/PowerPoint.SlideShowTransition.Duration.md
index a282944719f..15d6351d3df 100644
--- a/api/PowerPoint.SlideShowTransition.Duration.md
+++ b/api/PowerPoint.SlideShowTransition.Duration.md
@@ -23,7 +23,7 @@ Returns or sets the length of an animation in seconds. Read/write.
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowTransition.EntryEffect.md b/api/PowerPoint.SlideShowTransition.EntryEffect.md
index 38a61863326..b32717cf8e8 100644
--- a/api/PowerPoint.SlideShowTransition.EntryEffect.md
+++ b/api/PowerPoint.SlideShowTransition.EntryEffect.md
@@ -23,7 +23,7 @@ Returns or sets the special effect applied to the specified slide transition. Re
_expression_ A variable that represents a [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
PpEntryEffect
diff --git a/api/PowerPoint.SlideShowTransition.Hidden.md b/api/PowerPoint.SlideShowTransition.Hidden.md
index fc6a4f19026..cb834efae37 100644
--- a/api/PowerPoint.SlideShowTransition.Hidden.md
+++ b/api/PowerPoint.SlideShowTransition.Hidden.md
@@ -23,7 +23,7 @@ Determines whether the specified slide is hidden during a slide show. Read/write
_expression_ A variable that represents a [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowTransition.LoopSoundUntilNext.md b/api/PowerPoint.SlideShowTransition.LoopSoundUntilNext.md
index 67467b97641..f98d99e77a2 100644
--- a/api/PowerPoint.SlideShowTransition.LoopSoundUntilNext.md
+++ b/api/PowerPoint.SlideShowTransition.LoopSoundUntilNext.md
@@ -23,7 +23,7 @@ Specifies whether the sound that's been set for the specified slide transition l
_expression_ A variable that represents a [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowTransition.Parent.md b/api/PowerPoint.SlideShowTransition.Parent.md
index 9abf61dfc51..cd28738be62 100644
--- a/api/PowerPoint.SlideShowTransition.Parent.md
+++ b/api/PowerPoint.SlideShowTransition.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.SlideShowTransition.SoundEffect.md b/api/PowerPoint.SlideShowTransition.SoundEffect.md
index 61515da7514..e4f1af3d68d 100644
--- a/api/PowerPoint.SlideShowTransition.SoundEffect.md
+++ b/api/PowerPoint.SlideShowTransition.SoundEffect.md
@@ -23,7 +23,7 @@ Returns a **SoundEffect** object that represents the sound to be played during
_expression_ A variable that represents a [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
SoundEffect
diff --git a/api/PowerPoint.SlideShowTransition.Speed.md b/api/PowerPoint.SlideShowTransition.Speed.md
index c972001522d..c824470b06a 100644
--- a/api/PowerPoint.SlideShowTransition.Speed.md
+++ b/api/PowerPoint.SlideShowTransition.Speed.md
@@ -23,7 +23,7 @@ Represents the speed of the transition to the specified slide. Read/write.
_expression_ A variable that represents a [SlideShowTransition](./PowerPoint.SlideShowTransition.md) object.
-### Return Value
+### Return value
PpTransitionSpeed
diff --git a/api/PowerPoint.SlideShowView.AcceleratorsEnabled.md b/api/PowerPoint.SlideShowView.AcceleratorsEnabled.md
index aadfdd1fa21..eb020aaf7b0 100644
--- a/api/PowerPoint.SlideShowView.AcceleratorsEnabled.md
+++ b/api/PowerPoint.SlideShowView.AcceleratorsEnabled.md
@@ -23,7 +23,7 @@ Determines whether shortcut keys are enabled during a slide show. Read/write.
_expression_ A variable that represents an [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowView.Application.md b/api/PowerPoint.SlideShowView.Application.md
index 22d3aa41eca..6a578c73b8e 100644
--- a/api/PowerPoint.SlideShowView.Application.md
+++ b/api/PowerPoint.SlideShowView.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.SlideShowView.CurrentShowPosition.md b/api/PowerPoint.SlideShowView.CurrentShowPosition.md
index f6425106563..792df0a5613 100644
--- a/api/PowerPoint.SlideShowView.CurrentShowPosition.md
+++ b/api/PowerPoint.SlideShowView.CurrentShowPosition.md
@@ -23,7 +23,7 @@ Returns the position of the current slide within the slide show that is showing
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideShowView.DrawLine.md b/api/PowerPoint.SlideShowView.DrawLine.md
index a6c5577200d..63385ee3505 100644
--- a/api/PowerPoint.SlideShowView.DrawLine.md
+++ b/api/PowerPoint.SlideShowView.DrawLine.md
@@ -27,7 +27,7 @@ Draws a line in the specified slide show view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeginX_|Required|**Single**|The position (in points) of the line's starting point relative to the upper-left corner of the slide.|
| _BeginY_|Required|**Single**|The position (in points) of the line's starting point relative to the upper-left corner of the slide.|
diff --git a/api/PowerPoint.SlideShowView.First.md b/api/PowerPoint.SlideShowView.First.md
index 37090f43b7b..bf1d579de0d 100644
--- a/api/PowerPoint.SlideShowView.First.md
+++ b/api/PowerPoint.SlideShowView.First.md
@@ -23,7 +23,7 @@ Sets the specified slide show view to display the first slide in the presentatio
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.SlideShowView.FirstAnimationIsAutomatic.md b/api/PowerPoint.SlideShowView.FirstAnimationIsAutomatic.md
index 94b729d76b7..4c918e95860 100644
--- a/api/PowerPoint.SlideShowView.FirstAnimationIsAutomatic.md
+++ b/api/PowerPoint.SlideShowView.FirstAnimationIsAutomatic.md
@@ -23,7 +23,7 @@ Returns **True** if the current slide has an initial animation that runs automa
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.SlideShowView.GetClickCount.md b/api/PowerPoint.SlideShowView.GetClickCount.md
index 6b0f5f77b88..9f41130fd43 100644
--- a/api/PowerPoint.SlideShowView.GetClickCount.md
+++ b/api/PowerPoint.SlideShowView.GetClickCount.md
@@ -23,7 +23,7 @@ Returns the number of mouse clicks that are defined for a slide.
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideShowView.GetClickIndex.md b/api/PowerPoint.SlideShowView.GetClickIndex.md
index b894c6d4b83..689f0e39991 100644
--- a/api/PowerPoint.SlideShowView.GetClickIndex.md
+++ b/api/PowerPoint.SlideShowView.GetClickIndex.md
@@ -23,7 +23,7 @@ Returns the index number of the current mouse click for an animation that is act
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideShowView.GotoClick.md b/api/PowerPoint.SlideShowView.GotoClick.md
index 9797e337220..d5c547509fe 100644
--- a/api/PowerPoint.SlideShowView.GotoClick.md
+++ b/api/PowerPoint.SlideShowView.GotoClick.md
@@ -27,7 +27,7 @@ Plays an animation associated with a specified mouse click and any animations th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the mouse click that initiates an animation. |
diff --git a/api/PowerPoint.SlideShowView.GotoNamedShow.md b/api/PowerPoint.SlideShowView.GotoNamedShow.md
index d300d92d48a..654084d3193 100644
--- a/api/PowerPoint.SlideShowView.GotoNamedShow.md
+++ b/api/PowerPoint.SlideShowView.GotoNamedShow.md
@@ -27,7 +27,7 @@ Switches to the specified custom, or named, slide show during another slide show
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SlideShowName_|Required|**String**|The name of the custom slide show to be switched to.|
diff --git a/api/PowerPoint.SlideShowView.GotoSlide.md b/api/PowerPoint.SlideShowView.GotoSlide.md
index 4e14e260f92..c66c95d4674 100644
--- a/api/PowerPoint.SlideShowView.GotoSlide.md
+++ b/api/PowerPoint.SlideShowView.GotoSlide.md
@@ -27,7 +27,7 @@ Switches to the specified slide during a slide show. You can specify whether you
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Integer**|The number of the slide to switch to.|
| _ResetSlide_|Optional|**MsoTriState**|Whether animation effects should be rerun when returning to the first slide. See Remarks for more information.|
diff --git a/api/PowerPoint.SlideShowView.IsNamedShow.md b/api/PowerPoint.SlideShowView.IsNamedShow.md
index be0442be7d6..b36674ff696 100644
--- a/api/PowerPoint.SlideShowView.IsNamedShow.md
+++ b/api/PowerPoint.SlideShowView.IsNamedShow.md
@@ -23,7 +23,7 @@ Determines whether a custom (named) slide show is displayed in the specified sli
_expression_ A variable that represents an [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowView.LastSlideViewed.md b/api/PowerPoint.SlideShowView.LastSlideViewed.md
index 361a89165bc..ad3d9f2e27b 100644
--- a/api/PowerPoint.SlideShowView.LastSlideViewed.md
+++ b/api/PowerPoint.SlideShowView.LastSlideViewed.md
@@ -23,7 +23,7 @@ Returns a **[Slide](PowerPoint.Slide.md)** object that represents the slide vie
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Slide
diff --git a/api/PowerPoint.SlideShowView.MediaControlsHeight.md b/api/PowerPoint.SlideShowView.MediaControlsHeight.md
index cb8fdf591b3..227da000c99 100644
--- a/api/PowerPoint.SlideShowView.MediaControlsHeight.md
+++ b/api/PowerPoint.SlideShowView.MediaControlsHeight.md
@@ -23,7 +23,7 @@ Returns the height of the media control bounding box. Read-only.
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowView.MediaControlsLeft.md b/api/PowerPoint.SlideShowView.MediaControlsLeft.md
index 52de773b06d..f3eebf2c239 100644
--- a/api/PowerPoint.SlideShowView.MediaControlsLeft.md
+++ b/api/PowerPoint.SlideShowView.MediaControlsLeft.md
@@ -23,7 +23,7 @@ Returns the distance, in points, from the left edge of the media control boundin
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowView.MediaControlsTop.md b/api/PowerPoint.SlideShowView.MediaControlsTop.md
index e20e9defc58..3269257ac95 100644
--- a/api/PowerPoint.SlideShowView.MediaControlsTop.md
+++ b/api/PowerPoint.SlideShowView.MediaControlsTop.md
@@ -23,7 +23,7 @@ Returns the distance, in points, from the top edge of the media control bounding
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowView.MediaControlsVisible.md b/api/PowerPoint.SlideShowView.MediaControlsVisible.md
index b36e31950cd..42a82a2fe45 100644
--- a/api/PowerPoint.SlideShowView.MediaControlsVisible.md
+++ b/api/PowerPoint.SlideShowView.MediaControlsVisible.md
@@ -23,7 +23,7 @@ Indicates whether the media controls are visible. Read-only.
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
**[MsoTriState](./Office.MsoTriState.md)**
diff --git a/api/PowerPoint.SlideShowView.MediaControlsWidth.md b/api/PowerPoint.SlideShowView.MediaControlsWidth.md
index 47d9770f467..289acde46aa 100644
--- a/api/PowerPoint.SlideShowView.MediaControlsWidth.md
+++ b/api/PowerPoint.SlideShowView.MediaControlsWidth.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the media control bounding box. Read-only.
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowView.Parent.md b/api/PowerPoint.SlideShowView.Parent.md
index d16976fb20b..d29849c7d8f 100644
--- a/api/PowerPoint.SlideShowView.Parent.md
+++ b/api/PowerPoint.SlideShowView.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.SlideShowView.Player.md b/api/PowerPoint.SlideShowView.Player.md
index 1494b889fe9..67e6f05cbf1 100644
--- a/api/PowerPoint.SlideShowView.Player.md
+++ b/api/PowerPoint.SlideShowView.Player.md
@@ -27,11 +27,11 @@ Allows access to playback controls for the associated view in the current window
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapeId_|Required|**Variant**|The playback control.|
-### Return Value
+### Return value
Player
diff --git a/api/PowerPoint.SlideShowView.PointerColor.md b/api/PowerPoint.SlideShowView.PointerColor.md
index 32ea8a10494..dd7d05f6b07 100644
--- a/api/PowerPoint.SlideShowView.PointerColor.md
+++ b/api/PowerPoint.SlideShowView.PointerColor.md
@@ -23,7 +23,7 @@ Returns a **ColorFormat** object that represents the pointer color for the spec
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.SlideShowView.PointerType.md b/api/PowerPoint.SlideShowView.PointerType.md
index 9cc5c2a63ec..aceab3dba30 100644
--- a/api/PowerPoint.SlideShowView.PointerType.md
+++ b/api/PowerPoint.SlideShowView.PointerType.md
@@ -23,7 +23,7 @@ Returns or sets the type of pointer used in the slide show. Read/write.
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
PpSlideShowPointerType
diff --git a/api/PowerPoint.SlideShowView.PresentationElapsedTime.md b/api/PowerPoint.SlideShowView.PresentationElapsedTime.md
index fb24ca57876..55a4370d806 100644
--- a/api/PowerPoint.SlideShowView.PresentationElapsedTime.md
+++ b/api/PowerPoint.SlideShowView.PresentationElapsedTime.md
@@ -23,7 +23,7 @@ Returns the number of seconds that have elapsed since the beginning of the speci
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideShowView.Slide.md b/api/PowerPoint.SlideShowView.Slide.md
index 3dacaf4203b..44a3b4d4367 100644
--- a/api/PowerPoint.SlideShowView.Slide.md
+++ b/api/PowerPoint.SlideShowView.Slide.md
@@ -23,7 +23,7 @@ Returns a **[Slide](PowerPoint.Slide.md)** object that represents the slide tha
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Slide
diff --git a/api/PowerPoint.SlideShowView.SlideElapsedTime.md b/api/PowerPoint.SlideShowView.SlideElapsedTime.md
index 4afe60df7d1..5e2d4ca907c 100644
--- a/api/PowerPoint.SlideShowView.SlideElapsedTime.md
+++ b/api/PowerPoint.SlideShowView.SlideElapsedTime.md
@@ -23,7 +23,7 @@ Returns the number of seconds that the current slide has been displayed. Read/wr
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideShowView.SlideShowName.md b/api/PowerPoint.SlideShowView.SlideShowName.md
index 0bfcb7f00a4..99ac39e7b63 100644
--- a/api/PowerPoint.SlideShowView.SlideShowName.md
+++ b/api/PowerPoint.SlideShowView.SlideShowName.md
@@ -23,7 +23,7 @@ Returns the name of the custom slide show that's currently running in the specif
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.SlideShowView.State.md b/api/PowerPoint.SlideShowView.State.md
index 9d9c9ea9322..2196304232c 100644
--- a/api/PowerPoint.SlideShowView.State.md
+++ b/api/PowerPoint.SlideShowView.State.md
@@ -23,7 +23,7 @@ Returns or sets the state of the slide show. Read/write.
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
PpSlideShowState
diff --git a/api/PowerPoint.SlideShowView.Zoom.md b/api/PowerPoint.SlideShowView.Zoom.md
index ebe67461bc9..8c91b80f8de 100644
--- a/api/PowerPoint.SlideShowView.Zoom.md
+++ b/api/PowerPoint.SlideShowView.Zoom.md
@@ -23,7 +23,7 @@ Returns the zoom setting of the specified slide show window view as a percentage
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.SlideShowWindow.Active.md b/api/PowerPoint.SlideShowWindow.Active.md
index e84eaca7b5e..584b54873b8 100644
--- a/api/PowerPoint.SlideShowWindow.Active.md
+++ b/api/PowerPoint.SlideShowWindow.Active.md
@@ -23,7 +23,7 @@ Returns whether the specified pane or window is active. Read-only.
_expression_ A variable that represents a [SlideShowWindow](./PowerPoint.SlideShowWindow.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowWindow.Application.md b/api/PowerPoint.SlideShowWindow.Application.md
index 149110ddece..e07dbd0dc6e 100644
--- a/api/PowerPoint.SlideShowWindow.Application.md
+++ b/api/PowerPoint.SlideShowWindow.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [SlideShowWindow](./PowerPoint.SlideShowWindow.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.SlideShowWindow.Height.md b/api/PowerPoint.SlideShowWindow.Height.md
index 461c01d12ce..bd5134744c3 100644
--- a/api/PowerPoint.SlideShowWindow.Height.md
+++ b/api/PowerPoint.SlideShowWindow.Height.md
@@ -23,7 +23,7 @@ Returns or sets the height of the specified object, in points. Read/write.
_expression_ A variable that represents a [SlideShowWindow](./PowerPoint.SlideShowWindow.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowWindow.IsFullScreen.md b/api/PowerPoint.SlideShowWindow.IsFullScreen.md
index edc3954c207..41379e53abb 100644
--- a/api/PowerPoint.SlideShowWindow.IsFullScreen.md
+++ b/api/PowerPoint.SlideShowWindow.IsFullScreen.md
@@ -23,7 +23,7 @@ Returns whether the specified slide show window occupies the entire screen. Read
_expression_ A variable that represents an [SlideShowWindow](./PowerPoint.SlideShowWindow.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.SlideShowWindow.Parent.md b/api/PowerPoint.SlideShowWindow.Parent.md
index 028cd271a49..f2017e4f820 100644
--- a/api/PowerPoint.SlideShowWindow.Parent.md
+++ b/api/PowerPoint.SlideShowWindow.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [SlideShowWindow](./PowerPoint.SlideShowWindow.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.SlideShowWindow.Presentation.md b/api/PowerPoint.SlideShowWindow.Presentation.md
index 8a5ff83789f..cbda6f2bfd6 100644
--- a/api/PowerPoint.SlideShowWindow.Presentation.md
+++ b/api/PowerPoint.SlideShowWindow.Presentation.md
@@ -23,7 +23,7 @@ Returns a **[Presentation](PowerPoint.Presentation.md)** object that represents
_expression_ A variable that represents a [SlideShowWindow](./PowerPoint.SlideShowWindow.md) object.
-### Return Value
+### Return value
Presentation
diff --git a/api/PowerPoint.SlideShowWindow.Top.md b/api/PowerPoint.SlideShowWindow.Top.md
index 89b8f61fb77..869dace36dd 100644
--- a/api/PowerPoint.SlideShowWindow.Top.md
+++ b/api/PowerPoint.SlideShowWindow.Top.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the distance in points from the to
_expression_ A variable that represents a [SlideShowWindow](./PowerPoint.SlideShowWindow.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowWindow.View.md b/api/PowerPoint.SlideShowWindow.View.md
index 4fdfe108c95..4a1b02f14cc 100644
--- a/api/PowerPoint.SlideShowWindow.View.md
+++ b/api/PowerPoint.SlideShowWindow.View.md
@@ -23,7 +23,7 @@ Returns a **[SlideShowView](PowerPoint.SlideShowView.md)** object. Read-only.
_expression_ A variable that represents a [SlideShowWindow](./PowerPoint.SlideShowWindow.md) object.
-### Return Value
+### Return value
SlideShowView
diff --git a/api/PowerPoint.SlideShowWindow.Width.md b/api/PowerPoint.SlideShowWindow.Width.md
index e2d678fdf5b..432a1550798 100644
--- a/api/PowerPoint.SlideShowWindow.Width.md
+++ b/api/PowerPoint.SlideShowWindow.Width.md
@@ -23,7 +23,7 @@ Returns or sets the width of the specified object, in points. Read/write.
_expression_ A variable that represents a [SlideShowWindow](./PowerPoint.SlideShowWindow.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.SlideShowWindows.Application.md b/api/PowerPoint.SlideShowWindows.Application.md
index bf5aac6f825..8a37c69cecd 100644
--- a/api/PowerPoint.SlideShowWindows.Application.md
+++ b/api/PowerPoint.SlideShowWindows.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [SlideShowWindows](./PowerPoint.SlideShowWindows.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.SlideShowWindows.Count.md b/api/PowerPoint.SlideShowWindows.Count.md
index cd1f50ae0d2..3c582526f24 100644
--- a/api/PowerPoint.SlideShowWindows.Count.md
+++ b/api/PowerPoint.SlideShowWindows.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [SlideShowWindows](./PowerPoint.SlideShowWindows.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.SlideShowWindows.Item.md b/api/PowerPoint.SlideShowWindows.Item.md
index 3c4fab955f2..0f0b5e19f40 100644
--- a/api/PowerPoint.SlideShowWindows.Item.md
+++ b/api/PowerPoint.SlideShowWindows.Item.md
@@ -27,11 +27,11 @@ Returns a single **SlideShowWindow** object from the specified **SlideShowWindo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **SlideShowWindow** object in the collection to be returned.|
-### Return Value
+### Return value
SlideShowWindow
diff --git a/api/PowerPoint.SlideShowWindows.Parent.md b/api/PowerPoint.SlideShowWindows.Parent.md
index 830565b445d..a284ba7ba08 100644
--- a/api/PowerPoint.SlideShowWindows.Parent.md
+++ b/api/PowerPoint.SlideShowWindows.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [SlideShowWindows](./PowerPoint.SlideShowWindows.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Slides.AddSlide.md b/api/PowerPoint.Slides.AddSlide.md
index 236ab5dd69a..bfaff60415d 100644
--- a/api/PowerPoint.Slides.AddSlide.md
+++ b/api/PowerPoint.Slides.AddSlide.md
@@ -27,12 +27,12 @@ Creates a new slide, adds it to the **[Slides](PowerPoint.Slides.md)** collecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Int**|The index of the slide to be added.|
| _pCustomLayout_|Required|**CustomLayout**|The layout of the slide.|
-### Return Value
+### Return value
Slide
diff --git a/api/PowerPoint.Slides.Application.md b/api/PowerPoint.Slides.Application.md
index 01b8ff576b9..8f688c78033 100644
--- a/api/PowerPoint.Slides.Application.md
+++ b/api/PowerPoint.Slides.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Slides](./PowerPoint.Slides.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Slides.Count.md b/api/PowerPoint.Slides.Count.md
index 1f3645eb140..968fd3192a5 100644
--- a/api/PowerPoint.Slides.Count.md
+++ b/api/PowerPoint.Slides.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Slides](./PowerPoint.Slides.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Slides.FindBySlideID.md b/api/PowerPoint.Slides.FindBySlideID.md
index e3e6f23224b..cf1e16efd86 100644
--- a/api/PowerPoint.Slides.FindBySlideID.md
+++ b/api/PowerPoint.Slides.FindBySlideID.md
@@ -27,11 +27,11 @@ Returns a **[Slide](PowerPoint.Slide.md)** object that represents the slide wit
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SlideID_|Required|**Long**|Specifies the ID number of the slide you want to return. Microsoft PowerPoint assigns this number when the slide is created.|
-### Return Value
+### Return value
Slide
diff --git a/api/PowerPoint.Slides.InsertFromFile.md b/api/PowerPoint.Slides.InsertFromFile.md
index 9d8bb83cc22..85e5b6fca2e 100644
--- a/api/PowerPoint.Slides.InsertFromFile.md
+++ b/api/PowerPoint.Slides.InsertFromFile.md
@@ -27,14 +27,14 @@ Inserts slides from a file into a presentation, at the specified location. Retur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The name of the file that contains the slides you want to insert.|
| _Index_|Required|**Long**|The index number of the **Slide** object in the specified **Slides** collection you want to insert the new slides after.|
| _SlideStart_|Optional|**Long**|The index number of the first **Slide** object in the **Slides** collection in the file denoted by FileName.|
| _SlideEnd_|Optional|**Long**|The index number of the last **Slide** object in the **Slides** collection in the file denoted by FileName.|
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.Slides.Item.md b/api/PowerPoint.Slides.Item.md
index 3449bfe230b..3d3c05504cd 100644
--- a/api/PowerPoint.Slides.Item.md
+++ b/api/PowerPoint.Slides.Item.md
@@ -27,11 +27,11 @@ Returns a single **Slide** object from the specified **Slides** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the single **Slide** object in the collection to be returned.|
-### Return Value
+### Return value
Slide
diff --git a/api/PowerPoint.Slides.Parent.md b/api/PowerPoint.Slides.Parent.md
index 06f7e90526e..e5276316e9f 100644
--- a/api/PowerPoint.Slides.Parent.md
+++ b/api/PowerPoint.Slides.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Slides](./PowerPoint.Slides.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Slides.Paste.md b/api/PowerPoint.Slides.Paste.md
index 58c1cdac0a6..61361163c03 100644
--- a/api/PowerPoint.Slides.Paste.md
+++ b/api/PowerPoint.Slides.Paste.md
@@ -27,11 +27,11 @@ Pastes the slides on the Clipboard into the **Slides** collection for the prese
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Integer**|The index number of the slide that the slides on the Clipboard are to be pasted before. If this argument is omitted, the slides on the Clipboard are pasted after the last slide in the presentation.|
-### Return Value
+### Return value
SlideRange
diff --git a/api/PowerPoint.Slides.Range.md b/api/PowerPoint.Slides.Range.md
index e0ab00a8169..56793a4502b 100644
--- a/api/PowerPoint.Slides.Range.md
+++ b/api/PowerPoint.Slides.Range.md
@@ -27,11 +27,11 @@ Returns a **[SlideRange](PowerPoint.SlideRange.md)** object that represents a s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Variant**|The individual slides that are to be included in the range. Can be an **Integer** that specifies the index number of the slide, a **String** that specifies the name of the slide, or an array that contains either integers or strings. If this argument is omitted, the **Range** method returns all the objects in the specified collection.|
-### Return Value
+### Return value
SlideRange
diff --git a/api/PowerPoint.SoundEffect.Application.md b/api/PowerPoint.SoundEffect.Application.md
index a2ca8f689b0..94face5f942 100644
--- a/api/PowerPoint.SoundEffect.Application.md
+++ b/api/PowerPoint.SoundEffect.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [SoundEffect](./PowerPoint.SoundEffect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.SoundEffect.ImportFromFile.md b/api/PowerPoint.SoundEffect.ImportFromFile.md
index 20a61f3f181..ddd08824adf 100644
--- a/api/PowerPoint.SoundEffect.ImportFromFile.md
+++ b/api/PowerPoint.SoundEffect.ImportFromFile.md
@@ -27,7 +27,7 @@ Specifies the sound that will be played whenever the specified shape is clicked
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FullName_|Required|**String**|The name of the specified sound file.|
diff --git a/api/PowerPoint.SoundEffect.Name.md b/api/PowerPoint.SoundEffect.Name.md
index 5fb5fab16db..2bf9512269e 100644
--- a/api/PowerPoint.SoundEffect.Name.md
+++ b/api/PowerPoint.SoundEffect.Name.md
@@ -23,7 +23,7 @@ Returns or sets the name of the specified object. Read/write.
_expression_ A variable that represents a [SoundEffect](./PowerPoint.SoundEffect.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.SoundEffect.Parent.md b/api/PowerPoint.SoundEffect.Parent.md
index 4f75d4eb4de..b71c2241ab0 100644
--- a/api/PowerPoint.SoundEffect.Parent.md
+++ b/api/PowerPoint.SoundEffect.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [SoundEffect](./PowerPoint.SoundEffect.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.SoundEffect.Type.md b/api/PowerPoint.SoundEffect.Type.md
index 2ec3ce89d88..98afe430600 100644
--- a/api/PowerPoint.SoundEffect.Type.md
+++ b/api/PowerPoint.SoundEffect.Type.md
@@ -23,7 +23,7 @@ Represents the type of sound effect. Read/write.
_expression_ A variable that represents a [SoundEffect](./PowerPoint.SoundEffect.md) object.
-### Return Value
+### Return value
PpSoundEffectType
diff --git a/api/PowerPoint.TabStop.Application.md b/api/PowerPoint.TabStop.Application.md
index f10e24b5202..c6a443a91af 100644
--- a/api/PowerPoint.TabStop.Application.md
+++ b/api/PowerPoint.TabStop.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TabStop](./PowerPoint.TabStop.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.TabStop.Parent.md b/api/PowerPoint.TabStop.Parent.md
index b9d8a05db0a..c54c7bf9840 100644
--- a/api/PowerPoint.TabStop.Parent.md
+++ b/api/PowerPoint.TabStop.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TabStop](./PowerPoint.TabStop.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TabStop.Position.md b/api/PowerPoint.TabStop.Position.md
index f4446bbfc2a..71d1bf7f6bf 100644
--- a/api/PowerPoint.TabStop.Position.md
+++ b/api/PowerPoint.TabStop.Position.md
@@ -23,7 +23,7 @@ Returns or sets the position of the specified tab stop, in points. Read/write.
_expression_ A variable that represents a [TabStop](./PowerPoint.TabStop.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TabStop.Type.md b/api/PowerPoint.TabStop.Type.md
index 0df3c99ca62..cee13497e52 100644
--- a/api/PowerPoint.TabStop.Type.md
+++ b/api/PowerPoint.TabStop.Type.md
@@ -23,7 +23,7 @@ Represents the formatting of a tab stop. Read/write.
_expression_ A variable that represents a [TabStop](./PowerPoint.TabStop.md) object.
-### Return Value
+### Return value
PpTabStopType
diff --git a/api/PowerPoint.TabStops.Add.md b/api/PowerPoint.TabStops.Add.md
index 8f654373c4a..b0e07c40fb3 100644
--- a/api/PowerPoint.TabStops.Add.md
+++ b/api/PowerPoint.TabStops.Add.md
@@ -27,12 +27,12 @@ Creates a tab stop and adds it to the **TabStops** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**PpTabStopType**|The type of the tab stop to be added.|
| _Position_|Required|**Single**|The position of the tab stop in the tab stops collection.|
-### Return Value
+### Return value
TabStop
diff --git a/api/PowerPoint.TabStops.Application.md b/api/PowerPoint.TabStops.Application.md
index 6e15304e0cf..ba865c580c7 100644
--- a/api/PowerPoint.TabStops.Application.md
+++ b/api/PowerPoint.TabStops.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TabStops](./PowerPoint.TabStops.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.TabStops.Count.md b/api/PowerPoint.TabStops.Count.md
index 4ba4607efce..28f2455a663 100644
--- a/api/PowerPoint.TabStops.Count.md
+++ b/api/PowerPoint.TabStops.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [TabStops](./PowerPoint.TabStops.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TabStops.DefaultSpacing.md b/api/PowerPoint.TabStops.DefaultSpacing.md
index f0d8679befa..7ca12bb37c2 100644
--- a/api/PowerPoint.TabStops.DefaultSpacing.md
+++ b/api/PowerPoint.TabStops.DefaultSpacing.md
@@ -23,7 +23,7 @@ Returns or sets the default tab-stop spacing for the specified text, in points.
_expression_ A variable that represents a [TabStops](./PowerPoint.TabStops.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TabStops.Item.md b/api/PowerPoint.TabStops.Item.md
index 9119600e6b9..6493fcd8c92 100644
--- a/api/PowerPoint.TabStops.Item.md
+++ b/api/PowerPoint.TabStops.Item.md
@@ -27,11 +27,11 @@ Returns a single tab stop from the specified **TabStops** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the single **TabStop** object in the collection to be returned.|
-### Return Value
+### Return value
TabStop
diff --git a/api/PowerPoint.TabStops.Parent.md b/api/PowerPoint.TabStops.Parent.md
index d68406962d9..4f59d3ffd7b 100644
--- a/api/PowerPoint.TabStops.Parent.md
+++ b/api/PowerPoint.TabStops.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TabStops](./PowerPoint.TabStops.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Table.Application.md b/api/PowerPoint.Table.Application.md
index bc4287c6f2f..7f6b34e1e8a 100644
--- a/api/PowerPoint.Table.Application.md
+++ b/api/PowerPoint.Table.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Table.ApplyStyle.md b/api/PowerPoint.Table.ApplyStyle.md
index 07e59b70152..de248914062 100644
--- a/api/PowerPoint.Table.ApplyStyle.md
+++ b/api/PowerPoint.Table.ApplyStyle.md
@@ -27,7 +27,7 @@ Applies a table style to the specified table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StyleID_|Optional|**String**|The identifier of the table style to apply.|
| _SaveFormatting_|Optional|**Boolean**|**True** preserves table formatting.|
diff --git a/api/PowerPoint.Table.Background.md b/api/PowerPoint.Table.Background.md
index 7784c4e1ac2..24248d9bc02 100644
--- a/api/PowerPoint.Table.Background.md
+++ b/api/PowerPoint.Table.Background.md
@@ -23,7 +23,7 @@ Returns the **TableBackground** object associated with the specified table. Rea
_expression_ An expression that returns a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
TableBackground
diff --git a/api/PowerPoint.Table.Cell.md b/api/PowerPoint.Table.Cell.md
index e2c71c3592b..bfa6a5a10f3 100644
--- a/api/PowerPoint.Table.Cell.md
+++ b/api/PowerPoint.Table.Cell.md
@@ -27,12 +27,12 @@ Returns a **[Cell](PowerPoint.Cell.md)** object that represents a cell in a tab
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Required|**Long**|The number of the row in the table to return. Can be an integer between 1 and the number of rows in the table.|
| _Column_|Required|**Long**|The number of the column in the table to return. Can be an integer between 1 and the number of columns in the table.|
-### Return Value
+### Return value
Cell
diff --git a/api/PowerPoint.Table.Columns.md b/api/PowerPoint.Table.Columns.md
index dc1e6ede8bb..96bd46c4a39 100644
--- a/api/PowerPoint.Table.Columns.md
+++ b/api/PowerPoint.Table.Columns.md
@@ -23,7 +23,7 @@ Returns a **[Columns](PowerPoint.Columns.md)** collection that represents all t
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Columns
diff --git a/api/PowerPoint.Table.FirstCol.md b/api/PowerPoint.Table.FirstCol.md
index ce39f646775..87cb53c82ba 100644
--- a/api/PowerPoint.Table.FirstCol.md
+++ b/api/PowerPoint.Table.FirstCol.md
@@ -23,7 +23,7 @@ Determines whether to display special formatting for the first column of the spe
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Table.FirstRow.md b/api/PowerPoint.Table.FirstRow.md
index af59ac24b11..09697a62685 100644
--- a/api/PowerPoint.Table.FirstRow.md
+++ b/api/PowerPoint.Table.FirstRow.md
@@ -23,7 +23,7 @@ Determinew whether to display special formatting for the first row of the specif
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Table.HorizBanding.md b/api/PowerPoint.Table.HorizBanding.md
index 2fdfdf8d166..6cf14cf2841 100644
--- a/api/PowerPoint.Table.HorizBanding.md
+++ b/api/PowerPoint.Table.HorizBanding.md
@@ -23,7 +23,7 @@ Determines whether to display banded rows, in which even rows are formatted diff
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Table.LastCol.md b/api/PowerPoint.Table.LastCol.md
index a25bb3c3d8c..04435752e6d 100644
--- a/api/PowerPoint.Table.LastCol.md
+++ b/api/PowerPoint.Table.LastCol.md
@@ -23,7 +23,7 @@ Determines whether to display special formatting for the last column of the spec
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Table.LastRow.md b/api/PowerPoint.Table.LastRow.md
index 5cef5dab860..f77028e0d00 100644
--- a/api/PowerPoint.Table.LastRow.md
+++ b/api/PowerPoint.Table.LastRow.md
@@ -23,7 +23,7 @@ Determines whether to display special formatting for the last row of the specifi
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.Table.Parent.md b/api/PowerPoint.Table.Parent.md
index bd2857d95a0..3b094b9aebd 100644
--- a/api/PowerPoint.Table.Parent.md
+++ b/api/PowerPoint.Table.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Table.Rows.md b/api/PowerPoint.Table.Rows.md
index 130af3cf58a..801ce58fbbb 100644
--- a/api/PowerPoint.Table.Rows.md
+++ b/api/PowerPoint.Table.Rows.md
@@ -23,7 +23,7 @@ Returns a **[Rows](PowerPoint.Rows.md)** collection that represents all the row
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Rows
diff --git a/api/PowerPoint.Table.ScaleProportionally.md b/api/PowerPoint.Table.ScaleProportionally.md
index 063713cb30f..13bebadbefd 100644
--- a/api/PowerPoint.Table.ScaleProportionally.md
+++ b/api/PowerPoint.Table.ScaleProportionally.md
@@ -27,7 +27,7 @@ Scales all cell heights and widths, font sizes, and internal margins in the tabl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _scale_|Required|**Single**|The proportion to scale the table, between 0.01 and 100. For example, a scale value of 1 keeps the table layout unchanged; a value of 2 makes it twice as large; a value of 0.5 makes it half the size.|
diff --git a/api/PowerPoint.Table.Style.md b/api/PowerPoint.Table.Style.md
index e6a0f60735a..47989b0f486 100644
--- a/api/PowerPoint.Table.Style.md
+++ b/api/PowerPoint.Table.Style.md
@@ -23,7 +23,7 @@ Returns a **[TableStyle](PowerPoint.TableStyle.md)** object that contains infor
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
TableStyle
diff --git a/api/PowerPoint.Table.TableDirection.md b/api/PowerPoint.Table.TableDirection.md
index cf53991bef9..3c2dcfbe141 100644
--- a/api/PowerPoint.Table.TableDirection.md
+++ b/api/PowerPoint.Table.TableDirection.md
@@ -23,7 +23,7 @@ Returns or sets the direction in which the table cells are ordered. Read/write.
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
PpDirection
diff --git a/api/PowerPoint.Table.Title.md b/api/PowerPoint.Table.Title.md
index 638072921c6..d45f22ebbd4 100644
--- a/api/PowerPoint.Table.Title.md
+++ b/api/PowerPoint.Table.Title.md
@@ -23,7 +23,7 @@ Returns or sets the title of the **Table** object. Read/write.
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Table.VertBanding.md b/api/PowerPoint.Table.VertBanding.md
index 0179d5ae888..9e133f6d561 100644
--- a/api/PowerPoint.Table.VertBanding.md
+++ b/api/PowerPoint.Table.VertBanding.md
@@ -23,7 +23,7 @@ Determines whether to display banded columns, in which even columns are formatte
_expression_ A variable that represents a [Table](./PowerPoint.Table.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.TableBackground.Fill.md b/api/PowerPoint.TableBackground.Fill.md
index 4dc6ddd13c0..7975d54b96f 100644
--- a/api/PowerPoint.TableBackground.Fill.md
+++ b/api/PowerPoint.TableBackground.Fill.md
@@ -23,7 +23,7 @@ Returns a **[FillFormat](PowerPoint.FillFormat.md)** object that represents the
_expression_ An expression that returns a [TableBackground](./PowerPoint.TableBackground.md) object.
-### Return Value
+### Return value
FillFormat
diff --git a/api/PowerPoint.TableBackground.Picture.md b/api/PowerPoint.TableBackground.Picture.md
index 9955e53c399..7f3dd923d01 100644
--- a/api/PowerPoint.TableBackground.Picture.md
+++ b/api/PowerPoint.TableBackground.Picture.md
@@ -23,7 +23,7 @@ Returns a **[PictureFormat](PowerPoint.PictureFormat.md)** object that represen
_expression_ An expression that returns a [TableBackground](./PowerPoint.TableBackground.md) object.
-### Return Value
+### Return value
PictureFormat
diff --git a/api/PowerPoint.TableBackground.Reflection.md b/api/PowerPoint.TableBackground.Reflection.md
index b904ed09160..30357d43090 100644
--- a/api/PowerPoint.TableBackground.Reflection.md
+++ b/api/PowerPoint.TableBackground.Reflection.md
@@ -23,7 +23,7 @@ Returns an **[ReflectionFormat](./Office.ReflectionFormat.md)** object that rep
_expression_ An expression that returns a [TableBackground](./PowerPoint.TableBackground.md) object.
-### Return Value
+### Return value
ReflectionFormat
diff --git a/api/PowerPoint.TableBackground.Shadow.md b/api/PowerPoint.TableBackground.Shadow.md
index d0e46ef52e0..6ab1d9e8046 100644
--- a/api/PowerPoint.TableBackground.Shadow.md
+++ b/api/PowerPoint.TableBackground.Shadow.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [TableBackground](./PowerPoint.TableBackground.md) object.
-### Return Value
+### Return value
ShadowFormat
diff --git a/api/PowerPoint.TableStyle.Id.md b/api/PowerPoint.TableStyle.Id.md
index ba0e845f8b8..b8b4c02ad7d 100644
--- a/api/PowerPoint.TableStyle.Id.md
+++ b/api/PowerPoint.TableStyle.Id.md
@@ -23,7 +23,7 @@ Returns a string that identifies the table style. Read-only.
_expression_ A variable that represents a [TableStyle](./PowerPoint.TableStyle.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.TableStyle.Name.md b/api/PowerPoint.TableStyle.Name.md
index 270d0e380e9..51d76dc4cb9 100644
--- a/api/PowerPoint.TableStyle.Name.md
+++ b/api/PowerPoint.TableStyle.Name.md
@@ -23,7 +23,7 @@ Returns the name of the table style. Read-only.
_expression_ A variable that represents a [TableStyle](./PowerPoint.TableStyle.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Tags.Add.md b/api/PowerPoint.Tags.Add.md
index 6f7b4751c07..70a3a8668c0 100644
--- a/api/PowerPoint.Tags.Add.md
+++ b/api/PowerPoint.Tags.Add.md
@@ -27,7 +27,7 @@ Adds a tag to the **[Tags](PowerPoint.Tags.md)** collection of an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the tag.|
| _Value_|Required|**String**|The value of the tag.|
diff --git a/api/PowerPoint.Tags.Application.md b/api/PowerPoint.Tags.Application.md
index 72c1b9ad613..81e96a3831f 100644
--- a/api/PowerPoint.Tags.Application.md
+++ b/api/PowerPoint.Tags.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Tags](./PowerPoint.Tags.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Tags.Count.md b/api/PowerPoint.Tags.Count.md
index d9d77ec4a83..cf4ea5f6bb6 100644
--- a/api/PowerPoint.Tags.Count.md
+++ b/api/PowerPoint.Tags.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [Tags](./PowerPoint.Tags.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Tags.Delete.md b/api/PowerPoint.Tags.Delete.md
index 55360bf90dc..de5f3a8d0b3 100644
--- a/api/PowerPoint.Tags.Delete.md
+++ b/api/PowerPoint.Tags.Delete.md
@@ -27,7 +27,7 @@ Deletes a tag.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|Tthe name of the tag to be deleted.|
diff --git a/api/PowerPoint.Tags.Item.md b/api/PowerPoint.Tags.Item.md
index 6ab76c89c1c..56f57d69018 100644
--- a/api/PowerPoint.Tags.Item.md
+++ b/api/PowerPoint.Tags.Item.md
@@ -27,11 +27,11 @@ Returns a single tag from the specified **[Tags](PowerPoint.Tags.md)** collecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the single tag in the collection to be returned.|
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Tags.Name.md b/api/PowerPoint.Tags.Name.md
index 494cbec262a..59d515b97cd 100644
--- a/api/PowerPoint.Tags.Name.md
+++ b/api/PowerPoint.Tags.Name.md
@@ -27,11 +27,11 @@ Returns the name of the specified tag as a **String**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The tag number.|
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.Tags.Parent.md b/api/PowerPoint.Tags.Parent.md
index 09a1061ce26..9af5d7ad484 100644
--- a/api/PowerPoint.Tags.Parent.md
+++ b/api/PowerPoint.Tags.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Tags](./PowerPoint.Tags.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Tags.Value.md b/api/PowerPoint.Tags.Value.md
index ec715ee453e..3cdde894357 100644
--- a/api/PowerPoint.Tags.Value.md
+++ b/api/PowerPoint.Tags.Value.md
@@ -27,11 +27,11 @@ Returns the value of the specified tag as a **String**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The tag number.|
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.TextEffectFormat.Application.md b/api/PowerPoint.TextEffectFormat.Application.md
index a83885ee0d0..b634e56fbb2 100644
--- a/api/PowerPoint.TextEffectFormat.Application.md
+++ b/api/PowerPoint.TextEffectFormat.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TextEffectFormat.Creator.md b/api/PowerPoint.TextEffectFormat.Creator.md
index 3c425dcff90..18401f6b823 100644
--- a/api/PowerPoint.TextEffectFormat.Creator.md
+++ b/api/PowerPoint.TextEffectFormat.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TextEffectFormat.FontBold.md b/api/PowerPoint.TextEffectFormat.FontBold.md
index 824a5dcba31..4ef24f9cd0f 100644
--- a/api/PowerPoint.TextEffectFormat.FontBold.md
+++ b/api/PowerPoint.TextEffectFormat.FontBold.md
@@ -23,7 +23,7 @@ Determines whether the font in the specified WordArt is bold. Read/write.
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.TextEffectFormat.FontItalic.md b/api/PowerPoint.TextEffectFormat.FontItalic.md
index 7e3e1b3741e..36f4722e55b 100644
--- a/api/PowerPoint.TextEffectFormat.FontItalic.md
+++ b/api/PowerPoint.TextEffectFormat.FontItalic.md
@@ -23,7 +23,7 @@ Determines whether the font in the specified WordArt is italic. Read/write.
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.TextEffectFormat.FontName.md b/api/PowerPoint.TextEffectFormat.FontName.md
index 38d5026f70d..9c9d293c0b7 100644
--- a/api/PowerPoint.TextEffectFormat.FontName.md
+++ b/api/PowerPoint.TextEffectFormat.FontName.md
@@ -23,7 +23,7 @@ Returns or sets the name of the font in the specified WordArt. Read/write.
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.TextEffectFormat.FontSize.md b/api/PowerPoint.TextEffectFormat.FontSize.md
index fb204c9a36e..7176a1e3816 100644
--- a/api/PowerPoint.TextEffectFormat.FontSize.md
+++ b/api/PowerPoint.TextEffectFormat.FontSize.md
@@ -23,7 +23,7 @@ Returns or sets the font size for the specified WordArt in points. Read/write.
_expression_ An expression that returns a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextEffectFormat.KernedPairs.md b/api/PowerPoint.TextEffectFormat.KernedPairs.md
index a75926ecd69..0c888645e6e 100644
--- a/api/PowerPoint.TextEffectFormat.KernedPairs.md
+++ b/api/PowerPoint.TextEffectFormat.KernedPairs.md
@@ -23,7 +23,7 @@ Determines whether the character pairs in the specified WordArt are kerned. Read
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.TextEffectFormat.NormalizedHeight.md b/api/PowerPoint.TextEffectFormat.NormalizedHeight.md
index a47b49b7b64..bc1a9f0e4cb 100644
--- a/api/PowerPoint.TextEffectFormat.NormalizedHeight.md
+++ b/api/PowerPoint.TextEffectFormat.NormalizedHeight.md
@@ -23,7 +23,7 @@ Determines whether the characters (both uppercase and lowercase) in the specifie
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.TextEffectFormat.Parent.md b/api/PowerPoint.TextEffectFormat.Parent.md
index e8a2605071b..e2305aa2216 100644
--- a/api/PowerPoint.TextEffectFormat.Parent.md
+++ b/api/PowerPoint.TextEffectFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TextEffectFormat.PresetShape.md b/api/PowerPoint.TextEffectFormat.PresetShape.md
index dac8da8f9ab..6bf106c21a2 100644
--- a/api/PowerPoint.TextEffectFormat.PresetShape.md
+++ b/api/PowerPoint.TextEffectFormat.PresetShape.md
@@ -23,7 +23,7 @@ Returns or sets the shape of the specified WordArt. Read/write.
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
MsoPresetTextEffectShape
diff --git a/api/PowerPoint.TextEffectFormat.PresetTextEffect.md b/api/PowerPoint.TextEffectFormat.PresetTextEffect.md
index 31a7491e556..2189d30523f 100644
--- a/api/PowerPoint.TextEffectFormat.PresetTextEffect.md
+++ b/api/PowerPoint.TextEffectFormat.PresetTextEffect.md
@@ -23,7 +23,7 @@ Returns or sets the style of the specified WordArt. Read/write.
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
MsoPresetTextEffect
diff --git a/api/PowerPoint.TextEffectFormat.RotatedChars.md b/api/PowerPoint.TextEffectFormat.RotatedChars.md
index ed262eb62f7..13eabe1612d 100644
--- a/api/PowerPoint.TextEffectFormat.RotatedChars.md
+++ b/api/PowerPoint.TextEffectFormat.RotatedChars.md
@@ -23,7 +23,7 @@ Determines whether characters in the specified WordArt are rotated 90 degrees re
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.TextEffectFormat.Text.md b/api/PowerPoint.TextEffectFormat.Text.md
index 90914573c38..e82220970fd 100644
--- a/api/PowerPoint.TextEffectFormat.Text.md
+++ b/api/PowerPoint.TextEffectFormat.Text.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the text contained in the specifie
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.TextEffectFormat.Tracking.md b/api/PowerPoint.TextEffectFormat.Tracking.md
index 3348f93b037..37aa9207399 100644
--- a/api/PowerPoint.TextEffectFormat.Tracking.md
+++ b/api/PowerPoint.TextEffectFormat.Tracking.md
@@ -23,7 +23,7 @@ Returns or sets the ratio of the horizontal space allotted to each character in
_expression_ A variable that represents a [TextEffectFormat](./PowerPoint.TextEffectFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextFrame.Application.md b/api/PowerPoint.TextFrame.Application.md
index 1b876a5c838..6c9a92bcab1 100644
--- a/api/PowerPoint.TextFrame.Application.md
+++ b/api/PowerPoint.TextFrame.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TextFrame.AutoSize.md b/api/PowerPoint.TextFrame.AutoSize.md
index 5d5d130a462..4f142b63a3d 100644
--- a/api/PowerPoint.TextFrame.AutoSize.md
+++ b/api/PowerPoint.TextFrame.AutoSize.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates whether the size of the specified shape i
_expression_ A variable that represents an [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
PpAutoSize
diff --git a/api/PowerPoint.TextFrame.Creator.md b/api/PowerPoint.TextFrame.Creator.md
index 362f9463cf9..e71ab8ae941 100644
--- a/api/PowerPoint.TextFrame.Creator.md
+++ b/api/PowerPoint.TextFrame.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TextFrame.HasText.md b/api/PowerPoint.TextFrame.HasText.md
index 66028a6ef2b..8349525e33e 100644
--- a/api/PowerPoint.TextFrame.HasText.md
+++ b/api/PowerPoint.TextFrame.HasText.md
@@ -23,7 +23,7 @@ Returns whether the specified shape has text associated with it. Read-only.
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.TextFrame.HorizontalAnchor.md b/api/PowerPoint.TextFrame.HorizontalAnchor.md
index 9dbdbc0dd00..a088a7ef1e6 100644
--- a/api/PowerPoint.TextFrame.HorizontalAnchor.md
+++ b/api/PowerPoint.TextFrame.HorizontalAnchor.md
@@ -23,7 +23,7 @@ Returns or sets the horizontal alignment of text in a text frame. Read/write.
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
MsoHorizontalAnchor
diff --git a/api/PowerPoint.TextFrame.MarginBottom.md b/api/PowerPoint.TextFrame.MarginBottom.md
index e636ab58331..bcb8187af72 100644
--- a/api/PowerPoint.TextFrame.MarginBottom.md
+++ b/api/PowerPoint.TextFrame.MarginBottom.md
@@ -23,7 +23,7 @@ Returns or sets the distance (in points) between the bottom of the text frame an
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextFrame.MarginLeft.md b/api/PowerPoint.TextFrame.MarginLeft.md
index 1f8d7b2bdea..4b8c1159f82 100644
--- a/api/PowerPoint.TextFrame.MarginLeft.md
+++ b/api/PowerPoint.TextFrame.MarginLeft.md
@@ -23,7 +23,7 @@ Returns or sets the distance (in points) between the left edge of the text frame
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextFrame.MarginRight.md b/api/PowerPoint.TextFrame.MarginRight.md
index aca5952baea..35ea6e7f8a1 100644
--- a/api/PowerPoint.TextFrame.MarginRight.md
+++ b/api/PowerPoint.TextFrame.MarginRight.md
@@ -23,7 +23,7 @@ Returns or sets the distance (in points) between the right edge of the text fram
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextFrame.MarginTop.md b/api/PowerPoint.TextFrame.MarginTop.md
index daafef6a393..aa7ce093eb5 100644
--- a/api/PowerPoint.TextFrame.MarginTop.md
+++ b/api/PowerPoint.TextFrame.MarginTop.md
@@ -23,7 +23,7 @@ Returns or sets the distance (in points) between the top of the text frame and t
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextFrame.Orientation.md b/api/PowerPoint.TextFrame.Orientation.md
index d076ccba40f..be3624e1d01 100644
--- a/api/PowerPoint.TextFrame.Orientation.md
+++ b/api/PowerPoint.TextFrame.Orientation.md
@@ -23,7 +23,7 @@ Returns or sets text orientation. Read/write.
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
MsoTextOrientation
diff --git a/api/PowerPoint.TextFrame.Parent.md b/api/PowerPoint.TextFrame.Parent.md
index b11f3853d05..96e4801ae1b 100644
--- a/api/PowerPoint.TextFrame.Parent.md
+++ b/api/PowerPoint.TextFrame.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TextFrame.Ruler.md b/api/PowerPoint.TextFrame.Ruler.md
index 39232e7313b..86fc79f0455 100644
--- a/api/PowerPoint.TextFrame.Ruler.md
+++ b/api/PowerPoint.TextFrame.Ruler.md
@@ -23,7 +23,7 @@ Returns a **[Ruler](PowerPoint.Ruler.md)** object that represents the ruler for
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
Ruler
diff --git a/api/PowerPoint.TextFrame.TextRange.md b/api/PowerPoint.TextFrame.TextRange.md
index 2231599692c..cf3b3328dd4 100644
--- a/api/PowerPoint.TextFrame.TextRange.md
+++ b/api/PowerPoint.TextFrame.TextRange.md
@@ -23,7 +23,7 @@ Returns a **[TextRange](PowerPoint.TextRange.md)** object that represents the t
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextFrame.VerticalAnchor.md b/api/PowerPoint.TextFrame.VerticalAnchor.md
index 2876e5aab2c..8d26976d85f 100644
--- a/api/PowerPoint.TextFrame.VerticalAnchor.md
+++ b/api/PowerPoint.TextFrame.VerticalAnchor.md
@@ -23,7 +23,7 @@ Returns or sets the vertical alignment of text in a text frame. Read/write.
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
MsoVerticalAnchor
diff --git a/api/PowerPoint.TextFrame.WordWrap.md b/api/PowerPoint.TextFrame.WordWrap.md
index 2843a3f8d70..a6c37e16d99 100644
--- a/api/PowerPoint.TextFrame.WordWrap.md
+++ b/api/PowerPoint.TextFrame.WordWrap.md
@@ -23,7 +23,7 @@ Determines whether lines break automatically to fit inside the shape. Read/write
_expression_ A variable that represents a [TextFrame](./PowerPoint.TextFrame.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.TextFrame2.AutoSize.md b/api/PowerPoint.TextFrame2.AutoSize.md
index 5c993d6b516..873de070a65 100644
--- a/api/PowerPoint.TextFrame2.AutoSize.md
+++ b/api/PowerPoint.TextFrame2.AutoSize.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
MsoAutoSize
diff --git a/api/PowerPoint.TextFrame2.Creator.md b/api/PowerPoint.TextFrame2.Creator.md
index 87d108c0195..27af28f9474 100644
--- a/api/PowerPoint.TextFrame2.Creator.md
+++ b/api/PowerPoint.TextFrame2.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TextFrame2.DeleteText.md b/api/PowerPoint.TextFrame2.DeleteText.md
index d591daf651e..9ae586748ab 100644
--- a/api/PowerPoint.TextFrame2.DeleteText.md
+++ b/api/PowerPoint.TextFrame2.DeleteText.md
@@ -23,7 +23,7 @@ Deletes the text from a text frame and all the associated properties of the text
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/PowerPoint.TextFrame2.HasText.md b/api/PowerPoint.TextFrame2.HasText.md
index 080a40ed96b..d16a9225586 100644
--- a/api/PowerPoint.TextFrame2.HasText.md
+++ b/api/PowerPoint.TextFrame2.HasText.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.TextFrame2.HorizontalAnchor.md b/api/PowerPoint.TextFrame2.HorizontalAnchor.md
index ec4df45d632..5be54969182 100644
--- a/api/PowerPoint.TextFrame2.HorizontalAnchor.md
+++ b/api/PowerPoint.TextFrame2.HorizontalAnchor.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
MsoHorizontalanchor
diff --git a/api/PowerPoint.TextFrame2.MarginBottom.md b/api/PowerPoint.TextFrame2.MarginBottom.md
index a064aa70dbb..36e1d531756 100644
--- a/api/PowerPoint.TextFrame2.MarginBottom.md
+++ b/api/PowerPoint.TextFrame2.MarginBottom.md
@@ -23,7 +23,7 @@ Returns or sets the distance (in points) between the bottom of the text frame an
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextFrame2.MarginLeft.md b/api/PowerPoint.TextFrame2.MarginLeft.md
index 5a149594a92..03c6078920f 100644
--- a/api/PowerPoint.TextFrame2.MarginLeft.md
+++ b/api/PowerPoint.TextFrame2.MarginLeft.md
@@ -23,7 +23,7 @@ Returns or sets the distance (in points) between the left edge of the text frame
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextFrame2.MarginRight.md b/api/PowerPoint.TextFrame2.MarginRight.md
index a6bd906c76b..da545c5db6b 100644
--- a/api/PowerPoint.TextFrame2.MarginRight.md
+++ b/api/PowerPoint.TextFrame2.MarginRight.md
@@ -23,7 +23,7 @@ Returns or sets the distance (in points) between the right edge of the text fram
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextFrame2.MarginTop.md b/api/PowerPoint.TextFrame2.MarginTop.md
index 96750bd4c79..23568103b17 100644
--- a/api/PowerPoint.TextFrame2.MarginTop.md
+++ b/api/PowerPoint.TextFrame2.MarginTop.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextFrame2.Orientation.md b/api/PowerPoint.TextFrame2.Orientation.md
index cd9b2e17abc..57af6094317 100644
--- a/api/PowerPoint.TextFrame2.Orientation.md
+++ b/api/PowerPoint.TextFrame2.Orientation.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
MsoTextOrientation
diff --git a/api/PowerPoint.TextFrame2.Parent.md b/api/PowerPoint.TextFrame2.Parent.md
index 5f8dd6064e8..a12c2c66fd7 100644
--- a/api/PowerPoint.TextFrame2.Parent.md
+++ b/api/PowerPoint.TextFrame2.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object of the specified test frame. Read-only.
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TextFrame2.PathFormat.md b/api/PowerPoint.TextFrame2.PathFormat.md
index 833300850cb..852c6984c04 100644
--- a/api/PowerPoint.TextFrame2.PathFormat.md
+++ b/api/PowerPoint.TextFrame2.PathFormat.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
MsoPathType
diff --git a/api/PowerPoint.TextFrame2.Ruler.md b/api/PowerPoint.TextFrame2.Ruler.md
index 758df7ea90c..2df6db933bb 100644
--- a/api/PowerPoint.TextFrame2.Ruler.md
+++ b/api/PowerPoint.TextFrame2.Ruler.md
@@ -23,7 +23,7 @@ Returns a **Ruler2** object that represents the ruler for the specified text. R
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
Ruler2
diff --git a/api/PowerPoint.TextFrame2.TextRange.md b/api/PowerPoint.TextFrame2.TextRange.md
index c55fd5e16b6..26b0fe256ea 100644
--- a/api/PowerPoint.TextFrame2.TextRange.md
+++ b/api/PowerPoint.TextFrame2.TextRange.md
@@ -23,7 +23,7 @@ Returns a **[TextRange2 Object (PowerPoint)](PowerPoint.textrange2.md)** object
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.TextFrame2.ThreeD.md b/api/PowerPoint.TextFrame2.ThreeD.md
index 68ed4fc561b..92f3ea783d2 100644
--- a/api/PowerPoint.TextFrame2.ThreeD.md
+++ b/api/PowerPoint.TextFrame2.ThreeD.md
@@ -23,7 +23,7 @@ Returns a **[ThreeDFormat](PowerPoint.ThreeDFormat.md)** object that represents
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
ThreeDFormat
diff --git a/api/PowerPoint.TextFrame2.WarpFormat.md b/api/PowerPoint.TextFrame2.WarpFormat.md
index 234220dc4d8..5c4e4450c03 100644
--- a/api/PowerPoint.TextFrame2.WarpFormat.md
+++ b/api/PowerPoint.TextFrame2.WarpFormat.md
@@ -23,7 +23,7 @@ Returns or sets the warp format (how the text is warped) for the specified text
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
MsoWarpFormat
diff --git a/api/PowerPoint.TextFrame2.WordArtFormat.md b/api/PowerPoint.TextFrame2.WordArtFormat.md
index a77089d8679..a881377a744 100644
--- a/api/PowerPoint.TextFrame2.WordArtFormat.md
+++ b/api/PowerPoint.TextFrame2.WordArtFormat.md
@@ -23,7 +23,7 @@ Returns or sets the WordArt type for the specified text frame. Read/write.
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
MsoPresetTextEffect
diff --git a/api/PowerPoint.TextFrame2.WordWrap.md b/api/PowerPoint.TextFrame2.WordWrap.md
index f7840e525f9..66ceb6cfc85 100644
--- a/api/PowerPoint.TextFrame2.WordWrap.md
+++ b/api/PowerPoint.TextFrame2.WordWrap.md
@@ -23,7 +23,7 @@ Determines whether lines of text break automatically to fit inside the shape. Re
_expression_ An expression that returns a [TextFrame2](./PowerPoint.TextFrame2.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.TextRange.ActionSettings.md b/api/PowerPoint.TextRange.ActionSettings.md
index 9eda5a44d81..91a4f1c28f3 100644
--- a/api/PowerPoint.TextRange.ActionSettings.md
+++ b/api/PowerPoint.TextRange.ActionSettings.md
@@ -23,7 +23,7 @@ Returns an **[ActionSettings](PowerPoint.ActionSettings.md)** object that conta
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
ActionSettings
diff --git a/api/PowerPoint.TextRange.Application.md b/api/PowerPoint.TextRange.Application.md
index 9dd25747911..9fb76262fc5 100644
--- a/api/PowerPoint.TextRange.Application.md
+++ b/api/PowerPoint.TextRange.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.TextRange.BoundHeight.md b/api/PowerPoint.TextRange.BoundHeight.md
index be07e549449..27882bb9c70 100644
--- a/api/PowerPoint.TextRange.BoundHeight.md
+++ b/api/PowerPoint.TextRange.BoundHeight.md
@@ -23,7 +23,7 @@ Returns the height (in points) of the text bounding box for the specified text f
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextRange.BoundLeft.md b/api/PowerPoint.TextRange.BoundLeft.md
index 8d2a77da9f4..06f07c3617d 100644
--- a/api/PowerPoint.TextRange.BoundLeft.md
+++ b/api/PowerPoint.TextRange.BoundLeft.md
@@ -23,7 +23,7 @@ Returns the distance (in points) from the left edge of the text bounding box for
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextRange.BoundTop.md b/api/PowerPoint.TextRange.BoundTop.md
index d1710f28476..7503656d2dc 100644
--- a/api/PowerPoint.TextRange.BoundTop.md
+++ b/api/PowerPoint.TextRange.BoundTop.md
@@ -23,7 +23,7 @@ Returns the distance (in points) from the top of the of the text bounding box fo
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextRange.BoundWidth.md b/api/PowerPoint.TextRange.BoundWidth.md
index 04cd144376f..f40feb0aa3c 100644
--- a/api/PowerPoint.TextRange.BoundWidth.md
+++ b/api/PowerPoint.TextRange.BoundWidth.md
@@ -23,7 +23,7 @@ Returns the width (in points) of the text bounding box for the specified text fr
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TextRange.ChangeCase.md b/api/PowerPoint.TextRange.ChangeCase.md
index 02b4ea43bf4..fcd9901a0de 100644
--- a/api/PowerPoint.TextRange.ChangeCase.md
+++ b/api/PowerPoint.TextRange.ChangeCase.md
@@ -27,7 +27,7 @@ Changes the case of the specified text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**[PpChangeCase](PowerPoint.PpChangeCase.md)**|Specifies the way the case will be changed.|
diff --git a/api/PowerPoint.TextRange.Characters.md b/api/PowerPoint.TextRange.Characters.md
index e9b61d954b3..9c2a2be7b9b 100644
--- a/api/PowerPoint.TextRange.Characters.md
+++ b/api/PowerPoint.TextRange.Characters.md
@@ -27,12 +27,12 @@ Returns a **[TextRange](PowerPoint.TextRange.md)** object that represents the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first character in the returned range.|
| _Length_|Optional|**Long**|The number of characters to be returned.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.Count.md b/api/PowerPoint.TextRange.Count.md
index 800ac3b9ce9..ad91b6f59d2 100644
--- a/api/PowerPoint.TextRange.Count.md
+++ b/api/PowerPoint.TextRange.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TextRange.Find.md b/api/PowerPoint.TextRange.Find.md
index b998aac2535..6a2925eccb8 100644
--- a/api/PowerPoint.TextRange.Find.md
+++ b/api/PowerPoint.TextRange.Find.md
@@ -27,14 +27,14 @@ Finds the specified text in a text range, and returns a **[TextRange](PowerPoin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindWhat_|Required|**String**|The text to search for.|
| _After_|Optional|**Long**|The position of the character (in the specified text range) after which you want to search for the next occurrence of FindWhat. For example, if you want to search from the fifth character of the text range, specify 4 for After. If this argument is omitted, the first character of the text range is used as the starting point for the search.|
| _MatchCase_|Optional|**[MsoTriState](./Office.MsoTriState.md)**|**msoTrue** for the search to distinguish between uppercase and lowercase characters.|
| _WholeWords_|Optional|**[MsoTriState](./Office.MsoTriState.md)**|**msoTrue** for the search to find only whole words and not parts of larger words as well.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.Font.md b/api/PowerPoint.TextRange.Font.md
index 66b5ec60da0..6396bf798c3 100644
--- a/api/PowerPoint.TextRange.Font.md
+++ b/api/PowerPoint.TextRange.Font.md
@@ -23,7 +23,7 @@ Returns a **[Font](PowerPoint.Font.md)** object that represents character forma
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Font
diff --git a/api/PowerPoint.TextRange.IndentLevel.md b/api/PowerPoint.TextRange.IndentLevel.md
index b0f11a8f3b5..60a4695a167 100644
--- a/api/PowerPoint.TextRange.IndentLevel.md
+++ b/api/PowerPoint.TextRange.IndentLevel.md
@@ -23,7 +23,7 @@ Returns or sets the the indent level for the specified text as an integer from 1
_expression_ A variable that represents an [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TextRange.InsertAfter.md b/api/PowerPoint.TextRange.InsertAfter.md
index b3ed829b9bb..3b454a2b476 100644
--- a/api/PowerPoint.TextRange.InsertAfter.md
+++ b/api/PowerPoint.TextRange.InsertAfter.md
@@ -27,7 +27,7 @@ Appends a string to the end of the specified text range. Returns a **TextRange*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewText_|Optional|**String**|The text to be inserted. The default value is an empty string.|
diff --git a/api/PowerPoint.TextRange.InsertBefore.md b/api/PowerPoint.TextRange.InsertBefore.md
index 57105340f91..92ff5fe2ec7 100644
--- a/api/PowerPoint.TextRange.InsertBefore.md
+++ b/api/PowerPoint.TextRange.InsertBefore.md
@@ -27,7 +27,7 @@ Appends a string to the beginning of the specified text range. Returns a **Text
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewText_|Optional|**String**|The text to be appended. The default value is an empty string.|
diff --git a/api/PowerPoint.TextRange.InsertDateTime.md b/api/PowerPoint.TextRange.InsertDateTime.md
index 6bac2cba65f..ac302805672 100644
--- a/api/PowerPoint.TextRange.InsertDateTime.md
+++ b/api/PowerPoint.TextRange.InsertDateTime.md
@@ -27,12 +27,12 @@ Inserts the date and time in the specified text range. Returns a **TextRange**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DateTimeFormat_|Required|**PpDateTimeFormat**|A format for the date and time.|
| _InsertAsField_|Optional|**MsoTriState**|Determines whether the inserted date and time will be updated each time the presentation is opened.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.InsertSlideNumber.md b/api/PowerPoint.TextRange.InsertSlideNumber.md
index ceac0de4fd0..74d2f8c41e4 100644
--- a/api/PowerPoint.TextRange.InsertSlideNumber.md
+++ b/api/PowerPoint.TextRange.InsertSlideNumber.md
@@ -23,7 +23,7 @@ Inserts the slide number of the current slide into the specified text range. Ret
_expression_ A variable that represents an [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.InsertSymbol.md b/api/PowerPoint.TextRange.InsertSymbol.md
index f024b26c6be..ee8272045b5 100644
--- a/api/PowerPoint.TextRange.InsertSymbol.md
+++ b/api/PowerPoint.TextRange.InsertSymbol.md
@@ -27,13 +27,13 @@ Returns a **[TextRange](PowerPoint.TextRange.md)** object that represents a sym
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FontName_|Required|**String**|The font name.|
| _CharNumber_|Required|**Long**|The Unicode or ASCII character number.|
| _Unicode_|Optional|**MsoTriState**|Specifies whether the CharNumber argument represents an ASCII or Unicode character.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.LanguageID.md b/api/PowerPoint.TextRange.LanguageID.md
index 4452a07e0a0..843871874c1 100644
--- a/api/PowerPoint.TextRange.LanguageID.md
+++ b/api/PowerPoint.TextRange.LanguageID.md
@@ -23,7 +23,7 @@ Returns or sets the language for the specified text range. Read/write.
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
MsoLanguageID
diff --git a/api/PowerPoint.TextRange.Length.md b/api/PowerPoint.TextRange.Length.md
index d2b41e0635a..85c29ce9c0c 100644
--- a/api/PowerPoint.TextRange.Length.md
+++ b/api/PowerPoint.TextRange.Length.md
@@ -23,7 +23,7 @@ Returns the length of the specified text range, in characters. Read-only.
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TextRange.Lines.md b/api/PowerPoint.TextRange.Lines.md
index b7108ead7e1..83800738d57 100644
--- a/api/PowerPoint.TextRange.Lines.md
+++ b/api/PowerPoint.TextRange.Lines.md
@@ -27,12 +27,12 @@ Returns a **[TextRange](PowerPoint.TextRange.md)** object that represents the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first line in the returned range.|
| _Length_|Optional|**Long**|The number of lines to be returned.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.ParagraphFormat.md b/api/PowerPoint.TextRange.ParagraphFormat.md
index 1cb641a203f..1c20b04eb5a 100644
--- a/api/PowerPoint.TextRange.ParagraphFormat.md
+++ b/api/PowerPoint.TextRange.ParagraphFormat.md
@@ -23,7 +23,7 @@ Returns a **[ParagraphFormat](PowerPoint.ParagraphFormat.md)** object that repr
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
ParagraphFormat
diff --git a/api/PowerPoint.TextRange.Paragraphs.md b/api/PowerPoint.TextRange.Paragraphs.md
index 74bffca6aa8..c3f11820144 100644
--- a/api/PowerPoint.TextRange.Paragraphs.md
+++ b/api/PowerPoint.TextRange.Paragraphs.md
@@ -27,12 +27,12 @@ Returns a **TextRange** object that represents the specified subset of text par
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first paragraph in the returned range.|
| _Length_|Optional|**Long**|The number of paragraphs to be returned.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.Parent.md b/api/PowerPoint.TextRange.Parent.md
index 20c35a74f7d..3c95867e7cb 100644
--- a/api/PowerPoint.TextRange.Parent.md
+++ b/api/PowerPoint.TextRange.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TextRange.Paste.md b/api/PowerPoint.TextRange.Paste.md
index 2ac351e54ad..7a89d8c2297 100644
--- a/api/PowerPoint.TextRange.Paste.md
+++ b/api/PowerPoint.TextRange.Paste.md
@@ -23,7 +23,7 @@ Pastes the text on the Clipboard into the specified text range, and returns a *
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.PasteSpecial.md b/api/PowerPoint.TextRange.PasteSpecial.md
index 98f1e4e63be..4b5b38d0bb4 100644
--- a/api/PowerPoint.TextRange.PasteSpecial.md
+++ b/api/PowerPoint.TextRange.PasteSpecial.md
@@ -27,7 +27,7 @@ Replaces the text range with the contents of the Clipboard in the format specifi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataType_|Optional|**PpPasteDataType**|A format for the Clipboard contents when they're inserted into the document. The default value varies, depending on the contents in the Clipboard. An error occurs if the specified data type in the DataType argument is not supported by the clipboard contents.|
| _DisplayAsIcon_|Optional|**MsoTriState**|**MsoTrue** to display the embedded object (or link) as an icon.|
@@ -36,7 +36,7 @@ Replaces the text range with the contents of the Clipboard in the format specifi
| _IconLabel_|Optional|**String**|If DisplayAsIcon is set to **msoTrue**, this argument is the text that appears below the icon. If this label is missing, Microsoft PowerPoint generates an icon label based on the Clipboard contents. If DisplayAsIcon is set to **msoFalse**, then this argument is ignored.|
| _Link_|Optional|**MsoTriState**|Determines whether to create a link to the source file of the Clipboard contents. An error occurs if the Clipboard contents do not support a link.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.Replace.md b/api/PowerPoint.TextRange.Replace.md
index 7bbbd05a648..40d5f63409b 100644
--- a/api/PowerPoint.TextRange.Replace.md
+++ b/api/PowerPoint.TextRange.Replace.md
@@ -27,7 +27,7 @@ Finds specific text in a text range, replaces the found text with a specified st
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindWhat_|Required|**String**|The text to search for.|
| _ReplaceWhat_|Required|**String**|The text you want to replace the found text with.|
@@ -35,7 +35,7 @@ Finds specific text in a text range, replaces the found text with a specified st
| _MatchCase_|Optional|**MsoTriState**|Determines whether a distinction is made on the basis of case.|
| _WholeWords_|Optional|**MsoTriState**|Determines whether only whole words are found.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.RotatedBounds.md b/api/PowerPoint.TextRange.RotatedBounds.md
index e015ebd77ab..799de436101 100644
--- a/api/PowerPoint.TextRange.RotatedBounds.md
+++ b/api/PowerPoint.TextRange.RotatedBounds.md
@@ -27,7 +27,7 @@ Returns the coordinates of the vertices of the text bounding box for the specifi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _X1, Y1_|Required|**Single**|Returns the position (in points) of the first vertex of the bounding box for the text within the specified text range.|
| _X2, Y2_|Required|**Single**|Returns the position (in points) of the second vertex of the bounding box for the text within the specified text range.|
diff --git a/api/PowerPoint.TextRange.Runs.md b/api/PowerPoint.TextRange.Runs.md
index 4e7667f8780..c226e49ac98 100644
--- a/api/PowerPoint.TextRange.Runs.md
+++ b/api/PowerPoint.TextRange.Runs.md
@@ -27,12 +27,12 @@ Returns a **TextRange** object that represents the specified subset of text run
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first run in the returned range.|
| _Length_|Optional|**Long**|The number of runs to be returned.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.Sentences.md b/api/PowerPoint.TextRange.Sentences.md
index a677a169405..8ac497dd433 100644
--- a/api/PowerPoint.TextRange.Sentences.md
+++ b/api/PowerPoint.TextRange.Sentences.md
@@ -27,12 +27,12 @@ Returns a **TextRange** object that represents the specified subset of text sen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first sentence in the returned range.|
| _Length_|Optional|**Long**|The number of sentences to be returned.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.Start.md b/api/PowerPoint.TextRange.Start.md
index 20703bb2b15..b1d17760dc5 100644
--- a/api/PowerPoint.TextRange.Start.md
+++ b/api/PowerPoint.TextRange.Start.md
@@ -23,7 +23,7 @@ Returns the position of the first character in the specified text range relative
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TextRange.Text.md b/api/PowerPoint.TextRange.Text.md
index 5d4ff927c47..dfb88859929 100644
--- a/api/PowerPoint.TextRange.Text.md
+++ b/api/PowerPoint.TextRange.Text.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the text contained in the specifie
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.TextRange.TrimText.md b/api/PowerPoint.TextRange.TrimText.md
index ca5eb766a8c..2d485047600 100644
--- a/api/PowerPoint.TextRange.TrimText.md
+++ b/api/PowerPoint.TextRange.TrimText.md
@@ -23,7 +23,7 @@ Returns a **TextRange** object that represents the specified text minus any tra
_expression_ A variable that represents a [TextRange](./PowerPoint.TextRange.md) object.
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextRange.Words.md b/api/PowerPoint.TextRange.Words.md
index 18449c2ded5..1df0c9532b1 100644
--- a/api/PowerPoint.TextRange.Words.md
+++ b/api/PowerPoint.TextRange.Words.md
@@ -27,12 +27,12 @@ Returns a **[TextRange](PowerPoint.TextRange.md)** object that represents the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first word in the returned range.|
| _Length_|Optional|**Long**|The number of words to be returned.|
-### Return Value
+### Return value
TextRange
diff --git a/api/PowerPoint.TextStyle.Application.md b/api/PowerPoint.TextStyle.Application.md
index c3fa27ad73f..9856263b299 100644
--- a/api/PowerPoint.TextStyle.Application.md
+++ b/api/PowerPoint.TextStyle.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TextStyle](./PowerPoint.TextStyle.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.TextStyle.Parent.md b/api/PowerPoint.TextStyle.Parent.md
index c909ec6e35a..00165b305a8 100644
--- a/api/PowerPoint.TextStyle.Parent.md
+++ b/api/PowerPoint.TextStyle.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TextStyle](./PowerPoint.TextStyle.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TextStyle.Ruler.md b/api/PowerPoint.TextStyle.Ruler.md
index 0eb69f976e1..398e572cd29 100644
--- a/api/PowerPoint.TextStyle.Ruler.md
+++ b/api/PowerPoint.TextStyle.Ruler.md
@@ -23,7 +23,7 @@ Returns a **[Ruler](PowerPoint.Ruler.md)** object that represents the ruler for
_expression_ A variable that represents a [TextStyle](./PowerPoint.TextStyle.md) object.
-### Return Value
+### Return value
Ruler
diff --git a/api/PowerPoint.TextStyle.TextFrame.md b/api/PowerPoint.TextStyle.TextFrame.md
index 9c4dfca3235..0253b316a44 100644
--- a/api/PowerPoint.TextStyle.TextFrame.md
+++ b/api/PowerPoint.TextStyle.TextFrame.md
@@ -23,7 +23,7 @@ Returns a **[TextFrame](PowerPoint.TextFrame.md)** object that contains the ali
_expression_ A variable that represents a [TextStyle](./PowerPoint.TextStyle.md) object.
-### Return Value
+### Return value
TextFrame
diff --git a/api/PowerPoint.TextStyleLevel.Application.md b/api/PowerPoint.TextStyleLevel.Application.md
index 82216bbec06..9ce4f8600b8 100644
--- a/api/PowerPoint.TextStyleLevel.Application.md
+++ b/api/PowerPoint.TextStyleLevel.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TextStyleLevel](./PowerPoint.TextStyleLevel.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.TextStyleLevel.Font.md b/api/PowerPoint.TextStyleLevel.Font.md
index 9722bec1a8c..234990cf765 100644
--- a/api/PowerPoint.TextStyleLevel.Font.md
+++ b/api/PowerPoint.TextStyleLevel.Font.md
@@ -23,7 +23,7 @@ Returns a **[Font](PowerPoint.Font.md)** object that represents character forma
_expression_ A variable that represents a [TextStyleLevel](./PowerPoint.TextStyleLevel.md) object.
-### Return Value
+### Return value
Font
diff --git a/api/PowerPoint.TextStyleLevel.ParagraphFormat.md b/api/PowerPoint.TextStyleLevel.ParagraphFormat.md
index ea3e5fb3eb4..0da70b267cb 100644
--- a/api/PowerPoint.TextStyleLevel.ParagraphFormat.md
+++ b/api/PowerPoint.TextStyleLevel.ParagraphFormat.md
@@ -23,7 +23,7 @@ Returns a **[ParagraphFormat](PowerPoint.ParagraphFormat.md)** object that repr
_expression_ A variable that represents a [TextStyleLevel](./PowerPoint.TextStyleLevel.md) object.
-### Return Value
+### Return value
ParagraphFormat
diff --git a/api/PowerPoint.TextStyleLevel.Parent.md b/api/PowerPoint.TextStyleLevel.Parent.md
index fdfc9d72504..731e8662de6 100644
--- a/api/PowerPoint.TextStyleLevel.Parent.md
+++ b/api/PowerPoint.TextStyleLevel.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TextStyleLevel](./PowerPoint.TextStyleLevel.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TextStyleLevels.Application.md b/api/PowerPoint.TextStyleLevels.Application.md
index d27d363d15f..5102fe69844 100644
--- a/api/PowerPoint.TextStyleLevels.Application.md
+++ b/api/PowerPoint.TextStyleLevels.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TextStyleLevels](./PowerPoint.TextStyleLevels.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.TextStyleLevels.Count.md b/api/PowerPoint.TextStyleLevels.Count.md
index a88e2838927..01702a707ae 100644
--- a/api/PowerPoint.TextStyleLevels.Count.md
+++ b/api/PowerPoint.TextStyleLevels.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [TextStyleLevels](./PowerPoint.TextStyleLevels.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TextStyleLevels.Item.md b/api/PowerPoint.TextStyleLevels.Item.md
index a275bbd6ace..14a4537c18f 100644
--- a/api/PowerPoint.TextStyleLevels.Item.md
+++ b/api/PowerPoint.TextStyleLevels.Item.md
@@ -27,11 +27,11 @@ Returns a single text style level from the specified **TextStyleLevels** collec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Level_|Required|**Long**|The index number of the text style level in the collection to be returned.|
-### Return Value
+### Return value
TextStyleLevel
diff --git a/api/PowerPoint.TextStyleLevels.Parent.md b/api/PowerPoint.TextStyleLevels.Parent.md
index 94e26670f70..a3d514cf46d 100644
--- a/api/PowerPoint.TextStyleLevels.Parent.md
+++ b/api/PowerPoint.TextStyleLevels.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TextStyleLevels](./PowerPoint.TextStyleLevels.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.TextStyles.Application.md b/api/PowerPoint.TextStyles.Application.md
index e4424491cb9..1482bd9af84 100644
--- a/api/PowerPoint.TextStyles.Application.md
+++ b/api/PowerPoint.TextStyles.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TextStyles](./PowerPoint.TextStyles.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.TextStyles.Count.md b/api/PowerPoint.TextStyles.Count.md
index 52d2120c7c4..4007295ea4b 100644
--- a/api/PowerPoint.TextStyles.Count.md
+++ b/api/PowerPoint.TextStyles.Count.md
@@ -20,7 +20,7 @@ Returns the number of objects in the specified collection. Read-only.
_expression_ A variable that represents a [TextStyles](./PowerPoint.TextStyles.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.TextStyles.Item.md b/api/PowerPoint.TextStyles.Item.md
index 90a74e57163..b3323462d96 100644
--- a/api/PowerPoint.TextStyles.Item.md
+++ b/api/PowerPoint.TextStyles.Item.md
@@ -27,11 +27,11 @@ Returns a single text style from the specified **[TextStyles](PowerPoint.TextSt
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**PpTextStyleType**|The text style type.|
-### Return Value
+### Return value
TextStyle
diff --git a/api/PowerPoint.TextStyles.Parent.md b/api/PowerPoint.TextStyles.Parent.md
index 76c163732e6..30f89021074 100644
--- a/api/PowerPoint.TextStyles.Parent.md
+++ b/api/PowerPoint.TextStyles.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TextStyles](./PowerPoint.TextStyles.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ThreeDFormat.Application.md b/api/PowerPoint.ThreeDFormat.Application.md
index c294bbbef8b..542a6adf039 100644
--- a/api/PowerPoint.ThreeDFormat.Application.md
+++ b/api/PowerPoint.ThreeDFormat.Application.md
@@ -20,7 +20,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ThreeDFormat.BevelBottomDepth.md b/api/PowerPoint.ThreeDFormat.BevelBottomDepth.md
index 2871e1a3fe6..bc050bf10c8 100644
--- a/api/PowerPoint.ThreeDFormat.BevelBottomDepth.md
+++ b/api/PowerPoint.ThreeDFormat.BevelBottomDepth.md
@@ -23,7 +23,7 @@ Returns or sets the bottom bevel height for the specified **ThreeDFormat** obje
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.BevelBottomInset.md b/api/PowerPoint.ThreeDFormat.BevelBottomInset.md
index 3d3e1fe7699..d878ab9c2f6 100644
--- a/api/PowerPoint.ThreeDFormat.BevelBottomInset.md
+++ b/api/PowerPoint.ThreeDFormat.BevelBottomInset.md
@@ -23,7 +23,7 @@ Returns or sets the bottom bevel inset for the specified **ThreeDFormat** objec
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.BevelBottomType.md b/api/PowerPoint.ThreeDFormat.BevelBottomType.md
index e799a42b1d0..6bb16604f4d 100644
--- a/api/PowerPoint.ThreeDFormat.BevelBottomType.md
+++ b/api/PowerPoint.ThreeDFormat.BevelBottomType.md
@@ -23,7 +23,7 @@ Returns or set the bottom bevel type. Read/write.
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoBevelType
diff --git a/api/PowerPoint.ThreeDFormat.BevelTopDepth.md b/api/PowerPoint.ThreeDFormat.BevelTopDepth.md
index 0d43041add6..9b248d2cf5c 100644
--- a/api/PowerPoint.ThreeDFormat.BevelTopDepth.md
+++ b/api/PowerPoint.ThreeDFormat.BevelTopDepth.md
@@ -23,7 +23,7 @@ Returns or sets the top bevel height for the specified **ThreeDFormat** object,
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.BevelTopInset.md b/api/PowerPoint.ThreeDFormat.BevelTopInset.md
index bf4aab1257c..06104f997cf 100644
--- a/api/PowerPoint.ThreeDFormat.BevelTopInset.md
+++ b/api/PowerPoint.ThreeDFormat.BevelTopInset.md
@@ -23,7 +23,7 @@ Returns or sets the top bevel inset for the specified **ThreeDFormat** object,
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.BevelTopType.md b/api/PowerPoint.ThreeDFormat.BevelTopType.md
index d2314643459..0188a1f94b7 100644
--- a/api/PowerPoint.ThreeDFormat.BevelTopType.md
+++ b/api/PowerPoint.ThreeDFormat.BevelTopType.md
@@ -23,7 +23,7 @@ Returns or set the top bevel type. Read/write.
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoBevelType
diff --git a/api/PowerPoint.ThreeDFormat.ContourColor.md b/api/PowerPoint.ThreeDFormat.ContourColor.md
index 2e4dc76ab3d..e70b2ec6be0 100644
--- a/api/PowerPoint.ThreeDFormat.ContourColor.md
+++ b/api/PowerPoint.ThreeDFormat.ContourColor.md
@@ -23,7 +23,7 @@ Returns a **[ColorFormat](PowerPoint.ColorFormat.md)** object that represents t
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.ThreeDFormat.ContourWidth.md b/api/PowerPoint.ThreeDFormat.ContourWidth.md
index 21db48a96bd..6e6a6548cac 100644
--- a/api/PowerPoint.ThreeDFormat.ContourWidth.md
+++ b/api/PowerPoint.ThreeDFormat.ContourWidth.md
@@ -23,7 +23,7 @@ Returns or sets the width of the contour around the specified **ThreeDFormat**
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.Creator.md b/api/PowerPoint.ThreeDFormat.Creator.md
index 686986e20eb..d44741c522b 100644
--- a/api/PowerPoint.ThreeDFormat.Creator.md
+++ b/api/PowerPoint.ThreeDFormat.Creator.md
@@ -20,7 +20,7 @@ Returns a **Long** that represents the four-character creator code for the appl
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.ThreeDFormat.Depth.md b/api/PowerPoint.ThreeDFormat.Depth.md
index a45e8779124..6fe4b236fcf 100644
--- a/api/PowerPoint.ThreeDFormat.Depth.md
+++ b/api/PowerPoint.ThreeDFormat.Depth.md
@@ -23,7 +23,7 @@ Returns or sets the depth of the shape's extrusion. Read/write.
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.ExtrusionColor.md b/api/PowerPoint.ThreeDFormat.ExtrusionColor.md
index ded6303c587..4f61da7e90a 100644
--- a/api/PowerPoint.ThreeDFormat.ExtrusionColor.md
+++ b/api/PowerPoint.ThreeDFormat.ExtrusionColor.md
@@ -23,7 +23,7 @@ Returns a **[ColorFormat](PowerPoint.ColorFormat.md)** object that represents t
_expression_ A variable that represents an [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/PowerPoint.ThreeDFormat.ExtrusionColorType.md b/api/PowerPoint.ThreeDFormat.ExtrusionColorType.md
index 2b1c9bdd1df..edce1b96e51 100644
--- a/api/PowerPoint.ThreeDFormat.ExtrusionColorType.md
+++ b/api/PowerPoint.ThreeDFormat.ExtrusionColorType.md
@@ -23,7 +23,7 @@ Returns or sets a value that indicates whether the extrusion color is based on t
_expression_ A variable that represents an [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoExtrusionColorType
diff --git a/api/PowerPoint.ThreeDFormat.FieldOfView.md b/api/PowerPoint.ThreeDFormat.FieldOfView.md
index cd10dcdce5a..ca4fec75c82 100644
--- a/api/PowerPoint.ThreeDFormat.FieldOfView.md
+++ b/api/PowerPoint.ThreeDFormat.FieldOfView.md
@@ -23,7 +23,7 @@ Returns or sets the camera field of view for the specified **ThreeDFormat** obj
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.IncrementRotationHorizontal.md b/api/PowerPoint.ThreeDFormat.IncrementRotationHorizontal.md
index 5ffdb152f6e..995a6a677db 100644
--- a/api/PowerPoint.ThreeDFormat.IncrementRotationHorizontal.md
+++ b/api/PowerPoint.ThreeDFormat.IncrementRotationHorizontal.md
@@ -27,7 +27,7 @@ Rotates the **ThreeDFormat** object along the horizontal axis by the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|The number of degrees to rotate the **ThreeDFormat** object, between -180 and 180 degrees.|
diff --git a/api/PowerPoint.ThreeDFormat.IncrementRotationVertical.md b/api/PowerPoint.ThreeDFormat.IncrementRotationVertical.md
index b11fc3a1e67..188ba3ca95f 100644
--- a/api/PowerPoint.ThreeDFormat.IncrementRotationVertical.md
+++ b/api/PowerPoint.ThreeDFormat.IncrementRotationVertical.md
@@ -27,7 +27,7 @@ Rotates the **ThreeDFormat** object along the vertical axis by the specified nu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|The number of degrees to rotate the **ThreeDFormat** object, between -180 and 180 degrees.|
diff --git a/api/PowerPoint.ThreeDFormat.IncrementRotationX.md b/api/PowerPoint.ThreeDFormat.IncrementRotationX.md
index cebead22b29..757f319bfa9 100644
--- a/api/PowerPoint.ThreeDFormat.IncrementRotationX.md
+++ b/api/PowerPoint.ThreeDFormat.IncrementRotationX.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the x-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how much (in degrees) the rotation of the shape around the x-axis is to be changed. Can be a value from ? 90 through 90. A positive value tilts the shape up; a negative value tilts it down.|
diff --git a/api/PowerPoint.ThreeDFormat.IncrementRotationY.md b/api/PowerPoint.ThreeDFormat.IncrementRotationY.md
index 58da5fff80c..93d4dcf7e77 100644
--- a/api/PowerPoint.ThreeDFormat.IncrementRotationY.md
+++ b/api/PowerPoint.ThreeDFormat.IncrementRotationY.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the y-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|Specifies how much (in degrees) the rotation of the shape around the y-axis is to be changed. Can be a value from ? 90 through 90. A positive value tilts the shape to the left; a negative value tilts it to the right.|
diff --git a/api/PowerPoint.ThreeDFormat.IncrementRotationZ.md b/api/PowerPoint.ThreeDFormat.IncrementRotationZ.md
index afcb6e60154..dcb6135cc13 100644
--- a/api/PowerPoint.ThreeDFormat.IncrementRotationZ.md
+++ b/api/PowerPoint.ThreeDFormat.IncrementRotationZ.md
@@ -27,7 +27,7 @@ Rotates the **ThreeDFormat** object around the ground plane by the specified nu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|The number of degrees to rotate the **ThreeDFormat** object, between -180 and 180 degrees.|
diff --git a/api/PowerPoint.ThreeDFormat.LightAngle.md b/api/PowerPoint.ThreeDFormat.LightAngle.md
index 2dc7d30199c..35d44f971fd 100644
--- a/api/PowerPoint.ThreeDFormat.LightAngle.md
+++ b/api/PowerPoint.ThreeDFormat.LightAngle.md
@@ -23,7 +23,7 @@ Sets or returns the angle at which light impacts the shape whose three-dimension
_expression_ An expression that returns a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.Parent.md b/api/PowerPoint.ThreeDFormat.Parent.md
index 60d483e8f15..706324b9e9a 100644
--- a/api/PowerPoint.ThreeDFormat.Parent.md
+++ b/api/PowerPoint.ThreeDFormat.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.ThreeDFormat.Perspective.md b/api/PowerPoint.ThreeDFormat.Perspective.md
index 2be22d06f21..2bb631296a7 100644
--- a/api/PowerPoint.ThreeDFormat.Perspective.md
+++ b/api/PowerPoint.ThreeDFormat.Perspective.md
@@ -23,7 +23,7 @@ Determines whether the extrusion appears in perspective. Read/write.
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ThreeDFormat.PresetCamera.md b/api/PowerPoint.ThreeDFormat.PresetCamera.md
index 030f717d1de..20238dfa862 100644
--- a/api/PowerPoint.ThreeDFormat.PresetCamera.md
+++ b/api/PowerPoint.ThreeDFormat.PresetCamera.md
@@ -23,7 +23,7 @@ Returns the effects camera type used by the specified **ThreeDFormat** object.
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoPresetCamera
diff --git a/api/PowerPoint.ThreeDFormat.PresetExtrusionDirection.md b/api/PowerPoint.ThreeDFormat.PresetExtrusionDirection.md
index d7a924da53c..1bd5b1ead45 100644
--- a/api/PowerPoint.ThreeDFormat.PresetExtrusionDirection.md
+++ b/api/PowerPoint.ThreeDFormat.PresetExtrusionDirection.md
@@ -23,7 +23,7 @@ Returns the direction that the extrusion's sweep path takes away from the extrud
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoPresetExtrusionDirection
diff --git a/api/PowerPoint.ThreeDFormat.PresetLighting.md b/api/PowerPoint.ThreeDFormat.PresetLighting.md
index e45367680db..3b2f7fdd0c7 100644
--- a/api/PowerPoint.ThreeDFormat.PresetLighting.md
+++ b/api/PowerPoint.ThreeDFormat.PresetLighting.md
@@ -23,7 +23,7 @@ Returns or sets the effects lighting used by the specified **ThreeDFormat** obj
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoLightRigType
diff --git a/api/PowerPoint.ThreeDFormat.PresetLightingDirection.md b/api/PowerPoint.ThreeDFormat.PresetLightingDirection.md
index 55bf88721cf..eb8bfa0adf6 100644
--- a/api/PowerPoint.ThreeDFormat.PresetLightingDirection.md
+++ b/api/PowerPoint.ThreeDFormat.PresetLightingDirection.md
@@ -23,7 +23,7 @@ Returns or sets the position of the light source relative to the extrusion. Read
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoPresetLightingDirection
diff --git a/api/PowerPoint.ThreeDFormat.PresetLightingSoftness.md b/api/PowerPoint.ThreeDFormat.PresetLightingSoftness.md
index c47385092de..a34777931c7 100644
--- a/api/PowerPoint.ThreeDFormat.PresetLightingSoftness.md
+++ b/api/PowerPoint.ThreeDFormat.PresetLightingSoftness.md
@@ -23,7 +23,7 @@ Returns or sets the intensity of the extrusion lighting. Read/write.
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoPresetLightingSoftness
diff --git a/api/PowerPoint.ThreeDFormat.PresetMaterial.md b/api/PowerPoint.ThreeDFormat.PresetMaterial.md
index e268b14b044..bb99b9778de 100644
--- a/api/PowerPoint.ThreeDFormat.PresetMaterial.md
+++ b/api/PowerPoint.ThreeDFormat.PresetMaterial.md
@@ -23,7 +23,7 @@ Returns or sets the extrusion surface material. Read/write.
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoPresetMaterial
diff --git a/api/PowerPoint.ThreeDFormat.PresetThreeDFormat.md b/api/PowerPoint.ThreeDFormat.PresetThreeDFormat.md
index a275253e4c6..f7cceeb2c56 100644
--- a/api/PowerPoint.ThreeDFormat.PresetThreeDFormat.md
+++ b/api/PowerPoint.ThreeDFormat.PresetThreeDFormat.md
@@ -23,7 +23,7 @@ Returns the preset extrusion format. Read-only.
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoPresetThreeDFormat
diff --git a/api/PowerPoint.ThreeDFormat.ProjectText.md b/api/PowerPoint.ThreeDFormat.ProjectText.md
index 7e5f2dbb0ab..d4e54458014 100644
--- a/api/PowerPoint.ThreeDFormat.ProjectText.md
+++ b/api/PowerPoint.ThreeDFormat.ProjectText.md
@@ -23,7 +23,7 @@ Specifies whether text on the specified **ThreeDFormat** object rotates with th
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ThreeDFormat.RotationX.md b/api/PowerPoint.ThreeDFormat.RotationX.md
index db705e57f30..930df8ad774 100644
--- a/api/PowerPoint.ThreeDFormat.RotationX.md
+++ b/api/PowerPoint.ThreeDFormat.RotationX.md
@@ -23,7 +23,7 @@ Returns or sets the rotation of the extruded shape around the x-axis, in degrees
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.RotationY.md b/api/PowerPoint.ThreeDFormat.RotationY.md
index 58e0081f961..32ccd3228bd 100644
--- a/api/PowerPoint.ThreeDFormat.RotationY.md
+++ b/api/PowerPoint.ThreeDFormat.RotationY.md
@@ -23,7 +23,7 @@ Returns or sets the rotation of the extruded shape around the y-axis, in degrees
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.RotationZ.md b/api/PowerPoint.ThreeDFormat.RotationZ.md
index 0b88ae58e8e..341a6236551 100644
--- a/api/PowerPoint.ThreeDFormat.RotationZ.md
+++ b/api/PowerPoint.ThreeDFormat.RotationZ.md
@@ -23,7 +23,7 @@ Returns or sets the rotation of the effects camera for the specified **ThreeDFo
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.ThreeDFormat.SetExtrusionDirection.md b/api/PowerPoint.ThreeDFormat.SetExtrusionDirection.md
index 5dba42f2b5c..9717a993294 100644
--- a/api/PowerPoint.ThreeDFormat.SetExtrusionDirection.md
+++ b/api/PowerPoint.ThreeDFormat.SetExtrusionDirection.md
@@ -27,7 +27,7 @@ Sets the direction that the extrusion's sweep path takes away from the extruded
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetExtrusionDirection_|Required|**MsoPresetExtrusionDirection**|Specifies the extrusion direction.|
diff --git a/api/PowerPoint.ThreeDFormat.SetPresetCamera.md b/api/PowerPoint.ThreeDFormat.SetPresetCamera.md
index eb4feea5c82..c358eab1400 100644
--- a/api/PowerPoint.ThreeDFormat.SetPresetCamera.md
+++ b/api/PowerPoint.ThreeDFormat.SetPresetCamera.md
@@ -27,7 +27,7 @@ Specifies the effects camera type and rotation to use for the specified **Three
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetCamera_|Required|**[MsoLightRigType](./Office.MsoLightRigType.md)**|The **ThreeDFormat** object's effects camera type and rotation.|
diff --git a/api/PowerPoint.ThreeDFormat.SetThreeDFormat.md b/api/PowerPoint.ThreeDFormat.SetThreeDFormat.md
index ea3a4857378..462f0ef5e8c 100644
--- a/api/PowerPoint.ThreeDFormat.SetThreeDFormat.md
+++ b/api/PowerPoint.ThreeDFormat.SetThreeDFormat.md
@@ -27,7 +27,7 @@ Sets the preset extrusion format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetThreeDFormat_|Required|**MsoPresetThreeDFormat**|Specifies a preset extrusion format that corresponds to one of the options (numbered from left to right, from top to bottom) displayed when you click the **3-D Rotation** submenu on the **Shape Effects** menu.|
diff --git a/api/PowerPoint.ThreeDFormat.Visible.md b/api/PowerPoint.ThreeDFormat.Visible.md
index 7cec98e153d..2cbf08b67c1 100644
--- a/api/PowerPoint.ThreeDFormat.Visible.md
+++ b/api/PowerPoint.ThreeDFormat.Visible.md
@@ -23,7 +23,7 @@ Returns or sets the visibility of the specified object or the formatting applied
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.ThreeDFormat.Z.md b/api/PowerPoint.ThreeDFormat.Z.md
index a31ffc28683..eb60bc26b81 100644
--- a/api/PowerPoint.ThreeDFormat.Z.md
+++ b/api/PowerPoint.ThreeDFormat.Z.md
@@ -23,7 +23,7 @@ Returns or sets the distance the specified **ThreeDFormat** object is moved awa
_expression_ A variable that represents a [ThreeDFormat](./PowerPoint.ThreeDFormat.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.TimeLine.Application.md b/api/PowerPoint.TimeLine.Application.md
index 431969ee107..4aee0dd6043 100644
--- a/api/PowerPoint.TimeLine.Application.md
+++ b/api/PowerPoint.TimeLine.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [TimeLine](./PowerPoint.TimeLine.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.TimeLine.InteractiveSequences.md b/api/PowerPoint.TimeLine.InteractiveSequences.md
index eeaf45e1758..2806b05cb50 100644
--- a/api/PowerPoint.TimeLine.InteractiveSequences.md
+++ b/api/PowerPoint.TimeLine.InteractiveSequences.md
@@ -23,7 +23,7 @@ Returns a **[Sequences](PowerPoint.Sequences.md)** object that represents anima
_expression_ A variable that represents an [TimeLine](./PowerPoint.TimeLine.md) object.
-### Return Value
+### Return value
Sequences
diff --git a/api/PowerPoint.TimeLine.MainSequence.md b/api/PowerPoint.TimeLine.MainSequence.md
index 0cae3af1830..0a32ebc1c30 100644
--- a/api/PowerPoint.TimeLine.MainSequence.md
+++ b/api/PowerPoint.TimeLine.MainSequence.md
@@ -23,7 +23,7 @@ Returns a **[Sequence](PowerPoint.Sequence.md)** object that represents the col
_expression_ A variable that represents a [TimeLine](./PowerPoint.TimeLine.md) object.
-### Return Value
+### Return value
Sequence
diff --git a/api/PowerPoint.TimeLine.Parent.md b/api/PowerPoint.TimeLine.Parent.md
index 7b5006c69c8..37c9529e106 100644
--- a/api/PowerPoint.TimeLine.Parent.md
+++ b/api/PowerPoint.TimeLine.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [TimeLine](./PowerPoint.TimeLine.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Timing.Accelerate.md b/api/PowerPoint.Timing.Accelerate.md
index f4faaefa62c..40a7153c34b 100644
--- a/api/PowerPoint.Timing.Accelerate.md
+++ b/api/PowerPoint.Timing.Accelerate.md
@@ -23,7 +23,7 @@ Returns or sets the percentage of the duration over which a timing acceleration
_expression_ A variable that represents an [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Timing.Application.md b/api/PowerPoint.Timing.Application.md
index d8a74257f93..e8d4d67c76e 100644
--- a/api/PowerPoint.Timing.Application.md
+++ b/api/PowerPoint.Timing.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.Timing.AutoReverse.md b/api/PowerPoint.Timing.AutoReverse.md
index 6804bf5d5de..849fd967994 100644
--- a/api/PowerPoint.Timing.AutoReverse.md
+++ b/api/PowerPoint.Timing.AutoReverse.md
@@ -23,7 +23,7 @@ Determines whether an effect should play forward and then in reverse, thereby do
_expression_ A variable that represents an [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Timing.Decelerate.md b/api/PowerPoint.Timing.Decelerate.md
index c25557d309d..c6e48dff563 100644
--- a/api/PowerPoint.Timing.Decelerate.md
+++ b/api/PowerPoint.Timing.Decelerate.md
@@ -23,7 +23,7 @@ Sets or returns the percentageof the duration over which a timing deceleration s
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Timing.Parent.md b/api/PowerPoint.Timing.Parent.md
index 0d970826082..df10b7d7776 100644
--- a/api/PowerPoint.Timing.Parent.md
+++ b/api/PowerPoint.Timing.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.Timing.RepeatCount.md b/api/PowerPoint.Timing.RepeatCount.md
index 4397fc9d20d..095aab548a6 100644
--- a/api/PowerPoint.Timing.RepeatCount.md
+++ b/api/PowerPoint.Timing.RepeatCount.md
@@ -23,7 +23,7 @@ Sets or returns the number of times to repeat an animation. Read/write.
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.Timing.RepeatDuration.md b/api/PowerPoint.Timing.RepeatDuration.md
index 554796e0e28..f6302ff4fea 100644
--- a/api/PowerPoint.Timing.RepeatDuration.md
+++ b/api/PowerPoint.Timing.RepeatDuration.md
@@ -23,7 +23,7 @@ Sets or returns how long repeated animations should last, in seconds. Read/write
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Timing.Restart.md b/api/PowerPoint.Timing.Restart.md
index 9655be52db3..62fe81ed7d9 100644
--- a/api/PowerPoint.Timing.Restart.md
+++ b/api/PowerPoint.Timing.Restart.md
@@ -23,7 +23,7 @@ Represents whether the animation effect restarts after the effect has started on
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
MsoAnimEffectRestart
diff --git a/api/PowerPoint.Timing.RewindAtEnd.md b/api/PowerPoint.Timing.RewindAtEnd.md
index 60cd8f81f2d..1ee83a2ea2b 100644
--- a/api/PowerPoint.Timing.RewindAtEnd.md
+++ b/api/PowerPoint.Timing.RewindAtEnd.md
@@ -23,7 +23,7 @@ Represents whether an object returns to its beginning position after an animatio
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Timing.SmoothEnd.md b/api/PowerPoint.Timing.SmoothEnd.md
index b56b9a4ca4c..21653054b7f 100644
--- a/api/PowerPoint.Timing.SmoothEnd.md
+++ b/api/PowerPoint.Timing.SmoothEnd.md
@@ -23,7 +23,7 @@ Determines whether an animation should decelerate as it ends. Read/write.
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Timing.SmoothStart.md b/api/PowerPoint.Timing.SmoothStart.md
index 8ccf8d0e2f1..e492f4822e8 100644
--- a/api/PowerPoint.Timing.SmoothStart.md
+++ b/api/PowerPoint.Timing.SmoothStart.md
@@ -23,7 +23,7 @@ Determines whether an animation should accelerate when it starts. Read/write.
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.Timing.Speed.md b/api/PowerPoint.Timing.Speed.md
index e170dd8b386..8721deb06f3 100644
--- a/api/PowerPoint.Timing.Speed.md
+++ b/api/PowerPoint.Timing.Speed.md
@@ -23,7 +23,7 @@ Returns or sets the speed, in seconds, of the specified animation. Read/write.
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Timing.TriggerDelayTime.md b/api/PowerPoint.Timing.TriggerDelayTime.md
index d4a533f1505..25cd387c6b4 100644
--- a/api/PowerPoint.Timing.TriggerDelayTime.md
+++ b/api/PowerPoint.Timing.TriggerDelayTime.md
@@ -23,7 +23,7 @@ Sets or returns the delay, in seconds, from when an animation trigger is enabled
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.Timing.TriggerShape.md b/api/PowerPoint.Timing.TriggerShape.md
index 3d09e949e98..f0275a4bc88 100644
--- a/api/PowerPoint.Timing.TriggerShape.md
+++ b/api/PowerPoint.Timing.TriggerShape.md
@@ -23,7 +23,7 @@ Sets or returns a **Shape** object that represents the shape associated with an
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.Timing.TriggerType.md b/api/PowerPoint.Timing.TriggerType.md
index c632295b2b4..c918cfe1048 100644
--- a/api/PowerPoint.Timing.TriggerType.md
+++ b/api/PowerPoint.Timing.TriggerType.md
@@ -23,7 +23,7 @@ Represents the trigger that starts an animation. Read/write.
_expression_ A variable that represents a [Timing](./PowerPoint.Timing.md) object.
-### Return Value
+### Return value
MsoAnimTriggerType
diff --git a/api/PowerPoint.Trendlines.Add.md b/api/PowerPoint.Trendlines.Add.md
index d9404c67050..d502934c49b 100644
--- a/api/PowerPoint.Trendlines.Add.md
+++ b/api/PowerPoint.Trendlines.Add.md
@@ -27,7 +27,7 @@ Creates a new trendline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**[XlTrendlineType](PowerPoint.XlTrendlineType.md)**|One of the enumeration values that specifies the trendline type. The default is **xlLinear**.|
| _Order_|Optional|**Variant**|The trendline order. Required ifType is set to **xlPolynomial**. If specified, the value must be an integer from 2 through 6.|
@@ -42,7 +42,7 @@ Creates a new trendline.
| _DisplayRSquared_|Optional|**Variant**|**True** to display the R-squared value of the trendline on the chart (in the same data label as the equation). The default is **False**.|
| _Name_|Optional|**Variant**|The name of the trendline. If omitted, Microsoft Word generates a name, and the **[NameIsAuto](PowerPoint.Trendline.NameIsAuto.md)** property of the resulting **[Trendline](PowerPoint.Trendline.md)** object is set to **True**.|
-### Return Value
+### Return value
A **[Trendline](PowerPoint.Trendline.md)** object that represents the new trendline.
diff --git a/api/PowerPoint.Trendlines.Item.md b/api/PowerPoint.Trendlines.Item.md
index 5d5339054e2..6443e9fb31d 100644
--- a/api/PowerPoint.Trendlines.Item.md
+++ b/api/PowerPoint.Trendlines.Item.md
@@ -24,11 +24,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[Trendline](PowerPoint.Trendline.md)** object that the collection contains.
diff --git a/api/PowerPoint.View.Application.md b/api/PowerPoint.View.Application.md
index 15abf48bc2d..c77c13e927f 100644
--- a/api/PowerPoint.View.Application.md
+++ b/api/PowerPoint.View.Application.md
@@ -23,7 +23,7 @@ Returns an **[Application](PowerPoint.Application.md)** object that represents
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/PowerPoint.View.DisplaySlideMiniature.md b/api/PowerPoint.View.DisplaySlideMiniature.md
index d852b90b19f..58246ffbdef 100644
--- a/api/PowerPoint.View.DisplaySlideMiniature.md
+++ b/api/PowerPoint.View.DisplaySlideMiniature.md
@@ -23,7 +23,7 @@ Determines if and when the slide miniature window is displayed automatically. Re
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.View.GotoSlide.md b/api/PowerPoint.View.GotoSlide.md
index a5a2047ea92..ec012a1b9a3 100644
--- a/api/PowerPoint.View.GotoSlide.md
+++ b/api/PowerPoint.View.GotoSlide.md
@@ -27,7 +27,7 @@ Switches to the specified slide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The number of the slide to switch to.|
diff --git a/api/PowerPoint.View.MediaControlsHeight.md b/api/PowerPoint.View.MediaControlsHeight.md
index e88b41a5f46..dcd1836cc0b 100644
--- a/api/PowerPoint.View.MediaControlsHeight.md
+++ b/api/PowerPoint.View.MediaControlsHeight.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the media controls. Read-only.
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.View.MediaControlsLeft.md b/api/PowerPoint.View.MediaControlsLeft.md
index 7d711cf50fc..1c03d04ca52 100644
--- a/api/PowerPoint.View.MediaControlsLeft.md
+++ b/api/PowerPoint.View.MediaControlsLeft.md
@@ -23,7 +23,7 @@ Returns the distance, in points, from the left edge of the media control boundin
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.View.MediaControlsTop.md b/api/PowerPoint.View.MediaControlsTop.md
index c8444de082c..c1a01dcfc60 100644
--- a/api/PowerPoint.View.MediaControlsTop.md
+++ b/api/PowerPoint.View.MediaControlsTop.md
@@ -23,7 +23,7 @@ Returns the distance, in points, from the top edge of the media control bounding
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.View.MediaControlsVisible.md b/api/PowerPoint.View.MediaControlsVisible.md
index c50a119eec3..b4ea2806e82 100644
--- a/api/PowerPoint.View.MediaControlsVisible.md
+++ b/api/PowerPoint.View.MediaControlsVisible.md
@@ -23,7 +23,7 @@ Indicates whether the media controls are currently visible. Read-only.
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
**[MsoTriState](./Office.MsoTriState.md)**
diff --git a/api/PowerPoint.View.MediaControlsWidth.md b/api/PowerPoint.View.MediaControlsWidth.md
index fe89b7387ed..72de13d2d32 100644
--- a/api/PowerPoint.View.MediaControlsWidth.md
+++ b/api/PowerPoint.View.MediaControlsWidth.md
@@ -23,7 +23,7 @@ Returns the width, in points, of the media control bounding box. Read-only.
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.View.Parent.md b/api/PowerPoint.View.Parent.md
index 88936d24c4c..ee259e22b49 100644
--- a/api/PowerPoint.View.Parent.md
+++ b/api/PowerPoint.View.Parent.md
@@ -23,7 +23,7 @@ Returns the parent object for the specified object.
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.View.PasteSpecial.md b/api/PowerPoint.View.PasteSpecial.md
index 81c6f456ceb..ce9b605adf5 100644
--- a/api/PowerPoint.View.PasteSpecial.md
+++ b/api/PowerPoint.View.PasteSpecial.md
@@ -27,7 +27,7 @@ Pastes the current contents of the Clipboard into the view represented by the *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataType_|Optional|**PpPasteDataType**|A format for the Clipboard contents when they're inserted into the document. The default value varies, depending on the contents in the Clipboard. An error occurs if the specified data type in the DataType argument is not supported by the clipboard contents.|
| _DisplayAsIcon_|Optional|**MsoTriState**|**msoTrue** to display the embedded object (or link) as an icon.|
diff --git a/api/PowerPoint.View.Player.md b/api/PowerPoint.View.Player.md
index edc7aee7701..0bbb079ace0 100644
--- a/api/PowerPoint.View.Player.md
+++ b/api/PowerPoint.View.Player.md
@@ -27,11 +27,11 @@ Allows access to playback controls for the associated view in the current window
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapeId_|Required|**Variant**|The playback control.|
-### Return Value
+### Return value
Player
diff --git a/api/PowerPoint.View.PrintOptions.md b/api/PowerPoint.View.PrintOptions.md
index f81155cf230..891a736d9d1 100644
--- a/api/PowerPoint.View.PrintOptions.md
+++ b/api/PowerPoint.View.PrintOptions.md
@@ -23,7 +23,7 @@ Returns a **[PrintOptions](PowerPoint.PrintOptions.md)** object that represents
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
PrintOptions
diff --git a/api/PowerPoint.View.PrintOut.md b/api/PowerPoint.View.PrintOut.md
index cbf4a9d7fd9..65932691db2 100644
--- a/api/PowerPoint.View.PrintOut.md
+++ b/api/PowerPoint.View.PrintOut.md
@@ -27,7 +27,7 @@ Prints the specified presentation.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Optional|**Long**|The number of the first page to be printed. If this argument is omitted, printing starts at the beginning of the presentation. Specifying the **To** and **From** arguments sets the contents of the **[PrintRanges](PowerPoint.PrintRanges.md)** object and sets the value of the **RangeType** property for the presentation.|
| _To_|Optional|**Long**|The number of the last page to be printed. If this argument is omitted, printing continues to the end of the presentation. Specifying the **To** and **From** arguments sets the contents of the **[PrintRanges](PowerPoint.PrintRanges.md)** object and sets the value of the **RangeType** property for the presentation.|
diff --git a/api/PowerPoint.View.Type.md b/api/PowerPoint.View.Type.md
index 1fea820dc31..87b86cb085a 100644
--- a/api/PowerPoint.View.Type.md
+++ b/api/PowerPoint.View.Type.md
@@ -23,7 +23,7 @@ Represents the type of view. Read-only.
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
PpViewType
diff --git a/api/PowerPoint.View.Zoom.md b/api/PowerPoint.View.Zoom.md
index 51065f410d2..15326a36a18 100644
--- a/api/PowerPoint.View.Zoom.md
+++ b/api/PowerPoint.View.Zoom.md
@@ -23,7 +23,7 @@ Returns or sets the zoom setting of the specified view as a percentage of normal
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/PowerPoint.View.ZoomToFit.md b/api/PowerPoint.View.ZoomToFit.md
index 766d12590b0..d97b9fed554 100644
--- a/api/PowerPoint.View.ZoomToFit.md
+++ b/api/PowerPoint.View.ZoomToFit.md
@@ -23,7 +23,7 @@ Determines whether the view is zoomed to fit the dimensions of the document wind
_expression_ A variable that represents a [View](./PowerPoint.View.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.XlAxisCrosses.md b/api/PowerPoint.XlAxisCrosses.md
index 3e44fd75ff3..ad2f967a3fd 100644
--- a/api/PowerPoint.XlAxisCrosses.md
+++ b/api/PowerPoint.XlAxisCrosses.md
@@ -14,7 +14,7 @@ Specifies the point on the specified axis where the other axis crosses.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlAxisCrossesAutomatic**|-4105|Word sets the axis crossing point.|
|**xlAxisCrossesCustom**|-4114|The **[CrossesAt](PowerPoint.Axis.CrossesAt.md)** property specifies the axis crossing point.|
diff --git a/api/PowerPoint.XlAxisGroup.md b/api/PowerPoint.XlAxisGroup.md
index ee764f4ed25..22d1581cedf 100644
--- a/api/PowerPoint.XlAxisGroup.md
+++ b/api/PowerPoint.XlAxisGroup.md
@@ -14,7 +14,7 @@ Specifies the type of axis group.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlPrimary**|1|The primary axis group.|
|**xlSecondary**|2|The secondary axis group.|
diff --git a/api/PowerPoint.XlAxisType.md b/api/PowerPoint.XlAxisType.md
index 4d07a01b885..7d8d7abcbc4 100644
--- a/api/PowerPoint.XlAxisType.md
+++ b/api/PowerPoint.XlAxisType.md
@@ -14,7 +14,7 @@ Specifies the axis type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlCategory**|1|Axis displays categories.|
|**xlSeriesAxis**|3|Axis displays data series.|
diff --git a/api/PowerPoint.XlBackground.md b/api/PowerPoint.XlBackground.md
index 60fcbf2aa55..72517c89f93 100644
--- a/api/PowerPoint.XlBackground.md
+++ b/api/PowerPoint.XlBackground.md
@@ -14,7 +14,7 @@ Specifies the background type for text in charts.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlBackgroundAutomatic**|-4105|Word controls the background.|
|**xlBackgroundOpaque**|3|An opaque background.|
diff --git a/api/PowerPoint.XlBarShape.md b/api/PowerPoint.XlBarShape.md
index 9e67c8ee1c4..7e1af98f001 100644
--- a/api/PowerPoint.XlBarShape.md
+++ b/api/PowerPoint.XlBarShape.md
@@ -14,7 +14,7 @@ Specifies the shape used with the 3-D bar or column chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlBox**|0|A box.|
|**xlConeToMax**|5|A cone, truncated at the specified value.|
diff --git a/api/PowerPoint.XlBorderWeight.md b/api/PowerPoint.XlBorderWeight.md
index a1cab920a5b..fb12f2caa61 100644
--- a/api/PowerPoint.XlBorderWeight.md
+++ b/api/PowerPoint.XlBorderWeight.md
@@ -14,7 +14,7 @@ Specifies the weight of the border around a range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlHairline**|1|A hairline border (thinnest border).|
|**xlMedium**|-4138|A medium border.|
diff --git a/api/PowerPoint.XlCategoryType.md b/api/PowerPoint.XlCategoryType.md
index 3c224248686..d82c07d551f 100644
--- a/api/PowerPoint.XlCategoryType.md
+++ b/api/PowerPoint.XlCategoryType.md
@@ -14,7 +14,7 @@ Specifies the type of the category axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlAutomaticScale**|-4105|Word controls the axis type.|
|**xlCategoryScale**|2|Axis groups data by an arbitrary set of categories.|
diff --git a/api/PowerPoint.XlChartElementPosition.md b/api/PowerPoint.XlChartElementPosition.md
index f6a27c05006..3f290b24b4c 100644
--- a/api/PowerPoint.XlChartElementPosition.md
+++ b/api/PowerPoint.XlChartElementPosition.md
@@ -14,7 +14,7 @@ Specifies the position of the chart element.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlChartElementPositionAutomatic**|-4105|Automatically sets the position of the chart element.|
|**xlChartElementPositionCustom**|-4114|Specifies a specific position for the chart element.|
diff --git a/api/PowerPoint.XlChartGallery.md b/api/PowerPoint.XlChartGallery.md
index 449ad13a58f..d9e9e2aeaea 100644
--- a/api/PowerPoint.XlChartGallery.md
+++ b/api/PowerPoint.XlChartGallery.md
@@ -14,7 +14,7 @@ Specifies a chart gallery.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlAnyGallery**|23|Either of the galleries.|
|**xlBuiltIn**|21|The built-in gallery.|
diff --git a/api/PowerPoint.XlChartItem.md b/api/PowerPoint.XlChartItem.md
index 304ab0c617d..32037cd1131 100644
--- a/api/PowerPoint.XlChartItem.md
+++ b/api/PowerPoint.XlChartItem.md
@@ -14,7 +14,7 @@ Specifies the type of the chart item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlAxis**|21|Axis.|
|**xlAxisTitle**|17|Axis title.|
diff --git a/api/PowerPoint.XlChartPicturePlacement.md b/api/PowerPoint.XlChartPicturePlacement.md
index 53815215c7b..ca001344973 100644
--- a/api/PowerPoint.XlChartPicturePlacement.md
+++ b/api/PowerPoint.XlChartPicturePlacement.md
@@ -14,7 +14,7 @@ Specifies the placement of a user-selected picture on a bar in a 3-D bar or colu
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlAllFaces**|7|Display on all faces.|
|**xlEnd**|2|Display on end.|
diff --git a/api/PowerPoint.XlChartPictureType.md b/api/PowerPoint.XlChartPictureType.md
index 2bead03d29d..6f47965b9aa 100644
--- a/api/PowerPoint.XlChartPictureType.md
+++ b/api/PowerPoint.XlChartPictureType.md
@@ -14,7 +14,7 @@ Specifies how pictures are displayed on a column, bar picture chart, or legend k
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlStack**|2|The picture is sized to repeat a maximum of 15 times in the longest stacked bar.|
|**xlStackScale**|3|The picture is sized to a specified number of units and repeated the length of the bar.|
diff --git a/api/PowerPoint.XlChartSplitType.md b/api/PowerPoint.XlChartSplitType.md
index b9baa4114b1..810a1b60815 100644
--- a/api/PowerPoint.XlChartSplitType.md
+++ b/api/PowerPoint.XlChartSplitType.md
@@ -14,7 +14,7 @@ Specifies the values displayed in the second chart in a pie chart or a bar of pi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlSplitByCustomSplit**|4|The second chart displays arbitrary slides.|
|**xlSplitByPercentValue**|3|The second chart displays values less than a percentage of the total value. The percentage is specified by the **[SplitValue](PowerPoint.ChartGroup.SplitValue.md)** property.|
diff --git a/api/PowerPoint.XlColorIndex.md b/api/PowerPoint.XlColorIndex.md
index 51789e4fb80..ec457d12365 100644
--- a/api/PowerPoint.XlColorIndex.md
+++ b/api/PowerPoint.XlColorIndex.md
@@ -14,7 +14,7 @@ Specifies the color of a selected feature, such as a border, font, or fill.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlColorIndexAutomatic**|-4105|Automatic color.|
|**xlColorIndexNone**|-4142|No color.|
diff --git a/api/PowerPoint.XlConstants.md b/api/PowerPoint.XlConstants.md
index 2dd891e71d4..41db9719974 100644
--- a/api/PowerPoint.XlConstants.md
+++ b/api/PowerPoint.XlConstants.md
@@ -14,7 +14,7 @@ Specifies a miscellaneous constant in Microsoft Word.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xl3DBar**|-4099|Three-dimensional bar chart group or series.|
|**xl3DSurface**|-4103|Three-dimensional surface chart group or series.|
diff --git a/api/PowerPoint.XlCopyPictureFormat.md b/api/PowerPoint.XlCopyPictureFormat.md
index 9b96221d56c..d5f5164fd70 100644
--- a/api/PowerPoint.XlCopyPictureFormat.md
+++ b/api/PowerPoint.XlCopyPictureFormat.md
@@ -14,7 +14,7 @@ Specifies the format of the picture being copied.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlBitmap**|2|A bitmap (.bmp, .jpg, .gif).|
|**xlPicture**|-4147|A drawn picture (.png, .wmf, .mix).|
diff --git a/api/PowerPoint.XlDataLabelPosition.md b/api/PowerPoint.XlDataLabelPosition.md
index 5fe100d4c50..d7163bdf825 100644
--- a/api/PowerPoint.XlDataLabelPosition.md
+++ b/api/PowerPoint.XlDataLabelPosition.md
@@ -14,7 +14,7 @@ Specifies where the data label is positioned.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlLabelPositionAbove**|0|The data label is positioned above the data point.|
|**xlLabelPositionBelow**|1|The data label is positioned below the data point.|
diff --git a/api/PowerPoint.XlDataLabelSeparator.md b/api/PowerPoint.XlDataLabelSeparator.md
index 134e55a0cd9..570ced22d4b 100644
--- a/api/PowerPoint.XlDataLabelSeparator.md
+++ b/api/PowerPoint.XlDataLabelSeparator.md
@@ -14,7 +14,7 @@ Specifies the separator used with data labels.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlDataLabelSeparatorDefault**|1|Word selects the separator.|
diff --git a/api/PowerPoint.XlDataLabelsType.md b/api/PowerPoint.XlDataLabelsType.md
index d70a9e6604c..b8739faf8ba 100644
--- a/api/PowerPoint.XlDataLabelsType.md
+++ b/api/PowerPoint.XlDataLabelsType.md
@@ -14,7 +14,7 @@ Specifies the type of data label to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlDataLabelsShowBubbleSizes**|6|Show the size of the bubble in reference to the absolute value.|
|**xlDataLabelsShowLabel**|4|The category for the point.|
diff --git a/api/PowerPoint.XlDisplayBlanksAs.md b/api/PowerPoint.XlDisplayBlanksAs.md
index ae52934d1b3..7216f4867b8 100644
--- a/api/PowerPoint.XlDisplayBlanksAs.md
+++ b/api/PowerPoint.XlDisplayBlanksAs.md
@@ -14,7 +14,7 @@ Specifies how blank cells are plotted on a chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlInterpolated**|3|Values are interpolated into the chart.|
|**xlNotPlotted**|1|Blank cells are not plotted.|
diff --git a/api/PowerPoint.XlDisplayUnit.md b/api/PowerPoint.XlDisplayUnit.md
index 553e69f9431..a87fcd5427d 100644
--- a/api/PowerPoint.XlDisplayUnit.md
+++ b/api/PowerPoint.XlDisplayUnit.md
@@ -14,7 +14,7 @@ Specifies the display unit label for an axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlHundredMillions**|-8|Hundreds of millions.|
|**xlHundreds**|-2|Hundreds.|
diff --git a/api/PowerPoint.XlEndStyleCap.md b/api/PowerPoint.XlEndStyleCap.md
index 91d360688dd..d86cc73fbab 100644
--- a/api/PowerPoint.XlEndStyleCap.md
+++ b/api/PowerPoint.XlEndStyleCap.md
@@ -14,7 +14,7 @@ Specifies the end style for error bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlCap**|1|Caps are applied.|
|**xlNoCap**|2|No caps are applied.|
diff --git a/api/PowerPoint.XlErrorBarDirection.md b/api/PowerPoint.XlErrorBarDirection.md
index cca3025c57a..e52a0748dfa 100644
--- a/api/PowerPoint.XlErrorBarDirection.md
+++ b/api/PowerPoint.XlErrorBarDirection.md
@@ -14,7 +14,7 @@ Specifies which axis values are to receive error bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlChartX**|-4168|Bars run parallel to the y-axis for x-axis values.|
|**xlChartY**|1|Bars run parallel to the x-axis for y-axis values.|
diff --git a/api/PowerPoint.XlErrorBarInclude.md b/api/PowerPoint.XlErrorBarInclude.md
index 608d5fb2bb4..95b6427790e 100644
--- a/api/PowerPoint.XlErrorBarInclude.md
+++ b/api/PowerPoint.XlErrorBarInclude.md
@@ -14,7 +14,7 @@ Specifies which error-bar parts to include.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlErrorBarIncludeBoth**|1|Both the positive and negative error range.|
|**xlErrorBarIncludeMinusValues**|3|Only the negative error range.|
diff --git a/api/PowerPoint.XlErrorBarType.md b/api/PowerPoint.XlErrorBarType.md
index 2f11b3f590b..89814d05ed8 100644
--- a/api/PowerPoint.XlErrorBarType.md
+++ b/api/PowerPoint.XlErrorBarType.md
@@ -14,7 +14,7 @@ Specifies the range marked by error bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlErrorBarTypeCustom**|-4114|The range is set by fixed values or cell values.|
|**xlErrorBarTypeFixedValue**|1|Fixed-length error bars.|
diff --git a/api/PowerPoint.XlHAlign.md b/api/PowerPoint.XlHAlign.md
index c1fe6af249a..a4e587d6ffc 100644
--- a/api/PowerPoint.XlHAlign.md
+++ b/api/PowerPoint.XlHAlign.md
@@ -14,7 +14,7 @@ Specifies the horizontal alignment for the object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlHAlignCenter**|-4108|Center.|
|**xlHAlignCenterAcrossSelection**|7|Center across selection.|
diff --git a/api/PowerPoint.XlLegendPosition.md b/api/PowerPoint.XlLegendPosition.md
index 2598daefb3f..be84361d9a7 100644
--- a/api/PowerPoint.XlLegendPosition.md
+++ b/api/PowerPoint.XlLegendPosition.md
@@ -14,7 +14,7 @@ Specifies the position of the legend on a chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlLegendPositionBottom**|-4107|Below the chart.|
|**xlLegendPositionCorner**|2|In the upper-right corner of the chart border.|
diff --git a/api/PowerPoint.XlLineStyle.md b/api/PowerPoint.XlLineStyle.md
index 01a39d96206..e33b3e0a4f2 100644
--- a/api/PowerPoint.XlLineStyle.md
+++ b/api/PowerPoint.XlLineStyle.md
@@ -14,7 +14,7 @@ Specifies the line style for the border.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlContinuous**|1|A continuous line.|
|**xlDash**|-4115|A dashed line.|
diff --git a/api/PowerPoint.XlMarkerStyle.md b/api/PowerPoint.XlMarkerStyle.md
index 2eded807c3d..b2ff82ce7a4 100644
--- a/api/PowerPoint.XlMarkerStyle.md
+++ b/api/PowerPoint.XlMarkerStyle.md
@@ -14,7 +14,7 @@ Specifies the marker style for a point or series in a line chart, scatter chart,
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlMarkerStyleAutomatic**|-4105|Automatic markers.|
|**xlMarkerStyleCircle**|8|Circular markers.|
diff --git a/api/PowerPoint.XlOrientation.md b/api/PowerPoint.XlOrientation.md
index 474a58f3534..4032180efc1 100644
--- a/api/PowerPoint.XlOrientation.md
+++ b/api/PowerPoint.XlOrientation.md
@@ -14,7 +14,7 @@ Specifies the text orientation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlDownward**|-4170|Text runs downward.|
|**xlHorizontal**|-4128|Text runs horizontally.|
diff --git a/api/PowerPoint.XlPattern.md b/api/PowerPoint.XlPattern.md
index c328b0c9b65..ac59b6f9e76 100644
--- a/api/PowerPoint.XlPattern.md
+++ b/api/PowerPoint.XlPattern.md
@@ -14,7 +14,7 @@ Specifies the interior pattern of a chart or interior object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlPatternAutomatic**|-4105|Word controls the pattern.|
|**xlPatternChecker**|9|A checkerboard.|
diff --git a/api/PowerPoint.XlPictureAppearance.md b/api/PowerPoint.XlPictureAppearance.md
index 580c610320d..e9a237d7980 100644
--- a/api/PowerPoint.XlPictureAppearance.md
+++ b/api/PowerPoint.XlPictureAppearance.md
@@ -14,7 +14,7 @@ Specifies how the picture should be copied.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlPrinter**|2|The picture is copied as it will look when it is printed.|
|**xlScreen**|1|The picture is copied to resemble its display on the screen as closely as possible.|
diff --git a/api/PowerPoint.XlPivotFieldOrientation.md b/api/PowerPoint.XlPivotFieldOrientation.md
index 4f31bd92fdb..b37fb7f6471 100644
--- a/api/PowerPoint.XlPivotFieldOrientation.md
+++ b/api/PowerPoint.XlPivotFieldOrientation.md
@@ -14,7 +14,7 @@ Specifies the location of the field in a PivotTable report.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlColumnField**|2|A column field.|
|**xlDataField**|4|A data field.|
diff --git a/api/PowerPoint.XlReadingOrder.md b/api/PowerPoint.XlReadingOrder.md
index 0b13341a38e..ec439aa1345 100644
--- a/api/PowerPoint.XlReadingOrder.md
+++ b/api/PowerPoint.XlReadingOrder.md
@@ -14,7 +14,7 @@ Specifies the reading order for the specified object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlContext**|-5002|According to context.|
|**xlLTR**|-5003|Left-to-right.|
diff --git a/api/PowerPoint.XlRgbColor.md b/api/PowerPoint.XlRgbColor.md
index 1037eb8d4a3..187d092d88d 100644
--- a/api/PowerPoint.XlRgbColor.md
+++ b/api/PowerPoint.XlRgbColor.md
@@ -14,7 +14,7 @@ Specifies the RGB color.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlAliceBlue**|16775408|Alice Blue|
|**xlAntiqueWhite**|14150650|Antique White|
diff --git a/api/PowerPoint.XlRowCol.md b/api/PowerPoint.XlRowCol.md
index 8588799f16d..c776b09178a 100644
--- a/api/PowerPoint.XlRowCol.md
+++ b/api/PowerPoint.XlRowCol.md
@@ -14,7 +14,7 @@ Specifies whether the values that correspond to a particular data series are in
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlColumns**|2|The data series is in a row.|
|**xlRows**|1|The data series is in a column.|
diff --git a/api/PowerPoint.XlScaleType.md b/api/PowerPoint.XlScaleType.md
index 1f9e41dee00..d3079743d63 100644
--- a/api/PowerPoint.XlScaleType.md
+++ b/api/PowerPoint.XlScaleType.md
@@ -14,7 +14,7 @@ Specifies the scale type of the value axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlScaleLinear**|-4132|A linear scale.|
|**xlScaleLogarithmic**|-4133|A logarithmic scale.|
diff --git a/api/PowerPoint.XlSizeRepresents.md b/api/PowerPoint.XlSizeRepresents.md
index d0406630907..9aad8fb4adc 100644
--- a/api/PowerPoint.XlSizeRepresents.md
+++ b/api/PowerPoint.XlSizeRepresents.md
@@ -14,7 +14,7 @@ Specifies what the bubble size represents on a bubble chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlSizeIsArea**|1|The area of the bubble.|
|**xlSizeIsWidth**|2|The width of the bubble.|
diff --git a/api/PowerPoint.XlTickLabelOrientation.md b/api/PowerPoint.XlTickLabelOrientation.md
index e18d06a9b42..6b3a8693c79 100644
--- a/api/PowerPoint.XlTickLabelOrientation.md
+++ b/api/PowerPoint.XlTickLabelOrientation.md
@@ -14,7 +14,7 @@ Specifies the text orientation for tick-mark labels.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlTickLabelOrientationAutomatic**|-4105|The text orientation is set by Microsoft Word.|
|**xlTickLabelOrientationDownward**|-4170|The text runs downward.|
diff --git a/api/PowerPoint.XlTickLabelPosition.md b/api/PowerPoint.XlTickLabelPosition.md
index 1f0215decea..0008bd938f2 100644
--- a/api/PowerPoint.XlTickLabelPosition.md
+++ b/api/PowerPoint.XlTickLabelPosition.md
@@ -14,7 +14,7 @@ Specifies the position of tick-mark labels on the specified axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlTickLabelPositionHigh**|-4127|The top or right side of the chart.|
|**xlTickLabelPositionLow**|-4134|The bottom or left side of the chart.|
diff --git a/api/PowerPoint.XlTickMark.md b/api/PowerPoint.XlTickMark.md
index 45d1101b4f1..d3ee9a63339 100644
--- a/api/PowerPoint.XlTickMark.md
+++ b/api/PowerPoint.XlTickMark.md
@@ -14,7 +14,7 @@ Specifies the position of major and minor tick marks for an axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlTickMarkCross**|4|Crosses the axis.|
|**xlTickMarkInside**|2|Inside the axis.|
diff --git a/api/PowerPoint.XlTimeUnit.md b/api/PowerPoint.XlTimeUnit.md
index f3231e44be1..47b96ddf951 100644
--- a/api/PowerPoint.XlTimeUnit.md
+++ b/api/PowerPoint.XlTimeUnit.md
@@ -14,7 +14,7 @@ Specifies the unit of time for chart axes and data series.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlDays**|0|Days|
|**xlMonths**|1|Months|
diff --git a/api/PowerPoint.XlTrendlineType.md b/api/PowerPoint.XlTrendlineType.md
index 9f216e27eab..98e2599a5e2 100644
--- a/api/PowerPoint.XlTrendlineType.md
+++ b/api/PowerPoint.XlTrendlineType.md
@@ -14,7 +14,7 @@ Specifies how the trendline that smoothes out fluctuations in the data is calcul
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlExponential**|5|Uses an equation to calculate the least squares fit through points (for example, y=ab^x) .|
|**xlLinear**|-4132|Uses the linear equation y = mx + b to calculate the least squares fit through points.|
diff --git a/api/PowerPoint.XlUnderlineStyle.md b/api/PowerPoint.XlUnderlineStyle.md
index de7cda868ab..9efe0f974ee 100644
--- a/api/PowerPoint.XlUnderlineStyle.md
+++ b/api/PowerPoint.XlUnderlineStyle.md
@@ -14,7 +14,7 @@ Specifies the type of underline that is applied to a font.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlUnderlineStyleDouble**|-4119|Double thick underline.|
|**xlUnderlineStyleDoubleAccounting**|5|Two thin underlines placed close together.|
diff --git a/api/PowerPoint.XlVAlign.md b/api/PowerPoint.XlVAlign.md
index 073b2e0ba51..0800165092a 100644
--- a/api/PowerPoint.XlVAlign.md
+++ b/api/PowerPoint.XlVAlign.md
@@ -14,7 +14,7 @@ Specifies the vertical alignment for the object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlVAlignBottom**|-4107|Bottom alignment.|
|**xlVAlignCenter**|-4108|Center alignment.|
diff --git a/api/PowerPoint.application.chartdatapointtrack.md b/api/PowerPoint.application.chartdatapointtrack.md
index d48a94f4733..9a2f8f320c0 100644
--- a/api/PowerPoint.application.chartdatapointtrack.md
+++ b/api/PowerPoint.application.chartdatapointtrack.md
@@ -21,7 +21,7 @@ Returns or sets a **Boolean** that specifies whether charts use cell-reference
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/PowerPoint.application.displayguides.md b/api/PowerPoint.application.displayguides.md
index 3ebd09ea211..3507fe144fb 100644
--- a/api/PowerPoint.application.displayguides.md
+++ b/api/PowerPoint.application.displayguides.md
@@ -21,7 +21,7 @@ Gets or sets whether drawing guides are displayed in the application.
_expression_ A variable that represents a [Application](./PowerPoint.Application.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.broadcast.capabilities.md b/api/PowerPoint.broadcast.capabilities.md
index b660f94f3c9..3e7222c09f7 100644
--- a/api/PowerPoint.broadcast.capabilities.md
+++ b/api/PowerPoint.broadcast.capabilities.md
@@ -27,7 +27,7 @@ The **Capabilities** property can return the following[MSOBroadcastCapabilities
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**MSOBroadcastCapFileSizeLimited**|1|File size limited|
|**MSOBroadcastCapSupportsMeetingNotes**|2|Supports meeting notes|
diff --git a/api/PowerPoint.documentwindow.showinsertappdialog.md b/api/PowerPoint.documentwindow.showinsertappdialog.md
index 33054632475..6b5d1c10617 100644
--- a/api/PowerPoint.documentwindow.showinsertappdialog.md
+++ b/api/PowerPoint.documentwindow.showinsertappdialog.md
@@ -25,7 +25,7 @@ ms.prod: powerpoint
|||||
| _Filter_|Required|INT||
-### Return Value
+### Return value
**VOID**
diff --git a/api/PowerPoint.ppguideorientation.md b/api/PowerPoint.ppguideorientation.md
index 549319172f2..c6fa27fc3a4 100644
--- a/api/PowerPoint.ppguideorientation.md
+++ b/api/PowerPoint.ppguideorientation.md
@@ -15,7 +15,7 @@ Specifies the orientation of a drawing guide, either horizontal or vertical.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppHorizontalGuide**|1|Represents a horizontal guide, spanning from the left to right of the slide editing window.|
|**ppVerticalGuide**|2|Represents a vertical guide, spanning from top edge to bottom of the slide editing window.|
diff --git a/api/PowerPoint.ppmediataskstatus.md b/api/PowerPoint.ppmediataskstatus.md
index 5bdf496068d..78a7c996bc1 100644
--- a/api/PowerPoint.ppmediataskstatus.md
+++ b/api/PowerPoint.ppmediataskstatus.md
@@ -15,7 +15,7 @@ Indicates the status of the media resampling task.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppMediaTaskStatusNone**|0|No status|
|**ppMediaTaskStatusInProgress**|1|In progress|
diff --git a/api/PowerPoint.ppplayerstate.md b/api/PowerPoint.ppplayerstate.md
index 6f502a6b65e..aa63d07a469 100644
--- a/api/PowerPoint.ppplayerstate.md
+++ b/api/PowerPoint.ppplayerstate.md
@@ -15,7 +15,7 @@ Indicates the current state of the player.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppPlaying**|0|Playing|
|**ppPaused**|1|Paused|
diff --git a/api/PowerPoint.ppprotectedviewclosereason.md b/api/PowerPoint.ppprotectedviewclosereason.md
index c01297db154..6d3d0851e4c 100644
--- a/api/PowerPoint.ppprotectedviewclosereason.md
+++ b/api/PowerPoint.ppprotectedviewclosereason.md
@@ -15,7 +15,7 @@ Specifies the reason why protected view is being closed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppProtectedViewCloseNormal**|0|Protected view is being closed normally.|
|**ppProtectedViewCloseEdit**|1|Protected view is being closed so that the presentation can be edited.|
diff --git a/api/PowerPoint.ppresamplemediaprofile.md b/api/PowerPoint.ppresamplemediaprofile.md
index 92f7228abdb..db72f792fc7 100644
--- a/api/PowerPoint.ppresamplemediaprofile.md
+++ b/api/PowerPoint.ppresamplemediaprofile.md
@@ -15,7 +15,7 @@ Specifies the media mobilization profile for a media asset.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**ppResampleMediaProfileCustom**|1|Custom profile|
|**ppResampleMediaProfileSmall**|2|Small profile|
diff --git a/api/PowerPoint.shape.hasinkxml.md b/api/PowerPoint.shape.hasinkxml.md
index 194235a22a1..9c61fc27018 100644
--- a/api/PowerPoint.shape.hasinkxml.md
+++ b/api/PowerPoint.shape.hasinkxml.md
@@ -19,7 +19,7 @@ An error is returned if the shape does not contain any ink XML.
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.shape.inkxml.md b/api/PowerPoint.shape.inkxml.md
index aef5c5e363c..3fa98eb2b7f 100644
--- a/api/PowerPoint.shape.inkxml.md
+++ b/api/PowerPoint.shape.inkxml.md
@@ -19,7 +19,7 @@ If the specified shape does not contain a ink object more than one ink object oc
_expression_ A variable that represents a [Shape](./PowerPoint.Shape.md) object.
-### Return Value
+### Return value
A **String** that contains the InkActionML associated with the specified shape.
diff --git a/api/PowerPoint.shaperange.hasinkxml.md b/api/PowerPoint.shaperange.hasinkxml.md
index 6e836b00435..0b10a95f3a8 100644
--- a/api/PowerPoint.shaperange.hasinkxml.md
+++ b/api/PowerPoint.shaperange.hasinkxml.md
@@ -19,7 +19,7 @@ An error is returned if the shape range does not contain any ink XML.
_expression_ A variable that represents a [ShapeRange](./PowerPoint.ShapeRange.md) object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/PowerPoint.shapes.addinkshapefromxml.md b/api/PowerPoint.shapes.addinkshapefromxml.md
index e7c1f861c74..0d4b56a0689 100644
--- a/api/PowerPoint.shapes.addinkshapefromxml.md
+++ b/api/PowerPoint.shapes.addinkshapefromxml.md
@@ -22,7 +22,7 @@ Creates an ink shape. Returns a [Shape](PowerPoint.Shape.md) object that represe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _linkXML_|Required|**String**|The string that contains the InkActionML of the ink to create.|
| _Left_|Required|**Single**|The position, measured in points, of the left edge of the ink shape relative to the left edge of the slide.|
@@ -30,7 +30,7 @@ Creates an ink shape. Returns a [Shape](PowerPoint.Shape.md) object that represe
| _Width_|Optional|**Single**| The width of the ink shape, measured in points. If this parameter is not specified, the width is calculated based off of the InkActionML.|
| _Height_|Optional|**Single**|The height of the ink shape, measured in points. If this parameter is not specified, the hight is calculated based off of the InkActionML.|
-### Return Value
+### Return value
A [Shape](PowerPoint.Shape.md) object that represents the newly-added ink shape.
diff --git a/api/PowerPoint.shapes.addpicture2.md b/api/PowerPoint.shapes.addpicture2.md
index 7eecfc200e8..5faa79085d4 100644
--- a/api/PowerPoint.shapes.addpicture2.md
+++ b/api/PowerPoint.shapes.addpicture2.md
@@ -22,7 +22,7 @@ Creates a picture from an existing file. Returns a **[Shape](PowerPoint.Shape.m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required|**String**|The file from which the OLE object is to be created.|
| _LinkToFile_|Required|**[MsoTriState](./Office.MsoTriState.md)**|Determines whether the picture will be linked to the file from which it was created.|
@@ -33,7 +33,7 @@ Creates a picture from an existing file. Returns a **[Shape](PowerPoint.Shape.m
| _Height_|Optional|**Single**|The height of the picture, measured in points.|
| _compress_|Optional|[MsoPictureCompress](./overview/Library-Reference/msopicturecompress-enumeration-office.md)|Determines whether the picture should be compressed when inserted.|
-### Return Value
+### Return value
Shape
diff --git a/api/PowerPoint.slideshowview.laserpointerenabled.md b/api/PowerPoint.slideshowview.laserpointerenabled.md
index 4a549661b2e..fbdb9159334 100644
--- a/api/PowerPoint.slideshowview.laserpointerenabled.md
+++ b/api/PowerPoint.slideshowview.laserpointerenabled.md
@@ -22,7 +22,7 @@ This property allows a user to programmatically query and set the state of the p
_expression_ A variable that represents a [SlideShowView](./PowerPoint.SlideShowView.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/PowerPoint.textrange2.application.md b/api/PowerPoint.textrange2.application.md
index 1fce224c11e..e241ac3a08a 100644
--- a/api/PowerPoint.textrange2.application.md
+++ b/api/PowerPoint.textrange2.application.md
@@ -18,7 +18,7 @@ Used without an object qualifier, this property returns an **Application** obje
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.textrange2.boundheight.md b/api/PowerPoint.textrange2.boundheight.md
index 6b7577f9100..46a4e66d3dd 100644
--- a/api/PowerPoint.textrange2.boundheight.md
+++ b/api/PowerPoint.textrange2.boundheight.md
@@ -18,7 +18,7 @@ Gets the height, in points, of the text bounding box for the specified text. Rea
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.textrange2.boundleft.md b/api/PowerPoint.textrange2.boundleft.md
index 481da131f4e..b16ed90a9bc 100644
--- a/api/PowerPoint.textrange2.boundleft.md
+++ b/api/PowerPoint.textrange2.boundleft.md
@@ -18,7 +18,7 @@ Gets the left coordinate, in points, of the text bounding box for the specified
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.textrange2.boundtop.md b/api/PowerPoint.textrange2.boundtop.md
index bcfb5e970e7..589ecb17aac 100644
--- a/api/PowerPoint.textrange2.boundtop.md
+++ b/api/PowerPoint.textrange2.boundtop.md
@@ -18,7 +18,7 @@ Gets the top coordinate, in points, of the text bounding box for the specified t
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.textrange2.boundwidth.md b/api/PowerPoint.textrange2.boundwidth.md
index f658adebe2e..2b0eb5c48eb 100644
--- a/api/PowerPoint.textrange2.boundwidth.md
+++ b/api/PowerPoint.textrange2.boundwidth.md
@@ -18,7 +18,7 @@ Gets the width, in points, of the text bounding box for the specified text. Read
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Single
diff --git a/api/PowerPoint.textrange2.changecase.md b/api/PowerPoint.textrange2.changecase.md
index 31af39e1793..201ca71a0b5 100644
--- a/api/PowerPoint.textrange2.changecase.md
+++ b/api/PowerPoint.textrange2.changecase.md
@@ -22,7 +22,7 @@ Changes the case of a **TextRange2** object to one of the values in the **MsoTe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**MsoTextChangeCase**|Specifies the type of change to make to the text.|
diff --git a/api/PowerPoint.textrange2.characters.md b/api/PowerPoint.textrange2.characters.md
index 913fef89f70..a6c086fed7c 100644
--- a/api/PowerPoint.textrange2.characters.md
+++ b/api/PowerPoint.textrange2.characters.md
@@ -22,12 +22,12 @@ Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first character in the returned range.|
| _Length_|Optional|**Long**|The number of characters to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.count.md b/api/PowerPoint.textrange2.count.md
index 71e1dabf35f..68d053cc3e8 100644
--- a/api/PowerPoint.textrange2.count.md
+++ b/api/PowerPoint.textrange2.count.md
@@ -18,7 +18,7 @@ Gets a **Long** indicating the number of items in the **TextRange2** collection
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.textrange2.creator.md b/api/PowerPoint.textrange2.creator.md
index 22b10b9476b..2df6ec65a75 100644
--- a/api/PowerPoint.textrange2.creator.md
+++ b/api/PowerPoint.textrange2.creator.md
@@ -18,7 +18,7 @@ Gets a 32-bit integer that indicates the application in which the **TextRange2**
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.textrange2.find.md b/api/PowerPoint.textrange2.find.md
index 3c65f2b79c5..1d5f527f233 100644
--- a/api/PowerPoint.textrange2.find.md
+++ b/api/PowerPoint.textrange2.find.md
@@ -22,14 +22,14 @@ Searches a **TextRange2** object for a subset of text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindWhat_|Required|**String**|Contains the text to find.|
| _After_|Optional|**Long**|Specifies the point in the text range to start the search.|
| _MatchCase_|Optional|**MsoTriState**|Specifies if the target text must exactly match the case of the search text. |
| _WholeWords_|Optional|**MsoTriState**|Specifies that only whole words will be searched.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.font.md b/api/PowerPoint.textrange2.font.md
index 1a7cfaab7ef..d1d52dbd6eb 100644
--- a/api/PowerPoint.textrange2.font.md
+++ b/api/PowerPoint.textrange2.font.md
@@ -18,7 +18,7 @@ Returns a **Font** object that represents character formatting for the **TextRa
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Font
diff --git a/api/PowerPoint.textrange2.insertafter.md b/api/PowerPoint.textrange2.insertafter.md
index df535ce0d17..3f283891008 100644
--- a/api/PowerPoint.textrange2.insertafter.md
+++ b/api/PowerPoint.textrange2.insertafter.md
@@ -22,11 +22,11 @@ Inserts text to the right of the existing text in the **TextRange2** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewText_|Optional|**String**|Contains the text to be inserted.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.insertbefore.md b/api/PowerPoint.textrange2.insertbefore.md
index ab4b59c058c..9ea9b26809b 100644
--- a/api/PowerPoint.textrange2.insertbefore.md
+++ b/api/PowerPoint.textrange2.insertbefore.md
@@ -22,11 +22,11 @@ Inserts text to the left of the existing text in the **TextRange2** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewText_|Optional|**String**|Contains the text to be inserted.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.insertsymbol.md b/api/PowerPoint.textrange2.insertsymbol.md
index 319df5a015c..40605980300 100644
--- a/api/PowerPoint.textrange2.insertsymbol.md
+++ b/api/PowerPoint.textrange2.insertsymbol.md
@@ -22,13 +22,13 @@ Inserts a symbol from the specified font set into the range of text represented
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FontName_|Required|**String**|The name of the font set.|
| _CharNumber_|Required|**Long**|The number of the symbol.|
| _Unicode_|Optional|**MsoTriState**|Indicates whether the value of the symbol is specified as a unicode value.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.item.md b/api/PowerPoint.textrange2.item.md
index a6a99c3d643..4b18ff2332d 100644
--- a/api/PowerPoint.textrange2.item.md
+++ b/api/PowerPoint.textrange2.item.md
@@ -22,11 +22,11 @@ Gets the range of text specified by the index number from the **TextRange2** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The index number of the text range.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.languageid.md b/api/PowerPoint.textrange2.languageid.md
index f6e396bfae4..2f5a1550ee7 100644
--- a/api/PowerPoint.textrange2.languageid.md
+++ b/api/PowerPoint.textrange2.languageid.md
@@ -18,7 +18,7 @@ Gets or sets the **MsoLanguageID** value of the **TextRange2** object. Read/wri
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
MsoLanguageID
diff --git a/api/PowerPoint.textrange2.length.md b/api/PowerPoint.textrange2.length.md
index ce7ce510e4c..bc459c2ef34 100644
--- a/api/PowerPoint.textrange2.length.md
+++ b/api/PowerPoint.textrange2.length.md
@@ -18,7 +18,7 @@ Get a Long that represents the length of a text range. Read-only.
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.textrange2.lines.md b/api/PowerPoint.textrange2.lines.md
index 1ddbf8990a7..b3453eba14c 100644
--- a/api/PowerPoint.textrange2.lines.md
+++ b/api/PowerPoint.textrange2.lines.md
@@ -22,12 +22,12 @@ Returns a TextRange2 object that represents the specified subset of text lines.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first line in the returned range.|
| _Length_|Optional|**Long**|The number of lines to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.mathzones.md b/api/PowerPoint.textrange2.mathzones.md
index 9b0f8e8fab2..94263cf663e 100644
--- a/api/PowerPoint.textrange2.mathzones.md
+++ b/api/PowerPoint.textrange2.mathzones.md
@@ -22,7 +22,7 @@ Sets the starting point and length of a math zone within a text range. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Integer**|The starting point for the math zone.|
| _Length_|Optional|**Integer**|The length of the math zone.|
diff --git a/api/PowerPoint.textrange2.paragraphformat.md b/api/PowerPoint.textrange2.paragraphformat.md
index 081731e3de5..c71a7c5f9be 100644
--- a/api/PowerPoint.textrange2.paragraphformat.md
+++ b/api/PowerPoint.textrange2.paragraphformat.md
@@ -18,7 +18,7 @@ Returns a **ParagraphFormat** object that represents paragraph formatting for t
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
ParagraphFormat
diff --git a/api/PowerPoint.textrange2.paragraphs.md b/api/PowerPoint.textrange2.paragraphs.md
index 9e5ead57b29..3ba81ce2616 100644
--- a/api/PowerPoint.textrange2.paragraphs.md
+++ b/api/PowerPoint.textrange2.paragraphs.md
@@ -22,12 +22,12 @@ Gets a **TextRange2** object that represents the specified subset of text parag
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first paragraph in the returned range.|
| _Length_|Optional|**Long**|The number of paragraphs to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.parent.md b/api/PowerPoint.textrange2.parent.md
index 2909416874d..b1b75fe170b 100644
--- a/api/PowerPoint.textrange2.parent.md
+++ b/api/PowerPoint.textrange2.parent.md
@@ -18,7 +18,7 @@ Gets the **Parent** object for the **TextRange2** object. Read-only.
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Object
diff --git a/api/PowerPoint.textrange2.paste.md b/api/PowerPoint.textrange2.paste.md
index ae43c733c63..59509d1fe4b 100644
--- a/api/PowerPoint.textrange2.paste.md
+++ b/api/PowerPoint.textrange2.paste.md
@@ -18,7 +18,7 @@ Pastes the contents of the Clipboard into the **TextRange2** object.
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.pastespecial.md b/api/PowerPoint.textrange2.pastespecial.md
index a13e5af4670..2820a70380f 100644
--- a/api/PowerPoint.textrange2.pastespecial.md
+++ b/api/PowerPoint.textrange2.pastespecial.md
@@ -22,11 +22,11 @@ Replaces the text range with the contents of the Clipboard in the format specifi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Format_|Required|**MsoClipboardFormat**|Determines the format for the Clipboard contents when they're inserted into the document.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.replace.md b/api/PowerPoint.textrange2.replace.md
index 0cc330a8fc1..9bda90551a4 100644
--- a/api/PowerPoint.textrange2.replace.md
+++ b/api/PowerPoint.textrange2.replace.md
@@ -22,7 +22,7 @@ Finds specific text in a text range, replaces the found text with a specified st
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindWhat_|Required|**String**|The text to search for.|
| _ReplaceWhat_|Required|**String**|The text you want to replace the found text with.|
@@ -30,7 +30,7 @@ Finds specific text in a text range, replaces the found text with a specified st
| _MatchCase_|Optional|**MsoTriState**|Determines whether a distinction is made on the basis of case.|
| _WholeWords_|Optional|**MsoTriState**|Determines whether only whole words are searched.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.rotatedbounds.md b/api/PowerPoint.textrange2.rotatedbounds.md
index bfcf4688a9d..888ba2599a1 100644
--- a/api/PowerPoint.textrange2.rotatedbounds.md
+++ b/api/PowerPoint.textrange2.rotatedbounds.md
@@ -22,7 +22,7 @@ Gets the coordinates of the vertices of the text bounding box for the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _X1_|Required|**Single**|Returns the position (in points) of the X coordinate of the first vertex of the bounding box for the text within the specified text range.|
| _Y1_|Required|**Single**|Returns the position (in points) of the Y coordinate of the first vertex of the bounding box for the text within the specified text range.|
diff --git a/api/PowerPoint.textrange2.runs.md b/api/PowerPoint.textrange2.runs.md
index 7f990bf7992..d419f53501d 100644
--- a/api/PowerPoint.textrange2.runs.md
+++ b/api/PowerPoint.textrange2.runs.md
@@ -22,12 +22,12 @@ Gets a **TextRange2** object that represents the specified subset of text runs.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first run in the returned range.|
| _Length_|Optional|**Long**|The number of runs to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.sentences.md b/api/PowerPoint.textrange2.sentences.md
index b91dd332a67..3d66081d737 100644
--- a/api/PowerPoint.textrange2.sentences.md
+++ b/api/PowerPoint.textrange2.sentences.md
@@ -22,12 +22,12 @@ Returns a **TextRange2** object that represents the specified subset of text se
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first sentence in the returned range.|
| _Length_|Optional|**Long**|The number of sentences to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.start.md b/api/PowerPoint.textrange2.start.md
index 230f43c878b..4e09a9bc58f 100644
--- a/api/PowerPoint.textrange2.start.md
+++ b/api/PowerPoint.textrange2.start.md
@@ -18,7 +18,7 @@ Gets a **Long** value indicating the starting point of the specified text range
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
Long
diff --git a/api/PowerPoint.textrange2.text.md b/api/PowerPoint.textrange2.text.md
index 25581360529..970171ead11 100644
--- a/api/PowerPoint.textrange2.text.md
+++ b/api/PowerPoint.textrange2.text.md
@@ -18,7 +18,7 @@ Gets or sets a **String** value that represents the text in a text range. Read/
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
String
diff --git a/api/PowerPoint.textrange2.trimtext.md b/api/PowerPoint.textrange2.trimtext.md
index ab19f5da81f..517c1dfa104 100644
--- a/api/PowerPoint.textrange2.trimtext.md
+++ b/api/PowerPoint.textrange2.trimtext.md
@@ -18,7 +18,7 @@ Returns a **TextRange2** object that represents the specified text that has the
_expression_ An expression that returns a 'TextRange2' object.
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.textrange2.words.md b/api/PowerPoint.textrange2.words.md
index f493ffcd437..fa3aac25ed5 100644
--- a/api/PowerPoint.textrange2.words.md
+++ b/api/PowerPoint.textrange2.words.md
@@ -22,12 +22,12 @@ Gets a **TextRange2** object that represents the specified subset of text words
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Long**|The first word in the returned range.|
| _Length_|Optional|**Long**|The number of words to be returned.|
-### Return Value
+### Return value
TextRange2
diff --git a/api/PowerPoint.xlbinstype.md b/api/PowerPoint.xlbinstype.md
index fd99c0f3ddb..32a9c5b1f3f 100644
--- a/api/PowerPoint.xlbinstype.md
+++ b/api/PowerPoint.xlbinstype.md
@@ -12,7 +12,7 @@ Constants passed to and returned by the [ChartGroup.BinsType](./Excel.chartgroup
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlBinsTypeAutomatic**|0|Sets bins type automatically.|
|**xlBinsTypeCategorical**|1|Sets bins type by category.|
diff --git a/api/PowerPoint.xlcategorylabellevel.md b/api/PowerPoint.xlcategorylabellevel.md
index 8dc00cd4ae1..77af18ee899 100644
--- a/api/PowerPoint.xlcategorylabellevel.md
+++ b/api/PowerPoint.xlcategorylabellevel.md
@@ -15,7 +15,7 @@ Constants that represent chart category-label levels, passed to and returned by
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlCategoryLabelLevelAll**|-1|Use all category label levels within range on the chart. The default.|
|**xlCategoryLabelLevelCustom**|-2|Indicates literal data in the category labels.|
diff --git a/api/PowerPoint.xlparentdatalabeloptions.md b/api/PowerPoint.xlparentdatalabeloptions.md
index 339b53cc106..e00fa815e6f 100644
--- a/api/PowerPoint.xlparentdatalabeloptions.md
+++ b/api/PowerPoint.xlparentdatalabeloptions.md
@@ -12,7 +12,7 @@ Constants passed to and returned by the **Series.ParentDataLabelOption** proper
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlParentDataLabelOptionsNone**|0|No parent labels are shown.|
|**xlParentDataLabelOptionsBanner**|1|The parent label layout is a banner above the category.|
diff --git a/api/PowerPoint.xlpiesliceindex.md b/api/PowerPoint.xlpiesliceindex.md
index 0260bc6f882..7265d911504 100644
--- a/api/PowerPoint.xlpiesliceindex.md
+++ b/api/PowerPoint.xlpiesliceindex.md
@@ -12,7 +12,7 @@ Specifies which position on the slice to return the coordinate of.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlCenterPoint**|5|The center point of a pie slice.|
|**xlInnerCenterPoint**|8|The innermost center point of a doughnut slice.|
diff --git a/api/PowerPoint.xlpieslicelocation.md b/api/PowerPoint.xlpieslicelocation.md
index 0a77f0171cb..71e4c2465ba 100644
--- a/api/PowerPoint.xlpieslicelocation.md
+++ b/api/PowerPoint.xlpieslicelocation.md
@@ -12,7 +12,7 @@ Specifies which position on the slice to return the coordinate of.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlCenterPoint**|5|The center point of a pie slice.|
|**xlInnerCenterPoint**|8|The innermost center point of a doughnut slice.|
diff --git a/api/PowerPoint.xlseriesnamelevel.md b/api/PowerPoint.xlseriesnamelevel.md
index 30bed8160f7..84d076151d0 100644
--- a/api/PowerPoint.xlseriesnamelevel.md
+++ b/api/PowerPoint.xlseriesnamelevel.md
@@ -15,7 +15,7 @@ Series-name-level constants passed to and returned by the [Chart.SeriesNameLevel
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**xlSeriesNameLevelAll**|-1|Sets series names to all series name levels within range on the chart. The default.|
|**xlSeriesNameLevelCustom**|-2|Indicates literal data in the series names.|
diff --git a/api/Project.ActualStartDrivers.Item.md b/api/Project.ActualStartDrivers.Item.md
index 7acb090612a..901fb3c008d 100644
--- a/api/Project.ActualStartDrivers.Item.md
+++ b/api/Project.ActualStartDrivers.Item.md
@@ -24,7 +24,7 @@ Gets a single **Assignment** object from an **ActualStartDrivers** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the object to return.|
diff --git a/api/Project.Application.About.md b/api/Project.Application.About.md
index 487b531180b..1ddb99507c1 100644
--- a/api/Project.Application.About.md
+++ b/api/Project.Application.About.md
@@ -23,7 +23,7 @@ Displays the **About Microsoft Project** dialog box, which lists version, copyr
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ActivateMicrosoftApp.md b/api/Project.Application.ActivateMicrosoftApp.md
index 69664f82abf..b495d3703ed 100644
--- a/api/Project.Application.ActivateMicrosoftApp.md
+++ b/api/Project.Application.ActivateMicrosoftApp.md
@@ -27,7 +27,7 @@ Activates a Microsoft application if the application is running or starts a new
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|Specifies the Microsoft application to activate. Can be one of the **[PjMSApplication](Project.PjMSApplication.md)** constants.|
diff --git a/api/Project.Application.AddNewColumn.md b/api/Project.Application.AddNewColumn.md
index 320b55f5db6..7a2b2dbf7a2 100644
--- a/api/Project.Application.AddNewColumn.md
+++ b/api/Project.Application.AddNewColumn.md
@@ -27,11 +27,11 @@ Adds a new column in a specified position, in views where columns can be added.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Column_|Optional|**Variant**|Specifies the absolute column location. A value of 0 adds a column in the left-most position.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AddProgressLine.md b/api/Project.Application.AddProgressLine.md
index 84e01a20408..6beedbaf105 100644
--- a/api/Project.Application.AddProgressLine.md
+++ b/api/Project.Application.AddProgressLine.md
@@ -23,7 +23,7 @@ Enters interactive progress line mode, enabling the user to manually draw progre
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AddResourcesFromProjectServer.md b/api/Project.Application.AddResourcesFromProjectServer.md
index d03c6fc7ae4..115413275e7 100644
--- a/api/Project.Application.AddResourcesFromProjectServer.md
+++ b/api/Project.Application.AddResourcesFromProjectServer.md
@@ -23,7 +23,7 @@ Opens the ** Build Team** dialog box if you are connected to Project Server and
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AfterCubeBuilt.md b/api/Project.Application.AfterCubeBuilt.md
index 84685f54bca..d1ecb8a4d24 100644
--- a/api/Project.Application.AfterCubeBuilt.md
+++ b/api/Project.Application.AfterCubeBuilt.md
@@ -24,11 +24,11 @@ Occurs when the OLAP cube-building process completes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CubeFileName_|Required|**String**|Name of the cube file.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.Alerts.md b/api/Project.Application.Alerts.md
index ac85f728b1a..064cd695827 100644
--- a/api/Project.Application.Alerts.md
+++ b/api/Project.Application.Alerts.md
@@ -27,11 +27,11 @@ Determines whether alerts appear when a macro runs.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if Project displays error messages when a macro runs. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AppExecute.md b/api/Project.Application.AppExecute.md
index a30c364ba0e..7d113ef30a3 100644
--- a/api/Project.Application.AppExecute.md
+++ b/api/Project.Application.AppExecute.md
@@ -27,14 +27,14 @@ Starts an application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Optional|**String**|The caption of the application to activate.|
| _Command_|Optional|**String**|The command to start the application. Required if **Window** is omitted. If the application is running, **Command** is ignored.|
| _Minimize_|Optional|**Boolean**|**True** if the main window is minimized. The default value is **False**.|
| _Activate_|Optional|**Boolean**|**True** if the application is activated. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AppMaximize.md b/api/Project.Application.AppMaximize.md
index 12acc92f585..6f04ed88638 100644
--- a/api/Project.Application.AppMaximize.md
+++ b/api/Project.Application.AppMaximize.md
@@ -23,7 +23,7 @@ Maximizes the main window.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AppMinimize.md b/api/Project.Application.AppMinimize.md
index 47bb3d9f4ec..3b94c71095c 100644
--- a/api/Project.Application.AppMinimize.md
+++ b/api/Project.Application.AppMinimize.md
@@ -23,7 +23,7 @@ Minimizes the main window.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AppMove.md b/api/Project.Application.AppMove.md
index a4a93427828..d7c946ac2a5 100644
--- a/api/Project.Application.AppMove.md
+++ b/api/Project.Application.AppMove.md
@@ -27,13 +27,13 @@ Moves the main Project window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPosition_|Optional|**Long**|A number that specifies the distance of the main window from the left edge of the screen.|
| _YPosition_|Optional|**Long**|A number that specifies the distance of the main window from the top edge of the screen.|
| _Points_|Optional|**Boolean**|**True** if **XPosition** and **YPosition** are measured in points. **False** if they are measured in pixels. The default value is **False**|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AppRestore.md b/api/Project.Application.AppRestore.md
index b05c6f01c0f..102bb3d5b01 100644
--- a/api/Project.Application.AppRestore.md
+++ b/api/Project.Application.AppRestore.md
@@ -23,7 +23,7 @@ Restores the main window to its previous nonminimized or nonmaximized state.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AppSize.md b/api/Project.Application.AppSize.md
index 2a2631f3e1e..c8730e02962 100644
--- a/api/Project.Application.AppSize.md
+++ b/api/Project.Application.AppSize.md
@@ -27,13 +27,13 @@ Sets the width and height of the main window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Width_|Optional|**Long**|A number that specifies the new width of the main window.|
| _Height_|Optional|**Long**|A number that specifies the new height of the main window.|
| _Points_|Optional|**Boolean**|**True** if **Width** and **Height** are measured in points. **False** if they are measured in pixels. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ApplicationBeforeClose.md b/api/Project.Application.ApplicationBeforeClose.md
index 6ced628f77c..582cbd96fe4 100644
--- a/api/Project.Application.ApplicationBeforeClose.md
+++ b/api/Project.Application.ApplicationBeforeClose.md
@@ -24,11 +24,11 @@ Occurs before Project exits.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Info_|Required|**EventInfo**|**EventInfo.Cancel** is **False** when the event occurs. If the event procedure sets this argument to **True**, Project does not close when the procedure is finished.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.AutoCorrect.md b/api/Project.Application.AutoCorrect.md
index 25b6ac61ba0..4c4ae9b13af 100644
--- a/api/Project.Application.AutoCorrect.md
+++ b/api/Project.Application.AutoCorrect.md
@@ -23,7 +23,7 @@ Displays the **AutoCorrect** dialog box.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AutoFilter.md b/api/Project.Application.AutoFilter.md
index e2653d23d5c..88dde31d4fc 100644
--- a/api/Project.Application.AutoFilter.md
+++ b/api/Project.Application.AutoFilter.md
@@ -23,7 +23,7 @@ Activates or deactivates the AutoFilter feature for the active project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.AutoSaveToGlobal.md b/api/Project.Application.AutoSaveToGlobal.md
index 37f74f2537d..2907931a746 100644
--- a/api/Project.Application.AutoSaveToGlobal.md
+++ b/api/Project.Application.AutoSaveToGlobal.md
@@ -27,11 +27,11 @@ Specifies whether to automatically add new views, field templates, filters, and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OnOff_|Optional|**Variant**|If **True**, automatically save. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BarBoxFormat.md b/api/Project.Application.BarBoxFormat.md
index 1e8015b7def..1d4c1def9f7 100644
--- a/api/Project.Application.BarBoxFormat.md
+++ b/api/Project.Application.BarBoxFormat.md
@@ -23,7 +23,7 @@ Displays the **Format Bar** dialog box (if the Gantt Chart, Resource Graph, or
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BarBoxStyles.md b/api/Project.Application.BarBoxStyles.md
index 2861a40fdba..74e7f926e3b 100644
--- a/api/Project.Application.BarBoxStyles.md
+++ b/api/Project.Application.BarBoxStyles.md
@@ -23,7 +23,7 @@ Displays the **Bar Styles**, **Box Styles**, or **Detail Styles** dialog box, w
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BarRounding.md b/api/Project.Application.BarRounding.md
index ed06c9d3559..52d2f89f780 100644
--- a/api/Project.Application.BarRounding.md
+++ b/api/Project.Application.BarRounding.md
@@ -27,11 +27,11 @@ Controls whether the start times of tasks are reflected by their corresponding t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _On_|Optional|**Boolean**|**True** if bars round to the nearest day. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BaseCalendarCreate.md b/api/Project.Application.BaseCalendarCreate.md
index 5e8c56b689e..ea01e709d08 100644
--- a/api/Project.Application.BaseCalendarCreate.md
+++ b/api/Project.Application.BaseCalendarCreate.md
@@ -27,12 +27,12 @@ Creates a base calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the base calendar to create.|
| _FromName_|Optional|**String**|The name of the base calendar to copy.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BaseCalendarDelete.md b/api/Project.Application.BaseCalendarDelete.md
index 75ff3439ee6..b6083eeb731 100644
--- a/api/Project.Application.BaseCalendarDelete.md
+++ b/api/Project.Application.BaseCalendarDelete.md
@@ -27,11 +27,11 @@ Deletes a base calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|**String**. The name of the base calendar to delete.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BaseCalendarEditDays.md b/api/Project.Application.BaseCalendarEditDays.md
index 70fbf4fe366..cc49319ec5b 100644
--- a/api/Project.Application.BaseCalendarEditDays.md
+++ b/api/Project.Application.BaseCalendarEditDays.md
@@ -27,7 +27,7 @@ Changes one or more days in a base calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|**String**. The name of the base calendar to change.|
| _StartDate_|Optional|**Variant**|The first date to change. If **StartDate** is specified without **EndDate**, that date is the only day affected. If **WeekDay** is specified, **StartDate** is ignored.|
@@ -46,7 +46,7 @@ Changes one or more days in a base calendar.
| _From5_|Optional|**Variant**|The start time of the fifth shift.|
| _To5_|Optional|**Variant**|The end time of the fifth shift.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BaseCalendarRename.md b/api/Project.Application.BaseCalendarRename.md
index 1f75d81713e..56c4f0c9305 100644
--- a/api/Project.Application.BaseCalendarRename.md
+++ b/api/Project.Application.BaseCalendarRename.md
@@ -27,12 +27,12 @@ Renames a base calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FromName_|Required|**String**|**String**. The name of the base calendar to rename.|
| _ToName_|Required|**String**|**String**. The new name of the base calendar.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BaseCalendarReset.md b/api/Project.Application.BaseCalendarReset.md
index 95584b7a984..a59d6fc44b6 100644
--- a/api/Project.Application.BaseCalendarReset.md
+++ b/api/Project.Application.BaseCalendarReset.md
@@ -27,11 +27,11 @@ Resets a base calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|**String**. The name of the base calendar to reset.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BaseCalendars.md b/api/Project.Application.BaseCalendars.md
index aa8bde0f913..fec2cc32ee5 100644
--- a/api/Project.Application.BaseCalendars.md
+++ b/api/Project.Application.BaseCalendars.md
@@ -27,12 +27,12 @@ Displays the **Change Working Time** dialog box, which prompts the user to chan
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**String**|The calendar index number or calendar name.|
| _Locked_|Optional|**Boolean**|**True** if Project disables the **New** and **Options** buttons in the **Change Working Time** dialog box.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BaselineClear.md b/api/Project.Application.BaselineClear.md
index 5d1df8369d8..53352be16a8 100644
--- a/api/Project.Application.BaselineClear.md
+++ b/api/Project.Application.BaselineClear.md
@@ -27,12 +27,12 @@ Clears the baseline data from the baseline fields or clears the data from a **S
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _All_|Optional|**Boolean**|**True** if all tasks in the active project should be cleared. **False** if only the selected tasks should be cleared. The default value is **True**.|
| _From_|Optional|**Long**|The fields to be cleared. The default value is **pjIntoBaseline**. Can be one of the [PjSaveBaselineTo](Project.PjSaveBaselineTo.md) constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BaselineSave.md b/api/Project.Application.BaselineSave.md
index 12c84aa7b88..29ed9d89998 100644
--- a/api/Project.Application.BaselineSave.md
+++ b/api/Project.Application.BaselineSave.md
@@ -27,7 +27,7 @@ Creates a baseline plan.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _All_|Optional|**Boolean**|**True** if the baseline plan is set for all tasks. **False** if the baseline plan is set only for the selected tasks. The default value is **True**.|
| _Copy_|Optional|**Long**| The fields to copy. Can be one of the [PjSaveBaselineFrom](Project.PjSaveBaselineFrom.md) constants.|
@@ -36,7 +36,7 @@ Creates a baseline plan.
| _RollupFromSubtasks_|Optional|**Boolean**|**True** if summary task baseline data are rolled up from subtasks.|
| _SetDefaults_|Optional|**Boolean**|**True** if the values of **RollupToSummaryTasks** or **RollupFromSubtasks** are used as default values for new projects.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxAlign.md b/api/Project.Application.BoxAlign.md
index 1124673558f..0060d5ea6c1 100644
--- a/api/Project.Application.BoxAlign.md
+++ b/api/Project.Application.BoxAlign.md
@@ -27,11 +27,11 @@ Aligns the specified part of the selected boxes in the active Network Diagram vi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Alignment_|Required|**Long**|Specifies which side or portion of a box to use for the alignment. Can be one of the **[PjAlign](Project.PjAlign.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxCellEdit.md b/api/Project.Application.BoxCellEdit.md
index fce60ecc56e..e7d686eeee8 100644
--- a/api/Project.Application.BoxCellEdit.md
+++ b/api/Project.Application.BoxCellEdit.md
@@ -27,7 +27,7 @@ Sets the properties of an individual cell in a data template for a Network Diagr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**| The name of the data template containing the cell to edit.|
| _Cell_|Required|**Long**|The cell to edit. Can be one of the **[PjCell](Project.PjCell.md)** constants.|
@@ -45,7 +45,7 @@ Sets the properties of an individual cell in a data template for a Network Diagr
| _Label_|Optional|**String**|Specifies the cell label.|
| _DateFormat_|Optional|**Long**|Specifies the date format for the cell when **FieldName** is a date field. Can be one of the **[PjDateFormat](Project.PjDateFormat.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxCellEditEx.md b/api/Project.Application.BoxCellEditEx.md
index d404115c6dc..a34d92da73a 100644
--- a/api/Project.Application.BoxCellEditEx.md
+++ b/api/Project.Application.BoxCellEditEx.md
@@ -27,7 +27,7 @@ Sets the properties of an individual cell in a data template for a Network Diagr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**| The name of the data template containing the cell to edit.|
| _Cell_|Required|**Long**|The cell to edit. Can be one of the **[PjCell](Project.PjCell.md)** constants.|
@@ -45,7 +45,7 @@ Sets the properties of an individual cell in a data template for a Network Diagr
| _Label_|Optional|**String**|Specifies the cell label.|
| _DateFormat_|Optional|**Long**|Specifies the date format for the cell when **FieldName** is a date field. Can be one of the **[PjDateFormat](Project.PjDateFormat.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxCellLayout.md b/api/Project.Application.BoxCellLayout.md
index 75f52e138a2..a7843456e53 100644
--- a/api/Project.Application.BoxCellLayout.md
+++ b/api/Project.Application.BoxCellLayout.md
@@ -27,7 +27,7 @@ Sets the cell layout and size properties for a data template in the Network Diag
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|**String**. The name of the data template to edit.|
| _CellRows_|Optional|**Long**|A value from 1 through 4 that specifies the number of rows of cells in the data template.|
@@ -35,7 +35,7 @@ Sets the cell layout and size properties for a data template in the Network Diag
| _CellWidth_|Optional|**Integer**|A value from 100 through 200 that specifies the percentage by which to enlarge the width of the template cells.|
| _MergeCells_|Optional|**Boolean**|**True** if blank cells are merged with the cell to the left.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxDataTemplate.md b/api/Project.Application.BoxDataTemplate.md
index 51607778493..a78da30f0ef 100644
--- a/api/Project.Application.BoxDataTemplate.md
+++ b/api/Project.Application.BoxDataTemplate.md
@@ -27,14 +27,14 @@ Creates, copies, renames, or deletes a data template for a Network Diagram view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the template to edit, create, copy or delete.|
| _action_|Required|**Long**|The operation to perform on the template. Can be one of the following **[PjDataTemplate](Project.PjDataTemplate.md)** constants: **pjDataTemplateCopy**, **pjDataTemplateDelete**, **pjDataTemplateNew**, or **pjDataTemplateRename**.|
| _NewName_|Optional|**String**|Required when specifying a new name for an existing data template (**action** is **pjDataTemplateNew**) or naming a copied data template (**action** is **pjDataTemplateCopy**). If **action** is **pjDataTemplateRename** or **pjDataTemplateDelete**, **NewName** is ignored.|
| _Overwrite_|Optional|**Boolean**|**True** if an existing template should be replaced with one of the same name. If **action** is **pjDataTemplateRename** or **pjDataTemplateDelete**, **Overwrite** is ignored. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxFormat.md b/api/Project.Application.BoxFormat.md
index 589d520d4ab..e3493b9b0d6 100644
--- a/api/Project.Application.BoxFormat.md
+++ b/api/Project.Application.BoxFormat.md
@@ -27,7 +27,7 @@ Formats individual boxes in the Network Diagram view (PERT chart).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectName_|Optional|**String**|The name of the project containing **TaskID** when working with consolidated projects. The default value is the name of the active project.|
| _TaskID_|Optional|**Long**|The identification number of the task represented by the box to change. The default behavior is to change the boxes that represent one or more selected tasks.|
@@ -41,7 +41,7 @@ Formats individual boxes in the Network Diagram view (PERT chart).
| _BackgroundPattern_|Optional|**Long**|The pattern for the background. Can be one of the **[PjBackgroundPattern](Project.PjBackgroundPattern.md)** constants.|
| _Reset_|Optional|**Boolean**|**True** if the box formatting is reset to the default style as shown in the **Box Styles** dialog box. If **Reset** is **True**, all arguments except **ProjectName** and **TaskID** are ignored.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxFormatEx.md b/api/Project.Application.BoxFormatEx.md
index b285b028e78..8022ec674f6 100644
--- a/api/Project.Application.BoxFormatEx.md
+++ b/api/Project.Application.BoxFormatEx.md
@@ -27,7 +27,7 @@ Formats individual boxes in the Network Diagram view (PERT chart), where colors
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectName_|Optional|**String**|The name of the project containing **TaskID** when working with consolidated projects. The default value is the name of the active project.|
| _TaskID_|Optional|**Long**|The identification number of the task represented by the box to change. The default behavior is to change the boxes that represent one or more selected tasks.|
@@ -41,7 +41,7 @@ Formats individual boxes in the Network Diagram view (PERT chart), where colors
| _BackgroundPattern_|Optional|**Long**|The pattern for the background. Can be one of the [PjBackgroundPattern](Project.PjBackgroundPattern.md) constants.|
| _Reset_|Optional|**Boolean**|**True** if the box formatting is reset to the default style as shown in the **Box Styles** dialog box. If **Reset** is **True**, all arguments except **ProjectName** and **TaskID** are ignored.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxGetXPosition.md b/api/Project.Application.BoxGetXPosition.md
index 5f2e1fd7dbe..44cf36b742f 100644
--- a/api/Project.Application.BoxGetXPosition.md
+++ b/api/Project.Application.BoxGetXPosition.md
@@ -27,12 +27,12 @@ Returns the horizontal position of the upper-left corner of a box in the active
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Required|**Long**|The identification number of the task.|
| _ProjectName_|Optional|**String**|If the active project is a consolidated project, specifies the name of the project for the identification number specified by **TaskID**. The default value is the name of the active project.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.BoxGetYPosition.md b/api/Project.Application.BoxGetYPosition.md
index 93215221611..f32df8650e0 100644
--- a/api/Project.Application.BoxGetYPosition.md
+++ b/api/Project.Application.BoxGetYPosition.md
@@ -27,12 +27,12 @@ Returns the vertical position of the upper-left corner of a box in the active Ne
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Required|**Long**|The identification number of the task.|
| _ProjectName_|Optional|**String**|If the active project is a consolidated project, specifies the name of the project for the identification number specified by **TaskID**. The default value is the name of the active project.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.BoxLayout.md b/api/Project.Application.BoxLayout.md
index 63dce2fb9af..cc47ee77bcc 100644
--- a/api/Project.Application.BoxLayout.md
+++ b/api/Project.Application.BoxLayout.md
@@ -27,7 +27,7 @@ Specifies the layout of boxes in the active Network Diagram view (PERT chart).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LayoutMode_|Optional|**Long**|Specifies whether the layout of boxes is controlled automatically or by the user, either with the **LayoutNow** method or through the interface. Can be one of the **[PjLayoutMode](Project.PjLayoutMode.md)** constants.|
| _LayoutScheme_|Optional|**Long**|Specifies box alignment within each row. Can be one of the **[PjLayoutScheme](Project.PjLayoutScheme.md)** constants.|
@@ -46,7 +46,7 @@ Specifies the layout of boxes in the active Network Diagram view (PERT chart).
| _ShowPageBreaks_|Optional|**Boolean**|**True** if page breaks show in the Network Diagram; otherwise, **False**.|
| _ShowIDOnly_|Optional|**Boolean**|**True** if only task ID numbers are displayed. **False** if all the task data fields in Network Diagram boxes are displayed.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxLayoutEx.md b/api/Project.Application.BoxLayoutEx.md
index 52c85036a10..9f6676e2082 100644
--- a/api/Project.Application.BoxLayoutEx.md
+++ b/api/Project.Application.BoxLayoutEx.md
@@ -27,7 +27,7 @@ Specifies the layout of boxes in the active Network Diagram view (PERT chart), w
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LayoutMode_|Optional|**Long**|Specifies whether the layout of boxes is controlled automatically or by the user, either with the **LayoutNow** method or through the interface. Can be one of the **[PjLayoutMode](Project.PjLayoutMode.md)** constants.|
| _LayoutScheme_|Optional|**Long**|Specifies box alignment within each row. Can be one of the **[PjLayoutScheme](Project.PjLayoutScheme.md)** constants.|
@@ -46,7 +46,7 @@ Specifies the layout of boxes in the active Network Diagram view (PERT chart), w
| _ShowPageBreaks_|Optional|**Boolean**|**True** if page breaks show in the Network Diagram; otherwise, **False**.|
| _ShowIDOnly_|Optional|**Boolean**|**True** if only task ID numbers are displayed. **False** if all the task data fields in Network Diagram boxes are displayed.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxLinkLabelsShow.md b/api/Project.Application.BoxLinkLabelsShow.md
index 705fdb0316c..73595ae709c 100644
--- a/api/Project.Application.BoxLinkLabelsShow.md
+++ b/api/Project.Application.BoxLinkLabelsShow.md
@@ -27,11 +27,11 @@ Shows or hides link labels in the active Network Diagram.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if link labels display in the active view. The default value is **True** if link labels are hidden and **False** if they are visible.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxLinkStyleToggle.md b/api/Project.Application.BoxLinkStyleToggle.md
index fb84c44a803..be5b6c60848 100644
--- a/api/Project.Application.BoxLinkStyleToggle.md
+++ b/api/Project.Application.BoxLinkStyleToggle.md
@@ -27,11 +27,11 @@ Toggles the box link style between rectilinear links and straight links.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StraightLinks_|Optional|**Boolean**|**True** if straight links are used. **False** if rectilinear links are used. The default value is to switch the current setting from one style to the other.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxLinks.md b/api/Project.Application.BoxLinks.md
index 33b9814ab01..c9f70829c40 100644
--- a/api/Project.Application.BoxLinks.md
+++ b/api/Project.Application.BoxLinks.md
@@ -27,7 +27,7 @@ Specifies the appearance of link lines in the active Network Diagram view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Optional|**Long**|Specifies the style of link lines. Can be one of the following **[PjLinkStyle](Project.PjLinkStyle.md)** constants: **pjLinkStraight** or **pjLinkRectilinear**.|
| _ShowArrows_|Optional|**Boolean**|**True** if link lines have arrows showing the direction of the link; otherwise, **False**.|
@@ -36,7 +36,7 @@ Specifies the appearance of link lines in the active Network Diagram view.
| _CriticalColor_|Optional|**Long**|The color of link lines between critical tasks. The default value is **pjRed**. Can be one of the **[PjColor](Project.PjColor.md)** constants.|
| _NoncriticalColor_|Optional|**Long**| The color of link lines between noncritical tasks. Can be one of the **[PjColor](Project.PjColor.md)** constants. The default value is **pjBlack**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxLinksEx.md b/api/Project.Application.BoxLinksEx.md
index 15e4a069ef2..33e751f951f 100644
--- a/api/Project.Application.BoxLinksEx.md
+++ b/api/Project.Application.BoxLinksEx.md
@@ -27,7 +27,7 @@ Specifies the appearance of link lines in the active Network Diagram view, where
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Optional|**Long**|Specifies the style of link lines. Can be one of the following **[PjLinkStyle](Project.PjLinkStyle.md)** constants: **pjLinkStraight** or **pjLinkRectilinear**.|
| _ShowArrows_|Optional|**Boolean**|**True** if link lines have arrows showing the direction of the link; otherwise, **False**.|
@@ -36,7 +36,7 @@ Specifies the appearance of link lines in the active Network Diagram view, where
| _CriticalColor_|Optional|**Long**|The color of link lines between critical tasks. Can be a hexadecimal value for the RGB color, where red is the last byte. For example, the value &;HFF0000 is blue and &;H00FFFF is yellow. The default value is 0, which does not change the previous color.|
| _NoncriticalColor_|Optional|**Long**| The color of link lines between noncritical tasks. Can be a hexadecimal value; the default value is 0, which does not change the previous color.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxProgressMarksShow.md b/api/Project.Application.BoxProgressMarksShow.md
index b5349daac31..b9cb1fb0ac1 100644
--- a/api/Project.Application.BoxProgressMarksShow.md
+++ b/api/Project.Application.BoxProgressMarksShow.md
@@ -27,11 +27,11 @@ Shows or hides progress marks in the active Network Diagram.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if progress marks display in the active view. The default value is **True** if progress marks are hidden and **False** if they are visible.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxSet.md b/api/Project.Application.BoxSet.md
index 995263e960d..d36b1adb1e9 100644
--- a/api/Project.Application.BoxSet.md
+++ b/api/Project.Application.BoxSet.md
@@ -27,7 +27,7 @@ Creates, selects, or moves a task in the Network Diagram view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _action_|Optional|**Long**|The operation to perform on the specified task(s). The default value is **pjBoxSelect**. Can be one of the **[PjBoxSet](Project.PjBoxSet.md)** constants.|
| _TaskID_|Optional|**Long**|The identification number of the task. If **action** is **pjBoxCreate**, **TaskID** is ignored.|
@@ -35,7 +35,7 @@ Creates, selects, or moves a task in the Network Diagram view.
| _YPosition_|Optional|**Long**|The vertical position of the task, in pixels. Required if **action** is **pjBoxMoveAbsolute** or **pjBoxMoveRelative**. If **action** is **pjBoxCreate** or **pjBoxMoveAbsolute**, **YPosition** is the absolute vertical position of the upper-left corner of the task. If **action** is **pjBoxMoveRelative**, **YPosition** is the amount to move the task vertically relative to the current position. If **action** is **pjBoxAddToSelection**, **pjBoxSelect**, or **pjBoxUnselect**, **YPosition** is ignored.|
| _ProjectName_|Optional|**String**|If the active project is a consolidated project, specifies the name of the project for the identification number specified by **TaskID**. If **TaskID** is not specified, **ProjectName** is ignored. The default value is the name of the active project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxShowHideFields.md b/api/Project.Application.BoxShowHideFields.md
index 0da36359633..b31ac38503c 100644
--- a/api/Project.Application.BoxShowHideFields.md
+++ b/api/Project.Application.BoxShowHideFields.md
@@ -27,11 +27,11 @@ Shows or hides the task data fields of the active Network Diagram.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if the fields of Network Diagram boxes are displayed in the active Network Diagram. **False** if only task ID numbers are displayed. The default value is **True** if the active Network Diagram isn't showing fields and **False** if it is.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxStylesEdit.md b/api/Project.Application.BoxStylesEdit.md
index d6525917407..06ab9ba2abb 100644
--- a/api/Project.Application.BoxStylesEdit.md
+++ b/api/Project.Application.BoxStylesEdit.md
@@ -27,7 +27,7 @@ Sets the style of boxes in the Network Diagram view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required|**Long**|The box style to change. Can be one of the **[PjBoxStyle](Project.PjBoxStyle.md)** constants.|
| _DataTemplate_|Optional|**String**|The name of the data template to use for the style.|
@@ -39,7 +39,7 @@ Sets the style of boxes in the Network Diagram view.
| _BackgroundColor_|Optional|**Long**|The color of the box background. Can be one of the **[PjColor](Project.PjColor.md)** constants.|
| _BackgroundPattern_|Optional|**Long**|The pattern for the background. Can be one of the **[PjBackgroundPattern](Project.PjBackgroundPattern.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxStylesEditEx.md b/api/Project.Application.BoxStylesEditEx.md
index 29c2339b60d..b4356be5c80 100644
--- a/api/Project.Application.BoxStylesEditEx.md
+++ b/api/Project.Application.BoxStylesEditEx.md
@@ -27,7 +27,7 @@ Sets the style of boxes in the Network Diagram view, where colors can be hexadec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required|**Long**|The box style to change. Can be one of the **[PjBoxStyle](Project.PjBoxStyle.md)** constants.|
| _DataTemplate_|Optional|**String**|The name of the data template to use for the style.|
@@ -39,7 +39,7 @@ Sets the style of boxes in the Network Diagram view, where colors can be hexadec
| _BackgroundColor_|Optional|**Long**|The color of the box background. Can be a hexadecimal value for the RGB color.|
| _BackgroundPattern_|Optional|**Long**|The pattern for the background. Can be one of the [PjBackgroundPattern](Project.PjBackgroundPattern.md) constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.BoxZoom.md b/api/Project.Application.BoxZoom.md
index 2667a87ad1b..07604c3ca6d 100644
--- a/api/Project.Application.BoxZoom.md
+++ b/api/Project.Application.BoxZoom.md
@@ -27,12 +27,12 @@ Zooms in to or out from the Network Diagram.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Percent_|Optional|**Variant**|The percentage?between 25 and 400?to reduce or enlarge the Network Diagram. If **Entire** is **True**, **Percent** is ignored.|
| _Entire_|Optional|**Boolean**|**True** if the Network Diagram resizes to fit the entire project onto the screen, within the same limits described for **Percent**. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CacheSettings.md b/api/Project.Application.CacheSettings.md
index 1781b106399..1719d64dc14 100644
--- a/api/Project.Application.CacheSettings.md
+++ b/api/Project.Application.CacheSettings.md
@@ -23,7 +23,7 @@ Displays the **Cache Settings** dialog box. Available in Project Professional o
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CacheStatus.md b/api/Project.Application.CacheStatus.md
index 937e67ce69f..35a150b0b06 100644
--- a/api/Project.Application.CacheStatus.md
+++ b/api/Project.Application.CacheStatus.md
@@ -23,7 +23,7 @@ Displays the **Cache Status** dialog box. Available in Project Professional onl
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalculateAll.md b/api/Project.Application.CalculateAll.md
index 2c01aac6853..0f230448985 100644
--- a/api/Project.Application.CalculateAll.md
+++ b/api/Project.Application.CalculateAll.md
@@ -23,7 +23,7 @@ Calculates all open projects.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalculateProject.md b/api/Project.Application.CalculateProject.md
index c1ef49e521f..a3cf2708060 100644
--- a/api/Project.Application.CalculateProject.md
+++ b/api/Project.Application.CalculateProject.md
@@ -23,7 +23,7 @@ Calculates the active project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarBarStyles.md b/api/Project.Application.CalendarBarStyles.md
index b4ef5727d34..632cca30b61 100644
--- a/api/Project.Application.CalendarBarStyles.md
+++ b/api/Project.Application.CalendarBarStyles.md
@@ -27,11 +27,11 @@ Turns bar rounding on or off in the Calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BarRounding_|Optional|**Boolean**|**True** if bars in the Calendar round to midnight if their start times are less than or equal to the default start time, or if their end times are greater than or equal to the default end time. If **BarRounding** is omitted, the **Bar Styles** dialog box appears.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarBarStylesEdit.md b/api/Project.Application.CalendarBarStylesEdit.md
index c3f33b20499..623dcb5213e 100644
--- a/api/Project.Application.CalendarBarStylesEdit.md
+++ b/api/Project.Application.CalendarBarStylesEdit.md
@@ -27,7 +27,7 @@ Changes the style of the specified type of bar in the Calendar view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**Long**|The type of calendar bar style to edit. Can be one of the following **[PjBarItem](Project.PjBarItem.md)** constants: **pjBarNonCritical**, **pjBarCritical**, **pjBarSummary**, **pjBarMilestone**, **pjBarMarked**, **pjBarHighlighted**, **pjBarProjectSummary**, or **pjBarExternalTask**.|
| _Bar_|Optional|**Long**|The bar type. Can be one of the following **[PjCalendarBarType](Project.PjCalendarBarType.md)** constants: **pjNormalBar**, **pjLineBar**, or **pjNoBar**.|
@@ -43,7 +43,7 @@ Changes the style of the specified type of bar in the Calendar view.
| _Field5_|Optional|**String**|The fifth field to display in the bar.|
| _SplitPattern_|Optional|**Long**|The line pattern used to display split tasks. Can be one of the following **[PjLineType](Project.PjLineType.md)** constants: **pjNoLines**, **pjDash**, **pjCloseDot**, **pjContinuous**, or **pjDot**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarBarStylesEditEx.md b/api/Project.Application.CalendarBarStylesEditEx.md
index e479e19bdbc..c44082d55e8 100644
--- a/api/Project.Application.CalendarBarStylesEditEx.md
+++ b/api/Project.Application.CalendarBarStylesEditEx.md
@@ -27,7 +27,7 @@ Changes the style of the specified type of bar in the Calendar view, where _Col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**Long**|The type of calendar bar style to edit. Can be one of the following **[PjBarItem](Project.PjBarItem.md)** constants: **pjBarNonCritical**, **pjBarCritical**, **pjBarSummary**, **pjBarMilestone**, **pjBarMarked**, **pjBarHighlighted**, **pjBarProjectSummary**, or **pjBarExternalTask**.|
| _Bar_|Optional|**Long**|The bar type. Can be one of the following **[PjCalendarBarType](Project.PjCalendarBarType.md)** constants: **pjNormalBar**, **pjLineBar**, or **pjNoBar**.|
@@ -43,7 +43,7 @@ Changes the style of the specified type of bar in the Calendar view, where _Col
| _Field5_|Optional|**String**|The fifth field to display in the bar.|
| _SplitPattern_|Optional|**Long**|The line pattern used to display split tasks. Can be one of the following **[PjLineType](Project.PjLineType.md)** constants: **pjNoLines**, **pjDash**, **pjCloseDot**, **pjContinuous**, or **pjDot**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarBestFitWeekHeight.md b/api/Project.Application.CalendarBestFitWeekHeight.md
index 2b95c1c194d..8b7a618d567 100644
--- a/api/Project.Application.CalendarBestFitWeekHeight.md
+++ b/api/Project.Application.CalendarBestFitWeekHeight.md
@@ -23,7 +23,7 @@ Changes the height of the active calendar box to display all task bars.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarDateBoxes.md b/api/Project.Application.CalendarDateBoxes.md
index d11bc396099..131495f8b7d 100644
--- a/api/Project.Application.CalendarDateBoxes.md
+++ b/api/Project.Application.CalendarDateBoxes.md
@@ -27,7 +27,7 @@ Customizes the top and bottom bands of date boxes in the Calendar view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TopLeft_|Optional|**Long**|The format for dates in the upper-left corner of each date box. Can be one of the **[PjCalendarDateLabel](Project.PjCalendarDateLabel.md)** constants.|
| _TopRight_|Optional|**Long**|The format for dates in the upper-right corner of each date box. Can be one of the **PjCalendarDateLabel** constants.|
@@ -38,7 +38,7 @@ Customizes the top and bottom bands of date boxes in the Calendar view.
| _TopPattern_|Optional|**Long**|The pattern of the top band in each date box. Can be one of the **[PjFillPattern](Project.PjFillPattern.md)** constants.|
| _BottomPattern_|Optional|**Long**|The pattern of the bottom band in each date box. Can be one of the **PjFillPattern** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarDateBoxesEx.md b/api/Project.Application.CalendarDateBoxesEx.md
index 1ec6d015011..aafb3cb3091 100644
--- a/api/Project.Application.CalendarDateBoxesEx.md
+++ b/api/Project.Application.CalendarDateBoxesEx.md
@@ -27,7 +27,7 @@ Customizes the top and bottom bands of date boxes in the Calendar view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TopLeft_|Optional|**Long**|The format for dates in the upper-left corner of each date box. Can be one of the **[PjCalendarDateLabel](Project.PjCalendarDateLabel.md)** constants.|
| _TopRight_|Optional|**Long**|The format for dates in the upper-right corner of each date box. Can be one of the **PjCalendarDateLabel** constants.|
@@ -38,7 +38,7 @@ Customizes the top and bottom bands of date boxes in the Calendar view.
| _TopPattern_|Optional|**Long**|The pattern of the top band in each date box. Can be one of the **[PjFillPattern](Project.PjFillPattern.md)** constants.|
| _BottomPattern_|Optional|**Long**|The pattern of the bottom band in each date box. Can be one of the **PjFillPattern** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarDateShading.md b/api/Project.Application.CalendarDateShading.md
index dda92fb3f26..5b8a261d31a 100644
--- a/api/Project.Application.CalendarDateShading.md
+++ b/api/Project.Application.CalendarDateShading.md
@@ -27,13 +27,13 @@ Determines which calendar is used when determining when and how dates are shaded
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BaseCalendarName_|Optional|**String**|If referring to a single project, or the master project in a consolidated project, the name of a base calendar to use for shading. If referring to an subproject in a consolidated project, the name of a base calendar and the name of the subproject in the manner of " **Calendar** [ **Project** ]", where **Calendar** is the name of the base calendar and **Project** is the name of the subproject.|
| _ResourceUniqueID_|Optional|**Long**|The unique identification number of a resource. The corresponding resource calendar is used for shading.|
| _ProjectIndex_|Optional|**Variant**|Due to changes in the Project object model, this argument no longer has an effect. It has been retained for backward compatibility.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarDateShadingEdit.md b/api/Project.Application.CalendarDateShadingEdit.md
index 8b0f45b5f7c..06061c94356 100644
--- a/api/Project.Application.CalendarDateShadingEdit.md
+++ b/api/Project.Application.CalendarDateShadingEdit.md
@@ -27,13 +27,13 @@ Changes the background color and pattern of date boxes in the Calendar view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**Long**|The type of calendar day to change. Can be one of the **[PjCalendarShading](Project.PjCalendarShading.md)** constants.|
| _Pattern_|Optional|**Long**|The pattern for the type of date box specified by **Item**. Can be one of the **[PjFillPattern](Project.PjFillPattern.md)** constants.|
| _Color_|Optional|**Long**|The color for the type of date box specified by **Item**. Can be one of the **[PjColor](Project.PjColor.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarDateShadingEditEx.md b/api/Project.Application.CalendarDateShadingEditEx.md
index e67e1402a56..03c10a1591b 100644
--- a/api/Project.Application.CalendarDateShadingEditEx.md
+++ b/api/Project.Application.CalendarDateShadingEditEx.md
@@ -27,13 +27,13 @@ Changes the background color and pattern of date boxes in the Calendar view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**Long**|The type of calendar day to change. Can be one of the **[PjCalendarShading](Project.PjCalendarShading.md)** constants.|
| _Pattern_|Optional|**Long**|The pattern for the type of date box specified by **Item**. Can be one of the **[PjFillPattern](Project.PjFillPattern.md)** constants.|
| _Color_|Optional|**Long**|The color for the type of date box specified by **Item**. Can be a hexadecimal value for the RGB color, where red is the last byte. For example, the value &;HFF0000 is blue and &;H00FFFF is yellow.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarLayout.md b/api/Project.Application.CalendarLayout.md
index 95335c27ca9..1477754d6a3 100644
--- a/api/Project.Application.CalendarLayout.md
+++ b/api/Project.Application.CalendarLayout.md
@@ -27,12 +27,12 @@ Changes how task bars are arranged on the Calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SortOrder_|Optional|**Boolean**|**True** if tasks are displayed in the Calendar using the current sort order. **False** if the sort order changes to display as many tasks as possible. The default value is **True**.|
| _AutoLayout_|Optional|**Boolean**|**True** if the Calendar view automatically changes to reflect task changes.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarShowBarSplits.md b/api/Project.Application.CalendarShowBarSplits.md
index 51edaadbca1..b8cb053a8aa 100644
--- a/api/Project.Application.CalendarShowBarSplits.md
+++ b/api/Project.Application.CalendarShowBarSplits.md
@@ -27,11 +27,11 @@ Shows or hides task splits on the Calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Display_|Optional|**Boolean**|**True** if task splits appear on the Calendar. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarTaskList.md b/api/Project.Application.CalendarTaskList.md
index df1abe01d84..be3a256043d 100644
--- a/api/Project.Application.CalendarTaskList.md
+++ b/api/Project.Application.CalendarTaskList.md
@@ -27,11 +27,11 @@ Displays the list of tasks for a specific date.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Optional|**Variant**|The date of the desired day. The default value is the date of the currently selected day in the Calendar.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarTimescale.md b/api/Project.Application.CalendarTimescale.md
index 9074d1e8b72..5837131bc1e 100644
--- a/api/Project.Application.CalendarTimescale.md
+++ b/api/Project.Application.CalendarTimescale.md
@@ -23,7 +23,7 @@ Displays the **Timescale** dialog box, which allows the user to customize the C
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CalendarWeekHeadingsEx.md b/api/Project.Application.CalendarWeekHeadingsEx.md
index ac912603fa4..4e886d680c7 100644
--- a/api/Project.Application.CalendarWeekHeadingsEx.md
+++ b/api/Project.Application.CalendarWeekHeadingsEx.md
@@ -27,7 +27,7 @@ Customizes headings in the Calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MonthTitle_|Optional|**Long**|The format of the month title. Can be one of the [PjMonthLabel](Project.PjMonthLabel.md) constants.|
| _WeekTitle_|Optional|**Long**|The format of week titles. Can be one of the [PjDateLabel](Project.PjDateLabel.md) constants.|
@@ -36,7 +36,7 @@ Customizes headings in the Calendar.
| _DaysPerWeek_|Optional|**Integer**|The number of days per week to display. Can be set to 5 or 7.|
| _ShowTitleBeginningEndDates_|Optional|**Boolean**|**True** if the beginning and end date titles are shown.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ChangeColumnDataType.md b/api/Project.Application.ChangeColumnDataType.md
index fe2db47b35d..d1e2d545e39 100644
--- a/api/Project.Application.ChangeColumnDataType.md
+++ b/api/Project.Application.ChangeColumnDataType.md
@@ -27,12 +27,12 @@ Changes the data type of a local custom field column in a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**PjFieldTypes**|Specifies the type of the custom field data. The value can be one of the **[PjFieldTypes](Project.PjFieldTypes.md)** constants. The default value is 0 (**pjCostField**).|
| _Column_|Optional|**Variant**|Specifies the absolute column location. A value of 0 changes the data type of a column in the left-most position, if that column is a local custom field. If the first column is locked, the left-most position is the first column after the locked column. The default value is the selected column.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ChangeStatusDate.md b/api/Project.Application.ChangeStatusDate.md
index a5031b98ad4..1994b76045c 100644
--- a/api/Project.Application.ChangeStatusDate.md
+++ b/api/Project.Application.ChangeStatusDate.md
@@ -27,11 +27,11 @@ Changes the project status date.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Optional|**Variant**|New date for the project status date.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ChangeWorkingTimeEx.md b/api/Project.Application.ChangeWorkingTimeEx.md
index 9f87e5a9bf4..ba80268ebb1 100644
--- a/api/Project.Application.ChangeWorkingTimeEx.md
+++ b/api/Project.Application.ChangeWorkingTimeEx.md
@@ -27,14 +27,14 @@ Displays the **Change Working Time** dialog box, which prompts the user to chan
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CalendarName_|Optional|**String**|The name of the calendar.|
| _Locked_|Optional|**Boolean**|**True** if Project disables the **New** and **Options** buttons in the **Change Working Time** dialog box. The default value is **False**.|
| _SelectedDate_|Optional|**Variant**||
| _ProjectName_|Optional|**Variant**|Name of the project to change. The default is the active project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CheckField.md b/api/Project.Application.CheckField.md
index e2ff791183d..3236291a36e 100644
--- a/api/Project.Application.CheckField.md
+++ b/api/Project.Application.CheckField.md
@@ -25,7 +25,7 @@ ms.date: 06/08/2017
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**String**|The name of the field to search.|
| _Value_|Required|**String**|The value to compare with the value of the field specified with **Field**.|
diff --git a/api/Project.Application.CheckIn.md b/api/Project.Application.CheckIn.md
index 81ae7d02a13..b86b2dad752 100644
--- a/api/Project.Application.CheckIn.md
+++ b/api/Project.Application.CheckIn.md
@@ -27,13 +27,13 @@ Checks in the active project file if it is stored in a SharePoint library.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fSaveChanges_|Optional|**Boolean**|**True** saves changes and checks in the project document. **False** returns the document to a checked-in status without saving revision.|
| _Comments_|Optional|**String**| Allows the user to enter check-in comments for the revision of the project being checked in (applies only if fSaveChanges equals **True**).|
| _fMakePublic_|Optional|**Boolean**|**True** allows the user to publish the project after it has been checked in. This submits the project for the approval process, which can eventually result in a version of the project being published to users with read-only rights to the project (applies only if fSaveChanges equals **True**).|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CheckOut.md b/api/Project.Application.CheckOut.md
index 18af990ca55..3778cb984d5 100644
--- a/api/Project.Application.CheckOut.md
+++ b/api/Project.Application.CheckOut.md
@@ -23,7 +23,7 @@ Checks out the active project file if it is stored in a SharePoint library.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CheckResourceErrors.md b/api/Project.Application.CheckResourceErrors.md
index 1fec6cd03a9..498435e5247 100644
--- a/api/Project.Application.CheckResourceErrors.md
+++ b/api/Project.Application.CheckResourceErrors.md
@@ -27,13 +27,13 @@ Checks for errors when resources are imports to the enterprise, or when enterpri
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LocalRUID_|Optional|**Variant**|Local resource IDs that are to be checked for errors. (Example: "1, 5, 6, 7, 12".) If **null**, all local resources are checked (unless CheckEnterprise is **True**).|
| _ResetImport_|Optional|**Boolean**|Reset the import column to **True** for the local resources that are being checked for errors.|
| _CheckEnterprise_|Optional|**Boolean**|If **True**, check enterprise resources only.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CheckTaskErrors.md b/api/Project.Application.CheckTaskErrors.md
index 331d464760c..113e2e3f6e2 100644
--- a/api/Project.Application.CheckTaskErrors.md
+++ b/api/Project.Application.CheckTaskErrors.md
@@ -27,11 +27,11 @@ Checks the task to ensure that required custom fields are filled and that the ca
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Optional|**Variant**|TaskID for the task or **null**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CleanupCache.md b/api/Project.Application.CleanupCache.md
index 19329fde55e..0804a1a6fef 100644
--- a/api/Project.Application.CleanupCache.md
+++ b/api/Project.Application.CleanupCache.md
@@ -23,7 +23,7 @@ Displays the **Cleanup Cache** dialog box. Available only in Project Profession
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CleanupProjectFromCache.md b/api/Project.Application.CleanupProjectFromCache.md
index ebe41689b4f..28ac4629eac 100644
--- a/api/Project.Application.CleanupProjectFromCache.md
+++ b/api/Project.Application.CleanupProjectFromCache.md
@@ -27,11 +27,11 @@ Deletes the specified project file from the local cache. Available only in Proje
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Optional|**String**|Name of the project file to delete from the cache.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Project.Application.ClearConstraint.md b/api/Project.Application.ClearConstraint.md
index 510ca22fbd5..fe2f0f71861 100644
--- a/api/Project.Application.ClearConstraint.md
+++ b/api/Project.Application.ClearConstraint.md
@@ -27,11 +27,11 @@ Clears the constraint on a specified task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Required|**Long**|Identification number of the task.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CloseComparison.md b/api/Project.Application.CloseComparison.md
index 5867cbfe5af..50889f28a62 100644
--- a/api/Project.Application.CloseComparison.md
+++ b/api/Project.Application.CloseComparison.md
@@ -23,7 +23,7 @@ Closes the project version comparison report.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ColumnAlignment.md b/api/Project.Application.ColumnAlignment.md
index 99634c4b0d2..e04d00bedee 100644
--- a/api/Project.Application.ColumnAlignment.md
+++ b/api/Project.Application.ColumnAlignment.md
@@ -27,11 +27,11 @@ Sets the alignment of text in the active columns.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Align_|Required|**Long**|The alignment of text in the active columns. Can be one of the following **PjAlignment** constants: **pjLeft**, **pjCenter**, or **pjRight**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ColumnBestFit.md b/api/Project.Application.ColumnBestFit.md
index c1f9609b377..fd0f25147c5 100644
--- a/api/Project.Application.ColumnBestFit.md
+++ b/api/Project.Application.ColumnBestFit.md
@@ -27,11 +27,11 @@ Sets the width of a column to the width of its widest item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Column_|Optional|**Long**|A number that specifies the column to adjust. Columns are numbered from left to right, starting with 1. If **Column** is omitted, Project adjusts the width of the column that contains the active cell.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ColumnDelete.md b/api/Project.Application.ColumnDelete.md
index eb53cf65e33..446d0f3f4d3 100644
--- a/api/Project.Application.ColumnDelete.md
+++ b/api/Project.Application.ColumnDelete.md
@@ -23,7 +23,7 @@ Deletes the active column or the column containing the active cell from the view
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ColumnEdit.md b/api/Project.Application.ColumnEdit.md
index c2f9bec5a33..1bddc7e15fd 100644
--- a/api/Project.Application.ColumnEdit.md
+++ b/api/Project.Application.ColumnEdit.md
@@ -27,11 +27,11 @@ Displays the **Column Definition** dialog box for the specified column.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Column_|Optional|**Integer**|The number of the column to change. The default value is the number of the active column.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ColumnInsert.md b/api/Project.Application.ColumnInsert.md
index e0820e530ef..d7f3b147f0d 100644
--- a/api/Project.Application.ColumnInsert.md
+++ b/api/Project.Application.ColumnInsert.md
@@ -23,7 +23,7 @@ Inserts a column to the left of the active column, and then displays the **Fiel
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ComAddInsDialog.md b/api/Project.Application.ComAddInsDialog.md
index 9032d3d1ca2..8ef51d43dde 100644
--- a/api/Project.Application.ComAddInsDialog.md
+++ b/api/Project.Application.ComAddInsDialog.md
@@ -23,7 +23,7 @@ Displays the **COM Add-Ins** dialog box, which lists any COM add-ins available
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CommitmentsPane.md b/api/Project.Application.CommitmentsPane.md
index 77132f7dcb8..d7bd41cc07e 100644
--- a/api/Project.Application.CommitmentsPane.md
+++ b/api/Project.Application.CommitmentsPane.md
@@ -23,7 +23,7 @@ Opens the **Deliverables** pane. Available only in Project Professional.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CompareProjectVersions.md b/api/Project.Application.CompareProjectVersions.md
index 1860b12128c..c064fd11533 100644
--- a/api/Project.Application.CompareProjectVersions.md
+++ b/api/Project.Application.CompareProjectVersions.md
@@ -23,7 +23,7 @@ Displays the **Compare Project Versions** dialog box to compare two versions of
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CompareProjectsLegendToggle.md b/api/Project.Application.CompareProjectsLegendToggle.md
index bee1b422d6f..4c688db3eb6 100644
--- a/api/Project.Application.CompareProjectsLegendToggle.md
+++ b/api/Project.Application.CompareProjectsLegendToggle.md
@@ -23,7 +23,7 @@ Shows or hides the legend in a project version comparison report.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ConnectionStatusChanged.md b/api/Project.Application.ConnectionStatusChanged.md
index 71993819768..4f1163d199a 100644
--- a/api/Project.Application.ConnectionStatusChanged.md
+++ b/api/Project.Application.ConnectionStatusChanged.md
@@ -24,11 +24,11 @@ Occurs when the status of the connection with Project Server changes. Available
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _online_|Required|**Boolean**|**True** if Project Professional is connected with Project Server; otherwise, **False**.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ConsolidateProjects.md b/api/Project.Application.ConsolidateProjects.md
index df325ab981f..cb1dca1c948 100644
--- a/api/Project.Application.ConsolidateProjects.md
+++ b/api/Project.Application.ConsolidateProjects.md
@@ -27,7 +27,7 @@ Displays the data from one or more projects in a single window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filenames_|Optional|**String**|One or more file names of projects to consolidate.|
| _NewWindow_|Optional|**Boolean**|**True** if projects are inserted (consolidated) into a new project. **False** if projects are inserted into the active project at the selection point. The default value is **False**.|
@@ -38,7 +38,7 @@ Displays the data from one or more projects in a single window.
| _UserID_|Optional|**Variant**| A user ID to use when accessing a project in a database. If Filenames does not refer to a database, **UserID** is ignored.|
| _Password_|Optional|**String**|A password to use when opening password-protected project files. If Password is incorrect or omitted and a file requires a password, the user is prompted for the password.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ConvertHangulToHanja.md b/api/Project.Application.ConvertHangulToHanja.md
index 5887eea505c..ac3438ab0e1 100644
--- a/api/Project.Application.ConvertHangulToHanja.md
+++ b/api/Project.Application.ConvertHangulToHanja.md
@@ -23,7 +23,7 @@ Converts all Hangul characters to Hanja and all Hanja characters to Hangul in th
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CreateComparisonReport.md b/api/Project.Application.CreateComparisonReport.md
index 748f93b848b..b7a8d1b299f 100644
--- a/api/Project.Application.CreateComparisonReport.md
+++ b/api/Project.Application.CreateComparisonReport.md
@@ -27,7 +27,7 @@ Creates a comparison report between two versions of a project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Optional|**String**|Full path and name of the project file to compare.|
| _TaskTable_|Optional|**String**|Name of the table to use for comparison in a task view.|
@@ -36,7 +36,7 @@ Creates a comparison report between two versions of a project.
| _Columns_|Optional|**[PjCompareVersionColumns](Project.PjCompareVersionColumns.md)**|Specifies whether to show only column data, only column differences, or both differences and data.|
| _ShowLegend_|Optional|**Variant**|If **True**, shows the legend in the comparison report.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CreateEnterpriseCalendar.md b/api/Project.Application.CreateEnterpriseCalendar.md
index 310ab4ad824..a249b33d0cc 100644
--- a/api/Project.Application.CreateEnterpriseCalendar.md
+++ b/api/Project.Application.CreateEnterpriseCalendar.md
@@ -23,7 +23,7 @@ Creates an enterprise calendar. Available in Project Professional only.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldDelete.md b/api/Project.Application.CustomFieldDelete.md
index bec49c5f6d4..29c409523e1 100644
--- a/api/Project.Application.CustomFieldDelete.md
+++ b/api/Project.Application.CustomFieldDelete.md
@@ -27,11 +27,11 @@ Deletes the specified custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**Long**|A value representing a **[PjField](Project.PjField.md)** constant.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldGetFormula.md b/api/Project.Application.CustomFieldGetFormula.md
index dc070c13861..aa7c2f8f90b 100644
--- a/api/Project.Application.CustomFieldGetFormula.md
+++ b/api/Project.Application.CustomFieldGetFormula.md
@@ -27,11 +27,11 @@ Returns the formula associated with a custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the [PjCustomField](Project.PjCustomField.md) constants.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Application.CustomFieldGetName.md b/api/Project.Application.CustomFieldGetName.md
index b05ba70b7be..407a39228fb 100644
--- a/api/Project.Application.CustomFieldGetName.md
+++ b/api/Project.Application.CustomFieldGetName.md
@@ -24,11 +24,11 @@ Returns the friendly name for a custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Application.CustomFieldIndicatorAdd.md b/api/Project.Application.CustomFieldIndicatorAdd.md
index b9f56c3d17c..d72b5e64bed 100644
--- a/api/Project.Application.CustomFieldIndicatorAdd.md
+++ b/api/Project.Application.CustomFieldIndicatorAdd.md
@@ -27,7 +27,7 @@ Creates a test condition against the value of a custom field to determine which
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Test_|Required|**Long**|The type of comparison to perform between **Value** and the custom field specified by **FieldID**. Can be one of the **[PjComparison](Project.PjComparison.md)** constants.|
@@ -36,7 +36,7 @@ Creates a test condition against the value of a custom field to determine which
| _CriteriaList_|Optional|**Long**|The criteria list to which the test condition should be added. Can be one of the **[PjCriteriaList](Project.PjCriteriaList.md)** constants. The default value is **pjCriteriaNonSummary**.|
| _Index_|Optional|**Integer**|The position to add the test condition in the list specified by **CriteriaList**. Tests are evaluated in ascending **Index** order. If **Index** is n + 2 or greater, where n is the number of existing tests, the test is added at n + 1. The default value is n + 1.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldIndicatorDelete.md b/api/Project.Application.CustomFieldIndicatorDelete.md
index 4556cda371d..57b2e32d4ef 100644
--- a/api/Project.Application.CustomFieldIndicatorDelete.md
+++ b/api/Project.Application.CustomFieldIndicatorDelete.md
@@ -27,13 +27,13 @@ Removes a test condition from a custom field graphical indicator criteria list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Index_|Required|**Integer**|The position of the test condition to delete from the list specified by **CriteriaList**.|
| _CriteriaList_|Optional|**Long**|The criteria list containing the test condition to be deleted. Can be one of the following **PjCriteriaList** constants: **pjCriteriaNonSummary**, **pjCriteriaSummary**, or **pjCriteriaProjectSummary**. The default value is **pjCriteriaNonSummary**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldIndicators.md b/api/Project.Application.CustomFieldIndicators.md
index 0da0be22444..3e7fb96038e 100644
--- a/api/Project.Application.CustomFieldIndicators.md
+++ b/api/Project.Application.CustomFieldIndicators.md
@@ -27,14 +27,14 @@ Sets options for graphical indicators for a custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _SummaryInheritsNonsummary_|Optional|**Boolean**|**True** if summary rows use the same test criteria for displaying graphical indicators and use the same images as nonsummary rows. **False** if graphical indicators for summary rows are based on a different set of comparison tests and values and use different images than nonsummary rows.|
| _ProjectInheritsSummary_|Optional|**Boolean**|**True** if the project summary row uses the same test criteria for displaying graphical indicators and uses the same images as summary rows. **False** if graphical indicators for the project summary row are based on a different set of comparison tests and values and use different images than other summary rows.|
| _ShowToolTips_|Optional|**Boolean**|**True** if pausing the mouse over a graphical indicator in a custom field displays a tooltip with the actual data for the custom field.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldMappingDialog.md b/api/Project.Application.CustomFieldMappingDialog.md
index f50bf54c989..1eaa3b7e508 100644
--- a/api/Project.Application.CustomFieldMappingDialog.md
+++ b/api/Project.Application.CustomFieldMappingDialog.md
@@ -27,11 +27,11 @@ Returns **True** if custom task fields can be imported by using a mapping dialo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskCustomFields_|Optional|**Variant**|Imports custom task fields.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldPropertiesEx.md b/api/Project.Application.CustomFieldPropertiesEx.md
index 38a2205f166..0f37c9ae8ca 100644
--- a/api/Project.Application.CustomFieldPropertiesEx.md
+++ b/api/Project.Application.CustomFieldPropertiesEx.md
@@ -27,7 +27,7 @@ Sets attributes associated with a custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Attribute_|Optional|**Long**|The attribute to associate with the field specified with FieldID. Can be one of the following **[PjCustomFieldAttribute](Project.PjCustomFieldAttribute.md)** constants: **pjFieldAttributeNone**, **pjFieldAttributeFormula**, or **pjFieldAttributeValueList**.|
@@ -36,7 +36,7 @@ Sets attributes associated with a custom field.
| _Required_|Optional|**Boolean**|**True** if the custom field is required.|
| _AutomaticallyRolldownToAssn_|Optional|**Boolean**|True if the custom field automatically rolls down to assignments.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldRename.md b/api/Project.Application.CustomFieldRename.md
index 081d8a03dc4..a1794858f13 100644
--- a/api/Project.Application.CustomFieldRename.md
+++ b/api/Project.Application.CustomFieldRename.md
@@ -27,13 +27,13 @@ Defines a friendly name for a custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The field to be renamed. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _NewName_|Optional|**String**|The friendly name for the custom field. A value of **Null** removes the friendly name.|
| _Phonetic_|Optional|**String**|The phonetic equivalent of the friendly name. The Phonetic argument is ignored unless the Japanese version of Project is used.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldSetFormula.md b/api/Project.Application.CustomFieldSetFormula.md
index a31e41068d1..0137d749de1 100644
--- a/api/Project.Application.CustomFieldSetFormula.md
+++ b/api/Project.Application.CustomFieldSetFormula.md
@@ -27,12 +27,12 @@ Specifies a formula to use when assigning a value to a custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Formula_|Optional|**String**|The formula to use to assign a value for the custom field. The value specified with **Formula** functions as the right side of an equation that the field specified with **FieldID** should equal. To specify a field as part of the formula, enclose the field name in brackets, as in "[Actual Cost] * 2". If a macro will be run in more than one language, any field specified in **Formula** must use the name localized for each language.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldValueList.md b/api/Project.Application.CustomFieldValueList.md
index a7ed924935e..b8f9fa95f4e 100644
--- a/api/Project.Application.CustomFieldValueList.md
+++ b/api/Project.Application.CustomFieldValueList.md
@@ -27,7 +27,7 @@ Sets options for a value list for a custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _ListDefault_|Optional|**Boolean**|**True** if a value in the list functions as the default for the custom field.|
@@ -37,7 +37,7 @@ Sets options for a value list for a custom field.
| _PromptOnNew_|Optional|**Boolean**|**True** if the user is prompted to confirm that a new value is to be added to the list. If **AppendNew** is **False**, **PromptOnNew** is ignored.|
| _DisplayOrder_|Optional|**Long**|The order in which the items in a value list are displayed in the drop-down list for a cell. Can be one of the following **PjListOrder** constants: **pjListOrderDefault**, **pjListOrderAscending**, or **pjListOrderDescending**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldValueListAdd.md b/api/Project.Application.CustomFieldValueListAdd.md
index cd359cad8ef..16d0dcd6c5f 100644
--- a/api/Project.Application.CustomFieldValueListAdd.md
+++ b/api/Project.Application.CustomFieldValueListAdd.md
@@ -27,7 +27,7 @@ Adds an item to the value list for a custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Value_|Optional|**String**|The value to add to the list.|
@@ -36,7 +36,7 @@ Adds an item to the value list for a custom field.
| _Index_|Optional|**Integer**|The position to add the item specified with **Value**, relative to other items in the value list. If **Index** is n + 2 or greater, where n is the number of existing items, the item is added at n + 1. The default value is n + 1.|
| _FieldDefault_|Optional|**Boolean**|**True** if the value specified with **Value** functions as the default for the custom field. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldValueListDelete.md b/api/Project.Application.CustomFieldValueListDelete.md
index 6f41061cf22..239a95cd648 100644
--- a/api/Project.Application.CustomFieldValueListDelete.md
+++ b/api/Project.Application.CustomFieldValueListDelete.md
@@ -27,12 +27,12 @@ Removes an item from the value list for a custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Index_|Required|**Integer**|The row number of the value list item to delete from the **Value List** dialog box.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomFieldValueListGetItem.md b/api/Project.Application.CustomFieldValueListGetItem.md
index 2ca822ed429..7dfe3d773c8 100644
--- a/api/Project.Application.CustomFieldValueListGetItem.md
+++ b/api/Project.Application.CustomFieldValueListGetItem.md
@@ -27,13 +27,13 @@ Returns the value, description, or phonetic spelling of an item in the value lis
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|The custom field. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Item_|Required|**Long**|The information to return. Can be one of the following **PjValueListItem** constants: **pjValueListValue**, **pjValueListDescription**, or **pjValueListPhonetics**. The default value is **pjValueListValue**.|
| _Index_|Required|**Long**|The row number of the value list item for which to return the information specified with Item.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Application.CustomForms.md b/api/Project.Application.CustomForms.md
index db893cb9559..a2352c6e7c6 100644
--- a/api/Project.Application.CustomForms.md
+++ b/api/Project.Application.CustomForms.md
@@ -23,7 +23,7 @@ Custom forms are not used in Project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomOutlineCodeEditEx.md b/api/Project.Application.CustomOutlineCodeEditEx.md
index 46b70e4f284..d6004a9a00e 100644
--- a/api/Project.Application.CustomOutlineCodeEditEx.md
+++ b/api/Project.Application.CustomOutlineCodeEditEx.md
@@ -27,7 +27,7 @@ Edits a local outline code custom field definition.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**PjCustomField**|Specifies the custom outline code to edit. Can be one of the non-enterprise **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Level_|Optional|**Long**|The level of code mask to edit. The default value is one greater than the highest level currently specified for the field.|
@@ -47,7 +47,7 @@ Edits a local outline code custom field definition.
| _DefaultValue_|Optional|**String**|Specifies the default value of the outline code.|
| _SortOrder_|Optional|**Long**|Specifies whether sorting is ascending, descending, or the lookup table row order. Can be one of the **[PjListOrder](Project.PjListOrder.md)** constants. The default is **pjListOrderDefault**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomizeField.md b/api/Project.Application.CustomizeField.md
index b8493e48a4a..20289373e02 100644
--- a/api/Project.Application.CustomizeField.md
+++ b/api/Project.Application.CustomizeField.md
@@ -23,7 +23,7 @@ Displays the **Customize Fields** dialog box.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.CustomizeIMEMode.md b/api/Project.Application.CustomizeIMEMode.md
index 9de5dc560cc..2b528509d0e 100644
--- a/api/Project.Application.CustomizeIMEMode.md
+++ b/api/Project.Application.CustomizeIMEMode.md
@@ -27,12 +27,12 @@ Customizes which IME mode is used on a given field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Optional|**Long**|The field to customize. The default value is **pjTaskName**. Can be one of the **[PjField](Project.PjField.md)** constants|
| _IMEMode_|Optional|**Long**|Specifies the IME mode to use when the focus is on a table column. The default value is **pjIMEModeNoControl**. Can be one of the **[PjIMEMode](Project.PjIMEMode.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DDEExecute.md b/api/Project.Application.DDEExecute.md
index 6bb103b0aac..d1342b24f0c 100644
--- a/api/Project.Application.DDEExecute.md
+++ b/api/Project.Application.DDEExecute.md
@@ -27,12 +27,12 @@ Performs actions or runs commands in another application through dynamic data ex
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Command_|Required|**String**|The command to carry out in another application.|
| _TimeOut_|Optional|**Variant**|The number of seconds to wait for the other application to execute before proceeding. The default value is 5.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DDEInitiate.md b/api/Project.Application.DDEInitiate.md
index 1d24823bb13..3bb32758a47 100644
--- a/api/Project.Application.DDEInitiate.md
+++ b/api/Project.Application.DDEInitiate.md
@@ -27,12 +27,12 @@ Opens a dynamic data exchange (DDE) channel to an application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _App_|Required|**String**| The name of the application to which you want to send commands.|
| _Topic_|Required|**String**|A document in the application to which you want to send commands.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DDELinksUpdate.md b/api/Project.Application.DDELinksUpdate.md
index 57dc740ea26..19dfbbf9ae2 100644
--- a/api/Project.Application.DDELinksUpdate.md
+++ b/api/Project.Application.DDELinksUpdate.md
@@ -23,7 +23,7 @@ Updates dynamic data exchange (DDE) links.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DDEPasteLink.md b/api/Project.Application.DDEPasteLink.md
index cf33ce847b6..b3362801072 100644
--- a/api/Project.Application.DDEPasteLink.md
+++ b/api/Project.Application.DDEPasteLink.md
@@ -23,7 +23,7 @@ Pastes the contents of the clipboard into the active selection, establishing a l
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DDETerminate.md b/api/Project.Application.DDETerminate.md
index 14fe77a0564..a5e92eb1ea7 100644
--- a/api/Project.Application.DDETerminate.md
+++ b/api/Project.Application.DDETerminate.md
@@ -23,7 +23,7 @@ Ends a dynamic data exchange (DDE) session.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DateAdd.md b/api/Project.Application.DateAdd.md
index 1abb03569ba..f5d3223adac 100644
--- a/api/Project.Application.DateAdd.md
+++ b/api/Project.Application.DateAdd.md
@@ -24,13 +24,13 @@ Returns the date and time that follows another date by a specified duration, for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartDate_|Required|**Variant**|The original date to which the duration is added.|
| _Duration_|Required|**Variant**|The duration to add to the start date.|
| _Calendar_|Optional|**Object**|A resource, task, or base calendar object. The default value is the calendar of the active project.|
-### Return Value
+### Return value
**Variant**
diff --git a/api/Project.Application.DateDifference.md b/api/Project.Application.DateDifference.md
index 5c0b11ea11b..faefa3a1483 100644
--- a/api/Project.Application.DateDifference.md
+++ b/api/Project.Application.DateDifference.md
@@ -27,13 +27,13 @@ Returns the duration between two dates in minutes, for an automatically schedule
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartDate_|Required|**Variant**|The date used as the beginning of the duration.|
| _FinishDate_|Required|**Variant**|The date used as the end of the duration.|
| _Calendar_|Optional|**Object**|A resource or task base calendar object. The default value is the calendar of the active project.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.DateFormat.md b/api/Project.Application.DateFormat.md
index a5129f05c0f..db11950aa57 100644
--- a/api/Project.Application.DateFormat.md
+++ b/api/Project.Application.DateFormat.md
@@ -27,12 +27,12 @@ Returns a date in the specified format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required|**Variant**|The date to format.|
| _Format_|Optional|**Long**|The date format. Can be one of the **[PjDateFormat](Project.PjDateFormat.md)** constants. The default value is **pjDateDefault**.|
-### Return Value
+### Return value
**Variant**
diff --git a/api/Project.Application.DateSubtract.md b/api/Project.Application.DateSubtract.md
index bfa687b4fa3..06da36b1c1b 100644
--- a/api/Project.Application.DateSubtract.md
+++ b/api/Project.Application.DateSubtract.md
@@ -24,13 +24,13 @@ Returns the date and time that precedes another date by a specified duration, fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FinishDate_|Required|**Variant**|The date used as the end of the duration.|
| _Duration_|Required|**Variant**|The duration to subtract from the finish date.|
| _Calendar_|Optional|**Object**|A resource, task, or base calendar object. The default value is the calendar of the active project.|
-### Return Value
+### Return value
**Variant**
diff --git a/api/Project.Application.DeleteFromDatabase.md b/api/Project.Application.DeleteFromDatabase.md
index 539462d948f..d745ad40c9b 100644
--- a/api/Project.Application.DeleteFromDatabase.md
+++ b/api/Project.Application.DeleteFromDatabase.md
@@ -27,7 +27,7 @@ Deletes a project stored in a database.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the source file or data source to open, and the name of the project to delete from the database.|
| _UserID_|Optional|**String**| A user ID to use when accessing the database.|
@@ -41,7 +41,7 @@ Deletes a project stored in a database.
|"MSProject.mdb"|Microsoft Access database|
|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DependenciesPane.md b/api/Project.Application.DependenciesPane.md
index 07a7cc356e2..83e714303d9 100644
--- a/api/Project.Application.DependenciesPane.md
+++ b/api/Project.Application.DependenciesPane.md
@@ -23,7 +23,7 @@ Displays the project **Dependency** pane when connected to Project Server. Avai
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DetailStylesAdd.md b/api/Project.Application.DetailStylesAdd.md
index 5e011a026e2..f1e415ee58c 100644
--- a/api/Project.Application.DetailStylesAdd.md
+++ b/api/Project.Application.DetailStylesAdd.md
@@ -27,12 +27,12 @@ Adds another timescale data field to a usage view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Optional|**Long**|The timescale data field to add. The default value is **pjWork**.If the active view is the Resource Usage view, can be one of the **[PjTimescaledData](Project.PjTimescaledData.md)** constants.|
| _Position_|Optional|**Integer**|The position to add the field, relative to other fields. If **Position** is n + 2 or greater, where n is the number of fields displayed, the field is added at n + 1. The default value is n + 1.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DetailStylesFormat.md b/api/Project.Application.DetailStylesFormat.md
index 319f59d606c..1af40e9d4d8 100644
--- a/api/Project.Application.DetailStylesFormat.md
+++ b/api/Project.Application.DetailStylesFormat.md
@@ -27,7 +27,7 @@ Sets the format of timescaled data fields in a Resource Usage view or Task Usage
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Optional|**Long**|The timescaled data field to format. If the active view is the Task Usage view, the value can be one of the **[PjTaskTimescaledData](Project.PjTaskTimescaledData.md)** constants. If the active view is the Resource Usage view, the value can be one of the **[PjResourceTimescaledData](Project.PjResourceTimescaledData.md)** constants.|
| _Font_|Optional|**String**|The name of the font.|
@@ -40,7 +40,7 @@ Sets the format of timescaled data fields in a Resource Usage view or Task Usage
| _Pattern_|Optional|**Long**|The pattern for nonworking times. Can be one of the **[PjFillPattern](Project.PjFillPattern.md)** constants.|
| _ShowInMenu_|Optional|**Boolean**|**True** if the field specified with **Item** appears in the shortcut menu; otherwise, **False**. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DetailStylesFormatEx.md b/api/Project.Application.DetailStylesFormatEx.md
index da72b9fd601..be1e37a40d3 100644
--- a/api/Project.Application.DetailStylesFormatEx.md
+++ b/api/Project.Application.DetailStylesFormatEx.md
@@ -27,7 +27,7 @@ Sets the format of timescaled data fields in a Resource Usage view or Task Usage
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Optional|**Long**|The timescaled data field to format. If the active view is the Task Usage view, the value can be one of the **[PjTaskTimescaledData](Project.PjTaskTimescaledData.md)** constants. If the active view is the Resource Usage view, the value can be one of the **[PjResourceTimescaledData](Project.PjResourceTimescaledData.md)** constants.|
| _Font_|Optional|**String**|The name of the font.|
@@ -41,7 +41,7 @@ Sets the format of timescaled data fields in a Resource Usage view or Task Usage
| _ShowInMenu_|Optional|**Boolean**|**True** if the field specified with **Item** appears in the shortcut menu; otherwise, **False**. The default value is **False**.|
| _Strikethrough_|Optional|**Variant**|**True** if the font is the strikethrough style.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DetailStylesProperties.md b/api/Project.Application.DetailStylesProperties.md
index d69bc86fc2c..136de981c9d 100644
--- a/api/Project.Application.DetailStylesProperties.md
+++ b/api/Project.Application.DetailStylesProperties.md
@@ -27,14 +27,14 @@ Sets the format of details in a usage view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AlignCellData_|Optional|**Long**|Specifies the alignment of data in cells. Can be one of the following **PjAlignment** constants: **pjCenter**, **pjLeft**, or **pjRight**. The default value is **pjRight**.|
| _RepeatRowLabel_|Optional|**Boolean**|**True** if details headers are repeated on all assignment rows. The default value is **True**.|
| _ShortLabels_|Optional|**Boolean**|**True** if Project displays short details header names. The default value is **True**.|
| _DisplayDetailsColumn_|Optional|**Long**|Specifies whether a details column displays. Can be one of the following **PjYesNoAutomatic** constants: **pjAuto**, **pjNo**, or **pjYes**. The default value is **pjYes**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DetailStylesRemove.md b/api/Project.Application.DetailStylesRemove.md
index 59a9cda6e95..d3d67d9c55f 100644
--- a/api/Project.Application.DetailStylesRemove.md
+++ b/api/Project.Application.DetailStylesRemove.md
@@ -27,11 +27,11 @@ Removes a timescale data field from a usage view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Optional|**Long**|The timescale data field to remove. The default value is **pjWork**.If the active view is the Resource Usage view, can be one of the **[PjTimescaledData](Project.PjTimescaledData.md)** constants. If the active view is the Task Usage view, can be one of the **[PjTimescaledData](Project.PjTimescaledData.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DetailStylesRemoveAll.md b/api/Project.Application.DetailStylesRemoveAll.md
index bfbb140f7b9..f901220a0ef 100644
--- a/api/Project.Application.DetailStylesRemoveAll.md
+++ b/api/Project.Application.DetailStylesRemoveAll.md
@@ -23,7 +23,7 @@ Removes all timescale data fields from a usage view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DetailStylesToggleItem.md b/api/Project.Application.DetailStylesToggleItem.md
index 4eaf28793ad..652c5e1cef4 100644
--- a/api/Project.Application.DetailStylesToggleItem.md
+++ b/api/Project.Application.DetailStylesToggleItem.md
@@ -27,11 +27,11 @@ Toggles the display of a timescale data field in a usage view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Optional|**Long**|The timescale data field to show or remove. The default value is **pjWork**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DetailsPaneToggle.md b/api/Project.Application.DetailsPaneToggle.md
index 3bf850de8a2..b381f585c79 100644
--- a/api/Project.Application.DetailsPaneToggle.md
+++ b/api/Project.Application.DetailsPaneToggle.md
@@ -27,11 +27,11 @@ Shows or hides the task or resource **Details** pane for the selected item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Timeline_|Optional|**Variant**|If the value is **True** or 1, the method shows or hides the project Timeline pane. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DisplaySharedWorkspace.md b/api/Project.Application.DisplaySharedWorkspace.md
index b866ae941be..62644c5f257 100644
--- a/api/Project.Application.DisplaySharedWorkspace.md
+++ b/api/Project.Application.DisplaySharedWorkspace.md
@@ -23,7 +23,7 @@ Displays the **Shared Workspace** pane. Available only in Project Professional.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DocClose.md b/api/Project.Application.DocClose.md
index 6663122956c..4d66f7aedec 100644
--- a/api/Project.Application.DocClose.md
+++ b/api/Project.Application.DocClose.md
@@ -23,7 +23,7 @@ Closes the active project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DocMaximize.md b/api/Project.Application.DocMaximize.md
index b392674f9d4..0ec92e2bcb7 100644
--- a/api/Project.Application.DocMaximize.md
+++ b/api/Project.Application.DocMaximize.md
@@ -23,7 +23,7 @@ Maximizes the window of the active project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DocMove.md b/api/Project.Application.DocMove.md
index cb9c5a5c7f3..2e84640dd70 100644
--- a/api/Project.Application.DocMove.md
+++ b/api/Project.Application.DocMove.md
@@ -27,13 +27,13 @@ Moves the active window within the application window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPosition_|Optional|**Long**| A number that specifies the distance of the active window from the left edge of the application.|
| _YPosition_|Optional|**Long**| A number that specifies the distance of the active window from the top edge of the application.|
| _Points_|Optional|**Boolean**|**True** if **XPosition** and **YPosition** are measured in points. **False** if they are measured in pixels. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DocRestore.md b/api/Project.Application.DocRestore.md
index 79f145755e1..875ceefc284 100644
--- a/api/Project.Application.DocRestore.md
+++ b/api/Project.Application.DocRestore.md
@@ -23,7 +23,7 @@ Sets the active window to its last nonmaximized state.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DocSize.md b/api/Project.Application.DocSize.md
index 1455fe3e439..f5bcbd8ae01 100644
--- a/api/Project.Application.DocSize.md
+++ b/api/Project.Application.DocSize.md
@@ -27,13 +27,13 @@ Sets the width and height of the active window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Width_|Optional|**Long**|A number that specifies the new width of the active window.|
| _Height_|Optional|**Long**|A number that specifies the new height of the active window.|
| _Points_|Optional|**Boolean**|**True** if **Width** and **Height** are measured in points. **False** if they are measured in pixels. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DocumentExport.md b/api/Project.Application.DocumentExport.md
index b97e98016b0..d9183d54bfb 100644
--- a/api/Project.Application.DocumentExport.md
+++ b/api/Project.Application.DocumentExport.md
@@ -27,7 +27,7 @@ Exports the active project as a document in PDF or XPS format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Optional|**String**|Specifies the file name of the exported document. The default value is the name of the active project as a PDF file.|
| _FileType_|Optional|**[PjDocExportType](Project.PjDocExportType.md)**|Specifies whether to export the project as a PDF or an XPS document. The default value is **pjPDF** (0).|
@@ -37,7 +37,7 @@ Exports the active project as a document in PDF or XPS format.
| _FromDate_|Optional|**Variant**|The start date of the range of dates to publish. The default value is the project start date.|
| _ToDate_|Optional|**Variant**|The end date of the range of dates to publish. The default value is the project end date.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DocumentLibraryVersionsDialog.md b/api/Project.Application.DocumentLibraryVersionsDialog.md
index 57869349480..a22bc0e8a18 100644
--- a/api/Project.Application.DocumentLibraryVersionsDialog.md
+++ b/api/Project.Application.DocumentLibraryVersionsDialog.md
@@ -23,7 +23,7 @@ Displays a dialog box that indicates the version for the active project when the
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DrawingCreate.md b/api/Project.Application.DrawingCreate.md
index 3495ff4a589..50b307cd60a 100644
--- a/api/Project.Application.DrawingCreate.md
+++ b/api/Project.Application.DrawingCreate.md
@@ -27,12 +27,12 @@ Activates the drawing feature.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**Long**|The type of drawing to create. Can be one of the following **PjShape** constants: **pjOLEObject**, **pjLine**, **pjArrow**, **pjRectangle**, **pjEllipse**, **pjArc**, **pjPolygon**, or **pjTextBox**.|
| _Behind_|Optional|**Boolean**|**True** if the drawing is created behind task bars. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DrawingCycleColor.md b/api/Project.Application.DrawingCycleColor.md
index c8df580d595..018fbd897de 100644
--- a/api/Project.Application.DrawingCycleColor.md
+++ b/api/Project.Application.DrawingCycleColor.md
@@ -23,7 +23,7 @@ Changes the color of the active drawing object.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DrawingMove.md b/api/Project.Application.DrawingMove.md
index 7950c111359..a65b02b7bd5 100644
--- a/api/Project.Application.DrawingMove.md
+++ b/api/Project.Application.DrawingMove.md
@@ -27,12 +27,12 @@ Moves the active drawing object forward or backward in the drawing layers.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Forward_|Optional|**Boolean**|**True** if the active drawing object moves forward in the drawing layers. The default value is **False**.|
| _Full_|Optional|**Boolean**|**True** if the active drawing object moves the full extent of the direction specified with **Forward**. **False** if the object moves only one layer. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DrawingProperties.md b/api/Project.Application.DrawingProperties.md
index d34432779ad..0d145e8df4e 100644
--- a/api/Project.Application.DrawingProperties.md
+++ b/api/Project.Application.DrawingProperties.md
@@ -27,11 +27,11 @@ Displays the **Format Drawing** dialog box, which prompts the user to customize
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SizePositionTab_|Optional|**Boolean**|**True** if the **Size &; Position** tab of the **Format Drawing** dialog box appears. **False** if the **Line &; Fill** tab appears.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DrawingReshape.md b/api/Project.Application.DrawingReshape.md
index b572a80c9a4..cb666437c0b 100644
--- a/api/Project.Application.DrawingReshape.md
+++ b/api/Project.Application.DrawingReshape.md
@@ -23,7 +23,7 @@ Toggles the drawing mode between resize and reshape.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.DurationFormat.md b/api/Project.Application.DurationFormat.md
index b2d9825eb70..fd38aab61e2 100644
--- a/api/Project.Application.DurationFormat.md
+++ b/api/Project.Application.DurationFormat.md
@@ -27,12 +27,12 @@ Returns a duration in the specified units.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Duration_|Required|**Variant**|The duration to be expressed.|
| _Units_|Optional|**Long**|The units used to express the duration. Can be one of the **[PjFormatUnit](Project.PjFormatUnit.md)** constants.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Application.DurationValue.md b/api/Project.Application.DurationValue.md
index c10a655c4d4..9a97c828f8e 100644
--- a/api/Project.Application.DurationValue.md
+++ b/api/Project.Application.DurationValue.md
@@ -24,11 +24,11 @@ Returns the number of minutes in a duration.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Duration_|Required|**String**|The duration to be expressed in minutes.|
-### Return Value
+### Return value
**Variant**
diff --git a/api/Project.Application.EditClear.md b/api/Project.Application.EditClear.md
index 17d7b967413..39e0c2c531c 100644
--- a/api/Project.Application.EditClear.md
+++ b/api/Project.Application.EditClear.md
@@ -27,14 +27,14 @@ Clears the selected cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Contents_|Optional|**Boolean**|**True** if the contents of the selected cells are cleared. The default value is **True**.|
| _Formats_|Optional|**Boolean**|**True** if the formats of the selected cells are cleared. The default value is **False**.|
| _Notes_|Optional|**Boolean**|**True** if the notes of the assignment, resource, or task in the selected cells are cleared. The default value is **False**.|
| _Hyperlinks_|Optional|**Boolean**|**True** if the hyperlinks associated with the selected cells are removed. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditClearFormats.md b/api/Project.Application.EditClearFormats.md
index 9652abaa47e..0c5c2420624 100644
--- a/api/Project.Application.EditClearFormats.md
+++ b/api/Project.Application.EditClearFormats.md
@@ -23,7 +23,7 @@ Clears the format of the active cells.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditClearHyperlink.md b/api/Project.Application.EditClearHyperlink.md
index 40f7174c737..9845102f021 100644
--- a/api/Project.Application.EditClearHyperlink.md
+++ b/api/Project.Application.EditClearHyperlink.md
@@ -23,7 +23,7 @@ Clears the Hyperlink, Hyperlink Address, Hyperlink SubAddress, and HyperlinkHREF
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditCopy.md b/api/Project.Application.EditCopy.md
index 2f21ad133fd..1f08aa7408a 100644
--- a/api/Project.Application.EditCopy.md
+++ b/api/Project.Application.EditCopy.md
@@ -23,7 +23,7 @@ Copies data.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditCopyPicture.md b/api/Project.Application.EditCopyPicture.md
index ed21f930b2d..4b7640eaf44 100644
--- a/api/Project.Application.EditCopyPicture.md
+++ b/api/Project.Application.EditCopyPicture.md
@@ -27,7 +27,7 @@ Copies the active view as a picture or an OLE object, or exports the active view
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Object_|Optional|**Boolean**|**True** if the view should be copied as an OLE object. The default value is **False**.|
| _ForPrinter_|Optional|**Long**|Specifies where to copy the view. Can be one of the following **PjCopyPictureFor** constants: **pjScreen**, **pjPrinter**, or **pjGIF**. If **Object** is **True**, **ForPrinter** is ignored. The default value is **pjScreen**.|
@@ -40,7 +40,7 @@ Copies the active view as a picture or an OLE object, or exports the active view
| _MaxImageWidth_|Optional|**Double**|Specifies the maximum width of the picture. The accepted range of **MaxImageWidth** is 1 to 22 inches (2.54 to 55.88 centimeters). The default value is 22 (inches).|
| _MeasurementUnits_|Optional|**Variant**|**Long**. Specifies the units of measurement. The default value is **pjInches**. Can be one of the **[PjMeasurementUnits](Project.PjMeasurementUnits.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditCut.md b/api/Project.Application.EditCut.md
index 0cf81b4ec6d..036c67a69d3 100644
--- a/api/Project.Application.EditCut.md
+++ b/api/Project.Application.EditCut.md
@@ -23,7 +23,7 @@ Cuts the selected items.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditDelete.md b/api/Project.Application.EditDelete.md
index 0f7dcf7fc49..0d709018136 100644
--- a/api/Project.Application.EditDelete.md
+++ b/api/Project.Application.EditDelete.md
@@ -23,7 +23,7 @@ Deletes the selected row, selected column, or row containing the active cell fro
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditEnterpriseCalendar.md b/api/Project.Application.EditEnterpriseCalendar.md
index 97a4c3d8d34..f4b5e83467f 100644
--- a/api/Project.Application.EditEnterpriseCalendar.md
+++ b/api/Project.Application.EditEnterpriseCalendar.md
@@ -27,11 +27,11 @@ Edits an enterprise calendar. Available in Project Professional only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UniqueID_|Optional|**Variant**|GUID of the enterprise calendar to edit.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditGoTo.md b/api/Project.Application.EditGoTo.md
index b9ceb6029d2..1c923c379fc 100644
--- a/api/Project.Application.EditGoTo.md
+++ b/api/Project.Application.EditGoTo.md
@@ -27,12 +27,12 @@ Scrolls to a resource, task, or date.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ID_|Optional|**Long**|A number that specifies the identification number of the task or resource to display in the active pane.|
| _Date_|Optional|**Variant**|A number or string that specifies the first date to display in the active pane.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditHyperlink.md b/api/Project.Application.EditHyperlink.md
index f96795611e1..60be3954eda 100644
--- a/api/Project.Application.EditHyperlink.md
+++ b/api/Project.Application.EditHyperlink.md
@@ -27,14 +27,14 @@ Edits the hyperlink of the selected assignment, resource, or task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the hyperlink as it appears in the Hyperlink field.|
| _Address_|Optional|**String**|The address of the target document.|
| _SubAddress_|Optional|**String**| A location within the target document.|
| _ScreenTip_|Optional|**String**|The ScreenTip text for the hyperlink.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditInsert.md b/api/Project.Application.EditInsert.md
index fca1a1aa689..e65e055d0a8 100644
--- a/api/Project.Application.EditInsert.md
+++ b/api/Project.Application.EditInsert.md
@@ -23,7 +23,7 @@ If a column is selected, brings up the **Column Definition** dialog box. Otherw
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditPaste.md b/api/Project.Application.EditPaste.md
index e765d7a2dfd..fcd91bf8803 100644
--- a/api/Project.Application.EditPaste.md
+++ b/api/Project.Application.EditPaste.md
@@ -23,7 +23,7 @@ Pastes the contents of the Clipboard into the active selection.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditPasteAsHyperlink.md b/api/Project.Application.EditPasteAsHyperlink.md
index 6697d02137a..9bec5684023 100644
--- a/api/Project.Application.EditPasteAsHyperlink.md
+++ b/api/Project.Application.EditPasteAsHyperlink.md
@@ -23,7 +23,7 @@ Pastes a hyperlink to the source of the contents of the Clipboard.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditPasteSpecial.md b/api/Project.Application.EditPasteSpecial.md
index 5d43cd39189..798e7b351ae 100644
--- a/api/Project.Application.EditPasteSpecial.md
+++ b/api/Project.Application.EditPasteSpecial.md
@@ -27,13 +27,13 @@ Copies or links data from the Clipboard into the active selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Link_|Optional|**Boolean**|**True** if the data is linked to its source application.|
| _Type_|Optional|**Integer**|A numeric value specifying the type of object to paste or link. The **Type** argument can be one of the **[PjPasteSpecialType](Project.PjPasteSpecialType.md)** constants.|
| _DisplayAsIcon_|Optional|**Boolean**|**True** if the object appears as an icon.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditRedo.md b/api/Project.Application.EditRedo.md
index 8c11d4e9b81..79470e73bce 100644
--- a/api/Project.Application.EditRedo.md
+++ b/api/Project.Application.EditRedo.md
@@ -27,11 +27,11 @@ Redoes the top item on the redo stack.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fRedo_|Optional|**Integer**|Specifies the number of items to redo. If the total number of items on the redo stack is less than fRedo, **EditRedo** redoes all items.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditTPStyle.md b/api/Project.Application.EditTPStyle.md
index 22d644f0c59..abb2bb2af85 100644
--- a/api/Project.Application.EditTPStyle.md
+++ b/api/Project.Application.EditTPStyle.md
@@ -27,13 +27,13 @@ Edits the box and border colors of different types of tasks in the Team Planner
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required|**PjTeamPlannerStyle**|Can be one of the **[PjTeamPlannerStyle](Project.PjTeamPlannerStyle.md)** constants, which specify whether the task type is auto scheduled, manually scheduled, actual work, an external task, or a late task.|
| _FillColor_|Optional|**Variant**|Fill color of the specified task type. Can be a hexadecimal RGB value, where red is the last byte.|
| _BorderColor_|Optional|**Variant**|Border color of the specified task type. Can be a hexadecimal RGB value, where red is the last byte.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EditUndo.md b/api/Project.Application.EditUndo.md
index e875a0ff4be..dbc27f4baf5 100644
--- a/api/Project.Application.EditUndo.md
+++ b/api/Project.Application.EditUndo.md
@@ -27,11 +27,11 @@ Cancels the last user-interface action.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fUndo_|Optional|**Integer**|Specifies the number of actions to undo. If the total number of actions is less than fUndo, **EditUndo** undoes all actions.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EnterpriseGlobalCheckOut.md b/api/Project.Application.EnterpriseGlobalCheckOut.md
index 308e7b52bc3..33283c453a0 100644
--- a/api/Project.Application.EnterpriseGlobalCheckOut.md
+++ b/api/Project.Application.EnterpriseGlobalCheckOut.md
@@ -23,7 +23,7 @@ Checks out the enterprise global template from Project Server. Available in Proj
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EnterpriseProjectDelete.md b/api/Project.Application.EnterpriseProjectDelete.md
index e0faae9ee3c..b8ea6b080d6 100644
--- a/api/Project.Application.EnterpriseProjectDelete.md
+++ b/api/Project.Application.EnterpriseProjectDelete.md
@@ -27,11 +27,11 @@ Deletes a project from the Project Server database. Available in Project Profess
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the project to be deleted from the Project Server database.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EnterpriseProjectImportWizard.md b/api/Project.Application.EnterpriseProjectImportWizard.md
index e0e35ddde9e..77fdff50420 100644
--- a/api/Project.Application.EnterpriseProjectImportWizard.md
+++ b/api/Project.Application.EnterpriseProjectImportWizard.md
@@ -27,11 +27,11 @@ Starts the Enterprise **Project Import Wizard**. Available in Project Professio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**Variant**|The file name of a single project that is to be imported by using the wizard.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EnterpriseProjectProfiles.md b/api/Project.Application.EnterpriseProjectProfiles.md
index e714b4da6a4..c5e58f1b800 100644
--- a/api/Project.Application.EnterpriseProjectProfiles.md
+++ b/api/Project.Application.EnterpriseProjectProfiles.md
@@ -23,7 +23,7 @@ Displays the **Project Server Accounts** dialog box. Available in Project Profe
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EnterpriseResSubstitutionWizard.md b/api/Project.Application.EnterpriseResSubstitutionWizard.md
index 9ae646e6d92..63837ac4866 100644
--- a/api/Project.Application.EnterpriseResSubstitutionWizard.md
+++ b/api/Project.Application.EnterpriseResSubstitutionWizard.md
@@ -27,7 +27,7 @@ Runs the **Resource Substitution Wizard**. Available in Project Professional on
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectList_|Optional|**String**|A comma-separated list of portfolio projects in the database.|
| _PoolOption_|Optional|**Long**|Specifies the resource pool option. Can be one of the following **PjResSubstitutionPoolOption** constants: **pjResSubstitutionResInList**, **pjResSubstitutionResInProject**, or **pjResSubstitutionResInRBS**. The default value is **pjResSubstitutionResInProject**.|
@@ -39,7 +39,7 @@ Runs the **Resource Substitution Wizard**. Available in Project Professional on
| _AssignProposedResources_|Optional|**Variant**||
| _LevelProposedBookings_|Optional|**Variant**||
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EnterpriseResourceGet.md b/api/Project.Application.EnterpriseResourceGet.md
index d5cc94cc842..e947fa5f567 100644
--- a/api/Project.Application.EnterpriseResourceGet.md
+++ b/api/Project.Application.EnterpriseResourceGet.md
@@ -27,12 +27,12 @@ Adds a single resource from the enterprise resource pool to the active project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EUID_|Optional|**Variant**|The unique ID of the enterprise resource; required if there is more than one resource.|
| _RUID_|Optional|**Variant**|The unique ID that will be assigned to the resource in the active project. If omitted, the next valid resource UID is assigned.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EnterpriseResourcesImportEx.md b/api/Project.Application.EnterpriseResourcesImportEx.md
index 883af2865ce..d749ced65b6 100644
--- a/api/Project.Application.EnterpriseResourcesImportEx.md
+++ b/api/Project.Application.EnterpriseResourcesImportEx.md
@@ -27,12 +27,12 @@ Imports local resources to the enterprise resource pool, or starts the **Resour
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LocalRUIDs_|Optional|**String**|A comma-delimited list of the unique ID numbers of the local resources.|
| _UseImportColumn_|Optional|**Boolean**|**True** if the **EnterpriseResourcesImportEx** method uses the **Import** column.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EnterpriseResourcesOpen.md b/api/Project.Application.EnterpriseResourcesOpen.md
index 2232b3fa571..49132f3e78f 100644
--- a/api/Project.Application.EnterpriseResourcesOpen.md
+++ b/api/Project.Application.EnterpriseResourcesOpen.md
@@ -27,12 +27,12 @@ Opens the pool of enterprise resources for viewing in a temporary project. Avail
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EUID_|Optional|**Variant**|A comma-delimited list of unique IDs of the enterprise resource.|
| _OpenType_|Optional|**Long**|Specifies how the enterprise resources are to be checked out. Can be one of the following **PjCheckOutType** constants: **pjReadOnly** or **pjReadWrite**. The default value is **pjReadWrite**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.EnterpriseTeamBuilder.md b/api/Project.Application.EnterpriseTeamBuilder.md
index 28d3a349fa1..46146441006 100644
--- a/api/Project.Application.EnterpriseTeamBuilder.md
+++ b/api/Project.Application.EnterpriseTeamBuilder.md
@@ -23,7 +23,7 @@ Displays the **Build Team** dialog box. Available in Project Professional only.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FieldConstantToFieldName.md b/api/Project.Application.FieldConstantToFieldName.md
index 4d38b622933..995b547bfc0 100644
--- a/api/Project.Application.FieldConstantToFieldName.md
+++ b/api/Project.Application.FieldConstantToFieldName.md
@@ -24,11 +24,11 @@ Returns a custom field name for the specified field constant.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**Long**|The numerical constant for the custom field. Can be one of the **[PjField](Project.PjField.md)** constants for local custom fields or another **Long** value for enterprise custom fields.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Application.FieldNameToFieldConstant.md b/api/Project.Application.FieldNameToFieldConstant.md
index 8e71b9be6e6..93b678da7ea 100644
--- a/api/Project.Application.FieldNameToFieldConstant.md
+++ b/api/Project.Application.FieldNameToFieldConstant.md
@@ -27,12 +27,12 @@ Returns a **Long** value for a local custom field or an enterprise custom field
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldName_|Required|**String**|The name of the local or enterprise custom field.|
| _FieldType_|Optional|**Long**|The type of field. Can be one of the following **[PjFieldType](Project.PjFieldType.md)** constants: **pjProject**, **pjResource**, or **pjTask**. The default value is **pjTask**.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.FileBuildID.md b/api/Project.Application.FileBuildID.md
index 9c844b6e1ab..2f3de2eafaa 100644
--- a/api/Project.Application.FileBuildID.md
+++ b/api/Project.Application.FileBuildID.md
@@ -24,7 +24,7 @@ Gets the file build identification number (ID) of the specified project. The bui
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of a project file, source file, or data source.|
| _UserID_|Optional|**String**|A user ID to use when accessing a database. If _Name_ isn't a database, _UserID_ is ignored.|
diff --git a/api/Project.Application.FileCloseAllEx.md b/api/Project.Application.FileCloseAllEx.md
index c224812a9c3..845285d888b 100644
--- a/api/Project.Application.FileCloseAllEx.md
+++ b/api/Project.Application.FileCloseAllEx.md
@@ -27,12 +27,12 @@ Closes all projects.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Save_|Optional|**Long**|Can be one of the following **PjSave** constants: **pjDoNotSave**, **pjSave**, or **pjPromptSave**. The default value is **pjPromptSave** for new project files and projects that have changed since the last save.|
| _CheckIn_|Optional|**Variant**|**True** if files are checked in after closing.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FileCloseEx.md b/api/Project.Application.FileCloseEx.md
index 4e09a4a1ca7..5f5c19aa754 100644
--- a/api/Project.Application.FileCloseEx.md
+++ b/api/Project.Application.FileCloseEx.md
@@ -27,13 +27,13 @@ Closes the active project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Save_|Optional|**Long**|Can be one of the following **PjSave** constants: **pjDoNotSave**, **pjSave**, or **pjPromptSave**. The default value is **pjPromptSave** for new project files and projects that have changed since the last save.|
| _NoAuto_|Optional|**Boolean**|**True** if an **Auto_Close** macro is not run and the **Close** event is not raised. The default value is **False**.|
| _CheckIn_|Optional|**Variant**|**True** if file is checked in after closing. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FileExit.md b/api/Project.Application.FileExit.md
index b097ee89a2c..19a06749d30 100644
--- a/api/Project.Application.FileExit.md
+++ b/api/Project.Application.FileExit.md
@@ -27,11 +27,11 @@ Quits Project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Save_|Optional|**Long**|Can be one of the [PjSaveType](Project.PjSaveType.md) constants. The default value is **pjPromptSave** for new project files and projects that have changed since the last save.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FileFormatID.md b/api/Project.Application.FileFormatID.md
index 1d5c8977cea..af5d82cba5b 100644
--- a/api/Project.Application.FileFormatID.md
+++ b/api/Project.Application.FileFormatID.md
@@ -27,7 +27,7 @@ Gets a value that indicates the file format for the specified project. Possible
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|Name of the project file.|
| _UserID_|Optional|**Variant**|User name or identification number for project files stored in an ODBC database.|
diff --git a/api/Project.Application.FileLoadLast.md b/api/Project.Application.FileLoadLast.md
index 23ccf1247d3..4f2dcace3a4 100644
--- a/api/Project.Application.FileLoadLast.md
+++ b/api/Project.Application.FileLoadLast.md
@@ -27,11 +27,11 @@ Opens one of the recently used files.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Number_|Optional|**Integer**|A number that specifies which of the most recently used files to open. The maximum value is 17 in a default installation of Project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FileNew.md b/api/Project.Application.FileNew.md
index e278c53e6e5..12bbad1fd2e 100644
--- a/api/Project.Application.FileNew.md
+++ b/api/Project.Application.FileNew.md
@@ -27,14 +27,14 @@ Creates a new project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SummaryInfo_|Optional|**Boolean**|**True** if the ** Project Information** dialog box is displayed when creating the project. The default is equal to the corresponding setting on the **General** tab of the **Options** dialog box.|
| _Template_|Optional|**String**|A path and file name for a template to use when creating the project. If **Template** is omitted, a blank project is created|
| _FileNewDialog_|Optional|**Boolean**|**True** if the **Templates** dialog box is displayed when creating the project. If **Template** is specified, **FileNewDialog**is ignored|
| _FileNewWorkpane_|Optional|**Boolean**|**True** if Project displays the ** New Project** workpane before creating a new file. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FileOpenEx.md b/api/Project.Application.FileOpenEx.md
index 41c0382d38f..e8eaa1fad25 100644
--- a/api/Project.Application.FileOpenEx.md
+++ b/api/Project.Application.FileOpenEx.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the project file, source file, or data source to open. If _Name_ is not specified, Project displays the **Open** dialog box.|
| _ReadOnly_|Optional|**Boolean**|**True** if the file is opened read-only. If selectively importing data instead of loading a complete project, _ReadOnly_ is ignored.|
diff --git a/api/Project.Application.FilePageSetup.md b/api/Project.Application.FilePageSetup.md
index 6f3da834b59..bae434b65b7 100644
--- a/api/Project.Application.FilePageSetup.md
+++ b/api/Project.Application.FilePageSetup.md
@@ -27,11 +27,11 @@ Displays the **Page Setup** dialog box. Equivalent to clicking **Page Setup** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**Variant**|The name of the view for which to set up pages for printing. The default value is the name of the active view.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePageSetupCalendar.md b/api/Project.Application.FilePageSetupCalendar.md
index 126a2400d4f..637b52abac4 100644
--- a/api/Project.Application.FilePageSetupCalendar.md
+++ b/api/Project.Application.FilePageSetupCalendar.md
@@ -27,7 +27,7 @@ Sets up the Calendar for printing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**Variant**|Sets up the Calendar for printing.|
| _MonthsPerPage_|Optional|**Integer**|The number of months to print on each page. Can be 1 or 2. The **MonthsPerPage** argument is required if **OnlyDaysInMonth** or **OnlyWeeksInMonth** is specified.|
@@ -41,7 +41,7 @@ Sets up the Calendar for printing.
| _GroupAdditionalTasks_|Optional|**Boolean**|**True** if additional tasks are grouped by day.|
| _PrintNotes_|Optional|**Boolean**|**True** if the notes associated with each task are printed. Notes are printed at the end, after any additional tasks|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePageSetupCalendarText.md b/api/Project.Application.FilePageSetupCalendarText.md
index abb74db6d8b..e308590d822 100644
--- a/api/Project.Application.FilePageSetupCalendarText.md
+++ b/api/Project.Application.FilePageSetupCalendarText.md
@@ -27,7 +27,7 @@ Formats the text of calendar views for printing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the calendar to edit.|
| _Item_|Optional|**Long**|The text item to format. Can be one of the **[PjPageSetupCalendarItem](Project.PjPageSetupCalendarItem.md)** constants.|
@@ -38,7 +38,7 @@ Formats the text of calendar views for printing.
| _Underline_|Optional|**Boolean**|**True** if the font is underlined; otherwise, **False**.|
| _Color_|Optional|**Long**|The color of the text. Can be one of the **[PjColor](Project.PjColor.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePageSetupCalendarTextEx.md b/api/Project.Application.FilePageSetupCalendarTextEx.md
index be105e60e55..0aac98e4659 100644
--- a/api/Project.Application.FilePageSetupCalendarTextEx.md
+++ b/api/Project.Application.FilePageSetupCalendarTextEx.md
@@ -27,7 +27,7 @@ Formats the text of calendar views for printing, where the text color can be a h
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the calendar to edit.|
| _Item_|Optional|**Long**|The text item to format. Can be one of the **[PjPageSetupCalendarItem](Project.PjPageSetupCalendarItem.md)** constants.|
@@ -38,7 +38,7 @@ Formats the text of calendar views for printing, where the text color can be a h
| _Underline_|Optional|**Boolean**|**True** if the font is underlined; otherwise, **False**.|
| _Color_|Optional|**Long**|The color of the text. Can be a hexadecimal RGB value, where red is the last byte. For example, the value &;H01FFFF is yellow.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePageSetupFooter.md b/api/Project.Application.FilePageSetupFooter.md
index 991c54f59c2..8c9f9cf8124 100644
--- a/api/Project.Application.FilePageSetupFooter.md
+++ b/api/Project.Application.FilePageSetupFooter.md
@@ -27,7 +27,7 @@ Sets up footers for printing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the view or report for which to set up footers for printing.|
| _Alignment_|Optional|**Long**|The alignment of the text in the footer. Can be one of the following **PjAlignment** constants: **pjLeft**, **pjCenter**, or **pjRight**. The default value is **pjCenter**.|
@@ -63,7 +63,7 @@ Sets up footers for printing.
|&;[ _Field_Name_ ]|Prints the value of the field specified with _Field_Name_. If a macro will be run in more than one language, the field specified with _Field_Name_ must use the name localized for each language. An example would be &;[Actual Cost].|
|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePageSetupHeader.md b/api/Project.Application.FilePageSetupHeader.md
index 0f11282b33b..a787a422284 100644
--- a/api/Project.Application.FilePageSetupHeader.md
+++ b/api/Project.Application.FilePageSetupHeader.md
@@ -27,7 +27,7 @@ Sets up headers for printing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the view or report for which to set up headers for printing.|
| _Alignment_|Optional|**Long**|The alignment of the text in the header. Can be one of the following **PjAlignment** constants: **pjLeft**, **pjCenter**, or **pjRight**. The default value is **pjCenter**.|
@@ -63,7 +63,7 @@ Sets up headers for printing.
|&;[ _Field_Name_ ]|Prints the value of the field specified with _Field_Name_. If a macro will be run in more than one language, the field specified with _Field_Name_ must use the name localized for each language. An example would be &;[Actual Cost].|
|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePageSetupLegend.md b/api/Project.Application.FilePageSetupLegend.md
index 4c4d1be2ab1..a19afe27dfe 100644
--- a/api/Project.Application.FilePageSetupLegend.md
+++ b/api/Project.Application.FilePageSetupLegend.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the view or report for which to set up legends for printing.|
| _TextWidth_|Optional|**Integer**|The width of the text, in inches or centimeters.|
diff --git a/api/Project.Application.FilePageSetupLegendEx.md b/api/Project.Application.FilePageSetupLegendEx.md
index 8d970ea49d3..6b3699013da 100644
--- a/api/Project.Application.FilePageSetupLegendEx.md
+++ b/api/Project.Application.FilePageSetupLegendEx.md
@@ -25,7 +25,7 @@ _expression_ An expression that returns an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the view or report for which to set up legends for printing.|
| _TextWidth_|Optional|**Integer**|The width of the text, in inches or centimeters.|
diff --git a/api/Project.Application.FilePageSetupMargins.md b/api/Project.Application.FilePageSetupMargins.md
index 31ca05f8764..a6efcf9e3c2 100644
--- a/api/Project.Application.FilePageSetupMargins.md
+++ b/api/Project.Application.FilePageSetupMargins.md
@@ -27,7 +27,7 @@ Sets up margins for printing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the view or report for which to set up margins for printing.|
| _Top_|Optional|**Long**|The size of the top margin in inches or centimeters.|
@@ -36,7 +36,7 @@ Sets up margins for printing.
| _Right_|Optional|**Long**|The size of the right margin in inches or centimeters.|
| _Borders_|Optional|**Long**|Where to print borders. Can be one of the following **PjBorder** constants: **pjNoBorder**, **pjAroundEveryPage**, or **pjOutsidePages**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePageSetupPage.md b/api/Project.Application.FilePageSetupPage.md
index ab4b8004024..28298639472 100644
--- a/api/Project.Application.FilePageSetupPage.md
+++ b/api/Project.Application.FilePageSetupPage.md
@@ -27,7 +27,7 @@ Sets up pages for printing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the view or report for which to set up pages for printing.|
| _Portrait_|Optional|**Boolean**|**True** if the page orientation is portrait. **False** if the page orientation is landscape.|
@@ -37,7 +37,7 @@ Sets up pages for printing.
| _PaperSize_|Optional|**Long**|The size of the paper to be used when printing. (Some printers may not support all of these paper sizes.) Can be one of the **[PjPaperSize](Project.PjPaperSize.md)** constants.|
| _FirstPageNumber_|Optional|**String**|Any valid integer to print on the first page or the string "Auto" to print the actual number of the first printed page. (For example, "3" if the first printed page is page 3.) Succeeding page numbers are incremented on this number. The default value is "Auto".|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePageSetupView.md b/api/Project.Application.FilePageSetupView.md
index 860d392f8d8..b339bfe1f6e 100644
--- a/api/Project.Application.FilePageSetupView.md
+++ b/api/Project.Application.FilePageSetupView.md
@@ -27,7 +27,7 @@ Sets up view-specific options for printing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the view or report for which to set up pages for printing.|
| _AllSheetColumns_|Optional|**Boolean**|**True** if all table columns print. **False** if only visible table columns print. This argument is only available when the Task Usage view, Resource Usage view, or one of the Gantt views is the active view.|
@@ -38,7 +38,7 @@ Sets up view-specific options for printing.
| _PrintColumnTotals_|Optional|**Variant**|NOT available at this time.|
| _PrintRowTotals_|Optional|**Variant**|NOT available at this time.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePrint.md b/api/Project.Application.FilePrint.md
index afaa5b05fa4..a5744f88b6e 100644
--- a/api/Project.Application.FilePrint.md
+++ b/api/Project.Application.FilePrint.md
@@ -27,7 +27,7 @@ Prints the active view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FromPage_|Optional|**Integer**|A number that specifies the first page to print. The default value is 1.|
| _ToPage_|Optional|**Integer**|A number that specifies the last page to print. The default is the last page in the project.|
@@ -41,7 +41,7 @@ Prints the active view.
| _Color_|Optional|**Boolean**|**True** if Project prints the active view in color. The default value is **False**.|
| _ShowIEPrintDialog_|Optional|**Boolean**|If **True**, shows the Internet Explorer print dialog while printing.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePrintPreview.md b/api/Project.Application.FilePrintPreview.md
index 4b730b1a6fd..c0150e95a7a 100644
--- a/api/Project.Application.FilePrintPreview.md
+++ b/api/Project.Application.FilePrintPreview.md
@@ -23,7 +23,7 @@ Provides a print preview of the active project. Acts the same as the **FilePrin
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilePrintSetup.md b/api/Project.Application.FilePrintSetup.md
index f6b2585bf82..a6773dd652f 100644
--- a/api/Project.Application.FilePrintSetup.md
+++ b/api/Project.Application.FilePrintSetup.md
@@ -27,11 +27,11 @@ Specifies the active printer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Printer_|Optional|**String**|The full name or port name of the active printer.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FileProperties.md b/api/Project.Application.FileProperties.md
index e665f23f02c..b804b0bef36 100644
--- a/api/Project.Application.FileProperties.md
+++ b/api/Project.Application.FileProperties.md
@@ -23,7 +23,7 @@ Displays the **Properties** dialog box for the active project file.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FileSave.md b/api/Project.Application.FileSave.md
index 9ad26d1a49f..0d376ee5a8e 100644
--- a/api/Project.Application.FileSave.md
+++ b/api/Project.Application.FileSave.md
@@ -23,7 +23,7 @@ Saves the active project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FileSaveAs.md b/api/Project.Application.FileSaveAs.md
index 3c3e4eeb618..dda58e80984 100644
--- a/api/Project.Application.FileSaveAs.md
+++ b/api/Project.Application.FileSaveAs.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of a project file.|
| _Format_|Optional|**PjFileFormat**|Specifies the file format. The format of the file. The _FormatID_ argument should be used in place of _Format_, which is included primarily for backwards compatibility. If _FormatID_ is specified, _Format_ is ignored. Can be one of the **[PjFileFormat](Project.PjFileFormat.md)** constants. The default is **pjMPP**.|
diff --git a/api/Project.Application.FileSaveOffline.md b/api/Project.Application.FileSaveOffline.md
index b23444d821d..684e7c9ae83 100644
--- a/api/Project.Application.FileSaveOffline.md
+++ b/api/Project.Application.FileSaveOffline.md
@@ -27,11 +27,11 @@ Saves the file for viewing offline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Save_|Optional|**Long**|Can be one of the following **PjSaveType** constants: **pjDoNotSave**, **pjSave**, or **pjPromptSave**. The default value is **pjPromptSave** for new project files and projects that have changed since the last save.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FileSaveWorkspace.md b/api/Project.Application.FileSaveWorkspace.md
index b4f50a59667..a7187357e24 100644
--- a/api/Project.Application.FileSaveWorkspace.md
+++ b/api/Project.Application.FileSaveWorkspace.md
@@ -27,11 +27,11 @@ Saves a list of open files and the current settings in the **Options** dialog b
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the file to create. If **Name** is omitted, Project prompts for the file name.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FillAcross.md b/api/Project.Application.FillAcross.md
index ae89e7d9761..2b4ba2a720b 100644
--- a/api/Project.Application.FillAcross.md
+++ b/api/Project.Application.FillAcross.md
@@ -27,11 +27,11 @@ Fills the selected cells or columns with the values in the specified cell or col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Right_|Optional|**Boolean**|**True** if values in the leftmost cell or column of the selection are copied right to the other selected cells or columns. **False** if values in the rightmost cell or column are copied left to the other selected cells or columns. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FillDown.md b/api/Project.Application.FillDown.md
index f9a14040d1e..0b202248dd3 100644
--- a/api/Project.Application.FillDown.md
+++ b/api/Project.Application.FillDown.md
@@ -27,11 +27,11 @@ Fills the selected cells or rows with the values in the specified cell or row of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional|**Boolean**|**True** if values in the top cell or row of the selection are copied down to the other selected cells or rows. **False** if values in the bottom cell or row of the selection are copied up to the other selected cells or rows. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilterApply.md b/api/Project.Application.FilterApply.md
index 8d2f7f23e3b..d97fd74d4fd 100644
--- a/api/Project.Application.FilterApply.md
+++ b/api/Project.Application.FilterApply.md
@@ -27,14 +27,14 @@ Sets the current filter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the filter to use.|
| _Highlight_|Optional|**Boolean**|**True** if Project highlights rows rather than applying the filter. The default value is **False**.|
| _Value1_|Optional|**String**|The first value to use when applying an interactive filter.|
| _Value2_|Optional|**String**|The second value to use when applying an interactive filter.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilterClear.md b/api/Project.Application.FilterClear.md
index 80df2efdfbb..c6f7d186044 100644
--- a/api/Project.Application.FilterClear.md
+++ b/api/Project.Application.FilterClear.md
@@ -23,7 +23,7 @@ Removes any filter that is set on the current view.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilterEdit.md b/api/Project.Application.FilterEdit.md
index 1c081e5fc1b..cb0b7fdd657 100644
--- a/api/Project.Application.FilterEdit.md
+++ b/api/Project.Application.FilterEdit.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of a filter to edit, create, or copy.|
| _TaskFilter_|Required|**Boolean**|**True** if the filter specified with Name contains task information. **False** if the filter contains resource information.|
diff --git a/api/Project.Application.FilterNew.md b/api/Project.Application.FilterNew.md
index 2834aaea1f8..0e5ab0e0cb6 100644
--- a/api/Project.Application.FilterNew.md
+++ b/api/Project.Application.FilterNew.md
@@ -27,11 +27,11 @@ Shows the **Filter Definition** dialog box, where the user can create a filter
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FilterType_|Optional|**PjFilterViewType**|Specifies whether the filter is for task information or resource information. Can be one of the following constants of the **[PjFilterViewType](Project.PjFilterViewType.md)** enumeration: **pjFilterViewTypeResource**, **pjFilterViewTypeTask**, or **pjFilterViewTypeUseView**. The default value is **pjFilterViewTypeUseView**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FilterShowSummaryRows.md b/api/Project.Application.FilterShowSummaryRows.md
index 58193c869ca..044878921ca 100644
--- a/api/Project.Application.FilterShowSummaryRows.md
+++ b/api/Project.Application.FilterShowSummaryRows.md
@@ -27,11 +27,11 @@ Shows or hides the related summary rows.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _On_|Required|**Boolean**|**True** if summary rows are shown; otherwise, **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Filters.md b/api/Project.Application.Filters.md
index 7fc15a99860..215c4555523 100644
--- a/api/Project.Application.Filters.md
+++ b/api/Project.Application.Filters.md
@@ -23,7 +23,7 @@ Displays the **More Filters** dialog box, which prompts the user to use a filte
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Find.md b/api/Project.Application.Find.md
index 53dc04653a0..763490034d0 100644
--- a/api/Project.Application.Find.md
+++ b/api/Project.Application.Find.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Optional|**String**|The name of the field to search.|
| _Test_|Optional|**String**|The type of comparison made between Field and Value. Can be one of the [comparison strings](#comparison-strings).|
diff --git a/api/Project.Application.FindEx.md b/api/Project.Application.FindEx.md
index 050d20c8ad3..9a1709e829a 100644
--- a/api/Project.Application.FindEx.md
+++ b/api/Project.Application.FindEx.md
@@ -25,7 +25,7 @@ _expression_ An expression that returns an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Optional|**String**|The name of the field to search.|
| _Test_|Optional|**String**|The type of comparison made between Field and Value. Can be one of the following [comparison strings](#comparison-strings).|
diff --git a/api/Project.Application.FindFile.md b/api/Project.Application.FindFile.md
index 14cd6808203..8a26ee435ed 100644
--- a/api/Project.Application.FindFile.md
+++ b/api/Project.Application.FindFile.md
@@ -23,7 +23,7 @@ Displays the **File Open** dialog box, which allows the user to search for a fi
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FindNext.md b/api/Project.Application.FindNext.md
index 2ff542ab480..d38bb709a15 100644
--- a/api/Project.Application.FindNext.md
+++ b/api/Project.Application.FindNext.md
@@ -23,7 +23,7 @@ Repeats the last search and returns **True** if the search value is found.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FindPrevious.md b/api/Project.Application.FindPrevious.md
index 3bd1338bd91..9c7b2e14798 100644
--- a/api/Project.Application.FindPrevious.md
+++ b/api/Project.Application.FindPrevious.md
@@ -23,7 +23,7 @@ Repeats the last search and returns **True** if the search value is found.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FollowHyperlink.md b/api/Project.Application.FollowHyperlink.md
index be42351ec7e..775dac7d466 100644
--- a/api/Project.Application.FollowHyperlink.md
+++ b/api/Project.Application.FollowHyperlink.md
@@ -27,14 +27,14 @@ Opens the document specified by a hyperlink address.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Optional|**String**|The address of the target document. If **Address** is omitted and a text field is selected, the text of the selected field is used. If **Address** is omitted and a text field is not selected, Project returns an error.|
| _SubAddress_|Optional|**String**|A location within the target document.|
| _AddHistory_|Optional|**Boolean**|**True** if the target document should be added to the History folder. The default value is **True**.|
| _NewWindow_|Optional|**Boolean**|**True** if the target document should display in a new window. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Font32Ex.md b/api/Project.Application.Font32Ex.md
index 7913424cf28..292cb953931 100644
--- a/api/Project.Application.Font32Ex.md
+++ b/api/Project.Application.Font32Ex.md
@@ -27,7 +27,7 @@ Sets the font for the text in the active cells, where the text color can be a he
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the font.|
| _Size_|Optional|**Integer**|The size of the font in points.|
@@ -40,7 +40,7 @@ Sets the font for the text in the active cells, where the text color can be a he
| _Pattern_|Optional|**Variant**|Background pattern of the cell. Can be one of the **[PjFillPattern](Project.PjFillPattern.md)** constants.|
| _Strikethrough_|Optional|**Variant**|**True** if the font is the strikethrough format.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FontBold.md b/api/Project.Application.FontBold.md
index b289bfaf95a..e7e6141602c 100644
--- a/api/Project.Application.FontBold.md
+++ b/api/Project.Application.FontBold.md
@@ -27,11 +27,11 @@ Applies or removes bold formatting from the selected text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Boolean**|**True** if bold formatting is applied to the selected text. **False** if bold formatting is removed from the selected text. The default value is **False** if the selected text is bold and **True** if the selected text is not bold.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FontEx.md b/api/Project.Application.FontEx.md
index 50e53c7f5f4..c430d0ef2b6 100644
--- a/api/Project.Application.FontEx.md
+++ b/api/Project.Application.FontEx.md
@@ -27,7 +27,7 @@ Sets the font for the text in the active cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the font.|
| _Size_|Optional|**Integer**|The size of the font in points.|
@@ -39,7 +39,7 @@ Sets the font for the text in the active cells.
| _CellColor_|Optional|**Variant**|The color of the cell. Can be one of the **[PjColor](Project.PjColor.md)** constants.|
| _Pattern_|Optional|**Variant**|Background pattern of the cell. Can be one of the **[PjFillPattern](Project.PjFillPattern.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FontItalic.md b/api/Project.Application.FontItalic.md
index 3b8fc15a412..d074adcd649 100644
--- a/api/Project.Application.FontItalic.md
+++ b/api/Project.Application.FontItalic.md
@@ -27,11 +27,11 @@ Applies or removes italic formatting from the selected text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Boolean**|**True** if italic formatting is applied to the selected text. **False** if italic formatting is removed from the selected text. The default value is **False** if the selected text is italic and **True** if the selected text is not italic.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FontStrikethrough.md b/api/Project.Application.FontStrikethrough.md
index 9c51c82b22a..560fabd36ed 100644
--- a/api/Project.Application.FontStrikethrough.md
+++ b/api/Project.Application.FontStrikethrough.md
@@ -27,11 +27,11 @@ Applies or removes strikethrough formatting from the selected text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Variant**|**True** if strikethrough formatting is applied to the selected text. **False** if strikethrough formatting is removed from the selected text. The default value is **False** if the selected text has strikethrough formatting and **True** if the selected text does not have strikethrough formatting.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FontUnderLine.md b/api/Project.Application.FontUnderLine.md
index 28ec848d4cb..cd745ab2712 100644
--- a/api/Project.Application.FontUnderLine.md
+++ b/api/Project.Application.FontUnderLine.md
@@ -27,11 +27,11 @@ Applies or removes underlining from the selected text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Variant**|**True** if underlining is applied to the selected text. **False** if underlining is removed from the selected text. The default value is **False** if the selected text is underlined and **True** if the selected text is not underlined.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Form.md b/api/Project.Application.Form.md
index 8515a763d95..22c7197aeb5 100644
--- a/api/Project.Application.Form.md
+++ b/api/Project.Application.Form.md
@@ -27,11 +27,11 @@ Displays a custom form. The **Form** method produces an error if a resource for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of a custom form. The default is a task form when the active view is a task view, and a resource form when the active view is a resource view.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FormViewShow.md b/api/Project.Application.FormViewShow.md
index fcd63bd4c58..e8c32171171 100644
--- a/api/Project.Application.FormViewShow.md
+++ b/api/Project.Application.FormViewShow.md
@@ -23,7 +23,7 @@ Shows or hides the form view in the lower pane.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FormatCopy.md b/api/Project.Application.FormatCopy.md
index f4445405007..385ad213b6d 100644
--- a/api/Project.Application.FormatCopy.md
+++ b/api/Project.Application.FormatCopy.md
@@ -23,7 +23,7 @@ Copies the formats of the selected cells.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FormatPainter.md b/api/Project.Application.FormatPainter.md
index db5ebaf4fe0..8afba748c05 100644
--- a/api/Project.Application.FormatPainter.md
+++ b/api/Project.Application.FormatPainter.md
@@ -23,7 +23,7 @@ Paints the formatting of the selected object onto another object.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.FormatPaste.md b/api/Project.Application.FormatPaste.md
index 778ec2ed1c6..f2d2e28e762 100644
--- a/api/Project.Application.FormatPaste.md
+++ b/api/Project.Application.FormatPaste.md
@@ -23,7 +23,7 @@ Pastes formats (copied with the **FormatCopy** method) into the selected cells.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarEditEx.md b/api/Project.Application.GanttBarEditEx.md
index 98202e79d7a..965645a722e 100644
--- a/api/Project.Application.GanttBarEditEx.md
+++ b/api/Project.Application.GanttBarEditEx.md
@@ -27,7 +27,7 @@ Changes or creates a Gantt bar style, where colors can be hexadecimal values.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**String**|The name or row number of the Gantt bar style to change in the **Bar Styles** dialog box.|
| _Create_|Optional|**Boolean**|**True** if a new Gantt bar style is created and inserted in the **Bar Styles** dialog box before the Gantt bar style specified with **Item**. If **Item** is "-1", the new Gantt bar style is added to the end of the list of styles. The default value is **False**.|
@@ -51,7 +51,7 @@ Changes or creates a Gantt bar style, where colors can be hexadecimal values.
| _RightText_|Optional|**String**|The task field to display to the right of the Gantt bar.|
| _InsideText_|Optional|**String**|The task field to display inside the Gantt bar.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarFormat.md b/api/Project.Application.GanttBarFormat.md
index 16b7f95c75c..382f0ec8326 100644
--- a/api/Project.Application.GanttBarFormat.md
+++ b/api/Project.Application.GanttBarFormat.md
@@ -27,7 +27,7 @@ Changes the formatting of Gantt bars from their default styles.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Optional|**Long**|The identification number of the task to be changed on the Gantt chart. The default is to change the Gantt bars of the selected tasks.|
| _GanttStyle_|Optional|**Integer**|The style applied to the Gantt bar to be formatted. The value for GanttStyle is based on the position of the bar style in the **Bar Styles** dialog box. For example, the value 3 returns the third bar style in the list.|
@@ -48,7 +48,7 @@ Changes the formatting of Gantt bars from their default styles.
| _Reset_|Optional|**Boolean**|**True** if the bar formatting is reset to the default formatting of the style in the **Bar Styles** dialog box; otherwise, **False**.|
| _ProjectName_|Optional|**String**|The name of the project containing **TaskID** if consolidation is involved. The default value is the name of the active project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarFormatEx.md b/api/Project.Application.GanttBarFormatEx.md
index 28ff10d1076..ec0ae6cef2b 100644
--- a/api/Project.Application.GanttBarFormatEx.md
+++ b/api/Project.Application.GanttBarFormatEx.md
@@ -27,7 +27,7 @@ Changes the formatting of Gantt bars from their default styles, where colors can
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Optional|**Long**|The identification number of the task to be changed on the Gantt chart. The default is to change the Gantt bars of the selected tasks.|
| _GanttStyle_|Optional|**Integer**|The style applied to the Gantt bar to be formatted. The value for GanttStyle is based on the position of the bar style in the **Bar Styles** dialog box. For example, the value 3 returns the third bar style in the list.|
@@ -48,7 +48,7 @@ Changes the formatting of Gantt bars from their default styles, where colors can
| _Reset_|Optional|**Boolean**|**True** if the bar formatting is reset to the default formatting of the style in the **Bar Styles** dialog box; otherwise, **False**.|
| _ProjectName_|Optional|**String**|The name of the project containing **TaskID** if consolidation is involved. The default value is the name of the active project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarLinks.md b/api/Project.Application.GanttBarLinks.md
index 0f82aafd0e3..e95ff02fc3e 100644
--- a/api/Project.Application.GanttBarLinks.md
+++ b/api/Project.Application.GanttBarLinks.md
@@ -27,11 +27,11 @@ Shows or hides task links on the Gantt Chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Display_|Optional|**Long**|Where links will be drawn from the ends of predecessor links. Can be one of the **[PjGanttBarLink](Project.PjGanttBarLink.md)** constants. The default value is **PjNoGanttBarLinks**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarSize.md b/api/Project.Application.GanttBarSize.md
index 766e6a189dc..606dc0bf780 100644
--- a/api/Project.Application.GanttBarSize.md
+++ b/api/Project.Application.GanttBarSize.md
@@ -27,11 +27,11 @@ Sets the height, in points, of the Gantt bars in the active Gantt Chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Size_|Required|**Long**|A constant specifying the height, in points, of the Gantt bars in the active Gantt Chart. Can be one of the following **[PjBarSize](Project.PjBarSize.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarStyleBaseline.md b/api/Project.Application.GanttBarStyleBaseline.md
index f2ab88e828b..d446701a046 100644
--- a/api/Project.Application.GanttBarStyleBaseline.md
+++ b/api/Project.Application.GanttBarStyleBaseline.md
@@ -27,12 +27,12 @@ Shows or hides the specified baseline on Gantt bars of the active view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Baseline_|Required|**Integer**|Specifies the baseline number. Valid values are 0 through 10.|
| _Show_|Required|**Boolean**|If **True**, show the baseline. If **False**, hide the baseline.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarStyleCritical.md b/api/Project.Application.GanttBarStyleCritical.md
index 51bc1673648..597ad5d48d3 100644
--- a/api/Project.Application.GanttBarStyleCritical.md
+++ b/api/Project.Application.GanttBarStyleCritical.md
@@ -27,11 +27,11 @@ Shows or hides the critical tasks style on the active Gantt chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|If **False**, hides the critical path style. If **True**, shows the critical task style.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarStyleDelete.md b/api/Project.Application.GanttBarStyleDelete.md
index 8633a16c6af..c1e4492285a 100644
--- a/api/Project.Application.GanttBarStyleDelete.md
+++ b/api/Project.Application.GanttBarStyleDelete.md
@@ -27,11 +27,11 @@ Deletes a Gantt bar style from the active Gantt Chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**String**|**String**. The name or row number of the Gantt bar to delete from the **Bar Styles** dialog box.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarStyleEdit.md b/api/Project.Application.GanttBarStyleEdit.md
index 6436bfc2481..bc700285d45 100644
--- a/api/Project.Application.GanttBarStyleEdit.md
+++ b/api/Project.Application.GanttBarStyleEdit.md
@@ -27,7 +27,7 @@ Changes or creates a Gantt bar style.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**String**|The name or row number of the Gantt bar style to change in the **Bar Styles** dialog box.|
| _Create_|Optional|**Boolean**|**True** if a new Gantt bar style is created and inserted in the **Bar Styles** dialog box before the Gantt bar style specified with **Item**. If **Item** is "-1", the new Gantt bar style is added to the end of the list of styles. The default value is **False**.|
@@ -51,7 +51,7 @@ Changes or creates a Gantt bar style.
| _RightText_|Optional|**String**|The task field to display to the right of the Gantt bar.|
| _InsideText_|Optional|**String**|The task field to display inside the Gantt bar.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarStyleLate.md b/api/Project.Application.GanttBarStyleLate.md
index 124b5c499cd..b75b0db221f 100644
--- a/api/Project.Application.GanttBarStyleLate.md
+++ b/api/Project.Application.GanttBarStyleLate.md
@@ -27,11 +27,11 @@ Shows or hides the late tasks style on the active Gantt chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|If **False**, hides the late tasks style. If **True**, shows the late tasks style.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarStyleSlack.md b/api/Project.Application.GanttBarStyleSlack.md
index 42a89ce39d3..36823942621 100644
--- a/api/Project.Application.GanttBarStyleSlack.md
+++ b/api/Project.Application.GanttBarStyleSlack.md
@@ -27,11 +27,11 @@ Shows or hides the slack style for tasks on the active Gantt chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|If **False**, hides the slack. If **True**, shows the slack.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarStyleSlippage.md b/api/Project.Application.GanttBarStyleSlippage.md
index 1976cc89502..69a4713d3d7 100644
--- a/api/Project.Application.GanttBarStyleSlippage.md
+++ b/api/Project.Application.GanttBarStyleSlippage.md
@@ -27,12 +27,12 @@ Shows or hides slippage for the specified baseline on Gantt bars of the active v
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Baseline_|Required|**Integer**|Specifies the baseline number. Valid values are 0 through 10.|
| _Show_|Required|**Boolean**|If **True**, show the baseline slippage. If **False**, hide the baseline slippage.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttBarTextDateFormat.md b/api/Project.Application.GanttBarTextDateFormat.md
index ff48c1b42f8..03bc08e80ff 100644
--- a/api/Project.Application.GanttBarTextDateFormat.md
+++ b/api/Project.Application.GanttBarTextDateFormat.md
@@ -27,11 +27,11 @@ Sets the date format for text around bars on the Gantt Chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DateFormat_|Required|**Long**|A constant specifying the format of dates in the Gantt bar text. Can be one of the following **[PjDateFormat](Project.PjDateFormat.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttChartWizard.md b/api/Project.Application.GanttChartWizard.md
index 6a47fd99581..e1907519a12 100644
--- a/api/Project.Application.GanttChartWizard.md
+++ b/api/Project.Application.GanttChartWizard.md
@@ -23,7 +23,7 @@ Starts the GanttChartWizard.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttRollup.md b/api/Project.Application.GanttRollup.md
index 9799a098994..42d80821383 100644
--- a/api/Project.Application.GanttRollup.md
+++ b/api/Project.Application.GanttRollup.md
@@ -27,12 +27,12 @@ Specifies the rollup behavior of bars on the Gantt Chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AlwaysRollup_|Optional|**Boolean**|**True** if rolled-up Gantt bars always display. The default value is **False**.|
| _HideWhenSummaryExpanded_|Optional|**Boolean**|**True** if rolled-up Gantt bars should be hidden when summary tasks are expanded. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttShowBarSplits.md b/api/Project.Application.GanttShowBarSplits.md
index 2530b793095..7e61741285b 100644
--- a/api/Project.Application.GanttShowBarSplits.md
+++ b/api/Project.Application.GanttShowBarSplits.md
@@ -27,11 +27,11 @@ Shows or hides task splits on the Gantt Chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Display_|Optional|**Boolean**|**True** if task splits appear on the Gantt Chart. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GanttShowDrawings.md b/api/Project.Application.GanttShowDrawings.md
index 4ed838121ec..bea08447218 100644
--- a/api/Project.Application.GanttShowDrawings.md
+++ b/api/Project.Application.GanttShowDrawings.md
@@ -27,11 +27,11 @@ Shows or hides drawings on the Gantt Chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Display_|Optional|**Boolean**|**True** if drawings appear on the Gantt Chart. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GetCellInfo.md b/api/Project.Application.GetCellInfo.md
index d51c31dde58..4bfa750c4b5 100644
--- a/api/Project.Application.GetCellInfo.md
+++ b/api/Project.Application.GetCellInfo.md
@@ -27,12 +27,12 @@ Gets the cell object at the specified coordinates.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required|**Long**|Horizontal coordinate on the grid.|
| _y_|Required|**Long**|Vertical coordinate on the grid.|
-### Return Value
+### Return value
Cell
diff --git a/api/Project.Application.GetCurrentTheme.md b/api/Project.Application.GetCurrentTheme.md
index e0e728538fa..71749ca8648 100644
--- a/api/Project.Application.GetCurrentTheme.md
+++ b/api/Project.Application.GetCurrentTheme.md
@@ -20,7 +20,7 @@ Gets current Goal Bar theme and updates sidepane header background style.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.GetProjectServerSettingsEx.md b/api/Project.Application.GetProjectServerSettingsEx.md
index 2db6d0d4688..625ba34390f 100644
--- a/api/Project.Application.GetProjectServerSettingsEx.md
+++ b/api/Project.Application.GetProjectServerSettingsEx.md
@@ -20,7 +20,7 @@ Returns global Project settings in a single XML string. You can obtain settings
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Application.GetProjectServerVersion.md b/api/Project.Application.GetProjectServerVersion.md
index 05bddc909e1..18142ea9d4b 100644
--- a/api/Project.Application.GetProjectServerVersion.md
+++ b/api/Project.Application.GetProjectServerVersion.md
@@ -27,11 +27,11 @@ This method checks the version of the Project Server for the active project. The
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ServerURL_|Required|**String**|A string representing the URL of the Project Server whose version needs to be checked.|
-### Return Value
+### Return value
PjServerVersionInfo
diff --git a/api/Project.Application.GetRedoListCount.md b/api/Project.Application.GetRedoListCount.md
index c5381b9607d..e1e197539ee 100644
--- a/api/Project.Application.GetRedoListCount.md
+++ b/api/Project.Application.GetRedoListCount.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.GetRedoListItem.md b/api/Project.Application.GetRedoListItem.md
index 9081f6d1566..d52497ead33 100644
--- a/api/Project.Application.GetRedoListItem.md
+++ b/api/Project.Application.GetRedoListItem.md
@@ -27,11 +27,11 @@ Returns the label of the specified item in the redo list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ItemIndex_|Required|**Long**|Index of the item in the redo list.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Application.GetThemedColor.md b/api/Project.Application.GetThemedColor.md
index 9c6507b2234..bf3fd5b63f3 100644
--- a/api/Project.Application.GetThemedColor.md
+++ b/api/Project.Application.GetThemedColor.md
@@ -27,11 +27,11 @@ Returns the color of the specified theme element type in the Project Guide. Depr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _elementType_|Required|**Long**|A valid theme element type. Can be one of the constants in the **[PjThemeElement](Project.PjThemeElement.md)** enumeration.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.GetUndoListCount.md b/api/Project.Application.GetUndoListCount.md
index cd342b9d799..658295882cd 100644
--- a/api/Project.Application.GetUndoListCount.md
+++ b/api/Project.Application.GetUndoListCount.md
@@ -23,7 +23,7 @@ Returns the number of items in the undo list.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.GetUndoListItem.md b/api/Project.Application.GetUndoListItem.md
index 624d44dd368..60fc16d38ab 100644
--- a/api/Project.Application.GetUndoListItem.md
+++ b/api/Project.Application.GetUndoListItem.md
@@ -27,11 +27,11 @@ Returns the label of the specified undo list item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ItemIndex_|Required|**Long**|Index of the item in the undo list .|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Application.GoToItemInVersions.md b/api/Project.Application.GoToItemInVersions.md
index 61106397c82..9c87835d135 100644
--- a/api/Project.Application.GoToItemInVersions.md
+++ b/api/Project.Application.GoToItemInVersions.md
@@ -23,7 +23,7 @@ For the selected item in a project version comparison report, highlights that it
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GoalAreaChange.md b/api/Project.Application.GoalAreaChange.md
index 901c1431730..cfd1ead07e2 100644
--- a/api/Project.Application.GoalAreaChange.md
+++ b/api/Project.Application.GoalAreaChange.md
@@ -27,11 +27,11 @@ Changes Project Guide goal areas by triggering the **[WindowGoalAreaChange](Pro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _goalArea_|Required|**Integer**|An integer that corresponds to the new goal area to which you are changing. For example, setting the _goalArea_ argument to 1 will switch to the first goal area in the Project Guide.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GoalAreaHighlight.md b/api/Project.Application.GoalAreaHighlight.md
index 67a52b4c944..00d48366ce3 100644
--- a/api/Project.Application.GoalAreaHighlight.md
+++ b/api/Project.Application.GoalAreaHighlight.md
@@ -27,7 +27,7 @@ Highlights a goal area on the **Project Guide** toolbar to indicate it is curre
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _goalArea_|Required|**Long**|The ID of the goal area to highlight. For example, setting the _goalArea_ argument to 1 highlights the first goal area in the **Goal Bar**.|
diff --git a/api/Project.Application.GoalAreaTaskHighlight.md b/api/Project.Application.GoalAreaTaskHighlight.md
index 7f5cee44ee0..cf72d06fa80 100644
--- a/api/Project.Application.GoalAreaTaskHighlight.md
+++ b/api/Project.Application.GoalAreaTaskHighlight.md
@@ -24,7 +24,7 @@ Highlights a specified task in the Project Guide. Deprecated in Project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Required|**Long**|The Task ID you wish to highlight.|
diff --git a/api/Project.Application.GotoNextOverAllocation.md b/api/Project.Application.GotoNextOverAllocation.md
index 6c5895696d1..0af00e150f1 100644
--- a/api/Project.Application.GotoNextOverAllocation.md
+++ b/api/Project.Application.GotoNextOverAllocation.md
@@ -23,7 +23,7 @@ Scrolls a timescale view to display the next overallocated resource.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GotoTaskDates.md b/api/Project.Application.GotoTaskDates.md
index a9d3c6b72cb..46de12a2ad9 100644
--- a/api/Project.Application.GotoTaskDates.md
+++ b/api/Project.Application.GotoTaskDates.md
@@ -23,7 +23,7 @@ Scrolls the Gantt Chart, Resource Usage, or Task Usage view to display the start
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Gridlines.md b/api/Project.Application.Gridlines.md
index 5ddb5c28807..36f285e787d 100644
--- a/api/Project.Application.Gridlines.md
+++ b/api/Project.Application.Gridlines.md
@@ -23,7 +23,7 @@ Displays the **Gridlines** dialog box. This method is unavailable when the acti
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GridlinesEdit.md b/api/Project.Application.GridlinesEdit.md
index 96b84cbec72..67b6def6977 100644
--- a/api/Project.Application.GridlinesEdit.md
+++ b/api/Project.Application.GridlinesEdit.md
@@ -27,7 +27,7 @@ Edits gridlines.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**Integer**|The gridline to edit. Can be one of the following **[PjGridline](Project.PjGridline.md)** constants:
If the Gantt Chart is active: pjBarRows , pjGanttCurrentDate , pjGanttPageBreaks , pjGanttProjectFinish , pjGanttProjectStart , pjGanttRows , pjGanttSheetColumns , pjGanttSheetRows , pjGanttStatusDate , pjGanttTitleHorizontal , pjGanttTitleVertical , pjMajorColumns , or pjMinorColumns .
If the Calendar view is active: pjCalendarDays , pjCalendarWeeks , pjTitleHorizontal , pjTitleVertical , pjDateBoxTop , or pjDateBoxBottom .
@@ -39,7 +39,7 @@ Edits gridlines.
| _IntervalType_|Optional|**Integer**|The type for secondary gridlines. Can be one of the **[PjLineType](Project.PjLineType.md)** constants.|
| _IntervalColor_|Optional|**Integer**|The color of secondary gridlines. Can be one of the **[PjColor](Project.PjColor.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GridlinesEditEx.md b/api/Project.Application.GridlinesEditEx.md
index 001fb6d9b3a..79771747516 100644
--- a/api/Project.Application.GridlinesEditEx.md
+++ b/api/Project.Application.GridlinesEditEx.md
@@ -27,7 +27,7 @@ Edits gridlines, where colors can be hexadecimal values.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**Integer**|The gridline to edit. Can be one of the following **[PjGridline](Project.PjGridline.md)** constants:
If the Gantt Chart is active: pjBarRows , pjGanttCurrentDate , pjGanttPageBreaks , pjGanttProjectFinish , pjGanttProjectStart , pjGanttRows , pjGanttSheetColumns , pjGanttSheetRows , pjGanttStatusDate , pjGanttTitleHorizontal , pjGanttTitleVertical , pjMajorColumns , or pjMinorColumns .
If the Calendar view is active: pjCalendarDays , pjCalendarWeeks , pjTitleHorizontal , pjTitleVertical , pjDateBoxTop , or pjDateBoxBottom .
@@ -39,7 +39,7 @@ Edits gridlines, where colors can be hexadecimal values.
| _IntervalType_|Optional|**Integer**|The type for secondary gridlines. Can be one of the **[PjLineType](Project.PjLineType.md)** constants.|
| _IntervalColor_|Optional|**Long**|The color of secondary gridlines. Can be a hexadecimal RGB value, where red is the last byte.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GroupApply.md b/api/Project.Application.GroupApply.md
index 351da6b8add..96210f19662 100644
--- a/api/Project.Application.GroupApply.md
+++ b/api/Project.Application.GroupApply.md
@@ -27,11 +27,11 @@ Sets the current group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the group to use.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GroupBy.md b/api/Project.Application.GroupBy.md
index 90f3dc42424..c5995a9549b 100644
--- a/api/Project.Application.GroupBy.md
+++ b/api/Project.Application.GroupBy.md
@@ -23,7 +23,7 @@ Displays the **Customize Group By** dialog box.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GroupClear.md b/api/Project.Application.GroupClear.md
index aa851c2998e..f53c32cc32f 100644
--- a/api/Project.Application.GroupClear.md
+++ b/api/Project.Application.GroupClear.md
@@ -23,7 +23,7 @@ Removes the current group from the view.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GroupMaintainHierarchy.md b/api/Project.Application.GroupMaintainHierarchy.md
index d5298419525..f2cbaa99da1 100644
--- a/api/Project.Application.GroupMaintainHierarchy.md
+++ b/api/Project.Application.GroupMaintainHierarchy.md
@@ -27,11 +27,11 @@ Shows or hides item hierarchy in task views or resource views where a group is a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _On_|Required|**Boolean**|**True** if hierarchy in the current group is maintained. **False** if hierarchy is not maintained.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.GroupNew.md b/api/Project.Application.GroupNew.md
index 69b51573593..cc28f744994 100644
--- a/api/Project.Application.GroupNew.md
+++ b/api/Project.Application.GroupNew.md
@@ -23,7 +23,7 @@ Displays the **Group Definition** dialog box.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Groups.md b/api/Project.Application.Groups.md
index be777c92a70..41680f79d32 100644
--- a/api/Project.Application.Groups.md
+++ b/api/Project.Application.Groups.md
@@ -23,7 +23,7 @@ Displays the **More Groups** dialog box, which prompts the user to apply a grou
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.HelpAbout.md b/api/Project.Application.HelpAbout.md
index 5457dab4313..df5dc728836 100644
--- a/api/Project.Application.HelpAbout.md
+++ b/api/Project.Application.HelpAbout.md
@@ -23,7 +23,7 @@ Displays the **About Microsoft Project** dialog box, which lists version, copyr
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.HelpAnswerWizard.md b/api/Project.Application.HelpAnswerWizard.md
index 345769d8754..8aa44bc86d4 100644
--- a/api/Project.Application.HelpAnswerWizard.md
+++ b/api/Project.Application.HelpAnswerWizard.md
@@ -23,7 +23,7 @@ Displays the **Project Help** window, with the **Help** Toolbar, **Assistance**
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.HelpContents.md b/api/Project.Application.HelpContents.md
index 8f3cdc7af60..d94fb67ab33 100644
--- a/api/Project.Application.HelpContents.md
+++ b/api/Project.Application.HelpContents.md
@@ -23,7 +23,7 @@ Displays the **Project Help** window, with the **Help** Toolbar, **Assistance**
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.HelpLaunch.md b/api/Project.Application.HelpLaunch.md
index 18215bc0372..94304721cc9 100644
--- a/api/Project.Application.HelpLaunch.md
+++ b/api/Project.Application.HelpLaunch.md
@@ -27,14 +27,14 @@ Starts a Help file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Optional|**String**|The file name (with either .hlp or .chm extension) of the Help file to start. If FileName is not specified and Search is **False**, the Project **Help** window appears with the navigation pane expanded.|
| _ContextNumber_|Optional|**Long**|The context number of a topic to display.|
| _Search_|Optional|**Boolean**|**True** if the **Help** window appears with the navigation pane expanded (CHM). If Search is **True**, ContextNumber is ignored. The default value is **False**.|
| _SearchKey_|Optional|**String**|Due to changes in the Project object model, this argument is no longer supported.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.HelpTechnicalSupport.md b/api/Project.Application.HelpTechnicalSupport.md
index 443f1a54216..b89fb7e1664 100644
--- a/api/Project.Application.HelpTechnicalSupport.md
+++ b/api/Project.Application.HelpTechnicalSupport.md
@@ -23,7 +23,7 @@ Displays the **Project Help** window, with the **Help** Toolbar, **Assistance**
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ImportCommitment.md b/api/Project.Application.ImportCommitment.md
index a4387a8d398..8f97dca34d1 100644
--- a/api/Project.Application.ImportCommitment.md
+++ b/api/Project.Application.ImportCommitment.md
@@ -27,12 +27,12 @@ Imports the specified deliverable into a project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CommitmentDate_|Optional|**Variant**|The commitment date of the deliverable.|
| _CommitmentGuid_|Optional|**Variant**|The class identifier of the deliverable.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ImportOutlookTasks.md b/api/Project.Application.ImportOutlookTasks.md
index 735b68b886c..24c4bea2523 100644
--- a/api/Project.Application.ImportOutlookTasks.md
+++ b/api/Project.Application.ImportOutlookTasks.md
@@ -23,7 +23,7 @@ Displays the **Import Outlook Tasks** dialog box, which allows tasks to be impo
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InactivateTaskToggle.md b/api/Project.Application.InactivateTaskToggle.md
index d5573223b3f..30849b78c00 100644
--- a/api/Project.Application.InactivateTaskToggle.md
+++ b/api/Project.Application.InactivateTaskToggle.md
@@ -27,11 +27,11 @@ Toggles the state of a task between inactive and active.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MakeActive_|Optional|**Variant**|Specifies whether to make the task active. If the task is active, **True** has no effect. If the task is inactive, **True** makes the task active.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InformationDialog.md b/api/Project.Application.InformationDialog.md
index 686424a2c97..9f2ef141a3e 100644
--- a/api/Project.Application.InformationDialog.md
+++ b/api/Project.Application.InformationDialog.md
@@ -27,11 +27,11 @@ Displays the **Assignment Information**, **Resource Information**, or **Task
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tab_|Optional|**Long**|The tab to display in the ** Assignment Information**, **Resource Information**, or **Task Information** dialog box.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InsertBlankRow.md b/api/Project.Application.InsertBlankRow.md
index 25d26991d69..9be4cd46378 100644
--- a/api/Project.Application.InsertBlankRow.md
+++ b/api/Project.Application.InsertBlankRow.md
@@ -23,7 +23,7 @@ Inserts a blank row above the selected task row or cell in a Gantt chart.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InsertHyperlink.md b/api/Project.Application.InsertHyperlink.md
index b27b17c4c43..7eea2b6101f 100644
--- a/api/Project.Application.InsertHyperlink.md
+++ b/api/Project.Application.InsertHyperlink.md
@@ -27,14 +27,14 @@ Inserts a hyperlink on the selected assignment, resource, or task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the hyperlink as it appears in the Hyperlink field.|
| _Address_|Optional|**String**|The address of the target document.|
| _SubAddress_|Optional|**String**|A location within the target document.|
| _ScreenTip_|Optional|**String**|The ScreenTip text for the hyperlink.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InsertManualTask.md b/api/Project.Application.InsertManualTask.md
index d44850a9779..d51c09b310a 100644
--- a/api/Project.Application.InsertManualTask.md
+++ b/api/Project.Application.InsertManualTask.md
@@ -23,7 +23,7 @@ Inserts a new manually scheduled task above the selected task row or cell in a G
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InsertMilestoneTask.md b/api/Project.Application.InsertMilestoneTask.md
index 2c430f4373b..234a3052025 100644
--- a/api/Project.Application.InsertMilestoneTask.md
+++ b/api/Project.Application.InsertMilestoneTask.md
@@ -23,7 +23,7 @@ Inserts a new milestone task above the selected task row or cell in a Gantt char
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InsertNotes.md b/api/Project.Application.InsertNotes.md
index dfe063397c4..3101e377760 100644
--- a/api/Project.Application.InsertNotes.md
+++ b/api/Project.Application.InsertNotes.md
@@ -23,7 +23,7 @@ Prompts the user to enter notes for the active assignment, resource, or task. If
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InsertResource.md b/api/Project.Application.InsertResource.md
index c5ff768c531..ef3584fb13f 100644
--- a/api/Project.Application.InsertResource.md
+++ b/api/Project.Application.InsertResource.md
@@ -27,11 +27,11 @@ Inserts a new resource in a resource view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**PjResourceTypes**|Specifies whether the type is a cost, material, or work resource. Can be one of the **[PjResourceTypes](Project.PjResourceTypes.md)** constants. The default is **pjResourceTypeWork**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InsertScheduledTask.md b/api/Project.Application.InsertScheduledTask.md
index 6de4481da8a..61e66484aa9 100644
--- a/api/Project.Application.InsertScheduledTask.md
+++ b/api/Project.Application.InsertScheduledTask.md
@@ -23,7 +23,7 @@ Inserts a new automatically scheduled task above the selected task row or cell i
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InsertSummaryTask.md b/api/Project.Application.InsertSummaryTask.md
index 460f1f78f2a..c39ebe2935d 100644
--- a/api/Project.Application.InsertSummaryTask.md
+++ b/api/Project.Application.InsertSummaryTask.md
@@ -23,7 +23,7 @@ Inserts a new summary task above the selected task row or cell in a Gantt chart.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.InsertTask.md b/api/Project.Application.InsertTask.md
index ef64e7e7fe5..0649f80773a 100644
--- a/api/Project.Application.InsertTask.md
+++ b/api/Project.Application.InsertTask.md
@@ -23,7 +23,7 @@ Inserts a new task of the default mode above the selected task row or cell in a
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.IsCommandEnabled.md b/api/Project.Application.IsCommandEnabled.md
index 8df6c9c98a8..816afbffe23 100644
--- a/api/Project.Application.IsCommandEnabled.md
+++ b/api/Project.Application.IsCommandEnabled.md
@@ -27,11 +27,11 @@ Shows whether the specified command is enabled.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CommandName_|Required|**String**|The name of a valid command.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.IsFunctionalitySupported.md b/api/Project.Application.IsFunctionalitySupported.md
index 2b7518699ae..6041f1f85a8 100644
--- a/api/Project.Application.IsFunctionalitySupported.md
+++ b/api/Project.Application.IsFunctionalitySupported.md
@@ -24,12 +24,12 @@ Occurs after the **LoadWebBrowserControl** method is called with the third para
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrFunctionality_|Required|**String**|Name of the functionality.|
| _Info_|Required|**EventInfo**|EventInfo object.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.IsOfficeTaskPaneVisible.md b/api/Project.Application.IsOfficeTaskPaneVisible.md
index d5cd5acd4f0..370e8172d39 100644
--- a/api/Project.Application.IsOfficeTaskPaneVisible.md
+++ b/api/Project.Application.IsOfficeTaskPaneVisible.md
@@ -20,7 +20,7 @@ Returns **True** if any of the Office task panes are visible.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.IsOffline.md b/api/Project.Application.IsOffline.md
index 5d296b3c6c6..c7db824d7e9 100644
--- a/api/Project.Application.IsOffline.md
+++ b/api/Project.Application.IsOffline.md
@@ -20,7 +20,7 @@ Returns **False** if Project Professional is connected with Project Server.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.IsReducedFunctionalityMode.md b/api/Project.Application.IsReducedFunctionalityMode.md
index 6efc64f759a..b54c63a4fb7 100644
--- a/api/Project.Application.IsReducedFunctionalityMode.md
+++ b/api/Project.Application.IsReducedFunctionalityMode.md
@@ -20,7 +20,7 @@ Indicates whether the installed Project application is in reduced functionality
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.IsURLTrusted.md b/api/Project.Application.IsURLTrusted.md
index 41fbdbc4aef..83511c3e625 100644
--- a/api/Project.Application.IsURLTrusted.md
+++ b/api/Project.Application.IsURLTrusted.md
@@ -24,11 +24,11 @@ Verifies whether the Project Web App URL belongs to a trusted site in the user's
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _URL_|Required|**String**|The URL of Project Web App.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.IsUndoingOrRedoing.md b/api/Project.Application.IsUndoingOrRedoing.md
index e48d7c66223..70f486b4f04 100644
--- a/api/Project.Application.IsUndoingOrRedoing.md
+++ b/api/Project.Application.IsUndoingOrRedoing.md
@@ -20,7 +20,7 @@ Indicates whether Project is currently executing an undo or redo action.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.JobCompleted.md b/api/Project.Application.JobCompleted.md
index 2c39f0b4f50..bc4359cb689 100644
--- a/api/Project.Application.JobCompleted.md
+++ b/api/Project.Application.JobCompleted.md
@@ -24,7 +24,7 @@ Occurs when a queued job originating from Project Professional is completed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrName_|Required|**String**|Name of the project whose queue job was completed.|
| _bstrprojGuid_|Required|**String**|GUID of the project whose queue job was completed.|
@@ -32,7 +32,7 @@ Occurs when a queued job originating from Project Professional is completed.
| _jobType_|Required|**Long**|Type of the job that was completed. For example, **Project Save**, **Project Publish**, or **Project Status Update**.|
| _lResult_|Required|**Long**|**HResult** (error code) of the queue operation. For example, **0** indicates success and **E_FAIL** indicates failure.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.JobStart.md b/api/Project.Application.JobStart.md
index 81c53a1829a..c4da91157c3 100644
--- a/api/Project.Application.JobStart.md
+++ b/api/Project.Application.JobStart.md
@@ -24,7 +24,7 @@ Occurs before the queue job is put on the server queue. Project Professional onl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrName_|Required|**String**|Name of the project whose queue job was completed.|
| _bstrprojGuid_|Required|**String**|GUID of the project whose queue job was completed.|
@@ -32,7 +32,7 @@ Occurs before the queue job is put on the server queue. Project Professional onl
| _jobType_|Required|**Long**|Job Type of the job that was completed. For example, **Project Save**, **Project Publish**, **Project Status Update**.|
| _lResult_|Required|**Long**|**HResult** (error code) of the queue operation. For example, **0** indicates that the job succeeded, **E_FAIL** indicates failure|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.Layout.md b/api/Project.Application.Layout.md
index c2bb2000e1f..aea47b62315 100644
--- a/api/Project.Application.Layout.md
+++ b/api/Project.Application.Layout.md
@@ -23,7 +23,7 @@ Displays the **Layout** dialog box, which allows the user to set layout options
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LayoutNow.md b/api/Project.Application.LayoutNow.md
index a6f9dd1b34e..7c61ae55b75 100644
--- a/api/Project.Application.LayoutNow.md
+++ b/api/Project.Application.LayoutNow.md
@@ -23,7 +23,7 @@ Lays out the active view according to its layout options.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LayoutRelatedNow.md b/api/Project.Application.LayoutRelatedNow.md
index cd89cc1f062..d87777aaa7a 100644
--- a/api/Project.Application.LayoutRelatedNow.md
+++ b/api/Project.Application.LayoutRelatedNow.md
@@ -23,7 +23,7 @@ Positions all task boxes in the active Network Diagram that are successors or su
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LayoutSelectionNow.md b/api/Project.Application.LayoutSelectionNow.md
index f480ee2bd5b..3e261178dc0 100644
--- a/api/Project.Application.LayoutSelectionNow.md
+++ b/api/Project.Application.LayoutSelectionNow.md
@@ -23,7 +23,7 @@ Positions the selected task boxes in the active Network Diagram view according t
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LevelNow.md b/api/Project.Application.LevelNow.md
index e990e71dddf..9e55e4f1e2b 100644
--- a/api/Project.Application.LevelNow.md
+++ b/api/Project.Application.LevelNow.md
@@ -27,11 +27,11 @@ Levels overallocated resources.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _All_|Optional|**Variant**|**True** if all resources are leveled. **False** if only selected resources are leveled.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LevelSelected.md b/api/Project.Application.LevelSelected.md
index d051fc7a4ee..41dd4af62cf 100644
--- a/api/Project.Application.LevelSelected.md
+++ b/api/Project.Application.LevelSelected.md
@@ -27,11 +27,11 @@ Levels the selected tasks to resolve resource conflicts or overallocations.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ResolveMethod_|Optional|**PjLevelSelectedOption**|Specifies what to resolve in the leveling process. Can be a **[PjLevelSelectedOption](Project.PjLevelSelectedOption.md)** constant. The default is **pjResolveSelectedTasks**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LevelingClear.md b/api/Project.Application.LevelingClear.md
index 0d8d6ba619e..a092b30203e 100644
--- a/api/Project.Application.LevelingClear.md
+++ b/api/Project.Application.LevelingClear.md
@@ -27,11 +27,11 @@ Removes the effects of leveling.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _All_|Optional|**Boolean**|**True** if delays are removed from all tasks. **False** if delays are removed from selected tasks only.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LevelingOptions.md b/api/Project.Application.LevelingOptions.md
index bdf5c65738f..1893c9d72a6 100644
--- a/api/Project.Application.LevelingOptions.md
+++ b/api/Project.Application.LevelingOptions.md
@@ -27,7 +27,7 @@ Specifies leveling options for the active project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Automatic_|Optional|**Boolean**|**True** if Project automatically levels tasks in the active project.|
| _DelayInSlack_|Optional|**Boolean**|**True** if the active project can be leveled only within the available slack time. **False** if the project can be delayed in order to level resources.|
@@ -41,7 +41,7 @@ Specifies leveling options for the active project.
| _LevelingCanSplit_|Optional|**Boolean**|**True** if leveling can create splits in remaining work.|
| _LevelProposedBookings_|Optional|**Boolean**|**True** if leveling includes proposed resource bookings.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LevelingOptionsEx.md b/api/Project.Application.LevelingOptionsEx.md
index ea962097b16..ace3a48fff0 100644
--- a/api/Project.Application.LevelingOptionsEx.md
+++ b/api/Project.Application.LevelingOptionsEx.md
@@ -27,7 +27,7 @@ Specifies leveling options for the active project, including leveling of manuall
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Automatic_|Optional|**Boolean**|**True** if Project automatically levels tasks in the active project. **False** if leveling is manual. The default value is **False**.|
| _DelayInSlack_|Optional|**Boolean**|**True** if the active project can be leveled only within the available slack time. **False** if the project can be delayed to level resources. The default value is **False**.|
@@ -42,7 +42,7 @@ Specifies leveling options for the active project, including leveling of manuall
| _LevelProposedBookings_|Optional|**Boolean**|**True** if leveling includes proposed resource bookings; otherwise, **False**. The default value is **False**.|
| _LevelPinnedTasks_|Optional|**Boolean**|**True** if manually scheduled tasks are leveled; otherwise, **False**. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LinkTasks.md b/api/Project.Application.LinkTasks.md
index b45ccd54719..e56dc41bbcd 100644
--- a/api/Project.Application.LinkTasks.md
+++ b/api/Project.Application.LinkTasks.md
@@ -23,7 +23,7 @@ Links the selected tasks in the Gantt Chart, Calendar, Task Sheet, or Task Usage
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LinkTasksEdit.md b/api/Project.Application.LinkTasksEdit.md
index adc62a868dc..e3ac2e2b143 100644
--- a/api/Project.Application.LinkTasksEdit.md
+++ b/api/Project.Application.LinkTasksEdit.md
@@ -27,7 +27,7 @@ Edits task dependencies (task links).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Required|**Long**|**Long**. The identification number of a predecessor task.|
| _To_|Required|**Long**|**Long**. The identification number of a successor task.|
@@ -37,7 +37,7 @@ Edits task dependencies (task links).
| _PredecessorProjectName_|Optional|**String**|The name of the subproject in a consolidated project that contains the task identified with **From**. If **PredecessorProjectName** is omitted, the current project is assumed.|
| _SuccessorProjectName_|Optional|**String**|The name of the subproject in a consolidated project that contains the task identified with **To**. If **SuccessorProjectName** is omitted, the current project is assumed.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LinksBetweenProjects.md b/api/Project.Application.LinksBetweenProjects.md
index aa445da4f76..8892eda6ab5 100644
--- a/api/Project.Application.LinksBetweenProjects.md
+++ b/api/Project.Application.LinksBetweenProjects.md
@@ -27,11 +27,11 @@ Specifies whether the **Links between Projects** dialog box appears when openin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AcceptAll_|Optional|**Boolean**|**True** if all changes to external predecessors and successors are accepted. **False** if the **Links between Projects** dialog box appears. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LoadWebBrowserControlEx.md b/api/Project.Application.LoadWebBrowserControlEx.md
index 15aab2b0237..56d8273c8d4 100644
--- a/api/Project.Application.LoadWebBrowserControlEx.md
+++ b/api/Project.Application.LoadWebBrowserControlEx.md
@@ -27,13 +27,13 @@ Displays HTML pages within Project when the **Project Guide** is shown or hidde
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TargetPage_|Required|**String**| A numeric ID that identifies the HTML target page that needs to be displayed. **TargetPage** can also be set to a URL, an XML stream, a pointer to an XML file, or any other string value.|
| _WrapperPage_|Optional|**Variant**|A pointer to an HTML page that provides wrapper functionality for the page being displayed in Project. The wrapper page contains event-handling code that allows Project functionality, such as saving files or changing views, to work when a Web page is being displayed. The WrapperPage parameter is used only when the **Project Guide** is hidden. When the **Project Guide** is shown, mainpage.htm is used as the wrapper page, and a WrapperPage parameter, if specified, is ignored. If no WrapperPage parameter is specified, Project uses the default wrapper page, gbui://wrapper.htm.|
| _FunctionalityName_|Optional|**Variant**|Name of the Project Guide function in the goal area.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LoadWebPage.md b/api/Project.Application.LoadWebPage.md
index df6a3c2c424..d5e1f4af482 100644
--- a/api/Project.Application.LoadWebPage.md
+++ b/api/Project.Application.LoadWebPage.md
@@ -24,12 +24,12 @@ Occurs after the **LoadWebBrowserControl** method is called. The method loads t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required|**Window**|The window from where the LoadWebBrowserControl method was called.|
| _TargetPage_|Required|**String**|The same TargetPage parameter that was used to call the LoadWebBrowserControl method.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.LoadWebPane.md b/api/Project.Application.LoadWebPane.md
index c03efd27a03..e749ef1376e 100644
--- a/api/Project.Application.LoadWebPane.md
+++ b/api/Project.Application.LoadWebPane.md
@@ -24,12 +24,12 @@ Occurs when Project loads a Web pane for **Task Drivers**, **Deliverables**, o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required|**Window**|The window from where the **LoadWebBrowserControl** method was called.|
| _TargetPage_|Required|**String**|The same TargetPage parameter that was used to call the **LoadWebBrowserControl** method.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.LoadWebPaneControl.md b/api/Project.Application.LoadWebPaneControl.md
index 3fb9cffffb1..fd7dbe86d29 100644
--- a/api/Project.Application.LoadWebPaneControl.md
+++ b/api/Project.Application.LoadWebPaneControl.md
@@ -27,12 +27,12 @@ Supports the Web pane that hosts the **Task Drivers**, **Project/Resource Impo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TargetPage_|Required|**String**|A numeric ID that identifies the HTML target page that needs to be displayed. **TargetPage** can also be set to a URL, an XML stream, a pointer to an XML file, or any other string value.|
| _WrapperPage_|Optional|**Variant**|A pointer to an HTML page that provides wrapper functionality for the page being displayed in Project. The wrapper page contains event-handling code that allows Project functionality, such as saving files or changing views, to work when a web page is being displayed. The WrapperPage parameter is only used when the **Project Guid**e is hidden. When the **Project Guide** is shown, mainpage.htm is used as the wrapper page, and a **WrapperPage** parameter, if specified, is ignored. If no WrapperPage parameter is specified, Project's default wrapper page, gbui://wrapper.htm, is used|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.LocaleID.md b/api/Project.Application.LocaleID.md
index 87110e0b664..cffc2b0a6e4 100644
--- a/api/Project.Application.LocaleID.md
+++ b/api/Project.Application.LocaleID.md
@@ -20,7 +20,7 @@ Returns the locale ID of the currently installed version of Project. .
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.LookUpTableAddEx.md b/api/Project.Application.LookUpTableAddEx.md
index 7efa81819cb..6bc3581b9bf 100644
--- a/api/Project.Application.LookUpTableAddEx.md
+++ b/api/Project.Application.LookUpTableAddEx.md
@@ -27,7 +27,7 @@ Appends items to the lookup table of a custom outline code definition.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|Specifies the custom outline code to edit. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Level_|Optional|**Long**|Specifies the level of the new code. The default value is the level of the last item in the lookup table.|
@@ -35,7 +35,7 @@ Appends items to the lookup table of a custom outline code definition.
| _Description_|Optional|**String**|A description for the field specified in the Code argument.|
| _Phonetic_|Optional|**String**|The phonetic spelling of the Code argument, used for sorting order in Japanese. For languages other than Japanese, Phonetic is ignored.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Macro.md b/api/Project.Application.Macro.md
index 4716c0fd58a..41a27b109b4 100644
--- a/api/Project.Application.Macro.md
+++ b/api/Project.Application.Macro.md
@@ -27,11 +27,11 @@ Runs a macro.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the macro to run. If **Name** is omitted, the **Macros** dialog box appears.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.MacroSecurity.md b/api/Project.Application.MacroSecurity.md
index 93d3b980b07..073e264b90f 100644
--- a/api/Project.Application.MacroSecurity.md
+++ b/api/Project.Application.MacroSecurity.md
@@ -23,7 +23,7 @@ Displays the **Security** dialog box, which can be used to set the security lev
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.MacroShowCode.md b/api/Project.Application.MacroShowCode.md
index f5e93c09a73..8dc6bff3321 100644
--- a/api/Project.Application.MacroShowCode.md
+++ b/api/Project.Application.MacroShowCode.md
@@ -23,7 +23,7 @@ Starts the Visual Basic Editor and displays any macro code in the active project
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.MacroShowVba.md b/api/Project.Application.MacroShowVba.md
index 72372d1ae4d..cee9f8e171d 100644
--- a/api/Project.Application.MacroShowVba.md
+++ b/api/Project.Application.MacroShowVba.md
@@ -23,7 +23,7 @@ Starts the Visual Basic Editor.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.MailLogoff.md b/api/Project.Application.MailLogoff.md
index 1bc6e553b48..eed67c527eb 100644
--- a/api/Project.Application.MailLogoff.md
+++ b/api/Project.Application.MailLogoff.md
@@ -20,7 +20,7 @@ Closes an established MAPI mail session.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Project.Application.MailLogon.md b/api/Project.Application.MailLogon.md
index 9af74132ba5..837a75b042d 100644
--- a/api/Project.Application.MailLogon.md
+++ b/api/Project.Application.MailLogon.md
@@ -24,7 +24,7 @@ Logs on to a MAPI mail system and establishes a mail session. A mail session mus
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The mail account name.|
| _Password_|Optional|**String**|The mail account password.|
diff --git a/api/Project.Application.MailPostDocument.md b/api/Project.Application.MailPostDocument.md
index 43b38e5519c..381537ec97c 100644
--- a/api/Project.Application.MailPostDocument.md
+++ b/api/Project.Application.MailPostDocument.md
@@ -23,7 +23,7 @@ Displays the **Send To Exchange Folder** dialog box to post a document to Micro
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.MailRoutingSlip.md b/api/Project.Application.MailRoutingSlip.md
index 3a6139dbaf5..42616065e25 100644
--- a/api/Project.Application.MailRoutingSlip.md
+++ b/api/Project.Application.MailRoutingSlip.md
@@ -27,7 +27,7 @@ Adds a mail routing slip for the active project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _To_|Optional|**String**|The user names of the recipients of the message, separated by commas.|
| _Subject_|Optional|**String**| The subject of the message.|
@@ -38,7 +38,7 @@ Adds a mail routing slip for the active project.
| _Clear_|Optional|**Boolean**|**True** if the list of user names in the **Routing Slip** dialog box is cleared. The default value is **False**.|
| _SendNow_|Optional|**Boolean**|**True** if the project is sent. **False** if the mail slip is edited without sending the project. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.MailSend.md b/api/Project.Application.MailSend.md
index 5e9f80c8c8b..76b5de2d988 100644
--- a/api/Project.Application.MailSend.md
+++ b/api/Project.Application.MailSend.md
@@ -27,7 +27,7 @@ Sends a mail message.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _To_|Optional|**String**|The user names of the primary recipients of the message, separated by commas.|
| _Cc_|Optional|**String**|The user names of the secondary recipients of the message, separated by commas.|
@@ -41,7 +41,7 @@ Sends a mail message.
| _SaveCopy_|Optional|**Boolean**|**True** if a copy of the message is saved in the SentItems folder. This argument is only supported in Microsoft Project for the Macintosh version 4.0.|
| _AddRecipient_|Optional|**Boolean**|**True** if recipients of the message are added to a personal address book. This argument is only supported in Microsoft Project for the Macintosh version 4.0.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.MailSession.md b/api/Project.Application.MailSession.md
index fcb76ce9889..ca80b289e21 100644
--- a/api/Project.Application.MailSession.md
+++ b/api/Project.Application.MailSession.md
@@ -20,7 +20,7 @@ Returns the MAPI mail session number as a hexadecimal string if there is an acti
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Application.MailSystem.md b/api/Project.Application.MailSystem.md
index b4c437d83e0..6d4d91e7925 100644
--- a/api/Project.Application.MailSystem.md
+++ b/api/Project.Application.MailSystem.md
@@ -20,7 +20,7 @@ Returns the type of e-mail system installed on the host machine.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
[PjMailSystem](Project.PjMailSystem.md)
diff --git a/api/Project.Application.MakeFieldEnterprise.md b/api/Project.Application.MakeFieldEnterprise.md
index f5f774102eb..dd557a4dbd8 100644
--- a/api/Project.Application.MakeFieldEnterprise.md
+++ b/api/Project.Application.MakeFieldEnterprise.md
@@ -27,13 +27,13 @@ Adds a local custom field to Project Server as an enterprise custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|Identification number of the local custom field. Use the **[FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md)** method to get the FieldID argument.|
| _FieldName_|Required|**String**|Name of the enterprise custom field to create.|
| _LookupTableName_|Optional|**String**|Name of the lookup table to create. The default value is an empty string ("").|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.MakeLocalCalendarEnterprise.md b/api/Project.Application.MakeLocalCalendarEnterprise.md
index 7aa8b0274be..e766fd4242d 100644
--- a/api/Project.Application.MakeLocalCalendarEnterprise.md
+++ b/api/Project.Application.MakeLocalCalendarEnterprise.md
@@ -27,12 +27,12 @@ Converts a local calendar to an enterprise calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OldName_|Optional|**String**|Name of the local calander.|
| _NewName_|Optional|**String**|Name of the Enterprise calander.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ManageSiteColumns.md b/api/Project.Application.ManageSiteColumns.md
index 88c4cab9545..4d67ba3bd94 100644
--- a/api/Project.Application.ManageSiteColumns.md
+++ b/api/Project.Application.ManageSiteColumns.md
@@ -23,7 +23,7 @@ Displays the **Manage Fields** dialog box, which enables synchronizing built-in
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.MapEdit.md b/api/Project.Application.MapEdit.md
index 9f9b0f77a88..89b9a084e60 100644
--- a/api/Project.Application.MapEdit.md
+++ b/api/Project.Application.MapEdit.md
@@ -27,7 +27,7 @@ Creates or edits an import/export map.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the map to create, copy, or edit.|
| _Create_|Optional|**Boolean**|**True** if Project should create a new map. If NewName is not specified, the new map is given the name specified with Name. Otherwise, the new map is a copy of the map specified with Name and is given the name specified with NewName. The default value is **False**.|
@@ -50,7 +50,7 @@ Creates or edits an import/export map.
| _IncludeImage_|Optional|**Boolean**|**True** if a reference to an image file should be included when exporting to HTML. The default value is **False**.|
| _ImageFile_|Optional|**String**|The name of an image file to include when exporting to HTML.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Message.md b/api/Project.Application.Message.md
index af16eb3b832..b04298df4ea 100644
--- a/api/Project.Application.Message.md
+++ b/api/Project.Application.Message.md
@@ -27,14 +27,14 @@ Displays a message in a message box.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Message_|Required|**String**|The message to display in the dialog box.|
| _Type_|Optional|**Long**|The buttons to include in the message dialog box. Can be one of the **[PjMessageType](Project.PjMessageType.md)** constants. The default value is **pjOKOnly**.|
| _YesText_|Optional|**String**|The text to be displayed on the **Yes** button. The YesText argument is ignored unless Type is **pjYesNo** or **pjYesNoCancel**. The default value is "Yes".|
| _NoText_|Optional|**String**|The text to be displayed on the **No** button. The NoText argument is ignored unless Type is **pjYesNo** or **pjYesNoCancel**. The default value is "No".|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.NewProject.md b/api/Project.Application.NewProject.md
index cd4460554da..c23e108b263 100644
--- a/api/Project.Application.NewProject.md
+++ b/api/Project.Application.NewProject.md
@@ -24,7 +24,7 @@ Occurs when a new project is created, including the default project that is crea
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**| The project that was created.|
diff --git a/api/Project.Application.NewTasksStartOn.md b/api/Project.Application.NewTasksStartOn.md
index 724f24c2815..ece96b301de 100644
--- a/api/Project.Application.NewTasksStartOn.md
+++ b/api/Project.Application.NewTasksStartOn.md
@@ -27,11 +27,11 @@ Specifies how the start date of a new task is set.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartOnDate_|Optional|**PjNewTasksStartOnDate**|Specifies whether new tasks start on the project date, the current date, or no date. Can be one of the **[PjNewTasksStartOnDate](Project.PjNewTasksStartOnDate.md)** constants. The default is **pjProjectDate**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ObjectChangeIcon.md b/api/Project.Application.ObjectChangeIcon.md
index ccd23579525..7fee4a719fd 100644
--- a/api/Project.Application.ObjectChangeIcon.md
+++ b/api/Project.Application.ObjectChangeIcon.md
@@ -23,7 +23,7 @@ Displays the **Change Icon** dialog box to enable changing the icon of an activ
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ObjectConvert.md b/api/Project.Application.ObjectConvert.md
index 29239758d24..9a0713387ff 100644
--- a/api/Project.Application.ObjectConvert.md
+++ b/api/Project.Application.ObjectConvert.md
@@ -23,7 +23,7 @@ Displays the **Convert** dialog box, which prompts the user to convert the acti
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ObjectInsert.md b/api/Project.Application.ObjectInsert.md
index aaa3387a589..c9105abdb35 100644
--- a/api/Project.Application.ObjectInsert.md
+++ b/api/Project.Application.ObjectInsert.md
@@ -23,7 +23,7 @@ Displays the **Insert Object** dialog box, which prompts the user to insert an
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ObjectLinks.md b/api/Project.Application.ObjectLinks.md
index 2bef5585924..7904441c350 100644
--- a/api/Project.Application.ObjectLinks.md
+++ b/api/Project.Application.ObjectLinks.md
@@ -23,7 +23,7 @@ Displays the **Links** dialog box, which prompts the user to edit OLE links in
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ObjectVerb.md b/api/Project.Application.ObjectVerb.md
index 3d32726694e..cc96a372a87 100644
--- a/api/Project.Application.ObjectVerb.md
+++ b/api/Project.Application.ObjectVerb.md
@@ -27,11 +27,11 @@ Instructs the active object to perform an action.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Verb_|Optional|**Long**|The action that the active object should perform.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OfficeOnTheWeb.md b/api/Project.Application.OfficeOnTheWeb.md
index 6980d1032b1..0b5a6569ffc 100644
--- a/api/Project.Application.OfficeOnTheWeb.md
+++ b/api/Project.Application.OfficeOnTheWeb.md
@@ -23,7 +23,7 @@ Navigates to the area of the Office.com web site that is dedicated to Microsoft
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OnUndoOrRedo.md b/api/Project.Application.OnUndoOrRedo.md
index 90ca0478888..c7c09d2f549 100644
--- a/api/Project.Application.OnUndoOrRedo.md
+++ b/api/Project.Application.OnUndoOrRedo.md
@@ -27,13 +27,13 @@ Occurs when a transaction is undone or redone.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrLabel_|Required|**String**|Label of the transaction just undone or redone.|
| _bstrGUID_|Required|**String**|GUID of the transaction or NULL.|
| _fUndo_|Required|**Boolean**|**True** if the transaction was undone or **False** if it was redone.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.OpenFromSharePoint.md b/api/Project.Application.OpenFromSharePoint.md
index fe4c036df47..8bfa2b4e579 100644
--- a/api/Project.Application.OpenFromSharePoint.md
+++ b/api/Project.Application.OpenFromSharePoint.md
@@ -27,12 +27,12 @@ Opens a project from a task list in SharePoint 2013.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SiteURL_|Optional|**String**|Specifies the URL of the SharePoint site.|
| _ListName_|Optional|**String**|Specifies the name of the task list.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OpenServerPage.md b/api/Project.Application.OpenServerPage.md
index d78e3459b77..b0a0820a4c8 100644
--- a/api/Project.Application.OpenServerPage.md
+++ b/api/Project.Application.OpenServerPage.md
@@ -27,11 +27,11 @@ Opens the specified page from Project Web App.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Optional|**PjServerPage**|Specifies the page to open from Project Web App. Can be one of the **[PjServerPage](Project.PjServerPage.md)** constants. The default is **pjServerPageApprovals**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OpenUndoTransaction.md b/api/Project.Application.OpenUndoTransaction.md
index 4455f7d22f1..cbc5aed3371 100644
--- a/api/Project.Application.OpenUndoTransaction.md
+++ b/api/Project.Application.OpenUndoTransaction.md
@@ -24,7 +24,7 @@ Create an undo transaction set for a series of operations.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Label_|Required|**String**|Name that appears in the drop-down list for the **Undo Transaction** command.|
| _guid_|Optional|**Variant**|GUID that uniquely identifies Label.|
diff --git a/api/Project.Application.OpenXML.md b/api/Project.Application.OpenXML.md
index 127f3960075..8f0b8bba27f 100644
--- a/api/Project.Application.OpenXML.md
+++ b/api/Project.Application.OpenXML.md
@@ -24,11 +24,11 @@ Opens a project from an XML string.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XML_|Required|**String**|String containing a valid Project XML string that conforms to the Project XML schema.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.OptionsCalculation.md b/api/Project.Application.OptionsCalculation.md
index 6c276191e84..c1ae9909cfc 100644
--- a/api/Project.Application.OptionsCalculation.md
+++ b/api/Project.Application.OptionsCalculation.md
@@ -27,7 +27,7 @@ Sets calculation options.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Automatic_|Optional|**Boolean**|**True** if the calculation mode is automatic.|
| _AutoTrack_|Optional|**Boolean**|**True** if task tracking fields automatically update resource assignments.|
@@ -46,7 +46,7 @@ Sets calculation options.
| _EVMethod_|Optional|**Long**|The default method for calculating earned value. Can be one of the following **[PJEarnedValueMethod](Project.PjEarnedValueMethod.md)** constants: **pjPercentComplete** or **pjPhysicalPercentComplete**.|
| _EVBaseline_|Optional|**Long**|The baseline to use when calculating earned value. Can be one of the following **[PjBaselines](Project.PjBaselines.md)** constants: **pjBaseline**, or **pjBaseline1**. . . **pjBaseline10**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OptionsCalendar.md b/api/Project.Application.OptionsCalendar.md
index bb24c946d03..12607f69cd2 100644
--- a/api/Project.Application.OptionsCalendar.md
+++ b/api/Project.Application.OptionsCalendar.md
@@ -27,7 +27,7 @@ Sets options for the calendar of the active project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartWeekOnMonday_|Optional|**Boolean**|**True** if the calendar week starts on Monday. **False** if the calendar week starts on Sunday. If _StartWeekOn_ is specified, _StartWeekOnMonday_ is ignored. (The _StartWeekOn_ argument is a better way to specify the start of the week.)|
| _StartYearIn_|Optional|**Long**|The first month of the fiscal year. Can be one of the **[PjMonth](Project.PjMonth.md)** constants.|
@@ -40,7 +40,7 @@ Sets options for the calendar of the active project.
| _UseFYStartYear_|Optional|**Boolean**|**True** if a fiscal year is determined by the year of the first month of that fiscal year. **False** if determined by the last month of the fiscal year.For example, if _StartYearIn_ is pjJuly (to denote July 2012) and _UseFYStartYear_ is **True**, the fiscal year ending in June 2012 would be FY2012.|
| _DaysPerMonth_|Optional|**Double**|The default number of work days per month.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OptionsEditEx.md b/api/Project.Application.OptionsEditEx.md
index 5d48c7f5f8e..a7b2d4306ff 100644
--- a/api/Project.Application.OptionsEditEx.md
+++ b/api/Project.Application.OptionsEditEx.md
@@ -27,7 +27,7 @@ Sets options for Project, where colors can be hexadecimal values, or opens the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MoveAfterReturn_|Optional|**Boolean**|**True** if the next cell or field becomes active when ENTER is pressed. **False** if the current cell or field remains active. The **Move selection after enter** option is on the **Advanced** tab of the **Project Options** dialog box.|
| _DragAndDrop_|Optional|**Boolean**|**True** if cells may be copied or moved by dragging them; otherwise, **False**. The **Allow cell drag and drop** option is on the **Advanced** tab.|
@@ -50,7 +50,7 @@ Sets options for Project, where colors can be hexadecimal values, or opens the
| _SetDefaultsHyperlink_|Optional|**Boolean**|**True** if the hyperlink options specified in the **Display options for this project**section (**Advanced** tab) are used as the default values for new projects. The default value is **False**, which means that the hyperlink options are set only for the active project.|
| _InCellEditing_|Optional|**Boolean**|**True** if in-cell editing is enabled; otherwise, **False**. Corresponds to the **Edit directly in cell** option in the **Edit** section of the **Advanced** tab.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OptionsGeneralEx.md b/api/Project.Application.OptionsGeneralEx.md
index 0784c885d28..dca5bf22ffe 100644
--- a/api/Project.Application.OptionsGeneralEx.md
+++ b/api/Project.Application.OptionsGeneralEx.md
@@ -27,7 +27,7 @@ Sets some options that are on the **General**, **Schedule**, and **Advanced**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PlanningWizard_|Optional|**Boolean**|**True** if the Planning Wizard is active. Planning Wizard settings are on the **Advanced** tab ofn the **Project Options** dialog box.|
| _WizardUsage_|Optional|**Boolean**|**True** if the Planning Wizard displays tips about using Project more effectively.|
@@ -50,7 +50,7 @@ Sets some options that are on the **General**, **Schedule**, and **Advanced**
| _ShowStartupWorkpane_|Optional||Because of changes in the Project object model, this argument no longer has an effect. It is retained for backward compatibility.|
| _MaxUndoRecords_|Optional|**Variant**|The maximum number of records stored in the undo stack.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OptionsInterfaceEx.md b/api/Project.Application.OptionsInterfaceEx.md
index 917913f37ef..670561c762c 100644
--- a/api/Project.Application.OptionsInterfaceEx.md
+++ b/api/Project.Application.OptionsInterfaceEx.md
@@ -27,7 +27,7 @@ Sets some display options and Project Guide options.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShowResourceAssignmentIndicators_|Optional|**Boolean**|**True** if Project displays indicators and options buttons for resource assignments. The default value is **False**.|
| _ShowEditToStartFinishDates_|Optional|**Boolean**|**True** if Project displays actions on the undo stack for edits to start and finish dates. The default value is **False**.|
@@ -41,7 +41,7 @@ Sets some display options and Project Guide options.
| _SetAsDefaults_|Optional|**Boolean**|**True** if the Project Guide settings for the active project should be used as the default for all new projects. The default value is **False**.|
| _UseOMIDs_|Optional|**Variant**|**True** if Project uses internal IDs to match different-language or renamed Organizer items between projects. The default is **True**. See also the **[UseOMIDs](Project.Application.UseOMIDs.md)** property.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OptionsSave.md b/api/Project.Application.OptionsSave.md
index bd00beb3328..9787f183851 100644
--- a/api/Project.Application.OptionsSave.md
+++ b/api/Project.Application.OptionsSave.md
@@ -27,7 +27,7 @@ Sets save options for project files.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DefaultSaveFormat_|Optional|**String**|Specifies the default format when saving a file. Can be one of the following strings: "MSProject.mpp", "MSProject.mpt", "MSProject.mpp12", or "MSProject.mpp9".|
| _DefaultProjectsPath_|Optional|**String**|Specifies the default location for project files.|
@@ -40,7 +40,7 @@ Sets save options for project files.
| _AutomaticSavePrompt_|Optional|**Boolean**|**True** if alerts display when automatically saving files.|
| _SetDefaultsDatabase_|Optional|**Boolean**|**True** if the value specified in the **Database save options** section, found on the **Save** tab of the **Options** dialog box, is used as the default value for new projects. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OptionsSchedule.md b/api/Project.Application.OptionsSchedule.md
index c6b9fd70e82..100d84be7e9 100644
--- a/api/Project.Application.OptionsSchedule.md
+++ b/api/Project.Application.OptionsSchedule.md
@@ -27,7 +27,7 @@ Sets scheduling options.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ScheduleMessages_|Optional|**Variant**|**Boolean**. **True** if messages display when scheduling problems occur; otherwise, **False**.|
| _StartOnCurrentDate_|Optional|**Boolean**|**True** if new tasks start on the current date. **False** if new tasks start on the project start date (projects scheduled from the start date) or on the project finish date (projects scheduled from the finish date).|
@@ -45,7 +45,7 @@ Sets scheduling options.
| _ShowEstimated_|Optional|**Boolean**|**True** if task durations in new projects are displayed with the estimated character; otherwise, **False**.|
| _NewTasksEstimated_|Optional|**Boolean**|**True** if new tasks in the active project have estimated durations; otherwise, **False**.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Project.Application.OptionsSecurityEx.md b/api/Project.Application.OptionsSecurityEx.md
index 3d8903dc333..e5b352a305a 100644
--- a/api/Project.Application.OptionsSecurityEx.md
+++ b/api/Project.Application.OptionsSecurityEx.md
@@ -27,13 +27,13 @@ Sets legacy security options that are available in the **Trust Center** dialog
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RemoveFileProperties_|Optional|**Boolean**|**True** if Project removes personal information from file properties upon saving. The default value is **False**. Corresponds to the **Document-specific settings** section on the **Privacy Options** tab of the **Trust Center** dialog box.|
| _TrustWSS_|Optional|**Boolean**|**True** if Project Server and project workspace sites need not be added to the Internet Explorer Trusted Sites list. **False** if the SharePoint sites for Project Server and project workspaces are already trusted. Corresponds to the setting on the **Project Server** tab of the **Trust Center** dialog box.|
| _LegacyFileFormats_|Optional|**Integer**|Sets the option for opening or saving files with legacy or non-default file formats. Valid values are 0?2. Corresponds to the setting on the **Legacy Formats** tab of the **Trust Center** dialog box. Can be one of the constants in the **[PjLegacyFileFormats](Project.PjLegacyFileFormats.md)** enumeration.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OptionsSecurityTab.md b/api/Project.Application.OptionsSecurityTab.md
index ebed42eaf22..597c12ad9ea 100644
--- a/api/Project.Application.OptionsSecurityTab.md
+++ b/api/Project.Application.OptionsSecurityTab.md
@@ -27,11 +27,11 @@ Displays a specific tab of the **Trust Center** dialog box in Project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DefaultTab_|Optional|**PjOptionsSecurityTab**|Specifies the tab to open in the **Trust Center** dialog box. Can be one of the **[PjOptionsSecurityTab](Project.PjOptionsSecurityTab.md)** constants. The default is **pjOptionsSecurityTabPublishers** for the **Trusted Publishers** tab.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OptionsSpelling.md b/api/Project.Application.OptionsSpelling.md
index 3dcf8f3e08a..1fd9dcfe6cb 100644
--- a/api/Project.Application.OptionsSpelling.md
+++ b/api/Project.Application.OptionsSpelling.md
@@ -27,7 +27,7 @@ Sets options for the spelling checker.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskName_|Optional|**Boolean**|**True** if task names are checked.|
| _TaskNotes_|Optional|**Boolean**|**True** if task notes are checked.|
@@ -56,7 +56,7 @@ Sets options for the spelling checker.
| _AlwaysSuggest_|Optional|**Boolean**|**True** if Project always suggests alternate spellings to misspelled words.|
| _UseCustomDictionary_|Optional|**Boolean**|**True** if the custom dictionary is used.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OptionsViewEx.md b/api/Project.Application.OptionsViewEx.md
index 4ba9115e570..9be988920ac 100644
--- a/api/Project.Application.OptionsViewEx.md
+++ b/api/Project.Application.OptionsViewEx.md
@@ -27,7 +27,7 @@ Sets display options for the **General**, **Display**, and **Advanced** tabs
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DefaultView_|Optional|**String**|The name of the default view.|
| _DateFormat_|Optional|**Long**|The date format. Can be one of the **[PjDateFormat](Project.PjDateFormat.md)** constants.|
@@ -53,7 +53,7 @@ Sets display options for the **General**, **Display**, and **Advanced** tabs
| _CalendarType_|Optional|**Integer**|Sets the type of calendar for displaying Project content on the screen. Can be one of the **[pjCalendarType](Project.PjCalendarType.md)** values.|
| _Use3DLook_|Optional|**Boolean**|**True** if bars and shapes in Gantt views have a 3-dimensional appearance; otherwise **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Organizer.md b/api/Project.Application.Organizer.md
index 04d8f9c940c..fae8397ce8b 100644
--- a/api/Project.Application.Organizer.md
+++ b/api/Project.Application.Organizer.md
@@ -27,12 +27,12 @@ Displays the **Organizer** dialog box, which enables the user to manage views,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Long**|The type of item to manage. Can be one of the **[PjOrganizer](Project.PjOrganizer.md)** constants. The default value is **pjViews**.|
| _Task_|Optional|**Boolean**|**True** if the item applies to tasks. **False** if the item applies to resources. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OrganizerDeleteItem.md b/api/Project.Application.OrganizerDeleteItem.md
index 043f41327c2..65b508c81a9 100644
--- a/api/Project.Application.OrganizerDeleteItem.md
+++ b/api/Project.Application.OrganizerDeleteItem.md
@@ -27,14 +27,14 @@ Deletes an item from the Organizer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Long**|The type of item to delete. Can be one of the **[PjOrganizer](Project.PjOrganizer.md)** constants. The default value is **pjViews**.|
| _Filename_|Required|**String**|The name of the file containing the item to delete.|
| _Name_|Required|**String**|The name of the item to delete.|
| _Task_|Optional|**Boolean**|**True** if the item applies to tasks. **False** if the item applies to resources. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OrganizerMoveItem.md b/api/Project.Application.OrganizerMoveItem.md
index 507049cf8d7..6abb48f8495 100644
--- a/api/Project.Application.OrganizerMoveItem.md
+++ b/api/Project.Application.OrganizerMoveItem.md
@@ -27,7 +27,7 @@ Moves an item in the Organizer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Long**|The type of item to move. Can be one of the **[PjOrganizer](Project.PjOrganizer.md)** constants. The default value is **pjViews**.|
| _Filename_|Required|**String**|The name of the file containing the item to move.|
@@ -35,7 +35,7 @@ Moves an item in the Organizer.
| _Name_|Optional|**String**|The name of the item to move. The default is to move all items specified with **Type**.|
| _Task_|Optional|**Boolean**|**True** if the item applies to tasks. **False** if the item applies to resources. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OrganizerRenameItem.md b/api/Project.Application.OrganizerRenameItem.md
index 58b03541552..88b4a8daa1f 100644
--- a/api/Project.Application.OrganizerRenameItem.md
+++ b/api/Project.Application.OrganizerRenameItem.md
@@ -27,7 +27,7 @@ Renames an item in the Organizer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional|**Long**|The type of item to rename. Can be one of the **[PjOrganizer](Project.PjOrganizer.md)** constants. The default value is **pjViews**.|
| _Filename_|Required|**String**|The name of the file containing the item to rename.|
@@ -35,7 +35,7 @@ Renames an item in the Organizer.
| _NewName_|Required|**String**|The new name for the item specified by **Name**.|
| _Task_|Optional|**Boolean**|**True** if the item applies to tasks. **False** if the item applies to resources. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OutlineHideSubTasks.md b/api/Project.Application.OutlineHideSubTasks.md
index 9abe7853a6f..9c78ce5fbc0 100644
--- a/api/Project.Application.OutlineHideSubTasks.md
+++ b/api/Project.Application.OutlineHideSubTasks.md
@@ -23,7 +23,7 @@ Hides the subtasks of the selected task or tasks.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OutlineIndent.md b/api/Project.Application.OutlineIndent.md
index 0fdebd20863..7ea02ffe7ec 100644
--- a/api/Project.Application.OutlineIndent.md
+++ b/api/Project.Application.OutlineIndent.md
@@ -27,11 +27,11 @@ Indents a task in the outline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Levels_|Optional|**Long**|A number that specifies how many levels to indent the task. Applies to **Application** object only. The default value is 1.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OutlineOutdent.md b/api/Project.Application.OutlineOutdent.md
index 678224aa8c8..120da188c4b 100644
--- a/api/Project.Application.OutlineOutdent.md
+++ b/api/Project.Application.OutlineOutdent.md
@@ -27,11 +27,11 @@ Promotes a task in the outline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Levels_|Optional|**Long**|A number that specifies how many levels to indent the task. Applies to **Application** object only. The default value is 1.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OutlineShowAllTasks.md b/api/Project.Application.OutlineShowAllTasks.md
index 9c85bca5b2b..722a3e3f022 100644
--- a/api/Project.Application.OutlineShowAllTasks.md
+++ b/api/Project.Application.OutlineShowAllTasks.md
@@ -23,7 +23,7 @@ Expands all summary tasks in the project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OutlineShowSubTasks.md b/api/Project.Application.OutlineShowSubTasks.md
index 4427cd440bb..56f54667952 100644
--- a/api/Project.Application.OutlineShowSubTasks.md
+++ b/api/Project.Application.OutlineShowSubTasks.md
@@ -23,7 +23,7 @@ Shows the subtasks of the selected task or tasks.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OutlineShowTasks.md b/api/Project.Application.OutlineShowTasks.md
index f2b81833281..635bd96d5d4 100644
--- a/api/Project.Application.OutlineShowTasks.md
+++ b/api/Project.Application.OutlineShowTasks.md
@@ -27,12 +27,12 @@ Expands an outline to show all tasks up to the specified level and collapses any
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OutlineNumber_|Optional|**Long**|The outline level to display. Higher outline levels are expanded to show this level. The level specified with **OutlineNumber** and lower (if any) are collapsed. Can be one of the **[PjTaskOutlineShowLevel](Project.PJTaskOutlineShowLevel.md)** constants.|
| _ExpandInsertedProjects_|Optional|**Boolean**|**True** if tasks from subprojects are affected by the value specified with **OutlineNumber**. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.OutlineSymbolsToggle.md b/api/Project.Application.OutlineSymbolsToggle.md
index 791b6dbf9ea..8c3194a43c4 100644
--- a/api/Project.Application.OutlineSymbolsToggle.md
+++ b/api/Project.Application.OutlineSymbolsToggle.md
@@ -27,11 +27,11 @@ Shows or hides outline symbols.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if Project displays outline symbols. The default value is **True** if outline symbols are hidden and **False** if they are visible.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.PageBreakRemove.md b/api/Project.Application.PageBreakRemove.md
index 2a1f1876e6b..ae56d1b0a39 100644
--- a/api/Project.Application.PageBreakRemove.md
+++ b/api/Project.Application.PageBreakRemove.md
@@ -23,7 +23,7 @@ Removes a manual page break from the active row.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.PageBreakSet.md b/api/Project.Application.PageBreakSet.md
index a33484fd518..d8929c14df9 100644
--- a/api/Project.Application.PageBreakSet.md
+++ b/api/Project.Application.PageBreakSet.md
@@ -23,7 +23,7 @@ Sets a page break in the active row.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.PageBreaksRemoveAll.md b/api/Project.Application.PageBreaksRemoveAll.md
index bf3f1679d4c..0d2e04832a6 100644
--- a/api/Project.Application.PageBreaksRemoveAll.md
+++ b/api/Project.Application.PageBreaksRemoveAll.md
@@ -23,7 +23,7 @@ Removes all manual page breaks in the active project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.PageBreaksShow.md b/api/Project.Application.PageBreaksShow.md
index e2ce2d91cef..fa5513212e7 100644
--- a/api/Project.Application.PageBreaksShow.md
+++ b/api/Project.Application.PageBreaksShow.md
@@ -27,11 +27,11 @@ Shows or hides page breaks on the Network Diagram.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if page breaks appear on the Network Diagram. The default is to toggle the current setting.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.PanZoomPanTo.md b/api/Project.Application.PanZoomPanTo.md
index f52310e4ffc..90a0297bc9d 100644
--- a/api/Project.Application.PanZoomPanTo.md
+++ b/api/Project.Application.PanZoomPanTo.md
@@ -24,11 +24,11 @@ Pans the Gantt chart in the active view to the specified start date.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required|**Variant**|Specifies the start date for the left side of the Gantt chart.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Project.Application.PanZoomZoomTo.md b/api/Project.Application.PanZoomZoomTo.md
index dd6e9c0203a..2cbbe093408 100644
--- a/api/Project.Application.PanZoomZoomTo.md
+++ b/api/Project.Application.PanZoomZoomTo.md
@@ -24,12 +24,12 @@ Zooms the time range in or out for the Gantt chart in the active view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required|**Variant**|Specifies the start date for the left side of the Gantt chart.|
| _Finish_|Required|**Variant**|Specifies the finish date for the right side of the Gantt chart.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Project.Application.PaneActivate.md b/api/Project.Application.PaneActivate.md
index bef28383526..30df9c74c1a 100644
--- a/api/Project.Application.PaneActivate.md
+++ b/api/Project.Application.PaneActivate.md
@@ -20,7 +20,7 @@ Occurs when the pane is activated.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.PaneClose.md b/api/Project.Application.PaneClose.md
index fd23d7af017..9c68f44cf91 100644
--- a/api/Project.Application.PaneClose.md
+++ b/api/Project.Application.PaneClose.md
@@ -23,7 +23,7 @@ Closes the lower pane of the active window.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.PaneCreate.md b/api/Project.Application.PaneCreate.md
index 516645b6187..2829175520f 100644
--- a/api/Project.Application.PaneCreate.md
+++ b/api/Project.Application.PaneCreate.md
@@ -23,7 +23,7 @@ Creates a lower pane for the active window.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.PaneNext.md b/api/Project.Application.PaneNext.md
index 8a102717b70..e261503940a 100644
--- a/api/Project.Application.PaneNext.md
+++ b/api/Project.Application.PaneNext.md
@@ -23,7 +23,7 @@ Activates the lower pane if the upper pane is active; activates the upper pane i
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ProgressLines.md b/api/Project.Application.ProgressLines.md
index 7f3aa1cc34c..879969d08f6 100644
--- a/api/Project.Application.ProgressLines.md
+++ b/api/Project.Application.ProgressLines.md
@@ -23,7 +23,7 @@ Displays the **Progress Lines** dialog box.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ProjectAfterSave.md b/api/Project.Application.ProjectAfterSave.md
index be15db0f47f..e9c40eeeb31 100644
--- a/api/Project.Application.ProjectAfterSave.md
+++ b/api/Project.Application.ProjectAfterSave.md
@@ -20,7 +20,7 @@ Occurs after a project has been saved.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectAssignmentNew.md b/api/Project.Application.ProjectAssignmentNew.md
index e1114df057f..64da8acac74 100644
--- a/api/Project.Application.ProjectAssignmentNew.md
+++ b/api/Project.Application.ProjectAssignmentNew.md
@@ -24,12 +24,12 @@ Occurs when a new assignment is created.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project where the assignment was just created.|
| _ID_|Required|**Long**|The ID of the assignment that was just created.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeAssignmentChange.md b/api/Project.Application.ProjectBeforeAssignmentChange.md
index bf9a3078b77..f46fc0b65f6 100644
--- a/api/Project.Application.ProjectBeforeAssignmentChange.md
+++ b/api/Project.Application.ProjectBeforeAssignmentChange.md
@@ -24,7 +24,7 @@ Occurs before the user changes the value of an assignment field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _asg_|Required|**Assignment**|The assignment whose field is being changed.|
| _Field_|Required|**PjAssignmentField**| The field being changed. If more than one field is changed by the user, the event is triggered for each field changed. Can be one of the following **[PjAssignmentField](Project.PjAssignmentField.md)** constants.|
diff --git a/api/Project.Application.ProjectBeforeAssignmentChange2.md b/api/Project.Application.ProjectBeforeAssignmentChange2.md
index 38e6e7ca699..98fe6dbd0cb 100644
--- a/api/Project.Application.ProjectBeforeAssignmentChange2.md
+++ b/api/Project.Application.ProjectBeforeAssignmentChange2.md
@@ -24,14 +24,14 @@ Occurs before the user changes the value of an assignment field. Uses the **Eve
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _asg_|Required|**Assignment**|The assignment whose field is being changed.|
| _Field_|Required|**PjAssignmentField**|The field being changed. If more than one field is changed by the user, the event is fired for each field changed. Can be one of the **[PjAssignmentField](Project.PjAssignmentField.md)** constants.|
| _NewVal_|Required|**Variant**|The new value for the field specified with Field.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the value for the field specified with Field is not changed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeAssignmentDelete.md b/api/Project.Application.ProjectBeforeAssignmentDelete.md
index 6ee78df5ded..213fa2994fe 100644
--- a/api/Project.Application.ProjectBeforeAssignmentDelete.md
+++ b/api/Project.Application.ProjectBeforeAssignmentDelete.md
@@ -24,12 +24,12 @@ Occurs before an assignment is removed or replaced.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _asg_|Required|**Assignment**| The assignment that is being removed.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the assignment is not removed. If the assignment is being removed because the associated resource has been deleted, Cancel is ignored.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeAssignmentDelete2.md b/api/Project.Application.ProjectBeforeAssignmentDelete2.md
index 3d259579e10..b004fe6a93c 100644
--- a/api/Project.Application.ProjectBeforeAssignmentDelete2.md
+++ b/api/Project.Application.ProjectBeforeAssignmentDelete2.md
@@ -24,12 +24,12 @@ Occurs before an assignment is removed or replaced. Uses the **EventInfo** obje
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _asg_|Required|**Assignment**|The assignment that is being removed.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the assignment is not removed. If the assignment is being removed because the associated resource has been deleted, Info is ignored.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeAssignmentNew.md b/api/Project.Application.ProjectBeforeAssignmentNew.md
index 671a2d850c4..47158ab18aa 100644
--- a/api/Project.Application.ProjectBeforeAssignmentNew.md
+++ b/api/Project.Application.ProjectBeforeAssignmentNew.md
@@ -24,12 +24,12 @@ Occurs before one or more assignments are created.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project in which an assignment or assignments are being created.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the new assignment(s) are not created.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeAssignmentNew2.md b/api/Project.Application.ProjectBeforeAssignmentNew2.md
index c5137c86d2e..e747b6d951f 100644
--- a/api/Project.Application.ProjectBeforeAssignmentNew2.md
+++ b/api/Project.Application.ProjectBeforeAssignmentNew2.md
@@ -24,12 +24,12 @@ Occurs before one or more assignments are created. Uses the **EventInfo** objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project in which an assignment or assignments are being created.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the new assignment(s) are not created.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeClearBaseline.md b/api/Project.Application.ProjectBeforeClearBaseline.md
index 4bb42ff5d10..7883f076444 100644
--- a/api/Project.Application.ProjectBeforeClearBaseline.md
+++ b/api/Project.Application.ProjectBeforeClearBaseline.md
@@ -24,7 +24,7 @@ Occurs before a baseline is cleared. Uses the **EventInfo** object parameter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**| The project displayed in the deactivated window.|
| _Interim_|Required|**Boolean**|**True** if clearing an interim baseline plan. **False** if clearing a full baseline plan.|
@@ -33,7 +33,7 @@ Occurs before a baseline is cleared. Uses the **EventInfo** object parameter.
| _AllTasks_|Required|**Boolean**|**True** if clearing the entire project.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the baseline is not cleared.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeClose.md b/api/Project.Application.ProjectBeforeClose.md
index 808c5f5e89b..b62dd83d4fd 100644
--- a/api/Project.Application.ProjectBeforeClose.md
+++ b/api/Project.Application.ProjectBeforeClose.md
@@ -24,12 +24,12 @@ Occurs before a project is closed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project to be closed|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the project will not be closed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeClose2.md b/api/Project.Application.ProjectBeforeClose2.md
index bcdb4adc4c8..d9745763ab9 100644
--- a/api/Project.Application.ProjectBeforeClose2.md
+++ b/api/Project.Application.ProjectBeforeClose2.md
@@ -24,12 +24,12 @@ Occurs before a project is closed. Uses the **EventInfo** object parameter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project to be closed|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the project will not be closed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforePrint.md b/api/Project.Application.ProjectBeforePrint.md
index 5bda22b1e53..09f656d84ce 100644
--- a/api/Project.Application.ProjectBeforePrint.md
+++ b/api/Project.Application.ProjectBeforePrint.md
@@ -24,12 +24,12 @@ Occurs before a project is printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**| The project to be printed.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the project will not be printed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforePrint2.md b/api/Project.Application.ProjectBeforePrint2.md
index 15602b43b51..9d2741d9c8b 100644
--- a/api/Project.Application.ProjectBeforePrint2.md
+++ b/api/Project.Application.ProjectBeforePrint2.md
@@ -24,12 +24,12 @@ Occurs before a project is printed. Uses the **EventInfo** object parameter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project to be printed.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the project will not be printed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforePublish.md b/api/Project.Application.ProjectBeforePublish.md
index 80943816ed8..6f518aa6243 100644
--- a/api/Project.Application.ProjectBeforePublish.md
+++ b/api/Project.Application.ProjectBeforePublish.md
@@ -24,12 +24,12 @@ Occurs before a **Publish** operation is placed on the server queue. The **Proj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|Project object.|
| _Cancel_|Required|**Boolean**|**True** to cancel the **Publish** job.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Project.Application.ProjectBeforeResourceChange.md b/api/Project.Application.ProjectBeforeResourceChange.md
index fb15712da3f..adafda45022 100644
--- a/api/Project.Application.ProjectBeforeResourceChange.md
+++ b/api/Project.Application.ProjectBeforeResourceChange.md
@@ -21,7 +21,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _res_|Required|**Resource**|The resource whose field is being changed.|
| _Field_|Required|**Long**|The field being changed. If more than one field is changed by the user, the event is fired for each field changed. Can be one of the **[PjField constants](#pjfield-constants)**.|
diff --git a/api/Project.Application.ProjectBeforeResourceChange2.md b/api/Project.Application.ProjectBeforeResourceChange2.md
index 38dd7cc4338..82718e1cff2 100644
--- a/api/Project.Application.ProjectBeforeResourceChange2.md
+++ b/api/Project.Application.ProjectBeforeResourceChange2.md
@@ -22,7 +22,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _res_|Required|**Resource**|The resource whose field is being changed.|
| _Field_|Required|**Long**|The field being changed. If more than one field is changed by the user, the event is fired for each field changed. Can be one of the **[PjField constants](#pjfield-constants)**.|
diff --git a/api/Project.Application.ProjectBeforeResourceDelete.md b/api/Project.Application.ProjectBeforeResourceDelete.md
index 23f73060824..587f54ac401 100644
--- a/api/Project.Application.ProjectBeforeResourceDelete.md
+++ b/api/Project.Application.ProjectBeforeResourceDelete.md
@@ -24,12 +24,12 @@ Occurs before a resource is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _res_|Required|**Resource**| The resource that is being deleted.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the resource is not deleted.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeResourceDelete2.md b/api/Project.Application.ProjectBeforeResourceDelete2.md
index d1e678e6b1d..25cf8854787 100644
--- a/api/Project.Application.ProjectBeforeResourceDelete2.md
+++ b/api/Project.Application.ProjectBeforeResourceDelete2.md
@@ -24,12 +24,12 @@ Occurs before a resource is deleted. Uses the **EventInfo** object parameter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _res_|Required|**Resource**| The resource that is being deleted.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the resource is not deleted.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeResourceNew.md b/api/Project.Application.ProjectBeforeResourceNew.md
index 9f0d50fb4c7..92fd941961e 100644
--- a/api/Project.Application.ProjectBeforeResourceNew.md
+++ b/api/Project.Application.ProjectBeforeResourceNew.md
@@ -24,12 +24,12 @@ Occurs before one or more resources are created.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project in which the resource or resources are being created.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the new resource or resources are not created.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeResourceNew2.md b/api/Project.Application.ProjectBeforeResourceNew2.md
index a1ac000d306..58c487603fc 100644
--- a/api/Project.Application.ProjectBeforeResourceNew2.md
+++ b/api/Project.Application.ProjectBeforeResourceNew2.md
@@ -24,12 +24,12 @@ Occurs before one or more resources are created. Uses the **EventInfo** object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project in which the resource or resources are being created.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the new resource or resources are not created.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeSave.md b/api/Project.Application.ProjectBeforeSave.md
index c3f54783a4b..96f564b8a41 100644
--- a/api/Project.Application.ProjectBeforeSave.md
+++ b/api/Project.Application.ProjectBeforeSave.md
@@ -24,13 +24,13 @@ Occurs before a project is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project to be saved.|
| _SaveAsUi_|Required|**Boolean**|**True** if the **Save As** dialog box is displayed.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the project will not be saved.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeSave2.md b/api/Project.Application.ProjectBeforeSave2.md
index d0a4ded44b8..83355a701d5 100644
--- a/api/Project.Application.ProjectBeforeSave2.md
+++ b/api/Project.Application.ProjectBeforeSave2.md
@@ -24,13 +24,13 @@ Occurs before a project is saved. Uses the **EventInfo** object parameter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project to be saved.|
| _SaveAsUi_|Required|**Boolean**|**True** if the **Save As** dialog box is displayed.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the project will not be saved when the procedure is finished.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeSaveBaseline.md b/api/Project.Application.ProjectBeforeSaveBaseline.md
index 396b0fb72fd..515c42d1457 100644
--- a/api/Project.Application.ProjectBeforeSaveBaseline.md
+++ b/api/Project.Application.ProjectBeforeSaveBaseline.md
@@ -24,7 +24,7 @@ Occurs before a baseline is saved. Uses the **EventInfo** object parameter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project displayed in the window.|
| _Interim_|Required|**Boolean**|**True** if saving an interim baseline. **False** if saving a full baseline.|
@@ -36,7 +36,7 @@ Occurs before a baseline is saved. Uses the **EventInfo** object parameter.
| _RollupFromSubtasks_|Required|**Boolean**|**True** if you wish to roll up baselines from subtasks.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the baseline is not saved.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeTaskChange.md b/api/Project.Application.ProjectBeforeTaskChange.md
index 33828577495..eb1dc48155e 100644
--- a/api/Project.Application.ProjectBeforeTaskChange.md
+++ b/api/Project.Application.ProjectBeforeTaskChange.md
@@ -24,7 +24,7 @@ Occurs before the user changes the value of a task field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _tsk_|Required|**Task**|The task whose field is being changed.|
| _Field_|Required|**Long**|The field being changed. If more than one field is changed by the user, the event is fired for each field changed. Can be one of the **[PjField](Project.PjField.md)** constants.|
diff --git a/api/Project.Application.ProjectBeforeTaskChange2.md b/api/Project.Application.ProjectBeforeTaskChange2.md
index c7a18eb7d85..4f917068a36 100644
--- a/api/Project.Application.ProjectBeforeTaskChange2.md
+++ b/api/Project.Application.ProjectBeforeTaskChange2.md
@@ -22,7 +22,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _tsk_|Required|**Task**|The task whose field is being changed.|
| _Field_|Required|**PjField**|The field being changed. If more than one field is changed by the user, the event is fired for each field changed. Can be one of the **[PjField constants](#pjfield-constants)**.|
diff --git a/api/Project.Application.ProjectBeforeTaskDelete.md b/api/Project.Application.ProjectBeforeTaskDelete.md
index 0d27e7dacfe..fbfd9cd8ddd 100644
--- a/api/Project.Application.ProjectBeforeTaskDelete.md
+++ b/api/Project.Application.ProjectBeforeTaskDelete.md
@@ -24,12 +24,12 @@ Occurs before a task is deleted.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _tsk_|Required|**Task**| The task that is being deleted.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the task is not deleted.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeTaskDelete2.md b/api/Project.Application.ProjectBeforeTaskDelete2.md
index 9c022022782..31783051dbc 100644
--- a/api/Project.Application.ProjectBeforeTaskDelete2.md
+++ b/api/Project.Application.ProjectBeforeTaskDelete2.md
@@ -24,12 +24,12 @@ Occurs before a task is deleted. Uses the **EventInfo** object parameter.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _tsk_|Required|**Task**| The task that is being deleted.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the task is not deleted when the procedure is finished.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeTaskNew.md b/api/Project.Application.ProjectBeforeTaskNew.md
index c5e53505562..037ac046d96 100644
--- a/api/Project.Application.ProjectBeforeTaskNew.md
+++ b/api/Project.Application.ProjectBeforeTaskNew.md
@@ -24,12 +24,12 @@ Occurs before one or more tasks are created.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project in which a task or tasks are being created.|
| _Cancel_|Required|**Boolean**|**False** when the event occurs. If the event procedure sets this argument to **True**, the new task or tasks are not created.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectBeforeTaskNew2.md b/api/Project.Application.ProjectBeforeTaskNew2.md
index d2fae7c4540..8246e35d6cc 100644
--- a/api/Project.Application.ProjectBeforeTaskNew2.md
+++ b/api/Project.Application.ProjectBeforeTaskNew2.md
@@ -24,12 +24,12 @@ Occurs before one or more tasks are created. Uses the **EventInfo** object para
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project in which a task or tasks are being created.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the new task or tasks are not created.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectCalculate.md b/api/Project.Application.ProjectCalculate.md
index 033295564a5..bba9927ee58 100644
--- a/api/Project.Application.ProjectCalculate.md
+++ b/api/Project.Application.ProjectCalculate.md
@@ -24,11 +24,11 @@ Occurs after a project is calculated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project that was calculated.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectMove.md b/api/Project.Application.ProjectMove.md
index 738bb3d49f4..90dcdd0721d 100644
--- a/api/Project.Application.ProjectMove.md
+++ b/api/Project.Application.ProjectMove.md
@@ -27,12 +27,12 @@ Moves the project start date to a new date.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Optional|**Variant**|Specifies the new project start date.|
| _MoveDeadline_|Optional|**Boolean**|**True** if deadlines are also moved; otherwise **false**. The default is **true**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ProjectResourceNew.md b/api/Project.Application.ProjectResourceNew.md
index 906a7efb3b8..ec18c7cea1a 100644
--- a/api/Project.Application.ProjectResourceNew.md
+++ b/api/Project.Application.ProjectResourceNew.md
@@ -24,12 +24,12 @@ Occurs before one or more resources is created.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project in which the resource or resources are being created.|
| _ID_|Required|**Long**|ID of the new resource in the project.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.ProjectStatistics.md b/api/Project.Application.ProjectStatistics.md
index 026cea0a23f..d41e7cfafdd 100644
--- a/api/Project.Application.ProjectStatistics.md
+++ b/api/Project.Application.ProjectStatistics.md
@@ -27,11 +27,11 @@ Displays the **Project Statistics** dialog box.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Project_|Optional|**String**|The name of a project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ProjectSummaryInfo.md b/api/Project.Application.ProjectSummaryInfo.md
index f172b91a825..6fdacbbd439 100644
--- a/api/Project.Application.ProjectSummaryInfo.md
+++ b/api/Project.Application.ProjectSummaryInfo.md
@@ -27,7 +27,7 @@ Sets information about a project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Project_|Optional|**String**|The file name of the project that should have its project information edited.|
| _Title_|Optional|**String**|The title of the project.|
@@ -46,7 +46,7 @@ Sets information about a project.
| _Priority_|Optional|**Integer**|The priority, ranging from 0 to 1000, of the active project.|
| _PartiallyDisabled_|Optional|**Boolean**|**True** if Project displays the **Project Information** dialog box with all elements disabled except for the **Enterprise Custom Fields** section.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ProjectTaskNew.md b/api/Project.Application.ProjectTaskNew.md
index 8a2da9b16a2..e186eed33fc 100644
--- a/api/Project.Application.ProjectTaskNew.md
+++ b/api/Project.Application.ProjectTaskNew.md
@@ -24,12 +24,12 @@ Occurs when a new task is created.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project where the task was created.|
| _ID_|Required|**Long**|The ID of the task that was created.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.Publish.md b/api/Project.Application.Publish.md
index 53cf02c2a99..fe24bb45dc0 100644
--- a/api/Project.Application.Publish.md
+++ b/api/Project.Application.Publish.md
@@ -27,12 +27,12 @@ Sends message to the Project Server Queueing Service to publish the local projec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Republish_|Optional|**Boolean**|If **True**, publish the entire project plan.|
| _WssUrl_|Optional|**String**|URL for the SharePoint site where the project workspace is to be provisioned. If NULL, no workspace is provisioned.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Quit.md b/api/Project.Application.Quit.md
index 85a24002ef0..97c1c368f1b 100644
--- a/api/Project.Application.Quit.md
+++ b/api/Project.Application.Quit.md
@@ -27,7 +27,7 @@ Exits Microsoft Project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional|**Long**|Specifies whether Project saves changes before quitting. Can be one of the following **[PjSaveType](Project.PjSaveType.md)** constants: **pjDoNotSave**, **pjSave**, or **pjPromptSave**. The default is **pjPromptSave** for new project files and projects that have changed since the last save.|
diff --git a/api/Project.Application.ReassignSelectedAssns.md b/api/Project.Application.ReassignSelectedAssns.md
index fcd17e3f015..c845c54567c 100644
--- a/api/Project.Application.ReassignSelectedAssns.md
+++ b/api/Project.Application.ReassignSelectedAssns.md
@@ -27,11 +27,11 @@ Reassigns the selected assignments in the Team Planner view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ResourceUniqueID_|Required|**Long**|Identification number of the resource for the new assignment, or -65535 for unassigned.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.RecurringTaskInsert.md b/api/Project.Application.RecurringTaskInsert.md
index 641331f8283..281ac17469d 100644
--- a/api/Project.Application.RecurringTaskInsert.md
+++ b/api/Project.Application.RecurringTaskInsert.md
@@ -23,7 +23,7 @@ Displays the **Recurring Task Information** dialog box, which prompts the user
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Redo.md b/api/Project.Application.Redo.md
index 13e5e9cf6d2..99130006032 100644
--- a/api/Project.Application.Redo.md
+++ b/api/Project.Application.Redo.md
@@ -27,11 +27,11 @@ Executes a redo action on items in the **Redo** list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HowManyRedos_|Optional|**Long**|Specifies the number of items from the list to redo. The default is 1.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.RegisterProject.md b/api/Project.Application.RegisterProject.md
index 97d53ff9e7a..0ba15c4052b 100644
--- a/api/Project.Application.RegisterProject.md
+++ b/api/Project.Application.RegisterProject.md
@@ -27,11 +27,11 @@ Registers the active project on Project Server.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _WaitForCompletion_|Required|**Boolean**|**True** if Project waits until the registration is complete before returning notification that the operation was successful or returning an error code if the operation failed. The default value is **False**.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Application.ReminderSet.md b/api/Project.Application.ReminderSet.md
index 1bff4d86d8b..e999e9f0dd4 100644
--- a/api/Project.Application.ReminderSet.md
+++ b/api/Project.Application.ReminderSet.md
@@ -27,12 +27,12 @@ Sets a reminder in Microsoft Outlook for the start time or finish time of the ac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional|**Boolean**|**True** if the reminder is set for the start time of the active tasks. **False** if the reminder is set for the finish time. The default value is **True**.|
| _LeadTime_|Optional|**String**|The amount of lead time for Microsoft Outlook reminders. The default value is "15m", which triggers reminders 15 minutes before the start time (Start is **True**) or after the finish time (Start is **False**).|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Replace.md b/api/Project.Application.Replace.md
index 1631c07200a..52423fea4bb 100644
--- a/api/Project.Application.Replace.md
+++ b/api/Project.Application.Replace.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Optional|**String**|The name of the field to search.|
| _Test_|Optional|**String**|The type of comparison made between _Field_ and _Value_. Can be one of the [comparison strings](#comparison-strings).|
diff --git a/api/Project.Application.ReplaceEx.md b/api/Project.Application.ReplaceEx.md
index c55d636e54c..11dd45c89cc 100644
--- a/api/Project.Application.ReplaceEx.md
+++ b/api/Project.Application.ReplaceEx.md
@@ -24,7 +24,7 @@ _expression_ An expression that returns an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Optional|**String**|The name of the field to search.|
| _Test_|Optional|**String**|The type of comparison made between _Field_ and _Value_. Can be one of the [comparison strings](#comparison-strings).|
diff --git a/api/Project.Application.ReportPrint.md b/api/Project.Application.ReportPrint.md
index c4bea2b012e..6f3fca6fa7f 100644
--- a/api/Project.Application.ReportPrint.md
+++ b/api/Project.Application.ReportPrint.md
@@ -27,7 +27,7 @@ Deprecated in Project. Prints a report.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the report to print|
| _FromPage_|Optional|**Integer**|A number that specifies the first page to print.|
@@ -40,7 +40,7 @@ Deprecated in Project. Prints a report.
| _Preview_|Optional|**Boolean**|**True** if Project previews the active view rather than printing it. The default value is **False**.|
| _Color_|Optional|**Boolean**|**True** if Project prints the report in color. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ReportPrintPreview.md b/api/Project.Application.ReportPrintPreview.md
index f71a36b814a..34b51181634 100644
--- a/api/Project.Application.ReportPrintPreview.md
+++ b/api/Project.Application.ReportPrintPreview.md
@@ -27,11 +27,11 @@ Deprecated in Project. Shows an on-screen preview of a printed report.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of a report for which to show an on-screen preview. |
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Reports.md b/api/Project.Application.Reports.md
index c6960bf60e5..7a5ab17bc97 100644
--- a/api/Project.Application.Reports.md
+++ b/api/Project.Application.Reports.md
@@ -23,7 +23,7 @@ The **Reports** method is deprecated in Project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.RequestProgressInformation.md b/api/Project.Application.RequestProgressInformation.md
index 37c67d48cc1..1f0b2f5f5ee 100644
--- a/api/Project.Application.RequestProgressInformation.md
+++ b/api/Project.Application.RequestProgressInformation.md
@@ -24,7 +24,7 @@ Requests progress information from resources, republishes, and saves the active
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShowDialog_|Optional|**Boolean**|**True** if Project displays the corresponding dialog box for the message type. The default value is **False**.|
| _ItemsScope_|Optional|**Long**|Specifies the scope of assignments to be published. Can be one of the following **[PjPublishScope](Project.PjPublishScope.md)** constants: **pjPublishScopeAll**, **pjPublishScopeDefault**, **pjPublishScopeSelected**, or **pjPublishScopeVisible**. The default value is **pjPublishScopeAll**.|
diff --git a/api/Project.Application.RescheduleToNextAvailable.md b/api/Project.Application.RescheduleToNextAvailable.md
index a6e52c9de93..69cc545e014 100644
--- a/api/Project.Application.RescheduleToNextAvailable.md
+++ b/api/Project.Application.RescheduleToNextAvailable.md
@@ -27,11 +27,11 @@ Reschedules the specified task to the next available time.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Optional|**Long**|Unique ID of the task to reschedule.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResetTPStyle.md b/api/Project.Application.ResetTPStyle.md
index efdd287a009..0916efb0393 100644
--- a/api/Project.Application.ResetTPStyle.md
+++ b/api/Project.Application.ResetTPStyle.md
@@ -27,11 +27,11 @@ Resets the specified Team Planner style to the default values.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required|**PjTeamPlannerStyle**|Can be one of the **[PjTeamPlannerStyle](Project.PjTeamPlannerStyle.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceActiveDirectory.md b/api/Project.Application.ResourceActiveDirectory.md
index 5a0df8daade..f8728b5df8e 100644
--- a/api/Project.Application.ResourceActiveDirectory.md
+++ b/api/Project.Application.ResourceActiveDirectory.md
@@ -23,7 +23,7 @@ Displays the **Select Users or Groups** dialog box, where users can select reso
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceAddressBook.md b/api/Project.Application.ResourceAddressBook.md
index 51ebc4061cc..5c49ac37584 100644
--- a/api/Project.Application.ResourceAddressBook.md
+++ b/api/Project.Application.ResourceAddressBook.md
@@ -23,7 +23,7 @@ Displays a MAPI-compliant address book from which the user can select resources
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceAssignment.md b/api/Project.Application.ResourceAssignment.md
index 54501e52803..d290397be77 100644
--- a/api/Project.Application.ResourceAssignment.md
+++ b/api/Project.Application.ResourceAssignment.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Resources_|Optional|**String**|The names of the resources to be assigned, removed, or replaced in the selected tasks.
**Note** Project will not assign a resource if thousands separators or decimal separators are included in the unit values.|
| _Operation_|Optional|**Long**|If _Operation_ is omitted, Project assigns the resources to the selected tasks. The default value is **pjAssign**. Can be one of the **[PjResAssignOperation constants](#pjresassignoperation-constants)**.|
diff --git a/api/Project.Application.ResourceAssignmentDialog.md b/api/Project.Application.ResourceAssignmentDialog.md
index 5bb2c4d5887..7c238b28667 100644
--- a/api/Project.Application.ResourceAssignmentDialog.md
+++ b/api/Project.Application.ResourceAssignmentDialog.md
@@ -27,7 +27,7 @@ Displays the **Assign Resources** dialog box, expands or collapses the **Resour
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShowResourceListOptions_|Optional|**Boolean**|**True** if Project expands the **Resource list options**. The default value is **False**.|
| _ResourceListFields_|Optional|**Long**|The fields listing data from the active project. Can be one of the following **PjAssignResourcesListFields** constants: **pjAllColumns** or **pjBasic**. The default value is **pjAllColumns**.|
@@ -36,7 +36,7 @@ Displays the **Assign Resources** dialog box, expands or collapses the **Resour
| _UseAvailableToWorkFilter_|Optional|**Boolean**|**True** if Project filters the resource list by a resource's availability to work.|
| _AvailableToWork_|Optional|**Variant**|The number of hours a resource is available to work, without the letter indicating the units.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceCalendarEditDays.md b/api/Project.Application.ResourceCalendarEditDays.md
index 79ecbb3e93e..148be45e54b 100644
--- a/api/Project.Application.ResourceCalendarEditDays.md
+++ b/api/Project.Application.ResourceCalendarEditDays.md
@@ -27,7 +27,7 @@ Edits days in a resource calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectName_|Required|**String**|The name of the project containing the resource calendar to edit.|
| _ResourceName_|Required|**String**|The name of the resource to edit.|
@@ -47,7 +47,7 @@ Edits days in a resource calendar.
| _From5_|Optional|**Variant**|The start time of the fifth shift.|
| _To5_|Optional|**Variant**|The end time of the fifth shift.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceCalendarReset.md b/api/Project.Application.ResourceCalendarReset.md
index 059d24052d6..34cafe9c82f 100644
--- a/api/Project.Application.ResourceCalendarReset.md
+++ b/api/Project.Application.ResourceCalendarReset.md
@@ -27,13 +27,13 @@ Resets a resource calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectName_|Required|**String**|The name of the project containing the resource calendar to reset.|
| _ResourceName_|Required|**String**|The name of the resource for the calendar to reset.|
| _BaseCalendar_|Optional|**String**|The name of the base calendar used to reset the resource calendar. The default value is the name of the current base calendar for the resource.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceCalendars.md b/api/Project.Application.ResourceCalendars.md
index 41cc1b649f6..01ceb998864 100644
--- a/api/Project.Application.ResourceCalendars.md
+++ b/api/Project.Application.ResourceCalendars.md
@@ -27,12 +27,12 @@ Displays the **Change Working Time** dialog box, which prompts the user to mana
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional|**String**|The resource index number or resource name.|
| _Locked_|Optional|**Boolean**|**False** if the user can set working time for selected dates for a resource. **True** if the fields are locked for editing. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceComparison.md b/api/Project.Application.ResourceComparison.md
index 5438243dc21..dec2e25d6c0 100644
--- a/api/Project.Application.ResourceComparison.md
+++ b/api/Project.Application.ResourceComparison.md
@@ -23,7 +23,7 @@ In a project comparison report, shows the Resource Sheet view in all three proje
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceDetails.md b/api/Project.Application.ResourceDetails.md
index b56160e3dd4..623df20b176 100644
--- a/api/Project.Application.ResourceDetails.md
+++ b/api/Project.Application.ResourceDetails.md
@@ -27,11 +27,11 @@ Displays the details from a MAPI-compliant address book for a resource.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of a resource to locate in the address book. If the name is found, the **Properties** dialog box for the individual is displayed. If an exact match is not found, the mail system displays the **Check Names** dialog box to allow the user to choose a valid name from the address book. If Name is omitted, the selected resource is used.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceGraphBarStyles.md b/api/Project.Application.ResourceGraphBarStyles.md
index cc3f0b482bc..3257ccf9859 100644
--- a/api/Project.Application.ResourceGraphBarStyles.md
+++ b/api/Project.Application.ResourceGraphBarStyles.md
@@ -27,7 +27,7 @@ Sets the styles of bars on the Resource Graph view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TopLeftShowAs_|Optional|**Integer**|The bar type for the overallocated resources category in the upper-left corner of the **Bar Styles** dialog box. Can be one of the following **[PjResourceGraphStyle](Project.PjResourceGraphStyle.md)** constants: **pjBar**, **pjArea**, **pjStep**, **pjLine**, **pjStepLine**, or **pjDoNotShow**.|
| _TopLeftColor_|Optional|**Integer**|The bar color for the overallocated resources category in the upper-left corner of the **Bar Styles** dialog box. Can be one of the **[PjColor](Project.PjColor.md)** constants.|
@@ -51,7 +51,7 @@ Sets the styles of bars on the Resource Graph view.
| _ProposedRightColor_|Optional|**Integer**|The bar color for the proposed bookings category in the bottom right section of the **Bar Styles** dialog box. Can be one of the **PjColor** constants.|
| _ProposedRightPattern_|Optional|**Integer**|The bar pattern for the proposed bookings category in the bottom right section of the **Bar Styles** dialog box. Can be one of the **PjResourceGraphPattern** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceGraphBarStylesEx.md b/api/Project.Application.ResourceGraphBarStylesEx.md
index 7c98448a589..052c40eb53e 100644
--- a/api/Project.Application.ResourceGraphBarStylesEx.md
+++ b/api/Project.Application.ResourceGraphBarStylesEx.md
@@ -27,7 +27,7 @@ Sets the styles of bars on the Resource Graph view, where colors can be hexadeci
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TopLeftShowAs_|Optional|**Integer**|The bar type for the overallocated resources category in the upper-left corner of the **Bar Styles** dialog box. Can be one of the following **[PjResourceGraphStyle](Project.PjResourceGraphStyle.md)** constants: **pjBar**, **pjArea**, **pjStep**, **pjLine**, **pjStepLine**, or **pjDoNotShow**.|
| _TopLeftColor_|Optional|**Integer**|The bar color for the overallocated resources category in the upper-left corner of the **Bar Styles** dialog box. Can be a hexadecimal value, where red is the last byte. For example, the value &;HFF0000 is blue and &;H00FFFF is yellow.|
@@ -51,7 +51,7 @@ Sets the styles of bars on the Resource Graph view, where colors can be hexadeci
| _ProposedRightColor_|Optional|**Integer**|The bar color for the proposed bookings category in the bottom right section of the **Bar Styles** dialog box. Can be a hexadecimal value, where red is the last byte.|
| _ProposedRightPattern_|Optional|**Integer**|The bar pattern for the proposed bookings category in the bottom right section of the **Bar Styles** dialog box. Can be one of the **PjResourceGraphPattern** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceMappingDialog.md b/api/Project.Application.ResourceMappingDialog.md
index bb622aae741..72281d9385c 100644
--- a/api/Project.Application.ResourceMappingDialog.md
+++ b/api/Project.Application.ResourceMappingDialog.md
@@ -23,7 +23,7 @@ Displays the **Map Project Resources onto Enterprise Resources** dialog box, fo
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceSharing.md b/api/Project.Application.ResourceSharing.md
index 3e157d893ec..50a44e35fca 100644
--- a/api/Project.Application.ResourceSharing.md
+++ b/api/Project.Application.ResourceSharing.md
@@ -27,13 +27,13 @@ Controls resource sharing, for local resources and projects.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Share_|Optional|**Boolean**|**True** if local resources are shared. If **Name** is specified, **Share** is ignored.|
| _Name_|Optional|**String**|The file name of the project that contains the local resource pool.|
| _Pool_|Optional|**Boolean**|**True** if resources in the local pool take precedence over resources in the project .|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceSharingPoolAction.md b/api/Project.Application.ResourceSharingPoolAction.md
index a8102559353..7b512cd2bb9 100644
--- a/api/Project.Application.ResourceSharingPoolAction.md
+++ b/api/Project.Application.ResourceSharingPoolAction.md
@@ -27,13 +27,13 @@ Performs the specified action on a local resource pool.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _action_|Required|**Long**|The actions to perform on the resource pool. Can be one of the **[PjPoolAction](Project.PjPoolAction.md)** constants.|
| _Filename_|Optional|**String**|The file name of the resource pool on which to perform the action.|
| _ReadOnly_|Optional|**Boolean**|**True** if the files specified with **FileName** are opened read-only.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceSharingPoolRefresh.md b/api/Project.Application.ResourceSharingPoolRefresh.md
index 48735d9e69a..1e7451cc1a9 100644
--- a/api/Project.Application.ResourceSharingPoolRefresh.md
+++ b/api/Project.Application.ResourceSharingPoolRefresh.md
@@ -23,7 +23,7 @@ Refreshes the local resource sharing pool.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceSharingPoolUpdate.md b/api/Project.Application.ResourceSharingPoolUpdate.md
index 680b0a9078e..d6b14f8aba1 100644
--- a/api/Project.Application.ResourceSharingPoolUpdate.md
+++ b/api/Project.Application.ResourceSharingPoolUpdate.md
@@ -27,11 +27,11 @@ Synchronizes the information in the sharer project with the information in the l
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _allSharers_|Optional|**Boolean**|**True** if the information from all open sharers is updated in the pool. **False** if only the information from sharers in the active project is updated in the pool. If **AllSharers** is omitted and only one sharer is open, that information is updated in the pool; otherwise, the user is prompted to specify whether all open sharers or just those in the active project should be updated in the pool.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ResourceWindowsAccount.md b/api/Project.Application.ResourceWindowsAccount.md
index 13d4d7e23ce..d58286df92c 100644
--- a/api/Project.Application.ResourceWindowsAccount.md
+++ b/api/Project.Application.ResourceWindowsAccount.md
@@ -27,12 +27,12 @@ Sets the security identifier for Microsoft Windows authentication for the select
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of a resource for whom a security identifier is to be obtained. If an exact match is not found, the mail system will bring up the **Check Names** dialog box for manual selection. If Name is not specified, security identifier(s) will be obtained for the selected resource(s).|
| _ShowDialog_|Optional|**Boolean**|**True** if the user is prompted to confirm adding the security identifier to the **Windows User Account** field for each resource specified with Name. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.RestoreSheetSelection.md b/api/Project.Application.RestoreSheetSelection.md
index 51c5d185b51..c0793804d2e 100644
--- a/api/Project.Application.RestoreSheetSelection.md
+++ b/api/Project.Application.RestoreSheetSelection.md
@@ -23,7 +23,7 @@ Restores saved row and column information of a selected sheet view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.RowClear.md b/api/Project.Application.RowClear.md
index d0efec63921..bc7291daacc 100644
--- a/api/Project.Application.RowClear.md
+++ b/api/Project.Application.RowClear.md
@@ -23,7 +23,7 @@ Clears the active row.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.RowDelete.md b/api/Project.Application.RowDelete.md
index 2431b2d00ed..2d4cb7d6784 100644
--- a/api/Project.Application.RowDelete.md
+++ b/api/Project.Application.RowDelete.md
@@ -23,7 +23,7 @@ Deletes the active row or the row that contains the active cell.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.RowInsert.md b/api/Project.Application.RowInsert.md
index be8b9f3fd74..14780734829 100644
--- a/api/Project.Application.RowInsert.md
+++ b/api/Project.Application.RowInsert.md
@@ -23,7 +23,7 @@ Inserts a row above the active row.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Run.md b/api/Project.Application.Run.md
index fae5897ea0f..147bd7070fa 100644
--- a/api/Project.Application.Run.md
+++ b/api/Project.Application.Run.md
@@ -27,7 +27,7 @@ Runs the specified procedure.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the macro to run.|
| _Arg1_|Optional|**Variant**|Any argument to pass to the macro specified in Name.|
diff --git a/api/Project.Application.SaveCompletedToServer.md b/api/Project.Application.SaveCompletedToServer.md
index 018b25a9a18..8f85d10c6de 100644
--- a/api/Project.Application.SaveCompletedToServer.md
+++ b/api/Project.Application.SaveCompletedToServer.md
@@ -24,12 +24,12 @@ Occurs when Project Professional successfully puts the **Project Save** job in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrName_|Required|**String**|Name of the project.|
| _bstrprojGuid_|Required|**String**|GUID of the project|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.SaveForSharing.md b/api/Project.Application.SaveForSharing.md
index fba8255d6da..14c2818aba3 100644
--- a/api/Project.Application.SaveForSharing.md
+++ b/api/Project.Application.SaveForSharing.md
@@ -27,11 +27,11 @@ Saves a local copy of the active project for sharing, to make changes and then m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Optional|**Variant**|Full path and the name of the project file saved for sharing.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SaveSheetSelection.md b/api/Project.Application.SaveSheetSelection.md
index 3a8596a3ceb..ac44862e760 100644
--- a/api/Project.Application.SaveSheetSelection.md
+++ b/api/Project.Application.SaveSheetSelection.md
@@ -23,7 +23,7 @@ Saves row and column information for a selected sheet view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SaveStartingToServer.md b/api/Project.Application.SaveStartingToServer.md
index 7562c792fd4..707b4b19b3b 100644
--- a/api/Project.Application.SaveStartingToServer.md
+++ b/api/Project.Application.SaveStartingToServer.md
@@ -24,12 +24,12 @@ Occurs when Project Professional starts to save project changes to the Project S
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrName_|Required|**String**|Name of the project.|
| _bstrprojGuid_|Required|**String**|GUID of the project.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.SecondaryViewChange.md b/api/Project.Application.SecondaryViewChange.md
index dfff1cf7ee6..6f5d37ae244 100644
--- a/api/Project.Application.SecondaryViewChange.md
+++ b/api/Project.Application.SecondaryViewChange.md
@@ -24,14 +24,14 @@ Event occurs when a secondary view pane changes within a project window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required|**Window**|The name of the Project file.|
| _prevView_|Required|**View**|The name of the previous topic pane view before the view change occurred. If the user was not in a project view before applying the current view, the prevView argument returns **null**.|
| _newView_|Required|**View**|The name of the new top pane view that the user applied. |
| _success_|Required|**Boolean**|**True** if the view change action succeeded.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.SegmentBorderColor.md b/api/Project.Application.SegmentBorderColor.md
index e2c29fa4646..e15d107bdfd 100644
--- a/api/Project.Application.SegmentBorderColor.md
+++ b/api/Project.Application.SegmentBorderColor.md
@@ -27,11 +27,11 @@ Sets the border color for the assignment segments of a selected task in the Team
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Color_|Required|**Long**|Border color of the assignment segments. The color is a hexadecimal RGB value, where red is the last byte.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SegmentFillColor.md b/api/Project.Application.SegmentFillColor.md
index 09ab6ad2604..e372cdd09d3 100644
--- a/api/Project.Application.SegmentFillColor.md
+++ b/api/Project.Application.SegmentFillColor.md
@@ -27,11 +27,11 @@ Sets the fill color for the assignment segments of a selected task in the Team P
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Color_|Required|**Long**|Fill color of the assignment segments. The color is a hexadecimal RGB value, where red is the last byte.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectAll.md b/api/Project.Application.SelectAll.md
index 47ef3152d52..392f99b5d13 100644
--- a/api/Project.Application.SelectAll.md
+++ b/api/Project.Application.SelectAll.md
@@ -23,7 +23,7 @@ Selects all cells on the active sheet.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectBeginning.md b/api/Project.Application.SelectBeginning.md
index cb6e2f52bd1..c93ea717870 100644
--- a/api/Project.Application.SelectBeginning.md
+++ b/api/Project.Application.SelectBeginning.md
@@ -27,11 +27,11 @@ Selects the first cell in the active table or view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Extend_|Optional|**Boolean**|**True** if the current selection is extended to the first cell. If the active view is the Network Diagram or Resource Graph, Extend is ignored. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectCell.md b/api/Project.Application.SelectCell.md
index 0d3f539251d..0033aed2255 100644
--- a/api/Project.Application.SelectCell.md
+++ b/api/Project.Application.SelectCell.md
@@ -27,13 +27,13 @@ Selects a cell.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Optional|**Long**|The row number (**RowRelative** is **False**) or the relative row position (**RowRelative** is **True**) of the cell to select.|
| _Column_|Optional|**Integer**|The column number of the cell to select.|
| _RowRelative_|Optional|**Boolean**|**True** if the row number is relative to the active cell. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectCellDown.md b/api/Project.Application.SelectCellDown.md
index 0ba17f8ec63..d449bf8448f 100644
--- a/api/Project.Application.SelectCellDown.md
+++ b/api/Project.Application.SelectCellDown.md
@@ -27,12 +27,12 @@ Selects cells directly below the current selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumCells_|Optional|**Long**|The number of cells to select downward from the current selection. The default value is 1.|
| _Extend_|Optional|**Boolean**|**True** if the current selection is extended to the specified cell. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectCellLeft.md b/api/Project.Application.SelectCellLeft.md
index 531b0cae348..e3f12a696d6 100644
--- a/api/Project.Application.SelectCellLeft.md
+++ b/api/Project.Application.SelectCellLeft.md
@@ -27,12 +27,12 @@ Selects cells to the left of the current selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumCells_|Optional|**Long**|The number of cells to select to the left of the current selection. The default value is 1.|
| _Extend_|Optional|**Boolean**|**True** if the current selection is extended to the specified cell. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectCellRight.md b/api/Project.Application.SelectCellRight.md
index 5a891f0fa2a..b714929f96c 100644
--- a/api/Project.Application.SelectCellRight.md
+++ b/api/Project.Application.SelectCellRight.md
@@ -27,12 +27,12 @@ Selects cells to the right of the current selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumCells_|Optional|**Long**|The number of cells to select to the right of the current selection. The default value is 1.|
| _Extend_|Optional|**Boolean**|**True** if the current selection is extended to the specified cell. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectCellUp.md b/api/Project.Application.SelectCellUp.md
index d222fd99de9..d3f0b40b90d 100644
--- a/api/Project.Application.SelectCellUp.md
+++ b/api/Project.Application.SelectCellUp.md
@@ -27,12 +27,12 @@ Selects cells upward from the current selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumCells_|Optional|**Long**|The number of cells to select upward from the current selection. The default value is 1.|
| _Extend_|Optional|**Boolean**|**True** if the current selection is extended to the specified cell. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectColumn.md b/api/Project.Application.SelectColumn.md
index 49904263059..79362e72b3d 100644
--- a/api/Project.Application.SelectColumn.md
+++ b/api/Project.Application.SelectColumn.md
@@ -27,14 +27,14 @@ Selects one or more columns.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Column_|Optional|**Integer**| The number of the column to select. (Columns are numbered from left to right, starting with 2.) The default is the active column.|
| _Additional_|Optional|**Integer**|The number of columns to select in addition to the active column.|
| _Extend_|Optional|**Boolean**|**True** if the active selection is extended into the new selection. The default value is **False**.|
| _Add_|Optional|**Boolean**|**True** if the new selection is added to the active selection. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectEnd.md b/api/Project.Application.SelectEnd.md
index 72d46b9ad0d..825f24f9226 100644
--- a/api/Project.Application.SelectEnd.md
+++ b/api/Project.Application.SelectEnd.md
@@ -27,11 +27,11 @@ Selects the last cell in the active table that contains a resource or task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Extend_|Optional|**Boolean**|**True** if the current selection is extended to the last cell. If the active view is the Network Diagram or Resource Graph, **Extend** is ignored. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectRange.md b/api/Project.Application.SelectRange.md
index 56d3f47e20b..5f438baca6c 100644
--- a/api/Project.Application.SelectRange.md
+++ b/api/Project.Application.SelectRange.md
@@ -27,7 +27,7 @@ Selects one or more cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Required|**Long**|The number of the row containing the cell to select.|
| _Column_|Required|**Integer**|The number of the column containing the cell to select. (Columns are numbered from left to right, starting with 2.)|
@@ -37,7 +37,7 @@ Selects one or more cells.
| _Extend_|Optional|**Boolean**|**True** if the active selection is extended into the new selection. The default value is **False**.|
| _Add_|Optional|**Boolean**|**True** if the new selection is added to the active selection. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectResourceCell.md b/api/Project.Application.SelectResourceCell.md
index edd26cac05a..d7763414b26 100644
--- a/api/Project.Application.SelectResourceCell.md
+++ b/api/Project.Application.SelectResourceCell.md
@@ -27,13 +27,13 @@ Selects a cell containing resource information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Optional|**Long**|The row number (RowRelative is **False**) or the relative row position (RowRelative is **True**) of the cell to select.|
| _Column_|Optional|**String**|The field name of the cell to select.|
| _RowRelative_|Optional|**Boolean**|**True** if the row number is relative to the active cell. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectResourceColumn.md b/api/Project.Application.SelectResourceColumn.md
index e8432b2194f..ab18c14da64 100644
--- a/api/Project.Application.SelectResourceColumn.md
+++ b/api/Project.Application.SelectResourceColumn.md
@@ -27,14 +27,14 @@ Selects a column containing resource information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Column_|Optional|**String**|The field name of the column to select. The default is the column containing the active cell.|
| _Additional_|Optional|**Integer**|The number of additional columns to select to the right of **Column**. If **Extend** is **True**, **Additional** is ignored. The default value is 0.|
| _Extend_|Optional|**Boolean**|**True** if all columns between the current selection and **Column** are selected. The default value is **False**.|
| _Add_|Optional|**Boolean**|**True** if the current column is included in the selection. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectResourceField.md b/api/Project.Application.SelectResourceField.md
index 7cdabf1c4c0..06a02584406 100644
--- a/api/Project.Application.SelectResourceField.md
+++ b/api/Project.Application.SelectResourceField.md
@@ -27,7 +27,7 @@ Selects a resource field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Required|**Long**|The number of the row containing the field to select.|
| _Column_|Required|**String**|The name of the column containing the field to select.|
@@ -37,7 +37,7 @@ Selects a resource field.
| _Extend_|Optional|**Boolean**|**True** if the active selection is extended into the new selection. The default value is **False**.|
| _Add_|Optional|**Boolean**|**True** if the new selection is added to the active selection. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectRow.md b/api/Project.Application.SelectRow.md
index 6c2b974d706..50aaefd2d88 100644
--- a/api/Project.Application.SelectRow.md
+++ b/api/Project.Application.SelectRow.md
@@ -27,7 +27,7 @@ Selects one or more rows.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Optional|**Long**|The number of the row to select. The default is the active row.|
| _RowRelative_|Optional|**Boolean**|**True** if the location of the new selection is relative to the active selection. The default value is **True**.|
@@ -35,7 +35,7 @@ Selects one or more rows.
| _Extend_|Optional|**Boolean**|**True** if the active selection is extended into the new selection. The default value is **False**.|
| _Add_|Optional|**Boolean**|**True** if the new selection is added to the active selection. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectRowEnd.md b/api/Project.Application.SelectRowEnd.md
index 30111ba8409..c6a90e277a6 100644
--- a/api/Project.Application.SelectRowEnd.md
+++ b/api/Project.Application.SelectRowEnd.md
@@ -27,11 +27,11 @@ Selects the last cell in the row containing the active cell.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Extend_|Optional|**Boolean**|**True** if the current selection is extended to the last cell. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectRowStart.md b/api/Project.Application.SelectRowStart.md
index 5caa9fcd614..4fffb6191e9 100644
--- a/api/Project.Application.SelectRowStart.md
+++ b/api/Project.Application.SelectRowStart.md
@@ -27,11 +27,11 @@ Selects the first cell in the row containing the active cell.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Extend_|Optional|**Boolean**|**True** if the current selection is extended to the first cell. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectSheet.md b/api/Project.Application.SelectSheet.md
index 4bb8426bc6a..e42caf5bdfe 100644
--- a/api/Project.Application.SelectSheet.md
+++ b/api/Project.Application.SelectSheet.md
@@ -23,7 +23,7 @@ Selects all cells in the active table.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectTPLineHeight.md b/api/Project.Application.SelectTPLineHeight.md
index c40c5fd9c25..d95600fa1fe 100644
--- a/api/Project.Application.SelectTPLineHeight.md
+++ b/api/Project.Application.SelectTPLineHeight.md
@@ -27,11 +27,11 @@ Sets the number of text lines for assignment rows in the Team Planner.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LineMultiple_|Required|**Integer**|Number of text lines.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectTPTask.md b/api/Project.Application.SelectTPTask.md
index 579b6a385ab..cbe7c973fba 100644
--- a/api/Project.Application.SelectTPTask.md
+++ b/api/Project.Application.SelectTPTask.md
@@ -27,11 +27,11 @@ Selects the specified task in the Team Planner view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskUniqueID_|Optional|**Variant**|Unique ID of the task to select.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectTaskAssns.md b/api/Project.Application.SelectTaskAssns.md
index 0ae6a3c7067..2a5c69261cd 100644
--- a/api/Project.Application.SelectTaskAssns.md
+++ b/api/Project.Application.SelectTaskAssns.md
@@ -23,7 +23,7 @@ Selects all assignments for a selected task in the Team Planner view.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectTaskCell.md b/api/Project.Application.SelectTaskCell.md
index dde065d55ce..7be5b4620ad 100644
--- a/api/Project.Application.SelectTaskCell.md
+++ b/api/Project.Application.SelectTaskCell.md
@@ -27,13 +27,13 @@ Selects a cell containing task information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Optional|**Long**|The row number (RowRelative is **False**) or the relative row position (RowRelative is **True**) of the cell to select.|
| _Column_|Optional|**String**|The field name of the cell to select.|
| _RowRelative_|Optional|**Boolean**|**True** if the row number is relative to the active cell. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectTaskColumn.md b/api/Project.Application.SelectTaskColumn.md
index 3ed608b42e3..819bfe3f152 100644
--- a/api/Project.Application.SelectTaskColumn.md
+++ b/api/Project.Application.SelectTaskColumn.md
@@ -27,14 +27,14 @@ Selects a column containing task information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Column_|Optional|**String**|The field name of the column to select. The default is the column containing the active cell.|
| _Additional_|Optional|**Integer**|The number of additional columns to select to the right of **Column**. If **Extend** is **True**, **Additional** is ignored. The default value is 0.|
| _Extend_|Optional|**Boolean**|**True** if all columns between the current selection and **Column** are selected. The default value is **False**.|
| _Add_|Optional|**Boolean**|**True** if the current column is included in the selection. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectTaskField.md b/api/Project.Application.SelectTaskField.md
index 50ccac8261a..d23b722ff9a 100644
--- a/api/Project.Application.SelectTaskField.md
+++ b/api/Project.Application.SelectTaskField.md
@@ -27,7 +27,7 @@ Selects a task field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Required|**Long**|The number of the row containing the field to select.|
| _Column_|Required|**String**|The name of the column containing the field to select.|
@@ -37,7 +37,7 @@ Selects a task field.
| _Extend_|Optional|**Boolean**|**True** if the active selection is extended into the new selection. The default value is **False.**|
| _Add_|Optional|**Boolean**|**True** if the new selection is added to the active selection. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectTimescaleRange.md b/api/Project.Application.SelectTimescaleRange.md
index d9d30a9b893..885ab75e30d 100644
--- a/api/Project.Application.SelectTimescaleRange.md
+++ b/api/Project.Application.SelectTimescaleRange.md
@@ -27,14 +27,14 @@ Selects one or more timescale data cells in a usage view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Required|**Long**|The number of the row containing the cell to select.|
| _StartTime_|Required|**String**|A time (from the timescale) that functions as the starting point of the selection.|
| _Width_|Required|**Integer**| The number of columns to select.|
| _Height_|Required|**Long**|The number of rows to select.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectToEnd.md b/api/Project.Application.SelectToEnd.md
index 4a91ea95a6a..f59fb593156 100644
--- a/api/Project.Application.SelectToEnd.md
+++ b/api/Project.Application.SelectToEnd.md
@@ -23,7 +23,7 @@ For the selected assignment in the Team Planner view, selects from the beginning
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SelectionExtend.md b/api/Project.Application.SelectionExtend.md
index 165e269ccef..834d955f4cf 100644
--- a/api/Project.Application.SelectionExtend.md
+++ b/api/Project.Application.SelectionExtend.md
@@ -27,12 +27,12 @@ Turns selection extension on or off.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Extend_|Optional|**Boolean**|**True** if extend mode is active. (If extend mode is active, all items between the selection and the active item become part of the selection.) If **Extend** is **True**, **Add** is ignored. The default value is **False**.|
| _Add_|Optional|**Boolean**|**True** if add mode is active. (If add mode is active, only the active item is added to the selection.) The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ServiceOptionsDialog.md b/api/Project.Application.ServiceOptionsDialog.md
index 46e6034422f..4f551045772 100644
--- a/api/Project.Application.ServiceOptionsDialog.md
+++ b/api/Project.Application.ServiceOptionsDialog.md
@@ -23,7 +23,7 @@ Opens the **Service Options** dialog box.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetActiveCell.md b/api/Project.Application.SetActiveCell.md
index 66f824a8b5f..b1ab0c6da7d 100644
--- a/api/Project.Application.SetActiveCell.md
+++ b/api/Project.Application.SetActiveCell.md
@@ -27,12 +27,12 @@ Sets the value of the active cell.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required|**String**| The new value for the active cell.|
| _Create_|Optional|**Boolean**|**True** if a new assignment, resource, or task should be created when setting the value of the active cell, if one doesn't already exist. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetAutoFilter.md b/api/Project.Application.SetAutoFilter.md
index 19406e6dd94..97d536bfd91 100644
--- a/api/Project.Application.SetAutoFilter.md
+++ b/api/Project.Application.SetAutoFilter.md
@@ -24,7 +24,7 @@ _expression_ An expression that returns an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldName_|Required|**String**|Name of the field.|
| _FilterType_|Optional|**PjAutoFilterType**|Type of filter; can be one of the **[PjAutoFilterType](Project.PjAutoFilterType.md)** constants. The default value is **pjAutoFilterClear**, which clears the AutoFilter.|
diff --git a/api/Project.Application.SetField.md b/api/Project.Application.SetField.md
index 2b4f425c8b6..1cef8c381fb 100644
--- a/api/Project.Application.SetField.md
+++ b/api/Project.Application.SetField.md
@@ -27,13 +27,13 @@ Sets the value of a local custom field or enterprise custom field for the select
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**String**| The name of the field to set.|
| _Value_|Required|**String**|The value of the field.|
| _Create_|Optional|**Boolean**|**True** if a new value is created; otherwise **false**. The default value is **true**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetMatchingField.md b/api/Project.Application.SetMatchingField.md
index 845ab4d8461..a8b3eff5795 100644
--- a/api/Project.Application.SetMatchingField.md
+++ b/api/Project.Application.SetMatchingField.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**String**|The name of the field to set.|
| _Value_|Required|**String**|The value to which the field is set.|
diff --git a/api/Project.Application.SetResourceField.md b/api/Project.Application.SetResourceField.md
index 7fd56c2b04c..a9ae45793a8 100644
--- a/api/Project.Application.SetResourceField.md
+++ b/api/Project.Application.SetResourceField.md
@@ -27,7 +27,7 @@ Sets the value of a resource field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**String**|The name of the resource field to set.|
| _Value_|Required|**String**|The value of the resource field.|
@@ -36,7 +36,7 @@ Sets the value of a resource field.
| _ResourceID_|Optional|**Long**|The identification number of the resource containing the field to set. If AllSelectedResources is **True**, ResourceID is ignored.|
| _ProjectName_|Optional|**String**|If the active project is a consolidated project, specifies the name of the project for the resource specified by ResourceID . If ResourceID is not specified, ProjectName is ignored. The default value is the name of the active project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetResourceFieldByID.md b/api/Project.Application.SetResourceFieldByID.md
index 86dcee7348d..f64d10d9f58 100644
--- a/api/Project.Application.SetResourceFieldByID.md
+++ b/api/Project.Application.SetResourceFieldByID.md
@@ -27,7 +27,7 @@ Sets the value of a resource field specified by the field identification number.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**PjField**|Field identification number. Can be one of the resource fields specified by a **[PjField](Project.PjField.md)** constant or a number returned by the **[FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md)** method.|
| _Value_|Required|**String**|The value of the resource field.|
@@ -36,7 +36,7 @@ Sets the value of a resource field specified by the field identification number.
| _ResourceID_|Optional|**Long**|The identification number of the resource containing the field to set. If AllSelectedResources is **True**, ResourceID is ignored.|
| _ProjectName_|Optional|**String**|If the active project is a consolidated project, specifies the name of the project for the resource specified by _ResourceID_. If _ResourceID_ is not specified, _ProjectName_ is ignored. The default value is the name of the active project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetRowHeight.md b/api/Project.Application.SetRowHeight.md
index 6dc285d6013..793001d3feb 100644
--- a/api/Project.Application.SetRowHeight.md
+++ b/api/Project.Application.SetRowHeight.md
@@ -27,13 +27,13 @@ Sets the height of the specified rows.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional|**Integer**|The height of the rows, in lines. The maximum value for Unit is 20.|
| _Rows_|Optional|**String**|The row(s) to select. The value for Rows can be a single row (for example, "5"), a range of rows (for example, "1-8"), a list of discontiguous rows (for example, "5,7-9,12"), or "ALL" to select every row. If Rows is not specified and an existing selection exists, the selection will be used. The default with no existing selection is to use the active row.|
| _UseUniqueID_|Optional|**Boolean**|**True** if the value specified with Rows is the unique identification number(s) for resources or tasks. **False** if Rows specifies row numbers. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetShowTaskSuggestions.md b/api/Project.Application.SetShowTaskSuggestions.md
index 58873b210a6..9e3eaccf150 100644
--- a/api/Project.Application.SetShowTaskSuggestions.md
+++ b/api/Project.Application.SetShowTaskSuggestions.md
@@ -27,11 +27,11 @@ Sets the global **Show Suggestions** option for tasks.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Variant**|If **True**, turns on the **Show Suggestions** option. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetShowTaskWarnings.md b/api/Project.Application.SetShowTaskWarnings.md
index d801f423e57..50504c0284f 100644
--- a/api/Project.Application.SetShowTaskWarnings.md
+++ b/api/Project.Application.SetShowTaskWarnings.md
@@ -27,11 +27,11 @@ Sets the global **Show Warnings** option for tasks.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Variant**|If **True**, turns on the **Show Warnings** option. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetSidepaneStateButton.md b/api/Project.Application.SetSidepaneStateButton.md
index 3115da09389..88dfdf4817a 100644
--- a/api/Project.Application.SetSidepaneStateButton.md
+++ b/api/Project.Application.SetSidepaneStateButton.md
@@ -24,7 +24,7 @@ Sets the state of the **Toggle** button in the Project Guide. Deprecated in Pro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DisplayState_|Required|**Boolean**|**False** if the button should be in normal state, indicating the side pane is hidden. **True** if the button should be in depressed state, indicating the side pane is showing.|
diff --git a/api/Project.Application.SetSplitBar.md b/api/Project.Application.SetSplitBar.md
index 78574321b98..7662092a9c7 100644
--- a/api/Project.Application.SetSplitBar.md
+++ b/api/Project.Application.SetSplitBar.md
@@ -27,11 +27,11 @@ Positions the vertical split bar in a sheet view to display the specified number
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShowColumns_|Optional|**Long**|Specifies the number of columns to display, including the locked **ID** column. The value can be 1 through 75. The default value is the total number of columns currently displayed, including any partially hidden column.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetTPField.md b/api/Project.Application.SetTPField.md
index 22a3e46b289..f2b181a8fb0 100644
--- a/api/Project.Application.SetTPField.md
+++ b/api/Project.Application.SetTPField.md
@@ -27,7 +27,7 @@ Sets a value for the percent complete field of one or more tasks in the Team Pla
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**String**|The _Field_ argument can be only "% Complete". You can also use the **FieldConstantToFieldName** method with **pjTaskPercentComplete**, as in the example.|
| _Value_|Required|**String**|Value of the _Field_ argument. Values can range from "0" to "100" for percent complete.|
@@ -36,7 +36,7 @@ Sets a value for the percent complete field of one or more tasks in the Team Pla
| _TaskID_|Optional|**Long**|Not used in Project.|
| _ProjectName_|Optional|**String**|Not used in Project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetTaskField.md b/api/Project.Application.SetTaskField.md
index 16a6eb1987f..8ab3cdc21e6 100644
--- a/api/Project.Application.SetTaskField.md
+++ b/api/Project.Application.SetTaskField.md
@@ -27,7 +27,7 @@ Sets the value of a task field specified by the name of the field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**String**|The name of the task field to set.|
| _Value_|Required|**String**|The value of the task field.|
@@ -36,7 +36,7 @@ Sets the value of a task field specified by the name of the field.
| _TaskID_|Optional|**Long**|The identification number of the task containing the field to set. If _AllSelectedTasks_ is **True**, _TaskID_ is ignored.|
| _ProjectName_|Optional|**String**|If the active project is a consolidated project, specifies the name of the project for the task specified by _TaskID_. If _TaskID_ is not specified, _ProjectName_ is ignored. The default value is the name of the active project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetTaskFieldByID.md b/api/Project.Application.SetTaskFieldByID.md
index 164204d4091..9555e5072bc 100644
--- a/api/Project.Application.SetTaskFieldByID.md
+++ b/api/Project.Application.SetTaskFieldByID.md
@@ -27,7 +27,7 @@ Sets the value of a task field specified by the field identification number.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**PjField**|Field identification number. Can be one of the task fields specified by a **[PjField](Project.PjField.md)** constant or a number returned by the **[FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md)** method.|
| _Value_|Required|**String**|The value of the task field.|
@@ -36,7 +36,7 @@ Sets the value of a task field specified by the field identification number.
| _TaskID_|Optional|**Variant**|The identification number of the task containing the field to set. If _AllSelectedResources_ is **True**, _TaskID_ is ignored.|
| _ProjectName_|Optional|**Variant**|If the active project is a consolidated project, specifies the name of the project for the task specified by _TaskID_. If _TaskID_ is not specified, _ProjectName_ is ignored. The default value is the name of the active project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetTaskMode.md b/api/Project.Application.SetTaskMode.md
index 89ff262b800..e0ea9b41725 100644
--- a/api/Project.Application.SetTaskMode.md
+++ b/api/Project.Application.SetTaskMode.md
@@ -27,12 +27,12 @@ Changes the mode of the selected tasks, to manually scheduled or automatically s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Manual_|Optional|**Boolean**|If **true**, changes the selected tasks to manually scheduled. If **false**, changes the tasks to automatically scheduled.|
| _IsStickyDates_|Optional|**Boolean**|If **true**, when a manually scheduled task is changed to automatically scheduled, the constraint type is set to **Start No Earlier Than** and the constraint date is set to the previous start date.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SetTitleRowHeight.md b/api/Project.Application.SetTitleRowHeight.md
index 3673cfedfb6..63d83e4327a 100644
--- a/api/Project.Application.SetTitleRowHeight.md
+++ b/api/Project.Application.SetTitleRowHeight.md
@@ -27,11 +27,11 @@ Sets the title row height of the active view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TitleHeight_|Optional|**Integer**|The height of the title row of the active view.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ShareProjectOnline.md b/api/Project.Application.ShareProjectOnline.md
index 638a30b9766..be5cce7cf77 100644
--- a/api/Project.Application.ShareProjectOnline.md
+++ b/api/Project.Application.ShareProjectOnline.md
@@ -23,7 +23,7 @@ Opens the URL for information about sharing projects in the **Share with Projec
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ShowAddNewColumn.md b/api/Project.Application.ShowAddNewColumn.md
index ee4e1ac4742..9cfcae10d50 100644
--- a/api/Project.Application.ShowAddNewColumn.md
+++ b/api/Project.Application.ShowAddNewColumn.md
@@ -27,11 +27,11 @@ Shows or hides the **Add New Column** column at the right side of the active sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if the **Show 'Add New Column' interface** option is selected. **False** if the option is cleared. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ShowIgnoredTaskWarnings.md b/api/Project.Application.ShowIgnoredTaskWarnings.md
index fe5c7d54926..639f59d9fbc 100644
--- a/api/Project.Application.ShowIgnoredTaskWarnings.md
+++ b/api/Project.Application.ShowIgnoredTaskWarnings.md
@@ -23,7 +23,7 @@ Shows any ignored warnings for tasks; turns on the warning symbol in the **Indi
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SidepaneTaskChange.md b/api/Project.Application.SidepaneTaskChange.md
index 2bfde13fade..befb7279bfe 100644
--- a/api/Project.Application.SidepaneTaskChange.md
+++ b/api/Project.Application.SidepaneTaskChange.md
@@ -27,12 +27,12 @@ Changes the side pane that is displayed in **Project Guide**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ID_|Required|**Integer**|The ID number of the side pane in the **Project Guide**.|
| _IsGoalArea_|Optional|**Boolean**|**True** if trying to change to a different goal area in the **Project Guide**. **False** if trying to change to a different **Project Guide** task.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SidepaneToggle.md b/api/Project.Application.SidepaneToggle.md
index 78cdb59e8e5..b676b2a0026 100644
--- a/api/Project.Application.SidepaneToggle.md
+++ b/api/Project.Application.SidepaneToggle.md
@@ -27,11 +27,11 @@ Triggers the **[WindowSidepaneDisplayChange](Project.Application.WindowSidepane
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if Project shows the side pane for the **Project Guide**. **False** if Project hides the side pane for the **Project Guide**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Sort.md b/api/Project.Application.Sort.md
index d7913a7f720..19088e6a722 100644
--- a/api/Project.Application.Sort.md
+++ b/api/Project.Application.Sort.md
@@ -27,7 +27,7 @@ Sorts the tasks or resources in the active pane.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Key1_|Optional|**String**|The name of a primary field to sort. If Key1 is omitted, Project displays the **Sort** dialog box.|
| _Ascending1_|Optional|**Boolean**|**True** if the primary field will be sorted in ascending order. The default value is **True**.|
@@ -38,7 +38,7 @@ Sorts the tasks or resources in the active pane.
| _Renumber_|Optional|**Boolean**|**True** if Project renumbers tasks after sorting them. For task views, Renumber can be **True** only if Outline is **True**. If Outline is **True**, then Renumber defaults to the current setting in the **Sort** dialog box. If Outline is **False**, Renumber is ignored.|
| _Outline_|Optional|**Boolean**|**True** if the outline level of tasks or resources will be preserved after sorting them. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SpellCheckField.md b/api/Project.Application.SpellCheckField.md
index 116eecebd59..510c5f50fff 100644
--- a/api/Project.Application.SpellCheckField.md
+++ b/api/Project.Application.SpellCheckField.md
@@ -27,12 +27,12 @@ Checks the spelling of text custom fields.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldName_|Optional|**PjSpellingField**|One of the **[PjSpellingField](Project.PjSpellingField.md)** enumeration values.|
| _EnableSpellCheck_|Optional|**Variant**|**True** if spell check is enabled; otherwise, **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SpellingCheck.md b/api/Project.Application.SpellingCheck.md
index 9aa6d468f94..342e34d0437 100644
--- a/api/Project.Application.SpellingCheck.md
+++ b/api/Project.Application.SpellingCheck.md
@@ -23,7 +23,7 @@ Checks the spelling in the active project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SplitTask.md b/api/Project.Application.SplitTask.md
index 847d4c2e2bc..ef0310f7841 100644
--- a/api/Project.Application.SplitTask.md
+++ b/api/Project.Application.SplitTask.md
@@ -27,11 +27,11 @@ Enters the interactive task split mode, enabling the user to manually create tas
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Lock_|Optional|**Boolean**|**True** if the task split pointer stays active after a split is made, enabling more task splits to be made. **False** if the pointer returns to normal after making a split. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.StopWebBrowserControlNavigation.md b/api/Project.Application.StopWebBrowserControlNavigation.md
index 5aaca554ad0..efbd1fcdba3 100644
--- a/api/Project.Application.StopWebBrowserControlNavigation.md
+++ b/api/Project.Application.StopWebBrowserControlNavigation.md
@@ -23,7 +23,7 @@ Stops a Web page from loading in the active window. The **StopWebBrowserControl
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SummaryResourceAssignmentsRefresh.md b/api/Project.Application.SummaryResourceAssignmentsRefresh.md
index 92f66421f6d..3293cb31904 100644
--- a/api/Project.Application.SummaryResourceAssignmentsRefresh.md
+++ b/api/Project.Application.SummaryResourceAssignmentsRefresh.md
@@ -23,7 +23,7 @@ Refreshes the summary resource assignments of a project by getting the latest av
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SummaryTasksShow.md b/api/Project.Application.SummaryTasksShow.md
index ca700477568..6acad8d29e7 100644
--- a/api/Project.Application.SummaryTasksShow.md
+++ b/api/Project.Application.SummaryTasksShow.md
@@ -27,11 +27,11 @@ Shows or hides summary tasks in the active Network Diagram.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if summary tasks display in the active view. The default value is **True** if summary tasks are hidden and **False** if they are visible.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.SynchronizeWithSite.md b/api/Project.Application.SynchronizeWithSite.md
index 93aef4c4b30..66efd23f610 100644
--- a/api/Project.Application.SynchronizeWithSite.md
+++ b/api/Project.Application.SynchronizeWithSite.md
@@ -27,12 +27,12 @@ Synchronizes a local project in Project Professional with a SharePoint 2013 task
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SiteURL_|Optional|**String**|URL of the SharePoint site.|
| _ListName_|Optional|**String**|Name of the tasks list. For a local project, Project Professional creates the tasks list if it does not exist.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TableApply.md b/api/Project.Application.TableApply.md
index da68af9e3c5..1fd6215bf4d 100644
--- a/api/Project.Application.TableApply.md
+++ b/api/Project.Application.TableApply.md
@@ -27,11 +27,11 @@ Applies a table to the active view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**| The name of the table to apply.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TableCopy.md b/api/Project.Application.TableCopy.md
index 5a53b174a72..7b3ba8e81e4 100644
--- a/api/Project.Application.TableCopy.md
+++ b/api/Project.Application.TableCopy.md
@@ -27,11 +27,11 @@ Makes a copy of the active table, adds it to the **Tables** drop-down menu, and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|Name of the copied table.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TableEdit.md b/api/Project.Application.TableEdit.md
index 0e6e978af1c..efbb5740d54 100644
--- a/api/Project.Application.TableEdit.md
+++ b/api/Project.Application.TableEdit.md
@@ -27,7 +27,7 @@ Creates, edits, or copies a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**| The name of a table to edit, create, or copy.|
| _TaskTable_|Required|**Boolean**|**True** if the active table contains information about tasks or resources; otherwise, **False**.|
@@ -48,7 +48,7 @@ Creates, edits, or copies a table.
| _HeaderAutoRowHeightAdjustment_|Optional|**Boolean**|**True** if Project automatically adjusts the row height of the table; otherwise, **False**. The default value is **True**.|
| _HeaderTextWrap_|Optional|**Boolean**|**True** if Project wraps text in the header of the table; otherwise, **False**. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TableEditEx.md b/api/Project.Application.TableEditEx.md
index f8133e685cf..0602fbb2891 100644
--- a/api/Project.Application.TableEditEx.md
+++ b/api/Project.Application.TableEditEx.md
@@ -27,7 +27,7 @@ Creates, edits, or copies a table that can wrap text and include the **Add New
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**| The name of a table to edit, create, or copy.|
| _TaskTable_|Required|**Boolean**|**True** if the active table contains information about tasks or resources; otherwise, **False**.|
@@ -50,7 +50,7 @@ Creates, edits, or copies a table that can wrap text and include the **Add New
| _WrapText_|Optional|**Boolean**|**True** if the table wraps text in the rows; otherwise, **False**.|
| _ShowAddNewColumn_|Optional|**Boolean**|True if the table shows the **Add New Column** feature in the far-right column; otherwise, **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TableReset.md b/api/Project.Application.TableReset.md
index 1bcb494ec98..f5398d29d65 100644
--- a/api/Project.Application.TableReset.md
+++ b/api/Project.Application.TableReset.md
@@ -23,7 +23,7 @@ Resets the active table to the default table definition.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Tables.md b/api/Project.Application.Tables.md
index 43a784f858d..c6e1305a618 100644
--- a/api/Project.Application.Tables.md
+++ b/api/Project.Application.Tables.md
@@ -23,7 +23,7 @@ Displays the **More Tables** dialog box, which prompts the user to manage table
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskComparison.md b/api/Project.Application.TaskComparison.md
index b866cec0b92..ea56dec0181 100644
--- a/api/Project.Application.TaskComparison.md
+++ b/api/Project.Application.TaskComparison.md
@@ -23,7 +23,7 @@ In a project comparison report, shows the Gantt Chart view in all three project
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskDeliverableCreate.md b/api/Project.Application.TaskDeliverableCreate.md
index fa09ea13c72..0d2d32679e9 100644
--- a/api/Project.Application.TaskDeliverableCreate.md
+++ b/api/Project.Application.TaskDeliverableCreate.md
@@ -27,11 +27,11 @@ Creates or removes a deliverable for the selected task. Available only in Projec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Create_|Optional|**Variant**|If the selected task has no associated deliverable, **True** creates a deliverable. If the selected task does have an associated deliverable, **False** removes the deliverable. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskDeliverableSync.md b/api/Project.Application.TaskDeliverableSync.md
index 914911442ef..147eb625a1d 100644
--- a/api/Project.Application.TaskDeliverableSync.md
+++ b/api/Project.Application.TaskDeliverableSync.md
@@ -23,7 +23,7 @@ Synchronizes selected task deliverables in the active project with changes made
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskDependencySync.md b/api/Project.Application.TaskDependencySync.md
index 5f68c72843d..8056b053ca9 100644
--- a/api/Project.Application.TaskDependencySync.md
+++ b/api/Project.Application.TaskDependencySync.md
@@ -23,7 +23,7 @@ Synchronizes task dependencies in the active project with changes in deliverable
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskDrivers.md b/api/Project.Application.TaskDrivers.md
index 3f64ee3d221..395341d57bf 100644
--- a/api/Project.Application.TaskDrivers.md
+++ b/api/Project.Application.TaskDrivers.md
@@ -23,7 +23,7 @@ Shows the **Task Inspector** pane.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskInspector.md b/api/Project.Application.TaskInspector.md
index 8b40573f004..77c662366b0 100644
--- a/api/Project.Application.TaskInspector.md
+++ b/api/Project.Application.TaskInspector.md
@@ -23,7 +23,7 @@ Displays the **Task Inspector** pane.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskMove.md b/api/Project.Application.TaskMove.md
index f5c60a25173..8a47591c21c 100644
--- a/api/Project.Application.TaskMove.md
+++ b/api/Project.Application.TaskMove.md
@@ -27,13 +27,13 @@ Moves the start date of one or more selected tasks the specified number of days.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MoveForward_|Optional|**Variant**|**True** if the task moves forward in time. **False** if the task moves backward in time. The default is **True**.|
| _IsWorkingDuration_|Optional|**Variant**|**True** if the the number of days specified by _MoveDays_ is only for working days. **False** if the number of days specified by _MoveDays_ includes both working and nonworking days. The default is **True**.|
| _MoveDays_|Optional|**Integer**|Specifies the number of days to move the selected tasks. The default value is 1.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskMoveToStatusDate.md b/api/Project.Application.TaskMoveToStatusDate.md
index 253c7c8671e..88dbe3ed9df 100644
--- a/api/Project.Application.TaskMoveToStatusDate.md
+++ b/api/Project.Application.TaskMoveToStatusDate.md
@@ -27,12 +27,12 @@ Moves completed or incomplete parts of one or more selected tasks to the status
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MoveCompleted_|Optional|**Boolean**|**True** if the completed parts of tasks are moved to the status date; otherwise, **False**. The default is **False**.|
| _MoveIncomplete_|Optional|**Boolean**|**True** if the incomple parts of tasks are moved to the status date; otherwise, **False**. The default is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskOnTimeline.md b/api/Project.Application.TaskOnTimeline.md
index 5f31ea264cc..bd9be3a1933 100644
--- a/api/Project.Application.TaskOnTimeline.md
+++ b/api/Project.Application.TaskOnTimeline.md
@@ -27,14 +27,14 @@ Manages tasks on the Timeline pane or for a specified custom timeline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Optional|**Long**|Specifies the identification number of a task to add to the timeline or remove from the timeline. If _TaskID_ is specified, selected tasks are ignored.|
| _Remove_|Optional|**Boolean**|**True** if the task specified by _TaskID_ or the selected tasks are removed from the timeline; otherwise, **False**. The default value is **False**.|
| _TimelineViewName_|Optional|**String**|Specifies the name of a timeline to use. The name can be the built-in "Timeline" or an existing custom timeline such as "My Timeline". The default value is the name of the active timeline.|
| _ShowDialog_|Optional|**Boolean**|**True** if Project displays the **Add Tasks to Timeline** dialog box; otherwise, **False**. Any tasks that are already on the timeline have a check by their names. If _ShowDialog_ is **True**, Project ignores the _TaskID_ and _Remove_ arguments. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TaskRespectLinks.md b/api/Project.Application.TaskRespectLinks.md
index c6b387948e4..1610e83febd 100644
--- a/api/Project.Application.TaskRespectLinks.md
+++ b/api/Project.Application.TaskRespectLinks.md
@@ -23,7 +23,7 @@ Moves one or more selected tasks so that their dates are determined by their tas
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TextStyles32Ex.md b/api/Project.Application.TextStyles32Ex.md
index f70ac322fdf..aaf0af36124 100644
--- a/api/Project.Application.TextStyles32Ex.md
+++ b/api/Project.Application.TextStyles32Ex.md
@@ -24,7 +24,7 @@ _expression_ An expression that returns an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Optional|**Integer**|The type of text to change. Can be one of the following **[PjTextItem](Project.PjTextItem.md)** constants. See [If the Gantt Chart is active](#if-the-gantt-chart-is-active).|
| _Font_|Optional|**String**|The name of the font. The _Font_ argument is ignored if the active view is the **Network Diagram**, and Item is not **pjAll**.|
diff --git a/api/Project.Application.TextStylesEx.md b/api/Project.Application.TextStylesEx.md
index 4748c3833a4..d72e027a029 100644
--- a/api/Project.Application.TextStylesEx.md
+++ b/api/Project.Application.TextStylesEx.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Optional|**Integer**|The type of text to change. Can be one of the following **[PjTextItem](Project.PjTextItem.md)** constants. See [If the Gantt Chart is active](#if-the-gantt-chart-is-active).|
| _Font_|Optional|**String**|The name of the font. The _Font_ argument is ignored if the active view is the **Network Diagram** and _Item_ is not **pjAll**.|
diff --git a/api/Project.Application.TimelineExport.md b/api/Project.Application.TimelineExport.md
index 6f55114333c..cadfc7be866 100644
--- a/api/Project.Application.TimelineExport.md
+++ b/api/Project.Application.TimelineExport.md
@@ -27,12 +27,12 @@ Copies an image of the active Timeline view to the Clipboard, for pasting into o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SelectionOnly_|Optional|**Boolean**|**True** if the exported timeline includes only the selected items; otherwise, **False**. The default is **False**, where the entire visible timeline is exported.|
| _ExportWidth_|Optional|**Long**|Specifies the approximate width in pixels of the exported timeline. Values can effectively range from 100 to 10,000. The default value is the actual width of the Timeline pane in Project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TimelineFormat.md b/api/Project.Application.TimelineFormat.md
index 4517fca2026..583bdedef24 100644
--- a/api/Project.Application.TimelineFormat.md
+++ b/api/Project.Application.TimelineFormat.md
@@ -27,12 +27,12 @@ Formats the **Timeline** view to specify the number of text lines in timeline t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumLines_|Optional|**Variant**|Number of text lines to show in tasks on the timeline. Values can be 1 through 10; other values are ignored.|
| _Minimized_|Optional|**Boolean**|If **true**, minimizes the timeline so that tasks do not show details. If **false**, vertically expands the timeline so that tasks show detail text lines.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TimelineGotoSelectedTask.md b/api/Project.Application.TimelineGotoSelectedTask.md
index 1ae2d42d578..64fc386da0a 100644
--- a/api/Project.Application.TimelineGotoSelectedTask.md
+++ b/api/Project.Application.TimelineGotoSelectedTask.md
@@ -23,7 +23,7 @@ When a task is selected in the Timeline view, **TimelineGotoSelectedTask** sele
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TimelineInsertTask.md b/api/Project.Application.TimelineInsertTask.md
index e3f911bdd53..81f8e7aab84 100644
--- a/api/Project.Application.TimelineInsertTask.md
+++ b/api/Project.Application.TimelineInsertTask.md
@@ -27,11 +27,11 @@ When the Timeline view is selected, displays the **Task Information** dialog bo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**PjTimelineInsertTaskType**|Specifies the type of task; that is, whether the task is a regular task, a milestone, or a callout task. Can be one of the following **[PjTimelineInsertTaskType](Project.PjTimelineInsertTaskType.md)** constants: **pjTimelineInsertTask**, **pjTimelineInsertMilestone**, or **pjTimelineInsertCalloutTask**. Any of the task types can be manually or automatically scheduled.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TimelineShowHide.md b/api/Project.Application.TimelineShowHide.md
index 5e0bef504aa..e6f8fb0f263 100644
--- a/api/Project.Application.TimelineShowHide.md
+++ b/api/Project.Application.TimelineShowHide.md
@@ -27,12 +27,12 @@ Shows or hides the specified feature in the Timeline view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Item_|Required|**PjTimelineShowHide**|Specifies the feature to show or hide. Can be one of the **[PjTimelineShowHide](Project.PjTimelineShowHide.md)** constants.|
| _Show_|Optional|**Boolean**|**False** if the feature is hidden; otherwise, **True**. The default value is **True**, which shows the feature.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TimelineTextOnBar.md b/api/Project.Application.TimelineTextOnBar.md
index 03e684c0e3f..d871d15bf50 100644
--- a/api/Project.Application.TimelineTextOnBar.md
+++ b/api/Project.Application.TimelineTextOnBar.md
@@ -27,11 +27,11 @@ Changes the format of text to display as a callout or within the Timeline bar, f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TextOnBar_|Optional|**Boolean**|**False** if the selected tasks should be displayed as callouts; otherwise, **True**. The default value is **True**, which makes the task text show within the Timeline bar.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TimelineViewToggle.md b/api/Project.Application.TimelineViewToggle.md
index f4d4ef090bf..f22bab9f90f 100644
--- a/api/Project.Application.TimelineViewToggle.md
+++ b/api/Project.Application.TimelineViewToggle.md
@@ -23,7 +23,7 @@ Shows or hides the Timeline view.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Timescale.md b/api/Project.Application.Timescale.md
index 48d99d9c45c..c49306570b2 100644
--- a/api/Project.Application.Timescale.md
+++ b/api/Project.Application.Timescale.md
@@ -23,7 +23,7 @@ Displays the **Timescale** dialog box, which prompts the user to set timescale
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TimescaleEdit.md b/api/Project.Application.TimescaleEdit.md
index 9422ac75c11..5b14f19b294 100644
--- a/api/Project.Application.TimescaleEdit.md
+++ b/api/Project.Application.TimescaleEdit.md
@@ -27,7 +27,7 @@ Enables changing the scale and format of a timescale in a Gantt chart or other t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MajorUnits_|Optional|**Variant**|Time units for the middle timescale tier. Specify with the **[PjTimescaleUnit](Project.PjTimescaleUnit.md)** enumeration. The default value is **pjTimescaleWeeks** (3).|
| _MinorUnits_|Optional|**Variant**|Time units for the bottom timescale tier. Specify with the **[PjTimescaleUnit](Project.PjTimescaleUnit.md)** enumeration. The default value is **pjTimescaleDays** (2).|
@@ -51,7 +51,7 @@ Enables changing the scale and format of a timescale in a Gantt chart or other t
| _TopUseFY_|Optional|**Variant**|Specifies whether to base the top tier labels on the fiscal year. The default value is **False**.|
| _TierCount_|Optional|**Variant**|Specifies the number of timescale tiers. The integer value 3 shows all three tiers; the value 2 is default and shows the middle and bottom tiers; the value 1 shows only the middle tier.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TimescaleNonWorking.md b/api/Project.Application.TimescaleNonWorking.md
index e9d90de94cb..8858bfc2f70 100644
--- a/api/Project.Application.TimescaleNonWorking.md
+++ b/api/Project.Application.TimescaleNonWorking.md
@@ -27,14 +27,14 @@ Sets the format of nonworking times.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Draw_|Optional|**Integer**|How nonworking times are denoted in relation to Gantt bars. Can be one of the following **[PjNonWorkingPlacement](Project.PjNonWorkingPlacement.md)** constants: **pjBehind**, **pjInFront**, or **pjDoNotDraw**.|
| _Calendar_|Optional|**String**|The name of the calendar to format.|
| _Color_|Optional|**Integer**|The color of nonworking times. Can be one of the **[PjColor](Project.PjColor.md)** constants.|
| _Pattern_|Optional|**Integer**|The pattern for nonworking times. Can be one of the **[PjFillPattern](Project.PjFillPattern.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TimescaleNonWorkingEx.md b/api/Project.Application.TimescaleNonWorkingEx.md
index c457a2ec6f8..e052c402d67 100644
--- a/api/Project.Application.TimescaleNonWorkingEx.md
+++ b/api/Project.Application.TimescaleNonWorkingEx.md
@@ -27,14 +27,14 @@ Sets the format of nonworking times, where color values can be hexadecimal RGB v
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Draw_|Optional|**Integer**|How nonworking times are denoted in relation to Gantt bars. Can be one of the following **[PjNonWorkingPlacement](Project.PjNonWorkingPlacement.md)** constants: **pjBehind**, **pjInFront**, or **pjDoNotDraw**.|
| _Calendar_|Optional|**String**|The name of the calendar to format.|
| _Color_|Optional|**Long**|The color of nonworking times. Can be a hexadecimal value for the RGB color, where red is the last byte. For example, the value &;HFF0000 is blue and &;H00FFFF is yellow. |
| _Pattern_|Optional|**Integer**|The pattern for nonworking times. Can be one of the **[PjFillPattern](Project.PjFillPattern.md)** constants.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ToggleAssignments.md b/api/Project.Application.ToggleAssignments.md
index ea42937c927..108b1b746a8 100644
--- a/api/Project.Application.ToggleAssignments.md
+++ b/api/Project.Application.ToggleAssignments.md
@@ -23,7 +23,7 @@ Shows or hides assignments for one or more selected task or resources in usage v
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ToggleChangeHighlighting.md b/api/Project.Application.ToggleChangeHighlighting.md
index e493fb1b9cd..6663deaada0 100644
--- a/api/Project.Application.ToggleChangeHighlighting.md
+++ b/api/Project.Application.ToggleChangeHighlighting.md
@@ -23,7 +23,7 @@ Toggles calculation **Change Highlighting** on or off.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.TogglePreventResOveralloc.md b/api/Project.Application.TogglePreventResOveralloc.md
index a5f6ae19af1..70ff87b19b7 100644
--- a/api/Project.Application.TogglePreventResOveralloc.md
+++ b/api/Project.Application.TogglePreventResOveralloc.md
@@ -23,7 +23,7 @@ Toggles the **Prevent Overallocations** command for the Team Planner view.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ToggleResourceDetails.md b/api/Project.Application.ToggleResourceDetails.md
index 6c26a58f455..043ed7a92a3 100644
--- a/api/Project.Application.ToggleResourceDetails.md
+++ b/api/Project.Application.ToggleResourceDetails.md
@@ -23,7 +23,7 @@ Shows or hides the **Resource Form** in the bottom pane of a split view.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ToggleTPAutoExpand.md b/api/Project.Application.ToggleTPAutoExpand.md
index 4709bd662ac..1d3c64e95d9 100644
--- a/api/Project.Application.ToggleTPAutoExpand.md
+++ b/api/Project.Application.ToggleTPAutoExpand.md
@@ -23,7 +23,7 @@ Expands or collapses resource rows in the Team Planner view, where there is more
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ToggleTPResourceExpand.md b/api/Project.Application.ToggleTPResourceExpand.md
index 18c49806373..b143ecb916f 100644
--- a/api/Project.Application.ToggleTPResourceExpand.md
+++ b/api/Project.Application.ToggleTPResourceExpand.md
@@ -27,11 +27,11 @@ Expands or collapses the specified resource row in the Team Planner view, when t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ResourceUniqueID_|Optional|**Long**|Unique identification number of the resource.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ToggleTPUnassigned.md b/api/Project.Application.ToggleTPUnassigned.md
index 85d4c3072c6..1c4f6c49690 100644
--- a/api/Project.Application.ToggleTPUnassigned.md
+++ b/api/Project.Application.ToggleTPUnassigned.md
@@ -23,7 +23,7 @@ Shows or hides the **Unassigned Tasks** section in the Team Planner view.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ToggleTPUnscheduled.md b/api/Project.Application.ToggleTPUnscheduled.md
index ff351ab39cc..e0ed0b79c7f 100644
--- a/api/Project.Application.ToggleTPUnscheduled.md
+++ b/api/Project.Application.ToggleTPUnscheduled.md
@@ -23,7 +23,7 @@ Shows or hides the **Unscheduled Tasks** column in the Team Planner view.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ToggleTaskDetails.md b/api/Project.Application.ToggleTaskDetails.md
index e56a53ac332..c6182cc1323 100644
--- a/api/Project.Application.ToggleTaskDetails.md
+++ b/api/Project.Application.ToggleTaskDetails.md
@@ -23,7 +23,7 @@ Shows or hides the **Task Form** in the bottom pane of a split view.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Undo.md b/api/Project.Application.Undo.md
index 1b42902b178..9bcdf97815f 100644
--- a/api/Project.Application.Undo.md
+++ b/api/Project.Application.Undo.md
@@ -27,11 +27,11 @@ Executes an undo action on items in the **Undo** list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HowManyUndos_|Optional|**Long**|Specifies the number of items from the list to undo. The default is 1.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.UndoClear.md b/api/Project.Application.UndoClear.md
index 1d2829b7424..8c8cdf896b4 100644
--- a/api/Project.Application.UndoClear.md
+++ b/api/Project.Application.UndoClear.md
@@ -23,7 +23,7 @@ Clears the **Undo** list.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.Application.UnlinkTasks.md b/api/Project.Application.UnlinkTasks.md
index be450eb669f..208978d899a 100644
--- a/api/Project.Application.UnlinkTasks.md
+++ b/api/Project.Application.UnlinkTasks.md
@@ -23,7 +23,7 @@ Unlinks the selected tasks.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.UnloadWebBrowserControl.md b/api/Project.Application.UnloadWebBrowserControl.md
index 540119f6326..8e4844763b5 100644
--- a/api/Project.Application.UnloadWebBrowserControl.md
+++ b/api/Project.Application.UnloadWebBrowserControl.md
@@ -24,7 +24,7 @@ Unloads the Web browser control and returns to the regular Project interface.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Optional|**Variant**|Window to be activated.|
diff --git a/api/Project.Application.UpdateFromProjectServer.md b/api/Project.Application.UpdateFromProjectServer.md
index 63f37bf9b65..5c057ecc758 100644
--- a/api/Project.Application.UpdateFromProjectServer.md
+++ b/api/Project.Application.UpdateFromProjectServer.md
@@ -27,7 +27,7 @@ Updates a project from Project Server.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataFile_|Required|**String**|The data file to update from Project Server.|
diff --git a/api/Project.Application.UpdateProject.md b/api/Project.Application.UpdateProject.md
index 8589d40d6da..3160e4056d7 100644
--- a/api/Project.Application.UpdateProject.md
+++ b/api/Project.Application.UpdateProject.md
@@ -27,13 +27,13 @@ Updates progress information and reschedules work for tasks in a project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _All_|Optional|**Boolean**|**True** if all tasks in the active project are updated. **False** if only the selected tasks are updated. The default value is **True**.|
| _UpdateDate_|Optional|**Variant**|The update date to use for the specified action. |
| _action_|Optional|**Integer**|The action to take with the specified tasks. Can be one of the following **[PjProjectUpdate](Project.PjProjectUpdate.md)** constants: **pj0or100Percent**, **pj0to100Percent**, or **pjReschedule**. The default is **pj0to100Percent**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.UpdateTasks.md b/api/Project.Application.UpdateTasks.md
index 0cd62780f6c..56045b3aa60 100644
--- a/api/Project.Application.UpdateTasks.md
+++ b/api/Project.Application.UpdateTasks.md
@@ -27,7 +27,7 @@ Updates the selected tasks.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PercentComplete_|Optional|**Variant**|The percent complete of the active tasks.|
| _ActualDuration_|Optional|**Variant**|The actual duration of the selected tasks.|
@@ -36,7 +36,7 @@ Updates the selected tasks.
| _ActualFinish_|Optional|**Variant**|The actual finish date of the selected tasks.|
| _Notes_|Optional|**String**|Comments in the Notes field for the selected tasks. The value can be text only, not Rich Text Format (RTF) as in the **Notes** dialog box.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.UsageViewEntryEx.md b/api/Project.Application.UsageViewEntryEx.md
index 0150c102ae5..84c4916161a 100644
--- a/api/Project.Application.UsageViewEntryEx.md
+++ b/api/Project.Application.UsageViewEntryEx.md
@@ -27,7 +27,7 @@ Adds fields to the **Details** pane and option menu for the Task Usage or Resou
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CurIndex_|Optional|**Integer**|Current zero-based index of fields in the **Show these fields** list in the **Detail Styles** dialog box. Values greater than the number of fields currently shown are reduced to the next highest value in the actual list. For example, if there are two fields showing and _CurIndex_ = 8, the value of _CurIndex_ is reduced to 2. The default value is 0.|
| _Order_|Optional|**Integer**|Order of the field in an internal array of fields. For valid values, see the table of field names in the Remarks section.|
@@ -38,7 +38,7 @@ Adds fields to the **Details** pane and option menu for the Task Usage or Resou
| _DisplayField_|Optional|**Boolean**|**True** if the field is displayed in the **Details** pane; otherwise, **False**. The DisplayField parameter has no effect on fields that are already displayed.|
| _FontColor_|Optional|**Long**|Color of text in the **Details** column for usage entry. Can be a hexadecimal RGB value, where red is the last byte. For example, &;HFF00FF is purple.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewApply.md b/api/Project.Application.ViewApply.md
index a07aa393b18..8ae36d99c0c 100644
--- a/api/Project.Application.ViewApply.md
+++ b/api/Project.Application.ViewApply.md
@@ -27,13 +27,13 @@ Applies a view to the active window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the view to display in the active window.|
| _SinglePane_|Optional|**Boolean**|**True** if an existing split is removed and the active window displays a single-pane view. The default value is **False**.|
| _Toggle_|Optional|**Boolean**|**True** if the active window switches from one pane to two panes, or from two panes to one pane. Toggle is ignored if SinglePane is **True**. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewApplyEx.md b/api/Project.Application.ViewApplyEx.md
index 159e5383a31..5bb29a9f2da 100644
--- a/api/Project.Application.ViewApplyEx.md
+++ b/api/Project.Application.ViewApplyEx.md
@@ -24,7 +24,7 @@ _expression_ An expression that returns an **Application** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the view to display in the active window.|
| _SinglePane_|Optional|**Boolean**|**True** if an existing split is removed and the active window displays a single-pane view. The default value is **False**.|
diff --git a/api/Project.Application.ViewBar.md b/api/Project.Application.ViewBar.md
index d7524087a49..b6438e30ad6 100644
--- a/api/Project.Application.ViewBar.md
+++ b/api/Project.Application.ViewBar.md
@@ -23,7 +23,7 @@ Shows or hides the View Bar.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewCopy.md b/api/Project.Application.ViewCopy.md
index 93f3d436c24..fe1f232c3e9 100644
--- a/api/Project.Application.ViewCopy.md
+++ b/api/Project.Application.ViewCopy.md
@@ -27,7 +27,7 @@ Copies the current view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|Name of the copy of the view.|
| _ApplyTo_|Optional|**Integer**|Specifies which pane of a split view is copied. The value can be one of the following:
@@ -40,7 +40,7 @@ Copies the current view.
|5|Primary pane, or the Timeline if it is active|
|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewEditCombination.md b/api/Project.Application.ViewEditCombination.md
index cf71a13c588..1aa68a8462a 100644
--- a/api/Project.Application.ViewEditCombination.md
+++ b/api/Project.Application.ViewEditCombination.md
@@ -27,7 +27,7 @@ Creates, edits, or copies a combination view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of a two-pane view to edit, create, or copy. The default is the name of the active view.|
| _Create_|Optional|**Boolean**|**True** if Project creates a two-pane view. If NewName is an empty string (""), the new view is given the name specified with Name. Otherwise, the new view is a copy of the view specified with Name and is given the name specified with NewName. The default value is **False.**|
@@ -36,7 +36,7 @@ Creates, edits, or copies a combination view.
| _BottomView_|Optional|**String**|The name of the view to display in the lower pane. The view specified by Name displays in the upper pane.|
| _ShowInMenu_|Optional|**Boolean**|**True** if the view name appears on the **Other Views** drop-down menu. The default value is **False.**|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewEditSingle.md b/api/Project.Application.ViewEditSingle.md
index aaaf4a1c1f4..e37a76cb8d3 100644
--- a/api/Project.Application.ViewEditSingle.md
+++ b/api/Project.Application.ViewEditSingle.md
@@ -27,7 +27,7 @@ Creates, edits, or copies a single-pane view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**| The name of a single-pane view to edit, create, or copy. The default is the name of the active view.|
| _Create_|Optional|**Boolean**|**True** if Project creates a single-pane view. If NewName is an empty string (""), the new view is given the name specified with Name. Otherwise, the new view is a copy of the view specified with Name and is given the name specified with NewName. The default value is **False**.|
@@ -39,7 +39,7 @@ Creates, edits, or copies a single-pane view.
| _Filter_|Optional|**String**|The name of a filter to apply to the view. Required for a new view.|
| _Group_|Optional|**String**|The name of a group to apply to the view. If a group is required for the view, but none is specified, the default value is "No Group". The Group value is ignored if the view specified with the Screen argument does not use groups.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewReset.md b/api/Project.Application.ViewReset.md
index 6b06218f0e8..cd1017ea315 100644
--- a/api/Project.Application.ViewReset.md
+++ b/api/Project.Application.ViewReset.md
@@ -23,7 +23,7 @@ Resets the current view back to the global view definition.
_expression_ An expression that returns an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowCost.md b/api/Project.Application.ViewShowCost.md
index 1d928cdd863..f3cf9593210 100644
--- a/api/Project.Application.ViewShowCost.md
+++ b/api/Project.Application.ViewShowCost.md
@@ -23,7 +23,7 @@ Displays cost information in the active view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowCumulativeCost.md b/api/Project.Application.ViewShowCumulativeCost.md
index b2753e85aef..8b9be67a471 100644
--- a/api/Project.Application.ViewShowCumulativeCost.md
+++ b/api/Project.Application.ViewShowCumulativeCost.md
@@ -23,7 +23,7 @@ Displays cumulative cost information in the active Resource Graph view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowCumulativeWork.md b/api/Project.Application.ViewShowCumulativeWork.md
index 0e64ecaaffa..bb5ae73a795 100644
--- a/api/Project.Application.ViewShowCumulativeWork.md
+++ b/api/Project.Application.ViewShowCumulativeWork.md
@@ -23,7 +23,7 @@ Displays cumulative work information in the active Resource Graph view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowNotes.md b/api/Project.Application.ViewShowNotes.md
index 1b9c816ca8f..5a2702c855c 100644
--- a/api/Project.Application.ViewShowNotes.md
+++ b/api/Project.Application.ViewShowNotes.md
@@ -23,7 +23,7 @@ Displays notes for the task or resource in the active details view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowObjects.md b/api/Project.Application.ViewShowObjects.md
index d5feb80a2fe..c383befc32d 100644
--- a/api/Project.Application.ViewShowObjects.md
+++ b/api/Project.Application.ViewShowObjects.md
@@ -23,7 +23,7 @@ Displays information about the task or resource object in the active details vie
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowOverallocation.md b/api/Project.Application.ViewShowOverallocation.md
index 2ecbc9cac1d..cbbdfb6095b 100644
--- a/api/Project.Application.ViewShowOverallocation.md
+++ b/api/Project.Application.ViewShowOverallocation.md
@@ -23,7 +23,7 @@ Displays overallocation information in the active Resource Graph view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowPeakUnits.md b/api/Project.Application.ViewShowPeakUnits.md
index 1c32874e269..c3532a6175d 100644
--- a/api/Project.Application.ViewShowPeakUnits.md
+++ b/api/Project.Application.ViewShowPeakUnits.md
@@ -23,7 +23,7 @@ Displays peak units information in the active Resource Graph view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowPercentAllocation.md b/api/Project.Application.ViewShowPercentAllocation.md
index e0dbae0468d..301c752edc3 100644
--- a/api/Project.Application.ViewShowPercentAllocation.md
+++ b/api/Project.Application.ViewShowPercentAllocation.md
@@ -23,7 +23,7 @@ Displays percent allocation information in the active Resource Graph view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowPredecessorsSuccessors.md b/api/Project.Application.ViewShowPredecessorsSuccessors.md
index 549d3c2319d..84ea1b86070 100644
--- a/api/Project.Application.ViewShowPredecessorsSuccessors.md
+++ b/api/Project.Application.ViewShowPredecessorsSuccessors.md
@@ -23,7 +23,7 @@ Displays information about predecessor and successor tasks in the active task de
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowRemainingAvailability.md b/api/Project.Application.ViewShowRemainingAvailability.md
index 4496eedfe92..372bccc0de7 100644
--- a/api/Project.Application.ViewShowRemainingAvailability.md
+++ b/api/Project.Application.ViewShowRemainingAvailability.md
@@ -23,7 +23,7 @@ Displays remaining availability information in the active Resource Graph view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowResourcesPredecessors.md b/api/Project.Application.ViewShowResourcesPredecessors.md
index 810408eb24f..4119d7d169f 100644
--- a/api/Project.Application.ViewShowResourcesPredecessors.md
+++ b/api/Project.Application.ViewShowResourcesPredecessors.md
@@ -23,7 +23,7 @@ Displays information about resource assignments and predecessor tasks in the act
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowResourcesSuccessors.md b/api/Project.Application.ViewShowResourcesSuccessors.md
index 627a5aa9b4e..1609cee884a 100644
--- a/api/Project.Application.ViewShowResourcesSuccessors.md
+++ b/api/Project.Application.ViewShowResourcesSuccessors.md
@@ -23,7 +23,7 @@ Displays information about resource assignments and successor tasks in the activ
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowSchedule.md b/api/Project.Application.ViewShowSchedule.md
index 5358eb2ab7e..89298e0cf3e 100644
--- a/api/Project.Application.ViewShowSchedule.md
+++ b/api/Project.Application.ViewShowSchedule.md
@@ -23,7 +23,7 @@ Displays the schedule fields in a resource or task form.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowUnitAvailability.md b/api/Project.Application.ViewShowUnitAvailability.md
index 034c9aac384..d8fceb606d3 100644
--- a/api/Project.Application.ViewShowUnitAvailability.md
+++ b/api/Project.Application.ViewShowUnitAvailability.md
@@ -23,7 +23,7 @@ Displays unit availability information in the active Resource Graph view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowWork.md b/api/Project.Application.ViewShowWork.md
index 03470306252..ae4978c0324 100644
--- a/api/Project.Application.ViewShowWork.md
+++ b/api/Project.Application.ViewShowWork.md
@@ -23,7 +23,7 @@ Displays work information in the active details pane.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewShowWorkAvailability.md b/api/Project.Application.ViewShowWorkAvailability.md
index 96982e234d2..ae8fe30b15a 100644
--- a/api/Project.Application.ViewShowWorkAvailability.md
+++ b/api/Project.Application.ViewShowWorkAvailability.md
@@ -23,7 +23,7 @@ Displays work availability information in the active Resource Graph view.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Views.md b/api/Project.Application.Views.md
index 354e1c5f013..a91698faf35 100644
--- a/api/Project.Application.Views.md
+++ b/api/Project.Application.Views.md
@@ -23,7 +23,7 @@ Displays the **More Views** dialog box with the current view selected, which pr
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ViewsEx.md b/api/Project.Application.ViewsEx.md
index 07673fad295..89893d7efc0 100644
--- a/api/Project.Application.ViewsEx.md
+++ b/api/Project.Application.ViewsEx.md
@@ -27,7 +27,7 @@ Displays the **More Views** dialog box with the specified pane of the current v
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ApplyTo_|Optional|**Integer**|Specifies which pane of a split view is selected. The value can be one of the following:
|||
@@ -39,7 +39,7 @@ Displays the **More Views** dialog box with the specified pane of the current v
|5|Primary pane, or the Timeline if it is active|
|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.VisualReports.md b/api/Project.Application.VisualReports.md
index 75dced92f2b..a05e94c1255 100644
--- a/api/Project.Application.VisualReports.md
+++ b/api/Project.Application.VisualReports.md
@@ -27,11 +27,11 @@ Opens the **Visual Reports - Create Report** dialog box to the specified tab.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PjVisualReportsTab_|Optional|**Long**|Specifies which tab to display. Can be one of the **[PjVisualReportsTab](Project.PjVisualReportsTab.md)** constants. The default is **pjTabAll**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.VisualReportsEdit.md b/api/Project.Application.VisualReportsEdit.md
index ed809e7e24c..0cb60e2efe2 100644
--- a/api/Project.Application.VisualReportsEdit.md
+++ b/api/Project.Application.VisualReportsEdit.md
@@ -27,12 +27,12 @@ Opens the default or a specified Visual Reports template for editing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _strVisualReportTemplateFile_|Optional|**String**|Full path and the name of template file.|
| _PjVisualReportsDataLevel_|Optional|**Long**|Data level for the template. Can be one of the **[PjVisualReportsDataLevel](Project.PjVisualReportsDataLevel.md)** constants. The default is **pjLevelAutomatic**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.VisualReportsNewTemplate.md b/api/Project.Application.VisualReportsNewTemplate.md
index b277d94deeb..80cd98db76c 100644
--- a/api/Project.Application.VisualReportsNewTemplate.md
+++ b/api/Project.Application.VisualReportsNewTemplate.md
@@ -27,14 +27,14 @@ Creates a Visual Reports template for Microsoft Excel or Microsoft Visio.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PjVisualReportsTemplateType_|Optional|**Long**|Template type. Can be one of the **[PjVisualReportsTemplateType](Project.PjVisualReportsTemplateType.md)** constants. Default is **pjExcel**.|
| _PjVisualReportsCubeType_|Optional|**Long**|Cube type. Can be one of the **[PjVisualReportsCubeType](Project.PjVisualReportsCubeType.md)** constants. Default is **pjTaskTP**.|
| _ReportAlLFields_|Optional|**Boolean**|If **True**, all noncustom fields are included in the report.|
| _PjVisualReportsDataLevel_|Optional|**Long**|Data level. Can be one of the **[PjVisualReportsDataLevel](Project.PjVisualReportsDataLevel.md)** constants. Default is **pjLevelAutomatic**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.VisualReportsSaveCube.md b/api/Project.Application.VisualReportsSaveCube.md
index d2e74869b3d..e1dc61109e5 100644
--- a/api/Project.Application.VisualReportsSaveCube.md
+++ b/api/Project.Application.VisualReportsSaveCube.md
@@ -27,14 +27,14 @@ Saves a Visual Reports cube to the default directory or to a specified directory
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _strNamePath_|Optional|**String**|Name and full path of the location to which to save the cube file (.cub).|
| _PjVisualReportsCubeType_|Optional|**Long**|Save cube type. Can be one of the **[PjVisualReportsCubeType](Project.PjVisualReportsCubeType.md)** consants. Default is **pjTaskTP**.|
| _ReportAlLFields_|Optional|**Boolean**|If **True**, all noncustom fields are included in the report. Default is **False**.|
| _PjVisualReportsDataLevel_|Optional|**Long**|Save data level. Can be one of the **[PjVisualReportsDataLevel](Project.PjVisualReportsDataLevel.md)** constants. Default is **pjLevelAutomatic**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.VisualReportsSaveDatabase.md b/api/Project.Application.VisualReportsSaveDatabase.md
index 568fd13b95e..32e725a4294 100644
--- a/api/Project.Application.VisualReportsSaveDatabase.md
+++ b/api/Project.Application.VisualReportsSaveDatabase.md
@@ -27,12 +27,12 @@ Saves a Visual Reports database to the default directory or to a specified direc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _strNamePath_|Optional|**String**|Name and full path of the location to which to save the database file (.mbd).|
| _PjVisualReportsDataLevel_|Optional|**Long**|Save data level. Can be one of the **[PjVisualReportsDataLevel](Project.PjVisualReportsDataLevel.md)** constants. Default is **pjLevelAutomatic**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.VisualReportsView.md b/api/Project.Application.VisualReportsView.md
index d4b71ce6e05..2c1abc4370e 100644
--- a/api/Project.Application.VisualReportsView.md
+++ b/api/Project.Application.VisualReportsView.md
@@ -27,12 +27,12 @@ Opens the specified Visual Reports template with the specified level of time.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _strVisualReportTemplateFile_|Optional|**String**|Full path and name of template file.|
| _PjVisualReportsDataLevel_|Optional|**Long**|The time level of data, determined automatically or specified from days to years . Can be one of the **[PjVisualReportsDataLevel](Project.PjVisualReportsDataLevel.md)** constants. The default value is **pjLevelAutomatic**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WBSCodeMaskEdit.md b/api/Project.Application.WBSCodeMaskEdit.md
index 50cbf4bfd74..cf099e67c2b 100644
--- a/api/Project.Application.WBSCodeMaskEdit.md
+++ b/api/Project.Application.WBSCodeMaskEdit.md
@@ -27,7 +27,7 @@ Edits the work breakdown structure (WBS) code mask.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CodePrefix_|Optional|**String**|The WBS code prefix for the project.|
| _Level_|Optional|**Long**|The level of code mask to edit. The default value is one greater than the highest level currently specified for the field.|
@@ -37,7 +37,7 @@ Edits the work breakdown structure (WBS) code mask.
| _CodeGenerate_|Optional|**Boolean**|**True** if a new WBS code is generated whenever a new task is created.|
| _VerifyUniqueness_|Optional|**Boolean**|**True** if new WBS codes are verified to be unique.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WBSCodeRenumber.md b/api/Project.Application.WBSCodeRenumber.md
index b54727fa72d..8d0ca9a77af 100644
--- a/api/Project.Application.WBSCodeRenumber.md
+++ b/api/Project.Application.WBSCodeRenumber.md
@@ -27,11 +27,11 @@ Renumbers work breakdown structure (WBS) codes for either the active project or
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _All_|Optional|**Boolean**|**True** if all tasks in the active project should be renumbered. **False** if only the selected tasks should be renumbered.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebAddToFavorites.md b/api/Project.Application.WebAddToFavorites.md
index f53bf319389..e14725899f3 100644
--- a/api/Project.Application.WebAddToFavorites.md
+++ b/api/Project.Application.WebAddToFavorites.md
@@ -27,11 +27,11 @@ Adds a link to the current document or selection to the Favorites folder for the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CurrentLink_|Optional|**Boolean**|**True** if a link will be added to the current selection. **False** if a link will be added to the current document. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebCopyHyperlink.md b/api/Project.Application.WebCopyHyperlink.md
index a8818e4e9a6..3b182b52ef8 100644
--- a/api/Project.Application.WebCopyHyperlink.md
+++ b/api/Project.Application.WebCopyHyperlink.md
@@ -23,7 +23,7 @@ Copies the hyperlink of the selected item to the Clipboard.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebGoBack.md b/api/Project.Application.WebGoBack.md
index c45324f6368..64fde4c6e8e 100644
--- a/api/Project.Application.WebGoBack.md
+++ b/api/Project.Application.WebGoBack.md
@@ -23,7 +23,7 @@ Goes to the previous document in the history list.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebGoForward.md b/api/Project.Application.WebGoForward.md
index d447b793e1a..356400ed086 100644
--- a/api/Project.Application.WebGoForward.md
+++ b/api/Project.Application.WebGoForward.md
@@ -23,7 +23,7 @@ Goes to the next document in the history list.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebHideToolbars.md b/api/Project.Application.WebHideToolbars.md
index 4d381fab67d..0238de53daa 100644
--- a/api/Project.Application.WebHideToolbars.md
+++ b/api/Project.Application.WebHideToolbars.md
@@ -27,11 +27,11 @@ Shows or hides all toolbars except the **Menu** and **Web** toolbars. Obsolete
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Hide_|Optional|**Boolean**|**True** if all toolbars except the **Menu** and **Web** toolbars are hidden. The default value is **True** if toolbars other than **Menu** and **Web** are displayed, and **False** if they are not.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebOpenFavorites.md b/api/Project.Application.WebOpenFavorites.md
index 00b23fecce1..793c013dbab 100644
--- a/api/Project.Application.WebOpenFavorites.md
+++ b/api/Project.Application.WebOpenFavorites.md
@@ -23,7 +23,7 @@ Opens the Favorites folder.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebOpenHyperlink.md b/api/Project.Application.WebOpenHyperlink.md
index d6f444332ca..7a1b59f1cce 100644
--- a/api/Project.Application.WebOpenHyperlink.md
+++ b/api/Project.Application.WebOpenHyperlink.md
@@ -27,14 +27,14 @@ Opens the document specified by a hyperlink address.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Optional|**String**|The address of the target document. If **Address** is omitted, the text of the selected field is used.|
| _SubAddress_|Optional|**String**|A location within the target document.|
| _AddHistory_|Optional|**Boolean**|**True** if the target document is added to the History folder. The default value is **True**.|
| _NewWindow_|Optional|**Boolean**|**True** if the target document displays in a new window. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebOpenSearchPage.md b/api/Project.Application.WebOpenSearchPage.md
index 8822bc761f0..432ee62297a 100644
--- a/api/Project.Application.WebOpenSearchPage.md
+++ b/api/Project.Application.WebOpenSearchPage.md
@@ -23,7 +23,7 @@ Opens the Search Page.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebOpenStartPage.md b/api/Project.Application.WebOpenStartPage.md
index ac29905bbb0..b45d621cd81 100644
--- a/api/Project.Application.WebOpenStartPage.md
+++ b/api/Project.Application.WebOpenStartPage.md
@@ -23,7 +23,7 @@ Opens the Start Page.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebRefresh.md b/api/Project.Application.WebRefresh.md
index 98c3fd31c31..5e58e128554 100644
--- a/api/Project.Application.WebRefresh.md
+++ b/api/Project.Application.WebRefresh.md
@@ -23,7 +23,7 @@ Displays the previously viewed document, without reading it from the cache.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebSetSearchPage.md b/api/Project.Application.WebSetSearchPage.md
index 5eba5066347..8e39bbb700f 100644
--- a/api/Project.Application.WebSetSearchPage.md
+++ b/api/Project.Application.WebSetSearchPage.md
@@ -27,11 +27,11 @@ Specifies a document as the Search Page in Microsoft Internet Explorer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Optional|**String**|The address to use as a Search Page. If **Address** is omitted, the current document is set as the Search Page.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebSetStartPage.md b/api/Project.Application.WebSetStartPage.md
index c0ede1756c9..cf7380b3fe5 100644
--- a/api/Project.Application.WebSetStartPage.md
+++ b/api/Project.Application.WebSetStartPage.md
@@ -27,11 +27,11 @@ Specifies a document as the Start Page in Microsoft Internet Explorer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Optional|**String**|The address to use as a Start Page. If **Address** is omitted, the current document is set as the Start Page.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WebStopLoading.md b/api/Project.Application.WebStopLoading.md
index c2d74663308..86dcaa5ec40 100644
--- a/api/Project.Application.WebStopLoading.md
+++ b/api/Project.Application.WebStopLoading.md
@@ -23,7 +23,7 @@ Stops loading the document.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Project.Application.WebToolbar.md b/api/Project.Application.WebToolbar.md
index 45996b9798b..f453cc16907 100644
--- a/api/Project.Application.WebToolbar.md
+++ b/api/Project.Application.WebToolbar.md
@@ -27,11 +27,11 @@ Shows or hides the Web toolbar. Obsolete in Project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Show_|Optional|**Boolean**|**True** if the Web toolbar is shown. The default is to toggle the current setting.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowActivate(even).md b/api/Project.Application.WindowActivate(even).md
index bd6c2724199..52a325d6907 100644
--- a/api/Project.Application.WindowActivate(even).md
+++ b/api/Project.Application.WindowActivate(even).md
@@ -24,11 +24,11 @@ Occurs when any window within Project is activated. The **WindowActivate** even
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _activatedWindow_|Required|**Window**|The activated window.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.WindowActivate(method).md b/api/Project.Application.WindowActivate(method).md
index 8a67ce6f1a4..1da6e32c302 100644
--- a/api/Project.Application.WindowActivate(method).md
+++ b/api/Project.Application.WindowActivate(method).md
@@ -27,13 +27,13 @@ Activates a window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _WindowName_|Optional|**String**|The name of the window to activate. The name of a window is the exact text that appears in the title bar of the window. The default is the name of the active window.|
| _DialogID_|Optional|**Long**|A constant specifying the dialog box to activate. Can be the following **[PjDialog](Project.PjDialog.md)** constant: **pjResourceAssignment**.|
| _TopPane_|Optional|**Boolean**|**True** if Project should activate the upper pane. The default value is **True**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowArrangeAll.md b/api/Project.Application.WindowArrangeAll.md
index bb8b212542d..2bb1a4a07d9 100644
--- a/api/Project.Application.WindowArrangeAll.md
+++ b/api/Project.Application.WindowArrangeAll.md
@@ -23,7 +23,7 @@ Arranges all of the open windows in Project.
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowBeforeViewChange.md b/api/Project.Application.WindowBeforeViewChange.md
index fdd74ec9a4a..10d164cfc9b 100644
--- a/api/Project.Application.WindowBeforeViewChange.md
+++ b/api/Project.Application.WindowBeforeViewChange.md
@@ -24,7 +24,7 @@ Occurs when the top pane view is changed within a window in Project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required|**Window**|The window where the view change occurs.|
| _prevView_|Required|**View**|The previous view (top pane) the user is in. If the user was not in a project view before applying the current view, this value will return **Null**.|
@@ -32,7 +32,7 @@ Occurs when the top pane view is changed within a window in Project.
| _projectHasViewWindow_|Required|**Boolean**|True if the Project **View Bar** is currently visible.|
| _Info_|Required|**EventInfo**|EventInfo.Cancel is **False** when the event occurs. If the event procedure sets this argument to **True**, the value for the field specified with Field is not changed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.WindowDeactivate.md b/api/Project.Application.WindowDeactivate.md
index 2aa211d0411..e1b896ffcef 100644
--- a/api/Project.Application.WindowDeactivate.md
+++ b/api/Project.Application.WindowDeactivate.md
@@ -24,11 +24,11 @@ Occurs when any window within Project is deactivated. The **WindowDeactivate**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _deactivatedWindow_|Required|**Window**| The deactivated window.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.WindowGoalAreaChange.md b/api/Project.Application.WindowGoalAreaChange.md
index f80ab9b0e33..6bde70e6f4f 100644
--- a/api/Project.Application.WindowGoalAreaChange.md
+++ b/api/Project.Application.WindowGoalAreaChange.md
@@ -24,12 +24,12 @@ Occurs after a user clicks a different goal area in the Project Guide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required|**Window**|The window where the **Project Guide** is being changed.|
| _goalArea_|Required|**Long**|The ID of the goal area the user just clicked.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.WindowHide.md b/api/Project.Application.WindowHide.md
index 24d1d5b31c0..9ff2efb8ec6 100644
--- a/api/Project.Application.WindowHide.md
+++ b/api/Project.Application.WindowHide.md
@@ -27,11 +27,11 @@ Hides a window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the window to hide. The name of a window is the exact text that appears in the title bar of the window. The default is the active window.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowMoreWindows.md b/api/Project.Application.WindowMoreWindows.md
index e31081ddc1c..b7dcfe3637b 100644
--- a/api/Project.Application.WindowMoreWindows.md
+++ b/api/Project.Application.WindowMoreWindows.md
@@ -23,7 +23,7 @@ Displays the **Activate** dialog box, which prompts the user to activate a wind
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowNewWindow.md b/api/Project.Application.WindowNewWindow.md
index 9600057f7bc..de77a5bb97d 100644
--- a/api/Project.Application.WindowNewWindow.md
+++ b/api/Project.Application.WindowNewWindow.md
@@ -27,14 +27,14 @@ Creates a window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Projects_|Optional|**String**|The names of one or more projects, separated by the list separator character. The new window contains data from the projects you specify. The default is to create a copy of the active window.|
| _View_|Optional|**String**|The name of an initial view for the new window. The default is equal to the value returned by the **DefaultView** property.|
| _AllProjects_|Optional|**Boolean**|**True** if the new window contains data from all open projects. When **True**, AllProjects overrides Projects. The default value is **False**.|
| _ShowDialog_|Optional|**Boolean**|**True** if the **New Window** dialog box is displayed so that a view or project can be selected. The default value is **False.**|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowNext.md b/api/Project.Application.WindowNext.md
index 30dc127813e..0387b12fb58 100644
--- a/api/Project.Application.WindowNext.md
+++ b/api/Project.Application.WindowNext.md
@@ -27,11 +27,11 @@ Activates the next window in the order in which windows were opened.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NoWrap_|Optional|**Boolean**|**True** if using **WindowNext** on the last opened window doesn't wrap around to the first opened window. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowPrev.md b/api/Project.Application.WindowPrev.md
index fa3bc75ea5e..1cfd29cbd5e 100644
--- a/api/Project.Application.WindowPrev.md
+++ b/api/Project.Application.WindowPrev.md
@@ -27,11 +27,11 @@ Activates the window that was previously opened.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NoWrap_|Optional|**Boolean**|**True** if using **WindowPrev** on the first opened window doesn't wrap around to the last opened window. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowSelectionChange.md b/api/Project.Application.WindowSelectionChange.md
index c17765bb2c8..be97ec098d0 100644
--- a/api/Project.Application.WindowSelectionChange.md
+++ b/api/Project.Application.WindowSelectionChange.md
@@ -24,13 +24,13 @@ Occurs when the selection handle is changed within a window in Project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required|**Window**|The window where the selection occurs.|
| _sel_|Required|**Selection**|The selection.|
| _selType_|Required|**Long**|The type of data included in the selection. Can be one of the following **PjItemType** constants: **pjOtherItem**, **pjResourceItem**, or **pjTaskItem**.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.WindowSidepaneDisplayChange.md b/api/Project.Application.WindowSidepaneDisplayChange.md
index 1bcf68d2758..ba026432ee7 100644
--- a/api/Project.Application.WindowSidepaneDisplayChange.md
+++ b/api/Project.Application.WindowSidepaneDisplayChange.md
@@ -24,12 +24,12 @@ Occurs when the user shows or hides the Project Guide.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required|**Window**| The window where the **Project Guide** is shown or hidden.|
| _Close_|Required|**Boolean**|**False** if the user is closing the **Project Guide**. **True** if the user is showing the **Project Guide**.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.WindowSidepaneTaskChange.md b/api/Project.Application.WindowSidepaneTaskChange.md
index 87ab5645b9e..287601b0936 100644
--- a/api/Project.Application.WindowSidepaneTaskChange.md
+++ b/api/Project.Application.WindowSidepaneTaskChange.md
@@ -24,13 +24,13 @@ Occurs when a user selects different items in the **Next Steps and Related Acti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required|**Window**|The window where the **Project Guide** is being changed.|
| _ID_|Required|**Long**|The ID of the task in the **Project Guide** you are trying to display.|
| _IsGoalArea_|Required|**Boolean**|**True** if trying to change to a different goal area in the **Project Guide**. **False** if trying to change to a different **Project Guide** task.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.WindowSplit.md b/api/Project.Application.WindowSplit.md
index a7a30c59c9e..17ed141b9ac 100644
--- a/api/Project.Application.WindowSplit.md
+++ b/api/Project.Application.WindowSplit.md
@@ -23,7 +23,7 @@ Creates a lower pane for the active window. Closes the lower pane, if it already
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowUnhide.md b/api/Project.Application.WindowUnhide.md
index e05a5e4de88..4501a516a95 100644
--- a/api/Project.Application.WindowUnhide.md
+++ b/api/Project.Application.WindowUnhide.md
@@ -27,11 +27,11 @@ Shows a hidden window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of a hidden window to show. The name of a window is the exact text that appears in the title bar of the window. If Name is omitted, the **Unhide** dialog box appears, which prompts the user to show a hidden window in the active project.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WindowViewChange.md b/api/Project.Application.WindowViewChange.md
index 2901ad71269..c85c9f511f0 100644
--- a/api/Project.Application.WindowViewChange.md
+++ b/api/Project.Application.WindowViewChange.md
@@ -24,14 +24,14 @@ Occurs after the top pane view is changed within a project window. The **Window
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required|**Window**|The window where the view change occurs.|
| _prevView_|Required|**View**|The previous topic pane view the user was in before the view change occurred. If the user was not in a project view before applying the current view, the prevView argument returns null.|
| _newView_|Required|**View**|The new top pane view the user has now applied.|
| _success_|Required|**Boolean**|**True** if the view change action succeeded.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.WorkOffline.md b/api/Project.Application.WorkOffline.md
index 462be66b97c..a067f1c94fa 100644
--- a/api/Project.Application.WorkOffline.md
+++ b/api/Project.Application.WorkOffline.md
@@ -27,11 +27,11 @@ Opens or closes the connection to Project Server.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fOffline_|Optional|**Boolean**|**True** closes the connection to Project Server. **False** opens the connection to Project Server.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.WorkpaneDisplayChange.md b/api/Project.Application.WorkpaneDisplayChange.md
index 346a4f68304..b3d09cafca7 100644
--- a/api/Project.Application.WorkpaneDisplayChange.md
+++ b/api/Project.Application.WorkpaneDisplayChange.md
@@ -24,11 +24,11 @@ Occurs when the Project Guide is hidden or shown.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DisplayState_|Required|**Boolean**|**True** if the **Project Guide** is shown. **False** if the **Project Guide** is hidden.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Application.WrapText.md b/api/Project.Application.WrapText.md
index 1479322209e..7bda2d8ef2f 100644
--- a/api/Project.Application.WrapText.md
+++ b/api/Project.Application.WrapText.md
@@ -27,11 +27,11 @@ Toggles the **Wrap Text** setting in a column.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Column_|Optional|**Integer**|The target column identifier. If omitted, the **WrapText** method is applied to the column containing the active cell.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.Zoom.md b/api/Project.Application.Zoom.md
index 7e324ac10b4..389885e60ba 100644
--- a/api/Project.Application.Zoom.md
+++ b/api/Project.Application.Zoom.md
@@ -23,7 +23,7 @@ Displays the **Zoom** dialog box, which prompts the user to change the timescal
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ZoomCalendar.md b/api/Project.Application.ZoomCalendar.md
index 794fe11ac06..8a3513f3d9a 100644
--- a/api/Project.Application.ZoomCalendar.md
+++ b/api/Project.Application.ZoomCalendar.md
@@ -27,13 +27,13 @@ Zooms in on or out from the Calendar.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumWeeks_|Optional|**Long**|The number of weeks to display. If StartDate and EndDate are specified, NumWeeks is ignored.|
| _StartDate_|Optional|**Variant**|The first date to display.|
| _EndDate_|Optional|**Variant**|The last date to display.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ZoomIn.md b/api/Project.Application.ZoomIn.md
index 4000ab17023..41c6752b224 100644
--- a/api/Project.Application.ZoomIn.md
+++ b/api/Project.Application.ZoomIn.md
@@ -23,7 +23,7 @@ Zooms in on the active view. Not available on the Resource Sheet, Task Sheet, or
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ZoomOut.md b/api/Project.Application.ZoomOut.md
index 4d7c5cf4750..925e546fcd1 100644
--- a/api/Project.Application.ZoomOut.md
+++ b/api/Project.Application.ZoomOut.md
@@ -23,7 +23,7 @@ Zooms out from the active view. Not available on the Resource Sheet, Task Sheet,
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Application.ZoomTimescale.md b/api/Project.Application.ZoomTimescale.md
index 80d8aa818bd..774a9e832af 100644
--- a/api/Project.Application.ZoomTimescale.md
+++ b/api/Project.Application.ZoomTimescale.md
@@ -27,14 +27,14 @@ Zooms in on or out from the Gantt Chart, Resource Graph, Resource Usage, or Task
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Duration_|Optional|**Variant**|The duration to display in the view.|
| _Entire_|Optional|**Boolean**|**True** if the view resizes to fit the entire project onto the screen. The default value is **False**.|
| _Selection_|Optional|**Boolean**|**True** if the view resizes to fit only the selected tasks onto the screen. The default value is **False**.|
| _Reset_|Optional|**Boolean**|**True** if the view is reset to its default size. The default value is **False**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Assignment.AppendNotes.md b/api/Project.Assignment.AppendNotes.md
index cb1be80a04b..d8d1b29345a 100644
--- a/api/Project.Assignment.AppendNotes.md
+++ b/api/Project.Assignment.AppendNotes.md
@@ -24,7 +24,7 @@ Appends text to the Notes field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required|**String**|The text to append to the existing notes.|
diff --git a/api/Project.Assignment.EnterpriseTeamMember.md b/api/Project.Assignment.EnterpriseTeamMember.md
index f795694390a..d4511615966 100644
--- a/api/Project.Assignment.EnterpriseTeamMember.md
+++ b/api/Project.Assignment.EnterpriseTeamMember.md
@@ -24,11 +24,11 @@ Indicates whether the specified assignment belongs to the project. **True** if
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Project_|Required|**Object**|The **Project** object against which the expression is checked. For example, **ActiveProject**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Assignment.Replan.md b/api/Project.Assignment.Replan.md
index 9965c22dd79..d632f2da378 100644
--- a/api/Project.Assignment.Replan.md
+++ b/api/Project.Assignment.Replan.md
@@ -27,11 +27,11 @@ Replans the assignment by decreasing work or increasing duration.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _action_|Required|**PjAssignmentReplanAction**|Can be one of the following constants in **[PjAssignmentReplanAction](Project.PjAssignmentReplanAction.md)**: **pjConstrainToMaxUnitsByDecreasingWork** or **pjConstrainToMaxUnitsByIncreasingDuration**.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Project.Assignment.TimeScaleData.md b/api/Project.Assignment.TimeScaleData.md
index 4944ca89a95..2ed12236ee6 100644
--- a/api/Project.Assignment.TimeScaleData.md
+++ b/api/Project.Assignment.TimeScaleData.md
@@ -24,7 +24,7 @@ Sets options for displaying timephased data.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartDate_|Required|**Variant**|The start date for the timephased data. If the start date falls within an interval, it is "rounded" to the start of the interval. For example, if TimeScaleUnit is **pjTimescaleWeeks** and StartDate specifies a Wednesday, the start date is rounded to the preceding Monday (assuming that the work week starts on a Monday).|
| _EndDate_|Required|**Variant**|The end date for the timephased data. If the end date falls within an interval, it is "rounded" to the end of the interval.|
@@ -32,7 +32,7 @@ Sets options for displaying timephased data.
| _TimeScaleUnit_|Optional|**Long**|Can be one of the **[PjTimescaleUnit](Project.PjTimescaleUnit.md)** constants. The default value is **pjTimescaleWeeks**.|
| _Count_|Optional|**Long**|The number of timescale units to group together. The default value is 1. |
-### Return Value
+### Return value
**TimeScaleValues**
diff --git a/api/Project.Assignments.Add.md b/api/Project.Assignments.Add.md
index a2cdece1cb0..f9df4e6b46f 100644
--- a/api/Project.Assignments.Add.md
+++ b/api/Project.Assignments.Add.md
@@ -24,13 +24,13 @@ Adds an **Assignment** object to an **Assignments** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Optional|**Long**|The identification number of a task. Required if the parent object is a resource. The task is assigned the resource specified by ResourceID. The default value of **TaskID** is the identification number of the parent object of the **Assignments** collection if the parent object is a **Task** object.|
| _ResourceID_|Optional|**Long**|The identification number of a resource. Required if the parent object is a task. The resource is assigned the task specified with the TaskID argument. The default value of ResourceID is the identification number of the parent object of the **Assignments** collection if the parent object is a **Resource** object.|
| _Units_|Optional|**Variant**|The number of resource units, expressed as a decimal or percentage, to assign to the task. The default value is 1 or 100%, depending on whether the **Show assignment units as a** setting is **Decimal** or **Percentage**, on the **Schedule** tab of the **Project Options** dialog box. If the maximum number of units is less than 1 (or the maximum percentage is less than 100%), the default value of the Units argument is the maximum number of units (or the maximum percentage).|
-### Return Value
+### Return value
**Assignment**
diff --git a/api/Project.Assignments.Item.md b/api/Project.Assignments.Item.md
index bdc9b942861..3bb878e517d 100644
--- a/api/Project.Assignments.Item.md
+++ b/api/Project.Assignments.Item.md
@@ -24,7 +24,7 @@ Gets a single **Assignment** object from the **Assignments** collection. Read-o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Assignments.UniqueID.md b/api/Project.Assignments.UniqueID.md
index 0bf7295906b..da034fd58fa 100644
--- a/api/Project.Assignments.UniqueID.md
+++ b/api/Project.Assignments.UniqueID.md
@@ -24,7 +24,7 @@ Gets an **[Assignment](Project.Assignment.md)** object from its containing coll
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The position of the object within its containing collection.|
diff --git a/api/Project.Availabilities.Add.md b/api/Project.Availabilities.Add.md
index 7d5f4e2f3a4..8bab28d90a5 100644
--- a/api/Project.Availabilities.Add.md
+++ b/api/Project.Availabilities.Add.md
@@ -24,13 +24,13 @@ Adds an **Availability** object to an **Availabilities** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AvailableFrom_|Required|**Variant**|The earliest date the resource is available for work on the project.|
| _AvailableTo_|Required|**Variant**| The latest date the resource is available for work on the project.|
| _AvailableUnit_|Required|**Double**|The unit value for the availability period.|
-### Return Value
+### Return value
**Availability**
diff --git a/api/Project.Availabilities.Item.md b/api/Project.Availabilities.Item.md
index d379c895a23..45f8b07f56f 100644
--- a/api/Project.Availabilities.Item.md
+++ b/api/Project.Availabilities.Item.md
@@ -24,7 +24,7 @@ Gets a single **Availability** object from the **Availabilities** collection. R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Calendar.Period.md b/api/Project.Calendar.Period.md
index 544403f4d8a..7cca4843055 100644
--- a/api/Project.Calendar.Period.md
+++ b/api/Project.Calendar.Period.md
@@ -24,12 +24,12 @@ Gets a **[Period](Project.Period.md)** object representing a period of time in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required|**Variant**|The start date of the desired period.|
| _Finish_|Optional|**Variant**| The finish date of the desired period. The default value is the same date as Start.|
-### Return Value
+### Return value
**Period**
diff --git a/api/Project.CalendarDrivers.Item.md b/api/Project.CalendarDrivers.Item.md
index 8cd5b0c854b..64b953464ef 100644
--- a/api/Project.CalendarDrivers.Item.md
+++ b/api/Project.CalendarDrivers.Item.md
@@ -24,7 +24,7 @@ Gets a single **Resource** object from the **CalendarDrivers** collection. Read
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the object to return.|
diff --git a/api/Project.Calendars.Item.md b/api/Project.Calendars.Item.md
index 154ae599f67..c2d7d20ce32 100644
--- a/api/Project.Calendars.Item.md
+++ b/api/Project.Calendars.Item.md
@@ -24,7 +24,7 @@ Gets a single **Calendar** object from the **Calendars** collection. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.ChildDrivers.Item.md b/api/Project.ChildDrivers.Item.md
index a2af187c324..9ed73d7a249 100644
--- a/api/Project.ChildDrivers.Item.md
+++ b/api/Project.ChildDrivers.Item.md
@@ -24,7 +24,7 @@ Gets a single **Task** object from the **ChildDrivers** collection. Read-only *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the object to return.|
diff --git a/api/Project.CodeMask.Add.md b/api/Project.CodeMask.Add.md
index c309b8043bc..e573150501d 100644
--- a/api/Project.CodeMask.Add.md
+++ b/api/Project.CodeMask.Add.md
@@ -27,13 +27,13 @@ Returns a **[CodeMaskLevel ](Project.CodeMaskLevel.md)** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sequence_|Optional|**Long**|Specifies the type of sequence in the code mask. Can be one of the **[PjCustomOutlineCodeSequence](Project.PjCustomOutlineCodeSequence.md)** constants. The default value is **pjCustomOutlineCodeNumbers**.|
| _Length_|Optional|**Variant**|Specifies the length for a given level in the code mask. Can be the string "Any" or an integer value between 1 and 255. |
| _Separator_|Optional|**String**|The character that separates the level of a code mask from the next code mask. Can be one of the following characters: ".", "-", "+", or "/". |
-### Return Value
+### Return value
**CodeMaskLevel**
diff --git a/api/Project.CodeMask.Item.md b/api/Project.CodeMask.Item.md
index 8968aed8deb..8b5c681b366 100644
--- a/api/Project.CodeMask.Item.md
+++ b/api/Project.CodeMask.Item.md
@@ -24,7 +24,7 @@ Gets a single **CodeMaskLevel** object from the **CodeMask** collection. Read-o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.CostRateTables.Item.md b/api/Project.CostRateTables.Item.md
index 16c4fe01d6b..322fb4afb2a 100644
--- a/api/Project.CostRateTables.Item.md
+++ b/api/Project.CostRateTables.Item.md
@@ -24,7 +24,7 @@ Gets a single **CostRateTable** object from the **CostRateTables** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Days.Item.md b/api/Project.Days.Item.md
index d0b2e63b914..61ae179ecb7 100644
--- a/api/Project.Days.Item.md
+++ b/api/Project.Days.Item.md
@@ -24,7 +24,7 @@ Gets a single **Day** object from the **Days** collection. Read-only **Day**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Exceptions.Add.md b/api/Project.Exceptions.Add.md
index b590b175af1..08ebe16bc30 100644
--- a/api/Project.Exceptions.Add.md
+++ b/api/Project.Exceptions.Add.md
@@ -24,7 +24,7 @@ Adds an **Exception** object to an **Exceptions** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**Long**|Exception type. Can be one of the **[PjExceptionType](Project.PjExceptionType.md)** constants.|
| _Start_|Required|**Variant**|Start date of the exception.|
@@ -38,7 +38,7 @@ Adds an **Exception** object to an **Exceptions** collection.
| _Month_|Optional|**Long**|Specifies the month, if the Type argument is **pjYearlyMonthDay** or **pjYearlyPositional**. Can be one of the **[pjMonth](Project.PjMonth.md)** constants.|
| _MonthDay_|Optional|**Long**|Day of month for **ByMonthDay** type exceptions.|
-### Return Value
+### Return value
**Exception**
diff --git a/api/Project.Exceptions.Item.md b/api/Project.Exceptions.Item.md
index 466431b3534..148dc04b301 100644
--- a/api/Project.Exceptions.Item.md
+++ b/api/Project.Exceptions.Item.md
@@ -24,7 +24,7 @@ Gets a single **Exception** object from the **Exceptions** collection. Read-onl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Filter.Apply.md b/api/Project.Filter.Apply.md
index 465646c43a0..705854ae6d5 100644
--- a/api/Project.Filter.Apply.md
+++ b/api/Project.Filter.Apply.md
@@ -27,11 +27,11 @@ Applies the filter to the current view.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Highlight_|Optional|**Boolean**|If **True**, highlights the filtered items within the list of all items. If **False**, shows only the filtered items in the view. The default is **False**.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.Filters.Copy.md b/api/Project.Filters.Copy.md
index a0c1129e0e0..82df15ee169 100644
--- a/api/Project.Filters.Copy.md
+++ b/api/Project.Filters.Copy.md
@@ -27,12 +27,12 @@ Makes a copy of a group definition for the **Filters** collection and returns a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required|**String**|The name of the filter to copy.|
| _NewName_|Required|**String**|The name of the new filter.|
-### Return Value
+### Return value
**Filter**
diff --git a/api/Project.Filters.Item.md b/api/Project.Filters.Item.md
index ad140980daf..ed472fe9857 100644
--- a/api/Project.Filters.Item.md
+++ b/api/Project.Filters.Item.md
@@ -24,7 +24,7 @@ Gets a single **Filter** object from the **Filters** collection. Read-only **Fi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Group2.Application.md b/api/Project.Group2.Application.md
index 15593c7ed5a..2fe022dc1ab 100644
--- a/api/Project.Group2.Application.md
+++ b/api/Project.Group2.Application.md
@@ -20,7 +20,7 @@ Gets the **[Application](Project.Application.md)** object. Read-only **Applicat
_expression_ An expression that returns a [Group2](./Project.Group2.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Project.GroupCriteria.Add.md b/api/Project.GroupCriteria.Add.md
index 661f0335113..9b680e9713e 100644
--- a/api/Project.GroupCriteria.Add.md
+++ b/api/Project.GroupCriteria.Add.md
@@ -24,7 +24,7 @@ Adds a **GroupCriterion** object to a **GroupCriteria** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldName_|Required|**String**|The name of the field being grouped by.|
| _Ascending_|Optional|**Boolean**|**True** if the field in a group definition should be grouped in ascending order. **False** if the field should be grouped in descending order. The default value is **True**.|
@@ -40,7 +40,7 @@ Adds a **GroupCriterion** object to a **GroupCriteria** collection.
| _StartAt_|Optional|**Variant**|The start of the intervals in a group definition. The default value is 0 for all fields except date fields, where it is the string "Project Start Date".|
| _GroupInterval_|Optional|**Variant**|The interval in a group definition. The default value is 1.|
-### Return Value
+### Return value
**GroupCriterion**
diff --git a/api/Project.GroupCriteria.Item.md b/api/Project.GroupCriteria.Item.md
index e3e471065b5..96cfdf02ec6 100644
--- a/api/Project.GroupCriteria.Item.md
+++ b/api/Project.GroupCriteria.Item.md
@@ -24,7 +24,7 @@ Gets a single **GroupCriterion** object from the **GroupCriteria** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the object to return.|
diff --git a/api/Project.GroupCriteria2.Add.md b/api/Project.GroupCriteria2.Add.md
index cf3b8f3e8a4..25d5729bd7a 100644
--- a/api/Project.GroupCriteria2.Add.md
+++ b/api/Project.GroupCriteria2.Add.md
@@ -24,7 +24,7 @@ Adds a **GroupCriterion2** object to the **GroupCriteria2** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldName_|Required|**String**|The name of the field being grouped by.|
| _Ascending_|Optional|**Boolean**|**True** if the field in a group definition should be grouped in ascending order. **False** if the field should be grouped in descending order. The default value is **True**.|
@@ -40,7 +40,7 @@ Adds a **GroupCriterion2** object to the **GroupCriteria2** collection.
| _StartAt_|Optional|**Variant**|The start of the intervals in a group definition. The default value is 0 for all fields except date fields, where it is the string "Project Start Date".|
| _GroupInterval_|Optional|**Variant**|The interval in a group definition. The default value is 1.|
-### Return Value
+### Return value
GroupCriterion2
diff --git a/api/Project.GroupCriteria2.AddEx.md b/api/Project.GroupCriteria2.AddEx.md
index 4a846fcb9fe..9fb829b9550 100644
--- a/api/Project.GroupCriteria2.AddEx.md
+++ b/api/Project.GroupCriteria2.AddEx.md
@@ -27,7 +27,7 @@ Adds a **GroupCriterion2** object to the **GroupCriteria2** collection, where *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldName_|Required|**String**|The name of the field being grouped by.|
| _Ascending_|Optional|**Boolean**|**True** if the field in a group definition should be grouped in ascending order. **False** if the field should be grouped in descending order. The default value is **True**.|
@@ -43,7 +43,7 @@ Adds a **GroupCriterion2** object to the **GroupCriteria2** collection, where *
| _StartAt_|Optional|**Variant**|The start of the intervals in a group definition. The default value is 0 for all fields except date fields, where it is the string "Project Start Date".|
| _GroupInterval_|Optional|**Variant**|The interval in a group definition. The default value is 1.|
-### Return Value
+### Return value
**GroupCriterion2**
diff --git a/api/Project.GroupCriteria2.Item.md b/api/Project.GroupCriteria2.Item.md
index a47e45e3c60..52b9e19e451 100644
--- a/api/Project.GroupCriteria2.Item.md
+++ b/api/Project.GroupCriteria2.Item.md
@@ -24,7 +24,7 @@ Gets a single item from a collection. Read-only **GroupCriterion2**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The name or index number of the object to return.|
diff --git a/api/Project.GroupCriterion2.Application.md b/api/Project.GroupCriterion2.Application.md
index 1a6debb88ea..97365f53819 100644
--- a/api/Project.GroupCriterion2.Application.md
+++ b/api/Project.GroupCriterion2.Application.md
@@ -20,7 +20,7 @@ Gets the **[Application](Project.Application.md)** object. Read-only **Applicat
_expression_ An expression that returns a [GroupCriterion2](./Project.GroupCriterion2.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Project.Groups.Add.md b/api/Project.Groups.Add.md
index 2e74857279d..4052d92a2a1 100644
--- a/api/Project.Groups.Add.md
+++ b/api/Project.Groups.Add.md
@@ -24,12 +24,12 @@ Adds a **Group** object to a **Groups** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the group|
| _FieldName_|Required|**String**|The name of the field being grouped by.|
-### Return Value
+### Return value
**Group**
diff --git a/api/Project.Groups.Copy.md b/api/Project.Groups.Copy.md
index 8da8a304036..82d928e1a39 100644
--- a/api/Project.Groups.Copy.md
+++ b/api/Project.Groups.Copy.md
@@ -24,12 +24,12 @@ Makes a copy of a group definition for the **Groups** collection and returns a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the group to copy.|
| _NewName_|Required|**String**|The name of the new group.|
-### Return Value
+### Return value
**Group**
diff --git a/api/Project.Groups.Item.md b/api/Project.Groups.Item.md
index f8a4c5a41aa..fd1f588e816 100644
--- a/api/Project.Groups.Item.md
+++ b/api/Project.Groups.Item.md
@@ -24,7 +24,7 @@ Gets a single **Group** object from the **Groups** collection. Read-only **Grou
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Groups2.Add.md b/api/Project.Groups2.Add.md
index da7d10d1521..41ed60f7eb7 100644
--- a/api/Project.Groups2.Add.md
+++ b/api/Project.Groups2.Add.md
@@ -24,12 +24,12 @@ Adds a **[Group2](Project.Group2.md)** object to a **Groups2** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the group.|
| _FieldName_|Required|**String**|The name of the field being grouped by.|
-### Return Value
+### Return value
**Group2**
diff --git a/api/Project.Groups2.Copy.md b/api/Project.Groups2.Copy.md
index 03e99fdbd7e..4246c67b2cf 100644
--- a/api/Project.Groups2.Copy.md
+++ b/api/Project.Groups2.Copy.md
@@ -24,12 +24,12 @@ Makes a copy of a group definition from the **Groups2** collection and returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the group to copy.|
| _NewName_|Required|**String**|The name of the new group.|
-### Return Value
+### Return value
**Group2**
diff --git a/api/Project.Groups2.Item.md b/api/Project.Groups2.Item.md
index 8d1185c2ba8..51564f50be1 100644
--- a/api/Project.Groups2.Item.md
+++ b/api/Project.Groups2.Item.md
@@ -24,7 +24,7 @@ Gets a single **Group2** object from a **Groups2** collection. Read-only **[Gro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or number of the item in the collection.|
diff --git a/api/Project.List.Item.md b/api/Project.List.Item.md
index cf397051628..a0a46cf5710 100644
--- a/api/Project.List.Item.md
+++ b/api/Project.List.Item.md
@@ -24,7 +24,7 @@ Gets a single item from the **List** object. Read-only **String**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.LookupTable.AddChild.md b/api/Project.LookupTable.AddChild.md
index 4427be9a969..f527f7ca156 100644
--- a/api/Project.LookupTable.AddChild.md
+++ b/api/Project.LookupTable.AddChild.md
@@ -27,12 +27,12 @@ Adds a lookup table entry to a **[LookupTable](Project.lookuptable.md)** collec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the lookup table entry.|
| _ParentUniqueID_|Optional|**Long**|If this value is not specified, the entry is inserted at the top level. Otherwise, the entry is inserted as the child of the entry with the specified unique identifier (UID). The method ensures that the entry with the specified UID is in the correct lookup table.|
-### Return Value
+### Return value
**LookupTableEntry**
diff --git a/api/Project.LookupTable.Item.md b/api/Project.LookupTable.Item.md
index c5c162bfe0d..58ca6e22aa7 100644
--- a/api/Project.LookupTable.Item.md
+++ b/api/Project.LookupTable.Item.md
@@ -24,7 +24,7 @@ Gets a single **LookupTableEntry** object from the **LookupTable** collection o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Months.Item.md b/api/Project.Months.Item.md
index 94c65a6c2bd..e9f4d9e2dd7 100644
--- a/api/Project.Months.Item.md
+++ b/api/Project.Months.Item.md
@@ -24,7 +24,7 @@ Gets a single **Month** object from the **Months** collection. Read-only **Mont
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.OutlineCodes.Add.md b/api/Project.OutlineCodes.Add.md
index b5c98af28ce..635a00793c3 100644
--- a/api/Project.OutlineCodes.Add.md
+++ b/api/Project.OutlineCodes.Add.md
@@ -24,12 +24,12 @@ Adds an **OutlineCode** object to an **OutlineCodes** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**| Specifies the type of custom field for the outline code. Can be one of the **[PjCustomField](Project.PjCustomField.md)** constants.|
| _Name_|Required|**String**|The name of the outline code to add.|
-### Return Value
+### Return value
**OutlineCode**
diff --git a/api/Project.OutlineCodes.Item.md b/api/Project.OutlineCodes.Item.md
index f505e000c2d..48265f4499f 100644
--- a/api/Project.OutlineCodes.Item.md
+++ b/api/Project.OutlineCodes.Item.md
@@ -24,7 +24,7 @@ Gets a single **OutlineCode** object from the **OutlineCodes** collection. Read
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.OverAllocatedAssignments.Item.md b/api/Project.OverAllocatedAssignments.Item.md
index 9f615e3142b..0939f083067 100644
--- a/api/Project.OverAllocatedAssignments.Item.md
+++ b/api/Project.OverAllocatedAssignments.Item.md
@@ -24,7 +24,7 @@ Gets a single **Assignment** object from the **OverAllocatedAssignments** colle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the **Assignment** to return.|
diff --git a/api/Project.PJTaskOutlineShowLevel.md b/api/Project.PJTaskOutlineShowLevel.md
index 24ff4ec4d43..a7b78e1b515 100644
--- a/api/Project.PJTaskOutlineShowLevel.md
+++ b/api/Project.PJTaskOutlineShowLevel.md
@@ -14,7 +14,7 @@ Contains constants that specify the task outline levels to display.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTaskOutlineShowLevel1**|1|Display level 1.|
|**pjTaskOutlineShowLevel2**|2|Display levels 1 and 2.|
diff --git a/api/Project.Pane.Close.md b/api/Project.Pane.Close.md
index 8291d22404a..531de80f01c 100644
--- a/api/Project.Pane.Close.md
+++ b/api/Project.Pane.Close.md
@@ -20,7 +20,7 @@ Closes the bottom pane of a window.
_expression_ An expression that returns a [Pane](./Project.Pane.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.Pane.View.md b/api/Project.Pane.View.md
index b254e16ec15..7ec0aa5e430 100644
--- a/api/Project.Pane.View.md
+++ b/api/Project.Pane.View.md
@@ -20,7 +20,7 @@ Returns the active **View** object.
_expression_ A variable that represents a [Pane](./Project.Pane.md) object.
-### Return Value
+### Return value
**View**
diff --git a/api/Project.PayRates.Add.md b/api/Project.PayRates.Add.md
index 19547e8b23e..a448c2f5cb2 100644
--- a/api/Project.PayRates.Add.md
+++ b/api/Project.PayRates.Add.md
@@ -24,14 +24,14 @@ Adds a **PayRate** object to a **PayRates** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EffectiveDate_|Required|**Variant**|The date the new rate comes into effect.|
| _StdRate_|Optional|**Variant**|The new standard rate. If not specified, the rate is the same as for the previous date period.|
| _OvtRate_|Optional|**Variant**|The new overtime rate. If not specified, the rate is the same as for the previous date period.|
| _CostPerUse_|Optional|**Variant**|The new cost per use. If not specified, the rate is the same as for the previous date period.|
-### Return Value
+### Return value
**PayRate**
diff --git a/api/Project.PayRates.Item.md b/api/Project.PayRates.Item.md
index cba817f2bf3..ace1dcc411d 100644
--- a/api/Project.PayRates.Item.md
+++ b/api/Project.PayRates.Item.md
@@ -24,7 +24,7 @@ Gets a single **PayRate** object from the **PayRates** collection. Read-only **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.PjAccountType.md b/api/Project.PjAccountType.md
index 933b273abcc..0ef02859f31 100644
--- a/api/Project.PjAccountType.md
+++ b/api/Project.PjAccountType.md
@@ -14,7 +14,7 @@ Contains constants that specify the Project Server account type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjManagerAccount**|1|Manager account.|
|**pjResourceAccount**|0|Resource account.|
diff --git a/api/Project.PjAccrueAt.md b/api/Project.PjAccrueAt.md
index 5d12c5b993f..15e5647077d 100644
--- a/api/Project.PjAccrueAt.md
+++ b/api/Project.PjAccrueAt.md
@@ -14,7 +14,7 @@ Contains constants that specify how the cost of a resource is accrued.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjEnd**|2|Task accrues the resource cost when the task ends.|
|**pjProrated**|3|Task accrues the resource cost as the task progresses.|
diff --git a/api/Project.PjAlign.md b/api/Project.PjAlign.md
index dd552d2f7a7..01821d54189 100644
--- a/api/Project.PjAlign.md
+++ b/api/Project.PjAlign.md
@@ -14,7 +14,7 @@ Contains constants that specify which side or portion of a box to use for the al
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAlignBottoms**|5|Aligns the bottom edges of the boxes.|
|**pjAlignCenters**|1|Aligns the boxes vertically.|
diff --git a/api/Project.PjAlignment.md b/api/Project.PjAlignment.md
index c954392e492..2b2a2412556 100644
--- a/api/Project.PjAlignment.md
+++ b/api/Project.PjAlignment.md
@@ -14,7 +14,7 @@ Contains constants that specify how data is aligned in a container, for example
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCenter**|1|Align data in the center.|
|**pjLeft**|0|Align data at the left.|
diff --git a/api/Project.PjAssignResourcesListFields.md b/api/Project.PjAssignResourcesListFields.md
index a0af1572989..b9867971914 100644
--- a/api/Project.PjAssignResourcesListFields.md
+++ b/api/Project.PjAssignResourcesListFields.md
@@ -14,7 +14,7 @@ Contains constants that specify the fields listing data.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAllColumns**|2|All columns.|
|**pjBasic**|1|Basic columns.|
diff --git a/api/Project.PjAssignmentField.md b/api/Project.PjAssignmentField.md
index df2dd478399..3cc0eb54f06 100644
--- a/api/Project.PjAssignmentField.md
+++ b/api/Project.PjAssignmentField.md
@@ -14,7 +14,7 @@ Contains constants that specify an assignment field in the Project database. For
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAssignmentActualCost**|255852572|Represents the Actual Cost (Assignment) field.|
|**pjAssignmentActualFinish**|255852567|Represents the Actual Finish (Assignment) field.|
diff --git a/api/Project.PjAssignmentReplanAction.md b/api/Project.PjAssignmentReplanAction.md
index cc34b3cfa81..e3e71e478ce 100644
--- a/api/Project.PjAssignmentReplanAction.md
+++ b/api/Project.PjAssignmentReplanAction.md
@@ -14,7 +14,7 @@ Contains constants that specify the replan action for assignments.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjConstrainToMaxUnitsByDecreasingWork**|1|Constrain assignments to the maximum units by decreasing work.|
|**pjConstrainToMaxUnitsByIncreasingDuration**|0|Constrain assignments to the maximum units by increasing duration.|
diff --git a/api/Project.PjAssignmentTimescaledData.md b/api/Project.PjAssignmentTimescaledData.md
index af9590b6c91..377e1b78462 100644
--- a/api/Project.PjAssignmentTimescaledData.md
+++ b/api/Project.PjAssignmentTimescaledData.md
@@ -14,7 +14,7 @@ Contains constants that specify a field for timescaled data in the Project datab
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAssignmentTimescaledActualCost**|28|Represents the Actual Cost (Assignment) field. |
|**pjAssignmentTimescaledActualOvertimeWork**|13|Represents the Actual Overtime Work (Assignment) field.|
diff --git a/api/Project.PjAssignmentUnits.md b/api/Project.PjAssignmentUnits.md
index 674e8da28c8..ee53bca28ec 100644
--- a/api/Project.PjAssignmentUnits.md
+++ b/api/Project.PjAssignmentUnits.md
@@ -14,7 +14,7 @@ Contains constants that specify assignment units.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDecimalAssignmentUnits**|1|Decimal.|
|**pjPercentageAssignmentUnits**|0|Percentage.|
diff --git a/api/Project.PjAuthentication.md b/api/Project.PjAuthentication.md
index 47c26aaf8cc..7daa1c81713 100644
--- a/api/Project.PjAuthentication.md
+++ b/api/Project.PjAuthentication.md
@@ -14,7 +14,7 @@ Contains constants that specify how the user is authenticated.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjUserName**|0|Authenticated by user name.|
|**pjWindowsUserAccount**|1|Authenticated by user Windows account.|
diff --git a/api/Project.PjAutoFilterType.md b/api/Project.PjAutoFilterType.md
index 3f3c6a4f3ec..a9919f806a1 100644
--- a/api/Project.PjAutoFilterType.md
+++ b/api/Project.PjAutoFilterType.md
@@ -14,7 +14,7 @@ Contains constants that specify how to set the automatic filter.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAutoFilter1DayOrLess**|22|Filter for items that are one day or shorter.|
|**pjAutoFilter1WeekOrLonger**|24|Filter for items that are one week or longer.|
diff --git a/api/Project.PjAutomaticSaveOptions.md b/api/Project.PjAutomaticSaveOptions.md
index 19bdb12d188..d4c49aef797 100644
--- a/api/Project.PjAutomaticSaveOptions.md
+++ b/api/Project.PjAutomaticSaveOptions.md
@@ -14,7 +14,7 @@ Contains constants that specify the files to save.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAutomaticSaveActiveProjectOnly**|1|Save only the active files.|
|**pjAutomaticSaveAllOpenProjectFiles**|2|Save all the open files.|
diff --git a/api/Project.PjBackgroundPattern.md b/api/Project.PjBackgroundPattern.md
index 213b02f8dd7..71c0c231ce1 100644
--- a/api/Project.PjBackgroundPattern.md
+++ b/api/Project.PjBackgroundPattern.md
@@ -14,7 +14,7 @@ Contains constants that specify the background pattern.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBackgroundDarkDiagonalLeft**|7|Dark diagonal left.|
|**pjBackgroundDarkDiagonalRight**|8|Dark diagonal right.|
diff --git a/api/Project.PjBarEndShape.md b/api/Project.PjBarEndShape.md
index 538ba9ac3bc..642a9f08bb8 100644
--- a/api/Project.PjBarEndShape.md
+++ b/api/Project.PjBarEndShape.md
@@ -14,7 +14,7 @@ Contains constants that specify the shape of a task bar on a Gantt chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjArrowDown**|14|Arrow pointing down.|
|**pjArrowUp**|8|Arrow pointing up.|
diff --git a/api/Project.PjBarItem.md b/api/Project.PjBarItem.md
index fe231f5b25b..04ccb97a3f5 100644
--- a/api/Project.PjBarItem.md
+++ b/api/Project.PjBarItem.md
@@ -17,7 +17,7 @@ Contains constants that specify a bar item type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBarCritical**|1|Critical bar item.|
|**pjBarExternalTask**|8|External task bar item.|
diff --git a/api/Project.PjBarShape.md b/api/Project.PjBarShape.md
index cf1f0b2841d..f949e27e54b 100644
--- a/api/Project.PjBarShape.md
+++ b/api/Project.PjBarShape.md
@@ -14,7 +14,7 @@ Contains constants that specify the middle shape of a bar.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjLineBottom**|7|Bottom line.|
|**pjLineMiddle**|6|Middle line.|
diff --git a/api/Project.PjBarSize.md b/api/Project.PjBarSize.md
index bbcdb6f9b2a..7a25ef0d81a 100644
--- a/api/Project.PjBarSize.md
+++ b/api/Project.PjBarSize.md
@@ -14,7 +14,7 @@ Contains constants that specify the height of a bar in points.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBarSize10**|10|Bar size 10 points.|
|**pjBarSize12**|12|Bar size 12 points.|
diff --git a/api/Project.PjBarType.md b/api/Project.PjBarType.md
index ce7f9f1e16b..b6785058c74 100644
--- a/api/Project.PjBarType.md
+++ b/api/Project.PjBarType.md
@@ -14,7 +14,7 @@ Contains constants that specify the bar type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDashed**|2|Dashed.|
|**pjFramed**|1|Framed.|
diff --git a/api/Project.PjBaselines.md b/api/Project.PjBaselines.md
index 445a1fea2b8..3fec62f6564 100644
--- a/api/Project.PjBaselines.md
+++ b/api/Project.PjBaselines.md
@@ -14,7 +14,7 @@ Contains constants that specify a baseline.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBaseline**|0|Baseline.|
|**pjBaseline1**|1|Baseline1.|
diff --git a/api/Project.PjBookingTypes.md b/api/Project.PjBookingTypes.md
index d17185eaaf3..79a16999588 100644
--- a/api/Project.PjBookingTypes.md
+++ b/api/Project.PjBookingTypes.md
@@ -14,7 +14,7 @@ Contains constants that specify the booking type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBookingTypeCommitted**|0|Committed.|
|**pjBookingTypeProposed**|1|Proposed.|
diff --git a/api/Project.PjBorder.md b/api/Project.PjBorder.md
index aebfc1f56cd..6a6094adeec 100644
--- a/api/Project.PjBorder.md
+++ b/api/Project.PjBorder.md
@@ -14,7 +14,7 @@ Contains constants that specify the type borders.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAroundEveryPage**|1|Around every page.|
|**pjNoBorder**|0|No border.|
diff --git a/api/Project.PjBoxSet.md b/api/Project.PjBoxSet.md
index bf2210a1e22..6f262035497 100644
--- a/api/Project.PjBoxSet.md
+++ b/api/Project.PjBoxSet.md
@@ -14,7 +14,7 @@ Contains constants that specify the creation, selection, or movement of a task i
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBoxAddToSelection**|0|Selects the task, retaining any existing selection.|
|**pjBoxCreate**|1|Creates a new task, clearing any existing selection.|
diff --git a/api/Project.PjBoxShape.md b/api/Project.PjBoxShape.md
index 2fa732bb702..c137d19bbfc 100644
--- a/api/Project.PjBoxShape.md
+++ b/api/Project.PjBoxShape.md
@@ -14,7 +14,7 @@ Contains constants that specify the shape of a box.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBoxCapsule**|4|Capsule.|
|**pjBoxDownTrapezoid**|9|Down trapezoid.|
diff --git a/api/Project.PjBoxStyle.md b/api/Project.PjBoxStyle.md
index 2fab157e443..6ff19e2c804 100644
--- a/api/Project.PjBoxStyle.md
+++ b/api/Project.PjBoxStyle.md
@@ -14,7 +14,7 @@ Contains constants that specify the box style.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBoxCritical**|0|Critical style.|
|**pjBoxCriticalExternalTask**|10|Critical external task style.|
diff --git a/api/Project.PjCalculation.md b/api/Project.PjCalculation.md
index 4a3f7732153..d39b0f07d50 100644
--- a/api/Project.PjCalculation.md
+++ b/api/Project.PjCalculation.md
@@ -14,7 +14,7 @@ Contains constants that specify the calculation mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAutomatic**|-1|Automatic.|
|**pjManual**|0|Manual.|
diff --git a/api/Project.PjCalendarBarType.md b/api/Project.PjCalendarBarType.md
index c33f24211d0..1054498b4af 100644
--- a/api/Project.PjCalendarBarType.md
+++ b/api/Project.PjCalendarBarType.md
@@ -14,7 +14,7 @@ Contains constants that specify a calendar bar type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjLineBar**|1|Line bar.|
|**pjNoBar**|2|No bar.|
diff --git a/api/Project.PjCalendarDateLabel.md b/api/Project.PjCalendarDateLabel.md
index 6e4f1a6458c..98da86fc073 100644
--- a/api/Project.PjCalendarDateLabel.md
+++ b/api/Project.PjCalendarDateLabel.md
@@ -14,7 +14,7 @@ Contains constants that specify the format for top and bottom date panes of each
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCalendarLabelDay_ddd**|19|Examples: Mon, Tue.|
|**pjCalendarLabelDay_ddd_dd**|105|Examples: Mon 30, Tue 1.|
diff --git a/api/Project.PjCalendarShading.md b/api/Project.PjCalendarShading.md
index 846a4217b48..2181dd07c2e 100644
--- a/api/Project.PjCalendarShading.md
+++ b/api/Project.PjCalendarShading.md
@@ -14,7 +14,7 @@ Contains constants that specify shading in the Calendar.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBaseNondefaultWorking**|2|In a base calendar, working days for which the working hours differ from the default working hours.|
|**pjBaseNonworking**|1|Nonworking days in a base calendar.|
diff --git a/api/Project.PjCalendarType.md b/api/Project.PjCalendarType.md
index 569d9c45521..e07b584f92d 100644
--- a/api/Project.PjCalendarType.md
+++ b/api/Project.PjCalendarType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of calandar.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjGregorianCalendar**|1|Gregorian Calendar.|
|**pjHijriCalendar**|6|Hijri Calendar.|
diff --git a/api/Project.PjCell.md b/api/Project.PjCell.md
index 1668820c095..18ed48ab84a 100644
--- a/api/Project.PjCell.md
+++ b/api/Project.PjCell.md
@@ -14,7 +14,7 @@ Contains constants that specify a cell.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCell1_1**|0|Column 1, row 1.|
|**pjCell1_2**|4|Column 1, row 2.|
diff --git a/api/Project.PjCheckOutType.md b/api/Project.PjCheckOutType.md
index 2862e6659d8..9170494746f 100644
--- a/api/Project.PjCheckOutType.md
+++ b/api/Project.PjCheckOutType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of checkout.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjReadOnly**|0|Check out as read-only.|
|**pjReadWrite**|1|Check out as read/write.|
diff --git a/api/Project.PjColor.md b/api/Project.PjColor.md
index 72b60520b9d..62cd4676e31 100644
--- a/api/Project.PjColor.md
+++ b/api/Project.PjColor.md
@@ -14,7 +14,7 @@ Contains constants that specify a color.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAqua**|4|Color is aqua.|
|**pjBlack**|0|Color is black.|
diff --git a/api/Project.PjCommitmentTaskLinkType.md b/api/Project.PjCommitmentTaskLinkType.md
index 5ff08fe7cc8..e2c09c38170 100644
--- a/api/Project.PjCommitmentTaskLinkType.md
+++ b/api/Project.PjCommitmentTaskLinkType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of task link for a deliverable.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjNoLink**|0|No task link.|
|**pjTargetFinish**|2|A link that targets the date the task deliverable ends.|
diff --git a/api/Project.PjCompareVersionColumns.md b/api/Project.PjCompareVersionColumns.md
index 865d37fdab1..41295c2f5cf 100644
--- a/api/Project.PjCompareVersionColumns.md
+++ b/api/Project.PjCompareVersionColumns.md
@@ -14,7 +14,7 @@ Contains constants that specify how to compare views of project versions.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCompareVersionColumnsDataAndDifferences**|0|Show both column differences and column data.|
|**pjCompareVersionColumnsDataOnly**|1|Show only column data.|
diff --git a/api/Project.PjCompareVersionItems.md b/api/Project.PjCompareVersionItems.md
index 0a03f0cd0c5..87e697aaf11 100644
--- a/api/Project.PjCompareVersionItems.md
+++ b/api/Project.PjCompareVersionItems.md
@@ -14,7 +14,7 @@ Contains constants that specify how to compare items when comparing two project
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCompareVersionItemsAllDifferences**|0|Show all differences.|
|**pjCompareVersionItemsAllItems**|6|Show all items.|
diff --git a/api/Project.PjComparison.md b/api/Project.PjComparison.md
index 07d15d065f9..da0f158de73 100644
--- a/api/Project.PjComparison.md
+++ b/api/Project.PjComparison.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of comparsion.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCompareAnyValue**|11|The custom field's value can be anything.|
|**pjCompareContains**|7|The custom field's value contains **Value**.|
diff --git a/api/Project.PjConstraint.md b/api/Project.PjConstraint.md
index 8f99a82458c..b0b949cbe66 100644
--- a/api/Project.PjConstraint.md
+++ b/api/Project.PjConstraint.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of constraint.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjALAP**|1|Task occurs as late as possible in the schedule without delaying subsequent tasks.|
|**pjASAP**|0|Task occurs as soon as possible in the schedule. This is the default constraint type for tasks.|
diff --git a/api/Project.PjCopyPictureFor.md b/api/Project.PjCopyPictureFor.md
index 6c8140548fe..261f03ae5e7 100644
--- a/api/Project.PjCopyPictureFor.md
+++ b/api/Project.PjCopyPictureFor.md
@@ -14,7 +14,7 @@ Contains constants that specify the intended target of the copy of a picture.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjGIF**|2|For a Graphics Interchange Format (GIF) image.|
|**pjPrinter**|1|For a printer.|
diff --git a/api/Project.PjCopyPictureRows.md b/api/Project.PjCopyPictureRows.md
index ea73c7626ab..26aecef840c 100644
--- a/api/Project.PjCopyPictureRows.md
+++ b/api/Project.PjCopyPictureRows.md
@@ -14,7 +14,7 @@ Contains constants that specify which rows to copy to a picture.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCopyOnScreen**|0|Copy all rows that have content.|
|**pjCopySelected**|1|Copy only selected rows.|
diff --git a/api/Project.PjCopyPictureScaleOption.md b/api/Project.PjCopyPictureScaleOption.md
index 3aaf2387d56..7b4ddf60391 100644
--- a/api/Project.PjCopyPictureScaleOption.md
+++ b/api/Project.PjCopyPictureScaleOption.md
@@ -14,7 +14,7 @@ Contains constants that specify how to treat a picture of the active view if it
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCopyPictureKeepRange**|1|Maintains the selection, regardless of size. If the picture exceeds the amount of available memory, it is cropped to the maximum available size.|
|**pjCopyPictureScale**|2|Scales the picture to **MaxImageWidth** by **MaxImageHeight MeasurementUnits** without maintaining the aspect ratio.|
diff --git a/api/Project.PjCostRateTable.md b/api/Project.PjCostRateTable.md
index 1d7aa91adad..5a577741003 100644
--- a/api/Project.PjCostRateTable.md
+++ b/api/Project.PjCostRateTable.md
@@ -14,7 +14,7 @@ Contains constants that specify one of the five resource cost rate tables.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCostRateTableA**|0|Cost rate table A.|
|**pjCostRateTableB**|1|Cost rate table B.|
diff --git a/api/Project.PjCriteriaList.md b/api/Project.PjCriteriaList.md
index 317ec47a15c..156199c0da5 100644
--- a/api/Project.PjCriteriaList.md
+++ b/api/Project.PjCriteriaList.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of task where a custom field indicator
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCriteriaNonSummary**|0|Tasks are not summary tasks.|
|**pjCriteriaProjectSummary**|2|The task is the project summary task (task ID 0).|
diff --git a/api/Project.PjCustomField.md b/api/Project.PjCustomField.md
index c6624b8980e..475023ada16 100644
--- a/api/Project.PjCustomField.md
+++ b/api/Project.PjCustomField.md
@@ -14,7 +14,7 @@ Contains constants that specify a custom field in Project.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCustomProjectEnterpriseCost1**|188744529|Represents the Custom Enterprise Cost1 (Project) field.|
|**pjCustomProjectEnterpriseCost10**|188744538|Represents the Custom Enterprise Cost10 (Project) field.|
diff --git a/api/Project.PjCustomFieldAttribute.md b/api/Project.PjCustomFieldAttribute.md
index 4ed68e29c96..254e9361e24 100644
--- a/api/Project.PjCustomFieldAttribute.md
+++ b/api/Project.PjCustomFieldAttribute.md
@@ -14,7 +14,7 @@ Contains constants that specify a field attribute.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjFieldAttributeFormula**|1|Foumula.|
|**pjFieldAttributeNone**|0|None.|
diff --git a/api/Project.PjCustomFieldType.md b/api/Project.PjCustomFieldType.md
index 1a41dbd909a..09cd4406684 100644
--- a/api/Project.PjCustomFieldType.md
+++ b/api/Project.PjCustomFieldType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of a custom field.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCostCustomField**|0|Cost.|
|**pjDateCustomField**|1|Date.|
diff --git a/api/Project.PjCustomOutlineCodeSequence.md b/api/Project.PjCustomOutlineCodeSequence.md
index c23332c3491..6a552383598 100644
--- a/api/Project.PjCustomOutlineCodeSequence.md
+++ b/api/Project.PjCustomOutlineCodeSequence.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of the outline code sequence.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCustomOutlineCodeCharacters**|3|Characters.|
|**pjCustomOutlineCodeLowercaseLetters**|2|Lowercase letters.|
diff --git a/api/Project.PjCustomizeMailAction.md b/api/Project.PjCustomizeMailAction.md
index 03d456382fa..d1636a8508a 100644
--- a/api/Project.PjCustomizeMailAction.md
+++ b/api/Project.PjCustomizeMailAction.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of action. Obsolete.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjMailDefineField**|2|Field definitions.|
|**pjMailEndFields**|0|Number of fields.|
diff --git a/api/Project.PjDataCategories.md b/api/Project.PjDataCategories.md
index 97f100dd7a2..23c77a7b7e3 100644
--- a/api/Project.PjDataCategories.md
+++ b/api/Project.PjDataCategories.md
@@ -14,7 +14,7 @@ Contains constants that specify the category of data.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjMapAssignments**|2|Map assignments.|
|**pjMapResources**|1|Map resources.|
diff --git a/api/Project.PjDataTemplate.md b/api/Project.PjDataTemplate.md
index d21f5be2162..306ca1d49e1 100644
--- a/api/Project.PjDataTemplate.md
+++ b/api/Project.PjDataTemplate.md
@@ -14,7 +14,7 @@ Contains constants that specify the operation to be performed on a box data temp
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDataTemplateCopy**|1|Copy the template.|
|**pjDataTemplateDelete**|3|Delete the template.|
diff --git a/api/Project.PjDateFormat.md b/api/Project.PjDateFormat.md
index fc50f528e1a..0cf81bd6bae 100644
--- a/api/Project.PjDateFormat.md
+++ b/api/Project.PjDateFormat.md
@@ -14,7 +14,7 @@ Contains constants that specify the date format. The following table shows vario
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDate_dd**|13|30|
|**pjDate_ddd_dd**|17|Tue 30|
diff --git a/api/Project.PjDateLabel.md b/api/Project.PjDateLabel.md
index 6a025f06ba1..8da55a39574 100644
--- a/api/Project.PjDateLabel.md
+++ b/api/Project.PjDateLabel.md
@@ -14,7 +14,7 @@ Contains constants that specify the display format for date and time labels in a
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDay_ddd**|19|Examples: Mon, Tue. Requires the time unit to be **pjTimescaleDays**.|
|**pjDay_ddd_dd**|105|Examples: Mon 30, Tue 1|
diff --git a/api/Project.PjDateOrder.md b/api/Project.PjDateOrder.md
index dc35431ae76..4354d72511c 100644
--- a/api/Project.PjDateOrder.md
+++ b/api/Project.PjDateOrder.md
@@ -14,7 +14,7 @@ Contains constants that specify the order of a date value.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDayMonthYear**|0|Order is the day, the month, and then the year.|
|**pjMonthDayYear**|1|Order is the month, the day, and then the year.|
diff --git a/api/Project.PjDayLabel.md b/api/Project.PjDayLabel.md
index 0710f1ab796..85ac678b2bd 100644
--- a/api/Project.PjDayLabel.md
+++ b/api/Project.PjDayLabel.md
@@ -14,7 +14,7 @@ Contains constants that specify the display format for days in a timescale.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDayLabelDay_ddd**|19|Examples: Mon, Tue|
|**pjDayLabelDay_dddd**|18|Examples: Monday, Tuesday|
diff --git a/api/Project.PjDialog.md b/api/Project.PjDialog.md
index e3e996dd3a7..187487da1f6 100644
--- a/api/Project.PjDialog.md
+++ b/api/Project.PjDialog.md
@@ -14,7 +14,7 @@ Contains constants that specify the dialog box to activate.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjResourceAssignment**|4087|**Resource Assignment** dialog box.|
diff --git a/api/Project.PjDocExportType.md b/api/Project.PjDocExportType.md
index 9b53990d7fc..98ca3ede1ba 100644
--- a/api/Project.PjDocExportType.md
+++ b/api/Project.PjDocExportType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of document export.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjPDF**|0|Export to a PDF document.|
|**pjXPS**|1|Export to an XPS document.|
diff --git a/api/Project.PjEarnedValueMethod.md b/api/Project.PjEarnedValueMethod.md
index 53653aa5cfd..faab1818fc6 100644
--- a/api/Project.PjEarnedValueMethod.md
+++ b/api/Project.PjEarnedValueMethod.md
@@ -14,7 +14,7 @@ Contains constants that specify the way that earned value is calculated.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjPercentComplete**|0|Percent complete.|
|**pjPhysicalPercentComplete**|1|Percent complete physically.|
diff --git a/api/Project.PjEditionType.md b/api/Project.PjEditionType.md
index af5523ab202..0bff878dadb 100644
--- a/api/Project.PjEditionType.md
+++ b/api/Project.PjEditionType.md
@@ -14,7 +14,7 @@ Contains constants that specify the edition of Project.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjEditionProfessional**|1|Professional edition.|
|**pjEditionStandard**|0|Standard edition.|
diff --git a/api/Project.PjEnableCancelKey.md b/api/Project.PjEnableCancelKey.md
index f31df1f7595..4a33634840e 100644
--- a/api/Project.PjEnableCancelKey.md
+++ b/api/Project.PjEnableCancelKey.md
@@ -14,7 +14,7 @@ Contains constants that specify how to handle the ** CTRL+BREAK** key combinatio
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDisabled**|0|**CTRL+BREAK** is ignored.|
|**pjErrorHandler**|2|Sends the interrupt to the macro as a trappable error. The error code is 18.|
diff --git a/api/Project.PjExceptionItem.md b/api/Project.PjExceptionItem.md
index dcd24334b1f..d3b6816bd2a 100644
--- a/api/Project.PjExceptionItem.md
+++ b/api/Project.PjExceptionItem.md
@@ -14,7 +14,7 @@ Contains constants that specify the day on which a calendar exception occurs.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjItemFriday**|8|The exception occurs on a Friday.|
|**pjItemMonday**|4|The exception occurs on a Monday.|
diff --git a/api/Project.PjExceptionPosition.md b/api/Project.PjExceptionPosition.md
index 541e87e975e..5dce921c20f 100644
--- a/api/Project.PjExceptionPosition.md
+++ b/api/Project.PjExceptionPosition.md
@@ -14,7 +14,7 @@ Contains constants that specify the week in a month in which an exception occurs
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjFirst**|0|First week of the month.|
|**pjFourth**|3|Fourth week of the month.|
diff --git a/api/Project.PjExceptionType.md b/api/Project.PjExceptionType.md
index 20d334dae8c..57de66be2f6 100644
--- a/api/Project.PjExceptionType.md
+++ b/api/Project.PjExceptionType.md
@@ -14,7 +14,7 @@ Contains constants that specify a type of calendar exception.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDaily**|1|The exception recurrence pattern is daily.|
|**pjDayCount**|7|The exception daily recurrence ends after a specified number of occurrences.|
diff --git a/api/Project.PjField.md b/api/Project.PjField.md
index ccde5d1611e..5c6b6c9188a 100644
--- a/api/Project.PjField.md
+++ b/api/Project.PjField.md
@@ -14,7 +14,7 @@ Contains constants that specify a resource or task field in Project.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjImportResource**|205521651|Represents the Import (Resource) field. |
|**pjResourceAccrueAt**|205520915|Represents the Accrue At (Resource) field. |
diff --git a/api/Project.PjFieldType.md b/api/Project.PjFieldType.md
index 9cde641bcac..582ca68d1b9 100644
--- a/api/Project.PjFieldType.md
+++ b/api/Project.PjFieldType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of entity for a field.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjProject**|2|Project entity.|
|**pjResource**|1|Resouce entity.|
diff --git a/api/Project.PjFieldTypes.md b/api/Project.PjFieldTypes.md
index 02e7bfa8459..904b5f8de24 100644
--- a/api/Project.PjFieldTypes.md
+++ b/api/Project.PjFieldTypes.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of custom field.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCostField**|0|Cost custom field.|
|**pjDateField**|1|Date custom field.|
diff --git a/api/Project.PjFileFormat.md b/api/Project.PjFileFormat.md
index bbb3dfc13c4..0e078816bf4 100644
--- a/api/Project.PjFileFormat.md
+++ b/api/Project.PjFileFormat.md
@@ -14,7 +14,7 @@ Contains constants that specify the file format.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCSV**|4|Comma separated value (CSV) file.|
|**pjMPP**|0|Project or Project file.|
diff --git a/api/Project.PjFillPattern.md b/api/Project.PjFillPattern.md
index 59c97311c4b..381a6ab1d08 100644
--- a/api/Project.PjFillPattern.md
+++ b/api/Project.PjFillPattern.md
@@ -14,7 +14,7 @@ Contains constants that specify a fill pattern.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDarkFillPattern**|4|Dark fill pattern.|
|**pjDiagonalCrossPattern**|7|Diagonal cross pattern.|
diff --git a/api/Project.PjFilterViewType.md b/api/Project.PjFilterViewType.md
index 5877c82f51f..a7068d46e3d 100644
--- a/api/Project.PjFilterViewType.md
+++ b/api/Project.PjFilterViewType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of filter for a view.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjFilterViewTypeResource**|1|Resource view type.|
|**pjFilterViewTypeTask**|0|Task view type.|
diff --git a/api/Project.PjFormatUnit.md b/api/Project.PjFormatUnit.md
index 60174337748..bece5f563ad 100644
--- a/api/Project.PjFormatUnit.md
+++ b/api/Project.PjFormatUnit.md
@@ -14,7 +14,7 @@ Contains constants that specify the format of the units.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDays**|7|Days.|
|**pjDaysEstimated**|39|Estimated days.|
diff --git a/api/Project.PjGanttBarLink.md b/api/Project.PjGanttBarLink.md
index 3856d58fd56..5f40f4e39a7 100644
--- a/api/Project.PjGanttBarLink.md
+++ b/api/Project.PjGanttBarLink.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of Gnatt bar links.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjNoGanttBarLinks**|0|No Gantt bar links.|
|**pjToEnd**|2|At the end.|
diff --git a/api/Project.PjGridline.md b/api/Project.PjGridline.md
index 1d1b0914a7b..ec77a2e9cb6 100644
--- a/api/Project.PjGridline.md
+++ b/api/Project.PjGridline.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of gridline.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBarRows**|1|Bar rows.|
|**pjCalendarDays**|0|Calendar days.|
diff --git a/api/Project.PjGroupOn.md b/api/Project.PjGroupOn.md
index fbba6721d58..858e869e617 100644
--- a/api/Project.PjGroupOn.md
+++ b/api/Project.PjGroupOn.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of grouping.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjGroupOnDateDay**|13|Group on date by day.|
|**pjDateEachValue**|10|Group on date for each value.|
diff --git a/api/Project.PjIMEMode.md b/api/Project.PjIMEMode.md
index e580a7423fd..1932c117259 100644
--- a/api/Project.PjIMEMode.md
+++ b/api/Project.PjIMEMode.md
@@ -14,7 +14,7 @@ Contains constants that specify the Input Method Editor (IME) mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjIMEModeAlpha**|8|Alpha mode.|
|**pjIMEModeAlphaFull**|7|Full alpha mode.|
diff --git a/api/Project.PjImportMethods.md b/api/Project.PjImportMethods.md
index a17ed2fb16c..d490f3681b8 100644
--- a/api/Project.PjImportMethods.md
+++ b/api/Project.PjImportMethods.md
@@ -14,7 +14,7 @@ Contains constants that specify the method to use when importing data.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjImportAppend**|1|Imported data is appended to the end of the active project.|
|**pjImportMerge**|2|Imported data is merged into the active project.|
diff --git a/api/Project.PjIndicator.md b/api/Project.PjIndicator.md
index 929bac0eeb0..19d2d63fe7e 100644
--- a/api/Project.PjIndicator.md
+++ b/api/Project.PjIndicator.md
@@ -14,7 +14,7 @@ Contains constants that specify a graphical indicator.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjIndicatorArrowDouble**|42|The indicator is a double arrow.|
|**pjIndicatorArrowDown**|44|The indicator is a down arrow.|
diff --git a/api/Project.PjInformationTab.md b/api/Project.PjInformationTab.md
index 5925213083b..85300e05afc 100644
--- a/api/Project.PjInformationTab.md
+++ b/api/Project.PjInformationTab.md
@@ -14,7 +14,7 @@ Contains constants that specify which information tab to display.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAssignmentGeneralTab**|0|General tab of the Assignment Information dialog box.|
|**pjAssignmentNotesTab**|2|Notes tab of the Assignment Information dialog box.|
diff --git a/api/Project.PjIsCommandEnabled.md b/api/Project.PjIsCommandEnabled.md
index 4513e244117..2bf3bc6209e 100644
--- a/api/Project.PjIsCommandEnabled.md
+++ b/api/Project.PjIsCommandEnabled.md
@@ -14,7 +14,7 @@ Contains constants that specify whether a command is enabled.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCommandDisabled**|1|The command is disabled.|
|**pjCommandEnabled**|0|The command is enabled.|
diff --git a/api/Project.PjItemType.md b/api/Project.PjItemType.md
index 916c8fef5a1..be83c99069c 100644
--- a/api/Project.PjItemType.md
+++ b/api/Project.PjItemType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of an item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjOtherItem**|2|Other item.|
|**pjResourceItem**|1|Resource item.|
diff --git a/api/Project.PjLayoutMode.md b/api/Project.PjLayoutMode.md
index 1819c62aacb..7c535e0e75d 100644
--- a/api/Project.PjLayoutMode.md
+++ b/api/Project.PjLayoutMode.md
@@ -14,7 +14,7 @@ Contains constants that specify the layout mode.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjLayoutAutomatic**|1|Layout is done automatically.|
|**pjLayoutManual**|2|Layout is done manually.|
diff --git a/api/Project.PjLayoutScheme.md b/api/Project.PjLayoutScheme.md
index 2f6733425a3..3072ed991e5 100644
--- a/api/Project.PjLayoutScheme.md
+++ b/api/Project.PjLayoutScheme.md
@@ -14,7 +14,7 @@ Contains constants that specify the positioning scheme to use for display.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjLayoutCenteredFromLeft**|5|Layout centered from left.|
|**pjLayoutCenteredFromTop**|6|Layout centered from top.|
diff --git a/api/Project.PjLegacyFileFormats.md b/api/Project.PjLegacyFileFormats.md
index 6ad3f56390e..6bc875a56ac 100644
--- a/api/Project.PjLegacyFileFormats.md
+++ b/api/Project.PjLegacyFileFormats.md
@@ -14,7 +14,7 @@ Constants that specify the action for loading legacy files.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDoNotLoadLegacyFiles**|0|Do not load legacy files.|
|**pjEnableLegacyFilesLoad**|2|Load legacy files.|
diff --git a/api/Project.PjLegend.md b/api/Project.PjLegend.md
index dbc0439fe8e..a6ac2be1afa 100644
--- a/api/Project.PjLegend.md
+++ b/api/Project.PjLegend.md
@@ -14,7 +14,7 @@ Contains constants that specify the pages on which the legend appears.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAfterLastPage**|1|Legend appears after the last page.|
|**pjNoLegend**|0|No legend.|
diff --git a/api/Project.PjLevelOrder.md b/api/Project.PjLevelOrder.md
index 36bc5968369..b9253a40d21 100644
--- a/api/Project.PjLevelOrder.md
+++ b/api/Project.PjLevelOrder.md
@@ -14,7 +14,7 @@ Contains constants that specify the leveling order.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjLevelID**|0|Level ID.|
|**pjLevelPriority**|2|Level priority.|
diff --git a/api/Project.PjLevelPeriodBasis.md b/api/Project.PjLevelPeriodBasis.md
index 1f7054f53db..ed3e192fe2c 100644
--- a/api/Project.PjLevelPeriodBasis.md
+++ b/api/Project.PjLevelPeriodBasis.md
@@ -14,7 +14,7 @@ Contains constants that specify the time period for leveling.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDayByDay**|2|Day by day.|
|**pjHourByHour**|1|Hour by hour.|
diff --git a/api/Project.PjLevelSelectedOption.md b/api/Project.PjLevelSelectedOption.md
index 443f3449eac..d07aa7880d1 100644
--- a/api/Project.PjLevelSelectedOption.md
+++ b/api/Project.PjLevelSelectedOption.md
@@ -14,7 +14,7 @@ Contains constants that specify the leveling option.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjResolveForResource**|1|Resolve leveling for the resource.|
|**pjResolveForSelectedResources**|3|Resolve leveling for the selected resources.|
diff --git a/api/Project.PjLineType.md b/api/Project.PjLineType.md
index 1c9474ded30..603998faaa1 100644
--- a/api/Project.PjLineType.md
+++ b/api/Project.PjLineType.md
@@ -14,7 +14,7 @@ Contains constants that specify a line pattern.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCloseDot**|2|Close dot.|
|**pjContinuous**|1|Continous line.|
diff --git a/api/Project.PjLinkColorMode.md b/api/Project.PjLinkColorMode.md
index 8377f1aea50..8751af4213c 100644
--- a/api/Project.PjLinkColorMode.md
+++ b/api/Project.PjLinkColorMode.md
@@ -14,7 +14,7 @@ Contains constants that specify whether the colors of link lines in a Network Di
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjColorModeCustom**|1|Critical and noncritical colors can be custom values.|
|**pjColorModePredecessor**|2|Critical and noncritical colors are inherited from the predecessor task.|
diff --git a/api/Project.PjLinkStyle.md b/api/Project.PjLinkStyle.md
index 6fac2569c7f..3ed6592a7ff 100644
--- a/api/Project.PjLinkStyle.md
+++ b/api/Project.PjLinkStyle.md
@@ -14,7 +14,7 @@ Contains constants that specify the style of link lines between boxes in a Netwo
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjLinkRectilinear**|2|Lines follow paths along 90? angles.|
|**pjLinkStraight**|1|Lines are straight between boxes.|
diff --git a/api/Project.PjListOrder.md b/api/Project.PjListOrder.md
index 3650d2999c4..bb6a0db3554 100644
--- a/api/Project.PjListOrder.md
+++ b/api/Project.PjListOrder.md
@@ -14,7 +14,7 @@ Contains constants that specify the order in which the items in a list are displ
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjListOrderAscending**|1|Ascending.|
|**pjListOrderDefault**|0|Default.|
diff --git a/api/Project.PjLoginType.md b/api/Project.PjLoginType.md
index 59865cebf2c..d6d6c845116 100644
--- a/api/Project.PjLoginType.md
+++ b/api/Project.PjLoginType.md
@@ -14,7 +14,7 @@ Contains constants that specify the login type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjProjectServerLogin**|2|Project Server.|
|**pjWindowsLogin**|1|Windows.|
diff --git a/api/Project.PjMSApplication.md b/api/Project.PjMSApplication.md
index 169cca29fe7..5ad3da7a58c 100644
--- a/api/Project.PjMSApplication.md
+++ b/api/Project.PjMSApplication.md
@@ -14,7 +14,7 @@ Contains constants that specify the Microsoft application to activate.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjMicrosoftAccess**|3|Microsoft Access.|
|**pjMicrosoftExcel**|5|Microsoft Excel.|
diff --git a/api/Project.PjMailField.md b/api/Project.PjMailField.md
index 765de6000da..16c0ac365aa 100644
--- a/api/Project.PjMailField.md
+++ b/api/Project.PjMailField.md
@@ -14,7 +14,7 @@ Contains constants that specify the mail field. Obsolete.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjMailActualWork**|32773|Represents the Actual Work field. |
|**pjMailComments**|32769|Represents the Comments field.|
diff --git a/api/Project.PjMailSystem.md b/api/Project.PjMailSystem.md
index 40d283705ed..c1833858ad9 100644
--- a/api/Project.PjMailSystem.md
+++ b/api/Project.PjMailSystem.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of e-mail system.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjMAPI**|1|Microsoft Mail.|
|**pjMAPICompatible**|2|E-mail system that is compatible with MAPI .|
diff --git a/api/Project.PjMeasurementUnits.md b/api/Project.PjMeasurementUnits.md
index d3fc072816f..ec9268dfe07 100644
--- a/api/Project.PjMeasurementUnits.md
+++ b/api/Project.PjMeasurementUnits.md
@@ -14,7 +14,7 @@ Contains constants that specify the units of measurement.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCentimeters**|1|The **MaxImageWidth** and **MaxImageHeight** values are in centimeters.|
|**pjDefault**|2|The **MaxImageWidth** and **MaxImageHeight** values are in the default system measurement units. The default **Measurement System** is selected in the **Regional and Language Options** of the **Windows Control Panel**.|
diff --git a/api/Project.PjMergeType.md b/api/Project.PjMergeType.md
index 975f91881dc..f10896ba4d2 100644
--- a/api/Project.PjMergeType.md
+++ b/api/Project.PjMergeType.md
@@ -14,7 +14,7 @@ Contains constants that specify how to merge data.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAppend**|3|Append the data.|
|**pjDoNotMerge**|0|Do not merge.|
diff --git a/api/Project.PjMessageType.md b/api/Project.PjMessageType.md
index 65dea870215..b8b6c757de6 100644
--- a/api/Project.PjMessageType.md
+++ b/api/Project.PjMessageType.md
@@ -14,7 +14,7 @@ Contains constants that specify the buttons to be included in a message dialog b
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjOKCancel**|1|Display **OK** and **Cancel** buttons.|
|**pjOKOnly**|0|Display **OK** button.|
diff --git a/api/Project.PjMonth.md b/api/Project.PjMonth.md
index b8022f99867..dc785eaeaff 100644
--- a/api/Project.PjMonth.md
+++ b/api/Project.PjMonth.md
@@ -14,7 +14,7 @@ Contains constants that specify a month.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjApril**|4|April.|
|**pjAugust**|8|August.|
diff --git a/api/Project.PjMonthLabel.md b/api/Project.PjMonthLabel.md
index b95c1838297..15ba2d7d59b 100644
--- a/api/Project.PjMonthLabel.md
+++ b/api/Project.PjMonthLabel.md
@@ -14,7 +14,7 @@ Contains constants that specify the display format for months in a timescale. Th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjMonthLabelMonth_m**|11|Examples: S, O, N, D|
|**pjMonthLabelMonth_mm**|57|Examples: 9, 10|
diff --git a/api/Project.PjNewTasksStartOnDate.md b/api/Project.PjNewTasksStartOnDate.md
index 33ddcee952e..26de7c6895e 100644
--- a/api/Project.PjNewTasksStartOnDate.md
+++ b/api/Project.PjNewTasksStartOnDate.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of date that new tasks start on.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCurrentDate**|1|New tasks start on the current date.|
|**pjNoDate**|2|New tasks start on no specified date.|
diff --git a/api/Project.PjNonWorkingPlacement.md b/api/Project.PjNonWorkingPlacement.md
index df3853c035d..4b10fb60412 100644
--- a/api/Project.PjNonWorkingPlacement.md
+++ b/api/Project.PjNonWorkingPlacement.md
@@ -14,7 +14,7 @@ Contains constants that specify how nonworking times are denoted in relation to
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBehind**|0|Behind the Gantt bars.|
|**pjDoNotDraw**|2|Do not draw.|
diff --git a/api/Project.PjOptionsSecurityTab.md b/api/Project.PjOptionsSecurityTab.md
index e85c8b31660..15c00450f4e 100644
--- a/api/Project.PjOptionsSecurityTab.md
+++ b/api/Project.PjOptionsSecurityTab.md
@@ -14,7 +14,7 @@ Contains constants that specify the tabs for settings that are available in the
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjOptionsSecurityTabAddins**|1|Represents the **Add-ins** tab, for add-in security options.|
|**pjOptionsSecurityTabLegacy**|4|Represents the **Legacy Formats** tab, for options on opening or saving legacy file formats.|
diff --git a/api/Project.PjOrganizer.md b/api/Project.PjOrganizer.md
index 36cd1e588f8..a76ffbbd72d 100644
--- a/api/Project.PjOrganizer.md
+++ b/api/Project.PjOrganizer.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of items in the Organizer.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCalendars**|5|Calendars.|
|**pjDrawings**|11|Drawings|
diff --git a/api/Project.PjOverallocationType.md b/api/Project.PjOverallocationType.md
index 4fdb601a4ac..8599c354cc4 100644
--- a/api/Project.PjOverallocationType.md
+++ b/api/Project.PjOverallocationType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of resource overallocation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjOverallocationTypeAboveMaxUnits**|1|The resource allocation is above the maximum resource units.|
|**pjOverallocationTypeNone**|0|There is no overallocation.|
diff --git a/api/Project.PjPageSetupCalendarItem.md b/api/Project.PjPageSetupCalendarItem.md
index 31428e22435..6cd5d3514ce 100644
--- a/api/Project.PjPageSetupCalendarItem.md
+++ b/api/Project.PjPageSetupCalendarItem.md
@@ -14,7 +14,7 @@ Contains constants that specify the calendar item to format.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAdditionalTasks**|3|Additional tasks.|
|**pjAllCalendarItems**|0|All calendar items.|
diff --git a/api/Project.PjPaperSize.md b/api/Project.PjPaperSize.md
index 3a6845f8c7d..c91db16a94a 100644
--- a/api/Project.PjPaperSize.md
+++ b/api/Project.PjPaperSize.md
@@ -14,7 +14,7 @@ Contains constants that specify the paper size.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjPaper10x11**|45|10x11 inches size.|
|**pjPaper10x14**|16|10x14 inches size.|
diff --git a/api/Project.PjPasteSpecialType.md b/api/Project.PjPasteSpecialType.md
index 9deb7df815a..6c5ed319acb 100644
--- a/api/Project.PjPasteSpecialType.md
+++ b/api/Project.PjPasteSpecialType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of object to paste or link.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjEmbedObject**|0|Paste an embedded object.|
|**pjHTMLData**|4|Paste HTML data.|
diff --git a/api/Project.PjPhoneticType.md b/api/Project.PjPhoneticType.md
index 32e885c13ab..0b9488359d8 100644
--- a/api/Project.PjPhoneticType.md
+++ b/api/Project.PjPhoneticType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of characters used to display phonetic
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjHiragana**|2|Hiragana characters.|
|**pjKatakana**|1|Katakana characters.|
diff --git a/api/Project.PjPlacement.md b/api/Project.PjPlacement.md
index 69e191129eb..16f2f16f6ed 100644
--- a/api/Project.PjPlacement.md
+++ b/api/Project.PjPlacement.md
@@ -14,7 +14,7 @@ Contains constants that specify the placement of a symbol.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAfter**|1|After.|
|**pjAfterWithSpace**|3|After with a space.|
diff --git a/api/Project.PjPoolAction.md b/api/Project.PjPoolAction.md
index fe02eacc2c8..154b6af9ae3 100644
--- a/api/Project.PjPoolAction.md
+++ b/api/Project.PjPoolAction.md
@@ -14,7 +14,7 @@ Contains constants that specify actions to perform on the resource pool.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjOpenAllSharers**|4|Opens all sharers into a consolidated project.|
|**pjOpenSharer**|3|Opens the specified sharer.|
diff --git a/api/Project.PjPoolOpen.md b/api/Project.PjPoolOpen.md
index ee1fd31f310..4ee0f775750 100644
--- a/api/Project.PjPoolOpen.md
+++ b/api/Project.PjPoolOpen.md
@@ -14,7 +14,7 @@ Contains constants that specify the action to take when opening a resource pool
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDoNotOpenPool**|4|Do not open the pool.|
|**pjPoolAndSharers**|3|Open pool and sharers.|
diff --git a/api/Project.PjPriority.md b/api/Project.PjPriority.md
index 5a7529ec715..3f3e4cbfa25 100644
--- a/api/Project.PjPriority.md
+++ b/api/Project.PjPriority.md
@@ -14,7 +14,7 @@ The **PjPriority** enumeration is obsolete and should not be used. Actual task
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjPriorityDoNotLevel**|9|Do not level.|
|**pjPriorityHigh**|5|High priority.|
diff --git a/api/Project.PjProfileConnectionState.md b/api/Project.PjProfileConnectionState.md
index 5b1e58fac14..d20100bdaab 100644
--- a/api/Project.PjProfileConnectionState.md
+++ b/api/Project.PjProfileConnectionState.md
@@ -14,7 +14,7 @@ Contains constants that specify the connection state.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjProfileOffline**|0|Offline.|
|**pjProfileOnline**|1|Online.|
diff --git a/api/Project.PjProfileType.md b/api/Project.PjProfileType.md
index 07858b76714..2bf6b913beb 100644
--- a/api/Project.PjProfileType.md
+++ b/api/Project.PjProfileType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of profile.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjLocalProfile**|0|Local profile.|
|**pjServerProfile**|1|Server profile.|
diff --git a/api/Project.PjProjectServerTrackingMethod.md b/api/Project.PjProjectServerTrackingMethod.md
index 7a604c6139f..6865af0ca07 100644
--- a/api/Project.PjProjectServerTrackingMethod.md
+++ b/api/Project.PjProjectServerTrackingMethod.md
@@ -14,7 +14,7 @@ Contains constants that specify the way Project Server tracks actuals for a proj
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTrackingMethodDefault**|0|Use the default tracking method.|
|**pjTrackingMethodPercentComplete**|2|Tracking is by percent complete.|
diff --git a/api/Project.PjProjectType.md b/api/Project.PjProjectType.md
index 1973959401e..819949f1b4d 100644
--- a/api/Project.PjProjectType.md
+++ b/api/Project.PjProjectType.md
@@ -14,7 +14,7 @@ Contains constants that specify the project type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjProjectTypeBasicProjectSite**|8|Project type is a basic project site in SharePoint.|
|**pjProjectTypeEnterpriseCheckedOut**|2|Project type is enterprise checked out.|
diff --git a/api/Project.PjProjectUpdate.md b/api/Project.PjProjectUpdate.md
index 5cfaaaf7c62..c716076913a 100644
--- a/api/Project.PjProjectUpdate.md
+++ b/api/Project.PjProjectUpdate.md
@@ -14,7 +14,7 @@ Contains constants that specify the action to take with the specified tasks.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pj0or100Percent**|0|Sets only the Actual Start and Actual Finish dates.|
|**pj0to100Percent**|1|Sets the percent complete to reflect the update date.|
diff --git a/api/Project.PjPublishScope.md b/api/Project.PjPublishScope.md
index 8a9e70304eb..82447befdca 100644
--- a/api/Project.PjPublishScope.md
+++ b/api/Project.PjPublishScope.md
@@ -14,7 +14,7 @@ Contains constants that specify the scope of assignments to be published.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjPublishScopeAll**|1|All.|
|**pjPublishScopeDefault**|0|Default.|
diff --git a/api/Project.PjRecalcDriverType.md b/api/Project.PjRecalcDriverType.md
index 30627be7976..0be72a0ce34 100644
--- a/api/Project.PjRecalcDriverType.md
+++ b/api/Project.PjRecalcDriverType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of driver that affects task recalculati
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDriverActuals**|1|The task driver is actual work.|
|**pjDriverCalendar**|32|The task driver is a resource calendar.|
diff --git a/api/Project.PjResAssignOperation.md b/api/Project.PjResAssignOperation.md
index 89c7d9a3248..b211251e6e6 100644
--- a/api/Project.PjResAssignOperation.md
+++ b/api/Project.PjResAssignOperation.md
@@ -14,7 +14,7 @@ Contains constants that specify the assignment of resources.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAssign**|0|Assigns the specified resources to the selected tasks.|
|**pjChange**|3|Changes the resource units for the specified resource. This constant can be used only for a single resource.|
diff --git a/api/Project.PjResSubstitutionPoolOption.md b/api/Project.PjResSubstitutionPoolOption.md
index 63cb07f4b05..a3719e94999 100644
--- a/api/Project.PjResSubstitutionPoolOption.md
+++ b/api/Project.PjResSubstitutionPoolOption.md
@@ -14,7 +14,7 @@ Contains constants that specify the resource pooling option.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjResSubstitutionResInList**|2|Use resources specified in the list of resources in the **EnterpriseResSubstitutionWizard** method.|
|**pjResSubstitutionResInProject**|0|Use resources already specified in the project.|
diff --git a/api/Project.PjResourceGraphPattern.md b/api/Project.PjResourceGraphPattern.md
index c2804c2b43a..cd94a786f46 100644
--- a/api/Project.PjResourceGraphPattern.md
+++ b/api/Project.PjResourceGraphPattern.md
@@ -14,7 +14,7 @@ Contains constants that specify the pattern of a resource graph.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDarkFill**|4|Dark fill.|
|**pjDashDot**|4|Dash dot.|
diff --git a/api/Project.PjResourceGraphStyle.md b/api/Project.PjResourceGraphStyle.md
index f83ebd1ecb7..3a55120038d 100644
--- a/api/Project.PjResourceGraphStyle.md
+++ b/api/Project.PjResourceGraphStyle.md
@@ -14,7 +14,7 @@ Contains constants that specify the resource graph style.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjArea**|1|Area.|
|**pjBar**|0|Bar.|
diff --git a/api/Project.PjResourceRequestType.md b/api/Project.PjResourceRequestType.md
index 2788430e7b2..178c8ee1091 100644
--- a/api/Project.PjResourceRequestType.md
+++ b/api/Project.PjResourceRequestType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of resource request.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjResourceRequestTypeDemand**|2|Demand.|
|**pjResourceRequestTypeNone**|0|None.|
diff --git a/api/Project.PjResourceTimescaledData.md b/api/Project.PjResourceTimescaledData.md
index 41038897e80..4c50896883e 100644
--- a/api/Project.PjResourceTimescaledData.md
+++ b/api/Project.PjResourceTimescaledData.md
@@ -14,7 +14,7 @@ Contains constants that specify a resource field for timescaled data in the Proj
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjResourceTimescaledActualCost**|11|Actual Cost (resource) field.|
|**pjResourceTimescaledActualOvertimeWork**|39|Actual Overtime Work (resource) field.|
diff --git a/api/Project.PjResourceTypes.md b/api/Project.PjResourceTypes.md
index 8b7658c503f..3d6fab13afd 100644
--- a/api/Project.PjResourceTypes.md
+++ b/api/Project.PjResourceTypes.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of resource.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjResourceTypeCost**|2|Resource type is **Cost**.|
|**pjResourceTypeMaterial**|1|Resource type is **Material**.|
diff --git a/api/Project.PjRowColSize.md b/api/Project.PjRowColSize.md
index 099a5cc08ed..ae6bd48d429 100644
--- a/api/Project.PjRowColSize.md
+++ b/api/Project.PjRowColSize.md
@@ -14,7 +14,7 @@ Contains constants that specify the size of a row or a column.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjSizeBestFit**|0|Best fit.|
|**pjSizeFixed**|1|Fixed.|
diff --git a/api/Project.PjSaveBaselineFrom.md b/api/Project.PjSaveBaselineFrom.md
index 3c96dcf8998..bd4b4ba1548 100644
--- a/api/Project.PjSaveBaselineFrom.md
+++ b/api/Project.PjSaveBaselineFrom.md
@@ -14,7 +14,7 @@ Contains constants that specify which fields to copy from.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCopyBaseline**|1|Baseline start and baseline finish dates.|
|**pjCopyBaseline1**|12|Baseline1 start and Baseline1 finish dates.|
diff --git a/api/Project.PjSaveBaselineTo.md b/api/Project.PjSaveBaselineTo.md
index 2afd5b5f429..8446a6e9fa7 100644
--- a/api/Project.PjSaveBaselineTo.md
+++ b/api/Project.PjSaveBaselineTo.md
@@ -14,7 +14,7 @@ Contains constants that specify which fields to copy into.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjIntoBaseline**|0|All baseline information in the active project.|
|**pjIntoBaseline1**|11|Baseline1 start and Baseline1 finish dates.|
diff --git a/api/Project.PjSaveType.md b/api/Project.PjSaveType.md
index 14b6d67a9da..5a31794aff1 100644
--- a/api/Project.PjSaveType.md
+++ b/api/Project.PjSaveType.md
@@ -14,7 +14,7 @@ Contains constants that specify save behavior.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDoNotSave**|0|Do not save.|
|**pjPromptSave**|2|Prompt the user before saving.|
diff --git a/api/Project.PjScheduleProjectFrom.md b/api/Project.PjScheduleProjectFrom.md
index 51b8c9f4109..3291f13f72b 100644
--- a/api/Project.PjScheduleProjectFrom.md
+++ b/api/Project.PjScheduleProjectFrom.md
@@ -14,7 +14,7 @@ Contains constants that specify the scheduling of a project.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjProjectFinish**|2|Schedule project from finish.|
|**pjProjectStart**|1|Schedule project from start.|
diff --git a/api/Project.PjServerPage.md b/api/Project.PjServerPage.md
index a1db87d7dd4..0ac0a537132 100644
--- a/api/Project.PjServerPage.md
+++ b/api/Project.PjServerPage.md
@@ -14,7 +14,7 @@ Contains constants that specify the page to show in Project Web App or in a proj
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjServerPageApprovals**|0|Show the Approvals page.|
|**pjServerPageDocuments**|7|Show the Documents page from the project site.|
diff --git a/api/Project.PjServerVersionInfo.md b/api/Project.PjServerVersionInfo.md
index 1f7517a876b..0c042514a62 100644
--- a/api/Project.PjServerVersionInfo.md
+++ b/api/Project.PjServerVersionInfo.md
@@ -14,7 +14,7 @@ Contains constants that specify how to format data from Project Server versions.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjServerVersionInfo_Unknown**|-2|The Project Server version is unknown.|
|**pjServerVersionInfo_Error**|-1|Format error information.|
diff --git a/api/Project.PjShape.md b/api/Project.PjShape.md
index 8471a38e574..c968f142e16 100644
--- a/api/Project.PjShape.md
+++ b/api/Project.PjShape.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of drawing.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjArc**|6|Arc.|
|**pjArrow**|3|Arrow.|
diff --git a/api/Project.PjSpellingField.md b/api/Project.PjSpellingField.md
index 6649f67b291..023835223dd 100644
--- a/api/Project.PjSpellingField.md
+++ b/api/Project.PjSpellingField.md
@@ -14,7 +14,7 @@ Contains constants that specify the field for spelling check.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjSpellAssignmentEnterpriseText1**|255853045|Enterprise Text1 (Assignment) field.|
|**pjSpellAssignmentEnterpriseText10**|255853054|Enterprise Text10 (Assignment) field.|
diff --git a/api/Project.PjStatusType.md b/api/Project.PjStatusType.md
index 07b879ebbdc..a2741a2996d 100644
--- a/api/Project.PjStatusType.md
+++ b/api/Project.PjStatusType.md
@@ -14,7 +14,7 @@ Contains constants that specify the staus of a task.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjComplete**|0|Task complete.|
|**pjFutureTask**|3|Task for future.|
diff --git a/api/Project.PjSummaryCalc.md b/api/Project.PjSummaryCalc.md
index daeb6bbe0f9..ef4515dbc7a 100644
--- a/api/Project.PjSummaryCalc.md
+++ b/api/Project.PjSummaryCalc.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of calculation to be performed for summ
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCalcFormula**|11|Use formula.|
|**pjCalcNone**|10|No calculation.|
diff --git a/api/Project.PjTaskFixedType.md b/api/Project.PjTaskFixedType.md
index d879fea6201..4a07f97a808 100644
--- a/api/Project.PjTaskFixedType.md
+++ b/api/Project.PjTaskFixedType.md
@@ -14,7 +14,7 @@ Contains constants that specify the task type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjFixedDuration**|1|Fixed duration.|
|**pjFixedUnits**|0|Fixed units.|
diff --git a/api/Project.PjTaskLinkType.md b/api/Project.PjTaskLinkType.md
index 42afffcda82..5bcd7bdf2d4 100644
--- a/api/Project.PjTaskLinkType.md
+++ b/api/Project.PjTaskLinkType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of links between tasks.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjFinishToFinish**|0|Link tasks from finish to finish.|
|**pjFinishToStart**|1|Link tasks from finish to start.|
diff --git a/api/Project.PjTaskTimescaledData.md b/api/Project.PjTaskTimescaledData.md
index 10545fcaac3..ebbb1be0abc 100644
--- a/api/Project.PjTaskTimescaledData.md
+++ b/api/Project.PjTaskTimescaledData.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of field for task timescaled data in th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTaskTimescaledActualCost**|7|Actual Cost (task) field.|
|**pjTaskTimescaledActualFixedCost**|171|Actual Fixed Cost (task) field.|
diff --git a/api/Project.PjTaskWarnings.md b/api/Project.PjTaskWarnings.md
index f5a8645d3cd..33690a0a2cc 100644
--- a/api/Project.PjTaskWarnings.md
+++ b/api/Project.PjTaskWarnings.md
@@ -14,7 +14,7 @@ Contains constants that specify warnings for tasks or assignments.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTaskWarningAssnOverallocatedInNonWorkingTime**|16384|The assignment is in overallocated non-working time.|
|**pjTaskWarningResourceBeyondMaxUnit**|64|The assignment is more than the maximum resource units available.|
diff --git a/api/Project.PjTeamPlannerStyle.md b/api/Project.PjTeamPlannerStyle.md
index 383a4435522..224eb8e8071 100644
--- a/api/Project.PjTeamPlannerStyle.md
+++ b/api/Project.PjTeamPlannerStyle.md
@@ -14,7 +14,7 @@ Contains constants that specify the Team Planner style to edit in Project.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTPActualWork**|1|Set the **Actual Work** style in the Team Planner.|
|**pjTPLateTask**|3|Set the ** Late Task** style in the Team Planner.|
diff --git a/api/Project.PjTeamStatusCompletedWork.md b/api/Project.PjTeamStatusCompletedWork.md
index eab7e632c11..71fe0f2ceeb 100644
--- a/api/Project.PjTeamStatusCompletedWork.md
+++ b/api/Project.PjTeamStatusCompletedWork.md
@@ -14,7 +14,7 @@ Contains constants that specify how completed work should be reported.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBrokenDownByDay**|1|Report work by day.|
|**pjBrokenDownByWeek**|2|Report work by week.|
diff --git a/api/Project.PjTextFileOrigin.md b/api/Project.PjTextFileOrigin.md
index 9a95cadcb58..d3979bebee7 100644
--- a/api/Project.PjTextFileOrigin.md
+++ b/api/Project.PjTextFileOrigin.md
@@ -14,7 +14,7 @@ Contains constants that specify the character set under which a text file was cr
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTextOriginDOS**|1|DOS character set (including OS/2).|
|**pjTextOriginMac**|2|Macintosh character set.|
diff --git a/api/Project.PjTextItem.md b/api/Project.PjTextItem.md
index 13b3c236f14..fd763a030fa 100644
--- a/api/Project.PjTextItem.md
+++ b/api/Project.PjTextItem.md
@@ -14,7 +14,7 @@ Contains constants that specify the text item in the Project database. For more
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAll**|0|Represents the All text item.|
|**pjAllocated**|1|Represents the Allocated text item.|
diff --git a/api/Project.PjThemeElement.md b/api/Project.PjThemeElement.md
index 09b3976f03f..6ee3f60f5a6 100644
--- a/api/Project.PjThemeElement.md
+++ b/api/Project.PjThemeElement.md
@@ -14,7 +14,7 @@ Contains constants that specify the theme element in Project Guide pages.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjThemeElementWPBkgd**|32 (&;H20)|Page background.|
|**pjThemeElementWPCtlBdr**|40 (&;H28)|Control builder element.|
diff --git a/api/Project.PjTimelineInsertTaskType.md b/api/Project.PjTimelineInsertTaskType.md
index 3faa7a04c93..59b355f4017 100644
--- a/api/Project.PjTimelineInsertTaskType.md
+++ b/api/Project.PjTimelineInsertTaskType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of task to insert on the Timeline view
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTimelineInsertCalloutTask**|2|Insert a callout task, where the task information is shown in a callout box attached to the timeline.|
|**pjTimelineInsertMilestone**|1|Insert a milestone (a task with 0 days duration).|
diff --git a/api/Project.PjTimelineShowHide.md b/api/Project.PjTimelineShowHide.md
index a7edae63ec8..dad9a33af86 100644
--- a/api/Project.PjTimelineShowHide.md
+++ b/api/Project.PjTimelineShowHide.md
@@ -14,7 +14,7 @@ Contains constants that toggle the visibility of parts of the Project timeline.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTimelineShowHidePanZoom**|1|Shows or hides the timeline pan and zoom functionality.|
|**pjTimelineShowHideTaskDates**|4|Shows or hides task dates on the timeline.|
diff --git a/api/Project.PjTimescaleUnit.md b/api/Project.PjTimescaleUnit.md
index 9738961379b..0eb1611b8c3 100644
--- a/api/Project.PjTimescaleUnit.md
+++ b/api/Project.PjTimescaleUnit.md
@@ -14,7 +14,7 @@ Contains constants that specify the unit of time for any tier of a timescale in
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTimescaleDays**|4|Days.|
|**pjTimescaleHalfYears**|8|Half years.|
diff --git a/api/Project.PjTimescaledData.md b/api/Project.PjTimescaledData.md
index 38b647d77ba..bf5f4ed3f4f 100644
--- a/api/Project.PjTimescaledData.md
+++ b/api/Project.PjTimescaledData.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of field for timescaled data in the Pro
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjActualCost**|10|Actual Cost field.|
|**pjActualFixedCost**|47|Actual Fixed Cost field.|
diff --git a/api/Project.PjToolbarAction.md b/api/Project.PjToolbarAction.md
index a7121fcbe9e..cf2c6f0c3c4 100644
--- a/api/Project.PjToolbarAction.md
+++ b/api/Project.PjToolbarAction.md
@@ -14,7 +14,7 @@ Contains constants that specify toolbar actions.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCopy**|4|Copy.|
|**pjDelete**|2|Delete.|
diff --git a/api/Project.PjUnit.md b/api/Project.PjUnit.md
index fdd4ef6c910..63a7a76e8fc 100644
--- a/api/Project.PjUnit.md
+++ b/api/Project.PjUnit.md
@@ -14,7 +14,7 @@ Contains constants that specify a unit of time.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjDay**|7|Day.|
|**pjHour**|5|Hour.|
diff --git a/api/Project.PjValueListItem.md b/api/Project.PjValueListItem.md
index 8dfa3ff0286..d3d19ad7b3a 100644
--- a/api/Project.PjValueListItem.md
+++ b/api/Project.PjValueListItem.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of information in the list item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjValueListDescription**|1|Description.|
|**pjValueListPhonetics**|2|Phonetics.|
diff --git a/api/Project.PjVerticalAlignment.md b/api/Project.PjVerticalAlignment.md
index 7e47a7ef010..5e9d2dd5fe8 100644
--- a/api/Project.PjVerticalAlignment.md
+++ b/api/Project.PjVerticalAlignment.md
@@ -14,7 +14,7 @@ Contains constants that specify the vertical alignment.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBottom**|2|Bottom.|
|**pjMiddle**|1|Middle.|
diff --git a/api/Project.PjViewScreen.md b/api/Project.PjViewScreen.md
index 5c93ee34668..f325ba92972 100644
--- a/api/Project.PjViewScreen.md
+++ b/api/Project.PjViewScreen.md
@@ -14,7 +14,7 @@ Contains constants that specify the screen type for a view in Project.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCalendar**|13|**Calendar** view.|
|**pjGantt**|1|**Gantt** view.|
diff --git a/api/Project.PjVisualReportsCubeType.md b/api/Project.PjVisualReportsCubeType.md
index 2baa20b2fcc..944f1ce8f4c 100644
--- a/api/Project.PjVisualReportsCubeType.md
+++ b/api/Project.PjVisualReportsCubeType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of report cube on which to operate.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAssignmentNTP**|6|Nontimephased assignment cube.|
|**pjAssignmentTP**|3|Timephased assignment cube.|
diff --git a/api/Project.PjVisualReportsDataLevel.md b/api/Project.PjVisualReportsDataLevel.md
index a770da44520..3273c2e0b1b 100644
--- a/api/Project.PjVisualReportsDataLevel.md
+++ b/api/Project.PjVisualReportsDataLevel.md
@@ -14,7 +14,7 @@ Contains constants that specify the time level of data to use in Visual Reports.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjLevelAutomatic**|5|Automatically determine the time level based on the data time range.|
|**pjLevelDays**|4|The time level is days.|
diff --git a/api/Project.PjVisualReportsTab.md b/api/Project.PjVisualReportsTab.md
index 7a2503c5ad1..f44f538cb8a 100644
--- a/api/Project.PjVisualReportsTab.md
+++ b/api/Project.PjVisualReportsTab.md
@@ -14,7 +14,7 @@ Contains constants that specify which tab in the **Visual Reports - Create Repo
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjTabAll**|0|Show the **All** tab, which contains all report types.|
|**pjTabAssignmentNTP**|6|Show the tab for nontimephased assignment reports (the **Assignment Summary** tab).|
diff --git a/api/Project.PjVisualReportsTemplateType.md b/api/Project.PjVisualReportsTemplateType.md
index 6cc898d5450..43f4668743f 100644
--- a/api/Project.PjVisualReportsTemplateType.md
+++ b/api/Project.PjVisualReportsTemplateType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of report template for the Visual Repor
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjExcel**|1|Microsoft Excel report template.|
|**pjVisioMetric**|2|Microsoft Visio template with metric units.|
diff --git a/api/Project.PjWBSSequence.md b/api/Project.PjWBSSequence.md
index 0f1882697be..6b0f450d22a 100644
--- a/api/Project.PjWBSSequence.md
+++ b/api/Project.PjWBSSequence.md
@@ -14,7 +14,7 @@ Contains constants that specify the work breakdown structure (WBS) sequence.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjWBSOrderedLowercaseLetters**|2|Lowercase letters.|
|**pjWBSOrderedNumbers**|0|Numbers.|
diff --git a/api/Project.PjWeekLabel.md b/api/Project.PjWeekLabel.md
index 7c8541c4619..65d70749d3c 100644
--- a/api/Project.PjWeekLabel.md
+++ b/api/Project.PjWeekLabel.md
@@ -14,7 +14,7 @@ Contains constants that specify the display format for weeks in a timescale.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjWeekLabelNoDateFormat**|35|No date is displayed.|
|**pjWeekLabelWeek_ddd_dd**|88|Examples: Mon 30, Tue 1|
diff --git a/api/Project.PjWeekday.md b/api/Project.PjWeekday.md
index c4703b997cf..56747d9e09e 100644
--- a/api/Project.PjWeekday.md
+++ b/api/Project.PjWeekday.md
@@ -14,7 +14,7 @@ Contains constants that specify the day of the week.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjFriday**|6|Friday.|
|**pjMonday**|2|Monday.|
diff --git a/api/Project.PjWindowState.md b/api/Project.PjWindowState.md
index be321f0aad8..a254cc4d983 100644
--- a/api/Project.PjWindowState.md
+++ b/api/Project.PjWindowState.md
@@ -14,7 +14,7 @@ Contains constants that specify the window state.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjMaximized**|3|Maximized.|
|**pjMinimized**|2|Minimized.|
diff --git a/api/Project.PjWorkContourType.md b/api/Project.PjWorkContourType.md
index 96b09a235d0..e9de17e33dc 100644
--- a/api/Project.PjWorkContourType.md
+++ b/api/Project.PjWorkContourType.md
@@ -14,7 +14,7 @@ Contains constants that specify the type of a work contour.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjBackLoaded**|1|Back-loaded.|
|**pjBell**|6|Bell.|
diff --git a/api/Project.PjYesNoAutomatic.md b/api/Project.PjYesNoAutomatic.md
index 278a8877faa..ccee0685d95 100644
--- a/api/Project.PjYesNoAutomatic.md
+++ b/api/Project.PjYesNoAutomatic.md
@@ -14,7 +14,7 @@ Contains constants that specify Yes, No, or Automatic.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAuto**|2|Automatic.|
|**pjNo**|0|No.|
diff --git a/api/Project.PredecessorDrivers.Item.md b/api/Project.PredecessorDrivers.Item.md
index 85741657080..0ee2d56cd8f 100644
--- a/api/Project.PredecessorDrivers.Item.md
+++ b/api/Project.PredecessorDrivers.Item.md
@@ -24,7 +24,7 @@ Gets a single **TaskDependency** object from a **PredecessorDrivers** collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the object to return.|
diff --git a/api/Project.Profiles.Add.md b/api/Project.Profiles.Add.md
index 946a1668211..b5969827bce 100644
--- a/api/Project.Profiles.Add.md
+++ b/api/Project.Profiles.Add.md
@@ -24,14 +24,14 @@ Adds an account **[Profile](Project.Profile.md)** object to the **Profiles** co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**| The name of the profile.|
| _Server_|Required|**String**|A string representing the URL of the Project Server.|
| _LoginType_|Optional|**Long**|The login type for the Project Server. Can be one of the **[PjLoginType](Project.PjLoginType.md)** constants. The default value is **pjWindowsLogin**.|
| _UserName_|Optional|**String**| A string representing the user name.|
-### Return Value
+### Return value
**Profile**
diff --git a/api/Project.Profiles.Item.md b/api/Project.Profiles.Item.md
index a9eefbd56a6..50c0c184ab9 100644
--- a/api/Project.Profiles.Item.md
+++ b/api/Project.Profiles.Item.md
@@ -24,7 +24,7 @@ Gets a single **Profile** object from the **Profiles** collection. Read-only **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Project.Activate(even).md b/api/Project.Project.Activate(even).md
index 5ee7229a70c..13bb5c760aa 100644
--- a/api/Project.Project.Activate(even).md
+++ b/api/Project.Project.Activate(even).md
@@ -24,7 +24,7 @@ Occurs when switching to the project from another project, including when the pr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project that was activated.|
diff --git a/api/Project.Project.AppendNotes.md b/api/Project.Project.AppendNotes.md
index 821bfc6093e..555139298f1 100644
--- a/api/Project.Project.AppendNotes.md
+++ b/api/Project.Project.AppendNotes.md
@@ -24,7 +24,7 @@ Appends text to the Notes field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required|**String**|The text to append to the existing notes.|
diff --git a/api/Project.Project.BaselineSavedDate.md b/api/Project.Project.BaselineSavedDate.md
index 8ee5a4af07c..299a5e37a0f 100644
--- a/api/Project.Project.BaselineSavedDate.md
+++ b/api/Project.Project.BaselineSavedDate.md
@@ -24,7 +24,7 @@ Gets date the specified baseline was last saved. Read-only **Variant**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Baseline_|Required|**Long**|Can be one of the **[PjBaselines](Project.PjBaselines.md)** constants.|
diff --git a/api/Project.Project.BeforeClose.md b/api/Project.Project.BeforeClose.md
index c0526ea1c3f..ea57c649c89 100644
--- a/api/Project.Project.BeforeClose.md
+++ b/api/Project.Project.BeforeClose.md
@@ -24,11 +24,11 @@ Occurs before a project is closed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project that will be closed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Project.BeforePrint.md b/api/Project.Project.BeforePrint.md
index 1521e2ac79b..8f7be559812 100644
--- a/api/Project.Project.BeforePrint.md
+++ b/api/Project.Project.BeforePrint.md
@@ -24,11 +24,11 @@ Occurs before a project is printed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project that will be printed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Project.BeforeSave.md b/api/Project.Project.BeforeSave.md
index ebec23163a9..f2c7744ad40 100644
--- a/api/Project.Project.BeforeSave.md
+++ b/api/Project.Project.BeforeSave.md
@@ -24,11 +24,11 @@ Occurs before a project is saved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project that will be saved.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Project.Calculate.md b/api/Project.Project.Calculate.md
index a18476a811d..a0a5527c96d 100644
--- a/api/Project.Project.Calculate.md
+++ b/api/Project.Project.Calculate.md
@@ -24,11 +24,11 @@ Occurs when a project schedule is recalculated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project that is rescheduled.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Project.Change.md b/api/Project.Project.Change.md
index 8b26de94eaa..bb6da2b4593 100644
--- a/api/Project.Project.Change.md
+++ b/api/Project.Project.Change.md
@@ -24,11 +24,11 @@ Occurs when a change is made to data in the project. An action affecting several
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project that changed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Project.CheckIn.md b/api/Project.Project.CheckIn.md
index 43bb996d8c7..edd5ebb5449 100644
--- a/api/Project.Project.CheckIn.md
+++ b/api/Project.Project.CheckIn.md
@@ -27,7 +27,7 @@ Checks in the working copy of the project from a local computer to the SharePoin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional|**Boolean**|**True** saves changes and checks in the document. **False** returns the document to a checked-in status without saving revisions.|
| _Comment_|Optional|**String**|Comments for the revision of the project being checked in (applies only if SaveChanges equals **True**).|
diff --git a/api/Project.Project.Deactivate.md b/api/Project.Project.Deactivate.md
index 413a6689bbf..306c8fd7da7 100644
--- a/api/Project.Project.Deactivate.md
+++ b/api/Project.Project.Deactivate.md
@@ -27,11 +27,11 @@ Occurs when switching from the current project to another project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project that was deactivated.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Project.DeliverableAcceptChanges.md b/api/Project.Project.DeliverableAcceptChanges.md
index 5e62208a333..e8e6d715cd7 100644
--- a/api/Project.Project.DeliverableAcceptChanges.md
+++ b/api/Project.Project.DeliverableAcceptChanges.md
@@ -24,11 +24,11 @@ Accepts the changes on the server for a deliverable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeliverableGuid_|Required|**String**|The GUID of the deliverable for which to accept changes.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Project.DeliverableCreate.md b/api/Project.Project.DeliverableCreate.md
index 8e41c50febc..0066e86769c 100644
--- a/api/Project.Project.DeliverableCreate.md
+++ b/api/Project.Project.DeliverableCreate.md
@@ -24,14 +24,14 @@ Creates a deliverable for a published project that has a project workspace.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeliverableName_|Required|**String**|Name of the deliverable.|
| _DeliverableStartDate_|Required|**Variant**|Start date for the deliverable.|
| _DeliverableFinishDate_|Required|**Variant**|Finish date for the deliverable.|
| _TaskGuid_|Required|**String**|GUID of the task to which to link the deliverable.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Project.DeliverableDelete.md b/api/Project.Project.DeliverableDelete.md
index 2e4f4d0bab7..2e56c61f769 100644
--- a/api/Project.Project.DeliverableDelete.md
+++ b/api/Project.Project.DeliverableDelete.md
@@ -24,11 +24,11 @@ Deletes the deliverable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeliverableGuid_|Required|**String**|The GUID of the deliverable to delete.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Project.DeliverableDependencyCreate.md b/api/Project.Project.DeliverableDependencyCreate.md
index fecac31e1b6..464cb2ea00b 100644
--- a/api/Project.Project.DeliverableDependencyCreate.md
+++ b/api/Project.Project.DeliverableDependencyCreate.md
@@ -24,12 +24,12 @@ Creates a dependency on a deliverable and links the dependency to a task in the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeliverableGuid_|Required|**String**|The GUID of the deliverable on which to create the dependency.|
| _TaskGuid_|Required|**String**|The GUID of the task to link the dependency.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Project.DeliverableDependencyDelete.md b/api/Project.Project.DeliverableDependencyDelete.md
index 256ff84ba2a..7e5f0b9af77 100644
--- a/api/Project.Project.DeliverableDependencyDelete.md
+++ b/api/Project.Project.DeliverableDependencyDelete.md
@@ -24,11 +24,11 @@ Deletes the dependency on the deliverable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeliverableGuid_|Required|**String**|The GUID of the deliverable from which to delete the dependency.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Project.DeliverableLinkToProject.md b/api/Project.Project.DeliverableLinkToProject.md
index 23b6e3f67e8..0ca6a18d106 100644
--- a/api/Project.Project.DeliverableLinkToProject.md
+++ b/api/Project.Project.DeliverableLinkToProject.md
@@ -24,11 +24,11 @@ Links a deliverable or a dependency to a project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeliverableGuid_|Required|**String**|GUID of the deliverable or the dependency to the link.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Project.DeliverableLinkToTask.md b/api/Project.Project.DeliverableLinkToTask.md
index bf3e9504bdd..22207e9d6fe 100644
--- a/api/Project.Project.DeliverableLinkToTask.md
+++ b/api/Project.Project.DeliverableLinkToTask.md
@@ -24,12 +24,12 @@ Links a deliverable to a task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeliverableGuid_|Required|**String**|The GUID of the deliverable to link.|
| _TaskGuid_|Required|**String**|The GUID of the task to link.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Project.DeliverableRefreshServerCache.md b/api/Project.Project.DeliverableRefreshServerCache.md
index ec34ee9a632..d9909a49f29 100644
--- a/api/Project.Project.DeliverableRefreshServerCache.md
+++ b/api/Project.Project.DeliverableRefreshServerCache.md
@@ -20,7 +20,7 @@ Checks for updates on the server and refreshes the cache for deliverable and dep
_expression_ A variable that represents a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Project.DeliverableUpdate.md b/api/Project.Project.DeliverableUpdate.md
index 815d316b6c9..298d10ccf55 100644
--- a/api/Project.Project.DeliverableUpdate.md
+++ b/api/Project.Project.DeliverableUpdate.md
@@ -24,14 +24,14 @@ Updates the properties of a deliverable.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeliverableGuid_|Required|**String**|GUID of the deliberable to update.|
| _DeliverableName_|Required|**String**|Name of the deliverable.|
| _DeliverableStartDate_|Required|**Variant**|Date when the deliverable starts.|
| _DeliverableFinishDate_|Required|**Variant**|Date when the deliverable is finished.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Project.DeliverablesClearAll.md b/api/Project.Project.DeliverablesClearAll.md
index 54f114f43c4..73873763861 100644
--- a/api/Project.Project.DeliverablesClearAll.md
+++ b/api/Project.Project.DeliverablesClearAll.md
@@ -20,7 +20,7 @@ Clears all deliverables in the project.
_expression_ An expression that returns a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Project.DeliverablesGetByProject.md b/api/Project.Project.DeliverablesGetByProject.md
index 90c40cb88fd..a1073eebefc 100644
--- a/api/Project.Project.DeliverablesGetByProject.md
+++ b/api/Project.Project.DeliverablesGetByProject.md
@@ -24,11 +24,11 @@ Gets a list of all deliverables for the specified enterprise project in the XML
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectGuid_|Required|**String**|GUID of the enterprise project.|
-### Return Value
+### Return value
**Object**
diff --git a/api/Project.Project.DeliverablesGetProviderProjects.md b/api/Project.Project.DeliverablesGetProviderProjects.md
index 5a5bde7df22..800768c73e9 100644
--- a/api/Project.Project.DeliverablesGetProviderProjects.md
+++ b/api/Project.Project.DeliverablesGetProviderProjects.md
@@ -20,7 +20,7 @@ Returns a list of all of the projects that have deliverables.
_expression_ A variable that represents a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Project.DeliverablesGetServerCachedXml.md b/api/Project.Project.DeliverablesGetServerCachedXml.md
index 6c4aa131d8a..55041a1fb8a 100644
--- a/api/Project.Project.DeliverablesGetServerCachedXml.md
+++ b/api/Project.Project.DeliverablesGetServerCachedXml.md
@@ -20,7 +20,7 @@ Gets the cached XML data from Project Server for all of the deliverables and dep
_expression_ A variable that represents a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Project.DeliverablesGetXml.md b/api/Project.Project.DeliverablesGetXml.md
index 40e9139b7da..b2aab1c33e2 100644
--- a/api/Project.Project.DeliverablesGetXml.md
+++ b/api/Project.Project.DeliverablesGetXml.md
@@ -20,7 +20,7 @@ Gets the XML data from Project Professional for all of the deliverables and depe
_expression_ A variable that represents a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Project.ExportAsFixedFormat.md b/api/Project.Project.ExportAsFixedFormat.md
index bb344616d8b..36128d60017 100644
--- a/api/Project.Project.ExportAsFixedFormat.md
+++ b/api/Project.Project.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Exports the active project as a document in a custom PDF or XPS format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required|**String**|Specifies the file name of the exported document. The default value is the name of the active project as a PDF file.|
| _FileType_|Optional|**PjDocExportType**|Specifies whether to export the project as a PDF or an XPS document. The default value is **pjPDF** (0).|
@@ -38,7 +38,7 @@ Exports the active project as a document in a custom PDF or XPS format.
| _ToDate_|Optional|**Variant**|The end date of the range of dates to publish. The default value is the project end date.|
| _FixedFormatExtClassPtr_|Optional|**Variant**|Pointer to a custom class in an add-in that implements the **IMsoDocExporter** COM interface that allows calls to an alternate implementation of code for the document format. The default is a null pointer.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.Project.GetDisplayNameFromObjectMatchingID.md b/api/Project.Project.GetDisplayNameFromObjectMatchingID.md
index ffc2c9701a6..4ba30a3d545 100644
--- a/api/Project.Project.GetDisplayNameFromObjectMatchingID.md
+++ b/api/Project.Project.GetDisplayNameFromObjectMatchingID.md
@@ -24,12 +24,12 @@ Returns the display name of an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**Long**|The type of object. Can be one of the **[PjOrganizer](Project.PjOrganizer.md)** constants.|
| _MatchingID_|Required|**String**|String specifying the matching name of the object.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Project.GetObjectMatchingID.md b/api/Project.Project.GetObjectMatchingID.md
index 70574134b4b..839656e43cd 100644
--- a/api/Project.Project.GetObjectMatchingID.md
+++ b/api/Project.Project.GetObjectMatchingID.md
@@ -27,12 +27,12 @@ Returns the matching identification name of an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**Long**|The type of object. Can be one of the **[PjOrganizer](Project.PjOrganizer.md)** constants.|
| _ObjectName_|Required|**String**|Display name of the object.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Project.GetServerProjectGuid.md b/api/Project.Project.GetServerProjectGuid.md
index 72475929429..58ffe9b579d 100644
--- a/api/Project.Project.GetServerProjectGuid.md
+++ b/api/Project.Project.GetServerProjectGuid.md
@@ -20,7 +20,7 @@ Returns the GUID for the enterprise project.
_expression_ A variable that represents a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Project.GetTaskIndexByGuid.md b/api/Project.Project.GetTaskIndexByGuid.md
index 27c7e908311..d49bdbeced0 100644
--- a/api/Project.Project.GetTaskIndexByGuid.md
+++ b/api/Project.Project.GetTaskIndexByGuid.md
@@ -24,11 +24,11 @@ Returns the local task identification number (ID) for the specified task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskGuid_|Required|**String**|The GUID of the task.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Project.GetWinprojURLs.md b/api/Project.Project.GetWinprojURLs.md
index 01c1cf93ddd..550fafab57f 100644
--- a/api/Project.Project.GetWinprojURLs.md
+++ b/api/Project.Project.GetWinprojURLs.md
@@ -23,7 +23,7 @@ Returns the various URLs associated with the active enterprise project as an XML
_expression_ A variable that represents a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**Variant**
diff --git a/api/Project.Project.ImportResourceErrorCount.md b/api/Project.Project.ImportResourceErrorCount.md
index 5fdecf021d4..9c9315433ab 100644
--- a/api/Project.Project.ImportResourceErrorCount.md
+++ b/api/Project.Project.ImportResourceErrorCount.md
@@ -23,7 +23,7 @@ Returns the number of errors generated by a resource import operation.
_expression_ An expression that returns a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Project.Project.LocalResourceCount.md b/api/Project.Project.LocalResourceCount.md
index bcee044285a..aeb2fce3ce7 100644
--- a/api/Project.Project.LocalResourceCount.md
+++ b/api/Project.Project.LocalResourceCount.md
@@ -23,7 +23,7 @@ Returns the number of local resources in the project.
_expression_ An expression that returns a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Project.LocalResourceErrorCount.md b/api/Project.Project.LocalResourceErrorCount.md
index 541c4381685..9af11e082a8 100644
--- a/api/Project.Project.LocalResourceErrorCount.md
+++ b/api/Project.Project.LocalResourceErrorCount.md
@@ -23,7 +23,7 @@ Returns the number of local resource errors.
_expression_ An expression that returns a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Project.Open.md b/api/Project.Project.Open.md
index c4a644fc0d1..1bc61db84ff 100644
--- a/api/Project.Project.Open.md
+++ b/api/Project.Project.Open.md
@@ -27,11 +27,11 @@ Occurs when the project opens, but before the **Activate** event.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pj_|Required|**Project**|The project that was opened.|
-### Return Value
+### Return value
nothing
diff --git a/api/Project.Project.ReadWssData.md b/api/Project.Project.ReadWssData.md
index 24a69b0ef4e..437c04af8b1 100644
--- a/api/Project.Project.ReadWssData.md
+++ b/api/Project.Project.ReadWssData.md
@@ -27,11 +27,11 @@ Returns the Project Workspace URLs for the active enterprise project as an XML s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectGuid_|Required|**String**|A valid Project GUID.|
-### Return Value
+### Return value
**Variant**
diff --git a/api/Project.Project.ResourceCount.md b/api/Project.Project.ResourceCount.md
index 1514bc2df8b..81a9b7b49d6 100644
--- a/api/Project.Project.ResourceCount.md
+++ b/api/Project.Project.ResourceCount.md
@@ -23,7 +23,7 @@ Returns the total number of resources in the project, including both local and e
_expression_ An expression that returns a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Project.ResourceErrorCount.md b/api/Project.Project.ResourceErrorCount.md
index 2691a7ec7a7..3ba603aa3eb 100644
--- a/api/Project.Project.ResourceErrorCount.md
+++ b/api/Project.Project.ResourceErrorCount.md
@@ -23,7 +23,7 @@ Returns the number of resource errors.
_expression_ An expression that returns a [Project](./Project(enumerations).md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Project.Project.SaveAs.md b/api/Project.Project.SaveAs.md
index 6a0d2c3dc6f..67cdd7df80f 100644
--- a/api/Project.Project.SaveAs.md
+++ b/api/Project.Project.SaveAs.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents a **Project** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the file to save as. If _Name_ is omitted, Project prompts for the file name.|
| _Format_|Optional|**Long**|The format of the file. The _FormatID_ argument should be used in place of _Format_, which is included primarily for backwards compatibility. If _FormatID_ is specified, _Format_ is ignored. The default value is **pjMPP**. Can be one of the **[PjFileFormat](Project.PjFileFormat.md)** constants.|
diff --git a/api/Project.Project.SetCustomUI.md b/api/Project.Project.SetCustomUI.md
index f6017e603e6..038865b2bfc 100644
--- a/api/Project.Project.SetCustomUI.md
+++ b/api/Project.Project.SetCustomUI.md
@@ -27,11 +27,11 @@ Sets the internal XML value for a custom ribbon user interface of the project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomUIXML_|Required|**String**|Valid XML data for modifying the ribbon.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.Project.SetObjectMatchingID.md b/api/Project.Project.SetObjectMatchingID.md
index 55b38350bbd..7b6a4ab8816 100644
--- a/api/Project.Project.SetObjectMatchingID.md
+++ b/api/Project.Project.SetObjectMatchingID.md
@@ -24,7 +24,7 @@ Sets the matching identification value of an object in the **Organizer** dialog
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectType_|Required|**Long**|The type of object, specified by a **[pjOrganizer](Project.PjOrganizer.md)** constant.|
| _ObjectName_|Required|**String**|Display name of the object.|
diff --git a/api/Project.Projects.Add.md b/api/Project.Projects.Add.md
index da88bf25951..3e150715525 100644
--- a/api/Project.Projects.Add.md
+++ b/api/Project.Projects.Add.md
@@ -24,13 +24,13 @@ Adds a **Project** object to a **Projects** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DisplayProjectInfo_|Optional|**Boolean**|**True** if the ** Project Information** dialog box appears when a new project is created. The default value is **False**.|
| _Template_|Optional|**String**|A path and file name for a template to use when creating the project. If Template is omitted, a blank project is created.|
| _FileNewDialog_|Optional|**Boolean**|**True** if the **Templates** dialog box is displayed when creating the project. If Template is specified, FileNewDialog is ignored.|
-### Return Value
+### Return value
**Project**
diff --git a/api/Project.Projects.CanCheckOut.md b/api/Project.Projects.CanCheckOut.md
index 4fdc513608e..64b6a92927b 100644
--- a/api/Project.Projects.CanCheckOut.md
+++ b/api/Project.Projects.CanCheckOut.md
@@ -27,11 +27,11 @@ Indicates whether Project can check out the specified project from a SharePoint
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required|**String**|The name of the file to check out.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Projects.CheckOut.md b/api/Project.Projects.CheckOut.md
index 59545bd3907..577fab55935 100644
--- a/api/Project.Projects.CheckOut.md
+++ b/api/Project.Projects.CheckOut.md
@@ -27,11 +27,11 @@ Checks out the specified file if it is stored in a SharePoint document library.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Filename_|Required|**String**|The name of the file to check out.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Projects.Item.md b/api/Project.Projects.Item.md
index 421d85b2dad..bd7a959243d 100644
--- a/api/Project.Projects.Item.md
+++ b/api/Project.Projects.Item.md
@@ -24,7 +24,7 @@ Gets a single **Project** object from the **Projects** collection. Read-only **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.ReportTemplates.Item.md b/api/Project.ReportTemplates.Item.md
index 422d5ee3794..f685d81aa21 100644
--- a/api/Project.ReportTemplates.Item.md
+++ b/api/Project.ReportTemplates.Item.md
@@ -24,7 +24,7 @@ Gets a single **ReportTemplate** object from a **[ReportTemplates](Project.repo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Resource.AppendNotes.md b/api/Project.Resource.AppendNotes.md
index 71aa1807c3e..aaf82910efb 100644
--- a/api/Project.Resource.AppendNotes.md
+++ b/api/Project.Resource.AppendNotes.md
@@ -24,7 +24,7 @@ Appends text to the Notes field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required|**String**|The text to append to the existing notes.|
diff --git a/api/Project.Resource.EnterpriseTeamMember.md b/api/Project.Resource.EnterpriseTeamMember.md
index 86c9218cb8b..d3aa117c6dc 100644
--- a/api/Project.Resource.EnterpriseTeamMember.md
+++ b/api/Project.Resource.EnterpriseTeamMember.md
@@ -24,11 +24,11 @@ Indicates whether the resource belongs to the project. **True** if the resource
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Project_|Required|**Object**|The **Project** object against which the expression is checked. For example, **ActiveProject**.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.Resource.GetField.md b/api/Project.Resource.GetField.md
index b04f0993ff6..491dd1f9770 100644
--- a/api/Project.Resource.GetField.md
+++ b/api/Project.Resource.GetField.md
@@ -24,11 +24,11 @@ Returns the value of the specified resource custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|For a local custom field, can be one of the **[PjField](Project.PjField.md)** constants for resource custom fields. For an enterprise custom field, use the **[FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md)** method to get the FieldID.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Resource.SetField.md b/api/Project.Resource.SetField.md
index 3eaf7dd3d1d..a5f21d119d1 100644
--- a/api/Project.Resource.SetField.md
+++ b/api/Project.Resource.SetField.md
@@ -24,7 +24,7 @@ Sets the value of the specified resource custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|For a local custom field, can be one of the **[PjField](Project.PjField.md)** constants for resource custom fields. For an enterprise custom field, use the **[FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md)** method to get the FieldID.|
| _Value_|Required|**String**|The value of the field.|
diff --git a/api/Project.Resource.TimeScaleData.md b/api/Project.Resource.TimeScaleData.md
index f47da2088da..73801d4c33b 100644
--- a/api/Project.Resource.TimeScaleData.md
+++ b/api/Project.Resource.TimeScaleData.md
@@ -24,7 +24,7 @@ Sets options for displaying timephased data for the resource.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartDate_|Required|**Variant**|The start date for the timephased data. If the start date falls within an interval, it is "rounded" to the start of the interval. For example, if _TimeScaleUnit_ is **pjTimescaleWeeks** and _StartDate_ specifies a Wednesday, the start date is rounded to the preceding Monday (assuming that the work week started on a Monday).|
| _EndDate_|Required|**Variant**|The end date for the timephased data. If the end date falls within an interval, it is "rounded" to the end of the interval.|
@@ -32,7 +32,7 @@ Sets options for displaying timephased data for the resource.
| _TimeScaleUnit_|Optional|**Long**|Can be one of the **[PjTimescaleUnit](Project.PjTimescaleUnit.md)** constants. The default value is **pjTimescaleWeeks**.|
| _Count_|Optional|**Long**|The number of timescale units to group together. The default value is 1.|
-### Return Value
+### Return value
**TimeScaleValues**
diff --git a/api/Project.ResourceGroups.Add.md b/api/Project.ResourceGroups.Add.md
index 0af0bfb3e93..7f9a1a27b32 100644
--- a/api/Project.ResourceGroups.Add.md
+++ b/api/Project.ResourceGroups.Add.md
@@ -24,12 +24,12 @@ Adds a **Group** object to a **ResourceGroups** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of a group definition.|
| _FieldName_|Required|**String**|The name of the first field to group by.|
-### Return Value
+### Return value
**Group**
diff --git a/api/Project.ResourceGroups.Copy.md b/api/Project.ResourceGroups.Copy.md
index 9fda1f6375b..16303975c54 100644
--- a/api/Project.ResourceGroups.Copy.md
+++ b/api/Project.ResourceGroups.Copy.md
@@ -24,12 +24,12 @@ Makes a copy of a group definition for the **ResourceGroups** collection and re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the group to copy.|
| _NewName_|Required|**String**|The name of the new group.|
-### Return Value
+### Return value
**Group**
diff --git a/api/Project.ResourceGroups.Item.md b/api/Project.ResourceGroups.Item.md
index f4b6f42fcd6..00b4da15e2a 100644
--- a/api/Project.ResourceGroups.Item.md
+++ b/api/Project.ResourceGroups.Item.md
@@ -24,7 +24,7 @@ Gets a single **Group** object from the **ResourceGroups** collection. Read-onl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.ResourceGroups2.Add.md b/api/Project.ResourceGroups2.Add.md
index ec0582acf12..c6853751bf5 100644
--- a/api/Project.ResourceGroups2.Add.md
+++ b/api/Project.ResourceGroups2.Add.md
@@ -24,12 +24,12 @@ Adds a **[Group2](Project.Group2.md)** object to a **ResourceGroups2** collecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of a group definition.|
| _FieldName_|Required|**String**|The name of the first field to group by.|
-### Return Value
+### Return value
**Group2**
diff --git a/api/Project.ResourceGroups2.Application.md b/api/Project.ResourceGroups2.Application.md
index 037582c7a6b..0277bd40b69 100644
--- a/api/Project.ResourceGroups2.Application.md
+++ b/api/Project.ResourceGroups2.Application.md
@@ -20,7 +20,7 @@ Gets the **[Application](Project.Application.md)** object. Read-only **Applicat
_expression_ An expression that returns a 'ResourceGroups2' object.
-### Return Value
+### Return value
Application
diff --git a/api/Project.ResourceGroups2.Copy.md b/api/Project.ResourceGroups2.Copy.md
index 55a363a188e..dee4d10492e 100644
--- a/api/Project.ResourceGroups2.Copy.md
+++ b/api/Project.ResourceGroups2.Copy.md
@@ -24,12 +24,12 @@ Makes a copy of a group definition for the **ResourceGroups2** collection and r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the group to copy.|
| _NewName_|Required|**String**|The name of the new group.|
-### Return Value
+### Return value
**Group2**
diff --git a/api/Project.ResourceGroups2.Item.md b/api/Project.ResourceGroups2.Item.md
index 1dd19838c2f..6e0c7a58dd8 100644
--- a/api/Project.ResourceGroups2.Item.md
+++ b/api/Project.ResourceGroups2.Item.md
@@ -24,7 +24,7 @@ Gets a single item from a collection. Read-only **Object**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Resources.Add.md b/api/Project.Resources.Add.md
index d526102b47f..b9385f6cd2c 100644
--- a/api/Project.Resources.Add.md
+++ b/api/Project.Resources.Add.md
@@ -24,12 +24,12 @@ Adds a **Resource** object to a **Resources** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the new resource. The default value is an empty string ("").|
| _Before_|Optional|**Long**|The position of the resource in its containing collection. The default value is the position of the last item in the collection.|
-### Return Value
+### Return value
**Resource**
diff --git a/api/Project.Resources.Item.md b/api/Project.Resources.Item.md
index e13cda04cb5..1d9b13762f6 100644
--- a/api/Project.Resources.Item.md
+++ b/api/Project.Resources.Item.md
@@ -24,7 +24,7 @@ Gets a single **Resource** object from the **Resources** collection. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Resources.UniqueID.md b/api/Project.Resources.UniqueID.md
index ffd8366faca..b63c5cec366 100644
--- a/api/Project.Resources.UniqueID.md
+++ b/api/Project.Resources.UniqueID.md
@@ -24,7 +24,7 @@ Gets a **[Resource](Project.Resource.md)** object from its containing collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The position of the object within its containing collection.|
diff --git a/api/Project.SplitParts.Add.md b/api/Project.SplitParts.Add.md
index e6c061a5b3d..2f036405cb0 100644
--- a/api/Project.SplitParts.Add.md
+++ b/api/Project.SplitParts.Add.md
@@ -24,7 +24,7 @@ Adds a **SplitPart** object to a **SplitParts** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartSplitPartOn_|Required|**Variant**|The start date of the task portion.|
| _EndSplitPartOn_|Required|**Variant**|The end date of the task portion. If EndSplitPartOn is on or before the date specified with StartSplitPartOn, the portion is not created.|
diff --git a/api/Project.SplitParts.Item.md b/api/Project.SplitParts.Item.md
index 64e74b9d51d..884c6193946 100644
--- a/api/Project.SplitParts.Item.md
+++ b/api/Project.SplitParts.Item.md
@@ -24,7 +24,7 @@ Gets a single **SplitPart** object from the **SplitParts** collection. Read-onl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the object to return.|
diff --git a/api/Project.StartDriver.EffectiveDateAdd.md b/api/Project.StartDriver.EffectiveDateAdd.md
index 0fac19fda02..d0e4c63a4df 100644
--- a/api/Project.StartDriver.EffectiveDateAdd.md
+++ b/api/Project.StartDriver.EffectiveDateAdd.md
@@ -24,7 +24,7 @@ Gets the date and time that follows another date by a specified duration, using
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required|**Variant**|Arbitrary date and time, for example, "7/10/2010" or "7/10/2010 2:00:00 PM".|
| _Duration_|Required|**Variant**|Duration to add, for example, "3d" or "2w".|
diff --git a/api/Project.StartDriver.EffectiveDateDifference.md b/api/Project.StartDriver.EffectiveDateDifference.md
index 8d28e69bb1b..adad0bb4f28 100644
--- a/api/Project.StartDriver.EffectiveDateDifference.md
+++ b/api/Project.StartDriver.EffectiveDateDifference.md
@@ -24,7 +24,7 @@ Gets the duration between two dates in minutes, using the effective calendar for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartDate_|Required|**Variant**|Arbitrary start date and time, for example, "7/10/2010" or "7/10/2010 2:00:00 PM".|
| _FinishDate_|Required|**Variant**|Arbitrary finish date and time.|
diff --git a/api/Project.StartDriver.EffectiveDateSubtract.md b/api/Project.StartDriver.EffectiveDateSubtract.md
index d3a1163a05a..b57545642a1 100644
--- a/api/Project.StartDriver.EffectiveDateSubtract.md
+++ b/api/Project.StartDriver.EffectiveDateSubtract.md
@@ -24,7 +24,7 @@ Gets the date and time that precedes another date by a specified duration, using
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Date_|Required|**Variant**|Arbitrary date and time, for example, "7/10/2010" or "7/10/2010 2:00:00 PM".|
| _Duration_|Required|**Variant**|Duration to subtract, for example, "3d" or "2w".|
diff --git a/api/Project.StartDriver.OverAllocatedAssignments.md b/api/Project.StartDriver.OverAllocatedAssignments.md
index f2abea933ec..c3c418081a2 100644
--- a/api/Project.StartDriver.OverAllocatedAssignments.md
+++ b/api/Project.StartDriver.OverAllocatedAssignments.md
@@ -24,7 +24,7 @@ Gets overallocated assignments for a task start driver. Read-only **OverAllocat
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _overallocationType_|Required|**PjOverallocationType**|Can be one of the **[PjOverallocationType](Project.PjOverallocationType.md)** constants, which determines the type of overallocation.|
diff --git a/api/Project.Subprojects.Item.md b/api/Project.Subprojects.Item.md
index 8a2d560d086..e841bfca35d 100644
--- a/api/Project.Subprojects.Item.md
+++ b/api/Project.Subprojects.Item.md
@@ -24,7 +24,7 @@ Gets a single **Subproject** object from the **Subprojects** collection. Read-o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Table.Apply.md b/api/Project.Table.Apply.md
index d808c969d6a..0071b800ea2 100644
--- a/api/Project.Table.Apply.md
+++ b/api/Project.Table.Apply.md
@@ -23,7 +23,7 @@ Applies the table to the current view.
_expression_ An expression that returns a [Table](./Project.Table.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.TableFields.Add.md b/api/Project.TableFields.Add.md
index 8f6c60af3f2..6dd12431536 100644
--- a/api/Project.TableFields.Add.md
+++ b/api/Project.TableFields.Add.md
@@ -27,7 +27,7 @@ Adds a **TableField** object to a **TableFields** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required|**Long**|The name of the table field. Can be one of the **[PjField](Project.PjField.md)** constants.|
| _AlignData_|Optional|**Long**|The alignment of the table data. Can be one of the **[PjAlignment](Project.PjAlignment.md)** constants. The default value is **pjRight**.|
@@ -37,7 +37,7 @@ Adds a **TableField** object to a **TableFields** collection.
| _Before_|Optional|**Long**|Position of the title. The default value is -1.|
| _AutoWrap_|Optional|**Boolean**|**True** if the data in the table field automatically wrap. The default value is **True**.|
-### Return Value
+### Return value
**TableField**
diff --git a/api/Project.TableFields.Item.md b/api/Project.TableFields.Item.md
index bebd0c008b5..4c92086d649 100644
--- a/api/Project.TableFields.Item.md
+++ b/api/Project.TableFields.Item.md
@@ -24,7 +24,7 @@ Gets a single **TableField** object from the **TableFields** collection. Read-o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Tables.Add.md b/api/Project.Tables.Add.md
index 4f75cc9696e..2f8fd3ed0de 100644
--- a/api/Project.Tables.Add.md
+++ b/api/Project.Tables.Add.md
@@ -24,13 +24,13 @@ Adds a **Table** object to a **Tables** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the table.|
| _Field_|Required|**Long**|The name of the field. Can be one of the **[PjField](Project.PjField.md)** constants.|
| _Task_|Optional|**Boolean**|**True** if the table being added is a task table. The default value is **True**.|
-### Return Value
+### Return value
**Table**
diff --git a/api/Project.Tables.Copy.md b/api/Project.Tables.Copy.md
index 4ee4a4e2303..170028016be 100644
--- a/api/Project.Tables.Copy.md
+++ b/api/Project.Tables.Copy.md
@@ -27,12 +27,12 @@ Makes a copy of a group definition for the **Tables** collection and returns a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required|**String**|The name of the table to copy.|
| _NewName_|Required|**String**|The name of the new table.|
-### Return Value
+### Return value
**Table**
diff --git a/api/Project.Tables.Item.md b/api/Project.Tables.Item.md
index e81fbd14f18..6e3e78f2d2c 100644
--- a/api/Project.Tables.Item.md
+++ b/api/Project.Tables.Item.md
@@ -24,7 +24,7 @@ Gets a single **Table** object from the **Tables** collection. Read-only **Tabl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Task.AppendNotes.md b/api/Project.Task.AppendNotes.md
index 8e0d7728f05..7d5c20fd4c3 100644
--- a/api/Project.Task.AppendNotes.md
+++ b/api/Project.Task.AppendNotes.md
@@ -24,7 +24,7 @@ Appends text to the Notes field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required|**String**|The text to append to the existing notes.|
diff --git a/api/Project.Task.GetField.md b/api/Project.Task.GetField.md
index 2f68cb8f41f..08714a25025 100644
--- a/api/Project.Task.GetField.md
+++ b/api/Project.Task.GetField.md
@@ -24,11 +24,11 @@ Returns the value of the specified task custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|For a local custom field, can be one of the **[PjField](Project.PjField.md)** constants for task custom fields. For an enterprise custom field, use the **[FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md)** method to get the _FieldID_.|
-### Return Value
+### Return value
**String**
diff --git a/api/Project.Task.LinkPredecessors.md b/api/Project.Task.LinkPredecessors.md
index 25163394132..c32385f611c 100644
--- a/api/Project.Task.LinkPredecessors.md
+++ b/api/Project.Task.LinkPredecessors.md
@@ -24,7 +24,7 @@ Adds one or more predecessors to the task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tasks_|Required|**Object**| The **Task** or **Tasks** object specified becomes a predecessor of the task specified with **expression**.|
| _Link_|Optional|**Long**| A constant that specifies the relationship between tasks that become linked. Can be one of the [PjTaskLinkType](Project.PjTaskLinkType.md) constants. The default value is **pjFinishToStart**.|
diff --git a/api/Project.Task.LinkSuccessors.md b/api/Project.Task.LinkSuccessors.md
index ccb5d3ff3ff..d74870c586b 100644
--- a/api/Project.Task.LinkSuccessors.md
+++ b/api/Project.Task.LinkSuccessors.md
@@ -24,13 +24,13 @@ Adds one or more successors to the task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tasks_|Required|**Object**|The **Task** or **Tasks** object specified becomes a successor of the task specified with **expression**.|
| _Link_|Optional|**Long**| A constant that specifies the relationship between tasks that become linked. Can be one of the [PjTaskLinkType](Project.PjTaskLinkType.md) constants. The default value is **pjFinishToStart**.|
| _Lag_|Optional|**Variant**|A string that specifies the duration of lag time between linked tasks. To specify lead time between tasks, use an expression for **Lag** that evaluates to a negative value.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Project.Task.SetField.md b/api/Project.Task.SetField.md
index ee7a2d4546a..538ff44bc3a 100644
--- a/api/Project.Task.SetField.md
+++ b/api/Project.Task.SetField.md
@@ -24,7 +24,7 @@ Sets the value of the specified task custom field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FieldID_|Required|**Long**|For a local custom field, can be one of the **[PjField](Project.PjField.md)** constants for task custom fields. For an enterprise custom field, use the **[FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md)** method to get the _FieldID_.|
| _Value_|Required|**String**|The value of the field.|
diff --git a/api/Project.Task.Split.md b/api/Project.Task.Split.md
index 9f2d707d897..f9db02079aa 100644
--- a/api/Project.Task.Split.md
+++ b/api/Project.Task.Split.md
@@ -24,7 +24,7 @@ Splits the task into two portions.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartSplitOn_|Required|**Variant**|The start date of the task split. If a time is not specified, the project's default end time for the working period is used.|
| _EndSplitOn_|Required|**Variant**|The end date of the task split. If a time is not specified, the project's default start time for the working period is used. If _EndSplitOn_ is on or before the date specified with _StartSplitOn_, the split is not created.|
diff --git a/api/Project.Task.TimeScaleData.md b/api/Project.Task.TimeScaleData.md
index 2f9302dd05e..1f812d33912 100644
--- a/api/Project.Task.TimeScaleData.md
+++ b/api/Project.Task.TimeScaleData.md
@@ -24,7 +24,7 @@ Sets options for displaying timephased data for the task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StartDate_|Required|**Variant**|The start date for the timephased data. If the start date falls within an interval, it is "rounded" to the start of the interval. For example, if TimeScaleUnit is **pjTimescaleWeeks** and StartDate specifies a Wednesday, the start date is rounded to the preceding Monday (assuming that the work week started on a Monday).|
| _EndDate_|Required|**Variant**|The end date for the timephased data. If the end date falls within an interval, it is "rounded" to the end of the interval.|
@@ -32,7 +32,7 @@ Sets options for displaying timephased data for the task.
| _TimeScaleUnit_|Optional|**Long**|Can be one of the **[PjTimescaleUnit](Project.PjTimescaleUnit.md)** constants. The default value is **pjTimescaleWeeks**.|
| _Count_|Optional|**Long**|The number of timescale units to group together. The default value is 1.|
-### Return Value
+### Return value
**TimeScaleValues**
diff --git a/api/Project.Task.UnlinkPredecessors.md b/api/Project.Task.UnlinkPredecessors.md
index 6af0c0144e6..430188be2f4 100644
--- a/api/Project.Task.UnlinkPredecessors.md
+++ b/api/Project.Task.UnlinkPredecessors.md
@@ -24,11 +24,11 @@ Removes one or more predecessors from the task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tasks_|Required|**Object**|Can be a **Task** or **Tasks** object, which specifies one or more tasks that are removed as predecessors.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.Task.UnlinkSuccessors.md b/api/Project.Task.UnlinkSuccessors.md
index d3c097e1ac3..00635f99db5 100644
--- a/api/Project.Task.UnlinkSuccessors.md
+++ b/api/Project.Task.UnlinkSuccessors.md
@@ -24,11 +24,11 @@ Removes one or more successors from the task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tasks_|Required|**Object**|Can be a **Task** or **Tasks** object, which specifies one or more tasks that are removed as successors.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.TaskDependencies.Add.md b/api/Project.TaskDependencies.Add.md
index 47ee41dc884..48e7093cbb3 100644
--- a/api/Project.TaskDependencies.Add.md
+++ b/api/Project.TaskDependencies.Add.md
@@ -24,13 +24,13 @@ Adds a **TaskDependency** object to a **TaskDependencies** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _From_|Required|**Object**|The **Task** object specified becomes a predecessor of the task specified by expression.|
| _Type_|Optional|**Long**|The type of relationship between the linked tasks. Can be one of the **[PjTaskLinkType](Project.PjTaskLinkType.md)** constants. The default value is **pjFinishToStart**.|
| _Lag_|Optional|**Variant**|The duration of lag time between linked tasks. To specify lead time between tasks, use a negative value. String values default to days unless otherwise specified. Non-string values are interpreted as minutes. The default value is 0.|
-### Return Value
+### Return value
**TaskDependency**
diff --git a/api/Project.TaskDependencies.Item.md b/api/Project.TaskDependencies.Item.md
index 405478e0dff..3cc1c955a0b 100644
--- a/api/Project.TaskDependencies.Item.md
+++ b/api/Project.TaskDependencies.Item.md
@@ -24,7 +24,7 @@ Gets a single **TaskDependency** object from the **TaskDependencies** collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the object to return.|
diff --git a/api/Project.TaskGroups.Add.md b/api/Project.TaskGroups.Add.md
index d376283939f..6a041ebb9bf 100644
--- a/api/Project.TaskGroups.Add.md
+++ b/api/Project.TaskGroups.Add.md
@@ -24,12 +24,12 @@ Adds a **Group** object to a **TaskGroups** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**| The name of a group definition.|
| _FieldName_|Required|**String**|The name of the first field to group by.|
-### Return Value
+### Return value
**Group**
diff --git a/api/Project.TaskGroups.Copy.md b/api/Project.TaskGroups.Copy.md
index e79da071e0e..b64c6fcac58 100644
--- a/api/Project.TaskGroups.Copy.md
+++ b/api/Project.TaskGroups.Copy.md
@@ -24,12 +24,12 @@ Makes a copy of a group definition for the **TaskGroups** collection and return
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the group to copy.|
| _NewName_|Required|**String**|The name of the new group.|
-### Return Value
+### Return value
**Group**
diff --git a/api/Project.TaskGroups.Item.md b/api/Project.TaskGroups.Item.md
index d4f8de9f5a3..b742c093d9b 100644
--- a/api/Project.TaskGroups.Item.md
+++ b/api/Project.TaskGroups.Item.md
@@ -24,7 +24,7 @@ Gets a single **Group** object from the **TaskGroups** collection. Read-only **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.TaskGroups2.Add.md b/api/Project.TaskGroups2.Add.md
index 89088817b4a..2d9c90d3f98 100644
--- a/api/Project.TaskGroups2.Add.md
+++ b/api/Project.TaskGroups2.Add.md
@@ -24,12 +24,12 @@ Adds a **[Group2](Project.Group2.md)** object to the **TaskGroups2** collection
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**| The name of a group definition.|
| _FieldName_|Required|**String**|The name of the first field to group by.|
-### Return Value
+### Return value
**Group2**
diff --git a/api/Project.TaskGroups2.Application.md b/api/Project.TaskGroups2.Application.md
index 1e384b210cc..55ae1582b01 100644
--- a/api/Project.TaskGroups2.Application.md
+++ b/api/Project.TaskGroups2.Application.md
@@ -20,7 +20,7 @@ Gets the **[Application](Project.Application.md)** object. Read-only **Applicat
_expression_ An expression that returns a 'TaskGroups2' object.
-### Return Value
+### Return value
Application
diff --git a/api/Project.TaskGroups2.Copy.md b/api/Project.TaskGroups2.Copy.md
index 9c8be085fae..7664a15ac8b 100644
--- a/api/Project.TaskGroups2.Copy.md
+++ b/api/Project.TaskGroups2.Copy.md
@@ -24,12 +24,12 @@ Makes a copy of a group definition for the **TaskGroups2** collection and retur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the group to copy.|
| _NewName_|Required|**String**|The name of the new group.|
-### Return Value
+### Return value
**Group2**
diff --git a/api/Project.TaskGroups2.Item.md b/api/Project.TaskGroups2.Item.md
index 6031b1d5a6a..50e6afd63d7 100644
--- a/api/Project.TaskGroups2.Item.md
+++ b/api/Project.TaskGroups2.Item.md
@@ -24,7 +24,7 @@ Gets a single item from a collection. Read-only **Object**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.TaskGroups2.Parent.md b/api/Project.TaskGroups2.Parent.md
index b22135ecb67..00a61e60b82 100644
--- a/api/Project.TaskGroups2.Parent.md
+++ b/api/Project.TaskGroups2.Parent.md
@@ -20,7 +20,7 @@ Gets the parent of the object. Read-only **Project**.
_expression_ An expression that returns a 'TaskGroups2' object.
-### Return Value
+### Return value
Project
diff --git a/api/Project.Tasks.Add.md b/api/Project.Tasks.Add.md
index 0e525b2f9d7..5872de46f41 100644
--- a/api/Project.Tasks.Add.md
+++ b/api/Project.Tasks.Add.md
@@ -24,12 +24,12 @@ Adds a **Task** object to a **Tasks** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**String**|The name of the new task. The default value is an empty string ("").|
| _Before_|Optional|**Long**|The position of the task in its containing collection. The default value is the position of the last item in the collection.|
-### Return Value
+### Return value
**Task**
diff --git a/api/Project.Tasks.Item.md b/api/Project.Tasks.Item.md
index 95b80e135fe..59a97da27ce 100644
--- a/api/Project.Tasks.Item.md
+++ b/api/Project.Tasks.Item.md
@@ -24,7 +24,7 @@ Gets a single **Task** object from the **Tasks** collection. Read-only **Task**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Tasks.UniqueID.md b/api/Project.Tasks.UniqueID.md
index 3e90c226e2b..b1516c628a6 100644
--- a/api/Project.Tasks.UniqueID.md
+++ b/api/Project.Tasks.UniqueID.md
@@ -24,7 +24,7 @@ Gets a **[Task](Project.Task.md)** object from its containing collection. Read-
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The position of the object within its containing collection.|
diff --git a/api/Project.TimeScaleValues.Add.md b/api/Project.TimeScaleValues.Add.md
index 0c98a78a3d5..32a2c303399 100644
--- a/api/Project.TimeScaleValues.Add.md
+++ b/api/Project.TimeScaleValues.Add.md
@@ -24,12 +24,12 @@ Adds a **TimeScaleValue** object to a **TimeScaleValues** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Value_|Required|**Variant**|The value of the timescaled data.|
| _Position_|Optional|**Variant**|The position of the new value. The default value is **n + 1**, where **n** is the number of items in the collection. If the value specified for Position is **n + 2** or greater, the intervening items are given a value of 0.|
-### Return Value
+### Return value
**TimeScaleValue**
diff --git a/api/Project.TimeScaleValues.Item.md b/api/Project.TimeScaleValues.Item.md
index 548f865eb94..ce1069e260c 100644
--- a/api/Project.TimeScaleValues.Item.md
+++ b/api/Project.TimeScaleValues.Item.md
@@ -24,7 +24,7 @@ Gets a single **TimeScaleValue** object from the **TimeScaleValues** collection
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The name or index number of the object to return.|
diff --git a/api/Project.View.Apply.md b/api/Project.View.Apply.md
index 91b352fc31b..ff8b6915139 100644
--- a/api/Project.View.Apply.md
+++ b/api/Project.View.Apply.md
@@ -20,7 +20,7 @@ Applies the view.
_expression_ A variable that represents a [View](./Project.View.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.ViewCombination.Apply.md b/api/Project.ViewCombination.Apply.md
index 0fa91ab4992..9e7713afa5d 100644
--- a/api/Project.ViewCombination.Apply.md
+++ b/api/Project.ViewCombination.Apply.md
@@ -20,7 +20,7 @@ Applies the combination view.
_expression_ A variable that represents a [ViewCombination](./Project.ViewCombination.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.ViewSingle.Apply.md b/api/Project.ViewSingle.Apply.md
index 82b135cdc3f..f3681bbc444 100644
--- a/api/Project.ViewSingle.Apply.md
+++ b/api/Project.ViewSingle.Apply.md
@@ -20,7 +20,7 @@ Applies the single view.
_expression_ A variable that represents a [ViewSingle](./Project.ViewSingle.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.Views.Copy.md b/api/Project.Views.Copy.md
index b3a28beb7fe..5027a696bbf 100644
--- a/api/Project.Views.Copy.md
+++ b/api/Project.Views.Copy.md
@@ -24,12 +24,12 @@ Makes a copy of a group definition for the **Views** collection and returns a r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required|**String**|The name of the view to copy.|
| _NewName_|Required|**String**|The name of the new view.|
-### Return Value
+### Return value
**View**
diff --git a/api/Project.Views.Item.md b/api/Project.Views.Item.md
index eed01f9196e..8e670bfe10d 100644
--- a/api/Project.Views.Item.md
+++ b/api/Project.Views.Item.md
@@ -24,7 +24,7 @@ Gets a single **View** object from the **Views** collection. Read-only **View**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.ViewsCombination.Add.md b/api/Project.ViewsCombination.Add.md
index 1b9af2578c6..2cd3e52f559 100644
--- a/api/Project.ViewsCombination.Add.md
+++ b/api/Project.ViewsCombination.Add.md
@@ -27,14 +27,14 @@ Adds a **ViewCombination** object to a **ViewsCombination** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the combination view.|
| _TopView_|Required|**Variant**|The view that appears in the top pane of a combination view.|
| _BottomView_|Required|**Variant**|The view that appears in the bottom pane of a combination view.|
| _ShowInMenu_|Optional|**Boolean**|**True** if Project Server shows the view in the **View** menu. The default value is **False**|
-### Return Value
+### Return value
**ViewCombination**
diff --git a/api/Project.ViewsCombination.Copy.md b/api/Project.ViewsCombination.Copy.md
index dfd691ac9bd..7d7de725b0b 100644
--- a/api/Project.ViewsCombination.Copy.md
+++ b/api/Project.ViewsCombination.Copy.md
@@ -24,12 +24,12 @@ Makes a copy of a group definition for the **ViewsCombination** collection and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required|**String**|The name of the view to copy.|
| _NewName_|Required|**String**|The name of the new view.|
-### Return Value
+### Return value
**View**
diff --git a/api/Project.ViewsCombination.Item.md b/api/Project.ViewsCombination.Item.md
index af39317762f..cf0e746da21 100644
--- a/api/Project.ViewsCombination.Item.md
+++ b/api/Project.ViewsCombination.Item.md
@@ -24,7 +24,7 @@ Gets a single **View** object from the **ViewsCombination** collection. Read-on
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.ViewsSingle.Add.md b/api/Project.ViewsSingle.Add.md
index 685bf4e96ba..d37a9f94ea0 100644
--- a/api/Project.ViewsSingle.Add.md
+++ b/api/Project.ViewsSingle.Add.md
@@ -27,7 +27,7 @@ Adds a **ViewSingle** object to a **ViewsSingle** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the view.|
| _Screen_|Optional|**Long**| The project view. Can be one of the **[PjViewScreen](Project.PjViewScreen.md)** constants. The default value is **pjGantt**.|
@@ -37,7 +37,7 @@ Adds a **ViewSingle** object to a **ViewsSingle** collection.
| _Group_|Optional|**Variant**|Specifies the group to be used by the view. If a group is required for the view, but none is specified, the default is ** No Group**. This value is ignored if the view specified with the **Screen** argument does not use groups.|
| _HighlightFilt_|Optional|**Boolean**|**True** if the filter applied is a highlight filter. The default value is **False**.|
-### Return Value
+### Return value
**ViewSingle**
diff --git a/api/Project.ViewsSingle.Copy.md b/api/Project.ViewsSingle.Copy.md
index fea844948a8..3f334c7b5a4 100644
--- a/api/Project.ViewsSingle.Copy.md
+++ b/api/Project.ViewsSingle.Copy.md
@@ -24,12 +24,12 @@ Makes a copy of a group definition for the **ViewsSingle** collection and retur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required|**Variant**|The name of view to copy.|
| _NewName_|Required|**String**|The name of the new view.|
-### Return Value
+### Return value
**View**
diff --git a/api/Project.ViewsSingle.Item.md b/api/Project.ViewsSingle.Item.md
index c556cb62902..f4ec472a254 100644
--- a/api/Project.ViewsSingle.Item.md
+++ b/api/Project.ViewsSingle.Item.md
@@ -24,7 +24,7 @@ Gets a single **View** object from the **ViewsSingle** collection. Read-only **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.WeekDays.Item.md b/api/Project.WeekDays.Item.md
index c2eecfbd45a..4a3013712b2 100644
--- a/api/Project.WeekDays.Item.md
+++ b/api/Project.WeekDays.Item.md
@@ -24,7 +24,7 @@ Gets a single **WeekDay** object from the **WeekDays** collection. Read-only **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Window.Refresh.md b/api/Project.Window.Refresh.md
index 3306e0d72d8..df84fc11372 100644
--- a/api/Project.Window.Refresh.md
+++ b/api/Project.Window.Refresh.md
@@ -23,7 +23,7 @@ Refreshes the window.
_expression_ A variable that represents a [Window](./Project.Window.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.Window.WebBrowserControlFrame.md b/api/Project.Window.WebBrowserControlFrame.md
index 3cc4e5311b0..78ae5c8d9ac 100644
--- a/api/Project.Window.WebBrowserControlFrame.md
+++ b/api/Project.Window.WebBrowserControlFrame.md
@@ -27,11 +27,11 @@ Returns the DOM object of a specified frame in the Web browser control window ho
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FrameName_|Required|**Long**|The ID of the frame.|
-### Return Value
+### Return value
**[IHTMLDOCUMENT2]**
diff --git a/api/Project.Window.WebBrowserControlWindow.md b/api/Project.Window.WebBrowserControlWindow.md
index 9ebcaa3aeb5..0c7e70c165d 100644
--- a/api/Project.Window.WebBrowserControlWindow.md
+++ b/api/Project.Window.WebBrowserControlWindow.md
@@ -23,7 +23,7 @@ Returns the DOM object for the Microsoft Internet Explorer window loaded in the
_expression_ A variable that represents a [Window](./Project.Window.md) object.
-### Return Value
+### Return value
**[IHTMLDOCUMENT2]**
diff --git a/api/Project.Windows.Item.md b/api/Project.Windows.Item.md
index dfa8afec932..4dccf0148d4 100644
--- a/api/Project.Windows.Item.md
+++ b/api/Project.Windows.Item.md
@@ -24,7 +24,7 @@ Gets a single **Window** object from the **Windows** collection. Read-only **Wi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Windows2.Item.md b/api/Project.Windows2.Item.md
index f3d6542d9f4..2310f0db82b 100644
--- a/api/Project.Windows2.Item.md
+++ b/api/Project.Windows2.Item.md
@@ -24,7 +24,7 @@ Gets a single **Window** object from the **Windows2** collection. Read-only **W
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.WorkWeekDay.Default.md b/api/Project.WorkWeekDay.Default.md
index 4c8d74dc680..b334f151b82 100644
--- a/api/Project.WorkWeekDay.Default.md
+++ b/api/Project.WorkWeekDay.Default.md
@@ -20,7 +20,7 @@ Resets the **WorkWeekDay** item of a resource calendar to the value in the corr
_expression_ An expression that returns a [WorkWeekDay](./Project.WorkWeekDay.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Project.WorkWeekDays.Item.md b/api/Project.WorkWeekDays.Item.md
index b6772331ea6..40dfd7495ed 100644
--- a/api/Project.WorkWeekDays.Item.md
+++ b/api/Project.WorkWeekDays.Item.md
@@ -24,7 +24,7 @@ Gets a single **WorkWeekDay** object from the **WorkWeekDays** collection. Read
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.WorkWeeks.Add.md b/api/Project.WorkWeeks.Add.md
index effcc8f211a..1e72120b3c8 100644
--- a/api/Project.WorkWeeks.Add.md
+++ b/api/Project.WorkWeeks.Add.md
@@ -24,13 +24,13 @@ Adds a **WorkWeek** object to a **WorkWeeks** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required|**Variant**|The start date of a **WorkWeek** object.|
| _Finish_|Optional|**Variant**|The finish date of a **WorkWeek** object.|
| _Name_|Optional|**String**|The name of a **WorkWeek** object.|
-### Return Value
+### Return value
**WorkWeek**
diff --git a/api/Project.WorkWeeks.Item.md b/api/Project.WorkWeeks.Item.md
index 29c72950494..7b410f09955 100644
--- a/api/Project.WorkWeeks.Item.md
+++ b/api/Project.WorkWeeks.Item.md
@@ -24,7 +24,7 @@ Gets a single **WorkWeek** object from the **WorkWeeks** collection. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.Years.Item.md b/api/Project.Years.Item.md
index 9de4f812beb..203ff0659b3 100644
--- a/api/Project.Years.Item.md
+++ b/api/Project.Years.Item.md
@@ -24,7 +24,7 @@ Gets a single **Year** object from the **Years** collection. Read-only **Year**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|The name or index number of the object to return.|
diff --git a/api/Project.application.addengagement.md b/api/Project.application.addengagement.md
index 4ff3cd3c3da..1e2955679c1 100644
--- a/api/Project.application.addengagement.md
+++ b/api/Project.application.addengagement.md
@@ -21,7 +21,7 @@ Adds a **Resource Plan** view, enabling users to display and edit engagement da
_expression_ A variable that represents an [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Project.application.addsitecolumn.md b/api/Project.application.addsitecolumn.md
index f406bf75e17..58fb764fbbe 100644
--- a/api/Project.application.addsitecolumn.md
+++ b/api/Project.application.addsitecolumn.md
@@ -23,7 +23,7 @@ Adds a column that becomes available for the tasks list in the synchronized Shar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectField_|Optional|**[PjField](Project.PjField.md)**|Can be one of a subset of constants in the **PjField** enumeration, which specifies the project field to show in the new column; cannot be one of the prohibited fields (see Remarks).|
| _SharePointName_|Optional|**Variant**|The name of the new column.|
diff --git a/api/Project.application.addtimelinebar.md b/api/Project.application.addtimelinebar.md
index f9825ff1e72..14f79d01a12 100644
--- a/api/Project.application.addtimelinebar.md
+++ b/api/Project.application.addtimelinebar.md
@@ -26,11 +26,11 @@ Adds a **timeline** bar to the view. Introduced in Office 2016.
|||||
|:-----|:-----|:-----|:-----|
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
| _BarPosition_|Optional|Integer|Indicates where to add the timeline bar. If a number isn't specified, it is added at the bottom. The top bar is 0 and the next is 1, and so on. |
| _TimelineViewName_|Optional|String|Specifies the name of a timeline to use. The name can be the built-in timeline or an existing custom timeline such as "My Timeline". The default value is the name of the active timeline.|
-### Return Value
+### Return value
**BOOLEAN**
diff --git a/api/Project.application.engagementinfo.md b/api/Project.application.engagementinfo.md
index 453e26d05f9..3201191550c 100644
--- a/api/Project.application.engagementinfo.md
+++ b/api/Project.application.engagementinfo.md
@@ -36,7 +36,7 @@ Displays the engagement information dialog box user interface for the **Resourc
| _Work_|Optional|Real|The amount of work requested or approved for the engagement.|
| _ShowDialog_|Required|Boolean|Default=1; Displayed|
-### Return Value
+### Return value
**BOOLEAN**
diff --git a/api/Project.application.getcachestatusforproject.md b/api/Project.application.getcachestatusforproject.md
index 003202975ad..3613ed40eef 100644
--- a/api/Project.application.getcachestatusforproject.md
+++ b/api/Project.application.getcachestatusforproject.md
@@ -20,7 +20,7 @@ Gets the state of a specified job that the active cache in Project Professional
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectName_|Required|**String**|The name of the project; can be the active project or a different project that is open.|
| _ProjectJobType_|Required|**PjJobType**|Can be one of the [PjJobType](Project.pjjobtype.md) constants for the save, publish, or check-in operation.|
diff --git a/api/Project.application.getdpiscalefactor.md b/api/Project.application.getdpiscalefactor.md
index c895a25a038..29300408691 100644
--- a/api/Project.application.getdpiscalefactor.md
+++ b/api/Project.application.getdpiscalefactor.md
@@ -18,7 +18,7 @@ Indicates the **DPI Scale Factor**, used for optimizing scale settings. Introdu
_expression_ A variable that represents a [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**VARIANT**
diff --git a/api/Project.application.highlightdrivensuccessors.md b/api/Project.application.highlightdrivensuccessors.md
index 6338e013af1..b31774ec86c 100644
--- a/api/Project.application.highlightdrivensuccessors.md
+++ b/api/Project.application.highlightdrivensuccessors.md
@@ -23,7 +23,7 @@ Sets or clears task driven successor highlighting for the task path feature.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Variant**|**True** to set task driven successor highlighting; **False** to clear the task driven successor highlighting.|
| _Set_|Optional|VARIANT||
diff --git a/api/Project.application.highlightdrivingpredecessors.md b/api/Project.application.highlightdrivingpredecessors.md
index 4cbb8368197..f70977909b2 100644
--- a/api/Project.application.highlightdrivingpredecessors.md
+++ b/api/Project.application.highlightdrivingpredecessors.md
@@ -23,7 +23,7 @@ Sets or clears task driving predecessor highlighting for the task path feature.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Variant**|**True** to set task driving predecessor highlighting; **False** to clear the task driving predecessor highlighting.|
| _Set_|Optional|VARIANT||
diff --git a/api/Project.application.highlightpredecessors.md b/api/Project.application.highlightpredecessors.md
index aae25e81359..be166a6dd14 100644
--- a/api/Project.application.highlightpredecessors.md
+++ b/api/Project.application.highlightpredecessors.md
@@ -23,7 +23,7 @@ Sets or clears task predecessor highlighting for the task path feature.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Variant**|**True** to set task predecessor highlighting; **False** to clear the task predecessor highlighting.|
| _Set_|Optional|VARIANT||
diff --git a/api/Project.application.highlightsuccessors.md b/api/Project.application.highlightsuccessors.md
index 407ae419c0b..1106cb10555 100644
--- a/api/Project.application.highlightsuccessors.md
+++ b/api/Project.application.highlightsuccessors.md
@@ -23,7 +23,7 @@ Sets or clears task successor highlighting for the task path feature.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Set_|Optional|**Variant**|**True** to set task successor highlighting; **False** to clear task successor highlighting.|
| _Set_|Optional|VARIANT||
diff --git a/api/Project.application.inspector.md b/api/Project.application.inspector.md
index dab67471b52..8ac7736c7a0 100644
--- a/api/Project.application.inspector.md
+++ b/api/Project.application.inspector.md
@@ -21,7 +21,7 @@ Indicates the **Task Inspector** for use with engagement data. Introduced in Of
_expression_ A variable that represents a [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**BOOLEAN**
diff --git a/api/Project.application.ischeckedout.md b/api/Project.application.ischeckedout.md
index 0c647074883..c80f9f2a757 100644
--- a/api/Project.application.ischeckedout.md
+++ b/api/Project.application.ischeckedout.md
@@ -20,7 +20,7 @@ Gets whether an open project is checked out from Project Web App by the user. Re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProjectName_|Required|**String**|The name of a project that is open in Project Professional.|
diff --git a/api/Project.application.localename.md b/api/Project.application.localename.md
index bef415fc3eb..01cd4f7f8cd 100644
--- a/api/Project.application.localename.md
+++ b/api/Project.application.localename.md
@@ -22,11 +22,11 @@ Language name that is used by Project, such as en-us or za-ch. Introduced in Off
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|||||
-### Return Value
+### Return value
**STRING**
diff --git a/api/Project.application.projectsummaryinfoex.md b/api/Project.application.projectsummaryinfoex.md
index f0cb7a57ce8..8e95c7ae994 100644
--- a/api/Project.application.projectsummaryinfoex.md
+++ b/api/Project.application.projectsummaryinfoex.md
@@ -25,7 +25,7 @@ Returns information about project summary, including the Project Utilization typ
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Project_|Optional|**String**|The file name of the project that should have its project information edited.|
| _Title_|Optional|**String**|The title of the project.|
@@ -46,7 +46,7 @@ Returns information about project summary, including the Project Utilization typ
| _UtilizationDate_|Optional|**Variant**||
| _PartiallyDisabled_|Optional|**Boolean**|**True** if Project displays the **Project Information** dialog box with all elements disabled except for the **Enterprise Custom Fields** section.|
-### Return Value
+### Return value
**BOOL**
diff --git a/api/Project.application.refreshengagementsforproject.md b/api/Project.application.refreshengagementsforproject.md
index 458f0ee7282..58b9536e90f 100644
--- a/api/Project.application.refreshengagementsforproject.md
+++ b/api/Project.application.refreshengagementsforproject.md
@@ -21,7 +21,7 @@ Refreshes the engagements for the project using engagement state on the server.
_expression_ A variable that represents a [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**BOOL**
diff --git a/api/Project.application.removetimelinebar.md b/api/Project.application.removetimelinebar.md
index e3403b73bfe..c360e27b6e4 100644
--- a/api/Project.application.removetimelinebar.md
+++ b/api/Project.application.removetimelinebar.md
@@ -25,12 +25,12 @@ Removes a **Timeline** bar from the view. Introduced in Office 2016.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BarPosition_|Optional|**Integer**|Indicates the timeline bar to remove. If a number isn't specified, the selected bar is removed if applicable. The top bar is 0 and the next is 1, and so on. If a number is not specified, the selected bar is removed if one is selected. The last timeline bar cannot be removed.|
| _TimelineViewName_|Optional|**String**|Specifies the name of a timeline. The name can be the built-in timeline or an existing custom timeline such as "My Timeline". The default value is the name of the active timeline.|
-### Return Value
+### Return value
**BOOLEAN**
diff --git a/api/Project.application.submitallengagementsforproject.md b/api/Project.application.submitallengagementsforproject.md
index f09c49d6675..c391653c5ea 100644
--- a/api/Project.application.submitallengagementsforproject.md
+++ b/api/Project.application.submitallengagementsforproject.md
@@ -21,7 +21,7 @@ Submits all the engagements in the project to the resource manager for review. I
_expression_ A variable that represents a [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**BOOL**
diff --git a/api/Project.application.submitselectedengagementsforproject.md b/api/Project.application.submitselectedengagementsforproject.md
index dc7ececf147..f7d22620f59 100644
--- a/api/Project.application.submitselectedengagementsforproject.md
+++ b/api/Project.application.submitselectedengagementsforproject.md
@@ -21,7 +21,7 @@ Submits all selected engagements in the project to the resource manager for revi
_expression_ A variable that represents a [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**BOOL**
diff --git a/api/Project.application.taskontimelineex.md b/api/Project.application.taskontimelineex.md
index 60561f2e78e..94515a6a49d 100644
--- a/api/Project.application.taskontimelineex.md
+++ b/api/Project.application.taskontimelineex.md
@@ -25,7 +25,7 @@ Manages tasks on the Timeline pane or for a specified custom timeline, including
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TaskID_|Optional|**Long**|Specifies the identification number of a task to add to the timeline or remove from the timeline. If _TaskID_ is specified, selected tasks are ignored.|
| _Remove_|Optional|**Boolean**|**True** if the task specified by _TaskID_ or the selected tasks are removed from the timeline; otherwise, **False**. The default value is **False**.|
@@ -33,7 +33,7 @@ Manages tasks on the Timeline pane or for a specified custom timeline, including
| _ShowDialog_|Optional|**Boolean**|**True** if Project displays the **Add Tasks to Timeline** dialog box; otherwise, **False**. Any tasks that are already on the timeline have a check by their names. If _ShowDialog_ is **True**, Project ignores the _TaskID_ and _Remove_ arguments. The default value is **False**.|
| _BarIndex_|Optional|**Variant**|The bar that you want to add or remove.|
-### Return Value
+### Return value
**BOOL**
diff --git a/api/Project.application.timelinebardaterange.md b/api/Project.application.timelinebardaterange.md
index 14e6b597203..d69c4344edb 100644
--- a/api/Project.application.timelinebardaterange.md
+++ b/api/Project.application.timelinebardaterange.md
@@ -25,14 +25,14 @@ Modifies the start and finish dates for a **Timeline** bar. Introduced in Offic
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomDates_|Optional|Boolean|Indicates if the timeline bar should use custom dates. If true, and the start and finish values are not specified, uses the current project's start and finish dates. If false, ignores any of the other values.|
| _StartValue_|Optional|Variant|Start date.|
| _FinishValue_|Optional|Variant|Finish date.|
| _TimelineViewName_|Optional|String|Specifies the name of a timeline to use. The name can be the built-in timeline or an existing custom timeline such as "My Timeline". The default value is the name of the active timeline.|
-### Return Value
+### Return value
**BOOLEAN**
diff --git a/api/Project.application.updateengagementsforproject.md b/api/Project.application.updateengagementsforproject.md
index 598d10006da..b567139c818 100644
--- a/api/Project.application.updateengagementsforproject.md
+++ b/api/Project.application.updateengagementsforproject.md
@@ -21,7 +21,7 @@ Update the Engagements for a Project. Introduced in Office 2016.
_expression_ A variable that represents a [Application](./Project.Application.md) object.
-### Return Value
+### Return value
**BOOL**
diff --git a/api/Project.application.zoomreport.md b/api/Project.application.zoomreport.md
index c640827f46b..de52da66239 100644
--- a/api/Project.application.zoomreport.md
+++ b/api/Project.application.zoomreport.md
@@ -23,7 +23,7 @@ Zooms (enlarges or shrinks) the active report to the specified percentage of its
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Percent_|Optional|**Variant**|The percent of the original size.|
| _Entire_|Optional|**Variant**|The _Entire_ parameter has no effect.|
diff --git a/api/Project.chart.hasaxis.md b/api/Project.chart.hasaxis.md
index 6c9439ac632..66308075a79 100644
--- a/api/Project.chart.hasaxis.md
+++ b/api/Project.chart.hasaxis.md
@@ -20,12 +20,12 @@ Gets or sets which axes exist on a chart. Read/write **Variant**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _axisType_|Required|**Variant**|The axis type. Series axes apply only to 3-D charts. Can be one of the **Office.XlAxisType** constants.|
| _AxisGroup_|Optional|**Variant**|The axis group. 3-D charts have only one set of axes. Can be one of the **Office.XlAxisGroup** constants.|
-### Return Value
+### Return value
**Period**
diff --git a/api/Project.chart.walls.md b/api/Project.chart.walls.md
index dffdc0ea862..72b9d1d69c5 100644
--- a/api/Project.chart.walls.md
+++ b/api/Project.chart.walls.md
@@ -20,7 +20,7 @@ Gets an **Office.IMsoWalls** object that represents the walls of a 3-D chart. R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fBackWall_|Optional|**Boolean**|Default value = **True**. The _fBackWall_ parameter has no effect in Project.|
diff --git a/api/Project.engagement.delete.md b/api/Project.engagement.delete.md
index f1813cb9dac..97f525821d8 100644
--- a/api/Project.engagement.delete.md
+++ b/api/Project.engagement.delete.md
@@ -18,7 +18,7 @@ Deletes an Engagement object to the resource plan view. Introduced in Office 201
_expression_ A variable that represents a 'Engagement' object.
-### Return Value
+### Return value
**VOID**
diff --git a/api/Project.engagement.getfield.md b/api/Project.engagement.getfield.md
index 3785727c96e..f9940e6780f 100644
--- a/api/Project.engagement.getfield.md
+++ b/api/Project.engagement.getfield.md
@@ -18,7 +18,7 @@ Gets the specified field of an Engagement object for the resource plan view. Int
_expression_ A variable that represents a 'Engagement' object.
-### Return Value
+### Return value
**STRING**
diff --git a/api/Project.engagement.setfield.md b/api/Project.engagement.setfield.md
index 95db1cb3226..e03feb19cc5 100644
--- a/api/Project.engagement.setfield.md
+++ b/api/Project.engagement.setfield.md
@@ -18,7 +18,7 @@ Sets the specified field of an Engagement object for the resource plan view. Int
_expression_ A variable that represents a 'Engagement' object.
-### Return Value
+### Return value
**VOID**
diff --git a/api/Project.engagementcomments.add.md b/api/Project.engagementcomments.add.md
index d85b22ca48b..3341bb5244e 100644
--- a/api/Project.engagementcomments.add.md
+++ b/api/Project.engagementcomments.add.md
@@ -26,7 +26,7 @@ Adds a new comment to the engagement. Introduced in Office 2016.
|:-----|:-----|:-----|:-----|
| _Message_|Required|String|Comment added to the Engagement.|
-### Return Value
+### Return value
**ENGAGEMENTCOMMENT**
diff --git a/api/Project.engagements.add.md b/api/Project.engagements.add.md
index 5795d5c6f19..a6509f20df3 100644
--- a/api/Project.engagements.add.md
+++ b/api/Project.engagements.add.md
@@ -22,14 +22,14 @@ Adds a new Engagement to the Resource. Introduced in Office 2016.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ResourceID_|Optional|VARIANT|Resource identifier of the Engagement.|
| _Start_|Optional|VARIANT|Start date of the Engagement.|
| _End_|Optional|VARIANT|Finish date of the Engagement.|
| _TotalWork_|Optional|VARIANT|Work of the Engagement.|
-### Return Value
+### Return value
**ENGAGEMENT**
diff --git a/api/Project.pjassignmentwarnings.md b/api/Project.pjassignmentwarnings.md
index 2d52b7f892f..1df4f0a34cb 100644
--- a/api/Project.pjassignmentwarnings.md
+++ b/api/Project.pjassignmentwarnings.md
@@ -15,7 +15,7 @@ Defines the different types of warnings that may appear on assignments triggerin
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjAssignmentWarningNoOverlappingCommittedEngagement**|**1**||
|**pjAssignmentWarningOverlappingDraftEngagement**|**16**||
diff --git a/api/Project.pjcachejobstate.md b/api/Project.pjcachejobstate.md
index 399db629578..3297c31bdcd 100644
--- a/api/Project.pjcachejobstate.md
+++ b/api/Project.pjcachejobstate.md
@@ -13,7 +13,7 @@ Contains constants that specify the cache status of a job that Project Professio
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCacheJobStateCancelled**|9|The queue job is cancelled.|
|**pjCacheJobStateCorrelationBlocked**|8|The queue job correlation is blocked; the job is not processing.|
diff --git a/api/Project.pjengagementviolationtype.md b/api/Project.pjengagementviolationtype.md
index 83cb54b2c38..7e19890ebe5 100644
--- a/api/Project.pjengagementviolationtype.md
+++ b/api/Project.pjengagementviolationtype.md
@@ -15,7 +15,7 @@ Defines the different types of engagement violation types triggering indicators
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjEngagementViolationTypeAssignmentWorkingAboveEngagedTime**|**16384**||
|**pjEngagementViolationTypeAssignmentWorkingInDraftEngagedTime**|**65536**||
diff --git a/api/Project.pjengagementwarnings.md b/api/Project.pjengagementwarnings.md
index b8962a11106..3101fc8042e 100644
--- a/api/Project.pjengagementwarnings.md
+++ b/api/Project.pjengagementwarnings.md
@@ -15,7 +15,7 @@ Defines the different types of warnings that may appear on engagements triggerin
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjEngagementWarningDeletedEngagement**|**4**||
|**pjEngagementWarningDeletedResource**|**8**||
diff --git a/api/Project.pjjobtype.md b/api/Project.pjjobtype.md
index f428a260d73..3a0ddb54ce5 100644
--- a/api/Project.pjjobtype.md
+++ b/api/Project.pjjobtype.md
@@ -13,7 +13,7 @@ Contains constants that specify the type of job (save, publish, or check in) tha
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjCacheProjectCheckin**|1|The queue job message is to check in the project.|
|**pjCacheProjectSave**|0|The queue job message is to save the project.|
diff --git a/api/Project.pjreportlayouttemplateid.md b/api/Project.pjreportlayouttemplateid.md
index 2d8010d67a6..b98f3b7b4de 100644
--- a/api/Project.pjreportlayouttemplateid.md
+++ b/api/Project.pjreportlayouttemplateid.md
@@ -13,7 +13,7 @@ Contains constants that specify the type of template to apply for a report layou
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjReportLayoutComparison**|3|Apply a comparison report template.|
|**pjReportLayoutTitleAndChart**|1|Apply a report template with a title and a chart.|
diff --git a/api/Project.pjresourcewarnings.md b/api/Project.pjresourcewarnings.md
index 08e55861bfc..55ed18fc2d3 100644
--- a/api/Project.pjresourcewarnings.md
+++ b/api/Project.pjresourcewarnings.md
@@ -15,7 +15,7 @@ Defines the different types of warnings that may appear on resources triggering
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjResourceWarningAssignmentEngagementViolation**|**1**||
|**pjResourceWarningAssignmentWorkingInDraftEngagedTime**|**4**||
diff --git a/api/Project.pjviewtype.md b/api/Project.pjviewtype.md
index 8760e7aa9a4..1fdc5a9bb6e 100644
--- a/api/Project.pjviewtype.md
+++ b/api/Project.pjviewtype.md
@@ -12,7 +12,7 @@ Contains constants that specify a view in Project.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**pjViewUndefined**|-1|The view is undefined.|
|**pjViewBarRollup**|0|**Bar Rollup** view.|
diff --git a/api/Project.shape.incrementrotation.md b/api/Project.shape.incrementrotation.md
index b325a5137b3..2f01a794926 100644
--- a/api/Project.shape.incrementrotation.md
+++ b/api/Project.shape.incrementrotation.md
@@ -20,7 +20,7 @@ Rotates the shape around the z-axis by the specified number of degrees.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|The number of degrees the shape is to be rotated. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise.|
| _Increment_|Required|FLOAT||
diff --git a/api/Project.shape.scaleheight.md b/api/Project.shape.scaleheight.md
index d5fa8fabed8..ce9b34871a7 100644
--- a/api/Project.shape.scaleheight.md
+++ b/api/Project.shape.scaleheight.md
@@ -20,7 +20,7 @@ Scales the height of the shape by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|The ratio between the height of the shape after you resize it and the current height. For example, to make a rectangle 50 percent higher, specify 1.5 for the _Factor_ parameter.|
| _RelativeToOriginalSize_|Required|MSOTRISTATE|**msoFalse** scales the shape relative to its current size. For Project, the value must be **msoFalse**.|
diff --git a/api/Project.shape.scalewidth.md b/api/Project.shape.scalewidth.md
index 857d2c61686..c6ef64b2c4e 100644
--- a/api/Project.shape.scalewidth.md
+++ b/api/Project.shape.scalewidth.md
@@ -20,7 +20,7 @@ Scales the width of the shape by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|The ratio between the width of the shape after you resize it and the current width. For example, to make a rectangle 50 percent wider, specify 1.5 for the _Factor_ parameter.|
| _RelativeToOriginalSize_|Required|**[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**|**msoFalse** scales the shape relative to its current size. For Project, the value must be **msoFalse**.|
diff --git a/api/Project.shaperange.incrementrotation.md b/api/Project.shaperange.incrementrotation.md
index d3678bd4875..8892b0e286a 100644
--- a/api/Project.shaperange.incrementrotation.md
+++ b/api/Project.shaperange.incrementrotation.md
@@ -20,7 +20,7 @@ Rotates each shape in the shape range around the z-axis by the specified number
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required|**Single**|The number of degrees each shape is to be rotated. A positive value rotates the shapes clockwise; a negative value rotates the shapes counterclockwise.|
| _Increment_|Required|FLOAT||
diff --git a/api/Project.shaperange.scaleheight.md b/api/Project.shaperange.scaleheight.md
index 448f6db09f4..41833624e63 100644
--- a/api/Project.shaperange.scaleheight.md
+++ b/api/Project.shaperange.scaleheight.md
@@ -20,7 +20,7 @@ Scales the height of the range of shapes by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required|**Single**|The ratio between the height of the shape after you resize it and the current height. For example, to make a rectangle 50 percent higher, specify 1.5 for the _Factor_ parameter.|
| _RelativeToOriginalSize_|Required|**[MsoTriState](https://msdn.microsoft.com/library/office/ff860737%28v=office.15%29)**|**msoFalse** scales each shape relative to its current size. For Project, the value must be **msoFalse**.|
diff --git a/api/Project.shapes.addchart.md b/api/Project.shapes.addchart.md
index a9b205bbe62..2a230f2b3d5 100644
--- a/api/Project.shapes.addchart.md
+++ b/api/Project.shapes.addchart.md
@@ -20,7 +20,7 @@ Creates a chart at the specified location on the active report. Returns a **Sha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Optional|**Integer**|Specifies the color style of the chart. The values correspond to the **Change Colors** drop-down list on the **Chart Styles** group, on the **DESIGN** tab, under **CHART TOOLS** on the ribbon (but the values are not in the same order).|
| _Type_|Optional|**XlChartType**|The type of chart to add, such as a column chart or pie chart.|
diff --git a/api/Project.shapes.addconnector.md b/api/Project.shapes.addconnector.md
index 1d3dc86073d..27c32140ff8 100644
--- a/api/Project.shapes.addconnector.md
+++ b/api/Project.shapes.addconnector.md
@@ -20,7 +20,7 @@ Creates a connector and returns a **Shape** object the represents the new conne
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**MsoConnectorType**|The type of connector. Can be one of the following constants: **msoConnectorElbow**, **msoConnectorTypeMixed**, **msoConnectorCurve**, or **msoConnectorStraight**.|
| _BeginX_|Required|**Single**|The horizontal position (in points) of the connector's starting point, relative to the upper-left corner of the document.|
diff --git a/api/Project.shapes.addline.md b/api/Project.shapes.addline.md
index 3173136db3a..52b78ec177d 100644
--- a/api/Project.shapes.addline.md
+++ b/api/Project.shapes.addline.md
@@ -20,7 +20,7 @@ Adds a line to a report, and returns a **Shape** object that represents the lin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeginX_|Required|**Single**|The horizontal position (in points) of the starting point, relative to the left edge of the report.|
| _BeginY_|Required|**Single**|The vertical position (in points) of the starting point, relative to the top edge of the report.|
diff --git a/api/Project.shapes.addpolyline.md b/api/Project.shapes.addpolyline.md
index 73462b01b4b..888169897c0 100644
--- a/api/Project.shapes.addpolyline.md
+++ b/api/Project.shapes.addpolyline.md
@@ -20,7 +20,7 @@ Creates an open polyline or a closed polygon drawing, and returns a **Shape** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SafeArrayOfPoints_|Required|**Variant**|An array of coordinate pairs that specifies the vertices of the polyline.|
| _SafeArrayOfPoints_|Required|VARIANT||
diff --git a/api/Project.shapes.addshape.md b/api/Project.shapes.addshape.md
index 2b6aa4096b8..0675e04d339 100644
--- a/api/Project.shapes.addshape.md
+++ b/api/Project.shapes.addshape.md
@@ -20,7 +20,7 @@ Adds a shape of the specified AutoShape type to a report, and returns a **Shape
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required|**MsoAutoShapeType**|Specifies the type of AutoShape to create.|
| _Left_|Required|**Single**|The position, in points, of the left edge of the AutoShape.|
diff --git a/api/Project.shapes.addtable.md b/api/Project.shapes.addtable.md
index 93cf037aea9..4736c746b32 100644
--- a/api/Project.shapes.addtable.md
+++ b/api/Project.shapes.addtable.md
@@ -20,7 +20,7 @@ Adds a table to the report, and returns a **Shape** object that represents the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumRows_|Required|**Long**|The number of rows in the table. _NumRows_ is ignored when creating a table.|
| _NumColumns_|Required|**Long**|The number of columns in the table. _NumColumns_ is ignored when creating a table.|
diff --git a/api/Project.shapes.addtextbox.md b/api/Project.shapes.addtextbox.md
index 22aa72ae89d..fa19ec870ed 100644
--- a/api/Project.shapes.addtextbox.md
+++ b/api/Project.shapes.addtextbox.md
@@ -20,7 +20,7 @@ Adds a text box to the report, and returns a **Shape** object that represents t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Orientation_|Required|**MsoTextOrientation**|The orientation of the text box. Some constants may not be available, depending on the language that is installed.|
| _Left_|Required|**Single**|The position, in points, of the left edge of the text box.|
diff --git a/api/Project.shapes.addtexteffect.md b/api/Project.shapes.addtexteffect.md
index b6247496a24..318748118a9 100644
--- a/api/Project.shapes.addtexteffect.md
+++ b/api/Project.shapes.addtexteffect.md
@@ -20,7 +20,7 @@ The **AddTextEffect** method is not implemented in Project.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetTextEffect_|Required|**MsoPresetTextEffect**|A preset text effect. The values of the **MsoPresetTextEffect** constants correspond to the formats listed in the WordArt Gallery dialog box (numbered from left to right and from top to bottom).|
| _Text_|Required|**String**|The text in the WordArt.|
diff --git a/api/Project.shapes.buildfreeform.md b/api/Project.shapes.buildfreeform.md
index 590ff140a74..6b01d6a4fdc 100644
--- a/api/Project.shapes.buildfreeform.md
+++ b/api/Project.shapes.buildfreeform.md
@@ -20,7 +20,7 @@ Creates a **FreeformBuilder** object that represents a new freeform drawing. Th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EditingType_|Required|**MsoEditingType**|The editing property of the first node.|
| _X1_|Required|**Single**|The position (in points) of the first node in the freeform drawing, relative to the left edge of the report.|
diff --git a/api/Project.shapes.range.md b/api/Project.shapes.range.md
index ff8a8937701..755fa5e13bb 100644
--- a/api/Project.shapes.range.md
+++ b/api/Project.shapes.range.md
@@ -20,7 +20,7 @@ Returns a **ShapeRange** object that represents a subset of shapes in the **Sha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Variant**|Specifies one or more shapes to be included in the range. Can be an integer for the index number of a shape, a string for the name of a shape, or an array that contains either integers or strings.|
| _Index_|Required|VARIANT||
diff --git a/api/Publisher.Adjustments.Item.md b/api/Publisher.Adjustments.Item.md
index ef08d3a7d5c..d1dc38ce98b 100644
--- a/api/Publisher.Adjustments.Item.md
+++ b/api/Publisher.Adjustments.Item.md
@@ -27,7 +27,7 @@ Returns or sets a **Variant** indicating the adjustment value specified by the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Integer**|The index number of the adjustment.|
diff --git a/api/Publisher.AdvancedPrintOptions.AllowBleeds.md b/api/Publisher.AdvancedPrintOptions.AllowBleeds.md
index 3b04be1f451..259d98240a5 100644
--- a/api/Publisher.AdvancedPrintOptions.AllowBleeds.md
+++ b/api/Publisher.AdvancedPrintOptions.AllowBleeds.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.BackSideInsertFaceUp.md b/api/Publisher.AdvancedPrintOptions.BackSideInsertFaceUp.md
index 7c228dda041..04fd8f7cfab 100644
--- a/api/Publisher.AdvancedPrintOptions.BackSideInsertFaceUp.md
+++ b/api/Publisher.AdvancedPrintOptions.BackSideInsertFaceUp.md
@@ -23,7 +23,7 @@ Gets or sets whether envelopes fed to the printer's manual feed should be insert
_expression_ A variable that represents an **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.GraphicsResolution.md b/api/Publisher.AdvancedPrintOptions.GraphicsResolution.md
index 738445392cb..8c30cf64792 100644
--- a/api/Publisher.AdvancedPrintOptions.GraphicsResolution.md
+++ b/api/Publisher.AdvancedPrintOptions.GraphicsResolution.md
@@ -23,7 +23,7 @@ Returns or sets a **PbPrintGraphics** constant representing the resolution at w
_expression_ A variable that represents a **AdvancedPrintOptions** object.
-### Return Value
+### Return value
PbPrintGraphics
diff --git a/api/Publisher.AdvancedPrintOptions.IsPostscriptPrinter.md b/api/Publisher.AdvancedPrintOptions.IsPostscriptPrinter.md
index 8d27ad385b7..3d2e9baead3 100644
--- a/api/Publisher.AdvancedPrintOptions.IsPostscriptPrinter.md
+++ b/api/Publisher.AdvancedPrintOptions.IsPostscriptPrinter.md
@@ -23,7 +23,7 @@ Returns **True** if the active printer is a PostScript printer. Read-only **Boo
_expression_ A variable that represents an **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.ManualFeedAlign.md b/api/Publisher.AdvancedPrintOptions.ManualFeedAlign.md
index 072f4003fd1..885684358e0 100644
--- a/api/Publisher.AdvancedPrintOptions.ManualFeedAlign.md
+++ b/api/Publisher.AdvancedPrintOptions.ManualFeedAlign.md
@@ -23,7 +23,7 @@ Gets or sets the alignment (left, right, or center) of where envelopes are fed t
_expression_ A variable that represents an **AdvancedPrintOptions** object.
-### Return Value
+### Return value
**PbPlacementType**
diff --git a/api/Publisher.AdvancedPrintOptions.ManualFeedDirection.md b/api/Publisher.AdvancedPrintOptions.ManualFeedDirection.md
index d5cce89b6f6..f12985d91aa 100644
--- a/api/Publisher.AdvancedPrintOptions.ManualFeedDirection.md
+++ b/api/Publisher.AdvancedPrintOptions.ManualFeedDirection.md
@@ -23,7 +23,7 @@ Gets or sets the orientation (landscape or portrait) of how envelopes are fed to
_expression_ A variable that represents an **AdvancedPrintOptions** object.
-### Return Value
+### Return value
PbOrientationType
diff --git a/api/Publisher.AdvancedPrintOptions.NegativeImage.md b/api/Publisher.AdvancedPrintOptions.NegativeImage.md
index f418909c537..23a3500272f 100644
--- a/api/Publisher.AdvancedPrintOptions.NegativeImage.md
+++ b/api/Publisher.AdvancedPrintOptions.NegativeImage.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.PageRotated.md b/api/Publisher.AdvancedPrintOptions.PageRotated.md
index 380bcbadb2f..e078e9f0d86 100644
--- a/api/Publisher.AdvancedPrintOptions.PageRotated.md
+++ b/api/Publisher.AdvancedPrintOptions.PageRotated.md
@@ -23,7 +23,7 @@ Gets or sets whether the printed page is rotated 180 degrees. Read/write.
_expression_ A variable that represents an **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.PrintBleedMarks.md b/api/Publisher.AdvancedPrintOptions.PrintBleedMarks.md
index f087940a51d..0b0e7a0c29a 100644
--- a/api/Publisher.AdvancedPrintOptions.PrintBleedMarks.md
+++ b/api/Publisher.AdvancedPrintOptions.PrintBleedMarks.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.PrintCropMarks.md b/api/Publisher.AdvancedPrintOptions.PrintCropMarks.md
index 4af98e95cc5..d295fc5d8a9 100644
--- a/api/Publisher.AdvancedPrintOptions.PrintCropMarks.md
+++ b/api/Publisher.AdvancedPrintOptions.PrintCropMarks.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.PrintDensityBars.md b/api/Publisher.AdvancedPrintOptions.PrintDensityBars.md
index 000d7079ab9..f13403f53b9 100644
--- a/api/Publisher.AdvancedPrintOptions.PrintDensityBars.md
+++ b/api/Publisher.AdvancedPrintOptions.PrintDensityBars.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.PrintJobInformation.md b/api/Publisher.AdvancedPrintOptions.PrintJobInformation.md
index a5dc683bcca..8c7354effbb 100644
--- a/api/Publisher.AdvancedPrintOptions.PrintJobInformation.md
+++ b/api/Publisher.AdvancedPrintOptions.PrintJobInformation.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.PrintRegistrationMarks.md b/api/Publisher.AdvancedPrintOptions.PrintRegistrationMarks.md
index 9eaf81e51d6..55f16cd37d1 100644
--- a/api/Publisher.AdvancedPrintOptions.PrintRegistrationMarks.md
+++ b/api/Publisher.AdvancedPrintOptions.PrintRegistrationMarks.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.AdvancedPrintOptions.Resolution.md b/api/Publisher.AdvancedPrintOptions.Resolution.md
index d6a67a61ec2..2eede1f4b5c 100644
--- a/api/Publisher.AdvancedPrintOptions.Resolution.md
+++ b/api/Publisher.AdvancedPrintOptions.Resolution.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the resolution, in dots per inch (
_expression_ A variable that represents a **AdvancedPrintOptions** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.AdvancedPrintOptions.UseOnlyPublicationFonts.md b/api/Publisher.AdvancedPrintOptions.UseOnlyPublicationFonts.md
index cc1a1168c7a..6c686803c46 100644
--- a/api/Publisher.AdvancedPrintOptions.UseOnlyPublicationFonts.md
+++ b/api/Publisher.AdvancedPrintOptions.UseOnlyPublicationFonts.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** that represents whether to only use publication f
_expression_ A variable that represents an **AdvancedPrintOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Application.ActiveDocument.md b/api/Publisher.Application.ActiveDocument.md
index 57311e98d0a..2305f1520af 100644
--- a/api/Publisher.Application.ActiveDocument.md
+++ b/api/Publisher.Application.ActiveDocument.md
@@ -23,7 +23,7 @@ Returns a **[Document](Publisher.Document.md)** object that represents the acti
_expression_ A variable that represents an **Application** object.
-### Return Value
+### Return value
Document
diff --git a/api/Publisher.Application.AfterPrint.md b/api/Publisher.Application.AfterPrint.md
index b074e1f7af1..00466f5794f 100644
--- a/api/Publisher.Application.AfterPrint.md
+++ b/api/Publisher.Application.AfterPrint.md
@@ -27,7 +27,7 @@ Fires after all variables and fields print.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The current publication.|
diff --git a/api/Publisher.Application.AutomationSecurity.md b/api/Publisher.Application.AutomationSecurity.md
index f3f9121c33a..8f40802dbbd 100644
--- a/api/Publisher.Application.AutomationSecurity.md
+++ b/api/Publisher.Application.AutomationSecurity.md
@@ -20,7 +20,7 @@ Specifies the security mode that Microsoft Publisher uses when programmatically
_expression_ A variable that represents an **Application** object.
-### Return Value
+### Return value
MsoAutomationSecurity
diff --git a/api/Publisher.Application.BeforePrint.md b/api/Publisher.Application.BeforePrint.md
index 0debda0db6c..431fbeccc3a 100644
--- a/api/Publisher.Application.BeforePrint.md
+++ b/api/Publisher.Application.BeforePrint.md
@@ -27,7 +27,7 @@ Occurs before the publication is printed or previewed. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The current publication.|
|Cancel|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this parameter to **True**, the publication is not printed when the procedure finishes running.|
diff --git a/api/Publisher.Application.Build.md b/api/Publisher.Application.Build.md
index 7d8fa5d4a12..b0206df0cf9 100644
--- a/api/Publisher.Application.Build.md
+++ b/api/Publisher.Application.Build.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the Microsoft Publisher build number. Read-o
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Application.COMAddIns.md b/api/Publisher.Application.COMAddIns.md
index 8ca0b3e8974..06c5cf709cf 100644
--- a/api/Publisher.Application.COMAddIns.md
+++ b/api/Publisher.Application.COMAddIns.md
@@ -23,7 +23,7 @@ Returns a **COMAddIns** collection that represents a reference to the Component
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
COMAddIns
diff --git a/api/Publisher.Application.CentimetersToPoints.md b/api/Publisher.Application.CentimetersToPoints.md
index 61009238025..fca99bdb98d 100644
--- a/api/Publisher.Application.CentimetersToPoints.md
+++ b/api/Publisher.Application.CentimetersToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from centimeters to points (1 cm = 28.35 points). Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The centimeter value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.ChangeFileOpenDirectory.md b/api/Publisher.Application.ChangeFileOpenDirectory.md
index 492a4383591..3832dc8b7e3 100644
--- a/api/Publisher.Application.ChangeFileOpenDirectory.md
+++ b/api/Publisher.Application.ChangeFileOpenDirectory.md
@@ -27,7 +27,7 @@ Sets the folder in which Microsoft Publisher searches for documents. The specifi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Dir|Required| **String**|The directory path.|
diff --git a/api/Publisher.Application.ColorSchemes.md b/api/Publisher.Application.ColorSchemes.md
index 707a3f8fda3..2cbdcc35c2a 100644
--- a/api/Publisher.Application.ColorSchemes.md
+++ b/api/Publisher.Application.ColorSchemes.md
@@ -23,7 +23,7 @@ Returns a **[ColorSchemes](Publisher.ColorSchemes.md)** collection that represe
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
ColorSchemes
diff --git a/api/Publisher.Application.CommandBars.md b/api/Publisher.Application.CommandBars.md
index c575d34a0a4..b648f7ccd85 100644
--- a/api/Publisher.Application.CommandBars.md
+++ b/api/Publisher.Application.CommandBars.md
@@ -23,7 +23,7 @@ Sets or returns a **CommandBars** collection that represents the menu bar and a
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
CommandBars
diff --git a/api/Publisher.Application.DocumentBeforeClose.md b/api/Publisher.Application.DocumentBeforeClose.md
index 1099c9ba363..9a8e93b9c37 100644
--- a/api/Publisher.Application.DocumentBeforeClose.md
+++ b/api/Publisher.Application.DocumentBeforeClose.md
@@ -27,7 +27,7 @@ Occurs immediately before any open document closes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The document that is being closed.|
|Cancel|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True**, the document does not close when the procedure is finished.|
diff --git a/api/Publisher.Application.DocumentOpen.md b/api/Publisher.Application.DocumentOpen.md
index 80a638eece2..ac6fd4413f7 100644
--- a/api/Publisher.Application.DocumentOpen.md
+++ b/api/Publisher.Application.DocumentOpen.md
@@ -27,7 +27,7 @@ Occurs when opening a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The document that's being opened.|
diff --git a/api/Publisher.Application.Documents.md b/api/Publisher.Application.Documents.md
index 24ed658e292..7bacc7813d8 100644
--- a/api/Publisher.Application.Documents.md
+++ b/api/Publisher.Application.Documents.md
@@ -23,7 +23,7 @@ Returns a **[Documents](Publisher.Documents.md)** collection that represents al
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
Documents
diff --git a/api/Publisher.Application.EmusToPoints.md b/api/Publisher.Application.EmusToPoints.md
index d6f58eebc88..b9c05281122 100644
--- a/api/Publisher.Application.EmusToPoints.md
+++ b/api/Publisher.Application.EmusToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from emus to points (12700 emus = 1 point). Returns the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|An expression that returns one of the objects in the Applies To list.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.FileDialog.md b/api/Publisher.Application.FileDialog.md
index 79f3cb1de21..4184d141231 100644
--- a/api/Publisher.Application.FileDialog.md
+++ b/api/Publisher.Application.FileDialog.md
@@ -27,11 +27,11 @@ Returns a **FileDialog** object that represents a single instance of a file dia
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Type|Required| **MsoFileDialogType**| The type of dialog box.|
-### Return Value
+### Return value
FileDialog
diff --git a/api/Publisher.Application.Help.md b/api/Publisher.Application.Help.md
index a088a606e19..33274794bed 100644
--- a/api/Publisher.Application.Help.md
+++ b/api/Publisher.Application.Help.md
@@ -27,7 +27,7 @@ Displays online Help information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|HelpType|Required| **PbHelpType**|The type of help to display.|
diff --git a/api/Publisher.Application.InchesToPoints.md b/api/Publisher.Application.InchesToPoints.md
index 6c28f7a100a..952b5650d98 100644
--- a/api/Publisher.Application.InchesToPoints.md
+++ b/api/Publisher.Application.InchesToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from inches to points (1 inch = 72 points). Returns the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The inches value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.InsertBarcodeVisible.md b/api/Publisher.Application.InsertBarcodeVisible.md
index 4c47d04ad5b..fa7f5b4b4be 100644
--- a/api/Publisher.Application.InsertBarcodeVisible.md
+++ b/api/Publisher.Application.InsertBarcodeVisible.md
@@ -23,7 +23,7 @@ Determines whether **Add a postal bar code** is available under **More Items**
_expression_ A variable that represents an **Application** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Application.InstalledPrinters.md b/api/Publisher.Application.InstalledPrinters.md
index 7ad5db43fea..b36a3dbf612 100644
--- a/api/Publisher.Application.InstalledPrinters.md
+++ b/api/Publisher.Application.InstalledPrinters.md
@@ -23,7 +23,7 @@ Returns an **[InstalledPrinters](Publisher.InstalledPrinters.md)** collection t
_expression_ A variable that represents an **Application** object.
-### Return Value
+### Return value
InstalledPrinters
diff --git a/api/Publisher.Application.IsValidObject.md b/api/Publisher.Application.IsValidObject.md
index fdb64b3a749..56ffcf9166b 100644
--- a/api/Publisher.Application.IsValidObject.md
+++ b/api/Publisher.Application.IsValidObject.md
@@ -27,11 +27,11 @@ Determines whether the specified object variable references a valid object and r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Object|Required| **Object**|A variable that references an object.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Application.Language.md b/api/Publisher.Application.Language.md
index b8c863f3a1d..375175b6771 100644
--- a/api/Publisher.Application.Language.md
+++ b/api/Publisher.Application.Language.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the language selected for the Microsoft Publ
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Application.LinesToPoints.md b/api/Publisher.Application.LinesToPoints.md
index 5f6b4a6b53f..464a363a685 100644
--- a/api/Publisher.Application.LinesToPoints.md
+++ b/api/Publisher.Application.LinesToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from lines to points (1 line = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The line value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.MailMergeAfterMerge.md b/api/Publisher.Application.MailMergeAfterMerge.md
index 39696f16644..238c88906b4 100644
--- a/api/Publisher.Application.MailMergeAfterMerge.md
+++ b/api/Publisher.Application.MailMergeAfterMerge.md
@@ -27,7 +27,7 @@ Occurs after all records in a mail merge have merged successfully.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The mail merge main document.|
diff --git a/api/Publisher.Application.MailMergeAfterRecordMerge.md b/api/Publisher.Application.MailMergeAfterRecordMerge.md
index d068961c55f..197a71ad19b 100644
--- a/api/Publisher.Application.MailMergeAfterRecordMerge.md
+++ b/api/Publisher.Application.MailMergeAfterRecordMerge.md
@@ -27,7 +27,7 @@ Occurs after each record in the data source successfully merges in a mail merge.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The mail merge main document.|
diff --git a/api/Publisher.Application.MailMergeBeforeMerge.md b/api/Publisher.Application.MailMergeBeforeMerge.md
index 7ad6382d535..9c6d10aabcc 100644
--- a/api/Publisher.Application.MailMergeBeforeMerge.md
+++ b/api/Publisher.Application.MailMergeBeforeMerge.md
@@ -27,7 +27,7 @@ Occurs when a merge is executed before any records in a mail merge have merged.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The mail merge main document.|
|StartRecord|Required| **Long**|The first record in the data source to include in the mail merge.|
diff --git a/api/Publisher.Application.MailMergeBeforeRecordMerge.md b/api/Publisher.Application.MailMergeBeforeRecordMerge.md
index 275b6471ea1..fe18a0ec06d 100644
--- a/api/Publisher.Application.MailMergeBeforeRecordMerge.md
+++ b/api/Publisher.Application.MailMergeBeforeRecordMerge.md
@@ -27,7 +27,7 @@ Occurs as a merge is executed for the individual records in a merge.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The mail merge main document.|
|Cancel|Required| **Boolean**|Stops the mail merge process, for the current record only, before it starts.|
diff --git a/api/Publisher.Application.MailMergeDataSourceLoad.md b/api/Publisher.Application.MailMergeDataSourceLoad.md
index 6331c5d97bb..c26d3a49bb3 100644
--- a/api/Publisher.Application.MailMergeDataSourceLoad.md
+++ b/api/Publisher.Application.MailMergeDataSourceLoad.md
@@ -27,7 +27,7 @@ Occurs when the data source is loaded for a mail merge.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The mail merge main document.|
diff --git a/api/Publisher.Application.MailMergeDataSourceValidate.md b/api/Publisher.Application.MailMergeDataSourceValidate.md
index 401d6cfe0fa..29975e0e821 100644
--- a/api/Publisher.Application.MailMergeDataSourceValidate.md
+++ b/api/Publisher.Application.MailMergeDataSourceValidate.md
@@ -27,7 +27,7 @@ Occurs when a user performs address verification by clicking **Validate** in th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The mail merge main document.|
|Handled|Required| **Boolean**| **True** runs the accompanying validation code against the mail merge data source. **False** cancels the data source validation.|
diff --git a/api/Publisher.Application.MailMergeGenerateBarcode.md b/api/Publisher.Application.MailMergeGenerateBarcode.md
index 666418a6208..20ce3e3f39d 100644
--- a/api/Publisher.Application.MailMergeGenerateBarcode.md
+++ b/api/Publisher.Application.MailMergeGenerateBarcode.md
@@ -27,7 +27,7 @@ Occurs when Microsoft Publisher requires data to generate barcodes in a mail-mer
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The current publication.|
|bstrString|Required| **String**|Output parameter. A string representation of the barcode.|
diff --git a/api/Publisher.Application.MailMergeInsertBarcode.md b/api/Publisher.Application.MailMergeInsertBarcode.md
index ba215d43f2b..fc2673c03c0 100644
--- a/api/Publisher.Application.MailMergeInsertBarcode.md
+++ b/api/Publisher.Application.MailMergeInsertBarcode.md
@@ -27,7 +27,7 @@ Occurs when the user issues the command to insert postal barcodes into a mail-me
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The current publication.|
|OkToInsert|Required| **Boolean**|Output parameter. **True** if it is okay to insert barcodes.|
diff --git a/api/Publisher.Application.MailMergeRecipientListClose.md b/api/Publisher.Application.MailMergeRecipientListClose.md
index 06d0bf5d0a9..f5b8a51627e 100644
--- a/api/Publisher.Application.MailMergeRecipientListClose.md
+++ b/api/Publisher.Application.MailMergeRecipientListClose.md
@@ -27,7 +27,7 @@ Fires when the user closes the **Mail Merge Recipients** dialog box. (From the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The current publication.|
diff --git a/api/Publisher.Application.MailMergeWizardFollowUpCustom.md b/api/Publisher.Application.MailMergeWizardFollowUpCustom.md
index 38ba6767aa6..6fb17c3fd0f 100644
--- a/api/Publisher.Application.MailMergeWizardFollowUpCustom.md
+++ b/api/Publisher.Application.MailMergeWizardFollowUpCustom.md
@@ -27,7 +27,7 @@ Fires when the string that appears as the fourth item under **Prepare to follow
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The current publication.|
diff --git a/api/Publisher.Application.MailMergeWizardStateChange.md b/api/Publisher.Application.MailMergeWizardStateChange.md
index 6e2ff735ec1..489a70c683b 100644
--- a/api/Publisher.Application.MailMergeWizardStateChange.md
+++ b/api/Publisher.Application.MailMergeWizardStateChange.md
@@ -27,7 +27,7 @@ Occurs when a user changes from a specified step to a specified step in the Mail
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The mail merge main document.|
|FromState|Required| **Integer**|The Mail Merge Wizard step from which a user is moving.|
diff --git a/api/Publisher.Application.MillimetersToPoints.md b/api/Publisher.Application.MillimetersToPoints.md
index 2d60ad1ab57..851a3205775 100644
--- a/api/Publisher.Application.MillimetersToPoints.md
+++ b/api/Publisher.Application.MillimetersToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from millimeters to points (1 mm = 2.835 points). Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The millimeter value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.NewDocument(even).md b/api/Publisher.Application.NewDocument(even).md
index 1719c014b70..4e1bfa70848 100644
--- a/api/Publisher.Application.NewDocument(even).md
+++ b/api/Publisher.Application.NewDocument(even).md
@@ -27,7 +27,7 @@ Occurs when a new publication is created.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Doc|Required| **Document**|The new document.|
diff --git a/api/Publisher.Application.NewDocument(method).md b/api/Publisher.Application.NewDocument(method).md
index 02a171b6666..69fa2d41a05 100644
--- a/api/Publisher.Application.NewDocument(method).md
+++ b/api/Publisher.Application.NewDocument(method).md
@@ -27,12 +27,12 @@ Returns a **Document** object that represents a new publication.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Wizard|Optional| **PbWizard**|The wizard to use to create the new publication.|
|Design|Optional| **Long**|The design to apply to the new publication.|
-### Return Value
+### Return value
Document
diff --git a/api/Publisher.Application.OfficeDataSourceObject.md b/api/Publisher.Application.OfficeDataSourceObject.md
index b395d48f8c2..a232d8605ab 100644
--- a/api/Publisher.Application.OfficeDataSourceObject.md
+++ b/api/Publisher.Application.OfficeDataSourceObject.md
@@ -23,7 +23,7 @@ Returns an **OfficeDataSourceObject** object representing the data source in a
_expression_ A variable that represents an **Application** object.
-### Return Value
+### Return value
OfficeDataSourceObject
diff --git a/api/Publisher.Application.Open.md b/api/Publisher.Application.Open.md
index 82b56b1de1b..39af8d5bb89 100644
--- a/api/Publisher.Application.Open.md
+++ b/api/Publisher.Application.Open.md
@@ -27,7 +27,7 @@ Returns a **[Document](Publisher.Document.md)** object that represents the newl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Required| **String**|The name of the publication (paths are accepted).|
|ReadOnly|Optional| **Boolean**| **True** to open the publication as read-only. Default is **False**.|
@@ -35,7 +35,7 @@ Returns a **[Document](Publisher.Document.md)** object that represents the newl
|SaveChanges|Optional| **PbSaveOptions**|Specifies what Microsoft Publisher should do if there is already an open publication with unsaved changes.|
|OpenConflictDocument|Optional| **Boolean**| **True** to open the local conflict publication if there is an offline conflict. Default is **False**.|
-### Return Value
+### Return value
Document
diff --git a/api/Publisher.Application.Options.md b/api/Publisher.Application.Options.md
index c856aa1a4a5..8e06f7d60fb 100644
--- a/api/Publisher.Application.Options.md
+++ b/api/Publisher.Application.Options.md
@@ -23,7 +23,7 @@ Returns an **[Options](Publisher.Options.md)** object that represents applicati
_expression_ A variable that represents an **Application** object.
-### Return Value
+### Return value
Options
diff --git a/api/Publisher.Application.PathSeparator.md b/api/Publisher.Application.PathSeparator.md
index 8a00162f385..b89244d68e9 100644
--- a/api/Publisher.Application.PathSeparator.md
+++ b/api/Publisher.Application.PathSeparator.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the character used to separate folder name
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Application.PicasToPoints.md b/api/Publisher.Application.PicasToPoints.md
index 802a34f1479..ad003fb86c5 100644
--- a/api/Publisher.Application.PicasToPoints.md
+++ b/api/Publisher.Application.PicasToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from picas to points (1 pica = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The pica value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PixelsToPoints.md b/api/Publisher.Application.PixelsToPoints.md
index 5525328c71d..189d157137c 100644
--- a/api/Publisher.Application.PixelsToPoints.md
+++ b/api/Publisher.Application.PixelsToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from pixels to points (1 pixel = 0.75 points). Returns th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The pixel value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PointsToCentimeters.md b/api/Publisher.Application.PointsToCentimeters.md
index 48c8aaf3612..5a2afd66eb6 100644
--- a/api/Publisher.Application.PointsToCentimeters.md
+++ b/api/Publisher.Application.PointsToCentimeters.md
@@ -27,11 +27,11 @@ Converts a measurement from points to centimeters (1 cm = 28.35 points). Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The point value to be converted to centimeters.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PointsToEmus.md b/api/Publisher.Application.PointsToEmus.md
index 5a90ac07369..58e33833f21 100644
--- a/api/Publisher.Application.PointsToEmus.md
+++ b/api/Publisher.Application.PointsToEmus.md
@@ -27,11 +27,11 @@ Converts a measurement from points to emus (12700 emus = 1 point). Returns the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The point value to be converted to emus.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PointsToInches.md b/api/Publisher.Application.PointsToInches.md
index 00462e94909..e5b7cf537c5 100644
--- a/api/Publisher.Application.PointsToInches.md
+++ b/api/Publisher.Application.PointsToInches.md
@@ -27,11 +27,11 @@ Converts a measurement from points to inches (1 in = 72 points). Returns the con
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The point value to be converted to inches.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PointsToLines.md b/api/Publisher.Application.PointsToLines.md
index 5a66188405a..a32e647ec41 100644
--- a/api/Publisher.Application.PointsToLines.md
+++ b/api/Publisher.Application.PointsToLines.md
@@ -27,11 +27,11 @@ Converts a measurement from points to lines (1 line = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The point value to be converted to lines.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PointsToMillimeters.md b/api/Publisher.Application.PointsToMillimeters.md
index 24735564bf0..1df2a27d4a8 100644
--- a/api/Publisher.Application.PointsToMillimeters.md
+++ b/api/Publisher.Application.PointsToMillimeters.md
@@ -27,11 +27,11 @@ Converts a measurement from points to millimeters (1 mm = 2.835 points). Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The point value to be converted to millimeters.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PointsToPicas.md b/api/Publisher.Application.PointsToPicas.md
index 28e2154897b..8c327984c3c 100644
--- a/api/Publisher.Application.PointsToPicas.md
+++ b/api/Publisher.Application.PointsToPicas.md
@@ -27,11 +27,11 @@ Converts a measurement from points to picas (1 pica = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The point value to be converted to picas.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PointsToPixels.md b/api/Publisher.Application.PointsToPixels.md
index c085ba348d3..20ed10f3b51 100644
--- a/api/Publisher.Application.PointsToPixels.md
+++ b/api/Publisher.Application.PointsToPixels.md
@@ -27,11 +27,11 @@ Converts a measurement from points to pixels (1 pixel = 0.75 points). Returns th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The point value to be converted to pixels.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PointsToTwips.md b/api/Publisher.Application.PointsToTwips.md
index ffe9adbf347..c4fc76e08d1 100644
--- a/api/Publisher.Application.PointsToTwips.md
+++ b/api/Publisher.Application.PointsToTwips.md
@@ -27,11 +27,11 @@ Converts a measurement from points to twips (20 twips = 1 point). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The point value to be converted to twips.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.PrintPreview.md b/api/Publisher.Application.PrintPreview.md
index 3a1d0b952c5..39b5459f2c8 100644
--- a/api/Publisher.Application.PrintPreview.md
+++ b/api/Publisher.Application.PrintPreview.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Application.ProductCode.md b/api/Publisher.Application.ProductCode.md
index 9a2b578ef80..566e786ae8b 100644
--- a/api/Publisher.Application.ProductCode.md
+++ b/api/Publisher.Application.ProductCode.md
@@ -23,7 +23,7 @@ Returns a **String** indicating the Microsoft Publisher globally unique identif
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Application.ScreenUpdating.md b/api/Publisher.Application.ScreenUpdating.md
index b4df888596d..fa285b0c67a 100644
--- a/api/Publisher.Application.ScreenUpdating.md
+++ b/api/Publisher.Application.ScreenUpdating.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** indicating whether Microsoft Publisher refreshes
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Application.ShowFollowUpCustom.md b/api/Publisher.Application.ShowFollowUpCustom.md
index 190413d7197..14c282e0921 100644
--- a/api/Publisher.Application.ShowFollowUpCustom.md
+++ b/api/Publisher.Application.ShowFollowUpCustom.md
@@ -23,7 +23,7 @@ Gets or sets the string, if any, that appears as the fourth item under **Prepar
_expression_ A variable that represents an **Application** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Application.ShowWizardCatalog.md b/api/Publisher.Application.ShowWizardCatalog.md
index 97c38c2a593..ac16fb09249 100644
--- a/api/Publisher.Application.ShowWizardCatalog.md
+++ b/api/Publisher.Application.ShowWizardCatalog.md
@@ -27,7 +27,7 @@ Displays the **Publication Types** catalog for the wizard of the specified type
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Wizard|Optional| **PbWizard**|The type of wizard catalog to be displayed.|
diff --git a/api/Publisher.Application.SnapToGuides.md b/api/Publisher.Application.SnapToGuides.md
index abc858b0ef3..35afcf28028 100644
--- a/api/Publisher.Application.SnapToGuides.md
+++ b/api/Publisher.Application.SnapToGuides.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Application.SnapToObjects.md b/api/Publisher.Application.SnapToObjects.md
index e56ca9436a6..4d73c6487d4 100644
--- a/api/Publisher.Application.SnapToObjects.md
+++ b/api/Publisher.Application.SnapToObjects.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Application.TemplateFolderPath.md b/api/Publisher.Application.TemplateFolderPath.md
index a245e2f0dfb..63b09e2e9fd 100644
--- a/api/Publisher.Application.TemplateFolderPath.md
+++ b/api/Publisher.Application.TemplateFolderPath.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the location where Microsoft Publisher tem
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Application.TwipsToPoints.md b/api/Publisher.Application.TwipsToPoints.md
index 7f382ff3c96..2985e64e579 100644
--- a/api/Publisher.Application.TwipsToPoints.md
+++ b/api/Publisher.Application.TwipsToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from twips to points (20 twips = 1 point). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **Single**|The twip value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Application.ValidateAddressVisible.md b/api/Publisher.Application.ValidateAddressVisible.md
index 388c22fcda3..345176bc6ca 100644
--- a/api/Publisher.Application.ValidateAddressVisible.md
+++ b/api/Publisher.Application.ValidateAddressVisible.md
@@ -23,7 +23,7 @@ Determines whether **Validate addresses** is available under **Refine recipient
_expression_ A variable that represents an **Application** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Application.Version.md b/api/Publisher.Application.Version.md
index 66eaafdb087..7708294fbe0 100644
--- a/api/Publisher.Application.Version.md
+++ b/api/Publisher.Application.Version.md
@@ -23,7 +23,7 @@ Returns a **String** indicating the version number of the currently-installed c
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Application.WebOptions.md b/api/Publisher.Application.WebOptions.md
index 52a02c7afe3..05a251aac81 100644
--- a/api/Publisher.Application.WebOptions.md
+++ b/api/Publisher.Application.WebOptions.md
@@ -23,7 +23,7 @@ Returns a **[WebOptions](Publisher.WebOptions.md)** object, which represents th
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
WebOptions
diff --git a/api/Publisher.Application.WindowActivate.md b/api/Publisher.Application.WindowActivate.md
index da376dd91d6..357f6cef82b 100644
--- a/api/Publisher.Application.WindowActivate.md
+++ b/api/Publisher.Application.WindowActivate.md
@@ -27,7 +27,7 @@ Occurs when the application window is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Wn|Required| **Window**|The window that is being activated.|
diff --git a/api/Publisher.Application.WindowDeactivate.md b/api/Publisher.Application.WindowDeactivate.md
index 107c1dee4f9..85d85ca3760 100644
--- a/api/Publisher.Application.WindowDeactivate.md
+++ b/api/Publisher.Application.WindowDeactivate.md
@@ -27,7 +27,7 @@ Occurs when the application window is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Wn|Required| **Window**|The window that is being deactivated.|
diff --git a/api/Publisher.Application.WindowPageChange.md b/api/Publisher.Application.WindowPageChange.md
index bf2eed46d0a..10e2f31a51c 100644
--- a/api/Publisher.Application.WindowPageChange.md
+++ b/api/Publisher.Application.WindowPageChange.md
@@ -27,7 +27,7 @@ Occurs when switching the view from one page to another page in a publication.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Vw|Required| **View**|The new view that includes the page to which the view has been switched.|
diff --git a/api/Publisher.Application.WizardCatalogVisible.md b/api/Publisher.Application.WizardCatalogVisible.md
index 79febb30a60..3ab5a479ceb 100644
--- a/api/Publisher.Application.WizardCatalogVisible.md
+++ b/api/Publisher.Application.WizardCatalogVisible.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** indicating whether the Wizard Catalog is visible.
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Attachment.Name.md b/api/Publisher.Attachment.Name.md
index 6c1620d7a39..be559655a6f 100644
--- a/api/Publisher.Attachment.Name.md
+++ b/api/Publisher.Attachment.Name.md
@@ -23,7 +23,7 @@ Returns the name of the attachment. Read-only.
_expression_ A variable that represents an **Attachment** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Attachments.Add.md b/api/Publisher.Attachments.Add.md
index 6ecf8781609..2e2fb312f14 100644
--- a/api/Publisher.Attachments.Add.md
+++ b/api/Publisher.Attachments.Add.md
@@ -27,11 +27,11 @@ Adds an **Attachment** object to the **Attachments** collection of a Microsoft
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Required| **String**|File name of the attachment.|
-### Return Value
+### Return value
Attachment
diff --git a/api/Publisher.Attachments.Application.md b/api/Publisher.Attachments.Application.md
index 0a182a20c09..4ed215b19e6 100644
--- a/api/Publisher.Attachments.Application.md
+++ b/api/Publisher.Attachments.Application.md
@@ -23,7 +23,7 @@ Returns an **Application** object that represents the creator of the parent **A
_expression_ A variable that represents an **Attachments** collection.
-### Return Value
+### Return value
Application
diff --git a/api/Publisher.Attachments.Count.md b/api/Publisher.Attachments.Count.md
index 8544ebdaaae..aed28a751f0 100644
--- a/api/Publisher.Attachments.Count.md
+++ b/api/Publisher.Attachments.Count.md
@@ -23,7 +23,7 @@ Returns the number of **[Attachment](Publisher.Attachment.md)** objects in the
_expression_ A variable that represents an **Attachments** collection.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Attachments.Item.md b/api/Publisher.Attachments.Item.md
index 18ef60de7cf..5bee1c00027 100644
--- a/api/Publisher.Attachments.Item.md
+++ b/api/Publisher.Attachments.Item.md
@@ -27,11 +27,11 @@ Returns the **[Attachment](Publisher.Attachment.md)** object at the specified i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Item|Required| **Long**|The index position of the attachment to be returned.|
-### Return Value
+### Return value
Attachment
diff --git a/api/Publisher.Attachments.Parent.md b/api/Publisher.Attachments.Parent.md
index efecc3ff4e2..baa6aebc2b5 100644
--- a/api/Publisher.Attachments.Parent.md
+++ b/api/Publisher.Attachments.Parent.md
@@ -23,7 +23,7 @@ Returns the parent of the **[Attachments](Publisher.Attachments.md)** collectio
_expression_ A variable that represents an **Attachments** object.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.BorderArtFormat.Set.md b/api/Publisher.BorderArtFormat.Set.md
index 3faacd6178a..c9fbd6c189d 100644
--- a/api/Publisher.BorderArtFormat.Set.md
+++ b/api/Publisher.BorderArtFormat.Set.md
@@ -27,7 +27,7 @@ Sets the type of BorderArt applied to the specified shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|BorderArtName|Required| **Variant**|The name of the BorderArt type applied to the specified shape.|
diff --git a/api/Publisher.BorderArtFormat.StretchPictures.md b/api/Publisher.BorderArtFormat.StretchPictures.md
index 7448abb2fbe..b9d0d34beb6 100644
--- a/api/Publisher.BorderArtFormat.StretchPictures.md
+++ b/api/Publisher.BorderArtFormat.StretchPictures.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **BorderArtFormat** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.BorderArts.Item.md b/api/Publisher.BorderArts.Item.md
index c2fd1fd9e34..1eee2608692 100644
--- a/api/Publisher.BorderArts.Item.md
+++ b/api/Publisher.BorderArts.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
BorderArt
diff --git a/api/Publisher.BuildingBlocks.Item.md b/api/Publisher.BuildingBlocks.Item.md
index bb5b4ba3c59..d9312a6df33 100644
--- a/api/Publisher.BuildingBlocks.Item.md
+++ b/api/Publisher.BuildingBlocks.Item.md
@@ -24,7 +24,7 @@ Returns the specified **[BuildingBlock](Publisher.BuildingBlock.md)** object fr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Item|Required| **Long**|The number of the building block object to return.|
diff --git a/api/Publisher.CalloutFormat.Accent.md b/api/Publisher.CalloutFormat.Accent.md
index a4c19987885..d0738eb4270 100644
--- a/api/Publisher.CalloutFormat.Accent.md
+++ b/api/Publisher.CalloutFormat.Accent.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState**constant indicating whether a vertical accent
_expression_ A variable that represents a **CalloutFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.CalloutFormat.AutoAttach.md b/api/Publisher.CalloutFormat.AutoAttach.md
index 33bf52d3367..52f3f4401b0 100644
--- a/api/Publisher.CalloutFormat.AutoAttach.md
+++ b/api/Publisher.CalloutFormat.AutoAttach.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState**constant indicating whether the place where t
_expression_ A variable that represents a **CalloutFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.CalloutFormat.AutoLength.md b/api/Publisher.CalloutFormat.AutoLength.md
index 3612adc8bbe..ce027e2bea9 100644
--- a/api/Publisher.CalloutFormat.AutoLength.md
+++ b/api/Publisher.CalloutFormat.AutoLength.md
@@ -23,7 +23,7 @@ Returns an **MsoTriState**constant indicating whether the first segment of the
_expression_ A variable that represents a **CalloutFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.CalloutFormat.Border.md b/api/Publisher.CalloutFormat.Border.md
index 793eb9bd346..a3971df14e7 100644
--- a/api/Publisher.CalloutFormat.Border.md
+++ b/api/Publisher.CalloutFormat.Border.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState**constant indicating whether the text in the s
_expression_ A variable that represents a **CalloutFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.CalloutFormat.CustomDrop.md b/api/Publisher.CalloutFormat.CustomDrop.md
index e2245ddf9ee..548d9f79479 100644
--- a/api/Publisher.CalloutFormat.CustomDrop.md
+++ b/api/Publisher.CalloutFormat.CustomDrop.md
@@ -27,7 +27,7 @@ Sets the vertical distance from the edge of the text bounding box to the place w
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Drop|Required| **Variant**|The drop distance. Numeric values are evaluated in points; strings can be in any units supported by Microsoft Publisher (for example, "2.5 in").|
diff --git a/api/Publisher.CalloutFormat.CustomLength.md b/api/Publisher.CalloutFormat.CustomLength.md
index e13a2e415bf..945ee3a0142 100644
--- a/api/Publisher.CalloutFormat.CustomLength.md
+++ b/api/Publisher.CalloutFormat.CustomLength.md
@@ -27,7 +27,7 @@ Specifies that the first segment of the callout line (the segment attached to th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Length|Required| **Variant**|The length of the first segment of the callout. Numeric values are evaluated in points; strings can be in any unit supported by Microsoft Publisher (for example, "2.5 in").|
diff --git a/api/Publisher.CalloutFormat.Drop.md b/api/Publisher.CalloutFormat.Drop.md
index e87579fcd83..4cd680ef468 100644
--- a/api/Publisher.CalloutFormat.Drop.md
+++ b/api/Publisher.CalloutFormat.Drop.md
@@ -23,7 +23,7 @@ For callouts with an explicitly set drop value, this property returns the vertic
_expression_ A variable that represents a **CalloutFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.CalloutFormat.DropType.md b/api/Publisher.CalloutFormat.DropType.md
index 403a30817b2..813922bc114 100644
--- a/api/Publisher.CalloutFormat.DropType.md
+++ b/api/Publisher.CalloutFormat.DropType.md
@@ -23,7 +23,7 @@ Returns an **MsoCalloutDropType** constant indicating where the callout line at
_expression_ A variable that represents a **CalloutFormat** object.
-### Return Value
+### Return value
MsoCalloutDropType
diff --git a/api/Publisher.CalloutFormat.Gap.md b/api/Publisher.CalloutFormat.Gap.md
index db9f323dfa4..382817ed9ad 100644
--- a/api/Publisher.CalloutFormat.Gap.md
+++ b/api/Publisher.CalloutFormat.Gap.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** indicating the horizontal distance between the en
_expression_ A variable that represents a **CalloutFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.CalloutFormat.PresetDrop.md b/api/Publisher.CalloutFormat.PresetDrop.md
index 9329ed5160e..b70a3bf4d41 100644
--- a/api/Publisher.CalloutFormat.PresetDrop.md
+++ b/api/Publisher.CalloutFormat.PresetDrop.md
@@ -27,7 +27,7 @@ Specifies whether the callout line attaches to the top, bottom, or center of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|DropType|Required| **MsoCalloutDropType**|The starting position of the callout line relative to the text bounding box.|
diff --git a/api/Publisher.CaptionStyles.Item.md b/api/Publisher.CaptionStyles.Item.md
index 3444b5261b4..28d52fc710b 100644
--- a/api/Publisher.CaptionStyles.Item.md
+++ b/api/Publisher.CaptionStyles.Item.md
@@ -24,11 +24,11 @@ Returns the specified **[CaptionStyle](Publisher.CaptionStyle.md)** object from
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The index number in the collection of the caption style to return.|
-### Return Value
+### Return value
CaptionStyle
diff --git a/api/Publisher.CatalogMergeShapes.HorizontalRepeat.md b/api/Publisher.CatalogMergeShapes.HorizontalRepeat.md
index 08c3874b402..ab233a033bb 100644
--- a/api/Publisher.CatalogMergeShapes.HorizontalRepeat.md
+++ b/api/Publisher.CatalogMergeShapes.HorizontalRepeat.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the number of times the catalog merge area w
_expression_ A variable that represents a **CatalogMergeShapes** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.CatalogMergeShapes.Item.md b/api/Publisher.CatalogMergeShapes.Item.md
index 27f75ed6162..7325cad94e4 100644
--- a/api/Publisher.CatalogMergeShapes.Item.md
+++ b/api/Publisher.CatalogMergeShapes.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.CatalogMergeShapes.Range.md b/api/Publisher.CatalogMergeShapes.Range.md
index 7e1782d2302..33ab6b9135b 100644
--- a/api/Publisher.CatalogMergeShapes.Range.md
+++ b/api/Publisher.CatalogMergeShapes.Range.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents a **CatalogMergeShapes** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The individual shapes that are to be included in the range. Can be an integer that specifies the index number of the shape, a string that specifies the name of the shape, or an array that contains either integers or strings. If Index is omitted, the **Range** method returns all the objects in the specified collection.|
diff --git a/api/Publisher.CatalogMergeShapes.VerticalRepeat.md b/api/Publisher.CatalogMergeShapes.VerticalRepeat.md
index 6082a8b27b2..c3aff875ed9 100644
--- a/api/Publisher.CatalogMergeShapes.VerticalRepeat.md
+++ b/api/Publisher.CatalogMergeShapes.VerticalRepeat.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the number of times the catalog merge area w
_expression_ A variable that represents a **CatalogMergeShapes** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Cell.BorderBottom.md b/api/Publisher.Cell.BorderBottom.md
index 8847961408f..c2bedd1a039 100644
--- a/api/Publisher.Cell.BorderBottom.md
+++ b/api/Publisher.Cell.BorderBottom.md
@@ -23,7 +23,7 @@ Returns a [CellBorder](Publisher.CellBorder.md)object that represents the botto
_expression_ A variable that represents a **Cell** object.
-### Return Value
+### Return value
CellBorder
diff --git a/api/Publisher.Cell.BorderDiagonal.md b/api/Publisher.Cell.BorderDiagonal.md
index 46ccc1ef467..c06e29df6b2 100644
--- a/api/Publisher.Cell.BorderDiagonal.md
+++ b/api/Publisher.Cell.BorderDiagonal.md
@@ -23,7 +23,7 @@ Returns a [CellBorder](Publisher.CellBorder.md)object that represents the diago
_expression_ A variable that represents a **Cell** object.
-### Return Value
+### Return value
CellBorder
diff --git a/api/Publisher.Cell.BorderLeft.md b/api/Publisher.Cell.BorderLeft.md
index 4524d381f26..94127949b62 100644
--- a/api/Publisher.Cell.BorderLeft.md
+++ b/api/Publisher.Cell.BorderLeft.md
@@ -23,7 +23,7 @@ Returns a [CellBorder](Publisher.CellBorder.md)object that represents the left
_expression_ A variable that represents a **Cell** object.
-### Return Value
+### Return value
CellBorder
diff --git a/api/Publisher.Cell.BorderRight.md b/api/Publisher.Cell.BorderRight.md
index ea4d6db42c3..6a0de329ca6 100644
--- a/api/Publisher.Cell.BorderRight.md
+++ b/api/Publisher.Cell.BorderRight.md
@@ -23,7 +23,7 @@ Returns a [CellBorder](Publisher.CellBorder.md)object that represents the right
_expression_ A variable that represents a **Cell** object.
-### Return Value
+### Return value
CellBorder
diff --git a/api/Publisher.Cell.BorderTop.md b/api/Publisher.Cell.BorderTop.md
index 4d4458f4eb2..e20cd3087ac 100644
--- a/api/Publisher.Cell.BorderTop.md
+++ b/api/Publisher.Cell.BorderTop.md
@@ -23,7 +23,7 @@ Returns a [CellBorder](Publisher.CellBorder.md)object that represents the top b
_expression_ A variable that represents a **Cell** object.
-### Return Value
+### Return value
CellBorder
diff --git a/api/Publisher.Cell.CellTextOrientation.md b/api/Publisher.Cell.CellTextOrientation.md
index 249fb89e8ee..1e70b0d05e0 100644
--- a/api/Publisher.Cell.CellTextOrientation.md
+++ b/api/Publisher.Cell.CellTextOrientation.md
@@ -23,7 +23,7 @@ Returns or sets a **PbTextOrientation** that represents the flow of text in a s
_expression_ A variable that represents a **Cell** object.
-### Return Value
+### Return value
PbTextOrientation
diff --git a/api/Publisher.Cell.Diagonal.md b/api/Publisher.Cell.Diagonal.md
index 3d036c01044..be17384c406 100644
--- a/api/Publisher.Cell.Diagonal.md
+++ b/api/Publisher.Cell.Diagonal.md
@@ -23,7 +23,7 @@ Sets or returns a **PbCellDiagonalType** constant that represents a cell that i
_expression_ A variable that represents a **Cell** object.
-### Return Value
+### Return value
PbCellDiagonalType
diff --git a/api/Publisher.Cell.Merge.md b/api/Publisher.Cell.Merge.md
index 9389423a43c..5863d6aa738 100644
--- a/api/Publisher.Cell.Merge.md
+++ b/api/Publisher.Cell.Merge.md
@@ -27,7 +27,7 @@ Merges the specified table cell with another cell. The result is a single table
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|MergeTo|Required| **Cell**|The cell to be merged with; must be adjacent to the specified cell or an error occurs.|
diff --git a/api/Publisher.Cell.Split.md b/api/Publisher.Cell.Split.md
index 191f9430008..8e5bde6a68a 100644
--- a/api/Publisher.Cell.Split.md
+++ b/api/Publisher.Cell.Split.md
@@ -23,7 +23,7 @@ Splits a merged table cell back into its constituent cells. Returns a **[CellRa
_expression_ A variable that represents a **Cell** object.
-### Return Value
+### Return value
CellRange
diff --git a/api/Publisher.CellRange.Item.md b/api/Publisher.CellRange.Item.md
index 96443ba146c..b809de3b7ac 100644
--- a/api/Publisher.CellRange.Item.md
+++ b/api/Publisher.CellRange.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Cell** object in the specified **CellRange** collection
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
-### Return Value
+### Return value
Cell
diff --git a/api/Publisher.ColorCMYK.Black.md b/api/Publisher.ColorCMYK.Black.md
index 45abc133803..55430df41c9 100644
--- a/api/Publisher.ColorCMYK.Black.md
+++ b/api/Publisher.ColorCMYK.Black.md
@@ -23,7 +23,7 @@ Sets or returns a **Long** that represents the black component of a CMYK color.
_expression_ A variable that represents a **ColorCMYK** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ColorCMYK.Cyan.md b/api/Publisher.ColorCMYK.Cyan.md
index 355480d144d..98c5da54893 100644
--- a/api/Publisher.ColorCMYK.Cyan.md
+++ b/api/Publisher.ColorCMYK.Cyan.md
@@ -23,7 +23,7 @@ Sets or returns a **Long** that represents the cyan component of a CMYK color.
_expression_ A variable that represents a **ColorCMYK** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ColorCMYK.Magenta.md b/api/Publisher.ColorCMYK.Magenta.md
index 4d319b11895..f58b2831f09 100644
--- a/api/Publisher.ColorCMYK.Magenta.md
+++ b/api/Publisher.ColorCMYK.Magenta.md
@@ -23,7 +23,7 @@ Sets or returns a **Long** that represents the magenta component of a CMYK colo
_expression_ A variable that represents a **ColorCMYK** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ColorCMYK.SetCMYK.md b/api/Publisher.ColorCMYK.SetCMYK.md
index 8875302a083..b264cfaf444 100644
--- a/api/Publisher.ColorCMYK.SetCMYK.md
+++ b/api/Publisher.ColorCMYK.SetCMYK.md
@@ -27,7 +27,7 @@ Sets a cyan-magenta-yellow-black (CMYK) color value.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Cyan|Required| **Long**|A number that represents the cyan component of the color. Value can be any number between 0 and 255.|
|Magenta|Required| **Long**|A number that represents the magenta component of the color. Value can be any number between 0 and 255.|
diff --git a/api/Publisher.ColorCMYK.Yellow.md b/api/Publisher.ColorCMYK.Yellow.md
index 6a366c7d935..c6ac87bca30 100644
--- a/api/Publisher.ColorCMYK.Yellow.md
+++ b/api/Publisher.ColorCMYK.Yellow.md
@@ -23,7 +23,7 @@ Sets or returns a **Long** that represents the yellow component of a CMYK color
_expression_ A variable that represents a **ColorCMYK** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ColorFormat.BaseCMYK.md b/api/Publisher.ColorFormat.BaseCMYK.md
index d62f998b575..7b5d8146b34 100644
--- a/api/Publisher.ColorFormat.BaseCMYK.md
+++ b/api/Publisher.ColorFormat.BaseCMYK.md
@@ -23,7 +23,7 @@ Returns the base cyan-magenta-yellow-black (CMYK) color value of the parent **C
_expression_ A variable that represents a **ColorFormat** object.
-### Return Value
+### Return value
ColorCMYK
diff --git a/api/Publisher.ColorFormat.BaseRGB.md b/api/Publisher.ColorFormat.BaseRGB.md
index 20e08e4d653..494dcb0bf4e 100644
--- a/api/Publisher.ColorFormat.BaseRGB.md
+++ b/api/Publisher.ColorFormat.BaseRGB.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoRGBType** constant that represents the original RGB col
_expression_ A variable that represents a **ColorFormat** object.
-### Return Value
+### Return value
MsoRGBType
diff --git a/api/Publisher.ColorFormat.CMYK.md b/api/Publisher.ColorFormat.CMYK.md
index a5cf9eadd6f..ce129d9cfe7 100644
--- a/api/Publisher.ColorFormat.CMYK.md
+++ b/api/Publisher.ColorFormat.CMYK.md
@@ -23,7 +23,7 @@ Returns a **ColorCMYK** object that represents CMYK color properties.
_expression_ A variable that represents a **ColorFormat** object.
-### Return Value
+### Return value
ColorCMYK
diff --git a/api/Publisher.ColorFormat.Ink.md b/api/Publisher.ColorFormat.Ink.md
index d36d481b24b..e0113a3a8e4 100644
--- a/api/Publisher.ColorFormat.Ink.md
+++ b/api/Publisher.ColorFormat.Ink.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** indicating whether the specified color is a spot col
_expression_ A variable that represents an **ColorFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ColorFormat.RGB.md b/api/Publisher.ColorFormat.RGB.md
index f9916dc06ef..9fe0f054c8e 100644
--- a/api/Publisher.ColorFormat.RGB.md
+++ b/api/Publisher.ColorFormat.RGB.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoRGBType** that represents the red-green-blue (RGB) valu
_expression_ A variable that represents a **ColorFormat** object.
-### Return Value
+### Return value
MsoRGBType
diff --git a/api/Publisher.ColorFormat.SchemeColor.md b/api/Publisher.ColorFormat.SchemeColor.md
index 6a94ebcc70c..7cf944dc6b7 100644
--- a/api/Publisher.ColorFormat.SchemeColor.md
+++ b/api/Publisher.ColorFormat.SchemeColor.md
@@ -23,7 +23,7 @@ Specifies the color of the current color scheme. Read/write.
_expression_ A variable that represents a **ColorFormat** object.
-### Return Value
+### Return value
PbSchemeColorIndex
diff --git a/api/Publisher.ColorFormat.TintAndShade.md b/api/Publisher.ColorFormat.TintAndShade.md
index 00bc3cd0e73..00afadbef57 100644
--- a/api/Publisher.ColorFormat.TintAndShade.md
+++ b/api/Publisher.ColorFormat.TintAndShade.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the lightening or darkening of a s
_expression_ A variable that represents a **ColorFormat** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ColorFormat.Transparency.md b/api/Publisher.ColorFormat.Transparency.md
index 88b3777e32d..1972522c925 100644
--- a/api/Publisher.ColorFormat.Transparency.md
+++ b/api/Publisher.ColorFormat.Transparency.md
@@ -23,7 +23,7 @@ Gets or sets the degree of transparency of the color represented by the parent
_expression_ A variable that represents a **ColorFormat** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ColorScheme.Colors.md b/api/Publisher.ColorScheme.Colors.md
index 12c6568350a..e10d443090b 100644
--- a/api/Publisher.ColorScheme.Colors.md
+++ b/api/Publisher.ColorScheme.Colors.md
@@ -27,11 +27,11 @@ Returns a **[ColorFormat](Publisher.ColorFormat.md)** object representing a col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ColorIndex|Required| **PbSchemeColorIndex**| The color from the scheme to return based on its function in the scheme.|
-### Return Value
+### Return value
ColorFormat
diff --git a/api/Publisher.ColorSchemes.Item.md b/api/Publisher.ColorSchemes.Item.md
index ce2e9a2d298..c1daad18232 100644
--- a/api/Publisher.ColorSchemes.Item.md
+++ b/api/Publisher.ColorSchemes.Item.md
@@ -27,7 +27,7 @@ Returns the specified **[ColorScheme](Publisher.ColorScheme.md)** object from a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The color scheme to return. Can be either the name of the color scheme as a string or the corresponding **PbColorScheme** constant.|
diff --git a/api/Publisher.ColorsInUse.Item.md b/api/Publisher.ColorsInUse.Item.md
index 654ab0feb16..43dc97e03ce 100644
--- a/api/Publisher.ColorsInUse.Item.md
+++ b/api/Publisher.ColorsInUse.Item.md
@@ -27,7 +27,7 @@ Returns an individual object from a specified collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
diff --git a/api/Publisher.Columns.Add.md b/api/Publisher.Columns.Add.md
index 72d14c74337..9ede6abce5e 100644
--- a/api/Publisher.Columns.Add.md
+++ b/api/Publisher.Columns.Add.md
@@ -27,11 +27,11 @@ Adds a new **Column** object to the specified **Columns** collection and return
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|BeforeColumn|Optional| **Long**|The number of the column before which to insert the new column. If this argument is omitted, the new column is added after the existing columns. An error occurs if the value of this argument does not correspond to an existing column in the table.|
-### Return Value
+### Return value
Column
diff --git a/api/Publisher.Columns.Item.md b/api/Publisher.Columns.Item.md
index 76973592697..4f9ceffae4b 100644
--- a/api/Publisher.Columns.Item.md
+++ b/api/Publisher.Columns.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Column** object in the specified **Columns** collection
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
-### Return Value
+### Return value
Column
diff --git a/api/Publisher.ConnectorFormat.BeginConnect.md b/api/Publisher.ConnectorFormat.BeginConnect.md
index f5bdc88499b..99e2cf4fe7c 100644
--- a/api/Publisher.ConnectorFormat.BeginConnect.md
+++ b/api/Publisher.ConnectorFormat.BeginConnect.md
@@ -27,7 +27,7 @@ Attaches the beginning of the specified connector to a specified shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ConnectedShape|Required| **Shape**|The shape to which Microsoft Publisher attaches the beginning of the connector. The specified **Shape** object must be in the same **Shapes** collection as the connector.|
|ConnectionSite|Required| **Long**|A connection site on the shape specified by ConnectedShape. Must be an integer between 1 and the integer returned by the **[ConnectionSiteCount](Publisher.Shape.ConnectionSiteCount.md)** property of the specified shape. Connection sites are numbered starting from the top of the specified shape and moving counterclockwise around the shape. If you want the connector to automatically find the shortest path between the two shapes it connects, specify any valid integer for this argument and then use the **[RerouteConnections](Publisher.Shape.RerouteConnections.md)** method after the connector is attached to shapes at both ends.|
diff --git a/api/Publisher.ConnectorFormat.BeginConnected.md b/api/Publisher.ConnectorFormat.BeginConnected.md
index 91dd0b381f9..22f53633226 100644
--- a/api/Publisher.ConnectorFormat.BeginConnected.md
+++ b/api/Publisher.ConnectorFormat.BeginConnected.md
@@ -23,7 +23,7 @@ Returns an **MsoTriState**constant indicating whether the beginning of the spec
_expression_ A variable that represents a **ConnectorFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.ConnectorFormat.BeginConnectedShape.md b/api/Publisher.ConnectorFormat.BeginConnectedShape.md
index 27170a51b01..9b5896201cf 100644
--- a/api/Publisher.ConnectorFormat.BeginConnectedShape.md
+++ b/api/Publisher.ConnectorFormat.BeginConnectedShape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](Publisher.Shape.md)** object that represents the shape to w
_expression_ A variable that represents a **ConnectorFormat** object.
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.ConnectorFormat.BeginConnectionSite.md b/api/Publisher.ConnectorFormat.BeginConnectionSite.md
index 86f2e531b05..6ed1e1dc579 100644
--- a/api/Publisher.ConnectorFormat.BeginConnectionSite.md
+++ b/api/Publisher.ConnectorFormat.BeginConnectionSite.md
@@ -23,7 +23,7 @@ Returns a **Long** indicating the connection site to which the beginning of a c
_expression_ A variable that represents a **ConnectorFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ConnectorFormat.EndConnect.md b/api/Publisher.ConnectorFormat.EndConnect.md
index 0a12573fa67..311f7b27efd 100644
--- a/api/Publisher.ConnectorFormat.EndConnect.md
+++ b/api/Publisher.ConnectorFormat.EndConnect.md
@@ -27,7 +27,7 @@ Attaches the end of the specified connector to a specified shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ConnectedShape|Required| **Shape**|The shape to which Microsoft Publisher attaches the end of the connector. The specified **Shape** object must be in the same **Shapes** collection as the connector.|
|ConnectionSite|Required| **Long**|A connection site on the shape specified by ConnectedShape. Must be an integer between 1 and the integer returned by the **[ConnectionSiteCount](Publisher.Shape.ConnectionSiteCount.md)** property of the specified shape. Connection sites are numbered starting from the top of the specified shape and moving counterclockwise around the shape. If you want the connector to automatically find the shortest path between the two shapes it connects, specify any valid integer for this argument and then use the **[RerouteConnections](Publisher.Shape.RerouteConnections.md)** method after the connector is attached to shapes at both ends.|
diff --git a/api/Publisher.ConnectorFormat.EndConnected.md b/api/Publisher.ConnectorFormat.EndConnected.md
index 1b87ad6372e..2091c14c9fd 100644
--- a/api/Publisher.ConnectorFormat.EndConnected.md
+++ b/api/Publisher.ConnectorFormat.EndConnected.md
@@ -23,7 +23,7 @@ Returns an **MsoTriState** constant indicating whether the end of the specified
_expression_ A variable that represents an **ConnectorFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.ConnectorFormat.EndConnectedShape.md b/api/Publisher.ConnectorFormat.EndConnectedShape.md
index 013e7db7dd2..e4a8e56222b 100644
--- a/api/Publisher.ConnectorFormat.EndConnectedShape.md
+++ b/api/Publisher.ConnectorFormat.EndConnectedShape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](Publisher.Shape.md)** object that represents the shape to w
_expression_ A variable that represents an **ConnectorFormat** object.
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.ConnectorFormat.EndConnectionSite.md b/api/Publisher.ConnectorFormat.EndConnectionSite.md
index 36a63a2e21c..352ffacc540 100644
--- a/api/Publisher.ConnectorFormat.EndConnectionSite.md
+++ b/api/Publisher.ConnectorFormat.EndConnectionSite.md
@@ -23,7 +23,7 @@ Returns a **Long** indicating the connection site to which the end of a connect
_expression_ A variable that represents an **ConnectorFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Document.ActiveView.md b/api/Publisher.Document.ActiveView.md
index 960598a7043..c21abb519b4 100644
--- a/api/Publisher.Document.ActiveView.md
+++ b/api/Publisher.Document.ActiveView.md
@@ -23,7 +23,7 @@ Returns a **[View](Publisher.View.md)** object representing the view attributes
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
View
diff --git a/api/Publisher.Document.AdvancedPrintOptions.md b/api/Publisher.Document.AdvancedPrintOptions.md
index 6af7827e189..d25f766f574 100644
--- a/api/Publisher.Document.AdvancedPrintOptions.md
+++ b/api/Publisher.Document.AdvancedPrintOptions.md
@@ -23,7 +23,7 @@ Returns an **[AdvancedPrintOptions](Publisher.AdvancedPrintOptions.md)** object
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
AdvancedPrintOptions
diff --git a/api/Publisher.Document.BeforeClose.md b/api/Publisher.Document.BeforeClose.md
index b0eca5cac6c..49ca29ccedd 100644
--- a/api/Publisher.Document.BeforeClose.md
+++ b/api/Publisher.Document.BeforeClose.md
@@ -27,7 +27,7 @@ Occurs immediately before any open document closes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Cancel|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True**, the document doesn't close when the procedure is finished.|
diff --git a/api/Publisher.Document.BeginCustomUndoAction.md b/api/Publisher.Document.BeginCustomUndoAction.md
index 15cedc51207..f32dec3c144 100644
--- a/api/Publisher.Document.BeginCustomUndoAction.md
+++ b/api/Publisher.Document.BeginCustomUndoAction.md
@@ -27,7 +27,7 @@ Specifies the starting point and label (textual description) of a group of actio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ActionName|Required| **String**|The label that corresponds to the single undo action. This label appears when you click the arrow beside the Undo button on the Standard toolbar.|
diff --git a/api/Publisher.Document.BorderArts.md b/api/Publisher.Document.BorderArts.md
index 3a02d842db0..83294f54e78 100644
--- a/api/Publisher.Document.BorderArts.md
+++ b/api/Publisher.Document.BorderArts.md
@@ -23,7 +23,7 @@ Returns a **[BorderArts](Publisher.BorderArts.md)** collection that represents
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
BorderArts
diff --git a/api/Publisher.Document.ChangeDocument.md b/api/Publisher.Document.ChangeDocument.md
index 3ca9bc6bf50..de548632585 100644
--- a/api/Publisher.Document.ChangeDocument.md
+++ b/api/Publisher.Document.ChangeDocument.md
@@ -27,7 +27,7 @@ Changes the current publication to one that uses the wizard, and optionally the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Wizard|Required| **PbWizard**|The type of wizard. See Remarks for possible values.|
|Design|Optional| **Long**|The design type.|
diff --git a/api/Publisher.Document.ColorScheme.md b/api/Publisher.Document.ColorScheme.md
index 808660c902c..c35c283de9e 100644
--- a/api/Publisher.Document.ColorScheme.md
+++ b/api/Publisher.Document.ColorScheme.md
@@ -23,7 +23,7 @@ Returns or sets the **[ColorScheme](Publisher.ColorScheme.md)** object that rep
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
ColorScheme
diff --git a/api/Publisher.Document.ConvertPublicationType.md b/api/Publisher.Document.ConvertPublicationType.md
index 7956dbb8a7f..53ae7ff2634 100644
--- a/api/Publisher.Document.ConvertPublicationType.md
+++ b/api/Publisher.Document.ConvertPublicationType.md
@@ -27,7 +27,7 @@ Converts the specified publication to the specified publication type.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **PbPublicationType**|The type of publication to which you want the publication converted.|
diff --git a/api/Publisher.Document.DefaultTabStop.md b/api/Publisher.Document.DefaultTabStop.md
index e58a3656e38..c1ad5b42263 100644
--- a/api/Publisher.Document.DefaultTabStop.md
+++ b/api/Publisher.Document.DefaultTabStop.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** corresponding to the default tab stop for all tex
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.Document.DocumentDirection.md b/api/Publisher.Document.DocumentDirection.md
index ba81f868491..93d57c5549f 100644
--- a/api/Publisher.Document.DocumentDirection.md
+++ b/api/Publisher.Document.DocumentDirection.md
@@ -23,7 +23,7 @@ Returns or sets a **PbDirectionType** constant that indicates whether text in t
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
PbDirectionType
diff --git a/api/Publisher.Document.EnvelopeVisible.md b/api/Publisher.Document.EnvelopeVisible.md
index 394578ad081..bcf9d79adfb 100644
--- a/api/Publisher.Document.EnvelopeVisible.md
+++ b/api/Publisher.Document.EnvelopeVisible.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** indicating whether the e-mail message header is v
_expression_ A variable that represents an **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.ExportAsFixedFormat.md b/api/Publisher.Document.ExportAsFixedFormat.md
index ac91d8ae088..00af8449c06 100644
--- a/api/Publisher.Document.ExportAsFixedFormat.md
+++ b/api/Publisher.Document.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Saves a Microsoft Publisher publication in PDF or XPS format. The conversion rea
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Format|Required| **PbFixedFormatType**|The format in which you want to export the publication. See Remarks for possible values.|
|Filename|Required| **String**|The file name for the exported file.|
diff --git a/api/Publisher.Document.FindShapeByWizardTag.md b/api/Publisher.Document.FindShapeByWizardTag.md
index ff1e0eedb80..a6bf2f04b24 100644
--- a/api/Publisher.Document.FindShapeByWizardTag.md
+++ b/api/Publisher.Document.FindShapeByWizardTag.md
@@ -27,12 +27,12 @@ Returns a **ShapeRange** object representing one or all of the shapes placed in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|WizardTag|Required| **PbWizardTag**|Specifies the wizard tag for which to search.|
|Instance|Optional| **Long**|Specifies which instance of a shape with the specified wizard tag is returned. For Instance equal to n, the nth instance of a shape with the specified wizard tag is returned. If no value for Instance is specified, all the shapes with the specified wizard tag are returned.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.Document.FindShapesByTag.md b/api/Publisher.Document.FindShapesByTag.md
index fe85163f4e0..ff16698a61e 100644
--- a/api/Publisher.Document.FindShapesByTag.md
+++ b/api/Publisher.Document.FindShapesByTag.md
@@ -27,11 +27,11 @@ Returns a **[ShapeRange](Publisher.ShapeRange.md)** object that represents the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|TagName|Required| **String**|The name of the tag.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.Document.FullName.md b/api/Publisher.Document.FullName.md
index 07ce4b90b44..f94dce01d33 100644
--- a/api/Publisher.Document.FullName.md
+++ b/api/Publisher.Document.FullName.md
@@ -23,7 +23,7 @@ Returns a **String** representing the full file name of the saved active public
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Document.IsWizard.md b/api/Publisher.Document.IsWizard.md
index 6d0df7b1f83..dd81cf0d826 100644
--- a/api/Publisher.Document.IsWizard.md
+++ b/api/Publisher.Document.IsWizard.md
@@ -23,7 +23,7 @@ Returns **True** if the specified publication is a publication generated by a M
_expression_ A variable that represents an **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.MailEnvelope.md b/api/Publisher.Document.MailEnvelope.md
index b9863e351aa..9a94c4de521 100644
--- a/api/Publisher.Document.MailEnvelope.md
+++ b/api/Publisher.Document.MailEnvelope.md
@@ -23,7 +23,7 @@ Returns an **MsoEnvelope** object that represents an e-mail header for a public
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
MsoEnvelope
diff --git a/api/Publisher.Document.MailMerge.md b/api/Publisher.Document.MailMerge.md
index 3d100a8c945..47cd66adff4 100644
--- a/api/Publisher.Document.MailMerge.md
+++ b/api/Publisher.Document.MailMerge.md
@@ -23,7 +23,7 @@ Returns a **[MailMerge](Publisher.MailMerge.md)** object that represents the ma
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
MailMerge
diff --git a/api/Publisher.Document.MasterPages.md b/api/Publisher.Document.MasterPages.md
index f638c5733c9..f03662703f3 100644
--- a/api/Publisher.Document.MasterPages.md
+++ b/api/Publisher.Document.MasterPages.md
@@ -23,7 +23,7 @@ Returns the **[MasterPages](Publisher.MasterPages.md)** collection for the spec
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
MasterPages
diff --git a/api/Publisher.Document.PageSetup.md b/api/Publisher.Document.PageSetup.md
index 89e8f433c1b..ca86b14bff9 100644
--- a/api/Publisher.Document.PageSetup.md
+++ b/api/Publisher.Document.PageSetup.md
@@ -23,7 +23,7 @@ Returns a **[PageSetup](Publisher.PageSetup.md)** object representing a publica
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
PageSetup
diff --git a/api/Publisher.Document.PrintOutEx.md b/api/Publisher.Document.PrintOutEx.md
index 28ce7ea3647..b9ee965e128 100644
--- a/api/Publisher.Document.PrintOutEx.md
+++ b/api/Publisher.Document.PrintOutEx.md
@@ -27,7 +27,7 @@ Prints all or part of the specified publication.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|From|Optional| **Long**|The starting page number.|
|To|Optional| **Long**|The ending page number.|
diff --git a/api/Publisher.Document.PrintPageBackgrounds.md b/api/Publisher.Document.PrintPageBackgrounds.md
index 2dd790594ad..f11580964e2 100644
--- a/api/Publisher.Document.PrintPageBackgrounds.md
+++ b/api/Publisher.Document.PrintPageBackgrounds.md
@@ -23,7 +23,7 @@ Returns or sets **True** to include page backgrounds when printing pages from t
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.PublicationType.md b/api/Publisher.Document.PublicationType.md
index 642665adf10..f5cea06620a 100644
--- a/api/Publisher.Document.PublicationType.md
+++ b/api/Publisher.Document.PublicationType.md
@@ -23,7 +23,7 @@ Returns a **PbPublicationType** constant that represents the type of the specif
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
PbPublicationType
diff --git a/api/Publisher.Document.ReadOnly.md b/api/Publisher.Document.ReadOnly.md
index 2e134d1dfb5..258925a660d 100644
--- a/api/Publisher.Document.ReadOnly.md
+++ b/api/Publisher.Document.ReadOnly.md
@@ -23,7 +23,7 @@ Returns **True** if the publication is read-only; returns **False** if it is re
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.Redo(method).md b/api/Publisher.Document.Redo(method).md
index fb861acb4d3..1f08c4d4f42 100644
--- a/api/Publisher.Document.Redo(method).md
+++ b/api/Publisher.Document.Redo(method).md
@@ -27,11 +27,11 @@ Redoes the last action or a specified number of actions. Corresponds to the list
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Count|Optional| **Long**|Specifies the number of actions to be redone. Default is 1, meaning that if omitted, only the last action will be redone.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Document.RedoActionsAvailable.md b/api/Publisher.Document.RedoActionsAvailable.md
index 229b803586b..2250b08e4d2 100644
--- a/api/Publisher.Document.RedoActionsAvailable.md
+++ b/api/Publisher.Document.RedoActionsAvailable.md
@@ -23,7 +23,7 @@ Returns the number of actions available on the redo stack. Read-only **Long**.
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Document.RemovePersonalInformation.md b/api/Publisher.Document.RemovePersonalInformation.md
index 77ae1e33335..5771314e69f 100644
--- a/api/Publisher.Document.RemovePersonalInformation.md
+++ b/api/Publisher.Document.RemovePersonalInformation.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** that represents whether to save personal informat
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.SaveAs.md b/api/Publisher.Document.SaveAs.md
index a066de4477d..1350f4178ef 100644
--- a/api/Publisher.Document.SaveAs.md
+++ b/api/Publisher.Document.SaveAs.md
@@ -27,7 +27,7 @@ Saves the specified publication with a new name or format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Optional| **Variant**|The name for the publication. The default is the current folder and file name. If the publication has never been saved, the default name is used, for example, Publication1.pub. If a publication with the specified file name already exists, the publication is overwritten without the user being prompted first.|
|Format|Optional| **PbFileFormat**|The format in which the publication is saved.|
diff --git a/api/Publisher.Document.SaveFormat.md b/api/Publisher.Document.SaveFormat.md
index 46d128dbd7b..9ea7058d46d 100644
--- a/api/Publisher.Document.SaveFormat.md
+++ b/api/Publisher.Document.SaveFormat.md
@@ -23,7 +23,7 @@ Indicates the file format of the specified document. Read-only.
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
PbFileFormat
diff --git a/api/Publisher.Document.Saved.md b/api/Publisher.Document.Saved.md
index 1ee2ebfd995..7d54a337e83 100644
--- a/api/Publisher.Document.Saved.md
+++ b/api/Publisher.Document.Saved.md
@@ -23,7 +23,7 @@ Returns **True** if no changes have been made to a publication since it was las
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.ScratchArea.md b/api/Publisher.Document.ScratchArea.md
index 7d32890ab12..fcb23e3b575 100644
--- a/api/Publisher.Document.ScratchArea.md
+++ b/api/Publisher.Document.ScratchArea.md
@@ -23,7 +23,7 @@ Returns a **[ScratchArea](Publisher.ScratchArea.md)** object for an a given doc
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
ScratchArea
diff --git a/api/Publisher.Document.Sections.md b/api/Publisher.Document.Sections.md
index 7c8e2506ec6..3b238f539df 100644
--- a/api/Publisher.Document.Sections.md
+++ b/api/Publisher.Document.Sections.md
@@ -23,7 +23,7 @@ Returns a **Sections** object representing a collection of **Section** objects
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Sections
diff --git a/api/Publisher.Document.SetBusinessInformation.md b/api/Publisher.Document.SetBusinessInformation.md
index 23103fb3089..23059b32a50 100644
--- a/api/Publisher.Document.SetBusinessInformation.md
+++ b/api/Publisher.Document.SetBusinessInformation.md
@@ -27,7 +27,7 @@ Applies the specified business information set, which consists of a logo image a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Name|Required| **String**|Name of the business information set to be applied.|
diff --git a/api/Publisher.Document.Stories.md b/api/Publisher.Document.Stories.md
index c6cd4321c90..e98a325ed26 100644
--- a/api/Publisher.Document.Stories.md
+++ b/api/Publisher.Document.Stories.md
@@ -23,7 +23,7 @@ Returns a **[Stories](Publisher.Stories.md)** collection containing all stories
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Stories
diff --git a/api/Publisher.Document.SurplusShapes.md b/api/Publisher.Document.SurplusShapes.md
index eb8781cd919..7927d76eb8a 100644
--- a/api/Publisher.Document.SurplusShapes.md
+++ b/api/Publisher.Document.SurplusShapes.md
@@ -23,7 +23,7 @@ Returns a **ShapeRange** object that represents the collection of surplus shape
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.Document.TextStyles.md b/api/Publisher.Document.TextStyles.md
index acbc777e78b..f2e3f1d6acb 100644
--- a/api/Publisher.Document.TextStyles.md
+++ b/api/Publisher.Document.TextStyles.md
@@ -23,7 +23,7 @@ Returns a **[TextStyles](Publisher.TextStyles.md)** collection that contains a
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
TextStyles
diff --git a/api/Publisher.Document.Undo(method).md b/api/Publisher.Document.Undo(method).md
index 63341c7089c..1c600640289 100644
--- a/api/Publisher.Document.Undo(method).md
+++ b/api/Publisher.Document.Undo(method).md
@@ -27,7 +27,7 @@ Undoes the last action or a specified number of actions. Corresponds to the list
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Count|Optional| **Long**|Specifies the number of actions to be undone. Default is 1, meaning that if omitted, only the last action will be undone.|
diff --git a/api/Publisher.Document.UndoActionsAvailable.md b/api/Publisher.Document.UndoActionsAvailable.md
index cab0e1a898f..e87003a0f6d 100644
--- a/api/Publisher.Document.UndoActionsAvailable.md
+++ b/api/Publisher.Document.UndoActionsAvailable.md
@@ -23,7 +23,7 @@ Returns the number of actions available on the undo stack. Read-only **Long**.
_expression_ A variable that represents an **Document** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Document.ViewBoundaries.md b/api/Publisher.Document.ViewBoundaries.md
index d6b779539bf..7cc086196cb 100644
--- a/api/Publisher.Document.ViewBoundaries.md
+++ b/api/Publisher.Document.ViewBoundaries.md
@@ -23,7 +23,7 @@ Returns **True** if object boundaries are visible in the specified publication.
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.ViewGuides.md b/api/Publisher.Document.ViewGuides.md
index bbf003110bc..338d52b6b8a 100644
--- a/api/Publisher.Document.ViewGuides.md
+++ b/api/Publisher.Document.ViewGuides.md
@@ -23,7 +23,7 @@ Returns **True** if guides are visible in the specified publication. Read/write
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.ViewHorizontalBaseLineGuides.md b/api/Publisher.Document.ViewHorizontalBaseLineGuides.md
index 9ede97f04c6..8a1928f6787 100644
--- a/api/Publisher.Document.ViewHorizontalBaseLineGuides.md
+++ b/api/Publisher.Document.ViewHorizontalBaseLineGuides.md
@@ -23,7 +23,7 @@ Sets or returns a **Boolean** that represents whether or not the horizontal bas
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.ViewTwoPageSpread.md b/api/Publisher.Document.ViewTwoPageSpread.md
index 7b624491ffe..91516a16071 100644
--- a/api/Publisher.Document.ViewTwoPageSpread.md
+++ b/api/Publisher.Document.ViewTwoPageSpread.md
@@ -23,7 +23,7 @@ Returns **True** if the specified publication should be viewed as a two-page sp
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.ViewVerticalBaseLineGuides.md b/api/Publisher.Document.ViewVerticalBaseLineGuides.md
index 17e11b67b6d..3e8f5dea449 100644
--- a/api/Publisher.Document.ViewVerticalBaseLineGuides.md
+++ b/api/Publisher.Document.ViewVerticalBaseLineGuides.md
@@ -23,7 +23,7 @@ Sets or returns a **Boolean** that represents whether or not the vertical basel
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Document.WebNavigationBarSets.md b/api/Publisher.Document.WebNavigationBarSets.md
index 7a26cf2ee58..139300d37eb 100644
--- a/api/Publisher.Document.WebNavigationBarSets.md
+++ b/api/Publisher.Document.WebNavigationBarSets.md
@@ -23,7 +23,7 @@ Returns a **WebNavigationBarSets** object representing a collection of all **We
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
WebNavigationBarSets
diff --git a/api/Publisher.Documents.Add.md b/api/Publisher.Documents.Add.md
index 5c89a88f357..b343f1329e4 100644
--- a/api/Publisher.Documents.Add.md
+++ b/api/Publisher.Documents.Add.md
@@ -27,12 +27,12 @@ Adds a new **Document** object that represents a new publication to the **Docum
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PbWizard|Optional| **PbWizard**|The wizard to use to create the new publication.|
|desid|Optional| **Long**|The ID of the design to apply to the new publication.|
-### Return Value
+### Return value
Document
diff --git a/api/Publisher.Documents.Item.md b/api/Publisher.Documents.Item.md
index 512b7c619b0..0a58b4964ca 100644
--- a/api/Publisher.Documents.Item.md
+++ b/api/Publisher.Documents.Item.md
@@ -27,7 +27,7 @@ Returns an individual object from a specified collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|varDocument|Required| **Variant**| **Long**. The number of the object to return.|
diff --git a/api/Publisher.DropCap.ApplyCustomDropCap.md b/api/Publisher.DropCap.ApplyCustomDropCap.md
index c69fa85155a..597a2d6bd80 100644
--- a/api/Publisher.DropCap.ApplyCustomDropCap.md
+++ b/api/Publisher.DropCap.ApplyCustomDropCap.md
@@ -27,7 +27,7 @@ Applies custom formatting to the first letters of paragraphs in a text frame.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|LinesUp|Optional| **Long**|The number of lines to move up the drop cap. The default is 0. The maximum number cannot be more than the number entered for the Size argument less one.|
|Size|Optional| **Long**|The size of the drop cap letters in number of lines high. The default is 5.|
diff --git a/api/Publisher.DropCap.FontColor.md b/api/Publisher.DropCap.FontColor.md
index a72453367dc..ab6e7ee6719 100644
--- a/api/Publisher.DropCap.FontColor.md
+++ b/api/Publisher.DropCap.FontColor.md
@@ -23,7 +23,7 @@ Returns or sets a **[ColorFormat](Publisher.ColorFormat.md)** object that repre
_expression_ A variable that represents a **DropCap** object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/Publisher.DropCap.LinesUp.md b/api/Publisher.DropCap.LinesUp.md
index 3921bc461dd..53c8c0188b3 100644
--- a/api/Publisher.DropCap.LinesUp.md
+++ b/api/Publisher.DropCap.LinesUp.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** that represents the number of lines an initial dropp
_expression_ A variable that represents a **DropCap** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.DropCap.Span.md b/api/Publisher.DropCap.Span.md
index 5da64aa3d61..fa0b301d4eb 100644
--- a/api/Publisher.DropCap.Span.md
+++ b/api/Publisher.DropCap.Span.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** that represents the number of letters included in th
_expression_ A variable that represents a **DropCap** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.EmailMergeEnvelope.Application.md b/api/Publisher.EmailMergeEnvelope.Application.md
index a86b3525225..04b2d668c4b 100644
--- a/api/Publisher.EmailMergeEnvelope.Application.md
+++ b/api/Publisher.EmailMergeEnvelope.Application.md
@@ -23,7 +23,7 @@ Returns an **Application** object that represents the creator of the parent **E
_expression_ A variable that represents an **EmailMergeEnvelope** object.
-### Return Value
+### Return value
Application
diff --git a/api/Publisher.EmailMergeEnvelope.Attachemts.md b/api/Publisher.EmailMergeEnvelope.Attachemts.md
index 2abea18cf4a..9fb72aa884e 100644
--- a/api/Publisher.EmailMergeEnvelope.Attachemts.md
+++ b/api/Publisher.EmailMergeEnvelope.Attachemts.md
@@ -23,7 +23,7 @@ Gets the list of a merged e-mail message's attachments. Read-only.
_expression_ A variable that represents an **EmailMergeEnvelope** object.
-### Return Value
+### Return value
Attachments
diff --git a/api/Publisher.EmailMergeEnvelope.Bcc.md b/api/Publisher.EmailMergeEnvelope.Bcc.md
index f512bfc55c9..862b29ff08e 100644
--- a/api/Publisher.EmailMergeEnvelope.Bcc.md
+++ b/api/Publisher.EmailMergeEnvelope.Bcc.md
@@ -23,7 +23,7 @@ Gets or sets a semicolon-delimited list of e-mail addresses that receive a blind
_expression_ A variable that represents an **EmailMergeEnvelope** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.EmailMergeEnvelope.Cc.md b/api/Publisher.EmailMergeEnvelope.Cc.md
index ec2fe7b96f8..3b290a2e82b 100644
--- a/api/Publisher.EmailMergeEnvelope.Cc.md
+++ b/api/Publisher.EmailMergeEnvelope.Cc.md
@@ -23,7 +23,7 @@ Gets or sets the **MailMergeDataField** object that represents the data-source
_expression_ A variable that represents an **EmailMergeEnvelope** object.
-### Return Value
+### Return value
MailMergeDataField
diff --git a/api/Publisher.EmailMergeEnvelope.Parent.md b/api/Publisher.EmailMergeEnvelope.Parent.md
index 4441a6d1e06..55c160ddb11 100644
--- a/api/Publisher.EmailMergeEnvelope.Parent.md
+++ b/api/Publisher.EmailMergeEnvelope.Parent.md
@@ -23,7 +23,7 @@ Returns the parent of the **[EmailMergeEnvelope](Publisher.EmailMergeEnvelope.m
_expression_ A variable that represents an **EmailMergeEnvelope** object.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.EmailMergeEnvelope.Priority.md b/api/Publisher.EmailMergeEnvelope.Priority.md
index 1b6b30f9e5a..a5bd487e232 100644
--- a/api/Publisher.EmailMergeEnvelope.Priority.md
+++ b/api/Publisher.EmailMergeEnvelope.Priority.md
@@ -23,7 +23,7 @@ Gets or sets the priority of the merged e-mail message represented by the parent
_expression_ A variable that represents an **EmailMergeEnvelope** object.
-### Return Value
+### Return value
pbEmailMergePriority
diff --git a/api/Publisher.EmailMergeEnvelope.Subject.md b/api/Publisher.EmailMergeEnvelope.Subject.md
index 1c931153edf..f5f1b251793 100644
--- a/api/Publisher.EmailMergeEnvelope.Subject.md
+++ b/api/Publisher.EmailMergeEnvelope.Subject.md
@@ -23,7 +23,7 @@ Gets or sets the subject line of the merged e-mail message. Read/write.
_expression_ A variable that represents an **EmailMergeEnvelope** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.EmailMergeEnvelope.To.md b/api/Publisher.EmailMergeEnvelope.To.md
index dd54e5c6cf8..905597a7c95 100644
--- a/api/Publisher.EmailMergeEnvelope.To.md
+++ b/api/Publisher.EmailMergeEnvelope.To.md
@@ -23,7 +23,7 @@ Gets or sets the **MailMergeDataField** object that represents the data-source
_expression_ A variable that represents an **EmailMergeEnvelope** object.
-### Return Value
+### Return value
MailMergeDataField
diff --git a/api/Publisher.Field.Code.md b/api/Publisher.Field.Code.md
index 95ca5454c01..f29d74d2655 100644
--- a/api/Publisher.Field.Code.md
+++ b/api/Publisher.Field.Code.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the text displayed when the page view is s
_expression_ A variable that represents a **Field** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Field.FieldType.md b/api/Publisher.Field.FieldType.md
index 4efc6ac71e8..1f92d9e0b2a 100644
--- a/api/Publisher.Field.FieldType.md
+++ b/api/Publisher.Field.FieldType.md
@@ -20,7 +20,7 @@ Returns a **pbMailMergeDataFieldType** constant that represents the type of dat
_expression_ A variable that represents a **MailMergeDataField** object.
-### Return Value
+### Return value
**PbMailMergeDataFieldType**
diff --git a/api/Publisher.Field.Next.md b/api/Publisher.Field.Next.md
index d17b60a8454..89781a601f4 100644
--- a/api/Publisher.Field.Next.md
+++ b/api/Publisher.Field.Next.md
@@ -23,7 +23,7 @@ Returns a **[Field](Publisher.Field.md)** object that represents the next field
_expression_ A variable that represents a **Field** object.
-### Return Value
+### Return value
Field
diff --git a/api/Publisher.Field.PhoneticGuide.md b/api/Publisher.Field.PhoneticGuide.md
index 92de2f32514..601040991ac 100644
--- a/api/Publisher.Field.PhoneticGuide.md
+++ b/api/Publisher.Field.PhoneticGuide.md
@@ -23,7 +23,7 @@ Returns a **PhoneticGuide** object that represents the properties of phonetic t
_expression_ A variable that represents a **Field** object.
-### Return Value
+### Return value
PhoneticGuide
diff --git a/api/Publisher.Field.Result.md b/api/Publisher.Field.Result.md
index 499ca4194a7..81a929c83b2 100644
--- a/api/Publisher.Field.Result.md
+++ b/api/Publisher.Field.Result.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the result of the specified field. Read-on
_expression_ A variable that represents a **Field** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Fields.AddHorizontalInVertical.md b/api/Publisher.Fields.AddHorizontalInVertical.md
index ad8a0d47d0d..caeb6f8cbb4 100644
--- a/api/Publisher.Fields.AddHorizontalInVertical.md
+++ b/api/Publisher.Fields.AddHorizontalInVertical.md
@@ -27,12 +27,12 @@ Inserts horizontal text into a stream of vertical text and returns the new horiz
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Range|Required| **TextRange**|The text range at which to insert the horizontal text.|
|Text|Required| **String**|The text to be horizontally inserted.|
-### Return Value
+### Return value
Field
diff --git a/api/Publisher.Fields.AddPhoneticGuide.md b/api/Publisher.Fields.AddPhoneticGuide.md
index c8f5ead2624..dcb12e7c23e 100644
--- a/api/Publisher.Fields.AddPhoneticGuide.md
+++ b/api/Publisher.Fields.AddPhoneticGuide.md
@@ -27,7 +27,7 @@ Returns a **[Field](Publisher.Field.md)** object that represents phonetic text
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Range|Required| **TextRange**|The text in the publication over which the phonetic text is displayed.|
|Text|Required| **String**|The phonetic text to add.|
@@ -36,7 +36,7 @@ Returns a **[Field](Publisher.Field.md)** object that represents phonetic text
|FontName|Optional| **String**|The name of the font to use for the phonetic text. If no value is specified, Publisher uses the same font as the text in the specified range.|
|FontSize|Optional| **Variant**|The font size to use for the phonetic text. Default is 10 point.|
-### Return Value
+### Return value
Field
diff --git a/api/Publisher.Fields.Item.md b/api/Publisher.Fields.Item.md
index 349640f0ca9..588b342854f 100644
--- a/api/Publisher.Fields.Item.md
+++ b/api/Publisher.Fields.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
-### Return Value
+### Return value
Field
diff --git a/api/Publisher.Fields.Unlink.md b/api/Publisher.Fields.Unlink.md
index 4bdf19ff5a5..4b3119fd3f3 100644
--- a/api/Publisher.Fields.Unlink.md
+++ b/api/Publisher.Fields.Unlink.md
@@ -23,7 +23,7 @@ Replaces the specified field or **[Fields](Publisher.Fields.md)** collection wi
_expression_ A variable that represents a **Fields** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.FillFormat.GradientColorType.md b/api/Publisher.FillFormat.GradientColorType.md
index d92b7009ad0..b190e717e27 100644
--- a/api/Publisher.FillFormat.GradientColorType.md
+++ b/api/Publisher.FillFormat.GradientColorType.md
@@ -23,7 +23,7 @@ Returns an **MsoGradientColorType** constant indicating the gradient color type
_expression_ A variable that represents a **FillFormat** object.
-### Return Value
+### Return value
MsoGradientColorType
diff --git a/api/Publisher.FillFormat.GradientDegree.md b/api/Publisher.FillFormat.GradientDegree.md
index dba8f7fc1ec..f4f73fc7981 100644
--- a/api/Publisher.FillFormat.GradientDegree.md
+++ b/api/Publisher.FillFormat.GradientDegree.md
@@ -23,7 +23,7 @@ Returns a **Single** indicating how dark or light a one-color gradient fill is.
_expression_ A variable that represents a **FillFormat** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.FillFormat.GradientStyle.md b/api/Publisher.FillFormat.GradientStyle.md
index 655da7c350c..cb047900f37 100644
--- a/api/Publisher.FillFormat.GradientStyle.md
+++ b/api/Publisher.FillFormat.GradientStyle.md
@@ -23,7 +23,7 @@ Returns an **MsoGradientStyle** constant indicating the gradient style for the
_expression_ A variable that represents a **FillFormat** object.
-### Return Value
+### Return value
MsoGradientStyle
diff --git a/api/Publisher.FillFormat.GradientVariant.md b/api/Publisher.FillFormat.GradientVariant.md
index a091a06dc69..272bc806d7e 100644
--- a/api/Publisher.FillFormat.GradientVariant.md
+++ b/api/Publisher.FillFormat.GradientVariant.md
@@ -23,7 +23,7 @@ Returns a **Long** indicating the gradient variant for the specified fill. Gene
_expression_ A variable that represents a **FillFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.FillFormat.OneColorGradient.md b/api/Publisher.FillFormat.OneColorGradient.md
index 687b1e9d64c..7e73f350fa9 100644
--- a/api/Publisher.FillFormat.OneColorGradient.md
+++ b/api/Publisher.FillFormat.OneColorGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a one-color gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Style|Required| **MsoGradientStyle**|The gradient style.|
|Variant|Required| **Long**|The gradient variant. Can be a value from 1 to 4, corresponding to the four variants on the **Gradient** tab in the **Fill Effects** dialog box. If Style is **msoGradientFromTitle** or **msoGradientFromCenter**, this argument can be either 1 or 2.|
diff --git a/api/Publisher.FillFormat.Patterned.md b/api/Publisher.FillFormat.Patterned.md
index 6b9124ddc8f..6dc3faed5d9 100644
--- a/api/Publisher.FillFormat.Patterned.md
+++ b/api/Publisher.FillFormat.Patterned.md
@@ -27,7 +27,7 @@ Sets the specified fill to a pattern.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Pattern|Required| **MsoPatternType**|The pattern to be used for the specified fill.|
diff --git a/api/Publisher.FillFormat.PresetGradient.md b/api/Publisher.FillFormat.PresetGradient.md
index 84ad512fe21..dd33628cadc 100644
--- a/api/Publisher.FillFormat.PresetGradient.md
+++ b/api/Publisher.FillFormat.PresetGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a preset gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Style|Required| **MsoGradientStyle**|The style of the gradient.|
|Variant|Required| **Long**|The gradient variant. Can be a value from 1 to 4, corresponding to the four variants on the **Gradient** tab in the **Fill Effects** dialog box. If Style is **msoGradientFromTitle** or **msoGradientFromCenter**, this argument can be either 1 or 2.|
diff --git a/api/Publisher.FillFormat.PresetGradientType.md b/api/Publisher.FillFormat.PresetGradientType.md
index 5796a48e7c5..36108ac76a0 100644
--- a/api/Publisher.FillFormat.PresetGradientType.md
+++ b/api/Publisher.FillFormat.PresetGradientType.md
@@ -23,7 +23,7 @@ Returns an **MsoPresetGradientType** constant that represents the preset gradie
_expression_ A variable that represents a **FillFormat** object.
-### Return Value
+### Return value
MsoPresetGradientType
diff --git a/api/Publisher.FillFormat.PresetTexture.md b/api/Publisher.FillFormat.PresetTexture.md
index ba927fce9cc..710a953891d 100644
--- a/api/Publisher.FillFormat.PresetTexture.md
+++ b/api/Publisher.FillFormat.PresetTexture.md
@@ -23,7 +23,7 @@ Returns an **MsoPresetTexture** constant that represents the preset texture for
_expression_ A variable that represents a **FillFormat** object.
-### Return Value
+### Return value
MsoPresetTexture
diff --git a/api/Publisher.FillFormat.PresetTextured.md b/api/Publisher.FillFormat.PresetTextured.md
index 6eb844740ad..2a9f190730c 100644
--- a/api/Publisher.FillFormat.PresetTextured.md
+++ b/api/Publisher.FillFormat.PresetTextured.md
@@ -27,7 +27,7 @@ Sets the specified fill to a preset texture.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PresetTexture|Required| **MsoPresetTexture**|The preset texture.|
diff --git a/api/Publisher.FillFormat.TextureName.md b/api/Publisher.FillFormat.TextureName.md
index 89ab09d7d28..85ca1db42c1 100644
--- a/api/Publisher.FillFormat.TextureName.md
+++ b/api/Publisher.FillFormat.TextureName.md
@@ -23,7 +23,7 @@ Returns a **String** indicating the name of the custom texture file for the spe
_expression_ A variable that represents a **FillFormat** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.FillFormat.TextureType.md b/api/Publisher.FillFormat.TextureType.md
index 536448f0063..1a4243d82f3 100644
--- a/api/Publisher.FillFormat.TextureType.md
+++ b/api/Publisher.FillFormat.TextureType.md
@@ -23,7 +23,7 @@ Returns an **MsoTextureType** constant indicating the texture type for the spec
_expression_ A variable that represents a **FillFormat** object.
-### Return Value
+### Return value
MsoTextureType
diff --git a/api/Publisher.FillFormat.TwoColorGradient.md b/api/Publisher.FillFormat.TwoColorGradient.md
index 7cf1d0d7bd5..e9728b7ffc7 100644
--- a/api/Publisher.FillFormat.TwoColorGradient.md
+++ b/api/Publisher.FillFormat.TwoColorGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a two-color gradient. The two fill colors are specifi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Style|Required| **MsoGradientStyle**|The gradient style.|
|Variant|Required| **Long**|The gradient variant. Can be a value from 1 to 4, corresponding to the four variants on the **Gradient** tab in the **Fill Effects** dialog box. If Style is **msoGradientFromTitle** or **msoGradientFromCenter**, this argument can be either 1 or 2.|
diff --git a/api/Publisher.FillFormat.UserPicture.md b/api/Publisher.FillFormat.UserPicture.md
index 8de9ea64102..ff0681c6062 100644
--- a/api/Publisher.FillFormat.UserPicture.md
+++ b/api/Publisher.FillFormat.UserPicture.md
@@ -27,7 +27,7 @@ Fills the specified shape with one large image.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PictureFile|Required| **String**|The name of the picture file.|
diff --git a/api/Publisher.FillFormat.UserTextured.md b/api/Publisher.FillFormat.UserTextured.md
index 0595f664f7d..d68eff766db 100644
--- a/api/Publisher.FillFormat.UserTextured.md
+++ b/api/Publisher.FillFormat.UserTextured.md
@@ -27,7 +27,7 @@ Fills the specified shape with small tiles of an image.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|TextureFile|Required| **String**|The name of the texture file.|
diff --git a/api/Publisher.FindReplace.Execute.md b/api/Publisher.FindReplace.Execute.md
index 550284e50cb..5d2c9bfcf62 100644
--- a/api/Publisher.FindReplace.Execute.md
+++ b/api/Publisher.FindReplace.Execute.md
@@ -23,7 +23,7 @@ Performs the specified Find or Replace operation.
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.FindReplace.FindText.md b/api/Publisher.FindReplace.FindText.md
index 13d825b6254..8e2cbb389c7 100644
--- a/api/Publisher.FindReplace.FindText.md
+++ b/api/Publisher.FindReplace.FindText.md
@@ -23,7 +23,7 @@ Sets or retrieves a **String** representing the text to find in the specified r
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.FindReplace.Forward.md b/api/Publisher.FindReplace.Forward.md
index 2283607d58f..c3dcaa3d574 100644
--- a/api/Publisher.FindReplace.Forward.md
+++ b/api/Publisher.FindReplace.Forward.md
@@ -23,7 +23,7 @@ Sets or retrieves a **Boolean** representing the direction of the text search.
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.FindReplace.FoundTextRange.md b/api/Publisher.FindReplace.FoundTextRange.md
index b0cd2a13d6c..c90f4c15421 100644
--- a/api/Publisher.FindReplace.FoundTextRange.md
+++ b/api/Publisher.FindReplace.FoundTextRange.md
@@ -23,7 +23,7 @@ Returns a **TextRange** object that represents the found text or replaced text
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.FindReplace.MatchAlefHamza.md b/api/Publisher.FindReplace.MatchAlefHamza.md
index dd1612ee5c6..d8d44600064 100644
--- a/api/Publisher.FindReplace.MatchAlefHamza.md
+++ b/api/Publisher.FindReplace.MatchAlefHamza.md
@@ -23,7 +23,7 @@ Sets or returns a **Boolean** representing whether or not a search operation wi
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.FindReplace.MatchCase.md b/api/Publisher.FindReplace.MatchCase.md
index 86df90bc062..42f3e0d52f8 100644
--- a/api/Publisher.FindReplace.MatchCase.md
+++ b/api/Publisher.FindReplace.MatchCase.md
@@ -23,7 +23,7 @@ Sets or returns a **Boolean** that represents the case sensitivity of the searc
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.FindReplace.MatchDiacritics.md b/api/Publisher.FindReplace.MatchDiacritics.md
index 3d805c4e1d8..39de810f687 100644
--- a/api/Publisher.FindReplace.MatchDiacritics.md
+++ b/api/Publisher.FindReplace.MatchDiacritics.md
@@ -23,7 +23,7 @@ Sets or returns a **Boolean** representing whether or not a search operation wi
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.FindReplace.MatchKashida.md b/api/Publisher.FindReplace.MatchKashida.md
index c2fc2ffc7a2..ce7cca78ccf 100644
--- a/api/Publisher.FindReplace.MatchKashida.md
+++ b/api/Publisher.FindReplace.MatchKashida.md
@@ -23,7 +23,7 @@ Sets or returns a **Boolean** representing whether or not a search operation wi
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.FindReplace.MatchWholeWord.md b/api/Publisher.FindReplace.MatchWholeWord.md
index cb826350b97..11199875011 100644
--- a/api/Publisher.FindReplace.MatchWholeWord.md
+++ b/api/Publisher.FindReplace.MatchWholeWord.md
@@ -23,7 +23,7 @@ Sets or returns a **Boolean** that represents whether the whole word will be ma
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.FindReplace.MatchWidth.md b/api/Publisher.FindReplace.MatchWidth.md
index e7d4f5652a8..6cd05c2ce18 100644
--- a/api/Publisher.FindReplace.MatchWidth.md
+++ b/api/Publisher.FindReplace.MatchWidth.md
@@ -23,7 +23,7 @@ Sets or returns a **Boolean** representing whether or not a search operation wi
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.FindReplace.ReplaceScope.md b/api/Publisher.FindReplace.ReplaceScope.md
index fb7a02bcc4f..66020f70122 100644
--- a/api/Publisher.FindReplace.ReplaceScope.md
+++ b/api/Publisher.FindReplace.ReplaceScope.md
@@ -23,7 +23,7 @@ Specifies how many scope replacements are to be made: one, all, or none. Read/wr
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
PbReplaceScope
diff --git a/api/Publisher.FindReplace.ReplaceWithText.md b/api/Publisher.FindReplace.ReplaceWithText.md
index 9d1ff8c08ec..67fcb080e5e 100644
--- a/api/Publisher.FindReplace.ReplaceWithText.md
+++ b/api/Publisher.FindReplace.ReplaceWithText.md
@@ -23,7 +23,7 @@ Sets or retrieves a **String** representing the replacement text in the specifi
_expression_ A variable that represents a **FindReplace** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Font.AllCaps.md b/api/Publisher.Font.AllCaps.md
index 9542641132f..fda641b7bea 100644
--- a/api/Publisher.Font.AllCaps.md
+++ b/api/Publisher.Font.AllCaps.md
@@ -23,7 +23,7 @@ Returns or sets **msoTrue** if the font is formatted as all capital letters, or
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Font.AutomaticPairKerningThreshold.md b/api/Publisher.Font.AutomaticPairKerningThreshold.md
index 8b664efd418..05ec5335cc2 100644
--- a/api/Publisher.Font.AutomaticPairKerningThreshold.md
+++ b/api/Publisher.Font.AutomaticPairKerningThreshold.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** value that represents the point size above which
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.Font.Bold.md b/api/Publisher.Font.Bold.md
index e5a9e89ff02..0512962b971 100644
--- a/api/Publisher.Font.Bold.md
+++ b/api/Publisher.Font.Bold.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState**constant that represents the state of the **
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Font.BoldBi.md b/api/Publisher.Font.BoldBi.md
index 605aa38bbce..3a0d030f6b2 100644
--- a/api/Publisher.Font.BoldBi.md
+++ b/api/Publisher.Font.BoldBi.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState**constant indicating whether the font is bold;
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Font.DiacriticColor.md b/api/Publisher.Font.DiacriticColor.md
index cb1090608fe..14a353da538 100644
--- a/api/Publisher.Font.DiacriticColor.md
+++ b/api/Publisher.Font.DiacriticColor.md
@@ -23,7 +23,7 @@ Returns a **[ColorFormat](Publisher.ColorFormat.md)** object representing the 2
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/Publisher.Font.Duplicate.md b/api/Publisher.Font.Duplicate.md
index e62266a994d..52617f8dc33 100644
--- a/api/Publisher.Font.Duplicate.md
+++ b/api/Publisher.Font.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified **[Font](Publisher.Font.md)** object and t
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
Font
diff --git a/api/Publisher.Font.ExpandUsingKashida.md b/api/Publisher.Font.ExpandUsingKashida.md
index ca2d92bf153..9a9f312d203 100644
--- a/api/Publisher.Font.ExpandUsingKashida.md
+++ b/api/Publisher.Font.ExpandUsingKashida.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant indicating whether to apply kashida
_expression_ A variable that represents an **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Font.GetScriptName.md b/api/Publisher.Font.GetScriptName.md
index 6523a300f9c..7793a322293 100644
--- a/api/Publisher.Font.GetScriptName.md
+++ b/api/Publisher.Font.GetScriptName.md
@@ -27,11 +27,11 @@ Returns a **String** that represents the name of the font script being used in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Script|Required| **PbFontScriptType**|The script name.|
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Font.Italic.md b/api/Publisher.Font.Italic.md
index 9e5ef4b9cad..1ab3e907778 100644
--- a/api/Publisher.Font.Italic.md
+++ b/api/Publisher.Font.Italic.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant indicating whether the specified te
_expression_ A variable that represents an **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Font.ItalicBi.md b/api/Publisher.Font.ItalicBi.md
index 39ac2b2e6e5..47a30f00cd9 100644
--- a/api/Publisher.Font.ItalicBi.md
+++ b/api/Publisher.Font.ItalicBi.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant indicating whether the specified te
_expression_ A variable that represents an **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Font.Kerning.md b/api/Publisher.Font.Kerning.md
index 17528867a4d..16f370f8bde 100644
--- a/api/Publisher.Font.Kerning.md
+++ b/api/Publisher.Font.Kerning.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** indicating the amount of horizontal spacing Micro
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.Font.Name.md b/api/Publisher.Font.Name.md
index 75b6070275f..e06a4273301 100644
--- a/api/Publisher.Font.Name.md
+++ b/api/Publisher.Font.Name.md
@@ -23,7 +23,7 @@ Indicates the name of the specified font. Read/write.
_expression_An expression that returns a **Font** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Font.Reset.md b/api/Publisher.Font.Reset.md
index 974b76762c9..eb87d393798 100644
--- a/api/Publisher.Font.Reset.md
+++ b/api/Publisher.Font.Reset.md
@@ -23,7 +23,7 @@ Removes manual paragraph or text formatting from the specified object and leaves
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Font.Scaling.md b/api/Publisher.Font.Scaling.md
index 4ab29288d3c..9cbb8829434 100644
--- a/api/Publisher.Font.Scaling.md
+++ b/api/Publisher.Font.Scaling.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** value used to scale the width of the characters i
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.Font.SetScriptName.md b/api/Publisher.Font.SetScriptName.md
index 5ec35dba5b6..90a532ad72e 100644
--- a/api/Publisher.Font.SetScriptName.md
+++ b/api/Publisher.Font.SetScriptName.md
@@ -27,7 +27,7 @@ Sets the name of the font script to use in a text range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Script|Required| **PbFontScriptType**|The script name.|
|FontName|Required| **String**|The font name.|
diff --git a/api/Publisher.Font.Size.md b/api/Publisher.Font.Size.md
index a7aa8b8c558..027150d5ef0 100644
--- a/api/Publisher.Font.Size.md
+++ b/api/Publisher.Font.Size.md
@@ -23,7 +23,7 @@ Represents the size of the characters in the text range in points. Read/write.
_expression_An expression that returns a **Font** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.Font.SizeBi.md b/api/Publisher.Font.SizeBi.md
index bd8a0f05de2..0f641fb4ba7 100644
--- a/api/Publisher.Font.SizeBi.md
+++ b/api/Publisher.Font.SizeBi.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** value representing the size, in points, of the **
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.Font.SmallCaps.md b/api/Publisher.Font.SmallCaps.md
index d270fe5b000..2e5f850768c 100644
--- a/api/Publisher.Font.SmallCaps.md
+++ b/api/Publisher.Font.SmallCaps.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant indicating whether the specified te
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Font.SubScript.md b/api/Publisher.Font.SubScript.md
index bd3bb2660f3..012a75597bf 100644
--- a/api/Publisher.Font.SubScript.md
+++ b/api/Publisher.Font.SubScript.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant indicating whether characters are f
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Font.SuperScript.md b/api/Publisher.Font.SuperScript.md
index 82a2a61d624..6ae906cb75c 100644
--- a/api/Publisher.Font.SuperScript.md
+++ b/api/Publisher.Font.SuperScript.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant indicating whether characters are f
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Font.TrackingPreset.md b/api/Publisher.Font.TrackingPreset.md
index 5cfaa78dbab..87868251b25 100644
--- a/api/Publisher.Font.TrackingPreset.md
+++ b/api/Publisher.Font.TrackingPreset.md
@@ -23,7 +23,7 @@ Returns or sets a **PbTrackingPresetType** constant representing the preset tra
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
PbTrackingPresetType
diff --git a/api/Publisher.Font.Underline.md b/api/Publisher.Font.Underline.md
index e913ce0a849..0425391ee24 100644
--- a/api/Publisher.Font.Underline.md
+++ b/api/Publisher.Font.Underline.md
@@ -23,7 +23,7 @@ Returns or sets an **PbUnderlineType** constant that indicates the type of unde
_expression_ A variable that represents an **Font** object.
-### Return Value
+### Return value
PbUnderlineType
diff --git a/api/Publisher.Font.UseDiacriticColor.md b/api/Publisher.Font.UseDiacriticColor.md
index e520c1b41bf..4dc7b31cefb 100644
--- a/api/Publisher.Font.UseDiacriticColor.md
+++ b/api/Publisher.Font.UseDiacriticColor.md
@@ -23,7 +23,7 @@ Returns or sets **MsoTriState** constant indicating whether you can set the col
_expression_ A variable that represents an **Font** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.FreeformBuilder.AddNodes.md b/api/Publisher.FreeformBuilder.AddNodes.md
index 94e4d2fb590..b2e0b284088 100644
--- a/api/Publisher.FreeformBuilder.AddNodes.md
+++ b/api/Publisher.FreeformBuilder.AddNodes.md
@@ -27,7 +27,7 @@ Inserts a new segment at the end of the freeform that is being created, and adds
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|SegmentType|Required| **MsoSegmentType**|The type of segment to be added.|
|EditingType|Required| **MsoEditingType**|Specifies the editing type of the new node. If SegmentType is **msoSegmentLine**, EditingType must be **msoEditingAuto**; otherwise, an error occurs.|
diff --git a/api/Publisher.FreeformBuilder.ConvertToShape.md b/api/Publisher.FreeformBuilder.ConvertToShape.md
index f7677e9c8b9..4df8f498189 100644
--- a/api/Publisher.FreeformBuilder.ConvertToShape.md
+++ b/api/Publisher.FreeformBuilder.ConvertToShape.md
@@ -23,7 +23,7 @@ Creates a shape that has the geometric characteristics of the specified **[Free
_expression_ A variable that represents a **FreeformBuilder** object.
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.GroupShapes.Item.md b/api/Publisher.GroupShapes.Item.md
index bf98bb5a45a..2912086539d 100644
--- a/api/Publisher.GroupShapes.Item.md
+++ b/api/Publisher.GroupShapes.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.HeaderFooter.IsHeader.md b/api/Publisher.HeaderFooter.IsHeader.md
index 4de6a1313af..1bc2ec4d12c 100644
--- a/api/Publisher.HeaderFooter.IsHeader.md
+++ b/api/Publisher.HeaderFooter.IsHeader.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **HeaderFooter** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Hyperlink.Address.md b/api/Publisher.Hyperlink.Address.md
index 8b3bce69668..f79da5e247e 100644
--- a/api/Publisher.Hyperlink.Address.md
+++ b/api/Publisher.Hyperlink.Address.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the URL address for a hyperlink. R
_expression_ A variable that represents a **Hyperlink** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Hyperlink.SetPageRelative.md b/api/Publisher.Hyperlink.SetPageRelative.md
index 4a35b0fbdf2..98c6ed372c2 100644
--- a/api/Publisher.Hyperlink.SetPageRelative.md
+++ b/api/Publisher.Hyperlink.SetPageRelative.md
@@ -27,7 +27,7 @@ Sets the target type for the specified hyperlink.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|RelativePage|Required| **PbHlinkTargetType**|The target type of the hyperlink.|
diff --git a/api/Publisher.Hyperlink.Shape.md b/api/Publisher.Hyperlink.Shape.md
index 11a90c1313b..f1ecc6a94b6 100644
--- a/api/Publisher.Hyperlink.Shape.md
+++ b/api/Publisher.Hyperlink.Shape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](Publisher.Shape.md)** object that represents the shape asso
_expression_ A variable that represents a **Hyperlink** object.
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Hyperlink.TargetType.md b/api/Publisher.Hyperlink.TargetType.md
index 99ef7455d1c..a828fbbc2b5 100644
--- a/api/Publisher.Hyperlink.TargetType.md
+++ b/api/Publisher.Hyperlink.TargetType.md
@@ -23,7 +23,7 @@ Returns a **PbHlinkTargetType** constant that represents the type of hyperlink.
_expression_ A variable that represents a **Hyperlink** object.
-### Return Value
+### Return value
PbHlinkTargetType
diff --git a/api/Publisher.Hyperlink.TextToDisplay.md b/api/Publisher.Hyperlink.TextToDisplay.md
index 7cfdf2365c4..15989bc226e 100644
--- a/api/Publisher.Hyperlink.TextToDisplay.md
+++ b/api/Publisher.Hyperlink.TextToDisplay.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the text displayed for a hyperlink
_expression_ A variable that represents a **Hyperlink** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Hyperlinks.Add.md b/api/Publisher.Hyperlinks.Add.md
index 74b68d098df..836fe6f8b40 100644
--- a/api/Publisher.Hyperlinks.Add.md
+++ b/api/Publisher.Hyperlinks.Add.md
@@ -27,7 +27,7 @@ Adds a new **Hyperlink** object to the specified **Hyperlinks** collection and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Text|Required| **TextRange**| **TextRange** object. The text range to be converted into a hyperlink.|
|Address|Optional| **String**|The address of the new hyperlink. If RelativePage is **pbHlinkTargetTypeURL** (default) or **pbHlinkTargetTypeEmail**, Address must be specified or an error occurs.|
@@ -35,7 +35,7 @@ Adds a new **Hyperlink** object to the specified **Hyperlinks** collection and
|PageID|Optional| **Long**|The page ID of the destination page for the new hyperlink. If RelativePage is **pbHlinkTargetTypePageID**, PageID must be specified or an error occurs. The page ID corresponds to the **[PageID](Publisher.Hyperlink.PageID.md)** property of the destination page.|
|TextToDisplay|Optional| **String**|The display text of the new hyperlink. If specified, **TextToDisplay** replaces the text range specified by the **Text** argument.|
-### Return Value
+### Return value
Hyperlink
diff --git a/api/Publisher.Hyperlinks.Item.md b/api/Publisher.Hyperlinks.Item.md
index 3fd158fc7a4..f92cff13eb4 100644
--- a/api/Publisher.Hyperlinks.Item.md
+++ b/api/Publisher.Hyperlinks.Item.md
@@ -27,7 +27,7 @@ Returns an individual object from a specified collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
diff --git a/api/Publisher.InlineShapes.Item.md b/api/Publisher.InlineShapes.Item.md
index d40bd1e33b7..ce62cc372d5 100644
--- a/api/Publisher.InlineShapes.Item.md
+++ b/api/Publisher.InlineShapes.Item.md
@@ -27,11 +27,11 @@ Returns a **[Shape](Publisher.Shape.md)** object that represents an inline shap
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|var|Required| **Variant**|The index position or name of the object to return. If **Index** is an integer, the index into the collection is 1-based. If **Index** is a string, the name of the shape is used as the index. An automation error is returned if the index or name does not represent a shape in the collection.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.InlineShapes.Range.md b/api/Publisher.InlineShapes.Range.md
index 779175dcf8a..2e9720a8893 100644
--- a/api/Publisher.InlineShapes.Range.md
+++ b/api/Publisher.InlineShapes.Range.md
@@ -27,7 +27,7 @@ Returns a **[ShapeRange](Publisher.ShapeRange.md)** collection that represents
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Optional| **Long**|The index position of the inline shape within the **ShapeRange** collection.|
diff --git a/api/Publisher.InstalledPrinters.Application.md b/api/Publisher.InstalledPrinters.Application.md
index db62af1ef98..1f901c982a3 100644
--- a/api/Publisher.InstalledPrinters.Application.md
+++ b/api/Publisher.InstalledPrinters.Application.md
@@ -23,7 +23,7 @@ Returns an **Application** object that represents the creator of the parent **I
_expression_ A variable that represents an **InstalledPrinters** object.
-### Return Value
+### Return value
Application
diff --git a/api/Publisher.InstalledPrinters.Count.md b/api/Publisher.InstalledPrinters.Count.md
index f1f85138b06..ca322802e62 100644
--- a/api/Publisher.InstalledPrinters.Count.md
+++ b/api/Publisher.InstalledPrinters.Count.md
@@ -23,7 +23,7 @@ Returns the number of printers installed on your computer. Read-only.
_expression_ A variable that represents an **InstalledPrinters** collection.
-### Return Value
+### Return value
Int
diff --git a/api/Publisher.InstalledPrinters.Item.md b/api/Publisher.InstalledPrinters.Item.md
index d6b5fe121d3..e129d1a9dbf 100644
--- a/api/Publisher.InstalledPrinters.Item.md
+++ b/api/Publisher.InstalledPrinters.Item.md
@@ -27,11 +27,11 @@ Returns the **[Printer](Publisher.Printer.md)** object with the specified name
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The name or index position of the installed printer.|
-### Return Value
+### Return value
Printer
diff --git a/api/Publisher.InstalledPrinters.Parent.md b/api/Publisher.InstalledPrinters.Parent.md
index 5efb23f91cf..18245ce72ec 100644
--- a/api/Publisher.InstalledPrinters.Parent.md
+++ b/api/Publisher.InstalledPrinters.Parent.md
@@ -23,7 +23,7 @@ Returns the parent of the **[InstalledPrinters](Publisher.InstalledPrinters.md)
_expression_ A variable that represents an **InstalledPrinters** object.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.LayoutGuides.ColumnGutterWidth.md b/api/Publisher.LayoutGuides.ColumnGutterWidth.md
index de20778f099..14fc0ed4147 100644
--- a/api/Publisher.LayoutGuides.ColumnGutterWidth.md
+++ b/api/Publisher.LayoutGuides.ColumnGutterWidth.md
@@ -23,7 +23,7 @@ Returns or sets the width of the column gutters that are used by the **LayoutGu
_expression_ A variable that represents a **LayoutGuides** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.LayoutGuides.GutterCenterlines.md b/api/Publisher.LayoutGuides.GutterCenterlines.md
index 9898969f49e..4dc53d5e051 100644
--- a/api/Publisher.LayoutGuides.GutterCenterlines.md
+++ b/api/Publisher.LayoutGuides.GutterCenterlines.md
@@ -23,7 +23,7 @@ Returns or sets a value that specifies whether to add a center line between the
_expression_ A variable that represents a **LayoutGuides** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.LayoutGuides.HorizontalBaseLineOffset.md b/api/Publisher.LayoutGuides.HorizontalBaseLineOffset.md
index ada30b71fff..eecad1c413f 100644
--- a/api/Publisher.LayoutGuides.HorizontalBaseLineOffset.md
+++ b/api/Publisher.LayoutGuides.HorizontalBaseLineOffset.md
@@ -23,7 +23,7 @@ Returns a **Single** that represents the horizontal baseline offset of the spec
_expression_ A variable that represents a **LayoutGuides** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.LayoutGuides.HorizontalBaseLineSpacing.md b/api/Publisher.LayoutGuides.HorizontalBaseLineSpacing.md
index ac82f344b18..56259ecdc71 100644
--- a/api/Publisher.LayoutGuides.HorizontalBaseLineSpacing.md
+++ b/api/Publisher.LayoutGuides.HorizontalBaseLineSpacing.md
@@ -23,7 +23,7 @@ Returns a **Single** that represents the horizontal baseline spacing of the spe
_expression_ A variable that represents a **LayoutGuides** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.LayoutGuides.MirrorGuides.md b/api/Publisher.LayoutGuides.MirrorGuides.md
index 4637089d467..27bcd601617 100644
--- a/api/Publisher.LayoutGuides.MirrorGuides.md
+++ b/api/Publisher.LayoutGuides.MirrorGuides.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** indicating whether Microsoft Publisher creates mi
_expression_ A variable that represents a **LayoutGuides** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.LayoutGuides.RowGutterWidth.md b/api/Publisher.LayoutGuides.RowGutterWidth.md
index 58f4366978a..59d9550e955 100644
--- a/api/Publisher.LayoutGuides.RowGutterWidth.md
+++ b/api/Publisher.LayoutGuides.RowGutterWidth.md
@@ -23,7 +23,7 @@ Returns or sets the width of the row gutters that are used by the **LayoutGuide
_expression_ A variable that represents a **LayoutGuides** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.LayoutGuides.VerticalBaseLineOffset.md b/api/Publisher.LayoutGuides.VerticalBaseLineOffset.md
index 1cb849a0639..a50d9f04387 100644
--- a/api/Publisher.LayoutGuides.VerticalBaseLineOffset.md
+++ b/api/Publisher.LayoutGuides.VerticalBaseLineOffset.md
@@ -23,7 +23,7 @@ Returns a **Single** that represents the vertical baseline offset of the specif
_expression_ A variable that represents a **LayoutGuides** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.LayoutGuides.VerticalBaseLineSpacing.md b/api/Publisher.LayoutGuides.VerticalBaseLineSpacing.md
index 6bcb867923e..084cf7d4cea 100644
--- a/api/Publisher.LayoutGuides.VerticalBaseLineSpacing.md
+++ b/api/Publisher.LayoutGuides.VerticalBaseLineSpacing.md
@@ -23,7 +23,7 @@ Returns a **Single** that represents the vertical baseline spacing of the speci
_expression_ A variable that represents a **LayoutGuides** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.LineFormat.BeginArrowheadLength.md b/api/Publisher.LineFormat.BeginArrowheadLength.md
index 85185566212..056b0f9d4c5 100644
--- a/api/Publisher.LineFormat.BeginArrowheadLength.md
+++ b/api/Publisher.LineFormat.BeginArrowheadLength.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoArrowheadLength**constant indicating the length of the
_expression_ A variable that represents a **LineFormat** object.
-### Return Value
+### Return value
MsoArrowheadLength
diff --git a/api/Publisher.LineFormat.BeginArrowheadStyle.md b/api/Publisher.LineFormat.BeginArrowheadStyle.md
index f839443cd3b..d1690265823 100644
--- a/api/Publisher.LineFormat.BeginArrowheadStyle.md
+++ b/api/Publisher.LineFormat.BeginArrowheadStyle.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoArrowheadStyle**constant indicating the style of the ar
_expression_ A variable that represents a **LineFormat** object.
-### Return Value
+### Return value
MsoArrowheadStyle
diff --git a/api/Publisher.LineFormat.BeginArrowheadWidth.md b/api/Publisher.LineFormat.BeginArrowheadWidth.md
index c5c390e4e8e..93ba65404cd 100644
--- a/api/Publisher.LineFormat.BeginArrowheadWidth.md
+++ b/api/Publisher.LineFormat.BeginArrowheadWidth.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoArrowheadWidth**constant indicating the width of the ar
_expression_ A variable that represents a **LineFormat** object.
-### Return Value
+### Return value
MsoArrowheadWidth
diff --git a/api/Publisher.LineFormat.DashStyle.md b/api/Publisher.LineFormat.DashStyle.md
index a31f401ed71..556df97fd66 100644
--- a/api/Publisher.LineFormat.DashStyle.md
+++ b/api/Publisher.LineFormat.DashStyle.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoLineDashStyle** constant indicating the dash style for
_expression_ A variable that represents a **LineFormat** object.
-### Return Value
+### Return value
MsoLineDashStyle
diff --git a/api/Publisher.LineFormat.EndArrowheadLength.md b/api/Publisher.LineFormat.EndArrowheadLength.md
index d816a6b3aaf..539b79fc821 100644
--- a/api/Publisher.LineFormat.EndArrowheadLength.md
+++ b/api/Publisher.LineFormat.EndArrowheadLength.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoArrowheadLength** constant indicating the length of the
_expression_ A variable that represents an **LineFormat** object.
-### Return Value
+### Return value
MsoArrowheadLength
diff --git a/api/Publisher.LineFormat.EndArrowheadStyle.md b/api/Publisher.LineFormat.EndArrowheadStyle.md
index 2fedc1b39c7..02220f01440 100644
--- a/api/Publisher.LineFormat.EndArrowheadStyle.md
+++ b/api/Publisher.LineFormat.EndArrowheadStyle.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoArrowheadStyle** constant indicating the style of the a
_expression_ A variable that represents an **LineFormat** object.
-### Return Value
+### Return value
MsoArrowheadStyle
diff --git a/api/Publisher.LineFormat.EndArrowheadWidth.md b/api/Publisher.LineFormat.EndArrowheadWidth.md
index 28d4aadf7b7..ef038e26a08 100644
--- a/api/Publisher.LineFormat.EndArrowheadWidth.md
+++ b/api/Publisher.LineFormat.EndArrowheadWidth.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoArrowheadWidth** constant indicating the width of the a
_expression_ A variable that represents an **LineFormat** object.
-### Return Value
+### Return value
MsoArrowheadWidth
diff --git a/api/Publisher.LineFormat.InsetPen.md b/api/Publisher.LineFormat.InsetPen.md
index 64bd1388230..c4a0e944422 100644
--- a/api/Publisher.LineFormat.InsetPen.md
+++ b/api/Publisher.LineFormat.InsetPen.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant indicating whether a specified shap
_expression_ A variable that represents an **LineFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.LineFormat.Style.md b/api/Publisher.LineFormat.Style.md
index dc689cf2d48..e08230ba537 100644
--- a/api/Publisher.LineFormat.Style.md
+++ b/api/Publisher.LineFormat.Style.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoLineStyle** constant that represents the style of line
_expression_ A variable that represents a **LineFormat** object.
-### Return Value
+### Return value
MsoLineStyle
diff --git a/api/Publisher.LinkFormat.SourceFullName.md b/api/Publisher.LinkFormat.SourceFullName.md
index d0739fe3fbe..2e770f347e9 100644
--- a/api/Publisher.LinkFormat.SourceFullName.md
+++ b/api/Publisher.LinkFormat.SourceFullName.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the path and name of the source file for t
_expression_ A variable that represents a **LinkFormat** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.MailMerge.CreateShortcut.md b/api/Publisher.MailMerge.CreateShortcut.md
index fe294d510a0..83dce9c342a 100644
--- a/api/Publisher.MailMerge.CreateShortcut.md
+++ b/api/Publisher.MailMerge.CreateShortcut.md
@@ -27,7 +27,7 @@ Creates a shortcut to the file that contains the list of recipients or products
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Required| **String**|Name of the mailing list or product list file for which the shortcut should be created.|
diff --git a/api/Publisher.MailMerge.DataSource.md b/api/Publisher.MailMerge.DataSource.md
index 2718ddbe875..f29f4911dd7 100644
--- a/api/Publisher.MailMerge.DataSource.md
+++ b/api/Publisher.MailMerge.DataSource.md
@@ -23,7 +23,7 @@ Returns a **[MailMergeDataSource](Publisher.MailMergeDataSource.md)** object th
_expression_ A variable that represents a **MailMerge** object.
-### Return Value
+### Return value
MailMergeDataSource
diff --git a/api/Publisher.MailMerge.DocumentUpdating.md b/api/Publisher.MailMerge.DocumentUpdating.md
index 6b5ac3edd64..29cc3ce3dbb 100644
--- a/api/Publisher.MailMerge.DocumentUpdating.md
+++ b/api/Publisher.MailMerge.DocumentUpdating.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** indicating whether the screen is updated while ma
_expression_ A variable that represents a **MailMerge** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMerge.EmailMergeEnvelope.md b/api/Publisher.MailMerge.EmailMergeEnvelope.md
index 410aa027484..4c9ccede74d 100644
--- a/api/Publisher.MailMerge.EmailMergeEnvelope.md
+++ b/api/Publisher.MailMerge.EmailMergeEnvelope.md
@@ -23,7 +23,7 @@ Returns the **EmailMergeEnvelope** object associated with the parent **MailMerg
_expression_ A variable that represents a **MailMerge** object.
-### Return Value
+### Return value
EmailMergeEnvelope
diff --git a/api/Publisher.MailMerge.Execute.md b/api/Publisher.MailMerge.Execute.md
index cd689cfcb0c..22b0e5b63be 100644
--- a/api/Publisher.MailMerge.Execute.md
+++ b/api/Publisher.MailMerge.Execute.md
@@ -27,13 +27,13 @@ Performs the specified mail merge or catalog merge operation. Returns a **[Docu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Pause|Required| **Boolean**| **True** to have Microsoft Publisher pause and display a troubleshooting dialog box if a merge error is found. **False** to ignore errors during mail merge or catalog merge.|
|Destination|Optional| **PbMailMergeDestination**|The destination of the mail merge or catalog merge results. Specifying **pbSendToPrinter** for a catalog merge results in a run-time error.|
|Filename|Optional| **String**|The file name of the publication to which you want to append the catalog merge results.|
-### Return Value
+### Return value
Document
diff --git a/api/Publisher.MailMerge.ExportRecipientList.md b/api/Publisher.MailMerge.ExportRecipientList.md
index 98fa5ce4c0e..7951867532d 100644
--- a/api/Publisher.MailMerge.ExportRecipientList.md
+++ b/api/Publisher.MailMerge.ExportRecipientList.md
@@ -27,7 +27,7 @@ Exports the list of mail-merge recipients to a Microsoft Office Access (.mdb) fi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Required| **String**|The name of the file that will contain the list of recipients.|
|FileType|Optional| **PbRecipientListFileType**|The type of file to save. See Remarks for possible values.|
diff --git a/api/Publisher.MailMerge.OpenDataSource.md b/api/Publisher.MailMerge.OpenDataSource.md
index a32bde51d59..bd7279ae1ec 100644
--- a/api/Publisher.MailMerge.OpenDataSource.md
+++ b/api/Publisher.MailMerge.OpenDataSource.md
@@ -27,7 +27,7 @@ Attaches a data source to the specified publication, which becomes a main public
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|bstrDataSource|Optional| **String**|The data source path and file name. You can specify a Microsoft Query (.qry) file instead of specifying a data source, a connection string, and a table name string; values in a Microsoft Query file override values for bstrConnect and bstrTable.|
|bstrConnect|Optional| **String**|A connection string.|
diff --git a/api/Publisher.MailMerge.ShowWizardEx.md b/api/Publisher.MailMerge.ShowWizardEx.md
index cd93bf3dfab..54b7d6df2f1 100644
--- a/api/Publisher.MailMerge.ShowWizardEx.md
+++ b/api/Publisher.MailMerge.ShowWizardEx.md
@@ -27,7 +27,7 @@ Displays the specified catalog or mail merge wizard in a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShowDocumentStep|Optional| **Boolean**|Not used in Microsoft Publisher 2007. In previous versions, **True** (the default) displayed the "Select a merge type" step. **False** removed the step.|
|ShowTemplateStep|Optional| **Boolean**| This parameter does not apply to Microsoft Publisher.|
diff --git a/api/Publisher.MailMerge.SuppressBlankLines.md b/api/Publisher.MailMerge.SuppressBlankLines.md
index 4331a0ec5ba..4f01495f338 100644
--- a/api/Publisher.MailMerge.SuppressBlankLines.md
+++ b/api/Publisher.MailMerge.SuppressBlankLines.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **MailMerge** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMerge.Type.md b/api/Publisher.MailMerge.Type.md
index d5213e09278..f1bcaafb441 100644
--- a/api/Publisher.MailMerge.Type.md
+++ b/api/Publisher.MailMerge.Type.md
@@ -23,7 +23,7 @@ Gets or sets the type of mail merge represented by the parent **MailMerge** obj
_expression_An expression that returns a **MailMerge** object.
-### Return Value
+### Return value
**PbMergeType**
diff --git a/api/Publisher.MailMerge.ViewMailMergeFieldCodes.md b/api/Publisher.MailMerge.ViewMailMergeFieldCodes.md
index 78651fe384c..0b46c8788b5 100644
--- a/api/Publisher.MailMerge.ViewMailMergeFieldCodes.md
+++ b/api/Publisher.MailMerge.ViewMailMergeFieldCodes.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **MailMerge** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMerge.WizardState.md b/api/Publisher.MailMerge.WizardState.md
index ab8bc4f1624..a9b4ffdbb88 100644
--- a/api/Publisher.MailMerge.WizardState.md
+++ b/api/Publisher.MailMerge.WizardState.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** indicating the current Mail Merge wizard step for a
_expression_ A variable that represents a **MailMerge** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.MailMergeDataField.Insert.md b/api/Publisher.MailMergeDataField.Insert.md
index 9441d7637c8..81c7be08c64 100644
--- a/api/Publisher.MailMergeDataField.Insert.md
+++ b/api/Publisher.MailMergeDataField.Insert.md
@@ -27,11 +27,11 @@ Returns a **[Shape](Publisher.Shape.md)** object that represents a data field i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Range|Optional| **TextRange**|The text range to insert.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.MailMergeDataField.IsMapped.md b/api/Publisher.MailMergeDataField.IsMapped.md
index ae298d53b94..d81b54a6be8 100644
--- a/api/Publisher.MailMergeDataField.IsMapped.md
+++ b/api/Publisher.MailMergeDataField.IsMapped.md
@@ -23,7 +23,7 @@ Indicates if the parent **MailMergeDataField** object is mapped to a recipient
_expression_ A variable that represents a **MailMergeDataField** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMergeDataField.MapToRecipientField.md b/api/Publisher.MailMergeDataField.MapToRecipientField.md
index a4d4d6d6e23..6cce396639d 100644
--- a/api/Publisher.MailMergeDataField.MapToRecipientField.md
+++ b/api/Publisher.MailMergeDataField.MapToRecipientField.md
@@ -27,7 +27,7 @@ Maps a field (column) in a particular data source represented by the parent **M
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|bstrValue|Optional| **String**|The name of the recipient field that the data source column is to be mapped to.|
diff --git a/api/Publisher.MailMergeDataField.MappedTo.md b/api/Publisher.MailMergeDataField.MappedTo.md
index 1765ac4297e..51217411f0e 100644
--- a/api/Publisher.MailMergeDataField.MappedTo.md
+++ b/api/Publisher.MailMergeDataField.MappedTo.md
@@ -23,7 +23,7 @@ Returns the name of the recipient field (column) in the master data source (comb
_expression_ A variable that represents a **MailMergeDataField** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.MailMergeDataFields.Item.md b/api/Publisher.MailMergeDataFields.Item.md
index e734339af8e..8f9d2d30adc 100644
--- a/api/Publisher.MailMergeDataFields.Item.md
+++ b/api/Publisher.MailMergeDataFields.Item.md
@@ -27,11 +27,11 @@ Returns a **[MailMergeDataField](Publisher.MailMergeDataField.md)** object from
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|varIndex|Required| **Variant**|The number or name of the field to return.|
-### Return Value
+### Return value
MailMergeDataField
diff --git a/api/Publisher.MailMergeDataSource.ActiveRecord.md b/api/Publisher.MailMergeDataSource.ActiveRecord.md
index 4cf8b4feebd..79a4cf2c383 100644
--- a/api/Publisher.MailMergeDataSource.ActiveRecord.md
+++ b/api/Publisher.MailMergeDataSource.ActiveRecord.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** that represents the active mail merge record. Read/w
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.MailMergeDataSource.ConnectString.md b/api/Publisher.MailMergeDataSource.ConnectString.md
index 322d32937ce..2cb3911f411 100644
--- a/api/Publisher.MailMergeDataSource.ConnectString.md
+++ b/api/Publisher.MailMergeDataSource.ConnectString.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the connection to the specified mail merge
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.MailMergeDataSource.DataFields.md b/api/Publisher.MailMergeDataSource.DataFields.md
index c1239f66a03..02ea8311113 100644
--- a/api/Publisher.MailMergeDataSource.DataFields.md
+++ b/api/Publisher.MailMergeDataSource.DataFields.md
@@ -23,7 +23,7 @@ Returns a **[MailMergeDataFields](Publisher.MailMergeDataFields.md)** collectio
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
MailMergeDataFields
diff --git a/api/Publisher.MailMergeDataSource.DataSources.md b/api/Publisher.MailMergeDataSource.DataSources.md
index dbe9bee87b1..63c58b1a31f 100644
--- a/api/Publisher.MailMergeDataSource.DataSources.md
+++ b/api/Publisher.MailMergeDataSource.DataSources.md
@@ -23,7 +23,7 @@ Returns the **MailMergeDataSources** collection that includes the parent **Mail
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
MailMergeDataSources
diff --git a/api/Publisher.MailMergeDataSource.EditRecord.md b/api/Publisher.MailMergeDataSource.EditRecord.md
index b2c858516d6..b106b6656e1 100644
--- a/api/Publisher.MailMergeDataSource.EditRecord.md
+++ b/api/Publisher.MailMergeDataSource.EditRecord.md
@@ -27,7 +27,7 @@ Changes one of the data fields in one of the records in the master data source (
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|lRec|Required| **Long**|The ID of the record you want to edit.|
|varField|Required| **Variant**|The data field (column) that contains the value you want to change.|
diff --git a/api/Publisher.MailMergeDataSource.EverValidated.md b/api/Publisher.MailMergeDataSource.EverValidated.md
index 59427d80b10..298496a46f3 100644
--- a/api/Publisher.MailMergeDataSource.EverValidated.md
+++ b/api/Publisher.MailMergeDataSource.EverValidated.md
@@ -23,7 +23,7 @@ Indicates whether the list of recipient addresses in the parent **MailMergeData
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMergeDataSource.Filters.md b/api/Publisher.MailMergeDataSource.Filters.md
index 067376dfaee..538ad29738a 100644
--- a/api/Publisher.MailMergeDataSource.Filters.md
+++ b/api/Publisher.MailMergeDataSource.Filters.md
@@ -23,7 +23,7 @@ Returns a **[MailMergeFilters](Publisher.MailMergeFilters.md)** object that rep
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
MailMergeFilters
diff --git a/api/Publisher.MailMergeDataSource.FindRecord.md b/api/Publisher.MailMergeDataSource.FindRecord.md
index 7f9e7631b42..4f501dd6bf5 100644
--- a/api/Publisher.MailMergeDataSource.FindRecord.md
+++ b/api/Publisher.MailMergeDataSource.FindRecord.md
@@ -27,12 +27,12 @@ Searches the contents of the specified mail merge data source for text in a part
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|FindText|Required| **String**|The text to look for.|
|Field|Optional| **String**|The name of the field to be searched.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMergeDataSource.FirstRecord.md b/api/Publisher.MailMergeDataSource.FirstRecord.md
index e6292ac771d..abe239c0c54 100644
--- a/api/Publisher.MailMergeDataSource.FirstRecord.md
+++ b/api/Publisher.MailMergeDataSource.FirstRecord.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** that represents the number of the first record to be
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.MailMergeDataSource.Included.md b/api/Publisher.MailMergeDataSource.Included.md
index e31a8128372..b72687ebdbd 100644
--- a/api/Publisher.MailMergeDataSource.Included.md
+++ b/api/Publisher.MailMergeDataSource.Included.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **MailMergeDataSource** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMergeDataSource.InvalidAddress.md b/api/Publisher.MailMergeDataSource.InvalidAddress.md
index e1be9553523..cc191bd8a85 100644
--- a/api/Publisher.MailMergeDataSource.InvalidAddress.md
+++ b/api/Publisher.MailMergeDataSource.InvalidAddress.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **MailMergeDataSource** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMergeDataSource.InvalidComments.md b/api/Publisher.MailMergeDataSource.InvalidComments.md
index 12b04e019ea..28824453c8d 100644
--- a/api/Publisher.MailMergeDataSource.InvalidComments.md
+++ b/api/Publisher.MailMergeDataSource.InvalidComments.md
@@ -23,7 +23,7 @@ If the **[InvalidAddress](Publisher.MailMergeDataSource.InvalidAddress.md)** pr
_expression_ A variable that represents an **MailMergeDataSource** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.MailMergeDataSource.IsMaster.md b/api/Publisher.MailMergeDataSource.IsMaster.md
index 20b825db287..37832a773fb 100644
--- a/api/Publisher.MailMergeDataSource.IsMaster.md
+++ b/api/Publisher.MailMergeDataSource.IsMaster.md
@@ -23,7 +23,7 @@ Indicates whether the parent **MailMergeDataSource** object is a master data so
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMergeDataSource.LastRecord.md b/api/Publisher.MailMergeDataSource.LastRecord.md
index fb04cb908a4..32406ea8759 100644
--- a/api/Publisher.MailMergeDataSource.LastRecord.md
+++ b/api/Publisher.MailMergeDataSource.LastRecord.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** that represents the number of the last record to be
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.MailMergeDataSource.MappedDataFields.md b/api/Publisher.MailMergeDataSource.MappedDataFields.md
index db9a8110b48..6e074158ac2 100644
--- a/api/Publisher.MailMergeDataSource.MappedDataFields.md
+++ b/api/Publisher.MailMergeDataSource.MappedDataFields.md
@@ -23,7 +23,7 @@ Returns a **[MailMergeMappedDataFields](Publisher.MailMergeMappedDataFields.md)
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
MailMergeMappedDataFields
diff --git a/api/Publisher.MailMergeDataSource.RecordCount.md b/api/Publisher.MailMergeDataSource.RecordCount.md
index f9f2cfbed99..902453b7941 100644
--- a/api/Publisher.MailMergeDataSource.RecordCount.md
+++ b/api/Publisher.MailMergeDataSource.RecordCount.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the number of records in the data source. Re
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.MailMergeDataSource.SetAllErrorFlags.md b/api/Publisher.MailMergeDataSource.SetAllErrorFlags.md
index 3e20fff3a08..a747ce8bae9 100644
--- a/api/Publisher.MailMergeDataSource.SetAllErrorFlags.md
+++ b/api/Publisher.MailMergeDataSource.SetAllErrorFlags.md
@@ -27,7 +27,7 @@ Marks all records in a mail merge data source as containing invalid data in an a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Invalid|Required| **Boolean**| **True** marks all records in the data source of a mail merge as invalid.|
|InvalidComment|Optional| **String**|Text describing the invalid setting.|
diff --git a/api/Publisher.MailMergeDataSource.SetAllIncludedFlags.md b/api/Publisher.MailMergeDataSource.SetAllIncludedFlags.md
index 26470ffd886..e763e34a114 100644
--- a/api/Publisher.MailMergeDataSource.SetAllIncludedFlags.md
+++ b/api/Publisher.MailMergeDataSource.SetAllIncludedFlags.md
@@ -27,7 +27,7 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Included|Required| **Boolean**| **True** to include all data source records in a mail merge. **False** to exclude all data source records from a mail merge.|
diff --git a/api/Publisher.MailMergeDataSource.SetSortOrder.md b/api/Publisher.MailMergeDataSource.SetSortOrder.md
index 9040d1158bd..5741c3e7c87 100644
--- a/api/Publisher.MailMergeDataSource.SetSortOrder.md
+++ b/api/Publisher.MailMergeDataSource.SetSortOrder.md
@@ -27,7 +27,7 @@ Sets the sort order for mail merge data.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|SortField1|Optional| **String**|The first field on which to sort the mail merge data. Default is an empty string.|
|SortAscending1|Optional| **Boolean**| **True** (default) to perform an ascending sort on SortField1; **False** to perform a descending sort.|
diff --git a/api/Publisher.MailMergeDataSource.TableName.md b/api/Publisher.MailMergeDataSource.TableName.md
index 25b6c614dcd..2cedd0e8072 100644
--- a/api/Publisher.MailMergeDataSource.TableName.md
+++ b/api/Publisher.MailMergeDataSource.TableName.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the name of the table within the data sour
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.MailMergeDataSource.ValidatedClean.md b/api/Publisher.MailMergeDataSource.ValidatedClean.md
index 5803c918e1b..da935426366 100644
--- a/api/Publisher.MailMergeDataSource.ValidatedClean.md
+++ b/api/Publisher.MailMergeDataSource.ValidatedClean.md
@@ -23,7 +23,7 @@ Indicates whether all recipient addresses in the the parent **MailMergeDataSour
_expression_ A variable that represents a **MailMergeDataSource** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.MailMergeDataSources.Application.md b/api/Publisher.MailMergeDataSources.Application.md
index 225c60255bb..37d81ad12d7 100644
--- a/api/Publisher.MailMergeDataSources.Application.md
+++ b/api/Publisher.MailMergeDataSources.Application.md
@@ -20,7 +20,7 @@ Returns an **Application** object that represents the creator of the parent **M
_expression_ A variable that represents a **MailMergeDataSources** collection.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.MailMergeDataSources.Count.md b/api/Publisher.MailMergeDataSources.Count.md
index a76b52c1d2c..bf8386480f7 100644
--- a/api/Publisher.MailMergeDataSources.Count.md
+++ b/api/Publisher.MailMergeDataSources.Count.md
@@ -23,7 +23,7 @@ Returns the number of **MailMergeDataSource** objects in the **MailMergeDataSou
_expression_ A variable that represents a **MailMergeDataSources** collection.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.MailMergeDataSources.Creator.md b/api/Publisher.MailMergeDataSources.Creator.md
index 9f96d784238..4a48737cde6 100644
--- a/api/Publisher.MailMergeDataSources.Creator.md
+++ b/api/Publisher.MailMergeDataSources.Creator.md
@@ -20,7 +20,7 @@ Returns a 32-bit integer that indicates the application in which the **MailMerg
_expression_ A variable that represents a **MailMergeDataSources** object.
-### Return Value
+### Return value
Integer
diff --git a/api/Publisher.MailMergeDataSources.Item.md b/api/Publisher.MailMergeDataSources.Item.md
index e229107c092..5b72b7504e0 100644
--- a/api/Publisher.MailMergeDataSources.Item.md
+++ b/api/Publisher.MailMergeDataSources.Item.md
@@ -27,11 +27,11 @@ Returns the **[MailMergeDataSource](Publisher.MailMergeDataSource.md)** object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|varIndex|Required| **Variant**|The index number or name of the object to return.|
-### Return Value
+### Return value
MailMergeDataSource
diff --git a/api/Publisher.MailMergeDataSources.Parent.md b/api/Publisher.MailMergeDataSources.Parent.md
index 41dbdcab8f1..bf9376ccb86 100644
--- a/api/Publisher.MailMergeDataSources.Parent.md
+++ b/api/Publisher.MailMergeDataSources.Parent.md
@@ -23,7 +23,7 @@ Returns the parent of the **[MailMergeDataSources](Publisher.MailMergeDataSourc
_expression_ A variable that represents a **MailMergeDataSources** collection.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.MailMergeFilterCriterion.CompareTo.md b/api/Publisher.MailMergeFilterCriterion.CompareTo.md
index 6dac274526c..d4d14a6452d 100644
--- a/api/Publisher.MailMergeFilterCriterion.CompareTo.md
+++ b/api/Publisher.MailMergeFilterCriterion.CompareTo.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the text to compare in the query f
_expression_ A variable that represents a **MailMergeFilterCriterion** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.MailMergeFilterCriterion.Comparison.md b/api/Publisher.MailMergeFilterCriterion.Comparison.md
index 324f0921464..f5ad3310d32 100644
--- a/api/Publisher.MailMergeFilterCriterion.Comparison.md
+++ b/api/Publisher.MailMergeFilterCriterion.Comparison.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoFilterComparison** constant that represents how to comp
_expression_ A variable that represents a **MailMergeFilterCriterion** object.
-### Return Value
+### Return value
MsoFilterComparison
diff --git a/api/Publisher.MailMergeFilterCriterion.Conjunction.md b/api/Publisher.MailMergeFilterCriterion.Conjunction.md
index d509f5c96d9..f169a41f005 100644
--- a/api/Publisher.MailMergeFilterCriterion.Conjunction.md
+++ b/api/Publisher.MailMergeFilterCriterion.Conjunction.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoFilterConjunction** constant that represents how a filt
_expression_ A variable that represents a **MailMergeFilterCriterion** object.
-### Return Value
+### Return value
MsoFilterConjunction
diff --git a/api/Publisher.MailMergeFilters.Add.md b/api/Publisher.MailMergeFilters.Add.md
index 7ec5737a6c6..52069625ac3 100644
--- a/api/Publisher.MailMergeFilters.Add.md
+++ b/api/Publisher.MailMergeFilters.Add.md
@@ -27,7 +27,7 @@ Adds a new filter criterion to the specified **MailMergeFilters** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Column|Required| **String**|The name of the table in the data source.|
|Comparison|Required| **MsoFilterComparison**|How the data in the table is filtered.|
diff --git a/api/Publisher.MailMergeFilters.Item.md b/api/Publisher.MailMergeFilters.Item.md
index 93edf0be1ec..c1b8b3c25ba 100644
--- a/api/Publisher.MailMergeFilters.Item.md
+++ b/api/Publisher.MailMergeFilters.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.MailMergeMappedDataField.DataFieldName.md b/api/Publisher.MailMergeMappedDataField.DataFieldName.md
index a9fee98dd67..1823a4de551 100644
--- a/api/Publisher.MailMergeMappedDataField.DataFieldName.md
+++ b/api/Publisher.MailMergeMappedDataField.DataFieldName.md
@@ -23,7 +23,7 @@ Returns or sets a **String** which represents the name of the field in the mail
_expression_ A variable that represents a **MailMergeMappedDataField** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.MailMergeMappedDataFields.Item.md b/api/Publisher.MailMergeMappedDataFields.Item.md
index bf50f4b6359..a5e01620f0b 100644
--- a/api/Publisher.MailMergeMappedDataFields.Item.md
+++ b/api/Publisher.MailMergeMappedDataFields.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
MailMergeMappedDataField
diff --git a/api/Publisher.MasterPages.Add.md b/api/Publisher.MasterPages.Add.md
index 6f84c1b251d..fb191b63527 100644
--- a/api/Publisher.MasterPages.Add.md
+++ b/api/Publisher.MasterPages.Add.md
@@ -27,13 +27,13 @@ Adds a new **Page** object to the specified **MasterPages** object and returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|IsTwoPageMaster|Optional| **Boolean**| **True** if the master page will be part of a two page spread.|
|Abbreviation|Optional| **String**|The abbreviation, or short name, for the master page. An error occurs if this is not unique.|
|Description|Optional| **String**|The description for the master page.|
-### Return Value
+### Return value
Page
diff --git a/api/Publisher.MasterPages.FindByPageID.md b/api/Publisher.MasterPages.FindByPageID.md
index cd70641f536..a3c478b67ab 100644
--- a/api/Publisher.MasterPages.FindByPageID.md
+++ b/api/Publisher.MasterPages.FindByPageID.md
@@ -27,11 +27,11 @@ Returns a **[Page](Publisher.Page.md)** object that represents the page with th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PageID|Required| **Long**|Specifies the ID number of the page you want to return. Publisher assigns this number when the page is created.|
-### Return Value
+### Return value
Page
diff --git a/api/Publisher.MasterPages.Item.md b/api/Publisher.MasterPages.Item.md
index b6aad929a27..d04d80d03ed 100644
--- a/api/Publisher.MasterPages.Item.md
+++ b/api/Publisher.MasterPages.Item.md
@@ -27,7 +27,7 @@ Returns the specified **[Page](Publisher.Page.md)** object from a **Pages** or
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Item|Required| **Long**|The number of the page to return. For **MasterPages** collections, Item can either be 1 or 2 for the left and right master pages, respectively. For **Pages** collections, Item corresponds to a **Page** object's **[PageIndex](Publisher.Page.PageIndex.md)** property.|
diff --git a/api/Publisher.OLEFormat.DoVerb.md b/api/Publisher.OLEFormat.DoVerb.md
index d7945895a36..f7aec35748f 100644
--- a/api/Publisher.OLEFormat.DoVerb.md
+++ b/api/Publisher.OLEFormat.DoVerb.md
@@ -27,7 +27,7 @@ Requests that an OLE object perform one of its verbs.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|iVerb|Required| **Long**|The verb to perform. |
diff --git a/api/Publisher.OLEFormat.Object.md b/api/Publisher.OLEFormat.Object.md
index fe7ded66153..a09b40297b4 100644
--- a/api/Publisher.OLEFormat.Object.md
+++ b/api/Publisher.OLEFormat.Object.md
@@ -23,7 +23,7 @@ Returns an **Object** that represents the specified OLE object's top-level inte
_expression_ A variable that represents an **OLEFormat** object.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.OLEFormat.ObjectVerbs.md b/api/Publisher.OLEFormat.ObjectVerbs.md
index 4ed364b7f4f..af7c6ca1f90 100644
--- a/api/Publisher.OLEFormat.ObjectVerbs.md
+++ b/api/Publisher.OLEFormat.ObjectVerbs.md
@@ -23,7 +23,7 @@ Returns an **[ObjectVerbs](Publisher.ObjectVerbs.md)** collection that contains
_expression_ A variable that represents an **OLEFormat** object.
-### Return Value
+### Return value
ObjectVerbs
diff --git a/api/Publisher.OLEFormat.ProgId.md b/api/Publisher.OLEFormat.ProgId.md
index 9491c08df4b..3a4d73bd60e 100644
--- a/api/Publisher.OLEFormat.ProgId.md
+++ b/api/Publisher.OLEFormat.ProgId.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the programmatic identifier (ProgID) for t
_expression_ A variable that represents an **OLEFormat** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.ObjectVerbs.Item.md b/api/Publisher.ObjectVerbs.Item.md
index 5410fa61f47..a439cf3a12c 100644
--- a/api/Publisher.ObjectVerbs.Item.md
+++ b/api/Publisher.ObjectVerbs.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Options.AddHebDoubleQuote.md b/api/Publisher.Options.AddHebDoubleQuote.md
index 629d4ff141c..f2465e7a09a 100644
--- a/api/Publisher.Options.AddHebDoubleQuote.md
+++ b/api/Publisher.Options.AddHebDoubleQuote.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.AllowBackgroundSave.md b/api/Publisher.Options.AllowBackgroundSave.md
index ba48917af7e..3ee6e22f010 100644
--- a/api/Publisher.Options.AllowBackgroundSave.md
+++ b/api/Publisher.Options.AllowBackgroundSave.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.AutoFormatWord.md b/api/Publisher.Options.AutoFormatWord.md
index 55da4da5ed2..4b4a71b6163 100644
--- a/api/Publisher.Options.AutoFormatWord.md
+++ b/api/Publisher.Options.AutoFormatWord.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.AutoHyphenate.md b/api/Publisher.Options.AutoHyphenate.md
index 9a23b6751f8..81dc930f719 100644
--- a/api/Publisher.Options.AutoHyphenate.md
+++ b/api/Publisher.Options.AutoHyphenate.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.AutoKeyboardSwitching.md b/api/Publisher.Options.AutoKeyboardSwitching.md
index d110d192950..9667a2e25d4 100644
--- a/api/Publisher.Options.AutoKeyboardSwitching.md
+++ b/api/Publisher.Options.AutoKeyboardSwitching.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.AutoSelectWord.md b/api/Publisher.Options.AutoSelectWord.md
index 22edc7f1dfd..bba8ff71844 100644
--- a/api/Publisher.Options.AutoSelectWord.md
+++ b/api/Publisher.Options.AutoSelectWord.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.DefaultPubDirection.md b/api/Publisher.Options.DefaultPubDirection.md
index cdcad05a3b3..f5bcdb90f01 100644
--- a/api/Publisher.Options.DefaultPubDirection.md
+++ b/api/Publisher.Options.DefaultPubDirection.md
@@ -23,7 +23,7 @@ Returns or sets a **PbDirectionType** constant that represents the default dire
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
PbDirectionType
diff --git a/api/Publisher.Options.DefaultTextFlowDirection.md b/api/Publisher.Options.DefaultTextFlowDirection.md
index a09bac142d5..d189a22923f 100644
--- a/api/Publisher.Options.DefaultTextFlowDirection.md
+++ b/api/Publisher.Options.DefaultTextFlowDirection.md
@@ -23,7 +23,7 @@ Returns or sets a **PbDirectionType** constant that represents a global Microso
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
PbDirectionType
diff --git a/api/Publisher.Options.DisplayStatusBar.md b/api/Publisher.Options.DisplayStatusBar.md
index dc5435cefc8..5b20244089d 100644
--- a/api/Publisher.Options.DisplayStatusBar.md
+++ b/api/Publisher.Options.DisplayStatusBar.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.DragAndDropText.md b/api/Publisher.Options.DragAndDropText.md
index 8142886e1a7..4169063d394 100644
--- a/api/Publisher.Options.DragAndDropText.md
+++ b/api/Publisher.Options.DragAndDropText.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.HyphenationZone.md b/api/Publisher.Options.HyphenationZone.md
index 08f67f18d21..f13a639aed7 100644
--- a/api/Publisher.Options.HyphenationZone.md
+++ b/api/Publisher.Options.HyphenationZone.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the maximum amount of space that
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.Options.MeasurementUnit.md b/api/Publisher.Options.MeasurementUnit.md
index bed0f6442b5..e1edaba381d 100644
--- a/api/Publisher.Options.MeasurementUnit.md
+++ b/api/Publisher.Options.MeasurementUnit.md
@@ -23,7 +23,7 @@ Returns or sets a **PbUnitType** constant representing the standard measurement
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
PbUnitType
diff --git a/api/Publisher.Options.PathForPictures.md b/api/Publisher.Options.PathForPictures.md
index b2f4e3b8d34..2b7fec4e96b 100644
--- a/api/Publisher.Options.PathForPictures.md
+++ b/api/Publisher.Options.PathForPictures.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the default path for picture files. Read.
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Options.PathForPublications.md b/api/Publisher.Options.PathForPublications.md
index 3a56db614ee..7af2c307eeb 100644
--- a/api/Publisher.Options.PathForPublications.md
+++ b/api/Publisher.Options.PathForPublications.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the default folder for publications. Read.
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Options.SaveAutoRecoverInfo.md b/api/Publisher.Options.SaveAutoRecoverInfo.md
index cec3fe48d84..c35b5d52d69 100644
--- a/api/Publisher.Options.SaveAutoRecoverInfo.md
+++ b/api/Publisher.Options.SaveAutoRecoverInfo.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.SaveAutoRecoverInfoInterval.md b/api/Publisher.Options.SaveAutoRecoverInfoInterval.md
index b27cbb9e6ea..15074295cd5 100644
--- a/api/Publisher.Options.SaveAutoRecoverInfoInterval.md
+++ b/api/Publisher.Options.SaveAutoRecoverInfoInterval.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** that represents the time interval in minutes for aut
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Options.SequenceCheck.md b/api/Publisher.Options.SequenceCheck.md
index bb11fa898f4..97d3b0b9ab9 100644
--- a/api/Publisher.Options.SequenceCheck.md
+++ b/api/Publisher.Options.SequenceCheck.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.ShowBasicColors.md b/api/Publisher.Options.ShowBasicColors.md
index 200a0063313..1df32457a2a 100644
--- a/api/Publisher.Options.ShowBasicColors.md
+++ b/api/Publisher.Options.ShowBasicColors.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** indicating whether Microsoft Publisher shows basi
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.ShowScreenTipsOnObjects.md b/api/Publisher.Options.ShowScreenTipsOnObjects.md
index 2e8504216cd..258708040be 100644
--- a/api/Publisher.Options.ShowScreenTipsOnObjects.md
+++ b/api/Publisher.Options.ShowScreenTipsOnObjects.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.ShowTipPages.md b/api/Publisher.Options.ShowTipPages.md
index e47a5001234..11050a542b1 100644
--- a/api/Publisher.Options.ShowTipPages.md
+++ b/api/Publisher.Options.ShowTipPages.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.TypeNReplace.md b/api/Publisher.Options.TypeNReplace.md
index 185c2db8969..d6515b0b467 100644
--- a/api/Publisher.Options.TypeNReplace.md
+++ b/api/Publisher.Options.TypeNReplace.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.UseCatalogAtStartup.md b/api/Publisher.Options.UseCatalogAtStartup.md
index de2450c12d4..f347a3105de 100644
--- a/api/Publisher.Options.UseCatalogAtStartup.md
+++ b/api/Publisher.Options.UseCatalogAtStartup.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Options.UseWizardForBlankPublication.md b/api/Publisher.Options.UseWizardForBlankPublication.md
index 3e9190249e4..3279fa0f389 100644
--- a/api/Publisher.Options.UseWizardForBlankPublication.md
+++ b/api/Publisher.Options.UseWizardForBlankPublication.md
@@ -23,7 +23,7 @@ Gets or sets whether to use a wizard for blank publications. Read/Write.
_expression_ A variable that represents an **Options** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Page.Background.md b/api/Publisher.Page.Background.md
index 00b07c6b274..832cc4c0a10 100644
--- a/api/Publisher.Page.Background.md
+++ b/api/Publisher.Page.Background.md
@@ -23,7 +23,7 @@ Sets or returns a **PageBackground** object representing the background of the
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
PageBackground
diff --git a/api/Publisher.Page.Duplicate.md b/api/Publisher.Page.Duplicate.md
index 05f9913d24c..03c427e03fc 100644
--- a/api/Publisher.Page.Duplicate.md
+++ b/api/Publisher.Page.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified **Page** object and then returns the new *
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
Page
diff --git a/api/Publisher.Page.ExportEmailHTML.md b/api/Publisher.Page.ExportEmailHTML.md
index e0073e4bdf7..2a76e6a2b1a 100644
--- a/api/Publisher.Page.ExportEmailHTML.md
+++ b/api/Publisher.Page.ExportEmailHTML.md
@@ -27,7 +27,7 @@ Exports the active page of the publication as an HTML file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Required| **String**|The name of the file to which to export the HTML.|
diff --git a/api/Publisher.Page.Footer.md b/api/Publisher.Page.Footer.md
index 4f2712aa271..8ecaf67f286 100644
--- a/api/Publisher.Page.Footer.md
+++ b/api/Publisher.Page.Footer.md
@@ -23,7 +23,7 @@ Returns a **HeaderFooter** object representing the footer of the specified **Pa
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
HeaderFooter
diff --git a/api/Publisher.Page.Header.md b/api/Publisher.Page.Header.md
index 06efb6e2e91..d385da7cc52 100644
--- a/api/Publisher.Page.Header.md
+++ b/api/Publisher.Page.Header.md
@@ -23,7 +23,7 @@ Returns a **HeaderFooter** object representing the header of the specified **Pa
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
HeaderFooter
diff --git a/api/Publisher.Page.IgnoreMaster.md b/api/Publisher.Page.IgnoreMaster.md
index fa08e944f49..2549631b342 100644
--- a/api/Publisher.Page.IgnoreMaster.md
+++ b/api/Publisher.Page.IgnoreMaster.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Page** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Page.IsLeading.md b/api/Publisher.Page.IsLeading.md
index a1df0002ca7..c9a7e41c582 100644
--- a/api/Publisher.Page.IsLeading.md
+++ b/api/Publisher.Page.IsLeading.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Page** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Page.IsTrailing.md b/api/Publisher.Page.IsTrailing.md
index 0140783e721..1625cbd82dd 100644
--- a/api/Publisher.Page.IsTrailing.md
+++ b/api/Publisher.Page.IsTrailing.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Page** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Page.IsTwoPageMaster.md b/api/Publisher.Page.IsTwoPageMaster.md
index b4697b24a4b..385302575f0 100644
--- a/api/Publisher.Page.IsTwoPageMaster.md
+++ b/api/Publisher.Page.IsTwoPageMaster.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **Page** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Page.IsWizardPage.md b/api/Publisher.Page.IsWizardPage.md
index 8ed2a174543..1d93e660c78 100644
--- a/api/Publisher.Page.IsWizardPage.md
+++ b/api/Publisher.Page.IsWizardPage.md
@@ -23,7 +23,7 @@ Returns **True** if the specified page is a Microsoft Publisher wizard page. Re
_expression_ A variable that represents an **Page** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Page.Master.md b/api/Publisher.Page.Master.md
index b86fa854cf8..a6fffe9ae99 100644
--- a/api/Publisher.Page.Master.md
+++ b/api/Publisher.Page.Master.md
@@ -23,7 +23,7 @@ Sets or returns a **[Page](Publisher.Page.md)** object that represents the mast
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
Page
diff --git a/api/Publisher.Page.Move.md b/api/Publisher.Page.Move.md
index 054d1eb9141..c18b8aa0994 100644
--- a/api/Publisher.Page.Move.md
+++ b/api/Publisher.Page.Move.md
@@ -27,7 +27,7 @@ Moves the specified page to the specified index in the **Pages** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Page|Required| **Long**|The index number of the **Pages** collection where the specified page will be moved.|
|After|Optional| **Boolean**| **True** if the page will be inserted after the specified index number of the Pages collection specified by the Page parameter. Deafult is **True**.|
diff --git a/api/Publisher.Page.PageNumber.md b/api/Publisher.Page.PageNumber.md
index 9cb018105fa..38c7264ebbf 100644
--- a/api/Publisher.Page.PageNumber.md
+++ b/api/Publisher.Page.PageNumber.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the current page number. Read-only.
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Page.PageType.md b/api/Publisher.Page.PageType.md
index 3f7b7d90a35..6d4c52ce847 100644
--- a/api/Publisher.Page.PageType.md
+++ b/api/Publisher.Page.PageType.md
@@ -23,7 +23,7 @@ Returns a **PbPageType** constant that represents the page type. Read-only.
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
PbPageType
diff --git a/api/Publisher.Page.ReaderSpread.md b/api/Publisher.Page.ReaderSpread.md
index de71d174050..a6b4ddc1cc3 100644
--- a/api/Publisher.Page.ReaderSpread.md
+++ b/api/Publisher.Page.ReaderSpread.md
@@ -23,7 +23,7 @@ Returns a **[ReaderSpread](Publisher.ReaderSpread.md)** object that represents
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
ReaderSpread
diff --git a/api/Publisher.Page.RulerGuides.md b/api/Publisher.Page.RulerGuides.md
index 1dab5ec0da6..fb509d40acf 100644
--- a/api/Publisher.Page.RulerGuides.md
+++ b/api/Publisher.Page.RulerGuides.md
@@ -23,7 +23,7 @@ Returns a **[RulerGuides](Publisher.RulerGuides.md)** collection that represent
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
RulerGuides
diff --git a/api/Publisher.Page.SaveAsPicture.md b/api/Publisher.Page.SaveAsPicture.md
index 911936fa75e..2bd99c10a4d 100644
--- a/api/Publisher.Page.SaveAsPicture.md
+++ b/api/Publisher.Page.SaveAsPicture.md
@@ -27,7 +27,7 @@ Saves a page as a picture file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Required| **String**|The path and file name of the new picture file you want to create. The graphics format the picture is saved in is determined by the file name extension (such as .jpg or .gif) you specify.|
|pbResolution|Optional| **PbPictureResolution**|The resolution in which you want the picture to be saved. See Remarks for possible values.|
diff --git a/api/Publisher.Page.WebPageOptions.md b/api/Publisher.Page.WebPageOptions.md
index c352e0eae39..4792b2527cd 100644
--- a/api/Publisher.Page.WebPageOptions.md
+++ b/api/Publisher.Page.WebPageOptions.md
@@ -23,7 +23,7 @@ Returns a **[WebPageOptions](Publisher.WebPageOptions.md)** object, which repre
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
WebPageOptions
diff --git a/api/Publisher.Page.XOffsetWithinReaderSpread.md b/api/Publisher.Page.XOffsetWithinReaderSpread.md
index 2694bd4580a..c70b5a9b59f 100644
--- a/api/Publisher.Page.XOffsetWithinReaderSpread.md
+++ b/api/Publisher.Page.XOffsetWithinReaderSpread.md
@@ -23,7 +23,7 @@ Returns a **Single** that represents the distance (in points) from the left edg
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Page.YOffsetWithinReaderSpread.md b/api/Publisher.Page.YOffsetWithinReaderSpread.md
index 295999a6e92..f6b42c763a7 100644
--- a/api/Publisher.Page.YOffsetWithinReaderSpread.md
+++ b/api/Publisher.Page.YOffsetWithinReaderSpread.md
@@ -23,7 +23,7 @@ Returns a **Single** that represents the distance (in points) from the top edge
_expression_ A variable that represents a **Page** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.PageSetup.AvailablePageSizes.md b/api/Publisher.PageSetup.AvailablePageSizes.md
index a63d485e4cf..122b5c4aeb1 100644
--- a/api/Publisher.PageSetup.AvailablePageSizes.md
+++ b/api/Publisher.PageSetup.AvailablePageSizes.md
@@ -23,7 +23,7 @@ Returns the **PageSizes** collection that contains all the **[PageSize](Publish
_expression_ A variable that represents a **PageSetup** object.
-### Return Value
+### Return value
PageSizes
diff --git a/api/Publisher.PageSetup.HorizontalGap.md b/api/Publisher.PageSetup.HorizontalGap.md
index af9d7264c36..56fadd926ba 100644
--- a/api/Publisher.PageSetup.HorizontalGap.md
+++ b/api/Publisher.PageSetup.HorizontalGap.md
@@ -23,7 +23,7 @@ Returns a **Variant** that represents the distance between the right edge of on
_expression_ A variable that represents a **PageSetup** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSetup.LeftMargin.md b/api/Publisher.PageSetup.LeftMargin.md
index aa67967ad02..23c73374a95 100644
--- a/api/Publisher.PageSetup.LeftMargin.md
+++ b/api/Publisher.PageSetup.LeftMargin.md
@@ -23,7 +23,7 @@ Returns a **Variant** that represents the distance (in points) between the left
_expression_ A variable that represents a **PageSetup** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSetup.PageHeight.md b/api/Publisher.PageSetup.PageHeight.md
index 9c050974163..17a8c142946 100644
--- a/api/Publisher.PageSetup.PageHeight.md
+++ b/api/Publisher.PageSetup.PageHeight.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the height of the pages in a publ
_expression_ A variable that represents a **PageSetup** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSetup.PageSize.md b/api/Publisher.PageSetup.PageSize.md
index 7428f6821f4..ae7fd8a0ce5 100644
--- a/api/Publisher.PageSetup.PageSize.md
+++ b/api/Publisher.PageSetup.PageSize.md
@@ -23,7 +23,7 @@ Gets or sets the blank page size for the current publication. Read/write.
_expression_ A variable that represents a **PageSetup** object.
-### Return Value
+### Return value
PageSize
diff --git a/api/Publisher.PageSetup.PageWidth.md b/api/Publisher.PageSetup.PageWidth.md
index 8ec7462a27b..4b802e55d50 100644
--- a/api/Publisher.PageSetup.PageWidth.md
+++ b/api/Publisher.PageSetup.PageWidth.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the width of the pages in a publi
_expression_ A variable that represents a **PageSetup** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSetup.TopMargin.md b/api/Publisher.PageSetup.TopMargin.md
index 757102a4bce..882ad3c299a 100644
--- a/api/Publisher.PageSetup.TopMargin.md
+++ b/api/Publisher.PageSetup.TopMargin.md
@@ -23,7 +23,7 @@ Returns a **Variant** that represents the distance between the top edge of the
_expression_ A variable that represents a **PageSetup** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSetup.VerticalGap.md b/api/Publisher.PageSetup.VerticalGap.md
index 8cedf5192bb..e3c8f8b76ee 100644
--- a/api/Publisher.PageSetup.VerticalGap.md
+++ b/api/Publisher.PageSetup.VerticalGap.md
@@ -23,7 +23,7 @@ Returns a **Variant** that represents the distance (in points) between the bott
_expression_ A variable that represents a **PageSetup** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSize.Application.md b/api/Publisher.PageSize.Application.md
index 5441770145e..5cc080dcd62 100644
--- a/api/Publisher.PageSize.Application.md
+++ b/api/Publisher.PageSize.Application.md
@@ -23,7 +23,7 @@ Returns an **Application** object that represents the creator of the parent **P
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
Application
diff --git a/api/Publisher.PageSize.HasBackgroundImage.md b/api/Publisher.PageSize.HasBackgroundImage.md
index d0c91ddc1df..1dba1dd91c1 100644
--- a/api/Publisher.PageSize.HasBackgroundImage.md
+++ b/api/Publisher.PageSize.HasBackgroundImage.md
@@ -23,7 +23,7 @@ Returns **True** if the blank page size represented by the parent **PageSize**
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Publisher.PageSize.HorizontalGap.md b/api/Publisher.PageSize.HorizontalGap.md
index f14ff0933f1..e5055d2eb49 100644
--- a/api/Publisher.PageSize.HorizontalGap.md
+++ b/api/Publisher.PageSize.HorizontalGap.md
@@ -23,7 +23,7 @@ Returns a **Variant** that represents the distance between the right edge of on
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSize.LeftMargin.md b/api/Publisher.PageSize.LeftMargin.md
index b826efdb69e..e6246160f7a 100644
--- a/api/Publisher.PageSize.LeftMargin.md
+++ b/api/Publisher.PageSize.LeftMargin.md
@@ -23,7 +23,7 @@ Specifies the distance between the left edge of the printer sheet and the top ed
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSize.Name.md b/api/Publisher.PageSize.Name.md
index 995eee19414..be9ecdbe9c2 100644
--- a/api/Publisher.PageSize.Name.md
+++ b/api/Publisher.PageSize.Name.md
@@ -23,7 +23,7 @@ Returns the name of the blank page size represented by the parent **PageSize**
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.PageSize.PageHeight.md b/api/Publisher.PageSize.PageHeight.md
index 0ac2a930a8e..1256b664040 100644
--- a/api/Publisher.PageSize.PageHeight.md
+++ b/api/Publisher.PageSize.PageHeight.md
@@ -23,7 +23,7 @@ Gets or sets the page height of the blank page size represented by the parent *
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSize.PageWidth.md b/api/Publisher.PageSize.PageWidth.md
index 1989b05434a..90ffb02b2fd 100644
--- a/api/Publisher.PageSize.PageWidth.md
+++ b/api/Publisher.PageSize.PageWidth.md
@@ -23,7 +23,7 @@ Gets or sets the page width of the blank page size represented by the parent **
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSize.Parent.md b/api/Publisher.PageSize.Parent.md
index 990b6e4b2f4..479c2a4784b 100644
--- a/api/Publisher.PageSize.Parent.md
+++ b/api/Publisher.PageSize.Parent.md
@@ -23,7 +23,7 @@ Returns the parent of the **[PageSize](Publisher.PageSizes.md)** object. Read-o
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.PageSize.TopMargin.md b/api/Publisher.PageSize.TopMargin.md
index ace84ab3765..9629081759a 100644
--- a/api/Publisher.PageSize.TopMargin.md
+++ b/api/Publisher.PageSize.TopMargin.md
@@ -23,7 +23,7 @@ Specifies the distance between the top edge of the printer sheet and the top edg
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSize.VerticalGap.md b/api/Publisher.PageSize.VerticalGap.md
index 64f32c80b46..e03f9a34179 100644
--- a/api/Publisher.PageSize.VerticalGap.md
+++ b/api/Publisher.PageSize.VerticalGap.md
@@ -23,7 +23,7 @@ Returns a **Variant** that represents the distance in points between the bottom
_expression_ A variable that represents a **PageSize** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PageSizes.Application.md b/api/Publisher.PageSizes.Application.md
index ec7dca0a18d..cf4e5ebe38d 100644
--- a/api/Publisher.PageSizes.Application.md
+++ b/api/Publisher.PageSizes.Application.md
@@ -23,7 +23,7 @@ Returns an **Application** object that represents the creator of the parent **P
_expression_ A variable that represents a **PageSizes** collection.
-### Return Value
+### Return value
Application
diff --git a/api/Publisher.PageSizes.Count.md b/api/Publisher.PageSizes.Count.md
index b2db0e866e7..f35eb0ca659 100644
--- a/api/Publisher.PageSizes.Count.md
+++ b/api/Publisher.PageSizes.Count.md
@@ -23,7 +23,7 @@ Returns the number of **PageSize** objects in the **PageSizes** collection of t
_expression_ A variable that represents a **PageSizes** collection.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.PageSizes.Item.md b/api/Publisher.PageSizes.Item.md
index 8a656ab31a6..6d56784a0fc 100644
--- a/api/Publisher.PageSizes.Item.md
+++ b/api/Publisher.PageSizes.Item.md
@@ -27,11 +27,11 @@ Returns the **[PageSize](Publisher.PageSize.md)** object with the specified nam
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The name or index position of a **PageSize** object.|
-### Return Value
+### Return value
PageSize
diff --git a/api/Publisher.PageSizes.Parent.md b/api/Publisher.PageSizes.Parent.md
index 84645323d26..86475deaf12 100644
--- a/api/Publisher.PageSizes.Parent.md
+++ b/api/Publisher.PageSizes.Parent.md
@@ -23,7 +23,7 @@ Returns the parent of the **[PageSizes](Publisher.PageSizes.md)** collection. R
_expression_ A variable that represents a **PageSizes** collection.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.Pages.Add.md b/api/Publisher.Pages.Add.md
index bce40fcba64..64728cc3224 100644
--- a/api/Publisher.Pages.Add.md
+++ b/api/Publisher.Pages.Add.md
@@ -27,14 +27,14 @@ Adds a new **Page** object to the specified **Pages** object and returns the ne
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Count|Required| **Long**|The number of new pages to add.|
|After|Required| **Long**|The page index of the page after which to add the new pages. A zero for this argument adds new pages at the beginning of the publication.|
|DuplicateObjectsOnPage|Optional| **Long**|The page index of the page from which objects should be copied to the new pages. If this argument is omitted, the new pages will be blank. The default is -1: do not duplicate pages.|
|AddHyperlinkToWebNavBar|Optional| **Boolean**|Specifies whether links to the new pages will be added to the automatic navigation bars of existing pages. If **True**, links to the new pages will be added to the automatic navigation bars of existing pages only. If **False**, links to the new pages will not be added to the automatic navigation bars of existing pages or new pages added in the future. Default is **False**.|
-### Return Value
+### Return value
Page
diff --git a/api/Publisher.Pages.AddWizardPage.md b/api/Publisher.Pages.AddWizardPage.md
index eca610b30fa..8a1bd2e7866 100644
--- a/api/Publisher.Pages.AddWizardPage.md
+++ b/api/Publisher.Pages.AddWizardPage.md
@@ -27,7 +27,7 @@ Adds the specified new wizard page to a specified location in a publication.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|After|Required| **Long**|The page after which to place the new wizard page.|
|PageType|Optional| **PbWizardPageType**|The type of wizard page to add.|
diff --git a/api/Publisher.Pages.FindByPageID.md b/api/Publisher.Pages.FindByPageID.md
index 0ca4ab72014..3b564071803 100644
--- a/api/Publisher.Pages.FindByPageID.md
+++ b/api/Publisher.Pages.FindByPageID.md
@@ -27,11 +27,11 @@ Returns a **[Page](Publisher.Page.md)** object that represents the page with th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PageID|Required| **Long**|Specifies the ID number of the page you want to return. Publisher assigns this number when the page is created.|
-### Return Value
+### Return value
Page
diff --git a/api/Publisher.Pages.Item.md b/api/Publisher.Pages.Item.md
index 766c4bff998..892984e8aac 100644
--- a/api/Publisher.Pages.Item.md
+++ b/api/Publisher.Pages.Item.md
@@ -27,7 +27,7 @@ Returns the specified **[Page](Publisher.Page.md)** object from a **Pages** or
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Item|Required| **Long**|The number of the page to return. For **MasterPages** collections, Item can either be 1 or 2 for the left and right master pages, respectively. For **Pages** collections, Item corresponds to a **Page** object's **[PageIndex](Publisher.Page.PageIndex.md)** property.|
diff --git a/api/Publisher.ParagraphFormat.CharBasedFirstLineIndent.md b/api/Publisher.ParagraphFormat.CharBasedFirstLineIndent.md
index 8a876e7726e..38713d087ba 100644
--- a/api/Publisher.ParagraphFormat.CharBasedFirstLineIndent.md
+++ b/api/Publisher.ParagraphFormat.CharBasedFirstLineIndent.md
@@ -23,7 +23,7 @@ Returns or sets the value of the first line indent (in East Asian character widt
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ParagraphFormat.Duplicate.md b/api/Publisher.ParagraphFormat.Duplicate.md
index cad1e2811e0..ecc9c642bad 100644
--- a/api/Publisher.ParagraphFormat.Duplicate.md
+++ b/api/Publisher.ParagraphFormat.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified **[ParagraphFormat](Publisher.ParagraphFor
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
ParagraphFormat
diff --git a/api/Publisher.ParagraphFormat.FirstLineIndent.md b/api/Publisher.ParagraphFormat.FirstLineIndent.md
index daec0a64cbd..95b1ee8b976 100644
--- a/api/Publisher.ParagraphFormat.FirstLineIndent.md
+++ b/api/Publisher.ParagraphFormat.FirstLineIndent.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the amount of space (measured in
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.ParagraphFormat.KashidaPercentage.md b/api/Publisher.ParagraphFormat.KashidaPercentage.md
index be45b95e079..006ccb76e82 100644
--- a/api/Publisher.ParagraphFormat.KashidaPercentage.md
+++ b/api/Publisher.ParagraphFormat.KashidaPercentage.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** indicating the percentage by which kashidas are to b
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ParagraphFormat.KeepLinesTogether.md b/api/Publisher.ParagraphFormat.KeepLinesTogether.md
index b098355a062..e7ad4a837e1 100644
--- a/api/Publisher.ParagraphFormat.KeepLinesTogether.md
+++ b/api/Publisher.ParagraphFormat.KeepLinesTogether.md
@@ -23,7 +23,7 @@ Sets or returns an **MsoTriState** that indicates whether all lines in the spec
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
msoTriState
diff --git a/api/Publisher.ParagraphFormat.KeepWithNext.md b/api/Publisher.ParagraphFormat.KeepWithNext.md
index 0c1cdc86f17..f9169cb1eed 100644
--- a/api/Publisher.ParagraphFormat.KeepWithNext.md
+++ b/api/Publisher.ParagraphFormat.KeepWithNext.md
@@ -23,7 +23,7 @@ Sets or returns an **MsoTriState** that indicates whether the following paragra
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.ParagraphFormat.LeftIndent.md b/api/Publisher.ParagraphFormat.LeftIndent.md
index ddf83458e3f..095589c63d6 100644
--- a/api/Publisher.ParagraphFormat.LeftIndent.md
+++ b/api/Publisher.ParagraphFormat.LeftIndent.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the left indent value (in points)
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.ParagraphFormat.LineSpacing.md b/api/Publisher.ParagraphFormat.LineSpacing.md
index 0a1dc9eff8e..91830d89a52 100644
--- a/api/Publisher.ParagraphFormat.LineSpacing.md
+++ b/api/Publisher.ParagraphFormat.LineSpacing.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the line spacing (in number of li
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.ParagraphFormat.LineSpacingRule.md b/api/Publisher.ParagraphFormat.LineSpacingRule.md
index 74e5d291ad2..8c298738a40 100644
--- a/api/Publisher.ParagraphFormat.LineSpacingRule.md
+++ b/api/Publisher.ParagraphFormat.LineSpacingRule.md
@@ -23,7 +23,7 @@ Returns or sets a **PbLineSpacingRule** that represents the line spacing for th
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
PbLineSpacingRule
diff --git a/api/Publisher.ParagraphFormat.ListBulletFontName.md b/api/Publisher.ParagraphFormat.ListBulletFontName.md
index 1b5c415ae40..ca89c822a06 100644
--- a/api/Publisher.ParagraphFormat.ListBulletFontName.md
+++ b/api/Publisher.ParagraphFormat.ListBulletFontName.md
@@ -23,7 +23,7 @@ Sets or retrieves a **String** representing the list bullet font name from the
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.ParagraphFormat.ListBulletFontSize.md b/api/Publisher.ParagraphFormat.ListBulletFontSize.md
index 7505057a77a..6da9c3aeb57 100644
--- a/api/Publisher.ParagraphFormat.ListBulletFontSize.md
+++ b/api/Publisher.ParagraphFormat.ListBulletFontSize.md
@@ -23,7 +23,7 @@ Sets or retrieves a **Single** that represents the list bullet font size from t
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ParagraphFormat.ListBulletText.md b/api/Publisher.ParagraphFormat.ListBulletText.md
index 76f1e54a6bf..21dd4177fcf 100644
--- a/api/Publisher.ParagraphFormat.ListBulletText.md
+++ b/api/Publisher.ParagraphFormat.ListBulletText.md
@@ -23,7 +23,7 @@ Returns a **String** representing the list bullet text from the specified parag
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.ParagraphFormat.ListIndent.md b/api/Publisher.ParagraphFormat.ListIndent.md
index 6996d30258b..019ae9bf679 100644
--- a/api/Publisher.ParagraphFormat.ListIndent.md
+++ b/api/Publisher.ParagraphFormat.ListIndent.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** that represents the list indent value (in points)
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ParagraphFormat.ListNumberSeparator.md b/api/Publisher.ParagraphFormat.ListNumberSeparator.md
index 08545e60738..f7ca93136f3 100644
--- a/api/Publisher.ParagraphFormat.ListNumberSeparator.md
+++ b/api/Publisher.ParagraphFormat.ListNumberSeparator.md
@@ -23,7 +23,7 @@ Sets or retrieves a **PbListSeparator** constant that represents the list separ
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
PbListNumberSeparator
diff --git a/api/Publisher.ParagraphFormat.ListNumberStart.md b/api/Publisher.ParagraphFormat.ListNumberStart.md
index dc522b6b34b..6757ff27962 100644
--- a/api/Publisher.ParagraphFormat.ListNumberStart.md
+++ b/api/Publisher.ParagraphFormat.ListNumberStart.md
@@ -23,7 +23,7 @@ Sets or retrieves a **Long** that represents the starting number of a list. Rea
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ParagraphFormat.ListType.md b/api/Publisher.ParagraphFormat.ListType.md
index 48a0dc8052f..df19bfd7c89 100644
--- a/api/Publisher.ParagraphFormat.ListType.md
+++ b/api/Publisher.ParagraphFormat.ListType.md
@@ -23,7 +23,7 @@ Returns a **PbListType** constant from the specified **ParagraphFormat** object
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
pbListType
diff --git a/api/Publisher.ParagraphFormat.LockToBaseLine.md b/api/Publisher.ParagraphFormat.LockToBaseLine.md
index 48d05e181d1..58f95ab3d0b 100644
--- a/api/Publisher.ParagraphFormat.LockToBaseLine.md
+++ b/api/Publisher.ParagraphFormat.LockToBaseLine.md
@@ -23,7 +23,7 @@ Returns an **MsoTristate** that represents whether or not text will be position
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
MsoTristate
diff --git a/api/Publisher.ParagraphFormat.Reset.md b/api/Publisher.ParagraphFormat.Reset.md
index c4f0cd3c260..77924f3c377 100644
--- a/api/Publisher.ParagraphFormat.Reset.md
+++ b/api/Publisher.ParagraphFormat.Reset.md
@@ -23,7 +23,7 @@ Removes manual paragraph or text formatting from the specified object and leaves
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ParagraphFormat.RightIndent.md b/api/Publisher.ParagraphFormat.RightIndent.md
index 28f43107fc9..aff8e2067fc 100644
--- a/api/Publisher.ParagraphFormat.RightIndent.md
+++ b/api/Publisher.ParagraphFormat.RightIndent.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the right indent (in points) for
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.ParagraphFormat.SetLineSpacing.md b/api/Publisher.ParagraphFormat.SetLineSpacing.md
index cac8adf389a..97a6ee032e5 100644
--- a/api/Publisher.ParagraphFormat.SetLineSpacing.md
+++ b/api/Publisher.ParagraphFormat.SetLineSpacing.md
@@ -27,7 +27,7 @@ Formats the line spacing of specified paragraphs.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Rule|Required| **PbLineSpacingRule**|The line spacing to use for the specified paragraphs.|
|Spacing|Optional| **Variant**|The spacing (in points) for the specified paragraphs.|
diff --git a/api/Publisher.ParagraphFormat.SetListType.md b/api/Publisher.ParagraphFormat.SetListType.md
index 53d48ba2169..0165a63ab62 100644
--- a/api/Publisher.ParagraphFormat.SetListType.md
+++ b/api/Publisher.ParagraphFormat.SetListType.md
@@ -27,7 +27,7 @@ Sets the list type of the specified **ParagraphFormat** object. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Value|Required| **PbListType**|Represents the list type of the specified **ParagraphFormat** object.|
|BulletText|Optional| **String**| **String** that represents the text of the list bullet.|
diff --git a/api/Publisher.ParagraphFormat.SpaceAfter.md b/api/Publisher.ParagraphFormat.SpaceAfter.md
index 054f0e9e4c5..a546d4110c9 100644
--- a/api/Publisher.ParagraphFormat.SpaceAfter.md
+++ b/api/Publisher.ParagraphFormat.SpaceAfter.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the amount of spacing (in points)
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.ParagraphFormat.SpaceBefore.md b/api/Publisher.ParagraphFormat.SpaceBefore.md
index 18a9da4a9f9..e1e4c2cca96 100644
--- a/api/Publisher.ParagraphFormat.SpaceBefore.md
+++ b/api/Publisher.ParagraphFormat.SpaceBefore.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the amount of spacing (in points)
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.ParagraphFormat.StartInNextTextBox.md b/api/Publisher.ParagraphFormat.StartInNextTextBox.md
index d5d3ce811de..08fc4f97b1f 100644
--- a/api/Publisher.ParagraphFormat.StartInNextTextBox.md
+++ b/api/Publisher.ParagraphFormat.StartInNextTextBox.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant that represents whether to always s
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.ParagraphFormat.Tabs.md b/api/Publisher.ParagraphFormat.Tabs.md
index 54e6687e598..429ad8a8f08 100644
--- a/api/Publisher.ParagraphFormat.Tabs.md
+++ b/api/Publisher.ParagraphFormat.Tabs.md
@@ -23,7 +23,7 @@ Returns a **[TabStops](Publisher.TabStops.md)** object representing the custom
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
TabStops
diff --git a/api/Publisher.ParagraphFormat.TextDirection.md b/api/Publisher.ParagraphFormat.TextDirection.md
index 5a9d4391022..06080e3e825 100644
--- a/api/Publisher.ParagraphFormat.TextDirection.md
+++ b/api/Publisher.ParagraphFormat.TextDirection.md
@@ -23,7 +23,7 @@ Returns or sets a **PbTextDirection** constant indicating the direction in whic
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
PbTextDirection
diff --git a/api/Publisher.ParagraphFormat.TextStyle.md b/api/Publisher.ParagraphFormat.TextStyle.md
index 5514704b9b8..1b111e7dc2f 100644
--- a/api/Publisher.ParagraphFormat.TextStyle.md
+++ b/api/Publisher.ParagraphFormat.TextStyle.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the text style applied to a parag
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.ParagraphFormat.UseCharBasedFirstLineIndent.md b/api/Publisher.ParagraphFormat.UseCharBasedFirstLineIndent.md
index 65606ff96fa..99f89d29c33 100644
--- a/api/Publisher.ParagraphFormat.UseCharBasedFirstLineIndent.md
+++ b/api/Publisher.ParagraphFormat.UseCharBasedFirstLineIndent.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant that specifies whether a paragraph
_expression_ A variable that represents an **ParagraphFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.ParagraphFormat.WidowControl.md b/api/Publisher.ParagraphFormat.WidowControl.md
index 75d11814262..2de93a74698 100644
--- a/api/Publisher.ParagraphFormat.WidowControl.md
+++ b/api/Publisher.ParagraphFormat.WidowControl.md
@@ -23,7 +23,7 @@ Sets or returns an **MsoTriState** that represents whether or not the first or
_expression_ A variable that represents a **ParagraphFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PbCalendarType.md b/api/Publisher.PbCalendarType.md
index 07fe3471bec..f0774a94834 100644
--- a/api/Publisher.PbCalendarType.md
+++ b/api/Publisher.PbCalendarType.md
@@ -17,7 +17,7 @@ The calendar type to use when displaying the date or time.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbCalendarTypeArabicHijri**|1|Arabic Hijri calendar|
| **pbCalendarTypeChineseNational**|3|Chinese National calendar|
diff --git a/api/Publisher.PbCellDiagonalType.md b/api/Publisher.PbCellDiagonalType.md
index add7eeb945d..15d01de5d08 100644
--- a/api/Publisher.PbCellDiagonalType.md
+++ b/api/Publisher.PbCellDiagonalType.md
@@ -17,7 +17,7 @@ Represents a cell that is diagonally split.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTableCellDiagonalDown**|2|Diagonal Down|
| **pbTableCellDiagonalMixed**|-2|Diagonal Mixed|
diff --git a/api/Publisher.PbCollapseDirection.md b/api/Publisher.PbCollapseDirection.md
index eec4c69848a..53c49017484 100644
--- a/api/Publisher.PbCollapseDirection.md
+++ b/api/Publisher.PbCollapseDirection.md
@@ -17,7 +17,7 @@ The direction in which to collapse the range or selection.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbCollapseEnd**|2|Collapse at the end.|
| **pbCollapseStart**|1|Collapse at the start.|
diff --git a/api/Publisher.PbColorModel.md b/api/Publisher.PbColorModel.md
index c57b6ebdfc4..f98e2a0a5f9 100644
--- a/api/Publisher.PbColorModel.md
+++ b/api/Publisher.PbColorModel.md
@@ -17,7 +17,7 @@ Represents the color model of the picture.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbColorModelCMYK**|2|CMYK|
| **pbColorModelGreyScale**|3|GreyScale|
diff --git a/api/Publisher.PbColorScheme.md b/api/Publisher.PbColorScheme.md
index a049488cded..6dc73858a89 100644
--- a/api/Publisher.PbColorScheme.md
+++ b/api/Publisher.PbColorScheme.md
@@ -17,7 +17,7 @@ Represents a color scheme returned by the **Item** property. It is a set of coo
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbColorSchemeAlpine**|-1|Alpine|
| **pbColorSchemeAqua**|-2|Aqua|
diff --git a/api/Publisher.PbColorType.md b/api/Publisher.PbColorType.md
index 9d25b526bdf..02fe0b678f2 100644
--- a/api/Publisher.PbColorType.md
+++ b/api/Publisher.PbColorType.md
@@ -17,7 +17,7 @@ Represents the shape color type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbColorTypeCMS**|4|CMS|
| **pbColorTypeCMYK**|3|CMYK|
diff --git a/api/Publisher.PbCommandButtonType.md b/api/Publisher.PbCommandButtonType.md
index 667c2c85ec2..dfefbd2626b 100644
--- a/api/Publisher.PbCommandButtonType.md
+++ b/api/Publisher.PbCommandButtonType.md
@@ -17,7 +17,7 @@ Indicates whether a Web command button will clear or submit form data.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbCommandButtonReset**|2|Reset or clear the form.|
| **pbCommandButtonSubmit**|1|Submit the form.|
diff --git a/api/Publisher.PbDateTimeFormat.md b/api/Publisher.PbDateTimeFormat.md
index 341efb51b7a..db3fa015d49 100644
--- a/api/Publisher.PbDateTimeFormat.md
+++ b/api/Publisher.PbDateTimeFormat.md
@@ -17,7 +17,7 @@ A format for the date and time.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbDateEnglish**|8|English|
| **pbDateISO**|4|ISO|
diff --git a/api/Publisher.PbDirectionType.md b/api/Publisher.PbDirectionType.md
index f3ac323524c..128ec03a0c9 100644
--- a/api/Publisher.PbDirectionType.md
+++ b/api/Publisher.PbDirectionType.md
@@ -17,7 +17,7 @@ Represents a global Microsoft Publisher option, indicating whether text flows fr
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbDirectionLeftToRight**|1|Left to Right|
| **pbDirectionRightToLeft**|2|Right to Left|
diff --git a/api/Publisher.PbDriverType.md b/api/Publisher.PbDriverType.md
index 08f461e2fa6..7bd45eec452 100644
--- a/api/Publisher.PbDriverType.md
+++ b/api/Publisher.PbDriverType.md
@@ -17,7 +17,7 @@ Driver-type constants returned by the ** [Printer.DriverType](Publisher.Printer
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbDriverTypeNonPostScript**|1|Non PostScript|
| **pbDriverTypePostScript1**|2|PostScript 1|
diff --git a/api/Publisher.PbFieldType.md b/api/Publisher.PbFieldType.md
index e38b0b7cbeb..83605a47d4b 100644
--- a/api/Publisher.PbFieldType.md
+++ b/api/Publisher.PbFieldType.md
@@ -17,7 +17,7 @@ Represents the field type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbFieldDateTime**|4|Date and time|
| **pbFieldHyperlinkAbsolutePage**|11| Absolute page hyperlink|
diff --git a/api/Publisher.PbFileFormat.md b/api/Publisher.PbFileFormat.md
index 3bb37d3df59..974faa80064 100644
--- a/api/Publisher.PbFileFormat.md
+++ b/api/Publisher.PbFileFormat.md
@@ -17,7 +17,7 @@ Constants that indicate the file format of the specified document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbFileHTMLFiltered**|7|The file was saved in HTML Filtered format.|
| **pbFilePlainText**|8|The file was saved in plain text format.|
diff --git a/api/Publisher.PbFixedFormatIntent.md b/api/Publisher.PbFixedFormatIntent.md
index ad80bd5d3b7..fe1a8f76bd5 100644
--- a/api/Publisher.PbFixedFormatIntent.md
+++ b/api/Publisher.PbFixedFormatIntent.md
@@ -17,7 +17,7 @@ Constants passed to the **[ExportAsFixedFormat](Publisher.Document.ExportAsFixe
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbIntentCommercial**|4|Submit the publication to a commercial press.|
| **pbIntentMinimum**|1|Squeeze the publication to the smallest file size. This satisfies the on-screen viewing scenario where the publication is viewed on a computer monitor.|
diff --git a/api/Publisher.PbFixedFormatType.md b/api/Publisher.PbFixedFormatType.md
index 494edb9d9ee..e988d38f902 100644
--- a/api/Publisher.PbFixedFormatType.md
+++ b/api/Publisher.PbFixedFormatType.md
@@ -17,7 +17,7 @@ Constants passed to the **[ExportAsFixedFormat](Publisher.Document.ExportAsFixe
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbFixedFormatTypePDF**|2|PDF format|
| **pbFixedFormatTypeXPS**|1|XPS format|
diff --git a/api/Publisher.PbFontScriptType.md b/api/Publisher.PbFontScriptType.md
index e1138184265..deeea2f17be 100644
--- a/api/Publisher.PbFontScriptType.md
+++ b/api/Publisher.PbFontScriptType.md
@@ -17,7 +17,7 @@ Represents the font script for a text range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbFontScriptArabic**|7|Arabic|
| **pbFontScriptArmenian**|5|Armenian|
diff --git a/api/Publisher.PbHelpType.md b/api/Publisher.PbHelpType.md
index 9c9cc1068a7..02f7212cd4b 100644
--- a/api/Publisher.PbHelpType.md
+++ b/api/Publisher.PbHelpType.md
@@ -17,7 +17,7 @@ The type of help to display.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbHelp**|1|Displays the **Help Topics** dialog box.|
| **pbHelpActiveWindow**|2|Displays Help describing the command associated with the active view or pane.|
diff --git a/api/Publisher.PbHlinkTargetType.md b/api/Publisher.PbHlinkTargetType.md
index 6b1cc090402..a5310665ec5 100644
--- a/api/Publisher.PbHlinkTargetType.md
+++ b/api/Publisher.PbHlinkTargetType.md
@@ -17,7 +17,7 @@ Represents the type of hyperlink.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbHlinkTargetTypeEmail**|2|E-mail|
| **pbHlinkTargetTypeFirstPage**|3|First Page|
diff --git a/api/Publisher.PbHorizontalPictureLocking.md b/api/Publisher.PbHorizontalPictureLocking.md
index 24962b0bcce..688d8d90192 100644
--- a/api/Publisher.PbHorizontalPictureLocking.md
+++ b/api/Publisher.PbHorizontalPictureLocking.md
@@ -17,7 +17,7 @@ Indicates where newly inserted pictures appear in relation to the specified fram
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbHorizontalLockingLeft**|1|New pictures are inserted along the left edge of the frame.|
| **pbHorizontalLockingNone**|0|New pictures are inserted in the middle between the left and right edges of the frame.|
diff --git a/api/Publisher.PbImageFormat.md b/api/Publisher.PbImageFormat.md
index bafc0a584e7..e86d6a43857 100644
--- a/api/Publisher.PbImageFormat.md
+++ b/api/Publisher.PbImageFormat.md
@@ -17,7 +17,7 @@ Represents the image format of a picture as determined by Microsoft® Windows®
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbImageFormatCMYKJPEG**|10|CMYKJPEG|
| **pbImageFormatDIB**|7|DIB|
diff --git a/api/Publisher.PbInlineAlignment.md b/api/Publisher.PbInlineAlignment.md
index 99838ff3471..47e669a6157 100644
--- a/api/Publisher.PbInlineAlignment.md
+++ b/api/Publisher.PbInlineAlignment.md
@@ -17,7 +17,7 @@ Indicates whether an inline shape has left, right, or in-text alignment.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbInlineAlignmentCharacter**|0|Shape is aligned with the text characters.|
| **pbInlineAlignmentLeft**|1|Shape is left-aligned.|
diff --git a/api/Publisher.PbLineSpacingRule.md b/api/Publisher.PbLineSpacingRule.md
index e3083d108be..e9a74ef4159 100644
--- a/api/Publisher.PbLineSpacingRule.md
+++ b/api/Publisher.PbLineSpacingRule.md
@@ -17,7 +17,7 @@ Represents the line spacing for the specified paragraphs.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbLineSpacing1pt5**|1|Sets paragraph line spacing to a line and a half.|
| **pbLineSpacingDouble**|2|Sets paragraph line spacing to two lines.|
diff --git a/api/Publisher.PbLinkedFileStatus.md b/api/Publisher.PbLinkedFileStatus.md
index b6749ed91be..75c6fb6541a 100644
--- a/api/Publisher.PbLinkedFileStatus.md
+++ b/api/Publisher.PbLinkedFileStatus.md
@@ -17,7 +17,7 @@ Indicates the status of the file linked to the specified picture.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbLinkedFileMissing**|2|The file can no longer be found at the specified path.|
| **pbLinkedFileModified**|3|The linked file has been modified since it was linked to the picture.|
diff --git a/api/Publisher.PbListSeparator.md b/api/Publisher.PbListSeparator.md
index d30470f228e..36609dc4127 100644
--- a/api/Publisher.PbListSeparator.md
+++ b/api/Publisher.PbListSeparator.md
@@ -17,7 +17,7 @@ Constants that represent the list separator of the specified paragraphs, passed
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbListSeparatorColon**|327680|Colon|
| **pbListSeparatorDoubleHyphen**|458752|Double Hyphen|
diff --git a/api/Publisher.PbListType.md b/api/Publisher.PbListType.md
index dbe298c4703..7e60986cbaa 100644
--- a/api/Publisher.PbListType.md
+++ b/api/Publisher.PbListType.md
@@ -17,7 +17,7 @@ Constants specifying the list type of a **ParagraphFormat** object, passed to t
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbListTypeAiueo**|12|Aiueo|
| **pbListTypeArabic**|0|Arabic|
diff --git a/api/Publisher.PbMailMergeDataFieldType.md b/api/Publisher.PbMailMergeDataFieldType.md
index c9ee4496f9a..98d328d2f2a 100644
--- a/api/Publisher.PbMailMergeDataFieldType.md
+++ b/api/Publisher.PbMailMergeDataFieldType.md
@@ -17,7 +17,7 @@ Represents the type of data contained in the data field.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbMailMergeDataFieldPicture**|1|Contains a picture.|
| **pbMailMergeDataFieldString**|0|Contains a string.|
diff --git a/api/Publisher.PbMailMergeDataSource.md b/api/Publisher.PbMailMergeDataSource.md
index 21babb27f44..888de64352f 100644
--- a/api/Publisher.PbMailMergeDataSource.md
+++ b/api/Publisher.PbMailMergeDataSource.md
@@ -17,7 +17,7 @@ This enumeration is not implemented. Do not use.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbMergeInfoFromODSO**|5|From ODSO|
| **pbMergeInfoSubODSO**|6|Sub ODSO|
diff --git a/api/Publisher.PbMailMergeDestination.md b/api/Publisher.PbMailMergeDestination.md
index a7ee2869fe4..3b48fb57ff2 100644
--- a/api/Publisher.PbMailMergeDestination.md
+++ b/api/Publisher.PbMailMergeDestination.md
@@ -17,7 +17,7 @@ The destination of the mail merge or catalog merge results.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbMergeToExistingPublication**|3| **Default** Merge to an exisiting presentation.|
| **pbMergeToNewPublication**|2|Merge to a new presentation.|
diff --git a/api/Publisher.PbMergeType.md b/api/Publisher.PbMergeType.md
index 8c147c398c2..41afe4c8221 100644
--- a/api/Publisher.PbMergeType.md
+++ b/api/Publisher.PbMergeType.md
@@ -17,7 +17,7 @@ Constants that specify the type of mail merge, passed to and returned by the **
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbCatalogMerge**|3|Catalog merge|
| **pbEmailMerge**|4|E-mail merge|
diff --git a/api/Publisher.PbNavBarOrientation.md b/api/Publisher.PbNavBarOrientation.md
index 71c22e7e824..032fbc18937 100644
--- a/api/Publisher.PbNavBarOrientation.md
+++ b/api/Publisher.PbNavBarOrientation.md
@@ -17,7 +17,7 @@ Represents the alignment of the navigation bar; vertical or horizontal.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbNavBarOrientHorizontal**|1|Horizontal orientation|
| **pbNavBarOrientVertical**|2|Vertical orientation|
diff --git a/api/Publisher.PbOrientationType.md b/api/Publisher.PbOrientationType.md
index 5aca434fd83..baf8e3fc520 100644
--- a/api/Publisher.PbOrientationType.md
+++ b/api/Publisher.PbOrientationType.md
@@ -17,7 +17,7 @@ Represents the orientation used to print envelopes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbOrientationLandscape**|2|Landscape orientation|
| **pbOrientationPortrait**|1|Portrait orientation|
diff --git a/api/Publisher.PbPageNumberFormat.md b/api/Publisher.PbPageNumberFormat.md
index 36aed1a3f40..1edfcad5762 100644
--- a/api/Publisher.PbPageNumberFormat.md
+++ b/api/Publisher.PbPageNumberFormat.md
@@ -17,7 +17,7 @@ Reperesents the formatting of the page numbering.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPageNumberFormatAiueo**|12|Aiueo|
| **pbPageNumberFormatArabic**|0|Arabic|
diff --git a/api/Publisher.PbPageNumberType.md b/api/Publisher.PbPageNumberType.md
index 865138f40aa..b7d4c759c20 100644
--- a/api/Publisher.PbPageNumberType.md
+++ b/api/Publisher.PbPageNumberType.md
@@ -17,7 +17,7 @@ Specifies whether the page number is the current page number or the next or prev
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPageNumberCurrent**|1|Default.|
| **pbPageNumberNextInStory**|2|Inserts the page number of the next linked text box.|
diff --git a/api/Publisher.PbPageType.md b/api/Publisher.PbPageType.md
index 1d680637e50..72d6923a449 100644
--- a/api/Publisher.PbPageType.md
+++ b/api/Publisher.PbPageType.md
@@ -17,7 +17,7 @@ Represents the page type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPageLeftPage**|1|Left page|
| **pbPageMasterPage**|4|Master page|
diff --git a/api/Publisher.PbParagraphAlignmentType.md b/api/Publisher.PbParagraphAlignmentType.md
index 5650ccda4c4..3fe271c8ab0 100644
--- a/api/Publisher.PbParagraphAlignmentType.md
+++ b/api/Publisher.PbParagraphAlignmentType.md
@@ -17,7 +17,7 @@ ms.date: 06/08/2017
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbParagraphAlignmentCenter**|1|Center alignment|
| **pbParagraphAlignmentDistribute**|4|Distribute alignment|
diff --git a/api/Publisher.PbPersonalInfoSet.md b/api/Publisher.PbPersonalInfoSet.md
index 5a0af2b84b3..03c35ac8330 100644
--- a/api/Publisher.PbPersonalInfoSet.md
+++ b/api/Publisher.PbPersonalInfoSet.md
@@ -17,7 +17,7 @@ Indicates the current identity set.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPersonalInfoHome**|4|Home|
| **pbPersonalInfoOtherOrganization**|3|Other organization|
diff --git a/api/Publisher.PbPhoneticGuideAlignmentType.md b/api/Publisher.PbPhoneticGuideAlignmentType.md
index 7b8bd6fea7c..0f21dc1f028 100644
--- a/api/Publisher.PbPhoneticGuideAlignmentType.md
+++ b/api/Publisher.PbPhoneticGuideAlignmentType.md
@@ -17,7 +17,7 @@ Constants passed to the ** [Fields.AddPhoneticGuide](Publisher.Fields.AddPhonet
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPhoneticGuideAlignmentCenter**|3|Center aligned|
| **pbPhoneticGuideAlignmentDefault**|0|Default alignment|
diff --git a/api/Publisher.PbPictureInsertAs.md b/api/Publisher.PbPictureInsertAs.md
index 6c322b1bf33..6eb0e504961 100644
--- a/api/Publisher.PbPictureInsertAs.md
+++ b/api/Publisher.PbPictureInsertAs.md
@@ -17,7 +17,7 @@ The manner in which you want the picture file inserted into the document: linked
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPictureInsertAsEmbedded**|1|Embed all images.|
| **pbPictureInsertAsLinked**|2|Images can either be linked externally or internally.|
diff --git a/api/Publisher.PbPictureResolution.md b/api/Publisher.PbPictureResolution.md
index 2bf7689f5ce..fc051d5e66d 100644
--- a/api/Publisher.PbPictureResolution.md
+++ b/api/Publisher.PbPictureResolution.md
@@ -17,7 +17,7 @@ Constants passed to the **SaveAsPicture** method and specifying the resolution
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPictureResolutionCommercialPrint_300dpi**|3|300 dpi|
| **pbPictureResolutionDefault**|0|Default|
diff --git a/api/Publisher.PbPlacementType.md b/api/Publisher.PbPlacementType.md
index 4e6fac812f9..e13141f501c 100644
--- a/api/Publisher.PbPlacementType.md
+++ b/api/Publisher.PbPlacementType.md
@@ -17,7 +17,7 @@ Represents the placement of envelopes in the printer tray.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPlacementCenter**|3|Center|
| **pbPlacementLeft**|1|Left|
diff --git a/api/Publisher.PbPrintGraphics.md b/api/Publisher.PbPrintGraphics.md
index cd35c5fe673..2f1442961d4 100644
--- a/api/Publisher.PbPrintGraphics.md
+++ b/api/Publisher.PbPrintGraphics.md
@@ -17,7 +17,7 @@ Represents the resolution at which the inserted graphics are to be printed in th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPrintHighResolution**|1|Default. Print linked graphics using the full-resolution linked version.|
| **pbPrintLowResolution**|2|Print linked graphics using the low-resolution placeholder version that is stored in the publication.|
diff --git a/api/Publisher.PbPrintMode.md b/api/Publisher.PbPrintMode.md
index 2f4031336c4..f5680af7b61 100644
--- a/api/Publisher.PbPrintMode.md
+++ b/api/Publisher.PbPrintMode.md
@@ -17,7 +17,7 @@ Represents whether the specified publication is printed as a composite or separa
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPrintModeCompositeCMYK**|3|Print a composite whose colors are defined by the CMYK color model.|
| **pbPrintModeCompositeGrayscale**|4|Print a composite whose colors are defined as shades of gray.|
diff --git a/api/Publisher.PbPrintStyle.md b/api/Publisher.PbPrintStyle.md
index 786d3b8343c..9a68a734c1a 100644
--- a/api/Publisher.PbPrintStyle.md
+++ b/api/Publisher.PbPrintStyle.md
@@ -17,7 +17,7 @@ Constants specifying the print style and passed to the **PrintOutEx** and **Exp
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPrintStyleBookletSideFold**|5|Prints the publication in the booklet style with a side fold.|
| **pbPrintStyleBookletTopFold**|6|Prints the publication in the booklet style with a top fold.|
diff --git a/api/Publisher.PbPublicationType.md b/api/Publisher.PbPublicationType.md
index abe2c25ce07..92f2836e86a 100644
--- a/api/Publisher.PbPublicationType.md
+++ b/api/Publisher.PbPublicationType.md
@@ -17,7 +17,7 @@ Represents the type of the specified publication.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTypePrint**|1|Print publication|
| **pbTypeWeb**|2|Web publication|
diff --git a/api/Publisher.PbRecipientListFileType.md b/api/Publisher.PbRecipientListFileType.md
index ced73832235..58c403504c2 100644
--- a/api/Publisher.PbRecipientListFileType.md
+++ b/api/Publisher.PbRecipientListFileType.md
@@ -14,7 +14,7 @@ Constants passed to the ** [MailMerge.ExportRecipientList](Publisher.MailMerge.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbAsCsvFile**|1|Save as comma-delimited CSV file.|
| **pbAsMdbFile**|0|Save as Microsoft Office Access MDB file.|
diff --git a/api/Publisher.PbReplaceScope.md b/api/Publisher.PbReplaceScope.md
index 3a74fa0557f..94138c8ee1b 100644
--- a/api/Publisher.PbReplaceScope.md
+++ b/api/Publisher.PbReplaceScope.md
@@ -17,7 +17,7 @@ Specifies how many replacements are to be made: one, all, or none.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbReplaceScopeAll**|2|All need to be replaced.|
| **pbReplaceScopeNone**|0|None need to be replaced.|
diff --git a/api/Publisher.PbReplaceTint.md b/api/Publisher.PbReplaceTint.md
index 70dbe076e4d..ffff4f0e406 100644
--- a/api/Publisher.PbReplaceTint.md
+++ b/api/Publisher.PbReplaceTint.md
@@ -17,7 +17,7 @@ Constants passed to the **Plate.Delete** method specifying how to replace the c
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbReplaceTintKeepTints**|1|Maintain the same tint percentage in the ink represented by the replacement plate as in the deleted plate. For example, replace a 100% tint of yellow with a 100% tint of blue.|
| **pbReplaceTintMaintainLuminosity**|2|Maintain the same lightness value in the ink represented by the replacement plate as in the deleted plate. For example, replace a 100% tint of yellow with an approximately 10% tint of blue.|
diff --git a/api/Publisher.PbRulerGuideType.md b/api/Publisher.PbRulerGuideType.md
index e075669f84f..92a8f9d336b 100644
--- a/api/Publisher.PbRulerGuideType.md
+++ b/api/Publisher.PbRulerGuideType.md
@@ -17,7 +17,7 @@ Represents the ruler guide type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbRulerGuideTypeHorizontal**|2|Horizontal ruler|
| **pbRulerGuideTypeVertical**|1|Vertical ruler|
diff --git a/api/Publisher.PbSaveOptions.md b/api/Publisher.PbSaveOptions.md
index 05dff368290..da5e9d6eaf5 100644
--- a/api/Publisher.PbSaveOptions.md
+++ b/api/Publisher.PbSaveOptions.md
@@ -17,7 +17,7 @@ Specifies what Microsoft Publisher should do if there is already an open publica
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbDoNotSaveChanges**|3|Close the open publication without saving any changes.|
| **pbPromptToSaveChanges**|1|Default. Prompt the user whether to save changes in the open publication.|
diff --git a/api/Publisher.PbSchemeColorIndex.md b/api/Publisher.PbSchemeColorIndex.md
index 5640006b0cb..d8100710167 100644
--- a/api/Publisher.PbSchemeColorIndex.md
+++ b/api/Publisher.PbSchemeColorIndex.md
@@ -17,7 +17,7 @@ Represents the specified color of the current color scheme.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbSchemeColorAccent1**|2|Sets the color to Accent1 scheme color.|
| **pbSchemeColorAccent2**|3|Sets the color to Accent2 scheme color.|
diff --git a/api/Publisher.PbSelectionType.md b/api/Publisher.PbSelectionType.md
index 370fd2eeaa9..f113a4d9335 100644
--- a/api/Publisher.PbSelectionType.md
+++ b/api/Publisher.PbSelectionType.md
@@ -17,7 +17,7 @@ Represents the selection type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbSelectionNone**|0|Selection type none.|
| **pbSelectionShape**|1|Selection type shape.|
diff --git a/api/Publisher.PbShapeType.md b/api/Publisher.PbShapeType.md
index f79b9a337f8..1b0abdc2b5d 100644
--- a/api/Publisher.PbShapeType.md
+++ b/api/Publisher.PbShapeType.md
@@ -17,7 +17,7 @@ ms.date: 06/08/2017
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbAutoShape**|1|AutoShape|
| **pbCallout**|2|Callout|
diff --git a/api/Publisher.PbStoryType.md b/api/Publisher.PbStoryType.md
index 6aa2e3917ff..0781714a321 100644
--- a/api/Publisher.PbStoryType.md
+++ b/api/Publisher.PbStoryType.md
@@ -17,7 +17,7 @@ Represents the type of story.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbStoryContinuedFrom**|2|Story continued from which text frame.|
| **pbStoryContinuedOn**|3|Story continued on to which text frame.|
diff --git a/api/Publisher.PbSubmitDataFormatType.md b/api/Publisher.PbSubmitDataFormatType.md
index b95af081daf..01cde8b40c6 100644
--- a/api/Publisher.PbSubmitDataFormatType.md
+++ b/api/Publisher.PbSubmitDataFormatType.md
@@ -17,7 +17,7 @@ Represents the format to use when saving Web form data to a file.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbSubmitDataFormatCSV**|3|Saves Web form data to a comma-delimited text file.|
| **pbSubmitDataFormatHTML**|1|Saves Web form data to an HTML file.|
diff --git a/api/Publisher.PbSubmitDataRetrievalMethodType.md b/api/Publisher.PbSubmitDataRetrievalMethodType.md
index 908eed3fa4d..c7b1e1cd6a6 100644
--- a/api/Publisher.PbSubmitDataRetrievalMethodType.md
+++ b/api/Publisher.PbSubmitDataRetrievalMethodType.md
@@ -17,7 +17,7 @@ Represents the way data from a Web form is processed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbSubmitDataRetrievalEmail**|2|Processes form data by sending an e-mail message to a specified e-mail address.|
| **pbSubmitDataRetrievalProgram**|3|Processes form data using a script program provided by your Internet service provider.|
diff --git a/api/Publisher.PbTabAlignmentType.md b/api/Publisher.PbTabAlignmentType.md
index f44a26cd8b6..90ba701a921 100644
--- a/api/Publisher.PbTabAlignmentType.md
+++ b/api/Publisher.PbTabAlignmentType.md
@@ -17,7 +17,7 @@ Represents the alignment for the specified tab stop.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTabAlignmentCenter**|1|Centeral tab alignment|
| **pbTabAlignmentDecimal**|3|Decimal tab alignment|
diff --git a/api/Publisher.PbTabLeaderType.md b/api/Publisher.PbTabLeaderType.md
index 162fb88952f..7a8792e2b53 100644
--- a/api/Publisher.PbTabLeaderType.md
+++ b/api/Publisher.PbTabLeaderType.md
@@ -17,7 +17,7 @@ Represents the leader character for a tab stop.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTabLeaderBullet**|5|Leader bullet tab|
| **pbTabLeaderDashes**|2|Leader dashes tab|
diff --git a/api/Publisher.PbTableAutoFormatType.md b/api/Publisher.PbTableAutoFormatType.md
index cadf4b8e022..8eda281df1e 100644
--- a/api/Publisher.PbTableAutoFormatType.md
+++ b/api/Publisher.PbTableAutoFormatType.md
@@ -17,7 +17,7 @@ The type of automatic formatting to apply to the specified table.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTableAutoFormatCheckbookRegister**|0|Checkbook register|
| **pbTableAutoFormatCheckerboard**|20|Checkerboard|
diff --git a/api/Publisher.PbTableDirectionType.md b/api/Publisher.PbTableDirectionType.md
index 2b21e65f658..925d27796b4 100644
--- a/api/Publisher.PbTableDirectionType.md
+++ b/api/Publisher.PbTableDirectionType.md
@@ -17,7 +17,7 @@ Represents whether text in a table is read from left to right or from right to l
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTableDirectionLeftToRight**|1|Left to Right|
| **pbTableDirectionRightToLeft**|2|Right to Left|
diff --git a/api/Publisher.PbTextAutoFitType.md b/api/Publisher.PbTextAutoFitType.md
index 729e98f4b91..f42b5140ef8 100644
--- a/api/Publisher.PbTextAutoFitType.md
+++ b/api/Publisher.PbTextAutoFitType.md
@@ -17,7 +17,7 @@ Represents how Microsoft Publisher automatically adjusts the text font size and
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTextAutoFitBestFit**|2|Text frame size adjusts to fit text.|
| **pbTextAutoFitNone**|0|Allows text to overflow the text frame.|
diff --git a/api/Publisher.PbTextDirection.md b/api/Publisher.PbTextDirection.md
index 8752e53181f..364ea709bcf 100644
--- a/api/Publisher.PbTextDirection.md
+++ b/api/Publisher.PbTextDirection.md
@@ -17,7 +17,7 @@ Indicats the direction in which text flows in the specified paragraph.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTextDirectionLeftToRight**|1|Text flows from left to right.|
| **pbTextDirectionMixed**|-9999999|Return value indicating a range containing some left-to-right text and some right-to-left text.|
diff --git a/api/Publisher.PbTextOrientation.md b/api/Publisher.PbTextOrientation.md
index 5cb28726c44..0466def923d 100644
--- a/api/Publisher.PbTextOrientation.md
+++ b/api/Publisher.PbTextOrientation.md
@@ -17,7 +17,7 @@ Represents how text flows in a text box.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTextOrientationHorizontal**|1|Horizontal text orientation|
| **pbTextOrientationMixed**|-2|Mixed text orientation|
diff --git a/api/Publisher.PbTextUnit.md b/api/Publisher.PbTextUnit.md
index 533174a65d5..5945f52595e 100644
--- a/api/Publisher.PbTextUnit.md
+++ b/api/Publisher.PbTextUnit.md
@@ -17,7 +17,7 @@ The unit by which to expand a range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTextUnitCell**|12|Expand by a cell|
| **pbTextUnitCharacter**|1|Expand by a character|
diff --git a/api/Publisher.PbTrackingPresetType.md b/api/Publisher.PbTrackingPresetType.md
index a30b028178e..8ce40e2387a 100644
--- a/api/Publisher.PbTrackingPresetType.md
+++ b/api/Publisher.PbTrackingPresetType.md
@@ -17,7 +17,7 @@ Represents the preset tracking type for characters in the specified font in a te
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbTrackingCustom**|-1|Custom|
| **pbTrackingLoose**|1|Loose|
diff --git a/api/Publisher.PbUnderlineType.md b/api/Publisher.PbUnderlineType.md
index ac1684c910c..1b5a3a9b1fe 100644
--- a/api/Publisher.PbUnderlineType.md
+++ b/api/Publisher.PbUnderlineType.md
@@ -17,7 +17,7 @@ Indicates the type of underline for the selected characters in the specified fon
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbUnderlineDash**|6|Dash|
| **pbUnderlineDashHeavy**|12|Dash Heavy|
diff --git a/api/Publisher.PbUnitType.md b/api/Publisher.PbUnitType.md
index 82d6f173a93..5755ce24199 100644
--- a/api/Publisher.PbUnitType.md
+++ b/api/Publisher.PbUnitType.md
@@ -17,7 +17,7 @@ Represents the standard measurement unit for Microsoft Publisher.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbUnitCM**|1|Sets the unit of measurement to centimeters.|
| **pbUnitEmu**|4|Sets the unit of measurement to Emu.|
diff --git a/api/Publisher.PbVerticalPictureLocking.md b/api/Publisher.PbVerticalPictureLocking.md
index c6d0494bb32..ba04cc70ac4 100644
--- a/api/Publisher.PbVerticalPictureLocking.md
+++ b/api/Publisher.PbVerticalPictureLocking.md
@@ -17,7 +17,7 @@ Indicates where newly inserted pictures appear in relation to the specified fram
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbVerticalLockingBottom**|2|New pictures are inserted along the bottom edge of the frame.|
| **pbVerticalLockingNone**|0|New pictures are inserted in the center between the top and bottom edges of the frame.|
diff --git a/api/Publisher.PbVerticalTextAlignmentType.md b/api/Publisher.PbVerticalTextAlignmentType.md
index 601939efe1c..5cf5d055ee3 100644
--- a/api/Publisher.PbVerticalTextAlignmentType.md
+++ b/api/Publisher.PbVerticalTextAlignmentType.md
@@ -17,7 +17,7 @@ Represents the vertical alignment of text in a text box.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbVerticalTextAlignmentBottom**|2|Text is aligned to the bottom.|
| **pbVerticalTextAlignmentCenter**|1|Text is aligned to the center.|
diff --git a/api/Publisher.PbWebControlType.md b/api/Publisher.PbWebControlType.md
index 8940c60b462..f82335720d3 100644
--- a/api/Publisher.PbWebControlType.md
+++ b/api/Publisher.PbWebControlType.md
@@ -17,7 +17,7 @@ Specifies the type of Web form control to add.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbWebControlCheckBox**|100|Adds a check box.|
| **pbWebControlCommandButton**|101|Adds a command button.|
diff --git a/api/Publisher.PbWindowState.md b/api/Publisher.PbWindowState.md
index 06f46cbbefe..f16c07dfb25 100644
--- a/api/Publisher.PbWindowState.md
+++ b/api/Publisher.PbWindowState.md
@@ -17,7 +17,7 @@ Indicates the state of the Microsoft Publisher window.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbWindowStateMaximize**|0|Window is maximized.|
| **pbWindowStateMinimize**|1|Window is minimized.|
diff --git a/api/Publisher.PbWizard.md b/api/Publisher.PbWizard.md
index ddb9991d2c3..991d4a0dcde 100644
--- a/api/Publisher.PbWizard.md
+++ b/api/Publisher.PbWizard.md
@@ -17,7 +17,7 @@ The wizard to use to create the new publication.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbWizardAdvertisements**|12|Creates advertisements|
| **pbWizardAirplanes**|23|Creates airplanes|
diff --git a/api/Publisher.PbWizardGroup.md b/api/Publisher.PbWizardGroup.md
index 6ee1f2ea0d1..a476fecb23f 100644
--- a/api/Publisher.PbWizardGroup.md
+++ b/api/Publisher.PbWizardGroup.md
@@ -17,7 +17,7 @@ The type of Design Gallery object to add to the publication.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbWizardGroupAccentBox**|151|Accent Box|
| **pbWizardGroupAccessoryBar**|154|Accessory Bar|
diff --git a/api/Publisher.PbWizardNavBarAlignment.md b/api/Publisher.PbWizardNavBarAlignment.md
index fa0225577ca..3f24f9d7aaf 100644
--- a/api/Publisher.PbWizardNavBarAlignment.md
+++ b/api/Publisher.PbWizardNavBarAlignment.md
@@ -17,7 +17,7 @@ Represents the horizontal alignment of the buttons in a Web navigation bar set.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbnbAlignCenter**|2|Center-aligned|
| **pbnbAlignLeft**|1|Left-aligned|
diff --git a/api/Publisher.PbWizardNavBarButtonStyle.md b/api/Publisher.PbWizardNavBarButtonStyle.md
index bb9b8f9793a..0364ff1bcee 100644
--- a/api/Publisher.PbWizardNavBarButtonStyle.md
+++ b/api/Publisher.PbWizardNavBarButtonStyle.md
@@ -17,7 +17,7 @@ Represents the style of the navigation bar buttons: large, small, or text-only.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbnbButtonStyleLarge**|2|Large buttons|
| **pbnbButtonStyleSmall**|1|Small buttons|
diff --git a/api/Publisher.PbWizardNavBarDesign.md b/api/Publisher.PbWizardNavBarDesign.md
index c38ec8f05c8..967d12e8abc 100644
--- a/api/Publisher.PbWizardNavBarDesign.md
+++ b/api/Publisher.PbWizardNavBarDesign.md
@@ -17,7 +17,7 @@ Represents the design of the specified Web navigation bar set.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbnbDesignAmbient**|2|Ambient|
| **pbnbDesignBaseline**|26|Baseline|
diff --git a/api/Publisher.PbWizardPageType.md b/api/Publisher.PbWizardPageType.md
index b7e5da6c964..fc59fee299f 100644
--- a/api/Publisher.PbWizardPageType.md
+++ b/api/Publisher.PbWizardPageType.md
@@ -17,7 +17,7 @@ The type of wizard page to add.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbWizardPageTypeCatalogBlank**|35|CatalogBlank|
| **pbWizardPageTypeCatalogCalendar**|22|Calendar|
diff --git a/api/Publisher.PbWizardTag.md b/api/Publisher.PbWizardTag.md
index 630122c2616..d6ae8b9c422 100644
--- a/api/Publisher.PbWizardTag.md
+++ b/api/Publisher.PbWizardTag.md
@@ -17,7 +17,7 @@ Indicates the function of a specified shape with respect to its publication desi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbWizardTagAddress**|10|Address|
| **pbWizardTagAddressGroup**|117|Address Group|
diff --git a/api/Publisher.PbWrapSideType.md b/api/Publisher.PbWrapSideType.md
index 447cb3f8a42..64d09e7a2f2 100644
--- a/api/Publisher.PbWrapSideType.md
+++ b/api/Publisher.PbWrapSideType.md
@@ -17,7 +17,7 @@ Indicates whether text should wrap around a shape.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbWrapSideBoth**|0|Wrap both sides of the shape|
| **pbWrapSideLarger**|3|Wrap the larger side of the shape|
diff --git a/api/Publisher.PbWrapType.md b/api/Publisher.PbWrapType.md
index 5e240907560..9e1e75c02dd 100644
--- a/api/Publisher.PbWrapType.md
+++ b/api/Publisher.PbWrapType.md
@@ -17,7 +17,7 @@ Indicates how text wraps around the specified shape.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbWrapTypeMixed**|-1|Mixed|
| **pbWrapTypeNone**|0|None|
diff --git a/api/Publisher.PbZoom.md b/api/Publisher.PbZoom.md
index a2e77b788df..654a970b741 100644
--- a/api/Publisher.PbZoom.md
+++ b/api/Publisher.PbZoom.md
@@ -17,7 +17,7 @@ Indicates the zoom setting of the specified view.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbZoomFitSelection**|-3|Resizes the page view to the size of the current selection.|
| **pbZoomPageWidth**|-1|Resizes the page view to the width of the publication.|
diff --git a/api/Publisher.PhoneticGuide.BaseText.md b/api/Publisher.PhoneticGuide.BaseText.md
index d8ca7bd9266..ccbfa17893b 100644
--- a/api/Publisher.PhoneticGuide.BaseText.md
+++ b/api/Publisher.PhoneticGuide.BaseText.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the text to which the specified phonetic t
_expression_ A variable that represents a **PhoneticGuide** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.PhoneticGuide.Raise.md b/api/Publisher.PhoneticGuide.Raise.md
index 27c928d451e..3d4d299dbae 100644
--- a/api/Publisher.PhoneticGuide.Raise.md
+++ b/api/Publisher.PhoneticGuide.Raise.md
@@ -23,7 +23,7 @@ Returns a **Variant** indicating the distance between the top of the base text
_expression_ A variable that represents a **PhoneticGuide** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PictureFormat.Brightness.md b/api/Publisher.PictureFormat.Brightness.md
index 18ee8fce7b1..3559f47f9d3 100644
--- a/api/Publisher.PictureFormat.Brightness.md
+++ b/api/Publisher.PictureFormat.Brightness.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** indicating the brightness of the specified picture
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.PictureFormat.ColorModel.md b/api/Publisher.PictureFormat.ColorModel.md
index 07768ed48a7..9ef67a15727 100644
--- a/api/Publisher.PictureFormat.ColorModel.md
+++ b/api/Publisher.PictureFormat.ColorModel.md
@@ -23,7 +23,7 @@ Returns a **PbColorModel** constant that represents the color model of the pict
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
PbColorModel
diff --git a/api/Publisher.PictureFormat.ColorType.md b/api/Publisher.PictureFormat.ColorType.md
index 277b12d6b0e..bd929358b27 100644
--- a/api/Publisher.PictureFormat.ColorType.md
+++ b/api/Publisher.PictureFormat.ColorType.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoPictureColorType** constant indicating the type of colo
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
MsoPictureColorType
diff --git a/api/Publisher.PictureFormat.ColorsInPalette.md b/api/Publisher.PictureFormat.ColorsInPalette.md
index edc01ac4e08..62aaf9e63d3 100644
--- a/api/Publisher.PictureFormat.ColorsInPalette.md
+++ b/api/Publisher.PictureFormat.ColorsInPalette.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.PictureFormat.Contrast.md b/api/Publisher.PictureFormat.Contrast.md
index 515a7b0e873..e81b51c2998 100644
--- a/api/Publisher.PictureFormat.Contrast.md
+++ b/api/Publisher.PictureFormat.Contrast.md
@@ -23,7 +23,7 @@ Returns or sets a **Single** indicating the contrast for the specified picture
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.PictureFormat.CropBottom.md b/api/Publisher.PictureFormat.CropBottom.md
index 9b9854a72c5..2b7c40def87 100644
--- a/api/Publisher.PictureFormat.CropBottom.md
+++ b/api/Publisher.PictureFormat.CropBottom.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** indicating the amount by which the bottom edge of
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PictureFormat.CropLeft.md b/api/Publisher.PictureFormat.CropLeft.md
index f34cf1aacb0..a36446af885 100644
--- a/api/Publisher.PictureFormat.CropLeft.md
+++ b/api/Publisher.PictureFormat.CropLeft.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** indicating the amount by which the left edge of a
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PictureFormat.CropRight.md b/api/Publisher.PictureFormat.CropRight.md
index 347dc0e6534..d89d75ffb75 100644
--- a/api/Publisher.PictureFormat.CropRight.md
+++ b/api/Publisher.PictureFormat.CropRight.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** indicating the amount by which the right edge of
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PictureFormat.CropTop.md b/api/Publisher.PictureFormat.CropTop.md
index e30a00cabb6..44907ca37ef 100644
--- a/api/Publisher.PictureFormat.CropTop.md
+++ b/api/Publisher.PictureFormat.CropTop.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** indicating the amount by which the top edge of a
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PictureFormat.EffectiveResolution.md b/api/Publisher.PictureFormat.EffectiveResolution.md
index bd11c6b4300..02bcdbd2c6f 100644
--- a/api/Publisher.PictureFormat.EffectiveResolution.md
+++ b/api/Publisher.PictureFormat.EffectiveResolution.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents, in dots per inch (dpi), the effective resol
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.PictureFormat.FileSize.md b/api/Publisher.PictureFormat.FileSize.md
index 49efb5a9afb..a188ebf18f0 100644
--- a/api/Publisher.PictureFormat.FileSize.md
+++ b/api/Publisher.PictureFormat.FileSize.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents, in bytes, the size of the picture or OLE ob
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.PictureFormat.Filename.md b/api/Publisher.PictureFormat.Filename.md
index c16e545f24c..da57f0e8f60 100644
--- a/api/Publisher.PictureFormat.Filename.md
+++ b/api/Publisher.PictureFormat.Filename.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the file name of the specified picture or
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.PictureFormat.HasAlphaChannel.md b/api/Publisher.PictureFormat.HasAlphaChannel.md
index ab78f73152b..b2f71841143 100644
--- a/api/Publisher.PictureFormat.HasAlphaChannel.md
+++ b/api/Publisher.PictureFormat.HasAlphaChannel.md
@@ -23,7 +23,7 @@ Returns an **MsoTriState** constant indicating whether the specified picture co
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.HasTransparencyColor.md b/api/Publisher.PictureFormat.HasTransparencyColor.md
index 9b1ace09755..f62be007f04 100644
--- a/api/Publisher.PictureFormat.HasTransparencyColor.md
+++ b/api/Publisher.PictureFormat.HasTransparencyColor.md
@@ -23,7 +23,7 @@ Returns a **Boolean** that indicates whether a transparency color has been appl
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.PictureFormat.HorizontalPictureLocking.md b/api/Publisher.PictureFormat.HorizontalPictureLocking.md
index 228c5e024f3..177c33d1db1 100644
--- a/api/Publisher.PictureFormat.HorizontalPictureLocking.md
+++ b/api/Publisher.PictureFormat.HorizontalPictureLocking.md
@@ -23,7 +23,7 @@ Returns or sets a **PbHorizontalPictureLocking** constant indicating where newl
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
PbHorizontalPictureLocking
diff --git a/api/Publisher.PictureFormat.HorizontalScale.md b/api/Publisher.PictureFormat.HorizontalScale.md
index 4e2d62dc167..194f1f89db7 100644
--- a/api/Publisher.PictureFormat.HorizontalScale.md
+++ b/api/Publisher.PictureFormat.HorizontalScale.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the scaling of the picture along its horizon
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.PictureFormat.ImageFormat.md b/api/Publisher.PictureFormat.ImageFormat.md
index 62e87b54249..e37c09a39b9 100644
--- a/api/Publisher.PictureFormat.ImageFormat.md
+++ b/api/Publisher.PictureFormat.ImageFormat.md
@@ -23,7 +23,7 @@ Returns a **PbImageFormat** constant that represents the image format of a pict
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
PbImageFormat
diff --git a/api/Publisher.PictureFormat.IncrementBrightness.md b/api/Publisher.PictureFormat.IncrementBrightness.md
index 56337878380..c6c1acab4f8 100644
--- a/api/Publisher.PictureFormat.IncrementBrightness.md
+++ b/api/Publisher.PictureFormat.IncrementBrightness.md
@@ -27,7 +27,7 @@ Changes the brightness of the picture by the specified amount.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Single**|Specifies how much to change the value of the **[Brightness](Publisher.PictureFormat.Brightness.md)** property for the picture. A positive value makes the picture brighter; a negative value makes the picture darker. Valid values are between - 1 and 1.|
diff --git a/api/Publisher.PictureFormat.IncrementContrast.md b/api/Publisher.PictureFormat.IncrementContrast.md
index 2625f828789..90a711c80ee 100644
--- a/api/Publisher.PictureFormat.IncrementContrast.md
+++ b/api/Publisher.PictureFormat.IncrementContrast.md
@@ -27,7 +27,7 @@ Changes the contrast of the picture by the specified amount.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Single**|Specifies how much to change the value of the **[Contrast](Publisher.PictureFormat.Contrast.md)** property for the picture. A positive value increases the contrast; a negative value decreases the contrast. Valid values are between - 1 and 1.|
diff --git a/api/Publisher.PictureFormat.IsEmpty.md b/api/Publisher.PictureFormat.IsEmpty.md
index 98cf08a0002..0f531b4729b 100644
--- a/api/Publisher.PictureFormat.IsEmpty.md
+++ b/api/Publisher.PictureFormat.IsEmpty.md
@@ -23,7 +23,7 @@ Returns a **MsoTriState** constant that represents whether the specified shape
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.IsGreyScale.md b/api/Publisher.PictureFormat.IsGreyScale.md
index 2eafc9ee50d..ec1f15f4812 100644
--- a/api/Publisher.PictureFormat.IsGreyScale.md
+++ b/api/Publisher.PictureFormat.IsGreyScale.md
@@ -23,7 +23,7 @@ Returns a **MsoTriState** constant that indicates whether the picture is a grey
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.IsLinked.md b/api/Publisher.PictureFormat.IsLinked.md
index bff2b5016ba..322da7e9a40 100644
--- a/api/Publisher.PictureFormat.IsLinked.md
+++ b/api/Publisher.PictureFormat.IsLinked.md
@@ -23,7 +23,7 @@ Returns a **MsoTriState** constant indicating whether the specified picture is
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.IsRecolored.md b/api/Publisher.PictureFormat.IsRecolored.md
index e900fafb7e6..3c6c01dbee6 100644
--- a/api/Publisher.PictureFormat.IsRecolored.md
+++ b/api/Publisher.PictureFormat.IsRecolored.md
@@ -23,7 +23,7 @@ Returns **True** if the image represented by the parent **PictureFormat** objec
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.IsTrueColor.md b/api/Publisher.PictureFormat.IsTrueColor.md
index 552f48ef596..288521ed4f6 100644
--- a/api/Publisher.PictureFormat.IsTrueColor.md
+++ b/api/Publisher.PictureFormat.IsTrueColor.md
@@ -23,7 +23,7 @@ Returns an **MsoTriState** constant indicating whether the specified picture or
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.LeaveBlackAsBlack.md b/api/Publisher.PictureFormat.LeaveBlackAsBlack.md
index e445fe1d3a7..88b561a7a60 100644
--- a/api/Publisher.PictureFormat.LeaveBlackAsBlack.md
+++ b/api/Publisher.PictureFormat.LeaveBlackAsBlack.md
@@ -23,7 +23,7 @@ Returns **True** if, when you recolor the image represented by the parent **Pic
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.LinkedFileStatus.md b/api/Publisher.PictureFormat.LinkedFileStatus.md
index e0ff749a098..52fc194da71 100644
--- a/api/Publisher.PictureFormat.LinkedFileStatus.md
+++ b/api/Publisher.PictureFormat.LinkedFileStatus.md
@@ -23,7 +23,7 @@ Returns a **PbLinkedFileStatus** constant that indicates the status of the file
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
PbLinkedFileStatus
diff --git a/api/Publisher.PictureFormat.OffsetX.md b/api/Publisher.PictureFormat.OffsetX.md
index 96a99660a38..7b624a33458 100644
--- a/api/Publisher.PictureFormat.OffsetX.md
+++ b/api/Publisher.PictureFormat.OffsetX.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** value indicating the vertical offset of the shado
_expression_ A variable that represents an **ShadowFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PictureFormat.OffsetY.md b/api/Publisher.PictureFormat.OffsetY.md
index b850e6ab5c3..d6a2b4180b6 100644
--- a/api/Publisher.PictureFormat.OffsetY.md
+++ b/api/Publisher.PictureFormat.OffsetY.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** value indicating the horizontal offset of the sha
_expression_ A variable that represents an **ShadowFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PictureFormat.OriginalColorsInPalette.md b/api/Publisher.PictureFormat.OriginalColorsInPalette.md
index 00a2169792b..bcc3f2ad22a 100644
--- a/api/Publisher.PictureFormat.OriginalColorsInPalette.md
+++ b/api/Publisher.PictureFormat.OriginalColorsInPalette.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the number of colors in the specified linked
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.PictureFormat.OriginalHasAlphaChannel.md b/api/Publisher.PictureFormat.OriginalHasAlphaChannel.md
index f0fe9c5e6d7..bb328a80274 100644
--- a/api/Publisher.PictureFormat.OriginalHasAlphaChannel.md
+++ b/api/Publisher.PictureFormat.OriginalHasAlphaChannel.md
@@ -23,7 +23,7 @@ Returns an **MsoTriState** constant depending on whether the original, linked p
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.OriginalHeight.md b/api/Publisher.PictureFormat.OriginalHeight.md
index 27de7533083..c27cb882089 100644
--- a/api/Publisher.PictureFormat.OriginalHeight.md
+++ b/api/Publisher.PictureFormat.OriginalHeight.md
@@ -23,7 +23,7 @@ Returns a **Variant** representing the height, in points, of the specified link
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PictureFormat.OriginalIsTrueColor.md b/api/Publisher.PictureFormat.OriginalIsTrueColor.md
index e3f9834ba76..c0ecbf4b87e 100644
--- a/api/Publisher.PictureFormat.OriginalIsTrueColor.md
+++ b/api/Publisher.PictureFormat.OriginalIsTrueColor.md
@@ -23,7 +23,7 @@ Returns an **MsoTriState** constant indicating whether the specified linked pic
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.OriginalResolution.md b/api/Publisher.PictureFormat.OriginalResolution.md
index 28c0614960d..88812717da8 100644
--- a/api/Publisher.PictureFormat.OriginalResolution.md
+++ b/api/Publisher.PictureFormat.OriginalResolution.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents, in dots per inch (dpi), the resolution at w
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.PictureFormat.OriginalWidth.md b/api/Publisher.PictureFormat.OriginalWidth.md
index 9a4c5f63ef2..e44b775cd6d 100644
--- a/api/Publisher.PictureFormat.OriginalWidth.md
+++ b/api/Publisher.PictureFormat.OriginalWidth.md
@@ -23,7 +23,7 @@ Returns a **Variant** that represents, in points, the width of the specified li
_expression_ A variable that represents an **PictureFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.PictureFormat.Recolor.md b/api/Publisher.PictureFormat.Recolor.md
index e0e98bdc267..2cc8667a44b 100644
--- a/api/Publisher.PictureFormat.Recolor.md
+++ b/api/Publisher.PictureFormat.Recolor.md
@@ -27,7 +27,7 @@ Changes the color of a picture in a publication.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Color|Required| **ColorFormat**|The color to be used for recoloring.|
|LeaveBlackPartsBlack|Required| **MsoTriState**| **True** if all parts of the original picture that were black in color should be left black.|
diff --git a/api/Publisher.PictureFormat.RecoloredPictureColor.md b/api/Publisher.PictureFormat.RecoloredPictureColor.md
index 6039dd8ae50..b4f17b68260 100644
--- a/api/Publisher.PictureFormat.RecoloredPictureColor.md
+++ b/api/Publisher.PictureFormat.RecoloredPictureColor.md
@@ -23,7 +23,7 @@ Returns the color that has been applied to the image represented by the parent
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/Publisher.PictureFormat.Replace.md b/api/Publisher.PictureFormat.Replace.md
index c315825f28c..4958692cd77 100644
--- a/api/Publisher.PictureFormat.Replace.md
+++ b/api/Publisher.PictureFormat.Replace.md
@@ -27,7 +27,7 @@ Replaces the specified picture. Returns **Nothing**.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Pathname|Required| **String**|The name and path of the file with which you want to replace the specified picture.|
|InsertAs|Optional| **PbPictureInsertAs**|The manner in which you want the picture file inserted into the document: linked or embedded.|
diff --git a/api/Publisher.PictureFormat.ReplaceEx.md b/api/Publisher.PictureFormat.ReplaceEx.md
index 94776e52226..5914940e155 100644
--- a/api/Publisher.PictureFormat.ReplaceEx.md
+++ b/api/Publisher.PictureFormat.ReplaceEx.md
@@ -27,7 +27,7 @@ Replaces the specified picture, optionally fitting the replacement picture to th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Pathname|Required| **String**|The name and path of the file with which you want to replace the specified picture.|
|InsertAs|Optional| **[PbPictureInsertAs](Publisher.PbPictureInsertAs.md)**|The manner in which you want the picture file inserted into the document: linked or embedded.|
diff --git a/api/Publisher.PictureFormat.TransparencyColor.md b/api/Publisher.PictureFormat.TransparencyColor.md
index e66afedcc41..653af6aef54 100644
--- a/api/Publisher.PictureFormat.TransparencyColor.md
+++ b/api/Publisher.PictureFormat.TransparencyColor.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoRGBType** constant that represents the transparency col
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
MsoRGBType
diff --git a/api/Publisher.PictureFormat.TransparentBackground.md b/api/Publisher.PictureFormat.TransparentBackground.md
index cee3351b732..c3cb8da1f70 100644
--- a/api/Publisher.PictureFormat.TransparentBackground.md
+++ b/api/Publisher.PictureFormat.TransparentBackground.md
@@ -23,7 +23,7 @@ Indicates whether the parts of the specified picture that are defined as the tra
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.PictureFormat.VerticalPictureLocking.md b/api/Publisher.PictureFormat.VerticalPictureLocking.md
index 01688f38c1b..ca53a7c2f8a 100644
--- a/api/Publisher.PictureFormat.VerticalPictureLocking.md
+++ b/api/Publisher.PictureFormat.VerticalPictureLocking.md
@@ -23,7 +23,7 @@ Returns or sets a **PbVerticalPictureLocking** constant indicating where newly
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
PbVerticalPictureLocking
diff --git a/api/Publisher.PictureFormat.VerticalScale.md b/api/Publisher.PictureFormat.VerticalScale.md
index 3c9724251ba..2bc76fb121a 100644
--- a/api/Publisher.PictureFormat.VerticalScale.md
+++ b/api/Publisher.PictureFormat.VerticalScale.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the scaling of the picture along its vertica
_expression_ A variable that represents a **PictureFormat** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Plate.Delete.md b/api/Publisher.Plate.Delete.md
index 5444ea278d0..dcc35d12ba4 100644
--- a/api/Publisher.Plate.Delete.md
+++ b/api/Publisher.Plate.Delete.md
@@ -27,7 +27,7 @@ Deletes the specified plate.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PlateReplaceWith|Optional| **Variant**| **Plate**. The plate with which to replace the deleted plate.|
|ReplaceTint|Optional| **PbReplaceTint**|How to replace tints.|
diff --git a/api/Publisher.Plate.InUse.md b/api/Publisher.Plate.InUse.md
index 21d4d3d6287..b84c6b598b9 100644
--- a/api/Publisher.Plate.InUse.md
+++ b/api/Publisher.Plate.InUse.md
@@ -23,7 +23,7 @@ Returns **True** if the specified ink (represented by the plate) is used in the
_expression_ A variable that represents an **Plate** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Plate.Luminance.md b/api/Publisher.Plate.Luminance.md
index 8469498747b..56d1560529b 100644
--- a/api/Publisher.Plate.Luminance.md
+++ b/api/Publisher.Plate.Luminance.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** indicating a calculated luminance value for the spec
_expression_ A variable that represents a **Plate** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Plates.Add.md b/api/Publisher.Plates.Add.md
index 0614ea3b4ed..01ca61a1512 100644
--- a/api/Publisher.Plates.Add.md
+++ b/api/Publisher.Plates.Add.md
@@ -27,7 +27,7 @@ Adds a new color plate to the specified **Plates** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PlateColor|Optional| **ColorFormat**| **ColorFormat** object. The color settings to apply to the new plate.|
diff --git a/api/Publisher.Plates.FindPlateByInkName.md b/api/Publisher.Plates.FindPlateByInkName.md
index 758c0021068..ef9911ed6e5 100644
--- a/api/Publisher.Plates.FindPlateByInkName.md
+++ b/api/Publisher.Plates.FindPlateByInkName.md
@@ -27,11 +27,11 @@ Returns a **Plate** object that represents the plate of the specified ink name.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|InkName|Required| **PbInkName**|Specifies the plate to return.|
-### Return Value
+### Return value
Plate
diff --git a/api/Publisher.Plates.Item.md b/api/Publisher.Plates.Item.md
index d137c7dca9a..ce04fd9c477 100644
--- a/api/Publisher.Plates.Item.md
+++ b/api/Publisher.Plates.Item.md
@@ -27,7 +27,7 @@ Returns an individual object from a specified collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
diff --git a/api/Publisher.Printer.Application.md b/api/Publisher.Printer.Application.md
index 47715f77cbc..82aa21f0f1a 100644
--- a/api/Publisher.Printer.Application.md
+++ b/api/Publisher.Printer.Application.md
@@ -23,7 +23,7 @@ Returns an **Application** object that represents the creator of the parent **P
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
Application
diff --git a/api/Publisher.Printer.DriverType.md b/api/Publisher.Printer.DriverType.md
index 5795c725e3f..f6333801bd4 100644
--- a/api/Publisher.Printer.DriverType.md
+++ b/api/Publisher.Printer.DriverType.md
@@ -23,7 +23,7 @@ Specifies the type of driver supported by the printer. Read-only.
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
**PbDriverType**
diff --git a/api/Publisher.Printer.Index.md b/api/Publisher.Printer.Index.md
index d45d21de933..d8f65965887 100644
--- a/api/Publisher.Printer.Index.md
+++ b/api/Publisher.Printer.Index.md
@@ -23,7 +23,7 @@ Returns a **Long** that represents the position of a particular printer in a sp
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Printer.IsActivePrinter.md b/api/Publisher.Printer.IsActivePrinter.md
index bd8fb46b83a..314461335cf 100644
--- a/api/Publisher.Printer.IsActivePrinter.md
+++ b/api/Publisher.Printer.IsActivePrinter.md
@@ -23,7 +23,7 @@ Gets or sets the printer represented by the parent **[Printer](Publisher.Printe
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Printer.IsColor.md b/api/Publisher.Printer.IsColor.md
index 0e447eb7069..08f4c5bc74c 100644
--- a/api/Publisher.Printer.IsColor.md
+++ b/api/Publisher.Printer.IsColor.md
@@ -23,7 +23,7 @@ Returns **True** if the device represented by the parent **Printer** object is
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Publisher.Printer.IsDuplex.md b/api/Publisher.Printer.IsDuplex.md
index 90e04b2fab3..c489d69e444 100644
--- a/api/Publisher.Printer.IsDuplex.md
+++ b/api/Publisher.Printer.IsDuplex.md
@@ -23,7 +23,7 @@ Returns **True** if the device represented by the parent **Printer** object is
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Printer.PaperHeight.md b/api/Publisher.Printer.PaperHeight.md
index 9672dc5f60a..ed24076248c 100644
--- a/api/Publisher.Printer.PaperHeight.md
+++ b/api/Publisher.Printer.PaperHeight.md
@@ -23,7 +23,7 @@ Gets or sets the height of the printed page in points. Read/write.
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Printer.PaperOrientation.md b/api/Publisher.Printer.PaperOrientation.md
index 4241804617e..708a8323e6a 100644
--- a/api/Publisher.Printer.PaperOrientation.md
+++ b/api/Publisher.Printer.PaperOrientation.md
@@ -23,7 +23,7 @@ Gets or sets page orientation (landscape or portrait) for the printer. Read/writ
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
PbOrientationType
diff --git a/api/Publisher.Printer.PaperSize.md b/api/Publisher.Printer.PaperSize.md
index dd8d2a912ea..4b879b20880 100644
--- a/api/Publisher.Printer.PaperSize.md
+++ b/api/Publisher.Printer.PaperSize.md
@@ -23,7 +23,7 @@ Returns the paper size setting found on the **Publication and Paper Settings**
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Printer.PaperSource.md b/api/Publisher.Printer.PaperSource.md
index 70975a8be54..eeb41de9525 100644
--- a/api/Publisher.Printer.PaperSource.md
+++ b/api/Publisher.Printer.PaperSource.md
@@ -23,7 +23,7 @@ Returns the paper source setting found on the **Publication and Paper Settings*
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Printer.PaperWidth.md b/api/Publisher.Printer.PaperWidth.md
index f134a43ca83..2ecd0598c4d 100644
--- a/api/Publisher.Printer.PaperWidth.md
+++ b/api/Publisher.Printer.PaperWidth.md
@@ -23,7 +23,7 @@ Gets or sets the width of a printed page in points. Read/write.
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Printer.Parent.md b/api/Publisher.Printer.Parent.md
index f4df7e21e7f..c9e916f67d0 100644
--- a/api/Publisher.Printer.Parent.md
+++ b/api/Publisher.Printer.Parent.md
@@ -23,7 +23,7 @@ Returns the parent of the **[Printer](Publisher.Printer.md)** object. Read-only
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.Printer.PrintableRect.md b/api/Publisher.Printer.PrintableRect.md
index 41430dcef00..5000ec0dd14 100644
--- a/api/Publisher.Printer.PrintableRect.md
+++ b/api/Publisher.Printer.PrintableRect.md
@@ -23,7 +23,7 @@ Returns a **[PrintableRect](Publisher.PrintableRect.md)** object that represent
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
PrintableRect
diff --git a/api/Publisher.Printer.Printer.PrintMode.md b/api/Publisher.Printer.Printer.PrintMode.md
index 2cda0c66edf..ad644dc5055 100644
--- a/api/Publisher.Printer.Printer.PrintMode.md
+++ b/api/Publisher.Printer.Printer.PrintMode.md
@@ -23,7 +23,7 @@ Read/write
_expression_An expression that returns a **[Printer](Publisher.Printer.md)** object.
-### Return Value
+### Return value
PbPrintMode
diff --git a/api/Publisher.Printer.PrinterName.md b/api/Publisher.Printer.PrinterName.md
index 1880ace8e62..0c1d8f2cd6c 100644
--- a/api/Publisher.Printer.PrinterName.md
+++ b/api/Publisher.Printer.PrinterName.md
@@ -23,7 +23,7 @@ Gets the name of the printer represented by the parent **Printer** object. Read
_expression_ A variable that represents a **Printer** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.ReaderSpread.PageCount.md b/api/Publisher.ReaderSpread.PageCount.md
index c7311dc8402..647f361d50e 100644
--- a/api/Publisher.ReaderSpread.PageCount.md
+++ b/api/Publisher.ReaderSpread.PageCount.md
@@ -23,7 +23,7 @@ Returns a **Long** indicating the number of pages in the specified reader sprea
_expression_ A variable that represents a **ReaderSpread** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.ReaderSpread.Pages.md b/api/Publisher.ReaderSpread.Pages.md
index e79caff812e..633084cbb5a 100644
--- a/api/Publisher.ReaderSpread.Pages.md
+++ b/api/Publisher.ReaderSpread.Pages.md
@@ -27,7 +27,7 @@ Returns a **[Page](Publisher.Page.md)** object representing one of the pages th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The page from the reader spread to return. Can be either 1 or 2.|
diff --git a/api/Publisher.Rows.Add.md b/api/Publisher.Rows.Add.md
index 4701bf973d5..005ccfbf111 100644
--- a/api/Publisher.Rows.Add.md
+++ b/api/Publisher.Rows.Add.md
@@ -27,11 +27,11 @@ Adds a new **Row** object to the specified **Rows** collection and returns the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|BeforeRow|Optional| **Long**|The number of the row before which to insert the new row. If this argument is omitted, the new row is added after the existing rows. An error occurs if the value of this argument does not correspond to an existing row in the table.|
-### Return Value
+### Return value
Row
diff --git a/api/Publisher.Rows.Item.md b/api/Publisher.Rows.Item.md
index af51b2338bf..f80f58dcc41 100644
--- a/api/Publisher.Rows.Item.md
+++ b/api/Publisher.Rows.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
-### Return Value
+### Return value
Row
diff --git a/api/Publisher.RulerGuides.Add.md b/api/Publisher.RulerGuides.Add.md
index 07f4f6fc797..f1dffb5842c 100644
--- a/api/Publisher.RulerGuides.Add.md
+++ b/api/Publisher.RulerGuides.Add.md
@@ -27,7 +27,7 @@ Adds a new ruler guide to the specified **RulerGuides** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Position|Required| **Variant**|The position relative to the left edge or top edge of the page where the new ruler guide will be added. Numeric values are evaluated in points; strings are evaluated in the units specified and can be in any measurement unit supported by Microsoft Publisher (for example, "2.5 in").|
|Type|Required| **PbRulerGuideType**|The type of ruler guide to add.|
diff --git a/api/Publisher.RulerGuides.Item.md b/api/Publisher.RulerGuides.Item.md
index 75645037fc7..b9c74db1537 100644
--- a/api/Publisher.RulerGuides.Item.md
+++ b/api/Publisher.RulerGuides.Item.md
@@ -27,7 +27,7 @@ Returns an individual object from a specified collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Item|Required| **Long**|The number of the object to return.|
diff --git a/api/Publisher.Section.ContinueNumbersFromPreviousSection.md b/api/Publisher.Section.ContinueNumbersFromPreviousSection.md
index 3d2abde9395..47dd6f17054 100644
--- a/api/Publisher.Section.ContinueNumbersFromPreviousSection.md
+++ b/api/Publisher.Section.ContinueNumbersFromPreviousSection.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Section** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Section.PageNumberFormat.md b/api/Publisher.Section.PageNumberFormat.md
index eceb63b0f79..5719e7567d8 100644
--- a/api/Publisher.Section.PageNumberFormat.md
+++ b/api/Publisher.Section.PageNumberFormat.md
@@ -23,7 +23,7 @@ Sets or returns a **PbPageNumberFormat** constant that reperesents the formatti
_expression_ A variable that represents a **Section** object.
-### Return Value
+### Return value
PbPageNumberFormat
diff --git a/api/Publisher.Section.PageNumberStart.md b/api/Publisher.Section.PageNumberStart.md
index 2f49aa9810c..179830b920b 100644
--- a/api/Publisher.Section.PageNumberStart.md
+++ b/api/Publisher.Section.PageNumberStart.md
@@ -23,7 +23,7 @@ Sets or returns the page number that the specified section starts with. Read/wri
_expression_ A variable that represents a **Section** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Section.ShowHeaderFooterOnFirstPage.md b/api/Publisher.Section.ShowHeaderFooterOnFirstPage.md
index 8c13ff29f2d..a480ffee3e0 100644
--- a/api/Publisher.Section.ShowHeaderFooterOnFirstPage.md
+++ b/api/Publisher.Section.ShowHeaderFooterOnFirstPage.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Section** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Section.StartPageIndex.md b/api/Publisher.Section.StartPageIndex.md
index ff6a94563a8..bcd3c6c4b82 100644
--- a/api/Publisher.Section.StartPageIndex.md
+++ b/api/Publisher.Section.StartPageIndex.md
@@ -23,7 +23,7 @@ Returns the page number of the page that the specified **Section** object begin
_expression_ A variable that represents a **Section** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Sections.Add.md b/api/Publisher.Sections.Add.md
index 83b6584e2f1..a4f80972074 100644
--- a/api/Publisher.Sections.Add.md
+++ b/api/Publisher.Sections.Add.md
@@ -27,11 +27,11 @@ Adds a new **Section** object to the specified **Sections** collection and retu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|StartPageIndex|Required| **Long**|The page number of the publication page that the new section begins on.|
-### Return Value
+### Return value
Section
diff --git a/api/Publisher.Sections.Item.md b/api/Publisher.Sections.Item.md
index cf4cf6bd73c..4c6c07f6acb 100644
--- a/api/Publisher.Sections.Item.md
+++ b/api/Publisher.Sections.Item.md
@@ -27,7 +27,7 @@ Returns an individual object from a specified collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
diff --git a/api/Publisher.Selection.ChildShapeRange.md b/api/Publisher.Selection.ChildShapeRange.md
index 71a7bdf3830..7ae91ce309b 100644
--- a/api/Publisher.Selection.ChildShapeRange.md
+++ b/api/Publisher.Selection.ChildShapeRange.md
@@ -23,7 +23,7 @@ Returns a **[ShapeRange](Publisher.ShapeRange.md)** object representing the chi
_expression_ A variable that represents a **Selection** object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.Selection.ShapeRange.md b/api/Publisher.Selection.ShapeRange.md
index 87eed75d611..4618f1d6025 100644
--- a/api/Publisher.Selection.ShapeRange.md
+++ b/api/Publisher.Selection.ShapeRange.md
@@ -23,7 +23,7 @@ Returns a **[ShapeRange](Publisher.ShapeRange.md)** collection that represents
_expression_ A variable that represents a **Selection** object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.Selection.TableCellRange.md b/api/Publisher.Selection.TableCellRange.md
index 91b281cce62..c7f85d431b1 100644
--- a/api/Publisher.Selection.TableCellRange.md
+++ b/api/Publisher.Selection.TableCellRange.md
@@ -23,7 +23,7 @@ Returns a **CellRange** object that represents the cells in a table selection.
_expression_ A variable that represents a **Selection** object.
-### Return Value
+### Return value
CellRange
diff --git a/api/Publisher.ShadowFormat.IncrementOffsetX.md b/api/Publisher.ShadowFormat.IncrementOffsetX.md
index 526550aaa02..5421a87146c 100644
--- a/api/Publisher.ShadowFormat.IncrementOffsetX.md
+++ b/api/Publisher.ShadowFormat.IncrementOffsetX.md
@@ -27,7 +27,7 @@ Incrementally changes the horizontal offset of the shadow by the specified dista
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Variant**|Specifies how far the shadow offset is to be moved horizontally. A positive value moves the shadow to the right; a negative value moves it to the left. Numeric values are evaluated in points; strings can be in any units supported by Microsoft Publisher (for example, "2.5 in").|
diff --git a/api/Publisher.ShadowFormat.IncrementOffsetY.md b/api/Publisher.ShadowFormat.IncrementOffsetY.md
index 0306aaa5ff6..b82a2d30f91 100644
--- a/api/Publisher.ShadowFormat.IncrementOffsetY.md
+++ b/api/Publisher.ShadowFormat.IncrementOffsetY.md
@@ -27,7 +27,7 @@ Incrementally changes the vertical offset of the shadow by the specified distanc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Variant**|Specifies how far the shadow offset is to be moved vertically. A positive value moves the shadow down; a negative value moves it up. Numeric values are evaluated in points; strings can be in any units supported by Microsoft Publisher (for example, "2.5 in").|
diff --git a/api/Publisher.ShadowFormat.Obscured.md b/api/Publisher.ShadowFormat.Obscured.md
index d72025f371f..3a946d67537 100644
--- a/api/Publisher.ShadowFormat.Obscured.md
+++ b/api/Publisher.ShadowFormat.Obscured.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** value indicating whether the shadow of the s
_expression_ A variable that represents an **ShadowFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Shape.AddToCatalogMergeArea.md b/api/Publisher.Shape.AddToCatalogMergeArea.md
index 61bdcd8dbc1..1ab26ba95d5 100644
--- a/api/Publisher.Shape.AddToCatalogMergeArea.md
+++ b/api/Publisher.Shape.AddToCatalogMergeArea.md
@@ -23,7 +23,7 @@ Adds the specified shape or shapes to the publication page's catalog merge area.
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Shape.Apply.md b/api/Publisher.Shape.Apply.md
index f18e3488e97..7fcd1011207 100644
--- a/api/Publisher.Shape.Apply.md
+++ b/api/Publisher.Shape.Apply.md
@@ -23,7 +23,7 @@ Applies formatting copied from another shape or shape range using the **[PickUp
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Shape.BorderArt.md b/api/Publisher.Shape.BorderArt.md
index f79e1432ba8..8fee31f7e8b 100644
--- a/api/Publisher.Shape.BorderArt.md
+++ b/api/Publisher.Shape.BorderArt.md
@@ -23,7 +23,7 @@ Returns a **[BorderArtFormat](Publisher.BorderArtFormat.md)** object that repre
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
BorderArtFormat
diff --git a/api/Publisher.Shape.CatalogMergeItems.md b/api/Publisher.Shape.CatalogMergeItems.md
index 5daa4bb81de..e1427ea6ead 100644
--- a/api/Publisher.Shape.CatalogMergeItems.md
+++ b/api/Publisher.Shape.CatalogMergeItems.md
@@ -23,7 +23,7 @@ Returns a **CatalogMergeShapes** collection that represents the shapes included
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
CatalogMergeShapes
diff --git a/api/Publisher.Shape.Duplicate.md b/api/Publisher.Shape.Duplicate.md
index f71ef54ffc3..2823ad0cecc 100644
--- a/api/Publisher.Shape.Duplicate.md
+++ b/api/Publisher.Shape.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified **[Shape](Publisher.Shape.md)** or **[Shap
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shape.Flip.md b/api/Publisher.Shape.Flip.md
index ce5bc36fe1d..d3f2c2f13f0 100644
--- a/api/Publisher.Shape.Flip.md
+++ b/api/Publisher.Shape.Flip.md
@@ -27,11 +27,11 @@ Flips the specified shape around its horizontal or vertical axis, or flips all t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|FlipCmd|Required| **MsoFlipCmd**| Specifies whether the shape is flipped horizontally or vertically.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Shape.GetHeight.md b/api/Publisher.Shape.GetHeight.md
index ed4b0b1d5bd..d8391a51a37 100644
--- a/api/Publisher.Shape.GetHeight.md
+++ b/api/Publisher.Shape.GetHeight.md
@@ -27,11 +27,11 @@ Returns the height of the shape or shape range as a **Single** in the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbUnitType**|The units in which to return the height.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Shape.GetLeft.md b/api/Publisher.Shape.GetLeft.md
index 703f5054cc9..ca7a5422ddb 100644
--- a/api/Publisher.Shape.GetLeft.md
+++ b/api/Publisher.Shape.GetLeft.md
@@ -27,11 +27,11 @@ Returns the distance of the shape's or shape range's left edge from the left edg
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbUnitType**|The units in which to return the distance.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Shape.GetTop.md b/api/Publisher.Shape.GetTop.md
index e85015b5f32..92b7431974a 100644
--- a/api/Publisher.Shape.GetTop.md
+++ b/api/Publisher.Shape.GetTop.md
@@ -27,11 +27,11 @@ Returns the distance of the shape's or shape range's top edge from the top edge
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbUnitType**|The units in which to return the distance.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Shape.GetWidth.md b/api/Publisher.Shape.GetWidth.md
index 323ecbe09ff..0a9dbe80238 100644
--- a/api/Publisher.Shape.GetWidth.md
+++ b/api/Publisher.Shape.GetWidth.md
@@ -27,11 +27,11 @@ Returns the width of the shape or shape range as a **Single** in the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbUnitType**|The units in which to return the width.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.Shape.IncrementLeft.md b/api/Publisher.Shape.IncrementLeft.md
index 405bc377c46..0078a321977 100644
--- a/api/Publisher.Shape.IncrementLeft.md
+++ b/api/Publisher.Shape.IncrementLeft.md
@@ -27,11 +27,11 @@ Moves the specified shape or shape range horizontally by the specified distance.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Variant**|The horizontal distance to move the shape or shape range. A positive value moves the shape or shape range to the right; a negative value moves it to the left. Numeric values are evaluated in points; strings can be in any units supported by Microsoft Publisher (for example, "2.5 in").|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Shape.IncrementRotation.md b/api/Publisher.Shape.IncrementRotation.md
index d37d4d47a06..7420ac65b29 100644
--- a/api/Publisher.Shape.IncrementRotation.md
+++ b/api/Publisher.Shape.IncrementRotation.md
@@ -27,11 +27,11 @@ Changes the rotation of the specified shape around the z-axis (extends outward f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Single**|Specifies how far the shape is to be rotated around the z-axis, in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise. Valid values are between - 360 and 360.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Shape.IncrementTop.md b/api/Publisher.Shape.IncrementTop.md
index d062a34ff14..ead8607c1fb 100644
--- a/api/Publisher.Shape.IncrementTop.md
+++ b/api/Publisher.Shape.IncrementTop.md
@@ -27,7 +27,7 @@ Moves the specified shape or shape range vertically by the specified distance.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Variant**|The vertical distance to move the shape or shape range. A positive value moves the shape or shape range down; a negative value moves it up. Numeric values are evaluated in points; strings can be in any units supported by Microsoft Publisher (for example, "2.5 in").|
diff --git a/api/Publisher.Shape.IsExcess.md b/api/Publisher.Shape.IsExcess.md
index 614c033e476..51e1b800322 100644
--- a/api/Publisher.Shape.IsExcess.md
+++ b/api/Publisher.Shape.IsExcess.md
@@ -23,7 +23,7 @@ Indicates whether the parent **Shape** object is an excess shape after the docu
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Shape.IsGroupMember.md b/api/Publisher.Shape.IsGroupMember.md
index 24cd07a5401..3cc3e02610f 100644
--- a/api/Publisher.Shape.IsGroupMember.md
+++ b/api/Publisher.Shape.IsGroupMember.md
@@ -23,7 +23,7 @@ Returns **True** if the specified shape is a member of a group, **False** other
_expression_ A variable that represents an **Shape** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Shape.MoveIntoTextFlow.md b/api/Publisher.Shape.MoveIntoTextFlow.md
index 2969bb2765d..f988c1e3a81 100644
--- a/api/Publisher.Shape.MoveIntoTextFlow.md
+++ b/api/Publisher.Shape.MoveIntoTextFlow.md
@@ -27,11 +27,11 @@ Moves a given shape into the text flow defined by ** [TextRange Object](Publish
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Range|Required| **TextRange**|The range of text before which the given shape is inserted.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Shape.MoveToPage.md b/api/Publisher.Shape.MoveToPage.md
index 2996b91b0e4..7784acca122 100644
--- a/api/Publisher.Shape.MoveToPage.md
+++ b/api/Publisher.Shape.MoveToPage.md
@@ -27,7 +27,7 @@ Moves a shape to the specified page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Page|Required| **Long**|Page to which the shape should be moved.|
|Left|Optional| **Variant**|Left position of the shape on the page.|
diff --git a/api/Publisher.Shape.ParentGroupShape.md b/api/Publisher.Shape.ParentGroupShape.md
index 2fc487d22ba..511cf787404 100644
--- a/api/Publisher.Shape.ParentGroupShape.md
+++ b/api/Publisher.Shape.ParentGroupShape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](Publisher.Shape.md)** object that represents the common par
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shape.PickUp.md b/api/Publisher.Shape.PickUp.md
index eb05122d4c8..5d7f050d75d 100644
--- a/api/Publisher.Shape.PickUp.md
+++ b/api/Publisher.Shape.PickUp.md
@@ -23,7 +23,7 @@ Copies formatting from a shape or shape range so that it can be copied to anothe
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Shape.RemoveFromCatalogMergeArea.md b/api/Publisher.Shape.RemoveFromCatalogMergeArea.md
index e5c47bf7102..c7fe5dcdd2e 100644
--- a/api/Publisher.Shape.RemoveFromCatalogMergeArea.md
+++ b/api/Publisher.Shape.RemoveFromCatalogMergeArea.md
@@ -23,7 +23,7 @@ Removes a shape from the specified page's catalog merge area. Removed shapes are
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Shape.SaveAsPicture.md b/api/Publisher.Shape.SaveAsPicture.md
index 8f73051e356..c7f0ebae3ba 100644
--- a/api/Publisher.Shape.SaveAsPicture.md
+++ b/api/Publisher.Shape.SaveAsPicture.md
@@ -27,7 +27,7 @@ Saves a single shape as a picture file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Required| **String**|The path and file name of the new picture file you want to create. The graphics format the picture is saved in is determined by the file name extension (such as .jpg or .gif) you specify.|
|pbResolution|Optional| **PbPictureResolution**|The resolution in which you want the picture to be saved. See Remarks for possible values.|
diff --git a/api/Publisher.Shape.ScaleHeight.md b/api/Publisher.Shape.ScaleHeight.md
index 438b6c61ac8..fa625ba0f14 100644
--- a/api/Publisher.Shape.ScaleHeight.md
+++ b/api/Publisher.Shape.ScaleHeight.md
@@ -27,7 +27,7 @@ Scales the height of the shape by a specified factor. For pictures and OLE objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Factor|Required| **Single**|Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
|RelativeToOriginalSize|Required| **MsoTriState**|Specifies whether to scale relative to the object's original or current size.|
diff --git a/api/Publisher.Shape.ScaleWidth.md b/api/Publisher.Shape.ScaleWidth.md
index 1bd8b67a70d..95262aa3ba4 100644
--- a/api/Publisher.Shape.ScaleWidth.md
+++ b/api/Publisher.Shape.ScaleWidth.md
@@ -27,7 +27,7 @@ Scales the width of the shape by a specified factor. For pictures and OLE object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Factor|Required| **Single**|Specifies the ratio between the width of the shape after you resize it and the current or original width. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
|RelativeToOriginalSize|Required| **MsoTristate**| Specifies whether to scale relative to the object's original or current size.|
diff --git a/api/Publisher.Shape.Select.md b/api/Publisher.Shape.Select.md
index 82dcd5c0820..9b62c86c0eb 100644
--- a/api/Publisher.Shape.Select.md
+++ b/api/Publisher.Shape.Select.md
@@ -27,7 +27,7 @@ Selects the specified object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Replace|Optional| **Variant**|Specifies whether the selection replaces any previous selection. **True** to replace the previous selection with the new selection; **False** to add the new selection to the previous selection. Default is **True**.|
diff --git a/api/Publisher.Shape.Ungroup.md b/api/Publisher.Shape.Ungroup.md
index c655eae941b..ee01d8fb634 100644
--- a/api/Publisher.Shape.Ungroup.md
+++ b/api/Publisher.Shape.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups the specified group of shapes or any groups of shapes in the specified
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.Shape.WebCheckBox.md b/api/Publisher.Shape.WebCheckBox.md
index 6be2f7f4550..ec10ad46fa2 100644
--- a/api/Publisher.Shape.WebCheckBox.md
+++ b/api/Publisher.Shape.WebCheckBox.md
@@ -23,7 +23,7 @@ Returns the **[WebCheckBox](Publisher.WebCheckBox.md)** object associated with
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
WebCheckBox
diff --git a/api/Publisher.Shape.WebCommandButton.md b/api/Publisher.Shape.WebCommandButton.md
index 626e6238155..2995f3e4b54 100644
--- a/api/Publisher.Shape.WebCommandButton.md
+++ b/api/Publisher.Shape.WebCommandButton.md
@@ -23,7 +23,7 @@ Returns the **[WebCommandButton](Publisher.WebCommandButton.md)** object associ
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
WebCommandButton
diff --git a/api/Publisher.Shape.WebListBox.md b/api/Publisher.Shape.WebListBox.md
index 0c81d97d185..46ac6e1f3f8 100644
--- a/api/Publisher.Shape.WebListBox.md
+++ b/api/Publisher.Shape.WebListBox.md
@@ -23,7 +23,7 @@ Returns the **[WebListBox](Publisher.WebListBox.md)** object associated with th
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
WebListBox
diff --git a/api/Publisher.Shape.WebNavigationBarSetName.md b/api/Publisher.Shape.WebNavigationBarSetName.md
index 03588afa69c..e88b60c57cf 100644
--- a/api/Publisher.Shape.WebNavigationBarSetName.md
+++ b/api/Publisher.Shape.WebNavigationBarSetName.md
@@ -23,7 +23,7 @@ Returns a **String** that represents the name of the Web navigation bar set the
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Shape.WebOptionButton.md b/api/Publisher.Shape.WebOptionButton.md
index a2f36b3c8a1..f4029a6b727 100644
--- a/api/Publisher.Shape.WebOptionButton.md
+++ b/api/Publisher.Shape.WebOptionButton.md
@@ -23,7 +23,7 @@ Returns the **[WebOptionButton](Publisher.WebOptionButton.md)** object associat
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
WebOptionButton
diff --git a/api/Publisher.Shape.WebTextBox.md b/api/Publisher.Shape.WebTextBox.md
index 19580146e70..5b294b3a0f9 100644
--- a/api/Publisher.Shape.WebTextBox.md
+++ b/api/Publisher.Shape.WebTextBox.md
@@ -23,7 +23,7 @@ Returns the **[WebTextBox](Publisher.WebTextBox.md)** object associated with th
_expression_ A variable that represents a **Shape** object.
-### Return Value
+### Return value
WebTextBox
diff --git a/api/Publisher.Shape.ZOrder.md b/api/Publisher.Shape.ZOrder.md
index b3cd57f530f..7432edc8cbb 100644
--- a/api/Publisher.Shape.ZOrder.md
+++ b/api/Publisher.Shape.ZOrder.md
@@ -27,11 +27,11 @@ Moves the specified shape in front of or behind other shapes in the collection (
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ZOrderCmd|Required| **MsoZOrderCmd**|Specifies where to move the specified shape relative to the other shapes.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ShapeNode.EditingType.md b/api/Publisher.ShapeNode.EditingType.md
index 9b272225326..cb813cdd08c 100644
--- a/api/Publisher.ShapeNode.EditingType.md
+++ b/api/Publisher.ShapeNode.EditingType.md
@@ -23,7 +23,7 @@ If the specified node is a vertex, this property returns an **MsoEditingType**
_expression_ A variable that represents an **ShapeNode** object.
-### Return Value
+### Return value
MsoEditingType
diff --git a/api/Publisher.ShapeNode.SegmentType.md b/api/Publisher.ShapeNode.SegmentType.md
index 1fcc2753a59..0c0187bef84 100644
--- a/api/Publisher.ShapeNode.SegmentType.md
+++ b/api/Publisher.ShapeNode.SegmentType.md
@@ -23,7 +23,7 @@ Returns an **MsoSegmentType** constant that indicates whether the segment assoc
_expression_ A variable that represents a **ShapeNode** object.
-### Return Value
+### Return value
MsoSegmentType
diff --git a/api/Publisher.ShapeNodes.Delete.md b/api/Publisher.ShapeNodes.Delete.md
index 1a477ea52c2..0fbfefe3b1f 100644
--- a/api/Publisher.ShapeNodes.Delete.md
+++ b/api/Publisher.ShapeNodes.Delete.md
@@ -27,7 +27,7 @@ Deletes the specified shape node object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **[INT]**| **Long**. The number of the shape node to delete.|
diff --git a/api/Publisher.ShapeNodes.Insert.md b/api/Publisher.ShapeNodes.Insert.md
index d6ad87aca5c..0255bed22d0 100644
--- a/api/Publisher.ShapeNodes.Insert.md
+++ b/api/Publisher.ShapeNodes.Insert.md
@@ -27,7 +27,7 @@ Inserts a new segment after the specified node of the freeform drawing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the node after which the new node is to be inserted.|
|SegmentType|Required| **MsoSegmentType**|The type of segment to be added.|
diff --git a/api/Publisher.ShapeNodes.Item.md b/api/Publisher.ShapeNodes.Item.md
index 196e22262e7..9ea71353388 100644
--- a/api/Publisher.ShapeNodes.Item.md
+++ b/api/Publisher.ShapeNodes.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
ShapeNode
diff --git a/api/Publisher.ShapeNodes.SetEditingType.md b/api/Publisher.ShapeNodes.SetEditingType.md
index aa7e1b1b23f..9e5493133be 100644
--- a/api/Publisher.ShapeNodes.SetEditingType.md
+++ b/api/Publisher.ShapeNodes.SetEditingType.md
@@ -27,7 +27,7 @@ Sets the editing type of the specified node. If the node is a control point for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The node whose editing type is to be set. Must be a number from 1 to the number of nodes in the specified shape; otherwise, an error occurs.|
|EditingType|Required| **MsoEditingType**|The editing property of the node.|
diff --git a/api/Publisher.ShapeNodes.SetPosition.md b/api/Publisher.ShapeNodes.SetPosition.md
index 942fdd86aee..2fd079025e6 100644
--- a/api/Publisher.ShapeNodes.SetPosition.md
+++ b/api/Publisher.ShapeNodes.SetPosition.md
@@ -27,7 +27,7 @@ Sets the position of the specified node. Depending on the editing type of the no
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **[INT]**|The node whose position is to be set. Must be a number from 1 to the number of nodes in the specified shape; otherwise, an error occurs.|
|X1|Required| **Variant**|The horizontal position of the node relative to the upper-left corner of the page.|
diff --git a/api/Publisher.ShapeNodes.SetSegmentType.md b/api/Publisher.ShapeNodes.SetSegmentType.md
index e035a912451..c2b24a8d566 100644
--- a/api/Publisher.ShapeNodes.SetSegmentType.md
+++ b/api/Publisher.ShapeNodes.SetSegmentType.md
@@ -27,7 +27,7 @@ Sets the segment type of the segment that follows the specified node. If the nod
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The node whose segment type is to be set. Must be a number from 1 to the number of nodes in the specified shape; otherwise, an error occurs.|
|SegmentType|Required| **MsoSegmentType**|Specifies the segment type.|
diff --git a/api/Publisher.ShapeRange.Align.md b/api/Publisher.ShapeRange.Align.md
index ea28d4bce74..fa7db32eeb3 100644
--- a/api/Publisher.ShapeRange.Align.md
+++ b/api/Publisher.ShapeRange.Align.md
@@ -27,7 +27,7 @@ Aligns all the shapes in the specified **ShapeRange** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|AlignCmd|Required| **MsoAlignCmd**|Specifies how the shapes are to be aligned.|
|RelativeTo|Required| **MsoTriState**|Specifies whether shapes are aligned relative to the page or to one another.|
diff --git a/api/Publisher.ShapeRange.Apply.md b/api/Publisher.ShapeRange.Apply.md
index beecdc21d78..e73e7f4ce4c 100644
--- a/api/Publisher.ShapeRange.Apply.md
+++ b/api/Publisher.ShapeRange.Apply.md
@@ -23,7 +23,7 @@ Applies formatting copied from another shape or shape range using the **[PickUp
_expression_ A variable that represents a **ShapeRange** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ShapeRange.Copy.md b/api/Publisher.ShapeRange.Copy.md
index 9512754ccc0..e39d7170b1a 100644
--- a/api/Publisher.ShapeRange.Copy.md
+++ b/api/Publisher.ShapeRange.Copy.md
@@ -23,7 +23,7 @@ Copies the specified object to the Clipboard.
_expression_ A variable that represents a **ShapeRange** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ShapeRange.Distribute.md b/api/Publisher.ShapeRange.Distribute.md
index 527292de145..026df6c009b 100644
--- a/api/Publisher.ShapeRange.Distribute.md
+++ b/api/Publisher.ShapeRange.Distribute.md
@@ -27,7 +27,7 @@ Evenly distributes the shapes in the specified shape range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|DistributeCmd|Required| **MsoDistributeCmd**|Specifies whether shapes are to be distributed horizontally or vertically.|
|RelativeTo|Required| **MsoTriState**|Specifies whether to distribute the shapes evenly over the entire horizontal or vertical space on the page or within the horizontal or vertical space that the range of shapes originally occupies.|
diff --git a/api/Publisher.ShapeRange.Duplicate.md b/api/Publisher.ShapeRange.Duplicate.md
index 3f12559084e..22f9f955b63 100644
--- a/api/Publisher.ShapeRange.Duplicate.md
+++ b/api/Publisher.ShapeRange.Duplicate.md
@@ -23,7 +23,7 @@ Creates a duplicate of the specified **[Shape](Publisher.Shape.md)** or **[Shap
_expression_ A variable that represents a **ShapeRange** object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.ShapeRange.Flip.md b/api/Publisher.ShapeRange.Flip.md
index f831fce8765..0f076a8e511 100644
--- a/api/Publisher.ShapeRange.Flip.md
+++ b/api/Publisher.ShapeRange.Flip.md
@@ -27,7 +27,7 @@ Flips the specified shape around its horizontal or vertical axis, or flips all t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|FlipCmd|Required| **MsoFlipCmd**| Specifies whether the shape is flipped horizontally or vertically.|
diff --git a/api/Publisher.ShapeRange.GetHeight.md b/api/Publisher.ShapeRange.GetHeight.md
index abb8f16e260..eafa8cef679 100644
--- a/api/Publisher.ShapeRange.GetHeight.md
+++ b/api/Publisher.ShapeRange.GetHeight.md
@@ -27,11 +27,11 @@ Returns the height of the shape or shape range as a **Single** in the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbUnitType**|The units in which to return the height.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ShapeRange.GetLeft.md b/api/Publisher.ShapeRange.GetLeft.md
index d4c7e577ad5..23f5e3de886 100644
--- a/api/Publisher.ShapeRange.GetLeft.md
+++ b/api/Publisher.ShapeRange.GetLeft.md
@@ -27,11 +27,11 @@ Returns the distance of the shape's or shape range's left edge from the left edg
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbUnitType**|The units in which to return the distance.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ShapeRange.GetTop.md b/api/Publisher.ShapeRange.GetTop.md
index a734452787e..3862dc61555 100644
--- a/api/Publisher.ShapeRange.GetTop.md
+++ b/api/Publisher.ShapeRange.GetTop.md
@@ -27,11 +27,11 @@ Returns the distance of the shape's or shape range's top edge from the top edge
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbUnitType**|The units in which to return the distance.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ShapeRange.GetWidth.md b/api/Publisher.ShapeRange.GetWidth.md
index 1cfcfb68cab..767ce8ae6d6 100644
--- a/api/Publisher.ShapeRange.GetWidth.md
+++ b/api/Publisher.ShapeRange.GetWidth.md
@@ -27,11 +27,11 @@ Returns the width of the shape or shape range as a **Single** in the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbUnitType**|The units in which to return the width.|
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ShapeRange.Group.md b/api/Publisher.ShapeRange.Group.md
index ed1906b75a4..8fbdfe20dad 100644
--- a/api/Publisher.ShapeRange.Group.md
+++ b/api/Publisher.ShapeRange.Group.md
@@ -23,7 +23,7 @@ Groups the shapes in the specified shape range. Returns the grouped shapes as a
_expression_ A variable that represents a **ShapeRange** object.
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.ShapeRange.IncrementLeft.md b/api/Publisher.ShapeRange.IncrementLeft.md
index 111e3a36c85..9819d619046 100644
--- a/api/Publisher.ShapeRange.IncrementLeft.md
+++ b/api/Publisher.ShapeRange.IncrementLeft.md
@@ -27,11 +27,11 @@ Moves the specified shape or shape range horizontally by the specified distance.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Variant**|The horizontal distance to move the shape or shape range. A positive value moves the shape or shape range to the right; a negative value moves it to the left. Numeric values are evaluated in points; strings can be in any units supported by Microsoft Publisher (for example, "2.5 in").|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ShapeRange.IncrementRotation.md b/api/Publisher.ShapeRange.IncrementRotation.md
index 0bab7cc1f1a..b54121a80fa 100644
--- a/api/Publisher.ShapeRange.IncrementRotation.md
+++ b/api/Publisher.ShapeRange.IncrementRotation.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the z-axis (extends outward f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Single**|Specifies how far the shape is to be rotated around the z-axis, in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise. Valid values are between - 360 and 360.|
diff --git a/api/Publisher.ShapeRange.IncrementTop.md b/api/Publisher.ShapeRange.IncrementTop.md
index 2cffe5bc93d..116b3676ced 100644
--- a/api/Publisher.ShapeRange.IncrementTop.md
+++ b/api/Publisher.ShapeRange.IncrementTop.md
@@ -27,11 +27,11 @@ Moves the specified shape or shape range vertically by the specified distance.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Variant**|The vertical distance to move the shape or shape range. A positive value moves the shape or shape range down; a negative value moves it up. Numeric values are evaluated in points; strings can be in any units supported by Microsoft Publisher (for example, "2.5 in").|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ShapeRange.Item.md b/api/Publisher.ShapeRange.Item.md
index 1210665d9b7..35ea7dc5188 100644
--- a/api/Publisher.ShapeRange.Item.md
+++ b/api/Publisher.ShapeRange.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.ShapeRange.MoveIntoTextFlow.md b/api/Publisher.ShapeRange.MoveIntoTextFlow.md
index 6b0b0fff837..aeafd4d885d 100644
--- a/api/Publisher.ShapeRange.MoveIntoTextFlow.md
+++ b/api/Publisher.ShapeRange.MoveIntoTextFlow.md
@@ -27,7 +27,7 @@ Moves a given shape into the text flow defined by ** [TextRange Object](Publish
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Range|Required| **TextRange**|The range of text before which the given shape is inserted.|
diff --git a/api/Publisher.ShapeRange.MoveOutOfTextFlow.md b/api/Publisher.ShapeRange.MoveOutOfTextFlow.md
index 1f4c9c9b6cc..d5489af56d7 100644
--- a/api/Publisher.ShapeRange.MoveOutOfTextFlow.md
+++ b/api/Publisher.ShapeRange.MoveOutOfTextFlow.md
@@ -23,7 +23,7 @@ Moves a given inline shape out of its containing text range, defined by ** [Tex
_expression_ A variable that represents a **ShapeRange** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ShapeRange.Regroup.md b/api/Publisher.ShapeRange.Regroup.md
index 37332280b3d..d3abd0fa1d7 100644
--- a/api/Publisher.ShapeRange.Regroup.md
+++ b/api/Publisher.ShapeRange.Regroup.md
@@ -23,7 +23,7 @@ Regroups the group that the specified shape range belonged to previously. Return
_expression_ A variable that represents a **ShapeRange** object.
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.ShapeRange.RerouteConnections.md b/api/Publisher.ShapeRange.RerouteConnections.md
index 62790115370..e54805f157d 100644
--- a/api/Publisher.ShapeRange.RerouteConnections.md
+++ b/api/Publisher.ShapeRange.RerouteConnections.md
@@ -23,7 +23,7 @@ Reroutes connectors so that they take the shortest possible path between the sha
_expression_ A variable that represents a **ShapeRange** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ShapeRange.SaveAsPicture.md b/api/Publisher.ShapeRange.SaveAsPicture.md
index 646690168e7..f73cb5b4175 100644
--- a/api/Publisher.ShapeRange.SaveAsPicture.md
+++ b/api/Publisher.ShapeRange.SaveAsPicture.md
@@ -27,7 +27,7 @@ Saves a range of one or more shapes as a picture file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Required| **String**|The path and file name of the new picture file you want to create. The graphics format the picture is saved in is determined by the file name extension (such as .jpg or .gif) you specify.|
|pbResolution|Optional| **PbPictureResolution**|The resolution in which you want the picture to be saved. See Remarks for possible values.|
diff --git a/api/Publisher.ShapeRange.ScaleHeight.md b/api/Publisher.ShapeRange.ScaleHeight.md
index c4c42464430..17428cab3ec 100644
--- a/api/Publisher.ShapeRange.ScaleHeight.md
+++ b/api/Publisher.ShapeRange.ScaleHeight.md
@@ -27,7 +27,7 @@ Scales the height of the shape by a specified factor. For pictures and OLE objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Factor|Required| **Single**|Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
|RelativeToOriginalSize|Required| **MsoTriState**|Specifies whether to scale relative to the object's original or current size.|
diff --git a/api/Publisher.ShapeRange.ScaleWidth.md b/api/Publisher.ShapeRange.ScaleWidth.md
index 71f7154f759..10d895263a5 100644
--- a/api/Publisher.ShapeRange.ScaleWidth.md
+++ b/api/Publisher.ShapeRange.ScaleWidth.md
@@ -27,13 +27,13 @@ Scales the width of the shape by a specified factor. For pictures and OLE object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Factor|Required| **Single**|Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
|RelativeToOriginalSize|Required| **MsoTristate**| Specifies whether to scale relative to the object's original or current size.|
|fScale|Optional| **MsoScaleFrom**|The part of the shape that retains its position when the shape is scaled.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ShapeRange.Select.md b/api/Publisher.ShapeRange.Select.md
index c0951fac8ab..2b178c35c01 100644
--- a/api/Publisher.ShapeRange.Select.md
+++ b/api/Publisher.ShapeRange.Select.md
@@ -27,7 +27,7 @@ Selects the specified object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Replace|Optional| **Variant**|Specifies whether the selection replaces any previous selection. **True** to replace the previous selection with the new selection; **False** to add the new selection to the previous selection. Default is **True**.|
diff --git a/api/Publisher.ShapeRange.SetShapesDefaultProperties.md b/api/Publisher.ShapeRange.SetShapesDefaultProperties.md
index c8a1b184e50..5c65ce9eed8 100644
--- a/api/Publisher.ShapeRange.SetShapesDefaultProperties.md
+++ b/api/Publisher.ShapeRange.SetShapesDefaultProperties.md
@@ -23,7 +23,7 @@ Applies the formatting for the specified shape or shape range to the default sha
_expression_ A variable that represents a **ShapeRange** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.ShapeRange.Ungroup.md b/api/Publisher.ShapeRange.Ungroup.md
index 6adaa7466bd..2b85d13753b 100644
--- a/api/Publisher.ShapeRange.Ungroup.md
+++ b/api/Publisher.ShapeRange.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups the specified group of shapes or any groups of shapes in the specified
_expression_ A variable that represents a **ShapeRange** object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.ShapeRange.ZOrder.md b/api/Publisher.ShapeRange.ZOrder.md
index a8202836cb2..57a135f00ce 100644
--- a/api/Publisher.ShapeRange.ZOrder.md
+++ b/api/Publisher.ShapeRange.ZOrder.md
@@ -27,11 +27,11 @@ Moves the specified shape in front of or behind other shapes in the collection (
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ZOrderCmd|Required| **MsoZOrderCmd**|Specifies where to move the specified shape relative to the other shapes.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Shapes.AddCallout.md b/api/Publisher.Shapes.AddCallout.md
index 0be16e7b605..887fc841043 100644
--- a/api/Publisher.Shapes.AddCallout.md
+++ b/api/Publisher.Shapes.AddCallout.md
@@ -27,7 +27,7 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing a borderless lin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Type|Required| **MsoCalloutType**|The type of callout line.|
|Left|Required| **Variant**|The position of the left edge of the shape representing the line callout.|
@@ -35,7 +35,7 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing a borderless lin
|Width|Required| **Variant**|The width of the shape representing the line callout.|
|Height|Required| **Variant**|The height of the shape representing the line callout.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddCatalogMergeArea.md b/api/Publisher.Shapes.AddCatalogMergeArea.md
index 50e7b523ecb..26541f3713a 100644
--- a/api/Publisher.Shapes.AddCatalogMergeArea.md
+++ b/api/Publisher.Shapes.AddCatalogMergeArea.md
@@ -23,7 +23,7 @@ Adds a **Shape** object that represents the specified publication's catalog mer
_expression_ A variable that represents a **Shapes** object.
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddCatalogMergeFieldToCanvas.md b/api/Publisher.Shapes.AddCatalogMergeFieldToCanvas.md
index 0051170b30e..4fbeec8daba 100644
--- a/api/Publisher.Shapes.AddCatalogMergeFieldToCanvas.md
+++ b/api/Publisher.Shapes.AddCatalogMergeFieldToCanvas.md
@@ -27,7 +27,7 @@ Adds a catalog merge field of the specified type to the canvas. Returns nothing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|CanvasId|Required| **[INT]**|The ID of the canvas to which to add the catalog merge field.|
|CatalogMergeFieldType|Required| **pbCatalogMergeFieldType**|The type (picture or text) of the catalog merge field to add.|
diff --git a/api/Publisher.Shapes.AddConnector.md b/api/Publisher.Shapes.AddConnector.md
index 48af8b5b0c2..4103029d8f4 100644
--- a/api/Publisher.Shapes.AddConnector.md
+++ b/api/Publisher.Shapes.AddConnector.md
@@ -27,7 +27,7 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing a connector to t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Type|Required| **MsoConnectorType**|The type of connector to add.|
|BeginX|Required| **Variant**|The x-coordinate of the beginning point of the connector.|
@@ -35,7 +35,7 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing a connector to t
|EndX|Required| **Variant**|The x-coordinate of the ending point of the connector.|
|EndY|Required| **Variant**|The y-coordinate of the ending point of the connector.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddCurve.md b/api/Publisher.Shapes.AddCurve.md
index 2e611c2e63c..faefe84789b 100644
--- a/api/Publisher.Shapes.AddCurve.md
+++ b/api/Publisher.Shapes.AddCurve.md
@@ -27,11 +27,11 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing a Bézier curve
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|SafeArrayOfPoints|Required| **Variant**|An array of coordinate pairs that specifies the vertices and control points of the curve. The first point you specify is the starting vertex, and the next two points are control points for the first Bézier segment. Then, for each additional segment of the curve, you specify a vertex and two control points. The last point you specify is the ending vertex for the curve. Note that you must always specify 3n + 1 points, where n is the number of segments in the curve.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddEmptyPictureFrame.md b/api/Publisher.Shapes.AddEmptyPictureFrame.md
index c501f2e2db9..b5a72f9b0c9 100644
--- a/api/Publisher.Shapes.AddEmptyPictureFrame.md
+++ b/api/Publisher.Shapes.AddEmptyPictureFrame.md
@@ -27,14 +27,14 @@ Returns a **Shape** object that represents an empty picture frame inserted at t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Left|Required| **Variant**|The position of the left edge of the shape representing the picture.|
|Top|Required| **Variant**|The position of the top edge of the shape representing the picture.|
|Width|Optional| **Variant**|The width of the shape representing the picture. Default is -1, meaning that the width of the shape is automatically set to 72 points if the parameter is left blank.|
|Height|Optional| **Variant**|The height of the shape representing the picture. Default is -1, meaning that the height of the shape is automatically set to 54 points if the parameter is left blank.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddGroupWizard.md b/api/Publisher.Shapes.AddGroupWizard.md
index 7657b5278bf..d82eb8ebc4c 100644
--- a/api/Publisher.Shapes.AddGroupWizard.md
+++ b/api/Publisher.Shapes.AddGroupWizard.md
@@ -27,7 +27,7 @@ Adds a **Shape** object representing a Design Gallery object to the publication
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Wizard|Required| **PbWizardGroup**|The type of Design Gallery object to add to the publication.|
|Left|Required| **Variant**|The position of the Design Gallery object's left edge relative to the left edge of the page, measured in points.|
@@ -36,7 +36,7 @@ Adds a **Shape** object representing a Design Gallery object to the publication
|Height|Optional| **Variant**|The height of the new Design Gallery object.|
|Design|Optional| **Long**|The design of the object to be added.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddLabel.md b/api/Publisher.Shapes.AddLabel.md
index 7edf6cd990e..a22937bb8f0 100644
--- a/api/Publisher.Shapes.AddLabel.md
+++ b/api/Publisher.Shapes.AddLabel.md
@@ -27,7 +27,7 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing a text label to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Orientation|Required| **PbTextOrientation**|The orientation of the label.|
|Left|Required| **Variant**|The position of the left edge of the shape representing the text label.|
@@ -35,7 +35,7 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing a text label to
|Width|Required| **Variant**|The width of the shape representing the text label.|
|Height|Required| **Variant**|The height of the shape representing the text label.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddLine.md b/api/Publisher.Shapes.AddLine.md
index 0b09b8e89d5..4159e79cf28 100644
--- a/api/Publisher.Shapes.AddLine.md
+++ b/api/Publisher.Shapes.AddLine.md
@@ -27,14 +27,14 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing a line to the sp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|BeginX|Required| **Variant**|The x-coordinate of the beginning point of the line.|
|BeginY|Required| **Variant**|The y-coordinate of the beginning point of the line.|
|EndX|Required| **Variant**|The x-coordinate of the ending point of the line.|
|EndY|Required| **Variant**|The y-coordinate of the ending point of the line.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddOLEObject.md b/api/Publisher.Shapes.AddOLEObject.md
index b8464c3b566..4537ddaa5d9 100644
--- a/api/Publisher.Shapes.AddOLEObject.md
+++ b/api/Publisher.Shapes.AddOLEObject.md
@@ -27,7 +27,7 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing an OLE object to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Left|Required| **Variant**|The position of the left edge of the shape representing the OLE object.|
|Top|Required| **Variant**|The position of the top edge of the shape representing the OLE object.|
@@ -37,7 +37,7 @@ Adds a new **[Shape](Publisher.Shape.md)** object representing an OLE object to
|Filename|Optional| **String**|The file name of the OLE object to be added. If the path is not specified, the current working folder is used.|
|Link|Optional| **MsoTriState**|Determines whether the OLE object is linked to or embedded in the publication.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddPicture.md b/api/Publisher.Shapes.AddPicture.md
index c5177bfb51e..dcf309d263d 100644
--- a/api/Publisher.Shapes.AddPicture.md
+++ b/api/Publisher.Shapes.AddPicture.md
@@ -27,7 +27,7 @@ Adds a new **Shape** object representing a picture to the specified **Shapes**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Filename|Required| **String**|The name of the picture file to insert into the shape. The path can be absolute or relative.|
|LinkToFile|Required| **MsoTriState**|Determines whether the picture is linked to or embedded in the publication.|
@@ -37,7 +37,7 @@ Adds a new **Shape** object representing a picture to the specified **Shapes**
|Width|Optional| **Variant**|The width of the shape representing the picture. Default is -1, meaning that the width of the shape is automatically set based on the object's data.|
|Height|Optional| **Variant**|The height of the shape representing the picture. Default is -1, meaning that the width of the shape is automatically set based on the object's data.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddPolyline.md b/api/Publisher.Shapes.AddPolyline.md
index 66cd8212396..51c67a9dd41 100644
--- a/api/Publisher.Shapes.AddPolyline.md
+++ b/api/Publisher.Shapes.AddPolyline.md
@@ -27,11 +27,11 @@ Adds a new **Shape** object representing an open polyline or a closed polygon t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|SafeArrayOfPoints|Required| **Variant**|An array of coordinate pairs that specifies the polyline's or polygon's vertices.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddShape.md b/api/Publisher.Shapes.AddShape.md
index 3694874b461..2f9788a4490 100644
--- a/api/Publisher.Shapes.AddShape.md
+++ b/api/Publisher.Shapes.AddShape.md
@@ -27,7 +27,7 @@ Adds a new **Shape** object representing an AutoShape to the specified **Shapes
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Type|Required| **MsoAutoShapeType**|The type of AutoShape to draw. For a complete list of MsoAutoShapeType constants, see the Object Browser.|
|Left|Required| **Variant**|The position of the left edge of the shape representing the AutoShape.|
@@ -35,7 +35,7 @@ Adds a new **Shape** object representing an AutoShape to the specified **Shapes
|Width|Required| **Variant**|The width of the shape representing the AutoShape.|
|Height|Required| **Variant**|The height of the shape representing the AutoShape.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddTable.md b/api/Publisher.Shapes.AddTable.md
index a7c78c0ce8f..0d472620c60 100644
--- a/api/Publisher.Shapes.AddTable.md
+++ b/api/Publisher.Shapes.AddTable.md
@@ -27,7 +27,7 @@ Adds a new **Shape** object representing a table to the specified **Shapes** co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|NumRows|Required| **Long**|The number of rows in the new table. Values between 1 and 128 are valid; any values outside this range will generate an error.|
|NumColumns|Required| **Long**|The number of columns in the new table. Values between 1 and 128 are valid; any values outside this range will generate an error.|
@@ -38,7 +38,7 @@ Adds a new **Shape** object representing a table to the specified **Shapes** co
|FixedSize|Optional| **Boolean**| **True** if Microsoft Publisher reduces the number of rows and columns of the table to fit the specified width and height. **False** if Publisher automatically increases the width and height of the table frame to accommodate the number of rows and columns in the table. Default is **False**.|
|Direction|Optional| **PbTableDirectionType**|The direction in which table columns are numbered. The default depends on the current language setting.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddTextEffect.md b/api/Publisher.Shapes.AddTextEffect.md
index 3719ff2b85b..4cc682ba9d9 100644
--- a/api/Publisher.Shapes.AddTextEffect.md
+++ b/api/Publisher.Shapes.AddTextEffect.md
@@ -27,7 +27,7 @@ Adds a new **Shape** object representing a WordArt object to the specified **Sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PresetTextEffect|Required| **MsoPresetTextEffect**|The preset text effect to use. The values of the **MsoPresetTextEffect** constants correspond to the formats listed in the **WordArt Gallery** dialog box (numbered from left to right and from top to bottom).|
|Text|Required| **String**|The text to use for the WordArt object.|
@@ -38,7 +38,7 @@ Adds a new **Shape** object representing a WordArt object to the specified **Sh
|Left|Required| **Variant**|The position of the left edge of the shape representing the WordArt object.|
|Top|Required| **Variant**|The position of the top edge of the shape representing the WordArt object.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddTextbox.md b/api/Publisher.Shapes.AddTextbox.md
index bef5aa5a098..47c55645c93 100644
--- a/api/Publisher.Shapes.AddTextbox.md
+++ b/api/Publisher.Shapes.AddTextbox.md
@@ -27,7 +27,7 @@ Adds a new **Shape** object representing a text box to the specified **Shapes**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Orientation|Required| **PbTextOrientation**|The orientation of the text box.|
|Left|Required| **Variant**|The position of the left edge of the shape representing the text box.|
@@ -35,7 +35,7 @@ Adds a new **Shape** object representing a text box to the specified **Shapes**
|Width|Required| **Variant**|The width of the shape representing the text box.|
|Height|Required| **Variant**|The height of the shape representing the text box.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddWebControl.md b/api/Publisher.Shapes.AddWebControl.md
index f2086f70e50..e3b2f2016ee 100644
--- a/api/Publisher.Shapes.AddWebControl.md
+++ b/api/Publisher.Shapes.AddWebControl.md
@@ -27,7 +27,7 @@ Adds a new **Shape** object representing a Web form control to the specified **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Type|Required| **PbWebControlType**|Specifies the type of Web form control to add. An error occurs if pbWebControlWebComponent is used.|
|Left|Required| **Variant**|The position of the left edge of the shape representing the Web form control.|
@@ -36,7 +36,7 @@ Adds a new **Shape** object representing a Web form control to the specified **
|Height|Required| **Variant**|The height of the shape representing the Web form control. For command buttons, this parameter is ignored.|
|LaunchPropertiesWindow|Optional| **Boolean**|Not supported. Default is **False**; an error occurs if this argument is set to **True**.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddWebNavigationBar.md b/api/Publisher.Shapes.AddWebNavigationBar.md
index b49d06bb2cf..21fbe6daaa8 100644
--- a/api/Publisher.Shapes.AddWebNavigationBar.md
+++ b/api/Publisher.Shapes.AddWebNavigationBar.md
@@ -27,14 +27,14 @@ Adds a **Shape** object of type **pbWebNavigationBar** to the current page of a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Name|Required| **String**|The name of the **WebNavigationBarSet** object to add to the specified **Shape**.|
|Left|Required| **Variant**|The position of the left edge of the shape that represents the Web navigation bar set.|
|Top|Required| **Variant**|The position of the top edge of the shape that represents the Web navigation bar set.|
|Width|Optional| **Variant**|The width of the shape that represents the Web navigation bar set.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.AddWordArt.md b/api/Publisher.Shapes.AddWordArt.md
index 696609fb5ed..0a97601e94e 100644
--- a/api/Publisher.Shapes.AddWordArt.md
+++ b/api/Publisher.Shapes.AddWordArt.md
@@ -27,7 +27,7 @@ Returns a **Shape** object that represents the WordArt to be added to the publi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PresetWordArt|Required| **pbPresetWordArt**|The type of preset WordArt to add.|
|Text|Required| **String**|The text of the WordArt.|
@@ -38,7 +38,7 @@ Returns a **Shape** object that represents the WordArt to be added to the publi
|Left|Required| **Variant**|The horizontal position of the WordArt.|
|Top|Required| **Variant**|The vertical position of the WordArt.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Publisher.Shapes.BuildFreeform.md b/api/Publisher.Shapes.BuildFreeform.md
index 406fc374ac4..af3c908e37c 100644
--- a/api/Publisher.Shapes.BuildFreeform.md
+++ b/api/Publisher.Shapes.BuildFreeform.md
@@ -27,13 +27,13 @@ Builds a freeform object. Returns a [FreeformBuilder](Publisher.FreeformBuilder
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|EditingType|Required| **MsoEditingType**|Specifies the editing type of the first node.|
|X1|Required| **Variant**|The horizontal position of the first node in the freeform drawing relative to the upper-left corner of the page.|
|Y1|Required| **Variant**|The vertical position of the first node in the freeform drawing relative to the upper-left corner of the page.|
-### Return Value
+### Return value
FreeformBuilder
diff --git a/api/Publisher.Shapes.FindShapeByWizardTag.md b/api/Publisher.Shapes.FindShapeByWizardTag.md
index 5a61e2061e4..c4224f0bd5e 100644
--- a/api/Publisher.Shapes.FindShapeByWizardTag.md
+++ b/api/Publisher.Shapes.FindShapeByWizardTag.md
@@ -27,12 +27,12 @@ Returns a **ShapeRange** object representing one or all of the shapes placed in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|WizardTag|Required| **PbWizardTag**|Specifies the wizard tag for which to search.|
|Instance|Optional| **Long**|Specifies which instance of a shape with the specified wizard tag is returned. For Instance equal to n, the nth instance of a shape with the specified wizard tag is returned. If no value for Instance is specified, all the shapes with the specified wizard tag are returned.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.Shapes.Item.md b/api/Publisher.Shapes.Item.md
index 2ff76e4fdfa..2119883d0b6 100644
--- a/api/Publisher.Shapes.Item.md
+++ b/api/Publisher.Shapes.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
Shape
diff --git a/api/Publisher.Shapes.Paste.md b/api/Publisher.Shapes.Paste.md
index 2034d0b6653..d3f9df08cb0 100644
--- a/api/Publisher.Shapes.Paste.md
+++ b/api/Publisher.Shapes.Paste.md
@@ -23,7 +23,7 @@ Pastes the shapes or text on the Clipboard into the specified **[Shapes](Publis
_expression_ A variable that represents a **Shapes** object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.Shapes.Range.md b/api/Publisher.Shapes.Range.md
index 035fb446424..4d5a8be3b34 100644
--- a/api/Publisher.Shapes.Range.md
+++ b/api/Publisher.Shapes.Range.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents a **Shapes** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The individual shapes that are to be included in the range. Can be an integer that specifies the index number of the shape, a string that specifies the name of the shape, or an array that contains either integers or strings. If Index is omitted, the **Range** method returns all the objects in the specified collection.|
diff --git a/api/Publisher.Stories.Item.md b/api/Publisher.Stories.Item.md
index 9f392996553..f25dc2844f6 100644
--- a/api/Publisher.Stories.Item.md
+++ b/api/Publisher.Stories.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
-### Return Value
+### Return value
Story
diff --git a/api/Publisher.TabStop.Leader.md b/api/Publisher.TabStop.Leader.md
index 4dd3f8ddddc..8f276f60cae 100644
--- a/api/Publisher.TabStop.Leader.md
+++ b/api/Publisher.TabStop.Leader.md
@@ -23,7 +23,7 @@ Sets or returns a **PbTabLeaderType** constant that represents the leader chara
_expression_ A variable that represents a **TabStop** object.
-### Return Value
+### Return value
PbTabLeaderType
diff --git a/api/Publisher.TabStops.Add.md b/api/Publisher.TabStops.Add.md
index 11ca541fd8d..c1fb91bdca8 100644
--- a/api/Publisher.TabStops.Add.md
+++ b/api/Publisher.TabStops.Add.md
@@ -27,7 +27,7 @@ Adds a new tab stop to the specified **TabStops** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Position|Required| **Variant**|The horizontal position of the new tab stop relative to the left edge of the text frame. Numeric values are evaluated in points; strings are evaluated in the units specified and can be in any measurement unit supported by Microsoft Publisher (for example, "2.5 in").|
|Alignment|Required| **PbTabAlignmentType**|The alignment setting for the tab stop.|
diff --git a/api/Publisher.TabStops.Item.md b/api/Publisher.TabStops.Item.md
index ac9a0c682db..66f29152a61 100644
--- a/api/Publisher.TabStops.Item.md
+++ b/api/Publisher.TabStops.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the object to return.|
-### Return Value
+### Return value
TabStop
diff --git a/api/Publisher.Table.ApplyAutoFormat.md b/api/Publisher.Table.ApplyAutoFormat.md
index b5810edc861..d54cff2ac9f 100644
--- a/api/Publisher.Table.ApplyAutoFormat.md
+++ b/api/Publisher.Table.ApplyAutoFormat.md
@@ -27,7 +27,7 @@ Applies automatic built-in table formatting to a specified table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|AutoFormat|Required| **PbTableAutoFormatType**|The type of automatic formatting to apply to the specified table.|
|TextFormatting|Optional| **Boolean**| **True** to apply font formatting to the text in the table. Default value is **True**.|
diff --git a/api/Publisher.Table.Cells.md b/api/Publisher.Table.Cells.md
index 510f53bca8c..8a82157bcc7 100644
--- a/api/Publisher.Table.Cells.md
+++ b/api/Publisher.Table.Cells.md
@@ -27,7 +27,7 @@ Returns a **CellRange** object that represents a range of cells in a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|StartRow|Optional| **Long**|The row in which the starting cell exists. If this argument is omitted, all the table rows are included in the range.|
|StartColumn|Optional| **Long**|The column in which the starting cell exists. If this argument is omitted, all the table columns are included in the range.|
diff --git a/api/Publisher.Table.GrowToFitText.md b/api/Publisher.Table.GrowToFitText.md
index 96c2108961e..bcac95b899c 100644
--- a/api/Publisher.Table.GrowToFitText.md
+++ b/api/Publisher.Table.GrowToFitText.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **Table** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.Table.TableDirection.md b/api/Publisher.Table.TableDirection.md
index 669a5074d6a..7e774a3e7f0 100644
--- a/api/Publisher.Table.TableDirection.md
+++ b/api/Publisher.Table.TableDirection.md
@@ -23,7 +23,7 @@ Returns or sets a **PbTableDirectionType** constant that represents whether tex
_expression_ A variable that represents a **Table** object.
-### Return Value
+### Return value
PbTableDirectionType
diff --git a/api/Publisher.Tags.Add.md b/api/Publisher.Tags.Add.md
index 4055a905aeb..071fb93d284 100644
--- a/api/Publisher.Tags.Add.md
+++ b/api/Publisher.Tags.Add.md
@@ -27,12 +27,12 @@ Adds a new **Tag** object to the specified **Tags** object and returns the new
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Name|Required| **String**|The name of the tag to add. If a tag already exists with the same name, an error occurs.|
|Value|Required| **Variant**|The value to assign to the tag.|
-### Return Value
+### Return value
Tag
diff --git a/api/Publisher.Tags.Item.md b/api/Publisher.Tags.Item.md
index ac154fc65d9..612cf3aea20 100644
--- a/api/Publisher.Tags.Item.md
+++ b/api/Publisher.Tags.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
Tag
diff --git a/api/Publisher.TextEffectFormat.KernedPairs.md b/api/Publisher.TextEffectFormat.KernedPairs.md
index 29172952d45..c86480c4698 100644
--- a/api/Publisher.TextEffectFormat.KernedPairs.md
+++ b/api/Publisher.TextEffectFormat.KernedPairs.md
@@ -23,7 +23,7 @@ Sets or returns an **MsoTriState** constant that indicates whether character pa
_expression_ A variable that represents a **TextEffectFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.TextEffectFormat.NormalizedHeight.md b/api/Publisher.TextEffectFormat.NormalizedHeight.md
index 71132cce45c..7377bb14b96 100644
--- a/api/Publisher.TextEffectFormat.NormalizedHeight.md
+++ b/api/Publisher.TextEffectFormat.NormalizedHeight.md
@@ -23,7 +23,7 @@ Specifies whether all characters (both uppercase and lowercase) in the specified
_expression_ A variable that represents a **TextEffectFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.TextEffectFormat.PresetShape.md b/api/Publisher.TextEffectFormat.PresetShape.md
index c713e71b440..abbea706583 100644
--- a/api/Publisher.TextEffectFormat.PresetShape.md
+++ b/api/Publisher.TextEffectFormat.PresetShape.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoPresetTextEffectShape** constant that represents the sh
_expression_ A variable that represents a **TextEffectFormat** object.
-### Return Value
+### Return value
MsoPresetTextEffectShape
diff --git a/api/Publisher.TextEffectFormat.PresetTextEffect.md b/api/Publisher.TextEffectFormat.PresetTextEffect.md
index 5f3303289b0..51337d1b5f6 100644
--- a/api/Publisher.TextEffectFormat.PresetTextEffect.md
+++ b/api/Publisher.TextEffectFormat.PresetTextEffect.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoPresetTextEffect** constant that represents the style o
_expression_ A variable that represents a **TextEffectFormat** object.
-### Return Value
+### Return value
MsoPresetTextEffect
diff --git a/api/Publisher.TextEffectFormat.RotatedChars.md b/api/Publisher.TextEffectFormat.RotatedChars.md
index b80ad02a48a..4343094ea0e 100644
--- a/api/Publisher.TextEffectFormat.RotatedChars.md
+++ b/api/Publisher.TextEffectFormat.RotatedChars.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **TextEffectFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.TextFrame.AutoFitText.md b/api/Publisher.TextFrame.AutoFitText.md
index ae38709dae4..3a20bf3ee77 100644
--- a/api/Publisher.TextFrame.AutoFitText.md
+++ b/api/Publisher.TextFrame.AutoFitText.md
@@ -23,7 +23,7 @@ Sets or returns a **PbTextAutoFitType**constant that represents how Microsoft P
_expression_ A variable that represents a **TextFrame** object.
-### Return Value
+### Return value
PbTextAutoFitType
diff --git a/api/Publisher.TextFrame.ColumnSpacing.md b/api/Publisher.TextFrame.ColumnSpacing.md
index 1cda2aee5ae..145100e0658 100644
--- a/api/Publisher.TextFrame.ColumnSpacing.md
+++ b/api/Publisher.TextFrame.ColumnSpacing.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** that represents the amount of space between text
_expression_ A variable that represents a **TextFrame** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.TextFrame.HasNextLink.md b/api/Publisher.TextFrame.HasNextLink.md
index 9717745d6c4..dc0f52a9406 100644
--- a/api/Publisher.TextFrame.HasNextLink.md
+++ b/api/Publisher.TextFrame.HasNextLink.md
@@ -23,7 +23,7 @@ Indicates whether the specified text frame has a valid forward text-box link. Re
_expression_ A variable that represents a **TextFrame** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.TextFrame.HasPreviousLink.md b/api/Publisher.TextFrame.HasPreviousLink.md
index 0632725fc5d..1e958300ba8 100644
--- a/api/Publisher.TextFrame.HasPreviousLink.md
+++ b/api/Publisher.TextFrame.HasPreviousLink.md
@@ -23,7 +23,7 @@ Returns **msoTrue** if the specified text frame has a valid link to a backward
_expression_ A variable that represents a **TextFrame** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.TextFrame.IncludeContinuedFromPage.md b/api/Publisher.TextFrame.IncludeContinuedFromPage.md
index bab1856044d..9d40c745869 100644
--- a/api/Publisher.TextFrame.IncludeContinuedFromPage.md
+++ b/api/Publisher.TextFrame.IncludeContinuedFromPage.md
@@ -23,7 +23,7 @@ Determines whether the text "Continued from page _pagenumber_" appears in a tex
_expression_ A variable that represents a **TextFrame** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.TextFrame.IncludeContinuedOnPage.md b/api/Publisher.TextFrame.IncludeContinuedOnPage.md
index 1e824c60f4b..a0d4245524c 100644
--- a/api/Publisher.TextFrame.IncludeContinuedOnPage.md
+++ b/api/Publisher.TextFrame.IncludeContinuedOnPage.md
@@ -23,7 +23,7 @@ Determines whether the text "Continued on page _pagenumber_" appears in a text
_expression_ A variable that represents a **TextFrame** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.TextFrame.NextLinkedTextFrame.md b/api/Publisher.TextFrame.NextLinkedTextFrame.md
index 8a6bedc12e1..64b5f2f13c4 100644
--- a/api/Publisher.TextFrame.NextLinkedTextFrame.md
+++ b/api/Publisher.TextFrame.NextLinkedTextFrame.md
@@ -23,7 +23,7 @@ Returns or sets a **[TextFrame](Publisher.TextFrame.md)** object representing t
_expression_ A variable that represents a **TextFrame** object.
-### Return Value
+### Return value
TextFrame
diff --git a/api/Publisher.TextFrame.Orientation.md b/api/Publisher.TextFrame.Orientation.md
index 03690d991c4..4b150cdedef 100644
--- a/api/Publisher.TextFrame.Orientation.md
+++ b/api/Publisher.TextFrame.Orientation.md
@@ -23,7 +23,7 @@ Returns or sets a **PbTextOrientation**constant that represents how text flows
_expression_ A variable that represents a **TextFrame** object.
-### Return Value
+### Return value
PbTextOrientation
diff --git a/api/Publisher.TextFrame.Overflowing.md b/api/Publisher.TextFrame.Overflowing.md
index 9391d50ca3d..329ac5ca5a7 100644
--- a/api/Publisher.TextFrame.Overflowing.md
+++ b/api/Publisher.TextFrame.Overflowing.md
@@ -23,7 +23,7 @@ Indicates whether the text frame contains more text than can fit into the text f
_expression_ A variable that represents an **TextFrame** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.TextFrame.PreviousLinkedTextFrame.md b/api/Publisher.TextFrame.PreviousLinkedTextFrame.md
index 82c49c7415c..f9c651fc68c 100644
--- a/api/Publisher.TextFrame.PreviousLinkedTextFrame.md
+++ b/api/Publisher.TextFrame.PreviousLinkedTextFrame.md
@@ -23,7 +23,7 @@ Returns a **[TextFrame](Publisher.TextFrame.md)** object representing the text
_expression_ A variable that represents a **TextFrame** object.
-### Return Value
+### Return value
TextFrame
diff --git a/api/Publisher.TextFrame.ValidLinkTarget.md b/api/Publisher.TextFrame.ValidLinkTarget.md
index 55547256524..f3a2f60b443 100644
--- a/api/Publisher.TextFrame.ValidLinkTarget.md
+++ b/api/Publisher.TextFrame.ValidLinkTarget.md
@@ -27,11 +27,11 @@ Determines whether the text frame of one shape can be linked to the text frame o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|LinkTarget|Required| **Shape**|The shape with the target text frame to which you want to link the text frame returned by expression.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.TextRange.BoundHeight.md b/api/Publisher.TextRange.BoundHeight.md
index 3dfd1069cb3..13358914a56 100644
--- a/api/Publisher.TextRange.BoundHeight.md
+++ b/api/Publisher.TextRange.BoundHeight.md
@@ -23,7 +23,7 @@ Returns a **Single** indicating the height, in points, of the bounding box for
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.TextRange.BoundLeft.md b/api/Publisher.TextRange.BoundLeft.md
index a0d95bb6e0a..4b2b973e486 100644
--- a/api/Publisher.TextRange.BoundLeft.md
+++ b/api/Publisher.TextRange.BoundLeft.md
@@ -23,7 +23,7 @@ Returns a **Single** indicating the distance, in points, from the left edge of
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.TextRange.BoundTop.md b/api/Publisher.TextRange.BoundTop.md
index cc6994a8bbf..015494a8d94 100644
--- a/api/Publisher.TextRange.BoundTop.md
+++ b/api/Publisher.TextRange.BoundTop.md
@@ -23,7 +23,7 @@ Returns a **Single** indicating the distance, in points, from the top edge of t
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.TextRange.BoundWidth.md b/api/Publisher.TextRange.BoundWidth.md
index edf4b625dd2..7d0ba780d2f 100644
--- a/api/Publisher.TextRange.BoundWidth.md
+++ b/api/Publisher.TextRange.BoundWidth.md
@@ -23,7 +23,7 @@ Returns a **Single** indicating the width, in points, of the bounding box for t
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.TextRange.Characters.md b/api/Publisher.TextRange.Characters.md
index 801a57a80d0..41955a9d004 100644
--- a/api/Publisher.TextRange.Characters.md
+++ b/api/Publisher.TextRange.Characters.md
@@ -27,12 +27,12 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents the sp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Start|Required| **Long**|The first character in the returned range.|
|Length|Optional| **Long**|The number of characters to be returned. Default is 1.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.Collapse.md b/api/Publisher.TextRange.Collapse.md
index eb1f36b91dd..25540b98c03 100644
--- a/api/Publisher.TextRange.Collapse.md
+++ b/api/Publisher.TextRange.Collapse.md
@@ -27,7 +27,7 @@ Collapses a range or selection to the starting position or ending position. Afte
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Direction|Required| **PbCollapseDirection**|The direction in which to collapse the range or selection.|
diff --git a/api/Publisher.TextRange.ContainingObject.md b/api/Publisher.TextRange.ContainingObject.md
index e45390d8c2d..0a6bc6b4fd9 100644
--- a/api/Publisher.TextRange.ContainingObject.md
+++ b/api/Publisher.TextRange.ContainingObject.md
@@ -23,7 +23,7 @@ Returns an **Object** that represents the object that contains the text range.
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Object
diff --git a/api/Publisher.TextRange.Copy.md b/api/Publisher.TextRange.Copy.md
index 245af2f3e7a..cfc7c0bab8e 100644
--- a/api/Publisher.TextRange.Copy.md
+++ b/api/Publisher.TextRange.Copy.md
@@ -23,7 +23,7 @@ Copies the specified object to the Clipboard.
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.TextRange.Cut.md b/api/Publisher.TextRange.Cut.md
index f92d17253a8..22e82bff5db 100644
--- a/api/Publisher.TextRange.Cut.md
+++ b/api/Publisher.TextRange.Cut.md
@@ -23,7 +23,7 @@ Deletes the specified object and places it on the Clipboard.
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.TextRange.DropCap.md b/api/Publisher.TextRange.DropCap.md
index 5f6e0cd4e7d..37cdcbf0e0b 100644
--- a/api/Publisher.TextRange.DropCap.md
+++ b/api/Publisher.TextRange.DropCap.md
@@ -23,7 +23,7 @@ Returns a **[DropCap](Publisher.DropCap.md)** object that represents a dropped
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
DropCap
diff --git a/api/Publisher.TextRange.Duplicate.md b/api/Publisher.TextRange.Duplicate.md
index 730c0156bfe..fa600a45bbf 100644
--- a/api/Publisher.TextRange.Duplicate.md
+++ b/api/Publisher.TextRange.Duplicate.md
@@ -23,7 +23,7 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents a dupl
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.End.md b/api/Publisher.TextRange.End.md
index 40797c9885a..be68e7b4334 100644
--- a/api/Publisher.TextRange.End.md
+++ b/api/Publisher.TextRange.End.md
@@ -23,7 +23,7 @@ Sets or returns a **Long** that represents the ending character position of a s
_expression_ A variable that represents an **TextRange** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.TextRange.Expand.md b/api/Publisher.TextRange.Expand.md
index be2a9aacfca..923a87993a2 100644
--- a/api/Publisher.TextRange.Expand.md
+++ b/api/Publisher.TextRange.Expand.md
@@ -27,11 +27,11 @@ Expands the specified range or selection. Returns or sets a **Long** that repre
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbTextUnit**|The unit by which to expand the range.|
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.TextRange.Fields.md b/api/Publisher.TextRange.Fields.md
index 04802bed674..11cd5841bb0 100644
--- a/api/Publisher.TextRange.Fields.md
+++ b/api/Publisher.TextRange.Fields.md
@@ -23,7 +23,7 @@ Returns a **Fields** object that represents all the fields in the specified tex
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Fields
diff --git a/api/Publisher.TextRange.Hyperlinks.md b/api/Publisher.TextRange.Hyperlinks.md
index 5d7b434c840..521ccfe59b1 100644
--- a/api/Publisher.TextRange.Hyperlinks.md
+++ b/api/Publisher.TextRange.Hyperlinks.md
@@ -23,7 +23,7 @@ Returns a **[Hyperlinks](Publisher.Hyperlinks.md)** collection representing all
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Hyperlinks
diff --git a/api/Publisher.TextRange.InlineShapes.md b/api/Publisher.TextRange.InlineShapes.md
index a3c2dea04d6..53ecfd70d01 100644
--- a/api/Publisher.TextRange.InlineShapes.md
+++ b/api/Publisher.TextRange.InlineShapes.md
@@ -23,7 +23,7 @@ Returns an **[InlineShapes](Publisher.InlineShapes.md)** collection, which repr
_expression_ A variable that represents an **TextRange** object.
-### Return Value
+### Return value
InlineShapes
diff --git a/api/Publisher.TextRange.InsertAfter.md b/api/Publisher.TextRange.InsertAfter.md
index 15f176ad745..a63c5052f66 100644
--- a/api/Publisher.TextRange.InsertAfter.md
+++ b/api/Publisher.TextRange.InsertAfter.md
@@ -27,11 +27,11 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents text a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|NewText|Required| **String**|The text to be inserted.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.InsertBarcode.md b/api/Publisher.TextRange.InsertBarcode.md
index c695e2c8aec..cd3a53581cf 100644
--- a/api/Publisher.TextRange.InsertBarcode.md
+++ b/api/Publisher.TextRange.InsertBarcode.md
@@ -23,7 +23,7 @@ Inserts a bar code field at the end of the text range represented by the parent
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.InsertBefore.md b/api/Publisher.TextRange.InsertBefore.md
index e73bc46f76f..43ec449c3da 100644
--- a/api/Publisher.TextRange.InsertBefore.md
+++ b/api/Publisher.TextRange.InsertBefore.md
@@ -27,11 +27,11 @@ Appends a string to the beginning of the specified text range. Returns a **Text
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|NewText|Required| **String**|The text to be inserted. The default value is an empty string.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.InsertDateTime.md b/api/Publisher.TextRange.InsertDateTime.md
index 8e56d9f9127..998d6fde16c 100644
--- a/api/Publisher.TextRange.InsertDateTime.md
+++ b/api/Publisher.TextRange.InsertDateTime.md
@@ -27,7 +27,7 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents the da
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Format|Required| **PbDateTimeFormat**|A format for the date and time.|
|InsertAsField|Optional| **Boolean**| **True** for Microsoft Publisher to update date and time whenever opening the publication. Default is **False**.|
@@ -35,7 +35,7 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents the da
|Language|Optional| **MsoLanguageID**|The language in which to display the date or time.|
|Calendar|Optional| **PbCalendarType**|The calendar type to use when displaying the date or time.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.InsertMailMergeField.md b/api/Publisher.TextRange.InsertMailMergeField.md
index 074ef218ae6..3a27be2888e 100644
--- a/api/Publisher.TextRange.InsertMailMergeField.md
+++ b/api/Publisher.TextRange.InsertMailMergeField.md
@@ -27,11 +27,11 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents a text
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|varIndex|Required| **Variant**|The name or index of the data field in the datasource.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.InsertPageNumber.md b/api/Publisher.TextRange.InsertPageNumber.md
index 8b7bc31c46b..1a349d2b0e4 100644
--- a/api/Publisher.TextRange.InsertPageNumber.md
+++ b/api/Publisher.TextRange.InsertPageNumber.md
@@ -27,11 +27,11 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents a page
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Type|Optional| **PbPageNumberType**|Specifies whether the page number is the current page number or the next or previous page number of a linked text box.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.InsertSymbol.md b/api/Publisher.TextRange.InsertSymbol.md
index 7151c05a2c7..b05a5b8a329 100644
--- a/api/Publisher.TextRange.InsertSymbol.md
+++ b/api/Publisher.TextRange.InsertSymbol.md
@@ -27,12 +27,12 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents a symb
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|FontName|Required| **String**|The name of the font that contains the symbol.|
|CharIndex|Required| **Long**|The Unicode character for the specified symbol.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.LanguageID.md b/api/Publisher.TextRange.LanguageID.md
index 7daeb3890da..2c9b58c34b9 100644
--- a/api/Publisher.TextRange.LanguageID.md
+++ b/api/Publisher.TextRange.LanguageID.md
@@ -23,7 +23,7 @@ Returns or sets a **MsoLanguageID** constant that represents the language for t
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
MsoLanguageID
diff --git a/api/Publisher.TextRange.Lines.md b/api/Publisher.TextRange.Lines.md
index ecb54c290c0..180cc7b6b3e 100644
--- a/api/Publisher.TextRange.Lines.md
+++ b/api/Publisher.TextRange.Lines.md
@@ -27,12 +27,12 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents the sp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Start|Required| **Long**|The first line in the returned range.|
|Length|Optional| **Long**|The number of lines to be returned. Default is 1.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.LinesCount.md b/api/Publisher.TextRange.LinesCount.md
index 818e92cb94b..82f8da6cfd3 100644
--- a/api/Publisher.TextRange.LinesCount.md
+++ b/api/Publisher.TextRange.LinesCount.md
@@ -23,7 +23,7 @@ Returns the number of lines of text in the text range represented by the parent
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.TextRange.MajorityFont.md b/api/Publisher.TextRange.MajorityFont.md
index c102f7b3b06..04c6e7b6db5 100644
--- a/api/Publisher.TextRange.MajorityFont.md
+++ b/api/Publisher.TextRange.MajorityFont.md
@@ -23,7 +23,7 @@ Returns a **[Font](Publisher.Font.md)** object that represents the font name mo
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Font
diff --git a/api/Publisher.TextRange.MajorityParagraphFormat.md b/api/Publisher.TextRange.MajorityParagraphFormat.md
index 21838c79bd5..d61034136c1 100644
--- a/api/Publisher.TextRange.MajorityParagraphFormat.md
+++ b/api/Publisher.TextRange.MajorityParagraphFormat.md
@@ -23,7 +23,7 @@ Returns a **[ParagraphFormat](Publisher.ParagraphFormat.md)** object that repre
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
ParagraphFormat
diff --git a/api/Publisher.TextRange.Move.md b/api/Publisher.TextRange.Move.md
index 26369e92c3e..b5b21656285 100644
--- a/api/Publisher.TextRange.Move.md
+++ b/api/Publisher.TextRange.Move.md
@@ -27,12 +27,12 @@ Collapses the specified range to its start position or end position and then mov
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbTextUnit**|The unit by which the collapsed range or selection is to be moved.|
|Size|Required| **Long**|The number of units by which the specified range or selection is to be moved. If **Size** is a positive number, the object is collapsed to its end position and moved forward in the document by the specified number of units. If **Size** is a negative number, the object is collapsed to its start position and moved backward by the specified number of units. You can also control the collapse direction by using the **Collapse** method before using the **Move** method.|
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.TextRange.MoveEnd.md b/api/Publisher.TextRange.MoveEnd.md
index a0beceeb25e..6334777dad0 100644
--- a/api/Publisher.TextRange.MoveEnd.md
+++ b/api/Publisher.TextRange.MoveEnd.md
@@ -27,12 +27,12 @@ Moves the ending character position of a range. This method returns a **Long**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbTextUnit**|The unit by which the collapsed range or selection is to be moved.|
|Size|Required| **Long**|The number of units to move. If this number is positive, the ending character position is moved forward in the document. If this number is negative, the end is moved backward. If the ending position overtakes the starting position, the range collapses and both character positions move together.|
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.TextRange.MoveStart.md b/api/Publisher.TextRange.MoveStart.md
index f93c958c6f3..49134f31872 100644
--- a/api/Publisher.TextRange.MoveStart.md
+++ b/api/Publisher.TextRange.MoveStart.md
@@ -27,12 +27,12 @@ Moves the start position of the specified range. This method returns a **Long**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Unit|Required| **PbTextUnit**|The unit by which the collapsed range or selection is to be moved.|
|Size|Required| **Long**|The number of units to move. If this number is positive, the ending character position is moved forward in the document. If this number is negative, the end is moved backward. If the ending position overtakes the starting position, the range collapses and both character positions move together.|
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.TextRange.Paragraphs.md b/api/Publisher.TextRange.Paragraphs.md
index 7b7d4402a64..cf037e56e2b 100644
--- a/api/Publisher.TextRange.Paragraphs.md
+++ b/api/Publisher.TextRange.Paragraphs.md
@@ -27,12 +27,12 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents the sp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Start|Required| **Long**|The first paragraph in the returned range.|
|Length|Optional| **Long**|The number of paragraphs to be returned. Default is 1.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.ParagraphsCount.md b/api/Publisher.TextRange.ParagraphsCount.md
index 3a6368c529a..28a0e12a1dd 100644
--- a/api/Publisher.TextRange.ParagraphsCount.md
+++ b/api/Publisher.TextRange.ParagraphsCount.md
@@ -23,7 +23,7 @@ Returns the number of paragraphs of text in the text range represented by the pa
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.TextRange.Paste.md b/api/Publisher.TextRange.Paste.md
index 3b42123c27c..3f4061af88c 100644
--- a/api/Publisher.TextRange.Paste.md
+++ b/api/Publisher.TextRange.Paste.md
@@ -23,7 +23,7 @@ Pastes the text on the Clipboard into the specified text range, and returns a *
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.Script.md b/api/Publisher.TextRange.Script.md
index a258ffa95d0..5b4a0d79379 100644
--- a/api/Publisher.TextRange.Script.md
+++ b/api/Publisher.TextRange.Script.md
@@ -23,7 +23,7 @@ Returns a **PbFontScriptType** constant that represents the font script for a t
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
PbFontScriptType
diff --git a/api/Publisher.TextRange.Start.md b/api/Publisher.TextRange.Start.md
index d0b302e7e00..7ac466f1685 100644
--- a/api/Publisher.TextRange.Start.md
+++ b/api/Publisher.TextRange.Start.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** that represents the starting character position of a
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.TextRange.Words.md b/api/Publisher.TextRange.Words.md
index 08d7f76ad52..77c871ca3c0 100644
--- a/api/Publisher.TextRange.Words.md
+++ b/api/Publisher.TextRange.Words.md
@@ -27,12 +27,12 @@ Returns a **[TextRange](Publisher.TextRange.md)** object that represents the sp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Start|Required| **Long**|The first word in the returned range.|
|Length|Optional| **Long**|The number of words to be returned. Default is 1.|
-### Return Value
+### Return value
TextRange
diff --git a/api/Publisher.TextRange.WordsCount.md b/api/Publisher.TextRange.WordsCount.md
index 87e59746f51..61dd03e6b47 100644
--- a/api/Publisher.TextRange.WordsCount.md
+++ b/api/Publisher.TextRange.WordsCount.md
@@ -23,7 +23,7 @@ Returns the number of words in the text range represented by the parent **TextR
_expression_ A variable that represents a **TextRange** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.TextStyle.BaseStyle.md b/api/Publisher.TextStyle.BaseStyle.md
index f0ce6b7e907..7b2c4a24a3d 100644
--- a/api/Publisher.TextStyle.BaseStyle.md
+++ b/api/Publisher.TextStyle.BaseStyle.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the style upon which the formattin
_expression_ A variable that represents a **TextStyle** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.TextStyle.NextParagraphStyle.md b/api/Publisher.TextStyle.NextParagraphStyle.md
index 1da5817f693..e8dcf4be2af 100644
--- a/api/Publisher.TextStyle.NextParagraphStyle.md
+++ b/api/Publisher.TextStyle.NextParagraphStyle.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the paragraph style that follows t
_expression_ A variable that represents a **TextStyle** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.TextStyles.Add.md b/api/Publisher.TextStyles.Add.md
index 75b6a47a9d9..7f50666aec1 100644
--- a/api/Publisher.TextStyles.Add.md
+++ b/api/Publisher.TextStyles.Add.md
@@ -27,14 +27,14 @@ Adds a new **TextStyle** object to the specified **TextStyles** object and retu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|StyleName|Required| **String**|The name of the new text style. If the name matches an existing text style, the existing text style is overwritten.|
|BasedOn|Optional| **String**|The name of the text style on which the new text style is based. If the name does not match an existing text style, an error occurs.|
|Font|Optional| **Font**|The font settings to apply to the new text style.|
|ParagraphFormat|Optional| **ParagraphFormat**|The paragraph formatting to apply to the new text style.|
-### Return Value
+### Return value
TextStyle
diff --git a/api/Publisher.TextStyles.Item.md b/api/Publisher.TextStyles.Item.md
index 31226984db7..d8922341ede 100644
--- a/api/Publisher.TextStyles.Item.md
+++ b/api/Publisher.TextStyles.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
TextStyle
diff --git a/api/Publisher.ThreeDFormat.Depth.md b/api/Publisher.ThreeDFormat.Depth.md
index 5d4cc9daacd..c22a1109cce 100644
--- a/api/Publisher.ThreeDFormat.Depth.md
+++ b/api/Publisher.ThreeDFormat.Depth.md
@@ -23,7 +23,7 @@ Returns or sets a **Variant** indicating the depth of the shape's extrusion. Re
_expression_ A variable that represents a **ThreeDFormat** object.
-### Return Value
+### Return value
Variant
diff --git a/api/Publisher.ThreeDFormat.ExtrusionColor.md b/api/Publisher.ThreeDFormat.ExtrusionColor.md
index d339ed72480..1783715bb2e 100644
--- a/api/Publisher.ThreeDFormat.ExtrusionColor.md
+++ b/api/Publisher.ThreeDFormat.ExtrusionColor.md
@@ -23,7 +23,7 @@ Returns a **[ColorFormat](Publisher.ColorFormat.md)** object representing the c
_expression_ A variable that represents an **ThreeDFormat** object.
-### Return Value
+### Return value
ColorFormat
diff --git a/api/Publisher.ThreeDFormat.ExtrusionColorType.md b/api/Publisher.ThreeDFormat.ExtrusionColorType.md
index 1fe1838ea3c..6be9b887436 100644
--- a/api/Publisher.ThreeDFormat.ExtrusionColorType.md
+++ b/api/Publisher.ThreeDFormat.ExtrusionColorType.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoExtrusionColorType** constant indicating whether the ex
_expression_ A variable that represents an **ThreeDFormat** object.
-### Return Value
+### Return value
MsoExtrusionColorType
diff --git a/api/Publisher.ThreeDFormat.IncrementRotationX.md b/api/Publisher.ThreeDFormat.IncrementRotationX.md
index 47dd11d1fb6..463b13695ed 100644
--- a/api/Publisher.ThreeDFormat.IncrementRotationX.md
+++ b/api/Publisher.ThreeDFormat.IncrementRotationX.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the x-axis (horizontal) by th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Single**|Specifies by how many degrees to rotate the shape around the x-axis. Can be a value from - 90 through 90. A positive value tilts the shape up; a negative value tilts it down.|
diff --git a/api/Publisher.ThreeDFormat.IncrementRotationY.md b/api/Publisher.ThreeDFormat.IncrementRotationY.md
index c1ac78d583d..b9bf39d85f8 100644
--- a/api/Publisher.ThreeDFormat.IncrementRotationY.md
+++ b/api/Publisher.ThreeDFormat.IncrementRotationY.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the y-axis (vertical) by the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Increment|Required| **Single**|Specifies by how many degrees to rotate the shape around the y-axis. Can be a value from - 90 through 90. A positive value tilts the shape to the left; a negative value tilts it to the right.|
diff --git a/api/Publisher.ThreeDFormat.Perspective.md b/api/Publisher.ThreeDFormat.Perspective.md
index 9fc25a36487..ec2c61d9ded 100644
--- a/api/Publisher.ThreeDFormat.Perspective.md
+++ b/api/Publisher.ThreeDFormat.Perspective.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **ThreeDFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.ThreeDFormat.PresetExtrusionDirection.md b/api/Publisher.ThreeDFormat.PresetExtrusionDirection.md
index 02e73a1a3e3..acb18d626b9 100644
--- a/api/Publisher.ThreeDFormat.PresetExtrusionDirection.md
+++ b/api/Publisher.ThreeDFormat.PresetExtrusionDirection.md
@@ -23,7 +23,7 @@ Returns an **MsoPresetExtrusionDirection** constant that represents the directi
_expression_ A variable that represents a **ThreeDFormat** object.
-### Return Value
+### Return value
MsoPresetExtrusionDirection
diff --git a/api/Publisher.ThreeDFormat.PresetLightingDirection.md b/api/Publisher.ThreeDFormat.PresetLightingDirection.md
index 052fd0a4bae..31cf3b7d1be 100644
--- a/api/Publisher.ThreeDFormat.PresetLightingDirection.md
+++ b/api/Publisher.ThreeDFormat.PresetLightingDirection.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoPresetLightingDirection** constant that represents the
_expression_ A variable that represents a **ThreeDFormat** object.
-### Return Value
+### Return value
MsoPresetLightingDirection
diff --git a/api/Publisher.ThreeDFormat.PresetLightingSoftness.md b/api/Publisher.ThreeDFormat.PresetLightingSoftness.md
index aec9a5f1940..717bca6f797 100644
--- a/api/Publisher.ThreeDFormat.PresetLightingSoftness.md
+++ b/api/Publisher.ThreeDFormat.PresetLightingSoftness.md
@@ -23,7 +23,7 @@ Returns or sets a **MsoPresetLightingSoftness** constant that represents the in
_expression_ A variable that represents a **ThreeDFormat** object.
-### Return Value
+### Return value
MsoPresetLightingSoftness
diff --git a/api/Publisher.ThreeDFormat.PresetMaterial.md b/api/Publisher.ThreeDFormat.PresetMaterial.md
index 93319b2892a..c39a99960ee 100644
--- a/api/Publisher.ThreeDFormat.PresetMaterial.md
+++ b/api/Publisher.ThreeDFormat.PresetMaterial.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoPresetMaterial** constant that represents the extrusion
_expression_ A variable that represents a **ThreeDFormat** object.
-### Return Value
+### Return value
MsoPresetMaterial
diff --git a/api/Publisher.ThreeDFormat.PresetThreeDFormat.md b/api/Publisher.ThreeDFormat.PresetThreeDFormat.md
index 20ecc488b3e..898df2bee31 100644
--- a/api/Publisher.ThreeDFormat.PresetThreeDFormat.md
+++ b/api/Publisher.ThreeDFormat.PresetThreeDFormat.md
@@ -23,7 +23,7 @@ Returns an **MsoPresetThreeDFormat** constant that represents the preset extrus
_expression_ A variable that represents a **ThreeDFormat** object.
-### Return Value
+### Return value
MsoPresetThreeDFormat
diff --git a/api/Publisher.ThreeDFormat.RotationX.md b/api/Publisher.ThreeDFormat.RotationX.md
index 21880317163..df4f629ff43 100644
--- a/api/Publisher.ThreeDFormat.RotationX.md
+++ b/api/Publisher.ThreeDFormat.RotationX.md
@@ -23,7 +23,7 @@ Returns or sets the rotation of the extruded shape around the x-axis in degrees.
_expression_ A variable that represents a **ThreeDFormat** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ThreeDFormat.RotationY.md b/api/Publisher.ThreeDFormat.RotationY.md
index 1fb452e50ca..067be5d1b04 100644
--- a/api/Publisher.ThreeDFormat.RotationY.md
+++ b/api/Publisher.ThreeDFormat.RotationY.md
@@ -23,7 +23,7 @@ Returns or sets the rotation of the extruded shape around the y-axis, in degrees
_expression_ A variable that represents a **ThreeDFormat** object.
-### Return Value
+### Return value
Single
diff --git a/api/Publisher.ThreeDFormat.SetExtrusionDirection.md b/api/Publisher.ThreeDFormat.SetExtrusionDirection.md
index fe7ecc504a4..a19060b99ad 100644
--- a/api/Publisher.ThreeDFormat.SetExtrusionDirection.md
+++ b/api/Publisher.ThreeDFormat.SetExtrusionDirection.md
@@ -27,7 +27,7 @@ Sets the direction that the extrusion's sweep path takes away from the extruded
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PresetExtrusionDirection|Required| **MsoPresetExtrusionDirection**|Specifies the extrusion direction.|
diff --git a/api/Publisher.ThreeDFormat.SetThreeDFormat.md b/api/Publisher.ThreeDFormat.SetThreeDFormat.md
index 3038720f45f..5210947fade 100644
--- a/api/Publisher.ThreeDFormat.SetThreeDFormat.md
+++ b/api/Publisher.ThreeDFormat.SetThreeDFormat.md
@@ -27,7 +27,7 @@ Sets the preset extrusion format. Each preset extrusion format contains a set of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PresetThreeDFormat|Required| **MsoPresetThreeDFormat**|Specifies a preset extrusion format that corresponds to one of the options (numbered from left to right, from top to bottom) displayed when you click the **3-D** button on the **Drawing** toolbar.|
diff --git a/api/Publisher.View.ActivePage.md b/api/Publisher.View.ActivePage.md
index fbe666b4bfe..fbbadc51a73 100644
--- a/api/Publisher.View.ActivePage.md
+++ b/api/Publisher.View.ActivePage.md
@@ -23,7 +23,7 @@ Returns a **[Page](Publisher.Page.md)** object that represents the page current
_expression_ A variable that represents a **View** object.
-### Return Value
+### Return value
Page
diff --git a/api/Publisher.View.ScrollShapeIntoView.md b/api/Publisher.View.ScrollShapeIntoView.md
index 12b32e2abda..d80b2fed2b0 100644
--- a/api/Publisher.View.ScrollShapeIntoView.md
+++ b/api/Publisher.View.ScrollShapeIntoView.md
@@ -27,7 +27,7 @@ Scrolls the publication window so that the specified shape is displayed in the p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Shape|Required| **Shape**|The shape to scroll into view.|
diff --git a/api/Publisher.View.Zoom.md b/api/Publisher.View.Zoom.md
index 1e55618fbc2..e06e0ad7ce2 100644
--- a/api/Publisher.View.Zoom.md
+++ b/api/Publisher.View.Zoom.md
@@ -23,7 +23,7 @@ Returns or sets a **PbZoom** constant or a value between 10 and 400 indicating
_expression_ A variable that represents a **View** object.
-### Return Value
+### Return value
PbZoom
diff --git a/api/Publisher.WebCommandButton.ActionURL.md b/api/Publisher.WebCommandButton.ActionURL.md
index e2756346613..a63ef669a41 100644
--- a/api/Publisher.WebCommandButton.ActionURL.md
+++ b/api/Publisher.WebCommandButton.ActionURL.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the URL of the server-side script
_expression_ A variable that represents a **WebCommandButton** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebCommandButton.ButtonText.md b/api/Publisher.WebCommandButton.ButtonText.md
index 9d6e2d1245d..5b12975968c 100644
--- a/api/Publisher.WebCommandButton.ButtonText.md
+++ b/api/Publisher.WebCommandButton.ButtonText.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the text that appears on the face
_expression_ A variable that represents a **WebCommandButton** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebCommandButton.ButtonType.md b/api/Publisher.WebCommandButton.ButtonType.md
index 19e0cdcfcfc..14435a054d9 100644
--- a/api/Publisher.WebCommandButton.ButtonType.md
+++ b/api/Publisher.WebCommandButton.ButtonType.md
@@ -23,7 +23,7 @@ Returns or sets a **PbCommandButtonType** constant that indicates whether a Web
_expression_ A variable that represents a **WebCommandButton** object.
-### Return Value
+### Return value
PbCommandButtonType
diff --git a/api/Publisher.WebCommandButton.DataFileFormat.md b/api/Publisher.WebCommandButton.DataFileFormat.md
index f89734cc6ca..ed3ec2691b8 100644
--- a/api/Publisher.WebCommandButton.DataFileFormat.md
+++ b/api/Publisher.WebCommandButton.DataFileFormat.md
@@ -23,7 +23,7 @@ Sets or returns a **PbSubmitDataFormatType** constant that represents the forma
_expression_ A variable that represents a **WebCommandButton** object.
-### Return Value
+### Return value
PbSubmitDataFormatType
diff --git a/api/Publisher.WebCommandButton.DataFileName.md b/api/Publisher.WebCommandButton.DataFileName.md
index 66c08d7fc72..554cae2a215 100644
--- a/api/Publisher.WebCommandButton.DataFileName.md
+++ b/api/Publisher.WebCommandButton.DataFileName.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the name of the file in which to s
_expression_ A variable that represents a **WebCommandButton** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebCommandButton.DataRetrievalMethod.md b/api/Publisher.WebCommandButton.DataRetrievalMethod.md
index 90e706cb08e..183e8e9f461 100644
--- a/api/Publisher.WebCommandButton.DataRetrievalMethod.md
+++ b/api/Publisher.WebCommandButton.DataRetrievalMethod.md
@@ -23,7 +23,7 @@ Sets or returns a **PbSubmitDataRetrievalMethodType** that represents the way d
_expression_ A variable that represents a **WebCommandButton** object.
-### Return Value
+### Return value
PbSubmitDataRetrievalMethodType
diff --git a/api/Publisher.WebCommandButton.EmailAddress.md b/api/Publisher.WebCommandButton.EmailAddress.md
index fc2c87c6610..6eaf4c69899 100644
--- a/api/Publisher.WebCommandButton.EmailAddress.md
+++ b/api/Publisher.WebCommandButton.EmailAddress.md
@@ -23,7 +23,7 @@ Sets or returns a **String** representing the e-mail address to use when proces
_expression_ A variable that represents an **WebCommandButton** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebCommandButton.HiddenFields.md b/api/Publisher.WebCommandButton.HiddenFields.md
index 46daeafb4b9..3a35d47ed06 100644
--- a/api/Publisher.WebCommandButton.HiddenFields.md
+++ b/api/Publisher.WebCommandButton.HiddenFields.md
@@ -23,7 +23,7 @@ Returns a **WebHiddenFields** object that represents hidden Web fields attached
_expression_ A variable that represents a **WebCommandButton** object.
-### Return Value
+### Return value
WebHiddenFields
diff --git a/api/Publisher.WebCommandButton.PostFormData.md b/api/Publisher.WebCommandButton.PostFormData.md
index 0dde5d20f2a..620ed5c57d6 100644
--- a/api/Publisher.WebCommandButton.PostFormData.md
+++ b/api/Publisher.WebCommandButton.PostFormData.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant indicating whether the specified We
_expression_ A variable that represents a **WebCommandButton** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.WebHiddenFields.Add.md b/api/Publisher.WebHiddenFields.Add.md
index 01225340a07..ffd0b7dd800 100644
--- a/api/Publisher.WebHiddenFields.Add.md
+++ b/api/Publisher.WebHiddenFields.Add.md
@@ -27,12 +27,12 @@ Adds a new hidden field to a Web form and returns a **Long** indicating the num
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Name|Required| **String**|The name of the new field.|
|Value|Required| **String**|The value of the new field.|
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.WebHiddenFields.Delete.md b/api/Publisher.WebHiddenFields.Delete.md
index e39367e5be2..702d62e4e07 100644
--- a/api/Publisher.WebHiddenFields.Delete.md
+++ b/api/Publisher.WebHiddenFields.Delete.md
@@ -27,7 +27,7 @@ Deletes the specified hidden Web field or Web list box item object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the Web field or list box item to delete.|
diff --git a/api/Publisher.WebHiddenFields.Item.md b/api/Publisher.WebHiddenFields.Item.md
index 613ce50fa5b..eae3780812c 100644
--- a/api/Publisher.WebHiddenFields.Item.md
+++ b/api/Publisher.WebHiddenFields.Item.md
@@ -27,11 +27,11 @@ Returns a **String** corresponding to the value of a hidden field in a Web form
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebHiddenFields.Name.md b/api/Publisher.WebHiddenFields.Name.md
index 80be18ab731..6977df721d6 100644
--- a/api/Publisher.WebHiddenFields.Name.md
+++ b/api/Publisher.WebHiddenFields.Name.md
@@ -27,11 +27,11 @@ Returns a **String** that represents the name of a hidden Web field for a Web c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The index number of the hidden field.|
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebListBox.ListBoxItems.md b/api/Publisher.WebListBox.ListBoxItems.md
index 324415bc51d..6a41c2f2625 100644
--- a/api/Publisher.WebListBox.ListBoxItems.md
+++ b/api/Publisher.WebListBox.ListBoxItems.md
@@ -23,7 +23,7 @@ Returns a **[WebListBoxItems](Publisher.WebListBoxItems.md)** object that repre
_expression_ A variable that represents a **WebListBox** object.
-### Return Value
+### Return value
WebListBoxItems
diff --git a/api/Publisher.WebListBox.MultiSelect.md b/api/Publisher.WebListBox.MultiSelect.md
index 07f1ada2c82..6b3bea64eca 100644
--- a/api/Publisher.WebListBox.MultiSelect.md
+++ b/api/Publisher.WebListBox.MultiSelect.md
@@ -23,7 +23,7 @@ Specifies whether a user may select more than one item in a Web list box control
_expression_ A variable that represents a **WebListBox** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.WebListBoxItems.AddItem.md b/api/Publisher.WebListBoxItems.AddItem.md
index 2cecb39f124..a5494ee2ea7 100644
--- a/api/Publisher.WebListBoxItems.AddItem.md
+++ b/api/Publisher.WebListBoxItems.AddItem.md
@@ -27,7 +27,7 @@ Adds list items to a Web list box control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Item|Required| **String**|The name of the item as it appears in the list.|
|Index|Optional| **Long**|The number of the list item. If Index is not specified or it is out of range of the indices of existing list box items, the new item will be added to the end of the list box. Otherwise the new item will be inserted at the position specified by Index and the index position of all items after it will be increased by one.|
diff --git a/api/Publisher.WebListBoxItems.Delete.md b/api/Publisher.WebListBoxItems.Delete.md
index 8e37f5fff85..3d9c06f7cf9 100644
--- a/api/Publisher.WebListBoxItems.Delete.md
+++ b/api/Publisher.WebListBoxItems.Delete.md
@@ -27,7 +27,7 @@ Deletes the specified hidden Web field or Web list box item object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the Web field or list box item to delete.|
diff --git a/api/Publisher.WebListBoxItems.Item.md b/api/Publisher.WebListBoxItems.Item.md
index a7b6c20d05c..c7ce5191eed 100644
--- a/api/Publisher.WebListBoxItems.Item.md
+++ b/api/Publisher.WebListBoxItems.Item.md
@@ -27,11 +27,11 @@ Returns a **String** corresponding to the value of a hidden field in a Web form
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebListBoxItems.Selected.md b/api/Publisher.WebListBoxItems.Selected.md
index a31a2b9a796..06eb16605b1 100644
--- a/api/Publisher.WebListBoxItems.Selected.md
+++ b/api/Publisher.WebListBoxItems.Selected.md
@@ -27,7 +27,7 @@ Selects or cancels the selection of an item in a Web list box control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**|The number of the Web list box item.|
|SelectState|Required| **Boolean**| **True** to select the list item.|
diff --git a/api/Publisher.WebNavigationBarHyperlinks.Add.md b/api/Publisher.WebNavigationBarHyperlinks.Add.md
index d999fd44f86..5c243e888b8 100644
--- a/api/Publisher.WebNavigationBarHyperlinks.Add.md
+++ b/api/Publisher.WebNavigationBarHyperlinks.Add.md
@@ -27,7 +27,7 @@ Adds a new **Hyperlink** object to the specified **WebNavigationBarHyperlinks**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Address|Optional| **String**|The address of the new hyperlink. If RelativePage is **pbHlinkTargetTypeURL** (default) or **pbHlinkTargetTypeEmail**, Address must be specified or an error occurs.|
|RelativePage|Optional| **PbHlinkTargetType**|The type of hyperlink to add.|
@@ -35,7 +35,7 @@ Adds a new **Hyperlink** object to the specified **WebNavigationBarHyperlinks**
|TextToDisplay|Optional| **String**|The display text of the new hyperlink. |
|Index|Optional| **Long**|The index of the new **Hyperlink** object in the **WebNavigationBarHyperlinks** collection.|
-### Return Value
+### Return value
Hyperlink
diff --git a/api/Publisher.WebNavigationBarHyperlinks.Item.md b/api/Publisher.WebNavigationBarHyperlinks.Item.md
index 0255e4eaafd..ed217289f5a 100644
--- a/api/Publisher.WebNavigationBarHyperlinks.Item.md
+++ b/api/Publisher.WebNavigationBarHyperlinks.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Long**| **Variant**. The number or name of the field or list box item to return.|
-### Return Value
+### Return value
Hyperlink
diff --git a/api/Publisher.WebNavigationBarSet.AddToEveryPage.md b/api/Publisher.WebNavigationBarSet.AddToEveryPage.md
index 7ae26dd7007..3a518dad25e 100644
--- a/api/Publisher.WebNavigationBarSet.AddToEveryPage.md
+++ b/api/Publisher.WebNavigationBarSet.AddToEveryPage.md
@@ -27,13 +27,13 @@ Adds a **ShapeRange** of type **pbWebNavigationBar** to each page of the curren
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Left|Required| **Variant**|The position of the left edge of the shape representing the Web navigation bar set.|
|Top|Required| **Variant**|The position of the top edge of the shape representing the Web navigation bar set.|
|Width|Optional| **Variant**|The width of the shape representing the Web navigation bar set.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Publisher.WebNavigationBarSet.AutoUpdate.md b/api/Publisher.WebNavigationBarSet.AutoUpdate.md
index bbe9177911f..6f230445690 100644
--- a/api/Publisher.WebNavigationBarSet.AutoUpdate.md
+++ b/api/Publisher.WebNavigationBarSet.AutoUpdate.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **WebNavigationBarSet** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebNavigationBarSet.ButtonStyle.md b/api/Publisher.WebNavigationBarSet.ButtonStyle.md
index a6a25eaf8dc..263849b9af6 100644
--- a/api/Publisher.WebNavigationBarSet.ButtonStyle.md
+++ b/api/Publisher.WebNavigationBarSet.ButtonStyle.md
@@ -23,7 +23,7 @@ Sets or returns a **PbWizardNavBarButtonStyle** constant that represents the st
_expression_ A variable that represents a **WebNavigationBarSet** object.
-### Return Value
+### Return value
PbWizardNavBarButtonStyle
diff --git a/api/Publisher.WebNavigationBarSet.ChangeOrientation.md b/api/Publisher.WebNavigationBarSet.ChangeOrientation.md
index b32d0ef7722..0be87b3d7df 100644
--- a/api/Publisher.WebNavigationBarSet.ChangeOrientation.md
+++ b/api/Publisher.WebNavigationBarSet.ChangeOrientation.md
@@ -27,7 +27,7 @@ Sets a **PbNavBarOrientation** constant that represents the alignment of the na
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Orientation|Required| **PbNavBarOrientation**|
diff --git a/api/Publisher.WebNavigationBarSet.Design.md b/api/Publisher.WebNavigationBarSet.Design.md
index 53ea0bdc5dd..4c06c5cba4d 100644
--- a/api/Publisher.WebNavigationBarSet.Design.md
+++ b/api/Publisher.WebNavigationBarSet.Design.md
@@ -23,7 +23,7 @@ Sets or returns a **PbWizardNavBarDesign** constant representing the design of
_expression_ A variable that represents a **WebNavigationBarSet** object.
-### Return Value
+### Return value
PbWizardNavBarDesign
diff --git a/api/Publisher.WebNavigationBarSet.HorizontalAlignment.md b/api/Publisher.WebNavigationBarSet.HorizontalAlignment.md
index 1e7ee481a7c..ce471f60bcd 100644
--- a/api/Publisher.WebNavigationBarSet.HorizontalAlignment.md
+++ b/api/Publisher.WebNavigationBarSet.HorizontalAlignment.md
@@ -23,7 +23,7 @@ Sets or returns a **PbWizardNavBarAlignment** constant that represents the hori
_expression_ A variable that represents a **WebNavigationBarSet** object.
-### Return Value
+### Return value
PbWizardNavBarAlignment
diff --git a/api/Publisher.WebNavigationBarSet.HorizontalButtonCount.md b/api/Publisher.WebNavigationBarSet.HorizontalButtonCount.md
index 55429406bf7..2fcdc7f9f55 100644
--- a/api/Publisher.WebNavigationBarSet.HorizontalButtonCount.md
+++ b/api/Publisher.WebNavigationBarSet.HorizontalButtonCount.md
@@ -23,7 +23,7 @@ Sets or returns a **Long** representing the number of buttons in each row of bu
_expression_ A variable that represents a **WebNavigationBarSet** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.WebNavigationBarSet.IsHorizontal.md b/api/Publisher.WebNavigationBarSet.IsHorizontal.md
index 9000d66096a..41459c27ec1 100644
--- a/api/Publisher.WebNavigationBarSet.IsHorizontal.md
+++ b/api/Publisher.WebNavigationBarSet.IsHorizontal.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **WebNavigationBarSet** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebNavigationBarSet.Links.md b/api/Publisher.WebNavigationBarSet.Links.md
index e5b911013b7..0e261d7cbad 100644
--- a/api/Publisher.WebNavigationBarSet.Links.md
+++ b/api/Publisher.WebNavigationBarSet.Links.md
@@ -23,7 +23,7 @@ Returns a **WebNavigationBarHyperlinks** collection containing all of the hyper
_expression_ A variable that represents a **WebNavigationBarSet** object.
-### Return Value
+### Return value
WebNavigationBarHyperlinks
diff --git a/api/Publisher.WebNavigationBarSet.Name.md b/api/Publisher.WebNavigationBarSet.Name.md
index 80aaddd2971..ce6c977a9de 100644
--- a/api/Publisher.WebNavigationBarSet.Name.md
+++ b/api/Publisher.WebNavigationBarSet.Name.md
@@ -23,7 +23,7 @@ Indicates the name of the specified Web navigation bar set. Read/write.
_expression_An expression that returns a **WebNavigationBarSet** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebNavigationBarSet.ShowSelected.md b/api/Publisher.WebNavigationBarSet.ShowSelected.md
index 35044658641..c0277c75c01 100644
--- a/api/Publisher.WebNavigationBarSet.ShowSelected.md
+++ b/api/Publisher.WebNavigationBarSet.ShowSelected.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a **WebNavigationBarSet** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebNavigationBarSets.AddSet.md b/api/Publisher.WebNavigationBarSets.AddSet.md
index 79041d8a251..edf0625ad2a 100644
--- a/api/Publisher.WebNavigationBarSets.AddSet.md
+++ b/api/Publisher.WebNavigationBarSets.AddSet.md
@@ -27,13 +27,13 @@ Adds a new **WebNavigationBarSet** object representing a Web navigation bar set
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Name|Required| **String**|The name of the Web navigation bar to be added. This parameter must be unique.|
|Design|Optional| **PbWizardNavBarDesign**|Specifies the navigation bar design scheme.|
|AutoUpdate|Optional| **Boolean**| **True** if all pages with the **AddHyperlinkToWebNavBar** property set to **True**are added as links to the navigation bar and the navigation bar is kept updated.|
-### Return Value
+### Return value
WebNavigationBarSet
diff --git a/api/Publisher.WebNavigationBarSets.Item.md b/api/Publisher.WebNavigationBarSets.Item.md
index 41fdce8bb42..66bbb8ccd83 100644
--- a/api/Publisher.WebNavigationBarSets.Item.md
+++ b/api/Publisher.WebNavigationBarSets.Item.md
@@ -27,11 +27,11 @@ Returns an individual object in a specified collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Index|Required| **Variant**|The number or name of the field or list box item to return.|
-### Return Value
+### Return value
WebNavigationBarSet
diff --git a/api/Publisher.WebOptions.AlwaysSaveInDefaultEncoding.md b/api/Publisher.WebOptions.AlwaysSaveInDefaultEncoding.md
index 5340beb5d12..6866ba91028 100644
--- a/api/Publisher.WebOptions.AlwaysSaveInDefaultEncoding.md
+++ b/api/Publisher.WebOptions.AlwaysSaveInDefaultEncoding.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that specifies whether Web pages within a W
_expression_ A variable that represents a **WebOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebOptions.EmailAsImg.md b/api/Publisher.WebOptions.EmailAsImg.md
index 836086aa32f..1a50812e363 100644
--- a/api/Publisher.WebOptions.EmailAsImg.md
+++ b/api/Publisher.WebOptions.EmailAsImg.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **WebOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebOptions.EnableIncrementalUpload.md b/api/Publisher.WebOptions.EnableIncrementalUpload.md
index a06e2a07514..5e0c2ab9f12 100644
--- a/api/Publisher.WebOptions.EnableIncrementalUpload.md
+++ b/api/Publisher.WebOptions.EnableIncrementalUpload.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that specifies whether changes made to a We
_expression_ A variable that represents an **WebOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebOptions.Encoding.md b/api/Publisher.WebOptions.Encoding.md
index c84856a524f..7d95ba0482d 100644
--- a/api/Publisher.WebOptions.Encoding.md
+++ b/api/Publisher.WebOptions.Encoding.md
@@ -23,7 +23,7 @@ Returns an **MsoEncoding** constant that specifies the encoding of the Web publ
_expression_ A variable that represents an **WebOptions** object.
-### Return Value
+### Return value
MsoEncoding
diff --git a/api/Publisher.WebOptions.OrganizeInFolder.md b/api/Publisher.WebOptions.OrganizeInFolder.md
index 8f363052fe9..d503d62f0c9 100644
--- a/api/Publisher.WebOptions.OrganizeInFolder.md
+++ b/api/Publisher.WebOptions.OrganizeInFolder.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that specifies whether a Web publication wi
_expression_ A variable that represents an **WebOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebOptions.RelyOnVML.md b/api/Publisher.WebOptions.RelyOnVML.md
index 632a5ebae5d..529216be5bc 100644
--- a/api/Publisher.WebOptions.RelyOnVML.md
+++ b/api/Publisher.WebOptions.RelyOnVML.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that specifies whether image files are gene
_expression_ A variable that represents a **WebOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebOptions.ShowOnlyWebFonts.md b/api/Publisher.WebOptions.ShowOnlyWebFonts.md
index bcb3c390d70..987155381e1 100644
--- a/api/Publisher.WebOptions.ShowOnlyWebFonts.md
+++ b/api/Publisher.WebOptions.ShowOnlyWebFonts.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that specifies whether only Web-safe fonts a
_expression_ A variable that represents a **WebOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebPageOptions.BackgroundSound.md b/api/Publisher.WebPageOptions.BackgroundSound.md
index ff1fe06b507..16b1b41f55e 100644
--- a/api/Publisher.WebPageOptions.BackgroundSound.md
+++ b/api/Publisher.WebPageOptions.BackgroundSound.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that specifies the path to a sound file that is pl
_expression_ A variable that represents a **WebPageOptions** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebPageOptions.BackgroundSoundLoopCount.md b/api/Publisher.WebPageOptions.BackgroundSoundLoopCount.md
index 8ae73192251..bfb5777b926 100644
--- a/api/Publisher.WebPageOptions.BackgroundSoundLoopCount.md
+++ b/api/Publisher.WebPageOptions.BackgroundSoundLoopCount.md
@@ -23,7 +23,7 @@ Returns a **Long** value that specifies the number of times the background soun
_expression_ A variable that represents a **WebPageOptions** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.WebPageOptions.BackgroundSoundLoopForever.md b/api/Publisher.WebPageOptions.BackgroundSoundLoopForever.md
index 4225eb85071..db5e6a2cdc8 100644
--- a/api/Publisher.WebPageOptions.BackgroundSoundLoopForever.md
+++ b/api/Publisher.WebPageOptions.BackgroundSoundLoopForever.md
@@ -23,7 +23,7 @@ Returns a **Boolean** value that specifies whether the background sound attache
_expression_ A variable that represents a **WebPageOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebPageOptions.IncludePageOnNewWebNavigationBars.md b/api/Publisher.WebPageOptions.IncludePageOnNewWebNavigationBars.md
index d5979c09537..6472c9bb674 100644
--- a/api/Publisher.WebPageOptions.IncludePageOnNewWebNavigationBars.md
+++ b/api/Publisher.WebPageOptions.IncludePageOnNewWebNavigationBars.md
@@ -23,7 +23,7 @@ Returns or sets a **Boolean** value that specifies whether a link to a Web page
_expression_ A variable that represents an **WebPageOptions** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WebPageOptions.Keywords.md b/api/Publisher.WebPageOptions.Keywords.md
index 9ede90190d4..2a6d9b73ae0 100644
--- a/api/Publisher.WebPageOptions.Keywords.md
+++ b/api/Publisher.WebPageOptions.Keywords.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the keywords for a Web page within
_expression_ A variable that represents a **WebPageOptions** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebPageOptions.PublishFileName.md b/api/Publisher.WebPageOptions.PublishFileName.md
index 83a88b0fffb..39924eb06a3 100644
--- a/api/Publisher.WebPageOptions.PublishFileName.md
+++ b/api/Publisher.WebPageOptions.PublishFileName.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the file name of a Web page (withi
_expression_ A variable that represents a **WebPageOptions** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebPageOptions.SetBackgroundSoundRepeat.md b/api/Publisher.WebPageOptions.SetBackgroundSoundRepeat.md
index 8c9e3631f62..0da5941489a 100644
--- a/api/Publisher.WebPageOptions.SetBackgroundSoundRepeat.md
+++ b/api/Publisher.WebPageOptions.SetBackgroundSoundRepeat.md
@@ -27,7 +27,7 @@ Specifies whether the background sound attached to a Web page should be played i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|RepeatForever|Required| **Boolean**|Specifies whether the background sound should be played infinitely. The value of this parameter is used to populate the value of the ** [BackgroundSoundLoopForever Property](Publisher.WebPageOptions.BackgroundSoundLoopForever.md)** property.|
|RepeatTimes|Optional| **Long**|Specifies how many times the background sound should be played. The value of this parameter is used to populate the value of the ** [BackgroundSoundLoopCount Property](Publisher.WebPageOptions.BackgroundSoundLoopCount.md)** property.|
diff --git a/api/Publisher.WebTextBox.DefaultText.md b/api/Publisher.WebTextBox.DefaultText.md
index b931c55888e..2124b57661b 100644
--- a/api/Publisher.WebTextBox.DefaultText.md
+++ b/api/Publisher.WebTextBox.DefaultText.md
@@ -23,7 +23,7 @@ Returns or sets a **String** that represents the default text in a Web text box
_expression_ A variable that represents a **WebTextBox** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.WebTextBox.EchoAsterisks.md b/api/Publisher.WebTextBox.EchoAsterisks.md
index bd2ba8e5ab6..f3b8861c372 100644
--- a/api/Publisher.WebTextBox.EchoAsterisks.md
+++ b/api/Publisher.WebTextBox.EchoAsterisks.md
@@ -23,7 +23,7 @@ Specifies whether asterisks should be displayed in place of text that is entered
_expression_ A variable that represents an **WebTextBox** object.
-### Return Value
+### Return value
MsoTrue
diff --git a/api/Publisher.WebTextBox.Limit.md b/api/Publisher.WebTextBox.Limit.md
index bcaca48936f..38a0d257dbb 100644
--- a/api/Publisher.WebTextBox.Limit.md
+++ b/api/Publisher.WebTextBox.Limit.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** that represents the maximum number of characters tha
_expression_ A variable that represents a **WebTextBox** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.WebTextBox.RequiredControl.md b/api/Publisher.WebTextBox.RequiredControl.md
index 41cd0cbb8e4..f86e4d70451 100644
--- a/api/Publisher.WebTextBox.RequiredControl.md
+++ b/api/Publisher.WebTextBox.RequiredControl.md
@@ -23,7 +23,7 @@ Specifies whether an entry into a Web text box control is required. Read/write.
_expression_ A variable that represents a **WebTextBox** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.Window.Activate.md b/api/Publisher.Window.Activate.md
index dc105181c9d..be5fb5df4a6 100644
--- a/api/Publisher.Window.Activate.md
+++ b/api/Publisher.Window.Activate.md
@@ -23,7 +23,7 @@ Activates a window or OLE object.
_expression_ A variable that represents a **Window** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Publisher.Window.Caption.md b/api/Publisher.Window.Caption.md
index 8cfd1285089..8b43f490cfa 100644
--- a/api/Publisher.Window.Caption.md
+++ b/api/Publisher.Window.Caption.md
@@ -23,7 +23,7 @@ Returns or sets a **String** indicating the caption at the top of the Microsoft
_expression_ A variable that represents a **Window** object.
-### Return Value
+### Return value
String
diff --git a/api/Publisher.Window.Hwnd.md b/api/Publisher.Window.Hwnd.md
index 63d6c52a918..5af2436ead2 100644
--- a/api/Publisher.Window.Hwnd.md
+++ b/api/Publisher.Window.Hwnd.md
@@ -23,7 +23,7 @@ Returns a **Long** indicating the handle to the Microsoft Publisher application
_expression_ A variable that represents a **Window** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.Window.Move.md b/api/Publisher.Window.Move.md
index e7aa6c95a40..0124ce9f55a 100644
--- a/api/Publisher.Window.Move.md
+++ b/api/Publisher.Window.Move.md
@@ -27,7 +27,7 @@ Moves the active document window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Left|Required| **Long**|The horizontal screen position of the specified window.|
|Top|Required| **Long**|The vertical screen position of the specified window.|
diff --git a/api/Publisher.Window.Resize.md b/api/Publisher.Window.Resize.md
index 6b453973a97..3cc5acee907 100644
--- a/api/Publisher.Window.Resize.md
+++ b/api/Publisher.Window.Resize.md
@@ -27,7 +27,7 @@ Sizes the Microsoft Publisher application window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Width|Required| **Long**|The width of the window, in points.|
|Height|Required| **Long**|The height of the window, in points.|
diff --git a/api/Publisher.Window.WindowState.md b/api/Publisher.Window.WindowState.md
index f68e1b511e5..4a566b76732 100644
--- a/api/Publisher.Window.WindowState.md
+++ b/api/Publisher.Window.WindowState.md
@@ -23,7 +23,7 @@ Returns or sets a **PbWindowState** constant indicating the state of the Micros
_expression_ A variable that represents a **Window** object.
-### Return Value
+### Return value
PbWindowState
diff --git a/api/Publisher.Wizard.Properties.md b/api/Publisher.Wizard.Properties.md
index 16510322f21..58b69da5ecb 100644
--- a/api/Publisher.Wizard.Properties.md
+++ b/api/Publisher.Wizard.Properties.md
@@ -23,7 +23,7 @@ Returns a **[WizardProperties](Publisher.WizardProperties.md)** collection repr
_expression_ A variable that represents a **Wizard** object.
-### Return Value
+### Return value
WizardProperties
diff --git a/api/Publisher.Wizard.SetId.md b/api/Publisher.Wizard.SetId.md
index 1a0fd463a22..82c66dd3e88 100644
--- a/api/Publisher.Wizard.SetId.md
+++ b/api/Publisher.Wizard.SetId.md
@@ -27,7 +27,7 @@ Specifies the type of the wizard (template) to which to convert the current publ
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ID|Required| **Long**|ID of the wizard (template) to which to convert the current publication.|
diff --git a/api/Publisher.WizardProperties.FindPropertyById.md b/api/Publisher.WizardProperties.FindPropertyById.md
index e0aa196891d..78418e7d5ad 100644
--- a/api/Publisher.WizardProperties.FindPropertyById.md
+++ b/api/Publisher.WizardProperties.FindPropertyById.md
@@ -27,11 +27,11 @@ Returns a **[WizardProperty](Publisher.WizardProperty.md)** object, based on th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ID|Required| **Long**|The ID of the the wizard property to return; corresponds to the **[ID](Publisher.WizardProperty.ID.md)** property of the **WizardProperty** object.|
-### Return Value
+### Return value
WizardProperty
diff --git a/api/Publisher.WizardProperties.Item.md b/api/Publisher.WizardProperties.Item.md
index 76fc9b85569..2c73cfefad7 100644
--- a/api/Publisher.WizardProperties.Item.md
+++ b/api/Publisher.WizardProperties.Item.md
@@ -27,7 +27,7 @@ Returns an individual object from a specified collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Item|Required| **Long**|The number of the object to return.|
diff --git a/api/Publisher.WizardProperty.CurrentValueId.md b/api/Publisher.WizardProperty.CurrentValueId.md
index dad7548a9b3..a49d7ba2c71 100644
--- a/api/Publisher.WizardProperty.CurrentValueId.md
+++ b/api/Publisher.WizardProperty.CurrentValueId.md
@@ -23,7 +23,7 @@ Returns or sets a **Long** indicating the value of a setting in the specified p
_expression_ A variable that represents a **WizardProperty** object.
-### Return Value
+### Return value
Long
diff --git a/api/Publisher.WizardProperty.Enabled.md b/api/Publisher.WizardProperty.Enabled.md
index 8d3c1229459..6bbed62e1c4 100644
--- a/api/Publisher.WizardProperty.Enabled.md
+++ b/api/Publisher.WizardProperty.Enabled.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents an **WizardProperty** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Publisher.WizardProperty.Values.md b/api/Publisher.WizardProperty.Values.md
index 990114de1a0..94bab8419fd 100644
--- a/api/Publisher.WizardProperty.Values.md
+++ b/api/Publisher.WizardProperty.Values.md
@@ -23,7 +23,7 @@ Returns a **[WizardValues](Publisher.WizardValues.md)** collection representing
_expression_ A variable that represents a **WizardProperty** object.
-### Return Value
+### Return value
WizardValues
diff --git a/api/Publisher.WizardValues.Item.md b/api/Publisher.WizardValues.Item.md
index e32dd4a9cce..c9089c31dc7 100644
--- a/api/Publisher.WizardValues.Item.md
+++ b/api/Publisher.WizardValues.Item.md
@@ -27,7 +27,7 @@ Returns an individual object from a specified collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Item|Required| **Long**|The number of the object to return.|
diff --git a/api/Publisher.WrapFormat.DistanceAuto.md b/api/Publisher.WrapFormat.DistanceAuto.md
index c38a0fbb5cf..b486687c56e 100644
--- a/api/Publisher.WrapFormat.DistanceAuto.md
+++ b/api/Publisher.WrapFormat.DistanceAuto.md
@@ -23,7 +23,7 @@ Returns or sets an **MsoTriState** constant indicating whether an appropriate d
_expression_ A variable that represents a **WrapFormat** object.
-### Return Value
+### Return value
MsoTriState
diff --git a/api/Publisher.WrapFormat.Side.md b/api/Publisher.WrapFormat.Side.md
index 8d3a74230f7..e162be87ca1 100644
--- a/api/Publisher.WrapFormat.Side.md
+++ b/api/Publisher.WrapFormat.Side.md
@@ -23,7 +23,7 @@ Returns or sets a **PbWrapSideType** constant that indicates whether text shoul
_expression_ A variable that represents a **WrapFormat** object.
-### Return Value
+### Return value
PbWrapSideType
diff --git a/api/Publisher.application.captionstyles.md b/api/Publisher.application.captionstyles.md
index 634f96b987a..9d796995c16 100644
--- a/api/Publisher.application.captionstyles.md
+++ b/api/Publisher.application.captionstyles.md
@@ -21,7 +21,7 @@ Returns a **[CaptionStyles](Publisher.Documents.md)** collection that represent
_expression_ A variable that represents a **Application** object.
-### Return Value
+### Return value
**CaptionStyles**
diff --git a/api/Publisher.document.availablebuildingblocks.md b/api/Publisher.document.availablebuildingblocks.md
index ec72a3f5692..a290b0dd916 100644
--- a/api/Publisher.document.availablebuildingblocks.md
+++ b/api/Publisher.document.availablebuildingblocks.md
@@ -21,7 +21,7 @@ Returns the available members of the **[BuildingBlocks](Publisher.BuildingBlock
_expression_ A variable that represents a **Document** object.
-### Return Value
+### Return value
**BuildingBlocks**
diff --git a/api/Publisher.font.strikethrough.md b/api/Publisher.font.strikethrough.md
index 2c1ec1c212e..82888ed0028 100644
--- a/api/Publisher.font.strikethrough.md
+++ b/api/Publisher.font.strikethrough.md
@@ -21,7 +21,7 @@ Returns or sets an **MsoTriState** constant that represents the state of the **
_expression_ A variable that represents a **Font** object.
-### Return Value
+### Return value
**MsoTriState**
diff --git a/api/Publisher.lineformat.presetgradient.md b/api/Publisher.lineformat.presetgradient.md
index 0f2fdab08c8..1bfc5ca2f94 100644
--- a/api/Publisher.lineformat.presetgradient.md
+++ b/api/Publisher.lineformat.presetgradient.md
@@ -30,7 +30,7 @@ ms.date: 06/08/2017
|PresetGradientType|Required|MSOPRESETGRADIENTTYPE||
|Name|Required/Optional|Data type|Description|
-### Return Value
+### Return value
**VOID**
diff --git a/api/Publisher.pbEmailMergePriority.md b/api/Publisher.pbEmailMergePriority.md
index 5aff3fe17b9..6966a23da2d 100644
--- a/api/Publisher.pbEmailMergePriority.md
+++ b/api/Publisher.pbEmailMergePriority.md
@@ -17,7 +17,7 @@ Constants for merged e-mail message priority passed to and returned by the ** [
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPriorityHigh**|1|High priority|
| **pbPriorityLow**|2|Low priority|
diff --git a/api/Publisher.pbbuildingblockgallery.md b/api/Publisher.pbbuildingblockgallery.md
index 10f0bbbca0a..1c075ea3171 100644
--- a/api/Publisher.pbbuildingblockgallery.md
+++ b/api/Publisher.pbbuildingblockgallery.md
@@ -15,7 +15,7 @@ Constants that represent galleries of building blocks.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbBBGalAccents**|1|Borders &; Accents gallery|
| **pbBBGalAdvertisements**|0|Advertisements gallery|
diff --git a/api/Publisher.pbbuildingblocktype.md b/api/Publisher.pbbuildingblocktype.md
index 15dc6acb1e8..06d49645bd6 100644
--- a/api/Publisher.pbbuildingblocktype.md
+++ b/api/Publisher.pbbuildingblocktype.md
@@ -15,7 +15,7 @@ Constants that represent building block types.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbBBBuiltIn**|1|Built-in type|
| **pbBBDownloaded**|2|Downloaded type|
diff --git a/api/Publisher.pbcanvasarrangementtype.md b/api/Publisher.pbcanvasarrangementtype.md
index 612e9e6c148..6740b9e581f 100644
--- a/api/Publisher.pbcanvasarrangementtype.md
+++ b/api/Publisher.pbcanvasarrangementtype.md
@@ -12,7 +12,7 @@ Constants passed to and returned by the ** [Shapes.CanvasArrangementType](Publi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbCanvasArrangementTypeColsCanvas**|1|Canvas arranged into columns.|
| **pbCanvasArrangementTypeOneCanvas**|0|Canvas arranged as a single unit.|
diff --git a/api/Publisher.pbcatalogmergefieldtype.md b/api/Publisher.pbcatalogmergefieldtype.md
index d5617fe5fb5..5ab555ea853 100644
--- a/api/Publisher.pbcatalogmergefieldtype.md
+++ b/api/Publisher.pbcatalogmergefieldtype.md
@@ -15,7 +15,7 @@ Represents the type of catalog merge field.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbCatalogMergeFieldTypeText**|0|Text field.|
| **pbCatalogMergeFieldTypePicture**|1|Picture field.|
diff --git a/api/Publisher.pbligaturepresettype.md b/api/Publisher.pbligaturepresettype.md
index 4ba9f406303..ee85e4357e8 100644
--- a/api/Publisher.pbligaturepresettype.md
+++ b/api/Publisher.pbligaturepresettype.md
@@ -15,7 +15,7 @@ Constants passed to and returned by the ** [Font.Ligature](Publisher.font.ligat
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbLigatureAll**|3|Ligature applied to all characters|
| **pbLigatureMixed**|-1|Ligature applied to some characters, but not others|
diff --git a/api/Publisher.pbnumberstylestype.md b/api/Publisher.pbnumberstylestype.md
index 89b3959b943..fd1e0bc42f1 100644
--- a/api/Publisher.pbnumberstylestype.md
+++ b/api/Publisher.pbnumberstylestype.md
@@ -12,7 +12,7 @@ Constants passed to and returned by the ** [Font.NumberStyle](Publisher.font.nu
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbNumberStyleDefault**|0|Default number style|
| **pbNumberStyleMixed**|-1|Mixed number styles|
diff --git a/api/Publisher.pbpresetwordart.md b/api/Publisher.pbpresetwordart.md
index 89c0b8bd0e6..17f3e308d6a 100644
--- a/api/Publisher.pbpresetwordart.md
+++ b/api/Publisher.pbpresetwordart.md
@@ -15,7 +15,7 @@ Constants that specify the type of preset WordArt, passed to the ** [Shapes.Add
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **pbPresetWordArt1**|0|Style 1|
| **pbPresetWordArt2**|1|Style 2|
diff --git a/api/Publisher.pbpublicationlayout.md b/api/Publisher.pbpublicationlayout.md
index 0b76e38c0c5..b2991fb5998 100644
--- a/api/Publisher.pbpublicationlayout.md
+++ b/api/Publisher.pbpublicationlayout.md
@@ -18,7 +18,7 @@ Represents the layout type of the specified publication.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
||||
| **pbLayout4x6BaePan**| **10**||
diff --git a/api/Publisher.shape.saveasbuildingblock.md b/api/Publisher.shape.saveasbuildingblock.md
index 8bf026a37a8..60fbcfb0793 100644
--- a/api/Publisher.shape.saveasbuildingblock.md
+++ b/api/Publisher.shape.saveasbuildingblock.md
@@ -25,7 +25,7 @@ Saves a single shape as a building block. Returns the resulting **[BuildingBloc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Name|Required| **String**|The name of the new building block you want to create.|
diff --git a/api/Publisher.shape.setcaption.md b/api/Publisher.shape.setcaption.md
index 531a8e1b9ee..caacdb7af72 100644
--- a/api/Publisher.shape.setcaption.md
+++ b/api/Publisher.shape.setcaption.md
@@ -22,7 +22,7 @@ Sets the caption style for the shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Style|Required| **CaptionStyle**|Specifies the style of the caption.|
diff --git a/api/Publisher.shaperange.saveasbuildingblock.md b/api/Publisher.shaperange.saveasbuildingblock.md
index dee89c955a4..f9b6461240b 100644
--- a/api/Publisher.shaperange.saveasbuildingblock.md
+++ b/api/Publisher.shaperange.saveasbuildingblock.md
@@ -25,7 +25,7 @@ Saves a single shape range as a building block. Returns the resulting **[Buildi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Name|Required| **String**|The name of the new building block you want to create.|
diff --git a/api/Publisher.shapes.addbuildingblock.md b/api/Publisher.shapes.addbuildingblock.md
index 730d020568e..247aa38f3dd 100644
--- a/api/Publisher.shapes.addbuildingblock.md
+++ b/api/Publisher.shapes.addbuildingblock.md
@@ -25,13 +25,13 @@ Adds a **[BuildingBlock](Publisher.BuildingBlock.md)** object and returns a **[
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Type|Required| **BuildingBlock**|The building block to return as a shape.|
|Left|Required| **Variant**|The position of the left edge of the shape that represents the building block.|
|Top|Required| **Variant**|The position of the top edge of the shape that represents the building block.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.AccelItem.AddOnArgs.md b/api/Visio.AccelItem.AddOnArgs.md
index 2ae2e692151..fae762a4cdd 100644
--- a/api/Visio.AccelItem.AddOnArgs.md
+++ b/api/Visio.AccelItem.AddOnArgs.md
@@ -23,7 +23,7 @@ Gets or sets the argument string that you send to the add-on associated with a p
_expression_ An expression that returns a [AccelItem](./Visio.AccelItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.AccelItem.AddOnName.md b/api/Visio.AccelItem.AddOnName.md
index a14cde78d56..e1ecc2c607a 100644
--- a/api/Visio.AccelItem.AddOnName.md
+++ b/api/Visio.AccelItem.AddOnName.md
@@ -23,7 +23,7 @@ Gets or sets the name of an add-on or procedure that is run when its associated
_expression_ A variable that represents an [AccelItem](./Visio.AccelItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.AccelItem.Alt.md b/api/Visio.AccelItem.Alt.md
index 71a8a0581fb..f2ad3fd147e 100644
--- a/api/Visio.AccelItem.Alt.md
+++ b/api/Visio.AccelItem.Alt.md
@@ -23,7 +23,7 @@ Determines whether the ALT key is a modifier for an accelerator. Read/write.
_expression_ A variable that represents an [AccelItem](./Visio.AccelItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.AccelItem.CmdNum.md b/api/Visio.AccelItem.CmdNum.md
index 9b62b533d85..087bca64118 100644
--- a/api/Visio.AccelItem.CmdNum.md
+++ b/api/Visio.AccelItem.CmdNum.md
@@ -23,7 +23,7 @@ Gets or sets the command ID associated with an accelerator. Read/write.
_expression_ A variable that represents an [AccelItem](./Visio.AccelItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.AccelItem.Control.md b/api/Visio.AccelItem.Control.md
index ef359dbab00..aa3578c31eb 100644
--- a/api/Visio.AccelItem.Control.md
+++ b/api/Visio.AccelItem.Control.md
@@ -23,7 +23,7 @@ Determines whether the CTRL key modifies the accelerator key in an **AccelItem*
_expression_ A variable that represents an [AccelItem](./Visio.AccelItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.AccelItem.Delete.md b/api/Visio.AccelItem.Delete.md
index cda38e779fb..aaa64002c7a 100644
--- a/api/Visio.AccelItem.Delete.md
+++ b/api/Visio.AccelItem.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents an [AccelItem](./Visio.AccelItem.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.AccelItem.Key.md b/api/Visio.AccelItem.Key.md
index 9f1362826dc..0d58e01583c 100644
--- a/api/Visio.AccelItem.Key.md
+++ b/api/Visio.AccelItem.Key.md
@@ -23,7 +23,7 @@ Gets or sets the ASCII key code value for an accelerator. Read/write.
_expression_ A variable that represents an [AccelItem](./Visio.AccelItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.AccelItem.Parent.md b/api/Visio.AccelItem.Parent.md
index 99e7a8e229d..d299edb2557 100644
--- a/api/Visio.AccelItem.Parent.md
+++ b/api/Visio.AccelItem.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [AccelItem](./Visio.AccelItem.md) object.
-### Return Value
+### Return value
AccelItems
diff --git a/api/Visio.AccelItem.Shift.md b/api/Visio.AccelItem.Shift.md
index acb30019005..afe030e8b96 100644
--- a/api/Visio.AccelItem.Shift.md
+++ b/api/Visio.AccelItem.Shift.md
@@ -23,7 +23,7 @@ Determines whether the SHIFT key is a modifier for an **AccelItem** object. Rea
_expression_ A variable that represents an [AccelItem](./Visio.AccelItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.AccelItems.Add.md b/api/Visio.AccelItems.Add.md
index 138b9e25718..dc3ea141ab0 100644
--- a/api/Visio.AccelItems.Add.md
+++ b/api/Visio.AccelItems.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents an [AccelItems](./Visio.AccelItems.md) collection.
-### Return Value
+### Return value
AccelItem
diff --git a/api/Visio.AccelItems.Count.md b/api/Visio.AccelItems.Count.md
index c3e69337053..3e7328c5612 100644
--- a/api/Visio.AccelItems.Count.md
+++ b/api/Visio.AccelItems.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents an [AccelItems](./Visio.AccelItems.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.AccelItems.Item.md b/api/Visio.AccelItems.Item.md
index b51faac7cab..db87537192d 100644
--- a/api/Visio.AccelItems.Item.md
+++ b/api/Visio.AccelItems.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
AccelItem
diff --git a/api/Visio.AccelItems.Parent.md b/api/Visio.AccelItems.Parent.md
index 1c6e797c581..0250a500bd0 100644
--- a/api/Visio.AccelItems.Parent.md
+++ b/api/Visio.AccelItems.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [AccelItems](./Visio.AccelItems.md) object.
-### Return Value
+### Return value
AccelTable
diff --git a/api/Visio.AccelTable.AccelItems.md b/api/Visio.AccelTable.AccelItems.md
index 19561bbad79..411cb70d63a 100644
--- a/api/Visio.AccelTable.AccelItems.md
+++ b/api/Visio.AccelTable.AccelItems.md
@@ -23,7 +23,7 @@ Returns the **AccelItems** collection of an **AccelTable** object. Read-only.
_expression_ A variable that represents an [AccelTable](./Visio.AccelTable.md) object.
-### Return Value
+### Return value
AccelItems
diff --git a/api/Visio.AccelTable.Delete.md b/api/Visio.AccelTable.Delete.md
index 9c86e6f35af..32bfbb76732 100644
--- a/api/Visio.AccelTable.Delete.md
+++ b/api/Visio.AccelTable.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents an [AccelTable](./Visio.AccelTable.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.AccelTable.Parent.md b/api/Visio.AccelTable.Parent.md
index 2f3ee9a4928..770ed5a05c0 100644
--- a/api/Visio.AccelTable.Parent.md
+++ b/api/Visio.AccelTable.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [AccelTable](./Visio.AccelTable.md) object.
-### Return Value
+### Return value
AccelTables
diff --git a/api/Visio.AccelTable.SetID.md b/api/Visio.AccelTable.SetID.md
index 55a6ba0617d..1b6c25e82c3 100644
--- a/api/Visio.AccelTable.SetID.md
+++ b/api/Visio.AccelTable.SetID.md
@@ -23,7 +23,7 @@ Returns the set ID of an **AccelTable** object in its collection. Read-only.
_expression_ A variable that represents an [AccelTable](./Visio.AccelTable.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.AccelTable.TableName.md b/api/Visio.AccelTable.TableName.md
index c8a8a171caf..0b54004d0e2 100644
--- a/api/Visio.AccelTable.TableName.md
+++ b/api/Visio.AccelTable.TableName.md
@@ -23,7 +23,7 @@ Gets or sets the name of an **AccelTable** object. Read/write.
_expression_ A variable that represents an [AccelTable](./Visio.AccelTable.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.AccelTables.Add.md b/api/Visio.AccelTables.Add.md
index ab777886586..b7831a93ae3 100644
--- a/api/Visio.AccelTables.Add.md
+++ b/api/Visio.AccelTables.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents an [AccelTables](./Visio.AccelTables.md) collection.
-### Return Value
+### Return value
AccelTable
diff --git a/api/Visio.AccelTables.AddAtID.md b/api/Visio.AccelTables.AddAtID.md
index 7da02bf3b5a..d109c29769d 100644
--- a/api/Visio.AccelTables.AddAtID.md
+++ b/api/Visio.AccelTables.AddAtID.md
@@ -27,11 +27,11 @@ Creates a new object with a specified ID in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lID_|Required| **Long**| The window context for the new object.|
-### Return Value
+### Return value
AccelTable
diff --git a/api/Visio.AccelTables.Count.md b/api/Visio.AccelTables.Count.md
index 2ba0c619121..609f9768212 100644
--- a/api/Visio.AccelTables.Count.md
+++ b/api/Visio.AccelTables.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents an [AccelTables](./Visio.AccelTables.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.AccelTables.Item.md b/api/Visio.AccelTables.Item.md
index c16b4b7bd1d..249a2d7c2da 100644
--- a/api/Visio.AccelTables.Item.md
+++ b/api/Visio.AccelTables.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
AccelTable
diff --git a/api/Visio.AccelTables.ItemAtID.md b/api/Visio.AccelTables.ItemAtID.md
index 860e22af54f..3febf54fb11 100644
--- a/api/Visio.AccelTables.ItemAtID.md
+++ b/api/Visio.AccelTables.ItemAtID.md
@@ -27,11 +27,11 @@ Returns the **AccelTable** object for an ID within a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lID_|Required| **Long**|The Visio context ID of the object to retrieve.|
-### Return Value
+### Return value
AccelTable
diff --git a/api/Visio.AccelTables.Parent.md b/api/Visio.AccelTables.Parent.md
index a302043dd63..33fd4a2ae3e 100644
--- a/api/Visio.AccelTables.Parent.md
+++ b/api/Visio.AccelTables.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [AccelTables](./Visio.AccelTables.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.Addon.Application.md b/api/Visio.Addon.Application.md
index 4d8d7bf9d5a..d2d04bd5073 100644
--- a/api/Visio.Addon.Application.md
+++ b/api/Visio.Addon.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents an [Addon](./Visio.Addon.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Addon.Enabled.md b/api/Visio.Addon.Enabled.md
index 213f6167a2f..12ee8a8f752 100644
--- a/api/Visio.Addon.Enabled.md
+++ b/api/Visio.Addon.Enabled.md
@@ -23,7 +23,7 @@ Determines whether or not an **Addon** object is currently enabled. Read/write.
_expression_ A variable that represents an [Addon](./Visio.Addon.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Addon.Index.md b/api/Visio.Addon.Index.md
index c6a9d454392..868a0f18c70 100644
--- a/api/Visio.Addon.Index.md
+++ b/api/Visio.Addon.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of an **Addon** object in the **Addons** collection.
_expression_ A variable that represents a [Addon](./Visio.Addon.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Addon.Name.md b/api/Visio.Addon.Name.md
index acb37b6838a..a5b3bf10be5 100644
--- a/api/Visio.Addon.Name.md
+++ b/api/Visio.Addon.Name.md
@@ -23,7 +23,7 @@ Specifies the locale-specific name of an **Addon** object. Read-only.
_expression_ A variable that represents an [Addon](./Visio.Addon.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Addon.NameU.md b/api/Visio.Addon.NameU.md
index f0e92c3c094..b46c25f17b3 100644
--- a/api/Visio.Addon.NameU.md
+++ b/api/Visio.Addon.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of an **Addon** object. Read-only.
_expression_ A variable that represents an [Addon](./Visio.Addon.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Addon.ObjectType.md b/api/Visio.Addon.ObjectType.md
index 7937a3d6171..4a011fdee14 100644
--- a/api/Visio.Addon.ObjectType.md
+++ b/api/Visio.Addon.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents an [Addon](./Visio.Addon.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Addon.Run.md b/api/Visio.Addon.Run.md
index 39ad683ee13..d01e97288d2 100644
--- a/api/Visio.Addon.Run.md
+++ b/api/Visio.Addon.Run.md
@@ -27,11 +27,11 @@ Runs the add-on represented by an **Addon** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ArgString_|Required| **String**|The argument string to pass to the add-on.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Addons.Add.md b/api/Visio.Addons.Add.md
index 1c6ea1d7ef8..35176385f6e 100644
--- a/api/Visio.Addons.Add.md
+++ b/api/Visio.Addons.Add.md
@@ -27,11 +27,11 @@ Adds a new **Addon** object to an **Addons** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the add-on.|
-### Return Value
+### Return value
Addon
diff --git a/api/Visio.Addons.Application.md b/api/Visio.Addons.Application.md
index 1d807a39652..d2501ee4fc2 100644
--- a/api/Visio.Addons.Application.md
+++ b/api/Visio.Addons.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents an [Addons](./Visio.Addons.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Addons.Count.md b/api/Visio.Addons.Count.md
index e3b3e2b6c23..b28927e0375 100644
--- a/api/Visio.Addons.Count.md
+++ b/api/Visio.Addons.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents an [Addons](./Visio.Addons.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Addons.GetNames.md b/api/Visio.Addons.GetNames.md
index 22e3bf44ca5..327000442ff 100644
--- a/api/Visio.Addons.GetNames.md
+++ b/api/Visio.Addons.GetNames.md
@@ -27,11 +27,11 @@ Returns the names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameArray()_|Required| **String**|Out parameter. An array that receives the names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Addons.GetNamesU.md b/api/Visio.Addons.GetNamesU.md
index db56e1404ea..b88a291eaeb 100644
--- a/api/Visio.Addons.GetNamesU.md
+++ b/api/Visio.Addons.GetNamesU.md
@@ -27,11 +27,11 @@ Returns the universal names of all items in an **Addons** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameArray()_|Required| **String**|Out parameter. An array that receives the names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Addons.Item.md b/api/Visio.Addons.Item.md
index 0f1f72896f5..e9f30b23812 100644
--- a/api/Visio.Addons.Item.md
+++ b/api/Visio.Addons.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Addon
diff --git a/api/Visio.Addons.ItemU.md b/api/Visio.Addons.ItemU.md
index d7b2d6457cb..5951ba242aa 100644
--- a/api/Visio.Addons.ItemU.md
+++ b/api/Visio.Addons.ItemU.md
@@ -27,11 +27,11 @@ Returns an object from a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the universal name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Addon
diff --git a/api/Visio.Addons.ObjectType.md b/api/Visio.Addons.ObjectType.md
index 9880d35d576..d308ab40241 100644
--- a/api/Visio.Addons.ObjectType.md
+++ b/api/Visio.Addons.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents an [Addons](./Visio.Addons.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.AlertsEnabled.md b/api/Visio.AlertsEnabled.md
index 571dc381134..1fae18b046c 100644
--- a/api/Visio.AlertsEnabled.md
+++ b/api/Visio.AlertsEnabled.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether warnings and alerts appear when an e
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.AltFormat.md b/api/Visio.AltFormat.md
index 7a3bd769711..34c3af50a22 100644
--- a/api/Visio.AltFormat.md
+++ b/api/Visio.AltFormat.md
@@ -20,7 +20,7 @@ Determines whether a secondary output format for the Web page is defined. Read/w
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Application.Active.md b/api/Visio.Application.Active.md
index d7006455afa..cf255980205 100644
--- a/api/Visio.Application.Active.md
+++ b/api/Visio.Application.Active.md
@@ -23,7 +23,7 @@ Indicates whether the instance of Microsoft Visio represented by the **Applicat
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.ActiveDocument.md b/api/Visio.Application.ActiveDocument.md
index 85dcb015004..1525a04f30f 100644
--- a/api/Visio.Application.ActiveDocument.md
+++ b/api/Visio.Application.ActiveDocument.md
@@ -23,7 +23,7 @@ Returns the active **Document** object, which is the document shown in the acti
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Application.ActivePage.md b/api/Visio.Application.ActivePage.md
index 7513440cf98..da8997dbec0 100644
--- a/api/Visio.Application.ActivePage.md
+++ b/api/Visio.Application.ActivePage.md
@@ -23,7 +23,7 @@ Returns the active **Page** object. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Application.ActivePrinter.md b/api/Visio.Application.ActivePrinter.md
index 899a652acb9..cb849a46b0e 100644
--- a/api/Visio.Application.ActivePrinter.md
+++ b/api/Visio.Application.ActivePrinter.md
@@ -23,7 +23,7 @@ Specifies the printer that all Microsoft Visio documents print to. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.ActiveWindow.md b/api/Visio.Application.ActiveWindow.md
index 40e9a3123d6..aa37b725b34 100644
--- a/api/Visio.Application.ActiveWindow.md
+++ b/api/Visio.Application.ActiveWindow.md
@@ -23,7 +23,7 @@ Returns the active **Window** object. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Application.AddUndoUnit.md b/api/Visio.Application.AddUndoUnit.md
index bf83a7ba402..28253a10b84 100644
--- a/api/Visio.Application.AddUndoUnit.md
+++ b/api/Visio.Application.AddUndoUnit.md
@@ -27,11 +27,11 @@ Adds an object that supports the **IOleUndoUnit** or **IVBUndoUnit** interface
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pUndoUnit_|Required| **[UNKNOWN]**|A reference to an object that supports the **IOleUndoUnit** or **IVBUndoUnit** interface.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.AddonPaths.md b/api/Visio.Application.AddonPaths.md
index f8e8889af49..f580eea5fc0 100644
--- a/api/Visio.Application.AddonPaths.md
+++ b/api/Visio.Application.AddonPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for third-party or user add-o
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.Addons.md b/api/Visio.Application.Addons.md
index fa618636a90..0191d560e16 100644
--- a/api/Visio.Application.Addons.md
+++ b/api/Visio.Application.Addons.md
@@ -23,7 +23,7 @@ Returns the **Addons** collection of an **Application** or **InvisibleApp** obj
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Addons
diff --git a/api/Visio.Application.AfterModal.md b/api/Visio.Application.AfterModal.md
index b698c6af571..76166536722 100644
--- a/api/Visio.Application.AfterModal.md
+++ b/api/Visio.Application.AfterModal.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AfterModal'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance that is no longer modal.|
diff --git a/api/Visio.Application.AfterRemoveHiddenInformation.md b/api/Visio.Application.AfterRemoveHiddenInformation.md
index 228d0fa480c..d9017a2d5ab 100644
--- a/api/Visio.Application.AfterRemoveHiddenInformation.md
+++ b/api/Visio.Application.AfterRemoveHiddenInformation.md
@@ -24,7 +24,7 @@ Occurs when hidden information is removed from the document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document from which hidden information has been removed.|
diff --git a/api/Visio.Application.AfterResume.md b/api/Visio.Application.AfterResume.md
index 93664ccae2e..b382c864d0a 100644
--- a/api/Visio.Application.AfterResume.md
+++ b/api/Visio.Application.AfterResume.md
@@ -24,7 +24,7 @@ Occurs when the operating system resumes normal operation after having been susp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that resumes after the operating system resumes normal operation.|
diff --git a/api/Visio.Application.AfterResumeEvents.md b/api/Visio.Application.AfterResumeEvents.md
index 00e80dd25e8..ff7f8dc551f 100644
--- a/api/Visio.Application.AfterResumeEvents.md
+++ b/api/Visio.Application.AfterResumeEvents.md
@@ -24,11 +24,11 @@ Occurs after firing of events is resumed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio in which firing of events resumed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.Application.AlertResponse.md b/api/Visio.Application.AlertResponse.md
index 10c8349ec38..7ffb9df26e8 100644
--- a/api/Visio.Application.AlertResponse.md
+++ b/api/Visio.Application.AlertResponse.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio shows alerts and modal dialog boxes to the us
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.AppActivated.md b/api/Visio.Application.AppActivated.md
index b698e32cf9d..10d59708497 100644
--- a/api/Visio.Application.AppActivated.md
+++ b/api/Visio.Application.AppActivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AppActivated'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that becomes the active application.|
diff --git a/api/Visio.Application.AppDeactivated.md b/api/Visio.Application.AppDeactivated.md
index d703dccee05..b756158a424 100644
--- a/api/Visio.Application.AppDeactivated.md
+++ b/api/Visio.Application.AppDeactivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AppDeactivated'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is no longer the active application.|
diff --git a/api/Visio.Application.AppObjActivated.md b/api/Visio.Application.AppObjActivated.md
index f6a74d1f550..659d6250ead 100644
--- a/api/Visio.Application.AppObjActivated.md
+++ b/api/Visio.Application.AppObjActivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AppObjActivated'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that has become the active instance.|
diff --git a/api/Visio.Application.AppObjDeactivated.md b/api/Visio.Application.AppObjDeactivated.md
index b3679a845a7..f3e7fd1ee61 100644
--- a/api/Visio.Application.AppObjDeactivated.md
+++ b/api/Visio.Application.AppObjDeactivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AppObjDeactivated'(**_ByVal app As [IVAPPLICATION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is no longer the active instance.|
diff --git a/api/Visio.Application.Application.md b/api/Visio.Application.Application.md
index 0847b7bd025..735dcf08acb 100644
--- a/api/Visio.Application.Application.md
+++ b/api/Visio.Application.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Application.Assistance.md b/api/Visio.Application.Assistance.md
index 66c6f540b03..d185ec9574d 100644
--- a/api/Visio.Application.Assistance.md
+++ b/api/Visio.Application.Assistance.md
@@ -23,7 +23,7 @@ Gets a reference to the Microsoft Office (MSO) **IAssistance** object, which pr
_expression_ An expression that returns a [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Application.AutoLayout.md b/api/Visio.Application.AutoLayout.md
index 3ce233efeab..a385144010c 100644
--- a/api/Visio.Application.AutoLayout.md
+++ b/api/Visio.Application.AutoLayout.md
@@ -23,7 +23,7 @@ Allows you to temporarily disable automatic layout functionality in Microsoft Vi
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Application.AutoRecoverInterval.md b/api/Visio.Application.AutoRecoverInterval.md
index 0fc80c685a0..b91d6693426 100644
--- a/api/Visio.Application.AutoRecoverInterval.md
+++ b/api/Visio.Application.AutoRecoverInterval.md
@@ -23,7 +23,7 @@ Represents the time interval (in minutes) for how often you want to save copies
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.AvailablePrinters.md b/api/Visio.Application.AvailablePrinters.md
index 6fea522904c..695982fdcde 100644
--- a/api/Visio.Application.AvailablePrinters.md
+++ b/api/Visio.Application.AvailablePrinters.md
@@ -23,7 +23,7 @@ Returns a list of installed printers. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String()
diff --git a/api/Visio.Application.BeforeDataRecordsetDelete.md b/api/Visio.Application.BeforeDataRecordsetDelete.md
index 7ca9d8ded9d..07782607ffd 100644
--- a/api/Visio.Application.BeforeDataRecordsetDelete.md
+++ b/api/Visio.Application.BeforeDataRecordsetDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that is going to be deleted.|
diff --git a/api/Visio.Application.BeforeDocumentClose.md b/api/Visio.Application.BeforeDocumentClose.md
index 780a5498b44..3d58f5a4541 100644
--- a/api/Visio.Application.BeforeDocumentClose.md
+++ b/api/Visio.Application.BeforeDocumentClose.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.Application.BeforeDocumentSave.md b/api/Visio.Application.BeforeDocumentSave.md
index 006f1ef3cd7..6d14206846e 100644
--- a/api/Visio.Application.BeforeDocumentSave.md
+++ b/api/Visio.Application.BeforeDocumentSave.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.Application.BeforeDocumentSaveAs.md b/api/Visio.Application.BeforeDocumentSaveAs.md
index 6f46c0ebe2b..920582c5ed6 100644
--- a/api/Visio.Application.BeforeDocumentSaveAs.md
+++ b/api/Visio.Application.BeforeDocumentSaveAs.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentSaveAs'(**_ByVal doc As [IVDOCUMENT]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.Application.BeforeMasterDelete.md b/api/Visio.Application.BeforeMasterDelete.md
index 4ef42bc25a0..37dfd6f139a 100644
--- a/api/Visio.Application.BeforeMasterDelete.md
+++ b/api/Visio.Application.BeforeMasterDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Application.BeforeModal.md b/api/Visio.Application.BeforeModal.md
index cda4647664a..45ad7adbc96 100644
--- a/api/Visio.Application.BeforeModal.md
+++ b/api/Visio.Application.BeforeModal.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeModal'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is going to enter a modal state.|
diff --git a/api/Visio.Application.BeforePageDelete.md b/api/Visio.Application.BeforePageDelete.md
index 1bb87146e21..d042e6a5269 100644
--- a/api/Visio.Application.BeforePageDelete.md
+++ b/api/Visio.Application.BeforePageDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Application.BeforeQuit.md b/api/Visio.Application.BeforeQuit.md
index 1a847063c04..04ebf0fd884 100644
--- a/api/Visio.Application.BeforeQuit.md
+++ b/api/Visio.Application.BeforeQuit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeQuit'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is going to terminate.|
diff --git a/api/Visio.Application.BeforeSelectionDelete.md b/api/Visio.Application.BeforeSelectionDelete.md
index e11e69c8ada..920b7d600a3 100644
--- a/api/Visio.Application.BeforeSelectionDelete.md
+++ b/api/Visio.Application.BeforeSelectionDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.Application.BeforeShapeDelete.md b/api/Visio.Application.BeforeShapeDelete.md
index b2fd6bea715..15583deed96 100644
--- a/api/Visio.Application.BeforeShapeDelete.md
+++ b/api/Visio.Application.BeforeShapeDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeShapeDelete'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be deleted.|
diff --git a/api/Visio.Application.BeforeShapeTextEdit.md b/api/Visio.Application.BeforeShapeTextEdit.md
index 82dc8e717b7..5fe22bb878f 100644
--- a/api/Visio.Application.BeforeShapeTextEdit.md
+++ b/api/Visio.Application.BeforeShapeTextEdit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.Application.BeforeStyleDelete.md b/api/Visio.Application.BeforeStyleDelete.md
index 77b811acc8b..d530620b17d 100644
--- a/api/Visio.Application.BeforeStyleDelete.md
+++ b/api/Visio.Application.BeforeStyleDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Application.BeforeSuspend.md b/api/Visio.Application.BeforeSuspend.md
index b53fd4059ef..4dc5943d380 100644
--- a/api/Visio.Application.BeforeSuspend.md
+++ b/api/Visio.Application.BeforeSuspend.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeSuspend'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is going to be suspended.|
diff --git a/api/Visio.Application.BeforeSuspendEvents.md b/api/Visio.Application.BeforeSuspendEvents.md
index ea8089f7cac..54f462ef498 100644
--- a/api/Visio.Application.BeforeSuspendEvents.md
+++ b/api/Visio.Application.BeforeSuspendEvents.md
@@ -24,11 +24,11 @@ Private Sub _expression_ _'BeforeSuspendEvents'(**_ByVal app As [IVAPPLICATION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio in which firing of events is going to be suspended.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.Application.BeforeWindowClosed.md b/api/Visio.Application.BeforeWindowClosed.md
index fb7b89fabac..97bf475f2cf 100644
--- a/api/Visio.Application.BeforeWindowClosed.md
+++ b/api/Visio.Application.BeforeWindowClosed.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.Application.BeforeWindowPageTurn.md b/api/Visio.Application.BeforeWindowPageTurn.md
index 73279e4196a..31e91fdc948 100644
--- a/api/Visio.Application.BeforeWindowPageTurn.md
+++ b/api/Visio.Application.BeforeWindowPageTurn.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to show a different page.|
diff --git a/api/Visio.Application.BeforeWindowSelDelete.md b/api/Visio.Application.BeforeWindowSelDelete.md
index 295cc67b96d..3b5ec8add17 100644
--- a/api/Visio.Application.BeforeWindowSelDelete.md
+++ b/api/Visio.Application.BeforeWindowSelDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeWindowSelDelete'(**_ByVal Window As [IVWINDOW]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that contains the selection that is going to be deleted.|
diff --git a/api/Visio.Application.BeginUndoScope.md b/api/Visio.Application.BeginUndoScope.md
index 18083f3cebe..ae405c23b96 100644
--- a/api/Visio.Application.BeginUndoScope.md
+++ b/api/Visio.Application.BeginUndoScope.md
@@ -27,11 +27,11 @@ Starts a transaction with a unique scope ID for an instance of Microsoft Visio.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrUndoScopeName_|Required| **String**|The name of the scope; could appear in the Visio user interface.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.Build.md b/api/Visio.Application.Build.md
index ca0fa8f7c2b..403b0a6d8ba 100644
--- a/api/Visio.Application.Build.md
+++ b/api/Visio.Application.Build.md
@@ -23,7 +23,7 @@ Returns the build number of the running instance. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.BuiltInMenus.md b/api/Visio.Application.BuiltInMenus.md
index 08ddceaf5cf..af61aca4d1f 100644
--- a/api/Visio.Application.BuiltInMenus.md
+++ b/api/Visio.Application.BuiltInMenus.md
@@ -23,7 +23,7 @@ Returns a **UIObject** object that represents a copy of the built-in Microsoft
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.Application.BuiltInToolbars.md b/api/Visio.Application.BuiltInToolbars.md
index 0ba43dc6a3c..43caa4dd6ab 100644
--- a/api/Visio.Application.BuiltInToolbars.md
+++ b/api/Visio.Application.BuiltInToolbars.md
@@ -27,11 +27,11 @@ Returns a **UIObject** object that represents a copy of the built-in Microsoft
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fIgnored_|Required| **Integer**| Required **Integer** . Required for backward compatibility, but ignored. It is suggested that you pass zero (0).|
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.Application.COMAddIns.md b/api/Visio.Application.COMAddIns.md
index 46bf755ef25..bc0880244d6 100644
--- a/api/Visio.Application.COMAddIns.md
+++ b/api/Visio.Application.COMAddIns.md
@@ -23,7 +23,7 @@ Returns a reference to the **COMAddIns** collection that represents all the Com
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Application.CalloutRelationshipAdded.md b/api/Visio.Application.CalloutRelationshipAdded.md
index 0f84cc45423..92f6376854b 100644
--- a/api/Visio.Application.CalloutRelationshipAdded.md
+++ b/api/Visio.Application.CalloutRelationshipAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'CalloutRelationshipAdded'(**_By Val ShapePair As Rel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new callout shape-pair relationship.|
diff --git a/api/Visio.Application.CalloutRelationshipDeleted.md b/api/Visio.Application.CalloutRelationshipDeleted.md
index 8cc6b802527..967b23d7afe 100644
--- a/api/Visio.Application.CalloutRelationshipDeleted.md
+++ b/api/Visio.Application.CalloutRelationshipDeleted.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'CalloutRelationshipDeleted'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the callout shape-pair relationship.|
diff --git a/api/Visio.Application.CellChanged.md b/api/Visio.Application.CellChanged.md
index 15628f291d1..d1850321ec1 100644
--- a/api/Visio.Application.CellChanged.md
+++ b/api/Visio.Application.CellChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Application.ClearCustomMenus.md b/api/Visio.Application.ClearCustomMenus.md
index d2d5dd4ca4f..988a9cfb6a6 100644
--- a/api/Visio.Application.ClearCustomMenus.md
+++ b/api/Visio.Application.ClearCustomMenus.md
@@ -23,7 +23,7 @@ Restores the built-in Microsoft Visio user interface.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.ClearCustomToolbars.md b/api/Visio.Application.ClearCustomToolbars.md
index 1bfb31eec56..21e5d0b551c 100644
--- a/api/Visio.Application.ClearCustomToolbars.md
+++ b/api/Visio.Application.ClearCustomToolbars.md
@@ -23,7 +23,7 @@ Restores the built-in Microsoft Visio user interface.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.CommandBars.md b/api/Visio.Application.CommandBars.md
index 4034ef74640..4346ab9b28f 100644
--- a/api/Visio.Application.CommandBars.md
+++ b/api/Visio.Application.CommandBars.md
@@ -23,7 +23,7 @@ Returns a reference to the **CommandBars** collection that represents the comma
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
CommandBars
diff --git a/api/Visio.Application.CommandLine.md b/api/Visio.Application.CommandLine.md
index e9804f6e78e..1ed1792c650 100644
--- a/api/Visio.Application.CommandLine.md
+++ b/api/Visio.Application.CommandLine.md
@@ -23,7 +23,7 @@ Determines how Microsoft Visio was started. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.ConnectionsAdded.md b/api/Visio.Application.ConnectionsAdded.md
index 6b4ed800d0d..a53740beadb 100644
--- a/api/Visio.Application.ConnectionsAdded.md
+++ b/api/Visio.Application.ConnectionsAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that were established.|
diff --git a/api/Visio.Application.ConnectionsDeleted.md b/api/Visio.Application.ConnectionsDeleted.md
index 5b20798112c..bd7685d403c 100644
--- a/api/Visio.Application.ConnectionsDeleted.md
+++ b/api/Visio.Application.ConnectionsDeleted.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that have been removed.|
diff --git a/api/Visio.Application.ConnectorToolDataObject.md b/api/Visio.Application.ConnectorToolDataObject.md
index ba99ff44294..28aa2f23c51 100644
--- a/api/Visio.Application.ConnectorToolDataObject.md
+++ b/api/Visio.Application.ConnectorToolDataObject.md
@@ -23,7 +23,7 @@ Returns an **IDataObject** interface representing the active **Connector** tool
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
IDataObject
diff --git a/api/Visio.Application.ContainerRelationshipAdded.md b/api/Visio.Application.ContainerRelationshipAdded.md
index 0bb4f4c03d3..67f6964fbbf 100644
--- a/api/Visio.Application.ContainerRelationshipAdded.md
+++ b/api/Visio.Application.ContainerRelationshipAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ContainerRelationshipAdded'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new container shape-pair relationship.|
diff --git a/api/Visio.Application.ContainerRelationshipDeleted.md b/api/Visio.Application.ContainerRelationshipDeleted.md
index 39c7ecaf361..63f1d36651c 100644
--- a/api/Visio.Application.ContainerRelationshipDeleted.md
+++ b/api/Visio.Application.ContainerRelationshipDeleted.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ContainerRelationshipDeleted'(**_By Val ShapePair As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the container shape-pair relationship.|
diff --git a/api/Visio.Application.ConvertResult.md b/api/Visio.Application.ConvertResult.md
index 72ccea52ac0..9b82ee4350a 100644
--- a/api/Visio.Application.ConvertResult.md
+++ b/api/Visio.Application.ConvertResult.md
@@ -27,13 +27,13 @@ Converts a string or number into an equivalent number in different measurement u
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StringOrNumber_|Required| **Variant**|String or number to be converted; can be a string, floating point number, or integer.|
| _UnitsIn_|Required| **Variant**|Measurement units to attribute to _StringOrNumber_.|
| _UnitsOut_|Required| **Variant**|Measurement units to express the result in.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Application.ConvertToGroupCanceled.md b/api/Visio.Application.ConvertToGroupCanceled.md
index c83a7f0f7a2..36b5e04552a 100644
--- a/api/Visio.Application.ConvertToGroupCanceled.md
+++ b/api/Visio.Application.ConvertToGroupCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Application.CurrentEdition.md b/api/Visio.Application.CurrentEdition.md
index e49e3f4f5b4..ab46e40b834 100644
--- a/api/Visio.Application.CurrentEdition.md
+++ b/api/Visio.Application.CurrentEdition.md
@@ -23,7 +23,7 @@ Returns an enumerated value that represents the edition of the current instance
_expression_ An expression that returns an '[Application](Visio.Application.md)' object.
-### Return Value
+### Return value
**[VisEdition](Visio.VisEdition.md)**
diff --git a/api/Visio.Application.CurrentScope.md b/api/Visio.Application.CurrentScope.md
index 8afae29cc1c..010a51d0a57 100644
--- a/api/Visio.Application.CurrentScope.md
+++ b/api/Visio.Application.CurrentScope.md
@@ -23,7 +23,7 @@ Determines the ID of the scope that causes an event to fire. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.CustomMenus.md b/api/Visio.Application.CustomMenus.md
index 21aa99218dd..243956f8463 100644
--- a/api/Visio.Application.CustomMenus.md
+++ b/api/Visio.Application.CustomMenus.md
@@ -23,7 +23,7 @@ Gets a **UIObject** object that represents the current custom menus and acceler
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.Application.CustomMenusFile.md b/api/Visio.Application.CustomMenusFile.md
index 284a39e996b..c7edd89060e 100644
--- a/api/Visio.Application.CustomMenusFile.md
+++ b/api/Visio.Application.CustomMenusFile.md
@@ -23,7 +23,7 @@ Gets or sets the name of the file that defines custom menus and accelerators for
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.CustomToolbars.md b/api/Visio.Application.CustomToolbars.md
index a937fe988c3..a171de3c01d 100644
--- a/api/Visio.Application.CustomToolbars.md
+++ b/api/Visio.Application.CustomToolbars.md
@@ -23,7 +23,7 @@ Gets a **UIObject** object that represents the current custom toolbars and stat
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.Application.CustomToolbarsFile.md b/api/Visio.Application.CustomToolbarsFile.md
index e5aafa9b14c..71de4ebe636 100644
--- a/api/Visio.Application.CustomToolbarsFile.md
+++ b/api/Visio.Application.CustomToolbarsFile.md
@@ -23,7 +23,7 @@ Returns or sets the name of the file that defines custom toolbars and status bar
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.DataFeaturesEnabled.md b/api/Visio.Application.DataFeaturesEnabled.md
index 116eabdc998..2163ec1dad0 100644
--- a/api/Visio.Application.DataFeaturesEnabled.md
+++ b/api/Visio.Application.DataFeaturesEnabled.md
@@ -23,7 +23,7 @@ Gets whether the data features in Microsoft Visio are enabled for the current in
_expression_ An expression that returns a [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Application.DataRecordsetAdded.md b/api/Visio.Application.DataRecordsetAdded.md
index f1b1277342d..874d0b3f88a 100644
--- a/api/Visio.Application.DataRecordsetAdded.md
+++ b/api/Visio.Application.DataRecordsetAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that was added.|
diff --git a/api/Visio.Application.DataRecordsetChanged.md b/api/Visio.Application.DataRecordsetChanged.md
index 787a0c02ad6..6bf7ec99f84 100644
--- a/api/Visio.Application.DataRecordsetChanged.md
+++ b/api/Visio.Application.DataRecordsetChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DataRecordsetChanged'(**_ByVal DataRecordsetChanged
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetChanged_|Required| **[IVDATARECORDSETCHANGEDEVENT]**|The data recordset that changed.|
diff --git a/api/Visio.Application.DefaultAngleUnits.md b/api/Visio.Application.DefaultAngleUnits.md
index e74ee65da07..88dfb3abe77 100644
--- a/api/Visio.Application.DefaultAngleUnits.md
+++ b/api/Visio.Application.DefaultAngleUnits.md
@@ -23,7 +23,7 @@ Determines the default unit of measure for quantities that represent angles. Rea
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.Application.DefaultDurationUnits.md b/api/Visio.Application.DefaultDurationUnits.md
index 83c09328dc9..2ec26b598e0 100644
--- a/api/Visio.Application.DefaultDurationUnits.md
+++ b/api/Visio.Application.DefaultDurationUnits.md
@@ -23,7 +23,7 @@ Determines the default unit of measure for quantities that represent durations.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.Application.DefaultRectangleDataObject.md b/api/Visio.Application.DefaultRectangleDataObject.md
index 92a48cc1fc1..0869c330697 100644
--- a/api/Visio.Application.DefaultRectangleDataObject.md
+++ b/api/Visio.Application.DefaultRectangleDataObject.md
@@ -23,7 +23,7 @@ Returns an **IDataObject** interface that represents the **Rectangle** tool use
_expression_ An expression that returns a [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
IDataObject
diff --git a/api/Visio.Application.DefaultTextUnits.md b/api/Visio.Application.DefaultTextUnits.md
index 570a8a7fe3d..9ee5381f9e0 100644
--- a/api/Visio.Application.DefaultTextUnits.md
+++ b/api/Visio.Application.DefaultTextUnits.md
@@ -23,7 +23,7 @@ Determines the default unit of measure for quantities that represent text metric
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.Application.DefaultZoomBehavior.md b/api/Visio.Application.DefaultZoomBehavior.md
index 87847531e81..84d969bc946 100644
--- a/api/Visio.Application.DefaultZoomBehavior.md
+++ b/api/Visio.Application.DefaultZoomBehavior.md
@@ -23,7 +23,7 @@ Determines the zoom behavior for all new Microsoft Visio documents and drawing w
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
VisZoomBehavior
diff --git a/api/Visio.Application.DeferRecalc.md b/api/Visio.Application.DeferRecalc.md
index 81f5ac26652..b358d64fb09 100644
--- a/api/Visio.Application.DeferRecalc.md
+++ b/api/Visio.Application.DeferRecalc.md
@@ -23,7 +23,7 @@ Determines whether the application recalculates cell formulas during a series of
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.DeferRelationshipRecalc.md b/api/Visio.Application.DeferRelationshipRecalc.md
index 0827b6c7f1a..db6633e22f7 100644
--- a/api/Visio.Application.DeferRelationshipRecalc.md
+++ b/api/Visio.Application.DeferRelationshipRecalc.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio defers recalculating shape sizes and relation
_expression_ A variable that represents an '[Application](Visio.Application.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Application.DesignModeEntered.md b/api/Visio.Application.DesignModeEntered.md
index c7be2c78bf9..802600c898a 100644
--- a/api/Visio.Application.DesignModeEntered.md
+++ b/api/Visio.Application.DesignModeEntered.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to enter design mode.|
diff --git a/api/Visio.Application.DialogFont.md b/api/Visio.Application.DialogFont.md
index fbca72a5ff8..5a9bcbcb4a1 100644
--- a/api/Visio.Application.DialogFont.md
+++ b/api/Visio.Application.DialogFont.md
@@ -23,7 +23,7 @@ Returns information about the fonts that Microsoft Visio uses in its dialog boxe
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
IFontDisp
diff --git a/api/Visio.Application.DoCmd.md b/api/Visio.Application.DoCmd.md
index b36f3b5e4af..050f3923fb9 100644
--- a/api/Visio.Application.DoCmd.md
+++ b/api/Visio.Application.DoCmd.md
@@ -27,11 +27,11 @@ Performs the command that has the indicated command ID.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CommandID_|Required| **Integer**|The command to perform.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.DocumentChanged.md b/api/Visio.Application.DocumentChanged.md
index fa7370de12a..b676f4ed493 100644
--- a/api/Visio.Application.DocumentChanged.md
+++ b/api/Visio.Application.DocumentChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentChanged'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document whose properties were changed.|
diff --git a/api/Visio.Application.DocumentCloseCanceled.md b/api/Visio.Application.DocumentCloseCanceled.md
index 85883a7315e..c97633ae238 100644
--- a/api/Visio.Application.DocumentCloseCanceled.md
+++ b/api/Visio.Application.DocumentCloseCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was going to be closed.|
diff --git a/api/Visio.Application.DocumentCreated.md b/api/Visio.Application.DocumentCreated.md
index 9196dd88828..8adbb50f0a2 100644
--- a/api/Visio.Application.DocumentCreated.md
+++ b/api/Visio.Application.DocumentCreated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentCreated'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was created.|
diff --git a/api/Visio.Application.DocumentOpened.md b/api/Visio.Application.DocumentOpened.md
index e7b8972d3eb..1ca89246a3c 100644
--- a/api/Visio.Application.DocumentOpened.md
+++ b/api/Visio.Application.DocumentOpened.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentOpened'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was opened.|
diff --git a/api/Visio.Application.DocumentSaved.md b/api/Visio.Application.DocumentSaved.md
index 2c17481fba5..d06323cecdf 100644
--- a/api/Visio.Application.DocumentSaved.md
+++ b/api/Visio.Application.DocumentSaved.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.Application.DocumentSavedAs.md b/api/Visio.Application.DocumentSavedAs.md
index af348866e7c..456700cf2c5 100644
--- a/api/Visio.Application.DocumentSavedAs.md
+++ b/api/Visio.Application.DocumentSavedAs.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentSavedAs'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.Application.Documents.md b/api/Visio.Application.Documents.md
index 6f75b4d4ebb..cb67222b82c 100644
--- a/api/Visio.Application.Documents.md
+++ b/api/Visio.Application.Documents.md
@@ -23,7 +23,7 @@ Returns the **Documents** collection for a Microsoft Visio instance. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Documents
diff --git a/api/Visio.Application.DrawingPaths.md b/api/Visio.Application.DrawingPaths.md
index 65cd74ef6d8..01ffe889c83 100644
--- a/api/Visio.Application.DrawingPaths.md
+++ b/api/Visio.Application.DrawingPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for drawings. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.EndUndoScope.md b/api/Visio.Application.EndUndoScope.md
index 1334fdec042..ebdff998b5f 100644
--- a/api/Visio.Application.EndUndoScope.md
+++ b/api/Visio.Application.EndUndoScope.md
@@ -27,12 +27,12 @@ Ends or cancels a transaction that has a unique scope.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nScopeID_|Required| **Long**|The ID of the scope to close.|
| _bCommit_|Required| **Boolean**| flag indicating that the changes made during the scope should be accepted (**True**) or canceled (**False**).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.EnterScope.md b/api/Visio.Application.EnterScope.md
index 046ec76ca1d..d98200dd2f7 100644
--- a/api/Visio.Application.EnterScope.md
+++ b/api/Visio.Application.EnterScope.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'EnterScope'(**_ByVal app As [IVAPPLICATION]_** , **_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that contains the scope.|
| _nScopeID_|Required| **Long**|A language-independent number that describes the operation that just ended or the scope ID returned by the **BeginUndoScope** method.|
diff --git a/api/Visio.Application.EnumDirectories.md b/api/Visio.Application.EnumDirectories.md
index 709c3cada2b..e6f42dd542e 100644
--- a/api/Visio.Application.EnumDirectories.md
+++ b/api/Visio.Application.EnumDirectories.md
@@ -27,12 +27,12 @@ Returns an array naming the folders Microsoft Visio would search, given a list o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PathsString_|Required| **String**|A string of full or partial paths separated by semicolons.|
| _NameArray()_|Required| **String**|Out parameter. An array that receives the enumerated folder names.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.EventInfo.md b/api/Visio.Application.EventInfo.md
index 27bf8a798b6..525eb7b364b 100644
--- a/api/Visio.Application.EventInfo.md
+++ b/api/Visio.Application.EventInfo.md
@@ -27,11 +27,11 @@ Gets additional information associated with an event, if any exists. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _eventSeqNum_|Required| **Long**| **visEvtIDMostRecent** (0) for information about the most recently fired event, or the sequence number of the event to examine.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.EventList.md b/api/Visio.Application.EventList.md
index c77414ed41f..6d87694f938 100644
--- a/api/Visio.Application.EventList.md
+++ b/api/Visio.Application.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Application.EventsEnabled.md b/api/Visio.Application.EventsEnabled.md
index 12a4b9a1c18..297e1196b1f 100644
--- a/api/Visio.Application.EventsEnabled.md
+++ b/api/Visio.Application.EventsEnabled.md
@@ -23,7 +23,7 @@ Determines whether a Microsoft Visio instance fires events. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.ExitScope.md b/api/Visio.Application.ExitScope.md
index 4d006f1e268..00a8408fbd1 100644
--- a/api/Visio.Application.ExitScope.md
+++ b/api/Visio.Application.ExitScope.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ExitScope'(**_ByVal app As [IVAPPLICATION]_** , **_B
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that contains the scope.|
| _nScopeID_|Required| **Long**|A language-independent number that describes the operation that just ended, or the scope ID returned by the **BeginUndoScope** method.|
diff --git a/api/Visio.Application.FormatResult.md b/api/Visio.Application.FormatResult.md
index 00721b441aa..9d3e99a0971 100644
--- a/api/Visio.Application.FormatResult.md
+++ b/api/Visio.Application.FormatResult.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents an [Application](./Visio.Application.md)
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StringOrNumber_|Required| **Variant**|String or number to be formatted; can be passed as a string, floating point number, or integer.|
| _UnitsIn_|Required| **Variant**|Measurement units to attribute to _StringOrNumber_.|
diff --git a/api/Visio.Application.FormatResultEx.md b/api/Visio.Application.FormatResultEx.md
index 6fac2b74e2e..2d6ff6c0d25 100644
--- a/api/Visio.Application.FormatResultEx.md
+++ b/api/Visio.Application.FormatResultEx.md
@@ -25,7 +25,7 @@ Formats a string or number into a string according to a format picture, using sp
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StringOrNumber_|Required| **Variant**|String or number to be formatted; can be passed as a string, floating point number, or integer.|
| _UnitsIn_|Required| **Variant**|Measurement units to attribute to _StringOrNumber_.|
diff --git a/api/Visio.Application.FormulaChanged.md b/api/Visio.Application.FormulaChanged.md
index a99e329a875..277a4441272 100644
--- a/api/Visio.Application.FormulaChanged.md
+++ b/api/Visio.Application.FormulaChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Application.FullBuild.md b/api/Visio.Application.FullBuild.md
index 7e500ec54dd..2fe962fb541 100644
--- a/api/Visio.Application.FullBuild.md
+++ b/api/Visio.Application.FullBuild.md
@@ -23,7 +23,7 @@ Returns the full build number of the running instance. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.GetBuiltInStencilFile.md b/api/Visio.Application.GetBuiltInStencilFile.md
index e1db0e27377..75973243fa0 100644
--- a/api/Visio.Application.GetBuiltInStencilFile.md
+++ b/api/Visio.Application.GetBuiltInStencilFile.md
@@ -27,12 +27,12 @@ Returns the file path to the specified built-in, hidden stencil used to populate
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StencilType_|Required| **[VisBuiltInStencilTypes](Visio.VisBuiltInStencilTypes.md)**|The stencil to retrieve. See Remarks for possible values.|
| _MeasurementSystem_|Required| **[VisMeasurementSystem](Visio.vismeasurementsystem.md)**|The measurement system for the stencil.|
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.Application.GetCustomStencilFile.md b/api/Visio.Application.GetCustomStencilFile.md
index 6d16ca468c5..16f764a7b1b 100644
--- a/api/Visio.Application.GetCustomStencilFile.md
+++ b/api/Visio.Application.GetCustomStencilFile.md
@@ -27,11 +27,11 @@ Returns the path to the specified custom stencil used to populate certain galler
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StencilType_|Required| **[VisBuiltInStencilTypes](Visio.VisBuiltInStencilTypes.md)**|The stencil to retrieve. See Remarks for possible values.|
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.Application.GetPreviewEnabled.md b/api/Visio.Application.GetPreviewEnabled.md
index 8a0ed09d033..db732659eed 100644
--- a/api/Visio.Application.GetPreviewEnabled.md
+++ b/api/Visio.Application.GetPreviewEnabled.md
@@ -27,11 +27,11 @@ Returns a value that indicates whether preview is enabled for the specified gall
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _GalleryName_|Required| **String**|The name of the gallery for which you want to check the preview status. See Remarks.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Application.GroupCanceled.md b/api/Visio.Application.GroupCanceled.md
index 69765e0db51..44df3b3b42c 100644
--- a/api/Visio.Application.GroupCanceled.md
+++ b/api/Visio.Application.GroupCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Application.HelpPaths.md b/api/Visio.Application.HelpPaths.md
index 2da46452c41..0e66ff1ffb8 100644
--- a/api/Visio.Application.HelpPaths.md
+++ b/api/Visio.Application.HelpPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for Help files. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.InhibitSelectChange.md b/api/Visio.Application.InhibitSelectChange.md
index 6c4f7475a08..e413852defd 100644
--- a/api/Visio.Application.InhibitSelectChange.md
+++ b/api/Visio.Application.InhibitSelectChange.md
@@ -23,7 +23,7 @@ Determines whether shapes added to the drawing page by Automation are selected.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Application.InstanceHandle32.md b/api/Visio.Application.InstanceHandle32.md
index cf875b98cbe..d2ea4db82e4 100644
--- a/api/Visio.Application.InstanceHandle32.md
+++ b/api/Visio.Application.InstanceHandle32.md
@@ -23,7 +23,7 @@ Gets the instance handle of the **Application** object for a 32-bit version of
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.InstanceHandle64.md b/api/Visio.Application.InstanceHandle64.md
index 842faa4acd1..37492edcee6 100644
--- a/api/Visio.Application.InstanceHandle64.md
+++ b/api/Visio.Application.InstanceHandle64.md
@@ -23,7 +23,7 @@ Gets the instance handle of the **[Application](Visio.Application.md)** object
_expression_ An expression that returns an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
**Int64**
diff --git a/api/Visio.Application.InvokeHelp.md b/api/Visio.Application.InvokeHelp.md
index 47e526a4229..0d17b64ebfe 100644
--- a/api/Visio.Application.InvokeHelp.md
+++ b/api/Visio.Application.InvokeHelp.md
@@ -27,13 +27,13 @@ Performs operations that involve the Microsoft Visio Help system.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrHelpFileName_|Required| **String**|Specifies an HTML file, a URL, a compiled HTML file, or an optional window definition (preceded with a ">" character). If the command being used does not require a file or URL, this value may be "".|
| _Command_|Required| **Long**|The action to perform.|
| _Data_|Required| **Long**|Any data that is required based on the value of the command argument.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.IsInScope.md b/api/Visio.Application.IsInScope.md
index cc3fb19a7bc..624d82bae5b 100644
--- a/api/Visio.Application.IsInScope.md
+++ b/api/Visio.Application.IsInScope.md
@@ -27,11 +27,11 @@ Determines whether a call to an event handler is between an **EnterScope** even
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nCmdID_|Required| **Long**|The scope ID.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Application.IsUndoingOrRedoing.md b/api/Visio.Application.IsUndoingOrRedoing.md
index 6ae7a065551..566416fe28a 100644
--- a/api/Visio.Application.IsUndoingOrRedoing.md
+++ b/api/Visio.Application.IsUndoingOrRedoing.md
@@ -23,7 +23,7 @@ Determines whether the current event handler is being called as a result of an
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Application.KeyDown.md b/api/Visio.Application.KeyDown.md
index 39c57964f8c..e0f66fc433a 100644
--- a/api/Visio.Application.KeyDown.md
+++ b/api/Visio.Application.KeyDown.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'KeyDown'(**_ByVal KeyCode As Long_** , **_ByVal KeyB
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Application.KeyPress.md b/api/Visio.Application.KeyPress.md
index 7c1c5b1f450..4ad3788d4b4 100644
--- a/api/Visio.Application.KeyPress.md
+++ b/api/Visio.Application.KeyPress.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'KeyPress'(**_ByVal KeyAscii As Long_** , **_ByVal Ca
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The ASCII value of the key that was pressed. See Remarks for possible values.|
| _CancelDefault_|Required| **Boolean**| **False** if Microsoft Visio should process the message it receives from this event; otherwise, **True** .|
diff --git a/api/Visio.Application.KeyUp.md b/api/Visio.Application.KeyUp.md
index e3ae4408f9d..41159ad8844 100644
--- a/api/Visio.Application.KeyUp.md
+++ b/api/Visio.Application.KeyUp.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'KeyUp'(**_ByVal KeyCode As Long_** , **_ByVal KeyBut
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Application.Language.md b/api/Visio.Application.Language.md
index 965747273f2..2896064fd6f 100644
--- a/api/Visio.Application.Language.md
+++ b/api/Visio.Application.Language.md
@@ -23,7 +23,7 @@ Represents the language ID of the version of the Microsoft Visio instance repres
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.LanguageHelp.md b/api/Visio.Application.LanguageHelp.md
index e28defd97ba..bb7ba424df0 100644
--- a/api/Visio.Application.LanguageHelp.md
+++ b/api/Visio.Application.LanguageHelp.md
@@ -23,7 +23,7 @@ Represents the language ID of the Help in the version of the Microsoft Visio ins
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.LanguageSettings.md b/api/Visio.Application.LanguageSettings.md
index 8d2722f108b..dba9207c940 100644
--- a/api/Visio.Application.LanguageSettings.md
+++ b/api/Visio.Application.LanguageSettings.md
@@ -23,7 +23,7 @@ Returns a reference to the Microsoft Office (MSO) **LanguageSettings** interfac
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Application.LiveDynamics.md b/api/Visio.Application.LiveDynamics.md
index cf2302bff36..e593c2ca7ab 100644
--- a/api/Visio.Application.LiveDynamics.md
+++ b/api/Visio.Application.LiveDynamics.md
@@ -23,7 +23,7 @@ Controls whether Microsoft Visio recalculates shape properties during drag opera
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Application.MarkerEvent.md b/api/Visio.Application.MarkerEvent.md
index 7cbbbc5d240..914caa50b6c 100644
--- a/api/Visio.Application.MarkerEvent.md
+++ b/api/Visio.Application.MarkerEvent.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MarkerEvent'(**_ByVal app As [IVAPPLICATION]_** , **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The active instance of Microsoft Visio.|
| _SequenceNum_|Required| **Long**|The ordinal position of this event with respect to past events.|
diff --git a/api/Visio.Application.MasterAdded.md b/api/Visio.Application.MasterAdded.md
index 299eada2b12..9c3a64ba5d9 100644
--- a/api/Visio.Application.MasterAdded.md
+++ b/api/Visio.Application.MasterAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was added to the document.|
diff --git a/api/Visio.Application.MasterChanged.md b/api/Visio.Application.MasterChanged.md
index 7e3124e55ea..6e04f1d8ddb 100644
--- a/api/Visio.Application.MasterChanged.md
+++ b/api/Visio.Application.MasterChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master whose properties changed.|
diff --git a/api/Visio.Application.MasterDeleteCanceled.md b/api/Visio.Application.MasterDeleteCanceled.md
index f9b01a3f863..1f8967b6b1f 100644
--- a/api/Visio.Application.MasterDeleteCanceled.md
+++ b/api/Visio.Application.MasterDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was going to be deleted.|
diff --git a/api/Visio.Application.MouseDown.md b/api/Visio.Application.MouseDown.md
index 5edd4cce0d3..7b71b2c216e 100644
--- a/api/Visio.Application.MouseDown.md
+++ b/api/Visio.Application.MouseDown.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MouseDown'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Application.MouseMove.md b/api/Visio.Application.MouseMove.md
index 212e0e0b3eb..423a55d7615 100644
--- a/api/Visio.Application.MouseMove.md
+++ b/api/Visio.Application.MouseMove.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MouseMove'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was clicked. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Application.MouseUp.md b/api/Visio.Application.MouseUp.md
index 581d3ee2c2c..9a6b6cd4676 100644
--- a/api/Visio.Application.MouseUp.md
+++ b/api/Visio.Application.MouseUp.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MouseUp'(**_ByVal Button As Long_** , **_ByVal KeyBu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Application.MustFlushScopeBeginning.md b/api/Visio.Application.MustFlushScopeBeginning.md
index 2ee9ba75297..b82b475a593 100644
--- a/api/Visio.Application.MustFlushScopeBeginning.md
+++ b/api/Visio.Application.MustFlushScopeBeginning.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MustFlushScopeBeginning'(**_ByVal app As [IVAPPLICAT
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is forced to flush its event queue.|
diff --git a/api/Visio.Application.MustFlushScopeEnded.md b/api/Visio.Application.MustFlushScopeEnded.md
index 20abb4d77bb..7d5d10856c6 100644
--- a/api/Visio.Application.MustFlushScopeEnded.md
+++ b/api/Visio.Application.MustFlushScopeEnded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MustFlushScopeEnded'(**_ByVal app As [IVAPPLICATION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is forced to flush its event queue.|
diff --git a/api/Visio.Application.MyShapesPath.md b/api/Visio.Application.MyShapesPath.md
index 9b7d24db599..36fdf5f1655 100644
--- a/api/Visio.Application.MyShapesPath.md
+++ b/api/Visio.Application.MyShapesPath.md
@@ -23,7 +23,7 @@ Gets or sets where Microsoft Visio looks for the **My Shapes** folder on the us
_expression_ An expression that returns an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.Name.md b/api/Visio.Application.Name.md
index 20249a461e9..be31cb68e2f 100644
--- a/api/Visio.Application.Name.md
+++ b/api/Visio.Application.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.NoEventsPending.md b/api/Visio.Application.NoEventsPending.md
index fe22cf367a7..94c7338a274 100644
--- a/api/Visio.Application.NoEventsPending.md
+++ b/api/Visio.Application.NoEventsPending.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'NoEventsPending'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that flushed its event queue.|
diff --git a/api/Visio.Application.ObjectType.md b/api/Visio.Application.ObjectType.md
index bbb70de3d03..56cee9ca9dd 100644
--- a/api/Visio.Application.ObjectType.md
+++ b/api/Visio.Application.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.OnComponentEnterState.md b/api/Visio.Application.OnComponentEnterState.md
index 58dadf45d95..695892705bf 100644
--- a/api/Visio.Application.OnComponentEnterState.md
+++ b/api/Visio.Application.OnComponentEnterState.md
@@ -27,12 +27,12 @@ Informs a Microsoft Visio instance that client code is causing the instance to e
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _uStateID_|Required| **VisOnComponentEnterCodes**|Describes the state being entered or exited along with flags that influence behavior while in the indicated state.|
| _bEnter_|Required| **Boolean**| **True** to indicate that a state is being entered; **False** to indicate that a state is being exited.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.OnDataChangeDelay.md b/api/Visio.Application.OnDataChangeDelay.md
index 678416c56af..f3a65b86447 100644
--- a/api/Visio.Application.OnDataChangeDelay.md
+++ b/api/Visio.Application.OnDataChangeDelay.md
@@ -23,7 +23,7 @@ Gets or sets how long the Microsoft Visio instance waits before advising a conta
_expression_ An expression that returns a [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.OnKeystrokeMessageForAddon.md b/api/Visio.Application.OnKeystrokeMessageForAddon.md
index 7e8931230fc..9336593b7a0 100644
--- a/api/Visio.Application.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.Application.OnKeystrokeMessageForAddon.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'OnKeystrokeMessageForAddon'(**_ByVal MSG As [IVMSGWR
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MSG_|Required| **[IVMSGWRAP]**|The message that Visio receives.|
diff --git a/api/Visio.Application.PageAdded.md b/api/Visio.Application.PageAdded.md
index 439cd905a31..16713625d65 100644
--- a/api/Visio.Application.PageAdded.md
+++ b/api/Visio.Application.PageAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was added.|
diff --git a/api/Visio.Application.PageChanged.md b/api/Visio.Application.PageChanged.md
index f44458397b8..900189557a7 100644
--- a/api/Visio.Application.PageChanged.md
+++ b/api/Visio.Application.PageChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'PageChanged'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that changed.|
diff --git a/api/Visio.Application.PageDeleteCanceled.md b/api/Visio.Application.PageDeleteCanceled.md
index 0cce1368b8c..7b66bd97b8a 100644
--- a/api/Visio.Application.PageDeleteCanceled.md
+++ b/api/Visio.Application.PageDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was going to be deleted.|
diff --git a/api/Visio.Application.Path.md b/api/Visio.Application.Path.md
index 34c233d9d4b..2adcb2b8b44 100644
--- a/api/Visio.Application.Path.md
+++ b/api/Visio.Application.Path.md
@@ -23,7 +23,7 @@ Returns the drive and folder path of the Microsoft Visio application. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.PersistsEvents.md b/api/Visio.Application.PersistsEvents.md
index 3d79862915b..54d4fd66538 100644
--- a/api/Visio.Application.PersistsEvents.md
+++ b/api/Visio.Application.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.ProcessID.md b/api/Visio.Application.ProcessID.md
index a6327e0455a..f2459d88ba7 100644
--- a/api/Visio.Application.ProcessID.md
+++ b/api/Visio.Application.ProcessID.md
@@ -23,7 +23,7 @@ Returns the unique identity of the current Microsoft Visio process. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Application.PromptForSummary.md b/api/Visio.Application.PromptForSummary.md
index d7ff18c73ae..837c1f16fc4 100644
--- a/api/Visio.Application.PromptForSummary.md
+++ b/api/Visio.Application.PromptForSummary.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio prompts for document properties when it saves
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.PurgeUndo.md b/api/Visio.Application.PurgeUndo.md
index ee0028ea1af..64bf194a8df 100644
--- a/api/Visio.Application.PurgeUndo.md
+++ b/api/Visio.Application.PurgeUndo.md
@@ -23,7 +23,7 @@ Empties the Microsoft Visio queue of undo actions.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.QueryCancelConvertToGroup.md b/api/Visio.Application.QueryCancelConvertToGroup.md
index 3dd41b0f071..baa7d465470 100644
--- a/api/Visio.Application.QueryCancelConvertToGroup.md
+++ b/api/Visio.Application.QueryCancelConvertToGroup.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal Selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.Application.QueryCancelDocumentClose.md b/api/Visio.Application.QueryCancelDocumentClose.md
index dcd09ac0b44..77df3c9d0d1 100644
--- a/api/Visio.Application.QueryCancelDocumentClose.md
+++ b/api/Visio.Application.QueryCancelDocumentClose.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelDocumentClose'(**_ByVal doc As [IVDOCUMEN
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.Application.QueryCancelGroup.md b/api/Visio.Application.QueryCancelGroup.md
index d353d1f9188..95a5deb7147 100644
--- a/api/Visio.Application.QueryCancelGroup.md
+++ b/api/Visio.Application.QueryCancelGroup.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.Application.QueryCancelMasterDelete.md b/api/Visio.Application.QueryCancelMasterDelete.md
index 1f663ba5475..072e49c3de0 100644
--- a/api/Visio.Application.QueryCancelMasterDelete.md
+++ b/api/Visio.Application.QueryCancelMasterDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelMasterDelete'(**_ByVal Master As [IVMASTE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Application.QueryCancelPageDelete.md b/api/Visio.Application.QueryCancelPageDelete.md
index 315d25d5de3..7ffae32ba16 100644
--- a/api/Visio.Application.QueryCancelPageDelete.md
+++ b/api/Visio.Application.QueryCancelPageDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelPageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Application.QueryCancelQuit.md b/api/Visio.Application.QueryCancelQuit.md
index 5d8c79dce9f..cb6fd00c5a7 100644
--- a/api/Visio.Application.QueryCancelQuit.md
+++ b/api/Visio.Application.QueryCancelQuit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelQuit'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that is going to terminate.|
diff --git a/api/Visio.Application.QueryCancelSelectionDelete.md b/api/Visio.Application.QueryCancelSelectionDelete.md
index b5536f98de2..4dc473f9000 100644
--- a/api/Visio.Application.QueryCancelSelectionDelete.md
+++ b/api/Visio.Application.QueryCancelSelectionDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal Selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.Application.QueryCancelStyleDelete.md b/api/Visio.Application.QueryCancelStyleDelete.md
index af4d2442219..a459f748030 100644
--- a/api/Visio.Application.QueryCancelStyleDelete.md
+++ b/api/Visio.Application.QueryCancelStyleDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelStyleDelete'(**_ByVal Style As [IVSTYLE]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Application.QueryCancelSuspend.md b/api/Visio.Application.QueryCancelSuspend.md
index 60e2d825d9d..6d8120484f1 100644
--- a/api/Visio.Application.QueryCancelSuspend.md
+++ b/api/Visio.Application.QueryCancelSuspend.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelSuspend'(**_ByVal app As [IVAPPLICATION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that responds to the operating system request.|
diff --git a/api/Visio.Application.QueryCancelSuspendEvents.md b/api/Visio.Application.QueryCancelSuspendEvents.md
index 8e12df42eb9..0b275fa6f2f 100644
--- a/api/Visio.Application.QueryCancelSuspendEvents.md
+++ b/api/Visio.Application.QueryCancelSuspendEvents.md
@@ -24,11 +24,11 @@ Private Sub _expression_ _'QueryCancelSuspendEvents'(**_ByVal app As [IVAPPLICA
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio in which firing of events is going to be suspended.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.Application.QueryCancelUngroup.md b/api/Visio.Application.QueryCancelUngroup.md
index 035ff6b68df..6f82674e80b 100644
--- a/api/Visio.Application.QueryCancelUngroup.md
+++ b/api/Visio.Application.QueryCancelUngroup.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal Selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.Application.QueryCancelWindowClose.md b/api/Visio.Application.QueryCancelWindowClose.md
index 2738d4cd2fb..041d38f1887 100644
--- a/api/Visio.Application.QueryCancelWindowClose.md
+++ b/api/Visio.Application.QueryCancelWindowClose.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelWindowClose'(**_ByVal Window As [IVWINDOW
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.Application.QueueMarkerEvent.md b/api/Visio.Application.QueueMarkerEvent.md
index 155ee3e27f5..678eef3314a 100644
--- a/api/Visio.Application.QueueMarkerEvent.md
+++ b/api/Visio.Application.QueueMarkerEvent.md
@@ -27,11 +27,11 @@ Queues a **MarkerEvent** event that fires after all other queued events.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ContextString_|Required| **String**|An arbitrary string that is passed with the event that fires.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.Quit.md b/api/Visio.Application.Quit.md
index a1409808d62..b5e0c53a3ae 100644
--- a/api/Visio.Application.Quit.md
+++ b/api/Visio.Application.Quit.md
@@ -23,7 +23,7 @@ Closes the indicated instance of Microsoft Visio.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.QuitCanceled.md b/api/Visio.Application.QuitCanceled.md
index 380b99e3beb..7f7f60a3d44 100644
--- a/api/Visio.Application.QuitCanceled.md
+++ b/api/Visio.Application.QuitCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QuitCanceled'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that was going to be terminated.|
diff --git a/api/Visio.Application.Redo.md b/api/Visio.Application.Redo.md
index b47d7126ee0..105aa6d2186 100644
--- a/api/Visio.Application.Redo.md
+++ b/api/Visio.Application.Redo.md
@@ -23,7 +23,7 @@ Reverses the most recent undo unit.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.RegisterRibbonX.md b/api/Visio.Application.RegisterRibbonX.md
index a58740f87f3..bc62ce18b19 100644
--- a/api/Visio.Application.RegisterRibbonX.md
+++ b/api/Visio.Application.RegisterRibbonX.md
@@ -27,14 +27,14 @@ Registers the **[IRibbonExtensibility](./Office.IRibbonExtensibility.md)** inte
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceAddOn_|Required| **IRibbonExtensibilty**|The add-on to register.|
| _TargetDocument_|Required| **[Document](Visio.Document.md)**|The document that uses the custom UI.|
| _TargetModes_|Required| **[VisRibbonXModes](Visio.VisRibbonXModes.md)**|The modes in which the custom UI should be visible. See Remarks for possible values.|
| _FriendlyName_|Required| **String**|The name to associate with the UI items and errors that originate in the add-on.|
-### Return Value
+### Return value
**Nothing**
@@ -47,7 +47,7 @@ If _TargetDocument_ is null, the custom UI is defined at the level of the appli
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRxModeNone**|0|Display the custom UI when no documents are open.|
| **visRxModeDrawing**|1|Display the custom UI in Drawing mode.|
diff --git a/api/Visio.Application.RenameCurrentScope.md b/api/Visio.Application.RenameCurrentScope.md
index 4dea30d0ec4..e0381d51898 100644
--- a/api/Visio.Application.RenameCurrentScope.md
+++ b/api/Visio.Application.RenameCurrentScope.md
@@ -27,11 +27,11 @@ Renames the top-level open undo scope.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrScopeName_|Required| **String**|The new name of the undo scope.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.RuleSetValidated.md b/api/Visio.Application.RuleSetValidated.md
index e23b581cbc5..9f4bf32cade 100644
--- a/api/Visio.Application.RuleSetValidated.md
+++ b/api/Visio.Application.RuleSetValidated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'RuleSetValidated'(**_ByVal RuleSet As ValidationRule
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RuleSet_|Required| **[ValidationRuleSet](Visio.ValidationRuleSet.md)**|The rule set that was validated.|
diff --git a/api/Visio.Application.RunModeEntered.md b/api/Visio.Application.RunModeEntered.md
index 107401d7d2d..c8ab6b37ac8 100644
--- a/api/Visio.Application.RunModeEntered.md
+++ b/api/Visio.Application.RunModeEntered.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that entered run mode.|
diff --git a/api/Visio.Application.SaveAsWebObject.md b/api/Visio.Application.SaveAsWebObject.md
index a6996d9d0f9..725c0d9b487 100644
--- a/api/Visio.Application.SaveAsWebObject.md
+++ b/api/Visio.Application.SaveAsWebObject.md
@@ -23,7 +23,7 @@ Returns a reference to the **IDispatch** interface of a **VisSaveAsWeb** object
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Application.ScreenUpdating.md b/api/Visio.Application.ScreenUpdating.md
index 2bdb0b60d80..eb5d3900b12 100644
--- a/api/Visio.Application.ScreenUpdating.md
+++ b/api/Visio.Application.ScreenUpdating.md
@@ -23,7 +23,7 @@ Determines whether the screen is updated (redrawn) during a series of actions. R
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.SelectionAdded.md b/api/Visio.Application.SelectionAdded.md
index a92059881b2..ae269206b86 100644
--- a/api/Visio.Application.SelectionAdded.md
+++ b/api/Visio.Application.SelectionAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SelectionAdded'(**_ByVal Selection As [IVSELECTION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was added to the document.|
diff --git a/api/Visio.Application.SelectionChanged.md b/api/Visio.Application.SelectionChanged.md
index dc5593ffcfb..49afbe29f2e 100644
--- a/api/Visio.Application.SelectionChanged.md
+++ b/api/Visio.Application.SelectionChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window in which the selection changed.|
diff --git a/api/Visio.Application.SelectionDeleteCanceled.md b/api/Visio.Application.SelectionDeleteCanceled.md
index e5880accd9e..4a006121ef9 100644
--- a/api/Visio.Application.SelectionDeleteCanceled.md
+++ b/api/Visio.Application.SelectionDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.Application.SetCustomMenus.md b/api/Visio.Application.SetCustomMenus.md
index e101a7ae248..d3b2158ede1 100644
--- a/api/Visio.Application.SetCustomMenus.md
+++ b/api/Visio.Application.SetCustomMenus.md
@@ -27,11 +27,11 @@ Replaces the current built-in or custom menus of an application or document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MenusObject_|Required| **[IVUIOBJECT]**|An expression that returns a **UIObject** object that represents the new custom menus.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.SetCustomToolbars.md b/api/Visio.Application.SetCustomToolbars.md
index a89ffda4ccf..8bc749a5c2d 100644
--- a/api/Visio.Application.SetCustomToolbars.md
+++ b/api/Visio.Application.SetCustomToolbars.md
@@ -27,11 +27,11 @@ Replaces the current built-in or custom toolbars of an application or document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ToolbarsObject_|Required| **[IVUIOBJECT]**|An expression that returns a **UIObject** object that represents the new custom toolbars.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.SetPreviewEnabled.md b/api/Visio.Application.SetPreviewEnabled.md
index 301aa0c0452..63eb3792bd9 100644
--- a/api/Visio.Application.SetPreviewEnabled.md
+++ b/api/Visio.Application.SetPreviewEnabled.md
@@ -27,12 +27,12 @@ Turns preview on or off for a gallery in the Microsoft Visio user interface.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _GalleryName_|Required| **String**|The name of the gallery for which you want to set the preview status. See Remarks.|
| _OnOrOff_|Required| **Boolean**| **True** to turn preview on for the specified gallery; **False** to turn preview off.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Application.Settings.md b/api/Visio.Application.Settings.md
index 7f65eae0432..ae8462e8ebd 100644
--- a/api/Visio.Application.Settings.md
+++ b/api/Visio.Application.Settings.md
@@ -23,7 +23,7 @@ Returns an **ApplicationSettings** object, which you can use to set Microsoft V
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
**ApplicationSettings**
diff --git a/api/Visio.Application.ShapeAdded.md b/api/Visio.Application.ShapeAdded.md
index 2ba1975bbc4..1df8cca632b 100644
--- a/api/Visio.Application.ShapeAdded.md
+++ b/api/Visio.Application.ShapeAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.Application.ShapeChanged.md b/api/Visio.Application.ShapeChanged.md
index 2385af8f277..0eb45d7bc5a 100644
--- a/api/Visio.Application.ShapeChanged.md
+++ b/api/Visio.Application.ShapeChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose property changed.|
diff --git a/api/Visio.Application.ShapeDataGraphicChanged.md b/api/Visio.Application.ShapeDataGraphicChanged.md
index fce30e54e16..2dfa1931b41 100644
--- a/api/Visio.Application.ShapeDataGraphicChanged.md
+++ b/api/Visio.Application.ShapeDataGraphicChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.Application.ShapeExitedTextEdit.md b/api/Visio.Application.ShapeExitedTextEdit.md
index 8356056a2aa..55de2079409 100644
--- a/api/Visio.Application.ShapeExitedTextEdit.md
+++ b/api/Visio.Application.ShapeExitedTextEdit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.Application.ShapeLinkAdded.md b/api/Visio.Application.ShapeLinkAdded.md
index c352e1ccbe3..19aa2884d16 100644
--- a/api/Visio.Application.ShapeLinkAdded.md
+++ b/api/Visio.Application.ShapeLinkAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeLinkAdded'(**_ByVal Shape As [IVSHAPE]_** , **_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is linked to data.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row linked to the shape.|
diff --git a/api/Visio.Application.ShapeLinkDeleted.md b/api/Visio.Application.ShapeLinkDeleted.md
index 3272f8af1a1..a7801400365 100644
--- a/api/Visio.Application.ShapeLinkDeleted.md
+++ b/api/Visio.Application.ShapeLinkDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeLinkDeleted'(**_ByVal Shape As [IVSHAPE]_** , *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose link to a data row was broken.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row that was linked to the shape.|
diff --git a/api/Visio.Application.ShapeParentChanged.md b/api/Visio.Application.ShapeParentChanged.md
index 6e94dee6ba1..74d65e4b4b2 100644
--- a/api/Visio.Application.ShapeParentChanged.md
+++ b/api/Visio.Application.ShapeParentChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.Application.ShowChanges.md b/api/Visio.Application.ShowChanges.md
index 13c21dfa29d..7ca2a23980b 100644
--- a/api/Visio.Application.ShowChanges.md
+++ b/api/Visio.Application.ShowChanges.md
@@ -23,7 +23,7 @@ Determines whether the screen is updated (redrawn) during a series of actions. R
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Application.ShowProgress.md b/api/Visio.Application.ShowProgress.md
index 2f2ffd410a4..8f71ccc0d8e 100644
--- a/api/Visio.Application.ShowProgress.md
+++ b/api/Visio.Application.ShowProgress.md
@@ -23,7 +23,7 @@ Determines whether a progress indicator is shown while performing certain operat
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.ShowStatusBar.md b/api/Visio.Application.ShowStatusBar.md
index edadec775bb..9b005fae5e0 100644
--- a/api/Visio.Application.ShowStatusBar.md
+++ b/api/Visio.Application.ShowStatusBar.md
@@ -23,7 +23,7 @@ Determines whether the status bar is shown. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.ShowToolbar.md b/api/Visio.Application.ShowToolbar.md
index 040d0d20767..8b7336187b4 100644
--- a/api/Visio.Application.ShowToolbar.md
+++ b/api/Visio.Application.ShowToolbar.md
@@ -23,7 +23,7 @@ Determines whether toolbars and menu bars are visible. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.StartupPaths.md b/api/Visio.Application.StartupPaths.md
index 97fe5ad8f60..5c016dad1e4 100644
--- a/api/Visio.Application.StartupPaths.md
+++ b/api/Visio.Application.StartupPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for third-party and user add-
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.Stat.md b/api/Visio.Application.Stat.md
index 78941f60da3..c4280d26860 100644
--- a/api/Visio.Application.Stat.md
+++ b/api/Visio.Application.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.StencilPaths.md b/api/Visio.Application.StencilPaths.md
index e231d2d96d2..24a7c7a5302 100644
--- a/api/Visio.Application.StencilPaths.md
+++ b/api/Visio.Application.StencilPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for stencils. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.StyleAdded.md b/api/Visio.Application.StyleAdded.md
index 2d26a181e05..bf725ff4233 100644
--- a/api/Visio.Application.StyleAdded.md
+++ b/api/Visio.Application.StyleAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was added to the document.|
diff --git a/api/Visio.Application.StyleChanged.md b/api/Visio.Application.StyleChanged.md
index 10b8acafafd..ae28dcb2a8c 100644
--- a/api/Visio.Application.StyleChanged.md
+++ b/api/Visio.Application.StyleChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that changed.|
diff --git a/api/Visio.Application.StyleDeleteCanceled.md b/api/Visio.Application.StyleDeleteCanceled.md
index e99f5a67dc3..8b345af2c7f 100644
--- a/api/Visio.Application.StyleDeleteCanceled.md
+++ b/api/Visio.Application.StyleDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was going to be deleted.|
diff --git a/api/Visio.Application.SuspendCanceled.md b/api/Visio.Application.SuspendCanceled.md
index 701afc92739..e15b05fef2f 100644
--- a/api/Visio.Application.SuspendCanceled.md
+++ b/api/Visio.Application.SuspendCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SuspendCanceled'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that was going to be suspended.|
diff --git a/api/Visio.Application.SuspendEventsCanceled.md b/api/Visio.Application.SuspendEventsCanceled.md
index 0fcbcb3b174..83ffab6d100 100644
--- a/api/Visio.Application.SuspendEventsCanceled.md
+++ b/api/Visio.Application.SuspendEventsCanceled.md
@@ -24,11 +24,11 @@ Private Sub _expression_ _'SuspendEventsCanceled'(**_ByVal app As_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio in which firing of events was going to be suspended.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.Application.TemplatePaths.md b/api/Visio.Application.TemplatePaths.md
index 1335489eb03..e4348e024b2 100644
--- a/api/Visio.Application.TemplatePaths.md
+++ b/api/Visio.Application.TemplatePaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for templates. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.Application.TextChanged.md b/api/Visio.Application.TextChanged.md
index 2eeb3466ec2..71835d63b51 100644
--- a/api/Visio.Application.TextChanged.md
+++ b/api/Visio.Application.TextChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'TextChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose text changed.|
diff --git a/api/Visio.Application.TraceFlags.md b/api/Visio.Application.TraceFlags.md
index 03a75793c97..bbca3b9d27f 100644
--- a/api/Visio.Application.TraceFlags.md
+++ b/api/Visio.Application.TraceFlags.md
@@ -23,7 +23,7 @@ Gets or sets events logged during a Microsoft Visio instance. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.TypelibMajorVersion.md b/api/Visio.Application.TypelibMajorVersion.md
index beae84f1750..6f426968729 100644
--- a/api/Visio.Application.TypelibMajorVersion.md
+++ b/api/Visio.Application.TypelibMajorVersion.md
@@ -23,7 +23,7 @@ Returns the major version number of the Microsoft Visio type library. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.TypelibMinorVersion.md b/api/Visio.Application.TypelibMinorVersion.md
index 69aed05ade9..afc1973c392 100644
--- a/api/Visio.Application.TypelibMinorVersion.md
+++ b/api/Visio.Application.TypelibMinorVersion.md
@@ -23,7 +23,7 @@ Returns the minor version number of the Microsoft Visio type library. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Application.Undo.md b/api/Visio.Application.Undo.md
index 0e2704fcb77..d2d0c3db16e 100644
--- a/api/Visio.Application.Undo.md
+++ b/api/Visio.Application.Undo.md
@@ -23,7 +23,7 @@ Reverses the most recent undo unit, if the undo unit can be reversed.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Application.UndoEnabled.md b/api/Visio.Application.UndoEnabled.md
index 8e41418e3ad..959279763a9 100644
--- a/api/Visio.Application.UndoEnabled.md
+++ b/api/Visio.Application.UndoEnabled.md
@@ -23,7 +23,7 @@ Determines whether undo information is maintained in memory. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Application.UngroupCanceled.md b/api/Visio.Application.UngroupCanceled.md
index f569f55f852..017c57a63f8 100644
--- a/api/Visio.Application.UngroupCanceled.md
+++ b/api/Visio.Application.UngroupCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.Application.UnregisterRibbonX.md b/api/Visio.Application.UnregisterRibbonX.md
index 5e34f10bc6a..4be9f7bacb9 100644
--- a/api/Visio.Application.UnregisterRibbonX.md
+++ b/api/Visio.Application.UnregisterRibbonX.md
@@ -27,12 +27,12 @@ Unregisters a previouly registered **IRibbonExtensiblity** interface that a Mic
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceAddOn_|Required| **IRibbonExtensibility**|The add-in to unregister.|
| _TargetDocument_|Required| **[Document](Visio.Document.md)**|The document in which to unregister the add-in.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Application.UserName.md b/api/Visio.Application.UserName.md
index 72b0efcaad0..e55254b12c5 100644
--- a/api/Visio.Application.UserName.md
+++ b/api/Visio.Application.UserName.md
@@ -23,7 +23,7 @@ Gets or sets the user name of an **Application** object. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.VBAEnabled.md b/api/Visio.Application.VBAEnabled.md
index 20c9cfb11bb..7666f40fe40 100644
--- a/api/Visio.Application.VBAEnabled.md
+++ b/api/Visio.Application.VBAEnabled.md
@@ -23,7 +23,7 @@ Specifies whether Microsoft Visual Basic for Applications (VBA) is enabled in th
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Application.Vbe.md b/api/Visio.Application.Vbe.md
index 96ea70499b5..fdd24570712 100644
--- a/api/Visio.Application.Vbe.md
+++ b/api/Visio.Application.Vbe.md
@@ -23,7 +23,7 @@ Gets the root object of the object model exposed by Microsoft Visual Basic for A
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Application.Version.md b/api/Visio.Application.Version.md
index 05049e81269..9b960598c38 100644
--- a/api/Visio.Application.Version.md
+++ b/api/Visio.Application.Version.md
@@ -23,7 +23,7 @@ Returns the version of a running Microsoft Visio instance. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Application.ViewChanged.md b/api/Visio.Application.ViewChanged.md
index e6e64d1a6f1..005653b46f9 100644
--- a/api/Visio.Application.ViewChanged.md
+++ b/api/Visio.Application.ViewChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ViewChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose zoom level or scroll position changed.|
diff --git a/api/Visio.Application.Visible.md b/api/Visio.Application.Visible.md
index 798ff56a085..65b950932ce 100644
--- a/api/Visio.Application.Visible.md
+++ b/api/Visio.Application.Visible.md
@@ -23,7 +23,7 @@ Determines whether an object is visible. Read/write.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Application.VisioIsIdle.md b/api/Visio.Application.VisioIsIdle.md
index 15a6c5f7268..96ca359057a 100644
--- a/api/Visio.Application.VisioIsIdle.md
+++ b/api/Visio.Application.VisioIsIdle.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'VisioIsIdle'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that emptied its message queue.|
diff --git a/api/Visio.Application.Window.md b/api/Visio.Application.Window.md
index 5d57bdae86a..183b9f81a3e 100644
--- a/api/Visio.Application.Window.md
+++ b/api/Visio.Application.Window.md
@@ -23,7 +23,7 @@ Returns the window associated with the current instance of Microsoft Visio. Read
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Application.WindowActivated.md b/api/Visio.Application.WindowActivated.md
index ed35df94a58..79d2cb2a69d 100644
--- a/api/Visio.Application.WindowActivated.md
+++ b/api/Visio.Application.WindowActivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowActivated'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was activated.|
diff --git a/api/Visio.Application.WindowChanged.md b/api/Visio.Application.WindowChanged.md
index c8801b574b2..5495f2cd624 100644
--- a/api/Visio.Application.WindowChanged.md
+++ b/api/Visio.Application.WindowChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose size or position has changed.|
diff --git a/api/Visio.Application.WindowCloseCanceled.md b/api/Visio.Application.WindowCloseCanceled.md
index 355ff7d7032..20ff99d4695 100644
--- a/api/Visio.Application.WindowCloseCanceled.md
+++ b/api/Visio.Application.WindowCloseCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was going to be closed.|
diff --git a/api/Visio.Application.WindowHandle32.md b/api/Visio.Application.WindowHandle32.md
index f1157dd0076..ba8fa03c471 100644
--- a/api/Visio.Application.WindowHandle32.md
+++ b/api/Visio.Application.WindowHandle32.md
@@ -23,7 +23,7 @@ Returns the 32-bit handle of a Microsoft Visio window. Read-only.
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Application.WindowOpened.md b/api/Visio.Application.WindowOpened.md
index ca6003c1400..2b7206495b4 100644
--- a/api/Visio.Application.WindowOpened.md
+++ b/api/Visio.Application.WindowOpened.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowOpened'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that opened.|
diff --git a/api/Visio.Application.WindowTurnedToPage.md b/api/Visio.Application.WindowTurnedToPage.md
index b166e8c3f3a..e344bc17257 100644
--- a/api/Visio.Application.WindowTurnedToPage.md
+++ b/api/Visio.Application.WindowTurnedToPage.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that shows a different page.|
diff --git a/api/Visio.Application.Windows.md b/api/Visio.Application.Windows.md
index 4bc1c9d0163..c702e1e17aa 100644
--- a/api/Visio.Application.Windows.md
+++ b/api/Visio.Application.Windows.md
@@ -23,7 +23,7 @@ Returns the **Windows** collection for a Microsoft Visio instance or window. Re
_expression_ A variable that represents an [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Windows
diff --git a/api/Visio.ApplicationSettings.Application.md b/api/Visio.ApplicationSettings.Application.md
index b11d95cf37e..9b47e0fb7f6 100644
--- a/api/Visio.ApplicationSettings.Application.md
+++ b/api/Visio.ApplicationSettings.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.ApplicationSettings.ApplyBackgroundToDocument.md b/api/Visio.ApplicationSettings.ApplyBackgroundToDocument.md
index ab7979934d1..e857f45ddf2 100644
--- a/api/Visio.ApplicationSettings.ApplyBackgroundToDocument.md
+++ b/api/Visio.ApplicationSettings.ApplyBackgroundToDocument.md
@@ -23,7 +23,7 @@ Determines whether the selected background or border is applied to all pages in
_expression_ A variable that represents an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ApplicationSettings.ApplyThemesOnShapeAdd.md b/api/Visio.ApplicationSettings.ApplyThemesOnShapeAdd.md
index 66ff345dbe9..73d11f7efc9 100644
--- a/api/Visio.ApplicationSettings.ApplyThemesOnShapeAdd.md
+++ b/api/Visio.ApplicationSettings.ApplyThemesOnShapeAdd.md
@@ -23,7 +23,7 @@ Gets or sets whether to apply themes to new shapes when they are added to the dr
_expression_ An expression that returns a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.AsianTextUI.md b/api/Visio.ApplicationSettings.AsianTextUI.md
index 6bd257eab01..548c0878d47 100644
--- a/api/Visio.ApplicationSettings.AsianTextUI.md
+++ b/api/Visio.ApplicationSettings.AsianTextUI.md
@@ -23,7 +23,7 @@ Gets whether Asian text is displayed in the Microsoft Visio user interface. Read
_expression_ An expression that returns a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
VisRegionalUIOptions
diff --git a/api/Visio.ApplicationSettings.BIDITextUI.md b/api/Visio.ApplicationSettings.BIDITextUI.md
index 5839aabf8bb..ef4d4d3cc84 100644
--- a/api/Visio.ApplicationSettings.BIDITextUI.md
+++ b/api/Visio.ApplicationSettings.BIDITextUI.md
@@ -23,7 +23,7 @@ Gets the current setting for display of right-to-left languages. Read-only.
_expression_ An expression that returns a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
VisRegionalUIOptions
diff --git a/api/Visio.ApplicationSettings.CenterSelectionOnZoom.md b/api/Visio.ApplicationSettings.CenterSelectionOnZoom.md
index 05fd43ff50b..447a7b03e7e 100644
--- a/api/Visio.ApplicationSettings.CenterSelectionOnZoom.md
+++ b/api/Visio.ApplicationSettings.CenterSelectionOnZoom.md
@@ -23,7 +23,7 @@ Determines whether when the user zooms in, the selection appears in the center o
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.ComplexTextUI.md b/api/Visio.ApplicationSettings.ComplexTextUI.md
index d6ad1aeb009..1243842a3b9 100644
--- a/api/Visio.ApplicationSettings.ComplexTextUI.md
+++ b/api/Visio.ApplicationSettings.ComplexTextUI.md
@@ -23,7 +23,7 @@ Gets whether complex text is displayed in the Microsoft Visio user interface. Re
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
VisRegionalUIOptions
diff --git a/api/Visio.ApplicationSettings.ConnectorSplittingEnabled.md b/api/Visio.ApplicationSettings.ConnectorSplittingEnabled.md
index 23218b6cb31..c27ba38dcaa 100644
--- a/api/Visio.ApplicationSettings.ConnectorSplittingEnabled.md
+++ b/api/Visio.ApplicationSettings.ConnectorSplittingEnabled.md
@@ -23,7 +23,7 @@ Determines whether connector splitting is enabled in Microsoft Visio. Read/write
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.DefaultSaveFormat.md b/api/Visio.ApplicationSettings.DefaultSaveFormat.md
index 88a48c57925..a1ba5464778 100644
--- a/api/Visio.ApplicationSettings.DefaultSaveFormat.md
+++ b/api/Visio.ApplicationSettings.DefaultSaveFormat.md
@@ -23,7 +23,7 @@ Determines the default format for saving Microsoft Visio files. Read/write.
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
VisDefaultSaveFormats
diff --git a/api/Visio.ApplicationSettings.DeleteConnectorsEnabled.md b/api/Visio.ApplicationSettings.DeleteConnectorsEnabled.md
index faf691c09fd..fe5b361eb24 100644
--- a/api/Visio.ApplicationSettings.DeleteConnectorsEnabled.md
+++ b/api/Visio.ApplicationSettings.DeleteConnectorsEnabled.md
@@ -23,7 +23,7 @@ Determines whether connectors are deleted when a shape to which they are connect
_expression_ A variable that represents an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.DeveloperMode.md b/api/Visio.ApplicationSettings.DeveloperMode.md
index a494d430b1c..fe1195eecf8 100644
--- a/api/Visio.ApplicationSettings.DeveloperMode.md
+++ b/api/Visio.ApplicationSettings.DeveloperMode.md
@@ -23,7 +23,7 @@ Determines if certain user interface functions for the development environment i
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.DrawingAids.md b/api/Visio.ApplicationSettings.DrawingAids.md
index ada2335b040..5136e8a43c3 100644
--- a/api/Visio.ApplicationSettings.DrawingAids.md
+++ b/api/Visio.ApplicationSettings.DrawingAids.md
@@ -23,7 +23,7 @@ Determines whether drawing aids are currently active in Microsoft Visio. Read/wr
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.DrawingBackgroundColor.md b/api/Visio.ApplicationSettings.DrawingBackgroundColor.md
index e61820ec43c..e64cdce56b5 100644
--- a/api/Visio.ApplicationSettings.DrawingBackgroundColor.md
+++ b/api/Visio.ApplicationSettings.DrawingBackgroundColor.md
@@ -23,7 +23,7 @@ Determines the background color of the Microsoft Visio drawing window for the cu
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
OLE_COLOR
diff --git a/api/Visio.ApplicationSettings.DrawingBackgroundColorGradient.md b/api/Visio.ApplicationSettings.DrawingBackgroundColorGradient.md
index 07643d944db..4e3ed1cc8f8 100644
--- a/api/Visio.ApplicationSettings.DrawingBackgroundColorGradient.md
+++ b/api/Visio.ApplicationSettings.DrawingBackgroundColorGradient.md
@@ -23,7 +23,7 @@ Determines the background gradient color of the Microsoft Visio drawing window f
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
OLE_COLOR
diff --git a/api/Visio.ApplicationSettings.DrawingPageColor.md b/api/Visio.ApplicationSettings.DrawingPageColor.md
index 4cc326ac5b8..f0e6a1fec26 100644
--- a/api/Visio.ApplicationSettings.DrawingPageColor.md
+++ b/api/Visio.ApplicationSettings.DrawingPageColor.md
@@ -23,7 +23,7 @@ Determines the page color of the Microsoft Visio drawing window for the current
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
OLE_COLOR
diff --git a/api/Visio.ApplicationSettings.EnableAutoConnect.md b/api/Visio.ApplicationSettings.EnableAutoConnect.md
index fa8ac0b8116..3cab17fff5d 100644
--- a/api/Visio.ApplicationSettings.EnableAutoConnect.md
+++ b/api/Visio.ApplicationSettings.EnableAutoConnect.md
@@ -23,7 +23,7 @@ Determines whether the **AutoConnect** feature is enabled in the Microsoft Visi
_expression_ An expression that returns a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.EnableFormulaAutoComplete.md b/api/Visio.ApplicationSettings.EnableFormulaAutoComplete.md
index d6229997655..0af284fda4d 100644
--- a/api/Visio.ApplicationSettings.EnableFormulaAutoComplete.md
+++ b/api/Visio.ApplicationSettings.EnableFormulaAutoComplete.md
@@ -23,7 +23,7 @@ Indicates whether ShapeSheet formula AutoComplete is enabled. Read/write.
_expression_ A variable that represents an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ApplicationSettings.FreeformDrawingPrecision.md b/api/Visio.ApplicationSettings.FreeformDrawingPrecision.md
index 9db07be7647..5b4e766de6d 100644
--- a/api/Visio.ApplicationSettings.FreeformDrawingPrecision.md
+++ b/api/Visio.ApplicationSettings.FreeformDrawingPrecision.md
@@ -23,7 +23,7 @@ Determines the margin of error allowed when the **Freeform** tool is drawing a
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.FreeformDrawingSmoothing.md b/api/Visio.ApplicationSettings.FreeformDrawingSmoothing.md
index 3316f376a54..381661c77a7 100644
--- a/api/Visio.ApplicationSettings.FreeformDrawingSmoothing.md
+++ b/api/Visio.ApplicationSettings.FreeformDrawingSmoothing.md
@@ -23,7 +23,7 @@ Determines how precisely mouse movements are smoothed when drawing a spline. Rea
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.KanaFindAndReplace.md b/api/Visio.ApplicationSettings.KanaFindAndReplace.md
index f0ae19e3abb..ca22795b793 100644
--- a/api/Visio.ApplicationSettings.KanaFindAndReplace.md
+++ b/api/Visio.ApplicationSettings.KanaFindAndReplace.md
@@ -23,7 +23,7 @@ Gets whether additional options specific to Japanese in the **Find** and **Repl
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
VisRegionalUIOptions
diff --git a/api/Visio.ApplicationSettings.KashidaTextUI.md b/api/Visio.ApplicationSettings.KashidaTextUI.md
index 8c88b88709a..edb41a804be 100644
--- a/api/Visio.ApplicationSettings.KashidaTextUI.md
+++ b/api/Visio.ApplicationSettings.KashidaTextUI.md
@@ -23,7 +23,7 @@ Gets the current setting for display of Kashida text-justification in certain cu
_expression_ An expression that returns a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
VisRegionalUIOptions
diff --git a/api/Visio.ApplicationSettings.ObjectType.md b/api/Visio.ApplicationSettings.ObjectType.md
index 60a15bfe496..1410fa872ff 100644
--- a/api/Visio.ApplicationSettings.ObjectType.md
+++ b/api/Visio.ApplicationSettings.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
VisObjectTypes
diff --git a/api/Visio.ApplicationSettings.RecentFilesListSize.md b/api/Visio.ApplicationSettings.RecentFilesListSize.md
index 6a88d05eeb3..10dff0aaa20 100644
--- a/api/Visio.ApplicationSettings.RecentFilesListSize.md
+++ b/api/Visio.ApplicationSettings.RecentFilesListSize.md
@@ -23,7 +23,7 @@ Determines the number of entries in the **Recent Documents** list in the Micros
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.RecentTemplatesListSize.md b/api/Visio.ApplicationSettings.RecentTemplatesListSize.md
index d67d9001d95..63e9bb024d5 100644
--- a/api/Visio.ApplicationSettings.RecentTemplatesListSize.md
+++ b/api/Visio.ApplicationSettings.RecentTemplatesListSize.md
@@ -23,7 +23,7 @@ Determines the number of entries in the **Recent Templates** list in the Micros
_expression_ A variable that represents an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ApplicationSettings.SATextUI.md b/api/Visio.ApplicationSettings.SATextUI.md
index 1bb6aa9af04..a933a789aa9 100644
--- a/api/Visio.ApplicationSettings.SATextUI.md
+++ b/api/Visio.ApplicationSettings.SATextUI.md
@@ -23,7 +23,7 @@ Gets the current setting for display of South Asian languages. Read-only.
_expression_ An expression that returns a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
VisRegionalUIOptions
diff --git a/api/Visio.ApplicationSettings.ShowChooseDrawingTypePane.md b/api/Visio.ApplicationSettings.ShowChooseDrawingTypePane.md
index 8dd1c1de00f..70391ddd728 100644
--- a/api/Visio.ApplicationSettings.ShowChooseDrawingTypePane.md
+++ b/api/Visio.ApplicationSettings.ShowChooseDrawingTypePane.md
@@ -23,7 +23,7 @@ Determines if the **New** tab appears when the user opens Microsoft Visio. Read
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.ShowFileOpenWarnings.md b/api/Visio.ApplicationSettings.ShowFileOpenWarnings.md
index 0c96a96be29..14180b6b5b0 100644
--- a/api/Visio.ApplicationSettings.ShowFileOpenWarnings.md
+++ b/api/Visio.ApplicationSettings.ShowFileOpenWarnings.md
@@ -23,7 +23,7 @@ Determines if warning messages appear when the user attempts to open files in XM
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.ShowFileSaveWarnings.md b/api/Visio.ApplicationSettings.ShowFileSaveWarnings.md
index 8e93fd2fbba..20d18cfba37 100644
--- a/api/Visio.ApplicationSettings.ShowFileSaveWarnings.md
+++ b/api/Visio.ApplicationSettings.ShowFileSaveWarnings.md
@@ -23,7 +23,7 @@ Determines if warning messages appear when the user attempts to save in XML form
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.ShowMoreShapeHandlesOnHover.md b/api/Visio.ApplicationSettings.ShowMoreShapeHandlesOnHover.md
index d914eca929b..bf04fa1559c 100644
--- a/api/Visio.ApplicationSettings.ShowMoreShapeHandlesOnHover.md
+++ b/api/Visio.ApplicationSettings.ShowMoreShapeHandlesOnHover.md
@@ -23,7 +23,7 @@ Gets or sets whether to show additional shape handles when the mouse is paused o
_expression_ An expression that returns an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.ShowShapeSearchPane.md b/api/Visio.ApplicationSettings.ShowShapeSearchPane.md
index 29ce5e32b24..be7dcb3fa21 100644
--- a/api/Visio.ApplicationSettings.ShowShapeSearchPane.md
+++ b/api/Visio.ApplicationSettings.ShowShapeSearchPane.md
@@ -23,7 +23,7 @@ Gets or sets whether the **Shape Search** pane is visible in the Microsoft Visi
_expression_ An expression that returns an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.ShowSmartTags.md b/api/Visio.ApplicationSettings.ShowSmartTags.md
index cb3ca19570e..3907b91523f 100644
--- a/api/Visio.ApplicationSettings.ShowSmartTags.md
+++ b/api/Visio.ApplicationSettings.ShowSmartTags.md
@@ -23,7 +23,7 @@ Determines whether display of smart tags in Microsoft Visio is enabled. Read/wri
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ApplicationSettings.SnapStrengthExtensionsX.md b/api/Visio.ApplicationSettings.SnapStrengthExtensionsX.md
index ef12261c9ad..fbf0026d21a 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthExtensionsX.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthExtensionsX.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the _x_ -axis that shape extension lines
_expression_ A variable that represents a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthExtensionsY.md b/api/Visio.ApplicationSettings.SnapStrengthExtensionsY.md
index 200abf64d84..a1c26c490da 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthExtensionsY.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthExtensionsY.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the _y-_ axis that shape extension lines
_expression_ A variable that represents a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthGeometryX.md b/api/Visio.ApplicationSettings.SnapStrengthGeometryX.md
index 4d9ccceeecc..996b6e0c8b7 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthGeometryX.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthGeometryX.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the _x_ -axis that shape geometry pulls
_expression_ A variable that represents a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthGeometryY.md b/api/Visio.ApplicationSettings.SnapStrengthGeometryY.md
index 064900bec1e..3415910fb2d 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthGeometryY.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthGeometryY.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the _y_ -axis that shape geometry pulls
_expression_ A variable that represents a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthGridX.md b/api/Visio.ApplicationSettings.SnapStrengthGridX.md
index 1cb93747e2f..45138b1cbfb 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthGridX.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthGridX.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the x-axis that gridlines pull when snapp
_expression_ A variable that represents a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthGridY.md b/api/Visio.ApplicationSettings.SnapStrengthGridY.md
index 0385e89c271..25810d3c3a6 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthGridY.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthGridY.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the _y_-axis that gridlines pull when sn
_expression_ A variable that represents a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthGuidesX.md b/api/Visio.ApplicationSettings.SnapStrengthGuidesX.md
index 6e2fd95decd..914ce08170d 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthGuidesX.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthGuidesX.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the x-axis that guides pull when snapping
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthGuidesY.md b/api/Visio.ApplicationSettings.SnapStrengthGuidesY.md
index a9c2fa9132a..e8052f85515 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthGuidesY.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthGuidesY.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the y-axis that guides pull when snapping
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthPointsX.md b/api/Visio.ApplicationSettings.SnapStrengthPointsX.md
index 77f6ac45d1d..1abde728bfe 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthPointsX.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthPointsX.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the x-axis that points pull when snapping
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthPointsY.md b/api/Visio.ApplicationSettings.SnapStrengthPointsY.md
index 816b9187bbc..962016c5f75 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthPointsY.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthPointsY.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the y-axis that points pull when snapping
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthRulerX.md b/api/Visio.ApplicationSettings.SnapStrengthRulerX.md
index 70329c26bba..3ea49338f58 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthRulerX.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthRulerX.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the x-axis that rulers pull when snapping
_expression_ A variable that represents a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.SnapStrengthRulerY.md b/api/Visio.ApplicationSettings.SnapStrengthRulerY.md
index 8d8c7c25aca..7023d735248 100644
--- a/api/Visio.ApplicationSettings.SnapStrengthRulerY.md
+++ b/api/Visio.ApplicationSettings.SnapStrengthRulerY.md
@@ -23,7 +23,7 @@ Specifies the distance in pixels along the y-axis that rulers pull when snapping
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.Stat.md b/api/Visio.ApplicationSettings.Stat.md
index 434e6ce0227..08ad6e9cfba 100644
--- a/api/Visio.ApplicationSettings.Stat.md
+++ b/api/Visio.ApplicationSettings.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ApplicationSettings.StencilBackgroundColor.md b/api/Visio.ApplicationSettings.StencilBackgroundColor.md
index 9d72913fdfb..26d3fdc6326 100644
--- a/api/Visio.ApplicationSettings.StencilBackgroundColor.md
+++ b/api/Visio.ApplicationSettings.StencilBackgroundColor.md
@@ -23,7 +23,7 @@ Determines the background color of the Microsoft Visio stencil window for the cu
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
OLE_COLOR
diff --git a/api/Visio.ApplicationSettings.StencilBackgroundColorGradient.md b/api/Visio.ApplicationSettings.StencilBackgroundColorGradient.md
index 83cd5daba71..328a0aa253d 100644
--- a/api/Visio.ApplicationSettings.StencilBackgroundColorGradient.md
+++ b/api/Visio.ApplicationSettings.StencilBackgroundColorGradient.md
@@ -23,7 +23,7 @@ Determines the background gradient color of the Microsoft Visio stencil window f
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
OLE_COLOR
diff --git a/api/Visio.ApplicationSettings.StencilCharactersPerLine.md b/api/Visio.ApplicationSettings.StencilCharactersPerLine.md
index ec4e83e85cc..933032233d6 100644
--- a/api/Visio.ApplicationSettings.StencilCharactersPerLine.md
+++ b/api/Visio.ApplicationSettings.StencilCharactersPerLine.md
@@ -23,7 +23,7 @@ For shapes on stencils, determines approximately how many characters of each sha
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ApplicationSettings.StencilLinesPerMaster.md b/api/Visio.ApplicationSettings.StencilLinesPerMaster.md
index aff602dd8a4..4be4bc563a9 100644
--- a/api/Visio.ApplicationSettings.StencilLinesPerMaster.md
+++ b/api/Visio.ApplicationSettings.StencilLinesPerMaster.md
@@ -23,7 +23,7 @@ For shapes on stencils in Microsoft Visio, determines how many lines of text of
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ApplicationSettings.StencilTextColor.md b/api/Visio.ApplicationSettings.StencilTextColor.md
index eb88f5fd3c8..8d26ce8d785 100644
--- a/api/Visio.ApplicationSettings.StencilTextColor.md
+++ b/api/Visio.ApplicationSettings.StencilTextColor.md
@@ -23,7 +23,7 @@ Determines the color of text in stencil windows in Microsoft Visio for the curre
_expression_ A variable that represents a [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
OLE_COLOR
diff --git a/api/Visio.ApplicationSettings.TransitionsEnabled.md b/api/Visio.ApplicationSettings.TransitionsEnabled.md
index 96faedcc618..051621782d8 100644
--- a/api/Visio.ApplicationSettings.TransitionsEnabled.md
+++ b/api/Visio.ApplicationSettings.TransitionsEnabled.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio uses an animated transition to show certain s
_expression_ A variable that represents an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ApplicationSettings.UndoLevels.md b/api/Visio.ApplicationSettings.UndoLevels.md
index 393008fe78b..3767cf54363 100644
--- a/api/Visio.ApplicationSettings.UndoLevels.md
+++ b/api/Visio.ApplicationSettings.UndoLevels.md
@@ -23,7 +23,7 @@ Determines the number of consecutive actions the user can undo in Microsoft Visi
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ApplicationSettings.UserInitials.md b/api/Visio.ApplicationSettings.UserInitials.md
index 0754ca7cf35..dfff0484cd7 100644
--- a/api/Visio.ApplicationSettings.UserInitials.md
+++ b/api/Visio.ApplicationSettings.UserInitials.md
@@ -23,7 +23,7 @@ Determines the user initials associated with the Microsoft Visio file. Read/writ
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ApplicationSettings.UserName.md b/api/Visio.ApplicationSettings.UserName.md
index ef48763de2c..19416b26a33 100644
--- a/api/Visio.ApplicationSettings.UserName.md
+++ b/api/Visio.ApplicationSettings.UserName.md
@@ -23,7 +23,7 @@ Gets or sets the user name of an **Application** object. Read/write.
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.ApplicationSettings.ZoomOnRoll.md b/api/Visio.ApplicationSettings.ZoomOnRoll.md
index bc879bae015..3de36fc7d15 100644
--- a/api/Visio.ApplicationSettings.ZoomOnRoll.md
+++ b/api/Visio.ApplicationSettings.ZoomOnRoll.md
@@ -23,7 +23,7 @@ Determines whether zooming in to and out from a Microsoft Visio drawing by rolli
_expression_ A variable that represents an [ApplicationSettings](./Visio.ApplicationSettings.md) object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.AttachToVisioDoc.md b/api/Visio.AttachToVisioDoc.md
index 62a664c7c89..6648f15e09c 100644
--- a/api/Visio.AttachToVisioDoc.md
+++ b/api/Visio.AttachToVisioDoc.md
@@ -24,11 +24,11 @@ Indicates which document to save as a Web page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|docObj |Required| **Document**|An Automation object that supports the **IVDocument** interface.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.AutoSizeDrawing.md b/api/Visio.AutoSizeDrawing.md
index 88e6813033f..374efe98de4 100644
--- a/api/Visio.AutoSizeDrawing.md
+++ b/api/Visio.AutoSizeDrawing.md
@@ -23,7 +23,7 @@ Automatically resizes the drawing page by adding as many printer-paper-sized til
_expression_ An expression that returns a '[Page](Visio.Page.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.BuildNumber.md b/api/Visio.BuildNumber.md
index 1bd872ff3a7..5677b62c6ca 100644
--- a/api/Visio.BuildNumber.md
+++ b/api/Visio.BuildNumber.md
@@ -20,7 +20,7 @@ Gets the build number of Microsoft Visio Viewer. Read-only.
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Cell.Application.md b/api/Visio.Cell.Application.md
index 638f0b53af6..e99c108fd2c 100644
--- a/api/Visio.Cell.Application.md
+++ b/api/Visio.Cell.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Cell.CellChanged.md b/api/Visio.Cell.CellChanged.md
index abd61741894..abc9f20a64f 100644
--- a/api/Visio.Cell.CellChanged.md
+++ b/api/Visio.Cell.CellChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Cell.Column.md b/api/Visio.Cell.Column.md
index 9f4a952c254..9638acf9618 100644
--- a/api/Visio.Cell.Column.md
+++ b/api/Visio.Cell.Column.md
@@ -23,7 +23,7 @@ Returns the column index of a cell. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Cell.ContainingMasterID.md b/api/Visio.Cell.ContainingMasterID.md
index 6a2cd2e3c8a..9cc1d3e2202 100644
--- a/api/Visio.Cell.ContainingMasterID.md
+++ b/api/Visio.Cell.ContainingMasterID.md
@@ -23,7 +23,7 @@ Returns the ID of the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Cell.ContainingPageID.md b/api/Visio.Cell.ContainingPageID.md
index e285d78bb49..960c8485bbc 100644
--- a/api/Visio.Cell.ContainingPageID.md
+++ b/api/Visio.Cell.ContainingPageID.md
@@ -23,7 +23,7 @@ Returns the ID of the page that contains an object. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Cell.ContainingRow.md b/api/Visio.Cell.ContainingRow.md
index 9cd3ac7f395..7c4dd927942 100644
--- a/api/Visio.Cell.ContainingRow.md
+++ b/api/Visio.Cell.ContainingRow.md
@@ -23,7 +23,7 @@ Returns the row that contains a cell. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Row
diff --git a/api/Visio.Cell.Dependents.md b/api/Visio.Cell.Dependents.md
index 9ed2af3f9ce..656df003672 100644
--- a/api/Visio.Cell.Dependents.md
+++ b/api/Visio.Cell.Dependents.md
@@ -23,7 +23,7 @@ Returns an array of ShapeSheet cells that are dependent on a particular cell of
_expression_ An expression that returns a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Cell()
diff --git a/api/Visio.Cell.Document.md b/api/Visio.Cell.Document.md
index 3c94c47fff5..07a993179c9 100644
--- a/api/Visio.Cell.Document.md
+++ b/api/Visio.Cell.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Cell.Error.md b/api/Visio.Cell.Error.md
index e7b74eb2791..b5880930222 100644
--- a/api/Visio.Cell.Error.md
+++ b/api/Visio.Cell.Error.md
@@ -23,7 +23,7 @@ Gets the error code generated by the last evaluation of a cell's formula. Read-o
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Cell.EventList.md b/api/Visio.Cell.EventList.md
index 01a26de5dd0..573b3002af7 100644
--- a/api/Visio.Cell.EventList.md
+++ b/api/Visio.Cell.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Cell.Formula.md b/api/Visio.Cell.Formula.md
index 959610c6091..648d12e3bc5 100644
--- a/api/Visio.Cell.Formula.md
+++ b/api/Visio.Cell.Formula.md
@@ -23,7 +23,7 @@ Gets or sets the formula for a **Cell** object. Read/write.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.FormulaChanged.md b/api/Visio.Cell.FormulaChanged.md
index 4704bc21227..03ed9fb0268 100644
--- a/api/Visio.Cell.FormulaChanged.md
+++ b/api/Visio.Cell.FormulaChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Cell.FormulaForce.md b/api/Visio.Cell.FormulaForce.md
index cc5154a01cd..4523574d1d6 100644
--- a/api/Visio.Cell.FormulaForce.md
+++ b/api/Visio.Cell.FormulaForce.md
@@ -23,7 +23,7 @@ Sets the formula in a **Cell** object, even if the formula is protected with a
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.FormulaForceU.md b/api/Visio.Cell.FormulaForceU.md
index 26f73bf9aa4..6dd5dbc9df2 100644
--- a/api/Visio.Cell.FormulaForceU.md
+++ b/api/Visio.Cell.FormulaForceU.md
@@ -23,7 +23,7 @@ Sets the universal syntax formula in a **Cell** object, even if the formula is
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.FormulaU.md b/api/Visio.Cell.FormulaU.md
index 33d13f88411..e544fd10514 100644
--- a/api/Visio.Cell.FormulaU.md
+++ b/api/Visio.Cell.FormulaU.md
@@ -23,7 +23,7 @@ Gets or sets the universal syntax formula for a **Cell** object. Read/write.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object. _expression_ The new formula for the cell.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.GlueTo.md b/api/Visio.Cell.GlueTo.md
index 2ef674779c7..c876dcdcaef 100644
--- a/api/Visio.Cell.GlueTo.md
+++ b/api/Visio.Cell.GlueTo.md
@@ -27,11 +27,11 @@ Glues one shape to another, from a cell in the first shape to a cell in the seco
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CellObject_|Required| **[IVCELL]**|An expression that returns a **Cell** object that represents the part of the shape to glue to.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Cell.GlueToPos.md b/api/Visio.Cell.GlueToPos.md
index bb69716e927..bb98e48deda 100644
--- a/api/Visio.Cell.GlueToPos.md
+++ b/api/Visio.Cell.GlueToPos.md
@@ -27,13 +27,13 @@ Glues one shape to another from a cell in the first shape to an _x_, _y_ positi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SheetObject_|Required| **[IVSHAPE]**|An expression that returns the **Shape** object to be glued to.|
| _xPercent_|Required| **Double**|The x-coordinate of the position to glue to.|
| _yPercent_|Required| **Double**|The y-coordinate of the position to glue to.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Cell.InheritedFormulaSource.md b/api/Visio.Cell.InheritedFormulaSource.md
index e196d7fcd77..1e4edcd8d7f 100644
--- a/api/Visio.Cell.InheritedFormulaSource.md
+++ b/api/Visio.Cell.InheritedFormulaSource.md
@@ -23,7 +23,7 @@ Returns the cell from which this cell inherited its formula. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Cell.InheritedValueSource.md b/api/Visio.Cell.InheritedValueSource.md
index a412a2da966..8a927e7a8d9 100644
--- a/api/Visio.Cell.InheritedValueSource.md
+++ b/api/Visio.Cell.InheritedValueSource.md
@@ -23,7 +23,7 @@ Returns the cell from which this cell inherited its value. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Cell.IsConstant.md b/api/Visio.Cell.IsConstant.md
index 6ff06d6f20b..d01492f5bf2 100644
--- a/api/Visio.Cell.IsConstant.md
+++ b/api/Visio.Cell.IsConstant.md
@@ -23,7 +23,7 @@ Determines whether a formula of the cell is a constant expression. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Cell.IsInherited.md b/api/Visio.Cell.IsInherited.md
index 31461d81b56..2a8e214fb47 100644
--- a/api/Visio.Cell.IsInherited.md
+++ b/api/Visio.Cell.IsInherited.md
@@ -23,7 +23,7 @@ Determines whether a formula of the cell is inherited from a master or a style.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Cell.LocalName.md b/api/Visio.Cell.LocalName.md
index 98f226400ca..902debdf533 100644
--- a/api/Visio.Cell.LocalName.md
+++ b/api/Visio.Cell.LocalName.md
@@ -23,7 +23,7 @@ Returns the local name of a cell. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.Name.md b/api/Visio.Cell.Name.md
index a833623c31a..734808c4622 100644
--- a/api/Visio.Cell.Name.md
+++ b/api/Visio.Cell.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.ObjectType.md b/api/Visio.Cell.ObjectType.md
index b08479a4f47..8e7834b6207 100644
--- a/api/Visio.Cell.ObjectType.md
+++ b/api/Visio.Cell.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Cell.PersistsEvents.md b/api/Visio.Cell.PersistsEvents.md
index 6b2a7ac910e..a635aa30057 100644
--- a/api/Visio.Cell.PersistsEvents.md
+++ b/api/Visio.Cell.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Cell.Precedents.md b/api/Visio.Cell.Precedents.md
index 6ca72a2009e..f7b3224dedb 100644
--- a/api/Visio.Cell.Precedents.md
+++ b/api/Visio.Cell.Precedents.md
@@ -23,7 +23,7 @@ Returns an array of ShapeSheet cells upon which the formula of another cell depe
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Cell()
diff --git a/api/Visio.Cell.Result.md b/api/Visio.Cell.Result.md
index 3f7eaf16163..74ca8825447 100644
--- a/api/Visio.Cell.Result.md
+++ b/api/Visio.Cell.Result.md
@@ -27,11 +27,11 @@ Gets or sets a cell's value. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Required| **Variant**|The units to use when retrieving or setting the cell's value.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Cell.ResultForce.md b/api/Visio.Cell.ResultForce.md
index 5963de7a558..245688daeec 100644
--- a/api/Visio.Cell.ResultForce.md
+++ b/api/Visio.Cell.ResultForce.md
@@ -27,11 +27,11 @@ Sets a cell's value, even if the cell's formula is protected with the GUARD func
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Required| **Variant**|The units to use when setting the cell's value.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Cell.ResultFromInt.md b/api/Visio.Cell.ResultFromInt.md
index b454e3ac058..098830d815e 100644
--- a/api/Visio.Cell.ResultFromInt.md
+++ b/api/Visio.Cell.ResultFromInt.md
@@ -27,11 +27,11 @@ Sets the value of a cell to an integer value. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Required| **Variant**|The units to use when setting the cell's value.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Cell.ResultFromIntForce.md b/api/Visio.Cell.ResultFromIntForce.md
index 2b77c8a13e2..5fe029c6d85 100644
--- a/api/Visio.Cell.ResultFromIntForce.md
+++ b/api/Visio.Cell.ResultFromIntForce.md
@@ -27,11 +27,11 @@ Sets the value of a cell to an integer value, even if the cell's formula is prot
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Required| **Variant**|The units to use when setting the cell's value.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Cell.ResultIU.md b/api/Visio.Cell.ResultIU.md
index 08f0003285a..fc449d5a2ff 100644
--- a/api/Visio.Cell.ResultIU.md
+++ b/api/Visio.Cell.ResultIU.md
@@ -23,7 +23,7 @@ Gets or sets a cell's value in internal units. Read/write.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Cell.ResultIUForce.md b/api/Visio.Cell.ResultIUForce.md
index b4ef33bb713..aa2b05b54d9 100644
--- a/api/Visio.Cell.ResultIUForce.md
+++ b/api/Visio.Cell.ResultIUForce.md
@@ -23,7 +23,7 @@ Sets a cell's value in internal units, even if the cell's formula is protected w
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Cell.ResultInt.md b/api/Visio.Cell.ResultInt.md
index 134844afad2..adb73850493 100644
--- a/api/Visio.Cell.ResultInt.md
+++ b/api/Visio.Cell.ResultInt.md
@@ -27,12 +27,12 @@ Gets the value of a cell expressed as an integer. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Required| **Variant**|The units to use when retrieving the cell's value.|
| _fRound_|Required| **Integer**|Zero (0) to truncate the value; non-zero to round it.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Cell.ResultStr.md b/api/Visio.Cell.ResultStr.md
index cfcbf21ed1d..27b29dbcfd1 100644
--- a/api/Visio.Cell.ResultStr.md
+++ b/api/Visio.Cell.ResultStr.md
@@ -27,11 +27,11 @@ Gets the value of a ShapeSheet cell expressed as a string. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Required| **Variant**|The units to use when retrieving the value.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.ResultStrU.md b/api/Visio.Cell.ResultStrU.md
index 1f4b7e73818..0ba66ae31f5 100644
--- a/api/Visio.Cell.ResultStrU.md
+++ b/api/Visio.Cell.ResultStrU.md
@@ -27,11 +27,11 @@ Gets the value of a ShapeSheet cell expressed as a universal string. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Required| **Variant**|The units to use when retrieving the value.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.Row.md b/api/Visio.Cell.Row.md
index 44fbdf12b11..7c7e0404934 100644
--- a/api/Visio.Cell.Row.md
+++ b/api/Visio.Cell.Row.md
@@ -23,7 +23,7 @@ Returns the row index of a cell. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Cell.RowName.md b/api/Visio.Cell.RowName.md
index 17575846ac3..0adc6947c1c 100644
--- a/api/Visio.Cell.RowName.md
+++ b/api/Visio.Cell.RowName.md
@@ -23,7 +23,7 @@ Gets or sets the name of the row that contains the **Cell** object. Read/write.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.RowNameU.md b/api/Visio.Cell.RowNameU.md
index 5f70caa200d..c8f1040cad0 100644
--- a/api/Visio.Cell.RowNameU.md
+++ b/api/Visio.Cell.RowNameU.md
@@ -23,7 +23,7 @@ Gets or sets the universal name of the row that contains the **Cell** object. R
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Cell.Section.md b/api/Visio.Cell.Section.md
index 21701a294f5..6f4395c53b7 100644
--- a/api/Visio.Cell.Section.md
+++ b/api/Visio.Cell.Section.md
@@ -23,7 +23,7 @@ Returns the index of the cell's section. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Cell.Shape.md b/api/Visio.Cell.Shape.md
index c0b37289305..a35fd06f4fd 100644
--- a/api/Visio.Cell.Shape.md
+++ b/api/Visio.Cell.Shape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that owns a **Cell** , **Characters** , **Row** ,
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Cell.Stat.md b/api/Visio.Cell.Stat.md
index 08d4ccfdb31..2d91b724a71 100644
--- a/api/Visio.Cell.Stat.md
+++ b/api/Visio.Cell.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Cell.Style.md b/api/Visio.Cell.Style.md
index 4a92ce7670c..ab4c96525bb 100644
--- a/api/Visio.Cell.Style.md
+++ b/api/Visio.Cell.Style.md
@@ -23,7 +23,7 @@ Gets the style that contains a **Cell** object. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Style
diff --git a/api/Visio.Cell.Trigger.md b/api/Visio.Cell.Trigger.md
index 3b57a91fb79..cbdd49758a2 100644
--- a/api/Visio.Cell.Trigger.md
+++ b/api/Visio.Cell.Trigger.md
@@ -23,7 +23,7 @@ Evaluates the formula of a cell.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Cell.Units.md b/api/Visio.Cell.Units.md
index 453a92d3e76..39367028bc7 100644
--- a/api/Visio.Cell.Units.md
+++ b/api/Visio.Cell.Units.md
@@ -23,7 +23,7 @@ Indicates the unit of measure associated with a **Cell** object. Read-only.
_expression_ A variable that represents a [Cell](./Visio.Cell.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.AddCustomField.md b/api/Visio.Characters.AddCustomField.md
index 8f308a5d337..5b9c3661237 100644
--- a/api/Visio.Characters.AddCustomField.md
+++ b/api/Visio.Characters.AddCustomField.md
@@ -27,12 +27,12 @@ Replaces the text represented by a **Characters** object with a custom formula
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Formula_|Required| **String**|The formula of the new field.|
| _Format_|Required| **Integer**|The format of the new field.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Characters.AddCustomFieldU.md b/api/Visio.Characters.AddCustomFieldU.md
index 8cf19c17cae..012396fb4dd 100644
--- a/api/Visio.Characters.AddCustomFieldU.md
+++ b/api/Visio.Characters.AddCustomFieldU.md
@@ -27,12 +27,12 @@ Replaces the text represented by a **Characters** object with a custom formula
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Formula_|Required| **String**|The formula of the new field.|
| _Format_|Required| **Integer**|The format of the new field.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Characters.AddField.md b/api/Visio.Characters.AddField.md
index aa4084f8ac6..98e1b7c8e13 100644
--- a/api/Visio.Characters.AddField.md
+++ b/api/Visio.Characters.AddField.md
@@ -27,13 +27,13 @@ Replaces the text represented by a **Characters** object with a new field of th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Category_|Required| **Integer**| **VisFieldCategories** . The category for the new field.|
| _Code_|Required| **Integer**| **VisFieldCodes** . The code for the new field.|
| _Format_|Required| **Integer**| **VisFieldFormats** . The format for the new field.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Characters.AddFieldEx.md b/api/Visio.Characters.AddFieldEx.md
index 3f917868380..20aa5320205 100644
--- a/api/Visio.Characters.AddFieldEx.md
+++ b/api/Visio.Characters.AddFieldEx.md
@@ -27,7 +27,7 @@ Replaces the text represented by a **Characters** object with a new field of th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Category_|Required| **VisFieldCategories**| The category for the new field.|
| _Code_|Required| **VisFieldCodes**|The code for the new field.|
@@ -35,7 +35,7 @@ Replaces the text represented by a **Characters** object with a new field of th
| _LangID_|Optional| **Long**|The language to use for the new field. |
| _CalendarID_|Optional| **Long**|The calendar to use for the new field.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Characters.Application.md b/api/Visio.Characters.Application.md
index 741ad145207..1042f8ce035 100644
--- a/api/Visio.Characters.Application.md
+++ b/api/Visio.Characters.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Characters.Begin.md b/api/Visio.Characters.Begin.md
index 3495d9b6030..a5503b6d40d 100644
--- a/api/Visio.Characters.Begin.md
+++ b/api/Visio.Characters.Begin.md
@@ -23,7 +23,7 @@ Gets or sets the beginning index of a **Characters** object, which represents a
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Characters.CharCount.md b/api/Visio.Characters.CharCount.md
index e6e03eba60a..963ba47d045 100644
--- a/api/Visio.Characters.CharCount.md
+++ b/api/Visio.Characters.CharCount.md
@@ -23,7 +23,7 @@ Returns the number of characters in an object. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Characters.CharProps.md b/api/Visio.Characters.CharProps.md
index ddddb5698e9..7c631a9eb8d 100644
--- a/api/Visio.Characters.CharProps.md
+++ b/api/Visio.Characters.CharProps.md
@@ -27,11 +27,11 @@ Sets a character property of a **Characters** object to a new value. Write-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CellIndex_|Required| **Integer**|The index of the cell in the Character section to set. See Remarks for possible values.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.CharPropsRow.md b/api/Visio.Characters.CharPropsRow.md
index 10d3cf130f1..316e8829fab 100644
--- a/api/Visio.Characters.CharPropsRow.md
+++ b/api/Visio.Characters.CharPropsRow.md
@@ -27,11 +27,11 @@ Returns the index of the row in the Character section of a ShapeSheet window tha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BiasLorR_|Required| **Integer**|The direction of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.ContainingMasterID.md b/api/Visio.Characters.ContainingMasterID.md
index beb7d78f9c4..4033c9fe6fd 100644
--- a/api/Visio.Characters.ContainingMasterID.md
+++ b/api/Visio.Characters.ContainingMasterID.md
@@ -23,7 +23,7 @@ Returns the ID of the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Characters.ContainingPageID.md b/api/Visio.Characters.ContainingPageID.md
index 6a268db3f3d..ac66f03cb6a 100644
--- a/api/Visio.Characters.ContainingPageID.md
+++ b/api/Visio.Characters.ContainingPageID.md
@@ -23,7 +23,7 @@ Returns the ID of the page that contains an object. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Characters.Copy.md b/api/Visio.Characters.Copy.md
index 613e5f69055..d53f94c3243 100644
--- a/api/Visio.Characters.Copy.md
+++ b/api/Visio.Characters.Copy.md
@@ -23,7 +23,7 @@ Copies a text range to the Clipboard.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Characters.Cut.md b/api/Visio.Characters.Cut.md
index 5aeda6c2f03..96ee2f1905e 100644
--- a/api/Visio.Characters.Cut.md
+++ b/api/Visio.Characters.Cut.md
@@ -23,7 +23,7 @@ Deletes a text range and places it on the Clipboard.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Characters.Delete.md b/api/Visio.Characters.Delete.md
index 36aa0a9eb87..eca97a302c9 100644
--- a/api/Visio.Characters.Delete.md
+++ b/api/Visio.Characters.Delete.md
@@ -23,7 +23,7 @@ Deletes an object or selection.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Characters.Document.md b/api/Visio.Characters.Document.md
index 871237a1159..677f42bf9ef 100644
--- a/api/Visio.Characters.Document.md
+++ b/api/Visio.Characters.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Characters.End.md b/api/Visio.Characters.End.md
index 0e802b3d9ad..2c607596428 100644
--- a/api/Visio.Characters.End.md
+++ b/api/Visio.Characters.End.md
@@ -23,7 +23,7 @@ Returns or sets the ending index of the indicated **Characters** object represe
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Characters.EventList.md b/api/Visio.Characters.EventList.md
index 27556340e38..bedb08d7084 100644
--- a/api/Visio.Characters.EventList.md
+++ b/api/Visio.Characters.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Characters.FieldCategory.md b/api/Visio.Characters.FieldCategory.md
index 6c2d4f9b9f1..98adff0453b 100644
--- a/api/Visio.Characters.FieldCategory.md
+++ b/api/Visio.Characters.FieldCategory.md
@@ -23,7 +23,7 @@ Returns the field category for a field represented by an object. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.FieldCode.md b/api/Visio.Characters.FieldCode.md
index 4e54e45a036..559eceb1cb0 100644
--- a/api/Visio.Characters.FieldCode.md
+++ b/api/Visio.Characters.FieldCode.md
@@ -23,7 +23,7 @@ Returns the field code for a field represented by an object. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.FieldFormat.md b/api/Visio.Characters.FieldFormat.md
index cd7131c84a4..ac781cab023 100644
--- a/api/Visio.Characters.FieldFormat.md
+++ b/api/Visio.Characters.FieldFormat.md
@@ -23,7 +23,7 @@ Returns the field format for a field represented by an object. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.FieldFormula.md b/api/Visio.Characters.FieldFormula.md
index 982a0befeba..d72783c233e 100644
--- a/api/Visio.Characters.FieldFormula.md
+++ b/api/Visio.Characters.FieldFormula.md
@@ -23,7 +23,7 @@ Returns the formula of the custom field represented by an object. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Characters.FieldFormulaU.md b/api/Visio.Characters.FieldFormulaU.md
index 3ab433723cd..6d5531207f2 100644
--- a/api/Visio.Characters.FieldFormulaU.md
+++ b/api/Visio.Characters.FieldFormulaU.md
@@ -23,7 +23,7 @@ Returns the universal-syntax formula of the custom field represented by an objec
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Characters.IsField.md b/api/Visio.Characters.IsField.md
index 22c8408f7bb..2c35088ab88 100644
--- a/api/Visio.Characters.IsField.md
+++ b/api/Visio.Characters.IsField.md
@@ -23,7 +23,7 @@ Determines whether a **Characters** object represents the expanded text of a si
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.ObjectType.md b/api/Visio.Characters.ObjectType.md
index df47b025e0b..caea97128da 100644
--- a/api/Visio.Characters.ObjectType.md
+++ b/api/Visio.Characters.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.ParaProps.md b/api/Visio.Characters.ParaProps.md
index 2f704a4b09d..cb547328faa 100644
--- a/api/Visio.Characters.ParaProps.md
+++ b/api/Visio.Characters.ParaProps.md
@@ -27,11 +27,11 @@ Sets the paragraph property of a **Characters** object to a new value. Read/wri
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CellIndex_|Required| **Integer**|The cell value to set.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.ParaPropsRow.md b/api/Visio.Characters.ParaPropsRow.md
index f1a509a8047..e1ae40b4934 100644
--- a/api/Visio.Characters.ParaPropsRow.md
+++ b/api/Visio.Characters.ParaPropsRow.md
@@ -27,11 +27,11 @@ Returns the index of the row in the Paragraph section of a ShapeSheet window tha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BiasLorR_|Required| **Integer**|The direction of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.Paste.md b/api/Visio.Characters.Paste.md
index 4a98bdf5de0..2d1f890b1b8 100644
--- a/api/Visio.Characters.Paste.md
+++ b/api/Visio.Characters.Paste.md
@@ -23,7 +23,7 @@ Pastes the text range on the Clipboard into an object.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Characters.PersistsEvents.md b/api/Visio.Characters.PersistsEvents.md
index e92b714580d..7ea253db214 100644
--- a/api/Visio.Characters.PersistsEvents.md
+++ b/api/Visio.Characters.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.RunBegin.md b/api/Visio.Characters.RunBegin.md
index 0da562f18cc..79797fb7b5a 100644
--- a/api/Visio.Characters.RunBegin.md
+++ b/api/Visio.Characters.RunBegin.md
@@ -27,11 +27,11 @@ Returns the beginning index of a type of run?a sequence of characters that share
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RunType_|Required| **Integer**|The type of run to get.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Characters.RunEnd.md b/api/Visio.Characters.RunEnd.md
index 28f51df1a26..44329c2c15e 100644
--- a/api/Visio.Characters.RunEnd.md
+++ b/api/Visio.Characters.RunEnd.md
@@ -27,11 +27,11 @@ Returns the ending index of a type of run?a sequence of characters that share a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RunType_|Required| **Integer**|The type of run to get.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Characters.Shape.md b/api/Visio.Characters.Shape.md
index fa75c5b8dea..4516e33d508 100644
--- a/api/Visio.Characters.Shape.md
+++ b/api/Visio.Characters.Shape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that owns a **Cell** , **Characters** , **Row** ,
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Characters.Stat.md b/api/Visio.Characters.Stat.md
index 1fdee7c1048..a14628fcbdc 100644
--- a/api/Visio.Characters.Stat.md
+++ b/api/Visio.Characters.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.TabPropsRow.md b/api/Visio.Characters.TabPropsRow.md
index 57ee5f4d736..7f82cdf423c 100644
--- a/api/Visio.Characters.TabPropsRow.md
+++ b/api/Visio.Characters.TabPropsRow.md
@@ -27,11 +27,11 @@ Returns the index of the row in the Tabs section of the ShapeSheet that contains
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BiasLorR_|Required| **Integer**|The direction of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Characters.Text.md b/api/Visio.Characters.Text.md
index c1bbbb3f687..c39d28e8d78 100644
--- a/api/Visio.Characters.Text.md
+++ b/api/Visio.Characters.Text.md
@@ -23,7 +23,7 @@ Returns the range of text represented by a **Characters** object, which may be
_expression_ A variable that represents a [Characters](./Visio.Characters.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.Characters.TextChanged.md b/api/Visio.Characters.TextChanged.md
index 032d681de43..6e72313f1b5 100644
--- a/api/Visio.Characters.TextChanged.md
+++ b/api/Visio.Characters.TextChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'TextChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose text changed.|
diff --git a/api/Visio.Color.Application.md b/api/Visio.Color.Application.md
index 18f4f6ef931..f7a01b8eeb1 100644
--- a/api/Visio.Color.Application.md
+++ b/api/Visio.Color.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Color.Blue.md b/api/Visio.Color.Blue.md
index fba51762342..dd531e1cc81 100644
--- a/api/Visio.Color.Blue.md
+++ b/api/Visio.Color.Blue.md
@@ -23,7 +23,7 @@ Gets or sets the intensity of the blue component of a **Color** object. Read/wr
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Color.Document.md b/api/Visio.Color.Document.md
index 1a267f9a396..97d733c20e6 100644
--- a/api/Visio.Color.Document.md
+++ b/api/Visio.Color.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Color.Flags.md b/api/Visio.Color.Flags.md
index 936a0c5fcb7..e9ab52d4b1d 100644
--- a/api/Visio.Color.Flags.md
+++ b/api/Visio.Color.Flags.md
@@ -23,7 +23,7 @@ Gets or sets the flags that specify how you use a **Color** object. Read/write.
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Color.Green.md b/api/Visio.Color.Green.md
index 43bc19db8c8..8ec02ad166d 100644
--- a/api/Visio.Color.Green.md
+++ b/api/Visio.Color.Green.md
@@ -23,7 +23,7 @@ Gets or sets the intensity of the green component of a **Color** object. Read/w
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Color.Index.md b/api/Visio.Color.Index.md
index 5c0f803777f..2452197d3a6 100644
--- a/api/Visio.Color.Index.md
+++ b/api/Visio.Color.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Color** object in the **Colors** collection. R
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Color.ObjectType.md b/api/Visio.Color.ObjectType.md
index 287872d8894..64b4757c15e 100644
--- a/api/Visio.Color.ObjectType.md
+++ b/api/Visio.Color.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Color.PaletteEntry.md b/api/Visio.Color.PaletteEntry.md
index 839970671e1..67e87410d3d 100644
--- a/api/Visio.Color.PaletteEntry.md
+++ b/api/Visio.Color.PaletteEntry.md
@@ -23,7 +23,7 @@ Gets or sets the red, green, blue, and flags components of a color. Read/write.
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Color.Red.md b/api/Visio.Color.Red.md
index 437d4b4d8e9..2338a0feb9d 100644
--- a/api/Visio.Color.Red.md
+++ b/api/Visio.Color.Red.md
@@ -23,7 +23,7 @@ Gets or sets the intensity of the red component of a **Color** object. Read/wri
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Color.Stat.md b/api/Visio.Color.Stat.md
index 254990243a7..7c6c8d025b0 100644
--- a/api/Visio.Color.Stat.md
+++ b/api/Visio.Color.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Color](./Visio.Color.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Colors.Application.md b/api/Visio.Colors.Application.md
index 6fbfc0c1f9c..d8855e0df19 100644
--- a/api/Visio.Colors.Application.md
+++ b/api/Visio.Colors.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Colors](./Visio.Colors.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Colors.Count.md b/api/Visio.Colors.Count.md
index c8102cacc17..ed7e1bf6e92 100644
--- a/api/Visio.Colors.Count.md
+++ b/api/Visio.Colors.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Colors](./Visio.Colors.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Colors.Document.md b/api/Visio.Colors.Document.md
index 40b5f2c2996..7bd2d56c929 100644
--- a/api/Visio.Colors.Document.md
+++ b/api/Visio.Colors.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Colors](./Visio.Colors.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Colors.Item.md b/api/Visio.Colors.Item.md
index 4ada1ddaf87..c07a0756db6 100644
--- a/api/Visio.Colors.Item.md
+++ b/api/Visio.Colors.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
Color
diff --git a/api/Visio.Colors.ObjectType.md b/api/Visio.Colors.ObjectType.md
index d9900174c69..cc8e253aeb7 100644
--- a/api/Visio.Colors.ObjectType.md
+++ b/api/Visio.Colors.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Colors](./Visio.Colors.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Colors.Stat.md b/api/Visio.Colors.Stat.md
index f969fa24dc7..813846d8172 100644
--- a/api/Visio.Colors.Stat.md
+++ b/api/Visio.Colors.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Colors](./Visio.Colors.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Connect.Application.md b/api/Visio.Connect.Application.md
index 3a90838ea6f..461f59bcfd3 100644
--- a/api/Visio.Connect.Application.md
+++ b/api/Visio.Connect.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Connect.ContainingMasterID.md b/api/Visio.Connect.ContainingMasterID.md
index 58c98a69fa0..0ba712f9888 100644
--- a/api/Visio.Connect.ContainingMasterID.md
+++ b/api/Visio.Connect.ContainingMasterID.md
@@ -23,7 +23,7 @@ Returns the ID of the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Connect.ContainingPageID.md b/api/Visio.Connect.ContainingPageID.md
index cf6b63d733f..adcc80143cf 100644
--- a/api/Visio.Connect.ContainingPageID.md
+++ b/api/Visio.Connect.ContainingPageID.md
@@ -23,7 +23,7 @@ Returns the ID of the page that contains an object. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Connect.Document.md b/api/Visio.Connect.Document.md
index 58c911979de..7fff7188ca6 100644
--- a/api/Visio.Connect.Document.md
+++ b/api/Visio.Connect.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Connect.FromCell.md b/api/Visio.Connect.FromCell.md
index eaadde7f1cb..b3df9b6b23f 100644
--- a/api/Visio.Connect.FromCell.md
+++ b/api/Visio.Connect.FromCell.md
@@ -23,7 +23,7 @@ Returns the cell from which a connection originates. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Connect.FromPart.md b/api/Visio.Connect.FromPart.md
index a002b09cade..7884b276416 100644
--- a/api/Visio.Connect.FromPart.md
+++ b/api/Visio.Connect.FromPart.md
@@ -23,7 +23,7 @@ Returns the part of a shape from which a connection originates. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Connect.FromSheet.md b/api/Visio.Connect.FromSheet.md
index 9e2bc2616e5..8bc5c9cc0f3 100644
--- a/api/Visio.Connect.FromSheet.md
+++ b/api/Visio.Connect.FromSheet.md
@@ -23,7 +23,7 @@ Returns the shape from which a connection or connections originate. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Connect.Index.md b/api/Visio.Connect.Index.md
index 06bbb93eadb..a73496f935f 100644
--- a/api/Visio.Connect.Index.md
+++ b/api/Visio.Connect.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Connect** object in the **Connects** collectio
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Connect.ObjectType.md b/api/Visio.Connect.ObjectType.md
index 0919b7cbe59..5f6ce72e8bc 100644
--- a/api/Visio.Connect.ObjectType.md
+++ b/api/Visio.Connect.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Connect.Stat.md b/api/Visio.Connect.Stat.md
index fa3707890cc..a10c7f118e9 100644
--- a/api/Visio.Connect.Stat.md
+++ b/api/Visio.Connect.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Connect.ToCell.md b/api/Visio.Connect.ToCell.md
index 8edcb9db913..49469c101db 100644
--- a/api/Visio.Connect.ToCell.md
+++ b/api/Visio.Connect.ToCell.md
@@ -23,7 +23,7 @@ Gets the cell to which a connection is made. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Connect.ToPart.md b/api/Visio.Connect.ToPart.md
index 43801b89cc9..8e002a65a90 100644
--- a/api/Visio.Connect.ToPart.md
+++ b/api/Visio.Connect.ToPart.md
@@ -23,7 +23,7 @@ Returns the part of a shape to which a connection is made. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Connect.ToSheet.md b/api/Visio.Connect.ToSheet.md
index 73891474bc4..8a115ab5a82 100644
--- a/api/Visio.Connect.ToSheet.md
+++ b/api/Visio.Connect.ToSheet.md
@@ -23,7 +23,7 @@ Returns the shape to which one or more connections are made. Read-only.
_expression_ A variable that represents a [Connect](./Visio.Connect.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Connects.Application.md b/api/Visio.Connects.Application.md
index 7a4f073e3a4..ddbc026a22a 100644
--- a/api/Visio.Connects.Application.md
+++ b/api/Visio.Connects.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Connects](./Visio.Connects.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Connects.Count.md b/api/Visio.Connects.Count.md
index 47f8e454c33..d324af8ca47 100644
--- a/api/Visio.Connects.Count.md
+++ b/api/Visio.Connects.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Connects](./Visio.Connects.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Connects.Document.md b/api/Visio.Connects.Document.md
index 5ed634a6479..edb01efc179 100644
--- a/api/Visio.Connects.Document.md
+++ b/api/Visio.Connects.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Connects](./Visio.Connects.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Connects.FromSheet.md b/api/Visio.Connects.FromSheet.md
index 7c50b5a7c21..723cea9b33c 100644
--- a/api/Visio.Connects.FromSheet.md
+++ b/api/Visio.Connects.FromSheet.md
@@ -23,7 +23,7 @@ Returns the shape from which a connection or connections originate. Read-only.
_expression_ A variable that represents a [Connects](./Visio.Connects.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Connects.Item.md b/api/Visio.Connects.Item.md
index 1683567d681..da0ea0e4577 100644
--- a/api/Visio.Connects.Item.md
+++ b/api/Visio.Connects.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
Connect
diff --git a/api/Visio.Connects.ObjectType.md b/api/Visio.Connects.ObjectType.md
index ba8efb0d7a6..007ced89b51 100644
--- a/api/Visio.Connects.ObjectType.md
+++ b/api/Visio.Connects.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Connects](./Visio.Connects.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Connects.Stat.md b/api/Visio.Connects.Stat.md
index e849a15cc3d..056b9df56d4 100644
--- a/api/Visio.Connects.Stat.md
+++ b/api/Visio.Connects.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Connects](./Visio.Connects.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Connects.ToSheet.md b/api/Visio.Connects.ToSheet.md
index 075de5ca7a7..26bf3f897ed 100644
--- a/api/Visio.Connects.ToSheet.md
+++ b/api/Visio.Connects.ToSheet.md
@@ -23,7 +23,7 @@ Returns the shape to which one or more connections are made. Read-only.
_expression_ A variable that represents a [Connects](./Visio.Connects.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Container.md b/api/Visio.Container.md
index 41d54969394..ed4ec36e84f 100644
--- a/api/Visio.Container.md
+++ b/api/Visio.Container.md
@@ -23,7 +23,7 @@ Returns an **IDispatch** interface on the ActiveX container in which the docume
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.ContainerProperties.AddMember.md b/api/Visio.ContainerProperties.AddMember.md
index d50aefaf0d5..0610af59659 100644
--- a/api/Visio.ContainerProperties.AddMember.md
+++ b/api/Visio.ContainerProperties.AddMember.md
@@ -27,12 +27,12 @@ Adds a shape or a set of shapes to the container.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pObjectToAdd_|Required| **[UNKNOWN]**|The shape or shapes to add to the container. Can be of type **[Shape](Visio.Shape.md)** or **[Selection](Visio.Selection.md)** .|
| _addOptions_|Required| **[VisMemberAddOptions](Visio.VisMemberAddOptions.md)**|Determines whether the container should expand to fully contain the added shapes.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ContainerProperties.Application.md b/api/Visio.ContainerProperties.Application.md
index ba208530ab6..827d267cb2a 100644
--- a/api/Visio.ContainerProperties.Application.md
+++ b/api/Visio.ContainerProperties.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.ContainerProperties.ContainerStyle.md b/api/Visio.ContainerProperties.ContainerStyle.md
index d448806dbe7..50c74e1af84 100644
--- a/api/Visio.ContainerProperties.ContainerStyle.md
+++ b/api/Visio.ContainerProperties.ContainerStyle.md
@@ -23,7 +23,7 @@ Determines the visual appearance of the container. Read/write.
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/Visio.ContainerProperties.ContainerType.md b/api/Visio.ContainerProperties.ContainerType.md
index bcd8d7112fc..a56129c0f4c 100644
--- a/api/Visio.ContainerProperties.ContainerType.md
+++ b/api/Visio.ContainerProperties.ContainerType.md
@@ -23,7 +23,7 @@ Determines whether the container is a normal container or a list container. Read
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**[VisContainerTypes](Visio.VisContainerTypes.md)**
diff --git a/api/Visio.ContainerProperties.Disband.md b/api/Visio.ContainerProperties.Disband.md
index 815769b296e..b0ac1fe69d5 100644
--- a/api/Visio.ContainerProperties.Disband.md
+++ b/api/Visio.ContainerProperties.Disband.md
@@ -23,7 +23,7 @@ Removes all member shapes from the container and deletes the container shape.
_expression_ A variable that represents a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ContainerProperties.FitToContents.md b/api/Visio.ContainerProperties.FitToContents.md
index 4a4734ca26a..259af8ef2c6 100644
--- a/api/Visio.ContainerProperties.FitToContents.md
+++ b/api/Visio.ContainerProperties.FitToContents.md
@@ -23,7 +23,7 @@ Forces the container to resize so as to tightly include all member shapes, inclu
_expression_ A variable that represents a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ContainerProperties.GetListMemberPosition.md b/api/Visio.ContainerProperties.GetListMemberPosition.md
index 9c07c69d7f9..343366c6293 100644
--- a/api/Visio.ContainerProperties.GetListMemberPosition.md
+++ b/api/Visio.ContainerProperties.GetListMemberPosition.md
@@ -27,11 +27,11 @@ Returns the ordinal position of the specified shape in the list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapeMember_|Required| **[Shape](Visio.Shape.md)**|The list member shape for which you want to get the position in the container list.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ContainerProperties.GetListMembers.md b/api/Visio.ContainerProperties.GetListMembers.md
index e8840057caf..459e4b575a7 100644
--- a/api/Visio.ContainerProperties.GetListMembers.md
+++ b/api/Visio.ContainerProperties.GetListMembers.md
@@ -23,7 +23,7 @@ Returns an array of shape identifiers (IDs) of member shapes in the list.
_expression_ A variable that represents a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.ContainerProperties.GetListSpacing.md b/api/Visio.ContainerProperties.GetListSpacing.md
index fb24404ade0..fbc929c5a9d 100644
--- a/api/Visio.ContainerProperties.GetListSpacing.md
+++ b/api/Visio.ContainerProperties.GetListSpacing.md
@@ -27,11 +27,11 @@ Returns the gap between adjacent member shapes in the list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SpacingUnits_|Required| **[VisUnitCodes](Visio.visunitcodes.md)**|The units in which to measure the gap.|
-### Return Value
+### Return value
**Double**
diff --git a/api/Visio.ContainerProperties.GetMargin.md b/api/Visio.ContainerProperties.GetMargin.md
index 5df652c2013..bed10ae74b4 100644
--- a/api/Visio.ContainerProperties.GetMargin.md
+++ b/api/Visio.ContainerProperties.GetMargin.md
@@ -27,11 +27,11 @@ Returns the minimal distance, in the specified units, between the edges of the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MarginUnits_|Required| **[VisUnitCodes](Visio.visunitcodes.md)**|The units in which to measure the margin.|
-### Return Value
+### Return value
**Double**
diff --git a/api/Visio.ContainerProperties.GetMemberShapes.md b/api/Visio.ContainerProperties.GetMemberShapes.md
index f6ead7d7095..f409125b123 100644
--- a/api/Visio.ContainerProperties.GetMemberShapes.md
+++ b/api/Visio.ContainerProperties.GetMemberShapes.md
@@ -27,11 +27,11 @@ Returns the shape identifiers (IDs) of all members of the container, as specifie
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ContainerFlags_|Required| **Long**|Specifies which container member shape IDs to return.|
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.ContainerProperties.GetMemberState.md b/api/Visio.ContainerProperties.GetMemberState.md
index d6b2d6533a0..1e2bce20b4e 100644
--- a/api/Visio.ContainerProperties.GetMemberState.md
+++ b/api/Visio.ContainerProperties.GetMemberState.md
@@ -27,11 +27,11 @@ Returns the membership state of the specified shape with respect to the containe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[Shape](Visio.Shape.md)**|The shape for which to get the membership state.|
-### Return Value
+### Return value
[VisContainerMemberState](Visio.VisContainerMemberState.md)
diff --git a/api/Visio.ContainerProperties.HeadingStyle.md b/api/Visio.ContainerProperties.HeadingStyle.md
index 04e53606a1e..f255e43db10 100644
--- a/api/Visio.ContainerProperties.HeadingStyle.md
+++ b/api/Visio.ContainerProperties.HeadingStyle.md
@@ -23,7 +23,7 @@ Determines the appearance and position of the heading of the container. Read/wri
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**Integer**
diff --git a/api/Visio.ContainerProperties.InsertListMember.md b/api/Visio.ContainerProperties.InsertListMember.md
index 56304cf498d..91064aea557 100644
--- a/api/Visio.ContainerProperties.InsertListMember.md
+++ b/api/Visio.ContainerProperties.InsertListMember.md
@@ -27,12 +27,12 @@ Adds a shape or set of shapes to the list in the container.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToInsert_|Required| **[UNKNOWN]**|The object or selection to insert in the list. Can be a **[Shape](Visio.Shape.md)** or **[Selection](Visio.Selection.md)** object.|
| _Position_|Required| **Long**|The insertion point in the list, which is one-based.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ContainerProperties.ListAlignment.md b/api/Visio.ContainerProperties.ListAlignment.md
index ae3b2e5867c..16dda4064f8 100644
--- a/api/Visio.ContainerProperties.ListAlignment.md
+++ b/api/Visio.ContainerProperties.ListAlignment.md
@@ -23,7 +23,7 @@ Specifies how to align and arrange a list shape that you want positioned perpend
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**[VisListAlignment](Visio.VisListAlignment.md)**
diff --git a/api/Visio.ContainerProperties.ListDirection.md b/api/Visio.ContainerProperties.ListDirection.md
index 1110f45c3f4..5bf746a621d 100644
--- a/api/Visio.ContainerProperties.ListDirection.md
+++ b/api/Visio.ContainerProperties.ListDirection.md
@@ -23,7 +23,7 @@ Determines the primary list direction of the container shapes. Read/write.
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**[VisListDirection](Visio.VisListDirection.md)**
diff --git a/api/Visio.ContainerProperties.LockMembership.md b/api/Visio.ContainerProperties.LockMembership.md
index dadbffd1865..a7e2c9a7ea7 100644
--- a/api/Visio.ContainerProperties.LockMembership.md
+++ b/api/Visio.ContainerProperties.LockMembership.md
@@ -23,7 +23,7 @@ Gets or sets a value that determines whether container members can be added, rem
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ContainerProperties.ObjectType.md b/api/Visio.ContainerProperties.ObjectType.md
index fef24c8645f..12444df14e4 100644
--- a/api/Visio.ContainerProperties.ObjectType.md
+++ b/api/Visio.ContainerProperties.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeContainerProperties** , the type of this object. Read-only.
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**visObjTypeContainerProperties**
diff --git a/api/Visio.ContainerProperties.OverlappedList.md b/api/Visio.ContainerProperties.OverlappedList.md
index 3eae2d05a7b..2d81959ed26 100644
--- a/api/Visio.ContainerProperties.OverlappedList.md
+++ b/api/Visio.ContainerProperties.OverlappedList.md
@@ -23,7 +23,7 @@ Creates or removes an overlapped list relationship with another list shape, or r
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**[Shape](Visio.Shape.md)**
diff --git a/api/Visio.ContainerProperties.RemoveMember.md b/api/Visio.ContainerProperties.RemoveMember.md
index 11e2b5a595b..218b6a722ab 100644
--- a/api/Visio.ContainerProperties.RemoveMember.md
+++ b/api/Visio.ContainerProperties.RemoveMember.md
@@ -27,11 +27,11 @@ Removes a shape or set of shapes from the container.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToRemove_|Required| **[UNKNOWN]**|The shape or shapes to remove from the container. Can be a **[Shape](Visio.Shape.md)** or **[Selection](Visio.Selection.md)** selection.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ContainerProperties.ReorderListMember.md b/api/Visio.ContainerProperties.ReorderListMember.md
index 8d29c73a429..b8eee1e4cfd 100644
--- a/api/Visio.ContainerProperties.ReorderListMember.md
+++ b/api/Visio.ContainerProperties.ReorderListMember.md
@@ -27,12 +27,12 @@ Moves a shape or a set of shapes up or down in the list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToReorder_|Required| **[UNKNOWN]**|The shape or shapes to reorder in the container. Can be either **[Shape](Visio.Shape.md)** or **[Selection](Visio.Selection.md)** objects.|
| _Position_|Required| **Long**|The insertion position in the list, which is one-based.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ContainerProperties.ResizeAsNeeded.md b/api/Visio.ContainerProperties.ResizeAsNeeded.md
index 7f1cc3a3f51..8e41da93fd7 100644
--- a/api/Visio.ContainerProperties.ResizeAsNeeded.md
+++ b/api/Visio.ContainerProperties.ResizeAsNeeded.md
@@ -23,7 +23,7 @@ Determines whether the container boundary resizes automatically to fit its conte
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**[VisContainerAutoResize](Visio.VisContainerAutoResize.md)**
diff --git a/api/Visio.ContainerProperties.RotateFlipList.md b/api/Visio.ContainerProperties.RotateFlipList.md
index b93bf6c1442..44856236e02 100644
--- a/api/Visio.ContainerProperties.RotateFlipList.md
+++ b/api/Visio.ContainerProperties.RotateFlipList.md
@@ -27,11 +27,11 @@ Rotates or flips the list direction for a list of shapes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[VisLayoutDirection](Visio.VisLayoutDirection.md)**|The layout action to take.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ContainerProperties.SetListSpacing.md b/api/Visio.ContainerProperties.SetListSpacing.md
index edf41fa02ac..47ed52d94e9 100644
--- a/api/Visio.ContainerProperties.SetListSpacing.md
+++ b/api/Visio.ContainerProperties.SetListSpacing.md
@@ -27,12 +27,12 @@ Sets the gap between adjacent member shapes in the list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SpacingUnits_|Required| **[VisUnitCodes](Visio.visunitcodes.md)**|The units in which to measure the gap.|
| _SpacingSize_|Required| **Double**|The size of the gap.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ContainerProperties.SetMargin.md b/api/Visio.ContainerProperties.SetMargin.md
index 08e0ac848ae..547acda9a96 100644
--- a/api/Visio.ContainerProperties.SetMargin.md
+++ b/api/Visio.ContainerProperties.SetMargin.md
@@ -27,12 +27,12 @@ Sets the gap between the container and member shapes to the specified size, in t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MarginUnits_|Required| **[VisUnitCodes](Visio.visunitcodes.md)**|The units in which to measure the margin.|
| _MarginSize_|Required| **Double**|The size of the margin.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ContainerProperties.Shape.md b/api/Visio.ContainerProperties.Shape.md
index 18909b9d2a6..75663d1d22d 100644
--- a/api/Visio.ContainerProperties.Shape.md
+++ b/api/Visio.ContainerProperties.Shape.md
@@ -23,7 +23,7 @@ Returns the Microsoft Visio **[Shape](Visio.Shape.md)** object that is associat
_expression_ An expression that returns a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.ContainerProperties.Stat.md b/api/Visio.ContainerProperties.Stat.md
index 36c1ddc00fd..5874fa073d6 100644
--- a/api/Visio.ContainerProperties.Stat.md
+++ b/api/Visio.ContainerProperties.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ An expression that represents a '[ContainerProperties](Visio.ContainerProperties.md)' object.
-### Return Value
+### Return value
[VisStatCodes](Visio.visstatcodes.md)
diff --git a/api/Visio.ContextMenuEnabled.md b/api/Visio.ContextMenuEnabled.md
index c706b5ddd15..dceb876ad8b 100644
--- a/api/Visio.ContextMenuEnabled.md
+++ b/api/Visio.ContextMenuEnabled.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether the shortcut (right-click) menu is e
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.CreatePages.md b/api/Visio.CreatePages.md
index 74d30dc65da..a0c1f2213bf 100644
--- a/api/Visio.CreatePages.md
+++ b/api/Visio.CreatePages.md
@@ -20,7 +20,7 @@ Initiates Web page creation.
_expression_An expression that returns a ** [VisSaveAsWeb](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.CurrentPageIndex.md b/api/Visio.CurrentPageIndex.md
index bf5ed8594ff..92593cc1c51 100644
--- a/api/Visio.CurrentPageIndex.md
+++ b/api/Visio.CurrentPageIndex.md
@@ -20,7 +20,7 @@ Gets or sets the index of the page displayed when a drawing opens in Microsoft V
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Curve.Application.md b/api/Visio.Curve.Application.md
index 335c83d9ac3..9a01f82b848 100644
--- a/api/Visio.Curve.Application.md
+++ b/api/Visio.Curve.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Curve](./Visio.Curve.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Curve.Closed.md b/api/Visio.Curve.Closed.md
index 5a7b936bb20..c31a10978f6 100644
--- a/api/Visio.Curve.Closed.md
+++ b/api/Visio.Curve.Closed.md
@@ -23,7 +23,7 @@ Determines if an object is closed (that is, if its begin point coincides with it
_expression_ A variable that represents a [Curve](./Visio.Curve.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Curve.End.md b/api/Visio.Curve.End.md
index 4f7e1874ede..9ec291e6c21 100644
--- a/api/Visio.Curve.End.md
+++ b/api/Visio.Curve.End.md
@@ -23,7 +23,7 @@ Returns the endpoint of a **Curve** object. Read-only.
_expression_ A variable that represents a [Curve](./Visio.Curve.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Curve.ObjectType.md b/api/Visio.Curve.ObjectType.md
index d104b132064..dc87b506b92 100644
--- a/api/Visio.Curve.ObjectType.md
+++ b/api/Visio.Curve.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Curve](./Visio.Curve.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Curve.Point.md b/api/Visio.Curve.Point.md
index cd640a52858..c3947dfde62 100644
--- a/api/Visio.Curve.Point.md
+++ b/api/Visio.Curve.Point.md
@@ -27,13 +27,13 @@ Returns a point at a position along a curve.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _t_|Required| **Double**|The value in the curve's parameter domain to evaluate.|
| _x_|Required| **Double**|Returns _x_ value of curve at _t_.|
| _y_|Required| **Double**|Returns _y_ value of curve at _t_.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Curve.PointAndDerivatives.md b/api/Visio.Curve.PointAndDerivatives.md
index ff07f4c653c..c243859e7c7 100644
--- a/api/Visio.Curve.PointAndDerivatives.md
+++ b/api/Visio.Curve.PointAndDerivatives.md
@@ -27,7 +27,7 @@ Returns a point and its derivatives at a position along a curve's path.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _t_|Required| **Double**|The value in the curve's parameter domain to evaluate.|
| _n_|Required| **Integer**|0: get point; 1: point and 1st derivative; 2: point plus first and second derivative.|
@@ -38,7 +38,7 @@ Returns a point and its derivatives at a position along a curve's path.
| _ddxdt_|Required| **Double**|Returns second derivative ( _ddx/dt_) at _t_ if _n_> 1.|
| _ddydt_|Required| **Double**|Returns second derivative ( _ddy/dt_) at _t_ if _n_> 1.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Curve.Points.md b/api/Visio.Curve.Points.md
index cea3af7d3bc..81c8826b871 100644
--- a/api/Visio.Curve.Points.md
+++ b/api/Visio.Curve.Points.md
@@ -27,12 +27,12 @@ Returns an array of points that defines a polyline that approximates a **Path**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tolerance_|Required| **Double**|Specifies how close the returned array of points must approximate the true path.|
| _xyArray()_|Required| **Double**|Returns an array of alternating _x_ and _y_ values specifying points along a path's or curve's stroke.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Curve.Start.md b/api/Visio.Curve.Start.md
index c0e47204a69..d011e8944e7 100644
--- a/api/Visio.Curve.Start.md
+++ b/api/Visio.Curve.Start.md
@@ -23,7 +23,7 @@ Returns the start of a **Curve** object's parameter domain. Read-only.
_expression_ A variable that represents a [Curve](./Visio.Curve.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Visio.CustomPropertyCount.md b/api/Visio.CustomPropertyCount.md
index 345ecf26b02..c0ed8d89a01 100644
--- a/api/Visio.CustomPropertyCount.md
+++ b/api/Visio.CustomPropertyCount.md
@@ -24,11 +24,11 @@ Gets the count of shape data items (custom properties) assigned to the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index of the shape that contains the shape data (custom properties).|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.CustomPropertyName.md b/api/Visio.CustomPropertyName.md
index b34cbeda345..2e41f91fe9f 100644
--- a/api/Visio.CustomPropertyName.md
+++ b/api/Visio.CustomPropertyName.md
@@ -24,12 +24,12 @@ Gets the name of the shape data item (custom property) at the specified index po
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index of the shape that contains the specified shape data item (custom property).|
|PropertyIndex|Required| **Long**|The index of the shape data item (custom property).|
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.CustomPropertyValue.md b/api/Visio.CustomPropertyValue.md
index 2f93cc53d5b..3c5786e5cc0 100644
--- a/api/Visio.CustomPropertyValue.md
+++ b/api/Visio.CustomPropertyValue.md
@@ -24,12 +24,12 @@ Gets the value of the shape data item (custom property) at the specified index p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index of the shape that contains the specified shape data item (custom property).|
|PropertyIndex|Required| **Long**|The index of the shape data item (custom property).|
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.DataColumn.Application.md b/api/Visio.DataColumn.Application.md
index a88cf0c6a03..ca46c4e56eb 100644
--- a/api/Visio.DataColumn.Application.md
+++ b/api/Visio.DataColumn.Application.md
@@ -26,7 +26,7 @@ Returns the instance of Microsoft Visio that is associated with a **DataColumn*
_expression_ An expression that returns a [DataColumn](./Visio.DataColumn.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.DataColumn.DataRecordset.md b/api/Visio.DataColumn.DataRecordset.md
index 93986705b97..0a739f58d56 100644
--- a/api/Visio.DataColumn.DataRecordset.md
+++ b/api/Visio.DataColumn.DataRecordset.md
@@ -26,7 +26,7 @@ Returns the **[DataRecordset](Visio.DataColumn.DataRecordset.md)** object that
_expression_ An expression that returns a [DataColumn](./Visio.DataColumn.md) object.
-### Return Value
+### Return value
DataRecordset
diff --git a/api/Visio.DataColumn.DisplayName.md b/api/Visio.DataColumn.DisplayName.md
index 835e5aa7e8f..8d1c5d2650d 100644
--- a/api/Visio.DataColumn.DisplayName.md
+++ b/api/Visio.DataColumn.DisplayName.md
@@ -26,7 +26,7 @@ Specifies the name that appears for the data column on the tab of the parent dat
_expression_ An expression that returns a [DataColumn](./Visio.DataColumn.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.DataColumn.Document.md b/api/Visio.DataColumn.Document.md
index 8e50a7dc88c..de978da8f24 100644
--- a/api/Visio.DataColumn.Document.md
+++ b/api/Visio.DataColumn.Document.md
@@ -26,7 +26,7 @@ Gets the **Document** object that contains the **DataColumn** object. Read-only
_expression_ An expression that returns a [DataColumn](./Visio.DataColumn.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.DataColumn.GetProperty.md b/api/Visio.DataColumn.GetProperty.md
index 3bdc0a6ff76..f0adb0107da 100644
--- a/api/Visio.DataColumn.GetProperty.md
+++ b/api/Visio.DataColumn.GetProperty.md
@@ -30,11 +30,11 @@ Gets the value of the specified data-column property.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Property_|Required| **VisDataColumnProperties**|The data column property to get. See Remarks for possible values.|
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.DataColumn.Hyperlink.md b/api/Visio.DataColumn.Hyperlink.md
index 4902433cfcd..92bcfac28da 100644
--- a/api/Visio.DataColumn.Hyperlink.md
+++ b/api/Visio.DataColumn.Hyperlink.md
@@ -26,7 +26,7 @@ Gets or sets whether the data column creates a hyperlink in a shape when the sha
_expression_ An expression that returns a [DataColumn](./Visio.DataColumn.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.DataColumn.Name.md b/api/Visio.DataColumn.Name.md
index 94289c6d3c6..2820ecf148f 100644
--- a/api/Visio.DataColumn.Name.md
+++ b/api/Visio.DataColumn.Name.md
@@ -26,7 +26,7 @@ Gets the unique name of the data column in its parent data recordset. Read-only.
_expression_ A variable that represents a [DataColumn](./Visio.DataColumn.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.DataColumn.ObjectType.md b/api/Visio.DataColumn.ObjectType.md
index ac240d968c5..d4533980b4e 100644
--- a/api/Visio.DataColumn.ObjectType.md
+++ b/api/Visio.DataColumn.ObjectType.md
@@ -26,7 +26,7 @@ Returns **visObjTypeDataColumn** , the type of a **DataColumn** object. Read-on
_expression_ An expression that returns a [DataColumn](./Visio.DataColumn.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataColumn.SetProperty.md b/api/Visio.DataColumn.SetProperty.md
index 53dca25bcf9..4c4ad710fed 100644
--- a/api/Visio.DataColumn.SetProperty.md
+++ b/api/Visio.DataColumn.SetProperty.md
@@ -30,12 +30,12 @@ Sets the value of the specified data-column property.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Property_|Required| **VisDataColumnProperties**|The data-column property whose value you want set. See Remarks for possible values.|
| _Value_|Required| **Variant**|The value to assign the data-column property. See Remarks for possible values.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DataColumn.Stat.md b/api/Visio.DataColumn.Stat.md
index 65691887c0c..f947d1a5f42 100644
--- a/api/Visio.DataColumn.Stat.md
+++ b/api/Visio.DataColumn.Stat.md
@@ -26,7 +26,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [DataColumn](./Visio.DataColumn.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataColumn.Visible.md b/api/Visio.DataColumn.Visible.md
index edb41828db4..e07ad41b808 100644
--- a/api/Visio.DataColumn.Visible.md
+++ b/api/Visio.DataColumn.Visible.md
@@ -26,7 +26,7 @@ Specifies whether the data column appears on the tab for its parent data records
_expression_ A variable that represents a [DataColumn](./Visio.DataColumn.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.DataColumns.Application.md b/api/Visio.DataColumns.Application.md
index d7567abadda..5d63b9ee67f 100644
--- a/api/Visio.DataColumns.Application.md
+++ b/api/Visio.DataColumns.Application.md
@@ -26,7 +26,7 @@ Returns the instance of Microsoft Visio associated with the **DataColumns** col
_expression_ An expression that returns a [DataColumns](./Visio.DataColumns.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.DataColumns.Count.md b/api/Visio.DataColumns.Count.md
index 2021c7d739c..a9954b20de6 100644
--- a/api/Visio.DataColumns.Count.md
+++ b/api/Visio.DataColumns.Count.md
@@ -26,7 +26,7 @@ Returns the number of **DataColumn** objects in the **DataColumns** collection.
_expression_ An expression that returns a [DataColumns](./Visio.DataColumns.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.DataColumns.DataRecordset.md b/api/Visio.DataColumns.DataRecordset.md
index a90297b1f04..d9270019567 100644
--- a/api/Visio.DataColumns.DataRecordset.md
+++ b/api/Visio.DataColumns.DataRecordset.md
@@ -26,7 +26,7 @@ Returns the **[DataRecordset](Visio.DataRecordset.md)** object that contains th
_expression_ An expression that returns a [DataColumns](./Visio.DataColumns.md) object.
-### Return Value
+### Return value
DataRecordset
diff --git a/api/Visio.DataColumns.Document.md b/api/Visio.DataColumns.Document.md
index 038ea8bf7ae..0a572ea01dd 100644
--- a/api/Visio.DataColumns.Document.md
+++ b/api/Visio.DataColumns.Document.md
@@ -26,7 +26,7 @@ Gets the **Document** object that contains the **DataColumns** collection. Read
_expression_ An expression that returns a [DataColumns](./Visio.DataColumns.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.DataColumns.Item.md b/api/Visio.DataColumns.Item.md
index 1d1211319d3..8d3dc0321fa 100644
--- a/api/Visio.DataColumns.Item.md
+++ b/api/Visio.DataColumns.Item.md
@@ -30,11 +30,11 @@ Returns the **DataColumn** object at the specified index position, or of the sp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _IndexOrName_|Required| **Variant**|The index (as a **Long**) or the name (as a **String**) of the data column to retrieve.|
-### Return Value
+### Return value
DataColumn
diff --git a/api/Visio.DataColumns.ObjectType.md b/api/Visio.DataColumns.ObjectType.md
index e04da4d1137..e8859a727c4 100644
--- a/api/Visio.DataColumns.ObjectType.md
+++ b/api/Visio.DataColumns.ObjectType.md
@@ -26,7 +26,7 @@ Returns **visObjTypeDataColumns** , the type of a **DataColumns** object. Read-
_expression_ An expression that returns a [DataColumns](./Visio.DataColumns.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataColumns.SetColumnProperties.md b/api/Visio.DataColumns.SetColumnProperties.md
index 8085d1c3be9..c793f010d12 100644
--- a/api/Visio.DataColumns.SetColumnProperties.md
+++ b/api/Visio.DataColumns.SetColumnProperties.md
@@ -30,13 +30,13 @@ Sets one or more data-column properties for one or more data columns.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ColumnNames()_|Required| **String**|An array of strings that represent data column names.|
| _Properties()_|Required| **Long**|An array of data-column properties, as **VisDataColumnProperties** . See Remarks for possible values.|
| _Values()_|Required| **Variant**|An array of values to be assigned to the properties. See Remarks for possible values.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DataColumns.Stat.md b/api/Visio.DataColumns.Stat.md
index f23486429b4..3d858fa28d4 100644
--- a/api/Visio.DataColumns.Stat.md
+++ b/api/Visio.DataColumns.Stat.md
@@ -26,7 +26,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [DataColumns](./Visio.DataColumns.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataConnection.Application.md b/api/Visio.DataConnection.Application.md
index 9ebae16a848..6dc43805ff9 100644
--- a/api/Visio.DataConnection.Application.md
+++ b/api/Visio.DataConnection.Application.md
@@ -26,7 +26,7 @@ Returns the instance of Microsoft Visio associated with a **DataConnection** ob
_expression_ An expression that returns a [DataConnection](./Visio.DataConnection.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.DataConnection.ConnectionString.md b/api/Visio.DataConnection.ConnectionString.md
index 1cc9e36b40c..29840e86c5b 100644
--- a/api/Visio.DataConnection.ConnectionString.md
+++ b/api/Visio.DataConnection.ConnectionString.md
@@ -26,7 +26,7 @@ Gets or sets the connection string that you can use to access an existing **[Da
_expression_ An expression that returns a [DataConnection](./Visio.DataConnection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.DataConnection.Document.md b/api/Visio.DataConnection.Document.md
index 5abfdeb78d9..f96dd855093 100644
--- a/api/Visio.DataConnection.Document.md
+++ b/api/Visio.DataConnection.Document.md
@@ -26,7 +26,7 @@ Gets the **Document** object that contains the **DataConnection** object. Read-
_expression_ An expression that returns a [DataConnection](./Visio.DataConnection.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.DataConnection.FileName.md b/api/Visio.DataConnection.FileName.md
index 3c2706316a2..c18fb780ec0 100644
--- a/api/Visio.DataConnection.FileName.md
+++ b/api/Visio.DataConnection.FileName.md
@@ -26,7 +26,7 @@ Gets the name of the Office Data Connection (ODC) file that contains the connect
_expression_ An expression that returns a [DataConnection](./Visio.DataConnection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.DataConnection.ID.md b/api/Visio.DataConnection.ID.md
index 266566fe9c7..c1f35baf006 100644
--- a/api/Visio.DataConnection.ID.md
+++ b/api/Visio.DataConnection.ID.md
@@ -26,7 +26,7 @@ Gets the unique identifier of the **DataConnection** object assigned by Visio.
_expression_ A variable that represents a [DataConnection](./Visio.DataConnection.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.DataConnection.ObjectType.md b/api/Visio.DataConnection.ObjectType.md
index 0f896234167..ea6936af78c 100644
--- a/api/Visio.DataConnection.ObjectType.md
+++ b/api/Visio.DataConnection.ObjectType.md
@@ -26,7 +26,7 @@ Returns **visObjTypeDataConnection** , the type of a **DataConnection** object.
_expression_ An expression that returns a [DataConnection](./Visio.DataConnection.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataConnection.Stat.md b/api/Visio.DataConnection.Stat.md
index 93b306cb1cf..5f19f414a65 100644
--- a/api/Visio.DataConnection.Stat.md
+++ b/api/Visio.DataConnection.Stat.md
@@ -26,7 +26,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [DataConnection](./Visio.DataConnection.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataConnection.Timeout.md b/api/Visio.DataConnection.Timeout.md
index 7c0904f5dfb..d3f42c47648 100644
--- a/api/Visio.DataConnection.Timeout.md
+++ b/api/Visio.DataConnection.Timeout.md
@@ -26,7 +26,7 @@ Gets or sets how long (in seconds) to attempt to establish a data connection bef
_expression_ An expression that returns a [DataConnection](./Visio.DataConnection.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.DataRecordset.Application.md b/api/Visio.DataRecordset.Application.md
index 463f27666e1..ee19b8611f9 100644
--- a/api/Visio.DataRecordset.Application.md
+++ b/api/Visio.DataRecordset.Application.md
@@ -26,7 +26,7 @@ Returns the instance of Microsoft Visio associated with a **DataRecordset** obj
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.DataRecordset.BeforeDataRecordsetDelete.md b/api/Visio.DataRecordset.BeforeDataRecordsetDelete.md
index 993d8106ed5..41ca7fb273c 100644
--- a/api/Visio.DataRecordset.BeforeDataRecordsetDelete.md
+++ b/api/Visio.DataRecordset.BeforeDataRecordsetDelete.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that is going to be deleted.|
diff --git a/api/Visio.DataRecordset.CommandString.md b/api/Visio.DataRecordset.CommandString.md
index 64ebb1fa7d3..782bc5ac26d 100644
--- a/api/Visio.DataRecordset.CommandString.md
+++ b/api/Visio.DataRecordset.CommandString.md
@@ -26,7 +26,7 @@ Gets or sets the command string used to query the data source to create a data r
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.DataRecordset.DataAsXML.md b/api/Visio.DataRecordset.DataAsXML.md
index 52a597d6635..ec036db98df 100644
--- a/api/Visio.DataRecordset.DataAsXML.md
+++ b/api/Visio.DataRecordset.DataAsXML.md
@@ -26,7 +26,7 @@ Returns an XML string that fully describes a data recordset and conforms to the
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.DataRecordset.DataColumns.md b/api/Visio.DataRecordset.DataColumns.md
index 26e65cd687e..70331ec2bb3 100644
--- a/api/Visio.DataRecordset.DataColumns.md
+++ b/api/Visio.DataRecordset.DataColumns.md
@@ -26,7 +26,7 @@ Returns the **[DataColumns](Visio.DataColumns.md)** collection associated with
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
DataColumns
diff --git a/api/Visio.DataRecordset.DataConnection.md b/api/Visio.DataRecordset.DataConnection.md
index c5f37f5b7c6..1c937a74e33 100644
--- a/api/Visio.DataRecordset.DataConnection.md
+++ b/api/Visio.DataRecordset.DataConnection.md
@@ -26,7 +26,7 @@ Returns the **[DataConnection](Visio.DataConnection.md)** object associated wit
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
DataConnection
diff --git a/api/Visio.DataRecordset.DataRecordsetChanged.md b/api/Visio.DataRecordset.DataRecordsetChanged.md
index 14953f01f0c..f9fe329890c 100644
--- a/api/Visio.DataRecordset.DataRecordsetChanged.md
+++ b/api/Visio.DataRecordset.DataRecordsetChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DataRecordsetChanged'(**_ByVal DataRecordsetChanged
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetChanged_|Required| **[IVDATARECORDSETCHANGEDEVENT]**|The data recordset that changed.|
diff --git a/api/Visio.DataRecordset.Delete.md b/api/Visio.DataRecordset.Delete.md
index 42d0af52f03..a9feec7455e 100644
--- a/api/Visio.DataRecordset.Delete.md
+++ b/api/Visio.DataRecordset.Delete.md
@@ -26,7 +26,7 @@ Deletes the **[DataRecordset](Visio.DataRecordset.md)** object from the **[Data
_expression_ A variable that represents a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DataRecordset.Document.md b/api/Visio.DataRecordset.Document.md
index 70c0373c932..f8fbca64af4 100644
--- a/api/Visio.DataRecordset.Document.md
+++ b/api/Visio.DataRecordset.Document.md
@@ -26,7 +26,7 @@ Gets the **Document** object that contains the **DataRecordset** object. Read-o
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.DataRecordset.EventList.md b/api/Visio.DataRecordset.EventList.md
index 174f135a7d1..333c5e91ddb 100644
--- a/api/Visio.DataRecordset.EventList.md
+++ b/api/Visio.DataRecordset.EventList.md
@@ -26,7 +26,7 @@ Returns the **[EventList](Visio.EventList.md)** collection of the **DataRecords
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.DataRecordset.GetAllRefreshConflicts.md b/api/Visio.DataRecordset.GetAllRefreshConflicts.md
index 71e5691f5a8..23875cc1824 100644
--- a/api/Visio.DataRecordset.GetAllRefreshConflicts.md
+++ b/api/Visio.DataRecordset.GetAllRefreshConflicts.md
@@ -26,7 +26,7 @@ Returns an array that contains shapes linked to data rows that have non-resolved
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Shape()
diff --git a/api/Visio.DataRecordset.GetDataRowIDs.md b/api/Visio.DataRecordset.GetDataRowIDs.md
index 05bd7459e2b..abdd56f5a4d 100644
--- a/api/Visio.DataRecordset.GetDataRowIDs.md
+++ b/api/Visio.DataRecordset.GetDataRowIDs.md
@@ -30,11 +30,11 @@ Gets an array of the IDs of all the rows in the data recordset.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CriteriaString_|Required| **String**|A string that conforms to the guidelines specified in the Microsoft ActiveX Data Object (ADO) API for setting the **ADO.Filter** property|
-### Return Value
+### Return value
Long()
diff --git a/api/Visio.DataRecordset.GetMatchingRowsForRefreshConflict.md b/api/Visio.DataRecordset.GetMatchingRowsForRefreshConflict.md
index 66a68f31a5a..8aa23f60ef3 100644
--- a/api/Visio.DataRecordset.GetMatchingRowsForRefreshConflict.md
+++ b/api/Visio.DataRecordset.GetMatchingRowsForRefreshConflict.md
@@ -30,11 +30,11 @@ Returns an array of the row IDs of data-recordset rows linked to a shape that ar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapeInConflict_|Required| **Shape**|A shape linked to data that has a conflict after the data recordset is refreshed.|
-### Return Value
+### Return value
Long()
diff --git a/api/Visio.DataRecordset.GetPrimaryKey.md b/api/Visio.DataRecordset.GetPrimaryKey.md
index 66e69e7090c..1b71b913830 100644
--- a/api/Visio.DataRecordset.GetPrimaryKey.md
+++ b/api/Visio.DataRecordset.GetPrimaryKey.md
@@ -30,12 +30,12 @@ Gets the primary key setting and the name of the primary key column or columns f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PrimaryKeySettings_|Required| **VisPrimaryKeySettings**|Out parameter. The primary key setting for the data recordset. See Remarks for possible values.|
| _PrimaryKey()_|Required| **String**|Out parameter. An array of **String** variables.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DataRecordset.GetRowData.md b/api/Visio.DataRecordset.GetRowData.md
index 5e2abd2df86..dda63175859 100644
--- a/api/Visio.DataRecordset.GetRowData.md
+++ b/api/Visio.DataRecordset.GetRowData.md
@@ -30,11 +30,11 @@ Gets the data in all columns in the specified row.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRowID_|Required| **Long**|The ID of the row in the data recordset from which you want to retrieve data.|
-### Return Value
+### Return value
Variant()
diff --git a/api/Visio.DataRecordset.ID.md b/api/Visio.DataRecordset.ID.md
index 7896c9a6bcb..dab6a7e069f 100644
--- a/api/Visio.DataRecordset.ID.md
+++ b/api/Visio.DataRecordset.ID.md
@@ -26,7 +26,7 @@ Gets the unique identifier of the **DataRecordset** object assigned by Visio. R
_expression_ A variable that represents a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.DataRecordset.LinkReplaceBehavior.md b/api/Visio.DataRecordset.LinkReplaceBehavior.md
index 7a36c2bd505..ad6c1228ba2 100644
--- a/api/Visio.DataRecordset.LinkReplaceBehavior.md
+++ b/api/Visio.DataRecordset.LinkReplaceBehavior.md
@@ -26,7 +26,7 @@ Gets or sets how existing links between shapes and data rows are handled when me
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
VisLinkReplaceBehavior
diff --git a/api/Visio.DataRecordset.Name.md b/api/Visio.DataRecordset.Name.md
index d8204ed060f..9c6a57d7bcc 100644
--- a/api/Visio.DataRecordset.Name.md
+++ b/api/Visio.DataRecordset.Name.md
@@ -26,7 +26,7 @@ Gets or sets the display name of the data recordset. Read/write.
_expression_ A variable that represents a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.DataRecordset.ObjectType.md b/api/Visio.DataRecordset.ObjectType.md
index 8b18af038a8..6c6d349fa87 100644
--- a/api/Visio.DataRecordset.ObjectType.md
+++ b/api/Visio.DataRecordset.ObjectType.md
@@ -26,7 +26,7 @@ Returns **visObjTypeDataRecordset** , the type of a **DataRecordset** object. R
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataRecordset.Refresh.md b/api/Visio.DataRecordset.Refresh.md
index 89461c423f1..69a39d7485f 100644
--- a/api/Visio.DataRecordset.Refresh.md
+++ b/api/Visio.DataRecordset.Refresh.md
@@ -26,7 +26,7 @@ Executes the query string associated with the connected (non-XML-based) **[Data
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DataRecordset.RefreshInterval.md b/api/Visio.DataRecordset.RefreshInterval.md
index a4925c8ceb2..8d9a6f6ea2f 100644
--- a/api/Visio.DataRecordset.RefreshInterval.md
+++ b/api/Visio.DataRecordset.RefreshInterval.md
@@ -26,7 +26,7 @@ Gets or sets how often Microsoft Visio automatically refreshes the data recordse
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.DataRecordset.RefreshSettings.md b/api/Visio.DataRecordset.RefreshSettings.md
index aaf5bcdc64c..38f14ef5fcc 100644
--- a/api/Visio.DataRecordset.RefreshSettings.md
+++ b/api/Visio.DataRecordset.RefreshSettings.md
@@ -26,7 +26,7 @@ Gets and sets options that determine how the data recordset is refreshed. Read/w
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.DataRecordset.RefreshUsingXML.md b/api/Visio.DataRecordset.RefreshUsingXML.md
index 6f5da410771..c2edcff8b49 100644
--- a/api/Visio.DataRecordset.RefreshUsingXML.md
+++ b/api/Visio.DataRecordset.RefreshUsingXML.md
@@ -30,11 +30,11 @@ Updates linked shapes with data contained in the string that conforms to the ADO
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewDataAsXML_|Required| **String**|An XML string that contains new data to refresh the data recordset and that conforms to the classic ADO schema.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DataRecordset.RemoveRefreshConflict.md b/api/Visio.DataRecordset.RemoveRefreshConflict.md
index 1a12bfcfcd2..5fc44735470 100644
--- a/api/Visio.DataRecordset.RemoveRefreshConflict.md
+++ b/api/Visio.DataRecordset.RemoveRefreshConflict.md
@@ -30,11 +30,11 @@ Clears information about a conflict for a data-linked shape from the current doc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapeInConflict_|Required| **[IVSHAPE]**|A shape linked to data that has a conflict after the data recordset is refreshed.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DataRecordset.SetPrimaryKey.md b/api/Visio.DataRecordset.SetPrimaryKey.md
index f529caa1d70..bbd1b8e2c18 100644
--- a/api/Visio.DataRecordset.SetPrimaryKey.md
+++ b/api/Visio.DataRecordset.SetPrimaryKey.md
@@ -30,12 +30,12 @@ Sets the primary key setting value and the name of the primary key column or col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PrimaryKeySettings_|Required| **VisPrimaryKeySettings**|The primary key setting for the data recordset. See Remarks for possible values.|
| _PrimaryKey()_|Required| **[SAFE-ARRAY]**|An array of **String** variables.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DataRecordset.Stat.md b/api/Visio.DataRecordset.Stat.md
index bb1f4bacceb..000568796cb 100644
--- a/api/Visio.DataRecordset.Stat.md
+++ b/api/Visio.DataRecordset.Stat.md
@@ -26,7 +26,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataRecordset.TimeRefreshed.md b/api/Visio.DataRecordset.TimeRefreshed.md
index 2c0ad6e9892..73229d2925a 100644
--- a/api/Visio.DataRecordset.TimeRefreshed.md
+++ b/api/Visio.DataRecordset.TimeRefreshed.md
@@ -26,7 +26,7 @@ Returns the date and time the data recordset was last refreshed. Read-only.
_expression_ An expression that returns a [DataRecordset](./Visio.DataRecordset.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/Visio.DataRecordsetChangedEvent.Application.md b/api/Visio.DataRecordsetChangedEvent.Application.md
index 103c27a0ee6..f3fa44228a5 100644
--- a/api/Visio.DataRecordsetChangedEvent.Application.md
+++ b/api/Visio.DataRecordsetChangedEvent.Application.md
@@ -26,7 +26,7 @@ Returns the instance of Microsoft Visio associated with a **DataRecordsetChange
_expression_ An expression that returns a [DataRecordsetChangedEvent](./Visio.DataRecordsetChangedEvent.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.DataRecordsetChangedEvent.DataColumnsAdded.md b/api/Visio.DataRecordsetChangedEvent.DataColumnsAdded.md
index b606e32c21f..353401992c8 100644
--- a/api/Visio.DataRecordsetChangedEvent.DataColumnsAdded.md
+++ b/api/Visio.DataRecordsetChangedEvent.DataColumnsAdded.md
@@ -26,7 +26,7 @@ After data in a data recordset are refreshed, returns an array of names of data
_expression_ An expression that returns a [DataRecordsetChangedEvent](./Visio.DataRecordsetChangedEvent.md) object.
-### Return Value
+### Return value
String()
diff --git a/api/Visio.DataRecordsetChangedEvent.DataColumnsChanged.md b/api/Visio.DataRecordsetChangedEvent.DataColumnsChanged.md
index 7e6397d6540..17179b4443e 100644
--- a/api/Visio.DataRecordsetChangedEvent.DataColumnsChanged.md
+++ b/api/Visio.DataRecordsetChangedEvent.DataColumnsChanged.md
@@ -26,7 +26,7 @@ Returns an array of names of data columns in a data recordset whose types have c
_expression_ An expression that returns a [DataRecordsetChangedEvent](./Visio.DataRecordsetChangedEvent.md) object.
-### Return Value
+### Return value
String()
diff --git a/api/Visio.DataRecordsetChangedEvent.DataColumnsDeleted.md b/api/Visio.DataRecordsetChangedEvent.DataColumnsDeleted.md
index 09b709a3070..ec74d78a7bc 100644
--- a/api/Visio.DataRecordsetChangedEvent.DataColumnsDeleted.md
+++ b/api/Visio.DataRecordsetChangedEvent.DataColumnsDeleted.md
@@ -26,7 +26,7 @@ After data in a data recordset are refreshed, returns an array of names of data
_expression_ An expression that returns a [DataRecordsetChangedEvent](./Visio.DataRecordsetChangedEvent.md) object.
-### Return Value
+### Return value
String()
diff --git a/api/Visio.DataRecordsetChangedEvent.DataRecordset.md b/api/Visio.DataRecordsetChangedEvent.DataRecordset.md
index 2e5489dc8de..9d345dc7f8e 100644
--- a/api/Visio.DataRecordsetChangedEvent.DataRecordset.md
+++ b/api/Visio.DataRecordsetChangedEvent.DataRecordset.md
@@ -26,7 +26,7 @@ Returns the **DataRecordset** object associated with the **DataRecordsetChanged
_expression_ An expression that returns a [DataRecordsetChangedEvent](./Visio.DataRecordsetChangedEvent.md) object.
-### Return Value
+### Return value
DataRecordset
diff --git a/api/Visio.DataRecordsetChangedEvent.DataRowsAdded.md b/api/Visio.DataRecordsetChangedEvent.DataRowsAdded.md
index 286ba7d8247..e98cea62a14 100644
--- a/api/Visio.DataRecordsetChangedEvent.DataRowsAdded.md
+++ b/api/Visio.DataRecordsetChangedEvent.DataRowsAdded.md
@@ -26,7 +26,7 @@ Returns an array of IDs of data rows newly added to the data recordset as a resu
_expression_ An expression that returns a [DataRecordsetChangedEvent](./Visio.DataRecordsetChangedEvent.md) object.
-### Return Value
+### Return value
Long()
diff --git a/api/Visio.DataRecordsetChangedEvent.DataRowsDeleted.md b/api/Visio.DataRecordsetChangedEvent.DataRowsDeleted.md
index 775c2b33bf0..1183f4bcdc0 100644
--- a/api/Visio.DataRecordsetChangedEvent.DataRowsDeleted.md
+++ b/api/Visio.DataRecordsetChangedEvent.DataRowsDeleted.md
@@ -26,7 +26,7 @@ Returns an array of IDs of data rows deleted from the data recordset as a result
_expression_ An expression that returns a [DataRecordsetChangedEvent](./Visio.DataRecordsetChangedEvent.md) object.
-### Return Value
+### Return value
Long()
diff --git a/api/Visio.DataRecordsetChangedEvent.ObjectType.md b/api/Visio.DataRecordsetChangedEvent.ObjectType.md
index 2b5546c4f04..416336db606 100644
--- a/api/Visio.DataRecordsetChangedEvent.ObjectType.md
+++ b/api/Visio.DataRecordsetChangedEvent.ObjectType.md
@@ -26,7 +26,7 @@ Returns **visObjTypeDataRecordsetChangedEvent** , the type of a **DataRecordset
_expression_ An expression that returns a [DataRecordsetChangedEvent](./Visio.DataRecordsetChangedEvent.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataRecordsetChangedEvent.Stat.md b/api/Visio.DataRecordsetChangedEvent.Stat.md
index df35b8afe17..4a417afbb2e 100644
--- a/api/Visio.DataRecordsetChangedEvent.Stat.md
+++ b/api/Visio.DataRecordsetChangedEvent.Stat.md
@@ -26,7 +26,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [DataRecordsetChangedEvent](./Visio.DataRecordsetChangedEvent.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataRecordsets.Add.md b/api/Visio.DataRecordsets.Add.md
index cc6178d7f86..c6c803ea9d7 100644
--- a/api/Visio.DataRecordsets.Add.md
+++ b/api/Visio.DataRecordsets.Add.md
@@ -30,14 +30,14 @@ Adds a **[DataRecordset](Visio.DataRecordset.md)** object to the **[DataRecords
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConnectionIDOrString_|Required| **Variant**|The ID of an existing **[DataConnection](Visio.DataConnection.md)** object or the connection string to specify a new data-source connection.|
| _CommandString_|Required| **String**|Query string that specifies the database table or Excel worksheet and the fields (columns) within the table or worksheet that contain the data you want to query.|
| _AddOptions_|Required| **Long**|Options that determine properties of the data recordset to add. A combination of one or more enumerated value from **[VisDataRecordsetAddOptions](Visio.visdatarecordsetaddoptions.md)** . For more information, see Remarks.|
| _Name_|Optional| **String**|Assigns a display name to the **DataRecordset** object being added.|
-### Return Value
+### Return value
DataRecordset
diff --git a/api/Visio.DataRecordsets.AddFromConnectionFile.md b/api/Visio.DataRecordsets.AddFromConnectionFile.md
index 5ebe29fdcc4..e55e10ad3be 100644
--- a/api/Visio.DataRecordsets.AddFromConnectionFile.md
+++ b/api/Visio.DataRecordsets.AddFromConnectionFile.md
@@ -30,13 +30,13 @@ Adds a **[DataRecordset](Visio.DataRecordset.md)** object to the **[DataRecords
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the ODC connection file to use. |
| _AddOptions_|Required| **Long**|Options that determine properties of the data recordset to be added. A combination of one or more enumerated value from **[VisDataRecordsetAddOptions](Visio.visdatarecordsetaddoptions.md)** . For more information, see Remarks.|
| _Name_|Optional| **String**|Assigns a display name to the **DataRecordset** object being added.|
-### Return Value
+### Return value
DataRecordset
diff --git a/api/Visio.DataRecordsets.AddFromXML.md b/api/Visio.DataRecordsets.AddFromXML.md
index 1527a32016f..dccb1fb0ba1 100644
--- a/api/Visio.DataRecordsets.AddFromXML.md
+++ b/api/Visio.DataRecordsets.AddFromXML.md
@@ -30,13 +30,13 @@ Adds a **[DataRecordset](Visio.DataRecordset.md)** object to the **[DataRecords
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XMLString_|Required| **String**|An XML string that conforms to the Microsoft ActiveX? Data Objects (ADO) classic XML schema and that describes the data you want to import.|
| _AddOptions_|Required| **Long**|Options that determine properties of the data recordset to add. A combination of one or more enumerated value from **[VisDataRecordsetAddOptions](Visio.visdatarecordsetaddoptions.md)** . For more information, see Remarks.|
| _Name_|Optional| **String**|Assigns a display name to the **DataRecordset** object being added.|
-### Return Value
+### Return value
DataRecordset
diff --git a/api/Visio.DataRecordsets.Application.md b/api/Visio.DataRecordsets.Application.md
index 39cf02ada46..fcb3124410e 100644
--- a/api/Visio.DataRecordsets.Application.md
+++ b/api/Visio.DataRecordsets.Application.md
@@ -26,7 +26,7 @@ Returns the instance of Microsoft Visio associated with the **DataRecordsets**
_expression_ An expression that returns a [DataRecordsets](./Visio.DataRecordsets.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.DataRecordsets.BeforeDataRecordsetDelete.md b/api/Visio.DataRecordsets.BeforeDataRecordsetDelete.md
index 87d3896bc36..45a1a721e29 100644
--- a/api/Visio.DataRecordsets.BeforeDataRecordsetDelete.md
+++ b/api/Visio.DataRecordsets.BeforeDataRecordsetDelete.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that is going to be deleted.|
diff --git a/api/Visio.DataRecordsets.Count.md b/api/Visio.DataRecordsets.Count.md
index 51ee8bd4841..9c153a86edb 100644
--- a/api/Visio.DataRecordsets.Count.md
+++ b/api/Visio.DataRecordsets.Count.md
@@ -26,7 +26,7 @@ Returns the number of **DataRecordset** objects in the **DataRecordsets** colle
_expression_ An expression that returns a [DataRecordsets](./Visio.DataRecordsets.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.DataRecordsets.DataRecordsetAdded.md b/api/Visio.DataRecordsets.DataRecordsetAdded.md
index fb0c78e3aca..a77b4a2e561 100644
--- a/api/Visio.DataRecordsets.DataRecordsetAdded.md
+++ b/api/Visio.DataRecordsets.DataRecordsetAdded.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that was added.|
diff --git a/api/Visio.DataRecordsets.DataRecordsetChanged.md b/api/Visio.DataRecordsets.DataRecordsetChanged.md
index 3a4aacc50ed..d1050757eba 100644
--- a/api/Visio.DataRecordsets.DataRecordsetChanged.md
+++ b/api/Visio.DataRecordsets.DataRecordsetChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DataRecordsetChanged'(**_ByVal DataRecordsetChanged
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetChanged_|Required| **[IVDATARECORDSETCHANGEDEVENT]**|The data recordset that changed.|
diff --git a/api/Visio.DataRecordsets.Document.md b/api/Visio.DataRecordsets.Document.md
index c67fe31ea82..9d23b85ccdf 100644
--- a/api/Visio.DataRecordsets.Document.md
+++ b/api/Visio.DataRecordsets.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that contains the **DataRecordsets** collection. R
_expression_ An expression that returns a [DataRecordsets](./Visio.DataRecordsets.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.DataRecordsets.EventList.md b/api/Visio.DataRecordsets.EventList.md
index 84b1b7ddbb3..35e6da1ac83 100644
--- a/api/Visio.DataRecordsets.EventList.md
+++ b/api/Visio.DataRecordsets.EventList.md
@@ -26,7 +26,7 @@ Returns the **[EventList](Visio.EventList.md)** collection of the **DataRecords
_expression_ An expression that returns a [DataRecordsets](./Visio.DataRecordsets.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.DataRecordsets.GetLastDataError.md b/api/Visio.DataRecordsets.GetLastDataError.md
index cc29df8b572..7aac6355e46 100644
--- a/api/Visio.DataRecordsets.GetLastDataError.md
+++ b/api/Visio.DataRecordsets.GetLastDataError.md
@@ -30,13 +30,13 @@ Gets the Active X Data Objects (ADO) error code, ADO description, and data recor
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataErrorCode_|Required| **Long**|Out parameter. The ADO error code of the last error.|
| _DataErrorDescription_|Required| **String**|Out parameter. The ADO description of the last error.|
| _RecordsetID_|Required| **Long**|Out parameter. The ID of the data recordset that generated or triggered the error.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DataRecordsets.Item.md b/api/Visio.DataRecordsets.Item.md
index df77d778a84..a086f97b5ea 100644
--- a/api/Visio.DataRecordsets.Item.md
+++ b/api/Visio.DataRecordsets.Item.md
@@ -30,11 +30,11 @@ Returns the **DataRecordset** object at the specified index position in the **D
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index of the object to retrieve.|
-### Return Value
+### Return value
DataRecordset
diff --git a/api/Visio.DataRecordsets.ItemFromID.md b/api/Visio.DataRecordsets.ItemFromID.md
index 2cbf49869b3..dc7d09479eb 100644
--- a/api/Visio.DataRecordsets.ItemFromID.md
+++ b/api/Visio.DataRecordsets.ItemFromID.md
@@ -30,11 +30,11 @@ Returns a **DataRecordset** object from the **DataRecordsets** collection by us
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ID_|Required| **Long**|The unique ID of the **DataRecordset** object to retrieve.|
-### Return Value
+### Return value
DataRecordset
diff --git a/api/Visio.DataRecordsets.ObjectType.md b/api/Visio.DataRecordsets.ObjectType.md
index 65602b71e7b..098eae295b8 100644
--- a/api/Visio.DataRecordsets.ObjectType.md
+++ b/api/Visio.DataRecordsets.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeDataRecordsets** , the type of a **DataRecordsets** object.
_expression_ An expression that returns a [DataRecordsets](./Visio.DataRecordsets.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DataRecordsets.Stat.md b/api/Visio.DataRecordsets.Stat.md
index 37ed51139b8..f3799d02953 100644
--- a/api/Visio.DataRecordsets.Stat.md
+++ b/api/Visio.DataRecordsets.Stat.md
@@ -26,7 +26,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [DataRecordsets](./Visio.DataRecordsets.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.DiagramServicesEnabled.md b/api/Visio.DiagramServicesEnabled.md
index 5cea73d94fd..1ad7a1c576b 100644
--- a/api/Visio.DiagramServicesEnabled.md
+++ b/api/Visio.DiagramServicesEnabled.md
@@ -23,7 +23,7 @@ Determines which, if any, diagram services are enabled for the document. Read/wr
_expression_ An expression that returns a '[Document](Visio.Document.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.DispScreenRes.md b/api/Visio.DispScreenRes.md
index bad2cc24461..673b7302666 100644
--- a/api/Visio.DispScreenRes.md
+++ b/api/Visio.DispScreenRes.md
@@ -20,7 +20,7 @@ Specifies the screen resolution for your Web page. Read/write.
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
VISWEB_DISP_RES
diff --git a/api/Visio.DisplayAbout.md b/api/Visio.DisplayAbout.md
index 6d8cef68598..b122bd2c056 100644
--- a/api/Visio.DisplayAbout.md
+++ b/api/Visio.DisplayAbout.md
@@ -20,7 +20,7 @@ Displays the **About Microsoft Visio Viewer** dialog box in the Microsoft Visio
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DisplayContextMenu.md b/api/Visio.DisplayContextMenu.md
index bc80a438525..a44e5398c71 100644
--- a/api/Visio.DisplayContextMenu.md
+++ b/api/Visio.DisplayContextMenu.md
@@ -24,12 +24,12 @@ Displays the shortcut menu for Microsoft Visio Viewer at the specified screen co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ScreenX|Required| **Long**|The x-coordinate, in pixels, of the point where the menu should appear, relative to the origin of the frame of the screen.|
|ScreenY|Required| **Long**|The y-coordinate, in pixels, of the point where the menu should appear, relative to the origin of the frame of the screen.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DisplayHelp.md b/api/Visio.DisplayHelp.md
index acdd5c2ea58..11ec3236bef 100644
--- a/api/Visio.DisplayHelp.md
+++ b/api/Visio.DisplayHelp.md
@@ -24,11 +24,11 @@ Displays the Help topic that has the specified ID in Microsoft Visio Viewer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|TopicID|Required| **Long**|The ID of the Help topic to display.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.DisplayPropertyDialog.md b/api/Visio.DisplayPropertyDialog.md
index e57753ff553..55bf7a421cf 100644
--- a/api/Visio.DisplayPropertyDialog.md
+++ b/api/Visio.DisplayPropertyDialog.md
@@ -24,12 +24,12 @@ Displays the **Properties and Settings** dialog box at the specified screen coo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ScreenX|Optional| **Variant**|The x-coordinate, in pixels, of the point where the dialog box should appear, relative to the origin of the frame of the screen.|
|ScreenY|Optional| **Variant**|The y-coordinate, in pixels, of the point where the dialog box should appear, relative to the origin of the frame of the screen.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.AddUndoUnit.md b/api/Visio.Document.AddUndoUnit.md
index e0a3636ce71..d08cfc7a5fb 100644
--- a/api/Visio.Document.AddUndoUnit.md
+++ b/api/Visio.Document.AddUndoUnit.md
@@ -27,11 +27,11 @@ Adds an object that supports the **IOleUndoUnit** or **IVBUndoUnit** interface
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pUndoUnit_|Required| **[UNKNOWN]**|A reference to an object that supports the **IOleUndoUnit** or **IVBUndoUnit** interface.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.AfterRemoveHiddenInformation.md b/api/Visio.Document.AfterRemoveHiddenInformation.md
index 1386a7d84b6..125a32d1e06 100644
--- a/api/Visio.Document.AfterRemoveHiddenInformation.md
+++ b/api/Visio.Document.AfterRemoveHiddenInformation.md
@@ -27,7 +27,7 @@ Occurs when hidden information is removed from the document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document from which hidden information has been removed.|
diff --git a/api/Visio.Document.AlternateNames.md b/api/Visio.Document.AlternateNames.md
index 9b133ae0dcf..b5e3a9de3ad 100644
--- a/api/Visio.Document.AlternateNames.md
+++ b/api/Visio.Document.AlternateNames.md
@@ -23,7 +23,7 @@ Gets or sets the alternate names for a document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.Application.md b/api/Visio.Document.Application.md
index 441e2e87894..dfa004dde38 100644
--- a/api/Visio.Document.Application.md
+++ b/api/Visio.Document.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Document.AutoRecover.md b/api/Visio.Document.AutoRecover.md
index 986ec57177b..26e37f3860d 100644
--- a/api/Visio.Document.AutoRecover.md
+++ b/api/Visio.Document.AutoRecover.md
@@ -23,7 +23,7 @@ Determines whether an open document that has unsaved changes is copied when auto
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.BeforeDataRecordsetDelete.md b/api/Visio.Document.BeforeDataRecordsetDelete.md
index d7ad85dac1a..f743c6fa4cd 100644
--- a/api/Visio.Document.BeforeDataRecordsetDelete.md
+++ b/api/Visio.Document.BeforeDataRecordsetDelete.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that is going to be deleted.|
diff --git a/api/Visio.Document.BeforeDocumentClose.md b/api/Visio.Document.BeforeDocumentClose.md
index cfbadcee7c3..fa9b5a21d4b 100644
--- a/api/Visio.Document.BeforeDocumentClose.md
+++ b/api/Visio.Document.BeforeDocumentClose.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.Document.BeforeDocumentSave.md b/api/Visio.Document.BeforeDocumentSave.md
index f12f43d41fe..4f22ca4e048 100644
--- a/api/Visio.Document.BeforeDocumentSave.md
+++ b/api/Visio.Document.BeforeDocumentSave.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.Document.BeforeDocumentSaveAs.md b/api/Visio.Document.BeforeDocumentSaveAs.md
index bf0c172c594..b321a3297be 100644
--- a/api/Visio.Document.BeforeDocumentSaveAs.md
+++ b/api/Visio.Document.BeforeDocumentSaveAs.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentSaveAs'(**_ByVal doc As [IVDOCUMENT]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.Document.BeforeMasterDelete.md b/api/Visio.Document.BeforeMasterDelete.md
index fbce59f9d4d..75d5b1d33fa 100644
--- a/api/Visio.Document.BeforeMasterDelete.md
+++ b/api/Visio.Document.BeforeMasterDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Document.BeforePageDelete.md b/api/Visio.Document.BeforePageDelete.md
index 7a1918b2a65..e7b8102da7a 100644
--- a/api/Visio.Document.BeforePageDelete.md
+++ b/api/Visio.Document.BeforePageDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Document.BeforeSelectionDelete.md b/api/Visio.Document.BeforeSelectionDelete.md
index 1bee5f2fc73..3f09619cbae 100644
--- a/api/Visio.Document.BeforeSelectionDelete.md
+++ b/api/Visio.Document.BeforeSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.Document.BeforeShapeTextEdit.md b/api/Visio.Document.BeforeShapeTextEdit.md
index 41f765cb868..0e7a98c364f 100644
--- a/api/Visio.Document.BeforeShapeTextEdit.md
+++ b/api/Visio.Document.BeforeShapeTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.Document.BeforeStyleDelete.md b/api/Visio.Document.BeforeStyleDelete.md
index 3a9a8c021f8..c7e3595ce8f 100644
--- a/api/Visio.Document.BeforeStyleDelete.md
+++ b/api/Visio.Document.BeforeStyleDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Document.BeginUndoScope.md b/api/Visio.Document.BeginUndoScope.md
index 5787340dc43..12b4de92752 100644
--- a/api/Visio.Document.BeginUndoScope.md
+++ b/api/Visio.Document.BeginUndoScope.md
@@ -27,11 +27,11 @@ Starts a transaction with a unique scope ID for an instance of Microsoft Visio.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrUndoScopeName_|Required| **String**|The name of the scope; could appear in the Visio user interface.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Document.BottomMargin.md b/api/Visio.Document.BottomMargin.md
index 6c81ec4e2dd..c407cced22f 100644
--- a/api/Visio.Document.BottomMargin.md
+++ b/api/Visio.Document.BottomMargin.md
@@ -27,11 +27,11 @@ Specifies the bottom margin when printing the pages in a document. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Optional| **Variant**|he units to use when retrieving or setting the margin value. Defaults to internal drawing units.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Document.BuildNumberCreated.md b/api/Visio.Document.BuildNumberCreated.md
index 6f411d614c6..2412634708e 100644
--- a/api/Visio.Document.BuildNumberCreated.md
+++ b/api/Visio.Document.BuildNumberCreated.md
@@ -23,7 +23,7 @@ Returns the build number of the instance used to create the document. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Document.BuildNumberEdited.md b/api/Visio.Document.BuildNumberEdited.md
index 53d3ded8b08..cc360840090 100644
--- a/api/Visio.Document.BuildNumberEdited.md
+++ b/api/Visio.Document.BuildNumberEdited.md
@@ -23,7 +23,7 @@ Returns the build number of the instance last used to edit the document. Read-on
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Document.CanCheckIn.md b/api/Visio.Document.CanCheckIn.md
index 03fb4130bc4..5d6fea2e3ab 100644
--- a/api/Visio.Document.CanCheckIn.md
+++ b/api/Visio.Document.CanCheckIn.md
@@ -23,7 +23,7 @@ Specifies whether a document can be checked into a Microsoft SharePoint Server c
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.CanUndoCheckOut.md b/api/Visio.Document.CanUndoCheckOut.md
index f87b6ab6e20..7f3e3a18aa5 100644
--- a/api/Visio.Document.CanUndoCheckOut.md
+++ b/api/Visio.Document.CanUndoCheckOut.md
@@ -23,7 +23,7 @@ Determines whether a Microsoft Visio document is checked out from a Microsoft Sh
_expression_ An expression that returns a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.Category.md b/api/Visio.Document.Category.md
index 6aa01e9ec92..a4fd41d8212 100644
--- a/api/Visio.Document.Category.md
+++ b/api/Visio.Document.Category.md
@@ -23,7 +23,7 @@ Gets or sets the value of a document's category, one of the document properties.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.CheckIn.md b/api/Visio.Document.CheckIn.md
index 13cf79a61e9..c3cbb0f582a 100644
--- a/api/Visio.Document.CheckIn.md
+++ b/api/Visio.Document.CheckIn.md
@@ -27,13 +27,13 @@ Returns a document from a local computer to a Microsoft SharePoint Server comput
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Boolean**| **True** (non-zero) to save document changes before check-in; **False** (0) to check the document in without saving changes. The default is **True** .|
| _Comments_|Optional| **Variant**|Any comments to be stored with this revision of the document (applies only if _SaveChanges_ equals **True**).|
| _MakePublic_|Optional| **Boolean**| **True** to publish the document after check-in. This submits the document for the approval process or, if there is no approval routing for the document, a public version is created that is available to readers of the folder (applies only if _SaveChanges_ equals **True**); **False** leaves the document available only for private viewing. The default is **False** .|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.ClassID.md b/api/Visio.Document.ClassID.md
index 18c7d71dbf8..e10250ae8c9 100644
--- a/api/Visio.Document.ClassID.md
+++ b/api/Visio.Document.ClassID.md
@@ -23,7 +23,7 @@ Returns the class ID string of the container application in which the document i
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.Clean.md b/api/Visio.Document.Clean.md
index c281813439f..5856ade1356 100644
--- a/api/Visio.Document.Clean.md
+++ b/api/Visio.Document.Clean.md
@@ -27,7 +27,7 @@ Examines, reports, and repairs selected conditions in a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nTargets_|Optional| **Variant**|Indicates which parts of the document to examine. See Remarks for possible values.|
| _nActions_|Optional| **Variant**|Indicates which conditions to detect. See Remarks for possible values.|
@@ -37,7 +37,7 @@ Examines, reports, and repairs selected conditions in a document.
| _bLogFileName_|Optional| **Variant**|Reserved for future use.|
| _nReserved_|Optional| **Variant**|Reserved for future use.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.ClearCustomMenus.md b/api/Visio.Document.ClearCustomMenus.md
index 97eca2d8481..2a2949d830e 100644
--- a/api/Visio.Document.ClearCustomMenus.md
+++ b/api/Visio.Document.ClearCustomMenus.md
@@ -23,7 +23,7 @@ Restores the built-in Microsoft Visio user interface.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.ClearCustomToolbars.md b/api/Visio.Document.ClearCustomToolbars.md
index 9f1171970c7..bdaf8c40bda 100644
--- a/api/Visio.Document.ClearCustomToolbars.md
+++ b/api/Visio.Document.ClearCustomToolbars.md
@@ -23,7 +23,7 @@ Restores the built-in Microsoft Visio user interface.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.ClearGestureFormatSheet.md b/api/Visio.Document.ClearGestureFormatSheet.md
index bd4066251ea..f584305c60f 100644
--- a/api/Visio.Document.ClearGestureFormatSheet.md
+++ b/api/Visio.Document.ClearGestureFormatSheet.md
@@ -23,7 +23,7 @@ Clears local formatting in a document's Gesture Format sheet.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.Close.md b/api/Visio.Document.Close.md
index 05f6efb6dd3..794a74c0717 100644
--- a/api/Visio.Document.Close.md
+++ b/api/Visio.Document.Close.md
@@ -23,7 +23,7 @@ Closes a document.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.Colors.md b/api/Visio.Document.Colors.md
index e5c7813df9f..4906f90ee81 100644
--- a/api/Visio.Document.Colors.md
+++ b/api/Visio.Document.Colors.md
@@ -23,7 +23,7 @@ Returns the **Colors** collection of a **Document** object. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Colors
diff --git a/api/Visio.Document.Company.md b/api/Visio.Document.Company.md
index 4a41a333c9c..7e8954d009f 100644
--- a/api/Visio.Document.Company.md
+++ b/api/Visio.Document.Company.md
@@ -23,7 +23,7 @@ Gets or sets the name of the company the document belongs to, one of the documen
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.ContainsWorkspaceEx.md b/api/Visio.Document.ContainsWorkspaceEx.md
index ca461e32c3e..08dcd46c90e 100644
--- a/api/Visio.Document.ContainsWorkspaceEx.md
+++ b/api/Visio.Document.ContainsWorkspaceEx.md
@@ -23,7 +23,7 @@ Gets or sets whether workspace information is saved with the document. Read/writ
_expression_ An expression that returns a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.ConvertToGroupCanceled.md b/api/Visio.Document.ConvertToGroupCanceled.md
index 25a3337a9f3..837948948cb 100644
--- a/api/Visio.Document.ConvertToGroupCanceled.md
+++ b/api/Visio.Document.ConvertToGroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Document.CopyPreviewPicture.md b/api/Visio.Document.CopyPreviewPicture.md
index 6dba05b0f8b..d6691a2faaf 100644
--- a/api/Visio.Document.CopyPreviewPicture.md
+++ b/api/Visio.Document.CopyPreviewPicture.md
@@ -27,11 +27,11 @@ Copies the preview picture from another document into the current document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pSourceDoc_|Required| **[IVDOCUMENT]**|The **Document** object whose preview picture you want to copy into this document.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.Creator.md b/api/Visio.Document.Creator.md
index 05b2e5dc3de..c45d879762a 100644
--- a/api/Visio.Document.Creator.md
+++ b/api/Visio.Document.Creator.md
@@ -23,7 +23,7 @@ Gets or sets the value of a document's author—one of the document's properties
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.CustomMenus.md b/api/Visio.Document.CustomMenus.md
index 3516035ac12..800d438820a 100644
--- a/api/Visio.Document.CustomMenus.md
+++ b/api/Visio.Document.CustomMenus.md
@@ -23,7 +23,7 @@ Gets a **UIObject** object that represents the current custom menus and acceler
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.Document.CustomMenusFile.md b/api/Visio.Document.CustomMenusFile.md
index 62fdadc3666..c324f431147 100644
--- a/api/Visio.Document.CustomMenusFile.md
+++ b/api/Visio.Document.CustomMenusFile.md
@@ -23,7 +23,7 @@ Gets or sets the name of the file that defines custom menus and accelerators for
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.CustomToolbars.md b/api/Visio.Document.CustomToolbars.md
index 19fe5c7f143..5b6aa867786 100644
--- a/api/Visio.Document.CustomToolbars.md
+++ b/api/Visio.Document.CustomToolbars.md
@@ -23,7 +23,7 @@ Gets a **UIObject** object that represents the current custom toolbars and stat
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.Document.CustomToolbarsFile.md b/api/Visio.Document.CustomToolbarsFile.md
index f827bd81e76..6630052a272 100644
--- a/api/Visio.Document.CustomToolbarsFile.md
+++ b/api/Visio.Document.CustomToolbarsFile.md
@@ -23,7 +23,7 @@ Returns or sets the name of the file that defines custom toolbars and status bar
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.CustomUI.md b/api/Visio.Document.CustomUI.md
index 9121a507916..c781fa2c365 100644
--- a/api/Visio.Document.CustomUI.md
+++ b/api/Visio.Document.CustomUI.md
@@ -23,7 +23,7 @@ Gets or sets the Ribbon XML string that is passed to the document to customize t
_expression_ A variable that represents a '[Document](Visio.Document.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.Document.DataRecordsetAdded.md b/api/Visio.Document.DataRecordsetAdded.md
index b0661864b97..398148960c4 100644
--- a/api/Visio.Document.DataRecordsetAdded.md
+++ b/api/Visio.Document.DataRecordsetAdded.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that was added.|
diff --git a/api/Visio.Document.DataRecordsets.md b/api/Visio.Document.DataRecordsets.md
index 18e267e2fe2..74a025796bd 100644
--- a/api/Visio.Document.DataRecordsets.md
+++ b/api/Visio.Document.DataRecordsets.md
@@ -26,7 +26,7 @@ Returns the **DataRecordsets** collection contained in the document. Read-only.
_expression_ An expression that returns a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
DataRecordsets
diff --git a/api/Visio.Document.DefaultFillStyle.md b/api/Visio.Document.DefaultFillStyle.md
index 560a7321ff9..14581cb72ea 100644
--- a/api/Visio.Document.DefaultFillStyle.md
+++ b/api/Visio.Document.DefaultFillStyle.md
@@ -23,7 +23,7 @@ Gets or sets the default fill style of a document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.DefaultGuideStyle.md b/api/Visio.Document.DefaultGuideStyle.md
index 6f020a66fd6..66838ca6a5a 100644
--- a/api/Visio.Document.DefaultGuideStyle.md
+++ b/api/Visio.Document.DefaultGuideStyle.md
@@ -23,7 +23,7 @@ Gets or sets the default guide style of a document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.DefaultLineStyle.md b/api/Visio.Document.DefaultLineStyle.md
index 4f7e7b78c8f..6f05d0313d3 100644
--- a/api/Visio.Document.DefaultLineStyle.md
+++ b/api/Visio.Document.DefaultLineStyle.md
@@ -23,7 +23,7 @@ Gets or sets the default line style of a document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.DefaultSavePath.md b/api/Visio.Document.DefaultSavePath.md
index 72991e122fc..65382a5fb09 100644
--- a/api/Visio.Document.DefaultSavePath.md
+++ b/api/Visio.Document.DefaultSavePath.md
@@ -23,7 +23,7 @@ Gets or sets the path to the location where Microsoft Visio saves the current do
_expression_ An expression that returns a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.DefaultStyle.md b/api/Visio.Document.DefaultStyle.md
index aa4ebda3bca..790ee01e2f7 100644
--- a/api/Visio.Document.DefaultStyle.md
+++ b/api/Visio.Document.DefaultStyle.md
@@ -23,7 +23,7 @@ Gets the default fill style of a document or sets the default fill, line, and te
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.DefaultTextStyle.md b/api/Visio.Document.DefaultTextStyle.md
index 8bac59c8ca7..bd0ff989f2f 100644
--- a/api/Visio.Document.DefaultTextStyle.md
+++ b/api/Visio.Document.DefaultTextStyle.md
@@ -23,7 +23,7 @@ Gets or sets the default text style of a document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.DeleteSolutionXMLElement.md b/api/Visio.Document.DeleteSolutionXMLElement.md
index 36f93762f3b..47eb075ed5e 100644
--- a/api/Visio.Document.DeleteSolutionXMLElement.md
+++ b/api/Visio.Document.DeleteSolutionXMLElement.md
@@ -27,11 +27,11 @@ Deletes the named SolutionXML element.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ElementName_|Required| **String**|The case-sensitive name of the SolutionXML data element.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.Description.md b/api/Visio.Document.Description.md
index 75b1bd27052..8e273a5b02c 100644
--- a/api/Visio.Document.Description.md
+++ b/api/Visio.Document.Description.md
@@ -23,7 +23,7 @@ Gets or sets the description of a document, one of a document's properties. Read
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.DesignModeEntered.md b/api/Visio.Document.DesignModeEntered.md
index 1a464d21665..52a16b3bd7d 100644
--- a/api/Visio.Document.DesignModeEntered.md
+++ b/api/Visio.Document.DesignModeEntered.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to enter design mode.|
diff --git a/api/Visio.Document.DocumentChanged.md b/api/Visio.Document.DocumentChanged.md
index e13d6fe06e2..0f2548580f9 100644
--- a/api/Visio.Document.DocumentChanged.md
+++ b/api/Visio.Document.DocumentChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentChanged'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document whose properties were changed.|
diff --git a/api/Visio.Document.DocumentCloseCanceled.md b/api/Visio.Document.DocumentCloseCanceled.md
index fbee2478116..5d249bb298c 100644
--- a/api/Visio.Document.DocumentCloseCanceled.md
+++ b/api/Visio.Document.DocumentCloseCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was going to be closed.|
diff --git a/api/Visio.Document.DocumentCreated.md b/api/Visio.Document.DocumentCreated.md
index 878561117ad..7f75b939d52 100644
--- a/api/Visio.Document.DocumentCreated.md
+++ b/api/Visio.Document.DocumentCreated.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentCreated'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was created.|
diff --git a/api/Visio.Document.DocumentOpened.md b/api/Visio.Document.DocumentOpened.md
index 766ca10ac16..dd63be3b1f7 100644
--- a/api/Visio.Document.DocumentOpened.md
+++ b/api/Visio.Document.DocumentOpened.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentOpened'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was opened.|
diff --git a/api/Visio.Document.DocumentSaved.md b/api/Visio.Document.DocumentSaved.md
index 0e89ca8dd60..bfb94856bad 100644
--- a/api/Visio.Document.DocumentSaved.md
+++ b/api/Visio.Document.DocumentSaved.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.Document.DocumentSavedAs.md b/api/Visio.Document.DocumentSavedAs.md
index 0cb34a46f8b..c2b41d7231b 100644
--- a/api/Visio.Document.DocumentSavedAs.md
+++ b/api/Visio.Document.DocumentSavedAs.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentSavedAs'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.Document.DocumentSheet.md b/api/Visio.Document.DocumentSheet.md
index 012a0d9e46e..9c29ba848f0 100644
--- a/api/Visio.Document.DocumentSheet.md
+++ b/api/Visio.Document.DocumentSheet.md
@@ -23,7 +23,7 @@ Returns a **Shape** object whose cells represent properties of the document. Re
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Document.Drop.md b/api/Visio.Document.Drop.md
index 2442394cd44..fc3de6d3c17 100644
--- a/api/Visio.Document.Drop.md
+++ b/api/Visio.Document.Drop.md
@@ -27,13 +27,13 @@ Creates a new **Master** object by dropping an object onto a receiving object s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The object to drop. While this is typically a Visio object such as a **Master** , **Shape** , or **Selection** object, it can be any OLE object that provides an **IDataObject** interface.|
| _xPos_|Required| **Integer**|The x-coordinate at which to place the center of the shape's width or PinX.|
| _yPos_|Required| **Integer**|The y-coordinate at which to place the center of the shape's height or PinY.|
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Document.DynamicGridEnabled.md b/api/Visio.Document.DynamicGridEnabled.md
index 8ed6bff2df5..cb3df81efad 100644
--- a/api/Visio.Document.DynamicGridEnabled.md
+++ b/api/Visio.Document.DynamicGridEnabled.md
@@ -23,7 +23,7 @@ Determines whether the dynamic grid is enabled. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.EmailRoutingData.md b/api/Visio.Document.EmailRoutingData.md
index 32a1d4f6fcb..1a185d22a17 100644
--- a/api/Visio.Document.EmailRoutingData.md
+++ b/api/Visio.Document.EmailRoutingData.md
@@ -23,7 +23,7 @@ Returns e-mail routing data for a document. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Variant()
diff --git a/api/Visio.Document.EndUndoScope.md b/api/Visio.Document.EndUndoScope.md
index 634f41c13b5..49ad0178eb8 100644
--- a/api/Visio.Document.EndUndoScope.md
+++ b/api/Visio.Document.EndUndoScope.md
@@ -27,12 +27,12 @@ Ends or cancels a transaction that has a unique scope.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nScopeID_|Required| **Long**|The ID of the scope to close.|
| _bCommit_|Required| **Boolean**| flag indicating that the changes made during the scope should be accepted (**True**) or canceled (**False**).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.EventList.md b/api/Visio.Document.EventList.md
index e8b5aa8245b..382e3796e7e 100644
--- a/api/Visio.Document.EventList.md
+++ b/api/Visio.Document.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Document.ExecuteLine.md b/api/Visio.Document.ExecuteLine.md
index 53f64c700c2..b1d2f51a3ed 100644
--- a/api/Visio.Document.ExecuteLine.md
+++ b/api/Visio.Document.ExecuteLine.md
@@ -27,11 +27,11 @@ Executes a line of Microsoft Visual Basic code.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Line_|Required| **String**|A string that will be interpreted as Microsoft Visual Basic for Applications (VBA) code.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.ExportAsFixedFormat.md b/api/Visio.Document.ExportAsFixedFormat.md
index 1df8db8fdf2..11c4425eef3 100644
--- a/api/Visio.Document.ExportAsFixedFormat.md
+++ b/api/Visio.Document.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Exports a Microsoft Visio document as a file in a fixed format, either PDF or XP
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FixedFormat_|Required| **VisFixedFormatTypes**|The format type in which to export the document. See Remarks for possible values.|
| _OutputFileName_|Optional| **String**|The name and path of the file to which to output, enclosed in quotation marks.|
@@ -42,7 +42,7 @@ Exports a Microsoft Visio document as a file in a fixed format, either PDF or XP
| _UseISO19005_1_|Optional| **Boolean**|Whether the resulting document is compliant with ISO 19005-1 (PDF/A). The default is **False** .|
| _FixedFormatExtClass_|Optional| **[UNKNOWN]**|A pointer to a class that implements the **IMsoDocExporter** interface for purposes of creating custom fixed output. The default is a null pointer.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.FollowHyperlink.md b/api/Visio.Document.FollowHyperlink.md
index 71ff67d0ce7..e85761560be 100644
--- a/api/Visio.Document.FollowHyperlink.md
+++ b/api/Visio.Document.FollowHyperlink.md
@@ -27,7 +27,7 @@ Navigates to an arbitrary hyperlink.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Required| **String**|The address to which you want to navigate. If you pass an incorrect or non-existent path or filename for _Address_, Visio displays an error message.|
| _SubAddress_|Required| **String**|The secondary address to which you want to navigate; if you don't need this information, pass an empty string. If _Address_ is the full path of a Visio document that contains multiple pages, for example, you can use _SubAddress_ to specify the page.|
@@ -38,7 +38,7 @@ Navigates to an arbitrary hyperlink.
| _res2_|Optional| **Variant**|Unused.|
| _res3_|Optional| **Variant**|Unused.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.Fonts.md b/api/Visio.Document.Fonts.md
index ea1b29748b8..b166477b3b4 100644
--- a/api/Visio.Document.Fonts.md
+++ b/api/Visio.Document.Fonts.md
@@ -23,7 +23,7 @@ Returns the **Fonts** collection of a **Document** object. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Fonts
diff --git a/api/Visio.Document.FooterCenter.md b/api/Visio.Document.FooterCenter.md
index a247d551860..0ccb64e8750 100644
--- a/api/Visio.Document.FooterCenter.md
+++ b/api/Visio.Document.FooterCenter.md
@@ -23,7 +23,7 @@ Gets or sets the text string that appears in the center portion of a document's
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.FooterLeft.md b/api/Visio.Document.FooterLeft.md
index 31170cd2a98..bea02d68cc6 100644
--- a/api/Visio.Document.FooterLeft.md
+++ b/api/Visio.Document.FooterLeft.md
@@ -23,7 +23,7 @@ Gets or sets the text string that appears on the left side of a document's foote
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.FooterMargin.md b/api/Visio.Document.FooterMargin.md
index 4e8e203d5d7..b87875f8c63 100644
--- a/api/Visio.Document.FooterMargin.md
+++ b/api/Visio.Document.FooterMargin.md
@@ -27,11 +27,11 @@ Gets or sets the margin of a document's footer. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Optional| **Variant**|The units to use when retrieving or setting the cell's value. Defaults to internal drawing units (inches).|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Document.FooterRight.md b/api/Visio.Document.FooterRight.md
index dce9576adb9..d986c442c32 100644
--- a/api/Visio.Document.FooterRight.md
+++ b/api/Visio.Document.FooterRight.md
@@ -23,7 +23,7 @@ Gets or sets the text string that appears in the right portion of a document's f
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.FullBuildNumberCreated.md b/api/Visio.Document.FullBuildNumberCreated.md
index 3f19b5fb0ad..5b4c25638cf 100644
--- a/api/Visio.Document.FullBuildNumberCreated.md
+++ b/api/Visio.Document.FullBuildNumberCreated.md
@@ -23,7 +23,7 @@ Returns the full build number of the instance used to create the document. Read-
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Document.FullBuildNumberEdited.md b/api/Visio.Document.FullBuildNumberEdited.md
index 8fe1a761675..463a95e0b1a 100644
--- a/api/Visio.Document.FullBuildNumberEdited.md
+++ b/api/Visio.Document.FullBuildNumberEdited.md
@@ -23,7 +23,7 @@ Returns the full build number of the instance last used to edit the document. Re
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Document.FullName.md b/api/Visio.Document.FullName.md
index 35c00ed21c7..78fe8880ab0 100644
--- a/api/Visio.Document.FullName.md
+++ b/api/Visio.Document.FullName.md
@@ -23,7 +23,7 @@ Returns the name of a document, including the drive and path. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.GestureFormatSheet.md b/api/Visio.Document.GestureFormatSheet.md
index 1c250095648..cec1a50752b 100644
--- a/api/Visio.Document.GestureFormatSheet.md
+++ b/api/Visio.Document.GestureFormatSheet.md
@@ -23,7 +23,7 @@ Returns a reference to a document's Gesture Format sheet, which contains the lin
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Document.GetThemeNames.md b/api/Visio.Document.GetThemeNames.md
index 79c9448dec8..7c45f507f45 100644
--- a/api/Visio.Document.GetThemeNames.md
+++ b/api/Visio.Document.GetThemeNames.md
@@ -27,12 +27,12 @@ Returns a locale-specific array of names of themes contained in the document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _eType_|Required| **VisThemeTypes**|The type of the theme, an enumerated value from the **VisThemeTypes** enumeration. See Remarks for possible values.|
| _NameArray()_|Required| **String**|Out parameter. An array of locale-specific theme names returned by the method.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.GetThemeNamesU.md b/api/Visio.Document.GetThemeNamesU.md
index b920399217b..ba01754eba4 100644
--- a/api/Visio.Document.GetThemeNamesU.md
+++ b/api/Visio.Document.GetThemeNamesU.md
@@ -27,12 +27,12 @@ Returns a locale-independent array of names of themes contained in the document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _eType_|Required| **VisThemeTypes**|The type of the theme, an enumerated value from the **VisThemeTypes** enumeration. See Remarks for possible values.|
| _NameArray()_|Required| **String**|Out parameter. An array of locale-independent theme names returned by the method.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.GlueEnabled.md b/api/Visio.Document.GlueEnabled.md
index 0b9791d0fcf..9d8c83ce18f 100644
--- a/api/Visio.Document.GlueEnabled.md
+++ b/api/Visio.Document.GlueEnabled.md
@@ -23,7 +23,7 @@ Determines whether glue is enabled in the document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.GlueSettings.md b/api/Visio.Document.GlueSettings.md
index 75cd5fac6fd..651401001ba 100644
--- a/api/Visio.Document.GlueSettings.md
+++ b/api/Visio.Document.GlueSettings.md
@@ -23,7 +23,7 @@ Determines the objects that shapes glue to when glue is enabled in the document.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
VisGlueSettings
diff --git a/api/Visio.Document.GroupCanceled.md b/api/Visio.Document.GroupCanceled.md
index d15c9faa8ba..9984c1a0318 100644
--- a/api/Visio.Document.GroupCanceled.md
+++ b/api/Visio.Document.GroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Document.HeaderCenter.md b/api/Visio.Document.HeaderCenter.md
index c0fc687cbaf..2d02588ef55 100644
--- a/api/Visio.Document.HeaderCenter.md
+++ b/api/Visio.Document.HeaderCenter.md
@@ -23,7 +23,7 @@ Contains the text string that appears in the center portion of a document's head
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.HeaderFooterColor.md b/api/Visio.Document.HeaderFooterColor.md
index f4c45d4a302..0fe25c5a591 100644
--- a/api/Visio.Document.HeaderFooterColor.md
+++ b/api/Visio.Document.HeaderFooterColor.md
@@ -23,7 +23,7 @@ Specifies the color of the header and footer text. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
OLE_COLOR
diff --git a/api/Visio.Document.HeaderFooterFont.md b/api/Visio.Document.HeaderFooterFont.md
index c99a4c2d469..74955e77270 100644
--- a/api/Visio.Document.HeaderFooterFont.md
+++ b/api/Visio.Document.HeaderFooterFont.md
@@ -23,7 +23,7 @@ Specifies the font used for the header and footer text. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
IFontDisp
diff --git a/api/Visio.Document.HeaderLeft.md b/api/Visio.Document.HeaderLeft.md
index 82d8f24bb6d..a3dab667178 100644
--- a/api/Visio.Document.HeaderLeft.md
+++ b/api/Visio.Document.HeaderLeft.md
@@ -23,7 +23,7 @@ Gets or sets the text string that appears in the left portion of a document's he
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.HeaderMargin.md b/api/Visio.Document.HeaderMargin.md
index f9fbd83f58c..34bc20b032c 100644
--- a/api/Visio.Document.HeaderMargin.md
+++ b/api/Visio.Document.HeaderMargin.md
@@ -27,11 +27,11 @@ Gets or sets the margin of a document's header. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Optional| **Variant**|The units to use when retrieving or setting the cell's value. Defaults to internal drawing units (inches).|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Document.HeaderRight.md b/api/Visio.Document.HeaderRight.md
index 8c061936c34..fe61d5f425b 100644
--- a/api/Visio.Document.HeaderRight.md
+++ b/api/Visio.Document.HeaderRight.md
@@ -23,7 +23,7 @@ Gets or sets the text string that appears in the right portion of a document's h
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.HyperlinkBase.md b/api/Visio.Document.HyperlinkBase.md
index 9b45f128f92..25cf739bdab 100644
--- a/api/Visio.Document.HyperlinkBase.md
+++ b/api/Visio.Document.HyperlinkBase.md
@@ -23,7 +23,7 @@ Gets or sets the value of the **Hyperlink base** box in a document's **Properti
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.ID.md b/api/Visio.Document.ID.md
index 2d2c605e8fd..1676ebea2f6 100644
--- a/api/Visio.Document.ID.md
+++ b/api/Visio.Document.ID.md
@@ -23,7 +23,7 @@ Gets the ID of an object. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Document.InPlace.md b/api/Visio.Document.InPlace.md
index 0ed0ffab80d..7e51f0805d1 100644
--- a/api/Visio.Document.InPlace.md
+++ b/api/Visio.Document.InPlace.md
@@ -23,7 +23,7 @@ Specifies whether a document is open in place, or whether a document is being vi
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.Index.md b/api/Visio.Document.Index.md
index 34873ee7aaa..245030f6d00 100644
--- a/api/Visio.Document.Index.md
+++ b/api/Visio.Document.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Document** object in the **Documents** collect
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.Keywords.md b/api/Visio.Document.Keywords.md
index a700d0c3c08..d55312bb39a 100644
--- a/api/Visio.Document.Keywords.md
+++ b/api/Visio.Document.Keywords.md
@@ -23,7 +23,7 @@ Gets or sets the value of the **Keywords** box in a document's **Properties** d
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.Language.md b/api/Visio.Document.Language.md
index 0321015056f..795ab02ffcd 100644
--- a/api/Visio.Document.Language.md
+++ b/api/Visio.Document.Language.md
@@ -23,7 +23,7 @@ Represents the language ID of the version of the Microsoft Visio instance repres
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Document.LeftMargin.md b/api/Visio.Document.LeftMargin.md
index e92d4ecc651..91c44832337 100644
--- a/api/Visio.Document.LeftMargin.md
+++ b/api/Visio.Document.LeftMargin.md
@@ -27,11 +27,11 @@ Specifies the left margin, which is used when printing. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Optional| **Variant**|The units to use when retrieving or setting the margin value. Defaults to internal drawing units.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Document.MacrosEnabled.md b/api/Visio.Document.MacrosEnabled.md
index c8060b4a068..9daece1411d 100644
--- a/api/Visio.Document.MacrosEnabled.md
+++ b/api/Visio.Document.MacrosEnabled.md
@@ -23,7 +23,7 @@ Specifies whether you can execute macros and process events in a document's Micr
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.Manager.md b/api/Visio.Document.Manager.md
index 056a73ed2b8..51ec7413e20 100644
--- a/api/Visio.Document.Manager.md
+++ b/api/Visio.Document.Manager.md
@@ -23,7 +23,7 @@ Gets or sets the value of the **Manager** box in a document's **Properties** di
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.MasterAdded.md b/api/Visio.Document.MasterAdded.md
index a899bd92773..b4b5fc88fbd 100644
--- a/api/Visio.Document.MasterAdded.md
+++ b/api/Visio.Document.MasterAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was added to the document.|
diff --git a/api/Visio.Document.MasterChanged.md b/api/Visio.Document.MasterChanged.md
index 1a4a2065012..76b65e250aa 100644
--- a/api/Visio.Document.MasterChanged.md
+++ b/api/Visio.Document.MasterChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master whose properties changed.|
diff --git a/api/Visio.Document.MasterDeleteCanceled.md b/api/Visio.Document.MasterDeleteCanceled.md
index 73669d2ae2a..b24f13583e3 100644
--- a/api/Visio.Document.MasterDeleteCanceled.md
+++ b/api/Visio.Document.MasterDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was going to be deleted.|
diff --git a/api/Visio.Document.MasterShortcuts.md b/api/Visio.Document.MasterShortcuts.md
index a1c76e706be..07e11eca03f 100644
--- a/api/Visio.Document.MasterShortcuts.md
+++ b/api/Visio.Document.MasterShortcuts.md
@@ -23,7 +23,7 @@ Returns the **MasterShortcuts** collection for a document stencil. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
MasterShortcuts
diff --git a/api/Visio.Document.Masters.md b/api/Visio.Document.Masters.md
index 2c61b9b2167..ebba0b1371c 100644
--- a/api/Visio.Document.Masters.md
+++ b/api/Visio.Document.Masters.md
@@ -23,7 +23,7 @@ Returns the **Masters** collection for a document's stencil. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Masters
diff --git a/api/Visio.Document.Mode.md b/api/Visio.Document.Mode.md
index 28f46886b35..634abe45107 100644
--- a/api/Visio.Document.Mode.md
+++ b/api/Visio.Document.Mode.md
@@ -23,7 +23,7 @@ Determines whether a document is in run mode or design mode. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
VisDocModeArgs
diff --git a/api/Visio.Document.Name.md b/api/Visio.Document.Name.md
index 19489edc40e..9275902acf2 100644
--- a/api/Visio.Document.Name.md
+++ b/api/Visio.Document.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.OLEObjects.md b/api/Visio.Document.OLEObjects.md
index 89970cd2c30..08cfd46a81b 100644
--- a/api/Visio.Document.OLEObjects.md
+++ b/api/Visio.Document.OLEObjects.md
@@ -23,7 +23,7 @@ Returns the **OLEObjects** collection of a document. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
OLEObjects
diff --git a/api/Visio.Document.ObjectType.md b/api/Visio.Document.ObjectType.md
index b0686dbca5c..454801e9d43 100644
--- a/api/Visio.Document.ObjectType.md
+++ b/api/Visio.Document.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.OpenStencilWindow.md b/api/Visio.Document.OpenStencilWindow.md
index 86447ad8563..8ae1570a2ec 100644
--- a/api/Visio.Document.OpenStencilWindow.md
+++ b/api/Visio.Document.OpenStencilWindow.md
@@ -23,7 +23,7 @@ Opens a stencil window that shows the masters in the document.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Document.PageAdded.md b/api/Visio.Document.PageAdded.md
index e80c9e7951a..44d01caf425 100644
--- a/api/Visio.Document.PageAdded.md
+++ b/api/Visio.Document.PageAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was added.|
diff --git a/api/Visio.Document.PageChanged.md b/api/Visio.Document.PageChanged.md
index 7add67856e8..fedad1f52c3 100644
--- a/api/Visio.Document.PageChanged.md
+++ b/api/Visio.Document.PageChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageChanged'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that changed.|
diff --git a/api/Visio.Document.PageDeleteCanceled.md b/api/Visio.Document.PageDeleteCanceled.md
index 3a9d7317b65..36b0aefa806 100644
--- a/api/Visio.Document.PageDeleteCanceled.md
+++ b/api/Visio.Document.PageDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was going to be deleted.|
diff --git a/api/Visio.Document.Pages.md b/api/Visio.Document.Pages.md
index 671f35858f7..620cce41672 100644
--- a/api/Visio.Document.Pages.md
+++ b/api/Visio.Document.Pages.md
@@ -23,7 +23,7 @@ Returns the **Pages** collection for a document. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Pages
diff --git a/api/Visio.Document.PaperHeight.md b/api/Visio.Document.PaperHeight.md
index 5421c561987..98cf2c2b4f3 100644
--- a/api/Visio.Document.PaperHeight.md
+++ b/api/Visio.Document.PaperHeight.md
@@ -27,11 +27,11 @@ Returns the height of a document's printed page. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Required| **Variant**|The units to use when retrieving the paper height.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Document.PaperSize.md b/api/Visio.Document.PaperSize.md
index 0e21fd64277..b778afd2adf 100644
--- a/api/Visio.Document.PaperSize.md
+++ b/api/Visio.Document.PaperSize.md
@@ -23,7 +23,7 @@ Gets or sets the paper size of a document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
VisPaperSizes
diff --git a/api/Visio.Document.PaperWidth.md b/api/Visio.Document.PaperWidth.md
index 6b830b01e7b..d0bb56c7650 100644
--- a/api/Visio.Document.PaperWidth.md
+++ b/api/Visio.Document.PaperWidth.md
@@ -27,11 +27,11 @@ Returns the width of a document's printed page. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Required| **Variant**|The units to use when setting or retrieving the paper width.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Document.ParseLine.md b/api/Visio.Document.ParseLine.md
index 0a97dbef029..86834ee2a50 100644
--- a/api/Visio.Document.ParseLine.md
+++ b/api/Visio.Document.ParseLine.md
@@ -27,11 +27,11 @@ Parses a line of Microsoft Visual Basic code.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Line_|Required| **String**|A string interpreted as Visual Basic code.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.Path.md b/api/Visio.Document.Path.md
index 9d0a4db8a3c..0b602a662db 100644
--- a/api/Visio.Document.Path.md
+++ b/api/Visio.Document.Path.md
@@ -23,7 +23,7 @@ Returns the drive and folder path of the Microsoft Visio document. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.PersistsEvents.md b/api/Visio.Document.PersistsEvents.md
index b4ff59d1eaf..fd7612f6c9f 100644
--- a/api/Visio.Document.PersistsEvents.md
+++ b/api/Visio.Document.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.PreviewPicture.md b/api/Visio.Document.PreviewPicture.md
index 6b2aa42c40b..43b6fd8974c 100644
--- a/api/Visio.Document.PreviewPicture.md
+++ b/api/Visio.Document.PreviewPicture.md
@@ -23,7 +23,7 @@ Gets or sets the preview picture shown in the **Open** dialog box and when you
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
IPictureDisp
diff --git a/api/Visio.Document.Print.md b/api/Visio.Document.Print.md
index 40d5513b86d..196c62caad0 100644
--- a/api/Visio.Document.Print.md
+++ b/api/Visio.Document.Print.md
@@ -23,7 +23,7 @@ Prints the contents of an object to the default printer.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.PrintCenteredH.md b/api/Visio.Document.PrintCenteredH.md
index 6fef28e673f..768094360f0 100644
--- a/api/Visio.Document.PrintCenteredH.md
+++ b/api/Visio.Document.PrintCenteredH.md
@@ -23,7 +23,7 @@ Indicates whether drawings are centered between the left and right edges of the
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.PrintCenteredV.md b/api/Visio.Document.PrintCenteredV.md
index 0f333606b56..9f751cf4e55 100644
--- a/api/Visio.Document.PrintCenteredV.md
+++ b/api/Visio.Document.PrintCenteredV.md
@@ -23,7 +23,7 @@ Indicates whether drawings are centered between the top and bottom edges of the
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.PrintFitOnPages.md b/api/Visio.Document.PrintFitOnPages.md
index 3547c7629f3..44771a29d16 100644
--- a/api/Visio.Document.PrintFitOnPages.md
+++ b/api/Visio.Document.PrintFitOnPages.md
@@ -23,7 +23,7 @@ Indicates whether drawings in a document are printed on a specified number of sh
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.PrintLandscape.md b/api/Visio.Document.PrintLandscape.md
index 204d3818e5c..c0c6f11ceba 100644
--- a/api/Visio.Document.PrintLandscape.md
+++ b/api/Visio.Document.PrintLandscape.md
@@ -23,7 +23,7 @@ Indicates whether a document's drawings are printed in landscape or portrait ori
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.PrintOut.md b/api/Visio.Document.PrintOut.md
index 91b80fdc7fc..c2bbc7cc749 100644
--- a/api/Visio.Document.PrintOut.md
+++ b/api/Visio.Document.PrintOut.md
@@ -27,7 +27,7 @@ Prints the contents of the active document and provides various printing options
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PrintRange_|Required| **VisPrintOutRange**|The range of document pages to be printed. See Remarks for possible values.|
| _FromPage_|Optional| **Long**| If PrintRange is **visPrintFromTo** , the first page in the range to be printed. The default is 1, which indicates the first page of the drawing.|
@@ -40,7 +40,7 @@ Prints the contents of the active document and provides various printing options
| _Collate_|Optional| **Boolean**| **True** to collate copies. **False** to not collate. The default is **False** .|
| _ColorAsBlack_|Optional| **Boolean**| **True** to print all colors as black to ensure that all shapes are visible in the printed drawing. This is useful if a monochrome printer translates very light colors in a drawing to white rather than a shade of gray. **False** to print colors normally. The default is **False** .|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.PrintPagesAcross.md b/api/Visio.Document.PrintPagesAcross.md
index b634c394470..92fdef6186b 100644
--- a/api/Visio.Document.PrintPagesAcross.md
+++ b/api/Visio.Document.PrintPagesAcross.md
@@ -23,7 +23,7 @@ Indicates the number of sheets of paper on which a drawing is printed horizontal
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.PrintPagesDown.md b/api/Visio.Document.PrintPagesDown.md
index 612fabbba27..07b79beacac 100644
--- a/api/Visio.Document.PrintPagesDown.md
+++ b/api/Visio.Document.PrintPagesDown.md
@@ -23,7 +23,7 @@ Gets or sets the number of sheets of paper on which a drawing is printed vertica
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.PrintScale.md b/api/Visio.Document.PrintScale.md
index 7716598080a..bdea0af4db3 100644
--- a/api/Visio.Document.PrintScale.md
+++ b/api/Visio.Document.PrintScale.md
@@ -23,7 +23,7 @@ Gets or sets how much drawings are reduced or enlarged when printed. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Document.Printer.md b/api/Visio.Document.Printer.md
index 99e8da3d308..fb1da02cb91 100644
--- a/api/Visio.Document.Printer.md
+++ b/api/Visio.Document.Printer.md
@@ -23,7 +23,7 @@ Specifies the name of the printer to use when printing the document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.ProgID.md b/api/Visio.Document.ProgID.md
index 9c525c9b460..bc5d57b3d6f 100644
--- a/api/Visio.Document.ProgID.md
+++ b/api/Visio.Document.ProgID.md
@@ -23,7 +23,7 @@ Returns the programmatic identifier of a shape that represents an ActiveX contro
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.Protection.md b/api/Visio.Document.Protection.md
index ece57a74403..beb30140e82 100644
--- a/api/Visio.Document.Protection.md
+++ b/api/Visio.Document.Protection.md
@@ -27,11 +27,11 @@ Determines how a document is protected from user customization. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrPassword_|Optional| **Variant**|Not used.|
-### Return Value
+### Return value
VisProtection
diff --git a/api/Visio.Document.PurgeUndo.md b/api/Visio.Document.PurgeUndo.md
index da69e3ed61c..9b8c14c300d 100644
--- a/api/Visio.Document.PurgeUndo.md
+++ b/api/Visio.Document.PurgeUndo.md
@@ -23,7 +23,7 @@ Empties the Microsoft Visio queue of undo actions.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.QueryCancelConvertToGroup.md b/api/Visio.Document.QueryCancelConvertToGroup.md
index 21e7dfcda08..88c7f1bc40d 100644
--- a/api/Visio.Document.QueryCancelConvertToGroup.md
+++ b/api/Visio.Document.QueryCancelConvertToGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal Selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.Document.QueryCancelDocumentClose.md b/api/Visio.Document.QueryCancelDocumentClose.md
index ccb3a4d5b94..5c5ad42db55 100644
--- a/api/Visio.Document.QueryCancelDocumentClose.md
+++ b/api/Visio.Document.QueryCancelDocumentClose.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelDocumentClose'(**_ByVal doc As [IVDOCUMEN
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.Document.QueryCancelGroup.md b/api/Visio.Document.QueryCancelGroup.md
index 730648ebb51..9333b54e859 100644
--- a/api/Visio.Document.QueryCancelGroup.md
+++ b/api/Visio.Document.QueryCancelGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.Document.QueryCancelMasterDelete.md b/api/Visio.Document.QueryCancelMasterDelete.md
index 4b1e680beb9..ba3ea8795b8 100644
--- a/api/Visio.Document.QueryCancelMasterDelete.md
+++ b/api/Visio.Document.QueryCancelMasterDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelMasterDelete'(**_ByVal Master As [IVMASTE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Document.QueryCancelPageDelete.md b/api/Visio.Document.QueryCancelPageDelete.md
index 03fd4ea2100..e4c32095397 100644
--- a/api/Visio.Document.QueryCancelPageDelete.md
+++ b/api/Visio.Document.QueryCancelPageDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelPageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Document.QueryCancelSelectionDelete.md b/api/Visio.Document.QueryCancelSelectionDelete.md
index 4a863b8e42e..07a719d4adb 100644
--- a/api/Visio.Document.QueryCancelSelectionDelete.md
+++ b/api/Visio.Document.QueryCancelSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal Selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.Document.QueryCancelStyleDelete.md b/api/Visio.Document.QueryCancelStyleDelete.md
index 594fa8a46dd..9c6b6638b54 100644
--- a/api/Visio.Document.QueryCancelStyleDelete.md
+++ b/api/Visio.Document.QueryCancelStyleDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelStyleDelete'(**_ByVal Style As [IVSTYLE]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Document.QueryCancelUngroup.md b/api/Visio.Document.QueryCancelUngroup.md
index 58b65e2a971..268d914e7ab 100644
--- a/api/Visio.Document.QueryCancelUngroup.md
+++ b/api/Visio.Document.QueryCancelUngroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal Selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.Document.ReadOnly.md b/api/Visio.Document.ReadOnly.md
index 090eebbca42..5310a49c44c 100644
--- a/api/Visio.Document.ReadOnly.md
+++ b/api/Visio.Document.ReadOnly.md
@@ -23,7 +23,7 @@ Indicates whether a file is open as read-only. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.RemoveHiddenInformation.md b/api/Visio.Document.RemoveHiddenInformation.md
index 2655d153a88..afc11fc010e 100644
--- a/api/Visio.Document.RemoveHiddenInformation.md
+++ b/api/Visio.Document.RemoveHiddenInformation.md
@@ -27,11 +27,11 @@ Removes hidden information, such as personal information and external data, from
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _VisRemoveHiddenInfoItems_|Required| **Long**|The items to be removed. A combination of one or more enumerated values from the **VisRemoveHiddenInfoItems** enumeration. See Remarks for possible values.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.RemovePersonalInformation.md b/api/Visio.Document.RemovePersonalInformation.md
index 6e170989332..4ee136cc1a8 100644
--- a/api/Visio.Document.RemovePersonalInformation.md
+++ b/api/Visio.Document.RemovePersonalInformation.md
@@ -23,7 +23,7 @@ Determines if personal information about a file is saved when the user saves the
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.RenameCurrentScope.md b/api/Visio.Document.RenameCurrentScope.md
index 0bd7c7c1bea..031b247de33 100644
--- a/api/Visio.Document.RenameCurrentScope.md
+++ b/api/Visio.Document.RenameCurrentScope.md
@@ -27,11 +27,11 @@ Renames the top-level open undo scope.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrScopeName_|Required| **String**|The new name of the undo scope.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.RightMargin.md b/api/Visio.Document.RightMargin.md
index e51d04b6ac3..4f6fe5bc0e6 100644
--- a/api/Visio.Document.RightMargin.md
+++ b/api/Visio.Document.RightMargin.md
@@ -27,11 +27,11 @@ Specifies the right margin, which is used when printing. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Optional| **Variant**|The units to use when retrieving or setting the margin value.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Document.RuleSetValidated.md b/api/Visio.Document.RuleSetValidated.md
index 5ad5f8ebff4..1ded898424a 100644
--- a/api/Visio.Document.RuleSetValidated.md
+++ b/api/Visio.Document.RuleSetValidated.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'RuleSetValidated'(**_ByVal RuleSet As ValidationRule
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RuleSet_|Required| **[ValidationRuleSet](Visio.ValidationRuleSet.md)**|The rule set that was validated.|
diff --git a/api/Visio.Document.RunModeEntered.md b/api/Visio.Document.RunModeEntered.md
index f4372044b82..d61ee12cf13 100644
--- a/api/Visio.Document.RunModeEntered.md
+++ b/api/Visio.Document.RunModeEntered.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that entered run mode.|
diff --git a/api/Visio.Document.Save.md b/api/Visio.Document.Save.md
index 2318d7f286f..c69fd6c5eae 100644
--- a/api/Visio.Document.Save.md
+++ b/api/Visio.Document.Save.md
@@ -23,7 +23,7 @@ Saves a document.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.SaveAs.md b/api/Visio.Document.SaveAs.md
index 1772bac6aa6..c79ddd3ba80 100644
--- a/api/Visio.Document.SaveAs.md
+++ b/api/Visio.Document.SaveAs.md
@@ -27,11 +27,11 @@ Saves a document and gives it a file name.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file name for the document.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.SaveAsEx.md b/api/Visio.Document.SaveAsEx.md
index 6f012ee2fbe..e463cfa4e21 100644
--- a/api/Visio.Document.SaveAsEx.md
+++ b/api/Visio.Document.SaveAsEx.md
@@ -27,12 +27,12 @@ Saves a document with a file name using extra information passed in an argument.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file name for the document.|
| _SaveFlags_|Required| **Integer**|How to save the file.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.SavePreviewMode.md b/api/Visio.Document.SavePreviewMode.md
index 51f319ffc0e..be29b5e2dad 100644
--- a/api/Visio.Document.SavePreviewMode.md
+++ b/api/Visio.Document.SavePreviewMode.md
@@ -23,7 +23,7 @@ Determines whether and how a preview picture is saved in a file. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
VisSavePreviewMode
diff --git a/api/Visio.Document.Saved.md b/api/Visio.Document.Saved.md
index a25584441a5..00171ef3691 100644
--- a/api/Visio.Document.Saved.md
+++ b/api/Visio.Document.Saved.md
@@ -23,7 +23,7 @@ Indicates whether a document has any unsaved changes. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.SelectionDeleteCanceled.md b/api/Visio.Document.SelectionDeleteCanceled.md
index 9122191ef55..1ff90f1e38d 100644
--- a/api/Visio.Document.SelectionDeleteCanceled.md
+++ b/api/Visio.Document.SelectionDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.Document.ServerPublishOptions.md b/api/Visio.Document.ServerPublishOptions.md
index 6323552f09a..33f3f63c85b 100644
--- a/api/Visio.Document.ServerPublishOptions.md
+++ b/api/Visio.Document.ServerPublishOptions.md
@@ -23,7 +23,7 @@ Returns a **[ServerPublishOptions](Visio.ServerPublishOptions.md)** object that
_expression_ A variable that represents a '[Document](Visio.Document.md)' object.
-### Return Value
+### Return value
**ServerPublishOptions**
diff --git a/api/Visio.Document.SetCustomMenus.md b/api/Visio.Document.SetCustomMenus.md
index 64e3d4e2c12..e373d8ca8ce 100644
--- a/api/Visio.Document.SetCustomMenus.md
+++ b/api/Visio.Document.SetCustomMenus.md
@@ -27,11 +27,11 @@ Replaces the current built-in or custom menus of an application or document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MenusObject_|Required| **[IVUIOBJECT]**|An expression that returns a **UIObject** object that represents the new custom menus.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.SetCustomToolbars.md b/api/Visio.Document.SetCustomToolbars.md
index 1b46a29f122..0815d383c5d 100644
--- a/api/Visio.Document.SetCustomToolbars.md
+++ b/api/Visio.Document.SetCustomToolbars.md
@@ -27,11 +27,11 @@ Replaces the current built-in or custom toolbars of an application or document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ToolbarsObject_|Required| **[IVUIOBJECT]**|An expression that returns a **UIObject** object that represents the new custom toolbars.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.ShapeAdded.md b/api/Visio.Document.ShapeAdded.md
index 018fcf34599..0521509b23b 100644
--- a/api/Visio.Document.ShapeAdded.md
+++ b/api/Visio.Document.ShapeAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.Document.ShapeDataGraphicChanged.md b/api/Visio.Document.ShapeDataGraphicChanged.md
index 04ae968eec1..39e3fece818 100644
--- a/api/Visio.Document.ShapeDataGraphicChanged.md
+++ b/api/Visio.Document.ShapeDataGraphicChanged.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.Document.ShapeExitedTextEdit.md b/api/Visio.Document.ShapeExitedTextEdit.md
index dee7667e601..8ab910b4de6 100644
--- a/api/Visio.Document.ShapeExitedTextEdit.md
+++ b/api/Visio.Document.ShapeExitedTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.Document.ShapeParentChanged.md b/api/Visio.Document.ShapeParentChanged.md
index 3a5c75b217a..5efcd81d638 100644
--- a/api/Visio.Document.ShapeParentChanged.md
+++ b/api/Visio.Document.ShapeParentChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.Document.SharedWorkspace.md b/api/Visio.Document.SharedWorkspace.md
index 317fc7f4f34..86733e9d82c 100644
--- a/api/Visio.Document.SharedWorkspace.md
+++ b/api/Visio.Document.SharedWorkspace.md
@@ -23,7 +23,7 @@ Returns a Microsoft Office **SharedWorkspace** object that provides access to t
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Document.SnapAngles.md b/api/Visio.Document.SnapAngles.md
index 6ba05719bdd..c9bb371c4c3 100644
--- a/api/Visio.Document.SnapAngles.md
+++ b/api/Visio.Document.SnapAngles.md
@@ -23,7 +23,7 @@ Determines the degree of the angle that is drawn when isometric angle lines is c
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Double()
diff --git a/api/Visio.Document.SnapEnabled.md b/api/Visio.Document.SnapEnabled.md
index 070e97eea95..edc4c520a7d 100644
--- a/api/Visio.Document.SnapEnabled.md
+++ b/api/Visio.Document.SnapEnabled.md
@@ -23,7 +23,7 @@ Determines whether snap is active in the document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.SnapExtensions.md b/api/Visio.Document.SnapExtensions.md
index a6874e3f512..cd1847c2d2a 100644
--- a/api/Visio.Document.SnapExtensions.md
+++ b/api/Visio.Document.SnapExtensions.md
@@ -23,7 +23,7 @@ Determines the shape extensions that are active in a document. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
VisSnapExtensions
diff --git a/api/Visio.Document.SnapSettings.md b/api/Visio.Document.SnapSettings.md
index 05c2e880aed..79b4a62e0f7 100644
--- a/api/Visio.Document.SnapSettings.md
+++ b/api/Visio.Document.SnapSettings.md
@@ -23,7 +23,7 @@ Determines the objects that shapes snap to when snap is active in the document.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
VisSnapSettings
diff --git a/api/Visio.Document.SolutionXMLElement.md b/api/Visio.Document.SolutionXMLElement.md
index 1a119d40358..dff432868ea 100644
--- a/api/Visio.Document.SolutionXMLElement.md
+++ b/api/Visio.Document.SolutionXMLElement.md
@@ -27,11 +27,11 @@ Contains solution-specific, well-formed XML data stored with a document. Read/wr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ElementName_|Required| **String**|The case-sensitive name of the SolutionXML data element.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.SolutionXMLElementCount.md b/api/Visio.Document.SolutionXMLElementCount.md
index 73ed4458280..ac5b69a8872 100644
--- a/api/Visio.Document.SolutionXMLElementCount.md
+++ b/api/Visio.Document.SolutionXMLElementCount.md
@@ -23,7 +23,7 @@ Returns the number of SolutionXML elements in a document. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Document.SolutionXMLElementExists.md b/api/Visio.Document.SolutionXMLElementExists.md
index 81340f2880d..1eb9a8fdf48 100644
--- a/api/Visio.Document.SolutionXMLElementExists.md
+++ b/api/Visio.Document.SolutionXMLElementExists.md
@@ -27,11 +27,11 @@ Indicates whether a named SolutionXML element exists in the document. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ElementName_|Required| **String**|The case-sensitive name of the SolutionXML element.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.SolutionXMLElementName.md b/api/Visio.Document.SolutionXMLElementName.md
index d27a06c2b06..a8f4af46b98 100644
--- a/api/Visio.Document.SolutionXMLElementName.md
+++ b/api/Visio.Document.SolutionXMLElementName.md
@@ -27,11 +27,11 @@ Returns the name of the SolutionXML element. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index of the SolutionXML element in the document.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.Stat.md b/api/Visio.Document.Stat.md
index af036edc35b..863fd074b85 100644
--- a/api/Visio.Document.Stat.md
+++ b/api/Visio.Document.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Document.StyleAdded.md b/api/Visio.Document.StyleAdded.md
index 4df3cf05c9e..e0838fa6d9d 100644
--- a/api/Visio.Document.StyleAdded.md
+++ b/api/Visio.Document.StyleAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was added to the document.|
diff --git a/api/Visio.Document.StyleChanged.md b/api/Visio.Document.StyleChanged.md
index d18ba72b8ff..2128bbbd939 100644
--- a/api/Visio.Document.StyleChanged.md
+++ b/api/Visio.Document.StyleChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that changed.|
diff --git a/api/Visio.Document.StyleDeleteCanceled.md b/api/Visio.Document.StyleDeleteCanceled.md
index 0abfc95c8d2..af94d7c1361 100644
--- a/api/Visio.Document.StyleDeleteCanceled.md
+++ b/api/Visio.Document.StyleDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was going to be deleted.|
diff --git a/api/Visio.Document.Styles.md b/api/Visio.Document.Styles.md
index 0b619f00771..89d113cefe2 100644
--- a/api/Visio.Document.Styles.md
+++ b/api/Visio.Document.Styles.md
@@ -23,7 +23,7 @@ Returns the **Styles** collection for a document. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Styles
diff --git a/api/Visio.Document.Subject.md b/api/Visio.Document.Subject.md
index 7299a4688fe..25c16e8b24e 100644
--- a/api/Visio.Document.Subject.md
+++ b/api/Visio.Document.Subject.md
@@ -23,7 +23,7 @@ Gets or sets the value of the **Subject** field in a document's properties. Rea
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.Sync.md b/api/Visio.Document.Sync.md
index 984e19b1220..7b8b52886e8 100644
--- a/api/Visio.Document.Sync.md
+++ b/api/Visio.Document.Sync.md
@@ -23,7 +23,7 @@ Returns a Microsoft Office **Sync** object that provides information about the
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Document.Template.md b/api/Visio.Document.Template.md
index f87f2dca9f9..af980592a93 100644
--- a/api/Visio.Document.Template.md
+++ b/api/Visio.Document.Template.md
@@ -23,7 +23,7 @@ Returns the name of the template from which the document was created. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Document.Time.md b/api/Visio.Document.Time.md
index f38c617af18..ab61ba01724 100644
--- a/api/Visio.Document.Time.md
+++ b/api/Visio.Document.Time.md
@@ -23,7 +23,7 @@ Returns the most recently recorded date and time. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/Visio.Document.TimeCreated.md b/api/Visio.Document.TimeCreated.md
index 2205bbd7321..62119abc9c0 100644
--- a/api/Visio.Document.TimeCreated.md
+++ b/api/Visio.Document.TimeCreated.md
@@ -23,7 +23,7 @@ Returns the date and time the document was created. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/Visio.Document.TimeEdited.md b/api/Visio.Document.TimeEdited.md
index 7a1ef1c0485..c3776cf4f57 100644
--- a/api/Visio.Document.TimeEdited.md
+++ b/api/Visio.Document.TimeEdited.md
@@ -23,7 +23,7 @@ Returns the date and time the document was last edited. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/Visio.Document.TimePrinted.md b/api/Visio.Document.TimePrinted.md
index 8173cae86b8..40eafc63d2e 100644
--- a/api/Visio.Document.TimePrinted.md
+++ b/api/Visio.Document.TimePrinted.md
@@ -23,7 +23,7 @@ Returns the date and time the document was last printed. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/Visio.Document.TimeSaved.md b/api/Visio.Document.TimeSaved.md
index 5e7a88521f3..14376f8659e 100644
--- a/api/Visio.Document.TimeSaved.md
+++ b/api/Visio.Document.TimeSaved.md
@@ -23,7 +23,7 @@ Returns the date and time the document was last saved. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Date
diff --git a/api/Visio.Document.Title.md b/api/Visio.Document.Title.md
index 542d711e938..6f4e72a3404 100644
--- a/api/Visio.Document.Title.md
+++ b/api/Visio.Document.Title.md
@@ -23,7 +23,7 @@ Gets or sets the value of the **Title** field in a document's properties. Read/
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.Document.TopMargin.md b/api/Visio.Document.TopMargin.md
index caed7d70dcf..0b71928bf4f 100644
--- a/api/Visio.Document.TopMargin.md
+++ b/api/Visio.Document.TopMargin.md
@@ -27,11 +27,11 @@ Specifies the top margin when printing a document. Read/write.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnitsNameOrCode_|Optional| **Variant**|The units to use when retrieving or setting the margin value.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Document.Type.md b/api/Visio.Document.Type.md
index 2d01d0cb061..0bb27969d60 100644
--- a/api/Visio.Document.Type.md
+++ b/api/Visio.Document.Type.md
@@ -23,7 +23,7 @@ Returns the type of the **Document** object. Read-only.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
VisDocumentTypes
diff --git a/api/Visio.Document.UndoCheckOut.md b/api/Visio.Document.UndoCheckOut.md
index a73bbfa6d55..5f453197fa4 100644
--- a/api/Visio.Document.UndoCheckOut.md
+++ b/api/Visio.Document.UndoCheckOut.md
@@ -23,7 +23,7 @@ Closes a Microsoft Visio document checked out from a Microsoft SharePoint Server
_expression_ An expression that returns a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Document.UndoEnabled.md b/api/Visio.Document.UndoEnabled.md
index 94487d0d19f..b5f1d2f1ee4 100644
--- a/api/Visio.Document.UndoEnabled.md
+++ b/api/Visio.Document.UndoEnabled.md
@@ -23,7 +23,7 @@ Determines whether undo information is maintained in memory. Read/write.
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Document.UngroupCanceled.md b/api/Visio.Document.UngroupCanceled.md
index 18121aefc5b..de28bc10d5a 100644
--- a/api/Visio.Document.UngroupCanceled.md
+++ b/api/Visio.Document.UngroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.Document.VBProject.md b/api/Visio.Document.VBProject.md
index f9d831179bf..207fdfb11ac 100644
--- a/api/Visio.Document.VBProject.md
+++ b/api/Visio.Document.VBProject.md
@@ -23,7 +23,7 @@ Returns an automation object that you can use to control the Microsoft Visual Ba
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Document.VBProjectData.md b/api/Visio.Document.VBProjectData.md
index 2d42c5ebfbb..60ef6d7a01d 100644
--- a/api/Visio.Document.VBProjectData.md
+++ b/api/Visio.Document.VBProjectData.md
@@ -23,7 +23,7 @@ Returns the Microsoft Visual Basic project data stored with a document. Read-onl
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
Byte()
diff --git a/api/Visio.Document.Validation.md b/api/Visio.Document.Validation.md
index edb0a985fb0..99f23cd6c66 100644
--- a/api/Visio.Document.Validation.md
+++ b/api/Visio.Document.Validation.md
@@ -23,7 +23,7 @@ Returns the **[Validation](Visio.Validation.md)** object that is associated wit
_expression_ A variable that represents a '[Document](Visio.Document.md)' object.
-### Return Value
+### Return value
**Validation**
diff --git a/api/Visio.Document.Version.md b/api/Visio.Document.Version.md
index 64133156a32..358895d339d 100644
--- a/api/Visio.Document.Version.md
+++ b/api/Visio.Document.Version.md
@@ -23,7 +23,7 @@ Gets the version of a saved document or sets the version in which to save a docu
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
VisDocVersions
diff --git a/api/Visio.Document.ZoomBehavior.md b/api/Visio.Document.ZoomBehavior.md
index b52ba13535f..47a4109a5f9 100644
--- a/api/Visio.Document.ZoomBehavior.md
+++ b/api/Visio.Document.ZoomBehavior.md
@@ -23,7 +23,7 @@ Determines the zoom behavior for a Microsoft Visio document or window. Read/writ
_expression_ A variable that represents a [Document](./Visio.Document.md) object.
-### Return Value
+### Return value
VisZoomBehavior
diff --git a/api/Visio.DocumentLoaded.md b/api/Visio.DocumentLoaded.md
index b8e69be9641..f7798f47b4a 100644
--- a/api/Visio.DocumentLoaded.md
+++ b/api/Visio.DocumentLoaded.md
@@ -20,7 +20,7 @@ Gets a value that indicates whether a document is loaded in Microsoft Visio View
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Documents.Add.md b/api/Visio.Documents.Add.md
index 55c43834a9b..55a1e72adb6 100644
--- a/api/Visio.Documents.Add.md
+++ b/api/Visio.Documents.Add.md
@@ -27,11 +27,11 @@ Adds a new **Document** object to the **Documents** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The type or file name of the document to add; if you do not include a path, Visio searches the folder or folders designated in the ** Application** object's **TemplatePaths** property and all published templates, including published third-party templates.|
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Documents.AddEx.md b/api/Visio.Documents.AddEx.md
index 128ea205838..3071c917105 100644
--- a/api/Visio.Documents.AddEx.md
+++ b/api/Visio.Documents.AddEx.md
@@ -27,14 +27,14 @@ Adds a new stencil or drawing to the **Documents** collection, while permitting
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The type or file name of the document to add; if you do not include a path, Microsoft Visio searches the folder or folders designated in the ** Application** object's **TemplatePaths** property and all published templates, including published third-party templates.|
| _MeasurementSystem_|Optional| **VisMeasurementSystem**|The measurement units to use in the new document. See Remarks for possible values.|
| _Flags_|Optional| **Long**|Flags that indicate how to open the new document. See Remarks for possible values.|
| _LangID_|Optional| **Long**|The language ID for the document. See Remarks.|
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Documents.AfterRemoveHiddenInformation.md b/api/Visio.Documents.AfterRemoveHiddenInformation.md
index ed284411890..6f46c89e952 100644
--- a/api/Visio.Documents.AfterRemoveHiddenInformation.md
+++ b/api/Visio.Documents.AfterRemoveHiddenInformation.md
@@ -27,7 +27,7 @@ Occurs when hidden information is removed from the document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document from which hidden information has been removed.|
diff --git a/api/Visio.Documents.Application.md b/api/Visio.Documents.Application.md
index cbc762e6ae9..27cba64c451 100644
--- a/api/Visio.Documents.Application.md
+++ b/api/Visio.Documents.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Documents](./Visio.Documents.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Documents.BeforeDataRecordsetDelete.md b/api/Visio.Documents.BeforeDataRecordsetDelete.md
index bfebf1fca39..b7c95011707 100644
--- a/api/Visio.Documents.BeforeDataRecordsetDelete.md
+++ b/api/Visio.Documents.BeforeDataRecordsetDelete.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that is going to be deleted.|
diff --git a/api/Visio.Documents.BeforeDocumentClose.md b/api/Visio.Documents.BeforeDocumentClose.md
index 54cb6c79ce2..1d606f93feb 100644
--- a/api/Visio.Documents.BeforeDocumentClose.md
+++ b/api/Visio.Documents.BeforeDocumentClose.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.Documents.BeforeDocumentSave.md b/api/Visio.Documents.BeforeDocumentSave.md
index 6fcfb7f65f2..897b21a8de4 100644
--- a/api/Visio.Documents.BeforeDocumentSave.md
+++ b/api/Visio.Documents.BeforeDocumentSave.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.Documents.BeforeDocumentSaveAs.md b/api/Visio.Documents.BeforeDocumentSaveAs.md
index e42902ed1e9..dd37c68a322 100644
--- a/api/Visio.Documents.BeforeDocumentSaveAs.md
+++ b/api/Visio.Documents.BeforeDocumentSaveAs.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeDocumentSaveAs'(**_ByVal doc As [IVDOCUMENT]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.Documents.BeforeMasterDelete.md b/api/Visio.Documents.BeforeMasterDelete.md
index 0f5acbdebf5..7b5250a05a5 100644
--- a/api/Visio.Documents.BeforeMasterDelete.md
+++ b/api/Visio.Documents.BeforeMasterDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Documents.BeforePageDelete.md b/api/Visio.Documents.BeforePageDelete.md
index 327d5e40f1d..810bcae3378 100644
--- a/api/Visio.Documents.BeforePageDelete.md
+++ b/api/Visio.Documents.BeforePageDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Documents.BeforeSelectionDelete.md b/api/Visio.Documents.BeforeSelectionDelete.md
index 737640ce9be..bc0de6077e8 100644
--- a/api/Visio.Documents.BeforeSelectionDelete.md
+++ b/api/Visio.Documents.BeforeSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.Documents.BeforeShapeDelete.md b/api/Visio.Documents.BeforeShapeDelete.md
index d147cbadf47..bdf813c485d 100644
--- a/api/Visio.Documents.BeforeShapeDelete.md
+++ b/api/Visio.Documents.BeforeShapeDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeDelete'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be deleted.|
diff --git a/api/Visio.Documents.BeforeShapeTextEdit.md b/api/Visio.Documents.BeforeShapeTextEdit.md
index b38d8144810..9ebb0339538 100644
--- a/api/Visio.Documents.BeforeShapeTextEdit.md
+++ b/api/Visio.Documents.BeforeShapeTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.Documents.BeforeStyleDelete.md b/api/Visio.Documents.BeforeStyleDelete.md
index b76496e3962..9a92fa922a5 100644
--- a/api/Visio.Documents.BeforeStyleDelete.md
+++ b/api/Visio.Documents.BeforeStyleDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Documents.CalloutRelationshipAdded.md b/api/Visio.Documents.CalloutRelationshipAdded.md
index b9de4655764..09b9fb416d2 100644
--- a/api/Visio.Documents.CalloutRelationshipAdded.md
+++ b/api/Visio.Documents.CalloutRelationshipAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CalloutRelationshipAdded'(**_By Val ShapePair As Rel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new callout shape-pair relationship.|
diff --git a/api/Visio.Documents.CalloutRelationshipDeleted.md b/api/Visio.Documents.CalloutRelationshipDeleted.md
index 88e14a9c068..bb349eeb224 100644
--- a/api/Visio.Documents.CalloutRelationshipDeleted.md
+++ b/api/Visio.Documents.CalloutRelationshipDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CalloutRelationshipDeleted'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the callout shape pair relationship.|
diff --git a/api/Visio.Documents.CanCheckOut.md b/api/Visio.Documents.CanCheckOut.md
index 54eb3b8080c..52cf5e83e99 100644
--- a/api/Visio.Documents.CanCheckOut.md
+++ b/api/Visio.Documents.CanCheckOut.md
@@ -27,11 +27,11 @@ Specifies whether a document can be checked out from a Microsoft SharePoint Serv
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The server path and name of the file.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Documents.CellChanged.md b/api/Visio.Documents.CellChanged.md
index 6c850547248..4243a381e01 100644
--- a/api/Visio.Documents.CellChanged.md
+++ b/api/Visio.Documents.CellChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Documents.CheckOut.md b/api/Visio.Documents.CheckOut.md
index f556e40841b..493f0142629 100644
--- a/api/Visio.Documents.CheckOut.md
+++ b/api/Visio.Documents.CheckOut.md
@@ -27,11 +27,11 @@ Marks a specified document as checked out and assigns edit privileges to the cur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The server path and name of the file.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Documents.ConnectionsAdded.md b/api/Visio.Documents.ConnectionsAdded.md
index e9064c9a03d..9961a05844f 100644
--- a/api/Visio.Documents.ConnectionsAdded.md
+++ b/api/Visio.Documents.ConnectionsAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that were established.|
diff --git a/api/Visio.Documents.ConnectionsDeleted.md b/api/Visio.Documents.ConnectionsDeleted.md
index fd17428fc4f..bfcbba5c1dd 100644
--- a/api/Visio.Documents.ConnectionsDeleted.md
+++ b/api/Visio.Documents.ConnectionsDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that have been removed.|
diff --git a/api/Visio.Documents.ContainerRelationshipAdded.md b/api/Visio.Documents.ContainerRelationshipAdded.md
index 67db3a45bbf..4451dec7d97 100644
--- a/api/Visio.Documents.ContainerRelationshipAdded.md
+++ b/api/Visio.Documents.ContainerRelationshipAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContainerRelationshipAdded'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new container shape-pair relationship.|
diff --git a/api/Visio.Documents.ContainerRelationshipDeleted.md b/api/Visio.Documents.ContainerRelationshipDeleted.md
index 4ece7c10413..6bf4ac6b6e4 100644
--- a/api/Visio.Documents.ContainerRelationshipDeleted.md
+++ b/api/Visio.Documents.ContainerRelationshipDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContainerRelationshipDeleted'(**_By Val ShapePair As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the container shape-pair relationship.|
diff --git a/api/Visio.Documents.ConvertToGroupCanceled.md b/api/Visio.Documents.ConvertToGroupCanceled.md
index 4232a6caf37..e9051279692 100644
--- a/api/Visio.Documents.ConvertToGroupCanceled.md
+++ b/api/Visio.Documents.ConvertToGroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Documents.Count.md b/api/Visio.Documents.Count.md
index 6aebdca20a7..c28b3d827e8 100644
--- a/api/Visio.Documents.Count.md
+++ b/api/Visio.Documents.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Documents](./Visio.Documents.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Documents.DataRecordsetAdded.md b/api/Visio.Documents.DataRecordsetAdded.md
index 3391d26cbc2..9680c828d9e 100644
--- a/api/Visio.Documents.DataRecordsetAdded.md
+++ b/api/Visio.Documents.DataRecordsetAdded.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that was added.|
diff --git a/api/Visio.Documents.DataRecordsetChanged.md b/api/Visio.Documents.DataRecordsetChanged.md
index 48064ade0b5..c73da0f7424 100644
--- a/api/Visio.Documents.DataRecordsetChanged.md
+++ b/api/Visio.Documents.DataRecordsetChanged.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'DataRecordsetChanged'(**_ByVal DataRecordsetChanged
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetChanged_|Required| **[IVDATARECORDSETCHANGEDEVENT]**|The data recordset that changed.|
diff --git a/api/Visio.Documents.DesignModeEntered.md b/api/Visio.Documents.DesignModeEntered.md
index 1f22b1b7931..707f6a75e80 100644
--- a/api/Visio.Documents.DesignModeEntered.md
+++ b/api/Visio.Documents.DesignModeEntered.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to enter design mode.|
diff --git a/api/Visio.Documents.DocumentChanged.md b/api/Visio.Documents.DocumentChanged.md
index fca851059e2..66c21012182 100644
--- a/api/Visio.Documents.DocumentChanged.md
+++ b/api/Visio.Documents.DocumentChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentChanged'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document whose properties were changed.|
diff --git a/api/Visio.Documents.DocumentCloseCanceled.md b/api/Visio.Documents.DocumentCloseCanceled.md
index a67b684d11e..2c97b5156f7 100644
--- a/api/Visio.Documents.DocumentCloseCanceled.md
+++ b/api/Visio.Documents.DocumentCloseCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was going to be closed.|
diff --git a/api/Visio.Documents.DocumentCreated.md b/api/Visio.Documents.DocumentCreated.md
index 47e217bd530..cb62634007e 100644
--- a/api/Visio.Documents.DocumentCreated.md
+++ b/api/Visio.Documents.DocumentCreated.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentCreated'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was created.|
diff --git a/api/Visio.Documents.DocumentOpened.md b/api/Visio.Documents.DocumentOpened.md
index 25881d4d0cb..2dfe3975c83 100644
--- a/api/Visio.Documents.DocumentOpened.md
+++ b/api/Visio.Documents.DocumentOpened.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentOpened'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was opened.|
diff --git a/api/Visio.Documents.DocumentSaved.md b/api/Visio.Documents.DocumentSaved.md
index 6cbe2c604bf..ee6b855bbfc 100644
--- a/api/Visio.Documents.DocumentSaved.md
+++ b/api/Visio.Documents.DocumentSaved.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.Documents.DocumentSavedAs.md b/api/Visio.Documents.DocumentSavedAs.md
index 29f8f37b687..85c6cb10e28 100644
--- a/api/Visio.Documents.DocumentSavedAs.md
+++ b/api/Visio.Documents.DocumentSavedAs.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentSavedAs'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.Documents.EventList.md b/api/Visio.Documents.EventList.md
index 33e26c764f5..11f6e5e8ff7 100644
--- a/api/Visio.Documents.EventList.md
+++ b/api/Visio.Documents.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Documents](./Visio.Documents.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Documents.FormulaChanged.md b/api/Visio.Documents.FormulaChanged.md
index 4c836b7daaa..1a2fbc9f581 100644
--- a/api/Visio.Documents.FormulaChanged.md
+++ b/api/Visio.Documents.FormulaChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Documents.GetNames.md b/api/Visio.Documents.GetNames.md
index 1e7f82d3199..d145d93691a 100644
--- a/api/Visio.Documents.GetNames.md
+++ b/api/Visio.Documents.GetNames.md
@@ -27,11 +27,11 @@ Returns the names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameArray()_|Required| **String**|Out paramter. An array that receives the names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Documents.GroupCanceled.md b/api/Visio.Documents.GroupCanceled.md
index 16409b5a55c..2aea07af0f1 100644
--- a/api/Visio.Documents.GroupCanceled.md
+++ b/api/Visio.Documents.GroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Documents.Item.md b/api/Visio.Documents.Item.md
index 9400ffc355f..bed38b70d77 100644
--- a/api/Visio.Documents.Item.md
+++ b/api/Visio.Documents.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Documents.ItemFromID.md b/api/Visio.Documents.ItemFromID.md
index eef956e62c9..305ee01d7e6 100644
--- a/api/Visio.Documents.ItemFromID.md
+++ b/api/Visio.Documents.ItemFromID.md
@@ -27,11 +27,11 @@ Returns an item of a collection using the ID of the item. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Documents.MasterAdded.md b/api/Visio.Documents.MasterAdded.md
index a6225f29825..446fa4c82c1 100644
--- a/api/Visio.Documents.MasterAdded.md
+++ b/api/Visio.Documents.MasterAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was added to the document.|
diff --git a/api/Visio.Documents.MasterChanged.md b/api/Visio.Documents.MasterChanged.md
index b5729e413ac..c7769067522 100644
--- a/api/Visio.Documents.MasterChanged.md
+++ b/api/Visio.Documents.MasterChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master whose properties changed.|
diff --git a/api/Visio.Documents.MasterDeleteCanceled.md b/api/Visio.Documents.MasterDeleteCanceled.md
index a8b51485810..8350bb98c8d 100644
--- a/api/Visio.Documents.MasterDeleteCanceled.md
+++ b/api/Visio.Documents.MasterDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was going to be deleted.|
diff --git a/api/Visio.Documents.ObjectType.md b/api/Visio.Documents.ObjectType.md
index 9f3047176a9..9e2013fbc99 100644
--- a/api/Visio.Documents.ObjectType.md
+++ b/api/Visio.Documents.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Documents](./Visio.Documents.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Documents.Open.md b/api/Visio.Documents.Open.md
index bce334a1178..5fa863a4a5a 100644
--- a/api/Visio.Documents.Open.md
+++ b/api/Visio.Documents.Open.md
@@ -27,11 +27,11 @@ Opens an existing file so that it can be edited.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of a file to open.|
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Documents.OpenEx.md b/api/Visio.Documents.OpenEx.md
index 750023831e8..9a5bed12f02 100644
--- a/api/Visio.Documents.OpenEx.md
+++ b/api/Visio.Documents.OpenEx.md
@@ -27,12 +27,12 @@ Opens an existing Microsoft Visio file, using extra information passed in as an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file to open.|
| _Flags_|Required| **Integer**|Flags that indicate how to open the file.|
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Documents.PageAdded.md b/api/Visio.Documents.PageAdded.md
index 4c12add9663..cf9389a2d3b 100644
--- a/api/Visio.Documents.PageAdded.md
+++ b/api/Visio.Documents.PageAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was added.|
diff --git a/api/Visio.Documents.PageChanged.md b/api/Visio.Documents.PageChanged.md
index c4b9bd0d9ab..65940770fe5 100644
--- a/api/Visio.Documents.PageChanged.md
+++ b/api/Visio.Documents.PageChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageChanged'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that changed.|
diff --git a/api/Visio.Documents.PageDeleteCanceled.md b/api/Visio.Documents.PageDeleteCanceled.md
index 74fca5e517a..ecdeb308864 100644
--- a/api/Visio.Documents.PageDeleteCanceled.md
+++ b/api/Visio.Documents.PageDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was going to be deleted.|
diff --git a/api/Visio.Documents.PersistsEvents.md b/api/Visio.Documents.PersistsEvents.md
index a2709e5e707..6a127c87e04 100644
--- a/api/Visio.Documents.PersistsEvents.md
+++ b/api/Visio.Documents.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Documents](./Visio.Documents.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Documents.QueryCancelConvertToGroup.md b/api/Visio.Documents.QueryCancelConvertToGroup.md
index aa0811f8062..b63ae7d4575 100644
--- a/api/Visio.Documents.QueryCancelConvertToGroup.md
+++ b/api/Visio.Documents.QueryCancelConvertToGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal Selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.Documents.QueryCancelDocumentClose.md b/api/Visio.Documents.QueryCancelDocumentClose.md
index ce0486e2287..671addb5a28 100644
--- a/api/Visio.Documents.QueryCancelDocumentClose.md
+++ b/api/Visio.Documents.QueryCancelDocumentClose.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelDocumentClose'(**_ByVal doc As [IVDOCUMEN
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.Documents.QueryCancelGroup.md b/api/Visio.Documents.QueryCancelGroup.md
index acbf941d0fe..ec29550d3a7 100644
--- a/api/Visio.Documents.QueryCancelGroup.md
+++ b/api/Visio.Documents.QueryCancelGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.Documents.QueryCancelMasterDelete.md b/api/Visio.Documents.QueryCancelMasterDelete.md
index f8c562e6c70..7a5b1793926 100644
--- a/api/Visio.Documents.QueryCancelMasterDelete.md
+++ b/api/Visio.Documents.QueryCancelMasterDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelMasterDelete'(**_ByVal Master As [IVMASTE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Documents.QueryCancelPageDelete.md b/api/Visio.Documents.QueryCancelPageDelete.md
index aed9a114d1d..3f7c24bfe35 100644
--- a/api/Visio.Documents.QueryCancelPageDelete.md
+++ b/api/Visio.Documents.QueryCancelPageDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelPageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Documents.QueryCancelSelectionDelete.md b/api/Visio.Documents.QueryCancelSelectionDelete.md
index 8ff8f78c1bf..8314f0a2058 100644
--- a/api/Visio.Documents.QueryCancelSelectionDelete.md
+++ b/api/Visio.Documents.QueryCancelSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal Selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.Documents.QueryCancelStyleDelete.md b/api/Visio.Documents.QueryCancelStyleDelete.md
index c439d07556f..c1d32515240 100644
--- a/api/Visio.Documents.QueryCancelStyleDelete.md
+++ b/api/Visio.Documents.QueryCancelStyleDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelStyleDelete'(**_ByVal Style As [IVSTYLE]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Documents.QueryCancelUngroup.md b/api/Visio.Documents.QueryCancelUngroup.md
index 918bc0844ae..7f7bbdeb9f6 100644
--- a/api/Visio.Documents.QueryCancelUngroup.md
+++ b/api/Visio.Documents.QueryCancelUngroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal Selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.Documents.RuleSetValidated.md b/api/Visio.Documents.RuleSetValidated.md
index 7b97de6d065..93f12446d31 100644
--- a/api/Visio.Documents.RuleSetValidated.md
+++ b/api/Visio.Documents.RuleSetValidated.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'RuleSetValidated'(**_ByVal RuleSet As ValidationRule
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RuleSet_|Required| **[ValidationRuleSet](Visio.ValidationRuleSet.md)**|The rule set that was validated.|
diff --git a/api/Visio.Documents.RunModeEntered.md b/api/Visio.Documents.RunModeEntered.md
index 6235e165f37..4df9364dfaf 100644
--- a/api/Visio.Documents.RunModeEntered.md
+++ b/api/Visio.Documents.RunModeEntered.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that entered run mode.|
diff --git a/api/Visio.Documents.SelectionAdded.md b/api/Visio.Documents.SelectionAdded.md
index 208712dd4f4..588f284f2f3 100644
--- a/api/Visio.Documents.SelectionAdded.md
+++ b/api/Visio.Documents.SelectionAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionAdded'(**_ByVal Selection As [IVSELECTION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was added to the document.|
diff --git a/api/Visio.Documents.SelectionDeleteCanceled.md b/api/Visio.Documents.SelectionDeleteCanceled.md
index cbc460359d1..99880760f99 100644
--- a/api/Visio.Documents.SelectionDeleteCanceled.md
+++ b/api/Visio.Documents.SelectionDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.Documents.ShapeAdded.md b/api/Visio.Documents.ShapeAdded.md
index 2cd2e56e231..2cb367e0ee7 100644
--- a/api/Visio.Documents.ShapeAdded.md
+++ b/api/Visio.Documents.ShapeAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.Documents.ShapeChanged.md b/api/Visio.Documents.ShapeChanged.md
index 662b7b30eea..87137b55f36 100644
--- a/api/Visio.Documents.ShapeChanged.md
+++ b/api/Visio.Documents.ShapeChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose property changed.|
diff --git a/api/Visio.Documents.ShapeDataGraphicChanged.md b/api/Visio.Documents.ShapeDataGraphicChanged.md
index 1e95d835589..b06fa60bb13 100644
--- a/api/Visio.Documents.ShapeDataGraphicChanged.md
+++ b/api/Visio.Documents.ShapeDataGraphicChanged.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.Documents.ShapeExitedTextEdit.md b/api/Visio.Documents.ShapeExitedTextEdit.md
index 16f57861f0d..00ee0d71e4f 100644
--- a/api/Visio.Documents.ShapeExitedTextEdit.md
+++ b/api/Visio.Documents.ShapeExitedTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.Documents.ShapeLinkAdded.md b/api/Visio.Documents.ShapeLinkAdded.md
index 652bedb1985..7145b6d99c7 100644
--- a/api/Visio.Documents.ShapeLinkAdded.md
+++ b/api/Visio.Documents.ShapeLinkAdded.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeLinkAdded'(**_ByVal Shape As [IVSHAPE]_** , **_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is linked to data.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row linked to the shape.|
diff --git a/api/Visio.Documents.ShapeLinkDeleted.md b/api/Visio.Documents.ShapeLinkDeleted.md
index 0c3aaeb1f5f..fc3db738e61 100644
--- a/api/Visio.Documents.ShapeLinkDeleted.md
+++ b/api/Visio.Documents.ShapeLinkDeleted.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeLinkDeleted'(**_ByVal Shape As [IVSHAPE]_** , *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose link to a data row was broken.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row that was linked to the shape.|
diff --git a/api/Visio.Documents.ShapeParentChanged.md b/api/Visio.Documents.ShapeParentChanged.md
index e51a7d5ee92..c0d736940d2 100644
--- a/api/Visio.Documents.ShapeParentChanged.md
+++ b/api/Visio.Documents.ShapeParentChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.Documents.StyleAdded.md b/api/Visio.Documents.StyleAdded.md
index 4f02da56474..bf6c4a36467 100644
--- a/api/Visio.Documents.StyleAdded.md
+++ b/api/Visio.Documents.StyleAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was added to the document.|
diff --git a/api/Visio.Documents.StyleChanged.md b/api/Visio.Documents.StyleChanged.md
index 6e0f0a7c04a..76da0fb20b8 100644
--- a/api/Visio.Documents.StyleChanged.md
+++ b/api/Visio.Documents.StyleChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that changed.|
diff --git a/api/Visio.Documents.StyleDeleteCanceled.md b/api/Visio.Documents.StyleDeleteCanceled.md
index f04df3a6816..dac354458f3 100644
--- a/api/Visio.Documents.StyleDeleteCanceled.md
+++ b/api/Visio.Documents.StyleDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was going to be deleted.|
diff --git a/api/Visio.Documents.TextChanged.md b/api/Visio.Documents.TextChanged.md
index 9577a8fe3d3..734e920224a 100644
--- a/api/Visio.Documents.TextChanged.md
+++ b/api/Visio.Documents.TextChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'TextChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose text changed.|
diff --git a/api/Visio.Documents.UngroupCanceled.md b/api/Visio.Documents.UngroupCanceled.md
index 0695a0903e0..7e085ff3644 100644
--- a/api/Visio.Documents.UngroupCanceled.md
+++ b/api/Visio.Documents.UngroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.DrawingControl.AfterRemoveHiddenInformation.md b/api/Visio.DrawingControl.AfterRemoveHiddenInformation.md
index bddafbec662..546d6d51758 100644
--- a/api/Visio.DrawingControl.AfterRemoveHiddenInformation.md
+++ b/api/Visio.DrawingControl.AfterRemoveHiddenInformation.md
@@ -24,7 +24,7 @@ Occurs when hidden information is removed from the document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document from which hidden information has been removed.|
diff --git a/api/Visio.DrawingControl.BeforeDataRecordsetDelete.md b/api/Visio.DrawingControl.BeforeDataRecordsetDelete.md
index 9074de77a97..a585b982d81 100644
--- a/api/Visio.DrawingControl.BeforeDataRecordsetDelete.md
+++ b/api/Visio.DrawingControl.BeforeDataRecordsetDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that is going to be deleted.|
diff --git a/api/Visio.DrawingControl.BeforeDocumentClose.md b/api/Visio.DrawingControl.BeforeDocumentClose.md
index 3903bb70131..6f41ccee652 100644
--- a/api/Visio.DrawingControl.BeforeDocumentClose.md
+++ b/api/Visio.DrawingControl.BeforeDocumentClose.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.DrawingControl.BeforeDocumentSave.md b/api/Visio.DrawingControl.BeforeDocumentSave.md
index 06b0cb4ac18..35bb5cb54f6 100644
--- a/api/Visio.DrawingControl.BeforeDocumentSave.md
+++ b/api/Visio.DrawingControl.BeforeDocumentSave.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.DrawingControl.BeforeDocumentSaveAs.md b/api/Visio.DrawingControl.BeforeDocumentSaveAs.md
index cff74655100..da661ff91cc 100644
--- a/api/Visio.DrawingControl.BeforeDocumentSaveAs.md
+++ b/api/Visio.DrawingControl.BeforeDocumentSaveAs.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentSaveAs'(**_ByVal doc As [IVDOCUMENT]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.DrawingControl.BeforeMasterDelete.md b/api/Visio.DrawingControl.BeforeMasterDelete.md
index f8b0781a0aa..ce777a0f245 100644
--- a/api/Visio.DrawingControl.BeforeMasterDelete.md
+++ b/api/Visio.DrawingControl.BeforeMasterDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal master As [IVMASTER]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.DrawingControl.BeforePageDelete.md b/api/Visio.DrawingControl.BeforePageDelete.md
index 231d37e2039..7fd0f0015ea 100644
--- a/api/Visio.DrawingControl.BeforePageDelete.md
+++ b/api/Visio.DrawingControl.BeforePageDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.DrawingControl.BeforeSelectionDelete.md b/api/Visio.DrawingControl.BeforeSelectionDelete.md
index bddaab09396..b180ff504ed 100644
--- a/api/Visio.DrawingControl.BeforeSelectionDelete.md
+++ b/api/Visio.DrawingControl.BeforeSelectionDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.DrawingControl.BeforeShapeTextEdit.md b/api/Visio.DrawingControl.BeforeShapeTextEdit.md
index f3f5b9053dd..98c59826fef 100644
--- a/api/Visio.DrawingControl.BeforeShapeTextEdit.md
+++ b/api/Visio.DrawingControl.BeforeShapeTextEdit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.DrawingControl.BeforeStyleDelete.md b/api/Visio.DrawingControl.BeforeStyleDelete.md
index 9708fbc5be3..e1ead8e2b75 100644
--- a/api/Visio.DrawingControl.BeforeStyleDelete.md
+++ b/api/Visio.DrawingControl.BeforeStyleDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.DrawingControl.BeforeWindowClosed.md b/api/Visio.DrawingControl.BeforeWindowClosed.md
index e37ba59e613..7789a581d68 100644
--- a/api/Visio.DrawingControl.BeforeWindowClosed.md
+++ b/api/Visio.DrawingControl.BeforeWindowClosed.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.DrawingControl.BeforeWindowPageTurn.md b/api/Visio.DrawingControl.BeforeWindowPageTurn.md
index c3aa054deb9..a92aa82d612 100644
--- a/api/Visio.DrawingControl.BeforeWindowPageTurn.md
+++ b/api/Visio.DrawingControl.BeforeWindowPageTurn.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to show a different page.|
diff --git a/api/Visio.DrawingControl.BeforeWindowSelDelete.md b/api/Visio.DrawingControl.BeforeWindowSelDelete.md
index 2662a49abef..e07645738c4 100644
--- a/api/Visio.DrawingControl.BeforeWindowSelDelete.md
+++ b/api/Visio.DrawingControl.BeforeWindowSelDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeWindowSelDelete'(**_ByVal Window As [IVWINDOW]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that contains the selection that is going to be deleted.|
diff --git a/api/Visio.DrawingControl.ConvertToGroupCanceled.md b/api/Visio.DrawingControl.ConvertToGroupCanceled.md
index 322c7af5b77..2821fc78a5b 100644
--- a/api/Visio.DrawingControl.ConvertToGroupCanceled.md
+++ b/api/Visio.DrawingControl.ConvertToGroupCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.DrawingControl.DataRecordsetAdded.md b/api/Visio.DrawingControl.DataRecordsetAdded.md
index 7571d08f234..93ec6d2c83f 100644
--- a/api/Visio.DrawingControl.DataRecordsetAdded.md
+++ b/api/Visio.DrawingControl.DataRecordsetAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that was added.|
diff --git a/api/Visio.DrawingControl.DesignModeEntered.md b/api/Visio.DrawingControl.DesignModeEntered.md
index efa51d68ba3..67903f695e4 100644
--- a/api/Visio.DrawingControl.DesignModeEntered.md
+++ b/api/Visio.DrawingControl.DesignModeEntered.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to enter design mode.|
diff --git a/api/Visio.DrawingControl.Document.md b/api/Visio.DrawingControl.Document.md
index 007384ac20f..d6d58d3a595 100644
--- a/api/Visio.DrawingControl.Document.md
+++ b/api/Visio.DrawingControl.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [DrawingControl](./Visio.DrawingControl.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.DrawingControl.DocumentChanged.md b/api/Visio.DrawingControl.DocumentChanged.md
index e790ee935bb..19b45ec14b4 100644
--- a/api/Visio.DrawingControl.DocumentChanged.md
+++ b/api/Visio.DrawingControl.DocumentChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentChanged'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document whose properties were changed.|
diff --git a/api/Visio.DrawingControl.DocumentCloseCanceled.md b/api/Visio.DrawingControl.DocumentCloseCanceled.md
index 64a2a971f75..6ae2e806b08 100644
--- a/api/Visio.DrawingControl.DocumentCloseCanceled.md
+++ b/api/Visio.DrawingControl.DocumentCloseCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was going to be closed.|
diff --git a/api/Visio.DrawingControl.DocumentCreated.md b/api/Visio.DrawingControl.DocumentCreated.md
index 9f94a5a06b5..3526bccb462 100644
--- a/api/Visio.DrawingControl.DocumentCreated.md
+++ b/api/Visio.DrawingControl.DocumentCreated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentCreated'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was created.|
diff --git a/api/Visio.DrawingControl.DocumentOpened.md b/api/Visio.DrawingControl.DocumentOpened.md
index 26bdda3e250..3c12ef3632c 100644
--- a/api/Visio.DrawingControl.DocumentOpened.md
+++ b/api/Visio.DrawingControl.DocumentOpened.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentOpened'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was opened.|
diff --git a/api/Visio.DrawingControl.DocumentSaved.md b/api/Visio.DrawingControl.DocumentSaved.md
index afca171c0ec..381c33f6df3 100644
--- a/api/Visio.DrawingControl.DocumentSaved.md
+++ b/api/Visio.DrawingControl.DocumentSaved.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.DrawingControl.DocumentSavedAs.md b/api/Visio.DrawingControl.DocumentSavedAs.md
index 67ceab347e0..ad3cf6f19d3 100644
--- a/api/Visio.DrawingControl.DocumentSavedAs.md
+++ b/api/Visio.DrawingControl.DocumentSavedAs.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentSavedAs'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.DrawingControl.GroupCanceled.md b/api/Visio.DrawingControl.GroupCanceled.md
index 249c179496a..64276249a83 100644
--- a/api/Visio.DrawingControl.GroupCanceled.md
+++ b/api/Visio.DrawingControl.GroupCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.DrawingControl.KeyDown.md b/api/Visio.DrawingControl.KeyDown.md
index 5efb86febd9..0a5d182f15b 100644
--- a/api/Visio.DrawingControl.KeyDown.md
+++ b/api/Visio.DrawingControl.KeyDown.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'KeyDown'(**_ByVal KeyCode As Long_** , **_ByVal KeyB
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.DrawingControl.KeyPress.md b/api/Visio.DrawingControl.KeyPress.md
index 30e054d62a1..ee58b6048f4 100644
--- a/api/Visio.DrawingControl.KeyPress.md
+++ b/api/Visio.DrawingControl.KeyPress.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'KeyPress'(**_ByVal KeyAscii As Long_** , **_ByVal Ca
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The ASCII value of the key that was pressed. See Remarks for possible values.|
| _CancelDefault_|Required| **Boolean**| **False** if Microsoft Visio should process the message it receives from this event; otherwise, **True** .|
diff --git a/api/Visio.DrawingControl.KeyUp.md b/api/Visio.DrawingControl.KeyUp.md
index c8aadd85643..c62bbead8df 100644
--- a/api/Visio.DrawingControl.KeyUp.md
+++ b/api/Visio.DrawingControl.KeyUp.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'KeyUp'(**_ByVal KeyCode As Long_** , **_ByVal KeyBut
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.DrawingControl.MasterAdded.md b/api/Visio.DrawingControl.MasterAdded.md
index daaa7962e04..ae65e04f752 100644
--- a/api/Visio.DrawingControl.MasterAdded.md
+++ b/api/Visio.DrawingControl.MasterAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was added to the document.|
diff --git a/api/Visio.DrawingControl.MasterChanged.md b/api/Visio.DrawingControl.MasterChanged.md
index 72bcba5a8f3..14f8a2abedc 100644
--- a/api/Visio.DrawingControl.MasterChanged.md
+++ b/api/Visio.DrawingControl.MasterChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master whose properties changed.|
diff --git a/api/Visio.DrawingControl.MasterDeleteCanceled.md b/api/Visio.DrawingControl.MasterDeleteCanceled.md
index 6faecbe176b..5344a3046a2 100644
--- a/api/Visio.DrawingControl.MasterDeleteCanceled.md
+++ b/api/Visio.DrawingControl.MasterDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal master As [IVMASTER]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was going to be deleted.|
diff --git a/api/Visio.DrawingControl.MouseDown.md b/api/Visio.DrawingControl.MouseDown.md
index ea4e6b5fc41..63e686f4d81 100644
--- a/api/Visio.DrawingControl.MouseDown.md
+++ b/api/Visio.DrawingControl.MouseDown.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MouseDown'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.DrawingControl.MouseMove.md b/api/Visio.DrawingControl.MouseMove.md
index 4aa6253fa74..1639ae3f62e 100644
--- a/api/Visio.DrawingControl.MouseMove.md
+++ b/api/Visio.DrawingControl.MouseMove.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MouseMove'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was clicked. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.DrawingControl.MouseUp.md b/api/Visio.DrawingControl.MouseUp.md
index 5dfc6198f16..2aea2993867 100644
--- a/api/Visio.DrawingControl.MouseUp.md
+++ b/api/Visio.DrawingControl.MouseUp.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MouseUp'(**_ByVal Button As Long_** , **_ByVal KeyBu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.DrawingControl.OnKeystrokeMessageForAddon.md b/api/Visio.DrawingControl.OnKeystrokeMessageForAddon.md
index 5b9a42311a7..94a4c356644 100644
--- a/api/Visio.DrawingControl.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.DrawingControl.OnKeystrokeMessageForAddon.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'OnKeystrokeMessageForAddon'(**_ByVal MSG As [IVMSGWR
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MSG_|Required| **[IVMSGWRAP]**|The message that Visio receives.|
diff --git a/api/Visio.DrawingControl.PageAdded.md b/api/Visio.DrawingControl.PageAdded.md
index 22d83e2e762..a2ebf5675af 100644
--- a/api/Visio.DrawingControl.PageAdded.md
+++ b/api/Visio.DrawingControl.PageAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was added.|
diff --git a/api/Visio.DrawingControl.PageChanged.md b/api/Visio.DrawingControl.PageChanged.md
index af86d426fd1..e913d6fb62a 100644
--- a/api/Visio.DrawingControl.PageChanged.md
+++ b/api/Visio.DrawingControl.PageChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'PageChanged'(**_ByVal page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that changed.|
diff --git a/api/Visio.DrawingControl.PageDeleteCanceled.md b/api/Visio.DrawingControl.PageDeleteCanceled.md
index 23f013304b2..e0824705453 100644
--- a/api/Visio.DrawingControl.PageDeleteCanceled.md
+++ b/api/Visio.DrawingControl.PageDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was going to be deleted.|
diff --git a/api/Visio.DrawingControl.QueryCancelConvertToGroup.md b/api/Visio.DrawingControl.QueryCancelConvertToGroup.md
index 3ca8e77b520..9394fb09f5a 100644
--- a/api/Visio.DrawingControl.QueryCancelConvertToGroup.md
+++ b/api/Visio.DrawingControl.QueryCancelConvertToGroup.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.DrawingControl.QueryCancelDocumentClose.md b/api/Visio.DrawingControl.QueryCancelDocumentClose.md
index 3a707f35e05..4b7a66dc14b 100644
--- a/api/Visio.DrawingControl.QueryCancelDocumentClose.md
+++ b/api/Visio.DrawingControl.QueryCancelDocumentClose.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelDocumentClose'(**_ByVal doc As [IVDOCUMEN
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.DrawingControl.QueryCancelGroup.md b/api/Visio.DrawingControl.QueryCancelGroup.md
index 2776fbedcc6..61742137476 100644
--- a/api/Visio.DrawingControl.QueryCancelGroup.md
+++ b/api/Visio.DrawingControl.QueryCancelGroup.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.DrawingControl.QueryCancelMasterDelete.md b/api/Visio.DrawingControl.QueryCancelMasterDelete.md
index 82da7b4b07b..bdf7a241efc 100644
--- a/api/Visio.DrawingControl.QueryCancelMasterDelete.md
+++ b/api/Visio.DrawingControl.QueryCancelMasterDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelMasterDelete'(**_ByVal master As [IVMASTE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.DrawingControl.QueryCancelPageDelete.md b/api/Visio.DrawingControl.QueryCancelPageDelete.md
index 1c7d9a1c6db..5af3884aa80 100644
--- a/api/Visio.DrawingControl.QueryCancelPageDelete.md
+++ b/api/Visio.DrawingControl.QueryCancelPageDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelPageDelete'(**_ByVal page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.DrawingControl.QueryCancelSelectionDelete.md b/api/Visio.DrawingControl.QueryCancelSelectionDelete.md
index b79663134ec..44c5afe93da 100644
--- a/api/Visio.DrawingControl.QueryCancelSelectionDelete.md
+++ b/api/Visio.DrawingControl.QueryCancelSelectionDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.DrawingControl.QueryCancelStyleDelete.md b/api/Visio.DrawingControl.QueryCancelStyleDelete.md
index 7cb87035ab9..981a5184673 100644
--- a/api/Visio.DrawingControl.QueryCancelStyleDelete.md
+++ b/api/Visio.DrawingControl.QueryCancelStyleDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelStyleDelete'(**_ByVal style As [IVSTYLE]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.DrawingControl.QueryCancelUngroup.md b/api/Visio.DrawingControl.QueryCancelUngroup.md
index d9e559af15a..a6ab8f8f840 100644
--- a/api/Visio.DrawingControl.QueryCancelUngroup.md
+++ b/api/Visio.DrawingControl.QueryCancelUngroup.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.DrawingControl.QueryCancelWindowClose.md b/api/Visio.DrawingControl.QueryCancelWindowClose.md
index acdc1e9871c..009340c04b4 100644
--- a/api/Visio.DrawingControl.QueryCancelWindowClose.md
+++ b/api/Visio.DrawingControl.QueryCancelWindowClose.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelWindowClose'(**_ByVal Window As [IVWINDOW
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.DrawingControl.RunModeEntered.md b/api/Visio.DrawingControl.RunModeEntered.md
index 2c0e551c89b..d7ab991d176 100644
--- a/api/Visio.DrawingControl.RunModeEntered.md
+++ b/api/Visio.DrawingControl.RunModeEntered.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that entered run mode.|
diff --git a/api/Visio.DrawingControl.SelectionChanged.md b/api/Visio.DrawingControl.SelectionChanged.md
index a95ac6cb2c9..c7f75a2ec3c 100644
--- a/api/Visio.DrawingControl.SelectionChanged.md
+++ b/api/Visio.DrawingControl.SelectionChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window in which the selection changed.|
diff --git a/api/Visio.DrawingControl.SelectionDeleteCanceled.md b/api/Visio.DrawingControl.SelectionDeleteCanceled.md
index 67bff432373..80a9f24d8c7 100644
--- a/api/Visio.DrawingControl.SelectionDeleteCanceled.md
+++ b/api/Visio.DrawingControl.SelectionDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.DrawingControl.ShapeAdded.md b/api/Visio.DrawingControl.ShapeAdded.md
index 52c67c1549e..0987d9a8770 100644
--- a/api/Visio.DrawingControl.ShapeAdded.md
+++ b/api/Visio.DrawingControl.ShapeAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.DrawingControl.ShapeDataGraphicChanged.md b/api/Visio.DrawingControl.ShapeDataGraphicChanged.md
index e50cfabe69d..2d5b30cb6c6 100644
--- a/api/Visio.DrawingControl.ShapeDataGraphicChanged.md
+++ b/api/Visio.DrawingControl.ShapeDataGraphicChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.DrawingControl.ShapeExitedTextEdit.md b/api/Visio.DrawingControl.ShapeExitedTextEdit.md
index 076a4a05857..c754df420fc 100644
--- a/api/Visio.DrawingControl.ShapeExitedTextEdit.md
+++ b/api/Visio.DrawingControl.ShapeExitedTextEdit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.DrawingControl.ShapeParentChanged.md b/api/Visio.DrawingControl.ShapeParentChanged.md
index ed602b64345..888b963bcb1 100644
--- a/api/Visio.DrawingControl.ShapeParentChanged.md
+++ b/api/Visio.DrawingControl.ShapeParentChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.DrawingControl.StyleAdded.md b/api/Visio.DrawingControl.StyleAdded.md
index 956fee22e17..7eeebf86bee 100644
--- a/api/Visio.DrawingControl.StyleAdded.md
+++ b/api/Visio.DrawingControl.StyleAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was added to the document.|
diff --git a/api/Visio.DrawingControl.StyleChanged.md b/api/Visio.DrawingControl.StyleChanged.md
index c551e974e1f..5db1bea80a6 100644
--- a/api/Visio.DrawingControl.StyleChanged.md
+++ b/api/Visio.DrawingControl.StyleChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that changed.|
diff --git a/api/Visio.DrawingControl.StyleDeleteCanceled.md b/api/Visio.DrawingControl.StyleDeleteCanceled.md
index b724836f1fa..afb186465db 100644
--- a/api/Visio.DrawingControl.StyleDeleteCanceled.md
+++ b/api/Visio.DrawingControl.StyleDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was going to be deleted.|
diff --git a/api/Visio.DrawingControl.UngroupCanceled.md b/api/Visio.DrawingControl.UngroupCanceled.md
index 1496893ab29..93277c63739 100644
--- a/api/Visio.DrawingControl.UngroupCanceled.md
+++ b/api/Visio.DrawingControl.UngroupCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.DrawingControl.ViewChanged.md b/api/Visio.DrawingControl.ViewChanged.md
index a75143edc6c..b7f1a741e11 100644
--- a/api/Visio.DrawingControl.ViewChanged.md
+++ b/api/Visio.DrawingControl.ViewChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ViewChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose zoom level or scroll position changed.|
diff --git a/api/Visio.DrawingControl.Window.md b/api/Visio.DrawingControl.Window.md
index aad1caa5bd6..c1cef6f1115 100644
--- a/api/Visio.DrawingControl.Window.md
+++ b/api/Visio.DrawingControl.Window.md
@@ -23,7 +23,7 @@ Returns the window associated with an instance of the Microsoft Visio Drawing Co
_expression_ A variable that represents a [DrawingControl](./Visio.DrawingControl.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.DrawingControl.WindowActivated.md b/api/Visio.DrawingControl.WindowActivated.md
index 8d4875f7a42..4cf0687139f 100644
--- a/api/Visio.DrawingControl.WindowActivated.md
+++ b/api/Visio.DrawingControl.WindowActivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowActivated'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was activated.|
diff --git a/api/Visio.DrawingControl.WindowChanged.md b/api/Visio.DrawingControl.WindowChanged.md
index d8b0ad00f82..51c8add8b53 100644
--- a/api/Visio.DrawingControl.WindowChanged.md
+++ b/api/Visio.DrawingControl.WindowChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose size or position has changed.|
diff --git a/api/Visio.DrawingControl.WindowCloseCanceled.md b/api/Visio.DrawingControl.WindowCloseCanceled.md
index d785f98ea82..8646a90842b 100644
--- a/api/Visio.DrawingControl.WindowCloseCanceled.md
+++ b/api/Visio.DrawingControl.WindowCloseCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was going to be closed.|
diff --git a/api/Visio.DrawingControl.WindowTurnedToPage.md b/api/Visio.DrawingControl.WindowTurnedToPage.md
index e674041206c..35894c044ac 100644
--- a/api/Visio.DrawingControl.WindowTurnedToPage.md
+++ b/api/Visio.DrawingControl.WindowTurnedToPage.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that shows a different page.|
diff --git a/api/Visio.EndPage.md b/api/Visio.EndPage.md
index 386e6d7a255..f71a06fc35a 100644
--- a/api/Visio.EndPage.md
+++ b/api/Visio.EndPage.md
@@ -20,7 +20,7 @@ Specifies the page number of the last page in the range when you save a range of
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Event.Action.md b/api/Visio.Event.Action.md
index dc4164159a6..bef6e7dd1ce 100644
--- a/api/Visio.Event.Action.md
+++ b/api/Visio.Event.Action.md
@@ -23,7 +23,7 @@ Gets or sets the action code of an **Event** object. Read/write.
_expression_ A variable that represents a [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Event.Application.md b/api/Visio.Event.Application.md
index 527eeaa2cf3..856bba10588 100644
--- a/api/Visio.Event.Application.md
+++ b/api/Visio.Event.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents an [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Event.Delete.md b/api/Visio.Event.Delete.md
index d8c3e03194e..e7ef5c89bcd 100644
--- a/api/Visio.Event.Delete.md
+++ b/api/Visio.Event.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents an [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Event.Enabled.md b/api/Visio.Event.Enabled.md
index 6d4aba6970c..391365dd819 100644
--- a/api/Visio.Event.Enabled.md
+++ b/api/Visio.Event.Enabled.md
@@ -23,7 +23,7 @@ Determines whether or not an **Event** object is currently enabled. Read/write.
_expression_ A variable that represents an [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Event.Event.md b/api/Visio.Event.Event.md
index f71bebe674f..0a865d0e5f4 100644
--- a/api/Visio.Event.Event.md
+++ b/api/Visio.Event.Event.md
@@ -23,7 +23,7 @@ Gets or sets the event code of an **Event** object—an event-action pair. When
_expression_ A variable that represents a [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Event.EventList.md b/api/Visio.Event.EventList.md
index 72e5019c359..13363960bd0 100644
--- a/api/Visio.Event.EventList.md
+++ b/api/Visio.Event.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents an [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Event.GetFilterActions.md b/api/Visio.Event.GetFilterActions.md
index 0a05776beea..a27268cf972 100644
--- a/api/Visio.Event.GetFilterActions.md
+++ b/api/Visio.Event.GetFilterActions.md
@@ -23,7 +23,7 @@ Returns an array of the filter actions set for the **Event** object.
_expression_ An expression that returns a [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Long()
diff --git a/api/Visio.Event.GetFilterCommands.md b/api/Visio.Event.GetFilterCommands.md
index 08301aa28a5..99e36906a2e 100644
--- a/api/Visio.Event.GetFilterCommands.md
+++ b/api/Visio.Event.GetFilterCommands.md
@@ -23,7 +23,7 @@ Returns an array of command ranges and a **True** or **False** value indicating
_expression_ A variable that represents an [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Long()
diff --git a/api/Visio.Event.GetFilterObjects.md b/api/Visio.Event.GetFilterObjects.md
index 247f1403fd5..51e5775c377 100644
--- a/api/Visio.Event.GetFilterObjects.md
+++ b/api/Visio.Event.GetFilterObjects.md
@@ -23,7 +23,7 @@ Returns an array of object types and a **True** or **False** value indicating h
_expression_ A variable that represents an [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Long()
diff --git a/api/Visio.Event.GetFilterSRC.md b/api/Visio.Event.GetFilterSRC.md
index 6cbc69a8a0f..ce38370631f 100644
--- a/api/Visio.Event.GetFilterSRC.md
+++ b/api/Visio.Event.GetFilterSRC.md
@@ -23,7 +23,7 @@ Returns an array of cell ranges and a **True** or **False** value indicating wh
_expression_ A variable that represents an [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Integer()
diff --git a/api/Visio.Event.ID.md b/api/Visio.Event.ID.md
index b79b58a52da..7373cfb312e 100644
--- a/api/Visio.Event.ID.md
+++ b/api/Visio.Event.ID.md
@@ -23,7 +23,7 @@ Gets the ID of an object. Read-only.
_expression_ A variable that represents an [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Event.Index.md b/api/Visio.Event.Index.md
index 30b68ba7251..bf13a3334e3 100644
--- a/api/Visio.Event.Index.md
+++ b/api/Visio.Event.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of an **Event** object in the **EventList** collectio
_expression_ A variable that represents a [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Event.ObjectType.md b/api/Visio.Event.ObjectType.md
index 6dd7a395fac..29f449fdbf6 100644
--- a/api/Visio.Event.ObjectType.md
+++ b/api/Visio.Event.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents an [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Event.Persistable.md b/api/Visio.Event.Persistable.md
index 66384e96a4d..7569b2dad68 100644
--- a/api/Visio.Event.Persistable.md
+++ b/api/Visio.Event.Persistable.md
@@ -23,7 +23,7 @@ Determines whether an event can potentially persist within its document. Read-on
_expression_ A variable that represents a [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Event.Persistent.md b/api/Visio.Event.Persistent.md
index 9fb3ff929fc..de399466d59 100644
--- a/api/Visio.Event.Persistent.md
+++ b/api/Visio.Event.Persistent.md
@@ -23,7 +23,7 @@ Determines whether an event persists with its document. Read/write.
_expression_ A variable that represents a [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Event.SetFilterActions.md b/api/Visio.Event.SetFilterActions.md
index edffad7f256..29c11ee346a 100644
--- a/api/Visio.Event.SetFilterActions.md
+++ b/api/Visio.Event.SetFilterActions.md
@@ -27,11 +27,11 @@ Specifies the extensions to the **MouseMove** event that Visio reports.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _filterActionStream()_|Required| **Long**|An array of action/value pairs. For more information, see Remarks.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Event.SetFilterCommands.md b/api/Visio.Event.SetFilterCommands.md
index f3f04a493aa..2f75fad8f96 100644
--- a/api/Visio.Event.SetFilterCommands.md
+++ b/api/Visio.Event.SetFilterCommands.md
@@ -27,11 +27,11 @@ Specifies an array of command ranges and a **True** or **False** value indicati
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Commands()_|Required| **Long**|An array of command ranges and a **True** or **False** value specifying how to filter events for each command range.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Event.SetFilterObjects.md b/api/Visio.Event.SetFilterObjects.md
index 67406f4d2ce..ac5f77a531b 100644
--- a/api/Visio.Event.SetFilterObjects.md
+++ b/api/Visio.Event.SetFilterObjects.md
@@ -27,11 +27,11 @@ Specifies an array of object types and a **True** or **False** value indicating
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Objects()_|Required| **Long**|An array of objects types and a **True** or **False** value specifying how to filter events for each object type.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Event.SetFilterSRC.md b/api/Visio.Event.SetFilterSRC.md
index d5e1e293dc5..62de806767f 100644
--- a/api/Visio.Event.SetFilterSRC.md
+++ b/api/Visio.Event.SetFilterSRC.md
@@ -27,11 +27,11 @@ Specifies an array of cell ranges and a **True** or **False** value indicating
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SRCStream()_|Required| **Integer**|An array of cell ranges and a **True** or **False** value specifying how to filter events for each range.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Event.Target.md b/api/Visio.Event.Target.md
index 4d40dc3390d..49c855c9e7f 100644
--- a/api/Visio.Event.Target.md
+++ b/api/Visio.Event.Target.md
@@ -23,7 +23,7 @@ Gets or sets the target of an event. Read/write.
_expression_ A variable that represents a [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Event.TargetArgs.md b/api/Visio.Event.TargetArgs.md
index edf4b1135ab..6f8f06dccbf 100644
--- a/api/Visio.Event.TargetArgs.md
+++ b/api/Visio.Event.TargetArgs.md
@@ -23,7 +23,7 @@ Gets or sets the arguments to be sent to the target of an event. Read/write.
_expression_ A variable that represents a [Event](./Visio.Event.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Event.Trigger.md b/api/Visio.Event.Trigger.md
index 06331da1b2f..4f7edcc03b1 100644
--- a/api/Visio.Event.Trigger.md
+++ b/api/Visio.Event.Trigger.md
@@ -27,11 +27,11 @@ Causes an event's action to be performed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ContextString_|Required| **String**| The string to send to the target of the event.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.EventList.Add.md b/api/Visio.EventList.Add.md
index 78e3d63c4c5..31bca644c17 100644
--- a/api/Visio.EventList.Add.md
+++ b/api/Visio.EventList.Add.md
@@ -27,14 +27,14 @@ Adds an **Event** object that runs an add-on when an event occurs. The **Event*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EventCode_|Required| **Integer**|The event(s) to capture.|
| _Action_|Required| **Integer**|The action to perform. Must be **visActCodeRunAddon** , a member of **[VisEventCodes](Visio.viseventcodes.md)** in the Visio type Library.|
| _Target_|Required| **String**|The name of your add-on.|
| _TargetArgs_|Required| **String**|The string that is passed to your **Event** object to set its **TargetArgs** property.|
-### Return Value
+### Return value
Event
diff --git a/api/Visio.EventList.AddAdvise.md b/api/Visio.EventList.AddAdvise.md
index 6f9a9a43ea6..91c8868259b 100644
--- a/api/Visio.EventList.AddAdvise.md
+++ b/api/Visio.EventList.AddAdvise.md
@@ -27,14 +27,14 @@ Adds an **Event** object to the **EventList** collection of the source object w
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EventCode_|Required| **Integer**|The event(s) that generate notifications.|
| _SinkIUnkOrIDisp_|Required| **Variant**|A reference to a COM interface on the object that is to receive event notifications.|
| _IIDSink_|Required| **String**| Reserved for future use. Must be "".|
| _TargetArgs_|Required| **String**|The string that is passed to your **Event** object to set its **TargetArgs** property.|
-### Return Value
+### Return value
Event
diff --git a/api/Visio.EventList.Application.md b/api/Visio.EventList.Application.md
index 6946994d8dc..18497255b85 100644
--- a/api/Visio.EventList.Application.md
+++ b/api/Visio.EventList.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents an [EventList](./Visio.EventList.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.EventList.Count.md b/api/Visio.EventList.Count.md
index 308f3a14cc4..db23766a6d6 100644
--- a/api/Visio.EventList.Count.md
+++ b/api/Visio.EventList.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents an [EventList](./Visio.EventList.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.EventList.Item.md b/api/Visio.EventList.Item.md
index 9c7fa3a7cfd..e28906c0223 100644
--- a/api/Visio.EventList.Item.md
+++ b/api/Visio.EventList.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Integer**|The index number of the object in its collection.|
-### Return Value
+### Return value
Event
diff --git a/api/Visio.EventList.ItemFromID.md b/api/Visio.EventList.ItemFromID.md
index c94bbb35d71..9fbeef8b1d6 100644
--- a/api/Visio.EventList.ItemFromID.md
+++ b/api/Visio.EventList.ItemFromID.md
@@ -27,11 +27,11 @@ Returns an item of a collection using the ID of the item. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
Event
diff --git a/api/Visio.EventList.ObjectType.md b/api/Visio.EventList.ObjectType.md
index 29761d0469c..d490918c040 100644
--- a/api/Visio.EventList.ObjectType.md
+++ b/api/Visio.EventList.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents an [EventList](./Visio.EventList.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.FollowHyperlink.md b/api/Visio.FollowHyperlink.md
index 2af57d85817..e89aff613d9 100644
--- a/api/Visio.FollowHyperlink.md
+++ b/api/Visio.FollowHyperlink.md
@@ -24,12 +24,12 @@ Follows the hyperlink at the specified index in the specified shape in Microsoft
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index of the shape that contains the hyperlink.|
|HyperlinkIndex|Required| **Long**|The index of the hyperlink in the collection of hyperlinks in the specified shape.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Font.Application.md b/api/Visio.Font.Application.md
index b278423e8c5..ed0d5ac5edd 100644
--- a/api/Visio.Font.Application.md
+++ b/api/Visio.Font.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Font.Attributes.md b/api/Visio.Font.Attributes.md
index f6bcc1c28b8..8b9bef5fd4a 100644
--- a/api/Visio.Font.Attributes.md
+++ b/api/Visio.Font.Attributes.md
@@ -23,7 +23,7 @@ Returns the attributes of the a **Font** object. Read-only.
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Font.CharSet.md b/api/Visio.Font.CharSet.md
index 79344363f0b..1ff88d12a6c 100644
--- a/api/Visio.Font.CharSet.md
+++ b/api/Visio.Font.CharSet.md
@@ -23,7 +23,7 @@ Returns the Microsoft Windows character set for a **Font** object. Read-only.
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Font.Document.md b/api/Visio.Font.Document.md
index 76b9b6435b9..7b277742c01 100644
--- a/api/Visio.Font.Document.md
+++ b/api/Visio.Font.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Font.ID.md b/api/Visio.Font.ID.md
index 59065c1e430..78f0ff60259 100644
--- a/api/Visio.Font.ID.md
+++ b/api/Visio.Font.ID.md
@@ -23,7 +23,7 @@ Gets the ID of an object. Read-only.
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Font.Index.md b/api/Visio.Font.Index.md
index d327f97e1f2..63636fd43c3 100644
--- a/api/Visio.Font.Index.md
+++ b/api/Visio.Font.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Font** object in the **Fonts** collection. Rea
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Font.Name.md b/api/Visio.Font.Name.md
index 0a0a69a2c0a..0747368aaac 100644
--- a/api/Visio.Font.Name.md
+++ b/api/Visio.Font.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Font.ObjectType.md b/api/Visio.Font.ObjectType.md
index 20fb5a35fc7..335e06d4ef0 100644
--- a/api/Visio.Font.ObjectType.md
+++ b/api/Visio.Font.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Font.PitchAndFamily.md b/api/Visio.Font.PitchAndFamily.md
index 4785ac1b7b3..0b3c46b3bcb 100644
--- a/api/Visio.Font.PitchAndFamily.md
+++ b/api/Visio.Font.PitchAndFamily.md
@@ -23,7 +23,7 @@ Returns the pitch and family code for a **Font** object. Read-only.
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Font.Stat.md b/api/Visio.Font.Stat.md
index 1451fcf456a..b8475ca7c82 100644
--- a/api/Visio.Font.Stat.md
+++ b/api/Visio.Font.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Font](./Visio.Font.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Fonts.Application.md b/api/Visio.Fonts.Application.md
index 3c01ce5fd8f..bc0af4fbb61 100644
--- a/api/Visio.Fonts.Application.md
+++ b/api/Visio.Fonts.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Fonts](./Visio.Fonts.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Fonts.Count.md b/api/Visio.Fonts.Count.md
index dd63d8da0b3..2d7c5fee2b4 100644
--- a/api/Visio.Fonts.Count.md
+++ b/api/Visio.Fonts.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Fonts](./Visio.Fonts.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Fonts.Document.md b/api/Visio.Fonts.Document.md
index 1289d9546a2..d0b68caf7b0 100644
--- a/api/Visio.Fonts.Document.md
+++ b/api/Visio.Fonts.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Fonts](./Visio.Fonts.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Fonts.Item.md b/api/Visio.Fonts.Item.md
index 960e1bf53e8..e904cc96248 100644
--- a/api/Visio.Fonts.Item.md
+++ b/api/Visio.Fonts.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Font
diff --git a/api/Visio.Fonts.ItemFromID.md b/api/Visio.Fonts.ItemFromID.md
index 4d3b8433ba3..cd8035d605b 100644
--- a/api/Visio.Fonts.ItemFromID.md
+++ b/api/Visio.Fonts.ItemFromID.md
@@ -27,11 +27,11 @@ Returns an item of a collection using the ID of the item. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
Font
diff --git a/api/Visio.Fonts.ObjectType.md b/api/Visio.Fonts.ObjectType.md
index 06502c09f07..c7317f704d6 100644
--- a/api/Visio.Fonts.ObjectType.md
+++ b/api/Visio.Fonts.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Fonts](./Visio.Fonts.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Fonts.Stat.md b/api/Visio.Fonts.Stat.md
index 7d702912cae..293611a196f 100644
--- a/api/Visio.Fonts.Stat.md
+++ b/api/Visio.Fonts.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Fonts](./Visio.Fonts.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.FormatCount.md b/api/Visio.FormatCount.md
index 498cc3955bd..3e3b7232c14 100644
--- a/api/Visio.FormatCount.md
+++ b/api/Visio.FormatCount.md
@@ -20,7 +20,7 @@ Indicates the number of output formats that are installed on the user's computer
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.GetErrorMessage.md b/api/Visio.GetErrorMessage.md
index d47ab51d7d7..d3ee7eeace3 100644
--- a/api/Visio.GetErrorMessage.md
+++ b/api/Visio.GetErrorMessage.md
@@ -24,11 +24,11 @@ Returns a string that describes the specified error message code in Microsoft Vi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ErrorCode|Required| **Long**|The error message code for which you want to get a description.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.GetFormatName.md b/api/Visio.GetFormatName.md
index 557296ed936..4468f8b5e56 100644
--- a/api/Visio.GetFormatName.md
+++ b/api/Visio.GetFormatName.md
@@ -24,12 +24,12 @@ Places the friendly name of the output format specified by the index passed to t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|nIndex |Required| **Long**|The zero-based index of the output format within the list of output formats on the user's computer.|
|pVal |Required| **String**|Variable that will hold the display name of the output format. The **GetFormatName** method places the name in this variable.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.GetPageView.md b/api/Visio.GetPageView.md
index 58e94375a82..5d94aa54034 100644
--- a/api/Visio.GetPageView.md
+++ b/api/Visio.GetPageView.md
@@ -24,13 +24,13 @@ Gets the position and zoom factor (size) of the drawing page in Microsoft Visio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PageXAtViewCenter|Required| **Double**|The x-coordinate of the center of the page, in drawing-page units, measured from the lower left corner of the page.|
|PageYAtViewCenter|Required| **Double**|The y-coordinate of the center of the page, in drawing-page units, measured from the lower left corner of the page.|
|ZoomFactor|Required| **Double**|The factor by which the zoom (page size) is multiplied.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.GetPhysicalDimensions.md b/api/Visio.GetPhysicalDimensions.md
index 515ea1fb115..0c52bdc4ff1 100644
--- a/api/Visio.GetPhysicalDimensions.md
+++ b/api/Visio.GetPhysicalDimensions.md
@@ -24,13 +24,13 @@ Based on the enumerated screen-resolution value passed to the method in the eRes
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|eRes|Required| ** [VISWEB_DISP_RES](Visio.visweb_disp_res.enumeration.visio.save.md)**|A screen-resolution value.|
|pnWidth |Required| **Long**|The number of horizontal screen pixels.|
|pnHeight |Required| **Long**|The number of vertical screen pixels.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Global.ActiveDocument.md b/api/Visio.Global.ActiveDocument.md
index d9fb05ec153..93ac9b5351d 100644
--- a/api/Visio.Global.ActiveDocument.md
+++ b/api/Visio.Global.ActiveDocument.md
@@ -23,7 +23,7 @@ Returns the active **Document** object, which is the document shown in the acti
_expression_ A variable that represents a [Global](./Visio.Global.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Global.ActivePage.md b/api/Visio.Global.ActivePage.md
index 82b4b5654ad..97bffbe6f8a 100644
--- a/api/Visio.Global.ActivePage.md
+++ b/api/Visio.Global.ActivePage.md
@@ -23,7 +23,7 @@ Returns the active **Page** object. Read-only.
_expression_ A variable that represents a [Global](./Visio.Global.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Global.ActiveWindow.md b/api/Visio.Global.ActiveWindow.md
index 0f88119b25b..0b42379cb65 100644
--- a/api/Visio.Global.ActiveWindow.md
+++ b/api/Visio.Global.ActiveWindow.md
@@ -23,7 +23,7 @@ Returns the active **Window** object. Read-only.
_expression_ A variable that represents a [Global](./Visio.Global.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Global.Addons.md b/api/Visio.Global.Addons.md
index a7b5ab8b85a..1a8019a1ed7 100644
--- a/api/Visio.Global.Addons.md
+++ b/api/Visio.Global.Addons.md
@@ -23,7 +23,7 @@ Returns the **Addons** collection of an **Application** or **InvisibleApp** obj
_expression_ A variable that represents a [Global](./Visio.Global.md) object.
-### Return Value
+### Return value
Addons
diff --git a/api/Visio.Global.Application.md b/api/Visio.Global.Application.md
index a4ad10f7fa5..deee9dc3f2c 100644
--- a/api/Visio.Global.Application.md
+++ b/api/Visio.Global.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Global](./Visio.Global.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Global.Documents.md b/api/Visio.Global.Documents.md
index dce687dcc21..024a95b8fad 100644
--- a/api/Visio.Global.Documents.md
+++ b/api/Visio.Global.Documents.md
@@ -23,7 +23,7 @@ Returns the **Documents** collection for a Microsoft Visio instance. Read-only.
_expression_ A variable that represents a [Global](./Visio.Global.md) object.
-### Return Value
+### Return value
Documents
diff --git a/api/Visio.Global.Vbe.md b/api/Visio.Global.Vbe.md
index 5f1baca3c62..1b610022353 100644
--- a/api/Visio.Global.Vbe.md
+++ b/api/Visio.Global.Vbe.md
@@ -23,7 +23,7 @@ Gets the root object of the object model exposed by Microsoft Visual Basic for A
_expression_ A variable that represents a [Global](./Visio.Global.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Global.Windows.md b/api/Visio.Global.Windows.md
index 031026efd20..a21500966f3 100644
--- a/api/Visio.Global.Windows.md
+++ b/api/Visio.Global.Windows.md
@@ -23,7 +23,7 @@ Returns the **Windows** collection for a Microsoft Visio instance or window. Re
_expression_ A variable that represents a [Global](./Visio.Global.md) object.
-### Return Value
+### Return value
Windows
diff --git a/api/Visio.GraphicItem.Application.md b/api/Visio.GraphicItem.Application.md
index f2c0210143a..63f3364f12f 100644
--- a/api/Visio.GraphicItem.Application.md
+++ b/api/Visio.GraphicItem.Application.md
@@ -26,7 +26,7 @@ Returns the instance of Microsoft Visio associated with a **GraphicItem** objec
_expression_ An expression that returns a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.GraphicItem.DataGraphic.md b/api/Visio.GraphicItem.DataGraphic.md
index c1637e145ae..a2a33dcfd47 100644
--- a/api/Visio.GraphicItem.DataGraphic.md
+++ b/api/Visio.GraphicItem.DataGraphic.md
@@ -26,7 +26,7 @@ Returns the **Master** object of type **visTypeDataGraphic** that contains the
_expression_ An expression that returns a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.GraphicItem.Delete.md b/api/Visio.GraphicItem.Delete.md
index 9aa1947e164..0948b295414 100644
--- a/api/Visio.GraphicItem.Delete.md
+++ b/api/Visio.GraphicItem.Delete.md
@@ -26,7 +26,7 @@ Deletes a **GraphicItem** object from the **GraphicItems** collection of a **Ma
_expression_ A variable that represents a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.GraphicItem.Description.md b/api/Visio.GraphicItem.Description.md
index 24f9e48a23c..2c9b4547d79 100644
--- a/api/Visio.GraphicItem.Description.md
+++ b/api/Visio.GraphicItem.Description.md
@@ -26,7 +26,7 @@ Returns a string that describes the type of the graphic item. Read-only.
_expression_ A variable that represents a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.GraphicItem.Document.md b/api/Visio.GraphicItem.Document.md
index 2d34f400d56..6526f2e4d32 100644
--- a/api/Visio.GraphicItem.Document.md
+++ b/api/Visio.GraphicItem.Document.md
@@ -26,7 +26,7 @@ Gets the **Document** object that contains the **Master** object of type **visT
_expression_ An expression that returns a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.GraphicItem.GetExpression.md b/api/Visio.GraphicItem.GetExpression.md
index 9dee2be3b9b..522f890b8c8 100644
--- a/api/Visio.GraphicItem.GetExpression.md
+++ b/api/Visio.GraphicItem.GetExpression.md
@@ -30,12 +30,12 @@ Gets the label of the shape data item (custom property) that the **GraphicItem*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required| **VisGraphicField**|Out parameter. A constant value from the **VisGraphicField** enumeration specifying whether Expression is a shape-data-item label or the formula in the ShapeSheet spreadsheet of the primary data field (column) assigned to the **GraphicItem** . See Remarks for possible values.|
| _Expression_|Required| **String**|Out parameter. The ShapeSheet expression associated with the Field parameter.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.GraphicItem.HorizontalPosition.md b/api/Visio.GraphicItem.HorizontalPosition.md
index 75e1df9e353..cefbd4029f1 100644
--- a/api/Visio.GraphicItem.HorizontalPosition.md
+++ b/api/Visio.GraphicItem.HorizontalPosition.md
@@ -26,7 +26,7 @@ Gets or sets the horizontal position of the **GraphicItem** object relative to
_expression_ An expression that returns a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
**VisGraphicPositionHorizontal**
diff --git a/api/Visio.GraphicItem.ID.md b/api/Visio.GraphicItem.ID.md
index a207100796a..3ad2c8200ac 100644
--- a/api/Visio.GraphicItem.ID.md
+++ b/api/Visio.GraphicItem.ID.md
@@ -26,7 +26,7 @@ Gets the unique identifier of the **GraphicItem** object. Read-only.
_expression_ A variable that represents a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.GraphicItem.Index.md b/api/Visio.GraphicItem.Index.md
index 0441e3275a1..ebd57ef07b2 100644
--- a/api/Visio.GraphicItem.Index.md
+++ b/api/Visio.GraphicItem.Index.md
@@ -26,7 +26,7 @@ Gets or sets the ordinal position of a **GraphicItem** object in the **GraphicI
_expression_ A variable that represents a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.GraphicItem.ObjectType.md b/api/Visio.GraphicItem.ObjectType.md
index 80f8912703d..c9d085dc74a 100644
--- a/api/Visio.GraphicItem.ObjectType.md
+++ b/api/Visio.GraphicItem.ObjectType.md
@@ -26,7 +26,7 @@ Returns **visObjTypeGraphicItem** , the type of a **GraphicItem** object. Read-
_expression_ An expression that returns a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
VisObjectTypes
diff --git a/api/Visio.GraphicItem.SetExpression.md b/api/Visio.GraphicItem.SetExpression.md
index dc93f23a016..e976712d21c 100644
--- a/api/Visio.GraphicItem.SetExpression.md
+++ b/api/Visio.GraphicItem.SetExpression.md
@@ -30,12 +30,12 @@ Sets the value of the expression string that is part of a **GraphicItem** objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Field_|Required| **VisGraphicField**|The label or formula of the primary data field (column) assigned to the **GraphicItem** . See Remarks for possible values.|
| _Expression_|Required| **String**|The ShapeSheet expression associated with the Field parameter.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.GraphicItem.Stat.md b/api/Visio.GraphicItem.Stat.md
index f6efb0a6787..76d6d9f074e 100644
--- a/api/Visio.GraphicItem.Stat.md
+++ b/api/Visio.GraphicItem.Stat.md
@@ -26,7 +26,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.GraphicItem.Tag.md b/api/Visio.GraphicItem.Tag.md
index 5f08ea34758..67c6f67a34b 100644
--- a/api/Visio.GraphicItem.Tag.md
+++ b/api/Visio.GraphicItem.Tag.md
@@ -26,7 +26,7 @@ Gets or sets a user-defined string expression that can store extra data related
_expression_ An expression that returns a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.GraphicItem.Type.md b/api/Visio.GraphicItem.Type.md
index 0ddfd527332..8c816c3b154 100644
--- a/api/Visio.GraphicItem.Type.md
+++ b/api/Visio.GraphicItem.Type.md
@@ -26,7 +26,7 @@ Returns the type of the graphic item. Read-only.
_expression_ A variable that represents a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
VisGraphicItemTypes
diff --git a/api/Visio.GraphicItem.UseDataGraphicPosition.md b/api/Visio.GraphicItem.UseDataGraphicPosition.md
index 31ae26af0c0..f7e3609ddbf 100644
--- a/api/Visio.GraphicItem.UseDataGraphicPosition.md
+++ b/api/Visio.GraphicItem.UseDataGraphicPosition.md
@@ -26,7 +26,7 @@ Gets or sets whether to use the current default callout position for graphic ite
_expression_ An expression that returns a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.GraphicItem.VerticalPosition.md b/api/Visio.GraphicItem.VerticalPosition.md
index 8bee37b9f49..52ba201d83f 100644
--- a/api/Visio.GraphicItem.VerticalPosition.md
+++ b/api/Visio.GraphicItem.VerticalPosition.md
@@ -26,7 +26,7 @@ Gets or sets the vertical position of the **GraphicItem** object relative to th
_expression_ An expression that returns a [GraphicItem](./Visio.GraphicItem.md) object.
-### Return Value
+### Return value
VisGraphicPositionVertical
diff --git a/api/Visio.GraphicItems.AddCopy.md b/api/Visio.GraphicItems.AddCopy.md
index bb83f15c40c..06cfc061860 100644
--- a/api/Visio.GraphicItems.AddCopy.md
+++ b/api/Visio.GraphicItems.AddCopy.md
@@ -30,11 +30,11 @@ Adds a copy of a **GraphicItem** object to the **GraphicItems** collection of a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _GraphicItem_|Required| **[IVGRAPHICITEM]**|The **GraphicItem** object to copy.|
-### Return Value
+### Return value
GraphicItem
diff --git a/api/Visio.GraphicItems.Application.md b/api/Visio.GraphicItems.Application.md
index b0ec853c52f..5ac3fc096b9 100644
--- a/api/Visio.GraphicItems.Application.md
+++ b/api/Visio.GraphicItems.Application.md
@@ -26,7 +26,7 @@ Returns the instance of Microsoft Visio associated with the **GraphicItems** co
_expression_ An expression that returns a [GraphicItems](./Visio.GraphicItems.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.GraphicItems.Count.md b/api/Visio.GraphicItems.Count.md
index d0240b8c7c5..79a2fd3b4e7 100644
--- a/api/Visio.GraphicItems.Count.md
+++ b/api/Visio.GraphicItems.Count.md
@@ -26,7 +26,7 @@ Returns the number of **GraphicItem** objects in the **GraphicItems** collectio
_expression_ An expression that returns a [GraphicItems](./Visio.GraphicItems.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.GraphicItems.DataGraphic.md b/api/Visio.GraphicItems.DataGraphic.md
index 4202f2db321..6582b98fd84 100644
--- a/api/Visio.GraphicItems.DataGraphic.md
+++ b/api/Visio.GraphicItems.DataGraphic.md
@@ -26,7 +26,7 @@ Returns the **Master** object of type **visTypeDataGraphic** that contains the
_expression_ An expression that returns a [GraphicItems](./Visio.GraphicItems.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.GraphicItems.Document.md b/api/Visio.GraphicItems.Document.md
index bd7bbec9a20..b3825cbc6e8 100644
--- a/api/Visio.GraphicItems.Document.md
+++ b/api/Visio.GraphicItems.Document.md
@@ -26,7 +26,7 @@ Gets the **Document** object that contains the **Master** object of type **visT
_expression_ An expression that returns a [GraphicItems](./Visio.GraphicItems.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.GraphicItems.Item.md b/api/Visio.GraphicItems.Item.md
index 8f6ab1121c1..7277e5d6009 100644
--- a/api/Visio.GraphicItems.Item.md
+++ b/api/Visio.GraphicItems.Item.md
@@ -30,11 +30,11 @@ Returns the **GraphicItem** object at the specified index position in the **Gra
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index of the object to retrieve.|
-### Return Value
+### Return value
GraphicItem
diff --git a/api/Visio.GraphicItems.ItemFromID.md b/api/Visio.GraphicItems.ItemFromID.md
index 1ad24999315..7216a6d3604 100644
--- a/api/Visio.GraphicItems.ItemFromID.md
+++ b/api/Visio.GraphicItems.ItemFromID.md
@@ -30,11 +30,11 @@ Returns a **GraphicItem** object from the **GraphicItems** collection by using
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectID_|Required| **Long**|The unique ID of the **GraphicItem** object to retrieve.|
-### Return Value
+### Return value
GraphicItem
diff --git a/api/Visio.GraphicItems.ObjectType.md b/api/Visio.GraphicItems.ObjectType.md
index b412c7d823a..d4463b8c0d7 100644
--- a/api/Visio.GraphicItems.ObjectType.md
+++ b/api/Visio.GraphicItems.ObjectType.md
@@ -26,7 +26,7 @@ Returns **visObjTypeGraphicItems** , the type of a **GraphicItems** object. Rea
_expression_ An expression that returns a [GraphicItems](./Visio.GraphicItems.md) object.
-### Return Value
+### Return value
VisObjectTypes
diff --git a/api/Visio.GraphicItems.Stat.md b/api/Visio.GraphicItems.Stat.md
index 31726297da7..9febd380976 100644
--- a/api/Visio.GraphicItems.Stat.md
+++ b/api/Visio.GraphicItems.Stat.md
@@ -26,7 +26,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [GraphicItems](./Visio.GraphicItems.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.GridVisible.md b/api/Visio.GridVisible.md
index 94f574c96b8..ea5a063e41c 100644
--- a/api/Visio.GridVisible.md
+++ b/api/Visio.GridVisible.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether the page grid is visible in Microsof
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.HighQualityRender.md b/api/Visio.HighQualityRender.md
index e79d7d9497e..0b49aaa839e 100644
--- a/api/Visio.HighQualityRender.md
+++ b/api/Visio.HighQualityRender.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether high-quality rendering is enabled in
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.HostID.md b/api/Visio.HostID.md
index 108acc03a57..aff87e9dd90 100644
--- a/api/Visio.HostID.md
+++ b/api/Visio.HostID.md
@@ -23,7 +23,7 @@ String representation of the GUID of the host application of the Microsoft Visio
_expression_ A variable that represents a [DrawingControl](./Visio.DrawingControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Hyperlink.AddToFavorites.md b/api/Visio.Hyperlink.AddToFavorites.md
index ff7998c6658..bba3160f04c 100644
--- a/api/Visio.Hyperlink.AddToFavorites.md
+++ b/api/Visio.Hyperlink.AddToFavorites.md
@@ -27,11 +27,11 @@ Adds a shortcut for a hyperlink address in the presently registered Favorites fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FavoritesTitle_|Optional| **Variant**|The title to assign to the new shortcut.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Hyperlink.Address.md b/api/Visio.Hyperlink.Address.md
index fd46bc4c464..91fee08d057 100644
--- a/api/Visio.Hyperlink.Address.md
+++ b/api/Visio.Hyperlink.Address.md
@@ -23,7 +23,7 @@ Gets or sets the address for a shape's **Hyperlink** object, the address to whi
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Hyperlink.Application.md b/api/Visio.Hyperlink.Application.md
index e8607a9841d..7f5a6149e48 100644
--- a/api/Visio.Hyperlink.Application.md
+++ b/api/Visio.Hyperlink.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Hyperlink.Copy.md b/api/Visio.Hyperlink.Copy.md
index a4089adbdab..da644015e66 100644
--- a/api/Visio.Hyperlink.Copy.md
+++ b/api/Visio.Hyperlink.Copy.md
@@ -23,7 +23,7 @@ Copies a hyperlink to the Clipboard.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Hyperlink.CreateURL.md b/api/Visio.Hyperlink.CreateURL.md
index 4cea5ebdb16..85a4754c3bc 100644
--- a/api/Visio.Hyperlink.CreateURL.md
+++ b/api/Visio.Hyperlink.CreateURL.md
@@ -27,11 +27,11 @@ Returns a fully qualified and optionally canonicalized representation of the hyp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CanonicalForm_|Required| **Integer**| **True** (non-zero) if canonical form; otherwise, **False** (0).|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Hyperlink.Delete.md b/api/Visio.Hyperlink.Delete.md
index 655b3167240..46355072f1b 100644
--- a/api/Visio.Hyperlink.Delete.md
+++ b/api/Visio.Hyperlink.Delete.md
@@ -23,7 +23,7 @@ Deletes an object or selection.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Hyperlink.Description.md b/api/Visio.Hyperlink.Description.md
index 12a4efb8e31..8c575476c85 100644
--- a/api/Visio.Hyperlink.Description.md
+++ b/api/Visio.Hyperlink.Description.md
@@ -23,7 +23,7 @@ Gets or sets the description of a hyperlink. Read/write.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Hyperlink.ExtraInfo.md b/api/Visio.Hyperlink.ExtraInfo.md
index 131cd3ae423..dfb080e3f8e 100644
--- a/api/Visio.Hyperlink.ExtraInfo.md
+++ b/api/Visio.Hyperlink.ExtraInfo.md
@@ -23,7 +23,7 @@ Returns or sets extra URL request information used to resolve the hyperlink's UR
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Hyperlink.Follow.md b/api/Visio.Hyperlink.Follow.md
index 1e88f0a67f3..098ccd6d26f 100644
--- a/api/Visio.Hyperlink.Follow.md
+++ b/api/Visio.Hyperlink.Follow.md
@@ -23,7 +23,7 @@ Causes Microsoft Visio to navigate to a hyperlink.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Hyperlink.Frame.md b/api/Visio.Hyperlink.Frame.md
index a928e27e005..f6fc3a0d3d0 100644
--- a/api/Visio.Hyperlink.Frame.md
+++ b/api/Visio.Hyperlink.Frame.md
@@ -23,7 +23,7 @@ Gets or sets the name of an HTML frame in the shape's **Hyperlink** object. Rea
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Hyperlink.IsDefaultLink.md b/api/Visio.Hyperlink.IsDefaultLink.md
index 555fb013c37..2227a53476c 100644
--- a/api/Visio.Hyperlink.IsDefaultLink.md
+++ b/api/Visio.Hyperlink.IsDefaultLink.md
@@ -23,7 +23,7 @@ Determines the default **Hyperlink** object for a shape. Read/write.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Hyperlink.Name.md b/api/Visio.Hyperlink.Name.md
index cc712ed2400..148b0d7dae8 100644
--- a/api/Visio.Hyperlink.Name.md
+++ b/api/Visio.Hyperlink.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Hyperlink.NameU.md b/api/Visio.Hyperlink.NameU.md
index 7c8149c769c..883cf9a421d 100644
--- a/api/Visio.Hyperlink.NameU.md
+++ b/api/Visio.Hyperlink.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of a **Hyperlink** object. Read/write.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Hyperlink.NewWindow.md b/api/Visio.Hyperlink.NewWindow.md
index 5edcee4aa18..59a32d1d37c 100644
--- a/api/Visio.Hyperlink.NewWindow.md
+++ b/api/Visio.Hyperlink.NewWindow.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio opens a window in a new location when it foll
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Hyperlink.ObjectType.md b/api/Visio.Hyperlink.ObjectType.md
index 437fd9c27ea..7f1ea2552f1 100644
--- a/api/Visio.Hyperlink.ObjectType.md
+++ b/api/Visio.Hyperlink.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Hyperlink.Row.md b/api/Visio.Hyperlink.Row.md
index 4475fe43c39..2dbc2282ea1 100644
--- a/api/Visio.Hyperlink.Row.md
+++ b/api/Visio.Hyperlink.Row.md
@@ -23,7 +23,7 @@ Returns the row index of a hyperlink. Read-only.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Hyperlink.Shape.md b/api/Visio.Hyperlink.Shape.md
index 425b2c6d79a..2ba24c5f540 100644
--- a/api/Visio.Hyperlink.Shape.md
+++ b/api/Visio.Hyperlink.Shape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that owns a **Cell** , **Characters** , **Row** ,
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Hyperlink.Stat.md b/api/Visio.Hyperlink.Stat.md
index 8eeb7a06465..2a987810799 100644
--- a/api/Visio.Hyperlink.Stat.md
+++ b/api/Visio.Hyperlink.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Hyperlink.SubAddress.md b/api/Visio.Hyperlink.SubAddress.md
index 84237441e9b..1926d15e1d7 100644
--- a/api/Visio.Hyperlink.SubAddress.md
+++ b/api/Visio.Hyperlink.SubAddress.md
@@ -23,7 +23,7 @@ Gets or sets the subaddress in a shape's **Hyperlink** object. Read/write.
_expression_ A variable that represents a [Hyperlink](./Visio.Hyperlink.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.HyperlinkAddress.md b/api/Visio.HyperlinkAddress.md
index 408a9d2b115..59455530393 100644
--- a/api/Visio.HyperlinkAddress.md
+++ b/api/Visio.HyperlinkAddress.md
@@ -24,12 +24,12 @@ Gets the address of the specified hyperlink associated with the specified shape
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index of the specified shape in the collection of shapes in the drawing that is open in Visio Viewer.|
|HyperlinkIndex|Required| **Long**|The index of the specified hyperlink in the collection of hyperlinks in the specified shape in the drawing that is open in Visio Viewer.|
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.HyperlinkCount.md b/api/Visio.HyperlinkCount.md
index bc74e445312..0fbf8ac99d9 100644
--- a/api/Visio.HyperlinkCount.md
+++ b/api/Visio.HyperlinkCount.md
@@ -24,11 +24,11 @@ Gets the count of hyperlinks associated with the shape at the specified index in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index of the specified shape in the collection of shapes in the drawing open in Visio Viewer.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Hyperlinks.Add.md b/api/Visio.Hyperlinks.Add.md
index c93b492508d..0efca529aa3 100644
--- a/api/Visio.Hyperlinks.Add.md
+++ b/api/Visio.Hyperlinks.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents a [Hyperlinks](./Visio.Hyperlinks.md) object.
-### Return Value
+### Return value
Hyperlink
diff --git a/api/Visio.Hyperlinks.Application.md b/api/Visio.Hyperlinks.Application.md
index 4c183391d31..b34f1574cfe 100644
--- a/api/Visio.Hyperlinks.Application.md
+++ b/api/Visio.Hyperlinks.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Hyperlinks](./Visio.Hyperlinks.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Hyperlinks.Count.md b/api/Visio.Hyperlinks.Count.md
index d9b5119235b..73aa11cbc12 100644
--- a/api/Visio.Hyperlinks.Count.md
+++ b/api/Visio.Hyperlinks.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Hyperlinks](./Visio.Hyperlinks.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Hyperlinks.Item.md b/api/Visio.Hyperlinks.Item.md
index c5cd19313b1..c9c128e28a4 100644
--- a/api/Visio.Hyperlinks.Item.md
+++ b/api/Visio.Hyperlinks.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Hyperlink
diff --git a/api/Visio.Hyperlinks.ItemU.md b/api/Visio.Hyperlinks.ItemU.md
index 06a91ff7fd0..b5df53bfba3 100644
--- a/api/Visio.Hyperlinks.ItemU.md
+++ b/api/Visio.Hyperlinks.ItemU.md
@@ -27,11 +27,11 @@ Returns an object from a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the universal name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Hyperlink
diff --git a/api/Visio.Hyperlinks.ObjectType.md b/api/Visio.Hyperlinks.ObjectType.md
index 4f8d8627c98..8f2d8e627bb 100644
--- a/api/Visio.Hyperlinks.ObjectType.md
+++ b/api/Visio.Hyperlinks.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Hyperlinks](./Visio.Hyperlinks.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Hyperlinks.Shape.md b/api/Visio.Hyperlinks.Shape.md
index e87a7dc486c..c97aaad002a 100644
--- a/api/Visio.Hyperlinks.Shape.md
+++ b/api/Visio.Hyperlinks.Shape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that owns a **Cell** , **Characters** , **Row** ,
_expression_ A variable that represents a [Hyperlinks](./Visio.Hyperlinks.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Hyperlinks.Stat.md b/api/Visio.Hyperlinks.Stat.md
index db6ecadc968..02a2ee83e24 100644
--- a/api/Visio.Hyperlinks.Stat.md
+++ b/api/Visio.Hyperlinks.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Hyperlinks](./Visio.Hyperlinks.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.IVBUndoUnit.Description.md b/api/Visio.IVBUndoUnit.Description.md
index 0a3c0491bc9..9b5a2a9a984 100644
--- a/api/Visio.IVBUndoUnit.Description.md
+++ b/api/Visio.IVBUndoUnit.Description.md
@@ -23,7 +23,7 @@ Gets the description of an **IVBUndoUnit** interface. Read-only.
_expression_ A variable that represents an 'IVBUndoUnit' object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.IVBUndoUnit.Do.md b/api/Visio.IVBUndoUnit.Do.md
index 1d99a425aa8..8157d0a085d 100644
--- a/api/Visio.IVBUndoUnit.Do.md
+++ b/api/Visio.IVBUndoUnit.Do.md
@@ -27,11 +27,11 @@ Called by the Undo Manager to tell an undo unit to perform its action.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pMgr_|Required| **[IVBUNDOMANAGER]**|A pointer to an **IVBUndoManager** interface.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.IVBUndoUnit.OnNextAdd.md b/api/Visio.IVBUndoUnit.OnNextAdd.md
index 62d75c42b7a..f3b52593fa9 100644
--- a/api/Visio.IVBUndoUnit.OnNextAdd.md
+++ b/api/Visio.IVBUndoUnit.OnNextAdd.md
@@ -23,7 +23,7 @@ Notifies an undo unit that another undo unit has been added to the undo stack. R
_expression_ A variable that represents an 'IVBUndoUnit' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.IVBUndoUnit.UnitSize.md b/api/Visio.IVBUndoUnit.UnitSize.md
index 9a26a0bafc8..f50de57db34 100644
--- a/api/Visio.IVBUndoUnit.UnitSize.md
+++ b/api/Visio.IVBUndoUnit.UnitSize.md
@@ -23,7 +23,7 @@ Returns the size of the undo unit in memory, in bytes. Read-only.
_expression_ A variable that represents a 'IVBUndoUnit' object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.IVBUndoUnit.UnitTypeCLSID.md b/api/Visio.IVBUndoUnit.UnitTypeCLSID.md
index ec9821e0fb9..69b24945d7e 100644
--- a/api/Visio.IVBUndoUnit.UnitTypeCLSID.md
+++ b/api/Visio.IVBUndoUnit.UnitTypeCLSID.md
@@ -23,7 +23,7 @@ Identifies an undo unit by its class ID (CLSID). Read-only.
_expression_ A variable that represents a 'IVBUndoUnit' object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.IVBUndoUnit.UnitTypeLong.md b/api/Visio.IVBUndoUnit.UnitTypeLong.md
index e2ff09f41df..93447eea4da 100644
--- a/api/Visio.IVBUndoUnit.UnitTypeLong.md
+++ b/api/Visio.IVBUndoUnit.UnitTypeLong.md
@@ -23,7 +23,7 @@ Identifies an undo unit by a **Long** . Read-only.
_expression_ A variable that represents a 'IVBUndoUnit' object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.IVisEventProc.VisEventProc.md b/api/Visio.IVisEventProc.VisEventProc.md
index f34a9c2a031..c97e5040ca8 100644
--- a/api/Visio.IVisEventProc.VisEventProc.md
+++ b/api/Visio.IVisEventProc.VisEventProc.md
@@ -27,7 +27,7 @@ Private member function of **IVisEventProc** that handles event notifications p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nEventCode_|Required| **Integer**|The event or events that occurred. |
| _pSourceObj_|Required| **Object**|The object whose **EventList** collection contains the **Event** object that sent the notification.|
@@ -36,7 +36,7 @@ Private member function of **IVisEventProc** that handles event notifications p
| _pSubjectObj_|Required| **Object**|The subject of the event, which is the object to which the event occurred. See Remarks for examples.|
| _vMoreInfo_|Required| **Variant**|Additional information about the subject of the event. See Remarks for more information.|
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.InitSettings.md b/api/Visio.InitSettings.md
index 4d72b55571a..45491d9c956 100644
--- a/api/Visio.InitSettings.md
+++ b/api/Visio.InitSettings.md
@@ -20,7 +20,7 @@ Loads the Web page settings that were saved in the registry in an earlier instan
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.InvisibleApp.Active.md b/api/Visio.InvisibleApp.Active.md
index 2e5b3771300..2093964ae61 100644
--- a/api/Visio.InvisibleApp.Active.md
+++ b/api/Visio.InvisibleApp.Active.md
@@ -23,7 +23,7 @@ Indicates whether the instance of Microsoft Visio represented by the **Applicat
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.ActiveDocument.md b/api/Visio.InvisibleApp.ActiveDocument.md
index 07a9b647576..87380cadbc9 100644
--- a/api/Visio.InvisibleApp.ActiveDocument.md
+++ b/api/Visio.InvisibleApp.ActiveDocument.md
@@ -23,7 +23,7 @@ Returns the active **Document** object, which is the document shown in the acti
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.InvisibleApp.ActivePage.md b/api/Visio.InvisibleApp.ActivePage.md
index 3d0723e6550..58bc07f0012 100644
--- a/api/Visio.InvisibleApp.ActivePage.md
+++ b/api/Visio.InvisibleApp.ActivePage.md
@@ -23,7 +23,7 @@ Returns the active **Page** object. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.InvisibleApp.ActivePrinter.md b/api/Visio.InvisibleApp.ActivePrinter.md
index 908b56b8631..eb2ce482b40 100644
--- a/api/Visio.InvisibleApp.ActivePrinter.md
+++ b/api/Visio.InvisibleApp.ActivePrinter.md
@@ -23,7 +23,7 @@ Specifies the printer that all Microsoft Visio documents print to. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.ActiveWindow.md b/api/Visio.InvisibleApp.ActiveWindow.md
index 1d99c9fdafb..4bbf6e84ce8 100644
--- a/api/Visio.InvisibleApp.ActiveWindow.md
+++ b/api/Visio.InvisibleApp.ActiveWindow.md
@@ -23,7 +23,7 @@ Returns the active **Window** object. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.InvisibleApp.AddUndoUnit.md b/api/Visio.InvisibleApp.AddUndoUnit.md
index 8acec1c9cc9..b08c998c1e8 100644
--- a/api/Visio.InvisibleApp.AddUndoUnit.md
+++ b/api/Visio.InvisibleApp.AddUndoUnit.md
@@ -27,11 +27,11 @@ Adds an object that supports the **IOleUndoUnit** or **IVBUndoUnit** interface
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pUndoUnit_|Required| **[UNKNOWN]**|A reference to an object that supports the **IOleUndoUnit** or **IVBUndoUnit** interface.|
-### Return Value
+### Return value
clsVBUndoUnits
diff --git a/api/Visio.InvisibleApp.AddonPaths.md b/api/Visio.InvisibleApp.AddonPaths.md
index 1d017288f4e..3579626e6a4 100644
--- a/api/Visio.InvisibleApp.AddonPaths.md
+++ b/api/Visio.InvisibleApp.AddonPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for third-party or user add-o
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.Addons.md b/api/Visio.InvisibleApp.Addons.md
index 9bdcd71001f..008c58cc7ea 100644
--- a/api/Visio.InvisibleApp.Addons.md
+++ b/api/Visio.InvisibleApp.Addons.md
@@ -23,7 +23,7 @@ Returns the **Addons** collection of an **Application** or **InvisibleApp** obj
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Addons
diff --git a/api/Visio.InvisibleApp.AfterModal.md b/api/Visio.InvisibleApp.AfterModal.md
index e44c0b3ab12..5e4bad2f392 100644
--- a/api/Visio.InvisibleApp.AfterModal.md
+++ b/api/Visio.InvisibleApp.AfterModal.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AfterModal'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance that is no longer modal.|
diff --git a/api/Visio.InvisibleApp.AfterRemoveHiddenInformation.md b/api/Visio.InvisibleApp.AfterRemoveHiddenInformation.md
index fe431ed3746..afb02c84eca 100644
--- a/api/Visio.InvisibleApp.AfterRemoveHiddenInformation.md
+++ b/api/Visio.InvisibleApp.AfterRemoveHiddenInformation.md
@@ -24,7 +24,7 @@ Occurs when hidden information is removed from the document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document from which hidden information has been removed.|
diff --git a/api/Visio.InvisibleApp.AfterResume.md b/api/Visio.InvisibleApp.AfterResume.md
index 4593e2b663c..56afba6d036 100644
--- a/api/Visio.InvisibleApp.AfterResume.md
+++ b/api/Visio.InvisibleApp.AfterResume.md
@@ -24,7 +24,7 @@ Occurs when the operating system resumes normal operation after having been susp
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that resumes after the operating system resumes normal operation.|
diff --git a/api/Visio.InvisibleApp.AfterResumeEvents.md b/api/Visio.InvisibleApp.AfterResumeEvents.md
index c7acab61d01..659f0036a08 100644
--- a/api/Visio.InvisibleApp.AfterResumeEvents.md
+++ b/api/Visio.InvisibleApp.AfterResumeEvents.md
@@ -24,11 +24,11 @@ Occurs after firing of events is resumed.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio in which firing of events resumed.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.InvisibleApp.AlertResponse.md b/api/Visio.InvisibleApp.AlertResponse.md
index 89f486a42b0..8c8b3eb7ed8 100644
--- a/api/Visio.InvisibleApp.AlertResponse.md
+++ b/api/Visio.InvisibleApp.AlertResponse.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio shows alerts and modal dialog boxes to the us
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.AppActivated.md b/api/Visio.InvisibleApp.AppActivated.md
index dce9d3b7dec..b155a5960af 100644
--- a/api/Visio.InvisibleApp.AppActivated.md
+++ b/api/Visio.InvisibleApp.AppActivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AppActivated'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that becomes the active application.|
diff --git a/api/Visio.InvisibleApp.AppDeactivated.md b/api/Visio.InvisibleApp.AppDeactivated.md
index 52ed39122ea..9c4f890c2e3 100644
--- a/api/Visio.InvisibleApp.AppDeactivated.md
+++ b/api/Visio.InvisibleApp.AppDeactivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AppDeactivated'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is no longer the active application.|
diff --git a/api/Visio.InvisibleApp.AppObjActivated.md b/api/Visio.InvisibleApp.AppObjActivated.md
index 4de02b9eb62..73c4dd04052 100644
--- a/api/Visio.InvisibleApp.AppObjActivated.md
+++ b/api/Visio.InvisibleApp.AppObjActivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AppObjActivated'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that has become the active instance.|
diff --git a/api/Visio.InvisibleApp.AppObjDeactivated.md b/api/Visio.InvisibleApp.AppObjDeactivated.md
index 0ace97ae206..eed8f1be7a2 100644
--- a/api/Visio.InvisibleApp.AppObjDeactivated.md
+++ b/api/Visio.InvisibleApp.AppObjDeactivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'AppObjDeactivated'(**_ByVal app As [IVAPPLICATION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is no longer the active instance.|
diff --git a/api/Visio.InvisibleApp.Application.md b/api/Visio.InvisibleApp.Application.md
index 469a50c7a49..8cce3d196a5 100644
--- a/api/Visio.InvisibleApp.Application.md
+++ b/api/Visio.InvisibleApp.Application.md
@@ -20,7 +20,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.InvisibleApp.Assistance.md b/api/Visio.InvisibleApp.Assistance.md
index 50b8c53e610..f95d407562b 100644
--- a/api/Visio.InvisibleApp.Assistance.md
+++ b/api/Visio.InvisibleApp.Assistance.md
@@ -23,7 +23,7 @@ Gets a reference to the Microsoft Office (MSO) **IAssistance** object, which pr
_expression_ An expression that returns a [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.InvisibleApp.AutoLayout.md b/api/Visio.InvisibleApp.AutoLayout.md
index ae312f5806d..56c41a36b63 100644
--- a/api/Visio.InvisibleApp.AutoLayout.md
+++ b/api/Visio.InvisibleApp.AutoLayout.md
@@ -23,7 +23,7 @@ Allows you to temporarily disable automatic layout functionality in Microsoft Vi
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.AutoRecoverInterval.md b/api/Visio.InvisibleApp.AutoRecoverInterval.md
index 7b9401bb2ce..951e20ba93a 100644
--- a/api/Visio.InvisibleApp.AutoRecoverInterval.md
+++ b/api/Visio.InvisibleApp.AutoRecoverInterval.md
@@ -30,7 +30,7 @@ Version Added: Visio 2000 SR-1
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.AvailablePrinters.md b/api/Visio.InvisibleApp.AvailablePrinters.md
index 452b2a11033..08d996acb27 100644
--- a/api/Visio.InvisibleApp.AvailablePrinters.md
+++ b/api/Visio.InvisibleApp.AvailablePrinters.md
@@ -23,7 +23,7 @@ Returns a list of installed printers. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String()
diff --git a/api/Visio.InvisibleApp.BeforeDataRecordsetDelete.md b/api/Visio.InvisibleApp.BeforeDataRecordsetDelete.md
index 0911108ff55..525d03f2954 100644
--- a/api/Visio.InvisibleApp.BeforeDataRecordsetDelete.md
+++ b/api/Visio.InvisibleApp.BeforeDataRecordsetDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeDataRecordsetDelete'(**_ByVal DataRecordset As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.BeforeDocumentClose.md b/api/Visio.InvisibleApp.BeforeDocumentClose.md
index afdc202734d..0ab1ccbc337 100644
--- a/api/Visio.InvisibleApp.BeforeDocumentClose.md
+++ b/api/Visio.InvisibleApp.BeforeDocumentClose.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentClose'(**_ByVal doc As [IVDOCUMENT]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.InvisibleApp.BeforeDocumentSave.md b/api/Visio.InvisibleApp.BeforeDocumentSave.md
index f3596cbb857..993805d717d 100644
--- a/api/Visio.InvisibleApp.BeforeDocumentSave.md
+++ b/api/Visio.InvisibleApp.BeforeDocumentSave.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentSave'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.InvisibleApp.BeforeDocumentSaveAs.md b/api/Visio.InvisibleApp.BeforeDocumentSaveAs.md
index 91687fdfe98..1a62e4ce418 100644
--- a/api/Visio.InvisibleApp.BeforeDocumentSaveAs.md
+++ b/api/Visio.InvisibleApp.BeforeDocumentSaveAs.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeDocumentSaveAs'(**_ByVal doc As [IVDOCUMENT]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be saved.|
diff --git a/api/Visio.InvisibleApp.BeforeMasterDelete.md b/api/Visio.InvisibleApp.BeforeMasterDelete.md
index 8c78a249648..cccf9efd80e 100644
--- a/api/Visio.InvisibleApp.BeforeMasterDelete.md
+++ b/api/Visio.InvisibleApp.BeforeMasterDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.BeforeModal.md b/api/Visio.InvisibleApp.BeforeModal.md
index ae50e023682..55c88f8fbd1 100644
--- a/api/Visio.InvisibleApp.BeforeModal.md
+++ b/api/Visio.InvisibleApp.BeforeModal.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeModal'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is going to enter a modal state.|
diff --git a/api/Visio.InvisibleApp.BeforePageDelete.md b/api/Visio.InvisibleApp.BeforePageDelete.md
index 18ed5f35900..ea05e73e7a0 100644
--- a/api/Visio.InvisibleApp.BeforePageDelete.md
+++ b/api/Visio.InvisibleApp.BeforePageDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.BeforeQuit.md b/api/Visio.InvisibleApp.BeforeQuit.md
index f8de3fddc42..ecaf9d4317e 100644
--- a/api/Visio.InvisibleApp.BeforeQuit.md
+++ b/api/Visio.InvisibleApp.BeforeQuit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeQuit'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is going to terminate.|
diff --git a/api/Visio.InvisibleApp.BeforeSelectionDelete.md b/api/Visio.InvisibleApp.BeforeSelectionDelete.md
index b5259ec5563..d8585118bfd 100644
--- a/api/Visio.InvisibleApp.BeforeSelectionDelete.md
+++ b/api/Visio.InvisibleApp.BeforeSelectionDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.InvisibleApp.BeforeShapeDelete.md b/api/Visio.InvisibleApp.BeforeShapeDelete.md
index 43952234adc..7a2285ccc35 100644
--- a/api/Visio.InvisibleApp.BeforeShapeDelete.md
+++ b/api/Visio.InvisibleApp.BeforeShapeDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeShapeDelete'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.BeforeShapeTextEdit.md b/api/Visio.InvisibleApp.BeforeShapeTextEdit.md
index 824431deafd..e7d2302eba6 100644
--- a/api/Visio.InvisibleApp.BeforeShapeTextEdit.md
+++ b/api/Visio.InvisibleApp.BeforeShapeTextEdit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.InvisibleApp.BeforeStyleDelete.md b/api/Visio.InvisibleApp.BeforeStyleDelete.md
index 161a2b674a3..781e69418de 100644
--- a/api/Visio.InvisibleApp.BeforeStyleDelete.md
+++ b/api/Visio.InvisibleApp.BeforeStyleDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.BeforeSuspend.md b/api/Visio.InvisibleApp.BeforeSuspend.md
index cc531e05b8f..2938f000b0e 100644
--- a/api/Visio.InvisibleApp.BeforeSuspend.md
+++ b/api/Visio.InvisibleApp.BeforeSuspend.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeSuspend'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is going to be suspended.|
diff --git a/api/Visio.InvisibleApp.BeforeSuspendEvents.md b/api/Visio.InvisibleApp.BeforeSuspendEvents.md
index 37fd7fe592a..317ca2e0641 100644
--- a/api/Visio.InvisibleApp.BeforeSuspendEvents.md
+++ b/api/Visio.InvisibleApp.BeforeSuspendEvents.md
@@ -24,11 +24,11 @@ Private Sub _expression_ _'BeforeSuspendEvents'(**_ByVal app As [IVAPPLICATION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio in which firing of events is going to be suspended.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.InvisibleApp.BeforeWindowClosed.md b/api/Visio.InvisibleApp.BeforeWindowClosed.md
index b0ce4ecd8f7..7745dd9b81d 100644
--- a/api/Visio.InvisibleApp.BeforeWindowClosed.md
+++ b/api/Visio.InvisibleApp.BeforeWindowClosed.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.InvisibleApp.BeforeWindowPageTurn.md b/api/Visio.InvisibleApp.BeforeWindowPageTurn.md
index 70be3e6075c..c2b782ce8d3 100644
--- a/api/Visio.InvisibleApp.BeforeWindowPageTurn.md
+++ b/api/Visio.InvisibleApp.BeforeWindowPageTurn.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to show a different page.|
diff --git a/api/Visio.InvisibleApp.BeforeWindowSelDelete.md b/api/Visio.InvisibleApp.BeforeWindowSelDelete.md
index 95dcd51c3f1..314a35e3fc5 100644
--- a/api/Visio.InvisibleApp.BeforeWindowSelDelete.md
+++ b/api/Visio.InvisibleApp.BeforeWindowSelDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'BeforeWindowSelDelete'(**_ByVal Window As [IVWINDOW]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that contains the selection that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.BeginUndoScope.md b/api/Visio.InvisibleApp.BeginUndoScope.md
index 89616b2ef47..38be4aba6fd 100644
--- a/api/Visio.InvisibleApp.BeginUndoScope.md
+++ b/api/Visio.InvisibleApp.BeginUndoScope.md
@@ -27,11 +27,11 @@ Starts a transaction with a unique scope ID for an instance of Microsoft Visio.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrUndoScopeName_|Required| **String**|The name of the scope; could appear in the Visio user interface.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.Build.md b/api/Visio.InvisibleApp.Build.md
index a67acf22170..dc5c88763cb 100644
--- a/api/Visio.InvisibleApp.Build.md
+++ b/api/Visio.InvisibleApp.Build.md
@@ -23,7 +23,7 @@ Returns the build number of the running instance. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.BuiltInMenus.md b/api/Visio.InvisibleApp.BuiltInMenus.md
index 91ea24d4f66..8654e6a0753 100644
--- a/api/Visio.InvisibleApp.BuiltInMenus.md
+++ b/api/Visio.InvisibleApp.BuiltInMenus.md
@@ -23,7 +23,7 @@ Returns a **UIObject** object that represents a copy of the built-in Microsoft
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.InvisibleApp.BuiltInToolbars.md b/api/Visio.InvisibleApp.BuiltInToolbars.md
index 756ddbe8067..57beb6a63e9 100644
--- a/api/Visio.InvisibleApp.BuiltInToolbars.md
+++ b/api/Visio.InvisibleApp.BuiltInToolbars.md
@@ -27,11 +27,11 @@ Returns a **UIObject** object that represents a copy of the built-in Microsoft
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fIgnored_|Required| **Integer**|Required for backward compatibility, but ignored. It is suggested that you pass zero (0).|
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.InvisibleApp.COMAddIns.md b/api/Visio.InvisibleApp.COMAddIns.md
index 5a26a6dae5f..dfa6b58c910 100644
--- a/api/Visio.InvisibleApp.COMAddIns.md
+++ b/api/Visio.InvisibleApp.COMAddIns.md
@@ -23,7 +23,7 @@ Returns a reference to the **COMAddIns** collection that represents all the Com
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
COMAddIns
diff --git a/api/Visio.InvisibleApp.CalloutRelationshipAdded.md b/api/Visio.InvisibleApp.CalloutRelationshipAdded.md
index 53099746e9e..54fe28c0bda 100644
--- a/api/Visio.InvisibleApp.CalloutRelationshipAdded.md
+++ b/api/Visio.InvisibleApp.CalloutRelationshipAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'CalloutRelationshipAdded'(**_By Val ShapePair As Rel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new callout shape-pair relationship.|
diff --git a/api/Visio.InvisibleApp.CalloutRelationshipDeleted.md b/api/Visio.InvisibleApp.CalloutRelationshipDeleted.md
index 6e177b38d23..6e0dcba132d 100644
--- a/api/Visio.InvisibleApp.CalloutRelationshipDeleted.md
+++ b/api/Visio.InvisibleApp.CalloutRelationshipDeleted.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'CalloutRelationshipDeleted'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the callout shape-pair relationship.|
diff --git a/api/Visio.InvisibleApp.CellChanged.md b/api/Visio.InvisibleApp.CellChanged.md
index 8c3b8b53cc3..1cb15292616 100644
--- a/api/Visio.InvisibleApp.CellChanged.md
+++ b/api/Visio.InvisibleApp.CellChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.InvisibleApp.ClearCustomMenus.md b/api/Visio.InvisibleApp.ClearCustomMenus.md
index 9d947d78ca8..06a18e83f44 100644
--- a/api/Visio.InvisibleApp.ClearCustomMenus.md
+++ b/api/Visio.InvisibleApp.ClearCustomMenus.md
@@ -23,7 +23,7 @@ Restores the built-in Microsoft Visio user interface.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.InvisibleApp.ClearCustomToolbars.md b/api/Visio.InvisibleApp.ClearCustomToolbars.md
index 2add18ca7f5..81f96a8ce8c 100644
--- a/api/Visio.InvisibleApp.ClearCustomToolbars.md
+++ b/api/Visio.InvisibleApp.ClearCustomToolbars.md
@@ -23,7 +23,7 @@ Restores the built-in Microsoft Visio user interface.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.InvisibleApp.CommandBars.md b/api/Visio.InvisibleApp.CommandBars.md
index 835e8fe3d43..dce8e2c6422 100644
--- a/api/Visio.InvisibleApp.CommandBars.md
+++ b/api/Visio.InvisibleApp.CommandBars.md
@@ -23,7 +23,7 @@ Returns a reference to the **CommandBars** collection that represents the comma
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
CommandBars
diff --git a/api/Visio.InvisibleApp.CommandLine.md b/api/Visio.InvisibleApp.CommandLine.md
index 5cc902d7eef..a2aa8dfefe0 100644
--- a/api/Visio.InvisibleApp.CommandLine.md
+++ b/api/Visio.InvisibleApp.CommandLine.md
@@ -23,7 +23,7 @@ Determines how Microsoft Visio was started. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.ConnectionsAdded.md b/api/Visio.InvisibleApp.ConnectionsAdded.md
index d80c84b2269..a17c6486262 100644
--- a/api/Visio.InvisibleApp.ConnectionsAdded.md
+++ b/api/Visio.InvisibleApp.ConnectionsAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that were established.|
diff --git a/api/Visio.InvisibleApp.ConnectionsDeleted.md b/api/Visio.InvisibleApp.ConnectionsDeleted.md
index ed9acbb9d85..6a66e3c410d 100644
--- a/api/Visio.InvisibleApp.ConnectionsDeleted.md
+++ b/api/Visio.InvisibleApp.ConnectionsDeleted.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that have been removed.|
diff --git a/api/Visio.InvisibleApp.ConnectorToolDataObject.md b/api/Visio.InvisibleApp.ConnectorToolDataObject.md
index b688cdb3cbb..ab34fd0281d 100644
--- a/api/Visio.InvisibleApp.ConnectorToolDataObject.md
+++ b/api/Visio.InvisibleApp.ConnectorToolDataObject.md
@@ -23,7 +23,7 @@ Returns an **IDataObject** interface representing the active **Connector** tool
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
IDataObject
diff --git a/api/Visio.InvisibleApp.ContainerRelationshipAdded.md b/api/Visio.InvisibleApp.ContainerRelationshipAdded.md
index 183e383a8a2..b8b5be031d4 100644
--- a/api/Visio.InvisibleApp.ContainerRelationshipAdded.md
+++ b/api/Visio.InvisibleApp.ContainerRelationshipAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ContainerRelationshipAdded'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new container shape-pair relationship.|
diff --git a/api/Visio.InvisibleApp.ContainerRelationshipDeleted.md b/api/Visio.InvisibleApp.ContainerRelationshipDeleted.md
index 196ea22e41e..b475ab2afa2 100644
--- a/api/Visio.InvisibleApp.ContainerRelationshipDeleted.md
+++ b/api/Visio.InvisibleApp.ContainerRelationshipDeleted.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ContainerRelationshipDeleted'(**_By Val ShapePair As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the container shape-pair relationship.|
diff --git a/api/Visio.InvisibleApp.ConvertResult.md b/api/Visio.InvisibleApp.ConvertResult.md
index ca053f678f9..878574279da 100644
--- a/api/Visio.InvisibleApp.ConvertResult.md
+++ b/api/Visio.InvisibleApp.ConvertResult.md
@@ -27,13 +27,13 @@ Converts a string or number into an equivalent number in different measurement u
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StringOrNumber_|Required| **Variant**|String or number to be converted; can be a string, floating point number, or integer.|
| _UnitsIn_|Required| **Variant**|Measurement units to attribute to _StringOrNumber_.|
| _UnitsOut_|Required| **Variant**|Measurement units to express the result in.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.InvisibleApp.ConvertToGroupCanceled.md b/api/Visio.InvisibleApp.ConvertToGroupCanceled.md
index f91bc973556..84b5496da9c 100644
--- a/api/Visio.InvisibleApp.ConvertToGroupCanceled.md
+++ b/api/Visio.InvisibleApp.ConvertToGroupCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.InvisibleApp.CurrentEdition.md b/api/Visio.InvisibleApp.CurrentEdition.md
index 90521fb3465..de85a256e27 100644
--- a/api/Visio.InvisibleApp.CurrentEdition.md
+++ b/api/Visio.InvisibleApp.CurrentEdition.md
@@ -23,7 +23,7 @@ Returns an enumerated value that represents the edition of the current instance
_expression_ An expression that returns an '[InvisibleApp](Visio.InvisibleApp.md)' object.
-### Return Value
+### Return value
**[VisEdition](Visio.VisEdition.md)**
diff --git a/api/Visio.InvisibleApp.CurrentScope.md b/api/Visio.InvisibleApp.CurrentScope.md
index 264429c9f26..b7651361f44 100644
--- a/api/Visio.InvisibleApp.CurrentScope.md
+++ b/api/Visio.InvisibleApp.CurrentScope.md
@@ -23,7 +23,7 @@ Determines the ID of the scope that causes an event to fire. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.CustomMenus.md b/api/Visio.InvisibleApp.CustomMenus.md
index 7505fe78d2c..14bc6f0b8f5 100644
--- a/api/Visio.InvisibleApp.CustomMenus.md
+++ b/api/Visio.InvisibleApp.CustomMenus.md
@@ -23,7 +23,7 @@ Gets a **UIObject** object that represents the current custom menus and acceler
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.InvisibleApp.CustomMenusFile.md b/api/Visio.InvisibleApp.CustomMenusFile.md
index a8593defed4..f427bc4b6fb 100644
--- a/api/Visio.InvisibleApp.CustomMenusFile.md
+++ b/api/Visio.InvisibleApp.CustomMenusFile.md
@@ -23,7 +23,7 @@ Gets or sets the name of the file that defines custom menus and accelerators for
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.CustomToolbars.md b/api/Visio.InvisibleApp.CustomToolbars.md
index 39db2ea6e8a..f2c482f55ac 100644
--- a/api/Visio.InvisibleApp.CustomToolbars.md
+++ b/api/Visio.InvisibleApp.CustomToolbars.md
@@ -23,7 +23,7 @@ Gets a **UIObject** object that represents the current custom toolbars and stat
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.InvisibleApp.CustomToolbarsFile.md b/api/Visio.InvisibleApp.CustomToolbarsFile.md
index 8f4a65c4855..e575d611a81 100644
--- a/api/Visio.InvisibleApp.CustomToolbarsFile.md
+++ b/api/Visio.InvisibleApp.CustomToolbarsFile.md
@@ -23,7 +23,7 @@ Returns or sets the name of the file that defines custom toolbars and status bar
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.DataFeaturesEnabled.md b/api/Visio.InvisibleApp.DataFeaturesEnabled.md
index 0ecb3dc8def..ed0b5152ea4 100644
--- a/api/Visio.InvisibleApp.DataFeaturesEnabled.md
+++ b/api/Visio.InvisibleApp.DataFeaturesEnabled.md
@@ -23,7 +23,7 @@ Gets whether the data features in Microsoft Visio are enabled for the current in
_expression_ An expression that returns a [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.DataRecordsetAdded.md b/api/Visio.InvisibleApp.DataRecordsetAdded.md
index deb983db1c7..9e475f67103 100644
--- a/api/Visio.InvisibleApp.DataRecordsetAdded.md
+++ b/api/Visio.InvisibleApp.DataRecordsetAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DataRecordsetAdded'(**_ByVal DataRecordset As [IVDAT
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordset_|Required| **[IVDATARECORDSET]**|The data recordset that was added.|
diff --git a/api/Visio.InvisibleApp.DataRecordsetChanged.md b/api/Visio.InvisibleApp.DataRecordsetChanged.md
index 084d25f0ad8..37041c7e494 100644
--- a/api/Visio.InvisibleApp.DataRecordsetChanged.md
+++ b/api/Visio.InvisibleApp.DataRecordsetChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DataRecordsetChanged'(**_ByVal DataRecordsetChanged
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetChanged_|Required| **[IVDATARECORDSETCHANGEDEVENT]**|The data recordset that changed.|
diff --git a/api/Visio.InvisibleApp.DefaultAngleUnits.md b/api/Visio.InvisibleApp.DefaultAngleUnits.md
index 2926875a886..169ddb90d64 100644
--- a/api/Visio.InvisibleApp.DefaultAngleUnits.md
+++ b/api/Visio.InvisibleApp.DefaultAngleUnits.md
@@ -23,7 +23,7 @@ Determines the default unit of measure for quantities that represent angles. Rea
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.InvisibleApp.DefaultDurationUnits.md b/api/Visio.InvisibleApp.DefaultDurationUnits.md
index 2104044d0dd..8e704720a0f 100644
--- a/api/Visio.InvisibleApp.DefaultDurationUnits.md
+++ b/api/Visio.InvisibleApp.DefaultDurationUnits.md
@@ -23,7 +23,7 @@ Determines the default unit of measure for quantities that represent durations.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.InvisibleApp.DefaultRectangleDataObject.md b/api/Visio.InvisibleApp.DefaultRectangleDataObject.md
index 7308fae8775..13fde3bbf79 100644
--- a/api/Visio.InvisibleApp.DefaultRectangleDataObject.md
+++ b/api/Visio.InvisibleApp.DefaultRectangleDataObject.md
@@ -23,7 +23,7 @@ Returns an **IDataObject** interface that represents the **Rectangle** tool use
_expression_ An expression that returns a [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
IDataObject
diff --git a/api/Visio.InvisibleApp.DefaultTextUnits.md b/api/Visio.InvisibleApp.DefaultTextUnits.md
index 1859741162a..359f042991c 100644
--- a/api/Visio.InvisibleApp.DefaultTextUnits.md
+++ b/api/Visio.InvisibleApp.DefaultTextUnits.md
@@ -23,7 +23,7 @@ Determines the default unit of measure for quantities that represent text metric
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.InvisibleApp.DefaultZoomBehavior.md b/api/Visio.InvisibleApp.DefaultZoomBehavior.md
index 495bd92e92a..10bb5662e01 100644
--- a/api/Visio.InvisibleApp.DefaultZoomBehavior.md
+++ b/api/Visio.InvisibleApp.DefaultZoomBehavior.md
@@ -23,7 +23,7 @@ Determines the zoom behavior for all new Microsoft Visio documents and drawing w
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
VisZoomBehavior
diff --git a/api/Visio.InvisibleApp.DeferRecalc.md b/api/Visio.InvisibleApp.DeferRecalc.md
index 12a7bcbe7ed..cc44586bd58 100644
--- a/api/Visio.InvisibleApp.DeferRecalc.md
+++ b/api/Visio.InvisibleApp.DeferRecalc.md
@@ -23,7 +23,7 @@ Determines whether the application recalculates cell formulas during a series of
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.DeferRelationshipRecalc.md b/api/Visio.InvisibleApp.DeferRelationshipRecalc.md
index 0f3772319f8..3e8e8ccac15 100644
--- a/api/Visio.InvisibleApp.DeferRelationshipRecalc.md
+++ b/api/Visio.InvisibleApp.DeferRelationshipRecalc.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio defers recalculating shape sizes and relation
_expression_ A variable that represents an '[InvisibleApp](Visio.InvisibleApp.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.InvisibleApp.DesignModeEntered.md b/api/Visio.InvisibleApp.DesignModeEntered.md
index 8bcaab06c74..98f877eb277 100644
--- a/api/Visio.InvisibleApp.DesignModeEntered.md
+++ b/api/Visio.InvisibleApp.DesignModeEntered.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DesignModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to enter design mode.|
diff --git a/api/Visio.InvisibleApp.DialogFont.md b/api/Visio.InvisibleApp.DialogFont.md
index 469ff9ac1e5..50869f5d6b5 100644
--- a/api/Visio.InvisibleApp.DialogFont.md
+++ b/api/Visio.InvisibleApp.DialogFont.md
@@ -23,7 +23,7 @@ Returns information about the fonts that Microsoft Visio uses in its dialog boxe
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
IFontDisp
diff --git a/api/Visio.InvisibleApp.DoCmd.md b/api/Visio.InvisibleApp.DoCmd.md
index ee7ebbb1224..323aa9a5afb 100644
--- a/api/Visio.InvisibleApp.DoCmd.md
+++ b/api/Visio.InvisibleApp.DoCmd.md
@@ -27,11 +27,11 @@ Performs the command that has the indicated command ID.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CommandID_|Required| **Integer**|The command to perform.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.InvisibleApp.DocumentChanged.md b/api/Visio.InvisibleApp.DocumentChanged.md
index 2f2541bbea8..0da23b26647 100644
--- a/api/Visio.InvisibleApp.DocumentChanged.md
+++ b/api/Visio.InvisibleApp.DocumentChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentChanged'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document whose properties were changed.|
diff --git a/api/Visio.InvisibleApp.DocumentCloseCanceled.md b/api/Visio.InvisibleApp.DocumentCloseCanceled.md
index aa46fa15fd7..d114553de7c 100644
--- a/api/Visio.InvisibleApp.DocumentCloseCanceled.md
+++ b/api/Visio.InvisibleApp.DocumentCloseCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentCloseCanceled'(**_ByVal doc As [IVDOCUMENT]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was going to be closed.|
diff --git a/api/Visio.InvisibleApp.DocumentCreated.md b/api/Visio.InvisibleApp.DocumentCreated.md
index 61a8d942da6..e476ddfd2d8 100644
--- a/api/Visio.InvisibleApp.DocumentCreated.md
+++ b/api/Visio.InvisibleApp.DocumentCreated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentCreated'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was created.|
diff --git a/api/Visio.InvisibleApp.DocumentOpened.md b/api/Visio.InvisibleApp.DocumentOpened.md
index 25ef6b92602..32e9f2f6975 100644
--- a/api/Visio.InvisibleApp.DocumentOpened.md
+++ b/api/Visio.InvisibleApp.DocumentOpened.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentOpened'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was opened.|
diff --git a/api/Visio.InvisibleApp.DocumentSaved.md b/api/Visio.InvisibleApp.DocumentSaved.md
index ab046a46afd..78b0d0dc2f0 100644
--- a/api/Visio.InvisibleApp.DocumentSaved.md
+++ b/api/Visio.InvisibleApp.DocumentSaved.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentSaved'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.InvisibleApp.DocumentSavedAs.md b/api/Visio.InvisibleApp.DocumentSavedAs.md
index ddea092b7dc..419ee82dece 100644
--- a/api/Visio.InvisibleApp.DocumentSavedAs.md
+++ b/api/Visio.InvisibleApp.DocumentSavedAs.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'DocumentSavedAs'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that was saved.|
diff --git a/api/Visio.InvisibleApp.Documents.md b/api/Visio.InvisibleApp.Documents.md
index fab1d1d5fa9..107616260a0 100644
--- a/api/Visio.InvisibleApp.Documents.md
+++ b/api/Visio.InvisibleApp.Documents.md
@@ -23,7 +23,7 @@ Returns the **Documents** collection for a Microsoft Visio instance. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Documents
diff --git a/api/Visio.InvisibleApp.DrawingPaths.md b/api/Visio.InvisibleApp.DrawingPaths.md
index 15bf3bfb542..8eac7907f43 100644
--- a/api/Visio.InvisibleApp.DrawingPaths.md
+++ b/api/Visio.InvisibleApp.DrawingPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for drawings. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.EndUndoScope.md b/api/Visio.InvisibleApp.EndUndoScope.md
index 7c76d2930b3..2e4e59162ed 100644
--- a/api/Visio.InvisibleApp.EndUndoScope.md
+++ b/api/Visio.InvisibleApp.EndUndoScope.md
@@ -27,12 +27,12 @@ Ends or cancels a transaction that has a unique scope.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nScopeID_|Required| **Long**|The ID of the scope to close.|
| _bCommit_|Required| **Boolean**| flag indicating that the changes made during the scope should be accepted (**True**) or canceled (**False**).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.InvisibleApp.EnterScope.md b/api/Visio.InvisibleApp.EnterScope.md
index 020ba17d74b..e788e7d21bb 100644
--- a/api/Visio.InvisibleApp.EnterScope.md
+++ b/api/Visio.InvisibleApp.EnterScope.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'EnterScope'(**_ByVal app As [IVAPPLICATION]_** , **_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that contains the scope.|
| _nScopeID_|Required| **Long**|A language-independent number that describes the operation that just ended, or the scope ID returned by the **BeginUndoScope** method.|
diff --git a/api/Visio.InvisibleApp.EnumDirectories.md b/api/Visio.InvisibleApp.EnumDirectories.md
index 2a4054d64ca..6eecaf20e9d 100644
--- a/api/Visio.InvisibleApp.EnumDirectories.md
+++ b/api/Visio.InvisibleApp.EnumDirectories.md
@@ -27,12 +27,12 @@ Returns an array naming the folders Microsoft Visio would search, given a list o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PathsString_|Required| **String**|A string of full or partial paths separated by semicolons.|
| _NameArray()_|Required| **String**|Out parameter. An array that receives the enumerated folder names.|
-### Return Value
+### Return value
String()
diff --git a/api/Visio.InvisibleApp.EventInfo.md b/api/Visio.InvisibleApp.EventInfo.md
index 0cd2f41acc1..b661a0aedc8 100644
--- a/api/Visio.InvisibleApp.EventInfo.md
+++ b/api/Visio.InvisibleApp.EventInfo.md
@@ -27,11 +27,11 @@ Gets additional information associated with an event, if any exists. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _eventSeqNum_|Required| **Long**| **visEvtIDMostRecent** (0) for information about the most recently fired event, or the sequence number of the event to examine.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.EventList.md b/api/Visio.InvisibleApp.EventList.md
index ad0bcca712e..34bd8eb84ff 100644
--- a/api/Visio.InvisibleApp.EventList.md
+++ b/api/Visio.InvisibleApp.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.InvisibleApp.EventsEnabled.md b/api/Visio.InvisibleApp.EventsEnabled.md
index 156bbd28ae1..44d47ea330a 100644
--- a/api/Visio.InvisibleApp.EventsEnabled.md
+++ b/api/Visio.InvisibleApp.EventsEnabled.md
@@ -23,7 +23,7 @@ Determines whether a Microsoft Visio instance fires events. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.ExitScope.md b/api/Visio.InvisibleApp.ExitScope.md
index 0a7071f2f0e..87208f42800 100644
--- a/api/Visio.InvisibleApp.ExitScope.md
+++ b/api/Visio.InvisibleApp.ExitScope.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ExitScope'(**_ByVal app As [IVAPPLICATION]_** , **_B
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that contains the scope.|
| _nScopeID_|Required| **Long**|A language-independent number that describes the operation that just ended or the scope ID returned by the **BeginUndoScope** method.|
diff --git a/api/Visio.InvisibleApp.FormatResult.md b/api/Visio.InvisibleApp.FormatResult.md
index b329cfd48ea..d0be1745733 100644
--- a/api/Visio.InvisibleApp.FormatResult.md
+++ b/api/Visio.InvisibleApp.FormatResult.md
@@ -25,7 +25,7 @@ _expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.m
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StringOrNumber_|Required| **Variant**|String or number to be formatted; can be passed as a string, floating point number, or integer.|
| _UnitsIn_|Required| **Variant**|Measurement units to attribute to _StringOrNumber_.|
diff --git a/api/Visio.InvisibleApp.FormatResultEx.md b/api/Visio.InvisibleApp.FormatResultEx.md
index 37c22a69081..67601d984ee 100644
--- a/api/Visio.InvisibleApp.FormatResultEx.md
+++ b/api/Visio.InvisibleApp.FormatResultEx.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.m
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StringOrNumber_|Required| **Variant**|String or number to be formatted; can be passed as a string, floating point number, or integer.|
| _UnitsIn_|Required| **Variant**|Measurement units to attribute to _StringOrNumber_.|
diff --git a/api/Visio.InvisibleApp.FormulaChanged.md b/api/Visio.InvisibleApp.FormulaChanged.md
index 209c680eb40..c18c158318c 100644
--- a/api/Visio.InvisibleApp.FormulaChanged.md
+++ b/api/Visio.InvisibleApp.FormulaChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.InvisibleApp.FullBuild.md b/api/Visio.InvisibleApp.FullBuild.md
index 83fe986782f..ed835c73c89 100644
--- a/api/Visio.InvisibleApp.FullBuild.md
+++ b/api/Visio.InvisibleApp.FullBuild.md
@@ -23,7 +23,7 @@ Returns the full build number of the running instance. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.GetBuiltInStencilFile.md b/api/Visio.InvisibleApp.GetBuiltInStencilFile.md
index a97856ec510..a459c654ed4 100644
--- a/api/Visio.InvisibleApp.GetBuiltInStencilFile.md
+++ b/api/Visio.InvisibleApp.GetBuiltInStencilFile.md
@@ -27,12 +27,12 @@ Returns the file path to the specified built-in, hidden stencil used to populate
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StencilType_|Required| **[VisBuiltInStencilTypes](Visio.VisBuiltInStencilTypes.md)**|The stencil to retrieve. See Remarks for possible values.|
| _MeasurementSystem_|Required| **[VisMeasurementSystem](Visio.vismeasurementsystem.md)**|The measurement system for the stencil.|
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.InvisibleApp.GetCustomStencilFile.md b/api/Visio.InvisibleApp.GetCustomStencilFile.md
index 4256a307bf6..d0d4fe88ec0 100644
--- a/api/Visio.InvisibleApp.GetCustomStencilFile.md
+++ b/api/Visio.InvisibleApp.GetCustomStencilFile.md
@@ -27,11 +27,11 @@ Returns the path to the specified custom stencil used to populate certain galler
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StencilType_|Required| **[VisBuiltInStencilTypes](Visio.VisBuiltInStencilTypes.md)**|The stencil to retrieve. See Remarks for possible values.|
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.InvisibleApp.GetPreviewEnabled.md b/api/Visio.InvisibleApp.GetPreviewEnabled.md
index 1c8cfa8a3dd..0bed9602585 100644
--- a/api/Visio.InvisibleApp.GetPreviewEnabled.md
+++ b/api/Visio.InvisibleApp.GetPreviewEnabled.md
@@ -27,11 +27,11 @@ Returns a value that indicates whether preview is enabled for the specified gall
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _GalleryName_|Required| **String**|The name of the gallery for which you want to check the preview status. See Remarks.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.InvisibleApp.GroupCanceled.md b/api/Visio.InvisibleApp.GroupCanceled.md
index d81dda82f9d..2e62ed91a15 100644
--- a/api/Visio.InvisibleApp.GroupCanceled.md
+++ b/api/Visio.InvisibleApp.GroupCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.InvisibleApp.HelpPaths.md b/api/Visio.InvisibleApp.HelpPaths.md
index d782d03d502..42b9997f810 100644
--- a/api/Visio.InvisibleApp.HelpPaths.md
+++ b/api/Visio.InvisibleApp.HelpPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for Help files. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.InhibitSelectChange.md b/api/Visio.InvisibleApp.InhibitSelectChange.md
index 1a7392438fd..b6a8f88585b 100644
--- a/api/Visio.InvisibleApp.InhibitSelectChange.md
+++ b/api/Visio.InvisibleApp.InhibitSelectChange.md
@@ -23,7 +23,7 @@ Determines whether shapes added to the drawing page by Automation are selected.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.InstanceHandle32.md b/api/Visio.InvisibleApp.InstanceHandle32.md
index 87e96873109..d7bc8af7cc9 100644
--- a/api/Visio.InvisibleApp.InstanceHandle32.md
+++ b/api/Visio.InvisibleApp.InstanceHandle32.md
@@ -23,7 +23,7 @@ Gets the instance handle of the **Application** object for a 32-bit version of
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.InstanceHandle64.md b/api/Visio.InvisibleApp.InstanceHandle64.md
index a84f7391c64..cf50938b7f5 100644
--- a/api/Visio.InvisibleApp.InstanceHandle64.md
+++ b/api/Visio.InvisibleApp.InstanceHandle64.md
@@ -23,7 +23,7 @@ Gets the instance handle of the **[InvisibleApp](Visio.InvisibleApp.md)** objec
_expression_ An expression that returns an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
**Int64**
diff --git a/api/Visio.InvisibleApp.InvokeHelp.md b/api/Visio.InvisibleApp.InvokeHelp.md
index c83a59f3cdf..3b3a68f4bfc 100644
--- a/api/Visio.InvisibleApp.InvokeHelp.md
+++ b/api/Visio.InvisibleApp.InvokeHelp.md
@@ -27,13 +27,13 @@ Performs operations that involve the Microsoft Visio Help system.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrHelpFileName_|Required| **String**|Specifies an HTML file, a URL, a compiled HTML file, or an optional window definition (preceded with a ">" character). If the command being used does not require a file or URL, this value may be "".|
| _Command_|Required| **Long**|The action to perform.|
| _Data_|Required| **Long**|Any data that is required based on the value of the command argument.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.InvisibleApp.IsInScope.md b/api/Visio.InvisibleApp.IsInScope.md
index 4cb518f8179..f3b8f80451d 100644
--- a/api/Visio.InvisibleApp.IsInScope.md
+++ b/api/Visio.InvisibleApp.IsInScope.md
@@ -27,11 +27,11 @@ Determines whether a call to an event handler is between an **EnterScope** even
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nCmdID_|Required| **Long**|The scope ID.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.IsUndoingOrRedoing.md b/api/Visio.InvisibleApp.IsUndoingOrRedoing.md
index 7d1d30f8021..587540b66a3 100644
--- a/api/Visio.InvisibleApp.IsUndoingOrRedoing.md
+++ b/api/Visio.InvisibleApp.IsUndoingOrRedoing.md
@@ -23,7 +23,7 @@ Determines whether the current event handler is being called as a result of an
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.KeyDown.md b/api/Visio.InvisibleApp.KeyDown.md
index 94400ac33e2..678ae1d1ab1 100644
--- a/api/Visio.InvisibleApp.KeyDown.md
+++ b/api/Visio.InvisibleApp.KeyDown.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'KeyDown'(**_ByVal KeyCode As Long_** , **_ByVal KeyB
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.InvisibleApp.KeyPress.md b/api/Visio.InvisibleApp.KeyPress.md
index 384d456642b..d4e93d0ffec 100644
--- a/api/Visio.InvisibleApp.KeyPress.md
+++ b/api/Visio.InvisibleApp.KeyPress.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'KeyPress'(**_ByVal KeyAscii As Long_** , **_ByVal Ca
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The ASCII value of the key that was pressed. See Remarks for possible values.|
| _CancelDefault_|Required| **Boolean**| **False** if Microsoft Visio should process the message it receives from this event; otherwise, **True** .|
diff --git a/api/Visio.InvisibleApp.KeyUp.md b/api/Visio.InvisibleApp.KeyUp.md
index 554ac6d4fe5..f0a8a3f3c1c 100644
--- a/api/Visio.InvisibleApp.KeyUp.md
+++ b/api/Visio.InvisibleApp.KeyUp.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'KeyUp'(**_ByVal KeyCode As Long_** , **_ByVal KeyBut
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.InvisibleApp.Language.md b/api/Visio.InvisibleApp.Language.md
index 91c56b003d9..0320367f0c4 100644
--- a/api/Visio.InvisibleApp.Language.md
+++ b/api/Visio.InvisibleApp.Language.md
@@ -23,7 +23,7 @@ Represents the language ID of the version of the Microsoft Visio instance repres
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.LanguageHelp.md b/api/Visio.InvisibleApp.LanguageHelp.md
index cc7eefd8a52..358881dacf2 100644
--- a/api/Visio.InvisibleApp.LanguageHelp.md
+++ b/api/Visio.InvisibleApp.LanguageHelp.md
@@ -23,7 +23,7 @@ Represents the language ID of the Help in the version of the Microsoft Visio ins
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.LanguageSettings.md b/api/Visio.InvisibleApp.LanguageSettings.md
index dec7148daac..5139d2fb232 100644
--- a/api/Visio.InvisibleApp.LanguageSettings.md
+++ b/api/Visio.InvisibleApp.LanguageSettings.md
@@ -23,7 +23,7 @@ Returns a reference to the Microsoft Office (MSO) **LanguageSettings** interfac
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.InvisibleApp.LiveDynamics.md b/api/Visio.InvisibleApp.LiveDynamics.md
index dde43a9abd0..21399279dc2 100644
--- a/api/Visio.InvisibleApp.LiveDynamics.md
+++ b/api/Visio.InvisibleApp.LiveDynamics.md
@@ -23,7 +23,7 @@ Controls whether Microsoft Visio recalculates shape properties during drag opera
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.MarkerEvent.md b/api/Visio.InvisibleApp.MarkerEvent.md
index e1852f7e489..18ed5ae605a 100644
--- a/api/Visio.InvisibleApp.MarkerEvent.md
+++ b/api/Visio.InvisibleApp.MarkerEvent.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MarkerEvent'(**_ByVal app As [IVAPPLICATION]_** , **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The active instance of Microsoft Visio.|
| _SequenceNum_|Required| **Long**|The ordinal position of this event with respect to past events.|
diff --git a/api/Visio.InvisibleApp.MasterAdded.md b/api/Visio.InvisibleApp.MasterAdded.md
index 19ab6c63c4f..a8eeb005665 100644
--- a/api/Visio.InvisibleApp.MasterAdded.md
+++ b/api/Visio.InvisibleApp.MasterAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was added to the document.|
diff --git a/api/Visio.InvisibleApp.MasterChanged.md b/api/Visio.InvisibleApp.MasterChanged.md
index 2ecf2d9064d..4fea9a047a4 100644
--- a/api/Visio.InvisibleApp.MasterChanged.md
+++ b/api/Visio.InvisibleApp.MasterChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master whose properties changed.|
diff --git a/api/Visio.InvisibleApp.MasterDeleteCanceled.md b/api/Visio.InvisibleApp.MasterDeleteCanceled.md
index 5d144b907c9..3fc4a116ca3 100644
--- a/api/Visio.InvisibleApp.MasterDeleteCanceled.md
+++ b/api/Visio.InvisibleApp.MasterDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was going to be deleted.|
diff --git a/api/Visio.InvisibleApp.MouseDown.md b/api/Visio.InvisibleApp.MouseDown.md
index ce4425f974e..a96d6cd0035 100644
--- a/api/Visio.InvisibleApp.MouseDown.md
+++ b/api/Visio.InvisibleApp.MouseDown.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MouseDown'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.InvisibleApp.MouseMove.md b/api/Visio.InvisibleApp.MouseMove.md
index e288b0249ad..1fa33d8a34c 100644
--- a/api/Visio.InvisibleApp.MouseMove.md
+++ b/api/Visio.InvisibleApp.MouseMove.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MouseMove'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was clicked. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.InvisibleApp.MouseUp.md b/api/Visio.InvisibleApp.MouseUp.md
index 5e84a35315a..ab7cef42342 100644
--- a/api/Visio.InvisibleApp.MouseUp.md
+++ b/api/Visio.InvisibleApp.MouseUp.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MouseUp'(**_ByVal Button As Long_** , **_ByVal KeyBu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.InvisibleApp.MustFlushScopeBeginning.md b/api/Visio.InvisibleApp.MustFlushScopeBeginning.md
index 90492f0241c..3f0ec01ed58 100644
--- a/api/Visio.InvisibleApp.MustFlushScopeBeginning.md
+++ b/api/Visio.InvisibleApp.MustFlushScopeBeginning.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MustFlushScopeBeginning'(**_ByVal app As [IVAPPLICAT
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is forced to flush its event queue.|
diff --git a/api/Visio.InvisibleApp.MustFlushScopeEnded.md b/api/Visio.InvisibleApp.MustFlushScopeEnded.md
index 4568edcc9db..72a7705fc48 100644
--- a/api/Visio.InvisibleApp.MustFlushScopeEnded.md
+++ b/api/Visio.InvisibleApp.MustFlushScopeEnded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'MustFlushScopeEnded'(**_ByVal app As [IVAPPLICATION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that is forced to flush its event queue.|
diff --git a/api/Visio.InvisibleApp.MyShapesPath.md b/api/Visio.InvisibleApp.MyShapesPath.md
index c89329804e7..51b2a3cf35e 100644
--- a/api/Visio.InvisibleApp.MyShapesPath.md
+++ b/api/Visio.InvisibleApp.MyShapesPath.md
@@ -23,7 +23,7 @@ Gets or sets where Microsoft Visio looks for the **My Shapes** folder on the us
_expression_ An expression that returns an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.Name.md b/api/Visio.InvisibleApp.Name.md
index c02fca5eabe..b31dcca2191 100644
--- a/api/Visio.InvisibleApp.Name.md
+++ b/api/Visio.InvisibleApp.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.NoEventsPending.md b/api/Visio.InvisibleApp.NoEventsPending.md
index 54527e64bf1..38cdd213fb3 100644
--- a/api/Visio.InvisibleApp.NoEventsPending.md
+++ b/api/Visio.InvisibleApp.NoEventsPending.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'NoEventsPending'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that flushed its event queue.|
diff --git a/api/Visio.InvisibleApp.ObjectType.md b/api/Visio.InvisibleApp.ObjectType.md
index 583d47ae706..dc27e85dea4 100644
--- a/api/Visio.InvisibleApp.ObjectType.md
+++ b/api/Visio.InvisibleApp.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.OnComponentEnterState.md b/api/Visio.InvisibleApp.OnComponentEnterState.md
index 523c24a78ce..669e561d993 100644
--- a/api/Visio.InvisibleApp.OnComponentEnterState.md
+++ b/api/Visio.InvisibleApp.OnComponentEnterState.md
@@ -27,12 +27,12 @@ Informs a Microsoft Visio instance that client code is causing the instance to e
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _uStateID_|Required| **VisOnComponentEnterCodes**|Describes the state being entered or exited along with flags that influence behavior while in the indicated state.|
| _bEnter_|Required| **Boolean**| **True** to indicate that a state is being entered; **False** to indicate that a state is being exited.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.InvisibleApp.OnDataChangeDelay.md b/api/Visio.InvisibleApp.OnDataChangeDelay.md
index d2871a3443a..c196b9b01a8 100644
--- a/api/Visio.InvisibleApp.OnDataChangeDelay.md
+++ b/api/Visio.InvisibleApp.OnDataChangeDelay.md
@@ -23,7 +23,7 @@ Gets or sets how long the Microsoft Visio instance waits before advising a conta
_expression_ An expression that returns a [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.OnKeystrokeMessageForAddon.md b/api/Visio.InvisibleApp.OnKeystrokeMessageForAddon.md
index 357a08bb462..7b310a5d2fa 100644
--- a/api/Visio.InvisibleApp.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.InvisibleApp.OnKeystrokeMessageForAddon.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'OnKeystrokeMessageForAddon'(**_ByVal MSG As [IVMSGWR
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MSG_|Required| **[IVMSGWRAP]**|The message that Visio receives.|
diff --git a/api/Visio.InvisibleApp.PageAdded.md b/api/Visio.InvisibleApp.PageAdded.md
index 327a688a7a3..d81d5b881e8 100644
--- a/api/Visio.InvisibleApp.PageAdded.md
+++ b/api/Visio.InvisibleApp.PageAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was added.|
diff --git a/api/Visio.InvisibleApp.PageChanged.md b/api/Visio.InvisibleApp.PageChanged.md
index 4cff623658c..0b5ae4d9c22 100644
--- a/api/Visio.InvisibleApp.PageChanged.md
+++ b/api/Visio.InvisibleApp.PageChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'PageChanged'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that changed.|
diff --git a/api/Visio.InvisibleApp.PageDeleteCanceled.md b/api/Visio.InvisibleApp.PageDeleteCanceled.md
index 3aaacf1d3e3..6dba4622cc3 100644
--- a/api/Visio.InvisibleApp.PageDeleteCanceled.md
+++ b/api/Visio.InvisibleApp.PageDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was going to be deleted.|
diff --git a/api/Visio.InvisibleApp.Path.md b/api/Visio.InvisibleApp.Path.md
index ae828648741..df5650707aa 100644
--- a/api/Visio.InvisibleApp.Path.md
+++ b/api/Visio.InvisibleApp.Path.md
@@ -23,7 +23,7 @@ Returns the drive and folder path of the Microsoft Visio application. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.PersistsEvents.md b/api/Visio.InvisibleApp.PersistsEvents.md
index 98990064627..bd97fee3093 100644
--- a/api/Visio.InvisibleApp.PersistsEvents.md
+++ b/api/Visio.InvisibleApp.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.ProcessID.md b/api/Visio.InvisibleApp.ProcessID.md
index 32b482076bc..3254c8f2934 100644
--- a/api/Visio.InvisibleApp.ProcessID.md
+++ b/api/Visio.InvisibleApp.ProcessID.md
@@ -23,7 +23,7 @@ Returns the unique identity of the current Microsoft Visio process. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.InvisibleApp.PromptForSummary.md b/api/Visio.InvisibleApp.PromptForSummary.md
index 183b538cdbb..ca0f46d234f 100644
--- a/api/Visio.InvisibleApp.PromptForSummary.md
+++ b/api/Visio.InvisibleApp.PromptForSummary.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio prompts for document properties when it saves
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.PurgeUndo.md b/api/Visio.InvisibleApp.PurgeUndo.md
index 7b5dcb89d04..2808e48d34a 100644
--- a/api/Visio.InvisibleApp.PurgeUndo.md
+++ b/api/Visio.InvisibleApp.PurgeUndo.md
@@ -23,7 +23,7 @@ Empties the Microsoft Visio queue of undo actions.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.InvisibleApp.QueryCancelConvertToGroup.md b/api/Visio.InvisibleApp.QueryCancelConvertToGroup.md
index 96c0e3d59da..dd11fc672ab 100644
--- a/api/Visio.InvisibleApp.QueryCancelConvertToGroup.md
+++ b/api/Visio.InvisibleApp.QueryCancelConvertToGroup.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal Selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.InvisibleApp.QueryCancelDocumentClose.md b/api/Visio.InvisibleApp.QueryCancelDocumentClose.md
index 0ba621ab18f..b4ff0cd577f 100644
--- a/api/Visio.InvisibleApp.QueryCancelDocumentClose.md
+++ b/api/Visio.InvisibleApp.QueryCancelDocumentClose.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelDocumentClose'(**_ByVal doc As [IVDOCUMEN
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that is going to be closed.|
diff --git a/api/Visio.InvisibleApp.QueryCancelGroup.md b/api/Visio.InvisibleApp.QueryCancelGroup.md
index fca125008fb..27ac42145db 100644
--- a/api/Visio.InvisibleApp.QueryCancelGroup.md
+++ b/api/Visio.InvisibleApp.QueryCancelGroup.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.InvisibleApp.QueryCancelMasterDelete.md b/api/Visio.InvisibleApp.QueryCancelMasterDelete.md
index b0b2d52b5ac..d2c07ed2c2e 100644
--- a/api/Visio.InvisibleApp.QueryCancelMasterDelete.md
+++ b/api/Visio.InvisibleApp.QueryCancelMasterDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelMasterDelete'(**_ByVal Master As [IVMASTE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.QueryCancelPageDelete.md b/api/Visio.InvisibleApp.QueryCancelPageDelete.md
index 075f3755359..28ee244d088 100644
--- a/api/Visio.InvisibleApp.QueryCancelPageDelete.md
+++ b/api/Visio.InvisibleApp.QueryCancelPageDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelPageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.QueryCancelQuit.md b/api/Visio.InvisibleApp.QueryCancelQuit.md
index 7a7d2d0696e..41ffc9ecc39 100644
--- a/api/Visio.InvisibleApp.QueryCancelQuit.md
+++ b/api/Visio.InvisibleApp.QueryCancelQuit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelQuit'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that is going to terminate.|
diff --git a/api/Visio.InvisibleApp.QueryCancelSelectionDelete.md b/api/Visio.InvisibleApp.QueryCancelSelectionDelete.md
index 99a72cfe1f9..1aba2845828 100644
--- a/api/Visio.InvisibleApp.QueryCancelSelectionDelete.md
+++ b/api/Visio.InvisibleApp.QueryCancelSelectionDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal Selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.QueryCancelStyleDelete.md b/api/Visio.InvisibleApp.QueryCancelStyleDelete.md
index fd2cd4237f0..a855bc543ee 100644
--- a/api/Visio.InvisibleApp.QueryCancelStyleDelete.md
+++ b/api/Visio.InvisibleApp.QueryCancelStyleDelete.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelStyleDelete'(**_ByVal Style As [IVSTYLE]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.InvisibleApp.QueryCancelSuspend.md b/api/Visio.InvisibleApp.QueryCancelSuspend.md
index e1be6c99a5e..01406e51ebb 100644
--- a/api/Visio.InvisibleApp.QueryCancelSuspend.md
+++ b/api/Visio.InvisibleApp.QueryCancelSuspend.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelSuspend'(**_ByVal app As [IVAPPLICATION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Visio that responds to the operating system request.|
diff --git a/api/Visio.InvisibleApp.QueryCancelSuspendEvents.md b/api/Visio.InvisibleApp.QueryCancelSuspendEvents.md
index b328f5c0386..712b8f1d7b5 100644
--- a/api/Visio.InvisibleApp.QueryCancelSuspendEvents.md
+++ b/api/Visio.InvisibleApp.QueryCancelSuspendEvents.md
@@ -24,11 +24,11 @@ Private Sub _expression_ _'QueryCancelSuspendEvents'(**_ByVal app As [IVAPPLICA
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio in which firing of events is going to be suspended.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.InvisibleApp.QueryCancelUngroup.md b/api/Visio.InvisibleApp.QueryCancelUngroup.md
index 1bde777a9f8..4f466979bd6 100644
--- a/api/Visio.InvisibleApp.QueryCancelUngroup.md
+++ b/api/Visio.InvisibleApp.QueryCancelUngroup.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal Selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.InvisibleApp.QueryCancelWindowClose.md b/api/Visio.InvisibleApp.QueryCancelWindowClose.md
index 481e6619359..7cd6c0e9506 100644
--- a/api/Visio.InvisibleApp.QueryCancelWindowClose.md
+++ b/api/Visio.InvisibleApp.QueryCancelWindowClose.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QueryCancelWindowClose'(**_ByVal Window As [IVWINDOW
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.InvisibleApp.QueueMarkerEvent.md b/api/Visio.InvisibleApp.QueueMarkerEvent.md
index cb7ac1adad0..186ac4c0cfc 100644
--- a/api/Visio.InvisibleApp.QueueMarkerEvent.md
+++ b/api/Visio.InvisibleApp.QueueMarkerEvent.md
@@ -27,11 +27,11 @@ Queues a **MarkerEvent** event that fires after all other queued events.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ContextString_|Required| **String**|An arbitrary string that is passed with the event that fires.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.Quit.md b/api/Visio.InvisibleApp.Quit.md
index 89efb3ce881..8263aa99a72 100644
--- a/api/Visio.InvisibleApp.Quit.md
+++ b/api/Visio.InvisibleApp.Quit.md
@@ -23,7 +23,7 @@ Closes the indicated instance of Microsoft Visio.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.InvisibleApp.QuitCanceled.md b/api/Visio.InvisibleApp.QuitCanceled.md
index 25b7bffff99..422a0ac53f1 100644
--- a/api/Visio.InvisibleApp.QuitCanceled.md
+++ b/api/Visio.InvisibleApp.QuitCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'QuitCanceled'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that was going to be terminated.|
diff --git a/api/Visio.InvisibleApp.Redo.md b/api/Visio.InvisibleApp.Redo.md
index 34d7a214541..b09ce3f6a57 100644
--- a/api/Visio.InvisibleApp.Redo.md
+++ b/api/Visio.InvisibleApp.Redo.md
@@ -23,7 +23,7 @@ Reverses the most recent undo unit.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.InvisibleApp.RegisterRibbonX.md b/api/Visio.InvisibleApp.RegisterRibbonX.md
index b0452d8e17f..a4aff6fb9c4 100644
--- a/api/Visio.InvisibleApp.RegisterRibbonX.md
+++ b/api/Visio.InvisibleApp.RegisterRibbonX.md
@@ -27,14 +27,14 @@ Registers the **[IRibbonExtensibility](./Office.IRibbonExtensibility.md)** inte
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceAddOn_|Required| **IRibbonExtensibility**|The add-on to register.|
| _TargetDocument_|Required| **[Document](Visio.Document.md)**|The document that uses the custom UI.|
| _TargetModes_|Required| **[VisRibbonXModes](Visio.VisRibbonXModes.md)**|The modes in which the custom UI should be visible. See Remarks for possible values.|
| _FriendlyName_|Required| **String**|The name to associate with the UI items and errors that originate in the add-on.|
-### Return Value
+### Return value
**HRESULT**
diff --git a/api/Visio.InvisibleApp.RenameCurrentScope.md b/api/Visio.InvisibleApp.RenameCurrentScope.md
index d9d164ee5a6..e5568161613 100644
--- a/api/Visio.InvisibleApp.RenameCurrentScope.md
+++ b/api/Visio.InvisibleApp.RenameCurrentScope.md
@@ -27,11 +27,11 @@ Renames the top-level open undo scope.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrScopeName_|Required| **String**|The new name of the undo scope.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.InvisibleApp.RuleSetValidated.md b/api/Visio.InvisibleApp.RuleSetValidated.md
index 21cd6cf45b0..c35f72477fd 100644
--- a/api/Visio.InvisibleApp.RuleSetValidated.md
+++ b/api/Visio.InvisibleApp.RuleSetValidated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'RuleSetValidated'(**_ByVal RuleSet As ValidationRule
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RuleSet_|Required| **[ValidationRuleSet](Visio.ValidationRuleSet.md)**|The rule set that was validated.|
diff --git a/api/Visio.InvisibleApp.RunModeEntered.md b/api/Visio.InvisibleApp.RunModeEntered.md
index 094aa95b509..507f785ff8b 100644
--- a/api/Visio.InvisibleApp.RunModeEntered.md
+++ b/api/Visio.InvisibleApp.RunModeEntered.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'RunModeEntered'(**_ByVal doc As [IVDOCUMENT]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _doc_|Required| **[IVDOCUMENT]**|The document that entered run mode.|
diff --git a/api/Visio.InvisibleApp.SaveAsWebObject.md b/api/Visio.InvisibleApp.SaveAsWebObject.md
index 00ddf42f627..89d0c889cf6 100644
--- a/api/Visio.InvisibleApp.SaveAsWebObject.md
+++ b/api/Visio.InvisibleApp.SaveAsWebObject.md
@@ -23,7 +23,7 @@ Returns a reference to the **IDispatch** interface of a **VisSaveAsWeb** object
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.InvisibleApp.ScreenUpdating.md b/api/Visio.InvisibleApp.ScreenUpdating.md
index 809ee9a7254..c248a9c56d2 100644
--- a/api/Visio.InvisibleApp.ScreenUpdating.md
+++ b/api/Visio.InvisibleApp.ScreenUpdating.md
@@ -23,7 +23,7 @@ Determines whether the screen is updated (redrawn) during a series of actions. R
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.SelectionAdded.md b/api/Visio.InvisibleApp.SelectionAdded.md
index a22a922b33b..a1bc0d44fb2 100644
--- a/api/Visio.InvisibleApp.SelectionAdded.md
+++ b/api/Visio.InvisibleApp.SelectionAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SelectionAdded'(**_ByVal Selection As [IVSELECTION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was added to the document.|
diff --git a/api/Visio.InvisibleApp.SelectionChanged.md b/api/Visio.InvisibleApp.SelectionChanged.md
index f9313c3f418..1ec29b20828 100644
--- a/api/Visio.InvisibleApp.SelectionChanged.md
+++ b/api/Visio.InvisibleApp.SelectionChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window in which the selection changed.|
diff --git a/api/Visio.InvisibleApp.SelectionDeleteCanceled.md b/api/Visio.InvisibleApp.SelectionDeleteCanceled.md
index 5e6cf47e78d..af342efecea 100644
--- a/api/Visio.InvisibleApp.SelectionDeleteCanceled.md
+++ b/api/Visio.InvisibleApp.SelectionDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.InvisibleApp.SetCustomMenus.md b/api/Visio.InvisibleApp.SetCustomMenus.md
index 05b14b6c29e..3a868ca0110 100644
--- a/api/Visio.InvisibleApp.SetCustomMenus.md
+++ b/api/Visio.InvisibleApp.SetCustomMenus.md
@@ -27,11 +27,11 @@ Replaces the current built-in or custom menus of an application or document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MenusObject_|Required| **[IVUIOBJECT]**|An expression that returns a **UIObject** object that represents the new custom menus.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.InvisibleApp.SetCustomToolbars.md b/api/Visio.InvisibleApp.SetCustomToolbars.md
index 926cd34e729..b8f6ca85ae4 100644
--- a/api/Visio.InvisibleApp.SetCustomToolbars.md
+++ b/api/Visio.InvisibleApp.SetCustomToolbars.md
@@ -27,11 +27,11 @@ Replaces the current built-in or custom toolbars of an application or document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ToolbarsObject_|Required| **[IVUIOBJECT]**|An expression that returns a **UIObject** object that represents the new custom toolbars.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.InvisibleApp.SetPreviewEnabled.md b/api/Visio.InvisibleApp.SetPreviewEnabled.md
index 1af64971fb9..98f54c1a23a 100644
--- a/api/Visio.InvisibleApp.SetPreviewEnabled.md
+++ b/api/Visio.InvisibleApp.SetPreviewEnabled.md
@@ -27,12 +27,12 @@ Turns preview on or off for a gallery in the Microsoft Visio user interface.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _GalleryName_|Required| **String**|The name of the gallery for which to set the preview status.|
| _OnOrOff_|Required| **Boolean**| **True** to turn preview on for the specified gallery; **False** to turn preview off.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.InvisibleApp.Settings.md b/api/Visio.InvisibleApp.Settings.md
index c9d9ddaa17f..94b150a3414 100644
--- a/api/Visio.InvisibleApp.Settings.md
+++ b/api/Visio.InvisibleApp.Settings.md
@@ -23,7 +23,7 @@ Returns an **ApplicationSettings** object, which you can use to set Microsoft V
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
ApplicationSettings
diff --git a/api/Visio.InvisibleApp.ShapeAdded.md b/api/Visio.InvisibleApp.ShapeAdded.md
index 7819ab18987..95fb520283a 100644
--- a/api/Visio.InvisibleApp.ShapeAdded.md
+++ b/api/Visio.InvisibleApp.ShapeAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.InvisibleApp.ShapeChanged.md b/api/Visio.InvisibleApp.ShapeChanged.md
index 46fd374494c..ce886174eab 100644
--- a/api/Visio.InvisibleApp.ShapeChanged.md
+++ b/api/Visio.InvisibleApp.ShapeChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose property changed.|
diff --git a/api/Visio.InvisibleApp.ShapeDataGraphicChanged.md b/api/Visio.InvisibleApp.ShapeDataGraphicChanged.md
index 7c049e77b17..6aa51cd3b5f 100644
--- a/api/Visio.InvisibleApp.ShapeDataGraphicChanged.md
+++ b/api/Visio.InvisibleApp.ShapeDataGraphicChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.InvisibleApp.ShapeExitedTextEdit.md b/api/Visio.InvisibleApp.ShapeExitedTextEdit.md
index 7a681bb013a..e63e00403fc 100644
--- a/api/Visio.InvisibleApp.ShapeExitedTextEdit.md
+++ b/api/Visio.InvisibleApp.ShapeExitedTextEdit.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.InvisibleApp.ShapeLinkAdded.md b/api/Visio.InvisibleApp.ShapeLinkAdded.md
index 8d5702aa87f..bb3ec819a9c 100644
--- a/api/Visio.InvisibleApp.ShapeLinkAdded.md
+++ b/api/Visio.InvisibleApp.ShapeLinkAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeLinkAdded'(**_ByVal Shape As [IVSHAPE]_** , **_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is linked to data.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row linked to the shape.|
diff --git a/api/Visio.InvisibleApp.ShapeLinkDeleted.md b/api/Visio.InvisibleApp.ShapeLinkDeleted.md
index fb21f893190..92993508921 100644
--- a/api/Visio.InvisibleApp.ShapeLinkDeleted.md
+++ b/api/Visio.InvisibleApp.ShapeLinkDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeLinkDeleted'(**_ByVal Shape As [IVSHAPE]_** , *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose link to a data row was broken.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row that was linked to the shape.|
diff --git a/api/Visio.InvisibleApp.ShapeParentChanged.md b/api/Visio.InvisibleApp.ShapeParentChanged.md
index 182e682ca15..4ded647afba 100644
--- a/api/Visio.InvisibleApp.ShapeParentChanged.md
+++ b/api/Visio.InvisibleApp.ShapeParentChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.InvisibleApp.ShowChanges.md b/api/Visio.InvisibleApp.ShowChanges.md
index d04d10191e2..172f55ada8d 100644
--- a/api/Visio.InvisibleApp.ShowChanges.md
+++ b/api/Visio.InvisibleApp.ShowChanges.md
@@ -23,7 +23,7 @@ Determines whether the screen is updated (redrawn) during a series of actions. R
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.ShowProgress.md b/api/Visio.InvisibleApp.ShowProgress.md
index 1a27dcbcbc2..6f5ee3c63f7 100644
--- a/api/Visio.InvisibleApp.ShowProgress.md
+++ b/api/Visio.InvisibleApp.ShowProgress.md
@@ -23,7 +23,7 @@ Determines whether a progress indicator is shown while performing certain operat
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.ShowStatusBar.md b/api/Visio.InvisibleApp.ShowStatusBar.md
index b5e62ccf276..c988942a40c 100644
--- a/api/Visio.InvisibleApp.ShowStatusBar.md
+++ b/api/Visio.InvisibleApp.ShowStatusBar.md
@@ -23,7 +23,7 @@ Determines whether the status bar is shown. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.ShowToolbar.md b/api/Visio.InvisibleApp.ShowToolbar.md
index f293120752e..e79a6970933 100644
--- a/api/Visio.InvisibleApp.ShowToolbar.md
+++ b/api/Visio.InvisibleApp.ShowToolbar.md
@@ -23,7 +23,7 @@ Determines whether toolbars and menu bars are visible. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.StartupPaths.md b/api/Visio.InvisibleApp.StartupPaths.md
index 979b0e5f336..b5ffe6a0d8b 100644
--- a/api/Visio.InvisibleApp.StartupPaths.md
+++ b/api/Visio.InvisibleApp.StartupPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for third-party and user add-
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.Stat.md b/api/Visio.InvisibleApp.Stat.md
index 7e2a98b3314..a548c265e11 100644
--- a/api/Visio.InvisibleApp.Stat.md
+++ b/api/Visio.InvisibleApp.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.StencilPaths.md b/api/Visio.InvisibleApp.StencilPaths.md
index d23facd4d26..e87ddb8d276 100644
--- a/api/Visio.InvisibleApp.StencilPaths.md
+++ b/api/Visio.InvisibleApp.StencilPaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for stencils. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.InvisibleApp.StyleAdded.md b/api/Visio.InvisibleApp.StyleAdded.md
index 80c7f66488e..4e115676d14 100644
--- a/api/Visio.InvisibleApp.StyleAdded.md
+++ b/api/Visio.InvisibleApp.StyleAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was added to the document.|
diff --git a/api/Visio.InvisibleApp.StyleChanged.md b/api/Visio.InvisibleApp.StyleChanged.md
index 758f4b769fa..aab71ddb6f4 100644
--- a/api/Visio.InvisibleApp.StyleChanged.md
+++ b/api/Visio.InvisibleApp.StyleChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that changed.|
diff --git a/api/Visio.InvisibleApp.StyleDeleteCanceled.md b/api/Visio.InvisibleApp.StyleDeleteCanceled.md
index b41b79b0427..620a088a18f 100644
--- a/api/Visio.InvisibleApp.StyleDeleteCanceled.md
+++ b/api/Visio.InvisibleApp.StyleDeleteCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was going to be deleted.|
diff --git a/api/Visio.InvisibleApp.SuspendCanceled.md b/api/Visio.InvisibleApp.SuspendCanceled.md
index c90a5e25a00..175cb5d502e 100644
--- a/api/Visio.InvisibleApp.SuspendCanceled.md
+++ b/api/Visio.InvisibleApp.SuspendCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'SuspendCanceled'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that was going to be suspended.|
diff --git a/api/Visio.InvisibleApp.SuspendEventsCanceled.md b/api/Visio.InvisibleApp.SuspendEventsCanceled.md
index 35b820f3750..a1dc41cd985 100644
--- a/api/Visio.InvisibleApp.SuspendEventsCanceled.md
+++ b/api/Visio.InvisibleApp.SuspendEventsCanceled.md
@@ -24,11 +24,11 @@ Private Sub _expression_ _'SuspendEventsCanceled'(**_ByVal app As_** , )
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio in which firing of events was going to be suspended.|
-### Return Value
+### Return value
nothing
diff --git a/api/Visio.InvisibleApp.TemplatePaths.md b/api/Visio.InvisibleApp.TemplatePaths.md
index 3e4b1e14bbc..93be11a437c 100644
--- a/api/Visio.InvisibleApp.TemplatePaths.md
+++ b/api/Visio.InvisibleApp.TemplatePaths.md
@@ -23,7 +23,7 @@ Gets or sets the paths where Microsoft Visio looks for templates. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.InvisibleApp.TextChanged.md b/api/Visio.InvisibleApp.TextChanged.md
index c224152ad60..813da9e8e73 100644
--- a/api/Visio.InvisibleApp.TextChanged.md
+++ b/api/Visio.InvisibleApp.TextChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'TextChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose text changed.|
diff --git a/api/Visio.InvisibleApp.TraceFlags.md b/api/Visio.InvisibleApp.TraceFlags.md
index bf340493892..c60cac3baba 100644
--- a/api/Visio.InvisibleApp.TraceFlags.md
+++ b/api/Visio.InvisibleApp.TraceFlags.md
@@ -23,7 +23,7 @@ Gets or sets events logged during a Microsoft Visio instance. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.TypelibMajorVersion.md b/api/Visio.InvisibleApp.TypelibMajorVersion.md
index a3022514e19..59a253754ca 100644
--- a/api/Visio.InvisibleApp.TypelibMajorVersion.md
+++ b/api/Visio.InvisibleApp.TypelibMajorVersion.md
@@ -23,7 +23,7 @@ Returns the major version number of the Microsoft Visio type library. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.TypelibMinorVersion.md b/api/Visio.InvisibleApp.TypelibMinorVersion.md
index b1c6ca1e5b6..f74a2981e7f 100644
--- a/api/Visio.InvisibleApp.TypelibMinorVersion.md
+++ b/api/Visio.InvisibleApp.TypelibMinorVersion.md
@@ -23,7 +23,7 @@ Returns the minor version number of the Microsoft Visio type library. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.InvisibleApp.Undo.md b/api/Visio.InvisibleApp.Undo.md
index 4ead1200ff0..624f4ffce04 100644
--- a/api/Visio.InvisibleApp.Undo.md
+++ b/api/Visio.InvisibleApp.Undo.md
@@ -23,7 +23,7 @@ Reverses the most recent undo unit, if the undo unit can be reversed.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.InvisibleApp.UndoEnabled.md b/api/Visio.InvisibleApp.UndoEnabled.md
index 2f208ee693d..6ba72f6bef9 100644
--- a/api/Visio.InvisibleApp.UndoEnabled.md
+++ b/api/Visio.InvisibleApp.UndoEnabled.md
@@ -23,7 +23,7 @@ Determines whether undo information is maintained in memory. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.UngroupCanceled.md b/api/Visio.InvisibleApp.UngroupCanceled.md
index 888b0d176ec..143d6f44b12 100644
--- a/api/Visio.InvisibleApp.UngroupCanceled.md
+++ b/api/Visio.InvisibleApp.UngroupCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.InvisibleApp.UnregisterRibbonX.md b/api/Visio.InvisibleApp.UnregisterRibbonX.md
index 63990db2438..45106225065 100644
--- a/api/Visio.InvisibleApp.UnregisterRibbonX.md
+++ b/api/Visio.InvisibleApp.UnregisterRibbonX.md
@@ -27,12 +27,12 @@ Unregisters a previouly registered **IRibbonExtensiblity** interface that a Mic
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SourceAddOn_|Required| **IRibbonExtensibility**|The add-in to unregister.|
| _TargetDocument_|Required| **[Document](Visio.Document.md)**|The document in which to unregister the add-in.|
-### Return Value
+### Return value
**HRESULT**
diff --git a/api/Visio.InvisibleApp.UserName.md b/api/Visio.InvisibleApp.UserName.md
index d7751189366..b7aa59747d0 100644
--- a/api/Visio.InvisibleApp.UserName.md
+++ b/api/Visio.InvisibleApp.UserName.md
@@ -23,7 +23,7 @@ Gets or sets the user name of an **Application** object. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.VBAEnabled.md b/api/Visio.InvisibleApp.VBAEnabled.md
index 8f8e29bbbb3..8d3a5ad3b87 100644
--- a/api/Visio.InvisibleApp.VBAEnabled.md
+++ b/api/Visio.InvisibleApp.VBAEnabled.md
@@ -23,7 +23,7 @@ Specifies whether Microsoft Visual Basic for Applications (VBA) is enabled in th
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.Vbe.md b/api/Visio.InvisibleApp.Vbe.md
index a3c8a4d865c..7c5b19ba25a 100644
--- a/api/Visio.InvisibleApp.Vbe.md
+++ b/api/Visio.InvisibleApp.Vbe.md
@@ -23,7 +23,7 @@ Gets the root object of the object model exposed by Microsoft Visual Basic for A
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.InvisibleApp.Version.md b/api/Visio.InvisibleApp.Version.md
index 4d56e016dc8..9c79746190d 100644
--- a/api/Visio.InvisibleApp.Version.md
+++ b/api/Visio.InvisibleApp.Version.md
@@ -23,7 +23,7 @@ Returns the version of a running Microsoft Visio instance. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.InvisibleApp.ViewChanged.md b/api/Visio.InvisibleApp.ViewChanged.md
index d851c793d5e..e79a9e0bc73 100644
--- a/api/Visio.InvisibleApp.ViewChanged.md
+++ b/api/Visio.InvisibleApp.ViewChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ViewChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose zoom level or scroll position changed.|
diff --git a/api/Visio.InvisibleApp.Visible.md b/api/Visio.InvisibleApp.Visible.md
index 3dcad7751a3..54702e3a7e8 100644
--- a/api/Visio.InvisibleApp.Visible.md
+++ b/api/Visio.InvisibleApp.Visible.md
@@ -23,7 +23,7 @@ Determines whether an object is visible. Read/write.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.InvisibleApp.VisioIsIdle.md b/api/Visio.InvisibleApp.VisioIsIdle.md
index 02e9d82879a..f14931eedba 100644
--- a/api/Visio.InvisibleApp.VisioIsIdle.md
+++ b/api/Visio.InvisibleApp.VisioIsIdle.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'VisioIsIdle'(**_ByVal app As [IVAPPLICATION]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _app_|Required| **[IVAPPLICATION]**|The instance of Microsoft Visio that emptied its message queue.|
diff --git a/api/Visio.InvisibleApp.Window.md b/api/Visio.InvisibleApp.Window.md
index 1d6302d24b4..16db0da64f6 100644
--- a/api/Visio.InvisibleApp.Window.md
+++ b/api/Visio.InvisibleApp.Window.md
@@ -23,7 +23,7 @@ Returns the window associated with the current instance of Microsoft Visio. Read
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.InvisibleApp.WindowActivated.md b/api/Visio.InvisibleApp.WindowActivated.md
index d22c91a37f2..d49d7913206 100644
--- a/api/Visio.InvisibleApp.WindowActivated.md
+++ b/api/Visio.InvisibleApp.WindowActivated.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowActivated'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was activated.|
diff --git a/api/Visio.InvisibleApp.WindowChanged.md b/api/Visio.InvisibleApp.WindowChanged.md
index d977a812447..68822eccbaa 100644
--- a/api/Visio.InvisibleApp.WindowChanged.md
+++ b/api/Visio.InvisibleApp.WindowChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose size or position has changed.|
diff --git a/api/Visio.InvisibleApp.WindowCloseCanceled.md b/api/Visio.InvisibleApp.WindowCloseCanceled.md
index d40fe7738b0..fb39ae54704 100644
--- a/api/Visio.InvisibleApp.WindowCloseCanceled.md
+++ b/api/Visio.InvisibleApp.WindowCloseCanceled.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was going to be closed.|
diff --git a/api/Visio.InvisibleApp.WindowHandle32.md b/api/Visio.InvisibleApp.WindowHandle32.md
index 4405770f81d..efc28a25203 100644
--- a/api/Visio.InvisibleApp.WindowHandle32.md
+++ b/api/Visio.InvisibleApp.WindowHandle32.md
@@ -23,7 +23,7 @@ Returns the 32-bit handle of a Microsoft Visio window. Read-only.
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.InvisibleApp.WindowOpened.md b/api/Visio.InvisibleApp.WindowOpened.md
index de48cf33a78..5abd512ce03 100644
--- a/api/Visio.InvisibleApp.WindowOpened.md
+++ b/api/Visio.InvisibleApp.WindowOpened.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowOpened'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that opened.|
diff --git a/api/Visio.InvisibleApp.WindowTurnedToPage.md b/api/Visio.InvisibleApp.WindowTurnedToPage.md
index 5b12aebfb76..5c2740d9617 100644
--- a/api/Visio.InvisibleApp.WindowTurnedToPage.md
+++ b/api/Visio.InvisibleApp.WindowTurnedToPage.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that shows a different page.|
diff --git a/api/Visio.InvisibleApp.Windows.md b/api/Visio.InvisibleApp.Windows.md
index dc522cc720e..4a471a628d2 100644
--- a/api/Visio.InvisibleApp.Windows.md
+++ b/api/Visio.InvisibleApp.Windows.md
@@ -23,7 +23,7 @@ Returns the **Windows** collection for a Microsoft Visio instance or window. Re
_expression_ A variable that represents an [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Windows
diff --git a/api/Visio.IsVisio32.md b/api/Visio.IsVisio32.md
index 42e18c2471a..e22bf75cf7c 100644
--- a/api/Visio.IsVisio32.md
+++ b/api/Visio.IsVisio32.md
@@ -23,7 +23,7 @@ Returns **True** if the current instance of Microsoft Visio is 32-bit. Returns
_expression_ An expression that returns a [Application](./Visio.Application.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.KeyboardEvent.Application.md b/api/Visio.KeyboardEvent.Application.md
index 7c92d895092..0ee294b3f81 100644
--- a/api/Visio.KeyboardEvent.Application.md
+++ b/api/Visio.KeyboardEvent.Application.md
@@ -20,7 +20,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [KeyboardEvent](./Visio.KeyboardEvent.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.KeyboardEvent.KeyAscii.md b/api/Visio.KeyboardEvent.KeyAscii.md
index c3f9d1100b1..62b1f4bced5 100644
--- a/api/Visio.KeyboardEvent.KeyAscii.md
+++ b/api/Visio.KeyboardEvent.KeyAscii.md
@@ -23,7 +23,7 @@ Returns the ASCII code associated with a **KeyPress** event. Read-only.
_expression_ A variable that represents a [KeyboardEvent](./Visio.KeyboardEvent.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.KeyboardEvent.KeyCode.md b/api/Visio.KeyboardEvent.KeyCode.md
index 252dcc005ea..54401cb4111 100644
--- a/api/Visio.KeyboardEvent.KeyCode.md
+++ b/api/Visio.KeyboardEvent.KeyCode.md
@@ -23,7 +23,7 @@ Returns the key associated with **KeyDown** and **KeyUp** events. Read-only.
_expression_ A variable that represents a [KeyboardEvent](./Visio.KeyboardEvent.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.KeyboardEvent.ObjectType.md b/api/Visio.KeyboardEvent.ObjectType.md
index fa7d810de72..5c4e900ed07 100644
--- a/api/Visio.KeyboardEvent.ObjectType.md
+++ b/api/Visio.KeyboardEvent.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [KeyboardEvent](./Visio.KeyboardEvent.md) object.
-### Return Value
+### Return value
VisObjectType
diff --git a/api/Visio.KeyboardEvent.Stat.md b/api/Visio.KeyboardEvent.Stat.md
index ed8d5b72743..c1905e8798c 100644
--- a/api/Visio.KeyboardEvent.Stat.md
+++ b/api/Visio.KeyboardEvent.Stat.md
@@ -23,7 +23,7 @@ Returns status information. Read-only.
_expression_ A variable that represents a [KeyboardEvent](./Visio.KeyboardEvent.md) object.
-### Return Value
+### Return value
VisStatCodes
diff --git a/api/Visio.KeyboardEvent.ToString.md b/api/Visio.KeyboardEvent.ToString.md
index 8c53635c892..dd7b0d96f31 100644
--- a/api/Visio.KeyboardEvent.ToString.md
+++ b/api/Visio.KeyboardEvent.ToString.md
@@ -23,7 +23,7 @@ Returns a string that represents the properties of a **KeyboardEvent** or **Mou
_expression_ A variable that represents a [KeyboardEvent](./Visio.KeyboardEvent.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.KeyboardEvent.Window.md b/api/Visio.KeyboardEvent.Window.md
index 761a4a36cb5..ff665349b0f 100644
--- a/api/Visio.KeyboardEvent.Window.md
+++ b/api/Visio.KeyboardEvent.Window.md
@@ -23,7 +23,7 @@ Returns the window associated with a **KeyboardEvent** object. Read-only.
_expression_ A variable that represents a [KeyboardEvent](./Visio.KeyboardEvent.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.LastErrorCode.md b/api/Visio.LastErrorCode.md
index 18a4427c731..7efe25c17e8 100644
--- a/api/Visio.LastErrorCode.md
+++ b/api/Visio.LastErrorCode.md
@@ -20,7 +20,7 @@ Gets the last error code returned by Microsoft Visio Viewer. Read-only.
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Layer.Add.md b/api/Visio.Layer.Add.md
index 6cd8b002b9f..11a8d9cc8fc 100644
--- a/api/Visio.Layer.Add.md
+++ b/api/Visio.Layer.Add.md
@@ -27,12 +27,12 @@ Adds a **Shape** object to a **Layer** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SheetObject_|Required| **[IVSHAPE]**|The new **Shape** object added to the **Layer** object.|
| _fPresMems_|Required| **Integer**|Zero to remove subshapes from any previous layer assignments; non-zero to preserve layer assignments.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Layer.Application.md b/api/Visio.Layer.Application.md
index eb73a0a7d16..3169526d2fd 100644
--- a/api/Visio.Layer.Application.md
+++ b/api/Visio.Layer.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Layer.CellsC.md b/api/Visio.Layer.CellsC.md
index d779c3797af..e187e46f9b7 100644
--- a/api/Visio.Layer.CellsC.md
+++ b/api/Visio.Layer.CellsC.md
@@ -27,11 +27,11 @@ Returns a **Cell** object that represents a ShapeSheet cell in a row in the Lay
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Column_|Required| **Integer**|The cell index of the cell to get.|
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Layer.Delete.md b/api/Visio.Layer.Delete.md
index 360d77ddf7d..237da24f176 100644
--- a/api/Visio.Layer.Delete.md
+++ b/api/Visio.Layer.Delete.md
@@ -27,11 +27,11 @@ Deletes a **Layer** object. Can also delete shapes assigned to the deleted laye
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fDeleteShapes_|Required| **Integer**|1 (**True**) to delete shapes assigned to the layer; otherwise, 0 (**False**).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Layer.Document.md b/api/Visio.Layer.Document.md
index 842659864a8..2595563a092 100644
--- a/api/Visio.Layer.Document.md
+++ b/api/Visio.Layer.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Layer.EventList.md b/api/Visio.Layer.EventList.md
index 2b5e6b45a32..f3fbb4e05b5 100644
--- a/api/Visio.Layer.EventList.md
+++ b/api/Visio.Layer.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Layer.Index.md b/api/Visio.Layer.Index.md
index 2ba7df6795e..6e4009c2e0e 100644
--- a/api/Visio.Layer.Index.md
+++ b/api/Visio.Layer.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Layer** object in the **Layers** collection. R
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Layer.Master.md b/api/Visio.Layer.Master.md
index 7c05cbfab8f..ac3f40c4fbd 100644
--- a/api/Visio.Layer.Master.md
+++ b/api/Visio.Layer.Master.md
@@ -23,7 +23,7 @@ Returns the master that contains the **Layer** object. Read-only.
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Layer.Name.md b/api/Visio.Layer.Name.md
index 39c0d6c95c1..dccf86500ed 100644
--- a/api/Visio.Layer.Name.md
+++ b/api/Visio.Layer.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Layer.NameU.md b/api/Visio.Layer.NameU.md
index 3ad01034dfc..2d2d3c92187 100644
--- a/api/Visio.Layer.NameU.md
+++ b/api/Visio.Layer.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of a **Layer** object. Read/write.
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Layer.ObjectType.md b/api/Visio.Layer.ObjectType.md
index e66421564f6..94e25024b13 100644
--- a/api/Visio.Layer.ObjectType.md
+++ b/api/Visio.Layer.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Layer.Page.md b/api/Visio.Layer.Page.md
index 2da9cafe39d..905d1d6b357 100644
--- a/api/Visio.Layer.Page.md
+++ b/api/Visio.Layer.Page.md
@@ -23,7 +23,7 @@ Gets the page that contains the layer. Read-only.
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Layer.PersistsEvents.md b/api/Visio.Layer.PersistsEvents.md
index 5a89c16ed97..8cbaf49993e 100644
--- a/api/Visio.Layer.PersistsEvents.md
+++ b/api/Visio.Layer.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Layer.Remove.md b/api/Visio.Layer.Remove.md
index 36ae01c9122..5f30b5a0c85 100644
--- a/api/Visio.Layer.Remove.md
+++ b/api/Visio.Layer.Remove.md
@@ -27,12 +27,12 @@ Removes a shape from a layer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SheetObject_|Required| **[IVSHAPE]**|An expression that returns the **Shape** object to remove.|
| _fPresMems_|Required| **Integer**|Flag that indicates whether to remove members of a group.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Layer.Row.md b/api/Visio.Layer.Row.md
index df542988823..c443e97d621 100644
--- a/api/Visio.Layer.Row.md
+++ b/api/Visio.Layer.Row.md
@@ -23,7 +23,7 @@ Returns the row index of a layer. Read-only.
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Layer.Stat.md b/api/Visio.Layer.Stat.md
index 59bc7fc09b1..309068409a5 100644
--- a/api/Visio.Layer.Stat.md
+++ b/api/Visio.Layer.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Layer](./Visio.Layer.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.LayerColor.md b/api/Visio.LayerColor.md
index a33d0d077ee..c07b7f6ebc1 100644
--- a/api/Visio.LayerColor.md
+++ b/api/Visio.LayerColor.md
@@ -24,11 +24,11 @@ Gets or sets the color of the layer at the specified index position in the curre
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|LayerIndex|Required| **Long**|The index of the layer in the collection of layers in the drawing open in Visio Viewer.|
-### Return Value
+### Return value
**[OLE_COLOR]**
diff --git a/api/Visio.LayerColorOverride.md b/api/Visio.LayerColorOverride.md
index 6adb813ce0a..3a842dba992 100644
--- a/api/Visio.LayerColorOverride.md
+++ b/api/Visio.LayerColorOverride.md
@@ -24,11 +24,11 @@ Gets or sets a value that indicates whether the color of the specified layer is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|LayerIndex|Required| **Long**|The index of the layer in the collection of layers in the drawing open in Visio Viewer.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.LayerColorTrans.md b/api/Visio.LayerColorTrans.md
index 88e6895e134..cf1dbe23a7d 100644
--- a/api/Visio.LayerColorTrans.md
+++ b/api/Visio.LayerColorTrans.md
@@ -24,11 +24,11 @@ Gets or sets the transparency of the color of the layer at the specified index i
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|LayerIndex|Required| **Long**|The index of the layer in the collection of layers in the drawing open in Visio Viewer.|
-### Return Value
+### Return value
**Double**
diff --git a/api/Visio.LayerCount.md b/api/Visio.LayerCount.md
index b686ebaa9d7..77762e26f0b 100644
--- a/api/Visio.LayerCount.md
+++ b/api/Visio.LayerCount.md
@@ -20,7 +20,7 @@ Gets the number of layers in the current drawing open in Microsoft Visio Viewer.
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.LayerDeleted.md b/api/Visio.LayerDeleted.md
index 070bbc5eae1..a89a7b838de 100644
--- a/api/Visio.LayerDeleted.md
+++ b/api/Visio.LayerDeleted.md
@@ -24,11 +24,11 @@ Gets a value that indicates whether the layer at the specified index in the draw
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|LayerIndex|Required| **Long**|The index of the layer in the collection of layers in the drawing open in Visio Viewer.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.LayerName.md b/api/Visio.LayerName.md
index 88df0745ff4..39c64735971 100644
--- a/api/Visio.LayerName.md
+++ b/api/Visio.LayerName.md
@@ -24,11 +24,11 @@ Gets the name of the layer at the specified index in the drawing open in Microso
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|LayerIndex|Required| **Long**|The index of the layer in the collection of layers in the drawing open in Visio Viewer.|
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.LayerVisible.md b/api/Visio.LayerVisible.md
index 14b22e5a83e..b9cd0516ede 100644
--- a/api/Visio.LayerVisible.md
+++ b/api/Visio.LayerVisible.md
@@ -24,11 +24,11 @@ Gets or sets a value that indicates whether the specified layer is visible in th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|LayerIndex|Required| **Long**|The index of the layer in the collection of layers in the drawing open in Visio Viewer.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Layers.Add.md b/api/Visio.Layers.Add.md
index eea3d2a9625..415e551ddba 100644
--- a/api/Visio.Layers.Add.md
+++ b/api/Visio.Layers.Add.md
@@ -27,11 +27,11 @@ Adds a new **Layer** object to a **Layers** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LayerName_|Required| **String**|The name of the new layer.|
-### Return Value
+### Return value
Layer
diff --git a/api/Visio.Layers.Application.md b/api/Visio.Layers.Application.md
index 3a777480851..da4a35be296 100644
--- a/api/Visio.Layers.Application.md
+++ b/api/Visio.Layers.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Layers](./Visio.Layers.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Layers.Count.md b/api/Visio.Layers.Count.md
index 7d63cde5d66..76e157925d6 100644
--- a/api/Visio.Layers.Count.md
+++ b/api/Visio.Layers.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Layers](./Visio.Layers.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Layers.Document.md b/api/Visio.Layers.Document.md
index a610118d0ae..e28ca43c619 100644
--- a/api/Visio.Layers.Document.md
+++ b/api/Visio.Layers.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Layers](./Visio.Layers.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Layers.EventList.md b/api/Visio.Layers.EventList.md
index 05dff8abb41..d0ac4ab8731 100644
--- a/api/Visio.Layers.EventList.md
+++ b/api/Visio.Layers.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Layers](./Visio.Layers.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Layers.Item.md b/api/Visio.Layers.Item.md
index ad4479f8c27..abd33502325 100644
--- a/api/Visio.Layers.Item.md
+++ b/api/Visio.Layers.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Layer
diff --git a/api/Visio.Layers.ItemU.md b/api/Visio.Layers.ItemU.md
index ae15bca53e0..01a2d5725cc 100644
--- a/api/Visio.Layers.ItemU.md
+++ b/api/Visio.Layers.ItemU.md
@@ -27,11 +27,11 @@ Returns an object from a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the universal name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Layer
diff --git a/api/Visio.Layers.Master.md b/api/Visio.Layers.Master.md
index 85474415bc5..383a8f2e5b3 100644
--- a/api/Visio.Layers.Master.md
+++ b/api/Visio.Layers.Master.md
@@ -23,7 +23,7 @@ Returns the master that contains the **Layers** collection. Read-only.
_expression_ A variable that represents a [Layers](./Visio.Layers.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Layers.ObjectType.md b/api/Visio.Layers.ObjectType.md
index 03fb0253188..badd2137049 100644
--- a/api/Visio.Layers.ObjectType.md
+++ b/api/Visio.Layers.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Layers](./Visio.Layers.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Layers.Page.md b/api/Visio.Layers.Page.md
index 42f52efdc35..c161089cea6 100644
--- a/api/Visio.Layers.Page.md
+++ b/api/Visio.Layers.Page.md
@@ -23,7 +23,7 @@ Gets the page that contains the layers. Read-only.
_expression_ A variable that represents a [Layers](./Visio.Layers.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Layers.PersistsEvents.md b/api/Visio.Layers.PersistsEvents.md
index cd7f9c1ff8a..ad4b2d609e8 100644
--- a/api/Visio.Layers.PersistsEvents.md
+++ b/api/Visio.Layers.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Layers](./Visio.Layers.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Layers.Stat.md b/api/Visio.Layers.Stat.md
index 99f02e1097b..21594bd9cd9 100644
--- a/api/Visio.Layers.Stat.md
+++ b/api/Visio.Layers.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Layers](./Visio.Layers.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ListFormats.md b/api/Visio.ListFormats.md
index d2a2ad8f314..a00f0ebdf5f 100644
--- a/api/Visio.ListFormats.md
+++ b/api/Visio.ListFormats.md
@@ -20,7 +20,7 @@ Displays a message box in the user interface that lists the output format types
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Load.md b/api/Visio.Load.md
index cfa7cb4a655..c6aedad08de 100644
--- a/api/Visio.Load.md
+++ b/api/Visio.Load.md
@@ -24,11 +24,11 @@ Loads a drawing file into Microsoft Visio Viewer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|UrlOrFilename|Required| **String**|The full path and file name or the URL of the file to be loaded.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.MSGWrap.Application.md b/api/Visio.MSGWrap.Application.md
index bb16ab61b40..4ea0c6f7152 100644
--- a/api/Visio.MSGWrap.Application.md
+++ b/api/Visio.MSGWrap.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [MSGWrap](./Visio.MSGWrap.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.MSGWrap.ObjectType.md b/api/Visio.MSGWrap.ObjectType.md
index e23f10a00fb..75408c10ad1 100644
--- a/api/Visio.MSGWrap.ObjectType.md
+++ b/api/Visio.MSGWrap.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [MSGWrap](./Visio.MSGWrap.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MSGWrap.hwnd.md b/api/Visio.MSGWrap.hwnd.md
index 8d4376fc7e2..4c8f84c5429 100644
--- a/api/Visio.MSGWrap.hwnd.md
+++ b/api/Visio.MSGWrap.hwnd.md
@@ -23,7 +23,7 @@ Gets or sets the **HWND** member of the **MSG** structure being wrapped. Read/w
_expression_ A variable that represents a [MSGWrap](./Visio.MSGWrap.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MSGWrap.lParam.md b/api/Visio.MSGWrap.lParam.md
index 85b30ec2589..b90179a9416 100644
--- a/api/Visio.MSGWrap.lParam.md
+++ b/api/Visio.MSGWrap.lParam.md
@@ -23,7 +23,7 @@ Gets or sets the **lParam** member of the **MSG** structure being wrapped. Read
_expression_ A variable that represents a [MSGWrap](./Visio.MSGWrap.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MSGWrap.message.md b/api/Visio.MSGWrap.message.md
index 5f56b339ef1..5e8b0ac24e5 100644
--- a/api/Visio.MSGWrap.message.md
+++ b/api/Visio.MSGWrap.message.md
@@ -23,7 +23,7 @@ Gets or sets the **message** member of the **MSG** structure being wrapped. Rea
_expression_ A variable that represents a [MSGWrap](./Visio.MSGWrap.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MSGWrap.posttime.md b/api/Visio.MSGWrap.posttime.md
index 667ea282800..aedda9cf802 100644
--- a/api/Visio.MSGWrap.posttime.md
+++ b/api/Visio.MSGWrap.posttime.md
@@ -23,7 +23,7 @@ Gets or sets the **time** member of the **MSG** structure being wrapped. Read/w
_expression_ A variable that represents a [MSGWrap](./Visio.MSGWrap.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MSGWrap.ptx.md b/api/Visio.MSGWrap.ptx.md
index 4ff508857b9..9d6805e8ac5 100644
--- a/api/Visio.MSGWrap.ptx.md
+++ b/api/Visio.MSGWrap.ptx.md
@@ -23,7 +23,7 @@ Gets or sets the **pt.x** member of the **MSG** structure being wrapped. Read/w
_expression_ A variable that represents a [MSGWrap](./Visio.MSGWrap.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MSGWrap.pty.md b/api/Visio.MSGWrap.pty.md
index dc430b066d3..33cde506688 100644
--- a/api/Visio.MSGWrap.pty.md
+++ b/api/Visio.MSGWrap.pty.md
@@ -23,7 +23,7 @@ Gets or sets the **pt.y** member of the **MSG** structure being wrapped. Read/w
_expression_ A variable that represents a [MSGWrap](./Visio.MSGWrap.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MSGWrap.wParam.md b/api/Visio.MSGWrap.wParam.md
index bd066a40cf1..5d1e8e81d34 100644
--- a/api/Visio.MSGWrap.wParam.md
+++ b/api/Visio.MSGWrap.wParam.md
@@ -23,7 +23,7 @@ Gets or sets the **wParam** member of the **MSG** structure being wrapped. Read
_expression_ A variable that represents a [MSGWrap](./Visio.MSGWrap.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MajorVersionNumber.md b/api/Visio.MajorVersionNumber.md
index a5be8d7e2d7..22c750df38d 100644
--- a/api/Visio.MajorVersionNumber.md
+++ b/api/Visio.MajorVersionNumber.md
@@ -20,7 +20,7 @@ ms.date: 06/08/2017
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.MarkupOverlaysVisible.md b/api/Visio.MarkupOverlaysVisible.md
index af0d976841b..275c2d1678a 100644
--- a/api/Visio.MarkupOverlaysVisible.md
+++ b/api/Visio.MarkupOverlaysVisible.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether markup overlays are visible in the c
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Master.AddGuide.md b/api/Visio.Master.AddGuide.md
index 0372a7d9c99..d2fde213401 100644
--- a/api/Visio.Master.AddGuide.md
+++ b/api/Visio.Master.AddGuide.md
@@ -27,13 +27,13 @@ Adds a guide to a master.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **Integer**|The type of guide to add.|
| _xPos_|Required| **Double**|The x-coordinate of a point on the guide.|
| _yPos_|Required| **Double**|The y-coordinate of a point on the guide.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.AlignName.md b/api/Visio.Master.AlignName.md
index 52a2ab3f127..50a85026159 100644
--- a/api/Visio.Master.AlignName.md
+++ b/api/Visio.Master.AlignName.md
@@ -23,7 +23,7 @@ Gets or sets the position of a master name in a stencil window. Read/write.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.Application.md b/api/Visio.Master.Application.md
index 2b521e48b79..5a3404e6e1c 100644
--- a/api/Visio.Master.Application.md
+++ b/api/Visio.Master.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Master.BaseID.md b/api/Visio.Master.BaseID.md
index 3657f58eb25..7102c51f0f1 100644
--- a/api/Visio.Master.BaseID.md
+++ b/api/Visio.Master.BaseID.md
@@ -23,7 +23,7 @@ Returns a base ID for a master. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Master.BeforeMasterDelete.md b/api/Visio.Master.BeforeMasterDelete.md
index 21668b6aa3a..211b647a839 100644
--- a/api/Visio.Master.BeforeMasterDelete.md
+++ b/api/Visio.Master.BeforeMasterDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Master.BeforeSelectionDelete.md b/api/Visio.Master.BeforeSelectionDelete.md
index 3184685a4ef..751932319d6 100644
--- a/api/Visio.Master.BeforeSelectionDelete.md
+++ b/api/Visio.Master.BeforeSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.Master.BeforeShapeDelete.md b/api/Visio.Master.BeforeShapeDelete.md
index 05e08954e1d..70c7493b36f 100644
--- a/api/Visio.Master.BeforeShapeDelete.md
+++ b/api/Visio.Master.BeforeShapeDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeDelete'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be deleted.|
diff --git a/api/Visio.Master.BeforeShapeTextEdit.md b/api/Visio.Master.BeforeShapeTextEdit.md
index 59af96a4b8e..24af22cdec5 100644
--- a/api/Visio.Master.BeforeShapeTextEdit.md
+++ b/api/Visio.Master.BeforeShapeTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.Master.BoundingBox.md b/api/Visio.Master.BoundingBox.md
index 83a956a29e8..45eb86c57d0 100644
--- a/api/Visio.Master.BoundingBox.md
+++ b/api/Visio.Master.BoundingBox.md
@@ -27,7 +27,7 @@ Returns a rectangle that tightly encloses the shapes of a master.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Required| **Integer**|Flags that influence the bounding box calculated for each shape that contributes to the resulting bounding box.|
| _lpr8Left_|Required| **Double**|Returns the x-coordinate of the left edge of the bounding box.|
@@ -35,7 +35,7 @@ Returns a rectangle that tightly encloses the shapes of a master.
| _lpr8Right_|Required| **Double**|Returns the x-coordinate of the right edge of the bounding box.|
| _lpr8Top_|Required| **Double**|Returns the y-coordinate of the top edge of the bounding box.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.CellChanged.md b/api/Visio.Master.CellChanged.md
index 7a811113278..2fd196869b4 100644
--- a/api/Visio.Master.CellChanged.md
+++ b/api/Visio.Master.CellChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Master.CenterDrawing.md b/api/Visio.Master.CenterDrawing.md
index 09a443fe8ee..470cf46c4c3 100644
--- a/api/Visio.Master.CenterDrawing.md
+++ b/api/Visio.Master.CenterDrawing.md
@@ -23,7 +23,7 @@ Centers a page's, master's, or group's shapes with respect to the extent of the
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.Close.md b/api/Visio.Master.Close.md
index 2a641924d32..6734c46f7e4 100644
--- a/api/Visio.Master.Close.md
+++ b/api/Visio.Master.Close.md
@@ -23,7 +23,7 @@ Closes a master.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.ConnectionsAdded.md b/api/Visio.Master.ConnectionsAdded.md
index c372efd119c..1f402fca6ba 100644
--- a/api/Visio.Master.ConnectionsAdded.md
+++ b/api/Visio.Master.ConnectionsAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that were established.|
diff --git a/api/Visio.Master.ConnectionsDeleted.md b/api/Visio.Master.ConnectionsDeleted.md
index dd50eff9e55..3509d0d7d5d 100644
--- a/api/Visio.Master.ConnectionsDeleted.md
+++ b/api/Visio.Master.ConnectionsDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that have been removed.|
diff --git a/api/Visio.Master.Connects.md b/api/Visio.Master.Connects.md
index 3ce7358657b..a36a31b1f77 100644
--- a/api/Visio.Master.Connects.md
+++ b/api/Visio.Master.Connects.md
@@ -23,7 +23,7 @@ Returns a **Connects** collection for a shape, page, or master. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Connects
diff --git a/api/Visio.Master.ConvertToGroupCanceled.md b/api/Visio.Master.ConvertToGroupCanceled.md
index 17e5c93cdf6..c8060109925 100644
--- a/api/Visio.Master.ConvertToGroupCanceled.md
+++ b/api/Visio.Master.ConvertToGroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Master.CreateSelection.md b/api/Visio.Master.CreateSelection.md
index 1ca1b50f406..ff6104ab58e 100644
--- a/api/Visio.Master.CreateSelection.md
+++ b/api/Visio.Master.CreateSelection.md
@@ -27,13 +27,13 @@ Creates various types of **Selection** objects.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SelType_|Required| **VisSelectionTypes**|The type of selection. See Remarks for possible values.|
| _IterationMode_|Optional| **VisSelectMode**|The selection mode used. See Remarks for possible values.|
| _Data_|Optional| **Variant**|The object type that corresponds to the _SelType_ argument. See Remarks for possible values.|
-### Return Value
+### Return value
Selection
diff --git a/api/Visio.Master.CreateShortcut.md b/api/Visio.Master.CreateShortcut.md
index fc39447ba61..db8607d927e 100644
--- a/api/Visio.Master.CreateShortcut.md
+++ b/api/Visio.Master.CreateShortcut.md
@@ -23,7 +23,7 @@ Creates a shortcut for a master.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
MasterShortcut
diff --git a/api/Visio.Master.DataGraphicDelete.md b/api/Visio.Master.DataGraphicDelete.md
index 59cd2a880b5..a34c3293d62 100644
--- a/api/Visio.Master.DataGraphicDelete.md
+++ b/api/Visio.Master.DataGraphicDelete.md
@@ -26,7 +26,7 @@ Deletes the **Master** of type **visTypeDataGraphic** from the **Masters** coll
_expression_ An expression that returns a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.DataGraphicHidden.md b/api/Visio.Master.DataGraphicHidden.md
index 6b0d498d729..28a1f41ca0d 100644
--- a/api/Visio.Master.DataGraphicHidden.md
+++ b/api/Visio.Master.DataGraphicHidden.md
@@ -26,7 +26,7 @@ Hides or displays a data graphic in the **Data Graphics** task pane in the Micr
_expression_ An expression that returns a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Master.DataGraphicHidesText.md b/api/Visio.Master.DataGraphicHidesText.md
index 12f3eb6917e..db944a0cfb9 100644
--- a/api/Visio.Master.DataGraphicHidesText.md
+++ b/api/Visio.Master.DataGraphicHidesText.md
@@ -26,7 +26,7 @@ Displays or hides the text of a shape or of the primary shape in a selection whe
_expression_ An expression that returns a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Master.DataGraphicHorizontalPosition.md b/api/Visio.Master.DataGraphicHorizontalPosition.md
index e9425e6482c..16274667c57 100644
--- a/api/Visio.Master.DataGraphicHorizontalPosition.md
+++ b/api/Visio.Master.DataGraphicHorizontalPosition.md
@@ -26,7 +26,7 @@ Gets or sets the default horizontal callout position for members of the **Graph
_expression_ An expression that returns a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
VisGraphicPositionHorizontal
diff --git a/api/Visio.Master.DataGraphicShowBorder.md b/api/Visio.Master.DataGraphicShowBorder.md
index c66838607c7..68ba136aab1 100644
--- a/api/Visio.Master.DataGraphicShowBorder.md
+++ b/api/Visio.Master.DataGraphicShowBorder.md
@@ -26,7 +26,7 @@ Gets or sets whether a border is displayed around the graphic items contained in
_expression_ An expression that returns a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Master.DataGraphicVerticalPosition.md b/api/Visio.Master.DataGraphicVerticalPosition.md
index 3fc5e56c76c..6ae642a054f 100644
--- a/api/Visio.Master.DataGraphicVerticalPosition.md
+++ b/api/Visio.Master.DataGraphicVerticalPosition.md
@@ -26,7 +26,7 @@ Gets or sets the default vertical callout position for members of the **Graphic
_expression_ An expression that returns a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
VisGraphicPositionVertical
diff --git a/api/Visio.Master.Delete.md b/api/Visio.Master.Delete.md
index 17c9bffdc82..71ed0514ed3 100644
--- a/api/Visio.Master.Delete.md
+++ b/api/Visio.Master.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.Document.md b/api/Visio.Master.Document.md
index 1d78b7266e3..f71910f341f 100644
--- a/api/Visio.Master.Document.md
+++ b/api/Visio.Master.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Master.DrawArcByThreePoints.md b/api/Visio.Master.DrawArcByThreePoints.md
index 2b3f16fc93c..1ac739be36a 100644
--- a/api/Visio.Master.DrawArcByThreePoints.md
+++ b/api/Visio.Master.DrawArcByThreePoints.md
@@ -27,7 +27,7 @@ Creates a shape whose path consists of an arc defined by the three points passed
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xBegin_|Required| **Double**|The x-coordinate of the begin point of the arc.|
| _yBegin_|Required| **Double**|The y-coordinate of the begin point of the arc.|
@@ -36,7 +36,7 @@ Creates a shape whose path consists of an arc defined by the three points passed
| _xControl_|Required| **Double**|The x-coordinate of the control point of the arc.|
| _yControl_|Required| **Double**|The y-coordinate of the control point of the arc.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DrawBezier.md b/api/Visio.Master.DrawBezier.md
index 7954fa5846e..a5db07cf011 100644
--- a/api/Visio.Master.DrawBezier.md
+++ b/api/Visio.Master.DrawBezier.md
@@ -27,13 +27,13 @@ Creates a shape whose path is defined by the supplied sequence of Bezier control
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xyArray()_|Required| **Double**|An array of alternating _x_ and _y_ values that define the Bezier control points for the new shape.|
| _degree_|Required| **Integer**|The degree of the Bezier curve.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DrawCircularArc.md b/api/Visio.Master.DrawCircularArc.md
index 4458ed3f877..1e039f3a717 100644
--- a/api/Visio.Master.DrawCircularArc.md
+++ b/api/Visio.Master.DrawCircularArc.md
@@ -27,7 +27,7 @@ Creates a new shape whose path consists of a circular arc defined by its center,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xCenter_|Required| **Double**|The x-coordinate of the center of the arc.|
| _yCenter_|Required| **Double**|The y-coordinate of the center of the arc.|
@@ -35,7 +35,7 @@ Creates a new shape whose path consists of a circular arc defined by its center,
| _StartAngle_|Optional| **Double**|The angle in radians with respect to the x-axis at which to start drawing the arc. The default is 0.|
| _EndAngle_|Optional| **Double**|The angle in radians with respect to the x-axis at which to end the arc. The default is pi (3.14592634898).|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DrawLine.md b/api/Visio.Master.DrawLine.md
index d27d5cc9abe..daab6c3c088 100644
--- a/api/Visio.Master.DrawLine.md
+++ b/api/Visio.Master.DrawLine.md
@@ -27,14 +27,14 @@ Adds a line to the **Shapes** collection of a master.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xBegin_|Required| **Double**|The x-coordinate of the line's begin point.|
| _yBegin_|Required| **Double**|The y-coordinate of the line's begin point.|
| _xEnd_|Required| **Double**|The x-coordinate of the line's endpoint.|
| _yEnd_|Required| **Double**|The y-coordinate of the line's endpoint.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DrawNURBS.md b/api/Visio.Master.DrawNURBS.md
index b15ffe1960d..7b590f71c70 100644
--- a/api/Visio.Master.DrawNURBS.md
+++ b/api/Visio.Master.DrawNURBS.md
@@ -27,7 +27,7 @@ Creates a new shape whose path consists of a single NURBS (nonuniform rational B
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _degree_|Required| **Integer**|The spline's degree; an integer between 1 and 25.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
@@ -35,7 +35,7 @@ Creates a new shape whose path consists of a single NURBS (nonuniform rational B
| _knots()_|Required| **Double**|An array of knots.|
| _weights_|Optional| **Variant**|An array of weights.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DrawOval.md b/api/Visio.Master.DrawOval.md
index ff7d816d427..71690f5e8d8 100644
--- a/api/Visio.Master.DrawOval.md
+++ b/api/Visio.Master.DrawOval.md
@@ -27,14 +27,14 @@ Adds an oval (ellipse) to the **Shapes** collection of a master.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x1_|Required| **Double**|The x-coordinate of one corner of the ellipse's width-height box.|
| _y1_|Required| **Double**|The y-coordinate of one corner of the ellipse's width-height box.|
| _x2_|Required| **Double**|The x-coordinate of the other corner of the ellipse's width-height box.|
| _y2_|Required| **Double**|The y-coordinate of the other corner of the ellipse's width-height box.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DrawPolyline.md b/api/Visio.Master.DrawPolyline.md
index beab5a3c932..357d369683f 100644
--- a/api/Visio.Master.DrawPolyline.md
+++ b/api/Visio.Master.DrawPolyline.md
@@ -27,12 +27,12 @@ Creates a shape whose path is a polyline along a given set of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xyArray()_|Required| **Double**| An array of alternating _x_ and _y_ values that defines points in the new shape's path.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DrawQuarterArc.md b/api/Visio.Master.DrawQuarterArc.md
index 9da9a9e0dc9..08fadbfe19a 100644
--- a/api/Visio.Master.DrawQuarterArc.md
+++ b/api/Visio.Master.DrawQuarterArc.md
@@ -27,7 +27,7 @@ Creates a shape whose path consists of an elliptical arc defined by the two poin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xBegin_|Required| **Double**|The _x_-coordinate of the begin point of the arc.|
| _yBegin_|Required| **Double**|The _y_-coordinate of the begin point of the arc.|
@@ -35,7 +35,7 @@ Creates a shape whose path consists of an elliptical arc defined by the two poin
| _yEnd_|Required| **Double**|The _y_-coordinate of the endpoint of the arc.|
| _SweepFlag_|Required| **VisArcSweepFlags**|The type of arc, concave or convex.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DrawRectangle.md b/api/Visio.Master.DrawRectangle.md
index 26080eae32f..54d29c88636 100644
--- a/api/Visio.Master.DrawRectangle.md
+++ b/api/Visio.Master.DrawRectangle.md
@@ -27,14 +27,14 @@ Adds a rectangle to the **Shapes** collection of a page, master, or group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x1_|Required| **Double**|The _x_-coordinate of one corner of the rectangle's width-height box.|
| _y1_|Required| **Double**|The _y_-coordinate of one corner of the rectangle's width-height box.|
| _x2_|Required| **Double**|The _x_-coordinate of the other corner of the rectangle's width-height box.|
| _y2_|Required| **Double**|The _y_-coordinate of the other corner of the rectangle's width-height box.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DrawSpline.md b/api/Visio.Master.DrawSpline.md
index 641cfdd85de..635371c17d4 100644
--- a/api/Visio.Master.DrawSpline.md
+++ b/api/Visio.Master.DrawSpline.md
@@ -27,13 +27,13 @@ Creates a new shape whose path follows a given sequence of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xyArray()_|Required| **Double**|An array of alternating _x_ and _y_ values that define points in the new shape's path.|
| _Tolerance_|Required| **Double**|How closely the path of the new shape must approximate the given points.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.Drop.md b/api/Visio.Master.Drop.md
index 71aca419356..5697e9e9df0 100644
--- a/api/Visio.Master.Drop.md
+++ b/api/Visio.Master.Drop.md
@@ -27,13 +27,13 @@ Creates one or more new **Shape** objects by dropping an object onto a receivin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The object or selection to drop. While this is typically a Visio object such as a **Master** , **Shape** , or **Selection** object, it can be any OLE object that provides an **IDataObject** interface.|
| _xPos_|Required| **Double**|The x-coordinate at which to place the center of the shape's width or PinX.|
| _yPos_|Required| **Double**|The y-coordinate at which to place the center of the shape's height or PinY.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.DropMany.md b/api/Visio.Master.DropMany.md
index c8a3bb40878..83da98dff68 100644
--- a/api/Visio.Master.DropMany.md
+++ b/api/Visio.Master.DropMany.md
@@ -27,13 +27,13 @@ Creates one or more new **Shape** objects in a master. It returns an array of t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectsToInstance()_|Required| **Variant**| An array that identifies masters or other objects from which to make shapes.|
| _xyArray()_|Required| **Double**|An array of alternating x and y values specifying the positions for the new shapes.|
| _IDArray()_|Required| **Integer**|Out parameter. An array that returns the IDs of the created shapes.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.DropManyU.md b/api/Visio.Master.DropManyU.md
index 70c7bfb37c6..58653834296 100644
--- a/api/Visio.Master.DropManyU.md
+++ b/api/Visio.Master.DropManyU.md
@@ -27,13 +27,13 @@ Creates one or more new **Shape** objects on a page, in a master, or in a group
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectsToInstance()_|Required| **Variant**|An array that identifies masters or other objects from which to make shapes by their universal names.|
| _xyArray()_|Required| **Double**|An array of alternating _x_ and _y_values specifying the positions for the new shapes.|
| _IDArray()_|Required| **Integer**|Out parameter. An array that returns the IDs of the created shapes.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.EditCopy.md b/api/Visio.Master.EditCopy.md
index 9300d1f6474..c7a8eb57f76 100644
--- a/api/Visio.Master.EditCopy.md
+++ b/api/Visio.Master.EditCopy.md
@@ -23,7 +23,7 @@ Returns a master that is open for editing and originally copied from this master
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Master.EventList.md b/api/Visio.Master.EventList.md
index b26d361659b..51007e893c5 100644
--- a/api/Visio.Master.EventList.md
+++ b/api/Visio.Master.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Master.Export.md b/api/Visio.Master.Export.md
index 1b85ab74dc9..461f1a91acc 100644
--- a/api/Visio.Master.Export.md
+++ b/api/Visio.Master.Export.md
@@ -27,11 +27,11 @@ Exports an object from Microsoft Visio to a file format such as .bmp, .dib, .dwg
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The fully qualified path and name of the file to receive the exported object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.ExportIcon.md b/api/Visio.Master.ExportIcon.md
index 0c197a67a80..28825472247 100644
--- a/api/Visio.Master.ExportIcon.md
+++ b/api/Visio.Master.ExportIcon.md
@@ -27,13 +27,13 @@ Exports the icon for a **Master** object to a named file or the Clipboard.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file to which to export the icon.|
| _Flags_|Required| **Integer**|The format in which to write the exported file.|
| _TransparentRGB_|Optional| **Variant**|The color to substitute for any transparent areas of the exported icon image.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.FormulaChanged.md b/api/Visio.Master.FormulaChanged.md
index deeab2b8073..16924f7b1ab 100644
--- a/api/Visio.Master.FormulaChanged.md
+++ b/api/Visio.Master.FormulaChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Master.GetFormulas.md b/api/Visio.Master.GetFormulas.md
index 871facd759d..bd916943c88 100644
--- a/api/Visio.Master.GetFormulas.md
+++ b/api/Visio.Master.GetFormulas.md
@@ -27,12 +27,12 @@ Returns the formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|A stream that identifies cells to be queried.|
| _formulaArray()_|Required| **Variant**|Out paramter. An array that receives formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.GetFormulasU.md b/api/Visio.Master.GetFormulasU.md
index b689e4d73d7..4bbdf196818 100644
--- a/api/Visio.Master.GetFormulasU.md
+++ b/api/Visio.Master.GetFormulasU.md
@@ -27,12 +27,12 @@ Returns the formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|A stream that identifies cells to be queried.|
| _formulaArray()_|Required| **Variant**|Out parameter. An array that receives formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.GetResults.md b/api/Visio.Master.GetResults.md
index 9da5dda546f..d83357f9032 100644
--- a/api/Visio.Master.GetResults.md
+++ b/api/Visio.Master.GetResults.md
@@ -27,14 +27,14 @@ Gets the results or formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|An array that identifies cells to be queried.|
| _Flags_|Required| **Integer**|Flags that influence the type of entries returned in results.|
| _UnitsNamesOrCodes()_|Required| **Variant**| An array of measurement units that results are to be returned in.|
| _resultArray()_|Required| **Variant**|Out parameter. An array that receives results or formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.GraphicItems.md b/api/Visio.Master.GraphicItems.md
index 43d2d4ee0a5..ddbf93fc928 100644
--- a/api/Visio.Master.GraphicItems.md
+++ b/api/Visio.Master.GraphicItems.md
@@ -26,7 +26,7 @@ Returns the **GraphicItems** collection that the master contains. Read-only.
_expression_ An expression that returns a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
GraphicItems
diff --git a/api/Visio.Master.GroupCanceled.md b/api/Visio.Master.GroupCanceled.md
index d83733a2d00..40c4eac8cd2 100644
--- a/api/Visio.Master.GroupCanceled.md
+++ b/api/Visio.Master.GroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Master.Hidden.md b/api/Visio.Master.Hidden.md
index 7db104fe681..1a9b200fd2d 100644
--- a/api/Visio.Master.Hidden.md
+++ b/api/Visio.Master.Hidden.md
@@ -23,7 +23,7 @@ Hides or shows a master on a stencil or a style in the user interface. Read/writ
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.ID.md b/api/Visio.Master.ID.md
index 88b4554276f..4e016c9cf07 100644
--- a/api/Visio.Master.ID.md
+++ b/api/Visio.Master.ID.md
@@ -23,7 +23,7 @@ Gets the ID of an object. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Master.Icon.md b/api/Visio.Master.Icon.md
index e32a04d476d..4ed40873443 100644
--- a/api/Visio.Master.Icon.md
+++ b/api/Visio.Master.Icon.md
@@ -23,7 +23,7 @@ Returns the icon contained in a master. Read/write.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
IPictureDisp
diff --git a/api/Visio.Master.IconSize.md b/api/Visio.Master.IconSize.md
index 7dedc373123..78a2764d02d 100644
--- a/api/Visio.Master.IconSize.md
+++ b/api/Visio.Master.IconSize.md
@@ -23,7 +23,7 @@ Gets or sets the size of a master icon. Read/write.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.IconUpdate.md b/api/Visio.Master.IconUpdate.md
index d2fd162b701..741dc2e73d5 100644
--- a/api/Visio.Master.IconUpdate.md
+++ b/api/Visio.Master.IconUpdate.md
@@ -23,7 +23,7 @@ Determines whether a master icon is updated manually or automatically. Read/writ
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.Import.md b/api/Visio.Master.Import.md
index f155b3efd4a..3b18d581c38 100644
--- a/api/Visio.Master.Import.md
+++ b/api/Visio.Master.Import.md
@@ -27,11 +27,11 @@ Imports a file into the current document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file to import; must be a fully qualified path.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.ImportIcon.md b/api/Visio.Master.ImportIcon.md
index a6ad6040751..dde292a7395 100644
--- a/api/Visio.Master.ImportIcon.md
+++ b/api/Visio.Master.ImportIcon.md
@@ -27,11 +27,11 @@ Imports the icon for a **Master** object from a named file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file to import.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.Index.md b/api/Visio.Master.Index.md
index e7be1fab195..56113e9cb24 100644
--- a/api/Visio.Master.Index.md
+++ b/api/Visio.Master.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Master** object in the **Masters** collection.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.IndexInStencil.md b/api/Visio.Master.IndexInStencil.md
index 3c652b96b38..568d03752b4 100644
--- a/api/Visio.Master.IndexInStencil.md
+++ b/api/Visio.Master.IndexInStencil.md
@@ -23,7 +23,7 @@ Gets or sets the index of a master or master shortcut object within its stencil.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.InsertFromFile.md b/api/Visio.Master.InsertFromFile.md
index 87710754cd1..cd0e45131e8 100644
--- a/api/Visio.Master.InsertFromFile.md
+++ b/api/Visio.Master.InsertFromFile.md
@@ -27,12 +27,12 @@ Adds a linked or embedded object to a page, master, or group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file that contains the object to link or embed.|
| _Flags_|Required| **Integer**|Flags that influence how the object is inserted.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.InsertObject.md b/api/Visio.Master.InsertObject.md
index ef9d4679171..1a1ac217f0f 100644
--- a/api/Visio.Master.InsertObject.md
+++ b/api/Visio.Master.InsertObject.md
@@ -27,12 +27,12 @@ Adds a new embedded object or ActiveX control to a page, master, or group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassOrProgID_|Required| **String**|Identifies the type of object or control to create.|
| _Flags_|Required| **Integer**|Flags that influence the operation.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.IsChanged.md b/api/Visio.Master.IsChanged.md
index ffa954f0957..66ff6f7867d 100644
--- a/api/Visio.Master.IsChanged.md
+++ b/api/Visio.Master.IsChanged.md
@@ -23,7 +23,7 @@ Indicates whether a master has changed since it was opened. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Master.Layers.md b/api/Visio.Master.Layers.md
index d2412b40d19..2494c8a9545 100644
--- a/api/Visio.Master.Layers.md
+++ b/api/Visio.Master.Layers.md
@@ -23,7 +23,7 @@ Returns the **Layers** collection of an object. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Layers
diff --git a/api/Visio.Master.Layout.md b/api/Visio.Master.Layout.md
index 5d3cbd5415f..1214ae289f1 100644
--- a/api/Visio.Master.Layout.md
+++ b/api/Visio.Master.Layout.md
@@ -23,7 +23,7 @@ Lays out the shapes and/or reroutes the connectors for the page, master, group,
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.MasterChanged.md b/api/Visio.Master.MasterChanged.md
index 616df157e4b..29f95d6c865 100644
--- a/api/Visio.Master.MasterChanged.md
+++ b/api/Visio.Master.MasterChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master whose properties changed.|
diff --git a/api/Visio.Master.MasterDeleteCanceled.md b/api/Visio.Master.MasterDeleteCanceled.md
index c1b0a8d8188..8f9c2e7f423 100644
--- a/api/Visio.Master.MasterDeleteCanceled.md
+++ b/api/Visio.Master.MasterDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was going to be deleted.|
diff --git a/api/Visio.Master.MatchByName.md b/api/Visio.Master.MatchByName.md
index dd3df2dae77..f8967cc18d4 100644
--- a/api/Visio.Master.MatchByName.md
+++ b/api/Visio.Master.MatchByName.md
@@ -23,7 +23,7 @@ Determines how the application decides if a document master is already present w
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.Name.md b/api/Visio.Master.Name.md
index 02d9333afb3..92eddf8d0a1 100644
--- a/api/Visio.Master.Name.md
+++ b/api/Visio.Master.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Master.NameU.md b/api/Visio.Master.NameU.md
index ae9eb5496ad..9f496202f24 100644
--- a/api/Visio.Master.NameU.md
+++ b/api/Visio.Master.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of a **Master** object. Read/write.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Master.NewBaseID.md b/api/Visio.Master.NewBaseID.md
index ea97b3a5fd4..8ce9f314e0f 100644
--- a/api/Visio.Master.NewBaseID.md
+++ b/api/Visio.Master.NewBaseID.md
@@ -23,7 +23,7 @@ Generates a new base ID for a master. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Master.OLEObjects.md b/api/Visio.Master.OLEObjects.md
index 3e6afb76b2f..983f312ce3f 100644
--- a/api/Visio.Master.OLEObjects.md
+++ b/api/Visio.Master.OLEObjects.md
@@ -23,7 +23,7 @@ Returns the **OLEObjects** collection of a master. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
OLEObjects
diff --git a/api/Visio.Master.ObjectType.md b/api/Visio.Master.ObjectType.md
index d7cc145cd10..461ca42d276 100644
--- a/api/Visio.Master.ObjectType.md
+++ b/api/Visio.Master.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.OneD.md b/api/Visio.Master.OneD.md
index 3c40d23455c..e91a30ffa75 100644
--- a/api/Visio.Master.OneD.md
+++ b/api/Visio.Master.OneD.md
@@ -23,7 +23,7 @@ Determines whether an object behaves as a one-dimensional (1-D) object. Read-onl
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.Open.md b/api/Visio.Master.Open.md
index 230f6f7b111..3a2c0668166 100644
--- a/api/Visio.Master.Open.md
+++ b/api/Visio.Master.Open.md
@@ -23,7 +23,7 @@ Opens an existing master so that it can be edited.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Master.OpenDrawWindow.md b/api/Visio.Master.OpenDrawWindow.md
index f309f647308..de026f2bd14 100644
--- a/api/Visio.Master.OpenDrawWindow.md
+++ b/api/Visio.Master.OpenDrawWindow.md
@@ -23,7 +23,7 @@ Opens a new drawing window that displays a master.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Master.OpenIconWindow.md b/api/Visio.Master.OpenIconWindow.md
index c884dac7916..bde6b1a477c 100644
--- a/api/Visio.Master.OpenIconWindow.md
+++ b/api/Visio.Master.OpenIconWindow.md
@@ -23,7 +23,7 @@ Opens an icon window that shows a master's icon.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Master.Original.md b/api/Visio.Master.Original.md
index 26c76dbf194..4556e101fd1 100644
--- a/api/Visio.Master.Original.md
+++ b/api/Visio.Master.Original.md
@@ -23,7 +23,7 @@ Returns the original master that produced this open master. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Master.PageSheet.md b/api/Visio.Master.PageSheet.md
index 53ae6f07159..f8b92cd01e3 100644
--- a/api/Visio.Master.PageSheet.md
+++ b/api/Visio.Master.PageSheet.md
@@ -23,7 +23,7 @@ Returns the page sheet (an object that represents the ShapeSheet spreadsheet) of
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Master.Paste.md b/api/Visio.Master.Paste.md
index ae45c963fb2..db093aad36b 100644
--- a/api/Visio.Master.Paste.md
+++ b/api/Visio.Master.Paste.md
@@ -27,11 +27,11 @@ Pastes the contents of the Clipboard into an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Optional| **Variant**|Determines how shapes are translated during the paste operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.PasteSpecial.md b/api/Visio.Master.PasteSpecial.md
index 4c574ad46c9..9ea42da387d 100644
--- a/api/Visio.Master.PasteSpecial.md
+++ b/api/Visio.Master.PasteSpecial.md
@@ -27,13 +27,13 @@ Inserts the contents of the Clipboard, allowing you to control the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Format_|Required| **Long**|The internal Clipboard format.|
| _Link_|Optional| **Variant**| **True** to establish a link to the source of the pasted data; otherwise, **False** (the default). Ignored if the source data is not suitable for, or does not support, linking.|
| _DisplayAsIcon_|Optional| **Variant**| **True** to display the pasted data as an icon; otherwise, **False** (the default).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.PasteToLocation.md b/api/Visio.Master.PasteToLocation.md
index 20dca480295..1ac39718934 100644
--- a/api/Visio.Master.PasteToLocation.md
+++ b/api/Visio.Master.PasteToLocation.md
@@ -27,13 +27,13 @@ Pastes a shape to the specified location.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xPos_|Required| **Double**|The x-coordinate at which to place the center of the object?s width or PinX, in inches.|
| _yPos_|Required| **Double**|The y-coordinate at which to place the center of the object?s height or PinY, in inches.|
| _Flags_|Required| **Long**|The default is zero.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Master.PatternFlags.md b/api/Visio.Master.PatternFlags.md
index 47d2fae6fd1..cc5ebe8c65f 100644
--- a/api/Visio.Master.PatternFlags.md
+++ b/api/Visio.Master.PatternFlags.md
@@ -23,7 +23,7 @@ Determines whether a master behaves as a custom pattern. Read/write.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.PersistsEvents.md b/api/Visio.Master.PersistsEvents.md
index 5a0a3c2b94f..dbade75d9b2 100644
--- a/api/Visio.Master.PersistsEvents.md
+++ b/api/Visio.Master.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.Picture.md b/api/Visio.Master.Picture.md
index 96b5d79771e..74a7bea2c1f 100644
--- a/api/Visio.Master.Picture.md
+++ b/api/Visio.Master.Picture.md
@@ -23,7 +23,7 @@ Returns a picture that represents an enhanced metafile (EMF) contained in a mast
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
IPictureDisp
diff --git a/api/Visio.Master.Prompt.md b/api/Visio.Master.Prompt.md
index de323e5fd28..67815338b2a 100644
--- a/api/Visio.Master.Prompt.md
+++ b/api/Visio.Master.Prompt.md
@@ -23,7 +23,7 @@ Gets or sets the prompt string for a master or master shortcut. Read/write.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Master.QueryCancelConvertToGroup.md b/api/Visio.Master.QueryCancelConvertToGroup.md
index 23319b8987b..1fccaf1296f 100644
--- a/api/Visio.Master.QueryCancelConvertToGroup.md
+++ b/api/Visio.Master.QueryCancelConvertToGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal Selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.Master.QueryCancelGroup.md b/api/Visio.Master.QueryCancelGroup.md
index 4b06e437887..1b21849e79e 100644
--- a/api/Visio.Master.QueryCancelGroup.md
+++ b/api/Visio.Master.QueryCancelGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.Master.QueryCancelMasterDelete.md b/api/Visio.Master.QueryCancelMasterDelete.md
index f030d5a715a..c661abdb903 100644
--- a/api/Visio.Master.QueryCancelMasterDelete.md
+++ b/api/Visio.Master.QueryCancelMasterDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelMasterDelete'(**_ByVal Master As [IVMASTE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Master.QueryCancelSelectionDelete.md b/api/Visio.Master.QueryCancelSelectionDelete.md
index 94d92d1dfbf..a211a255c53 100644
--- a/api/Visio.Master.QueryCancelSelectionDelete.md
+++ b/api/Visio.Master.QueryCancelSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal Selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.Master.QueryCancelUngroup.md b/api/Visio.Master.QueryCancelUngroup.md
index 2e308c943da..1540f3e8aac 100644
--- a/api/Visio.Master.QueryCancelUngroup.md
+++ b/api/Visio.Master.QueryCancelUngroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal Selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.Master.ResizeToFitContents.md b/api/Visio.Master.ResizeToFitContents.md
index 33e91855e4d..8bb3502a8b4 100644
--- a/api/Visio.Master.ResizeToFitContents.md
+++ b/api/Visio.Master.ResizeToFitContents.md
@@ -23,7 +23,7 @@ Resizes the page, or the master's page, to fit tightly around the shapes or mast
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Master.SelectionAdded.md b/api/Visio.Master.SelectionAdded.md
index 49bb172370c..1218f6cb9e2 100644
--- a/api/Visio.Master.SelectionAdded.md
+++ b/api/Visio.Master.SelectionAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionAdded'(**_ByVal Selection As [IVSELECTION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was added to the document.|
diff --git a/api/Visio.Master.SelectionDeleteCanceled.md b/api/Visio.Master.SelectionDeleteCanceled.md
index 84aadea5fd3..710905c769a 100644
--- a/api/Visio.Master.SelectionDeleteCanceled.md
+++ b/api/Visio.Master.SelectionDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.Master.SetFormulas.md b/api/Visio.Master.SetFormulas.md
index 8f28f98448d..ee873bd279a 100644
--- a/api/Visio.Master.SetFormulas.md
+++ b/api/Visio.Master.SetFormulas.md
@@ -27,13 +27,13 @@ Sets the formulas of one or more cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|A stream identifying cells to be modified.|
| _formulaArray()_|Required| **Variant**|Formulas to be assigned to identified cells.|
| _Flags_|Required| **Integer**|Flags that influence the behavior of **SetFormulas** .|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.SetResults.md b/api/Visio.Master.SetResults.md
index 16ead74c0f5..eeffd21862a 100644
--- a/api/Visio.Master.SetResults.md
+++ b/api/Visio.Master.SetResults.md
@@ -27,14 +27,14 @@ Sets the results or formulas of one or more cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|An array identifying cells to be modified.|
| _UnitsNamesOrCodes()_|Required| **Variant**|Measurement units to be attributed to entries in results array.|
| _resultArray()_|Required| **Variant**|Results or formulas to be assigned to identified cells.|
| _Flags_|Required| **Integer**|Flags that influence the behavior of **SetResults** .|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.ShapeAdded.md b/api/Visio.Master.ShapeAdded.md
index 79afe95cea9..c714a02c0a3 100644
--- a/api/Visio.Master.ShapeAdded.md
+++ b/api/Visio.Master.ShapeAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.Master.ShapeChanged.md b/api/Visio.Master.ShapeChanged.md
index c5126b3937e..b305c66a436 100644
--- a/api/Visio.Master.ShapeChanged.md
+++ b/api/Visio.Master.ShapeChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose property changed.|
diff --git a/api/Visio.Master.ShapeDataGraphicChanged.md b/api/Visio.Master.ShapeDataGraphicChanged.md
index 0919f4ff860..b1f33e0987f 100644
--- a/api/Visio.Master.ShapeDataGraphicChanged.md
+++ b/api/Visio.Master.ShapeDataGraphicChanged.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.Master.ShapeExitedTextEdit.md b/api/Visio.Master.ShapeExitedTextEdit.md
index e5b6f02cc3c..620d0041424 100644
--- a/api/Visio.Master.ShapeExitedTextEdit.md
+++ b/api/Visio.Master.ShapeExitedTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.Master.ShapeParentChanged.md b/api/Visio.Master.ShapeParentChanged.md
index ee5b56b81a9..ac015201469 100644
--- a/api/Visio.Master.ShapeParentChanged.md
+++ b/api/Visio.Master.ShapeParentChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.Master.Shapes.md b/api/Visio.Master.Shapes.md
index b122fc4e23c..ae123137fe4 100644
--- a/api/Visio.Master.Shapes.md
+++ b/api/Visio.Master.Shapes.md
@@ -23,7 +23,7 @@ Returns the **Shapes** collection for a page, master, or group. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Shapes
diff --git a/api/Visio.Master.SpatialSearch.md b/api/Visio.Master.SpatialSearch.md
index 4b361051ea9..e3bb83c3383 100644
--- a/api/Visio.Master.SpatialSearch.md
+++ b/api/Visio.Master.SpatialSearch.md
@@ -27,7 +27,7 @@ Returns a **Selection** object whose shapes meet certain criteria in relation t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Double**|The x-coordinate.|
| _y_|Required| **Double**|The y-coordinate.|
@@ -35,7 +35,7 @@ Returns a **Selection** object whose shapes meet certain criteria in relation t
| _Tolerance_|Required| **Double**|A distance in internal drawing units with respect to the coordinate space.|
| _Flags_|Required| **Integer**|Flags that influence the result.|
-### Return Value
+### Return value
Selection
diff --git a/api/Visio.Master.Stat.md b/api/Visio.Master.Stat.md
index d24fcfd4ea5..17d5b7c5f61 100644
--- a/api/Visio.Master.Stat.md
+++ b/api/Visio.Master.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Master.TextChanged.md b/api/Visio.Master.TextChanged.md
index 909eee1fab6..f418c749f5f 100644
--- a/api/Visio.Master.TextChanged.md
+++ b/api/Visio.Master.TextChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'TextChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose text changed.|
diff --git a/api/Visio.Master.Type.md b/api/Visio.Master.Type.md
index 0148d2452ae..ed6403a4ecd 100644
--- a/api/Visio.Master.Type.md
+++ b/api/Visio.Master.Type.md
@@ -23,7 +23,7 @@ Returns the type of the **Master** object. Read-only.
_expression_ A variable that represents a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
VisMasterTypes
diff --git a/api/Visio.Master.UngroupCanceled.md b/api/Visio.Master.UngroupCanceled.md
index ffc7613c605..2f16d30f7ce 100644
--- a/api/Visio.Master.UngroupCanceled.md
+++ b/api/Visio.Master.UngroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.Master.UniqueID.md b/api/Visio.Master.UniqueID.md
index 73e8f51d64f..58a15e737ff 100644
--- a/api/Visio.Master.UniqueID.md
+++ b/api/Visio.Master.UniqueID.md
@@ -23,7 +23,7 @@ Returns the unique ID of a master. Read-only.
_expression_ An expression that returns a [Master](./Visio.Master.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MasterShortcut.AlignName.md b/api/Visio.MasterShortcut.AlignName.md
index 324c4e1d516..cadae3f40dd 100644
--- a/api/Visio.MasterShortcut.AlignName.md
+++ b/api/Visio.MasterShortcut.AlignName.md
@@ -23,7 +23,7 @@ Gets or sets the position of a master name in a stencil window. Read/write.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MasterShortcut.Application.md b/api/Visio.MasterShortcut.Application.md
index ef009f5a046..6e7ac4a7dbd 100644
--- a/api/Visio.MasterShortcut.Application.md
+++ b/api/Visio.MasterShortcut.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.MasterShortcut.Delete.md b/api/Visio.MasterShortcut.Delete.md
index edc0cd6d45f..f3b4ab8b848 100644
--- a/api/Visio.MasterShortcut.Delete.md
+++ b/api/Visio.MasterShortcut.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.MasterShortcut.Document.md b/api/Visio.MasterShortcut.Document.md
index 4c874850cc6..e2c54c7d988 100644
--- a/api/Visio.MasterShortcut.Document.md
+++ b/api/Visio.MasterShortcut.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.MasterShortcut.DropActions.md b/api/Visio.MasterShortcut.DropActions.md
index c478d73cadd..40f94d024d9 100644
--- a/api/Visio.MasterShortcut.DropActions.md
+++ b/api/Visio.MasterShortcut.DropActions.md
@@ -23,7 +23,7 @@ Defines special actions to be performed on shapes created by using a master shor
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MasterShortcut.ExportIcon.md b/api/Visio.MasterShortcut.ExportIcon.md
index 0316258e9d4..16261ff23c7 100644
--- a/api/Visio.MasterShortcut.ExportIcon.md
+++ b/api/Visio.MasterShortcut.ExportIcon.md
@@ -27,13 +27,13 @@ Exports the icon for a **Master** object to a named file or the Clipboard.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file to which to export the icon.|
| _Flags_|Required| **Integer**|The format in which to write the exported file.|
| _TransparentRGB_|Optional| **Variant**|The color to substitute for any transparent areas of the exported icon image.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.MasterShortcut.ID.md b/api/Visio.MasterShortcut.ID.md
index 5f2f4800989..287c84f3daa 100644
--- a/api/Visio.MasterShortcut.ID.md
+++ b/api/Visio.MasterShortcut.ID.md
@@ -23,7 +23,7 @@ Gets the ID of an object. Read-only.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MasterShortcut.Icon.md b/api/Visio.MasterShortcut.Icon.md
index e8e65f3c0d1..bc34b0753e7 100644
--- a/api/Visio.MasterShortcut.Icon.md
+++ b/api/Visio.MasterShortcut.Icon.md
@@ -23,7 +23,7 @@ Returns the icon contained in a master shortcut. Read/write.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
IPictureDisp
diff --git a/api/Visio.MasterShortcut.IconSize.md b/api/Visio.MasterShortcut.IconSize.md
index f7009fb761e..387f22ea224 100644
--- a/api/Visio.MasterShortcut.IconSize.md
+++ b/api/Visio.MasterShortcut.IconSize.md
@@ -23,7 +23,7 @@ Gets or sets the size of a master icon. Read/write.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MasterShortcut.ImportIcon.md b/api/Visio.MasterShortcut.ImportIcon.md
index 0be2e2c3c26..9c13d2d105d 100644
--- a/api/Visio.MasterShortcut.ImportIcon.md
+++ b/api/Visio.MasterShortcut.ImportIcon.md
@@ -27,11 +27,11 @@ Imports the icon for a **Master** object from a named file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file to import.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.MasterShortcut.Index.md b/api/Visio.MasterShortcut.Index.md
index 4f0a08646dd..77c976e253e 100644
--- a/api/Visio.MasterShortcut.Index.md
+++ b/api/Visio.MasterShortcut.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **MasterShortcut** object in the **MasterShortcu
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MasterShortcut.IndexInStencil.md b/api/Visio.MasterShortcut.IndexInStencil.md
index a3b0578a9a1..e4b3d28038c 100644
--- a/api/Visio.MasterShortcut.IndexInStencil.md
+++ b/api/Visio.MasterShortcut.IndexInStencil.md
@@ -23,7 +23,7 @@ Gets or sets the index of a master or master shortcut object within its stencil.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MasterShortcut.Name.md b/api/Visio.MasterShortcut.Name.md
index 6545b3aa386..bec052156de 100644
--- a/api/Visio.MasterShortcut.Name.md
+++ b/api/Visio.MasterShortcut.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MasterShortcut.NameU.md b/api/Visio.MasterShortcut.NameU.md
index f770956d8e9..c9035ea2899 100644
--- a/api/Visio.MasterShortcut.NameU.md
+++ b/api/Visio.MasterShortcut.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of a **MasterShortcut** object. Read/write.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MasterShortcut.ObjectType.md b/api/Visio.MasterShortcut.ObjectType.md
index 19669881120..f3f1299b298 100644
--- a/api/Visio.MasterShortcut.ObjectType.md
+++ b/api/Visio.MasterShortcut.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MasterShortcut.OpenIconWindow.md b/api/Visio.MasterShortcut.OpenIconWindow.md
index d6fc3520c3e..265169cd9ea 100644
--- a/api/Visio.MasterShortcut.OpenIconWindow.md
+++ b/api/Visio.MasterShortcut.OpenIconWindow.md
@@ -23,7 +23,7 @@ Opens an icon window that shows a master's icon.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.MasterShortcut.Prompt.md b/api/Visio.MasterShortcut.Prompt.md
index 9bd0c150980..9dde01b050c 100644
--- a/api/Visio.MasterShortcut.Prompt.md
+++ b/api/Visio.MasterShortcut.Prompt.md
@@ -23,7 +23,7 @@ Gets or sets the prompt string for a master or master shortcut. Read/write.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MasterShortcut.ShapeHelp.md b/api/Visio.MasterShortcut.ShapeHelp.md
index f0bd0a968c1..e408159a29c 100644
--- a/api/Visio.MasterShortcut.ShapeHelp.md
+++ b/api/Visio.MasterShortcut.ShapeHelp.md
@@ -23,7 +23,7 @@ Gets or sets the help string used when the user clicks **Help** on the shortcut
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MasterShortcut.Stat.md b/api/Visio.MasterShortcut.Stat.md
index 317a7d9e107..292cb0c9c30 100644
--- a/api/Visio.MasterShortcut.Stat.md
+++ b/api/Visio.MasterShortcut.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MasterShortcut.TargetDocumentName.md b/api/Visio.MasterShortcut.TargetDocumentName.md
index ffb5d9714aa..239d7283c46 100644
--- a/api/Visio.MasterShortcut.TargetDocumentName.md
+++ b/api/Visio.MasterShortcut.TargetDocumentName.md
@@ -23,7 +23,7 @@ Gets and sets the path and file name of a Microsoft Visio document (usually a st
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MasterShortcut.TargetMasterName.md b/api/Visio.MasterShortcut.TargetMasterName.md
index 0d3f72557e9..ea9a419da76 100644
--- a/api/Visio.MasterShortcut.TargetMasterName.md
+++ b/api/Visio.MasterShortcut.TargetMasterName.md
@@ -23,7 +23,7 @@ Gets or sets the name of the master to which the master shortcut refers. Read/wr
_expression_ A variable that represents a [MasterShortcut](./Visio.MasterShortcut.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MasterShortcuts.Application.md b/api/Visio.MasterShortcuts.Application.md
index 07e929cbd29..aee2521ef5f 100644
--- a/api/Visio.MasterShortcuts.Application.md
+++ b/api/Visio.MasterShortcuts.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [MasterShortcuts](./Visio.MasterShortcuts.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.MasterShortcuts.Count.md b/api/Visio.MasterShortcuts.Count.md
index aad3a947052..29f9dd47cd8 100644
--- a/api/Visio.MasterShortcuts.Count.md
+++ b/api/Visio.MasterShortcuts.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [MasterShortcuts](./Visio.MasterShortcuts.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MasterShortcuts.Document.md b/api/Visio.MasterShortcuts.Document.md
index 506c7ff8520..6de43afa46c 100644
--- a/api/Visio.MasterShortcuts.Document.md
+++ b/api/Visio.MasterShortcuts.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [MasterShortcuts](./Visio.MasterShortcuts.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.MasterShortcuts.Drop.md b/api/Visio.MasterShortcuts.Drop.md
index ac609f0a7d1..129a4c6e3c9 100644
--- a/api/Visio.MasterShortcuts.Drop.md
+++ b/api/Visio.MasterShortcuts.Drop.md
@@ -27,13 +27,13 @@ Creates a new **Master** object by dropping an object onto a receiving object su
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The object to drop. While this is typically a Visio object such as a **Master** , **Shape** , or **Selection** object, it can be any OLE object that provides an **IDataObject** interface.|
| _xPos_|Required| **Integer**|The x-coordinate at which to place the center of the shape's width or PinX.|
| _yPos_|Required| **Integer**|The y-coordinate at which to place the center of the shape's height or PinY.|
-### Return Value
+### Return value
Master
diff --git a/api/Visio.MasterShortcuts.GetNames.md b/api/Visio.MasterShortcuts.GetNames.md
index 55cc22b1f9b..b9bb0c7812e 100644
--- a/api/Visio.MasterShortcuts.GetNames.md
+++ b/api/Visio.MasterShortcuts.GetNames.md
@@ -27,11 +27,11 @@ Returns the names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeSpecificNameArray()_|Required| **String**|Out parameter. An array that receives names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.MasterShortcuts.GetNamesU.md b/api/Visio.MasterShortcuts.GetNamesU.md
index c02bfb0560f..d60e63a8056 100644
--- a/api/Visio.MasterShortcuts.GetNamesU.md
+++ b/api/Visio.MasterShortcuts.GetNamesU.md
@@ -27,11 +27,11 @@ Returns the universal names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeIndependentNameArray()_|Required| **String**|Out parameter. An array that receives the names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.MasterShortcuts.Item.md b/api/Visio.MasterShortcuts.Item.md
index 6aa179921b8..12ca30ce6ab 100644
--- a/api/Visio.MasterShortcuts.Item.md
+++ b/api/Visio.MasterShortcuts.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
MasterShortcut
diff --git a/api/Visio.MasterShortcuts.ItemFromID.md b/api/Visio.MasterShortcuts.ItemFromID.md
index e8b8bb36d43..edfff394689 100644
--- a/api/Visio.MasterShortcuts.ItemFromID.md
+++ b/api/Visio.MasterShortcuts.ItemFromID.md
@@ -27,11 +27,11 @@ Returns an item of a collection using the ID of the item. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
MasterShortcut
diff --git a/api/Visio.MasterShortcuts.ItemU.md b/api/Visio.MasterShortcuts.ItemU.md
index b9afea157e4..b4c23db14d7 100644
--- a/api/Visio.MasterShortcuts.ItemU.md
+++ b/api/Visio.MasterShortcuts.ItemU.md
@@ -27,11 +27,11 @@ Returns an object from a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the universal name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
MasterShortcut
diff --git a/api/Visio.MasterShortcuts.ObjectType.md b/api/Visio.MasterShortcuts.ObjectType.md
index d26796ddc29..7f8fb2e1870 100644
--- a/api/Visio.MasterShortcuts.ObjectType.md
+++ b/api/Visio.MasterShortcuts.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [MasterShortcuts](./Visio.MasterShortcuts.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MasterShortcuts.Paste.md b/api/Visio.MasterShortcuts.Paste.md
index 63ee27e9e8b..523d7bfdc34 100644
--- a/api/Visio.MasterShortcuts.Paste.md
+++ b/api/Visio.MasterShortcuts.Paste.md
@@ -27,11 +27,11 @@ Pastes the contents of the Clipboard into an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Optional| **Variant**|Determines how shapes are translated during the paste operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.MasterShortcuts.Stat.md b/api/Visio.MasterShortcuts.Stat.md
index 98f4f35c632..eed7111edc7 100644
--- a/api/Visio.MasterShortcuts.Stat.md
+++ b/api/Visio.MasterShortcuts.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [MasterShortcuts](./Visio.MasterShortcuts.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Masters.Add.md b/api/Visio.Masters.Add.md
index ed382e465e7..90c84526971 100644
--- a/api/Visio.Masters.Add.md
+++ b/api/Visio.Masters.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents a [Masters](./Visio.Masters.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Masters.AddEx.md b/api/Visio.Masters.AddEx.md
index bf006b27302..9cd6780e4bb 100644
--- a/api/Visio.Masters.AddEx.md
+++ b/api/Visio.Masters.AddEx.md
@@ -27,11 +27,11 @@ Adds a new **Master** object of the specified type to the **Masters** collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **VisMasterTypes**|A master type from the **VisMasterTypes** enumeration. See Remarks for possible values.|
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Masters.Application.md b/api/Visio.Masters.Application.md
index 8d78f3dad27..5ce43115ee5 100644
--- a/api/Visio.Masters.Application.md
+++ b/api/Visio.Masters.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Masters](./Visio.Masters.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Masters.BeforeMasterDelete.md b/api/Visio.Masters.BeforeMasterDelete.md
index f1ace4ca970..51b1547a9a9 100644
--- a/api/Visio.Masters.BeforeMasterDelete.md
+++ b/api/Visio.Masters.BeforeMasterDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeMasterDelete'(**_ByVal Master As [IVMASTER]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Masters.BeforeSelectionDelete.md b/api/Visio.Masters.BeforeSelectionDelete.md
index 2fcf3826980..233c468b51b 100644
--- a/api/Visio.Masters.BeforeSelectionDelete.md
+++ b/api/Visio.Masters.BeforeSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.Masters.BeforeShapeDelete.md b/api/Visio.Masters.BeforeShapeDelete.md
index a3c642eb10e..fcb820b9e8d 100644
--- a/api/Visio.Masters.BeforeShapeDelete.md
+++ b/api/Visio.Masters.BeforeShapeDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeDelete'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be deleted.|
diff --git a/api/Visio.Masters.BeforeShapeTextEdit.md b/api/Visio.Masters.BeforeShapeTextEdit.md
index a0096b4afed..2cc92a46dc7 100644
--- a/api/Visio.Masters.BeforeShapeTextEdit.md
+++ b/api/Visio.Masters.BeforeShapeTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.Masters.CellChanged.md b/api/Visio.Masters.CellChanged.md
index 8d746be1fe3..dfbc11cc6ba 100644
--- a/api/Visio.Masters.CellChanged.md
+++ b/api/Visio.Masters.CellChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Masters.ConnectionsAdded.md b/api/Visio.Masters.ConnectionsAdded.md
index 92857fd2999..adc3ec87eda 100644
--- a/api/Visio.Masters.ConnectionsAdded.md
+++ b/api/Visio.Masters.ConnectionsAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that were established.|
diff --git a/api/Visio.Masters.ConnectionsDeleted.md b/api/Visio.Masters.ConnectionsDeleted.md
index fbae84fed70..b6da00670c2 100644
--- a/api/Visio.Masters.ConnectionsDeleted.md
+++ b/api/Visio.Masters.ConnectionsDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that have been removed.|
diff --git a/api/Visio.Masters.ConvertToGroupCanceled.md b/api/Visio.Masters.ConvertToGroupCanceled.md
index 6b927b96347..eba8b7a623b 100644
--- a/api/Visio.Masters.ConvertToGroupCanceled.md
+++ b/api/Visio.Masters.ConvertToGroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Masters.Count.md b/api/Visio.Masters.Count.md
index 39902525c1e..01312446550 100644
--- a/api/Visio.Masters.Count.md
+++ b/api/Visio.Masters.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Masters](./Visio.Masters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Masters.Document.md b/api/Visio.Masters.Document.md
index a47d134f748..206744f6a60 100644
--- a/api/Visio.Masters.Document.md
+++ b/api/Visio.Masters.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Masters](./Visio.Masters.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Masters.Drop.md b/api/Visio.Masters.Drop.md
index ab86c34aa81..b74df337fab 100644
--- a/api/Visio.Masters.Drop.md
+++ b/api/Visio.Masters.Drop.md
@@ -27,13 +27,13 @@ Creates a new **Master** object by dropping an object onto a receiving object su
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The object to drop. While this is typically a Visio object such as a **Master** , **Shape** , or **Selection** object, it can be any OLE object that provides an **IDataObject** interface.|
| _xPos_|Required| **Integer**|The x-coordinate at which to place the center of the shape's width or PinX.|
| _yPos_|Required| **Integer**|The y-coordinate at which to place the center of the shape's height or PinY.|
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Masters.EventList.md b/api/Visio.Masters.EventList.md
index 749ee7ef856..2f55c400464 100644
--- a/api/Visio.Masters.EventList.md
+++ b/api/Visio.Masters.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Masters](./Visio.Masters.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Masters.FormulaChanged.md b/api/Visio.Masters.FormulaChanged.md
index 2c20f925238..a203af9f400 100644
--- a/api/Visio.Masters.FormulaChanged.md
+++ b/api/Visio.Masters.FormulaChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Masters.GetNames.md b/api/Visio.Masters.GetNames.md
index f72f1387a65..ed3fad6da1a 100644
--- a/api/Visio.Masters.GetNames.md
+++ b/api/Visio.Masters.GetNames.md
@@ -27,11 +27,11 @@ Returns the names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeSpecificNameArray()_|Required| **STring**|Out parameter. An array that receives names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Masters.GetNamesU.md b/api/Visio.Masters.GetNamesU.md
index e662a24007a..df4541a94f5 100644
--- a/api/Visio.Masters.GetNamesU.md
+++ b/api/Visio.Masters.GetNamesU.md
@@ -27,11 +27,11 @@ Returns the universal names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeIndependentNameArray()_|Required| **String**|Out parameter. An array that receives the names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Masters.GroupCanceled.md b/api/Visio.Masters.GroupCanceled.md
index d221fec3dd9..fbd4871cc32 100644
--- a/api/Visio.Masters.GroupCanceled.md
+++ b/api/Visio.Masters.GroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Masters.Item.md b/api/Visio.Masters.Item.md
index c79d98dfa0e..d166cd4638a 100644
--- a/api/Visio.Masters.Item.md
+++ b/api/Visio.Masters.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameUIDOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Masters.ItemFromID.md b/api/Visio.Masters.ItemFromID.md
index 32f951d7018..2aba674c480 100644
--- a/api/Visio.Masters.ItemFromID.md
+++ b/api/Visio.Masters.ItemFromID.md
@@ -27,11 +27,11 @@ Returns an item of a collection using the ID of the item. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Masters.ItemU.md b/api/Visio.Masters.ItemU.md
index b67a105414e..c8f80d58163 100644
--- a/api/Visio.Masters.ItemU.md
+++ b/api/Visio.Masters.ItemU.md
@@ -27,11 +27,11 @@ Returns an object from a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the universal name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Masters.MasterAdded.md b/api/Visio.Masters.MasterAdded.md
index a1b86e85678..afda5c4fa7f 100644
--- a/api/Visio.Masters.MasterAdded.md
+++ b/api/Visio.Masters.MasterAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterAdded'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was added to the document.|
diff --git a/api/Visio.Masters.MasterChanged.md b/api/Visio.Masters.MasterChanged.md
index 4d54ae1e69e..885cac4efd0 100644
--- a/api/Visio.Masters.MasterChanged.md
+++ b/api/Visio.Masters.MasterChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterChanged'(**_ByVal Master As [IVMASTER]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master whose properties changed.|
diff --git a/api/Visio.Masters.MasterDeleteCanceled.md b/api/Visio.Masters.MasterDeleteCanceled.md
index bb1e4ffa275..3dc28adaaca 100644
--- a/api/Visio.Masters.MasterDeleteCanceled.md
+++ b/api/Visio.Masters.MasterDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MasterDeleteCanceled'(**_ByVal Master As [IVMASTER]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that was going to be deleted.|
diff --git a/api/Visio.Masters.ObjectType.md b/api/Visio.Masters.ObjectType.md
index fa9130715e6..741da79f57e 100644
--- a/api/Visio.Masters.ObjectType.md
+++ b/api/Visio.Masters.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Masters](./Visio.Masters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Masters.Paste.md b/api/Visio.Masters.Paste.md
index 51b8bd5679a..9ecdb277639 100644
--- a/api/Visio.Masters.Paste.md
+++ b/api/Visio.Masters.Paste.md
@@ -27,11 +27,11 @@ Pastes the contents of the Clipboard into an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Optional| **Variant**|Determines how shapes are translated during the paste operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Masters.PersistsEvents.md b/api/Visio.Masters.PersistsEvents.md
index eb913a5e336..27cb8357d5e 100644
--- a/api/Visio.Masters.PersistsEvents.md
+++ b/api/Visio.Masters.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Masters](./Visio.Masters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Masters.QueryCancelConvertToGroup.md b/api/Visio.Masters.QueryCancelConvertToGroup.md
index 5b60891071d..0a1851bf8b7 100644
--- a/api/Visio.Masters.QueryCancelConvertToGroup.md
+++ b/api/Visio.Masters.QueryCancelConvertToGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal Selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.Masters.QueryCancelGroup.md b/api/Visio.Masters.QueryCancelGroup.md
index ef051e07d0b..56a2e37ab7e 100644
--- a/api/Visio.Masters.QueryCancelGroup.md
+++ b/api/Visio.Masters.QueryCancelGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.Masters.QueryCancelMasterDelete.md b/api/Visio.Masters.QueryCancelMasterDelete.md
index e94effb8200..8ced786e217 100644
--- a/api/Visio.Masters.QueryCancelMasterDelete.md
+++ b/api/Visio.Masters.QueryCancelMasterDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelMasterDelete'(**_ByVal Master As [IVMASTE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Master_|Required| **[IVMASTER]**|The master that is going to be deleted.|
diff --git a/api/Visio.Masters.QueryCancelSelectionDelete.md b/api/Visio.Masters.QueryCancelSelectionDelete.md
index 6dc18571db0..e6bf7f3e00c 100644
--- a/api/Visio.Masters.QueryCancelSelectionDelete.md
+++ b/api/Visio.Masters.QueryCancelSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal Selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.Masters.QueryCancelUngroup.md b/api/Visio.Masters.QueryCancelUngroup.md
index 768aaf71d00..b807768201e 100644
--- a/api/Visio.Masters.QueryCancelUngroup.md
+++ b/api/Visio.Masters.QueryCancelUngroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal Selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.Masters.SelectionAdded.md b/api/Visio.Masters.SelectionAdded.md
index 0af659d7987..d7794e33595 100644
--- a/api/Visio.Masters.SelectionAdded.md
+++ b/api/Visio.Masters.SelectionAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionAdded'(**_ByVal Selection As [IVSELECTION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was added to the document.|
diff --git a/api/Visio.Masters.SelectionDeleteCanceled.md b/api/Visio.Masters.SelectionDeleteCanceled.md
index 9ce921c5c9a..2c6f48bd63d 100644
--- a/api/Visio.Masters.SelectionDeleteCanceled.md
+++ b/api/Visio.Masters.SelectionDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.Masters.ShapeAdded.md b/api/Visio.Masters.ShapeAdded.md
index e847137da15..1c664d1fe3b 100644
--- a/api/Visio.Masters.ShapeAdded.md
+++ b/api/Visio.Masters.ShapeAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.Masters.ShapeChanged.md b/api/Visio.Masters.ShapeChanged.md
index 735a4b909d0..800dc618403 100644
--- a/api/Visio.Masters.ShapeChanged.md
+++ b/api/Visio.Masters.ShapeChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose property changed.|
diff --git a/api/Visio.Masters.ShapeDataGraphicChanged.md b/api/Visio.Masters.ShapeDataGraphicChanged.md
index 5d9253fec6e..93c52d3815d 100644
--- a/api/Visio.Masters.ShapeDataGraphicChanged.md
+++ b/api/Visio.Masters.ShapeDataGraphicChanged.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.Masters.ShapeExitedTextEdit.md b/api/Visio.Masters.ShapeExitedTextEdit.md
index a5496ee71c7..e3994d72cb2 100644
--- a/api/Visio.Masters.ShapeExitedTextEdit.md
+++ b/api/Visio.Masters.ShapeExitedTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.Masters.ShapeParentChanged.md b/api/Visio.Masters.ShapeParentChanged.md
index 46462fada36..a67815a05cf 100644
--- a/api/Visio.Masters.ShapeParentChanged.md
+++ b/api/Visio.Masters.ShapeParentChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.Masters.Stat.md b/api/Visio.Masters.Stat.md
index fb866c5c480..67e0fed9cac 100644
--- a/api/Visio.Masters.Stat.md
+++ b/api/Visio.Masters.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Masters](./Visio.Masters.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Masters.TextChanged.md b/api/Visio.Masters.TextChanged.md
index 0f2de1f0ef0..2526ce60443 100644
--- a/api/Visio.Masters.TextChanged.md
+++ b/api/Visio.Masters.TextChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'TextChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose text changed.|
diff --git a/api/Visio.Masters.UngroupCanceled.md b/api/Visio.Masters.UngroupCanceled.md
index fc87b9e5b6a..42716f1d7f8 100644
--- a/api/Visio.Masters.UngroupCanceled.md
+++ b/api/Visio.Masters.UngroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.Menu.ActionText.md b/api/Visio.Menu.ActionText.md
index f165469f484..6fcfaea1ef6 100644
--- a/api/Visio.Menu.ActionText.md
+++ b/api/Visio.Menu.ActionText.md
@@ -23,7 +23,7 @@ Gets or sets the action text for a menu. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Menu.AddOnArgs.md b/api/Visio.Menu.AddOnArgs.md
index 41535e15637..00355895f9c 100644
--- a/api/Visio.Menu.AddOnArgs.md
+++ b/api/Visio.Menu.AddOnArgs.md
@@ -23,7 +23,7 @@ Gets or sets the argument string that you send to the add-on associated with a p
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Menu.AddOnName.md b/api/Visio.Menu.AddOnName.md
index 02a71d77442..c9556b00841 100644
--- a/api/Visio.Menu.AddOnName.md
+++ b/api/Visio.Menu.AddOnName.md
@@ -23,7 +23,7 @@ Gets or sets the name of an add-on or procedure that is run when its associated
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Menu.BuiltIn.md b/api/Visio.Menu.BuiltIn.md
index 88dad05085f..fcf82428c70 100644
--- a/api/Visio.Menu.BuiltIn.md
+++ b/api/Visio.Menu.BuiltIn.md
@@ -23,7 +23,7 @@ Determines whether an object is a default Microsoft Visio user interface object
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Menu.Caption.md b/api/Visio.Menu.Caption.md
index 76ac3221da1..18010ec298c 100644
--- a/api/Visio.Menu.Caption.md
+++ b/api/Visio.Menu.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption for a menu. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Menu.CmdNum.md b/api/Visio.Menu.CmdNum.md
index 895776223ec..e9ad03c78d8 100644
--- a/api/Visio.Menu.CmdNum.md
+++ b/api/Visio.Menu.CmdNum.md
@@ -23,7 +23,7 @@ Gets or sets the command ID associated with a menu. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.CntrlType.md b/api/Visio.Menu.CntrlType.md
index c08c6e69677..3fe4c268b69 100644
--- a/api/Visio.Menu.CntrlType.md
+++ b/api/Visio.Menu.CntrlType.md
@@ -23,7 +23,7 @@ Gets or sets the control type of a menu. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.Delete.md b/api/Visio.Menu.Delete.md
index d9f01424fc4..ee3e318fd57 100644
--- a/api/Visio.Menu.Delete.md
+++ b/api/Visio.Menu.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Menu.Enabled.md b/api/Visio.Menu.Enabled.md
index bfd977850a7..a4e0f15c1fc 100644
--- a/api/Visio.Menu.Enabled.md
+++ b/api/Visio.Menu.Enabled.md
@@ -23,7 +23,7 @@ Determines whether or not an object is currently enabled. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Menu.FaceID.md b/api/Visio.Menu.FaceID.md
index c32fcef82fa..dac57c6941b 100644
--- a/api/Visio.Menu.FaceID.md
+++ b/api/Visio.Menu.FaceID.md
@@ -23,7 +23,7 @@ Gets or sets the icon for an item. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.IconFileName.md b/api/Visio.Menu.IconFileName.md
index 25c34acb411..f2915740bc6 100644
--- a/api/Visio.Menu.IconFileName.md
+++ b/api/Visio.Menu.IconFileName.md
@@ -27,11 +27,11 @@ Sets a custom icon file for a menu or toolbar item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _IconFileName_|Required| **String**|The path and name of the ICO, EXE, DLL, or VSL file to load.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Menu.Index.md b/api/Visio.Menu.Index.md
index 29b578d6493..9d6c3cb0b14 100644
--- a/api/Visio.Menu.Index.md
+++ b/api/Visio.Menu.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Menu** object in a **Menus** collection. Read-
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Menu.IsHierarchical.md b/api/Visio.Menu.IsHierarchical.md
index 51c41094004..2c620bb47c0 100644
--- a/api/Visio.Menu.IsHierarchical.md
+++ b/api/Visio.Menu.IsHierarchical.md
@@ -23,7 +23,7 @@ Indicates whether a menu is hierarchical; that is, whether it contains a drop-do
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.MDIWindowMenu.md b/api/Visio.Menu.MDIWindowMenu.md
index 666274c1e74..4154bf6e76b 100644
--- a/api/Visio.Menu.MDIWindowMenu.md
+++ b/api/Visio.Menu.MDIWindowMenu.md
@@ -23,7 +23,7 @@ Determines whether this menu can be used by the MDI window manager to list the c
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.MenuItems.md b/api/Visio.Menu.MenuItems.md
index d821ab95802..1cce123e493 100644
--- a/api/Visio.Menu.MenuItems.md
+++ b/api/Visio.Menu.MenuItems.md
@@ -23,7 +23,7 @@ Returns the **MenuItems** collection of a **Menu** object. Read-only.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
MenuItems
diff --git a/api/Visio.Menu.PaletteWidth.md b/api/Visio.Menu.PaletteWidth.md
index d268f479abd..c063f692a45 100644
--- a/api/Visio.Menu.PaletteWidth.md
+++ b/api/Visio.Menu.PaletteWidth.md
@@ -23,7 +23,7 @@ Gets or sets the width of a palette in pixels. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.Parent.md b/api/Visio.Menu.Parent.md
index e99bf6e7e46..68a4ec66d09 100644
--- a/api/Visio.Menu.Parent.md
+++ b/api/Visio.Menu.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Menus
diff --git a/api/Visio.Menu.State.md b/api/Visio.Menu.State.md
index 4808731d2f6..bc87f855152 100644
--- a/api/Visio.Menu.State.md
+++ b/api/Visio.Menu.State.md
@@ -23,7 +23,7 @@ Determines a menu's state, pressed or not pressed. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.Style.md b/api/Visio.Menu.Style.md
index 0944e809b77..e1b58008f48 100644
--- a/api/Visio.Menu.Style.md
+++ b/api/Visio.Menu.Style.md
@@ -23,7 +23,7 @@ Determines whether a menu shows an icon, a caption, or some combination. Read/wr
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.TypeSpecific1.md b/api/Visio.Menu.TypeSpecific1.md
index 955aa2a2290..6f69413c181 100644
--- a/api/Visio.Menu.TypeSpecific1.md
+++ b/api/Visio.Menu.TypeSpecific1.md
@@ -23,7 +23,7 @@ Gets or sets the type of a menu. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.TypeSpecific2.md b/api/Visio.Menu.TypeSpecific2.md
index 0036e7f07cf..ceb931e80bb 100644
--- a/api/Visio.Menu.TypeSpecific2.md
+++ b/api/Visio.Menu.TypeSpecific2.md
@@ -23,7 +23,7 @@ Gets or sets the type of a menu. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Menu.Visible.md b/api/Visio.Menu.Visible.md
index c36636259db..8e7411baa47 100644
--- a/api/Visio.Menu.Visible.md
+++ b/api/Visio.Menu.Visible.md
@@ -23,7 +23,7 @@ Determines whether an object is visible. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Menu.Width.md b/api/Visio.Menu.Width.md
index 03ec5d5ca37..8cab1e2c6a3 100644
--- a/api/Visio.Menu.Width.md
+++ b/api/Visio.Menu.Width.md
@@ -23,7 +23,7 @@ Gets the width of a menu in pixels. Read/write.
_expression_ A variable that represents a [Menu](./Visio.Menu.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.ActionText.md b/api/Visio.MenuItem.ActionText.md
index 187ebcdb95c..f21335d618c 100644
--- a/api/Visio.MenuItem.ActionText.md
+++ b/api/Visio.MenuItem.ActionText.md
@@ -23,7 +23,7 @@ Gets or sets the action text for a menu item. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MenuItem.AddOnArgs.md b/api/Visio.MenuItem.AddOnArgs.md
index 605d68278da..c8bff213580 100644
--- a/api/Visio.MenuItem.AddOnArgs.md
+++ b/api/Visio.MenuItem.AddOnArgs.md
@@ -23,7 +23,7 @@ Gets or sets the argument string that you send to the add-on associated with a p
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MenuItem.AddOnName.md b/api/Visio.MenuItem.AddOnName.md
index 78295f177a0..3f7668312ec 100644
--- a/api/Visio.MenuItem.AddOnName.md
+++ b/api/Visio.MenuItem.AddOnName.md
@@ -23,7 +23,7 @@ Gets or sets the name of an add-on or procedure that is run when its associated
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MenuItem.BeginGroup.md b/api/Visio.MenuItem.BeginGroup.md
index 8cd4a88d56d..260bc5b0237 100644
--- a/api/Visio.MenuItem.BeginGroup.md
+++ b/api/Visio.MenuItem.BeginGroup.md
@@ -23,7 +23,7 @@ Determines whether a menu item appears at the beginning of a group of items on t
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.MenuItem.BuiltIn.md b/api/Visio.MenuItem.BuiltIn.md
index b0668963762..137dad4b3f5 100644
--- a/api/Visio.MenuItem.BuiltIn.md
+++ b/api/Visio.MenuItem.BuiltIn.md
@@ -23,7 +23,7 @@ Determines whether an object is a default Microsoft Visio user interface object
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.MenuItem.Caption.md b/api/Visio.MenuItem.Caption.md
index e2b4a0f8a94..eeb80710d52 100644
--- a/api/Visio.MenuItem.Caption.md
+++ b/api/Visio.MenuItem.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption for a menu item. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MenuItem.CmdNum.md b/api/Visio.MenuItem.CmdNum.md
index eec065bc515..557ddb8b5be 100644
--- a/api/Visio.MenuItem.CmdNum.md
+++ b/api/Visio.MenuItem.CmdNum.md
@@ -23,7 +23,7 @@ Gets or sets the command ID associated with a menu item. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.CntrlType.md b/api/Visio.MenuItem.CntrlType.md
index acfab555ae3..c1ceebe6934 100644
--- a/api/Visio.MenuItem.CntrlType.md
+++ b/api/Visio.MenuItem.CntrlType.md
@@ -23,7 +23,7 @@ Gets or sets the control type of a menu item. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.Delete.md b/api/Visio.MenuItem.Delete.md
index 659e0da1839..4ffa4949ed6 100644
--- a/api/Visio.MenuItem.Delete.md
+++ b/api/Visio.MenuItem.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.MenuItem.Enabled.md b/api/Visio.MenuItem.Enabled.md
index 369bbaa0064..ce6d9d08545 100644
--- a/api/Visio.MenuItem.Enabled.md
+++ b/api/Visio.MenuItem.Enabled.md
@@ -23,7 +23,7 @@ Determines whether or not an object is currently enabled. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.MenuItem.FaceID.md b/api/Visio.MenuItem.FaceID.md
index 17f492000f7..f68f4acdd3f 100644
--- a/api/Visio.MenuItem.FaceID.md
+++ b/api/Visio.MenuItem.FaceID.md
@@ -23,7 +23,7 @@ Gets or sets the icon for an item. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.IconFileName.md b/api/Visio.MenuItem.IconFileName.md
index 52700839bb3..7b5397eb6d1 100644
--- a/api/Visio.MenuItem.IconFileName.md
+++ b/api/Visio.MenuItem.IconFileName.md
@@ -27,11 +27,11 @@ Sets a custom icon file for a menu or toolbar item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _IconFileName_|Required| **String**|The path and name of the ICO, EXE, DLL, or VSL file to load.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.MenuItem.Index.md b/api/Visio.MenuItem.Index.md
index 94216c753e2..306366c2724 100644
--- a/api/Visio.MenuItem.Index.md
+++ b/api/Visio.MenuItem.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **MenuItem** object in the **MenuItems** collect
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MenuItem.IsHierarchical.md b/api/Visio.MenuItem.IsHierarchical.md
index cfd5bd826a8..5399336ce0c 100644
--- a/api/Visio.MenuItem.IsHierarchical.md
+++ b/api/Visio.MenuItem.IsHierarchical.md
@@ -23,7 +23,7 @@ Indicates whether a menu item is hierarchical; that is, whether it contains a dr
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.MenuItems.md b/api/Visio.MenuItem.MenuItems.md
index 77756337118..ad1ac8f7a4c 100644
--- a/api/Visio.MenuItem.MenuItems.md
+++ b/api/Visio.MenuItem.MenuItems.md
@@ -23,7 +23,7 @@ Returns the **MenuItems** collection of a **MenuItem** object. Read-only.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
MenuItems
diff --git a/api/Visio.MenuItem.PaletteWidth.md b/api/Visio.MenuItem.PaletteWidth.md
index 7d0b2e24c60..024b855bdf9 100644
--- a/api/Visio.MenuItem.PaletteWidth.md
+++ b/api/Visio.MenuItem.PaletteWidth.md
@@ -23,7 +23,7 @@ Gets or sets the width of a palette in pixels. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.Parent.md b/api/Visio.MenuItem.Parent.md
index 4687d24e1c7..07db1066269 100644
--- a/api/Visio.MenuItem.Parent.md
+++ b/api/Visio.MenuItem.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
MenuItems
diff --git a/api/Visio.MenuItem.State.md b/api/Visio.MenuItem.State.md
index cf2efb24573..0383326c4e6 100644
--- a/api/Visio.MenuItem.State.md
+++ b/api/Visio.MenuItem.State.md
@@ -23,7 +23,7 @@ Determines a menu item's state, pressed or not pressed. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.Style.md b/api/Visio.MenuItem.Style.md
index 8c78e5b6a68..763c9dd4df7 100644
--- a/api/Visio.MenuItem.Style.md
+++ b/api/Visio.MenuItem.Style.md
@@ -23,7 +23,7 @@ Determines whether a menu item shows an icon, a caption, or some combination. Re
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.TypeSpecific1.md b/api/Visio.MenuItem.TypeSpecific1.md
index ba3513f0837..bc3213dca57 100644
--- a/api/Visio.MenuItem.TypeSpecific1.md
+++ b/api/Visio.MenuItem.TypeSpecific1.md
@@ -23,7 +23,7 @@ Gets or sets the type of a menu item. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.TypeSpecific2.md b/api/Visio.MenuItem.TypeSpecific2.md
index ea15955c474..890ac1463e9 100644
--- a/api/Visio.MenuItem.TypeSpecific2.md
+++ b/api/Visio.MenuItem.TypeSpecific2.md
@@ -23,7 +23,7 @@ Gets or sets the type of a menu item. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItem.Visible.md b/api/Visio.MenuItem.Visible.md
index 5ec886a25f7..718de893dea 100644
--- a/api/Visio.MenuItem.Visible.md
+++ b/api/Visio.MenuItem.Visible.md
@@ -23,7 +23,7 @@ Determines whether an object is visible. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.MenuItem.Width.md b/api/Visio.MenuItem.Width.md
index 46800532620..3c1214e3cde 100644
--- a/api/Visio.MenuItem.Width.md
+++ b/api/Visio.MenuItem.Width.md
@@ -23,7 +23,7 @@ Gets the width of an object in pixels. Read/write.
_expression_ A variable that represents a [MenuItem](./Visio.MenuItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuItems.Add.md b/api/Visio.MenuItems.Add.md
index 2b7fda9ca08..e92d40edc14 100644
--- a/api/Visio.MenuItems.Add.md
+++ b/api/Visio.MenuItems.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents a [MenuItems](./Visio.MenuItems.md) collection.
-### Return Value
+### Return value
MenuItem
diff --git a/api/Visio.MenuItems.AddAt.md b/api/Visio.MenuItems.AddAt.md
index 2138262dc87..a9c303d0cb5 100644
--- a/api/Visio.MenuItems.AddAt.md
+++ b/api/Visio.MenuItems.AddAt.md
@@ -27,11 +27,11 @@ Creates a new **MenuItem** object at a specified index in the **MenuItems** col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|The index at which to add the object.|
-### Return Value
+### Return value
MenuItem
diff --git a/api/Visio.MenuItems.Count.md b/api/Visio.MenuItems.Count.md
index 90a9644c694..43b143ab355 100644
--- a/api/Visio.MenuItems.Count.md
+++ b/api/Visio.MenuItems.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [MenuItems](./Visio.MenuItems.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MenuItems.Item.md b/api/Visio.MenuItems.Item.md
index b04ada00143..bb719957ec3 100644
--- a/api/Visio.MenuItems.Item.md
+++ b/api/Visio.MenuItems.Item.md
@@ -27,11 +27,11 @@ Returns a **MenuItem** object from the **MenuItems** collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
MenuItem
diff --git a/api/Visio.MenuItems.Parent.md b/api/Visio.MenuItems.Parent.md
index 51b809d7bc7..45f206cf88f 100644
--- a/api/Visio.MenuItems.Parent.md
+++ b/api/Visio.MenuItems.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [MenuItems](./Visio.MenuItems.md) object.
-### Return Value
+### Return value
Menu
diff --git a/api/Visio.MenuItems.ParentItem.md b/api/Visio.MenuItems.ParentItem.md
index ab8879b59d0..46bbcc4ba9c 100644
--- a/api/Visio.MenuItems.ParentItem.md
+++ b/api/Visio.MenuItems.ParentItem.md
@@ -23,7 +23,7 @@ Returns the parent object of a hierarchical menu. Read-only.
_expression_ A variable that represents a [MenuItems](./Visio.MenuItems.md) object.
-### Return Value
+### Return value
MenuItem
diff --git a/api/Visio.MenuSet.BuiltIn.md b/api/Visio.MenuSet.BuiltIn.md
index 15d6089c7a7..ffd2f6f3c52 100644
--- a/api/Visio.MenuSet.BuiltIn.md
+++ b/api/Visio.MenuSet.BuiltIn.md
@@ -23,7 +23,7 @@ Determines whether an object is a default Microsoft Visio user interface object
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.MenuSet.Caption.md b/api/Visio.MenuSet.Caption.md
index c5de9fd9499..fe03c0fcf3a 100644
--- a/api/Visio.MenuSet.Caption.md
+++ b/api/Visio.MenuSet.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption for a menu set. Read/write.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MenuSet.Delete.md b/api/Visio.MenuSet.Delete.md
index ca380904240..6f6c0f1daa5 100644
--- a/api/Visio.MenuSet.Delete.md
+++ b/api/Visio.MenuSet.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.MenuSet.Enabled.md b/api/Visio.MenuSet.Enabled.md
index f8e6d7c63d1..8da173cb4c0 100644
--- a/api/Visio.MenuSet.Enabled.md
+++ b/api/Visio.MenuSet.Enabled.md
@@ -23,7 +23,7 @@ Determines whether or not an object is currently enabled. Read/write.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.MenuSet.Height.md b/api/Visio.MenuSet.Height.md
index 5f4f6c8c71a..98f16464d53 100644
--- a/api/Visio.MenuSet.Height.md
+++ b/api/Visio.MenuSet.Height.md
@@ -23,7 +23,7 @@ Gets or sets the height of a menu set. Read/write.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuSet.Left.md b/api/Visio.MenuSet.Left.md
index f867377b789..8806b4e9d62 100644
--- a/api/Visio.MenuSet.Left.md
+++ b/api/Visio.MenuSet.Left.md
@@ -23,7 +23,7 @@ Gets the distance in pixels between the left edge of the object and the left sid
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuSet.Menus.md b/api/Visio.MenuSet.Menus.md
index 29cf21feeb9..7d2d39b8a31 100644
--- a/api/Visio.MenuSet.Menus.md
+++ b/api/Visio.MenuSet.Menus.md
@@ -23,7 +23,7 @@ Returns the **Menus** collection of a **MenuSet** object. Read-only.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Menus
diff --git a/api/Visio.MenuSet.Parent.md b/api/Visio.MenuSet.Parent.md
index aac0feb92c2..dfc649a7882 100644
--- a/api/Visio.MenuSet.Parent.md
+++ b/api/Visio.MenuSet.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
MenuSets
diff --git a/api/Visio.MenuSet.Position.md b/api/Visio.MenuSet.Position.md
index be04cbb6601..4af0857556d 100644
--- a/api/Visio.MenuSet.Position.md
+++ b/api/Visio.MenuSet.Position.md
@@ -23,7 +23,7 @@ Gets or sets the position of an object. Read/write.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuSet.Protection.md b/api/Visio.MenuSet.Protection.md
index dad0c8500dd..11b933a88f9 100644
--- a/api/Visio.MenuSet.Protection.md
+++ b/api/Visio.MenuSet.Protection.md
@@ -23,7 +23,7 @@ Determines how a **MenuSet** object is protected from user customization. Read/
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuSet.RowIndex.md b/api/Visio.MenuSet.RowIndex.md
index 2f1f31c032e..eb69f6dfa5d 100644
--- a/api/Visio.MenuSet.RowIndex.md
+++ b/api/Visio.MenuSet.RowIndex.md
@@ -23,7 +23,7 @@ Gets or sets the docking order of a **MenuSet** object in relation to other ite
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuSet.SetID.md b/api/Visio.MenuSet.SetID.md
index ff2e9c1b925..0a47d56a15c 100644
--- a/api/Visio.MenuSet.SetID.md
+++ b/api/Visio.MenuSet.SetID.md
@@ -23,7 +23,7 @@ Returns the set ID of a **MenuSet** object in its collection. Read-only.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MenuSet.Top.md b/api/Visio.MenuSet.Top.md
index 165373042bd..f5ca8de18a9 100644
--- a/api/Visio.MenuSet.Top.md
+++ b/api/Visio.MenuSet.Top.md
@@ -23,7 +23,7 @@ Gets the distance between the top of an object and the top of the docking area o
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuSet.Visible.md b/api/Visio.MenuSet.Visible.md
index 2af75be7116..def117990e8 100644
--- a/api/Visio.MenuSet.Visible.md
+++ b/api/Visio.MenuSet.Visible.md
@@ -23,7 +23,7 @@ Determines whether an object is visible. Read/write.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.MenuSet.Width.md b/api/Visio.MenuSet.Width.md
index 76be05f8c07..752c164bd2a 100644
--- a/api/Visio.MenuSet.Width.md
+++ b/api/Visio.MenuSet.Width.md
@@ -23,7 +23,7 @@ Gets the width of an object in pixels. Read/write.
_expression_ A variable that represents a [MenuSet](./Visio.MenuSet.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.MenuSets.Add.md b/api/Visio.MenuSets.Add.md
index d7cbdfec609..e125dea44cc 100644
--- a/api/Visio.MenuSets.Add.md
+++ b/api/Visio.MenuSets.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents a [MenuSets](./Visio.MenuSets.md) collection.
-### Return Value
+### Return value
MenuSet
diff --git a/api/Visio.MenuSets.AddAtID.md b/api/Visio.MenuSets.AddAtID.md
index 97228601c9d..4514db2435f 100644
--- a/api/Visio.MenuSets.AddAtID.md
+++ b/api/Visio.MenuSets.AddAtID.md
@@ -27,11 +27,11 @@ Creates a new object with a specified ID in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lID_|Required| **Long**| The window context for the new object.|
-### Return Value
+### Return value
MenuSet
diff --git a/api/Visio.MenuSets.Count.md b/api/Visio.MenuSets.Count.md
index 51a85981bd2..e4273000c6b 100644
--- a/api/Visio.MenuSets.Count.md
+++ b/api/Visio.MenuSets.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [MenuSets](./Visio.MenuSets.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MenuSets.Item.md b/api/Visio.MenuSets.Item.md
index 5a94ad594fd..44df662f41f 100644
--- a/api/Visio.MenuSets.Item.md
+++ b/api/Visio.MenuSets.Item.md
@@ -27,11 +27,11 @@ Returns a **MenuSet** object from the **MenuSets** collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
MenuSet
diff --git a/api/Visio.MenuSets.ItemAtID.md b/api/Visio.MenuSets.ItemAtID.md
index ac614769960..d00fb0559a3 100644
--- a/api/Visio.MenuSets.ItemAtID.md
+++ b/api/Visio.MenuSets.ItemAtID.md
@@ -27,11 +27,11 @@ Returns the **MenuSet** object with the specified ID within the **MenuSets** co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lID_|Required| **Long**|The Visio context ID of the object to retrieve.|
-### Return Value
+### Return value
MenuSet
diff --git a/api/Visio.MenuSets.Parent.md b/api/Visio.MenuSets.Parent.md
index 1ad267e1c54..fbbce77ddae 100644
--- a/api/Visio.MenuSets.Parent.md
+++ b/api/Visio.MenuSets.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [MenuSets](./Visio.MenuSets.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.Menus.Add.md b/api/Visio.Menus.Add.md
index d70b1dcdea6..d5ca602e811 100644
--- a/api/Visio.Menus.Add.md
+++ b/api/Visio.Menus.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents a [Menus](./Visio.Menus.md) collection.
-### Return Value
+### Return value
Menu
diff --git a/api/Visio.Menus.AddAt.md b/api/Visio.Menus.AddAt.md
index e0a5a496e32..4ec92a34b51 100644
--- a/api/Visio.Menus.AddAt.md
+++ b/api/Visio.Menus.AddAt.md
@@ -27,11 +27,11 @@ Creates a new **Menu** object at a specified index in the **Menus** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|The index at which to add the object.|
-### Return Value
+### Return value
Menu
diff --git a/api/Visio.Menus.Count.md b/api/Visio.Menus.Count.md
index 096afe9635f..4d22d191292 100644
--- a/api/Visio.Menus.Count.md
+++ b/api/Visio.Menus.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Menus](./Visio.Menus.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Menus.Item.md b/api/Visio.Menus.Item.md
index fb698277405..5cfed8f9185 100644
--- a/api/Visio.Menus.Item.md
+++ b/api/Visio.Menus.Item.md
@@ -27,11 +27,11 @@ Returns a **Menu** object from the **Menus** collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|The index of the object to retrieve.|
-### Return Value
+### Return value
Menu
diff --git a/api/Visio.Menus.Parent.md b/api/Visio.Menus.Parent.md
index d58c8ac4cdc..2921012f6d7 100644
--- a/api/Visio.Menus.Parent.md
+++ b/api/Visio.Menus.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [Menus](./Visio.Menus.md) object.
-### Return Value
+### Return value
MenuSet
diff --git a/api/Visio.MinorVersionNumber.md b/api/Visio.MinorVersionNumber.md
index 9392dd67bcd..645c1bdaa27 100644
--- a/api/Visio.MinorVersionNumber.md
+++ b/api/Visio.MinorVersionNumber.md
@@ -20,7 +20,7 @@ Gets the minor version number of Microsoft Visio Viewer. Read-only.
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.MouseEvent.Application.md b/api/Visio.MouseEvent.Application.md
index b1065e2278f..b02239832aa 100644
--- a/api/Visio.MouseEvent.Application.md
+++ b/api/Visio.MouseEvent.Application.md
@@ -20,7 +20,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.MouseEvent.Button.md b/api/Visio.MouseEvent.Button.md
index df07ba62d23..6c5a41596eb 100644
--- a/api/Visio.MouseEvent.Button.md
+++ b/api/Visio.MouseEvent.Button.md
@@ -23,7 +23,7 @@ Returns the mouse button that was clicked to fire a **MouseDown** or **MouseUp*
_expression_ An expression that returns a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MouseEvent.DragState.md b/api/Visio.MouseEvent.DragState.md
index 66bf0d6d60b..09bcffcd9b2 100644
--- a/api/Visio.MouseEvent.DragState.md
+++ b/api/Visio.MouseEvent.DragState.md
@@ -23,7 +23,7 @@ Returns information about the state of mouse movement as it relates to dragging
_expression_ An expression that returns a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MouseEvent.KeyButtonState.md b/api/Visio.MouseEvent.KeyButtonState.md
index 9b05d7cd011..d0b6720d484 100644
--- a/api/Visio.MouseEvent.KeyButtonState.md
+++ b/api/Visio.MouseEvent.KeyButtonState.md
@@ -23,7 +23,7 @@ Returns the state of mouse buttons and the SHIFT and CTRL keys associated with a
_expression_ A variable that represents a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.MouseEvent.ObjectType.md b/api/Visio.MouseEvent.ObjectType.md
index b8a2ab0e82e..58b92203d25 100644
--- a/api/Visio.MouseEvent.ObjectType.md
+++ b/api/Visio.MouseEvent.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
VisObjectType
diff --git a/api/Visio.MouseEvent.Stat.md b/api/Visio.MouseEvent.Stat.md
index f0266b32496..b8355debb26 100644
--- a/api/Visio.MouseEvent.Stat.md
+++ b/api/Visio.MouseEvent.Stat.md
@@ -23,7 +23,7 @@ Returns status information. Read-only.
_expression_ A variable that represents a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
VisStatCodes
diff --git a/api/Visio.MouseEvent.ToString.md b/api/Visio.MouseEvent.ToString.md
index 705a52e7dfe..8d1e3d1b4d9 100644
--- a/api/Visio.MouseEvent.ToString.md
+++ b/api/Visio.MouseEvent.ToString.md
@@ -23,7 +23,7 @@ Returns a string that represents the properties of a **KeyboardEvent** or **Mou
_expression_ A variable that represents a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.MouseEvent.Window.md b/api/Visio.MouseEvent.Window.md
index 946f44d7f04..2fe9c7d685d 100644
--- a/api/Visio.MouseEvent.Window.md
+++ b/api/Visio.MouseEvent.Window.md
@@ -23,7 +23,7 @@ Returns the window associated with a **MouseEvent** object. Read-only.
_expression_ A variable that represents a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.MouseEvent.x.md b/api/Visio.MouseEvent.x.md
index ef5627ba453..20124444ff5 100644
--- a/api/Visio.MouseEvent.x.md
+++ b/api/Visio.MouseEvent.x.md
@@ -23,7 +23,7 @@ Returns the x-coordinate of the location in the Microsoft Visio window where a
_expression_ A variable that represents a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
VisStatCodes
diff --git a/api/Visio.MouseEvent.y.md b/api/Visio.MouseEvent.y.md
index a9cee59040c..6002d98f689 100644
--- a/api/Visio.MouseEvent.y.md
+++ b/api/Visio.MouseEvent.y.md
@@ -23,7 +23,7 @@ Returns the y-coordinate of the location in the Microsoft Visio window where a
_expression_ A variable that represents a [MouseEvent](./Visio.MouseEvent.md) object.
-### Return Value
+### Return value
VisStatCodes
diff --git a/api/Visio.MovedSelectionEvent.Application.md b/api/Visio.MovedSelectionEvent.Application.md
index 24ca602c2cb..94d92324d77 100644
--- a/api/Visio.MovedSelectionEvent.Application.md
+++ b/api/Visio.MovedSelectionEvent.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[MovedSelectionEvent](Visio.MovedSelectionEvent.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.MovedSelectionEvent.ObjectType.md b/api/Visio.MovedSelectionEvent.ObjectType.md
index 5cd38a76005..88c6c39dde1 100644
--- a/api/Visio.MovedSelectionEvent.ObjectType.md
+++ b/api/Visio.MovedSelectionEvent.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeMovedSelectionEvent** , the type of this object. Read-only.
_expression_ A variable that represents a '[MovedSelectionEvent](Visio.MovedSelectionEvent.md)' object.
-### Return Value
+### Return value
**visObjTypeMovedSelectionEvent**
diff --git a/api/Visio.MovedSelectionEvent.ReplacementShape.md b/api/Visio.MovedSelectionEvent.ReplacementShape.md
index bc3467af181..9875e14ef68 100644
--- a/api/Visio.MovedSelectionEvent.ReplacementShape.md
+++ b/api/Visio.MovedSelectionEvent.ReplacementShape.md
@@ -23,7 +23,7 @@ Returns a **[Shape](Visio.Shape.md)** object that represents the shape that is
_expression_ A variable that represents a '[MovedSelectionEvent](Visio.MovedSelectionEvent.md)' object.
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.MovedSelectionEvent.SelectionSource.md b/api/Visio.MovedSelectionEvent.SelectionSource.md
index 3d56741998b..3d377d080bb 100644
--- a/api/Visio.MovedSelectionEvent.SelectionSource.md
+++ b/api/Visio.MovedSelectionEvent.SelectionSource.md
@@ -23,7 +23,7 @@ Returns a **[Selection](Visio.Selection.md)** object that represents the set of
_expression_ A variable that represents a '[MovedSelectionEvent](Visio.MovedSelectionEvent.md)' object.
-### Return Value
+### Return value
**Selection**
diff --git a/api/Visio.MovedSelectionEvent.SelectionTarget.md b/api/Visio.MovedSelectionEvent.SelectionTarget.md
index 1918b1e6d84..661b15b6e10 100644
--- a/api/Visio.MovedSelectionEvent.SelectionTarget.md
+++ b/api/Visio.MovedSelectionEvent.SelectionTarget.md
@@ -23,7 +23,7 @@ Returns a **[Selection](Visio.Selection.md)** object that represents the set of
_expression_ A variable that represents a '[MovedSelectionEvent](Visio.MovedSelectionEvent.md)' object.
-### Return Value
+### Return value
**Selection**
diff --git a/api/Visio.MovedSelectionEvent.Stat.md b/api/Visio.MovedSelectionEvent.Stat.md
index 551ac61b50d..9432af734f6 100644
--- a/api/Visio.MovedSelectionEvent.Stat.md
+++ b/api/Visio.MovedSelectionEvent.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a '[MovedSelectionEvent](Visio.MovedSelectionEvent.md)' object.
-### Return Value
+### Return value
**[VisStatCodes](Visio.visstatcodes.md)**
diff --git a/api/Visio.NavBar.md b/api/Visio.NavBar.md
index 4544b060f36..188a71dbf35 100644
--- a/api/Visio.NavBar.md
+++ b/api/Visio.NavBar.md
@@ -20,7 +20,7 @@ Determines whether the **Go to Page** navigation control is displayed in a Web
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.NegotiateMenus.md b/api/Visio.NegotiateMenus.md
index 46b6677c73a..78e24be2456 100644
--- a/api/Visio.NegotiateMenus.md
+++ b/api/Visio.NegotiateMenus.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio menus are merged with those of the host appli
_expression_ A variable that represents a [DrawingControl](./Visio.DrawingControl.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.NegotiateToolbars.md b/api/Visio.NegotiateToolbars.md
index cdc33b3678d..fc946c46ac6 100644
--- a/api/Visio.NegotiateToolbars.md
+++ b/api/Visio.NegotiateToolbars.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio toolbars are merged with those of the host ap
_expression_ A variable that represents a [DrawingControl](./Visio.DrawingControl.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.OLEObject.Application.md b/api/Visio.OLEObject.Application.md
index f4730d2cd12..44e9c9a1772 100644
--- a/api/Visio.OLEObject.Application.md
+++ b/api/Visio.OLEObject.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents an [OLEObject](./Visio.OLEObject.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.OLEObject.ClassID.md b/api/Visio.OLEObject.ClassID.md
index 392195e81ba..486b3895513 100644
--- a/api/Visio.OLEObject.ClassID.md
+++ b/api/Visio.OLEObject.ClassID.md
@@ -23,7 +23,7 @@ Returns the class ID string of a shape that represents an ActiveX control or an
_expression_ A variable that represents an [OLEObject](./Visio.OLEObject.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.OLEObject.ForeignType.md b/api/Visio.OLEObject.ForeignType.md
index e1498653f05..918a199835d 100644
--- a/api/Visio.OLEObject.ForeignType.md
+++ b/api/Visio.OLEObject.ForeignType.md
@@ -23,7 +23,7 @@ Returns the subtype of a **Shape** object that represents a foreign object. Rea
_expression_ A variable that represents an [OLEObject](./Visio.OLEObject.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.OLEObject.Object.md b/api/Visio.OLEObject.Object.md
index 69896cfc0cb..30a0d2c1c9f 100644
--- a/api/Visio.OLEObject.Object.md
+++ b/api/Visio.OLEObject.Object.md
@@ -23,7 +23,7 @@ Returns an **IDispatch** interface on the ActiveX control or embedded or linked
_expression_ A variable that represents an [OLEObject](./Visio.OLEObject.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.OLEObject.ObjectType.md b/api/Visio.OLEObject.ObjectType.md
index 39cd2cb6422..4aaa0a6295d 100644
--- a/api/Visio.OLEObject.ObjectType.md
+++ b/api/Visio.OLEObject.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents an [OLEObject](./Visio.OLEObject.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.OLEObject.ProgID.md b/api/Visio.OLEObject.ProgID.md
index 0a9b88b38ee..8d480dcc850 100644
--- a/api/Visio.OLEObject.ProgID.md
+++ b/api/Visio.OLEObject.ProgID.md
@@ -23,7 +23,7 @@ Returns the programmatic identifier of a shape that represents an ActiveX contro
_expression_ A variable that represents an [OLEObject](./Visio.OLEObject.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.OLEObject.Shape.md b/api/Visio.OLEObject.Shape.md
index f7df8e25c9f..7cbe13e09c2 100644
--- a/api/Visio.OLEObject.Shape.md
+++ b/api/Visio.OLEObject.Shape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that owns a **Cell** , **Characters** , **Row** ,
_expression_ A variable that represents an [OLEObject](./Visio.OLEObject.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.OLEObject.Stat.md b/api/Visio.OLEObject.Stat.md
index 73e6d82cc0c..81ea0a56cb3 100644
--- a/api/Visio.OLEObject.Stat.md
+++ b/api/Visio.OLEObject.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents an [OLEObject](./Visio.OLEObject.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.OLEObjects.Application.md b/api/Visio.OLEObjects.Application.md
index 54aef722909..538287c74ce 100644
--- a/api/Visio.OLEObjects.Application.md
+++ b/api/Visio.OLEObjects.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents an [OLEObjects](./Visio.OLEObjects.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.OLEObjects.Count.md b/api/Visio.OLEObjects.Count.md
index e116d705602..c48aa3f0e5e 100644
--- a/api/Visio.OLEObjects.Count.md
+++ b/api/Visio.OLEObjects.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents an [OLEObjects](./Visio.OLEObjects.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.OLEObjects.Item.md b/api/Visio.OLEObjects.Item.md
index cb2a38ac9fb..27367643e72 100644
--- a/api/Visio.OLEObjects.Item.md
+++ b/api/Visio.OLEObjects.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
OLEObject
diff --git a/api/Visio.OLEObjects.ObjectType.md b/api/Visio.OLEObjects.ObjectType.md
index b9d02f05b54..f5336a20042 100644
--- a/api/Visio.OLEObjects.ObjectType.md
+++ b/api/Visio.OLEObjects.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents an [OLEObjects](./Visio.OLEObjects.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.OLEObjects.Stat.md b/api/Visio.OLEObjects.Stat.md
index 671d23d5b82..cc08da38442 100644
--- a/api/Visio.OLEObjects.Stat.md
+++ b/api/Visio.OLEObjects.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents an [OLEObjects](./Visio.OLEObjects.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.OnDocumentLoaded.md b/api/Visio.OnDocumentLoaded.md
index 4ee8c0eb83d..bde2eacb0a9 100644
--- a/api/Visio.OnDocumentLoaded.md
+++ b/api/Visio.OnDocumentLoaded.md
@@ -20,7 +20,7 @@ Occurs after a document is loaded into Microsoft Visio Viewer.
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.OnLayerChanged.md b/api/Visio.OnLayerChanged.md
index 42639bcebbc..30504b393cb 100644
--- a/api/Visio.OnLayerChanged.md
+++ b/api/Visio.OnLayerChanged.md
@@ -24,7 +24,7 @@ Occurs when a layer is changed in the document open in Microsoft Visio Viewer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|LayerIndex|Required| **Long**|The index of the changed layer.|
|Visible|Required| **Boolean**|Indicates whether the changed layer is visible in the user interface.|
diff --git a/api/Visio.OnMarkupOverlaysVisibleChanged.md b/api/Visio.OnMarkupOverlaysVisibleChanged.md
index 28e3f387cb6..078b4c3b6fd 100644
--- a/api/Visio.OnMarkupOverlaysVisibleChanged.md
+++ b/api/Visio.OnMarkupOverlaysVisibleChanged.md
@@ -24,7 +24,7 @@ Occurs when the visibility of markup overlays changes in Microsoft Visio Viewer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|MarkupOverlaysVisible|Required| **Boolean**|Indicates whether markup overlays are visible in the Visio Viewer user interface.|
diff --git a/api/Visio.OnPageChanged.md b/api/Visio.OnPageChanged.md
index bb426fdadce..e4a0ed36572 100644
--- a/api/Visio.OnPageChanged.md
+++ b/api/Visio.OnPageChanged.md
@@ -24,11 +24,11 @@ Occurs when the active page is changed in Microsoft Visio Viewer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PageIndex|Required| **Long**|The index of the new page.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.OnReviewerChanged.md b/api/Visio.OnReviewerChanged.md
index facedcbb882..1174aaeaed6 100644
--- a/api/Visio.OnReviewerChanged.md
+++ b/api/Visio.OnReviewerChanged.md
@@ -24,12 +24,12 @@ Occurs when the visibility of a particular reviewer's markup (comments) is chang
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ReviewerIndex|Required| **Long**|The index of the reviewer.|
|ReviewerVisible|Required| **Boolean**|Indicates whether markup of the reviewer is visible in the user interface.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.OnSelectionChanged.md b/api/Visio.OnSelectionChanged.md
index 89703ea28d7..4cc9d5ca3d9 100644
--- a/api/Visio.OnSelectionChanged.md
+++ b/api/Visio.OnSelectionChanged.md
@@ -24,11 +24,11 @@ Occurs when the shape selection is changed in Microsoft Visio Viewer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index of the newly selected shape.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.OnToolbarCustomized.md b/api/Visio.OnToolbarCustomized.md
index bbf28fb4b15..1efa973211d 100644
--- a/api/Visio.OnToolbarCustomized.md
+++ b/api/Visio.OnToolbarCustomized.md
@@ -20,7 +20,7 @@ Occurs when the user customizes the Microsoft Visio Viewer toolbar by adding or
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.OnViewChanged.md b/api/Visio.OnViewChanged.md
index 7c58f99655f..ec392d781e0 100644
--- a/api/Visio.OnViewChanged.md
+++ b/api/Visio.OnViewChanged.md
@@ -24,13 +24,13 @@ Occurs when the view of the current page is changed in Microsoft Visio Viewer.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PageXAtViewCenter|Required| **Double**|The x-coordinate, in drawing units, of the center of the page.|
|PageYAtViewCenter|Required| **Double**|The y-coordinate, in drawing units, of the center of the page.|
|ZoomFactor|Required| **Double**|The factor by which the zoom (the page size) is multiplied. |
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.OpenBrowser.md b/api/Visio.OpenBrowser.md
index 5dfbb57d16a..c23a09de32a 100644
--- a/api/Visio.OpenBrowser.md
+++ b/api/Visio.OpenBrowser.md
@@ -20,7 +20,7 @@ Determines whether the Web page opens in the browser after the drawing is export
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Page.AddGuide.md b/api/Visio.Page.AddGuide.md
index 529cd2834bc..232ed53032a 100644
--- a/api/Visio.Page.AddGuide.md
+++ b/api/Visio.Page.AddGuide.md
@@ -27,13 +27,13 @@ Adds a guide to a drawing page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **Integer**|The type of guide to add.|
| _xPos_|Required| **Double**|The x-coordinate of a point on the guide.|
| _yPos_|Required| **Double**|The y-coordinate of a point on the guide.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.Application.md b/api/Visio.Page.Application.md
index 2b4a316bf9f..d851b9f58f3 100644
--- a/api/Visio.Page.Application.md
+++ b/api/Visio.Page.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Page.AutoConnectMany.md b/api/Visio.Page.AutoConnectMany.md
index 2446cbbfaa2..3a4fcadda24 100644
--- a/api/Visio.Page.AutoConnectMany.md
+++ b/api/Visio.Page.AutoConnectMany.md
@@ -27,14 +27,14 @@ Automatically draws multiple connections in the specified directions between the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FromShapeIDs()_|Required| **Long**|An array of identifers of the shapes from which to draw a connection.|
| _ToShapeIDs()_|Required| **Long**|An array of identifers of the shapes to which to draw a connection.|
| _PlacementDirs()_|Required| **Long**|An array of **[VisAutoConnectDir](Visio.visautoconnectdir.md)** constants that represent the directions in which to draw the connections. See Remarks for possible values.|
| _Connector_|Optional| **[UNKNOWN]**|The connector to use. Can be a **[Master](Visio.Master.md)** , **[MasterShortcut](Visio.MasterShortcut.md)** , **[Shape](Visio.Shape.md)** , or **IDataObject** object.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Page.AvoidPageBreaks.md b/api/Visio.Page.AvoidPageBreaks.md
index f1e383ba641..9b678512733 100644
--- a/api/Visio.Page.AvoidPageBreaks.md
+++ b/api/Visio.Page.AvoidPageBreaks.md
@@ -23,7 +23,7 @@ Makes small adjustments to shapes to move them off page breaks.
_expression_ A variable that represents a '[Page](Visio.Page.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Page.BackPage.md b/api/Visio.Page.BackPage.md
index 4ffda940418..106a6ed02cc 100644
--- a/api/Visio.Page.BackPage.md
+++ b/api/Visio.Page.BackPage.md
@@ -23,7 +23,7 @@ Gets or sets the background page of a page. Read/write.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.Page.Background.md b/api/Visio.Page.Background.md
index 5e6ec03a114..019e2df12b4 100644
--- a/api/Visio.Page.Background.md
+++ b/api/Visio.Page.Background.md
@@ -23,7 +23,7 @@ Determines whether a page is a background page. Read/write.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Page.BeforePageDelete.md b/api/Visio.Page.BeforePageDelete.md
index 16f2f8eb3d3..cfa0268a1dc 100644
--- a/api/Visio.Page.BeforePageDelete.md
+++ b/api/Visio.Page.BeforePageDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Page.BeforeSelectionDelete.md b/api/Visio.Page.BeforeSelectionDelete.md
index 8c867482dcd..86560ecbd68 100644
--- a/api/Visio.Page.BeforeSelectionDelete.md
+++ b/api/Visio.Page.BeforeSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.Page.BeforeShapeDelete.md b/api/Visio.Page.BeforeShapeDelete.md
index 168e6b2a2d1..7f61f1bc214 100644
--- a/api/Visio.Page.BeforeShapeDelete.md
+++ b/api/Visio.Page.BeforeShapeDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeDelete'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be deleted.|
diff --git a/api/Visio.Page.BeforeShapeTextEdit.md b/api/Visio.Page.BeforeShapeTextEdit.md
index 1a73e3dcbf6..30a9164587c 100644
--- a/api/Visio.Page.BeforeShapeTextEdit.md
+++ b/api/Visio.Page.BeforeShapeTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.Page.BoundingBox.md b/api/Visio.Page.BoundingBox.md
index 22a009facd9..513db463fc3 100644
--- a/api/Visio.Page.BoundingBox.md
+++ b/api/Visio.Page.BoundingBox.md
@@ -27,7 +27,7 @@ Returns a rectangle that tightly encloses the shapes of a page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Required| **Integer**|Flags that influence the bounding box calculated for each shape that contributes to the resulting bounding box.|
| _lpr8Left_|Required| **Double**|Returns the x-coordinate of the left edge of the bounding box.|
@@ -35,7 +35,7 @@ Returns a rectangle that tightly encloses the shapes of a page.
| _lpr8Right_|Required| **Double**|Returns the x-coordinate of the right edge of the bounding box.|
| _lpr8Top_|Required| **Double**|Returns the y-coordinate of the top edge of the bounding box.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.CalloutRelationshipAdded.md b/api/Visio.Page.CalloutRelationshipAdded.md
index be539bb568e..8f2768f43bd 100644
--- a/api/Visio.Page.CalloutRelationshipAdded.md
+++ b/api/Visio.Page.CalloutRelationshipAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CalloutRelationshipAdded'(**_By Val ShapePair As Rel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new callout shape-pair relationship.|
diff --git a/api/Visio.Page.CalloutRelationshipDeleted.md b/api/Visio.Page.CalloutRelationshipDeleted.md
index cb6ec17765d..e1a0a0a348a 100644
--- a/api/Visio.Page.CalloutRelationshipDeleted.md
+++ b/api/Visio.Page.CalloutRelationshipDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CalloutRelationshipDeleted'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the callout shape-pair relationship.|
diff --git a/api/Visio.Page.CellChanged.md b/api/Visio.Page.CellChanged.md
index e4291a1d25c..451af55dc41 100644
--- a/api/Visio.Page.CellChanged.md
+++ b/api/Visio.Page.CellChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Page.CenterDrawing.md b/api/Visio.Page.CenterDrawing.md
index fa42383ffb7..d580503fd6f 100644
--- a/api/Visio.Page.CenterDrawing.md
+++ b/api/Visio.Page.CenterDrawing.md
@@ -23,7 +23,7 @@ Centers a page's, master's, or group's shapes with respect to the extent of the
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.ConnectionsAdded.md b/api/Visio.Page.ConnectionsAdded.md
index 30493bc762b..bf6a8e4743a 100644
--- a/api/Visio.Page.ConnectionsAdded.md
+++ b/api/Visio.Page.ConnectionsAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that were established.|
diff --git a/api/Visio.Page.ConnectionsDeleted.md b/api/Visio.Page.ConnectionsDeleted.md
index d983b3f1297..65464b45277 100644
--- a/api/Visio.Page.ConnectionsDeleted.md
+++ b/api/Visio.Page.ConnectionsDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that have been removed.|
diff --git a/api/Visio.Page.Connects.md b/api/Visio.Page.Connects.md
index bd903a746e8..60246a0cb70 100644
--- a/api/Visio.Page.Connects.md
+++ b/api/Visio.Page.Connects.md
@@ -23,7 +23,7 @@ Returns a **Connects** collection for a shape, page, or master. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Connects
diff --git a/api/Visio.Page.ContainerRelationshipAdded.md b/api/Visio.Page.ContainerRelationshipAdded.md
index 37f556fb15c..9aff2a241d2 100644
--- a/api/Visio.Page.ContainerRelationshipAdded.md
+++ b/api/Visio.Page.ContainerRelationshipAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContainerRelationshipAdded'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new container shape-pair relationship.|
diff --git a/api/Visio.Page.ContainerRelationshipDeleted.md b/api/Visio.Page.ContainerRelationshipDeleted.md
index cba91758fd2..5a8b2d9c32e 100644
--- a/api/Visio.Page.ContainerRelationshipDeleted.md
+++ b/api/Visio.Page.ContainerRelationshipDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContainerRelationshipDeleted'(**_By Val ShapePair As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the container shape-pair relationship.|
diff --git a/api/Visio.Page.ConvertToGroupCanceled.md b/api/Visio.Page.ConvertToGroupCanceled.md
index b12634ea1ba..060bcb96aba 100644
--- a/api/Visio.Page.ConvertToGroupCanceled.md
+++ b/api/Visio.Page.ConvertToGroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Page.CreateSelection.md b/api/Visio.Page.CreateSelection.md
index b25b3b5e8d7..dbedf65afb0 100644
--- a/api/Visio.Page.CreateSelection.md
+++ b/api/Visio.Page.CreateSelection.md
@@ -27,13 +27,13 @@ Creates various types of **Selection** objects.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SelType_|Required| **VisSelectionTypes**|The type of selection. See Remarks for possible values.|
| _IterationMode_|Optional| **VisSelectMode**|The selection mode used. See Remarks for possible values.|
| _Data_|Optional| **Variant**|The object type that corresponds to the _SelType_ argument. See Remarks for possible values.|
-### Return Value
+### Return value
Selection
diff --git a/api/Visio.Page.Delete.md b/api/Visio.Page.Delete.md
index 610fced0a3e..cd57ca57d23 100644
--- a/api/Visio.Page.Delete.md
+++ b/api/Visio.Page.Delete.md
@@ -27,11 +27,11 @@ Deletes a **Page** object. Can also renumber remaining pages.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fRenumberPages_|Required| **Integer**|1 (**True**) to renumber remaining pages; otherwise, 0 (**False**).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.Document.md b/api/Visio.Page.Document.md
index 181137c03db..3b4635d3ff9 100644
--- a/api/Visio.Page.Document.md
+++ b/api/Visio.Page.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Page.DrawArcByThreePoints.md b/api/Visio.Page.DrawArcByThreePoints.md
index 48b65a7015d..b988349cd09 100644
--- a/api/Visio.Page.DrawArcByThreePoints.md
+++ b/api/Visio.Page.DrawArcByThreePoints.md
@@ -27,7 +27,7 @@ Creates a shape whose path consists of an arc defined by the three points passed
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xBegin_|Required| **Double**|The x-coordinate of the begin point of the arc.|
| _yBegin_|Required| **Double**|The y-coordinate of the begin point of the arc.|
@@ -36,7 +36,7 @@ Creates a shape whose path consists of an arc defined by the three points passed
| _xControl_|Required| **Double**|The x-coordinate of the control point of the arc.|
| _yControl_|Required| **Double**|The y-coordinate of the control point of the arc.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DrawBezier.md b/api/Visio.Page.DrawBezier.md
index 6a41eef9654..0850973250e 100644
--- a/api/Visio.Page.DrawBezier.md
+++ b/api/Visio.Page.DrawBezier.md
@@ -27,13 +27,13 @@ Creates a shape whose path is defined by the supplied sequence of Bezier control
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xyArray()_|Required| **Double**|An array of alternating _x_ and _y_ values that define the Bezier control points for the new shape.|
| _degree_|Required| **Integer**|The degree of the Bezier curve.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DrawCircularArc.md b/api/Visio.Page.DrawCircularArc.md
index cbd6629a1c9..91d48f5d137 100644
--- a/api/Visio.Page.DrawCircularArc.md
+++ b/api/Visio.Page.DrawCircularArc.md
@@ -27,7 +27,7 @@ Creates a new shape whose path consists of a circular arc defined by its center,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xCenter_|Required| **Double**|The x-coordinate of the center of the arc.|
| _yCenter_|Required| **Double**|The y-coordinate of the center of the arc.|
@@ -35,7 +35,7 @@ Creates a new shape whose path consists of a circular arc defined by its center,
| _StartAngle_|Optional| **Double**|The angle in radians with respect to the x-axis at which to start drawing the arc. The default is 0.|
| _EndAngle_|Optional| **Double**|The angle in radians with respect to the x-axis at which to end the arc. The default is pi (3.14592634898).|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DrawLine.md b/api/Visio.Page.DrawLine.md
index 979d9202a1e..791ab606663 100644
--- a/api/Visio.Page.DrawLine.md
+++ b/api/Visio.Page.DrawLine.md
@@ -27,14 +27,14 @@ Adds a line to the **Shapes** collection of a page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xBegin_|Required| **Double**|The x-coordinate of the line's begin point.|
| _yBegin_|Required| **Double**|The y-coordinate of the line's begin point.|
| _xEnd_|Required| **Double**|The x-coordinate of the line's endpoint.|
| _yEnd_|Required| **Double**|The y-coordinate of the line's endpoint.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DrawNURBS.md b/api/Visio.Page.DrawNURBS.md
index cd5ad45ad59..ba424367deb 100644
--- a/api/Visio.Page.DrawNURBS.md
+++ b/api/Visio.Page.DrawNURBS.md
@@ -27,7 +27,7 @@ Creates a new shape whose path consists of a single NURBS (nonuniform rational B
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _degree_|Required| **Integer**|The spline's degree; an integer between 1 and 25.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
@@ -35,7 +35,7 @@ Creates a new shape whose path consists of a single NURBS (nonuniform rational B
| _knots()_|Required| **Double**|An array of knots.|
| _weights_|Optional| **Variant**|An array of weights.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DrawOval.md b/api/Visio.Page.DrawOval.md
index 0f78d5ab2e2..f4a50b6b9c4 100644
--- a/api/Visio.Page.DrawOval.md
+++ b/api/Visio.Page.DrawOval.md
@@ -27,14 +27,14 @@ Adds an oval (ellipse) to the **Shapes** collection of a page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x1_|Required| **Double**|The x-coordinate of one corner of the ellipse's width-height box.|
| _y1_|Required| **Double**|The y-coordinate of one corner of the ellipse's width-height box.|
| _x2_|Required| **Double**|The x-coordinate of the other corner of the ellipse's width-height box.|
| _y2_|Required| **Double**|The y-coordinate of the other corner of the ellipse's width-height box.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DrawPolyline.md b/api/Visio.Page.DrawPolyline.md
index 213997165ca..d01a0f9a0c2 100644
--- a/api/Visio.Page.DrawPolyline.md
+++ b/api/Visio.Page.DrawPolyline.md
@@ -27,12 +27,12 @@ Creates a shape whose path is a polyline along a given set of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xyArray()_|Required| **Double**| An array of alternating _x_ and _y_ values that defines points in the new shape's path.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DrawQuarterArc.md b/api/Visio.Page.DrawQuarterArc.md
index d1192dfc6b2..ab26b539be2 100644
--- a/api/Visio.Page.DrawQuarterArc.md
+++ b/api/Visio.Page.DrawQuarterArc.md
@@ -27,7 +27,7 @@ Creates a shape whose path consists of an elliptical arc defined by the two poin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xBegin_|Required| **Double**|The _x_-coordinate of the begin point of the arc.|
| _yBegin_|Required| **Double**|The _y_-coordinate of the begin point of the arc.|
@@ -35,7 +35,7 @@ Creates a shape whose path consists of an elliptical arc defined by the two poin
| _yEnd_|Required| **Double**|The _y_-coordinate of the endpoint of the arc.|
| _SweepFlag_|Required| **VisArcSweepFlags**|The type of arc, concave or convex.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DrawRectangle.md b/api/Visio.Page.DrawRectangle.md
index 1f534d3873b..2904273c7f4 100644
--- a/api/Visio.Page.DrawRectangle.md
+++ b/api/Visio.Page.DrawRectangle.md
@@ -27,14 +27,14 @@ Adds a rectangle to the **Shapes** collection of a page, master, or group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x1_|Required| **Double**|The _x_-coordinate of one corner of the rectangle's width-height box.|
| _y1_|Required| **Double**|The _y_-coordinate of one corner of the rectangle's width-height box.|
| _x2_|Required| **Double**|The _x_-coordinate of the other corner of the rectangle's width-height box.|
| _y2_|Required| **Double**|The _y_-coordinate of the other corner of the rectangle's width-height box.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DrawSpline.md b/api/Visio.Page.DrawSpline.md
index 297f5273dbc..1a9a210751c 100644
--- a/api/Visio.Page.DrawSpline.md
+++ b/api/Visio.Page.DrawSpline.md
@@ -27,13 +27,13 @@ Creates a new shape whose path follows a given sequence of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xyArray()_|Required| **Double**|An array of alternating _x_ and _y_ values that define points in the new shape's path.|
| _Tolerance_|Required| **Double**|How closely the path of the new shape must approximate the given points.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.Drop.md b/api/Visio.Page.Drop.md
index a5e19232bb6..f1eacbe3433 100644
--- a/api/Visio.Page.Drop.md
+++ b/api/Visio.Page.Drop.md
@@ -27,13 +27,13 @@ Creates one or more new **Shape** objects by dropping an object onto a receivin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The object or selection to drop. While this is typically a Visio object such as a **Master** , **Shape** , or **Selection** object, it can be any OLE object that provides an **IDataObject** interface.|
| _xPos_|Required| **Double**|The x-coordinate at which to place the center of the shape's width or PinX.|
| _yPos_|Required| **Double**|The y-coordinate at which to place the center of the shape's height or PinY.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DropCallout.md b/api/Visio.Page.DropCallout.md
index 2d393f5f976..8d95ac6910b 100644
--- a/api/Visio.Page.DropCallout.md
+++ b/api/Visio.Page.DropCallout.md
@@ -27,12 +27,12 @@ Creates a new callout **[Shape](Visio.Shape.md)** object on the page near the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The callout to add to the page. Can be a **[Master](Visio.Master.md)** , **[MasterShortcut](Visio.MasterShortcut.md)** , **Shape** , or **IDataObject** object.|
| _TargetShape_|Required| **Shape**|The existing shape with which to associate the callout.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.Page.DropConnected.md b/api/Visio.Page.DropConnected.md
index f02daff568e..9c01ec2adeb 100644
--- a/api/Visio.Page.DropConnected.md
+++ b/api/Visio.Page.DropConnected.md
@@ -27,14 +27,14 @@ Creates a new **[Shape](Visio.Shape.md)** object on the page, places the new sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The shape to add to the page. Can be a **[Master](Visio.Master.md)** , **[MasterShortcut](Visio.MasterShortcut.md)** , **Shape** , or an **IDataObject** object.|
| _TargetShape_|Required| **Shape**|The existing shape from which to align, space, and connect.|
| _PlacementDir_|Required| **[VisAutoConnectDir](Visio.visautoconnectdir.md)**|The direction from _TargetShape_ in which to place _ObjectToDrop_.|
| _Connector_|Optional| **[UNKNOWN]**|The connector to use. Can be a **Master** , **MasterShortcut** , **Shape** , or an **IDataObject** object.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.Page.DropContainer.md b/api/Visio.Page.DropContainer.md
index 1bf0e81b85a..c84aafb80b4 100644
--- a/api/Visio.Page.DropContainer.md
+++ b/api/Visio.Page.DropContainer.md
@@ -27,12 +27,12 @@ Creates a new container **[Shape](Visio.Shape.md)** object on the page, places
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The container shape to add to the page. Can be a **[Master](Visio.Master.md)** , **[MasterShortcut](Visio.MasterShortcut.md)** , **Shape** , or **IDataObject** object.|
| _TargetShapes_|Required| **[UNKNOWN]**|The shapes that the container should contain. Can be a **Shape** or a **[Selection](Visio.Selection.md)** object. The shapes or selection must already be on the page.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.Page.DropIntoList.md b/api/Visio.Page.DropIntoList.md
index f08aad42e34..34e3aae79de 100644
--- a/api/Visio.Page.DropIntoList.md
+++ b/api/Visio.Page.DropIntoList.md
@@ -27,13 +27,13 @@ Drops the specified object into the specified list at the specified position. Re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **IUnknown**|The source of the shape to drop into the list. Can be a **[Master](Visio.Master.md)** , **[Selection](Visio.Selection.md)** , **[Shape](Visio.Shape.md)** , or **IDataObject** object. See Remarks for more information.|
| _TargetList_|Required| **Shape**|The list into which to drop _ObjectToDrop_. |
| _lPosition_|Required| **Long**|The position in the 1-based list to add the shape.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.Page.DropLegend.md b/api/Visio.Page.DropLegend.md
index e6f9c32cb11..acecb80f42a 100644
--- a/api/Visio.Page.DropLegend.md
+++ b/api/Visio.Page.DropLegend.md
@@ -30,13 +30,13 @@ Inserts a data graphics legend on a Microsoft Visio drawing page. Returns the li
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OuterList_|Required| **[UNKNOWN]**|A **[Master](Visio.Master.md)** or **[MasterShortcut](Visio.MasterShortcut.md)** object that represents the legend object. Corresponds to the outermost list shape.|
| _InnerContainer_|Required| **[UNKNOWN]**|A **Master** or **MasterShortcut** object that represents the legend object. Corresponds to the inner field container shape used within the legend for each data-graphic field.|
| _populateFlags_|Required| **[VisLegendFlags](Visio.VisLegendFlags.md)**|A flag that specifies whether Visio should populate the legend.|
-### Return Value
+### Return value
**[Shape](Visio.Shape.md)**
diff --git a/api/Visio.Page.DropLinked.md b/api/Visio.Page.DropLinked.md
index 1417696a58b..48150d46131 100644
--- a/api/Visio.Page.DropLinked.md
+++ b/api/Visio.Page.DropLinked.md
@@ -30,7 +30,7 @@ Returns a new shape on the drawing page linked to data in a data recordset.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The object to drop. While this is typically a Visio object such as a **Master** , **Shape** , or **Selection** object; it can be any OLE object that provides an **IDataObject** interface.|
| _x_|Required| **Double**|The x-coordinate at which to place the center of the shape's width or PinX.|
@@ -39,7 +39,7 @@ Returns a new shape on the drawing page linked to data in a data recordset.
| _DataRowID_|Required| **Long**|The ID of the data row that contains the data to link to.|
| _ApplyDataGraphicAfterLink_|Required| **Boolean**|Whether to apply the current data graphic to the linked shape. The default is not to apply a data graphic. See Remarks for more information.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.DropMany.md b/api/Visio.Page.DropMany.md
index c52a893c825..cc0c5bf70f3 100644
--- a/api/Visio.Page.DropMany.md
+++ b/api/Visio.Page.DropMany.md
@@ -27,13 +27,13 @@ Creates one or more new **Shape** objects on a page. It returns an array of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectsToInstance()_|Required| **Variant**|Identifies masters or other objects from which to make shapes.|
| _xyArray()_|Required| **Double**|An array of alternating x and y values specifying the positions for the new shapes.|
| _IDArray()_|Required| **Integer**|Out parameter. An array that returns the IDs of the created shapes.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Page.DropManyLinkedU.md b/api/Visio.Page.DropManyLinkedU.md
index 7fd79428472..2db8f7a07c4 100644
--- a/api/Visio.Page.DropManyLinkedU.md
+++ b/api/Visio.Page.DropManyLinkedU.md
@@ -30,7 +30,7 @@ Creates multiple new shapes on the drawing page that are linked to multiple data
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectsToInstance()_|Required| **Variant**|An array of type **Variant** of objects to create instances of.|
| _XYs()_|Required| **Double**|An array of type **Double**|
@@ -39,7 +39,7 @@ Creates multiple new shapes on the drawing page that are linked to multiple data
| _ApplyDataGraphicAfterLink_|Required| **Boolean**|Whether to apply the current data graphic to the linked shapes. See Remarks for more information.|
| _ShapeIDs()_|Required| **Long**|Out parameter. An array of type **Long** of shapes created and linked to.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Page.DropManyU.md b/api/Visio.Page.DropManyU.md
index 3b156216130..9d4a3c6d613 100644
--- a/api/Visio.Page.DropManyU.md
+++ b/api/Visio.Page.DropManyU.md
@@ -27,13 +27,13 @@ Creates one or more new **Shape** objects on a page, in a master, or in a group
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectsToInstance()_|Required| **Variant**|Identifies masters or other objects from which to make shapes by their universal names.|
| _xyArray()_|Required| **Double**|An array of alternating _x_ and _y_ values that specify the positions for the new shapes.|
| _IDArray()_|Required| **Integer**|Out parameter. An array that returns the IDs of the created shapes.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Page.EventList.md b/api/Visio.Page.EventList.md
index a5bda6afb73..c412d8b6425 100644
--- a/api/Visio.Page.EventList.md
+++ b/api/Visio.Page.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Page.Export.md b/api/Visio.Page.Export.md
index 497d0f1dd9c..2781bd83246 100644
--- a/api/Visio.Page.Export.md
+++ b/api/Visio.Page.Export.md
@@ -27,11 +27,11 @@ Exports an object from Microsoft Visio to a file format such as .bmp, .dib, .dwg
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The fully qualified path and name of the file to receive the exported object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.FormulaChanged.md b/api/Visio.Page.FormulaChanged.md
index 475df78800c..4f39c97122c 100644
--- a/api/Visio.Page.FormulaChanged.md
+++ b/api/Visio.Page.FormulaChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Page.GetCallouts.md b/api/Visio.Page.GetCallouts.md
index 4b635e6439f..abc3b8ba505 100644
--- a/api/Visio.Page.GetCallouts.md
+++ b/api/Visio.Page.GetCallouts.md
@@ -27,11 +27,11 @@ Returns the list of identifiers of the callout shapes on the page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NestedOptions_|Required| **[VisContainerNested](Visio.VisContainerNested.md)**|A constant that indicates whether to exclude shapes on the page that are contained by containers or lists. See Remarks for possible values.|
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Page.GetContainers.md b/api/Visio.Page.GetContainers.md
index f166c15e52d..848690ef526 100644
--- a/api/Visio.Page.GetContainers.md
+++ b/api/Visio.Page.GetContainers.md
@@ -27,11 +27,11 @@ Returns an array of shape identifiers (IDs) of the container shapes on the page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NestedOptions_|Required| **[VisContainerNested](Visio.VisContainerNested.md)**|Indicates whether to exclude shapes in nested containers. See Remarks for possible values.|
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Page.GetFormulas.md b/api/Visio.Page.GetFormulas.md
index eb15004d40d..82c7d4eec9e 100644
--- a/api/Visio.Page.GetFormulas.md
+++ b/api/Visio.Page.GetFormulas.md
@@ -27,12 +27,12 @@ Returns the formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|Stream identifying cells to be queried.|
| _formulaArray()_|Required| **Variant**|Out parameter. Array that receives formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.GetFormulasU.md b/api/Visio.Page.GetFormulasU.md
index 7be56b51e31..e4016aad759 100644
--- a/api/Visio.Page.GetFormulasU.md
+++ b/api/Visio.Page.GetFormulasU.md
@@ -27,12 +27,12 @@ Returns the formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|Stream identifying cells to be queried.|
| _formulaArray()_|Required| **Variant**|Out parameter. Array that receives formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.GetResults.md b/api/Visio.Page.GetResults.md
index 58d81059226..0f4cc433506 100644
--- a/api/Visio.Page.GetResults.md
+++ b/api/Visio.Page.GetResults.md
@@ -27,14 +27,14 @@ Gets the results or formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|Array identifying cells to be queried.|
| _Flags_|Required| **Integer**|Flags that influence the type of entries returned in results.|
| _UnitsNamesOrCodes()_|Required| **Variant**| Array of measurement units that results are to be returned in.|
| _resultArray()_|Required| **Variant**|Array that receives results or formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.GetShapesLinkedToData.md b/api/Visio.Page.GetShapesLinkedToData.md
index 9a25654bf3c..6607a45a0ea 100644
--- a/api/Visio.Page.GetShapesLinkedToData.md
+++ b/api/Visio.Page.GetShapesLinkedToData.md
@@ -30,12 +30,12 @@ Returns an array of all shapes on the active page linked to data in the specifie
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of a data recordset contained in the current document.|
| _ShapeIDs()_|Required| **Long**|Out parameter. An array of type **Long** that the method will return filled with the shape IDs of shapes on the page linked to the data recordset specified in DataRecordsetID.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.GetShapesLinkedToDataRow.md b/api/Visio.Page.GetShapesLinkedToDataRow.md
index 7a9f5f6d001..63dd79bb9b8 100644
--- a/api/Visio.Page.GetShapesLinkedToDataRow.md
+++ b/api/Visio.Page.GetShapesLinkedToDataRow.md
@@ -30,13 +30,13 @@ Returns an array of all shapes on the active page linked to data in the specifie
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of a data recordset contained in the current document.|
| _DataRowID_|Required| **Long**|The ID of a data row in the data recordset specified in DataRecordsetID.|
| _ShapeIDs()_|Required| **Long**|Out parameter. An array of type **Long** that the method will return filled with the shape IDs of shapes on the page linked to the data row specified in DataRowID in the data recordset specified in DataRecordsetID.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.GroupCanceled.md b/api/Visio.Page.GroupCanceled.md
index 5b45e70d1b5..dd3cd51ed45 100644
--- a/api/Visio.Page.GroupCanceled.md
+++ b/api/Visio.Page.GroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Page.ID.md b/api/Visio.Page.ID.md
index 13199f63904..50c46eb4e18 100644
--- a/api/Visio.Page.ID.md
+++ b/api/Visio.Page.ID.md
@@ -23,7 +23,7 @@ Gets the ID of an object. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Page.Import.md b/api/Visio.Page.Import.md
index d5c952c329c..f1b9e4b6f98 100644
--- a/api/Visio.Page.Import.md
+++ b/api/Visio.Page.Import.md
@@ -27,11 +27,11 @@ Imports a file into the current document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file to import; must be a fully qualified path.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.Page.Index.md b/api/Visio.Page.Index.md
index 2fc408235c3..2995f978b56 100644
--- a/api/Visio.Page.Index.md
+++ b/api/Visio.Page.Index.md
@@ -23,7 +23,7 @@ Gets or sets the ordinal position of a page in a **Pages** collection. Read/wri
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Page.InsertFromFile.md b/api/Visio.Page.InsertFromFile.md
index 2a6ec5d1d0f..a27d67e7947 100644
--- a/api/Visio.Page.InsertFromFile.md
+++ b/api/Visio.Page.InsertFromFile.md
@@ -27,12 +27,12 @@ Adds a linked or embedded object to a page, master, or group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file that contains the object to link or embed.|
| _Flags_|Required| **Integer**|Flags that influence how the object is inserted.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.InsertObject.md b/api/Visio.Page.InsertObject.md
index 11f3c3ebfef..646e3c8daed 100644
--- a/api/Visio.Page.InsertObject.md
+++ b/api/Visio.Page.InsertObject.md
@@ -27,12 +27,12 @@ Adds a new embedded object or ActiveX control to a page, master, or group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassOrProgID_|Required| **String**|Identifies the type of object or control to create.|
| _Flags_|Required| **Integer**|Flags that influence the operation.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.Layers.md b/api/Visio.Page.Layers.md
index 0917df2952f..1183e2a8d17 100644
--- a/api/Visio.Page.Layers.md
+++ b/api/Visio.Page.Layers.md
@@ -23,7 +23,7 @@ Returns the **Layers** collection of an object. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Layers
diff --git a/api/Visio.Page.Layout.md b/api/Visio.Page.Layout.md
index 5ea0dd29c08..638b182dff0 100644
--- a/api/Visio.Page.Layout.md
+++ b/api/Visio.Page.Layout.md
@@ -23,7 +23,7 @@ Lays out the shapes and/or reroutes the connectors for the page, master, group,
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.LayoutChangeDirection.md b/api/Visio.Page.LayoutChangeDirection.md
index 57c1eabea99..84d747f29c6 100644
--- a/api/Visio.Page.LayoutChangeDirection.md
+++ b/api/Visio.Page.LayoutChangeDirection.md
@@ -27,11 +27,11 @@ Revises the layout of a set of connected shapes on the page, by rotating or flip
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[VisLayoutDirection](Visio.VisLayoutDirection.md)**|The action to take. See Remarks for possible values.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Page.LayoutIncremental.md b/api/Visio.Page.LayoutIncremental.md
index 33a92e9b011..da677bc3129 100644
--- a/api/Visio.Page.LayoutIncremental.md
+++ b/api/Visio.Page.LayoutIncremental.md
@@ -27,7 +27,7 @@ Makes small adjustments to the position of shapes on the drawing page to better
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AlignOrSpace_|Required| **[VisLayoutIncrementalType](Visio.VisLayoutIncrementalType.md)**|The type of incremental layout action to perform--alignment, spacing, or both. See Remarks for possible values.|
| _AlignHorizontal_|Required| **[VisLayoutHorzAlignType](Visio.VisLayoutHorzAlignType.md)**|Indicates how Microsoft Visio aligns shapes horizontally when it aligns incrementally. See Remarks for possible values.|
@@ -36,7 +36,7 @@ Makes small adjustments to the position of shapes on the drawing page to better
| _SpaceVertical_|Required| **Double**|The edge-to-edge vertical spacing (except if layout style is circular). Must be greater than or equal to zero.|
| _UnitsNameOrCode_|Required| **[VisUnitCodes](Visio.visunitcodes.md)**|The units for the spacing values.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Page.LayoutRoutePassive.md b/api/Visio.Page.LayoutRoutePassive.md
index 3e2e869968d..06e94be7a78 100644
--- a/api/Visio.Page.LayoutRoutePassive.md
+++ b/api/Visio.Page.LayoutRoutePassive.md
@@ -23,7 +23,7 @@ Determines whether to enable advanced connector routing logic on the page. Read/
_expression_ A variable that represents a '[Page](Visio.Page.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Page.LinkShapesToDataRows.md b/api/Visio.Page.LinkShapesToDataRows.md
index ae58ba733f0..951efb39e64 100644
--- a/api/Visio.Page.LinkShapesToDataRows.md
+++ b/api/Visio.Page.LinkShapesToDataRows.md
@@ -30,14 +30,14 @@ Links multiple rows in the specified data recordset, as specified by their data
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of a data recordset contained in the current document containing the data to link to.|
| _DataRowIDs()_|Required| **Long**|An array of type **Long** of data row IDs of rows in the data recordset specified in DataRecordsetID, to be linked to the shapes specified in ShapeIDs().|
| _ShapeIDs()_|Required| **Long**| An array of type **Long** of shape IDs of shapes on the page to be linked to the data rows specified in DataRowIDs() in the data recordset specified in DataRecordsetID.|
| _ApplyDataGraphicAfterLink_|Optional| **Boolean**|Whether to apply the current data graphic to the linked shapes. See Remarks for more information.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.Name.md b/api/Visio.Page.Name.md
index 51ef51139bc..d8fd22a2dd7 100644
--- a/api/Visio.Page.Name.md
+++ b/api/Visio.Page.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Page.NameU.md b/api/Visio.Page.NameU.md
index 474f8acd5f8..fb07df346c9 100644
--- a/api/Visio.Page.NameU.md
+++ b/api/Visio.Page.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of a **Page** object. Read/write.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Page.OLEObjects.md b/api/Visio.Page.OLEObjects.md
index 69bc810ac9c..ae9a7b3c4fb 100644
--- a/api/Visio.Page.OLEObjects.md
+++ b/api/Visio.Page.OLEObjects.md
@@ -23,7 +23,7 @@ Returns the **OLEObjects** collection of a page. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
OLEObjects
diff --git a/api/Visio.Page.ObjectType.md b/api/Visio.Page.ObjectType.md
index 1062a20d3ec..1ec3cf45a42 100644
--- a/api/Visio.Page.ObjectType.md
+++ b/api/Visio.Page.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Page.OpenDrawWindow.md b/api/Visio.Page.OpenDrawWindow.md
index d2af40a6d82..03cffce42f8 100644
--- a/api/Visio.Page.OpenDrawWindow.md
+++ b/api/Visio.Page.OpenDrawWindow.md
@@ -23,7 +23,7 @@ Opens a new drawing window that displays a page.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Page.OriginalPage.md b/api/Visio.Page.OriginalPage.md
index 200c949689c..564610a915a 100644
--- a/api/Visio.Page.OriginalPage.md
+++ b/api/Visio.Page.OriginalPage.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Page.PageChanged.md b/api/Visio.Page.PageChanged.md
index 5e8c15afe23..d9b7d516ff9 100644
--- a/api/Visio.Page.PageChanged.md
+++ b/api/Visio.Page.PageChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageChanged'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that changed.|
diff --git a/api/Visio.Page.PageDeleteCanceled.md b/api/Visio.Page.PageDeleteCanceled.md
index 00a63d27554..44455fada5e 100644
--- a/api/Visio.Page.PageDeleteCanceled.md
+++ b/api/Visio.Page.PageDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was going to be deleted.|
diff --git a/api/Visio.Page.PageSheet.md b/api/Visio.Page.PageSheet.md
index 1da7cd7f055..a384eacc14f 100644
--- a/api/Visio.Page.PageSheet.md
+++ b/api/Visio.Page.PageSheet.md
@@ -23,7 +23,7 @@ Returns the page sheet (an object that represents the ShapeSheet spreadsheet) of
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Page.Paste.md b/api/Visio.Page.Paste.md
index f782c617a4b..33b995f0f68 100644
--- a/api/Visio.Page.Paste.md
+++ b/api/Visio.Page.Paste.md
@@ -27,11 +27,11 @@ Pastes the contents of the Clipboard into an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Optional| **Variant**|Determines how shapes are translated during the paste operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.PasteSpecial.md b/api/Visio.Page.PasteSpecial.md
index abf087b533a..a381838e998 100644
--- a/api/Visio.Page.PasteSpecial.md
+++ b/api/Visio.Page.PasteSpecial.md
@@ -27,13 +27,13 @@ Inserts the contents of the Clipboard, allowing you to control the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Format_|Required| **Long**|The internal Clipboard format.|
| _Link_|Optional| **Variant**| **True** to establish a link to the source of the pasted data; otherwise, **False** (the default). Ignored if the source data is not suitable for, or does not support, linking.|
| _DisplayAsIcon_|Optional| **Variant**| **True** to display the pasted data as an icon; otherwise, **False** (the default).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.PasteToLocation.md b/api/Visio.Page.PasteToLocation.md
index 43b07be3833..317db1828d4 100644
--- a/api/Visio.Page.PasteToLocation.md
+++ b/api/Visio.Page.PasteToLocation.md
@@ -27,13 +27,13 @@ Pastes the shape to the specified location on the page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xPos_|Required| **Double**|The x-coordinate at which to place the center of the object?s width or PinX, in inches.|
| _yPos_|Required| **Double**|The y-coordinate at which to place the center of the object?s height or PinY, in inches.|
| _Flags_|Required| **Long**|The default is zero.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Page.PersistsEvents.md b/api/Visio.Page.PersistsEvents.md
index 15c857af3c6..1c6940f87b8 100644
--- a/api/Visio.Page.PersistsEvents.md
+++ b/api/Visio.Page.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Page.Picture.md b/api/Visio.Page.Picture.md
index 3b17ab85f2a..0e16ae1bf2a 100644
--- a/api/Visio.Page.Picture.md
+++ b/api/Visio.Page.Picture.md
@@ -23,7 +23,7 @@ Returns a picture that represents an enhanced metafile (EMF) contained in a mast
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
IPictureDisp
diff --git a/api/Visio.Page.Print.md b/api/Visio.Page.Print.md
index 1f0979aba06..bdff52ff5e1 100644
--- a/api/Visio.Page.Print.md
+++ b/api/Visio.Page.Print.md
@@ -23,7 +23,7 @@ Prints the contents of an object to the default printer.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.PrintTile.md b/api/Visio.Page.PrintTile.md
index 0e45c7b3615..a4e44cf25cf 100644
--- a/api/Visio.Page.PrintTile.md
+++ b/api/Visio.Page.PrintTile.md
@@ -27,11 +27,11 @@ Prints a single tile of a drawing page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nTile_|Required| **Long**|The number of tiles.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.PrintTileCount.md b/api/Visio.Page.PrintTileCount.md
index 4f53ad69ab1..e794454752c 100644
--- a/api/Visio.Page.PrintTileCount.md
+++ b/api/Visio.Page.PrintTileCount.md
@@ -23,7 +23,7 @@ Returns the number of print tiles for a drawing page. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Page.QueryCancelConvertToGroup.md b/api/Visio.Page.QueryCancelConvertToGroup.md
index 00d4b1be2a3..5c895af8cbf 100644
--- a/api/Visio.Page.QueryCancelConvertToGroup.md
+++ b/api/Visio.Page.QueryCancelConvertToGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal Selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.Page.QueryCancelGroup.md b/api/Visio.Page.QueryCancelGroup.md
index 8308bfb2021..ab02ba1ec2d 100644
--- a/api/Visio.Page.QueryCancelGroup.md
+++ b/api/Visio.Page.QueryCancelGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.Page.QueryCancelPageDelete.md b/api/Visio.Page.QueryCancelPageDelete.md
index f965d2934c4..9b51a7117d4 100644
--- a/api/Visio.Page.QueryCancelPageDelete.md
+++ b/api/Visio.Page.QueryCancelPageDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelPageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Page.QueryCancelSelectionDelete.md b/api/Visio.Page.QueryCancelSelectionDelete.md
index 98c854f91d9..9587326b464 100644
--- a/api/Visio.Page.QueryCancelSelectionDelete.md
+++ b/api/Visio.Page.QueryCancelSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal Selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.Page.QueryCancelUngroup.md b/api/Visio.Page.QueryCancelUngroup.md
index f599108e078..daf14ed56c9 100644
--- a/api/Visio.Page.QueryCancelUngroup.md
+++ b/api/Visio.Page.QueryCancelUngroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal Selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.Page.ResizeToFitContents.md b/api/Visio.Page.ResizeToFitContents.md
index 88cd6375750..7ee44e269e5 100644
--- a/api/Visio.Page.ResizeToFitContents.md
+++ b/api/Visio.Page.ResizeToFitContents.md
@@ -23,7 +23,7 @@ Resizes the page, or the master's page, to fit tightly around the shapes or mast
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.ReviewerID.md b/api/Visio.Page.ReviewerID.md
index 94b5db5631e..0f6f0bdefa7 100644
--- a/api/Visio.Page.ReviewerID.md
+++ b/api/Visio.Page.ReviewerID.md
@@ -23,7 +23,7 @@ Gets the reviewer ID associated with the markup overlay. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Page.SelectionAdded.md b/api/Visio.Page.SelectionAdded.md
index 4587eaa30ff..5783f2f9ae9 100644
--- a/api/Visio.Page.SelectionAdded.md
+++ b/api/Visio.Page.SelectionAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionAdded'(**_ByVal Selection As [IVSELECTION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was added to the document.|
diff --git a/api/Visio.Page.SelectionDeleteCanceled.md b/api/Visio.Page.SelectionDeleteCanceled.md
index 2fdbe6bea14..47cdb7aaace 100644
--- a/api/Visio.Page.SelectionDeleteCanceled.md
+++ b/api/Visio.Page.SelectionDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.Page.SetFormulas.md b/api/Visio.Page.SetFormulas.md
index 853855b1140..21eac103c59 100644
--- a/api/Visio.Page.SetFormulas.md
+++ b/api/Visio.Page.SetFormulas.md
@@ -27,13 +27,13 @@ Sets the formulas of one or more cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|Stream identifying cells to be modified.|
| _formulaArray()_|Required| **Variant**|Formulas to be assigned to identified cells.|
| _Flags_|Required| **Integer**|Flags that influence the behavior of **SetFormulas** .|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Page.SetResults.md b/api/Visio.Page.SetResults.md
index 183bb6b0e90..630838a347f 100644
--- a/api/Visio.Page.SetResults.md
+++ b/api/Visio.Page.SetResults.md
@@ -27,14 +27,14 @@ Sets the results or formulas of one or more cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|An array identifying cells to be modified.|
| _UnitsNamesOrCodes()_|Required| **Variant**|Measurement units to be attributed to entries in results array.|
| _resultArray()_|Required| **Variant**|Results or formulas to be assigned to identified cells.|
| _Flags_|Required| **Integer**|Flags that influence the behavior of **SetResults** .|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Page.ShapeAdded.md b/api/Visio.Page.ShapeAdded.md
index c824233b7f0..ddf1d222bba 100644
--- a/api/Visio.Page.ShapeAdded.md
+++ b/api/Visio.Page.ShapeAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.Page.ShapeChanged.md b/api/Visio.Page.ShapeChanged.md
index 94fd0d8a092..7336715cc44 100644
--- a/api/Visio.Page.ShapeChanged.md
+++ b/api/Visio.Page.ShapeChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose property changed.|
diff --git a/api/Visio.Page.ShapeDataGraphicChanged.md b/api/Visio.Page.ShapeDataGraphicChanged.md
index 79a7a46d673..34c89e664f9 100644
--- a/api/Visio.Page.ShapeDataGraphicChanged.md
+++ b/api/Visio.Page.ShapeDataGraphicChanged.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.Page.ShapeExitedTextEdit.md b/api/Visio.Page.ShapeExitedTextEdit.md
index b96e32dc72d..e56cf32a9c4 100644
--- a/api/Visio.Page.ShapeExitedTextEdit.md
+++ b/api/Visio.Page.ShapeExitedTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.Page.ShapeIDsToUniqueIDs.md b/api/Visio.Page.ShapeIDsToUniqueIDs.md
index 7628513df4c..f3dbd25f249 100644
--- a/api/Visio.Page.ShapeIDsToUniqueIDs.md
+++ b/api/Visio.Page.ShapeIDsToUniqueIDs.md
@@ -27,13 +27,13 @@ Returns an array of unique IDs of shapes on the page, as specified by their shap
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapeIDs()_|Required| **Long**|An array of type **Long** of shape IDs corresponding to a set of shapes on the active drawing page.|
| _UniqueIDArgs_|Required| **VisUniqueIDArgs**|Gets, deletes, or makes the unique ID of a **Shape** object. See Remarks for possible values.|
| _GUIDs()_|Required| **String**|Out parameter. An empty array that the method fills with unique IDs of type **String** corresponding to the shapes specified in _ShapeIDs()_|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Page.ShapeLinkAdded.md b/api/Visio.Page.ShapeLinkAdded.md
index 43ec1cc661e..6a5f3e95535 100644
--- a/api/Visio.Page.ShapeLinkAdded.md
+++ b/api/Visio.Page.ShapeLinkAdded.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeLinkAdded'(**_ByVal Shape As [IVSHAPE]_** , **_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is linked to data.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row linked to the shape.|
diff --git a/api/Visio.Page.ShapeLinkDeleted.md b/api/Visio.Page.ShapeLinkDeleted.md
index 2a11205145b..e214291457e 100644
--- a/api/Visio.Page.ShapeLinkDeleted.md
+++ b/api/Visio.Page.ShapeLinkDeleted.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeLinkDeleted'(**_ByVal Shape As [IVSHAPE]_** , *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose link to a data row was broken.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row that was linked to the shape.|
diff --git a/api/Visio.Page.ShapeParentChanged.md b/api/Visio.Page.ShapeParentChanged.md
index 306e2ba55c1..ef5d75f8831 100644
--- a/api/Visio.Page.ShapeParentChanged.md
+++ b/api/Visio.Page.ShapeParentChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.Page.Shapes.md b/api/Visio.Page.Shapes.md
index 16a8356604d..5af10aee63a 100644
--- a/api/Visio.Page.Shapes.md
+++ b/api/Visio.Page.Shapes.md
@@ -23,7 +23,7 @@ Returns the **Shapes** collection for a page, master, or group. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Shapes
diff --git a/api/Visio.Page.SpatialSearch.md b/api/Visio.Page.SpatialSearch.md
index 883cddab2f7..a34e7b7efbb 100644
--- a/api/Visio.Page.SpatialSearch.md
+++ b/api/Visio.Page.SpatialSearch.md
@@ -27,7 +27,7 @@ Returns a **Selection** object whose shapes meet certain criteria in relation t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Double**|The x-coordinate.|
| _y_|Required| **Double**|The y-coordinate.|
@@ -35,7 +35,7 @@ Returns a **Selection** object whose shapes meet certain criteria in relation t
| _Tolerance_|Required| **Double**|A distance in internal drawing units with respect to the coordinate space.|
| _Flags_|Required| **Integer**|Flags that influence the result.|
-### Return Value
+### Return value
Selection
diff --git a/api/Visio.Page.SplitConnector.md b/api/Visio.Page.SplitConnector.md
index ac9a06bffaa..8917797e525 100644
--- a/api/Visio.Page.SplitConnector.md
+++ b/api/Visio.Page.SplitConnector.md
@@ -27,12 +27,12 @@ Splits the specified connector with the specified shape. Returns the new duplica
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConnectorToSplit_|Required| **[Shape](Visio.Shape.md)**|The connector to split. Must be a routable one-dimensional (1-D) connector.|
| _Shape_|Required| **Shape**|The shape to use to split the connector. Must be a two-dimensional (2-D) shape.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.Page.Stat.md b/api/Visio.Page.Stat.md
index 319d1a00128..d528c75bea9 100644
--- a/api/Visio.Page.Stat.md
+++ b/api/Visio.Page.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Page.TextChanged.md b/api/Visio.Page.TextChanged.md
index f8e74b0e3a3..5a99156158c 100644
--- a/api/Visio.Page.TextChanged.md
+++ b/api/Visio.Page.TextChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'TextChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose text changed.|
diff --git a/api/Visio.Page.ThemeColors.md b/api/Visio.Page.ThemeColors.md
index 5decd07953e..be14642be08 100644
--- a/api/Visio.Page.ThemeColors.md
+++ b/api/Visio.Page.ThemeColors.md
@@ -23,7 +23,7 @@ Gets or sets the current theme colors for the page. Read/write.
_expression_ An expression that returns a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.Page.ThemeEffects.md b/api/Visio.Page.ThemeEffects.md
index 1aceb7e8040..66b7d639c58 100644
--- a/api/Visio.Page.ThemeEffects.md
+++ b/api/Visio.Page.ThemeEffects.md
@@ -23,7 +23,7 @@ Gets or sets the current theme effect for the page. Read/write.
_expression_ An expression that returns a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.Page.Type.md b/api/Visio.Page.Type.md
index b71b6809aaa..e40811c6aa7 100644
--- a/api/Visio.Page.Type.md
+++ b/api/Visio.Page.Type.md
@@ -23,7 +23,7 @@ Returns the type of the object. Read-only.
_expression_ A variable that represents a [Page](./Visio.Page.md) object.
-### Return Value
+### Return value
VisPageTypes
diff --git a/api/Visio.Page.UngroupCanceled.md b/api/Visio.Page.UngroupCanceled.md
index cc47969b59f..d3376d5b5c9 100644
--- a/api/Visio.Page.UngroupCanceled.md
+++ b/api/Visio.Page.UngroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.Page.UniqueIDsToShapeIDs.md b/api/Visio.Page.UniqueIDsToShapeIDs.md
index 51b9852f066..c42fdb187cb 100644
--- a/api/Visio.Page.UniqueIDsToShapeIDs.md
+++ b/api/Visio.Page.UniqueIDsToShapeIDs.md
@@ -30,12 +30,12 @@ Returns an array of shape IDs of shapes on the page, as specifed by their unique
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _GUIDs()_|Required| **String**|An array of unique IDs of type **String** of shapes on the page.|
| _ShapeIDs()_|Required| **Long**|Out parameter. An empty array that the method fills with shape IDs of type **Long** corresponding to the shapes specified in GUIDs()|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.PageColor.md b/api/Visio.PageColor.md
index fc1f60f8f4e..6424955b6d5 100644
--- a/api/Visio.PageColor.md
+++ b/api/Visio.PageColor.md
@@ -20,7 +20,7 @@ Gets or sets the color of the page in the current drawing that is open in Micros
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**[OLE_COLOR]**
diff --git a/api/Visio.PageCount.md b/api/Visio.PageCount.md
index ca348678cfb..4e4433c6421 100644
--- a/api/Visio.PageCount.md
+++ b/api/Visio.PageCount.md
@@ -20,7 +20,7 @@ Gets the number of pages in the current document that is open in Microsoft Visio
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.PageIDToIndex.md b/api/Visio.PageIDToIndex.md
index c481bf54484..9f0d00320b5 100644
--- a/api/Visio.PageIDToIndex.md
+++ b/api/Visio.PageIDToIndex.md
@@ -24,11 +24,11 @@ Gets the index of the specified page in the collection of pages in the drawing t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PageID|Required| **Long**|The ID of the page whose index you want to determine.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.PageIndexToID.md b/api/Visio.PageIndexToID.md
index 45ef96fb820..3c71d36c5cf 100644
--- a/api/Visio.PageIndexToID.md
+++ b/api/Visio.PageIndexToID.md
@@ -24,11 +24,11 @@ Gets the ID of the page at the specified index in the collection of pages in the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PageIndex|Required| **Long**|The index of the page whose ID you want to get.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.PageName.md b/api/Visio.PageName.md
index 58465aaa255..8a2ef630448 100644
--- a/api/Visio.PageName.md
+++ b/api/Visio.PageName.md
@@ -24,11 +24,11 @@ Gets the name of the specified page in the drawing that is open in Microsoft Vis
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PageIndex|Required| **Long**|The index of the page whose name you want to get.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.PageSizingBehavior.md b/api/Visio.PageSizingBehavior.md
index c8bbebb7fe5..47abeda2ab6 100644
--- a/api/Visio.PageSizingBehavior.md
+++ b/api/Visio.PageSizingBehavior.md
@@ -23,7 +23,7 @@ Specifies how drawing pages and shapes in the Microsoft Visio Drawing Control re
_expression_ A variable that represents a [DrawingControl](./Visio.DrawingControl.md) object.
-### Return Value
+### Return value
VisPageSizingBehaviors
diff --git a/api/Visio.PageTabsVisible.md b/api/Visio.PageTabsVisible.md
index 4952d2fd544..7bbd1884e81 100644
--- a/api/Visio.PageTabsVisible.md
+++ b/api/Visio.PageTabsVisible.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether page tabs are visible in Microsoft V
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.PageTitle.md b/api/Visio.PageTitle.md
index e7e1ab27976..963c3ef614c 100644
--- a/api/Visio.PageTitle.md
+++ b/api/Visio.PageTitle.md
@@ -20,7 +20,7 @@ Specifies the name of the Web page as it appears in the browser's title bar. Rea
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.PageVisible.md b/api/Visio.PageVisible.md
index 15b3e9f8b47..d186cc0942d 100644
--- a/api/Visio.PageVisible.md
+++ b/api/Visio.PageVisible.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether the drawing page is visible in Micro
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Pages.Add.md b/api/Visio.Pages.Add.md
index 3edfcb0a8b5..08d7ebd1372 100644
--- a/api/Visio.Pages.Add.md
+++ b/api/Visio.Pages.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents a [Pages](./Visio.Pages.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Pages.Application.md b/api/Visio.Pages.Application.md
index cb8b5cd2f1c..2f4fc80b763 100644
--- a/api/Visio.Pages.Application.md
+++ b/api/Visio.Pages.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Pages](./Visio.Pages.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Pages.BeforePageDelete.md b/api/Visio.Pages.BeforePageDelete.md
index 451c505460b..22d351069a4 100644
--- a/api/Visio.Pages.BeforePageDelete.md
+++ b/api/Visio.Pages.BeforePageDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforePageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Pages.BeforeSelectionDelete.md b/api/Visio.Pages.BeforeSelectionDelete.md
index 4ecdcd638f6..6e75e6f4d31 100644
--- a/api/Visio.Pages.BeforeSelectionDelete.md
+++ b/api/Visio.Pages.BeforeSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.Pages.BeforeShapeDelete.md b/api/Visio.Pages.BeforeShapeDelete.md
index 92a866a565f..a8581c2c87a 100644
--- a/api/Visio.Pages.BeforeShapeDelete.md
+++ b/api/Visio.Pages.BeforeShapeDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeDelete'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be deleted.|
diff --git a/api/Visio.Pages.BeforeShapeTextEdit.md b/api/Visio.Pages.BeforeShapeTextEdit.md
index b1faf0c6172..d77e19f18cb 100644
--- a/api/Visio.Pages.BeforeShapeTextEdit.md
+++ b/api/Visio.Pages.BeforeShapeTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.Pages.CalloutRelationshipAdded.md b/api/Visio.Pages.CalloutRelationshipAdded.md
index 241feb160ae..d2975292d78 100644
--- a/api/Visio.Pages.CalloutRelationshipAdded.md
+++ b/api/Visio.Pages.CalloutRelationshipAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CalloutRelationshipAdded'(**_By Val ShapePair As Rel
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new callout shape-pair relationship.|
diff --git a/api/Visio.Pages.CalloutRelationshipDeleted.md b/api/Visio.Pages.CalloutRelationshipDeleted.md
index 896f13037d6..345d0f5bd55 100644
--- a/api/Visio.Pages.CalloutRelationshipDeleted.md
+++ b/api/Visio.Pages.CalloutRelationshipDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CalloutRelationshipDeleted'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the callout shape-pair relationship.|
diff --git a/api/Visio.Pages.CellChanged.md b/api/Visio.Pages.CellChanged.md
index f10898ed81b..1e0e0c0bcdf 100644
--- a/api/Visio.Pages.CellChanged.md
+++ b/api/Visio.Pages.CellChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Pages.ConnectionsAdded.md b/api/Visio.Pages.ConnectionsAdded.md
index 17f4ee68636..43e9ae7cbd2 100644
--- a/api/Visio.Pages.ConnectionsAdded.md
+++ b/api/Visio.Pages.ConnectionsAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsAdded'(**_ByVal Connects As [IVCONNECTS]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that were established.|
diff --git a/api/Visio.Pages.ConnectionsDeleted.md b/api/Visio.Pages.ConnectionsDeleted.md
index cce286f8e9b..7f25f1e3c73 100644
--- a/api/Visio.Pages.ConnectionsDeleted.md
+++ b/api/Visio.Pages.ConnectionsDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConnectionsDeleted'(**_ByVal Connects As [IVCONNECTS
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Connects_|Required| **[IVCONNECTS]**|The connections that have been removed.|
diff --git a/api/Visio.Pages.ContainerRelationshipAdded.md b/api/Visio.Pages.ContainerRelationshipAdded.md
index 80f12efaac1..d18f3aa5b47 100644
--- a/api/Visio.Pages.ContainerRelationshipAdded.md
+++ b/api/Visio.Pages.ContainerRelationshipAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContainerRelationshipAdded'(**_By Val ShapePair As R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the new container shape-pair relationship.|
diff --git a/api/Visio.Pages.ContainerRelationshipDeleted.md b/api/Visio.Pages.ContainerRelationshipDeleted.md
index 8d0c8c222c7..4fd66494687 100644
--- a/api/Visio.Pages.ContainerRelationshipDeleted.md
+++ b/api/Visio.Pages.ContainerRelationshipDeleted.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContainerRelationshipDeleted'(**_By Val ShapePair As
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapePair_|Required| **[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)**|An object that represents the container shape-pair relationship.|
diff --git a/api/Visio.Pages.ConvertToGroupCanceled.md b/api/Visio.Pages.ConvertToGroupCanceled.md
index 07520be7b41..1123bc87975 100644
--- a/api/Visio.Pages.ConvertToGroupCanceled.md
+++ b/api/Visio.Pages.ConvertToGroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Pages.Count.md b/api/Visio.Pages.Count.md
index dd3ef33ffee..e607a8e24f0 100644
--- a/api/Visio.Pages.Count.md
+++ b/api/Visio.Pages.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Pages](./Visio.Pages.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Pages.Document.md b/api/Visio.Pages.Document.md
index ea2848a2022..0a23fa1f7ea 100644
--- a/api/Visio.Pages.Document.md
+++ b/api/Visio.Pages.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Pages](./Visio.Pages.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Pages.EventList.md b/api/Visio.Pages.EventList.md
index 51d8c46eea9..9b4846e0eb8 100644
--- a/api/Visio.Pages.EventList.md
+++ b/api/Visio.Pages.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Pages](./Visio.Pages.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Pages.FormulaChanged.md b/api/Visio.Pages.FormulaChanged.md
index aa86126b16e..4d54933c6d9 100644
--- a/api/Visio.Pages.FormulaChanged.md
+++ b/api/Visio.Pages.FormulaChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Pages.GetNames.md b/api/Visio.Pages.GetNames.md
index 2ea410090f4..593b38317c6 100644
--- a/api/Visio.Pages.GetNames.md
+++ b/api/Visio.Pages.GetNames.md
@@ -27,11 +27,11 @@ Returns the names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeSpecificNameArray()_|Required| **String**|Out parameter. An array that receives names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Pages.GetNamesU.md b/api/Visio.Pages.GetNamesU.md
index 3a5bc83f807..7531b58c0ae 100644
--- a/api/Visio.Pages.GetNamesU.md
+++ b/api/Visio.Pages.GetNamesU.md
@@ -27,11 +27,11 @@ Returns the universal names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeIndependentNameArray()_|Required| **String**|Out parameter. An array that receives the names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Pages.GroupCanceled.md b/api/Visio.Pages.GroupCanceled.md
index 7a6291a901f..579092eb382 100644
--- a/api/Visio.Pages.GroupCanceled.md
+++ b/api/Visio.Pages.GroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Pages.Item.md b/api/Visio.Pages.Item.md
index b0d9a61bb03..dcdbda0e62b 100644
--- a/api/Visio.Pages.Item.md
+++ b/api/Visio.Pages.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameUIDOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Pages.ItemFromID.md b/api/Visio.Pages.ItemFromID.md
index b5d7fab7418..5f45cbd309a 100644
--- a/api/Visio.Pages.ItemFromID.md
+++ b/api/Visio.Pages.ItemFromID.md
@@ -27,11 +27,11 @@ Returns an item of a collection using the ID of the item. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Pages.ItemU.md b/api/Visio.Pages.ItemU.md
index 7b858c3cff0..26b9a8d871b 100644
--- a/api/Visio.Pages.ItemU.md
+++ b/api/Visio.Pages.ItemU.md
@@ -27,11 +27,11 @@ Returns an object from a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the universal name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Pages.ObjectType.md b/api/Visio.Pages.ObjectType.md
index 8985aab8d2e..c1c1f47eb70 100644
--- a/api/Visio.Pages.ObjectType.md
+++ b/api/Visio.Pages.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Pages](./Visio.Pages.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Pages.PageAdded.md b/api/Visio.Pages.PageAdded.md
index baddd956553..1603bf07937 100644
--- a/api/Visio.Pages.PageAdded.md
+++ b/api/Visio.Pages.PageAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageAdded'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was added.|
diff --git a/api/Visio.Pages.PageChanged.md b/api/Visio.Pages.PageChanged.md
index a6222e71345..97a14bcab82 100644
--- a/api/Visio.Pages.PageChanged.md
+++ b/api/Visio.Pages.PageChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageChanged'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that changed.|
diff --git a/api/Visio.Pages.PageDeleteCanceled.md b/api/Visio.Pages.PageDeleteCanceled.md
index bc6bef6d33c..7943c5a5bf5 100644
--- a/api/Visio.Pages.PageDeleteCanceled.md
+++ b/api/Visio.Pages.PageDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'PageDeleteCanceled'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that was going to be deleted.|
diff --git a/api/Visio.Pages.PersistsEvents.md b/api/Visio.Pages.PersistsEvents.md
index 71e1f848721..a6807cee942 100644
--- a/api/Visio.Pages.PersistsEvents.md
+++ b/api/Visio.Pages.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Pages](./Visio.Pages.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Pages.QueryCancelConvertToGroup.md b/api/Visio.Pages.QueryCancelConvertToGroup.md
index 1289f486e79..4c7cfd9cc31 100644
--- a/api/Visio.Pages.QueryCancelConvertToGroup.md
+++ b/api/Visio.Pages.QueryCancelConvertToGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal Selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.Pages.QueryCancelGroup.md b/api/Visio.Pages.QueryCancelGroup.md
index 9a0119849e5..de73bc84a39 100644
--- a/api/Visio.Pages.QueryCancelGroup.md
+++ b/api/Visio.Pages.QueryCancelGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.Pages.QueryCancelPageDelete.md b/api/Visio.Pages.QueryCancelPageDelete.md
index 2d4b0d5a761..e14e7a5f6d2 100644
--- a/api/Visio.Pages.QueryCancelPageDelete.md
+++ b/api/Visio.Pages.QueryCancelPageDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelPageDelete'(**_ByVal Page As [IVPAGE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[IVPAGE]**|The page that is going to be deleted.|
diff --git a/api/Visio.Pages.QueryCancelSelectionDelete.md b/api/Visio.Pages.QueryCancelSelectionDelete.md
index f559bbec507..fb711c8b7f3 100644
--- a/api/Visio.Pages.QueryCancelSelectionDelete.md
+++ b/api/Visio.Pages.QueryCancelSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal Selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.Pages.QueryCancelUngroup.md b/api/Visio.Pages.QueryCancelUngroup.md
index d76242c2572..a85f5b779a4 100644
--- a/api/Visio.Pages.QueryCancelUngroup.md
+++ b/api/Visio.Pages.QueryCancelUngroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal Selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.Pages.SelectionAdded.md b/api/Visio.Pages.SelectionAdded.md
index f3d8dabd2c6..14859913faf 100644
--- a/api/Visio.Pages.SelectionAdded.md
+++ b/api/Visio.Pages.SelectionAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionAdded'(**_ByVal Selection As [IVSELECTION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was added to the document.|
diff --git a/api/Visio.Pages.SelectionDeleteCanceled.md b/api/Visio.Pages.SelectionDeleteCanceled.md
index d0fdad2ede4..17dc67fc9d0 100644
--- a/api/Visio.Pages.SelectionDeleteCanceled.md
+++ b/api/Visio.Pages.SelectionDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.Pages.ShapeAdded.md b/api/Visio.Pages.ShapeAdded.md
index c79f1945fca..ee73b3d3480 100644
--- a/api/Visio.Pages.ShapeAdded.md
+++ b/api/Visio.Pages.ShapeAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.Pages.ShapeChanged.md b/api/Visio.Pages.ShapeChanged.md
index 24453970358..4defadb1a34 100644
--- a/api/Visio.Pages.ShapeChanged.md
+++ b/api/Visio.Pages.ShapeChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose property changed.|
diff --git a/api/Visio.Pages.ShapeDataGraphicChanged.md b/api/Visio.Pages.ShapeDataGraphicChanged.md
index 84696344120..2afabac407e 100644
--- a/api/Visio.Pages.ShapeDataGraphicChanged.md
+++ b/api/Visio.Pages.ShapeDataGraphicChanged.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.Pages.ShapeExitedTextEdit.md b/api/Visio.Pages.ShapeExitedTextEdit.md
index 3601a2ee29a..c06c4382262 100644
--- a/api/Visio.Pages.ShapeExitedTextEdit.md
+++ b/api/Visio.Pages.ShapeExitedTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.Pages.ShapeLinkAdded.md b/api/Visio.Pages.ShapeLinkAdded.md
index 8993f32248f..91288a557ce 100644
--- a/api/Visio.Pages.ShapeLinkAdded.md
+++ b/api/Visio.Pages.ShapeLinkAdded.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeLinkAdded'(**_ByVal Shape As [IVSHAPE]_** , **_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is linked to data.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row linked to the shape.|
diff --git a/api/Visio.Pages.ShapeLinkDeleted.md b/api/Visio.Pages.ShapeLinkDeleted.md
index dc2e97cccc8..933ea3a2cd8 100644
--- a/api/Visio.Pages.ShapeLinkDeleted.md
+++ b/api/Visio.Pages.ShapeLinkDeleted.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeLinkDeleted'(**_ByVal Shape As [IVSHAPE]_** , *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose link to a data row was broken.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row that was linked to the shape.|
diff --git a/api/Visio.Pages.ShapeParentChanged.md b/api/Visio.Pages.ShapeParentChanged.md
index 2dec0fff062..61608fd025c 100644
--- a/api/Visio.Pages.ShapeParentChanged.md
+++ b/api/Visio.Pages.ShapeParentChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.Pages.Stat.md b/api/Visio.Pages.Stat.md
index 7145a806c1d..8d78360b457 100644
--- a/api/Visio.Pages.Stat.md
+++ b/api/Visio.Pages.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Pages](./Visio.Pages.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Pages.TextChanged.md b/api/Visio.Pages.TextChanged.md
index 6cd7a072dfe..af481198e99 100644
--- a/api/Visio.Pages.TextChanged.md
+++ b/api/Visio.Pages.TextChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'TextChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose text changed.|
diff --git a/api/Visio.Pages.UngroupCanceled.md b/api/Visio.Pages.UngroupCanceled.md
index 7db01000392..38029099734 100644
--- a/api/Visio.Pages.UngroupCanceled.md
+++ b/api/Visio.Pages.UngroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.Pan.md b/api/Visio.Pan.md
index e790116e25c..60bf8b3fbfa 100644
--- a/api/Visio.Pan.md
+++ b/api/Visio.Pan.md
@@ -24,12 +24,12 @@ Moves the page by the specified coordinate values, in pixels, in Microsoft Visio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|DeltaX|Required| **Long**|The amount, in pixels, to move horizontally.|
|DeltaY|Required| **Long**|The amount, in pixels, to move vertically.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.PanAndZoom.md b/api/Visio.PanAndZoom.md
index 132d3602b5f..33439712c09 100644
--- a/api/Visio.PanAndZoom.md
+++ b/api/Visio.PanAndZoom.md
@@ -20,7 +20,7 @@ Determines whether the **Pan and Zoom** control for zooming in and out of the p
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ParentShape.md b/api/Visio.ParentShape.md
index 83b00e5b0de..941b9b9508e 100644
--- a/api/Visio.ParentShape.md
+++ b/api/Visio.ParentShape.md
@@ -24,11 +24,11 @@ Gets the index number of the parent shape of the specified shape in the drawing
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index of the shape whose parent you want to find.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Path.Application.md b/api/Visio.Path.Application.md
index 257bcb6027f..5c0db3fae86 100644
--- a/api/Visio.Path.Application.md
+++ b/api/Visio.Path.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Path](./Visio.Path.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Path.Closed.md b/api/Visio.Path.Closed.md
index d07c1642199..b82763be031 100644
--- a/api/Visio.Path.Closed.md
+++ b/api/Visio.Path.Closed.md
@@ -23,7 +23,7 @@ Determines if an object is closed (that is, if its begin point coincides with it
_expression_ A variable that represents a [Path](./Visio.Path.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Path.Count.md b/api/Visio.Path.Count.md
index 2eaa0f47309..d63a782f57f 100644
--- a/api/Visio.Path.Count.md
+++ b/api/Visio.Path.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Path](./Visio.Path.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Path.Item.md b/api/Visio.Path.Item.md
index 1531482df24..657023ba006 100644
--- a/api/Visio.Path.Item.md
+++ b/api/Visio.Path.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
Curve
diff --git a/api/Visio.Path.ObjectType.md b/api/Visio.Path.ObjectType.md
index 5d35f8cea4d..9185ced83f6 100644
--- a/api/Visio.Path.ObjectType.md
+++ b/api/Visio.Path.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Path](./Visio.Path.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Path.Points.md b/api/Visio.Path.Points.md
index ec2f28791e6..9a76d52c5db 100644
--- a/api/Visio.Path.Points.md
+++ b/api/Visio.Path.Points.md
@@ -27,12 +27,12 @@ Returns an array of points that defines a polyline that approximates a **Path**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tolerance_|Required| **Double**|Specifies how close the returned array of points must approximate the true path.|
| _xyArray()_|Required| **Double**|Out parameter. Returns an array of alternating _x_ and _y_ values specifying points along a path's or curve's stroke.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Paths.Application.md b/api/Visio.Paths.Application.md
index 001520ccf50..d1ab196e7c9 100644
--- a/api/Visio.Paths.Application.md
+++ b/api/Visio.Paths.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Paths](./Visio.Paths.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Paths.Count.md b/api/Visio.Paths.Count.md
index a0cff922e00..a75cdcdf3ea 100644
--- a/api/Visio.Paths.Count.md
+++ b/api/Visio.Paths.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Paths](./Visio.Paths.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Paths.Item.md b/api/Visio.Paths.Item.md
index d17b44124e2..2f683d6ebc6 100644
--- a/api/Visio.Paths.Item.md
+++ b/api/Visio.Paths.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
Path
diff --git a/api/Visio.Paths.ObjectType.md b/api/Visio.Paths.ObjectType.md
index 0d1076ffef8..2892590d6ab 100644
--- a/api/Visio.Paths.ObjectType.md
+++ b/api/Visio.Paths.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Paths](./Visio.Paths.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.PriFormat.md b/api/Visio.PriFormat.md
index e104e969edb..e8dfe1c67ff 100644
--- a/api/Visio.PriFormat.md
+++ b/api/Visio.PriFormat.md
@@ -20,7 +20,7 @@ Specifies the primary output format for the Web page. Read/write.
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.PropControl.md b/api/Visio.PropControl.md
index 611d3500983..684872e8e12 100644
--- a/api/Visio.PropControl.md
+++ b/api/Visio.PropControl.md
@@ -20,7 +20,7 @@ Determines whether a shape's custom properties (shape data) are displayed in the
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.PropertyDialogEnabled.md b/api/Visio.PropertyDialogEnabled.md
index 7c5d43d0664..34e22e5e1d5 100644
--- a/api/Visio.PropertyDialogEnabled.md
+++ b/api/Visio.PropertyDialogEnabled.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether the **Properties and Settings** dia
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.QuietMode.md b/api/Visio.QuietMode.md
index 6419ea76e40..d19bd0b6cca 100644
--- a/api/Visio.QuietMode.md
+++ b/api/Visio.QuietMode.md
@@ -20,7 +20,7 @@ Determines whether dialog boxes are displayed in the Visio user interface when y
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.RasterExportBackgroundColor.md b/api/Visio.RasterExportBackgroundColor.md
index d0838e5242a..9fec19be551 100644
--- a/api/Visio.RasterExportBackgroundColor.md
+++ b/api/Visio.RasterExportBackgroundColor.md
@@ -23,7 +23,7 @@ Determines the background color that is applied to the exported image when you c
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**OLE_COLOR**
diff --git a/api/Visio.RasterExportColorFormat.md b/api/Visio.RasterExportColorFormat.md
index f97329f94b9..9a020933452 100644
--- a/api/Visio.RasterExportColorFormat.md
+++ b/api/Visio.RasterExportColorFormat.md
@@ -23,7 +23,7 @@ Determines the color format that is applied to the exported image when you call
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**[VisRasterExportColorFormat](Visio.VisRasterExportColorFormat.md)**
diff --git a/api/Visio.RasterExportColorReduction.md b/api/Visio.RasterExportColorReduction.md
index 8658634d7cd..2c2f950c881 100644
--- a/api/Visio.RasterExportColorReduction.md
+++ b/api/Visio.RasterExportColorReduction.md
@@ -23,7 +23,7 @@ Determines the color reduction that is applied to the exported image when you ca
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**[VisRasterExportColorReduction](Visio.VisRasterExportColorReduction.md)**
diff --git a/api/Visio.RasterExportDataCompression.md b/api/Visio.RasterExportDataCompression.md
index d5286b07148..761625f23d5 100644
--- a/api/Visio.RasterExportDataCompression.md
+++ b/api/Visio.RasterExportDataCompression.md
@@ -23,7 +23,7 @@ Determines the data compression algorithm that is applied to the exported image
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**[VisRasterExportDataCompression](Visio.VisRasterExportDataCompression.md)**
diff --git a/api/Visio.RasterExportDataFormat.md b/api/Visio.RasterExportDataFormat.md
index b394bfcd0d8..570231d1d65 100644
--- a/api/Visio.RasterExportDataFormat.md
+++ b/api/Visio.RasterExportDataFormat.md
@@ -23,7 +23,7 @@ Determines whether the exported raster image is interlaced or non-interlaced whe
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**[VisRasterExportDataFormat](Visio.VisRasterExportDataFormat.md)**
diff --git a/api/Visio.RasterExportFlip.md b/api/Visio.RasterExportFlip.md
index 4fb5b45fea8..4c385f54ff7 100644
--- a/api/Visio.RasterExportFlip.md
+++ b/api/Visio.RasterExportFlip.md
@@ -23,7 +23,7 @@ Determines the flip that is applied to the exported image when you call the **E
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**[VisRasterExportFlip](Visio.VisRasterExportFlip.md)**
diff --git a/api/Visio.RasterExportOperation.md b/api/Visio.RasterExportOperation.md
index db388b84099..d2d28bf54b0 100644
--- a/api/Visio.RasterExportOperation.md
+++ b/api/Visio.RasterExportOperation.md
@@ -23,7 +23,7 @@ Determines the export operation that is applied to the exported image when you c
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**[VisRasterExportOperation](Visio.VisRasterExportOperation.md)**
diff --git a/api/Visio.RasterExportQuality.md b/api/Visio.RasterExportQuality.md
index c410ad83e35..316f3422118 100644
--- a/api/Visio.RasterExportQuality.md
+++ b/api/Visio.RasterExportQuality.md
@@ -23,7 +23,7 @@ Determines the export quality that is applied to the exported image when you cal
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.RasterExportRotation.md b/api/Visio.RasterExportRotation.md
index 19f16c9b568..4fb27838f7f 100644
--- a/api/Visio.RasterExportRotation.md
+++ b/api/Visio.RasterExportRotation.md
@@ -23,7 +23,7 @@ Determines the rotation that is applied to the exported image when you call the
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**[VisRasterExportRotation](Visio.VisRasterExportRotation.md)**
diff --git a/api/Visio.RasterExportTransparencyColor.md b/api/Visio.RasterExportTransparencyColor.md
index cb611d0758b..6d293b6ff7f 100644
--- a/api/Visio.RasterExportTransparencyColor.md
+++ b/api/Visio.RasterExportTransparencyColor.md
@@ -23,7 +23,7 @@ Determines the transparency color that is applied to the exported image when you
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**OLE_COLOR**
diff --git a/api/Visio.RasterExportUseTransparencyColor.md b/api/Visio.RasterExportUseTransparencyColor.md
index 6d6447f2eec..a149431f498 100644
--- a/api/Visio.RasterExportUseTransparencyColor.md
+++ b/api/Visio.RasterExportUseTransparencyColor.md
@@ -23,7 +23,7 @@ Determines whether Microsoft Visio applies, to the exported image, the transpare
_expression_ An expression that returns an '[ApplicationSettings](Visio.ApplicationSettings.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.RelatedShapePairEvent.ContainingPage.md b/api/Visio.RelatedShapePairEvent.ContainingPage.md
index 5ba5081bd6b..653edb2ab44 100644
--- a/api/Visio.RelatedShapePairEvent.ContainingPage.md
+++ b/api/Visio.RelatedShapePairEvent.ContainingPage.md
@@ -23,7 +23,7 @@ Returns the **[Page](Visio.Page.md)** object that is associated with the **Rela
_expression_ A variable that represents a '[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)' object.
-### Return Value
+### Return value
**Page**
diff --git a/api/Visio.RelatedShapePairEvent.ContainingPageID.md b/api/Visio.RelatedShapePairEvent.ContainingPageID.md
index 989b253e4a8..a0f9aaa3b6f 100644
--- a/api/Visio.RelatedShapePairEvent.ContainingPageID.md
+++ b/api/Visio.RelatedShapePairEvent.ContainingPageID.md
@@ -23,7 +23,7 @@ Returns the identifier of the **[Page](Visio.Page.md)** object that is associat
_expression_ A variable that represents a [RelatedShapePairEvent](./Visio.RelatedShapePairEvent.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.RelatedShapePairEvent.Document.md b/api/Visio.RelatedShapePairEvent.Document.md
index 9b0762f75a1..8a5306afd9b 100644
--- a/api/Visio.RelatedShapePairEvent.Document.md
+++ b/api/Visio.RelatedShapePairEvent.Document.md
@@ -23,7 +23,7 @@ Gets the **[Document](Visio.Document.md)** object that is associated with an ob
_expression_ A variable that represents a '[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)' object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.RelatedShapePairEvent.FromShapeID.md b/api/Visio.RelatedShapePairEvent.FromShapeID.md
index 8618001edd6..8d83b0112f0 100644
--- a/api/Visio.RelatedShapePairEvent.FromShapeID.md
+++ b/api/Visio.RelatedShapePairEvent.FromShapeID.md
@@ -23,7 +23,7 @@ Returrns the identifier of the first (container or callout) shape in the related
_expression_ A variable that represents a '[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.RelatedShapePairEvent.ObjectType.md b/api/Visio.RelatedShapePairEvent.ObjectType.md
index 4f6459e6d3c..2dc0a7392af 100644
--- a/api/Visio.RelatedShapePairEvent.ObjectType.md
+++ b/api/Visio.RelatedShapePairEvent.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeRelatedShapePairEvent** , the type of this object. Read-onl
_expression_ A variable that represents a '[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)' object.
-### Return Value
+### Return value
**visObjTypeRelatedShapePairEvent**
diff --git a/api/Visio.RelatedShapePairEvent.Stat.md b/api/Visio.RelatedShapePairEvent.Stat.md
index c1902e1fa04..f4b1f2bc386 100644
--- a/api/Visio.RelatedShapePairEvent.Stat.md
+++ b/api/Visio.RelatedShapePairEvent.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a '[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)' object.
-### Return Value
+### Return value
**[VisStatCodes](Visio.visstatcodes.md)**
diff --git a/api/Visio.RelatedShapePairEvent.ToShapeID.md b/api/Visio.RelatedShapePairEvent.ToShapeID.md
index 2152a1c8d74..8165ea67aaf 100644
--- a/api/Visio.RelatedShapePairEvent.ToShapeID.md
+++ b/api/Visio.RelatedShapePairEvent.ToShapeID.md
@@ -23,7 +23,7 @@ Returrns the identifier of the second (member) shape in the related shape pair.
_expression_ A variable that represents a '[RelatedShapePairEvent](Visio.RelatedShapePairEvent.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ReviewerColor.md b/api/Visio.ReviewerColor.md
index 2cbe5e20962..1924b36da48 100644
--- a/api/Visio.ReviewerColor.md
+++ b/api/Visio.ReviewerColor.md
@@ -24,11 +24,11 @@ Gets the color of the markup overlay associated with the specified reviewer in t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ReviewerIndex|Required| **Long**|The index of the reviewer in the collection of reveiwers.|
-### Return Value
+### Return value
**[OLE_COLOR]**
diff --git a/api/Visio.ReviewerCount.md b/api/Visio.ReviewerCount.md
index eeb55622cee..0270e218b47 100644
--- a/api/Visio.ReviewerCount.md
+++ b/api/Visio.ReviewerCount.md
@@ -20,7 +20,7 @@ Gets the count of reviewers in the current document open in Microsoft Visio View
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ReviewerID.md b/api/Visio.ReviewerID.md
index d0ac3ac8174..efdfad31815 100644
--- a/api/Visio.ReviewerID.md
+++ b/api/Visio.ReviewerID.md
@@ -24,11 +24,11 @@ Gets the ID of the specified reviewer in the drawing open in Microsoft Visio Vie
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ReviewerIndex|Required| **Long**|The index of the reviewer in the collection of reviewers.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ReviewerInitial.md b/api/Visio.ReviewerInitial.md
index b8259c889aa..54e473258f6 100644
--- a/api/Visio.ReviewerInitial.md
+++ b/api/Visio.ReviewerInitial.md
@@ -24,11 +24,11 @@ Gets the initials of the specified reviewer in the drawing that is open in Micro
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ReviewerIndex|Required| **Long**|The index of the reviewer in the collection of reviewers.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.ReviewerMarkupVisible.md b/api/Visio.ReviewerMarkupVisible.md
index 651bb9a2bf1..1c2fac59df9 100644
--- a/api/Visio.ReviewerMarkupVisible.md
+++ b/api/Visio.ReviewerMarkupVisible.md
@@ -24,11 +24,11 @@ Gets or sets a value that indicates whether markup of the specified reviewer is
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ReviewerIndex|Required| **Long**|The index of the reviewer in the collection of reviewers.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ReviewerName.md b/api/Visio.ReviewerName.md
index 6f8a812d1d5..3533f4a6ec4 100644
--- a/api/Visio.ReviewerName.md
+++ b/api/Visio.ReviewerName.md
@@ -24,11 +24,11 @@ Gets the name of the specified reviewer in the drawing that is open in Microsoft
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ReviewerIndex|Required| **Long**|The index of the reviewer in the collection of reviewers.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Row.Application.md b/api/Visio.Row.Application.md
index ad7e69753c2..89a9d32c674 100644
--- a/api/Visio.Row.Application.md
+++ b/api/Visio.Row.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Row.Cell.md b/api/Visio.Row.Cell.md
index 54196281042..fe3ba206dcb 100644
--- a/api/Visio.Row.Cell.md
+++ b/api/Visio.Row.Cell.md
@@ -27,11 +27,11 @@ Uses the local name or index of a cell to return the cell. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|The local name or index of the cell.|
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Row.CellChanged.md b/api/Visio.Row.CellChanged.md
index a266d4e8d6a..fdef8508e07 100644
--- a/api/Visio.Row.CellChanged.md
+++ b/api/Visio.Row.CellChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Row.CellU.md b/api/Visio.Row.CellU.md
index a7eab2a50c1..474e74d5247 100644
--- a/api/Visio.Row.CellU.md
+++ b/api/Visio.Row.CellU.md
@@ -27,11 +27,11 @@ Uses the universal name or index of a cell to return the cell. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|The universal name or index of the cell.|
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Row.ContainingMasterID.md b/api/Visio.Row.ContainingMasterID.md
index a3de2631921..25b77cd0223 100644
--- a/api/Visio.Row.ContainingMasterID.md
+++ b/api/Visio.Row.ContainingMasterID.md
@@ -23,7 +23,7 @@ Returns the ID of the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Row.ContainingPageID.md b/api/Visio.Row.ContainingPageID.md
index 54750084d03..b9805fa0b29 100644
--- a/api/Visio.Row.ContainingPageID.md
+++ b/api/Visio.Row.ContainingPageID.md
@@ -23,7 +23,7 @@ Returns the ID of the page that contains an object. Read-only.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Row.ContainingSection.md b/api/Visio.Row.ContainingSection.md
index 2950c224653..08275104b62 100644
--- a/api/Visio.Row.ContainingSection.md
+++ b/api/Visio.Row.ContainingSection.md
@@ -23,7 +23,7 @@ Returns the section that contains a row. Read-only.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Section
diff --git a/api/Visio.Row.Count.md b/api/Visio.Row.Count.md
index a178ce1d063..de7f4ddb84b 100644
--- a/api/Visio.Row.Count.md
+++ b/api/Visio.Row.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Row.EventList.md b/api/Visio.Row.EventList.md
index c4cbb4665e3..7dcd0b8ec58 100644
--- a/api/Visio.Row.EventList.md
+++ b/api/Visio.Row.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Row.FormulaChanged.md b/api/Visio.Row.FormulaChanged.md
index d5d2b160f00..30a8ca886d7 100644
--- a/api/Visio.Row.FormulaChanged.md
+++ b/api/Visio.Row.FormulaChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Row.GetPolylineData.md b/api/Visio.Row.GetPolylineData.md
index 7a9665fa6b9..9005eae9706 100644
--- a/api/Visio.Row.GetPolylineData.md
+++ b/api/Visio.Row.GetPolylineData.md
@@ -27,12 +27,12 @@ Returns the points recorded in a polyline row.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Required| **Integer**|Flags that influence the points returned.|
| _xyArray()_|Required| **Double**|Out parameter. Returns an array of alternating _x_ and _y_ values specifying the points recorded in the row.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Row.Index.md b/api/Visio.Row.Index.md
index 49d0bc70eee..5aaccc3985e 100644
--- a/api/Visio.Row.Index.md
+++ b/api/Visio.Row.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of an object in a collection. Read-only.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Row.Name.md b/api/Visio.Row.Name.md
index 3f458a163e8..098d82681e1 100644
--- a/api/Visio.Row.Name.md
+++ b/api/Visio.Row.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Row.NameU.md b/api/Visio.Row.NameU.md
index 6641e11b13b..3fcd5c63576 100644
--- a/api/Visio.Row.NameU.md
+++ b/api/Visio.Row.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of a **Row** object. Read/write.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Row.ObjectType.md b/api/Visio.Row.ObjectType.md
index 5a31bf6b51d..c3490fffa5e 100644
--- a/api/Visio.Row.ObjectType.md
+++ b/api/Visio.Row.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Row.PersistsEvents.md b/api/Visio.Row.PersistsEvents.md
index b6f5062c00d..fec3f09e4fa 100644
--- a/api/Visio.Row.PersistsEvents.md
+++ b/api/Visio.Row.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Row.Shape.md b/api/Visio.Row.Shape.md
index 61e1a704efa..7b28e349444 100644
--- a/api/Visio.Row.Shape.md
+++ b/api/Visio.Row.Shape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that owns a **Cell** , **Characters** , **Row** ,
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Row.Stat.md b/api/Visio.Row.Stat.md
index 2582660cdca..96938e09339 100644
--- a/api/Visio.Row.Stat.md
+++ b/api/Visio.Row.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Row.Style.md b/api/Visio.Row.Style.md
index f713f04be6f..f2b874168ae 100644
--- a/api/Visio.Row.Style.md
+++ b/api/Visio.Row.Style.md
@@ -23,7 +23,7 @@ Gets the style that contains a **Row** object. Read-only.
_expression_ A variable that represents a [Row](./Visio.Row.md) object.
-### Return Value
+### Return value
Style
diff --git a/api/Visio.RowType.md b/api/Visio.RowType.md
index 31cfc67d528..ae1a3df7be4 100644
--- a/api/Visio.RowType.md
+++ b/api/Visio.RowType.md
@@ -27,12 +27,12 @@ Gets or sets the type of a row in a Geometry, Connection Points, Controls, or Ta
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The index of the section that contains the row.|
| _Row_|Required| **Integer**|The index of the row.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.SaveSettings.md b/api/Visio.SaveSettings.md
index 70fbbf25e0a..b4ee95c80e9 100644
--- a/api/Visio.SaveSettings.md
+++ b/api/Visio.SaveSettings.md
@@ -20,7 +20,7 @@ Saves the current Web page settings to the registry.
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ScrollbarsVisible.md b/api/Visio.ScrollbarsVisible.md
index 39bccd0e4fc..3aecd01cbd9 100644
--- a/api/Visio.ScrollbarsVisible.md
+++ b/api/Visio.ScrollbarsVisible.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether the scroll bars are visible in Micro
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Search.md b/api/Visio.Search.md
index 3588181540c..be338e8e42d 100644
--- a/api/Visio.Search.md
+++ b/api/Visio.Search.md
@@ -20,7 +20,7 @@ Determines whether the **Search Pages** control for searching for shapes in a d
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.SecFormat.md b/api/Visio.SecFormat.md
index 4673867c5b6..d5ef01eeb24 100644
--- a/api/Visio.SecFormat.md
+++ b/api/Visio.SecFormat.md
@@ -20,7 +20,7 @@ Specifies the secondary output format for the Web page. Read/write.
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.Section.Application.md b/api/Visio.Section.Application.md
index 8d0a28dd713..991dab33d9a 100644
--- a/api/Visio.Section.Application.md
+++ b/api/Visio.Section.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Section.CellChanged.md b/api/Visio.Section.CellChanged.md
index 91d7d241c92..8232ae5efad 100644
--- a/api/Visio.Section.CellChanged.md
+++ b/api/Visio.Section.CellChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Section.ContainingMasterID.md b/api/Visio.Section.ContainingMasterID.md
index 569375902cb..7e31e4fb7cc 100644
--- a/api/Visio.Section.ContainingMasterID.md
+++ b/api/Visio.Section.ContainingMasterID.md
@@ -23,7 +23,7 @@ Returns the ID of the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Section.ContainingPageID.md b/api/Visio.Section.ContainingPageID.md
index efdb64d7c1e..1dbc812f6a3 100644
--- a/api/Visio.Section.ContainingPageID.md
+++ b/api/Visio.Section.ContainingPageID.md
@@ -23,7 +23,7 @@ Returns the ID of the page that contains the section. Read-only. .
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Section.Count.md b/api/Visio.Section.Count.md
index 6249c7e4ef5..7dd81d24091 100644
--- a/api/Visio.Section.Count.md
+++ b/api/Visio.Section.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Section.EventList.md b/api/Visio.Section.EventList.md
index 01fc884ad07..283ddb0da64 100644
--- a/api/Visio.Section.EventList.md
+++ b/api/Visio.Section.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Section.FormulaChanged.md b/api/Visio.Section.FormulaChanged.md
index 11acc4184cb..995434e9035 100644
--- a/api/Visio.Section.FormulaChanged.md
+++ b/api/Visio.Section.FormulaChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Section.Index.md b/api/Visio.Section.Index.md
index 91f65063da4..57b480b1ce8 100644
--- a/api/Visio.Section.Index.md
+++ b/api/Visio.Section.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of an object in a collection. Read-only.
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Section.ObjectType.md b/api/Visio.Section.ObjectType.md
index 420b15ad798..2d9297c1375 100644
--- a/api/Visio.Section.ObjectType.md
+++ b/api/Visio.Section.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Section.PersistsEvents.md b/api/Visio.Section.PersistsEvents.md
index 6ff34cb2a8f..b2bf1a16ead 100644
--- a/api/Visio.Section.PersistsEvents.md
+++ b/api/Visio.Section.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Section.Row.md b/api/Visio.Section.Row.md
index 7a081668153..7c305dc1944 100644
--- a/api/Visio.Section.Row.md
+++ b/api/Visio.Section.Row.md
@@ -27,11 +27,11 @@ Returns the row in a section specified by row index number. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Integer**|Specifies the index number of the row to be returned.|
-### Return Value
+### Return value
Row
diff --git a/api/Visio.Section.Shape.md b/api/Visio.Section.Shape.md
index 9b4288d2d5b..6c91968b780 100644
--- a/api/Visio.Section.Shape.md
+++ b/api/Visio.Section.Shape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that owns a **Cell** , **Characters** , **Row** ,
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Section.Stat.md b/api/Visio.Section.Stat.md
index 2f9b2f207e9..055dc34d1c1 100644
--- a/api/Visio.Section.Stat.md
+++ b/api/Visio.Section.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Section.Style.md b/api/Visio.Section.Style.md
index e1d7482e586..3a769cf1d24 100644
--- a/api/Visio.Section.Style.md
+++ b/api/Visio.Section.Style.md
@@ -23,7 +23,7 @@ Gets the style that contains a **Section** object. Read-only.
_expression_ A variable that represents a [Section](./Visio.Section.md) object.
-### Return Value
+### Return value
Style
diff --git a/api/Visio.SelectShape.md b/api/Visio.SelectShape.md
index bc3bcad3016..6430cca33e4 100644
--- a/api/Visio.SelectShape.md
+++ b/api/Visio.SelectShape.md
@@ -24,11 +24,11 @@ Selects the specified shape in the drawing that is open in Microsoft Visio Viewe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index in the collection of shapes of the shape to be selected.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.SelectedShapeIndex.md b/api/Visio.SelectedShapeIndex.md
index 21d874c9741..b0ee4c1300c 100644
--- a/api/Visio.SelectedShapeIndex.md
+++ b/api/Visio.SelectedShapeIndex.md
@@ -20,7 +20,7 @@ Gets the index in the collection of shapes of the selected shape in the drawing
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Selection.AddToContainers.md b/api/Visio.Selection.AddToContainers.md
index 93bdce18b4a..1d6bef83141 100644
--- a/api/Visio.Selection.AddToContainers.md
+++ b/api/Visio.Selection.AddToContainers.md
@@ -23,7 +23,7 @@ Adds the selection of shapes to all underlying containers that allow it as a mem
_expression_ A variable that represents a '[Selection](Visio.Selection.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Selection.AddToGroup.md b/api/Visio.Selection.AddToGroup.md
index feda261882c..0d40f273146 100644
--- a/api/Visio.Selection.AddToGroup.md
+++ b/api/Visio.Selection.AddToGroup.md
@@ -23,7 +23,7 @@ Adds the selected shapes to the selected group.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Align.md b/api/Visio.Selection.Align.md
index 70f059fcd05..62c9310d5a0 100644
--- a/api/Visio.Selection.Align.md
+++ b/api/Visio.Selection.Align.md
@@ -27,13 +27,13 @@ Aligns two or more selected shapes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AlignHorizontal_|Required| **VisHorizontalAlignTypes**|Aligns selected shapes along a horizontal axis. See Remarks for possible values.|
| _AlignVertical_|Required| **VisVerticalAlignTypes**|Aligns selected shapes along a vertical axis. See Remarks for possible values.|
| _GlueToGuide_|Optional| **Boolean**|If **True** , creates a guide and glues selected shapes to it; if **False** , it does not. The default is **False** .|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Application.md b/api/Visio.Selection.Application.md
index 7a56c7936f0..306de1b6183 100644
--- a/api/Visio.Selection.Application.md
+++ b/api/Visio.Selection.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Selection.AutomaticLink.md b/api/Visio.Selection.AutomaticLink.md
index fd0aa9c4ad2..e81d25419fc 100644
--- a/api/Visio.Selection.AutomaticLink.md
+++ b/api/Visio.Selection.AutomaticLink.md
@@ -30,7 +30,7 @@ Links selected shapes to data rows in the specified data recordset automatically
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The value of the **ID** property of the **DataRecordset** object that contains the data rows to link to.|
| _ColumnNames()_|Required| **String**|An array of strings that correspond to names of columns in the data recordset. |
@@ -39,7 +39,7 @@ Links selected shapes to data rows in the specified data recordset automatically
| _AutoLinkBehavior_|Required| **Long**|A combination of one or more constants from the **VisAutoLinkBehavior** enumeration that specify how the linking will occur. See Remarks for possible values.|
| _ShapeIDs()_|Required| **Long**|Out parameter. An array of IDs of shapes (of type **Long**) that were linked by the method.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Selection.AvoidPageBreaks.md b/api/Visio.Selection.AvoidPageBreaks.md
index 190ea693100..b31c0a97341 100644
--- a/api/Visio.Selection.AvoidPageBreaks.md
+++ b/api/Visio.Selection.AvoidPageBreaks.md
@@ -23,7 +23,7 @@ Makes small adjustments to selected shapes to move them off page breaks.
_expression_ A variable that represents a '[Selection](Visio.Selection.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Selection.BoundingBox.md b/api/Visio.Selection.BoundingBox.md
index 4d51ebfbe05..1f6c0866737 100644
--- a/api/Visio.Selection.BoundingBox.md
+++ b/api/Visio.Selection.BoundingBox.md
@@ -27,7 +27,7 @@ Returns a rectangle that tightly encloses the shapes of a selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Required| **Integer**|Flags that influence the bounding box calculated for each shape that contributes to the resulting bounding box.|
| _lpr8Left_|Required| **Double**|Returns the x-coordinate of the left edge of the bounding box.|
@@ -35,7 +35,7 @@ Returns a rectangle that tightly encloses the shapes of a selection.
| _lpr8Right_|Required| **Double**|Returns the x-coordinate of the right edge of the bounding box.|
| _lpr8Top_|Required| **Double**|Returns the y-coordinate of the top edge of the bounding box.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.BreakLinkToData.md b/api/Visio.Selection.BreakLinkToData.md
index d0f59db7030..4dd82832927 100644
--- a/api/Visio.Selection.BreakLinkToData.md
+++ b/api/Visio.Selection.BreakLinkToData.md
@@ -30,11 +30,11 @@ Breaks links between all shapes in the selection and data rows in the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data rows with which to break links.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.BringForward.md b/api/Visio.Selection.BringForward.md
index 52d9ef379d1..675059b4543 100644
--- a/api/Visio.Selection.BringForward.md
+++ b/api/Visio.Selection.BringForward.md
@@ -23,7 +23,7 @@ Brings the shape or selected shapes forward one position in the z-order.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.BringToFront.md b/api/Visio.Selection.BringToFront.md
index 6adc90b7069..eb209d6872f 100644
--- a/api/Visio.Selection.BringToFront.md
+++ b/api/Visio.Selection.BringToFront.md
@@ -23,7 +23,7 @@ Brings the shape or selected shapes to the front of the z-order.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Combine.md b/api/Visio.Selection.Combine.md
index dfcbaf276e4..15e1dacfa6b 100644
--- a/api/Visio.Selection.Combine.md
+++ b/api/Visio.Selection.Combine.md
@@ -23,7 +23,7 @@ Creates a new shape by combining selected shapes.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.ConnectShapes.md b/api/Visio.Selection.ConnectShapes.md
index 1d0e7c7ece7..3fa1b0d9efe 100644
--- a/api/Visio.Selection.ConnectShapes.md
+++ b/api/Visio.Selection.ConnectShapes.md
@@ -23,7 +23,7 @@ Connects two or more selected shapes with a dynamic connector. Returns **Nothing
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.ContainingMaster.md b/api/Visio.Selection.ContainingMaster.md
index 22a7dec784a..a4497e6ff87 100644
--- a/api/Visio.Selection.ContainingMaster.md
+++ b/api/Visio.Selection.ContainingMaster.md
@@ -23,7 +23,7 @@ Returns the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Selection.ContainingMasterID.md b/api/Visio.Selection.ContainingMasterID.md
index 8c46efc2be4..42a7d58f397 100644
--- a/api/Visio.Selection.ContainingMasterID.md
+++ b/api/Visio.Selection.ContainingMasterID.md
@@ -23,7 +23,7 @@ Returns the ID of the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Selection.ContainingPage.md b/api/Visio.Selection.ContainingPage.md
index c13471183b3..168b7fdf7d2 100644
--- a/api/Visio.Selection.ContainingPage.md
+++ b/api/Visio.Selection.ContainingPage.md
@@ -23,7 +23,7 @@ Returns the page that contains an object.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Selection.ContainingPageID.md b/api/Visio.Selection.ContainingPageID.md
index 4e10f173cae..50abbea485e 100644
--- a/api/Visio.Selection.ContainingPageID.md
+++ b/api/Visio.Selection.ContainingPageID.md
@@ -23,7 +23,7 @@ Returns the ID of the page that contains an object. Read-only.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Selection.ContainingShape.md b/api/Visio.Selection.ContainingShape.md
index 0c5e3b00be0..022ffe8ff80 100644
--- a/api/Visio.Selection.ContainingShape.md
+++ b/api/Visio.Selection.ContainingShape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that contains an object or collection. Read-only.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Selection.ConvertToGroup.md b/api/Visio.Selection.ConvertToGroup.md
index d0b2aaa100e..fab0c4cb06a 100644
--- a/api/Visio.Selection.ConvertToGroup.md
+++ b/api/Visio.Selection.ConvertToGroup.md
@@ -23,7 +23,7 @@ Converts a selection or an object from another application (a linked or embedded
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Copy.md b/api/Visio.Selection.Copy.md
index 5152b63332b..479dfe3d5ae 100644
--- a/api/Visio.Selection.Copy.md
+++ b/api/Visio.Selection.Copy.md
@@ -27,11 +27,11 @@ Copies a selection to the Clipboard.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Optional| **Variant**|Determines how shapes are translated during the copy operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Count.md b/api/Visio.Selection.Count.md
index a5959a06d52..0d0b7e6ca08 100644
--- a/api/Visio.Selection.Count.md
+++ b/api/Visio.Selection.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Selection.Cut.md b/api/Visio.Selection.Cut.md
index 835c75f2423..126fca2ed5b 100644
--- a/api/Visio.Selection.Cut.md
+++ b/api/Visio.Selection.Cut.md
@@ -27,11 +27,11 @@ Deletes a selection and places it on the Clipboard.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Optional| **Variant**|Determines how shapes are translated during the cut operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.DataGraphic.md b/api/Visio.Selection.DataGraphic.md
index 7718c105c1b..2200e310848 100644
--- a/api/Visio.Selection.DataGraphic.md
+++ b/api/Visio.Selection.DataGraphic.md
@@ -26,7 +26,7 @@ Gets the data graphic master (**Master** object of type **visTypeDataGraphic**)
_expression_ An expression that returns a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Selection.Delete.md b/api/Visio.Selection.Delete.md
index 185ff9ee7c3..a2a30692e08 100644
--- a/api/Visio.Selection.Delete.md
+++ b/api/Visio.Selection.Delete.md
@@ -23,7 +23,7 @@ Deletes an object or selection.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.DeleteEx.md b/api/Visio.Selection.DeleteEx.md
index c0181315f78..98ff4802300 100644
--- a/api/Visio.Selection.DeleteEx.md
+++ b/api/Visio.Selection.DeleteEx.md
@@ -27,11 +27,11 @@ Deletes additional shapes associated with the selection, such as connectors and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DelFlags_|Required| **Long**|The additional shapes to delete. See Remarks for possible values.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Selection.DeselectAll.md b/api/Visio.Selection.DeselectAll.md
index 43433679ea9..bd3e797a0ad 100644
--- a/api/Visio.Selection.DeselectAll.md
+++ b/api/Visio.Selection.DeselectAll.md
@@ -23,7 +23,7 @@ Deselects all shapes in a window or selection.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Distribute.md b/api/Visio.Selection.Distribute.md
index 24d43b22919..77f7e54c149 100644
--- a/api/Visio.Selection.Distribute.md
+++ b/api/Visio.Selection.Distribute.md
@@ -27,12 +27,12 @@ Distributes three or more selected shapes at regular intervals on the drawing pa
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Distribute_|Required| **VisDistributeTypes**|Specifies how the shapes are distributed. See Remarks for possible values.|
| _GlueToGuide_|Optional| **Boolean**|If **True** , creates guides and glues selected shapes to them. If **False** , does not. Default is **False** .|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Document.md b/api/Visio.Selection.Document.md
index d4146d80903..139f65ae695 100644
--- a/api/Visio.Selection.Document.md
+++ b/api/Visio.Selection.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Selection.DrawRegion.md b/api/Visio.Selection.DrawRegion.md
index 5b98bbf4691..78f84c0b473 100644
--- a/api/Visio.Selection.DrawRegion.md
+++ b/api/Visio.Selection.DrawRegion.md
@@ -27,7 +27,7 @@ Draws a new shape that represents the region containing a given point.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tolerance_|Required| **Double**|Error tolerance when determining the coincidence of points. A distance expressed in internal units in the coordinate space of the **Selection** object's containing shape; the maximum gap between paths that is tolerated when constructing the boundaries of a region.|
| _Flags_|Required| **Integer**|A constant or integer that specifies how to draw the region.|
@@ -35,7 +35,7 @@ Draws a new shape that represents the region containing a given point.
| _y_|Optional| **Variant**|y-coordinate in internal units in the coordinate space of the **Selection** object.|
| _ResultsMaster_|Optional| **Variant**|The **Master** object which the new **Shape** object should be an instance of.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Selection.Duplicate.md b/api/Visio.Selection.Duplicate.md
index a0d831bbd7d..0dffa0bfb47 100644
--- a/api/Visio.Selection.Duplicate.md
+++ b/api/Visio.Selection.Duplicate.md
@@ -23,7 +23,7 @@ Duplicates a selection.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Selection
diff --git a/api/Visio.Selection.EventList.md b/api/Visio.Selection.EventList.md
index 42494d08842..67b99d48696 100644
--- a/api/Visio.Selection.EventList.md
+++ b/api/Visio.Selection.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Selection.Export.md b/api/Visio.Selection.Export.md
index a5e12bffcd3..336bb999eb3 100644
--- a/api/Visio.Selection.Export.md
+++ b/api/Visio.Selection.Export.md
@@ -27,11 +27,11 @@ Exports an object from Microsoft Visio to a file format such as .bmp, .dib, .dwg
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The fully qualified path and name of the file to receive the exported object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.FillStyle.md b/api/Visio.Selection.FillStyle.md
index 9befe309b46..9917adb0652 100644
--- a/api/Visio.Selection.FillStyle.md
+++ b/api/Visio.Selection.FillStyle.md
@@ -23,7 +23,7 @@ Returns or sets the fill style for an object. Read/write.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Selection.FillStyleKeepFmt.md b/api/Visio.Selection.FillStyleKeepFmt.md
index 814db67bf9a..ee09927b7ca 100644
--- a/api/Visio.Selection.FillStyleKeepFmt.md
+++ b/api/Visio.Selection.FillStyleKeepFmt.md
@@ -23,7 +23,7 @@ Applies a fill style to an object while preserving local formatting. Read/write.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Selection.FitCurve.md b/api/Visio.Selection.FitCurve.md
index 8d052cfbefd..be37b2a1da6 100644
--- a/api/Visio.Selection.FitCurve.md
+++ b/api/Visio.Selection.FitCurve.md
@@ -27,12 +27,12 @@ Reduces the number of geometry segments in a shape or shapes by replacing them w
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tolerance_|Required| **Double**|How closely the resulting paths must match the shape's original paths.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Flip.md b/api/Visio.Selection.Flip.md
index afdef9baf05..9fd95e0aa28 100644
--- a/api/Visio.Selection.Flip.md
+++ b/api/Visio.Selection.Flip.md
@@ -27,7 +27,7 @@ Flips selected shapes either as a group or individually about their pins. Return
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FlipDirection_|Required| **VisFlipDirection**|Specifies the direction in which to flip the selection. See Remarks for possible values.|
| _FlipType_|Optional| **VisFlipTypes**|Specifes how selection is to be flipped. See Remarks for possible values.|
@@ -36,7 +36,7 @@ Flips selected shapes either as a group or individually about their pins. Return
| _PinY_|Optional| **Double**|When _FlipType_ is **visFlipSelectionWithPin** , specifies the Y-position of the pin about which the selection is to be flipped.|
| _PinUnitsNameOrCode_|Optional| **Variant**|Specifies the units to use for _PinX_ and _PinY_. See Remarks for possible values. The default is inches.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.FlipHorizontal.md b/api/Visio.Selection.FlipHorizontal.md
index 850acb6a4b0..6ea9a93953a 100644
--- a/api/Visio.Selection.FlipHorizontal.md
+++ b/api/Visio.Selection.FlipHorizontal.md
@@ -23,7 +23,7 @@ Flips an object horizontally.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.FlipVertical.md b/api/Visio.Selection.FlipVertical.md
index 5f960b621fd..6ead6d6db23 100644
--- a/api/Visio.Selection.FlipVertical.md
+++ b/api/Visio.Selection.FlipVertical.md
@@ -23,7 +23,7 @@ Flips an object vertically.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Fragment.md b/api/Visio.Selection.Fragment.md
index 99dceed6253..8c8fbf72ec3 100644
--- a/api/Visio.Selection.Fragment.md
+++ b/api/Visio.Selection.Fragment.md
@@ -23,7 +23,7 @@ Breaks selected shapes into smaller shapes.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.GetCallouts.md b/api/Visio.Selection.GetCallouts.md
index 2296671924f..6ba2331d984 100644
--- a/api/Visio.Selection.GetCallouts.md
+++ b/api/Visio.Selection.GetCallouts.md
@@ -27,11 +27,11 @@ Returns the list of identifiers of the callout shapes in the selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NestedOptions_|Required| **[VisContainerNested](Visio.VisContainerNested.md)**|Indicates whether to exclude shapes in the selection that are contained by containers or lists. See Remarks for possible values.|
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Selection.GetContainers.md b/api/Visio.Selection.GetContainers.md
index 45800e5dd77..5820817b1a3 100644
--- a/api/Visio.Selection.GetContainers.md
+++ b/api/Visio.Selection.GetContainers.md
@@ -27,11 +27,11 @@ Returns an array of shape identifiers (IDs) of the container shapes in the selec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NestedOptions_|Required| **[VisContainerNested](Visio.VisContainerNested.md)**|Indicates whether to exclude shapes in nested containers. See Remarks for possible values.|
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Selection.GetIDs.md b/api/Visio.Selection.GetIDs.md
index 86799d4f77a..7e879615fbe 100644
--- a/api/Visio.Selection.GetIDs.md
+++ b/api/Visio.Selection.GetIDs.md
@@ -30,11 +30,11 @@ Gets the shape IDs of the shapes in the selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShapeIDs()_|Required| **Long**|Out parameter. An array of shape IDs of type **Long** corresponding to the shapes in the selection.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Group.md b/api/Visio.Selection.Group.md
index 1df50a6af4b..5382f89d8cc 100644
--- a/api/Visio.Selection.Group.md
+++ b/api/Visio.Selection.Group.md
@@ -23,7 +23,7 @@ Groups the objects that are selected in a selection, or it converts a shape into
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Selection.Intersect.md b/api/Visio.Selection.Intersect.md
index a22c236dbb3..a37bd673279 100644
--- a/api/Visio.Selection.Intersect.md
+++ b/api/Visio.Selection.Intersect.md
@@ -23,7 +23,7 @@ Creates one closed shape from the area in which selected shapes overlap or inter
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Item.md b/api/Visio.Selection.Item.md
index fcb87ace01e..7e76326dc17 100644
--- a/api/Visio.Selection.Item.md
+++ b/api/Visio.Selection.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Selection.ItemStatus.md b/api/Visio.Selection.ItemStatus.md
index 128912a4231..1b9499c33f7 100644
--- a/api/Visio.Selection.ItemStatus.md
+++ b/api/Visio.Selection.ItemStatus.md
@@ -27,11 +27,11 @@ Indicates if an item in a **Selection** object is subselected, if the group to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Index of the item for which you want to retrieve the status.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Selection.IterationMode.md b/api/Visio.Selection.IterationMode.md
index ed2259451c5..42efd1a0f03 100644
--- a/api/Visio.Selection.IterationMode.md
+++ b/api/Visio.Selection.IterationMode.md
@@ -23,7 +23,7 @@ Determines whether a **Selection** object reports subselected shapes and groups
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Selection.Join.md b/api/Visio.Selection.Join.md
index 57e94be78cd..6c048dc8d1b 100644
--- a/api/Visio.Selection.Join.md
+++ b/api/Visio.Selection.Join.md
@@ -23,7 +23,7 @@ Creates a new shape by joining selected shapes.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Layout.md b/api/Visio.Selection.Layout.md
index 3b8929ebecd..10192235375 100644
--- a/api/Visio.Selection.Layout.md
+++ b/api/Visio.Selection.Layout.md
@@ -23,7 +23,7 @@ Lays out the shapes and/or reroutes the connectors for the page, master, group,
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.LayoutChangeDirection.md b/api/Visio.Selection.LayoutChangeDirection.md
index 48c4d83f122..a104f09e934 100644
--- a/api/Visio.Selection.LayoutChangeDirection.md
+++ b/api/Visio.Selection.LayoutChangeDirection.md
@@ -27,11 +27,11 @@ Revises the layout of a selection of connected shapes by rotating or flipping th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[VisLayoutDirection](Visio.VisLayoutDirection.md)**|The layout action to take. See Remarks for possible values.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Selection.LayoutIncremental.md b/api/Visio.Selection.LayoutIncremental.md
index 4bd527ecba7..e449c475130 100644
--- a/api/Visio.Selection.LayoutIncremental.md
+++ b/api/Visio.Selection.LayoutIncremental.md
@@ -27,7 +27,7 @@ Makes small adjustments to the position of shapes in the selection to better ali
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AlignOrSpace_|Required| **[VisLayoutIncrementalType](Visio.VisLayoutIncrementalType.md)**|The type of incremental layout action to perform (alignment, spacing, or both). See Remarks for possible values.|
| _AlignHorizontal_|Required| **[VisLayoutHorzAlignType](Visio.VisLayoutHorzAlignType.md)**|Indicates how Microsoft Visio aligns shapes horizontally when it aligns incrementally. See Remarks for possible values.|
@@ -36,7 +36,7 @@ Makes small adjustments to the position of shapes in the selection to better ali
| _SpaceVertical_|Required| **Double**|The edge-to-edge vertical spacing (except if layout style is circular). Must be greater than or equal to zero.|
| _UnitCode_|Required| **[VisUnitCodes](Visio.visunitcodes.md)**|The units for the spacing values.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Selection.LineStyle.md b/api/Visio.Selection.LineStyle.md
index 58000656235..7911c101ff1 100644
--- a/api/Visio.Selection.LineStyle.md
+++ b/api/Visio.Selection.LineStyle.md
@@ -23,7 +23,7 @@ Specifies the line style for an object. Read/write.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Selection.LineStyleKeepFmt.md b/api/Visio.Selection.LineStyleKeepFmt.md
index 9ab3a8b8ac3..1f4a16d1343 100644
--- a/api/Visio.Selection.LineStyleKeepFmt.md
+++ b/api/Visio.Selection.LineStyleKeepFmt.md
@@ -23,7 +23,7 @@ Applies a line style to an object while preserving local formatting. Read/write.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Selection.LinkToData.md b/api/Visio.Selection.LinkToData.md
index 8612c878a79..7d075971e48 100644
--- a/api/Visio.Selection.LinkToData.md
+++ b/api/Visio.Selection.LinkToData.md
@@ -30,13 +30,13 @@ Links a selection of shapes to a single data row in a data recordset.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data to link to.|
| _DataRowID_|Required| **Long**|The ID of the row in the data recordset containing the particular data record to link to. |
| _AutoApplyDataGraphics_|Optional| **Boolean**|Whether to automatically apply a data graphic to the linked shapes. See Remarks for more information.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.MemberOfContainersIntersection.md b/api/Visio.Selection.MemberOfContainersIntersection.md
index 4ce550543d4..2c1c0a3a781 100644
--- a/api/Visio.Selection.MemberOfContainersIntersection.md
+++ b/api/Visio.Selection.MemberOfContainersIntersection.md
@@ -23,7 +23,7 @@ Returns an array of identifiers of the shapes that belong to the normal or list
_expression_ An expression that returns a '[Selection](Visio.Selection.md)' object.
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Selection.MemberOfContainersUnion.md b/api/Visio.Selection.MemberOfContainersUnion.md
index 18577e72da7..3b94c81560c 100644
--- a/api/Visio.Selection.MemberOfContainersUnion.md
+++ b/api/Visio.Selection.MemberOfContainersUnion.md
@@ -23,7 +23,7 @@ Returns an array of identifiers of the shapes that belong to the normal or list
_expression_ An expression that returns a '[Selection](Visio.Selection.md)' object.
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Selection.Move.md b/api/Visio.Selection.Move.md
index 80ba5af35c8..a60477ddfe9 100644
--- a/api/Visio.Selection.Move.md
+++ b/api/Visio.Selection.Move.md
@@ -27,13 +27,13 @@ Moves a selection a specified distance.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _dx_|Required| **Double**|Specifies the amount to move in the x-direction.|
| _dy_|Required| **Double**|Specifies the amount to move in the y-direction.|
| _UnitsNameOrCode_|Optional| **Variant**|Specifies the units to use for _dx_ and _dy_. See Remarks for possible values. The default is inches.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.MoveToSubprocess.md b/api/Visio.Selection.MoveToSubprocess.md
index e08fefcaa39..4434e5d1d3e 100644
--- a/api/Visio.Selection.MoveToSubprocess.md
+++ b/api/Visio.Selection.MoveToSubprocess.md
@@ -27,13 +27,13 @@ Moves the selection to the specified page, and drops a replacement shape on the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required| **[Page](Visio.Page.md)**|The subprocess page to which the selection should be moved. You cannot pass the current page.|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The replacement shape to drop.|
| _NewShape_|Optional| **[Shape](Visio.Shape.md)**|Out parameter. Returns the shape that is linked to the new page.|
-### Return Value
+### Return value
**Selection**
diff --git a/api/Visio.Selection.ObjectType.md b/api/Visio.Selection.ObjectType.md
index a533fb784e0..e15e35e097e 100644
--- a/api/Visio.Selection.ObjectType.md
+++ b/api/Visio.Selection.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Selection.Offset.md b/api/Visio.Selection.Offset.md
index 7512628d89c..8861aebbf7d 100644
--- a/api/Visio.Selection.Offset.md
+++ b/api/Visio.Selection.Offset.md
@@ -27,11 +27,11 @@ Offsets a selection a specified amount.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Distance_|Required| **Double**|Specifies the distance to offset the selection.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.PersistsEvents.md b/api/Visio.Selection.PersistsEvents.md
index c0e56c54f7e..407fcf63185 100644
--- a/api/Visio.Selection.PersistsEvents.md
+++ b/api/Visio.Selection.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Selection.Picture.md b/api/Visio.Selection.Picture.md
index d0cc19a723f..bcdc11d59fd 100644
--- a/api/Visio.Selection.Picture.md
+++ b/api/Visio.Selection.Picture.md
@@ -23,7 +23,7 @@ Returns a picture that represents an enhanced metafile (EMF) contained in a mast
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
IPictureDisp
diff --git a/api/Visio.Selection.PrimaryItem.md b/api/Visio.Selection.PrimaryItem.md
index 0ef77c48bfd..7906b9e1fae 100644
--- a/api/Visio.Selection.PrimaryItem.md
+++ b/api/Visio.Selection.PrimaryItem.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that is a **Selection** object's primary item. Rea
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Selection.RemoveFromContainers.md b/api/Visio.Selection.RemoveFromContainers.md
index 2e4bde52e37..5dc049fb4f0 100644
--- a/api/Visio.Selection.RemoveFromContainers.md
+++ b/api/Visio.Selection.RemoveFromContainers.md
@@ -23,7 +23,7 @@ Removes the selection of shapes from all lists and containers of which the selec
_expression_ A variable that represents a '[Selection](Visio.Selection.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Selection.RemoveFromGroup.md b/api/Visio.Selection.RemoveFromGroup.md
index 792e5225e12..142d6461847 100644
--- a/api/Visio.Selection.RemoveFromGroup.md
+++ b/api/Visio.Selection.RemoveFromGroup.md
@@ -23,7 +23,7 @@ Removes selected shapes from a group.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Resize.md b/api/Visio.Selection.Resize.md
index 24b8bd2b489..fc58d0cfc3c 100644
--- a/api/Visio.Selection.Resize.md
+++ b/api/Visio.Selection.Resize.md
@@ -27,13 +27,13 @@ Resizes the selection by moving shape handles as specified.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[VisResizeDirection](Visio.VisResizeDirection.md)**|The direction that corresponds to the shape handle. See Remarks for possible values.|
| _Distance_|Required| **Double**|The distance to move the selection edge or corner, where positive values move outward, and negative values move inward.|
| _UnitCode_|Required| **[VisUnitCodes](Visio.visunitcodes.md)**|The unit of measure for the resize distance.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Selection.ReverseEnds.md b/api/Visio.Selection.ReverseEnds.md
index 79e43bec4e2..7109731ec76 100644
--- a/api/Visio.Selection.ReverseEnds.md
+++ b/api/Visio.Selection.ReverseEnds.md
@@ -23,7 +23,7 @@ Reverses an object by flipping it both horizontally and vertically.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Rotate.md b/api/Visio.Selection.Rotate.md
index e1b503d64aa..2681f310284 100644
--- a/api/Visio.Selection.Rotate.md
+++ b/api/Visio.Selection.Rotate.md
@@ -27,7 +27,7 @@ Rotates selected shapes either as a group or individually about their pins.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Angle_|Required| **Double**|Specifies the angle to rotate the selection. See Remarks for possible values.|
| _AngleUnitsNameOrCode_|Optional| **Variant**|Specifies the units to use for _Angle_. See Remarks for possible values. The default is degrees.|
@@ -37,7 +37,7 @@ Rotates selected shapes either as a group or individually about their pins.
| _PinY_|Optional| **Double**| When _RotationType_ is **visRotateSelectionWithPin** , specifies the Y-position of the pin about which the selection is to be rotated.|
| _PinUnitsNameOrCode_|Optional| **Variant**|Specifies the units to use for _PinX_ and _PinY_. See Remarks for possible values. The default is inches.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Rotate90.md b/api/Visio.Selection.Rotate90.md
index 57346329269..8212ca67d95 100644
--- a/api/Visio.Selection.Rotate90.md
+++ b/api/Visio.Selection.Rotate90.md
@@ -23,7 +23,7 @@ Rotates an object 90 degrees counterclockwise.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Select.md b/api/Visio.Selection.Select.md
index 0dbbf6797d8..fcb54d9e26c 100644
--- a/api/Visio.Selection.Select.md
+++ b/api/Visio.Selection.Select.md
@@ -27,12 +27,12 @@ Selects or clears the selection of an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SheetObject_|Required| **[IVSHAPE]**|An expression that returns a **Shape** object to select or clear.|
| _SelectAction_|Required| **Integer**|The type of selection action to take.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.SelectAll.md b/api/Visio.Selection.SelectAll.md
index fe07e97388f..88797c79853 100644
--- a/api/Visio.Selection.SelectAll.md
+++ b/api/Visio.Selection.SelectAll.md
@@ -23,7 +23,7 @@ Selects all possible shapes in a window or selection.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.SelectionForDragCopy.md b/api/Visio.Selection.SelectionForDragCopy.md
index 51d7269711e..be734c9e987 100644
--- a/api/Visio.Selection.SelectionForDragCopy.md
+++ b/api/Visio.Selection.SelectionForDragCopy.md
@@ -23,7 +23,7 @@ Returns the **[Selection](Visio.Selection.md)** object that represents the coll
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
**Selection**
diff --git a/api/Visio.Selection.SendBackward.md b/api/Visio.Selection.SendBackward.md
index c468b14ca86..6e9ee2a24e9 100644
--- a/api/Visio.Selection.SendBackward.md
+++ b/api/Visio.Selection.SendBackward.md
@@ -23,7 +23,7 @@ Moves a shape or selected shapes back one position in the z-order.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.SendToBack.md b/api/Visio.Selection.SendToBack.md
index 4bb5a76b447..15b5e7ee86f 100644
--- a/api/Visio.Selection.SendToBack.md
+++ b/api/Visio.Selection.SendToBack.md
@@ -23,7 +23,7 @@ Moves the shape or selected shapes to the back of the z-order.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.SetContainerFormat.md b/api/Visio.Selection.SetContainerFormat.md
index da4802e86c3..d58c0d34a8e 100644
--- a/api/Visio.Selection.SetContainerFormat.md
+++ b/api/Visio.Selection.SetContainerFormat.md
@@ -27,12 +27,12 @@ Changes the formatting of one aspect of all the containers in the selection, and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FormatType_|Required| **[VisContainerFormatType](Visio.VisContainerFormatType.md)**|The container formatting to change. See Remarks for possible values.|
| _FormatValue_|Optional| **Variant**|The new format to apply.|
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Selection.Stat.md b/api/Visio.Selection.Stat.md
index bcb85ef6b2b..2560de593bc 100644
--- a/api/Visio.Selection.Stat.md
+++ b/api/Visio.Selection.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Selection.Style.md b/api/Visio.Selection.Style.md
index 784c35b4e35..d0695722a8f 100644
--- a/api/Visio.Selection.Style.md
+++ b/api/Visio.Selection.Style.md
@@ -23,7 +23,7 @@ Gets or sets the style for a **Selection** object. Read/write.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Selection.StyleKeepFmt.md b/api/Visio.Selection.StyleKeepFmt.md
index a7131f56baf..afaa4a9ebed 100644
--- a/api/Visio.Selection.StyleKeepFmt.md
+++ b/api/Visio.Selection.StyleKeepFmt.md
@@ -23,7 +23,7 @@ Applies a style to an object while preserving local formatting. Read/write.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Selection.Subtract.md b/api/Visio.Selection.Subtract.md
index 345771e19d7..808d442461b 100644
--- a/api/Visio.Selection.Subtract.md
+++ b/api/Visio.Selection.Subtract.md
@@ -23,7 +23,7 @@ Subtracts the areas that overlap the selected shape.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.SwapEnds.md b/api/Visio.Selection.SwapEnds.md
index 4caf6507b5a..662b59fa42f 100644
--- a/api/Visio.Selection.SwapEnds.md
+++ b/api/Visio.Selection.SwapEnds.md
@@ -23,7 +23,7 @@ Swaps the begin and endpoints of a one-dimensional (1-D) shape.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.TextStyle.md b/api/Visio.Selection.TextStyle.md
index a88fae1fcc5..200c6560832 100644
--- a/api/Visio.Selection.TextStyle.md
+++ b/api/Visio.Selection.TextStyle.md
@@ -23,7 +23,7 @@ Gets or sets the text style for an object. Read/write.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Selection.TextStyleKeepFmt.md b/api/Visio.Selection.TextStyleKeepFmt.md
index b1d97297980..41528679d3a 100644
--- a/api/Visio.Selection.TextStyleKeepFmt.md
+++ b/api/Visio.Selection.TextStyleKeepFmt.md
@@ -23,7 +23,7 @@ Applies a text style to an object while preserving local formatting. Read/write.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Selection.Trim.md b/api/Visio.Selection.Trim.md
index ea2afab57c2..80616816998 100644
--- a/api/Visio.Selection.Trim.md
+++ b/api/Visio.Selection.Trim.md
@@ -23,7 +23,7 @@ Trims selected shapes into smaller shapes.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Ungroup.md b/api/Visio.Selection.Ungroup.md
index e7df363f497..97e1e751af4 100644
--- a/api/Visio.Selection.Ungroup.md
+++ b/api/Visio.Selection.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups a group.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.Union.md b/api/Visio.Selection.Union.md
index 616aa0468e2..c2cb59bbdc3 100644
--- a/api/Visio.Selection.Union.md
+++ b/api/Visio.Selection.Union.md
@@ -23,7 +23,7 @@ Creates a new shape from the perimeter of selected shapes.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Selection.UpdateAlignmentBox.md b/api/Visio.Selection.UpdateAlignmentBox.md
index ca54e76e016..cff40f133e7 100644
--- a/api/Visio.Selection.UpdateAlignmentBox.md
+++ b/api/Visio.Selection.UpdateAlignmentBox.md
@@ -23,7 +23,7 @@ Updates the alignment box for a shape.
_expression_ A variable that represents a [Selection](./Visio.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.ServerPublishOptions.Application.md b/api/Visio.ServerPublishOptions.Application.md
index 10daabfffdb..8b8c509cb7f 100644
--- a/api/Visio.ServerPublishOptions.Application.md
+++ b/api/Visio.ServerPublishOptions.Application.md
@@ -26,7 +26,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[ServerPublishOptions](Visio.ServerPublishOptions.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.ServerPublishOptions.Document.md b/api/Visio.ServerPublishOptions.Document.md
index cc8df831514..b04c2f7d17f 100644
--- a/api/Visio.ServerPublishOptions.Document.md
+++ b/api/Visio.ServerPublishOptions.Document.md
@@ -26,7 +26,7 @@ Gets the **[Document](Visio.Document.md)** object that is associated with an ob
_expression_ A variable that represents a '[ServerPublishOptions](Visio.ServerPublishOptions.md)' object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.ServerPublishOptions.ExcludePage.md b/api/Visio.ServerPublishOptions.ExcludePage.md
index 08eebfce6a5..1146f44438f 100644
--- a/api/Visio.ServerPublishOptions.ExcludePage.md
+++ b/api/Visio.ServerPublishOptions.ExcludePage.md
@@ -27,12 +27,12 @@ Excludes the specified page from being published when the document is published
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageName_|Required| **String**|The name of the page to exclude.|
| _Flags_|Required| **[VisLangFlags](Visio.VisLangFlags.md)**|Specifies whether _PageName_ is local or universal.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ServerPublishOptions.GetPagesToPublish.md b/api/Visio.ServerPublishOptions.GetPagesToPublish.md
index 5b152b03119..b1a921ef6ac 100644
--- a/api/Visio.ServerPublishOptions.GetPagesToPublish.md
+++ b/api/Visio.ServerPublishOptions.GetPagesToPublish.md
@@ -27,13 +27,13 @@ Returns an array of pages that are set to be published to a server.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Required| **[VisLangFlags](Visio.VisLangFlags.md)**|Out parameter. Indicates whether universal or local page names are returned in _NamesArray_. See Remarks for possible values.|
| _PublishPages_|Required| **[VisPublishPages](Visio.VisPublishPages.md)**|Out parameter. Indicates whether all pages or selected pages are set to be published. See Remarks for possible values.|
| _NamesArray()_|Required| **String**|Out parameter. Returns the names of the pages set to be published.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ServerPublishOptions.GetRecordsetsToPublish.md b/api/Visio.ServerPublishOptions.GetRecordsetsToPublish.md
index 616f27c0fdc..fa01f727fc5 100644
--- a/api/Visio.ServerPublishOptions.GetRecordsetsToPublish.md
+++ b/api/Visio.ServerPublishOptions.GetRecordsetsToPublish.md
@@ -27,12 +27,12 @@ Returns the identifiers (IDs) of the data recordsets that are set to be publishe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PublishDataRecordsets_|Required| **[VisPublishDataRecordsets](Visio.VisPublishDataRecordsets.md)**|Out parameter. Returns whether all, no, or selected data recordsets are set to be published. See Remarks for possible values.|
| _DataRecordsetIDs()_|Required| **Long**|Out parameter. Returns the IDs of the data recordsets that are set to be published.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ServerPublishOptions.IncludePage.md b/api/Visio.ServerPublishOptions.IncludePage.md
index 1f0c4f4703d..e107b55435d 100644
--- a/api/Visio.ServerPublishOptions.IncludePage.md
+++ b/api/Visio.ServerPublishOptions.IncludePage.md
@@ -27,12 +27,12 @@ Includes the specified page for publication when the document is published as a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageName_|Required| **String**|The name of the page to be published.|
| _Flags_|Required| **[VisLangFlags](Visio.VisLangFlags.md)**|Indicates whether a universal or local page name is specified in PageName. See Remarks for possible values.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ServerPublishOptions.IsPublishedPage.md b/api/Visio.ServerPublishOptions.IsPublishedPage.md
index c20e09b2c68..8ca0647549c 100644
--- a/api/Visio.ServerPublishOptions.IsPublishedPage.md
+++ b/api/Visio.ServerPublishOptions.IsPublishedPage.md
@@ -27,12 +27,12 @@ Returns **True** if the specified page is designated to be included when the do
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageName_|Required| **String**|The page to check for publish status.|
| _Flags_|Required| **[VisLangFlags](Visio.VisLangFlags.md)**|Specifies whether the page name is a local or a universal name.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ServerPublishOptions.ObjectType.md b/api/Visio.ServerPublishOptions.ObjectType.md
index 407d3123a5f..fe932f221ca 100644
--- a/api/Visio.ServerPublishOptions.ObjectType.md
+++ b/api/Visio.ServerPublishOptions.ObjectType.md
@@ -26,7 +26,7 @@ Returns **visObjTypeServerPublishOptions** , the type of this object. Read-only
_expression_ A variable that represents a '[ServerPublishOptions](Visio.ServerPublishOptions.md)' object.
-### Return Value
+### Return value
**visObjTypeServerPublishOptions**
diff --git a/api/Visio.ServerPublishOptions.SetPagesToPublish.md b/api/Visio.ServerPublishOptions.SetPagesToPublish.md
index 0200cf0cf7f..d762a6b6108 100644
--- a/api/Visio.ServerPublishOptions.SetPagesToPublish.md
+++ b/api/Visio.ServerPublishOptions.SetPagesToPublish.md
@@ -27,13 +27,13 @@ Specifies the pages to publish to a server.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PublishPages_|Required| **[VisPublishPages](Visio.VisPublishPages.md)**|Indicates whether all pages or selected pages are to be published. See Remarks for possible values.|
| _NamesArray()_|Required| **String**|The names of the pages to be published, if _PublishPages_ is **visPublishPageSelect** .|
| _Flags_|Required| **[VisLangFlags](Visio.VisLangFlags.md)**|Indicates whether universal or local page names are specified in _NamesArray_. See Remarks for possible values.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ServerPublishOptions.SetRecordsetsToPublish.md b/api/Visio.ServerPublishOptions.SetRecordsetsToPublish.md
index 22285468c9a..a7931afe428 100644
--- a/api/Visio.ServerPublishOptions.SetRecordsetsToPublish.md
+++ b/api/Visio.ServerPublishOptions.SetRecordsetsToPublish.md
@@ -27,12 +27,12 @@ Sets the data recordsets to be published to a server.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PublishDataRecordsets_|Required| **[VisPublishDataRecordsets](Visio.VisPublishDataRecordsets.md)**|Specifies whether all, no, or selected data recordsets are to be published. See Remarks for possible values.|
| _DataRecordsetIDs()_|Required| **Long**|Specifies the identifiers of the data recordsets that are set to be published if _PublishDataRecordsets_ is **visPublishDataRecordsetsSelect** .|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ServerPublishOptions.Stat.md b/api/Visio.ServerPublishOptions.Stat.md
index 524e840fa44..3ee2007db57 100644
--- a/api/Visio.ServerPublishOptions.Stat.md
+++ b/api/Visio.ServerPublishOptions.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a '[ServerPublishOptions](Visio.ServerPublishOptions.md)' object.
-### Return Value
+### Return value
**[VisStatCodes](Visio.visstatcodes.md)**
diff --git a/api/Visio.SetPageView.md b/api/Visio.SetPageView.md
index 07765371af7..8139c012340 100644
--- a/api/Visio.SetPageView.md
+++ b/api/Visio.SetPageView.md
@@ -24,13 +24,13 @@ Sets the position and zoom factor (size) of the drawing page in Microsoft Visio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|PageXAtViewCenter|Required| **Double**|The x-coordinate, in drawing-page units, of the center of the page, measured from the lower left corner of the page.|
|PageYAtViewCenter|Required| **Double**|The y-coordinate, in drawing-page units, of the center of the page, measured from the lower left corner of the page.|
|ZoomFactor|Required| **Double**|The factor by which to multiply the zoom (page size).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.AddGuide.md b/api/Visio.Shape.AddGuide.md
index 293f365e491..06627a0b073 100644
--- a/api/Visio.Shape.AddGuide.md
+++ b/api/Visio.Shape.AddGuide.md
@@ -27,13 +27,13 @@ Adds a guide to a group shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **Integer**|The type of guide to add.|
| _xPos_|Required| **Double**|The x-coordinate of a point on the guide.|
| _yPos_|Required| **Double**|The y-coordinate of a point on the guide.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.AddHyperlink.md b/api/Visio.Shape.AddHyperlink.md
index 85dc1a4e3ba..639e8b1e3ec 100644
--- a/api/Visio.Shape.AddHyperlink.md
+++ b/api/Visio.Shape.AddHyperlink.md
@@ -20,7 +20,7 @@ Adds a **Hyperlink** object to a Microsoft Visio shape.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Hyperlink
diff --git a/api/Visio.Shape.AddNamedRow.md b/api/Visio.Shape.AddNamedRow.md
index ba18469e923..e0503996e3f 100644
--- a/api/Visio.Shape.AddNamedRow.md
+++ b/api/Visio.Shape.AddNamedRow.md
@@ -27,13 +27,13 @@ Adds a row that has the specified name to the specified ShapeSheet section.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**| The section in which the row is to be added.|
| _RowName_|Required| **String**|The name of the new row.|
| _RowTag_|Required| **Integer**| The type of row to be added.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.AddRow.md b/api/Visio.Shape.AddRow.md
index 2cdbc704bf5..a0c3c90f638 100644
--- a/api/Visio.Shape.AddRow.md
+++ b/api/Visio.Shape.AddRow.md
@@ -27,13 +27,13 @@ Adds a row to a ShapeSheet section at a specified position.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The section in which to add the row.|
| _Row_|Required| **Integer**| The position at which to add the row.|
| _RowTag_|Required| **Integer**|The type of row to add.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.AddRows.md b/api/Visio.Shape.AddRows.md
index 4bf44732c2b..c73ae743c25 100644
--- a/api/Visio.Shape.AddRows.md
+++ b/api/Visio.Shape.AddRows.md
@@ -27,14 +27,14 @@ Adds the specified number of rows to a ShapeSheet section at a specified positio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The section in which to add the rows.|
| _Row_|Required| **Integer**|The position at which to add the rows.|
| _RowTag_|Required| **Integer**|The type of rows to add.|
| _RowCount_|Required| **Integer**|The number of rows to add.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.AddSection.md b/api/Visio.Shape.AddSection.md
index dafb36051ca..5b35f4a9ef2 100644
--- a/api/Visio.Shape.AddSection.md
+++ b/api/Visio.Shape.AddSection.md
@@ -27,11 +27,11 @@ Adds a new section to a ShapeSheet spreadsheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The type of section to add.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.AddToContainers.md b/api/Visio.Shape.AddToContainers.md
index ed35991d780..5c62e33c6fd 100644
--- a/api/Visio.Shape.AddToContainers.md
+++ b/api/Visio.Shape.AddToContainers.md
@@ -23,7 +23,7 @@ Adds the shape to all underlying containers that allow it as a member.
_expression_ A variable that represents a '[Shape](Visio.Shape.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Shape.Application.md b/api/Visio.Shape.Application.md
index ab96683e4cc..5f269e7893b 100644
--- a/api/Visio.Shape.Application.md
+++ b/api/Visio.Shape.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Shape.AreaIU.md b/api/Visio.Shape.AreaIU.md
index a98de3885bd..5b59722fbb8 100644
--- a/api/Visio.Shape.AreaIU.md
+++ b/api/Visio.Shape.AreaIU.md
@@ -27,11 +27,11 @@ Returns the area of a **Shape** object in internal units (square inches). Read-
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fIncludeSubShapes_|Optional| **Boolean**| **False** to exclude the area of subshapes. Area of subshapes is included by default.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Shape.AutoConnect.md b/api/Visio.Shape.AutoConnect.md
index c981bf45a6d..8939e487971 100644
--- a/api/Visio.Shape.AutoConnect.md
+++ b/api/Visio.Shape.AutoConnect.md
@@ -27,13 +27,13 @@ Automatically draws a connection in the specified direction between the shape an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ToShape_|Required| **[IVSHAPE]**|The shape to draw the connection to.|
| _PlacementDir_|Required| **VisAutoConnectDir**|The direction in which to draw the connection. See Remarks for possible values.|
| _Connector_|Optional| **[UNKNOWN]**|The connector to use.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.BeforeSelectionDelete.md b/api/Visio.Shape.BeforeSelectionDelete.md
index 2071d2bba74..056d8cc9316 100644
--- a/api/Visio.Shape.BeforeSelectionDelete.md
+++ b/api/Visio.Shape.BeforeSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeSelectionDelete'(**_ByVal Selection As [IVSELE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selected objects that are going to be deleted.|
diff --git a/api/Visio.Shape.BeforeShapeDelete.md b/api/Visio.Shape.BeforeShapeDelete.md
index 458760e1557..f39031f7f05 100644
--- a/api/Visio.Shape.BeforeShapeDelete.md
+++ b/api/Visio.Shape.BeforeShapeDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeDelete'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be deleted.|
diff --git a/api/Visio.Shape.BeforeShapeTextEdit.md b/api/Visio.Shape.BeforeShapeTextEdit.md
index da4e9b15ef0..a0445c530db 100644
--- a/api/Visio.Shape.BeforeShapeTextEdit.md
+++ b/api/Visio.Shape.BeforeShapeTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeShapeTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is going to be opened for text editing.|
diff --git a/api/Visio.Shape.BoundingBox.md b/api/Visio.Shape.BoundingBox.md
index 88f077c4983..602f6ad2a00 100644
--- a/api/Visio.Shape.BoundingBox.md
+++ b/api/Visio.Shape.BoundingBox.md
@@ -27,7 +27,7 @@ Returns a rectangle that tightly encloses a shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Required| **Integer**|Flags that influence the bounding box calculated for each shape that contributes to the resulting bounding box.|
| _lpr8Left_|Required| **Double**|Returns the x-coordinate of the left edge of the bounding box.|
@@ -35,7 +35,7 @@ Returns a rectangle that tightly encloses a shape.
| _lpr8Right_|Required| **Double**|Returns the x-coordinate of the right edge of the bounding box.|
| _lpr8Top_|Required| **Double**|Returns the y-coordinate of the top edge of the bounding box.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.BreakLinkToData.md b/api/Visio.Shape.BreakLinkToData.md
index b81baf21e7a..dd93f21103d 100644
--- a/api/Visio.Shape.BreakLinkToData.md
+++ b/api/Visio.Shape.BreakLinkToData.md
@@ -30,11 +30,11 @@ Breaks the link between the shape and the data row to which it is linked in the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row the shape is linked to.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.BringForward.md b/api/Visio.Shape.BringForward.md
index 5b6c6ab29b6..0255104a119 100644
--- a/api/Visio.Shape.BringForward.md
+++ b/api/Visio.Shape.BringForward.md
@@ -23,7 +23,7 @@ Brings the shape or selected shapes forward one position in the z-order.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.BringToFront.md b/api/Visio.Shape.BringToFront.md
index 9f5426f4363..7fe891f01a1 100644
--- a/api/Visio.Shape.BringToFront.md
+++ b/api/Visio.Shape.BringToFront.md
@@ -23,7 +23,7 @@ Brings the shape or selected shapes to the front of the z-order.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.CalloutTarget.md b/api/Visio.Shape.CalloutTarget.md
index f0f422f2c25..4a5fe0d69b1 100644
--- a/api/Visio.Shape.CalloutTarget.md
+++ b/api/Visio.Shape.CalloutTarget.md
@@ -23,7 +23,7 @@ Gets or sets the target shape that is associated with the callout shape by a cal
_expression_ A variable that represents a '[Shape](Visio.Shape.md)' object.
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.Shape.CalloutsAssociated.md b/api/Visio.Shape.CalloutsAssociated.md
index 339d655d37f..9ea88032dac 100644
--- a/api/Visio.Shape.CalloutsAssociated.md
+++ b/api/Visio.Shape.CalloutsAssociated.md
@@ -23,7 +23,7 @@ Returns an array of **Long** values that represent the collection of identifier
_expression_ A variable that represents a '[Shape](Visio.Shape.md)' object.
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Shape.CellChanged.md b/api/Visio.Shape.CellChanged.md
index da1ea8c8c54..7cd12395933 100644
--- a/api/Visio.Shape.CellChanged.md
+++ b/api/Visio.Shape.CellChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'CellChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose value has changed.|
diff --git a/api/Visio.Shape.CellExists.md b/api/Visio.Shape.CellExists.md
index 0e4d38b622b..d0834b45179 100644
--- a/api/Visio.Shape.CellExists.md
+++ b/api/Visio.Shape.CellExists.md
@@ -27,12 +27,12 @@ Determines whether a particular ShapeSheet cell exists in the scope of the searc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeSpecificCellName_|Required| **String**|The local or universal name of the ShapeSheet cell for which you want to search.|
| _fExistsLocally_|Required| **Integer**|The scope of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.CellExistsU.md b/api/Visio.Shape.CellExistsU.md
index e09f5a61d6f..b561f06ec18 100644
--- a/api/Visio.Shape.CellExistsU.md
+++ b/api/Visio.Shape.CellExistsU.md
@@ -27,12 +27,12 @@ Determines whether a particular ShapeSheet cell exists in the scope of the searc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeIndependentCellName_|Required| **String**|The universal name of the ShapeSheet cell for which you want to search.|
| _fExistsLocally_|Required| **Integer**|The scope of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.Cells.md b/api/Visio.Shape.Cells.md
index 96703738592..cb0a1d8cce2 100644
--- a/api/Visio.Shape.Cells.md
+++ b/api/Visio.Shape.Cells.md
@@ -27,11 +27,11 @@ Returns a **Cell** object that represents a ShapeSheet cell. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeSpecificCellName_|Required| **String**|The name of a ShapeSheet cell.|
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Shape.CellsRowIndex.md b/api/Visio.Shape.CellsRowIndex.md
index 57af335acd9..4c015765978 100644
--- a/api/Visio.Shape.CellsRowIndex.md
+++ b/api/Visio.Shape.CellsRowIndex.md
@@ -27,11 +27,11 @@ Returns the index of a row to which a cell belongs. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeSpecificCellName_|Required| **String**|The name of a ShapeSheet cell.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.CellsRowIndexU.md b/api/Visio.Shape.CellsRowIndexU.md
index dd8a75ec726..aaac013b9cb 100644
--- a/api/Visio.Shape.CellsRowIndexU.md
+++ b/api/Visio.Shape.CellsRowIndexU.md
@@ -27,11 +27,11 @@ Returns the index of a row to which a cell belongs. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeIndependentCellName_|Required| **String**|The universal name of a ShapeSheet cell.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.CellsSRC.md b/api/Visio.Shape.CellsSRC.md
index 0442c262be0..726e2622f55 100644
--- a/api/Visio.Shape.CellsSRC.md
+++ b/api/Visio.Shape.CellsSRC.md
@@ -27,13 +27,13 @@ Returns a **Cell** object that represents a ShapeSheet cell identified by secti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The cell's section index.|
| _Row_|Required| **Integer**|The cell's row index.|
| _Column_|Required| **Integer**|The cell's column index.|
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Shape.CellsSRCExists.md b/api/Visio.Shape.CellsSRCExists.md
index 93b2026e7ee..65f91d1f3b7 100644
--- a/api/Visio.Shape.CellsSRCExists.md
+++ b/api/Visio.Shape.CellsSRCExists.md
@@ -27,14 +27,14 @@ Determines whether a ShapeSheet cell exists in the scope of a search. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The cell's section index.|
| _Row_|Required| **Integer**|The cell's row index.|
| _Column_|Required| **Integer**|The cell's column index.|
| _fExistsLocally_|Required| **Integer**|The scope of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.CellsU.md b/api/Visio.Shape.CellsU.md
index 27421cabba3..f29660d4ade 100644
--- a/api/Visio.Shape.CellsU.md
+++ b/api/Visio.Shape.CellsU.md
@@ -27,11 +27,11 @@ Returns a **Cell** object that represents a ShapeSheet cell. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeIndependentCellName_|Required| **String**|The name of a ShapeSheet cell.|
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Shape.CenterDrawing.md b/api/Visio.Shape.CenterDrawing.md
index 1d3e364c89f..eeb05616bcf 100644
--- a/api/Visio.Shape.CenterDrawing.md
+++ b/api/Visio.Shape.CenterDrawing.md
@@ -23,7 +23,7 @@ Centers a page's, master's, or group's shapes with respect to the extent of the
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.CharCount.md b/api/Visio.Shape.CharCount.md
index 614621f95e1..84a4440f670 100644
--- a/api/Visio.Shape.CharCount.md
+++ b/api/Visio.Shape.CharCount.md
@@ -23,7 +23,7 @@ Returns the number of characters in an object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Shape.Characters.md b/api/Visio.Shape.Characters.md
index 453933f6160..7d624717a5b 100644
--- a/api/Visio.Shape.Characters.md
+++ b/api/Visio.Shape.Characters.md
@@ -23,7 +23,7 @@ Returns a **Characters** object that represents the text of a shape. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Characters
diff --git a/api/Visio.Shape.ClassID.md b/api/Visio.Shape.ClassID.md
index 9a12623f2f1..47338bf3fb9 100644
--- a/api/Visio.Shape.ClassID.md
+++ b/api/Visio.Shape.ClassID.md
@@ -23,7 +23,7 @@ Returns the class ID string of a shape that represents an ActiveX control or an
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.ConnectedShapes.md b/api/Visio.Shape.ConnectedShapes.md
index b1b3f6d581a..f1bd557ca37 100644
--- a/api/Visio.Shape.ConnectedShapes.md
+++ b/api/Visio.Shape.ConnectedShapes.md
@@ -27,12 +27,12 @@ Returns an array that contains the identifiers (IDs) of the shapes that are conn
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Required| **[VisConnectedShapesFlags](Visio.VisConnectedShapesFlags.md)**|Filters the array of returned shape IDs by the directionality of the connectors. See Remarks for possible values.|
| _CategoryFilter_|Required| **String**|Filters the array of returned shape IDs by limiting it to the IDs of shapes that match the specified category.|
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Shape.Connects.md b/api/Visio.Shape.Connects.md
index 1e786ded3be..2a7a2ea3710 100644
--- a/api/Visio.Shape.Connects.md
+++ b/api/Visio.Shape.Connects.md
@@ -23,7 +23,7 @@ Returns a **Connects** collection for a shape, page, or master. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Connects
diff --git a/api/Visio.Shape.ContainerProperties.md b/api/Visio.Shape.ContainerProperties.md
index 4cd204a6fa5..a441a5f723b 100644
--- a/api/Visio.Shape.ContainerProperties.md
+++ b/api/Visio.Shape.ContainerProperties.md
@@ -23,7 +23,7 @@ Returns the **[ContainerProperties](Visio.ContainerProperties.md)** object asso
_expression_ A variable that represents a '[Shape](Visio.Shape.md)' object.
-### Return Value
+### Return value
**ContainerProperties**
diff --git a/api/Visio.Shape.ContainingMaster.md b/api/Visio.Shape.ContainingMaster.md
index de9265ce704..bb0a99f536f 100644
--- a/api/Visio.Shape.ContainingMaster.md
+++ b/api/Visio.Shape.ContainingMaster.md
@@ -23,7 +23,7 @@ Returns the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Shape.ContainingMasterID.md b/api/Visio.Shape.ContainingMasterID.md
index 34e51ed1379..27ef55cfedf 100644
--- a/api/Visio.Shape.ContainingMasterID.md
+++ b/api/Visio.Shape.ContainingMasterID.md
@@ -23,7 +23,7 @@ Returns the ID of the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Shape.ContainingPage.md b/api/Visio.Shape.ContainingPage.md
index 0569a020c42..e0f7b0d86d6 100644
--- a/api/Visio.Shape.ContainingPage.md
+++ b/api/Visio.Shape.ContainingPage.md
@@ -23,7 +23,7 @@ Returns the page that contains an object.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Shape.ContainingPageID.md b/api/Visio.Shape.ContainingPageID.md
index eff70bbdeff..0f4127a2260 100644
--- a/api/Visio.Shape.ContainingPageID.md
+++ b/api/Visio.Shape.ContainingPageID.md
@@ -23,7 +23,7 @@ Returns the ID of the page that contains an object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Shape.ContainingShape.md b/api/Visio.Shape.ContainingShape.md
index aab70e59fb7..ca3875de6fc 100644
--- a/api/Visio.Shape.ContainingShape.md
+++ b/api/Visio.Shape.ContainingShape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that contains an object or collection. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.ConvertToGroup.md b/api/Visio.Shape.ConvertToGroup.md
index 988540a3278..7b60b48a5c4 100644
--- a/api/Visio.Shape.ConvertToGroup.md
+++ b/api/Visio.Shape.ConvertToGroup.md
@@ -23,7 +23,7 @@ Converts a selection or an object from another application (a linked or embedded
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.ConvertToGroupCanceled.md b/api/Visio.Shape.ConvertToGroupCanceled.md
index 156d91c687f..6293cee5d3f 100644
--- a/api/Visio.Shape.ConvertToGroupCanceled.md
+++ b/api/Visio.Shape.ConvertToGroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ConvertToGroupCanceled'(**_ByVal Selection As [IVSEL
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Shape.Copy.md b/api/Visio.Shape.Copy.md
index bbbf9450e89..761cd35a8b6 100644
--- a/api/Visio.Shape.Copy.md
+++ b/api/Visio.Shape.Copy.md
@@ -27,11 +27,11 @@ Copies a shape to the Clipboard.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Optional| **Variant**|Determines how shapes are translated during the copy operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.CreateSelection.md b/api/Visio.Shape.CreateSelection.md
index a2556b7836a..84054943818 100644
--- a/api/Visio.Shape.CreateSelection.md
+++ b/api/Visio.Shape.CreateSelection.md
@@ -27,13 +27,13 @@ Creates various types of **Selection** objects.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SelType_|Required| **VisSelectionTypes**|The type of selection. See Remarks for possible values.|
| _IterationMode_|Optional| **VisSelectMode**|The selection mode used. See Remarks for possible values.|
| _Data_|Optional| **Variant**|The object type that corresponds to the _SelType_ argument. See Remarks for possible values.|
-### Return Value
+### Return value
Selection
diff --git a/api/Visio.Shape.CreateSubProcess.md b/api/Visio.Shape.CreateSubProcess.md
index 56899e9032b..45d6f76e634 100644
--- a/api/Visio.Shape.CreateSubProcess.md
+++ b/api/Visio.Shape.CreateSubProcess.md
@@ -23,7 +23,7 @@ Creates and returns a new sub-process page that is linked to the shape.
_expression_ A variable that represents a '[Shape](Visio.Shape.md)' object.
-### Return Value
+### Return value
**[Page](Visio.Page.md)**
diff --git a/api/Visio.Shape.Cut.md b/api/Visio.Shape.Cut.md
index 4342fe060ec..4398d69d47a 100644
--- a/api/Visio.Shape.Cut.md
+++ b/api/Visio.Shape.Cut.md
@@ -27,11 +27,11 @@ Deletes an object or selection and places it on the Clipboard.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Optional| **Variant**|Determines how shapes are translated during the cut operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.Data1.md b/api/Visio.Shape.Data1.md
index 525f857ea33..a6db0ff7d58 100644
--- a/api/Visio.Shape.Data1.md
+++ b/api/Visio.Shape.Data1.md
@@ -23,7 +23,7 @@ Gets or sets the value of the **Data1** field for a **Shape** object. Read/writ
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.Data2.md b/api/Visio.Shape.Data2.md
index 5bd13ee4bcb..e118fda68ff 100644
--- a/api/Visio.Shape.Data2.md
+++ b/api/Visio.Shape.Data2.md
@@ -23,7 +23,7 @@ Gets or sets the value of the **Data2** field for a **Shape** object. Read/writ
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.Data3.md b/api/Visio.Shape.Data3.md
index e5a87f51a14..bff5efc70dd 100644
--- a/api/Visio.Shape.Data3.md
+++ b/api/Visio.Shape.Data3.md
@@ -23,7 +23,7 @@ Gets or sets the value of the **Data3** field for a **Shape** object. Read/writ
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.DataGraphic.md b/api/Visio.Shape.DataGraphic.md
index c8eeeb68a7f..07beb95c013 100644
--- a/api/Visio.Shape.DataGraphic.md
+++ b/api/Visio.Shape.DataGraphic.md
@@ -26,7 +26,7 @@ Gets or sets the data graphic master (**Master** of type **visTypeDataGraphic**)
_expression_ An expression that returns a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Shape.Delete.md b/api/Visio.Shape.Delete.md
index 24bb5105a7f..f783e26c5ec 100644
--- a/api/Visio.Shape.Delete.md
+++ b/api/Visio.Shape.Delete.md
@@ -23,7 +23,7 @@ Deletes an object or selection.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.DeleteEx.md b/api/Visio.Shape.DeleteEx.md
index 338d07cd0f1..e7704f41d63 100644
--- a/api/Visio.Shape.DeleteEx.md
+++ b/api/Visio.Shape.DeleteEx.md
@@ -27,11 +27,11 @@ Deletes the additional shapes that are associated with the shape, such as connec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DelFlags_|Required| **Long**|The additional shapes to delete. See Remarks for possible values.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Shape.DeleteRow.md b/api/Visio.Shape.DeleteRow.md
index 3ca437c0e12..4d84ac7c47a 100644
--- a/api/Visio.Shape.DeleteRow.md
+++ b/api/Visio.Shape.DeleteRow.md
@@ -27,12 +27,12 @@ Deletes a row from a section in a ShapeSheet spreadsheet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The index of the section that contains the row.|
| _Row_|Required| **Integer**|The index of the row to delete.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.DeleteSection.md b/api/Visio.Shape.DeleteSection.md
index eb6bc01ae6e..8760cd285e0 100644
--- a/api/Visio.Shape.DeleteSection.md
+++ b/api/Visio.Shape.DeleteSection.md
@@ -27,11 +27,11 @@ Deletes a ShapeSheet section.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The index of the section to delete.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.Disconnect.md b/api/Visio.Shape.Disconnect.md
index 5c95f55715c..d687ee273c0 100644
--- a/api/Visio.Shape.Disconnect.md
+++ b/api/Visio.Shape.Disconnect.md
@@ -27,14 +27,14 @@ Unglues the specified connector end points and offsets them the specified amount
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConnectorEnd_|Required| **[VisConnectorEnds](Visio.VisConnectorEnds.md)**|The end of the connector to disconnect.|
| _OffsetX_|Required| **Double**|The _x_-distance that the connector end is moved away from the shape.|
| _OffsetY_|Required| **Double**|The _y_-distance that the connector end is moved away from the shape.|
| _Units_|Required| **[VisUnitCodes](Visio.visunitcodes.md)**|The units of measure for the assigned offset values.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Shape.DistanceFrom.md b/api/Visio.Shape.DistanceFrom.md
index cdc08950d56..892eaa60892 100644
--- a/api/Visio.Shape.DistanceFrom.md
+++ b/api/Visio.Shape.DistanceFrom.md
@@ -27,12 +27,12 @@ Returns the distance from one shape to another, measured between the closest poi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OtherShape_|Required| **[IVSHAPE]**|The other **Shape** object involved in the comparison.|
| _Flags_|Required| **Integer**|Flags that influence the type of entries returned in results.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Shape.DistanceFromPoint.md b/api/Visio.Shape.DistanceFromPoint.md
index 007b17620e1..2c3c2316b5d 100644
--- a/api/Visio.Shape.DistanceFromPoint.md
+++ b/api/Visio.Shape.DistanceFromPoint.md
@@ -27,7 +27,7 @@ Returns the distance from a shape to a point. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Double**|An x-coordinate.|
| _y_|Required| **Double**|A y-coordinate.|
@@ -36,7 +36,7 @@ Returns the distance from a shape to a point. Read-only.
| _pvCurveIndex_|Optional| **Variant**|Identifies the point on the shape in conjunction with _pvPathIndex_ and _pvt_.|
| _pvt_|Optional| **Variant**|Identifies the point on the shape in conjunction with _pvPathIndex_ and _pvCurveIndex_.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Shape.Document.md b/api/Visio.Shape.Document.md
index 0183688cdaa..78e2ed3f321 100644
--- a/api/Visio.Shape.Document.md
+++ b/api/Visio.Shape.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Shape.DrawArcByThreePoints.md b/api/Visio.Shape.DrawArcByThreePoints.md
index 642ba916bd5..a61123d2259 100644
--- a/api/Visio.Shape.DrawArcByThreePoints.md
+++ b/api/Visio.Shape.DrawArcByThreePoints.md
@@ -27,7 +27,7 @@ Creates a shape whose path consists of an arc defined by the three points passed
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xBegin_|Required| **Double**|The x-coordinate of the begin point of the arc.|
| _yBegin_|Required| **Double**|The y-coordinate of the begin point of the arc.|
@@ -36,7 +36,7 @@ Creates a shape whose path consists of an arc defined by the three points passed
| _xControl_|Required| **Double**|The x-coordinate of the control point of the arc.|
| _yControl_|Required| **Double**|The y-coordinate of the control point of the arc.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DrawBezier.md b/api/Visio.Shape.DrawBezier.md
index 3eaf0fb2dae..9f1ca13e340 100644
--- a/api/Visio.Shape.DrawBezier.md
+++ b/api/Visio.Shape.DrawBezier.md
@@ -27,13 +27,13 @@ Creates a shape whose path is defined by the supplied sequence of Bezier control
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xyArray()_|Required| **Double**|An array of alternating _x_ and _y_ values that define the Bezier control points for the new shape.|
| _degree_|Required| **Integer**|The degree of the Bezier curve.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DrawCircularArc.md b/api/Visio.Shape.DrawCircularArc.md
index 39d9db38c4f..f95314f4e29 100644
--- a/api/Visio.Shape.DrawCircularArc.md
+++ b/api/Visio.Shape.DrawCircularArc.md
@@ -27,7 +27,7 @@ Creates a new shape whose path consists of a circular arc defined by its center,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xCenter_|Required| **Double**|The x-coordinate of the center of the arc.|
| _yCenter_|Required| **Double**|The y-coordinate of the center of the arc.|
@@ -35,7 +35,7 @@ Creates a new shape whose path consists of a circular arc defined by its center,
| _StartAngle_|Optional| **Double**|The angle in radians with respect to the x-axis at which to start drawing the arc. The default is 0.|
| _EndAngle_|Optional| **Double**|The angle in radians with respect to the x-axis at which to end the arc. The default is pi (3.14592634898).|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DrawLine.md b/api/Visio.Shape.DrawLine.md
index 367d5b2c68d..300c44d1aa9 100644
--- a/api/Visio.Shape.DrawLine.md
+++ b/api/Visio.Shape.DrawLine.md
@@ -27,14 +27,14 @@ Adds a line to the **Shapes** collection of a group shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xBegin_|Required| **Double**|The x-coordinate of the line's begin point.|
| _yBegin_|Required| **Double**|The y-coordinate of the line's begin point.|
| _xEnd_|Required| **Double**|The x-coordinate of the line's endpoint.|
| _yEnd_|Required| **Double**|The y-coordinate of the line's endpoint.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DrawNURBS.md b/api/Visio.Shape.DrawNURBS.md
index fe8ffd7885e..710bc0e88d2 100644
--- a/api/Visio.Shape.DrawNURBS.md
+++ b/api/Visio.Shape.DrawNURBS.md
@@ -27,7 +27,7 @@ Creates a new shape whose path consists of a single NURBS (nonuniform rational B
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _degree_|Required| **Integer**|The spline's degree; an integer between 1 and 25.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
@@ -35,7 +35,7 @@ Creates a new shape whose path consists of a single NURBS (nonuniform rational B
| _knots()_|Required| **Double**|An array of knots.|
| _weights_|Optional| **Variant**|An array of weights.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DrawOval.md b/api/Visio.Shape.DrawOval.md
index 11a7861072a..094e25700dc 100644
--- a/api/Visio.Shape.DrawOval.md
+++ b/api/Visio.Shape.DrawOval.md
@@ -27,14 +27,14 @@ Adds an oval (ellipse) to the **Shapes** collection of a group shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x1_|Required| **Double**|The x-coordinate of one corner of the ellipse's width-height box.|
| _y1_|Required| **Double**|The y-coordinate of one corner of the ellipse's width-height box.|
| _x2_|Required| **Double**|The x-coordinate of the other corner of the ellipse's width-height box.|
| _y2_|Required| **Double**|The y-coordinate of the other corner of the ellipse's width-height box.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DrawPolyline.md b/api/Visio.Shape.DrawPolyline.md
index 50c43f0c7d1..890a4983dba 100644
--- a/api/Visio.Shape.DrawPolyline.md
+++ b/api/Visio.Shape.DrawPolyline.md
@@ -27,12 +27,12 @@ Creates a shape whose path is a polyline along a given set of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xyArray()_|Required| **Double**| An array of alternating _x_ and _y_ values that defines points in the new shape's path.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DrawQuarterArc.md b/api/Visio.Shape.DrawQuarterArc.md
index 0a4e7c13e76..ca5b5425c82 100644
--- a/api/Visio.Shape.DrawQuarterArc.md
+++ b/api/Visio.Shape.DrawQuarterArc.md
@@ -27,7 +27,7 @@ Creates a new shape whose path consists of an elliptical arc defined by the two
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xBegin_|Required| **Double**|The _x_-coordinate of the begin point of the arc.|
| _yBegin_|Required| **Double**|The _y_-coordinate of the begin point of the arc.|
@@ -35,7 +35,7 @@ Creates a new shape whose path consists of an elliptical arc defined by the two
| _yEnd_|Required| **Double**|The _y_-coordinate of the endpoint of the arc.|
| _SweepFlag_|Required| **VisArcSweepFlags**|The type of arc, concave or convex.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DrawRectangle.md b/api/Visio.Shape.DrawRectangle.md
index f43a8fb91fd..d62d49b945a 100644
--- a/api/Visio.Shape.DrawRectangle.md
+++ b/api/Visio.Shape.DrawRectangle.md
@@ -27,14 +27,14 @@ Adds a rectangle to the **Shapes** collection of a page, master, or group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x1_|Required| **Double**|The _x_-coordinate of one corner of the rectangle's width-height box.|
| _y1_|Required| **Double**|The _y_-coordinate of one corner of the rectangle's width-height box.|
| _x2_|Required| **Double**|The _x_-coordinate of the other corner of the rectangle's width-height box.|
| _y2_|Required| **Double**|The _y_-coordinate of the other corner of the rectangle's width-height box.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DrawSpline.md b/api/Visio.Shape.DrawSpline.md
index d57b678a098..daf99389bb0 100644
--- a/api/Visio.Shape.DrawSpline.md
+++ b/api/Visio.Shape.DrawSpline.md
@@ -27,13 +27,13 @@ Creates a new shape whose path follows a given sequence of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xyArray()_|Required| **Double**|An array of alternating _x_ and _y_ values that define points in the new shape's path.|
| _Tolerance_|Required| **Double**|How closely the path of the new shape must approximate the given points.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.Drop.md b/api/Visio.Shape.Drop.md
index 753b2efda43..ee90e228178 100644
--- a/api/Visio.Shape.Drop.md
+++ b/api/Visio.Shape.Drop.md
@@ -27,13 +27,13 @@ Creates one or more new **Shape** objects by dropping an object onto a receivin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectToDrop_|Required| **[UNKNOWN]**|The object or selection to drop. While this is typically a Visio object such as a **Master** , **Shape** , or **Selection** object, it can be any OLE object that provides an **IDataObject** interface.|
| _xPos_|Required| **Double**|The x-coordinate at which to place the center of the shape's width or PinX.|
| _yPos_|Required| **Double**|The y-coordinate at which to place the center of the shape's height or PinY.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.DropMany.md b/api/Visio.Shape.DropMany.md
index f60bae5bb2f..333e03122f6 100644
--- a/api/Visio.Shape.DropMany.md
+++ b/api/Visio.Shape.DropMany.md
@@ -27,13 +27,13 @@ Creates one or more new **Shape** objects in a group. It returns an array of th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectsToInstance()_|Required| **Variant**|Identifies masters or other objects from which to make shapes.|
| _xyArray()_|Required| **Double**|An array of alternating x and y values specifying the positions for the new shapes.|
| _IDArray()_|Required| **Integer**|Out parameter. An array that returns the IDs of the created shapes.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.DropManyU.md b/api/Visio.Shape.DropManyU.md
index 204bd352dea..5c966ccdf76 100644
--- a/api/Visio.Shape.DropManyU.md
+++ b/api/Visio.Shape.DropManyU.md
@@ -27,13 +27,13 @@ Creates one or more new **Shape** objects on a page, in a master, or in a group
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ObjectsToInstance()_|Required| **Variant**|Identifies masters or other objects from which to make shapes by their universal names.|
| _xyArray()_|Required| **Double**|An array of alternating _x_ and _y_ values specifying the positions for the new shapes.|
| _IDArray()_|Required| **Integer**|Out parameter. An array that returns the IDs of the created shapes.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.Duplicate.md b/api/Visio.Shape.Duplicate.md
index 6e726f4a605..7309e4a801f 100644
--- a/api/Visio.Shape.Duplicate.md
+++ b/api/Visio.Shape.Duplicate.md
@@ -23,7 +23,7 @@ Duplicates an object.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.EventList.md b/api/Visio.Shape.EventList.md
index 1c56092e250..92dae2e5bd9 100644
--- a/api/Visio.Shape.EventList.md
+++ b/api/Visio.Shape.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Shape.Export.md b/api/Visio.Shape.Export.md
index 96f4b04fd80..d8951222160 100644
--- a/api/Visio.Shape.Export.md
+++ b/api/Visio.Shape.Export.md
@@ -27,11 +27,11 @@ Exports an object from Microsoft Visio to a file format such as .bmp, .dib, .dwg
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The fully qualified path and name of the file to receive the exported object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.FillStyle.md b/api/Visio.Shape.FillStyle.md
index 83b1d0c7d87..ae66eeae9e1 100644
--- a/api/Visio.Shape.FillStyle.md
+++ b/api/Visio.Shape.FillStyle.md
@@ -23,7 +23,7 @@ Returns or sets the fill style for a shape. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.FillStyleKeepFmt.md b/api/Visio.Shape.FillStyleKeepFmt.md
index 524a731be7c..d8e344fd2d3 100644
--- a/api/Visio.Shape.FillStyleKeepFmt.md
+++ b/api/Visio.Shape.FillStyleKeepFmt.md
@@ -23,7 +23,7 @@ Applies a fill style to an object while preserving local formatting. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.FitCurve.md b/api/Visio.Shape.FitCurve.md
index 51f65ead5d9..9a4b484e6b7 100644
--- a/api/Visio.Shape.FitCurve.md
+++ b/api/Visio.Shape.FitCurve.md
@@ -27,12 +27,12 @@ Reduces the number of geometry segments in a shape or shapes by replacing them w
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tolerance_|Required| **Double**|How closely the resulting paths must match the shape's original paths.|
| _Flags_|Required| **Integer**|Flags that influence how the shape is drawn.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.FlipHorizontal.md b/api/Visio.Shape.FlipHorizontal.md
index 71417d7d1b8..cdb612efe80 100644
--- a/api/Visio.Shape.FlipHorizontal.md
+++ b/api/Visio.Shape.FlipHorizontal.md
@@ -23,7 +23,7 @@ Flips an object horizontally.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.FlipVertical.md b/api/Visio.Shape.FlipVertical.md
index b602db7f052..ba4c731eedd 100644
--- a/api/Visio.Shape.FlipVertical.md
+++ b/api/Visio.Shape.FlipVertical.md
@@ -23,7 +23,7 @@ Flips an object vertically.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.ForeignData.md b/api/Visio.Shape.ForeignData.md
index 193f873fadf..db6adf8264a 100644
--- a/api/Visio.Shape.ForeignData.md
+++ b/api/Visio.Shape.ForeignData.md
@@ -23,7 +23,7 @@ Returns metafile, bitmap, or OLE data for a shape that represents a foreign obje
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Byte()
diff --git a/api/Visio.Shape.ForeignType.md b/api/Visio.Shape.ForeignType.md
index 5f535b54968..ec7e4b795bb 100644
--- a/api/Visio.Shape.ForeignType.md
+++ b/api/Visio.Shape.ForeignType.md
@@ -23,7 +23,7 @@ Returns the subtype of a **Shape** object that represents a foreign object. Rea
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.FormulaChanged.md b/api/Visio.Shape.FormulaChanged.md
index 8590afbda4d..2c7125208a8 100644
--- a/api/Visio.Shape.FormulaChanged.md
+++ b/api/Visio.Shape.FormulaChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'FormulaChanged'(**_ByVal Cell As [IVCELL]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cell_|Required| **[IVCELL]**|The cell whose formula changed.|
diff --git a/api/Visio.Shape.FromConnects.md b/api/Visio.Shape.FromConnects.md
index 6a4d84e9ef2..d0193ada6e8 100644
--- a/api/Visio.Shape.FromConnects.md
+++ b/api/Visio.Shape.FromConnects.md
@@ -23,7 +23,7 @@ Returns a **Connects** collection of the shapes connected to a shape. Read-only
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Connects
diff --git a/api/Visio.Shape.GeometryCount.md b/api/Visio.Shape.GeometryCount.md
index 7845197d3d3..cc06bd4eeaf 100644
--- a/api/Visio.Shape.GeometryCount.md
+++ b/api/Visio.Shape.GeometryCount.md
@@ -23,7 +23,7 @@ Returns the number of Geometry sections for a shape. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.GetCustomPropertiesLinkedToData.md b/api/Visio.Shape.GetCustomPropertiesLinkedToData.md
index 3b95d010d15..fb8d836d1dc 100644
--- a/api/Visio.Shape.GetCustomPropertiesLinkedToData.md
+++ b/api/Visio.Shape.GetCustomPropertiesLinkedToData.md
@@ -30,12 +30,12 @@ Gets the IDs of the shape-data-item (custom property) rows in the Shape Data sec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset that contains the data the shape is linked to.|
| _CustomPropertyIndices()_|Required| **Long**|Out parameter. An empty, dimensionless array that the method fills with the row IDs of the shape-data-item (custom property) rows in the shape's ShapeSheet that are linked to data columns in the data recordset.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.GetCustomPropertyLinkedColumn.md b/api/Visio.Shape.GetCustomPropertyLinkedColumn.md
index 7fb2c4c44af..b22a99eba3c 100644
--- a/api/Visio.Shape.GetCustomPropertyLinkedColumn.md
+++ b/api/Visio.Shape.GetCustomPropertyLinkedColumn.md
@@ -30,12 +30,12 @@ Gets the name of the data column linked to the shape data (custom property) row
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset that contains the data column linked to the shape's custom property.|
| _CustomPropertyIndex_|Required| **Long**|The index of the shape data item (custom property) linked to the data column in the data recordset.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.GetFormulas.md b/api/Visio.Shape.GetFormulas.md
index 754bae68f5a..63827ce2ea1 100644
--- a/api/Visio.Shape.GetFormulas.md
+++ b/api/Visio.Shape.GetFormulas.md
@@ -27,12 +27,12 @@ Returns the formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**| A stream identifying cells to be queried.|
| _formulaArray()_|Required| **Variant**|Out parameter. An array that receives formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.GetFormulasU.md b/api/Visio.Shape.GetFormulasU.md
index 8ccfa81db50..d908439c034 100644
--- a/api/Visio.Shape.GetFormulasU.md
+++ b/api/Visio.Shape.GetFormulasU.md
@@ -27,12 +27,12 @@ Returns the formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SRCStream()_|Required| **Integer**| A stream identifying cells to be queried.|
| _formulaArray()_|Required| **Variant**|Out parameter. An array that receives formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.GetLinkedDataRecordsetIDs.md b/api/Visio.Shape.GetLinkedDataRecordsetIDs.md
index cbaf6973211..954383c81c9 100644
--- a/api/Visio.Shape.GetLinkedDataRecordsetIDs.md
+++ b/api/Visio.Shape.GetLinkedDataRecordsetIDs.md
@@ -30,11 +30,11 @@ Gets the IDs of all the data recordsets that contain data rows linked to the sha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetIDs()_|Required| **Long**|Out parameter. An array of IDs of data recordsets containing data rows linked to the shape.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.GetLinkedDataRow.md b/api/Visio.Shape.GetLinkedDataRow.md
index 643d9d0efef..468373333c2 100644
--- a/api/Visio.Shape.GetLinkedDataRow.md
+++ b/api/Visio.Shape.GetLinkedDataRow.md
@@ -30,11 +30,11 @@ Gets the ID of the data row in the specified data recordset linked to the shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset that contains the linked row.|
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Shape.GetResults.md b/api/Visio.Shape.GetResults.md
index 8cfe129aae5..ea2b63e1b52 100644
--- a/api/Visio.Shape.GetResults.md
+++ b/api/Visio.Shape.GetResults.md
@@ -27,14 +27,14 @@ Gets the results or formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|An array that identifies cells to be queried.|
| _Flags_|Required| **Integer**|Flags that influence the type of entries returned in results.|
| _UnitsNamesOrCodes()_|Required| **Variant**| An array of measurement units that results are to be returned in.|
| _resultArray()_|Required| **Variant**|Out parameter. An array that receives results or formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.GluedShapes.md b/api/Visio.Shape.GluedShapes.md
index a4c7c1e6516..88d374b4fb5 100644
--- a/api/Visio.Shape.GluedShapes.md
+++ b/api/Visio.Shape.GluedShapes.md
@@ -27,13 +27,13 @@ Returns an array that contains the identifiers of the shapes that are glued to a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Required| **[VisGluedShapesFlags](Visio.VisGluedShapesFlags.md)**|The dimensionality and directionality of the connection points of the shapes to return.|
| _CategoryFilter_|Required| **String**|The category of shapes to return. See Remarks for more information|
| _pOtherConnectedShape_|Optional| **Shape**|Additional shape to which returned shapes must also be glued. |
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Shape.Group.md b/api/Visio.Shape.Group.md
index ae1d978f12c..78fab3da9e5 100644
--- a/api/Visio.Shape.Group.md
+++ b/api/Visio.Shape.Group.md
@@ -23,7 +23,7 @@ Groups the objects that are selected in a selection, or it converts a shape into
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.GroupCanceled.md b/api/Visio.Shape.GroupCanceled.md
index 875468c356f..d3b6828e0a5 100644
--- a/api/Visio.Shape.GroupCanceled.md
+++ b/api/Visio.Shape.GroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'GroupCanceled'(**_ByVal Selection As [IVSELECTION]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be grouped.|
diff --git a/api/Visio.Shape.HasCategory.md b/api/Visio.Shape.HasCategory.md
index 0a0dead6c3b..43501ab6f4d 100644
--- a/api/Visio.Shape.HasCategory.md
+++ b/api/Visio.Shape.HasCategory.md
@@ -27,11 +27,11 @@ Returns **True** if the specified category is in the shape categories list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Category_|Required| **String**|The name of the category.|
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Shape.Help.md b/api/Visio.Shape.Help.md
index b36021456ca..5b67f00e99e 100644
--- a/api/Visio.Shape.Help.md
+++ b/api/Visio.Shape.Help.md
@@ -23,7 +23,7 @@ Gets or sets the Help string for a shape. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.HitTest.md b/api/Visio.Shape.HitTest.md
index bb4cb799b0b..c49fae0619a 100644
--- a/api/Visio.Shape.HitTest.md
+++ b/api/Visio.Shape.HitTest.md
@@ -27,13 +27,13 @@ Determines if a given _x,y_ position hits outside, inside, or on the boundary o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xPos_|Required| **Double**|The x-coordinate to be tested for a hit.|
| _yPos_|Required| **Double**|The y-coordinate to be tested for a hit.|
| _Tolerance_|Required| **Double**|How close _xPos,yPos_ must be to a shape for a hit to occur.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.Hyperlinks.md b/api/Visio.Shape.Hyperlinks.md
index 0aab2e0261f..791c771fd2c 100644
--- a/api/Visio.Shape.Hyperlinks.md
+++ b/api/Visio.Shape.Hyperlinks.md
@@ -23,7 +23,7 @@ Returns the **Hyperlinks** collection for a **Shape** object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Hyperlinks
diff --git a/api/Visio.Shape.ID.md b/api/Visio.Shape.ID.md
index 9876f99d766..2abe90dc54b 100644
--- a/api/Visio.Shape.ID.md
+++ b/api/Visio.Shape.ID.md
@@ -23,7 +23,7 @@ Gets the ID of an object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Shape.Import.md b/api/Visio.Shape.Import.md
index e624b4fb034..bc7520dab72 100644
--- a/api/Visio.Shape.Import.md
+++ b/api/Visio.Shape.Import.md
@@ -27,11 +27,11 @@ Imports a file into the current document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file to import; must be a fully qualified path.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.Index.md b/api/Visio.Shape.Index.md
index 8441a1f662d..4f6bca42fd9 100644
--- a/api/Visio.Shape.Index.md
+++ b/api/Visio.Shape.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Shape** object in the **Shapes** collection. R
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Shape.InsertFromFile.md b/api/Visio.Shape.InsertFromFile.md
index 72d1fc19978..87ebf5e963f 100644
--- a/api/Visio.Shape.InsertFromFile.md
+++ b/api/Visio.Shape.InsertFromFile.md
@@ -27,12 +27,12 @@ Adds a linked or embedded object to a page, master, or group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file that contains the object to link or embed.|
| _Flags_|Required| **Integer**|Flags that influence how the object is inserted.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.InsertObject.md b/api/Visio.Shape.InsertObject.md
index 018171553ec..032f581f52e 100644
--- a/api/Visio.Shape.InsertObject.md
+++ b/api/Visio.Shape.InsertObject.md
@@ -27,12 +27,12 @@ Adds a new embedded object or ActiveX control to a page, master, or group.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassOrProgID_|Required| **String**|Identifies the type of object or control to create.|
| _Flags_|Required| **Integer**|Flags that influence the operation.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.IsCallout.md b/api/Visio.Shape.IsCallout.md
index c08ce207ec2..403271b739b 100644
--- a/api/Visio.Shape.IsCallout.md
+++ b/api/Visio.Shape.IsCallout.md
@@ -23,7 +23,7 @@ Indicates whether the shape is a callout shape. Read-only.
_expression_ A variable that represents a '[Shape](Visio.Shape.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Shape.IsCustomPropertyLinked.md b/api/Visio.Shape.IsCustomPropertyLinked.md
index 3a5a8e43b25..76ead62cfa4 100644
--- a/api/Visio.Shape.IsCustomPropertyLinked.md
+++ b/api/Visio.Shape.IsCustomPropertyLinked.md
@@ -30,12 +30,12 @@ Returns whether the shape data (custom property) row in the Shape Data section o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset that contains the data row.|
| _CustomPropertyIndex_|Required| **Long**|The index of the shape data (custom property) row in the Shape Data section of the shape's ShapeSheet.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Shape.IsDataGraphicCallout.md b/api/Visio.Shape.IsDataGraphicCallout.md
index c6747a266ec..a7a805d436c 100644
--- a/api/Visio.Shape.IsDataGraphicCallout.md
+++ b/api/Visio.Shape.IsDataGraphicCallout.md
@@ -23,7 +23,7 @@ Specifes whether a shape is a data graphic callout. Read-only.
_expression_ An expression that returns a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Shape.IsOpenForTextEdit.md b/api/Visio.Shape.IsOpenForTextEdit.md
index 6d1296a8d5f..6badc5efded 100644
--- a/api/Visio.Shape.IsOpenForTextEdit.md
+++ b/api/Visio.Shape.IsOpenForTextEdit.md
@@ -23,7 +23,7 @@ Indicates whether a shape is currently open for interactive text editing. Read-o
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Shape.Language.md b/api/Visio.Shape.Language.md
index db7bed687df..84ac5032ee5 100644
--- a/api/Visio.Shape.Language.md
+++ b/api/Visio.Shape.Language.md
@@ -23,7 +23,7 @@ Represents the language ID of the version of the Microsoft Visio instance repres
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Shape.Layer.md b/api/Visio.Shape.Layer.md
index 6f85e9c12eb..e3d9df15fbc 100644
--- a/api/Visio.Shape.Layer.md
+++ b/api/Visio.Shape.Layer.md
@@ -27,11 +27,11 @@ Returns the layer to which a shape is assigned. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Integer**|The ordinal of the layer to get.|
-### Return Value
+### Return value
Layer
diff --git a/api/Visio.Shape.LayerCount.md b/api/Visio.Shape.LayerCount.md
index d455c4c2632..92c082dcbee 100644
--- a/api/Visio.Shape.LayerCount.md
+++ b/api/Visio.Shape.LayerCount.md
@@ -23,7 +23,7 @@ Returns the number of layers to which a shape is assigned. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.Layout.md b/api/Visio.Shape.Layout.md
index 7c1bea197ac..0774c210434 100644
--- a/api/Visio.Shape.Layout.md
+++ b/api/Visio.Shape.Layout.md
@@ -23,7 +23,7 @@ Lays out the shapes or reroutes the connectors (or both) for the page, master, g
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.LengthIU.md b/api/Visio.Shape.LengthIU.md
index 5de14bd3248..0b643c35b3f 100644
--- a/api/Visio.Shape.LengthIU.md
+++ b/api/Visio.Shape.LengthIU.md
@@ -27,11 +27,11 @@ Returns the length (perimeter) of the shape in internal units. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fIncludeSubShapes_|Optional| **Boolean**| **False** to exclude the length of subshapes. Length of subshapes is included by default.|
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Shape.LineStyle.md b/api/Visio.Shape.LineStyle.md
index b1089f3ca62..a1fe384bce2 100644
--- a/api/Visio.Shape.LineStyle.md
+++ b/api/Visio.Shape.LineStyle.md
@@ -23,7 +23,7 @@ Specifies the line style for an object. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.LineStyleKeepFmt.md b/api/Visio.Shape.LineStyleKeepFmt.md
index 57197e61da1..0eb4e545667 100644
--- a/api/Visio.Shape.LineStyleKeepFmt.md
+++ b/api/Visio.Shape.LineStyleKeepFmt.md
@@ -23,7 +23,7 @@ Applies a line style to an object while preserving local formatting. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.LinkToData.md b/api/Visio.Shape.LinkToData.md
index 8c5009a6e62..e1ecb6042a3 100644
--- a/api/Visio.Shape.LinkToData.md
+++ b/api/Visio.Shape.LinkToData.md
@@ -30,13 +30,13 @@ Links a shape to a data row in a data recordset.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data to link to.|
| _RowID_|Required| **Long**|The ID of the row in the data recordset containing the particular data record to link to. |
| _AutoApplyDataGraphics_|Optional| **Boolean**|Whether to automatically apply a data graphic to the linked shapes. See Remarks for more information.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.Master.md b/api/Visio.Shape.Master.md
index c3eb4887458..5ab28464d5a 100644
--- a/api/Visio.Shape.Master.md
+++ b/api/Visio.Shape.Master.md
@@ -23,7 +23,7 @@ Returns the master from which the **Shape** object was created. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Shape.MasterShape.md b/api/Visio.Shape.MasterShape.md
index 8b3d567520a..9881f320864 100644
--- a/api/Visio.Shape.MasterShape.md
+++ b/api/Visio.Shape.MasterShape.md
@@ -23,7 +23,7 @@ If this shape is part of a master instance, returns the shape in the master that
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.MemberOfContainers.md b/api/Visio.Shape.MemberOfContainers.md
index 8f8f68358b6..f28d92d7b6d 100644
--- a/api/Visio.Shape.MemberOfContainers.md
+++ b/api/Visio.Shape.MemberOfContainers.md
@@ -23,7 +23,7 @@ Returns an array of **Long** values that represent the identifiers of the conta
_expression_ A variable that represents a '[Shape](Visio.Shape.md)' object.
-### Return Value
+### Return value
**Long()**
diff --git a/api/Visio.Shape.MoveToSubprocess.md b/api/Visio.Shape.MoveToSubprocess.md
index eb6222078ae..6d2e2593be6 100644
--- a/api/Visio.Shape.MoveToSubprocess.md
+++ b/api/Visio.Shape.MoveToSubprocess.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents a **[Shape](Visio.Shape.md)** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Page_|Required|**[Page](Visio.Page.md)**|The sub-process page to which the shape should be moved. You cannot pass the current page.|
| _ObjectToDrop_|Required|**[UNKNOWN]**|The replacement shape to drop.|
diff --git a/api/Visio.Shape.Name.md b/api/Visio.Shape.Name.md
index d2d38d5c997..703ebc8bf21 100644
--- a/api/Visio.Shape.Name.md
+++ b/api/Visio.Shape.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.NameID.md b/api/Visio.Shape.NameID.md
index 1a99b255883..b161b93b555 100644
--- a/api/Visio.Shape.NameID.md
+++ b/api/Visio.Shape.NameID.md
@@ -23,7 +23,7 @@ Returns a unique name for a shape. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.NameU.md b/api/Visio.Shape.NameU.md
index c842c96f09a..bdf22fbee5a 100644
--- a/api/Visio.Shape.NameU.md
+++ b/api/Visio.Shape.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of a **Shape** object. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.Object.md b/api/Visio.Shape.Object.md
index f12a32ecdad..442055f7fd9 100644
--- a/api/Visio.Shape.Object.md
+++ b/api/Visio.Shape.Object.md
@@ -23,7 +23,7 @@ Returns an **IDispatch** interface on the ActiveX control or embedded or linked
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Shape.ObjectIsInherited.md b/api/Visio.Shape.ObjectIsInherited.md
index f683fdaac78..8201426159e 100644
--- a/api/Visio.Shape.ObjectIsInherited.md
+++ b/api/Visio.Shape.ObjectIsInherited.md
@@ -23,7 +23,7 @@ Indicates if a shape represents an ActiveX or OLE object that is inherited from
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.ObjectType.md b/api/Visio.Shape.ObjectType.md
index 8a42201be53..90e31510b34 100644
--- a/api/Visio.Shape.ObjectType.md
+++ b/api/Visio.Shape.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.Offset.md b/api/Visio.Shape.Offset.md
index 01ea31defdf..c240c79082b 100644
--- a/api/Visio.Shape.Offset.md
+++ b/api/Visio.Shape.Offset.md
@@ -27,11 +27,11 @@ Offsets a shape a specified amount.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Distance_|Required| **Double**|Specifies the distance to offset the shape.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.OneD.md b/api/Visio.Shape.OneD.md
index 907909373e9..d3f9a7ffe77 100644
--- a/api/Visio.Shape.OneD.md
+++ b/api/Visio.Shape.OneD.md
@@ -23,7 +23,7 @@ Determines whether an object behaves as a one-dimensional (1-D) object. Read-onl
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.OpenDrawWindow.md b/api/Visio.Shape.OpenDrawWindow.md
index 34ec1ab573c..89bf3f6232c 100644
--- a/api/Visio.Shape.OpenDrawWindow.md
+++ b/api/Visio.Shape.OpenDrawWindow.md
@@ -23,7 +23,7 @@ Opens a new drawing window that displays a group.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Shape.OpenSheetWindow.md b/api/Visio.Shape.OpenSheetWindow.md
index bd002c1536c..0615c4dad10 100644
--- a/api/Visio.Shape.OpenSheetWindow.md
+++ b/api/Visio.Shape.OpenSheetWindow.md
@@ -23,7 +23,7 @@ Opens a ShapeSheet window for a **Shape** object.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Shape.Parent.md b/api/Visio.Shape.Parent.md
index 32f8f94a897..b766d31a41f 100644
--- a/api/Visio.Shape.Parent.md
+++ b/api/Visio.Shape.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of a **Shape** object. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Object
diff --git a/api/Visio.Shape.Paste.md b/api/Visio.Shape.Paste.md
index 33d8edc4b4c..c52d82a049f 100644
--- a/api/Visio.Shape.Paste.md
+++ b/api/Visio.Shape.Paste.md
@@ -27,11 +27,11 @@ Pastes the contents of the Clipboard into an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Flags_|Optional| **Variant**|Determines how shapes are translated during the paste operation.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.PasteSpecial.md b/api/Visio.Shape.PasteSpecial.md
index 8f05adf3455..7d9089d01a2 100644
--- a/api/Visio.Shape.PasteSpecial.md
+++ b/api/Visio.Shape.PasteSpecial.md
@@ -27,13 +27,13 @@ Inserts the contents of the Clipboard, allowing you to control the format of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Format_|Required| **Long**|The internal Clipboard format.|
| _Link_|Optional| **Variant**| **True** to establish a link to the source of the pasted data; otherwise, **False** (the default). Ignored if the source data is not suitable for, or doesn't support, linking.|
| _DisplayAsIcon_|Optional| **Variant**| **True** to display the pasted data as an icon; otherwise, **False** (the default).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.Paths.md b/api/Visio.Shape.Paths.md
index e0c3bd2479a..7ad04badaf0 100644
--- a/api/Visio.Shape.Paths.md
+++ b/api/Visio.Shape.Paths.md
@@ -23,7 +23,7 @@ Returns a **Paths** collection that reports the coordinates of a shape's paths
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Paths
diff --git a/api/Visio.Shape.PathsLocal.md b/api/Visio.Shape.PathsLocal.md
index fa13429f6dc..17ad483315b 100644
--- a/api/Visio.Shape.PathsLocal.md
+++ b/api/Visio.Shape.PathsLocal.md
@@ -23,7 +23,7 @@ Returns a **Paths** collection that reports the coordinates of a shape's paths
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Paths
diff --git a/api/Visio.Shape.PersistsEvents.md b/api/Visio.Shape.PersistsEvents.md
index d83fdf25f75..999671c3209 100644
--- a/api/Visio.Shape.PersistsEvents.md
+++ b/api/Visio.Shape.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.Picture.md b/api/Visio.Shape.Picture.md
index 4fe50052ca9..925a8a7fea7 100644
--- a/api/Visio.Shape.Picture.md
+++ b/api/Visio.Shape.Picture.md
@@ -23,7 +23,7 @@ Returns a picture that represents an enhanced metafile (EMF) contained in a mast
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
IPictureDisp
diff --git a/api/Visio.Shape.ProgID.md b/api/Visio.Shape.ProgID.md
index 728bbcd369a..cc7fca5bb93 100644
--- a/api/Visio.Shape.ProgID.md
+++ b/api/Visio.Shape.ProgID.md
@@ -23,7 +23,7 @@ Returns the programmatic identifier of a shape that represents an ActiveX contro
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.QueryCancelConvertToGroup.md b/api/Visio.Shape.QueryCancelConvertToGroup.md
index 4ae0ddd62c5..b5581bc4b84 100644
--- a/api/Visio.Shape.QueryCancelConvertToGroup.md
+++ b/api/Visio.Shape.QueryCancelConvertToGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelConvertToGroup'(**_ByVal Selection As [IV
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be converted to a group.|
diff --git a/api/Visio.Shape.QueryCancelGroup.md b/api/Visio.Shape.QueryCancelGroup.md
index 14ac4166af8..b357a532e7a 100644
--- a/api/Visio.Shape.QueryCancelGroup.md
+++ b/api/Visio.Shape.QueryCancelGroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelGroup'(**_ByVal Selection As [IVSELECTION
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be grouped.|
diff --git a/api/Visio.Shape.QueryCancelSelectionDelete.md b/api/Visio.Shape.QueryCancelSelectionDelete.md
index 50c1e984e67..702d6b2c92d 100644
--- a/api/Visio.Shape.QueryCancelSelectionDelete.md
+++ b/api/Visio.Shape.QueryCancelSelectionDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelSelectionDelete'(**_ByVal Selection As [I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be deleted.|
diff --git a/api/Visio.Shape.QueryCancelUngroup.md b/api/Visio.Shape.QueryCancelUngroup.md
index fccc496a1f4..b2dad8cb242 100644
--- a/api/Visio.Shape.QueryCancelUngroup.md
+++ b/api/Visio.Shape.QueryCancelUngroup.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelUngroup'(**_ByVal Selection As [IVSELECTI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that is going to be ungrouped.|
diff --git a/api/Visio.Shape.RemoveFromContainers.md b/api/Visio.Shape.RemoveFromContainers.md
index f687a9af6ea..5d18d76c534 100644
--- a/api/Visio.Shape.RemoveFromContainers.md
+++ b/api/Visio.Shape.RemoveFromContainers.md
@@ -23,7 +23,7 @@ Removes the shape from all lists and containers of which it is a member.
_expression_ A variable that represents a '[Shape](Visio.Shape.md)' object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Shape.Resize.md b/api/Visio.Shape.Resize.md
index 9304e9d530f..ef9ec70ebcb 100644
--- a/api/Visio.Shape.Resize.md
+++ b/api/Visio.Shape.Resize.md
@@ -27,13 +27,13 @@ Resizes the shape by moving shape handles as specified.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[VisResizeDirection](Visio.VisResizeDirection.md)**|The direction that corresponds to the shape handle. See Remarks for possible values.|
| _Distance_|Required| **Double**|The distance to move the shape edge or corner; positive values move outward and negative values move inward.|
| _UnitCode_|Required| **[VisUnitCodes](Visio.visunitcodes.md)**|The units of measure to use for the resize distance.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Shape.ReverseEnds.md b/api/Visio.Shape.ReverseEnds.md
index ef31bf85d06..22f38fdb34c 100644
--- a/api/Visio.Shape.ReverseEnds.md
+++ b/api/Visio.Shape.ReverseEnds.md
@@ -23,7 +23,7 @@ Reverses an object by flipping it both horizontally and vertically.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.RootShape.md b/api/Visio.Shape.RootShape.md
index f74b2506d00..79b889dd275 100644
--- a/api/Visio.Shape.RootShape.md
+++ b/api/Visio.Shape.RootShape.md
@@ -23,7 +23,7 @@ Returns the top-level shape of an instance if this shape is part of a master ins
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shape.Rotate90.md b/api/Visio.Shape.Rotate90.md
index a23ffaa6403..c3acc6ec7b7 100644
--- a/api/Visio.Shape.Rotate90.md
+++ b/api/Visio.Shape.Rotate90.md
@@ -23,7 +23,7 @@ Rotates an object 90 degrees counterclockwise.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.RowCount.md b/api/Visio.Shape.RowCount.md
index ddf1f0c0e31..d5ce697b83d 100644
--- a/api/Visio.Shape.RowCount.md
+++ b/api/Visio.Shape.RowCount.md
@@ -27,11 +27,11 @@ Returns the number of rows in a ShapeSheet section. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The section whose rows to count.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.RowExists.md b/api/Visio.Shape.RowExists.md
index b44edeb1b23..4917fe2f9b1 100644
--- a/api/Visio.Shape.RowExists.md
+++ b/api/Visio.Shape.RowExists.md
@@ -27,13 +27,13 @@ Determines whether a ShapeSheet row exists. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The row's section index.|
| _Row_|Required| **Integer**|The row's row index.|
| _fExistsLocally_|Required| **Integer**|The scope of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.RowsCellCount.md b/api/Visio.Shape.RowsCellCount.md
index bd93f3b1707..7374f2c31ef 100644
--- a/api/Visio.Shape.RowsCellCount.md
+++ b/api/Visio.Shape.RowsCellCount.md
@@ -27,12 +27,12 @@ Returns the number of cells in a row of a ShapeSheet section. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The index of the section that contains the row.|
| _Row_|Required| **Integer**|The index of the row to count.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.Section.md b/api/Visio.Shape.Section.md
index 997cec87a5c..b87799e29ce 100644
--- a/api/Visio.Shape.Section.md
+++ b/api/Visio.Shape.Section.md
@@ -27,11 +27,11 @@ Returns the requested **Section** object belonging to a shape. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Integer**|A section index.|
-### Return Value
+### Return value
Section
diff --git a/api/Visio.Shape.SectionExists.md b/api/Visio.Shape.SectionExists.md
index 55b9d873e3c..0b86cec8f28 100644
--- a/api/Visio.Shape.SectionExists.md
+++ b/api/Visio.Shape.SectionExists.md
@@ -27,12 +27,12 @@ Determines whether a ShapeSheet section exists for a particular shape. Read-only
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The section index.|
| _fExistsLocally_|Required| **Integer**|The scope of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.SelectionAdded.md b/api/Visio.Shape.SelectionAdded.md
index 25673d43f38..65fe48a9db7 100644
--- a/api/Visio.Shape.SelectionAdded.md
+++ b/api/Visio.Shape.SelectionAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionAdded'(**_ByVal Selection As [IVSELECTION]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was added to the document.|
diff --git a/api/Visio.Shape.SelectionDeleteCanceled.md b/api/Visio.Shape.SelectionDeleteCanceled.md
index 9950b7f9553..7ce647d43b4 100644
--- a/api/Visio.Shape.SelectionDeleteCanceled.md
+++ b/api/Visio.Shape.SelectionDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionDeleteCanceled'(**_ByVal Selection As [IVSE
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be deleted.|
diff --git a/api/Visio.Shape.SendBackward.md b/api/Visio.Shape.SendBackward.md
index f5693993256..8d13216aed4 100644
--- a/api/Visio.Shape.SendBackward.md
+++ b/api/Visio.Shape.SendBackward.md
@@ -23,7 +23,7 @@ Moves a shape or selected shapes back one position in the z-order.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.SendToBack.md b/api/Visio.Shape.SendToBack.md
index a63847c5a72..5c4ea57c907 100644
--- a/api/Visio.Shape.SendToBack.md
+++ b/api/Visio.Shape.SendToBack.md
@@ -23,7 +23,7 @@ Moves the shape or selected shapes to the back of the z-order.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.SetBegin.md b/api/Visio.Shape.SetBegin.md
index e9fba120693..165927f54bc 100644
--- a/api/Visio.Shape.SetBegin.md
+++ b/api/Visio.Shape.SetBegin.md
@@ -27,12 +27,12 @@ Moves the begin point of a one-dimensional (1-D) shape to the coordinates repres
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xPos_|Required| **Double**|The new x-coordinate of the begin point.|
| _yPos_|Required| **Double**|The new y-coordinate of the begin point.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.SetCenter.md b/api/Visio.Shape.SetCenter.md
index 5c70284d6d0..9f1ef9f2e2f 100644
--- a/api/Visio.Shape.SetCenter.md
+++ b/api/Visio.Shape.SetCenter.md
@@ -27,12 +27,12 @@ Moves a shape so that its pin is positioned at the coordinates represented by _
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xPos_|Required| **Double**|The new x-coordinate of the center of rotation (PinX).|
| _yPos_|Required| **Double**|The new y-coordinate of the center of rotation (PinY).|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.SetEnd.md b/api/Visio.Shape.SetEnd.md
index ff46e5ebb50..e671c243012 100644
--- a/api/Visio.Shape.SetEnd.md
+++ b/api/Visio.Shape.SetEnd.md
@@ -27,12 +27,12 @@ Moves the endpoint of a one-dimensional (1-D) shape to the coordinates represent
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _xPos_|Required| **Double**|The new x-coordinate of the endpoint.|
| _yPos_|Required| **Double**|The new y-coordinate of the endpoint.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.SetFormulas.md b/api/Visio.Shape.SetFormulas.md
index bc4bb871f0f..e5fca77fea8 100644
--- a/api/Visio.Shape.SetFormulas.md
+++ b/api/Visio.Shape.SetFormulas.md
@@ -27,13 +27,13 @@ Sets the formulas of one or more cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|Stream identifying cells to be modified.|
| _formulaArray()_|Required| **Variant**|Formulas to be assigned to identified cells.|
| _Flags_|Required| **Integer**|Flags that influence the behavior of **SetFormulas** .|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.SetResults.md b/api/Visio.Shape.SetResults.md
index 1b9f4eee2b9..fb22f1685b8 100644
--- a/api/Visio.Shape.SetResults.md
+++ b/api/Visio.Shape.SetResults.md
@@ -27,14 +27,14 @@ Sets the results or formulas of one or more cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|An array identifying cells to be modified.|
| _UnitsNamesOrCodes()_|Required| **Variant**|Measurement units to be attributed to entries in results array.|
| _resultArray()_|Required| **Variant**|Out parameter. Results or formulas to be assigned to identified cells.|
| _Flags_|Required| **Integer**|Flags that influence the behavior of **SetResults** .|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.ShapeAdded.md b/api/Visio.Shape.ShapeAdded.md
index c1c876d5791..706800684b9 100644
--- a/api/Visio.Shape.ShapeAdded.md
+++ b/api/Visio.Shape.ShapeAdded.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'ShapeAdded'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape or group of shapes that was added to the document.|
diff --git a/api/Visio.Shape.ShapeChanged.md b/api/Visio.Shape.ShapeChanged.md
index 5094e28765a..119e86ab636 100644
--- a/api/Visio.Shape.ShapeChanged.md
+++ b/api/Visio.Shape.ShapeChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose property changed.|
diff --git a/api/Visio.Shape.ShapeDataGraphicChanged.md b/api/Visio.Shape.ShapeDataGraphicChanged.md
index ecf79d398f4..99ceca7c347 100644
--- a/api/Visio.Shape.ShapeDataGraphicChanged.md
+++ b/api/Visio.Shape.ShapeDataGraphicChanged.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeDataGraphicChanged'(**_ByVal Shape As IVSHAPE_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape to which the data graphic was applied or from which it was deleted.|
diff --git a/api/Visio.Shape.ShapeExitedTextEdit.md b/api/Visio.Shape.ShapeExitedTextEdit.md
index 586ff3f0b61..9cc4734c968 100644
--- a/api/Visio.Shape.ShapeExitedTextEdit.md
+++ b/api/Visio.Shape.ShapeExitedTextEdit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeExitedTextEdit'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that was closed for text editing.|
diff --git a/api/Visio.Shape.ShapeLinkAdded.md b/api/Visio.Shape.ShapeLinkAdded.md
index 2da0548601a..62d9f35d3b0 100644
--- a/api/Visio.Shape.ShapeLinkAdded.md
+++ b/api/Visio.Shape.ShapeLinkAdded.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeLinkAdded'(**_ByVal Shape As [IVSHAPE]_** , **_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape that is linked to data.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row linked to the shape.|
diff --git a/api/Visio.Shape.ShapeLinkDeleted.md b/api/Visio.Shape.ShapeLinkDeleted.md
index adeb50d9ed0..7d1eec88e25 100644
--- a/api/Visio.Shape.ShapeLinkDeleted.md
+++ b/api/Visio.Shape.ShapeLinkDeleted.md
@@ -30,7 +30,7 @@ Private Sub _expression_ _'ShapeLinkDeleted'(**_ByVal Shape As [IVSHAPE]_** , *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose link to a data row was broken.|
| _DataRecordsetID_|Required| **Long**|The ID of the data recordset containing the data row that was linked to the shape.|
diff --git a/api/Visio.Shape.ShapeParentChanged.md b/api/Visio.Shape.ShapeParentChanged.md
index 8858d7eee43..69b4a926162 100644
--- a/api/Visio.Shape.ShapeParentChanged.md
+++ b/api/Visio.Shape.ShapeParentChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ShapeParentChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose parent changed.|
diff --git a/api/Visio.Shape.Shapes.md b/api/Visio.Shape.Shapes.md
index 81f8fa93840..422d6cb358f 100644
--- a/api/Visio.Shape.Shapes.md
+++ b/api/Visio.Shape.Shapes.md
@@ -23,7 +23,7 @@ Returns the **Shapes** collection for a page, master, or group. Read-only.
_expression_ An expression that returns a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Shapes
diff --git a/api/Visio.Shape.SpatialNeighbors.md b/api/Visio.Shape.SpatialNeighbors.md
index 41c6496a235..90b20ba696c 100644
--- a/api/Visio.Shape.SpatialNeighbors.md
+++ b/api/Visio.Shape.SpatialNeighbors.md
@@ -27,14 +27,14 @@ Returns a **Selection** object that represents the shapes that meet certain cri
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Relation_|Required| **Integer**|An integer describing the type of relationship to be used.|
| _Tolerance_|Required| **Double**|A distance in internal drawing units with respect to the coordinate space defined by the parent shape.|
| _Flags_|Required| **Integer**|Flags that influence the type of entries returned in results.|
| _ResultRoot_|Optional| **Variant**|A **Shape** object that represents a page or group.|
-### Return Value
+### Return value
Selection
diff --git a/api/Visio.Shape.SpatialRelation.md b/api/Visio.Shape.SpatialRelation.md
index a3281cabe03..a364f5f2482 100644
--- a/api/Visio.Shape.SpatialRelation.md
+++ b/api/Visio.Shape.SpatialRelation.md
@@ -27,13 +27,13 @@ Returns an integer that represents the spatial relationship of one shape to anot
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OtherShape_|Required| **[IVSHAPE]**|The other **Shape** object involved in the comparison.|
| _Tolerance_|Required| **Double**|A distance in internal drawing units with respect to the coordinate space defined by the **Shape** object's parent.|
| _Flags_|Required| **Integer**|Flags that influence the result. See Remarks for the values of this argument.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.SpatialSearch.md b/api/Visio.Shape.SpatialSearch.md
index 04fbc9ba82b..47cc861a105 100644
--- a/api/Visio.Shape.SpatialSearch.md
+++ b/api/Visio.Shape.SpatialSearch.md
@@ -27,7 +27,7 @@ Returns a **Selection** object whose shapes meet certain criteria in relation t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Double**|The x-coordinate.|
| _y_|Required| **Double**|The y-coordinate.|
@@ -35,7 +35,7 @@ Returns a **Selection** object whose shapes meet certain criteria in relation t
| _Tolerance_|Required| **Double**|A distance in internal drawing units with respect to the coordinate space.|
| _Flags_|Required| **Integer**|Flags that influence the result.|
-### Return Value
+### Return value
Selection
diff --git a/api/Visio.Shape.Stat.md b/api/Visio.Shape.Stat.md
index eac2eb12328..cb7cf456c14 100644
--- a/api/Visio.Shape.Stat.md
+++ b/api/Visio.Shape.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.Style.md b/api/Visio.Shape.Style.md
index c800e3d49c1..bb188630605 100644
--- a/api/Visio.Shape.Style.md
+++ b/api/Visio.Shape.Style.md
@@ -23,7 +23,7 @@ Gets or sets the style for a **Shape** object. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.StyleKeepFmt.md b/api/Visio.Shape.StyleKeepFmt.md
index 7c9ccd633c3..e3183b88d00 100644
--- a/api/Visio.Shape.StyleKeepFmt.md
+++ b/api/Visio.Shape.StyleKeepFmt.md
@@ -23,7 +23,7 @@ Applies a style to an object while preserving local formatting. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.SwapEnds.md b/api/Visio.Shape.SwapEnds.md
index a3fe4a083bd..89052ed15af 100644
--- a/api/Visio.Shape.SwapEnds.md
+++ b/api/Visio.Shape.SwapEnds.md
@@ -23,7 +23,7 @@ Swaps the begin and endpoints of a one-dimensional (1-D) shape.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.Text.md b/api/Visio.Shape.Text.md
index 07cc3774dec..97074b59dd2 100644
--- a/api/Visio.Shape.Text.md
+++ b/api/Visio.Shape.Text.md
@@ -23,7 +23,7 @@ Returns all of the shape's text. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.TextChanged.md b/api/Visio.Shape.TextChanged.md
index a985c362ba7..54878c2c884 100644
--- a/api/Visio.Shape.TextChanged.md
+++ b/api/Visio.Shape.TextChanged.md
@@ -24,7 +24,7 @@ Private Sub _expression_ _'TextChanged'(**_ByVal Shape As [IVSHAPE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Shape_|Required| **[IVSHAPE]**|The shape whose text changed.|
diff --git a/api/Visio.Shape.TextStyle.md b/api/Visio.Shape.TextStyle.md
index ba758e14c88..970e264e0ab 100644
--- a/api/Visio.Shape.TextStyle.md
+++ b/api/Visio.Shape.TextStyle.md
@@ -23,7 +23,7 @@ Gets or sets the text style for an object. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.TextStyleKeepFmt.md b/api/Visio.Shape.TextStyleKeepFmt.md
index d3deb4a5565..e933c00c50b 100644
--- a/api/Visio.Shape.TextStyleKeepFmt.md
+++ b/api/Visio.Shape.TextStyleKeepFmt.md
@@ -23,7 +23,7 @@ Applies a text style to an object while preserving local formatting. Read/write.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.TransformXYFrom.md b/api/Visio.Shape.TransformXYFrom.md
index c7a5be5a7bb..100ecdafb45 100644
--- a/api/Visio.Shape.TransformXYFrom.md
+++ b/api/Visio.Shape.TransformXYFrom.md
@@ -27,7 +27,7 @@ Transforms a point expressed in the local coordinate system of one **Shape** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OtherShape_|Required| **[IVSHAPE]**|An expression that returns a **Shape** object whose local coordinate system you are transforming the point from.|
| _x_|Required| **Double**| _x_-coordinate corresponding to _x_ in the _OtherShape_ coordinate system.|
@@ -35,7 +35,7 @@ Transforms a point expressed in the local coordinate system of one **Shape** ob
| _xprime_|Required| **Double**| _x_-coordinate in coordinate system of _object._|
| _yprime_|Required| **Double**| _y_-coordinate in coordinate system of _object._|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.TransformXYTo.md b/api/Visio.Shape.TransformXYTo.md
index caef0696c44..dcd1e6e8cfb 100644
--- a/api/Visio.Shape.TransformXYTo.md
+++ b/api/Visio.Shape.TransformXYTo.md
@@ -27,7 +27,7 @@ Transforms a point expressed in the local coordinate system of one **Shape** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OtherShape_|Required| **[IVSHAPE]**|An expression that returns a **Shape** object whose local coordinate system you are transforming the point to.|
| _x_|Required| **Double**| _x_-coordinate in coordinate system of _object._|
@@ -35,7 +35,7 @@ Transforms a point expressed in the local coordinate system of one **Shape** ob
| _xprime_|Required| **Double**| _x_-coordinate corresponding to _x_in the _OtherShape_coordinate system.|
| _yprime_|Required| **Double**| _y_-coordinate corresponding to _y_in the _OtherShape_coordinate system.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.Type.md b/api/Visio.Shape.Type.md
index 6a3306847c5..7747844d373 100644
--- a/api/Visio.Shape.Type.md
+++ b/api/Visio.Shape.Type.md
@@ -23,7 +23,7 @@ Returns the type of the object. Read-only.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shape.Ungroup.md b/api/Visio.Shape.Ungroup.md
index 2eb869b14e8..bc11b21e247 100644
--- a/api/Visio.Shape.Ungroup.md
+++ b/api/Visio.Shape.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups a group.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.UngroupCanceled.md b/api/Visio.Shape.UngroupCanceled.md
index e72485f498f..9bab57bd915 100644
--- a/api/Visio.Shape.UngroupCanceled.md
+++ b/api/Visio.Shape.UngroupCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'UngroupCanceled'(**_ByVal Selection As [IVSELECTION]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Selection_|Required| **[IVSELECTION]**|The selection of shapes that was going to be ungrouped.|
diff --git a/api/Visio.Shape.UniqueID.md b/api/Visio.Shape.UniqueID.md
index 0a67f32e774..5c7615af04b 100644
--- a/api/Visio.Shape.UniqueID.md
+++ b/api/Visio.Shape.UniqueID.md
@@ -27,11 +27,11 @@ Gets, deletes, or makes the GUID that uniquely identifies the shape within the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _fUniqueID_|Required| **Integer**|Gets, deletes, or makes the unique ID of a **Shape** object. See Remarks for possible values.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shape.UpdateAlignmentBox.md b/api/Visio.Shape.UpdateAlignmentBox.md
index d922bf4ab9e..e444fd861a8 100644
--- a/api/Visio.Shape.UpdateAlignmentBox.md
+++ b/api/Visio.Shape.UpdateAlignmentBox.md
@@ -23,7 +23,7 @@ Updates the alignment box for a shape.
_expression_ A variable that represents a [Shape](./Visio.Shape.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.XYFromPage.md b/api/Visio.Shape.XYFromPage.md
index bb69d5b2a5b..eb20ce901cf 100644
--- a/api/Visio.Shape.XYFromPage.md
+++ b/api/Visio.Shape.XYFromPage.md
@@ -27,14 +27,14 @@ Transforms a point expressed in the local coordinate system of its **Page** or
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Double**| _x_-coordinate corresponding to _x_ in the **Page** or **Master** object's coordinate system.|
| _y_|Required| **Double**| _y_-coordinate corresponding to _y_ in the **Page** or **Master** object's coordinate system.|
| _xprime_|Required| **Double**| _x_-coordinate in coordinate system of _object._|
| _yprime_|Required| **Double**| _y_-coordinate in coordinate system of _object._|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shape.XYToPage.md b/api/Visio.Shape.XYToPage.md
index 4b7c0491a32..d6f09664a19 100644
--- a/api/Visio.Shape.XYToPage.md
+++ b/api/Visio.Shape.XYToPage.md
@@ -27,14 +27,14 @@ Transforms a point expressed in the local coordinate system of a **Shape** obje
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Double**| _x_-coordinate in coordinate system of _object._|
| _y_|Required| **Double**| _y_-coordinate in coordinate system of _object._|
| _xprime_|Required| **Double**| _x_-coordinate corresponding to _x_ in the **Page** or **Master** object's coordinate system.|
| _yprime_|Required| **Double**| _y_-coordinate corresponding to _y_ in the **Page** or **Master** object's coordinate system.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.ShapeAtPoint.md b/api/Visio.ShapeAtPoint.md
index d02db5f5609..e901cfabe95 100644
--- a/api/Visio.ShapeAtPoint.md
+++ b/api/Visio.ShapeAtPoint.md
@@ -24,12 +24,12 @@ Gets the ID of the shape in the drawing that is open in Microsoft Visio Viewer,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|X|Required| **Long**|The x-coordinate, in pixels, of the point.|
|Y|Required| **Long**|The y-coordinate, in pixels, of the point.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ShapeCount.md b/api/Visio.ShapeCount.md
index 57a8201318f..3e298705ce0 100644
--- a/api/Visio.ShapeCount.md
+++ b/api/Visio.ShapeCount.md
@@ -20,7 +20,7 @@ Gets the count of shapes in the drawing that is open in Microsoft Visio Viewer.
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ShapeIDToIndex.md b/api/Visio.ShapeIDToIndex.md
index 13a146beb71..d9ab60d1455 100644
--- a/api/Visio.ShapeIDToIndex.md
+++ b/api/Visio.ShapeIDToIndex.md
@@ -24,11 +24,11 @@ Gets the index in the collection of shapes of the shape with the specified ID in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeID|Required| **Long**|The ID of the shape.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ShapeIndexToID.md b/api/Visio.ShapeIndexToID.md
index 054a7fe74ce..c8bcf152cbe 100644
--- a/api/Visio.ShapeIndexToID.md
+++ b/api/Visio.ShapeIndexToID.md
@@ -24,11 +24,11 @@ Gets the ID of the shape at the specified index position in the collection of sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index position of the shape in the collection of shapes.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ShapeName.md b/api/Visio.ShapeName.md
index 02673217382..9b7ee60d325 100644
--- a/api/Visio.ShapeName.md
+++ b/api/Visio.ShapeName.md
@@ -24,11 +24,11 @@ Gets the name of the shape at the specified index in the collection of shapes in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|ShapeIndex|Required| **Long**|The index of the shape in the collection of shapes.|
-### Return Value
+### Return value
String
diff --git a/api/Visio.Shapes.Application.md b/api/Visio.Shapes.Application.md
index f6313dc3494..17870e34150 100644
--- a/api/Visio.Shapes.Application.md
+++ b/api/Visio.Shapes.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Shapes.CenterDrawing.md b/api/Visio.Shapes.CenterDrawing.md
index 45f2f4ff222..9a609e6f9f9 100644
--- a/api/Visio.Shapes.CenterDrawing.md
+++ b/api/Visio.Shapes.CenterDrawing.md
@@ -23,7 +23,7 @@ Centers a page's, master's, or group's shapes with respect to the extent of the
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Shapes.ContainingMaster.md b/api/Visio.Shapes.ContainingMaster.md
index 8fa56f084fd..add3ce53735 100644
--- a/api/Visio.Shapes.ContainingMaster.md
+++ b/api/Visio.Shapes.ContainingMaster.md
@@ -23,7 +23,7 @@ Returns the **Master** object that contains an object. Read-only.
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Master
diff --git a/api/Visio.Shapes.ContainingPage.md b/api/Visio.Shapes.ContainingPage.md
index e26461dde75..62095e9617b 100644
--- a/api/Visio.Shapes.ContainingPage.md
+++ b/api/Visio.Shapes.ContainingPage.md
@@ -23,7 +23,7 @@ Returns the page that contains an object.
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Page
diff --git a/api/Visio.Shapes.ContainingShape.md b/api/Visio.Shapes.ContainingShape.md
index 552612262e1..205dfc5afc7 100644
--- a/api/Visio.Shapes.ContainingShape.md
+++ b/api/Visio.Shapes.ContainingShape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that contains an object or collection. Read-only.
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shapes.Count.md b/api/Visio.Shapes.Count.md
index 4ae076d6870..ea6125036bd 100644
--- a/api/Visio.Shapes.Count.md
+++ b/api/Visio.Shapes.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Shapes.Document.md b/api/Visio.Shapes.Document.md
index 05cd5e8e752..06ef2dc4bf6 100644
--- a/api/Visio.Shapes.Document.md
+++ b/api/Visio.Shapes.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Shapes.EventList.md b/api/Visio.Shapes.EventList.md
index 2c876071353..23cfbd4af41 100644
--- a/api/Visio.Shapes.EventList.md
+++ b/api/Visio.Shapes.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Shapes.Item.md b/api/Visio.Shapes.Item.md
index 47c2c41e711..676b119d34f 100644
--- a/api/Visio.Shapes.Item.md
+++ b/api/Visio.Shapes.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameUIDOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shapes.ItemFromID.md b/api/Visio.Shapes.ItemFromID.md
index 0cbf2eee6b5..f0c1e57e65f 100644
--- a/api/Visio.Shapes.ItemFromID.md
+++ b/api/Visio.Shapes.ItemFromID.md
@@ -27,11 +27,11 @@ Returns an item of a collection using the ID of the item. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shapes.ItemFromUniqueID.md b/api/Visio.Shapes.ItemFromUniqueID.md
index bc6a3a810bc..5cb1debcd42 100644
--- a/api/Visio.Shapes.ItemFromUniqueID.md
+++ b/api/Visio.Shapes.ItemFromUniqueID.md
@@ -27,11 +27,11 @@ Returns the **[Shape](Visio.Shape.md)** object that matches the specified **[Un
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UniqueID_|Required| **String**|The unique ID of a **Shape** object.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.Shapes.ItemU.md b/api/Visio.Shapes.ItemU.md
index 0b6dd28b867..af75cdd4d6c 100644
--- a/api/Visio.Shapes.ItemU.md
+++ b/api/Visio.Shapes.ItemU.md
@@ -27,11 +27,11 @@ Returns an object from a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the universal name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Shapes.ObjectType.md b/api/Visio.Shapes.ObjectType.md
index 1c8a3724f41..00474086c39 100644
--- a/api/Visio.Shapes.ObjectType.md
+++ b/api/Visio.Shapes.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shapes.PersistsEvents.md b/api/Visio.Shapes.PersistsEvents.md
index f7b7f498722..1cd9a7caac4 100644
--- a/api/Visio.Shapes.PersistsEvents.md
+++ b/api/Visio.Shapes.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Shapes.Stat.md b/api/Visio.Shapes.Stat.md
index 76e2d3e9c32..2c0b0c09093 100644
--- a/api/Visio.Shapes.Stat.md
+++ b/api/Visio.Shapes.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Shapes](./Visio.Shapes.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.SilentMode.md b/api/Visio.SilentMode.md
index 0debabf4305..1043014afb8 100644
--- a/api/Visio.SilentMode.md
+++ b/api/Visio.SilentMode.md
@@ -20,7 +20,7 @@ Determines whether any component of the user interface (either that of Microsoft
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Src.md b/api/Visio.Src.md
index 16a8d8eafa5..15f2bd0a642 100644
--- a/api/Visio.Src.md
+++ b/api/Visio.Src.md
@@ -23,7 +23,7 @@ The full path, including file name, of the Microsoft Visio file used to initiali
_expression_ A variable that represents a [DrawingControl](./Visio.DrawingControl.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.StartPage.md b/api/Visio.StartPage.md
index 42775b1f44a..b914cbc124b 100644
--- a/api/Visio.StartPage.md
+++ b/api/Visio.StartPage.md
@@ -20,7 +20,7 @@ Specifies the page number of the first page in the range when you save a range o
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.StoreInFolder.md b/api/Visio.StoreInFolder.md
index 7a8d8ef0538..c007b568710 100644
--- a/api/Visio.StoreInFolder.md
+++ b/api/Visio.StoreInFolder.md
@@ -20,7 +20,7 @@ Determines whether supporting files for the Web page to be created are placed in
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.Style.Application.md b/api/Visio.Style.Application.md
index 9aa92a210a0..078ce430b41 100644
--- a/api/Visio.Style.Application.md
+++ b/api/Visio.Style.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Style.BasedOn.md b/api/Visio.Style.BasedOn.md
index 79dbfcad15b..dc99de9b24e 100644
--- a/api/Visio.Style.BasedOn.md
+++ b/api/Visio.Style.BasedOn.md
@@ -23,7 +23,7 @@ Gets or sets the style on which a **Style** object is based. Read/write.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Style.BeforeStyleDelete.md b/api/Visio.Style.BeforeStyleDelete.md
index da429514dfe..9fd18f9ad98 100644
--- a/api/Visio.Style.BeforeStyleDelete.md
+++ b/api/Visio.Style.BeforeStyleDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Style.CellExists.md b/api/Visio.Style.CellExists.md
index 19edc2b47ac..1b454dc5d36 100644
--- a/api/Visio.Style.CellExists.md
+++ b/api/Visio.Style.CellExists.md
@@ -27,12 +27,12 @@ Determines whether a particular ShapeSheet cell exists in the scope of the searc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeSpecificCellName_|Required| **String**|The local or universal name of the ShapeSheet cell for which you want to search.|
| _fExistsLocally_|Required| **Integer**|The scope of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.CellExistsU.md b/api/Visio.Style.CellExistsU.md
index 872c07b1a54..4ffd3cf25a2 100644
--- a/api/Visio.Style.CellExistsU.md
+++ b/api/Visio.Style.CellExistsU.md
@@ -27,12 +27,12 @@ Determines whether a particular ShapeSheet cell exists in the scope of the searc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeIndependentCellName_|Required| **String**|The universal name of the ShapeSheet cell for which you want to search.|
| _fExistsLocally_|Required| **Integer**|The scope of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.Cells.md b/api/Visio.Style.Cells.md
index 3cf150b4f3d..cf603c74ae3 100644
--- a/api/Visio.Style.Cells.md
+++ b/api/Visio.Style.Cells.md
@@ -27,11 +27,11 @@ Returns a **Cell** object that represents a ShapeSheet cell. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeSpecificCellName_|Required| **String**|The name of a ShapeSheet cell.|
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Style.CellsSRC.md b/api/Visio.Style.CellsSRC.md
index c1282b889dc..5d9ff8deeb5 100644
--- a/api/Visio.Style.CellsSRC.md
+++ b/api/Visio.Style.CellsSRC.md
@@ -27,13 +27,13 @@ Returns a **Cell** object that represents a ShapeSheet cell identified by secti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The cell's section index.|
| _Row_|Required| **Integer**|The cell's row index.|
| _Column_|Required| **Integer**|The cell's column index.|
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Style.CellsSRCExists.md b/api/Visio.Style.CellsSRCExists.md
index aeae363e40f..362354b6151 100644
--- a/api/Visio.Style.CellsSRCExists.md
+++ b/api/Visio.Style.CellsSRCExists.md
@@ -27,14 +27,14 @@ Determines whether a ShapeSheet cell exists in the scope of a search. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Section_|Required| **Integer**|The cell's section index.|
| _Row_|Required| **Integer**|The cell's row index.|
| _Column_|Required| **Integer**|The cell's column index.|
| _fExistsLocally_|Required| **Integer**|The scope of the search.|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.CellsU.md b/api/Visio.Style.CellsU.md
index 71e271c1eb1..96c563a7d00 100644
--- a/api/Visio.Style.CellsU.md
+++ b/api/Visio.Style.CellsU.md
@@ -27,11 +27,11 @@ Returns a **Cell** object that represents a ShapeSheet cell. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeIndependentCellName_|Required| **String**|The name of a ShapeSheet cell.|
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Style.Delete.md b/api/Visio.Style.Delete.md
index 728e1e1f4a1..000a42ee199 100644
--- a/api/Visio.Style.Delete.md
+++ b/api/Visio.Style.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Style.Document.md b/api/Visio.Style.Document.md
index d27288281dd..4edf7efa46b 100644
--- a/api/Visio.Style.Document.md
+++ b/api/Visio.Style.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Style.EventList.md b/api/Visio.Style.EventList.md
index 6b0c926709e..fd44a397763 100644
--- a/api/Visio.Style.EventList.md
+++ b/api/Visio.Style.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Style.FillBasedOn.md b/api/Visio.Style.FillBasedOn.md
index e2de90f12c9..584a588d291 100644
--- a/api/Visio.Style.FillBasedOn.md
+++ b/api/Visio.Style.FillBasedOn.md
@@ -23,7 +23,7 @@ Gets or sets the fill style on which the **Style** object is based. Read/write.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Style.GetFormulas.md b/api/Visio.Style.GetFormulas.md
index 63999353273..53ef7b28344 100644
--- a/api/Visio.Style.GetFormulas.md
+++ b/api/Visio.Style.GetFormulas.md
@@ -27,12 +27,12 @@ Returns the formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**| A stream identifying cells to be queried.|
| _formulaArray()_|Required| **Variant**|Out parameter. An array that receives formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Style.GetFormulasU.md b/api/Visio.Style.GetFormulasU.md
index f0405637771..b824be35ada 100644
--- a/api/Visio.Style.GetFormulasU.md
+++ b/api/Visio.Style.GetFormulasU.md
@@ -27,12 +27,12 @@ Returns the formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SRCStream()_|Required| **Integer**|A stream identifying cells to be queried.|
| _formulaArray()_|Required| **Variant**|Out parameter. An array that receives formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Style.GetResults.md b/api/Visio.Style.GetResults.md
index 8a9d538358a..7ba6df8d641 100644
--- a/api/Visio.Style.GetResults.md
+++ b/api/Visio.Style.GetResults.md
@@ -27,14 +27,14 @@ Gets the results or formulas of many cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|An array identifying cells to be queried.|
| _Flags_|Required| **Integer**|Flags that influence the type of entries returned in results.|
| _UnitsNamesOrCodes()_|Required| **Variant**| An array of measurement units that results are to be returned in.|
| _resultArray()_|Required| **Variant**|Out parameter. An array that receives results or formulas of queried cells.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Style.Hidden.md b/api/Visio.Style.Hidden.md
index ef3bd17b94b..e65456280ae 100644
--- a/api/Visio.Style.Hidden.md
+++ b/api/Visio.Style.Hidden.md
@@ -23,7 +23,7 @@ Hides or shows a master on a stencil or a style in the user interface. Read/writ
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.ID.md b/api/Visio.Style.ID.md
index 394af8f470f..0d622ebcb2f 100644
--- a/api/Visio.Style.ID.md
+++ b/api/Visio.Style.ID.md
@@ -23,7 +23,7 @@ Gets the ID of an object. Read-only.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Style.IncludesFill.md b/api/Visio.Style.IncludesFill.md
index 36c35ea1de3..76a1a5e07e0 100644
--- a/api/Visio.Style.IncludesFill.md
+++ b/api/Visio.Style.IncludesFill.md
@@ -23,7 +23,7 @@ Indicates whether the style includes fill attributes. Read/write.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.IncludesLine.md b/api/Visio.Style.IncludesLine.md
index a40bf0bfd79..536cd40119a 100644
--- a/api/Visio.Style.IncludesLine.md
+++ b/api/Visio.Style.IncludesLine.md
@@ -23,7 +23,7 @@ Indicates whether the style includes line attributes. Read/write.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.IncludesText.md b/api/Visio.Style.IncludesText.md
index 10e408dcd30..85ccf36acbe 100644
--- a/api/Visio.Style.IncludesText.md
+++ b/api/Visio.Style.IncludesText.md
@@ -23,7 +23,7 @@ Indicates whether the style includes text attributes. Read/write.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.Index.md b/api/Visio.Style.Index.md
index 64b3d3009c2..cb059d5c624 100644
--- a/api/Visio.Style.Index.md
+++ b/api/Visio.Style.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Style** object in the **Styles** collection. R
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Style.LineBasedOn.md b/api/Visio.Style.LineBasedOn.md
index b0a3a81bc18..154768160ed 100644
--- a/api/Visio.Style.LineBasedOn.md
+++ b/api/Visio.Style.LineBasedOn.md
@@ -23,7 +23,7 @@ Gets or sets the line style on which a **Style** object is based. Read/write.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Style.Name.md b/api/Visio.Style.Name.md
index 7787a574f3a..935de978a2c 100644
--- a/api/Visio.Style.Name.md
+++ b/api/Visio.Style.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Style.NameU.md b/api/Visio.Style.NameU.md
index f0d21de7d25..ff2bd82de50 100644
--- a/api/Visio.Style.NameU.md
+++ b/api/Visio.Style.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of a **Style** object. Read/write.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Style.ObjectType.md b/api/Visio.Style.ObjectType.md
index 1b17ac4707d..6f5e6bad7d1 100644
--- a/api/Visio.Style.ObjectType.md
+++ b/api/Visio.Style.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.PersistsEvents.md b/api/Visio.Style.PersistsEvents.md
index 3e13e9a3efa..d5298f27d84 100644
--- a/api/Visio.Style.PersistsEvents.md
+++ b/api/Visio.Style.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.QueryCancelStyleDelete.md b/api/Visio.Style.QueryCancelStyleDelete.md
index 8459c2afc7d..b8b96e11dec 100644
--- a/api/Visio.Style.QueryCancelStyleDelete.md
+++ b/api/Visio.Style.QueryCancelStyleDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelStyleDelete'(**_ByVal Style As [IVSTYLE]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Style.Section.md b/api/Visio.Style.Section.md
index ae4ca3d7356..b89edfdc442 100644
--- a/api/Visio.Style.Section.md
+++ b/api/Visio.Style.Section.md
@@ -27,11 +27,11 @@ Returns the requested **Section** object belonging to a style. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Integer**|A section index.|
-### Return Value
+### Return value
Section
diff --git a/api/Visio.Style.SetFormulas.md b/api/Visio.Style.SetFormulas.md
index 214bc59b2ab..79be6119ede 100644
--- a/api/Visio.Style.SetFormulas.md
+++ b/api/Visio.Style.SetFormulas.md
@@ -27,13 +27,13 @@ Sets the formulas of one or more cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|Stream identifying cells to be modified.|
| _formulaArray()_|Required| **Variant**|Formulas to be assigned to identified cells.|
| _Flags_|Required| **Integer**|Flags that influence the behavior of **SetFormulas** .|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.SetResults.md b/api/Visio.Style.SetResults.md
index 1aae631e2fb..6f28f49ca37 100644
--- a/api/Visio.Style.SetResults.md
+++ b/api/Visio.Style.SetResults.md
@@ -27,14 +27,14 @@ Sets the results or formulas of one or more cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SID_SRCStream()_|Required| **Integer**|An array identifying cells to be modified.|
| _UnitsNamesOrCodes()_|Required| **Variant**|An array of measurement units to be attributed to entries in the results array.|
| _resultArray()_|Required| **Variant**|Results or formulas to be assigned to identified cells.|
| _Flags_|Required| **Integer**|Flags that influence the behavior of **SetResults** .|
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.Stat.md b/api/Visio.Style.Stat.md
index a867c6dc8c6..199d0bc4d09 100644
--- a/api/Visio.Style.Stat.md
+++ b/api/Visio.Style.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Style.StyleChanged.md b/api/Visio.Style.StyleChanged.md
index 9220cac701a..904407fd9ae 100644
--- a/api/Visio.Style.StyleChanged.md
+++ b/api/Visio.Style.StyleChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that changed.|
diff --git a/api/Visio.Style.StyleDeleteCanceled.md b/api/Visio.Style.StyleDeleteCanceled.md
index 3d981e215d6..51c59f51fcf 100644
--- a/api/Visio.Style.StyleDeleteCanceled.md
+++ b/api/Visio.Style.StyleDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was going to be deleted.|
diff --git a/api/Visio.Style.TextBasedOn.md b/api/Visio.Style.TextBasedOn.md
index 2673b761365..93c9e3ea1c3 100644
--- a/api/Visio.Style.TextBasedOn.md
+++ b/api/Visio.Style.TextBasedOn.md
@@ -23,7 +23,7 @@ Gets or sets the text style on which a **Style** object is based. Read/write.
_expression_ A variable that represents a [Style](./Visio.Style.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Styles.Add.md b/api/Visio.Styles.Add.md
index d2ac27733ff..2fd5b1034f7 100644
--- a/api/Visio.Styles.Add.md
+++ b/api/Visio.Styles.Add.md
@@ -27,7 +27,7 @@ Adds a new **Style** object to a **Styles** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StyleName_|Required| **String**|The new style name.|
| _BasedOn_|Required| **String**|The name of the style on which to base the new style.|
@@ -35,7 +35,7 @@ Adds a new **Style** object to a **Styles** collection.
| _fIncludesLine_|Required| **Integer**|Zero to disable line attributes, or non-zero to enable them.|
| _fIncludesFill_|Required| **Integer**|Zero to disable fill attributes, or non-zero to enable them.|
-### Return Value
+### Return value
Style
diff --git a/api/Visio.Styles.Application.md b/api/Visio.Styles.Application.md
index acd76cbc76f..60d71d9043a 100644
--- a/api/Visio.Styles.Application.md
+++ b/api/Visio.Styles.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Styles](./Visio.Styles.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Styles.BeforeStyleDelete.md b/api/Visio.Styles.BeforeStyleDelete.md
index f758434a81c..82d5b320a1e 100644
--- a/api/Visio.Styles.BeforeStyleDelete.md
+++ b/api/Visio.Styles.BeforeStyleDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeStyleDelete'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Styles.Count.md b/api/Visio.Styles.Count.md
index a2b0a70face..1d8fa40dc70 100644
--- a/api/Visio.Styles.Count.md
+++ b/api/Visio.Styles.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Styles](./Visio.Styles.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Styles.Document.md b/api/Visio.Styles.Document.md
index 405a6a57a1e..73065c4bbdb 100644
--- a/api/Visio.Styles.Document.md
+++ b/api/Visio.Styles.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Styles](./Visio.Styles.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Styles.EventList.md b/api/Visio.Styles.EventList.md
index 4bee503f2aa..4f9ad5dce15 100644
--- a/api/Visio.Styles.EventList.md
+++ b/api/Visio.Styles.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Styles](./Visio.Styles.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Styles.GetNames.md b/api/Visio.Styles.GetNames.md
index e0bde4986a6..e1a6b0e4d50 100644
--- a/api/Visio.Styles.GetNames.md
+++ b/api/Visio.Styles.GetNames.md
@@ -27,11 +27,11 @@ Returns the names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeSpecificNameArray()_|Required| **String**|Out parameter. An array that receives names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Styles.GetNamesU.md b/api/Visio.Styles.GetNamesU.md
index 38dfcc4ddd8..4b79f3a320e 100644
--- a/api/Visio.Styles.GetNamesU.md
+++ b/api/Visio.Styles.GetNamesU.md
@@ -27,11 +27,11 @@ Returns the universal names of all items in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _localeIndependentNameArray()_|Required| **String**|Out parameter. An array that receives the names of members of the indicated object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Styles.Item.md b/api/Visio.Styles.Item.md
index ffb7bdb2552..2cc9817fdd2 100644
--- a/api/Visio.Styles.Item.md
+++ b/api/Visio.Styles.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Style
diff --git a/api/Visio.Styles.ItemFromID.md b/api/Visio.Styles.ItemFromID.md
index 4e714bb3624..7d10a54bd15 100644
--- a/api/Visio.Styles.ItemFromID.md
+++ b/api/Visio.Styles.ItemFromID.md
@@ -27,11 +27,11 @@ Returns an item of a collection using the ID of the item. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
Style
diff --git a/api/Visio.Styles.ItemU.md b/api/Visio.Styles.ItemU.md
index cae489c2342..ebf3eea3dc0 100644
--- a/api/Visio.Styles.ItemU.md
+++ b/api/Visio.Styles.ItemU.md
@@ -27,11 +27,11 @@ Returns an object from a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameOrIndex_|Required| **Variant**|Contains the universal name, unique ID, or index of the object to retrieve.|
-### Return Value
+### Return value
Style
diff --git a/api/Visio.Styles.ObjectType.md b/api/Visio.Styles.ObjectType.md
index 053f0f43913..ba93eb65b47 100644
--- a/api/Visio.Styles.ObjectType.md
+++ b/api/Visio.Styles.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Styles](./Visio.Styles.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Styles.PersistsEvents.md b/api/Visio.Styles.PersistsEvents.md
index dfe26bb3412..69e80e0d5c4 100644
--- a/api/Visio.Styles.PersistsEvents.md
+++ b/api/Visio.Styles.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Styles](./Visio.Styles.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Styles.QueryCancelStyleDelete.md b/api/Visio.Styles.QueryCancelStyleDelete.md
index 1fe248f656f..ee242e88a45 100644
--- a/api/Visio.Styles.QueryCancelStyleDelete.md
+++ b/api/Visio.Styles.QueryCancelStyleDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelStyleDelete'(**_ByVal Style As [IVSTYLE]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that is going to be deleted.|
diff --git a/api/Visio.Styles.Stat.md b/api/Visio.Styles.Stat.md
index 9ef5d3d2d52..0b7bbb9c6a5 100644
--- a/api/Visio.Styles.Stat.md
+++ b/api/Visio.Styles.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Styles](./Visio.Styles.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Styles.StyleAdded.md b/api/Visio.Styles.StyleAdded.md
index a2fb5772e20..549a3bedd5a 100644
--- a/api/Visio.Styles.StyleAdded.md
+++ b/api/Visio.Styles.StyleAdded.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleAdded'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was added to the document.|
diff --git a/api/Visio.Styles.StyleChanged.md b/api/Visio.Styles.StyleChanged.md
index e387563e146..1aeae598c10 100644
--- a/api/Visio.Styles.StyleChanged.md
+++ b/api/Visio.Styles.StyleChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleChanged'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _style_|Required| **[IVSTYLE]**|The style that changed.|
diff --git a/api/Visio.Styles.StyleDeleteCanceled.md b/api/Visio.Styles.StyleDeleteCanceled.md
index 411c2efeed5..32493834948 100644
--- a/api/Visio.Styles.StyleDeleteCanceled.md
+++ b/api/Visio.Styles.StyleDeleteCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'StyleDeleteCanceled'(**_ByVal Style As [IVSTYLE]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **[IVSTYLE]**|The style that was going to be deleted.|
diff --git a/api/Visio.Stylesheet.md b/api/Visio.Stylesheet.md
index f673eb25674..0411d5b66b4 100644
--- a/api/Visio.Stylesheet.md
+++ b/api/Visio.Stylesheet.md
@@ -20,7 +20,7 @@ Specifies a cascading stylesheet (CSS) provided by Microsoft Visio, or one that
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.SubShapeAtPoint.md b/api/Visio.SubShapeAtPoint.md
index 040abb79fb5..da3216f2ff4 100644
--- a/api/Visio.SubShapeAtPoint.md
+++ b/api/Visio.SubShapeAtPoint.md
@@ -24,12 +24,12 @@ Gets the ID of the subshape in the drawing that is open in Microsoft Visio Viewe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|X|Required| **Long**|The x-coordinate, in pixels, of the point.|
|Y|Required| **Long**|The y-coordinate, in pixels, of the point.|
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.TargetPath.md b/api/Visio.TargetPath.md
index 004d0fbda97..5abce374d8a 100644
--- a/api/Visio.TargetPath.md
+++ b/api/Visio.TargetPath.md
@@ -20,7 +20,7 @@ Specifies the path where the Web page and its supporting files are placed. Read/
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ThemeName.md b/api/Visio.ThemeName.md
index f4a4f8918b2..ee807051082 100644
--- a/api/Visio.ThemeName.md
+++ b/api/Visio.ThemeName.md
@@ -20,7 +20,7 @@ Assigns a Web page theme to the page you are creating. Read/write.
_expression_An expression that returns a ** [VisWebPageSettings](./overview/Visio.md)** object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.Toolbar.BuiltIn.md b/api/Visio.Toolbar.BuiltIn.md
index 9f309f3642f..34c20e71fb5 100644
--- a/api/Visio.Toolbar.BuiltIn.md
+++ b/api/Visio.Toolbar.BuiltIn.md
@@ -23,7 +23,7 @@ Determines whether an object is a default Microsoft Visio user interface object
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Toolbar.Caption.md b/api/Visio.Toolbar.Caption.md
index 57feae19b28..2d7c240ea42 100644
--- a/api/Visio.Toolbar.Caption.md
+++ b/api/Visio.Toolbar.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption for an object. Read/write.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Toolbar.Delete.md b/api/Visio.Toolbar.Delete.md
index 058cb2e1ecf..125a469d48c 100644
--- a/api/Visio.Toolbar.Delete.md
+++ b/api/Visio.Toolbar.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Toolbar.Enabled.md b/api/Visio.Toolbar.Enabled.md
index 21f297706e7..0729cdc7505 100644
--- a/api/Visio.Toolbar.Enabled.md
+++ b/api/Visio.Toolbar.Enabled.md
@@ -23,7 +23,7 @@ Determines whether or not an object is currently enabled. Read/write.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Toolbar.Height.md b/api/Visio.Toolbar.Height.md
index 86d842f06d0..6fbdb272b93 100644
--- a/api/Visio.Toolbar.Height.md
+++ b/api/Visio.Toolbar.Height.md
@@ -23,7 +23,7 @@ Gets or sets the height of a toolbar. Read/write.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Toolbar.Index.md b/api/Visio.Toolbar.Index.md
index 72ee5e68a54..17f7b1b7286 100644
--- a/api/Visio.Toolbar.Index.md
+++ b/api/Visio.Toolbar.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Toolbar** object in a **Toolbars** collection.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Toolbar.Left.md b/api/Visio.Toolbar.Left.md
index 2b3eb7df692..b80ca97b8ad 100644
--- a/api/Visio.Toolbar.Left.md
+++ b/api/Visio.Toolbar.Left.md
@@ -23,7 +23,7 @@ Gets the distance in pixels between the left edge of the object and the left sid
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Toolbar.Parent.md b/api/Visio.Toolbar.Parent.md
index 3284141a823..04243650efd 100644
--- a/api/Visio.Toolbar.Parent.md
+++ b/api/Visio.Toolbar.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Toolbars
diff --git a/api/Visio.Toolbar.Position.md b/api/Visio.Toolbar.Position.md
index eedabe78919..32fc717d883 100644
--- a/api/Visio.Toolbar.Position.md
+++ b/api/Visio.Toolbar.Position.md
@@ -23,7 +23,7 @@ Gets or sets the position of an object. Read/write.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Toolbar.Protection.md b/api/Visio.Toolbar.Protection.md
index 66e2bf0aece..5631d13af6b 100644
--- a/api/Visio.Toolbar.Protection.md
+++ b/api/Visio.Toolbar.Protection.md
@@ -23,7 +23,7 @@ Determines how a **Toolbar** object is protected from user customization. Read/
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Toolbar.RowIndex.md b/api/Visio.Toolbar.RowIndex.md
index 79e556972ef..67cf0d2b418 100644
--- a/api/Visio.Toolbar.RowIndex.md
+++ b/api/Visio.Toolbar.RowIndex.md
@@ -23,7 +23,7 @@ Gets or sets the docking order of a **Toolbar** object in relation to other ite
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Toolbar.ToolbarItems.md b/api/Visio.Toolbar.ToolbarItems.md
index bdab5021c19..3b04d90807b 100644
--- a/api/Visio.Toolbar.ToolbarItems.md
+++ b/api/Visio.Toolbar.ToolbarItems.md
@@ -23,7 +23,7 @@ Returns the **ToolbarItems** collection of a **Toolbar** object. Read-only.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
ToolbarItems
diff --git a/api/Visio.Toolbar.Top.md b/api/Visio.Toolbar.Top.md
index 3585eb0c5e6..ccf813aa03b 100644
--- a/api/Visio.Toolbar.Top.md
+++ b/api/Visio.Toolbar.Top.md
@@ -23,7 +23,7 @@ Gets the distance between the top of an object and the top of the docking area o
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Toolbar.Visible.md b/api/Visio.Toolbar.Visible.md
index 56f7590dd3f..1170fcb86af 100644
--- a/api/Visio.Toolbar.Visible.md
+++ b/api/Visio.Toolbar.Visible.md
@@ -23,7 +23,7 @@ Determines whether an object is visible. Read/write.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Toolbar.Width.md b/api/Visio.Toolbar.Width.md
index b5051c53e2e..0c71fb9dcd6 100644
--- a/api/Visio.Toolbar.Width.md
+++ b/api/Visio.Toolbar.Width.md
@@ -23,7 +23,7 @@ Gets the width of an object in pixels. Read/write.
_expression_ A variable that represents a [Toolbar](./Visio.Toolbar.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarButtons.md b/api/Visio.ToolbarButtons.md
index 1f8897da174..8aac0df6e1c 100644
--- a/api/Visio.ToolbarButtons.md
+++ b/api/Visio.ToolbarButtons.md
@@ -20,7 +20,7 @@ Gets or sets the buttons that are available in the toolbar in Microsoft Visio Vi
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.ToolbarCustomizable.md b/api/Visio.ToolbarCustomizable.md
index 85244a62534..15ff3e3a13f 100644
--- a/api/Visio.ToolbarCustomizable.md
+++ b/api/Visio.ToolbarCustomizable.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether it is possible to customize the tool
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ToolbarItem.ActionText.md b/api/Visio.ToolbarItem.ActionText.md
index 9eebbb351cc..9a2930fd698 100644
--- a/api/Visio.ToolbarItem.ActionText.md
+++ b/api/Visio.ToolbarItem.ActionText.md
@@ -23,7 +23,7 @@ Gets or sets the action text for a toolbar item. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.ToolbarItem.AddOnArgs.md b/api/Visio.ToolbarItem.AddOnArgs.md
index 5e7ea0b6a8a..1fab86ecb62 100644
--- a/api/Visio.ToolbarItem.AddOnArgs.md
+++ b/api/Visio.ToolbarItem.AddOnArgs.md
@@ -23,7 +23,7 @@ Gets or sets the argument string that you send to the add-on associated with a p
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.ToolbarItem.AddOnName.md b/api/Visio.ToolbarItem.AddOnName.md
index 16e39f5dedb..1b9cf85aa9f 100644
--- a/api/Visio.ToolbarItem.AddOnName.md
+++ b/api/Visio.ToolbarItem.AddOnName.md
@@ -23,7 +23,7 @@ Gets or sets the name of an add-on or procedure that is run when its associated
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.ToolbarItem.BeginGroup.md b/api/Visio.ToolbarItem.BeginGroup.md
index 2e21d7348b3..859442419e1 100644
--- a/api/Visio.ToolbarItem.BeginGroup.md
+++ b/api/Visio.ToolbarItem.BeginGroup.md
@@ -23,7 +23,7 @@ Determines whether a toolbar item appears at the beginning of a group of items o
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ToolbarItem.BuiltIn.md b/api/Visio.ToolbarItem.BuiltIn.md
index 8bed82a5acc..e95e7455d0f 100644
--- a/api/Visio.ToolbarItem.BuiltIn.md
+++ b/api/Visio.ToolbarItem.BuiltIn.md
@@ -23,7 +23,7 @@ Determines whether an object is a default Microsoft Visio user interface object
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ToolbarItem.Caption.md b/api/Visio.ToolbarItem.Caption.md
index 31084b227fe..ef4c5560ebb 100644
--- a/api/Visio.ToolbarItem.Caption.md
+++ b/api/Visio.ToolbarItem.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption for an object. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.ToolbarItem.CmdNum.md b/api/Visio.ToolbarItem.CmdNum.md
index 0c63b42502d..236ab7797bc 100644
--- a/api/Visio.ToolbarItem.CmdNum.md
+++ b/api/Visio.ToolbarItem.CmdNum.md
@@ -23,7 +23,7 @@ Gets or sets the command ID associated with a toolbar item. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItem.CntrlType.md b/api/Visio.ToolbarItem.CntrlType.md
index 71b75e017ca..96d9a05cb3a 100644
--- a/api/Visio.ToolbarItem.CntrlType.md
+++ b/api/Visio.ToolbarItem.CntrlType.md
@@ -23,7 +23,7 @@ Gets or sets the control type of a menu, menu item, or toolbar item. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItem.Delete.md b/api/Visio.ToolbarItem.Delete.md
index 50957e53e32..97c408e7a94 100644
--- a/api/Visio.ToolbarItem.Delete.md
+++ b/api/Visio.ToolbarItem.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.ToolbarItem.Enabled.md b/api/Visio.ToolbarItem.Enabled.md
index c9859f75ff5..aaf35b8afc9 100644
--- a/api/Visio.ToolbarItem.Enabled.md
+++ b/api/Visio.ToolbarItem.Enabled.md
@@ -23,7 +23,7 @@ Determines whether or not an object is currently enabled. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ToolbarItem.FaceID.md b/api/Visio.ToolbarItem.FaceID.md
index e83a2e866e0..1b40c03a4df 100644
--- a/api/Visio.ToolbarItem.FaceID.md
+++ b/api/Visio.ToolbarItem.FaceID.md
@@ -23,7 +23,7 @@ Gets or sets the icon for an item. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItem.IconFileName.md b/api/Visio.ToolbarItem.IconFileName.md
index e11f43bb63f..8f369f7c985 100644
--- a/api/Visio.ToolbarItem.IconFileName.md
+++ b/api/Visio.ToolbarItem.IconFileName.md
@@ -27,11 +27,11 @@ Sets a custom icon file for a menu or toolbar item.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _IconFileName_|Required| **String**|The path and name of the ICO, EXE, DLL, or VSL file to load.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.ToolbarItem.Index.md b/api/Visio.ToolbarItem.Index.md
index 762636dbbfa..2729c6df8d9 100644
--- a/api/Visio.ToolbarItem.Index.md
+++ b/api/Visio.ToolbarItem.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **ToolbarItem** object in the **ToolbarItems** c
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ToolbarItem.IsHierarchical.md b/api/Visio.ToolbarItem.IsHierarchical.md
index a0fac74e38e..127a555b2c1 100644
--- a/api/Visio.ToolbarItem.IsHierarchical.md
+++ b/api/Visio.ToolbarItem.IsHierarchical.md
@@ -23,7 +23,7 @@ Indicates whether a toolbar item is hierarchical; that is, whether it contains a
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItem.PaletteWidth.md b/api/Visio.ToolbarItem.PaletteWidth.md
index 600c9c4ac85..2455e8d2937 100644
--- a/api/Visio.ToolbarItem.PaletteWidth.md
+++ b/api/Visio.ToolbarItem.PaletteWidth.md
@@ -23,7 +23,7 @@ Gets or sets the width of a palette in pixels. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItem.Parent.md b/api/Visio.ToolbarItem.Parent.md
index 26c8b581f73..ea52cc2e96e 100644
--- a/api/Visio.ToolbarItem.Parent.md
+++ b/api/Visio.ToolbarItem.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
ToolbarItems
diff --git a/api/Visio.ToolbarItem.State.md b/api/Visio.ToolbarItem.State.md
index 650be96699b..45d26796208 100644
--- a/api/Visio.ToolbarItem.State.md
+++ b/api/Visio.ToolbarItem.State.md
@@ -23,7 +23,7 @@ Determines a button's state, pressed or not pressed. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItem.Style.md b/api/Visio.ToolbarItem.Style.md
index f04f211eb97..f6dde145c31 100644
--- a/api/Visio.ToolbarItem.Style.md
+++ b/api/Visio.ToolbarItem.Style.md
@@ -23,7 +23,7 @@ Determines whether a toolbar button shows an icon, a caption, or some combinatio
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItem.ToolbarItems.md b/api/Visio.ToolbarItem.ToolbarItems.md
index 3a848207cc2..868c3e4082d 100644
--- a/api/Visio.ToolbarItem.ToolbarItems.md
+++ b/api/Visio.ToolbarItem.ToolbarItems.md
@@ -23,7 +23,7 @@ Returns the **ToolbarItems** collection of a **ToolbarItem** object. Read-only.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
ToolbarItems
diff --git a/api/Visio.ToolbarItem.TypeSpecific1.md b/api/Visio.ToolbarItem.TypeSpecific1.md
index 04fd22165b0..fa138429d4c 100644
--- a/api/Visio.ToolbarItem.TypeSpecific1.md
+++ b/api/Visio.ToolbarItem.TypeSpecific1.md
@@ -23,7 +23,7 @@ Gets or sets the type of a toolbar item. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItem.TypeSpecific2.md b/api/Visio.ToolbarItem.TypeSpecific2.md
index 3a427d59015..da71916a36a 100644
--- a/api/Visio.ToolbarItem.TypeSpecific2.md
+++ b/api/Visio.ToolbarItem.TypeSpecific2.md
@@ -23,7 +23,7 @@ Gets or sets the type of a toolbar item. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItem.Visible.md b/api/Visio.ToolbarItem.Visible.md
index f2213ba680d..6aa28e7feaa 100644
--- a/api/Visio.ToolbarItem.Visible.md
+++ b/api/Visio.ToolbarItem.Visible.md
@@ -23,7 +23,7 @@ Determines whether an object is visible. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.ToolbarItem.Width.md b/api/Visio.ToolbarItem.Width.md
index 621886e806c..8d602fae86c 100644
--- a/api/Visio.ToolbarItem.Width.md
+++ b/api/Visio.ToolbarItem.Width.md
@@ -23,7 +23,7 @@ Gets the width of an object in pixels. Read/write.
_expression_ A variable that represents a [ToolbarItem](./Visio.ToolbarItem.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.ToolbarItems.Add.md b/api/Visio.ToolbarItems.Add.md
index 97da39c4ec2..670afc4ae0f 100644
--- a/api/Visio.ToolbarItems.Add.md
+++ b/api/Visio.ToolbarItems.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents a [ToolbarItems](./Visio.ToolbarItems.md) collection.
-### Return Value
+### Return value
ToolbarItem
diff --git a/api/Visio.ToolbarItems.AddAt.md b/api/Visio.ToolbarItems.AddAt.md
index 5cc5648134d..7c99d0c4349 100644
--- a/api/Visio.ToolbarItems.AddAt.md
+++ b/api/Visio.ToolbarItems.AddAt.md
@@ -27,11 +27,11 @@ Creates a new **ToolbarItem** object at a specified index in the **ToolbarItems
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|The index at which to add the object.|
-### Return Value
+### Return value
ToolbarItem
diff --git a/api/Visio.ToolbarItems.Count.md b/api/Visio.ToolbarItems.Count.md
index da6b59bcab7..6f619f59128 100644
--- a/api/Visio.ToolbarItems.Count.md
+++ b/api/Visio.ToolbarItems.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [ToolbarItems](./Visio.ToolbarItems.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ToolbarItems.Item.md b/api/Visio.ToolbarItems.Item.md
index 7b55032388e..0837ed4a25f 100644
--- a/api/Visio.ToolbarItems.Item.md
+++ b/api/Visio.ToolbarItems.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
ToolbarItem
diff --git a/api/Visio.ToolbarItems.Parent.md b/api/Visio.ToolbarItems.Parent.md
index e0870233b98..0379b880d5b 100644
--- a/api/Visio.ToolbarItems.Parent.md
+++ b/api/Visio.ToolbarItems.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [ToolbarItems](./Visio.ToolbarItems.md) object.
-### Return Value
+### Return value
Toolbar
diff --git a/api/Visio.ToolbarItems.ParentItem.md b/api/Visio.ToolbarItems.ParentItem.md
index b9c7d825ba1..c3c334454e6 100644
--- a/api/Visio.ToolbarItems.ParentItem.md
+++ b/api/Visio.ToolbarItems.ParentItem.md
@@ -23,7 +23,7 @@ Returns the parent object of a hierarchical toolbar. Read-only.
_expression_ A variable that represents a [ToolbarItems](./Visio.ToolbarItems.md) object.
-### Return Value
+### Return value
ToolbarItem
diff --git a/api/Visio.ToolbarSet.Caption.md b/api/Visio.ToolbarSet.Caption.md
index 7a91f4bab91..861e89c7b21 100644
--- a/api/Visio.ToolbarSet.Caption.md
+++ b/api/Visio.ToolbarSet.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption for an object. Read/write.
_expression_ A variable that represents a [ToolbarSet](./Visio.ToolbarSet.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.ToolbarSet.Delete.md b/api/Visio.ToolbarSet.Delete.md
index 2c13dc5c75e..acb435292f2 100644
--- a/api/Visio.ToolbarSet.Delete.md
+++ b/api/Visio.ToolbarSet.Delete.md
@@ -23,7 +23,7 @@ Deletes an object.
_expression_ A variable that represents a [ToolbarSet](./Visio.ToolbarSet.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.ToolbarSet.Parent.md b/api/Visio.ToolbarSet.Parent.md
index dce22007b91..e5c88b2a75d 100644
--- a/api/Visio.ToolbarSet.Parent.md
+++ b/api/Visio.ToolbarSet.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [ToolbarSet](./Visio.ToolbarSet.md) object.
-### Return Value
+### Return value
ToolbarSets
diff --git a/api/Visio.ToolbarSet.SetID.md b/api/Visio.ToolbarSet.SetID.md
index 3668dfba65d..bdba21128df 100644
--- a/api/Visio.ToolbarSet.SetID.md
+++ b/api/Visio.ToolbarSet.SetID.md
@@ -23,7 +23,7 @@ Returns the set ID of an **ToolbarSet** object in its collection. Read-only.
_expression_ A variable that represents a [ToolbarSet](./Visio.ToolbarSet.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ToolbarSet.Toolbars.md b/api/Visio.ToolbarSet.Toolbars.md
index b3a44c6e0b8..605f3db5a54 100644
--- a/api/Visio.ToolbarSet.Toolbars.md
+++ b/api/Visio.ToolbarSet.Toolbars.md
@@ -23,7 +23,7 @@ Returns the **Toolbars** collection of a **ToolbarSet** object. Read-only.
_expression_ A variable that represents a [ToolbarSet](./Visio.ToolbarSet.md) object.
-### Return Value
+### Return value
Toolbars
diff --git a/api/Visio.ToolbarSets.Add.md b/api/Visio.ToolbarSets.Add.md
index 7a5024b42ec..2e312a953a2 100644
--- a/api/Visio.ToolbarSets.Add.md
+++ b/api/Visio.ToolbarSets.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents a [ToolbarSets](./Visio.ToolbarSets.md) collection.
-### Return Value
+### Return value
ToolbarSet
diff --git a/api/Visio.ToolbarSets.AddAtID.md b/api/Visio.ToolbarSets.AddAtID.md
index 37b5d137383..19495df18e4 100644
--- a/api/Visio.ToolbarSets.AddAtID.md
+++ b/api/Visio.ToolbarSets.AddAtID.md
@@ -27,11 +27,11 @@ Creates a new object with a specified ID in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lID_|Required| **Long**| The window context for the new object.|
-### Return Value
+### Return value
ToolbarSet
diff --git a/api/Visio.ToolbarSets.Count.md b/api/Visio.ToolbarSets.Count.md
index 951739bc3ff..4c25b521490 100644
--- a/api/Visio.ToolbarSets.Count.md
+++ b/api/Visio.ToolbarSets.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [ToolbarSets](./Visio.ToolbarSets.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.ToolbarSets.Item.md b/api/Visio.ToolbarSets.Item.md
index 21e7a161d87..398ae02c9b7 100644
--- a/api/Visio.ToolbarSets.Item.md
+++ b/api/Visio.ToolbarSets.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
ToolbarSet
diff --git a/api/Visio.ToolbarSets.ItemAtID.md b/api/Visio.ToolbarSets.ItemAtID.md
index 608055a776c..af854bcc4d8 100644
--- a/api/Visio.ToolbarSets.ItemAtID.md
+++ b/api/Visio.ToolbarSets.ItemAtID.md
@@ -27,11 +27,11 @@ Returns the **ToolbarSet** object for an ID within a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lID_|Required| **Long**|The Visio context ID of the object to retrieve.|
-### Return Value
+### Return value
ToolbarSet
diff --git a/api/Visio.ToolbarSets.Parent.md b/api/Visio.ToolbarSets.Parent.md
index 720c3a36724..7c52db4ae31 100644
--- a/api/Visio.ToolbarSets.Parent.md
+++ b/api/Visio.ToolbarSets.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [ToolbarSets](./Visio.ToolbarSets.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.ToolbarVisible.md b/api/Visio.ToolbarVisible.md
index e7fa4bee467..8dd1f54886f 100644
--- a/api/Visio.ToolbarVisible.md
+++ b/api/Visio.ToolbarVisible.md
@@ -20,7 +20,7 @@ Gets or sets a value that indicates whether the toolbar is visible in Microsoft
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Toolbars.Add.md b/api/Visio.Toolbars.Add.md
index f016b99853f..5c12b0ad258 100644
--- a/api/Visio.Toolbars.Add.md
+++ b/api/Visio.Toolbars.Add.md
@@ -23,7 +23,7 @@ Adds a new object to a collection.
_expression_ A variable that represents a [Toolbars](./Visio.Toolbars.md) collection.
-### Return Value
+### Return value
Toolbar
diff --git a/api/Visio.Toolbars.AddAt.md b/api/Visio.Toolbars.AddAt.md
index a472c891047..48d009bdefb 100644
--- a/api/Visio.Toolbars.AddAt.md
+++ b/api/Visio.Toolbars.AddAt.md
@@ -27,11 +27,11 @@ Creates a new **Toolbar** object at a specified index in the **Toolbars** colle
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|The index at which to add the object.|
-### Return Value
+### Return value
Toolbar
diff --git a/api/Visio.Toolbars.Count.md b/api/Visio.Toolbars.Count.md
index 4988cbeb275..c0d3cf7b2e2 100644
--- a/api/Visio.Toolbars.Count.md
+++ b/api/Visio.Toolbars.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Toolbars](./Visio.Toolbars.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Toolbars.Item.md b/api/Visio.Toolbars.Item.md
index f9394c6e287..dc2b221afb0 100644
--- a/api/Visio.Toolbars.Item.md
+++ b/api/Visio.Toolbars.Item.md
@@ -27,11 +27,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _lIndex_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
Toolbar
diff --git a/api/Visio.Toolbars.Parent.md b/api/Visio.Toolbars.Parent.md
index 9671ed78c9b..664299d7824 100644
--- a/api/Visio.Toolbars.Parent.md
+++ b/api/Visio.Toolbars.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [Toolbars](./Visio.Toolbars.md) object.
-### Return Value
+### Return value
ToolbarSet
diff --git a/api/Visio.UIObject.AccelTables.md b/api/Visio.UIObject.AccelTables.md
index b7cc9392f18..745f90ac204 100644
--- a/api/Visio.UIObject.AccelTables.md
+++ b/api/Visio.UIObject.AccelTables.md
@@ -23,7 +23,7 @@ Returns the **AccelTables** collection of a **UIObject** object. Read-only.
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
AccelTables
diff --git a/api/Visio.UIObject.Clone.md b/api/Visio.UIObject.Clone.md
index 5085e6ad549..fd4a60b78f8 100644
--- a/api/Visio.UIObject.Clone.md
+++ b/api/Visio.UIObject.Clone.md
@@ -23,7 +23,7 @@ Returns a copy of the **UIObject** object. Read-only.
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
UIObject
diff --git a/api/Visio.UIObject.DisplayKeysInTooltips.md b/api/Visio.UIObject.DisplayKeysInTooltips.md
index 7f0e36b6d7d..fb06637c919 100644
--- a/api/Visio.UIObject.DisplayKeysInTooltips.md
+++ b/api/Visio.UIObject.DisplayKeysInTooltips.md
@@ -23,7 +23,7 @@ Determines whether ScreenTip text includes keyboard shortcuts. Read/write.
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.UIObject.DisplayTooltips.md b/api/Visio.UIObject.DisplayTooltips.md
index 91cf4e12ab4..47b12c7c29b 100644
--- a/api/Visio.UIObject.DisplayTooltips.md
+++ b/api/Visio.UIObject.DisplayTooltips.md
@@ -23,7 +23,7 @@ Determines whether feature descriptions are shown in ScreenTips. Read/write.
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.UIObject.LargeButtons.md b/api/Visio.UIObject.LargeButtons.md
index d0bbd2ce407..5872244423a 100644
--- a/api/Visio.UIObject.LargeButtons.md
+++ b/api/Visio.UIObject.LargeButtons.md
@@ -23,7 +23,7 @@ Determines whether large toolbar buttons are shown. Read/write.
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.UIObject.LoadFromFile.md b/api/Visio.UIObject.LoadFromFile.md
index a26e2c23c14..4a2785d34d0 100644
--- a/api/Visio.UIObject.LoadFromFile.md
+++ b/api/Visio.UIObject.LoadFromFile.md
@@ -27,11 +27,11 @@ Loads a Microsoft Visio application **UIObject** object from a file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file to load.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.UIObject.MenuAnimationStyle.md b/api/Visio.UIObject.MenuAnimationStyle.md
index 1be0297b07a..e161e03007b 100644
--- a/api/Visio.UIObject.MenuAnimationStyle.md
+++ b/api/Visio.UIObject.MenuAnimationStyle.md
@@ -23,7 +23,7 @@ Gets or sets the way in which a menu is displayed. Read/write.
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.UIObject.MenuSets.md b/api/Visio.UIObject.MenuSets.md
index eee4d980920..1165d747762 100644
--- a/api/Visio.UIObject.MenuSets.md
+++ b/api/Visio.UIObject.MenuSets.md
@@ -23,7 +23,7 @@ Returns the **MenuSets** collection of a **UIObject** object. Read-only.
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
MenuSets
diff --git a/api/Visio.UIObject.Name.md b/api/Visio.UIObject.Name.md
index 590fe9b02cc..8eb6facbe5d 100644
--- a/api/Visio.UIObject.Name.md
+++ b/api/Visio.UIObject.Name.md
@@ -23,7 +23,7 @@ Specifies the name of an object. Read-only.
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.UIObject.SaveToFile.md b/api/Visio.UIObject.SaveToFile.md
index 4710a74c517..6c2bc3320c0 100644
--- a/api/Visio.UIObject.SaveToFile.md
+++ b/api/Visio.UIObject.SaveToFile.md
@@ -27,11 +27,11 @@ Saves the user interface represented by a **UIObject** object in a file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file in which to save the **UIObject** object.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.UIObject.ToolbarSets.md b/api/Visio.UIObject.ToolbarSets.md
index 7f6c562df72..fe8af0a5640 100644
--- a/api/Visio.UIObject.ToolbarSets.md
+++ b/api/Visio.UIObject.ToolbarSets.md
@@ -23,7 +23,7 @@ Returns the **ToolbarSets** collection of a **UIObject** object. Read-only.
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
ToolbarSets
diff --git a/api/Visio.UIObject.UpdateUI.md b/api/Visio.UIObject.UpdateUI.md
index 626e2a58b61..af2d9796ca0 100644
--- a/api/Visio.UIObject.UpdateUI.md
+++ b/api/Visio.UIObject.UpdateUI.md
@@ -23,7 +23,7 @@ Causes Microsoft Visio to display changes to the user interface represented by a
_expression_ A variable that represents a [UIObject](./Visio.UIObject.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Unload.md b/api/Visio.Unload.md
index c3c1642685b..9a1203b5b66 100644
--- a/api/Visio.Unload.md
+++ b/api/Visio.Unload.md
@@ -20,7 +20,7 @@ Unloads the drawing file that is open in Microsoft Visio Viewer.
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Validation.Application.md b/api/Visio.Validation.Application.md
index b6fd820bedd..117daf61af7 100644
--- a/api/Visio.Validation.Application.md
+++ b/api/Visio.Validation.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[Validation](Visio.Validation.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.Validation.Document.md b/api/Visio.Validation.Document.md
index 67a44e3ef6f..c0cba74689e 100644
--- a/api/Visio.Validation.Document.md
+++ b/api/Visio.Validation.Document.md
@@ -23,7 +23,7 @@ Returns the **[Document](Visio.Document.md)** object that is associated with an
_expression_ A variable that represents a '[Validation](Visio.Validation.md)' object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.Validation.Issues.md b/api/Visio.Validation.Issues.md
index 48c23df6e19..067e122f21c 100644
--- a/api/Visio.Validation.Issues.md
+++ b/api/Visio.Validation.Issues.md
@@ -23,7 +23,7 @@ Returns the collection of all the validation issues in the document. Read-only.
_expression_ A variable that represents a '[Validation](Visio.Validation.md)' object.
-### Return Value
+### Return value
**[ValidationIssues](Visio.ValidationIssues.md)**
diff --git a/api/Visio.Validation.ObjectType.md b/api/Visio.Validation.ObjectType.md
index 58e06ac0288..b4bc746da74 100644
--- a/api/Visio.Validation.ObjectType.md
+++ b/api/Visio.Validation.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeValidation** , the type of this object. Read-only.
_expression_ A variable that represents a '[Validation](Visio.Validation.md)' object.
-### Return Value
+### Return value
**visObjTypeValidation**
diff --git a/api/Visio.Validation.RuleSets.md b/api/Visio.Validation.RuleSets.md
index acbcd13e619..e2768091e43 100644
--- a/api/Visio.Validation.RuleSets.md
+++ b/api/Visio.Validation.RuleSets.md
@@ -23,7 +23,7 @@ Returns the collection of all the validation rule sets in the document. Read-onl
_expression_ A variable that represents a '[Validation](Visio.Validation.md)' object.
-### Return Value
+### Return value
**[ValidationRuleSets](Visio.ValidationRuleSets.md)**
diff --git a/api/Visio.Validation.ShowIgnoredIssues.md b/api/Visio.Validation.ShowIgnoredIssues.md
index c2404a2eacb..0e634b06d0d 100644
--- a/api/Visio.Validation.ShowIgnoredIssues.md
+++ b/api/Visio.Validation.ShowIgnoredIssues.md
@@ -23,7 +23,7 @@ Determines whether ignored validation issues appear in the **Issues** window. R
_expression_ A variable that represents a '[Validation](Visio.Validation.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.Validation.Stat.md b/api/Visio.Validation.Stat.md
index f95800ecf97..0697a803b4e 100644
--- a/api/Visio.Validation.Stat.md
+++ b/api/Visio.Validation.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a '[Validation](Visio.Validation.md)' object.
-### Return Value
+### Return value
**[VisStatCodes](Visio.visstatcodes.md)**
diff --git a/api/Visio.Validation.Validate.md b/api/Visio.Validation.Validate.md
index 071bac2aa5c..aa3b34da3c2 100644
--- a/api/Visio.Validation.Validate.md
+++ b/api/Visio.Validation.Validate.md
@@ -27,12 +27,12 @@ Validates the specified validation rule set.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RuleSet_|Optional| **[ValidationRuleSet](Visio.ValidationRuleSet.md)**|The rule set to validate across the entire document. |
| _Flags_|Optional| **[VisValidationFlags](Visio.VisValidationFlags.md)**|Whether to open the **Issues** window after validation.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ValidationIssue.Application.md b/api/Visio.ValidationIssue.Application.md
index 8e6934e9b3d..476ebd407f8 100644
--- a/api/Visio.ValidationIssue.Application.md
+++ b/api/Visio.ValidationIssue.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[ValidationIssue](Visio.ValidationIssue.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.ValidationIssue.Delete.md b/api/Visio.ValidationIssue.Delete.md
index 527469c9adc..dde927b44d7 100644
--- a/api/Visio.ValidationIssue.Delete.md
+++ b/api/Visio.ValidationIssue.Delete.md
@@ -23,7 +23,7 @@ Deletes the **[ValidationIssue](Visio.ValidationIssue.md)** object from the doc
_expression_ A variable that represents a [ValidationIssue](./Visio.ValidationIssue.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ValidationIssue.Document.md b/api/Visio.ValidationIssue.Document.md
index 57616e4bd8e..2d57d3641c8 100644
--- a/api/Visio.ValidationIssue.Document.md
+++ b/api/Visio.ValidationIssue.Document.md
@@ -23,7 +23,7 @@ Returns the **[Document](Visio.Document.md)** object that is associated with an
_expression_ A variable that represents a '[ValidationIssue](Visio.ValidationIssue.md)' object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.ValidationIssue.ID.md b/api/Visio.ValidationIssue.ID.md
index 841a7c4a2bc..e39f876c405 100644
--- a/api/Visio.ValidationIssue.ID.md
+++ b/api/Visio.ValidationIssue.ID.md
@@ -23,7 +23,7 @@ Gets the identifier of the **[ValidationIssue](Visio.ValidationIssue.md)** obje
_expression_ A variable that represents a [ValidationIssue](./Visio.ValidationIssue.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ValidationIssue.Ignored.md b/api/Visio.ValidationIssue.Ignored.md
index 88c2a0e4ad2..ef323a5f859 100644
--- a/api/Visio.ValidationIssue.Ignored.md
+++ b/api/Visio.ValidationIssue.Ignored.md
@@ -23,7 +23,7 @@ Determines whether the validation issue is currently ignored. Read/write.
_expression_ A variable that represents a '[ValidationIssue](Visio.ValidationIssue.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ValidationIssue.ObjectType.md b/api/Visio.ValidationIssue.ObjectType.md
index 4981c62c5bd..a3b2cf82f78 100644
--- a/api/Visio.ValidationIssue.ObjectType.md
+++ b/api/Visio.ValidationIssue.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeValidationIssue** , the type of this object. Read-only.
_expression_ A variable that represents a '[ValidationIssue](Visio.ValidationIssue.md)' object.
-### Return Value
+### Return value
**visObjTypeValidationIssue**
diff --git a/api/Visio.ValidationIssue.Rule.md b/api/Visio.ValidationIssue.Rule.md
index 26a16028dad..99b12de7f1d 100644
--- a/api/Visio.ValidationIssue.Rule.md
+++ b/api/Visio.ValidationIssue.Rule.md
@@ -23,7 +23,7 @@ Returns the **[ValidationRule](Visio.ValidationRule.md)** object that generated
_expression_ A variable that represents a '[ValidationIssue](Visio.ValidationIssue.md)' object.
-### Return Value
+### Return value
**ValidationRule**
diff --git a/api/Visio.ValidationIssue.Stat.md b/api/Visio.ValidationIssue.Stat.md
index 49da1a193a3..8546df4c96d 100644
--- a/api/Visio.ValidationIssue.Stat.md
+++ b/api/Visio.ValidationIssue.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a '[ValidationIssue](Visio.ValidationIssue.md)' object.
-### Return Value
+### Return value
**[VisStatCodes](Visio.visstatcodes.md)**
diff --git a/api/Visio.ValidationIssue.TargetPage.md b/api/Visio.ValidationIssue.TargetPage.md
index 19770d01870..03e710228d2 100644
--- a/api/Visio.ValidationIssue.TargetPage.md
+++ b/api/Visio.ValidationIssue.TargetPage.md
@@ -23,7 +23,7 @@ Returns the **[Page](Visio.Page.md)** object that is associated with the valida
_expression_ A variable that represents a '[ValidationIssue](Visio.ValidationIssue.md)' object.
-### Return Value
+### Return value
**Page**
diff --git a/api/Visio.ValidationIssue.TargetPageID.md b/api/Visio.ValidationIssue.TargetPageID.md
index dfaf7f63af9..8287ad63883 100644
--- a/api/Visio.ValidationIssue.TargetPageID.md
+++ b/api/Visio.ValidationIssue.TargetPageID.md
@@ -23,7 +23,7 @@ Returns the ID of the page that is associated with the validation issue. Read-on
_expression_ A variable that represents a '[ValidationIssue](Visio.ValidationIssue.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ValidationIssue.TargetShape.md b/api/Visio.ValidationIssue.TargetShape.md
index c41f9e0d780..f570f709037 100644
--- a/api/Visio.ValidationIssue.TargetShape.md
+++ b/api/Visio.ValidationIssue.TargetShape.md
@@ -23,7 +23,7 @@ Returns the **[Shape](Visio.Shape.md)** object that is associated with the vali
_expression_ A variable that represents a '[ValidationIssue](Visio.ValidationIssue.md)' object.
-### Return Value
+### Return value
**Shape**
diff --git a/api/Visio.ValidationIssues.Application.md b/api/Visio.ValidationIssues.Application.md
index 71824216b78..cd1196a2d36 100644
--- a/api/Visio.ValidationIssues.Application.md
+++ b/api/Visio.ValidationIssues.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[ValidationIssues](Visio.ValidationIssues.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.ValidationIssues.Clear.md b/api/Visio.ValidationIssues.Clear.md
index 8b322894596..f8d0578c8ae 100644
--- a/api/Visio.ValidationIssues.Clear.md
+++ b/api/Visio.ValidationIssues.Clear.md
@@ -23,7 +23,7 @@ Removes all **[ValidationIssue](Visio.ValidationIssue.md)** objects from the **
_expression_ A variable that represents a [ValidationIssues](./Visio.ValidationIssues.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ValidationIssues.Count.md b/api/Visio.ValidationIssues.Count.md
index 57fe359c53b..948c07c3f53 100644
--- a/api/Visio.ValidationIssues.Count.md
+++ b/api/Visio.ValidationIssues.Count.md
@@ -23,7 +23,7 @@ Returns the number of **[ValidationIssue](Visio.ValidationIssue.md)** objects i
_expression_ A variable that represents a '[ValidationIssues](Visio.ValidationIssues.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ValidationIssues.Document.md b/api/Visio.ValidationIssues.Document.md
index 70836af3ba6..3b6ddbf98a6 100644
--- a/api/Visio.ValidationIssues.Document.md
+++ b/api/Visio.ValidationIssues.Document.md
@@ -23,7 +23,7 @@ Returns the **[Document](Visio.Document.md)** object that is associated with an
_expression_ A variable that represents a '[ValidationIssues](Visio.ValidationIssues.md)' object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.ValidationIssues.Item.md b/api/Visio.ValidationIssues.Item.md
index ab0af8d592a..9a2bb9be84b 100644
--- a/api/Visio.ValidationIssues.Item.md
+++ b/api/Visio.ValidationIssues.Item.md
@@ -27,11 +27,11 @@ Returns the **[ValidationIssue](Visio.ValidationIssue.md)** object that has the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the object in its collection.|
-### Return Value
+### Return value
**ValidationIssue**
diff --git a/api/Visio.ValidationIssues.ItemFromID.md b/api/Visio.ValidationIssues.ItemFromID.md
index b0732fc04d8..250e22ef5da 100644
--- a/api/Visio.ValidationIssues.ItemFromID.md
+++ b/api/Visio.ValidationIssues.ItemFromID.md
@@ -27,11 +27,11 @@ Returns the **[ValidationIssue](Visio.ValidationIssue.md)** object that matches
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _IssueID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
**ValidationIssue**
diff --git a/api/Visio.ValidationIssues.ObjectType.md b/api/Visio.ValidationIssues.ObjectType.md
index 2657b521119..7c3efd2e36b 100644
--- a/api/Visio.ValidationIssues.ObjectType.md
+++ b/api/Visio.ValidationIssues.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeValidationIssues** , the type of this object. Read-only.
_expression_ A variable that represents a '[ValidationIssues](Visio.ValidationIssues.md)' object.
-### Return Value
+### Return value
**visObjTypeValidationIssues**
diff --git a/api/Visio.ValidationRule.AddIssue.md b/api/Visio.ValidationRule.AddIssue.md
index 173e05c9dfb..2eeca3d3332 100644
--- a/api/Visio.ValidationRule.AddIssue.md
+++ b/api/Visio.ValidationRule.AddIssue.md
@@ -27,12 +27,12 @@ Creates a new validation issue that is based on the validation rule, and adds it
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TargetPage_|Optional| **[Page](Visio.Page.md)**|The page that has the issue. May be **Nothing** .|
| _TargetShape_|Optional| **[Shape](Visio.Shape.md)**|The shape that has the issue. May be **Nothing** .|
-### Return Value
+### Return value
**[ValidationIssue](Visio.ValidationIssue.md)**
diff --git a/api/Visio.ValidationRule.Application.md b/api/Visio.ValidationRule.Application.md
index d62e59b3116..a5bb5fc676f 100644
--- a/api/Visio.ValidationRule.Application.md
+++ b/api/Visio.ValidationRule.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.ValidationRule.Category.md b/api/Visio.ValidationRule.Category.md
index 42f5ea66158..c6a50330e44 100644
--- a/api/Visio.ValidationRule.Category.md
+++ b/api/Visio.ValidationRule.Category.md
@@ -23,7 +23,7 @@ Represents the text displayed in the **Category** column of the **Issues** wind
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ValidationRule.Delete.md b/api/Visio.ValidationRule.Delete.md
index 2bdbec476fe..12dde53c829 100644
--- a/api/Visio.ValidationRule.Delete.md
+++ b/api/Visio.ValidationRule.Delete.md
@@ -23,7 +23,7 @@ Deletes the **[ValidationRule](Visio.ValidationRule.md)** object from the docum
_expression_ A variable that represents a [ValidationRule](./Visio.ValidationRule.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ValidationRule.Description.md b/api/Visio.ValidationRule.Description.md
index 0f82b569734..27d5b3abdac 100644
--- a/api/Visio.ValidationRule.Description.md
+++ b/api/Visio.ValidationRule.Description.md
@@ -23,7 +23,7 @@ Specifies the description of the **[ValidationRule](Visio.ValidationRule.md)**
_expression_ A variable that represents a [ValidationRule](./Visio.ValidationRule.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ValidationRule.Document.md b/api/Visio.ValidationRule.Document.md
index 587fb0ea744..587dc3a1f88 100644
--- a/api/Visio.ValidationRule.Document.md
+++ b/api/Visio.ValidationRule.Document.md
@@ -23,7 +23,7 @@ Returns the **[Document](Visio.Document.md)** object that is associated with an
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.ValidationRule.FilterExpression.md b/api/Visio.ValidationRule.FilterExpression.md
index b673efdcdac..d7bb77dee7d 100644
--- a/api/Visio.ValidationRule.FilterExpression.md
+++ b/api/Visio.ValidationRule.FilterExpression.md
@@ -23,7 +23,7 @@ Gets or sets the logical expression that determines whether the validation rule
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ValidationRule.ID.md b/api/Visio.ValidationRule.ID.md
index 0ee7094e956..f2710985af1 100644
--- a/api/Visio.ValidationRule.ID.md
+++ b/api/Visio.ValidationRule.ID.md
@@ -23,7 +23,7 @@ Gets the unique identifier of the **[ValidationRule](Visio.ValidationRule.md)**
_expression_ A variable that represents a [ValidationRule](./Visio.ValidationRule.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ValidationRule.Ignored.md b/api/Visio.ValidationRule.Ignored.md
index 316f18a8496..35e926d4ef8 100644
--- a/api/Visio.ValidationRule.Ignored.md
+++ b/api/Visio.ValidationRule.Ignored.md
@@ -23,7 +23,7 @@ Determines whether the validation rule is currently ignored. Read/write.
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ValidationRule.NameU.md b/api/Visio.ValidationRule.NameU.md
index 5c80771622a..80670e1ddfd 100644
--- a/api/Visio.ValidationRule.NameU.md
+++ b/api/Visio.ValidationRule.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of the **[ValidationRule](Visio.ValidationRule.md)
_expression_ A variable that represents a [ValidationRule](./Visio.ValidationRule.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ValidationRule.ObjectType.md b/api/Visio.ValidationRule.ObjectType.md
index 6ca81c5eadc..e4e8690921e 100644
--- a/api/Visio.ValidationRule.ObjectType.md
+++ b/api/Visio.ValidationRule.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeValidationRule** , the type of this object. Read-only.
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**visObjTypeValidationRule**
diff --git a/api/Visio.ValidationRule.RuleSet.md b/api/Visio.ValidationRule.RuleSet.md
index 97b72c79c87..f72209afe92 100644
--- a/api/Visio.ValidationRule.RuleSet.md
+++ b/api/Visio.ValidationRule.RuleSet.md
@@ -23,7 +23,7 @@ Returns the **[ValidationRuleSet](Visio.ValidationRuleSet.md)** object that con
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**ValidationRuleSet**
diff --git a/api/Visio.ValidationRule.Stat.md b/api/Visio.ValidationRule.Stat.md
index 32fbfbddd95..768e99c61eb 100644
--- a/api/Visio.ValidationRule.Stat.md
+++ b/api/Visio.ValidationRule.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**[VisStatCodes](Visio.visstatcodes.md)**
diff --git a/api/Visio.ValidationRule.TargetType.md b/api/Visio.ValidationRule.TargetType.md
index 089759a891d..1fef12acc0a 100644
--- a/api/Visio.ValidationRule.TargetType.md
+++ b/api/Visio.ValidationRule.TargetType.md
@@ -23,7 +23,7 @@ Determines the type of object to which the validation rule applies. Read/write.
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**[VisRuleTargets](Visio.VisRuleTargets.md)**
diff --git a/api/Visio.ValidationRule.TestExpression.md b/api/Visio.ValidationRule.TestExpression.md
index 457561f2e2b..4e51187ed28 100644
--- a/api/Visio.ValidationRule.TestExpression.md
+++ b/api/Visio.ValidationRule.TestExpression.md
@@ -23,7 +23,7 @@ Gets or sets the logical expression that determines whether the target object sa
_expression_ A variable that represents a '[ValidationRule](Visio.ValidationRule.md)' object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ValidationRuleSet.Application.md b/api/Visio.ValidationRuleSet.Application.md
index 61a762b559d..ffa0d632249 100644
--- a/api/Visio.ValidationRuleSet.Application.md
+++ b/api/Visio.ValidationRuleSet.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[ValidationRuleSet](Visio.ValidationRuleSet.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.ValidationRuleSet.Delete.md b/api/Visio.ValidationRuleSet.Delete.md
index e3db7966a70..6bc53ede4c5 100644
--- a/api/Visio.ValidationRuleSet.Delete.md
+++ b/api/Visio.ValidationRuleSet.Delete.md
@@ -23,7 +23,7 @@ Deletes the **[ValidationRuleSet](Visio.ValidationRuleSet.md)** object from the
_expression_ A variable that represents a [ValidationRuleSet](./Visio.ValidationRuleSet.md) object.
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.ValidationRuleSet.Description.md b/api/Visio.ValidationRuleSet.Description.md
index c1c0f6ea5bb..154b3ba9775 100644
--- a/api/Visio.ValidationRuleSet.Description.md
+++ b/api/Visio.ValidationRuleSet.Description.md
@@ -23,7 +23,7 @@ Specifies the description of the **[ValidationRuleSet](Visio.ValidationRuleSet.
_expression_ A variable that represents a [ValidationRuleSet](./Visio.ValidationRuleSet.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ValidationRuleSet.Document.md b/api/Visio.ValidationRuleSet.Document.md
index ea99dc8eaf8..0067367457d 100644
--- a/api/Visio.ValidationRuleSet.Document.md
+++ b/api/Visio.ValidationRuleSet.Document.md
@@ -23,7 +23,7 @@ Returns the **[Document](Visio.Document.md)** object that is associated with an
_expression_ A variable that represents a '[ValidationRuleSet](Visio.ValidationRuleSet.md)' object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.ValidationRuleSet.Enabled.md b/api/Visio.ValidationRuleSet.Enabled.md
index 791f0241d36..9fdb62142b1 100644
--- a/api/Visio.ValidationRuleSet.Enabled.md
+++ b/api/Visio.ValidationRuleSet.Enabled.md
@@ -23,7 +23,7 @@ Determines whether the rules in the specified validation rule set are checked wh
_expression_ A variable that represents a '[ValidationRuleSet](Visio.ValidationRuleSet.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.ValidationRuleSet.ID.md b/api/Visio.ValidationRuleSet.ID.md
index 6ec8b070947..59ffee4314b 100644
--- a/api/Visio.ValidationRuleSet.ID.md
+++ b/api/Visio.ValidationRuleSet.ID.md
@@ -23,7 +23,7 @@ Gets the unique identifier of the **[ValidationRuleSet](Visio.ValidationRuleSet
_expression_ A variable that represents a [ValidationRuleSet](./Visio.ValidationRuleSet.md) object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ValidationRuleSet.Name.md b/api/Visio.ValidationRuleSet.Name.md
index 07b01087dc8..036526c1838 100644
--- a/api/Visio.ValidationRuleSet.Name.md
+++ b/api/Visio.ValidationRuleSet.Name.md
@@ -23,7 +23,7 @@ Specifies the name of the **[ValidationRuleSet](Visio.ValidationRuleSet.md)** o
_expression_ A variable that represents a [ValidationRuleSet](./Visio.ValidationRuleSet.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ValidationRuleSet.NameU.md b/api/Visio.ValidationRuleSet.NameU.md
index afdfb9c47f9..50843a37dd3 100644
--- a/api/Visio.ValidationRuleSet.NameU.md
+++ b/api/Visio.ValidationRuleSet.NameU.md
@@ -23,7 +23,7 @@ Specifies the universal name of the **[ValidationRuleSet](Visio.ValidationRuleS
_expression_ A variable that represents a [ValidationRuleSet](./Visio.ValidationRuleSet.md) object.
-### Return Value
+### Return value
**String**
diff --git a/api/Visio.ValidationRuleSet.ObjectType.md b/api/Visio.ValidationRuleSet.ObjectType.md
index 49cc4d373b0..a053046de72 100644
--- a/api/Visio.ValidationRuleSet.ObjectType.md
+++ b/api/Visio.ValidationRuleSet.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeValidationRuleSet** , the type of this object. Read-only.
_expression_ A variable that represents a '[ValidationRuleSet](Visio.ValidationRuleSet.md)' object.
-### Return Value
+### Return value
**visObjTypeValidationRuleSet**
diff --git a/api/Visio.ValidationRuleSet.RuleSetFlags.md b/api/Visio.ValidationRuleSet.RuleSetFlags.md
index d166348fe6f..8996bcb80f1 100644
--- a/api/Visio.ValidationRuleSet.RuleSetFlags.md
+++ b/api/Visio.ValidationRuleSet.RuleSetFlags.md
@@ -23,7 +23,7 @@ Gets or sets special rule-set properties. Read/write.
_expression_ A variable that represents a '[ValidationRuleSet](Visio.ValidationRuleSet.md)' object.
-### Return Value
+### Return value
**[VisRuleSetFlags](Visio.VisRuleSetFlags.md)**
diff --git a/api/Visio.ValidationRuleSet.Rules.md b/api/Visio.ValidationRuleSet.Rules.md
index 125830e2375..6804032070a 100644
--- a/api/Visio.ValidationRuleSet.Rules.md
+++ b/api/Visio.ValidationRuleSet.Rules.md
@@ -23,7 +23,7 @@ Returns the collection of validation rules in the validation rule set. Read-only
_expression_ A variable that represents a '[ValidationRuleSet](Visio.ValidationRuleSet.md)' object.
-### Return Value
+### Return value
**[ValidationRules](Visio.ValidationRules.md)**
diff --git a/api/Visio.ValidationRuleSet.Stat.md b/api/Visio.ValidationRuleSet.Stat.md
index cfd2ace3b39..5a31cfefca3 100644
--- a/api/Visio.ValidationRuleSet.Stat.md
+++ b/api/Visio.ValidationRuleSet.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a '[ValidationRuleSet](Visio.ValidationRuleSet.md)' object.
-### Return Value
+### Return value
**[VisStatCodes](Visio.visstatcodes.md)**
diff --git a/api/Visio.ValidationRuleSets.Add.md b/api/Visio.ValidationRuleSets.Add.md
index f5138064b94..9b1ea6ffef5 100644
--- a/api/Visio.ValidationRuleSets.Add.md
+++ b/api/Visio.ValidationRuleSets.Add.md
@@ -27,11 +27,11 @@ Adds a new, empty **[ValidationRuleSet](Visio.ValidationRuleSet.md)** object to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameU_|Required| **String**|The universal name to assign to the new validation rule set.|
-### Return Value
+### Return value
**ValidationRuleSet**
diff --git a/api/Visio.ValidationRuleSets.AddCopy.md b/api/Visio.ValidationRuleSets.AddCopy.md
index 958cacce4d9..bfbb83dc544 100644
--- a/api/Visio.ValidationRuleSets.AddCopy.md
+++ b/api/Visio.ValidationRuleSets.AddCopy.md
@@ -27,12 +27,12 @@ Adds a copy of an existing **[ValidationRuleSet](Visio.ValidationRuleSet.md)**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RuleSet_|Required| **ValidationRuleSet**|The existing rule set to copy and add to the collection of rule sets.|
| _NameU_|Optional| **String**|The universal name to assign to the new validation rule set.|
-### Return Value
+### Return value
**ValidationRuleSet**
diff --git a/api/Visio.ValidationRuleSets.Application.md b/api/Visio.ValidationRuleSets.Application.md
index 39dd89fffeb..f1cd95b7957 100644
--- a/api/Visio.ValidationRuleSets.Application.md
+++ b/api/Visio.ValidationRuleSets.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[ValidationRuleSets](Visio.ValidationRuleSets.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.ValidationRuleSets.Count.md b/api/Visio.ValidationRuleSets.Count.md
index d9b22b584ef..f27fc96a435 100644
--- a/api/Visio.ValidationRuleSets.Count.md
+++ b/api/Visio.ValidationRuleSets.Count.md
@@ -23,7 +23,7 @@ Returns the number of **[ValidationRuleSet](Visio.ValidationRuleSet.md)** objec
_expression_ A variable that represents a '[ValidationRuleSets](Visio.ValidationRuleSets.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ValidationRuleSets.Document.md b/api/Visio.ValidationRuleSets.Document.md
index eca993265c3..995ca5265fa 100644
--- a/api/Visio.ValidationRuleSets.Document.md
+++ b/api/Visio.ValidationRuleSets.Document.md
@@ -23,7 +23,7 @@ Returns the **[Document](Visio.Document.md)** object that is associated with an
_expression_ A variable that represents a '[ValidationRuleSets](Visio.ValidationRuleSets.md)' object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.ValidationRuleSets.Item.md b/api/Visio.ValidationRuleSets.Item.md
index 991bfefb6f0..951ac2a78cb 100644
--- a/api/Visio.ValidationRuleSets.Item.md
+++ b/api/Visio.ValidationRuleSets.Item.md
@@ -27,11 +27,11 @@ Returns the **[ValidationRuleSet](Visio.ValidationRuleSet.md)** object that has
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameUOrIndex_|Required| **Variant**|The universal name of the object, or the index number of the object in its collection.|
-### Return Value
+### Return value
**ValidationRuleSet**
diff --git a/api/Visio.ValidationRuleSets.ItemFromID.md b/api/Visio.ValidationRuleSets.ItemFromID.md
index 8b062070703..a68e947c048 100644
--- a/api/Visio.ValidationRuleSets.ItemFromID.md
+++ b/api/Visio.ValidationRuleSets.ItemFromID.md
@@ -27,11 +27,11 @@ Returns the **[ValidationRuleSet](Visio.ValidationRuleSet.md)** object that mat
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RuleID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
**ValidationRuleSet**
diff --git a/api/Visio.ValidationRuleSets.ObjectType.md b/api/Visio.ValidationRuleSets.ObjectType.md
index 64bc0a8b32b..9fdf9e87866 100644
--- a/api/Visio.ValidationRuleSets.ObjectType.md
+++ b/api/Visio.ValidationRuleSets.ObjectType.md
@@ -23,7 +23,7 @@ Returns **visObjTypeValidationRuleSets** , the type of this object. Read-only.
_expression_ A variable that represents a '[ValidationRuleSets](Visio.ValidationRuleSets.md)' object.
-### Return Value
+### Return value
**visObjTypeValidationRuleSets**
diff --git a/api/Visio.ValidationRuleSets.Stat.md b/api/Visio.ValidationRuleSets.Stat.md
index e35aef09b81..09008e40c6f 100644
--- a/api/Visio.ValidationRuleSets.Stat.md
+++ b/api/Visio.ValidationRuleSets.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a '[ValidationRuleSets](Visio.ValidationRuleSets.md)' object.
-### Return Value
+### Return value
**[VisStatCodes](Visio.visstatcodes.md)**
diff --git a/api/Visio.ValidationRules.Add.md b/api/Visio.ValidationRules.Add.md
index 79bb041d77c..26a5b7fb6a9 100644
--- a/api/Visio.ValidationRules.Add.md
+++ b/api/Visio.ValidationRules.Add.md
@@ -27,11 +27,11 @@ Adds a new, empty **[ValidationRule](Visio.ValidationRule.md)** object to the *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameU_|Required| **String**|The universal name to assign to the new validation rule.|
-### Return Value
+### Return value
**ValidationRule**
diff --git a/api/Visio.ValidationRules.Application.md b/api/Visio.ValidationRules.Application.md
index 827e2d9ee30..be9a65353a2 100644
--- a/api/Visio.ValidationRules.Application.md
+++ b/api/Visio.ValidationRules.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a '[ValidationRules](Visio.ValidationRules.md)' object.
-### Return Value
+### Return value
**[Application](Visio.Application.md)**
diff --git a/api/Visio.ValidationRules.Count.md b/api/Visio.ValidationRules.Count.md
index 195657e6769..f104723da0a 100644
--- a/api/Visio.ValidationRules.Count.md
+++ b/api/Visio.ValidationRules.Count.md
@@ -23,7 +23,7 @@ Returns the number of **[ValidationRule](Visio.ValidationRule.md)** objects in
_expression_ A variable that represents a '[ValidationRules](Visio.ValidationRules.md)' object.
-### Return Value
+### Return value
**Long**
diff --git a/api/Visio.ValidationRules.Document.md b/api/Visio.ValidationRules.Document.md
index 89ddd7f05ba..f6305c79969 100644
--- a/api/Visio.ValidationRules.Document.md
+++ b/api/Visio.ValidationRules.Document.md
@@ -20,7 +20,7 @@ Returns the **[Document](Visio.Document.md)** object that is associated with an
_expression_ A variable that represents a '[ValidationRules](Visio.ValidationRules.md)' object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.ValidationRules.Item.md b/api/Visio.ValidationRules.Item.md
index e60ed66252d..9ee98193429 100644
--- a/api/Visio.ValidationRules.Item.md
+++ b/api/Visio.ValidationRules.Item.md
@@ -27,11 +27,11 @@ Returns the **[ValidationRule](Visio.ValidationRule.md)** object that has the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameUOrIndex_|Required| **Variant**|The index number of the object in its collection.|
-### Return Value
+### Return value
**ValidationRule**
diff --git a/api/Visio.ValidationRules.ItemFromID.md b/api/Visio.ValidationRules.ItemFromID.md
index 603788accb5..19f163ab7aa 100644
--- a/api/Visio.ValidationRules.ItemFromID.md
+++ b/api/Visio.ValidationRules.ItemFromID.md
@@ -27,11 +27,11 @@ Returns the **[ValidationRule](Visio.ValidationRule.md)** object that matches t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RuleID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
**ValidationRule**
diff --git a/api/Visio.ValidationRules.ObjectType.md b/api/Visio.ValidationRules.ObjectType.md
index 50df1cfa607..74b2c80fc76 100644
--- a/api/Visio.ValidationRules.ObjectType.md
+++ b/api/Visio.ValidationRules.ObjectType.md
@@ -20,7 +20,7 @@ Returns **visObjTypeValidationRules** , the type of this object. Read-only.
_expression_ A variable that represents a '[ValidationRules](Visio.ValidationRules.md)' object.
-### Return Value
+### Return value
**visObjTypeValidationRules**
diff --git a/api/Visio.ValidationRules.Stat.md b/api/Visio.ValidationRules.Stat.md
index 5a0e24ae067..84223652057 100644
--- a/api/Visio.ValidationRules.Stat.md
+++ b/api/Visio.ValidationRules.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a '[ValidationRules](Visio.ValidationRules.md)' object.
-### Return Value
+### Return value
**[VisStatCodes](Visio.visstatcodes.md)**
diff --git a/api/Visio.VisBuiltInStencilTypes.md b/api/Visio.VisBuiltInStencilTypes.md
index e92bc659b7e..a6e31d5791e 100644
--- a/api/Visio.VisBuiltInStencilTypes.md
+++ b/api/Visio.VisBuiltInStencilTypes.md
@@ -17,7 +17,7 @@ Specifies constants that identify the available stencils; passed to the **GetBu
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visBuiltInStencilBackgrounds**|0|The hidden stencil that contains the shapes displayed in the **Backgrounds** gallery (**Design** tab).|
| **visBuiltInStencilBorders**|1|The hidden stencil that contains the shapes displayed in the **Borders and Titles** gallery (**Design** tab).|
diff --git a/api/Visio.VisCenterViewFlags.md b/api/Visio.VisCenterViewFlags.md
index 332cf83a56d..f580f626e2a 100644
--- a/api/Visio.VisCenterViewFlags.md
+++ b/api/Visio.VisCenterViewFlags.md
@@ -17,7 +17,7 @@ Specifies constants that define the different ways to center the view; passed to
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visCenterViewDefault**|0|Display the page that contains the specified shape, and center the view on the shape.|
| **visCenterViewIfOffScreen**|1|Center the view only if the shape is currently off screen.|
diff --git a/api/Visio.VisConnectedShapesFlags.md b/api/Visio.VisConnectedShapesFlags.md
index ea98253e872..b767c36ca03 100644
--- a/api/Visio.VisConnectedShapesFlags.md
+++ b/api/Visio.VisConnectedShapesFlags.md
@@ -20,7 +20,7 @@ Specifies constants that identify shapes by the directionality of their connecto
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visConnectedShapesAllNodes**|0|The shapes that are connected by using either incoming or outgoing connections.|
| **visConnectedShapesIncomingNodes**|1|The shapes that are connected by using incoming connections.|
diff --git a/api/Visio.VisConnectorEnds.md b/api/Visio.VisConnectorEnds.md
index 69e4bf4a837..c7f59ffd28a 100644
--- a/api/Visio.VisConnectorEnds.md
+++ b/api/Visio.VisConnectorEnds.md
@@ -17,7 +17,7 @@ Specifies constants that define the end points of a connector; passed to the **
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visConnectorBeginpoint**|0|The begin point of the connector.|
| **visConnectorEndPoint**|1|The end point of the connector.|
diff --git a/api/Visio.VisContainerAutoResize.md b/api/Visio.VisContainerAutoResize.md
index f4eb3606add..6f6f4c5c54d 100644
--- a/api/Visio.VisContainerAutoResize.md
+++ b/api/Visio.VisContainerAutoResize.md
@@ -17,7 +17,7 @@ Specifies constants that define the different ways that the container boundary c
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visContainerAutoResizeNone**|0|Do not automatically resize container.|
| **visContainerAutoResizeExpand**|1|Automatically expand the container size, but do not contract.|
diff --git a/api/Visio.VisContainerFlags.md b/api/Visio.VisContainerFlags.md
index 49ec7bfb892..423f9b3fe01 100644
--- a/api/Visio.VisContainerFlags.md
+++ b/api/Visio.VisContainerFlags.md
@@ -17,7 +17,7 @@ Specifies which container member shape IDs to return; constants passed to the *
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visContainerFlagsDefault**|0|Returns all shape types and includes items in nested containers.|
| **visContainerFlagsExcludeContainers**|1|Excludes member shapes that are containers.|
diff --git a/api/Visio.VisContainerMemberState.md b/api/Visio.VisContainerMemberState.md
index 16e85844a7a..7fd12ada428 100644
--- a/api/Visio.VisContainerMemberState.md
+++ b/api/Visio.VisContainerMemberState.md
@@ -17,7 +17,7 @@ Specifies constants that denote the state of the input member shape with respect
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visContainerMemberNotAMember**|0|The shape is not a member of the container.|
| **visContainerMemberInterior**|1|The member shape is within the bounds of the container.|
diff --git a/api/Visio.VisContainerNested.md b/api/Visio.VisContainerNested.md
index fcd4f0d13fd..c8d1a409101 100644
--- a/api/Visio.VisContainerNested.md
+++ b/api/Visio.VisContainerNested.md
@@ -17,7 +17,7 @@ Specifies whether to include or exclude shapes from nested containers; constants
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visContainerIncludeNested**|0|Include shapes that are in nested containers.|
| **visContainerExcludeNested**|1|Exclude shapes that are in nested containers.|
diff --git a/api/Visio.VisContainerTypes.md b/api/Visio.VisContainerTypes.md
index 1c2c4e91c3d..9d827785ce7 100644
--- a/api/Visio.VisContainerTypes.md
+++ b/api/Visio.VisContainerTypes.md
@@ -17,7 +17,7 @@ Specifies whether member shapes are arranged in a list; value returned by the *
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visContainerTypeNormal**|0|Member shapes are not arranged in a list.|
| **visContainerTypeList**|1|Member shapes are arranged in a list.|
diff --git a/api/Visio.VisDeleteFlags.md b/api/Visio.VisDeleteFlags.md
index c26a46b58f4..d4a3bfaf354 100644
--- a/api/Visio.VisDeleteFlags.md
+++ b/api/Visio.VisDeleteFlags.md
@@ -17,7 +17,7 @@ Specifies constants that define particular sets of instruction to apply to a del
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visDeleteNormal**|0|Match the deletion behavior in the user interface.|
| **visDeleteHealConnectors**|1|Delete connectors attached to deleted shapes.|
diff --git a/api/Visio.VisEdition.md b/api/Visio.VisEdition.md
index a6fe6d3da69..e658165defc 100644
--- a/api/Visio.VisEdition.md
+++ b/api/Visio.VisEdition.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that represent the installed edition of Microsoft Visio.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visEditionStandard**|0|Standard edition.|
| **visEditionProfessional**|1|Professional edition.|
diff --git a/api/Visio.VisGluedShapesFlags.md b/api/Visio.VisGluedShapesFlags.md
index 459d2303e16..d9fce60c29f 100644
--- a/api/Visio.VisGluedShapesFlags.md
+++ b/api/Visio.VisGluedShapesFlags.md
@@ -17,7 +17,7 @@ Specifies constants that identify which shapes to return, based on the dimension
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visGluedShapesAll1D**|0|Return all 1-D shapes that are glued to this shape.|
| **visGluedShapesIncoming1D**|1|Return the 1-D shapes whose end points are glued to this shape.|
diff --git a/api/Visio.VisLangFlags.md b/api/Visio.VisLangFlags.md
index 7577c6139a0..4bdc2769570 100644
--- a/api/Visio.VisLangFlags.md
+++ b/api/Visio.VisLangFlags.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies the language of the page name as local or universal; passed to the various members of the ServerPublishOptions object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visLangLocal**|0|The page name is a local name.|
| **visLangUniversal**|1|The page name is a universal name.|
diff --git a/api/Visio.VisLayoutDirection.md b/api/Visio.VisLayoutDirection.md
index 44fc367a5a4..8d86ebb83c2 100644
--- a/api/Visio.VisLayoutDirection.md
+++ b/api/Visio.VisLayoutDirection.md
@@ -17,7 +17,7 @@ Specifies constants that define the layout directions for a diagram or selection
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visLayoutDirRotateRight**|0|Rotates the diagram or selection 90 degrees clockwise.|
| **visLayoutDirRotateLeft**|1|Rotates the diagram or selection 90 degrees counter-clockwise.|
diff --git a/api/Visio.VisLayoutHorzAlignType.md b/api/Visio.VisLayoutHorzAlignType.md
index fc66fe23b62..e8655bf7f9f 100644
--- a/api/Visio.VisLayoutHorzAlignType.md
+++ b/api/Visio.VisLayoutHorzAlignType.md
@@ -17,7 +17,7 @@ Specifies constants that define the different ways to incrementally align a shap
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visLayoutHorzAlignNone**|0|Do not align horizontally.|
| **visLayoutHorzAlignDefault**|1|Let Visio choose how to align horizontally.|
diff --git a/api/Visio.VisLayoutIncrementalType.md b/api/Visio.VisLayoutIncrementalType.md
index a90678068ae..9c58de19993 100644
--- a/api/Visio.VisLayoutIncrementalType.md
+++ b/api/Visio.VisLayoutIncrementalType.md
@@ -17,7 +17,7 @@ Specifies constants that define types of incremental layout; passed to the **[P
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visLayoutIncrAlign**|1|Align shapes.|
| **visLayoutIncrSpace**|2|Space shapes evenly.|
diff --git a/api/Visio.VisLayoutVertAlignType.md b/api/Visio.VisLayoutVertAlignType.md
index 93ee065a4f8..28daf4b1cee 100644
--- a/api/Visio.VisLayoutVertAlignType.md
+++ b/api/Visio.VisLayoutVertAlignType.md
@@ -17,7 +17,7 @@ Specifies constants that define the different ways to incrementally align a shap
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visLayoutVertAlignNone**|0|Do not align vertically.|
| **visLayoutVertAlignDefault**|1|Let Visio choose how to align vertically.|
diff --git a/api/Visio.VisLegendFlags.md b/api/Visio.VisLegendFlags.md
index 73436b0106b..2268865a159 100644
--- a/api/Visio.VisLegendFlags.md
+++ b/api/Visio.VisLegendFlags.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies contants that define whether to populate the legend; passed to the DropLegend method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visLegendPopulate**|0|Drop the legend and populate it.|
| **visLegendNoContents**|1|Drop the legend and do not populate it.|
diff --git a/api/Visio.VisListAlignment.md b/api/Visio.VisListAlignment.md
index b078c5fb61f..9f4a07b9532 100644
--- a/api/Visio.VisListAlignment.md
+++ b/api/Visio.VisListAlignment.md
@@ -17,7 +17,7 @@ Specifies constants that define different ways to align shapes; passed to and re
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visListAlignLeftOrTop**|0|Left-align or top-align shapes.|
| **visListAlignCenterOrMiddle**|1|Center-align or middle-align shapes.|
diff --git a/api/Visio.VisListDirection.md b/api/Visio.VisListDirection.md
index 6c98d61b655..ad370417f43 100644
--- a/api/Visio.VisListDirection.md
+++ b/api/Visio.VisListDirection.md
@@ -17,7 +17,7 @@ Specifies constants that identify the list direction; passed to and returned by
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visListDirLeftToRight**|0|Shapes are arranged horizontally, from left to right.|
| **visListDirRightToLeft**|1|Shapes are arranged horizontally, from right to left.|
diff --git a/api/Visio.VisMemberAddOptions.md b/api/Visio.VisMemberAddOptions.md
index c3a21a339fa..f8a8b9563f0 100644
--- a/api/Visio.VisMemberAddOptions.md
+++ b/api/Visio.VisMemberAddOptions.md
@@ -17,7 +17,7 @@ Specifies whether to expand the container to accomodate the new member(s) or to
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visMemberAddUseResizeSetting**|0|Defer to the setting of the **[ContainerProperties.ResizeAsNeeded](Visio.ContainerProperties.ResizeAsNeeded.md)** property.|
| **visMemberAddExpandContainer**|1|Expand the container to fit the incoming shape(s).|
diff --git a/api/Visio.VisPublishDataRecordsets.md b/api/Visio.VisPublishDataRecordsets.md
index 2556125b216..0526f8c8886 100644
--- a/api/Visio.VisPublishDataRecordsets.md
+++ b/api/Visio.VisPublishDataRecordsets.md
@@ -17,7 +17,7 @@ Specifies constants that define which data recordsets to publish; passed to the
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visPublishDataRecordsetAll**|0|Publish all data recordsets in the document.|
| **visPublishDataRecordsetNone**|1|Publish none of the data recordsets in the document.|
diff --git a/api/Visio.VisPublishPages.md b/api/Visio.VisPublishPages.md
index a1e4c82bc89..c7e24e513f0 100644
--- a/api/Visio.VisPublishPages.md
+++ b/api/Visio.VisPublishPages.md
@@ -17,7 +17,7 @@ Specifies constants that define which pages to publish; passed to the **[Server
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visPublishPageAll**|0|Publish all pages.|
| **visPublishPageSelect**|1|Publish selected pages.|
diff --git a/api/Visio.VisRasterExportColorFormat.md b/api/Visio.VisRasterExportColorFormat.md
index 113c4374372..f46b9839c86 100644
--- a/api/Visio.VisRasterExportColorFormat.md
+++ b/api/Visio.VisRasterExportColorFormat.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that define the raster export color formats; passed to and returned by the RasterExportColorFormat property.
-|**Name**|**Value**|**Description**|**Applicable File Formats**|
+|Name|Value|Description|**Applicable File Formats**|
|:-----|:-----|:-----|:-----|
| **visRasterBiLevel**|0|Bi-level color format|BMP, PNG, TIFF|
| **visRaster16Color**|1|16-color format|BMP, PNG, TIFF|
diff --git a/api/Visio.VisRasterExportColorReduction.md b/api/Visio.VisRasterExportColorReduction.md
index 7dd5a390ca7..3bd2aa3d8fb 100644
--- a/api/Visio.VisRasterExportColorReduction.md
+++ b/api/Visio.VisRasterExportColorReduction.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that define the types of raster export color reduction; passed to and returned by the ApplicationSettings.RasterExportColorReduction property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRasterAdaptive**|0|Adaptive color reduction; the default for GIF files.|
| **visRasterDiffusion**|1|Diffusion color reduction.|
diff --git a/api/Visio.VisRasterExportDataCompression.md b/api/Visio.VisRasterExportDataCompression.md
index 3442f5b72c4..6282149aad1 100644
--- a/api/Visio.VisRasterExportDataCompression.md
+++ b/api/Visio.VisRasterExportDataCompression.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that identify the types of raster export data compression; passed to and returned by the ApplicationSettings.RasterExportDataCompression property.
-|**Name**|**Value**|**Description**|**Applicable File Format**|
+|Name|Value|Description|**Applicable File Format**|
|:-----|:-----|:-----|:-----|
| **visRasterNone**|0|No compression; the default for BMP.|BMP|
| **visRasterRLE**|1|RLE compression.|BMP|
diff --git a/api/Visio.VisRasterExportDataFormat.md b/api/Visio.VisRasterExportDataFormat.md
index 135cb328fc4..e4ed9c6e7b2 100644
--- a/api/Visio.VisRasterExportDataFormat.md
+++ b/api/Visio.VisRasterExportDataFormat.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that identify which raster export data format algorithm to use; passed to and returned by the RasterExportDataFormat property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRasterInterlace**|0|Interlace format; the default.|
| **visRasterNonInterlace**|1|Non-interlace format.|
diff --git a/api/Visio.VisRasterExportFlip.md b/api/Visio.VisRasterExportFlip.md
index 99d535029d4..3ee0f208f00 100644
--- a/api/Visio.VisRasterExportFlip.md
+++ b/api/Visio.VisRasterExportFlip.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that define how to apply the raster export flip; passed to and returned by the ApplicationSettings.RasterExportFlip property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRasterNoFlip**|0|No flip, the default.|
| **visRasterFlipHorizontal**|1|Flip horizontally.|
diff --git a/api/Visio.VisRasterExportOperation.md b/api/Visio.VisRasterExportOperation.md
index 5d8d042f10d..77d8221322e 100644
--- a/api/Visio.VisRasterExportOperation.md
+++ b/api/Visio.VisRasterExportOperation.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that identify the varieties of raster export operations; passed to and returned by the ApplicationSettings.RasterExportOperation property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRasterBaseline**|0|Baseline operation; the default.|
| **visRasterProgressive**|1|Progressive operation.|
diff --git a/api/Visio.VisRasterExportResolution.md b/api/Visio.VisRasterExportResolution.md
index 98952d4cd2b..4f66c421566 100644
--- a/api/Visio.VisRasterExportResolution.md
+++ b/api/Visio.VisRasterExportResolution.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that define which type of raster export resolution to use; passed to the SetRasterExportResolution method and returned by the GetRasterExportResolution method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRasterUseScreenResolution**|0|Use screen resolution.|
| **visRasterUsePrinterResolution**|1|Use printer resolution.|
diff --git a/api/Visio.VisRasterExportResolutionUnits.md b/api/Visio.VisRasterExportResolutionUnits.md
index 53203dc6fc9..48bfd74ef27 100644
--- a/api/Visio.VisRasterExportResolutionUnits.md
+++ b/api/Visio.VisRasterExportResolutionUnits.md
@@ -19,7 +19,7 @@ Specifies constants that define the raster export resolution units; passed to th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRasterPixelsPerInch**|0|Pixels per inch.|
| **visRasterPixelsPerCm**|1|Pixels per centimeter.|
diff --git a/api/Visio.VisRasterExportRotation.md b/api/Visio.VisRasterExportRotation.md
index 54bd5a9847c..1c4b75c2aeb 100644
--- a/api/Visio.VisRasterExportRotation.md
+++ b/api/Visio.VisRasterExportRotation.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that define how to apply the raster export rotation; passed to and returned by the ApplicationSettings.RasterExportRotation property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRasterNoRotation**|0|No rotation; the default.|
| **visRasterRotateLeft**|1|Rotate left.|
diff --git a/api/Visio.VisRasterExportSize.md b/api/Visio.VisRasterExportSize.md
index b2f53ee3d8d..5db89328010 100644
--- a/api/Visio.VisRasterExportSize.md
+++ b/api/Visio.VisRasterExportSize.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that define which raster export size to use; passed to the SetRasterExportSize method and returned by the GetRasterExportSize method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRasterFitToScreenSize**|0|Use screen size.|
| **visRasterFitToPrinterSize**|1|Use printer size.|
diff --git a/api/Visio.VisRasterExportSizeUnits.md b/api/Visio.VisRasterExportSizeUnits.md
index 1c94b42efeb..3558cd089b7 100644
--- a/api/Visio.VisRasterExportSizeUnits.md
+++ b/api/Visio.VisRasterExportSizeUnits.md
@@ -18,7 +18,7 @@ ms.date: 06/08/2017
Specifies constants that define the raster export size units; passed to the SetRasterExportSize method and returned by the GetRasterExportSize method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRasterPixel**|0|Pixels|
| **visRasterCm**|1|Centimeters|
diff --git a/api/Visio.VisResizeDirection.md b/api/Visio.VisResizeDirection.md
index 1db9867c753..bdd570208f2 100644
--- a/api/Visio.VisResizeDirection.md
+++ b/api/Visio.VisResizeDirection.md
@@ -17,7 +17,7 @@ Specifies the resize directions that correspond to the shape handles to move; pa
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visResizeDirE**|0|Middle right.|
| **visResizeDirNE**|1|Top right.|
diff --git a/api/Visio.VisRibbonXModes.md b/api/Visio.VisRibbonXModes.md
index 006edd7d35c..9c4541634d5 100644
--- a/api/Visio.VisRibbonXModes.md
+++ b/api/Visio.VisRibbonXModes.md
@@ -17,7 +17,7 @@ Specifies constants that identify the various modes in which to display the cust
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRXModeNone**|0|Display the custom user interface (UI) when no document is active.|
| **visRXModeDrawing**|1|Display the custom UI in Drawing mode.|
diff --git a/api/Visio.VisRoleSelectionTypes.md b/api/Visio.VisRoleSelectionTypes.md
index 899dafa57f4..400d1a27a46 100644
--- a/api/Visio.VisRoleSelectionTypes.md
+++ b/api/Visio.VisRoleSelectionTypes.md
@@ -17,7 +17,7 @@ Specifies selections that contain all shapes of a given role; passed to the **[
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRoleSelConnector**|1|A selection that contains all connector shapes.|
| **visRoleSelContainer**|2|A selection that contains all container shapes.|
diff --git a/api/Visio.VisRuleSetFlags.md b/api/Visio.VisRuleSetFlags.md
index c4bbe71bc8d..bfdb652dfc8 100644
--- a/api/Visio.VisRuleSetFlags.md
+++ b/api/Visio.VisRuleSetFlags.md
@@ -17,7 +17,7 @@ Specifies constants that define special rule-set behaviors; passed to and return
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRuleSetDefault**|0|The default rule-set property. The rule set appears in the **Rules to Check** list (click the **Check Diagram** arrow on the **Process** tab).|
| **visRuleSetHidden**|1|The rule set does not appear in the **Rules to Check** list.|
diff --git a/api/Visio.VisRuleTargets.md b/api/Visio.VisRuleTargets.md
index 71cdf6a48f3..fe714ca7424 100644
--- a/api/Visio.VisRuleTargets.md
+++ b/api/Visio.VisRuleTargets.md
@@ -17,7 +17,7 @@ Specifies contants that define the target of the validation rule; passed to and
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRuleTargetDocument**|2|The rule applies to the document itself.|
| **visRuleTargetPage**|1|The rule applies to pages in the document.|
diff --git a/api/Visio.VisValidationFlags.md b/api/Visio.VisValidationFlags.md
index fe35dd582d6..3a9406704c6 100644
--- a/api/Visio.VisValidationFlags.md
+++ b/api/Visio.VisValidationFlags.md
@@ -17,7 +17,7 @@ Specifies constants that define special validation behaviors; passed to the **[
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visValidationDefault**|0|Validate document, and if validation issues are found, open the **Issues** window.|
| **visValidationNoOpenWindow**|1|Validate document, but do not open the **Issues** window.|
diff --git a/api/Visio.Window.Activate.md b/api/Visio.Window.Activate.md
index 17234a1416a..f855d8962d9 100644
--- a/api/Visio.Window.Activate.md
+++ b/api/Visio.Window.Activate.md
@@ -23,7 +23,7 @@ Activates a window.
_expression_ An expression that returns a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.AllowEditing.md b/api/Visio.Window.AllowEditing.md
index 206430392da..8d54b4351cb 100644
--- a/api/Visio.Window.AllowEditing.md
+++ b/api/Visio.Window.AllowEditing.md
@@ -23,7 +23,7 @@ Determines whether the **Edit Stencil** command is enabled or disabled in a ste
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Window.Application.md b/api/Visio.Window.Application.md
index 2e9428362ca..b396d01450b 100644
--- a/api/Visio.Window.Application.md
+++ b/api/Visio.Window.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Window.BackgroundColor.md b/api/Visio.Window.BackgroundColor.md
index 5c0ebffec6d..dcf63f0375c 100644
--- a/api/Visio.Window.BackgroundColor.md
+++ b/api/Visio.Window.BackgroundColor.md
@@ -23,7 +23,7 @@ Determines the background color of the active Microsoft Visio drawing window and
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
OLE_COLOR
diff --git a/api/Visio.Window.BackgroundColorGradient.md b/api/Visio.Window.BackgroundColorGradient.md
index fc4f4fba63b..94b8ca99fef 100644
--- a/api/Visio.Window.BackgroundColorGradient.md
+++ b/api/Visio.Window.BackgroundColorGradient.md
@@ -23,7 +23,7 @@ Determines the background gradient color of the active Microsoft Visio drawing w
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
OLE_COLOR
diff --git a/api/Visio.Window.BeforeWindowClosed.md b/api/Visio.Window.BeforeWindowClosed.md
index 3f9aac56d3f..899547cfc60 100644
--- a/api/Visio.Window.BeforeWindowClosed.md
+++ b/api/Visio.Window.BeforeWindowClosed.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.Window.BeforeWindowPageTurn.md b/api/Visio.Window.BeforeWindowPageTurn.md
index fc53a391a5c..ff00a13f9c1 100644
--- a/api/Visio.Window.BeforeWindowPageTurn.md
+++ b/api/Visio.Window.BeforeWindowPageTurn.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to show a different page.|
diff --git a/api/Visio.Window.BeforeWindowSelDelete.md b/api/Visio.Window.BeforeWindowSelDelete.md
index 7dd21b8117f..19fc17a9895 100644
--- a/api/Visio.Window.BeforeWindowSelDelete.md
+++ b/api/Visio.Window.BeforeWindowSelDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeWindowSelDelete'(**_ByVal Window As [IVWINDOW]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that contains the selection that is going to be deleted.|
diff --git a/api/Visio.Window.Caption.md b/api/Visio.Window.Caption.md
index ca214856b1c..8b676c3a2be 100644
--- a/api/Visio.Window.Caption.md
+++ b/api/Visio.Window.Caption.md
@@ -23,7 +23,7 @@ Gets or sets the caption for a window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Window.CenterViewOnShape.md b/api/Visio.Window.CenterViewOnShape.md
index 4c045cac8eb..ab0279990f8 100644
--- a/api/Visio.Window.CenterViewOnShape.md
+++ b/api/Visio.Window.CenterViewOnShape.md
@@ -27,12 +27,12 @@ Pans the Microsoft Visio drawing window to place the specified shape in the cent
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SheetObject_|Required| **[Shape](Visio.Shape.md)**|The shape to center in the view.|
| _Flags_|Required| **[VisCenterViewFlags](Visio.VisCenterViewFlags.md)**|The centering behavior to apply.|
-### Return Value
+### Return value
**Nothing**
diff --git a/api/Visio.Window.Close.md b/api/Visio.Window.Close.md
index 9fa743701eb..7a9f5cccb98 100644
--- a/api/Visio.Window.Close.md
+++ b/api/Visio.Window.Close.md
@@ -23,7 +23,7 @@ Closes a window.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.DeselectAll.md b/api/Visio.Window.DeselectAll.md
index cabd7b1c22f..20c87c6419a 100644
--- a/api/Visio.Window.DeselectAll.md
+++ b/api/Visio.Window.DeselectAll.md
@@ -23,7 +23,7 @@ Deselects all shapes in a window or selection.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.DockedStencils.md b/api/Visio.Window.DockedStencils.md
index d191206f0d5..3fa2108bc59 100644
--- a/api/Visio.Window.DockedStencils.md
+++ b/api/Visio.Window.DockedStencils.md
@@ -27,11 +27,11 @@ Returns the names of all stencils docked in a Microsoft Visio drawing window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NameArray()_|Required| **String**|Out parameter. An array that receives the names of stencils docked in a window.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.Document.md b/api/Visio.Window.Document.md
index 947a2939425..57c3a07a9e3 100644
--- a/api/Visio.Window.Document.md
+++ b/api/Visio.Window.Document.md
@@ -23,7 +23,7 @@ Gets the **Document** object that is associated with an object. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Document
diff --git a/api/Visio.Window.EventList.md b/api/Visio.Window.EventList.md
index 5f5ab79c3d8..c9deae84fba 100644
--- a/api/Visio.Window.EventList.md
+++ b/api/Visio.Window.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Window.GetViewRect.md b/api/Visio.Window.GetViewRect.md
index ceafc20c702..ee07ed032b9 100644
--- a/api/Visio.Window.GetViewRect.md
+++ b/api/Visio.Window.GetViewRect.md
@@ -27,14 +27,14 @@ Returns the page coordinates of a window's borders.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pdLeft_|Required| **Double**|The coordinate in page units of the left side of the window.|
| _pdTop_|Required| **Double**|The coordinate in page units of the top of the window.|
| _pdWidth_|Required| **Double**|The distance in page units from the left side to the right side of the window.|
| _pdHeight_|Required| **Double**|The distance in page units from the top to the bottom of the window.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.GetWindowRect.md b/api/Visio.Window.GetWindowRect.md
index b33d49cbd8d..5e4e8213335 100644
--- a/api/Visio.Window.GetWindowRect.md
+++ b/api/Visio.Window.GetWindowRect.md
@@ -27,14 +27,14 @@ Gets the size and position of the client area of a window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pnLeft_|Required| **Long**|The coordinate of the left side of the window.|
| _pnTop_|Required| **Long**|The coordinate of the top of the window.|
| _pnWidth_|Required| **Long**|The distance in pixels from the left side to the right side of the window.|
| _pnHeight_|Required| **Long**|The distance in pixels from the top to the bottom of the window.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.ID.md b/api/Visio.Window.ID.md
index 1bf5bf755e1..fd370674f14 100644
--- a/api/Visio.Window.ID.md
+++ b/api/Visio.Window.ID.md
@@ -23,7 +23,7 @@ Gets the ID of an object. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Window.InPlace.md b/api/Visio.Window.InPlace.md
index 6876bf44b48..f4a96323c2b 100644
--- a/api/Visio.Window.InPlace.md
+++ b/api/Visio.Window.InPlace.md
@@ -23,7 +23,7 @@ Specifies whether a window is open in place, or whether a document is being view
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Window.Index.md b/api/Visio.Window.Index.md
index 14f05559f09..2b00770c86b 100644
--- a/api/Visio.Window.Index.md
+++ b/api/Visio.Window.Index.md
@@ -23,7 +23,7 @@ Gets the ordinal position of a **Window** object in the **Windows** collection.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.IsEditingOLE.md b/api/Visio.Window.IsEditingOLE.md
index c0492b95bc4..0880b35cca7 100644
--- a/api/Visio.Window.IsEditingOLE.md
+++ b/api/Visio.Window.IsEditingOLE.md
@@ -23,7 +23,7 @@ Determines whether a drawing window contains an ActiveX control that has focus o
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Window.IsEditingText.md b/api/Visio.Window.IsEditingText.md
index 9f46058e8a0..4f7221e0a63 100644
--- a/api/Visio.Window.IsEditingText.md
+++ b/api/Visio.Window.IsEditingText.md
@@ -23,7 +23,7 @@ Determines whether a text editing session is active in the drawing window. Read-
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Window.KeyDown.md b/api/Visio.Window.KeyDown.md
index 974982b8b48..c89a5828e49 100644
--- a/api/Visio.Window.KeyDown.md
+++ b/api/Visio.Window.KeyDown.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'KeyDown'(**_ByVal KeyCode As Long_** , **_ByVal KeyB
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Window.KeyPress.md b/api/Visio.Window.KeyPress.md
index 13881f13512..ab06f0b0cf8 100644
--- a/api/Visio.Window.KeyPress.md
+++ b/api/Visio.Window.KeyPress.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'KeyPress'(**_ByVal KeyAscii As Long_** , **_ByVal Ca
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The ASCII value of the key that was pressed. See Remarks for possible values.|
| _CancelDefault_|Required| **Boolean**| **False** if Microsoft Visio should process the message it receives from this event; otherwise, **True** .|
diff --git a/api/Visio.Window.KeyUp.md b/api/Visio.Window.KeyUp.md
index 30c93ec622d..e77b5ab7f04 100644
--- a/api/Visio.Window.KeyUp.md
+++ b/api/Visio.Window.KeyUp.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'KeyUp'(**_ByVal KeyCode As Long_** , **_ByVal KeyBut
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Window.Master.md b/api/Visio.Window.Master.md
index 4e9dbde8e65..53095dabef9 100644
--- a/api/Visio.Window.Master.md
+++ b/api/Visio.Window.Master.md
@@ -23,7 +23,7 @@ Gets the master that is displayed in a window. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.Window.MasterShortcut.md b/api/Visio.Window.MasterShortcut.md
index 5a33d8c1998..8319dff14d5 100644
--- a/api/Visio.Window.MasterShortcut.md
+++ b/api/Visio.Window.MasterShortcut.md
@@ -23,7 +23,7 @@ Gets the master shortcut that is displayed in a window. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
MasterShortcut
diff --git a/api/Visio.Window.MergeCaption.md b/api/Visio.Window.MergeCaption.md
index b09aced97f4..177639cc0a5 100644
--- a/api/Visio.Window.MergeCaption.md
+++ b/api/Visio.Window.MergeCaption.md
@@ -23,7 +23,7 @@ Gets or sets the abbreviated caption that appears on the page tab when the windo
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Window.MergeClass.md b/api/Visio.Window.MergeClass.md
index fee5a3c6fb0..2789d414b2d 100644
--- a/api/Visio.Window.MergeClass.md
+++ b/api/Visio.Window.MergeClass.md
@@ -23,7 +23,7 @@ Specifies a list of window classes that this anchored window can merge with. Rea
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Window.MergeID.md b/api/Visio.Window.MergeID.md
index afe7e491377..ff5cb0aebff 100644
--- a/api/Visio.Window.MergeID.md
+++ b/api/Visio.Window.MergeID.md
@@ -23,7 +23,7 @@ Specifies the string version of a merged window's globally unique identifier (GU
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.Window.MergePosition.md b/api/Visio.Window.MergePosition.md
index 144205be436..5d8a3f4190f 100644
--- a/api/Visio.Window.MergePosition.md
+++ b/api/Visio.Window.MergePosition.md
@@ -23,7 +23,7 @@ Specifies the left-to-right tab position of a merged anchored window. Read/write
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Window.MouseDown.md b/api/Visio.Window.MouseDown.md
index 9bb36edd1e5..47221370bac 100644
--- a/api/Visio.Window.MouseDown.md
+++ b/api/Visio.Window.MouseDown.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MouseDown'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Window.MouseMove.md b/api/Visio.Window.MouseMove.md
index 4df8d284f01..186261581a9 100644
--- a/api/Visio.Window.MouseMove.md
+++ b/api/Visio.Window.MouseMove.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MouseMove'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was clicked. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Window.MouseUp.md b/api/Visio.Window.MouseUp.md
index 2446a00bcee..bf771bf4ffb 100644
--- a/api/Visio.Window.MouseUp.md
+++ b/api/Visio.Window.MouseUp.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MouseUp'(**_ByVal Button As Long_** , **_ByVal KeyBu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Window.NewWindow.md b/api/Visio.Window.NewWindow.md
index 613f686d841..8206373be0b 100644
--- a/api/Visio.Window.NewWindow.md
+++ b/api/Visio.Window.NewWindow.md
@@ -23,7 +23,7 @@ Opens a new Microsoft Visio window.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Window.ObjectType.md b/api/Visio.Window.ObjectType.md
index 566fbeb341d..59e92514ca4 100644
--- a/api/Visio.Window.ObjectType.md
+++ b/api/Visio.Window.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.OnKeystrokeMessageForAddon.md b/api/Visio.Window.OnKeystrokeMessageForAddon.md
index 933b71610cd..3b9988c560d 100644
--- a/api/Visio.Window.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.Window.OnKeystrokeMessageForAddon.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'OnKeystrokeMessageForAddon'(**_ByVal MSG As [IVMSGWR
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MSG_|Required| **[IVMSGWRAP]**|The message that Visio receives.|
diff --git a/api/Visio.Window.Page.md b/api/Visio.Window.Page.md
index 55e485d7bf3..2f80539edbf 100644
--- a/api/Visio.Window.Page.md
+++ b/api/Visio.Window.Page.md
@@ -23,7 +23,7 @@ Gets or sets the page that is displayed in a window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Variant
diff --git a/api/Visio.Window.PageTabWidth.md b/api/Visio.Window.PageTabWidth.md
index 3cbda472c7e..a186c23d18f 100644
--- a/api/Visio.Window.PageTabWidth.md
+++ b/api/Visio.Window.PageTabWidth.md
@@ -23,7 +23,7 @@ Gets or sets the width of the page tab control in a drawing window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Window.Parent.md b/api/Visio.Window.Parent.md
index 5f123597f32..b64c05debb5 100644
--- a/api/Visio.Window.Parent.md
+++ b/api/Visio.Window.Parent.md
@@ -23,7 +23,7 @@ Determines the parent of an object. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Windows
diff --git a/api/Visio.Window.ParentWindow.md b/api/Visio.Window.ParentWindow.md
index 1444098bef2..b2f1e140cb3 100644
--- a/api/Visio.Window.ParentWindow.md
+++ b/api/Visio.Window.ParentWindow.md
@@ -23,7 +23,7 @@ Returns the **Window** object that is the parent of another **Window** object.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Window.PersistsEvents.md b/api/Visio.Window.PersistsEvents.md
index 105a9deff71..f42c8730464 100644
--- a/api/Visio.Window.PersistsEvents.md
+++ b/api/Visio.Window.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.QueryCancelWindowClose.md b/api/Visio.Window.QueryCancelWindowClose.md
index d2f8f597578..803c5ece320 100644
--- a/api/Visio.Window.QueryCancelWindowClose.md
+++ b/api/Visio.Window.QueryCancelWindowClose.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelWindowClose'(**_ByVal Window As [IVWINDOW
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.Window.ReviewerMarkupVisible.md b/api/Visio.Window.ReviewerMarkupVisible.md
index 95e6f63ccb7..86f89127e36 100644
--- a/api/Visio.Window.ReviewerMarkupVisible.md
+++ b/api/Visio.Window.ReviewerMarkupVisible.md
@@ -27,11 +27,11 @@ Determines whether reviewer markup, for a particular reviewer or all reviewers,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReviewerID_|Optional| **Long**|The ID of a particular reviewer. If you do not pass a reviewer ID, the **ReviewerMarkupVisible** property value specifies visibility for all reviewers.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Window.Scroll.md b/api/Visio.Window.Scroll.md
index e1309664424..f404f75ea69 100644
--- a/api/Visio.Window.Scroll.md
+++ b/api/Visio.Window.Scroll.md
@@ -27,12 +27,12 @@ Scrolls the contents of a window vertically, horizontally, or both.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nxFlags_|Required| **Long**|Indicates how to scroll horizontally.|
| _nyFlags_|Required| **Long**|Indicates how to scroll vertically.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.ScrollLock.md b/api/Visio.Window.ScrollLock.md
index 00cb94e3efe..14e1d44fea3 100644
--- a/api/Visio.Window.ScrollLock.md
+++ b/api/Visio.Window.ScrollLock.md
@@ -23,7 +23,7 @@ Determines whether scrolling is disabled in a Microsoft Visio window. Read/write
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Window.ScrollViewTo.md b/api/Visio.Window.ScrollViewTo.md
index 3c40371ff3b..06cde04fee0 100644
--- a/api/Visio.Window.ScrollViewTo.md
+++ b/api/Visio.Window.ScrollViewTo.md
@@ -27,12 +27,12 @@ Scrolls a window to a particular page coordinate.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Double**|The x-coordinate to which to scroll.|
| _y_|Required| **Double**|The y-coordinate to which to scroll.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.Select.md b/api/Visio.Window.Select.md
index f0080c05dea..d131cc665a8 100644
--- a/api/Visio.Window.Select.md
+++ b/api/Visio.Window.Select.md
@@ -27,12 +27,12 @@ Selects or clears an object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SheetObject_|Required| **[IVSHAPE]**|An expression that returns a **Shape** object to select or clear.|
| _SelectAction_|Required| **Integer**|The type of selection action to take.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.SelectAll.md b/api/Visio.Window.SelectAll.md
index b5e65213dbf..c8d217f915b 100644
--- a/api/Visio.Window.SelectAll.md
+++ b/api/Visio.Window.SelectAll.md
@@ -23,7 +23,7 @@ Selects all possible shapes in a window or selection.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.SelectedCell.md b/api/Visio.Window.SelectedCell.md
index d77887ae27c..e9ed24bef1c 100644
--- a/api/Visio.Window.SelectedCell.md
+++ b/api/Visio.Window.SelectedCell.md
@@ -23,7 +23,7 @@ Returns the selected cell in the ShapeSheet window. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Cell
diff --git a/api/Visio.Window.SelectedDataRecordset.md b/api/Visio.Window.SelectedDataRecordset.md
index 9e69f150524..7ce6f66bab5 100644
--- a/api/Visio.Window.SelectedDataRecordset.md
+++ b/api/Visio.Window.SelectedDataRecordset.md
@@ -26,7 +26,7 @@ Gets or sets the data recordset that is displayed on the active tab of the **Ex
_expression_ An expression that returns a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
DataRecordset
diff --git a/api/Visio.Window.SelectedDataRowID.md b/api/Visio.Window.SelectedDataRowID.md
index 833e801c385..1e6f434a73e 100644
--- a/api/Visio.Window.SelectedDataRowID.md
+++ b/api/Visio.Window.SelectedDataRowID.md
@@ -26,7 +26,7 @@ Gets or sets the ID of the data row that is selected (or that is the primary row
_expression_ An expression that returns a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Window.SelectedMasters.md b/api/Visio.Window.SelectedMasters.md
index 23048272ed2..705536a6751 100644
--- a/api/Visio.Window.SelectedMasters.md
+++ b/api/Visio.Window.SelectedMasters.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Object()
diff --git a/api/Visio.Window.SelectedText.md b/api/Visio.Window.SelectedText.md
index 4e9eaa76718..9989256f2b8 100644
--- a/api/Visio.Window.SelectedText.md
+++ b/api/Visio.Window.SelectedText.md
@@ -23,7 +23,7 @@ Returns the selected text in the Microsoft Visio drawing window as a **Characte
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Characters
diff --git a/api/Visio.Window.SelectedValidationIssue.md b/api/Visio.Window.SelectedValidationIssue.md
index 5d88afb2996..ce6c61accdf 100644
--- a/api/Visio.Window.SelectedValidationIssue.md
+++ b/api/Visio.Window.SelectedValidationIssue.md
@@ -23,7 +23,7 @@ Gets or sets the validation issue that is selected in the **Issues** window. Re
_expression_ A variable that represents a '[Window](Visio.Window.md)' object.
-### Return Value
+### Return value
[ValidationIssue](Visio.ValidationIssue.md)
diff --git a/api/Visio.Window.Selection.md b/api/Visio.Window.Selection.md
index 42e9989538c..631859ec9ba 100644
--- a/api/Visio.Window.Selection.md
+++ b/api/Visio.Window.Selection.md
@@ -23,7 +23,7 @@ Returns a **Selection** object that represents what is presently selected in th
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Selection
diff --git a/api/Visio.Window.SelectionChanged.md b/api/Visio.Window.SelectionChanged.md
index 87ad92af4d6..3bbfa9de015 100644
--- a/api/Visio.Window.SelectionChanged.md
+++ b/api/Visio.Window.SelectionChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window in which the selection changed.|
diff --git a/api/Visio.Window.SelectionForDragCopy.md b/api/Visio.Window.SelectionForDragCopy.md
index e16b1b666aa..ea6ea59ac7c 100644
--- a/api/Visio.Window.SelectionForDragCopy.md
+++ b/api/Visio.Window.SelectionForDragCopy.md
@@ -23,7 +23,7 @@ Returns the **[Selection](Visio.Selection.md)** object that represents the coll
_expression_ A variable that represents a '[Window](Visio.Window.md)' object.
-### Return Value
+### Return value
**Selection**
diff --git a/api/Visio.Window.SetViewRect.md b/api/Visio.Window.SetViewRect.md
index 56f3bfe4da1..e8cbbfcf6eb 100644
--- a/api/Visio.Window.SetViewRect.md
+++ b/api/Visio.Window.SetViewRect.md
@@ -27,14 +27,14 @@ Sets the page coordinates of a window's borders by adjusting the zoom level and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _dLeft_|Required| **Double**|The page coordinate of the left side of the window.|
| _dTop_|Required| **Double**|The page coordinate of the top of the window.|
| _dWidth_|Required| **Double**|The distance in page units from the left side to the right side of the window.|
| _dHeight_|Required| **Double**|The distance in page units from the top to the bottom of the window.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.SetWindowRect.md b/api/Visio.Window.SetWindowRect.md
index 8de087a680c..2431e63ac72 100644
--- a/api/Visio.Window.SetWindowRect.md
+++ b/api/Visio.Window.SetWindowRect.md
@@ -27,14 +27,14 @@ Sets the size and position of the client area of a window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nLeft_|Required| **Long**|The coordinate of the left side of the window.|
| _nTop_|Required| **Long**|The coordinate of the top of the window.|
| _nWidth_|Required| **Long**|The distance in pixels from the left side to the right side of the window.|
| _nHeight_|Required| **Long**|The distance in pixels from the top to the bottom of the window.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Window.Shape.md b/api/Visio.Window.Shape.md
index 84fa2062137..1eb5e43eeda 100644
--- a/api/Visio.Window.Shape.md
+++ b/api/Visio.Window.Shape.md
@@ -23,7 +23,7 @@ Returns the **Shape** object that owns a **Cell** , **Characters** , **Row** ,
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Shape
diff --git a/api/Visio.Window.ShowConnectPoints.md b/api/Visio.Window.ShowConnectPoints.md
index 8a8c18a4bb2..29a944419ab 100644
--- a/api/Visio.Window.ShowConnectPoints.md
+++ b/api/Visio.Window.ShowConnectPoints.md
@@ -23,7 +23,7 @@ Determines whether connection points are shown in a window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.ShowGrid.md b/api/Visio.Window.ShowGrid.md
index a7188312cc5..722bebfb665 100644
--- a/api/Visio.Window.ShowGrid.md
+++ b/api/Visio.Window.ShowGrid.md
@@ -23,7 +23,7 @@ Determines whether a grid is shown in a window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.ShowGuides.md b/api/Visio.Window.ShowGuides.md
index e4ec0bf8d55..f00fc78fb90 100644
--- a/api/Visio.Window.ShowGuides.md
+++ b/api/Visio.Window.ShowGuides.md
@@ -23,7 +23,7 @@ Determines whether guides are shown in a window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.ShowPageBreaks.md b/api/Visio.Window.ShowPageBreaks.md
index 5d9c4aa02e9..968085da95b 100644
--- a/api/Visio.Window.ShowPageBreaks.md
+++ b/api/Visio.Window.ShowPageBreaks.md
@@ -23,7 +23,7 @@ Determines whether page breaks are shown in a window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.ShowPageOutline.md b/api/Visio.Window.ShowPageOutline.md
index 40da89f5310..6c877bb8929 100644
--- a/api/Visio.Window.ShowPageOutline.md
+++ b/api/Visio.Window.ShowPageOutline.md
@@ -23,7 +23,7 @@ Determines whether the drawing page outline is displayed in the Microsoft Visio
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Window.ShowPageTabs.md b/api/Visio.Window.ShowPageTabs.md
index af0abc1fd4f..91238b17240 100644
--- a/api/Visio.Window.ShowPageTabs.md
+++ b/api/Visio.Window.ShowPageTabs.md
@@ -23,7 +23,7 @@ Determines whether page tab controls are shown in the drawing window. Read/write
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Window.ShowRulers.md b/api/Visio.Window.ShowRulers.md
index 9a7ef8f2292..94fb74db7e2 100644
--- a/api/Visio.Window.ShowRulers.md
+++ b/api/Visio.Window.ShowRulers.md
@@ -23,7 +23,7 @@ Determines whether rulers are shown in the drawing window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.ShowScrollBars.md b/api/Visio.Window.ShowScrollBars.md
index 9b6c99b6a48..711efdda899 100644
--- a/api/Visio.Window.ShowScrollBars.md
+++ b/api/Visio.Window.ShowScrollBars.md
@@ -23,7 +23,7 @@ Determines whether scroll bars are shown in the drawing window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.Stat.md b/api/Visio.Window.Stat.md
index 4c3bfd36864..9b95065b087 100644
--- a/api/Visio.Window.Stat.md
+++ b/api/Visio.Window.Stat.md
@@ -23,7 +23,7 @@ Returns status information for an object. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.SubType.md b/api/Visio.Window.SubType.md
index fd729ab4452..03971d74d0a 100644
--- a/api/Visio.Window.SubType.md
+++ b/api/Visio.Window.SubType.md
@@ -23,7 +23,7 @@ Returns the subtype of a **Window** object that represents a drawing window. Re
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.Type.md b/api/Visio.Window.Type.md
index b980fb24292..792c6b466ea 100644
--- a/api/Visio.Window.Type.md
+++ b/api/Visio.Window.Type.md
@@ -23,7 +23,7 @@ Returns the type of the object. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Window.ViewChanged.md b/api/Visio.Window.ViewChanged.md
index 37567fdbbf5..d2d2500e3ce 100644
--- a/api/Visio.Window.ViewChanged.md
+++ b/api/Visio.Window.ViewChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ViewChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose zoom level or scroll position changed.|
diff --git a/api/Visio.Window.ViewFit.md b/api/Visio.Window.ViewFit.md
index fad4d1ecd55..3b5ac66c86b 100644
--- a/api/Visio.Window.ViewFit.md
+++ b/api/Visio.Window.ViewFit.md
@@ -23,7 +23,7 @@ Determines which auto-fit mode a window is in, if any. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Window.Visible.md b/api/Visio.Window.Visible.md
index 91d83e15eec..ab24688846f 100644
--- a/api/Visio.Window.Visible.md
+++ b/api/Visio.Window.Visible.md
@@ -23,7 +23,7 @@ Determines whether a window is visible. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Window.WindowActivated.md b/api/Visio.Window.WindowActivated.md
index 28acdbd3d64..1870c541cd9 100644
--- a/api/Visio.Window.WindowActivated.md
+++ b/api/Visio.Window.WindowActivated.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'WindowActivated'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was activated.|
diff --git a/api/Visio.Window.WindowChanged.md b/api/Visio.Window.WindowChanged.md
index 411a2e80279..2c0f8720e57 100644
--- a/api/Visio.Window.WindowChanged.md
+++ b/api/Visio.Window.WindowChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose size or position has changed.|
diff --git a/api/Visio.Window.WindowCloseCanceled.md b/api/Visio.Window.WindowCloseCanceled.md
index d9ea3247cf1..16510edfaa7 100644
--- a/api/Visio.Window.WindowCloseCanceled.md
+++ b/api/Visio.Window.WindowCloseCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was going to be closed.|
diff --git a/api/Visio.Window.WindowHandle32.md b/api/Visio.Window.WindowHandle32.md
index b684420eeb6..73407c02cd1 100644
--- a/api/Visio.Window.WindowHandle32.md
+++ b/api/Visio.Window.WindowHandle32.md
@@ -23,7 +23,7 @@ Returns the 32-bit handle of a Microsoft Visio window. Read-only.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Window.WindowState.md b/api/Visio.Window.WindowState.md
index a897d7bcdea..c2bdcccd334 100644
--- a/api/Visio.Window.WindowState.md
+++ b/api/Visio.Window.WindowState.md
@@ -23,7 +23,7 @@ Gets or sets the state of a window. Read/write.
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Long
diff --git a/api/Visio.Window.WindowTurnedToPage.md b/api/Visio.Window.WindowTurnedToPage.md
index 42629e40b3c..90bed0d75db 100644
--- a/api/Visio.Window.WindowTurnedToPage.md
+++ b/api/Visio.Window.WindowTurnedToPage.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that shows a different page.|
diff --git a/api/Visio.Window.Windows.md b/api/Visio.Window.Windows.md
index e821365bcbf..c288b4be50c 100644
--- a/api/Visio.Window.Windows.md
+++ b/api/Visio.Window.Windows.md
@@ -23,7 +23,7 @@ Returns the **Windows** collection for a Microsoft Visio instance or window. Re
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Windows
diff --git a/api/Visio.Window.Zoom.md b/api/Visio.Window.Zoom.md
index e029958cc96..801b83f633b 100644
--- a/api/Visio.Window.Zoom.md
+++ b/api/Visio.Window.Zoom.md
@@ -23,7 +23,7 @@ Gets or sets the current display size (magnification factor) for a page in a win
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Visio.Window.ZoomBehavior.md b/api/Visio.Window.ZoomBehavior.md
index 6a2c90bb67a..07405dadd16 100644
--- a/api/Visio.Window.ZoomBehavior.md
+++ b/api/Visio.Window.ZoomBehavior.md
@@ -23,7 +23,7 @@ Determines the zoom behavior for a Microsoft Visio document or window. Read/writ
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
VisZoomBehavior
diff --git a/api/Visio.Window.ZoomLock.md b/api/Visio.Window.ZoomLock.md
index 6f2927f39b1..43f44a825ed 100644
--- a/api/Visio.Window.ZoomLock.md
+++ b/api/Visio.Window.ZoomLock.md
@@ -23,7 +23,7 @@ Determines whether zooming is disabled in a Microsoft Visio drawing window. Read
_expression_ A variable that represents a [Window](./Visio.Window.md) object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Visio.Windows.Add.md b/api/Visio.Windows.Add.md
index 09ecf488d17..d6ff6933fe4 100644
--- a/api/Visio.Windows.Add.md
+++ b/api/Visio.Windows.Add.md
@@ -27,7 +27,7 @@ Adds a new **Window** object to the **Windows** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _bstrCaption_|Optional| **Variant**|The title of window; default is "Untitled".|
| _nFlags_|Optional| **Variant**| Initial window state. Can contain any combination of **[VisWindowStates](Visio.viswindowstates.md)** constants declared in the Visio type library; default varies based on the _nType_.|
@@ -40,7 +40,7 @@ Adds a new **Window** object to the **Windows** collection.
| _bstrMergeClass_|Optional| **Variant**|Merge class of the window.|
| _nMergePosition_|Optional| **Variant**|Merge position of the window.|
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Windows.Application.md b/api/Visio.Windows.Application.md
index b8c9f4ebc60..e82c254530a 100644
--- a/api/Visio.Windows.Application.md
+++ b/api/Visio.Windows.Application.md
@@ -23,7 +23,7 @@ Returns the instance of Microsoft Visio that is associated with an object. Read-
_expression_ A variable that represents a [Windows](./Visio.Windows.md) object.
-### Return Value
+### Return value
Application
diff --git a/api/Visio.Windows.Arrange.md b/api/Visio.Windows.Arrange.md
index 9c3fea91609..1d3ddef05c0 100644
--- a/api/Visio.Windows.Arrange.md
+++ b/api/Visio.Windows.Arrange.md
@@ -27,11 +27,11 @@ Arranges the windows in a **Windows** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nArrangeFlags_|Optional| **Variant**|A flag that specifies how to arrange the windows; by default, the windows are arranged vertically.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.Windows.BeforeWindowClosed.md b/api/Visio.Windows.BeforeWindowClosed.md
index 69f2692fc65..e567efb19f0 100644
--- a/api/Visio.Windows.BeforeWindowClosed.md
+++ b/api/Visio.Windows.BeforeWindowClosed.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeWindowClosed'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.Windows.BeforeWindowPageTurn.md b/api/Visio.Windows.BeforeWindowPageTurn.md
index 1f9383911c8..f25567509eb 100644
--- a/api/Visio.Windows.BeforeWindowPageTurn.md
+++ b/api/Visio.Windows.BeforeWindowPageTurn.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeWindowPageTurn'(**_ByVal Window As [IVWINDOW]_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to show a different page.|
diff --git a/api/Visio.Windows.BeforeWindowSelDelete.md b/api/Visio.Windows.BeforeWindowSelDelete.md
index 8d049ca8cf9..284338aaf2e 100644
--- a/api/Visio.Windows.BeforeWindowSelDelete.md
+++ b/api/Visio.Windows.BeforeWindowSelDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BeforeWindowSelDelete'(**_ByVal Window As [IVWINDOW]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that contains the selection that is going to be deleted.|
diff --git a/api/Visio.Windows.Count.md b/api/Visio.Windows.Count.md
index 5816e7f756b..2e92361da57 100644
--- a/api/Visio.Windows.Count.md
+++ b/api/Visio.Windows.Count.md
@@ -23,7 +23,7 @@ Returns the number of objects in a collection. Read-only.
_expression_ A variable that represents a [Windows](./Visio.Windows.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Windows.EventList.md b/api/Visio.Windows.EventList.md
index 671ea0e9d46..1429b5b8630 100644
--- a/api/Visio.Windows.EventList.md
+++ b/api/Visio.Windows.EventList.md
@@ -23,7 +23,7 @@ Returns the **EventList** collection of an object or the **EventList** collecti
_expression_ A variable that represents a [Windows](./Visio.Windows.md) object.
-### Return Value
+### Return value
EventList
diff --git a/api/Visio.Windows.Item.md b/api/Visio.Windows.Item.md
index c8b7aa983fb..967ba91869e 100644
--- a/api/Visio.Windows.Item.md
+++ b/api/Visio.Windows.Item.md
@@ -27,11 +27,11 @@ Returns an item from a collection. The **Item** property is the default propert
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Integer**|The index number of the object in its collection.|
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Windows.ItemEx.md b/api/Visio.Windows.ItemEx.md
index c5add87885a..ca2cea8344f 100644
--- a/api/Visio.Windows.ItemEx.md
+++ b/api/Visio.Windows.ItemEx.md
@@ -27,11 +27,11 @@ Returns a **Window** object from a collection. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CaptionOrIndex_|Required| **Variant**|Contains the caption or index of the window to retrieve. See Remarks for details.|
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Windows.ItemFromID.md b/api/Visio.Windows.ItemFromID.md
index d2e52716e48..f1832875eaa 100644
--- a/api/Visio.Windows.ItemFromID.md
+++ b/api/Visio.Windows.ItemFromID.md
@@ -27,11 +27,11 @@ Returns an item of a collection using the ID of the item. Read-only.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _nID_|Required| **Long**|The ID of the object to retrieve.|
-### Return Value
+### Return value
Window
diff --git a/api/Visio.Windows.KeyDown.md b/api/Visio.Windows.KeyDown.md
index 706164a281a..241c7bfcf06 100644
--- a/api/Visio.Windows.KeyDown.md
+++ b/api/Visio.Windows.KeyDown.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'KeyDown'(**_ByVal KeyCode As Long_** , **_ByVal KeyB
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Windows.KeyPress.md b/api/Visio.Windows.KeyPress.md
index c7b926faa65..d9343f2bf26 100644
--- a/api/Visio.Windows.KeyPress.md
+++ b/api/Visio.Windows.KeyPress.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'KeyPress'(**_ByVal KeyAscii As Long_** , **_ByVal Ca
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyAscii_|Required| **Long**|The ASCII value of the key that was pressed. See Remarks for possible values.|
| _CancelDefault_|Required| **Boolean**| **False** if Microsoft Visio should process the message it receives from this event; otherwise, **True** .|
diff --git a/api/Visio.Windows.KeyUp.md b/api/Visio.Windows.KeyUp.md
index b0551b61f6f..c64da44173c 100644
--- a/api/Visio.Windows.KeyUp.md
+++ b/api/Visio.Windows.KeyUp.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'KeyUp'(**_ByVal KeyCode As Long_** , **_ByVal KeyBut
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|The key that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Windows.MouseDown.md b/api/Visio.Windows.MouseDown.md
index bd8334871aa..a512755c858 100644
--- a/api/Visio.Windows.MouseDown.md
+++ b/api/Visio.Windows.MouseDown.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MouseDown'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was pressed. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Windows.MouseMove.md b/api/Visio.Windows.MouseMove.md
index 94fe621cde6..db665ef0cec 100644
--- a/api/Visio.Windows.MouseMove.md
+++ b/api/Visio.Windows.MouseMove.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MouseMove'(**_ByVal Button As Long_** , **_ByVal Key
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was clicked. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Windows.MouseUp.md b/api/Visio.Windows.MouseUp.md
index 50d965f29c8..d98d5df13aa 100644
--- a/api/Visio.Windows.MouseUp.md
+++ b/api/Visio.Windows.MouseUp.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MouseUp'(**_ByVal Button As Long_** , **_ByVal KeyBu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Button_|Required| **Long**|The mouse button that was released. See Remarks for possible values.|
| _KeyButtonState_|Required| **Long**|The state of the mouse buttons and the SHIFT and CTRL keys for the event. See Remarks for possible values.|
diff --git a/api/Visio.Windows.ObjectType.md b/api/Visio.Windows.ObjectType.md
index 04af45e8a62..6b4c5628aa3 100644
--- a/api/Visio.Windows.ObjectType.md
+++ b/api/Visio.Windows.ObjectType.md
@@ -23,7 +23,7 @@ Returns an object's type. Read-only.
_expression_ A variable that represents a [Windows](./Visio.Windows.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Windows.OnKeystrokeMessageForAddon.md b/api/Visio.Windows.OnKeystrokeMessageForAddon.md
index 853a1f65fa8..1c34fd8602a 100644
--- a/api/Visio.Windows.OnKeystrokeMessageForAddon.md
+++ b/api/Visio.Windows.OnKeystrokeMessageForAddon.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'OnKeystrokeMessageForAddon'(**_ByVal MSG As [IVMSGWR
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MSG_|Required| **[IVMSGWRAP]**|The message that Visio receives.|
diff --git a/api/Visio.Windows.PersistsEvents.md b/api/Visio.Windows.PersistsEvents.md
index 12681e190bf..95f434c7306 100644
--- a/api/Visio.Windows.PersistsEvents.md
+++ b/api/Visio.Windows.PersistsEvents.md
@@ -23,7 +23,7 @@ Indicates whether an object is capable of containing persistent events in its *
_expression_ A variable that represents a [Windows](./Visio.Windows.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.Windows.QueryCancelWindowClose.md b/api/Visio.Windows.QueryCancelWindowClose.md
index d0d70ae48fd..6e7c05d93af 100644
--- a/api/Visio.Windows.QueryCancelWindowClose.md
+++ b/api/Visio.Windows.QueryCancelWindowClose.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'QueryCancelWindowClose'(**_ByVal Window As [IVWINDOW
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that is going to be closed.|
diff --git a/api/Visio.Windows.SelectionChanged.md b/api/Visio.Windows.SelectionChanged.md
index fe31e86e4c3..32076b81ae8 100644
--- a/api/Visio.Windows.SelectionChanged.md
+++ b/api/Visio.Windows.SelectionChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'SelectionChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window in which the selection changed.|
diff --git a/api/Visio.Windows.ViewChanged.md b/api/Visio.Windows.ViewChanged.md
index 193b1b72063..458a2d7d946 100644
--- a/api/Visio.Windows.ViewChanged.md
+++ b/api/Visio.Windows.ViewChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ViewChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose zoom level or scroll position changed.|
diff --git a/api/Visio.Windows.WindowActivated.md b/api/Visio.Windows.WindowActivated.md
index bb511da3bf9..c18ad3f76dd 100644
--- a/api/Visio.Windows.WindowActivated.md
+++ b/api/Visio.Windows.WindowActivated.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'WindowActivated'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was activated.|
diff --git a/api/Visio.Windows.WindowChanged.md b/api/Visio.Windows.WindowChanged.md
index 7cbc550d12e..7bcd997f3b1 100644
--- a/api/Visio.Windows.WindowChanged.md
+++ b/api/Visio.Windows.WindowChanged.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'WindowChanged'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window whose size or position has changed.|
diff --git a/api/Visio.Windows.WindowCloseCanceled.md b/api/Visio.Windows.WindowCloseCanceled.md
index 192ad57d331..51e9713af2b 100644
--- a/api/Visio.Windows.WindowCloseCanceled.md
+++ b/api/Visio.Windows.WindowCloseCanceled.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'WindowCloseCanceled'(**_ByVal Window As [IVWINDOW]_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that was going to be closed.|
diff --git a/api/Visio.Windows.WindowOpened.md b/api/Visio.Windows.WindowOpened.md
index 2e919903bad..ef61eb69bf6 100644
--- a/api/Visio.Windows.WindowOpened.md
+++ b/api/Visio.Windows.WindowOpened.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'WindowOpened'(**_ByVal Window As [IVWINDOW]_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that opened.|
diff --git a/api/Visio.Windows.WindowTurnedToPage.md b/api/Visio.Windows.WindowTurnedToPage.md
index cb670840acb..6895079b420 100644
--- a/api/Visio.Windows.WindowTurnedToPage.md
+++ b/api/Visio.Windows.WindowTurnedToPage.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'WindowTurnedToPage'(**_ByVal Window As [IVWINDOW]_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Required| **[IVWINDOW]**|The window that shows a different page.|
diff --git a/api/Visio.ZoomToPoint.md b/api/Visio.ZoomToPoint.md
index 8a7ec35430a..2668e6f8066 100644
--- a/api/Visio.ZoomToPoint.md
+++ b/api/Visio.ZoomToPoint.md
@@ -24,13 +24,13 @@ Resizes the drawing that is open in Microsoft Visio Viewer to the specified perc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|X|Required| **Long**|The x-coordinate, in pixels in the coordinate system of the Visio Viewer window, of the point to place the upper left corner of the drawing.|
|Y|Required| **Long**|The y-coordinate, in pixels in the coordinate system of the Visio Viewer window, of the point to place the upper left corner of the drawing.|
|Percentage|Required| **Double**|The percentage of zoom.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.ZoomToRect.md b/api/Visio.ZoomToRect.md
index a1478dc9db0..12f6ff9d092 100644
--- a/api/Visio.ZoomToRect.md
+++ b/api/Visio.ZoomToRect.md
@@ -24,14 +24,14 @@ Zooms to display a rectanglular section, specified by the parameters, of the dra
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Left|Required| **Long**|The x-coordinate of the top left corner of the rectangle to zoom to.|
|Top|Required| **Long**|The y-coordinate of the top left corner of the rectangle to zoom to.|
|Right|Required| **Long**|The x-coordinate of the bottom right corner of the rectangle to zoom to.|
|Bottom|Required| **Long**|The y-coordinate of the bottom right corner of the rectangle to zoom to.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.applicationsettings.getrasterexportresolution.md b/api/Visio.applicationsettings.getrasterexportresolution.md
index a14f6d9a6de..9baab28e44b 100644
--- a/api/Visio.applicationsettings.getrasterexportresolution.md
+++ b/api/Visio.applicationsettings.getrasterexportresolution.md
@@ -25,7 +25,7 @@ Returns the raster export resolution settings.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pResolution_|Required| **VisRasterExportResolution**|Out parameter. The raster export resolution. See Remarks for possible values.|
| _pWidth_|Required| **Double**|Out parameter. The raster export resolution width.|
@@ -37,7 +37,7 @@ Returns the raster export resolution settings.
| _pResolutionUnits_|Required|VISRASTEREXPORTRESOLUTIONUNITS||
|Name|Required/Optional|Data type|Description|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.applicationsettings.getrasterexportsize.md b/api/Visio.applicationsettings.getrasterexportsize.md
index f5f02830a0a..e04bd921bfb 100644
--- a/api/Visio.applicationsettings.getrasterexportsize.md
+++ b/api/Visio.applicationsettings.getrasterexportsize.md
@@ -25,7 +25,7 @@ Gets the raster export size.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _pSize_|Required| **VisRasterExportSize**|Out parameter. The raster export size. See Remarks for possible values.|
| _pWidth_|Required| **Double**|Out parameter. The raster export size width. |
@@ -37,7 +37,7 @@ Gets the raster export size.
| _pSizeUnits_|Required|VISRASTEREXPORTSIZEUNITS||
|Name|Required/Optional|Data type|Description|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.applicationsettings.setrasterexportresolution.md b/api/Visio.applicationsettings.setrasterexportresolution.md
index 544f5fc0e64..7e19b4da224 100644
--- a/api/Visio.applicationsettings.setrasterexportresolution.md
+++ b/api/Visio.applicationsettings.setrasterexportresolution.md
@@ -21,7 +21,7 @@ _expression_ An expression that returns an **[ApplicationSettings](Visio.Applica
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _resolution_|Required|**VisRasterExportResolution**|The raster export resolution. For possible values, see [Remarks](#remarks).|
| _Width_|Optional|**Double**|The raster export resolution width. Must be greater than or equal to 1.|
diff --git a/api/Visio.applicationsettings.setrasterexportsize.md b/api/Visio.applicationsettings.setrasterexportsize.md
index f2c1d2413e1..40c9992ad6d 100644
--- a/api/Visio.applicationsettings.setrasterexportsize.md
+++ b/api/Visio.applicationsettings.setrasterexportsize.md
@@ -25,7 +25,7 @@ Sets the raster export size.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _size_|Required| **VisRasterExportSize**|The raster export size. See Remarks for possible values.|
| _Width_|Optional| **Double**|The raster export size width. Must be greater than or equal to 1.|
@@ -37,7 +37,7 @@ Sets the raster export size.
| _sizeUnits_|Optional|VISRASTEREXPORTSIZEUNITS||
|Name|Required/Optional|Data type|Description|
-### Return Value
+### Return value
Nothing
diff --git a/api/Visio.comments.item.md b/api/Visio.comments.item.md
index 1e5ca0599ca..88a6dcffcbc 100644
--- a/api/Visio.comments.item.md
+++ b/api/Visio.comments.item.md
@@ -22,11 +22,11 @@ Returns an object from a collection. The **Item** property is the default prope
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Contains the index of the object to retrieve.|
-### Return Value
+### Return value
**Comment**
diff --git a/api/Visio.containerproperties.document.md b/api/Visio.containerproperties.document.md
index bd8f67483cc..a64c0c2126f 100644
--- a/api/Visio.containerproperties.document.md
+++ b/api/Visio.containerproperties.document.md
@@ -21,7 +21,7 @@ Gets the **[Document](Visio.Document.md)** object that is associated with the *
_expression_ An expression that returns a [ContainerProperties](./Visio.ContainerProperties.md) object.
-### Return Value
+### Return value
**Document**
diff --git a/api/Visio.invisibleapp.isvisio32.md b/api/Visio.invisibleapp.isvisio32.md
index ee65f5ae25b..87308572231 100644
--- a/api/Visio.invisibleapp.isvisio32.md
+++ b/api/Visio.invisibleapp.isvisio32.md
@@ -21,7 +21,7 @@ Returns **True** if the current instance of Visio is 32-bit. Returns **False**
_expression_ An expression that returns a [InvisibleApp](./Visio.InvisibleApp.md) object.
-### Return Value
+### Return value
Integer
diff --git a/api/Visio.master.visualboundingbox.md b/api/Visio.master.visualboundingbox.md
index 1a3265031b4..073035ee291 100644
--- a/api/Visio.master.visualboundingbox.md
+++ b/api/Visio.master.visualboundingbox.md
@@ -30,7 +30,7 @@ Returns the bounding rectangle of the virtual container that has all the shapes
| _lpr8Right_|Required|DOUBLE|Right position values for the virtual bounding box.|
| _lpr8Top_|Required|DOUBLE|Top position values for the virtual bounding box.|
-### Return Value
+### Return value
**VOID**
diff --git a/api/Visio.page.autosize.md b/api/Visio.page.autosize.md
index fa173543f2f..f6e2add0946 100644
--- a/api/Visio.page.autosize.md
+++ b/api/Visio.page.autosize.md
@@ -21,7 +21,7 @@ Determines whether Microsoft Visio automatically resizes the drawing page by add
_expression_ An expression that returns a '[Page](Visio.Page.md)' object.
-### Return Value
+### Return value
**Boolean**
diff --git a/api/Visio.page.visualboundingbox.md b/api/Visio.page.visualboundingbox.md
index 556e5987624..8e43b2b2083 100644
--- a/api/Visio.page.visualboundingbox.md
+++ b/api/Visio.page.visualboundingbox.md
@@ -30,7 +30,7 @@ Returns the bounding rectangle of the virtual container that has all the shapes
| _lpr8Right_|Required|DOUBLE|Right position values for the virtual bounding box.|
| _lpr8Top_|Required|DOUBLE|Top position values for the virtual bounding box.|
-### Return Value
+### Return value
**VOID**
diff --git a/api/Visio.selection.visualboundingbox.md b/api/Visio.selection.visualboundingbox.md
index 5d84709cba1..7e6f36e3a4b 100644
--- a/api/Visio.selection.visualboundingbox.md
+++ b/api/Visio.selection.visualboundingbox.md
@@ -30,7 +30,7 @@ Returns the bounding rectangle of the virtual container that has all the shapes
| _lpr8Right_|Required|DOUBLE|Right position values for the virtual bounding box.|
| _lpr8Top_|Required|DOUBLE|Top position values for the virtual bounding box.|
-### Return Value
+### Return value
**VOID**
diff --git a/api/Visio.shape.visualboundingbox.md b/api/Visio.shape.visualboundingbox.md
index c756bc6da5d..3bd6114c9e3 100644
--- a/api/Visio.shape.visualboundingbox.md
+++ b/api/Visio.shape.visualboundingbox.md
@@ -30,7 +30,7 @@ Returns the bounding rectangle of the given shape. Introduced in Office 2016.
| _lpr8Right_|Required|DOUBLE|Right position values for the virtual bounding box.|
| _lpr8Top_|Required|DOUBLE|Top position values for the virtual bounding box.|
-### Return Value
+### Return value
**VOID**
diff --git a/api/Visio.viewer.backcolor.property.md b/api/Visio.viewer.backcolor.property.md
index 5bd30752021..8c388daa7b2 100644
--- a/api/Visio.viewer.backcolor.property.md
+++ b/api/Visio.viewer.backcolor.property.md
@@ -18,7 +18,7 @@ Gets or sets the background color of Microsoft Visio Viewer. Read/write.
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**[OLE_COLOR]**
diff --git a/api/Visio.viewer.src.property.md b/api/Visio.viewer.src.property.md
index 66c86f39cc4..3f8adbe1aff 100644
--- a/api/Visio.viewer.src.property.md
+++ b/api/Visio.viewer.src.property.md
@@ -18,7 +18,7 @@ Gets or sets the path to the source file for the drawing in Microsoft Visio View
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
String
diff --git a/api/Visio.viewer.zoom.property.md b/api/Visio.viewer.zoom.property.md
index 73ac8540bbd..f05ee2f19ff 100644
--- a/api/Visio.viewer.zoom.property.md
+++ b/api/Visio.viewer.zoom.property.md
@@ -18,7 +18,7 @@ Gets or sets the percentage of zoom for Microsoft Visio Viewer. Read/write.
_expression_An expression that returns a **Viewer** object.
-### Return Value
+### Return value
**Double**
diff --git a/api/Visio.visautoconnectdir.md b/api/Visio.visautoconnectdir.md
index f096dba8168..e60323221fc 100644
--- a/api/Visio.visautoconnectdir.md
+++ b/api/Visio.visautoconnectdir.md
@@ -15,7 +15,7 @@ Auto-connect direction constants passed to the **Shape.AutoConnect** method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visAutoConnectDirDown**|2|Place shape below.|
| **visAutoConnectDirLeft**|3|Place shape to the left.|
diff --git a/api/Visio.visautolinkbehaviors.md b/api/Visio.visautolinkbehaviors.md
index e1e8f4fb9a8..e9b88446c94 100644
--- a/api/Visio.visautolinkbehaviors.md
+++ b/api/Visio.visautolinkbehaviors.md
@@ -18,7 +18,7 @@ Linking behavior constants passed to the **[Selection.AutomaticLink](Visio.Sele
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visAutoLinkDontReplaceExistingLinks**|16|Do not replace existing links.|
| **visAutoLinkGenericProgressBar**|2|Show generic progress bar instead of more detailed one.|
diff --git a/api/Visio.visautolinkfieldtypes.md b/api/Visio.visautolinkfieldtypes.md
index e328e24c040..6931b59ee2a 100644
--- a/api/Visio.visautolinkfieldtypes.md
+++ b/api/Visio.visautolinkfieldtypes.md
@@ -18,7 +18,7 @@ Constants passed to the **Selection.AutomaticLink** method, specifying the shap
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visAutoLinkCustPropsLabel**|2|Field is label for shape data (custom property); field name is label and is required.|
| ** visAutoLinkGeometryAngle**|4|Field is angle in shape geometry.|
diff --git a/api/Visio.visdatacolumnproperties.md b/api/Visio.visdatacolumnproperties.md
index d9fb7a9764a..2919acf5e13 100644
--- a/api/Visio.visdatacolumnproperties.md
+++ b/api/Visio.visdatacolumnproperties.md
@@ -18,7 +18,7 @@ Data-column-property constants passed to the **[DataColumn.SetProperty](Visio.D
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visDataColumnPropertyCalendar**|3|Calendar property of the data column.|
| **visDataColumnPropertyCurrency**|5|Currency property of the data column.|
diff --git a/api/Visio.visdatarecordsetaddoptions.md b/api/Visio.visdatarecordsetaddoptions.md
index c5d9f247d4a..192071ec7b8 100644
--- a/api/Visio.visdatarecordsetaddoptions.md
+++ b/api/Visio.visdatarecordsetaddoptions.md
@@ -18,7 +18,7 @@ Constants passed to the **DataRecordsets.Add** method, specifying characteristi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visDataRecordsetNoExternalDataUI**|1|Prevents data in the new data recordset from being displayed in the **External Data** window.|
| **visDataRecordsetNoRefreshUI**|2|Prevents the data recordset from being displayed in the **Refresh Data** dialog box.|
diff --git a/api/Visio.visdocexintent.md b/api/Visio.visdocexintent.md
index 0a5ee0cff07..f00d9e0a502 100644
--- a/api/Visio.visdocexintent.md
+++ b/api/Visio.visdocexintent.md
@@ -12,7 +12,7 @@ Export intent constants passed to the **[Document.ExportAsFixedFormat](Visio.Do
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visDocExIntentPrint**|1|Intent is to publish online and to print.|
| **visDocExIntentScreen**|0|Intent is to publish online.|
diff --git a/api/Visio.visdrawregionflags.md b/api/Visio.visdrawregionflags.md
index 5d3a525673e..e378c252d22 100644
--- a/api/Visio.visdrawregionflags.md
+++ b/api/Visio.visdrawregionflags.md
@@ -15,7 +15,7 @@ Flags to pass to the **Selection.DrawRegion** method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visDrawRegionDeleteInput**|&;H4|Delete items in selection.|
| **visDrawRegionIgnoreVisible**|&;H20|Exclude visible geometry.|
diff --git a/api/Visio.visfilteractions.md b/api/Visio.visfilteractions.md
index 22a098e5ed3..5eba6907a75 100644
--- a/api/Visio.visfilteractions.md
+++ b/api/Visio.visfilteractions.md
@@ -12,7 +12,7 @@ Drag-state extensions of the **MouseMove** event to filter, corresponding to us
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visFilterMouseMoveDragBegin**|1|Filter the **DragBegin** extension of the **MouseMove** event.|
| **visFilterMouseMoveDragDrop**|5|Filter the **DragDrop** extension of the **MouseMove** event.|
diff --git a/api/Visio.visfixedformattypes.md b/api/Visio.visfixedformattypes.md
index b076dd11e49..e8cfdab8937 100644
--- a/api/Visio.visfixedformattypes.md
+++ b/api/Visio.visfixedformattypes.md
@@ -15,7 +15,7 @@ File format types passed to the **Document.ExportAsFixedFormat** method.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visFixedFormatPDF**|1|PDF format.|
| **visFixedFormatXPS**|2|XPS format.|
diff --git a/api/Visio.visgraphicfield.md b/api/Visio.visgraphicfield.md
index b9e5066f5f7..06d09f09e51 100644
--- a/api/Visio.visgraphicfield.md
+++ b/api/Visio.visgraphicfield.md
@@ -18,7 +18,7 @@ Graphic item primary-data-field constants passed to the **[GraphicItem.SetExpre
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visGraphicExpression**|2|The ShapeSheet formula of a shape data item.|
| **visGraphicPropertyLabel**|1|The label of a shape data item.|
diff --git a/api/Visio.visgraphicitemtypes.md b/api/Visio.visgraphicitemtypes.md
index fa12ef3533a..3519f6b0cb8 100644
--- a/api/Visio.visgraphicitemtypes.md
+++ b/api/Visio.visgraphicitemtypes.md
@@ -18,7 +18,7 @@ Represent the types of graphic items that can be added to data graphics. Returne
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visTypeIconSet**|2|Represents an **Icon Set** graphic item.|
| **visTypeTextCallout**|3|Represents a **Text** graphic item.|
diff --git a/api/Visio.visgraphicpositionhorizontal.md b/api/Visio.visgraphicpositionhorizontal.md
index 2ff2e4a039e..6ee6e8f1ca9 100644
--- a/api/Visio.visgraphicpositionhorizontal.md
+++ b/api/Visio.visgraphicpositionhorizontal.md
@@ -18,7 +18,7 @@ Constants passed to and returned by the **GraphicItem.HorizontalPosition** prop
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visGraphicFarLeft**|0|The right edge of the graphic item's alignment box is aligned with the left edge of the shape or container's alignment box.|
| **visGraphicLeftEdge**|1|The vertical centerline of the graphic item's alignment box is aligned with the left edge of the shape or container's alignment box.|
diff --git a/api/Visio.visgraphicpositionvertical.md b/api/Visio.visgraphicpositionvertical.md
index 48fd938d8db..e11f2de1ab4 100644
--- a/api/Visio.visgraphicpositionvertical.md
+++ b/api/Visio.visgraphicpositionvertical.md
@@ -18,7 +18,7 @@ Constants passed to and returned by the **GraphicItem.VerticalPosition** proper
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visGraphicBelow**|0|The top edge of the graphic item's alignment box is aligned with the bottom edge of the shape or container's alignment box.|
| **visGraphicBottomEdge**|1|The horizontal centerline of the graphic item's alignment box is aligned with the bottom edge of the shape or container's alignment box.|
diff --git a/api/Visio.vislinkreplacebehavior.md b/api/Visio.vislinkreplacebehavior.md
index 0f322dfe538..65540310c7f 100644
--- a/api/Visio.vislinkreplacebehavior.md
+++ b/api/Visio.vislinkreplacebehavior.md
@@ -18,7 +18,7 @@ Link replacement behavior constants passed to and returned by the **[DataRecord
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visLinkReplaceAlways**|1|Always replace links when linking to a shape that has existing links.|
| **visLinkReplaceNever**|0|Never replace links when linking to a shape that has existing links.|
diff --git a/api/Visio.vismastertypes.md b/api/Visio.vismastertypes.md
index f8b41d369a7..1053b3eec41 100644
--- a/api/Visio.vismastertypes.md
+++ b/api/Visio.vismastertypes.md
@@ -15,7 +15,7 @@ Master-type constants passed to the **[Masters.AddEx](Visio.Masters.AddEx.md)**
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visTypeDataGraphic**|5|Data graphic master.|
| **visTypeFillPattern**|2|Fill pattern master.|
diff --git a/api/Visio.vismousemovedragstates.md b/api/Visio.vismousemovedragstates.md
index e98ef9e994d..3459a7d7616 100644
--- a/api/Visio.vismousemovedragstates.md
+++ b/api/Visio.vismousemovedragstates.md
@@ -15,7 +15,7 @@ Constants returned by the **MouseEvent.DragState** property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visMouseMoveDragStatesBegin**|1|User is beginning to drag an object with the mouse.|
| **visMouseMoveDragStatesDrop**|5|User dropped the dragged object in the drop-target window.|
diff --git a/api/Visio.visprimarykeysettings.md b/api/Visio.visprimarykeysettings.md
index 8bce7bf6406..afb03fbd541 100644
--- a/api/Visio.visprimarykeysettings.md
+++ b/api/Visio.visprimarykeysettings.md
@@ -18,7 +18,7 @@ Primary key settings constants passed to the **[DataRecordset.SetPrimaryKey](Vi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| ** visKeyComposite**|3|Use multiple columns as primary key columns.|
| **visKeyRowOrder**|1|Use row order as the primary key.|
diff --git a/api/Visio.visquickstylecolors.md b/api/Visio.visquickstylecolors.md
index d0367c60f48..ccbb0ed0b9a 100644
--- a/api/Visio.visquickstylecolors.md
+++ b/api/Visio.visquickstylecolors.md
@@ -15,7 +15,7 @@ Quick style color constants passed to the [Selection.SetQuickStyle](Visio.select
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
||||
| **visQuickStyleColorAccent1**| **2**|Color accent 1|
diff --git a/api/Visio.visquickstylematrixindices.md b/api/Visio.visquickstylematrixindices.md
index dab1a47ba7d..46670eef5fd 100644
--- a/api/Visio.visquickstylematrixindices.md
+++ b/api/Visio.visquickstylematrixindices.md
@@ -15,7 +15,7 @@ Quick Style shape-style constants passed to the [Selection.SetQuickStyle](Visio.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
||||
| **visQuickStyleMatrixNone**| **0**|No matrix theme|
diff --git a/api/Visio.visrefreshsettings.md b/api/Visio.visrefreshsettings.md
index efbd6a56197..70b6affbdf3 100644
--- a/api/Visio.visrefreshsettings.md
+++ b/api/Visio.visrefreshsettings.md
@@ -18,7 +18,7 @@ Data recordset refresh constants passed to and returned by the **[DataRecordset
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRefreshNoReconcilationUI**|2|Disables display of the **Refresh Conflicts** task pane in the Microsoft Visio user interface after data is refreshed.|
| **visRefreshOverwriteAll**|1|When data is refreshed, overwrites all user changes made since the previous refresh operation.|
diff --git a/api/Visio.visremovehiddeninfoitems.md b/api/Visio.visremovehiddeninfoitems.md
index dd81a2bfb4f..f15baa0f1a9 100644
--- a/api/Visio.visremovehiddeninfoitems.md
+++ b/api/Visio.visremovehiddeninfoitems.md
@@ -15,7 +15,7 @@ Document information constants passed to the **Document.RemoveHiddenInformation
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visRHIDataRecordsets**|16|Data recordsets.|
| **visRHIMasters**|4|Unused masters|
diff --git a/api/Visio.visreplaceflags.md b/api/Visio.visreplaceflags.md
index db36973aca0..fe3ab869c35 100644
--- a/api/Visio.visreplaceflags.md
+++ b/api/Visio.visreplaceflags.md
@@ -15,7 +15,7 @@ Shape-replacement flags sent to the [Shape.ReplaceShape](Visio.shape.replaceshap
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
||||
| **visReplaceShapeDefault**| **0**|Use the behavior specified by the ShapeSheet cells ReplaceLockText, ReplaceLockShapeData, and ReplaceLockFormat, all in the Change Shape Behavior section.|
diff --git a/api/Visio.vissvgexportformat.md b/api/Visio.vissvgexportformat.md
index 97cd7ed7a85..a01a7c3bd56 100644
--- a/api/Visio.vissvgexportformat.md
+++ b/api/Visio.vissvgexportformat.md
@@ -15,7 +15,7 @@ Constants passed to and returned by the [ApplicationSettings.SVGExportFormat](Vi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
||||
| **visSVGExcludeVisioElements**| **1**|Include SVG elements only.|
diff --git a/api/Visio.visthemecolors.md b/api/Visio.visthemecolors.md
index 3fc884303a0..ed5dfa50933 100644
--- a/api/Visio.visthemecolors.md
+++ b/api/Visio.visthemecolors.md
@@ -15,7 +15,7 @@ Specifies theme color constants that are passed to and returned by the **[Page.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visThemeColorsNone**|0|No theme colors|
| **visThemeColorsMonochrome**|1|Monochrome|
diff --git a/api/Visio.visthemeeffects.md b/api/Visio.visthemeeffects.md
index 740dbe579e3..9399c8c0d55 100644
--- a/api/Visio.visthemeeffects.md
+++ b/api/Visio.visthemeeffects.md
@@ -15,7 +15,7 @@ Theme effects constants passed to and returned by the **Page.ThemeEffects** pro
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visThemeEffectsNone**|0|No theme effect.|
| **visThemeEffectsSubdued**|1|Subdued.|
diff --git a/api/Visio.visthemetypes.md b/api/Visio.visthemetypes.md
index ad5c8beb3a5..e28360e1e13 100644
--- a/api/Visio.visthemetypes.md
+++ b/api/Visio.visthemetypes.md
@@ -15,7 +15,7 @@ Theme types passed to the **Document.GetThemeNames** and **Document.GetThemeNam
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **visThemeTypeColor**|1|Theme colors.|
| **visThemeTypeConnector**|3|Theme connectors.|
diff --git a/api/Word.AddIns.Add.md b/api/Word.AddIns.Add.md
index a91e52cff5d..696b087c153 100644
--- a/api/Word.AddIns.Add.md
+++ b/api/Word.AddIns.Add.md
@@ -27,7 +27,7 @@ Returns an **[AddIn](Word.AddIn.md)** object that represents an add-in added to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path for the template or WLL.|
| _Install_|Optional| **Variant**| **True** to install the add-in. **False** to add the add-in to the list of add-ins but not install it. The default value is **True** .|
diff --git a/api/Word.AddIns.Item.md b/api/Word.AddIns.Item.md
index f7b7e1226ba..a35b6d2917a 100644
--- a/api/Word.AddIns.Item.md
+++ b/api/Word.AddIns.Item.md
@@ -27,7 +27,7 @@ Returns an individual object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual add-in to be returned. Index can be an **Long** indicating the ordinal position of the add-in in the collection or a **String** representing the name of the individual add-in.|
diff --git a/api/Word.AddIns.Unload.md b/api/Word.AddIns.Unload.md
index f9e2cb97b7c..d56a638734b 100644
--- a/api/Word.AddIns.Unload.md
+++ b/api/Word.AddIns.Unload.md
@@ -27,7 +27,7 @@ Unloads all loaded add-ins and, depending on the value of the _RemoveFromList_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RemoveFromList_|Required| **Boolean**| **True** to remove the unloaded add-ins from the **AddIns** collection (the names are removed from the **Templates and Add-ins** dialog box). **False** to leave the unloaded add-ins in the collection. If the **Autoload** property for an unloaded add-in returns **True** , **Unload** cannot remove that add-in from the **AddIns** collection, regardless of the value of RemoveFromList.|
diff --git a/api/Word.Adjustments.Item.md b/api/Word.Adjustments.Item.md
index e1c5b9c4e0c..89e5fde9f13 100644
--- a/api/Word.Adjustments.Item.md
+++ b/api/Word.Adjustments.Item.md
@@ -27,7 +27,7 @@ Returns or sets the adjustment value specified by the _Index_ argument. Read/wr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the adjustment.|
diff --git a/api/Word.Application.AddAddress.md b/api/Word.Application.AddAddress.md
index 530cc7d9fa0..3944fbe9941 100644
--- a/api/Word.Application.AddAddress.md
+++ b/api/Word.Application.AddAddress.md
@@ -24,7 +24,7 @@ _expression_ Required. A variable that represents an **[Application](Word.Applic
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TagID_|Required|**String array**|The tag ID values for the new address entry. Each element in the array can contain one of the strings listed in the [following table](#tag-ids). Only the display name is required; the remaining entries are optional.|
| _Value_|Required|**String array**|The values for the new address entry. Each element corresponds to an element in the TagID array. For more information, see the [example](#example).|
diff --git a/api/Word.Application.BuildKeyCode.md b/api/Word.Application.BuildKeyCode.md
index fd681cbbdc0..3672c3ffdb1 100644
--- a/api/Word.Application.BuildKeyCode.md
+++ b/api/Word.Application.BuildKeyCode.md
@@ -27,7 +27,7 @@ Returns a unique number for the specified key combination.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **[WdKey](Word.WdKey.md)**|A key you specify by using one of the **WdKey** constants.|
| _Arg2 - Arg4_|Optional| **[WdKey](Word.WdKey.md)**|A key you specify by using one of the **WdKey** constants.|
diff --git a/api/Word.Application.CentimetersToPoints.md b/api/Word.Application.CentimetersToPoints.md
index 4fdd574632b..600cf57f61b 100644
--- a/api/Word.Application.CentimetersToPoints.md
+++ b/api/Word.Application.CentimetersToPoints.md
@@ -27,7 +27,7 @@ Converts a measurement from centimeters to points (1 cm = 28.35 points). Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Centimeters_|Required| **Single**|The centimeter value to be converted to points.|
diff --git a/api/Word.Application.ChangeFileOpenDirectory.md b/api/Word.Application.ChangeFileOpenDirectory.md
index a2fc97be115..537ed5fd1a9 100644
--- a/api/Word.Application.ChangeFileOpenDirectory.md
+++ b/api/Word.Application.ChangeFileOpenDirectory.md
@@ -27,7 +27,7 @@ Sets the folder in which Word searches for documents.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path to the folder in which Word searches for documents.|
diff --git a/api/Word.Application.CheckGrammar.md b/api/Word.Application.CheckGrammar.md
index 2f0a93c991c..fb181eeef78 100644
--- a/api/Word.Application.CheckGrammar.md
+++ b/api/Word.Application.CheckGrammar.md
@@ -27,11 +27,11 @@ Checks a string for grammatical errors. Returns a **Boolean** to indicate wheth
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required| **String**|The string you want to check for grammatical errors.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Application.CheckSpelling.md b/api/Word.Application.CheckSpelling.md
index b6654b2ab72..3ae545356cb 100644
--- a/api/Word.Application.CheckSpelling.md
+++ b/api/Word.Application.CheckSpelling.md
@@ -27,7 +27,7 @@ Checks a string for spelling errors. Returns a **Boolean** to indicate whether
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Word_|Required| **String**|The text whose spelling is to be checked.|
| _CustomDictionary_|Optional| **Variant**| Either an expression that returns a Dictionary object or the file name of the custom dictionary.|
@@ -43,7 +43,7 @@ Checks a string for spelling errors. Returns a **Boolean** to indicate whether
| _CustomDictionary9_|Optional| **Variant**|Either an expression that returns a **Dictionary** object or the file name of an additional custom dictionary.|
| _CustomDictionary10_|Optional| **Variant**|Either an expression that returns a **Dictionary** object or the file name of an additional custom dictionary.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Application.CleanString.md b/api/Word.Application.CleanString.md
index 7093166e6ce..28218b478ae 100644
--- a/api/Word.Application.CleanString.md
+++ b/api/Word.Application.CleanString.md
@@ -27,7 +27,7 @@ Removes nonprinting characters (character codes 1 ? 29) and special Word charact
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required| **String**|The source string.|
diff --git a/api/Word.Application.CompareDocuments.md b/api/Word.Application.CompareDocuments.md
index ce6d97ebf8d..dbd25a86bb2 100644
--- a/api/Word.Application.CompareDocuments.md
+++ b/api/Word.Application.CompareDocuments.md
@@ -27,7 +27,7 @@ Compares two documents and returns a **Document** object that represents the do
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OriginalDocument_|Required| **Document**|Specifies the path and file name of the original document.|
| _RevisedDocument_|Required| **Document**|Specifies the path and file name of the revised document to which to compare the original document.|
@@ -45,7 +45,7 @@ Compares two documents and returns a **Document** object that represents the do
| _RevisedAuthor_|Optional| **String**|Specifies the name of the person to whom to attribute changes when comparing the two documents.|
| _IgnoreAllComparisonWarnings_|Optional| **Boolean**|Specifies whether to ignore warnings when comparing the two documents.|
-### Return Value
+### Return value
Document
diff --git a/api/Word.Application.DDEExecute.md b/api/Word.Application.DDEExecute.md
index e60cd18903f..d7fdaced040 100644
--- a/api/Word.Application.DDEExecute.md
+++ b/api/Word.Application.DDEExecute.md
@@ -27,7 +27,7 @@ Sends a command or series of commands to an application through the specified dy
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **DDEInitiate** method.|
| _Command_|Required| **String**|A command or series of commands recognized by the receiving application (the DDE server). If the receiving application cannot perform the specified command, an error occurs.|
diff --git a/api/Word.Application.DDEInitiate.md b/api/Word.Application.DDEInitiate.md
index d8a71c95a26..ca02712e43d 100644
--- a/api/Word.Application.DDEInitiate.md
+++ b/api/Word.Application.DDEInitiate.md
@@ -27,7 +27,7 @@ Opens a dynamic data exchange (DDE) channel to another application, and returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _App_|Required| **String**|The name of the application.|
| _Topic_|Required| **String**|The name of a DDE topic?for example, the name of an open document?recognized by the application to which you are opening a channel.|
diff --git a/api/Word.Application.DDEPoke.md b/api/Word.Application.DDEPoke.md
index 53e2b267abb..030eee0f596 100644
--- a/api/Word.Application.DDEPoke.md
+++ b/api/Word.Application.DDEPoke.md
@@ -27,7 +27,7 @@ Uses an open dynamic data exchange (DDE) channel to send data to an application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **DDEInitiate** method.|
| _Item_|Required| **String**|The item within a DDE topic to which the specified data is to be sent.|
diff --git a/api/Word.Application.DDERequest.md b/api/Word.Application.DDERequest.md
index 4742ddd6bcb..b58be580057 100644
--- a/api/Word.Application.DDERequest.md
+++ b/api/Word.Application.DDERequest.md
@@ -27,7 +27,7 @@ Uses an open dynamic data exchange (DDE) channel to request information from the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **DDEInitiate** method.|
| _Item_|Required| **String**|The item to be requested.|
diff --git a/api/Word.Application.DDETerminate.md b/api/Word.Application.DDETerminate.md
index ce53cd4810f..cf0e8860a50 100644
--- a/api/Word.Application.DDETerminate.md
+++ b/api/Word.Application.DDETerminate.md
@@ -27,7 +27,7 @@ Closes the specified dynamic data exchange (DDE) channel to another application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **DDEInitiate** method.|
diff --git a/api/Word.Application.DefaultWebOptions.md b/api/Word.Application.DefaultWebOptions.md
index d97a0bc6b03..b4f37e6e175 100644
--- a/api/Word.Application.DefaultWebOptions.md
+++ b/api/Word.Application.DefaultWebOptions.md
@@ -23,7 +23,7 @@ Returns the **[DefaultWebOptions](Word.DefaultWebOptions.md)** object that cont
_expression_ Required. A variable that represents an '[Application](Word.Application.md)' object.
-### Return Value
+### Return value
DefaultWebOptions
diff --git a/api/Word.Application.DocumentBeforeClose.md b/api/Word.Application.DocumentBeforeClose.md
index 1ba03527d65..f8223c87b00 100644
--- a/api/Word.Application.DocumentBeforeClose.md
+++ b/api/Word.Application.DocumentBeforeClose.md
@@ -28,7 +28,7 @@ _expression_ A variable that represents an [Application](Word.Application.md) ob
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **[Document](Word.Document.md)**|The document that's being closed.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True**, the document doesn't close when the procedure is finished.|
diff --git a/api/Word.Application.DocumentBeforePrint.md b/api/Word.Application.DocumentBeforePrint.md
index 26f83abf601..763dbd21d5c 100644
--- a/api/Word.Application.DocumentBeforePrint.md
+++ b/api/Word.Application.DocumentBeforePrint.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentBeforePrint'(**_ByVal Doc As Document_** , *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The document that's being printed.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the document isn't printed when the procedure is finished.|
diff --git a/api/Word.Application.DocumentBeforeSave.md b/api/Word.Application.DocumentBeforeSave.md
index 66593512a83..6b3d8631507 100644
--- a/api/Word.Application.DocumentBeforeSave.md
+++ b/api/Word.Application.DocumentBeforeSave.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentBeforeSave'(**_ByVal DocAs Document_** , **_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The document that is being saved.|
| _SaveAsUI_|Required| **Boolean**| **True** if the **Save As** dialog box is displayed, whether to save a new document, in response to the **Save** command; or in response to the **Save As** command; or in response to the **SaveAs** or **SaveAs2** method.|
diff --git a/api/Word.Application.DocumentOpen.md b/api/Word.Application.DocumentOpen.md
index 91cb9135b4f..77f541e8e10 100644
--- a/api/Word.Application.DocumentOpen.md
+++ b/api/Word.Application.DocumentOpen.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'DocumentOpen'(**_ByVal Doc As Document_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The document that's being opened.|
diff --git a/api/Word.Application.DocumentSync.md b/api/Word.Application.DocumentSync.md
index 8d3c8dcc205..b8b6ea84334 100644
--- a/api/Word.Application.DocumentSync.md
+++ b/api/Word.Application.DocumentSync.md
@@ -27,7 +27,7 @@ Private Sub_**DocumentSync**(**_Doc_** , **_SyncEventType_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The document being synchronized.|
| _SyncEventType_|Required| **MsoSyncEventType**|The status of the document synchronization.|
diff --git a/api/Word.Application.EPostageInsert.md b/api/Word.Application.EPostageInsert.md
index 87a1e31eb7d..0b68db25957 100644
--- a/api/Word.Application.EPostageInsert.md
+++ b/api/Word.Application.EPostageInsert.md
@@ -27,7 +27,7 @@ Occurs when a user inserts electronic postage into a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The name of the document to which to add electronic postage.|
diff --git a/api/Word.Application.EPostageInsertEx.md b/api/Word.Application.EPostageInsertEx.md
index 526d652cde3..7bd3820acc1 100644
--- a/api/Word.Application.EPostageInsertEx.md
+++ b/api/Word.Application.EPostageInsertEx.md
@@ -27,7 +27,7 @@ Occurs when a user inserts electronic postage into a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The document to which electronic postage is being added.|
| _cpDeliveryAddrStart_|Required| **Long**|The starting position in the document for the delivery address. Positioning corresponds to the value of the **Start** property for a **Range** object.|
diff --git a/api/Word.Application.EPostagePropertyDialog.md b/api/Word.Application.EPostagePropertyDialog.md
index 8843ed1586c..1ef81304163 100644
--- a/api/Word.Application.EPostagePropertyDialog.md
+++ b/api/Word.Application.EPostagePropertyDialog.md
@@ -27,7 +27,7 @@ Occurs when a user clicks the **E-postage Properties** (**Labels and Envelopes*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The name of the document to which to add electronic postage.|
diff --git a/api/Word.Application.FileDialog.md b/api/Word.Application.FileDialog.md
index 2b2446c0420..bf4f6126b87 100644
--- a/api/Word.Application.FileDialog.md
+++ b/api/Word.Application.FileDialog.md
@@ -27,7 +27,7 @@ Returns a **FileDialog** object which represents a single instance of a file di
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileDialogType_|Required| **MsoFileDialogType**|The type of dialog.|
diff --git a/api/Word.Application.FileValidation.md b/api/Word.Application.FileValidation.md
index 4045c7f7f56..6048ebf3653 100644
--- a/api/Word.Application.FileValidation.md
+++ b/api/Word.Application.FileValidation.md
@@ -23,7 +23,7 @@ Returns or sets how Word will validate files before opening them. Read/write [Ms
_expression_ A variable that represents an '[Application](Word.Application.md)' object.
-### Return Value
+### Return value
[MsoFileValidationMode](./Office.MsoFileValidationMode.md)
diff --git a/api/Word.Application.FindKey.md b/api/Word.Application.FindKey.md
index e2ae13f4ab5..10aa1a7c55f 100644
--- a/api/Word.Application.FindKey.md
+++ b/api/Word.Application.FindKey.md
@@ -27,7 +27,7 @@ Returns a **[KeyBinding](Word.KeyBinding.md)** object that represents the speci
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|A key you specify by using one of the **WdKey** constants.|
| _KeyCode2_|Optional| **Variant**|A second key you specify by using one of the **WdKey** constants.|
diff --git a/api/Word.Application.GetAddress.md b/api/Word.Application.GetAddress.md
index 0b7a0550614..f57123085c0 100644
--- a/api/Word.Application.GetAddress.md
+++ b/api/Word.Application.GetAddress.md
@@ -25,7 +25,7 @@ _expression_ Required. A variable that represents an **[Application](Word.Applic
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional|**Variant**|The name of the addressee, as specified in the **Search Name** dialog box in the address book.|
| _AddressProperties_|Optional|**Variant**|If _UseAutoText_ is **True**, this argument denotes the name of an AutoText entry that defines a sequence of address book properties. If _UseAutoText_ is **False** or omitted, this argument defines a custom layout.
Valid address book property names or sets of property names are surrounded by angle brackets (`"<" and ">"`) and separated by a space or a paragraph mark (for example, `" " &; vbCr &; ""`).
If the _AddressProperties_ parameter is omitted, a default AutoText entry named "AddressLayout" is used. If "AddressLayout" hasn't been defined, the following address layout definition is used: `" " &; vbCr &; "" &; vbCr &; "" &; ", " &; "" &; " " &; "" &; vbCr &; ""`.
For a list of the valid address book property names, see the **AddAddress** method.|
diff --git a/api/Word.Application.GetDefaultTheme.md b/api/Word.Application.GetDefaultTheme.md
index 3ad17d19540..4d2638e9ef8 100644
--- a/api/Word.Application.GetDefaultTheme.md
+++ b/api/Word.Application.GetDefaultTheme.md
@@ -27,7 +27,7 @@ Returns a **String** that represents the name of the default theme plus the the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DocumentType_|Required| **WdDocumentMedium**|The type of new document for which you want to retrieve the default theme name.|
diff --git a/api/Word.Application.GetSpellingSuggestions.md b/api/Word.Application.GetSpellingSuggestions.md
index 0e6aa9b5729..24be5e74204 100644
--- a/api/Word.Application.GetSpellingSuggestions.md
+++ b/api/Word.Application.GetSpellingSuggestions.md
@@ -27,7 +27,7 @@ Returns a **[SpellingSuggestions](Word.spellingsuggestions.md)** collection tha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Word_|Required| **String**|The word whose spelling is to be checked.|
| _IgnoreUppercase_|Optional| **Variant**| **True** to ignore words in all uppercase letters. If this argument is omitted, the current value of the **[IgnoreUppercase](Word.Options.IgnoreUppercase.md)** property is used.|
diff --git a/api/Word.Application.Help.md b/api/Word.Application.Help.md
index a99030c7764..4c51b319de8 100644
--- a/api/Word.Application.Help.md
+++ b/api/Word.Application.Help.md
@@ -27,7 +27,7 @@ Displays installed Help information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HelpType_|Required| **Variant**|The on-line Help topic or window. Can be any of these **[WdHelpType](Word.WdHelpType.md)** constants: **wdHelp** , **wdHelpAbout** , **wdHelpActiveWindow** , **wdHelpContents** , **wdHelpHWP** , **wdHelpIchitaro** , **wdHelpIndex** , **wdHelpPE2** , **wdHelpPSSHelp** , **wdHelpSearch** , **wdHelpUsingHelp** . (Some of the constants listed here may not be available to you, depending on the language that you have selected or installed.)|
diff --git a/api/Word.Application.InchesToPoints.md b/api/Word.Application.InchesToPoints.md
index 268a830dbc2..c4824a5c5e8 100644
--- a/api/Word.Application.InchesToPoints.md
+++ b/api/Word.Application.InchesToPoints.md
@@ -27,7 +27,7 @@ Converts a measurement from inches to points (1 inch = 72 points). Returns the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Inches_|Required| **Single**|The inch value to be converted to points.|
diff --git a/api/Word.Application.International.md b/api/Word.Application.International.md
index 4457bb9b7df..9218100de47 100644
--- a/api/Word.Application.International.md
+++ b/api/Word.Application.International.md
@@ -27,7 +27,7 @@ Returns information about the current country/region and international settings.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WdInternationalIndex**|The current country/region and/or international setting.|
diff --git a/api/Word.Application.KeyString.md b/api/Word.Application.KeyString.md
index 0428d45e71f..261d761a2fb 100644
--- a/api/Word.Application.KeyString.md
+++ b/api/Word.Application.KeyString.md
@@ -27,12 +27,12 @@ Returns the key combination string for the specified keys (for example, CTRL+SHI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|A key you specify by using one of the **WdKey** constants.|
| _KeyCode2_|Optional| **Variant**|A second key you specify by using one of the **WdKey** constants.|
-### Return Value
+### Return value
String
diff --git a/api/Word.Application.Keyboard.md b/api/Word.Application.Keyboard.md
index d9351148092..a42f301785e 100644
--- a/api/Word.Application.Keyboard.md
+++ b/api/Word.Application.Keyboard.md
@@ -27,7 +27,7 @@ Returns or sets the keyboard language and layout settings.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LangId_|Optional| **Long**|The language and layout combination to which Microsoft Word sets the keyboard. If this argument is omitted, the method returns the current language and layout setting.|
diff --git a/api/Word.Application.KeysBoundTo.md b/api/Word.Application.KeysBoundTo.md
index cd5bc400b7b..c4d93f5433b 100644
--- a/api/Word.Application.KeysBoundTo.md
+++ b/api/Word.Application.KeysBoundTo.md
@@ -27,7 +27,7 @@ Returns a **[KeysBoundTo](Word.keysboundto.md)** object that represents all the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCategory_|Required| **WdKeyCategory**|The category of the key combination.|
| _Command_|Required| **String**|The name of the command.|
diff --git a/api/Word.Application.LinesToPoints.md b/api/Word.Application.LinesToPoints.md
index 67e99b75b07..d7b6957a9bb 100644
--- a/api/Word.Application.LinesToPoints.md
+++ b/api/Word.Application.LinesToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from lines to points (1 line = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Lines_|Required| **Single**|The line value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.ListCommands.md b/api/Word.Application.ListCommands.md
index 2c5abe1592c..4a7f38f406c 100644
--- a/api/Word.Application.ListCommands.md
+++ b/api/Word.Application.ListCommands.md
@@ -27,7 +27,7 @@ Creates a new document and then inserts a table of Word commands along with thei
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListAllCommands_|Required| **Boolean**| **True** to include all Word commands and their assignments (whether customized or built-in). **False** to include only commands with customized assignments.|
diff --git a/api/Word.Application.LoadMasterList.md b/api/Word.Application.LoadMasterList.md
index 1b49ca93306..1e5d085ff07 100644
--- a/api/Word.Application.LoadMasterList.md
+++ b/api/Word.Application.LoadMasterList.md
@@ -27,7 +27,7 @@ Loads a bibliography source file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name of the bibliography source file.|
diff --git a/api/Word.Application.LookupNameProperties.md b/api/Word.Application.LookupNameProperties.md
index 958eb19ffad..cf4f8b21925 100644
--- a/api/Word.Application.LookupNameProperties.md
+++ b/api/Word.Application.LookupNameProperties.md
@@ -27,7 +27,7 @@ Looks up a name in the global address book list and displays the **Properties**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|A name in the global address book.|
diff --git a/api/Word.Application.MailMergeAfterMerge.md b/api/Word.Application.MailMergeAfterMerge.md
index dbed8649617..846d3ca5b9d 100644
--- a/api/Word.Application.MailMergeAfterMerge.md
+++ b/api/Word.Application.MailMergeAfterMerge.md
@@ -27,7 +27,7 @@ Occurs after all records in a mail merge have merged successfully.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The mail merge main document.|
| _DocResult_|Required| **Document**|The document created from the mail merge|
diff --git a/api/Word.Application.MailMergeAfterRecordMerge.md b/api/Word.Application.MailMergeAfterRecordMerge.md
index d62f5530b96..53519c04e1d 100644
--- a/api/Word.Application.MailMergeAfterRecordMerge.md
+++ b/api/Word.Application.MailMergeAfterRecordMerge.md
@@ -27,7 +27,7 @@ Occurs after each record in the data source successfully merges in a mail merge.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The mail merge main document.|
diff --git a/api/Word.Application.MailMergeBeforeMerge.md b/api/Word.Application.MailMergeBeforeMerge.md
index 63529ce024d..16013384a42 100644
--- a/api/Word.Application.MailMergeBeforeMerge.md
+++ b/api/Word.Application.MailMergeBeforeMerge.md
@@ -27,7 +27,7 @@ Occurs when a merge is executed before any records merge.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The mail merge main document.|
| _StartRecord_|Required| **Long**|The first record in the data source to include in the mail merge.|
diff --git a/api/Word.Application.MailMergeBeforeRecordMerge.md b/api/Word.Application.MailMergeBeforeRecordMerge.md
index ffb57d54830..911860de655 100644
--- a/api/Word.Application.MailMergeBeforeRecordMerge.md
+++ b/api/Word.Application.MailMergeBeforeRecordMerge.md
@@ -27,7 +27,7 @@ Occurs as a merge is executed for the individual records in a merge.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The mail merge main document.|
| _Cancel_|Required| **Boolean**| **True** stops the mail merge process, for the current record only, before it starts.|
diff --git a/api/Word.Application.MailMergeDataSourceLoad.md b/api/Word.Application.MailMergeDataSourceLoad.md
index 7a623e1b6a4..bd3fdf571da 100644
--- a/api/Word.Application.MailMergeDataSourceLoad.md
+++ b/api/Word.Application.MailMergeDataSourceLoad.md
@@ -27,7 +27,7 @@ Occurs when the data source is loaded for a mail merge.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The mail merge main document.|
diff --git a/api/Word.Application.MailMergeDataSourceValidate.md b/api/Word.Application.MailMergeDataSourceValidate.md
index ea7896d737d..0cc7b5e19f4 100644
--- a/api/Word.Application.MailMergeDataSourceValidate.md
+++ b/api/Word.Application.MailMergeDataSourceValidate.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MailMergeDataSourceValidate'(**_ByVal Doc As Documen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The mail merge main document.|
| _Handled_|Required| **Boolean**| **True** if the add-in has handled the validation event. This is a forward-only parameter and cannot be set in code. To set this value, you must use the **[MailMergeDataSourceValidate2](Word.Application.MailMergeDataSourceValidate2.md)** event.|
diff --git a/api/Word.Application.MailMergeDataSourceValidate2.md b/api/Word.Application.MailMergeDataSourceValidate2.md
index f387697526e..b31a8d45851 100644
--- a/api/Word.Application.MailMergeDataSourceValidate2.md
+++ b/api/Word.Application.MailMergeDataSourceValidate2.md
@@ -27,7 +27,7 @@ Occurs when a user validates mail merge recipients by clicking the **Validate a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The mail merge main document.|
| _Handled_|Required| **Boolean**| **True** if the add-in has handled the validation event.|
diff --git a/api/Word.Application.MailMergeWizardSendToCustom.md b/api/Word.Application.MailMergeWizardSendToCustom.md
index a560b9a76a7..b11cd5b29f7 100644
--- a/api/Word.Application.MailMergeWizardSendToCustom.md
+++ b/api/Word.Application.MailMergeWizardSendToCustom.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'MailMergeWizardSendToCustom'(**_ByVal Doc As Documen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The mail merge main document.|
diff --git a/api/Word.Application.MailMergeWizardStateChange.md b/api/Word.Application.MailMergeWizardStateChange.md
index 098fa9bf2a3..3ff84414b43 100644
--- a/api/Word.Application.MailMergeWizardStateChange.md
+++ b/api/Word.Application.MailMergeWizardStateChange.md
@@ -27,7 +27,7 @@ Occurs when a user changes from a specified step to a specified step in the Mail
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The mail merge main document.|
| _FromState_|Required| **Long**|The Mail Merge Wizard step from which a user is moving.|
diff --git a/api/Word.Application.MergeDocuments.md b/api/Word.Application.MergeDocuments.md
index 5644d1f1892..84fc4084d33 100644
--- a/api/Word.Application.MergeDocuments.md
+++ b/api/Word.Application.MergeDocuments.md
@@ -27,7 +27,7 @@ Compares two documents and returns a **Document** object that represents the do
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OriginalDocument_|Required| **Document**|Specifies the path and file name of the original document.|
| _RevisedDocument_|Required| **Document**|Specifies the path and file name of the revised document to which to compare the original document.|
@@ -46,7 +46,7 @@ Compares two documents and returns a **Document** object that represents the do
| _RevisedAuthor_|Optional| **String**|Specifies the name of the person to use for unattributed changes after merging two documents.|
| _FormatFrom_|Optional| **WdMergeFormatFrom**|Specifies the document from which to retain formatting.|
-### Return Value
+### Return value
Document
diff --git a/api/Word.Application.MillimetersToPoints.md b/api/Word.Application.MillimetersToPoints.md
index 3dccf5fd637..e4dd4d27a21 100644
--- a/api/Word.Application.MillimetersToPoints.md
+++ b/api/Word.Application.MillimetersToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from millimeters to points (1 mm = 2.85 points). Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Millimeters_|Required| **Single**|The millimeter value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.Move.md b/api/Word.Application.Move.md
index 52c60a59e19..6af47d26f81 100644
--- a/api/Word.Application.Move.md
+++ b/api/Word.Application.Move.md
@@ -27,7 +27,7 @@ Positions a task window or the active document window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required| **Long**|The horizontal screen position of the specified window.|
| _Top_|Required| **Long**|The vertical screen position of the specified window.|
diff --git a/api/Word.Application.NewDocument(even).md b/api/Word.Application.NewDocument(even).md
index 10901869500..d695b8b80fb 100644
--- a/api/Word.Application.NewDocument(even).md
+++ b/api/Word.Application.NewDocument(even).md
@@ -27,7 +27,7 @@ _expression_ A variable that represents an [Application](Word.Application.md) ob
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The new document.|
diff --git a/api/Word.Application.NewWindow.md b/api/Word.Application.NewWindow.md
index 8b1888c3854..d36659ac73b 100644
--- a/api/Word.Application.NewWindow.md
+++ b/api/Word.Application.NewWindow.md
@@ -23,7 +23,7 @@ Opens a new window with the same document as the specified window. Returns a **
_expression_ Required. A variable that represents an '[Application](Word.Application.md)' object.
-### Return Value
+### Return value
Window
diff --git a/api/Word.Application.OMathAutoCorrect.md b/api/Word.Application.OMathAutoCorrect.md
index f843825f574..4447c93c6b7 100644
--- a/api/Word.Application.OMathAutoCorrect.md
+++ b/api/Word.Application.OMathAutoCorrect.md
@@ -23,7 +23,7 @@ Returns an **OMathAutoCorrect** object that represents the auto correct entries
_expression_ An expression that returns an '[Application](Word.Application.md)' object.
-### Return Value
+### Return value
OMathAutoCorrect
diff --git a/api/Word.Application.OnTime.md b/api/Word.Application.OnTime.md
index b431ef9b7a3..063a9a14674 100644
--- a/api/Word.Application.OnTime.md
+++ b/api/Word.Application.OnTime.md
@@ -27,7 +27,7 @@ Starts a background timer that runs a macro at a specified time.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _When_|Required| **Variant**|The time at which the macro is to be run. |
| _Name_|Required| **String**|The name of the macro to be run. |
diff --git a/api/Word.Application.OrganizerCopy.md b/api/Word.Application.OrganizerCopy.md
index 30f77fc22f7..fb0bb3eaa83 100644
--- a/api/Word.Application.OrganizerCopy.md
+++ b/api/Word.Application.OrganizerCopy.md
@@ -27,7 +27,7 @@ Copies the specified AutoText entry, toolbar, style, or macro project item from
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **String**|The document or template file name that contains the item you want to copy.|
| _Destination_|Required| **String**|The document or template file name to which you want to copy an item.|
diff --git a/api/Word.Application.OrganizerDelete.md b/api/Word.Application.OrganizerDelete.md
index 8890867bd8a..597753552cd 100644
--- a/api/Word.Application.OrganizerDelete.md
+++ b/api/Word.Application.OrganizerDelete.md
@@ -27,7 +27,7 @@ Deletes the specified style, AutoText entry, toolbar, or macro project item from
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **String**|The file name of the document or template that contains the item you want to delete.|
| _Name_|Required| **String**|The name of the style, AutoText entry, toolbar, or macro you want to delete.|
diff --git a/api/Word.Application.OrganizerRename.md b/api/Word.Application.OrganizerRename.md
index c58e4134501..4029be83204 100644
--- a/api/Word.Application.OrganizerRename.md
+++ b/api/Word.Application.OrganizerRename.md
@@ -27,7 +27,7 @@ Renames the specified style, AutoText entry, toolbar, or macro project item in a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **String**|The file name of the document or template that contains the item you want to rename.|
| _Name_|Required| **String**|The name of the style, AutoText entry, toolbar, or macro you want to rename.|
diff --git a/api/Word.Application.PicasToPoints.md b/api/Word.Application.PicasToPoints.md
index 554d245717f..7361d514b60 100644
--- a/api/Word.Application.PicasToPoints.md
+++ b/api/Word.Application.PicasToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from picas to points (1 pica = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Picas_|Required| **Single**|The pica value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.PixelsToPoints.md b/api/Word.Application.PixelsToPoints.md
index 31110189baf..978fb894b1c 100644
--- a/api/Word.Application.PixelsToPoints.md
+++ b/api/Word.Application.PixelsToPoints.md
@@ -27,12 +27,12 @@ Converts a measurement from pixels to points. Returns the converted measurement
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pixels_|Required| **Single**|The pixel value to be converted to points.|
| _fVertical_|Optional| **Variant**| **True** to convert vertical pixels; **False** to convert horizontal pixels.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.PointsToCentimeters.md b/api/Word.Application.PointsToCentimeters.md
index 2397c72432e..a0ea9bedef3 100644
--- a/api/Word.Application.PointsToCentimeters.md
+++ b/api/Word.Application.PointsToCentimeters.md
@@ -27,11 +27,11 @@ Converts a measurement from points to centimeters (1 centimeter = 28.35 points).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.PointsToInches.md b/api/Word.Application.PointsToInches.md
index 952bb982ce2..14687c6c7a9 100644
--- a/api/Word.Application.PointsToInches.md
+++ b/api/Word.Application.PointsToInches.md
@@ -27,11 +27,11 @@ Converts a measurement from points to inches (1 inch = 72 points). Returns the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.PointsToLines.md b/api/Word.Application.PointsToLines.md
index 714dbe21286..7da055da687 100644
--- a/api/Word.Application.PointsToLines.md
+++ b/api/Word.Application.PointsToLines.md
@@ -27,11 +27,11 @@ Converts a measurement from points to lines (1 line = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.PointsToMillimeters.md b/api/Word.Application.PointsToMillimeters.md
index b5002aaf686..45a923de605 100644
--- a/api/Word.Application.PointsToMillimeters.md
+++ b/api/Word.Application.PointsToMillimeters.md
@@ -27,11 +27,11 @@ Converts a measurement from points to millimeters (1 millimeter = 2.835 points).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.PointsToPicas.md b/api/Word.Application.PointsToPicas.md
index 02de0f10ef9..b8603b2692a 100644
--- a/api/Word.Application.PointsToPicas.md
+++ b/api/Word.Application.PointsToPicas.md
@@ -27,11 +27,11 @@ Converts a measurement from points to picas (1 pica = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.PointsToPixels.md b/api/Word.Application.PointsToPixels.md
index d3578cb5031..2e3c4058389 100644
--- a/api/Word.Application.PointsToPixels.md
+++ b/api/Word.Application.PointsToPixels.md
@@ -27,12 +27,12 @@ Converts a measurement from points to pixels. Returns the converted measurement
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The point value to be converted to pixels.|
| _fVertical_|Optional| **Variant**| **True** to return the result as vertical pixels; **False** to return the result as horizontal pixels.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Application.PrintOut.md b/api/Word.Application.PrintOut.md
index 9fa56aa53c3..b10d0e98ae4 100644
--- a/api/Word.Application.PrintOut.md
+++ b/api/Word.Application.PrintOut.md
@@ -27,7 +27,7 @@ Prints all or part of the specified document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Background_|Optional| **Variant**|Set to **True** to have the macro continue while Microsoft Word prints the document.|
| _Append_|Optional| **Variant**|Set to **True** to append the specified document to the file name specified by the OutputFileName argument. **False** to overwrite the contents of OutputFileName.|
diff --git a/api/Word.Application.ProductCode.md b/api/Word.Application.ProductCode.md
index da9ebf64caa..501e9d0e9fc 100644
--- a/api/Word.Application.ProductCode.md
+++ b/api/Word.Application.ProductCode.md
@@ -23,7 +23,7 @@ Returns the Microsoft Word globally unique identifier (GUID) as a **String** .
_expression_ Required. A variable that represents an '[Application](Word.Application.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Word.Application.ProtectedViewWindowActivate.md b/api/Word.Application.ProtectedViewWindowActivate.md
index f0cf90af59f..07f3cf025bc 100644
--- a/api/Word.Application.ProtectedViewWindowActivate.md
+++ b/api/Word.Application.ProtectedViewWindowActivate.md
@@ -24,7 +24,7 @@ Occurs when any protected view window is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PvWindow_|Required| **[ProtectedViewWindow](Word.ProtectedViewWindow.md)**|The protected view window that is activated.|
diff --git a/api/Word.Application.ProtectedViewWindowBeforeClose.md b/api/Word.Application.ProtectedViewWindowBeforeClose.md
index db0399efa28..e805fdac47a 100644
--- a/api/Word.Application.ProtectedViewWindowBeforeClose.md
+++ b/api/Word.Application.ProtectedViewWindowBeforeClose.md
@@ -27,7 +27,7 @@ Occurs immediately before a protected view window or a document in a protected v
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PvWindow_|Required| **ProtectedViewWindow**|The protected view window that is closed.|
| _CloseReason_|Required| **[INT]**|A constant in the [WdProtectedViewCloseReason](Word.WdProtectedViewCloseReason.md) enumeration that specifies the reason the protected view window is closed.|
diff --git a/api/Word.Application.ProtectedViewWindowBeforeEdit.md b/api/Word.Application.ProtectedViewWindowBeforeEdit.md
index bdb0afdc3e1..c32f667a326 100644
--- a/api/Word.Application.ProtectedViewWindowBeforeEdit.md
+++ b/api/Word.Application.ProtectedViewWindowBeforeEdit.md
@@ -27,7 +27,7 @@ Occurs immediately before editing is enabled on the document in the specified pr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PvWindow_|Required| **[ProtectedViewWindow](Word.ProtectedViewWindow.md)**|The protected view window that contains the document that is enabled for editing.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , editing is not enabled on the document.|
diff --git a/api/Word.Application.ProtectedViewWindowDeactivate.md b/api/Word.Application.ProtectedViewWindowDeactivate.md
index 514cd0a4766..4a0840e9862 100644
--- a/api/Word.Application.ProtectedViewWindowDeactivate.md
+++ b/api/Word.Application.ProtectedViewWindowDeactivate.md
@@ -27,7 +27,7 @@ Occurs when a protected view window is deactivated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PvWindow_|Required| **[ProtectedViewWindow](Word.ProtectedViewWindow.md)**|The deactivated protected view window.|
diff --git a/api/Word.Application.ProtectedViewWindowOpen.md b/api/Word.Application.ProtectedViewWindowOpen.md
index 10dba5f819b..4bde836c5ec 100644
--- a/api/Word.Application.ProtectedViewWindowOpen.md
+++ b/api/Word.Application.ProtectedViewWindowOpen.md
@@ -27,7 +27,7 @@ Occurs when a protected view window is opened.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PvWindow_|Required| **[ProtectedViewWindow](Word.ProtectedViewWindow.md)**|The protected view window that is opened.|
diff --git a/api/Word.Application.ProtectedViewWindowSize.md b/api/Word.Application.ProtectedViewWindowSize.md
index c54863747a4..ef1f030503d 100644
--- a/api/Word.Application.ProtectedViewWindowSize.md
+++ b/api/Word.Application.ProtectedViewWindowSize.md
@@ -24,7 +24,7 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PvWindow_|Required| **[ProtectedViewWindow](Word.ProtectedViewWindow.md)**|The protected view window that is sized.|
diff --git a/api/Word.Application.Quit(method).md b/api/Word.Application.Quit(method).md
index 8377b10e824..1e38ee4b402 100644
--- a/api/Word.Application.Quit(method).md
+++ b/api/Word.Application.Quit(method).md
@@ -27,7 +27,7 @@ Quits Microsoft Word and optionally saves or routes the open documents.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Variant**|Specifies whether Word saves changed documents before closing. Can be one of the **WdSaveOptions** constants.|
| _OriginalFormat_|Optional| **Variant**|Specifies the way Word saves documents whose original format was not Word Document format. Can be one of the **WdOriginalFormat** constants.|
diff --git a/api/Word.Application.Repeat.md b/api/Word.Application.Repeat.md
index 30b40b013d3..194522ed4a6 100644
--- a/api/Word.Application.Repeat.md
+++ b/api/Word.Application.Repeat.md
@@ -27,11 +27,11 @@ Repeats the most recent editing action one or more times. Returns **True** if t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Times_|Optional| **Variant**|The number of times you want to repeat the last command.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Application.Resize.md b/api/Word.Application.Resize.md
index ada9220989d..4f880b191d6 100644
--- a/api/Word.Application.Resize.md
+++ b/api/Word.Application.Resize.md
@@ -27,7 +27,7 @@ Sizes the Word application window or the specified task window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Width_|Required| **Long**|The width of the window, in points.|
| _Height_|Required| **Long**|The height of the window, in points.|
diff --git a/api/Word.Application.Run.md b/api/Word.Application.Run.md
index a414e02a6eb..63e1f83cb70 100644
--- a/api/Word.Application.Run.md
+++ b/api/Word.Application.Run.md
@@ -27,7 +27,7 @@ Runs a Visual Basic macro.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MacroName_|Required| **String**|The name of the macro.|
| _varg1...varg30_|Optional| **Variant**|Macro parameter values. You can pass up to 30 parameter values to the specified macro.|
diff --git a/api/Word.Application.SetDefaultTheme.md b/api/Word.Application.SetDefaultTheme.md
index 803f8b463ac..0da6ee09bae 100644
--- a/api/Word.Application.SetDefaultTheme.md
+++ b/api/Word.Application.SetDefaultTheme.md
@@ -24,7 +24,7 @@ _expression_ Required. A variable that represents an **[Application](Word.Applic
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required|**String**|The name of the theme you want to assign as the default theme plus any theme formatting options you want to apply. The format of this string is "themennn" where _theme_ and _nnn_ are defined in the [Themes](#themes) table.|
| _DocumentType_|Required|**WdDocumentMedium**|The type of new document to which you are assigning a default theme.|
diff --git a/api/Word.Application.SubstituteFont.md b/api/Word.Application.SubstituteFont.md
index 3d915e2eeaf..6ed7cedb654 100644
--- a/api/Word.Application.SubstituteFont.md
+++ b/api/Word.Application.SubstituteFont.md
@@ -27,7 +27,7 @@ Sets font-mapping options.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _UnavailableFont_|Required| **String**|The name of a font not available on your computer that you want to map to a different font for display and printing.|
| _SubstituteFont_|Required| **String**|The name of a font available on your computer that you want to substitute for the unavailable font.|
diff --git a/api/Word.Application.SynonymInfo.md b/api/Word.Application.SynonymInfo.md
index e7400dae613..f6f8ecbeb02 100644
--- a/api/Word.Application.SynonymInfo.md
+++ b/api/Word.Application.SynonymInfo.md
@@ -27,7 +27,7 @@ Returns a **[SynonymInfo](Word.SynonymInfo.md)** object that contains informati
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Word_|Required| **String**|The specified word or phrase.|
| _LanguageID_|Optional| **Variant**|The language used for the thesaurus. Can be one of the **WdLanguageID** constants (although some of the constants may not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed).|
diff --git a/api/Word.Application.WindowActivate.md b/api/Word.Application.WindowActivate.md
index 023696ba6fd..e05f21ea345 100644
--- a/api/Word.Application.WindowActivate.md
+++ b/api/Word.Application.WindowActivate.md
@@ -27,7 +27,7 @@ Occurs when any document window is activated.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The document displayed in the activated window.|
| _Wn_|Required| **Window**|The window that's being activated.|
diff --git a/api/Word.Application.WindowBeforeDoubleClick.md b/api/Word.Application.WindowBeforeDoubleClick.md
index 677a16408de..f17954e7172 100644
--- a/api/Word.Application.WindowBeforeDoubleClick.md
+++ b/api/Word.Application.WindowBeforeDoubleClick.md
@@ -27,7 +27,7 @@ Occurs when the editing area of a document window is double-clicked, before the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sel_|Required| **Selection**|The current selection.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the default double-click action does not occur when the procedure is finished.|
diff --git a/api/Word.Application.WindowBeforeRightClick.md b/api/Word.Application.WindowBeforeRightClick.md
index c0cf72c2b73..8f18a968436 100644
--- a/api/Word.Application.WindowBeforeRightClick.md
+++ b/api/Word.Application.WindowBeforeRightClick.md
@@ -27,7 +27,7 @@ Private Sub _expression_ ._'WindowBeforeRightClick'(**_ByVal Sel As Selection_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sel_|Required| **Selection**|The current selection.|
| _Cancel_|Required| **Boolean**| **False** when the event occurs. If the event procedure sets this argument to **True** , the default right-click action does not occur when the procedure is finished.|
diff --git a/api/Word.Application.WindowDeactivate.md b/api/Word.Application.WindowDeactivate.md
index 41f376787c1..08819bb173f 100644
--- a/api/Word.Application.WindowDeactivate.md
+++ b/api/Word.Application.WindowDeactivate.md
@@ -27,7 +27,7 @@ _expression_ A variable that represents an [Application](Word.Application.md) ob
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The document displayed in the deactivated window.|
| _Wn_|Required| **Window**|The deactivated window.|
diff --git a/api/Word.Application.WindowSelectionChange.md b/api/Word.Application.WindowSelectionChange.md
index ef35a8da479..a7cf83c9bcd 100644
--- a/api/Word.Application.WindowSelectionChange.md
+++ b/api/Word.Application.WindowSelectionChange.md
@@ -27,7 +27,7 @@ _expression_ A variable that represents an [Application](Word.Application.md) ob
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sel_|Required| **Selection**|The text selected. If no text is selected, the Sel parameter returns either nothing or the first character to the right of the insertion point.|
diff --git a/api/Word.Application.WindowSize.md b/api/Word.Application.WindowSize.md
index 7e8991b21a3..6196bea4826 100644
--- a/api/Word.Application.WindowSize.md
+++ b/api/Word.Application.WindowSize.md
@@ -27,7 +27,7 @@ Occurs when the application window is resized or moved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Doc_|Required| **Document**|The document in the window being sized.|
| _Wn_|Required| **Window**|The window being sized.|
diff --git a/api/Word.Application.XMLSelectionChange.md b/api/Word.Application.XMLSelectionChange.md
index 76f315192b5..4092acc5c27 100644
--- a/api/Word.Application.XMLSelectionChange.md
+++ b/api/Word.Application.XMLSelectionChange.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'XMLSelectionChange'(**_Sel_** , **_OldXMLNode_** , *
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Sel_|Required| **Selection**|The text selected, including XML elements. If no text is selected, the Sel parameter returns either nothing or the first character to the right of the insertion point.|
| _OldXMLNode_|Required| **XMLNode**|The XML node from which the insertion point is moving.|
diff --git a/api/Word.Application.XMLValidationError.md b/api/Word.Application.XMLValidationError.md
index 53ef4755a9b..bc7ac0b1948 100644
--- a/api/Word.Application.XMLValidationError.md
+++ b/api/Word.Application.XMLValidationError.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'XMLValidationError'(**_XMLNode As XMLNode_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XMLNode_|Required| **XMLNode**|The XML element that is invalid.|
diff --git a/api/Word.ApplyDocumentTheme.md b/api/Word.ApplyDocumentTheme.md
index bd04c6eeb3e..e967dbc0aad 100644
--- a/api/Word.ApplyDocumentTheme.md
+++ b/api/Word.ApplyDocumentTheme.md
@@ -27,7 +27,7 @@ Applies a document theme to a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name of the theme to apply.|
diff --git a/api/Word.AutoCaptions.Item.md b/api/Word.AutoCaptions.Item.md
index 1cc49eca229..ceb54dcb4cb 100644
--- a/api/Word.AutoCaptions.Item.md
+++ b/api/Word.AutoCaptions.Item.md
@@ -27,11 +27,11 @@ Returns an individual **AutoCaption** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
AutoCaption
diff --git a/api/Word.AutoCorrectEntries.Add.md b/api/Word.AutoCorrectEntries.Add.md
index 14561263e61..a3acdae28e5 100644
--- a/api/Word.AutoCorrectEntries.Add.md
+++ b/api/Word.AutoCorrectEntries.Add.md
@@ -27,7 +27,7 @@ Returns an **AutoCorrectEntry** object that represents a plain-text AutoCorrect
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The text you want to have automatically replaced with the text specified by Value.|
| _Value_|Required| **String**|The text you want to have automatically inserted whenever the text specified by Name is typed.|
diff --git a/api/Word.AutoCorrectEntries.AddRichText.md b/api/Word.AutoCorrectEntries.AddRichText.md
index fbcb88b0858..9e9118bd3ab 100644
--- a/api/Word.AutoCorrectEntries.AddRichText.md
+++ b/api/Word.AutoCorrectEntries.AddRichText.md
@@ -27,12 +27,12 @@ Creates a formatted AutoCorrect entry, preserving all text attributes of the spe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The text to replace automatically with Range.|
| _Range_|Required| **Range**|The formatted text that Word will insert automatically whenever Name is typed.|
-### Return Value
+### Return value
AutoCorrectEntry
diff --git a/api/Word.AutoCorrectEntries.Item.md b/api/Word.AutoCorrectEntries.Item.md
index e9795b9b35f..daf02d34b82 100644
--- a/api/Word.AutoCorrectEntries.Item.md
+++ b/api/Word.AutoCorrectEntries.Item.md
@@ -27,11 +27,11 @@ Returns an individual **AutoCorrectEntry** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
AutoCorrectEntry
diff --git a/api/Word.AutoCorrectEntry.Apply.md b/api/Word.AutoCorrectEntry.Apply.md
index e65060a1e12..bdaee0c9d76 100644
--- a/api/Word.AutoCorrectEntry.Apply.md
+++ b/api/Word.AutoCorrectEntry.Apply.md
@@ -27,7 +27,7 @@ Replaces a range with the value of the specified AutoCorrect entry.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **[Range](Word.Range.md)**|The range to which to apply the AutoCorrect entry.|
diff --git a/api/Word.AutoTextEntries.Add.md b/api/Word.AutoTextEntries.Add.md
index b81f9285d05..ec006d41737 100644
--- a/api/Word.AutoTextEntries.Add.md
+++ b/api/Word.AutoTextEntries.Add.md
@@ -27,7 +27,7 @@ Returns an **AutoTextEntry** object that represents an AutoText entry added to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The text that, when typed, initiates an AutoText entry.|
| _Range_|Required| **Range**|A range of text that will be inserted whenever Name is typed.|
diff --git a/api/Word.AutoTextEntries.AppendToSpike.md b/api/Word.AutoTextEntries.AppendToSpike.md
index 5128c19362d..08e2342b6f7 100644
--- a/api/Word.AutoTextEntries.AppendToSpike.md
+++ b/api/Word.AutoTextEntries.AppendToSpike.md
@@ -27,11 +27,11 @@ Deletes the specified range and adds the contents of the range to the Spike (a b
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range that's deleted and appended to the Spike.|
-### Return Value
+### Return value
AutoTextEntry
diff --git a/api/Word.AutoTextEntries.Item.md b/api/Word.AutoTextEntries.Item.md
index 5be2dd0ef34..a66f8a199f0 100644
--- a/api/Word.AutoTextEntries.Item.md
+++ b/api/Word.AutoTextEntries.Item.md
@@ -27,11 +27,11 @@ Returns an individual **AutoTextEntry** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
AutoTextEntry
diff --git a/api/Word.AutoTextEntry.Insert.md b/api/Word.AutoTextEntry.Insert.md
index d759d140960..321b7b6485b 100644
--- a/api/Word.AutoTextEntry.Insert.md
+++ b/api/Word.AutoTextEntry.Insert.md
@@ -27,12 +27,12 @@ Inserts the AutoText entry in place of the specified range. Returns a **Range**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Where_|Required| **Range**|The location for the AutoText entry.|
| _RichText_|Optional| **Variant**| **True** to insert the AutoText entry with its original formatting.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Axes.Item.md b/api/Word.Axes.Item.md
index 9efc0e4d19d..a0345b0e44c 100644
--- a/api/Word.Axes.Item.md
+++ b/api/Word.Axes.Item.md
@@ -24,7 +24,7 @@ Returns a single **[Axis](Word.Axis.md)** object from an **Axes** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[XlAxisType](Word.xlaxistype.md)**|One of the enumeration values that specifies the axis type.|
| _AxisGroup_|Optional| **[XlAxisGroup](Word.xlaxisgroup.md)**|One of the enumeration values that specifies the axis.|
diff --git a/api/Word.AxisTitle.Characters.md b/api/Word.AxisTitle.Characters.md
index 3257737a181..152e0d427fb 100644
--- a/api/Word.AxisTitle.Characters.md
+++ b/api/Word.AxisTitle.Characters.md
@@ -27,7 +27,7 @@ Returns a **[ChartCharacters](Word.ChartCharacters.md)** object that represents
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).|
diff --git a/api/Word.AxisTitle.Formula.md b/api/Word.AxisTitle.Formula.md
index 64ded6068bc..81aa111ee20 100644
--- a/api/Word.AxisTitle.Formula.md
+++ b/api/Word.AxisTitle.Formula.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents an '[AxisTitle](Word.AxisTitle.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Word.AxisTitle.Height.md b/api/Word.AxisTitle.Height.md
index cc1c3d137e9..46197f9e20c 100644
--- a/api/Word.AxisTitle.Height.md
+++ b/api/Word.AxisTitle.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents an '[AxisTitle](Word.AxisTitle.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Word.Bibliography.GenerateUniqueTag.md b/api/Word.Bibliography.GenerateUniqueTag.md
index 155edc7e3fa..e206b751e00 100644
--- a/api/Word.Bibliography.GenerateUniqueTag.md
+++ b/api/Word.Bibliography.GenerateUniqueTag.md
@@ -23,7 +23,7 @@ Generates a unique identification tag for a bibliography source and returns a *
_expression_ An expression that returns a [Bibliography](./Word.Bibliography.md) object.
-### Return Value
+### Return value
String
diff --git a/api/Word.Bookmark.Copy.md b/api/Word.Bookmark.Copy.md
index 7b253331c0c..2fff2d13060 100644
--- a/api/Word.Bookmark.Copy.md
+++ b/api/Word.Bookmark.Copy.md
@@ -27,7 +27,7 @@ Copies a bookmark to the new bookmark specified in the Name argument, and return
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the new bookmark.|
diff --git a/api/Word.Bookmarks.Add.md b/api/Word.Bookmarks.Add.md
index eba80238be8..2e2dc22fcab 100644
--- a/api/Word.Bookmarks.Add.md
+++ b/api/Word.Bookmarks.Add.md
@@ -27,12 +27,12 @@ Returns a **Bookmark** object that represents a bookmark added to a range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the bookmark. The name cannot be more than 40 characters or include more than one word.|
| _Range_|Optional| **Variant**|The range of text marked by the bookmark. A bookmark can be set to a collapsed range (the insertion point).|
-### Return Value
+### Return value
Bookmark
diff --git a/api/Word.Bookmarks.Exists.md b/api/Word.Bookmarks.Exists.md
index 32331817736..c4a1cacde72 100644
--- a/api/Word.Bookmarks.Exists.md
+++ b/api/Word.Bookmarks.Exists.md
@@ -27,7 +27,7 @@ Determines whether the specified bookmark exists. Returns **True** if the bookm
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|A bookmark name than can not include more than 40 characters or more than one word.|
diff --git a/api/Word.Bookmarks.Item.md b/api/Word.Bookmarks.Item.md
index 590e6ac1539..82252095ef8 100644
--- a/api/Word.Bookmarks.Item.md
+++ b/api/Word.Bookmarks.Item.md
@@ -24,11 +24,11 @@ Returns an individual **Bookmark** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Bookmark
diff --git a/api/Word.Borders.Item.md b/api/Word.Borders.Item.md
index 87931017202..0f000b81bb9 100644
--- a/api/Word.Borders.Item.md
+++ b/api/Word.Borders.Item.md
@@ -27,11 +27,11 @@ Returns a border in a range or selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WdBorderType**|The border to be returned.|
-### Return Value
+### Return value
Border
diff --git a/api/Word.Breaks.Item.md b/api/Word.Breaks.Item.md
index 84ec7c8d765..1683bdf5e14 100644
--- a/api/Word.Breaks.Item.md
+++ b/api/Word.Breaks.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Break** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Break
diff --git a/api/Word.BuildingBlock.Insert.md b/api/Word.BuildingBlock.Insert.md
index 3c186fc6549..e95f14ad3ab 100644
--- a/api/Word.BuildingBlock.Insert.md
+++ b/api/Word.BuildingBlock.Insert.md
@@ -27,12 +27,12 @@ Inserts the value of a building block into a document and returns a **[Range](W
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Where_|Required| **Range**|The location of where to place the contents of the building block.|
| _RichText_|Optional| **Variant**| **True** inserts the building block as rich, formatted text. **False** inserts the building block as plain text.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.BuildingBlockEntries.Add.md b/api/Word.BuildingBlockEntries.Add.md
index 2838bf48e6a..a4fc190a647 100644
--- a/api/Word.BuildingBlockEntries.Add.md
+++ b/api/Word.BuildingBlockEntries.Add.md
@@ -27,7 +27,7 @@ Creates a new building block entry in a template and returns a **[BuildingBlock
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|Specifies the name of the building block entry. Corresponds to the **[Name](Word.BuildingBlock.Name.md)** property of the **BuildingBlock** object.|
| _Type_|Required| **[WdBuildingBlockTypes](Word.WdBuildingBlockTypes.md)**|Specifies the type of building block to create. Corresponds to the **[Type](Word.BuildingBlock.Type.md)** property of the **BuildingBlock** object.|
@@ -36,7 +36,7 @@ Creates a new building block entry in a template and returns a **[BuildingBlock
| _Description_|Optional| **Variant**|Specifies the description of the buildling block entry. Corresponds to the **[Description](Word.BuildingBlock.Description.md)** property of the **BuildingBlock** object.|
| _InsertOptions_|Optional| **[WdDocPartInsertOptions](Word.WdDocPartInsertOptions.md)**|Specifies whether the building block entry is inserted as a page, a paragraph, or inline. If omitted, the default value is **wdInsertContent** . Corresponds to the **[InsertOptions](Word.BuildingBlock.InsertOptions.md)** property for the **BuildingBlock** object.|
-### Return Value
+### Return value
BuildingBlock
diff --git a/api/Word.BuildingBlockEntries.Item.md b/api/Word.BuildingBlockEntries.Item.md
index a2b78c9b5b9..48e8c38c9c7 100644
--- a/api/Word.BuildingBlockEntries.Item.md
+++ b/api/Word.BuildingBlockEntries.Item.md
@@ -27,11 +27,11 @@ Returns a **BuildingBlock** object that represents the specified item in the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies a **String** or **Integer** that represents the name or ordinal position of the object in the collection.|
-### Return Value
+### Return value
BuildingBlock
diff --git a/api/Word.BuildingBlockTypes.Item.md b/api/Word.BuildingBlockTypes.Item.md
index 3c5c2f1d6eb..084dfd3ab1b 100644
--- a/api/Word.BuildingBlockTypes.Item.md
+++ b/api/Word.BuildingBlockTypes.Item.md
@@ -27,11 +27,11 @@ Returns a **BuildingBlockType** object that represents the specified item in th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WdBuildingBlockTypes**|Specifies the building block type of the item in the collection.|
-### Return Value
+### Return value
BuildingBlockType
diff --git a/api/Word.BuildingBlocks.Add.md b/api/Word.BuildingBlocks.Add.md
index e7ecc33a9d9..5cc5a3ad8fc 100644
--- a/api/Word.BuildingBlocks.Add.md
+++ b/api/Word.BuildingBlocks.Add.md
@@ -24,14 +24,14 @@ Creates a new building block and returns a **BuildingBlock** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|Specifies the name of the building block entry. Corresponds to the **[Name](Word.BuildingBlock.Name.md)** property of the **BuildingBlock** object.|
| _Range_|Required| **Range**|Specifies the value of the buildling block entry. Corresponds to the **[Value](Word.BuildingBlock.Value.md)** property of the **BuildingBlock** object.|
| _Description_|Optional| **Variant**|Specifies the description of the buildling block entry. Corresponds to the **[Description](Word.BuildingBlock.Description.md)** property of the **BuildingBlock** object.|
| _InsertOptions_|Optional| **[WdDocPartInsertOptions](Word.WdDocPartInsertOptions.md)**|Specifies whether the building block entry is inserted as a page, a paragraph, or inline. If omitted, the default value is **wdInsertContent** . Corresponds to the **[InsertOptions](Word.BuildingBlock.InsertOptions.md)** property for the **BuildingBlock** object.|
-### Return Value
+### Return value
BuildingBlock
diff --git a/api/Word.BuildingBlocks.Item.md b/api/Word.BuildingBlocks.Item.md
index f936e246fad..4b3c5a8d899 100644
--- a/api/Word.BuildingBlocks.Item.md
+++ b/api/Word.BuildingBlocks.Item.md
@@ -27,11 +27,11 @@ Returns a **BuildingBlock** object that represents the specified item in the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies a **String** or **Integer** that represents the name or ordinal position of the object in the collection.|
-### Return Value
+### Return value
BuildingBlock
diff --git a/api/Word.CalloutFormat.CustomDrop.md b/api/Word.CalloutFormat.CustomDrop.md
index 5220e9fd563..872ebf04f3a 100644
--- a/api/Word.CalloutFormat.CustomDrop.md
+++ b/api/Word.CalloutFormat.CustomDrop.md
@@ -27,7 +27,7 @@ Sets the vertical distance (in points) from the edge of the text bounding box to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Drop_|Required| **Single**|The drop distance, in points.|
diff --git a/api/Word.CalloutFormat.CustomLength.md b/api/Word.CalloutFormat.CustomLength.md
index 704fd74feca..95a85b9e01f 100644
--- a/api/Word.CalloutFormat.CustomLength.md
+++ b/api/Word.CalloutFormat.CustomLength.md
@@ -27,7 +27,7 @@ Specifies that the first segment of the callout line (the segment attached to th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Length_|Required| **Single**|The length of the first segment of the callout, in points.|
diff --git a/api/Word.CalloutFormat.PresetDrop.md b/api/Word.CalloutFormat.PresetDrop.md
index 450eb89a380..d5aafade537 100644
--- a/api/Word.CalloutFormat.PresetDrop.md
+++ b/api/Word.CalloutFormat.PresetDrop.md
@@ -27,7 +27,7 @@ Specifies whether the callout line attaches to the top, bottom, or center of the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DropType_|Required| **MsoCalloutDropType**|The starting position of the callout line relative to the text bounding box. If you specify **msoCalloutDropCustom** , the values of the **Drop** and **AutoAttach** properties and the relative positions of the callout text box and callout line origin (the place that the callout points to) are used to determine where the callout line attaches to the text box.|
diff --git a/api/Word.CanvasShapes.AddCallout.md b/api/Word.CanvasShapes.AddCallout.md
index a4474c21782..60e710306b5 100644
--- a/api/Word.CanvasShapes.AddCallout.md
+++ b/api/Word.CanvasShapes.AddCallout.md
@@ -27,7 +27,7 @@ Adds a borderless line callout to a drawing canvas. Returns a **[Shape](Word.Sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **MsoCallout**|The type of callout.|
| _Left_|Required| **Single**|The position, in points, of the left edge of the callout's bounding box.|
diff --git a/api/Word.CanvasShapes.AddConnector.md b/api/Word.CanvasShapes.AddConnector.md
index 8abbaa613f8..5d9977ce17c 100644
--- a/api/Word.CanvasShapes.AddConnector.md
+++ b/api/Word.CanvasShapes.AddConnector.md
@@ -27,7 +27,7 @@ Returns a **[Shape](Word.Shape.md)** object that represents a connecting line b
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **MsoConnectorType**|The type of connector.|
| _BeginX_|Required| **Single**|The horizontal position that marks the beginning of the connector.|
diff --git a/api/Word.CanvasShapes.AddCurve.md b/api/Word.CanvasShapes.AddCurve.md
index 680166dafe0..c6fdda5a1b5 100644
--- a/api/Word.CanvasShapes.AddCurve.md
+++ b/api/Word.CanvasShapes.AddCurve.md
@@ -27,7 +27,7 @@ Returns a **[Shape](Word.Shape.md)** object that represents a B?zier curve in a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SafeArrayOfPoints_|Required| **Variant**|An array of coordinate pairs that specifies the vertices and control points of the curve. The first point you specify is the starting vertex, and the next two points are control points for the first B?zier segment. Then, for each additional segment of the curve, you specify a vertex and two control points. The last point you specify is the ending vertex for the curve. Note that you must always specify 3n + 1 points, where n is the number of segments in the curve.|
diff --git a/api/Word.CanvasShapes.AddLabel.md b/api/Word.CanvasShapes.AddLabel.md
index 33a25387b5c..d839d7b2e05 100644
--- a/api/Word.CanvasShapes.AddLabel.md
+++ b/api/Word.CanvasShapes.AddLabel.md
@@ -27,7 +27,7 @@ Adds a text label to a drawing canvas. Returns a **[Shapes](Word.shapes.md)** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Orientation_|Required| **MsoText**|The orientation of the text.|
| _Left_|Required| **Single**|The position, measured in points, of the left edge of the label relative to the left edge of the drawing canvas.|
diff --git a/api/Word.CanvasShapes.AddLine.md b/api/Word.CanvasShapes.AddLine.md
index 3888a42700e..ad7737bee42 100644
--- a/api/Word.CanvasShapes.AddLine.md
+++ b/api/Word.CanvasShapes.AddLine.md
@@ -27,7 +27,7 @@ Adds a line to a drawing canvas. Returns a **[Shape](Word.Shape.md)** object th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeginX_|Required| **Single**|The horizontal position, measured in points, of the line's starting point, relative to the drawing canvas.|
| _BeginY_|Required| **Single**|The vertical position, measured in points, of the line's starting point, relative to the drawing canvas.|
diff --git a/api/Word.CanvasShapes.AddPicture.md b/api/Word.CanvasShapes.AddPicture.md
index 630f683c96c..3e161f16cdb 100644
--- a/api/Word.CanvasShapes.AddPicture.md
+++ b/api/Word.CanvasShapes.AddPicture.md
@@ -27,7 +27,7 @@ Adds a picture to a drawing canvas. Returns a **Shape** object that represents
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name of the picture.|
| _LinkToFile_|Optional| **Variant**| **True** to link the picture to the file from which it was created. **False** to make the picture an independent copy of the file. The default value is **False** .|
diff --git a/api/Word.CanvasShapes.AddPolyline.md b/api/Word.CanvasShapes.AddPolyline.md
index 2afcb1e9bfe..b2686de832d 100644
--- a/api/Word.CanvasShapes.AddPolyline.md
+++ b/api/Word.CanvasShapes.AddPolyline.md
@@ -27,7 +27,7 @@ Adds an open or closed polygon to a drawing canvas. Returns a **Shape** object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SafeArrayOfPoints_|Required| **Variant**|An array of coordinate pairs that specifies the polyline drawing's vertices.|
diff --git a/api/Word.CanvasShapes.AddShape.md b/api/Word.CanvasShapes.AddShape.md
index 95464139d42..40df0e6a6dc 100644
--- a/api/Word.CanvasShapes.AddShape.md
+++ b/api/Word.CanvasShapes.AddShape.md
@@ -27,7 +27,7 @@ Adds an AutoShape to a drawing canvas. Returns a **[Shape](Word.Shape.md)** obj
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **Long**|The type of shape to be returned. Can be any **MsoAutoShape** constant.|
| _Left_|Required| **Single**|The position, measured in points, of the left edge of the AutoShape.|
diff --git a/api/Word.CanvasShapes.AddTextEffect.md b/api/Word.CanvasShapes.AddTextEffect.md
index 8a629f9baf3..7a29088bb3d 100644
--- a/api/Word.CanvasShapes.AddTextEffect.md
+++ b/api/Word.CanvasShapes.AddTextEffect.md
@@ -27,7 +27,7 @@ Adds a WordArt shape to a drawing canvas. Returns a **[Shape](Word.Shape.md)**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetTextEffect_|Required| **Mso**|A preset text effect. The values of the **MsoPresetTextEffect** constants correspond to the formats listed in the **WordArt Gallery** dialog box (numbered from left to right and from top to bottom).|
| _Text_|Required| **String**|The text in the WordArt.|
diff --git a/api/Word.CanvasShapes.AddTextbox.md b/api/Word.CanvasShapes.AddTextbox.md
index a6607330abe..fc450f086bc 100644
--- a/api/Word.CanvasShapes.AddTextbox.md
+++ b/api/Word.CanvasShapes.AddTextbox.md
@@ -27,7 +27,7 @@ Adds a text box to a drawing canvas. Returns a **Shape** object that represents
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Orientation_|Required| **MsoTextOrientation**|The orientation of the text. Some of the **MsoTextOrientation** constants may not be available to you, depending on the language support (U.S. English, for example) that you?ve selected or installed.|
| _Left_|Required| **Single**|The position, measured in points, of the left edge of the text box.|
diff --git a/api/Word.CanvasShapes.BuildFreeform.md b/api/Word.CanvasShapes.BuildFreeform.md
index 6a341372825..dea7a6595ad 100644
--- a/api/Word.CanvasShapes.BuildFreeform.md
+++ b/api/Word.CanvasShapes.BuildFreeform.md
@@ -27,7 +27,7 @@ Builds a freeform object. Returns a **[FreeformBuilder](Word.FreeformBuilder.md
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EditingType_|Required| **MsoEditingType**|The EditingType parameter can be either **msoEditingAuto** or **msoEditingCorner** ; cannot be **msoEditingSmooth** or **msoEditingSymmetric** .|
| _X1_|Required| **Single**|The position (in points) of the first node in the freeform drawing relative to the left edge of the document.|
diff --git a/api/Word.CanvasShapes.Item.md b/api/Word.CanvasShapes.Item.md
index f6c4bae1b85..2447b1cd9f3 100644
--- a/api/Word.CanvasShapes.Item.md
+++ b/api/Word.CanvasShapes.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Shape** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Shape
diff --git a/api/Word.CanvasShapes.Range.md b/api/Word.CanvasShapes.Range.md
index 8ef5dcc83f9..9900c697aac 100644
--- a/api/Word.CanvasShapes.Range.md
+++ b/api/Word.CanvasShapes.Range.md
@@ -27,11 +27,11 @@ Returns a **ShapeRange** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies which shapes are to be included in the specified range. Can be an integer that specifies the index number of a shape within the **Shapes** collection, a string that specifies the name of a shape, or a array that contains integers or strings.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Word.CaptionLabels.Add.md b/api/Word.CaptionLabels.Add.md
index 69ab33dba07..1a0543148a2 100644
--- a/api/Word.CaptionLabels.Add.md
+++ b/api/Word.CaptionLabels.Add.md
@@ -27,11 +27,11 @@ Returns a **CaptionLabel** object that represents a custom caption label.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom caption label.|
-### Return Value
+### Return value
CaptionLabel
diff --git a/api/Word.CaptionLabels.Item.md b/api/Word.CaptionLabels.Item.md
index 6a41fefbbd3..a11c1eda70f 100644
--- a/api/Word.CaptionLabels.Item.md
+++ b/api/Word.CaptionLabels.Item.md
@@ -27,11 +27,11 @@ Returns an individual **CaptionLabel** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
CaptionLabel
diff --git a/api/Word.Categories.Item.md b/api/Word.Categories.Item.md
index 2f0817e57a4..d77cc8357c6 100644
--- a/api/Word.Categories.Item.md
+++ b/api/Word.Categories.Item.md
@@ -27,11 +27,11 @@ Returns a **Category** object that represents the specified item in the collect
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies a **String** or **Integer** that represents the name or ordinal position of the object in the collection.|
-### Return Value
+### Return value
Category
diff --git a/api/Word.Cell.Delete.md b/api/Word.Cell.Delete.md
index 8ad85d9f09b..6dea2aff545 100644
--- a/api/Word.Cell.Delete.md
+++ b/api/Word.Cell.Delete.md
@@ -27,7 +27,7 @@ Deletes a table cell or cells and optionally controls how the remaining cells ar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShiftCells_|Optional| **Variant**|The direction in which the remaining cells are to be shifted. Can be any **[WdDeleteCells](Word.WdDeleteCells.md)** constant. If omitted, cells to the right of the last deleted cell are shifted left.|
diff --git a/api/Word.Cell.Formula.md b/api/Word.Cell.Formula.md
index a0477ddb7c5..abcd9f7cd22 100644
--- a/api/Word.Cell.Formula.md
+++ b/api/Word.Cell.Formula.md
@@ -27,7 +27,7 @@ Inserts an = (Formula) field that contains the specified formula into a table ce
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Formula_|Optional| **Variant**|The mathematical formula you want the = (Formula) field to evaluate. Spreadsheet-type references to table cells are valid. For example, "=SUM(A4:C4)" specifies the first three values in the fourth row. For more information about the = (Formula) field, see Field codes:= (Formula) field.|
| _NumFormat_|Optional| **Variant**|A format for the result of the = (Formula) field. For information about the types of formats you can apply, see Numeric Picture (\#) field switch.|
diff --git a/api/Word.Cell.Merge.md b/api/Word.Cell.Merge.md
index e35d3b20021..b1e281e437d 100644
--- a/api/Word.Cell.Merge.md
+++ b/api/Word.Cell.Merge.md
@@ -27,7 +27,7 @@ Merges the specified table cell with another table cell. The result is a single
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _MergeTo_|Required| **Cell object**|The cell to be merged with.|
diff --git a/api/Word.Cell.SetHeight.md b/api/Word.Cell.SetHeight.md
index 14ee593f913..4f6e1dc8e43 100644
--- a/api/Word.Cell.SetHeight.md
+++ b/api/Word.Cell.SetHeight.md
@@ -27,7 +27,7 @@ Sets the height of table cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowHeight_|Required| **Variant**|The height of the row or rows, in points.|
| _HeightRule_|Required| **WdRowHeightRule**|The rule for determining the height of the specified cells.|
diff --git a/api/Word.Cell.SetWidth.md b/api/Word.Cell.SetWidth.md
index 5a9f8dab051..2640c541f6e 100644
--- a/api/Word.Cell.SetWidth.md
+++ b/api/Word.Cell.SetWidth.md
@@ -27,7 +27,7 @@ Sets the width of columns or cells in a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ColumnWidth_|Required| **Single**|The width of the specified column or columns, in points.|
| _RulerStyle_|Required| **WdRulerStyle**|Controls the way Word adjusts cell widths.|
diff --git a/api/Word.Cell.Split.md b/api/Word.Cell.Split.md
index d253b564f0d..e404efc5fe9 100644
--- a/api/Word.Cell.Split.md
+++ b/api/Word.Cell.Split.md
@@ -27,7 +27,7 @@ Splits a single table cell into multiple cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumRows_|Optional| **Variant**|The number of rows that the cell or group of cells is to be split into.|
| _NumColumns_|Optional| **Variant**|The number of columns that the cell or group of cells is to be split into.|
diff --git a/api/Word.Cells.Add.md b/api/Word.Cells.Add.md
index ae0119e2a99..306d5e4a28f 100644
--- a/api/Word.Cells.Add.md
+++ b/api/Word.Cells.Add.md
@@ -27,11 +27,11 @@ Returns a **Cell** object that represents a cell added to a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeforeCell_|Optional| **Variant**|A **Cell** object that represents the cell that will appear immediately to the right of the new cell or cells.|
-### Return Value
+### Return value
Cell
diff --git a/api/Word.Cells.Delete.md b/api/Word.Cells.Delete.md
index c890f9d22dd..46145f2aa33 100644
--- a/api/Word.Cells.Delete.md
+++ b/api/Word.Cells.Delete.md
@@ -27,7 +27,7 @@ Deletes a table cell or cells and optionally controls how the remaining cells ar
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShiftCells_|Optional| **Variant**|The direction in which the remaining cells are to be shifted. Can be any **[WdDeleteCells](Word.WdDeleteCells.md)** constant. If omitted, cells to the right of the last deleted cell are shifted left.|
diff --git a/api/Word.Cells.Item.md b/api/Word.Cells.Item.md
index 04963fe36b9..f267540edfd 100644
--- a/api/Word.Cells.Item.md
+++ b/api/Word.Cells.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Cell** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Cell
diff --git a/api/Word.Cells.SetHeight.md b/api/Word.Cells.SetHeight.md
index 694122e1f2d..742386bfc27 100644
--- a/api/Word.Cells.SetHeight.md
+++ b/api/Word.Cells.SetHeight.md
@@ -27,7 +27,7 @@ Sets the height of table cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowHeight_|Required| **Variant**|The height of the row or rows, in points.|
| _HeightRule_|Required| **WdRowHeightRule**|The rule for determining the height of the specified cells.|
diff --git a/api/Word.Cells.SetWidth.md b/api/Word.Cells.SetWidth.md
index f7187e8ea5b..eede7246c21 100644
--- a/api/Word.Cells.SetWidth.md
+++ b/api/Word.Cells.SetWidth.md
@@ -27,7 +27,7 @@ Sets the width of columns or cells in a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ColumnWidth_|Required| **Single**|The width of the specified column or columns, in points.|
| _RulerStyle_|Required| **WdRulerStyle**|Controls the way Word adjusts cell widths.|
diff --git a/api/Word.Cells.Split.md b/api/Word.Cells.Split.md
index 5b0072e510d..5b56ba21699 100644
--- a/api/Word.Cells.Split.md
+++ b/api/Word.Cells.Split.md
@@ -27,7 +27,7 @@ Splits a range of table cells.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumRows_|Optional| **Variant**|The number of rows that the cell or group of cells is to be split into.|
| _NumColumns_|Optional| **Variant**|The number of columns that the cell or group of cells is to be split into.|
diff --git a/api/Word.Characters.Item.md b/api/Word.Characters.Item.md
index b1bfd5ab982..7580bcd23c3 100644
--- a/api/Word.Characters.Item.md
+++ b/api/Word.Characters.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Range** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Chart.ApplyChartTemplate.md b/api/Word.Chart.ApplyChartTemplate.md
index ec0e45e677d..10281882b45 100644
--- a/api/Word.Chart.ApplyChartTemplate.md
+++ b/api/Word.Chart.ApplyChartTemplate.md
@@ -27,7 +27,7 @@ Applies a standard or custom chart type to a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file name for a chart template.|
diff --git a/api/Word.Chart.ApplyDataLabels.md b/api/Word.Chart.ApplyDataLabels.md
index 120802d5a3a..3d98c7f9538 100644
--- a/api/Word.Chart.ApplyDataLabels.md
+++ b/api/Word.Chart.ApplyDataLabels.md
@@ -27,7 +27,7 @@ Applies data labels to all the series in a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **[XlDataLabelsType](Word.xldatalabelstype.md)**|One of the enumeration values that specifies the type of data label to apply.|
| _LegendKey_|Optional| **Variant**| **True** to show the legend key next to the point. The default is **False** .|
diff --git a/api/Word.Chart.ApplyLayout.md b/api/Word.Chart.ApplyLayout.md
index 026ac19b444..19a3d1f1694 100644
--- a/api/Word.Chart.ApplyLayout.md
+++ b/api/Word.Chart.ApplyLayout.md
@@ -27,7 +27,7 @@ Applies the layouts shown in the ribbon.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Layout_|Required| **Long**|The type of layout. The type of layout is denoted by a number from 1 to 10.|
| _ChartType_|Optional| **Variant**|An **[XlChartType](./Excel.XlChartType.md)** constant that represents the type of chart.|
diff --git a/api/Word.Chart.Axes.md b/api/Word.Chart.Axes.md
index 632eee1bb07..58f19c6be5f 100644
--- a/api/Word.Chart.Axes.md
+++ b/api/Word.Chart.Axes.md
@@ -24,7 +24,7 @@ Returns a collection of axes on the chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **Variant**|The axis to return. Can be one of the following **[XlAxisType](Word.xlaxistype.md)** constants: **xlValue** , **xlCategory** , or **xlSeriesAxis** (**xlSeriesAxis** is valid only for 3-D charts).|
| _AxisGroup_|Optional| **[XlAxisGroup](Word.xlaxisgroup.md)**|One of the enumeration values that specifies the axis group. The default is **xlPrimary** .
@@ -32,7 +32,7 @@ Returns a collection of axes on the chart.
|
-### Return Value
+### Return value
An [Axes](Word.Axes.md) object that contains the selected axes from the chart.
diff --git a/api/Word.Chart.ChartGroups.md b/api/Word.Chart.ChartGroups.md
index 6781df47627..f1a6c2b4144 100644
--- a/api/Word.Chart.ChartGroups.md
+++ b/api/Word.Chart.ChartGroups.md
@@ -24,7 +24,7 @@ Returns an object that represents either a single chart group or a collection of
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The chart group number. If specified, a single **[ChartGroup](Word.ChartGroup.md)** object is returned. If omitted, a **[ChartGroups](Word.ChartGroups.md)** object, which contains a collection of every **ChartGroup** object for that chart, is returned.|
diff --git a/api/Word.Chart.ChartWizard.md b/api/Word.Chart.ChartWizard.md
index 46e67ae1a0a..2f21633415e 100644
--- a/api/Word.Chart.ChartWizard.md
+++ b/api/Word.Chart.ChartWizard.md
@@ -24,7 +24,7 @@ _expression_ A variable that represents a **[Chart](Word.Chart.md)** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Optional|**Variant**|The range that contains the source data for the new chart. If this argument is omitted, Word edits the active chart sheet or the selected chart on the active worksheet.|
| _Gallery_|Optional|**Variant**|One of the **[XlChartType](./Excel.XlChartType.md)** constants that specifies the chart type.|
diff --git a/api/Word.Chart.Copy.md b/api/Word.Chart.Copy.md
index 25a9838ea0a..57c58761955 100644
--- a/api/Word.Chart.Copy.md
+++ b/api/Word.Chart.Copy.md
@@ -27,7 +27,7 @@ Not supported for this object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Before_|Optional| **Variant**|Not supported for this object.|
| _After_|Optional| **Variant**|Not supported for this object.|
diff --git a/api/Word.Chart.CopyPicture.md b/api/Word.Chart.CopyPicture.md
index d6a6a7f9875..8ee2a5b5f4a 100644
--- a/api/Word.Chart.CopyPicture.md
+++ b/api/Word.Chart.CopyPicture.md
@@ -27,7 +27,7 @@ Copies the selected object to the Clipboard as a picture.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Appearance_|Optional| **[XlPictureAppearance](Word.xlpictureappearance.md)**|One of the enumeration values that specifies how the picture should be copied. The default is **xlScreen** .|
| _Format_|Optional| **[XlCopyPictureFormat](Word.xlcopypictureformat.md)**|One of the enumeration values that specifies the format of the picture. The default is **xlPicture** .|
diff --git a/api/Word.Chart.Export.md b/api/Word.Chart.Export.md
index f717129bf64..c13b46375ea 100644
--- a/api/Word.Chart.Export.md
+++ b/api/Word.Chart.Export.md
@@ -27,13 +27,13 @@ Exports the chart in a graphic format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the exported file.|
| _FilterName_|Optional| **Variant**|The language-independent name of the graphic filter as it appears in the registry.|
| _Interactive_|Optional| **Variant**| **True** to display the dialog box that contains the filter-specific options. **False** to indicate that Word should use the default values for the filter. The default is **False** .|
-### Return Value
+### Return value
A **Boolean** value that indicates whether the export was successful.
diff --git a/api/Word.Chart.GetChartElement.md b/api/Word.Chart.GetChartElement.md
index 41c6a5e4bc8..e9e43461502 100644
--- a/api/Word.Chart.GetChartElement.md
+++ b/api/Word.Chart.GetChartElement.md
@@ -27,7 +27,7 @@ Returns information about the chart element at the specified x-coordinate and y-
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Long**|The x-coordinate of the chart element.|
| _y_|Required| **Long**|The y-coordinate of the chart element.|
diff --git a/api/Word.Chart.HasAxis.md b/api/Word.Chart.HasAxis.md
index ae50ce05baa..fca6cd47dd5 100644
--- a/api/Word.Chart.HasAxis.md
+++ b/api/Word.Chart.HasAxis.md
@@ -27,7 +27,7 @@ Returns or sets which axes exist on the chart. Read/write **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index1_|Optional| **Variant**|The axis type. Series axes apply only to 3-D charts. Can be one of the **[XlAxisType](Word.xlaxistype.md)** constants.|
| _Index2_|Optional| **Variant**|The axis group. 3-D charts have only one set of axes. Can be one of the **[XlAxisGroup](Word.xlaxisgroup.md)** constants.|
diff --git a/api/Word.Chart.Paste.md b/api/Word.Chart.Paste.md
index 48418485ef0..efbcc406108 100644
--- a/api/Word.Chart.Paste.md
+++ b/api/Word.Chart.Paste.md
@@ -27,7 +27,7 @@ Pastes chart data from the Clipboard into the chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **Variant**|Specifies the chart information to paste if a chart is on the Clipboard. Can be one of the following values:
diff --git a/api/Word.Chart.SaveChartTemplate.md b/api/Word.Chart.SaveChartTemplate.md
index 0daa1921762..c0d343a8202 100644
--- a/api/Word.Chart.SaveChartTemplate.md
+++ b/api/Word.Chart.SaveChartTemplate.md
@@ -27,7 +27,7 @@ Saves a custom chart template to the list of available chart templates.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the chart template.|
diff --git a/api/Word.Chart.Select.md b/api/Word.Chart.Select.md
index dfca008dde2..92b362e1c4c 100644
--- a/api/Word.Chart.Select.md
+++ b/api/Word.Chart.Select.md
@@ -27,7 +27,7 @@ Selects the object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**| **True** to replace the current selection with the specified object. **False** to extend the current selection to include any previously selected objects and the specified object. This parameter is used only with sheets.|
diff --git a/api/Word.Chart.SeriesCollection.md b/api/Word.Chart.SeriesCollection.md
index c644c63f6cb..da78820ebb6 100644
--- a/api/Word.Chart.SeriesCollection.md
+++ b/api/Word.Chart.SeriesCollection.md
@@ -20,7 +20,7 @@ Returns all the series in the chart.
_expression_ A variable that represents a '[Chart](Word.Chart.md)' object.
-### Return Value
+### Return value
A **[SeriesCollection](Word.SeriesCollection.md)** object that represents all the series in the chart.
diff --git a/api/Word.Chart.SetBackgroundPicture.md b/api/Word.Chart.SetBackgroundPicture.md
index f338dc2b43e..beafc11c4f5 100644
--- a/api/Word.Chart.SetBackgroundPicture.md
+++ b/api/Word.Chart.SetBackgroundPicture.md
@@ -27,7 +27,7 @@ Sets the background graphic for a chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file for the graphic.|
diff --git a/api/Word.Chart.SetDefaultChart.md b/api/Word.Chart.SetDefaultChart.md
index fb9ab514a0f..a237c80d4e3 100644
--- a/api/Word.Chart.SetDefaultChart.md
+++ b/api/Word.Chart.SetDefaultChart.md
@@ -27,7 +27,7 @@ Specifies the name of the chart template that Microsoft Word uses when it create
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **Variant**|Specifies the name of the default chart template that Word uses when it creates new charts. This name can be set to either the name of a user-defined chart template in the gallery or a special **[XlChartGallery](Word.xlchartgallery.md)** constant, **xlBuiltIn** , to specify a built-in chart template.|
diff --git a/api/Word.Chart.SetElement.md b/api/Word.Chart.SetElement.md
index 5c2c35ddcb5..b4bc12ff7e0 100644
--- a/api/Word.Chart.SetElement.md
+++ b/api/Word.Chart.SetElement.md
@@ -24,7 +24,7 @@ Sets chart elements on a chart. Read/write **MsoChartElementType** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Element_|Required| **MsoChartElementType**|One of the enumeration values that specifies the chart element type.|
diff --git a/api/Word.Chart.SetSourceData.md b/api/Word.Chart.SetSourceData.md
index 746050a16e1..7fdd990d4e2 100644
--- a/api/Word.Chart.SetSourceData.md
+++ b/api/Word.Chart.SetSourceData.md
@@ -27,7 +27,7 @@ Sets the source data range for the chart.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **String**|The address of the chart data range that contains the source data.|
| _PlotBy_|Optional| **Variant**|Specifies the way the data will be plotted. Can be either of the following **[XlRowCol](Word.xlrowcol.md)** constants: **xlColumns** or **xlRows** .|
diff --git a/api/Word.Chart.ShowAllFieldButtons.md b/api/Word.Chart.ShowAllFieldButtons.md
index 99b9e07ab1e..cc9c165f34a 100644
--- a/api/Word.Chart.ShowAllFieldButtons.md
+++ b/api/Word.Chart.ShowAllFieldButtons.md
@@ -23,7 +23,7 @@ Returns or sets whether to display all field buttons on a PivotChart. Read/write
_expression_ A variable that represents a '[Chart](Word.Chart.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.ChartCharacters.Insert.md b/api/Word.ChartCharacters.Insert.md
index 5272c748ef9..0a057238f5e 100644
--- a/api/Word.ChartCharacters.Insert.md
+++ b/api/Word.ChartCharacters.Insert.md
@@ -27,7 +27,7 @@ Inserts a string preceding the selected characters.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required| **String**|The string to insert.|
diff --git a/api/Word.ChartGroup.SeriesCollection.md b/api/Word.ChartGroup.SeriesCollection.md
index 52916cf0eb0..03d0d0cf603 100644
--- a/api/Word.ChartGroup.SeriesCollection.md
+++ b/api/Word.ChartGroup.SeriesCollection.md
@@ -23,7 +23,7 @@ Returns all the series in the chart group.
_expression_ A variable that represents a '[ChartGroup](Word.ChartGroup.md)' object.
-### Return Value
+### Return value
A **[SeriesCollection](Word.SeriesCollection.md)** object that represents all the series in the chart group.
diff --git a/api/Word.ChartGroups.Item.md b/api/Word.ChartGroups.Item.md
index de689ce2609..ed9cfdab006 100644
--- a/api/Word.ChartGroups.Item.md
+++ b/api/Word.ChartGroups.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[ChartGroup](Word.ChartGroup.md)** object contained by the collection.
diff --git a/api/Word.ChartTitle.Characters.md b/api/Word.ChartTitle.Characters.md
index 978f26aaffe..bcbb25f6ffc 100644
--- a/api/Word.ChartTitle.Characters.md
+++ b/api/Word.ChartTitle.Characters.md
@@ -27,7 +27,7 @@ Returns a **[ChartCharacters](Word.ChartCharacters.md)** object that represents
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).|
diff --git a/api/Word.ChartTitle.Formula.md b/api/Word.ChartTitle.Formula.md
index 0fb8a807a67..29111557dc8 100644
--- a/api/Word.ChartTitle.Formula.md
+++ b/api/Word.ChartTitle.Formula.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a '[ChartTitle](Word.ChartTitle.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Word.ChartTitle.Height.md b/api/Word.ChartTitle.Height.md
index ae8857dcb94..96a8278b979 100644
--- a/api/Word.ChartTitle.Height.md
+++ b/api/Word.ChartTitle.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents a '[ChartTitle](Word.ChartTitle.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Word.CoAuthLock.Unlock.md b/api/Word.CoAuthLock.Unlock.md
index 4fba13d752a..59f0fed5ec5 100644
--- a/api/Word.CoAuthLock.Unlock.md
+++ b/api/Word.CoAuthLock.Unlock.md
@@ -23,7 +23,7 @@ Unlocks the specified lock.
_expression_ An expression that returns a '[CoAuthLock](Word.CoAuthLock.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.CoAuthLocks.Add.md b/api/Word.CoAuthLocks.Add.md
index f5022652bb1..618b7b36ad5 100644
--- a/api/Word.CoAuthLocks.Add.md
+++ b/api/Word.CoAuthLocks.Add.md
@@ -27,12 +27,12 @@ Returns a **[CoAuthLock](Word.CoAuthLock.md)** object that represents a lock ad
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Optional| **Variant**|Specifies the document range locked by the **[CoAuthLock](Word.CoAuthLock.md)** object. This parameter may be a **Paragraph** , **Column** , **Cell** , **Row** , **Table** , **Range** , or **Selection** object.|
| _Type_|Optional| **[WdLockType](Word.WdLockType.md)**|Specifies the type of lock. The **WdLockType** specified can only be **wdLockEphemeral** or **WdLockReservation**|
-### Return Value
+### Return value
**CoAuthLock**
diff --git a/api/Word.CoAuthLocks.Item.md b/api/Word.CoAuthLocks.Item.md
index 521dd6fed3d..3214dcf2e3f 100644
--- a/api/Word.CoAuthLocks.Item.md
+++ b/api/Word.CoAuthLocks.Item.md
@@ -27,11 +27,11 @@ Returns an individual **[CoAuthLock](Word.CoAuthLock.md)** object in a collecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned.|
-### Return Value
+### Return value
**[CoAuthLock](Word.CoAuthLock.md)**
diff --git a/api/Word.CoAuthLocks.RemoveEphemeralLocks.md b/api/Word.CoAuthLocks.RemoveEphemeralLocks.md
index 90bee216a8f..8ecc5548e24 100644
--- a/api/Word.CoAuthLocks.RemoveEphemeralLocks.md
+++ b/api/Word.CoAuthLocks.RemoveEphemeralLocks.md
@@ -23,7 +23,7 @@ Removes ephemeral locks from the document.
_expression_ An expression that returns a '[CoAuthLocks](Word.CoAuthLocks.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.CoAuthUpdates.Item.md b/api/Word.CoAuthUpdates.Item.md
index 738f229c8da..b1f8ff226ba 100644
--- a/api/Word.CoAuthUpdates.Item.md
+++ b/api/Word.CoAuthUpdates.Item.md
@@ -27,11 +27,11 @@ Returns an individual **CoAuthUpdates** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned.|
-### Return Value
+### Return value
CoAuthUpdate
diff --git a/api/Word.CoAuthors.Item.md b/api/Word.CoAuthors.Item.md
index 968e6805b38..785893a747e 100644
--- a/api/Word.CoAuthors.Item.md
+++ b/api/Word.CoAuthors.Item.md
@@ -27,11 +27,11 @@ Returns an individual **CoAuthor** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned.|
-### Return Value
+### Return value
CoAuthor
diff --git a/api/Word.Column.SetWidth.md b/api/Word.Column.SetWidth.md
index 1f6083a01fd..ee64e6191f9 100644
--- a/api/Word.Column.SetWidth.md
+++ b/api/Word.Column.SetWidth.md
@@ -27,7 +27,7 @@ Sets the width of a column in a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ColumnWidth_|Required| **Single**|The width of the specified column or columns, in points.|
| _RulerStyle_|Required| **WdRulerStyle**|Controls the way Word adjusts cell widths.|
diff --git a/api/Word.Column.Sort.md b/api/Word.Column.Sort.md
index 006f258a17b..bd61c3fb9a8 100644
--- a/api/Word.Column.Sort.md
+++ b/api/Word.Column.Sort.md
@@ -27,7 +27,7 @@ Sorts the specified table column.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ExcludeHeader_|Optional| **Variant**| **True** to exclude the first row or paragraph header from the sort operation. The default value is **False** .|
| _SortFieldType_|Optional| **Variant**|The sort type for the column. Can be one of the **[WdSortFieldType](Word.WdSortFieldType.md)** constants.|
diff --git a/api/Word.Columns.Add.md b/api/Word.Columns.Add.md
index 3dff2a3252f..5f921a184f3 100644
--- a/api/Word.Columns.Add.md
+++ b/api/Word.Columns.Add.md
@@ -27,11 +27,11 @@ Returns a **Column** object that represents a column added to a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeforeColumn_|Optional| **Variant**|A **Column** object that represents the column that will appear immediately to the right of the new column.|
-### Return Value
+### Return value
Column
diff --git a/api/Word.Columns.Item.md b/api/Word.Columns.Item.md
index 8c46e8a3965..f3c88d69a0b 100644
--- a/api/Word.Columns.Item.md
+++ b/api/Word.Columns.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Column** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Column
diff --git a/api/Word.Columns.SetWidth.md b/api/Word.Columns.SetWidth.md
index 93d7009f970..77b86cc8ba9 100644
--- a/api/Word.Columns.SetWidth.md
+++ b/api/Word.Columns.SetWidth.md
@@ -27,7 +27,7 @@ Sets the width of columns in a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ColumnWidth_|Required| **Single**|The width of the specified column or columns, in points.|
| _RulerStyle_|Required| **[WdRulerStyle](Word.WdRulerStyle.md)**|Controls the way Word adjusts cell widths.|
diff --git a/api/Word.Comments.Add.md b/api/Word.Comments.Add.md
index d22be5993b1..31016eb32eb 100644
--- a/api/Word.Comments.Add.md
+++ b/api/Word.Comments.Add.md
@@ -27,12 +27,12 @@ Returns a **Comment** object that represents a comment added to a range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range to have a comment added to it.|
| _Text_|Optional| **Variant**|The text of the comment.|
-### Return Value
+### Return value
Comment
diff --git a/api/Word.Comments.Item.md b/api/Word.Comments.Item.md
index 5a6817b70c9..1e9a1548465 100644
--- a/api/Word.Comments.Item.md
+++ b/api/Word.Comments.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Comment** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Comment
diff --git a/api/Word.Conflict.Accept.md b/api/Word.Conflict.Accept.md
index 6f38a6440d1..c019d8dc8d6 100644
--- a/api/Word.Conflict.Accept.md
+++ b/api/Word.Conflict.Accept.md
@@ -23,7 +23,7 @@ Accepts the user specified conflict change, and removes the conflict.
_expression_ An expression that returns a [Conflict](./Word.Conflict.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Conflict.Reject.md b/api/Word.Conflict.Reject.md
index 1d9bc596666..b8a2aa64ccd 100644
--- a/api/Word.Conflict.Reject.md
+++ b/api/Word.Conflict.Reject.md
@@ -23,7 +23,7 @@ Rejects the user change, removes the conflict, and accepts the server copy of th
_expression_ An expression that returns a [Conflict](./Word.Conflict.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Conflicts.AcceptAll.md b/api/Word.Conflicts.AcceptAll.md
index 2542482ab06..655d65f117b 100644
--- a/api/Word.Conflicts.AcceptAll.md
+++ b/api/Word.Conflicts.AcceptAll.md
@@ -23,7 +23,7 @@ Accepts all of the user's changes, removes the conflicts, and merges the changes
_expression_ An expression that returns a [Conflicts](./Word.Conflicts.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Conflicts.Item.md b/api/Word.Conflicts.Item.md
index 639b56ed54e..ddd7eceffa7 100644
--- a/api/Word.Conflicts.Item.md
+++ b/api/Word.Conflicts.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Conflicts** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned.|
-### Return Value
+### Return value
Conflict
diff --git a/api/Word.Conflicts.RejectAll.md b/api/Word.Conflicts.RejectAll.md
index 96b75d507f3..c8ba8b55620 100644
--- a/api/Word.Conflicts.RejectAll.md
+++ b/api/Word.Conflicts.RejectAll.md
@@ -23,7 +23,7 @@ Rejects all of the user's changes and retains the server copy of the document.
_expression_ An expression that returns a [Conflicts](./Word.Conflicts.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.ContentControl.Delete.md b/api/Word.ContentControl.Delete.md
index 9f3f2017349..7d7c49cbc87 100644
--- a/api/Word.ContentControl.Delete.md
+++ b/api/Word.ContentControl.Delete.md
@@ -27,7 +27,7 @@ Deletes the specified content control and the contents of the content control.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeleteContents_|Optional| **Boolean**|Specifies whether to delete the contents of the content control. **True** removes both the content control and its contents. **False** removes the control but leaves the contents of the content control in the active document. The default value is **False** .|
diff --git a/api/Word.ContentControl.SetCheckedSymbol.md b/api/Word.ContentControl.SetCheckedSymbol.md
index 7e9a34bbfd2..9d8390d1a72 100644
--- a/api/Word.ContentControl.SetCheckedSymbol.md
+++ b/api/Word.ContentControl.SetCheckedSymbol.md
@@ -27,7 +27,7 @@ Sets the symbol used to represent the checked state of a check box content contr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CharacterNumber_|Required| **Long**|The Unicode character number for the specified symbol. This value will always be the sum of 31 (the number of control symbols at the beginning of the font) and the number that corresponds to the position of the symbol in the table of symbols (counting from left to right). For example, to specify a delta character at position 37 in the table of symbols in the Symbol font, set CharacterNumber to 68.|
| _Font_|Optional| **String**|The name of the font that contains the symbol.|
diff --git a/api/Word.ContentControl.SetPlaceholderText.md b/api/Word.ContentControl.SetPlaceholderText.md
index b012e153e2d..d82810632f0 100644
--- a/api/Word.ContentControl.SetPlaceholderText.md
+++ b/api/Word.ContentControl.SetPlaceholderText.md
@@ -27,7 +27,7 @@ Sets the placeholder text that displays in the content control until a user ente
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BuildingBlock_|Optional| **BuildingBlock**|Specifies a **BuildingBlock** object that contains the contents of the placeholder text.|
| _Range_|Optional| **Range**|Specifies a **Range** object that contains the contents of the placeholder text.|
diff --git a/api/Word.ContentControl.SetUncheckedSymbol.md b/api/Word.ContentControl.SetUncheckedSymbol.md
index 4ac5d8191b5..43e00613b35 100644
--- a/api/Word.ContentControl.SetUncheckedSymbol.md
+++ b/api/Word.ContentControl.SetUncheckedSymbol.md
@@ -27,7 +27,7 @@ Sets the symbol used to represent the unchecked state of a check box content con
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CharacterNumber_|Required| **Long**|The Unicode character number for the specified symbol. This value will always be the sum of 31 (the number of control symbols at the beginning of the font) and the number that corresponds to the position of the symbol in the table of symbols (counting from left to right). For example, to specify a delta character at position 37 in the table of symbols in the Symbol font, set CharacterNumber to 68.|
| _Font_|Optional| **String**|The name of the font that contains the symbol.|
diff --git a/api/Word.ContentControlListEntries.Add.md b/api/Word.ContentControlListEntries.Add.md
index a28b19dd4a7..73403d4a6ca 100644
--- a/api/Word.ContentControlListEntries.Add.md
+++ b/api/Word.ContentControlListEntries.Add.md
@@ -27,13 +27,13 @@ Adds a new list item to a drop-down list or combo box content control and return
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|Specifies the display text for the list item. Corresponds to the **[Text](Word.ContentControlListEntry.Text.md)** property for a **ContentControlListEntry** object.|
| _Value_|Optional| **String**|Specifies the value of the list item. Corresponds to the **[Value](Word.ContentControlListEntry.Value.md)** property for a **ContentControlListEntry** object. If omitted, the **Value** property is equal to the **Text** property.|
| _Index_|Optional| **Long**|Specifies the ordinal position of the new item in the list. If an item exists at the position specified, the existing item is pushed down in the list. If omitted, the new item is added to the end of the list.|
-### Return Value
+### Return value
ContentControlListEntry
diff --git a/api/Word.ContentControlListEntries.Item.md b/api/Word.ContentControlListEntries.Item.md
index 1e88e66aaa9..8097d758367 100644
--- a/api/Word.ContentControlListEntries.Item.md
+++ b/api/Word.ContentControlListEntries.Item.md
@@ -27,11 +27,11 @@ Returns a **ContentControlListEntry** object that represents the specified item
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Specifies the ordinal position of the object within the collection.|
-### Return Value
+### Return value
ContentControlListEntry
diff --git a/api/Word.ContentControls.Add.md b/api/Word.ContentControls.Add.md
index 55c5f35c745..742e7a0eb45 100644
--- a/api/Word.ContentControls.Add.md
+++ b/api/Word.ContentControls.Add.md
@@ -27,12 +27,12 @@ Adds a new content control, of the type specified, into the active document and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **[WdContentControlType](Word.WdContentControlType.md)**|Specifies the type of content control to insert into the active document. If omitted, Microsoft Word inserts a rich-text content control.|
| _Range_|Optional| **Variant**|Specifies where in the active document to place the content control. If omitted, Word places the content control at the position of the insertion point or replaces the current selection.|
-### Return Value
+### Return value
ContentControl
diff --git a/api/Word.ContentControls.Item.md b/api/Word.ContentControls.Item.md
index 7905f2deb91..6c4ddbf1220 100644
--- a/api/Word.ContentControls.Item.md
+++ b/api/Word.ContentControls.Item.md
@@ -24,11 +24,11 @@ Returns a **[ContentControl](Word.ContentControl.md)** object that represents t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies the ordinal position of the content control to return.|
-### Return Value
+### Return value
ContentControl
diff --git a/api/Word.CustomLabels.Add.md b/api/Word.CustomLabels.Add.md
index cbf9706f653..9b323752297 100644
--- a/api/Word.CustomLabels.Add.md
+++ b/api/Word.CustomLabels.Add.md
@@ -27,12 +27,12 @@ Adds a custom mailing label to the **CustomLabels** collection. Returns a **Cus
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name for the custom mailing labels.|
| _DotMatrix_|Optional| **Variant**| **True** to have the mailing labels printed on a dot-matrix printer.|
-### Return Value
+### Return value
CustomLabel
diff --git a/api/Word.CustomLabels.Item.md b/api/Word.CustomLabels.Item.md
index e2559af368c..6185c082822 100644
--- a/api/Word.CustomLabels.Item.md
+++ b/api/Word.CustomLabels.Item.md
@@ -27,11 +27,11 @@ Returns a **CustomLabel** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
CustomLabel
diff --git a/api/Word.CustomProperties.Add.md b/api/Word.CustomProperties.Add.md
index c866fc57035..48592619860 100644
--- a/api/Word.CustomProperties.Add.md
+++ b/api/Word.CustomProperties.Add.md
@@ -27,12 +27,12 @@ Returns a **CustomProperty** object that represents s custom property added to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the custom smart tag property.|
| _Value_|Required| **String**|The value of the custom smart tag property|
-### Return Value
+### Return value
CustomProperty
diff --git a/api/Word.CustomProperties.Item.md b/api/Word.CustomProperties.Item.md
index 7d4f9816e4b..702822829b5 100644
--- a/api/Word.CustomProperties.Item.md
+++ b/api/Word.CustomProperties.Item.md
@@ -27,11 +27,11 @@ Returns a **CustomProperty** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
CustomProperty
diff --git a/api/Word.DataLabel.Characters.md b/api/Word.DataLabel.Characters.md
index 9240cc8783a..3600784db50 100644
--- a/api/Word.DataLabel.Characters.md
+++ b/api/Word.DataLabel.Characters.md
@@ -27,7 +27,7 @@ Returns a **[ChartCharacters](Word.ChartCharacters.md)** object that represents
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).|
diff --git a/api/Word.DataLabel.Formula.md b/api/Word.DataLabel.Formula.md
index 6bf107431ec..3f7d6ba36dc 100644
--- a/api/Word.DataLabel.Formula.md
+++ b/api/Word.DataLabel.Formula.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a '[DataLabel](Word.DataLabel.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Word.DataLabel.FormulaR1C1.md b/api/Word.DataLabel.FormulaR1C1.md
index 2ed9d53933b..657f1dc482c 100644
--- a/api/Word.DataLabel.FormulaR1C1.md
+++ b/api/Word.DataLabel.FormulaR1C1.md
@@ -23,7 +23,7 @@ Returns or sets the formula for the object, using R1C1-style notation in the lan
_expression_ A variable that represents a '[DataLabel](Word.DataLabel.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Word.DataLabel.Height.md b/api/Word.DataLabel.Height.md
index b1ed8ed561d..05780d24575 100644
--- a/api/Word.DataLabel.Height.md
+++ b/api/Word.DataLabel.Height.md
@@ -23,7 +23,7 @@ Gets or sets the height, in points, of the object. Read/write **Double**.
_expression_ A variable that represents a '[DataLabel](Word.DataLabel.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Word.DataLabels.Item.md b/api/Word.DataLabels.Item.md
index ee8714f94ec..eeab9c913b5 100644
--- a/api/Word.DataLabels.Item.md
+++ b/api/Word.DataLabels.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[DataLabel](Word.DataLabel.md)** object contained by the collection.
diff --git a/api/Word.Dialog.Display.md b/api/Word.Dialog.Display.md
index 6c38ab04416..b1f3bd60ad1 100644
--- a/api/Word.Dialog.Display.md
+++ b/api/Word.Dialog.Display.md
@@ -27,11 +27,11 @@ Displays the specified built-in Word dialog box until either the user closes it
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TimeOut_|Optional| **Variant**|The amount of time that Word will wait before closing the dialog box automatically. One unit is approximately 0.001 second. Concurrent system activity may increase the effective time value. If this argument is omitted, the dialog box is closed when the user closes it.|
-### Return Value
+### Return value
Long
diff --git a/api/Word.Dialog.Show.md b/api/Word.Dialog.Show.md
index 65603067e0b..d24a60ccff2 100644
--- a/api/Word.Dialog.Show.md
+++ b/api/Word.Dialog.Show.md
@@ -27,11 +27,11 @@ Displays and carries out actions initiated in the specified built-in Word dialog
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TimeOut_|Optional| **Variant**|The amount of time that Word will wait before closing the dialog box automatically. One unit is approximately 0.001 second. Concurrent system activity may increase the effective time value. If this argument is omitted, the dialog box is closed when the user dismisses it.|
-### Return Value
+### Return value
Long
diff --git a/api/Word.Dialogs.Item.md b/api/Word.Dialogs.Item.md
index 07e451c12f7..3757bfc7a3a 100644
--- a/api/Word.Dialogs.Item.md
+++ b/api/Word.Dialogs.Item.md
@@ -27,11 +27,11 @@ Returns a dialog in Microsoft Word.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WdWordDialog**|A constant that specifies the dialog.|
-### Return Value
+### Return value
Dialog
diff --git a/api/Word.Dictionaries.Add.md b/api/Word.Dictionaries.Add.md
index 8e660c3d539..0ececbad61e 100644
--- a/api/Word.Dictionaries.Add.md
+++ b/api/Word.Dictionaries.Add.md
@@ -27,11 +27,11 @@ Returns a **Dictionary** object that represents a new custom spelling or conver
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The string name of the dictionary file. If no path is specified in the string, the proofing tools path is used.|
-### Return Value
+### Return value
Dictionary
diff --git a/api/Word.Dictionaries.Item.md b/api/Word.Dictionaries.Item.md
index a26d8e45c50..8554604db5e 100644
--- a/api/Word.Dictionaries.Item.md
+++ b/api/Word.Dictionaries.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Dictionary** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Dictionary
diff --git a/api/Word.DisplayUnitLabel.Characters.md b/api/Word.DisplayUnitLabel.Characters.md
index 1bd10b43628..8901296fc04 100644
--- a/api/Word.DisplayUnitLabel.Characters.md
+++ b/api/Word.DisplayUnitLabel.Characters.md
@@ -27,7 +27,7 @@ Returns a **[ChartCharacters](Word.ChartCharacters.md)** object that represents
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.|
| _Length_|Optional| **Variant**|The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).|
diff --git a/api/Word.DisplayUnitLabel.Formula.md b/api/Word.DisplayUnitLabel.Formula.md
index 59dcae4e4a8..de9a381ad1f 100644
--- a/api/Word.DisplayUnitLabel.Formula.md
+++ b/api/Word.DisplayUnitLabel.Formula.md
@@ -23,7 +23,7 @@ Gets or sets a **String** value that represents the formula of the object using
_expression_ A variable that represents a '[DisplayUnitLabel](Word.DisplayUnitLabel.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Word.DisplayUnitLabel.Height.md b/api/Word.DisplayUnitLabel.Height.md
index 2e775e345a7..3e08a5f8503 100644
--- a/api/Word.DisplayUnitLabel.Height.md
+++ b/api/Word.DisplayUnitLabel.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents a '[DisplayUnitLabel](Word.DisplayUnitLabel.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Word.Document.ActiveWritingStyle.md b/api/Word.Document.ActiveWritingStyle.md
index 59aa2d5b31d..87fa20ca350 100644
--- a/api/Word.Document.ActiveWritingStyle.md
+++ b/api/Word.Document.ActiveWritingStyle.md
@@ -27,7 +27,7 @@ Returns or sets the writing style for a specified language in the specified docu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LanguageID_|Required| **Variant**|The language to set the writing style for in the specified document. Can be either a string or one of the following **WdLanguageID** constants. Some of the **WdLanguageID** constants may not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.|
diff --git a/api/Word.Document.ApplyQuickStyleSet2.md b/api/Word.Document.ApplyQuickStyleSet2.md
index 22a826b3c5c..3438b3b65b8 100644
--- a/api/Word.Document.ApplyQuickStyleSet2.md
+++ b/api/Word.Document.ApplyQuickStyleSet2.md
@@ -27,7 +27,7 @@ Applies the specified Quick Style set to the document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **Variant**|Can be either a **String** that specifies the name of the set to use (corresponds to the name listed in the **Style Set** list) or a constant from the [WdApplyQuickStyleSets](Word.WdApplyQuickStyleSets.md) enumeration.|
diff --git a/api/Word.Document.ApplyTheme.md b/api/Word.Document.ApplyTheme.md
index 8572939a3c4..c8914f4792c 100644
--- a/api/Word.Document.ApplyTheme.md
+++ b/api/Word.Document.ApplyTheme.md
@@ -27,7 +27,7 @@ Applies a theme to an open document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the theme plus any theme formatting options you want to apply. The format of this string is "themennn" where theme and nnn are defined as follows:
diff --git a/api/Word.Document.BuildingBlockInsert.md b/api/Word.Document.BuildingBlockInsert.md
index b6abcbd1103..1fca8a21205 100644
--- a/api/Word.Document.BuildingBlockInsert.md
+++ b/api/Word.Document.BuildingBlockInsert.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'BuildingBlockInsert'(**_Range_** , **_Name_** , **_C
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|Specifies the position where the building block is inserted.|
| _Name_|Required| **String**|Specifies the name of the building block.|
diff --git a/api/Word.Document.CanCheckin.md b/api/Word.Document.CanCheckin.md
index 74c369265e9..bc5819e7c5c 100644
--- a/api/Word.Document.CanCheckin.md
+++ b/api/Word.Document.CanCheckin.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ Required. A variable that represents a '[Document](Word.Document.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Document.CheckIn.md b/api/Word.Document.CheckIn.md
index 595528cdda9..30d6a890a20 100644
--- a/api/Word.Document.CheckIn.md
+++ b/api/Word.Document.CheckIn.md
@@ -27,7 +27,7 @@ Returns a document from a local computer to a server, and sets the local documen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Boolean**| **True** saves the document to the server location. The default is **True** .|
| _Comments_|Optional| **Variant**|Comments for the revision of the document being checked in (only applies if SaveChanges equals **True**).|
diff --git a/api/Word.Document.CheckInWithVersion.md b/api/Word.Document.CheckInWithVersion.md
index 04d12641e84..4e1f2a13349 100644
--- a/api/Word.Document.CheckInWithVersion.md
+++ b/api/Word.Document.CheckInWithVersion.md
@@ -27,7 +27,7 @@ Saves a document to a server from a local computer, and sets the local document
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Boolean**| **True** to save the document to the server location. The default is **True** .|
| _Comments_|Optional| **Variant**|Comments for the revision of the document being checked in (applies only if SaveChanges is set to **True**).|
diff --git a/api/Word.Document.CheckSpelling.md b/api/Word.Document.CheckSpelling.md
index f5095c4dbee..20b338c3f43 100644
--- a/api/Word.Document.CheckSpelling.md
+++ b/api/Word.Document.CheckSpelling.md
@@ -27,7 +27,7 @@ Begins a spelling check for the specified document or range. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _IgnoreUppercase_|Optional| **Variant**| **True** if capitalization is ignored. If this argument is omitted, the current value of the **IgnoreUppercase** property is used.|
| _AlwaysSuggest_|Optional| **Variant**| **True** for Microsoft Word to always suggest alternative spellings. If this argument is omitted, the current value of the **SuggestSpellingCorrections** property is used.|
diff --git a/api/Word.Document.Close(method).md b/api/Word.Document.Close(method).md
index 4879e57bd64..048125d83d3 100644
--- a/api/Word.Document.Close(method).md
+++ b/api/Word.Document.Close(method).md
@@ -27,7 +27,7 @@ Closes the specified document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Variant**|Specifies the save action for the document. Can be one of the following **[WdSaveOptions](Word.WdSaveOptions.md)** constants: **wdDoNotSaveChanges** , **wdPromptToSaveChanges** , or **wdSaveChanges** .|
| _OriginalFormat_|Optional| **Variant**|Specifies the save format for the document. Can be one of the following **[WdOriginalFormat](Word.WdOriginalFormat.md)** constants: **wdOriginalDocumentFormat** , **wdPromptUser** , or **wdWordDocument** .|
diff --git a/api/Word.Document.Compare.md b/api/Word.Document.Compare.md
index 1bbcbe2624d..8945cd84242 100644
--- a/api/Word.Document.Compare.md
+++ b/api/Word.Document.Compare.md
@@ -27,7 +27,7 @@ Displays revision marks that indicate where the specified document differs from
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the document with which the specified document is compared.|
| _AuthorName_|Optional| **Variant**|The reviewer name associated with the differences generated by the comparison. If unspecified, the value defaults to the author name of the revised document or the string "Comparison" if no author information is present.|
diff --git a/api/Word.Document.Compatibility.md b/api/Word.Document.Compatibility.md
index 7ccbafab287..9975292576a 100644
--- a/api/Word.Document.Compatibility.md
+++ b/api/Word.Document.Compatibility.md
@@ -27,7 +27,7 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **WdCompatibility**|The compatibility option.|
diff --git a/api/Word.Document.ComputeStatistics.md b/api/Word.Document.ComputeStatistics.md
index af1a1b79e08..c108f8f8cae 100644
--- a/api/Word.Document.ComputeStatistics.md
+++ b/api/Word.Document.ComputeStatistics.md
@@ -27,7 +27,7 @@ Returns a statistic based on the contents of the specified document. **Long** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Statistic_|Required| **[WdStatistic](Word.WdStatistic.md)**|The statistic to compute.|
| _IncludeFootnotesAndEndnotes_|Optional| **Variant**| **True** to include footnotes and endnotes when computing statistics. If this argument is omitted, the default value is **False** .|
diff --git a/api/Word.Document.ContentControlAfterAdd.md b/api/Word.Document.ContentControlAfterAdd.md
index 37663b79204..3a7d0976ef5 100644
--- a/api/Word.Document.ContentControlAfterAdd.md
+++ b/api/Word.Document.ContentControlAfterAdd.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContentControlAfterAdd'(**_NewContentControl_** , **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewContentControl_|Required| **ContentControl**|The content control being added.|
| _InUndoRedo_|Required| **Boolean**|Specifies whether the addition is taking place as part an undo or redo action.|
diff --git a/api/Word.Document.ContentControlBeforeContentUpdate.md b/api/Word.Document.ContentControlBeforeContentUpdate.md
index 9e1cdb0a39e..e77dfd8b4ff 100644
--- a/api/Word.Document.ContentControlBeforeContentUpdate.md
+++ b/api/Word.Document.ContentControlBeforeContentUpdate.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContentControlBeforeContentUpdate'(**_ContentControl
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ContentControl_|Required| **ContentControl**|The content control being updated.|
| _Content_|Required| **String**|The updated content for a control. Use this parameter to change the contents of the XML data and format it for display.|
diff --git a/api/Word.Document.ContentControlBeforeDelete.md b/api/Word.Document.ContentControlBeforeDelete.md
index a2b8e894131..67bdf778acf 100644
--- a/api/Word.Document.ContentControlBeforeDelete.md
+++ b/api/Word.Document.ContentControlBeforeDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContentControlBeforeDelete'(**_OldContentControl_**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OldContentControl_|Required| **ContentControl**|The content control being deleted.|
| _InUndoRedo_|Required| **Boolean**| Specifies whether the removal is taking place as part an undo or redo action.|
diff --git a/api/Word.Document.ContentControlBeforeStoreUpdate.md b/api/Word.Document.ContentControlBeforeStoreUpdate.md
index 24ed887cca9..b5ba2c9fe5d 100644
--- a/api/Word.Document.ContentControlBeforeStoreUpdate.md
+++ b/api/Word.Document.ContentControlBeforeStoreUpdate.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContentControlBeforeStoreUpdate'(**_ContentControl_*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ContentControl_|Required| **ContentControl**|The content control being updated.|
| _Content_|Required| **String**|The content being stored for a control in the document data store. Use this parameter to change the XML data before sending the value to the XML data store.|
diff --git a/api/Word.Document.ContentControlOnEnter.md b/api/Word.Document.ContentControlOnEnter.md
index a9f82977b93..6365d4f36fc 100644
--- a/api/Word.Document.ContentControlOnEnter.md
+++ b/api/Word.Document.ContentControlOnEnter.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContentControlOnEnter'(**_ContentControl_** , )
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ContentControl_|Required| **ContentControl**|The content control that the user is entering.|
diff --git a/api/Word.Document.ContentControlOnExit.md b/api/Word.Document.ContentControlOnExit.md
index ab08c5c5934..62617d56512 100644
--- a/api/Word.Document.ContentControlOnExit.md
+++ b/api/Word.Document.ContentControlOnExit.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'ContentControlOnExit'(**_ContentControl_** , **_Canc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ContentControl_|Required| **ContentControl**|The content control that the user is leaving.|
| _Cancel_|Required| **Boolean**|Specifies whether to cancel the event. **True** cancels the event and does not allow the user to leave the control.|
diff --git a/api/Word.Document.ConvertVietDoc.md b/api/Word.Document.ConvertVietDoc.md
index 6fd4ab6183e..58f90e8a336 100644
--- a/api/Word.Document.ConvertVietDoc.md
+++ b/api/Word.Document.ConvertVietDoc.md
@@ -27,7 +27,7 @@ Reconverts a Vietnamese document to Unicode using a code page other than the def
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CodePageOrigin_|Required| **Long**|The original code page used to encode the document.|
diff --git a/api/Word.Document.CopyStylesFromTemplate.md b/api/Word.Document.CopyStylesFromTemplate.md
index d9870a30753..9fd8c749ffc 100644
--- a/api/Word.Document.CopyStylesFromTemplate.md
+++ b/api/Word.Document.CopyStylesFromTemplate.md
@@ -27,7 +27,7 @@ Copies styles from the specified template to a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Template_|Required| **String**|The template file name.|
diff --git a/api/Word.Document.CountNumberedItems.md b/api/Word.Document.CountNumberedItems.md
index 2b48fc45db7..256016fe2be 100644
--- a/api/Word.Document.CountNumberedItems.md
+++ b/api/Word.Document.CountNumberedItems.md
@@ -27,7 +27,7 @@ Returns the number of bulleted or numbered items and LISTNUM fields in the speci
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumberType_|Optional| **Variant**|The type of numbers to be counted. Can be one of the **WdNumberType** constants. The default value is **wdNumberAllNumbers** .|
| _Level_|Optional| **Variant**|A number that corresponds to the numbering level you want to count. If this argument is omitted, all levels are counted.|
diff --git a/api/Word.Document.CreateLetterContent.md b/api/Word.Document.CreateLetterContent.md
index 10763cba204..1886f9e4cf4 100644
--- a/api/Word.Document.CreateLetterContent.md
+++ b/api/Word.Document.CreateLetterContent.md
@@ -27,7 +27,7 @@ Creates and returns a **LetterContent** object based on the specified letter el
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DateFormat_|Required| **String**|The date for the letter.|
| _IncludeHeaderFooter_|Required| **Boolean**| **True** to include the header and footer from the page design template.|
@@ -61,7 +61,7 @@ Creates and returns a **LetterContent** object based on the specified letter el
| _SenderGender_|Optional| **Variant**|This argument may not be available to you, depending on the language support (U.S. English, for example) that you?ve selected or installed.|
| _SenderReference_|Optional| **Variant**|This argument may not be available to you, depending on the language support (U.S. English, for example) that you?ve selected or installed.|
-### Return Value
+### Return value
LetterContent
diff --git a/api/Word.Document.DeleteAllEditableRanges.md b/api/Word.Document.DeleteAllEditableRanges.md
index 47acd73202f..5fb228b554d 100644
--- a/api/Word.Document.DeleteAllEditableRanges.md
+++ b/api/Word.Document.DeleteAllEditableRanges.md
@@ -27,7 +27,7 @@ Deletes permissions in all ranges for which the specified user or group of users
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EditorID_|Optional| **Variant**|Can be either a **String** that represents the user's e-mail alias (if in the same domain), an e-mail address, or a **WdEditorType** constant that represents a group of users. If omitted, no permissions are deleted from a document.|
diff --git a/api/Word.Document.ExportAsFixedFormat.md b/api/Word.Document.ExportAsFixedFormat.md
index 5eedb468e63..d3444b5dbd9 100644
--- a/api/Word.Document.ExportAsFixedFormat.md
+++ b/api/Word.Document.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Saves a document as PDF or XPS format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OutputFileName_|Required| **String**|The path and file name name of the new PDF or XPS file.|
| _ExportFormat_|Required| **[WdExportFormat](Word.WdExportFormat.md)**|Specifies either PDF or XPS format.|
diff --git a/api/Word.Document.FollowHyperlink.md b/api/Word.Document.FollowHyperlink.md
index fa0db4de288..3082114d413 100644
--- a/api/Word.Document.FollowHyperlink.md
+++ b/api/Word.Document.FollowHyperlink.md
@@ -27,7 +27,7 @@ Displays a cached document, if it has already been downloaded. Otherwise, this m
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Required| **String**|The address of the target document.|
| _SubAddress_|Optional| **Variant**|The location within the target document. The default value is an empty string.|
diff --git a/api/Word.Document.GetCrossReferenceItems.md b/api/Word.Document.GetCrossReferenceItems.md
index 756db33f26b..4515624dcf1 100644
--- a/api/Word.Document.GetCrossReferenceItems.md
+++ b/api/Word.Document.GetCrossReferenceItems.md
@@ -27,7 +27,7 @@ Returns an array of items that can be cross-referenced based on the specified cr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReferenceType_|Required| **Variant**|The type of item you want to insert a cross-reference to. Can be any **[WdReferenceType](Word.WdReferenceType.md)** constant.|
diff --git a/api/Word.Document.GetLetterContent.md b/api/Word.Document.GetLetterContent.md
index 4b6a79e4dab..08d0dfb91d1 100644
--- a/api/Word.Document.GetLetterContent.md
+++ b/api/Word.Document.GetLetterContent.md
@@ -23,7 +23,7 @@ Retrieves letter elements from the specified document and returns a **[LetterCo
_expression_ Required. A variable that represents a '[Document](Word.Document.md)' object.
-### Return Value
+### Return value
LetterContent
diff --git a/api/Word.Document.GetWorkflowTasks.md b/api/Word.Document.GetWorkflowTasks.md
index 0319559eafe..47a79411463 100644
--- a/api/Word.Document.GetWorkflowTasks.md
+++ b/api/Word.Document.GetWorkflowTasks.md
@@ -23,7 +23,7 @@ Returns a **WorkflowTasks** collection that represents the workflow tasks assign
_expression_ An expression that returns a '[Document](Word.Document.md)' object.
-### Return Value
+### Return value
WorkflowTasks
diff --git a/api/Word.Document.GetWorkflowTemplates.md b/api/Word.Document.GetWorkflowTemplates.md
index 41e67e3d7c4..87d161cd0ec 100644
--- a/api/Word.Document.GetWorkflowTemplates.md
+++ b/api/Word.Document.GetWorkflowTemplates.md
@@ -23,7 +23,7 @@ Returns a **WorkflowTemplates** collection that represents the workflow templat
_expression_ An expression that returns a '[Document](Word.Document.md)' object.
-### Return Value
+### Return value
WorkflowTemplates
diff --git a/api/Word.Document.GoTo.md b/api/Word.Document.GoTo.md
index 2fbe9559642..0db9c077129 100644
--- a/api/Word.Document.GoTo.md
+++ b/api/Word.Document.GoTo.md
@@ -27,7 +27,7 @@ Returns a **Range** object that represents the start position of the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Optional| **Variant**|The kind of item to which the range or selection is moved. Can be one of the **[WdGoToItem](Word.WdGoToItem.md)** constants.|
| _Which_|Optional| **Variant**|The item to which the range or selection is moved. Can be one of the **[WdGoToDirection](Word.WdGoToDirection.md)** constants.|
diff --git a/api/Word.Document.Merge.md b/api/Word.Document.Merge.md
index 2a15d8faab3..20486b2fb80 100644
--- a/api/Word.Document.Merge.md
+++ b/api/Word.Document.Merge.md
@@ -27,7 +27,7 @@ Merges the changes marked with revision marks from one document to another.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The path and file name of the document with which to merge.|
| _MergeTarget_|Optional| **WdMergeTarget**|Specifies where to place the final merged content.|
diff --git a/api/Word.Document.PrintOut.md b/api/Word.Document.PrintOut.md
index 6e4545d9aae..c30513963cf 100644
--- a/api/Word.Document.PrintOut.md
+++ b/api/Word.Document.PrintOut.md
@@ -27,7 +27,7 @@ Prints all or part of the specified document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Background_|Optional| **Variant**|Set to **True** to have the macro continue while Microsoft Word prints the document.|
| _Append_|Optional| **Variant**|Set to **True** to append the specified document to the file name specified by the OutputFileName argument. **False** to overwrite the contents of OutputFileName.|
diff --git a/api/Word.Document.Range.md b/api/Word.Document.Range.md
index 2738535ec23..76e840561d5 100644
--- a/api/Word.Document.Range.md
+++ b/api/Word.Document.Range.md
@@ -27,12 +27,12 @@ Returns a **Range** object by using the specified starting and ending character
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Optional| **Variant**|The starting character position.|
| _End_|Optional| **Variant**|The ending character position.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Document.Redo.md b/api/Word.Document.Redo.md
index c2fb50cc3e1..7bf93ea01be 100644
--- a/api/Word.Document.Redo.md
+++ b/api/Word.Document.Redo.md
@@ -27,11 +27,11 @@ Redoes the last action that was undone (reverses the **Undo** method). Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Times_|Optional| **Variant**|The number of actions to be redone.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Document.ReloadAs.md b/api/Word.Document.ReloadAs.md
index bceb66b0acc..5a9ea274bdb 100644
--- a/api/Word.Document.ReloadAs.md
+++ b/api/Word.Document.ReloadAs.md
@@ -27,7 +27,7 @@ Reloads a document based on an HTML document, using the specified document encod
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Encoding_|Required| **MsoEncoding**|Specifies the encoding to use when reloading the document.|
diff --git a/api/Word.Document.RemoveDocumentInformation.md b/api/Word.Document.RemoveDocumentInformation.md
index f8c113a636b..449101845ce 100644
--- a/api/Word.Document.RemoveDocumentInformation.md
+++ b/api/Word.Document.RemoveDocumentInformation.md
@@ -27,7 +27,7 @@ Removes sensitive information, properties, comments, and other metadata from a d
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RemoveDocInfoType_|Required| **WdRemoveDocInfoType**|Specifies what to remove.|
diff --git a/api/Word.Document.RemoveNumbers.md b/api/Word.Document.RemoveNumbers.md
index 0336e0721a4..21845c2d2f2 100644
--- a/api/Word.Document.RemoveNumbers.md
+++ b/api/Word.Document.RemoveNumbers.md
@@ -27,7 +27,7 @@ Removes numbers or bullets from the specified document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumberType_|Optional| **WdNumberType**|The type of number to be removed.|
diff --git a/api/Word.Document.ReplyWithChanges.md b/api/Word.Document.ReplyWithChanges.md
index 77b79a138af..fd829428169 100644
--- a/api/Word.Document.ReplyWithChanges.md
+++ b/api/Word.Document.ReplyWithChanges.md
@@ -27,7 +27,7 @@ Sends an e-mail message to the author of a document that has been sent out for r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShowMessage_|Optional| **Variant**| **True** to display the message prior to sending. **False** to automatically send the message without displaying it first. The default value is **True** .|
diff --git a/api/Word.Document.RunAutoMacro.md b/api/Word.Document.RunAutoMacro.md
index c2629fc31fb..b8484425c9a 100644
--- a/api/Word.Document.RunAutoMacro.md
+++ b/api/Word.Document.RunAutoMacro.md
@@ -27,7 +27,7 @@ Runs an auto macro that's stored in the specified document. If the specified aut
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Which_|Required| **WdAutoMacros**|The auto macro to run.|
diff --git a/api/Word.Document.RunLetterWizard.md b/api/Word.Document.RunLetterWizard.md
index 74d05844560..0928610a52c 100644
--- a/api/Word.Document.RunLetterWizard.md
+++ b/api/Word.Document.RunLetterWizard.md
@@ -27,7 +27,7 @@ Runs the Letter Wizard on the specified document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LetterContent_|Optional| **Variant**|A **[LetterContent](Word.LetterContent.md)** object. Any filled properties in the **LetterContent** object show up as prefilled elements in the Letter Wizard dialog boxes. If this argument is omitted, the **GetLetterContent** method is automatically used to get a **LetterContent** object from the specified document.|
| _WizardMode_|Optional| **Variant**| **True** to display the **Letter Wizard** dialog box as a series of steps with a **Next**, **Back**, and **Finish** button. **False** to display the **Letter Wizard** dialog box as if it were opened from the **Tools** menu (a properties dialog box with an **OK** button and a **Cancel** button). The default value is **True** .|
diff --git a/api/Word.Document.SaveAsQuickStyleSet.md b/api/Word.Document.SaveAsQuickStyleSet.md
index 7b38fafd6ae..d6aa5d5cf12 100644
--- a/api/Word.Document.SaveAsQuickStyleSet.md
+++ b/api/Word.Document.SaveAsQuickStyleSet.md
@@ -27,7 +27,7 @@ Saves the group of quick styles currently in use.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name for the quick style set file.|
diff --git a/api/Word.Document.SelectAllEditableRanges.md b/api/Word.Document.SelectAllEditableRanges.md
index 450836e6616..87a8fd2c1fa 100644
--- a/api/Word.Document.SelectAllEditableRanges.md
+++ b/api/Word.Document.SelectAllEditableRanges.md
@@ -27,7 +27,7 @@ Selects all ranges for which the specified user or group of users has permission
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EditorID_|Optional| **Variant**|Can be either a **String** that represents the user's e-mail alias (if in the same domain), an e-mail address, or a **WdEditorType** constant that represents a group of users. If omitted, only ranges for which all users have permissions will be selected.|
diff --git a/api/Word.Document.SelectContentControlsByTag.md b/api/Word.Document.SelectContentControlsByTag.md
index 21258d4cc3f..b27b0e59ed6 100644
--- a/api/Word.Document.SelectContentControlsByTag.md
+++ b/api/Word.Document.SelectContentControlsByTag.md
@@ -27,11 +27,11 @@ Returns a **[ContentControls](Word.ContentControls.md)** collection that repres
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Tag_|Required| **String**|The tag value of the content controls to return.|
-### Return Value
+### Return value
ContentControls
diff --git a/api/Word.Document.SelectContentControlsByTitle.md b/api/Word.Document.SelectContentControlsByTitle.md
index a3b7c46b284..76e78f2f3dd 100644
--- a/api/Word.Document.SelectContentControlsByTitle.md
+++ b/api/Word.Document.SelectContentControlsByTitle.md
@@ -27,11 +27,11 @@ Returns a **[ContentControls](Word.ContentControls.md)** collection that repres
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **Title**|The title of the content controls to return.|
-### Return Value
+### Return value
ContentControls
diff --git a/api/Word.Document.SelectLinkedControls.md b/api/Word.Document.SelectLinkedControls.md
index a2df75a030e..7762f8c2e83 100644
--- a/api/Word.Document.SelectLinkedControls.md
+++ b/api/Word.Document.SelectLinkedControls.md
@@ -27,11 +27,11 @@ Returns a **[ContentControls](Word.ContentControls.md)** collection that repres
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Node_|Required| **CustomXMLNode**|The XML node in the document's data store to which the content controls are linked.|
-### Return Value
+### Return value
ContentControls
diff --git a/api/Word.Document.SelectNodes.md b/api/Word.Document.SelectNodes.md
index 0444be37557..32972581c7d 100644
--- a/api/Word.Document.SelectNodes.md
+++ b/api/Word.Document.SelectNodes.md
@@ -27,13 +27,13 @@ Returns an **XMLNodes** collection that represents all the nodes that match the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required| **String**|A valid XPath string. For more information on XPath, see the XPath reference documentation on the Microsoft Developer Network (MSDN) Web site.|
| _PrefixMapping_|Optional| **Variant**|Provides the prefix in the schema against which to perform the search. Use the PrefixMapping parameter if your XPath parameter uses names to search for elements.|
| _FastSearchSkippingTextNodes_|Optional| **Boolean**| **True** skips all text nodes while searching for the specified node. **False** includes text nodes in the search. Default value is **False** .|
-### Return Value
+### Return value
XMLNodes
diff --git a/api/Word.Document.SelectSingleNode.md b/api/Word.Document.SelectSingleNode.md
index 645f32be754..2493c216f8b 100644
--- a/api/Word.Document.SelectSingleNode.md
+++ b/api/Word.Document.SelectSingleNode.md
@@ -27,13 +27,13 @@ Returns an **XMLNode** object that represents the first node that matches the X
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required| **String**|A valid XPath string. For more information on XPath, see the XPath reference documentation on the Microsoft Developer Network (MSDN) Web site.|
| _PrefixMapping_|Optional| **Variant**|Provides the prefix in the schema against which to perform the search. Use the PrefixMapping parameter if your XPath parameter uses names to search for elements.|
| _FastSearchSkippingTextNodes_|Optional| **Boolean**| **True** skips all text nodes while searching for the specified node. **False** includes text nodes in the search. Default value is **True** .|
-### Return Value
+### Return value
XMLNode
diff --git a/api/Word.Document.SelectUnlinkedControls.md b/api/Word.Document.SelectUnlinkedControls.md
index bfe63cab5eb..54871f13bc5 100644
--- a/api/Word.Document.SelectUnlinkedControls.md
+++ b/api/Word.Document.SelectUnlinkedControls.md
@@ -27,11 +27,11 @@ Returns a **[ContentControls](Word.ContentControls.md)** collection that repres
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Stream_|Optional| **CustomXMLPart**|A custom XML part reference. Setting this parameter filters the returned content controls to include only content controls that reference this **CustomXMLPart** in their **XMLMapping** definition.|
-### Return Value
+### Return value
ContentControls
diff --git a/api/Word.Document.SendFax.md b/api/Word.Document.SendFax.md
index c5e3a0659a3..9341666fc4c 100644
--- a/api/Word.Document.SendFax.md
+++ b/api/Word.Document.SendFax.md
@@ -27,7 +27,7 @@ Sends the specified document as a fax, without any user interaction.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Address_|Required| **String**|The recipient's fax number.|
| _Subject_|Optional| **Variant**|The text for the subject line. The character limit is 255.|
diff --git a/api/Word.Document.SendFaxOverInternet.md b/api/Word.Document.SendFaxOverInternet.md
index cf079caf625..a44156954f9 100644
--- a/api/Word.Document.SendFaxOverInternet.md
+++ b/api/Word.Document.SendFaxOverInternet.md
@@ -27,7 +27,7 @@ Sends a document to a fax service provider, who faxes the document to one or mor
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipients_|Optional| **Variant**|A **String** that represents the fax numbers and e-mail addresses of the people to whom to send the fax. Separate multiple recipients with a semicolon.|
| _Subject_|Optional| **Variant**|A **String** that represents the subject line for the faxed document.|
diff --git a/api/Word.Document.SendForReview.md b/api/Word.Document.SendForReview.md
index 7ac48df2d2d..c23d2537e23 100644
--- a/api/Word.Document.SendForReview.md
+++ b/api/Word.Document.SendForReview.md
@@ -27,7 +27,7 @@ Sends a document in an e-mail message for review by the specified recipients.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Recipients_|Optional| **Variant**|A string that lists the people to whom to send the message. These can be unresolved names and aliases in an e-mail phone book or full e-mail addresses. Separate multiple recipients with a semicolon (;). If left blank and ShowMessage is **False** , you will receive an error message and the message will not be sent.|
| _Subject_|Optional| **Variant**|A string for the subject of the message. If left blank, the subject will be: Please review "file name".|
diff --git a/api/Word.Document.SetDefaultTableStyle.md b/api/Word.Document.SetDefaultTableStyle.md
index bc429ac25ac..23588364afe 100644
--- a/api/Word.Document.SetDefaultTableStyle.md
+++ b/api/Word.Document.SetDefaultTableStyle.md
@@ -27,7 +27,7 @@ Specifies the table style to use for newly created tables in a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **Variant**|A string specifying the name of the style.|
| _SetInTemplate_|Required| **Boolean**| **True** to save the table style in the template attached to the document.|
diff --git a/api/Word.Document.SetLetterContent.md b/api/Word.Document.SetLetterContent.md
index 30c89d09474..841beb60988 100644
--- a/api/Word.Document.SetLetterContent.md
+++ b/api/Word.Document.SetLetterContent.md
@@ -27,7 +27,7 @@ Inserts the contents of the specified **LetterContent** object into a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LetterContent_|Required| **[LetterContent](Word.LetterContent.md)**|The that includes the various elements of the letter.|
diff --git a/api/Word.Document.SetPasswordEncryptionOptions.md b/api/Word.Document.SetPasswordEncryptionOptions.md
index 7682ec0f662..16d3e91ae22 100644
--- a/api/Word.Document.SetPasswordEncryptionOptions.md
+++ b/api/Word.Document.SetPasswordEncryptionOptions.md
@@ -27,7 +27,7 @@ Sets the options Microsoft Word uses for encrypting documents with passwords.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PasswordEncryptionProvider_|Required| **String**|The name of the encryption provider.|
| _PasswordEncryptionAlgorithm_|Required| **String**|The name of the encryption algorithm. Word supports stream-encrypted algorithms.|
diff --git a/api/Word.Document.Sync(even).md b/api/Word.Document.Sync(even).md
index 4cdad7b5ed5..6c03840b28e 100644
--- a/api/Word.Document.Sync(even).md
+++ b/api/Word.Document.Sync(even).md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'Sync'(**_SyncEventType_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SyncEventType_|Required| **MsoSyncEventType**|The status of the document synchronization.|
diff --git a/api/Word.Document.TransformDocument.md b/api/Word.Document.TransformDocument.md
index eab47d3c716..b2d99360040 100644
--- a/api/Word.Document.TransformDocument.md
+++ b/api/Word.Document.TransformDocument.md
@@ -27,7 +27,7 @@ Applies the specified Extensible Stylesheet Language Transformation (XSLT) file
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path for the XSLT to use.|
| _DataOnly_|Optional| **Boolean**| **True** applies the transformation only to the data in the document, excluding Microsoft Word XML. **False** applies the transform to the entire document, including Word XML. Default value is **True** .|
diff --git a/api/Word.Document.Undo.md b/api/Word.Document.Undo.md
index 186d9eaf334..2dc37f6b73a 100644
--- a/api/Word.Document.Undo.md
+++ b/api/Word.Document.Undo.md
@@ -27,11 +27,11 @@ Undoes the last action or a sequence of actions, which are displayed in the **U
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Times_|Optional| **Variant**|The number of actions to be undone.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Document.Unprotect.md b/api/Word.Document.Unprotect.md
index 068787bdc86..847a1addef7 100644
--- a/api/Word.Document.Unprotect.md
+++ b/api/Word.Document.Unprotect.md
@@ -27,7 +27,7 @@ Removes protection from the specified document. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Password_|Optional| **Variant**|The password string used to protect the document. Passwords are case-sensitive. If the document is protected with a password and the correct password isn't supplied, a dialog box prompts the user for the password.|
diff --git a/api/Word.Document.XMLAfterInsert.md b/api/Word.Document.XMLAfterInsert.md
index b26fa023712..37f09397863 100644
--- a/api/Word.Document.XMLAfterInsert.md
+++ b/api/Word.Document.XMLAfterInsert.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'XMLAfterInsert'(**_NewXMLNode_** , **_InUndoRedo_**)
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewXMLNode_|Required| **[XMLNode](Word.XMLNode.md)**|The newly added XML node.|
| _InUndoRedo_|Required| **Boolean**| **True** indicates the action was performed using the **Undo** or **Redo** feature in Microsoft Word.|
diff --git a/api/Word.Document.XMLBeforeDelete.md b/api/Word.Document.XMLBeforeDelete.md
index b3f7937c296..2bb040039de 100644
--- a/api/Word.Document.XMLBeforeDelete.md
+++ b/api/Word.Document.XMLBeforeDelete.md
@@ -27,7 +27,7 @@ Private Sub _expression_ _'XMLBeforeDelete'(**_DeletedRange_** , **_OldXMLNode_
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DeletedRange_|Required| **[Range](Word.Range.md)**|The contents of the XML element being deleted. If only an element is deleted and not associated text, the DeletedRange parameter will not exist and will, therefore, be set to **Nothing** .|
| _OldXMLNode_|Required| **[XMLNode](Word.XMLNode.md)**|The node that is being deleted.|
diff --git a/api/Word.Documents.Add.md b/api/Word.Documents.Add.md
index b83e4973038..0f52ff20762 100644
--- a/api/Word.Documents.Add.md
+++ b/api/Word.Documents.Add.md
@@ -27,14 +27,14 @@ Returns a **Document** object that represents a new, empty document added to th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Template_|Optional| **Variant**|The name of the template to be used for the new document. If this argument is omitted, the Normal template is used.|
| _NewTemplate_|Optional| **Variant**| **True** to open the document as a template. The default value is **False** .|
| _DocumentType_|Optional| **Variant**|Can be one of the following **WdNewDocumentType** constants: **wdNewBlankDocument** , **wdNewEmailMessage** , **wdNewFrameset** , or **wdNewWebPage** . The default constant is **wdNewBlankDocument** .|
| _Visible_|Optional| **Variant**| **True** to open the document in a visible window. If this value is **False** , Microsoft Word opens the document but sets the **Visible** property of the document window to **False** . The default value is **True** .|
-### Return Value
+### Return value
Document
diff --git a/api/Word.Documents.AddBlogDocument.md b/api/Word.Documents.AddBlogDocument.md
index 809e1f41fcd..65885372ce8 100644
--- a/api/Word.Documents.AddBlogDocument.md
+++ b/api/Word.Documents.AddBlogDocument.md
@@ -27,7 +27,7 @@ Returns a **Document** object that represents a new blog document that Microsof
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ProviderID_|Required| **String**|A GUID that is the unique value a provider uses when they register themselves with Word.|
| _PostURL_|Required| **String**|The URL that is used to add posts to the blog.|
diff --git a/api/Word.Documents.CanCheckOut.md b/api/Word.Documents.CanCheckOut.md
index 66cf3d7095b..c47cf9cfc34 100644
--- a/api/Word.Documents.CanCheckOut.md
+++ b/api/Word.Documents.CanCheckOut.md
@@ -27,11 +27,11 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The server path and name of the document.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Documents.CheckOut.md b/api/Word.Documents.CheckOut.md
index 295f79b9f2a..8e58de15359 100644
--- a/api/Word.Documents.CheckOut.md
+++ b/api/Word.Documents.CheckOut.md
@@ -27,7 +27,7 @@ Copies a specified document from a server to a local computer for editing.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The name of the file to check out.|
diff --git a/api/Word.Documents.Close.md b/api/Word.Documents.Close.md
index a5695ceaa5a..f07f15eb489 100644
--- a/api/Word.Documents.Close.md
+++ b/api/Word.Documents.Close.md
@@ -27,7 +27,7 @@ Closes the specified documents.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Variant**|Specifies the save action for the document. Can be one of the following **[WdSaveOptions](Word.WdSaveOptions.md)** constants: **wdDoNotSaveChanges** , **wdPromptToSaveChanges** , or **wdSaveChanges** .|
| _OriginalFormat_|Optional| **Variant**|Specifies the save format for the document. Can be one of the following **[WdOriginalFormat](Word.WdOriginalFormat.md)** constants: **wdOriginalDocumentFormat** , **wdPromptUser** , or **wdWordDocument** .|
diff --git a/api/Word.Documents.Item.md b/api/Word.Documents.Item.md
index 50c1756e934..044bef04e12 100644
--- a/api/Word.Documents.Item.md
+++ b/api/Word.Documents.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Document** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long** or **String**|The position within the collection of the object to be returned (**Long**), or the name of the object (**String**).|
-### Return Value
+### Return value
Document
diff --git a/api/Word.Documents.Open.md b/api/Word.Documents.Open.md
index cd251dde42d..377aeaae3a1 100644
--- a/api/Word.Documents.Open.md
+++ b/api/Word.Documents.Open.md
@@ -27,7 +27,7 @@ Opens the specified document and adds it to the **Documents** collection. Retur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **Variant**|The name of the document (paths are accepted).|
| _ConfirmConversions_|Optional| **Variant**| **True** to display the **Convert File** dialog box if the file isn't in Microsoft Word format.|
@@ -46,7 +46,7 @@ Opens the specified document and adds it to the **Documents** collection. Retur
| _DocumentDirection_|Optional| **WdDocumentDirection**|Indicates the horizontal flow of text in a document. The default value is **wdLeftToRight** .|
| _NoEncodingDialog_|Optional| **Variant**| **True** to skip displaying the Encoding dialog box that Word displays if the text encoding cannot be recognized. The default value is **False** .|
-### Return Value
+### Return value
Document
diff --git a/api/Word.Documents.OpenNoRepairDialog.md b/api/Word.Documents.OpenNoRepairDialog.md
index ed557f36cb4..f31632a7214 100644
--- a/api/Word.Documents.OpenNoRepairDialog.md
+++ b/api/Word.Documents.OpenNoRepairDialog.md
@@ -27,7 +27,7 @@ Opens the specified document and adds it to the [Documents](Word.documents.md) c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **Variant**|The name of the document (paths are accepted).|
| _ConfirmConversions_|Optional| **Variant**| **True** to display the **Convert File** dialog box if the file is not in Microsoft Word format.|
@@ -46,7 +46,7 @@ Opens the specified document and adds it to the [Documents](Word.documents.md) c
| _NoEncodingDialog_|Optional| **Variant**| **True** to skip displaying the **Encoding** dialog box that Word displays if the text encoding cannot be recognized. The default is **False** .|
| _XMLTransform_|Optional| **Variant**|Specifies a transform to use.|
-### Return Value
+### Return value
A **[Document](Word.Document.md)** object that represents the specified document.
diff --git a/api/Word.Documents.Save.md b/api/Word.Documents.Save.md
index 3ab3f5abe06..a759b518d0d 100644
--- a/api/Word.Documents.Save.md
+++ b/api/Word.Documents.Save.md
@@ -27,7 +27,7 @@ Saves all the documents in the **Documents** collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NoPrompt_|Optional| **Variant**| **True** to have Word automatically save all documents. **False** to have Word prompt the user to save each document that has changed since it was last saved.|
| _OriginalFormat_|Optional| **Variant**|Specifies the way the documents are saved. Can be one of the **WdOriginalFormat** constants.|
diff --git a/api/Word.Editors.Add.md b/api/Word.Editors.Add.md
index 3dcbb41984f..c4a810d9059 100644
--- a/api/Word.Editors.Add.md
+++ b/api/Word.Editors.Add.md
@@ -27,7 +27,7 @@ Returns an **Editor** object that represents a new permission for a specified u
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EditorID_|Optional| **Variant**|Can be either a **String** that represents the user's e-mail alias (if in the same domain), an e-mail address, or a **WdEditorType** that represents a group of users.|
diff --git a/api/Word.Editors.Item.md b/api/Word.Editors.Item.md
index e2e1a0f31f1..2f1483b8b6c 100644
--- a/api/Word.Editors.Item.md
+++ b/api/Word.Editors.Item.md
@@ -27,11 +27,11 @@ Returns an **Editor** object that represents a specific user or a group of user
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**| Can be either a **String** that represents the user's e-mail alias (if in the same domain), an e-mail address, or a **WdEditorType** constant that represents a group of users.|
-### Return Value
+### Return value
Editor
diff --git a/api/Word.EmailSignatureEntries.Add.md b/api/Word.EmailSignatureEntries.Add.md
index 6ebbbd89e13..bf194127495 100644
--- a/api/Word.EmailSignatureEntries.Add.md
+++ b/api/Word.EmailSignatureEntries.Add.md
@@ -27,12 +27,12 @@ Returns an **[EmailSignatureEntry](Word.EmailSignatureEntry.md)** object that r
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the e-mail entry.|
| _Range_|Required| **Range**|The range in the document that will be added as the signature.|
-### Return Value
+### Return value
EmailSignatureEntry
diff --git a/api/Word.EmailSignatureEntries.Item.md b/api/Word.EmailSignatureEntries.Item.md
index 2bb37cdb45b..33eef0b1457 100644
--- a/api/Word.EmailSignatureEntries.Item.md
+++ b/api/Word.EmailSignatureEntries.Item.md
@@ -27,11 +27,11 @@ Returns an individual **EmailSignatureEntry** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
EmailSignatureEntry
diff --git a/api/Word.Endnotes.Add.md b/api/Word.Endnotes.Add.md
index fa30eedd485..2d73949ccf0 100644
--- a/api/Word.Endnotes.Add.md
+++ b/api/Word.Endnotes.Add.md
@@ -27,7 +27,7 @@ Returns an **Endnote** object that represents an endnote added to a range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range marked for the endnote or footnote. This can be a collapsed range.|
| _Reference_|Optional| **Variant**|The text for the custom reference mark. If this argument is omitted, Microsoft Word inserts an automatically-numbered reference mark.|
diff --git a/api/Word.Endnotes.Item.md b/api/Word.Endnotes.Item.md
index 57bb892022a..14c799b5186 100644
--- a/api/Word.Endnotes.Item.md
+++ b/api/Word.Endnotes.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Endnote** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Endnote
diff --git a/api/Word.Envelope.Insert.md b/api/Word.Envelope.Insert.md
index 7808a9c292a..e1f838e1db4 100644
--- a/api/Word.Envelope.Insert.md
+++ b/api/Word.Envelope.Insert.md
@@ -27,7 +27,7 @@ Inserts an envelope as a separate section at the beginning of the specified docu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ExtractAddress_|Optional| **Variant**| **True** to use the text marked by the EnvelopeAddress bookmark (a user-defined bookmark) as the recipient's address.|
| _Address_|Optional| **Variant**|A string that specifies the recipient's address (ignored if ExtractAddress is **True**).|
diff --git a/api/Word.Envelope.PrintOut.md b/api/Word.Envelope.PrintOut.md
index 4f575e02187..5252841fa1d 100644
--- a/api/Word.Envelope.PrintOut.md
+++ b/api/Word.Envelope.PrintOut.md
@@ -27,7 +27,7 @@ Prints an envelope without adding the envelope to the active document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ExtractAddress_|Optional| **Variant**| **True** to use the text marked by the "EnvelopeAddress" bookmark (a user-defined bookmark) as the recipient's address.|
| _Address_|Optional| **Variant**|A string that specifies the recipient's address (ignored if ExtractAddress is **True**).|
diff --git a/api/Word.Field.Update.md b/api/Word.Field.Update.md
index 58515a97a17..4a6d671b14a 100644
--- a/api/Word.Field.Update.md
+++ b/api/Word.Field.Update.md
@@ -23,7 +23,7 @@ Updates the result of the field. Returns **True** if the field is updated succe
_expression_ Required. A variable that represents a '[Field](Word.Field.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Fields.Add.md b/api/Word.Fields.Add.md
index 4256fd222d1..1e1be4adf3c 100644
--- a/api/Word.Fields.Add.md
+++ b/api/Word.Fields.Add.md
@@ -27,14 +27,14 @@ Adds a **[Field](Word.Field.md)** object to the **Fields** collection. Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range where you want to add the field. If the range isn't collapsed, the field replaces the range.|
| _Type_|Optional| **Variant**|Can be any **WdFieldType** constant. For a list of valid constants, consult the Object Browser. The default value is **wdFieldEmpty** .|
| _Text_|Optional| **Variant**|Additional text needed for the field. For example, if you want to specify a switch for the field, you would add it here.|
| _PreserveFormatting_|Optional| **Variant**| **True** to have the formatting that's applied to the field preserved during updates.|
-### Return Value
+### Return value
Field
diff --git a/api/Word.Fields.Item.md b/api/Word.Fields.Item.md
index f63a640c5c7..8647cebff95 100644
--- a/api/Word.Fields.Item.md
+++ b/api/Word.Fields.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Field** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Field
diff --git a/api/Word.Fields.Update.md b/api/Word.Fields.Update.md
index 42fd88fc997..4b98e1a61a6 100644
--- a/api/Word.Fields.Update.md
+++ b/api/Word.Fields.Update.md
@@ -23,7 +23,7 @@ Updates the result of the fields object.
_expression_ Required. A variable that represents a '[Fields](Word.fields.md)' collection.
-### Return Value
+### Return value
Long
diff --git a/api/Word.FileConverters.Item.md b/api/Word.FileConverters.Item.md
index 794d4ae9de6..e4234025b61 100644
--- a/api/Word.FileConverters.Item.md
+++ b/api/Word.FileConverters.Item.md
@@ -27,11 +27,11 @@ Returns an individual **FileConverter** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
FileConverter
diff --git a/api/Word.FillFormat.GradientAngle.md b/api/Word.FillFormat.GradientAngle.md
index efbbc1a8d9a..b5a78e7c795 100644
--- a/api/Word.FillFormat.GradientAngle.md
+++ b/api/Word.FillFormat.GradientAngle.md
@@ -23,7 +23,7 @@ Returns or sets the angle of the gradient fill for the specified fill format. Re
_expression_ An expression that returns a '[FillFormat](Word.FillFormat.md)' object.
-### Return Value
+### Return value
Single
diff --git a/api/Word.FillFormat.OneColorGradient.md b/api/Word.FillFormat.OneColorGradient.md
index 41f3217de0a..7df12dcba54 100644
--- a/api/Word.FillFormat.OneColorGradient.md
+++ b/api/Word.FillFormat.OneColorGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a one-color gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **MsoGradientStyle**|The gradient style. Can be any **MsoGradientStyle** constant except **msoGradientFromTitle** which applies only to Microsoft PowerPoint.|
| _Variant_|Required| **Long**|The gradient variant. Can be a value from 1 to 4, corresponding to the four variants on the **Gradient** tab in the **Fill Effects** dialog box. If Style is **msoGradientFromCenter** , this argument can be either 1 or 2.|
diff --git a/api/Word.FillFormat.Patterned.md b/api/Word.FillFormat.Patterned.md
index 722dadf3e5f..1c2ba6cbbbb 100644
--- a/api/Word.FillFormat.Patterned.md
+++ b/api/Word.FillFormat.Patterned.md
@@ -27,7 +27,7 @@ Sets the specified fill to a pattern.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pattern_|Required| **MsoPatternType**|The pattern to be used for the specified fill.|
diff --git a/api/Word.FillFormat.PresetGradient.md b/api/Word.FillFormat.PresetGradient.md
index a305d570d41..e2ceee0cc89 100644
--- a/api/Word.FillFormat.PresetGradient.md
+++ b/api/Word.FillFormat.PresetGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a preset gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **MsoGradientStyle**|The gradient style. Can be any **MsoGradientStyle** constant except **msoGradientFromTitle** which applies only to Microsoft PowerPoint.|
| _Variant_|Required| **Long**|The gradient variant. Can be a value from 1 to 4, corresponding to the four variants on the **Gradient** tab in the **Fill Effects** dialog box. If Style is **msoGradientFromCenter** , this argument can be either 1 or 2.|
diff --git a/api/Word.FillFormat.PresetTextured.md b/api/Word.FillFormat.PresetTextured.md
index 2d7a581fb4c..f31e084a2aa 100644
--- a/api/Word.FillFormat.PresetTextured.md
+++ b/api/Word.FillFormat.PresetTextured.md
@@ -27,7 +27,7 @@ Sets the specified fill to a preset texture.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetTexture_|Required| **MsoPresetTexture**|The preset texture.|
diff --git a/api/Word.FillFormat.TextureAlignment.md b/api/Word.FillFormat.TextureAlignment.md
index c019bb198aa..5769f927f1b 100644
--- a/api/Word.FillFormat.TextureAlignment.md
+++ b/api/Word.FillFormat.TextureAlignment.md
@@ -23,7 +23,7 @@ Returns or sets the alignment (the origin of the coordinate grid) for the tiling
_expression_ An expression that returns a [FillFormat](./Word.FillFormat.md) object.
-### Return Value
+### Return value
**MsoTextureAlignment**
diff --git a/api/Word.FillFormat.TwoColorGradient.md b/api/Word.FillFormat.TwoColorGradient.md
index 8d836d9b0e5..5356b459d4b 100644
--- a/api/Word.FillFormat.TwoColorGradient.md
+++ b/api/Word.FillFormat.TwoColorGradient.md
@@ -27,7 +27,7 @@ Sets the specified fill to a two-color gradient.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **MsoGradientStyle**|The gradient style. Can be any **MsoGradientStyle** constant except **msoGradientFromTitle** which applies only to Microsoft PowerPoint.|
| _Variant_|Required| **Long**|The gradient variant. Can be a value from 1 to 4, corresponding to the four variants on the **Gradient** tab in the **Fill Effects** dialog box. If Style is **msoGradientFromCenter** , this argument can be either 1 or 2.|
diff --git a/api/Word.FillFormat.UserPicture.md b/api/Word.FillFormat.UserPicture.md
index 252a21dbaf0..5b2ba1c791c 100644
--- a/api/Word.FillFormat.UserPicture.md
+++ b/api/Word.FillFormat.UserPicture.md
@@ -27,7 +27,7 @@ Fills the specified shape with one large image. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PictureFile_|Required| **String**|The name of the picture file.|
diff --git a/api/Word.Find.ClearHitHighlight.md b/api/Word.Find.ClearHitHighlight.md
index 9e7194b40e1..a4365ac6202 100644
--- a/api/Word.Find.ClearHitHighlight.md
+++ b/api/Word.Find.ClearHitHighlight.md
@@ -23,7 +23,7 @@ Removes the highlighting for all text located in a hit highlighting find operati
_expression_ An expression that returns a '[Find](Word.Find.md)' object.
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Find.Execute.md b/api/Word.Find.Execute.md
index b6f43ce5e7a..1fd6de86359 100644
--- a/api/Word.Find.Execute.md
+++ b/api/Word.Find.Execute.md
@@ -27,7 +27,7 @@ Runs the specified find operation. Returns **True** if the find operation is su
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindText_|Optional| **Variant**|The text to be searched for. Use an empty string ("") to search for formatting only. You can search for special characters by specifying appropriate character codes. For example, "^p" corresponds to a paragraph mark and "^t" corresponds to a tab character.|
| _MatchCase_|Optional| **Variant**| **True** to specify that the find text be case sensitive. Corresponds to the **Match case** check box in the **Find and Replace** dialog box (**Edit** menu).|
@@ -50,7 +50,7 @@ Runs the specified find operation. Returns **True** if the find operation is su
| _IgnoreSpace_|Optional| **Variant**| **True** ignores all white space between words. Corresponds to the **Ignore white-space characters** check box in the **Find and Replace** dialog box.|
| _IgnorePunct_|Optional| **Variant**| **True** ignores all punctuation characters between words. Corresponds to the **Ignore punctuation** check box in the **Find and Replace** dialog box.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Find.Execute2007.md b/api/Word.Find.Execute2007.md
index d26d60dc456..775f93f6e21 100644
--- a/api/Word.Find.Execute2007.md
+++ b/api/Word.Find.Execute2007.md
@@ -27,7 +27,7 @@ Runs the specified find operation. Returns **True** if the find operation is su
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindText_|Optional| **Variant**|The text to be searched for. Use an empty string ("") to search for formatting only. You can search for special characters by specifying appropriate character codes. For example, "^p" corresponds to a paragraph mark and "^t" corresponds to a tab character.|
| _MatchCase_|Optional| **Variant**| **True** to specify that the text to find should be case-sensitive. Corresponds to the **Match case** check box in the **Find and Replace** dialog box (on the **Home** tab in the **Editing** group).|
@@ -50,7 +50,7 @@ Runs the specified find operation. Returns **True** if the find operation is su
| _IgnoreSpace_|Optional| **Variant**| **True** to ignore all white space between words. Corresponds to the **Ignore white-space characters** check box in the **Find and Replace** dialog box.|
| _IgnorePunct_|Optional| **Variant**| **True** to ignore all punctuation characters between words. Corresponds to the **Ignore punctuation** check box in the **Find and Replace** dialog box.|
-### Return Value
+### Return value
A **Boolean** value that indicates whether the find operation was successful.
diff --git a/api/Word.Find.HitHighlight.md b/api/Word.Find.HitHighlight.md
index 34a0e35f218..af1b20e1893 100644
--- a/api/Word.Find.HitHighlight.md
+++ b/api/Word.Find.HitHighlight.md
@@ -24,7 +24,7 @@ _expression_ An expression that returns a **Find** object.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindText_|Required| **Variant**|Specifies the text to find. Use an empty string ("") to search for formatting only. You can search for special characters by specifying appropriate character codes. For example, `"^p"` corresponds to a paragraph mark and `"^t"` corresponds to a tab character.|
| _HighlightColor_|Optional| **Variant**|Specifies the highlight color for the text. Can be any RGB color or one of the **[WdColor](Word.WdColor.md)** constants.|
diff --git a/api/Word.FirstLetterExceptions.Add.md b/api/Word.FirstLetterExceptions.Add.md
index 426cf83d870..920b25991fc 100644
--- a/api/Word.FirstLetterExceptions.Add.md
+++ b/api/Word.FirstLetterExceptions.Add.md
@@ -27,11 +27,11 @@ Returns a **FirstLetterException** object that represents a new exception added
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The word with two initial capital letters that you want Microsoft Word to overlook.|
-### Return Value
+### Return value
FirstLetterException
diff --git a/api/Word.FirstLetterExceptions.Item.md b/api/Word.FirstLetterExceptions.Item.md
index 09e4db6e1ae..afaf343d03c 100644
--- a/api/Word.FirstLetterExceptions.Item.md
+++ b/api/Word.FirstLetterExceptions.Item.md
@@ -27,11 +27,11 @@ Returns an individual **FirstLetterException** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
FirstLetterException
diff --git a/api/Word.FontNames.Item.md b/api/Word.FontNames.Item.md
index 5cc36dbd437..8be3570dcfd 100644
--- a/api/Word.FontNames.Item.md
+++ b/api/Word.FontNames.Item.md
@@ -27,11 +27,11 @@ Returns a **String** that represents the name of a font.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
String
diff --git a/api/Word.Footnotes.Add.md b/api/Word.Footnotes.Add.md
index a3ce28e3673..74861216f3a 100644
--- a/api/Word.Footnotes.Add.md
+++ b/api/Word.Footnotes.Add.md
@@ -27,13 +27,13 @@ Returns a **Footnote** object that represents a footnote added to a range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range marked for the endnote or footnote. This can be a collapsed range.|
| _Reference_|Optional| **Variant**|The text for the custom reference mark. If this argument is omitted, Microsoft Word inserts an automatically-numbered reference mark.|
| _Text_|Optional| **Variant**|The text of the endnote or footnote.|
-### Return Value
+### Return value
Footnote
diff --git a/api/Word.Footnotes.Item.md b/api/Word.Footnotes.Item.md
index 39c62ccddbd..7adb9c6b096 100644
--- a/api/Word.Footnotes.Item.md
+++ b/api/Word.Footnotes.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Footnote** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Footnote
diff --git a/api/Word.FormFields.Add.md b/api/Word.FormFields.Add.md
index 38f7f0b91a7..c3788f0b180 100644
--- a/api/Word.FormFields.Add.md
+++ b/api/Word.FormFields.Add.md
@@ -27,12 +27,12 @@ Returns a **FormField** object that represents a new form field added at a rang
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range where you want to add the form field. If the range isn't collapsed, the form field replaces the range.|
| _Type_|Required| **WdFieldType**|The type of form field to add.|
-### Return Value
+### Return value
FormField
diff --git a/api/Word.FormFields.Item.md b/api/Word.FormFields.Item.md
index a2632e62331..beea8f79787 100644
--- a/api/Word.FormFields.Item.md
+++ b/api/Word.FormFields.Item.md
@@ -27,11 +27,11 @@ Returns an individual **FormField** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
FormField
diff --git a/api/Word.Frames.Add.md b/api/Word.Frames.Add.md
index 7476e67b462..32f656492ab 100644
--- a/api/Word.Frames.Add.md
+++ b/api/Word.Frames.Add.md
@@ -27,11 +27,11 @@ Returns a Frame object that represents a new frame added to a range, selection,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **[RANGE]**|The range that you want the frame to surround.|
-### Return Value
+### Return value
Frame
diff --git a/api/Word.Frames.Delete.md b/api/Word.Frames.Delete.md
index fe479c78d68..60fc5a3a2b6 100644
--- a/api/Word.Frames.Delete.md
+++ b/api/Word.Frames.Delete.md
@@ -23,7 +23,7 @@ Deletes the specified Frames collection.
_expression_ An expression that returns a '[Frames](Word.Frames.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Frames.Item.md b/api/Word.Frames.Item.md
index d6cd7a6f2de..182e6c73a68 100644
--- a/api/Word.Frames.Item.md
+++ b/api/Word.Frames.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Frames** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned.|
-### Return Value
+### Return value
Frame
diff --git a/api/Word.Frameset.AddNewFrame.md b/api/Word.Frameset.AddNewFrame.md
index 2aa53059cd7..ca1692d7079 100644
--- a/api/Word.Frameset.AddNewFrame.md
+++ b/api/Word.Frameset.AddNewFrame.md
@@ -27,7 +27,7 @@ Adds a new frame to a frames page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Where_|Required| **WdFramesetNewFrameLocation**|Sets the location where the new frame is to be added in relation to the specified frame.|
diff --git a/api/Word.Frameset.ChildFramesetItem.md b/api/Word.Frameset.ChildFramesetItem.md
index 12008579deb..b487c4245a9 100644
--- a/api/Word.Frameset.ChildFramesetItem.md
+++ b/api/Word.Frameset.ChildFramesetItem.md
@@ -27,7 +27,7 @@ Returns the **Frameset** object that represents the child **Frameset** object s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number of the specified frame.|
diff --git a/api/Word.FreeformBuilder.AddNodes.md b/api/Word.FreeformBuilder.AddNodes.md
index 357846cabc5..86117981d57 100644
--- a/api/Word.FreeformBuilder.AddNodes.md
+++ b/api/Word.FreeformBuilder.AddNodes.md
@@ -27,7 +27,7 @@ Inserts a new segment at the end of the freeform that's being created, and adds
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SegmentType_|Required| **MsoSegmentType**|The type of segment to be added.|
| _EditingType_|Required| **MsoEditingType**|The editing property of the vertex. If SegmentType is **msoSegmentLine** , EditingType must be **msoEditingAuto** .|
diff --git a/api/Word.FreeformBuilder.ConvertToShape.md b/api/Word.FreeformBuilder.ConvertToShape.md
index 91b5b38d55f..2e703442c10 100644
--- a/api/Word.FreeformBuilder.ConvertToShape.md
+++ b/api/Word.FreeformBuilder.ConvertToShape.md
@@ -27,7 +27,7 @@ Creates a shape that has the geometric characteristics of the specified object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Anchor_|Optional| **Variant**|A **[Range](Word.Range.md)** object that represents the text to which the shape is bound. If Anchor is specified, the anchor is positioned at the beginning of the first paragraph in the anchoring range. If this argument is omitted, the anchoring range is selected automatically and the shape is positioned relative to the top and left edges of the page.|
diff --git a/api/Word.Global.BuildKeyCode.md b/api/Word.Global.BuildKeyCode.md
index 8b81f8d9bb4..1d5b828462e 100644
--- a/api/Word.Global.BuildKeyCode.md
+++ b/api/Word.Global.BuildKeyCode.md
@@ -27,7 +27,7 @@ Returns a unique number for the specified key combination.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Arg1_|Required| **[WdKey](Word.WdKey.md)**|A key you specify by using one of the **WdKey** constants.|
| _Arg2_|Optional| **[WdKey](Word.WdKey.md)**|A key you specify by using one of the **WdKey** constants.|
diff --git a/api/Word.Global.CentimetersToPoints.md b/api/Word.Global.CentimetersToPoints.md
index b65dcb39b0b..bcb4f3c6e22 100644
--- a/api/Word.Global.CentimetersToPoints.md
+++ b/api/Word.Global.CentimetersToPoints.md
@@ -27,7 +27,7 @@ Converts a measurement from centimeters to points (1 cm = 28.35 points). Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Centimeters_|Required| **Single**|The centimeter value to be converted to points.|
diff --git a/api/Word.Global.ChangeFileOpenDirectory.md b/api/Word.Global.ChangeFileOpenDirectory.md
index 9bac1953452..f91f58417a3 100644
--- a/api/Word.Global.ChangeFileOpenDirectory.md
+++ b/api/Word.Global.ChangeFileOpenDirectory.md
@@ -27,7 +27,7 @@ Sets the folder in which Word searches for documents. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path to the folder in which Word searches for documents.|
diff --git a/api/Word.Global.CheckSpelling.md b/api/Word.Global.CheckSpelling.md
index a1fb5d7c867..92f0a15b510 100644
--- a/api/Word.Global.CheckSpelling.md
+++ b/api/Word.Global.CheckSpelling.md
@@ -27,7 +27,7 @@ Checks a string for spelling errors. Returns a **Boolean** to indicate whether
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Word_|Required| **String**|The text whose spelling is to be checked.|
| _CustomDictionary_|Optional| **Variant**| Either an expression that returns a Dictionary object or the file name of the custom dictionary.|
@@ -43,7 +43,7 @@ Checks a string for spelling errors. Returns a **Boolean** to indicate whether
| _CustomDictionary9_|Optional| **Variant**|Either an expression that returns a **Dictionary** object or the file name of an additional custom dictionary.|
| _CustomDictionary10_|Optional| **Variant**|Either an expression that returns a **Dictionary** object or the file name of an additional custom dictionary.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Global.CleanString.md b/api/Word.Global.CleanString.md
index 13d9808789f..e68bde622e7 100644
--- a/api/Word.Global.CleanString.md
+++ b/api/Word.Global.CleanString.md
@@ -27,7 +27,7 @@ Removes nonprinting characters (character codes 1 ? 29) and special Word charact
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _String_|Required| **String**|The source string.|
diff --git a/api/Word.Global.DDEExecute.md b/api/Word.Global.DDEExecute.md
index 30301264bf0..3d4b6caf5a5 100644
--- a/api/Word.Global.DDEExecute.md
+++ b/api/Word.Global.DDEExecute.md
@@ -27,7 +27,7 @@ Sends a command or series of commands to an application through the specified dy
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **DDEInitiate** method.|
| _Command_|Required| **String**|A command or series of commands recognized by the receiving application (the DDE server). If the receiving application cannot perform the specified command, an error occurs.|
diff --git a/api/Word.Global.DDEInitiate.md b/api/Word.Global.DDEInitiate.md
index 8ba1b1e136d..d05226faee5 100644
--- a/api/Word.Global.DDEInitiate.md
+++ b/api/Word.Global.DDEInitiate.md
@@ -27,7 +27,7 @@ Opens a dynamic data exchange (DDE) channel to another application, and returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _App_|Required| **String**|The name of the application.|
| _Topic_|Required| **String**|The name of a DDE topic?for example, the name of an open document?recognized by the application to which you are opening a channel.|
diff --git a/api/Word.Global.DDEPoke.md b/api/Word.Global.DDEPoke.md
index 72cfec08bd9..542b919aaca 100644
--- a/api/Word.Global.DDEPoke.md
+++ b/api/Word.Global.DDEPoke.md
@@ -27,7 +27,7 @@ Uses an open dynamic data exchange (DDE) channel to send data to an application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **DDEInitiate** method.|
| _Item_|Required| **String**|The item within a DDE topic to which the specified data is to be sent.|
diff --git a/api/Word.Global.DDERequest.md b/api/Word.Global.DDERequest.md
index 6ac8afb5075..2ffcacb5ca7 100644
--- a/api/Word.Global.DDERequest.md
+++ b/api/Word.Global.DDERequest.md
@@ -27,7 +27,7 @@ Uses an open dynamic data exchange (DDE) channel to request information from the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **DDEInitiate** method.|
| _Item_|Required| **String**|The item to be requested.|
diff --git a/api/Word.Global.DDETerminate.md b/api/Word.Global.DDETerminate.md
index e89c38f95ba..85669e0f3a5 100644
--- a/api/Word.Global.DDETerminate.md
+++ b/api/Word.Global.DDETerminate.md
@@ -27,7 +27,7 @@ Closes the specified dynamic data exchange (DDE) channel to another application.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Channel_|Required| **Long**|The channel number returned by the **DDEInitiate** method.|
diff --git a/api/Word.Global.FindKey.md b/api/Word.Global.FindKey.md
index ab68de8be45..a9e837a2554 100644
--- a/api/Word.Global.FindKey.md
+++ b/api/Word.Global.FindKey.md
@@ -27,7 +27,7 @@ Returns a **[KeyBinding](Word.KeyBinding.md)** object that represents the speci
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|A key you specify by using one of the **WdKey** constants.|
| _KeyCode2_|Optional| **Variant**|A second key you specify by using one of the **WdKey** constants.|
diff --git a/api/Word.Global.GetSpellingSuggestions.md b/api/Word.Global.GetSpellingSuggestions.md
index cae211b3d9a..df7cca5f108 100644
--- a/api/Word.Global.GetSpellingSuggestions.md
+++ b/api/Word.Global.GetSpellingSuggestions.md
@@ -27,7 +27,7 @@ Returns a **[SpellingSuggestions](Word.spellingsuggestions.md)** collection tha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Word_|Required| **String**|The word whose spelling is to be checked.|
| _IgnoreUppercase_|Optional| **Variant**| **True** to ignore words in all uppercase letters. If this argument is omitted, the current value of the **[IgnoreUppercase](Word.Options.IgnoreUppercase.md)** property is used.|
diff --git a/api/Word.Global.Help.md b/api/Word.Global.Help.md
index 18c6a8ba000..1deb5cd5555 100644
--- a/api/Word.Global.Help.md
+++ b/api/Word.Global.Help.md
@@ -27,7 +27,7 @@ Displays on-line Help information.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _HelpType_|Required| **Variant**|The on-line Help topic or window. Can be any of these **[WdHelpType](Word.WdHelpType.md)** constants.|
diff --git a/api/Word.Global.InchesToPoints.md b/api/Word.Global.InchesToPoints.md
index 2159a830b20..3f6b4a66cda 100644
--- a/api/Word.Global.InchesToPoints.md
+++ b/api/Word.Global.InchesToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from inches to points (1 inch = 72 points). Returns the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Inches_|Required| **Single**|The inch value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.IsObjectValid.md b/api/Word.Global.IsObjectValid.md
index b4419aec36e..2a461086147 100644
--- a/api/Word.Global.IsObjectValid.md
+++ b/api/Word.Global.IsObjectValid.md
@@ -27,7 +27,7 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Object_|Required| **Object**|A variable that references an object.|
diff --git a/api/Word.Global.KeyString.md b/api/Word.Global.KeyString.md
index d8824a19c70..9ea960989bd 100644
--- a/api/Word.Global.KeyString.md
+++ b/api/Word.Global.KeyString.md
@@ -27,12 +27,12 @@ Returns the key combination string for the specified keys (for example, CTRL+SHI
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|A key you specify by using one of the **WdKey** constants.|
| _KeyCode2_|Optional| **Variant**|A second key you specify by using one of the **WdKey** constants.|
-### Return Value
+### Return value
String
diff --git a/api/Word.Global.KeysBoundTo.md b/api/Word.Global.KeysBoundTo.md
index 16cb9548b15..0d245b15615 100644
--- a/api/Word.Global.KeysBoundTo.md
+++ b/api/Word.Global.KeysBoundTo.md
@@ -27,7 +27,7 @@ Returns a **KeysBoundTo** object that represents all the key combinations assig
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCategory_|Required| **WdKeyCategory**|The category of the key combination.|
| _Command_|Required| **String**|The name of the command.|
diff --git a/api/Word.Global.LinesToPoints.md b/api/Word.Global.LinesToPoints.md
index db8c2ee5358..60b2afd023c 100644
--- a/api/Word.Global.LinesToPoints.md
+++ b/api/Word.Global.LinesToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from lines to points (1 line = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Lines_|Required| **Single**|The line value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.MillimetersToPoints.md b/api/Word.Global.MillimetersToPoints.md
index bc5977e215c..519f37b8417 100644
--- a/api/Word.Global.MillimetersToPoints.md
+++ b/api/Word.Global.MillimetersToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from millimeters to points (1 mm = 2.85 points). Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Millimeters_|Required| **Single**|The millimeter value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.NewWindow.md b/api/Word.Global.NewWindow.md
index 77c55c9d694..d8fc59597f4 100644
--- a/api/Word.Global.NewWindow.md
+++ b/api/Word.Global.NewWindow.md
@@ -23,7 +23,7 @@ Opens a new window with the same document as the specified window. Returns a **
_expression_ Required. A variable that represents a '[Global](Word.Global.md)' object.
-### Return Value
+### Return value
Window
diff --git a/api/Word.Global.PicasToPoints.md b/api/Word.Global.PicasToPoints.md
index 264c5f8c23f..7c29d9ecfd8 100644
--- a/api/Word.Global.PicasToPoints.md
+++ b/api/Word.Global.PicasToPoints.md
@@ -27,11 +27,11 @@ Converts a measurement from picas to points (1 pica = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Picas_|Required| **Single**|The pica value to be converted to points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.PixelsToPoints.md b/api/Word.Global.PixelsToPoints.md
index 2f41dab3e10..5654bddeed6 100644
--- a/api/Word.Global.PixelsToPoints.md
+++ b/api/Word.Global.PixelsToPoints.md
@@ -27,12 +27,12 @@ Converts a measurement from pixels to points. Returns the converted measurement
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pixels_|Required| **Single**|The pixel value to be converted to points.|
| _fVertical_|Optional| **Variant**| **True** to convert vertical pixels; **False** to convert horizontal pixels.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.PointsToCentimeters.md b/api/Word.Global.PointsToCentimeters.md
index 171048b28de..44656676dd6 100644
--- a/api/Word.Global.PointsToCentimeters.md
+++ b/api/Word.Global.PointsToCentimeters.md
@@ -27,11 +27,11 @@ Converts a measurement from points to centimeters (1 centimeter = 28.35 points).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.PointsToInches.md b/api/Word.Global.PointsToInches.md
index 2d508032038..0efd1977d4f 100644
--- a/api/Word.Global.PointsToInches.md
+++ b/api/Word.Global.PointsToInches.md
@@ -27,11 +27,11 @@ Converts a measurement from points to inches (1 inch = 72 points). Returns the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.PointsToLines.md b/api/Word.Global.PointsToLines.md
index 96908bf9bad..0185f8c8e4b 100644
--- a/api/Word.Global.PointsToLines.md
+++ b/api/Word.Global.PointsToLines.md
@@ -27,11 +27,11 @@ Converts a measurement from points to lines (1 line = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.PointsToMillimeters.md b/api/Word.Global.PointsToMillimeters.md
index 961038cfb70..4652340f3e0 100644
--- a/api/Word.Global.PointsToMillimeters.md
+++ b/api/Word.Global.PointsToMillimeters.md
@@ -27,11 +27,11 @@ Converts a measurement from points to millimeters (1 millimeter = 2.835 points).
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.PointsToPicas.md b/api/Word.Global.PointsToPicas.md
index 9f850ced8ce..fbcd352c26b 100644
--- a/api/Word.Global.PointsToPicas.md
+++ b/api/Word.Global.PointsToPicas.md
@@ -27,11 +27,11 @@ Converts a measurement from points to picas (1 pica = 12 points). Returns the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The measurement, in points.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.PointsToPixels.md b/api/Word.Global.PointsToPixels.md
index fa1094ce530..d2f3416e9e9 100644
--- a/api/Word.Global.PointsToPixels.md
+++ b/api/Word.Global.PointsToPixels.md
@@ -27,12 +27,12 @@ Converts a measurement from points to pixels. Returns the converted measurement
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Points_|Required| **Single**|The point value to be converted to pixels.|
| _fVertical_|Optional| **Variant**| **True** to return the result as vertical pixels; **False** to return the result as horizontal pixels.|
-### Return Value
+### Return value
Single
diff --git a/api/Word.Global.Repeat.md b/api/Word.Global.Repeat.md
index 4d8b1d97fd0..285648feb5e 100644
--- a/api/Word.Global.Repeat.md
+++ b/api/Word.Global.Repeat.md
@@ -27,11 +27,11 @@ Repeats the most recent editing action one or more times. Returns **True** if t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Times_|Optional| **Variant**|The number of times you want to repeat the last command.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Global.SynonymInfo.md b/api/Word.Global.SynonymInfo.md
index 1b16227f419..55e9e109345 100644
--- a/api/Word.Global.SynonymInfo.md
+++ b/api/Word.Global.SynonymInfo.md
@@ -27,7 +27,7 @@ Returns a **SynonymInfo** object that contains information from the thesaurus o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Word_|Required| **String**|The specified word or phrase.|
| _LanguageID_|Optional| **Variant**|The language used for the thesaurus. Can be one of the **[WdLanguageID](Word.WdLanguageID.md)** constants (although some of the constants may not be available to you, depending on the language support (U.S. English, for example) that you?ve selected or installed).|
diff --git a/api/Word.GroupShapes.Item.md b/api/Word.GroupShapes.Item.md
index ab914c1fdc0..71cf30e7452 100644
--- a/api/Word.GroupShapes.Item.md
+++ b/api/Word.GroupShapes.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Shape** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Shape
diff --git a/api/Word.GroupShapes.Range.md b/api/Word.GroupShapes.Range.md
index 4055c299574..54df96df2cc 100644
--- a/api/Word.GroupShapes.Range.md
+++ b/api/Word.GroupShapes.Range.md
@@ -27,11 +27,11 @@ Returns a **ShapeRange** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies which shapes are to be included in the specified range. Can be an integer that specifies the index number of a shape within the **Shapes** collection, a string that specifies the name of a shape, or a array that contains integers or strings.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Word.HTMLDivision.HTMLDivisionParent.md b/api/Word.HTMLDivision.HTMLDivisionParent.md
index 2a2663db901..c36b086b7bc 100644
--- a/api/Word.HTMLDivision.HTMLDivisionParent.md
+++ b/api/Word.HTMLDivision.HTMLDivisionParent.md
@@ -27,11 +27,11 @@ Returns an **HTMLDivision** object that represents a parent division of the cur
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LevelsUp_|Optional| **Long**|The number of parent divisions to count back to return the desired division. If the LevelsUp argument is omitted, the HTML division returned is one level up from the current HTML division.|
-### Return Value
+### Return value
HTMLDivision
diff --git a/api/Word.HTMLDivisions.Add.md b/api/Word.HTMLDivisions.Add.md
index b1312cd1305..5c3a3e7e0c0 100644
--- a/api/Word.HTMLDivisions.Add.md
+++ b/api/Word.HTMLDivisions.Add.md
@@ -27,11 +27,11 @@ Returns an **HTMLDivision** object that represents a new HTML division added to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Optional| **Variant**|An existing HTML division around which to place the new HTML division.|
-### Return Value
+### Return value
HTMLDivision
diff --git a/api/Word.HTMLDivisions.Item.md b/api/Word.HTMLDivisions.Item.md
index b2de04131ac..8f0e581654b 100644
--- a/api/Word.HTMLDivisions.Item.md
+++ b/api/Word.HTMLDivisions.Item.md
@@ -27,11 +27,11 @@ Returns an individual **HTMLDivision** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
HTMLDivision
diff --git a/api/Word.HangulAndAlphabetExceptions.Add.md b/api/Word.HangulAndAlphabetExceptions.Add.md
index 309417ad7aa..2deaadad15d 100644
--- a/api/Word.HangulAndAlphabetExceptions.Add.md
+++ b/api/Word.HangulAndAlphabetExceptions.Add.md
@@ -27,11 +27,11 @@ Returns a **HangulAndAlphabetException** object that represents a new exception
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The word that you don't want Microsoft Word to correct automatically.|
-### Return Value
+### Return value
HangulAndAlphabetException
diff --git a/api/Word.HangulAndAlphabetExceptions.Item.md b/api/Word.HangulAndAlphabetExceptions.Item.md
index e580b83d6a2..765adce6e26 100644
--- a/api/Word.HangulAndAlphabetExceptions.Item.md
+++ b/api/Word.HangulAndAlphabetExceptions.Item.md
@@ -27,11 +27,11 @@ Returns an individual **HangulAndAlphabetException** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
HangulAndAlphabetException
diff --git a/api/Word.HangulHanjaConversionDictionaries.Add.md b/api/Word.HangulHanjaConversionDictionaries.Add.md
index 06b1bd7857c..b0fe945b452 100644
--- a/api/Word.HangulHanjaConversionDictionaries.Add.md
+++ b/api/Word.HangulHanjaConversionDictionaries.Add.md
@@ -27,11 +27,11 @@ Returns a **Dictionary** object that represents a new custom spelling or conver
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The string name of the dictionary file. If no path is specified in the string, the proofing tools path is used.|
-### Return Value
+### Return value
Dictionary
diff --git a/api/Word.HangulHanjaConversionDictionaries.Item.md b/api/Word.HangulHanjaConversionDictionaries.Item.md
index 371daeb1ca8..994b445e284 100644
--- a/api/Word.HangulHanjaConversionDictionaries.Item.md
+++ b/api/Word.HangulHanjaConversionDictionaries.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Dictionary** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Dictionary
diff --git a/api/Word.HeadersFooters.Item.md b/api/Word.HeadersFooters.Item.md
index a39ffb39140..50301e921fe 100644
--- a/api/Word.HeadersFooters.Item.md
+++ b/api/Word.HeadersFooters.Item.md
@@ -27,11 +27,11 @@ Returns a **HeaderFooter** object that represents a header or footer in a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WdHeaderFooterIndex**|A constant that specifies the header or footer in the range or section.|
-### Return Value
+### Return value
HeaderFooter
diff --git a/api/Word.HeadingStyles.Add.md b/api/Word.HeadingStyles.Add.md
index f3c15b25fe4..108bcd49aed 100644
--- a/api/Word.HeadingStyles.Add.md
+++ b/api/Word.HeadingStyles.Add.md
@@ -27,12 +27,12 @@ Returns a **HeadingStyle** object that represents a new heading style added to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **Variant**|The style you want to add. You can specify this argument by using either the string name for the style or a **Style** object.|
| _Level_|Required| **Integer**|A number that represents the level of the heading.|
-### Return Value
+### Return value
HeadingStyle
diff --git a/api/Word.HeadingStyles.Item.md b/api/Word.HeadingStyles.Item.md
index 5dfc380e0d6..1cf812afc81 100644
--- a/api/Word.HeadingStyles.Item.md
+++ b/api/Word.HeadingStyles.Item.md
@@ -27,11 +27,11 @@ Returns an individual **HeadingStyle** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
HeadingStyle
diff --git a/api/Word.Hyperlink.CreateNewDocument.md b/api/Word.Hyperlink.CreateNewDocument.md
index 28c6a9c231f..9edeef66944 100644
--- a/api/Word.Hyperlink.CreateNewDocument.md
+++ b/api/Word.Hyperlink.CreateNewDocument.md
@@ -27,7 +27,7 @@ Creates a new document linked to the specified hyperlink.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file name of the specified document.|
| _EditNow_|Required| **Boolean**| **True** to have the specified document open immediately in its associated editing environment. The default value is **True** .|
diff --git a/api/Word.Hyperlink.Follow.md b/api/Word.Hyperlink.Follow.md
index 1953e658b6a..ee610e94dc1 100644
--- a/api/Word.Hyperlink.Follow.md
+++ b/api/Word.Hyperlink.Follow.md
@@ -27,7 +27,7 @@ Displays a cached document associated with the specified **Hyperlink** object,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NewWindow_|Optional| **Variant**| **True** to display the target document in a new window. The default value is **False** .|
| _AddHistory_|Optional| **Variant**|This argument is reserved for future use.|
diff --git a/api/Word.Hyperlinks.Add.md b/api/Word.Hyperlinks.Add.md
index c876dbdb904..dc5336973a0 100644
--- a/api/Word.Hyperlinks.Add.md
+++ b/api/Word.Hyperlinks.Add.md
@@ -27,7 +27,7 @@ Returns a **Hyperlink** object that represents a new hyperlink added to a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Anchor_|Required| **Object**|The text or graphic that you want turned into a hyperlink.|
| _Address_|Optional| **Variant**|The address for the specified link. The address can be an e-mail address, an Internet address, or a file name. Note that Microsoft Word doesn't check the accuracy of the address.|
@@ -36,7 +36,7 @@ Returns a **Hyperlink** object that represents a new hyperlink added to a range
| _TextToDisplay_|Optional| **Variant**|The display text of the specified hyperlink. The value of this argument replaces the text or graphic specified by Anchor.|
| _Target_|Optional| **Variant**|The name of the frame or window in which you want to load the specified hyperlink.|
-### Return Value
+### Return value
Hyperlink
diff --git a/api/Word.Hyperlinks.Item.md b/api/Word.Hyperlinks.Item.md
index 67c13746512..d52e15427eb 100644
--- a/api/Word.Hyperlinks.Item.md
+++ b/api/Word.Hyperlinks.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Hyperlink** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Hyperlink
diff --git a/api/Word.Indexes.Add.md b/api/Word.Indexes.Add.md
index a2fd8bff57f..8264a14b08a 100644
--- a/api/Word.Indexes.Add.md
+++ b/api/Word.Indexes.Add.md
@@ -27,7 +27,7 @@ Returns an **Index** object that represents a new index added to a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range where you want the index to appear. The index replaces the range, if the range is not collapsed.|
| _HeadingSeparator_|Optional| **Variant**|The text between alphabetical groups (entries that start with the same letter) in the index. Can be one of the **WdHeadingSeparator** constants.|
@@ -38,7 +38,7 @@ Returns an **Index** object that represents a new index added to a document.
| _SortBy_|Optional| **Variant**|The sorting criteria to be used for the specified index. Can be either of the following **WdIndexSortBy** constants: **wdIndexSortByStroke** or **wdIndexSortBySyllable** .|
| _IndexLanguage_|Optional| **Variant**|The sorting language to be used for the specified index. Can be any of the **WdLanguageID** constants. For the list of valid **WdLanguageID** constants, see the Object Browser in the Visual Basic Editor.|
-### Return Value
+### Return value
Index
diff --git a/api/Word.Indexes.AutoMarkEntries.md b/api/Word.Indexes.AutoMarkEntries.md
index 3865d2ed60a..465174e9516 100644
--- a/api/Word.Indexes.AutoMarkEntries.md
+++ b/api/Word.Indexes.AutoMarkEntries.md
@@ -27,7 +27,7 @@ Automatically adds XE (Index Entry) fields to the specified document, using the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConcordanceFileName_|Required| **String**|The concordance file name that includes a list of items to be indexed.|
diff --git a/api/Word.Indexes.Item.md b/api/Word.Indexes.Item.md
index 5754dee8cc7..f4d96595a7a 100644
--- a/api/Word.Indexes.Item.md
+++ b/api/Word.Indexes.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Index** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Index
diff --git a/api/Word.Indexes.MarkAllEntries.md b/api/Word.Indexes.MarkAllEntries.md
index d012dd260f7..1a0aef3ccea 100644
--- a/api/Word.Indexes.MarkAllEntries.md
+++ b/api/Word.Indexes.MarkAllEntries.md
@@ -27,7 +27,7 @@ Inserts an XE (Index Entry) field after all instances of the text in **Range**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range whose text is marked with an XE field throughout the document.|
| _Entry_|Optional| **Variant**|The text you want to appear in the index, in the form MainEntry[:Subentry].|
diff --git a/api/Word.Indexes.MarkEntry.md b/api/Word.Indexes.MarkEntry.md
index 7f282e58f75..a9fcae5ea6d 100644
--- a/api/Word.Indexes.MarkEntry.md
+++ b/api/Word.Indexes.MarkEntry.md
@@ -27,7 +27,7 @@ Inserts an XE (Index Entry) field after the specified range. The method returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location of the entry. The XE field is inserted after Range.|
| _Entry_|Optional| **Variant**|The text that appears in the index. To indicate a subentry, include the main entry text and the subentry text, separated by a colon (:) (for example, "Introduction:The Product").|
@@ -39,7 +39,7 @@ Inserts an XE (Index Entry) field after the specified range. The method returns
| _Italic_|Optional| **Variant**| **True** to add italic formatting to the entry page numbers in the index.|
| _Reading_|Optional| **Variant**| **True** shows an index entry in the right location when indexes are sorted phonetically (East Asian languages only).|
-### Return Value
+### Return value
Field
diff --git a/api/Word.InlineShapes.AddHorizontalLine.md b/api/Word.InlineShapes.AddHorizontalLine.md
index 9eb49338161..a74a0e24439 100644
--- a/api/Word.InlineShapes.AddHorizontalLine.md
+++ b/api/Word.InlineShapes.AddHorizontalLine.md
@@ -27,7 +27,7 @@ Adds a horizontal line based on an image file to the current document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file name of the image you want to use for the horizontal line.|
| _Range_|Optional| **Variant**|The range above which Microsoft Word places the horizontal line. If this argument is omitted, Word places the horizontal line above the current selection.|
diff --git a/api/Word.InlineShapes.AddHorizontalLineStandard.md b/api/Word.InlineShapes.AddHorizontalLineStandard.md
index 6b3764008c6..8143eaefb43 100644
--- a/api/Word.InlineShapes.AddHorizontalLineStandard.md
+++ b/api/Word.InlineShapes.AddHorizontalLineStandard.md
@@ -27,7 +27,7 @@ Adds a horizontal line to the current document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Optional| **Variant**|The range above which Microsoft Word places the horizontal line. If this argument is omitted, Word places the horizontal line above the current selection.|
diff --git a/api/Word.InlineShapes.AddOLEControl.md b/api/Word.InlineShapes.AddOLEControl.md
index 98c02cda96d..54af63a48de 100644
--- a/api/Word.InlineShapes.AddOLEControl.md
+++ b/api/Word.InlineShapes.AddOLEControl.md
@@ -27,7 +27,7 @@ Creates an ActiveX control (formerly known as an OLE control). Returns the **[I
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassType_|Optional| **Variant**|The programmatic identifier for the ActiveX control to be created.|
| _Range_|Optional| **Variant**|The range where the ActiveX control will be placed in the text. The ActiveX control replaces the range, if the range isn't collapsed. If this argument is omitted, the Active X control is placed automatically.|
diff --git a/api/Word.InlineShapes.AddOLEObject.md b/api/Word.InlineShapes.AddOLEObject.md
index f44270bb4d2..f297b0832a4 100644
--- a/api/Word.InlineShapes.AddOLEObject.md
+++ b/api/Word.InlineShapes.AddOLEObject.md
@@ -27,7 +27,7 @@ Creates an OLE object. Returns the **[InlineShape](Word.InlineShape.md)** objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassType_|Optional| **Variant**|The name of the application used to activate the specified OLE object.|
| _FileName_|Optional| **Variant**|The file from which the object is to be created. If this argument is omitted, the current folder is used. You must specify either the ClassType or FileName argument for the object, but not both.|
diff --git a/api/Word.InlineShapes.AddPicture.md b/api/Word.InlineShapes.AddPicture.md
index b8450c21c1f..27f7350c687 100644
--- a/api/Word.InlineShapes.AddPicture.md
+++ b/api/Word.InlineShapes.AddPicture.md
@@ -27,7 +27,7 @@ Adds a picture to a document. Returns an **[InlineShape](Word.InlineShape.md)**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name of the picture.|
| _LinkToFile_|Optional| **Variant**| **True** to link the picture to the file from which it was created. **False** to make the picture an independent copy of the file. The default value is **False** .|
diff --git a/api/Word.InlineShapes.AddPictureBullet.md b/api/Word.InlineShapes.AddPictureBullet.md
index e858b8cf09d..f60c545dfac 100644
--- a/api/Word.InlineShapes.AddPictureBullet.md
+++ b/api/Word.InlineShapes.AddPictureBullet.md
@@ -27,12 +27,12 @@ Adds a picture bullet based on an image file to the current document. Returns an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file name of the image you want to use for the picture bullet.|
| _Range_|Optional| **Variant**|The range to which Microsoft Word adds the picture bullet. Word adds the picture bullet to each paragraph in the range. If this argument is omitted, Word adds the picture bullet to each paragraph in the current selection.|
-### Return Value
+### Return value
InlineShape
diff --git a/api/Word.InlineShapes.AddSmartArt.md b/api/Word.InlineShapes.AddSmartArt.md
index 65f9f211409..e0a3bb07544 100644
--- a/api/Word.InlineShapes.AddSmartArt.md
+++ b/api/Word.InlineShapes.AddSmartArt.md
@@ -27,12 +27,12 @@ Inserts a SmartArt graphic as an inline shape into the active document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Layout_|Required| **[SMARTARTLAYOUT]**|A [SmartArtLayout](./Office.SmartArtLayout.md)object that specifies the layout for the SmartArt graphic.|
| _Range_|Optional| **Variant**|Specifies the text to which the SmartArt graphic is bound. If [Range](Word.Range.md) is specified, the SmartArt graphic is positioned at the beginning of the first paragraph in the range. If this argument is omitted, the range is selected automatically, and the SmartArt graphic is positioned relative to the top and left edges of the page.|
-### Return Value
+### Return value
InlineShape
diff --git a/api/Word.InlineShapes.Item.md b/api/Word.InlineShapes.Item.md
index dcd7629909b..ba8a697ca7c 100644
--- a/api/Word.InlineShapes.Item.md
+++ b/api/Word.InlineShapes.Item.md
@@ -27,11 +27,11 @@ Returns an individual **InlineShape** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
InlineShape
diff --git a/api/Word.InlineShapes.New.md b/api/Word.InlineShapes.New.md
index 1ab6c00c2ca..72eb0e5b411 100644
--- a/api/Word.InlineShapes.New.md
+++ b/api/Word.InlineShapes.New.md
@@ -27,11 +27,11 @@ Inserts an empty, 1-inch-square Word picture object surrounded by a border. This
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location of the new graphic.|
-### Return Value
+### Return value
InlineShape
diff --git a/api/Word.KeyBinding.Rebind.md b/api/Word.KeyBinding.Rebind.md
index f2b1bc8cabc..cec00b0fe0c 100644
--- a/api/Word.KeyBinding.Rebind.md
+++ b/api/Word.KeyBinding.Rebind.md
@@ -27,7 +27,7 @@ Changes the command assigned to the specified key binding.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCategory_|Required| **WdKeyCategory**|The key category of the specified key binding.|
| _Command_|Required| **String**|The name of the specified command.|
diff --git a/api/Word.KeyBindings.Add.md b/api/Word.KeyBindings.Add.md
index e9fde2faaa5..b0027caef93 100644
--- a/api/Word.KeyBindings.Add.md
+++ b/api/Word.KeyBindings.Add.md
@@ -27,7 +27,7 @@ Returns a **KeyBinding** object that represents a new shortcut key for a macro,
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCategory_|Required| **WdKeyCategory**|The category of the key assignment.|
| _Command_|Required| **String**|The command that the specified key combination executes.|
@@ -35,7 +35,7 @@ Returns a **KeyBinding** object that represents a new shortcut key for a macro,
| _KeyCode2_|Optional| **Variant**|A second key you specify by using one of the **WdKey** constants.|
| _CommandParameter_|Optional| **Variant**|Additional text, if any, required for the command specified by Command. For details, see the Remarks section below.|
-### Return Value
+### Return value
KeyBinding
diff --git a/api/Word.KeyBindings.Item.md b/api/Word.KeyBindings.Item.md
index 5411a4fbbb3..ae95efc7617 100644
--- a/api/Word.KeyBindings.Item.md
+++ b/api/Word.KeyBindings.Item.md
@@ -27,11 +27,11 @@ Returns an individual **KeyBinding** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
KeyBinding
diff --git a/api/Word.KeyBindings.Key.md b/api/Word.KeyBindings.Key.md
index c8bf40f9895..b80de61a82b 100644
--- a/api/Word.KeyBindings.Key.md
+++ b/api/Word.KeyBindings.Key.md
@@ -27,12 +27,12 @@ Returns a **KeyBinding** object that represents the specified custom key combin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|A key you specify by using one of the **WdKey** constants.|
| _KeyCode2_|Optional| **Variant**|A second key you specify by using one of the **WdKey** constants.|
-### Return Value
+### Return value
KeyBinding
diff --git a/api/Word.KeysBoundTo.Item.md b/api/Word.KeysBoundTo.Item.md
index 12f9bad92de..9991e46d2ec 100644
--- a/api/Word.KeysBoundTo.Item.md
+++ b/api/Word.KeysBoundTo.Item.md
@@ -27,11 +27,11 @@ Returns an individual **KeyBinding** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
KeyBinding
diff --git a/api/Word.KeysBoundTo.Key.md b/api/Word.KeysBoundTo.Key.md
index 2f2e6fd213d..5cab3475541 100644
--- a/api/Word.KeysBoundTo.Key.md
+++ b/api/Word.KeysBoundTo.Key.md
@@ -27,12 +27,12 @@ Returns a **KeyBinding** object that represents the specified custom key combin
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _KeyCode_|Required| **Long**|A key you specify by using one of the **WdKey** constants.|
| _KeyCode2_|Optional| **Variant**|A second key you specify by using one of the **WdKey** constants.|
-### Return Value
+### Return value
KeyBinding
diff --git a/api/Word.Languages.Item.md b/api/Word.Languages.Item.md
index 166bef277ea..2a8821303fe 100644
--- a/api/Word.Languages.Item.md
+++ b/api/Word.Languages.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Language** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Language
diff --git a/api/Word.Legend.LegendEntries.md b/api/Word.Legend.LegendEntries.md
index 231d85aa8fa..4cb3e6554b8 100644
--- a/api/Word.Legend.LegendEntries.md
+++ b/api/Word.Legend.LegendEntries.md
@@ -23,7 +23,7 @@ Returns a collection of legend entries for the legend.
_expression_ A variable that represents a '[Legend](Word.Legend.md)' object.
-### Return Value
+### Return value
A **[LegendEntries](Word.LegendEntries.md)** object that represents the legend entries for the legend.
diff --git a/api/Word.LegendEntries.Item.md b/api/Word.LegendEntries.Item.md
index 35dc5192b5b..cdb24224648 100644
--- a/api/Word.LegendEntries.Item.md
+++ b/api/Word.LegendEntries.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[LegendEntry](Word.LegendEntry.md)** object that the collection contains.
diff --git a/api/Word.Lines.Item.md b/api/Word.Lines.Item.md
index 652136b9929..67b707b23c9 100644
--- a/api/Word.Lines.Item.md
+++ b/api/Word.Lines.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Line** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Line
diff --git a/api/Word.List.ApplyListTemplate.md b/api/Word.List.ApplyListTemplate.md
index 02e0b244d5f..f2b5adca83a 100644
--- a/api/Word.List.ApplyListTemplate.md
+++ b/api/Word.List.ApplyListTemplate.md
@@ -27,7 +27,7 @@ Applies a set of list-formatting characteristics to the specified **ListFormat*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListTemplate_|Required| **[ListTemplate](Word.ListTemplate.md)**|The list template to be applied.|
| _ContinuePreviousList_|Optional| **Variant**| **True** to continue the numbering from the previous list; **False** to start a new list.|
diff --git a/api/Word.List.ApplyListTemplateWithLevel.md b/api/Word.List.ApplyListTemplateWithLevel.md
index b16ae4d60ba..1458ad7e2a0 100644
--- a/api/Word.List.ApplyListTemplateWithLevel.md
+++ b/api/Word.List.ApplyListTemplateWithLevel.md
@@ -27,7 +27,7 @@ Applies a set of list-formatting characteristics, optionally for a specified lev
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListTemplate_|Required| **[ListTemplate](Word.ListTemplate.md)**|The list template to be applied.|
| _ContinuePreviousList_|Optional| **Variant**| **True** to continue the numbering from the previous list; **False** to start a new list.|
diff --git a/api/Word.List.CanContinuePreviousList.md b/api/Word.List.CanContinuePreviousList.md
index 46fe51bd0ad..70c91086884 100644
--- a/api/Word.List.CanContinuePreviousList.md
+++ b/api/Word.List.CanContinuePreviousList.md
@@ -27,7 +27,7 @@ Returns a **[WdContinue](Word.WdContinue.md)** constant (**wdContinueDisabled**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListTemplate_|Required| **[ListTemplate](Word.ListTemplate.md)**|A list template that's been applied to previous paragraphs in the document.|
diff --git a/api/Word.List.RemoveNumbers.md b/api/Word.List.RemoveNumbers.md
index 3d31ea87a00..9a8a57e0291 100644
--- a/api/Word.List.RemoveNumbers.md
+++ b/api/Word.List.RemoveNumbers.md
@@ -27,7 +27,7 @@ Removes numbers or bullets from the specified list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumberType_|Optional| **[WdNumberType](Word.WdNumberType.md)**| The type of number to be removed.|
diff --git a/api/Word.ListEntries.Add.md b/api/Word.ListEntries.Add.md
index 7aeb4eb90b1..1a580f5ec25 100644
--- a/api/Word.ListEntries.Add.md
+++ b/api/Word.ListEntries.Add.md
@@ -27,12 +27,12 @@ Returns a **ListEntry** object that represents an item added to a drop-down for
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the drop-down form field item.|
| _Index_|Optional| **Variant**|A number that represents the position of the item in the list.|
-### Return Value
+### Return value
ListEntry
diff --git a/api/Word.ListEntries.Item.md b/api/Word.ListEntries.Item.md
index f755b2680a5..444c46f3ca9 100644
--- a/api/Word.ListEntries.Item.md
+++ b/api/Word.ListEntries.Item.md
@@ -27,11 +27,11 @@ Returns an individual **ListEntry** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
ListEntry
diff --git a/api/Word.ListFormat.ApplyBulletDefault.md b/api/Word.ListFormat.ApplyBulletDefault.md
index d3eb58b0bbc..96b912c7143 100644
--- a/api/Word.ListFormat.ApplyBulletDefault.md
+++ b/api/Word.ListFormat.ApplyBulletDefault.md
@@ -27,7 +27,7 @@ Adds bullets and formatting to the paragraphs in the range for the specified **
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DefaultListBehavior_|Optional| **Variant**|Sets a value that specifies whether Microsoft Word uses new Web-oriented formatting for better list display. Can be either of the following constants: **wdWord8ListBehavior** (use formatting compatible with Microsoft Word 97) or **wdWord9ListBehavior** (use Web-oriented formatting). For compatibility reasons, the default constant is **wdWord8ListBehavior** , but in new procedures you should use **wdWord9ListBehavior** to take advantage of improved Web-oriented formatting with respect to indenting and multilevel lists.|
diff --git a/api/Word.ListFormat.ApplyListTemplate.md b/api/Word.ListFormat.ApplyListTemplate.md
index e4abe278d6a..baeb8b267fc 100644
--- a/api/Word.ListFormat.ApplyListTemplate.md
+++ b/api/Word.ListFormat.ApplyListTemplate.md
@@ -27,7 +27,7 @@ Applies a set of list-formatting characteristics to the specified **ListFormat*
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListTemplate_|Required| **[ListTemplate](Word.ListTemplate.md)**|The list template to be applied.|
| _ContinuePreviousList_|Optional| **Variant**| **True** to continue the numbering from the previous list; **False** to start a new list.|
diff --git a/api/Word.ListFormat.ApplyListTemplateWithLevel.md b/api/Word.ListFormat.ApplyListTemplateWithLevel.md
index 7153fe36fdb..6c1324e6c88 100644
--- a/api/Word.ListFormat.ApplyListTemplateWithLevel.md
+++ b/api/Word.ListFormat.ApplyListTemplateWithLevel.md
@@ -27,7 +27,7 @@ Applies a set of list-formatting characteristics, optionally for a specified lev
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListTemplate_|Required| **[ListTemplate](Word.ListTemplate.md)**|The list template to be applied.|
| _ContinuePreviousList_|Optional| **Variant**| **True** to continue the numbering from the previous list; **False** to start a new list.|
diff --git a/api/Word.ListFormat.ApplyNumberDefault.md b/api/Word.ListFormat.ApplyNumberDefault.md
index 85feb907fad..de12eea4dfe 100644
--- a/api/Word.ListFormat.ApplyNumberDefault.md
+++ b/api/Word.ListFormat.ApplyNumberDefault.md
@@ -27,7 +27,7 @@ Adds the default numbering scheme to the paragraphs in the range for the specifi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DefaultListBehavior_|Optional| **Variant**|Sets a value that specifies whether Microsoft Word uses new Web-oriented formatting for better list display. Can be either of the following constants: **wdWord8ListBehavior** (use formatting compatible with Microsoft Word 97) or **wdWord9ListBehavior** (use Web-oriented formatting). For compatibility reasons, the default constant is **wdWord8ListBehavior** , but in new procedures you should use **wdWord9ListBehavior** to take advantage of improved Web-oriented formatting with respect to indenting and multilevel lists.|
diff --git a/api/Word.ListFormat.ApplyOutlineNumberDefault.md b/api/Word.ListFormat.ApplyOutlineNumberDefault.md
index 61d7ea6c05e..6f4dceb76ec 100644
--- a/api/Word.ListFormat.ApplyOutlineNumberDefault.md
+++ b/api/Word.ListFormat.ApplyOutlineNumberDefault.md
@@ -27,7 +27,7 @@ Adds the default outline-numbering scheme to the paragraphs in the range for the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DefaultListBehavior_|Optional| **Variant**|Sets a value that specifies whether Microsoft Word uses new Web-oriented formatting for better list display. Can be either of the following constants: **wdWord8ListBehavior** (use formatting compatible with Microsoft Word 97) or **wdWord9ListBehavior** (use Web-oriented formatting). For compatibility reasons, the default constant is **wdWord8ListBehavior** , but in new procedures you should use **wdWord9ListBehavior** to take advantage of improved Web-oriented formatting with respect to indenting and multilevel lists.|
diff --git a/api/Word.ListFormat.CanContinuePreviousList.md b/api/Word.ListFormat.CanContinuePreviousList.md
index 87f48e24f25..7b8b59025c3 100644
--- a/api/Word.ListFormat.CanContinuePreviousList.md
+++ b/api/Word.ListFormat.CanContinuePreviousList.md
@@ -27,7 +27,7 @@ Returns a **WdContinue** constant (**wdContinueDisabled** , **wdResetList** , o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListTemplate_|Required| **[ListTemplate](Word.ListTemplate.md)**|A list template that's been applied to previous paragraphs in the document.|
diff --git a/api/Word.ListFormat.RemoveNumbers.md b/api/Word.ListFormat.RemoveNumbers.md
index dde880aa0ad..e747bc5656e 100644
--- a/api/Word.ListFormat.RemoveNumbers.md
+++ b/api/Word.ListFormat.RemoveNumbers.md
@@ -27,7 +27,7 @@ Removes numbers or bullets from the specified list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumberType_|Optional| **[WdNumberType](Word.WdNumberType.md)**| The type of number to be removed.|
diff --git a/api/Word.ListGalleries.Item.md b/api/Word.ListGalleries.Item.md
index afdbb67f130..03e0a5711d4 100644
--- a/api/Word.ListGalleries.Item.md
+++ b/api/Word.ListGalleries.Item.md
@@ -27,11 +27,11 @@ Returns an individual **ListGalleries** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WDLISTGALLERYTYPE**|The individual object to be returned.|
-### Return Value
+### Return value
ListGallery
diff --git a/api/Word.ListGallery.Reset.md b/api/Word.ListGallery.Reset.md
index 812f58da9ad..3f48bd93814 100644
--- a/api/Word.ListGallery.Reset.md
+++ b/api/Word.ListGallery.Reset.md
@@ -27,7 +27,7 @@ Resets the list template specified by Index for the specified list gallery to th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The template to reset.|
diff --git a/api/Word.ListLevel.ApplyPictureBullet.md b/api/Word.ListLevel.ApplyPictureBullet.md
index 3dbe464706a..ad1fb9e5d44 100644
--- a/api/Word.ListLevel.ApplyPictureBullet.md
+++ b/api/Word.ListLevel.ApplyPictureBullet.md
@@ -27,7 +27,7 @@ Formats a paragraph or range of paragraphs with a picture bullet.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name of the picture file.|
diff --git a/api/Word.ListLevels.Item.md b/api/Word.ListLevels.Item.md
index 946934c8cbc..892df02f40c 100644
--- a/api/Word.ListLevels.Item.md
+++ b/api/Word.ListLevels.Item.md
@@ -27,11 +27,11 @@ Returns an individual **ListLevel** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
ListLevel
diff --git a/api/Word.ListParagraphs.Item.md b/api/Word.ListParagraphs.Item.md
index 1874736e539..44551a701db 100644
--- a/api/Word.ListParagraphs.Item.md
+++ b/api/Word.ListParagraphs.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Paragraph** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Paragraph
diff --git a/api/Word.ListTemplate.Convert.md b/api/Word.ListTemplate.Convert.md
index f7328f6d743..59086095942 100644
--- a/api/Word.ListTemplate.Convert.md
+++ b/api/Word.ListTemplate.Convert.md
@@ -27,7 +27,7 @@ Converts a multiple-level list to a single-level list, or vice versa.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Level_|Optional| **Variant**|The level to use for formatting the new list. When converting a multiple-level list to a single-level list, this argument can be a number from 1 through 9. When converting a single-level list to a multiple-level list, 1 is the only valid value. If this argument is omitted, 1 is the default value.|
diff --git a/api/Word.ListTemplates.Add.md b/api/Word.ListTemplates.Add.md
index 2be699d281b..c4971022dbc 100644
--- a/api/Word.ListTemplates.Add.md
+++ b/api/Word.ListTemplates.Add.md
@@ -27,12 +27,12 @@ Returns a **ListTemplate** object that represents a new list template.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OutlineNumbered_|Optional| **Variant**| **True** to apply outline numbering to the new list template.|
| _Name_|Optional| **Variant**|An optional name used for linking the list template to a LISTNUM field. You can use this name to index the list template in the collection.|
-### Return Value
+### Return value
ListTemplate
diff --git a/api/Word.ListTemplates.Item.md b/api/Word.ListTemplates.Item.md
index d36925a2a2b..8b4d4faeafa 100644
--- a/api/Word.ListTemplates.Item.md
+++ b/api/Word.ListTemplates.Item.md
@@ -27,11 +27,11 @@ Returns an individual **ListTemplate** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
ListTemplate
diff --git a/api/Word.Lists.Item.md b/api/Word.Lists.Item.md
index 349d5d90dcf..14c36033cc2 100644
--- a/api/Word.Lists.Item.md
+++ b/api/Word.Lists.Item.md
@@ -27,11 +27,11 @@ Returns an individual **List** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
List
diff --git a/api/Word.MailMerge.CreateDataSource.md b/api/Word.MailMerge.CreateDataSource.md
index 7828b8022a3..8a5091f6741 100644
--- a/api/Word.MailMerge.CreateDataSource.md
+++ b/api/Word.MailMerge.CreateDataSource.md
@@ -27,7 +27,7 @@ Creates a Microsoft Word document that uses a table to store data for a mail mer
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional| **Variant**|The path and file name for the new data source.|
| _PasswordDocument_|Optional| **Variant**|The password required to open the new data source.|
diff --git a/api/Word.MailMerge.CreateHeaderSource.md b/api/Word.MailMerge.CreateHeaderSource.md
index 842b109e12c..0128281cc9f 100644
--- a/api/Word.MailMerge.CreateHeaderSource.md
+++ b/api/Word.MailMerge.CreateHeaderSource.md
@@ -27,7 +27,7 @@ Creates a Microsoft Word document that stores a header record that is used inste
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The path and file name for the new header source.|
| _PasswordDocument_|Optional| **Variant**|The password required to open the new header source.|
diff --git a/api/Word.MailMerge.Execute.md b/api/Word.MailMerge.Execute.md
index 97eba666828..516e64e0063 100644
--- a/api/Word.MailMerge.Execute.md
+++ b/api/Word.MailMerge.Execute.md
@@ -27,7 +27,7 @@ Performs the specified mail merge operation.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Pause_|Optional| **Variant**| **True** for Microsoft Word pause and display a troubleshooting dialog box if a mail merge error is found. **False** to report errors in a new document.|
diff --git a/api/Word.MailMerge.OpenDataSource.md b/api/Word.MailMerge.OpenDataSource.md
index f65070224be..bb206d4fbf2 100644
--- a/api/Word.MailMerge.OpenDataSource.md
+++ b/api/Word.MailMerge.OpenDataSource.md
@@ -27,7 +27,7 @@ Attaches a data source to the specified document, which becomes a main document
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The data source file name. You can specify a Microsoft Query (.qry) file instead of specifying a data source, a connection string, and a query string.|
| _Format_|Optional| **Variant**|The file converter used to open the document. Can be one of the **WdOpenFormat** constants. To specify an external file format, use the **OpenFormat** property with the **FileConverter** object to determine the value to use with this argument.|
diff --git a/api/Word.MailMerge.OpenHeaderSource.md b/api/Word.MailMerge.OpenHeaderSource.md
index 3fb7a4b2364..c42c919a24b 100644
--- a/api/Word.MailMerge.OpenHeaderSource.md
+++ b/api/Word.MailMerge.OpenHeaderSource.md
@@ -27,7 +27,7 @@ Attaches a mail merge header source to the specified document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The file name of the header source.|
| _Format_|Optional| **Variant**|The file converter used to open the document. Can be one of the **WdOpenFormat** constants. To specify an external file format, use the **OpenFormat** property with a **FileConverter** object to determine the value to use with this argument.|
diff --git a/api/Word.MailMerge.ShowWizard.md b/api/Word.MailMerge.ShowWizard.md
index 415c086578e..2320fe32ae0 100644
--- a/api/Word.MailMerge.ShowWizard.md
+++ b/api/Word.MailMerge.ShowWizard.md
@@ -27,7 +27,7 @@ Displays the Mail Merge Wizard in a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _InitialState_|Required| **Variant**|The number of the Mail Merge Wizard step to display.|
| _ShowDocumentStep_|Optional| **Variant**| **True** keeps the "Select document type" step in the sequence of mail merge steps. **False** removes step one.|
diff --git a/api/Word.MailMergeDataFields.Item.md b/api/Word.MailMergeDataFields.Item.md
index a72f3cd9647..2041738169b 100644
--- a/api/Word.MailMergeDataFields.Item.md
+++ b/api/Word.MailMergeDataFields.Item.md
@@ -27,11 +27,11 @@ Returns an individual **MailMergeDataField** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
MailMergeDataField
diff --git a/api/Word.MailMergeDataSource.FindRecord.md b/api/Word.MailMergeDataSource.FindRecord.md
index 7d798a210f1..cc61a39f8e3 100644
--- a/api/Word.MailMergeDataSource.FindRecord.md
+++ b/api/Word.MailMergeDataSource.FindRecord.md
@@ -27,12 +27,12 @@ Searches the contents of the specified mail merge data source for text in a part
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FindText_|Required| **String**|The text to be looked for.|
| _Field_|Required| **Variant**|The name of the field to be searched.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.MailMergeDataSource.SetAllErrorFlags.md b/api/Word.MailMergeDataSource.SetAllErrorFlags.md
index 070a28b6036..ac43344d1b3 100644
--- a/api/Word.MailMergeDataSource.SetAllErrorFlags.md
+++ b/api/Word.MailMergeDataSource.SetAllErrorFlags.md
@@ -27,7 +27,7 @@ Marks all records in a mail merge data source as containing invalid data in an a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Invalid_|Required| **Boolean**| **True** marks all records in the data source of a mail merge as invalid.|
| _InvalidComment_|Required| **String**|Text describing the invalid setting.|
diff --git a/api/Word.MailMergeDataSource.SetAllIncludedFlags.md b/api/Word.MailMergeDataSource.SetAllIncludedFlags.md
index 87c86498a02..9542d304369 100644
--- a/api/Word.MailMergeDataSource.SetAllIncludedFlags.md
+++ b/api/Word.MailMergeDataSource.SetAllIncludedFlags.md
@@ -27,7 +27,7 @@ Includes or excludes flagged records in a data source from a mail merge.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Included_|Required| **Boolean**| **True** to include all data source records in a mail merge. **False** to exclude all data source records from a mail merge.|
diff --git a/api/Word.MailMergeFieldNames.Item.md b/api/Word.MailMergeFieldNames.Item.md
index ca0c8da644e..744b11f497a 100644
--- a/api/Word.MailMergeFieldNames.Item.md
+++ b/api/Word.MailMergeFieldNames.Item.md
@@ -27,11 +27,11 @@ Returns an individual **MailMergeFieldNames** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned.|
-### Return Value
+### Return value
MailMergeFieldName
diff --git a/api/Word.MailMergeFields.Add.md b/api/Word.MailMergeFields.Add.md
index 120260bd83e..1d5d4c7a980 100644
--- a/api/Word.MailMergeFields.Add.md
+++ b/api/Word.MailMergeFields.Add.md
@@ -27,12 +27,12 @@ Returns a **MailMergeField** object that represents a mail merge field added to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range where you want the field to appear. This field replaces the range, if the range isn't collapsed.|
| _Name_|Required| **String**|The name of the field.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.AddAsk.md b/api/Word.MailMergeFields.AddAsk.md
index 4adde6c528f..50875aa0692 100644
--- a/api/Word.MailMergeFields.AddAsk.md
+++ b/api/Word.MailMergeFields.AddAsk.md
@@ -27,7 +27,7 @@ Adds an ASK field to a mail merge main document. Returns a **MailMergeField** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location for the ASK field.|
| _Name_|Required| **String**|The bookmark name that the response or default text is assigned to. Use a REF field with the bookmark name to display the result in a document.|
@@ -35,7 +35,7 @@ Adds an ASK field to a mail merge main document. Returns a **MailMergeField** o
| _DefaultAskText_|Optional| **Variant**|The default response, which appears in the text box when the dialog box is displayed. Corresponds to the \d switch for an ASK field.|
| _AskOnce_|Optional| **Variant**| **True** to display the dialog box only once instead of each time a new record is merged. Corresponds to the \o switch for an ASK field.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.AddFillIn.md b/api/Word.MailMergeFields.AddFillIn.md
index c0e488d951e..ae397af8c5a 100644
--- a/api/Word.MailMergeFields.AddFillIn.md
+++ b/api/Word.MailMergeFields.AddFillIn.md
@@ -27,14 +27,14 @@ Adds a FILLIN field to a mail merge main document. Returns a **MailMergeField**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location for the FILLIN field.|
| _Prompt_|Optional| **Variant**|The text that's displayed in the dialog box.|
| _DefaultFillinText_|Optional| **Variant**|The default response, which appears in the text box when the dialog box is displayed. Corresponds to the \d switch for an FILLIN field.|
| _AskOnce_|Optional| **Variant**| **True** to display the prompt only once instead of each time a new record is merged. Corresponds to the \o switch for a FILLIN field. The default value is **False** .|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.AddIf.md b/api/Word.MailMergeFields.AddIf.md
index 7a004439fd0..ca7a3d0fa87 100644
--- a/api/Word.MailMergeFields.AddIf.md
+++ b/api/Word.MailMergeFields.AddIf.md
@@ -27,7 +27,7 @@ Adds an IF field to a mail merge main document. Returns a **MailMergeField** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location for the IF field.|
| _MergeField_|Required| **String**|The merge field name.|
@@ -38,7 +38,7 @@ Adds an IF field to a mail merge main document. Returns a **MailMergeField** ob
| _FalseAutoText_|Optional| **Variant**|The AutoText entry that's inserted if the comparison is false. If this argument is specified, FalseText is ignored.|
| _FalseText_|Optional| **Variant**|The text that's inserted if the comparison is false.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.AddMergeRec.md b/api/Word.MailMergeFields.AddMergeRec.md
index 4d8a22fec22..9ab90da4d60 100644
--- a/api/Word.MailMergeFields.AddMergeRec.md
+++ b/api/Word.MailMergeFields.AddMergeRec.md
@@ -27,11 +27,11 @@ Adds a MERGEREC field to a mail merge main document. Returns a **MailMergeField
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location for the MERGEREC field.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.AddMergeSeq.md b/api/Word.MailMergeFields.AddMergeSeq.md
index e30bc29fbe3..6cb57ffc617 100644
--- a/api/Word.MailMergeFields.AddMergeSeq.md
+++ b/api/Word.MailMergeFields.AddMergeSeq.md
@@ -27,11 +27,11 @@ Adds a MERGESEQ field to a mail merge main document. Returns a **MailMergeField
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location for the MERGESEQ field.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.AddNext.md b/api/Word.MailMergeFields.AddNext.md
index 19df89e4bfe..bd91404ef28 100644
--- a/api/Word.MailMergeFields.AddNext.md
+++ b/api/Word.MailMergeFields.AddNext.md
@@ -27,11 +27,11 @@ Adds a NEXT field to a mail merge main document. Returns a **MailMergeField** o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location for the NEXT field.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.AddNextIf.md b/api/Word.MailMergeFields.AddNextIf.md
index 7b8c99da191..e100149e351 100644
--- a/api/Word.MailMergeFields.AddNextIf.md
+++ b/api/Word.MailMergeFields.AddNextIf.md
@@ -27,14 +27,14 @@ Adds a NEXTIF field to a mail merge main document. Returns a **MailMergeField**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location for the NEXTIF field.|
| _MergeField_|Required| **String**|The merge field name.|
| _Comparison_|Required| **WdMailMergeComparison**|The operator used in the comparison.|
| _CompareTo_|Required| **String**|The text to compare with the contents of MergeField.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.AddSet.md b/api/Word.MailMergeFields.AddSet.md
index 472edd3835f..62fa1357043 100644
--- a/api/Word.MailMergeFields.AddSet.md
+++ b/api/Word.MailMergeFields.AddSet.md
@@ -27,14 +27,14 @@ Adds a SET field to a mail merge main document. Returns a **MailMergeField** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location for the SET field.|
| _Name_|Required| **String**|The bookmark name that ValueText is assigned to.|
| _ValueText_|Optional| **Variant**|The text associated with the bookmark specified by the Name argument.|
| _ValueAutoText_|Optional| **Variant**|The AutoText entry that includes text associated with the bookmark specified by the Name argument. If this argument is specified, ValueText is ignored.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.AddSkipIf.md b/api/Word.MailMergeFields.AddSkipIf.md
index a76456d8661..08210031b50 100644
--- a/api/Word.MailMergeFields.AddSkipIf.md
+++ b/api/Word.MailMergeFields.AddSkipIf.md
@@ -27,14 +27,14 @@ Adds a SKIPIF field to a mail merge main document. Returns a **MailMergeField**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location for the SKIPIF field.|
| _MergeField_|Required| **String**|The merge field name.|
| _Comparison_|Required| **WdMailMergeComparison**|The operator used in the comparison.|
| _CompareTo_|Optional| **Variant**|The text to compare with the contents of MergeField.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailMergeFields.Item.md b/api/Word.MailMergeFields.Item.md
index 72bcb059e87..63e5df8d523 100644
--- a/api/Word.MailMergeFields.Item.md
+++ b/api/Word.MailMergeFields.Item.md
@@ -27,11 +27,11 @@ Returns an individual **MailMergeField** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
MailMergeField
diff --git a/api/Word.MailingLabel.CreateNewDocument.md b/api/Word.MailingLabel.CreateNewDocument.md
index 2a10893ceb5..1c73808927d 100644
--- a/api/Word.MailingLabel.CreateNewDocument.md
+++ b/api/Word.MailingLabel.CreateNewDocument.md
@@ -27,7 +27,7 @@ Creates a new label document using either the default label options or ones that
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional| **Variant**|The mailing label name.|
| _Address_|Optional| **Variant**|The text for the mailing label.|
@@ -37,7 +37,7 @@ Creates a new label document using either the default label options or ones that
| _PrintEPostageLabel_|Optional| **Variant**| **True** to print postage using an Internet e-postage vendor.|
| _Vertical_|Optional| **Variant**| **True** formats text vertically on the label. Used for Asian-language mailing labels.|
-### Return Value
+### Return value
Document
diff --git a/api/Word.MailingLabel.CreateNewDocumentByID.md b/api/Word.MailingLabel.CreateNewDocumentByID.md
index d0657a85cec..b36617b205b 100644
--- a/api/Word.MailingLabel.CreateNewDocumentByID.md
+++ b/api/Word.MailingLabel.CreateNewDocumentByID.md
@@ -27,7 +27,7 @@ Creates a new label document using either the default label options or ones that
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LabelID_|Optional| **Variant**|The mailing label identification.|
| _Address_|Optional| **Variant**|The text for the mailing label.|
@@ -37,7 +37,7 @@ Creates a new label document using either the default label options or ones that
| _PrintEPostageLabel_|Optional| **Variant**| **True** to print postage using an Internet e-postage vendor.|
| _Vertical_|Optional| **Variant**| **True** formats text vertically on the label. Used for Asian-language mailing labels.|
-### Return Value
+### Return value
Document
diff --git a/api/Word.MailingLabel.PrintOut.md b/api/Word.MailingLabel.PrintOut.md
index 024a3f39522..f03a4c71cc2 100644
--- a/api/Word.MailingLabel.PrintOut.md
+++ b/api/Word.MailingLabel.PrintOut.md
@@ -27,7 +27,7 @@ Prints a label or a page of labels with the same address.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional| **Variant**|The mailing label name.|
| _Address_|Optional| **Variant**|The text for the label address.|
diff --git a/api/Word.MailingLabel.PrintOutByID.md b/api/Word.MailingLabel.PrintOutByID.md
index 3d13ce01a19..1d0642026f8 100644
--- a/api/Word.MailingLabel.PrintOutByID.md
+++ b/api/Word.MailingLabel.PrintOutByID.md
@@ -27,7 +27,7 @@ Prints a label or a page of labels with the same address.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LabelID_|Optional| **Variant**|The mailing label identification.|
| _Address_|Optional| **Variant**|The text for the label address.|
diff --git a/api/Word.MappedDataFields.Item.md b/api/Word.MappedDataFields.Item.md
index 6a7778652fe..438a138d467 100644
--- a/api/Word.MappedDataFields.Item.md
+++ b/api/Word.MappedDataFields.Item.md
@@ -27,11 +27,11 @@ Returns an individual **MappedDataField** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WdMappedDataFields**|The specified mapped data field.|
-### Return Value
+### Return value
MappedDataField
diff --git a/api/Word.OLEFormat.ActivateAs.md b/api/Word.OLEFormat.ActivateAs.md
index 5673704f6e3..370b0b1b7f7 100644
--- a/api/Word.OLEFormat.ActivateAs.md
+++ b/api/Word.OLEFormat.ActivateAs.md
@@ -27,7 +27,7 @@ Sets the Windows registry value that determines the default application used to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassType_|Required| **String**|The name of the application in which an OLE object is opened. To see a list of object types that the OLE object can be activated as, click the object and then open the **Convert** dialog box. You can find the ClassType string by inserting an object as an inline shape and then viewing the field codes. The class type of the object follows either the word "EMBED" or the word "LINK."|
diff --git a/api/Word.OLEFormat.ConvertTo.md b/api/Word.OLEFormat.ConvertTo.md
index fdecdb011ac..d5880250f83 100644
--- a/api/Word.OLEFormat.ConvertTo.md
+++ b/api/Word.OLEFormat.ConvertTo.md
@@ -27,7 +27,7 @@ Converts the specified OLE object from one class to another, making it possible
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassType_|Optional| **Variant**|The name of the application used to activate the OLE object. You can see a list of the available applications in the **Object type** box on the **Create New** tab in the **Object** dialog box. You can find the ClassType string by inserting an object as an inline shape and then viewing the field codes. The class type of the object follows either the word "EMBED" or the word "LINK."|
| _DisplayAsIcon_|Optional| **Variant**| **True** to display the OLE object as an icon. The default value is **False** .|
diff --git a/api/Word.OLEFormat.DoVerb.md b/api/Word.OLEFormat.DoVerb.md
index 4363f4aa023..5f7aa3c100d 100644
--- a/api/Word.OLEFormat.DoVerb.md
+++ b/api/Word.OLEFormat.DoVerb.md
@@ -27,7 +27,7 @@ Requests that an OLE object perform one of its available verbs ? the actions an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _VerbIndex_|Optional| **Variant**|The verb that the OLE object should perform. If this argument is omitted, the default verb is sent. If the OLE object does not support the requested verb, an error will occur. Can be any **WdOLEVerb** constant.|
diff --git a/api/Word.OMath.BuildUp.md b/api/Word.OMath.BuildUp.md
index 3f1eb8d4071..21df94fbd29 100644
--- a/api/Word.OMath.BuildUp.md
+++ b/api/Word.OMath.BuildUp.md
@@ -23,7 +23,7 @@ Converts an equation to professional format.
_expression_ An expression that returns an [OMath](./Word.OMath.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.OMath.Linearize.md b/api/Word.OMath.Linearize.md
index f27184ad58a..0d531282585 100644
--- a/api/Word.OMath.Linearize.md
+++ b/api/Word.OMath.Linearize.md
@@ -23,7 +23,7 @@ Converts an equation to linear format.
_expression_ An expression that returns an [OMath](./Word.OMath.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.OMathArgs.Add.md b/api/Word.OMathArgs.Add.md
index 70301efb0fa..7064586acb0 100644
--- a/api/Word.OMathArgs.Add.md
+++ b/api/Word.OMathArgs.Add.md
@@ -27,11 +27,11 @@ Inserts an argument into an equation with variable number of arguments (**OMathD
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeforeArg_|Optional| **Variant**|An existing argument before which to add the new argument.|
-### Return Value
+### Return value
OMath
diff --git a/api/Word.OMathArgs.Item.md b/api/Word.OMathArgs.Item.md
index dc99a9d0c2f..c7bbd04096f 100644
--- a/api/Word.OMathArgs.Item.md
+++ b/api/Word.OMathArgs.Item.md
@@ -24,11 +24,11 @@ Returns an **OMath** object that represents the specified item in the collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Specifies the ordinal position of the object within the collection.|
-### Return Value
+### Return value
OMath
diff --git a/api/Word.OMathAutoCorrectEntries.Add.md b/api/Word.OMathAutoCorrectEntries.Add.md
index 7b89bed156f..5e1984e2f1a 100644
--- a/api/Word.OMathAutoCorrectEntries.Add.md
+++ b/api/Word.OMathAutoCorrectEntries.Add.md
@@ -27,12 +27,12 @@ Creates an equation auto correct entry and returns an **[OMathAutoCorrectEntry]
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the autocorrect entry. Corresponds to the **[Name](Word.OMathAutoCorrectEntry.Name.md)** property of the **OMathAutoCorrectEntry** object.|
| _Value_|Required| **String**|The value of the autocorrect entry. Corresponds to the **[Value](Word.OMathAutoCorrectEntry.Value.md)** property of the **OMathAutoCorrectEntry** object.|
-### Return Value
+### Return value
OMathAutoCorrectEntry
diff --git a/api/Word.OMathAutoCorrectEntries.Item.md b/api/Word.OMathAutoCorrectEntries.Item.md
index 85c6525dcce..3ffacb9ff1a 100644
--- a/api/Word.OMathAutoCorrectEntries.Item.md
+++ b/api/Word.OMathAutoCorrectEntries.Item.md
@@ -27,11 +27,11 @@ Returns an **OMathAutoCorrectEntry** object that represents the specified item
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies a **String** or **Integer** that represents the name or ordinal position of the object in the collection.|
-### Return Value
+### Return value
OMathAutoCorrectEntry
diff --git a/api/Word.OMathBreaks.Add.md b/api/Word.OMathBreaks.Add.md
index b5a457a74e0..3c0ced91735 100644
--- a/api/Word.OMathBreaks.Add.md
+++ b/api/Word.OMathBreaks.Add.md
@@ -27,11 +27,11 @@ Inserts a break into an equation and returns an **OMathBreak** object that repr
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The position at which to insert the break in the equation.|
-### Return Value
+### Return value
OMathBreak
diff --git a/api/Word.OMathBreaks.Item.md b/api/Word.OMathBreaks.Item.md
index 0268269f0b4..42239bdd09e 100644
--- a/api/Word.OMathBreaks.Item.md
+++ b/api/Word.OMathBreaks.Item.md
@@ -27,11 +27,11 @@ Returns an **OMathBreak** object that represents the specified item in the coll
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Specifies the ordinal position of the object within the collection.|
-### Return Value
+### Return value
OMathBreak
diff --git a/api/Word.OMathFunction.Remove.md b/api/Word.OMathFunction.Remove.md
index 16627a35084..658b65c856d 100644
--- a/api/Word.OMathFunction.Remove.md
+++ b/api/Word.OMathFunction.Remove.md
@@ -23,7 +23,7 @@ Removes a function from the collection of functions contained within an equation
_expression_ An expression that returns a [OMathFunction](./Word.OMathFunction.md) object.
-### Return Value
+### Return value
OMathFunction
diff --git a/api/Word.OMathFunctions.Add.md b/api/Word.OMathFunctions.Add.md
index 50f2d0ee51a..8596d6c4f71 100644
--- a/api/Word.OMathFunctions.Add.md
+++ b/api/Word.OMathFunctions.Add.md
@@ -27,14 +27,14 @@ Inserts a new structure, such as a fraction, into an equation at the specified p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**| The place at which to insrt an equation.|
| _Type_|Required| **WdOMathFunctionType**|The type of equation to insert.|
| _NumArgs_|Optional| **Variant**| The number of arguments in the equation.|
| _NumCols_|Optional| **Variant**|The number of columns in the equation.|
-### Return Value
+### Return value
OMathFunction
diff --git a/api/Word.OMathFunctions.Item.md b/api/Word.OMathFunctions.Item.md
index 97f6211cf29..35637d2a066 100644
--- a/api/Word.OMathFunctions.Item.md
+++ b/api/Word.OMathFunctions.Item.md
@@ -27,11 +27,11 @@ Returns an **OMathFunction** object that represents the specified item in the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Specifies the ordinal position of the object within the collection.|
-### Return Value
+### Return value
OMathFunction
diff --git a/api/Word.OMathLimLow.ToLimUpp.md b/api/Word.OMathLimLow.ToLimUpp.md
index 3c2e8f3657e..d96073aeecf 100644
--- a/api/Word.OMathLimLow.ToLimUpp.md
+++ b/api/Word.OMathLimLow.ToLimUpp.md
@@ -23,7 +23,7 @@ Converts an equation from the lower limit to the upper limit. .
_expression_ An expression that returns a [OMathLimLow](./Word.OMathLimLow.md) object.
-### Return Value
+### Return value
OMathFunction
diff --git a/api/Word.OMathLimUpp.ToLimLow.md b/api/Word.OMathLimUpp.ToLimLow.md
index 8f267b4ab08..496c5091ae2 100644
--- a/api/Word.OMathLimUpp.ToLimLow.md
+++ b/api/Word.OMathLimUpp.ToLimLow.md
@@ -23,7 +23,7 @@ Converts an equation from the upper limit to the lower limit.
_expression_ An expression that returns a [OMathLimUpp](./Word.OMathLimUpp.md) object.
-### Return Value
+### Return value
OMathFunction
diff --git a/api/Word.OMathMat.Cell.md b/api/Word.OMathMat.Cell.md
index b26d2a28f29..6c83d5075a5 100644
--- a/api/Word.OMathMat.Cell.md
+++ b/api/Word.OMathMat.Cell.md
@@ -27,7 +27,7 @@ Returns an **[OMath](Word.OMath.md)** object that represents a cell in a matrix
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Required| **Long**|The matrix row in which the cell is located.|
| _Col_|Required| **Long**|The matrix column in which the cell is located.|
diff --git a/api/Word.OMathMatCols.Add.md b/api/Word.OMathMatCols.Add.md
index 971d409b9b1..b79e92e0eb6 100644
--- a/api/Word.OMathMatCols.Add.md
+++ b/api/Word.OMathMatCols.Add.md
@@ -27,11 +27,11 @@ Creates an equation column and adds it to a matrix and returns an **OMathMatCol
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeforeCol_|Optional| **Variant**|An existing column in the matrix before which to place the new column.|
-### Return Value
+### Return value
OMathMatCol
diff --git a/api/Word.OMathMatCols.Item.md b/api/Word.OMathMatCols.Item.md
index e01a5219338..99e02d1317d 100644
--- a/api/Word.OMathMatCols.Item.md
+++ b/api/Word.OMathMatCols.Item.md
@@ -27,11 +27,11 @@ Returns an **OMathMatCol** object that represents the specified item in the col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Specifies the ordinal position of the object within the collection.|
-### Return Value
+### Return value
OMathMatCol
diff --git a/api/Word.OMathMatRows.Add.md b/api/Word.OMathMatRows.Add.md
index 292c8500ee0..ced50cfd188 100644
--- a/api/Word.OMathMatRows.Add.md
+++ b/api/Word.OMathMatRows.Add.md
@@ -27,11 +27,11 @@ Creates an equation row and adds it to a matrix and returns an **OMathMatRow**
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeforeRow_|Optional| **Variant**|An existing row in the matrix before which to place the new row.|
-### Return Value
+### Return value
OMathMatRow
diff --git a/api/Word.OMathMatRows.Item.md b/api/Word.OMathMatRows.Item.md
index 37a639f2cdc..7084571b56c 100644
--- a/api/Word.OMathMatRows.Item.md
+++ b/api/Word.OMathMatRows.Item.md
@@ -27,11 +27,11 @@ Returns an **OMathMatRow** object that represents the specified item in the col
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Specifies the ordinal position of the object within the collection.|
-### Return Value
+### Return value
OMathMatRow
diff --git a/api/Word.OMathRecognizedFunctions.Add.md b/api/Word.OMathRecognizedFunctions.Add.md
index 582c98b071b..76255ad9014 100644
--- a/api/Word.OMathRecognizedFunctions.Add.md
+++ b/api/Word.OMathRecognizedFunctions.Add.md
@@ -27,11 +27,11 @@ Creates a new recognized function and returns an **OMathRecognizedFunction** ob
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the recognized function.|
-### Return Value
+### Return value
OMathRecognizedFunction
diff --git a/api/Word.OMathRecognizedFunctions.Item.md b/api/Word.OMathRecognizedFunctions.Item.md
index a2743baf21b..8c5c499c319 100644
--- a/api/Word.OMathRecognizedFunctions.Item.md
+++ b/api/Word.OMathRecognizedFunctions.Item.md
@@ -27,11 +27,11 @@ Returns an **OMathRecognizedFunction** object that represents the specified ite
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies a **String** or **Integer** that represents the name or ordinal position of the object in the collection.|
-### Return Value
+### Return value
OMathRecognizedFunction
diff --git a/api/Word.OMathScrPre.ToScrSubSup.md b/api/Word.OMathScrPre.ToScrSubSup.md
index b509e3c979b..d25d6945fdd 100644
--- a/api/Word.OMathScrPre.ToScrSubSup.md
+++ b/api/Word.OMathScrPre.ToScrSubSup.md
@@ -23,7 +23,7 @@ Converts an equation with a superscript or subscript to the left of the base of
_expression_ An expression that returns a [OMathScrPre](./Word.OMathScrPre.md) object.
-### Return Value
+### Return value
OMathFunction
diff --git a/api/Word.OMathScrSubSup.RemoveSub.md b/api/Word.OMathScrSubSup.RemoveSub.md
index 0a091384883..69e7fbf0b38 100644
--- a/api/Word.OMathScrSubSup.RemoveSub.md
+++ b/api/Word.OMathScrSubSup.RemoveSub.md
@@ -23,7 +23,7 @@ Removes the subscript for an equation and returns an **OMathFunction** object t
_expression_ An expression that returns a [OMathScrSubSup](./Word.OMathScrSubSup.md) object.
-### Return Value
+### Return value
OMathFunction
diff --git a/api/Word.OMathScrSubSup.RemoveSup.md b/api/Word.OMathScrSubSup.RemoveSup.md
index 39ca0ff6042..fe6dc1f7582 100644
--- a/api/Word.OMathScrSubSup.RemoveSup.md
+++ b/api/Word.OMathScrSubSup.RemoveSup.md
@@ -23,7 +23,7 @@ Removes the superscript for an equation and returns an **OMathFunction** object
_expression_ An expression that returns a [OMathScrSubSup](./Word.OMathScrSubSup.md) object.
-### Return Value
+### Return value
OMathFunction
diff --git a/api/Word.OMathScrSubSup.ToScrPre.md b/api/Word.OMathScrSubSup.ToScrPre.md
index 82d0f053d87..5a39a57a2de 100644
--- a/api/Word.OMathScrSubSup.ToScrPre.md
+++ b/api/Word.OMathScrSubSup.ToScrPre.md
@@ -23,7 +23,7 @@ Converts an equation with a base superscript or subscript to an equation with a
_expression_ An expression that returns a [OMathScrSubSup](./Word.OMathScrSubSup.md) object.
-### Return Value
+### Return value
OMathFunction
diff --git a/api/Word.OMaths.Add.md b/api/Word.OMaths.Add.md
index 9154281fa25..d9a1144588e 100644
--- a/api/Word.OMaths.Add.md
+++ b/api/Word.OMaths.Add.md
@@ -27,11 +27,11 @@ Creates an equation, from the text equation contained within the specified range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|Specifies a range that contains a text equation.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.OMaths.BuildUp.md b/api/Word.OMaths.BuildUp.md
index 399e6480222..3abfed82768 100644
--- a/api/Word.OMaths.BuildUp.md
+++ b/api/Word.OMaths.BuildUp.md
@@ -23,7 +23,7 @@ Converts all equations in the collection to professional format.
_expression_ An expression that returns an [OMaths](./Word.OMaths.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.OMaths.Item.md b/api/Word.OMaths.Item.md
index e98691ea696..9fac742f857 100644
--- a/api/Word.OMaths.Item.md
+++ b/api/Word.OMaths.Item.md
@@ -27,11 +27,11 @@ Returns an **OMath** object that represents the specified item in the collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Specifies the ordinal position of the object within the collection.|
-### Return Value
+### Return value
OMath
diff --git a/api/Word.OMaths.Linearize.md b/api/Word.OMaths.Linearize.md
index 5aa7301db0c..a955ef06e0a 100644
--- a/api/Word.OMaths.Linearize.md
+++ b/api/Word.OMaths.Linearize.md
@@ -23,7 +23,7 @@ Converts all equations in the collection to linear format. .
_expression_ An expression that returns an [OMaths](./Word.OMaths.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Options.DefaultFilePath.md b/api/Word.Options.DefaultFilePath.md
index 6e89523cd1c..fa436326f05 100644
--- a/api/Word.Options.DefaultFilePath.md
+++ b/api/Word.Options.DefaultFilePath.md
@@ -27,7 +27,7 @@ Returns or sets default folders for items such as documents, templates, and grap
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **WdDefaultFilePath**|The default folder to set.|
diff --git a/api/Word.OtherCorrectionsExceptions.Add.md b/api/Word.OtherCorrectionsExceptions.Add.md
index 9c9f7f622f5..16bda4b4da6 100644
--- a/api/Word.OtherCorrectionsExceptions.Add.md
+++ b/api/Word.OtherCorrectionsExceptions.Add.md
@@ -27,11 +27,11 @@ Returns an **OtherCorrectionsException** object that represents a new exception
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The word that you want Word to overlook.|
-### Return Value
+### Return value
OtherCorrectionsException
diff --git a/api/Word.OtherCorrectionsExceptions.Item.md b/api/Word.OtherCorrectionsExceptions.Item.md
index d1317a0dd19..312a3f72816 100644
--- a/api/Word.OtherCorrectionsExceptions.Item.md
+++ b/api/Word.OtherCorrectionsExceptions.Item.md
@@ -27,11 +27,11 @@ Returns an individual **OtherCorrectionsException** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
OtherCorrectionsException
diff --git a/api/Word.PageNumbers.Add.md b/api/Word.PageNumbers.Add.md
index 64e404972cc..3b5aa4a0d21 100644
--- a/api/Word.PageNumbers.Add.md
+++ b/api/Word.PageNumbers.Add.md
@@ -27,7 +27,7 @@ Returns a **PageNumber** object that represents page numbers added to a header
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PageNumberAlignment_|Optional| **Variant**|Can be any **WdPageNumberAlignment** constant.|
| _FirstPage_|Optional| **Variant**| **False** to make the first-page header and the first-page footer different from the headers and footers on all subsequent pages in the document. If FirstPage is set to **False** , a page number isn't added to the first page. If this argument is omitted, the setting is controlled by the **DifferentFirstPageHeaderFooter** property.|
diff --git a/api/Word.PageNumbers.Item.md b/api/Word.PageNumbers.Item.md
index 3b7e03747ae..12cd4143fe6 100644
--- a/api/Word.PageNumbers.Item.md
+++ b/api/Word.PageNumbers.Item.md
@@ -27,11 +27,11 @@ Returns an individual **PageNumber** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
PageNumber
diff --git a/api/Word.Pages.Item.md b/api/Word.Pages.Item.md
index e1c5ac9d4fe..6dba9e4ccb8 100644
--- a/api/Word.Pages.Item.md
+++ b/api/Word.Pages.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Page** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Page
diff --git a/api/Word.Pane.AutoScroll.md b/api/Word.Pane.AutoScroll.md
index 2fb615f7f59..0b414bd06b8 100644
--- a/api/Word.Pane.AutoScroll.md
+++ b/api/Word.Pane.AutoScroll.md
@@ -27,7 +27,7 @@ Scrolls automatically through the specified pane.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Velocity_|Required| **Long**|The speed for scrolling. Can be a number from ? 100 through 100. Use ? 100 for full-speed backward scrolling, and use 100 for full-speed forward scrolling.|
diff --git a/api/Word.Pane.LargeScroll.md b/api/Word.Pane.LargeScroll.md
index 532ade62646..c19463f966c 100644
--- a/api/Word.Pane.LargeScroll.md
+++ b/api/Word.Pane.LargeScroll.md
@@ -27,7 +27,7 @@ Scrolls a window or pane by the specified number of screens.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of screens to scroll the window down.|
| _Up_|Optional| **Variant**|The number of screens to scroll the window up.|
diff --git a/api/Word.Pane.PageScroll.md b/api/Word.Pane.PageScroll.md
index 5668b05062d..f7be837181f 100644
--- a/api/Word.Pane.PageScroll.md
+++ b/api/Word.Pane.PageScroll.md
@@ -27,7 +27,7 @@ Scrolls through the specified window page by page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of pages to be scrolled down. If this argument is omitted, this value is assumed to be 1.|
| _Up_|Optional| **Variant**|The number of pages to be scrolled up.|
diff --git a/api/Word.Pane.SmallScroll.md b/api/Word.Pane.SmallScroll.md
index 37cad73d0dd..ee31c1d8c5e 100644
--- a/api/Word.Pane.SmallScroll.md
+++ b/api/Word.Pane.SmallScroll.md
@@ -27,7 +27,7 @@ Scrolls a window by the specified number of lines.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of lines to scroll the window down. A "line" corresponds to the distance scrolled by clicking the down scroll arrow on the vertical scroll bar once.|
| _Up_|Optional| **Variant**|The number of lines to scroll the window up. A "line" corresponds to the distance scrolled by clicking the up scroll arrow on the vertical scroll bar once.|
diff --git a/api/Word.Panes.Add.md b/api/Word.Panes.Add.md
index 807648def9c..85812df7006 100644
--- a/api/Word.Panes.Add.md
+++ b/api/Word.Panes.Add.md
@@ -27,11 +27,11 @@ Returns a **Pane** object that represents a new pane to a window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SplitVertical_|Optional| **Variant**|A number that represents the percentage of the window, from top to bottom, you want to appear above the split.|
-### Return Value
+### Return value
Pane
diff --git a/api/Word.Panes.Item.md b/api/Word.Panes.Item.md
index 64b2954822b..d808e4bd05e 100644
--- a/api/Word.Panes.Item.md
+++ b/api/Word.Panes.Item.md
@@ -27,11 +27,11 @@ Returns the specified pane as a **Pane** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Pane
diff --git a/api/Word.Paragraph.IndentCharWidth.md b/api/Word.Paragraph.IndentCharWidth.md
index a624d1926a6..ad54d562876 100644
--- a/api/Word.Paragraph.IndentCharWidth.md
+++ b/api/Word.Paragraph.IndentCharWidth.md
@@ -27,7 +27,7 @@ Indents a paragraphs by a specified number of characters.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of characters by which the specified paragraphs are to be indented.|
diff --git a/api/Word.Paragraph.IndentFirstLineCharWidth.md b/api/Word.Paragraph.IndentFirstLineCharWidth.md
index 6d45dfdb4a4..f028ebdf0e3 100644
--- a/api/Word.Paragraph.IndentFirstLineCharWidth.md
+++ b/api/Word.Paragraph.IndentFirstLineCharWidth.md
@@ -27,7 +27,7 @@ Indents the first line of one or more paragraphs by a specified number of charac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of characters by which the first line of each specified paragraph is to be indented.|
diff --git a/api/Word.Paragraph.ListAdvanceTo.md b/api/Word.Paragraph.ListAdvanceTo.md
index f4975d82e7a..42ec9dd5fd5 100644
--- a/api/Word.Paragraph.ListAdvanceTo.md
+++ b/api/Word.Paragraph.ListAdvanceTo.md
@@ -27,7 +27,7 @@ Sets the list levels for a paragraph in a list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Level1 to Level9_|Optional| **Integer**|Specifies the list level.|
diff --git a/api/Word.Paragraph.ListNumberOriginal.md b/api/Word.Paragraph.ListNumberOriginal.md
index 8d8f08bb3a4..d8ae9dff3c1 100644
--- a/api/Word.Paragraph.ListNumberOriginal.md
+++ b/api/Word.Paragraph.ListNumberOriginal.md
@@ -27,7 +27,7 @@ Returns an **Integer** that represents the original list level for a paragraph.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Level_|Required| **Integer**|Specifies the list level.|
diff --git a/api/Word.Paragraph.Next.md b/api/Word.Paragraph.Next.md
index 959bf39e987..6fbab4460d4 100644
--- a/api/Word.Paragraph.Next.md
+++ b/api/Word.Paragraph.Next.md
@@ -27,11 +27,11 @@ Returns a **Paragraph** object that represents the next paragraph.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Optional| **Variant**|The number of paragraphs by which you want to move ahead. The default value is one.|
-### Return Value
+### Return value
Paragraph
diff --git a/api/Word.Paragraph.Previous.md b/api/Word.Paragraph.Previous.md
index 63a4db8b0ea..f6fcb73e191 100644
--- a/api/Word.Paragraph.Previous.md
+++ b/api/Word.Paragraph.Previous.md
@@ -27,11 +27,11 @@ Returns the previous paragraph as a **Paragraph** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Optional| **Variant**|The number of paragraphs by which you want to move back. The default value is 1.|
-### Return Value
+### Return value
Paragraph
diff --git a/api/Word.Paragraph.TabHangingIndent.md b/api/Word.Paragraph.TabHangingIndent.md
index 59d06bd4d66..4d524ff05f9 100644
--- a/api/Word.Paragraph.TabHangingIndent.md
+++ b/api/Word.Paragraph.TabHangingIndent.md
@@ -27,7 +27,7 @@ Sets a hanging indent to a specified number of tab stops. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).|
diff --git a/api/Word.Paragraph.TabIndent.md b/api/Word.Paragraph.TabIndent.md
index ac80ed7d476..82808b9fc29 100644
--- a/api/Word.Paragraph.TabIndent.md
+++ b/api/Word.Paragraph.TabIndent.md
@@ -27,7 +27,7 @@ Sets the left indent for the specified paragraphs to a specified number of tab s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).|
diff --git a/api/Word.ParagraphFormat.IndentCharWidth.md b/api/Word.ParagraphFormat.IndentCharWidth.md
index c375b183a6a..29a6bb8bc4d 100644
--- a/api/Word.ParagraphFormat.IndentCharWidth.md
+++ b/api/Word.ParagraphFormat.IndentCharWidth.md
@@ -27,7 +27,7 @@ Indents one or more paragraphs by a specified number of characters.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of characters by which the specified paragraphs are to be indented.|
diff --git a/api/Word.ParagraphFormat.IndentFirstLineCharWidth.md b/api/Word.ParagraphFormat.IndentFirstLineCharWidth.md
index 929503e4c19..2dcce1f2380 100644
--- a/api/Word.ParagraphFormat.IndentFirstLineCharWidth.md
+++ b/api/Word.ParagraphFormat.IndentFirstLineCharWidth.md
@@ -27,7 +27,7 @@ Indents the first line of one or more paragraphs by a specified number of charac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of characters by which the first line of each specified paragraph is to be indented.|
diff --git a/api/Word.ParagraphFormat.TabHangingIndent.md b/api/Word.ParagraphFormat.TabHangingIndent.md
index 2c7af175156..4585136e506 100644
--- a/api/Word.ParagraphFormat.TabHangingIndent.md
+++ b/api/Word.ParagraphFormat.TabHangingIndent.md
@@ -27,7 +27,7 @@ Sets a hanging indent to a specified number of tab stops. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).|
diff --git a/api/Word.ParagraphFormat.TabIndent.md b/api/Word.ParagraphFormat.TabIndent.md
index 762653ebf9d..80157c53070 100644
--- a/api/Word.ParagraphFormat.TabIndent.md
+++ b/api/Word.ParagraphFormat.TabIndent.md
@@ -27,7 +27,7 @@ Sets the left indent for the specified paragraphs to a specified number of tab s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).|
diff --git a/api/Word.Paragraphs.Add.md b/api/Word.Paragraphs.Add.md
index d4158ed1a18..20e8988d5d7 100644
--- a/api/Word.Paragraphs.Add.md
+++ b/api/Word.Paragraphs.Add.md
@@ -27,11 +27,11 @@ Returns a **Paragraph** object that represents a new, blank paragraph added to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Optional| **Variant**|The range before which you want the new paragraph to be added. The new paragraph doesn't replace the range.|
-### Return Value
+### Return value
Paragraph
diff --git a/api/Word.Paragraphs.IndentCharWidth.md b/api/Word.Paragraphs.IndentCharWidth.md
index ade5725bed7..36a6fad32e1 100644
--- a/api/Word.Paragraphs.IndentCharWidth.md
+++ b/api/Word.Paragraphs.IndentCharWidth.md
@@ -27,7 +27,7 @@ Indents one or more paragraphs by a specified number of characters.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of characters by which the specified paragraphs are to be indented.|
diff --git a/api/Word.Paragraphs.IndentFirstLineCharWidth.md b/api/Word.Paragraphs.IndentFirstLineCharWidth.md
index 4969f11693e..6d7bc9cee1e 100644
--- a/api/Word.Paragraphs.IndentFirstLineCharWidth.md
+++ b/api/Word.Paragraphs.IndentFirstLineCharWidth.md
@@ -27,7 +27,7 @@ Indents the first line of one or more paragraphs by a specified number of charac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of characters by which the first line of each specified paragraph is to be indented.|
diff --git a/api/Word.Paragraphs.Item.md b/api/Word.Paragraphs.Item.md
index 3845df7e828..a85205e3544 100644
--- a/api/Word.Paragraphs.Item.md
+++ b/api/Word.Paragraphs.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Paragraph** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Paragraph
diff --git a/api/Word.Paragraphs.TabHangingIndent.md b/api/Word.Paragraphs.TabHangingIndent.md
index 78fa45a252d..91fa7f9cdc1 100644
--- a/api/Word.Paragraphs.TabHangingIndent.md
+++ b/api/Word.Paragraphs.TabHangingIndent.md
@@ -27,7 +27,7 @@ Sets a hanging indent to a specified number of tab stops.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).|
diff --git a/api/Word.Paragraphs.TabIndent.md b/api/Word.Paragraphs.TabIndent.md
index 54134efd8f2..062840a10d5 100644
--- a/api/Word.Paragraphs.TabIndent.md
+++ b/api/Word.Paragraphs.TabIndent.md
@@ -27,7 +27,7 @@ Sets the left indent for the specified paragraphs to a specified number of tab s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Count_|Required| **Integer**|The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).|
diff --git a/api/Word.PictureFormat.IncrementBrightness.md b/api/Word.PictureFormat.IncrementBrightness.md
index fa0408d7de0..f803c6c16d8 100644
--- a/api/Word.PictureFormat.IncrementBrightness.md
+++ b/api/Word.PictureFormat.IncrementBrightness.md
@@ -27,7 +27,7 @@ Changes the brightness of the picture by the specified amount.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much to change the value of the **Brightness** property for the picture. A positive value makes the picture brighter; a negative value makes the picture darker.|
diff --git a/api/Word.PictureFormat.IncrementContrast.md b/api/Word.PictureFormat.IncrementContrast.md
index 5f114327d45..c3ce7d048e7 100644
--- a/api/Word.PictureFormat.IncrementContrast.md
+++ b/api/Word.PictureFormat.IncrementContrast.md
@@ -27,7 +27,7 @@ Changes the contrast of the picture by the specified amount.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much to change the value of the **Contrast** property for the picture. A positive value increases the contrast; a negative value decreases the contrast.|
diff --git a/api/Word.Point.ApplyDataLabels.md b/api/Word.Point.ApplyDataLabels.md
index 1eb172a7d69..be4fefdfcf3 100644
--- a/api/Word.Point.ApplyDataLabels.md
+++ b/api/Word.Point.ApplyDataLabels.md
@@ -27,7 +27,7 @@ Applies data labels to a point.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **[XlDataLabelsType](Word.xldatalabelstype.md)**|The type of data label to apply.|
| _LegendKey_|Optional| **Variant**| **True** to show the legend key next to the point. The default is **False** .|
diff --git a/api/Word.Point.Height.md b/api/Word.Point.Height.md
index 26fa651984d..00fc4c5d1b9 100644
--- a/api/Word.Point.Height.md
+++ b/api/Word.Point.Height.md
@@ -23,7 +23,7 @@ Returns the height, in points, of the object. Read-only.
_expression_ A variable that represents a [Point](./Word.Point.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Word.Point.Left.md b/api/Word.Point.Left.md
index cad0d706e78..100c45b7e65 100644
--- a/api/Word.Point.Left.md
+++ b/api/Word.Point.Left.md
@@ -23,7 +23,7 @@ Returns a value that represents the distance, in points, from the left edge of t
_expression_ A variable that represents a [Point](./Word.Point.md) object.
-### Return Value
+### Return value
Double
diff --git a/api/Word.Point.Name.md b/api/Word.Point.Name.md
index e2ec7a242d8..fda047fb193 100644
--- a/api/Word.Point.Name.md
+++ b/api/Word.Point.Name.md
@@ -23,7 +23,7 @@ Returns the object name. Read-only.
_expression_ A variable that represents a '[Point](Word.Point.md)' object.
-### Return Value
+### Return value
String
diff --git a/api/Word.Point.PieSliceLocation.md b/api/Word.Point.PieSliceLocation.md
index 11af6eafc35..85222682b43 100644
--- a/api/Word.Point.PieSliceLocation.md
+++ b/api/Word.Point.PieSliceLocation.md
@@ -27,12 +27,12 @@ Returns the vertical or horizontal position of a point on a chart item, in point
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _loc_|Required| **[XlPieSliceLocation](Word.xlpieslicelocation.md)**|Specifies a horizontal or vertical coordinate.|
| _Index_|Optional| **[XlPieSliceIndex](Word.xlpiesliceindex.md)**|Specifies which pie slice position coordinate to return. The default value is **xlOuterCenterPoint** .|
-### Return Value
+### Return value
Double
diff --git a/api/Word.Point.Top.md b/api/Word.Point.Top.md
index 6a2ec77cfb5..e5da1bc32e3 100644
--- a/api/Word.Point.Top.md
+++ b/api/Word.Point.Top.md
@@ -23,7 +23,7 @@ Returns a value that represents the distance, in points, from the top edge of th
_expression_ A variable that represents a '[Point](Word.Point.md)' object.
-### Return Value
+### Return value
Double
diff --git a/api/Word.Points.Item.md b/api/Word.Points.Item.md
index 821f8726193..bb61466138b 100644
--- a/api/Word.Points.Item.md
+++ b/api/Word.Points.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The index number for the object.|
-### Return Value
+### Return value
A **[Point](Word.Point.md)** object that the collection contains.
diff --git a/api/Word.ProofreadingErrors.Item.md b/api/Word.ProofreadingErrors.Item.md
index 00dbb582149..437ae8afc99 100644
--- a/api/Word.ProofreadingErrors.Item.md
+++ b/api/Word.ProofreadingErrors.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Range** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.ProtectedViewWindow.Activate.md b/api/Word.ProtectedViewWindow.Activate.md
index 60fdc75b4c6..a1b523dd0d9 100644
--- a/api/Word.ProtectedViewWindow.Activate.md
+++ b/api/Word.ProtectedViewWindow.Activate.md
@@ -23,7 +23,7 @@ Activates the specified protected view window.
_expression_ An expression that returns a '[ProtectedViewWindow Object](Word.ProtectedViewWindow.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.ProtectedViewWindow.Close.md b/api/Word.ProtectedViewWindow.Close.md
index 2abfb658bc2..edef61998c6 100644
--- a/api/Word.ProtectedViewWindow.Close.md
+++ b/api/Word.ProtectedViewWindow.Close.md
@@ -23,7 +23,7 @@ Closes the specified protected view window.
_expression_ An expression that returns a [ProtectedViewWindow](./Word.ProtectedViewWindow.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.ProtectedViewWindow.Edit.md b/api/Word.ProtectedViewWindow.Edit.md
index 67b9323f3e6..56965ed4ffe 100644
--- a/api/Word.ProtectedViewWindow.Edit.md
+++ b/api/Word.ProtectedViewWindow.Edit.md
@@ -27,13 +27,13 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PasswordTemplate_|Optional| **Variant**|The password for opening the template.|
| _WritePasswordDocument_|Optional| **Variant**|The password for saving changes to the document.|
| _WritePasswordTemplate_|Optional| **Variant**|The password for saving changes to the template.|
-### Return Value
+### Return value
Document
diff --git a/api/Word.ProtectedViewWindows.Item.md b/api/Word.ProtectedViewWindows.Item.md
index 0e81673e7c7..7247a52a6ac 100644
--- a/api/Word.ProtectedViewWindows.Item.md
+++ b/api/Word.ProtectedViewWindows.Item.md
@@ -27,11 +27,11 @@ Returns an individual **ProtectedViewWindows** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. |
-### Return Value
+### Return value
ProtectedViewWindow
diff --git a/api/Word.ProtectedViewWindows.Open.md b/api/Word.ProtectedViewWindows.Open.md
index baee306b1b5..864696feec0 100644
--- a/api/Word.ProtectedViewWindows.Open.md
+++ b/api/Word.ProtectedViewWindows.Open.md
@@ -27,7 +27,7 @@ Opens the specified document in a new protected view window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **Variant**|The name of the document (paths are accepted).|
| _AddToRecentFiles_|Optional| **Variant**| **True** to add the file name to the list of recently used files at the bottom of the File menu.|
@@ -35,7 +35,7 @@ Opens the specified document in a new protected view window.
| _Visible_|Optional| **Variant**| **True** if the document is opened in a visible window. The default value is **True** .|
| _OpenAndRepair_|Optional| **Variant**| **True** to repair the document to prevent document corruption.|
-### Return Value
+### Return value
ProtectedViewWindow
diff --git a/api/Word.Range.CheckSpelling.md b/api/Word.Range.CheckSpelling.md
index 49e0edb3ff4..50fbbf2412d 100644
--- a/api/Word.Range.CheckSpelling.md
+++ b/api/Word.Range.CheckSpelling.md
@@ -27,7 +27,7 @@ Begins a spelling check for the specified document or range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomDictionary_|Optional| **Variant**|Either an expression that returns a **Dictionary** object or the file name of the custom dictionary.|
| _IgnoreUppercase_|Optional| **Variant**| **True** if capitalization is ignored. If this argument is omitted, the current value of the **IgnoreUppercase** property is used.|
diff --git a/api/Word.Range.Collapse.md b/api/Word.Range.Collapse.md
index d35eea04e24..8a6ff7a8a7b 100644
--- a/api/Word.Range.Collapse.md
+++ b/api/Word.Range.Collapse.md
@@ -27,7 +27,7 @@ Collapses a range or selection to the starting or ending position. After a range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Optional| **Variant**|The direction in which to collapse the range or selection. Can be either of the following **WdCollapseDirection** constants: **wdCollapseEnd** or **wdCollapseStart** . The default value is **wdCollapseStart** .|
diff --git a/api/Word.Range.ComputeStatistics.md b/api/Word.Range.ComputeStatistics.md
index e9fc8531b09..bc8a70086a3 100644
--- a/api/Word.Range.ComputeStatistics.md
+++ b/api/Word.Range.ComputeStatistics.md
@@ -27,7 +27,7 @@ Returns a **Long** that represents a statistic based on the contents of the spe
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Statistic_|Required| **[WdStatistic](Word.WdStatistic.md)**|The type of statistic to compute.|
diff --git a/api/Word.Range.ConvertHangulAndHanja.md b/api/Word.Range.ConvertHangulAndHanja.md
index d3afade0391..3bc79e5a77e 100644
--- a/api/Word.Range.ConvertHangulAndHanja.md
+++ b/api/Word.Range.ConvertHangulAndHanja.md
@@ -27,7 +27,7 @@ Converts the specified range from hangul to hanja or vice versa.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConversionsMode_|Optional| **Variant**|Sets the direction for the conversion between hangul and hanja. Can be either of the following **WdMultipleWordConversionsMode** constants: **wdHangulToHanja** or **wdHanjaToHangul** . The default value is the current value of the **MultipleWordConversionsMode** property.|
| _FastConversion_|Optional| **Variant**| **True** if Microsoft Word automatically converts a word with only one suggestion for conversion. The default value is the current value of the **HangulHanjaFastConversion** property.|
diff --git a/api/Word.Range.ConvertToTable.md b/api/Word.Range.ConvertToTable.md
index e4d2a20c254..87b2df7ca11 100644
--- a/api/Word.Range.ConvertToTable.md
+++ b/api/Word.Range.ConvertToTable.md
@@ -27,7 +27,7 @@ Converts text within a range to a table. Returns the table as a **Table** objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Separator_|Optional| **Variant**|Specifies the character used to separate text into cells. Can be a character or one of the following **WdTableFieldSeparator** constant. If this argument is omitted, the value of the **DefaultTableSeparator** property is used.|
| _NumRows_|Optional| **Variant**|The number of rows in the table. If this argument is omitted, Microsoft Word sets the number of rows, based on the contents of the range.|
@@ -46,7 +46,7 @@ Converts text within a range to a table. Returns the table as a **Table** objec
| _AutoFitBehavior_|Optional| **Variant**|Sets the AutoFit rules for how Word sizes a table. Can be one of the following **WdAutoFitBehavior** constant. If DefaultTableBehavior is **wdWord8TableBehavior** , this argument is ignored.|
| _DefaultTableBehavior_|Optional| **Variant**| Sets a value that specifies whether Microsoft Word automatically resizes cells in a table to fit the contents (AutoFit). Can be one of the **WdDefaultTableBehavior** constant.|
-### Return Value
+### Return value
Table
diff --git a/api/Word.Range.Delete.md b/api/Word.Range.Delete.md
index 90e15d1e010..c31307b21f2 100644
--- a/api/Word.Range.Delete.md
+++ b/api/Word.Range.Delete.md
@@ -27,12 +27,12 @@ Deletes the specified number of characters or words.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The unit by which the collapsed range is to be deleted. Can be one of the **WdUnits** constants.|
| _Count_|Optional| **Variant**|The number of units to be deleted. To delete units after the range, collapse the range and use a positive number. To delete units before the range, collapse the range and use a negative number.|
-### Return Value
+### Return value
Long
diff --git a/api/Word.Range.EndOf.md b/api/Word.Range.EndOf.md
index 786c93b17d0..a2e359119ae 100644
--- a/api/Word.Range.EndOf.md
+++ b/api/Word.Range.EndOf.md
@@ -27,7 +27,7 @@ Moves or extends the ending character position of a range to the end of the near
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The unit by which to move the ending character position. Can be any **WdUnits** , except **wdLine** . The default value is **wdWord** .|
| _Extend_|Required| ** WdMovementType**|Specifies whether to move or extend the end of the range. If the value is **wdMove** , both ends of the range or selection object are moved to the end of the specified unit. If **wdExtend** is used, the end of the range or selection is extended to the end of the specified unit. The default value is **wdMove** .|
diff --git a/api/Word.Range.Expand.md b/api/Word.Range.Expand.md
index 6206127ab3f..479628932d1 100644
--- a/api/Word.Range.Expand.md
+++ b/api/Word.Range.Expand.md
@@ -27,7 +27,7 @@ Expands the specified range or selection. Returns the number of characters added
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The unit by which to expand the range. Can be one of the following **WdUnits** constants: **wdCharacter** , **wdWord** , **wdSentence** , **wdParagraph** , **wdSection** , **wdStory** , **wdCell** **wdColumn** , **wdRow** , or **wdTable** .|
diff --git a/api/Word.Range.ExportAsFixedFormat.md b/api/Word.Range.ExportAsFixedFormat.md
index 9c5892be910..ae11d1bbb2e 100644
--- a/api/Word.Range.ExportAsFixedFormat.md
+++ b/api/Word.Range.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Saves a portion of a document as PDF or XPS format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OutputFileName_|Required| **String**|The path and file name of the new PDF or XPS file.|
| _ExportFormat_|Required| **[WdExportFormat](Word.WdExportFormat.md)**|Specifies either PDF or XPS format.|
diff --git a/api/Word.Range.ExportFragment.md b/api/Word.Range.ExportFragment.md
index dd1dc4ab062..df81bbfc275 100644
--- a/api/Word.Range.ExportFragment.md
+++ b/api/Word.Range.ExportFragment.md
@@ -27,12 +27,12 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|Specifies the path and file name of the file in which to save the document fragment.|
| _Format_|Required| **WdSaveFormat**|Specifies the file format of the document fragment file. |
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Range.GetSpellingSuggestions.md b/api/Word.Range.GetSpellingSuggestions.md
index 507a4c90424..9078b7f015c 100644
--- a/api/Word.Range.GetSpellingSuggestions.md
+++ b/api/Word.Range.GetSpellingSuggestions.md
@@ -27,7 +27,7 @@ Returns a **SpellingSuggestions** collection that represents the words suggeste
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CustomDictionary_|Optional| **Variant**|Either an expression that returns a **Dictionary** object or the file name of the custom dictionary.|
| _IgnoreUppercase_|Optional| **Variant**| **True** to ignore words in all uppercase letters. If this argument is omitted, the current value of the **IgnoreUppercase** property is used.|
@@ -35,7 +35,7 @@ Returns a **SpellingSuggestions** collection that represents the words suggeste
| _SuggestionMode_|Optional| **Variant**|Specifies the way Word makes spelling suggestions. Can be one of the following **WdSpellingWordType** constants. The default value is **wdSpellword** .|
| _CustomDictionary2 ? CustomDictionary10_|Optional| **Variant**|Either an expression that returns a **Dictionary** object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.|
-### Return Value
+### Return value
SpellingSuggestions
diff --git a/api/Word.Range.GoTo.md b/api/Word.Range.GoTo.md
index 6ad6a2e7707..86f434d2cbb 100644
--- a/api/Word.Range.GoTo.md
+++ b/api/Word.Range.GoTo.md
@@ -27,7 +27,7 @@ Returns a **Range** object that represents the start position of the specified
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Optional| **Variant**|The kind of item to which the range is moved. Can be one of the **WdGoToItem** constants.|
| _Which_|Optional| **Variant**|The item to which the range is moved. Can be one of the **WdGoToDirection** constants.|
diff --git a/api/Word.Range.GoToNext.md b/api/Word.Range.GoToNext.md
index 95b1c492b7b..c309030390f 100644
--- a/api/Word.Range.GoToNext.md
+++ b/api/Word.Range.GoToNext.md
@@ -27,7 +27,7 @@ Returns a **Range** object that refers to the start position of the next item o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Required| **[WdGoToItem](Word.WdGoToItem.md)**|The item to where the specified range or selection is to be moved.|
diff --git a/api/Word.Range.GoToPrevious.md b/api/Word.Range.GoToPrevious.md
index eea7617b5be..b06b9ec53d1 100644
--- a/api/Word.Range.GoToPrevious.md
+++ b/api/Word.Range.GoToPrevious.md
@@ -27,7 +27,7 @@ Returns a **Range** object that refers to the start position of the previous it
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Required| **[WdGoToItem](Word.WdGoToItem.md)**|The item to where the specified range or selection is to be moved.|
diff --git a/api/Word.Range.ImportFragment.md b/api/Word.Range.ImportFragment.md
index 4d573f2b06e..f8a099e2b7a 100644
--- a/api/Word.Range.ImportFragment.md
+++ b/api/Word.Range.ImportFragment.md
@@ -27,12 +27,12 @@ Imports a document fragment into the document at the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|Specifies the path and file name where the document fragment is stored.|
| _MatchDestination_|Optional| **Boolean**|Specifies whether to match the destination formatting. If **False** , the imported document fragment retains the formatting in the original document. Default value is **False** .|
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Range.InRange.md b/api/Word.Range.InRange.md
index cece9431a70..08c144d513a 100644
--- a/api/Word.Range.InRange.md
+++ b/api/Word.Range.InRange.md
@@ -27,11 +27,11 @@ Returns **True** if the range to which the method is applied is contained in th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|Specifies the range that this method uses to determine if it is contained within the specified **Range** object.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Range.InStory.md b/api/Word.Range.InStory.md
index 8f7af21cca2..ee2bc4d6ec6 100644
--- a/api/Word.Range.InStory.md
+++ b/api/Word.Range.InStory.md
@@ -27,11 +27,11 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|Specifies the range that this method uses to determine if it is contained within the specified **Range** object.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Range.Information.md b/api/Word.Range.Information.md
index 73ead9776c1..ec37089ed5b 100644
--- a/api/Word.Range.Information.md
+++ b/api/Word.Range.Information.md
@@ -27,7 +27,7 @@ Returns information about the specified range. Read-only **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **WdInformation**|The information type.|
diff --git a/api/Word.Range.InsertAfter.md b/api/Word.Range.InsertAfter.md
index 38715140177..2639eb55ace 100644
--- a/api/Word.Range.InsertAfter.md
+++ b/api/Word.Range.InsertAfter.md
@@ -27,7 +27,7 @@ Inserts the specified text at the end of a range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The text to be inserted.|
diff --git a/api/Word.Range.InsertAlignmentTab.md b/api/Word.Range.InsertAlignmentTab.md
index 79a05ca7429..97ca73ab952 100644
--- a/api/Word.Range.InsertAlignmentTab.md
+++ b/api/Word.Range.InsertAlignmentTab.md
@@ -27,7 +27,7 @@ Inserts an absolute tab that is always positioned in the same spot, relative to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Alignment_|Required| **Long**|Indicates the type of alignment?left, center, or right?for the tab stop. Can be one of the **[WdAlignmentTabAlignment](Word.WdAlignmentTabAlignment.md)** constants.|
| _RelativeTo_|Optional| **Long**|Indicates whether the tab stop is relative to the margins or to the paragraph indents. Can be one of the **[WdAlignmentTabRelative](Word.WdAlignmentTabRelative.md)** constants.|
diff --git a/api/Word.Range.InsertBefore.md b/api/Word.Range.InsertBefore.md
index ff0ce0392e3..72fd909a888 100644
--- a/api/Word.Range.InsertBefore.md
+++ b/api/Word.Range.InsertBefore.md
@@ -27,7 +27,7 @@ Inserts the specified text before the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The text to be inserted.|
diff --git a/api/Word.Range.InsertBreak.md b/api/Word.Range.InsertBreak.md
index d02793c09a7..182bd1994a1 100644
--- a/api/Word.Range.InsertBreak.md
+++ b/api/Word.Range.InsertBreak.md
@@ -27,7 +27,7 @@ Inserts a page, column, or section break.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **Variant**|The type of break to be inserted.Can be one of the **WdBreakType** constants. If omitted, the default value is **wdPageBreak** .|
diff --git a/api/Word.Range.InsertCaption.md b/api/Word.Range.InsertCaption.md
index dc9aabb474e..460eb343f7f 100644
--- a/api/Word.Range.InsertCaption.md
+++ b/api/Word.Range.InsertCaption.md
@@ -27,7 +27,7 @@ Inserts a caption immediately preceding or following the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Label_|Required| **Variant**|The caption label to be inserted. Can be a **String** or one of the **WdCaptionLabelID** constants. If the label has not yet been defined, an error occurs. Use the **Add** method with the **CaptionLabels** object to define new caption labels.|
| _Title_|Optional| **Variant**|The string to be inserted immediately following the label in the caption (ignored if TitleAutoText is specified).|
diff --git a/api/Word.Range.InsertCrossReference.md b/api/Word.Range.InsertCrossReference.md
index 0449deeedcc..2daa9136a58 100644
--- a/api/Word.Range.InsertCrossReference.md
+++ b/api/Word.Range.InsertCrossReference.md
@@ -27,7 +27,7 @@ Inserts a cross-reference to a heading, bookmark, footnote, or endnote, or to an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReferenceType_|Required| **Variant**|The type of item for which a cross-reference is to be inserted. Can be any **WdReferenceType** or **WdCaptionLabelID** constant or a user defined caption label.|
| _ReferenceKind_|Required| **WdReferenceKind**|The information to be included in the cross-reference.|
diff --git a/api/Word.Range.InsertDatabase.md b/api/Word.Range.InsertDatabase.md
index d7e58d9a9ee..56dee72b085 100644
--- a/api/Word.Range.InsertDatabase.md
+++ b/api/Word.Range.InsertDatabase.md
@@ -27,7 +27,7 @@ Retrieves data from a data source (for example, a separate Microsoft Word docume
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Format_|Optional| **Variant**|A format listed in the **Formats** box in the **Table AutoFormat** dialog box (**Table** menu). Can be any of the **WdTableFormat** constants. A border is applied to the cells in the table by default.|
| _Style_|Optional| **Variant**|The attributes of the AutoFormat specified by Format that are applied to the table.|
diff --git a/api/Word.Range.InsertDateTime.md b/api/Word.Range.InsertDateTime.md
index 9967afdaec7..5c7e956fa64 100644
--- a/api/Word.Range.InsertDateTime.md
+++ b/api/Word.Range.InsertDateTime.md
@@ -27,7 +27,7 @@ Inserts the current date or time, or both, either as text or as a TIME field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DateTimeFormat_|Optional| **Variant**|The format to be used for displaying the date or time, or both. If this argument is omitted, Microsoft Word uses the short-date style from the Windows Control Panel (**Regional Settings** icon).|
| _InsertAsField_|Optional| **Variant**| **True** to insert the specified information as a TIME field. The default value is **True** .|
diff --git a/api/Word.Range.InsertFile.md b/api/Word.Range.InsertFile.md
index 670518e7ed9..877b9397bb9 100644
--- a/api/Word.Range.InsertFile.md
+++ b/api/Word.Range.InsertFile.md
@@ -27,7 +27,7 @@ Inserts all or part of the specified file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name of the file to be inserted. If you don't specify a path, Word assumes the file is in the current folder.|
| _Range_|Optional| **Variant**|If the specified file is a Word document, this parameter refers to a bookmark. If the file is another type (for example, a Microsoft Excel worksheet), this parameter refers to a named range or a cell range (for example, R1C1:R3C4).|
diff --git a/api/Word.Range.InsertSymbol.md b/api/Word.Range.InsertSymbol.md
index 0452db69316..dde31b9f5ac 100644
--- a/api/Word.Range.InsertSymbol.md
+++ b/api/Word.Range.InsertSymbol.md
@@ -27,7 +27,7 @@ Inserts a symbol in place of the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CharacterNumber_|Required| **Long**|The character number for the specified symbol. This value will always be the sum of 31 and the number that corresponds to the position of the symbol in the table of symbols (counting from left to right). For example, to specify a delta character at position 37 in the table of symbols in the Symbol font, set CharacterNumber to 68.|
| _Font_|Optional| **Variant**|The name of the font that contains the symbol.|
diff --git a/api/Word.Range.InsertXML.md b/api/Word.Range.InsertXML.md
index 0f125478faa..01f716cc8bf 100644
--- a/api/Word.Range.InsertXML.md
+++ b/api/Word.Range.InsertXML.md
@@ -27,12 +27,12 @@ Inserts the specified XML into the document at the specified range, replacing an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XML_|Required| **String**|Specifies the XML to insert. This can be any valid custom XML.|
| _Transform_|Optional| **Variant**|Specifies the XML Transformation (XSLT) used to transform the XML. If omitted, the XML is inserted as custom XML without applying a transform.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Range.IsEqual.md b/api/Word.Range.IsEqual.md
index 5e27c451a83..6ff31e9f101 100644
--- a/api/Word.Range.IsEqual.md
+++ b/api/Word.Range.IsEqual.md
@@ -27,11 +27,11 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to compare with the **Range** object defined by expression.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Range.ModifyEnclosure.md b/api/Word.Range.ModifyEnclosure.md
index 7532c33230d..03c3508432d 100644
--- a/api/Word.Range.ModifyEnclosure.md
+++ b/api/Word.Range.ModifyEnclosure.md
@@ -27,7 +27,7 @@ Adds, modifies, or removes an enclosure around the specified character or charac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **Variant**|The style of the enclosure. Can be any **WdEncloseStyle** constant.|
| _Symbol_|Optional| **Variant**|The symbol in which to enclose the specified range. Can be any **WdEnclosureType** constant.|
diff --git a/api/Word.Range.Move.md b/api/Word.Range.Move.md
index a564586ce5f..4fd4bfd9c9c 100644
--- a/api/Word.Range.Move.md
+++ b/api/Word.Range.Move.md
@@ -27,12 +27,12 @@ Collapses the specified range to its start or end position and then moves the co
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which to move the range.|
| _Count_|Optional| **Variant**|The number of units by which the specified range is to be moved. If Count is a positive number, the object is collapsed to its end position and moved backward in the document by the specified number of units. If Count is a negative number, the object is collapsed to its start position and moved forward by the specified number of units. The default value is 1. You can also control the collapse direction by using the **Collapse** method before using the **Move** method. If the range is in the middle of a unit or isn't collapsed, moving it to the beginning or end of the unit counts as moving it one full unit.|
-### Return Value
+### Return value
Long
diff --git a/api/Word.Range.MoveEnd.md b/api/Word.Range.MoveEnd.md
index 0f0dd680c7e..d013748c4f7 100644
--- a/api/Word.Range.MoveEnd.md
+++ b/api/Word.Range.MoveEnd.md
@@ -27,7 +27,7 @@ Moves the ending character position of a range. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which to move the ending character position.|
| _Count_|Optional| **Variant**|The number of units to move. If this number is positive, the ending character position is moved forward in the document. If this number is negative, the end is moved backward. If the ending position overtakes the starting position, the range collapses and both character positions move together. The default value is 1.|
diff --git a/api/Word.Range.MoveEndUntil.md b/api/Word.Range.MoveEndUntil.md
index 6cce18a52e4..c8367ba8e68 100644
--- a/api/Word.Range.MoveEndUntil.md
+++ b/api/Word.Range.MoveEndUntil.md
@@ -27,7 +27,7 @@ Moves the end position of the specified range until any of the specified charact
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified range is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the range is moved forward in the document. If it is a negative number, the range is moved backward. The default value is **wdForward** .|
diff --git a/api/Word.Range.MoveEndWhile.md b/api/Word.Range.MoveEndWhile.md
index 2d7cba9fc96..e0fb7baa8cb 100644
--- a/api/Word.Range.MoveEndWhile.md
+++ b/api/Word.Range.MoveEndWhile.md
@@ -27,7 +27,7 @@ Moves the ending character position of a range while any of the specified charac
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the range is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the range is moved forward in the document. If it is a negative number, the range is moved backward. The default value is **wdForward** .|
diff --git a/api/Word.Range.MoveStart.md b/api/Word.Range.MoveStart.md
index b995b6b2ac4..4e1d12ec796 100644
--- a/api/Word.Range.MoveStart.md
+++ b/api/Word.Range.MoveStart.md
@@ -27,12 +27,12 @@ Moves the start position of the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which start position of the specified range is to be moved.|
| _Count_|Optional| **Variant**|The maximum number of units by which the specified range is to be moved. If Count is a positive number, the start position of the range is moved forward in the document. If it is a negative number, the start position is moved backward. If the start position is moved forward to a position beyond the end position, the range is collapsed and both the start and end positions are moved together. The default value is 1.|
-### Return Value
+### Return value
Integer
diff --git a/api/Word.Range.MoveStartUntil.md b/api/Word.Range.MoveStartUntil.md
index 6498f20534d..5abbaf02cc9 100644
--- a/api/Word.Range.MoveStartUntil.md
+++ b/api/Word.Range.MoveStartUntil.md
@@ -27,7 +27,7 @@ Moves the start position of the specified range until one of the specified chara
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified range is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the range is moved forward in the document. If it is a negative number, the range is moved backward. The default value is **wdForward** .|
diff --git a/api/Word.Range.MoveStartWhile.md b/api/Word.Range.MoveStartWhile.md
index 81abdd1169e..40caefa7391 100644
--- a/api/Word.Range.MoveStartWhile.md
+++ b/api/Word.Range.MoveStartWhile.md
@@ -27,7 +27,7 @@ Moves the start position of the specified range while any of the specified chara
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified range is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the range is moved forward in the document. If it is a negative number, the range is moved backward. The default value is **wdForward** .|
diff --git a/api/Word.Range.MoveUntil.md b/api/Word.Range.MoveUntil.md
index 7cf9ad8f312..c17dd192c8e 100644
--- a/api/Word.Range.MoveUntil.md
+++ b/api/Word.Range.MoveUntil.md
@@ -27,7 +27,7 @@ Moves the specified range until one of the specified characters is found in the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. If any character in Cset is found before the Count value expires, the specified range is positioned as an insertion point immediately before that character. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified range is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the range is moved forward in the document, beginning at the end position. If it is a negative number, the range is moved backward, beginning at the start position. The default value is **wdForward** .|
diff --git a/api/Word.Range.MoveWhile.md b/api/Word.Range.MoveWhile.md
index 2f58ca74e63..a4fa9ba9de1 100644
--- a/api/Word.Range.MoveWhile.md
+++ b/api/Word.Range.MoveWhile.md
@@ -27,7 +27,7 @@ Moves the specified range while any of the specified characters are found in the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified range is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the specified range is moved forward in the document, beginning at the end position. If it is a negative number, the range is moved backward, beginning at the start position. The default value is **wdForward** .|
diff --git a/api/Word.Range.Next.md b/api/Word.Range.Next.md
index e2e1a36a144..84d3afa73e5 100644
--- a/api/Word.Range.Next.md
+++ b/api/Word.Range.Next.md
@@ -27,12 +27,12 @@ Returns a **Range** object that represents the specified unit relative to the s
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The type of units by which to count. Can be any **WdUnits** constant.|
| _Count_|Optional| **Variant**|The number of units by which you want to move ahead. The default value is one.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Range.PasteAndFormat.md b/api/Word.Range.PasteAndFormat.md
index 71d61518ea9..36f01ce0d44 100644
--- a/api/Word.Range.PasteAndFormat.md
+++ b/api/Word.Range.PasteAndFormat.md
@@ -27,7 +27,7 @@ Pastes the selected table cells and formats them as specified.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **WdRecoveryType**|The type of formatting to use when pasting the selected table cells.|
diff --git a/api/Word.Range.PasteExcelTable.md b/api/Word.Range.PasteExcelTable.md
index 459d9c7b89e..faaa2b18d1f 100644
--- a/api/Word.Range.PasteExcelTable.md
+++ b/api/Word.Range.PasteExcelTable.md
@@ -27,7 +27,7 @@ Pastes and formats a Microsoft Excel table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LinkedToExcel_|Required| **Boolean**| **True** links the pasted table to the original Excel file so that changes made to the Excel file are reflected in Microsoft Word.|
| _WordFormatting_|Required| **Boolean**| **True** formats the table using the formatting in the Word document. **False** formats the table according to the original Excel file.|
diff --git a/api/Word.Range.PasteSpecial.md b/api/Word.Range.PasteSpecial.md
index 199fffa6f1d..62f4213b37d 100644
--- a/api/Word.Range.PasteSpecial.md
+++ b/api/Word.Range.PasteSpecial.md
@@ -27,7 +27,7 @@ Inserts the contents of the Clipboard. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _IconIndex_|Optional| **Variant**|If DisplayAsIcon is **True** , this argument is a number that corresponds to the icon you want to use in the program file specified by IconFilename. Icons appear in the **Change Icon** dialog box: 0 (zero) corresponds to the first icon, 1 corresponds to the second icon, and so on. If this argument is omitted, the first (default) icon is used.|
| _Link_|Optional| **Variant**| **True** to create a link to the source file of the Clipboard contents. The default value is **False** .|
diff --git a/api/Word.Range.PhoneticGuide.md b/api/Word.Range.PhoneticGuide.md
index 843d4754bd2..2ca95330228 100644
--- a/api/Word.Range.PhoneticGuide.md
+++ b/api/Word.Range.PhoneticGuide.md
@@ -27,7 +27,7 @@ Adds phonetic guides to the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The phonetic text to add.|
| _Alignment_|Optional| **WdPhoneticGuideAlignmentType**|The alignment of the added phonetic text.|
diff --git a/api/Word.Range.Previous.md b/api/Word.Range.Previous.md
index 49a516e1418..9f5c037e7bf 100644
--- a/api/Word.Range.Previous.md
+++ b/api/Word.Range.Previous.md
@@ -27,12 +27,12 @@ Returns the previous range a relative to the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The type of units by which to count. Can be any **WdUnits** constant.|
| _Count_|Optional| **Variant**|The number of units by which you want to move back. The default value is 1.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Range.Relocate.md b/api/Word.Range.Relocate.md
index fec0d197560..d81ebebb7e1 100644
--- a/api/Word.Range.Relocate.md
+++ b/api/Word.Range.Relocate.md
@@ -27,7 +27,7 @@ In outline view, moves the paragraphs within the specified range after the next
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **WdRelocate**|The direction of the move.|
diff --git a/api/Word.Range.SetListLevel.md b/api/Word.Range.SetListLevel.md
index fe4b10b1bd0..e49532888b7 100644
--- a/api/Word.Range.SetListLevel.md
+++ b/api/Word.Range.SetListLevel.md
@@ -27,7 +27,7 @@ Sets the list level for one or more items in a numbered list.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Level_|Required| **Integer**|A number that indicates the new list level.|
diff --git a/api/Word.Range.SetRange.md b/api/Word.Range.SetRange.md
index 7603688a4c2..5c4bcdcc35e 100644
--- a/api/Word.Range.SetRange.md
+++ b/api/Word.Range.SetRange.md
@@ -27,7 +27,7 @@ Sets the starting and ending character positions for an existing range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required| **Long**|The starting character position of the range.|
| _End_|Required| **Long**|The ending character position of the range.|
diff --git a/api/Word.Range.Sort.md b/api/Word.Range.Sort.md
index c5a8ae9e048..518ca0531c2 100644
--- a/api/Word.Range.Sort.md
+++ b/api/Word.Range.Sort.md
@@ -27,7 +27,7 @@ Sorts the paragraphs in the specified range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ExcludeHeader_|Optional| **Variant**| **True** to exclude the first row or paragraph header from the sort operation. The default value is **False** .|
| _FieldNumber_|Optional| **Variant**|The fields by which to sort. Microsoft Word sorts by FieldNumber, then by FieldNumber2, and then by FieldNumber3.|
diff --git a/api/Word.Range.StartOf.md b/api/Word.Range.StartOf.md
index 7623b95f478..3d1e7987b87 100644
--- a/api/Word.Range.StartOf.md
+++ b/api/Word.Range.StartOf.md
@@ -27,7 +27,7 @@ Moves or extends the start position of the specified range or selection to the b
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which the start position of the specified range or selection is to be moved. Can be any WdUnits constant except **wdLine** . The default value is **wdWord** .|
| _Extend_|Optional| **WdMovement**|Specifies whether to move or extend the start of the range. If you use **wdMove** , both ends of the range or selection are moved to the beginning of the specified unit. If you use **wdExtend** , the beginning of the range or selection is extended to the beginning of the specified unit. The default value is **wdMove** .|
diff --git a/api/Word.Range.TCSCConverter.md b/api/Word.Range.TCSCConverter.md
index 3f4911e8a51..8c8f146a42d 100644
--- a/api/Word.Range.TCSCConverter.md
+++ b/api/Word.Range.TCSCConverter.md
@@ -27,7 +27,7 @@ Converts the specified range from Traditional Chinese to Simplified Chinese or v
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _WdTCSCConverterDirection_|Optional| **WdTCSCConverterDirection**|Specifies the direction in which text is converted. If omitted, the default value is **wdTCSCConverterDirectionAuto** , which converts in the appropriate direction based on the detected language of the specified range.|
| _UseVariants_|Optional| **Boolean**| **True** if Word uses Taiwan, Hong Kong SAR, and Macao SAR character variants. Can only be used if translating from Simplified Chinese to Traditional Chinese.|
diff --git a/api/Word.Range.XML.md b/api/Word.Range.XML.md
index 1392c4c1c07..9ffc7b166e6 100644
--- a/api/Word.Range.XML.md
+++ b/api/Word.Range.XML.md
@@ -27,7 +27,7 @@ Returns a **String** that represents the XML text in the specified object. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataOnly_|Optional| **Boolean**| **True** returns the text of the XML without the Word XML markup. The default setting is **False** .|
diff --git a/api/Word.ReadabilityStatistics.Item.md b/api/Word.ReadabilityStatistics.Item.md
index 2c8a453a3f3..c8f04c7b238 100644
--- a/api/Word.ReadabilityStatistics.Item.md
+++ b/api/Word.ReadabilityStatistics.Item.md
@@ -27,11 +27,11 @@ Returns an individual **ReadabilityStatistic** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
ReadabilityStatistic
diff --git a/api/Word.RecentFile.Open.md b/api/Word.RecentFile.Open.md
index b3aeeb279ad..a312cbce595 100644
--- a/api/Word.RecentFile.Open.md
+++ b/api/Word.RecentFile.Open.md
@@ -23,7 +23,7 @@ Opens the specified object. Returns a **Document** object representing the open
_expression_ Required. A variable that represents a '[RecentFile](Word.RecentFile.md)' object.
-### Return Value
+### Return value
Document
diff --git a/api/Word.RecentFiles.Add.md b/api/Word.RecentFiles.Add.md
index 0442f0add4d..f0a29f7bf05 100644
--- a/api/Word.RecentFiles.Add.md
+++ b/api/Word.RecentFiles.Add.md
@@ -27,12 +27,12 @@ Returns a **RecentFile** object that represents a file added to the list of rec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Document_|Required| **Variant**|The document you want to add to the list of recently used files. You can specify this argument by using either the string name for the document or a **Document** object.|
| _ReadOnly_|Optional| **Variant**| **True** to make the document read-only.|
-### Return Value
+### Return value
RecentFile
diff --git a/api/Word.RecentFiles.Item.md b/api/Word.RecentFiles.Item.md
index 37b82de609b..159c3a3f1c3 100644
--- a/api/Word.RecentFiles.Item.md
+++ b/api/Word.RecentFiles.Item.md
@@ -27,11 +27,11 @@ Returns an individual **RecentFile** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
RecentFile
diff --git a/api/Word.Rectangles.Item.md b/api/Word.Rectangles.Item.md
index 1758ad63ddd..b7879ae5e28 100644
--- a/api/Word.Rectangles.Item.md
+++ b/api/Word.Rectangles.Item.md
@@ -24,11 +24,11 @@ Returns an individual **Rectangle** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Rectangle
diff --git a/api/Word.ReflectionFormat.Offset.md b/api/Word.ReflectionFormat.Offset.md
index be6317cf8f6..e82d5876cb2 100644
--- a/api/Word.ReflectionFormat.Offset.md
+++ b/api/Word.ReflectionFormat.Offset.md
@@ -23,7 +23,7 @@ Returns or sets the amount of separation, in points, of the reflected image from
_expression_ An expression that returns a '[ReflectionFormat](Word.ReflectionFormat.md)' object.
-### Return Value
+### Return value
Single
diff --git a/api/Word.Research.IsResearchService.md b/api/Word.Research.IsResearchService.md
index 1f5e7ffc3c8..fbf887c845f 100644
--- a/api/Word.Research.IsResearchService.md
+++ b/api/Word.Research.IsResearchService.md
@@ -27,11 +27,11 @@ Indicates whether the GUID specified in the ServiceID parameter corresponds to a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ServiceID_|Required| **String**|Specifies a GUID that identifies the research service.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Research.Query.md b/api/Word.Research.Query.md
index c893a84fd6e..916ce66b644 100644
--- a/api/Word.Research.Query.md
+++ b/api/Word.Research.Query.md
@@ -27,7 +27,7 @@ Specifies a research query.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ServiceID_|Required| **String**|Specifies a GUID that identifies the research service.|
| _QueryString_|Optional| **String**|Specifies the query string.|
@@ -35,7 +35,7 @@ Specifies a research query.
| _UseSelection_|Optional| **Boolean**| **True** to use the current selection as the query string. This overrides the QueryString parameter if set. Default value is **False** .|
| _LaunchQuery_|Optional| **Boolean**| **True** launches the query. False displays the **Research** task pane scoped to search the specified research service.|
-### Return Value
+### Return value
Variant
diff --git a/api/Word.Research.SetLanguagePair.md b/api/Word.Research.SetLanguagePair.md
index eef2d1f356d..7ba198d69f1 100644
--- a/api/Word.Research.SetLanguagePair.md
+++ b/api/Word.Research.SetLanguagePair.md
@@ -27,12 +27,12 @@ Sets the languages for the translation service.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LanguageFrom_|Required| **[WdLanguageID](Word.WdLanguageID.md)**|Specifies the language to translate from.|
| _LanguageTo_|Required| **WdLanguageID**|Specifies the langauge to translate to.|
-### Return Value
+### Return value
Variant
diff --git a/api/Word.Reviewers.Item.md b/api/Word.Reviewers.Item.md
index 4eae216b3ea..47934a52c5d 100644
--- a/api/Word.Reviewers.Item.md
+++ b/api/Word.Reviewers.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Reviewer** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Reviewer
diff --git a/api/Word.Revisions.Item.md b/api/Word.Revisions.Item.md
index 7cb8cacc6ac..fde00633e88 100644
--- a/api/Word.Revisions.Item.md
+++ b/api/Word.Revisions.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Revisions** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned.|
-### Return Value
+### Return value
Revision
diff --git a/api/Word.Revisions.RejectAll.md b/api/Word.Revisions.RejectAll.md
index b69a9ce6b76..c52b54aadb7 100644
--- a/api/Word.Revisions.RejectAll.md
+++ b/api/Word.Revisions.RejectAll.md
@@ -23,7 +23,7 @@ ms.date: 06/08/2017
_expression_ An expression that returns a 'Revisions' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Row.ConvertToText.md b/api/Word.Row.ConvertToText.md
index 131dc250059..caa6bcd2d4f 100644
--- a/api/Word.Row.ConvertToText.md
+++ b/api/Word.Row.ConvertToText.md
@@ -27,7 +27,7 @@ Converts a table to text and returns a **Range** object that represents the del
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Separator_|Optional| **Variant**|The character that delimits the converted columns (paragraph marks delimit the converted rows). Can be any following **WdTableFieldSeparator** constants: **wdSeparateByCommas** , **wdSeparateByDefaultListSeparator** , **wdSeparateByParagraphs** , or **wdSeparateByTabs** (Default).|
| _NestedTables_|Optional| **Variant**| **True** if nested tables are converted to text. This argument is ignored if Separator is not **wdSeparateByParagraphs** . The default value is **True** .|
diff --git a/api/Word.Row.SetHeight.md b/api/Word.Row.SetHeight.md
index 71bffdf253c..8d0bf95487d 100644
--- a/api/Word.Row.SetHeight.md
+++ b/api/Word.Row.SetHeight.md
@@ -27,7 +27,7 @@ Sets the height of a table row.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowHeight_|Required| **Single**|The height of the row, in points.|
| _HeightRule_|Required| **WdRowHeightRule**|The rule for determining the height of the specified rows.|
diff --git a/api/Word.Row.SetLeftIndent.md b/api/Word.Row.SetLeftIndent.md
index 9b10221f530..1ce4300ed31 100644
--- a/api/Word.Row.SetLeftIndent.md
+++ b/api/Word.Row.SetLeftIndent.md
@@ -27,7 +27,7 @@ Sets the indentation for a row in a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LeftIndent_|Required| **Single**|The distance (in points) between the current left edge of the specified row or rows and the desired left edge.|
| _RulerStyle_|Required| **WdRulerStyle**|Controls the way Word adjusts the table when the left indent is changed.|
diff --git a/api/Word.Rows.Add.md b/api/Word.Rows.Add.md
index 9661037efe3..75eccd80775 100644
--- a/api/Word.Rows.Add.md
+++ b/api/Word.Rows.Add.md
@@ -27,11 +27,11 @@ Returns a **Row** object that represents a row added to a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeforeRow_|Optional| **Variant**|A **Row** object that represents the row that will appear immediately below the new row.|
-### Return Value
+### Return value
Row
diff --git a/api/Word.Rows.ConvertToText.md b/api/Word.Rows.ConvertToText.md
index f03911ba4b6..01fadef70ef 100644
--- a/api/Word.Rows.ConvertToText.md
+++ b/api/Word.Rows.ConvertToText.md
@@ -27,7 +27,7 @@ Converts rows in a table to text and returns a **Range** object that represents
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Separator_|Optional| **Variant**|The character that delimits the converted columns (paragraph marks delimit the converted rows). Can be any following **WdTableFieldSeparator** constants: **wdSeparateByCommas** , **wdSeparateByDefaultListSeparator** , **wdSeparateByParagraphs** , or **wdSeparateByTabs** (Default).|
| _NestedTables_|Optional| **Variant**| **True** if nested tables are converted to text. This argument is ignored if Separator is not **wdSeparateByParagraphs** . The default value is **True** .|
diff --git a/api/Word.Rows.Item.md b/api/Word.Rows.Item.md
index 1369652106d..9fbfd57969c 100644
--- a/api/Word.Rows.Item.md
+++ b/api/Word.Rows.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Row** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Row
diff --git a/api/Word.Rows.SetHeight.md b/api/Word.Rows.SetHeight.md
index 99db1e46872..5ebaf55ba12 100644
--- a/api/Word.Rows.SetHeight.md
+++ b/api/Word.Rows.SetHeight.md
@@ -27,7 +27,7 @@ Sets the height of table rows.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _RowHeight_|Required| **Single**|The height of the row or rows, in points.|
| _HeightRule_|Required| **WdRowHeightRule**|The rule for determining the height of the specified rows.|
diff --git a/api/Word.Rows.SetLeftIndent.md b/api/Word.Rows.SetLeftIndent.md
index 160176b3e10..b29bb723bdf 100644
--- a/api/Word.Rows.SetLeftIndent.md
+++ b/api/Word.Rows.SetLeftIndent.md
@@ -27,7 +27,7 @@ Sets the indentation for a row or rows in a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LeftIndent_|Required| **Single**|The distance (in points) between the current left edge of the specified row or rows and the desired left edge.|
| _RulerStyle_|Required| **WdRulerStyle**|Controls the way Microsoft Word adjusts the table when the left indent is changed. The **WdRulerStyle** behavior applies to left-aligned tables. The **WdRulerStyle** behavior for center- and right-aligned tables can be unexpected; in these cases, use the **SetLeftIndent** method with care.|
diff --git a/api/Word.SaveAs2.md b/api/Word.SaveAs2.md
index 9164125ef53..2c7568f97a0 100644
--- a/api/Word.SaveAs2.md
+++ b/api/Word.SaveAs2.md
@@ -27,7 +27,7 @@ Saves the specified document with a new name or format. Some of the arguments fo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Optional| **Variant**|The name for the document. The default is the current folder and file name. If the document has never been saved, the default name is used (for example, Doc1.doc). If a document with the specified file name already exists, the document is overwritten without prompting the user.|
| _FileFormat_|Optional| **Variant**|The format in which the document is saved. Can be any **[WdSaveFormat](Word.WdSaveFormat.md)** constant. To save a document in another format, specify the appropriate value for the **[SaveFormat](Word.FileConverter.SaveFormat.md)** property of the **[FileConverter](Word.FileConverter.md)** object.|
@@ -47,7 +47,7 @@ Saves the specified document with a new name or format. Some of the arguments fo
| _AddBiDiMarks_|Optional| **Variant**| **True** adds control characters to the output file to preserve bi-directional layout of the text in the original document.|
| _CompatibilityMode_|Optional| **Variant**|The compatibility mode that Word uses when opening the document. **[WdCompatibilityMode](Word.WdCompatibilityMode.md)** constant.| **Important** |
|---|
| By default, if no value is specified for this parameter, Word enters a value of 0, which specifies that the current compatibility mode of the document should be retained. |
|
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Sections.Add.md b/api/Word.Sections.Add.md
index dfc3350891c..113a822381e 100644
--- a/api/Word.Sections.Add.md
+++ b/api/Word.Sections.Add.md
@@ -27,7 +27,7 @@ Returns a **Section** object that represents a new section added to a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Optional| **Variant**|The range before which you want to insert the section break. If this argument is omitted, the section break is inserted at the end of the document.|
| _Start_|Optional| **Variant**|The type of section break you want to add. Can be one of the **WdSectionStart** constants. If this argument is omitted, a Next Page section break is added.|
diff --git a/api/Word.Sections.Item.md b/api/Word.Sections.Item.md
index cdbcb94a28d..29338f0bc51 100644
--- a/api/Word.Sections.Item.md
+++ b/api/Word.Sections.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Section** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Section
diff --git a/api/Word.Selection.Collapse.md b/api/Word.Selection.Collapse.md
index 45a60b7fdb0..a2a87cd0ad3 100644
--- a/api/Word.Selection.Collapse.md
+++ b/api/Word.Selection.Collapse.md
@@ -27,7 +27,7 @@ Collapses a selection to the starting or ending position. After a selection is c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Optional| **Variant**|The direction in which to collapse the range or selection. Can be either of the following **WdCollapseDirection** constants: **wdCollapseEnd** or **wdCollapseStart** . The default value is **wdCollapseStart** .|
diff --git a/api/Word.Selection.ConvertToTable.md b/api/Word.Selection.ConvertToTable.md
index 8988c61a5b4..95d1ab0f99d 100644
--- a/api/Word.Selection.ConvertToTable.md
+++ b/api/Word.Selection.ConvertToTable.md
@@ -27,7 +27,7 @@ Converts text within a range to a table. Returns the table as a **Table** objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Separator_|Optional| **Variant**|Specifies the character used to separate text into cells. Can be a character or one of the following **WdTableFieldSeparator** constant. If this argument is omitted, the value of the **DefaultTableSeparator** property is used.|
| _NumRows_|Optional| **Variant**|The number of rows in the table. If this argument is omitted, Microsoft Word sets the number of rows, based on the contents of the range.|
@@ -46,7 +46,7 @@ Converts text within a range to a table. Returns the table as a **Table** objec
| _AutoFitBehavior_|Optional| **Variant**|Sets the AutoFit rules for how Word sizes a table. Can be one of the following **WdAutoFitBehavior** constant. If DefaultTableBehavior is **wdWord8TableBehavior** , this argument is ignored.|
| _DefaultTableBehavior_|Optional| **Variant**| Sets a value that specifies whether Microsoft Word automatically resizes cells in a table to fit the contents (AutoFit). Can be one of the **WdDefaultTableBehavior** constant.|
-### Return Value
+### Return value
Table
diff --git a/api/Word.Selection.CreateAutoTextEntry.md b/api/Word.Selection.CreateAutoTextEntry.md
index 4c91231fdfa..1bb7da2f359 100644
--- a/api/Word.Selection.CreateAutoTextEntry.md
+++ b/api/Word.Selection.CreateAutoTextEntry.md
@@ -27,7 +27,7 @@ Adds a new **[AutoTextEntry](Word.AutoTextEntry.md)** object to the **[AutoText
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The text the user must type to call the new AutoText entry.|
| _StyleName_|Required| **String**|The category in which the new AutoText entry will be listed on the **AutoText** menu.|
diff --git a/api/Word.Selection.Delete.md b/api/Word.Selection.Delete.md
index d19ba8c8028..013dbdff475 100644
--- a/api/Word.Selection.Delete.md
+++ b/api/Word.Selection.Delete.md
@@ -27,12 +27,12 @@ Deletes the specified number of characters or words.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The unit by which the collapsed selection is to be deleted. Can be one of the **WdUnits** constants.|
| _Count_|Optional| **Variant**|The number of units to be deleted. To delete units after the selection, collapse the selection and use a positive number. To delete units before the selection, collapse the selection and use a negative number.|
-### Return Value
+### Return value
Long
diff --git a/api/Word.Selection.EndKey.md b/api/Word.Selection.EndKey.md
index c2db85c2ae1..ca9c43f0ce0 100644
--- a/api/Word.Selection.EndKey.md
+++ b/api/Word.Selection.EndKey.md
@@ -27,7 +27,7 @@ Moves or extends the selection to the end of the specified unit.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The unit by which the selection is to be moved or extended. Can be a **WdUnits** constant. The default value is **wdLine** .|
| _Extend_|Optional| **Variant**|Specifies the way the selection is moved. Can be any **WdMovementType** constant. If the value of this argument is **wdMove** , the selection is collapsed to an insertion point and moved to the end of the specified unit. If it is **wdExtend** , the end of the selection is extended to the end of the specified unit. The default value is **wdMove** .|
diff --git a/api/Word.Selection.EndOf.md b/api/Word.Selection.EndOf.md
index 1083c45e676..fe2bf7a0e44 100644
--- a/api/Word.Selection.EndOf.md
+++ b/api/Word.Selection.EndOf.md
@@ -27,7 +27,7 @@ Moves or extends the ending character position of a range or selection to the en
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The unit by which to move the ending character position. **WdUnits** .|
| _Extend_|Optional| **Variant**|Can be either of the **WdMovementType** constants. If **wdMove** , both ends of the range or selection object are moved to the end of the specified unit. If **wdExtend** is used, the end of the range or selection is extended to the end of the specified unit. The default value is **wdMove** .|
diff --git a/api/Word.Selection.Expand.md b/api/Word.Selection.Expand.md
index 3ced09f3ffd..4db091fadfe 100644
--- a/api/Word.Selection.Expand.md
+++ b/api/Word.Selection.Expand.md
@@ -27,7 +27,7 @@ Expands the specified range or selection. Returns the number of characters added
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|A **[WdUnits](Word.WdUnits.md)** constant that represents the unit by which to expand the range. The default value is **wdWord** .|
diff --git a/api/Word.Selection.ExportAsFixedFormat.md b/api/Word.Selection.ExportAsFixedFormat.md
index a0896ee5ceb..d3a2f5c2738 100644
--- a/api/Word.Selection.ExportAsFixedFormat.md
+++ b/api/Word.Selection.ExportAsFixedFormat.md
@@ -27,7 +27,7 @@ Saves the current selection as PDF or XPS format. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _OutputFileName_|Required| **String**|The path and file name of the new PDF or XPS file.|
| _ExportFormat_|Required| **[WdExportFormat](Word.WdExportFormat.md)**|Specifies either PDF or XPS format.|
diff --git a/api/Word.Selection.Extend.md b/api/Word.Selection.Extend.md
index b6d071d72e0..417e102f9bc 100644
--- a/api/Word.Selection.Extend.md
+++ b/api/Word.Selection.Extend.md
@@ -27,7 +27,7 @@ Turns on extend mode, or if extend mode is already on, extends the selection to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Character_|Optional| **Variant**|The character through which the selection is extended. This argument is case sensitive and must evaluate to a **String** or an error occurs. Also, if the value of this argument is longer than a single character, Microsoft Word ignores the command entirely.|
diff --git a/api/Word.Selection.GoTo.md b/api/Word.Selection.GoTo.md
index 33c95c84110..9b2b1f06469 100644
--- a/api/Word.Selection.GoTo.md
+++ b/api/Word.Selection.GoTo.md
@@ -22,14 +22,14 @@ Moves the insertion point to the character position immediately preceding the sp
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Optional| **Variant**|The kind of item to which the range or selection is moved. Can be one of the **[WdGoToItem](Word.WdGoToItem.md)** constants.|
| _Which_|Optional| **Variant**|The item to which the range or selection is moved. Can be one of the **[WdGoToDirection](Word.WdGoToDirection.md)** constants.|
| _Count_|Optional| **Variant**|The number of the item in the document. The default value is 1. Only positive values are valid. To specify an item that precedes the range or selection, use **wdGoToPrevious** as the Which argument and specify a Count value.|
| _Name_|Optional| **Variant**|If the What argument is **wdGoToBookmark** , **wdGoToComment** , **wdGoToField** , or **wdGoToObject** , this argument specifies a name.|
-### Return Value
+### Return value
The [Range](Word.Range.md) that is now selected.
diff --git a/api/Word.Selection.GoToEditableRange.md b/api/Word.Selection.GoToEditableRange.md
index e860461b7c6..d390a6db8e9 100644
--- a/api/Word.Selection.GoToEditableRange.md
+++ b/api/Word.Selection.GoToEditableRange.md
@@ -27,11 +27,11 @@ Returns a **Range** object that represents an area of a document that can be mo
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EditorID_|Optional| **Variant**|Can be either a **String** that represents the user's e-mail alias (if in the same domain), an e-mail address, or a **WdEditorType** constant that represents a group of users. If omitted, selects all ranges for which all users have permissions to edit.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Selection.GoToNext.md b/api/Word.Selection.GoToNext.md
index bfb5189f1a8..5b890a5e3b4 100644
--- a/api/Word.Selection.GoToNext.md
+++ b/api/Word.Selection.GoToNext.md
@@ -27,7 +27,7 @@ Returns a **Range** object that refers to the start position of the next item o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Required| **WdGoToItem**|The item where the specified range or selection is to be moved.|
diff --git a/api/Word.Selection.GoToPrevious.md b/api/Word.Selection.GoToPrevious.md
index 2ce9307e626..1d03ce4702b 100644
--- a/api/Word.Selection.GoToPrevious.md
+++ b/api/Word.Selection.GoToPrevious.md
@@ -27,7 +27,7 @@ Returns a **Range** object that refers to the start position of the previous it
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _What_|Required| **WdGoToItem**|The item where the specified range or selection is to be moved.|
diff --git a/api/Word.Selection.HomeKey.md b/api/Word.Selection.HomeKey.md
index 20372e9e9f4..a17071e9fc2 100644
--- a/api/Word.Selection.HomeKey.md
+++ b/api/Word.Selection.HomeKey.md
@@ -27,7 +27,7 @@ Moves or extends the selection to the beginning of the specified unit. This meth
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The unit by which the selection is to be moved or extended. The default value is **wdLine** .|
| _Extend_|Optional| **Variant**|Specifies the way the selection is moved. Can be one of the **WdMovementType** constants. If the value of this argument is **wdMove** , the selection is collapsed to an insertion point and moved to the beginning of the specified unit. If it is **wdExtend** , the beginning of the selection is extended to the beginning of the specified unit. The default value is **wdMove** .|
diff --git a/api/Word.Selection.InRange.md b/api/Word.Selection.InRange.md
index 28fb41900dd..0bf3b048901 100644
--- a/api/Word.Selection.InRange.md
+++ b/api/Word.Selection.InRange.md
@@ -27,11 +27,11 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required|Optional|The [Range](Word.Range.md) to which you want to compare the selection.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Selection.InStory.md b/api/Word.Selection.InStory.md
index fb719db470c..9499634c6e7 100644
--- a/api/Word.Selection.InStory.md
+++ b/api/Word.Selection.InStory.md
@@ -27,11 +27,11 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range whose story is compared with the story of the current selection.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Selection.Information.md b/api/Word.Selection.Information.md
index 2fe51b43513..104a23f5ec1 100644
--- a/api/Word.Selection.Information.md
+++ b/api/Word.Selection.Information.md
@@ -27,7 +27,7 @@ Returns information about the specified selection. Read-only **Variant** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **WdInformation**|The information type.|
diff --git a/api/Word.Selection.InsertAfter.md b/api/Word.Selection.InsertAfter.md
index 7fb926cce33..18ef1ae9635 100644
--- a/api/Word.Selection.InsertAfter.md
+++ b/api/Word.Selection.InsertAfter.md
@@ -27,7 +27,7 @@ Inserts the specified text at the end of a range or selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The text to be inserted.|
diff --git a/api/Word.Selection.InsertBefore.md b/api/Word.Selection.InsertBefore.md
index 32afb6f8317..2f5a1303023 100644
--- a/api/Word.Selection.InsertBefore.md
+++ b/api/Word.Selection.InsertBefore.md
@@ -27,7 +27,7 @@ Inserts the specified text before the specified selection. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The text to be inserted.|
diff --git a/api/Word.Selection.InsertBreak.md b/api/Word.Selection.InsertBreak.md
index eeecf603585..d31f383ab42 100644
--- a/api/Word.Selection.InsertBreak.md
+++ b/api/Word.Selection.InsertBreak.md
@@ -27,7 +27,7 @@ Inserts a page, column, or section break.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[WdBreakType](Word.WdBreakType.md)**|the type of break to insert. The default value is **wdPageBreak** . Some of the **WdBreakType** constants may not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.|
diff --git a/api/Word.Selection.InsertCaption.md b/api/Word.Selection.InsertCaption.md
index d25a4069bf6..9620e3ad298 100644
--- a/api/Word.Selection.InsertCaption.md
+++ b/api/Word.Selection.InsertCaption.md
@@ -27,7 +27,7 @@ Inserts a caption immediately preceding or following the specified selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Label_|Required| **Variant**|The caption label to be inserted. Can be a **String** or one of the **WdCaptionLabelID** constants. If the label has not yet been defined, an error occurs. Use the **Add** method with the **CaptionLabels** object to define new caption labels.|
| _Title_|Optional| **Variant**|The string to be inserted immediately following the label in the caption (ignored if TitleAutoText is specified).|
diff --git a/api/Word.Selection.InsertCells.md b/api/Word.Selection.InsertCells.md
index f78f86b3535..290c3f000ac 100644
--- a/api/Word.Selection.InsertCells.md
+++ b/api/Word.Selection.InsertCells.md
@@ -27,7 +27,7 @@ Adds cells to an existing table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShiftCells_|Optional| **WdInsertCells**|Specifies how to insert the cells into the existing columns and rows of the tabel.|
diff --git a/api/Word.Selection.InsertCrossReference.md b/api/Word.Selection.InsertCrossReference.md
index f39d993fb18..3b603395994 100644
--- a/api/Word.Selection.InsertCrossReference.md
+++ b/api/Word.Selection.InsertCrossReference.md
@@ -27,7 +27,7 @@ Inserts a cross-reference to a heading, bookmark, footnote, or endnote, or to an
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ReferenceType_|Required| **Variant**|The type of item for which a cross-reference is to be inserted. Can be any **WdReferenceType** or **WdCaptionLabelID** constant or a user defined caption label.|
| _ReferenceKind_|Required| **WdReferenceKind**|The information to be included in the cross-reference.|
diff --git a/api/Word.Selection.InsertDateTime.md b/api/Word.Selection.InsertDateTime.md
index 2e5f31a958b..5e77e7c1e31 100644
--- a/api/Word.Selection.InsertDateTime.md
+++ b/api/Word.Selection.InsertDateTime.md
@@ -27,7 +27,7 @@ Inserts the current date or time, or both, either as text or as a TIME field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DateTimeFormat_|Optional| **Variant**|The format to be used for displaying the date or time, or both. If this argument is omitted, Microsoft Word uses the short-date style from the Windows Control Panel (**Regional Settings** icon).|
| _InsertAsField_|Optional| **Variant**| **True** to insert the specified information as a TIME field. The default value is **True** .|
diff --git a/api/Word.Selection.InsertFile.md b/api/Word.Selection.InsertFile.md
index 77ad1db84fd..0aca6ce0f7e 100644
--- a/api/Word.Selection.InsertFile.md
+++ b/api/Word.Selection.InsertFile.md
@@ -27,7 +27,7 @@ Inserts all or part of the specified file.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name of the file to be inserted. If you don't specify a path, Word assumes the file is in the current folder.|
| _Range_|Optional| **Variant**|If the specified file is a Word document, this parameter refers to a bookmark. If the file is another type (for example, a Microsoft Excel worksheet), this parameter refers to a named range or a cell range (for example, R1C1:R3C4).|
diff --git a/api/Word.Selection.InsertFormula.md b/api/Word.Selection.InsertFormula.md
index ec0642caf45..a826c8bcc3f 100644
--- a/api/Word.Selection.InsertFormula.md
+++ b/api/Word.Selection.InsertFormula.md
@@ -27,7 +27,7 @@ Inserts an = (Formula) field that contains a formula at the selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Formula_|Optional| **Variant**|The mathematical formula you want the = (Formula) field to evaluate. Spreadsheet-type references to table cells are valid. For example, "=SUM(A4:C4)" specifies the first three values in the fourth row. For more information about the = (Formula) field, see Field codes:= (Formula) field.|
| _NumberFormat_|Optional| **Variant**|A format for the result of the = (Formula) field. For information about the types of formats you can apply, see Numeric Picture (\#) field switch.|
diff --git a/api/Word.Selection.InsertRows.md b/api/Word.Selection.InsertRows.md
index 2865cd65e5b..a2cc4e320be 100644
--- a/api/Word.Selection.InsertRows.md
+++ b/api/Word.Selection.InsertRows.md
@@ -27,7 +27,7 @@ Inserts the specified number of new rows above the row that contains the selecti
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumRows_|Optional| **Variant**|The number of rows to be added.|
diff --git a/api/Word.Selection.InsertSymbol.md b/api/Word.Selection.InsertSymbol.md
index 4002381670e..c645b3204a9 100644
--- a/api/Word.Selection.InsertSymbol.md
+++ b/api/Word.Selection.InsertSymbol.md
@@ -27,7 +27,7 @@ Inserts a symbol in place of the specified selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _CharacterNumber_|Required| **Long**|The character number for the specified symbol. This value will always be the sum of 31 and the number that corresponds to the position of the symbol in the table of symbols (counting from left to right). For example, to specify a delta character at position 37 in the table of symbols in the Symbol font, set CharacterNumber to 68.|
| _Font_|Optional| **Variant**|The name of the font that contains the symbol.|
diff --git a/api/Word.Selection.InsertXML.md b/api/Word.Selection.InsertXML.md
index 95aa3e62878..bd2f6f2ead4 100644
--- a/api/Word.Selection.InsertXML.md
+++ b/api/Word.Selection.InsertXML.md
@@ -27,12 +27,12 @@ Inserts the specified XML into the document at the cursor, replacing any selecte
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XML_|Required| **String**|Specifies the XML to insert. This can be any valid custom XML.|
| _Transform_|Optional| **Variant**|Specifies the XML Transformation (XSLT) used to transform the XML. If omitted, the XML is inserted as custom XML without applying a transform.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Selection.IsEqual.md b/api/Word.Selection.IsEqual.md
index b9a305856b2..3c873cb80fa 100644
--- a/api/Word.Selection.IsEqual.md
+++ b/api/Word.Selection.IsEqual.md
@@ -27,11 +27,11 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The range to compare with the current selection.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Selection.Move.md b/api/Word.Selection.Move.md
index c6daabaaea9..95138b5f04f 100644
--- a/api/Word.Selection.Move.md
+++ b/api/Word.Selection.Move.md
@@ -27,12 +27,12 @@ Collapses the specified selection to its start or end position and then moves th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **[WdUnits](Word.WdUnits.md)**|The unit by which to move the ending character position.|
| _Count_|Optional| **Variant**|The number of units by which the specified range or selection is to be moved. If Count is a positive number, the object is collapsed to its end position and moved backward in the document by the specified number of units. If Count is a negative number, the object is collapsed to its start position and moved forward by the specified number of units. The default value is 1. You can also control the collapse direction by using the **Collapse** method before using the **Move** method. If the range or selection is in the middle of a unit or isn't collapsed, moving it to the beginning or end of the unit counts as moving it one full unit.|
-### Return Value
+### Return value
Long
diff --git a/api/Word.Selection.MoveDown.md b/api/Word.Selection.MoveDown.md
index 96aba5110ce..25153ca404e 100644
--- a/api/Word.Selection.MoveDown.md
+++ b/api/Word.Selection.MoveDown.md
@@ -27,7 +27,7 @@ Moves the selection down and returns the number of units it has been moved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which the selection is to be moved.The default value is **wdLine** .|
| _Count_|Optional| **Variant**|The number of units the selection is to be moved. The default value is 1.|
diff --git a/api/Word.Selection.MoveEnd.md b/api/Word.Selection.MoveEnd.md
index 6bd35202c18..6642e12b664 100644
--- a/api/Word.Selection.MoveEnd.md
+++ b/api/Word.Selection.MoveEnd.md
@@ -27,12 +27,12 @@ Moves the ending character position of a range or selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which to move the ending character position. The default value is **wdCharacter** .|
| _Count_|Optional| **Variant**|The number of units to move. If this number is positive, the ending character position is moved forward in the document. If this number is negative, the end is moved backward. If the ending position overtakes the starting position, the range collapses and both character positions move together. The default value is 1.|
-### Return Value
+### Return value
Integer
diff --git a/api/Word.Selection.MoveEndUntil.md b/api/Word.Selection.MoveEndUntil.md
index 6468539fb6f..4e5eaf1d6ee 100644
--- a/api/Word.Selection.MoveEndUntil.md
+++ b/api/Word.Selection.MoveEndUntil.md
@@ -27,12 +27,12 @@ Moves the end position of the specified selection until any of the specified cha
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified selection is to be moved. Can be a number or either **wdForward** or **wdBackward** . If Count is a positive number, the selection is moved forward in the document. If it is a negative number, the selection is moved backward. The default value is **wdForward** .|
-### Return Value
+### Return value
Long
diff --git a/api/Word.Selection.MoveEndWhile.md b/api/Word.Selection.MoveEndWhile.md
index 3ddbf2dfc17..5db032b57c8 100644
--- a/api/Word.Selection.MoveEndWhile.md
+++ b/api/Word.Selection.MoveEndWhile.md
@@ -27,7 +27,7 @@ Moves the ending character position of a selection while any of the specified ch
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the selection is to be moved. Can be a number or either **wdForward** or **wdBackward** . If Count is a positive number, the selection is moved forward in the document. If it is a negative number, the selection is moved backward. The default value is **wdForward** .|
diff --git a/api/Word.Selection.MoveLeft.md b/api/Word.Selection.MoveLeft.md
index a8385c996d7..15b50ef315d 100644
--- a/api/Word.Selection.MoveLeft.md
+++ b/api/Word.Selection.MoveLeft.md
@@ -27,7 +27,7 @@ Moves the selection to the left and returns the number of units it has been move
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which the selection is to be moved.The default value is **wdCharacter** .|
| _Count_|Optional| **Variant**|The number of units the selection is to be moved. The default value is 1.|
diff --git a/api/Word.Selection.MoveRight.md b/api/Word.Selection.MoveRight.md
index fb3505830a8..01f7e4e2799 100644
--- a/api/Word.Selection.MoveRight.md
+++ b/api/Word.Selection.MoveRight.md
@@ -27,13 +27,13 @@ Moves the selection to the right and returns the number of units it has been mov
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which the selection is to be moved.The default value is **wdCharacter** .|
| _Count_|Optional| **Variant**|The number of units the selection is to be moved. The default value is 1.|
| _Extend_|Optional| **Variant**|Can be either **wdMove** or **wdExtend** . If **wdMove** is used, the selection is collapsed to the endpoint and moved to the right. If **wdExtend** is used, the selection is extended to the right. The default value is **wdMove** .|
-### Return Value
+### Return value
Long
diff --git a/api/Word.Selection.MoveStart.md b/api/Word.Selection.MoveStart.md
index 6efc912dd8a..521bce9f3e5 100644
--- a/api/Word.Selection.MoveStart.md
+++ b/api/Word.Selection.MoveStart.md
@@ -27,12 +27,12 @@ Moves the start position of the specified selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which start position of the specified selection is to be moved. Can be one of the **WdUnits** constants. The default value is **wdCharacter** .|
| _Count_|Optional| **Variant**|The maximum number of units by which the specified selection is to be moved. If Count is a positive number, the start position of the selection is moved forward in the document. If it is a negative number, the start position is moved backward. If the start position is moved forward to a position beyond the end position, the selection is collapsed and both the start and end positions are moved together. The default value is 1.|
-### Return Value
+### Return value
Integer
diff --git a/api/Word.Selection.MoveStartUntil.md b/api/Word.Selection.MoveStartUntil.md
index 3de6eaef213..a6e4a597721 100644
--- a/api/Word.Selection.MoveStartUntil.md
+++ b/api/Word.Selection.MoveStartUntil.md
@@ -27,7 +27,7 @@ Moves the start position of the specified selection until one of the specified c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified selection is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the selection is moved forward in the document. If it is a negative number, the selection is moved backward. The default value is **wdForward** .|
diff --git a/api/Word.Selection.MoveStartWhile.md b/api/Word.Selection.MoveStartWhile.md
index 8e469193b17..d44184cfa90 100644
--- a/api/Word.Selection.MoveStartWhile.md
+++ b/api/Word.Selection.MoveStartWhile.md
@@ -27,7 +27,7 @@ Moves the start position of the specified selection while any of the specified c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified selection is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the selection is moved forward in the document. If it is a negative number, the selection is moved backward. The default value is **wdForward** .|
diff --git a/api/Word.Selection.MoveUntil.md b/api/Word.Selection.MoveUntil.md
index 39157132a8d..175ba812db9 100644
--- a/api/Word.Selection.MoveUntil.md
+++ b/api/Word.Selection.MoveUntil.md
@@ -27,7 +27,7 @@ Moves the specified selection until one of the specified characters is found in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. If any character in Cset is found before the Count value expires, the specified selection is positioned as an insertion point immediately before that character. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified selection is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the selection is moved forward in the document, beginning at the end position. If it is a negative number, the selection is moved backward, beginning at the start position. The default value is **wdForward** .|
diff --git a/api/Word.Selection.MoveUp.md b/api/Word.Selection.MoveUp.md
index aa0c212942e..9e0d0aa439b 100644
--- a/api/Word.Selection.MoveUp.md
+++ b/api/Word.Selection.MoveUp.md
@@ -27,13 +27,13 @@ Moves the selection up and returns the number of units that it has been moved.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The unit by which to move the selection. Can be one of the following **WdUnits** constants: **wdLine** , **wdParagraph** , **wdWindow** or **wdScreen** . The default value is **wdLine** . You can use the **wdWindow** constant for the Unit argument to move to the top or bottom of the active window. Regardless of the value of Count (greater than 1 or less than ? 1), the **wdWindow** constant moves only one unit. Use the **wdScreen** constant to move more than one screen.|
| _Count_|Optional| **Variant**|The number of units the selection is to be moved. The default value is 1.|
| _Extend_|Optional| **Variant**|Specifies whether the selection is moved or extended. Can be either **wdMove** or **wdExtend** . If **wdMove** is used, the selection is collapsed to the endpoint and moved up. If **wdExtend** is used, the selection is extended up. The default value is **wdMove** .|
-### Return Value
+### Return value
Long
diff --git a/api/Word.Selection.MoveWhile.md b/api/Word.Selection.MoveWhile.md
index 920cfac202c..ccbd28123a0 100644
--- a/api/Word.Selection.MoveWhile.md
+++ b/api/Word.Selection.MoveWhile.md
@@ -27,7 +27,7 @@ Moves the specified selection while any of the specified characters are found in
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Cset_|Required| **Variant**|One or more characters. This argument is case sensitive.|
| _Count_|Optional| **Variant**|The maximum number of characters by which the specified selection is to be moved. Can be a number or either the **wdForward** or **wdBackward** constant. If Count is a positive number, the specified selection is moved forward in the document, beginning at the end position. If it is a negative number, the selection is moved backward, beginning at the start position. The default value is **wdForward** .|
diff --git a/api/Word.Selection.Next.md b/api/Word.Selection.Next.md
index 3f7c3d46a2c..0ec30dd6afd 100644
--- a/api/Word.Selection.Next.md
+++ b/api/Word.Selection.Next.md
@@ -27,12 +27,12 @@ Returns a **Range** object that represents the next unit relative to the specif
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|The type of units by which to count. Can be any **[WdUnits](Word.WdUnits.md)** constant.|
| _Count_|Optional| **Variant**|The number of units by which you want to move ahead. The default value is one.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Selection.NextField.md b/api/Word.Selection.NextField.md
index 96016f56872..0d0d666366f 100644
--- a/api/Word.Selection.NextField.md
+++ b/api/Word.Selection.NextField.md
@@ -23,7 +23,7 @@ Selects the next field.
_expression_ Required. A variable that represents a '[Selection](Word.Selection.md)' object.
-### Return Value
+### Return value
Field
diff --git a/api/Word.Selection.NextRevision.md b/api/Word.Selection.NextRevision.md
index f9c61e6a520..8ef7b82544d 100644
--- a/api/Word.Selection.NextRevision.md
+++ b/api/Word.Selection.NextRevision.md
@@ -27,11 +27,11 @@ Locates and returns the next tracked change as a **Revision** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wrap_|Optional| **Variant**| **True** to continue searching for a revision at the beginning of the document when the end of the document is reached. The default value is **False** .|
-### Return Value
+### Return value
Revision
diff --git a/api/Word.Selection.PasteAndFormat.md b/api/Word.Selection.PasteAndFormat.md
index e8e66283d29..9be8e4d5896 100644
--- a/api/Word.Selection.PasteAndFormat.md
+++ b/api/Word.Selection.PasteAndFormat.md
@@ -27,7 +27,7 @@ Pastes the selected table cells and formats them as specified.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **[WdRecoveryType](Word.WdRecoveryType.md)**|The type of formatting to use when pasting the selected table cells.|
diff --git a/api/Word.Selection.PasteExcelTable.md b/api/Word.Selection.PasteExcelTable.md
index 4ec87b02bd1..191c3417af1 100644
--- a/api/Word.Selection.PasteExcelTable.md
+++ b/api/Word.Selection.PasteExcelTable.md
@@ -27,7 +27,7 @@ Pastes and formats a Microsoft Excel table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _LinkedToExcel_|Required| **Boolean**| **True** links the pasted table to the original Excel file so that changes made to the Excel file are reflected in Microsoft Word.|
| _WordFormatting_|Required| **Boolean**| **True** formats the table using the formatting in the Word document. **False** formats the table according to the original Excel file.|
diff --git a/api/Word.Selection.PasteSpecial.md b/api/Word.Selection.PasteSpecial.md
index 4a03058c08b..e1d2e8a850d 100644
--- a/api/Word.Selection.PasteSpecial.md
+++ b/api/Word.Selection.PasteSpecial.md
@@ -27,7 +27,7 @@ Inserts the contents of the Clipboard.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _IconIndex_|Optional| **Variant**|If DisplayAsIcon is **True** , this argument is a number that corresponds to the icon you want to use in the program file specified by IconFilename. If this argument is omitted, this method uses the first (default) icon.|
| _Link_|Optional| **Variant**| **True** to create a link to the source file of the Clipboard contents. The default value is **False** .|
diff --git a/api/Word.Selection.Previous.md b/api/Word.Selection.Previous.md
index 8e2341862fe..b6231b75997 100644
--- a/api/Word.Selection.Previous.md
+++ b/api/Word.Selection.Previous.md
@@ -27,12 +27,12 @@ Moves the selected text by the specified number of units, and returns a **Range
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **Variant**|Specifies the type of unit by which to move the selection. Can be one of the **[WdUnits](Word.WdUnits.md)** constants.|
| _Count_|Optional| **Variant**|The number of units by which you want to move. The default value is 1.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Selection.PreviousField.md b/api/Word.Selection.PreviousField.md
index 9a2e85f76f4..5d108f40e96 100644
--- a/api/Word.Selection.PreviousField.md
+++ b/api/Word.Selection.PreviousField.md
@@ -23,7 +23,7 @@ Selects and returns the previous field.
_expression_ Required. A variable that represents a '[Selection](Word.Selection.md)' object.
-### Return Value
+### Return value
Field
diff --git a/api/Word.Selection.PreviousRevision.md b/api/Word.Selection.PreviousRevision.md
index 95630df050d..7da93e6dfc2 100644
--- a/api/Word.Selection.PreviousRevision.md
+++ b/api/Word.Selection.PreviousRevision.md
@@ -27,11 +27,11 @@ Locates and returns the previous tracked change as a **Revision** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wrap_|Optional| **Variant**| **True** to continue searching for a revision at the end of the document when the beginning of the document is reached. The default value is **False** .|
-### Return Value
+### Return value
Revision
diff --git a/api/Word.Selection.ReadingModeGrowFont.md b/api/Word.Selection.ReadingModeGrowFont.md
index a83b803e5b3..306a71c8125 100644
--- a/api/Word.Selection.ReadingModeGrowFont.md
+++ b/api/Word.Selection.ReadingModeGrowFont.md
@@ -23,7 +23,7 @@ Increases the size of the displayed text one point size when the document is dis
_expression_ An expression that returns a [Selection](./Word.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Selection.ReadingModeShrinkFont.md b/api/Word.Selection.ReadingModeShrinkFont.md
index 577e9aae792..b40c47e214c 100644
--- a/api/Word.Selection.ReadingModeShrinkFont.md
+++ b/api/Word.Selection.ReadingModeShrinkFont.md
@@ -23,7 +23,7 @@ Decreases the size of the displayed text one point size when the document is dis
_expression_ An expression that returns a [Selection](./Word.Selection.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Selection.SetRange.md b/api/Word.Selection.SetRange.md
index f9e0d34dcda..f20776b554b 100644
--- a/api/Word.Selection.SetRange.md
+++ b/api/Word.Selection.SetRange.md
@@ -27,7 +27,7 @@ Sets the starting and ending character positions for the selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Start_|Required| **Long**|The starting character position of the selection.|
| _End_|Required| **Long**|The ending character position of the selection.|
diff --git a/api/Word.Selection.Sort.md b/api/Word.Selection.Sort.md
index b6d481d2852..c47fea22348 100644
--- a/api/Word.Selection.Sort.md
+++ b/api/Word.Selection.Sort.md
@@ -27,7 +27,7 @@ Sorts the paragraphs in the specified selection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ExcludeHeader_|Optional| **Variant**| **True** to exclude the first row or paragraph header from the sort operation. The default value is **False** .|
| _FieldNumber_|Optional| **Variant**|The first field by which to sort.|
diff --git a/api/Word.Selection.StartOf.md b/api/Word.Selection.StartOf.md
index d784efb455f..07cf7aabb6b 100644
--- a/api/Word.Selection.StartOf.md
+++ b/api/Word.Selection.StartOf.md
@@ -27,7 +27,7 @@ Moves or extends the start position of the specified range or selection to the b
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Unit_|Optional| **WdUnits**|The unit by which the start position of the specified range or selection is to be moved. If a value is omitted, the default value is **wdWord** .|
| _Extend_|Optional| **WdMovement**|If you use **wdMove** , both ends of the range or selection are moved to the beginning of the specified unit. If you use **wdExtend** , the beginning of the range or selection is extended to the beginning of the specified unit. The default value is **wdMove** .|
diff --git a/api/Word.Selection.TypeText.md b/api/Word.Selection.TypeText.md
index 6462689d8b0..10c2ebaeaa0 100644
--- a/api/Word.Selection.TypeText.md
+++ b/api/Word.Selection.TypeText.md
@@ -27,7 +27,7 @@ Inserts the specified text.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Text_|Required| **String**|The text to be inserted.|
diff --git a/api/Word.Selection.XML.md b/api/Word.Selection.XML.md
index b6cc9bda7dd..004fabd330a 100644
--- a/api/Word.Selection.XML.md
+++ b/api/Word.Selection.XML.md
@@ -27,7 +27,7 @@ Returns a **String** that represents the XML text in the specified object. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataOnly_|Optional| **Boolean**| **True** returns the text of the XML without the Word XML markup. The default setting is **False** .|
diff --git a/api/Word.Sentences.Item.md b/api/Word.Sentences.Item.md
index 14c4302e0be..47aef056339 100644
--- a/api/Word.Sentences.Item.md
+++ b/api/Word.Sentences.Item.md
@@ -24,11 +24,11 @@ Returns an individual **Range** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Series.ApplyDataLabels.md b/api/Word.Series.ApplyDataLabels.md
index 34ff8ca4018..ee901b8e2b8 100644
--- a/api/Word.Series.ApplyDataLabels.md
+++ b/api/Word.Series.ApplyDataLabels.md
@@ -25,7 +25,7 @@ Applies data labels to a series.
### Parameters
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **[XlDataLabelsType](Word.xldatalabelstype.md)**|The type of data label to apply.|
| _LegendKey_|Optional| **Variant**| **True** to show the legend key next to the point. The default is **False** .|
diff --git a/api/Word.Series.DataLabels.md b/api/Word.Series.DataLabels.md
index 19f90794cc2..a4caed1d3c8 100644
--- a/api/Word.Series.DataLabels.md
+++ b/api/Word.Series.DataLabels.md
@@ -27,11 +27,11 @@ Returns an object that represents either a single data label (a **[DataLabel](W
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The number of the data label.|
-### Return Value
+### Return value
An object that represents either a single data label (a **DataLabel** object) or a collection of all the data labels for the series (a **DataLabels** collection).
diff --git a/api/Word.Series.ErrorBar.md b/api/Word.Series.ErrorBar.md
index 7b0cdac15ce..aa4bf37c866 100644
--- a/api/Word.Series.ErrorBar.md
+++ b/api/Word.Series.ErrorBar.md
@@ -27,7 +27,7 @@ Applies error bars to the series.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Direction_|Required| **[XlErrorBarDirection](Word.xlerrorbardirection.md)**|One of the enumeration values that specifies the error bar direction.|
| _Include_|Required| **[XlErrorBarInclude](Word.xlerrorbarinclude.md)**|One of the enumeration values that specifies the error bar parts to include.|
diff --git a/api/Word.Series.InvertColor.md b/api/Word.Series.InvertColor.md
index 450dfa1328c..39a73b1126f 100644
--- a/api/Word.Series.InvertColor.md
+++ b/api/Word.Series.InvertColor.md
@@ -23,7 +23,7 @@ Returns or sets the fill color for negative data points in a series. Read/write.
_expression_ A variable that represents a '[Series](Word.Series.md)' object.
-### Return Value
+### Return value
Integer
diff --git a/api/Word.Series.InvertColorIndex.md b/api/Word.Series.InvertColorIndex.md
index 88c2f4b9b38..1dc8d46bb04 100644
--- a/api/Word.Series.InvertColorIndex.md
+++ b/api/Word.Series.InvertColorIndex.md
@@ -23,7 +23,7 @@ Returns or sets the fill color for negative data points in a series. Read/write.
_expression_ A variable that represents a '[Series](Word.Series.md)' object.
-### Return Value
+### Return value
Integer
diff --git a/api/Word.Series.PlotColorIndex.md b/api/Word.Series.PlotColorIndex.md
index fc1a169f4d0..b0359260a71 100644
--- a/api/Word.Series.PlotColorIndex.md
+++ b/api/Word.Series.PlotColorIndex.md
@@ -23,7 +23,7 @@ Returns an index value that is used internally to associate series formatting wi
_expression_ A variable that represents a '[Series](Word.Series.md)' object.
-### Return Value
+### Return value
Integer
diff --git a/api/Word.Series.Points.md b/api/Word.Series.Points.md
index 5f6f4c0399d..3a30d50a7ad 100644
--- a/api/Word.Series.Points.md
+++ b/api/Word.Series.Points.md
@@ -27,11 +27,11 @@ Returns a collection of all the points in the series.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The name or number of the point.|
-### Return Value
+### Return value
A **[Points](Word.Points.md)** object that represents all the points in the series.
diff --git a/api/Word.Series.Trendlines.md b/api/Word.Series.Trendlines.md
index 7199726fdfb..14887282f30 100644
--- a/api/Word.Series.Trendlines.md
+++ b/api/Word.Series.Trendlines.md
@@ -23,7 +23,7 @@ Returns a collection of all the trendlines for the series.
_expression_ A variable that represents a '[Series](Word.Series.md)' object.
-### Return Value
+### Return value
A **[Trendlines](Word.Trendlines.md)** object that represents all the treadlines for the series.
diff --git a/api/Word.SeriesCollection.Add.md b/api/Word.SeriesCollection.Add.md
index 4b46a00710d..ccb9f42571b 100644
--- a/api/Word.SeriesCollection.Add.md
+++ b/api/Word.SeriesCollection.Add.md
@@ -27,7 +27,7 @@ Adds one or more new series to the collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **Variant**|The new data as a string representation of a range contained in the **[Workbook](Word.ChartData.Workbook.md)** property of the **[ChartData](Word.ChartData.md)** object for the chart.|
| _Rowcol_|Optional| **[XlRowCol](Word.xlrowcol.md)**|One of the enumeration values that specifies whether the new values are in the rows or columns of the specified range.|
@@ -35,7 +35,7 @@ Adds one or more new series to the collection.
| _CategoryLabels_|Optional| **Variant**| **True** if the first row or column contains the name of the category labels. **False** if the first row or column contains the first data point of the series. If this argument is omitted, Word attempts to determine the location of the category label from the contents of the first row or column.|
| _Replace_|Optional| **Variant**|If CategoryLabels is **True** and Replace is **True** , the specified categories replace the categories that currently exist for the series. If Replace is **False** , the existing categories will not be replaced. The default is **False** .|
-### Return Value
+### Return value
A **[Series](Word.Series.md)** object that represents the new series.
diff --git a/api/Word.SeriesCollection.Extend.md b/api/Word.SeriesCollection.Extend.md
index 68bd58f488f..2f7c7fe2c8d 100644
--- a/api/Word.SeriesCollection.Extend.md
+++ b/api/Word.SeriesCollection.Extend.md
@@ -27,7 +27,7 @@ Adds new data points to an existing series collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Source_|Required| **Variant**|The new data to be added to the **SeriesCollection** object, represented as an A1-style range reference.|
| _Rowcol_|Optional| **Variant**|One of the **[XlRowCol](Word.xlrowcol.md)** enumeration values that specifies whether the new values are in the rows or columns of the given range source. If this argument is omitted, Microsoft Word attempts to determine where the values are by the size and orientation of the selected range or by the dimensions of the array.|
diff --git a/api/Word.SeriesCollection.Item.md b/api/Word.SeriesCollection.Item.md
index 93151efd07a..317967d4ec0 100644
--- a/api/Word.SeriesCollection.Item.md
+++ b/api/Word.SeriesCollection.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The name or index number for the object.|
-### Return Value
+### Return value
A **[Series](Word.Series.md)** object contained by the collection.
diff --git a/api/Word.SeriesCollection.NewSeries.md b/api/Word.SeriesCollection.NewSeries.md
index 339195a3c4b..3992ff411c9 100644
--- a/api/Word.SeriesCollection.NewSeries.md
+++ b/api/Word.SeriesCollection.NewSeries.md
@@ -23,7 +23,7 @@ Creates a new series.
_expression_ A variable that represents a '[SeriesCollection](Word.SeriesCollection.md)' object.
-### Return Value
+### Return value
A **[Series](Word.Series.md)** object that represents the new series.
diff --git a/api/Word.SetCompatibilityMode.md b/api/Word.SetCompatibilityMode.md
index 5ce3900a370..a07749d5c08 100644
--- a/api/Word.SetCompatibilityMode.md
+++ b/api/Word.SetCompatibilityMode.md
@@ -27,7 +27,7 @@ Sets the compatibility mode for the document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Mode_|Required| **Long**|Specifies which version of Word to approximate. Use a constant from the [WdCompatibilityMode](Word.WdCompatibilityMode.md) enumeration as an argument for this parameter.|
diff --git a/api/Word.ShadowFormat.IncrementOffsetX.md b/api/Word.ShadowFormat.IncrementOffsetX.md
index 6e2c093bffd..b6b2fb73a6f 100644
--- a/api/Word.ShadowFormat.IncrementOffsetX.md
+++ b/api/Word.ShadowFormat.IncrementOffsetX.md
@@ -27,7 +27,7 @@ Changes the horizontal offset of the shadow by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shadow offset is to be moved horizontally, in points. A positive value moves the shadow to the right; a negative value moves it to the left.|
diff --git a/api/Word.ShadowFormat.IncrementOffsetY.md b/api/Word.ShadowFormat.IncrementOffsetY.md
index a363283b0e9..9f7d32e573d 100644
--- a/api/Word.ShadowFormat.IncrementOffsetY.md
+++ b/api/Word.ShadowFormat.IncrementOffsetY.md
@@ -27,7 +27,7 @@ Changes the vertical offset of the shadow by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shadow offset is to be moved vertically, in points. A positive value moves the shadow down; a negative value moves it up.|
diff --git a/api/Word.Shape.CanvasCropBottom.md b/api/Word.Shape.CanvasCropBottom.md
index a732653425d..b21ab86fb31 100644
--- a/api/Word.Shape.CanvasCropBottom.md
+++ b/api/Word.Shape.CanvasCropBottom.md
@@ -27,7 +27,7 @@ Crops a percentage of the height of a drawing canvas from the bottom of the canv
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|The amount in percentage points of a drawing canvas's height that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's height from the bottom. Entering 0.1 crops ninety percent of the canvas's height from the bottom.|
diff --git a/api/Word.Shape.CanvasCropLeft.md b/api/Word.Shape.CanvasCropLeft.md
index f1e84e4e554..945b35873b1 100644
--- a/api/Word.Shape.CanvasCropLeft.md
+++ b/api/Word.Shape.CanvasCropLeft.md
@@ -27,7 +27,7 @@ Crops a percentage of the width of a drawing canvas from the left side of the ca
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|The amount in percentage points of the drawing canvas's width that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's width from the left. Entering 0.1 crops ninety percent of the canvas's width from the left.|
diff --git a/api/Word.Shape.CanvasCropRight.md b/api/Word.Shape.CanvasCropRight.md
index 7c635d909a2..d6dbb0d1e00 100644
--- a/api/Word.Shape.CanvasCropRight.md
+++ b/api/Word.Shape.CanvasCropRight.md
@@ -27,7 +27,7 @@ Crops a percentage of the width of a drawing canvas from the right side of the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|The amount in percentage points of the canvas's width that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's width from the right. Entering 0.1 crops ninety percent of the canvas's width from the right.|
diff --git a/api/Word.Shape.CanvasCropTop.md b/api/Word.Shape.CanvasCropTop.md
index 68bf9669e80..50767fe7311 100644
--- a/api/Word.Shape.CanvasCropTop.md
+++ b/api/Word.Shape.CanvasCropTop.md
@@ -27,7 +27,7 @@ Crops a percentage of the height of a drawing canvas from the top of the canvas.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|The amount in percentage points of a canvas's height that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's height from the top. Entering 0.1 crops ninety percent of the canvas's height from the top.|
diff --git a/api/Word.Shape.Delete.md b/api/Word.Shape.Delete.md
index 204c54eed85..da2286e98be 100644
--- a/api/Word.Shape.Delete.md
+++ b/api/Word.Shape.Delete.md
@@ -27,7 +27,7 @@ Deletes the specified shape node.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The number of the shape node to delete.|
diff --git a/api/Word.Shape.Flip.md b/api/Word.Shape.Flip.md
index 77d2b10fff5..93ddb063dc2 100644
--- a/api/Word.Shape.Flip.md
+++ b/api/Word.Shape.Flip.md
@@ -27,7 +27,7 @@ Flips a shape horizontally or vertically.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FlipCmd_|Required| **MsoFlipCmd**|The flip orientation.|
diff --git a/api/Word.Shape.IncrementLeft.md b/api/Word.Shape.IncrementLeft.md
index ffb259e135c..e480991d960 100644
--- a/api/Word.Shape.IncrementLeft.md
+++ b/api/Word.Shape.IncrementLeft.md
@@ -27,7 +27,7 @@ Moves the specified shape horizontally by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape is to be moved horizontally, in points. A positive value moves the shape to the right; a negative value moves it to the left.|
diff --git a/api/Word.Shape.IncrementRotation.md b/api/Word.Shape.IncrementRotation.md
index d0fa3c251cc..a5661407280 100644
--- a/api/Word.Shape.IncrementRotation.md
+++ b/api/Word.Shape.IncrementRotation.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the z-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape is to be rotated horizontally, in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise.|
diff --git a/api/Word.Shape.IncrementTop.md b/api/Word.Shape.IncrementTop.md
index 3abbb630bcd..86422494a2e 100644
--- a/api/Word.Shape.IncrementTop.md
+++ b/api/Word.Shape.IncrementTop.md
@@ -27,7 +27,7 @@ Moves the specified shape vertically by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape object is to be moved vertically, in points. A positive value moves the shape down; a negative value moves it up.|
diff --git a/api/Word.Shape.ScaleHeight.md b/api/Word.Shape.ScaleHeight.md
index 12b85393a84..1902bd93931 100644
--- a/api/Word.Shape.ScaleHeight.md
+++ b/api/Word.Shape.ScaleHeight.md
@@ -27,7 +27,7 @@ Scales the height of the shape by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required| **Single**|Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required| **MsoTriState**| **True** to scale the shape relative to its original size. **False** to scale it relative to its current size. You can specify **True** for this argument only if the specified shape is a picture or an OLE object.|
diff --git a/api/Word.Shape.ScaleWidth.md b/api/Word.Shape.ScaleWidth.md
index 5273a6b13ca..2818141ebc4 100644
--- a/api/Word.Shape.ScaleWidth.md
+++ b/api/Word.Shape.ScaleWidth.md
@@ -27,7 +27,7 @@ Scales the width of the shape by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required| **Single**|Specifies the ratio between the width of the shape after you resize it and the current or original width. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required| **MsoTriState**| **True** to scale the shape relative to its original size. **False** to scale it relative to its current size. You can specify **True** for this argument only if the specified shape is a picture or an OLE object.|
diff --git a/api/Word.Shape.Select.md b/api/Word.Shape.Select.md
index 4e9506cd447..38c38cbc8ff 100644
--- a/api/Word.Shape.Select.md
+++ b/api/Word.Shape.Select.md
@@ -27,7 +27,7 @@ Selects the specified shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**|If adding a shape, **True** replaces the selection. **False** adds the new shape to the selection.|
diff --git a/api/Word.Shape.Ungroup.md b/api/Word.Shape.Ungroup.md
index 1e9b6857ace..1098e303843 100644
--- a/api/Word.Shape.Ungroup.md
+++ b/api/Word.Shape.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups any grouped shapes in the specified shape.
_expression_ Required. A variable that represents a '[Shape](Word.Shape.md)' object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Word.Shape.ZOrder.md b/api/Word.Shape.ZOrder.md
index 2df97840ca3..eb80ef543fc 100644
--- a/api/Word.Shape.ZOrder.md
+++ b/api/Word.Shape.ZOrder.md
@@ -27,11 +27,11 @@ Moves the specified shape in front of or behind other shapes in the collection (
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ZOrderCmd_|Required| **MsoZOrderCmd**|Specifies where to move the specified shape relative to the other shapes.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.ShapeNodes.Delete.md b/api/Word.ShapeNodes.Delete.md
index a88203bcc5d..06d15461e4b 100644
--- a/api/Word.ShapeNodes.Delete.md
+++ b/api/Word.ShapeNodes.Delete.md
@@ -27,7 +27,7 @@ Deletes the specified shape node.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The number within the collection of shape nodes of the shape node to delete.|
diff --git a/api/Word.ShapeNodes.Insert.md b/api/Word.ShapeNodes.Insert.md
index 5b48614a796..5332f6e536a 100644
--- a/api/Word.ShapeNodes.Insert.md
+++ b/api/Word.ShapeNodes.Insert.md
@@ -27,7 +27,7 @@ Inserts a node into a freeform shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The number of the shape node after which to insert a new node.|
| _SegmentType_|Required| **MsoSegmentType**|The type of line that connects the inserted node to the neighboring nodes.|
diff --git a/api/Word.ShapeNodes.Item.md b/api/Word.ShapeNodes.Item.md
index 178cae90b09..17458bc006a 100644
--- a/api/Word.ShapeNodes.Item.md
+++ b/api/Word.ShapeNodes.Item.md
@@ -27,11 +27,11 @@ Returns an individual **ShapeNode** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
ShapeNode
diff --git a/api/Word.ShapeNodes.SetEditingType.md b/api/Word.ShapeNodes.SetEditingType.md
index ca295bc8562..a4f8cf170dd 100644
--- a/api/Word.ShapeNodes.SetEditingType.md
+++ b/api/Word.ShapeNodes.SetEditingType.md
@@ -27,7 +27,7 @@ Sets the editing type of the node specified by Index. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The node whose editing type is to be set.|
| _EditingType_|Required| **MsoEditingType**|The editing property of the vertex.|
diff --git a/api/Word.ShapeNodes.SetPosition.md b/api/Word.ShapeNodes.SetPosition.md
index 8369e621cba..b7fe4e3c744 100644
--- a/api/Word.ShapeNodes.SetPosition.md
+++ b/api/Word.ShapeNodes.SetPosition.md
@@ -27,7 +27,7 @@ Sets the location of the node specified by Index.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The node whose position is to be set.|
| _X1_|Required| **Single**|The position (in points) of the new node relative to the upper-left corner of the document.|
diff --git a/api/Word.ShapeNodes.SetSegmentType.md b/api/Word.ShapeNodes.SetSegmentType.md
index 1e803e8865a..2e6b94087fe 100644
--- a/api/Word.ShapeNodes.SetSegmentType.md
+++ b/api/Word.ShapeNodes.SetSegmentType.md
@@ -27,7 +27,7 @@ Sets the segment type of the segment that follows the node specified by Index.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The node whose segment type is to be set.|
| _SegmentType_|Required| **MsoSegmentType**|Specifies if the segment is straight or curved.|
diff --git a/api/Word.ShapeRange.Align.md b/api/Word.ShapeRange.Align.md
index 305f2b282e3..0eafe9bee95 100644
--- a/api/Word.ShapeRange.Align.md
+++ b/api/Word.ShapeRange.Align.md
@@ -27,7 +27,7 @@ Aligns the shapes in the specified range of shapes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Align_|Required| **MsoAlignCmd**|Specifies the way the shapes in the specified shape range are to be aligned.|
| _RelativeTo_|Required| **Long**| **True** to align shapes relative to the edge of the document. **False** to align shapes relative to one another.|
diff --git a/api/Word.ShapeRange.CanvasCropBottom.md b/api/Word.ShapeRange.CanvasCropBottom.md
index 00ed1097d22..19d403f846c 100644
--- a/api/Word.ShapeRange.CanvasCropBottom.md
+++ b/api/Word.ShapeRange.CanvasCropBottom.md
@@ -27,7 +27,7 @@ Crops a percentage of the height of a drawing canvas from the bottom of the canv
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|The amount in percentage points of a drawing canvas's height that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's height from the bottom. Entering 0.1 crops ninety percent of the canvas's height from the bottom.|
diff --git a/api/Word.ShapeRange.CanvasCropLeft.md b/api/Word.ShapeRange.CanvasCropLeft.md
index 5243342879d..4251b4ba41d 100644
--- a/api/Word.ShapeRange.CanvasCropLeft.md
+++ b/api/Word.ShapeRange.CanvasCropLeft.md
@@ -27,7 +27,7 @@ Crops a percentage of the width of a drawing canvas from the left side of the ca
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|The amount in percentage points of the drawing canvas's width that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's width from the left. Entering 0.1 crops ninety percent of the canvas's width from the left.|
diff --git a/api/Word.ShapeRange.CanvasCropRight.md b/api/Word.ShapeRange.CanvasCropRight.md
index 72051ca8da3..7c0bd2f53cd 100644
--- a/api/Word.ShapeRange.CanvasCropRight.md
+++ b/api/Word.ShapeRange.CanvasCropRight.md
@@ -27,7 +27,7 @@ Crops a percentage of the width of a drawing canvas from the right side of the c
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|The amount in percentage points of the canvas's width that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's width from the right. Entering 0.1 crops ninety percent of the canvas's width from the right.|
diff --git a/api/Word.ShapeRange.CanvasCropTop.md b/api/Word.ShapeRange.CanvasCropTop.md
index 5943d451653..eecbf2a2424 100644
--- a/api/Word.ShapeRange.CanvasCropTop.md
+++ b/api/Word.ShapeRange.CanvasCropTop.md
@@ -27,7 +27,7 @@ Crops a percentage of the height of a drawing canvas from the top of the canvas.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|The amount in percentage points of a canvas's height that you want remaining after the canvas is cropped. Entering 0.9 as the increment crops ten percent of the canvas's height from the top. Entering 0.1 crops ninety percent of the canvas's height from the top.|
diff --git a/api/Word.ShapeRange.ConvertToInlineShape.md b/api/Word.ShapeRange.ConvertToInlineShape.md
index 7cd5161d222..8dcd6e216c2 100644
--- a/api/Word.ShapeRange.ConvertToInlineShape.md
+++ b/api/Word.ShapeRange.ConvertToInlineShape.md
@@ -23,7 +23,7 @@ Converts the specified shape in the drawing layer of a document to an inline sha
_expression_ Required. A variable that represents a '[ShapeRange](Word.shaperange.md)' object.
-### Return Value
+### Return value
**[InlineShape](Word.InlineShape.md)**
diff --git a/api/Word.ShapeRange.Distribute.md b/api/Word.ShapeRange.Distribute.md
index 3826f5a59cd..bb1edfb1cba 100644
--- a/api/Word.ShapeRange.Distribute.md
+++ b/api/Word.ShapeRange.Distribute.md
@@ -27,7 +27,7 @@ Evenly distributes the shapes in the specified range of shapes. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Distribute_|Required| **MsoDistributeCmd**|Specifies whether to distribute shapes horizontally or vertically.|
| _RelativeTo_|Required| **Long**| **True** to distribute the shapes evenly over the entire horizontal or vertical space on the page. **False** to distribute them within the horizontal or vertical space that the range of shapes originally occupies.|
diff --git a/api/Word.ShapeRange.Flip.md b/api/Word.ShapeRange.Flip.md
index cc1b2bb5faa..9f41040885d 100644
--- a/api/Word.ShapeRange.Flip.md
+++ b/api/Word.ShapeRange.Flip.md
@@ -27,7 +27,7 @@ Flips a shape horizontally or vertically.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FlipCmd_|Required| **MsoFlipCmd**|The flip orientation.|
diff --git a/api/Word.ShapeRange.IncrementLeft.md b/api/Word.ShapeRange.IncrementLeft.md
index 470817fcdcc..6ae0f8b9b46 100644
--- a/api/Word.ShapeRange.IncrementLeft.md
+++ b/api/Word.ShapeRange.IncrementLeft.md
@@ -27,7 +27,7 @@ Moves the specified shape horizontally by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape is to be moved horizontally, in points. A positive value moves the shape to the right; a negative value moves it to the left.|
diff --git a/api/Word.ShapeRange.IncrementRotation.md b/api/Word.ShapeRange.IncrementRotation.md
index 825fe6dd984..f765e321d2f 100644
--- a/api/Word.ShapeRange.IncrementRotation.md
+++ b/api/Word.ShapeRange.IncrementRotation.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the z-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape is to be rotated horizontally, in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise.|
diff --git a/api/Word.ShapeRange.IncrementTop.md b/api/Word.ShapeRange.IncrementTop.md
index 546f3df7e50..435066a04be 100644
--- a/api/Word.ShapeRange.IncrementTop.md
+++ b/api/Word.ShapeRange.IncrementTop.md
@@ -27,7 +27,7 @@ Moves the specified shape vertically by the specified number of points.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how far the shape object is to be moved vertically, in points. A positive value moves the shape down; a negative value moves it up.|
diff --git a/api/Word.ShapeRange.Item.md b/api/Word.ShapeRange.Item.md
index e6aaf9fc240..96e4b97fb38 100644
--- a/api/Word.ShapeRange.Item.md
+++ b/api/Word.ShapeRange.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Shape** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Shape
diff --git a/api/Word.ShapeRange.ScaleHeight.md b/api/Word.ShapeRange.ScaleHeight.md
index 2273d322361..3116be3846e 100644
--- a/api/Word.ShapeRange.ScaleHeight.md
+++ b/api/Word.ShapeRange.ScaleHeight.md
@@ -27,7 +27,7 @@ Scales the height of a range of shapes by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required| **Single**|Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required| **MsoTriState**| **True** to scale the shape relative to its original size. **False** to scale it relative to its current size. You can specify **True** for this argument only if the specified shape is a picture or an OLE object.|
diff --git a/api/Word.ShapeRange.ScaleWidth.md b/api/Word.ShapeRange.ScaleWidth.md
index 91a6f126132..565509a9fbd 100644
--- a/api/Word.ShapeRange.ScaleWidth.md
+++ b/api/Word.ShapeRange.ScaleWidth.md
@@ -27,7 +27,7 @@ Scales the width of a shape by a specified factor.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Factor_|Required| **Single**|Specifies the ratio between the width of the shape after you resize it and the current or original width. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.|
| _RelativeToOriginalSize_|Required| **MsoTriState**| **True** to scale the shape relative to its original size. **False** to scale it relative to its current size. You can specify **True** for this argument only if the specified shape is a picture or an OLE object.|
diff --git a/api/Word.ShapeRange.Select.md b/api/Word.ShapeRange.Select.md
index 4eacaa4b295..e9807bf7f02 100644
--- a/api/Word.ShapeRange.Select.md
+++ b/api/Word.ShapeRange.Select.md
@@ -27,7 +27,7 @@ Selects the specified range of shapes.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Replace_|Optional| **Variant**|If adding a shape, **True** replaces the selection. **False** adds the new shape to the selection.|
diff --git a/api/Word.ShapeRange.Ungroup.md b/api/Word.ShapeRange.Ungroup.md
index be5c9331074..b54cc5bb3b0 100644
--- a/api/Word.ShapeRange.Ungroup.md
+++ b/api/Word.ShapeRange.Ungroup.md
@@ -23,7 +23,7 @@ Ungroups any grouped shapes in the specified range of shapes, disassembles pictu
_expression_ Required. A variable that represents a '[ShapeRange](Word.shaperange.md)' object.
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Word.ShapeRange.ZOrder.md b/api/Word.ShapeRange.ZOrder.md
index e4ec64b3fcd..f6f90b3cfbc 100644
--- a/api/Word.ShapeRange.ZOrder.md
+++ b/api/Word.ShapeRange.ZOrder.md
@@ -27,11 +27,11 @@ Moves the specified shape range in front of or behind other shapes in the collec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ZOrderCmd_|Required| **MsoZOrderCmd**|Specifies where to move the specified shape range relative to the other shapes.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.Shapes.AddCallout.md b/api/Word.Shapes.AddCallout.md
index d6bcd5ec7bf..fd831f5541d 100644
--- a/api/Word.Shapes.AddCallout.md
+++ b/api/Word.Shapes.AddCallout.md
@@ -27,7 +27,7 @@ Adds a borderless line callout to a drawing canvas. .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **MsoCalloutType**|The type of callout.|
| _Left_|Required| **Single**|The position, in points, of the left edge of the callout's bounding box.|
@@ -35,7 +35,7 @@ Adds a borderless line callout to a drawing canvas. .
| _Width_|Required| **Single**|The width, in points, of the callout's bounding box.|
| _Height_|Required| **Single**|The height, in points, of the callout's bounding box.|
-### Return Value
+### Return value
**[Shape](Word.Shape.md)**
diff --git a/api/Word.Shapes.AddCanvas.md b/api/Word.Shapes.AddCanvas.md
index 11cf2f94df2..e98b6e4a6a1 100644
--- a/api/Word.Shapes.AddCanvas.md
+++ b/api/Word.Shapes.AddCanvas.md
@@ -27,7 +27,7 @@ Adds a drawing canvas to a document. Returns a **[Shape](Word.Shape.md)** objec
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required| **Single**|The position, in points, of the left edge of the drawing canvas, relative to the anchor.|
| _Top_|Required| **Single**|The position, in points, of the top edge of the drawing canvas, relative to the anchor.|
@@ -35,7 +35,7 @@ Adds a drawing canvas to a document. Returns a **[Shape](Word.Shape.md)** objec
| _Height_|Required| **Single**|The height, in points, of the drawing canvas.|
| _Anchor_|Optional| **Variant**|A **[Range](Word.Range.md)** object that represents the text to which the canvas is bound. If Anchor is specified, the anchor is positioned at the beginning of the first paragraph in the anchoring range. If this argument is omitted, the anchoring range is selected automatically and the canvas is positioned relative to the top and left edges of the page.|
-### Return Value
+### Return value
Shape
diff --git a/api/Word.Shapes.AddCurve.md b/api/Word.Shapes.AddCurve.md
index 0a97b750a64..03022e211fe 100644
--- a/api/Word.Shapes.AddCurve.md
+++ b/api/Word.Shapes.AddCurve.md
@@ -27,11 +27,11 @@ Returns a **[Shape](Word.Shape.md)** object that represents a B?zier curve in a
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SafeArrayOfPoints_|Required| **Variant**|An array of coordinate pairs that specifies the vertices and control points of the curve. The first point you specify is the starting vertex, and the next two points are control points for the first B?zier segment. Then, for each additional segment of the curve, you specify a vertex and two control points. The last point you specify is the ending vertex for the curve. Note that you must always specify 3n + 1 points, where n is the number of segments in the curve.|
-### Return Value
+### Return value
**[Shape](Word.Shape.md)**
diff --git a/api/Word.Shapes.AddLabel.md b/api/Word.Shapes.AddLabel.md
index 84f01095834..3c46ad16002 100644
--- a/api/Word.Shapes.AddLabel.md
+++ b/api/Word.Shapes.AddLabel.md
@@ -27,7 +27,7 @@ Adds a text label to a drawing canvas.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Orientation_|Required| **MsoTextOrientation**|The orientation of the text.|
| _Left_|Required| **Single**|The position, measured in points, of the left edge of the label relative to the left edge of the drawing canvas.|
@@ -35,7 +35,7 @@ Adds a text label to a drawing canvas.
| _Width_|Required| **Single**|The width of the label, in points.|
| _Height_|Required| **Single**|The height of the label, in points.|
-### Return Value
+### Return value
**Shapes**
diff --git a/api/Word.Shapes.AddLine.md b/api/Word.Shapes.AddLine.md
index 5e328738595..532d2eee864 100644
--- a/api/Word.Shapes.AddLine.md
+++ b/api/Word.Shapes.AddLine.md
@@ -27,14 +27,14 @@ Adds a line to a drawing canvas.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeginX_|Required| **Single**|The horizontal position, measured in points, of the line's starting point, relative to the drawing canvas.|
| _BeginY_|Required| **Single**|The vertical position, measured in points, of the line's starting point, relative to the drawing canvas.|
| _EndX_|Required| **Single**|The horizontal position, measured in points, of the line's endpoint, relative to the drawing canvas.|
| _EndY_|Required| **Single**|The vertical position, measured in points, of the line's endpoint, relative to the drawing canvas.|
-### Return Value
+### Return value
**[Shape](Word.Shape.md)**
diff --git a/api/Word.Shapes.AddOLEControl.md b/api/Word.Shapes.AddOLEControl.md
index f4793667e75..9f3d4568cf7 100644
--- a/api/Word.Shapes.AddOLEControl.md
+++ b/api/Word.Shapes.AddOLEControl.md
@@ -27,12 +27,12 @@ Creates an ActiveX control (formerly known as an OLE control). Returns the **In
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassType_|Optional| **Variant**|The programmatic identifier for the ActiveX control to be created.|
| _Range_|Optional| **Variant**|The range where the ActiveX control will be placed in the text. The ActiveX control replaces the range, if the range isn't collapsed. If this argument is omitted, the Active X control is placed automatically.|
-### Return Value
+### Return value
InlineShape
diff --git a/api/Word.Shapes.AddOLEObject.md b/api/Word.Shapes.AddOLEObject.md
index 78c16e89e1c..fe863ec4d32 100644
--- a/api/Word.Shapes.AddOLEObject.md
+++ b/api/Word.Shapes.AddOLEObject.md
@@ -27,7 +27,7 @@ Creates an OLE object. Returns the **InlineShape** object that represents the n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ClassType_|Optional| **Variant**|The name of the application used to activate the specified OLE object.|
| _FileName_|Optional| **Variant**|The file from which the object is to be created. If this argument is omitted, the current folder is used. You must specify either the ClassType or FileName argument for the object, but not both.|
@@ -38,7 +38,7 @@ Creates an OLE object. Returns the **InlineShape** object that represents the n
| _IconLabel_|Optional| **Variant**|A label (caption) to be displayed beneath the icon.|
| _Range_|Optional| **Variant**|The range where the OLE object will be placed in the text. The OLE object replaces the range, unless the range is collapsed. If this argument is omitted, the object is placed automatically.|
-### Return Value
+### Return value
InlineShape
diff --git a/api/Word.Shapes.AddPicture.md b/api/Word.Shapes.AddPicture.md
index 674d3755a4a..3d1f33d0895 100644
--- a/api/Word.Shapes.AddPicture.md
+++ b/api/Word.Shapes.AddPicture.md
@@ -27,7 +27,7 @@ Adds a picture to a drawing canvas. Returns a **Shape** object that represents
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name of the picture.|
| _LinkToFile_|Optional| **Variant**| **True** to link the picture to the file from which it was created. **False** to make the picture an independent copy of the file. The default value is **False** .|
@@ -37,7 +37,7 @@ Adds a picture to a drawing canvas. Returns a **Shape** object that represents
| _Width_|Optional| **Variant**|The width of the picture, in points.|
| _Height_|Optional| **Variant**|The height of the picture, in points.|
-### Return Value
+### Return value
Shape
diff --git a/api/Word.Shapes.AddPolyline.md b/api/Word.Shapes.AddPolyline.md
index 81a9ac15991..c35943eb197 100644
--- a/api/Word.Shapes.AddPolyline.md
+++ b/api/Word.Shapes.AddPolyline.md
@@ -27,7 +27,7 @@ Adds an open or closed polygon to a drawing canvas. Returns a **Shape** object
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SafeArrayOfPoints_|Required| **Variant**|An array of coordinate pairs that specifies the polyline drawing's vertices.|
diff --git a/api/Word.Shapes.AddShape.md b/api/Word.Shapes.AddShape.md
index 5c200dad35d..6f0e94dd9e3 100644
--- a/api/Word.Shapes.AddShape.md
+++ b/api/Word.Shapes.AddShape.md
@@ -27,7 +27,7 @@ Adds an AutoShape to a document. Returns a **[Shape](Word.Shape.md)** object th
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **Long**|The type of shape to be returned. Can be any **MsoAutoShapeType** constant.|
| _Left_|Required| **Single**|The position, measured in points, of the left edge of the AutoShape.|
@@ -35,7 +35,7 @@ Adds an AutoShape to a document. Returns a **[Shape](Word.Shape.md)** object th
| _Width_|Required| **Single**|The width, measured in points, of the AutoShape.|
| _Height_|Required| **Single**|The height, measured in points, of the AutoShape.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Word.Shapes.AddSmartArt.md b/api/Word.Shapes.AddSmartArt.md
index 58138a87b33..ef7a2565da9 100644
--- a/api/Word.Shapes.AddSmartArt.md
+++ b/api/Word.Shapes.AddSmartArt.md
@@ -27,7 +27,7 @@ Inserts the specified SmartArt graphic into the active document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Layout_|Required| **[SMARTARTLAYOUT]**|A [SmartArtLayout](./Office.SmartArtLayout.md) object that specifies the layout for the SmartArt graphic.|
| _Left_|Optional| **Variant**|The distance, in points, from the left edge of the slide to the left edge of the SmartArt graphic.|
@@ -36,7 +36,7 @@ Inserts the specified SmartArt graphic into the active document.
| _Height_|Optional| **Variant**|The height of the SmartArt graphic.|
| _Anchor_|Optional| **Variant**|A [Range](Word.Range.md) object that represents the text to which the SmartArt graphic is bound. If _Anchor_ is specified, the anchor is positioned at the beginning of the first paragraph in the anchoring range. If this argument is omitted, the anchoring range is selected automatically and the SmartArt graphic is positioned relative to the top and left edges of the page.|
-### Return Value
+### Return value
[Shape](Word.Shape.md)
diff --git a/api/Word.Shapes.AddTextEffect.md b/api/Word.Shapes.AddTextEffect.md
index 82e74f9b8e6..c9719d4ec02 100644
--- a/api/Word.Shapes.AddTextEffect.md
+++ b/api/Word.Shapes.AddTextEffect.md
@@ -27,7 +27,7 @@ Adds a WordArt shape to a drawing canvas. Returns a **Shape** object that repre
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetTextEffect_|Required| **MsoPresetTextEffect**|A preset text effect. The values of the **MsoPresetTextEffect** constants correspond to the formats listed in the **WordArt Gallery** dialog box (numbered from left to right and from top to bottom).|
| _Text_|Required| **String**|The text in the WordArt.|
diff --git a/api/Word.Shapes.AddTextbox.md b/api/Word.Shapes.AddTextbox.md
index e5cf7650461..e51163ee16b 100644
--- a/api/Word.Shapes.AddTextbox.md
+++ b/api/Word.Shapes.AddTextbox.md
@@ -27,7 +27,7 @@ Adds a text box to a drawing canvas.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Orientation_|Required| **MsoTextOrientation**|The orientation of the text. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you?ve selected or installed.|
| _Left_|Required| **Single**|The position, measured in points, of the left edge of the text box.|
@@ -35,7 +35,7 @@ Adds a text box to a drawing canvas.
| _Width_|Required| **Single**|The width, measured in points, of the text box.|
| _Height_|Required| **Single**|The height, measured in points, of the text box.|
-### Return Value
+### Return value
**Shape**
diff --git a/api/Word.Shapes.BuildFreeform.md b/api/Word.Shapes.BuildFreeform.md
index 1b824ac0286..ce5c3179260 100644
--- a/api/Word.Shapes.BuildFreeform.md
+++ b/api/Word.Shapes.BuildFreeform.md
@@ -27,13 +27,13 @@ Builds a freeform object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _EditingType_|Required| **MsoEditingType**|The editing property of the first node.|
| _X1_|Required| **Single**|The position (in points) of the first node in the freeform drawing relative to the left edge of the document.|
| _Y1_|Required| **Single**|The position (in points) of the first node in the freeform drawing relative to the top edge of the document.|
-### Return Value
+### Return value
**[FreeformBuilder](Word.FreeformBuilder.md)**
diff --git a/api/Word.Shapes.Item.md b/api/Word.Shapes.Item.md
index 421199d2e00..7231ca2f1ea 100644
--- a/api/Word.Shapes.Item.md
+++ b/api/Word.Shapes.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Shape** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Shape
diff --git a/api/Word.Shapes.Range.md b/api/Word.Shapes.Range.md
index 0a71446a4e4..a4e2a988121 100644
--- a/api/Word.Shapes.Range.md
+++ b/api/Word.Shapes.Range.md
@@ -27,11 +27,11 @@ Returns a **ShapeRange** object that represents the shapes within a range.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|Specifies which shapes are to be included in the specified range. Can be an integer that specifies the index number of a shape within the **Shapes** collection, a string that specifies the name of a shape, or a array that contains integers or strings.|
-### Return Value
+### Return value
ShapeRange
diff --git a/api/Word.Source.Field.md b/api/Word.Source.Field.md
index 5d525090d44..9fd406f1dc7 100644
--- a/api/Word.Source.Field.md
+++ b/api/Word.Source.Field.md
@@ -27,7 +27,7 @@ Returns a **String** that represents the value of a field in a bibliography sou
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|Specifies the name of the field for which to retrieve the value.|
diff --git a/api/Word.Sources.Add.md b/api/Word.Sources.Add.md
index 5035faadc4b..1a57fdfd0f4 100644
--- a/api/Word.Sources.Add.md
+++ b/api/Word.Sources.Add.md
@@ -27,7 +27,7 @@ Add a new source to the sources listed in the **Source Manager** dialog box.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Data_|Required| **String**|An XML string that represents the field values for the new source.|
diff --git a/api/Word.Sources.Item.md b/api/Word.Sources.Item.md
index 45797e99814..5d7d8a325a7 100644
--- a/api/Word.Sources.Item.md
+++ b/api/Word.Sources.Item.md
@@ -27,11 +27,11 @@ Returns a **Source** object that represents the specified item in the collectio
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|Specifies the ordinal position of the object within the collection.|
-### Return Value
+### Return value
Source
diff --git a/api/Word.SpellingSuggestions.Item.md b/api/Word.SpellingSuggestions.Item.md
index bface3041c6..88ebeb5b0a8 100644
--- a/api/Word.SpellingSuggestions.Item.md
+++ b/api/Word.SpellingSuggestions.Item.md
@@ -27,11 +27,11 @@ Returns an individual **SpellingSuggestion** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
SpellingSuggestion
diff --git a/api/Word.StoryRanges.Item.md b/api/Word.StoryRanges.Item.md
index 022e2e3c8d6..e166eed75ce 100644
--- a/api/Word.StoryRanges.Item.md
+++ b/api/Word.StoryRanges.Item.md
@@ -27,11 +27,11 @@ Returns a single story of a range or selection as a **Range** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WdStoryType**|The specified story type.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.Style.LinkToListTemplate.md b/api/Word.Style.LinkToListTemplate.md
index 4563c9f752f..d6ce01b9182 100644
--- a/api/Word.Style.LinkToListTemplate.md
+++ b/api/Word.Style.LinkToListTemplate.md
@@ -27,7 +27,7 @@ Links the specified style to a list template so that the style's formatting can
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ListTemplate_|Required| **ListTemplate object**|The list template that the style is to be linked to.|
| _ListLevelNumber_|Optional| **Variant**|An integer corresponding to the list level that the style is to be linked to. If this argument is omitted, then the level of the style is used.|
diff --git a/api/Word.StyleSheet.Move.md b/api/Word.StyleSheet.Move.md
index 1a2e86e87fc..fbda958578a 100644
--- a/api/Word.StyleSheet.Move.md
+++ b/api/Word.StyleSheet.Move.md
@@ -27,7 +27,7 @@ Moves a style sheet's order of precedence.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Precedence_|Required| **WdStyleSheetPrecedence**|The precedence level.|
diff --git a/api/Word.StyleSheets.Add.md b/api/Word.StyleSheets.Add.md
index ea1953b7339..0a4bcbf8053 100644
--- a/api/Word.StyleSheets.Add.md
+++ b/api/Word.StyleSheets.Add.md
@@ -27,14 +27,14 @@ Returns a **StyleSheet** object that represents a new style sheet added to a We
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The path and file name of the cascading style sheet.|
| _LinkType_|Required| **WdStyleSheetLinkType**|Indicates whether the style sheet should be added as a link or imported into the Web document.|
| _Title_|Required| **String**|The name of the style sheet.|
| _Precedence_|Required| **WdStyleSheetPrecedence**|Indicates the level of importance compared with other cascading style sheets attached to the Web document.|
-### Return Value
+### Return value
StyleSheet
diff --git a/api/Word.StyleSheets.Item.md b/api/Word.StyleSheets.Item.md
index 5dedeb78eba..7b1d3845b2d 100644
--- a/api/Word.StyleSheets.Item.md
+++ b/api/Word.StyleSheets.Item.md
@@ -27,11 +27,11 @@ Returns an individual **StyleSheet** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
StyleSheet
diff --git a/api/Word.Styles.Add.md b/api/Word.Styles.Add.md
index 539bc58de80..69e433f7992 100644
--- a/api/Word.Styles.Add.md
+++ b/api/Word.Styles.Add.md
@@ -27,12 +27,12 @@ Returns a **HeadingStyle** object that represents a new heading style added to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Style_|Required| **Variant**|The style you want to add. You can specify this argument by using either the string name for the style or a **Style** object.|
| _Level_|Required| **Integer**|A number that represents the level of the heading.|
-### Return Value
+### Return value
HeadingStyle
diff --git a/api/Word.Styles.Item.md b/api/Word.Styles.Item.md
index f1ecaf66f36..b599aab8770 100644
--- a/api/Word.Styles.Item.md
+++ b/api/Word.Styles.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Style** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Style
diff --git a/api/Word.Subdocument.Open.md b/api/Word.Subdocument.Open.md
index 189857806a6..eb5578ce056 100644
--- a/api/Word.Subdocument.Open.md
+++ b/api/Word.Subdocument.Open.md
@@ -23,7 +23,7 @@ Opens the specified subdocument. Returns a **Document** object that represents
_expression_ Required. A variable that represents a '[Subdocument](Word.Subdocument.md)' object.
-### Return Value
+### Return value
Document
diff --git a/api/Word.Subdocument.Split.md b/api/Word.Subdocument.Split.md
index 813c9e264e9..d282f41402a 100644
--- a/api/Word.Subdocument.Split.md
+++ b/api/Word.Subdocument.Split.md
@@ -27,7 +27,7 @@ Divides an existing subdocument into two subdocuments at the same level in maste
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range that, when the subdocument is split, becomes a separate subdocument.|
diff --git a/api/Word.Subdocuments.AddFromFile.md b/api/Word.Subdocuments.AddFromFile.md
index c37f64bff74..d5388fde4a1 100644
--- a/api/Word.Subdocuments.AddFromFile.md
+++ b/api/Word.Subdocuments.AddFromFile.md
@@ -27,7 +27,7 @@ Adds the specified subdocument to the master document at the start of the select
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The file name of the subdocument to be inserted into the master document.|
| _ConfirmConversions_|Optional| **Variant**| **True** to confirm file conversion in the **Convert File** dialog box if the file isn't in Word format.|
@@ -38,7 +38,7 @@ Adds the specified subdocument to the master document at the start of the select
| _WritePasswordDocument_|Optional| **Variant**|The password required to save changes to the document file if it is write-protected.|
| _WritePasswordTemplate_|Optional| **Variant**|The password required to save changes to the template attached to the subdocument if the template is write-protected.|
-### Return Value
+### Return value
Subdocument
diff --git a/api/Word.Subdocuments.AddFromRange.md b/api/Word.Subdocuments.AddFromRange.md
index 5accf25e649..56f44adb010 100644
--- a/api/Word.Subdocuments.AddFromRange.md
+++ b/api/Word.Subdocuments.AddFromRange.md
@@ -27,11 +27,11 @@ Creates one or more subdocuments from the text in the specified range and return
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range used to create one or more subdocuments.|
-### Return Value
+### Return value
SubDocument
diff --git a/api/Word.Subdocuments.Item.md b/api/Word.Subdocuments.Item.md
index b6e58e7c396..aa02e7ad3ff 100644
--- a/api/Word.Subdocuments.Item.md
+++ b/api/Word.Subdocuments.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Subdocument** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Subdocument
diff --git a/api/Word.Subdocuments.Merge.md b/api/Word.Subdocuments.Merge.md
index e8eec4768de..f449e3b3315 100644
--- a/api/Word.Subdocuments.Merge.md
+++ b/api/Word.Subdocuments.Merge.md
@@ -27,7 +27,7 @@ Merges the specified subdocuments of a master document into a single subdocument
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FirstSubdocument_|Optional| **Variant**|The path and file name of the original document you want to merge revisions with.|
| _LastSubdocument_|Optional| **Variant**|The last subdocument in a range of subdocuments to be merged.|
diff --git a/api/Word.System.Connect.md b/api/Word.System.Connect.md
index b79a9125596..cdd43a309d9 100644
--- a/api/Word.System.Connect.md
+++ b/api/Word.System.Connect.md
@@ -27,7 +27,7 @@ Establishes a connection to a network drive.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path for the network drive (for example, "\\Project\Info").|
| _Drive_|Optional| **Variant**|A number corresponding to the letter you want to assign to the network drive, where 0 (zero) corresponds to the first available drive letter, 1 corresponds to the second available drive letter, and so on. If this argument is omitted, the next available letter is used.|
diff --git a/api/Word.System.PrivateProfileString.md b/api/Word.System.PrivateProfileString.md
index d907862f2ca..394bd2205f4 100644
--- a/api/Word.System.PrivateProfileString.md
+++ b/api/Word.System.PrivateProfileString.md
@@ -27,7 +27,7 @@ Returns or sets a string in a settings file or the Microsoft Windows registry. R
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _FileName_|Required| **String**|The file name for the settings file. If there is no path specified, the Windows folder is assumed.|
| _Section_|Required| **String**|The name of the section in the settings file that contains Key. In a Windows settings file, the section name appears between brackets before the associated keys (do not include the brackets with Section). If you are returning the value of an entry from the Windows registry, Section should be the complete path to the subkey, including the subtree (for example, "HKEY_CURRENT_USER\Software\Microsoft\Office\version\Word\Options").|
diff --git a/api/Word.TabStops.Add.md b/api/Word.TabStops.Add.md
index 490eddfd58b..f5f47c70198 100644
--- a/api/Word.TabStops.Add.md
+++ b/api/Word.TabStops.Add.md
@@ -27,13 +27,13 @@ Returns a **TabStop** object that represents a custom tab stop added to a docum
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Position_|Required| **Single**|The position of the tab stop (in points) relative to the left margin.|
| _Alignment_|Optional| **Variant**|The alignment of the tab stop. Can be one of the **WdTabAlignment** constants.|
| _Leader_|Optional| **Variant**|The type of leader for the tab stop. Can be one of the **WdTabLeader** constants. If this argument is omitted, **wdTabLeaderSpaces** is used.|
-### Return Value
+### Return value
TabStop
diff --git a/api/Word.TabStops.After.md b/api/Word.TabStops.After.md
index 372515e6f10..4245c909d0f 100644
--- a/api/Word.TabStops.After.md
+++ b/api/Word.TabStops.After.md
@@ -27,7 +27,7 @@ Returns the next **TabStop** object to the right of Position.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Position_|Required| **Single**|A location on the ruler, in points.|
diff --git a/api/Word.TabStops.Before.md b/api/Word.TabStops.Before.md
index 01f5689c331..76212a7712c 100644
--- a/api/Word.TabStops.Before.md
+++ b/api/Word.TabStops.Before.md
@@ -27,7 +27,7 @@ Returns the next **TabStop** object to the left of Position.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Position_|Required| **Single**|A location on the ruler, in points.|
diff --git a/api/Word.TabStops.Item.md b/api/Word.TabStops.Item.md
index 965d43b8e73..42171c7be53 100644
--- a/api/Word.TabStops.Item.md
+++ b/api/Word.TabStops.Item.md
@@ -27,11 +27,11 @@ Returns an individual **TabStop** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
TabStop
diff --git a/api/Word.Table.ApplyStyleDirectFormatting.md b/api/Word.Table.ApplyStyleDirectFormatting.md
index 8ddcb1b126d..0d41788d85b 100644
--- a/api/Word.Table.ApplyStyleDirectFormatting.md
+++ b/api/Word.Table.ApplyStyleDirectFormatting.md
@@ -27,7 +27,7 @@ Applies the specified style but maintains any formatting that a user directly ap
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _StyleName_|Required| **String**|The name of the style to apply.|
diff --git a/api/Word.Table.AutoFitBehavior.md b/api/Word.Table.AutoFitBehavior.md
index 7793458498d..ae802df85f0 100644
--- a/api/Word.Table.AutoFitBehavior.md
+++ b/api/Word.Table.AutoFitBehavior.md
@@ -27,7 +27,7 @@ Determines how Microsoft Word resizes a table when the AutoFit feature is used.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Behavior_|Required| **WdAutoFitBehavior**|How Word resizes the specified table with the AutoFit feature is used.|
diff --git a/api/Word.Table.AutoFormat.md b/api/Word.Table.AutoFormat.md
index 9d7e66dbd77..883692393ce 100644
--- a/api/Word.Table.AutoFormat.md
+++ b/api/Word.Table.AutoFormat.md
@@ -27,7 +27,7 @@ Applies a predefined look to a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Format_|Optional| **Variant**|The format to apply. This parameter can be a **[WdTableFormat](Word.WdTableFormat.md)** constant, a **[WdTableFormatApply](Word.WdTableFormatApply.md)** constant, or a **TableStyle** object.|
| _ApplyBorders_|Optional| **Variant**| **True** to apply the border properties of the specified format. The default value is **True** .|
diff --git a/api/Word.Table.Cell.md b/api/Word.Table.Cell.md
index b76e99d2e17..d825505028f 100644
--- a/api/Word.Table.Cell.md
+++ b/api/Word.Table.Cell.md
@@ -27,12 +27,12 @@ Returns a **Cell** object that represents a cell in a table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Row_|Required| **Long**|The number of the row in the table to return. Can be an integer between 1 and the number of rows in the table.|
| _Column_|Required| **Long**|The number of the cell in the table to return. Can be an integer between 1 and the number of columns in the table.|
-### Return Value
+### Return value
Cell
diff --git a/api/Word.Table.ConvertToText.md b/api/Word.Table.ConvertToText.md
index c53c5da3987..6391103fedb 100644
--- a/api/Word.Table.ConvertToText.md
+++ b/api/Word.Table.ConvertToText.md
@@ -27,7 +27,7 @@ Converts a table to text and returns a **Range** object that represents the del
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Separator_|Optional| **Variant**|The character that delimits the converted columns (paragraph marks delimit the converted rows). Can be any **WdTableFieldSeparator** constants.|
| _NestedTables_|Optional| **Variant**| **True** if nested tables are converted to text. This argument is ignored if Separator is not **wdSeparateByParagraphs** . The default value is **True** .|
diff --git a/api/Word.Table.Sort.md b/api/Word.Table.Sort.md
index 22e59f9e98e..8960f32f441 100644
--- a/api/Word.Table.Sort.md
+++ b/api/Word.Table.Sort.md
@@ -27,7 +27,7 @@ Sorts the specified table.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ExcludeHeader_|Optional| **Variant**| **True** to exclude the first row from the sort operation. The default value is **False** .|
| _FieldNumber_|Optional| **Variant**|The first field by which to sort. Microsoft Word sorts by FieldNumber, then by FieldNumber2, and then by FieldNumber3.|
diff --git a/api/Word.Table.Split.md b/api/Word.Table.Split.md
index f2b47887056..7d91b09edde 100644
--- a/api/Word.Table.Split.md
+++ b/api/Word.Table.Split.md
@@ -27,11 +27,11 @@ Inserts an empty paragraph immediately above the specified row in the table, and
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _BeforeRow_|Required| **Variant**|The row that the table is to be split before. Can be a row number or a **Row** object.|
-### Return Value
+### Return value
Table
diff --git a/api/Word.TableStyle.Condition.md b/api/Word.TableStyle.Condition.md
index 28a33374043..a7f6992c1b3 100644
--- a/api/Word.TableStyle.Condition.md
+++ b/api/Word.TableStyle.Condition.md
@@ -27,7 +27,7 @@ Returns a **[ConditionalStyle](Word.ConditionalStyle.md)** object that represen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ConditionCode_|Required| [**WdConditionCode**](Word.WdConditionCode.md)|The area of the table to which to apply the formatting.|
diff --git a/api/Word.Tables.Add.md b/api/Word.Tables.Add.md
index 3fd2a986000..47fbc846d3d 100644
--- a/api/Word.Tables.Add.md
+++ b/api/Word.Tables.Add.md
@@ -27,7 +27,7 @@ Returns a **Table** object that represents a new, blank table added to a docume
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range where you want the table to appear. The table replaces the range, if the range isn't collapsed.|
| _NumRows_|Required| **Long**|The number of rows you want to include in the table.|
@@ -35,7 +35,7 @@ Returns a **Table** object that represents a new, blank table added to a docume
| _DefaultTableBehavior_|Optional| **Variant**|Sets a value that specifies whether Microsoft Word automatically resizes cells in tables to fit the cells? contents (AutoFit). Can be either of the following constants: **wdWord8TableBehavior** (AutoFit disabled) or **wdWord9TableBehavior** (AutoFit enabled). The default constant is **wdWord8TableBehavior** .|
| _AutoFitBehavior_|Optional| **Variant**|Sets the AutoFit rules for how Word sizes tables. Can be one of the **WdAutoFitBehavior** constants.|
-### Return Value
+### Return value
Table
diff --git a/api/Word.Tables.Item.md b/api/Word.Tables.Item.md
index 0f2626fc545..9fc5b03c192 100644
--- a/api/Word.Tables.Item.md
+++ b/api/Word.Tables.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Table** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Table
diff --git a/api/Word.TablesOfAuthorities.Add.md b/api/Word.TablesOfAuthorities.Add.md
index 6d879ab0819..1fef3bac348 100644
--- a/api/Word.TablesOfAuthorities.Add.md
+++ b/api/Word.TablesOfAuthorities.Add.md
@@ -27,7 +27,7 @@ Returns a **TableOfAuthorities** object that represents a table of authorities
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range where you want the table of authorities to appear. The table of authorities replaces the range, if the range isn't collapsed.|
| _Category_|Optional| **Variant**|The category of entries you want to include in the table of authorities. Corresponds to the \c switch for a Table of Authorities (TOA) field. Values 0 through 16 correspond to the items listed in the **Category** box on the **Table of Authorities** tab in the **Index and Tables** dialog box (**Reference** command, **Insert** menu). The default value is 1.|
@@ -41,7 +41,7 @@ Returns a **TableOfAuthorities** object that represents a table of authorities
| _IncludeCategoryHeader_|Optional| **Variant**| **True** to have the category name for each group of entries appear in the table of authorities (for example, Cases). Corresponds to the \h switch for a Table of Authorities (TOA) field. If this argument is omitted, IncludeCategoryHeader is assumed to be **True** .|
| _PageNumberSeparator_|Optional| **Variant**|The characters (up to five) that separate individual page numbers within page references in the table of authorities. Corresponds to the \l switch for a Table of Authorities (TOA) field. If this argument is omitted, a comma and a space are used.|
-### Return Value
+### Return value
TableOfAuthorities
diff --git a/api/Word.TablesOfAuthorities.Item.md b/api/Word.TablesOfAuthorities.Item.md
index 42fd60a5bad..5983ea282b2 100644
--- a/api/Word.TablesOfAuthorities.Item.md
+++ b/api/Word.TablesOfAuthorities.Item.md
@@ -27,11 +27,11 @@ Returns an individual **TableOfAuthorities** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
TableOfAuthorities
diff --git a/api/Word.TablesOfAuthorities.MarkAllCitations.md b/api/Word.TablesOfAuthorities.MarkAllCitations.md
index 9885cab9974..afd83023ad6 100644
--- a/api/Word.TablesOfAuthorities.MarkAllCitations.md
+++ b/api/Word.TablesOfAuthorities.MarkAllCitations.md
@@ -27,7 +27,7 @@ Inserts a TA (Table of Authorities Entry) field after all instances of the **Sh
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShortCitation_|Required| **String**|The short citation for the entry as it will appear in the **Mark Citation** dialog box (**Insert** menu, **Index and Tables** command).|
| _LongCitation_|Optional| **Variant**|The long citation string for the entry as it will appear in the table of authorities.|
diff --git a/api/Word.TablesOfAuthorities.MarkCitation.md b/api/Word.TablesOfAuthorities.MarkCitation.md
index bccefde4a64..9ed569f1c5f 100644
--- a/api/Word.TablesOfAuthorities.MarkCitation.md
+++ b/api/Word.TablesOfAuthorities.MarkCitation.md
@@ -27,7 +27,7 @@ Inserts a TA (Table of Authorities Entry) field and returns the field as a **Fi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The location of the table of authorities entry. The TA field is inserted after Range.|
| _ShortCitation_|Required| **String**|The short citation for the entry as it will appear in the **Mark Citation** dialog box (**Insert** menu, **Index and Tables** command).|
diff --git a/api/Word.TablesOfAuthorities.NextCitation.md b/api/Word.TablesOfAuthorities.NextCitation.md
index 742604e68e7..2a9f6bf0c7b 100644
--- a/api/Word.TablesOfAuthorities.NextCitation.md
+++ b/api/Word.TablesOfAuthorities.NextCitation.md
@@ -27,7 +27,7 @@ Finds and selects the next instance of the text specified by the ShortCitation p
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ShortCitation_|Required| **String**|The text of the short citation.|
diff --git a/api/Word.TablesOfAuthoritiesCategories.Item.md b/api/Word.TablesOfAuthoritiesCategories.Item.md
index 900077de4b5..67f6b05f75d 100644
--- a/api/Word.TablesOfAuthoritiesCategories.Item.md
+++ b/api/Word.TablesOfAuthoritiesCategories.Item.md
@@ -27,11 +27,11 @@ Returns an individual **TablesOfAuthoritiesCategory** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
TablesOfAuthoritiesCategory
diff --git a/api/Word.TablesOfContents.Add.md b/api/Word.TablesOfContents.Add.md
index 5cfd843ee8d..7e272a9b7ac 100644
--- a/api/Word.TablesOfContents.Add.md
+++ b/api/Word.TablesOfContents.Add.md
@@ -27,7 +27,7 @@ Returns a **TableOfContents** object that represents a table of contents added
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range where you want the table of contents to appear. The table of contents replaces the range, if the range isn't collapsed.|
| _UseHeadingStyles_|Optional| **Variant**| **True** to use built-in heading styles to create the table of contents. The default value is **True** .|
@@ -42,7 +42,7 @@ Returns a **TableOfContents** object that represents a table of contents added
| _HidePageNumbersInWeb_|Optional| **Variant**| **True** if page numbers in a table of contents should be hidden when the document is being publishing to the Web. The default value is **True** .|
| _UseOutlineLevels_|Optional| **Variant**| **True** to use outline levels to create the table of contents. The default is **False** .|
-### Return Value
+### Return value
TableOfContents
diff --git a/api/Word.TablesOfContents.Item.md b/api/Word.TablesOfContents.Item.md
index 9da70197bc2..e7bc5a339d6 100644
--- a/api/Word.TablesOfContents.Item.md
+++ b/api/Word.TablesOfContents.Item.md
@@ -27,11 +27,11 @@ Returns an individual **TableOfContents** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
TableOfContents
diff --git a/api/Word.TablesOfContents.MarkEntry.md b/api/Word.TablesOfContents.MarkEntry.md
index 07c4587f5c0..bcd8ef4e745 100644
--- a/api/Word.TablesOfContents.MarkEntry.md
+++ b/api/Word.TablesOfContents.MarkEntry.md
@@ -27,7 +27,7 @@ Inserts a TC (Table of Contents Entry) field after the specified range. The meth
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range**|The location of the entry. The TC field is inserted after Range.|
| _Entry_|Optional| **Variant**|The text that appears in the table of contents or table of figures. To indicate a subentry, include the main entry text and the subentry text, separated by a colon (:) (for example, "Introduction:The Product").|
@@ -35,7 +35,7 @@ Inserts a TC (Table of Contents Entry) field after the specified range. The meth
| _TableID_|Optional| **Variant**|A one-letter identifier for the table of figures or table of contents item (for example, "i" for an "illustration").|
| _Level_|Optional| **Variant**|A level for the entry in the table of contents or table of figures.|
-### Return Value
+### Return value
Field
diff --git a/api/Word.TablesOfFigures.Add.md b/api/Word.TablesOfFigures.Add.md
index e936a07bae5..0fef1068550 100644
--- a/api/Word.TablesOfFigures.Add.md
+++ b/api/Word.TablesOfFigures.Add.md
@@ -27,7 +27,7 @@ Returns a **TableOfFigures** object that represents a table of figures added to
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The range where you want the table of figures to appear.|
| _Caption_|Optional| **Variant**|The label that identifies the items you want to include in the table of figures. Corresponds to the \c switch for a Table of Contents (TOC) field. The default value is "Figure."|
@@ -43,7 +43,7 @@ Returns a **TableOfFigures** object that represents a table of figures added to
| _UseHyperlinks_|Optional| **Variant**| **True** if entries in a table of figures should be formatted as hyperlinks when publishing to the Web. The default value is **True** .|
| _HidePageNumbersInWeb_|Optional| **Variant**| **True** if page numbers in a table of figures should be hidden when publishing to the Web. The default value is **True** .|
-### Return Value
+### Return value
TableOfFigures
diff --git a/api/Word.TablesOfFigures.Item.md b/api/Word.TablesOfFigures.Item.md
index c5355c66f5a..93e8373eef6 100644
--- a/api/Word.TablesOfFigures.Item.md
+++ b/api/Word.TablesOfFigures.Item.md
@@ -27,11 +27,11 @@ Returns an individual **TableOfFigures** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
TableOfFigures
diff --git a/api/Word.TablesOfFigures.MarkEntry.md b/api/Word.TablesOfFigures.MarkEntry.md
index 6f1ca54d0c4..b0d89231ef3 100644
--- a/api/Word.TablesOfFigures.MarkEntry.md
+++ b/api/Word.TablesOfFigures.MarkEntry.md
@@ -27,7 +27,7 @@ Inserts a TC (Table of Contents Entry) field after the specified range. The meth
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Required| **Range object**|The location of the entry. The TC field is inserted after Range.|
| _Entry_|Optional| **Variant**|The text that appears in the table of contents or table of figures. To indicate a subentry, include the main entry text and the subentry text, separated by a colon (:) (for example, "Introduction:The Product").|
@@ -35,7 +35,7 @@ Inserts a TC (Table of Contents Entry) field after the specified range. The meth
| _TableID_|Optional| **Variant**|A one-letter identifier for the table of figures or table of contents item (for example, "i" for an "illustration").|
| _Level_|Optional| **Variant**|A level for the entry in the table of contents or table of figures.|
-### Return Value
+### Return value
Field
diff --git a/api/Word.Task.Activate.md b/api/Word.Task.Activate.md
index e114bbb4e72..74b52133897 100644
--- a/api/Word.Task.Activate.md
+++ b/api/Word.Task.Activate.md
@@ -27,7 +27,7 @@ Activates the **Task** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Wait_|Optional| **Variant**| **True** to wait until the user has activated Word before activating the task. **False** to immediately activate the task, even if Word isn't active.|
diff --git a/api/Word.Task.Move.md b/api/Word.Task.Move.md
index 4321429b71f..93c83ed2b94 100644
--- a/api/Word.Task.Move.md
+++ b/api/Word.Task.Move.md
@@ -27,7 +27,7 @@ Positions a task window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Left_|Required| **Long**|The horizontal screen position of the specified window.|
| _Top_|Required| **Long**|The vertical screen position of the specified window.|
diff --git a/api/Word.Task.Resize.md b/api/Word.Task.Resize.md
index ca342a597ed..d1cf6d25557 100644
--- a/api/Word.Task.Resize.md
+++ b/api/Word.Task.Resize.md
@@ -27,7 +27,7 @@ Sizes the specified task window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Width_|Required| **Long**|The width of the window, in points.|
| _Height_|Required| **Long**|The height of the window, in points.|
diff --git a/api/Word.Task.SendWindowMessage.md b/api/Word.Task.SendWindowMessage.md
index f8f3c121019..9cdb27c5ce2 100644
--- a/api/Word.Task.SendWindowMessage.md
+++ b/api/Word.Task.SendWindowMessage.md
@@ -27,7 +27,7 @@ Sends a Windows message and its associated parameters to the specified task.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Message_|Required| **Long**|A hexidecimal number that corresponds to the message you want to send. If you have the Microsoft Platform Software Development Kit, you can look up the name of the message in the header files (Winuser.h, for example) to find the associated hexadecimal number (precede the hexidecimal value with &;h).|
| _wParam_|Required| **Long**|Parameters appropriate for the message you?re sending. For information about what these values represent, see the reference topic for that message in the documentation included with the Microsoft Platform Software Development Kit, available on MSDN. To retrieve the appropriate values, you may need to use the Spy tool (which comes with the kit).|
diff --git a/api/Word.TaskPanes.Item.md b/api/Word.TaskPanes.Item.md
index 7fa0069e71a..bb9aa7efc3f 100644
--- a/api/Word.TaskPanes.Item.md
+++ b/api/Word.TaskPanes.Item.md
@@ -27,11 +27,11 @@ Returns the specified task pane as a **TaskPane** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WdTaskPanes**|The specified task pane.|
-### Return Value
+### Return value
TaskPane
diff --git a/api/Word.Tasks.Exists.md b/api/Word.Tasks.Exists.md
index 3fbf0a23452..ad9cc815a51 100644
--- a/api/Word.Tasks.Exists.md
+++ b/api/Word.Tasks.Exists.md
@@ -27,11 +27,11 @@ Determines whether the specified task exists. Returns **True** if the task exis
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the task.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Tasks.Item.md b/api/Word.Tasks.Item.md
index 10ceab7bfec..2068852e8d4 100644
--- a/api/Word.Tasks.Item.md
+++ b/api/Word.Tasks.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Task** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Task
diff --git a/api/Word.Template.OpenAsDocument.md b/api/Word.Template.OpenAsDocument.md
index 0bbad82822d..ef5e7903295 100644
--- a/api/Word.Template.OpenAsDocument.md
+++ b/api/Word.Template.OpenAsDocument.md
@@ -23,7 +23,7 @@ Opens the specified template as a document and returns a **Document** object.
_expression_ Required. A variable that represents a '[Template](Word.Template.md)' object.
-### Return Value
+### Return value
Document
diff --git a/api/Word.Templates.Item.md b/api/Word.Templates.Item.md
index 878eea5e682..26b8969fe75 100644
--- a/api/Word.Templates.Item.md
+++ b/api/Word.Templates.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Template** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Template
diff --git a/api/Word.TextColumns.Add.md b/api/Word.TextColumns.Add.md
index ffedac640a5..d74ee8c432e 100644
--- a/api/Word.TextColumns.Add.md
+++ b/api/Word.TextColumns.Add.md
@@ -27,13 +27,13 @@ Returns a **TextColumn** object that represents a new text column added to a se
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Width_|Optional| **Variant**|The width of the new text column in the document, in points.|
| _Spacing_|Optional| **Variant**|The spacing between the text columns in the document, in points.|
| _EvenlySpaced_|Optional| **Variant**| **True** to evenly space all the text columns be in the document.|
-### Return Value
+### Return value
TextColumn
diff --git a/api/Word.TextColumns.Item.md b/api/Word.TextColumns.Item.md
index 16e8fbc3c10..96f79da4d3f 100644
--- a/api/Word.TextColumns.Item.md
+++ b/api/Word.TextColumns.Item.md
@@ -27,11 +27,11 @@ Returns an individual **TextColumn** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
TextColumn
diff --git a/api/Word.TextColumns.SetCount.md b/api/Word.TextColumns.SetCount.md
index 66e04efc4a8..dd09804ddd1 100644
--- a/api/Word.TextColumns.SetCount.md
+++ b/api/Word.TextColumns.SetCount.md
@@ -27,7 +27,7 @@ Arranges text into the specified number of text columns.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NumColumns_|Required| **Long**|The number of columns the text is to be arranged into.|
diff --git a/api/Word.TextFrame.ValidLinkTarget.md b/api/Word.TextFrame.ValidLinkTarget.md
index 4cf62e76971..f94082e35c9 100644
--- a/api/Word.TextFrame.ValidLinkTarget.md
+++ b/api/Word.TextFrame.ValidLinkTarget.md
@@ -27,11 +27,11 @@ Determines whether the text frame of one shape can be linked to the text frame o
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _TargetTextFrame_|Required| **TextFrame**|The target text frame to which you want to link the text frame returned by expression.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.TextInput.EditType.md b/api/Word.TextInput.EditType.md
index d61a9acd5a7..c29db666d8d 100644
--- a/api/Word.TextInput.EditType.md
+++ b/api/Word.TextInput.EditType.md
@@ -27,7 +27,7 @@ Sets options for the specified text form field.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Required| **WdTextFormFieldType**|The text box type.|
| _Default_|Optional| **Variant**|The default text that appears in the text box.|
diff --git a/api/Word.ThreeDFormat.IncrementRotationHorizontal.md b/api/Word.ThreeDFormat.IncrementRotationHorizontal.md
index d67ef6e77b7..1f6a2089bc0 100644
--- a/api/Word.ThreeDFormat.IncrementRotationHorizontal.md
+++ b/api/Word.ThreeDFormat.IncrementRotationHorizontal.md
@@ -27,7 +27,7 @@ Horizontally rotates a shape on the x-axis using the specified incrementation va
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies the incrementation value.|
diff --git a/api/Word.ThreeDFormat.IncrementRotationVertical.md b/api/Word.ThreeDFormat.IncrementRotationVertical.md
index 078ba7ef61e..852b3183d30 100644
--- a/api/Word.ThreeDFormat.IncrementRotationVertical.md
+++ b/api/Word.ThreeDFormat.IncrementRotationVertical.md
@@ -27,7 +27,7 @@ Vertically rotates a shape on the y-axis using the specified incrementation valu
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies the incrementation value.|
diff --git a/api/Word.ThreeDFormat.IncrementRotationX.md b/api/Word.ThreeDFormat.IncrementRotationX.md
index 5cc2ae7f546..5f4491caf99 100644
--- a/api/Word.ThreeDFormat.IncrementRotationX.md
+++ b/api/Word.ThreeDFormat.IncrementRotationX.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the x-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much (in degrees) the rotation of the shape around the x-axis is to be changed. Can be a value from ?90 through 90. A positive value tilts the shape up; a negative value tilts it down.|
diff --git a/api/Word.ThreeDFormat.IncrementRotationY.md b/api/Word.ThreeDFormat.IncrementRotationY.md
index 5e11791261e..aa6f3720d74 100644
--- a/api/Word.ThreeDFormat.IncrementRotationY.md
+++ b/api/Word.ThreeDFormat.IncrementRotationY.md
@@ -27,7 +27,7 @@ Changes the rotation of the specified shape around the y-axis by the specified n
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies how much (in degrees) the rotation of the shape around the y-axis is to be changed. Can be a value from ? 90 through 90. A positive value tilts the shape to the left; a negative value tilts it to the right.|
diff --git a/api/Word.ThreeDFormat.IncrementRotationZ.md b/api/Word.ThreeDFormat.IncrementRotationZ.md
index 683cc10722a..23ea5f5679b 100644
--- a/api/Word.ThreeDFormat.IncrementRotationZ.md
+++ b/api/Word.ThreeDFormat.IncrementRotationZ.md
@@ -27,7 +27,7 @@ Rotates a shape on the z-axis using the specified incrementation.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Increment_|Required| **Single**|Specifies the incrementation value.|
diff --git a/api/Word.ThreeDFormat.SetExtrusionDirection.md b/api/Word.ThreeDFormat.SetExtrusionDirection.md
index 024f3b23850..1ec140b9f4e 100644
--- a/api/Word.ThreeDFormat.SetExtrusionDirection.md
+++ b/api/Word.ThreeDFormat.SetExtrusionDirection.md
@@ -27,7 +27,7 @@ Sets the direction that the extrusion's sweep path takes away from the extruded
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetExtrusionDirection_|Required| **MsoPresetExtrusionDirection**|Sets the direction of the extrusion.|
diff --git a/api/Word.ThreeDFormat.SetPresetCamera.md b/api/Word.ThreeDFormat.SetPresetCamera.md
index b15b61439d3..30333b56380 100644
--- a/api/Word.ThreeDFormat.SetPresetCamera.md
+++ b/api/Word.ThreeDFormat.SetPresetCamera.md
@@ -27,7 +27,7 @@ Sets the camera presets for a shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetCamera_|Required| **MsoPresetCamera**|Specifies the camera preset type.|
diff --git a/api/Word.ThreeDFormat.SetThreeDFormat.md b/api/Word.ThreeDFormat.SetThreeDFormat.md
index ffb24d21347..8648ff6ce19 100644
--- a/api/Word.ThreeDFormat.SetThreeDFormat.md
+++ b/api/Word.ThreeDFormat.SetThreeDFormat.md
@@ -27,7 +27,7 @@ Sets the preset extrusion format.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _PresetThreeDFormat_|Required| **MsoPresetThreeDFormat**|Specifies a preset extrusion format that corresponds to one of the options (numbered from left to right, top to bottom) displayed when you click the **3-D** button on the **Drawing** toolbar.|
diff --git a/api/Word.Trendlines.Add.md b/api/Word.Trendlines.Add.md
index ed7e48cf5eb..e1b9b9d7517 100644
--- a/api/Word.Trendlines.Add.md
+++ b/api/Word.Trendlines.Add.md
@@ -27,7 +27,7 @@ Creates a new trendline.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Type_|Optional| **[XlTrendlineType](Word.xltrendlinetype.md)**|One of the enumeration values that specifies the trendline type. The default is **xlLinear** .|
| _Order_|Optional| **Variant**|The trendline order. Required ifType is set to **xlPolynomial** . If specified, the value must be an integer from 2 through 6.|
@@ -42,7 +42,7 @@ Creates a new trendline.
| _DisplayRSquared_|Optional| **Variant**| **True** to display the R-squared value of the trendline on the chart (in the same data label as the equation). The default is **False** .|
| _Name_|Optional| **Variant**|The name of the trendline. If omitted, Microsoft Word generates a name, and the **[NameIsAuto](Word.Trendline.NameIsAuto.md)** property of the resulting **[Trendline](Word.Trendline.md)** object is set to **True** .|
-### Return Value
+### Return value
A **[Trendline](Word.Trendline.md)** object that represents the new trendline.
diff --git a/api/Word.Trendlines.Item.md b/api/Word.Trendlines.Item.md
index cea0717b259..93ac89eaae0 100644
--- a/api/Word.Trendlines.Item.md
+++ b/api/Word.Trendlines.Item.md
@@ -27,11 +27,11 @@ Returns a single object from a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Optional| **Variant**|The index number for the object.|
-### Return Value
+### Return value
A **[Trendline](Word.Trendline.md)** object that the collection contains.
diff --git a/api/Word.TwoInitialCapsExceptions.Add.md b/api/Word.TwoInitialCapsExceptions.Add.md
index b9698a1edde..54c169cb6eb 100644
--- a/api/Word.TwoInitialCapsExceptions.Add.md
+++ b/api/Word.TwoInitialCapsExceptions.Add.md
@@ -27,11 +27,11 @@ Returns a **TwoInitialCapsException** object that represents a new exception ad
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The word with two initial capital letters that you want Microsoft Word to overlook.|
-### Return Value
+### Return value
TwoInitialCapsException
diff --git a/api/Word.TwoInitialCapsExceptions.Item.md b/api/Word.TwoInitialCapsExceptions.Item.md
index f4237913abc..eeff939c885 100644
--- a/api/Word.TwoInitialCapsExceptions.Item.md
+++ b/api/Word.TwoInitialCapsExceptions.Item.md
@@ -27,11 +27,11 @@ Returns an individual **TwoInitialCapsException** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
TwoInitialCapsException
diff --git a/api/Word.UndoRecord.StartCustomRecord.md b/api/Word.UndoRecord.StartCustomRecord.md
index f1795fe5318..0f385333548 100644
--- a/api/Word.UndoRecord.StartCustomRecord.md
+++ b/api/Word.UndoRecord.StartCustomRecord.md
@@ -27,7 +27,7 @@ Initiates the creation of a custom undo record.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Optional| **String**|Specifies the name of the custom undo record. This string is limited to 64 characters. If a longer string is supplied, the string is truncated to 64 characters.
diff --git a/api/Word.Variables.Add.md b/api/Word.Variables.Add.md
index 414a077d8ed..4d7731a1e0a 100644
--- a/api/Word.Variables.Add.md
+++ b/api/Word.Variables.Add.md
@@ -27,12 +27,12 @@ Returns a **Variable** object that represents a variable added to a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Name_|Required| **String**|The name of the document variable.|
| _Value_|Optional| **Variant**|The value for the document variable.|
-### Return Value
+### Return value
Variable
diff --git a/api/Word.Variables.Item.md b/api/Word.Variables.Item.md
index 774dfaa6d6f..d2928f3b56d 100644
--- a/api/Word.Variables.Item.md
+++ b/api/Word.Variables.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Variable** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Variable
diff --git a/api/Word.Version.Open.md b/api/Word.Version.Open.md
index 6c1a2ca593d..034acffafe1 100644
--- a/api/Word.Version.Open.md
+++ b/api/Word.Version.Open.md
@@ -23,7 +23,7 @@ Opens the specified version of a document. Returns a **Document** object repres
_expression_ Required. A variable that represents a '[Version](Word.Version.md)' object.
-### Return Value
+### Return value
Document
diff --git a/api/Word.View.CollapseOutline.md b/api/Word.View.CollapseOutline.md
index 9aeae3542d5..801616f8d3d 100644
--- a/api/Word.View.CollapseOutline.md
+++ b/api/Word.View.CollapseOutline.md
@@ -27,7 +27,7 @@ Collapses the text under the selection or the specified range by one heading lev
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Optional| **Range object**|The range of paragraphs to be collapsed. If this argument is omitted, the entire selection is collapsed.|
diff --git a/api/Word.View.ExpandOutline.md b/api/Word.View.ExpandOutline.md
index d584926f25f..551fc95a18e 100644
--- a/api/Word.View.ExpandOutline.md
+++ b/api/Word.View.ExpandOutline.md
@@ -27,7 +27,7 @@ Expands the text under the selection by one heading level.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Range_|Optional| **Range**|The range of paragraphs to be expanded. If this argument is omitted, the entire selection is expanded.|
diff --git a/api/Word.View.ShowHeading.md b/api/Word.View.ShowHeading.md
index 9158ea5f1ce..135e48c0034 100644
--- a/api/Word.View.ShowHeading.md
+++ b/api/Word.View.ShowHeading.md
@@ -27,7 +27,7 @@ Shows all headings up to the specified heading level and hides subordinate headi
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Level_|Required| **Long**|The outline heading level (a number from 1 to 9).|
diff --git a/api/Word.WdAlertLevel.md b/api/Word.WdAlertLevel.md
index cf6da42df7f..805c641eac0 100644
--- a/api/Word.WdAlertLevel.md
+++ b/api/Word.WdAlertLevel.md
@@ -17,7 +17,7 @@ Specifies the way certain alerts and messages are handled while a macro is runni
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAlertsAll**|-1|All message boxes and alerts are displayed; errors are returned to the macro.|
| **wdAlertsMessageBox**|-2|Only message boxes are displayed; errors are trapped and returned to the macro.|
diff --git a/api/Word.WdAlignmentTabAlignment.md b/api/Word.WdAlignmentTabAlignment.md
index 96b0656a884..b61dc7df396 100644
--- a/api/Word.WdAlignmentTabAlignment.md
+++ b/api/Word.WdAlignmentTabAlignment.md
@@ -14,7 +14,7 @@ Specifies tab alignment.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCenter**|1|Centered tab.|
| **wdLeft**|0|Left-aligned tab.|
diff --git a/api/Word.WdAlignmentTabRelative.md b/api/Word.WdAlignmentTabRelative.md
index b916788fc55..e4cc56bef52 100644
--- a/api/Word.WdAlignmentTabRelative.md
+++ b/api/Word.WdAlignmentTabRelative.md
@@ -14,7 +14,7 @@ Specifies whether Microsoft Word calculates the alignment for a tab relative to
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdIndent**|1|Word calculates tab alignment relative to the paragraph indents.|
| **wdMargin**|0|Word calculates tab alignment relative to the margins|
diff --git a/api/Word.WdApplyQuickStyleSets.md b/api/Word.WdApplyQuickStyleSets.md
index f6bfdcbe8bf..e6b099fada3 100644
--- a/api/Word.WdApplyQuickStyleSets.md
+++ b/api/Word.WdApplyQuickStyleSets.md
@@ -14,7 +14,7 @@ Specifies a Quick Style set to apply to the document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSessionStartSet**|1|Resets the Quick Style to the style set in use when the document was opened.|
| **wdTemplateSet**|2|Resets the Quick Style to the style set from the template, if any.|
diff --git a/api/Word.WdAraSpeller.md b/api/Word.WdAraSpeller.md
index ac2590b53fd..5d2cf4dc9aa 100644
--- a/api/Word.WdAraSpeller.md
+++ b/api/Word.WdAraSpeller.md
@@ -14,7 +14,7 @@ Specifies spelling rules for the Arabic spelling checker.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBoth**|3|The spelling checker uses spelling rules regarding both Arabic words ending with the letter yaa and Arabic words beginning with an alef hamza.|
| **wdFinalYaa**|2|The spelling checker uses spelling rules regarding Arabic words ending with the letter yaa.|
diff --git a/api/Word.WdArabicNumeral.md b/api/Word.WdArabicNumeral.md
index 074f3c0f8ce..1b4efaec64f 100644
--- a/api/Word.WdArabicNumeral.md
+++ b/api/Word.WdArabicNumeral.md
@@ -14,7 +14,7 @@ Specifies the numeral style for an Arabic-language document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdNumeralArabic**|0|Arabic shape is used for numerals.|
| **wdNumeralContext**|2|Numeral shape depends on text surrounding it.|
diff --git a/api/Word.WdArrangeStyle.md b/api/Word.WdArrangeStyle.md
index d8d701c786d..1541dc2b651 100644
--- a/api/Word.WdArrangeStyle.md
+++ b/api/Word.WdArrangeStyle.md
@@ -14,7 +14,7 @@ Specifies the window arrangement.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdIcons**|1|Windows are displayed as icons in a single window.|
| **wdTiled**|0|Windows are tiled into a single window.|
diff --git a/api/Word.WdAutoFitBehavior.md b/api/Word.WdAutoFitBehavior.md
index a4349006e5c..62f72bbe090 100644
--- a/api/Word.WdAutoFitBehavior.md
+++ b/api/Word.WdAutoFitBehavior.md
@@ -14,7 +14,7 @@ Specifies how Microsoft Word resizes a table when the AutoFit feature is used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAutoFitContent**|1|The table is automatically sized to fit the content contained in the table.|
| **wdAutoFitFixed**|0|The table is set to a fixed size, regardless of the content, and is not automatically sized.|
diff --git a/api/Word.WdAutoMacros.md b/api/Word.WdAutoMacros.md
index 76d9d165f93..84cef47bc84 100644
--- a/api/Word.WdAutoMacros.md
+++ b/api/Word.WdAutoMacros.md
@@ -14,7 +14,7 @@ Specifies an auto macro that is stored in the document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAutoClose**|3|AutoClose macro.|
| **wdAutoExec**|0|AutoExec macro.|
diff --git a/api/Word.WdAutoVersions.md b/api/Word.WdAutoVersions.md
index 2edeeb8c431..6336691f0ce 100644
--- a/api/Word.WdAutoVersions.md
+++ b/api/Word.WdAutoVersions.md
@@ -14,7 +14,7 @@ Specifies the state of the option for automatically saving document versions.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAutoVersionOff**|0|No document version is saved.|
| **wdAutoVersionOnClose**|1|A document version is saved automatically when the document is closed.|
diff --git a/api/Word.WdBaselineAlignment.md b/api/Word.WdBaselineAlignment.md
index bf4a931d462..235c2d01e83 100644
--- a/api/Word.WdBaselineAlignment.md
+++ b/api/Word.WdBaselineAlignment.md
@@ -14,7 +14,7 @@ Specifies the vertical position of fonts on a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBaselineAlignAuto**|4|Microsoft Word automatically adjusts the baseline font alignment.|
| **wdBaselineAlignBaseline**|2|Align to a baseline for the paragraph.|
diff --git a/api/Word.WdBookmarkSortBy.md b/api/Word.WdBookmarkSortBy.md
index 55e06595c0e..3506134f127 100644
--- a/api/Word.WdBookmarkSortBy.md
+++ b/api/Word.WdBookmarkSortBy.md
@@ -14,7 +14,7 @@ Specifies the sorting option for bookmark names displayed in the **Bookmark** d
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSortByLocation**|1|Sorted by location in document.|
| **wdSortByName**|0|Sorted by bookmark name.|
diff --git a/api/Word.WdBorderDistanceFrom.md b/api/Word.WdBorderDistanceFrom.md
index def90f4fd40..0e81db259b8 100644
--- a/api/Word.WdBorderDistanceFrom.md
+++ b/api/Word.WdBorderDistanceFrom.md
@@ -14,7 +14,7 @@ Specifies whether a page border is measured from the edge of the page or from th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBorderDistanceFromPageEdge**|1|From the edge of the page.|
| **wdBorderDistanceFromText**|0|From the text it surrounds.|
diff --git a/api/Word.WdBorderType.md b/api/Word.WdBorderType.md
index 43326d21a62..ac88fa63a46 100644
--- a/api/Word.WdBorderType.md
+++ b/api/Word.WdBorderType.md
@@ -14,7 +14,7 @@ Specifies the type of border to be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBorderBottom**|-3|A bottom border.|
| **wdBorderDiagonalDown**|-7|A diagonal border starting in the upper-left corner.|
diff --git a/api/Word.WdBreakType.md b/api/Word.WdBreakType.md
index 7778f4e4efb..ea0c1c108ea 100644
--- a/api/Word.WdBreakType.md
+++ b/api/Word.WdBreakType.md
@@ -14,7 +14,7 @@ Specifies type of break.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdColumnBreak**|8|Column break at the insertion point.|
| **wdLineBreak**|6|Line break.|
diff --git a/api/Word.WdBrowseTarget.md b/api/Word.WdBrowseTarget.md
index 55329cfda60..b8c231b4c17 100644
--- a/api/Word.WdBrowseTarget.md
+++ b/api/Word.WdBrowseTarget.md
@@ -14,7 +14,7 @@ Specifies the document item that the **[Next](Word.Browser.Next.md)** or **[Pre
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBrowseComment**|3|Places insertion point before next or previous comment.|
| **wdBrowseEdit**|10|Places insertion point before next or previous edit.|
diff --git a/api/Word.WdBrowserLevel.md b/api/Word.WdBrowserLevel.md
index 1db78df7f57..ff65aedeecf 100644
--- a/api/Word.WdBrowserLevel.md
+++ b/api/Word.WdBrowserLevel.md
@@ -14,7 +14,7 @@ Specifies the version of Web browser at which you want to target new Web pages c
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBrowserLevelMicrosoftInternetExplorer5**|1|Microsoft Internet Explorer 5.|
| **wdBrowserLevelMicrosoftInternetExplorer6**|2|Microsoft Internet Explorer 6.|
diff --git a/api/Word.WdBuildingBlockTypes.md b/api/Word.WdBuildingBlockTypes.md
index a8c09d419c3..dfab8530289 100644
--- a/api/Word.WdBuildingBlockTypes.md
+++ b/api/Word.WdBuildingBlockTypes.md
@@ -14,7 +14,7 @@ Specifies the type of building block.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTypeAutoText**|9|Autotext building block.|
| **wdTypeBibliography**|34|Bibliography building block.|
diff --git a/api/Word.WdBuiltInProperty.md b/api/Word.WdBuiltInProperty.md
index 64546f8cc53..97071bb5a9d 100644
--- a/api/Word.WdBuiltInProperty.md
+++ b/api/Word.WdBuiltInProperty.md
@@ -14,7 +14,7 @@ Specifies a built-in document property.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPropertyAppName**|9|Name of application.|
| **wdPropertyAuthor**|3|Author.|
diff --git a/api/Word.WdBuiltinStyle.md b/api/Word.WdBuiltinStyle.md
index 5bffbb074ff..a9658956b4a 100644
--- a/api/Word.WdBuiltinStyle.md
+++ b/api/Word.WdBuiltinStyle.md
@@ -14,7 +14,7 @@ Specifies a built-in Microsoft Word style.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdStyleBlockQuotation**|-85|Block Text.|
| **wdStyleBodyText**|-67|Body Text.|
diff --git a/api/Word.WdCalendarTypeBi.md b/api/Word.WdCalendarTypeBi.md
index eafa9632b97..130c5f0b14d 100644
--- a/api/Word.WdCalendarTypeBi.md
+++ b/api/Word.WdCalendarTypeBi.md
@@ -14,7 +14,7 @@ Specifies calendar type to use when displaying the date or time.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCalendarTypeBidi**|99|Bi-directional calendar.|
| **wdCalendarTypeGregorian**|100|Gregorian calendar.|
diff --git a/api/Word.WdCaptionLabelID.md b/api/Word.WdCaptionLabelID.md
index 8810d56c947..a9c232f3d53 100644
--- a/api/Word.WdCaptionLabelID.md
+++ b/api/Word.WdCaptionLabelID.md
@@ -14,7 +14,7 @@ Specifies the type for a caption label.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCaptionEquation**|-3|Equation.|
| **wdCaptionFigure**|-1|Figure.|
diff --git a/api/Word.WdCaptionNumberStyle.md b/api/Word.WdCaptionNumberStyle.md
index a62d0ded94a..321be5d54b2 100644
--- a/api/Word.WdCaptionNumberStyle.md
+++ b/api/Word.WdCaptionNumberStyle.md
@@ -14,7 +14,7 @@ Specifies the number style to be used with the **CaptionLabel** object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCaptionNumberStyleArabic**|0|Arabic style.|
| **wdCaptionNumberStyleArabicFullWidth**|14|Full-width Arabic style.|
diff --git a/api/Word.WdCaptionPosition.md b/api/Word.WdCaptionPosition.md
index 11032bfb0d2..a5c9205e26a 100644
--- a/api/Word.WdCaptionPosition.md
+++ b/api/Word.WdCaptionPosition.md
@@ -14,7 +14,7 @@ Specifies the position of the caption label text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCaptionPositionAbove**|0|The caption label is added above.|
| **wdCaptionPositionBelow**|1|The caption label is added below.|
diff --git a/api/Word.WdCellColor.md b/api/Word.WdCellColor.md
index ed8f55005e4..793fea74743 100644
--- a/api/Word.WdCellColor.md
+++ b/api/Word.WdCellColor.md
@@ -14,7 +14,7 @@ Specifies the color of highlighting for table cells that were added, deleted, or
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCellColorByAuthor**|-1|Highlighting color determined by reviewer.|
| **wdCellColorLightBlue**|2|Light blue.|
diff --git a/api/Word.WdCellVerticalAlignment.md b/api/Word.WdCellVerticalAlignment.md
index b75a71542c8..33e84362032 100644
--- a/api/Word.WdCellVerticalAlignment.md
+++ b/api/Word.WdCellVerticalAlignment.md
@@ -14,7 +14,7 @@ Specifies the vertical alignment of text in one or more cells of a table.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCellAlignVerticalBottom**|3|Text is aligned to the bottom border of the cell.|
| **wdCellAlignVerticalCenter**|1|Text is aligned to the center of the cell.|
diff --git a/api/Word.WdCharacterCase.md b/api/Word.WdCharacterCase.md
index 4c70ff76631..d1a5af1a622 100644
--- a/api/Word.WdCharacterCase.md
+++ b/api/Word.WdCharacterCase.md
@@ -14,7 +14,7 @@ Specifies the case of the text in the specified range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFullWidth**|7|Full-width. Used for Japanese characters.|
| **wdHalfWidth**|6|Half-width. Used for Japanese characters.|
diff --git a/api/Word.WdCharacterWidth.md b/api/Word.WdCharacterWidth.md
index 4b6d6328750..832b4b5c347 100644
--- a/api/Word.WdCharacterWidth.md
+++ b/api/Word.WdCharacterWidth.md
@@ -14,7 +14,7 @@ Specifies the character width of the specified range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdWidthFullWidth**|7|Characters are displayed in full character width.|
| **wdWidthHalfWidth**|6|Characters are displayed in half the character width.|
diff --git a/api/Word.WdCheckInVersionType.md b/api/Word.WdCheckInVersionType.md
index 3c4a740ee30..a0dd2271e21 100644
--- a/api/Word.WdCheckInVersionType.md
+++ b/api/Word.WdCheckInVersionType.md
@@ -14,7 +14,7 @@ Specifies the type of version for the document checked in when using the **Chec
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCheckInMajorVersion**|1|Major version.|
| **wdCheckInMinorVersion**|0|Minor version.|
diff --git a/api/Word.WdChevronConvertRule.md b/api/Word.WdChevronConvertRule.md
index d8a1111d564..08bbecad988 100644
--- a/api/Word.WdChevronConvertRule.md
+++ b/api/Word.WdChevronConvertRule.md
@@ -14,7 +14,7 @@ Specifies rules for converting text enclosed in chevron characters (? ?) to merg
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAlwaysConvert**|1|The converter attempts to convert text enclosed in chevrons (? ?) to mail merge fields.|
| **wdAskToConvert**|3|The converter prompts the user to convert or not convert chevrons when a Word for the Macintosh document is opened.|
diff --git a/api/Word.WdCollapseDirection.md b/api/Word.WdCollapseDirection.md
index cb655649236..0ea0f117203 100644
--- a/api/Word.WdCollapseDirection.md
+++ b/api/Word.WdCollapseDirection.md
@@ -14,7 +14,7 @@ Specifies the direction in which to collapse a range or selection.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCollapseEnd**|0|Collapse the range to the ending point.|
| **wdCollapseStart**|1|Collapse the range to the starting point.|
diff --git a/api/Word.WdColor.md b/api/Word.WdColor.md
index 239876ace5e..98b0a9536f0 100644
--- a/api/Word.WdColor.md
+++ b/api/Word.WdColor.md
@@ -14,7 +14,7 @@ Specifies the 24-bit color to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdColorAqua**|13421619|Aqua color.|
| **wdColorAutomatic**|-16777216|Automatic color. Default; usually black.|
diff --git a/api/Word.WdColorIndex.md b/api/Word.WdColorIndex.md
index 30cc58025a1..5a521a1944a 100644
--- a/api/Word.WdColorIndex.md
+++ b/api/Word.WdColorIndex.md
@@ -14,7 +14,7 @@ Specifies the color to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAuto**|0|Automatic color. Default; usually black.|
| **wdBlack**|1|Black color.|
diff --git a/api/Word.WdCompareDestination.md b/api/Word.WdCompareDestination.md
index 5be2388f466..9ea2299ea51 100644
--- a/api/Word.WdCompareDestination.md
+++ b/api/Word.WdCompareDestination.md
@@ -14,7 +14,7 @@ When comparing two files for differences, specifies whether to create a new file
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCompareDestinationNew**|2|Creates a new file and tracks the differences between the original document and the revised document using tracked changes.|
| **wdCompareDestinationOriginal**|0|Tracks the differences between the two files using tracked changes in the original document.|
diff --git a/api/Word.WdCompareTarget.md b/api/Word.WdCompareTarget.md
index 18e4d6548ab..f0887200836 100644
--- a/api/Word.WdCompareTarget.md
+++ b/api/Word.WdCompareTarget.md
@@ -14,7 +14,7 @@ Specifies the target document for displaying document comparison differences.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCompareTargetCurrent**|1|Places comparison differences in the current document. Default.|
| **wdCompareTargetNew**|2|Places comparison differences in a new document.|
diff --git a/api/Word.WdCompatibility.md b/api/Word.WdCompatibility.md
index b573dcacfd4..f283ebe2eb9 100644
--- a/api/Word.WdCompatibility.md
+++ b/api/Word.WdCompatibility.md
@@ -14,7 +14,7 @@ Specifies a compatibility option.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAlignTablesRowByRow**|39|Align table rows independently.|
| **wdApplyBreakingRules**|46|Use line-breaking rules.|
diff --git a/api/Word.WdCompatibilityMode.md b/api/Word.WdCompatibilityMode.md
index a90235d49c6..93b073a4d41 100644
--- a/api/Word.WdCompatibilityMode.md
+++ b/api/Word.WdCompatibilityMode.md
@@ -14,7 +14,7 @@ Specifies the compatibility mode that Word uses when opening a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCurrent**|65535|Compatibility mode equivalent to the latest version of Word. |
| **wdWord2003**|11|Word is put into a mode that is most compatible with Word 2003. Features new to Word are disabled in this mode.|
diff --git a/api/Word.WdConditionCode.md b/api/Word.WdConditionCode.md
index a00e7337cda..2baf8ce624c 100644
--- a/api/Word.WdConditionCode.md
+++ b/api/Word.WdConditionCode.md
@@ -14,7 +14,7 @@ Specifies the area of a table to which to apply special style formatting.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdEvenColumnBanding**|7|Applies formatting to even-numbered columns.|
| **wdEvenRowBanding**|3|Applies formatting to even-numbered rows.|
diff --git a/api/Word.WdConstants.md b/api/Word.WdConstants.md
index 2d3fd854999..016e66cf31b 100644
--- a/api/Word.WdConstants.md
+++ b/api/Word.WdConstants.md
@@ -14,7 +14,7 @@ This enumeration groups together constants used with various Microsoft Word meth
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAutoPosition**|0|Represents the Auto value for the specified setting.|
| **wdBackward**|-1073741823|Indicates that selection will be extended backward using the **MoveStartUntil** or **MoveStartWhile** method of the **Range** or **Selection** object.|
diff --git a/api/Word.WdContentControlDateStorageFormat.md b/api/Word.WdContentControlDateStorageFormat.md
index c3dc2e468b8..9e5646ac731 100644
--- a/api/Word.WdContentControlDateStorageFormat.md
+++ b/api/Word.WdContentControlDateStorageFormat.md
@@ -14,7 +14,7 @@ Indicates how the date for a date content control is stored or retrieved when th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdContentControlDateStorageDate**|1|Specifies to store or retrieve the date value for a date content control as a date in the standard XML Schema DateTime format.|
| **wdContentControlDateStorageDateTime**|2|Specifies to store or retrieve the date value for a date content control as a time in the standard XML Schema DateTime format.|
diff --git a/api/Word.WdContentControlType.md b/api/Word.WdContentControlType.md
index fdd44a20308..96a17fb75b8 100644
--- a/api/Word.WdContentControlType.md
+++ b/api/Word.WdContentControlType.md
@@ -14,7 +14,7 @@ Indicates the type of content control.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdContentControlBuildingBlockGallery**|5|Specifies a building block gallery content control.|
| **wdContentControlCheckbox**|8|Specifies a checkbox content control.|
diff --git a/api/Word.WdContinue.md b/api/Word.WdContinue.md
index 76cdc839834..e924989e724 100644
--- a/api/Word.WdContinue.md
+++ b/api/Word.WdContinue.md
@@ -14,7 +14,7 @@ Specifies whether the formatting from the previous list can be continued.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdContinueDisabled**|0|Formatting cannot continue from the previous list.|
| **wdContinueList**|2|Formatting can continue from the previous list.|
diff --git a/api/Word.WdCountry.md b/api/Word.WdCountry.md
index ca64051e671..f3bfb89c9be 100644
--- a/api/Word.WdCountry.md
+++ b/api/Word.WdCountry.md
@@ -14,7 +14,7 @@ Specifies the country/region setting of the current system.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdArgentina**|54|Argentina|
| **wdBrazil**|55|Brazil|
diff --git a/api/Word.WdCursorMovement.md b/api/Word.WdCursorMovement.md
index 5523139ef0e..6b14abd7c92 100644
--- a/api/Word.WdCursorMovement.md
+++ b/api/Word.WdCursorMovement.md
@@ -14,7 +14,7 @@ Specifies how the insertion point progresses within bidirectional text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCursorMovementLogical**|0|Insertion point progresses according to the direction of the language Microsoft Word detects.|
| **wdCursorMovementVisual**|1|Insertion point progresses to the next visually adjacent character.|
diff --git a/api/Word.WdCursorType.md b/api/Word.WdCursorType.md
index 9455791e2a7..19c040b99f0 100644
--- a/api/Word.WdCursorType.md
+++ b/api/Word.WdCursorType.md
@@ -14,7 +14,7 @@ Specifies the state (shape) of the cursor.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCursorIBeam**|1|I-beam cursor shape. |
| **wdCursorNormal**|2|Normal cursor shape. Default; cursor takes shape designated by Microsoft Windows or the application.|
diff --git a/api/Word.WdCustomLabelPageSize.md b/api/Word.WdCustomLabelPageSize.md
index 79ae0c0fc1a..b8839d7d424 100644
--- a/api/Word.WdCustomLabelPageSize.md
+++ b/api/Word.WdCustomLabelPageSize.md
@@ -14,7 +14,7 @@ Specifies the page size for a custom mailing label.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCustomLabelA4**|2|A4 portrait label dimensions.|
| **wdCustomLabelA4LS**|3|A4 landscape label dimensions.|
diff --git a/api/Word.WdDateLanguage.md b/api/Word.WdDateLanguage.md
index 48edae3214b..fd9a83cd609 100644
--- a/api/Word.WdDateLanguage.md
+++ b/api/Word.WdDateLanguage.md
@@ -14,7 +14,7 @@ Specifies the language format to apply to the current date, time, or both.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDateLanguageBidi**|10|Bidirectional date/time format.|
| **wdDateLanguageLatin**|1033|Latin date/time format.|
diff --git a/api/Word.WdDefaultFilePath.md b/api/Word.WdDefaultFilePath.md
index 1f358f81300..d95f35f6bbb 100644
--- a/api/Word.WdDefaultFilePath.md
+++ b/api/Word.WdDefaultFilePath.md
@@ -14,7 +14,7 @@ Specifies a default folder for files related to Microsoft Word.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAutoRecoverPath**|5|Path for Auto Recover files.|
| **wdBorderArtPath**|19|Border art path.|
diff --git a/api/Word.WdDefaultListBehavior.md b/api/Word.WdDefaultListBehavior.md
index f832a00b890..95d1700ec0a 100644
--- a/api/Word.WdDefaultListBehavior.md
+++ b/api/Word.WdDefaultListBehavior.md
@@ -14,7 +14,7 @@ Specifies the default list behavior for a list.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdWord10ListBehavior**|2|Use formatting compatible with Microsoft Word 2002.|
| **wdWord8ListBehavior**|0|Use formatting compatible with Microsoft Word 97.|
diff --git a/api/Word.WdDefaultTableBehavior.md b/api/Word.WdDefaultTableBehavior.md
index 1694b7208ff..96883d3f857 100644
--- a/api/Word.WdDefaultTableBehavior.md
+++ b/api/Word.WdDefaultTableBehavior.md
@@ -14,7 +14,7 @@ Specifies whether Microsoft Word automatically resizes cells in a table to fit t
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdWord8TableBehavior**|0|Disables AutoFit. Default.|
| **wdWord9TableBehavior**|1|Enables AutoFit.|
diff --git a/api/Word.WdDeleteCells.md b/api/Word.WdDeleteCells.md
index 75e94a62e1e..6dc609f2346 100644
--- a/api/Word.WdDeleteCells.md
+++ b/api/Word.WdDeleteCells.md
@@ -14,7 +14,7 @@ Specifies a range of cells to be deleted from a table in a delete cells action o
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDeleteCellsEntireColumn**|3|Delete the entire column of cells from the table.|
| **wdDeleteCellsEntireRow**|2|Delete the entire row of cells from the table.|
diff --git a/api/Word.WdDeletedTextMark.md b/api/Word.WdDeletedTextMark.md
index 32f20e167b6..ecc00dfc90c 100644
--- a/api/Word.WdDeletedTextMark.md
+++ b/api/Word.WdDeletedTextMark.md
@@ -14,7 +14,7 @@ Specifies the formatting of text that is deleted while change tracking is enable
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDeletedTextMarkBold**|5|Deleted text is displayed in bold.|
| **wdDeletedTextMarkCaret**|2|Deleted text is marked up by using caret characters.|
diff --git a/api/Word.WdDiacriticColor.md b/api/Word.WdDiacriticColor.md
index 138000f6383..911ff8694df 100644
--- a/api/Word.WdDiacriticColor.md
+++ b/api/Word.WdDiacriticColor.md
@@ -14,7 +14,7 @@ Specifies whether to apply a different color to diacritics in bi-directional or
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDiacriticColorBidi**|0|Bi-directional language (Arabic, Hebrew, and so forth).|
| **wdDiacriticColorLatin**|1|Latin style languages.|
diff --git a/api/Word.WdDictionaryType.md b/api/Word.WdDictionaryType.md
index 4152cd5c463..c59f706f7c4 100644
--- a/api/Word.WdDictionaryType.md
+++ b/api/Word.WdDictionaryType.md
@@ -14,7 +14,7 @@ Specifies a proofing tool type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdGrammar**|1|Grammar.|
| **wdHangulHanjaConversion**|8|Dictionary for converting between Hangul and Hanja. Available only if you have enabled support for Korean through Microsoft Office Language Settings.|
diff --git a/api/Word.WdDisableFeaturesIntroducedAfter.md b/api/Word.WdDisableFeaturesIntroducedAfter.md
index 49a92f26e47..90cdcfb9284 100644
--- a/api/Word.WdDisableFeaturesIntroducedAfter.md
+++ b/api/Word.WdDisableFeaturesIntroducedAfter.md
@@ -14,7 +14,7 @@ Specifies the version of Microsoft Word for which to disable all features introd
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wd70**|0|Specifies Word for Windows 95, versions 7.0 and 7.0a.|
| **wd70FE**|1|Specifies Word for Windows 95, versions 7.0 and 7.0a, Asian edition.|
diff --git a/api/Word.WdDocPartInsertOptions.md b/api/Word.WdDocPartInsertOptions.md
index 21b7c39689b..010e877297a 100644
--- a/api/Word.WdDocPartInsertOptions.md
+++ b/api/Word.WdDocPartInsertOptions.md
@@ -14,7 +14,7 @@ Specifies how a building block is inserted into a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdInsertContent**|0|Inline building block.|
| **wdInsertPage**|2|Page-level building block.|
diff --git a/api/Word.WdDocumentDirection.md b/api/Word.WdDocumentDirection.md
index b9abea02b09..4d3141b454c 100644
--- a/api/Word.WdDocumentDirection.md
+++ b/api/Word.WdDocumentDirection.md
@@ -14,7 +14,7 @@ Specifies the direction to flow the text in a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLeftToRight**|0|Left to right.|
| **wdRightToLeft**|1|Right to left.|
diff --git a/api/Word.WdDocumentKind.md b/api/Word.WdDocumentKind.md
index 4800d3d249c..ef39a9470a7 100644
--- a/api/Word.WdDocumentKind.md
+++ b/api/Word.WdDocumentKind.md
@@ -14,7 +14,7 @@ Specifies the format type that Microsoft Word uses when automatically formatting
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDocumentEmail**|2|E-mail format.|
| **wdDocumentLetter**|1|Letter format.|
diff --git a/api/Word.WdDocumentMedium.md b/api/Word.WdDocumentMedium.md
index 1f887f60705..997d7751ed6 100644
--- a/api/Word.WdDocumentMedium.md
+++ b/api/Word.WdDocumentMedium.md
@@ -14,7 +14,7 @@ Specifies the type of document to which you are applying a theme.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDocument**|1|Document.|
| **wdEmailMessage**|0|E-mail message.|
diff --git a/api/Word.WdDocumentType.md b/api/Word.WdDocumentType.md
index 18a665fe1f1..b4894b41ecc 100644
--- a/api/Word.WdDocumentType.md
+++ b/api/Word.WdDocumentType.md
@@ -14,7 +14,7 @@ Specifies a document type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTypeDocument**|0|Document.|
| **wdTypeFrameset**|2|Frameset.|
diff --git a/api/Word.WdDocumentViewDirection.md b/api/Word.WdDocumentViewDirection.md
index fdf5c27b401..39322bbdefa 100644
--- a/api/Word.WdDocumentViewDirection.md
+++ b/api/Word.WdDocumentViewDirection.md
@@ -14,7 +14,7 @@ Specifies the alignment and reading order for the entire document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDocumentViewLtr**|1|Displays the document with left alignment and left-to-right reading order.|
| **wdDocumentViewRtl**|0|Displays the document with right alignment and right-to-left reading order.|
diff --git a/api/Word.WdDropPosition.md b/api/Word.WdDropPosition.md
index 76b52481e1f..2cd8f3253c4 100644
--- a/api/Word.WdDropPosition.md
+++ b/api/Word.WdDropPosition.md
@@ -14,7 +14,7 @@ Specifies the position of a dropped capital letter.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDropMargin**|2|Dropped capital letter ends at the left margin.|
| **wdDropNone**|0|No dropped capital letter.|
diff --git a/api/Word.WdEditionOption.md b/api/Word.WdEditionOption.md
index e73db6918c2..12b19c685fd 100644
--- a/api/Word.WdEditionOption.md
+++ b/api/Word.WdEditionOption.md
@@ -14,7 +14,7 @@ This enumeration has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAutomaticUpdate**|3|Not supported.|
| **wdCancelPublisher**|0|Not supported.|
diff --git a/api/Word.WdEditionType.md b/api/Word.WdEditionType.md
index 2706c0d5d14..acb3443fe16 100644
--- a/api/Word.WdEditionType.md
+++ b/api/Word.WdEditionType.md
@@ -14,7 +14,7 @@ This enumeration has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPublisher**|0|Not supported.|
| **wdSubscriber**|1|Not supported.|
diff --git a/api/Word.WdEditorType.md b/api/Word.WdEditorType.md
index 65e90c71170..6d9154d16bb 100644
--- a/api/Word.WdEditorType.md
+++ b/api/Word.WdEditorType.md
@@ -14,7 +14,7 @@ Specifies a user or group of users for a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdEditorCurrent**|-6|Represents the current user of the document.|
| **wdEditorEditors**|-5|Represents the Editors group for documents that use Information Rights Management.|
diff --git a/api/Word.WdEmailHTMLFidelity.md b/api/Word.WdEmailHTMLFidelity.md
index d756b752339..9bb1b9446fd 100644
--- a/api/Word.WdEmailHTMLFidelity.md
+++ b/api/Word.WdEmailHTMLFidelity.md
@@ -14,7 +14,7 @@ Specifies whether to leave or remove HTML tags not required for display.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdEmailHTMLFidelityHigh**|3|Leaves HTML intact.|
| **wdEmailHTMLFidelityLow**|1|Removes all HTML tags that do not affect how a message displays.|
diff --git a/api/Word.WdEmphasisMark.md b/api/Word.WdEmphasisMark.md
index dcfcc71e719..13bc1f49dee 100644
--- a/api/Word.WdEmphasisMark.md
+++ b/api/Word.WdEmphasisMark.md
@@ -14,7 +14,7 @@ Specifies the type of emphasis mark to use for a character or designated charact
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdEmphasisMarkNone**|0|No emphasis mark.|
| **wdEmphasisMarkOverComma**|2|A comma.|
diff --git a/api/Word.WdEnableCancelKey.md b/api/Word.WdEnableCancelKey.md
index 451291cca71..1f8f0b34c3a 100644
--- a/api/Word.WdEnableCancelKey.md
+++ b/api/Word.WdEnableCancelKey.md
@@ -14,7 +14,7 @@ Specifies whether CTRL+BREAK can or cannot interrupt a macro
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCancelDisabled**|0|Prevents CTRL+BREAK from interrupting a macro.|
| **wdCancelInterrupt**|1|Allows a macro to be interrupted by CTRL+BREAK.|
diff --git a/api/Word.WdEncloseStyle.md b/api/Word.WdEncloseStyle.md
index b7af9eea37d..ea6c0a87166 100644
--- a/api/Word.WdEncloseStyle.md
+++ b/api/Word.WdEncloseStyle.md
@@ -14,7 +14,7 @@ Specifies the relative size of an enclosure.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdEncloseStyleLarge**|2|The enclosure is larger.|
| **wdEncloseStyleNone**|0|The enclosure assumes the default size.|
diff --git a/api/Word.WdEnclosureType.md b/api/Word.WdEnclosureType.md
index 04134c3563a..6f80d8d06ed 100644
--- a/api/Word.WdEnclosureType.md
+++ b/api/Word.WdEnclosureType.md
@@ -14,7 +14,7 @@ Specifies the type of symbol to use as an enclosure.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdEnclosureCircle**|0|A circle.|
| **wdEnclosureDiamond**|3|A diamond.|
diff --git a/api/Word.WdEndnoteLocation.md b/api/Word.WdEndnoteLocation.md
index c462a844837..21a47f1ee21 100644
--- a/api/Word.WdEndnoteLocation.md
+++ b/api/Word.WdEndnoteLocation.md
@@ -14,7 +14,7 @@ Specifies the position of endnotes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdEndOfDocument**|1|At end of active document.|
| **wdEndOfSection**|0|At end of current section.|
diff --git a/api/Word.WdEnvelopeOrientation.md b/api/Word.WdEnvelopeOrientation.md
index e287dd4085a..b5627288bda 100644
--- a/api/Word.WdEnvelopeOrientation.md
+++ b/api/Word.WdEnvelopeOrientation.md
@@ -14,7 +14,7 @@ Specifies the orientation of envelopes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCenterClockwise**|7|Center clockwise orientation.|
| **wdCenterLandscape**|4|Center landscape orientation.|
diff --git a/api/Word.WdExportCreateBookmarks.md b/api/Word.WdExportCreateBookmarks.md
index 12df48140e1..83d626b7c30 100644
--- a/api/Word.WdExportCreateBookmarks.md
+++ b/api/Word.WdExportCreateBookmarks.md
@@ -14,7 +14,7 @@ Specifies what bookmarks to include when exporting a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdExportCreateHeadingBookmarks**|1|Create a bookmark in the exported document for each Microsoft Word heading, which includes only headings within the main document and text boxes not within headers, footers, endnotes, footnotes, or comments.|
| **wdExportCreateNoBookmarks**|0|Do not create bookmarks in the exported document.|
diff --git a/api/Word.WdExportFormat.md b/api/Word.WdExportFormat.md
index eeab5366e1d..b909f3f3915 100644
--- a/api/Word.WdExportFormat.md
+++ b/api/Word.WdExportFormat.md
@@ -14,7 +14,7 @@ Specifies format to use for exporting a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdExportFormatPDF**|17|Export document into PDF format.|
| **wdExportFormatXPS**|18|Export document into XML Paper Specification (XPS) format.|
diff --git a/api/Word.WdExportItem.md b/api/Word.WdExportItem.md
index d5c0f2fc224..eda6ca45fee 100644
--- a/api/Word.WdExportItem.md
+++ b/api/Word.WdExportItem.md
@@ -14,7 +14,7 @@ Specifies whether to export the document with markup.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdExportDocumentContent**|0|Exports the document without markup.|
| **wdExportDocumentWithMarkup**|7|Exports the document with markup.|
diff --git a/api/Word.WdExportOptimizeFor.md b/api/Word.WdExportOptimizeFor.md
index 8ec41dddc06..3c58fa2ddfd 100644
--- a/api/Word.WdExportOptimizeFor.md
+++ b/api/Word.WdExportOptimizeFor.md
@@ -14,7 +14,7 @@ Specifies the resolution and quality of the exported document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdExportOptimizeForOnScreen**|1|Export for screen, which is a lower quality and results in a smaller file size.|
| **wdExportOptimizeForPrint**|0|Export for print, which is higher quailty and results in a larger file size.|
diff --git a/api/Word.WdExportRange.md b/api/Word.WdExportRange.md
index a05da510a18..3903a04d3ce 100644
--- a/api/Word.WdExportRange.md
+++ b/api/Word.WdExportRange.md
@@ -14,7 +14,7 @@ Specifies how much of the document to export.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdExportAllDocument**|0|Exports the entire document.|
| **wdExportCurrentPage**|2|Exports the current page.|
diff --git a/api/Word.WdFarEastLineBreakLanguageID.md b/api/Word.WdFarEastLineBreakLanguageID.md
index 84d194c98a1..378254e419a 100644
--- a/api/Word.WdFarEastLineBreakLanguageID.md
+++ b/api/Word.WdFarEastLineBreakLanguageID.md
@@ -14,7 +14,7 @@ Specifies the East Asian language to use when breaking lines of text in the spec
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLineBreakJapanese**|1041|Japanese.|
| **wdLineBreakKorean**|1042|Korean.|
diff --git a/api/Word.WdFarEastLineBreakLevel.md b/api/Word.WdFarEastLineBreakLevel.md
index 75698e60ccb..4c8cfade784 100644
--- a/api/Word.WdFarEastLineBreakLevel.md
+++ b/api/Word.WdFarEastLineBreakLevel.md
@@ -14,7 +14,7 @@ Specifies the line break control level for the specified document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFarEastLineBreakLevelCustom**|2|Custom line break control.|
| **wdFarEastLineBreakLevelNormal**|0|Normal line break control.|
diff --git a/api/Word.WdFieldKind.md b/api/Word.WdFieldKind.md
index 6777cb4a869..92f068232bc 100644
--- a/api/Word.WdFieldKind.md
+++ b/api/Word.WdFieldKind.md
@@ -14,7 +14,7 @@ Specifies the type of field for a **Field** object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFieldKindCold**|3|A field that does not have a result, for example, an Index Entry (XE), Table of Contents Entry (TC), or Private field.|
| **wdFieldKindHot**|1|A field that's automatically updated each time it is displayed or each time the page is reformatted, but which can also be manually updated (for example, INCLUDEPICTURE or FORMDROPDOWN).|
diff --git a/api/Word.WdFieldShading.md b/api/Word.WdFieldShading.md
index c2c3c7ab067..3fce78b6bc1 100644
--- a/api/Word.WdFieldShading.md
+++ b/api/Word.WdFieldShading.md
@@ -14,7 +14,7 @@ Specifies when to apply on-screen shading for form fields.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFieldShadingAlways**|1|Always apply.|
| **wdFieldShadingNever**|0|Never apply.|
diff --git a/api/Word.WdFieldType.md b/api/Word.WdFieldType.md
index c7fdaf4318b..e7862657b99 100644
--- a/api/Word.WdFieldType.md
+++ b/api/Word.WdFieldType.md
@@ -14,7 +14,7 @@ Specifies a Microsoft Word field. Unless otherwise specified, the field types de
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFieldAddin**|81|Add-in field. Not available through the **Field** dialog box. Used to store data that is hidden from the user interface.|
| **wdFieldAddressBlock**|93|AddressBlock field.|
diff --git a/api/Word.WdFindMatch.md b/api/Word.WdFindMatch.md
index 30f9223ddd2..7e3a3495c91 100644
--- a/api/Word.WdFindMatch.md
+++ b/api/Word.WdFindMatch.md
@@ -14,7 +14,7 @@ This enumeration has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMatchAnyCharacter**|65599|Not supported.|
| **wdMatchAnyDigit**|65567|Not supported.|
diff --git a/api/Word.WdFindWrap.md b/api/Word.WdFindWrap.md
index af0982798a3..c648fc7f545 100644
--- a/api/Word.WdFindWrap.md
+++ b/api/Word.WdFindWrap.md
@@ -14,7 +14,7 @@ Specifies wrap behavior if a selection or range is specified for a find operatio
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFindAsk**|2|After searching the selection or range, Microsoft Word displays a message asking whether to search the remainder of the document.|
| **wdFindContinue**|1|The find operation continues if the beginning or end of the search range is reached.|
diff --git a/api/Word.WdFlowDirection.md b/api/Word.WdFlowDirection.md
index c3e6429b3bb..b839fde2e4b 100644
--- a/api/Word.WdFlowDirection.md
+++ b/api/Word.WdFlowDirection.md
@@ -14,7 +14,7 @@ Specifies the direction in which text flows from one text column to the next.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFlowLtr**|0|Text in columns flows from left to right.|
| **wdFlowRtl**|1|Text in columns flows from right to left.|
diff --git a/api/Word.WdFontBias.md b/api/Word.WdFontBias.md
index acb85690edb..f634c8eda7a 100644
--- a/api/Word.WdFontBias.md
+++ b/api/Word.WdFontBias.md
@@ -14,7 +14,7 @@ Specifies the font bias for symbols.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFontBiasDefault**|0|Default font bias.|
| **wdFontBiasDontCare**|255|No font bias specified.|
diff --git a/api/Word.WdFootnoteLocation.md b/api/Word.WdFootnoteLocation.md
index a8cda198e94..491c91a6a08 100644
--- a/api/Word.WdFootnoteLocation.md
+++ b/api/Word.WdFootnoteLocation.md
@@ -14,7 +14,7 @@ Specifies the position of footnotes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBeneathText**|1|Beneath current text.|
| **wdBottomOfPage**|0|At bottom of current page.|
diff --git a/api/Word.WdFramePosition.md b/api/Word.WdFramePosition.md
index ab6864c4b4d..fb664b40b59 100644
--- a/api/Word.WdFramePosition.md
+++ b/api/Word.WdFramePosition.md
@@ -14,7 +14,7 @@ Specifies the reference point against which the frame position is calculated.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFrameBottom**|-999997|Bottom margin.|
| **wdFrameCenter**|-999995|Center of document.|
diff --git a/api/Word.WdFrameSizeRule.md b/api/Word.WdFrameSizeRule.md
index 3fef2d9b5d7..3072afc38b5 100644
--- a/api/Word.WdFrameSizeRule.md
+++ b/api/Word.WdFrameSizeRule.md
@@ -14,7 +14,7 @@ Specifies how Word interprets the rule used to determine the height or width of
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFrameAtLeast**|1|Sets the height or width to a value equal to or greater than the value specified by the **Height** property or **Width** property.|
| **wdFrameAuto**|0|Sets the height or width according to the height or width of the item in the frame.|
diff --git a/api/Word.WdFramesetNewFrameLocation.md b/api/Word.WdFramesetNewFrameLocation.md
index ba6260ead7e..c1dc67336a0 100644
--- a/api/Word.WdFramesetNewFrameLocation.md
+++ b/api/Word.WdFramesetNewFrameLocation.md
@@ -14,7 +14,7 @@ Specifies the position of a new frame in relation to an existing frame.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFramesetNewFrameAbove**|0|Above existing frame.|
| **wdFramesetNewFrameBelow**|1|Below existing frame.|
diff --git a/api/Word.WdFramesetSizeType.md b/api/Word.WdFramesetSizeType.md
index f6e50488a31..20f1d54a55f 100644
--- a/api/Word.WdFramesetSizeType.md
+++ b/api/Word.WdFramesetSizeType.md
@@ -14,7 +14,7 @@ Specifies how to interpret the height or width of a specified frame on a frames
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFramesetSizeTypeFixed**|1|Microsoft Word interprets the height or width of the specified frame as a fixed value (in points).|
| **wdFramesetSizeTypePercent**|0|Word interprets the height or width of the specified frame as a percentage of the screen height or width.|
diff --git a/api/Word.WdFramesetType.md b/api/Word.WdFramesetType.md
index b6fa591ec44..8ecdec227df 100644
--- a/api/Word.WdFramesetType.md
+++ b/api/Word.WdFramesetType.md
@@ -14,7 +14,7 @@ Specifies the type of frame.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFramesetTypeFrame**|1|A single frame.|
| **wdFramesetTypeFrameset**|0|A frameset.|
diff --git a/api/Word.WdFrenchSpeller.md b/api/Word.WdFrenchSpeller.md
index fdd38f56b9b..4e96349a1e7 100644
--- a/api/Word.WdFrenchSpeller.md
+++ b/api/Word.WdFrenchSpeller.md
@@ -14,7 +14,7 @@ Indicates which version of French to use when using the French language spelling
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFrenchBoth**|0|Use both Post Reform and Pre-Reform French dictionaries when checking French language spelling.|
| **wdFrenchPostReform**|2|Use only the Post Reform French dictionary when checking French language spelling.|
diff --git a/api/Word.WdGoToDirection.md b/api/Word.WdGoToDirection.md
index 0a4798b2345..ed3a8df6274 100644
--- a/api/Word.WdGoToDirection.md
+++ b/api/Word.WdGoToDirection.md
@@ -14,7 +14,7 @@ Specifies the position to which a selection or the insertion point is moved in r
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdGoToAbsolute**|1|An absolute position.|
| **wdGoToFirst**|1|The first instance of the specified object.|
diff --git a/api/Word.WdGoToItem.md b/api/Word.WdGoToItem.md
index 177bf047ee8..4c158a5ceb4 100644
--- a/api/Word.WdGoToItem.md
+++ b/api/Word.WdGoToItem.md
@@ -14,7 +14,7 @@ Specifies the type of item to move the insertion point or selection just prior t
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdGoToBookmark**|-1|A bookmark.|
| **wdGoToComment**|6|A comment.|
diff --git a/api/Word.WdGranularity.md b/api/Word.WdGranularity.md
index bf1f4cd89a9..ab0f883f573 100644
--- a/api/Word.WdGranularity.md
+++ b/api/Word.WdGranularity.md
@@ -14,7 +14,7 @@ Specifies the granularity of changes to track when comparing two documents.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdGranularityCharLevel**|0|Tracks character-level changes.|
| **wdGranularityWordLevel**|1|Tracks word-level changes.|
diff --git a/api/Word.WdGutterStyle.md b/api/Word.WdGutterStyle.md
index d3a4c649377..79aee4029cf 100644
--- a/api/Word.WdGutterStyle.md
+++ b/api/Word.WdGutterStyle.md
@@ -14,7 +14,7 @@ Specifies where the gutter appears in the document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdGutterPosLeft**|0|On the left side.|
| **wdGutterPosRight**|2|On the right side.|
diff --git a/api/Word.WdGutterStyleOld.md b/api/Word.WdGutterStyleOld.md
index 96aaaa28836..3cb506fb1ba 100644
--- a/api/Word.WdGutterStyleOld.md
+++ b/api/Word.WdGutterStyleOld.md
@@ -14,7 +14,7 @@ Specifies whether the gutter style should conform to left-to-right text flow or
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdGutterStyleBidi**|2|Bidirectional gutter should be used to conform to right-to-left text flow.|
| **wdGutterStyleLatin**|-10|Latin gutter should be used to conform to left-to-right text flow.|
diff --git a/api/Word.WdHeaderFooterIndex.md b/api/Word.WdHeaderFooterIndex.md
index db9d2cb2e3f..8e2c395370d 100644
--- a/api/Word.WdHeaderFooterIndex.md
+++ b/api/Word.WdHeaderFooterIndex.md
@@ -14,7 +14,7 @@ Returns the specified header or footer in a document or section.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdHeaderFooterEvenPages**|3|Returns all headers or footers on even-numbered pages.|
| **wdHeaderFooterFirstPage**|2|Returns the first header or footer in a document or section.|
diff --git a/api/Word.WdHeadingSeparator.md b/api/Word.WdHeadingSeparator.md
index 124144089de..613b1459d4c 100644
--- a/api/Word.WdHeadingSeparator.md
+++ b/api/Word.WdHeadingSeparator.md
@@ -14,7 +14,7 @@ Specifies the type of text separator to place between headings in an index.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdHeadingSeparatorBlankLine**|1|A blank line.|
| **wdHeadingSeparatorLetter**|2|A designated letter.|
diff --git a/api/Word.WdHebSpellStart.md b/api/Word.WdHebSpellStart.md
index e8c2471ecce..4e004446ff8 100644
--- a/api/Word.WdHebSpellStart.md
+++ b/api/Word.WdHebSpellStart.md
@@ -14,7 +14,7 @@ Specifies which rules the Hebrew spelling checker will follow.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFullScript**|0|The spelling checker follows rules for the conventional script required by the Hebrew Language Academy for writing text without diacritics.|
| **wdMixedAuthorizedScript**|3|The spelling checker follows rules for full and partial script, but highlights as potential mistakes any spelling variations not permitted within either system and any completely unrecognized words.|
diff --git a/api/Word.WdHelpType.md b/api/Word.WdHelpType.md
index 4e64836d430..30254076de4 100644
--- a/api/Word.WdHelpType.md
+++ b/api/Word.WdHelpType.md
@@ -14,7 +14,7 @@ Specifies the type of Help topic or window to display.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdHelp**|0|Displays the **Help Topics** dialog box.|
| **wdHelpAbout**|1|Displays the **About Microsoft Word** dialog box.|
diff --git a/api/Word.WdHighAnsiText.md b/api/Word.WdHighAnsiText.md
index 83a5b856c54..1d33b48f756 100644
--- a/api/Word.WdHighAnsiText.md
+++ b/api/Word.WdHighAnsiText.md
@@ -14,7 +14,7 @@ Specifies how Word interprets high-ANSI text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAutoDetectHighAnsiFarEast**|2|Microsoft Word interprets high-ANSI text as East Asian characters only if Word automatically detects East Asian language text.|
| **wdHighAnsiIsFarEast**|0|Word doesn't interpret any high-ANSI text as East Asian characters.|
diff --git a/api/Word.WdHorizontalInVerticalType.md b/api/Word.WdHorizontalInVerticalType.md
index 2c13cd55994..8c653010d13 100644
--- a/api/Word.WdHorizontalInVerticalType.md
+++ b/api/Word.WdHorizontalInVerticalType.md
@@ -14,7 +14,7 @@ Specifies the format of horizontal text set within vertical text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdHorizontalInVerticalFitInLine**|1|The horizontal text is sized to fit in the line of vertical text.|
| **wdHorizontalInVerticalNone**|0|No formatting is applied to the horizontal text.|
diff --git a/api/Word.WdHorizontalLineAlignment.md b/api/Word.WdHorizontalLineAlignment.md
index 52198dbbba6..78a621867cf 100644
--- a/api/Word.WdHorizontalLineAlignment.md
+++ b/api/Word.WdHorizontalLineAlignment.md
@@ -14,7 +14,7 @@ Specifies the alignment of a horizontal line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdHorizontalLineAlignCenter**|1|Centered.|
| **wdHorizontalLineAlignLeft**|0|Aligned to the left.|
diff --git a/api/Word.WdHorizontalLineWidthType.md b/api/Word.WdHorizontalLineWidthType.md
index d89962e2084..52bd8fd912e 100644
--- a/api/Word.WdHorizontalLineWidthType.md
+++ b/api/Word.WdHorizontalLineWidthType.md
@@ -14,7 +14,7 @@ Specifies how Word interprets the width (length) of the specified horizontal lin
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdHorizontalLineFixedWidth**|-2|Microsoft Word interprets the width (length) of the specified horizontal line as a fixed value (in points). This is the default value for horizontal lines added with the **AddHorizontalLine** method. Setting the **Width** property for the **InlineShape** object associated with a horizontal line sets the **WidthType** property to this value.|
| **wdHorizontalLinePercentWidth**|-1|Word interprets the width (length) of the specified horizontal line as a percentage of the screen width. This is the default value for horizontal lines added with the **AddHorizontalLineStandard** method. Setting the **PercentWidth** property on a horizontal line sets the **WidthType** property to this value.|
diff --git a/api/Word.WdIMEMode.md b/api/Word.WdIMEMode.md
index d7c2c475d82..1c65f05b644 100644
--- a/api/Word.WdIMEMode.md
+++ b/api/Word.WdIMEMode.md
@@ -14,7 +14,7 @@ Specifies the default start-up mode for the Japanese Input Method Editor (IME).
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdIMEModeAlpha**|8|Activates the IME in half-width Latin mode.|
| **wdIMEModeAlphaFull**|7|Activates the IME in full-width Latin mode.|
diff --git a/api/Word.WdIndexFilter.md b/api/Word.WdIndexFilter.md
index 56f88778814..0504c2ad3bc 100644
--- a/api/Word.WdIndexFilter.md
+++ b/api/Word.WdIndexFilter.md
@@ -14,7 +14,7 @@ Specifies how Microsoft Word classifies the first character of entries in the sp
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdIndexFilterAiueo**|1|Japanese words use the AIUEO method of alphabetizing.|
| **wdIndexFilterAkasatana**|2|Japanese words use Akasatana.|
diff --git a/api/Word.WdIndexFormat.md b/api/Word.WdIndexFormat.md
index e336d2a7afe..0125063a2bf 100644
--- a/api/Word.WdIndexFormat.md
+++ b/api/Word.WdIndexFormat.md
@@ -14,7 +14,7 @@ Specifies the formatting for indexes in a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdIndexBulleted**|4|Bulleted.|
| **wdIndexClassic**|1|Classic.|
diff --git a/api/Word.WdIndexSortBy.md b/api/Word.WdIndexSortBy.md
index cdea2333bcf..1b11289d592 100644
--- a/api/Word.WdIndexSortBy.md
+++ b/api/Word.WdIndexSortBy.md
@@ -14,7 +14,7 @@ Specifies the criteria by which Word sorts the specified index.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdIndexSortByStroke**|0|Sort by the number of strokes in a character.|
| **wdIndexSortBySyllable**|1|Sort phonetically.|
diff --git a/api/Word.WdIndexType.md b/api/Word.WdIndexType.md
index 2b5720d98f7..2d9605188e6 100644
--- a/api/Word.WdIndexType.md
+++ b/api/Word.WdIndexType.md
@@ -14,7 +14,7 @@ Specifies the type of index.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdIndexIndent**|0|An indented index.|
| **wdIndexRunin**|1|A run-in index.|
diff --git a/api/Word.WdInformation.md b/api/Word.WdInformation.md
index d0b76cd93c1..311b48c04a6 100644
--- a/api/Word.WdInformation.md
+++ b/api/Word.WdInformation.md
@@ -14,7 +14,7 @@ Specifies the type of information returned about a specified selection or range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdActiveEndAdjustedPageNumber**|1|Returns the number of the page that contains the active end of the specified selection or range. If you set a starting page number or make other manual adjustments, returns the adjusted page number (unlike **wdActiveEndPageNumber**).|
| **wdActiveEndPageNumber**|3|Returns the number of the page that contains the active end of the specified selection or range, counting from the beginning of the document. Any manual adjustments to page numbering are disregarded (unlike **wdActiveEndAdjustedPageNumber**).|
diff --git a/api/Word.WdInlineShapeType.md b/api/Word.WdInlineShapeType.md
index d8172c89953..913c61354bc 100644
--- a/api/Word.WdInlineShapeType.md
+++ b/api/Word.WdInlineShapeType.md
@@ -14,7 +14,7 @@ Specifies a shape type for inline shapes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdInlineShapeChart**|12|Inline chart.|
| **wdInlineShapeDiagram**|13|Inline diagram.|
diff --git a/api/Word.WdInsertCells.md b/api/Word.WdInsertCells.md
index 0e1c73dce5a..9f4b3b2ef52 100644
--- a/api/Word.WdInsertCells.md
+++ b/api/Word.WdInsertCells.md
@@ -14,7 +14,7 @@ Specifies where and what type of cells to add to an existing table.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdInsertCellsEntireColumn**|3|Inserts an entire column to the left of the column that contains the selection.|
| **wdInsertCellsEntireRow**|2|Inserts an entire row above the row that contains the selection.|
diff --git a/api/Word.WdInsertedTextMark.md b/api/Word.WdInsertedTextMark.md
index 46575f0c953..082fecf17fa 100644
--- a/api/Word.WdInsertedTextMark.md
+++ b/api/Word.WdInsertedTextMark.md
@@ -14,7 +14,7 @@ Specifies the formatting of text that is inserted while change tracking is enabl
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdInsertedTextMarkBold**|1|Inserted text is displayed in bold.|
| **wdInsertedTextMarkColorOnly**|5|Inserted text is displayed in a specified color.|
diff --git a/api/Word.WdInternationalIndex.md b/api/Word.WdInternationalIndex.md
index 1c2b253feea..8a44a12546c 100644
--- a/api/Word.WdInternationalIndex.md
+++ b/api/Word.WdInternationalIndex.md
@@ -14,7 +14,7 @@ Specifies information specific to the current country/region and international s
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wd24HourClock**|21|Returns **True** if you are using 24-hour time; returns **False** if you are using 12-hour time.|
| **wdCurrencyCode**|20|Returns the currency symbol ($ in U.S. English).|
diff --git a/api/Word.WdJustificationMode.md b/api/Word.WdJustificationMode.md
index c1f925804dc..716a1c41ef3 100644
--- a/api/Word.WdJustificationMode.md
+++ b/api/Word.WdJustificationMode.md
@@ -14,7 +14,7 @@ Specifies the character spacing adjustment for a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdJustificationModeCompress**|1|Compress.|
| **wdJustificationModeCompressKana**|2|Compress, using rules of the kana syllabaries, Hiragana and Katakana.|
diff --git a/api/Word.WdKana.md b/api/Word.WdKana.md
index 4031e8d1c8c..d974b0d1f4b 100644
--- a/api/Word.WdKana.md
+++ b/api/Word.WdKana.md
@@ -14,7 +14,7 @@ Specifies the format of the selected Japanese text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdKanaHiragana**|9|The text is formatted as Hiragana.|
| **wdKanaKatakana**|8|The text is formatted as Katakana.|
diff --git a/api/Word.WdKey.md b/api/Word.WdKey.md
index afe0124e0dc..7cc9c5c20c1 100644
--- a/api/Word.WdKey.md
+++ b/api/Word.WdKey.md
@@ -14,7 +14,7 @@ Specifies a keyboard character. Although uppercase and lowercase characters are
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdKey0**|48|The 0 key.|
| **wdKey1**|49|The 1 key.|
diff --git a/api/Word.WdKeyCategory.md b/api/Word.WdKeyCategory.md
index ff849f6a88d..324cd4d68a4 100644
--- a/api/Word.WdKeyCategory.md
+++ b/api/Word.WdKeyCategory.md
@@ -14,7 +14,7 @@ Specifies the type of item assigned to the key binding.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdKeyCategoryAutoText**|4|Key is assigned to autotext.|
| **wdKeyCategoryCommand**|1|Key is assigned to a command|
diff --git a/api/Word.WdLanguageID.md b/api/Word.WdLanguageID.md
index 114bd007db0..6f56b4593dd 100644
--- a/api/Word.WdLanguageID.md
+++ b/api/Word.WdLanguageID.md
@@ -14,7 +14,7 @@ Specifies the language to use.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAfrikaans**|1078|African language.|
| **wdAlbanian**|1052|Albanian language.|
diff --git a/api/Word.WdLayoutMode.md b/api/Word.WdLayoutMode.md
index 90482821801..93d769d8007 100644
--- a/api/Word.WdLayoutMode.md
+++ b/api/Word.WdLayoutMode.md
@@ -14,7 +14,7 @@ Specifies how text is laid out in the layout mode for the current document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLayoutModeDefault**|0|No grid is used to lay out text.|
| **wdLayoutModeGenko**|3|Text is laid out on a grid; the user specifies the number of lines and the number of characters per line. As the user types, Microsoft Word automatically aligns characters with gridlines.|
diff --git a/api/Word.WdLetterStyle.md b/api/Word.WdLetterStyle.md
index d478560990c..184d3b56192 100644
--- a/api/Word.WdLetterStyle.md
+++ b/api/Word.WdLetterStyle.md
@@ -14,7 +14,7 @@ Specifies the layout of a letter created by the Letter Wizard.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFullBlock**|0|Full block.|
| **wdModifiedBlock**|1|Modified block.|
diff --git a/api/Word.WdLetterheadLocation.md b/api/Word.WdLetterheadLocation.md
index 3d678732a36..4e500b8fa1b 100644
--- a/api/Word.WdLetterheadLocation.md
+++ b/api/Word.WdLetterheadLocation.md
@@ -14,7 +14,7 @@ Specifies a location to place letterhead in a letter created by the Letter Wizar
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLetterBottom**|1|At the bottom of the letter.|
| **wdLetterLeft**|2|To the left of the letter.|
diff --git a/api/Word.WdLigatures.md b/api/Word.WdLigatures.md
index 764f154d157..b2e8b55b2ac 100644
--- a/api/Word.WdLigatures.md
+++ b/api/Word.WdLigatures.md
@@ -14,7 +14,7 @@ Specifies the type of ligatures applied to a font.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLigaturesAll**|15|Applies all types of ligatures to the font.|
| **wdLigaturesContextual**|2|Applies contextual ligatures to the font. Contextual ligatures are often designed to enhance readability, but may also be solely ornamental. Contextual ligatures may also be contextual alternates.|
diff --git a/api/Word.WdLineEndingType.md b/api/Word.WdLineEndingType.md
index 7ae6f7d832b..66673f07e8c 100644
--- a/api/Word.WdLineEndingType.md
+++ b/api/Word.WdLineEndingType.md
@@ -14,7 +14,7 @@ Specifies how Microsoft Word marks the line and paragraph breaks in documents sa
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCRLF**|0|Carriage return plus line feed.|
| **wdCROnly**|1|Carriage return only.|
diff --git a/api/Word.WdLineSpacing.md b/api/Word.WdLineSpacing.md
index ab037a582dd..64e59126855 100644
--- a/api/Word.WdLineSpacing.md
+++ b/api/Word.WdLineSpacing.md
@@ -14,7 +14,7 @@ Specifies a line spacing format to be applied to a paragraph.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLineSpace1pt5**|1|Space-and-a-half line spacing. Spacing is equivalent to the current font size plus 6 points.|
| **wdLineSpaceAtLeast**|3|Line spacing is always at least a specified amount. The amount is specified separately.|
diff --git a/api/Word.WdLineStyle.md b/api/Word.WdLineStyle.md
index af3696aadb6..271597d682b 100644
--- a/api/Word.WdLineStyle.md
+++ b/api/Word.WdLineStyle.md
@@ -14,7 +14,7 @@ Specifies the border style for an object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLineStyleDashDot**|5|A dash followed by a dot.|
| **wdLineStyleDashDotDot**|6|A dash followed by two dots.|
diff --git a/api/Word.WdLineType.md b/api/Word.WdLineType.md
index da518f77a64..a2ffad4cc78 100644
--- a/api/Word.WdLineType.md
+++ b/api/Word.WdLineType.md
@@ -14,7 +14,7 @@ Specifies whether a line is a line of text or a table row.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTableRow**|1|A table row.|
| **wdTextLine**|0|A line of text in the body of the document.|
diff --git a/api/Word.WdLineWidth.md b/api/Word.WdLineWidth.md
index 277b69e8220..7ae7089d0c7 100644
--- a/api/Word.WdLineWidth.md
+++ b/api/Word.WdLineWidth.md
@@ -14,7 +14,7 @@ Specifies the width of an object's border.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLineWidth025pt**|2|0.25 point.|
| **wdLineWidth050pt**|4|0.50 point.|
diff --git a/api/Word.WdLinkType.md b/api/Word.WdLinkType.md
index 09ba269553a..ac13a6e1de7 100644
--- a/api/Word.WdLinkType.md
+++ b/api/Word.WdLinkType.md
@@ -14,7 +14,7 @@ Specifies the type of link.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLinkTypeChart**|8|Microsoft Excel chart.|
| **wdLinkTypeDDE**|6|Dynamic Data Exchange.|
diff --git a/api/Word.WdListApplyTo.md b/api/Word.WdListApplyTo.md
index 0a29a6ff924..cfa6d37ddc7 100644
--- a/api/Word.WdListApplyTo.md
+++ b/api/Word.WdListApplyTo.md
@@ -14,7 +14,7 @@ Specifies the portion of a list to which to apply a list template.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdListApplyToSelection**|2|Selection.|
| **wdListApplyToThisPointForward**|1|From cursor insertion point to end of list.|
diff --git a/api/Word.WdListGalleryType.md b/api/Word.WdListGalleryType.md
index 8585651863c..3766f20528e 100644
--- a/api/Word.WdListGalleryType.md
+++ b/api/Word.WdListGalleryType.md
@@ -14,7 +14,7 @@ Specifies the type of list from a list template gallery.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBulletGallery**|1|Bulleted list.|
| **wdNumberGallery**|2|Numbered list.|
diff --git a/api/Word.WdListLevelAlignment.md b/api/Word.WdListLevelAlignment.md
index 23502692049..f91d1b087f5 100644
--- a/api/Word.WdListLevelAlignment.md
+++ b/api/Word.WdListLevelAlignment.md
@@ -14,7 +14,7 @@ Specifies the alignment of a list level.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdListLevelAlignCenter**|1|Center-aligned.|
| **wdListLevelAlignLeft**|0|Left-aligned.|
diff --git a/api/Word.WdListNumberStyle.md b/api/Word.WdListNumberStyle.md
index 4cbe92f040f..b2a8c83a2ba 100644
--- a/api/Word.WdListNumberStyle.md
+++ b/api/Word.WdListNumberStyle.md
@@ -14,7 +14,7 @@ Specifies the numeric style to apply to a list.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdListNumberStyleAiueo**|20|Aiueo numeric style.|
| **wdListNumberStyleAiueoHalfWidth**|12|Aiueo half-width numeric style.|
diff --git a/api/Word.WdListType.md b/api/Word.WdListType.md
index 744916dbb5b..2334709b533 100644
--- a/api/Word.WdListType.md
+++ b/api/Word.WdListType.md
@@ -14,7 +14,7 @@ Specifies a type of list.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdListBullet**|2|Bulleted list.|
| **wdListListNumOnly**|1|ListNum fields that can be used in the body of a paragraph.|
diff --git a/api/Word.WdLockType.md b/api/Word.WdLockType.md
index 6aa5dcb834e..b4168227a7a 100644
--- a/api/Word.WdLockType.md
+++ b/api/Word.WdLockType.md
@@ -14,7 +14,7 @@ Specifies the type of lock for a **[CoAuthLock](Word.CoAuthLock.md)** object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLockChanged**|3|Specifies a placeholder lock. A placeholder lock indicates that another user has removed their lock from the range, but the current user has not updated their view of the document by saving.|
| **wdLockEphemeral**|2|Specifies an ephemeral lock. Word implicitly places an ephemeral lock on a range when a user begins editing a range in a document with coauthoring enabled.|
diff --git a/api/Word.WdMailMergeActiveRecord.md b/api/Word.WdMailMergeActiveRecord.md
index c1b0abfe7b3..f20e79754d7 100644
--- a/api/Word.WdMailMergeActiveRecord.md
+++ b/api/Word.WdMailMergeActiveRecord.md
@@ -14,7 +14,7 @@ Specifies the active record in a mail merge result set.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFirstDataSourceRecord**|-6|The first record in the data source.|
| **wdFirstRecord**|-4|The first record in the result set.|
diff --git a/api/Word.WdMailMergeComparison.md b/api/Word.WdMailMergeComparison.md
index b33ba741e3b..bb6d76aebe3 100644
--- a/api/Word.WdMailMergeComparison.md
+++ b/api/Word.WdMailMergeComparison.md
@@ -14,7 +14,7 @@ Specifies the type of comparison to use when a condition is added to a mail merg
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMergeIfEqual**|0|A value is output if the mail merge field is equal to a value.|
| **wdMergeIfGreaterThan**|3|A value is output if the mail merge field is greater than a value.|
diff --git a/api/Word.WdMailMergeDataSource.md b/api/Word.WdMailMergeDataSource.md
index 7570e3cf7e6..64e65079dd7 100644
--- a/api/Word.WdMailMergeDataSource.md
+++ b/api/Word.WdMailMergeDataSource.md
@@ -14,7 +14,7 @@ Specifies the data source for a mail merge operation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMergeInfoFromAccessDDE**|1|From Microsoft Access using Dynamic Data Exchange (DDE).|
| **wdMergeInfoFromExcelDDE**|2|From Microsoft Excel using DDE.|
diff --git a/api/Word.WdMailMergeDefaultRecord.md b/api/Word.WdMailMergeDefaultRecord.md
index 132050c5e60..312f947da15 100644
--- a/api/Word.WdMailMergeDefaultRecord.md
+++ b/api/Word.WdMailMergeDefaultRecord.md
@@ -14,7 +14,7 @@ Specifies the default record to use in a mail merge process.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDefaultFirstRecord**|1|Use the first record in the result set as the default record.|
| **wdDefaultLastRecord**|-16|Use the last record in the result set as the default record.|
diff --git a/api/Word.WdMailMergeDestination.md b/api/Word.WdMailMergeDestination.md
index 1a92c33708f..010ab0b2f4e 100644
--- a/api/Word.WdMailMergeDestination.md
+++ b/api/Word.WdMailMergeDestination.md
@@ -14,7 +14,7 @@ Specifies a destination for mail merge results.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSendToEmail**|2|Send results to e-mail recipient.|
| **wdSendToFax**|3|Send results to fax recipient.|
diff --git a/api/Word.WdMailMergeMailFormat.md b/api/Word.WdMailMergeMailFormat.md
index 82dc31137ab..4d33f7faf16 100644
--- a/api/Word.WdMailMergeMailFormat.md
+++ b/api/Word.WdMailMergeMailFormat.md
@@ -14,7 +14,7 @@ Specifies the format to use when the mail merge destination is an e-mail message
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMailFormatHTML**|1|Sends mail merge e-mail documents using HTML format.|
| **wdMailFormatPlainText**|0|Sends mail merge e-mail documents using plain text.|
diff --git a/api/Word.WdMailMergeMainDocType.md b/api/Word.WdMailMergeMainDocType.md
index 60377a046fa..1999fff367b 100644
--- a/api/Word.WdMailMergeMainDocType.md
+++ b/api/Word.WdMailMergeMainDocType.md
@@ -14,7 +14,7 @@ Specifies a type of mail merge document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCatalog**|3|Catalog.|
| **wdDirectory**|3|Directory.|
diff --git a/api/Word.WdMailMergeState.md b/api/Word.WdMailMergeState.md
index abe71bc8331..fa926276db7 100644
--- a/api/Word.WdMailMergeState.md
+++ b/api/Word.WdMailMergeState.md
@@ -14,7 +14,7 @@ Specifies the state of a mail merge operation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDataSource**|5|A data source with no main document.|
| **wdMainAndDataSource**|2|A main document with an attached data source.|
diff --git a/api/Word.WdMailSystem.md b/api/Word.WdMailSystem.md
index 5a9e46afafb..ecc40764c2e 100644
--- a/api/Word.WdMailSystem.md
+++ b/api/Word.WdMailSystem.md
@@ -14,7 +14,7 @@ Specifies the type of mail system.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMAPI**|1|Standard Messaging Application Programming Interface (MAPI) mail system.|
| **wdMAPIandPowerTalk**|3|Both a standard Messaging Application Programming Interface (MAPI) mail system and a PowerTalk mail system.|
diff --git a/api/Word.WdMailerPriority.md b/api/Word.WdMailerPriority.md
index a5933b200e2..393bf880c5b 100644
--- a/api/Word.WdMailerPriority.md
+++ b/api/Word.WdMailerPriority.md
@@ -14,7 +14,7 @@ This enumeration has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPriorityHigh**|3|Not supported.|
| **wdPriorityLow**|2|Not supported.|
diff --git a/api/Word.WdMappedDataFields.md b/api/Word.WdMappedDataFields.md
index ecf7bc333c9..4eb182a4520 100644
--- a/api/Word.WdMappedDataFields.md
+++ b/api/Word.WdMappedDataFields.md
@@ -14,7 +14,7 @@ Specifies a type of mapped data field.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAddress1**|10|Address 1 field.|
| **wdAddress2**|11|Address 2 field.|
diff --git a/api/Word.WdMeasurementUnits.md b/api/Word.WdMeasurementUnits.md
index b3f06ada80c..dd4109e8a21 100644
--- a/api/Word.WdMeasurementUnits.md
+++ b/api/Word.WdMeasurementUnits.md
@@ -14,7 +14,7 @@ Specifies a unit of measure to use.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCentimeters**|1|Centimeters.|
| **wdInches**|0|Inches.|
diff --git a/api/Word.WdMergeFormatFrom.md b/api/Word.WdMergeFormatFrom.md
index 5f5d7e7547f..0bec7f310c2 100644
--- a/api/Word.WdMergeFormatFrom.md
+++ b/api/Word.WdMergeFormatFrom.md
@@ -14,7 +14,7 @@ Specifies the document from which to retain formatting during a document compare
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMergeFormatFromOriginal**|0|Retains formatting from the original document.|
| **wdMergeFormatFromPrompt**|2|Prompt the user for the document to use for formatting.|
diff --git a/api/Word.WdMergeSubType.md b/api/Word.WdMergeSubType.md
index fba925e97a4..169f130a7f3 100644
--- a/api/Word.WdMergeSubType.md
+++ b/api/Word.WdMergeSubType.md
@@ -14,7 +14,7 @@ Specifies the data source to be attached to the current document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMergeSubTypeAccess**|1|Microsoft Access.|
| **wdMergeSubTypeOAL**|2|Office Address List.|
diff --git a/api/Word.WdMergeTarget.md b/api/Word.WdMergeTarget.md
index b0b4aadcbe7..0159e185cec 100644
--- a/api/Word.WdMergeTarget.md
+++ b/api/Word.WdMergeTarget.md
@@ -14,7 +14,7 @@ Specifies the target for a Compare and Merge Documents process.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMergeTargetCurrent**|1|Merge into current document.|
| **wdMergeTargetNew**|2|Merge into new document.|
diff --git a/api/Word.WdMonthNames.md b/api/Word.WdMonthNames.md
index cfa21f6e29c..67168acfa5c 100644
--- a/api/Word.WdMonthNames.md
+++ b/api/Word.WdMonthNames.md
@@ -14,7 +14,7 @@ Specifies the format in which to display month names.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMonthNamesArabic**|0|Arabic format.|
| **wdMonthNamesEnglish**|1|English format.|
diff --git a/api/Word.WdMoveFromTextMark.md b/api/Word.WdMoveFromTextMark.md
index 663730fe5d3..32089011afe 100644
--- a/api/Word.WdMoveFromTextMark.md
+++ b/api/Word.WdMoveFromTextMark.md
@@ -14,7 +14,7 @@ Marks the moved-from text when text in a document with tracked changes is moved
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMoveFromTextMarkBold**|6|Marks moved text with bold formatting.|
| **wdMoveFromTextMarkCaret**|3|Marks moved text with a caret.|
diff --git a/api/Word.WdMoveToTextMark.md b/api/Word.WdMoveToTextMark.md
index b017b5698f7..e4ee3bbb337 100644
--- a/api/Word.WdMoveToTextMark.md
+++ b/api/Word.WdMoveToTextMark.md
@@ -14,7 +14,7 @@ Marks the moved-to text when text in a document with tracked changes is moved fr
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMoveToTextMarkBold**|1|Marks moved text with bold formatting.|
| **wdMoveToTextMarkColorOnly**|5|Marks moved text with color only. Use the **[MoveToTextColor](Word.Options.MoveToTextColor.md)** property to set the color of moved text.|
diff --git a/api/Word.WdMovementType.md b/api/Word.WdMovementType.md
index 0757a1fc114..08af1104c55 100644
--- a/api/Word.WdMovementType.md
+++ b/api/Word.WdMovementType.md
@@ -14,7 +14,7 @@ Specifies the way the selection is moved.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdExtend**|1|The end of the selection is extended to the end of the specified unit.|
| **wdMove**|0|The selection is collapsed to an insertion point and moved to the end of the specified unit. Default.|
diff --git a/api/Word.WdMultipleWordConversionsMode.md b/api/Word.WdMultipleWordConversionsMode.md
index 0b7271bb609..bf5261c9fdd 100644
--- a/api/Word.WdMultipleWordConversionsMode.md
+++ b/api/Word.WdMultipleWordConversionsMode.md
@@ -14,7 +14,7 @@ Specifies the direction for conversion between Hangul and Hanja.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdHangulToHanja**|0|Hangul to Hanja.|
| **wdHanjaToHangul**|1|Hanja to Hangul.|
diff --git a/api/Word.WdNewDocumentType.md b/api/Word.WdNewDocumentType.md
index 3a99f5d2afc..18366c64a13 100644
--- a/api/Word.WdNewDocumentType.md
+++ b/api/Word.WdNewDocumentType.md
@@ -14,7 +14,7 @@ Specifies the type of new document to create.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdNewBlankDocument**|0|Blank document.|
| **wdNewEmailMessage**|2|E-mail message.|
diff --git a/api/Word.WdNoteNumberStyle.md b/api/Word.WdNoteNumberStyle.md
index 14960284217..df72453d961 100644
--- a/api/Word.WdNoteNumberStyle.md
+++ b/api/Word.WdNoteNumberStyle.md
@@ -14,7 +14,7 @@ Specifies the number style to apply to endnotes, endnote options, footnotes, or
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdNoteNumberStyleArabic**|0|Arabic number style.|
| **wdNoteNumberStyleArabicFullWidth**|14|Arabic full-width number style.|
diff --git a/api/Word.WdNumberForm.md b/api/Word.WdNumberForm.md
index c226b53a27a..1860025b4bc 100644
--- a/api/Word.WdNumberForm.md
+++ b/api/Word.WdNumberForm.md
@@ -14,7 +14,7 @@ Specifies the number form setting for an OpenType font.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdNumberFormDefault**|0|Applies the default number form for the font.|
| **wdNumberFormLining**|1|Applies the lining number form to the font.|
diff --git a/api/Word.WdNumberSpacing.md b/api/Word.WdNumberSpacing.md
index a991795a237..134c3b2b7cf 100644
--- a/api/Word.WdNumberSpacing.md
+++ b/api/Word.WdNumberSpacing.md
@@ -14,7 +14,7 @@ Specifies the number spacing setting for an OpenType font.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdNumberSpacingDefault**|0|Applies the default number spacing for the font.|
| **wdNumberSpacingProportional**|1|Applies proportional number spacing to the font.|
diff --git a/api/Word.WdNumberStyleWordBasicBiDi.md b/api/Word.WdNumberStyleWordBasicBiDi.md
index fae1853e3ec..6a9a66b051d 100644
--- a/api/Word.WdNumberStyleWordBasicBiDi.md
+++ b/api/Word.WdNumberStyleWordBasicBiDi.md
@@ -14,7 +14,7 @@ This enumeration has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCaptionNumberStyleBidiLetter1**|49|Not supported.|
| **wdCaptionNumberStyleBidiLetter2**|50|Not supported.|
diff --git a/api/Word.WdNumberType.md b/api/Word.WdNumberType.md
index c0550ff632f..f601dcd2632 100644
--- a/api/Word.WdNumberType.md
+++ b/api/Word.WdNumberType.md
@@ -14,7 +14,7 @@ Specifies the type of number.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdNumberAllNumbers**|3|Default value for all other cases.|
| **wdNumberListNum**|2|Default value for LISTNUM fields.|
diff --git a/api/Word.WdNumberingRule.md b/api/Word.WdNumberingRule.md
index d3955aa6f3d..b8ea8b7446e 100644
--- a/api/Word.WdNumberingRule.md
+++ b/api/Word.WdNumberingRule.md
@@ -14,7 +14,7 @@ Specifies the numbering rule to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRestartContinuous**|0|Numbers are assigned continuously.|
| **wdRestartPage**|2|Numbers are reset for each page.|
diff --git a/api/Word.WdOLEPlacement.md b/api/Word.WdOLEPlacement.md
index 3473a390e53..6880feed45e 100644
--- a/api/Word.WdOLEPlacement.md
+++ b/api/Word.WdOLEPlacement.md
@@ -14,7 +14,7 @@ Specifies the placement for an OLE object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFloatOverText**|1|Float over text.|
| **wdInLine**|0|In line with text.|
diff --git a/api/Word.WdOLEType.md b/api/Word.WdOLEType.md
index 731b24c2df6..d6711b57d35 100644
--- a/api/Word.WdOLEType.md
+++ b/api/Word.WdOLEType.md
@@ -14,7 +14,7 @@ Specifies the type of an OLE object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOLEControl**|2|OLE control.|
| **wdOLEEmbed**|1|Embedded OLE object.|
diff --git a/api/Word.WdOLEVerb.md b/api/Word.WdOLEVerb.md
index d96991685ca..9bcd4063cf0 100644
--- a/api/Word.WdOLEVerb.md
+++ b/api/Word.WdOLEVerb.md
@@ -14,7 +14,7 @@ Specifies the action associated with the verb that the OLE object should perform
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOLEVerbDiscardUndoState**|-6|Forces the object to discard any undo state that it might be maintaining; note that the object remains active, however.|
| **wdOLEVerbHide**|-3|Removes the object's user interface from view.|
diff --git a/api/Word.WdOMathBreakBin.md b/api/Word.WdOMathBreakBin.md
index 7460222ea56..aa50cdad0b1 100644
--- a/api/Word.WdOMathBreakBin.md
+++ b/api/Word.WdOMathBreakBin.md
@@ -14,7 +14,7 @@ Specifies where Microsoft Word places binary operators when equations span two o
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathBreakBinAfter**|1|Places the operator before a line break, at the end of the line.|
| **wdOMathBreakBinBefore**|0|Places the operator after a line break, at the beginning of the following line.|
diff --git a/api/Word.WdOMathBreakSub.md b/api/Word.WdOMathBreakSub.md
index 46036c7ca6e..33206a21182 100644
--- a/api/Word.WdOMathBreakSub.md
+++ b/api/Word.WdOMathBreakSub.md
@@ -14,7 +14,7 @@ Specifies how Microsoft Word handles a subtraction operator that falls before a
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathBreakSubMinusMinus**|0|Repeats a minus sign that ends before a line break at the beginning of the next line. Default.|
| **wdOMathBreakSubMinusPlus**|2|Inserts a minus sign at the end of the first line, before the line break, and a plus sign at the beginning of the following line, before the number.|
diff --git a/api/Word.WdOMathFracType.md b/api/Word.WdOMathFracType.md
index 9658c188e62..8979c1f6907 100644
--- a/api/Word.WdOMathFracType.md
+++ b/api/Word.WdOMathFracType.md
@@ -14,7 +14,7 @@ Specifies the type of fraction bar.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathFracBar**|0|Normal fraction bar.|
| **wdOMathFracLin**|3|Show fraction inline.|
diff --git a/api/Word.WdOMathFunctionType.md b/api/Word.WdOMathFunctionType.md
index 5670698e46c..65212dc9a84 100644
--- a/api/Word.WdOMathFunctionType.md
+++ b/api/Word.WdOMathFunctionType.md
@@ -14,7 +14,7 @@ Specifies the type of equation function.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathFunctionAcc**|1|Equation accent mark.|
| **wdOMathFunctionBar**|2|Equation fraction bar.|
diff --git a/api/Word.WdOMathHorizAlignType.md b/api/Word.WdOMathHorizAlignType.md
index 735eefc7f9b..2dd049e7b3c 100644
--- a/api/Word.WdOMathHorizAlignType.md
+++ b/api/Word.WdOMathHorizAlignType.md
@@ -14,7 +14,7 @@ Specifies the horizontal alignment for an equation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathHorizAlignCenter**|0|Centered.|
| **wdOMathHorizAlignLeft**|1|Left alignment.|
diff --git a/api/Word.WdOMathJc.md b/api/Word.WdOMathJc.md
index 403734bbb6e..a3903574868 100644
--- a/api/Word.WdOMathJc.md
+++ b/api/Word.WdOMathJc.md
@@ -14,7 +14,7 @@ Specifies the default justification for equations.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathJcCenter**|2|Center.|
| **wdOMathJcCenterGroup**|1|Center as a group.|
diff --git a/api/Word.WdOMathShapeType.md b/api/Word.WdOMathShapeType.md
index 0836f763efc..e7b07446889 100644
--- a/api/Word.WdOMathShapeType.md
+++ b/api/Word.WdOMathShapeType.md
@@ -14,7 +14,7 @@ Specifies the appearance of delimiters (parentheses, braces, brackets) in relati
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathShapeCentered**|0|Vertically centers delimiters around the entire height of the equation causing delimiters grow equally above and below their midpoint.|
| **wdOMathShapeMatch**|1|Matches the shape of the delimiters to the size of their contents.|
diff --git a/api/Word.WdOMathSpacingRule.md b/api/Word.WdOMathSpacingRule.md
index b3fb1335f82..78acb7a114c 100644
--- a/api/Word.WdOMathSpacingRule.md
+++ b/api/Word.WdOMathSpacingRule.md
@@ -14,7 +14,7 @@ Specifies spacing for an equation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathSpacing1pt5**|1|One and half spaces for each line.|
| **wdOMathSpacingDouble**|2|Double spacing.|
diff --git a/api/Word.WdOMathType.md b/api/Word.WdOMathType.md
index 43413af2498..76cfedcc3bf 100644
--- a/api/Word.WdOMathType.md
+++ b/api/Word.WdOMathType.md
@@ -14,7 +14,7 @@ Specifies the display format type of equation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathDisplay**|0|Professional format.|
| **wdOMathInline**|1|Inline.|
diff --git a/api/Word.WdOMathVertAlignType.md b/api/Word.WdOMathVertAlignType.md
index 710e1bfcb67..795e662d84c 100644
--- a/api/Word.WdOMathVertAlignType.md
+++ b/api/Word.WdOMathVertAlignType.md
@@ -14,7 +14,7 @@ Specifies the vertical alignment of equations within the shape canvas or the lin
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOMathVertAlignBottom**|2|Aligns the equation on the bottom of the shape canvas or line.|
| **wdOMathVertAlignCenter**|0|Vertically centers the equation in the shape canvas or line.|
diff --git a/api/Word.WdOpenFormat.md b/api/Word.WdOpenFormat.md
index 868d78ca507..6cb2fa1f4b4 100644
--- a/api/Word.WdOpenFormat.md
+++ b/api/Word.WdOpenFormat.md
@@ -14,7 +14,7 @@ Specifies the format to use when opening a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOpenFormatAllWord**|6|A Microsoft Word format that is backward compatible with earlier versions of Word.|
| **wdOpenFormatAuto**|0|The existing format.|
diff --git a/api/Word.WdOrganizerObject.md b/api/Word.WdOrganizerObject.md
index f6c9baf541a..61d7193ce9f 100644
--- a/api/Word.WdOrganizerObject.md
+++ b/api/Word.WdOrganizerObject.md
@@ -14,7 +14,7 @@ Specifies the type of object used by a delete, copy, or rename action.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOrganizerObjectAutoText**|1|An AutoText item.|
| **wdOrganizerObjectCommandBars**|2|A command bar item.|
diff --git a/api/Word.WdOrientation.md b/api/Word.WdOrientation.md
index 82d69c1f11f..7c779e143e8 100644
--- a/api/Word.WdOrientation.md
+++ b/api/Word.WdOrientation.md
@@ -14,7 +14,7 @@ Specifies a page layout orientation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOrientLandscape**|1|Landscape orientation.|
| **wdOrientPortrait**|0|Portrait orientation.|
diff --git a/api/Word.WdOriginalFormat.md b/api/Word.WdOriginalFormat.md
index 73347180f4b..a47904fb6cf 100644
--- a/api/Word.WdOriginalFormat.md
+++ b/api/Word.WdOriginalFormat.md
@@ -14,7 +14,7 @@ Specifies the document format. This enumeration is commonly used when saving a d
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOriginalDocumentFormat**|1|Original document format.|
| **wdPromptUser**|2|Prompt user to select a document format.|
diff --git a/api/Word.WdOutlineLevel.md b/api/Word.WdOutlineLevel.md
index bdbe6e21113..3321134ac84 100644
--- a/api/Word.WdOutlineLevel.md
+++ b/api/Word.WdOutlineLevel.md
@@ -14,7 +14,7 @@ Specifies the outline level to apply to a paragraph.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdOutlineLevel1**|1|Outline level 1.|
| **wdOutlineLevel2**|2|Outline level 2.|
diff --git a/api/Word.WdPageBorderArt.md b/api/Word.WdPageBorderArt.md
index 6b20b86092a..9ed24d74958 100644
--- a/api/Word.WdPageBorderArt.md
+++ b/api/Word.WdPageBorderArt.md
@@ -14,7 +14,7 @@ Specifies the graphical page border setting of a page.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdArtApples**|1|An apple border.|
| **wdArtArchedScallops**|97|An arched scalloped border.|
diff --git a/api/Word.WdPageFit.md b/api/Word.WdPageFit.md
index 430351b955f..6b2aebaafc8 100644
--- a/api/Word.WdPageFit.md
+++ b/api/Word.WdPageFit.md
@@ -14,7 +14,7 @@ Specifies the view setting for a page.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPageFitBestFit**|2|Best fit the page to the active window.|
| **wdPageFitFullPage**|1|View the full page.|
diff --git a/api/Word.WdPageMovementType.md b/api/Word.WdPageMovementType.md
index 2e3127fd42a..cc74505dd09 100644
--- a/api/Word.WdPageMovementType.md
+++ b/api/Word.WdPageMovementType.md
@@ -10,7 +10,7 @@ ms.date: 08/15/2017
Specifies the the page movement type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdVertical**|1|Document page movement type vertical.|
| **wdSideToSide**|2|Document page movement type side-to-side.|
diff --git a/api/Word.WdPageNumberAlignment.md b/api/Word.WdPageNumberAlignment.md
index bd43da977de..2be38f5377e 100644
--- a/api/Word.WdPageNumberAlignment.md
+++ b/api/Word.WdPageNumberAlignment.md
@@ -14,7 +14,7 @@ Specifies the alignment to apply to page numbers.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAlignPageNumberCenter**|1|Centered.|
| **wdAlignPageNumberInside**|3|Left-aligned just inside the footer.|
diff --git a/api/Word.WdPageNumberStyle.md b/api/Word.WdPageNumberStyle.md
index 2dc7119ddff..650a3f7f022 100644
--- a/api/Word.WdPageNumberStyle.md
+++ b/api/Word.WdPageNumberStyle.md
@@ -14,7 +14,7 @@ Specifies the style to apply to page numbers.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPageNumberStyleArabic**|0|Arabic style.|
| **wdPageNumberStyleArabicFullWidth**|14|Arabic full width style.|
diff --git a/api/Word.WdPaperSize.md b/api/Word.WdPaperSize.md
index c09dbc31596..c5798a5ffbd 100644
--- a/api/Word.WdPaperSize.md
+++ b/api/Word.WdPaperSize.md
@@ -14,7 +14,7 @@ Specifies a paper size.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPaper10x14**|0|10 inches wide, 14 inches long.|
| **wdPaper11x17**|1|Legal 11 inches wide, 17 inches long.|
diff --git a/api/Word.WdPaperTray.md b/api/Word.WdPaperTray.md
index bb7a180fe1d..d088c05577a 100644
--- a/api/Word.WdPaperTray.md
+++ b/api/Word.WdPaperTray.md
@@ -14,7 +14,7 @@ Specifies a printer paper tray.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPrinterAutomaticSheetFeed**|7|Automatic sheet feed.|
| **wdPrinterDefaultBin**|0|Default bin.|
diff --git a/api/Word.WdParagraphAlignment.md b/api/Word.WdParagraphAlignment.md
index 75f4c9a95e0..7ddc7179c28 100644
--- a/api/Word.WdParagraphAlignment.md
+++ b/api/Word.WdParagraphAlignment.md
@@ -14,7 +14,7 @@ Specifies the alignment of a paragraph.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAlignParagraphCenter**|1|Center-aligned.|
| **wdAlignParagraphDistribute**|4|Paragraph characters are distributed to fill the entire width of the paragraph.|
diff --git a/api/Word.WdPartOfSpeech.md b/api/Word.WdPartOfSpeech.md
index 3bde0dfa3de..108c7579b49 100644
--- a/api/Word.WdPartOfSpeech.md
+++ b/api/Word.WdPartOfSpeech.md
@@ -14,7 +14,7 @@ Specifies the part of speech that a word represents when returned by the Word th
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAdjective**|0|An adjective.|
| **wdAdverb**|2|An adverb.|
diff --git a/api/Word.WdPasteDataType.md b/api/Word.WdPasteDataType.md
index 224747cd9f5..533a98eff67 100644
--- a/api/Word.WdPasteDataType.md
+++ b/api/Word.WdPasteDataType.md
@@ -14,7 +14,7 @@ Specifies the format for the Clipboard contents when they are inserted into a do
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPasteBitmap**|4|Bitmap.|
| **wdPasteDeviceIndependentBitmap**|5|Device-independent bitmap.|
diff --git a/api/Word.WdPasteOptions.md b/api/Word.WdPasteOptions.md
index 6150b16aa27..73728b87dbc 100644
--- a/api/Word.WdPasteOptions.md
+++ b/api/Word.WdPasteOptions.md
@@ -14,7 +14,7 @@ Indicates how to paste copied text.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdKeepSourceFormatting**|0|Keeps formatting from the source document.|
| **wdKeepTextOnly**|2|Keeps text only, without formatting.|
diff --git a/api/Word.WdPhoneticGuideAlignmentType.md b/api/Word.WdPhoneticGuideAlignmentType.md
index a8e0c5578e6..597399a7eee 100644
--- a/api/Word.WdPhoneticGuideAlignmentType.md
+++ b/api/Word.WdPhoneticGuideAlignmentType.md
@@ -14,7 +14,7 @@ Specifies the alignment of phonetic text that is added to the specified range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPhoneticGuideAlignmentCenter**|0|Microsoft Word centers phonetic text over the specified range. This is the default value.|
| **wdPhoneticGuideAlignmentLeft**|3|Word left-aligns phonetic text with the specified range.|
diff --git a/api/Word.WdPictureLinkType.md b/api/Word.WdPictureLinkType.md
index 84a6a7f4d31..da6542f624f 100644
--- a/api/Word.WdPictureLinkType.md
+++ b/api/Word.WdPictureLinkType.md
@@ -14,7 +14,7 @@ Specifies how a picture should be linked to a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLinkDataInDoc**|1|Embed the picture in the document.|
| **wdLinkDataOnDisk**|2|Link the picture to the document.|
diff --git a/api/Word.WdPortugueseReform.md b/api/Word.WdPortugueseReform.md
index 626155affcf..da885309364 100644
--- a/api/Word.WdPortugueseReform.md
+++ b/api/Word.WdPortugueseReform.md
@@ -14,7 +14,7 @@ Specifies the mode for the Brazilian or European Portuguese spellers. Read/write
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPortugueseBoth**|3|Use both the pre-reform and post-reform spelling rules.|
| **wdPortuguesePostReform**|2|Use the post-reform spelling rules.|
diff --git a/api/Word.WdPreferredWidthType.md b/api/Word.WdPreferredWidthType.md
index f521aa6c88f..f7a95157d82 100644
--- a/api/Word.WdPreferredWidthType.md
+++ b/api/Word.WdPreferredWidthType.md
@@ -14,7 +14,7 @@ Specifies the preferred unit of measure to use when measuring the width of an it
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPreferredWidthAuto**|1|Automatically select the unit of measure to use based on the current selection.|
| **wdPreferredWidthPercent**|2|Measure the current item width using a specified percentage.|
diff --git a/api/Word.WdPrintOutItem.md b/api/Word.WdPrintOutItem.md
index d998f1fd56f..6dbaaee99d0 100644
--- a/api/Word.WdPrintOutItem.md
+++ b/api/Word.WdPrintOutItem.md
@@ -14,7 +14,7 @@ Specifies the item to print.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPrintAutoTextEntries**|4|Autotext entries in the current document.|
| **wdPrintComments**|2|Comments in the current document.|
diff --git a/api/Word.WdPrintOutPages.md b/api/Word.WdPrintOutPages.md
index aec89d55a28..eaf9ba73b4d 100644
--- a/api/Word.WdPrintOutPages.md
+++ b/api/Word.WdPrintOutPages.md
@@ -14,7 +14,7 @@ Specifies the type of pages to print.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPrintAllPages**|0|All pages.|
| **wdPrintEvenPagesOnly**|2|Even-numbered pages only.|
diff --git a/api/Word.WdPrintOutRange.md b/api/Word.WdPrintOutRange.md
index 522b323da63..5d1fab0300b 100644
--- a/api/Word.WdPrintOutRange.md
+++ b/api/Word.WdPrintOutRange.md
@@ -14,7 +14,7 @@ Specifies a range to print.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPrintAllDocument**|0|The entire document.|
| **wdPrintCurrentPage**|2|The current page.|
diff --git a/api/Word.WdProofreadingErrorType.md b/api/Word.WdProofreadingErrorType.md
index 56d5d3d71c4..a1d97aeec96 100644
--- a/api/Word.WdProofreadingErrorType.md
+++ b/api/Word.WdProofreadingErrorType.md
@@ -14,7 +14,7 @@ Specifies the type of proofreading error returned by the Word proofreading proce
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdGrammaticalError**|1|Grammatical error.|
| **wdSpellingError**|0|Spelling error.|
diff --git a/api/Word.WdProtectedViewCloseReason.md b/api/Word.WdProtectedViewCloseReason.md
index 09aeca96dcf..76f77be13ec 100644
--- a/api/Word.WdProtectedViewCloseReason.md
+++ b/api/Word.WdProtectedViewCloseReason.md
@@ -14,7 +14,7 @@ Specifies how the [Protected View](Word.ProtectedViewWindow.md) window was close
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdProtectedViewCloseEdit**|1|The window was closed when the user clicked the **Enable Editing** or **Edit Anyway** button while in Protected View.|
| **wdProtectedViewCloseForced**|2|The window was closed because the application shut it down forcefully or it stopped responding.|
diff --git a/api/Word.WdProtectionType.md b/api/Word.WdProtectionType.md
index 8e9701528a8..0bda1ba0bd5 100644
--- a/api/Word.WdProtectionType.md
+++ b/api/Word.WdProtectionType.md
@@ -14,7 +14,7 @@ Specifies the type of protection applied to the current document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAllowOnlyComments**|1|Allow only comments to be added to the document.|
| **wdAllowOnlyFormFields**|2|Allow content to be added to the document only through form fields.|
diff --git a/api/Word.WdReadingLayoutMargin.md b/api/Word.WdReadingLayoutMargin.md
index 31e30031eca..403e45a5f85 100644
--- a/api/Word.WdReadingLayoutMargin.md
+++ b/api/Word.WdReadingLayoutMargin.md
@@ -14,7 +14,7 @@ Specifies whether margins are visible or hidden when a document is viewed in Ful
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAutomaticMargin**|0|Shows the pages without margins.|
| **wdFullMargin**|2|Shows the pages with margins.|
diff --git a/api/Word.WdReadingOrder.md b/api/Word.WdReadingOrder.md
index bbe9f525782..6fc9577d2de 100644
--- a/api/Word.WdReadingOrder.md
+++ b/api/Word.WdReadingOrder.md
@@ -14,7 +14,7 @@ Specifies the text flow and reading order of the document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdReadingOrderLtr**|1|Left-to-right reading order.|
| **wdReadingOrderRtl**|0|Right-to-left reading order.|
diff --git a/api/Word.WdRecoveryType.md b/api/Word.WdRecoveryType.md
index a749cf5b39e..f98cf0f61be 100644
--- a/api/Word.WdRecoveryType.md
+++ b/api/Word.WdRecoveryType.md
@@ -14,7 +14,7 @@ Specifies the formatting to use when pasting the selected table cells.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdChart**|14|Pastes a Microsoft Office Excel chart as an embedded OLE object.|
| **wdChartLinked**|15|Pastes an Excel chart and links it to the original Excel spreadsheet.|
diff --git a/api/Word.WdRectangleType.md b/api/Word.WdRectangleType.md
index 0cb19a0eb1e..c6aef86d7f7 100644
--- a/api/Word.WdRectangleType.md
+++ b/api/Word.WdRectangleType.md
@@ -14,7 +14,7 @@ Specifies the type of rectangle and the information it contains.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLineBetweenColumnRectangle**|5|Represents a region corresponding to a line that separates columns.|
| **wdMarkupRectangle**|2|Represents a space occupied by a comment balloon.|
diff --git a/api/Word.WdReferenceKind.md b/api/Word.WdReferenceKind.md
index 37fd9ae7165..5cbe73a25dd 100644
--- a/api/Word.WdReferenceKind.md
+++ b/api/Word.WdReferenceKind.md
@@ -14,7 +14,7 @@ Specifies the information to include in a cross-reference.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdContentText**|-1|Insert text value of the specified item. For example, insert text of the specified heading.|
| **wdEndnoteNumber**|6|Insert endnote reference mark.|
diff --git a/api/Word.WdReferenceType.md b/api/Word.WdReferenceType.md
index c5196a5b5e3..33b18b86169 100644
--- a/api/Word.WdReferenceType.md
+++ b/api/Word.WdReferenceType.md
@@ -14,7 +14,7 @@ Specifies the type of item to be cross referenced.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRefTypeBookmark**|2|Bookmark.|
| **wdRefTypeEndnote**|4|Endnote.|
diff --git a/api/Word.WdRelativeHorizontalPosition.md b/api/Word.WdRelativeHorizontalPosition.md
index 0d71a06f499..9e81e97fbee 100644
--- a/api/Word.WdRelativeHorizontalPosition.md
+++ b/api/Word.WdRelativeHorizontalPosition.md
@@ -14,7 +14,7 @@ Specifies to what the horizontal position of a frame, a shape, or a group of row
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRelativeHorizontalPositionCharacter**|3|Relative to character.|
| **wdRelativeHorizontalPositionColumn**|2|Relative to column.|
diff --git a/api/Word.WdRelativeHorizontalSize.md b/api/Word.WdRelativeHorizontalSize.md
index 2a4c2b673c2..33fead59159 100644
--- a/api/Word.WdRelativeHorizontalSize.md
+++ b/api/Word.WdRelativeHorizontalSize.md
@@ -14,7 +14,7 @@ Specifies the relative width of a shape using the value specified in the **Widt
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRelativeHorizontalSizeInnerMarginArea**|4|Width is relative to the size of the inside margin?to the size of the left margin for odd pages, and to the size of the right margin for even pages.|
| **wdRelativeHorizontalSizeLeftMarginArea**|2|Width is relative to the size of the left margin.|
diff --git a/api/Word.WdRelativeVerticalPosition.md b/api/Word.WdRelativeVerticalPosition.md
index e230ebfbc02..60c2ccc95a7 100644
--- a/api/Word.WdRelativeVerticalPosition.md
+++ b/api/Word.WdRelativeVerticalPosition.md
@@ -14,7 +14,7 @@ Specifies to what the vertical position of a frame, a shape, or a group of rows
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRelativeVerticalPositionLine**|3|Relative to line.|
| **wdRelativeVerticalPositionMargin**|0|Relative to margin.|
diff --git a/api/Word.WdRelativeVerticalSize.md b/api/Word.WdRelativeVerticalSize.md
index 38098f548b7..b6b5deb7a25 100644
--- a/api/Word.WdRelativeVerticalSize.md
+++ b/api/Word.WdRelativeVerticalSize.md
@@ -14,7 +14,7 @@ Specifies the relative height of a shape using the value specified in the **Hei
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRelativeVerticalSizeBottomMarginArea**|3|Height is relative to the size of the bottom margin.|
| **wdRelativeVerticalSizeInnerMarginArea**|4|Height is relative to the size of the inside margin?to the size of the top margin for odd pages, and to the size of the bottom margin for even pages.|
diff --git a/api/Word.WdRelocate.md b/api/Word.WdRelocate.md
index 31284c48bf7..0ee93f2e1d7 100644
--- a/api/Word.WdRelocate.md
+++ b/api/Word.WdRelocate.md
@@ -14,7 +14,7 @@ Specifies where a paragraph should be relocated in relation to its current posit
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRelocateDown**|1|Below the next visible paragraph.|
| **wdRelocateUp**|0|Above the previous visible paragraph.|
diff --git a/api/Word.WdRemoveDocInfoType.md b/api/Word.WdRemoveDocInfoType.md
index 543a3d8a2dc..706051c8fc9 100644
--- a/api/Word.WdRemoveDocInfoType.md
+++ b/api/Word.WdRemoveDocInfoType.md
@@ -14,7 +14,7 @@ Specifies the type of information to remove from a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRDIAll**|99|Removes all document information.|
| **wdRDIComments**|1|Removes document comments.|
diff --git a/api/Word.WdReplace.md b/api/Word.WdReplace.md
index dd01aab3f92..a018783e0b1 100644
--- a/api/Word.WdReplace.md
+++ b/api/Word.WdReplace.md
@@ -14,7 +14,7 @@ Specifies the number of replacements to be made when find and replace is used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdReplaceAll**|2|Replace all occurrences.|
| **wdReplaceNone**|0|Replace no occurrences.|
diff --git a/api/Word.WdRevisedLinesMark.md b/api/Word.WdRevisedLinesMark.md
index e9f6d859feb..fc84f072f21 100644
--- a/api/Word.WdRevisedLinesMark.md
+++ b/api/Word.WdRevisedLinesMark.md
@@ -14,7 +14,7 @@ Specifies where revisions are displayed when change tracking is enabled.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRevisedLinesMarkLeftBorder**|1|In the left border.|
| **wdRevisedLinesMarkNone**|0|Not displayed.|
diff --git a/api/Word.WdRevisedPropertiesMark.md b/api/Word.WdRevisedPropertiesMark.md
index fa291830dbf..effa1fdb198 100644
--- a/api/Word.WdRevisedPropertiesMark.md
+++ b/api/Word.WdRevisedPropertiesMark.md
@@ -14,7 +14,7 @@ Specifies how revisions are displayed when change tracking is enabled.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRevisedPropertiesMarkBold**|1|In bold.|
| **wdRevisedPropertiesMarkColorOnly**|5|In the designated color.|
diff --git a/api/Word.WdRevisionType.md b/api/Word.WdRevisionType.md
index 97c86a9cc12..5150f7a953c 100644
--- a/api/Word.WdRevisionType.md
+++ b/api/Word.WdRevisionType.md
@@ -14,7 +14,7 @@ Specifies the type of a change that is marked with a revision mark.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdNoRevision**|0|No revision.|
| **wdRevisionCellDeletion**|17|Table cell deleted.|
diff --git a/api/Word.WdRevisionsBalloonMargin.md b/api/Word.WdRevisionsBalloonMargin.md
index d74c1803a2e..c9ffd27b6b5 100644
--- a/api/Word.WdRevisionsBalloonMargin.md
+++ b/api/Word.WdRevisionsBalloonMargin.md
@@ -14,7 +14,7 @@ Specifies the margin where revision balloons should be displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdLeftMargin**|0|Left margin.|
| **wdRightMargin**|1|Right margin. default.|
diff --git a/api/Word.WdRevisionsBalloonPrintOrientation.md b/api/Word.WdRevisionsBalloonPrintOrientation.md
index 6af87a52082..b6873758ce7 100644
--- a/api/Word.WdRevisionsBalloonPrintOrientation.md
+++ b/api/Word.WdRevisionsBalloonPrintOrientation.md
@@ -14,7 +14,7 @@ Specifies the orientation of revision and comment balloons when they are printed
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBalloonPrintOrientationAuto**|0|Microsoft Word automatically selects the orientation that keeps the zoom factor closest to 100%.|
| **wdBalloonPrintOrientationForceLandscape**|2|Word forces all sections to be printed in Landscape mode, regardless of original orientation, and prints the revision and comment balloons on the side opposite to the document text.|
diff --git a/api/Word.WdRevisionsBalloonWidthType.md b/api/Word.WdRevisionsBalloonWidthType.md
index 7677cd5dec1..cc1735261c3 100644
--- a/api/Word.WdRevisionsBalloonWidthType.md
+++ b/api/Word.WdRevisionsBalloonWidthType.md
@@ -14,7 +14,7 @@ Specifies how Microsoft Word measures the width of revision balloons.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBalloonWidthPercent**|0|Measured as a percentage of the width of the document.|
| **wdBalloonWidthPoints**|1|Measured in points.|
diff --git a/api/Word.WdRevisionsMode.md b/api/Word.WdRevisionsMode.md
index 4b02312ec3b..d62fc5d0340 100644
--- a/api/Word.WdRevisionsMode.md
+++ b/api/Word.WdRevisionsMode.md
@@ -14,7 +14,7 @@ Specifies whether Microsoft Word displays balloons in the margin or inline with
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdBalloonRevisions**|0|Displays revisions in balloons in the left or right margin.|
| **wdInLineRevisions**|1|Displays revisions within the text using strikethrough for deletions and underlining for insertions. This is the default setting for prior versions of Word.|
diff --git a/api/Word.WdRevisionsView.md b/api/Word.WdRevisionsView.md
index 785acd73f51..a6b9fc91ba4 100644
--- a/api/Word.WdRevisionsView.md
+++ b/api/Word.WdRevisionsView.md
@@ -14,7 +14,7 @@ Specifies whether Word displays the original version of a document or a version
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRevisionsViewFinal**|0|Displays the document with formatting and content changes applied.|
| **wdRevisionsViewOriginal**|1|Displays the document before changes were made.|
diff --git a/api/Word.WdRevisionsWrap.md b/api/Word.WdRevisionsWrap.md
index ffb398f8b1e..4cbfd06dfe4 100644
--- a/api/Word.WdRevisionsWrap.md
+++ b/api/Word.WdRevisionsWrap.md
@@ -14,7 +14,7 @@ Specifies how revision marks are displayed in the document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdWrapAlways**|1|Revisions are wrapped.|
| **wdWrapAsk**|2|Ask the user if revisions should be wrapped.|
diff --git a/api/Word.WdRowAlignment.md b/api/Word.WdRowAlignment.md
index 29327782290..f2b9f1e0d68 100644
--- a/api/Word.WdRowAlignment.md
+++ b/api/Word.WdRowAlignment.md
@@ -14,7 +14,7 @@ Specifies alignment for the content in selected rows.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAlignRowCenter**|1|Centered.|
| **wdAlignRowLeft**|0|Left-aligned. Default.|
diff --git a/api/Word.WdRowHeightRule.md b/api/Word.WdRowHeightRule.md
index 5390ea5aac3..1b2f327f655 100644
--- a/api/Word.WdRowHeightRule.md
+++ b/api/Word.WdRowHeightRule.md
@@ -14,7 +14,7 @@ Specifies the rule for determining the height of the specified cells or rows.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRowHeightAtLeast**|1|The row height is at least a minimum specified value.|
| **wdRowHeightAuto**|0|The row height is adjusted to accommodate the tallest value in the row.|
diff --git a/api/Word.WdRulerStyle.md b/api/Word.WdRulerStyle.md
index c5694f97cf4..3c47a0c1f62 100644
--- a/api/Word.WdRulerStyle.md
+++ b/api/Word.WdRulerStyle.md
@@ -14,7 +14,7 @@ Specifies the way Word adjusts the table when the left indent is changed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAdjustFirstColumn**|2|Adjusts the left edge of the first column only, preserving the positions of the other columns and the right edge of the table.|
| **wdAdjustNone**|0|Adjusts the left edge of row or rows, preserving the width of all columns by shifting them to the left or right. This is the default value.|
diff --git a/api/Word.WdSalutationGender.md b/api/Word.WdSalutationGender.md
index c1373a12bca..32891a47a13 100644
--- a/api/Word.WdSalutationGender.md
+++ b/api/Word.WdSalutationGender.md
@@ -14,7 +14,7 @@ Specifies the gender to use in a salutation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdGenderFemale**|0|Female gender.|
| **wdGenderMale**|1|Male gender.|
diff --git a/api/Word.WdSalutationType.md b/api/Word.WdSalutationType.md
index 3f475e4c24a..39d641e2a48 100644
--- a/api/Word.WdSalutationType.md
+++ b/api/Word.WdSalutationType.md
@@ -14,7 +14,7 @@ Specifies the type of salutation to use for a letter.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSalutationBusiness**|2|Business salutation|
| **wdSalutationFormal**|1|Format salutation.|
diff --git a/api/Word.WdSaveFormat.md b/api/Word.WdSaveFormat.md
index e6065ca4798..e4551e2d72e 100644
--- a/api/Word.WdSaveFormat.md
+++ b/api/Word.WdSaveFormat.md
@@ -14,7 +14,7 @@ Specifies the format to use when saving a document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFormatDocument**|0|Microsoft Office Word 97 - 2003 binary file format.|
| **wdFormatDOSText**|4|Microsoft DOS text format.|
diff --git a/api/Word.WdSaveOptions.md b/api/Word.WdSaveOptions.md
index 690a877a2b6..13f82f9d80f 100644
--- a/api/Word.WdSaveOptions.md
+++ b/api/Word.WdSaveOptions.md
@@ -14,7 +14,7 @@ Specifies how pending changes should be handled.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDoNotSaveChanges**|0|Do not save pending changes.|
| **wdPromptToSaveChanges**|-2|Prompt the user to save pending changes.|
diff --git a/api/Word.WdScrollbarType.md b/api/Word.WdScrollbarType.md
index bd00847b380..fc53ad0cfe4 100644
--- a/api/Word.WdScrollbarType.md
+++ b/api/Word.WdScrollbarType.md
@@ -14,7 +14,7 @@ Specifies when scroll bars are available for the specified frame when viewing it
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdScrollbarTypeAuto**|0|Scroll bars are available for the specified frame only if the contents are too large to fit in the allotted space.|
| **wdScrollbarTypeNo**|2|Scroll bars are never available for the specified frame.|
diff --git a/api/Word.WdSectionDirection.md b/api/Word.WdSectionDirection.md
index ac737a655c0..246ea0c3040 100644
--- a/api/Word.WdSectionDirection.md
+++ b/api/Word.WdSectionDirection.md
@@ -14,7 +14,7 @@ Specifies how Word displays the reading order and alignment for the specified se
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSectionDirectionLtr**|1|Displays the section with left alignment and left-to-right reading order.|
| **wdSectionDirectionRtl**|0|Displays the section with right alignment and right-to-left reading order.|
diff --git a/api/Word.WdSectionStart.md b/api/Word.WdSectionStart.md
index ad5e8f7a080..e02b2028aac 100644
--- a/api/Word.WdSectionStart.md
+++ b/api/Word.WdSectionStart.md
@@ -14,7 +14,7 @@ Specifies the type of section break for the specified item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSectionContinuous**|0|Continuous section break.|
| **wdSectionEvenPage**|3|Even pages section break.|
diff --git a/api/Word.WdSeekView.md b/api/Word.WdSeekView.md
index 2ca18fb4aaa..059c9453ca0 100644
--- a/api/Word.WdSeekView.md
+++ b/api/Word.WdSeekView.md
@@ -14,7 +14,7 @@ Specifies the document element to display in the print layout view.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSeekCurrentPageFooter**|10|The current page footer.|
| **wdSeekCurrentPageHeader**|9|The current page header.|
diff --git a/api/Word.WdSelectionFlags.md b/api/Word.WdSelectionFlags.md
index db054f10bae..7b29df8a771 100644
--- a/api/Word.WdSelectionFlags.md
+++ b/api/Word.WdSelectionFlags.md
@@ -14,7 +14,7 @@ Specifies the properties of the selection.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSelActive**|8|The selection is the active selection.|
| **wdSelAtEOL**|2|The selection is at the end of the letter.|
diff --git a/api/Word.WdSelectionType.md b/api/Word.WdSelectionType.md
index 321c1595b05..db1690595ab 100644
--- a/api/Word.WdSelectionType.md
+++ b/api/Word.WdSelectionType.md
@@ -14,7 +14,7 @@ Specifies the type of selection.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdNoSelection**|0|No selection.|
| **wdSelectionBlock**|6|A block selection.|
diff --git a/api/Word.WdSeparatorType.md b/api/Word.WdSeparatorType.md
index 19a5f8c2a82..1ac2181e3e1 100644
--- a/api/Word.WdSeparatorType.md
+++ b/api/Word.WdSeparatorType.md
@@ -14,7 +14,7 @@ Specifies the type of separator to place between items.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSeparatorColon**|2|A colon.|
| **wdSeparatorEmDash**|3|An emphasized dash.|
diff --git a/api/Word.WdShapePosition.md b/api/Word.WdShapePosition.md
index 0493f28ea59..2c99f6aea8f 100644
--- a/api/Word.WdShapePosition.md
+++ b/api/Word.WdShapePosition.md
@@ -14,7 +14,7 @@ Specifies the relative position of the specified shape.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdShapeBottom**|-999997|At the bottom.|
| **wdShapeCenter**|-999995|In the center.|
diff --git a/api/Word.WdShapePositionRelative.md b/api/Word.WdShapePositionRelative.md
index 94832942324..f21d8de3894 100644
--- a/api/Word.WdShapePositionRelative.md
+++ b/api/Word.WdShapePositionRelative.md
@@ -14,7 +14,7 @@ Specifies whether the **LeftRelative** or **TopRelative** property for a **[Sha
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdShapePositionRelativeNone**|-999999|Specifies that the **LeftRelative** or **TopRelative** property is not currently valid, so the shape is positioned according to the value specified in the **Left** or **Top** property, respectively.|
diff --git a/api/Word.WdShapeSizeRelative.md b/api/Word.WdShapeSizeRelative.md
index 4695bdf8088..8c4d85f6a38 100644
--- a/api/Word.WdShapeSizeRelative.md
+++ b/api/Word.WdShapeSizeRelative.md
@@ -14,7 +14,7 @@ Specifies whether the **WidthRelative** or **HeightRelative** property for a **
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdShapeSizeRelativeNone**|-999999|Specifies that the **WidthRelative** or **HeightRelative** property is not currently valid, so the shape is positioned according to the value specified in the **Left** or **Top** property, respectively.|
diff --git a/api/Word.WdShowFilter.md b/api/Word.WdShowFilter.md
index da88b0560f3..88027793cc0 100644
--- a/api/Word.WdShowFilter.md
+++ b/api/Word.WdShowFilter.md
@@ -14,7 +14,7 @@ Specifies the styles and formatting to display in the **Styles and Formatting**
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdShowFilterFormattingAvailable**|4|All formatting available.|
| **wdShowFilterFormattingInUse**|3|All formatting in use.|
diff --git a/api/Word.WdShowSourceDocuments.md b/api/Word.WdShowSourceDocuments.md
index 0c2471fa5e5..d18199aa260 100644
--- a/api/Word.WdShowSourceDocuments.md
+++ b/api/Word.WdShowSourceDocuments.md
@@ -14,7 +14,7 @@ Specifies how to display source documents when two documents are compared using
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdShowSourceDocumentsBoth**|3|Shows both original and revised documents.|
| **wdShowSourceDocumentsNone**|0|Shows neither the original nor the revised documents for the source document used in a Compare function.|
diff --git a/api/Word.WdSmartTagControlType.md b/api/Word.WdSmartTagControlType.md
index fa1892930e4..9f2f45a4bdc 100644
--- a/api/Word.WdSmartTagControlType.md
+++ b/api/Word.WdSmartTagControlType.md
@@ -14,7 +14,7 @@ Specifies the type of control associated with a **SmartTagAction** object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdControlActiveX**|13|ActiveX control.|
| **wdControlButton**|6|Button.|
diff --git a/api/Word.WdSortFieldType.md b/api/Word.WdSortFieldType.md
index 60a133a395e..5eb8d56dcce 100644
--- a/api/Word.WdSortFieldType.md
+++ b/api/Word.WdSortFieldType.md
@@ -14,7 +14,7 @@ Specifies the sort type to apply when sorting a column.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSortFieldAlphanumeric**|0|Alphanumeric order.|
| **wdSortFieldDate**|2|Date order.|
diff --git a/api/Word.WdSortOrder.md b/api/Word.WdSortOrder.md
index dcf0b111184..e49fc543268 100644
--- a/api/Word.WdSortOrder.md
+++ b/api/Word.WdSortOrder.md
@@ -14,7 +14,7 @@ Specifies the sort direction.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSortOrderAscending**|0|Ascending order. Default.|
| **wdSortOrderDescending**|1|Descending order.|
diff --git a/api/Word.WdSortSeparator.md b/api/Word.WdSortSeparator.md
index e60dcff2724..d558c483c16 100644
--- a/api/Word.WdSortSeparator.md
+++ b/api/Word.WdSortSeparator.md
@@ -14,7 +14,7 @@ Specifies the type of field separator.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSortSeparateByCommas**|1|Comma.|
| **wdSortSeparateByDefaultTableSeparator**|2|Default table separator.|
diff --git a/api/Word.WdSpanishSpeller.md b/api/Word.WdSpanishSpeller.md
index 5a31fe8ec93..8fa73ee9843 100644
--- a/api/Word.WdSpanishSpeller.md
+++ b/api/Word.WdSpanishSpeller.md
@@ -14,7 +14,7 @@ Specifies the Spanish speller modes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSpanishTuteoAndVoseo**|1|The Spanish spelling checker recognizes both tuteo and voseo verb forms.|
| **wdSpanishTuteoOnly**|0|The Spanish spelling checker recognizes only tuteo verb forms.|
diff --git a/api/Word.WdSpecialPane.md b/api/Word.WdSpecialPane.md
index 99b6dd266c1..845ef31eb78 100644
--- a/api/Word.WdSpecialPane.md
+++ b/api/Word.WdSpecialPane.md
@@ -14,7 +14,7 @@ Specifies an item to display in the active window pane.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPaneComments**|15|Selected comments.|
| **wdPaneCurrentPageFooter**|17|The page footer.|
diff --git a/api/Word.WdSpellingErrorType.md b/api/Word.WdSpellingErrorType.md
index fe78fcecb83..57910c2c44a 100644
--- a/api/Word.WdSpellingErrorType.md
+++ b/api/Word.WdSpellingErrorType.md
@@ -14,7 +14,7 @@ Specifies a spelling error type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSpellingCapitalization**|2|Capitalization error.|
| **wdSpellingCorrect**|0|Spelling is correct.|
diff --git a/api/Word.WdSpellingWordType.md b/api/Word.WdSpellingWordType.md
index 1d88fe571e9..8e12f43fb9b 100644
--- a/api/Word.WdSpellingWordType.md
+++ b/api/Word.WdSpellingWordType.md
@@ -14,7 +14,7 @@ Specifies the way Microsoft Word makes spelling suggestions.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAnagram**|2|Anagram searching.|
| **wdSpellword**|0|Spellword searching.|
diff --git a/api/Word.WdStatistic.md b/api/Word.WdStatistic.md
index 005c5dc9971..81d372ea398 100644
--- a/api/Word.WdStatistic.md
+++ b/api/Word.WdStatistic.md
@@ -14,7 +14,7 @@ Specifies a statistic to return from a selection or item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdStatisticCharacters**|3|Count of characters.|
| **wdStatisticCharactersWithSpaces**|5|Count of characters including spaces.|
diff --git a/api/Word.WdStoryType.md b/api/Word.WdStoryType.md
index f2505de6421..1871a7ef6be 100644
--- a/api/Word.WdStoryType.md
+++ b/api/Word.WdStoryType.md
@@ -14,7 +14,7 @@ Specifies the story type of a selection or item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCommentsStory**|4|Comments story.|
| **wdEndnoteContinuationNoticeStory**|17|Endnote continuation notice story.|
diff --git a/api/Word.WdStyleSheetLinkType.md b/api/Word.WdStyleSheetLinkType.md
index a7c88c7074b..5c1484092df 100644
--- a/api/Word.WdStyleSheetLinkType.md
+++ b/api/Word.WdStyleSheetLinkType.md
@@ -14,7 +14,7 @@ Specifies how to associate a style sheet with the document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdStyleSheetLinkTypeImported**|1|Imported internal style sheet.|
| **wdStyleSheetLinkTypeLinked**|0|Linked external style sheet.|
diff --git a/api/Word.WdStyleSheetPrecedence.md b/api/Word.WdStyleSheetPrecedence.md
index 7138aed31d3..a5944eeb680 100644
--- a/api/Word.WdStyleSheetPrecedence.md
+++ b/api/Word.WdStyleSheetPrecedence.md
@@ -14,7 +14,7 @@ Specifies the level of importance of a style sheet compared with other cascading
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdStyleSheetPrecedenceHigher**|-1|Raise precedence.|
| **wdStyleSheetPrecedenceHighest**|1|Highest precedence.|
diff --git a/api/Word.WdStyleSort.md b/api/Word.WdStyleSort.md
index 1969e5beabb..c771ccc87bc 100644
--- a/api/Word.WdStyleSort.md
+++ b/api/Word.WdStyleSort.md
@@ -14,7 +14,7 @@ Indicates how to sort styles in the **Styles** task pane.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdStyleSortByBasedOn**|3|Sorts styles based on the item indicated in the **Sort Styles Based On** option.|
| **wdStyleSortByFont**|2|Sorts styles based on the name of the font used.|
diff --git a/api/Word.WdStyleType.md b/api/Word.WdStyleType.md
index c6c67f4edd6..fb4455c3e75 100644
--- a/api/Word.WdStyleType.md
+++ b/api/Word.WdStyleType.md
@@ -14,7 +14,7 @@ Specifies the style type to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdStyleTypeCharacter**|2|Body character style.|
| **wdStyleTypeList**|4|List style.|
diff --git a/api/Word.WdStylisticSet.md b/api/Word.WdStylisticSet.md
index 202a6888288..b24ce35efba 100644
--- a/api/Word.WdStylisticSet.md
+++ b/api/Word.WdStylisticSet.md
@@ -14,7 +14,7 @@ Specifies the stylistic set to apply to the font.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdStylisticSet01**|1|First stylistic set for the specified font.|
| **wdStylisticSet02**|2|Second stylistic set for the specified font.|
diff --git a/api/Word.WdSubscriberFormats.md b/api/Word.WdSubscriberFormats.md
index 8f52a92077e..8ae32063344 100644
--- a/api/Word.WdSubscriberFormats.md
+++ b/api/Word.WdSubscriberFormats.md
@@ -14,7 +14,7 @@ This enumeration has been deprecated and should not be used.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSubscriberBestFormat**|0|Not supported.|
| **wdSubscriberPict**|4|Not supported.|
diff --git a/api/Word.WdTCSCConverterDirection.md b/api/Word.WdTCSCConverterDirection.md
index d63b3c925d5..7709eab8f95 100644
--- a/api/Word.WdTCSCConverterDirection.md
+++ b/api/Word.WdTCSCConverterDirection.md
@@ -14,7 +14,7 @@ Specifies how to convert between Traditional Chinese and Simplified Chinese.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTCSCConverterDirectionAuto**|2|Convert in the appropriate direction based on the detected language of the specified range.|
| **wdTCSCConverterDirectionSCTC**|0|Convert from Simplified Chinese to Traditional Chinese.|
diff --git a/api/Word.WdTabAlignment.md b/api/Word.WdTabAlignment.md
index 594e388178f..92b6665cda1 100644
--- a/api/Word.WdTabAlignment.md
+++ b/api/Word.WdTabAlignment.md
@@ -14,7 +14,7 @@ Specifies the tab stop alignment to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAlignTabBar**|4|Bar-aligned.|
| **wdAlignTabCenter**|1|Center-aligned.|
diff --git a/api/Word.WdTabLeader.md b/api/Word.WdTabLeader.md
index 93f161c4585..66af2b7aee4 100644
--- a/api/Word.WdTabLeader.md
+++ b/api/Word.WdTabLeader.md
@@ -14,7 +14,7 @@ Specifies the character to use as the leader with formatted tabs.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTabLeaderDashes**|2|Dashes.|
| **wdTabLeaderDots**|1|Dots.|
diff --git a/api/Word.WdTableDirection.md b/api/Word.WdTableDirection.md
index f8df43005a9..2909eb63f0b 100644
--- a/api/Word.WdTableDirection.md
+++ b/api/Word.WdTableDirection.md
@@ -14,7 +14,7 @@ Specifies the direction in which Microsoft Word orders cells in the specified ta
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTableDirectionLtr**|1|The selected rows are arranged with the first column in the leftmost position.|
| **wdTableDirectionRtl**|0|The selected rows are arranged with the first column in the rightmost position.|
diff --git a/api/Word.WdTableFieldSeparator.md b/api/Word.WdTableFieldSeparator.md
index 927aa0b4496..3d81916830e 100644
--- a/api/Word.WdTableFieldSeparator.md
+++ b/api/Word.WdTableFieldSeparator.md
@@ -14,7 +14,7 @@ Specifies the character to use to separate text into cells when converting text
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdSeparateByCommas**|2|A comma.|
| **wdSeparateByDefaultListSeparator**|3|The default list separator.|
diff --git a/api/Word.WdTableFormat.md b/api/Word.WdTableFormat.md
index 6029c850473..1fa64905eed 100644
--- a/api/Word.WdTableFormat.md
+++ b/api/Word.WdTableFormat.md
@@ -14,7 +14,7 @@ Specifies the predefined format to apply to a table.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTableFormat3DEffects1**|32|3-D effects format number 1.|
| **wdTableFormat3DEffects2**|33|3-D effects format number 2.|
diff --git a/api/Word.WdTableFormatApply.md b/api/Word.WdTableFormatApply.md
index 2e06c448128..25de7272414 100644
--- a/api/Word.WdTableFormatApply.md
+++ b/api/Word.WdTableFormatApply.md
@@ -14,7 +14,7 @@ Specifies how table formatting should be applied.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTableFormatApplyAutoFit**|16|AutoFit.|
| **wdTableFormatApplyBorders**|1|Borders.|
diff --git a/api/Word.WdTablePosition.md b/api/Word.WdTablePosition.md
index 504708f212d..27d1e1796ad 100644
--- a/api/Word.WdTablePosition.md
+++ b/api/Word.WdTablePosition.md
@@ -14,7 +14,7 @@ Specifies the relative position of a table in the document.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTableBottom**|-999997|At the bottom of the document.|
| **wdTableCenter**|-999995|Centered.|
diff --git a/api/Word.WdTaskPanes.md b/api/Word.WdTaskPanes.md
index 7b67e83059c..7510069c9be 100644
--- a/api/Word.WdTaskPanes.md
+++ b/api/Word.WdTaskPanes.md
@@ -14,7 +14,7 @@ Specifies the type of task pane.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTaskPaneApplyStyles**|17|Apply styles pane.|
| **wdTaskPaneDocumentActions**|7|Document actions pane.|
diff --git a/api/Word.WdTemplateType.md b/api/Word.WdTemplateType.md
index 097a40b48d9..ab03bb5f78d 100644
--- a/api/Word.WdTemplateType.md
+++ b/api/Word.WdTemplateType.md
@@ -14,7 +14,7 @@ Specifies the type of template.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAttachedTemplate**|2|An attached template.|
| **wdGlobalTemplate**|1|A global template.|
diff --git a/api/Word.WdTextFormFieldType.md b/api/Word.WdTextFormFieldType.md
index afd0cd82acd..8069be88e8a 100644
--- a/api/Word.WdTextFormFieldType.md
+++ b/api/Word.WdTextFormFieldType.md
@@ -14,7 +14,7 @@ Specifies the text form field type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCalculationText**|5|Calculation text field.|
| **wdCurrentDateText**|3|Current date text field.|
diff --git a/api/Word.WdTextOrientation.md b/api/Word.WdTextOrientation.md
index fc9382c9eec..3cbe34794b9 100644
--- a/api/Word.WdTextOrientation.md
+++ b/api/Word.WdTextOrientation.md
@@ -14,7 +14,7 @@ Specifies the text direction in a range or selection.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTextOrientationDownward**|3|Text flows downward on a slope.|
| **wdTextOrientationHorizontal**|0|Text flows horizontally. Default.|
diff --git a/api/Word.WdTextboxTightWrap.md b/api/Word.WdTextboxTightWrap.md
index 7484b748d69..dca6d9dd36b 100644
--- a/api/Word.WdTextboxTightWrap.md
+++ b/api/Word.WdTextboxTightWrap.md
@@ -14,7 +14,7 @@ Specifies how Microsoft Word tightly wraps text around text boxes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTightAll**|1|Wraps text around the text box tightly to the contents of the text box on all lines.|
| **wdTightFirstAndLastLines**|2|Wraps text tightly only on first and last lines.|
diff --git a/api/Word.WdTextureIndex.md b/api/Word.WdTextureIndex.md
index 3b0fcbcf293..5d24db3f781 100644
--- a/api/Word.WdTextureIndex.md
+++ b/api/Word.WdTextureIndex.md
@@ -14,7 +14,7 @@ Specifies the shading texture to use for a selected item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTexture10Percent**|100|10 percent shading.|
| **wdTexture12Pt5Percent**|125|12.5 percent shading.|
diff --git a/api/Word.WdThemeColorIndex.md b/api/Word.WdThemeColorIndex.md
index 4b7f3db315b..9151f234a67 100644
--- a/api/Word.WdThemeColorIndex.md
+++ b/api/Word.WdThemeColorIndex.md
@@ -14,7 +14,7 @@ Specifies the theme colors for document themes.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdNotThemeColor**|-1|No color.|
| **wdThemeColorAccent1**|4|Accent color 1.|
diff --git a/api/Word.WdToaFormat.md b/api/Word.WdToaFormat.md
index 48e24df5bff..b74c418c1a3 100644
--- a/api/Word.WdToaFormat.md
+++ b/api/Word.WdToaFormat.md
@@ -14,7 +14,7 @@ Specifies the type of formatting to apply to the table of authorities in the act
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTOAClassic**|1|Classic formatting.|
| **wdTOADistinctive**|2|Distinctive formatting.|
diff --git a/api/Word.WdTocFormat.md b/api/Word.WdTocFormat.md
index a3983d9c308..d63a8d79b76 100644
--- a/api/Word.WdTocFormat.md
+++ b/api/Word.WdTocFormat.md
@@ -14,7 +14,7 @@ Specifies the type of formatting to apply to the table of contents in the active
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTOCClassic**|1|Classic formatting.|
| **wdTOCDistinctive**|2|Distinctive formatting.|
diff --git a/api/Word.WdTofFormat.md b/api/Word.WdTofFormat.md
index e67f3042323..c2d55dcf6cd 100644
--- a/api/Word.WdTofFormat.md
+++ b/api/Word.WdTofFormat.md
@@ -14,7 +14,7 @@ Specifies the type of formatting to apply to the table of figures in the active
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTOFCentered**|3|Centered formatting.|
| **wdTOFClassic**|1|Classic formatting.|
diff --git a/api/Word.WdTrailingCharacter.md b/api/Word.WdTrailingCharacter.md
index 8ddef14a1a0..54fb5e3fcaa 100644
--- a/api/Word.WdTrailingCharacter.md
+++ b/api/Word.WdTrailingCharacter.md
@@ -14,7 +14,7 @@ Specifies the character inserted after the number for a numbered list item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTrailingNone**|2|No character is inserted.|
| **wdTrailingSpace**|1|A space is inserted. Default.|
diff --git a/api/Word.WdTwoLinesInOneType.md b/api/Word.WdTwoLinesInOneType.md
index c26d1f9ac04..d1f030cfcf1 100644
--- a/api/Word.WdTwoLinesInOneType.md
+++ b/api/Word.WdTwoLinesInOneType.md
@@ -14,7 +14,7 @@ Specifies the character to use to enclose two lines being written into one.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdTwoLinesInOneAngleBrackets**|4|Enclose the lines using angle brackets.|
| **wdTwoLinesInOneCurlyBrackets**|5|Enclose the lines using curly brackets.|
diff --git a/api/Word.WdUnderline.md b/api/Word.WdUnderline.md
index 19409b8729a..98d106b40db 100644
--- a/api/Word.WdUnderline.md
+++ b/api/Word.WdUnderline.md
@@ -14,7 +14,7 @@ Specifies the type of underline to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdUnderlineDash**|7|Dashes.|
| **wdUnderlineDashHeavy**|23|Heavy dashes.|
diff --git a/api/Word.WdUnits.md b/api/Word.WdUnits.md
index a9237878e1b..4a1a48cbc70 100644
--- a/api/Word.WdUnits.md
+++ b/api/Word.WdUnits.md
@@ -14,7 +14,7 @@ Specifies a unit of measure to use.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdCell**|12|A cell.|
| **wdCharacter**|1|A character.|
diff --git a/api/Word.WdUpdateStyleListBehavior.md b/api/Word.WdUpdateStyleListBehavior.md
index c602684c0ef..df8608a993a 100644
--- a/api/Word.WdUpdateStyleListBehavior.md
+++ b/api/Word.WdUpdateStyleListBehavior.md
@@ -14,7 +14,7 @@ Specifies the behavior Word should take when updating a style to match a selecti
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdListBehaviorAddBulletsNumbering**|1|Adds the numbering or bullets pattern of the selection to all paragraphs in the document that use the same style.|
| **wdListBehaviorKeepPreviousPattern**|0|Keeps the existing numbering or bullets pattern for all other paragraphs that use the same style and does not apply the numbering or bullets pattern of the selection. |
diff --git a/api/Word.WdUseFormattingFrom.md b/api/Word.WdUseFormattingFrom.md
index e4bf63aa560..a2ae2fe5bea 100644
--- a/api/Word.WdUseFormattingFrom.md
+++ b/api/Word.WdUseFormattingFrom.md
@@ -14,7 +14,7 @@ Specifies a source to copy formatting from.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdFormattingFromCurrent**|0|Copy source formatting from the current item.|
| **wdFormattingFromPrompt**|2|Prompt the user for formatting to use.|
diff --git a/api/Word.WdVerticalAlignment.md b/api/Word.WdVerticalAlignment.md
index d489e758ce4..60df991e296 100644
--- a/api/Word.WdVerticalAlignment.md
+++ b/api/Word.WdVerticalAlignment.md
@@ -14,7 +14,7 @@ Specifies the type of vertical alignment to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdAlignVerticalBottom**|3|Bottom vertical alignment.|
| **wdAlignVerticalCenter**|1|Center vertical alignment.|
diff --git a/api/Word.WdViewType.md b/api/Word.WdViewType.md
index cdd0cd61ac8..fb3e44a355f 100644
--- a/api/Word.WdViewType.md
+++ b/api/Word.WdViewType.md
@@ -14,7 +14,7 @@ Specifies the view type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdMasterView**|5|A master view.|
| **wdNormalView**|1|A normal view.|
diff --git a/api/Word.WdVisualSelection.md b/api/Word.WdVisualSelection.md
index d24fa520c45..dc898ed5e5b 100644
--- a/api/Word.WdVisualSelection.md
+++ b/api/Word.WdVisualSelection.md
@@ -14,7 +14,7 @@ Specifies the selection behavior based on visual cursor movement in a right-to-l
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdVisualSelectionBlock**|0|All selected lines are the same width.|
| **wdVisualSelectionContinuous**|1|The selection wraps from line to line.|
diff --git a/api/Word.WdWindowState.md b/api/Word.WdWindowState.md
index 8ddd8a58cfa..c5f46056c58 100644
--- a/api/Word.WdWindowState.md
+++ b/api/Word.WdWindowState.md
@@ -14,7 +14,7 @@ Specifies the state of the current document window or task window.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdWindowStateMaximize**|1|Maximized.|
| **wdWindowStateMinimize**|2|Minimized.|
diff --git a/api/Word.WdWindowType.md b/api/Word.WdWindowType.md
index e5cd61d54c5..4f268a90944 100644
--- a/api/Word.WdWindowType.md
+++ b/api/Word.WdWindowType.md
@@ -14,7 +14,7 @@ Specifies the type of window.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdWindowDocument**|0|A document window.|
| **wdWindowTemplate**|1|A template window.|
diff --git a/api/Word.WdWordDialog.md b/api/Word.WdWordDialog.md
index 8cd28c2d19b..f8c145253f7 100644
--- a/api/Word.WdWordDialog.md
+++ b/api/Word.WdWordDialog.md
@@ -14,7 +14,7 @@ Indicates the Microsoft Word dialog boxes with which you can work and specifies
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDialogBuildingBlockOrganizer**|2067|(none)|
| **wdDialogConnect**|420|Drive, Path, Password|
diff --git a/api/Word.WdWordDialogTab.md b/api/Word.WdWordDialogTab.md
index 800cef2e0dd..f66aa75d7c2 100644
--- a/api/Word.WdWordDialogTab.md
+++ b/api/Word.WdWordDialogTab.md
@@ -14,7 +14,7 @@ Specifies the active tab when the specified dialog box is displayed.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdDialogEmailOptionsTabQuoting**|1900002| **General** tab of the **E-mail Options** dialog box.|
| **wdDialogEmailOptionsTabSignature**|1900000| **E-mail Signature** tab of the **E-mail Options** dialog box.|
diff --git a/api/Word.WdWrapSideType.md b/api/Word.WdWrapSideType.md
index 432980158b4..8c87253cdad 100644
--- a/api/Word.WdWrapSideType.md
+++ b/api/Word.WdWrapSideType.md
@@ -14,7 +14,7 @@ Specifies whether the document text should wrap on both sides of the specified s
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdWrapBoth**|0|Both sides of the specified shape.|
| **wdWrapLargest**|3|Side of the shape that is farthest from the page margin.|
diff --git a/api/Word.WdWrapType.md b/api/Word.WdWrapType.md
index 1adc079e5f7..fce0de30fd9 100644
--- a/api/Word.WdWrapType.md
+++ b/api/Word.WdWrapType.md
@@ -14,7 +14,7 @@ Specifies how to wrap text around a shape.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdWrapInline**|7|Places shapes in line with text.|
| **wdWrapNone**|3|Places shape in front of text. See also **wdWrapFront** .|
diff --git a/api/Word.WdWrapTypeMerged.md b/api/Word.WdWrapTypeMerged.md
index e6eae8a6109..aceb470a03a 100644
--- a/api/Word.WdWrapTypeMerged.md
+++ b/api/Word.WdWrapTypeMerged.md
@@ -14,7 +14,7 @@ Specifies how Microsoft Word wraps text around pictures.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdWrapMergeBehind**|3|Behind text.|
| **wdWrapMergeFront**|4|In front of text.|
diff --git a/api/Word.Window.Close.md b/api/Word.Window.Close.md
index 2f71b1a6279..161e8cd57dc 100644
--- a/api/Word.Window.Close.md
+++ b/api/Word.Window.Close.md
@@ -27,7 +27,7 @@ Closes the specified window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _SaveChanges_|Optional| **Variant**|Specifies the save action for the document. Can be one of the following **WdSaveOptions** constants: **wdDoNotSaveChanges** , **wdPromptToSaveChanges** , or **wdSaveChanges** .|
| _RouteDocument_|Optional| **Variant**| **True** to route the document to the next recipient. If the document doesn't have a routing slip attached, this argument is ignored.|
diff --git a/api/Word.Window.GetPoint.md b/api/Word.Window.GetPoint.md
index d760025e992..186342c7573 100644
--- a/api/Word.Window.GetPoint.md
+++ b/api/Word.Window.GetPoint.md
@@ -27,7 +27,7 @@ Returns the screen coordinates of the specified range or shape.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ScreenPixelsLeft_|Required| **Long**|The variable name to which you want Microsoft Word to return the value for the left edge of the object.|
| _ScreenPixelsTop_|Required| **Long**|The variable name to which you want Word to return the value for the top edge of the object.|
diff --git a/api/Word.Window.LargeScroll.md b/api/Word.Window.LargeScroll.md
index 1092e03e766..ece33e75451 100644
--- a/api/Word.Window.LargeScroll.md
+++ b/api/Word.Window.LargeScroll.md
@@ -27,7 +27,7 @@ Scrolls a window or pane by the specified number of screens.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of screens to scroll the window down.|
| _Up_|Optional| **Variant**|The number of screens to scroll the window up.|
diff --git a/api/Word.Window.NewWindow.md b/api/Word.Window.NewWindow.md
index 6c5c446d01c..7a73fa54ce1 100644
--- a/api/Word.Window.NewWindow.md
+++ b/api/Word.Window.NewWindow.md
@@ -23,7 +23,7 @@ Opens a new window with the same document as the specified window. Returns a **
_expression_ Required. A variable that represents a '[Window](Word.Window.md)' object.
-### Return Value
+### Return value
Window
diff --git a/api/Word.Window.PageScroll.md b/api/Word.Window.PageScroll.md
index 636d94c2627..c271f24e79f 100644
--- a/api/Word.Window.PageScroll.md
+++ b/api/Word.Window.PageScroll.md
@@ -27,7 +27,7 @@ Scrolls through the specified pane or window page by page.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of pages to be scrolled down. If this argument is omitted, this value is assumed to be 1.|
| _Up_|Optional| **Variant**|The number of pages to be scrolled up.|
diff --git a/api/Word.Window.PrintOut.md b/api/Word.Window.PrintOut.md
index 43045165b71..d11502e19b9 100644
--- a/api/Word.Window.PrintOut.md
+++ b/api/Word.Window.PrintOut.md
@@ -27,7 +27,7 @@ Prints all or part of the document displayed in the specified window.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Background_|Optional| **Variant**|Set to **True** to have the macro continue while Microsoft Word prints the document.|
| _Append_|Optional| **Variant**|Set to **True** to append the specified document to the file name specified by the OutputFileName argument. **False** to overwrite the contents of OutputFileName.|
diff --git a/api/Word.Window.RangeFromPoint.md b/api/Word.Window.RangeFromPoint.md
index f5b77bf99ee..15795a13636 100644
--- a/api/Word.Window.RangeFromPoint.md
+++ b/api/Word.Window.RangeFromPoint.md
@@ -27,12 +27,12 @@ Returns the **Range** or **Shape** object that is located at the point specifie
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _x_|Required| **Long**|The horizontal distance (in pixels) from the left edge of the screen to the point.|
| _y_|Required| **Long**|The vertical distance (in pixels) from the top of the screen to the point.|
-### Return Value
+### Return value
Object
diff --git a/api/Word.Window.ScrollIntoView.md b/api/Word.Window.ScrollIntoView.md
index b9b0b048cc7..517899859ad 100644
--- a/api/Word.Window.ScrollIntoView.md
+++ b/api/Word.Window.ScrollIntoView.md
@@ -27,7 +27,7 @@ Scrolls through the document window so the specified range or shape is displayed
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Obj_|Required| **Object**|A **Range** or **Shape** object.|
| _Start_|Optional| **Boolean**| **True** if the upper-left corner of the range or shape appears at the upper-left corner of the document window. **False** if the lower-right corner of the range or shape appears at the lower-right corner of the document window. The default value is **True** .|
diff --git a/api/Word.Window.SmallScroll.md b/api/Word.Window.SmallScroll.md
index 90b12fd1470..b8b9cada7f7 100644
--- a/api/Word.Window.SmallScroll.md
+++ b/api/Word.Window.SmallScroll.md
@@ -27,7 +27,7 @@ Scrolls a window or pane by the specified number of lines.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Down_|Optional| **Variant**|The number of lines to scroll the window down. A "line" corresponds to the distance scrolled by clicking the down scroll arrow on the vertical scroll bar once.|
| _Up_|Optional| **Variant**|The number of lines to scroll the window up. A "line" corresponds to the distance scrolled by clicking the up scroll arrow on the vertical scroll bar once.|
diff --git a/api/Word.Windows.Add.md b/api/Word.Windows.Add.md
index 7fb9ae3c03d..ebd67001794 100644
--- a/api/Word.Windows.Add.md
+++ b/api/Word.Windows.Add.md
@@ -27,11 +27,11 @@ Returns a **Window** object that represents a new window of a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Window_|Optional| **Variant**|The **Window** object you want to open another window for. If this argument is omitted, a new window is opened for the active document.|
-### Return Value
+### Return value
Window
diff --git a/api/Word.Windows.Arrange.md b/api/Word.Windows.Arrange.md
index 604dfe5bcc7..96591be1369 100644
--- a/api/Word.Windows.Arrange.md
+++ b/api/Word.Windows.Arrange.md
@@ -27,7 +27,7 @@ Arranges all open document windows in the application workspace.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ArrangeStyle_|Optional| **Variant**|The window arrangement. Can be either of the following **WdArrangeStyle** constants: **wdIcons** or **wdTiled** .|
diff --git a/api/Word.Windows.BreakSideBySide.md b/api/Word.Windows.BreakSideBySide.md
index 4744022ac3b..892fede3765 100644
--- a/api/Word.Windows.BreakSideBySide.md
+++ b/api/Word.Windows.BreakSideBySide.md
@@ -23,7 +23,7 @@ Ends side by side mode if two windows are in side by side mode. Returns a **Boo
_expression_ Required. A variable that represents a '[Windows](Word.windows.md)' collection.
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Windows.CompareSideBySideWith.md b/api/Word.Windows.CompareSideBySideWith.md
index c524b539f50..e95ea2020a6 100644
--- a/api/Word.Windows.CompareSideBySideWith.md
+++ b/api/Word.Windows.CompareSideBySideWith.md
@@ -27,11 +27,11 @@ Opens two windows in side by side mode. Returns a **Boolean** .
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Document_|Required| **Variant**| The document to view in side by side windows.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.Windows.Item.md b/api/Word.Windows.Item.md
index 2a9a6c77800..3a637b740b6 100644
--- a/api/Word.Windows.Item.md
+++ b/api/Word.Windows.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Window** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
Window
diff --git a/api/Word.Words.Item.md b/api/Word.Words.Item.md
index b9aa0f66967..b64b3ff18fc 100644
--- a/api/Word.Words.Item.md
+++ b/api/Word.Words.Item.md
@@ -27,11 +27,11 @@ Returns an individual **Range** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
Range
diff --git a/api/Word.XML.md b/api/Word.XML.md
index 288d22d10c1..201128a955b 100644
--- a/api/Word.XML.md
+++ b/api/Word.XML.md
@@ -27,7 +27,7 @@ Returns a **String** that represents the text, with or without XML markup, that
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _DataOnly_|Optional| **Boolean**|Specifies whether to return the XML with or without markup. **True** returns the text contained within the XML node without XML markup. **False** returns the text with XML markup.|
diff --git a/api/Word.XMLMapping.SetMapping.md b/api/Word.XMLMapping.SetMapping.md
index d8a0d0221ef..455354366d6 100644
--- a/api/Word.XMLMapping.SetMapping.md
+++ b/api/Word.XMLMapping.SetMapping.md
@@ -27,13 +27,13 @@ Allows creating or changing the XML mapping on a content control. Returns **Tru
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required| **String**|Specifies an XPath string that represents the XML node to which to map the content control. An invalid XPath string causes a run-time error.|
| _PrefixMapping_|Optional| **String**|Specifies the prefix mappings to use when querying the expression provided in the XPath parameter. If omitted, Word uses the set of prefix mappings for the specified custom XML part in the current document.|
| _Source_|Optional| **CustomXMLPart**|Specifies the desired custom XML data to which to map the content control. If this parameter is omitted, the XPath is evaluated against all custom XML in the current document, and the mapping is established with the first **CustomXMLPart** in which the XPath resolves to an XML node.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.XMLMapping.SetMappingByNode.md b/api/Word.XMLMapping.SetMappingByNode.md
index 13eac093c14..ac02df93053 100644
--- a/api/Word.XMLMapping.SetMappingByNode.md
+++ b/api/Word.XMLMapping.SetMappingByNode.md
@@ -27,11 +27,11 @@ Allows creating or changing the XML data mapping on a content control. Returns
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Node_|Required| **CustomXMLNode**|Specifies the XML node to which to map the current content control.|
-### Return Value
+### Return value
Boolean
diff --git a/api/Word.XMLNamespace.AttachToDocument.md b/api/Word.XMLNamespace.AttachToDocument.md
index 5ef0f85b4c2..f85b358fdb9 100644
--- a/api/Word.XMLNamespace.AttachToDocument.md
+++ b/api/Word.XMLNamespace.AttachToDocument.md
@@ -27,7 +27,7 @@ Attaches an XML schema to a document.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Document_|Required| **Document**|The document to which to attach the specified XML schema.|
diff --git a/api/Word.XMLNamespace.Location.md b/api/Word.XMLNamespace.Location.md
index 17f6e48be36..f3f09fd8a15 100644
--- a/api/Word.XMLNamespace.Location.md
+++ b/api/Word.XMLNamespace.Location.md
@@ -27,7 +27,7 @@ Returns or sets a **String** that represents the physical location of the names
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AllUsers_|Optional| **Boolean**|Specifies whether to return the location for all users. **False** returns the location for only the current user, which may be different than the location for all users.|
diff --git a/api/Word.XMLNode.Copy.md b/api/Word.XMLNode.Copy.md
index 946be0b4766..d69ce7ffd77 100644
--- a/api/Word.XMLNode.Copy.md
+++ b/api/Word.XMLNode.Copy.md
@@ -23,7 +23,7 @@ Copies the specified XML element, excluding XML markup, to the Clipboard.
_expression_ An expression that returns an [XMLNode](./Word.XMLNode.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.XMLNode.RemoveChild.md b/api/Word.XMLNode.RemoveChild.md
index bf6a2b47d6f..a55fdd46822 100644
--- a/api/Word.XMLNode.RemoveChild.md
+++ b/api/Word.XMLNode.RemoveChild.md
@@ -27,11 +27,11 @@ Removes a child element from the specified element.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _ChildElement_|Required| **XMLNode**|The child element to be removed.|
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.XMLNode.SelectNodes.md b/api/Word.XMLNode.SelectNodes.md
index 7d8d8585911..a6e7481c035 100644
--- a/api/Word.XMLNode.SelectNodes.md
+++ b/api/Word.XMLNode.SelectNodes.md
@@ -27,13 +27,13 @@ Returns an **[XMLNodes](Word.XMLNodes.md)** collection that represents all the
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required| **String**|Specifies a valid XPath string. For more information on XPath, see the XPath reference documentation on the Microsoft Developer Network (MSDN) Web site.|
| _PrefixMapping_|Optional| **String**|Provides the prefix in the schema against which to perform the search. Use the PrefixMapping parameter if your XPath parameter uses names to search for elements.|
| _FastSearchSkippingTextNodes_|Optional| **Boolean**| **True** skips all text nodes while searching for the specified node. **False** includes text nodes in the search. Default value is **False** .|
-### Return Value
+### Return value
XMLNodes
diff --git a/api/Word.XMLNode.SelectSingleNode.md b/api/Word.XMLNode.SelectSingleNode.md
index 20580ad84f2..e18c8da35bc 100644
--- a/api/Word.XMLNode.SelectSingleNode.md
+++ b/api/Word.XMLNode.SelectSingleNode.md
@@ -27,13 +27,13 @@ Returns an **XMLNode** object that represents the first child element that matc
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _XPath_|Required| **String**|Specifies a valid XPath string. For more information on XPath, see the XPath reference documentation on the Microsoft Developer Network (MSDN) Web site.|
| _PrefixMapping_|Optional| **String**|Provides the prefix in the schema against which to perform the search. Use the PrefixMapping parameter if your XPath parameter uses names to search for elements.|
| _FastSearchSkippingTextNodes_|Optional| **Boolean**| **True** skips all text nodes while searching for the specified node. **False** includes text nodes in the search. Default value is **False** .|
-### Return Value
+### Return value
XMLNode
diff --git a/api/Word.XMLNode.SetValidationError.md b/api/Word.XMLNode.SetValidationError.md
index d3dce415c89..1103a44e690 100644
--- a/api/Word.XMLNode.SetValidationError.md
+++ b/api/Word.XMLNode.SetValidationError.md
@@ -27,7 +27,7 @@ Changes the validation error text displayed to a user for a specified node and f
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Status_|Required| **WdXMLValidationStatus**|Specifies whether to set the validation status error text (**wdXMLValidationStatusCustom**) or to clear the validation status error text (**wdXMLValidationStatusOK**).|
| _ErrorText_|Optional| **Variant**|The text displayed to the user. Leave blank when the Status parameter is set to **wdXMLValidationStatusOK** .|
diff --git a/api/Word.XMLNode.Validate.md b/api/Word.XMLNode.Validate.md
index d11b8b1b507..af3c64829d4 100644
--- a/api/Word.XMLNode.Validate.md
+++ b/api/Word.XMLNode.Validate.md
@@ -23,7 +23,7 @@ Validates an individual XML element against the XML schemas that are attached to
_expression_ An expression that returns an [XMLNode](./Word.XMLNode.md) object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.XMLNode.ValidationErrorText.md b/api/Word.XMLNode.ValidationErrorText.md
index f2e2d3cf322..8c1f41f59fc 100644
--- a/api/Word.XMLNode.ValidationErrorText.md
+++ b/api/Word.XMLNode.ValidationErrorText.md
@@ -27,7 +27,7 @@ Returns a **String** that represents the description for a validation error on
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Advanced_|Optional| **Boolean**|Indicates that the error text displayed is the advanced version of the validation error description, which comes from the MSXML 5.0 component included with Microsoft Word.|
diff --git a/api/Word.XMLNodes.Item.md b/api/Word.XMLNodes.Item.md
index 23e4b404aa8..c9136a845ec 100644
--- a/api/Word.XMLNodes.Item.md
+++ b/api/Word.XMLNodes.Item.md
@@ -27,11 +27,11 @@ Returns an individual **XMLNode** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Long**|The individual object to be returned. Can be a **Long** indicating the ordinal position of the individual object.|
-### Return Value
+### Return value
XMLNode
diff --git a/api/Word.XMLSchemaReference.Reload.md b/api/Word.XMLSchemaReference.Reload.md
index 6456fd6fa93..9ca9da032e9 100644
--- a/api/Word.XMLSchemaReference.Reload.md
+++ b/api/Word.XMLSchemaReference.Reload.md
@@ -23,7 +23,7 @@ Reloads the XML schemas that are referenced in a document.
_expression_ An expression that returns an '[XMLSchemaReference](Word.XMLSchemaReference.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.XMLSchemaReferences.Add.md b/api/Word.XMLSchemaReferences.Add.md
index 3ae9db5be13..33be4f7164f 100644
--- a/api/Word.XMLSchemaReferences.Add.md
+++ b/api/Word.XMLSchemaReferences.Add.md
@@ -27,14 +27,14 @@ Returns an **XMLSchemaReference** that represents a schema applied to a documen
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _NamespaceURI_|Optional| **String**|The name of the schema as defined in the schema. The Namespace parameter is case-sensitive and must be spelled exactly as it appears in the schema. If the specified namespace cannot be found in any of the schemas attached to the document, an error is displayed.|
| _Alias_|Optional| **String**|The name of the schema as it appears on the **Schemas** tab in the **Templates and Add-ins** dialog box.|
| _FileName_|Optional| **String**|The path and file name of the schema. This may be a local file path, a network path, or an Internet address.|
| _InstallForAllUsers_|Optional| **Boolean**| **True** if all users that log on to a computer can access and use the new schema. The default is **False** .|
-### Return Value
+### Return value
XMLSchemaReference
diff --git a/api/Word.XMLSchemaReferences.Item.md b/api/Word.XMLSchemaReferences.Item.md
index 8c99aef0902..5f0557b1d0b 100644
--- a/api/Word.XMLSchemaReferences.Item.md
+++ b/api/Word.XMLSchemaReferences.Item.md
@@ -27,11 +27,11 @@ Returns an individual **XMLSchemaReference** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
XMLSchemaReference
diff --git a/api/Word.XMLSchemaReferences.Validate.md b/api/Word.XMLSchemaReferences.Validate.md
index e839ec57243..3605282f8fa 100644
--- a/api/Word.XMLSchemaReferences.Validate.md
+++ b/api/Word.XMLSchemaReferences.Validate.md
@@ -23,7 +23,7 @@ Validates all the XML schemas that are attached to a document.
_expression_ An expression that returns an '[XMLSchemaReferences](Word.XMLSchemaReferences.md)' object.
-### Return Value
+### Return value
Nothing
diff --git a/api/Word.XSLTransform.Location.md b/api/Word.XSLTransform.Location.md
index 8ed9e682de8..999fcea79e6 100644
--- a/api/Word.XSLTransform.Location.md
+++ b/api/Word.XSLTransform.Location.md
@@ -27,7 +27,7 @@ Returns or sets a **String** that represents the physical location of the XSL t
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _AllUsers_|Optional| **Boolean**|Specifies whether to return the location for all users. **False** returns the location for only the current user, which may be different than the location for all users.|
diff --git a/api/Word.XlConstants.md b/api/Word.XlConstants.md
index 2fbeca6913d..011ba9490fe 100644
--- a/api/Word.XlConstants.md
+++ b/api/Word.XlConstants.md
@@ -14,7 +14,7 @@ Specifies a miscellaneous constant in Microsoft Word.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xl3DBar**|-4099|Three-dimensional bar chart group or series.|
| **xl3DSurface**|-4103|Three-dimensional surface chart group or series.|
diff --git a/api/Word.XlReadingOrder.md b/api/Word.XlReadingOrder.md
index 9904cef8b9a..c5718a616a3 100644
--- a/api/Word.XlReadingOrder.md
+++ b/api/Word.XlReadingOrder.md
@@ -14,7 +14,7 @@ Specifies the reading order for the specified object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlContext**|-5002|According to context.|
| **xlLTR**|-5003|Left-to-right.|
diff --git a/api/Word.Zooms.Item.md b/api/Word.Zooms.Item.md
index de97d5b015b..ae4a209b260 100644
--- a/api/Word.Zooms.Item.md
+++ b/api/Word.Zooms.Item.md
@@ -27,11 +27,11 @@ Returns the specified **Zoom** object.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **WdViewType**|The specified zoom type.|
-### Return Value
+### Return value
Zoom
diff --git a/api/Word.broadcast.capabilities.md b/api/Word.broadcast.capabilities.md
index 360243e4e7f..ca1ab72d476 100644
--- a/api/Word.broadcast.capabilities.md
+++ b/api/Word.broadcast.capabilities.md
@@ -27,7 +27,7 @@ The **Capabilities** property can return the following[MSOBroadcastCapabilities
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **MSOBroadcastCapFileSizeLimited**|1|File size limited|
| **MSOBroadcastCapSupportsMeetingNotes**|2|Supports meeting notes|
diff --git a/api/Word.wdcolumnwidth.md b/api/Word.wdcolumnwidth.md
index 196afd66b0f..dbb6f547b11 100644
--- a/api/Word.wdcolumnwidth.md
+++ b/api/Word.wdcolumnwidth.md
@@ -15,7 +15,7 @@ Constants that represent column width in reading layout, passed to and returned
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdColumnWidthDefault**|2|Default column width.|
| **wdColumnWidthNarrow**|1|Narrow column width.|
diff --git a/api/Word.wdcontentcontrolappearance.md b/api/Word.wdcontentcontrolappearance.md
index 9aab0c1bd14..b367bec933f 100644
--- a/api/Word.wdcontentcontrolappearance.md
+++ b/api/Word.wdcontentcontrolappearance.md
@@ -15,7 +15,7 @@ Constants that represent the visualizations for a content control, passed to and
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdContentControlBoundingBox**|0|Represents a content control shown as a shaded rectangle or bounding box (with optional title).|
| **wdContentControlTags**|2|Represents a content control shown as start and end markers.|
diff --git a/api/Word.wdcontentcontrollevel.md b/api/Word.wdcontentcontrollevel.md
index 93bbad9169f..d51f319b8bc 100644
--- a/api/Word.wdcontentcontrollevel.md
+++ b/api/Word.wdcontentcontrollevel.md
@@ -15,7 +15,7 @@ Constants that represent the possible levels for a content control, returned by
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdContentControlLevelCell**|3|Represents a content control that surrounds a table cell.|
| **wdContentControlLevelInline**|0|Represents a content control that surrounds content within a single paragraph.|
diff --git a/api/Word.wdpagecolor.md b/api/Word.wdpagecolor.md
index 3fcd4e433be..7cf79d520a6 100644
--- a/api/Word.wdpagecolor.md
+++ b/api/Word.wdpagecolor.md
@@ -15,7 +15,7 @@ Constants that represent background page color in reading mode, returned by and
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdPageColorInverse**|2|Inverse page color. Renders the document content in a manner that resembles high-contrast black, although not necessarily exactly so. Some figures are rendered in full color on a black background.|
| **wdPageColorNone**|0|No page color, the default. The page background is rendered in white. Any assigned page background colors are ignored.|
diff --git a/api/Word.wdrevisionsmarkup.md b/api/Word.wdrevisionsmarkup.md
index a0bb91621b4..3d3efd9e228 100644
--- a/api/Word.wdrevisionsmarkup.md
+++ b/api/Word.wdrevisionsmarkup.md
@@ -15,7 +15,7 @@ Constants that represent the extent of markup visible in the document, returned
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **wdRevisionsMarkupAll**|2|Displays the final document with all markup visible.|
| **wdRevisionsMarkupNone**|0|Displays the final document with no markup visible.|
diff --git a/api/Word.xlaxiscrosses.md b/api/Word.xlaxiscrosses.md
index 01709430165..edb11813a35 100644
--- a/api/Word.xlaxiscrosses.md
+++ b/api/Word.xlaxiscrosses.md
@@ -12,7 +12,7 @@ Specifies the point on the specified axis where the other axis crosses.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAxisCrossesAutomatic**|-4105|Word sets the axis crossing point.|
| **xlAxisCrossesCustom**|-4114|The **[CrossesAt](Word.Axis.CrossesAt.md)** property specifies the axis crossing point.|
diff --git a/api/Word.xlaxisgroup.md b/api/Word.xlaxisgroup.md
index 4a323a3974d..e2aae6d02ad 100644
--- a/api/Word.xlaxisgroup.md
+++ b/api/Word.xlaxisgroup.md
@@ -12,7 +12,7 @@ Specifies the type of axis group.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPrimary**|1|The primary axis group.|
| **xlSecondary**|2|The secondary axis group.|
diff --git a/api/Word.xlaxistype.md b/api/Word.xlaxistype.md
index 58540f6f669..caf43cf1a64 100644
--- a/api/Word.xlaxistype.md
+++ b/api/Word.xlaxistype.md
@@ -12,7 +12,7 @@ Specifies the axis type.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCategory**|1|Axis displays categories.|
| **xlSeriesAxis**|3|Axis displays data series.|
diff --git a/api/Word.xlbackground.md b/api/Word.xlbackground.md
index 76b900add1b..8785353b381 100644
--- a/api/Word.xlbackground.md
+++ b/api/Word.xlbackground.md
@@ -12,7 +12,7 @@ Specifies the background type for text in charts.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBackgroundAutomatic**|-4105|Word controls the background.|
| **xlBackgroundOpaque**|3|An opaque background.|
diff --git a/api/Word.xlbarshape.md b/api/Word.xlbarshape.md
index a5f0837075c..d5fa2c58b1b 100644
--- a/api/Word.xlbarshape.md
+++ b/api/Word.xlbarshape.md
@@ -12,7 +12,7 @@ Specifies the shape used with the 3-D bar or column chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBox**|0|A box.|
| **xlConeToMax**|5|A cone, truncated at the specified value.|
diff --git a/api/Word.xlbinstype.md b/api/Word.xlbinstype.md
index 33038e81c3e..c3c77dbcade 100644
--- a/api/Word.xlbinstype.md
+++ b/api/Word.xlbinstype.md
@@ -15,7 +15,7 @@ Constants passed to and returned by the [ChartGroup.BinsType](Word.chartgroup.bi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBinsTypeAutomatic**|0|Sets bins type automatically.|
| **xlBinsTypeCategorical**|1|Sets bins type by category.|
diff --git a/api/Word.xlborderweight.md b/api/Word.xlborderweight.md
index 8ceef8cf50d..6445a62e3ba 100644
--- a/api/Word.xlborderweight.md
+++ b/api/Word.xlborderweight.md
@@ -12,7 +12,7 @@ Specifies the weight of the border around a range.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHairline**|1|A hairline border (thinnest border).|
| **xlMedium**|-4138|A medium border.|
diff --git a/api/Word.xlcategorylabellevel.md b/api/Word.xlcategorylabellevel.md
index 38162ec493b..3c7970a2320 100644
--- a/api/Word.xlcategorylabellevel.md
+++ b/api/Word.xlcategorylabellevel.md
@@ -15,7 +15,7 @@ Constants that represent chart category-label levels, passed to and returned by
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCategoryLabelLevelAll**|-1|Use all category label levels within range on the chart. The default.|
| **xlCategoryLabelLevelCustom**|-2|Indicates literal data in the category labels.|
diff --git a/api/Word.xlcategorytype.md b/api/Word.xlcategorytype.md
index 140c4d709b4..2683605b5cd 100644
--- a/api/Word.xlcategorytype.md
+++ b/api/Word.xlcategorytype.md
@@ -12,7 +12,7 @@ Specifies the type of the category axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAutomaticScale**|-4105|Word controls the axis type.|
| **xlCategoryScale**|2|Axis groups data by an arbitrary set of categories.|
diff --git a/api/Word.xlchartelementposition.md b/api/Word.xlchartelementposition.md
index 8d9192b7f34..aefd9dee479 100644
--- a/api/Word.xlchartelementposition.md
+++ b/api/Word.xlchartelementposition.md
@@ -12,7 +12,7 @@ Specifies the position of the chart element.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlChartElementPositionAutomatic**|-4105|Automatically sets the position of the chart element.|
| **xlChartElementPositionCustom**|-4114|Specifies a specific position for the chart element.|
diff --git a/api/Word.xlchartgallery.md b/api/Word.xlchartgallery.md
index be0638684b7..d2e7ba660d4 100644
--- a/api/Word.xlchartgallery.md
+++ b/api/Word.xlchartgallery.md
@@ -12,7 +12,7 @@ Specifies a chart gallery.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAnyGallery**|23|Either of the galleries.|
| **xlBuiltIn**|21|The built-in gallery.|
diff --git a/api/Word.xlchartitem.md b/api/Word.xlchartitem.md
index 89d9bbe237a..b836d31cce8 100644
--- a/api/Word.xlchartitem.md
+++ b/api/Word.xlchartitem.md
@@ -12,7 +12,7 @@ Specifies the type of the chart item.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAxis**|21|Axis.|
| **xlAxisTitle**|17|Axis title.|
diff --git a/api/Word.xlchartpictureplacement.md b/api/Word.xlchartpictureplacement.md
index da51c653711..0b9576c742d 100644
--- a/api/Word.xlchartpictureplacement.md
+++ b/api/Word.xlchartpictureplacement.md
@@ -12,7 +12,7 @@ Specifies the placement of a user-selected picture on a bar in a 3-D bar or colu
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAllFaces**|7|Display on all faces.|
| **xlEnd**|2|Display on end.|
diff --git a/api/Word.xlchartpicturetype.md b/api/Word.xlchartpicturetype.md
index 973b7e29451..5ed6103c6f6 100644
--- a/api/Word.xlchartpicturetype.md
+++ b/api/Word.xlchartpicturetype.md
@@ -12,7 +12,7 @@ Specifies how pictures are displayed on a column, bar picture chart, or legend k
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlStack**|2|The picture is sized to repeat a maximum of 15 times in the longest stacked bar.|
| **xlStackScale**|3|The picture is sized to a specified number of units and repeated the length of the bar.|
diff --git a/api/Word.xlchartsplittype.md b/api/Word.xlchartsplittype.md
index 57b68f62f34..93b61fdfdab 100644
--- a/api/Word.xlchartsplittype.md
+++ b/api/Word.xlchartsplittype.md
@@ -12,7 +12,7 @@ Specifies the values displayed in the second chart in a pie chart or a bar of pi
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSplitByCustomSplit**|4|The second chart displays arbitrary slides.|
| **xlSplitByPercentValue**|3|The second chart displays values less than a percentage of the total value. The percentage is specified by the **[SplitValue](Word.ChartGroup.SplitValue.md)** property.|
diff --git a/api/Word.xlcolorindex.md b/api/Word.xlcolorindex.md
index 77730c3140a..cba2b481ec3 100644
--- a/api/Word.xlcolorindex.md
+++ b/api/Word.xlcolorindex.md
@@ -12,7 +12,7 @@ Specifies the color of a selected feature, such as a border, font, or fill.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlColorIndexAutomatic**|-4105|Automatic color.|
| **xlColorIndexNone**|-4142|No color.|
diff --git a/api/Word.xlcopypictureformat.md b/api/Word.xlcopypictureformat.md
index 4484b0dffe9..0f9ce361b79 100644
--- a/api/Word.xlcopypictureformat.md
+++ b/api/Word.xlcopypictureformat.md
@@ -12,7 +12,7 @@ Specifies the format of the picture being copied.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlBitmap**|2|A bitmap (.bmp, .jpg, .gif).|
| **xlPicture**|-4147|A drawn picture (.png, .wmf, .mix).|
diff --git a/api/Word.xldatalabelposition.md b/api/Word.xldatalabelposition.md
index 80bbd064c8e..53f52981100 100644
--- a/api/Word.xldatalabelposition.md
+++ b/api/Word.xldatalabelposition.md
@@ -12,7 +12,7 @@ Specifies where the data label is positioned.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLabelPositionAbove**|0|The data label is positioned above the data point.|
| **xlLabelPositionBelow**|1|The data label is positioned below the data point.|
diff --git a/api/Word.xldatalabelseparator.md b/api/Word.xldatalabelseparator.md
index 8e4c3328aab..4b2e01355ee 100644
--- a/api/Word.xldatalabelseparator.md
+++ b/api/Word.xldatalabelseparator.md
@@ -12,7 +12,7 @@ Specifies the separator used with data labels.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDataLabelSeparatorDefault**|1|Word selects the separator.|
diff --git a/api/Word.xldatalabelstype.md b/api/Word.xldatalabelstype.md
index 62ede05448f..f6fbb08038a 100644
--- a/api/Word.xldatalabelstype.md
+++ b/api/Word.xldatalabelstype.md
@@ -12,7 +12,7 @@ Specifies the type of data label to apply.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDataLabelsShowBubbleSizes**|6|Show the size of the bubble in reference to the absolute value.|
| **xlDataLabelsShowLabel**|4|The category for the point.|
diff --git a/api/Word.xldisplayblanksas.md b/api/Word.xldisplayblanksas.md
index 2f97aa25479..f3e4eacbd9c 100644
--- a/api/Word.xldisplayblanksas.md
+++ b/api/Word.xldisplayblanksas.md
@@ -12,7 +12,7 @@ Specifies how blank cells are plotted on a chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlInterpolated**|3|Values are interpolated into the chart.|
| **xlNotPlotted**|1|Blank cells are not plotted.|
diff --git a/api/Word.xldisplayunit.md b/api/Word.xldisplayunit.md
index b069ade5f86..2f3432e3bba 100644
--- a/api/Word.xldisplayunit.md
+++ b/api/Word.xldisplayunit.md
@@ -12,7 +12,7 @@ Specifies the display unit label for an axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHundredMillions**|-8|Hundreds of millions.|
| **xlHundreds**|-2|Hundreds.|
diff --git a/api/Word.xlendstylecap.md b/api/Word.xlendstylecap.md
index 9ce8f2e9094..8e62dd2ae1d 100644
--- a/api/Word.xlendstylecap.md
+++ b/api/Word.xlendstylecap.md
@@ -12,7 +12,7 @@ Specifies the end style for error bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCap**|1|Caps are applied.|
| **xlNoCap**|2|No caps are applied.|
diff --git a/api/Word.xlerrorbardirection.md b/api/Word.xlerrorbardirection.md
index a3ce9b5c408..6ada69385f6 100644
--- a/api/Word.xlerrorbardirection.md
+++ b/api/Word.xlerrorbardirection.md
@@ -12,7 +12,7 @@ Specifies which axis values are to receive error bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlChartX**|-4168|Bars run parallel to the y-axis for x-axis values.|
| **xlChartY**|1|Bars run parallel to the x-axis for y-axis values.|
diff --git a/api/Word.xlerrorbarinclude.md b/api/Word.xlerrorbarinclude.md
index c541fde9ef1..12cadabdbc4 100644
--- a/api/Word.xlerrorbarinclude.md
+++ b/api/Word.xlerrorbarinclude.md
@@ -12,7 +12,7 @@ Specifies which error-bar parts to include.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlErrorBarIncludeBoth**|1|Both the positive and negative error range.|
| **xlErrorBarIncludeMinusValues**|3|Only the negative error range.|
diff --git a/api/Word.xlerrorbartype.md b/api/Word.xlerrorbartype.md
index eda5a702bc7..4cec7ab8a98 100644
--- a/api/Word.xlerrorbartype.md
+++ b/api/Word.xlerrorbartype.md
@@ -12,7 +12,7 @@ Specifies the range marked by error bars.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlErrorBarTypeCustom**|-4114|The range is set by fixed values or cell values.|
| **xlErrorBarTypeFixedValue**|1|Fixed-length error bars.|
diff --git a/api/Word.xlhalign.md b/api/Word.xlhalign.md
index dc4e4b49218..9dac780e3c4 100644
--- a/api/Word.xlhalign.md
+++ b/api/Word.xlhalign.md
@@ -12,7 +12,7 @@ Specifies the horizontal alignment for the object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlHAlignCenter**|-4108|Center.|
| **xlHAlignCenterAcrossSelection**|7|Center across selection.|
diff --git a/api/Word.xllegendposition.md b/api/Word.xllegendposition.md
index 98ab03ee4d3..752ccbc464f 100644
--- a/api/Word.xllegendposition.md
+++ b/api/Word.xllegendposition.md
@@ -12,7 +12,7 @@ Specifies the position of the legend on a chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlLegendPositionBottom**|-4107|Below the chart.|
| **xlLegendPositionCorner**|2|In the upper-right corner of the chart border.|
diff --git a/api/Word.xllinestyle.md b/api/Word.xllinestyle.md
index b6631c0b8a5..0da9d6741f8 100644
--- a/api/Word.xllinestyle.md
+++ b/api/Word.xllinestyle.md
@@ -12,7 +12,7 @@ Specifies the line style for the border.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlContinuous**|1|A continuous line.|
| **xlDash**|-4115|A dashed line.|
diff --git a/api/Word.xlmarkerstyle.md b/api/Word.xlmarkerstyle.md
index d0366493262..37f732e531c 100644
--- a/api/Word.xlmarkerstyle.md
+++ b/api/Word.xlmarkerstyle.md
@@ -12,7 +12,7 @@ Specifies the marker style for a point or series in a line chart, scatter chart,
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlMarkerStyleAutomatic**|-4105|Automatic markers.|
| **xlMarkerStyleCircle**|8|Circular markers.|
diff --git a/api/Word.xlorientation.md b/api/Word.xlorientation.md
index 50d443391e6..e54a80d9d12 100644
--- a/api/Word.xlorientation.md
+++ b/api/Word.xlorientation.md
@@ -12,7 +12,7 @@ Specifies the text orientation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDownward**|-4170|Text runs downward.|
| **xlHorizontal**|-4128|Text runs horizontally.|
diff --git a/api/Word.xlparentdatalabeloptions.md b/api/Word.xlparentdatalabeloptions.md
index e30d9689272..368e425c64b 100644
--- a/api/Word.xlparentdatalabeloptions.md
+++ b/api/Word.xlparentdatalabeloptions.md
@@ -15,7 +15,7 @@ Constants passed to and returned by the **Series.ParentDataLabelOption** proper
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlParentDataLabelOptionsNone**|0|No parent labels are shown.|
| **xlParentDataLabelOptionsBanner**|1|The parent label layout is a banner above the category.|
diff --git a/api/Word.xlpattern.md b/api/Word.xlpattern.md
index 82e92b2776b..81c50f4d5a1 100644
--- a/api/Word.xlpattern.md
+++ b/api/Word.xlpattern.md
@@ -12,7 +12,7 @@ Specifies the interior pattern of a chart or interior object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPatternAutomatic**|-4105|Word controls the pattern.|
| **xlPatternChecker**|9|A checkerboard.|
diff --git a/api/Word.xlpictureappearance.md b/api/Word.xlpictureappearance.md
index c7e70e06066..64cc4a6d89c 100644
--- a/api/Word.xlpictureappearance.md
+++ b/api/Word.xlpictureappearance.md
@@ -12,7 +12,7 @@ Specifies how the picture should be copied.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlPrinter**|2|The picture is copied as it will look when it is printed.|
| **xlScreen**|1|The picture is copied to resemble its display on the screen as closely as possible.|
diff --git a/api/Word.xlpiesliceindex.md b/api/Word.xlpiesliceindex.md
index c37e574f8c6..c8680aad09d 100644
--- a/api/Word.xlpiesliceindex.md
+++ b/api/Word.xlpiesliceindex.md
@@ -12,7 +12,7 @@ Specifies which position on the slice to return the coordinate of.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCenterPoint**|5|The center point of a pie slice.|
| **xlInnerCenterPoint**|8|The innermost center point of a doughnut slice.|
diff --git a/api/Word.xlpieslicelocation.md b/api/Word.xlpieslicelocation.md
index 228c1e4597f..de9816a12ef 100644
--- a/api/Word.xlpieslicelocation.md
+++ b/api/Word.xlpieslicelocation.md
@@ -12,7 +12,7 @@ Specifies which position on the slice to return the coordinate of.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlCenterPoint**|5|The center point of a pie slice.|
| **xlInnerCenterPoint**|8|The innermost center point of a doughnut slice.|
diff --git a/api/Word.xlpivotfieldorientation.md b/api/Word.xlpivotfieldorientation.md
index f2ca2ea885c..312872f09ed 100644
--- a/api/Word.xlpivotfieldorientation.md
+++ b/api/Word.xlpivotfieldorientation.md
@@ -12,7 +12,7 @@ Specifies the location of the field in a PivotTable report.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlColumnField**|2|A column field.|
| **xlDataField**|4|A data field.|
diff --git a/api/Word.xlrgbcolor.md b/api/Word.xlrgbcolor.md
index d6453d76b3d..75c0cca212d 100644
--- a/api/Word.xlrgbcolor.md
+++ b/api/Word.xlrgbcolor.md
@@ -12,7 +12,7 @@ Specifies the RGB color.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlAliceBlue**|16775408|Alice Blue|
| **xlAntiqueWhite**|14150650|Antique White|
diff --git a/api/Word.xlrowcol.md b/api/Word.xlrowcol.md
index e0241d8962b..62c6eb31cf5 100644
--- a/api/Word.xlrowcol.md
+++ b/api/Word.xlrowcol.md
@@ -12,7 +12,7 @@ Specifies whether the values that correspond to a particular data series are in
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlColumns**|2|The data series is in a row.|
| **xlRows**|1|The data series is in a column.|
diff --git a/api/Word.xlscaletype.md b/api/Word.xlscaletype.md
index 8df95460e81..eb0144328fa 100644
--- a/api/Word.xlscaletype.md
+++ b/api/Word.xlscaletype.md
@@ -12,7 +12,7 @@ Specifies the scale type of the value axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlScaleLinear**|-4132|A linear scale.|
| **xlScaleLogarithmic**|-4133|A logarithmic scale.|
diff --git a/api/Word.xlseriesnamelevel.md b/api/Word.xlseriesnamelevel.md
index 8e7f7c9e1b4..38bd7327c34 100644
--- a/api/Word.xlseriesnamelevel.md
+++ b/api/Word.xlseriesnamelevel.md
@@ -15,7 +15,7 @@ Series-name-level constants passed to and returned by the [Chart.SeriesNameLevel
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSeriesNameLevelAll**|-1|Sets series names to all series name levels within range on the chart. The default.|
| **xlSeriesNameLevelCustom**|-2|Indicates literal data in the series names.|
diff --git a/api/Word.xlsizerepresents.md b/api/Word.xlsizerepresents.md
index 6d4e2c9ac4e..f38983ef47e 100644
--- a/api/Word.xlsizerepresents.md
+++ b/api/Word.xlsizerepresents.md
@@ -12,7 +12,7 @@ Specifies what the bubble size represents on a bubble chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlSizeIsArea**|1|The area of the bubble.|
| **xlSizeIsWidth**|2|The width of the bubble.|
diff --git a/api/Word.xlticklabelorientation.md b/api/Word.xlticklabelorientation.md
index 1e08f1c1de1..755bf7b4705 100644
--- a/api/Word.xlticklabelorientation.md
+++ b/api/Word.xlticklabelorientation.md
@@ -12,7 +12,7 @@ Specifies the text orientation for tick-mark labels.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTickLabelOrientationAutomatic**|-4105|The text orientation is set by Microsoft Word.|
| **xlTickLabelOrientationDownward**|-4170|The text runs downward.|
diff --git a/api/Word.xlticklabelposition.md b/api/Word.xlticklabelposition.md
index 25209b05063..50598dc2c84 100644
--- a/api/Word.xlticklabelposition.md
+++ b/api/Word.xlticklabelposition.md
@@ -12,7 +12,7 @@ Specifies the position of tick-mark labels on the specified axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTickLabelPositionHigh**|-4127|The top or right side of the chart.|
| **xlTickLabelPositionLow**|-4134|The bottom or left side of the chart.|
diff --git a/api/Word.xltickmark.md b/api/Word.xltickmark.md
index 51995fbc16c..3f4bf738d44 100644
--- a/api/Word.xltickmark.md
+++ b/api/Word.xltickmark.md
@@ -12,7 +12,7 @@ Specifies the position of major and minor tick marks for an axis.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlTickMarkCross**|4|Crosses the axis.|
| **xlTickMarkInside**|2|Inside the axis.|
diff --git a/api/Word.xltimeunit.md b/api/Word.xltimeunit.md
index 707022bec44..7ee20cfd281 100644
--- a/api/Word.xltimeunit.md
+++ b/api/Word.xltimeunit.md
@@ -12,7 +12,7 @@ Specifies the unit of time for chart axes and data series.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlDays**|0|Days|
| **xlMonths**|1|Months|
diff --git a/api/Word.xltrendlinetype.md b/api/Word.xltrendlinetype.md
index 495a7739c6e..fd7d8e982b3 100644
--- a/api/Word.xltrendlinetype.md
+++ b/api/Word.xltrendlinetype.md
@@ -12,7 +12,7 @@ Specifies how the trendline that smoothes out fluctuations in the data is calcul
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlExponential**|5|Uses an equation to calculate the least squares fit through points (for example, y=ab^x) .|
| **xlLinear**|-4132|Uses the linear equation y = mx + b to calculate the least squares fit through points.|
diff --git a/api/Word.xlunderlinestyle.md b/api/Word.xlunderlinestyle.md
index ae8a5e3ac69..9e2dcf9346c 100644
--- a/api/Word.xlunderlinestyle.md
+++ b/api/Word.xlunderlinestyle.md
@@ -12,7 +12,7 @@ Specifies the type of underline that is applied to a font.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlUnderlineStyleDouble**|-4119|Double thick underline.|
| **xlUnderlineStyleDoubleAccounting**|5|Two thin underlines placed close together.|
diff --git a/api/Word.xlvalign.md b/api/Word.xlvalign.md
index 9d9d3eef2b2..65bba9381e4 100644
--- a/api/Word.xlvalign.md
+++ b/api/Word.xlvalign.md
@@ -12,7 +12,7 @@ Specifies the vertical alignment for the object.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
| **xlVAlignBottom**|-4107|Bottom alignment.|
| **xlVAlignCenter**|-4108|Center alignment.|
diff --git a/api/Word.xmlnamespaces.add.md b/api/Word.xmlnamespaces.add.md
index 433b5addfcd..0ba7e096ac3 100644
--- a/api/Word.xmlnamespaces.add.md
+++ b/api/Word.xmlnamespaces.add.md
@@ -25,14 +25,14 @@ ms.date: 06/08/2017
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path and file name of the schema. This may be a local file path, a network path, or an Internet address.|
| _NamespaceURI_|Optional| **String**|The namespace Uniform Resource Indicator as specified in the schema. The NamespaceURI parameter is case-sensitive and must be spelled exactly as specified in schema.|
| _Alias_|Optional| **String**|The name of the schema as it appears on the **Schemas** tab in the **Templates and Add-ins** dialog box.|
| _InstallForAllUsers_|Optional| **Boolean**| **True** if all users that log on to a computer can access and use the new schema. The default is **False** .|
-### Return Value
+### Return value
XMLNamespace
diff --git a/api/Word.xmlnamespaces.installmanifest.md b/api/Word.xmlnamespaces.installmanifest.md
index 4b34afaaf23..b5903a6da4c 100644
--- a/api/Word.xmlnamespaces.installmanifest.md
+++ b/api/Word.xmlnamespaces.installmanifest.md
@@ -25,7 +25,7 @@ Installs the specified XML expansion pack on the user's computer, making an XML
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Path_|Required| **String**|The path and file name of the XML expansion pack.|
| _InstallForAllUsers_|Optional| **Boolean**| **True** installs the XML expansion pack and makes it available to all users on a computer. **False** makes the XML expansion pack available for the current user only. Default is **False** .|
diff --git a/api/Word.xmlnamespaces.item.md b/api/Word.xmlnamespaces.item.md
index aeed85f98f7..5666ee4a260 100644
--- a/api/Word.xmlnamespaces.item.md
+++ b/api/Word.xmlnamespaces.item.md
@@ -25,11 +25,11 @@ Returns an individual **XMLNamespace** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
XMLNamespace
diff --git a/api/Word.xsltransforms.add.md b/api/Word.xsltransforms.add.md
index 4b094a1062d..2c735339925 100644
--- a/api/Word.xsltransforms.add.md
+++ b/api/Word.xsltransforms.add.md
@@ -25,13 +25,13 @@ Returns an **XSLTransform** object that represents an Extensible Stylesheet Lan
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Location_|Required| **String**|The path and file name of the XSLT. This may be a local file path, a network path, or an Internet address.|
| _Alias_|Optional| **String**|The name of the XSLT as it appears in the Schema Library.|
| _InstallForAllUsers_|Optional| **Boolean**| **True** if all users that log on to a computer can access and use the new schema. The default is **False** .|
-### Return Value
+### Return value
XSLTransform
diff --git a/api/Word.xsltransforms.item.md b/api/Word.xsltransforms.item.md
index bb2f9f0d864..9115553421b 100644
--- a/api/Word.xsltransforms.item.md
+++ b/api/Word.xsltransforms.item.md
@@ -25,11 +25,11 @@ Returns an **XSLTransform** object in a collection.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required| **Variant**|The individual object to be returned. Can be a **Long** indicating the ordinal position or a **String** representing the name of the individual object.|
-### Return Value
+### Return value
XSLTransform
diff --git a/api/overview/Library-Reference/msobroadcastcapabilities-enumeration-office.md b/api/overview/Library-Reference/msobroadcastcapabilities-enumeration-office.md
index 65e58a274ff..f5f387c062c 100644
--- a/api/overview/Library-Reference/msobroadcastcapabilities-enumeration-office.md
+++ b/api/overview/Library-Reference/msobroadcastcapabilities-enumeration-office.md
@@ -15,7 +15,7 @@ Specifies the application capabilities available for a document or presentation
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**BroadcastCapFileSizeLimited**|**1**|The size of the file being broadcasted is limited.|
|**BroadcastCapSupportsMeetingNotes**|**2**|The presenters and attendees can take shared notes.|
diff --git a/api/overview/Library-Reference/msobroadcaststate-enumeration-office.md b/api/overview/Library-Reference/msobroadcaststate-enumeration-office.md
index 2e1faeecc34..b50a2cfbc12 100644
--- a/api/overview/Library-Reference/msobroadcaststate-enumeration-office.md
+++ b/api/overview/Library-Reference/msobroadcaststate-enumeration-office.md
@@ -15,7 +15,7 @@ Specifies the current state of a document or presentation broadcast.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**BroadcastPaused**|**2**|The broadcast is paused.|
|**BroadcastStarted**|**1**|The broadcast has been started.|
diff --git a/api/overview/Library-Reference/msochartfieldtype-enumeration-office.md b/api/overview/Library-Reference/msochartfieldtype-enumeration-office.md
index 430f03c24bc..07ef4a3f7c2 100644
--- a/api/overview/Library-Reference/msochartfieldtype-enumeration-office.md
+++ b/api/overview/Library-Reference/msochartfieldtype-enumeration-office.md
@@ -15,7 +15,7 @@ Specifies the type of data field to be inserted into a data label in a chart.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoChartFieldBubbleSize**|**1**|Specifies the Bubble size of the data point.|
|**msoChartFieldCategoryName**|**2**|Specifies the category name size of the data point.|
diff --git a/api/overview/Library-Reference/msoiodgroup-enumeration-office.md b/api/overview/Library-Reference/msoiodgroup-enumeration-office.md
index 25ccec758a5..01d75af060f 100644
--- a/api/overview/Library-Reference/msoiodgroup-enumeration-office.md
+++ b/api/overview/Library-Reference/msoiodgroup-enumeration-office.md
@@ -15,7 +15,7 @@ Specifies constants that define the IOD (install on demand) groups.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoIodGroupPIAs**|0|PIAs group.|
|**msoIodGroupVSTOR35Mgd**|1|VSTO 3.5 managed group.|
diff --git a/api/overview/Library-Reference/msolinecapstyle-enumeration-office.md b/api/overview/Library-Reference/msolinecapstyle-enumeration-office.md
index a3def2f3a03..9bb1395b84f 100644
--- a/api/overview/Library-Reference/msolinecapstyle-enumeration-office.md
+++ b/api/overview/Library-Reference/msolinecapstyle-enumeration-office.md
@@ -15,7 +15,7 @@ Specifies the type of line cap.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLineCapFlat**|**3**|Specifies a flat line cap.|
|**msoLineCapMixed**|**-2**|Specifies a mixture of line caps.|
diff --git a/api/overview/Library-Reference/msolinefilltype-enumeration-office.md b/api/overview/Library-Reference/msolinefilltype-enumeration-office.md
index 093fe16ad45..b38817f7cfe 100644
--- a/api/overview/Library-Reference/msolinefilltype-enumeration-office.md
+++ b/api/overview/Library-Reference/msolinefilltype-enumeration-office.md
@@ -15,7 +15,7 @@ Specifies the type of fill for a line.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLineFillBackground**|**5**|Specifies the same fill as the background|
|**msoLineFillGradient**|**3**|Specifies a gradient line fill.|
diff --git a/api/overview/Library-Reference/msolinejoinstyle-enumeration-office.md b/api/overview/Library-Reference/msolinejoinstyle-enumeration-office.md
index 07c41cc27e6..c5aa98cf9ca 100644
--- a/api/overview/Library-Reference/msolinejoinstyle-enumeration-office.md
+++ b/api/overview/Library-Reference/msolinejoinstyle-enumeration-office.md
@@ -15,7 +15,7 @@ Specifies the type of join where two lines connect.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoLineJoinBevel**|**2**|Specifies a beveled join.|
|**msoLineJoinMiter**|**3**|Specifies a mitered join.|
diff --git a/api/overview/Library-Reference/msomergecmd-enumeration-office.md b/api/overview/Library-Reference/msomergecmd-enumeration-office.md
index 899b6cbf3e3..2d6ae6d578e 100644
--- a/api/overview/Library-Reference/msomergecmd-enumeration-office.md
+++ b/api/overview/Library-Reference/msomergecmd-enumeration-office.md
@@ -15,7 +15,7 @@ Specifies the output of a merge shapes operation.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoMergeCombine**|**2**|Creates a new shape from selected shapes. If the selected shapes overlap, the area where they overlap is cut out, or discarded. |
|**msoMergeFragment**|**5**|Breaks a shape into smaller parts or create new shapes from intersecting lines or from shapes that overlap.|
diff --git a/api/overview/Library-Reference/msopicturecompress-enumeration-office.md b/api/overview/Library-Reference/msopicturecompress-enumeration-office.md
index 9a24c4a34f2..8031587dbf6 100644
--- a/api/overview/Library-Reference/msopicturecompress-enumeration-office.md
+++ b/api/overview/Library-Reference/msopicturecompress-enumeration-office.md
@@ -12,7 +12,7 @@ Specifies whether a picture will be compressed or not when inserted into a file.
-|**Name**|**Value**|**Description**|
+|Name|Value|Description|
|:-----|:-----|:-----|
|**msoPictureCompressDocDefault**|-1|The picture is compressed or not depending on the settings for the document.|
|**msoPictureCompressFalse**|0|The picture is not compressed.|
diff --git a/api/overview/Library-Reference/workflowtemplate-item-property-office.md b/api/overview/Library-Reference/workflowtemplate-item-property-office.md
index 52039ccca06..ff1103a2001 100644
--- a/api/overview/Library-Reference/workflowtemplate-item-property-office.md
+++ b/api/overview/Library-Reference/workflowtemplate-item-property-office.md
@@ -25,11 +25,11 @@ Gets a **WorkflowTemplate** object from the **WorkflowTemplates** collection. Re
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
| _Index_|Required|**Long**|The index number of the **WorkflowTemplate** object to be returned.|
-### Return Value
+### Return value
WorkflowTemplate
diff --git a/outlook/Concepts/Outlook-Controls/move-method-outlook-controls.md b/outlook/Concepts/Outlook-Controls/move-method-outlook-controls.md
index 0e95c957110..7c29ccf488c 100644
--- a/outlook/Concepts/Outlook-Controls/move-method-outlook-controls.md
+++ b/outlook/Concepts/Outlook-Controls/move-method-outlook-controls.md
@@ -25,7 +25,7 @@ Moves a control to the specified location.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|Left|Optional| **Variant**|Single-precision value, in points, indicating the horizontal coordinate for the left edge of the object.|
|Top|Optional| **Variant**|Single-precision value, in points, that specifies the vertical coordinate for the top edge of the object.|
diff --git a/outlook/Concepts/Outlook-Controls/zorder-method-outlook-controls.md b/outlook/Concepts/Outlook-Controls/zorder-method-outlook-controls.md
index b9b8f37f339..58fe6e04552 100644
--- a/outlook/Concepts/Outlook-Controls/zorder-method-outlook-controls.md
+++ b/outlook/Concepts/Outlook-Controls/zorder-method-outlook-controls.md
@@ -25,7 +25,7 @@ Places the object at the front or back of the z-order.
-|**Name**|**Required/Optional**|**Data Type**|**Description**|
+|Name|Required/Optional|Data type|Description|
|:-----|:-----|:-----|:-----|
|zPosition|Optional| **Variant**|A control's position, front or back, in the container's z-order.|